diff --git a/9/build.gradle b/9.0-3/build.gradle similarity index 91% rename from 9/build.gradle rename to 9.0-3/build.gradle index 93aa13f..3d344ca 100755 --- a/9/build.gradle +++ b/9.0-3/build.gradle @@ -1,4 +1,4 @@ -buildPlugin(this, "9.1.0") +buildPlugin(this, "9.3.0") configure(this) { dependencies { compileOnly 'org.locationtech.spatial4j:spatial4j:0.8' diff --git a/9/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java diff --git a/9/src/main/java/com/traveltime/plugin/solr/util/Util.java b/9.0-3/src/main/java/com/traveltime/plugin/solr/util/Util.java similarity index 100% rename from 9/src/main/java/com/traveltime/plugin/solr/util/Util.java rename to 9.0-3/src/main/java/com/traveltime/plugin/solr/util/Util.java diff --git a/9/src/test/resources/Dockerfile b/9.0-3/src/test/resources/Dockerfile similarity index 100% rename from 9/src/test/resources/Dockerfile rename to 9.0-3/src/test/resources/Dockerfile diff --git a/9/src/test/resources/Dockerfile.dockerignore b/9.0-3/src/test/resources/Dockerfile.dockerignore similarity index 100% rename from 9/src/test/resources/Dockerfile.dockerignore rename to 9.0-3/src/test/resources/Dockerfile.dockerignore diff --git a/9/src/test/resources/mock-proto-server b/9.0-3/src/test/resources/mock-proto-server similarity index 100% rename from 9/src/test/resources/mock-proto-server rename to 9.0-3/src/test/resources/mock-proto-server diff --git a/9/src/test/resources/part0.json b/9.0-3/src/test/resources/part0.json similarity index 100% rename from 9/src/test/resources/part0.json rename to 9.0-3/src/test/resources/part0.json diff --git a/9/src/test/resources/run-tests.sh b/9.0-3/src/test/resources/run-tests.sh similarity index 100% rename from 9/src/test/resources/run-tests.sh rename to 9.0-3/src/test/resources/run-tests.sh diff --git a/9.4/build.gradle b/9.4/build.gradle new file mode 100755 index 0000000..81836ed --- /dev/null +++ b/9.4/build.gradle @@ -0,0 +1,12 @@ +buildPlugin(this, "9.6.1") +configure(this) { + dependencies { + compileOnly 'org.locationtech.spatial4j:spatial4j:0.8' + compileOnly 'com.github.ben-manes.caffeine:caffeine:3.1.1' + } + + compileJava { + sourceCompatibility = JavaVersion.VERSION_11 + targetCompatibility = JavaVersion.VERSION_11 + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java b/9.4/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java new file mode 100755 index 0000000..a4deae1 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/TimeFilterQParserPlugin.java @@ -0,0 +1,63 @@ +package com.traveltime.plugin.solr; + +import com.traveltime.plugin.solr.cache.RequestCache; +import com.traveltime.plugin.solr.fetcher.JsonFetcherSingleton; +import com.traveltime.plugin.solr.query.timefilter.TimeFilterQueryParser; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.common.util.NamedList; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.QParser; +import org.apache.solr.search.QParserPlugin; + +import java.net.URI; +import java.util.Optional; + +import static com.traveltime.plugin.solr.query.ParamSource.PARAM_PREFIX; + +public class TimeFilterQParserPlugin extends QParserPlugin { + private String cacheName = RequestCache.NAME; + private boolean isFilteringDisabled = false; + private String paramPrefix = PARAM_PREFIX; + + private static final Integer DEFAULT_LOCATION_SIZE_LIMIT = 2000; + + @Override + public void init(NamedList args) { + Object cache = args.get("cache"); + if (cache != null) cacheName = cache.toString(); + + Object filteringDisabled = args.get("filtering_disabled"); + if (filteringDisabled != null) this.isFilteringDisabled = Boolean.parseBoolean(filteringDisabled.toString()); + + Object prefix = args.get("prefix"); + if (prefix != null) paramPrefix = prefix.toString(); + + Object uriVal = args.get("api_uri"); + URI uri = null; + if (uriVal != null) uri = URI.create(uriVal.toString()); + + String appId = args.get("app_id").toString(); + String apiKey = args.get("api_key").toString(); + int locationLimit = + Optional.ofNullable(args.get("location_limit")) + .map(x -> Integer.parseInt(x.toString())) + .orElse(DEFAULT_LOCATION_SIZE_LIMIT); + + JsonFetcherSingleton.INSTANCE.init(uri, appId, apiKey, locationLimit); + } + + @Override + public QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) { + return new TimeFilterQueryParser( + qstr, + localParams, + params, + req, + JsonFetcherSingleton.INSTANCE.getFetcher(), + cacheName, + isFilteringDisabled, + paramPrefix + ); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java b/9.4/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java new file mode 100755 index 0000000..8e2160b --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/TravelTimeQParserPlugin.java @@ -0,0 +1,55 @@ +package com.traveltime.plugin.solr; + +import com.traveltime.plugin.solr.cache.RequestCache; +import com.traveltime.plugin.solr.fetcher.ProtoFetcherSingleton; +import com.traveltime.plugin.solr.query.TravelTimeQueryParser; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.common.util.NamedList; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.QParser; +import org.apache.solr.search.QParserPlugin; + +import java.net.URI; + +import static com.traveltime.plugin.solr.query.ParamSource.PARAM_PREFIX; + +public class TravelTimeQParserPlugin extends QParserPlugin { + private String cacheName = RequestCache.NAME; + private boolean isFilteringDisabled = false; + private String paramPrefix = PARAM_PREFIX; + + @Override + public void init(NamedList args) { + Object cache = args.get("cache"); + if (cache != null) cacheName = cache.toString(); + + Object filteringDisabled = args.get("filtering_disabled"); + if (filteringDisabled != null) this.isFilteringDisabled = Boolean.parseBoolean(filteringDisabled.toString()); + + Object prefix = args.get("prefix"); + if (prefix != null) paramPrefix = prefix.toString(); + + Object uriVal = args.get("api_uri"); + URI uri = null; + if (uriVal != null) uri = URI.create(uriVal.toString()); + + String appId = args.get("app_id").toString(); + String apiKey = args.get("api_key").toString(); + ProtoFetcherSingleton.INSTANCE.init(uri, appId, apiKey); + } + + @Override + public QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) { + return new TravelTimeQueryParser( + qstr, + localParams, + params, + req, + ProtoFetcherSingleton.INSTANCE.getFetcher(), + cacheName, + isFilteringDisabled, + paramPrefix + ); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java new file mode 100755 index 0000000..1dadbdf --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/BasicTravelTimes.java @@ -0,0 +1,79 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.sdk.dto.common.Coordinates; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import it.unimi.dsi.fastutil.objects.ObjectCollection; +import it.unimi.dsi.fastutil.objects.ObjectOpenHashSet; +import lombok.val; + +import java.util.ArrayList; +import java.util.List; +import java.util.Set; +import java.util.concurrent.locks.StampedLock; + +public class BasicTravelTimes extends TravelTimes { + private final StampedLock rwLock = new StampedLock(); + private final Object2IntOpenHashMap coordsToTimes = new Object2IntOpenHashMap<>(); + + @Override + public Set nonCached(int ignored, ObjectCollection coords) { + long read = rwLock.readLock(); + try { + val nonCachedSet = new ObjectOpenHashSet(); + coords.forEach(coord -> { + if (!coordsToTimes.containsKey(coord)) { + nonCachedSet.add(coord); + } + } + ); + return nonCachedSet; + } finally { + rwLock.unlock(read); + } + } + + @Override + public void putAll(int ignored, ArrayList coords, List times) { + long write = rwLock.writeLock(); + try { + for (int index = 0; index < times.size(); index++) { + coordsToTimes.put(coords.get(index), times.get(index).intValue()); + } + } finally { + rwLock.unlock(write); + } + } + + @Override + public Object2IntOpenHashMap mapToTimes(int ignored, ObjectCollection coords) { + long read = rwLock.readLock(); + try { + val pointToTime = new Object2IntOpenHashMap(coords.size()); + coords.forEach(coord -> { + int time = coordsToTimes.getOrDefault(coord, -1); + if (time > 0) { + pointToTime.put(coord, time); + } + }); + + return pointToTime; + } finally { + rwLock.unlock(read); + } + } + + @Override + public int get(Coordinates coord) { + long read = rwLock.tryOptimisticRead(); + int time = coordsToTimes.getOrDefault(coord, -1); + if (!rwLock.validate(read)) { + read = rwLock.readLock(); + try { + time = coordsToTimes.getOrDefault(coord, -1); + } finally { + rwLock.unlock(read); + } + } + return time; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java new file mode 100755 index 0000000..4e3e459 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactRequestCache.java @@ -0,0 +1,22 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.plugin.solr.query.TravelTimeQueryParameters; + +public class ExactRequestCache extends RequestCache { + private final Object[] lock = new Object[0]; + + @Override + public TravelTimes getOrFresh(TravelTimeQueryParameters key) { + TravelTimes result = get(key); + if (result == null) { + synchronized (lock) { + result = get(key); + if (result == null) { + result = new BasicTravelTimes(); + put(key, result); + } + } + } + return result; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java new file mode 100755 index 0000000..214d132 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/ExactTimeFilterRequestCache.java @@ -0,0 +1,22 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.plugin.solr.query.timefilter.TimeFilterQueryParameters; + +public class ExactTimeFilterRequestCache extends RequestCache { + private final Object[] lock = new Object[0]; + + @Override + public TravelTimes getOrFresh(TimeFilterQueryParameters key) { + TravelTimes result = get(key); + if (result == null) { + synchronized (lock) { + result = get(key); + if (result == null) { + result = new BasicTravelTimes(); + put(key, result); + } + } + } + return result; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java new file mode 100755 index 0000000..6be899d --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyRequestCache.java @@ -0,0 +1,33 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.plugin.solr.query.TravelTimeQueryParameters; +import org.apache.solr.search.CacheRegenerator; + +import java.util.Map; + +public class FuzzyRequestCache extends RequestCache { + private final Object[] lock = new Object[0]; + private Map args; + + @Override + public Object init(Map args, Object persistence, CacheRegenerator regenerator) { + this.args = args; + return super.init(args, persistence, regenerator); + } + + @Override + public TravelTimes getOrFresh(TravelTimeQueryParameters key) { + key = new TravelTimeQueryParameters(null, key.getOrigin(), 0, key.getMode(), null); + TravelTimes result = get(key); + if (result == null) { + synchronized (lock) { + result = get(key); + if (result == null) { + result = new LRUTimes(args); + put(key, result); + } + } + } + return result; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java new file mode 100755 index 0000000..2235d16 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/FuzzyTimeFilterRequestCache.java @@ -0,0 +1,33 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.plugin.solr.query.timefilter.TimeFilterQueryParameters; +import org.apache.solr.search.CacheRegenerator; + +import java.util.Map; + +public class FuzzyTimeFilterRequestCache extends RequestCache { + private final Object[] lock = new Object[0]; + private Map args; + + @Override + public Object init(Map args, Object persistence, CacheRegenerator regenerator) { + this.args = args; + return super.init(args, persistence, regenerator); + } + + @Override + public TravelTimes getOrFresh(TimeFilterQueryParameters key) { + key = key.withField(null).withTravelTime(0); + TravelTimes result = get(key); + if (result == null) { + synchronized (lock) { + result = get(key); + if (result == null) { + result = new LRUTimes(args); + put(key, result); + } + } + } + return result; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java new file mode 100755 index 0000000..f081979 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/LRUTimes.java @@ -0,0 +1,76 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.sdk.dto.common.Coordinates; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import it.unimi.dsi.fastutil.objects.ObjectCollection; +import it.unimi.dsi.fastutil.objects.ObjectOpenHashSet; +import lombok.val; +import org.apache.solr.search.CaffeineCache; +import org.apache.solr.search.NoOpRegenerator; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.Set; + +public class LRUTimes extends TravelTimes { + private final CaffeineCache coordsToTimes = new CaffeineCache<>(); + + public LRUTimes(Map args) { + args.putIfAbsent("name", "fuzzy_cache"); + String size = args.get("secondary_size"); + if (size == null) { + size = "10000"; + } + args.put("size", size); + + coordsToTimes.init(args, null, new NoOpRegenerator()); + } + + @Override + public Set nonCached(int limit, ObjectCollection coords) { + val nonCachedSet = new ObjectOpenHashSet(); + coords.forEach(coord -> { + Integer time = coordsToTimes.get(coord); + if (time == null || (time < 0 && time > -limit)) { + nonCachedSet.add(coord); + } + } + ); + return nonCachedSet; + } + + @Override + public void putAll(int limit, ArrayList coords, List times) { + for (int index = 0; index < times.size(); index++) { + int time = times.get(index); + if (time < 0) { + Integer stored = coordsToTimes.get(coords.get(index)); + if (stored != null && stored < 0) { + time = Math.min(-limit, stored); + } + } + coordsToTimes.put(coords.get(index), time); + } + } + + @Override + public Object2IntOpenHashMap mapToTimes(int limit, ObjectCollection coords) { + val pointToTime = new Object2IntOpenHashMap(coords.size()); + coords.forEach(coord -> { + Integer time = coordsToTimes.get(coord); + if (time != null && time > 0 && time <= limit) { + pointToTime.put(coord, time.intValue()); + } + }); + + return pointToTime; + } + + @Override + public int get(Coordinates coord) { + Integer time = coordsToTimes.get(coord); + if (time == null || time < 0) return -1; + return time; + } +} \ No newline at end of file diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java new file mode 100755 index 0000000..2f03a52 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/RequestCache.java @@ -0,0 +1,19 @@ +package com.traveltime.plugin.solr.cache; + +import org.apache.solr.search.CacheRegenerator; +import org.apache.solr.search.CaffeineCache; +import org.apache.solr.search.NoOpRegenerator; + +import java.util.Map; + +public abstract class RequestCache

extends CaffeineCache { + public static final String NAME = "traveltime"; + + public abstract TravelTimes getOrFresh(P key); + + @Override + public void init(Map args, CacheRegenerator ignored) { + super.init(args, new NoOpRegenerator()); + } + +} \ No newline at end of file diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java new file mode 100755 index 0000000..c973523 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/TravelTimes.java @@ -0,0 +1,19 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.sdk.dto.common.Coordinates; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import it.unimi.dsi.fastutil.objects.ObjectCollection; + +import java.util.ArrayList; +import java.util.List; +import java.util.Set; + +public abstract class TravelTimes { + public abstract Set nonCached(int limit, ObjectCollection coords); + + public abstract void putAll(int limit, ArrayList coords, List times); + + public abstract Object2IntOpenHashMap mapToTimes(int limit, ObjectCollection coords); + + public abstract int get(Coordinates coord); +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java b/9.4/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java new file mode 100755 index 0000000..458cd24 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/cache/UnprotectedTimes.java @@ -0,0 +1,36 @@ +package com.traveltime.plugin.solr.cache; + +import com.traveltime.sdk.dto.common.Coordinates; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import it.unimi.dsi.fastutil.objects.ObjectCollection; +import it.unimi.dsi.fastutil.objects.ObjectOpenHashSet; + +import java.util.ArrayList; +import java.util.List; +import java.util.Set; + +//Only for use within TravelTimeDelegatingCollector if no cache is set up +public class UnprotectedTimes extends TravelTimes { + private final Object2IntOpenHashMap coordsToTimes = new Object2IntOpenHashMap<>(); + + public Set nonCached(int ignored, ObjectCollection coords) { + return new ObjectOpenHashSet<>(coords); + } + + public void putAll(int ignored, ArrayList coords, List times) { + for (int index = 0; index < times.size(); index++) { + if (times.get(index) > 0) { + coordsToTimes.put(coords.get(index), times.get(index).intValue()); + } + } + } + + public Object2IntOpenHashMap mapToTimes(int ignored, ObjectCollection coords) { + return coordsToTimes; + } + + @Override + public int get(Coordinates coord) { + return -1; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java new file mode 100644 index 0000000..1ee77c6 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/Fetcher.java @@ -0,0 +1,10 @@ +package com.traveltime.plugin.solr.fetcher; + +import com.traveltime.sdk.dto.common.Coordinates; + +import java.util.ArrayList; +import java.util.List; + +public interface Fetcher { + List getTimes(Params parameters, ArrayList points); +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java new file mode 100755 index 0000000..308db4f --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcher.java @@ -0,0 +1,163 @@ +package com.traveltime.plugin.solr.fetcher; + +import com.google.common.collect.Iterables; +import com.traveltime.plugin.solr.query.timefilter.TimeFilterQueryParameters; +import com.traveltime.plugin.solr.util.Util; +import com.traveltime.sdk.TravelTimeSDK; +import com.traveltime.sdk.auth.TravelTimeCredentials; +import com.traveltime.sdk.dto.common.Coordinates; +import com.traveltime.sdk.dto.common.Location; +import com.traveltime.sdk.dto.common.Property; +import com.traveltime.sdk.dto.requests.TimeFilterRequest; +import com.traveltime.sdk.dto.requests.timefilter.ArrivalSearch; +import com.traveltime.sdk.dto.requests.timefilter.DepartureSearch; +import com.traveltime.sdk.dto.responses.TimeFilterResponse; +import com.traveltime.sdk.dto.responses.errors.IOError; +import com.traveltime.sdk.dto.responses.errors.ResponseError; +import com.traveltime.sdk.dto.responses.errors.TravelTimeError; +import lombok.val; +import okhttp3.OkHttpClient; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.net.URI; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Collections; +import java.util.List; +import java.util.concurrent.TimeUnit; +import java.util.stream.Collectors; +import java.util.stream.IntStream; +import java.util.stream.StreamSupport; + +public class JsonFetcher implements Fetcher { + private final TravelTimeSDK api; + + private final int locationSizeLimit; + + private final Logger log = LoggerFactory.getLogger(JsonFetcher.class); + + private void logError(TravelTimeError left) { + if (left instanceof IOError) { + val ioerr = (IOError) left; + log.warn(ioerr.getMessage()); + log.warn( + Arrays.stream(ioerr.getCause().getStackTrace()) + .map(StackTraceElement::toString) + .reduce("", (a, b) -> a + "\n\t" + b) + ); + } else if (left instanceof ResponseError) { + val error = (ResponseError) left; + log.warn(error.getDescription()); + } + } + + public JsonFetcher(URI uri, String id, String key, int locationSizeLimit) { + val auth = TravelTimeCredentials.builder().appId(id).apiKey(key).build(); + val client = new OkHttpClient.Builder() + .connectTimeout(5, TimeUnit.MINUTES) + .callTimeout(5, TimeUnit.MINUTES) + .readTimeout(5, TimeUnit.MINUTES) + .build(); + val builder = TravelTimeSDK.builder().credentials(auth).client(client); + if (uri != null) { + builder.baseProtoUri(uri); + } + api = builder.build(); + this.locationSizeLimit = locationSizeLimit; + } + + private Integer[] extractTimes(TimeFilterResponse response, Integer[] travelTimes) { + val result = response.getResults().get(0); + + result.getLocations() + .forEach(location -> + travelTimes[Integer.parseInt(location.getId())] = location.getProperties() + .get(0) + .getTravelTime() + ); + + result.getUnreachable() + .forEach(unreachableId -> + travelTimes[Integer.parseInt(unreachableId)] = -1 + ); + + return travelTimes; + } + + public List getTimes(TimeFilterQueryParameters parameters, ArrayList points) { + + val locations = IntStream + .range(0, points.size()) + .mapToObj(i -> new Location(String.valueOf(i), points.get(i))) + .collect(Collectors.toList()); + + val groupedLocations = Iterables.partition(locations, locationSizeLimit); + + val requests = StreamSupport + .stream(groupedLocations.spliterator(), true) + .map(locationGroup -> { + val requestBuilder = TimeFilterRequest.builder(); + + requestBuilder + .location(parameters.getLocation()) + .locations(locations); + + switch (parameters.getSearchType()) { + case ARRIVAL: + val arrivalSearchBuilder = ArrivalSearch + .builder() + .id("search") + .arrivalLocationId(parameters.getLocation().getId()) + .departureLocationIds(locations.stream().map(Location::getId).collect(Collectors.toList())) + .arrivalTime(parameters.getTime()) + .travelTime(parameters.getTravelTime()) + .properties(Collections.singletonList(Property.TRAVEL_TIME)) + .transportation(parameters.getTransportation()); + val arrivalSearch = parameters + .getRange() + .map(arrivalSearchBuilder::range) + .orElse(arrivalSearchBuilder) + .build(); + requestBuilder.arrivalSearch(arrivalSearch); + break; + case DEPARTURE: + val departureSearchBuilder = DepartureSearch + .builder() + .id("search") + .departureLocationId(parameters.getLocation().getId()) + .arrivalLocationIds(locations.stream().map(Location::getId).collect(Collectors.toList())) + .departureTime(parameters.getTime()) + .travelTime(parameters.getTravelTime()) + .properties(Collections.singletonList(Property.TRAVEL_TIME)) + .transportation(parameters.getTransportation()); + val departureSearch = parameters + .getRange() + .map(departureSearchBuilder::range) + .orElse(departureSearchBuilder) + .build(); + requestBuilder.departureSearch(departureSearch); + break; + } + + return requestBuilder.build(); + }); + + log.info(String.format("Fetching %d locations", points.size())); + + Integer[] resultArray = new Integer[locations.size()]; + + requests.map(request -> Util.time(log, () -> api.send(request))) + .forEach(result -> result.fold( + err -> { + logError(err); + throw new RuntimeException(err.toString()); + }, + succ -> extractTimes(succ, resultArray) + ) + ); + + return Arrays.stream(resultArray).collect(Collectors.toList()); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java new file mode 100755 index 0000000..fb70b42 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/JsonFetcherSingleton.java @@ -0,0 +1,23 @@ +package com.traveltime.plugin.solr.fetcher; + +import java.net.URI; + +public enum JsonFetcherSingleton { + INSTANCE; + + private JsonFetcher underlying = null; + private final Object[] lock = new Object[0]; + + public void init(URI uri, String id, String key, int locationSizeLimit) { + if (underlying != null) return; + synchronized (lock) { + if (underlying != null) return; + underlying = new JsonFetcher(uri, id, key, locationSizeLimit); + } + } + + public JsonFetcher getFetcher() { + return underlying; + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java new file mode 100755 index 0000000..ffff6e7 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcher.java @@ -0,0 +1,81 @@ +package com.traveltime.plugin.solr.fetcher; + +import com.traveltime.plugin.solr.query.TravelTimeQueryParameters; +import com.traveltime.plugin.solr.util.Util; +import com.traveltime.sdk.TravelTimeSDK; +import com.traveltime.sdk.auth.TravelTimeCredentials; +import com.traveltime.sdk.dto.common.Coordinates; +import com.traveltime.sdk.dto.requests.TimeFilterFastProtoRequest; +import com.traveltime.sdk.dto.requests.proto.OneToMany; +import com.traveltime.sdk.dto.responses.TimeFilterFastProtoResponse; +import com.traveltime.sdk.dto.responses.errors.IOError; +import com.traveltime.sdk.dto.responses.errors.ResponseError; +import com.traveltime.sdk.dto.responses.errors.TravelTimeError; +import lombok.val; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + +import java.net.URI; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.List; + +public class ProtoFetcher implements Fetcher { + private final TravelTimeSDK api; + + private final Logger log = LoggerFactory.getLogger(ProtoFetcher.class); + + private void logError(TravelTimeError left) { + if (left instanceof IOError) { + val ioerr = (IOError) left; + log.warn(ioerr.getMessage()); + log.warn( + Arrays.stream(ioerr.getCause().getStackTrace()) + .map(StackTraceElement::toString) + .reduce("", (a, b) -> a + "\n\t" + b) + ); + } else if (left instanceof ResponseError) { + val error = (ResponseError) left; + log.warn(error.getDescription()); + } + } + + public ProtoFetcher(URI uri, String id, String key) { + val auth = TravelTimeCredentials.builder().appId(id).apiKey(key).build(); + val builder = TravelTimeSDK.builder().credentials(auth); + if (uri != null) { + builder.baseProtoUri(uri); + } + api = builder.build(); + } + + @Override + public List getTimes(TravelTimeQueryParameters params, ArrayList destinations) { + val fastProto = TimeFilterFastProtoRequest + .builder() + .oneToMany( + OneToMany + .builder() + .country(params.getCountry()) + .transportation(params.getMode()) + .originCoordinate(params.getOrigin()) + .destinationCoordinates(destinations) + .travelTime(params.getLimit()) + .build() + ) + .build(); + + + log.info(String.format("Fetching %d destinations", destinations.size())); + val result = Util.time(log, () -> api.sendProtoBatched(fastProto)); + + return result.fold( + err -> { + logError(err); + throw new RuntimeException(err.getMessage()); + }, + TimeFilterFastProtoResponse::getTravelTimes + ); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java new file mode 100755 index 0000000..276d0a6 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/fetcher/ProtoFetcherSingleton.java @@ -0,0 +1,23 @@ +package com.traveltime.plugin.solr.fetcher; + +import java.net.URI; + +public enum ProtoFetcherSingleton { + INSTANCE; + + private ProtoFetcher underlying = null; + private final Object[] lock = new Object[0]; + + public void init(URI uri, String id, String key) { + if (underlying != null) return; + synchronized (lock) { + if (underlying != null) return; + underlying = new ProtoFetcher(uri, id, key); + } + } + + public ProtoFetcher getFetcher() { + return underlying; + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java new file mode 100644 index 0000000..6fcca95 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/ParamSource.java @@ -0,0 +1,35 @@ +package com.traveltime.plugin.solr.query; + +import lombok.val; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.search.SyntaxError; + +import java.util.Optional; + +public class ParamSource { + private final String paramPrefix; + + private final SolrParams[] params; + + public static final String PARAM_PREFIX = "traveltime_"; + + public ParamSource(String paramPrefix, SolrParams... params) { + this.paramPrefix = paramPrefix; + this.params = params; + } + + public String getParam(String name) throws SyntaxError { + return getOptionalParam(name).orElseThrow(() -> new SyntaxError("missing " + name + " parameter for TravelTime request")); + } + + public Optional getOptionalParam(String name) { + String param; + for (val source : params) { + param = source.get(paramPrefix + name); + if (param != null) return Optional.of(param); + param = source.get(name); + if (param != null) return Optional.of(param); + } + return Optional.empty(); + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java new file mode 100644 index 0000000..276fefb --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/QueryParams.java @@ -0,0 +1,13 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.sdk.dto.common.Coordinates; + +public interface QueryParams { + String getField(); + + int getTravelTime(); + + Coordinates getOrigin(); + + String getTransportMode(); +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java new file mode 100755 index 0000000..d421b6b --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeDelegatingCollector.java @@ -0,0 +1,159 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.cache.RequestCache; +import com.traveltime.plugin.solr.cache.TravelTimes; +import com.traveltime.plugin.solr.cache.UnprotectedTimes; +import com.traveltime.plugin.solr.fetcher.Fetcher; +import com.traveltime.plugin.solr.util.Util; +import com.traveltime.sdk.dto.common.Coordinates; +import it.unimi.dsi.fastutil.ints.Int2FloatOpenHashMap; +import it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap; +import it.unimi.dsi.fastutil.objects.Object2IntOpenHashMap; +import it.unimi.dsi.fastutil.objects.ObjectCollection; +import lombok.val; +import org.apache.lucene.index.DocValues; +import org.apache.lucene.index.LeafReaderContext; +import org.apache.lucene.index.SortedNumericDocValues; +import org.apache.lucene.search.DocIdSetIterator; +import org.apache.lucene.search.Scorable; +import org.apache.lucene.util.BitSetIterator; +import org.apache.lucene.util.FixedBitSet; +import org.apache.solr.search.DelegatingCollector; + +import java.io.IOException; +import java.util.ArrayList; +import java.util.List; + +public class TravelTimeDelegatingCollector extends DelegatingCollector { + private final LeafReaderContext[] contexts; + private final int[] contextBaseStart; + private final int[] contextBaseEnd; + + private final int maxDoc; + private final Int2FloatOpenHashMap score; + private final FixedBitSet collectedGlobalDocs; + private final Params params; + private final float scoreWeight; + private final Int2ObjectOpenHashMap globalDoc2Coords; + private final Fetcher fetcher; + private final RequestCache cache; + private final boolean isFilteringDisabled; + + private Object2IntOpenHashMap pointToTime; + private SortedNumericDocValues coords; + + + public TravelTimeDelegatingCollector(int maxDoc, int segments, Params params, float scoreWeight, Fetcher fetcher, RequestCache cache, boolean isFilteringDisabled) { + this.maxDoc = maxDoc; + this.contexts = new LeafReaderContext[segments]; + this.contextBaseStart = new int[segments]; + this.contextBaseEnd = new int[segments]; + this.score = new Int2FloatOpenHashMap(maxDoc); + this.globalDoc2Coords = new Int2ObjectOpenHashMap<>(maxDoc); + this.collectedGlobalDocs = new FixedBitSet(maxDoc); + this.params = params; + this.scoreWeight = scoreWeight; + this.fetcher = fetcher; + this.cache = cache; + this.isFilteringDisabled = isFilteringDisabled; + } + + @Override + protected void doSetNextReader(LeafReaderContext context) throws IOException { + contexts[context.ord] = context; + + contextBaseStart[context.ord] = context.docBase; + if (context.ord != 0) contextBaseEnd[context.ord - 1] = context.docBase - 1; + if (context.ord == contexts.length - 1) contextBaseEnd[context.ord] = maxDoc; + + coords = DocValues.getSortedNumeric(context.reader(), params.getField()); + super.doSetNextReader(context); + } + + @Override + public void collect(int contextDoc) throws IOException { + if (coords.advanceExact(contextDoc)) { + int globalDoc = this.docBase + contextDoc; + collectedGlobalDocs.set(globalDoc); + score.put(globalDoc, scorer.score()); + globalDoc2Coords.put(globalDoc, Util.decode(coords.nextValue())); + } + } + + private Object2IntOpenHashMap computePointToTime(ObjectCollection coords) { + TravelTimes cachedResults; + if (cache != null) { + cachedResults = cache.getOrFresh(params); + } else { + cachedResults = new UnprotectedTimes(); + } + + val nonCachedSet = cachedResults.nonCached(params.getTravelTime(), coords); + + ArrayList destinations = new ArrayList<>(nonCachedSet); + + List times; + if (destinations.size() == 0) { + times = new ArrayList<>(); + } else { + times = fetcher.getTimes(params, destinations); + } + + cachedResults.putAll(params.getTravelTime(), destinations, times); + + return cachedResults.mapToTimes(params.getTravelTime(), coords); + } + + @Override + public void complete() throws IOException { + if (contexts.length == 0) + return; + + pointToTime = computePointToTime(globalDoc2Coords.values()); + + val collectedDocs = new BitSetIterator(collectedGlobalDocs, 0L); + val forwardingScorer = new ForwardingScorer(collectedDocs); + + int currentContextIndex = 0; + while (collectedDocs.nextDoc() != DocIdSetIterator.NO_MORE_DOCS) { + int globalDoc = collectedDocs.docID(); + + while (globalDoc > contextBaseEnd[currentContextIndex]) { + currentContextIndex++; + } + + if (isFilteringDisabled || pointToTime.containsKey(globalDoc2Coords.get(globalDoc))) { + int contextDoc = globalDoc - contextBaseStart[currentContextIndex]; + leafDelegate = delegate.getLeafCollector(contexts[currentContextIndex]); + leafDelegate.setScorer(forwardingScorer); + leafDelegate.collect(contextDoc); + } + } + + if (delegate instanceof DelegatingCollector) { + ((DelegatingCollector) delegate).complete(); + } + } + + private class ForwardingScorer extends Scorable { + + private final DocIdSetIterator backingIterator; + + private ForwardingScorer(DocIdSetIterator backingIterator) { + this.backingIterator = backingIterator; + } + + @Override + public int docID() { + return backingIterator.docID(); + } + + @Override + public float score() { + int limit = params.getTravelTime(); + int time = pointToTime.getOrDefault(globalDoc2Coords.get(docID()), params.getTravelTime() + 1); + float ttScore = (float) (limit - time + 1) / (limit + 1); + return (1f - scoreWeight) * score.get(docID()) + scoreWeight * ttScore; + } + } +} \ No newline at end of file diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java new file mode 100755 index 0000000..844f77b --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParameters.java @@ -0,0 +1,88 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.util.Util; +import com.traveltime.sdk.dto.common.Coordinates; +import com.traveltime.sdk.dto.requests.proto.Country; +import com.traveltime.sdk.dto.requests.proto.Transportation; +import lombok.Data; +import lombok.With; +import lombok.val; +import org.apache.solr.schema.IndexSchema; +import org.apache.solr.schema.LatLonPointSpatialField; +import org.apache.solr.search.SyntaxError; + +import java.util.Optional; +import java.util.function.Function; + +@Data +public class TravelTimeQueryParameters implements QueryParams { + private final String field; + private final Coordinates origin; + private final int limit; + @With + private final Transportation mode; + @With + private final Country country; + + @Override + public int getTravelTime() { + return limit; + } + + public static final String FIELD = "field"; + public static final String ORIGIN = "origin"; + public static final String MODE = "mode"; + public static final String LIMIT = "limit"; + public static final String COUNTRY = "country"; + + private static T findByNameOrError(String what, String name, Function> finder) { + val result = finder.apply(name); + if (result.isEmpty()) { + throw new IllegalArgumentException(String.format("Couldn't find a %s with the name %s", what, name)); + } else { + return result.get(); + } + } + + public static TravelTimeQueryParameters parse( + IndexSchema schema, + ParamSource params + ) throws SyntaxError { + String field = params.getParam(TravelTimeQueryParameters.FIELD); + + val fieldType = schema.getField(field); + if (!(fieldType.getType() instanceof LatLonPointSpatialField)) { + throw new SyntaxError("field[" + field + "] is not a LatLonPointSpatialField"); + } + + val origin = Util.toGeoPoint(params.getParam(TravelTimeQueryParameters.ORIGIN)); + + val mode = findByNameOrError( + "transportation mode", + params.getParam(TravelTimeQueryParameters.MODE), + Util::findModeByName + ); + val country = findByNameOrError( + "country", + params.getParam(TravelTimeQueryParameters.COUNTRY), + Util::findCountryByName + ); + + int limit; + try { + limit = Integer.parseInt(params.getParam(TravelTimeQueryParameters.LIMIT)); + } catch (NumberFormatException e) { + throw new SyntaxError("Couldn't parse traveltime limit as an integer"); + } + if (limit <= 0) { + throw new SyntaxError("traveltime limit must be > 0"); + } + + return new TravelTimeQueryParameters(field, origin, limit, mode, country); + } + + @Override + public String getTransportMode() { + return mode == null ? "-" : mode.getValue(); + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java new file mode 100755 index 0000000..697e39b --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeQueryParser.java @@ -0,0 +1,45 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.fetcher.Fetcher; +import lombok.val; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.QParser; +import org.apache.solr.search.SyntaxError; + +public class TravelTimeQueryParser extends QParser { + private static final String WEIGHT = "weight"; + + private final Fetcher fetcher; + private final String cacheName; + private final boolean isFilteringDisabled; + private final String paramPrefix; + + public TravelTimeQueryParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req, Fetcher fetcher, String cacheName, boolean isFilteringDisabled, String paramPrefix) { + super(qstr, localParams, params, req); + this.fetcher = fetcher; + this.cacheName = cacheName; + this.isFilteringDisabled = isFilteringDisabled; + this.paramPrefix = paramPrefix; + } + + @Override + public TravelTimeSearchQuery parse() throws SyntaxError { + ParamSource paramSource = new ParamSource(paramPrefix, localParams, params); + float weight; + try { + weight = Float.parseFloat(paramSource.getParam(WEIGHT)); + } catch (SyntaxError ignored) { + weight = 0f; + } catch (NumberFormatException e) { + throw new SyntaxError("Couldn't parse traveltime weight as a float"); + } + if (weight < 0 || weight > 1) { + throw new SyntaxError("TravelTime weight must be between 0 and 1"); + } + + val params = TravelTimeQueryParameters.parse(req.getSchema(), paramSource); + return new TravelTimeSearchQuery<>(params, weight, fetcher, cacheName, isFilteringDisabled); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java new file mode 100644 index 0000000..b5c2110 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeScorer.java @@ -0,0 +1,255 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * This code is based on LatLonPointDistanceFeatureQuery.DistanceScorer and + * LongDistanceFeatureQuery.DistanceScorer from the Apache Lucene project. + */ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.cache.TravelTimes; +import com.traveltime.sdk.dto.common.Coordinates; +import org.apache.lucene.document.LatLonPoint; +import org.apache.lucene.geo.GeoEncodingUtils; +import org.apache.lucene.index.NumericDocValues; +import org.apache.lucene.index.PointValues; +import org.apache.lucene.search.DocIdSetIterator; +import org.apache.lucene.search.Scorer; +import org.apache.lucene.search.Weight; +import org.apache.lucene.util.DocIdSetBuilder; +import org.apache.lucene.util.NumericUtils; + +import java.io.IOException; + +class TravelTimeScorer extends Scorer { + + private final int maxDoc; + private DocIdSetIterator it; + private int doc = -1; + private final long leadCost; + private final float boost; + private final PointValues pointValues; + private final NumericDocValues docValues; + private final int limit; + // Stored as a double so conversion from int to double does not have to be + // done every time the score is calculated. + private final double limitAsDouble; + private final TravelTimes travelTimes; + private int maxTravelTime; + + protected TravelTimeScorer(int limit, TravelTimes travelTimes, Weight weight, int maxDoc, long leadCost, float boost, + PointValues pointValues, NumericDocValues docValues) { + super(weight); + this.limit = limit; + this.limitAsDouble = limit; + this.travelTimes = travelTimes; + this.maxTravelTime = limit; + this.maxDoc = maxDoc; + this.leadCost = leadCost; + this.boost = boost; + this.pointValues = pointValues; + this.docValues = docValues; + // initially use doc values in order to iterate all documents that have + // a value for this field + this.it = docValues; + } + + @Override + public int docID() { + return doc; + } + + private float score(int travelTime) { + // score = if (travel time is unknown) 0.0 else boost * limit / (limit + travel time) + // + // This results in scores 0.0 and in the range [0.5, 1.0]. Short + // travel times will get a relatively higher score. This is based + // on the assumption that people do not have a linear preference + // for travel times. Travel times at or near the limit will get a + // score significantly better than unavailable travel times: + // >= 0.5 versus 0.0. + return travelTime == -1.0 ? 0.0f : (float) (boost * (limitAsDouble / (limitAsDouble + travelTime))); + } + + /** + * Inverting the score computation is very hard due to all potential + * rounding errors, so we binary search the maximum travel time. The + * limit is set to 1 second. + */ + private int computeMaxTravelTime(float minScore, int previousMaxTravelTime) { + assert score(0) >= minScore; + if (score(previousMaxTravelTime) >= minScore) { + // minScore did not decrease enough to require an update to the max travel time + return previousMaxTravelTime; + } + assert score(previousMaxTravelTime) < minScore; + int min = 0, max = previousMaxTravelTime; + // invariant: score(min) >= minScore && score(max) < minScore + while (max - min > 1) { + int mid = (min + max) / 2; + float score = score(mid); + if (score >= minScore) { + min = mid; + } else { + max = mid; + } + } + assert score(min) >= minScore; + assert min == limit || score(min + 1) < minScore; + return min; + } + + @Override + public float score() throws IOException { + long encodedDocumentCoordinate = docValues.longValue(); + int documentLatitudeBits = (int) (encodedDocumentCoordinate >> 32); + int documentLongitudeBits = (int) encodedDocumentCoordinate; + double documentLat = GeoEncodingUtils.decodeLatitude(documentLatitudeBits); + double documentLon = GeoEncodingUtils.decodeLongitude(documentLongitudeBits); + + int travelTime = travelTimes == null ? -1 : travelTimes.get(new Coordinates(documentLat, documentLon)); + + return docValues.advanceExact(docID()) ? score(travelTime) : 0; + } + + @Override + public DocIdSetIterator iterator() { + // add indirection so that if 'it' is updated then it will + // be taken into account + return new DocIdSetIterator() { + + @Override + public int nextDoc() throws IOException { + return doc = it.nextDoc(); + } + + @Override + public int docID() { + return doc; + } + + @Override + public long cost() { + return it.cost(); + } + + @Override + public int advance(int target) throws IOException { + return doc = it.advance(target); + } + }; + } + + @Override + public float getMaxScore(int upTo) { + return boost; + } + + private int setMinCompetitiveScoreCounter = 0; + + + @Override + public void setMinCompetitiveScore(float minScore) throws IOException { + if (minScore > boost) { + it = DocIdSetIterator.empty(); + return; + } + + setMinCompetitiveScoreCounter++; + // We sample the calls to this method as it is expensive to recalculate the iterator. + if (setMinCompetitiveScoreCounter > 256 && (setMinCompetitiveScoreCounter & 0x1f) != 0x1f) { + return; + } + + int previousMaxTravelTime = maxTravelTime; + maxTravelTime = computeMaxTravelTime(minScore, maxTravelTime); + if (maxTravelTime == previousMaxTravelTime) { + // nothing to update + return; + } + + DocIdSetBuilder result = new DocIdSetBuilder(maxDoc); + final int doc = docID(); + PointValues.IntersectVisitor visitor = new PointValues.IntersectVisitor() { + + DocIdSetBuilder.BulkAdder adder; + + @Override + public void grow(int count) { + adder = result.grow(count); + } + + @Override + public void visit(int docID) { + if (docID <= doc) { + // Already visited or skipped + return; + } + adder.add(docID); + } + + @Override + public void visit(int docID, byte[] packedValue) { + if (docID <= doc) { + // Already visited or skipped + return; + } + + int documentTravelTime = getTravelTimeForCoordinate(packedValue); + + if (documentTravelTime == -1 || documentTravelTime > maxTravelTime) { + //Document travel time is longer than maximum travel time + return; + } + adder.add(docID); + } + + @Override + public PointValues.Relation compare(byte[] rangeMinPackedValue, byte[] rangeMaxPackedValue) { + int rangeMinTravelTime = getTravelTimeForCoordinate(rangeMinPackedValue); + int rangeMaxTravelTime = getTravelTimeForCoordinate(rangeMaxPackedValue); + + if (rangeMinTravelTime > maxTravelTime || rangeMaxTravelTime < 0) { + return PointValues.Relation.CELL_OUTSIDE_QUERY; + } + if (rangeMinTravelTime < 0 || rangeMaxTravelTime > maxTravelTime) { + return PointValues.Relation.CELL_CROSSES_QUERY; + } + return PointValues.Relation.CELL_INSIDE_QUERY; + } + + private int getTravelTimeForCoordinate(byte[] packedValue) { + int rangeMaxLatitudeBits = NumericUtils.sortableBytesToInt(packedValue, 0); + int rangeMaxLongitudeBits = NumericUtils.sortableBytesToInt(packedValue, LatLonPoint.BYTES); + double rangeMaxLat = GeoEncodingUtils.decodeLatitude(rangeMaxLatitudeBits); + double rangeMaxLon = GeoEncodingUtils.decodeLongitude(rangeMaxLongitudeBits); + return travelTimes == null ? -1 : travelTimes.get(new Coordinates(rangeMaxLat, rangeMaxLon)); + } + }; + + final long currentQueryCost = Math.min(leadCost, it.cost()); + final long threshold = currentQueryCost >>> 3; + long estimatedNumberOfMatches = pointValues.estimatePointCount(visitor); // runs in O(log(numPoints)) + // TODO: what is the right factor compared to the current disi? Is 8 optimal? + if (estimatedNumberOfMatches >= threshold) { + // the new range is not selective enough to be worth materializing + return; + } + pointValues.intersect(visitor); + it = result.build().iterator(); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java new file mode 100755 index 0000000..2f2402a --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeSearchQuery.java @@ -0,0 +1,251 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +/* + * Parts of this code are based on LatLonPointDistanceFeatureQuery. + * DistanceScorer and LongDistanceFeatureQuery.DistanceScorer from the + * Apache Lucene project. + */ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.cache.RequestCache; +import com.traveltime.plugin.solr.cache.TravelTimes; +import com.traveltime.plugin.solr.fetcher.Fetcher; +import com.traveltime.sdk.dto.common.Coordinates; +import lombok.AllArgsConstructor; +import lombok.EqualsAndHashCode; +import org.apache.lucene.geo.GeoEncodingUtils; +import org.apache.lucene.index.*; +import org.apache.lucene.search.*; +import org.apache.solr.search.DelegatingCollector; +import org.apache.solr.search.ExtendedQueryBase; +import org.apache.solr.search.PostFilter; +import org.apache.solr.search.SolrIndexSearcher; + +import java.io.IOException; + +@AllArgsConstructor +@EqualsAndHashCode(callSuper = false) +public class TravelTimeSearchQuery extends ExtendedQueryBase implements PostFilter { + private final Params params; + private final float weight; + private final Fetcher fetcher; + private final String cacheName; + private final boolean isFilteringDisabled; + + @Override + public String toString(String field) { + return String.format("TravelTimeSearchQuery(params = %s)", params); + } + + @Override + public void visit(QueryVisitor visitor) { + visitor.visitLeaf(this); + } + + @Override + public DelegatingCollector getFilterCollector(IndexSearcher indexSearcher) { + SolrIndexSearcher searcher = (SolrIndexSearcher) indexSearcher; + RequestCache cache = (RequestCache) searcher.getCache(cacheName); + int maxDoc = searcher.maxDoc(); + int leafCount = searcher.getTopReaderContext().leaves().size(); + return new TravelTimeDelegatingCollector<>( + maxDoc, + leafCount, + params, + weight, + fetcher, + cache, + isFilteringDisabled + ); + } + + @Override + public boolean getCache() { + return false; + } + + @Override + public void setCache(boolean cache) { + } + + @Override + public int getCost() { + return 100; + } + + @Override + public void setCost(int cost) { + } + + @Override + public Weight createWeight(IndexSearcher indexSearcher, ScoreMode scoreMode, float boost) { + SolrIndexSearcher searcher = (SolrIndexSearcher) indexSearcher; + RequestCache cache = (RequestCache) searcher.getCache(cacheName); + TravelTimes travelTimes = cache.get(params); + return new Weight(this) { + + private final int limit = params.getTravelTime(); + private final double limitAsDouble = limit; + + @Override + public boolean isCacheable(LeafReaderContext ctx) { + return false; + } + + @Override + public Explanation explain(LeafReaderContext context, int doc) throws IOException { + SortedNumericDocValues multiDocValues = DocValues.getSortedNumeric(context.reader(), params.getField()); + if (!multiDocValues.advanceExact(doc)) { + return Explanation.noMatch("Document " + doc + " doesn't have a value for field " + params.getField()); + } + long encodedDocumentCoordinate = selectValue(multiDocValues); + int documentLatitudeBits = (int) (encodedDocumentCoordinate >> 32); + int documentLongitudeBits = (int) encodedDocumentCoordinate; + double documentLat = GeoEncodingUtils.decodeLatitude(documentLatitudeBits); + double documentLon = GeoEncodingUtils.decodeLongitude(documentLongitudeBits); + + int travelTime = travelTimes == null ? -1 : travelTimes.get(new Coordinates(documentLat, documentLon)); + + // score = if (travel time is unknown) 0.0 else boost * limit / (limit + travel time) + // + // This results in scores 0.0 and in the range [0.5, 1.0]. Short + // travel times will get a relatively higher score. This is based + // on the assumption that people do not have a linear preference + // for travel times. Travel times at or near the limit will get a + // score significantly better than unavailable travel times: + // >= 0.5 versus 0.0. + float score = travelTime == -1 ? 0.0f : (float) (boost * (limitAsDouble / (limitAsDouble + travelTime))); + + Coordinates queryOrigin = params.getOrigin(); + return Explanation.match( + score, + params.getTransportMode() + " score, computed as, when present, boost * limit / (limit + travelTime), otherwise 0.0, from:", + Explanation.match(boost, "weight"), + Explanation.match(limit, "maximum travel time"), + Explanation.match(queryOrigin.getLat(), "query lat"), + Explanation.match(queryOrigin.getLng(), "query lon"), + Explanation.match(documentLat, "document lat"), + Explanation.match(documentLon, "document lon"), + Explanation.match(travelTime, "travel time") + ); + } + + private long selectValue(SortedNumericDocValues multiDocValues) throws IOException { + int count = multiDocValues.docValueCount(); + long value = multiDocValues.nextValue(); + if (count > 1) { + throw new IllegalStateException("Multi-valued field " + params.getField() + " is not supported"); + } + return value; + } + + private NumericDocValues selectValues(SortedNumericDocValues multiDocValues) { + final NumericDocValues singleton = DocValues.unwrapSingleton(multiDocValues); + if (singleton != null) { + return singleton; + } + return new NumericDocValues() { + + long value; + + @Override + public long longValue() { + return value; + } + + @Override + public boolean advanceExact(int target) throws IOException { + if (multiDocValues.advanceExact(target)) { + value = selectValue(multiDocValues); + return true; + } else { + return false; + } + } + + @Override + public int docID() { + return multiDocValues.docID(); + } + + @Override + public int nextDoc() throws IOException { + return multiDocValues.nextDoc(); + } + + @Override + public int advance(int target) throws IOException { + return multiDocValues.advance(target); + } + + @Override + public long cost() { + return multiDocValues.cost(); + } + + }; + } + + @Override + public ScorerSupplier scorerSupplier(LeafReaderContext context) throws IOException { + PointValues pointValues = context.reader().getPointValues(params.getField()); + if (pointValues == null) { + // No data on this segment + return null; + } + final SortedNumericDocValues multiDocValues = DocValues.getSortedNumeric( + context.reader(), + params.getField() + ); + final NumericDocValues docValues = selectValues(multiDocValues); + + final Weight weight = this; + return new ScorerSupplier() { + + @Override + public Scorer get(long leadCost) { + return new TravelTimeScorer( + params.getTravelTime(), + travelTimes, + weight, + context.reader().maxDoc(), + leadCost, + boost, + pointValues, + docValues + ); + } + + @Override + public long cost() { + return docValues.cost(); + } + }; + } + + @Override + public Scorer scorer(LeafReaderContext context) throws IOException { + ScorerSupplier scorerSupplier = scorerSupplier(context); + if (scorerSupplier == null) { + return null; + } + return scorerSupplier.get(Long.MAX_VALUE); + } + + }; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java new file mode 100755 index 0000000..23c40a3 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSource.java @@ -0,0 +1,44 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.cache.TravelTimes; +import com.traveltime.plugin.solr.util.Util; +import lombok.EqualsAndHashCode; +import lombok.RequiredArgsConstructor; +import org.apache.lucene.index.DocValues; +import org.apache.lucene.index.LeafReaderContext; +import org.apache.lucene.index.SortedNumericDocValues; +import org.apache.lucene.queries.function.FunctionValues; +import org.apache.lucene.queries.function.ValueSource; +import org.apache.lucene.queries.function.docvalues.IntDocValues; + +import java.io.IOException; +import java.util.Map; + +import static org.apache.lucene.search.DocIdSetIterator.NO_MORE_DOCS; + +@RequiredArgsConstructor +@EqualsAndHashCode(callSuper = false) +public class TravelTimeValueSource extends ValueSource { + private final Params params; + @EqualsAndHashCode.Exclude + private final TravelTimes cache; + + @Override + public FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException { + SortedNumericDocValues longs = DocValues.getSortedNumeric(readerContext.reader(), params.getField()); + return new IntDocValues(this) { + @Override + public int intVal(int doc) throws IOException { + int time = -1; + if (longs.advance(doc) != NO_MORE_DOCS) + time = cache.get(Util.decode(longs.nextValue())); + return time; + } + }; + } + + @Override + public String description() { + return "traveltime"; + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java new file mode 100755 index 0000000..1d83cad --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/TravelTimeValueSourceParser.java @@ -0,0 +1,48 @@ +package com.traveltime.plugin.solr.query; + +import com.traveltime.plugin.solr.cache.RequestCache; +import lombok.val; +import org.apache.lucene.queries.function.ValueSource; +import org.apache.solr.common.SolrException; +import org.apache.solr.common.util.NamedList; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.FunctionQParser; +import org.apache.solr.search.SyntaxError; +import org.apache.solr.search.ValueSourceParser; + +import static com.traveltime.plugin.solr.query.ParamSource.PARAM_PREFIX; + +public class TravelTimeValueSourceParser extends ValueSourceParser { + private String cacheName = RequestCache.NAME; + + private String paramPrefix = PARAM_PREFIX; + + @Override + public void init(NamedList args) { + super.init(args); + Object cache = args.get("cache"); + if (cache != null) cacheName = cache.toString(); + + Object prefix = args.get("prefix"); + if (prefix != null) paramPrefix = prefix.toString(); + } + + @Override + public ValueSource parse(FunctionQParser fp) throws SyntaxError { + SolrQueryRequest req = fp.getReq(); + RequestCache cache = (RequestCache) req.getSearcher() + .getCache(cacheName); + if (cache == null) { + throw new SolrException( + SolrException.ErrorCode.BAD_REQUEST, + "No request cache configured." + ); + } + + val queryParameters = TravelTimeQueryParameters.parse( + req.getSchema(), + new ParamSource(paramPrefix, fp.getParams()) + ); + return new TravelTimeValueSource<>(queryParameters, cache.getOrFresh(queryParameters)); + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java new file mode 100755 index 0000000..a861be4 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParameters.java @@ -0,0 +1,164 @@ +package com.traveltime.plugin.solr.query.timefilter; + +import com.traveltime.plugin.solr.query.ParamSource; +import com.traveltime.plugin.solr.query.QueryParams; +import com.traveltime.sdk.dto.common.Coordinates; +import com.traveltime.sdk.dto.common.FullRange; +import com.traveltime.sdk.dto.common.Location; +import com.traveltime.sdk.dto.common.transportation.Transportation; +import com.traveltime.sdk.dto.responses.errors.TravelTimeError; +import com.traveltime.sdk.utils.JsonUtils; +import io.vavr.control.Either; +import lombok.Data; +import lombok.With; +import lombok.val; +import org.apache.solr.schema.IndexSchema; +import org.apache.solr.schema.LatLonPointSpatialField; +import org.apache.solr.search.SyntaxError; + +import java.time.Instant; +import java.util.Optional; + +@Data +public class TimeFilterQueryParameters implements QueryParams { + @With + private final String field; + private final Location location; + private final Instant time; + @With + private final int travelTime; + private final Transportation transportation; + private final Optional range; + private final SearchType searchType; + + public enum SearchType { + ARRIVAL, DEPARTURE + } + + public static final String FIELD = "field"; + + public static final String DEPARTURE_LOCATION = "departure_location"; + public static final String DEPARTURE_TIME = "departure_time"; + + public static final String ARRIVAL_LOCATION = "arrival_location"; + public static final String ARRIVAL_TIME = "arrival_time"; + + public static final String TRAVEL_TIME = "travel_time"; + public static final String TRANSPORTATION = "transportation"; + public static final String RANGE = "range"; + + private static T getOrThrow(Either either) throws SyntaxError { + if (either.isLeft()) { + throw new SyntaxError(either.getLeft().getMessage()); + } else { + return either.get(); + } + } + + public static TimeFilterQueryParameters parse( + IndexSchema schema, + ParamSource paramSource + ) throws SyntaxError { + + String field = paramSource.getParam(TimeFilterQueryParameters.FIELD); + if (!(schema.getField(field).getType() instanceof LatLonPointSpatialField)) { + throw new SyntaxError("field[" + field + "] is not a LatLonPointSpatialField"); + } + + val arrivalTime = paramSource.getOptionalParam(TimeFilterQueryParameters.ARRIVAL_TIME); + val arrivalLocation = paramSource.getOptionalParam(TimeFilterQueryParameters.ARRIVAL_LOCATION); + + val departureTime = paramSource.getOptionalParam(TimeFilterQueryParameters.DEPARTURE_TIME); + val departureLocation = paramSource.getOptionalParam(TimeFilterQueryParameters.DEPARTURE_LOCATION); + + if (arrivalTime.isPresent() != arrivalLocation.isPresent()) { + throw new SyntaxError(String.format( + "Only one of [%s, %s] was defined. Either both must be defined or none.", + TimeFilterQueryParameters.ARRIVAL_TIME, + TimeFilterQueryParameters.ARRIVAL_LOCATION + )); + } + + if (departureTime.isPresent() != departureLocation.isPresent()) { + throw new SyntaxError(String.format( + "Only one of [%s, %s] was defined. Either both must be defined or none.", + TimeFilterQueryParameters.DEPARTURE_TIME, + TimeFilterQueryParameters.DEPARTURE_LOCATION + )); + } + + if (arrivalTime.isPresent() == departureTime.isPresent()) { + throw new SyntaxError( + "You must provide exactly one of the parameter sets of arrival time/location or departure time/location, but not both or neither."); + } + + val transportation = JsonUtils.fromJson( + paramSource.getParam(TimeFilterQueryParameters.TRANSPORTATION), + Transportation.class + ); + + val range = paramSource.getOptionalParam(TimeFilterQueryParameters.RANGE) + .map(r -> JsonUtils.fromJson(r, FullRange.class)); + Optional rangeOptional = range.isPresent() ? Optional.of(getOrThrow(range.get())) : Optional.empty(); + + int travelTime; + try { + travelTime = Integer.parseInt(paramSource.getParam(TimeFilterQueryParameters.TRAVEL_TIME)); + } catch (NumberFormatException e) { + throw new SyntaxError("Couldn't parse traveltime limit as an integer"); + } + if (travelTime <= 0) { + throw new SyntaxError("traveltime limit must be > 0"); + } + + TimeFilterQueryParameters queryParams; + if (arrivalTime.isPresent()) { + val locationCoords = JsonUtils.fromJson( + paramSource.getParam(TimeFilterQueryParameters.ARRIVAL_LOCATION), + Coordinates.class + ); + val time = Instant.parse(paramSource.getParam(TimeFilterQueryParameters.ARRIVAL_TIME)); + + val location = new Location("location", getOrThrow(locationCoords)); + + queryParams = new TimeFilterQueryParameters( + field, + location, + time, + travelTime, + getOrThrow(transportation), + rangeOptional, + SearchType.ARRIVAL + ); + } else { + val locationCoords = JsonUtils.fromJson( + paramSource.getParam(TimeFilterQueryParameters.DEPARTURE_LOCATION), + Coordinates.class + ); + val time = Instant.parse(paramSource.getParam(TimeFilterQueryParameters.DEPARTURE_TIME)); + + val location = new Location("location", getOrThrow(locationCoords)); + + queryParams = new TimeFilterQueryParameters( + field, + location, + time, + travelTime, + getOrThrow(transportation), + rangeOptional, + SearchType.DEPARTURE + ); + } + return queryParams; + } + + @Override + public Coordinates getOrigin() { + return location.getCoords(); + } + + @Override + public String getTransportMode() { + return transportation == null ? "-" : transportation.toString(); + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java new file mode 100755 index 0000000..ad85f64 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterQueryParser.java @@ -0,0 +1,47 @@ +package com.traveltime.plugin.solr.query.timefilter; + +import com.traveltime.plugin.solr.fetcher.Fetcher; +import com.traveltime.plugin.solr.query.ParamSource; +import com.traveltime.plugin.solr.query.TravelTimeSearchQuery; +import lombok.val; +import org.apache.solr.common.params.SolrParams; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.QParser; +import org.apache.solr.search.SyntaxError; + +public class TimeFilterQueryParser extends QParser { + private static final String WEIGHT = "weight"; + + private final Fetcher fetcher; + private final String cacheName; + private final boolean isFilteringDisabled; + private final String paramPrefix; + + public TimeFilterQueryParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req, Fetcher fetcher, String cacheName, boolean isFilteringDisabled, String paramPrefix) { + super(qstr, localParams, params, req); + this.fetcher = fetcher; + this.cacheName = cacheName; + this.isFilteringDisabled = isFilteringDisabled; + this.paramPrefix = paramPrefix; + } + + @Override + public TravelTimeSearchQuery parse() throws SyntaxError { + ParamSource paramSource = new ParamSource(paramPrefix, localParams, params); + float weight; + try { + weight = Float.parseFloat(paramSource.getParam(WEIGHT)); + } catch (SyntaxError ignored) { + weight = 0f; + } catch (NumberFormatException e) { + throw new SyntaxError("Couldn't parse traveltime weight as a float"); + } + if (weight < 0 || weight > 1) { + throw new SyntaxError("TravelTime weight must be between 0 and 1"); + } + + val params = TimeFilterQueryParameters.parse(req.getSchema(), paramSource); + return new TravelTimeSearchQuery<>(params, weight, fetcher, cacheName, isFilteringDisabled); + } + +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java new file mode 100755 index 0000000..76f11b3 --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/query/timefilter/TimeFilterValueSourceParser.java @@ -0,0 +1,49 @@ +package com.traveltime.plugin.solr.query.timefilter; + +import com.traveltime.plugin.solr.cache.RequestCache; +import com.traveltime.plugin.solr.query.ParamSource; +import com.traveltime.plugin.solr.query.TravelTimeValueSource; +import org.apache.lucene.queries.function.ValueSource; +import org.apache.solr.common.SolrException; +import org.apache.solr.common.util.NamedList; +import org.apache.solr.request.SolrQueryRequest; +import org.apache.solr.search.FunctionQParser; +import org.apache.solr.search.SyntaxError; +import org.apache.solr.search.ValueSourceParser; + +import static com.traveltime.plugin.solr.query.ParamSource.PARAM_PREFIX; + +public class TimeFilterValueSourceParser extends ValueSourceParser { + private String cacheName = RequestCache.NAME; + + private String paramPrefix = PARAM_PREFIX; + + @Override + public void init(NamedList args) { + super.init(args); + Object cache = args.get("cache"); + if (cache != null) cacheName = cache.toString(); + + Object prefix = args.get("prefix"); + if (prefix != null) paramPrefix = prefix.toString(); + } + + @Override + public ValueSource parse(FunctionQParser fp) throws SyntaxError { + SolrQueryRequest req = fp.getReq(); + RequestCache cache = (RequestCache) req.getSearcher() + .getCache(cacheName); + if (cache == null) { + throw new SolrException( + SolrException.ErrorCode.BAD_REQUEST, + "No request cache configured." + ); + } + + TimeFilterQueryParameters queryParams = TimeFilterQueryParameters.parse( + req.getSchema(), + new ParamSource(paramPrefix, fp.getParams()) + ); + return new TravelTimeValueSource<>(queryParams, cache.getOrFresh(queryParams)); + } +} diff --git a/9.4/src/main/java/com/traveltime/plugin/solr/util/Util.java b/9.4/src/main/java/com/traveltime/plugin/solr/util/Util.java new file mode 100755 index 0000000..02ba9ff --- /dev/null +++ b/9.4/src/main/java/com/traveltime/plugin/solr/util/Util.java @@ -0,0 +1,78 @@ +package com.traveltime.plugin.solr.util; + +import com.traveltime.sdk.dto.common.Coordinates; +import com.traveltime.sdk.dto.requests.proto.Country; +import com.traveltime.sdk.dto.requests.proto.Transportation; +import lombok.val; +import org.apache.lucene.geo.GeoEncodingUtils; +import org.apache.lucene.geo.GeoUtils; +import org.apache.solr.common.SolrException; +import org.locationtech.spatial4j.context.SpatialContext; +import org.locationtech.spatial4j.io.GeohashUtils; +import org.slf4j.Logger; + +import java.util.Arrays; +import java.util.Optional; +import java.util.function.Supplier; + +public final class Util { + private Util() { + throw new UnsupportedOperationException("This is a utility class and cannot be instantiated"); + } + + public static Coordinates decode(long value) { + double lat = GeoEncodingUtils.decodeLatitude((int) (value >> 32)); + double lon = GeoEncodingUtils.decodeLongitude((int) value); + return new Coordinates(lat, lon); + } + + public static Coordinates toGeoPoint(String str) { + String[] coords = str.split(","); + Double lat = null; + Double lng = null; + + if (coords.length == 2) { + try { + lat = Double.parseDouble(coords[0]); + lng = Double.parseDouble(coords[1]); + } catch (NumberFormatException ignored) { + } + } else { + try { + val point = GeohashUtils.decode(str, SpatialContext.GEO); + lat = point.getY(); + lng = point.getX(); + } catch (ArrayIndexOutOfBoundsException ignored) { + } + } + + if (lat != null && lng != null) { + GeoUtils.checkLatitude(lat); + GeoUtils.checkLongitude(lat); + return new Coordinates(lat, lng); + } else { + throw new SolrException( + SolrException.ErrorCode.BAD_REQUEST, + "Could not decode string" + str + " as coordinates" + ); + } + } + + public static Optional findModeByName(String name) { + return Arrays.stream(Transportation.values()).filter(it -> it.getValue().equals(name)).findFirst(); + } + + public static Optional findCountryByName(String name) { + return Arrays.stream(Country.values()).filter(it -> it.getValue().equals(name)).findFirst(); + } + + public static A time(Logger logger, Supplier expr) { + val startTime = System.currentTimeMillis(); + val res = expr.get(); + val endTime = System.currentTimeMillis(); + val lastStack = Thread.currentThread().getStackTrace()[2].toString(); + val message = String.format("In %s took %d ms", lastStack, endTime - startTime); + logger.info(message); + return res; + } +} diff --git a/9.4/src/test/resources/Dockerfile b/9.4/src/test/resources/Dockerfile new file mode 100755 index 0000000..fd80e78 --- /dev/null +++ b/9.4/src/test/resources/Dockerfile @@ -0,0 +1,6 @@ +FROM solr:9.4 + + +COPY --chown=solr build/libs/*.jar /var/solr/data/lib/ +COPY --chown=solr src/test/resources/part0.json ./ +COPY --chown=solr src/test/resources/mock-proto-server ./ diff --git a/9.4/src/test/resources/Dockerfile.dockerignore b/9.4/src/test/resources/Dockerfile.dockerignore new file mode 100644 index 0000000..4c4c3c7 --- /dev/null +++ b/9.4/src/test/resources/Dockerfile.dockerignore @@ -0,0 +1,3 @@ +* +!build/libs/*.jar +!src/test/resources/* diff --git a/9.4/src/test/resources/mock-proto-server b/9.4/src/test/resources/mock-proto-server new file mode 100755 index 0000000..9d5f4c1 Binary files /dev/null and b/9.4/src/test/resources/mock-proto-server differ diff --git a/9.4/src/test/resources/part0.json b/9.4/src/test/resources/part0.json new file mode 100644 index 0000000..3046df2 --- /dev/null +++ b/9.4/src/test/resources/part0.json @@ -0,0 +1,103823 @@ +[ +{"type":"Feature","id":"n101849","geometry":{"type":"Point","coordinates":[-0.1642465,51.5324547]},"properties":{"@type":"node","@id":101849,"@timestamp":1597920001},"coords":"51.5324547,-0.1642465","bedrooms":"1","price":"293000","area":"557"} , +{"type":"Feature","id":"n102061","geometry":{"type":"Point","coordinates":[-0.1715503,51.5135818]},"properties":{"@type":"node","@id":102061,"@timestamp":1573555510},"coords":"51.5135818,-0.1715503","bedrooms":"0","price":"298000","area":"503"} , +{"type":"Feature","id":"n105075","geometry":{"type":"Point","coordinates":[-0.1868223,51.8665712]},"properties":{"@type":"node","@id":105075,"@timestamp":1598389803},"coords":"51.8665712,-0.1868223","bedrooms":"2","price":"296000","area":"407"} , +{"type":"Feature","id":"n106869","geometry":{"type":"Point","coordinates":[-0.0801263,51.5327215]},"properties":{"@type":"node","@id":106869,"@timestamp":1589412180},"coords":"51.5327215,-0.0801263","bedrooms":"3","price":"159000","area":"402"} , +{"type":"Feature","id":"n107096","geometry":{"type":"Point","coordinates":[-0.1069247,51.537779]},"properties":{"@type":"node","@id":107096,"@timestamp":1626886145},"coords":"51.537779,-0.1069247","bedrooms":"3","price":"173000","area":"633"} , +{"type":"Feature","id":"n107369","geometry":{"type":"Point","coordinates":[-0.041321,51.5328316]},"properties":{"@type":"node","@id":107369,"@timestamp":1617550752},"coords":"51.5328316,-0.041321","bedrooms":"4","price":"219000","area":"614"} , +{"type":"Feature","id":"n107557","geometry":{"type":"Point","coordinates":[-0.0544337,51.4995342]},"properties":{"@type":"node","@id":107557,"@timestamp":1564917392},"coords":"51.4995342,-0.0544337","bedrooms":"4","price":"276000","area":"569"} , +{"type":"Feature","id":"n107792","geometry":{"type":"Point","coordinates":[-0.1291225,51.5132543]},"properties":{"@type":"node","@id":107792,"@timestamp":1610032518},"coords":"51.5132543,-0.1291225","bedrooms":"4","price":"199000","area":"438"} , +{"type":"Feature","id":"n107908","geometry":{"type":"Point","coordinates":[-0.1062675,51.5319088]},"properties":{"@type":"node","@id":107908,"@timestamp":1573153278},"coords":"51.5319088,-0.1062675","bedrooms":"2","price":"220000","area":"601"} , +{"type":"Feature","id":"n108079","geometry":{"type":"Point","coordinates":[-0.1381782,51.5052831]},"properties":{"@type":"node","@id":108079,"@timestamp":1603642997},"coords":"51.5052831,-0.1381782","bedrooms":"2","price":"271000","area":"520"} , +{"type":"Feature","id":"n108235","geometry":{"type":"Point","coordinates":[-0.1440032,51.5161689]},"properties":{"@type":"node","@id":108235,"@timestamp":1623979685},"coords":"51.5161689,-0.1440032","bedrooms":"0","price":"280000","area":"398"} , +{"type":"Feature","id":"n108287","geometry":{"type":"Point","coordinates":[-0.1419356,51.5022029]},"properties":{"@type":"node","@id":108287,"@timestamp":1629401770},"coords":"51.5022029,-0.1419356","bedrooms":"1","price":"294000","area":"513"} , +{"type":"Feature","id":"n108539","geometry":{"type":"Point","coordinates":[-0.0933878,51.5291251]},"properties":{"@type":"node","@id":108539,"@timestamp":1580916772},"coords":"51.5291251,-0.0933878","bedrooms":"3","price":"170000","area":"436"} , +{"type":"Feature","id":"n108723","geometry":{"type":"Point","coordinates":[-0.0426807,51.5177486]},"properties":{"@type":"node","@id":108723,"@timestamp":1350950040},"coords":"51.5177486,-0.0426807","bedrooms":"4","price":"268000","area":"370"} , +{"type":"Feature","id":"n109201","geometry":{"type":"Point","coordinates":[-0.1503743,51.5457963]},"properties":{"@type":"node","@id":109201,"@timestamp":1592233342},"coords":"51.5457963,-0.1503743","bedrooms":"0","price":"274000","area":"638"} , +{"type":"Feature","id":"n109624","geometry":{"type":"Point","coordinates":[-0.1239796,51.5093363]},"properties":{"@type":"node","@id":109624,"@timestamp":1564917392},"coords":"51.5093363,-0.1239796","bedrooms":"4","price":"229000","area":"597"} , +{"type":"Feature","id":"n109960","geometry":{"type":"Point","coordinates":[-0.1136285,51.539428]},"properties":{"@type":"node","@id":109960,"@timestamp":1485477091},"coords":"51.539428,-0.1136285","bedrooms":"4","price":"194000","area":"687"} , +{"type":"Feature","id":"n110210","geometry":{"type":"Point","coordinates":[-0.0377746,51.5249932]},"properties":{"@type":"node","@id":110210,"@timestamp":1592249015},"coords":"51.5249932,-0.0377746","bedrooms":"1","price":"247000","area":"364"} , +{"type":"Feature","id":"n132496","geometry":{"type":"Point","coordinates":[0.1423988,51.5275105]},"properties":{"@type":"node","@id":132496,"@timestamp":1432192209},"coords":"51.5275105,0.1423988","bedrooms":"0","price":"233000","area":"574"} , +{"type":"Feature","id":"n132861","geometry":{"type":"Point","coordinates":[0.3897073,51.0950495]},"properties":{"@type":"node","@id":132861,"@timestamp":1310721192},"coords":"51.0950495,0.3897073","bedrooms":"0","price":"199000","area":"378"} , +{"type":"Feature","id":"n138990","geometry":{"type":"Point","coordinates":[-0.0265525,51.5091566]},"properties":{"@type":"node","@id":138990,"@timestamp":1629606779},"coords":"51.5091566,-0.0265525","bedrooms":"4","price":"274000","area":"437"} , +{"type":"Feature","id":"n194193","geometry":{"type":"Point","coordinates":[-0.4863358,51.2958403]},"properties":{"@type":"node","@id":194193,"@timestamp":1626292422},"coords":"51.2958403,-0.4863358","bedrooms":"2","price":"296000","area":"399"} , +{"type":"Feature","id":"n195543","geometry":{"type":"Point","coordinates":[-0.2751246,51.6625238]},"properties":{"@type":"node","@id":195543,"@timestamp":1624371363},"coords":"51.6625238,-0.2751246","bedrooms":"0","price":"190000","area":"643"} , +{"type":"Feature","id":"n195891","geometry":{"type":"Point","coordinates":[-0.165583,51.6878752]},"properties":{"@type":"node","@id":195891,"@timestamp":1199736483},"coords":"51.6878752,-0.165583","bedrooms":"0","price":"174000","area":"490"} , +{"type":"Feature","id":"n195904","geometry":{"type":"Point","coordinates":[-0.149084,51.6852055]},"properties":{"@type":"node","@id":195904,"@timestamp":1178067532},"coords":"51.6852055,-0.149084","bedrooms":"1","price":"187000","area":"486"} , +{"type":"Feature","id":"n195915","geometry":{"type":"Point","coordinates":[-0.1264965,51.6885673]},"properties":{"@type":"node","@id":195915,"@timestamp":1178067298},"coords":"51.6885673,-0.1264965","bedrooms":"2","price":"184000","area":"362"} , +{"type":"Feature","id":"n195928","geometry":{"type":"Point","coordinates":[-0.1086144,51.6915328]},"properties":{"@type":"node","@id":195928,"@timestamp":1178067128},"coords":"51.6915328,-0.1086144","bedrooms":"4","price":"228000","area":"509"} , +{"type":"Feature","id":"n195946","geometry":{"type":"Point","coordinates":[-0.083979,51.6894583]},"properties":{"@type":"node","@id":195946,"@timestamp":1178066914},"coords":"51.6894583,-0.083979","bedrooms":"2","price":"290000","area":"472"} , +{"type":"Feature","id":"n195957","geometry":{"type":"Point","coordinates":[-0.0702202,51.6848911]},"properties":{"@type":"node","@id":195957,"@timestamp":1178066792},"coords":"51.6848911,-0.0702202","bedrooms":"1","price":"276000","area":"424"} , +{"type":"Feature","id":"n195979","geometry":{"type":"Point","coordinates":[-0.0486326,51.6839155]},"properties":{"@type":"node","@id":195979,"@timestamp":1191099010},"coords":"51.6839155,-0.0486326","bedrooms":"1","price":"221000","area":"580"} , +{"type":"Feature","id":"n196023","geometry":{"type":"Point","coordinates":[-0.1747764,51.6298315]},"properties":{"@type":"node","@id":196023,"@timestamp":1564917392},"coords":"51.6298315,-0.1747764","bedrooms":"2","price":"177000","area":"658"} , +{"type":"Feature","id":"n196332","geometry":{"type":"Point","coordinates":[-0.1931798,51.6023982]},"properties":{"@type":"node","@id":196332,"@timestamp":1198503558},"coords":"51.6023982,-0.1931798","bedrooms":"0","price":"278000","area":"404"} , +{"type":"Feature","id":"n196602","geometry":{"type":"Point","coordinates":[-0.2062217,51.5887844]},"properties":{"@type":"node","@id":196602,"@timestamp":1614215938},"coords":"51.5887844,-0.2062217","bedrooms":"2","price":"235000","area":"646"} , +{"type":"Feature","id":"n196833","geometry":{"type":"Point","coordinates":[-0.1696483,51.6490307]},"properties":{"@type":"node","@id":196833,"@timestamp":1564917393},"coords":"51.6490307,-0.1696483","bedrooms":"1","price":"159000","area":"570"} , +{"type":"Feature","id":"n196976","geometry":{"type":"Point","coordinates":[-0.2448112,51.7519453]},"properties":{"@type":"node","@id":196976,"@timestamp":1496164018},"coords":"51.7519453,-0.2448112","bedrooms":"2","price":"213000","area":"614"} , +{"type":"Feature","id":"n197275","geometry":{"type":"Point","coordinates":[-0.3299347,51.5339365]},"properties":{"@type":"node","@id":197275,"@timestamp":1564917393},"coords":"51.5339365,-0.3299347","bedrooms":"1","price":"223000","area":"420"} , +{"type":"Feature","id":"n197419","geometry":{"type":"Point","coordinates":[-0.2458324,51.51404]},"properties":{"@type":"node","@id":197419,"@timestamp":1635251577},"coords":"51.51404,-0.2458324","bedrooms":"4","price":"275000","area":"525"} , +{"type":"Feature","id":"n197739","geometry":{"type":"Point","coordinates":[-0.0158764,51.6806356]},"properties":{"@type":"node","@id":197739,"@timestamp":1177980989},"coords":"51.6806356,-0.0158764","bedrooms":"4","price":"231000","area":"464"} , +{"type":"Feature","id":"n197761","geometry":{"type":"Point","coordinates":[0.0399954,51.6806504]},"properties":{"@type":"node","@id":197761,"@timestamp":1633885268},"coords":"51.6806504,0.0399954","bedrooms":"2","price":"298000","area":"673"} , +{"type":"Feature","id":"n197772","geometry":{"type":"Point","coordinates":[0.0656089,51.6881255]},"properties":{"@type":"node","@id":197772,"@timestamp":1176943708},"coords":"51.6881255,0.0656089","bedrooms":"0","price":"197000","area":"417"} , +{"type":"Feature","id":"n197938","geometry":{"type":"Point","coordinates":[-0.1097909,51.5529243]},"properties":{"@type":"node","@id":197938,"@timestamp":1631788916},"coords":"51.5529243,-0.1097909","bedrooms":"0","price":"251000","area":"369"} , +{"type":"Feature","id":"n198134","geometry":{"type":"Point","coordinates":[-0.1108863,51.5437033]},"properties":{"@type":"node","@id":198134,"@timestamp":1485625797},"coords":"51.5437033,-0.1108863","bedrooms":"1","price":"282000","area":"404"} , +{"type":"Feature","id":"n198335","geometry":{"type":"Point","coordinates":[-0.041957,51.5330126]},"properties":{"@type":"node","@id":198335,"@timestamp":1616172256},"coords":"51.5330126,-0.041957","bedrooms":"1","price":"285000","area":"687"} , +{"type":"Feature","id":"n198780","geometry":{"type":"Point","coordinates":[-0.1682826,51.6182045]},"properties":{"@type":"node","@id":198780,"@timestamp":1351441577},"coords":"51.6182045,-0.1682826","bedrooms":"2","price":"226000","area":"687"} , +{"type":"Feature","id":"n199402","geometry":{"type":"Point","coordinates":[-0.1236768,51.5795386]},"properties":{"@type":"node","@id":199402,"@timestamp":1564917393},"coords":"51.5795386,-0.1236768","bedrooms":"0","price":"235000","area":"455"} , +{"type":"Feature","id":"n199550","geometry":{"type":"Point","coordinates":[-0.1193656,51.5578427]},"properties":{"@type":"node","@id":199550,"@timestamp":1564917393},"coords":"51.5578427,-0.1193656","bedrooms":"2","price":"222000","area":"620"} , +{"type":"Feature","id":"n200267","geometry":{"type":"Point","coordinates":[-0.2166699,51.59513]},"properties":{"@type":"node","@id":200267,"@timestamp":1248901241},"coords":"51.59513,-0.2166699","bedrooms":"2","price":"171000","area":"416"} , +{"type":"Feature","id":"n201212","geometry":{"type":"Point","coordinates":[-0.1420768,51.5910395]},"properties":{"@type":"node","@id":201212,"@timestamp":1605319182},"coords":"51.5910395,-0.1420768","bedrooms":"0","price":"202000","area":"680"} , +{"type":"Feature","id":"n202077","geometry":{"type":"Point","coordinates":[-0.229431,51.5731021]},"properties":{"@type":"node","@id":202077,"@timestamp":1564917393},"coords":"51.5731021,-0.229431","bedrooms":"0","price":"256000","area":"393"} , +{"type":"Feature","id":"n202157","geometry":{"type":"Point","coordinates":[-0.3913135,51.5360333]},"properties":{"@type":"node","@id":202157,"@timestamp":1564917393},"coords":"51.5360333,-0.3913135","bedrooms":"1","price":"210000","area":"367"} , +{"type":"Feature","id":"n202544","geometry":{"type":"Point","coordinates":[-0.4923619,51.2902544]},"properties":{"@type":"node","@id":202544,"@timestamp":1626292422},"coords":"51.2902544,-0.4923619","bedrooms":"4","price":"259000","area":"555"} , +{"type":"Feature","id":"n203732","geometry":{"type":"Point","coordinates":[0.1557969,51.3572109]},"properties":{"@type":"node","@id":203732,"@timestamp":1197728857},"coords":"51.3572109,0.1557969","bedrooms":"1","price":"167000","area":"471"} , +{"type":"Feature","id":"n203838","geometry":{"type":"Point","coordinates":[0.2524165,51.4600635]},"properties":{"@type":"node","@id":203838,"@timestamp":1544610640},"coords":"51.4600635,0.2524165","bedrooms":"0","price":"287000","area":"568"} , +{"type":"Feature","id":"n204470","geometry":{"type":"Point","coordinates":[0.2571147,51.6135345]},"properties":{"@type":"node","@id":204470,"@timestamp":1623266637},"coords":"51.6135345,0.2571147","bedrooms":"0","price":"264000","area":"619"} , +{"type":"Feature","id":"n204541","geometry":{"type":"Point","coordinates":[-0.1780278,51.6882561]},"properties":{"@type":"node","@id":204541,"@timestamp":1629498686},"coords":"51.6882561,-0.1780278","bedrooms":"1","price":"184000","area":"562"} , +{"type":"Feature","id":"n205516","geometry":{"type":"Point","coordinates":[-0.4961763,51.4889157]},"properties":{"@type":"node","@id":205516,"@timestamp":1624811018},"coords":"51.4889157,-0.4961763","bedrooms":"3","price":"276000","area":"559"} , +{"type":"Feature","id":"n208392","geometry":{"type":"Point","coordinates":[-0.2588426,51.6233714]},"properties":{"@type":"node","@id":208392,"@timestamp":1201120821},"coords":"51.6233714,-0.2588426","bedrooms":"0","price":"170000","area":"550"} , +{"type":"Feature","id":"n209351","geometry":{"type":"Point","coordinates":[0.0625729,51.5583221]},"properties":{"@type":"node","@id":209351,"@timestamp":1550503969},"coords":"51.5583221,0.0625729","bedrooms":"4","price":"209000","area":"527"} , +{"type":"Feature","id":"n211083","geometry":{"type":"Point","coordinates":[0.1444736,51.703106]},"properties":{"@type":"node","@id":211083,"@timestamp":1177699376},"coords":"51.703106,0.1444736","bedrooms":"1","price":"227000","area":"568"} , +{"type":"Feature","id":"n211097","geometry":{"type":"Point","coordinates":[0.1408678,51.7264965]},"properties":{"@type":"node","@id":211097,"@timestamp":1177698054},"coords":"51.7264965,0.1408678","bedrooms":"1","price":"188000","area":"654"} , +{"type":"Feature","id":"n211121","geometry":{"type":"Point","coordinates":[0.1469654,51.7564987]},"properties":{"@type":"node","@id":211121,"@timestamp":1200575332},"coords":"51.7564987,0.1469654","bedrooms":"0","price":"225000","area":"657"} , +{"type":"Feature","id":"n211149","geometry":{"type":"Point","coordinates":[0.1761031,51.8025572]},"properties":{"@type":"node","@id":211149,"@timestamp":1173486107},"coords":"51.8025572,0.1761031","bedrooms":"1","price":"269000","area":"469"} , +{"type":"Feature","id":"n212531","geometry":{"type":"Point","coordinates":[-0.6885638,51.6024835]},"properties":{"@type":"node","@id":212531,"@timestamp":1382102183},"coords":"51.6024835,-0.6885638","bedrooms":"2","price":"243000","area":"645"} , +{"type":"Feature","id":"n214207","geometry":{"type":"Point","coordinates":[-0.1475838,51.6251046]},"properties":{"@type":"node","@id":214207,"@timestamp":1351697536},"coords":"51.6251046,-0.1475838","bedrooms":"1","price":"282000","area":"394"} , +{"type":"Feature","id":"n218574","geometry":{"type":"Point","coordinates":[-0.5357871,51.4927793]},"properties":{"@type":"node","@id":218574,"@timestamp":1632964276},"coords":"51.4927793,-0.5357871","bedrooms":"4","price":"253000","area":"356"} , +{"type":"Feature","id":"n220828","geometry":{"type":"Point","coordinates":[-0.1263671,51.5807912]},"properties":{"@type":"node","@id":220828,"@timestamp":1174265854},"coords":"51.5807912,-0.1263671","bedrooms":"4","price":"266000","area":"493"} , +{"type":"Feature","id":"n221798","geometry":{"type":"Point","coordinates":[-0.0980111,51.5490963]},"properties":{"@type":"node","@id":221798,"@timestamp":1626779276},"coords":"51.5490963,-0.0980111","bedrooms":"0","price":"250000","area":"420"} , +{"type":"Feature","id":"n222428","geometry":{"type":"Point","coordinates":[-0.2481743,51.584295]},"properties":{"@type":"node","@id":222428,"@timestamp":1564917394},"coords":"51.584295,-0.2481743","bedrooms":"4","price":"229000","area":"446"} , +{"type":"Feature","id":"n224681","geometry":{"type":"Point","coordinates":[-0.2175348,51.5022392]},"properties":{"@type":"node","@id":224681,"@timestamp":1630299525},"coords":"51.5022392,-0.2175348","bedrooms":"4","price":"268000","area":"576"} , +{"type":"Feature","id":"n224773","geometry":{"type":"Point","coordinates":[-0.2915503,51.511246]},"properties":{"@type":"node","@id":224773,"@timestamp":1629085369},"coords":"51.511246,-0.2915503","bedrooms":"1","price":"162000","area":"542"} , +{"type":"Feature","id":"n224829","geometry":{"type":"Point","coordinates":[-0.3190859,51.5099671]},"properties":{"@type":"node","@id":224829,"@timestamp":1612302191},"coords":"51.5099671,-0.3190859","bedrooms":"1","price":"217000","area":"578"} , +{"type":"Feature","id":"n227752","geometry":{"type":"Point","coordinates":[-0.1296574,51.4653243]},"properties":{"@type":"node","@id":227752,"@timestamp":1564917394},"coords":"51.4653243,-0.1296574","bedrooms":"3","price":"242000","area":"469"} , +{"type":"Feature","id":"n234237","geometry":{"type":"Point","coordinates":[-0.2913579,51.517002]},"properties":{"@type":"node","@id":234237,"@timestamp":1577502962},"coords":"51.517002,-0.2913579","bedrooms":"0","price":"229000","area":"692"} , +{"type":"Feature","id":"n238719","geometry":{"type":"Point","coordinates":[-0.021397,51.5521184]},"properties":{"@type":"node","@id":238719,"@timestamp":1533481617},"coords":"51.5521184,-0.021397","bedrooms":"2","price":"162000","area":"659"} , +{"type":"Feature","id":"n243771","geometry":{"type":"Point","coordinates":[-0.0128656,51.575347]},"properties":{"@type":"node","@id":243771,"@timestamp":1626223628},"coords":"51.575347,-0.0128656","bedrooms":"1","price":"154000","area":"392"} , +{"type":"Feature","id":"n246901","geometry":{"type":"Point","coordinates":[-0.2335304,51.6081274]},"properties":{"@type":"node","@id":246901,"@timestamp":1291910752},"coords":"51.6081274,-0.2335304","bedrooms":"1","price":"214000","area":"593"} , +{"type":"Feature","id":"n248069","geometry":{"type":"Point","coordinates":[-0.7539576,51.0254568]},"properties":{"@type":"node","@id":248069,"@timestamp":1256424885},"coords":"51.0254568,-0.7539576","bedrooms":"3","price":"164000","area":"633"} , +{"type":"Feature","id":"n248362","geometry":{"type":"Point","coordinates":[-0.7626635,51.030886]},"properties":{"@type":"node","@id":248362,"@timestamp":1560758018},"coords":"51.030886,-0.7626635","bedrooms":"0","price":"237000","area":"675"} , +{"type":"Feature","id":"n248703","geometry":{"type":"Point","coordinates":[-0.8045756,50.9789991]},"properties":{"@type":"node","@id":248703,"@timestamp":1248546447},"coords":"50.9789991,-0.8045756","bedrooms":"0","price":"293000","area":"587"} , +{"type":"Feature","id":"n248798","geometry":{"type":"Point","coordinates":[-0.7797143,51.0408902]},"properties":{"@type":"node","@id":248798,"@timestamp":1399072490},"coords":"51.0408902,-0.7797143","bedrooms":"0","price":"183000","area":"610"} , +{"type":"Feature","id":"n249099","geometry":{"type":"Point","coordinates":[-0.8216191,50.9891848]},"properties":{"@type":"node","@id":249099,"@timestamp":1437073899},"coords":"50.9891848,-0.8216191","bedrooms":"4","price":"192000","area":"603"} , +{"type":"Feature","id":"n250909","geometry":{"type":"Point","coordinates":[-0.8021788,51.076552]},"properties":{"@type":"node","@id":250909,"@timestamp":1596285456},"coords":"51.076552,-0.8021788","bedrooms":"2","price":"214000","area":"646"} , +{"type":"Feature","id":"n251353","geometry":{"type":"Point","coordinates":[-1.0056589,51.0658427]},"properties":{"@type":"node","@id":251353,"@timestamp":1272140939},"coords":"51.0658427,-1.0056589","bedrooms":"1","price":"243000","area":"527"} , +{"type":"Feature","id":"n251422","geometry":{"type":"Point","coordinates":[-0.9823419,51.056268]},"properties":{"@type":"node","@id":251422,"@timestamp":1243116745},"coords":"51.056268,-0.9823419","bedrooms":"0","price":"233000","area":"396"} , +{"type":"Feature","id":"n255303","geometry":{"type":"Point","coordinates":[0.6530644,51.8078951]},"properties":{"@type":"node","@id":255303,"@timestamp":1582496991},"coords":"51.8078951,0.6530644","bedrooms":"2","price":"170000","area":"521"} , +{"type":"Feature","id":"n262669","geometry":{"type":"Point","coordinates":[-0.791366,51.0504]},"properties":{"@type":"node","@id":262669,"@timestamp":1496238861},"coords":"51.0504,-0.791366","bedrooms":"2","price":"229000","area":"379"} , +{"type":"Feature","id":"n262679","geometry":{"type":"Point","coordinates":[-0.7341932,51.087698]},"properties":{"@type":"node","@id":262679,"@timestamp":1197129703},"coords":"51.087698,-0.7341932","bedrooms":"4","price":"163000","area":"378"} , +{"type":"Feature","id":"n262690","geometry":{"type":"Point","coordinates":[-0.708656,51.0738]},"properties":{"@type":"node","@id":262690,"@timestamp":1197129698},"coords":"51.0738,-0.708656","bedrooms":"4","price":"212000","area":"605"} , +{"type":"Feature","id":"n262701","geometry":{"type":"Point","coordinates":[-0.8078607,51.0487188]},"properties":{"@type":"node","@id":262701,"@timestamp":1341412302},"coords":"51.0487188,-0.8078607","bedrooms":"2","price":"159000","area":"557"} , +{"type":"Feature","id":"n262715","geometry":{"type":"Point","coordinates":[-0.8001334,51.0712391]},"properties":{"@type":"node","@id":262715,"@timestamp":1543222355},"coords":"51.0712391,-0.8001334","bedrooms":"3","price":"298000","area":"650"} , +{"type":"Feature","id":"n262725","geometry":{"type":"Point","coordinates":[-0.7177926,51.1131798]},"properties":{"@type":"node","@id":262725,"@timestamp":1459629059},"coords":"51.1131798,-0.7177926","bedrooms":"3","price":"233000","area":"670"} , +{"type":"Feature","id":"n262739","geometry":{"type":"Point","coordinates":[-0.7233101,51.0481925]},"properties":{"@type":"node","@id":262739,"@timestamp":1506286019},"coords":"51.0481925,-0.7233101","bedrooms":"2","price":"218000","area":"393"} , +{"type":"Feature","id":"n262752","geometry":{"type":"Point","coordinates":[-0.7902297,51.1107076]},"properties":{"@type":"node","@id":262752,"@timestamp":1218038689},"coords":"51.1107076,-0.7902297","bedrooms":"2","price":"258000","area":"610"} , +{"type":"Feature","id":"n262764","geometry":{"type":"Point","coordinates":[-0.8123797,50.9791203]},"properties":{"@type":"node","@id":262764,"@timestamp":1321626273},"coords":"50.9791203,-0.8123797","bedrooms":"1","price":"246000","area":"450"} , +{"type":"Feature","id":"n262777","geometry":{"type":"Point","coordinates":[-0.860803,50.9722]},"properties":{"@type":"node","@id":262777,"@timestamp":1528360306},"coords":"50.9722,-0.860803","bedrooms":"4","price":"201000","area":"692"} , +{"type":"Feature","id":"n262792","geometry":{"type":"Point","coordinates":[-0.877696,50.9947]},"properties":{"@type":"node","@id":262792,"@timestamp":1496238863},"coords":"50.9947,-0.877696","bedrooms":"4","price":"165000","area":"399"} , +{"type":"Feature","id":"n262804","geometry":{"type":"Point","coordinates":[-0.910395,50.9835]},"properties":{"@type":"node","@id":262804,"@timestamp":1496238863},"coords":"50.9835,-0.910395","bedrooms":"4","price":"231000","area":"514"} , +{"type":"Feature","id":"n262818","geometry":{"type":"Point","coordinates":[-0.9500488,51.0315345]},"properties":{"@type":"node","@id":262818,"@timestamp":1245014706},"coords":"51.0315345,-0.9500488","bedrooms":"2","price":"184000","area":"437"} , +{"type":"Feature","id":"n262833","geometry":{"type":"Point","coordinates":[-0.9507546,51.0144196]},"properties":{"@type":"node","@id":262833,"@timestamp":1353868921},"coords":"51.0144196,-0.9507546","bedrooms":"3","price":"184000","area":"459"} , +{"type":"Feature","id":"n270204","geometry":{"type":"Point","coordinates":[-0.5880158,51.2494302]},"properties":{"@type":"node","@id":270204,"@timestamp":1628192909},"coords":"51.2494302,-0.5880158","bedrooms":"3","price":"224000","area":"584"} , +{"type":"Feature","id":"n271916","geometry":{"type":"Point","coordinates":[-0.1821679,51.5361776]},"properties":{"@type":"node","@id":271916,"@timestamp":1562425595},"coords":"51.5361776,-0.1821679","bedrooms":"3","price":"251000","area":"414"} , +{"type":"Feature","id":"n275426","geometry":{"type":"Point","coordinates":[-0.164265,51.5160182]},"properties":{"@type":"node","@id":275426,"@timestamp":1600868313},"coords":"51.5160182,-0.164265","bedrooms":"1","price":"161000","area":"626"} , +{"type":"Feature","id":"n275519","geometry":{"type":"Point","coordinates":[-0.2266911,51.4958086]},"properties":{"@type":"node","@id":275519,"@timestamp":1627727321},"coords":"51.4958086,-0.2266911","bedrooms":"1","price":"276000","area":"582"} , +{"type":"Feature","id":"n276240","geometry":{"type":"Point","coordinates":[-0.4637553,51.7432077]},"properties":{"@type":"node","@id":276240,"@timestamp":1634154445},"coords":"51.7432077,-0.4637553","bedrooms":"3","price":"179000","area":"615"} , +{"type":"Feature","id":"n276458","geometry":{"type":"Point","coordinates":[-0.0699069,51.4986926]},"properties":{"@type":"node","@id":276458,"@timestamp":1628773299},"coords":"51.4986926,-0.0699069","bedrooms":"2","price":"188000","area":"600"} , +{"type":"Feature","id":"n276560","geometry":{"type":"Point","coordinates":[-0.1636246,51.4970826]},"properties":{"@type":"node","@id":276560,"@timestamp":1602914202},"coords":"51.4970826,-0.1636246","bedrooms":"3","price":"263000","area":"601"} , +{"type":"Feature","id":"n279109","geometry":{"type":"Point","coordinates":[-0.9350088,51.455864]},"properties":{"@type":"node","@id":279109,"@timestamp":1631476172},"coords":"51.455864,-0.9350088","bedrooms":"4","price":"258000","area":"535"} , +{"type":"Feature","id":"n279636","geometry":{"type":"Point","coordinates":[-0.3666474,51.54901]},"properties":{"@type":"node","@id":279636,"@timestamp":1369430127},"coords":"51.54901,-0.3666474","bedrooms":"4","price":"298000","area":"494"} , +{"type":"Feature","id":"n285512","geometry":{"type":"Point","coordinates":[-0.277363,51.6879038]},"properties":{"@type":"node","@id":285512,"@timestamp":1615932795},"coords":"51.6879038,-0.277363","bedrooms":"4","price":"213000","area":"694"} , +{"type":"Feature","id":"n288273","geometry":{"type":"Point","coordinates":[-0.9054116,51.789634]},"properties":{"@type":"node","@id":288273,"@timestamp":1337784712},"coords":"51.789634,-0.9054116","bedrooms":"0","price":"226000","area":"666"} , +{"type":"Feature","id":"n292413","geometry":{"type":"Point","coordinates":[-0.2561612,51.4356771]},"properties":{"@type":"node","@id":292413,"@timestamp":1614088378},"coords":"51.4356771,-0.2561612","bedrooms":"0","price":"153000","area":"537"} , +{"type":"Feature","id":"n292729","geometry":{"type":"Point","coordinates":[-0.3019516,51.4082715]},"properties":{"@type":"node","@id":292729,"@timestamp":1626342634},"coords":"51.4082715,-0.3019516","bedrooms":"3","price":"171000","area":"372"} , +{"type":"Feature","id":"n294901","geometry":{"type":"Point","coordinates":[-0.3120232,51.4888536]},"properties":{"@type":"node","@id":294901,"@timestamp":1564917394},"coords":"51.4888536,-0.3120232","bedrooms":"2","price":"187000","area":"647"} , +{"type":"Feature","id":"n296257","geometry":{"type":"Point","coordinates":[-0.3050129,51.4127654]},"properties":{"@type":"node","@id":296257,"@timestamp":1625915708},"coords":"51.4127654,-0.3050129","bedrooms":"4","price":"297000","area":"526"} , +{"type":"Feature","id":"n296655","geometry":{"type":"Point","coordinates":[-0.3586553,51.4073754]},"properties":{"@type":"node","@id":296655,"@timestamp":1615545742},"coords":"51.4073754,-0.3586553","bedrooms":"3","price":"292000","area":"407"} , +{"type":"Feature","id":"n297700","geometry":{"type":"Point","coordinates":[-0.3263888,51.4478001]},"properties":{"@type":"node","@id":297700,"@timestamp":1625934781},"coords":"51.4478001,-0.3263888","bedrooms":"0","price":"243000","area":"556"} , +{"type":"Feature","id":"n298478","geometry":{"type":"Point","coordinates":[-0.3772065,51.4365789]},"properties":{"@type":"node","@id":298478,"@timestamp":1601040141},"coords":"51.4365789,-0.3772065","bedrooms":"0","price":"239000","area":"378"} , +{"type":"Feature","id":"n299325","geometry":{"type":"Point","coordinates":[-0.2439219,51.4651041]},"properties":{"@type":"node","@id":299325,"@timestamp":1564917395},"coords":"51.4651041,-0.2439219","bedrooms":"1","price":"214000","area":"373"} , +{"type":"Feature","id":"n300715","geometry":{"type":"Point","coordinates":[-0.8147083,51.8164786]},"properties":{"@type":"node","@id":300715,"@timestamp":1318946013},"coords":"51.8164786,-0.8147083","bedrooms":"3","price":"278000","area":"689"} , +{"type":"Feature","id":"n301832","geometry":{"type":"Point","coordinates":[-0.2541729,51.4678819]},"properties":{"@type":"node","@id":301832,"@timestamp":1441812498},"coords":"51.4678819,-0.2541729","bedrooms":"3","price":"231000","area":"429"} , +{"type":"Feature","id":"n302951","geometry":{"type":"Point","coordinates":[-0.4227636,51.4515046]},"properties":{"@type":"node","@id":302951,"@timestamp":1564917395},"coords":"51.4515046,-0.4227636","bedrooms":"2","price":"266000","area":"534"} , +{"type":"Feature","id":"n303069","geometry":{"type":"Point","coordinates":[-0.349949,51.4717541]},"properties":{"@type":"node","@id":303069,"@timestamp":1564917395},"coords":"51.4717541,-0.349949","bedrooms":"3","price":"158000","area":"395"} , +{"type":"Feature","id":"n303436","geometry":{"type":"Point","coordinates":[-0.3092279,51.4828911]},"properties":{"@type":"node","@id":303436,"@timestamp":1602419081},"coords":"51.4828911,-0.3092279","bedrooms":"3","price":"243000","area":"589"} , +{"type":"Feature","id":"n306261","geometry":{"type":"Point","coordinates":[-0.3787804,51.7379322]},"properties":{"@type":"node","@id":306261,"@timestamp":1325117389},"coords":"51.7379322,-0.3787804","bedrooms":"4","price":"186000","area":"524"} , +{"type":"Feature","id":"n307657","geometry":{"type":"Point","coordinates":[0.5605906,51.2880772]},"properties":{"@type":"node","@id":307657,"@timestamp":1633882550},"coords":"51.2880772,0.5605906","bedrooms":"0","price":"178000","area":"429"} , +{"type":"Feature","id":"n309194","geometry":{"type":"Point","coordinates":[0.1843066,51.4339777]},"properties":{"@type":"node","@id":309194,"@timestamp":1349117094},"coords":"51.4339777,0.1843066","bedrooms":"3","price":"195000","area":"636"} , +{"type":"Feature","id":"n316054","geometry":{"type":"Point","coordinates":[-0.1420266,51.1060155]},"properties":{"@type":"node","@id":316054,"@timestamp":1620135855},"coords":"51.1060155,-0.1420266","bedrooms":"0","price":"279000","area":"623"} , +{"type":"Feature","id":"n379971","geometry":{"type":"Point","coordinates":[-0.3115715,51.6176157]},"properties":{"@type":"node","@id":379971,"@timestamp":1621443803},"coords":"51.6176157,-0.3115715","bedrooms":"1","price":"299000","area":"481"} , +{"type":"Feature","id":"n403097","geometry":{"type":"Point","coordinates":[-0.2251663,51.7763079]},"properties":{"@type":"node","@id":403097,"@timestamp":1399845661},"coords":"51.7763079,-0.2251663","bedrooms":"2","price":"229000","area":"621"} , +{"type":"Feature","id":"n406306","geometry":{"type":"Point","coordinates":[-0.0801023,51.5697879]},"properties":{"@type":"node","@id":406306,"@timestamp":1597576653},"coords":"51.5697879,-0.0801023","bedrooms":"3","price":"160000","area":"582"} , +{"type":"Feature","id":"n409540","geometry":{"type":"Point","coordinates":[-0.7843212,51.6329118]},"properties":{"@type":"node","@id":409540,"@timestamp":1609709411},"coords":"51.6329118,-0.7843212","bedrooms":"1","price":"167000","area":"623"} , +{"type":"Feature","id":"n412070","geometry":{"type":"Point","coordinates":[-0.9481583,51.798069]},"properties":{"@type":"node","@id":412070,"@timestamp":1430840872},"coords":"51.798069,-0.9481583","bedrooms":"3","price":"165000","area":"607"} , +{"type":"Feature","id":"n413080","geometry":{"type":"Point","coordinates":[-1.0240866,51.7513783]},"properties":{"@type":"node","@id":413080,"@timestamp":1377620413},"coords":"51.7513783,-1.0240866","bedrooms":"0","price":"232000","area":"357"} , +{"type":"Feature","id":"n425054","geometry":{"type":"Point","coordinates":[-1.049022,51.8177881]},"properties":{"@type":"node","@id":425054,"@timestamp":1635014374},"coords":"51.8177881,-1.049022","bedrooms":"2","price":"176000","area":"401"} , +{"type":"Feature","id":"n432809","geometry":{"type":"Point","coordinates":[0.0147174,51.4462127]},"properties":{"@type":"node","@id":432809,"@timestamp":1564917395},"coords":"51.4462127,0.0147174","bedrooms":"0","price":"293000","area":"462"} , +{"type":"Feature","id":"n432952","geometry":{"type":"Point","coordinates":[-0.1244157,51.4452337]},"properties":{"@type":"node","@id":432952,"@timestamp":1599750538},"coords":"51.4452337,-0.1244157","bedrooms":"1","price":"288000","area":"545"} , +{"type":"Feature","id":"n450568","geometry":{"type":"Point","coordinates":[-0.1932992,51.6149156]},"properties":{"@type":"node","@id":450568,"@timestamp":1619709063},"coords":"51.6149156,-0.1932992","bedrooms":"2","price":"226000","area":"583"} , +{"type":"Feature","id":"n451154","geometry":{"type":"Point","coordinates":[-0.196028,51.5995788]},"properties":{"@type":"node","@id":451154,"@timestamp":1572688665},"coords":"51.5995788,-0.196028","bedrooms":"2","price":"199000","area":"687"} , +{"type":"Feature","id":"n459299","geometry":{"type":"Point","coordinates":[-0.0981913,51.6817182]},"properties":{"@type":"node","@id":459299,"@timestamp":1258037448},"coords":"51.6817182,-0.0981913","bedrooms":"0","price":"270000","area":"588"} , +{"type":"Feature","id":"n480033","geometry":{"type":"Point","coordinates":[-0.1851306,51.6424699]},"properties":{"@type":"node","@id":480033,"@timestamp":1138744270},"coords":"51.6424699,-0.1851306","bedrooms":"3","price":"176000","area":"572"} , +{"type":"Feature","id":"n489632","geometry":{"type":"Point","coordinates":[-0.1481863,51.5944332]},"properties":{"@type":"node","@id":489632,"@timestamp":1211019784},"coords":"51.5944332,-0.1481863","bedrooms":"2","price":"190000","area":"454"} , +{"type":"Feature","id":"n489950","geometry":{"type":"Point","coordinates":[-0.1662567,51.7631166]},"properties":{"@type":"node","@id":489950,"@timestamp":1186327353},"coords":"51.7631166,-0.1662567","bedrooms":"2","price":"272000","area":"582"} , +{"type":"Feature","id":"n489992","geometry":{"type":"Point","coordinates":[-0.144066,51.7724967]},"properties":{"@type":"node","@id":489992,"@timestamp":1241347748},"coords":"51.7724967,-0.144066","bedrooms":"0","price":"193000","area":"568"} , +{"type":"Feature","id":"n490182","geometry":{"type":"Point","coordinates":[-0.3355537,51.596647]},"properties":{"@type":"node","@id":490182,"@timestamp":1564917395},"coords":"51.596647,-0.3355537","bedrooms":"3","price":"167000","area":"555"} , +{"type":"Feature","id":"n490779","geometry":{"type":"Point","coordinates":[-0.3491376,51.741867]},"properties":{"@type":"node","@id":490779,"@timestamp":1626365974},"coords":"51.741867,-0.3491376","bedrooms":"4","price":"216000","area":"498"} , +{"type":"Feature","id":"n498803","geometry":{"type":"Point","coordinates":[-0.1269436,51.5438432]},"properties":{"@type":"node","@id":498803,"@timestamp":1498468830},"coords":"51.5438432,-0.1269436","bedrooms":"1","price":"273000","area":"685"} , +{"type":"Feature","id":"n508299","geometry":{"type":"Point","coordinates":[-0.1969337,51.0024237]},"properties":{"@type":"node","@id":508299,"@timestamp":1220000963},"coords":"51.0024237,-0.1969337","bedrooms":"2","price":"283000","area":"498"} , +{"type":"Feature","id":"n515466","geometry":{"type":"Point","coordinates":[-0.2656772,51.5841937]},"properties":{"@type":"node","@id":515466,"@timestamp":1564917397},"coords":"51.5841937,-0.2656772","bedrooms":"3","price":"219000","area":"492"} , +{"type":"Feature","id":"n518895","geometry":{"type":"Point","coordinates":[-0.1638289,51.1594769]},"properties":{"@type":"node","@id":518895,"@timestamp":1391956748},"coords":"51.1594769,-0.1638289","bedrooms":"1","price":"293000","area":"570"} , +{"type":"Feature","id":"n519118","geometry":{"type":"Point","coordinates":[-0.2699623,51.5293164]},"properties":{"@type":"node","@id":519118,"@timestamp":1193093803},"coords":"51.5293164,-0.2699623","bedrooms":"1","price":"262000","area":"366"} , +{"type":"Feature","id":"n525051","geometry":{"type":"Point","coordinates":[-0.2301316,51.5628078]},"properties":{"@type":"node","@id":525051,"@timestamp":1385680997},"coords":"51.5628078,-0.2301316","bedrooms":"2","price":"245000","area":"508"} , +{"type":"Feature","id":"n526032","geometry":{"type":"Point","coordinates":[-0.2728079,51.5654964]},"properties":{"@type":"node","@id":526032,"@timestamp":1617350963},"coords":"51.5654964,-0.2728079","bedrooms":"0","price":"160000","area":"472"} , +{"type":"Feature","id":"n531137","geometry":{"type":"Point","coordinates":[-0.1683855,51.3627583]},"properties":{"@type":"node","@id":531137,"@timestamp":1564917397},"coords":"51.3627583,-0.1683855","bedrooms":"0","price":"285000","area":"621"} , +{"type":"Feature","id":"n540005","geometry":{"type":"Point","coordinates":[-0.1240294,51.4126116]},"properties":{"@type":"node","@id":540005,"@timestamp":1564917397},"coords":"51.4126116,-0.1240294","bedrooms":"2","price":"208000","area":"517"} , +{"type":"Feature","id":"n540791","geometry":{"type":"Point","coordinates":[0.2303701,51.1995565]},"properties":{"@type":"node","@id":540791,"@timestamp":1199466721},"coords":"51.1995565,0.2303701","bedrooms":"0","price":"245000","area":"607"} , +{"type":"Feature","id":"n542264","geometry":{"type":"Point","coordinates":[0.1484705,51.2817002]},"properties":{"@type":"node","@id":542264,"@timestamp":1199467304},"coords":"51.2817002,0.1484705","bedrooms":"2","price":"274000","area":"418"} , +{"type":"Feature","id":"n542281","geometry":{"type":"Point","coordinates":[0.1721426,51.2584374]},"properties":{"@type":"node","@id":542281,"@timestamp":1199467304},"coords":"51.2584374,0.1721426","bedrooms":"3","price":"158000","area":"627"} , +{"type":"Feature","id":"n542292","geometry":{"type":"Point","coordinates":[0.1830345,51.2471132]},"properties":{"@type":"node","@id":542292,"@timestamp":1199467304},"coords":"51.2471132,0.1830345","bedrooms":"3","price":"170000","area":"644"} , +{"type":"Feature","id":"n542307","geometry":{"type":"Point","coordinates":[0.2105661,51.2375551]},"properties":{"@type":"node","@id":542307,"@timestamp":1199466733},"coords":"51.2375551,0.2105661","bedrooms":"3","price":"211000","area":"523"} , +{"type":"Feature","id":"n558243","geometry":{"type":"Point","coordinates":[0.0469539,51.5518657]},"properties":{"@type":"node","@id":558243,"@timestamp":1623855697},"coords":"51.5518657,0.0469539","bedrooms":"2","price":"265000","area":"669"} , +{"type":"Feature","id":"n581790","geometry":{"type":"Point","coordinates":[-0.4093644,51.3679872]},"properties":{"@type":"node","@id":581790,"@timestamp":1533071194},"coords":"51.3679872,-0.4093644","bedrooms":"2","price":"209000","area":"463"} , +{"type":"Feature","id":"n590833","geometry":{"type":"Point","coordinates":[-0.029005,51.6855501]},"properties":{"@type":"node","@id":590833,"@timestamp":1208083119},"coords":"51.6855501,-0.029005","bedrooms":"1","price":"249000","area":"443"} , +{"type":"Feature","id":"n601262","geometry":{"type":"Point","coordinates":[-0.2187659,51.3069162]},"properties":{"@type":"node","@id":601262,"@timestamp":1191061052},"coords":"51.3069162,-0.2187659","bedrooms":"2","price":"251000","area":"422"} , +{"type":"Feature","id":"n602689","geometry":{"type":"Point","coordinates":[-0.2038911,51.705898]},"properties":{"@type":"node","@id":602689,"@timestamp":1189702889},"coords":"51.705898,-0.2038911","bedrooms":"4","price":"283000","area":"460"} , +{"type":"Feature","id":"n615082","geometry":{"type":"Point","coordinates":[-0.1623441,51.6153098]},"properties":{"@type":"node","@id":615082,"@timestamp":1561159234},"coords":"51.6153098,-0.1623441","bedrooms":"3","price":"203000","area":"597"} , +{"type":"Feature","id":"n618805","geometry":{"type":"Point","coordinates":[0.0042732,51.4403951]},"properties":{"@type":"node","@id":618805,"@timestamp":1613658781},"coords":"51.4403951,0.0042732","bedrooms":"1","price":"153000","area":"594"} , +{"type":"Feature","id":"n620118","geometry":{"type":"Point","coordinates":[-0.2046133,51.7034677]},"properties":{"@type":"node","@id":620118,"@timestamp":1616256918},"coords":"51.7034677,-0.2046133","bedrooms":"2","price":"278000","area":"697"} , +{"type":"Feature","id":"n620181","geometry":{"type":"Point","coordinates":[-0.2745295,51.6532209]},"properties":{"@type":"node","@id":620181,"@timestamp":1624371363},"coords":"51.6532209,-0.2745295","bedrooms":"1","price":"296000","area":"554"} , +{"type":"Feature","id":"n623817","geometry":{"type":"Point","coordinates":[-0.0039255,51.4243565]},"properties":{"@type":"node","@id":623817,"@timestamp":1564917397},"coords":"51.4243565,-0.0039255","bedrooms":"4","price":"158000","area":"588"} , +{"type":"Feature","id":"n629243","geometry":{"type":"Point","coordinates":[-0.0235287,51.4752131]},"properties":{"@type":"node","@id":629243,"@timestamp":1538167509},"coords":"51.4752131,-0.0235287","bedrooms":"2","price":"214000","area":"442"} , +{"type":"Feature","id":"n629438","geometry":{"type":"Point","coordinates":[-0.0125934,51.4623152]},"properties":{"@type":"node","@id":629438,"@timestamp":1578169077},"coords":"51.4623152,-0.0125934","bedrooms":"3","price":"209000","area":"586"} , +{"type":"Feature","id":"n640295","geometry":{"type":"Point","coordinates":[-0.4800472,51.3698546]},"properties":{"@type":"node","@id":640295,"@timestamp":1335987390},"coords":"51.3698546,-0.4800472","bedrooms":"4","price":"297000","area":"555"} , +{"type":"Feature","id":"n644006","geometry":{"type":"Point","coordinates":[-0.1342589,51.5462477]},"properties":{"@type":"node","@id":644006,"@timestamp":1628959548},"coords":"51.5462477,-0.1342589","bedrooms":"3","price":"211000","area":"625"} , +{"type":"Feature","id":"n646218","geometry":{"type":"Point","coordinates":[0.0013312,51.4331478]},"properties":{"@type":"node","@id":646218,"@timestamp":1613653190},"coords":"51.4331478,0.0013312","bedrooms":"0","price":"299000","area":"491"} , +{"type":"Feature","id":"n646503","geometry":{"type":"Point","coordinates":[-0.0242117,51.4327718]},"properties":{"@type":"node","@id":646503,"@timestamp":1595845419},"coords":"51.4327718,-0.0242117","bedrooms":"3","price":"199000","area":"514"} , +{"type":"Feature","id":"n646802","geometry":{"type":"Point","coordinates":[-0.0199555,51.4294008]},"properties":{"@type":"node","@id":646802,"@timestamp":1595845419},"coords":"51.4294008,-0.0199555","bedrooms":"0","price":"260000","area":"452"} , +{"type":"Feature","id":"n646950","geometry":{"type":"Point","coordinates":[-0.0272209,51.4288635]},"properties":{"@type":"node","@id":646950,"@timestamp":1595845419},"coords":"51.4288635,-0.0272209","bedrooms":"4","price":"271000","area":"401"} , +{"type":"Feature","id":"n647459","geometry":{"type":"Point","coordinates":[-0.0051957,51.452901]},"properties":{"@type":"node","@id":647459,"@timestamp":1617692076},"coords":"51.452901,-0.0051957","bedrooms":"0","price":"162000","area":"651"} , +{"type":"Feature","id":"n648292","geometry":{"type":"Point","coordinates":[-0.4741814,51.7399624]},"properties":{"@type":"node","@id":648292,"@timestamp":1143147567},"coords":"51.7399624,-0.4741814","bedrooms":"2","price":"253000","area":"654"} , +{"type":"Feature","id":"n648564","geometry":{"type":"Point","coordinates":[-0.5012028,51.7440952]},"properties":{"@type":"node","@id":648564,"@timestamp":1205484456},"coords":"51.7440952,-0.5012028","bedrooms":"2","price":"278000","area":"400"} , +{"type":"Feature","id":"n648635","geometry":{"type":"Point","coordinates":[-0.6848727,51.7899151]},"properties":{"@type":"node","@id":648635,"@timestamp":1355493273},"coords":"51.7899151,-0.6848727","bedrooms":"0","price":"213000","area":"518"} , +{"type":"Feature","id":"n654794","geometry":{"type":"Point","coordinates":[-0.0465826,51.4350347]},"properties":{"@type":"node","@id":654794,"@timestamp":1405079817},"coords":"51.4350347,-0.0465826","bedrooms":"0","price":"284000","area":"407"} , +{"type":"Feature","id":"n658486","geometry":{"type":"Point","coordinates":[-0.1283384,51.6497279]},"properties":{"@type":"node","@id":658486,"@timestamp":1191096990},"coords":"51.6497279,-0.1283384","bedrooms":"3","price":"264000","area":"600"} , +{"type":"Feature","id":"n662865","geometry":{"type":"Point","coordinates":[-0.1889479,51.6196945]},"properties":{"@type":"node","@id":662865,"@timestamp":1179762270},"coords":"51.6196945,-0.1889479","bedrooms":"1","price":"205000","area":"528"} , +{"type":"Feature","id":"n674907","geometry":{"type":"Point","coordinates":[-0.1940873,51.8059272]},"properties":{"@type":"node","@id":674907,"@timestamp":1144399695},"coords":"51.8059272,-0.1940873","bedrooms":"2","price":"270000","area":"677"} , +{"type":"Feature","id":"n674923","geometry":{"type":"Point","coordinates":[-0.1998827,51.8184765]},"properties":{"@type":"node","@id":674923,"@timestamp":1236540989},"coords":"51.8184765,-0.1998827","bedrooms":"0","price":"248000","area":"631"} , +{"type":"Feature","id":"n675694","geometry":{"type":"Point","coordinates":[-0.0133998,51.4236045]},"properties":{"@type":"node","@id":675694,"@timestamp":1608813402},"coords":"51.4236045,-0.0133998","bedrooms":"3","price":"183000","area":"668"} , +{"type":"Feature","id":"n678215","geometry":{"type":"Point","coordinates":[-0.5520858,51.8444312]},"properties":{"@type":"node","@id":678215,"@timestamp":1144533170},"coords":"51.8444312,-0.5520858","bedrooms":"4","price":"248000","area":"443"} , +{"type":"Feature","id":"n678352","geometry":{"type":"Point","coordinates":[-0.4371341,51.7552486]},"properties":{"@type":"node","@id":678352,"@timestamp":1173562972},"coords":"51.7552486,-0.4371341","bedrooms":"3","price":"171000","area":"512"} , +{"type":"Feature","id":"n682749","geometry":{"type":"Point","coordinates":[-0.3920426,51.7947727]},"properties":{"@type":"node","@id":682749,"@timestamp":1328734928},"coords":"51.7947727,-0.3920426","bedrooms":"3","price":"265000","area":"502"} , +{"type":"Feature","id":"n687687","geometry":{"type":"Point","coordinates":[-0.1886649,51.6402429]},"properties":{"@type":"node","@id":687687,"@timestamp":1144773470},"coords":"51.6402429,-0.1886649","bedrooms":"0","price":"248000","area":"427"} , +{"type":"Feature","id":"n695814","geometry":{"type":"Point","coordinates":[-0.1808727,51.6338068]},"properties":{"@type":"node","@id":695814,"@timestamp":1145004922},"coords":"51.6338068,-0.1808727","bedrooms":"0","price":"215000","area":"690"} , +{"type":"Feature","id":"n702388","geometry":{"type":"Point","coordinates":[-0.3626913,51.4780228]},"properties":{"@type":"node","@id":702388,"@timestamp":1632486452},"coords":"51.4780228,-0.3626913","bedrooms":"2","price":"259000","area":"639"} , +{"type":"Feature","id":"n710224","geometry":{"type":"Point","coordinates":[0.4459165,51.0545111]},"properties":{"@type":"node","@id":710224,"@timestamp":1615053548},"coords":"51.0545111,0.4459165","bedrooms":"2","price":"151000","area":"625"} , +{"type":"Feature","id":"n720917","geometry":{"type":"Point","coordinates":[-0.1247655,51.0001867]},"properties":{"@type":"node","@id":720917,"@timestamp":1191075832},"coords":"51.0001867,-0.1247655","bedrooms":"3","price":"205000","area":"585"} , +{"type":"Feature","id":"n809025","geometry":{"type":"Point","coordinates":[-0.4213996,51.3842781]},"properties":{"@type":"node","@id":809025,"@timestamp":1618483980},"coords":"51.3842781,-0.4213996","bedrooms":"4","price":"239000","area":"421"} , +{"type":"Feature","id":"n819343","geometry":{"type":"Point","coordinates":[-0.1155243,51.5848057]},"properties":{"@type":"node","@id":819343,"@timestamp":1597193022},"coords":"51.5848057,-0.1155243","bedrooms":"3","price":"237000","area":"580"} , +{"type":"Feature","id":"n819568","geometry":{"type":"Point","coordinates":[0.0034014,51.5643931]},"properties":{"@type":"node","@id":819568,"@timestamp":1581718362},"coords":"51.5643931,0.0034014","bedrooms":"1","price":"215000","area":"476"} , +{"type":"Feature","id":"n819747","geometry":{"type":"Point","coordinates":[-0.0029307,51.5594256]},"properties":{"@type":"node","@id":819747,"@timestamp":1564917397},"coords":"51.5594256,-0.0029307","bedrooms":"3","price":"172000","area":"499"} , +{"type":"Feature","id":"n836934","geometry":{"type":"Point","coordinates":[0.2532099,51.1310029]},"properties":{"@type":"node","@id":836934,"@timestamp":1145484042},"coords":"51.1310029,0.2532099","bedrooms":"3","price":"202000","area":"425"} , +{"type":"Feature","id":"n837805","geometry":{"type":"Point","coordinates":[0.2331453,51.1051999]},"properties":{"@type":"node","@id":837805,"@timestamp":1241726878},"coords":"51.1051999,0.2331453","bedrooms":"2","price":"299000","area":"526"} , +{"type":"Feature","id":"n839711","geometry":{"type":"Point","coordinates":[0.186907,51.0705882]},"properties":{"@type":"node","@id":839711,"@timestamp":1145486370},"coords":"51.0705882,0.186907","bedrooms":"2","price":"235000","area":"455"} , +{"type":"Feature","id":"n878240","geometry":{"type":"Point","coordinates":[-0.2211258,51.5468996]},"properties":{"@type":"node","@id":878240,"@timestamp":1620924474},"coords":"51.5468996,-0.2211258","bedrooms":"0","price":"150000","area":"658"} , +{"type":"Feature","id":"n893917","geometry":{"type":"Point","coordinates":[-0.0729254,51.2995628]},"properties":{"@type":"node","@id":893917,"@timestamp":1145567272},"coords":"51.2995628,-0.0729254","bedrooms":"2","price":"215000","area":"490"} , +{"type":"Feature","id":"n894941","geometry":{"type":"Point","coordinates":[-0.0588445,51.2555856]},"properties":{"@type":"node","@id":894941,"@timestamp":1193587408},"coords":"51.2555856,-0.0588445","bedrooms":"4","price":"222000","area":"478"} , +{"type":"Feature","id":"n1045846","geometry":{"type":"Point","coordinates":[-0.2485053,51.6263257]},"properties":{"@type":"node","@id":1045846,"@timestamp":1159628115},"coords":"51.6263257,-0.2485053","bedrooms":"4","price":"218000","area":"526"} , +{"type":"Feature","id":"n1143654","geometry":{"type":"Point","coordinates":[-0.1770018,51.5165941]},"properties":{"@type":"node","@id":1143654,"@timestamp":1562857831},"coords":"51.5165941,-0.1770018","bedrooms":"4","price":"200000","area":"556"} , +{"type":"Feature","id":"n1234348","geometry":{"type":"Point","coordinates":[-0.7020007,51.5239633]},"properties":{"@type":"node","@id":1234348,"@timestamp":1514479710},"coords":"51.5239633,-0.7020007","bedrooms":"4","price":"263000","area":"565"} , +{"type":"Feature","id":"n1254418","geometry":{"type":"Point","coordinates":[-0.7224758,51.5209531]},"properties":{"@type":"node","@id":1254418,"@timestamp":1569244149},"coords":"51.5209531,-0.7224758","bedrooms":"4","price":"170000","area":"539"} , +{"type":"Feature","id":"n1351527","geometry":{"type":"Point","coordinates":[-0.7574465,51.5091513]},"properties":{"@type":"node","@id":1351527,"@timestamp":1609691495},"coords":"51.5091513,-0.7574465","bedrooms":"1","price":"253000","area":"411"} , +{"type":"Feature","id":"n1613642","geometry":{"type":"Point","coordinates":[-0.1789095,51.6197215]},"properties":{"@type":"node","@id":1613642,"@timestamp":1191314046},"coords":"51.6197215,-0.1789095","bedrooms":"2","price":"221000","area":"640"} , +{"type":"Feature","id":"n1724429","geometry":{"type":"Point","coordinates":[-0.4329117,51.9691337]},"properties":{"@type":"node","@id":1724429,"@timestamp":1560497718},"coords":"51.9691337,-0.4329117","bedrooms":"2","price":"252000","area":"448"} , +{"type":"Feature","id":"n1734577","geometry":{"type":"Point","coordinates":[-0.3059979,51.7529528]},"properties":{"@type":"node","@id":1734577,"@timestamp":1627299664},"coords":"51.7529528,-0.3059979","bedrooms":"0","price":"290000","area":"649"} , +{"type":"Feature","id":"n1837965","geometry":{"type":"Point","coordinates":[-0.3221906,51.8762175]},"properties":{"@type":"node","@id":1837965,"@timestamp":1329333904},"coords":"51.8762175,-0.3221906","bedrooms":"1","price":"290000","area":"633"} , +{"type":"Feature","id":"n1842337","geometry":{"type":"Point","coordinates":[-0.3395078,51.9292697]},"properties":{"@type":"node","@id":1842337,"@timestamp":1518464555},"coords":"51.9292697,-0.3395078","bedrooms":"4","price":"187000","area":"624"} , +{"type":"Feature","id":"n2068647","geometry":{"type":"Point","coordinates":[-0.0951529,51.6755339]},"properties":{"@type":"node","@id":2068647,"@timestamp":1564917397},"coords":"51.6755339,-0.0951529","bedrooms":"0","price":"152000","area":"617"} , +{"type":"Feature","id":"n2068663","geometry":{"type":"Point","coordinates":[-0.1187146,51.6895527]},"properties":{"@type":"node","@id":2068663,"@timestamp":1460228792},"coords":"51.6895527,-0.1187146","bedrooms":"4","price":"268000","area":"695"} , +{"type":"Feature","id":"n2068895","geometry":{"type":"Point","coordinates":[-0.1627858,51.699585]},"properties":{"@type":"node","@id":2068895,"@timestamp":1616284823},"coords":"51.699585,-0.1627858","bedrooms":"4","price":"206000","area":"571"} , +{"type":"Feature","id":"n2097603","geometry":{"type":"Point","coordinates":[-0.1082391,51.6525631]},"properties":{"@type":"node","@id":2097603,"@timestamp":1599775580},"coords":"51.6525631,-0.1082391","bedrooms":"2","price":"178000","area":"652"} , +{"type":"Feature","id":"n2097621","geometry":{"type":"Point","coordinates":[-0.125455,51.6331793]},"properties":{"@type":"node","@id":2097621,"@timestamp":1564917397},"coords":"51.6331793,-0.125455","bedrooms":"2","price":"241000","area":"352"} , +{"type":"Feature","id":"n2097645","geometry":{"type":"Point","coordinates":[-0.1589894,51.6208552]},"properties":{"@type":"node","@id":2097645,"@timestamp":1351373115},"coords":"51.6208552,-0.1589894","bedrooms":"3","price":"238000","area":"596"} , +{"type":"Feature","id":"n2097677","geometry":{"type":"Point","coordinates":[-0.0951949,51.6392643]},"properties":{"@type":"node","@id":2097677,"@timestamp":1564917397},"coords":"51.6392643,-0.0951949","bedrooms":"4","price":"196000","area":"430"} , +{"type":"Feature","id":"n2232900","geometry":{"type":"Point","coordinates":[-0.7891359,51.532571]},"properties":{"@type":"node","@id":2232900,"@timestamp":1196711727},"coords":"51.532571,-0.7891359","bedrooms":"4","price":"203000","area":"509"} , +{"type":"Feature","id":"n2344939","geometry":{"type":"Point","coordinates":[-0.0852971,51.6666001]},"properties":{"@type":"node","@id":2344939,"@timestamp":1632482884},"coords":"51.6666001,-0.0852971","bedrooms":"4","price":"296000","area":"461"} , +{"type":"Feature","id":"n2350072","geometry":{"type":"Point","coordinates":[-0.0823408,51.6008808]},"properties":{"@type":"node","@id":2350072,"@timestamp":1188668810},"coords":"51.6008808,-0.0823408","bedrooms":"1","price":"161000","area":"431"} , +{"type":"Feature","id":"n2375300","geometry":{"type":"Point","coordinates":[-0.2175689,51.5321183]},"properties":{"@type":"node","@id":2375300,"@timestamp":1564917397},"coords":"51.5321183,-0.2175689","bedrooms":"3","price":"261000","area":"668"} , +{"type":"Feature","id":"n2384639","geometry":{"type":"Point","coordinates":[-0.1660826,51.73761]},"properties":{"@type":"node","@id":2384639,"@timestamp":1164670346},"coords":"51.73761,-0.1660826","bedrooms":"0","price":"263000","area":"487"} , +{"type":"Feature","id":"n2384679","geometry":{"type":"Point","coordinates":[-0.147598,51.8044669]},"properties":{"@type":"node","@id":2384679,"@timestamp":1507644770},"coords":"51.8044669,-0.147598","bedrooms":"1","price":"280000","area":"555"} , +{"type":"Feature","id":"n2384789","geometry":{"type":"Point","coordinates":[-0.1494526,51.7875145]},"properties":{"@type":"node","@id":2384789,"@timestamp":1580113711},"coords":"51.7875145,-0.1494526","bedrooms":"1","price":"222000","area":"668"} , +{"type":"Feature","id":"n2384921","geometry":{"type":"Point","coordinates":[-0.0814883,51.5428336]},"properties":{"@type":"node","@id":2384921,"@timestamp":1633696930},"coords":"51.5428336,-0.0814883","bedrooms":"2","price":"228000","area":"443"} , +{"type":"Feature","id":"n2430273","geometry":{"type":"Point","coordinates":[-0.1642929,51.4620709]},"properties":{"@type":"node","@id":2430273,"@timestamp":1348732739},"coords":"51.4620709,-0.1642929","bedrooms":"4","price":"238000","area":"648"} , +{"type":"Feature","id":"n2503463","geometry":{"type":"Point","coordinates":[0.508343,51.0479027]},"properties":{"@type":"node","@id":2503463,"@timestamp":1616190805},"coords":"51.0479027,0.508343","bedrooms":"1","price":"177000","area":"581"} , +{"type":"Feature","id":"n2739610","geometry":{"type":"Point","coordinates":[-0.1953935,51.5989774]},"properties":{"@type":"node","@id":2739610,"@timestamp":1187271973},"coords":"51.5989774,-0.1953935","bedrooms":"0","price":"287000","area":"501"} , +{"type":"Feature","id":"n2739656","geometry":{"type":"Point","coordinates":[-0.1796512,51.5933911]},"properties":{"@type":"node","@id":2739656,"@timestamp":1206786784},"coords":"51.5933911,-0.1796512","bedrooms":"4","price":"208000","area":"590"} , +{"type":"Feature","id":"n3096877","geometry":{"type":"Point","coordinates":[-0.9414902,51.4750472]},"properties":{"@type":"node","@id":3096877,"@timestamp":1635288507},"coords":"51.4750472,-0.9414902","bedrooms":"2","price":"298000","area":"564"} , +{"type":"Feature","id":"n3428871","geometry":{"type":"Point","coordinates":[-0.0422722,51.4844182]},"properties":{"@type":"node","@id":3428871,"@timestamp":1611116544},"coords":"51.4844182,-0.0422722","bedrooms":"4","price":"286000","area":"679"} , +{"type":"Feature","id":"n3595369","geometry":{"type":"Point","coordinates":[-0.7312953,51.5373916]},"properties":{"@type":"node","@id":3595369,"@timestamp":1551826560},"coords":"51.5373916,-0.7312953","bedrooms":"2","price":"288000","area":"517"} , +{"type":"Feature","id":"n3690883","geometry":{"type":"Point","coordinates":[0.0183573,51.4761156]},"properties":{"@type":"node","@id":3690883,"@timestamp":1181053067},"coords":"51.4761156,0.0183573","bedrooms":"0","price":"259000","area":"440"} , +{"type":"Feature","id":"n3695995","geometry":{"type":"Point","coordinates":[0.0262297,51.4825614]},"properties":{"@type":"node","@id":3695995,"@timestamp":1193570752},"coords":"51.4825614,0.0262297","bedrooms":"4","price":"172000","area":"396"} , +{"type":"Feature","id":"n3834549","geometry":{"type":"Point","coordinates":[-0.0786983,51.6691323]},"properties":{"@type":"node","@id":3834549,"@timestamp":1602276572},"coords":"51.6691323,-0.0786983","bedrooms":"1","price":"193000","area":"367"} , +{"type":"Feature","id":"n3834633","geometry":{"type":"Point","coordinates":[-0.0252128,51.7427026]},"properties":{"@type":"node","@id":3834633,"@timestamp":1178325080},"coords":"51.7427026,-0.0252128","bedrooms":"1","price":"241000","area":"499"} , +{"type":"Feature","id":"n3834645","geometry":{"type":"Point","coordinates":[-0.0528089,51.7429878]},"properties":{"@type":"node","@id":3834645,"@timestamp":1445961626},"coords":"51.7429878,-0.0528089","bedrooms":"2","price":"224000","area":"492"} , +{"type":"Feature","id":"n3834673","geometry":{"type":"Point","coordinates":[-0.1276033,51.7390302]},"properties":{"@type":"node","@id":3834673,"@timestamp":1275915305},"coords":"51.7390302,-0.1276033","bedrooms":"4","price":"278000","area":"508"} , +{"type":"Feature","id":"n3834685","geometry":{"type":"Point","coordinates":[-0.1682273,51.7350309]},"properties":{"@type":"node","@id":3834685,"@timestamp":1380991983},"coords":"51.7350309,-0.1682273","bedrooms":"2","price":"222000","area":"393"} , +{"type":"Feature","id":"n3834698","geometry":{"type":"Point","coordinates":[-0.1477889,51.7190256]},"properties":{"@type":"node","@id":3834698,"@timestamp":1567459367},"coords":"51.7190256,-0.1477889","bedrooms":"1","price":"216000","area":"493"} , +{"type":"Feature","id":"n3834718","geometry":{"type":"Point","coordinates":[-0.1145108,51.7050833]},"properties":{"@type":"node","@id":3834718,"@timestamp":1573105280},"coords":"51.7050833,-0.1145108","bedrooms":"3","price":"295000","area":"432"} , +{"type":"Feature","id":"n3834753","geometry":{"type":"Point","coordinates":[-0.0771448,51.6687135]},"properties":{"@type":"node","@id":3834753,"@timestamp":1602276572},"coords":"51.6687135,-0.0771448","bedrooms":"0","price":"201000","area":"497"} , +{"type":"Feature","id":"n3834833","geometry":{"type":"Point","coordinates":[-0.0222489,51.7414385]},"properties":{"@type":"node","@id":3834833,"@timestamp":1549893261},"coords":"51.7414385,-0.0222489","bedrooms":"1","price":"267000","area":"697"} , +{"type":"Feature","id":"n3834853","geometry":{"type":"Point","coordinates":[-0.1255274,51.7391896]},"properties":{"@type":"node","@id":3834853,"@timestamp":1147791163,"time":"2006-05-13T15:10:06Z"},"coords":"51.7391896,-0.1255274","bedrooms":"2","price":"161000","area":"590"} , +{"type":"Feature","id":"n3834868","geometry":{"type":"Point","coordinates":[-0.1683497,51.7175044]},"properties":{"@type":"node","@id":3834868,"@timestamp":1399242157},"coords":"51.7175044,-0.1683497","bedrooms":"1","price":"295000","area":"626"} , +{"type":"Feature","id":"n3834881","geometry":{"type":"Point","coordinates":[-0.1190686,51.7107153]},"properties":{"@type":"node","@id":3834881,"@timestamp":1258646623},"coords":"51.7107153,-0.1190686","bedrooms":"4","price":"294000","area":"639"} , +{"type":"Feature","id":"n3834896","geometry":{"type":"Point","coordinates":[-0.1276417,51.6995691]},"properties":{"@type":"node","@id":3834896,"@timestamp":1586239633},"coords":"51.6995691,-0.1276417","bedrooms":"4","price":"236000","area":"407"} , +{"type":"Feature","id":"n3854977","geometry":{"type":"Point","coordinates":[-0.6730965,51.5499925]},"properties":{"@type":"node","@id":3854977,"@timestamp":1147805729},"coords":"51.5499925,-0.6730965","bedrooms":"3","price":"244000","area":"587"} , +{"type":"Feature","id":"n4024733","geometry":{"type":"Point","coordinates":[-0.7418614,51.511453]},"properties":{"@type":"node","@id":4024733,"@timestamp":1609792690},"coords":"51.511453,-0.7418614","bedrooms":"4","price":"273000","area":"667"} , +{"type":"Feature","id":"n4070539","geometry":{"type":"Point","coordinates":[0.7921812,51.2326425]},"properties":{"@type":"node","@id":4070539,"@timestamp":1226609017},"coords":"51.2326425,0.7921812","bedrooms":"1","price":"159000","area":"632"} , +{"type":"Feature","id":"n4071722","geometry":{"type":"Point","coordinates":[0.851169,51.2739601]},"properties":{"@type":"node","@id":4071722,"@timestamp":1226437296},"coords":"51.2739601,0.851169","bedrooms":"3","price":"204000","area":"549"} , +{"type":"Feature","id":"n4072368","geometry":{"type":"Point","coordinates":[0.8216895,51.2578564]},"properties":{"@type":"node","@id":4072368,"@timestamp":1226611061},"coords":"51.2578564,0.8216895","bedrooms":"4","price":"165000","area":"608"} , +{"type":"Feature","id":"n4093467","geometry":{"type":"Point","coordinates":[-0.9745421,51.3905762]},"properties":{"@type":"node","@id":4093467,"@timestamp":1490291676},"coords":"51.3905762,-0.9745421","bedrooms":"3","price":"238000","area":"696"} , +{"type":"Feature","id":"n4561282","geometry":{"type":"Point","coordinates":[-0.1834057,51.6255827]},"properties":{"@type":"node","@id":4561282,"@timestamp":1246132292},"coords":"51.6255827,-0.1834057","bedrooms":"1","price":"170000","area":"591"} , +{"type":"Feature","id":"n4719336","geometry":{"type":"Point","coordinates":[-0.1312251,51.6078121]},"properties":{"@type":"node","@id":4719336,"@timestamp":1214327968},"coords":"51.6078121,-0.1312251","bedrooms":"4","price":"243000","area":"637"} , +{"type":"Feature","id":"n5309524","geometry":{"type":"Point","coordinates":[-0.6710397,51.9165048]},"properties":{"@type":"node","@id":5309524,"@timestamp":1388915921},"coords":"51.9165048,-0.6710397","bedrooms":"2","price":"173000","area":"634"} , +{"type":"Feature","id":"n5672549","geometry":{"type":"Point","coordinates":[-0.1667555,51.2423617]},"properties":{"@type":"node","@id":5672549,"@timestamp":1179077505},"coords":"51.2423617,-0.1667555","bedrooms":"0","price":"204000","area":"682"} , +{"type":"Feature","id":"n6969302","geometry":{"type":"Point","coordinates":[-0.0936352,51.6623614]},"properties":{"@type":"node","@id":6969302,"@timestamp":1598588798},"coords":"51.6623614,-0.0936352","bedrooms":"4","price":"284000","area":"480"} , +{"type":"Feature","id":"n7019652","geometry":{"type":"Point","coordinates":[-0.1264714,51.6504192]},"properties":{"@type":"node","@id":7019652,"@timestamp":1601149239},"coords":"51.6504192,-0.1264714","bedrooms":"2","price":"203000","area":"370"} , +{"type":"Feature","id":"n7019712","geometry":{"type":"Point","coordinates":[-0.1206974,51.6509112]},"properties":{"@type":"node","@id":7019712,"@timestamp":1438686043},"coords":"51.6509112,-0.1206974","bedrooms":"3","price":"160000","area":"443"} , +{"type":"Feature","id":"n7028260","geometry":{"type":"Point","coordinates":[-0.122744,51.6518914]},"properties":{"@type":"node","@id":7028260,"@timestamp":1191096990},"coords":"51.6518914,-0.122744","bedrooms":"1","price":"286000","area":"520"} , +{"type":"Feature","id":"n7258184","geometry":{"type":"Point","coordinates":[-0.0917102,51.6398131]},"properties":{"@type":"node","@id":7258184,"@timestamp":1207780627},"coords":"51.6398131,-0.0917102","bedrooms":"2","price":"297000","area":"511"} , +{"type":"Feature","id":"n7340581","geometry":{"type":"Point","coordinates":[-0.076595,51.663609]},"properties":{"@type":"node","@id":7340581,"@timestamp":1207694265},"coords":"51.663609,-0.076595","bedrooms":"0","price":"245000","area":"381"} , +{"type":"Feature","id":"n7348942","geometry":{"type":"Point","coordinates":[-0.0485713,51.6394811]},"properties":{"@type":"node","@id":7348942,"@timestamp":1204546309},"coords":"51.6394811,-0.0485713","bedrooms":"1","price":"194000","area":"463"} , +{"type":"Feature","id":"n7388436","geometry":{"type":"Point","coordinates":[-0.8114738,51.5281462]},"properties":{"@type":"node","@id":7388436,"@timestamp":1222026678},"coords":"51.5281462,-0.8114738","bedrooms":"1","price":"265000","area":"520"} , +{"type":"Feature","id":"n7388456","geometry":{"type":"Point","coordinates":[-0.791827,51.5247468]},"properties":{"@type":"node","@id":7388456,"@timestamp":1610128895},"coords":"51.5247468,-0.791827","bedrooms":"4","price":"157000","area":"657"} , +{"type":"Feature","id":"n7388801","geometry":{"type":"Point","coordinates":[-0.7046013,51.9289471]},"properties":{"@type":"node","@id":7388801,"@timestamp":1193510092},"coords":"51.9289471,-0.7046013","bedrooms":"0","price":"296000","area":"639"} , +{"type":"Feature","id":"n7433891","geometry":{"type":"Point","coordinates":[-0.588588,51.4650612]},"properties":{"@type":"node","@id":7433891,"@timestamp":1363266859},"coords":"51.4650612,-0.588588","bedrooms":"2","price":"292000","area":"531"} , +{"type":"Feature","id":"n7446924","geometry":{"type":"Point","coordinates":[-0.0334565,51.6472681]},"properties":{"@type":"node","@id":7446924,"@timestamp":1204543099},"coords":"51.6472681,-0.0334565","bedrooms":"3","price":"175000","area":"587"} , +{"type":"Feature","id":"n7612322","geometry":{"type":"Point","coordinates":[-0.8150255,51.5275234]},"properties":{"@type":"node","@id":7612322,"@timestamp":1149849625},"coords":"51.5275234,-0.8150255","bedrooms":"0","price":"215000","area":"553"} , +{"type":"Feature","id":"n7612334","geometry":{"type":"Point","coordinates":[-0.8156932,51.5291502]},"properties":{"@type":"node","@id":7612334,"@timestamp":1149849626},"coords":"51.5291502,-0.8156932","bedrooms":"3","price":"228000","area":"550"} , +{"type":"Feature","id":"n7612345","geometry":{"type":"Point","coordinates":[-0.818279,51.5286813]},"properties":{"@type":"node","@id":7612345,"@timestamp":1149849627},"coords":"51.5286813,-0.818279","bedrooms":"4","price":"239000","area":"457"} , +{"type":"Feature","id":"n7612355","geometry":{"type":"Point","coordinates":[-0.8240758,51.529072]},"properties":{"@type":"node","@id":7612355,"@timestamp":1149849628},"coords":"51.529072,-0.8240758","bedrooms":"4","price":"292000","area":"518"} , +{"type":"Feature","id":"n7612368","geometry":{"type":"Point","coordinates":[-0.8293682,51.5303649]},"properties":{"@type":"node","@id":7612368,"@timestamp":1149849628},"coords":"51.5303649,-0.8293682","bedrooms":"4","price":"216000","area":"472"} , +{"type":"Feature","id":"n7612391","geometry":{"type":"Point","coordinates":[-0.8283239,51.525378]},"properties":{"@type":"node","@id":7612391,"@timestamp":1149849630},"coords":"51.525378,-0.8283239","bedrooms":"2","price":"262000","area":"566"} , +{"type":"Feature","id":"n7612406","geometry":{"type":"Point","coordinates":[-0.8240971,51.5211867]},"properties":{"@type":"node","@id":7612406,"@timestamp":1149849632},"coords":"51.5211867,-0.8240971","bedrooms":"2","price":"288000","area":"441"} , +{"type":"Feature","id":"n7616495","geometry":{"type":"Point","coordinates":[-0.8146601,51.5264588]},"properties":{"@type":"node","@id":7616495,"@timestamp":1553286318},"coords":"51.5264588,-0.8146601","bedrooms":"2","price":"266000","area":"631"} , +{"type":"Feature","id":"n7982127","geometry":{"type":"Point","coordinates":[-0.7865864,51.5333907]},"properties":{"@type":"node","@id":7982127,"@timestamp":1167395868},"coords":"51.5333907,-0.7865864","bedrooms":"1","price":"240000","area":"438"} , +{"type":"Feature","id":"n7989019","geometry":{"type":"Point","coordinates":[-0.7347651,51.5069291]},"properties":{"@type":"node","@id":7989019,"@timestamp":1502925086},"coords":"51.5069291,-0.7347651","bedrooms":"1","price":"263000","area":"684"} , +{"type":"Feature","id":"n8041544","geometry":{"type":"Point","coordinates":[-0.4726988,51.3336521]},"properties":{"@type":"node","@id":8041544,"@timestamp":1352407078},"coords":"51.3336521,-0.4726988","bedrooms":"1","price":"215000","area":"609"} , +{"type":"Feature","id":"n8079307","geometry":{"type":"Point","coordinates":[-0.5625751,51.8133852]},"properties":{"@type":"node","@id":8079307,"@timestamp":1243281393},"coords":"51.8133852,-0.5625751","bedrooms":"1","price":"172000","area":"500"} , +{"type":"Feature","id":"n8081980","geometry":{"type":"Point","coordinates":[-0.8931625,51.5483815]},"properties":{"@type":"node","@id":8081980,"@timestamp":1212454824},"coords":"51.5483815,-0.8931625","bedrooms":"3","price":"167000","area":"448"} , +{"type":"Feature","id":"n8082015","geometry":{"type":"Point","coordinates":[-0.8807022,51.5494551]},"properties":{"@type":"node","@id":8082015,"@timestamp":1150284505},"coords":"51.5494551,-0.8807022","bedrooms":"1","price":"183000","area":"414"} , +{"type":"Feature","id":"n8082025","geometry":{"type":"Point","coordinates":[-0.8734182,51.5495303]},"properties":{"@type":"node","@id":8082025,"@timestamp":1150284506},"coords":"51.5495303,-0.8734182","bedrooms":"1","price":"295000","area":"631"} , +{"type":"Feature","id":"n8082038","geometry":{"type":"Point","coordinates":[-0.8902465,51.5511091]},"properties":{"@type":"node","@id":8082038,"@timestamp":1150284977},"coords":"51.5511091,-0.8902465","bedrooms":"3","price":"152000","area":"362"} , +{"type":"Feature","id":"n8082121","geometry":{"type":"Point","coordinates":[-0.848285,51.5239687]},"properties":{"@type":"node","@id":8082121,"@timestamp":1150286757},"coords":"51.5239687,-0.848285","bedrooms":"3","price":"198000","area":"409"} , +{"type":"Feature","id":"n8082182","geometry":{"type":"Point","coordinates":[-0.7387199,51.5230669]},"properties":{"@type":"node","@id":8082182,"@timestamp":1609866299},"coords":"51.5230669,-0.7387199","bedrooms":"0","price":"218000","area":"474"} , +{"type":"Feature","id":"n8086827","geometry":{"type":"Point","coordinates":[0.471371,51.552017]},"properties":{"@type":"node","@id":8086827,"@timestamp":1349852990},"coords":"51.552017,0.471371","bedrooms":"0","price":"224000","area":"543"} , +{"type":"Feature","id":"n8090696","geometry":{"type":"Point","coordinates":[-0.9893057,51.5520561]},"properties":{"@type":"node","@id":8090696,"@timestamp":1177240651},"coords":"51.5520561,-0.9893057","bedrooms":"4","price":"244000","area":"497"} , +{"type":"Feature","id":"n8090726","geometry":{"type":"Point","coordinates":[-0.9336893,51.542788]},"properties":{"@type":"node","@id":8090726,"@timestamp":1154309144},"coords":"51.542788,-0.9336893","bedrooms":"0","price":"169000","area":"368"} , +{"type":"Feature","id":"n8090768","geometry":{"type":"Point","coordinates":[-0.9133245,51.5215224]},"properties":{"@type":"node","@id":8090768,"@timestamp":1242240111},"coords":"51.5215224,-0.9133245","bedrooms":"3","price":"241000","area":"620"} , +{"type":"Feature","id":"n8090955","geometry":{"type":"Point","coordinates":[-0.8399977,51.5162042]},"properties":{"@type":"node","@id":8090955,"@timestamp":1189510054},"coords":"51.5162042,-0.8399977","bedrooms":"2","price":"184000","area":"390"} , +{"type":"Feature","id":"n8090975","geometry":{"type":"Point","coordinates":[-1.0158212,51.5211839]},"properties":{"@type":"node","@id":8090975,"@timestamp":1178916059},"coords":"51.5211839,-1.0158212","bedrooms":"4","price":"178000","area":"395"} , +{"type":"Feature","id":"n8091008","geometry":{"type":"Point","coordinates":[-0.9779315,51.5333896]},"properties":{"@type":"node","@id":8091008,"@timestamp":1154307577},"coords":"51.5333896,-0.9779315","bedrooms":"4","price":"288000","area":"607"} , +{"type":"Feature","id":"n8091071","geometry":{"type":"Point","coordinates":[-0.9593004,51.4653512]},"properties":{"@type":"node","@id":8091071,"@timestamp":1635695628},"coords":"51.4653512,-0.9593004","bedrooms":"3","price":"224000","area":"617"} , +{"type":"Feature","id":"n8092069","geometry":{"type":"Point","coordinates":[-0.9469623,51.4321217]},"properties":{"@type":"node","@id":8092069,"@timestamp":1627750614},"coords":"51.4321217,-0.9469623","bedrooms":"0","price":"250000","area":"608"} , +{"type":"Feature","id":"n8120436","geometry":{"type":"Point","coordinates":[-0.9806442,51.427011]},"properties":{"@type":"node","@id":8120436,"@timestamp":1404162114},"coords":"51.427011,-0.9806442","bedrooms":"0","price":"290000","area":"413"} , +{"type":"Feature","id":"n8120554","geometry":{"type":"Point","coordinates":[-0.9754993,51.449174]},"properties":{"@type":"node","@id":8120554,"@timestamp":1471022215},"coords":"51.449174,-0.9754993","bedrooms":"4","price":"180000","area":"457"} , +{"type":"Feature","id":"n8333799","geometry":{"type":"Point","coordinates":[-0.6819544,51.5157485]},"properties":{"@type":"node","@id":8333799,"@timestamp":1151004145},"coords":"51.5157485,-0.6819544","bedrooms":"2","price":"227000","area":"407"} , +{"type":"Feature","id":"n8334571","geometry":{"type":"Point","coordinates":[-0.684108,51.5091198]},"properties":{"@type":"node","@id":8334571,"@timestamp":1212452925},"coords":"51.5091198,-0.684108","bedrooms":"0","price":"234000","area":"395"} , +{"type":"Feature","id":"n8334587","geometry":{"type":"Point","coordinates":[-0.6838244,51.5050461]},"properties":{"@type":"node","@id":8334587,"@timestamp":1151004618},"coords":"51.5050461,-0.6838244","bedrooms":"4","price":"271000","area":"579"} , +{"type":"Feature","id":"n8334609","geometry":{"type":"Point","coordinates":[-0.6799624,51.498302]},"properties":{"@type":"node","@id":8334609,"@timestamp":1151004620},"coords":"51.498302,-0.6799624","bedrooms":"0","price":"175000","area":"439"} , +{"type":"Feature","id":"n8334620","geometry":{"type":"Point","coordinates":[-0.673275,51.4930756]},"properties":{"@type":"node","@id":8334620,"@timestamp":1151004620},"coords":"51.4930756,-0.673275","bedrooms":"0","price":"154000","area":"527"} , +{"type":"Feature","id":"n8335716","geometry":{"type":"Point","coordinates":[-0.6824626,51.5087277]},"properties":{"@type":"node","@id":8335716,"@timestamp":1151005234},"coords":"51.5087277,-0.6824626","bedrooms":"4","price":"247000","area":"684"} , +{"type":"Feature","id":"n8335748","geometry":{"type":"Point","coordinates":[-0.6757955,51.5105494]},"properties":{"@type":"node","@id":8335748,"@timestamp":1151005237},"coords":"51.5105494,-0.6757955","bedrooms":"4","price":"202000","area":"378"} , +{"type":"Feature","id":"n8337271","geometry":{"type":"Point","coordinates":[-0.6568994,51.4875356]},"properties":{"@type":"node","@id":8337271,"@timestamp":1151006250},"coords":"51.4875356,-0.6568994","bedrooms":"2","price":"257000","area":"519"} , +{"type":"Feature","id":"n8341500","geometry":{"type":"Point","coordinates":[-0.6663088,51.5246289]},"properties":{"@type":"node","@id":8341500,"@timestamp":1151008967},"coords":"51.5246289,-0.6663088","bedrooms":"0","price":"225000","area":"531"} , +{"type":"Feature","id":"n8455821","geometry":{"type":"Point","coordinates":[-0.9599824,50.9867504]},"properties":{"@type":"node","@id":8455821,"@timestamp":1151091956},"coords":"50.9867504,-0.9599824","bedrooms":"1","price":"210000","area":"655"} , +{"type":"Feature","id":"n8695985","geometry":{"type":"Point","coordinates":[-0.5401688,51.2429795]},"properties":{"@type":"node","@id":8695985,"@timestamp":1244192217},"coords":"51.2429795,-0.5401688","bedrooms":"1","price":"227000","area":"438"} , +{"type":"Feature","id":"n8919561","geometry":{"type":"Point","coordinates":[-0.5236819,51.2327156]},"properties":{"@type":"node","@id":8919561,"@timestamp":1151449185},"coords":"51.2327156,-0.5236819","bedrooms":"4","price":"159000","area":"386"} , +{"type":"Feature","id":"n9242090","geometry":{"type":"Point","coordinates":[-0.3791085,51.5438069]},"properties":{"@type":"node","@id":9242090,"@timestamp":1192266659},"coords":"51.5438069,-0.3791085","bedrooms":"2","price":"172000","area":"432"} , +{"type":"Feature","id":"n9486417","geometry":{"type":"Point","coordinates":[-0.7607219,51.2322361]},"properties":{"@type":"node","@id":9486417,"@timestamp":1173645193},"coords":"51.2322361,-0.7607219","bedrooms":"2","price":"177000","area":"505"} , +{"type":"Feature","id":"n9505854","geometry":{"type":"Point","coordinates":[-1.1043861,51.3267167]},"properties":{"@type":"node","@id":9505854,"@timestamp":1214675863},"coords":"51.3267167,-1.1043861","bedrooms":"1","price":"170000","area":"605"} , +{"type":"Feature","id":"n9680677","geometry":{"type":"Point","coordinates":[-0.1316187,51.5754194]},"properties":{"@type":"node","@id":9680677,"@timestamp":1152025868},"coords":"51.5754194,-0.1316187","bedrooms":"3","price":"218000","area":"436"} , +{"type":"Feature","id":"n9769240","geometry":{"type":"Point","coordinates":[-0.9822373,51.4596692]},"properties":{"@type":"node","@id":9769240,"@timestamp":1237216644},"coords":"51.4596692,-0.9822373","bedrooms":"1","price":"191000","area":"538"} , +{"type":"Feature","id":"n9780208","geometry":{"type":"Point","coordinates":[0.013007,51.400314]},"properties":{"@type":"node","@id":9780208,"@timestamp":1196269737},"coords":"51.400314,0.013007","bedrooms":"4","price":"285000","area":"685"} , +{"type":"Feature","id":"n9877452","geometry":{"type":"Point","coordinates":[-0.177334,51.600613]},"properties":{"@type":"node","@id":9877452,"@timestamp":1358699943},"coords":"51.600613,-0.177334","bedrooms":"3","price":"258000","area":"693"} , +{"type":"Feature","id":"n10028738","geometry":{"type":"Point","coordinates":[0.1645345,51.5045356]},"properties":{"@type":"node","@id":10028738,"@timestamp":1636282720},"coords":"51.5045356,0.1645345","bedrooms":"4","price":"299000","area":"591"} , +{"type":"Feature","id":"n10050821","geometry":{"type":"Point","coordinates":[-0.4125371,51.2272814]},"properties":{"@type":"node","@id":10050821,"@timestamp":1152315926},"coords":"51.2272814,-0.4125371","bedrooms":"3","price":"170000","area":"661"} , +{"type":"Feature","id":"n10076818","geometry":{"type":"Point","coordinates":[-0.2178615,51.9250427]},"properties":{"@type":"node","@id":10076818,"@timestamp":1611502057},"coords":"51.9250427,-0.2178615","bedrooms":"4","price":"235000","area":"360"} , +{"type":"Feature","id":"n10076859","geometry":{"type":"Point","coordinates":[-0.2173809,51.9154952]},"properties":{"@type":"node","@id":10076859,"@timestamp":1179073340},"coords":"51.9154952,-0.2173809","bedrooms":"2","price":"259000","area":"443"} , +{"type":"Feature","id":"n10115590","geometry":{"type":"Point","coordinates":[-0.1998924,51.2379756]},"properties":{"@type":"node","@id":10115590,"@timestamp":1610117892},"coords":"51.2379756,-0.1998924","bedrooms":"0","price":"237000","area":"456"} , +{"type":"Feature","id":"n10177534","geometry":{"type":"Point","coordinates":[-1.0330732,51.3316627]},"properties":{"@type":"node","@id":10177534,"@timestamp":1241433255},"coords":"51.3316627,-1.0330732","bedrooms":"2","price":"261000","area":"387"} , +{"type":"Feature","id":"n10177549","geometry":{"type":"Point","coordinates":[-1.040668,51.3408077]},"properties":{"@type":"node","@id":10177549,"@timestamp":1549317989},"coords":"51.3408077,-1.040668","bedrooms":"1","price":"235000","area":"361"} , +{"type":"Feature","id":"n10287072","geometry":{"type":"Point","coordinates":[-0.294805,51.5508311]},"properties":{"@type":"node","@id":10287072,"@timestamp":1603023753},"coords":"51.5508311,-0.294805","bedrooms":"4","price":"263000","area":"638"} , +{"type":"Feature","id":"n10294496","geometry":{"type":"Point","coordinates":[-0.1964371,51.2394897]},"properties":{"@type":"node","@id":10294496,"@timestamp":1152718829},"coords":"51.2394897,-0.1964371","bedrooms":"2","price":"251000","area":"623"} , +{"type":"Feature","id":"n10294560","geometry":{"type":"Point","coordinates":[-0.1975876,51.23969]},"properties":{"@type":"node","@id":10294560,"@timestamp":1191351398},"coords":"51.23969,-0.1975876","bedrooms":"4","price":"181000","area":"632"} , +{"type":"Feature","id":"n10294694","geometry":{"type":"Point","coordinates":[-0.195796,51.241446]},"properties":{"@type":"node","@id":10294694,"@timestamp":1191351398},"coords":"51.241446,-0.195796","bedrooms":"0","price":"293000","area":"450"} , +{"type":"Feature","id":"n10294761","geometry":{"type":"Point","coordinates":[-0.1929997,51.2479312]},"properties":{"@type":"node","@id":10294761,"@timestamp":1204975201},"coords":"51.2479312,-0.1929997","bedrooms":"4","price":"263000","area":"641"} , +{"type":"Feature","id":"n10294789","geometry":{"type":"Point","coordinates":[-0.1890086,51.2493442]},"properties":{"@type":"node","@id":10294789,"@timestamp":1204975218},"coords":"51.2493442,-0.1890086","bedrooms":"0","price":"282000","area":"560"} , +{"type":"Feature","id":"n10294799","geometry":{"type":"Point","coordinates":[-0.1899173,51.2478707]},"properties":{"@type":"node","@id":10294799,"@timestamp":1152551934},"coords":"51.2478707,-0.1899173","bedrooms":"0","price":"197000","area":"478"} , +{"type":"Feature","id":"n10294809","geometry":{"type":"Point","coordinates":[-0.1899477,51.2492841]},"properties":{"@type":"node","@id":10294809,"@timestamp":1152551935},"coords":"51.2492841,-0.1899477","bedrooms":"3","price":"263000","area":"378"} , +{"type":"Feature","id":"n10294821","geometry":{"type":"Point","coordinates":[-0.1878691,51.248025]},"properties":{"@type":"node","@id":10294821,"@timestamp":1152551936},"coords":"51.248025,-0.1878691","bedrooms":"0","price":"156000","area":"516"} , +{"type":"Feature","id":"n10294831","geometry":{"type":"Point","coordinates":[-0.1898222,51.2467152]},"properties":{"@type":"node","@id":10294831,"@timestamp":1173792033},"coords":"51.2467152,-0.1898222","bedrooms":"4","price":"182000","area":"417"} , +{"type":"Feature","id":"n10306295","geometry":{"type":"Point","coordinates":[-0.2291829,51.7971125]},"properties":{"@type":"node","@id":10306295,"@timestamp":1152569099},"coords":"51.7971125,-0.2291829","bedrooms":"0","price":"250000","area":"459"} , +{"type":"Feature","id":"n10310558","geometry":{"type":"Point","coordinates":[-0.4735191,51.7662989]},"properties":{"@type":"node","@id":10310558,"@timestamp":1328736993},"coords":"51.7662989,-0.4735191","bedrooms":"4","price":"273000","area":"619"} , +{"type":"Feature","id":"n10356722","geometry":{"type":"Point","coordinates":[-0.0763269,51.6593147]},"properties":{"@type":"node","@id":10356722,"@timestamp":1315914546},"coords":"51.6593147,-0.0763269","bedrooms":"1","price":"281000","area":"600"} , +{"type":"Feature","id":"n10443987","geometry":{"type":"Point","coordinates":[-0.1962373,51.249385]},"properties":{"@type":"node","@id":10443987,"@timestamp":1152718780},"coords":"51.249385,-0.1962373","bedrooms":"3","price":"206000","area":"480"} , +{"type":"Feature","id":"n10443997","geometry":{"type":"Point","coordinates":[-0.1958056,51.2502872]},"properties":{"@type":"node","@id":10443997,"@timestamp":1152718781},"coords":"51.2502872,-0.1958056","bedrooms":"2","price":"163000","area":"453"} , +{"type":"Feature","id":"n10444073","geometry":{"type":"Point","coordinates":[-0.2058969,51.2437685]},"properties":{"@type":"node","@id":10444073,"@timestamp":1152718790},"coords":"51.2437685,-0.2058969","bedrooms":"2","price":"259000","area":"382"} , +{"type":"Feature","id":"n10444138","geometry":{"type":"Point","coordinates":[-0.2097271,51.2458283]},"properties":{"@type":"node","@id":10444138,"@timestamp":1152718808},"coords":"51.2458283,-0.2097271","bedrooms":"0","price":"254000","area":"570"} , +{"type":"Feature","id":"n10444184","geometry":{"type":"Point","coordinates":[-0.2068052,51.2480807]},"properties":{"@type":"node","@id":10444184,"@timestamp":1152718811},"coords":"51.2480807,-0.2068052","bedrooms":"3","price":"293000","area":"368"} , +{"type":"Feature","id":"n10444194","geometry":{"type":"Point","coordinates":[-0.2056887,51.2501018]},"properties":{"@type":"node","@id":10444194,"@timestamp":1180489061},"coords":"51.2501018,-0.2056887","bedrooms":"4","price":"183000","area":"683"} , +{"type":"Feature","id":"n10444204","geometry":{"type":"Point","coordinates":[-0.2021348,51.2502878]},"properties":{"@type":"node","@id":10444204,"@timestamp":1152718812},"coords":"51.2502878,-0.2021348","bedrooms":"2","price":"211000","area":"688"} , +{"type":"Feature","id":"n10444218","geometry":{"type":"Point","coordinates":[-0.2046707,51.2474559]},"properties":{"@type":"node","@id":10444218,"@timestamp":1152718813},"coords":"51.2474559,-0.2046707","bedrooms":"4","price":"203000","area":"579"} , +{"type":"Feature","id":"n10444228","geometry":{"type":"Point","coordinates":[-0.2046816,51.2479341]},"properties":{"@type":"node","@id":10444228,"@timestamp":1152718813},"coords":"51.2479341,-0.2046816","bedrooms":"2","price":"293000","area":"373"} , +{"type":"Feature","id":"n10444238","geometry":{"type":"Point","coordinates":[-0.2060382,51.2460858]},"properties":{"@type":"node","@id":10444238,"@timestamp":1152718814},"coords":"51.2460858,-0.2060382","bedrooms":"0","price":"252000","area":"430"} , +{"type":"Feature","id":"n10444248","geometry":{"type":"Point","coordinates":[-0.203182,51.2463769]},"properties":{"@type":"node","@id":10444248,"@timestamp":1152718814},"coords":"51.2463769,-0.203182","bedrooms":"0","price":"221000","area":"498"} , +{"type":"Feature","id":"n10444282","geometry":{"type":"Point","coordinates":[-0.1972403,51.2490422]},"properties":{"@type":"node","@id":10444282,"@timestamp":1152718816},"coords":"51.2490422,-0.1972403","bedrooms":"0","price":"260000","area":"387"} , +{"type":"Feature","id":"n10529803","geometry":{"type":"Point","coordinates":[-0.0903527,51.5292643]},"properties":{"@type":"node","@id":10529803,"@timestamp":1590247222},"coords":"51.5292643,-0.0903527","bedrooms":"0","price":"173000","area":"699"} , +{"type":"Feature","id":"n10592927","geometry":{"type":"Point","coordinates":[-0.0612618,51.6320151]},"properties":{"@type":"node","@id":10592927,"@timestamp":1152886267},"coords":"51.6320151,-0.0612618","bedrooms":"2","price":"257000","area":"366"} , +{"type":"Feature","id":"n10613516","geometry":{"type":"Point","coordinates":[-0.5057992,51.2483018]},"properties":{"@type":"node","@id":10613516,"@timestamp":1231597773},"coords":"51.2483018,-0.5057992","bedrooms":"0","price":"211000","area":"468"} , +{"type":"Feature","id":"n10615133","geometry":{"type":"Point","coordinates":[-1.0245969,51.8337811]},"properties":{"@type":"node","@id":10615133,"@timestamp":1215010867},"coords":"51.8337811,-1.0245969","bedrooms":"3","price":"155000","area":"564"} , +{"type":"Feature","id":"n10618498","geometry":{"type":"Point","coordinates":[-0.5655181,51.2714754]},"properties":{"@type":"node","@id":10618498,"@timestamp":1210538553},"coords":"51.2714754,-0.5655181","bedrooms":"4","price":"215000","area":"520"} , +{"type":"Feature","id":"n10691963","geometry":{"type":"Point","coordinates":[-0.3104236,51.4112295]},"properties":{"@type":"node","@id":10691963,"@timestamp":1515088734},"coords":"51.4112295,-0.3104236","bedrooms":"1","price":"275000","area":"582"} , +{"type":"Feature","id":"n10695394","geometry":{"type":"Point","coordinates":[-0.3054677,51.4088113]},"properties":{"@type":"node","@id":10695394,"@timestamp":1312122308},"coords":"51.4088113,-0.3054677","bedrooms":"2","price":"253000","area":"356"} , +{"type":"Feature","id":"n10766274","geometry":{"type":"Point","coordinates":[-0.1627495,51.351106]},"properties":{"@type":"node","@id":10766274,"@timestamp":1208382644},"coords":"51.351106,-0.1627495","bedrooms":"0","price":"179000","area":"689"} , +{"type":"Feature","id":"n10797767","geometry":{"type":"Point","coordinates":[-0.2067103,51.6475581]},"properties":{"@type":"node","@id":10797767,"@timestamp":1153076855},"coords":"51.6475581,-0.2067103","bedrooms":"0","price":"284000","area":"536"} , +{"type":"Feature","id":"n10806301","geometry":{"type":"Point","coordinates":[-0.1625576,51.3500713]},"properties":{"@type":"node","@id":10806301,"@timestamp":1153086797},"coords":"51.3500713,-0.1625576","bedrooms":"2","price":"242000","area":"487"} , +{"type":"Feature","id":"n10810750","geometry":{"type":"Point","coordinates":[-0.4213577,51.438462]},"properties":{"@type":"node","@id":10810750,"@timestamp":1206908808},"coords":"51.438462,-0.4213577","bedrooms":"4","price":"153000","area":"557"} , +{"type":"Feature","id":"n10815147","geometry":{"type":"Point","coordinates":[-0.2347407,51.2615885]},"properties":{"@type":"node","@id":10815147,"@timestamp":1199526178},"coords":"51.2615885,-0.2347407","bedrooms":"2","price":"288000","area":"402"} , +{"type":"Feature","id":"n10865105","geometry":{"type":"Point","coordinates":[-0.1232123,51.4843746]},"properties":{"@type":"node","@id":10865105,"@timestamp":1526006857},"coords":"51.4843746,-0.1232123","bedrooms":"2","price":"213000","area":"647"} , +{"type":"Feature","id":"n10871863","geometry":{"type":"Point","coordinates":[-0.0798901,51.5486192]},"properties":{"@type":"node","@id":10871863,"@timestamp":1509191139},"coords":"51.5486192,-0.0798901","bedrooms":"1","price":"270000","area":"686"} , +{"type":"Feature","id":"n10913666","geometry":{"type":"Point","coordinates":[-0.048213,51.6569332]},"properties":{"@type":"node","@id":10913666,"@timestamp":1498486914},"coords":"51.6569332,-0.048213","bedrooms":"1","price":"224000","area":"423"} , +{"type":"Feature","id":"n10988016","geometry":{"type":"Point","coordinates":[-0.1405625,51.6589756]},"properties":{"@type":"node","@id":10988016,"@timestamp":1153322612},"coords":"51.6589756,-0.1405625","bedrooms":"1","price":"294000","area":"535"} , +{"type":"Feature","id":"n10988048","geometry":{"type":"Point","coordinates":[-0.1201847,51.6443186]},"properties":{"@type":"node","@id":10988048,"@timestamp":1209931203},"coords":"51.6443186,-0.1201847","bedrooms":"4","price":"230000","area":"544"} , +{"type":"Feature","id":"n11002104","geometry":{"type":"Point","coordinates":[-0.1697492,51.3261745]},"properties":{"@type":"node","@id":11002104,"@timestamp":1393775816},"coords":"51.3261745,-0.1697492","bedrooms":"2","price":"214000","area":"586"} , +{"type":"Feature","id":"n11060834","geometry":{"type":"Point","coordinates":[-0.0112317,51.526901]},"properties":{"@type":"node","@id":11060834,"@timestamp":1532768717},"coords":"51.526901,-0.0112317","bedrooms":"4","price":"176000","area":"533"} , +{"type":"Feature","id":"n11062264","geometry":{"type":"Point","coordinates":[-0.2185235,51.2504908]},"properties":{"@type":"node","@id":11062264,"@timestamp":1153404427},"coords":"51.2504908,-0.2185235","bedrooms":"2","price":"244000","area":"472"} , +{"type":"Feature","id":"n11062435","geometry":{"type":"Point","coordinates":[-0.2096112,51.2396572]},"properties":{"@type":"node","@id":11062435,"@timestamp":1153404438},"coords":"51.2396572,-0.2096112","bedrooms":"4","price":"295000","area":"681"} , +{"type":"Feature","id":"n11062464","geometry":{"type":"Point","coordinates":[-0.2090082,51.2395108]},"properties":{"@type":"node","@id":11062464,"@timestamp":1153404442},"coords":"51.2395108,-0.2090082","bedrooms":"1","price":"224000","area":"444"} , +{"type":"Feature","id":"n11064635","geometry":{"type":"Point","coordinates":[-0.0267578,51.5420123]},"properties":{"@type":"node","@id":11064635,"@timestamp":1357281054},"coords":"51.5420123,-0.0267578","bedrooms":"4","price":"187000","area":"548"} , +{"type":"Feature","id":"n11065495","geometry":{"type":"Point","coordinates":[-0.1922925,51.3250307]},"properties":{"@type":"node","@id":11065495,"@timestamp":1191100798},"coords":"51.3250307,-0.1922925","bedrooms":"1","price":"212000","area":"430"} , +{"type":"Feature","id":"n11079538","geometry":{"type":"Point","coordinates":[-0.1653412,51.4721853]},"properties":{"@type":"node","@id":11079538,"@timestamp":1564917398},"coords":"51.4721853,-0.1653412","bedrooms":"2","price":"248000","area":"456"} , +{"type":"Feature","id":"n11080816","geometry":{"type":"Point","coordinates":[-0.1538526,51.3674063]},"properties":{"@type":"node","@id":11080816,"@timestamp":1564917398},"coords":"51.3674063,-0.1538526","bedrooms":"4","price":"251000","area":"498"} , +{"type":"Feature","id":"n11125750","geometry":{"type":"Point","coordinates":[-0.1988269,51.2437228]},"properties":{"@type":"node","@id":11125750,"@timestamp":1153487235},"coords":"51.2437228,-0.1988269","bedrooms":"1","price":"299000","area":"405"} , +{"type":"Feature","id":"n11125806","geometry":{"type":"Point","coordinates":[-0.1983527,51.2322242]},"properties":{"@type":"node","@id":11125806,"@timestamp":1153487239},"coords":"51.2322242,-0.1983527","bedrooms":"3","price":"207000","area":"693"} , +{"type":"Feature","id":"n11143486","geometry":{"type":"Point","coordinates":[-0.0765371,51.5364388]},"properties":{"@type":"node","@id":11143486,"@timestamp":1189278325},"coords":"51.5364388,-0.0765371","bedrooms":"1","price":"179000","area":"613"} , +{"type":"Feature","id":"n11147463","geometry":{"type":"Point","coordinates":[-0.1412479,51.3532593]},"properties":{"@type":"node","@id":11147463,"@timestamp":1153520119},"coords":"51.3532593,-0.1412479","bedrooms":"2","price":"263000","area":"407"} , +{"type":"Feature","id":"n11147477","geometry":{"type":"Point","coordinates":[-0.1432376,51.3537401]},"properties":{"@type":"node","@id":11147477,"@timestamp":1153520122},"coords":"51.3537401,-0.1432376","bedrooms":"4","price":"227000","area":"680"} , +{"type":"Feature","id":"n11249270","geometry":{"type":"Point","coordinates":[-0.0389875,51.4724753]},"properties":{"@type":"node","@id":11249270,"@timestamp":1597776614},"coords":"51.4724753,-0.0389875","bedrooms":"1","price":"297000","area":"478"} , +{"type":"Feature","id":"n11379293","geometry":{"type":"Point","coordinates":[-0.086547,51.6613584]},"properties":{"@type":"node","@id":11379293,"@timestamp":1296938204},"coords":"51.6613584,-0.086547","bedrooms":"3","price":"232000","area":"661"} , +{"type":"Feature","id":"n11379327","geometry":{"type":"Point","coordinates":[-0.0804666,51.659275]},"properties":{"@type":"node","@id":11379327,"@timestamp":1192968966},"coords":"51.659275,-0.0804666","bedrooms":"2","price":"296000","area":"571"} , +{"type":"Feature","id":"n11484429","geometry":{"type":"Point","coordinates":[-0.0871435,51.6365322]},"properties":{"@type":"node","@id":11484429,"@timestamp":1153822733},"coords":"51.6365322,-0.0871435","bedrooms":"4","price":"166000","area":"537"} , +{"type":"Feature","id":"n11515998","geometry":{"type":"Point","coordinates":[-0.7006525,51.5783875]},"properties":{"@type":"node","@id":11515998,"@timestamp":1213137910},"coords":"51.5783875,-0.7006525","bedrooms":"2","price":"261000","area":"411"} , +{"type":"Feature","id":"n11600817","geometry":{"type":"Point","coordinates":[-0.0605069,51.6626276]},"properties":{"@type":"node","@id":11600817,"@timestamp":1515616064},"coords":"51.6626276,-0.0605069","bedrooms":"1","price":"173000","area":"357"} , +{"type":"Feature","id":"n11600932","geometry":{"type":"Point","coordinates":[-0.0881524,51.6682912]},"properties":{"@type":"node","@id":11600932,"@timestamp":1153907608},"coords":"51.6682912,-0.0881524","bedrooms":"4","price":"174000","area":"484"} , +{"type":"Feature","id":"n11721428","geometry":{"type":"Point","coordinates":[-0.0767344,51.6668276]},"properties":{"@type":"node","@id":11721428,"@timestamp":1293054892},"coords":"51.6668276,-0.0767344","bedrooms":"0","price":"159000","area":"555"} , +{"type":"Feature","id":"n11767206","geometry":{"type":"Point","coordinates":[-0.1232605,51.5207875]},"properties":{"@type":"node","@id":11767206,"@timestamp":1589651518},"coords":"51.5207875,-0.1232605","bedrooms":"0","price":"274000","area":"545"} , +{"type":"Feature","id":"n11784637","geometry":{"type":"Point","coordinates":[-0.1425762,51.9715436]},"properties":{"@type":"node","@id":11784637,"@timestamp":1164498477},"coords":"51.9715436,-0.1425762","bedrooms":"3","price":"257000","area":"629"} , +{"type":"Feature","id":"n11785216","geometry":{"type":"Point","coordinates":[-0.0835789,51.9460517]},"properties":{"@type":"node","@id":11785216,"@timestamp":1154049313},"coords":"51.9460517,-0.0835789","bedrooms":"0","price":"293000","area":"488"} , +{"type":"Feature","id":"n11785243","geometry":{"type":"Point","coordinates":[-0.1005384,51.9338848]},"properties":{"@type":"node","@id":11785243,"@timestamp":1154049319},"coords":"51.9338848,-0.1005384","bedrooms":"3","price":"176000","area":"497"} , +{"type":"Feature","id":"n11786804","geometry":{"type":"Point","coordinates":[-0.0821781,51.9246147]},"properties":{"@type":"node","@id":11786804,"@timestamp":1154050285},"coords":"51.9246147,-0.0821781","bedrooms":"4","price":"279000","area":"438"} , +{"type":"Feature","id":"n11787988","geometry":{"type":"Point","coordinates":[-0.0288043,51.9445343]},"properties":{"@type":"node","@id":11787988,"@timestamp":1166961775},"coords":"51.9445343,-0.0288043","bedrooms":"4","price":"239000","area":"692"} , +{"type":"Feature","id":"n11789232","geometry":{"type":"Point","coordinates":[0.1570197,51.888235]},"properties":{"@type":"node","@id":11789232,"@timestamp":1207436401},"coords":"51.888235,0.1570197","bedrooms":"4","price":"152000","area":"651"} , +{"type":"Feature","id":"n11859950","geometry":{"type":"Point","coordinates":[-0.0546908,51.8849751]},"properties":{"@type":"node","@id":11859950,"@timestamp":1154108899},"coords":"51.8849751,-0.0546908","bedrooms":"0","price":"252000","area":"461"} , +{"type":"Feature","id":"n11859983","geometry":{"type":"Point","coordinates":[-0.0676637,51.8588047]},"properties":{"@type":"node","@id":11859983,"@timestamp":1154108912},"coords":"51.8588047,-0.0676637","bedrooms":"0","price":"186000","area":"426"} , +{"type":"Feature","id":"n11860478","geometry":{"type":"Point","coordinates":[-0.076097,51.8428154]},"properties":{"@type":"node","@id":11860478,"@timestamp":1154109548},"coords":"51.8428154,-0.076097","bedrooms":"0","price":"217000","area":"397"} , +{"type":"Feature","id":"n11860804","geometry":{"type":"Point","coordinates":[-0.1259978,51.819971]},"properties":{"@type":"node","@id":11860804,"@timestamp":1154109779},"coords":"51.819971,-0.1259978","bedrooms":"4","price":"221000","area":"470"} , +{"type":"Feature","id":"n11875451","geometry":{"type":"Point","coordinates":[0.6866841,51.8632133]},"properties":{"@type":"node","@id":11875451,"@timestamp":1236281329},"coords":"51.8632133,0.6866841","bedrooms":"3","price":"161000","area":"455"} , +{"type":"Feature","id":"n11883106","geometry":{"type":"Point","coordinates":[-0.4387,51.329465]},"properties":{"@type":"node","@id":11883106,"@timestamp":1385933372},"coords":"51.329465,-0.4387","bedrooms":"0","price":"219000","area":"573"} , +{"type":"Feature","id":"n11896334","geometry":{"type":"Point","coordinates":[0.6416204,51.8010056]},"properties":{"@type":"node","@id":11896334,"@timestamp":1293660911},"coords":"51.8010056,0.6416204","bedrooms":"0","price":"203000","area":"381"} , +{"type":"Feature","id":"n11912895","geometry":{"type":"Point","coordinates":[-0.1024425,51.8541729]},"properties":{"@type":"node","@id":11912895,"@timestamp":1349099105},"coords":"51.8541729,-0.1024425","bedrooms":"3","price":"205000","area":"486"} , +{"type":"Feature","id":"n11943748","geometry":{"type":"Point","coordinates":[0.0219482,51.5956431]},"properties":{"@type":"node","@id":11943748,"@timestamp":1564917398},"coords":"51.5956431,0.0219482","bedrooms":"2","price":"238000","area":"576"} , +{"type":"Feature","id":"n12076949","geometry":{"type":"Point","coordinates":[-0.3474557,51.3149516]},"properties":{"@type":"node","@id":12076949,"@timestamp":1199527922},"coords":"51.3149516,-0.3474557","bedrooms":"3","price":"173000","area":"604"} , +{"type":"Feature","id":"n12079094","geometry":{"type":"Point","coordinates":[-0.1176422,51.2614468]},"properties":{"@type":"node","@id":12079094,"@timestamp":1620243542},"coords":"51.2614468,-0.1176422","bedrooms":"3","price":"243000","area":"537"} , +{"type":"Feature","id":"n12079120","geometry":{"type":"Point","coordinates":[-0.0465036,51.257913]},"properties":{"@type":"node","@id":12079120,"@timestamp":1197716502},"coords":"51.257913,-0.0465036","bedrooms":"4","price":"150000","area":"540"} , +{"type":"Feature","id":"n12079132","geometry":{"type":"Point","coordinates":[-0.0214239,51.2673818]},"properties":{"@type":"node","@id":12079132,"@timestamp":1197716546},"coords":"51.2673818,-0.0214239","bedrooms":"2","price":"208000","area":"692"} , +{"type":"Feature","id":"n12081073","geometry":{"type":"Point","coordinates":[0.0258945,51.2695567]},"properties":{"@type":"node","@id":12081073,"@timestamp":1197717209},"coords":"51.2695567,0.0258945","bedrooms":"4","price":"174000","area":"619"} , +{"type":"Feature","id":"n12081105","geometry":{"type":"Point","coordinates":[0.1455144,51.2990523]},"properties":{"@type":"node","@id":12081105,"@timestamp":1197729481},"coords":"51.2990523,0.1455144","bedrooms":"2","price":"235000","area":"534"} , +{"type":"Feature","id":"n12081126","geometry":{"type":"Point","coordinates":[0.1567298,51.3362599]},"properties":{"@type":"node","@id":12081126,"@timestamp":1182600863},"coords":"51.3362599,0.1567298","bedrooms":"0","price":"177000","area":"451"} , +{"type":"Feature","id":"n12081828","geometry":{"type":"Point","coordinates":[0.1863308,51.3793568]},"properties":{"@type":"node","@id":12081828,"@timestamp":1197728857},"coords":"51.3793568,0.1863308","bedrooms":"1","price":"155000","area":"363"} , +{"type":"Feature","id":"n12086355","geometry":{"type":"Point","coordinates":[0.2652857,51.4725808]},"properties":{"@type":"node","@id":12086355,"@timestamp":1544610641},"coords":"51.4725808,0.2652857","bedrooms":"2","price":"188000","area":"558"} , +{"type":"Feature","id":"n12086441","geometry":{"type":"Point","coordinates":[0.0690962,51.6885424]},"properties":{"@type":"node","@id":12086441,"@timestamp":1176943807},"coords":"51.6885424,0.0690962","bedrooms":"1","price":"292000","area":"387"} , +{"type":"Feature","id":"n12087599","geometry":{"type":"Point","coordinates":[-0.1655575,51.6877356]},"properties":{"@type":"node","@id":12087599,"@timestamp":1199736480},"coords":"51.6877356,-0.1655575","bedrooms":"3","price":"286000","area":"480"} , +{"type":"Feature","id":"n12092648","geometry":{"type":"Point","coordinates":[-0.4787103,51.329566]},"properties":{"@type":"node","@id":12092648,"@timestamp":1199615911},"coords":"51.329566,-0.4787103","bedrooms":"4","price":"248000","area":"541"} , +{"type":"Feature","id":"n12133560","geometry":{"type":"Point","coordinates":[-0.2332256,51.8479295]},"properties":{"@type":"node","@id":12133560,"@timestamp":1619970780},"coords":"51.8479295,-0.2332256","bedrooms":"3","price":"244000","area":"585"} , +{"type":"Feature","id":"n12135814","geometry":{"type":"Point","coordinates":[-0.261122,51.901729]},"properties":{"@type":"node","@id":12135814,"@timestamp":1212343260},"coords":"51.901729,-0.261122","bedrooms":"1","price":"213000","area":"444"} , +{"type":"Feature","id":"n12142857","geometry":{"type":"Point","coordinates":[-0.1275985,51.5462803]},"properties":{"@type":"node","@id":12142857,"@timestamp":1590708409},"coords":"51.5462803,-0.1275985","bedrooms":"0","price":"180000","area":"470"} , +{"type":"Feature","id":"n12151521","geometry":{"type":"Point","coordinates":[-0.9601868,51.4887844]},"properties":{"@type":"node","@id":12151521,"@timestamp":1228677785},"coords":"51.4887844,-0.9601868","bedrooms":"4","price":"169000","area":"643"} , +{"type":"Feature","id":"n12153566","geometry":{"type":"Point","coordinates":[-0.3853478,51.319544]},"properties":{"@type":"node","@id":12153566,"@timestamp":1191433222},"coords":"51.319544,-0.3853478","bedrooms":"4","price":"182000","area":"407"} , +{"type":"Feature","id":"n12174263","geometry":{"type":"Point","coordinates":[-0.9828846,51.5188193]},"properties":{"@type":"node","@id":12174263,"@timestamp":1213275776},"coords":"51.5188193,-0.9828846","bedrooms":"4","price":"286000","area":"623"} , +{"type":"Feature","id":"n12180069","geometry":{"type":"Point","coordinates":[-0.7563996,51.5780956]},"properties":{"@type":"node","@id":12180069,"@timestamp":1350404448},"coords":"51.5780956,-0.7563996","bedrooms":"3","price":"222000","area":"430"} , +{"type":"Feature","id":"n12198505","geometry":{"type":"Point","coordinates":[-0.1338377,51.499721]},"properties":{"@type":"node","@id":12198505,"@timestamp":1420569950},"coords":"51.499721,-0.1338377","bedrooms":"1","price":"250000","area":"684"} , +{"type":"Feature","id":"n12237389","geometry":{"type":"Point","coordinates":[0.0153123,51.7439113]},"properties":{"@type":"node","@id":12237389,"@timestamp":1188724772},"coords":"51.7439113,0.0153123","bedrooms":"3","price":"196000","area":"436"} , +{"type":"Feature","id":"n12237403","geometry":{"type":"Point","coordinates":[-0.0088864,51.7436507]},"properties":{"@type":"node","@id":12237403,"@timestamp":1188674327},"coords":"51.7436507,-0.0088864","bedrooms":"1","price":"246000","area":"608"} , +{"type":"Feature","id":"n12237884","geometry":{"type":"Point","coordinates":[-0.0674417,51.4895695]},"properties":{"@type":"node","@id":12237884,"@timestamp":1154350122},"coords":"51.4895695,-0.0674417","bedrooms":"3","price":"235000","area":"675"} , +{"type":"Feature","id":"n12238562","geometry":{"type":"Point","coordinates":[-0.0942283,51.5005944]},"properties":{"@type":"node","@id":12238562,"@timestamp":1564917398},"coords":"51.5005944,-0.0942283","bedrooms":"4","price":"228000","area":"648"} , +{"type":"Feature","id":"n12244823","geometry":{"type":"Point","coordinates":[0.0225716,51.5223888]},"properties":{"@type":"node","@id":12244823,"@timestamp":1564917398},"coords":"51.5223888,0.0225716","bedrooms":"4","price":"275000","area":"543"} , +{"type":"Feature","id":"n12340455","geometry":{"type":"Point","coordinates":[-0.9035709,51.4669023]},"properties":{"@type":"node","@id":12340455,"@timestamp":1207446004},"coords":"51.4669023,-0.9035709","bedrooms":"4","price":"170000","area":"485"} , +{"type":"Feature","id":"n12340498","geometry":{"type":"Point","coordinates":[-0.8849923,51.4510662]},"properties":{"@type":"node","@id":12340498,"@timestamp":1235930528},"coords":"51.4510662,-0.8849923","bedrooms":"4","price":"293000","area":"483"} , +{"type":"Feature","id":"n12427579","geometry":{"type":"Point","coordinates":[-0.0502356,51.6651775]},"properties":{"@type":"node","@id":12427579,"@timestamp":1207863538},"coords":"51.6651775,-0.0502356","bedrooms":"4","price":"200000","area":"513"} , +{"type":"Feature","id":"n12588663","geometry":{"type":"Point","coordinates":[-0.09244,51.6536242]},"properties":{"@type":"node","@id":12588663,"@timestamp":1191097046},"coords":"51.6536242,-0.09244","bedrooms":"2","price":"284000","area":"699"} , +{"type":"Feature","id":"n12593061","geometry":{"type":"Point","coordinates":[-0.1958657,51.231596]},"properties":{"@type":"node","@id":12593061,"@timestamp":1163422902},"coords":"51.231596,-0.1958657","bedrooms":"1","price":"243000","area":"419"} , +{"type":"Feature","id":"n12593113","geometry":{"type":"Point","coordinates":[-0.1819722,51.2441332]},"properties":{"@type":"node","@id":12593113,"@timestamp":1154690508},"coords":"51.2441332,-0.1819722","bedrooms":"2","price":"166000","area":"629"} , +{"type":"Feature","id":"n12593151","geometry":{"type":"Point","coordinates":[-0.1808757,51.2427512]},"properties":{"@type":"node","@id":12593151,"@timestamp":1154690510},"coords":"51.2427512,-0.1808757","bedrooms":"3","price":"195000","area":"695"} , +{"type":"Feature","id":"n12593244","geometry":{"type":"Point","coordinates":[-0.1714691,51.2432722]},"properties":{"@type":"node","@id":12593244,"@timestamp":1156589906},"coords":"51.2432722,-0.1714691","bedrooms":"0","price":"234000","area":"571"} , +{"type":"Feature","id":"n12593268","geometry":{"type":"Point","coordinates":[-0.1736962,51.2429858]},"properties":{"@type":"node","@id":12593268,"@timestamp":1154690515},"coords":"51.2429858,-0.1736962","bedrooms":"3","price":"217000","area":"556"} , +{"type":"Feature","id":"n12593290","geometry":{"type":"Point","coordinates":[-0.1787866,51.2442482]},"properties":{"@type":"node","@id":12593290,"@timestamp":1163168583},"coords":"51.2442482,-0.1787866","bedrooms":"4","price":"215000","area":"699"} , +{"type":"Feature","id":"n12605693","geometry":{"type":"Point","coordinates":[-0.2156185,51.2334201]},"properties":{"@type":"node","@id":12605693,"@timestamp":1163168581},"coords":"51.2334201,-0.2156185","bedrooms":"2","price":"217000","area":"469"} , +{"type":"Feature","id":"n12605721","geometry":{"type":"Point","coordinates":[-0.2197642,51.2305649]},"properties":{"@type":"node","@id":12605721,"@timestamp":1154711354},"coords":"51.2305649,-0.2197642","bedrooms":"4","price":"230000","area":"470"} , +{"type":"Feature","id":"n12617494","geometry":{"type":"Point","coordinates":[-0.4124767,51.4038948]},"properties":{"@type":"node","@id":12617494,"@timestamp":1624365036},"coords":"51.4038948,-0.4124767","bedrooms":"3","price":"235000","area":"664"} , +{"type":"Feature","id":"n12630912","geometry":{"type":"Point","coordinates":[0.1123652,51.3963396]},"properties":{"@type":"node","@id":12630912,"@timestamp":1564917398},"coords":"51.3963396,0.1123652","bedrooms":"4","price":"204000","area":"637"} , +{"type":"Feature","id":"n12773588","geometry":{"type":"Point","coordinates":[-0.2082592,51.2382035]},"properties":{"@type":"node","@id":12773588,"@timestamp":1154949567},"coords":"51.2382035,-0.2082592","bedrooms":"1","price":"257000","area":"379"} , +{"type":"Feature","id":"n12773600","geometry":{"type":"Point","coordinates":[-0.206989,51.2384114]},"properties":{"@type":"node","@id":12773600,"@timestamp":1154949568},"coords":"51.2384114,-0.206989","bedrooms":"0","price":"268000","area":"598"} , +{"type":"Feature","id":"n12773635","geometry":{"type":"Point","coordinates":[-0.2085616,51.2389671]},"properties":{"@type":"node","@id":12773635,"@timestamp":1154949569},"coords":"51.2389671,-0.2085616","bedrooms":"3","price":"169000","area":"627"} , +{"type":"Feature","id":"n12773654","geometry":{"type":"Point","coordinates":[-0.207987,51.2395946]},"properties":{"@type":"node","@id":12773654,"@timestamp":1154949571},"coords":"51.2395946,-0.207987","bedrooms":"1","price":"291000","area":"632"} , +{"type":"Feature","id":"n12773699","geometry":{"type":"Point","coordinates":[-0.2042898,51.2386269]},"properties":{"@type":"node","@id":12773699,"@timestamp":1154949573},"coords":"51.2386269,-0.2042898","bedrooms":"0","price":"258000","area":"594"} , +{"type":"Feature","id":"n12779973","geometry":{"type":"Point","coordinates":[-0.1118066,51.6501039]},"properties":{"@type":"node","@id":12779973,"@timestamp":1154955800},"coords":"51.6501039,-0.1118066","bedrooms":"3","price":"291000","area":"376"} , +{"type":"Feature","id":"n12780014","geometry":{"type":"Point","coordinates":[-0.1225111,51.6467787]},"properties":{"@type":"node","@id":12780014,"@timestamp":1154955804},"coords":"51.6467787,-0.1225111","bedrooms":"1","price":"232000","area":"641"} , +{"type":"Feature","id":"n12780044","geometry":{"type":"Point","coordinates":[-0.1269295,51.6485779]},"properties":{"@type":"node","@id":12780044,"@timestamp":1154955806},"coords":"51.6485779,-0.1269295","bedrooms":"1","price":"205000","area":"592"} , +{"type":"Feature","id":"n12780091","geometry":{"type":"Point","coordinates":[-0.1431456,51.6462093]},"properties":{"@type":"node","@id":12780091,"@timestamp":1154955808},"coords":"51.6462093,-0.1431456","bedrooms":"3","price":"256000","area":"621"} , +{"type":"Feature","id":"n12780370","geometry":{"type":"Point","coordinates":[-0.0963876,51.6415403]},"properties":{"@type":"node","@id":12780370,"@timestamp":1154956201},"coords":"51.6415403,-0.0963876","bedrooms":"4","price":"264000","area":"496"} , +{"type":"Feature","id":"n12787097","geometry":{"type":"Point","coordinates":[-0.3505114,51.0351625]},"properties":{"@type":"node","@id":12787097,"@timestamp":1505063719},"coords":"51.0351625,-0.3505114","bedrooms":"4","price":"171000","area":"439"} , +{"type":"Feature","id":"n12787622","geometry":{"type":"Point","coordinates":[-0.348534,50.9693188]},"properties":{"@type":"node","@id":12787622,"@timestamp":1154965893},"coords":"50.9693188,-0.348534","bedrooms":"3","price":"180000","area":"644"} , +{"type":"Feature","id":"n12787645","geometry":{"type":"Point","coordinates":[-0.3665337,50.9491576]},"properties":{"@type":"node","@id":12787645,"@timestamp":1154965896},"coords":"50.9491576,-0.3665337","bedrooms":"2","price":"200000","area":"607"} , +{"type":"Feature","id":"n12789406","geometry":{"type":"Point","coordinates":[-0.3327741,51.1126551]},"properties":{"@type":"node","@id":12789406,"@timestamp":1190397742},"coords":"51.1126551,-0.3327741","bedrooms":"4","price":"229000","area":"640"} , +{"type":"Feature","id":"n12803434","geometry":{"type":"Point","coordinates":[-0.1791547,51.2390906]},"properties":{"@type":"node","@id":12803434,"@timestamp":1625422914},"coords":"51.2390906,-0.1791547","bedrooms":"2","price":"192000","area":"660"} , +{"type":"Feature","id":"n12850512","geometry":{"type":"Point","coordinates":[-0.0545845,51.4990603]},"properties":{"@type":"node","@id":12850512,"@timestamp":1574382197},"coords":"51.4990603,-0.0545845","bedrooms":"3","price":"269000","area":"392"} , +{"type":"Feature","id":"n12860626","geometry":{"type":"Point","coordinates":[-0.6454644,51.6103143]},"properties":{"@type":"node","@id":12860626,"@timestamp":1529687272},"coords":"51.6103143,-0.6454644","bedrooms":"2","price":"185000","area":"419"} , +{"type":"Feature","id":"n12893541","geometry":{"type":"Point","coordinates":[-0.1941771,51.5881657]},"properties":{"@type":"node","@id":12893541,"@timestamp":1159821361},"coords":"51.5881657,-0.1941771","bedrooms":"2","price":"210000","area":"576"} , +{"type":"Feature","id":"n12944094","geometry":{"type":"Point","coordinates":[-0.7931086,50.9721414]},"properties":{"@type":"node","@id":12944094,"@timestamp":1155120893},"coords":"50.9721414,-0.7931086","bedrooms":"1","price":"284000","area":"414"} , +{"type":"Feature","id":"n12944400","geometry":{"type":"Point","coordinates":[-0.8123586,50.9561882]},"properties":{"@type":"node","@id":12944400,"@timestamp":1155121175},"coords":"50.9561882,-0.8123586","bedrooms":"1","price":"208000","area":"461"} , +{"type":"Feature","id":"n12945180","geometry":{"type":"Point","coordinates":[-0.7944992,50.9558992]},"properties":{"@type":"node","@id":12945180,"@timestamp":1155122448},"coords":"50.9558992,-0.7944992","bedrooms":"4","price":"275000","area":"392"} , +{"type":"Feature","id":"n12951835","geometry":{"type":"Point","coordinates":[-0.0578527,51.6415206]},"properties":{"@type":"node","@id":12951835,"@timestamp":1155131584},"coords":"51.6415206,-0.0578527","bedrooms":"0","price":"221000","area":"459"} , +{"type":"Feature","id":"n12951849","geometry":{"type":"Point","coordinates":[-0.0651662,51.6378639]},"properties":{"@type":"node","@id":12951849,"@timestamp":1155131584},"coords":"51.6378639,-0.0651662","bedrooms":"3","price":"222000","area":"562"} , +{"type":"Feature","id":"n12951884","geometry":{"type":"Point","coordinates":[-0.066576,51.6391856]},"properties":{"@type":"node","@id":12951884,"@timestamp":1155131588},"coords":"51.6391856,-0.066576","bedrooms":"1","price":"204000","area":"352"} , +{"type":"Feature","id":"n12976580","geometry":{"type":"Point","coordinates":[-0.4406427,51.7605977]},"properties":{"@type":"node","@id":12976580,"@timestamp":1155162362},"coords":"51.7605977,-0.4406427","bedrooms":"0","price":"192000","area":"414"} , +{"type":"Feature","id":"n12978505","geometry":{"type":"Point","coordinates":[-0.6671343,51.506916]},"properties":{"@type":"node","@id":12978505,"@timestamp":1155164756},"coords":"51.506916,-0.6671343","bedrooms":"2","price":"286000","area":"549"} , +{"type":"Feature","id":"n12978515","geometry":{"type":"Point","coordinates":[-0.6641701,51.5085203]},"properties":{"@type":"node","@id":12978515,"@timestamp":1155164757},"coords":"51.5085203,-0.6641701","bedrooms":"2","price":"225000","area":"440"} , +{"type":"Feature","id":"n12978558","geometry":{"type":"Point","coordinates":[-0.6533882,51.5095469]},"properties":{"@type":"node","@id":12978558,"@timestamp":1155164761},"coords":"51.5095469,-0.6533882","bedrooms":"3","price":"193000","area":"466"} , +{"type":"Feature","id":"n12978569","geometry":{"type":"Point","coordinates":[-0.6498807,51.5101895]},"properties":{"@type":"node","@id":12978569,"@timestamp":1155164762},"coords":"51.5101895,-0.6498807","bedrooms":"2","price":"295000","area":"575"} , +{"type":"Feature","id":"n12978583","geometry":{"type":"Point","coordinates":[-0.6468841,51.5115046]},"properties":{"@type":"node","@id":12978583,"@timestamp":1155164774},"coords":"51.5115046,-0.6468841","bedrooms":"0","price":"242000","area":"681"} , +{"type":"Feature","id":"n12979217","geometry":{"type":"Point","coordinates":[-0.6364569,51.5026445]},"properties":{"@type":"node","@id":12979217,"@timestamp":1155165691},"coords":"51.5026445,-0.6364569","bedrooms":"3","price":"220000","area":"350"} , +{"type":"Feature","id":"n12979747","geometry":{"type":"Point","coordinates":[-0.653619,51.5060677]},"properties":{"@type":"node","@id":12979747,"@timestamp":1155166092},"coords":"51.5060677,-0.653619","bedrooms":"0","price":"299000","area":"416"} , +{"type":"Feature","id":"n12981759","geometry":{"type":"Point","coordinates":[-0.5564726,51.3201891]},"properties":{"@type":"node","@id":12981759,"@timestamp":1504863219},"coords":"51.3201891,-0.5564726","bedrooms":"2","price":"203000","area":"605"} , +{"type":"Feature","id":"n13032088","geometry":{"type":"Point","coordinates":[-0.0369,51.6468661]},"properties":{"@type":"node","@id":13032088,"@timestamp":1308432138},"coords":"51.6468661,-0.0369","bedrooms":"4","price":"282000","area":"392"} , +{"type":"Feature","id":"n13135622","geometry":{"type":"Point","coordinates":[-0.4342858,51.7785173]},"properties":{"@type":"node","@id":13135622,"@timestamp":1155333545},"coords":"51.7785173,-0.4342858","bedrooms":"0","price":"227000","area":"524"} , +{"type":"Feature","id":"n13135635","geometry":{"type":"Point","coordinates":[-0.4328907,51.7778006]},"properties":{"@type":"node","@id":13135635,"@timestamp":1629492145},"coords":"51.7778006,-0.4328907","bedrooms":"1","price":"249000","area":"450"} , +{"type":"Feature","id":"n13135653","geometry":{"type":"Point","coordinates":[-0.4362147,51.7765926]},"properties":{"@type":"node","@id":13135653,"@timestamp":1155333547},"coords":"51.7765926,-0.4362147","bedrooms":"1","price":"279000","area":"369"} , +{"type":"Feature","id":"n13135700","geometry":{"type":"Point","coordinates":[-0.43622,51.7782061]},"properties":{"@type":"node","@id":13135700,"@timestamp":1155333551},"coords":"51.7782061,-0.43622","bedrooms":"3","price":"219000","area":"585"} , +{"type":"Feature","id":"n13135710","geometry":{"type":"Point","coordinates":[-0.4322986,51.7771409]},"properties":{"@type":"node","@id":13135710,"@timestamp":1155333552},"coords":"51.7771409,-0.4322986","bedrooms":"2","price":"185000","area":"664"} , +{"type":"Feature","id":"n13135720","geometry":{"type":"Point","coordinates":[-0.4330915,51.7781304]},"properties":{"@type":"node","@id":13135720,"@timestamp":1155333552},"coords":"51.7781304,-0.4330915","bedrooms":"0","price":"160000","area":"524"} , +{"type":"Feature","id":"n13135754","geometry":{"type":"Point","coordinates":[-0.4377004,51.7780289]},"properties":{"@type":"node","@id":13135754,"@timestamp":1155333555},"coords":"51.7780289,-0.4377004","bedrooms":"1","price":"242000","area":"522"} , +{"type":"Feature","id":"n13135785","geometry":{"type":"Point","coordinates":[-0.4401003,51.7784638]},"properties":{"@type":"node","@id":13135785,"@timestamp":1155333557},"coords":"51.7784638,-0.4401003","bedrooms":"3","price":"290000","area":"513"} , +{"type":"Feature","id":"n13135803","geometry":{"type":"Point","coordinates":[-0.4423769,51.7790878]},"properties":{"@type":"node","@id":13135803,"@timestamp":1155333558},"coords":"51.7790878,-0.4423769","bedrooms":"2","price":"252000","area":"454"} , +{"type":"Feature","id":"n13135824","geometry":{"type":"Point","coordinates":[-0.4428189,51.781555]},"properties":{"@type":"node","@id":13135824,"@timestamp":1155333560},"coords":"51.781555,-0.4428189","bedrooms":"2","price":"222000","area":"637"} , +{"type":"Feature","id":"n13135847","geometry":{"type":"Point","coordinates":[-0.4442857,51.7789601]},"properties":{"@type":"node","@id":13135847,"@timestamp":1155333562},"coords":"51.7789601,-0.4442857","bedrooms":"1","price":"174000","area":"617"} , +{"type":"Feature","id":"n13135858","geometry":{"type":"Point","coordinates":[-0.4429516,51.7778733]},"properties":{"@type":"node","@id":13135858,"@timestamp":1155333562},"coords":"51.7778733,-0.4429516","bedrooms":"0","price":"174000","area":"415"} , +{"type":"Feature","id":"n13135869","geometry":{"type":"Point","coordinates":[-0.4412299,51.7758738]},"properties":{"@type":"node","@id":13135869,"@timestamp":1155333563},"coords":"51.7758738,-0.4412299","bedrooms":"0","price":"153000","area":"632"} , +{"type":"Feature","id":"n13135879","geometry":{"type":"Point","coordinates":[-0.439805,51.7761502]},"properties":{"@type":"node","@id":13135879,"@timestamp":1155333564},"coords":"51.7761502,-0.439805","bedrooms":"4","price":"224000","area":"640"} , +{"type":"Feature","id":"n13135890","geometry":{"type":"Point","coordinates":[-0.4409719,51.7758093]},"properties":{"@type":"node","@id":13135890,"@timestamp":1155333565},"coords":"51.7758093,-0.4409719","bedrooms":"2","price":"225000","area":"649"} , +{"type":"Feature","id":"n13135904","geometry":{"type":"Point","coordinates":[-0.4425087,51.7752666]},"properties":{"@type":"node","@id":13135904,"@timestamp":1155333566},"coords":"51.7752666,-0.4425087","bedrooms":"4","price":"282000","area":"501"} , +{"type":"Feature","id":"n13135916","geometry":{"type":"Point","coordinates":[-0.443275,51.7767671]},"properties":{"@type":"node","@id":13135916,"@timestamp":1155333566},"coords":"51.7767671,-0.443275","bedrooms":"3","price":"176000","area":"383"} , +{"type":"Feature","id":"n13135942","geometry":{"type":"Point","coordinates":[-0.445473,51.7781986]},"properties":{"@type":"node","@id":13135942,"@timestamp":1155333568},"coords":"51.7781986,-0.445473","bedrooms":"0","price":"289000","area":"528"} , +{"type":"Feature","id":"n13135953","geometry":{"type":"Point","coordinates":[-0.4459109,51.7789823]},"properties":{"@type":"node","@id":13135953,"@timestamp":1155333569},"coords":"51.7789823,-0.4459109","bedrooms":"3","price":"185000","area":"350"} , +{"type":"Feature","id":"n13135970","geometry":{"type":"Point","coordinates":[-0.4473053,51.7797569]},"properties":{"@type":"node","@id":13135970,"@timestamp":1155333570},"coords":"51.7797569,-0.4473053","bedrooms":"1","price":"227000","area":"542"} , +{"type":"Feature","id":"n13135995","geometry":{"type":"Point","coordinates":[-0.4460276,51.780974]},"properties":{"@type":"node","@id":13135995,"@timestamp":1155333572},"coords":"51.780974,-0.4460276","bedrooms":"1","price":"175000","area":"606"} , +{"type":"Feature","id":"n13136005","geometry":{"type":"Point","coordinates":[-0.4453315,51.7810099]},"properties":{"@type":"node","@id":13136005,"@timestamp":1155333573},"coords":"51.7810099,-0.4453315","bedrooms":"0","price":"279000","area":"489"} , +{"type":"Feature","id":"n13136026","geometry":{"type":"Point","coordinates":[-0.4339791,51.7792722]},"properties":{"@type":"node","@id":13136026,"@timestamp":1155333574},"coords":"51.7792722,-0.4339791","bedrooms":"2","price":"197000","area":"536"} , +{"type":"Feature","id":"n13326692","geometry":{"type":"Point","coordinates":[0.0837306,51.6889999]},"properties":{"@type":"node","@id":13326692,"@timestamp":1176943926},"coords":"51.6889999,0.0837306","bedrooms":"1","price":"184000","area":"445"} , +{"type":"Feature","id":"n13328898","geometry":{"type":"Point","coordinates":[0.0520584,51.6443397]},"properties":{"@type":"node","@id":13328898,"@timestamp":1564917399},"coords":"51.6443397,0.0520584","bedrooms":"0","price":"161000","area":"385"} , +{"type":"Feature","id":"n13330350","geometry":{"type":"Point","coordinates":[0.0274819,51.5919244]},"properties":{"@type":"node","@id":13330350,"@timestamp":1564266887},"coords":"51.5919244,0.0274819","bedrooms":"3","price":"191000","area":"500"} , +{"type":"Feature","id":"n13349588","geometry":{"type":"Point","coordinates":[-0.1609216,51.5122925]},"properties":{"@type":"node","@id":13349588,"@timestamp":1572266194},"coords":"51.5122925,-0.1609216","bedrooms":"0","price":"263000","area":"523"} , +{"type":"Feature","id":"n13374296","geometry":{"type":"Point","coordinates":[-0.1715187,51.2906613]},"properties":{"@type":"node","@id":13374296,"@timestamp":1182257642},"coords":"51.2906613,-0.1715187","bedrooms":"2","price":"285000","area":"407"} , +{"type":"Feature","id":"n13374342","geometry":{"type":"Point","coordinates":[-0.1910728,51.2669574]},"properties":{"@type":"node","@id":13374342,"@timestamp":1199025930},"coords":"51.2669574,-0.1910728","bedrooms":"4","price":"205000","area":"530"} , +{"type":"Feature","id":"n13387849","geometry":{"type":"Point","coordinates":[-0.4145743,51.314713]},"properties":{"@type":"node","@id":13387849,"@timestamp":1205576795},"coords":"51.314713,-0.4145743","bedrooms":"2","price":"154000","area":"641"} , +{"type":"Feature","id":"n13565537","geometry":{"type":"Point","coordinates":[-0.2010209,51.4707647]},"properties":{"@type":"node","@id":13565537,"@timestamp":1424868240},"coords":"51.4707647,-0.2010209","bedrooms":"4","price":"250000","area":"546"} , +{"type":"Feature","id":"n13566040","geometry":{"type":"Point","coordinates":[-0.1817314,51.4793288]},"properties":{"@type":"node","@id":13566040,"@timestamp":1614526563},"coords":"51.4793288,-0.1817314","bedrooms":"3","price":"187000","area":"654"} , +{"type":"Feature","id":"n13598565","geometry":{"type":"Point","coordinates":[-0.6429008,51.5733698]},"properties":{"@type":"node","@id":13598565,"@timestamp":1155683198},"coords":"51.5733698,-0.6429008","bedrooms":"4","price":"249000","area":"610"} , +{"type":"Feature","id":"n13598591","geometry":{"type":"Point","coordinates":[-0.6246428,51.5743009]},"properties":{"@type":"node","@id":13598591,"@timestamp":1155683205},"coords":"51.5743009,-0.6246428","bedrooms":"3","price":"289000","area":"450"} , +{"type":"Feature","id":"n13598612","geometry":{"type":"Point","coordinates":[-0.6366903,51.5781097]},"properties":{"@type":"node","@id":13598612,"@timestamp":1155683208},"coords":"51.5781097,-0.6366903","bedrooms":"0","price":"282000","area":"390"} , +{"type":"Feature","id":"n13599867","geometry":{"type":"Point","coordinates":[-0.6566086,51.5692514]},"properties":{"@type":"node","@id":13599867,"@timestamp":1155684417},"coords":"51.5692514,-0.6566086","bedrooms":"3","price":"194000","area":"518"} , +{"type":"Feature","id":"n13599894","geometry":{"type":"Point","coordinates":[-0.6572834,51.5794269]},"properties":{"@type":"node","@id":13599894,"@timestamp":1201196174},"coords":"51.5794269,-0.6572834","bedrooms":"1","price":"237000","area":"606"} , +{"type":"Feature","id":"n13599908","geometry":{"type":"Point","coordinates":[-0.6434913,51.5807978]},"properties":{"@type":"node","@id":13599908,"@timestamp":1155684420},"coords":"51.5807978,-0.6434913","bedrooms":"3","price":"211000","area":"631"} , +{"type":"Feature","id":"n13602095","geometry":{"type":"Point","coordinates":[-0.4471958,51.7791772]},"properties":{"@type":"node","@id":13602095,"@timestamp":1267710762},"coords":"51.7791772,-0.4471958","bedrooms":"0","price":"235000","area":"395"} , +{"type":"Feature","id":"n13602118","geometry":{"type":"Point","coordinates":[-0.4538943,51.7735932]},"properties":{"@type":"node","@id":13602118,"@timestamp":1165785713},"coords":"51.7735932,-0.4538943","bedrooms":"0","price":"281000","area":"629"} , +{"type":"Feature","id":"n13610398","geometry":{"type":"Point","coordinates":[-0.1969683,51.2368779]},"properties":{"@type":"node","@id":13610398,"@timestamp":1204590619},"coords":"51.2368779,-0.1969683","bedrooms":"2","price":"265000","area":"543"} , +{"type":"Feature","id":"n13676104","geometry":{"type":"Point","coordinates":[-0.0240208,51.5328946]},"properties":{"@type":"node","@id":13676104,"@timestamp":1564917399},"coords":"51.5328946,-0.0240208","bedrooms":"1","price":"235000","area":"614"} , +{"type":"Feature","id":"n13715119","geometry":{"type":"Point","coordinates":[-0.4357996,51.7676251]},"properties":{"@type":"node","@id":13715119,"@timestamp":1155774580},"coords":"51.7676251,-0.4357996","bedrooms":"3","price":"162000","area":"676"} , +{"type":"Feature","id":"n13715156","geometry":{"type":"Point","coordinates":[-0.4724754,51.7547465]},"properties":{"@type":"node","@id":13715156,"@timestamp":1607514965},"coords":"51.7547465,-0.4724754","bedrooms":"4","price":"232000","area":"365"} , +{"type":"Feature","id":"n13764366","geometry":{"type":"Point","coordinates":[-0.0788626,51.6478017]},"properties":{"@type":"node","@id":13764366,"@timestamp":1155807775},"coords":"51.6478017,-0.0788626","bedrooms":"0","price":"193000","area":"411"} , +{"type":"Feature","id":"n13783805","geometry":{"type":"Point","coordinates":[-0.0549431,51.5231749]},"properties":{"@type":"node","@id":13783805,"@timestamp":1630983910},"coords":"51.5231749,-0.0549431","bedrooms":"3","price":"253000","area":"514"} , +{"type":"Feature","id":"n13794419","geometry":{"type":"Point","coordinates":[-0.1916002,51.4686388]},"properties":{"@type":"node","@id":13794419,"@timestamp":1155847776},"coords":"51.4686388,-0.1916002","bedrooms":"3","price":"243000","area":"486"} , +{"type":"Feature","id":"n13796379","geometry":{"type":"Point","coordinates":[-0.7187409,51.6202244]},"properties":{"@type":"node","@id":13796379,"@timestamp":1398967295},"coords":"51.6202244,-0.7187409","bedrooms":"3","price":"196000","area":"662"} , +{"type":"Feature","id":"n13796607","geometry":{"type":"Point","coordinates":[-0.4351312,51.7754723]},"properties":{"@type":"node","@id":13796607,"@timestamp":1182727055},"coords":"51.7754723,-0.4351312","bedrooms":"4","price":"291000","area":"674"} , +{"type":"Feature","id":"n13796707","geometry":{"type":"Point","coordinates":[-0.9966882,51.7727689]},"properties":{"@type":"node","@id":13796707,"@timestamp":1296645345},"coords":"51.7727689,-0.9966882","bedrooms":"2","price":"225000","area":"551"} , +{"type":"Feature","id":"n13798164","geometry":{"type":"Point","coordinates":[-0.22624,51.5972654]},"properties":{"@type":"node","@id":13798164,"@timestamp":1155898376},"coords":"51.5972654,-0.22624","bedrooms":"4","price":"196000","area":"600"} , +{"type":"Feature","id":"n13798181","geometry":{"type":"Point","coordinates":[-0.229018,51.5967446]},"properties":{"@type":"node","@id":13798181,"@timestamp":1155898377},"coords":"51.5967446,-0.229018","bedrooms":"3","price":"174000","area":"643"} , +{"type":"Feature","id":"n13798221","geometry":{"type":"Point","coordinates":[-0.2272962,51.5927801]},"properties":{"@type":"node","@id":13798221,"@timestamp":1155898378},"coords":"51.5927801,-0.2272962","bedrooms":"1","price":"233000","area":"693"} , +{"type":"Feature","id":"n13798253","geometry":{"type":"Point","coordinates":[-0.2088486,51.6017652]},"properties":{"@type":"node","@id":13798253,"@timestamp":1155898758},"coords":"51.6017652,-0.2088486","bedrooms":"2","price":"241000","area":"509"} , +{"type":"Feature","id":"n13798494","geometry":{"type":"Point","coordinates":[-0.1703646,51.6517302]},"properties":{"@type":"node","@id":13798494,"@timestamp":1155902328},"coords":"51.6517302,-0.1703646","bedrooms":"4","price":"154000","area":"615"} , +{"type":"Feature","id":"n13799188","geometry":{"type":"Point","coordinates":[-0.2668874,51.3319368]},"properties":{"@type":"node","@id":13799188,"@timestamp":1349287505},"coords":"51.3319368,-0.2668874","bedrooms":"1","price":"211000","area":"420"} , +{"type":"Feature","id":"n13799951","geometry":{"type":"Point","coordinates":[-1.0705375,51.0311792]},"properties":{"@type":"node","@id":13799951,"@timestamp":1164060353},"coords":"51.0311792,-1.0705375","bedrooms":"2","price":"259000","area":"646"} , +{"type":"Feature","id":"n13802424","geometry":{"type":"Point","coordinates":[-0.0040057,51.4227187]},"properties":{"@type":"node","@id":13802424,"@timestamp":1155946395},"coords":"51.4227187,-0.0040057","bedrooms":"0","price":"209000","area":"373"} , +{"type":"Feature","id":"n13802485","geometry":{"type":"Point","coordinates":[0.0003836,51.4216195]},"properties":{"@type":"node","@id":13802485,"@timestamp":1610104578},"coords":"51.4216195,0.0003836","bedrooms":"2","price":"204000","area":"366"} , +{"type":"Feature","id":"n13802562","geometry":{"type":"Point","coordinates":[-0.0027006,51.4283806]},"properties":{"@type":"node","@id":13802562,"@timestamp":1189235413},"coords":"51.4283806,-0.0027006","bedrooms":"0","price":"168000","area":"638"} , +{"type":"Feature","id":"n13806205","geometry":{"type":"Point","coordinates":[-0.9561227,51.4533242]},"properties":{"@type":"node","@id":13806205,"@timestamp":1537019118},"coords":"51.4533242,-0.9561227","bedrooms":"0","price":"280000","area":"609"} , +{"type":"Feature","id":"n13806872","geometry":{"type":"Point","coordinates":[-0.0034794,51.4256857]},"properties":{"@type":"node","@id":13806872,"@timestamp":1156003946},"coords":"51.4256857,-0.0034794","bedrooms":"3","price":"233000","area":"516"} , +{"type":"Feature","id":"n13808002","geometry":{"type":"Point","coordinates":[-0.0250183,51.4152428]},"properties":{"@type":"node","@id":13808002,"@timestamp":1618166335},"coords":"51.4152428,-0.0250183","bedrooms":"0","price":"230000","area":"622"} , +{"type":"Feature","id":"n13808228","geometry":{"type":"Point","coordinates":[-0.0233073,51.3937603]},"properties":{"@type":"node","@id":13808228,"@timestamp":1196281215},"coords":"51.3937603,-0.0233073","bedrooms":"4","price":"218000","area":"382"} , +{"type":"Feature","id":"n13808356","geometry":{"type":"Point","coordinates":[-0.0106147,51.3802474]},"properties":{"@type":"node","@id":13808356,"@timestamp":1191246270},"coords":"51.3802474,-0.0106147","bedrooms":"0","price":"253000","area":"372"} , +{"type":"Feature","id":"n13808424","geometry":{"type":"Point","coordinates":[-0.0209897,51.3842491]},"properties":{"@type":"node","@id":13808424,"@timestamp":1196495270},"coords":"51.3842491,-0.0209897","bedrooms":"4","price":"223000","area":"587"} , +{"type":"Feature","id":"n13808549","geometry":{"type":"Point","coordinates":[-0.0586312,51.3882164]},"properties":{"@type":"node","@id":13808549,"@timestamp":1196879081},"coords":"51.3882164,-0.0586312","bedrooms":"1","price":"226000","area":"675"} , +{"type":"Feature","id":"n13808677","geometry":{"type":"Point","coordinates":[-0.0771788,51.3787402]},"properties":{"@type":"node","@id":13808677,"@timestamp":1613818581},"coords":"51.3787402,-0.0771788","bedrooms":"4","price":"180000","area":"541"} , +{"type":"Feature","id":"n13808744","geometry":{"type":"Point","coordinates":[-0.0916782,51.3813478]},"properties":{"@type":"node","@id":13808744,"@timestamp":1353369110},"coords":"51.3813478,-0.0916782","bedrooms":"2","price":"260000","area":"553"} , +{"type":"Feature","id":"n13820221","geometry":{"type":"Point","coordinates":[-0.037814,51.4246213]},"properties":{"@type":"node","@id":13820221,"@timestamp":1191624679},"coords":"51.4246213,-0.037814","bedrooms":"2","price":"227000","area":"638"} , +{"type":"Feature","id":"n13820255","geometry":{"type":"Point","coordinates":[-0.0438468,51.4254905]},"properties":{"@type":"node","@id":13820255,"@timestamp":1196526088},"coords":"51.4254905,-0.0438468","bedrooms":"1","price":"156000","area":"404"} , +{"type":"Feature","id":"n13820316","geometry":{"type":"Point","coordinates":[-0.0677205,51.4044615]},"properties":{"@type":"node","@id":13820316,"@timestamp":1225664030},"coords":"51.4044615,-0.0677205","bedrooms":"0","price":"165000","area":"487"} , +{"type":"Feature","id":"n13820428","geometry":{"type":"Point","coordinates":[-0.0561615,51.4272661]},"properties":{"@type":"node","@id":13820428,"@timestamp":1623851673},"coords":"51.4272661,-0.0561615","bedrooms":"3","price":"168000","area":"530"} , +{"type":"Feature","id":"n13821651","geometry":{"type":"Point","coordinates":[-0.0853385,51.5049224]},"properties":{"@type":"node","@id":13821651,"@timestamp":1598361088},"coords":"51.5049224,-0.0853385","bedrooms":"2","price":"224000","area":"466"} , +{"type":"Feature","id":"n13823691","geometry":{"type":"Point","coordinates":[-0.019355,51.4691193]},"properties":{"@type":"node","@id":13823691,"@timestamp":1194210422},"coords":"51.4691193,-0.019355","bedrooms":"2","price":"283000","area":"492"} , +{"type":"Feature","id":"n13824239","geometry":{"type":"Point","coordinates":[-0.0769975,51.4522905]},"properties":{"@type":"node","@id":13824239,"@timestamp":1156097612},"coords":"51.4522905,-0.0769975","bedrooms":"3","price":"155000","area":"540"} , +{"type":"Feature","id":"n13827708","geometry":{"type":"Point","coordinates":[-0.0451166,51.4176447]},"properties":{"@type":"node","@id":13827708,"@timestamp":1199297481},"coords":"51.4176447,-0.0451166","bedrooms":"3","price":"226000","area":"508"} , +{"type":"Feature","id":"n13828331","geometry":{"type":"Point","coordinates":[-0.0859657,51.6757532]},"properties":{"@type":"node","@id":13828331,"@timestamp":1176490859},"coords":"51.6757532,-0.0859657","bedrooms":"1","price":"159000","area":"403"} , +{"type":"Feature","id":"n13828442","geometry":{"type":"Point","coordinates":[-0.0825463,51.6752458]},"properties":{"@type":"node","@id":13828442,"@timestamp":1176490833},"coords":"51.6752458,-0.0825463","bedrooms":"3","price":"195000","area":"514"} , +{"type":"Feature","id":"n13828793","geometry":{"type":"Point","coordinates":[-0.0829924,51.6762143]},"properties":{"@type":"node","@id":13828793,"@timestamp":1176492466},"coords":"51.6762143,-0.0829924","bedrooms":"0","price":"270000","area":"636"} , +{"type":"Feature","id":"n13834028","geometry":{"type":"Point","coordinates":[-0.4569456,51.7547324]},"properties":{"@type":"node","@id":13834028,"@timestamp":1156114124},"coords":"51.7547324,-0.4569456","bedrooms":"0","price":"265000","area":"629"} , +{"type":"Feature","id":"n13834353","geometry":{"type":"Point","coordinates":[-0.4328182,51.7595062]},"properties":{"@type":"node","@id":13834353,"@timestamp":1156116395},"coords":"51.7595062,-0.4328182","bedrooms":"2","price":"246000","area":"655"} , +{"type":"Feature","id":"n13834841","geometry":{"type":"Point","coordinates":[-0.4434651,51.7670081]},"properties":{"@type":"node","@id":13834841,"@timestamp":1156118663},"coords":"51.7670081,-0.4434651","bedrooms":"1","price":"298000","area":"555"} , +{"type":"Feature","id":"n13858226","geometry":{"type":"Point","coordinates":[-0.3755269,51.5160137]},"properties":{"@type":"node","@id":13858226,"@timestamp":1564917399},"coords":"51.5160137,-0.3755269","bedrooms":"4","price":"190000","area":"351"} , +{"type":"Feature","id":"n13878144","geometry":{"type":"Point","coordinates":[-0.0197534,51.4453215]},"properties":{"@type":"node","@id":13878144,"@timestamp":1603875418},"coords":"51.4453215,-0.0197534","bedrooms":"2","price":"243000","area":"514"} , +{"type":"Feature","id":"n13878316","geometry":{"type":"Point","coordinates":[-0.0654351,51.6707497]},"properties":{"@type":"node","@id":13878316,"@timestamp":1156249970},"coords":"51.6707497,-0.0654351","bedrooms":"1","price":"293000","area":"373"} , +{"type":"Feature","id":"n13883508","geometry":{"type":"Point","coordinates":[-0.3891519,51.802349]},"properties":{"@type":"node","@id":13883508,"@timestamp":1156284170},"coords":"51.802349,-0.3891519","bedrooms":"1","price":"177000","area":"505"} , +{"type":"Feature","id":"n13883559","geometry":{"type":"Point","coordinates":[-0.3943909,51.7987921]},"properties":{"@type":"node","@id":13883559,"@timestamp":1156284179},"coords":"51.7987921,-0.3943909","bedrooms":"2","price":"204000","area":"350"} , +{"type":"Feature","id":"n13883581","geometry":{"type":"Point","coordinates":[-0.389332,51.7997572]},"properties":{"@type":"node","@id":13883581,"@timestamp":1156284204},"coords":"51.7997572,-0.389332","bedrooms":"1","price":"242000","area":"597"} , +{"type":"Feature","id":"n13883596","geometry":{"type":"Point","coordinates":[-0.3936038,51.7969694]},"properties":{"@type":"node","@id":13883596,"@timestamp":1156284206},"coords":"51.7969694,-0.3936038","bedrooms":"1","price":"203000","area":"543"} , +{"type":"Feature","id":"n13883621","geometry":{"type":"Point","coordinates":[-0.3942176,51.7952472]},"properties":{"@type":"node","@id":13883621,"@timestamp":1156284207},"coords":"51.7952472,-0.3942176","bedrooms":"0","price":"181000","area":"593"} , +{"type":"Feature","id":"n13883659","geometry":{"type":"Point","coordinates":[-0.3975839,51.7936197]},"properties":{"@type":"node","@id":13883659,"@timestamp":1156284211},"coords":"51.7936197,-0.3975839","bedrooms":"1","price":"182000","area":"366"} , +{"type":"Feature","id":"n13883692","geometry":{"type":"Point","coordinates":[-0.399282,51.7949045]},"properties":{"@type":"node","@id":13883692,"@timestamp":1156284214},"coords":"51.7949045,-0.399282","bedrooms":"2","price":"281000","area":"652"} , +{"type":"Feature","id":"n13883728","geometry":{"type":"Point","coordinates":[-0.403796,51.7922874]},"properties":{"@type":"node","@id":13883728,"@timestamp":1156284216},"coords":"51.7922874,-0.403796","bedrooms":"1","price":"165000","area":"553"} , +{"type":"Feature","id":"n13884063","geometry":{"type":"Point","coordinates":[-0.1854167,51.247522]},"properties":{"@type":"node","@id":13884063,"@timestamp":1182436944},"coords":"51.247522,-0.1854167","bedrooms":"4","price":"283000","area":"500"} , +{"type":"Feature","id":"n13884099","geometry":{"type":"Point","coordinates":[-0.1689283,51.263129]},"properties":{"@type":"node","@id":13884099,"@timestamp":1182253550},"coords":"51.263129,-0.1689283","bedrooms":"3","price":"273000","area":"615"} , +{"type":"Feature","id":"n13884109","geometry":{"type":"Point","coordinates":[-0.1642565,51.2618554]},"properties":{"@type":"node","@id":13884109,"@timestamp":1179696578},"coords":"51.2618554,-0.1642565","bedrooms":"4","price":"285000","area":"543"} , +{"type":"Feature","id":"n13884119","geometry":{"type":"Point","coordinates":[-0.1609668,51.2591678]},"properties":{"@type":"node","@id":13884119,"@timestamp":1179696586},"coords":"51.2591678,-0.1609668","bedrooms":"3","price":"192000","area":"597"} , +{"type":"Feature","id":"n13884165","geometry":{"type":"Point","coordinates":[-0.4394759,51.7845643]},"properties":{"@type":"node","@id":13884165,"@timestamp":1210637853},"coords":"51.7845643,-0.4394759","bedrooms":"2","price":"214000","area":"497"} , +{"type":"Feature","id":"n13884180","geometry":{"type":"Point","coordinates":[-0.4213957,51.7911263]},"properties":{"@type":"node","@id":13884180,"@timestamp":1156289392},"coords":"51.7911263,-0.4213957","bedrooms":"4","price":"256000","area":"650"} , +{"type":"Feature","id":"n13884395","geometry":{"type":"Point","coordinates":[-0.0058695,51.4579217]},"properties":{"@type":"node","@id":13884395,"@timestamp":1156292961},"coords":"51.4579217,-0.0058695","bedrooms":"1","price":"177000","area":"479"} , +{"type":"Feature","id":"n13884408","geometry":{"type":"Point","coordinates":[-0.0048445,51.4594102]},"properties":{"@type":"node","@id":13884408,"@timestamp":1156292965},"coords":"51.4594102,-0.0048445","bedrooms":"4","price":"212000","area":"542"} , +{"type":"Feature","id":"n13890279","geometry":{"type":"Point","coordinates":[-1.034937,51.4745393]},"properties":{"@type":"node","@id":13890279,"@timestamp":1247387546},"coords":"51.4745393,-1.034937","bedrooms":"0","price":"266000","area":"447"} , +{"type":"Feature","id":"n13890290","geometry":{"type":"Point","coordinates":[-1.0294886,51.4720821]},"properties":{"@type":"node","@id":13890290,"@timestamp":1156353398},"coords":"51.4720821,-1.0294886","bedrooms":"2","price":"278000","area":"548"} , +{"type":"Feature","id":"n13890307","geometry":{"type":"Point","coordinates":[-1.0142746,51.4662537]},"properties":{"@type":"node","@id":13890307,"@timestamp":1156353411},"coords":"51.4662537,-1.0142746","bedrooms":"4","price":"230000","area":"665"} , +{"type":"Feature","id":"n13891003","geometry":{"type":"Point","coordinates":[-0.0340709,51.4282187]},"properties":{"@type":"node","@id":13891003,"@timestamp":1516970923},"coords":"51.4282187,-0.0340709","bedrooms":"2","price":"200000","area":"618"} , +{"type":"Feature","id":"n13892801","geometry":{"type":"Point","coordinates":[-0.0372386,51.4283418]},"properties":{"@type":"node","@id":13892801,"@timestamp":1156368425},"coords":"51.4283418,-0.0372386","bedrooms":"3","price":"250000","area":"560"} , +{"type":"Feature","id":"n13893285","geometry":{"type":"Point","coordinates":[-0.0391511,51.4249457]},"properties":{"@type":"node","@id":13893285,"@timestamp":1516970924},"coords":"51.4249457,-0.0391511","bedrooms":"3","price":"255000","area":"655"} , +{"type":"Feature","id":"n13893327","geometry":{"type":"Point","coordinates":[-0.0353977,51.4272507]},"properties":{"@type":"node","@id":13893327,"@timestamp":1156370746},"coords":"51.4272507,-0.0353977","bedrooms":"1","price":"170000","area":"354"} , +{"type":"Feature","id":"n13893339","geometry":{"type":"Point","coordinates":[-0.0354171,51.4269697]},"properties":{"@type":"node","@id":13893339,"@timestamp":1156370747},"coords":"51.4269697,-0.0354171","bedrooms":"0","price":"197000","area":"431"} , +{"type":"Feature","id":"n13896720","geometry":{"type":"Point","coordinates":[-0.0348144,51.4345322]},"properties":{"@type":"node","@id":13896720,"@timestamp":1156549601},"coords":"51.4345322,-0.0348144","bedrooms":"3","price":"272000","area":"404"} , +{"type":"Feature","id":"n13896761","geometry":{"type":"Point","coordinates":[-0.0347276,51.4380122]},"properties":{"@type":"node","@id":13896761,"@timestamp":1601658090},"coords":"51.4380122,-0.0347276","bedrooms":"2","price":"233000","area":"562"} , +{"type":"Feature","id":"n13918521","geometry":{"type":"Point","coordinates":[-0.9765836,51.4358624]},"properties":{"@type":"node","@id":13918521,"@timestamp":1156560502},"coords":"51.4358624,-0.9765836","bedrooms":"3","price":"216000","area":"457"} , +{"type":"Feature","id":"n13918635","geometry":{"type":"Point","coordinates":[-1.0366017,51.4341315]},"properties":{"@type":"node","@id":13918635,"@timestamp":1620577575},"coords":"51.4341315,-1.0366017","bedrooms":"3","price":"163000","area":"692"} , +{"type":"Feature","id":"n13918724","geometry":{"type":"Point","coordinates":[-1.0467987,51.4307267]},"properties":{"@type":"node","@id":13918724,"@timestamp":1158666266},"coords":"51.4307267,-1.0467987","bedrooms":"4","price":"278000","area":"359"} , +{"type":"Feature","id":"n13922342","geometry":{"type":"Point","coordinates":[0.0550265,51.4710981]},"properties":{"@type":"node","@id":13922342,"@timestamp":1564917399},"coords":"51.4710981,0.0550265","bedrooms":"4","price":"168000","area":"647"} , +{"type":"Feature","id":"n13967954","geometry":{"type":"Point","coordinates":[-0.8968485,51.0509031]},"properties":{"@type":"node","@id":13967954,"@timestamp":1156502750},"coords":"51.0509031,-0.8968485","bedrooms":"1","price":"206000","area":"373"} , +{"type":"Feature","id":"n13968157","geometry":{"type":"Point","coordinates":[-0.9185204,51.0525281]},"properties":{"@type":"node","@id":13968157,"@timestamp":1156502993},"coords":"51.0525281,-0.9185204","bedrooms":"0","price":"206000","area":"395"} , +{"type":"Feature","id":"n13968359","geometry":{"type":"Point","coordinates":[-0.9373173,51.0513797]},"properties":{"@type":"node","@id":13968359,"@timestamp":1156503155},"coords":"51.0513797,-0.9373173","bedrooms":"4","price":"227000","area":"415"} , +{"type":"Feature","id":"n13968558","geometry":{"type":"Point","coordinates":[0.0213151,51.5305186]},"properties":{"@type":"node","@id":13968558,"@timestamp":1308692091},"coords":"51.5305186,0.0213151","bedrooms":"0","price":"198000","area":"401"} , +{"type":"Feature","id":"n13969172","geometry":{"type":"Point","coordinates":[-0.9352983,51.0463436]},"properties":{"@type":"node","@id":13969172,"@timestamp":1245014707},"coords":"51.0463436,-0.9352983","bedrooms":"3","price":"235000","area":"612"} , +{"type":"Feature","id":"n13969631","geometry":{"type":"Point","coordinates":[-0.8951025,51.0453766]},"properties":{"@type":"node","@id":13969631,"@timestamp":1232235038},"coords":"51.0453766,-0.8951025","bedrooms":"0","price":"279000","area":"667"} , +{"type":"Feature","id":"n13982845","geometry":{"type":"Point","coordinates":[0.0454124,51.5768456]},"properties":{"@type":"node","@id":13982845,"@timestamp":1520864002},"coords":"51.5768456,0.0454124","bedrooms":"3","price":"182000","area":"635"} , +{"type":"Feature","id":"n13992514","geometry":{"type":"Point","coordinates":[-1.10245,51.1012496]},"properties":{"@type":"node","@id":13992514,"@timestamp":1156536041},"coords":"51.1012496,-1.10245","bedrooms":"3","price":"282000","area":"666"} , +{"type":"Feature","id":"n13992619","geometry":{"type":"Point","coordinates":[-1.0836074,51.0833344]},"properties":{"@type":"node","@id":13992619,"@timestamp":1156536057},"coords":"51.0833344,-1.0836074","bedrooms":"1","price":"169000","area":"674"} , +{"type":"Feature","id":"n13994053","geometry":{"type":"Point","coordinates":[-0.1718905,51.2465509]},"properties":{"@type":"node","@id":13994053,"@timestamp":1156537903},"coords":"51.2465509,-0.1718905","bedrooms":"0","price":"157000","area":"629"} , +{"type":"Feature","id":"n13994203","geometry":{"type":"Point","coordinates":[-0.1761578,51.2475406]},"properties":{"@type":"node","@id":13994203,"@timestamp":1156537933},"coords":"51.2475406,-0.1761578","bedrooms":"2","price":"292000","area":"473"} , +{"type":"Feature","id":"n13994230","geometry":{"type":"Point","coordinates":[-0.1733926,51.2470358]},"properties":{"@type":"node","@id":13994230,"@timestamp":1156537935},"coords":"51.2470358,-0.1733926","bedrooms":"4","price":"274000","area":"570"} , +{"type":"Feature","id":"n13994276","geometry":{"type":"Point","coordinates":[-0.1844301,51.2340926]},"properties":{"@type":"node","@id":13994276,"@timestamp":1156537938},"coords":"51.2340926,-0.1844301","bedrooms":"2","price":"296000","area":"460"} , +{"type":"Feature","id":"n13996160","geometry":{"type":"Point","coordinates":[-0.1747648,51.2386168]},"properties":{"@type":"node","@id":13996160,"@timestamp":1156540177},"coords":"51.2386168,-0.1747648","bedrooms":"2","price":"199000","area":"433"} , +{"type":"Feature","id":"n13996256","geometry":{"type":"Point","coordinates":[-0.162701,51.2427553]},"properties":{"@type":"node","@id":13996256,"@timestamp":1156540182},"coords":"51.2427553,-0.162701","bedrooms":"3","price":"258000","area":"699"} , +{"type":"Feature","id":"n13996272","geometry":{"type":"Point","coordinates":[-0.1621639,51.2414019]},"properties":{"@type":"node","@id":13996272,"@timestamp":1156540183},"coords":"51.2414019,-0.1621639","bedrooms":"3","price":"277000","area":"435"} , +{"type":"Feature","id":"n13996381","geometry":{"type":"Point","coordinates":[-0.1654427,51.2484486]},"properties":{"@type":"node","@id":13996381,"@timestamp":1156540189},"coords":"51.2484486,-0.1654427","bedrooms":"0","price":"167000","area":"539"} , +{"type":"Feature","id":"n14007543","geometry":{"type":"Point","coordinates":[-0.0426401,51.4356499]},"properties":{"@type":"node","@id":14007543,"@timestamp":1156547532},"coords":"51.4356499,-0.0426401","bedrooms":"0","price":"273000","area":"580"} , +{"type":"Feature","id":"n14019518","geometry":{"type":"Point","coordinates":[-0.9584975,51.4480786]},"properties":{"@type":"node","@id":14019518,"@timestamp":1156560265},"coords":"51.4480786,-0.9584975","bedrooms":"4","price":"243000","area":"598"} , +{"type":"Feature","id":"n14020890","geometry":{"type":"Point","coordinates":[-1.0862745,51.4839976]},"properties":{"@type":"node","@id":14020890,"@timestamp":1602586328},"coords":"51.4839976,-1.0862745","bedrooms":"0","price":"233000","area":"594"} , +{"type":"Feature","id":"n14020939","geometry":{"type":"Point","coordinates":[-1.0238399,51.4684165]},"properties":{"@type":"node","@id":14020939,"@timestamp":1156562498},"coords":"51.4684165,-1.0238399","bedrooms":"1","price":"245000","area":"514"} , +{"type":"Feature","id":"n14023503","geometry":{"type":"Point","coordinates":[-0.9801927,51.4254152]},"properties":{"@type":"node","@id":14023503,"@timestamp":1457469039},"coords":"51.4254152,-0.9801927","bedrooms":"3","price":"207000","area":"419"} , +{"type":"Feature","id":"n14080377","geometry":{"type":"Point","coordinates":[-0.9499535,51.4536382]},"properties":{"@type":"node","@id":14080377,"@timestamp":1156621666},"coords":"51.4536382,-0.9499535","bedrooms":"0","price":"267000","area":"469"} , +{"type":"Feature","id":"n14083698","geometry":{"type":"Point","coordinates":[-0.9573439,51.4543704]},"properties":{"@type":"node","@id":14083698,"@timestamp":1156868963},"coords":"51.4543704,-0.9573439","bedrooms":"3","price":"225000","area":"478"} , +{"type":"Feature","id":"n14086624","geometry":{"type":"Point","coordinates":[-0.9581962,51.4560559]},"properties":{"@type":"node","@id":14086624,"@timestamp":1156678956},"coords":"51.4560559,-0.9581962","bedrooms":"3","price":"267000","area":"369"} , +{"type":"Feature","id":"n14095164","geometry":{"type":"Point","coordinates":[-0.9338911,51.457369]},"properties":{"@type":"node","@id":14095164,"@timestamp":1156637653},"coords":"51.457369,-0.9338911","bedrooms":"4","price":"201000","area":"413"} , +{"type":"Feature","id":"n14095181","geometry":{"type":"Point","coordinates":[-0.9367639,51.4585124]},"properties":{"@type":"node","@id":14095181,"@timestamp":1156637659},"coords":"51.4585124,-0.9367639","bedrooms":"3","price":"192000","area":"623"} , +{"type":"Feature","id":"n14095759","geometry":{"type":"Point","coordinates":[-0.9256304,51.4580022]},"properties":{"@type":"node","@id":14095759,"@timestamp":1156823065},"coords":"51.4580022,-0.9256304","bedrooms":"4","price":"190000","area":"500"} , +{"type":"Feature","id":"n14095792","geometry":{"type":"Point","coordinates":[-0.9233848,51.4586153]},"properties":{"@type":"node","@id":14095792,"@timestamp":1156638461},"coords":"51.4586153,-0.9233848","bedrooms":"0","price":"297000","area":"612"} , +{"type":"Feature","id":"n14099021","geometry":{"type":"Point","coordinates":[-0.9318441,51.4433445]},"properties":{"@type":"node","@id":14099021,"@timestamp":1527541559},"coords":"51.4433445,-0.9318441","bedrooms":"3","price":"216000","area":"468"} , +{"type":"Feature","id":"n14099747","geometry":{"type":"Point","coordinates":[-0.9402006,51.4549489]},"properties":{"@type":"node","@id":14099747,"@timestamp":1608858995},"coords":"51.4549489,-0.9402006","bedrooms":"3","price":"195000","area":"540"} , +{"type":"Feature","id":"n14161504","geometry":{"type":"Point","coordinates":[-0.9585805,51.4567598]},"properties":{"@type":"node","@id":14161504,"@timestamp":1156678940},"coords":"51.4567598,-0.9585805","bedrooms":"2","price":"223000","area":"636"} , +{"type":"Feature","id":"n14165148","geometry":{"type":"Point","coordinates":[-0.9692199,51.4561148]},"properties":{"@type":"node","@id":14165148,"@timestamp":1560362128},"coords":"51.4561148,-0.9692199","bedrooms":"1","price":"238000","area":"612"} , +{"type":"Feature","id":"n14165905","geometry":{"type":"Point","coordinates":[-0.9702839,51.4496533]},"properties":{"@type":"node","@id":14165905,"@timestamp":1614206122},"coords":"51.4496533,-0.9702839","bedrooms":"3","price":"239000","area":"522"} , +{"type":"Feature","id":"n14193847","geometry":{"type":"Point","coordinates":[-0.8999371,51.4386887]},"properties":{"@type":"node","@id":14193847,"@timestamp":1301995050},"coords":"51.4386887,-0.8999371","bedrooms":"1","price":"285000","area":"608"} , +{"type":"Feature","id":"n14212083","geometry":{"type":"Point","coordinates":[-0.9012924,51.439523]},"properties":{"@type":"node","@id":14212083,"@timestamp":1326960917},"coords":"51.439523,-0.9012924","bedrooms":"0","price":"261000","area":"696"} , +{"type":"Feature","id":"n14212901","geometry":{"type":"Point","coordinates":[-0.9013226,51.4459964]},"properties":{"@type":"node","@id":14212901,"@timestamp":1156710996},"coords":"51.4459964,-0.9013226","bedrooms":"0","price":"279000","area":"533"} , +{"type":"Feature","id":"n14212921","geometry":{"type":"Point","coordinates":[-0.9021986,51.4436792]},"properties":{"@type":"node","@id":14212921,"@timestamp":1156711001},"coords":"51.4436792,-0.9021986","bedrooms":"4","price":"288000","area":"416"} , +{"type":"Feature","id":"n14212939","geometry":{"type":"Point","coordinates":[-0.9040078,51.4463175]},"properties":{"@type":"node","@id":14212939,"@timestamp":1156711005},"coords":"51.4463175,-0.9040078","bedrooms":"0","price":"180000","area":"438"} , +{"type":"Feature","id":"n14214809","geometry":{"type":"Point","coordinates":[-0.9057756,51.4331839]},"properties":{"@type":"node","@id":14214809,"@timestamp":1212606389},"coords":"51.4331839,-0.9057756","bedrooms":"0","price":"196000","area":"469"} , +{"type":"Feature","id":"n14215756","geometry":{"type":"Point","coordinates":[-0.9242306,51.443197]},"properties":{"@type":"node","@id":14215756,"@timestamp":1156712858},"coords":"51.443197,-0.9242306","bedrooms":"2","price":"194000","area":"516"} , +{"type":"Feature","id":"n14223017","geometry":{"type":"Point","coordinates":[-0.950155,51.5597483]},"properties":{"@type":"node","@id":14223017,"@timestamp":1476731416},"coords":"51.5597483,-0.950155","bedrooms":"3","price":"271000","area":"446"} , +{"type":"Feature","id":"n14235115","geometry":{"type":"Point","coordinates":[-0.9462478,51.4286687]},"properties":{"@type":"node","@id":14235115,"@timestamp":1480189605},"coords":"51.4286687,-0.9462478","bedrooms":"0","price":"151000","area":"443"} , +{"type":"Feature","id":"n14235152","geometry":{"type":"Point","coordinates":[-0.9482886,51.4315474]},"properties":{"@type":"node","@id":14235152,"@timestamp":1156728567},"coords":"51.4315474,-0.9482886","bedrooms":"1","price":"222000","area":"369"} , +{"type":"Feature","id":"n14235231","geometry":{"type":"Point","coordinates":[-0.9478856,51.4273636]},"properties":{"@type":"node","@id":14235231,"@timestamp":1280652787},"coords":"51.4273636,-0.9478856","bedrooms":"4","price":"206000","area":"422"} , +{"type":"Feature","id":"n14235302","geometry":{"type":"Point","coordinates":[-0.9647493,51.4255464]},"properties":{"@type":"node","@id":14235302,"@timestamp":1156728618},"coords":"51.4255464,-0.9647493","bedrooms":"1","price":"203000","area":"480"} , +{"type":"Feature","id":"n14235344","geometry":{"type":"Point","coordinates":[-0.9688848,51.4249491]},"properties":{"@type":"node","@id":14235344,"@timestamp":1156728629},"coords":"51.4249491,-0.9688848","bedrooms":"2","price":"225000","area":"640"} , +{"type":"Feature","id":"n14235362","geometry":{"type":"Point","coordinates":[-0.9672428,51.4269953]},"properties":{"@type":"node","@id":14235362,"@timestamp":1156728634},"coords":"51.4269953,-0.9672428","bedrooms":"4","price":"161000","area":"491"} , +{"type":"Feature","id":"n14235400","geometry":{"type":"Point","coordinates":[-0.9670334,51.4266192]},"properties":{"@type":"node","@id":14235400,"@timestamp":1625679564},"coords":"51.4266192,-0.9670334","bedrooms":"3","price":"273000","area":"509"} , +{"type":"Feature","id":"n14235445","geometry":{"type":"Point","coordinates":[-0.965326,51.4278995]},"properties":{"@type":"node","@id":14235445,"@timestamp":1156728666},"coords":"51.4278995,-0.965326","bedrooms":"3","price":"265000","area":"698"} , +{"type":"Feature","id":"n14235470","geometry":{"type":"Point","coordinates":[-0.9631541,51.4317376]},"properties":{"@type":"node","@id":14235470,"@timestamp":1156728672},"coords":"51.4317376,-0.9631541","bedrooms":"1","price":"275000","area":"574"} , +{"type":"Feature","id":"n14238250","geometry":{"type":"Point","coordinates":[-0.9460092,51.4538525]},"properties":{"@type":"node","@id":14238250,"@timestamp":1619993799},"coords":"51.4538525,-0.9460092","bedrooms":"0","price":"187000","area":"446"} , +{"type":"Feature","id":"n14238681","geometry":{"type":"Point","coordinates":[-0.9660386,51.4375923]},"properties":{"@type":"node","@id":14238681,"@timestamp":1156730516},"coords":"51.4375923,-0.9660386","bedrooms":"2","price":"150000","area":"656"} , +{"type":"Feature","id":"n14238737","geometry":{"type":"Point","coordinates":[-0.9659592,51.4328716]},"properties":{"@type":"node","@id":14238737,"@timestamp":1156730537},"coords":"51.4328716,-0.9659592","bedrooms":"2","price":"158000","area":"466"} , +{"type":"Feature","id":"n14242427","geometry":{"type":"Point","coordinates":[-0.9580847,51.4305251]},"properties":{"@type":"node","@id":14242427,"@timestamp":1156733019},"coords":"51.4305251,-0.9580847","bedrooms":"1","price":"270000","area":"595"} , +{"type":"Feature","id":"n14242445","geometry":{"type":"Point","coordinates":[-0.9571211,51.4311319]},"properties":{"@type":"node","@id":14242445,"@timestamp":1156733025},"coords":"51.4311319,-0.9571211","bedrooms":"0","price":"193000","area":"649"} , +{"type":"Feature","id":"n14242468","geometry":{"type":"Point","coordinates":[-0.9521459,51.4312199]},"properties":{"@type":"node","@id":14242468,"@timestamp":1156733031},"coords":"51.4312199,-0.9521459","bedrooms":"2","price":"241000","area":"587"} , +{"type":"Feature","id":"n14242485","geometry":{"type":"Point","coordinates":[-0.9520746,51.4318607]},"properties":{"@type":"node","@id":14242485,"@timestamp":1156733040},"coords":"51.4318607,-0.9520746","bedrooms":"3","price":"260000","area":"575"} , +{"type":"Feature","id":"n14242495","geometry":{"type":"Point","coordinates":[-0.9573156,51.4325586]},"properties":{"@type":"node","@id":14242495,"@timestamp":1156733044},"coords":"51.4325586,-0.9573156","bedrooms":"1","price":"230000","area":"541"} , +{"type":"Feature","id":"n14289277","geometry":{"type":"Point","coordinates":[-0.956635,51.4356403]},"properties":{"@type":"node","@id":14289277,"@timestamp":1156760809},"coords":"51.4356403,-0.956635","bedrooms":"0","price":"253000","area":"534"} , +{"type":"Feature","id":"n14289292","geometry":{"type":"Point","coordinates":[-0.9576814,51.4432081]},"properties":{"@type":"node","@id":14289292,"@timestamp":1156760815},"coords":"51.4432081,-0.9576814","bedrooms":"3","price":"261000","area":"632"} , +{"type":"Feature","id":"n14289304","geometry":{"type":"Point","coordinates":[-0.9576483,51.4433852]},"properties":{"@type":"node","@id":14289304,"@timestamp":1156760819},"coords":"51.4433852,-0.9576483","bedrooms":"0","price":"171000","area":"433"} , +{"type":"Feature","id":"n14289331","geometry":{"type":"Point","coordinates":[-0.954492,51.4378949]},"properties":{"@type":"node","@id":14289331,"@timestamp":1156760829},"coords":"51.4378949,-0.954492","bedrooms":"1","price":"234000","area":"639"} , +{"type":"Feature","id":"n14289373","geometry":{"type":"Point","coordinates":[-0.9530528,51.4365437]},"properties":{"@type":"node","@id":14289373,"@timestamp":1156760849},"coords":"51.4365437,-0.9530528","bedrooms":"2","price":"195000","area":"627"} , +{"type":"Feature","id":"n14289389","geometry":{"type":"Point","coordinates":[-0.9539835,51.4340863]},"properties":{"@type":"node","@id":14289389,"@timestamp":1156760855},"coords":"51.4340863,-0.9539835","bedrooms":"4","price":"211000","area":"474"} , +{"type":"Feature","id":"n14289401","geometry":{"type":"Point","coordinates":[-0.9552243,51.4337398]},"properties":{"@type":"node","@id":14289401,"@timestamp":1156760859},"coords":"51.4337398,-0.9552243","bedrooms":"0","price":"172000","area":"678"} , +{"type":"Feature","id":"n14289414","geometry":{"type":"Point","coordinates":[-0.9559619,51.4412526]},"properties":{"@type":"node","@id":14289414,"@timestamp":1156760865},"coords":"51.4412526,-0.9559619","bedrooms":"3","price":"203000","area":"447"} , +{"type":"Feature","id":"n14289428","geometry":{"type":"Point","coordinates":[-0.955198,51.4410539]},"properties":{"@type":"node","@id":14289428,"@timestamp":1156760868},"coords":"51.4410539,-0.955198","bedrooms":"2","price":"288000","area":"513"} , +{"type":"Feature","id":"n14290297","geometry":{"type":"Point","coordinates":[-0.9560711,51.4401685]},"properties":{"@type":"node","@id":14290297,"@timestamp":1156762238},"coords":"51.4401685,-0.9560711","bedrooms":"1","price":"199000","area":"695"} , +{"type":"Feature","id":"n14290310","geometry":{"type":"Point","coordinates":[-0.9575883,51.4407442]},"properties":{"@type":"node","@id":14290310,"@timestamp":1156762243},"coords":"51.4407442,-0.9575883","bedrooms":"2","price":"237000","area":"505"} , +{"type":"Feature","id":"n14290322","geometry":{"type":"Point","coordinates":[-0.957708,51.4399126]},"properties":{"@type":"node","@id":14290322,"@timestamp":1156762246},"coords":"51.4399126,-0.957708","bedrooms":"3","price":"203000","area":"401"} , +{"type":"Feature","id":"n14290334","geometry":{"type":"Point","coordinates":[-0.9565392,51.4399213]},"properties":{"@type":"node","@id":14290334,"@timestamp":1156762250},"coords":"51.4399213,-0.9565392","bedrooms":"3","price":"295000","area":"436"} , +{"type":"Feature","id":"n14290344","geometry":{"type":"Point","coordinates":[-0.955571,51.4394171]},"properties":{"@type":"node","@id":14290344,"@timestamp":1156762253},"coords":"51.4394171,-0.955571","bedrooms":"1","price":"222000","area":"444"} , +{"type":"Feature","id":"n14290354","geometry":{"type":"Point","coordinates":[-0.9555296,51.4388022]},"properties":{"@type":"node","@id":14290354,"@timestamp":1156762256},"coords":"51.4388022,-0.9555296","bedrooms":"4","price":"237000","area":"417"} , +{"type":"Feature","id":"n14307870","geometry":{"type":"Point","coordinates":[-0.4525151,51.3139918]},"properties":{"@type":"node","@id":14307870,"@timestamp":1232312783},"coords":"51.3139918,-0.4525151","bedrooms":"4","price":"273000","area":"645"} , +{"type":"Feature","id":"n14347636","geometry":{"type":"Point","coordinates":[-0.9592188,51.4467236]},"properties":{"@type":"node","@id":14347636,"@timestamp":1156879763},"coords":"51.4467236,-0.9592188","bedrooms":"4","price":"200000","area":"620"} , +{"type":"Feature","id":"n14347650","geometry":{"type":"Point","coordinates":[-0.9593435,51.4442355]},"properties":{"@type":"node","@id":14347650,"@timestamp":1156890059},"coords":"51.4442355,-0.9593435","bedrooms":"1","price":"257000","area":"407"} , +{"type":"Feature","id":"n14347667","geometry":{"type":"Point","coordinates":[-0.9512311,51.4446486]},"properties":{"@type":"node","@id":14347667,"@timestamp":1156814349},"coords":"51.4446486,-0.9512311","bedrooms":"0","price":"272000","area":"682"} , +{"type":"Feature","id":"n14354270","geometry":{"type":"Point","coordinates":[-0.7301327,51.2512779]},"properties":{"@type":"node","@id":14354270,"@timestamp":1233354243},"coords":"51.2512779,-0.7301327","bedrooms":"2","price":"156000","area":"555"} , +{"type":"Feature","id":"n14354280","geometry":{"type":"Point","coordinates":[-0.7354507,51.2633934]},"properties":{"@type":"node","@id":14354280,"@timestamp":1233354256},"coords":"51.2633934,-0.7354507","bedrooms":"0","price":"285000","area":"475"} , +{"type":"Feature","id":"n14354321","geometry":{"type":"Point","coordinates":[-0.7299171,51.2544594]},"properties":{"@type":"node","@id":14354321,"@timestamp":1233354250},"coords":"51.2544594,-0.7299171","bedrooms":"2","price":"265000","area":"465"} , +{"type":"Feature","id":"n14354350","geometry":{"type":"Point","coordinates":[-0.7343047,51.2802408]},"properties":{"@type":"node","@id":14354350,"@timestamp":1238353553},"coords":"51.2802408,-0.7343047","bedrooms":"0","price":"203000","area":"486"} , +{"type":"Feature","id":"n14354379","geometry":{"type":"Point","coordinates":[-0.7469958,51.3094054]},"properties":{"@type":"node","@id":14354379,"@timestamp":1156821090},"coords":"51.3094054,-0.7469958","bedrooms":"4","price":"215000","area":"568"} , +{"type":"Feature","id":"n14355662","geometry":{"type":"Point","coordinates":[-0.9175414,51.4602587]},"properties":{"@type":"node","@id":14355662,"@timestamp":1246202953},"coords":"51.4602587,-0.9175414","bedrooms":"2","price":"214000","area":"657"} , +{"type":"Feature","id":"n14355684","geometry":{"type":"Point","coordinates":[-0.9248513,51.4562899]},"properties":{"@type":"node","@id":14355684,"@timestamp":1156822895},"coords":"51.4562899,-0.9248513","bedrooms":"3","price":"187000","area":"398"} , +{"type":"Feature","id":"n14355696","geometry":{"type":"Point","coordinates":[-0.9265917,51.4546165]},"properties":{"@type":"node","@id":14355696,"@timestamp":1156822899},"coords":"51.4546165,-0.9265917","bedrooms":"2","price":"293000","area":"686"} , +{"type":"Feature","id":"n14355718","geometry":{"type":"Point","coordinates":[-0.9273714,51.4541033]},"properties":{"@type":"node","@id":14355718,"@timestamp":1156822905},"coords":"51.4541033,-0.9273714","bedrooms":"2","price":"161000","area":"563"} , +{"type":"Feature","id":"n14355759","geometry":{"type":"Point","coordinates":[-0.9277673,51.4574304]},"properties":{"@type":"node","@id":14355759,"@timestamp":1156822918},"coords":"51.4574304,-0.9277673","bedrooms":"2","price":"238000","area":"467"} , +{"type":"Feature","id":"n14355782","geometry":{"type":"Point","coordinates":[-0.932183,51.4554906]},"properties":{"@type":"node","@id":14355782,"@timestamp":1156822925},"coords":"51.4554906,-0.932183","bedrooms":"3","price":"156000","area":"538"} , +{"type":"Feature","id":"n14355809","geometry":{"type":"Point","coordinates":[-0.9277174,51.4551237]},"properties":{"@type":"node","@id":14355809,"@timestamp":1156822934},"coords":"51.4551237,-0.9277174","bedrooms":"4","price":"292000","area":"662"} , +{"type":"Feature","id":"n14357236","geometry":{"type":"Point","coordinates":[-0.9134873,51.4606119]},"properties":{"@type":"node","@id":14357236,"@timestamp":1156823907},"coords":"51.4606119,-0.9134873","bedrooms":"3","price":"232000","area":"355"} , +{"type":"Feature","id":"n14381460","geometry":{"type":"Point","coordinates":[-0.9476843,51.4462581]},"properties":{"@type":"node","@id":14381460,"@timestamp":1156852816},"coords":"51.4462581,-0.9476843","bedrooms":"4","price":"231000","area":"414"} , +{"type":"Feature","id":"n14381479","geometry":{"type":"Point","coordinates":[-0.9550487,51.4469952]},"properties":{"@type":"node","@id":14381479,"@timestamp":1156890061},"coords":"51.4469952,-0.9550487","bedrooms":"2","price":"229000","area":"356"} , +{"type":"Feature","id":"n14390824","geometry":{"type":"Point","coordinates":[-0.9735136,51.4441743]},"properties":{"@type":"node","@id":14390824,"@timestamp":1538313482},"coords":"51.4441743,-0.9735136","bedrooms":"1","price":"273000","area":"563"} , +{"type":"Feature","id":"n14393519","geometry":{"type":"Point","coordinates":[-0.9578904,51.4473616]},"properties":{"@type":"node","@id":14393519,"@timestamp":1194015425},"coords":"51.4473616,-0.9578904","bedrooms":"4","price":"298000","area":"420"} , +{"type":"Feature","id":"n14394973","geometry":{"type":"Point","coordinates":[-0.9162508,51.4398427]},"properties":{"@type":"node","@id":14394973,"@timestamp":1156872225},"coords":"51.4398427,-0.9162508","bedrooms":"4","price":"252000","area":"528"} , +{"type":"Feature","id":"n14394998","geometry":{"type":"Point","coordinates":[-0.9041573,51.4391806]},"properties":{"@type":"node","@id":14394998,"@timestamp":1156872234},"coords":"51.4391806,-0.9041573","bedrooms":"2","price":"264000","area":"438"} , +{"type":"Feature","id":"n14396053","geometry":{"type":"Point","coordinates":[-0.9738953,51.4485808]},"properties":{"@type":"node","@id":14396053,"@timestamp":1156873918},"coords":"51.4485808,-0.9738953","bedrooms":"4","price":"152000","area":"423"} , +{"type":"Feature","id":"n14398320","geometry":{"type":"Point","coordinates":[-0.9107092,51.4351678]},"properties":{"@type":"node","@id":14398320,"@timestamp":1156877088},"coords":"51.4351678,-0.9107092","bedrooms":"3","price":"207000","area":"693"} , +{"type":"Feature","id":"n14404239","geometry":{"type":"Point","coordinates":[-0.2663487,51.7257681]},"properties":{"@type":"node","@id":14404239,"@timestamp":1156881757},"coords":"51.7257681,-0.2663487","bedrooms":"1","price":"284000","area":"401"} , +{"type":"Feature","id":"n14409979","geometry":{"type":"Point","coordinates":[-0.9593615,51.4439497]},"properties":{"@type":"node","@id":14409979,"@timestamp":1156889943},"coords":"51.4439497,-0.9593615","bedrooms":"4","price":"271000","area":"666"} , +{"type":"Feature","id":"n14409996","geometry":{"type":"Point","coordinates":[-0.9588157,51.4443452]},"properties":{"@type":"node","@id":14409996,"@timestamp":1626522667},"coords":"51.4443452,-0.9588157","bedrooms":"3","price":"265000","area":"361"} , +{"type":"Feature","id":"n14410021","geometry":{"type":"Point","coordinates":[-0.946295,51.4483995]},"properties":{"@type":"node","@id":14410021,"@timestamp":1156889957},"coords":"51.4483995,-0.946295","bedrooms":"3","price":"215000","area":"358"} , +{"type":"Feature","id":"n14410048","geometry":{"type":"Point","coordinates":[-0.9497963,51.45251]},"properties":{"@type":"node","@id":14410048,"@timestamp":1156889964},"coords":"51.45251,-0.9497963","bedrooms":"0","price":"205000","area":"391"} , +{"type":"Feature","id":"n14410073","geometry":{"type":"Point","coordinates":[-0.9455077,51.4520822]},"properties":{"@type":"node","@id":14410073,"@timestamp":1156889971},"coords":"51.4520822,-0.9455077","bedrooms":"3","price":"164000","area":"576"} , +{"type":"Feature","id":"n14417811","geometry":{"type":"Point","coordinates":[-0.0831546,51.6820406]},"properties":{"@type":"node","@id":14417811,"@timestamp":1156894202},"coords":"51.6820406,-0.0831546","bedrooms":"1","price":"188000","area":"558"} , +{"type":"Feature","id":"n14417848","geometry":{"type":"Point","coordinates":[-0.0828633,51.6717916]},"properties":{"@type":"node","@id":14417848,"@timestamp":1176424039},"coords":"51.6717916,-0.0828633","bedrooms":"1","price":"201000","area":"639"} , +{"type":"Feature","id":"n14419894","geometry":{"type":"Point","coordinates":[-0.1163592,51.6419707]},"properties":{"@type":"node","@id":14419894,"@timestamp":1156895167},"coords":"51.6419707,-0.1163592","bedrooms":"0","price":"263000","area":"663"} , +{"type":"Feature","id":"n14419921","geometry":{"type":"Point","coordinates":[-0.1253132,51.6396746]},"properties":{"@type":"node","@id":14419921,"@timestamp":1156895168},"coords":"51.6396746,-0.1253132","bedrooms":"4","price":"215000","area":"448"} , +{"type":"Feature","id":"n14420995","geometry":{"type":"Point","coordinates":[-0.1109016,51.6450628]},"properties":{"@type":"node","@id":14420995,"@timestamp":1599776251},"coords":"51.6450628,-0.1109016","bedrooms":"1","price":"185000","area":"448"} , +{"type":"Feature","id":"n14421056","geometry":{"type":"Point","coordinates":[-0.111698,51.6472666]},"properties":{"@type":"node","@id":14421056,"@timestamp":1156895923},"coords":"51.6472666,-0.111698","bedrooms":"0","price":"215000","area":"663"} , +{"type":"Feature","id":"n14422198","geometry":{"type":"Point","coordinates":[-0.9038531,51.4481058]},"properties":{"@type":"node","@id":14422198,"@timestamp":1415368882},"coords":"51.4481058,-0.9038531","bedrooms":"2","price":"202000","area":"613"} , +{"type":"Feature","id":"n14422241","geometry":{"type":"Point","coordinates":[-0.9125728,51.444779]},"properties":{"@type":"node","@id":14422241,"@timestamp":1156896808},"coords":"51.444779,-0.9125728","bedrooms":"0","price":"177000","area":"504"} , +{"type":"Feature","id":"n14426911","geometry":{"type":"Point","coordinates":[-0.9423049,51.4510722]},"properties":{"@type":"node","@id":14426911,"@timestamp":1610643570},"coords":"51.4510722,-0.9423049","bedrooms":"0","price":"247000","area":"611"} , +{"type":"Feature","id":"n14475098","geometry":{"type":"Point","coordinates":[-0.0130463,51.4647137]},"properties":{"@type":"node","@id":14475098,"@timestamp":1602794862},"coords":"51.4647137,-0.0130463","bedrooms":"3","price":"171000","area":"424"} , +{"type":"Feature","id":"n14497935","geometry":{"type":"Point","coordinates":[-0.9482682,51.4303368]},"properties":{"@type":"node","@id":14497935,"@timestamp":1626015679},"coords":"51.4303368,-0.9482682","bedrooms":"3","price":"288000","area":"591"} , +{"type":"Feature","id":"n14497991","geometry":{"type":"Point","coordinates":[-0.9545664,51.4371514]},"properties":{"@type":"node","@id":14497991,"@timestamp":1625945736},"coords":"51.4371514,-0.9545664","bedrooms":"4","price":"234000","area":"426"} , +{"type":"Feature","id":"n14498032","geometry":{"type":"Point","coordinates":[-0.9616114,51.4518734]},"properties":{"@type":"node","@id":14498032,"@timestamp":1156986201},"coords":"51.4518734,-0.9616114","bedrooms":"3","price":"233000","area":"562"} , +{"type":"Feature","id":"n14559198","geometry":{"type":"Point","coordinates":[-0.9524684,51.4568869]},"properties":{"@type":"node","@id":14559198,"@timestamp":1238595288},"coords":"51.4568869,-0.9524684","bedrooms":"4","price":"153000","area":"657"} , +{"type":"Feature","id":"n14560944","geometry":{"type":"Point","coordinates":[-1.0543759,51.0737536]},"properties":{"@type":"node","@id":14560944,"@timestamp":1157031694},"coords":"51.0737536,-1.0543759","bedrooms":"4","price":"162000","area":"684"} , +{"type":"Feature","id":"n14569216","geometry":{"type":"Point","coordinates":[-0.9426069,51.4536165]},"properties":{"@type":"node","@id":14569216,"@timestamp":1157038956},"coords":"51.4536165,-0.9426069","bedrooms":"2","price":"239000","area":"468"} , +{"type":"Feature","id":"n14598655","geometry":{"type":"Point","coordinates":[0.0244443,51.4136288]},"properties":{"@type":"node","@id":14598655,"@timestamp":1196291301},"coords":"51.4136288,0.0244443","bedrooms":"1","price":"266000","area":"610"} , +{"type":"Feature","id":"n14598674","geometry":{"type":"Point","coordinates":[0.0298754,51.408488]},"properties":{"@type":"node","@id":14598674,"@timestamp":1179623556},"coords":"51.408488,0.0298754","bedrooms":"4","price":"285000","area":"670"} , +{"type":"Feature","id":"n14598714","geometry":{"type":"Point","coordinates":[0.0251924,51.4677908]},"properties":{"@type":"node","@id":14598714,"@timestamp":1374703919},"coords":"51.4677908,0.0251924","bedrooms":"1","price":"190000","area":"665"} , +{"type":"Feature","id":"n14598770","geometry":{"type":"Point","coordinates":[0.0278187,51.452411]},"properties":{"@type":"node","@id":14598770,"@timestamp":1157067676},"coords":"51.452411,0.0278187","bedrooms":"0","price":"294000","area":"398"} , +{"type":"Feature","id":"n14598850","geometry":{"type":"Point","coordinates":[0.0060987,51.4495916]},"properties":{"@type":"node","@id":14598850,"@timestamp":1157067690},"coords":"51.4495916,0.0060987","bedrooms":"0","price":"260000","area":"602"} , +{"type":"Feature","id":"n14598899","geometry":{"type":"Point","coordinates":[0.0219147,51.4237771]},"properties":{"@type":"node","@id":14598899,"@timestamp":1196291528},"coords":"51.4237771,0.0219147","bedrooms":"4","price":"236000","area":"368"} , +{"type":"Feature","id":"n14598925","geometry":{"type":"Point","coordinates":[0.0506796,51.401698]},"properties":{"@type":"node","@id":14598925,"@timestamp":1195148595},"coords":"51.401698,0.0506796","bedrooms":"0","price":"162000","area":"676"} , +{"type":"Feature","id":"n14605806","geometry":{"type":"Point","coordinates":[-0.4605086,51.0859801]},"properties":{"@type":"node","@id":14605806,"@timestamp":1451676291},"coords":"51.0859801,-0.4605086","bedrooms":"3","price":"244000","area":"356"} , +{"type":"Feature","id":"n14607019","geometry":{"type":"Point","coordinates":[-0.1274798,50.9535655]},"properties":{"@type":"node","@id":14607019,"@timestamp":1612800413},"coords":"50.9535655,-0.1274798","bedrooms":"2","price":"237000","area":"469"} , +{"type":"Feature","id":"n14611925","geometry":{"type":"Point","coordinates":[-0.9491086,51.4641951]},"properties":{"@type":"node","@id":14611925,"@timestamp":1157073092},"coords":"51.4641951,-0.9491086","bedrooms":"4","price":"254000","area":"642"} , +{"type":"Feature","id":"n14620139","geometry":{"type":"Point","coordinates":[-0.316407,50.995687]},"properties":{"@type":"node","@id":14620139,"@timestamp":1157077910},"coords":"50.995687,-0.316407","bedrooms":"0","price":"257000","area":"671"} , +{"type":"Feature","id":"n14620392","geometry":{"type":"Point","coordinates":[-0.3025093,51.062448]},"properties":{"@type":"node","@id":14620392,"@timestamp":1212525746},"coords":"51.062448,-0.3025093","bedrooms":"0","price":"194000","area":"375"} , +{"type":"Feature","id":"n14621010","geometry":{"type":"Point","coordinates":[-0.57312,51.171409]},"properties":{"@type":"node","@id":14621010,"@timestamp":1157078065},"coords":"51.171409,-0.57312","bedrooms":"4","price":"279000","area":"395"} , +{"type":"Feature","id":"n14621030","geometry":{"type":"Point","coordinates":[-0.580097,51.172272]},"properties":{"@type":"node","@id":14621030,"@timestamp":1157078068},"coords":"51.172272,-0.580097","bedrooms":"2","price":"201000","area":"676"} , +{"type":"Feature","id":"n14647023","geometry":{"type":"Point","coordinates":[-0.9236621,51.4785999]},"properties":{"@type":"node","@id":14647023,"@timestamp":1157104836},"coords":"51.4785999,-0.9236621","bedrooms":"4","price":"258000","area":"373"} , +{"type":"Feature","id":"n14647039","geometry":{"type":"Point","coordinates":[-0.9212633,51.4744154]},"properties":{"@type":"node","@id":14647039,"@timestamp":1157104841},"coords":"51.4744154,-0.9212633","bedrooms":"4","price":"242000","area":"422"} , +{"type":"Feature","id":"n14647055","geometry":{"type":"Point","coordinates":[-0.9325449,51.4678391]},"properties":{"@type":"node","@id":14647055,"@timestamp":1157104846},"coords":"51.4678391,-0.9325449","bedrooms":"2","price":"174000","area":"608"} , +{"type":"Feature","id":"n14660343","geometry":{"type":"Point","coordinates":[-0.28179,51.1667637]},"properties":{"@type":"node","@id":14660343,"@timestamp":1202918554},"coords":"51.1667637,-0.28179","bedrooms":"0","price":"198000","area":"678"} , +{"type":"Feature","id":"n14660355","geometry":{"type":"Point","coordinates":[-0.2834358,51.1709916]},"properties":{"@type":"node","@id":14660355,"@timestamp":1157129810},"coords":"51.1709916,-0.2834358","bedrooms":"2","price":"284000","area":"423"} , +{"type":"Feature","id":"n14660623","geometry":{"type":"Point","coordinates":[-0.2953259,51.1105687]},"properties":{"@type":"node","@id":14660623,"@timestamp":1197049182},"coords":"51.1105687,-0.2953259","bedrooms":"2","price":"197000","area":"462"} , +{"type":"Feature","id":"n14662765","geometry":{"type":"Point","coordinates":[-0.1904627,51.4737464]},"properties":{"@type":"node","@id":14662765,"@timestamp":1175724409},"coords":"51.4737464,-0.1904627","bedrooms":"4","price":"165000","area":"547"} , +{"type":"Feature","id":"n14680103","geometry":{"type":"Point","coordinates":[-0.4239746,51.4472165]},"properties":{"@type":"node","@id":14680103,"@timestamp":1202906572},"coords":"51.4472165,-0.4239746","bedrooms":"0","price":"253000","area":"420"} , +{"type":"Feature","id":"n14713969","geometry":{"type":"Point","coordinates":[-0.9689721,51.4458144]},"properties":{"@type":"node","@id":14713969,"@timestamp":1157207739},"coords":"51.4458144,-0.9689721","bedrooms":"0","price":"283000","area":"545"} , +{"type":"Feature","id":"n14714011","geometry":{"type":"Point","coordinates":[-0.9702677,51.4428457]},"properties":{"@type":"node","@id":14714011,"@timestamp":1157207754},"coords":"51.4428457,-0.9702677","bedrooms":"2","price":"230000","area":"372"} , +{"type":"Feature","id":"n14725768","geometry":{"type":"Point","coordinates":[-0.4720103,51.7526635]},"properties":{"@type":"node","@id":14725768,"@timestamp":1535576117},"coords":"51.7526635,-0.4720103","bedrooms":"4","price":"190000","area":"386"} , +{"type":"Feature","id":"n14725793","geometry":{"type":"Point","coordinates":[-0.4745766,51.7641048]},"properties":{"@type":"node","@id":14725793,"@timestamp":1157220528},"coords":"51.7641048,-0.4745766","bedrooms":"0","price":"224000","area":"596"} , +{"type":"Feature","id":"n14799457","geometry":{"type":"Point","coordinates":[-0.4492117,51.7765171]},"properties":{"@type":"node","@id":14799457,"@timestamp":1607213014},"coords":"51.7765171,-0.4492117","bedrooms":"0","price":"289000","area":"598"} , +{"type":"Feature","id":"n14800799","geometry":{"type":"Point","coordinates":[-0.4680952,51.7579583]},"properties":{"@type":"node","@id":14800799,"@timestamp":1157323197},"coords":"51.7579583,-0.4680952","bedrooms":"4","price":"175000","area":"595"} , +{"type":"Feature","id":"n14803541","geometry":{"type":"Point","coordinates":[-0.4646735,51.7524247]},"properties":{"@type":"node","@id":14803541,"@timestamp":1157325707},"coords":"51.7524247,-0.4646735","bedrooms":"1","price":"230000","area":"586"} , +{"type":"Feature","id":"n14803588","geometry":{"type":"Point","coordinates":[-0.4485042,51.7507142]},"properties":{"@type":"node","@id":14803588,"@timestamp":1157325710},"coords":"51.7507142,-0.4485042","bedrooms":"1","price":"180000","area":"643"} , +{"type":"Feature","id":"n14803623","geometry":{"type":"Point","coordinates":[-0.4463726,51.7513192]},"properties":{"@type":"node","@id":14803623,"@timestamp":1157325712},"coords":"51.7513192,-0.4463726","bedrooms":"4","price":"295000","area":"629"} , +{"type":"Feature","id":"n14803646","geometry":{"type":"Point","coordinates":[-0.4421862,51.7544575]},"properties":{"@type":"node","@id":14803646,"@timestamp":1157325714},"coords":"51.7544575,-0.4421862","bedrooms":"2","price":"234000","area":"613"} , +{"type":"Feature","id":"n14805352","geometry":{"type":"Point","coordinates":[-0.4517759,51.7566528]},"properties":{"@type":"node","@id":14805352,"@timestamp":1157328526},"coords":"51.7566528,-0.4517759","bedrooms":"4","price":"233000","area":"505"} , +{"type":"Feature","id":"n14806349","geometry":{"type":"Point","coordinates":[-0.450116,51.7592125]},"properties":{"@type":"node","@id":14806349,"@timestamp":1157330481},"coords":"51.7592125,-0.450116","bedrooms":"0","price":"271000","area":"458"} , +{"type":"Feature","id":"n14806383","geometry":{"type":"Point","coordinates":[-0.4541912,51.7645111]},"properties":{"@type":"node","@id":14806383,"@timestamp":1157330483},"coords":"51.7645111,-0.4541912","bedrooms":"2","price":"218000","area":"671"} , +{"type":"Feature","id":"n14836763","geometry":{"type":"Point","coordinates":[-0.9788254,51.4647661]},"properties":{"@type":"node","@id":14836763,"@timestamp":1157386117},"coords":"51.4647661,-0.9788254","bedrooms":"2","price":"266000","area":"440"} , +{"type":"Feature","id":"n14836830","geometry":{"type":"Point","coordinates":[-0.9732863,51.4569847]},"properties":{"@type":"node","@id":14836830,"@timestamp":1558363981},"coords":"51.4569847,-0.9732863","bedrooms":"3","price":"219000","area":"524"} , +{"type":"Feature","id":"n14837226","geometry":{"type":"Point","coordinates":[-1.0026355,51.4723583]},"properties":{"@type":"node","@id":14837226,"@timestamp":1246209428},"coords":"51.4723583,-1.0026355","bedrooms":"2","price":"150000","area":"500"} , +{"type":"Feature","id":"n14837251","geometry":{"type":"Point","coordinates":[-1.0141277,51.4757361]},"properties":{"@type":"node","@id":14837251,"@timestamp":1157387322},"coords":"51.4757361,-1.0141277","bedrooms":"0","price":"231000","area":"570"} , +{"type":"Feature","id":"n14837518","geometry":{"type":"Point","coordinates":[-1.0225009,51.4779556]},"properties":{"@type":"node","@id":14837518,"@timestamp":1157388240},"coords":"51.4779556,-1.0225009","bedrooms":"1","price":"153000","area":"654"} , +{"type":"Feature","id":"n14837533","geometry":{"type":"Point","coordinates":[-1.0217099,51.4813571]},"properties":{"@type":"node","@id":14837533,"@timestamp":1157388244},"coords":"51.4813571,-1.0217099","bedrooms":"4","price":"220000","area":"561"} , +{"type":"Feature","id":"n14837544","geometry":{"type":"Point","coordinates":[-1.0171097,51.4842834]},"properties":{"@type":"node","@id":14837544,"@timestamp":1157388254},"coords":"51.4842834,-1.0171097","bedrooms":"4","price":"212000","area":"655"} , +{"type":"Feature","id":"n14837559","geometry":{"type":"Point","coordinates":[-1.0220054,51.4874192]},"properties":{"@type":"node","@id":14837559,"@timestamp":1157388257},"coords":"51.4874192,-1.0220054","bedrooms":"3","price":"266000","area":"370"} , +{"type":"Feature","id":"n14837588","geometry":{"type":"Point","coordinates":[-1.0349142,51.4866705]},"properties":{"@type":"node","@id":14837588,"@timestamp":1624711718},"coords":"51.4866705,-1.0349142","bedrooms":"0","price":"288000","area":"649"} , +{"type":"Feature","id":"n14839189","geometry":{"type":"Point","coordinates":[-0.976671,51.466619]},"properties":{"@type":"node","@id":14839189,"@timestamp":1541798493},"coords":"51.466619,-0.976671","bedrooms":"1","price":"169000","area":"579"} , +{"type":"Feature","id":"n14839961","geometry":{"type":"Point","coordinates":[-1.0104403,51.4745859]},"properties":{"@type":"node","@id":14839961,"@timestamp":1157392501},"coords":"51.4745859,-1.0104403","bedrooms":"3","price":"297000","area":"434"} , +{"type":"Feature","id":"n14841667","geometry":{"type":"Point","coordinates":[-0.9188358,51.4271227]},"properties":{"@type":"node","@id":14841667,"@timestamp":1157395442},"coords":"51.4271227,-0.9188358","bedrooms":"4","price":"299000","area":"500"} , +{"type":"Feature","id":"n14841905","geometry":{"type":"Point","coordinates":[-0.9307118,51.4342638]},"properties":{"@type":"node","@id":14841905,"@timestamp":1157395835},"coords":"51.4342638,-0.9307118","bedrooms":"0","price":"219000","area":"687"} , +{"type":"Feature","id":"n14849381","geometry":{"type":"Point","coordinates":[-0.246605,51.354667]},"properties":{"@type":"node","@id":14849381,"@timestamp":1209414434},"coords":"51.354667,-0.246605","bedrooms":"1","price":"161000","area":"596"} , +{"type":"Feature","id":"n14860004","geometry":{"type":"Point","coordinates":[-0.4598213,51.8924143]},"properties":{"@type":"node","@id":14860004,"@timestamp":1613914460},"coords":"51.8924143,-0.4598213","bedrooms":"4","price":"196000","area":"447"} , +{"type":"Feature","id":"n14886259","geometry":{"type":"Point","coordinates":[-0.9681639,51.4569615]},"properties":{"@type":"node","@id":14886259,"@timestamp":1560895339},"coords":"51.4569615,-0.9681639","bedrooms":"0","price":"263000","area":"452"} , +{"type":"Feature","id":"n14908962","geometry":{"type":"Point","coordinates":[-0.3658521,51.3826497]},"properties":{"@type":"node","@id":14908962,"@timestamp":1603116084},"coords":"51.3826497,-0.3658521","bedrooms":"2","price":"206000","area":"566"} , +{"type":"Feature","id":"n14952550","geometry":{"type":"Point","coordinates":[-0.5645602,51.6669915]},"properties":{"@type":"node","@id":14952550,"@timestamp":1595623973},"coords":"51.6669915,-0.5645602","bedrooms":"0","price":"177000","area":"371"} , +{"type":"Feature","id":"n14953475","geometry":{"type":"Point","coordinates":[-0.2104143,51.5982694]},"properties":{"@type":"node","@id":14953475,"@timestamp":1157569624},"coords":"51.5982694,-0.2104143","bedrooms":"2","price":"222000","area":"482"} , +{"type":"Feature","id":"n14953501","geometry":{"type":"Point","coordinates":[-0.2135534,51.5974695]},"properties":{"@type":"node","@id":14953501,"@timestamp":1157569627},"coords":"51.5974695,-0.2135534","bedrooms":"2","price":"239000","area":"530"} , +{"type":"Feature","id":"n14953520","geometry":{"type":"Point","coordinates":[-0.522186,51.804096]},"properties":{"@type":"node","@id":14953520,"@timestamp":1207557828},"coords":"51.804096,-0.522186","bedrooms":"1","price":"251000","area":"576"} , +{"type":"Feature","id":"n14953540","geometry":{"type":"Point","coordinates":[-0.5838148,51.9321488]},"properties":{"@type":"node","@id":14953540,"@timestamp":1516918329},"coords":"51.9321488,-0.5838148","bedrooms":"0","price":"238000","area":"434"} , +{"type":"Feature","id":"n14953690","geometry":{"type":"Point","coordinates":[-0.9679529,51.4565785]},"properties":{"@type":"node","@id":14953690,"@timestamp":1560970257},"coords":"51.4565785,-0.9679529","bedrooms":"4","price":"191000","area":"565"} , +{"type":"Feature","id":"n14953828","geometry":{"type":"Point","coordinates":[-0.4922432,51.75629]},"properties":{"@type":"node","@id":14953828,"@timestamp":1607624031},"coords":"51.75629,-0.4922432","bedrooms":"3","price":"198000","area":"560"} , +{"type":"Feature","id":"n14954113","geometry":{"type":"Point","coordinates":[-0.562598,51.6674718]},"properties":{"@type":"node","@id":14954113,"@timestamp":1616822481},"coords":"51.6674718,-0.562598","bedrooms":"2","price":"180000","area":"482"} , +{"type":"Feature","id":"n14954199","geometry":{"type":"Point","coordinates":[-0.1930961,51.2373328]},"properties":{"@type":"node","@id":14954199,"@timestamp":1610115676},"coords":"51.2373328,-0.1930961","bedrooms":"4","price":"159000","area":"394"} , +{"type":"Feature","id":"n14957041","geometry":{"type":"Point","coordinates":[-0.2053498,51.6038562]},"properties":{"@type":"node","@id":14957041,"@timestamp":1191095125},"coords":"51.6038562,-0.2053498","bedrooms":"0","price":"194000","area":"610"} , +{"type":"Feature","id":"n14957813","geometry":{"type":"Point","coordinates":[-0.9190469,51.0651614]},"properties":{"@type":"node","@id":14957813,"@timestamp":1157640452},"coords":"51.0651614,-0.9190469","bedrooms":"0","price":"277000","area":"508"} , +{"type":"Feature","id":"n14957828","geometry":{"type":"Point","coordinates":[-0.9188346,51.0663848]},"properties":{"@type":"node","@id":14957828,"@timestamp":1422169350},"coords":"51.0663848,-0.9188346","bedrooms":"0","price":"242000","area":"483"} , +{"type":"Feature","id":"n14974231","geometry":{"type":"Point","coordinates":[-0.2111366,51.599268]},"properties":{"@type":"node","@id":14974231,"@timestamp":1157704383},"coords":"51.599268,-0.2111366","bedrooms":"0","price":"254000","area":"513"} , +{"type":"Feature","id":"n14983037","geometry":{"type":"Point","coordinates":[-0.2394507,51.598482]},"properties":{"@type":"node","@id":14983037,"@timestamp":1157719844},"coords":"51.598482,-0.2394507","bedrooms":"1","price":"223000","area":"509"} , +{"type":"Feature","id":"n15026054","geometry":{"type":"Point","coordinates":[-0.1561275,51.4922957]},"properties":{"@type":"node","@id":15026054,"@timestamp":1611389694},"coords":"51.4922957,-0.1561275","bedrooms":"1","price":"210000","area":"382"} , +{"type":"Feature","id":"n15116887","geometry":{"type":"Point","coordinates":[-0.4064278,51.7937146]},"properties":{"@type":"node","@id":15116887,"@timestamp":1157842740},"coords":"51.7937146,-0.4064278","bedrooms":"0","price":"262000","area":"368"} , +{"type":"Feature","id":"n15116914","geometry":{"type":"Point","coordinates":[-0.4060395,51.7962726]},"properties":{"@type":"node","@id":15116914,"@timestamp":1157842748},"coords":"51.7962726,-0.4060395","bedrooms":"4","price":"289000","area":"396"} , +{"type":"Feature","id":"n15116962","geometry":{"type":"Point","coordinates":[-0.4101892,51.8024151]},"properties":{"@type":"node","@id":15116962,"@timestamp":1628859675},"coords":"51.8024151,-0.4101892","bedrooms":"4","price":"231000","area":"663"} , +{"type":"Feature","id":"n15116986","geometry":{"type":"Point","coordinates":[-0.4062947,51.798568]},"properties":{"@type":"node","@id":15116986,"@timestamp":1202218315},"coords":"51.798568,-0.4062947","bedrooms":"0","price":"219000","area":"580"} , +{"type":"Feature","id":"n15117029","geometry":{"type":"Point","coordinates":[-0.4026987,51.8034755]},"properties":{"@type":"node","@id":15117029,"@timestamp":1203416238},"coords":"51.8034755,-0.4026987","bedrooms":"1","price":"223000","area":"395"} , +{"type":"Feature","id":"n15117046","geometry":{"type":"Point","coordinates":[-0.4036186,51.8093287]},"properties":{"@type":"node","@id":15117046,"@timestamp":1157842761},"coords":"51.8093287,-0.4036186","bedrooms":"3","price":"152000","area":"561"} , +{"type":"Feature","id":"n15130544","geometry":{"type":"Point","coordinates":[0.0106806,51.4679541]},"properties":{"@type":"node","@id":15130544,"@timestamp":1157851891},"coords":"51.4679541,0.0106806","bedrooms":"3","price":"254000","area":"635"} , +{"type":"Feature","id":"n15262028","geometry":{"type":"Point","coordinates":[-0.1698266,51.5164813]},"properties":{"@type":"node","@id":15262028,"@timestamp":1603033034},"coords":"51.5164813,-0.1698266","bedrooms":"4","price":"180000","area":"561"} , +{"type":"Feature","id":"n15315842","geometry":{"type":"Point","coordinates":[-0.3330626,51.2991176]},"properties":{"@type":"node","@id":15315842,"@timestamp":1628269277},"coords":"51.2991176,-0.3330626","bedrooms":"3","price":"234000","area":"448"} , +{"type":"Feature","id":"n15370298","geometry":{"type":"Point","coordinates":[-0.4351902,51.689797]},"properties":{"@type":"node","@id":15370298,"@timestamp":1158014659},"coords":"51.689797,-0.4351902","bedrooms":"4","price":"163000","area":"545"} , +{"type":"Feature","id":"n15371825","geometry":{"type":"Point","coordinates":[-0.4139688,51.7288358]},"properties":{"@type":"node","@id":15371825,"@timestamp":1158015911},"coords":"51.7288358,-0.4139688","bedrooms":"1","price":"167000","area":"372"} , +{"type":"Feature","id":"n15375735","geometry":{"type":"Point","coordinates":[-0.3913956,51.654154]},"properties":{"@type":"node","@id":15375735,"@timestamp":1537774844},"coords":"51.654154,-0.3913956","bedrooms":"2","price":"233000","area":"569"} , +{"type":"Feature","id":"n15377666","geometry":{"type":"Point","coordinates":[-0.4430492,51.7350635]},"properties":{"@type":"node","@id":15377666,"@timestamp":1158022109},"coords":"51.7350635,-0.4430492","bedrooms":"1","price":"286000","area":"464"} , +{"type":"Feature","id":"n15377907","geometry":{"type":"Point","coordinates":[-0.4268454,51.6642722]},"properties":{"@type":"node","@id":15377907,"@timestamp":1478052443},"coords":"51.6642722,-0.4268454","bedrooms":"0","price":"237000","area":"527"} , +{"type":"Feature","id":"n15412317","geometry":{"type":"Point","coordinates":[-0.0430379,51.7035557]},"properties":{"@type":"node","@id":15412317,"@timestamp":1178216538},"coords":"51.7035557,-0.0430379","bedrooms":"2","price":"160000","area":"432"} , +{"type":"Feature","id":"n15412342","geometry":{"type":"Point","coordinates":[-0.0332665,51.7252327]},"properties":{"@type":"node","@id":15412342,"@timestamp":1178240219},"coords":"51.7252327,-0.0332665","bedrooms":"2","price":"150000","area":"641"} , +{"type":"Feature","id":"n15412668","geometry":{"type":"Point","coordinates":[-0.007261,51.7865672]},"properties":{"@type":"node","@id":15412668,"@timestamp":1186250838},"coords":"51.7865672,-0.007261","bedrooms":"3","price":"187000","area":"698"} , +{"type":"Feature","id":"n15412710","geometry":{"type":"Point","coordinates":[0.0216296,51.7924472]},"properties":{"@type":"node","@id":15412710,"@timestamp":1185646638},"coords":"51.7924472,0.0216296","bedrooms":"4","price":"219000","area":"678"} , +{"type":"Feature","id":"n15412728","geometry":{"type":"Point","coordinates":[0.0428985,51.7968859]},"properties":{"@type":"node","@id":15412728,"@timestamp":1185930377},"coords":"51.7968859,0.0428985","bedrooms":"1","price":"238000","area":"358"} , +{"type":"Feature","id":"n15413421","geometry":{"type":"Point","coordinates":[-0.0264809,51.8059428]},"properties":{"@type":"node","@id":15413421,"@timestamp":1626910784},"coords":"51.8059428,-0.0264809","bedrooms":"2","price":"220000","area":"395"} , +{"type":"Feature","id":"n15418838","geometry":{"type":"Point","coordinates":[-0.9461526,51.4591204]},"properties":{"@type":"node","@id":15418838,"@timestamp":1158078959},"coords":"51.4591204,-0.9461526","bedrooms":"0","price":"256000","area":"544"} , +{"type":"Feature","id":"n15418875","geometry":{"type":"Point","coordinates":[-0.9314837,51.4662651]},"properties":{"@type":"node","@id":15418875,"@timestamp":1158078970},"coords":"51.4662651,-0.9314837","bedrooms":"4","price":"290000","area":"538"} , +{"type":"Feature","id":"n15418904","geometry":{"type":"Point","coordinates":[-0.9207626,51.4695634]},"properties":{"@type":"node","@id":15418904,"@timestamp":1158078979},"coords":"51.4695634,-0.9207626","bedrooms":"4","price":"215000","area":"458"} , +{"type":"Feature","id":"n15418934","geometry":{"type":"Point","coordinates":[-0.9134291,51.475419]},"properties":{"@type":"node","@id":15418934,"@timestamp":1532351133},"coords":"51.475419,-0.9134291","bedrooms":"2","price":"276000","area":"384"} , +{"type":"Feature","id":"n15420350","geometry":{"type":"Point","coordinates":[-0.8930214,51.5080823]},"properties":{"@type":"node","@id":15420350,"@timestamp":1158081605},"coords":"51.5080823,-0.8930214","bedrooms":"3","price":"161000","area":"461"} , +{"type":"Feature","id":"n15422806","geometry":{"type":"Point","coordinates":[-0.9140236,51.4763492]},"properties":{"@type":"node","@id":15422806,"@timestamp":1158084695},"coords":"51.4763492,-0.9140236","bedrooms":"2","price":"232000","area":"553"} , +{"type":"Feature","id":"n15422825","geometry":{"type":"Point","coordinates":[-0.910681,51.4778898]},"properties":{"@type":"node","@id":15422825,"@timestamp":1158084710},"coords":"51.4778898,-0.910681","bedrooms":"1","price":"199000","area":"409"} , +{"type":"Feature","id":"n15422843","geometry":{"type":"Point","coordinates":[-0.9109125,51.4819789]},"properties":{"@type":"node","@id":15422843,"@timestamp":1158084730},"coords":"51.4819789,-0.9109125","bedrooms":"2","price":"272000","area":"463"} , +{"type":"Feature","id":"n15422864","geometry":{"type":"Point","coordinates":[-0.9016958,51.4856583]},"properties":{"@type":"node","@id":15422864,"@timestamp":1158084734},"coords":"51.4856583,-0.9016958","bedrooms":"2","price":"265000","area":"571"} , +{"type":"Feature","id":"n15422890","geometry":{"type":"Point","coordinates":[-0.8980305,51.4888156]},"properties":{"@type":"node","@id":15422890,"@timestamp":1158084749},"coords":"51.4888156,-0.8980305","bedrooms":"1","price":"207000","area":"430"} , +{"type":"Feature","id":"n15423614","geometry":{"type":"Point","coordinates":[-0.8944791,51.492194]},"properties":{"@type":"node","@id":15423614,"@timestamp":1158085367},"coords":"51.492194,-0.8944791","bedrooms":"3","price":"155000","area":"510"} , +{"type":"Feature","id":"n15423649","geometry":{"type":"Point","coordinates":[-0.8888476,51.4996633]},"properties":{"@type":"node","@id":15423649,"@timestamp":1158085380},"coords":"51.4996633,-0.8888476","bedrooms":"3","price":"226000","area":"394"} , +{"type":"Feature","id":"n15423691","geometry":{"type":"Point","coordinates":[-0.8830662,51.507154]},"properties":{"@type":"node","@id":15423691,"@timestamp":1158085409},"coords":"51.507154,-0.8830662","bedrooms":"4","price":"159000","area":"649"} , +{"type":"Feature","id":"n15423719","geometry":{"type":"Point","coordinates":[-0.8838998,51.5110164]},"properties":{"@type":"node","@id":15423719,"@timestamp":1158085419},"coords":"51.5110164,-0.8838998","bedrooms":"0","price":"227000","area":"384"} , +{"type":"Feature","id":"n15428897","geometry":{"type":"Point","coordinates":[-0.8799268,51.5216359]},"properties":{"@type":"node","@id":15428897,"@timestamp":1158094337},"coords":"51.5216359,-0.8799268","bedrooms":"2","price":"298000","area":"592"} , +{"type":"Feature","id":"n15428922","geometry":{"type":"Point","coordinates":[-0.8840189,51.5265508]},"properties":{"@type":"node","@id":15428922,"@timestamp":1158094351},"coords":"51.5265508,-0.8840189","bedrooms":"3","price":"225000","area":"626"} , +{"type":"Feature","id":"n15428938","geometry":{"type":"Point","coordinates":[-0.8813501,51.524809]},"properties":{"@type":"node","@id":15428938,"@timestamp":1158094358},"coords":"51.524809,-0.8813501","bedrooms":"2","price":"166000","area":"485"} , +{"type":"Feature","id":"n15429007","geometry":{"type":"Point","coordinates":[-0.2335155,51.6083315]},"properties":{"@type":"node","@id":15429007,"@timestamp":1185400869},"coords":"51.6083315,-0.2335155","bedrooms":"2","price":"167000","area":"454"} , +{"type":"Feature","id":"n15429202","geometry":{"type":"Point","coordinates":[-0.8934172,51.532008]},"properties":{"@type":"node","@id":15429202,"@timestamp":1245181920},"coords":"51.532008,-0.8934172","bedrooms":"2","price":"237000","area":"397"} , +{"type":"Feature","id":"n15506011","geometry":{"type":"Point","coordinates":[-0.2057298,51.9087914]},"properties":{"@type":"node","@id":15506011,"@timestamp":1607928207},"coords":"51.9087914,-0.2057298","bedrooms":"2","price":"229000","area":"416"} , +{"type":"Feature","id":"n15572566","geometry":{"type":"Point","coordinates":[-0.1764941,51.8919301]},"properties":{"@type":"node","@id":15572566,"@timestamp":1613216438},"coords":"51.8919301,-0.1764941","bedrooms":"2","price":"278000","area":"616"} , +{"type":"Feature","id":"n15572592","geometry":{"type":"Point","coordinates":[-0.1725967,51.8798073]},"properties":{"@type":"node","@id":15572592,"@timestamp":1345243858},"coords":"51.8798073,-0.1725967","bedrooms":"2","price":"273000","area":"465"} , +{"type":"Feature","id":"n15573261","geometry":{"type":"Point","coordinates":[-0.1277571,51.7706467]},"properties":{"@type":"node","@id":15573261,"@timestamp":1241347751},"coords":"51.7706467,-0.1277571","bedrooms":"2","price":"178000","area":"543"} , +{"type":"Feature","id":"n15613921","geometry":{"type":"Point","coordinates":[-0.2175874,51.9269166]},"properties":{"@type":"node","@id":15613921,"@timestamp":1291916410},"coords":"51.9269166,-0.2175874","bedrooms":"3","price":"294000","area":"633"} , +{"type":"Feature","id":"n15616877","geometry":{"type":"Point","coordinates":[-0.1829162,51.9069414]},"properties":{"@type":"node","@id":15616877,"@timestamp":1512681199},"coords":"51.9069414,-0.1829162","bedrooms":"0","price":"194000","area":"579"} , +{"type":"Feature","id":"n15620342","geometry":{"type":"Point","coordinates":[-0.8725101,51.0594122]},"properties":{"@type":"node","@id":15620342,"@timestamp":1158269555},"coords":"51.0594122,-0.8725101","bedrooms":"3","price":"181000","area":"665"} , +{"type":"Feature","id":"n15620368","geometry":{"type":"Point","coordinates":[-0.8533595,51.0640744]},"properties":{"@type":"node","@id":15620368,"@timestamp":1158269557},"coords":"51.0640744,-0.8533595","bedrooms":"2","price":"241000","area":"448"} , +{"type":"Feature","id":"n15620382","geometry":{"type":"Point","coordinates":[-0.8412147,51.0682655]},"properties":{"@type":"node","@id":15620382,"@timestamp":1188249389},"coords":"51.0682655,-0.8412147","bedrooms":"2","price":"260000","area":"376"} , +{"type":"Feature","id":"n15620409","geometry":{"type":"Point","coordinates":[-0.8854853,51.0437361]},"properties":{"@type":"node","@id":15620409,"@timestamp":1158269560},"coords":"51.0437361,-0.8854853","bedrooms":"2","price":"202000","area":"576"} , +{"type":"Feature","id":"n15721184","geometry":{"type":"Point","coordinates":[-0.8562245,51.4210604]},"properties":{"@type":"node","@id":15721184,"@timestamp":1238158536},"coords":"51.4210604,-0.8562245","bedrooms":"0","price":"238000","area":"635"} , +{"type":"Feature","id":"n15723175","geometry":{"type":"Point","coordinates":[-0.9770837,51.4523384]},"properties":{"@type":"node","@id":15723175,"@timestamp":1246885034},"coords":"51.4523384,-0.9770837","bedrooms":"2","price":"194000","area":"645"} , +{"type":"Feature","id":"n15724981","geometry":{"type":"Point","coordinates":[-0.220229,51.647306]},"properties":{"@type":"node","@id":15724981,"@timestamp":1330736752},"coords":"51.647306,-0.220229","bedrooms":"3","price":"175000","area":"426"} , +{"type":"Feature","id":"n15734503","geometry":{"type":"Point","coordinates":[-0.9759048,51.4510617]},"properties":{"@type":"node","@id":15734503,"@timestamp":1158423214},"coords":"51.4510617,-0.9759048","bedrooms":"3","price":"223000","area":"529"} , +{"type":"Feature","id":"n15737669","geometry":{"type":"Point","coordinates":[-0.9849651,51.447979]},"properties":{"@type":"node","@id":15737669,"@timestamp":1158428771},"coords":"51.447979,-0.9849651","bedrooms":"1","price":"208000","area":"373"} , +{"type":"Feature","id":"n15737705","geometry":{"type":"Point","coordinates":[-0.9890476,51.4484929]},"properties":{"@type":"node","@id":15737705,"@timestamp":1158428784},"coords":"51.4484929,-0.9890476","bedrooms":"1","price":"228000","area":"510"} , +{"type":"Feature","id":"n15737888","geometry":{"type":"Point","coordinates":[-0.9818864,51.4487239]},"properties":{"@type":"node","@id":15737888,"@timestamp":1158429383},"coords":"51.4487239,-0.9818864","bedrooms":"1","price":"256000","area":"580"} , +{"type":"Feature","id":"n15737910","geometry":{"type":"Point","coordinates":[-0.9785304,51.449774]},"properties":{"@type":"node","@id":15737910,"@timestamp":1158429393},"coords":"51.449774,-0.9785304","bedrooms":"4","price":"187000","area":"498"} , +{"type":"Feature","id":"n15738103","geometry":{"type":"Point","coordinates":[-0.9306992,51.4484479]},"properties":{"@type":"node","@id":15738103,"@timestamp":1158429755},"coords":"51.4484479,-0.9306992","bedrooms":"2","price":"173000","area":"630"} , +{"type":"Feature","id":"n15738207","geometry":{"type":"Point","coordinates":[-0.9783935,51.4494151]},"properties":{"@type":"node","@id":15738207,"@timestamp":1634390611},"coords":"51.4494151,-0.9783935","bedrooms":"2","price":"176000","area":"576"} , +{"type":"Feature","id":"n15738257","geometry":{"type":"Point","coordinates":[-0.9862282,51.4501174]},"properties":{"@type":"node","@id":15738257,"@timestamp":1634388949},"coords":"51.4501174,-0.9862282","bedrooms":"4","price":"268000","area":"413"} , +{"type":"Feature","id":"n15739299","geometry":{"type":"Point","coordinates":[-0.9110901,51.4491609]},"properties":{"@type":"node","@id":15739299,"@timestamp":1158433156},"coords":"51.4491609,-0.9110901","bedrooms":"2","price":"255000","area":"688"} , +{"type":"Feature","id":"n15739421","geometry":{"type":"Point","coordinates":[-0.7421533,51.5864853]},"properties":{"@type":"node","@id":15739421,"@timestamp":1158434038},"coords":"51.5864853,-0.7421533","bedrooms":"4","price":"202000","area":"612"} , +{"type":"Feature","id":"n15739431","geometry":{"type":"Point","coordinates":[-0.7445198,51.5908559]},"properties":{"@type":"node","@id":15739431,"@timestamp":1158434038},"coords":"51.5908559,-0.7445198","bedrooms":"2","price":"260000","area":"687"} , +{"type":"Feature","id":"n15739447","geometry":{"type":"Point","coordinates":[-0.7455247,51.5944709]},"properties":{"@type":"node","@id":15739447,"@timestamp":1158434040},"coords":"51.5944709,-0.7455247","bedrooms":"4","price":"221000","area":"691"} , +{"type":"Feature","id":"n15739566","geometry":{"type":"Point","coordinates":[-0.9103099,51.4471462]},"properties":{"@type":"node","@id":15739566,"@timestamp":1158434384},"coords":"51.4471462,-0.9103099","bedrooms":"3","price":"195000","area":"677"} , +{"type":"Feature","id":"n15739582","geometry":{"type":"Point","coordinates":[-0.9120276,51.4475984]},"properties":{"@type":"node","@id":15739582,"@timestamp":1158434390},"coords":"51.4475984,-0.9120276","bedrooms":"1","price":"241000","area":"587"} , +{"type":"Feature","id":"n15739594","geometry":{"type":"Point","coordinates":[-0.9102152,51.4485081]},"properties":{"@type":"node","@id":15739594,"@timestamp":1158434393},"coords":"51.4485081,-0.9102152","bedrooms":"4","price":"194000","area":"672"} , +{"type":"Feature","id":"n15739706","geometry":{"type":"Point","coordinates":[-0.7426072,51.5988508]},"properties":{"@type":"node","@id":15739706,"@timestamp":1158434482},"coords":"51.5988508,-0.7426072","bedrooms":"0","price":"252000","area":"623"} , +{"type":"Feature","id":"n15739741","geometry":{"type":"Point","coordinates":[-0.7406783,51.6063913]},"properties":{"@type":"node","@id":15739741,"@timestamp":1158434484},"coords":"51.6063913,-0.7406783","bedrooms":"2","price":"242000","area":"612"} , +{"type":"Feature","id":"n15739791","geometry":{"type":"Point","coordinates":[-0.7305317,51.6023645]},"properties":{"@type":"node","@id":15739791,"@timestamp":1158434488},"coords":"51.6023645,-0.7305317","bedrooms":"4","price":"278000","area":"632"} , +{"type":"Feature","id":"n15739815","geometry":{"type":"Point","coordinates":[-0.7298996,51.5976728]},"properties":{"@type":"node","@id":15739815,"@timestamp":1158434489},"coords":"51.5976728,-0.7298996","bedrooms":"3","price":"159000","area":"564"} , +{"type":"Feature","id":"n15739841","geometry":{"type":"Point","coordinates":[-0.7334006,51.5969378]},"properties":{"@type":"node","@id":15739841,"@timestamp":1158434491},"coords":"51.5969378,-0.7334006","bedrooms":"3","price":"287000","area":"350"} , +{"type":"Feature","id":"n15740293","geometry":{"type":"Point","coordinates":[-0.9050792,51.448544]},"properties":{"@type":"node","@id":15740293,"@timestamp":1158434879},"coords":"51.448544,-0.9050792","bedrooms":"2","price":"169000","area":"631"} , +{"type":"Feature","id":"n15756699","geometry":{"type":"Point","coordinates":[-0.4005762,51.2726392]},"properties":{"@type":"node","@id":15756699,"@timestamp":1442862534},"coords":"51.2726392,-0.4005762","bedrooms":"4","price":"202000","area":"399"} , +{"type":"Feature","id":"n15763342","geometry":{"type":"Point","coordinates":[-0.9151849,51.4541173]},"properties":{"@type":"node","@id":15763342,"@timestamp":1158454608},"coords":"51.4541173,-0.9151849","bedrooms":"4","price":"193000","area":"548"} , +{"type":"Feature","id":"n15765521","geometry":{"type":"Point","coordinates":[-0.9164756,51.4561254]},"properties":{"@type":"node","@id":15765521,"@timestamp":1158456255},"coords":"51.4561254,-0.9164756","bedrooms":"0","price":"282000","area":"629"} , +{"type":"Feature","id":"n15824157","geometry":{"type":"Point","coordinates":[-0.9795659,51.4638051]},"properties":{"@type":"node","@id":15824157,"@timestamp":1158489978},"coords":"51.4638051,-0.9795659","bedrooms":"1","price":"210000","area":"382"} , +{"type":"Feature","id":"n15832998","geometry":{"type":"Point","coordinates":[-0.1984816,51.9592348]},"properties":{"@type":"node","@id":15832998,"@timestamp":1183836870},"coords":"51.9592348,-0.1984816","bedrooms":"0","price":"180000","area":"581"} , +{"type":"Feature","id":"n15845865","geometry":{"type":"Point","coordinates":[-0.9617786,51.4592376]},"properties":{"@type":"node","@id":15845865,"@timestamp":1158506792},"coords":"51.4592376,-0.9617786","bedrooms":"3","price":"245000","area":"367"} , +{"type":"Feature","id":"n15855814","geometry":{"type":"Point","coordinates":[-0.698451,51.5668194]},"properties":{"@type":"node","@id":15855814,"@timestamp":1158523031},"coords":"51.5668194,-0.698451","bedrooms":"2","price":"184000","area":"661"} , +{"type":"Feature","id":"n15856535","geometry":{"type":"Point","coordinates":[-0.69027,51.5408624]},"properties":{"@type":"node","@id":15856535,"@timestamp":1158524135},"coords":"51.5408624,-0.69027","bedrooms":"4","price":"197000","area":"569"} , +{"type":"Feature","id":"n15870070","geometry":{"type":"Point","coordinates":[-0.9032124,51.5348097]},"properties":{"@type":"node","@id":15870070,"@timestamp":1538645700},"coords":"51.5348097,-0.9032124","bedrooms":"2","price":"247000","area":"454"} , +{"type":"Feature","id":"n15870397","geometry":{"type":"Point","coordinates":[-0.0457981,51.372433]},"properties":{"@type":"node","@id":15870397,"@timestamp":1614241718},"coords":"51.372433,-0.0457981","bedrooms":"3","price":"164000","area":"543"} , +{"type":"Feature","id":"n15870430","geometry":{"type":"Point","coordinates":[-0.0440962,51.3691702]},"properties":{"@type":"node","@id":15870430,"@timestamp":1196877016},"coords":"51.3691702,-0.0440962","bedrooms":"2","price":"164000","area":"400"} , +{"type":"Feature","id":"n15870748","geometry":{"type":"Point","coordinates":[-0.0260201,51.3973883]},"properties":{"@type":"node","@id":15870748,"@timestamp":1196495641},"coords":"51.3973883,-0.0260201","bedrooms":"3","price":"272000","area":"569"} , +{"type":"Feature","id":"n15870798","geometry":{"type":"Point","coordinates":[-0.0444764,51.3767101]},"properties":{"@type":"node","@id":15870798,"@timestamp":1187377605},"coords":"51.3767101,-0.0444764","bedrooms":"2","price":"297000","area":"658"} , +{"type":"Feature","id":"n15871371","geometry":{"type":"Point","coordinates":[-0.0322224,51.3580434]},"properties":{"@type":"node","@id":15871371,"@timestamp":1181495630},"coords":"51.3580434,-0.0322224","bedrooms":"4","price":"296000","area":"509"} , +{"type":"Feature","id":"n15872485","geometry":{"type":"Point","coordinates":[-0.1032138,51.3319567]},"properties":{"@type":"node","@id":15872485,"@timestamp":1158541085},"coords":"51.3319567,-0.1032138","bedrooms":"3","price":"293000","area":"699"} , +{"type":"Feature","id":"n15872565","geometry":{"type":"Point","coordinates":[-0.0454333,51.3116996]},"properties":{"@type":"node","@id":15872565,"@timestamp":1399418765},"coords":"51.3116996,-0.0454333","bedrooms":"2","price":"215000","area":"668"} , +{"type":"Feature","id":"n15872598","geometry":{"type":"Point","coordinates":[-0.0561236,51.3094052]},"properties":{"@type":"node","@id":15872598,"@timestamp":1194099677},"coords":"51.3094052,-0.0561236","bedrooms":"2","price":"242000","area":"569"} , +{"type":"Feature","id":"n15880922","geometry":{"type":"Point","coordinates":[-0.9154053,51.4530255]},"properties":{"@type":"node","@id":15880922,"@timestamp":1158552622},"coords":"51.4530255,-0.9154053","bedrooms":"0","price":"296000","area":"377"} , +{"type":"Feature","id":"n15880946","geometry":{"type":"Point","coordinates":[-0.9153091,51.4554903]},"properties":{"@type":"node","@id":15880946,"@timestamp":1158552695},"coords":"51.4554903,-0.9153091","bedrooms":"0","price":"208000","area":"516"} , +{"type":"Feature","id":"n15898016","geometry":{"type":"Point","coordinates":[-0.3234282,51.6986947]},"properties":{"@type":"node","@id":15898016,"@timestamp":1158584552},"coords":"51.6986947,-0.3234282","bedrooms":"1","price":"226000","area":"401"} , +{"type":"Feature","id":"n15917285","geometry":{"type":"Point","coordinates":[-0.9258419,51.4481205]},"properties":{"@type":"node","@id":15917285,"@timestamp":1158604229},"coords":"51.4481205,-0.9258419","bedrooms":"1","price":"190000","area":"446"} , +{"type":"Feature","id":"n15917364","geometry":{"type":"Point","coordinates":[-0.9262933,51.446609]},"properties":{"@type":"node","@id":15917364,"@timestamp":1158604335},"coords":"51.446609,-0.9262933","bedrooms":"1","price":"263000","area":"476"} , +{"type":"Feature","id":"n15917626","geometry":{"type":"Point","coordinates":[-0.9064328,51.4469718]},"properties":{"@type":"node","@id":15917626,"@timestamp":1158604862},"coords":"51.4469718,-0.9064328","bedrooms":"0","price":"173000","area":"526"} , +{"type":"Feature","id":"n15917643","geometry":{"type":"Point","coordinates":[-0.7850222,51.5689377]},"properties":{"@type":"node","@id":15917643,"@timestamp":1158604890},"coords":"51.5689377,-0.7850222","bedrooms":"0","price":"284000","area":"584"} , +{"type":"Feature","id":"n15919233","geometry":{"type":"Point","coordinates":[-0.9150838,51.4492839]},"properties":{"@type":"node","@id":15919233,"@timestamp":1158606830},"coords":"51.4492839,-0.9150838","bedrooms":"1","price":"214000","area":"683"} , +{"type":"Feature","id":"n15919284","geometry":{"type":"Point","coordinates":[-0.9135553,51.4459919]},"properties":{"@type":"node","@id":15919284,"@timestamp":1158606852},"coords":"51.4459919,-0.9135553","bedrooms":"1","price":"180000","area":"417"} , +{"type":"Feature","id":"n15920276","geometry":{"type":"Point","coordinates":[-0.9118558,51.4449105]},"properties":{"@type":"node","@id":15920276,"@timestamp":1158608056},"coords":"51.4449105,-0.9118558","bedrooms":"3","price":"177000","area":"433"} , +{"type":"Feature","id":"n15923084","geometry":{"type":"Point","coordinates":[-0.992507,51.4494206]},"properties":{"@type":"node","@id":15923084,"@timestamp":1158611056},"coords":"51.4494206,-0.992507","bedrooms":"2","price":"184000","area":"573"} , +{"type":"Feature","id":"n15946512","geometry":{"type":"Point","coordinates":[-0.6697627,51.5997963]},"properties":{"@type":"node","@id":15946512,"@timestamp":1541090585},"coords":"51.5997963,-0.6697627","bedrooms":"3","price":"192000","area":"611"} , +{"type":"Feature","id":"n15949621","geometry":{"type":"Point","coordinates":[-0.6477817,51.6136371]},"properties":{"@type":"node","@id":15949621,"@timestamp":1443369580},"coords":"51.6136371,-0.6477817","bedrooms":"1","price":"282000","area":"586"} , +{"type":"Feature","id":"n15949653","geometry":{"type":"Point","coordinates":[-0.6566379,51.6391126]},"properties":{"@type":"node","@id":15949653,"@timestamp":1158623611},"coords":"51.6391126,-0.6566379","bedrooms":"0","price":"167000","area":"513"} , +{"type":"Feature","id":"n15949669","geometry":{"type":"Point","coordinates":[-0.6583691,51.6445499]},"properties":{"@type":"node","@id":15949669,"@timestamp":1158623615},"coords":"51.6445499,-0.6583691","bedrooms":"2","price":"286000","area":"569"} , +{"type":"Feature","id":"n15954274","geometry":{"type":"Point","coordinates":[-0.9906439,51.4558531]},"properties":{"@type":"node","@id":15954274,"@timestamp":1229359135},"coords":"51.4558531,-0.9906439","bedrooms":"4","price":"229000","area":"529"} , +{"type":"Feature","id":"n15955363","geometry":{"type":"Point","coordinates":[-0.9823239,51.4530932]},"properties":{"@type":"node","@id":15955363,"@timestamp":1158626012},"coords":"51.4530932,-0.9823239","bedrooms":"2","price":"267000","area":"373"} , +{"type":"Feature","id":"n15955579","geometry":{"type":"Point","coordinates":[-0.9875432,51.4560239]},"properties":{"@type":"node","@id":15955579,"@timestamp":1158626172},"coords":"51.4560239,-0.9875432","bedrooms":"0","price":"165000","area":"646"} , +{"type":"Feature","id":"n15957506","geometry":{"type":"Point","coordinates":[-0.9813604,51.4571978]},"properties":{"@type":"node","@id":15957506,"@timestamp":1622211573},"coords":"51.4571978,-0.9813604","bedrooms":"3","price":"182000","area":"554"} , +{"type":"Feature","id":"n16008488","geometry":{"type":"Point","coordinates":[-0.2347897,51.60522]},"properties":{"@type":"node","@id":16008488,"@timestamp":1158655313},"coords":"51.60522,-0.2347897","bedrooms":"1","price":"221000","area":"614"} , +{"type":"Feature","id":"n16008510","geometry":{"type":"Point","coordinates":[-0.237612,51.6051802]},"properties":{"@type":"node","@id":16008510,"@timestamp":1158655314},"coords":"51.6051802,-0.237612","bedrooms":"0","price":"153000","area":"470"} , +{"type":"Feature","id":"n16051085","geometry":{"type":"Point","coordinates":[-0.948171,51.4392247]},"properties":{"@type":"node","@id":16051085,"@timestamp":1158687419},"coords":"51.4392247,-0.948171","bedrooms":"2","price":"180000","area":"405"} , +{"type":"Feature","id":"n16052864","geometry":{"type":"Point","coordinates":[-0.9461513,51.4449251]},"properties":{"@type":"node","@id":16052864,"@timestamp":1158688928},"coords":"51.4449251,-0.9461513","bedrooms":"1","price":"269000","area":"426"} , +{"type":"Feature","id":"n16053141","geometry":{"type":"Point","coordinates":[-0.9435003,51.445806]},"properties":{"@type":"node","@id":16053141,"@timestamp":1158688478},"coords":"51.445806,-0.9435003","bedrooms":"4","price":"298000","area":"634"} , +{"type":"Feature","id":"n16056077","geometry":{"type":"Point","coordinates":[-0.9353151,51.4401812]},"properties":{"@type":"node","@id":16056077,"@timestamp":1488538207},"coords":"51.4401812,-0.9353151","bedrooms":"0","price":"165000","area":"585"} , +{"type":"Feature","id":"n16056269","geometry":{"type":"Point","coordinates":[-0.9367162,51.4395872]},"properties":{"@type":"node","@id":16056269,"@timestamp":1158690060},"coords":"51.4395872,-0.9367162","bedrooms":"3","price":"216000","area":"350"} , +{"type":"Feature","id":"n16057869","geometry":{"type":"Point","coordinates":[-0.9449878,51.4372436]},"properties":{"@type":"node","@id":16057869,"@timestamp":1158690936},"coords":"51.4372436,-0.9449878","bedrooms":"3","price":"201000","area":"524"} , +{"type":"Feature","id":"n16062566","geometry":{"type":"Point","coordinates":[-0.5865839,51.7389594]},"properties":{"@type":"node","@id":16062566,"@timestamp":1158693319},"coords":"51.7389594,-0.5865839","bedrooms":"3","price":"219000","area":"596"} , +{"type":"Feature","id":"n16094589","geometry":{"type":"Point","coordinates":[-0.9450374,51.4422984]},"properties":{"@type":"node","@id":16094589,"@timestamp":1158709133},"coords":"51.4422984,-0.9450374","bedrooms":"1","price":"255000","area":"571"} , +{"type":"Feature","id":"n16095832","geometry":{"type":"Point","coordinates":[-0.9778948,51.4584374]},"properties":{"@type":"node","@id":16095832,"@timestamp":1163011195},"coords":"51.4584374,-0.9778948","bedrooms":"0","price":"163000","area":"419"} , +{"type":"Feature","id":"n16101223","geometry":{"type":"Point","coordinates":[-0.9277274,51.4400687]},"properties":{"@type":"node","@id":16101223,"@timestamp":1505025833},"coords":"51.4400687,-0.9277274","bedrooms":"4","price":"190000","area":"651"} , +{"type":"Feature","id":"n16172331","geometry":{"type":"Point","coordinates":[-0.1372538,51.4196543]},"properties":{"@type":"node","@id":16172331,"@timestamp":1526000679},"coords":"51.4196543,-0.1372538","bedrooms":"0","price":"151000","area":"429"} , +{"type":"Feature","id":"n16198669","geometry":{"type":"Point","coordinates":[-0.2047768,51.8917657]},"properties":{"@type":"node","@id":16198669,"@timestamp":1158786882},"coords":"51.8917657,-0.2047768","bedrooms":"3","price":"286000","area":"686"} , +{"type":"Feature","id":"n16198706","geometry":{"type":"Point","coordinates":[-0.2093235,51.8974117]},"properties":{"@type":"node","@id":16198706,"@timestamp":1158786885},"coords":"51.8974117,-0.2093235","bedrooms":"0","price":"191000","area":"434"} , +{"type":"Feature","id":"n16213284","geometry":{"type":"Point","coordinates":[-0.4156398,51.4541255]},"properties":{"@type":"node","@id":16213284,"@timestamp":1158797363},"coords":"51.4541255,-0.4156398","bedrooms":"3","price":"175000","area":"535"} , +{"type":"Feature","id":"n16248216","geometry":{"type":"Point","coordinates":[-0.9518768,51.4422661]},"properties":{"@type":"node","@id":16248216,"@timestamp":1158845782},"coords":"51.4422661,-0.9518768","bedrooms":"2","price":"198000","area":"410"} , +{"type":"Feature","id":"n16248271","geometry":{"type":"Point","coordinates":[-0.9479446,51.4440665]},"properties":{"@type":"node","@id":16248271,"@timestamp":1158845800},"coords":"51.4440665,-0.9479446","bedrooms":"3","price":"179000","area":"666"} , +{"type":"Feature","id":"n16249872","geometry":{"type":"Point","coordinates":[-0.945479,51.4413847]},"properties":{"@type":"node","@id":16249872,"@timestamp":1158847350},"coords":"51.4413847,-0.945479","bedrooms":"2","price":"232000","area":"514"} , +{"type":"Feature","id":"n16250096","geometry":{"type":"Point","coordinates":[-0.9440653,51.4406463]},"properties":{"@type":"node","@id":16250096,"@timestamp":1158848005},"coords":"51.4406463,-0.9440653","bedrooms":"3","price":"171000","area":"512"} , +{"type":"Feature","id":"n16250153","geometry":{"type":"Point","coordinates":[-0.9460082,51.4402976]},"properties":{"@type":"node","@id":16250153,"@timestamp":1158848032},"coords":"51.4402976,-0.9460082","bedrooms":"2","price":"178000","area":"428"} , +{"type":"Feature","id":"n16250903","geometry":{"type":"Point","coordinates":[-0.9416934,51.4443449]},"properties":{"@type":"node","@id":16250903,"@timestamp":1158850671},"coords":"51.4443449,-0.9416934","bedrooms":"0","price":"237000","area":"483"} , +{"type":"Feature","id":"n16250917","geometry":{"type":"Point","coordinates":[-0.9390709,51.4449049]},"properties":{"@type":"node","@id":16250917,"@timestamp":1158850678},"coords":"51.4449049,-0.9390709","bedrooms":"1","price":"294000","area":"451"} , +{"type":"Feature","id":"n16250927","geometry":{"type":"Point","coordinates":[-0.9400121,51.4435587]},"properties":{"@type":"node","@id":16250927,"@timestamp":1158850686},"coords":"51.4435587,-0.9400121","bedrooms":"2","price":"284000","area":"575"} , +{"type":"Feature","id":"n16250940","geometry":{"type":"Point","coordinates":[-0.9431865,51.4437157]},"properties":{"@type":"node","@id":16250940,"@timestamp":1158850695},"coords":"51.4437157,-0.9431865","bedrooms":"0","price":"164000","area":"501"} , +{"type":"Feature","id":"n16250952","geometry":{"type":"Point","coordinates":[-0.9415628,51.4432108]},"properties":{"@type":"node","@id":16250952,"@timestamp":1158850699},"coords":"51.4432108,-0.9415628","bedrooms":"1","price":"261000","area":"404"} , +{"type":"Feature","id":"n16250977","geometry":{"type":"Point","coordinates":[-0.9408963,51.4414994]},"properties":{"@type":"node","@id":16250977,"@timestamp":1158851080},"coords":"51.4414994,-0.9408963","bedrooms":"4","price":"184000","area":"396"} , +{"type":"Feature","id":"n16251050","geometry":{"type":"Point","coordinates":[-0.9382539,51.4395131]},"properties":{"@type":"node","@id":16251050,"@timestamp":1158851269},"coords":"51.4395131,-0.9382539","bedrooms":"4","price":"152000","area":"450"} , +{"type":"Feature","id":"n16251071","geometry":{"type":"Point","coordinates":[-0.9389222,51.4379659]},"properties":{"@type":"node","@id":16251071,"@timestamp":1158851512},"coords":"51.4379659,-0.9389222","bedrooms":"0","price":"276000","area":"699"} , +{"type":"Feature","id":"n16251141","geometry":{"type":"Point","coordinates":[-0.93769,51.4401035]},"properties":{"@type":"node","@id":16251141,"@timestamp":1158851823},"coords":"51.4401035,-0.93769","bedrooms":"3","price":"250000","area":"539"} , +{"type":"Feature","id":"n16251754","geometry":{"type":"Point","coordinates":[-0.9399665,51.4451229]},"properties":{"@type":"node","@id":16251754,"@timestamp":1158853452},"coords":"51.4451229,-0.9399665","bedrooms":"2","price":"217000","area":"462"} , +{"type":"Feature","id":"n16251792","geometry":{"type":"Point","coordinates":[-0.9387281,51.4378292]},"properties":{"@type":"node","@id":16251792,"@timestamp":1158853465},"coords":"51.4378292,-0.9387281","bedrooms":"3","price":"286000","area":"519"} , +{"type":"Feature","id":"n16263077","geometry":{"type":"Point","coordinates":[-0.1581792,51.9089504]},"properties":{"@type":"node","@id":16263077,"@timestamp":1158873490},"coords":"51.9089504,-0.1581792","bedrooms":"3","price":"202000","area":"614"} , +{"type":"Feature","id":"n16268898","geometry":{"type":"Point","coordinates":[-0.9641673,51.4592777]},"properties":{"@type":"node","@id":16268898,"@timestamp":1158879235},"coords":"51.4592777,-0.9641673","bedrooms":"2","price":"244000","area":"592"} , +{"type":"Feature","id":"n16350660","geometry":{"type":"Point","coordinates":[-0.1143868,51.5289382]},"properties":{"@type":"node","@id":16350660,"@timestamp":1497281679},"coords":"51.5289382,-0.1143868","bedrooms":"4","price":"279000","area":"664"} , +{"type":"Feature","id":"n16362737","geometry":{"type":"Point","coordinates":[-0.2911731,51.486075]},"properties":{"@type":"node","@id":16362737,"@timestamp":1534764171},"coords":"51.486075,-0.2911731","bedrooms":"1","price":"257000","area":"435"} , +{"type":"Feature","id":"n16363292","geometry":{"type":"Point","coordinates":[-0.2973481,51.4858778]},"properties":{"@type":"node","@id":16363292,"@timestamp":1499296001},"coords":"51.4858778,-0.2973481","bedrooms":"0","price":"279000","area":"560"} , +{"type":"Feature","id":"n16363335","geometry":{"type":"Point","coordinates":[-0.2946063,51.4851289]},"properties":{"@type":"node","@id":16363335,"@timestamp":1534764171},"coords":"51.4851289,-0.2946063","bedrooms":"1","price":"236000","area":"466"} , +{"type":"Feature","id":"n16363371","geometry":{"type":"Point","coordinates":[-0.2996774,51.4815492]},"properties":{"@type":"node","@id":16363371,"@timestamp":1534764171},"coords":"51.4815492,-0.2996774","bedrooms":"2","price":"167000","area":"545"} , +{"type":"Feature","id":"n16363384","geometry":{"type":"Point","coordinates":[-0.3025912,51.4792602]},"properties":{"@type":"node","@id":16363384,"@timestamp":1534764171},"coords":"51.4792602,-0.3025912","bedrooms":"4","price":"199000","area":"600"} , +{"type":"Feature","id":"n16363414","geometry":{"type":"Point","coordinates":[-0.3057786,51.4758798]},"properties":{"@type":"node","@id":16363414,"@timestamp":1499515250},"coords":"51.4758798,-0.3057786","bedrooms":"4","price":"213000","area":"617"} , +{"type":"Feature","id":"n16363615","geometry":{"type":"Point","coordinates":[-0.3189435,51.4692414]},"properties":{"@type":"node","@id":16363615,"@timestamp":1499441273},"coords":"51.4692414,-0.3189435","bedrooms":"0","price":"195000","area":"463"} , +{"type":"Feature","id":"n16364277","geometry":{"type":"Point","coordinates":[-0.2797371,51.4852954]},"properties":{"@type":"node","@id":16364277,"@timestamp":1499290372},"coords":"51.4852954,-0.2797371","bedrooms":"0","price":"287000","area":"414"} , +{"type":"Feature","id":"n16364309","geometry":{"type":"Point","coordinates":[-0.2746468,51.4798488]},"properties":{"@type":"node","@id":16364309,"@timestamp":1534764171},"coords":"51.4798488,-0.2746468","bedrooms":"0","price":"283000","area":"443"} , +{"type":"Feature","id":"n16370352","geometry":{"type":"Point","coordinates":[-0.6371441,51.5035307]},"properties":{"@type":"node","@id":16370352,"@timestamp":1204819023},"coords":"51.5035307,-0.6371441","bedrooms":"0","price":"255000","area":"671"} , +{"type":"Feature","id":"n16473926","geometry":{"type":"Point","coordinates":[-0.4206676,51.4457753]},"properties":{"@type":"node","@id":16473926,"@timestamp":1159038591},"coords":"51.4457753,-0.4206676","bedrooms":"0","price":"182000","area":"550"} , +{"type":"Feature","id":"n16477747","geometry":{"type":"Point","coordinates":[-0.428594,51.449078]},"properties":{"@type":"node","@id":16477747,"@timestamp":1159045642},"coords":"51.449078,-0.428594","bedrooms":"4","price":"183000","area":"515"} , +{"type":"Feature","id":"n16479956","geometry":{"type":"Point","coordinates":[-0.4321044,51.447283]},"properties":{"@type":"node","@id":16479956,"@timestamp":1567123538},"coords":"51.447283,-0.4321044","bedrooms":"1","price":"195000","area":"363"} , +{"type":"Feature","id":"n16479975","geometry":{"type":"Point","coordinates":[-0.41624,51.4482606]},"properties":{"@type":"node","@id":16479975,"@timestamp":1219521744},"coords":"51.4482606,-0.41624","bedrooms":"2","price":"219000","area":"365"} , +{"type":"Feature","id":"n16479992","geometry":{"type":"Point","coordinates":[-0.4163835,51.4468181]},"properties":{"@type":"node","@id":16479992,"@timestamp":1159050008},"coords":"51.4468181,-0.4163835","bedrooms":"4","price":"292000","area":"648"} , +{"type":"Feature","id":"n16493135","geometry":{"type":"Point","coordinates":[-0.4092174,51.4390352]},"properties":{"@type":"node","@id":16493135,"@timestamp":1159060305},"coords":"51.4390352,-0.4092174","bedrooms":"2","price":"235000","area":"678"} , +{"type":"Feature","id":"n16570039","geometry":{"type":"Point","coordinates":[-0.5261461,51.6922396]},"properties":{"@type":"node","@id":16570039,"@timestamp":1159129294},"coords":"51.6922396,-0.5261461","bedrooms":"2","price":"219000","area":"436"} , +{"type":"Feature","id":"n16573408","geometry":{"type":"Point","coordinates":[-0.4247266,51.4441841]},"properties":{"@type":"node","@id":16573408,"@timestamp":1206906320},"coords":"51.4441841,-0.4247266","bedrooms":"4","price":"217000","area":"402"} , +{"type":"Feature","id":"n16573418","geometry":{"type":"Point","coordinates":[-0.4250355,51.4436845]},"properties":{"@type":"node","@id":16573418,"@timestamp":1159134266},"coords":"51.4436845,-0.4250355","bedrooms":"3","price":"287000","area":"396"} , +{"type":"Feature","id":"n16574839","geometry":{"type":"Point","coordinates":[-0.4085707,51.4473596]},"properties":{"@type":"node","@id":16574839,"@timestamp":1630925078},"coords":"51.4473596,-0.4085707","bedrooms":"4","price":"195000","area":"566"} , +{"type":"Feature","id":"n16596261","geometry":{"type":"Point","coordinates":[-0.4103382,51.4479778]},"properties":{"@type":"node","@id":16596261,"@timestamp":1219566239},"coords":"51.4479778,-0.4103382","bedrooms":"4","price":"265000","area":"639"} , +{"type":"Feature","id":"n16642579","geometry":{"type":"Point","coordinates":[0.7651708,50.9360835]},"properties":{"@type":"node","@id":16642579,"@timestamp":1385904706},"coords":"50.9360835,0.7651708","bedrooms":"0","price":"242000","area":"681"} , +{"type":"Feature","id":"n16642606","geometry":{"type":"Point","coordinates":[0.7564498,50.9412646]},"properties":{"@type":"node","@id":16642606,"@timestamp":1385903579},"coords":"50.9412646,0.7564498","bedrooms":"0","price":"225000","area":"650"} , +{"type":"Feature","id":"n16642632","geometry":{"type":"Point","coordinates":[0.7493455,50.9443655]},"properties":{"@type":"node","@id":16642632,"@timestamp":1316288632},"coords":"50.9443655,0.7493455","bedrooms":"4","price":"215000","area":"665"} , +{"type":"Feature","id":"n16642661","geometry":{"type":"Point","coordinates":[0.7396569,50.9497307]},"properties":{"@type":"node","@id":16642661,"@timestamp":1581472400},"coords":"50.9497307,0.7396569","bedrooms":"4","price":"266000","area":"595"} , +{"type":"Feature","id":"n16642676","geometry":{"type":"Point","coordinates":[0.7389568,50.9530285]},"properties":{"@type":"node","@id":16642676,"@timestamp":1581472400},"coords":"50.9530285,0.7389568","bedrooms":"1","price":"249000","area":"570"} , +{"type":"Feature","id":"n16642691","geometry":{"type":"Point","coordinates":[0.7396088,50.9532874]},"properties":{"@type":"node","@id":16642691,"@timestamp":1581472400},"coords":"50.9532874,0.7396088","bedrooms":"1","price":"261000","area":"426"} , +{"type":"Feature","id":"n16642729","geometry":{"type":"Point","coordinates":[0.7557807,50.9427306]},"properties":{"@type":"node","@id":16642729,"@timestamp":1385901478},"coords":"50.9427306,0.7557807","bedrooms":"2","price":"265000","area":"621"} , +{"type":"Feature","id":"n16707370","geometry":{"type":"Point","coordinates":[-0.4190352,51.4546123]},"properties":{"@type":"node","@id":16707370,"@timestamp":1202040787},"coords":"51.4546123,-0.4190352","bedrooms":"2","price":"286000","area":"660"} , +{"type":"Feature","id":"n16712888","geometry":{"type":"Point","coordinates":[-0.4348638,51.4539035]},"properties":{"@type":"node","@id":16712888,"@timestamp":1159291057},"coords":"51.4539035,-0.4348638","bedrooms":"0","price":"282000","area":"534"} , +{"type":"Feature","id":"n16713496","geometry":{"type":"Point","coordinates":[-0.1711596,51.9533131]},"properties":{"@type":"node","@id":16713496,"@timestamp":1159291523},"coords":"51.9533131,-0.1711596","bedrooms":"0","price":"180000","area":"663"} , +{"type":"Feature","id":"n16713532","geometry":{"type":"Point","coordinates":[-0.1652931,51.9565981]},"properties":{"@type":"node","@id":16713532,"@timestamp":1159291526},"coords":"51.9565981,-0.1652931","bedrooms":"3","price":"150000","area":"525"} , +{"type":"Feature","id":"n16718419","geometry":{"type":"Point","coordinates":[-0.4342584,51.4564397]},"properties":{"@type":"node","@id":16718419,"@timestamp":1201372688},"coords":"51.4564397,-0.4342584","bedrooms":"4","price":"173000","area":"538"} , +{"type":"Feature","id":"n16768091","geometry":{"type":"Point","coordinates":[-0.1806002,51.9318485]},"properties":{"@type":"node","@id":16768091,"@timestamp":1183836645},"coords":"51.9318485,-0.1806002","bedrooms":"0","price":"251000","area":"486"} , +{"type":"Feature","id":"n16775136","geometry":{"type":"Point","coordinates":[-0.1620903,51.6231707]},"properties":{"@type":"node","@id":16775136,"@timestamp":1351375007},"coords":"51.6231707,-0.1620903","bedrooms":"4","price":"194000","area":"672"} , +{"type":"Feature","id":"n16800391","geometry":{"type":"Point","coordinates":[-0.1961146,51.6892603]},"properties":{"@type":"node","@id":16800391,"@timestamp":1586239633},"coords":"51.6892603,-0.1961146","bedrooms":"3","price":"280000","area":"662"} , +{"type":"Feature","id":"n16905573","geometry":{"type":"Point","coordinates":[-0.1907313,51.9257344]},"properties":{"@type":"node","@id":16905573,"@timestamp":1328348136},"coords":"51.9257344,-0.1907313","bedrooms":"4","price":"272000","area":"604"} , +{"type":"Feature","id":"n17043436","geometry":{"type":"Point","coordinates":[-0.0191303,51.7320655]},"properties":{"@type":"node","@id":17043436,"@timestamp":1188086033},"coords":"51.7320655,-0.0191303","bedrooms":"0","price":"182000","area":"371"} , +{"type":"Feature","id":"n17044746","geometry":{"type":"Point","coordinates":[0.0049153,51.7622809]},"properties":{"@type":"node","@id":17044746,"@timestamp":1436701636},"coords":"51.7622809,0.0049153","bedrooms":"3","price":"225000","area":"616"} , +{"type":"Feature","id":"n17130912","geometry":{"type":"Point","coordinates":[-1.0064021,51.1456211]},"properties":{"@type":"node","@id":17130912,"@timestamp":1160447364},"coords":"51.1456211,-1.0064021","bedrooms":"1","price":"162000","area":"647"} , +{"type":"Feature","id":"n17148686","geometry":{"type":"Point","coordinates":[-0.2469164,51.6287526]},"properties":{"@type":"node","@id":17148686,"@timestamp":1159627209},"coords":"51.6287526,-0.2469164","bedrooms":"4","price":"256000","area":"588"} , +{"type":"Feature","id":"n17168876","geometry":{"type":"Point","coordinates":[-0.1414131,51.4241016]},"properties":{"@type":"node","@id":17168876,"@timestamp":1360366468},"coords":"51.4241016,-0.1414131","bedrooms":"0","price":"198000","area":"476"} , +{"type":"Feature","id":"n17180517","geometry":{"type":"Point","coordinates":[-0.3402353,51.4546303]},"properties":{"@type":"node","@id":17180517,"@timestamp":1159642524},"coords":"51.4546303,-0.3402353","bedrooms":"2","price":"222000","area":"477"} , +{"type":"Feature","id":"n17261038","geometry":{"type":"Point","coordinates":[-0.313083,51.7717682]},"properties":{"@type":"node","@id":17261038,"@timestamp":1615038140},"coords":"51.7717682,-0.313083","bedrooms":"3","price":"203000","area":"522"} , +{"type":"Feature","id":"n17284942","geometry":{"type":"Point","coordinates":[-0.7492048,51.5063435]},"properties":{"@type":"node","@id":17284942,"@timestamp":1190078901},"coords":"51.5063435,-0.7492048","bedrooms":"4","price":"208000","area":"421"} , +{"type":"Feature","id":"n17284979","geometry":{"type":"Point","coordinates":[-0.7509626,51.5094308]},"properties":{"@type":"node","@id":17284979,"@timestamp":1159712549},"coords":"51.5094308,-0.7509626","bedrooms":"4","price":"285000","area":"457"} , +{"type":"Feature","id":"n17289889","geometry":{"type":"Point","coordinates":[-0.73396,51.5202485]},"properties":{"@type":"node","@id":17289889,"@timestamp":1609866299},"coords":"51.5202485,-0.73396","bedrooms":"1","price":"200000","area":"512"} , +{"type":"Feature","id":"n17301094","geometry":{"type":"Point","coordinates":[-0.681763,51.5230638]},"properties":{"@type":"node","@id":17301094,"@timestamp":1159720285},"coords":"51.5230638,-0.681763","bedrooms":"3","price":"268000","area":"455"} , +{"type":"Feature","id":"n17305642","geometry":{"type":"Point","coordinates":[-0.5378966,51.8684765]},"properties":{"@type":"node","@id":17305642,"@timestamp":1159722714},"coords":"51.8684765,-0.5378966","bedrooms":"0","price":"195000","area":"556"} , +{"type":"Feature","id":"n17305696","geometry":{"type":"Point","coordinates":[-0.5378533,51.8690249]},"properties":{"@type":"node","@id":17305696,"@timestamp":1159722734},"coords":"51.8690249,-0.5378533","bedrooms":"0","price":"199000","area":"452"} , +{"type":"Feature","id":"n17305723","geometry":{"type":"Point","coordinates":[-0.5378176,51.8712313]},"properties":{"@type":"node","@id":17305723,"@timestamp":1159722741},"coords":"51.8712313,-0.5378176","bedrooms":"2","price":"181000","area":"410"} , +{"type":"Feature","id":"n17305898","geometry":{"type":"Point","coordinates":[-0.499744,51.7190368]},"properties":{"@type":"node","@id":17305898,"@timestamp":1159722832},"coords":"51.7190368,-0.499744","bedrooms":"3","price":"154000","area":"576"} , +{"type":"Feature","id":"n17305939","geometry":{"type":"Point","coordinates":[-0.571654,51.7139714]},"properties":{"@type":"node","@id":17305939,"@timestamp":1159722835},"coords":"51.7139714,-0.571654","bedrooms":"2","price":"171000","area":"425"} , +{"type":"Feature","id":"n17306189","geometry":{"type":"Point","coordinates":[-0.5400403,51.8640459]},"properties":{"@type":"node","@id":17306189,"@timestamp":1242472513},"coords":"51.8640459,-0.5400403","bedrooms":"1","price":"213000","area":"353"} , +{"type":"Feature","id":"n17307397","geometry":{"type":"Point","coordinates":[-0.5376859,51.8748052]},"properties":{"@type":"node","@id":17307397,"@timestamp":1159723349},"coords":"51.8748052,-0.5376859","bedrooms":"2","price":"250000","area":"465"} , +{"type":"Feature","id":"n17307417","geometry":{"type":"Point","coordinates":[-0.5387286,51.8768199]},"properties":{"@type":"node","@id":17307417,"@timestamp":1159723352},"coords":"51.8768199,-0.5387286","bedrooms":"4","price":"251000","area":"664"} , +{"type":"Feature","id":"n17307435","geometry":{"type":"Point","coordinates":[-0.5393606,51.8787222]},"properties":{"@type":"node","@id":17307435,"@timestamp":1159723358},"coords":"51.8787222,-0.5393606","bedrooms":"3","price":"187000","area":"423"} , +{"type":"Feature","id":"n17307451","geometry":{"type":"Point","coordinates":[-0.5396485,51.8781332]},"properties":{"@type":"node","@id":17307451,"@timestamp":1159723362},"coords":"51.8781332,-0.5396485","bedrooms":"1","price":"170000","area":"663"} , +{"type":"Feature","id":"n17307468","geometry":{"type":"Point","coordinates":[-0.5385052,51.8766405]},"properties":{"@type":"node","@id":17307468,"@timestamp":1159723367},"coords":"51.8766405,-0.5385052","bedrooms":"2","price":"203000","area":"655"} , +{"type":"Feature","id":"n17309815","geometry":{"type":"Point","coordinates":[-0.5842851,51.7328403]},"properties":{"@type":"node","@id":17309815,"@timestamp":1159724511},"coords":"51.7328403,-0.5842851","bedrooms":"2","price":"254000","area":"681"} , +{"type":"Feature","id":"n17309841","geometry":{"type":"Point","coordinates":[-0.6044417,51.7438713]},"properties":{"@type":"node","@id":17309841,"@timestamp":1159724513},"coords":"51.7438713,-0.6044417","bedrooms":"3","price":"289000","area":"624"} , +{"type":"Feature","id":"n17309875","geometry":{"type":"Point","coordinates":[-0.6193423,51.7527516]},"properties":{"@type":"node","@id":17309875,"@timestamp":1159724514},"coords":"51.7527516,-0.6193423","bedrooms":"3","price":"241000","area":"592"} , +{"type":"Feature","id":"n17309909","geometry":{"type":"Point","coordinates":[-0.6202155,51.7772373]},"properties":{"@type":"node","@id":17309909,"@timestamp":1159724516},"coords":"51.7772373,-0.6202155","bedrooms":"0","price":"274000","area":"397"} , +{"type":"Feature","id":"n17309927","geometry":{"type":"Point","coordinates":[-0.6164996,51.7696288]},"properties":{"@type":"node","@id":17309927,"@timestamp":1159724517},"coords":"51.7696288,-0.6164996","bedrooms":"2","price":"173000","area":"354"} , +{"type":"Feature","id":"n17322658","geometry":{"type":"Point","coordinates":[-0.6947943,51.5316129]},"properties":{"@type":"node","@id":17322658,"@timestamp":1531030112},"coords":"51.5316129,-0.6947943","bedrooms":"0","price":"183000","area":"681"} , +{"type":"Feature","id":"n17327911","geometry":{"type":"Point","coordinates":[-0.6834589,51.5512603]},"properties":{"@type":"node","@id":17327911,"@timestamp":1159732492},"coords":"51.5512603,-0.6834589","bedrooms":"2","price":"157000","area":"419"} , +{"type":"Feature","id":"n17401938","geometry":{"type":"Point","coordinates":[-0.3324841,51.7508226]},"properties":{"@type":"node","@id":17401938,"@timestamp":1582980478},"coords":"51.7508226,-0.3324841","bedrooms":"2","price":"155000","area":"655"} , +{"type":"Feature","id":"n17402268","geometry":{"type":"Point","coordinates":[-0.3320146,51.7477621]},"properties":{"@type":"node","@id":17402268,"@timestamp":1582980475},"coords":"51.7477621,-0.3320146","bedrooms":"4","price":"239000","area":"479"} , +{"type":"Feature","id":"n17413885","geometry":{"type":"Point","coordinates":[-0.1880843,51.58776]},"properties":{"@type":"node","@id":17413885,"@timestamp":1620568650},"coords":"51.58776,-0.1880843","bedrooms":"3","price":"178000","area":"448"} , +{"type":"Feature","id":"n17422230","geometry":{"type":"Point","coordinates":[-0.0561567,51.5970797]},"properties":{"@type":"node","@id":17422230,"@timestamp":1194957223},"coords":"51.5970797,-0.0561567","bedrooms":"0","price":"265000","area":"350"} , +{"type":"Feature","id":"n17427020","geometry":{"type":"Point","coordinates":[-0.0867215,51.5718791]},"properties":{"@type":"node","@id":17427020,"@timestamp":1186254944},"coords":"51.5718791,-0.0867215","bedrooms":"0","price":"182000","area":"492"} , +{"type":"Feature","id":"n17432894","geometry":{"type":"Point","coordinates":[-0.0341758,51.7263477]},"properties":{"@type":"node","@id":17432894,"@timestamp":1178240156},"coords":"51.7263477,-0.0341758","bedrooms":"0","price":"275000","area":"400"} , +{"type":"Feature","id":"n17432908","geometry":{"type":"Point","coordinates":[-0.0326518,51.730186]},"properties":{"@type":"node","@id":17432908,"@timestamp":1321917093},"coords":"51.730186,-0.0326518","bedrooms":"2","price":"208000","area":"363"} , +{"type":"Feature","id":"n17432920","geometry":{"type":"Point","coordinates":[-0.0269148,51.7249733]},"properties":{"@type":"node","@id":17432920,"@timestamp":1202584282},"coords":"51.7249733,-0.0269148","bedrooms":"4","price":"208000","area":"614"} , +{"type":"Feature","id":"n17432941","geometry":{"type":"Point","coordinates":[-0.0285623,51.7221708]},"properties":{"@type":"node","@id":17432941,"@timestamp":1202635247},"coords":"51.7221708,-0.0285623","bedrooms":"1","price":"185000","area":"421"} , +{"type":"Feature","id":"n17463804","geometry":{"type":"Point","coordinates":[-0.0258408,51.7279106]},"properties":{"@type":"node","@id":17463804,"@timestamp":1202584293},"coords":"51.7279106,-0.0258408","bedrooms":"2","price":"188000","area":"392"} , +{"type":"Feature","id":"n17468708","geometry":{"type":"Point","coordinates":[-0.7730459,51.4902679]},"properties":{"@type":"node","@id":17468708,"@timestamp":1159871333},"coords":"51.4902679,-0.7730459","bedrooms":"2","price":"287000","area":"486"} , +{"type":"Feature","id":"n17481908","geometry":{"type":"Point","coordinates":[-0.9515182,50.9411386]},"properties":{"@type":"node","@id":17481908,"@timestamp":1375104977},"coords":"50.9411386,-0.9515182","bedrooms":"1","price":"162000","area":"354"} , +{"type":"Feature","id":"n17481921","geometry":{"type":"Point","coordinates":[-0.9469564,50.9676569]},"properties":{"@type":"node","@id":17481921,"@timestamp":1375105964},"coords":"50.9676569,-0.9469564","bedrooms":"0","price":"193000","area":"629"} , +{"type":"Feature","id":"n17481934","geometry":{"type":"Point","coordinates":[-0.9570584,50.9879407]},"properties":{"@type":"node","@id":17481934,"@timestamp":1375107721},"coords":"50.9879407,-0.9570584","bedrooms":"0","price":"150000","area":"462"} , +{"type":"Feature","id":"n17481948","geometry":{"type":"Point","coordinates":[-0.9313299,51.0126517]},"properties":{"@type":"node","@id":17481948,"@timestamp":1375378328},"coords":"51.0126517,-0.9313299","bedrooms":"1","price":"221000","area":"442"} , +{"type":"Feature","id":"n17481961","geometry":{"type":"Point","coordinates":[-0.8990981,51.037464]},"properties":{"@type":"node","@id":17481961,"@timestamp":1375378998},"coords":"51.037464,-0.8990981","bedrooms":"0","price":"245000","area":"593"} , +{"type":"Feature","id":"n17482448","geometry":{"type":"Point","coordinates":[-0.8906316,51.0453735]},"properties":{"@type":"node","@id":17482448,"@timestamp":1422564165},"coords":"51.0453735,-0.8906316","bedrooms":"3","price":"243000","area":"560"} , +{"type":"Feature","id":"n17482459","geometry":{"type":"Point","coordinates":[-0.845611,51.0552488]},"properties":{"@type":"node","@id":17482459,"@timestamp":1339363678},"coords":"51.0552488,-0.845611","bedrooms":"2","price":"210000","area":"431"} , +{"type":"Feature","id":"n17503257","geometry":{"type":"Point","coordinates":[-0.7018552,51.5313113]},"properties":{"@type":"node","@id":17503257,"@timestamp":1595026842},"coords":"51.5313113,-0.7018552","bedrooms":"3","price":"275000","area":"582"} , +{"type":"Feature","id":"n17505417","geometry":{"type":"Point","coordinates":[-0.7924607,51.0759384]},"properties":{"@type":"node","@id":17505417,"@timestamp":1287837470},"coords":"51.0759384,-0.7924607","bedrooms":"3","price":"293000","area":"570"} , +{"type":"Feature","id":"n17505428","geometry":{"type":"Point","coordinates":[-0.6944436,51.1070354]},"properties":{"@type":"node","@id":17505428,"@timestamp":1443098846},"coords":"51.1070354,-0.6944436","bedrooms":"3","price":"282000","area":"547"} , +{"type":"Feature","id":"n17505439","geometry":{"type":"Point","coordinates":[-0.6698666,51.1182404]},"properties":{"@type":"node","@id":17505439,"@timestamp":1377105371},"coords":"51.1182404,-0.6698666","bedrooms":"0","price":"206000","area":"415"} , +{"type":"Feature","id":"n17505450","geometry":{"type":"Point","coordinates":[-0.6494573,51.1309584]},"properties":{"@type":"node","@id":17505450,"@timestamp":1377105850},"coords":"51.1309584,-0.6494573","bedrooms":"0","price":"258000","area":"637"} , +{"type":"Feature","id":"n17505462","geometry":{"type":"Point","coordinates":[-0.6411446,51.1481008]},"properties":{"@type":"node","@id":17505462,"@timestamp":1377106557},"coords":"51.1481008,-0.6411446","bedrooms":"2","price":"271000","area":"403"} , +{"type":"Feature","id":"n17506653","geometry":{"type":"Point","coordinates":[-0.0114794,51.6901547]},"properties":{"@type":"node","@id":17506653,"@timestamp":1159919189},"coords":"51.6901547,-0.0114794","bedrooms":"3","price":"281000","area":"395"} , +{"type":"Feature","id":"n17507856","geometry":{"type":"Point","coordinates":[-0.3582163,51.0538093]},"properties":{"@type":"node","@id":17507856,"@timestamp":1580424789},"coords":"51.0538093,-0.3582163","bedrooms":"2","price":"203000","area":"600"} , +{"type":"Feature","id":"n17507872","geometry":{"type":"Point","coordinates":[-0.320815,51.0641067]},"properties":{"@type":"node","@id":17507872,"@timestamp":1384686890},"coords":"51.0641067,-0.320815","bedrooms":"3","price":"261000","area":"521"} , +{"type":"Feature","id":"n17507886","geometry":{"type":"Point","coordinates":[-0.3237971,51.0825691]},"properties":{"@type":"node","@id":17507886,"@timestamp":1580336651},"coords":"51.0825691,-0.3237971","bedrooms":"1","price":"293000","area":"520"} , +{"type":"Feature","id":"n17508538","geometry":{"type":"Point","coordinates":[-0.3211958,51.1182047]},"properties":{"@type":"node","@id":17508538,"@timestamp":1363168639},"coords":"51.1182047,-0.3211958","bedrooms":"0","price":"169000","area":"606"} , +{"type":"Feature","id":"n17508553","geometry":{"type":"Point","coordinates":[-0.333805,51.1414428]},"properties":{"@type":"node","@id":17508553,"@timestamp":1400327868},"coords":"51.1414428,-0.333805","bedrooms":"4","price":"188000","area":"477"} , +{"type":"Feature","id":"n17508565","geometry":{"type":"Point","coordinates":[-0.3281242,51.1719828]},"properties":{"@type":"node","@id":17508565,"@timestamp":1492124447},"coords":"51.1719828,-0.3281242","bedrooms":"1","price":"230000","area":"670"} , +{"type":"Feature","id":"n17509240","geometry":{"type":"Point","coordinates":[-0.4791,50.9817707]},"properties":{"@type":"node","@id":17509240,"@timestamp":1384712844},"coords":"50.9817707,-0.4791","bedrooms":"0","price":"224000","area":"608"} , +{"type":"Feature","id":"n17509257","geometry":{"type":"Point","coordinates":[-0.5004953,50.9645741]},"properties":{"@type":"node","@id":17509257,"@timestamp":1384721439},"coords":"50.9645741,-0.5004953","bedrooms":"1","price":"264000","area":"609"} , +{"type":"Feature","id":"n17549947","geometry":{"type":"Point","coordinates":[-0.2126119,51.1469166]},"properties":{"@type":"node","@id":17549947,"@timestamp":1274025016},"coords":"51.1469166,-0.2126119","bedrooms":"3","price":"179000","area":"611"} , +{"type":"Feature","id":"n17556689","geometry":{"type":"Point","coordinates":[-0.3381809,51.7510446]},"properties":{"@type":"node","@id":17556689,"@timestamp":1159968406},"coords":"51.7510446,-0.3381809","bedrooms":"1","price":"276000","area":"694"} , +{"type":"Feature","id":"n17564386","geometry":{"type":"Point","coordinates":[-0.6408517,51.5372028]},"properties":{"@type":"node","@id":17564386,"@timestamp":1159981318},"coords":"51.5372028,-0.6408517","bedrooms":"3","price":"183000","area":"606"} , +{"type":"Feature","id":"n17564410","geometry":{"type":"Point","coordinates":[-0.63599,51.5429048]},"properties":{"@type":"node","@id":17564410,"@timestamp":1159981322},"coords":"51.5429048,-0.63599","bedrooms":"1","price":"155000","area":"403"} , +{"type":"Feature","id":"n17573668","geometry":{"type":"Point","coordinates":[-0.6750387,51.5272947]},"properties":{"@type":"node","@id":17573668,"@timestamp":1159989842},"coords":"51.5272947,-0.6750387","bedrooms":"4","price":"187000","area":"530"} , +{"type":"Feature","id":"n17573689","geometry":{"type":"Point","coordinates":[-0.6750708,51.5255674]},"properties":{"@type":"node","@id":17573689,"@timestamp":1159989844},"coords":"51.5255674,-0.6750708","bedrooms":"3","price":"246000","area":"662"} , +{"type":"Feature","id":"n17575477","geometry":{"type":"Point","coordinates":[-1.1026144,51.8833654]},"properties":{"@type":"node","@id":17575477,"@timestamp":1178996436},"coords":"51.8833654,-1.1026144","bedrooms":"2","price":"280000","area":"383"} , +{"type":"Feature","id":"n17577321","geometry":{"type":"Point","coordinates":[-1.0550783,51.916415]},"properties":{"@type":"node","@id":17577321,"@timestamp":1386331141},"coords":"51.916415,-1.0550783","bedrooms":"4","price":"243000","area":"494"} , +{"type":"Feature","id":"n17593806","geometry":{"type":"Point","coordinates":[-0.3189335,51.1822825]},"properties":{"@type":"node","@id":17593806,"@timestamp":1491247905},"coords":"51.1822825,-0.3189335","bedrooms":"4","price":"237000","area":"576"} , +{"type":"Feature","id":"n17593816","geometry":{"type":"Point","coordinates":[-0.2970359,51.2031284]},"properties":{"@type":"node","@id":17593816,"@timestamp":1400526031},"coords":"51.2031284,-0.2970359","bedrooms":"1","price":"285000","area":"460"} , +{"type":"Feature","id":"n17593838","geometry":{"type":"Point","coordinates":[-0.3292081,51.2564333]},"properties":{"@type":"node","@id":17593838,"@timestamp":1415091331},"coords":"51.2564333,-0.3292081","bedrooms":"2","price":"198000","area":"684"} , +{"type":"Feature","id":"n17594423","geometry":{"type":"Point","coordinates":[-0.3359551,51.2904552]},"properties":{"@type":"node","@id":17594423,"@timestamp":1280258956},"coords":"51.2904552,-0.3359551","bedrooms":"1","price":"281000","area":"638"} , +{"type":"Feature","id":"n17596648","geometry":{"type":"Point","coordinates":[-0.4708104,51.2696359]},"properties":{"@type":"node","@id":17596648,"@timestamp":1440162047},"coords":"51.2696359,-0.4708104","bedrooms":"3","price":"215000","area":"606"} , +{"type":"Feature","id":"n17596663","geometry":{"type":"Point","coordinates":[-0.42846,51.2847505]},"properties":{"@type":"node","@id":17596663,"@timestamp":1440162047},"coords":"51.2847505,-0.42846","bedrooms":"0","price":"208000","area":"395"} , +{"type":"Feature","id":"n17597236","geometry":{"type":"Point","coordinates":[-0.5164926,51.2612297]},"properties":{"@type":"node","@id":17597236,"@timestamp":1440162047},"coords":"51.2612297,-0.5164926","bedrooms":"1","price":"169000","area":"444"} , +{"type":"Feature","id":"n17597246","geometry":{"type":"Point","coordinates":[-0.5550786,51.2453252]},"properties":{"@type":"node","@id":17597246,"@timestamp":1440162048},"coords":"51.2453252,-0.5550786","bedrooms":"1","price":"287000","area":"474"} , +{"type":"Feature","id":"n17633150","geometry":{"type":"Point","coordinates":[0.0339541,51.774333]},"properties":{"@type":"node","@id":17633150,"@timestamp":1190504832},"coords":"51.774333,0.0339541","bedrooms":"3","price":"213000","area":"571"} , +{"type":"Feature","id":"n17633215","geometry":{"type":"Point","coordinates":[0.0570864,51.779399]},"properties":{"@type":"node","@id":17633215,"@timestamp":1160063739},"coords":"51.779399,0.0570864","bedrooms":"0","price":"277000","area":"619"} , +{"type":"Feature","id":"n17633278","geometry":{"type":"Point","coordinates":[0.0797714,51.7822352]},"properties":{"@type":"node","@id":17633278,"@timestamp":1174437289},"coords":"51.7822352,0.0797714","bedrooms":"3","price":"252000","area":"365"} , +{"type":"Feature","id":"n17633298","geometry":{"type":"Point","coordinates":[0.0879028,51.7810439]},"properties":{"@type":"node","@id":17633298,"@timestamp":1174436618},"coords":"51.7810439,0.0879028","bedrooms":"4","price":"288000","area":"590"} , +{"type":"Feature","id":"n17633316","geometry":{"type":"Point","coordinates":[0.0933281,51.78143]},"properties":{"@type":"node","@id":17633316,"@timestamp":1174435939},"coords":"51.78143,0.0933281","bedrooms":"2","price":"164000","area":"431"} , +{"type":"Feature","id":"n17633328","geometry":{"type":"Point","coordinates":[0.0972358,51.7828655]},"properties":{"@type":"node","@id":17633328,"@timestamp":1174435940},"coords":"51.7828655,0.0972358","bedrooms":"0","price":"247000","area":"429"} , +{"type":"Feature","id":"n17633411","geometry":{"type":"Point","coordinates":[0.1322382,51.7950593]},"properties":{"@type":"node","@id":17633411,"@timestamp":1563828822},"coords":"51.7950593,0.1322382","bedrooms":"4","price":"260000","area":"385"} , +{"type":"Feature","id":"n17633661","geometry":{"type":"Point","coordinates":[0.1552171,51.8157443]},"properties":{"@type":"node","@id":17633661,"@timestamp":1160063979},"coords":"51.8157443,0.1552171","bedrooms":"3","price":"183000","area":"552"} , +{"type":"Feature","id":"n17633671","geometry":{"type":"Point","coordinates":[0.1563988,51.8189855]},"properties":{"@type":"node","@id":17633671,"@timestamp":1160063979},"coords":"51.8189855,0.1563988","bedrooms":"1","price":"188000","area":"648"} , +{"type":"Feature","id":"n17635590","geometry":{"type":"Point","coordinates":[-0.2109291,51.4632342]},"properties":{"@type":"node","@id":17635590,"@timestamp":1487151383},"coords":"51.4632342,-0.2109291","bedrooms":"2","price":"279000","area":"519"} , +{"type":"Feature","id":"n17640026","geometry":{"type":"Point","coordinates":[0.1675239,51.8519334]},"properties":{"@type":"node","@id":17640026,"@timestamp":1571768448},"coords":"51.8519334,0.1675239","bedrooms":"2","price":"217000","area":"547"} , +{"type":"Feature","id":"n17651801","geometry":{"type":"Point","coordinates":[-0.1692288,51.586223]},"properties":{"@type":"node","@id":17651801,"@timestamp":1219695849},"coords":"51.586223,-0.1692288","bedrooms":"4","price":"297000","area":"523"} , +{"type":"Feature","id":"n17708957","geometry":{"type":"Point","coordinates":[0.1309828,51.7951305]},"properties":{"@type":"node","@id":17708957,"@timestamp":1296839217},"coords":"51.7951305,0.1309828","bedrooms":"1","price":"207000","area":"696"} , +{"type":"Feature","id":"n17709888","geometry":{"type":"Point","coordinates":[0.0816883,51.7803765]},"properties":{"@type":"node","@id":17709888,"@timestamp":1631219502},"coords":"51.7803765,0.0816883","bedrooms":"0","price":"181000","area":"593"} , +{"type":"Feature","id":"n17722512","geometry":{"type":"Point","coordinates":[-0.6332536,51.5032945]},"properties":{"@type":"node","@id":17722512,"@timestamp":1160178468},"coords":"51.5032945,-0.6332536","bedrooms":"1","price":"156000","area":"462"} , +{"type":"Feature","id":"n17722523","geometry":{"type":"Point","coordinates":[-0.6224413,51.5032796]},"properties":{"@type":"node","@id":17722523,"@timestamp":1204819023},"coords":"51.5032796,-0.6224413","bedrooms":"1","price":"281000","area":"561"} , +{"type":"Feature","id":"n17725066","geometry":{"type":"Point","coordinates":[-0.0020066,51.4486078]},"properties":{"@type":"node","@id":17725066,"@timestamp":1160181533},"coords":"51.4486078,-0.0020066","bedrooms":"3","price":"237000","area":"498"} , +{"type":"Feature","id":"n17725089","geometry":{"type":"Point","coordinates":[-0.0252134,51.0930785]},"properties":{"@type":"node","@id":17725089,"@timestamp":1276777590},"coords":"51.0930785,-0.0252134","bedrooms":"4","price":"160000","area":"575"} , +{"type":"Feature","id":"n17725102","geometry":{"type":"Point","coordinates":[-0.0167337,51.0962903]},"properties":{"@type":"node","@id":17725102,"@timestamp":1500930515},"coords":"51.0962903,-0.0167337","bedrooms":"2","price":"241000","area":"553"} , +{"type":"Feature","id":"n17725112","geometry":{"type":"Point","coordinates":[-0.0041941,51.0984861]},"properties":{"@type":"node","@id":17725112,"@timestamp":1619898530},"coords":"51.0984861,-0.0041941","bedrooms":"3","price":"268000","area":"494"} , +{"type":"Feature","id":"n17725122","geometry":{"type":"Point","coordinates":[0.0085326,51.098236]},"properties":{"@type":"node","@id":17725122,"@timestamp":1619898530},"coords":"51.098236,0.0085326","bedrooms":"1","price":"154000","area":"364"} , +{"type":"Feature","id":"n17725133","geometry":{"type":"Point","coordinates":[-0.0071186,51.0931615]},"properties":{"@type":"node","@id":17725133,"@timestamp":1619898530},"coords":"51.0931615,-0.0071186","bedrooms":"4","price":"250000","area":"600"} , +{"type":"Feature","id":"n17725145","geometry":{"type":"Point","coordinates":[-0.0219578,51.0933098]},"properties":{"@type":"node","@id":17725145,"@timestamp":1276777594},"coords":"51.0933098,-0.0219578","bedrooms":"0","price":"246000","area":"373"} , +{"type":"Feature","id":"n17770683","geometry":{"type":"Point","coordinates":[-0.4520839,51.2159108]},"properties":{"@type":"node","@id":17770683,"@timestamp":1438278999},"coords":"51.2159108,-0.4520839","bedrooms":"2","price":"238000","area":"369"} , +{"type":"Feature","id":"n17775731","geometry":{"type":"Point","coordinates":[0.1123164,50.973483]},"properties":{"@type":"node","@id":17775731,"@timestamp":1184958082},"coords":"50.973483,0.1123164","bedrooms":"1","price":"184000","area":"593"} , +{"type":"Feature","id":"n17775743","geometry":{"type":"Point","coordinates":[0.1316766,50.9912577]},"properties":{"@type":"node","@id":17775743,"@timestamp":1415030020},"coords":"50.9912577,0.1316766","bedrooms":"1","price":"174000","area":"480"} , +{"type":"Feature","id":"n17775755","geometry":{"type":"Point","coordinates":[0.1488541,51.0054934]},"properties":{"@type":"node","@id":17775755,"@timestamp":1415030020},"coords":"51.0054934,0.1488541","bedrooms":"1","price":"275000","area":"471"} , +{"type":"Feature","id":"n17775765","geometry":{"type":"Point","coordinates":[0.1605596,51.0206272]},"properties":{"@type":"node","@id":17775765,"@timestamp":1415030020},"coords":"51.0206272,0.1605596","bedrooms":"0","price":"207000","area":"402"} , +{"type":"Feature","id":"n17775778","geometry":{"type":"Point","coordinates":[0.2020908,51.0547394]},"properties":{"@type":"node","@id":17775778,"@timestamp":1415030021},"coords":"51.0547394,0.2020908","bedrooms":"1","price":"154000","area":"549"} , +{"type":"Feature","id":"n17775792","geometry":{"type":"Point","coordinates":[0.2046079,51.0859199]},"properties":{"@type":"node","@id":17775792,"@timestamp":1415030021},"coords":"51.0859199,0.2046079","bedrooms":"4","price":"156000","area":"692"} , +{"type":"Feature","id":"n17775807","geometry":{"type":"Point","coordinates":[0.1838772,51.102063]},"properties":{"@type":"node","@id":17775807,"@timestamp":1295355376},"coords":"51.102063,0.1838772","bedrooms":"3","price":"177000","area":"355"} , +{"type":"Feature","id":"n17775824","geometry":{"type":"Point","coordinates":[0.155568,51.1226135]},"properties":{"@type":"node","@id":17775824,"@timestamp":1536071980},"coords":"51.1226135,0.155568","bedrooms":"3","price":"158000","area":"506"} , +{"type":"Feature","id":"n17775836","geometry":{"type":"Point","coordinates":[0.1401648,51.1433414]},"properties":{"@type":"node","@id":17775836,"@timestamp":1415030021},"coords":"51.1433414,0.1401648","bedrooms":"3","price":"274000","area":"657"} , +{"type":"Feature","id":"n17775851","geometry":{"type":"Point","coordinates":[0.0594313,51.2030921]},"properties":{"@type":"node","@id":17775851,"@timestamp":1415026208},"coords":"51.2030921,0.0594313","bedrooms":"1","price":"196000","area":"556"} , +{"type":"Feature","id":"n17775866","geometry":{"type":"Point","coordinates":[0.0103973,51.2391234]},"properties":{"@type":"node","@id":17775866,"@timestamp":1415097624},"coords":"51.2391234,0.0103973","bedrooms":"2","price":"165000","area":"647"} , +{"type":"Feature","id":"n17775879","geometry":{"type":"Point","coordinates":[0.0332344,51.222576]},"properties":{"@type":"node","@id":17775879,"@timestamp":1415026209},"coords":"51.222576,0.0332344","bedrooms":"1","price":"261000","area":"588"} , +{"type":"Feature","id":"n17775894","geometry":{"type":"Point","coordinates":[-0.0033424,51.1732404]},"properties":{"@type":"node","@id":17775894,"@timestamp":1415097624},"coords":"51.1732404,-0.0033424","bedrooms":"0","price":"162000","area":"374"} , +{"type":"Feature","id":"n17775907","geometry":{"type":"Point","coordinates":[-0.0026529,51.1509898]},"properties":{"@type":"node","@id":17775907,"@timestamp":1491742360},"coords":"51.1509898,-0.0026529","bedrooms":"3","price":"275000","area":"681"} , +{"type":"Feature","id":"n17775923","geometry":{"type":"Point","coordinates":[-0.0118917,51.1345033]},"properties":{"@type":"node","@id":17775923,"@timestamp":1197140984},"coords":"51.1345033,-0.0118917","bedrooms":"3","price":"260000","area":"370"} , +{"type":"Feature","id":"n17776591","geometry":{"type":"Point","coordinates":[0.1288581,51.1465122]},"properties":{"@type":"node","@id":17776591,"@timestamp":1415030021},"coords":"51.1465122,0.1288581","bedrooms":"1","price":"268000","area":"624"} , +{"type":"Feature","id":"n17785605","geometry":{"type":"Point","coordinates":[-0.3253505,51.7525971]},"properties":{"@type":"node","@id":17785605,"@timestamp":1613745254},"coords":"51.7525971,-0.3253505","bedrooms":"3","price":"221000","area":"606"} , +{"type":"Feature","id":"n17785627","geometry":{"type":"Point","coordinates":[-0.3258701,51.7532636]},"properties":{"@type":"node","@id":17785627,"@timestamp":1160232022},"coords":"51.7532636,-0.3258701","bedrooms":"2","price":"285000","area":"404"} , +{"type":"Feature","id":"n17785639","geometry":{"type":"Point","coordinates":[-0.3252138,51.7536106]},"properties":{"@type":"node","@id":17785639,"@timestamp":1160232026},"coords":"51.7536106,-0.3252138","bedrooms":"4","price":"174000","area":"694"} , +{"type":"Feature","id":"n17785681","geometry":{"type":"Point","coordinates":[-0.3242158,51.7533389]},"properties":{"@type":"node","@id":17785681,"@timestamp":1160232038},"coords":"51.7533389,-0.3242158","bedrooms":"4","price":"198000","area":"377"} , +{"type":"Feature","id":"n17785704","geometry":{"type":"Point","coordinates":[-0.3252636,51.7532304]},"properties":{"@type":"node","@id":17785704,"@timestamp":1160232045},"coords":"51.7532304,-0.3252636","bedrooms":"0","price":"189000","area":"602"} , +{"type":"Feature","id":"n17785714","geometry":{"type":"Point","coordinates":[-0.3247723,51.7534755]},"properties":{"@type":"node","@id":17785714,"@timestamp":1160232048},"coords":"51.7534755,-0.3247723","bedrooms":"1","price":"277000","area":"524"} , +{"type":"Feature","id":"n17785888","geometry":{"type":"Point","coordinates":[-0.3260991,51.7538277]},"properties":{"@type":"node","@id":17785888,"@timestamp":1160232141},"coords":"51.7538277,-0.3260991","bedrooms":"1","price":"161000","area":"443"} , +{"type":"Feature","id":"n17786240","geometry":{"type":"Point","coordinates":[0.0090989,51.4086544]},"properties":{"@type":"node","@id":17786240,"@timestamp":1189236647},"coords":"51.4086544,0.0090989","bedrooms":"4","price":"298000","area":"555"} , +{"type":"Feature","id":"n17788826","geometry":{"type":"Point","coordinates":[-0.2176068,51.455212]},"properties":{"@type":"node","@id":17788826,"@timestamp":1212321425},"coords":"51.455212,-0.2176068","bedrooms":"4","price":"256000","area":"672"} , +{"type":"Feature","id":"n17804779","geometry":{"type":"Point","coordinates":[-0.3636229,51.3623855]},"properties":{"@type":"node","@id":17804779,"@timestamp":1160251481},"coords":"51.3623855,-0.3636229","bedrooms":"1","price":"289000","area":"611"} , +{"type":"Feature","id":"n17805038","geometry":{"type":"Point","coordinates":[-0.3624352,51.3602799]},"properties":{"@type":"node","@id":17805038,"@timestamp":1160251684},"coords":"51.3602799,-0.3624352","bedrooms":"3","price":"218000","area":"531"} , +{"type":"Feature","id":"n17805048","geometry":{"type":"Point","coordinates":[-0.3613081,51.3610618]},"properties":{"@type":"node","@id":17805048,"@timestamp":1160251685},"coords":"51.3610618,-0.3613081","bedrooms":"3","price":"264000","area":"495"} , +{"type":"Feature","id":"n17806141","geometry":{"type":"Point","coordinates":[-0.3584213,51.3595215]},"properties":{"@type":"node","@id":17806141,"@timestamp":1160252297},"coords":"51.3595215,-0.3584213","bedrooms":"1","price":"163000","area":"455"} , +{"type":"Feature","id":"n17806836","geometry":{"type":"Point","coordinates":[-0.3281502,51.3615005]},"properties":{"@type":"node","@id":17806836,"@timestamp":1160253026},"coords":"51.3615005,-0.3281502","bedrooms":"2","price":"260000","area":"430"} , +{"type":"Feature","id":"n17806976","geometry":{"type":"Point","coordinates":[-0.2800954,51.9710198]},"properties":{"@type":"node","@id":17806976,"@timestamp":1517268377},"coords":"51.9710198,-0.2800954","bedrooms":"4","price":"290000","area":"476"} , +{"type":"Feature","id":"n17807448","geometry":{"type":"Point","coordinates":[-0.3522235,51.3644112]},"properties":{"@type":"node","@id":17807448,"@timestamp":1160253867},"coords":"51.3644112,-0.3522235","bedrooms":"0","price":"191000","area":"652"} , +{"type":"Feature","id":"n17807471","geometry":{"type":"Point","coordinates":[-0.3477424,51.3649225]},"properties":{"@type":"node","@id":17807471,"@timestamp":1605642994},"coords":"51.3649225,-0.3477424","bedrooms":"4","price":"192000","area":"646"} , +{"type":"Feature","id":"n17810469","geometry":{"type":"Point","coordinates":[-0.0142791,51.7220541]},"properties":{"@type":"node","@id":17810469,"@timestamp":1205664818},"coords":"51.7220541,-0.0142791","bedrooms":"2","price":"261000","area":"462"} , +{"type":"Feature","id":"n17817669","geometry":{"type":"Point","coordinates":[-0.0289152,51.7264045]},"properties":{"@type":"node","@id":17817669,"@timestamp":1178557434},"coords":"51.7264045,-0.0289152","bedrooms":"3","price":"242000","area":"578"} , +{"type":"Feature","id":"n17817682","geometry":{"type":"Point","coordinates":[-0.0403688,51.7134944]},"properties":{"@type":"node","@id":17817682,"@timestamp":1178558200},"coords":"51.7134944,-0.0403688","bedrooms":"4","price":"298000","area":"624"} , +{"type":"Feature","id":"n17817800","geometry":{"type":"Point","coordinates":[-0.0427758,51.7072907]},"properties":{"@type":"node","@id":17817800,"@timestamp":1178558333},"coords":"51.7072907,-0.0427758","bedrooms":"1","price":"219000","area":"544"} , +{"type":"Feature","id":"n17896215","geometry":{"type":"Point","coordinates":[-0.0890214,51.6774241]},"properties":{"@type":"node","@id":17896215,"@timestamp":1176472705},"coords":"51.6774241,-0.0890214","bedrooms":"3","price":"206000","area":"594"} , +{"type":"Feature","id":"n17897204","geometry":{"type":"Point","coordinates":[-0.650761,51.5011414]},"properties":{"@type":"node","@id":17897204,"@timestamp":1160335254},"coords":"51.5011414,-0.650761","bedrooms":"2","price":"200000","area":"605"} , +{"type":"Feature","id":"n17898794","geometry":{"type":"Point","coordinates":[-0.9066646,51.4272842]},"properties":{"@type":"node","@id":17898794,"@timestamp":1213037289},"coords":"51.4272842,-0.9066646","bedrooms":"4","price":"159000","area":"653"} , +{"type":"Feature","id":"n17899312","geometry":{"type":"Point","coordinates":[-0.2307636,51.4507476]},"properties":{"@type":"node","@id":17899312,"@timestamp":1160336534},"coords":"51.4507476,-0.2307636","bedrooms":"1","price":"274000","area":"381"} , +{"type":"Feature","id":"n17901878","geometry":{"type":"Point","coordinates":[-0.7195582,51.5158173]},"properties":{"@type":"node","@id":17901878,"@timestamp":1160337981},"coords":"51.5158173,-0.7195582","bedrooms":"0","price":"196000","area":"495"} , +{"type":"Feature","id":"n17902173","geometry":{"type":"Point","coordinates":[-0.1189744,51.6649581]},"properties":{"@type":"node","@id":17902173,"@timestamp":1179965490},"coords":"51.6649581,-0.1189744","bedrooms":"3","price":"217000","area":"682"} , +{"type":"Feature","id":"n17902530","geometry":{"type":"Point","coordinates":[-0.1396027,51.6535709]},"properties":{"@type":"node","@id":17902530,"@timestamp":1186703907},"coords":"51.6535709,-0.1396027","bedrooms":"1","price":"197000","area":"650"} , +{"type":"Feature","id":"n17902544","geometry":{"type":"Point","coordinates":[-0.1318909,51.6535859]},"properties":{"@type":"node","@id":17902544,"@timestamp":1160338364},"coords":"51.6535859,-0.1318909","bedrooms":"1","price":"285000","area":"545"} , +{"type":"Feature","id":"n17902701","geometry":{"type":"Point","coordinates":[-0.6941296,51.5012782]},"properties":{"@type":"node","@id":17902701,"@timestamp":1160338468},"coords":"51.5012782,-0.6941296","bedrooms":"4","price":"161000","area":"597"} , +{"type":"Feature","id":"n17902712","geometry":{"type":"Point","coordinates":[-0.6876985,51.4986728]},"properties":{"@type":"node","@id":17902712,"@timestamp":1160338469},"coords":"51.4986728,-0.6876985","bedrooms":"4","price":"188000","area":"500"} , +{"type":"Feature","id":"n17902736","geometry":{"type":"Point","coordinates":[-0.6929526,51.4974297]},"properties":{"@type":"node","@id":17902736,"@timestamp":1205533059},"coords":"51.4974297,-0.6929526","bedrooms":"1","price":"179000","area":"625"} , +{"type":"Feature","id":"n17902748","geometry":{"type":"Point","coordinates":[-0.6936192,51.5019772]},"properties":{"@type":"node","@id":17902748,"@timestamp":1160338472},"coords":"51.5019772,-0.6936192","bedrooms":"2","price":"267000","area":"424"} , +{"type":"Feature","id":"n17902759","geometry":{"type":"Point","coordinates":[-0.6928324,51.5028583]},"properties":{"@type":"node","@id":17902759,"@timestamp":1205532988},"coords":"51.5028583,-0.6928324","bedrooms":"2","price":"254000","area":"375"} , +{"type":"Feature","id":"n17902770","geometry":{"type":"Point","coordinates":[-0.6880558,51.5008334]},"properties":{"@type":"node","@id":17902770,"@timestamp":1160338474},"coords":"51.5008334,-0.6880558","bedrooms":"3","price":"228000","area":"448"} , +{"type":"Feature","id":"n17916428","geometry":{"type":"Point","coordinates":[-0.2766959,51.4904523]},"properties":{"@type":"node","@id":17916428,"@timestamp":1201347062},"coords":"51.4904523,-0.2766959","bedrooms":"1","price":"178000","area":"563"} , +{"type":"Feature","id":"n17922496","geometry":{"type":"Point","coordinates":[-0.01922,51.4931803]},"properties":{"@type":"node","@id":17922496,"@timestamp":1624270457},"coords":"51.4931803,-0.01922","bedrooms":"0","price":"200000","area":"621"} , +{"type":"Feature","id":"n17948111","geometry":{"type":"Point","coordinates":[-0.0891009,51.6464837]},"properties":{"@type":"node","@id":17948111,"@timestamp":1160397868},"coords":"51.6464837,-0.0891009","bedrooms":"4","price":"288000","area":"596"} , +{"type":"Feature","id":"n17948281","geometry":{"type":"Point","coordinates":[-0.0438131,51.6300544]},"properties":{"@type":"node","@id":17948281,"@timestamp":1205402822},"coords":"51.6300544,-0.0438131","bedrooms":"2","price":"190000","area":"499"} , +{"type":"Feature","id":"n17948610","geometry":{"type":"Point","coordinates":[-0.0420958,51.6901339]},"properties":{"@type":"node","@id":17948610,"@timestamp":1160399552},"coords":"51.6901339,-0.0420958","bedrooms":"2","price":"284000","area":"502"} , +{"type":"Feature","id":"n17948688","geometry":{"type":"Point","coordinates":[-0.0494656,51.6900564]},"properties":{"@type":"node","@id":17948688,"@timestamp":1202072247},"coords":"51.6900564,-0.0494656","bedrooms":"0","price":"165000","area":"597"} , +{"type":"Feature","id":"n17948703","geometry":{"type":"Point","coordinates":[-0.0579886,51.6831867]},"properties":{"@type":"node","@id":17948703,"@timestamp":1202072531},"coords":"51.6831867,-0.0579886","bedrooms":"4","price":"238000","area":"373"} , +{"type":"Feature","id":"n17957100","geometry":{"type":"Point","coordinates":[-0.3356616,51.7535425]},"properties":{"@type":"node","@id":17957100,"@timestamp":1160413721},"coords":"51.7535425,-0.3356616","bedrooms":"2","price":"158000","area":"450"} , +{"type":"Feature","id":"n17959940","geometry":{"type":"Point","coordinates":[-0.333792,51.7543224]},"properties":{"@type":"node","@id":17959940,"@timestamp":1614080694},"coords":"51.7543224,-0.333792","bedrooms":"3","price":"224000","area":"382"} , +{"type":"Feature","id":"n17965896","geometry":{"type":"Point","coordinates":[-1.0430031,51.324596]},"properties":{"@type":"node","@id":17965896,"@timestamp":1240777569},"coords":"51.324596,-1.0430031","bedrooms":"0","price":"162000","area":"669"} , +{"type":"Feature","id":"n17971023","geometry":{"type":"Point","coordinates":[-1.0453925,51.3228526]},"properties":{"@type":"node","@id":17971023,"@timestamp":1240777553},"coords":"51.3228526,-1.0453925","bedrooms":"1","price":"170000","area":"421"} , +{"type":"Feature","id":"n17978968","geometry":{"type":"Point","coordinates":[-0.3376727,51.5595956]},"properties":{"@type":"node","@id":17978968,"@timestamp":1373230560},"coords":"51.5595956,-0.3376727","bedrooms":"2","price":"287000","area":"408"} , +{"type":"Feature","id":"n17984144","geometry":{"type":"Point","coordinates":[-0.0356212,51.7737142]},"properties":{"@type":"node","@id":17984144,"@timestamp":1191349648},"coords":"51.7737142,-0.0356212","bedrooms":"4","price":"192000","area":"515"} , +{"type":"Feature","id":"n17985583","geometry":{"type":"Point","coordinates":[-0.012809,51.6747879]},"properties":{"@type":"node","@id":17985583,"@timestamp":1204324276},"coords":"51.6747879,-0.012809","bedrooms":"3","price":"151000","area":"548"} , +{"type":"Feature","id":"n17985600","geometry":{"type":"Point","coordinates":[-0.0181988,51.667077]},"properties":{"@type":"node","@id":17985600,"@timestamp":1617456568},"coords":"51.667077,-0.0181988","bedrooms":"0","price":"241000","area":"428"} , +{"type":"Feature","id":"n17985641","geometry":{"type":"Point","coordinates":[-0.0214462,51.6519173]},"properties":{"@type":"node","@id":17985641,"@timestamp":1194373961},"coords":"51.6519173,-0.0214462","bedrooms":"1","price":"192000","area":"599"} , +{"type":"Feature","id":"n17985905","geometry":{"type":"Point","coordinates":[-0.0264909,51.6459155]},"properties":{"@type":"node","@id":17985905,"@timestamp":1194373434},"coords":"51.6459155,-0.0264909","bedrooms":"4","price":"251000","area":"469"} , +{"type":"Feature","id":"n17985955","geometry":{"type":"Point","coordinates":[-0.0324677,51.6259517]},"properties":{"@type":"node","@id":17985955,"@timestamp":1617459693},"coords":"51.6259517,-0.0324677","bedrooms":"1","price":"223000","area":"422"} , +{"type":"Feature","id":"n17991792","geometry":{"type":"Point","coordinates":[-0.9584546,51.1594641]},"properties":{"@type":"node","@id":17991792,"@timestamp":1491080887},"coords":"51.1594641,-0.9584546","bedrooms":"0","price":"181000","area":"402"} , +{"type":"Feature","id":"n18022501","geometry":{"type":"Point","coordinates":[-0.7919356,51.6139933]},"properties":{"@type":"node","@id":18022501,"@timestamp":1296856907},"coords":"51.6139933,-0.7919356","bedrooms":"0","price":"222000","area":"383"} , +{"type":"Feature","id":"n18038190","geometry":{"type":"Point","coordinates":[0.0325752,51.5094815]},"properties":{"@type":"node","@id":18038190,"@timestamp":1561960404},"coords":"51.5094815,0.0325752","bedrooms":"1","price":"215000","area":"442"} , +{"type":"Feature","id":"n18041860","geometry":{"type":"Point","coordinates":[-0.0482229,51.5113018]},"properties":{"@type":"node","@id":18041860,"@timestamp":1635078204},"coords":"51.5113018,-0.0482229","bedrooms":"0","price":"163000","area":"541"} , +{"type":"Feature","id":"n18045418","geometry":{"type":"Point","coordinates":[-0.5180499,51.0193493]},"properties":{"@type":"node","@id":18045418,"@timestamp":1186140537},"coords":"51.0193493,-0.5180499","bedrooms":"3","price":"283000","area":"526"} , +{"type":"Feature","id":"n18051621","geometry":{"type":"Point","coordinates":[-0.1004599,51.6489313]},"properties":{"@type":"node","@id":18051621,"@timestamp":1160523025},"coords":"51.6489313,-0.1004599","bedrooms":"4","price":"202000","area":"605"} , +{"type":"Feature","id":"n18061117","geometry":{"type":"Point","coordinates":[-0.0521908,51.5626944]},"properties":{"@type":"node","@id":18061117,"@timestamp":1608863103},"coords":"51.5626944,-0.0521908","bedrooms":"1","price":"161000","area":"489"} , +{"type":"Feature","id":"n18061272","geometry":{"type":"Point","coordinates":[-0.0674474,51.5403734]},"properties":{"@type":"node","@id":18061272,"@timestamp":1587590063},"coords":"51.5403734,-0.0674474","bedrooms":"3","price":"191000","area":"529"} , +{"type":"Feature","id":"n18064203","geometry":{"type":"Point","coordinates":[-0.0504402,51.5429386]},"properties":{"@type":"node","@id":18064203,"@timestamp":1635525438},"coords":"51.5429386,-0.0504402","bedrooms":"3","price":"285000","area":"443"} , +{"type":"Feature","id":"n18064438","geometry":{"type":"Point","coordinates":[-0.0513687,51.5384906]},"properties":{"@type":"node","@id":18064438,"@timestamp":1606325034},"coords":"51.5384906,-0.0513687","bedrooms":"4","price":"288000","area":"429"} , +{"type":"Feature","id":"n18066082","geometry":{"type":"Point","coordinates":[-0.0216507,51.5180014]},"properties":{"@type":"node","@id":18066082,"@timestamp":1160536842},"coords":"51.5180014,-0.0216507","bedrooms":"1","price":"201000","area":"631"} , +{"type":"Feature","id":"n18066154","geometry":{"type":"Point","coordinates":[-0.0167934,51.508938]},"properties":{"@type":"node","@id":18066154,"@timestamp":1610889788},"coords":"51.508938,-0.0167934","bedrooms":"2","price":"158000","area":"499"} , +{"type":"Feature","id":"n18082481","geometry":{"type":"Point","coordinates":[-0.7074489,51.5266343]},"properties":{"@type":"node","@id":18082481,"@timestamp":1160560055},"coords":"51.5266343,-0.7074489","bedrooms":"0","price":"264000","area":"517"} , +{"type":"Feature","id":"n18083163","geometry":{"type":"Point","coordinates":[-0.3019168,50.9924689]},"properties":{"@type":"node","@id":18083163,"@timestamp":1188311241},"coords":"50.9924689,-0.3019168","bedrooms":"4","price":"163000","area":"636"} , +{"type":"Feature","id":"n18092193","geometry":{"type":"Point","coordinates":[-0.0182316,51.5936105]},"properties":{"@type":"node","@id":18092193,"@timestamp":1564917401},"coords":"51.5936105,-0.0182316","bedrooms":"2","price":"161000","area":"508"} , +{"type":"Feature","id":"n18094795","geometry":{"type":"Point","coordinates":[-0.206428,51.2271101]},"properties":{"@type":"node","@id":18094795,"@timestamp":1160586731},"coords":"51.2271101,-0.206428","bedrooms":"3","price":"180000","area":"489"} , +{"type":"Feature","id":"n18094822","geometry":{"type":"Point","coordinates":[-0.2024334,51.2312904]},"properties":{"@type":"node","@id":18094822,"@timestamp":1167764449},"coords":"51.2312904,-0.2024334","bedrooms":"1","price":"184000","area":"370"} , +{"type":"Feature","id":"n18094841","geometry":{"type":"Point","coordinates":[-0.2013556,51.2305425]},"properties":{"@type":"node","@id":18094841,"@timestamp":1160586733},"coords":"51.2305425,-0.2013556","bedrooms":"2","price":"244000","area":"448"} , +{"type":"Feature","id":"n18107950","geometry":{"type":"Point","coordinates":[-0.0878108,51.6514611]},"properties":{"@type":"node","@id":18107950,"@timestamp":1186267018},"coords":"51.6514611,-0.0878108","bedrooms":"4","price":"291000","area":"432"} , +{"type":"Feature","id":"n18126552","geometry":{"type":"Point","coordinates":[-0.2666553,51.4946326]},"properties":{"@type":"node","@id":18126552,"@timestamp":1192273009},"coords":"51.4946326,-0.2666553","bedrooms":"1","price":"296000","area":"399"} , +{"type":"Feature","id":"n18129884","geometry":{"type":"Point","coordinates":[-0.1485459,51.4947842]},"properties":{"@type":"node","@id":18129884,"@timestamp":1559797245},"coords":"51.4947842,-0.1485459","bedrooms":"1","price":"271000","area":"447"} , +{"type":"Feature","id":"n18160285","geometry":{"type":"Point","coordinates":[-0.1729445,51.1703525]},"properties":{"@type":"node","@id":18160285,"@timestamp":1190498273},"coords":"51.1703525,-0.1729445","bedrooms":"3","price":"214000","area":"511"} , +{"type":"Feature","id":"n18160436","geometry":{"type":"Point","coordinates":[-0.1751418,51.1688835]},"properties":{"@type":"node","@id":18160436,"@timestamp":1190498271},"coords":"51.1688835,-0.1751418","bedrooms":"1","price":"221000","area":"691"} , +{"type":"Feature","id":"n18160831","geometry":{"type":"Point","coordinates":[-0.553702,50.9741261]},"properties":{"@type":"node","@id":18160831,"@timestamp":1160738651},"coords":"50.9741261,-0.553702","bedrooms":"0","price":"285000","area":"510"} , +{"type":"Feature","id":"n18161435","geometry":{"type":"Point","coordinates":[-0.5406996,50.9594698]},"properties":{"@type":"node","@id":18161435,"@timestamp":1160740873},"coords":"50.9594698,-0.5406996","bedrooms":"3","price":"157000","area":"401"} , +{"type":"Feature","id":"n18161462","geometry":{"type":"Point","coordinates":[-0.5332473,50.973108]},"properties":{"@type":"node","@id":18161462,"@timestamp":1160740875},"coords":"50.973108,-0.5332473","bedrooms":"1","price":"272000","area":"404"} , +{"type":"Feature","id":"n18161474","geometry":{"type":"Point","coordinates":[-0.5388473,50.9614686]},"properties":{"@type":"node","@id":18161474,"@timestamp":1160740879},"coords":"50.9614686,-0.5388473","bedrooms":"2","price":"175000","area":"367"} , +{"type":"Feature","id":"n18161574","geometry":{"type":"Point","coordinates":[-0.5745492,50.9866252]},"properties":{"@type":"node","@id":18161574,"@timestamp":1160742042},"coords":"50.9866252,-0.5745492","bedrooms":"0","price":"157000","area":"579"} , +{"type":"Feature","id":"n18161592","geometry":{"type":"Point","coordinates":[-0.5572201,50.9963499]},"properties":{"@type":"node","@id":18161592,"@timestamp":1160742043},"coords":"50.9963499,-0.5572201","bedrooms":"4","price":"282000","area":"360"} , +{"type":"Feature","id":"n18161608","geometry":{"type":"Point","coordinates":[-0.5573573,50.990027]},"properties":{"@type":"node","@id":18161608,"@timestamp":1160742047},"coords":"50.990027,-0.5573573","bedrooms":"0","price":"249000","area":"362"} , +{"type":"Feature","id":"n18161618","geometry":{"type":"Point","coordinates":[-0.5523247,50.9872728]},"properties":{"@type":"node","@id":18161618,"@timestamp":1160742048},"coords":"50.9872728,-0.5523247","bedrooms":"1","price":"175000","area":"427"} , +{"type":"Feature","id":"n18161722","geometry":{"type":"Point","coordinates":[-0.498205,51.0263101]},"properties":{"@type":"node","@id":18161722,"@timestamp":1212772480},"coords":"51.0263101,-0.498205","bedrooms":"4","price":"262000","area":"375"} , +{"type":"Feature","id":"n18162122","geometry":{"type":"Point","coordinates":[-0.0585231,51.5238717]},"properties":{"@type":"node","@id":18162122,"@timestamp":1625267245},"coords":"51.5238717,-0.0585231","bedrooms":"1","price":"289000","area":"445"} , +{"type":"Feature","id":"n18162346","geometry":{"type":"Point","coordinates":[-0.0413177,51.6575571]},"properties":{"@type":"node","@id":18162346,"@timestamp":1204541334},"coords":"51.6575571,-0.0413177","bedrooms":"1","price":"152000","area":"532"} , +{"type":"Feature","id":"n18162617","geometry":{"type":"Point","coordinates":[-0.5420475,50.9593658]},"properties":{"@type":"node","@id":18162617,"@timestamp":1160746126},"coords":"50.9593658,-0.5420475","bedrooms":"4","price":"187000","area":"453"} , +{"type":"Feature","id":"n18162735","geometry":{"type":"Point","coordinates":[-0.0379508,51.6540774]},"properties":{"@type":"node","@id":18162735,"@timestamp":1160746455},"coords":"51.6540774,-0.0379508","bedrooms":"4","price":"168000","area":"491"} , +{"type":"Feature","id":"n18162754","geometry":{"type":"Point","coordinates":[-0.0388295,51.6549671]},"properties":{"@type":"node","@id":18162754,"@timestamp":1160746455},"coords":"51.6549671,-0.0388295","bedrooms":"4","price":"175000","area":"575"} , +{"type":"Feature","id":"n18163305","geometry":{"type":"Point","coordinates":[-0.3435291,51.5548122]},"properties":{"@type":"node","@id":18163305,"@timestamp":1183346952},"coords":"51.5548122,-0.3435291","bedrooms":"4","price":"255000","area":"574"} , +{"type":"Feature","id":"n18163393","geometry":{"type":"Point","coordinates":[-0.3563984,51.5550014]},"properties":{"@type":"node","@id":18163393,"@timestamp":1160749228},"coords":"51.5550014,-0.3563984","bedrooms":"1","price":"266000","area":"612"} , +{"type":"Feature","id":"n18163424","geometry":{"type":"Point","coordinates":[-0.3380096,51.5612669]},"properties":{"@type":"node","@id":18163424,"@timestamp":1187556397},"coords":"51.5612669,-0.3380096","bedrooms":"3","price":"298000","area":"521"} , +{"type":"Feature","id":"n18164088","geometry":{"type":"Point","coordinates":[-0.3207078,51.2262417]},"properties":{"@type":"node","@id":18164088,"@timestamp":1188259397},"coords":"51.2262417,-0.3207078","bedrooms":"2","price":"254000","area":"624"} , +{"type":"Feature","id":"n18174804","geometry":{"type":"Point","coordinates":[0.0072328,51.3788222]},"properties":{"@type":"node","@id":18174804,"@timestamp":1194731361},"coords":"51.3788222,0.0072328","bedrooms":"4","price":"226000","area":"362"} , +{"type":"Feature","id":"n18199512","geometry":{"type":"Point","coordinates":[-0.4172807,51.4988829]},"properties":{"@type":"node","@id":18199512,"@timestamp":1160798404},"coords":"51.4988829,-0.4172807","bedrooms":"1","price":"195000","area":"627"} , +{"type":"Feature","id":"n18233979","geometry":{"type":"Point","coordinates":[-1.0472317,51.3224734]},"properties":{"@type":"node","@id":18233979,"@timestamp":1241435174},"coords":"51.3224734,-1.0472317","bedrooms":"2","price":"190000","area":"501"} , +{"type":"Feature","id":"n18234025","geometry":{"type":"Point","coordinates":[-1.0456142,51.3239186]},"properties":{"@type":"node","@id":18234025,"@timestamp":1240777568},"coords":"51.3239186,-1.0456142","bedrooms":"1","price":"155000","area":"403"} , +{"type":"Feature","id":"n18235131","geometry":{"type":"Point","coordinates":[-0.243065,51.4660149]},"properties":{"@type":"node","@id":18235131,"@timestamp":1160841641},"coords":"51.4660149,-0.243065","bedrooms":"0","price":"212000","area":"577"} , +{"type":"Feature","id":"n18235189","geometry":{"type":"Point","coordinates":[-0.2228527,51.4706578]},"properties":{"@type":"node","@id":18235189,"@timestamp":1160841644},"coords":"51.4706578,-0.2228527","bedrooms":"2","price":"289000","area":"447"} , +{"type":"Feature","id":"n18237646","geometry":{"type":"Point","coordinates":[-0.0437058,51.8178736]},"properties":{"@type":"node","@id":18237646,"@timestamp":1192366463},"coords":"51.8178736,-0.0437058","bedrooms":"4","price":"201000","area":"438"} , +{"type":"Feature","id":"n18237812","geometry":{"type":"Point","coordinates":[-0.2272308,51.4539394]},"properties":{"@type":"node","@id":18237812,"@timestamp":1160847455},"coords":"51.4539394,-0.2272308","bedrooms":"2","price":"223000","area":"421"} , +{"type":"Feature","id":"n18238098","geometry":{"type":"Point","coordinates":[-0.1390376,50.9570463]},"properties":{"@type":"node","@id":18238098,"@timestamp":1622461387},"coords":"50.9570463,-0.1390376","bedrooms":"1","price":"207000","area":"456"} , +{"type":"Feature","id":"n18238375","geometry":{"type":"Point","coordinates":[-0.5054766,51.0285721]},"properties":{"@type":"node","@id":18238375,"@timestamp":1160848862},"coords":"51.0285721,-0.5054766","bedrooms":"0","price":"164000","area":"564"} , +{"type":"Feature","id":"n18239315","geometry":{"type":"Point","coordinates":[-0.6325518,51.0325633]},"properties":{"@type":"node","@id":18239315,"@timestamp":1191188076},"coords":"51.0325633,-0.6325518","bedrooms":"0","price":"160000","area":"416"} , +{"type":"Feature","id":"n18239431","geometry":{"type":"Point","coordinates":[-0.6483338,51.1584278]},"properties":{"@type":"node","@id":18239431,"@timestamp":1160849875},"coords":"51.1584278,-0.6483338","bedrooms":"4","price":"253000","area":"693"} , +{"type":"Feature","id":"n18239515","geometry":{"type":"Point","coordinates":[-0.2375586,51.4578263]},"properties":{"@type":"node","@id":18239515,"@timestamp":1601249916},"coords":"51.4578263,-0.2375586","bedrooms":"2","price":"278000","area":"566"} , +{"type":"Feature","id":"n18243769","geometry":{"type":"Point","coordinates":[-1.1035681,51.3268805]},"properties":{"@type":"node","@id":18243769,"@timestamp":1160862296},"coords":"51.3268805,-1.1035681","bedrooms":"0","price":"219000","area":"600"} , +{"type":"Feature","id":"n18282212","geometry":{"type":"Point","coordinates":[-0.2391834,51.4577108]},"properties":{"@type":"node","@id":18282212,"@timestamp":1601249916},"coords":"51.4577108,-0.2391834","bedrooms":"3","price":"286000","area":"534"} , +{"type":"Feature","id":"n18282256","geometry":{"type":"Point","coordinates":[-0.2398109,51.4559789]},"properties":{"@type":"node","@id":18282256,"@timestamp":1160911247},"coords":"51.4559789,-0.2398109","bedrooms":"3","price":"233000","area":"611"} , +{"type":"Feature","id":"n18285093","geometry":{"type":"Point","coordinates":[-0.1651997,51.6557702]},"properties":{"@type":"node","@id":18285093,"@timestamp":1160913845},"coords":"51.6557702,-0.1651997","bedrooms":"4","price":"294000","area":"441"} , +{"type":"Feature","id":"n18290405","geometry":{"type":"Point","coordinates":[-0.145116,50.9472619]},"properties":{"@type":"node","@id":18290405,"@timestamp":1198499282},"coords":"50.9472619,-0.145116","bedrooms":"2","price":"211000","area":"645"} , +{"type":"Feature","id":"n18292926","geometry":{"type":"Point","coordinates":[-0.2341282,51.4661471]},"properties":{"@type":"node","@id":18292926,"@timestamp":1160930412},"coords":"51.4661471,-0.2341282","bedrooms":"4","price":"195000","area":"454"} , +{"type":"Feature","id":"n18293092","geometry":{"type":"Point","coordinates":[-0.2209889,51.4637439]},"properties":{"@type":"node","@id":18293092,"@timestamp":1160931264},"coords":"51.4637439,-0.2209889","bedrooms":"3","price":"219000","area":"556"} , +{"type":"Feature","id":"n18293402","geometry":{"type":"Point","coordinates":[-0.2188914,51.4664843]},"properties":{"@type":"node","@id":18293402,"@timestamp":1160932584},"coords":"51.4664843,-0.2188914","bedrooms":"2","price":"225000","area":"363"} , +{"type":"Feature","id":"n18293618","geometry":{"type":"Point","coordinates":[-0.2365153,51.4609873]},"properties":{"@type":"node","@id":18293618,"@timestamp":1160932630},"coords":"51.4609873,-0.2365153","bedrooms":"2","price":"276000","area":"350"} , +{"type":"Feature","id":"n18294926","geometry":{"type":"Point","coordinates":[-0.6933679,51.538634]},"properties":{"@type":"node","@id":18294926,"@timestamp":1160933915},"coords":"51.538634,-0.6933679","bedrooms":"4","price":"291000","area":"617"} , +{"type":"Feature","id":"n18294941","geometry":{"type":"Point","coordinates":[-0.6927958,51.5412437]},"properties":{"@type":"node","@id":18294941,"@timestamp":1160933916},"coords":"51.5412437,-0.6927958","bedrooms":"1","price":"246000","area":"440"} , +{"type":"Feature","id":"n18294951","geometry":{"type":"Point","coordinates":[-0.6930818,51.5402947]},"properties":{"@type":"node","@id":18294951,"@timestamp":1160933917},"coords":"51.5402947,-0.6930818","bedrooms":"3","price":"174000","area":"361"} , +{"type":"Feature","id":"n18295611","geometry":{"type":"Point","coordinates":[-0.6921282,51.543013]},"properties":{"@type":"node","@id":18295611,"@timestamp":1160934543},"coords":"51.543013,-0.6921282","bedrooms":"3","price":"288000","area":"688"} , +{"type":"Feature","id":"n18295623","geometry":{"type":"Point","coordinates":[-0.6899826,51.5470062]},"properties":{"@type":"node","@id":18295623,"@timestamp":1160934544},"coords":"51.5470062,-0.6899826","bedrooms":"3","price":"246000","area":"550"} , +{"type":"Feature","id":"n18295636","geometry":{"type":"Point","coordinates":[-0.6893151,51.5480045]},"properties":{"@type":"node","@id":18295636,"@timestamp":1160934545},"coords":"51.5480045,-0.6893151","bedrooms":"3","price":"191000","area":"578"} , +{"type":"Feature","id":"n18295649","geometry":{"type":"Point","coordinates":[-0.6896012,51.5511176]},"properties":{"@type":"node","@id":18295649,"@timestamp":1160934546},"coords":"51.5511176,-0.6896012","bedrooms":"2","price":"169000","area":"609"} , +{"type":"Feature","id":"n18295663","geometry":{"type":"Point","coordinates":[-0.6893628,51.5532029]},"properties":{"@type":"node","@id":18295663,"@timestamp":1160934547},"coords":"51.5532029,-0.6893628","bedrooms":"4","price":"259000","area":"470"} , +{"type":"Feature","id":"n18295674","geometry":{"type":"Point","coordinates":[-0.6904435,51.5525407]},"properties":{"@type":"node","@id":18295674,"@timestamp":1160934548},"coords":"51.5525407,-0.6904435","bedrooms":"2","price":"222000","area":"675"} , +{"type":"Feature","id":"n18295684","geometry":{"type":"Point","coordinates":[-0.6909839,51.5490817]},"properties":{"@type":"node","@id":18295684,"@timestamp":1160934549},"coords":"51.5490817,-0.6909839","bedrooms":"2","price":"233000","area":"463"} , +{"type":"Feature","id":"n18295694","geometry":{"type":"Point","coordinates":[-0.6913495,51.545662]},"properties":{"@type":"node","@id":18295694,"@timestamp":1160934550},"coords":"51.545662,-0.6913495","bedrooms":"4","price":"154000","area":"535"} , +{"type":"Feature","id":"n18295704","geometry":{"type":"Point","coordinates":[-0.6929388,51.5430032]},"properties":{"@type":"node","@id":18295704,"@timestamp":1160934550},"coords":"51.5430032,-0.6929388","bedrooms":"1","price":"272000","area":"507"} , +{"type":"Feature","id":"n18296986","geometry":{"type":"Point","coordinates":[-0.0683605,50.9647486]},"properties":{"@type":"node","@id":18296986,"@timestamp":1188157177},"coords":"50.9647486,-0.0683605","bedrooms":"4","price":"235000","area":"637"} , +{"type":"Feature","id":"n18301647","geometry":{"type":"Point","coordinates":[-0.2311585,51.4679388]},"properties":{"@type":"node","@id":18301647,"@timestamp":1160943928},"coords":"51.4679388,-0.2311585","bedrooms":"2","price":"160000","area":"444"} , +{"type":"Feature","id":"n18330271","geometry":{"type":"Point","coordinates":[-0.4529196,51.0206087]},"properties":{"@type":"node","@id":18330271,"@timestamp":1570028335},"coords":"51.0206087,-0.4529196","bedrooms":"0","price":"235000","area":"497"} , +{"type":"Feature","id":"n18331579","geometry":{"type":"Point","coordinates":[-0.0891014,51.670812]},"properties":{"@type":"node","@id":18331579,"@timestamp":1161003140},"coords":"51.670812,-0.0891014","bedrooms":"4","price":"293000","area":"696"} , +{"type":"Feature","id":"n18338955","geometry":{"type":"Point","coordinates":[-0.5950572,50.9804563]},"properties":{"@type":"node","@id":18338955,"@timestamp":1161022415},"coords":"50.9804563,-0.5950572","bedrooms":"0","price":"235000","area":"438"} , +{"type":"Feature","id":"n18338967","geometry":{"type":"Point","coordinates":[-0.5935045,50.9772394]},"properties":{"@type":"node","@id":18338967,"@timestamp":1161022416},"coords":"50.9772394,-0.5935045","bedrooms":"2","price":"188000","area":"613"} , +{"type":"Feature","id":"n18338979","geometry":{"type":"Point","coordinates":[-0.5936876,50.9743968]},"properties":{"@type":"node","@id":18338979,"@timestamp":1161022417},"coords":"50.9743968,-0.5936876","bedrooms":"4","price":"160000","area":"415"} , +{"type":"Feature","id":"n18339015","geometry":{"type":"Point","coordinates":[-0.5991001,50.9716204]},"properties":{"@type":"node","@id":18339015,"@timestamp":1161022420},"coords":"50.9716204,-0.5991001","bedrooms":"2","price":"244000","area":"655"} , +{"type":"Feature","id":"n18339183","geometry":{"type":"Point","coordinates":[-0.5312262,51.0294241]},"properties":{"@type":"node","@id":18339183,"@timestamp":1161022436},"coords":"51.0294241,-0.5312262","bedrooms":"4","price":"247000","area":"509"} , +{"type":"Feature","id":"n18339204","geometry":{"type":"Point","coordinates":[-0.5397608,51.0205136]},"properties":{"@type":"node","@id":18339204,"@timestamp":1161022438},"coords":"51.0205136,-0.5397608","bedrooms":"3","price":"229000","area":"635"} , +{"type":"Feature","id":"n18339217","geometry":{"type":"Point","coordinates":[-0.5382131,51.0149196]},"properties":{"@type":"node","@id":18339217,"@timestamp":1161022439},"coords":"51.0149196,-0.5382131","bedrooms":"4","price":"259000","area":"414"} , +{"type":"Feature","id":"n18341211","geometry":{"type":"Point","coordinates":[-0.6732053,51.5861525]},"properties":{"@type":"node","@id":18341211,"@timestamp":1161024354},"coords":"51.5861525,-0.6732053","bedrooms":"0","price":"215000","area":"451"} , +{"type":"Feature","id":"n18341225","geometry":{"type":"Point","coordinates":[-0.6717762,51.5791752]},"properties":{"@type":"node","@id":18341225,"@timestamp":1161024355},"coords":"51.5791752,-0.6717762","bedrooms":"3","price":"249000","area":"646"} , +{"type":"Feature","id":"n18341238","geometry":{"type":"Point","coordinates":[-0.6771826,51.5796947]},"properties":{"@type":"node","@id":18341238,"@timestamp":1226845705},"coords":"51.5796947,-0.6771826","bedrooms":"2","price":"271000","area":"660"} , +{"type":"Feature","id":"n18341498","geometry":{"type":"Point","coordinates":[-0.6686628,51.5876589]},"properties":{"@type":"node","@id":18341498,"@timestamp":1161024876},"coords":"51.5876589,-0.6686628","bedrooms":"4","price":"297000","area":"449"} , +{"type":"Feature","id":"n18341560","geometry":{"type":"Point","coordinates":[-0.6601901,51.5826006]},"properties":{"@type":"node","@id":18341560,"@timestamp":1161024879},"coords":"51.5826006,-0.6601901","bedrooms":"2","price":"167000","area":"532"} , +{"type":"Feature","id":"n18341570","geometry":{"type":"Point","coordinates":[-0.6572809,51.5867234]},"properties":{"@type":"node","@id":18341570,"@timestamp":1161024880},"coords":"51.5867234,-0.6572809","bedrooms":"0","price":"180000","area":"388"} , +{"type":"Feature","id":"n18341936","geometry":{"type":"Point","coordinates":[-0.6291161,51.5830395]},"properties":{"@type":"node","@id":18341936,"@timestamp":1161025737},"coords":"51.5830395,-0.6291161","bedrooms":"2","price":"264000","area":"498"} , +{"type":"Feature","id":"n18342577","geometry":{"type":"Point","coordinates":[-0.1648818,51.911172]},"properties":{"@type":"node","@id":18342577,"@timestamp":1161027244},"coords":"51.911172,-0.1648818","bedrooms":"4","price":"232000","area":"494"} , +{"type":"Feature","id":"n18342607","geometry":{"type":"Point","coordinates":[-0.1617432,51.9096066]},"properties":{"@type":"node","@id":18342607,"@timestamp":1161027248},"coords":"51.9096066,-0.1617432","bedrooms":"3","price":"283000","area":"467"} , +{"type":"Feature","id":"n18344161","geometry":{"type":"Point","coordinates":[-0.1950367,51.8904296]},"properties":{"@type":"node","@id":18344161,"@timestamp":1179073362},"coords":"51.8904296,-0.1950367","bedrooms":"0","price":"156000","area":"553"} , +{"type":"Feature","id":"n18345939","geometry":{"type":"Point","coordinates":[-0.2098965,51.9063466]},"properties":{"@type":"node","@id":18345939,"@timestamp":1327739182},"coords":"51.9063466,-0.2098965","bedrooms":"0","price":"287000","area":"684"} , +{"type":"Feature","id":"n18354488","geometry":{"type":"Point","coordinates":[-0.1675197,51.6967263]},"properties":{"@type":"node","@id":18354488,"@timestamp":1161040381},"coords":"51.6967263,-0.1675197","bedrooms":"2","price":"181000","area":"372"} , +{"type":"Feature","id":"n18356705","geometry":{"type":"Point","coordinates":[-0.1120345,51.6986909]},"properties":{"@type":"node","@id":18356705,"@timestamp":1161042312},"coords":"51.6986909,-0.1120345","bedrooms":"3","price":"286000","area":"626"} , +{"type":"Feature","id":"n18356729","geometry":{"type":"Point","coordinates":[-0.1007609,51.6971318]},"properties":{"@type":"node","@id":18356729,"@timestamp":1161042327},"coords":"51.6971318,-0.1007609","bedrooms":"0","price":"256000","area":"391"} , +{"type":"Feature","id":"n18356767","geometry":{"type":"Point","coordinates":[-0.0832201,51.7010535]},"properties":{"@type":"node","@id":18356767,"@timestamp":1193337613},"coords":"51.7010535,-0.0832201","bedrooms":"4","price":"242000","area":"508"} , +{"type":"Feature","id":"n18384047","geometry":{"type":"Point","coordinates":[-0.1011456,51.6941927]},"properties":{"@type":"node","@id":18384047,"@timestamp":1161107901},"coords":"51.6941927,-0.1011456","bedrooms":"2","price":"201000","area":"494"} , +{"type":"Feature","id":"n18393174","geometry":{"type":"Point","coordinates":[-0.1755708,51.4387998]},"properties":{"@type":"node","@id":18393174,"@timestamp":1198513884},"coords":"51.4387998,-0.1755708","bedrooms":"3","price":"192000","area":"538"} , +{"type":"Feature","id":"n18406473","geometry":{"type":"Point","coordinates":[-0.0066285,51.4460068]},"properties":{"@type":"node","@id":18406473,"@timestamp":1161132544},"coords":"51.4460068,-0.0066285","bedrooms":"0","price":"260000","area":"626"} , +{"type":"Feature","id":"n18406515","geometry":{"type":"Point","coordinates":[0.0236425,51.4341277]},"properties":{"@type":"node","@id":18406515,"@timestamp":1193001981},"coords":"51.4341277,0.0236425","bedrooms":"0","price":"177000","area":"393"} , +{"type":"Feature","id":"n18407538","geometry":{"type":"Point","coordinates":[0.0194453,51.4316132]},"properties":{"@type":"node","@id":18407538,"@timestamp":1161133943},"coords":"51.4316132,0.0194453","bedrooms":"2","price":"191000","area":"693"} , +{"type":"Feature","id":"n18455333","geometry":{"type":"Point","coordinates":[-0.1722724,51.6955318]},"properties":{"@type":"node","@id":18455333,"@timestamp":1161165021},"coords":"51.6955318,-0.1722724","bedrooms":"2","price":"232000","area":"492"} , +{"type":"Feature","id":"n18466652","geometry":{"type":"Point","coordinates":[-0.0335586,51.6605356]},"properties":{"@type":"node","@id":18466652,"@timestamp":1205489259},"coords":"51.6605356,-0.0335586","bedrooms":"2","price":"204000","area":"662"} , +{"type":"Feature","id":"n18473262","geometry":{"type":"Point","coordinates":[-0.279437,51.9680379]},"properties":{"@type":"node","@id":18473262,"@timestamp":1161191651},"coords":"51.9680379,-0.279437","bedrooms":"2","price":"270000","area":"527"} , +{"type":"Feature","id":"n18475142","geometry":{"type":"Point","coordinates":[-1.044557,51.3217823]},"properties":{"@type":"node","@id":18475142,"@timestamp":1240777571},"coords":"51.3217823,-1.044557","bedrooms":"0","price":"218000","area":"457"} , +{"type":"Feature","id":"n18475396","geometry":{"type":"Point","coordinates":[-1.0324054,51.3157883]},"properties":{"@type":"node","@id":18475396,"@timestamp":1241434651},"coords":"51.3157883,-1.0324054","bedrooms":"3","price":"262000","area":"487"} , +{"type":"Feature","id":"n18481284","geometry":{"type":"Point","coordinates":[-0.3431737,51.5538069]},"properties":{"@type":"node","@id":18481284,"@timestamp":1167341885},"coords":"51.5538069,-0.3431737","bedrooms":"1","price":"237000","area":"374"} , +{"type":"Feature","id":"n18485091","geometry":{"type":"Point","coordinates":[-0.3379384,51.575414]},"properties":{"@type":"node","@id":18485091,"@timestamp":1161203964},"coords":"51.575414,-0.3379384","bedrooms":"0","price":"171000","area":"479"} , +{"type":"Feature","id":"n18605378","geometry":{"type":"Point","coordinates":[0.0105669,51.7517631]},"properties":{"@type":"node","@id":18605378,"@timestamp":1175646698},"coords":"51.7517631,0.0105669","bedrooms":"3","price":"162000","area":"407"} , +{"type":"Feature","id":"n18605432","geometry":{"type":"Point","coordinates":[0.0017113,51.7440235]},"properties":{"@type":"node","@id":18605432,"@timestamp":1161270603},"coords":"51.7440235,0.0017113","bedrooms":"0","price":"194000","area":"693"} , +{"type":"Feature","id":"n18627186","geometry":{"type":"Point","coordinates":[-1.0247786,51.3178152]},"properties":{"@type":"node","@id":18627186,"@timestamp":1241434651},"coords":"51.3178152,-1.0247786","bedrooms":"0","price":"175000","area":"487"} , +{"type":"Feature","id":"n18668317","geometry":{"type":"Point","coordinates":[-0.0319478,51.6413828]},"properties":{"@type":"node","@id":18668317,"@timestamp":1161350401},"coords":"51.6413828,-0.0319478","bedrooms":"3","price":"226000","area":"400"} , +{"type":"Feature","id":"n18675412","geometry":{"type":"Point","coordinates":[-0.539403,50.9612354]},"properties":{"@type":"node","@id":18675412,"@timestamp":1451833443},"coords":"50.9612354,-0.539403","bedrooms":"1","price":"264000","area":"603"} , +{"type":"Feature","id":"n18857150","geometry":{"type":"Point","coordinates":[-0.0206453,51.6585628]},"properties":{"@type":"node","@id":18857150,"@timestamp":1161432560},"coords":"51.6585628,-0.0206453","bedrooms":"3","price":"294000","area":"691"} , +{"type":"Feature","id":"n18857689","geometry":{"type":"Point","coordinates":[-0.0577303,51.6548154]},"properties":{"@type":"node","@id":18857689,"@timestamp":1191331338},"coords":"51.6548154,-0.0577303","bedrooms":"1","price":"205000","area":"554"} , +{"type":"Feature","id":"n18874418","geometry":{"type":"Point","coordinates":[-0.2517504,51.472359]},"properties":{"@type":"node","@id":18874418,"@timestamp":1161445470},"coords":"51.472359,-0.2517504","bedrooms":"0","price":"222000","area":"365"} , +{"type":"Feature","id":"n18874484","geometry":{"type":"Point","coordinates":[-0.2457623,51.4684099]},"properties":{"@type":"node","@id":18874484,"@timestamp":1161445474},"coords":"51.4684099,-0.2457623","bedrooms":"3","price":"207000","area":"681"} , +{"type":"Feature","id":"n18875862","geometry":{"type":"Point","coordinates":[-0.2208177,51.4691569]},"properties":{"@type":"node","@id":18875862,"@timestamp":1161446311},"coords":"51.4691569,-0.2208177","bedrooms":"2","price":"195000","area":"516"} , +{"type":"Feature","id":"n18876929","geometry":{"type":"Point","coordinates":[-0.0492993,51.3105374]},"properties":{"@type":"node","@id":18876929,"@timestamp":1399418768},"coords":"51.3105374,-0.0492993","bedrooms":"4","price":"265000","area":"566"} , +{"type":"Feature","id":"n18876951","geometry":{"type":"Point","coordinates":[-0.0403254,51.3063556]},"properties":{"@type":"node","@id":18876951,"@timestamp":1399418768},"coords":"51.3063556,-0.0403254","bedrooms":"2","price":"195000","area":"528"} , +{"type":"Feature","id":"n18877698","geometry":{"type":"Point","coordinates":[-0.2282241,51.4668766]},"properties":{"@type":"node","@id":18877698,"@timestamp":1161477487},"coords":"51.4668766,-0.2282241","bedrooms":"3","price":"269000","area":"485"} , +{"type":"Feature","id":"n18877801","geometry":{"type":"Point","coordinates":[-0.2310313,51.4822929]},"properties":{"@type":"node","@id":18877801,"@timestamp":1161447296},"coords":"51.4822929,-0.2310313","bedrooms":"0","price":"164000","area":"594"} , +{"type":"Feature","id":"n18878497","geometry":{"type":"Point","coordinates":[-0.2283909,51.4713525]},"properties":{"@type":"node","@id":18878497,"@timestamp":1161447783},"coords":"51.4713525,-0.2283909","bedrooms":"2","price":"221000","area":"451"} , +{"type":"Feature","id":"n18911640","geometry":{"type":"Point","coordinates":[-0.2331247,51.4824508]},"properties":{"@type":"node","@id":18911640,"@timestamp":1161459245},"coords":"51.4824508,-0.2331247","bedrooms":"1","price":"170000","area":"538"} , +{"type":"Feature","id":"n18945149","geometry":{"type":"Point","coordinates":[-0.0486099,51.8196061]},"properties":{"@type":"node","@id":18945149,"@timestamp":1192366740},"coords":"51.8196061,-0.0486099","bedrooms":"2","price":"282000","area":"393"} , +{"type":"Feature","id":"n19042306","geometry":{"type":"Point","coordinates":[-0.5041669,51.0246538]},"properties":{"@type":"node","@id":19042306,"@timestamp":1516834668},"coords":"51.0246538,-0.5041669","bedrooms":"4","price":"193000","area":"419"} , +{"type":"Feature","id":"n19049854","geometry":{"type":"Point","coordinates":[-1.089104,51.2850358]},"properties":{"@type":"node","@id":19049854,"@timestamp":1239737391},"coords":"51.2850358,-1.089104","bedrooms":"0","price":"188000","area":"527"} , +{"type":"Feature","id":"n19083242","geometry":{"type":"Point","coordinates":[-0.0835292,51.6438911]},"properties":{"@type":"node","@id":19083242,"@timestamp":1161542285},"coords":"51.6438911,-0.0835292","bedrooms":"1","price":"182000","area":"659"} , +{"type":"Feature","id":"n19086704","geometry":{"type":"Point","coordinates":[-0.1300075,51.6491972]},"properties":{"@type":"node","@id":19086704,"@timestamp":1192726072},"coords":"51.6491972,-0.1300075","bedrooms":"3","price":"219000","area":"531"} , +{"type":"Feature","id":"n19091857","geometry":{"type":"Point","coordinates":[-0.1470843,51.4194866]},"properties":{"@type":"node","@id":19091857,"@timestamp":1605455977},"coords":"51.4194866,-0.1470843","bedrooms":"4","price":"273000","area":"600"} , +{"type":"Feature","id":"n19106294","geometry":{"type":"Point","coordinates":[-0.124789,51.4415511]},"properties":{"@type":"node","@id":19106294,"@timestamp":1592413799},"coords":"51.4415511,-0.124789","bedrooms":"4","price":"255000","area":"585"} , +{"type":"Feature","id":"n19109109","geometry":{"type":"Point","coordinates":[-0.2331903,51.320218]},"properties":{"@type":"node","@id":19109109,"@timestamp":1624294962},"coords":"51.320218,-0.2331903","bedrooms":"0","price":"156000","area":"568"} , +{"type":"Feature","id":"n19114094","geometry":{"type":"Point","coordinates":[-0.0841249,51.2445381]},"properties":{"@type":"node","@id":19114094,"@timestamp":1182559638},"coords":"51.2445381,-0.0841249","bedrooms":"2","price":"162000","area":"603"} , +{"type":"Feature","id":"n19119362","geometry":{"type":"Point","coordinates":[-0.2099283,51.2379888]},"properties":{"@type":"node","@id":19119362,"@timestamp":1610359380},"coords":"51.2379888,-0.2099283","bedrooms":"1","price":"203000","area":"611"} , +{"type":"Feature","id":"n19172516","geometry":{"type":"Point","coordinates":[-0.4544396,51.4716064]},"properties":{"@type":"node","@id":19172516,"@timestamp":1544540754},"coords":"51.4716064,-0.4544396","bedrooms":"3","price":"185000","area":"473"} , +{"type":"Feature","id":"n19172833","geometry":{"type":"Point","coordinates":[-1.0503718,51.3241554]},"properties":{"@type":"node","@id":19172833,"@timestamp":1240777583},"coords":"51.3241554,-1.0503718","bedrooms":"2","price":"274000","area":"651"} , +{"type":"Feature","id":"n19189859","geometry":{"type":"Point","coordinates":[-0.1343503,51.6667605]},"properties":{"@type":"node","@id":19189859,"@timestamp":1161608532},"coords":"51.6667605,-0.1343503","bedrooms":"1","price":"238000","area":"351"} , +{"type":"Feature","id":"n19191947","geometry":{"type":"Point","coordinates":[-0.1811177,51.662358]},"properties":{"@type":"node","@id":19191947,"@timestamp":1506731105},"coords":"51.662358,-0.1811177","bedrooms":"4","price":"208000","area":"377"} , +{"type":"Feature","id":"n19226886","geometry":{"type":"Point","coordinates":[-0.1694601,51.6631363]},"properties":{"@type":"node","@id":19226886,"@timestamp":1161636524},"coords":"51.6631363,-0.1694601","bedrooms":"3","price":"208000","area":"538"} , +{"type":"Feature","id":"n19238485","geometry":{"type":"Point","coordinates":[-0.7198738,51.0438556]},"properties":{"@type":"node","@id":19238485,"@timestamp":1161642695},"coords":"51.0438556,-0.7198738","bedrooms":"1","price":"199000","area":"586"} , +{"type":"Feature","id":"n19238499","geometry":{"type":"Point","coordinates":[-0.7209496,51.0412017]},"properties":{"@type":"node","@id":19238499,"@timestamp":1161642696},"coords":"51.0412017,-0.7209496","bedrooms":"3","price":"200000","area":"415"} , +{"type":"Feature","id":"n19238512","geometry":{"type":"Point","coordinates":[-0.7181523,51.0365396]},"properties":{"@type":"node","@id":19238512,"@timestamp":1161642697},"coords":"51.0365396,-0.7181523","bedrooms":"3","price":"188000","area":"643"} , +{"type":"Feature","id":"n19238525","geometry":{"type":"Point","coordinates":[-0.7224559,51.0379741]},"properties":{"@type":"node","@id":19238525,"@timestamp":1161642698},"coords":"51.0379741,-0.7224559","bedrooms":"3","price":"283000","area":"411"} , +{"type":"Feature","id":"n19238540","geometry":{"type":"Point","coordinates":[-0.7231014,51.0445728]},"properties":{"@type":"node","@id":19238540,"@timestamp":1161642699},"coords":"51.0445728,-0.7231014","bedrooms":"3","price":"190000","area":"636"} , +{"type":"Feature","id":"n19238562","geometry":{"type":"Point","coordinates":[-0.7273332,51.044788]},"properties":{"@type":"node","@id":19238562,"@timestamp":1161642701},"coords":"51.044788,-0.7273332","bedrooms":"3","price":"263000","area":"454"} , +{"type":"Feature","id":"n19238576","geometry":{"type":"Point","coordinates":[-0.7362271,51.0418473]},"properties":{"@type":"node","@id":19238576,"@timestamp":1161642701},"coords":"51.0418473,-0.7362271","bedrooms":"2","price":"234000","area":"413"} , +{"type":"Feature","id":"n19238590","geometry":{"type":"Point","coordinates":[-0.7346491,51.0421342]},"properties":{"@type":"node","@id":19238590,"@timestamp":1161642702},"coords":"51.0421342,-0.7346491","bedrooms":"1","price":"205000","area":"367"} , +{"type":"Feature","id":"n19238604","geometry":{"type":"Point","coordinates":[-0.7297718,51.0467963]},"properties":{"@type":"node","@id":19238604,"@timestamp":1161642703},"coords":"51.0467963,-0.7297718","bedrooms":"4","price":"261000","area":"545"} , +{"type":"Feature","id":"n19238616","geometry":{"type":"Point","coordinates":[-0.7307939,51.0391038]},"properties":{"@type":"node","@id":19238616,"@timestamp":1161642704},"coords":"51.0391038,-0.7307939","bedrooms":"4","price":"153000","area":"436"} , +{"type":"Feature","id":"n19238629","geometry":{"type":"Point","coordinates":[-0.7246614,51.03749]},"properties":{"@type":"node","@id":19238629,"@timestamp":1161642705},"coords":"51.03749,-0.7246614","bedrooms":"0","price":"289000","area":"528"} , +{"type":"Feature","id":"n19238643","geometry":{"type":"Point","coordinates":[-0.7303277,51.0341547]},"properties":{"@type":"node","@id":19238643,"@timestamp":1161642706},"coords":"51.0341547,-0.7303277","bedrooms":"4","price":"281000","area":"578"} , +{"type":"Feature","id":"n19238659","geometry":{"type":"Point","coordinates":[-0.7181882,51.0339575]},"properties":{"@type":"node","@id":19238659,"@timestamp":1161642707},"coords":"51.0339575,-0.7181882","bedrooms":"2","price":"208000","area":"412"} , +{"type":"Feature","id":"n19238671","geometry":{"type":"Point","coordinates":[-0.7151758,51.030443]},"properties":{"@type":"node","@id":19238671,"@timestamp":1161642707},"coords":"51.030443,-0.7151758","bedrooms":"0","price":"230000","area":"633"} , +{"type":"Feature","id":"n19238685","geometry":{"type":"Point","coordinates":[-0.7080032,51.0328816]},"properties":{"@type":"node","@id":19238685,"@timestamp":1161642708},"coords":"51.0328816,-0.7080032","bedrooms":"4","price":"188000","area":"663"} , +{"type":"Feature","id":"n19238700","geometry":{"type":"Point","coordinates":[-0.7056363,51.0281478]},"properties":{"@type":"node","@id":19238700,"@timestamp":1161642709},"coords":"51.0281478,-0.7056363","bedrooms":"1","price":"222000","area":"429"} , +{"type":"Feature","id":"n19238714","geometry":{"type":"Point","coordinates":[-0.7041301,51.0197559]},"properties":{"@type":"node","@id":19238714,"@timestamp":1161642710},"coords":"51.0197559,-0.7041301","bedrooms":"3","price":"280000","area":"487"} , +{"type":"Feature","id":"n19238733","geometry":{"type":"Point","coordinates":[-0.7231372,51.0209035]},"properties":{"@type":"node","@id":19238733,"@timestamp":1161642711},"coords":"51.0209035,-0.7231372","bedrooms":"3","price":"188000","area":"443"} , +{"type":"Feature","id":"n19238749","geometry":{"type":"Point","coordinates":[-0.7344698,51.024705]},"properties":{"@type":"node","@id":19238749,"@timestamp":1161642712},"coords":"51.024705,-0.7344698","bedrooms":"4","price":"231000","area":"426"} , +{"type":"Feature","id":"n19238762","geometry":{"type":"Point","coordinates":[-0.7476673,51.0252788]},"properties":{"@type":"node","@id":19238762,"@timestamp":1161642713},"coords":"51.0252788,-0.7476673","bedrooms":"0","price":"232000","area":"578"} , +{"type":"Feature","id":"n19238792","geometry":{"type":"Point","coordinates":[-0.7557722,51.0247767]},"properties":{"@type":"node","@id":19238792,"@timestamp":1161642715},"coords":"51.0247767,-0.7557722","bedrooms":"3","price":"226000","area":"690"} , +{"type":"Feature","id":"n19238804","geometry":{"type":"Point","coordinates":[-0.7614385,51.0339575]},"properties":{"@type":"node","@id":19238804,"@timestamp":1161642716},"coords":"51.0339575,-0.7614385","bedrooms":"4","price":"230000","area":"448"} , +{"type":"Feature","id":"n19238816","geometry":{"type":"Point","coordinates":[-0.7512535,51.0343161]},"properties":{"@type":"node","@id":19238816,"@timestamp":1161642717},"coords":"51.0343161,-0.7512535","bedrooms":"0","price":"287000","area":"531"} , +{"type":"Feature","id":"n19238828","geometry":{"type":"Point","coordinates":[-0.7429334,51.0335989]},"properties":{"@type":"node","@id":19238828,"@timestamp":1161642717},"coords":"51.0335989,-0.7429334","bedrooms":"2","price":"192000","area":"479"} , +{"type":"Feature","id":"n19238840","geometry":{"type":"Point","coordinates":[-0.7444396,51.0303712]},"properties":{"@type":"node","@id":19238840,"@timestamp":1161642718},"coords":"51.0303712,-0.7444396","bedrooms":"1","price":"223000","area":"546"} , +{"type":"Feature","id":"n19238852","geometry":{"type":"Point","coordinates":[-0.7395623,51.0300843]},"properties":{"@type":"node","@id":19238852,"@timestamp":1161642719},"coords":"51.0300843,-0.7395623","bedrooms":"3","price":"290000","area":"565"} , +{"type":"Feature","id":"n19238865","geometry":{"type":"Point","coordinates":[-0.7319594,51.0325947]},"properties":{"@type":"node","@id":19238865,"@timestamp":1161642720},"coords":"51.0325947,-0.7319594","bedrooms":"1","price":"163000","area":"680"} , +{"type":"Feature","id":"n19238879","geometry":{"type":"Point","coordinates":[-0.7217027,51.0313037]},"properties":{"@type":"node","@id":19238879,"@timestamp":1161642721},"coords":"51.0313037,-0.7217027","bedrooms":"3","price":"225000","area":"446"} , +{"type":"Feature","id":"n19243734","geometry":{"type":"Point","coordinates":[-0.7484562,51.0389783]},"properties":{"@type":"node","@id":19243734,"@timestamp":1161644061},"coords":"51.0389783,-0.7484562","bedrooms":"0","price":"286000","area":"452"} , +{"type":"Feature","id":"n19243748","geometry":{"type":"Point","coordinates":[-0.7494604,51.0445011]},"properties":{"@type":"node","@id":19243748,"@timestamp":1161644062},"coords":"51.0445011,-0.7494604","bedrooms":"4","price":"299000","area":"385"} , +{"type":"Feature","id":"n19243760","geometry":{"type":"Point","coordinates":[-0.7548398,51.0367548]},"properties":{"@type":"node","@id":19243760,"@timestamp":1161644063},"coords":"51.0367548,-0.7548398","bedrooms":"3","price":"166000","area":"516"} , +{"type":"Feature","id":"n19243772","geometry":{"type":"Point","coordinates":[-0.7555212,51.0444294]},"properties":{"@type":"node","@id":19243772,"@timestamp":1161644064},"coords":"51.0444294,-0.7555212","bedrooms":"0","price":"258000","area":"553"} , +{"type":"Feature","id":"n19243788","geometry":{"type":"Point","coordinates":[-0.7511459,51.0495936]},"properties":{"@type":"node","@id":19243788,"@timestamp":1161644066},"coords":"51.0495936,-0.7511459","bedrooms":"3","price":"205000","area":"588"} , +{"type":"Feature","id":"n19243800","geometry":{"type":"Point","coordinates":[-0.7464838,51.0490198]},"properties":{"@type":"node","@id":19243800,"@timestamp":1161644066},"coords":"51.0490198,-0.7464838","bedrooms":"4","price":"234000","area":"468"} , +{"type":"Feature","id":"n19243819","geometry":{"type":"Point","coordinates":[-0.7412479,51.0475853]},"properties":{"@type":"node","@id":19243819,"@timestamp":1161644068},"coords":"51.0475853,-0.7412479","bedrooms":"4","price":"220000","area":"644"} , +{"type":"Feature","id":"n19243831","geometry":{"type":"Point","coordinates":[-0.7383071,51.0404128]},"properties":{"@type":"node","@id":19243831,"@timestamp":1161644069},"coords":"51.0404128,-0.7383071","bedrooms":"3","price":"262000","area":"434"} , +{"type":"Feature","id":"n19243842","geometry":{"type":"Point","coordinates":[-0.7314215,51.0376155]},"properties":{"@type":"node","@id":19243842,"@timestamp":1161644070},"coords":"51.0376155,-0.7314215","bedrooms":"2","price":"190000","area":"625"} , +{"type":"Feature","id":"n19243854","geometry":{"type":"Point","coordinates":[-0.7432562,51.0370417]},"properties":{"@type":"node","@id":19243854,"@timestamp":1161644071},"coords":"51.0370417,-0.7432562","bedrooms":"1","price":"195000","area":"399"} , +{"type":"Feature","id":"n19244032","geometry":{"type":"Point","coordinates":[-0.7686827,51.0620738]},"properties":{"@type":"node","@id":19244032,"@timestamp":1161644085},"coords":"51.0620738,-0.7686827","bedrooms":"4","price":"155000","area":"468"} , +{"type":"Feature","id":"n19244081","geometry":{"type":"Point","coordinates":[-0.8018915,51.0632931]},"properties":{"@type":"node","@id":19244081,"@timestamp":1161644088},"coords":"51.0632931,-0.8018915","bedrooms":"1","price":"279000","area":"492"} , +{"type":"Feature","id":"n19401886","geometry":{"type":"Point","coordinates":[-0.0773913,51.6796149]},"properties":{"@type":"node","@id":19401886,"@timestamp":1175461047},"coords":"51.6796149,-0.0773913","bedrooms":"1","price":"173000","area":"372"} , +{"type":"Feature","id":"n19402417","geometry":{"type":"Point","coordinates":[-0.0785475,51.6787002]},"properties":{"@type":"node","@id":19402417,"@timestamp":1176491791},"coords":"51.6787002,-0.0785475","bedrooms":"3","price":"285000","area":"380"} , +{"type":"Feature","id":"n19402439","geometry":{"type":"Point","coordinates":[-0.0726928,51.6772763]},"properties":{"@type":"node","@id":19402439,"@timestamp":1176497176},"coords":"51.6772763,-0.0726928","bedrooms":"1","price":"246000","area":"407"} , +{"type":"Feature","id":"n19402451","geometry":{"type":"Point","coordinates":[-0.0829834,51.6734462]},"properties":{"@type":"node","@id":19402451,"@timestamp":1176426279},"coords":"51.6734462,-0.0829834","bedrooms":"4","price":"182000","area":"444"} , +{"type":"Feature","id":"n19429326","geometry":{"type":"Point","coordinates":[-0.3395144,51.7525995]},"properties":{"@type":"node","@id":19429326,"@timestamp":1161706167},"coords":"51.7525995,-0.3395144","bedrooms":"4","price":"163000","area":"640"} , +{"type":"Feature","id":"n19495301","geometry":{"type":"Point","coordinates":[-0.2075718,51.6623994]},"properties":{"@type":"node","@id":19495301,"@timestamp":1161728076},"coords":"51.6623994,-0.2075718","bedrooms":"2","price":"258000","area":"621"} , +{"type":"Feature","id":"n19745814","geometry":{"type":"Point","coordinates":[-0.0569005,51.6372227]},"properties":{"@type":"node","@id":19745814,"@timestamp":1162401399},"coords":"51.6372227,-0.0569005","bedrooms":"1","price":"208000","area":"535"} , +{"type":"Feature","id":"n19751188","geometry":{"type":"Point","coordinates":[-0.0563168,51.6337166]},"properties":{"@type":"node","@id":19751188,"@timestamp":1161800673},"coords":"51.6337166,-0.0563168","bedrooms":"2","price":"288000","area":"641"} , +{"type":"Feature","id":"n19751220","geometry":{"type":"Point","coordinates":[-0.0544164,51.6357842]},"properties":{"@type":"node","@id":19751220,"@timestamp":1204546806},"coords":"51.6357842,-0.0544164","bedrooms":"1","price":"244000","area":"534"} , +{"type":"Feature","id":"n19793634","geometry":{"type":"Point","coordinates":[-0.1182674,51.6880506]},"properties":{"@type":"node","@id":19793634,"@timestamp":1161816003},"coords":"51.6880506,-0.1182674","bedrooms":"3","price":"194000","area":"523"} , +{"type":"Feature","id":"n19812119","geometry":{"type":"Point","coordinates":[-0.0547612,51.6302134]},"properties":{"@type":"node","@id":19812119,"@timestamp":1205411446},"coords":"51.6302134,-0.0547612","bedrooms":"4","price":"292000","area":"380"} , +{"type":"Feature","id":"n19812164","geometry":{"type":"Point","coordinates":[-0.0493414,51.6320495]},"properties":{"@type":"node","@id":19812164,"@timestamp":1161871282},"coords":"51.6320495,-0.0493414","bedrooms":"4","price":"267000","area":"388"} , +{"type":"Feature","id":"n19812203","geometry":{"type":"Point","coordinates":[-0.044917,51.630164]},"properties":{"@type":"node","@id":19812203,"@timestamp":1161871283},"coords":"51.630164,-0.044917","bedrooms":"3","price":"232000","area":"587"} , +{"type":"Feature","id":"n19812236","geometry":{"type":"Point","coordinates":[-0.0484737,51.6289568]},"properties":{"@type":"node","@id":19812236,"@timestamp":1205404555},"coords":"51.6289568,-0.0484737","bedrooms":"4","price":"193000","area":"677"} , +{"type":"Feature","id":"n19861344","geometry":{"type":"Point","coordinates":[-0.0155287,51.7653891]},"properties":{"@type":"node","@id":19861344,"@timestamp":1321189884},"coords":"51.7653891,-0.0155287","bedrooms":"0","price":"267000","area":"607"} , +{"type":"Feature","id":"n19904562","geometry":{"type":"Point","coordinates":[-0.2990286,51.5895847]},"properties":{"@type":"node","@id":19904562,"@timestamp":1623855737},"coords":"51.5895847,-0.2990286","bedrooms":"3","price":"228000","area":"355"} , +{"type":"Feature","id":"n20019502","geometry":{"type":"Point","coordinates":[-0.5786168,51.2178559]},"properties":{"@type":"node","@id":20019502,"@timestamp":1377114470},"coords":"51.2178559,-0.5786168","bedrooms":"4","price":"198000","area":"664"} , +{"type":"Feature","id":"n20019521","geometry":{"type":"Point","coordinates":[-0.5884068,51.2070586]},"properties":{"@type":"node","@id":20019521,"@timestamp":1377114470},"coords":"51.2070586,-0.5884068","bedrooms":"1","price":"280000","area":"434"} , +{"type":"Feature","id":"n20020447","geometry":{"type":"Point","coordinates":[-0.6247614,51.1812317]},"properties":{"@type":"node","@id":20020447,"@timestamp":1377106991},"coords":"51.1812317,-0.6247614","bedrooms":"4","price":"225000","area":"544"} , +{"type":"Feature","id":"n20021850","geometry":{"type":"Point","coordinates":[0.1058892,51.167826]},"properties":{"@type":"node","@id":20021850,"@timestamp":1161955679},"coords":"51.167826,0.1058892","bedrooms":"4","price":"171000","area":"667"} , +{"type":"Feature","id":"n20269837","geometry":{"type":"Point","coordinates":[-0.1105265,51.6349318]},"properties":{"@type":"node","@id":20269837,"@timestamp":1206457340},"coords":"51.6349318,-0.1105265","bedrooms":"1","price":"191000","area":"485"} , +{"type":"Feature","id":"n20281803","geometry":{"type":"Point","coordinates":[-0.0286565,51.7437072]},"properties":{"@type":"node","@id":20281803,"@timestamp":1549893260},"coords":"51.7437072,-0.0286565","bedrooms":"2","price":"163000","area":"606"} , +{"type":"Feature","id":"n20318514","geometry":{"type":"Point","coordinates":[-0.7004459,51.5392725]},"properties":{"@type":"node","@id":20318514,"@timestamp":1162077131},"coords":"51.5392725,-0.7004459","bedrooms":"0","price":"240000","area":"368"} , +{"type":"Feature","id":"n20318673","geometry":{"type":"Point","coordinates":[-0.7052726,51.5422512]},"properties":{"@type":"node","@id":20318673,"@timestamp":1162077168},"coords":"51.5422512,-0.7052726","bedrooms":"0","price":"241000","area":"369"} , +{"type":"Feature","id":"n20349834","geometry":{"type":"Point","coordinates":[-0.3194649,51.5164848]},"properties":{"@type":"node","@id":20349834,"@timestamp":1564917401},"coords":"51.5164848,-0.3194649","bedrooms":"0","price":"226000","area":"524"} , +{"type":"Feature","id":"n20356917","geometry":{"type":"Point","coordinates":[-0.1851116,51.4336917]},"properties":{"@type":"node","@id":20356917,"@timestamp":1564917401},"coords":"51.4336917,-0.1851116","bedrooms":"4","price":"220000","area":"675"} , +{"type":"Feature","id":"n20455533","geometry":{"type":"Point","coordinates":[-0.3348748,51.5922178]},"properties":{"@type":"node","@id":20455533,"@timestamp":1600300104},"coords":"51.5922178,-0.3348748","bedrooms":"4","price":"260000","area":"561"} , +{"type":"Feature","id":"n20458908","geometry":{"type":"Point","coordinates":[-1.0494807,51.8188248]},"properties":{"@type":"node","@id":20458908,"@timestamp":1215010869},"coords":"51.8188248,-1.0494807","bedrooms":"0","price":"154000","area":"491"} , +{"type":"Feature","id":"n20458981","geometry":{"type":"Point","coordinates":[0.8848124,50.9844503]},"properties":{"@type":"node","@id":20458981,"@timestamp":1188207653},"coords":"50.9844503,0.8848124","bedrooms":"4","price":"230000","area":"678"} , +{"type":"Feature","id":"n20459020","geometry":{"type":"Point","coordinates":[0.8926883,50.989365]},"properties":{"@type":"node","@id":20459020,"@timestamp":1188208088},"coords":"50.989365,0.8926883","bedrooms":"4","price":"175000","area":"470"} , +{"type":"Feature","id":"n20459181","geometry":{"type":"Point","coordinates":[0.8896844,50.9809737]},"properties":{"@type":"node","@id":20459181,"@timestamp":1177886263},"coords":"50.9809737,0.8896844","bedrooms":"1","price":"200000","area":"492"} , +{"type":"Feature","id":"n20460236","geometry":{"type":"Point","coordinates":[-0.9600859,51.8483895]},"properties":{"@type":"node","@id":20460236,"@timestamp":1531738185},"coords":"51.8483895,-0.9600859","bedrooms":"0","price":"293000","area":"594"} , +{"type":"Feature","id":"n20462034","geometry":{"type":"Point","coordinates":[-0.9781805,51.7482733]},"properties":{"@type":"node","@id":20462034,"@timestamp":1505026075},"coords":"51.7482733,-0.9781805","bedrooms":"0","price":"160000","area":"675"} , +{"type":"Feature","id":"n20464363","geometry":{"type":"Point","coordinates":[-0.9404221,51.8432622]},"properties":{"@type":"node","@id":20464363,"@timestamp":1162151384},"coords":"51.8432622,-0.9404221","bedrooms":"2","price":"223000","area":"686"} , +{"type":"Feature","id":"n20465087","geometry":{"type":"Point","coordinates":[-0.9336386,51.8448605]},"properties":{"@type":"node","@id":20465087,"@timestamp":1162151710},"coords":"51.8448605,-0.9336386","bedrooms":"4","price":"241000","area":"618"} , +{"type":"Feature","id":"n20465103","geometry":{"type":"Point","coordinates":[-0.9352354,51.8425968]},"properties":{"@type":"node","@id":20465103,"@timestamp":1162151711},"coords":"51.8425968,-0.9352354","bedrooms":"2","price":"295000","area":"566"} , +{"type":"Feature","id":"n20476685","geometry":{"type":"Point","coordinates":[-0.3278195,51.2275096]},"properties":{"@type":"node","@id":20476685,"@timestamp":1274037877},"coords":"51.2275096,-0.3278195","bedrooms":"1","price":"270000","area":"399"} , +{"type":"Feature","id":"n20481708","geometry":{"type":"Point","coordinates":[-0.276479,51.296522]},"properties":{"@type":"node","@id":20481708,"@timestamp":1162166808},"coords":"51.296522,-0.276479","bedrooms":"4","price":"206000","area":"660"} , +{"type":"Feature","id":"n20481748","geometry":{"type":"Point","coordinates":[-0.2800597,51.2796845]},"properties":{"@type":"node","@id":20481748,"@timestamp":1162166813},"coords":"51.2796845,-0.2800597","bedrooms":"1","price":"241000","area":"435"} , +{"type":"Feature","id":"n20485420","geometry":{"type":"Point","coordinates":[-0.384891,51.1611774]},"properties":{"@type":"node","@id":20485420,"@timestamp":1205878845},"coords":"51.1611774,-0.384891","bedrooms":"1","price":"291000","area":"370"} , +{"type":"Feature","id":"n20550124","geometry":{"type":"Point","coordinates":[-0.276133,51.2341834]},"properties":{"@type":"node","@id":20550124,"@timestamp":1162196528},"coords":"51.2341834,-0.276133","bedrooms":"3","price":"299000","area":"504"} , +{"type":"Feature","id":"n20557870","geometry":{"type":"Point","coordinates":[-0.2905442,51.2219178]},"properties":{"@type":"node","@id":20557870,"@timestamp":1162199030},"coords":"51.2219178,-0.2905442","bedrooms":"0","price":"175000","area":"613"} , +{"type":"Feature","id":"n20574469","geometry":{"type":"Point","coordinates":[-0.6120627,51.4799459]},"properties":{"@type":"node","@id":20574469,"@timestamp":1619052967},"coords":"51.4799459,-0.6120627","bedrooms":"0","price":"268000","area":"642"} , +{"type":"Feature","id":"n20576318","geometry":{"type":"Point","coordinates":[-0.063328,51.3041969]},"properties":{"@type":"node","@id":20576318,"@timestamp":1162204179},"coords":"51.3041969,-0.063328","bedrooms":"1","price":"185000","area":"581"} , +{"type":"Feature","id":"n20576335","geometry":{"type":"Point","coordinates":[-0.0691628,51.2992677]},"properties":{"@type":"node","@id":20576335,"@timestamp":1399418769},"coords":"51.2992677,-0.0691628","bedrooms":"2","price":"179000","area":"512"} , +{"type":"Feature","id":"n20576471","geometry":{"type":"Point","coordinates":[-0.1340975,51.2801784]},"properties":{"@type":"node","@id":20576471,"@timestamp":1199472340},"coords":"51.2801784,-0.1340975","bedrooms":"4","price":"193000","area":"512"} , +{"type":"Feature","id":"n20579060","geometry":{"type":"Point","coordinates":[-0.3206321,51.2353648]},"properties":{"@type":"node","@id":20579060,"@timestamp":1162204877},"coords":"51.2353648,-0.3206321","bedrooms":"2","price":"230000","area":"495"} , +{"type":"Feature","id":"n20583688","geometry":{"type":"Point","coordinates":[-0.3295437,51.2370462]},"properties":{"@type":"node","@id":20583688,"@timestamp":1162226352},"coords":"51.2370462,-0.3295437","bedrooms":"3","price":"281000","area":"423"} , +{"type":"Feature","id":"n20586780","geometry":{"type":"Point","coordinates":[-0.2888278,51.2336726]},"properties":{"@type":"node","@id":20586780,"@timestamp":1174078029},"coords":"51.2336726,-0.2888278","bedrooms":"0","price":"297000","area":"608"} , +{"type":"Feature","id":"n20599415","geometry":{"type":"Point","coordinates":[-0.2118839,51.238649]},"properties":{"@type":"node","@id":20599415,"@timestamp":1569059405},"coords":"51.238649,-0.2118839","bedrooms":"2","price":"275000","area":"366"} , +{"type":"Feature","id":"n20599950","geometry":{"type":"Point","coordinates":[-0.249495,51.206315]},"properties":{"@type":"node","@id":20599950,"@timestamp":1223539203},"coords":"51.206315,-0.249495","bedrooms":"3","price":"285000","area":"584"} , +{"type":"Feature","id":"n20599972","geometry":{"type":"Point","coordinates":[-0.3363723,51.2348158]},"properties":{"@type":"node","@id":20599972,"@timestamp":1578329133},"coords":"51.2348158,-0.3363723","bedrooms":"0","price":"268000","area":"690"} , +{"type":"Feature","id":"n20599996","geometry":{"type":"Point","coordinates":[-0.330647,51.241695]},"properties":{"@type":"node","@id":20599996,"@timestamp":1223539212},"coords":"51.241695,-0.330647","bedrooms":"0","price":"166000","area":"535"} , +{"type":"Feature","id":"n20600014","geometry":{"type":"Point","coordinates":[-0.324553,51.247242]},"properties":{"@type":"node","@id":20600014,"@timestamp":1223539225},"coords":"51.247242,-0.324553","bedrooms":"4","price":"151000","area":"523"} , +{"type":"Feature","id":"n20600046","geometry":{"type":"Point","coordinates":[-0.325813,51.239792]},"properties":{"@type":"node","@id":20600046,"@timestamp":1223539231},"coords":"51.239792,-0.325813","bedrooms":"2","price":"259000","area":"576"} , +{"type":"Feature","id":"n20600058","geometry":{"type":"Point","coordinates":[-0.3242,51.237577]},"properties":{"@type":"node","@id":20600058,"@timestamp":1223539234},"coords":"51.237577,-0.3242","bedrooms":"4","price":"288000","area":"697"} , +{"type":"Feature","id":"n20600076","geometry":{"type":"Point","coordinates":[-0.329267,51.239737]},"properties":{"@type":"node","@id":20600076,"@timestamp":1223539247},"coords":"51.239737,-0.329267","bedrooms":"1","price":"288000","area":"684"} , +{"type":"Feature","id":"n20600091","geometry":{"type":"Point","coordinates":[-0.3274377,51.2144108]},"properties":{"@type":"node","@id":20600091,"@timestamp":1613474531},"coords":"51.2144108,-0.3274377","bedrooms":"2","price":"261000","area":"470"} , +{"type":"Feature","id":"n20600106","geometry":{"type":"Point","coordinates":[-0.3199567,51.2151722]},"properties":{"@type":"node","@id":20600106,"@timestamp":1613495396},"coords":"51.2151722,-0.3199567","bedrooms":"3","price":"274000","area":"669"} , +{"type":"Feature","id":"n20600116","geometry":{"type":"Point","coordinates":[-0.3176638,51.2168609]},"properties":{"@type":"node","@id":20600116,"@timestamp":1613495396},"coords":"51.2168609,-0.3176638","bedrooms":"0","price":"216000","area":"392"} , +{"type":"Feature","id":"n20600131","geometry":{"type":"Point","coordinates":[-0.3247742,51.2122471]},"properties":{"@type":"node","@id":20600131,"@timestamp":1276201439},"coords":"51.2122471,-0.3247742","bedrooms":"4","price":"205000","area":"401"} , +{"type":"Feature","id":"n20600149","geometry":{"type":"Point","coordinates":[-0.325641,51.2058152]},"properties":{"@type":"node","@id":20600149,"@timestamp":1390695173},"coords":"51.2058152,-0.325641","bedrooms":"4","price":"182000","area":"517"} , +{"type":"Feature","id":"n20600167","geometry":{"type":"Point","coordinates":[-0.387265,51.246686]},"properties":{"@type":"node","@id":20600167,"@timestamp":1223539269},"coords":"51.246686,-0.387265","bedrooms":"3","price":"191000","area":"662"} , +{"type":"Feature","id":"n20607835","geometry":{"type":"Point","coordinates":[-0.3375842,51.2380852]},"properties":{"@type":"node","@id":20607835,"@timestamp":1162222067},"coords":"51.2380852,-0.3375842","bedrooms":"4","price":"291000","area":"551"} , +{"type":"Feature","id":"n20610824","geometry":{"type":"Point","coordinates":[-0.1916908,51.701815]},"properties":{"@type":"node","@id":20610824,"@timestamp":1162223689},"coords":"51.701815,-0.1916908","bedrooms":"3","price":"297000","area":"662"} , +{"type":"Feature","id":"n20617431","geometry":{"type":"Point","coordinates":[-0.2357042,51.6647717]},"properties":{"@type":"node","@id":20617431,"@timestamp":1181420998},"coords":"51.6647717,-0.2357042","bedrooms":"2","price":"199000","area":"693"} , +{"type":"Feature","id":"n20617445","geometry":{"type":"Point","coordinates":[-0.2251436,51.667753]},"properties":{"@type":"node","@id":20617445,"@timestamp":1162228092},"coords":"51.667753,-0.2251436","bedrooms":"1","price":"243000","area":"499"} , +{"type":"Feature","id":"n20617456","geometry":{"type":"Point","coordinates":[-0.2230527,51.6628818]},"properties":{"@type":"node","@id":20617456,"@timestamp":1179966023},"coords":"51.6628818,-0.2230527","bedrooms":"3","price":"299000","area":"628"} , +{"type":"Feature","id":"n20617467","geometry":{"type":"Point","coordinates":[-0.2148496,51.6627098]},"properties":{"@type":"node","@id":20617467,"@timestamp":1162228093},"coords":"51.6627098,-0.2148496","bedrooms":"4","price":"229000","area":"651"} , +{"type":"Feature","id":"n20617478","geometry":{"type":"Point","coordinates":[-0.2201688,51.6590856]},"properties":{"@type":"node","@id":20617478,"@timestamp":1179966023},"coords":"51.6590856,-0.2201688","bedrooms":"3","price":"170000","area":"520"} , +{"type":"Feature","id":"n20617523","geometry":{"type":"Point","coordinates":[-0.2226236,51.6620991]},"properties":{"@type":"node","@id":20617523,"@timestamp":1179966023},"coords":"51.6620991,-0.2226236","bedrooms":"3","price":"246000","area":"638"} , +{"type":"Feature","id":"n20621806","geometry":{"type":"Point","coordinates":[-0.3244707,51.21092]},"properties":{"@type":"node","@id":20621806,"@timestamp":1162231714},"coords":"51.21092,-0.3244707","bedrooms":"3","price":"268000","area":"517"} , +{"type":"Feature","id":"n20625221","geometry":{"type":"Point","coordinates":[-0.4027514,51.2016907]},"properties":{"@type":"node","@id":20625221,"@timestamp":1222625826},"coords":"51.2016907,-0.4027514","bedrooms":"2","price":"201000","area":"560"} , +{"type":"Feature","id":"n20627124","geometry":{"type":"Point","coordinates":[-0.3243049,51.2948088]},"properties":{"@type":"node","@id":20627124,"@timestamp":1618696651},"coords":"51.2948088,-0.3243049","bedrooms":"0","price":"265000","area":"474"} , +{"type":"Feature","id":"n20628477","geometry":{"type":"Point","coordinates":[-0.2262971,51.6802665]},"properties":{"@type":"node","@id":20628477,"@timestamp":1179964913},"coords":"51.6802665,-0.2262971","bedrooms":"0","price":"202000","area":"643"} , +{"type":"Feature","id":"n20628519","geometry":{"type":"Point","coordinates":[-0.2208758,51.6897586]},"properties":{"@type":"node","@id":20628519,"@timestamp":1176732634},"coords":"51.6897586,-0.2208758","bedrooms":"1","price":"176000","area":"420"} , +{"type":"Feature","id":"n20629024","geometry":{"type":"Point","coordinates":[-0.0771377,51.6859312]},"properties":{"@type":"node","@id":20629024,"@timestamp":1176424747},"coords":"51.6859312,-0.0771377","bedrooms":"4","price":"241000","area":"665"} , +{"type":"Feature","id":"n20629037","geometry":{"type":"Point","coordinates":[-0.0713989,51.6803948]},"properties":{"@type":"node","@id":20629037,"@timestamp":1176424882},"coords":"51.6803948,-0.0713989","bedrooms":"3","price":"235000","area":"457"} , +{"type":"Feature","id":"n20629179","geometry":{"type":"Point","coordinates":[-0.1272266,51.708226]},"properties":{"@type":"node","@id":20629179,"@timestamp":1174324207},"coords":"51.708226,-0.1272266","bedrooms":"0","price":"195000","area":"516"} , +{"type":"Feature","id":"n20629258","geometry":{"type":"Point","coordinates":[-0.1359056,51.6955039]},"properties":{"@type":"node","@id":20629258,"@timestamp":1162245350},"coords":"51.6955039,-0.1359056","bedrooms":"3","price":"279000","area":"632"} , +{"type":"Feature","id":"n20629291","geometry":{"type":"Point","coordinates":[-0.1141297,51.6989118]},"properties":{"@type":"node","@id":20629291,"@timestamp":1162245440},"coords":"51.6989118,-0.1141297","bedrooms":"4","price":"194000","area":"474"} , +{"type":"Feature","id":"n20629545","geometry":{"type":"Point","coordinates":[-0.1581941,51.7014249]},"properties":{"@type":"node","@id":20629545,"@timestamp":1162246349},"coords":"51.7014249,-0.1581941","bedrooms":"2","price":"270000","area":"512"} , +{"type":"Feature","id":"n20629979","geometry":{"type":"Point","coordinates":[-0.3239569,51.3014749]},"properties":{"@type":"node","@id":20629979,"@timestamp":1162247861},"coords":"51.3014749,-0.3239569","bedrooms":"0","price":"186000","area":"351"} , +{"type":"Feature","id":"n20630090","geometry":{"type":"Point","coordinates":[-0.333785,51.2904392]},"properties":{"@type":"node","@id":20630090,"@timestamp":1299974143},"coords":"51.2904392,-0.333785","bedrooms":"4","price":"151000","area":"493"} , +{"type":"Feature","id":"n20630904","geometry":{"type":"Point","coordinates":[-0.3182391,51.2879695]},"properties":{"@type":"node","@id":20630904,"@timestamp":1162248783},"coords":"51.2879695,-0.3182391","bedrooms":"0","price":"232000","area":"574"} , +{"type":"Feature","id":"n20631953","geometry":{"type":"Point","coordinates":[-0.3194694,51.2908589]},"properties":{"@type":"node","@id":20631953,"@timestamp":1618962267},"coords":"51.2908589,-0.3194694","bedrooms":"2","price":"241000","area":"412"} , +{"type":"Feature","id":"n20633784","geometry":{"type":"Point","coordinates":[-0.3201053,51.2893223]},"properties":{"@type":"node","@id":20633784,"@timestamp":1619138777},"coords":"51.2893223,-0.3201053","bedrooms":"2","price":"248000","area":"513"} , +{"type":"Feature","id":"n20688593","geometry":{"type":"Point","coordinates":[-0.7317022,51.5203095]},"properties":{"@type":"node","@id":20688593,"@timestamp":1162291442},"coords":"51.5203095,-0.7317022","bedrooms":"1","price":"191000","area":"373"} , +{"type":"Feature","id":"n20694012","geometry":{"type":"Point","coordinates":[-0.7449414,51.5391852]},"properties":{"@type":"node","@id":20694012,"@timestamp":1162297631},"coords":"51.5391852,-0.7449414","bedrooms":"0","price":"297000","area":"357"} , +{"type":"Feature","id":"n20694101","geometry":{"type":"Point","coordinates":[-0.737406,51.5392809]},"properties":{"@type":"node","@id":20694101,"@timestamp":1162298543},"coords":"51.5392809,-0.737406","bedrooms":"3","price":"175000","area":"664"} , +{"type":"Feature","id":"n20694158","geometry":{"type":"Point","coordinates":[-0.7264432,51.5449736]},"properties":{"@type":"node","@id":20694158,"@timestamp":1210717927},"coords":"51.5449736,-0.7264432","bedrooms":"0","price":"203000","area":"688"} , +{"type":"Feature","id":"n20694410","geometry":{"type":"Point","coordinates":[-0.0145743,51.4659539]},"properties":{"@type":"node","@id":20694410,"@timestamp":1590321273},"coords":"51.4659539,-0.0145743","bedrooms":"4","price":"224000","area":"552"} , +{"type":"Feature","id":"n20695522","geometry":{"type":"Point","coordinates":[-0.1055645,51.7009605]},"properties":{"@type":"node","@id":20695522,"@timestamp":1162314325},"coords":"51.7009605,-0.1055645","bedrooms":"0","price":"202000","area":"529"} , +{"type":"Feature","id":"n20695564","geometry":{"type":"Point","coordinates":[-0.1199041,51.7219549]},"properties":{"@type":"node","@id":20695564,"@timestamp":1162314917},"coords":"51.7219549,-0.1199041","bedrooms":"2","price":"191000","area":"464"} , +{"type":"Feature","id":"n20695603","geometry":{"type":"Point","coordinates":[-0.1140399,51.7302713]},"properties":{"@type":"node","@id":20695603,"@timestamp":1162314918},"coords":"51.7302713,-0.1140399","bedrooms":"0","price":"232000","area":"516"} , +{"type":"Feature","id":"n20696147","geometry":{"type":"Point","coordinates":[-0.3984378,51.1418995]},"properties":{"@type":"node","@id":20696147,"@timestamp":1488391168},"coords":"51.1418995,-0.3984378","bedrooms":"4","price":"260000","area":"526"} , +{"type":"Feature","id":"n20697385","geometry":{"type":"Point","coordinates":[-0.5490597,51.2223108]},"properties":{"@type":"node","@id":20697385,"@timestamp":1535485180},"coords":"51.2223108,-0.5490597","bedrooms":"1","price":"282000","area":"456"} , +{"type":"Feature","id":"n20697842","geometry":{"type":"Point","coordinates":[-0.3101455,51.239474]},"properties":{"@type":"node","@id":20697842,"@timestamp":1626033070},"coords":"51.239474,-0.3101455","bedrooms":"1","price":"192000","area":"472"} , +{"type":"Feature","id":"n20698014","geometry":{"type":"Point","coordinates":[-0.3145452,51.2478313]},"properties":{"@type":"node","@id":20698014,"@timestamp":1162333327},"coords":"51.2478313,-0.3145452","bedrooms":"4","price":"175000","area":"393"} , +{"type":"Feature","id":"n20698912","geometry":{"type":"Point","coordinates":[-0.4427364,51.1564333]},"properties":{"@type":"node","@id":20698912,"@timestamp":1505570771},"coords":"51.1564333,-0.4427364","bedrooms":"4","price":"160000","area":"403"} , +{"type":"Feature","id":"n20699177","geometry":{"type":"Point","coordinates":[-0.3284366,51.0656937]},"properties":{"@type":"node","@id":20699177,"@timestamp":1607168058},"coords":"51.0656937,-0.3284366","bedrooms":"3","price":"181000","area":"532"} , +{"type":"Feature","id":"n20792900","geometry":{"type":"Point","coordinates":[-0.3400687,51.7256643]},"properties":{"@type":"node","@id":20792900,"@timestamp":1598970601},"coords":"51.7256643,-0.3400687","bedrooms":"4","price":"284000","area":"510"} , +{"type":"Feature","id":"n20820269","geometry":{"type":"Point","coordinates":[-0.309507,51.7576265]},"properties":{"@type":"node","@id":20820269,"@timestamp":1162390200},"coords":"51.7576265,-0.309507","bedrooms":"4","price":"297000","area":"510"} , +{"type":"Feature","id":"n20820308","geometry":{"type":"Point","coordinates":[-0.3145085,51.7576912]},"properties":{"@type":"node","@id":20820308,"@timestamp":1162390547},"coords":"51.7576912,-0.3145085","bedrooms":"1","price":"237000","area":"426"} , +{"type":"Feature","id":"n20820628","geometry":{"type":"Point","coordinates":[-0.0523845,51.6361792]},"properties":{"@type":"node","@id":20820628,"@timestamp":1162401398},"coords":"51.6361792,-0.0523845","bedrooms":"1","price":"262000","area":"402"} , +{"type":"Feature","id":"n20820757","geometry":{"type":"Point","coordinates":[-0.0477743,51.6334404]},"properties":{"@type":"node","@id":20820757,"@timestamp":1162401787},"coords":"51.6334404,-0.0477743","bedrooms":"1","price":"241000","area":"462"} , +{"type":"Feature","id":"n20821572","geometry":{"type":"Point","coordinates":[-0.1652464,51.2316953]},"properties":{"@type":"node","@id":20821572,"@timestamp":1489265129},"coords":"51.2316953,-0.1652464","bedrooms":"3","price":"194000","area":"432"} , +{"type":"Feature","id":"n20821793","geometry":{"type":"Point","coordinates":[-0.1678171,51.2286779]},"properties":{"@type":"node","@id":20821793,"@timestamp":1162410555},"coords":"51.2286779,-0.1678171","bedrooms":"1","price":"235000","area":"534"} , +{"type":"Feature","id":"n20821830","geometry":{"type":"Point","coordinates":[-0.1761916,51.2280382]},"properties":{"@type":"node","@id":20821830,"@timestamp":1162410572},"coords":"51.2280382,-0.1761916","bedrooms":"2","price":"152000","area":"552"} , +{"type":"Feature","id":"n20821949","geometry":{"type":"Point","coordinates":[-0.1609412,51.2288111]},"properties":{"@type":"node","@id":20821949,"@timestamp":1162410735},"coords":"51.2288111,-0.1609412","bedrooms":"4","price":"247000","area":"467"} , +{"type":"Feature","id":"n20821962","geometry":{"type":"Point","coordinates":[-0.1593738,51.2284557]},"properties":{"@type":"node","@id":20821962,"@timestamp":1184321128},"coords":"51.2284557,-0.1593738","bedrooms":"3","price":"199000","area":"368"} , +{"type":"Feature","id":"n20821974","geometry":{"type":"Point","coordinates":[-0.1580675,51.2282084]},"properties":{"@type":"node","@id":20821974,"@timestamp":1162410748},"coords":"51.2282084,-0.1580675","bedrooms":"1","price":"165000","area":"659"} , +{"type":"Feature","id":"n20821988","geometry":{"type":"Point","coordinates":[-0.1584897,51.2287997]},"properties":{"@type":"node","@id":20821988,"@timestamp":1184321405},"coords":"51.2287997,-0.1584897","bedrooms":"1","price":"202000","area":"683"} , +{"type":"Feature","id":"n20822005","geometry":{"type":"Point","coordinates":[-0.1821862,51.2290749]},"properties":{"@type":"node","@id":20822005,"@timestamp":1162410767},"coords":"51.2290749,-0.1821862","bedrooms":"0","price":"195000","area":"371"} , +{"type":"Feature","id":"n20822049","geometry":{"type":"Point","coordinates":[-0.1791,51.228818]},"properties":{"@type":"node","@id":20822049,"@timestamp":1162410951},"coords":"51.228818,-0.1791","bedrooms":"2","price":"157000","area":"380"} , +{"type":"Feature","id":"n20826328","geometry":{"type":"Point","coordinates":[-0.1197188,51.5666935]},"properties":{"@type":"node","@id":20826328,"@timestamp":1162426680},"coords":"51.5666935,-0.1197188","bedrooms":"3","price":"179000","area":"458"} , +{"type":"Feature","id":"n20828480","geometry":{"type":"Point","coordinates":[-0.041126,51.6672122]},"properties":{"@type":"node","@id":20828480,"@timestamp":1162475408},"coords":"51.6672122,-0.041126","bedrooms":"2","price":"223000","area":"665"} , +{"type":"Feature","id":"n20828605","geometry":{"type":"Point","coordinates":[-0.1072978,51.4381482]},"properties":{"@type":"node","@id":20828605,"@timestamp":1588717356},"coords":"51.4381482,-0.1072978","bedrooms":"0","price":"250000","area":"688"} , +{"type":"Feature","id":"n20828657","geometry":{"type":"Point","coordinates":[-0.7909904,51.630857]},"properties":{"@type":"node","@id":20828657,"@timestamp":1609708314},"coords":"51.630857,-0.7909904","bedrooms":"0","price":"276000","area":"615"} , +{"type":"Feature","id":"n20828712","geometry":{"type":"Point","coordinates":[-0.8142461,51.6216504]},"properties":{"@type":"node","@id":20828712,"@timestamp":1162478208},"coords":"51.6216504,-0.8142461","bedrooms":"3","price":"183000","area":"592"} , +{"type":"Feature","id":"n20828768","geometry":{"type":"Point","coordinates":[-0.7888841,51.6254987]},"properties":{"@type":"node","@id":20828768,"@timestamp":1162479280},"coords":"51.6254987,-0.7888841","bedrooms":"0","price":"199000","area":"423"} , +{"type":"Feature","id":"n20829485","geometry":{"type":"Point","coordinates":[-0.6711894,51.5902243]},"properties":{"@type":"node","@id":20829485,"@timestamp":1162489419},"coords":"51.5902243,-0.6711894","bedrooms":"0","price":"226000","area":"529"} , +{"type":"Feature","id":"n20829496","geometry":{"type":"Point","coordinates":[-0.6706353,51.5927543]},"properties":{"@type":"node","@id":20829496,"@timestamp":1162489420},"coords":"51.5927543,-0.6706353","bedrooms":"2","price":"175000","area":"494"} , +{"type":"Feature","id":"n20829510","geometry":{"type":"Point","coordinates":[-0.6673387,51.5972116]},"properties":{"@type":"node","@id":20829510,"@timestamp":1162489421},"coords":"51.5972116,-0.6673387","bedrooms":"3","price":"265000","area":"633"} , +{"type":"Feature","id":"n20829521","geometry":{"type":"Point","coordinates":[-0.6734375,51.5973692]},"properties":{"@type":"node","@id":20829521,"@timestamp":1162489775},"coords":"51.5973692,-0.6734375","bedrooms":"3","price":"282000","area":"516"} , +{"type":"Feature","id":"n20829531","geometry":{"type":"Point","coordinates":[-0.6779162,51.598249]},"properties":{"@type":"node","@id":20829531,"@timestamp":1162489776},"coords":"51.598249,-0.6779162","bedrooms":"1","price":"171000","area":"484"} , +{"type":"Feature","id":"n20829574","geometry":{"type":"Point","coordinates":[-0.6760916,51.5911308]},"properties":{"@type":"node","@id":20829574,"@timestamp":1162490017},"coords":"51.5911308,-0.6760916","bedrooms":"2","price":"234000","area":"397"} , +{"type":"Feature","id":"n20829584","geometry":{"type":"Point","coordinates":[-0.6727484,51.5887525]},"properties":{"@type":"node","@id":20829584,"@timestamp":1162490018},"coords":"51.5887525,-0.6727484","bedrooms":"1","price":"235000","area":"633"} , +{"type":"Feature","id":"n20829917","geometry":{"type":"Point","coordinates":[-0.5013768,51.1854904]},"properties":{"@type":"node","@id":20829917,"@timestamp":1536306743},"coords":"51.1854904,-0.5013768","bedrooms":"1","price":"187000","area":"534"} , +{"type":"Feature","id":"n20829980","geometry":{"type":"Point","coordinates":[-0.6852494,51.5813728]},"properties":{"@type":"node","@id":20829980,"@timestamp":1633548262},"coords":"51.5813728,-0.6852494","bedrooms":"0","price":"176000","area":"524"} , +{"type":"Feature","id":"n20830063","geometry":{"type":"Point","coordinates":[-0.6836774,51.5735802]},"properties":{"@type":"node","@id":20830063,"@timestamp":1162492467},"coords":"51.5735802,-0.6836774","bedrooms":"2","price":"227000","area":"649"} , +{"type":"Feature","id":"n20830219","geometry":{"type":"Point","coordinates":[-0.6883858,51.5745556]},"properties":{"@type":"node","@id":20830219,"@timestamp":1455452662},"coords":"51.5745556,-0.6883858","bedrooms":"3","price":"266000","area":"524"} , +{"type":"Feature","id":"n20830288","geometry":{"type":"Point","coordinates":[-0.6779466,51.581102]},"properties":{"@type":"node","@id":20830288,"@timestamp":1162493428},"coords":"51.581102,-0.6779466","bedrooms":"3","price":"150000","area":"417"} , +{"type":"Feature","id":"n20830315","geometry":{"type":"Point","coordinates":[-0.6773676,51.5818786]},"properties":{"@type":"node","@id":20830315,"@timestamp":1167818240},"coords":"51.5818786,-0.6773676","bedrooms":"1","price":"280000","area":"399"} , +{"type":"Feature","id":"n20830399","geometry":{"type":"Point","coordinates":[-0.6698456,51.57971]},"properties":{"@type":"node","@id":20830399,"@timestamp":1162493770},"coords":"51.57971,-0.6698456","bedrooms":"2","price":"279000","area":"506"} , +{"type":"Feature","id":"n20830432","geometry":{"type":"Point","coordinates":[-0.6527217,51.5980549]},"properties":{"@type":"node","@id":20830432,"@timestamp":1162493934},"coords":"51.5980549,-0.6527217","bedrooms":"2","price":"194000","area":"695"} , +{"type":"Feature","id":"n20830444","geometry":{"type":"Point","coordinates":[-0.6668852,51.593727]},"properties":{"@type":"node","@id":20830444,"@timestamp":1162493935},"coords":"51.593727,-0.6668852","bedrooms":"2","price":"233000","area":"364"} , +{"type":"Feature","id":"n20830587","geometry":{"type":"Point","coordinates":[-0.6624575,51.5626825]},"properties":{"@type":"node","@id":20830587,"@timestamp":1162494782},"coords":"51.5626825,-0.6624575","bedrooms":"2","price":"259000","area":"460"} , +{"type":"Feature","id":"n20830612","geometry":{"type":"Point","coordinates":[-0.6821079,51.5587479]},"properties":{"@type":"node","@id":20830612,"@timestamp":1162494784},"coords":"51.5587479,-0.6821079","bedrooms":"3","price":"276000","area":"391"} , +{"type":"Feature","id":"n20830735","geometry":{"type":"Point","coordinates":[-0.6914346,51.5625977]},"properties":{"@type":"node","@id":20830735,"@timestamp":1162495380},"coords":"51.5625977,-0.6914346","bedrooms":"4","price":"229000","area":"599"} , +{"type":"Feature","id":"n20830934","geometry":{"type":"Point","coordinates":[-0.6875774,51.5338427]},"properties":{"@type":"node","@id":20830934,"@timestamp":1162496752},"coords":"51.5338427,-0.6875774","bedrooms":"3","price":"205000","area":"624"} , +{"type":"Feature","id":"n20830965","geometry":{"type":"Point","coordinates":[-0.6849253,51.5309409]},"properties":{"@type":"node","@id":20830965,"@timestamp":1162496754},"coords":"51.5309409,-0.6849253","bedrooms":"2","price":"224000","area":"383"} , +{"type":"Feature","id":"n20830975","geometry":{"type":"Point","coordinates":[-0.6874234,51.5312104]},"properties":{"@type":"node","@id":20830975,"@timestamp":1162496755},"coords":"51.5312104,-0.6874234","bedrooms":"1","price":"199000","area":"598"} , +{"type":"Feature","id":"n20831355","geometry":{"type":"Point","coordinates":[-0.6954029,51.5130527]},"properties":{"@type":"node","@id":20831355,"@timestamp":1162499598},"coords":"51.5130527,-0.6954029","bedrooms":"2","price":"274000","area":"534"} , +{"type":"Feature","id":"n20831408","geometry":{"type":"Point","coordinates":[-0.6751178,51.5236741]},"properties":{"@type":"node","@id":20831408,"@timestamp":1218044537},"coords":"51.5236741,-0.6751178","bedrooms":"1","price":"292000","area":"361"} , +{"type":"Feature","id":"n20831438","geometry":{"type":"Point","coordinates":[-0.6742427,51.5259135]},"properties":{"@type":"node","@id":20831438,"@timestamp":1162500160},"coords":"51.5259135,-0.6742427","bedrooms":"4","price":"252000","area":"573"} , +{"type":"Feature","id":"n20831616","geometry":{"type":"Point","coordinates":[-0.7066901,51.5358814]},"properties":{"@type":"node","@id":20831616,"@timestamp":1162501171},"coords":"51.5358814,-0.7066901","bedrooms":"1","price":"163000","area":"426"} , +{"type":"Feature","id":"n20835674","geometry":{"type":"Point","coordinates":[0.0066469,51.884791]},"properties":{"@type":"node","@id":20835674,"@timestamp":1622382957},"coords":"51.884791,0.0066469","bedrooms":"1","price":"210000","area":"630"} , +{"type":"Feature","id":"n20849200","geometry":{"type":"Point","coordinates":[-0.2783839,51.948756]},"properties":{"@type":"node","@id":20849200,"@timestamp":1614445284},"coords":"51.948756,-0.2783839","bedrooms":"1","price":"249000","area":"356"} , +{"type":"Feature","id":"n20851175","geometry":{"type":"Point","coordinates":[-0.3334863,51.4039002]},"properties":{"@type":"node","@id":20851175,"@timestamp":1315049514},"coords":"51.4039002,-0.3334863","bedrooms":"3","price":"232000","area":"471"} , +{"type":"Feature","id":"n20855344","geometry":{"type":"Point","coordinates":[-0.2709034,51.5825735]},"properties":{"@type":"node","@id":20855344,"@timestamp":1193502549},"coords":"51.5825735,-0.2709034","bedrooms":"3","price":"269000","area":"387"} , +{"type":"Feature","id":"n20855354","geometry":{"type":"Point","coordinates":[-0.2686461,51.5749781]},"properties":{"@type":"node","@id":20855354,"@timestamp":1193502549},"coords":"51.5749781,-0.2686461","bedrooms":"4","price":"185000","area":"665"} , +{"type":"Feature","id":"n20857628","geometry":{"type":"Point","coordinates":[-0.268634,51.571543]},"properties":{"@type":"node","@id":20857628,"@timestamp":1162666242},"coords":"51.571543,-0.268634","bedrooms":"3","price":"258000","area":"375"} , +{"type":"Feature","id":"n20861033","geometry":{"type":"Point","coordinates":[-0.2543328,51.5731521]},"properties":{"@type":"node","@id":20861033,"@timestamp":1359756658},"coords":"51.5731521,-0.2543328","bedrooms":"4","price":"160000","area":"574"} , +{"type":"Feature","id":"n20909962","geometry":{"type":"Point","coordinates":[-0.7470498,51.5480997]},"properties":{"@type":"node","@id":20909962,"@timestamp":1162725224},"coords":"51.5480997,-0.7470498","bedrooms":"0","price":"238000","area":"366"} , +{"type":"Feature","id":"n20910483","geometry":{"type":"Point","coordinates":[0.7307013,51.3428828]},"properties":{"@type":"node","@id":20910483,"@timestamp":1570365142},"coords":"51.3428828,0.7307013","bedrooms":"2","price":"272000","area":"681"} , +{"type":"Feature","id":"n20910503","geometry":{"type":"Point","coordinates":[0.76716,51.3402507]},"properties":{"@type":"node","@id":20910503,"@timestamp":1570568496},"coords":"51.3402507,0.76716","bedrooms":"1","price":"177000","area":"437"} , +{"type":"Feature","id":"n20910513","geometry":{"type":"Point","coordinates":[0.7895638,51.3380112]},"properties":{"@type":"node","@id":20910513,"@timestamp":1413977711},"coords":"51.3380112,0.7895638","bedrooms":"2","price":"292000","area":"621"} , +{"type":"Feature","id":"n20911893","geometry":{"type":"Point","coordinates":[0.0972277,51.7731279]},"properties":{"@type":"node","@id":20911893,"@timestamp":1162743914},"coords":"51.7731279,0.0972277","bedrooms":"0","price":"168000","area":"515"} , +{"type":"Feature","id":"n20912180","geometry":{"type":"Point","coordinates":[-0.2326027,51.452]},"properties":{"@type":"node","@id":20912180,"@timestamp":1614901059},"coords":"51.452,-0.2326027","bedrooms":"2","price":"200000","area":"356"} , +{"type":"Feature","id":"n20912196","geometry":{"type":"Point","coordinates":[-0.224398,51.4530116]},"properties":{"@type":"node","@id":20912196,"@timestamp":1162746274},"coords":"51.4530116,-0.224398","bedrooms":"0","price":"297000","area":"439"} , +{"type":"Feature","id":"n20912216","geometry":{"type":"Point","coordinates":[-0.2291358,51.4523615]},"properties":{"@type":"node","@id":20912216,"@timestamp":1162746275},"coords":"51.4523615,-0.2291358","bedrooms":"1","price":"272000","area":"593"} , +{"type":"Feature","id":"n20912226","geometry":{"type":"Point","coordinates":[-0.2312261,51.4520073]},"properties":{"@type":"node","@id":20912226,"@timestamp":1162746275},"coords":"51.4520073,-0.2312261","bedrooms":"3","price":"233000","area":"385"} , +{"type":"Feature","id":"n20912236","geometry":{"type":"Point","coordinates":[-0.2318618,51.4516018]},"properties":{"@type":"node","@id":20912236,"@timestamp":1162746276},"coords":"51.4516018,-0.2318618","bedrooms":"0","price":"261000","area":"514"} , +{"type":"Feature","id":"n20912247","geometry":{"type":"Point","coordinates":[-0.2299921,51.4513571]},"properties":{"@type":"node","@id":20912247,"@timestamp":1162746276},"coords":"51.4513571,-0.2299921","bedrooms":"1","price":"236000","area":"512"} , +{"type":"Feature","id":"n20912257","geometry":{"type":"Point","coordinates":[-0.2290984,51.4518815]},"properties":{"@type":"node","@id":20912257,"@timestamp":1162746277},"coords":"51.4518815,-0.2290984","bedrooms":"2","price":"215000","area":"367"} , +{"type":"Feature","id":"n20912267","geometry":{"type":"Point","coordinates":[-0.2278195,51.4515552]},"properties":{"@type":"node","@id":20912267,"@timestamp":1162746277},"coords":"51.4515552,-0.2278195","bedrooms":"2","price":"285000","area":"393"} , +{"type":"Feature","id":"n20912278","geometry":{"type":"Point","coordinates":[-0.2263724,51.451469]},"properties":{"@type":"node","@id":20912278,"@timestamp":1162746278},"coords":"51.451469,-0.2263724","bedrooms":"1","price":"275000","area":"672"} , +{"type":"Feature","id":"n20912288","geometry":{"type":"Point","coordinates":[-0.2272698,51.4506441]},"properties":{"@type":"node","@id":20912288,"@timestamp":1162746278},"coords":"51.4506441,-0.2272698","bedrooms":"2","price":"172000","area":"606"} , +{"type":"Feature","id":"n20912298","geometry":{"type":"Point","coordinates":[-0.2254749,51.4515599]},"properties":{"@type":"node","@id":20912298,"@timestamp":1162746279},"coords":"51.4515599,-0.2254749","bedrooms":"1","price":"231000","area":"612"} , +{"type":"Feature","id":"n20912308","geometry":{"type":"Point","coordinates":[-0.2265474,51.4522153]},"properties":{"@type":"node","@id":20912308,"@timestamp":1162746279},"coords":"51.4522153,-0.2265474","bedrooms":"1","price":"244000","area":"431"} , +{"type":"Feature","id":"n20912322","geometry":{"type":"Point","coordinates":[-0.2255915,51.4518195]},"properties":{"@type":"node","@id":20912322,"@timestamp":1162746280},"coords":"51.4518195,-0.2255915","bedrooms":"1","price":"262000","area":"403"} , +{"type":"Feature","id":"n20912332","geometry":{"type":"Point","coordinates":[-0.2236714,51.452646]},"properties":{"@type":"node","@id":20912332,"@timestamp":1162746280},"coords":"51.452646,-0.2236714","bedrooms":"4","price":"275000","area":"518"} , +{"type":"Feature","id":"n20912348","geometry":{"type":"Point","coordinates":[-0.2282512,51.4492055]},"properties":{"@type":"node","@id":20912348,"@timestamp":1162746281},"coords":"51.4492055,-0.2282512","bedrooms":"0","price":"155000","area":"426"} , +{"type":"Feature","id":"n20912362","geometry":{"type":"Point","coordinates":[-0.2294589,51.45105]},"properties":{"@type":"node","@id":20912362,"@timestamp":1162746282},"coords":"51.45105,-0.2294589","bedrooms":"0","price":"289000","area":"577"} , +{"type":"Feature","id":"n20912374","geometry":{"type":"Point","coordinates":[-0.2286146,51.4497358]},"properties":{"@type":"node","@id":20912374,"@timestamp":1162746282},"coords":"51.4497358,-0.2286146","bedrooms":"1","price":"267000","area":"397"} , +{"type":"Feature","id":"n20912385","geometry":{"type":"Point","coordinates":[-0.2276152,51.4494765]},"properties":{"@type":"node","@id":20912385,"@timestamp":1162746283},"coords":"51.4494765,-0.2276152","bedrooms":"0","price":"267000","area":"479"} , +{"type":"Feature","id":"n20912395","geometry":{"type":"Point","coordinates":[-0.228921,51.4503966]},"properties":{"@type":"node","@id":20912395,"@timestamp":1162746283},"coords":"51.4503966,-0.228921","bedrooms":"0","price":"203000","area":"608"} , +{"type":"Feature","id":"n20912418","geometry":{"type":"Point","coordinates":[-0.2255804,51.4487651]},"properties":{"@type":"node","@id":20912418,"@timestamp":1162746285},"coords":"51.4487651,-0.2255804","bedrooms":"1","price":"243000","area":"397"} , +{"type":"Feature","id":"n20912438","geometry":{"type":"Point","coordinates":[-0.2236655,51.4500138]},"properties":{"@type":"node","@id":20912438,"@timestamp":1162746286},"coords":"51.4500138,-0.2236655","bedrooms":"0","price":"275000","area":"609"} , +{"type":"Feature","id":"n20912451","geometry":{"type":"Point","coordinates":[-0.2227981,51.4506529]},"properties":{"@type":"node","@id":20912451,"@timestamp":1162746286},"coords":"51.4506529,-0.2227981","bedrooms":"2","price":"193000","area":"426"} , +{"type":"Feature","id":"n20912462","geometry":{"type":"Point","coordinates":[-0.2216095,51.4524906]},"properties":{"@type":"node","@id":20912462,"@timestamp":1162746287},"coords":"51.4524906,-0.2216095","bedrooms":"3","price":"182000","area":"692"} , +{"type":"Feature","id":"n20912486","geometry":{"type":"Point","coordinates":[-0.2221414,51.4518393]},"properties":{"@type":"node","@id":20912486,"@timestamp":1162746288},"coords":"51.4518393,-0.2221414","bedrooms":"3","price":"243000","area":"563"} , +{"type":"Feature","id":"n20915045","geometry":{"type":"Point","coordinates":[-0.2327519,51.4864812]},"properties":{"@type":"node","@id":20915045,"@timestamp":1162753432},"coords":"51.4864812,-0.2327519","bedrooms":"1","price":"224000","area":"494"} , +{"type":"Feature","id":"n20915109","geometry":{"type":"Point","coordinates":[-0.2432215,51.480625]},"properties":{"@type":"node","@id":20915109,"@timestamp":1162753435},"coords":"51.480625,-0.2432215","bedrooms":"0","price":"246000","area":"533"} , +{"type":"Feature","id":"n20915159","geometry":{"type":"Point","coordinates":[-0.2431995,51.4831615]},"properties":{"@type":"node","@id":20915159,"@timestamp":1618345106},"coords":"51.4831615,-0.2431995","bedrooms":"0","price":"248000","area":"486"} , +{"type":"Feature","id":"n20917257","geometry":{"type":"Point","coordinates":[-0.2475117,51.4874876]},"properties":{"@type":"node","@id":20917257,"@timestamp":1217451287},"coords":"51.4874876,-0.2475117","bedrooms":"4","price":"231000","area":"653"} , +{"type":"Feature","id":"n20917313","geometry":{"type":"Point","coordinates":[-0.2155094,51.4695174]},"properties":{"@type":"node","@id":20917313,"@timestamp":1162759601},"coords":"51.4695174,-0.2155094","bedrooms":"0","price":"266000","area":"667"} , +{"type":"Feature","id":"n20919147","geometry":{"type":"Point","coordinates":[0.2538174,51.8939678]},"properties":{"@type":"node","@id":20919147,"@timestamp":1350260771},"coords":"51.8939678,0.2538174","bedrooms":"0","price":"280000","area":"504"} , +{"type":"Feature","id":"n20919159","geometry":{"type":"Point","coordinates":[0.2250012,51.8752513]},"properties":{"@type":"node","@id":20919159,"@timestamp":1200604075},"coords":"51.8752513,0.2250012","bedrooms":"4","price":"228000","area":"552"} , +{"type":"Feature","id":"n20919172","geometry":{"type":"Point","coordinates":[0.2370686,51.8813004]},"properties":{"@type":"node","@id":20919172,"@timestamp":1350260772},"coords":"51.8813004,0.2370686","bedrooms":"1","price":"293000","area":"665"} , +{"type":"Feature","id":"n20921494","geometry":{"type":"Point","coordinates":[-0.1343854,51.665855]},"properties":{"@type":"node","@id":20921494,"@timestamp":1162817798},"coords":"51.665855,-0.1343854","bedrooms":"2","price":"239000","area":"693"} , +{"type":"Feature","id":"n20921523","geometry":{"type":"Point","coordinates":[-0.2674855,51.576684]},"properties":{"@type":"node","@id":20921523,"@timestamp":1162818514},"coords":"51.576684,-0.2674855","bedrooms":"0","price":"284000","area":"353"} , +{"type":"Feature","id":"n20921533","geometry":{"type":"Point","coordinates":[-0.2664488,51.5804188]},"properties":{"@type":"node","@id":20921533,"@timestamp":1193502368},"coords":"51.5804188,-0.2664488","bedrooms":"0","price":"204000","area":"650"} , +{"type":"Feature","id":"n20921569","geometry":{"type":"Point","coordinates":[-0.2498338,51.574041]},"properties":{"@type":"node","@id":20921569,"@timestamp":1162818677},"coords":"51.574041,-0.2498338","bedrooms":"2","price":"241000","area":"363"} , +{"type":"Feature","id":"n20927176","geometry":{"type":"Point","coordinates":[-0.6566576,51.5654222]},"properties":{"@type":"node","@id":20927176,"@timestamp":1162851675},"coords":"51.5654222,-0.6566576","bedrooms":"4","price":"232000","area":"369"} , +{"type":"Feature","id":"n20927187","geometry":{"type":"Point","coordinates":[-0.6525767,51.5663385]},"properties":{"@type":"node","@id":20927187,"@timestamp":1162851676},"coords":"51.5663385,-0.6525767","bedrooms":"0","price":"284000","area":"641"} , +{"type":"Feature","id":"n20927201","geometry":{"type":"Point","coordinates":[-0.6509768,51.5645713]},"properties":{"@type":"node","@id":20927201,"@timestamp":1176137977},"coords":"51.5645713,-0.6509768","bedrooms":"0","price":"243000","area":"413"} , +{"type":"Feature","id":"n20927220","geometry":{"type":"Point","coordinates":[-0.6538681,51.5527072]},"properties":{"@type":"node","@id":20927220,"@timestamp":1162852129},"coords":"51.5527072,-0.6538681","bedrooms":"4","price":"240000","area":"631"} , +{"type":"Feature","id":"n20927237","geometry":{"type":"Point","coordinates":[-0.6541232,51.5564495]},"properties":{"@type":"node","@id":20927237,"@timestamp":1162852130},"coords":"51.5564495,-0.6541232","bedrooms":"4","price":"154000","area":"665"} , +{"type":"Feature","id":"n20927249","geometry":{"type":"Point","coordinates":[-0.6516563,51.5608074]},"properties":{"@type":"node","@id":20927249,"@timestamp":1162852131},"coords":"51.5608074,-0.6516563","bedrooms":"0","price":"202000","area":"490"} , +{"type":"Feature","id":"n20927351","geometry":{"type":"Point","coordinates":[-0.7093549,51.5284718]},"properties":{"@type":"node","@id":20927351,"@timestamp":1162852363},"coords":"51.5284718,-0.7093549","bedrooms":"2","price":"293000","area":"386"} , +{"type":"Feature","id":"n20927393","geometry":{"type":"Point","coordinates":[-0.7887656,51.6228567]},"properties":{"@type":"node","@id":20927393,"@timestamp":1162853571},"coords":"51.6228567,-0.7887656","bedrooms":"2","price":"243000","area":"408"} , +{"type":"Feature","id":"n20927403","geometry":{"type":"Point","coordinates":[-0.7893028,51.6221965]},"properties":{"@type":"node","@id":20927403,"@timestamp":1162853572},"coords":"51.6221965,-0.7893028","bedrooms":"0","price":"237000","area":"538"} , +{"type":"Feature","id":"n20927413","geometry":{"type":"Point","coordinates":[-0.79078,51.6227874]},"properties":{"@type":"node","@id":20927413,"@timestamp":1162853573},"coords":"51.6227874,-0.79078","bedrooms":"3","price":"177000","area":"389"} , +{"type":"Feature","id":"n20927423","geometry":{"type":"Point","coordinates":[-0.7909346,51.620372]},"properties":{"@type":"node","@id":20927423,"@timestamp":1162932113},"coords":"51.620372,-0.7909346","bedrooms":"1","price":"270000","area":"691"} , +{"type":"Feature","id":"n20931011","geometry":{"type":"Point","coordinates":[-0.9533874,51.4254564]},"properties":{"@type":"node","@id":20931011,"@timestamp":1162893814},"coords":"51.4254564,-0.9533874","bedrooms":"1","price":"161000","area":"510"} , +{"type":"Feature","id":"n20931025","geometry":{"type":"Point","coordinates":[-0.9503058,51.4306362]},"properties":{"@type":"node","@id":20931025,"@timestamp":1162893819},"coords":"51.4306362,-0.9503058","bedrooms":"2","price":"167000","area":"384"} , +{"type":"Feature","id":"n20931245","geometry":{"type":"Point","coordinates":[-0.9548648,51.4389215]},"properties":{"@type":"node","@id":20931245,"@timestamp":1162896466},"coords":"51.4389215,-0.9548648","bedrooms":"2","price":"275000","area":"676"} , +{"type":"Feature","id":"n20935303","geometry":{"type":"Point","coordinates":[-0.9578011,51.4467822]},"properties":{"@type":"node","@id":20935303,"@timestamp":1162918649},"coords":"51.4467822,-0.9578011","bedrooms":"4","price":"252000","area":"574"} , +{"type":"Feature","id":"n20935341","geometry":{"type":"Point","coordinates":[-0.9393082,51.4451043]},"properties":{"@type":"node","@id":20935341,"@timestamp":1162918652},"coords":"51.4451043,-0.9393082","bedrooms":"3","price":"297000","area":"679"} , +{"type":"Feature","id":"n20935353","geometry":{"type":"Point","coordinates":[-0.9330983,51.4413943]},"properties":{"@type":"node","@id":20935353,"@timestamp":1162918655},"coords":"51.4413943,-0.9330983","bedrooms":"2","price":"275000","area":"694"} , +{"type":"Feature","id":"n20937021","geometry":{"type":"Point","coordinates":[-0.7910096,51.6200042]},"properties":{"@type":"node","@id":20937021,"@timestamp":1162932103},"coords":"51.6200042,-0.7910096","bedrooms":"0","price":"199000","area":"447"} , +{"type":"Feature","id":"n20942034","geometry":{"type":"Point","coordinates":[-0.5563114,51.3178927]},"properties":{"@type":"node","@id":20942034,"@timestamp":1496862834},"coords":"51.3178927,-0.5563114","bedrooms":"3","price":"288000","area":"544"} , +{"type":"Feature","id":"n20942170","geometry":{"type":"Point","coordinates":[-0.8962954,51.2916104]},"properties":{"@type":"node","@id":20942170,"@timestamp":1162979487},"coords":"51.2916104,-0.8962954","bedrooms":"1","price":"184000","area":"525"} , +{"type":"Feature","id":"n20942236","geometry":{"type":"Point","coordinates":[-0.9009737,51.2992366]},"properties":{"@type":"node","@id":20942236,"@timestamp":1162979490},"coords":"51.2992366,-0.9009737","bedrooms":"2","price":"270000","area":"518"} , +{"type":"Feature","id":"n20942246","geometry":{"type":"Point","coordinates":[-0.9004974,51.2988448]},"properties":{"@type":"node","@id":20942246,"@timestamp":1162979491},"coords":"51.2988448,-0.9004974","bedrooms":"1","price":"288000","area":"654"} , +{"type":"Feature","id":"n20942291","geometry":{"type":"Point","coordinates":[-0.905154,51.2990189]},"properties":{"@type":"node","@id":20942291,"@timestamp":1162979493},"coords":"51.2990189,-0.905154","bedrooms":"4","price":"240000","area":"653"} , +{"type":"Feature","id":"n20942312","geometry":{"type":"Point","coordinates":[-0.9060607,51.2994989]},"properties":{"@type":"node","@id":20942312,"@timestamp":1162979494},"coords":"51.2994989,-0.9060607","bedrooms":"4","price":"238000","area":"687"} , +{"type":"Feature","id":"n20942339","geometry":{"type":"Point","coordinates":[-0.9038715,51.3033547]},"properties":{"@type":"node","@id":20942339,"@timestamp":1162979495},"coords":"51.3033547,-0.9038715","bedrooms":"2","price":"283000","area":"403"} , +{"type":"Feature","id":"n20942357","geometry":{"type":"Point","coordinates":[-0.9005668,51.3039785]},"properties":{"@type":"node","@id":20942357,"@timestamp":1162979496},"coords":"51.3039785,-0.9005668","bedrooms":"2","price":"195000","area":"593"} , +{"type":"Feature","id":"n20942479","geometry":{"type":"Point","coordinates":[-0.9522387,51.2859619]},"properties":{"@type":"node","@id":20942479,"@timestamp":1190905753},"coords":"51.2859619,-0.9522387","bedrooms":"1","price":"162000","area":"676"} , +{"type":"Feature","id":"n20942572","geometry":{"type":"Point","coordinates":[-0.9442827,51.2832947]},"properties":{"@type":"node","@id":20942572,"@timestamp":1220542152},"coords":"51.2832947,-0.9442827","bedrooms":"4","price":"212000","area":"482"} , +{"type":"Feature","id":"n20942601","geometry":{"type":"Point","coordinates":[-0.9464284,51.2853829]},"properties":{"@type":"node","@id":20942601,"@timestamp":1220542010},"coords":"51.2853829,-0.9464284","bedrooms":"1","price":"251000","area":"413"} , +{"type":"Feature","id":"n20942750","geometry":{"type":"Point","coordinates":[-0.9126462,51.2963347]},"properties":{"@type":"node","@id":20942750,"@timestamp":1162983718},"coords":"51.2963347,-0.9126462","bedrooms":"2","price":"274000","area":"667"} , +{"type":"Feature","id":"n20943402","geometry":{"type":"Point","coordinates":[-0.906374,51.309247]},"properties":{"@type":"node","@id":20943402,"@timestamp":1162988851},"coords":"51.309247,-0.906374","bedrooms":"4","price":"264000","area":"563"} , +{"type":"Feature","id":"n20943930","geometry":{"type":"Point","coordinates":[-0.0677409,51.6510486]},"properties":{"@type":"node","@id":20943930,"@timestamp":1564917402},"coords":"51.6510486,-0.0677409","bedrooms":"2","price":"205000","area":"446"} , +{"type":"Feature","id":"n20944396","geometry":{"type":"Point","coordinates":[-0.9629523,51.4534629]},"properties":{"@type":"node","@id":20944396,"@timestamp":1162999536},"coords":"51.4534629,-0.9629523","bedrooms":"4","price":"208000","area":"638"} , +{"type":"Feature","id":"n20944874","geometry":{"type":"Point","coordinates":[-0.9801815,51.4631125]},"properties":{"@type":"node","@id":20944874,"@timestamp":1163008908},"coords":"51.4631125,-0.9801815","bedrooms":"3","price":"270000","area":"621"} , +{"type":"Feature","id":"n20945225","geometry":{"type":"Point","coordinates":[-0.9712129,51.4623551]},"properties":{"@type":"node","@id":20945225,"@timestamp":1163009089},"coords":"51.4623551,-0.9712129","bedrooms":"2","price":"176000","area":"647"} , +{"type":"Feature","id":"n20945295","geometry":{"type":"Point","coordinates":[-0.9694363,51.4611278]},"properties":{"@type":"node","@id":20945295,"@timestamp":1163009322},"coords":"51.4611278,-0.9694363","bedrooms":"3","price":"289000","area":"558"} , +{"type":"Feature","id":"n20945478","geometry":{"type":"Point","coordinates":[-0.9762702,51.4589048]},"properties":{"@type":"node","@id":20945478,"@timestamp":1163009888},"coords":"51.4589048,-0.9762702","bedrooms":"1","price":"152000","area":"377"} , +{"type":"Feature","id":"n20945789","geometry":{"type":"Point","coordinates":[-0.9769932,51.4589866]},"properties":{"@type":"node","@id":20945789,"@timestamp":1163011161},"coords":"51.4589866,-0.9769932","bedrooms":"2","price":"252000","area":"546"} , +{"type":"Feature","id":"n20946048","geometry":{"type":"Point","coordinates":[-0.9810185,51.4546801]},"properties":{"@type":"node","@id":20946048,"@timestamp":1163011739},"coords":"51.4546801,-0.9810185","bedrooms":"3","price":"153000","area":"607"} , +{"type":"Feature","id":"n20947289","geometry":{"type":"Point","coordinates":[-0.1755143,51.5059828]},"properties":{"@type":"node","@id":20947289,"@timestamp":1163018836},"coords":"51.5059828,-0.1755143","bedrooms":"2","price":"176000","area":"591"} , +{"type":"Feature","id":"n20947436","geometry":{"type":"Point","coordinates":[-0.1758188,51.508502]},"properties":{"@type":"node","@id":20947436,"@timestamp":1163018843},"coords":"51.508502,-0.1758188","bedrooms":"2","price":"284000","area":"591"} , +{"type":"Feature","id":"n20947476","geometry":{"type":"Point","coordinates":[-0.1735694,51.5061593]},"properties":{"@type":"node","@id":20947476,"@timestamp":1199646245},"coords":"51.5061593,-0.1735694","bedrooms":"3","price":"252000","area":"695"} , +{"type":"Feature","id":"n20948600","geometry":{"type":"Point","coordinates":[-0.9018181,51.4370158]},"properties":{"@type":"node","@id":20948600,"@timestamp":1163072268},"coords":"51.4370158,-0.9018181","bedrooms":"0","price":"150000","area":"662"} , +{"type":"Feature","id":"n20948664","geometry":{"type":"Point","coordinates":[-0.9358071,51.4283956]},"properties":{"@type":"node","@id":20948664,"@timestamp":1163072299},"coords":"51.4283956,-0.9358071","bedrooms":"4","price":"293000","area":"456"} , +{"type":"Feature","id":"n20948726","geometry":{"type":"Point","coordinates":[-0.9350538,51.4253487]},"properties":{"@type":"node","@id":20948726,"@timestamp":1163073110},"coords":"51.4253487,-0.9350538","bedrooms":"4","price":"208000","area":"460"} , +{"type":"Feature","id":"n20948819","geometry":{"type":"Point","coordinates":[-0.9427248,51.4296519]},"properties":{"@type":"node","@id":20948819,"@timestamp":1163074927},"coords":"51.4296519,-0.9427248","bedrooms":"3","price":"165000","area":"400"} , +{"type":"Feature","id":"n20948880","geometry":{"type":"Point","coordinates":[-0.9216055,51.4418469]},"properties":{"@type":"node","@id":20948880,"@timestamp":1163075545},"coords":"51.4418469,-0.9216055","bedrooms":"1","price":"227000","area":"482"} , +{"type":"Feature","id":"n20948909","geometry":{"type":"Point","coordinates":[-0.9005517,51.4382643]},"properties":{"@type":"node","@id":20948909,"@timestamp":1163075867},"coords":"51.4382643,-0.9005517","bedrooms":"1","price":"185000","area":"641"} , +{"type":"Feature","id":"n20948945","geometry":{"type":"Point","coordinates":[-0.0408867,51.6624409]},"properties":{"@type":"node","@id":20948945,"@timestamp":1163079673},"coords":"51.6624409,-0.0408867","bedrooms":"1","price":"219000","area":"402"} , +{"type":"Feature","id":"n20949007","geometry":{"type":"Point","coordinates":[-0.0490229,51.6616886]},"properties":{"@type":"node","@id":20949007,"@timestamp":1207950539},"coords":"51.6616886,-0.0490229","bedrooms":"2","price":"224000","area":"675"} , +{"type":"Feature","id":"n20949348","geometry":{"type":"Point","coordinates":[-0.1819951,51.2467803]},"properties":{"@type":"node","@id":20949348,"@timestamp":1163092072},"coords":"51.2467803,-0.1819951","bedrooms":"3","price":"255000","area":"666"} , +{"type":"Feature","id":"n20949362","geometry":{"type":"Point","coordinates":[-0.1810799,51.2462448]},"properties":{"@type":"node","@id":20949362,"@timestamp":1163092073},"coords":"51.2462448,-0.1810799","bedrooms":"2","price":"261000","area":"399"} , +{"type":"Feature","id":"n20949373","geometry":{"type":"Point","coordinates":[-0.182034,51.2475202]},"properties":{"@type":"node","@id":20949373,"@timestamp":1163092074},"coords":"51.2475202,-0.182034","bedrooms":"3","price":"285000","area":"474"} , +{"type":"Feature","id":"n20949383","geometry":{"type":"Point","coordinates":[-0.1808949,51.2479876]},"properties":{"@type":"node","@id":20949383,"@timestamp":1163092074},"coords":"51.2479876,-0.1808949","bedrooms":"2","price":"247000","area":"469"} , +{"type":"Feature","id":"n20952048","geometry":{"type":"Point","coordinates":[-0.2262093,51.4505064]},"properties":{"@type":"node","@id":20952048,"@timestamp":1163102869},"coords":"51.4505064,-0.2262093","bedrooms":"0","price":"205000","area":"484"} , +{"type":"Feature","id":"n20952171","geometry":{"type":"Point","coordinates":[-0.2298244,51.4521805]},"properties":{"@type":"node","@id":20952171,"@timestamp":1163103894},"coords":"51.4521805,-0.2298244","bedrooms":"3","price":"253000","area":"650"} , +{"type":"Feature","id":"n20952183","geometry":{"type":"Point","coordinates":[-0.2224953,51.4530853]},"properties":{"@type":"node","@id":20952183,"@timestamp":1163103895},"coords":"51.4530853,-0.2224953","bedrooms":"3","price":"151000","area":"603"} , +{"type":"Feature","id":"n20953108","geometry":{"type":"Point","coordinates":[-0.2224803,51.452398]},"properties":{"@type":"node","@id":20953108,"@timestamp":1163112055},"coords":"51.452398,-0.2224803","bedrooms":"2","price":"171000","area":"497"} , +{"type":"Feature","id":"n20953122","geometry":{"type":"Point","coordinates":[-0.223341,51.4510353]},"properties":{"@type":"node","@id":20953122,"@timestamp":1163112056},"coords":"51.4510353,-0.223341","bedrooms":"3","price":"200000","area":"577"} , +{"type":"Feature","id":"n20953132","geometry":{"type":"Point","coordinates":[-0.2222062,51.4517346]},"properties":{"@type":"node","@id":20953132,"@timestamp":1163112057},"coords":"51.4517346,-0.2222062","bedrooms":"4","price":"239000","area":"631"} , +{"type":"Feature","id":"n20953868","geometry":{"type":"Point","coordinates":[0.3731236,51.4449017]},"properties":{"@type":"node","@id":20953868,"@timestamp":1633091975},"coords":"51.4449017,0.3731236","bedrooms":"0","price":"169000","area":"695"} , +{"type":"Feature","id":"n20953882","geometry":{"type":"Point","coordinates":[0.3399758,51.4526716]},"properties":{"@type":"node","@id":20953882,"@timestamp":1299791805},"coords":"51.4526716,0.3399758","bedrooms":"0","price":"262000","area":"658"} , +{"type":"Feature","id":"n20953894","geometry":{"type":"Point","coordinates":[0.4034299,51.4537815]},"properties":{"@type":"node","@id":20953894,"@timestamp":1299880546},"coords":"51.4537815,0.4034299","bedrooms":"1","price":"246000","area":"409"} , +{"type":"Feature","id":"n20953932","geometry":{"type":"Point","coordinates":[0.4453362,51.4991485]},"properties":{"@type":"node","@id":20953932,"@timestamp":1588271756},"coords":"51.4991485,0.4453362","bedrooms":"4","price":"283000","area":"614"} , +{"type":"Feature","id":"n20953958","geometry":{"type":"Point","coordinates":[0.4982825,51.4861241]},"properties":{"@type":"node","@id":20953958,"@timestamp":1285963835},"coords":"51.4861241,0.4982825","bedrooms":"3","price":"232000","area":"357"} , +{"type":"Feature","id":"n20953972","geometry":{"type":"Point","coordinates":[0.4640575,51.4772777]},"properties":{"@type":"node","@id":20953972,"@timestamp":1285963833},"coords":"51.4772777,0.4640575","bedrooms":"3","price":"246000","area":"563"} , +{"type":"Feature","id":"n20953982","geometry":{"type":"Point","coordinates":[0.4656883,51.466732]},"properties":{"@type":"node","@id":20953982,"@timestamp":1285963832},"coords":"51.466732,0.4656883","bedrooms":"1","price":"218000","area":"566"} , +{"type":"Feature","id":"n20953995","geometry":{"type":"Point","coordinates":[0.4573253,51.4574642]},"properties":{"@type":"node","@id":20953995,"@timestamp":1291652915},"coords":"51.4574642,0.4573253","bedrooms":"2","price":"160000","area":"551"} , +{"type":"Feature","id":"n20954005","geometry":{"type":"Point","coordinates":[0.4454539,51.4511675]},"properties":{"@type":"node","@id":20954005,"@timestamp":1202311461},"coords":"51.4511675,0.4454539","bedrooms":"4","price":"270000","area":"518"} , +{"type":"Feature","id":"n20955219","geometry":{"type":"Point","coordinates":[-0.1824135,51.2361611]},"properties":{"@type":"node","@id":20955219,"@timestamp":1163168567},"coords":"51.2361611,-0.1824135","bedrooms":"1","price":"219000","area":"531"} , +{"type":"Feature","id":"n20955316","geometry":{"type":"Point","coordinates":[-0.2088587,51.2372653]},"properties":{"@type":"node","@id":20955316,"@timestamp":1163168572},"coords":"51.2372653,-0.2088587","bedrooms":"1","price":"286000","area":"513"} , +{"type":"Feature","id":"n20956803","geometry":{"type":"Point","coordinates":[-0.2757579,51.5443101]},"properties":{"@type":"node","@id":20956803,"@timestamp":1573661545},"coords":"51.5443101,-0.2757579","bedrooms":"4","price":"272000","area":"536"} , +{"type":"Feature","id":"n20959717","geometry":{"type":"Point","coordinates":[-0.3412011,51.7548191]},"properties":{"@type":"node","@id":20959717,"@timestamp":1163255038},"coords":"51.7548191,-0.3412011","bedrooms":"2","price":"217000","area":"571"} , +{"type":"Feature","id":"n20959840","geometry":{"type":"Point","coordinates":[-0.3445925,51.7562052]},"properties":{"@type":"node","@id":20959840,"@timestamp":1163256155},"coords":"51.7562052,-0.3445925","bedrooms":"3","price":"201000","area":"502"} , +{"type":"Feature","id":"n20960363","geometry":{"type":"Point","coordinates":[0.2821388,52.167138]},"properties":{"@type":"node","@id":20960363,"@timestamp":1291578669},"coords":"52.167138,0.2821388","bedrooms":"2","price":"234000","area":"528"} , +{"type":"Feature","id":"n20960764","geometry":{"type":"Point","coordinates":[-0.2169165,51.4743335]},"properties":{"@type":"node","@id":20960764,"@timestamp":1452632249},"coords":"51.4743335,-0.2169165","bedrooms":"4","price":"297000","area":"360"} , +{"type":"Feature","id":"n20960786","geometry":{"type":"Point","coordinates":[-0.2190405,51.4787868]},"properties":{"@type":"node","@id":20960786,"@timestamp":1163262696},"coords":"51.4787868,-0.2190405","bedrooms":"4","price":"281000","area":"494"} , +{"type":"Feature","id":"n20960853","geometry":{"type":"Point","coordinates":[-0.220426,51.4807063]},"properties":{"@type":"node","@id":20960853,"@timestamp":1246654627},"coords":"51.4807063,-0.220426","bedrooms":"0","price":"235000","area":"458"} , +{"type":"Feature","id":"n20960947","geometry":{"type":"Point","coordinates":[-0.2214655,51.489467]},"properties":{"@type":"node","@id":20960947,"@timestamp":1163264082},"coords":"51.489467,-0.2214655","bedrooms":"2","price":"176000","area":"694"} , +{"type":"Feature","id":"n20960968","geometry":{"type":"Point","coordinates":[-0.2178824,51.489101]},"properties":{"@type":"node","@id":20960968,"@timestamp":1163264083},"coords":"51.489101,-0.2178824","bedrooms":"4","price":"181000","area":"695"} , +{"type":"Feature","id":"n20961182","geometry":{"type":"Point","coordinates":[-0.2123675,51.4840492]},"properties":{"@type":"node","@id":20961182,"@timestamp":1163265203},"coords":"51.4840492,-0.2123675","bedrooms":"1","price":"175000","area":"520"} , +{"type":"Feature","id":"n20961204","geometry":{"type":"Point","coordinates":[-0.2133648,51.4848424]},"properties":{"@type":"node","@id":20961204,"@timestamp":1163265204},"coords":"51.4848424,-0.2133648","bedrooms":"1","price":"245000","area":"503"} , +{"type":"Feature","id":"n20962507","geometry":{"type":"Point","coordinates":[-0.2024192,51.4800612]},"properties":{"@type":"node","@id":20962507,"@timestamp":1564917402},"coords":"51.4800612,-0.2024192","bedrooms":"4","price":"178000","area":"384"} , +{"type":"Feature","id":"n20963855","geometry":{"type":"Point","coordinates":[-0.2520624,51.2438681]},"properties":{"@type":"node","@id":20963855,"@timestamp":1163283757},"coords":"51.2438681,-0.2520624","bedrooms":"0","price":"239000","area":"415"} , +{"type":"Feature","id":"n20965559","geometry":{"type":"Point","coordinates":[0.030565,51.7791422]},"properties":{"@type":"node","@id":20965559,"@timestamp":1185646700},"coords":"51.7791422,0.030565","bedrooms":"1","price":"197000","area":"482"} , +{"type":"Feature","id":"n20965610","geometry":{"type":"Point","coordinates":[0.0415097,51.7575512]},"properties":{"@type":"node","@id":20965610,"@timestamp":1190540386},"coords":"51.7575512,0.0415097","bedrooms":"4","price":"237000","area":"564"} , +{"type":"Feature","id":"n20965632","geometry":{"type":"Point","coordinates":[0.0564648,51.7507803]},"properties":{"@type":"node","@id":20965632,"@timestamp":1190541101},"coords":"51.7507803,0.0564648","bedrooms":"4","price":"248000","area":"485"} , +{"type":"Feature","id":"n20965688","geometry":{"type":"Point","coordinates":[0.0896062,51.7707194]},"properties":{"@type":"node","@id":20965688,"@timestamp":1613179982},"coords":"51.7707194,0.0896062","bedrooms":"4","price":"259000","area":"551"} , +{"type":"Feature","id":"n20965727","geometry":{"type":"Point","coordinates":[0.0586811,51.7722504]},"properties":{"@type":"node","@id":20965727,"@timestamp":1175559621},"coords":"51.7722504,0.0586811","bedrooms":"4","price":"174000","area":"365"} , +{"type":"Feature","id":"n20965746","geometry":{"type":"Point","coordinates":[0.0453133,51.7505165]},"properties":{"@type":"node","@id":20965746,"@timestamp":1175281399},"coords":"51.7505165,0.0453133","bedrooms":"3","price":"222000","area":"487"} , +{"type":"Feature","id":"n20965794","geometry":{"type":"Point","coordinates":[-0.0974363,51.5149741]},"properties":{"@type":"node","@id":20965794,"@timestamp":1624742423},"coords":"51.5149741,-0.0974363","bedrooms":"3","price":"186000","area":"569"} , +{"type":"Feature","id":"n20970954","geometry":{"type":"Point","coordinates":[-0.6083131,51.6646986]},"properties":{"@type":"node","@id":20970954,"@timestamp":1624624106},"coords":"51.6646986,-0.6083131","bedrooms":"2","price":"173000","area":"517"} , +{"type":"Feature","id":"n20973207","geometry":{"type":"Point","coordinates":[-0.6446833,51.8492063]},"properties":{"@type":"node","@id":20973207,"@timestamp":1453599956},"coords":"51.8492063,-0.6446833","bedrooms":"0","price":"214000","area":"669"} , +{"type":"Feature","id":"n20974219","geometry":{"type":"Point","coordinates":[-0.1948958,51.2310338]},"properties":{"@type":"node","@id":20974219,"@timestamp":1163422888},"coords":"51.2310338,-0.1948958","bedrooms":"3","price":"215000","area":"501"} , +{"type":"Feature","id":"n20974262","geometry":{"type":"Point","coordinates":[-0.1957633,51.2306118]},"properties":{"@type":"node","@id":20974262,"@timestamp":1163422890},"coords":"51.2306118,-0.1957633","bedrooms":"2","price":"168000","area":"401"} , +{"type":"Feature","id":"n20974301","geometry":{"type":"Point","coordinates":[-0.1825628,51.2330558]},"properties":{"@type":"node","@id":20974301,"@timestamp":1175009195},"coords":"51.2330558,-0.1825628","bedrooms":"4","price":"275000","area":"467"} , +{"type":"Feature","id":"n20980708","geometry":{"type":"Point","coordinates":[-0.5964668,51.4111846]},"properties":{"@type":"node","@id":20980708,"@timestamp":1610279684},"coords":"51.4111846,-0.5964668","bedrooms":"2","price":"228000","area":"353"} , +{"type":"Feature","id":"n20981571","geometry":{"type":"Point","coordinates":[-0.1892774,51.9847646]},"properties":{"@type":"node","@id":20981571,"@timestamp":1163523232},"coords":"51.9847646,-0.1892774","bedrooms":"4","price":"230000","area":"378"} , +{"type":"Feature","id":"n20992532","geometry":{"type":"Point","coordinates":[-0.3924982,51.6522296]},"properties":{"@type":"node","@id":20992532,"@timestamp":1595199277},"coords":"51.6522296,-0.3924982","bedrooms":"1","price":"285000","area":"591"} , +{"type":"Feature","id":"n20994028","geometry":{"type":"Point","coordinates":[-0.2025812,51.5863752]},"properties":{"@type":"node","@id":20994028,"@timestamp":1191108097},"coords":"51.5863752,-0.2025812","bedrooms":"3","price":"284000","area":"441"} , +{"type":"Feature","id":"n20998854","geometry":{"type":"Point","coordinates":[-0.1899466,51.2306697]},"properties":{"@type":"node","@id":20998854,"@timestamp":1163612867},"coords":"51.2306697,-0.1899466","bedrooms":"4","price":"256000","area":"446"} , +{"type":"Feature","id":"n20998887","geometry":{"type":"Point","coordinates":[-0.1847413,51.2264577]},"properties":{"@type":"node","@id":20998887,"@timestamp":1163612868},"coords":"51.2264577,-0.1847413","bedrooms":"2","price":"161000","area":"383"} , +{"type":"Feature","id":"n20998991","geometry":{"type":"Point","coordinates":[-0.1799242,51.2297581]},"properties":{"@type":"node","@id":20998991,"@timestamp":1163612873},"coords":"51.2297581,-0.1799242","bedrooms":"2","price":"208000","area":"530"} , +{"type":"Feature","id":"n20999872","geometry":{"type":"Point","coordinates":[0.7375646,51.4317055]},"properties":{"@type":"node","@id":20999872,"@timestamp":1310754011},"coords":"51.4317055,0.7375646","bedrooms":"2","price":"183000","area":"647"} , +{"type":"Feature","id":"n20999900","geometry":{"type":"Point","coordinates":[0.7422844,51.4414135]},"properties":{"@type":"node","@id":20999900,"@timestamp":1398849630},"coords":"51.4414135,0.7422844","bedrooms":"2","price":"169000","area":"535"} , +{"type":"Feature","id":"n21001222","geometry":{"type":"Point","coordinates":[0.8143772,51.3498768]},"properties":{"@type":"node","@id":21001222,"@timestamp":1281196045},"coords":"51.3498768,0.8143772","bedrooms":"4","price":"270000","area":"613"} , +{"type":"Feature","id":"n21001546","geometry":{"type":"Point","coordinates":[0.6746195,51.4663223]},"properties":{"@type":"node","@id":21001546,"@timestamp":1377605219},"coords":"51.4663223,0.6746195","bedrooms":"0","price":"166000","area":"540"} , +{"type":"Feature","id":"n21001560","geometry":{"type":"Point","coordinates":[0.6704629,51.4722614]},"properties":{"@type":"node","@id":21001560,"@timestamp":1377605219},"coords":"51.4722614,0.6704629","bedrooms":"2","price":"187000","area":"370"} , +{"type":"Feature","id":"n21001902","geometry":{"type":"Point","coordinates":[0.6865206,51.4224814]},"properties":{"@type":"node","@id":21001902,"@timestamp":1206723777},"coords":"51.4224814,0.6865206","bedrooms":"2","price":"291000","area":"481"} , +{"type":"Feature","id":"n21001912","geometry":{"type":"Point","coordinates":[0.6688722,51.420007]},"properties":{"@type":"node","@id":21001912,"@timestamp":1206723776},"coords":"51.420007,0.6688722","bedrooms":"0","price":"177000","area":"669"} , +{"type":"Feature","id":"n21002364","geometry":{"type":"Point","coordinates":[0.6122,51.3787998]},"properties":{"@type":"node","@id":21002364,"@timestamp":1310760057},"coords":"51.3787998,0.6122","bedrooms":"3","price":"283000","area":"409"} , +{"type":"Feature","id":"n21002389","geometry":{"type":"Point","coordinates":[0.6017929,51.383566]},"properties":{"@type":"node","@id":21002389,"@timestamp":1310760566},"coords":"51.383566,0.6017929","bedrooms":"3","price":"175000","area":"595"} , +{"type":"Feature","id":"n21002485","geometry":{"type":"Point","coordinates":[0.5556078,51.3988873]},"properties":{"@type":"node","@id":21002485,"@timestamp":1401492747},"coords":"51.3988873,0.5556078","bedrooms":"4","price":"164000","area":"627"} , +{"type":"Feature","id":"n21002743","geometry":{"type":"Point","coordinates":[0.6252944,51.3758643]},"properties":{"@type":"node","@id":21002743,"@timestamp":1310759407},"coords":"51.3758643,0.6252944","bedrooms":"2","price":"239000","area":"671"} , +{"type":"Feature","id":"n21002754","geometry":{"type":"Point","coordinates":[0.6240338,51.3789352]},"properties":{"@type":"node","@id":21002754,"@timestamp":1310759408},"coords":"51.3789352,0.6240338","bedrooms":"3","price":"203000","area":"370"} , +{"type":"Feature","id":"n21002765","geometry":{"type":"Point","coordinates":[0.6280492,51.3822294]},"properties":{"@type":"node","@id":21002765,"@timestamp":1310759511},"coords":"51.3822294,0.6280492","bedrooms":"1","price":"267000","area":"556"} , +{"type":"Feature","id":"n21002775","geometry":{"type":"Point","coordinates":[0.6347944,51.3862229]},"properties":{"@type":"node","@id":21002775,"@timestamp":1310759754},"coords":"51.3862229,0.6347944","bedrooms":"2","price":"222000","area":"382"} , +{"type":"Feature","id":"n21002789","geometry":{"type":"Point","coordinates":[0.6314945,51.3882309]},"properties":{"@type":"node","@id":21002789,"@timestamp":1310759752},"coords":"51.3882309,0.6314945","bedrooms":"3","price":"155000","area":"440"} , +{"type":"Feature","id":"n21002805","geometry":{"type":"Point","coordinates":[0.62453,51.3871718]},"properties":{"@type":"node","@id":21002805,"@timestamp":1310759752},"coords":"51.3871718,0.62453","bedrooms":"0","price":"217000","area":"526"} , +{"type":"Feature","id":"n21003508","geometry":{"type":"Point","coordinates":[0.5538643,51.3993043]},"properties":{"@type":"node","@id":21003508,"@timestamp":1502474392},"coords":"51.3993043,0.5538643","bedrooms":"4","price":"197000","area":"606"} , +{"type":"Feature","id":"n21003621","geometry":{"type":"Point","coordinates":[0.5183905,51.3840622]},"properties":{"@type":"node","@id":21003621,"@timestamp":1547331037},"coords":"51.3840622,0.5183905","bedrooms":"0","price":"265000","area":"593"} , +{"type":"Feature","id":"n21003633","geometry":{"type":"Point","coordinates":[0.5117888,51.3862672]},"properties":{"@type":"node","@id":21003633,"@timestamp":1540310120},"coords":"51.3862672,0.5117888","bedrooms":"1","price":"181000","area":"608"} , +{"type":"Feature","id":"n21003645","geometry":{"type":"Point","coordinates":[0.509644,51.3934674]},"properties":{"@type":"node","@id":21003645,"@timestamp":1516556426},"coords":"51.3934674,0.509644","bedrooms":"1","price":"191000","area":"486"} , +{"type":"Feature","id":"n21003658","geometry":{"type":"Point","coordinates":[0.502322,51.3918936]},"properties":{"@type":"node","@id":21003658,"@timestamp":1529268611},"coords":"51.3918936,0.502322","bedrooms":"2","price":"258000","area":"462"} , +{"type":"Feature","id":"n21003672","geometry":{"type":"Point","coordinates":[0.5049541,51.3968692]},"properties":{"@type":"node","@id":21003672,"@timestamp":1310752079},"coords":"51.3968692,0.5049541","bedrooms":"4","price":"251000","area":"615"} , +{"type":"Feature","id":"n21003689","geometry":{"type":"Point","coordinates":[0.5130502,51.3914551]},"properties":{"@type":"node","@id":21003689,"@timestamp":1310752080},"coords":"51.3914551,0.5130502","bedrooms":"0","price":"255000","area":"463"} , +{"type":"Feature","id":"n21003718","geometry":{"type":"Point","coordinates":[0.5212933,51.3933403]},"properties":{"@type":"node","@id":21003718,"@timestamp":1502474392},"coords":"51.3933403,0.5212933","bedrooms":"0","price":"186000","area":"592"} , +{"type":"Feature","id":"n21003797","geometry":{"type":"Point","coordinates":[0.4759671,51.3795922]},"properties":{"@type":"node","@id":21003797,"@timestamp":1310745387},"coords":"51.3795922,0.4759671","bedrooms":"1","price":"178000","area":"642"} , +{"type":"Feature","id":"n21003807","geometry":{"type":"Point","coordinates":[0.4901723,51.3823227]},"properties":{"@type":"node","@id":21003807,"@timestamp":1310745388},"coords":"51.3823227,0.4901723","bedrooms":"3","price":"260000","area":"642"} , +{"type":"Feature","id":"n21003817","geometry":{"type":"Point","coordinates":[0.4903391,51.3881198]},"properties":{"@type":"node","@id":21003817,"@timestamp":1310745388},"coords":"51.3881198,0.4903391","bedrooms":"3","price":"247000","area":"603"} , +{"type":"Feature","id":"n21003827","geometry":{"type":"Point","coordinates":[0.4964768,51.3925892]},"properties":{"@type":"node","@id":21003827,"@timestamp":1291047497},"coords":"51.3925892,0.4964768","bedrooms":"2","price":"150000","area":"415"} , +{"type":"Feature","id":"n21003841","geometry":{"type":"Point","coordinates":[0.5010261,51.3909986]},"properties":{"@type":"node","@id":21003841,"@timestamp":1532626004},"coords":"51.3909986,0.5010261","bedrooms":"3","price":"297000","area":"504"} , +{"type":"Feature","id":"n21003852","geometry":{"type":"Point","coordinates":[0.4968029,51.3863709]},"properties":{"@type":"node","@id":21003852,"@timestamp":1540310122},"coords":"51.3863709,0.4968029","bedrooms":"2","price":"207000","area":"352"} , +{"type":"Feature","id":"n21003866","geometry":{"type":"Point","coordinates":[0.4935598,51.381703]},"properties":{"@type":"node","@id":21003866,"@timestamp":1515173838},"coords":"51.381703,0.4935598","bedrooms":"1","price":"150000","area":"397"} , +{"type":"Feature","id":"n21003882","geometry":{"type":"Point","coordinates":[0.4869046,51.3782811]},"properties":{"@type":"node","@id":21003882,"@timestamp":1310745652},"coords":"51.3782811,0.4869046","bedrooms":"1","price":"183000","area":"623"} , +{"type":"Feature","id":"n21003895","geometry":{"type":"Point","coordinates":[0.4801081,51.3760014]},"properties":{"@type":"node","@id":21003895,"@timestamp":1310745652},"coords":"51.3760014,0.4801081","bedrooms":"2","price":"281000","area":"557"} , +{"type":"Feature","id":"n21003914","geometry":{"type":"Point","coordinates":[0.4520845,51.3446814]},"properties":{"@type":"node","@id":21003914,"@timestamp":1310937725},"coords":"51.3446814,0.4520845","bedrooms":"1","price":"216000","area":"607"} , +{"type":"Feature","id":"n21003929","geometry":{"type":"Point","coordinates":[0.4500801,51.3494032]},"properties":{"@type":"node","@id":21003929,"@timestamp":1310937204},"coords":"51.3494032,0.4500801","bedrooms":"0","price":"228000","area":"663"} , +{"type":"Feature","id":"n21003951","geometry":{"type":"Point","coordinates":[0.455149,51.3532731]},"properties":{"@type":"node","@id":21003951,"@timestamp":1310937205},"coords":"51.3532731,0.455149","bedrooms":"0","price":"237000","area":"570"} , +{"type":"Feature","id":"n21003965","geometry":{"type":"Point","coordinates":[0.4533219,51.3559594]},"properties":{"@type":"node","@id":21003965,"@timestamp":1310937205},"coords":"51.3559594,0.4533219","bedrooms":"3","price":"281000","area":"424"} , +{"type":"Feature","id":"n21003980","geometry":{"type":"Point","coordinates":[0.4484905,51.3606382]},"properties":{"@type":"node","@id":21003980,"@timestamp":1310937434},"coords":"51.3606382,0.4484905","bedrooms":"3","price":"221000","area":"684"} , +{"type":"Feature","id":"n21003990","geometry":{"type":"Point","coordinates":[0.450255,51.3669583]},"properties":{"@type":"node","@id":21003990,"@timestamp":1207391157},"coords":"51.3669583,0.450255","bedrooms":"4","price":"175000","area":"584"} , +{"type":"Feature","id":"n21004001","geometry":{"type":"Point","coordinates":[0.455565,51.3694913]},"properties":{"@type":"node","@id":21004001,"@timestamp":1310778009},"coords":"51.3694913,0.455565","bedrooms":"0","price":"190000","area":"394"} , +{"type":"Feature","id":"n21004012","geometry":{"type":"Point","coordinates":[0.4617793,51.3729948]},"properties":{"@type":"node","@id":21004012,"@timestamp":1310778009},"coords":"51.3729948,0.4617793","bedrooms":"3","price":"179000","area":"541"} , +{"type":"Feature","id":"n21004025","geometry":{"type":"Point","coordinates":[0.4679783,51.3757044]},"properties":{"@type":"node","@id":21004025,"@timestamp":1626437705},"coords":"51.3757044,0.4679783","bedrooms":"0","price":"155000","area":"352"} , +{"type":"Feature","id":"n21004039","geometry":{"type":"Point","coordinates":[0.4706025,51.3739109]},"properties":{"@type":"node","@id":21004039,"@timestamp":1310778010},"coords":"51.3739109,0.4706025","bedrooms":"4","price":"262000","area":"408"} , +{"type":"Feature","id":"n21004050","geometry":{"type":"Point","coordinates":[0.4642626,51.3712939]},"properties":{"@type":"node","@id":21004050,"@timestamp":1310778011},"coords":"51.3712939,0.4642626","bedrooms":"4","price":"256000","area":"612"} , +{"type":"Feature","id":"n21004066","geometry":{"type":"Point","coordinates":[0.4571939,51.3682635]},"properties":{"@type":"node","@id":21004066,"@timestamp":1310778012},"coords":"51.3682635,0.4571939","bedrooms":"4","price":"204000","area":"589"} , +{"type":"Feature","id":"n21004083","geometry":{"type":"Point","coordinates":[0.4504964,51.3649753]},"properties":{"@type":"node","@id":21004083,"@timestamp":1207761432},"coords":"51.3649753,0.4504964","bedrooms":"0","price":"165000","area":"656"} , +{"type":"Feature","id":"n21004093","geometry":{"type":"Point","coordinates":[0.4505622,51.3594275]},"properties":{"@type":"node","@id":21004093,"@timestamp":1310936718},"coords":"51.3594275,0.4505622","bedrooms":"2","price":"236000","area":"628"} , +{"type":"Feature","id":"n21004104","geometry":{"type":"Point","coordinates":[0.4557476,51.3557324]},"properties":{"@type":"node","@id":21004104,"@timestamp":1310936719},"coords":"51.3557324,0.4557476","bedrooms":"4","price":"166000","area":"438"} , +{"type":"Feature","id":"n21004114","geometry":{"type":"Point","coordinates":[0.4568252,51.3504125]},"properties":{"@type":"node","@id":21004114,"@timestamp":1310936862},"coords":"51.3504125,0.4568252","bedrooms":"2","price":"266000","area":"649"} , +{"type":"Feature","id":"n21004128","geometry":{"type":"Point","coordinates":[0.4517331,51.3466643]},"properties":{"@type":"node","@id":21004128,"@timestamp":1310937724},"coords":"51.3466643,0.4517331","bedrooms":"1","price":"292000","area":"601"} , +{"type":"Feature","id":"n21004142","geometry":{"type":"Point","coordinates":[0.4561821,51.337511]},"properties":{"@type":"node","@id":21004142,"@timestamp":1310938303},"coords":"51.337511,0.4561821","bedrooms":"2","price":"220000","area":"621"} , +{"type":"Feature","id":"n21004155","geometry":{"type":"Point","coordinates":[0.4546653,51.3408472]},"properties":{"@type":"node","@id":21004155,"@timestamp":1310937903},"coords":"51.3408472,0.4546653","bedrooms":"2","price":"186000","area":"378"} , +{"type":"Feature","id":"n21004168","geometry":{"type":"Point","coordinates":[0.4503868,51.3303158]},"properties":{"@type":"node","@id":21004168,"@timestamp":1310938304},"coords":"51.3303158,0.4503868","bedrooms":"0","price":"175000","area":"574"} , +{"type":"Feature","id":"n21004178","geometry":{"type":"Point","coordinates":[0.4572617,51.3357356]},"properties":{"@type":"node","@id":21004178,"@timestamp":1310938304},"coords":"51.3357356,0.4572617","bedrooms":"3","price":"162000","area":"683"} , +{"type":"Feature","id":"n21004191","geometry":{"type":"Point","coordinates":[0.4536018,51.333726]},"properties":{"@type":"node","@id":21004191,"@timestamp":1310938120},"coords":"51.333726,0.4536018","bedrooms":"0","price":"267000","area":"375"} , +{"type":"Feature","id":"n21015572","geometry":{"type":"Point","coordinates":[0.641377,51.522159]},"properties":{"@type":"node","@id":21015572,"@timestamp":1163636075},"coords":"51.522159,0.641377","bedrooms":"1","price":"229000","area":"597"} , +{"type":"Feature","id":"n21015585","geometry":{"type":"Point","coordinates":[0.634677,51.521855]},"properties":{"@type":"node","@id":21015585,"@timestamp":1163636077},"coords":"51.521855,0.634677","bedrooms":"0","price":"211000","area":"426"} , +{"type":"Feature","id":"n21015597","geometry":{"type":"Point","coordinates":[0.633625,51.521105]},"properties":{"@type":"node","@id":21015597,"@timestamp":1163636079},"coords":"51.521105,0.633625","bedrooms":"0","price":"241000","area":"568"} , +{"type":"Feature","id":"n21015610","geometry":{"type":"Point","coordinates":[0.642058,51.520891]},"properties":{"@type":"node","@id":21015610,"@timestamp":1163636082},"coords":"51.520891,0.642058","bedrooms":"3","price":"161000","area":"571"} , +{"type":"Feature","id":"n21015635","geometry":{"type":"Point","coordinates":[0.5987702,51.5120651]},"properties":{"@type":"node","@id":21015635,"@timestamp":1405516594},"coords":"51.5120651,0.5987702","bedrooms":"0","price":"193000","area":"552"} , +{"type":"Feature","id":"n21015661","geometry":{"type":"Point","coordinates":[0.6175088,51.5145696]},"properties":{"@type":"node","@id":21015661,"@timestamp":1299955399},"coords":"51.5145696,0.6175088","bedrooms":"0","price":"244000","area":"438"} , +{"type":"Feature","id":"n21015676","geometry":{"type":"Point","coordinates":[0.6256841,51.5202726]},"properties":{"@type":"node","@id":21015676,"@timestamp":1405284138},"coords":"51.5202726,0.6256841","bedrooms":"0","price":"247000","area":"510"} , +{"type":"Feature","id":"n21015686","geometry":{"type":"Point","coordinates":[0.626095,51.5212472]},"properties":{"@type":"node","@id":21015686,"@timestamp":1405284139},"coords":"51.5212472,0.626095","bedrooms":"0","price":"202000","area":"533"} , +{"type":"Feature","id":"n21015699","geometry":{"type":"Point","coordinates":[0.6175521,51.5220116]},"properties":{"@type":"node","@id":21015699,"@timestamp":1405284139},"coords":"51.5220116,0.6175521","bedrooms":"0","price":"171000","area":"684"} , +{"type":"Feature","id":"n21015709","geometry":{"type":"Point","coordinates":[0.6243955,51.5219785]},"properties":{"@type":"node","@id":21015709,"@timestamp":1405284999},"coords":"51.5219785,0.6243955","bedrooms":"0","price":"152000","area":"560"} , +{"type":"Feature","id":"n21015724","geometry":{"type":"Point","coordinates":[0.6197902,51.5259173]},"properties":{"@type":"node","@id":21015724,"@timestamp":1405284999},"coords":"51.5259173,0.6197902","bedrooms":"1","price":"244000","area":"379"} , +{"type":"Feature","id":"n21015736","geometry":{"type":"Point","coordinates":[0.6084836,51.5279068]},"properties":{"@type":"node","@id":21015736,"@timestamp":1405285000},"coords":"51.5279068,0.6084836","bedrooms":"3","price":"236000","area":"357"} , +{"type":"Feature","id":"n21015749","geometry":{"type":"Point","coordinates":[0.5985412,51.5296125]},"properties":{"@type":"node","@id":21015749,"@timestamp":1405285000},"coords":"51.5296125,0.5985412","bedrooms":"0","price":"249000","area":"506"} , +{"type":"Feature","id":"n21015767","geometry":{"type":"Point","coordinates":[0.5923721,51.5343862]},"properties":{"@type":"node","@id":21015767,"@timestamp":1405285000},"coords":"51.5343862,0.5923721","bedrooms":"2","price":"265000","area":"696"} , +{"type":"Feature","id":"n21015782","geometry":{"type":"Point","coordinates":[0.5756153,51.5383726]},"properties":{"@type":"node","@id":21015782,"@timestamp":1405285001},"coords":"51.5383726,0.5756153","bedrooms":"0","price":"240000","area":"621"} , +{"type":"Feature","id":"n21015801","geometry":{"type":"Point","coordinates":[0.56654,51.5410952]},"properties":{"@type":"node","@id":21015801,"@timestamp":1298323939},"coords":"51.5410952,0.56654","bedrooms":"3","price":"221000","area":"476"} , +{"type":"Feature","id":"n21016001","geometry":{"type":"Point","coordinates":[0.684254,51.5354645]},"properties":{"@type":"node","@id":21016001,"@timestamp":1164830062},"coords":"51.5354645,0.684254","bedrooms":"1","price":"151000","area":"528"} , +{"type":"Feature","id":"n21016151","geometry":{"type":"Point","coordinates":[0.5411874,51.512448]},"properties":{"@type":"node","@id":21016151,"@timestamp":1299945803},"coords":"51.512448,0.5411874","bedrooms":"1","price":"245000","area":"659"} , +{"type":"Feature","id":"n21016231","geometry":{"type":"Point","coordinates":[0.5179635,51.5305345]},"properties":{"@type":"node","@id":21016231,"@timestamp":1299955413},"coords":"51.5305345,0.5179635","bedrooms":"0","price":"221000","area":"510"} , +{"type":"Feature","id":"n21016244","geometry":{"type":"Point","coordinates":[0.5280185,51.532991]},"properties":{"@type":"node","@id":21016244,"@timestamp":1299955406},"coords":"51.532991,0.5280185","bedrooms":"1","price":"266000","area":"509"} , +{"type":"Feature","id":"n21016255","geometry":{"type":"Point","coordinates":[0.5372314,51.5319832]},"properties":{"@type":"node","@id":21016255,"@timestamp":1299955402},"coords":"51.5319832,0.5372314","bedrooms":"3","price":"275000","area":"653"} , +{"type":"Feature","id":"n21016265","geometry":{"type":"Point","coordinates":[0.5296523,51.5314348]},"properties":{"@type":"node","@id":21016265,"@timestamp":1164754413},"coords":"51.5314348,0.5296523","bedrooms":"4","price":"203000","area":"699"} , +{"type":"Feature","id":"n21016279","geometry":{"type":"Point","coordinates":[0.5198228,51.5307358]},"properties":{"@type":"node","@id":21016279,"@timestamp":1299955414},"coords":"51.5307358,0.5198228","bedrooms":"2","price":"268000","area":"658"} , +{"type":"Feature","id":"n21016320","geometry":{"type":"Point","coordinates":[0.5402365,51.5205442]},"properties":{"@type":"node","@id":21016320,"@timestamp":1299955407},"coords":"51.5205442,0.5402365","bedrooms":"0","price":"280000","area":"454"} , +{"type":"Feature","id":"n21016396","geometry":{"type":"Point","coordinates":[0.5860241,51.5131384]},"properties":{"@type":"node","@id":21016396,"@timestamp":1405598924},"coords":"51.5131384,0.5860241","bedrooms":"3","price":"247000","area":"385"} , +{"type":"Feature","id":"n21016415","geometry":{"type":"Point","coordinates":[0.7100316,51.6380777]},"properties":{"@type":"node","@id":21016415,"@timestamp":1461198103},"coords":"51.6380777,0.7100316","bedrooms":"1","price":"275000","area":"503"} , +{"type":"Feature","id":"n21016430","geometry":{"type":"Point","coordinates":[0.715469,51.642424]},"properties":{"@type":"node","@id":21016430,"@timestamp":1279395764},"coords":"51.642424,0.715469","bedrooms":"4","price":"279000","area":"683"} , +{"type":"Feature","id":"n21016448","geometry":{"type":"Point","coordinates":[0.727809,51.642792]},"properties":{"@type":"node","@id":21016448,"@timestamp":1163636499},"coords":"51.642792,0.727809","bedrooms":"0","price":"251000","area":"405"} , +{"type":"Feature","id":"n21016463","geometry":{"type":"Point","coordinates":[0.7369842,51.6423532]},"properties":{"@type":"node","@id":21016463,"@timestamp":1279395796},"coords":"51.6423532,0.7369842","bedrooms":"4","price":"186000","area":"581"} , +{"type":"Feature","id":"n21016477","geometry":{"type":"Point","coordinates":[0.7523825,51.6431952]},"properties":{"@type":"node","@id":21016477,"@timestamp":1617294506},"coords":"51.6431952,0.7523825","bedrooms":"4","price":"225000","area":"416"} , +{"type":"Feature","id":"n21016487","geometry":{"type":"Point","coordinates":[0.7616157,51.6429156]},"properties":{"@type":"node","@id":21016487,"@timestamp":1279395783},"coords":"51.6429156,0.7616157","bedrooms":"4","price":"269000","area":"623"} , +{"type":"Feature","id":"n21016499","geometry":{"type":"Point","coordinates":[0.7710443,51.6387501]},"properties":{"@type":"node","@id":21016499,"@timestamp":1461187433},"coords":"51.6387501,0.7710443","bedrooms":"4","price":"199000","area":"648"} , +{"type":"Feature","id":"n21016518","geometry":{"type":"Point","coordinates":[0.779922,51.634306]},"properties":{"@type":"node","@id":21016518,"@timestamp":1163636512},"coords":"51.634306,0.779922","bedrooms":"0","price":"246000","area":"568"} , +{"type":"Feature","id":"n21016627","geometry":{"type":"Point","coordinates":[0.7844042,51.6303744]},"properties":{"@type":"node","@id":21016627,"@timestamp":1273313906},"coords":"51.6303744,0.7844042","bedrooms":"2","price":"196000","area":"560"} , +{"type":"Feature","id":"n21016646","geometry":{"type":"Point","coordinates":[0.7973582,51.6253481]},"properties":{"@type":"node","@id":21016646,"@timestamp":1293024849},"coords":"51.6253481,0.7973582","bedrooms":"1","price":"242000","area":"516"} , +{"type":"Feature","id":"n21016656","geometry":{"type":"Point","coordinates":[0.8050171,51.6289863]},"properties":{"@type":"node","@id":21016656,"@timestamp":1293024853},"coords":"51.6289863,0.8050171","bedrooms":"4","price":"273000","area":"379"} , +{"type":"Feature","id":"n21016671","geometry":{"type":"Point","coordinates":[0.8126437,51.6257355]},"properties":{"@type":"node","@id":21016671,"@timestamp":1293024853},"coords":"51.6257355,0.8126437","bedrooms":"3","price":"264000","area":"531"} , +{"type":"Feature","id":"n21016682","geometry":{"type":"Point","coordinates":[0.8253347,51.6231613]},"properties":{"@type":"node","@id":21016682,"@timestamp":1273308177},"coords":"51.6231613,0.8253347","bedrooms":"2","price":"233000","area":"481"} , +{"type":"Feature","id":"n21016692","geometry":{"type":"Point","coordinates":[0.8365678,51.6231213]},"properties":{"@type":"node","@id":21016692,"@timestamp":1273308178},"coords":"51.6231213,0.8365678","bedrooms":"3","price":"278000","area":"589"} , +{"type":"Feature","id":"n21016702","geometry":{"type":"Point","coordinates":[0.8449041,51.6226484]},"properties":{"@type":"node","@id":21016702,"@timestamp":1273308178},"coords":"51.6226484,0.8449041","bedrooms":"1","price":"155000","area":"553"} , +{"type":"Feature","id":"n21016712","geometry":{"type":"Point","coordinates":[0.859253,51.6214738]},"properties":{"@type":"node","@id":21016712,"@timestamp":1273308162},"coords":"51.6214738,0.859253","bedrooms":"1","price":"172000","area":"695"} , +{"type":"Feature","id":"n21016725","geometry":{"type":"Point","coordinates":[0.8696451,51.6228739]},"properties":{"@type":"node","@id":21016725,"@timestamp":1273308163},"coords":"51.6228739,0.8696451","bedrooms":"2","price":"181000","area":"580"} , +{"type":"Feature","id":"n21016735","geometry":{"type":"Point","coordinates":[0.8766994,51.6231347]},"properties":{"@type":"node","@id":21016735,"@timestamp":1273308164},"coords":"51.6231347,0.8766994","bedrooms":"3","price":"298000","area":"523"} , +{"type":"Feature","id":"n21016745","geometry":{"type":"Point","coordinates":[0.8878888,51.6227973]},"properties":{"@type":"node","@id":21016745,"@timestamp":1273319162},"coords":"51.6227973,0.8878888","bedrooms":"1","price":"269000","area":"573"} , +{"type":"Feature","id":"n21016757","geometry":{"type":"Point","coordinates":[0.8968796,51.6233168]},"properties":{"@type":"node","@id":21016757,"@timestamp":1273319163},"coords":"51.6233168,0.8968796","bedrooms":"4","price":"286000","area":"425"} , +{"type":"Feature","id":"n21016773","geometry":{"type":"Point","coordinates":[0.9111401,51.6241916]},"properties":{"@type":"node","@id":21016773,"@timestamp":1349071538},"coords":"51.6241916,0.9111401","bedrooms":"0","price":"286000","area":"461"} , +{"type":"Feature","id":"n21016787","geometry":{"type":"Point","coordinates":[0.92172,51.627291]},"properties":{"@type":"node","@id":21016787,"@timestamp":1163636562},"coords":"51.627291,0.92172","bedrooms":"0","price":"179000","area":"376"} , +{"type":"Feature","id":"n21016803","geometry":{"type":"Point","coordinates":[0.9329708,51.6318577]},"properties":{"@type":"node","@id":21016803,"@timestamp":1349071538},"coords":"51.6318577,0.9329708","bedrooms":"1","price":"298000","area":"395"} , +{"type":"Feature","id":"n21016872","geometry":{"type":"Point","coordinates":[0.8498607,51.5965244]},"properties":{"@type":"node","@id":21016872,"@timestamp":1279316211},"coords":"51.5965244,0.8498607","bedrooms":"3","price":"283000","area":"682"} , +{"type":"Feature","id":"n21016884","geometry":{"type":"Point","coordinates":[0.8362048,51.5980192]},"properties":{"@type":"node","@id":21016884,"@timestamp":1164847260},"coords":"51.5980192,0.8362048","bedrooms":"4","price":"211000","area":"552"} , +{"type":"Feature","id":"n21016899","geometry":{"type":"Point","coordinates":[0.8228082,51.5988435]},"properties":{"@type":"node","@id":21016899,"@timestamp":1164847267},"coords":"51.5988435,0.8228082","bedrooms":"1","price":"248000","area":"427"} , +{"type":"Feature","id":"n21016914","geometry":{"type":"Point","coordinates":[0.8203715,51.6036276]},"properties":{"@type":"node","@id":21016914,"@timestamp":1332934691},"coords":"51.6036276,0.8203715","bedrooms":"4","price":"278000","area":"589"} , +{"type":"Feature","id":"n21016928","geometry":{"type":"Point","coordinates":[0.8117899,51.606309]},"properties":{"@type":"node","@id":21016928,"@timestamp":1332934692},"coords":"51.606309,0.8117899","bedrooms":"1","price":"171000","area":"608"} , +{"type":"Feature","id":"n21016940","geometry":{"type":"Point","coordinates":[0.8087318,51.6092758]},"properties":{"@type":"node","@id":21016940,"@timestamp":1332934694},"coords":"51.6092758,0.8087318","bedrooms":"4","price":"226000","area":"622"} , +{"type":"Feature","id":"n21016953","geometry":{"type":"Point","coordinates":[0.8018092,51.6118269]},"properties":{"@type":"node","@id":21016953,"@timestamp":1332934698},"coords":"51.6118269,0.8018092","bedrooms":"4","price":"165000","area":"578"} , +{"type":"Feature","id":"n21016966","geometry":{"type":"Point","coordinates":[0.7971893,51.6159581]},"properties":{"@type":"node","@id":21016966,"@timestamp":1332934701},"coords":"51.6159581,0.7971893","bedrooms":"4","price":"228000","area":"510"} , +{"type":"Feature","id":"n21016976","geometry":{"type":"Point","coordinates":[0.7897082,51.6145442]},"properties":{"@type":"node","@id":21016976,"@timestamp":1164900675},"coords":"51.6145442,0.7897082","bedrooms":"2","price":"211000","area":"625"} , +{"type":"Feature","id":"n21016991","geometry":{"type":"Point","coordinates":[0.7830892,51.6176719]},"properties":{"@type":"node","@id":21016991,"@timestamp":1332934707},"coords":"51.6176719,0.7830892","bedrooms":"2","price":"289000","area":"571"} , +{"type":"Feature","id":"n21017005","geometry":{"type":"Point","coordinates":[0.7857985,51.6228576]},"properties":{"@type":"node","@id":21017005,"@timestamp":1273233492},"coords":"51.6228576,0.7857985","bedrooms":"2","price":"197000","area":"469"} , +{"type":"Feature","id":"n21017015","geometry":{"type":"Point","coordinates":[0.7937959,51.6224592]},"properties":{"@type":"node","@id":21017015,"@timestamp":1279110105},"coords":"51.6224592,0.7937959","bedrooms":"4","price":"214000","area":"636"} , +{"type":"Feature","id":"n21017029","geometry":{"type":"Point","coordinates":[0.801115,51.6216355]},"properties":{"@type":"node","@id":21017029,"@timestamp":1266493762},"coords":"51.6216355,0.801115","bedrooms":"3","price":"203000","area":"546"} , +{"type":"Feature","id":"n21017042","geometry":{"type":"Point","coordinates":[0.8146762,51.6205697]},"properties":{"@type":"node","@id":21017042,"@timestamp":1266493759},"coords":"51.6205697,0.8146762","bedrooms":"0","price":"253000","area":"469"} , +{"type":"Feature","id":"n21017052","geometry":{"type":"Point","coordinates":[0.8156847,51.6184115]},"properties":{"@type":"node","@id":21017052,"@timestamp":1266493757},"coords":"51.6184115,0.8156847","bedrooms":"1","price":"162000","area":"568"} , +{"type":"Feature","id":"n21017062","geometry":{"type":"Point","coordinates":[0.8301901,51.6147608]},"properties":{"@type":"node","@id":21017062,"@timestamp":1266493752},"coords":"51.6147608,0.8301901","bedrooms":"2","price":"249000","area":"392"} , +{"type":"Feature","id":"n21017072","geometry":{"type":"Point","coordinates":[0.8457684,51.6164663]},"properties":{"@type":"node","@id":21017072,"@timestamp":1266493751},"coords":"51.6164663,0.8457684","bedrooms":"4","price":"151000","area":"421"} , +{"type":"Feature","id":"n21017087","geometry":{"type":"Point","coordinates":[0.8562397,51.6122425]},"properties":{"@type":"node","@id":21017087,"@timestamp":1266493749},"coords":"51.6122425,0.8562397","bedrooms":"2","price":"212000","area":"615"} , +{"type":"Feature","id":"n21017099","geometry":{"type":"Point","coordinates":[0.864222,51.6151472]},"properties":{"@type":"node","@id":21017099,"@timestamp":1266493748},"coords":"51.6151472,0.864222","bedrooms":"3","price":"281000","area":"607"} , +{"type":"Feature","id":"n21017119","geometry":{"type":"Point","coordinates":[0.8660039,51.5986064]},"properties":{"@type":"node","@id":21017119,"@timestamp":1279228391},"coords":"51.5986064,0.8660039","bedrooms":"0","price":"196000","area":"583"} , +{"type":"Feature","id":"n21017138","geometry":{"type":"Point","coordinates":[0.7605714,51.582765]},"properties":{"@type":"node","@id":21017138,"@timestamp":1279374823},"coords":"51.582765,0.7605714","bedrooms":"3","price":"196000","area":"552"} , +{"type":"Feature","id":"n21017149","geometry":{"type":"Point","coordinates":[0.7533385,51.5855809]},"properties":{"@type":"node","@id":21017149,"@timestamp":1372012382},"coords":"51.5855809,0.7533385","bedrooms":"2","price":"166000","area":"599"} , +{"type":"Feature","id":"n21017161","geometry":{"type":"Point","coordinates":[0.756499,51.587341]},"properties":{"@type":"node","@id":21017161,"@timestamp":1163636633},"coords":"51.587341,0.756499","bedrooms":"2","price":"255000","area":"646"} , +{"type":"Feature","id":"n21017171","geometry":{"type":"Point","coordinates":[0.7612037,51.5858735]},"properties":{"@type":"node","@id":21017171,"@timestamp":1164847261},"coords":"51.5858735,0.7612037","bedrooms":"0","price":"178000","area":"568"} , +{"type":"Feature","id":"n21017182","geometry":{"type":"Point","coordinates":[0.769662,51.5844572]},"properties":{"@type":"node","@id":21017182,"@timestamp":1279118006},"coords":"51.5844572,0.769662","bedrooms":"4","price":"289000","area":"609"} , +{"type":"Feature","id":"n21017198","geometry":{"type":"Point","coordinates":[0.7795415,51.58581]},"properties":{"@type":"node","@id":21017198,"@timestamp":1279141786},"coords":"51.58581,0.7795415","bedrooms":"3","price":"158000","area":"470"} , +{"type":"Feature","id":"n21017208","geometry":{"type":"Point","coordinates":[0.7899852,51.5881237]},"properties":{"@type":"node","@id":21017208,"@timestamp":1164847257},"coords":"51.5881237,0.7899852","bedrooms":"0","price":"245000","area":"581"} , +{"type":"Feature","id":"n21017222","geometry":{"type":"Point","coordinates":[0.8028338,51.5886564]},"properties":{"@type":"node","@id":21017222,"@timestamp":1279194263},"coords":"51.5886564,0.8028338","bedrooms":"1","price":"256000","area":"691"} , +{"type":"Feature","id":"n21017235","geometry":{"type":"Point","coordinates":[0.808295,51.592549]},"properties":{"@type":"node","@id":21017235,"@timestamp":1279194265},"coords":"51.592549,0.808295","bedrooms":"1","price":"261000","area":"417"} , +{"type":"Feature","id":"n21017247","geometry":{"type":"Point","coordinates":[0.8138838,51.5955358]},"properties":{"@type":"node","@id":21017247,"@timestamp":1617358948},"coords":"51.5955358,0.8138838","bedrooms":"2","price":"288000","area":"449"} , +{"type":"Feature","id":"n21017257","geometry":{"type":"Point","coordinates":[0.818092,51.598498]},"properties":{"@type":"node","@id":21017257,"@timestamp":1279194267},"coords":"51.598498,0.818092","bedrooms":"3","price":"296000","area":"633"} , +{"type":"Feature","id":"n21017274","geometry":{"type":"Point","coordinates":[0.8161399,51.6024622]},"properties":{"@type":"node","@id":21017274,"@timestamp":1279316209},"coords":"51.6024622,0.8161399","bedrooms":"3","price":"227000","area":"683"} , +{"type":"Feature","id":"n21017288","geometry":{"type":"Point","coordinates":[0.8103357,51.6052413]},"properties":{"@type":"node","@id":21017288,"@timestamp":1279194269},"coords":"51.6052413,0.8103357","bedrooms":"0","price":"250000","area":"480"} , +{"type":"Feature","id":"n21017299","geometry":{"type":"Point","coordinates":[0.8034048,51.6088261]},"properties":{"@type":"node","@id":21017299,"@timestamp":1279194270},"coords":"51.6088261,0.8034048","bedrooms":"3","price":"206000","area":"385"} , +{"type":"Feature","id":"n21017311","geometry":{"type":"Point","coordinates":[0.7991948,51.6131641]},"properties":{"@type":"node","@id":21017311,"@timestamp":1271607295},"coords":"51.6131641,0.7991948","bedrooms":"2","price":"195000","area":"582"} , +{"type":"Feature","id":"n21017323","geometry":{"type":"Point","coordinates":[0.789012,51.612563]},"properties":{"@type":"node","@id":21017323,"@timestamp":1271607302},"coords":"51.612563,0.789012","bedrooms":"0","price":"193000","area":"475"} , +{"type":"Feature","id":"n21017339","geometry":{"type":"Point","coordinates":[0.779646,51.610465]},"properties":{"@type":"node","@id":21017339,"@timestamp":1271607314},"coords":"51.610465,0.779646","bedrooms":"1","price":"157000","area":"560"} , +{"type":"Feature","id":"n21017357","geometry":{"type":"Point","coordinates":[0.780761,51.61292]},"properties":{"@type":"node","@id":21017357,"@timestamp":1271607321},"coords":"51.61292,0.780761","bedrooms":"4","price":"196000","area":"424"} , +{"type":"Feature","id":"n21017372","geometry":{"type":"Point","coordinates":[0.7803899,51.6172776]},"properties":{"@type":"node","@id":21017372,"@timestamp":1307024116},"coords":"51.6172776,0.7803899","bedrooms":"1","price":"230000","area":"579"} , +{"type":"Feature","id":"n21017386","geometry":{"type":"Point","coordinates":[0.7810638,51.6199761]},"properties":{"@type":"node","@id":21017386,"@timestamp":1307024121},"coords":"51.6199761,0.7810638","bedrooms":"0","price":"229000","area":"457"} , +{"type":"Feature","id":"n21017403","geometry":{"type":"Point","coordinates":[0.780494,51.6269467]},"properties":{"@type":"node","@id":21017403,"@timestamp":1279195102},"coords":"51.6269467,0.780494","bedrooms":"1","price":"162000","area":"439"} , +{"type":"Feature","id":"n21017419","geometry":{"type":"Point","coordinates":[0.7751618,51.6323478]},"properties":{"@type":"node","@id":21017419,"@timestamp":1279195103},"coords":"51.6323478,0.7751618","bedrooms":"4","price":"243000","area":"608"} , +{"type":"Feature","id":"n21017439","geometry":{"type":"Point","coordinates":[0.7645724,51.6363865]},"properties":{"@type":"node","@id":21017439,"@timestamp":1307024123},"coords":"51.6363865,0.7645724","bedrooms":"2","price":"200000","area":"463"} , +{"type":"Feature","id":"n21017452","geometry":{"type":"Point","coordinates":[0.7583497,51.6343589]},"properties":{"@type":"node","@id":21017452,"@timestamp":1279195104},"coords":"51.6343589,0.7583497","bedrooms":"4","price":"172000","area":"477"} , +{"type":"Feature","id":"n21017473","geometry":{"type":"Point","coordinates":[0.746508,51.6311275]},"properties":{"@type":"node","@id":21017473,"@timestamp":1164900681},"coords":"51.6311275,0.746508","bedrooms":"4","price":"299000","area":"354"} , +{"type":"Feature","id":"n21017487","geometry":{"type":"Point","coordinates":[0.7308195,51.6305831]},"properties":{"@type":"node","@id":21017487,"@timestamp":1279197082},"coords":"51.6305831,0.7308195","bedrooms":"4","price":"159000","area":"447"} , +{"type":"Feature","id":"n21017503","geometry":{"type":"Point","coordinates":[0.7225798,51.6352579]},"properties":{"@type":"node","@id":21017503,"@timestamp":1279197083},"coords":"51.6352579,0.7225798","bedrooms":"3","price":"241000","area":"495"} , +{"type":"Feature","id":"n21017518","geometry":{"type":"Point","coordinates":[0.7126969,51.6337803]},"properties":{"@type":"node","@id":21017518,"@timestamp":1307016040},"coords":"51.6337803,0.7126969","bedrooms":"3","price":"181000","area":"420"} , +{"type":"Feature","id":"n21017593","geometry":{"type":"Point","coordinates":[0.8125526,51.5781381]},"properties":{"@type":"node","@id":21017593,"@timestamp":1279374858},"coords":"51.5781381,0.8125526","bedrooms":"0","price":"207000","area":"616"} , +{"type":"Feature","id":"n21017605","geometry":{"type":"Point","coordinates":[0.8087883,51.5867166]},"properties":{"@type":"node","@id":21017605,"@timestamp":1279141824},"coords":"51.5867166,0.8087883","bedrooms":"1","price":"223000","area":"453"} , +{"type":"Feature","id":"n21017619","geometry":{"type":"Point","coordinates":[0.8149574,51.5921292]},"properties":{"@type":"node","@id":21017619,"@timestamp":1279141883},"coords":"51.5921292,0.8149574","bedrooms":"1","price":"248000","area":"412"} , +{"type":"Feature","id":"n21017632","geometry":{"type":"Point","coordinates":[0.8217367,51.5953274]},"properties":{"@type":"node","@id":21017632,"@timestamp":1279228378},"coords":"51.5953274,0.8217367","bedrooms":"4","price":"289000","area":"410"} , +{"type":"Feature","id":"n21017647","geometry":{"type":"Point","coordinates":[0.8363065,51.5948742]},"properties":{"@type":"node","@id":21017647,"@timestamp":1279228377},"coords":"51.5948742,0.8363065","bedrooms":"4","price":"193000","area":"420"} , +{"type":"Feature","id":"n21017660","geometry":{"type":"Point","coordinates":[0.8323198,51.590923]},"properties":{"@type":"node","@id":21017660,"@timestamp":1164847264},"coords":"51.590923,0.8323198","bedrooms":"3","price":"151000","area":"391"} , +{"type":"Feature","id":"n21017673","geometry":{"type":"Point","coordinates":[0.836133,51.586915]},"properties":{"@type":"node","@id":21017673,"@timestamp":1163636793},"coords":"51.586915,0.836133","bedrooms":"4","price":"222000","area":"374"} , +{"type":"Feature","id":"n21017693","geometry":{"type":"Point","coordinates":[0.831006,51.581963]},"properties":{"@type":"node","@id":21017693,"@timestamp":1279377936},"coords":"51.581963,0.831006","bedrooms":"1","price":"231000","area":"391"} , +{"type":"Feature","id":"n21017712","geometry":{"type":"Point","coordinates":[0.8290225,51.5753436]},"properties":{"@type":"node","@id":21017712,"@timestamp":1177462005},"coords":"51.5753436,0.8290225","bedrooms":"0","price":"227000","area":"617"} , +{"type":"Feature","id":"n21017726","geometry":{"type":"Point","coordinates":[0.824583,51.570298]},"properties":{"@type":"node","@id":21017726,"@timestamp":1177461950},"coords":"51.570298,0.824583","bedrooms":"3","price":"192000","area":"589"} , +{"type":"Feature","id":"n21017850","geometry":{"type":"Point","coordinates":[0.8701882,51.5978066]},"properties":{"@type":"node","@id":21017850,"@timestamp":1279228383},"coords":"51.5978066,0.8701882","bedrooms":"2","price":"218000","area":"648"} , +{"type":"Feature","id":"n21017860","geometry":{"type":"Point","coordinates":[0.8711752,51.6046706]},"properties":{"@type":"node","@id":21017860,"@timestamp":1279228382},"coords":"51.6046706,0.8711752","bedrooms":"1","price":"263000","area":"686"} , +{"type":"Feature","id":"n21017873","geometry":{"type":"Point","coordinates":[0.8734068,51.6136254]},"properties":{"@type":"node","@id":21017873,"@timestamp":1279228381},"coords":"51.6136254,0.8734068","bedrooms":"1","price":"183000","area":"371"} , +{"type":"Feature","id":"n21017886","geometry":{"type":"Point","coordinates":[0.8855279,51.6160347]},"properties":{"@type":"node","@id":21017886,"@timestamp":1279304714},"coords":"51.6160347,0.8855279","bedrooms":"3","price":"210000","area":"536"} , +{"type":"Feature","id":"n21017896","geometry":{"type":"Point","coordinates":[0.9035773,51.6142259]},"properties":{"@type":"node","@id":21017896,"@timestamp":1279304096},"coords":"51.6142259,0.9035773","bedrooms":"0","price":"233000","area":"510"} , +{"type":"Feature","id":"n21018013","geometry":{"type":"Point","coordinates":[0.939791,51.601083]},"properties":{"@type":"node","@id":21018013,"@timestamp":1163636859},"coords":"51.601083,0.939791","bedrooms":"2","price":"182000","area":"426"} , +{"type":"Feature","id":"n21018051","geometry":{"type":"Point","coordinates":[0.927656,51.591899]},"properties":{"@type":"node","@id":21018051,"@timestamp":1163636866},"coords":"51.591899,0.927656","bedrooms":"0","price":"295000","area":"671"} , +{"type":"Feature","id":"n21018090","geometry":{"type":"Point","coordinates":[0.917847,51.585958]},"properties":{"@type":"node","@id":21018090,"@timestamp":1163636874},"coords":"51.585958,0.917847","bedrooms":"4","price":"217000","area":"666"} , +{"type":"Feature","id":"n21018115","geometry":{"type":"Point","coordinates":[0.909015,51.581188]},"properties":{"@type":"node","@id":21018115,"@timestamp":1163636879},"coords":"51.581188,0.909015","bedrooms":"3","price":"263000","area":"471"} , +{"type":"Feature","id":"n21018130","geometry":{"type":"Point","coordinates":[0.9029785,51.578367]},"properties":{"@type":"node","@id":21018130,"@timestamp":1164847705},"coords":"51.578367,0.9029785","bedrooms":"3","price":"197000","area":"595"} , +{"type":"Feature","id":"n21018149","geometry":{"type":"Point","coordinates":[0.894924,51.574528]},"properties":{"@type":"node","@id":21018149,"@timestamp":1163636885},"coords":"51.574528,0.894924","bedrooms":"3","price":"273000","area":"364"} , +{"type":"Feature","id":"n21018172","geometry":{"type":"Point","coordinates":[0.886877,51.570668]},"properties":{"@type":"node","@id":21018172,"@timestamp":1177462042},"coords":"51.570668,0.886877","bedrooms":"2","price":"244000","area":"549"} , +{"type":"Feature","id":"n21018304","geometry":{"type":"Point","coordinates":[0.841134,51.58124]},"properties":{"@type":"node","@id":21018304,"@timestamp":1177461991},"coords":"51.58124,0.841134","bedrooms":"4","price":"268000","area":"612"} , +{"type":"Feature","id":"n21018354","geometry":{"type":"Point","coordinates":[0.830994,51.560933]},"properties":{"@type":"node","@id":21018354,"@timestamp":1177461955},"coords":"51.560933,0.830994","bedrooms":"3","price":"158000","area":"361"} , +{"type":"Feature","id":"n21018364","geometry":{"type":"Point","coordinates":[0.829856,51.563219]},"properties":{"@type":"node","@id":21018364,"@timestamp":1177461976},"coords":"51.563219,0.829856","bedrooms":"1","price":"273000","area":"632"} , +{"type":"Feature","id":"n21018374","geometry":{"type":"Point","coordinates":[0.827968,51.56831]},"properties":{"@type":"node","@id":21018374,"@timestamp":1177461975},"coords":"51.56831,0.827968","bedrooms":"3","price":"289000","area":"564"} , +{"type":"Feature","id":"n21018384","geometry":{"type":"Point","coordinates":[0.830451,51.572328]},"properties":{"@type":"node","@id":21018384,"@timestamp":1177461992},"coords":"51.572328,0.830451","bedrooms":"0","price":"202000","area":"663"} , +{"type":"Feature","id":"n21018394","geometry":{"type":"Point","coordinates":[0.834083,51.569448]},"properties":{"@type":"node","@id":21018394,"@timestamp":1177461972},"coords":"51.569448,0.834083","bedrooms":"3","price":"206000","area":"645"} , +{"type":"Feature","id":"n21018415","geometry":{"type":"Point","coordinates":[0.837403,51.564511]},"properties":{"@type":"node","@id":21018415,"@timestamp":1177461971},"coords":"51.564511,0.837403","bedrooms":"4","price":"299000","area":"596"} , +{"type":"Feature","id":"n21018425","geometry":{"type":"Point","coordinates":[0.833851,51.56137]},"properties":{"@type":"node","@id":21018425,"@timestamp":1177461971},"coords":"51.56137,0.833851","bedrooms":"1","price":"153000","area":"375"} , +{"type":"Feature","id":"n21018464","geometry":{"type":"Point","coordinates":[0.840539,51.563416]},"properties":{"@type":"node","@id":21018464,"@timestamp":1177461965},"coords":"51.563416,0.840539","bedrooms":"4","price":"266000","area":"651"} , +{"type":"Feature","id":"n21018498","geometry":{"type":"Point","coordinates":[0.837581,51.578098]},"properties":{"@type":"node","@id":21018498,"@timestamp":1177462001},"coords":"51.578098,0.837581","bedrooms":"0","price":"226000","area":"353"} , +{"type":"Feature","id":"n21018651","geometry":{"type":"Point","coordinates":[0.834341,51.559714]},"properties":{"@type":"node","@id":21018651,"@timestamp":1177461969},"coords":"51.559714,0.834341","bedrooms":"0","price":"215000","area":"353"} , +{"type":"Feature","id":"n21018705","geometry":{"type":"Point","coordinates":[0.8154923,51.5722304]},"properties":{"@type":"node","@id":21018705,"@timestamp":1279374851},"coords":"51.5722304,0.8154923","bedrooms":"2","price":"269000","area":"672"} , +{"type":"Feature","id":"n21018719","geometry":{"type":"Point","coordinates":[0.8137864,51.5747309]},"properties":{"@type":"node","@id":21018719,"@timestamp":1279374852},"coords":"51.5747309,0.8137864","bedrooms":"1","price":"190000","area":"418"} , +{"type":"Feature","id":"n21018731","geometry":{"type":"Point","coordinates":[0.808091,51.5787232]},"properties":{"@type":"node","@id":21018731,"@timestamp":1279374854},"coords":"51.5787232,0.808091","bedrooms":"4","price":"233000","area":"604"} , +{"type":"Feature","id":"n21018749","geometry":{"type":"Point","coordinates":[0.8007632,51.5765829]},"properties":{"@type":"node","@id":21018749,"@timestamp":1279374855},"coords":"51.5765829,0.8007632","bedrooms":"1","price":"280000","area":"387"} , +{"type":"Feature","id":"n21018765","geometry":{"type":"Point","coordinates":[0.7958172,51.5740825]},"properties":{"@type":"node","@id":21018765,"@timestamp":1279141889},"coords":"51.5740825,0.7958172","bedrooms":"4","price":"281000","area":"646"} , +{"type":"Feature","id":"n21018778","geometry":{"type":"Point","coordinates":[0.8044432,51.5726555]},"properties":{"@type":"node","@id":21018778,"@timestamp":1279141890},"coords":"51.5726555,0.8044432","bedrooms":"4","price":"196000","area":"620"} , +{"type":"Feature","id":"n21018792","geometry":{"type":"Point","coordinates":[0.808494,51.56705]},"properties":{"@type":"node","@id":21018792,"@timestamp":1177462046},"coords":"51.56705,0.808494","bedrooms":"3","price":"230000","area":"457"} , +{"type":"Feature","id":"n21018807","geometry":{"type":"Point","coordinates":[0.799878,51.566633]},"properties":{"@type":"node","@id":21018807,"@timestamp":1163637011},"coords":"51.566633,0.799878","bedrooms":"3","price":"210000","area":"478"} , +{"type":"Feature","id":"n21018821","geometry":{"type":"Point","coordinates":[0.7864599,51.5672536]},"properties":{"@type":"node","@id":21018821,"@timestamp":1279377917},"coords":"51.5672536,0.7864599","bedrooms":"1","price":"291000","area":"559"} , +{"type":"Feature","id":"n21018833","geometry":{"type":"Point","coordinates":[0.795515,51.5672402]},"properties":{"@type":"node","@id":21018833,"@timestamp":1279377916},"coords":"51.5672402,0.795515","bedrooms":"2","price":"158000","area":"675"} , +{"type":"Feature","id":"n21018849","geometry":{"type":"Point","coordinates":[0.7952915,51.5727022]},"properties":{"@type":"node","@id":21018849,"@timestamp":1279141892},"coords":"51.5727022,0.7952915","bedrooms":"4","price":"194000","area":"462"} , +{"type":"Feature","id":"n21018864","geometry":{"type":"Point","coordinates":[0.7988238,51.5778437]},"properties":{"@type":"node","@id":21018864,"@timestamp":1621107504},"coords":"51.5778437,0.7988238","bedrooms":"2","price":"289000","area":"399"} , +{"type":"Feature","id":"n21018876","geometry":{"type":"Point","coordinates":[0.8069001,51.5797899]},"properties":{"@type":"node","@id":21018876,"@timestamp":1279141874},"coords":"51.5797899,0.8069001","bedrooms":"4","price":"151000","area":"554"} , +{"type":"Feature","id":"n21018886","geometry":{"type":"Point","coordinates":[0.8059666,51.5860233]},"properties":{"@type":"node","@id":21018886,"@timestamp":1279141873},"coords":"51.5860233,0.8059666","bedrooms":"0","price":"271000","area":"660"} , +{"type":"Feature","id":"n21018902","geometry":{"type":"Point","coordinates":[0.7966862,51.5839101]},"properties":{"@type":"node","@id":21018902,"@timestamp":1279141872},"coords":"51.5839101,0.7966862","bedrooms":"1","price":"278000","area":"366"} , +{"type":"Feature","id":"n21018919","geometry":{"type":"Point","coordinates":[0.7878993,51.5848767]},"properties":{"@type":"node","@id":21018919,"@timestamp":1279141870},"coords":"51.5848767,0.7878993","bedrooms":"0","price":"214000","area":"597"} , +{"type":"Feature","id":"n21018931","geometry":{"type":"Point","coordinates":[0.7784012,51.5824733]},"properties":{"@type":"node","@id":21018931,"@timestamp":1279376544},"coords":"51.5824733,0.7784012","bedrooms":"0","price":"188000","area":"386"} , +{"type":"Feature","id":"n21018948","geometry":{"type":"Point","coordinates":[0.7705633,51.5796304]},"properties":{"@type":"node","@id":21018948,"@timestamp":1279117550},"coords":"51.5796304,0.7705633","bedrooms":"3","price":"161000","area":"375"} , +{"type":"Feature","id":"n21018967","geometry":{"type":"Point","coordinates":[0.7627371,51.577693]},"properties":{"@type":"node","@id":21018967,"@timestamp":1279376545},"coords":"51.577693,0.7627371","bedrooms":"2","price":"168000","area":"618"} , +{"type":"Feature","id":"n21018984","geometry":{"type":"Point","coordinates":[0.755733,51.577843]},"properties":{"@type":"node","@id":21018984,"@timestamp":1163637044},"coords":"51.577843,0.755733","bedrooms":"2","price":"296000","area":"468"} , +{"type":"Feature","id":"n21018999","geometry":{"type":"Point","coordinates":[0.745882,51.577398]},"properties":{"@type":"node","@id":21018999,"@timestamp":1163637046},"coords":"51.577398,0.745882","bedrooms":"0","price":"195000","area":"442"} , +{"type":"Feature","id":"n21019011","geometry":{"type":"Point","coordinates":[0.734401,51.576664]},"properties":{"@type":"node","@id":21019011,"@timestamp":1163637049},"coords":"51.576664,0.734401","bedrooms":"1","price":"176000","area":"582"} , +{"type":"Feature","id":"n21019023","geometry":{"type":"Point","coordinates":[0.7245424,51.5757851]},"properties":{"@type":"node","@id":21019023,"@timestamp":1299966140},"coords":"51.5757851,0.7245424","bedrooms":"1","price":"169000","area":"417"} , +{"type":"Feature","id":"n21019034","geometry":{"type":"Point","coordinates":[0.7252768,51.5787103]},"properties":{"@type":"node","@id":21019034,"@timestamp":1279117547},"coords":"51.5787103,0.7252768","bedrooms":"2","price":"286000","area":"645"} , +{"type":"Feature","id":"n21019048","geometry":{"type":"Point","coordinates":[0.7269281,51.5791461]},"properties":{"@type":"node","@id":21019048,"@timestamp":1338733043},"coords":"51.5791461,0.7269281","bedrooms":"0","price":"288000","area":"680"} , +{"type":"Feature","id":"n21019063","geometry":{"type":"Point","coordinates":[0.7376424,51.5796732]},"properties":{"@type":"node","@id":21019063,"@timestamp":1279376554},"coords":"51.5796732,0.7376424","bedrooms":"3","price":"268000","area":"649"} , +{"type":"Feature","id":"n21019077","geometry":{"type":"Point","coordinates":[0.7464591,51.5822679]},"properties":{"@type":"node","@id":21019077,"@timestamp":1372017223},"coords":"51.5822679,0.7464591","bedrooms":"0","price":"291000","area":"686"} , +{"type":"Feature","id":"n21019089","geometry":{"type":"Point","coordinates":[0.7580213,51.5806104]},"properties":{"@type":"node","@id":21019089,"@timestamp":1279118055},"coords":"51.5806104,0.7580213","bedrooms":"3","price":"289000","area":"533"} , +{"type":"Feature","id":"n21019116","geometry":{"type":"Point","coordinates":[0.796842,51.527361]},"properties":{"@type":"node","@id":21019116,"@timestamp":1177462063},"coords":"51.527361,0.796842","bedrooms":"4","price":"180000","area":"614"} , +{"type":"Feature","id":"n21019146","geometry":{"type":"Point","coordinates":[0.8109772,51.5355464]},"properties":{"@type":"node","@id":21019146,"@timestamp":1177462058},"coords":"51.5355464,0.8109772","bedrooms":"4","price":"241000","area":"644"} , +{"type":"Feature","id":"n21019156","geometry":{"type":"Point","coordinates":[0.81686,51.538373]},"properties":{"@type":"node","@id":21019156,"@timestamp":1177462048},"coords":"51.538373,0.81686","bedrooms":"3","price":"246000","area":"575"} , +{"type":"Feature","id":"n21019169","geometry":{"type":"Point","coordinates":[0.822063,51.541289]},"properties":{"@type":"node","@id":21019169,"@timestamp":1177462050},"coords":"51.541289,0.822063","bedrooms":"0","price":"190000","area":"422"} , +{"type":"Feature","id":"n21019232","geometry":{"type":"Point","coordinates":[0.7205858,51.5320877]},"properties":{"@type":"node","@id":21019232,"@timestamp":1301500739},"coords":"51.5320877,0.7205858","bedrooms":"4","price":"151000","area":"443"} , +{"type":"Feature","id":"n21019275","geometry":{"type":"Point","coordinates":[0.7629786,51.5265918]},"properties":{"@type":"node","@id":21019275,"@timestamp":1301500740},"coords":"51.5265918,0.7629786","bedrooms":"4","price":"292000","area":"577"} , +{"type":"Feature","id":"n21019478","geometry":{"type":"Point","coordinates":[0.6397339,51.6289621]},"properties":{"@type":"node","@id":21019478,"@timestamp":1279303180},"coords":"51.6289621,0.6397339","bedrooms":"2","price":"174000","area":"602"} , +{"type":"Feature","id":"n21019494","geometry":{"type":"Point","coordinates":[0.6332204,51.6314294]},"properties":{"@type":"node","@id":21019494,"@timestamp":1226767989},"coords":"51.6314294,0.6332204","bedrooms":"3","price":"229000","area":"547"} , +{"type":"Feature","id":"n21019504","geometry":{"type":"Point","coordinates":[0.6253198,51.6313839]},"properties":{"@type":"node","@id":21019504,"@timestamp":1227262403},"coords":"51.6313839,0.6253198","bedrooms":"0","price":"241000","area":"507"} , +{"type":"Feature","id":"n21019514","geometry":{"type":"Point","coordinates":[0.6133125,51.6298188]},"properties":{"@type":"node","@id":21019514,"@timestamp":1226767988},"coords":"51.6298188,0.6133125","bedrooms":"1","price":"267000","area":"409"} , +{"type":"Feature","id":"n21019528","geometry":{"type":"Point","coordinates":[0.6031755,51.629386]},"properties":{"@type":"node","@id":21019528,"@timestamp":1227262321},"coords":"51.629386,0.6031755","bedrooms":"0","price":"220000","area":"592"} , +{"type":"Feature","id":"n21019539","geometry":{"type":"Point","coordinates":[0.5960229,51.6311232]},"properties":{"@type":"node","@id":21019539,"@timestamp":1226767987},"coords":"51.6311232,0.5960229","bedrooms":"0","price":"200000","area":"398"} , +{"type":"Feature","id":"n21019549","geometry":{"type":"Point","coordinates":[0.5891587,51.6290709]},"properties":{"@type":"node","@id":21019549,"@timestamp":1227268224},"coords":"51.6290709,0.5891587","bedrooms":"1","price":"189000","area":"666"} , +{"type":"Feature","id":"n21019559","geometry":{"type":"Point","coordinates":[0.59388,51.6319326]},"properties":{"@type":"node","@id":21019559,"@timestamp":1227262284},"coords":"51.6319326,0.59388","bedrooms":"4","price":"202000","area":"533"} , +{"type":"Feature","id":"n21019569","geometry":{"type":"Point","coordinates":[0.6058877,51.630036]},"properties":{"@type":"node","@id":21019569,"@timestamp":1227262284},"coords":"51.630036,0.6058877","bedrooms":"4","price":"280000","area":"659"} , +{"type":"Feature","id":"n21019584","geometry":{"type":"Point","coordinates":[0.6135953,51.6310216]},"properties":{"@type":"node","@id":21019584,"@timestamp":1227262482},"coords":"51.6310216,0.6135953","bedrooms":"0","price":"154000","area":"445"} , +{"type":"Feature","id":"n21019594","geometry":{"type":"Point","coordinates":[0.626118,51.6333018]},"properties":{"@type":"node","@id":21019594,"@timestamp":1227262354},"coords":"51.6333018,0.626118","bedrooms":"1","price":"291000","area":"441"} , +{"type":"Feature","id":"n21019604","geometry":{"type":"Point","coordinates":[0.6347011,51.6333178]},"properties":{"@type":"node","@id":21019604,"@timestamp":1227262355},"coords":"51.6333178,0.6347011","bedrooms":"3","price":"234000","area":"664"} , +{"type":"Feature","id":"n21019615","geometry":{"type":"Point","coordinates":[0.6408107,51.6335691]},"properties":{"@type":"node","@id":21019615,"@timestamp":1279218856},"coords":"51.6335691,0.6408107","bedrooms":"0","price":"272000","area":"607"} , +{"type":"Feature","id":"n21019631","geometry":{"type":"Point","coordinates":[0.6442332,51.6371183]},"properties":{"@type":"node","@id":21019631,"@timestamp":1279218863},"coords":"51.6371183,0.6442332","bedrooms":"4","price":"265000","area":"352"} , +{"type":"Feature","id":"n21019641","geometry":{"type":"Point","coordinates":[0.6379032,51.6369319]},"properties":{"@type":"node","@id":21019641,"@timestamp":1279218864},"coords":"51.6369319,0.6379032","bedrooms":"1","price":"186000","area":"528"} , +{"type":"Feature","id":"n21019656","geometry":{"type":"Point","coordinates":[0.633955,51.6372248]},"properties":{"@type":"node","@id":21019656,"@timestamp":1279218865},"coords":"51.6372248,0.633955","bedrooms":"3","price":"204000","area":"614"} , +{"type":"Feature","id":"n21019669","geometry":{"type":"Point","coordinates":[0.6285048,51.6393156]},"properties":{"@type":"node","@id":21019669,"@timestamp":1279218853},"coords":"51.6393156,0.6285048","bedrooms":"1","price":"151000","area":"647"} , +{"type":"Feature","id":"n21019681","geometry":{"type":"Point","coordinates":[0.6323671,51.6401679]},"properties":{"@type":"node","@id":21019681,"@timestamp":1279218866},"coords":"51.6401679,0.6323671","bedrooms":"1","price":"214000","area":"403"} , +{"type":"Feature","id":"n21019693","geometry":{"type":"Point","coordinates":[0.6461,51.6382503]},"properties":{"@type":"node","@id":21019693,"@timestamp":1279218867},"coords":"51.6382503,0.6461","bedrooms":"3","price":"206000","area":"490"} , +{"type":"Feature","id":"n21019705","geometry":{"type":"Point","coordinates":[0.6586313,51.6386631]},"properties":{"@type":"node","@id":21019705,"@timestamp":1279218861},"coords":"51.6386631,0.6586313","bedrooms":"2","price":"263000","area":"375"} , +{"type":"Feature","id":"n21019716","geometry":{"type":"Point","coordinates":[0.6583497,51.6438065]},"properties":{"@type":"node","@id":21019716,"@timestamp":1617288878},"coords":"51.6438065,0.6583497","bedrooms":"2","price":"229000","area":"436"} , +{"type":"Feature","id":"n21019732","geometry":{"type":"Point","coordinates":[0.6509066,51.6456141]},"properties":{"@type":"node","@id":21019732,"@timestamp":1279218874},"coords":"51.6456141,0.6509066","bedrooms":"3","price":"228000","area":"477"} , +{"type":"Feature","id":"n21019742","geometry":{"type":"Point","coordinates":[0.6511567,51.6489097]},"properties":{"@type":"node","@id":21019742,"@timestamp":1294773993},"coords":"51.6489097,0.6511567","bedrooms":"0","price":"251000","area":"589"} , +{"type":"Feature","id":"n21019761","geometry":{"type":"Point","coordinates":[0.663306,51.64742]},"properties":{"@type":"node","@id":21019761,"@timestamp":1279218916},"coords":"51.64742,0.663306","bedrooms":"4","price":"263000","area":"489"} , +{"type":"Feature","id":"n21019778","geometry":{"type":"Point","coordinates":[0.662093,51.6438081]},"properties":{"@type":"node","@id":21019778,"@timestamp":1436856368},"coords":"51.6438081,0.662093","bedrooms":"2","price":"244000","area":"525"} , +{"type":"Feature","id":"n21019792","geometry":{"type":"Point","coordinates":[0.6714032,51.6384275]},"properties":{"@type":"node","@id":21019792,"@timestamp":1279218924},"coords":"51.6384275,0.6714032","bedrooms":"0","price":"266000","area":"620"} , +{"type":"Feature","id":"n21019803","geometry":{"type":"Point","coordinates":[0.6726708,51.6369245]},"properties":{"@type":"node","@id":21019803,"@timestamp":1348433662},"coords":"51.6369245,0.6726708","bedrooms":"0","price":"275000","area":"492"} , +{"type":"Feature","id":"n21019818","geometry":{"type":"Point","coordinates":[0.6863592,51.6369759]},"properties":{"@type":"node","@id":21019818,"@timestamp":1279197534},"coords":"51.6369759,0.6863592","bedrooms":"3","price":"236000","area":"502"} , +{"type":"Feature","id":"n21019830","geometry":{"type":"Point","coordinates":[0.6953066,51.6391093]},"properties":{"@type":"node","@id":21019830,"@timestamp":1348444710},"coords":"51.6391093,0.6953066","bedrooms":"3","price":"168000","area":"592"} , +{"type":"Feature","id":"n21019847","geometry":{"type":"Point","coordinates":[0.7036112,51.633753]},"properties":{"@type":"node","@id":21019847,"@timestamp":1279197085},"coords":"51.633753,0.7036112","bedrooms":"2","price":"157000","area":"675"} , +{"type":"Feature","id":"n21019863","geometry":{"type":"Point","coordinates":[0.6878567,51.6341884]},"properties":{"@type":"node","@id":21019863,"@timestamp":1279216710},"coords":"51.6341884,0.6878567","bedrooms":"2","price":"217000","area":"450"} , +{"type":"Feature","id":"n21019877","geometry":{"type":"Point","coordinates":[0.6758404,51.6337888]},"properties":{"@type":"node","@id":21019877,"@timestamp":1279216709},"coords":"51.6337888,0.6758404","bedrooms":"1","price":"287000","area":"689"} , +{"type":"Feature","id":"n21019887","geometry":{"type":"Point","coordinates":[0.664807,51.63425]},"properties":{"@type":"node","@id":21019887,"@timestamp":1163637651},"coords":"51.63425,0.664807","bedrooms":"3","price":"160000","area":"485"} , +{"type":"Feature","id":"n21019898","geometry":{"type":"Point","coordinates":[0.6564917,51.6342837]},"properties":{"@type":"node","@id":21019898,"@timestamp":1307052955},"coords":"51.6342837,0.6564917","bedrooms":"3","price":"256000","area":"356"} , +{"type":"Feature","id":"n21019911","geometry":{"type":"Point","coordinates":[0.6585958,51.6286592]},"properties":{"@type":"node","@id":21019911,"@timestamp":1307052949},"coords":"51.6286592,0.6585958","bedrooms":"0","price":"167000","area":"359"} , +{"type":"Feature","id":"n21019923","geometry":{"type":"Point","coordinates":[0.6506988,51.6285617]},"properties":{"@type":"node","@id":21019923,"@timestamp":1307052952},"coords":"51.6285617,0.6506988","bedrooms":"4","price":"221000","area":"490"} , +{"type":"Feature","id":"n21019935","geometry":{"type":"Point","coordinates":[0.6517285,51.6244066]},"properties":{"@type":"node","@id":21019935,"@timestamp":1307052953},"coords":"51.6244066,0.6517285","bedrooms":"3","price":"166000","area":"619"} , +{"type":"Feature","id":"n21019947","geometry":{"type":"Point","coordinates":[0.6469671,51.6252502]},"properties":{"@type":"node","@id":21019947,"@timestamp":1164901748},"coords":"51.6252502,0.6469671","bedrooms":"4","price":"151000","area":"541"} , +{"type":"Feature","id":"n21025675","geometry":{"type":"Point","coordinates":[0.4724553,51.7345398]},"properties":{"@type":"node","@id":21025675,"@timestamp":1617826621},"coords":"51.7345398,0.4724553","bedrooms":"0","price":"271000","area":"358"} , +{"type":"Feature","id":"n21027800","geometry":{"type":"Point","coordinates":[-0.1763607,51.9816562]},"properties":{"@type":"node","@id":21027800,"@timestamp":1227977400},"coords":"51.9816562,-0.1763607","bedrooms":"4","price":"225000","area":"691"} , +{"type":"Feature","id":"n21029717","geometry":{"type":"Point","coordinates":[-0.1683868,51.2263832]},"properties":{"@type":"node","@id":21029717,"@timestamp":1163704962},"coords":"51.2263832,-0.1683868","bedrooms":"4","price":"223000","area":"685"} , +{"type":"Feature","id":"n21029733","geometry":{"type":"Point","coordinates":[-0.1665301,51.2260818]},"properties":{"@type":"node","@id":21029733,"@timestamp":1163704965},"coords":"51.2260818,-0.1665301","bedrooms":"3","price":"263000","area":"532"} , +{"type":"Feature","id":"n21029744","geometry":{"type":"Point","coordinates":[-0.1687954,51.2217915]},"properties":{"@type":"node","@id":21029744,"@timestamp":1163704967},"coords":"51.2217915,-0.1687954","bedrooms":"4","price":"255000","area":"461"} , +{"type":"Feature","id":"n21029757","geometry":{"type":"Point","coordinates":[-0.167488,51.2256724]},"properties":{"@type":"node","@id":21029757,"@timestamp":1163704969},"coords":"51.2256724,-0.167488","bedrooms":"3","price":"261000","area":"384"} , +{"type":"Feature","id":"n21031067","geometry":{"type":"Point","coordinates":[-0.0725769,51.7056462]},"properties":{"@type":"node","@id":21031067,"@timestamp":1212345654},"coords":"51.7056462,-0.0725769","bedrooms":"0","price":"240000","area":"548"} , +{"type":"Feature","id":"n21035918","geometry":{"type":"Point","coordinates":[-0.1558217,51.7167318]},"properties":{"@type":"node","@id":21035918,"@timestamp":1164670343},"coords":"51.7167318,-0.1558217","bedrooms":"0","price":"257000","area":"379"} , +{"type":"Feature","id":"n21039280","geometry":{"type":"Point","coordinates":[-0.9345032,51.4599948]},"properties":{"@type":"node","@id":21039280,"@timestamp":1163765881},"coords":"51.4599948,-0.9345032","bedrooms":"4","price":"213000","area":"601"} , +{"type":"Feature","id":"n21040309","geometry":{"type":"Point","coordinates":[-0.9624133,51.4648573]},"properties":{"@type":"node","@id":21040309,"@timestamp":1635695628},"coords":"51.4648573,-0.9624133","bedrooms":"1","price":"274000","area":"435"} , +{"type":"Feature","id":"n21042038","geometry":{"type":"Point","coordinates":[-0.0645521,51.7214831]},"properties":{"@type":"node","@id":21042038,"@timestamp":1212003106},"coords":"51.7214831,-0.0645521","bedrooms":"2","price":"299000","area":"535"} , +{"type":"Feature","id":"n21042156","geometry":{"type":"Point","coordinates":[-0.0526195,51.7067109]},"properties":{"@type":"node","@id":21042156,"@timestamp":1178153344},"coords":"51.7067109,-0.0526195","bedrooms":"1","price":"226000","area":"500"} , +{"type":"Feature","id":"n21042174","geometry":{"type":"Point","coordinates":[-0.049327,51.7064204]},"properties":{"@type":"node","@id":21042174,"@timestamp":1178153389},"coords":"51.7064204,-0.049327","bedrooms":"2","price":"171000","area":"376"} , +{"type":"Feature","id":"n21050607","geometry":{"type":"Point","coordinates":[-0.1716237,51.2270303]},"properties":{"@type":"node","@id":21050607,"@timestamp":1197389785},"coords":"51.2270303,-0.1716237","bedrooms":"0","price":"204000","area":"597"} , +{"type":"Feature","id":"n21050831","geometry":{"type":"Point","coordinates":[-1.066623,51.3684767]},"properties":{"@type":"node","@id":21050831,"@timestamp":1179255795},"coords":"51.3684767,-1.066623","bedrooms":"1","price":"261000","area":"576"} , +{"type":"Feature","id":"n21067956","geometry":{"type":"Point","coordinates":[-0.1685775,51.248396]},"properties":{"@type":"node","@id":21067956,"@timestamp":1163856287},"coords":"51.248396,-0.1685775","bedrooms":"3","price":"240000","area":"613"} , +{"type":"Feature","id":"n21067969","geometry":{"type":"Point","coordinates":[-0.1678764,51.2497758]},"properties":{"@type":"node","@id":21067969,"@timestamp":1163856288},"coords":"51.2497758,-0.1678764","bedrooms":"2","price":"233000","area":"553"} , +{"type":"Feature","id":"n21068015","geometry":{"type":"Point","coordinates":[-0.1674835,51.2511162]},"properties":{"@type":"node","@id":21068015,"@timestamp":1163856290},"coords":"51.2511162,-0.1674835","bedrooms":"4","price":"218000","area":"642"} , +{"type":"Feature","id":"n21068034","geometry":{"type":"Point","coordinates":[-0.1705724,51.2503603]},"properties":{"@type":"node","@id":21068034,"@timestamp":1163856291},"coords":"51.2503603,-0.1705724","bedrooms":"4","price":"159000","area":"584"} , +{"type":"Feature","id":"n21068045","geometry":{"type":"Point","coordinates":[-0.1667081,51.2501924]},"properties":{"@type":"node","@id":21068045,"@timestamp":1555939687},"coords":"51.2501924,-0.1667081","bedrooms":"4","price":"154000","area":"574"} , +{"type":"Feature","id":"n21068079","geometry":{"type":"Point","coordinates":[-0.1703593,51.2370781]},"properties":{"@type":"node","@id":21068079,"@timestamp":1321286642},"coords":"51.2370781,-0.1703593","bedrooms":"0","price":"241000","area":"516"} , +{"type":"Feature","id":"n21069534","geometry":{"type":"Point","coordinates":[-0.0909779,51.7551149]},"properties":{"@type":"node","@id":21069534,"@timestamp":1163872327},"coords":"51.7551149,-0.0909779","bedrooms":"3","price":"186000","area":"461"} , +{"type":"Feature","id":"n21070409","geometry":{"type":"Point","coordinates":[-0.0854874,51.7885874]},"properties":{"@type":"node","@id":21070409,"@timestamp":1195556973},"coords":"51.7885874,-0.0854874","bedrooms":"3","price":"184000","area":"481"} , +{"type":"Feature","id":"n21074456","geometry":{"type":"Point","coordinates":[-0.058606,51.7071649]},"properties":{"@type":"node","@id":21074456,"@timestamp":1163879380},"coords":"51.7071649,-0.058606","bedrooms":"4","price":"293000","area":"523"} , +{"type":"Feature","id":"n21075103","geometry":{"type":"Point","coordinates":[-0.7850056,51.6197513]},"properties":{"@type":"node","@id":21075103,"@timestamp":1163884478},"coords":"51.6197513,-0.7850056","bedrooms":"2","price":"279000","area":"625"} , +{"type":"Feature","id":"n21075120","geometry":{"type":"Point","coordinates":[-0.7861039,51.6208892]},"properties":{"@type":"node","@id":21075120,"@timestamp":1163884981},"coords":"51.6208892,-0.7861039","bedrooms":"4","price":"218000","area":"442"} , +{"type":"Feature","id":"n21075716","geometry":{"type":"Point","coordinates":[-0.6927146,51.1522306]},"properties":{"@type":"node","@id":21075716,"@timestamp":1414412650},"coords":"51.1522306,-0.6927146","bedrooms":"0","price":"241000","area":"529"} , +{"type":"Feature","id":"n21076311","geometry":{"type":"Point","coordinates":[-0.17375,51.7485073]},"properties":{"@type":"node","@id":21076311,"@timestamp":1186327709},"coords":"51.7485073,-0.17375","bedrooms":"0","price":"173000","area":"669"} , +{"type":"Feature","id":"n21090118","geometry":{"type":"Point","coordinates":[-0.2803657,51.4324545]},"properties":{"@type":"node","@id":21090118,"@timestamp":1182285469},"coords":"51.4324545,-0.2803657","bedrooms":"4","price":"291000","area":"527"} , +{"type":"Feature","id":"n21093559","geometry":{"type":"Point","coordinates":[-0.2212311,51.4504082]},"properties":{"@type":"node","@id":21093559,"@timestamp":1163954827},"coords":"51.4504082,-0.2212311","bedrooms":"1","price":"206000","area":"591"} , +{"type":"Feature","id":"n21093583","geometry":{"type":"Point","coordinates":[-0.2259682,51.4382972]},"properties":{"@type":"node","@id":21093583,"@timestamp":1163954830},"coords":"51.4382972,-0.2259682","bedrooms":"1","price":"198000","area":"488"} , +{"type":"Feature","id":"n21094212","geometry":{"type":"Point","coordinates":[-0.2499203,51.4195656]},"properties":{"@type":"node","@id":21094212,"@timestamp":1163957358},"coords":"51.4195656,-0.2499203","bedrooms":"2","price":"183000","area":"571"} , +{"type":"Feature","id":"n21094250","geometry":{"type":"Point","coordinates":[-0.2541549,51.4293738]},"properties":{"@type":"node","@id":21094250,"@timestamp":1163957360},"coords":"51.4293738,-0.2541549","bedrooms":"0","price":"249000","area":"551"} , +{"type":"Feature","id":"n21094516","geometry":{"type":"Point","coordinates":[-0.2282905,51.4257144]},"properties":{"@type":"node","@id":21094516,"@timestamp":1175949415},"coords":"51.4257144,-0.2282905","bedrooms":"4","price":"265000","area":"380"} , +{"type":"Feature","id":"n21094595","geometry":{"type":"Point","coordinates":[-0.2472304,51.4374646]},"properties":{"@type":"node","@id":21094595,"@timestamp":1163959618},"coords":"51.4374646,-0.2472304","bedrooms":"1","price":"223000","area":"527"} , +{"type":"Feature","id":"n21095576","geometry":{"type":"Point","coordinates":[-0.1994008,51.224387]},"properties":{"@type":"node","@id":21095576,"@timestamp":1629547798},"coords":"51.224387,-0.1994008","bedrooms":"2","price":"240000","area":"506"} , +{"type":"Feature","id":"n21095658","geometry":{"type":"Point","coordinates":[-0.2169644,51.198004]},"properties":{"@type":"node","@id":21095658,"@timestamp":1199190142},"coords":"51.198004,-0.2169644","bedrooms":"0","price":"176000","area":"377"} , +{"type":"Feature","id":"n21095816","geometry":{"type":"Point","coordinates":[-0.250535,51.4675436]},"properties":{"@type":"node","@id":21095816,"@timestamp":1163965559},"coords":"51.4675436,-0.250535","bedrooms":"3","price":"271000","area":"502"} , +{"type":"Feature","id":"n21096004","geometry":{"type":"Point","coordinates":[-0.8670229,51.9528102]},"properties":{"@type":"node","@id":21096004,"@timestamp":1165783067},"coords":"51.9528102,-0.8670229","bedrooms":"1","price":"250000","area":"456"} , +{"type":"Feature","id":"n21096326","geometry":{"type":"Point","coordinates":[-0.2326492,51.4717182]},"properties":{"@type":"node","@id":21096326,"@timestamp":1163967761},"coords":"51.4717182,-0.2326492","bedrooms":"1","price":"298000","area":"649"} , +{"type":"Feature","id":"n21096395","geometry":{"type":"Point","coordinates":[-0.2879044,51.481821]},"properties":{"@type":"node","@id":21096395,"@timestamp":1623793718},"coords":"51.481821,-0.2879044","bedrooms":"2","price":"263000","area":"525"} , +{"type":"Feature","id":"n21096718","geometry":{"type":"Point","coordinates":[-0.2596542,51.1211194]},"properties":{"@type":"node","@id":21096718,"@timestamp":1163969804},"coords":"51.1211194,-0.2596542","bedrooms":"2","price":"175000","area":"572"} , +{"type":"Feature","id":"n21096758","geometry":{"type":"Point","coordinates":[-0.2862162,51.1109561]},"properties":{"@type":"node","@id":21096758,"@timestamp":1163969806},"coords":"51.1109561,-0.2862162","bedrooms":"4","price":"225000","area":"358"} , +{"type":"Feature","id":"n21096821","geometry":{"type":"Point","coordinates":[-0.3311547,51.0629892]},"properties":{"@type":"node","@id":21096821,"@timestamp":1163969860},"coords":"51.0629892,-0.3311547","bedrooms":"0","price":"210000","area":"582"} , +{"type":"Feature","id":"n21096953","geometry":{"type":"Point","coordinates":[-0.3499181,51.06292]},"properties":{"@type":"node","@id":21096953,"@timestamp":1163969890},"coords":"51.06292,-0.3499181","bedrooms":"0","price":"151000","area":"550"} , +{"type":"Feature","id":"n21097197","geometry":{"type":"Point","coordinates":[-0.3333857,51.071003]},"properties":{"@type":"node","@id":21097197,"@timestamp":1163969910},"coords":"51.071003,-0.3333857","bedrooms":"3","price":"181000","area":"482"} , +{"type":"Feature","id":"n21097410","geometry":{"type":"Point","coordinates":[-0.3181028,51.0875225]},"properties":{"@type":"node","@id":21097410,"@timestamp":1614984068},"coords":"51.0875225,-0.3181028","bedrooms":"3","price":"240000","area":"392"} , +{"type":"Feature","id":"n21098588","geometry":{"type":"Point","coordinates":[-0.9355881,51.8667775]},"properties":{"@type":"node","@id":21098588,"@timestamp":1518369605},"coords":"51.8667775,-0.9355881","bedrooms":"3","price":"165000","area":"589"} , +{"type":"Feature","id":"n21103992","geometry":{"type":"Point","coordinates":[-0.1506649,51.6580572]},"properties":{"@type":"node","@id":21103992,"@timestamp":1164027586},"coords":"51.6580572,-0.1506649","bedrooms":"2","price":"176000","area":"466"} , +{"type":"Feature","id":"n21104005","geometry":{"type":"Point","coordinates":[-0.1513192,51.6618317]},"properties":{"@type":"node","@id":21104005,"@timestamp":1164027587},"coords":"51.6618317,-0.1513192","bedrooms":"1","price":"153000","area":"656"} , +{"type":"Feature","id":"n21104152","geometry":{"type":"Point","coordinates":[-0.1272724,51.6594483]},"properties":{"@type":"node","@id":21104152,"@timestamp":1164028081},"coords":"51.6594483,-0.1272724","bedrooms":"3","price":"173000","area":"518"} , +{"type":"Feature","id":"n21112766","geometry":{"type":"Point","coordinates":[-1.0458004,51.3241484]},"properties":{"@type":"node","@id":21112766,"@timestamp":1240777565},"coords":"51.3241484,-1.0458004","bedrooms":"3","price":"248000","area":"620"} , +{"type":"Feature","id":"n21113095","geometry":{"type":"Point","coordinates":[0.0277588,51.6645712]},"properties":{"@type":"node","@id":21113095,"@timestamp":1205498680},"coords":"51.6645712,0.0277588","bedrooms":"2","price":"272000","area":"521"} , +{"type":"Feature","id":"n21113155","geometry":{"type":"Point","coordinates":[0.04126,51.6864945]},"properties":{"@type":"node","@id":21113155,"@timestamp":1205506749},"coords":"51.6864945,0.04126","bedrooms":"2","price":"214000","area":"477"} , +{"type":"Feature","id":"n21118203","geometry":{"type":"Point","coordinates":[-0.8254447,51.6759885]},"properties":{"@type":"node","@id":21118203,"@timestamp":1564679797},"coords":"51.6759885,-0.8254447","bedrooms":"2","price":"263000","area":"442"} , +{"type":"Feature","id":"n21118895","geometry":{"type":"Point","coordinates":[-1.0031059,51.0127451]},"properties":{"@type":"node","@id":21118895,"@timestamp":1164060332},"coords":"51.0127451,-1.0031059","bedrooms":"0","price":"212000","area":"612"} , +{"type":"Feature","id":"n21122604","geometry":{"type":"Point","coordinates":[-0.5963985,51.6039283]},"properties":{"@type":"node","@id":21122604,"@timestamp":1197291951},"coords":"51.6039283,-0.5963985","bedrooms":"0","price":"196000","area":"425"} , +{"type":"Feature","id":"n21133821","geometry":{"type":"Point","coordinates":[-0.0633758,51.7032099]},"properties":{"@type":"node","@id":21133821,"@timestamp":1178152166},"coords":"51.7032099,-0.0633758","bedrooms":"2","price":"260000","area":"377"} , +{"type":"Feature","id":"n21133832","geometry":{"type":"Point","coordinates":[-0.051213,51.6927332]},"properties":{"@type":"node","@id":21133832,"@timestamp":1178152029},"coords":"51.6927332,-0.051213","bedrooms":"4","price":"258000","area":"690"} , +{"type":"Feature","id":"n21133864","geometry":{"type":"Point","coordinates":[-0.0711078,51.6901205]},"properties":{"@type":"node","@id":21133864,"@timestamp":1202064883},"coords":"51.6901205,-0.0711078","bedrooms":"1","price":"231000","area":"501"} , +{"type":"Feature","id":"n21133875","geometry":{"type":"Point","coordinates":[-0.0573462,51.6916243]},"properties":{"@type":"node","@id":21133875,"@timestamp":1164115280},"coords":"51.6916243,-0.0573462","bedrooms":"2","price":"203000","area":"449"} , +{"type":"Feature","id":"n21133887","geometry":{"type":"Point","coordinates":[-0.0569186,51.699409]},"properties":{"@type":"node","@id":21133887,"@timestamp":1202065527},"coords":"51.699409,-0.0569186","bedrooms":"3","price":"271000","area":"576"} , +{"type":"Feature","id":"n21136753","geometry":{"type":"Point","coordinates":[-1.0260587,51.3127412]},"properties":{"@type":"node","@id":21136753,"@timestamp":1241434652},"coords":"51.3127412,-1.0260587","bedrooms":"3","price":"298000","area":"582"} , +{"type":"Feature","id":"n21139060","geometry":{"type":"Point","coordinates":[-0.610935,51.7053896]},"properties":{"@type":"node","@id":21139060,"@timestamp":1561355768},"coords":"51.7053896,-0.610935","bedrooms":"0","price":"242000","area":"638"} , +{"type":"Feature","id":"n21139991","geometry":{"type":"Point","coordinates":[-0.4510193,51.6427755]},"properties":{"@type":"node","@id":21139991,"@timestamp":1601126301},"coords":"51.6427755,-0.4510193","bedrooms":"2","price":"196000","area":"407"} , +{"type":"Feature","id":"n21150305","geometry":{"type":"Point","coordinates":[-0.4821244,51.5453666]},"properties":{"@type":"node","@id":21150305,"@timestamp":1564917402},"coords":"51.5453666,-0.4821244","bedrooms":"0","price":"264000","area":"460"} , +{"type":"Feature","id":"n21179733","geometry":{"type":"Point","coordinates":[-0.1405852,51.8039894]},"properties":{"@type":"node","@id":21179733,"@timestamp":1236960948},"coords":"51.8039894,-0.1405852","bedrooms":"3","price":"246000","area":"351"} , +{"type":"Feature","id":"n21180258","geometry":{"type":"Point","coordinates":[-0.1547894,51.8164427]},"properties":{"@type":"node","@id":21180258,"@timestamp":1328335517},"coords":"51.8164427,-0.1547894","bedrooms":"4","price":"150000","area":"427"} , +{"type":"Feature","id":"n21180311","geometry":{"type":"Point","coordinates":[-0.1669647,51.8091453]},"properties":{"@type":"node","@id":21180311,"@timestamp":1328336340},"coords":"51.8091453,-0.1669647","bedrooms":"3","price":"219000","area":"384"} , +{"type":"Feature","id":"n21190941","geometry":{"type":"Point","coordinates":[-0.4700711,51.7478359]},"properties":{"@type":"node","@id":21190941,"@timestamp":1164241030},"coords":"51.7478359,-0.4700711","bedrooms":"1","price":"172000","area":"604"} , +{"type":"Feature","id":"n21238585","geometry":{"type":"Point","coordinates":[-0.9771936,51.4656084]},"properties":{"@type":"node","@id":21238585,"@timestamp":1238592324},"coords":"51.4656084,-0.9771936","bedrooms":"4","price":"181000","area":"624"} , +{"type":"Feature","id":"n21258949","geometry":{"type":"Point","coordinates":[-0.4524875,51.4820074]},"properties":{"@type":"node","@id":21258949,"@timestamp":1617550856},"coords":"51.4820074,-0.4524875","bedrooms":"1","price":"239000","area":"546"} , +{"type":"Feature","id":"n21259200","geometry":{"type":"Point","coordinates":[-0.1870414,51.9830155]},"properties":{"@type":"node","@id":21259200,"@timestamp":1166025266},"coords":"51.9830155,-0.1870414","bedrooms":"0","price":"260000","area":"407"} , +{"type":"Feature","id":"n21261739","geometry":{"type":"Point","coordinates":[0.8760473,51.1270108]},"properties":{"@type":"node","@id":21261739,"@timestamp":1164589021},"coords":"51.1270108,0.8760473","bedrooms":"3","price":"293000","area":"658"} , +{"type":"Feature","id":"n21261848","geometry":{"type":"Point","coordinates":[0.7773253,50.975202]},"properties":{"@type":"node","@id":21261848,"@timestamp":1175190974},"coords":"50.975202,0.7773253","bedrooms":"4","price":"279000","area":"569"} , +{"type":"Feature","id":"n21261957","geometry":{"type":"Point","coordinates":[0.8908904,51.1261536]},"properties":{"@type":"node","@id":21261957,"@timestamp":1164589027},"coords":"51.1261536,0.8908904","bedrooms":"0","price":"180000","area":"484"} , +{"type":"Feature","id":"n21262044","geometry":{"type":"Point","coordinates":[0.8778357,51.1272677]},"properties":{"@type":"node","@id":21262044,"@timestamp":1164588708},"coords":"51.1272677,0.8778357","bedrooms":"4","price":"193000","area":"365"} , +{"type":"Feature","id":"n21262133","geometry":{"type":"Point","coordinates":[0.8650444,51.0805041]},"properties":{"@type":"node","@id":21262133,"@timestamp":1177884306},"coords":"51.0805041,0.8650444","bedrooms":"1","price":"219000","area":"535"} , +{"type":"Feature","id":"n21262239","geometry":{"type":"Point","coordinates":[0.8781687,51.1271916]},"properties":{"@type":"node","@id":21262239,"@timestamp":1164588707},"coords":"51.1271916,0.8781687","bedrooms":"1","price":"264000","area":"472"} , +{"type":"Feature","id":"n21262319","geometry":{"type":"Point","coordinates":[0.8755241,51.124899]},"properties":{"@type":"node","@id":21262319,"@timestamp":1164588716},"coords":"51.124899,0.8755241","bedrooms":"3","price":"298000","area":"387"} , +{"type":"Feature","id":"n21262427","geometry":{"type":"Point","coordinates":[0.7683294,50.9716893]},"properties":{"@type":"node","@id":21262427,"@timestamp":1175190972},"coords":"50.9716893,0.7683294","bedrooms":"3","price":"205000","area":"475"} , +{"type":"Feature","id":"n21262533","geometry":{"type":"Point","coordinates":[0.0014638,51.6763616]},"properties":{"@type":"node","@id":21262533,"@timestamp":1196095851},"coords":"51.6763616,0.0014638","bedrooms":"2","price":"172000","area":"362"} , +{"type":"Feature","id":"n21262547","geometry":{"type":"Point","coordinates":[0.0240732,51.6717905]},"properties":{"@type":"node","@id":21262547,"@timestamp":1196095851},"coords":"51.6717905,0.0240732","bedrooms":"2","price":"205000","area":"613"} , +{"type":"Feature","id":"n21262582","geometry":{"type":"Point","coordinates":[-0.0231727,51.7032072]},"properties":{"@type":"node","@id":21262582,"@timestamp":1214869527},"coords":"51.7032072,-0.0231727","bedrooms":"1","price":"161000","area":"381"} , +{"type":"Feature","id":"n21262596","geometry":{"type":"Point","coordinates":[-0.0337092,51.7118187]},"properties":{"@type":"node","@id":21262596,"@timestamp":1202646941},"coords":"51.7118187,-0.0337092","bedrooms":"3","price":"252000","area":"546"} , +{"type":"Feature","id":"n21262606","geometry":{"type":"Point","coordinates":[-0.0257998,51.7226535]},"properties":{"@type":"node","@id":21262606,"@timestamp":1202602156},"coords":"51.7226535,-0.0257998","bedrooms":"0","price":"182000","area":"698"} , +{"type":"Feature","id":"n21262620","geometry":{"type":"Point","coordinates":[-0.0389817,51.7027125]},"properties":{"@type":"node","@id":21262620,"@timestamp":1210500086},"coords":"51.7027125,-0.0389817","bedrooms":"0","price":"150000","area":"632"} , +{"type":"Feature","id":"n21263989","geometry":{"type":"Point","coordinates":[0.7313827,50.9520205]},"properties":{"@type":"node","@id":21263989,"@timestamp":1628258373},"coords":"50.9520205,0.7313827","bedrooms":"4","price":"257000","area":"422"} , +{"type":"Feature","id":"n21264341","geometry":{"type":"Point","coordinates":[0.0190979,51.7185818]},"properties":{"@type":"node","@id":21264341,"@timestamp":1184865979},"coords":"51.7185818,0.0190979","bedrooms":"4","price":"178000","area":"457"} , +{"type":"Feature","id":"n21264357","geometry":{"type":"Point","coordinates":[0.0145804,51.727118]},"properties":{"@type":"node","@id":21264357,"@timestamp":1176770024},"coords":"51.727118,0.0145804","bedrooms":"0","price":"223000","area":"590"} , +{"type":"Feature","id":"n21264539","geometry":{"type":"Point","coordinates":[-0.1810559,51.6558057]},"properties":{"@type":"node","@id":21264539,"@timestamp":1193010573},"coords":"51.6558057,-0.1810559","bedrooms":"4","price":"286000","area":"418"} , +{"type":"Feature","id":"n21265790","geometry":{"type":"Point","coordinates":[-0.0954802,51.691666]},"properties":{"@type":"node","@id":21265790,"@timestamp":1164409392},"coords":"51.691666,-0.0954802","bedrooms":"4","price":"219000","area":"410"} , +{"type":"Feature","id":"n21265800","geometry":{"type":"Point","coordinates":[-0.0621815,51.6911687]},"properties":{"@type":"node","@id":21265800,"@timestamp":1202064996},"coords":"51.6911687,-0.0621815","bedrooms":"2","price":"294000","area":"477"} , +{"type":"Feature","id":"n21265813","geometry":{"type":"Point","coordinates":[-0.074993,51.6993576]},"properties":{"@type":"node","@id":21265813,"@timestamp":1193337614},"coords":"51.6993576,-0.074993","bedrooms":"1","price":"208000","area":"596"} , +{"type":"Feature","id":"n21265823","geometry":{"type":"Point","coordinates":[-0.0643746,51.6980891]},"properties":{"@type":"node","@id":21265823,"@timestamp":1176495864},"coords":"51.6980891,-0.0643746","bedrooms":"2","price":"260000","area":"656"} , +{"type":"Feature","id":"n21265838","geometry":{"type":"Point","coordinates":[-0.083171,51.7062449]},"properties":{"@type":"node","@id":21265838,"@timestamp":1164409395},"coords":"51.7062449,-0.083171","bedrooms":"3","price":"230000","area":"366"} , +{"type":"Feature","id":"n21265849","geometry":{"type":"Point","coordinates":[-0.0711869,51.6995456]},"properties":{"@type":"node","@id":21265849,"@timestamp":1176496036},"coords":"51.6995456,-0.0711869","bedrooms":"3","price":"239000","area":"384"} , +{"type":"Feature","id":"n21265912","geometry":{"type":"Point","coordinates":[-0.078748,51.7161356]},"properties":{"@type":"node","@id":21265912,"@timestamp":1202668520},"coords":"51.7161356,-0.078748","bedrooms":"0","price":"190000","area":"429"} , +{"type":"Feature","id":"n21265942","geometry":{"type":"Point","coordinates":[-0.0781087,51.7179403]},"properties":{"@type":"node","@id":21265942,"@timestamp":1164410042},"coords":"51.7179403,-0.0781087","bedrooms":"1","price":"226000","area":"533"} , +{"type":"Feature","id":"n21266043","geometry":{"type":"Point","coordinates":[-0.089627,51.7380467]},"properties":{"@type":"node","@id":21266043,"@timestamp":1164411722},"coords":"51.7380467,-0.089627","bedrooms":"0","price":"153000","area":"690"} , +{"type":"Feature","id":"n21268682","geometry":{"type":"Point","coordinates":[-0.1899545,51.9838832]},"properties":{"@type":"node","@id":21268682,"@timestamp":1164471421},"coords":"51.9838832,-0.1899545","bedrooms":"3","price":"170000","area":"601"} , +{"type":"Feature","id":"n21270772","geometry":{"type":"Point","coordinates":[-0.1665649,51.7073881]},"properties":{"@type":"node","@id":21270772,"@timestamp":1164478166},"coords":"51.7073881,-0.1665649","bedrooms":"4","price":"253000","area":"490"} , +{"type":"Feature","id":"n21270783","geometry":{"type":"Point","coordinates":[-0.1759403,51.7117452]},"properties":{"@type":"node","@id":21270783,"@timestamp":1164478166},"coords":"51.7117452,-0.1759403","bedrooms":"3","price":"226000","area":"600"} , +{"type":"Feature","id":"n21270822","geometry":{"type":"Point","coordinates":[-0.2052514,51.7169729]},"properties":{"@type":"node","@id":21270822,"@timestamp":1183839806},"coords":"51.7169729,-0.2052514","bedrooms":"4","price":"158000","area":"627"} , +{"type":"Feature","id":"n21271651","geometry":{"type":"Point","coordinates":[-0.1926329,51.7182475]},"properties":{"@type":"node","@id":21271651,"@timestamp":1164481029},"coords":"51.7182475,-0.1926329","bedrooms":"1","price":"288000","area":"360"} , +{"type":"Feature","id":"n21271675","geometry":{"type":"Point","coordinates":[-0.155556,51.6970722]},"properties":{"@type":"node","@id":21271675,"@timestamp":1164481653},"coords":"51.6970722,-0.155556","bedrooms":"0","price":"290000","area":"390"} , +{"type":"Feature","id":"n21271704","geometry":{"type":"Point","coordinates":[-0.1600734,51.693413]},"properties":{"@type":"node","@id":21271704,"@timestamp":1164481654},"coords":"51.693413,-0.1600734","bedrooms":"0","price":"196000","area":"434"} , +{"type":"Feature","id":"n21275377","geometry":{"type":"Point","coordinates":[-0.7844752,51.6255038]},"properties":{"@type":"node","@id":21275377,"@timestamp":1217947481},"coords":"51.6255038,-0.7844752","bedrooms":"4","price":"202000","area":"419"} , +{"type":"Feature","id":"n21275649","geometry":{"type":"Point","coordinates":[-0.1696653,51.982273]},"properties":{"@type":"node","@id":21275649,"@timestamp":1164498474},"coords":"51.982273,-0.1696653","bedrooms":"2","price":"199000","area":"524"} , +{"type":"Feature","id":"n21275793","geometry":{"type":"Point","coordinates":[-0.2298568,51.5551133]},"properties":{"@type":"node","@id":21275793,"@timestamp":1625929338},"coords":"51.5551133,-0.2298568","bedrooms":"3","price":"192000","area":"506"} , +{"type":"Feature","id":"n21279858","geometry":{"type":"Point","coordinates":[-0.0061357,51.6885325]},"properties":{"@type":"node","@id":21279858,"@timestamp":1205507748},"coords":"51.6885325,-0.0061357","bedrooms":"3","price":"199000","area":"696"} , +{"type":"Feature","id":"n21279868","geometry":{"type":"Point","coordinates":[-0.0013549,51.6901234]},"properties":{"@type":"node","@id":21279868,"@timestamp":1205507743},"coords":"51.6901234,-0.0013549","bedrooms":"2","price":"248000","area":"362"} , +{"type":"Feature","id":"n21279909","geometry":{"type":"Point","coordinates":[-0.039095,51.689615]},"properties":{"@type":"node","@id":21279909,"@timestamp":1178151420},"coords":"51.689615,-0.039095","bedrooms":"4","price":"180000","area":"593"} , +{"type":"Feature","id":"n21279942","geometry":{"type":"Point","coordinates":[-0.049388,51.7104717]},"properties":{"@type":"node","@id":21279942,"@timestamp":1164550271},"coords":"51.7104717,-0.049388","bedrooms":"2","price":"245000","area":"501"} , +{"type":"Feature","id":"n21279953","geometry":{"type":"Point","coordinates":[-0.0366879,51.7198752]},"properties":{"@type":"node","@id":21279953,"@timestamp":1202727488},"coords":"51.7198752,-0.0366879","bedrooms":"3","price":"258000","area":"378"} , +{"type":"Feature","id":"n21279982","geometry":{"type":"Point","coordinates":[-0.034739,51.7185468]},"properties":{"@type":"node","@id":21279982,"@timestamp":1202727490},"coords":"51.7185468,-0.034739","bedrooms":"0","price":"204000","area":"403"} , +{"type":"Feature","id":"n21281534","geometry":{"type":"Point","coordinates":[-1.1104504,51.2794179]},"properties":{"@type":"node","@id":21281534,"@timestamp":1236009068},"coords":"51.2794179,-1.1104504","bedrooms":"4","price":"210000","area":"458"} , +{"type":"Feature","id":"n21286835","geometry":{"type":"Point","coordinates":[-0.2538925,51.6958834]},"properties":{"@type":"node","@id":21286835,"@timestamp":1309549089},"coords":"51.6958834,-0.2538925","bedrooms":"3","price":"243000","area":"398"} , +{"type":"Feature","id":"n21286860","geometry":{"type":"Point","coordinates":[-0.2468998,51.7012338]},"properties":{"@type":"node","@id":21286860,"@timestamp":1309549083},"coords":"51.7012338,-0.2468998","bedrooms":"2","price":"266000","area":"441"} , +{"type":"Feature","id":"n21287029","geometry":{"type":"Point","coordinates":[-0.2149703,51.6786532]},"properties":{"@type":"node","@id":21287029,"@timestamp":1181071967},"coords":"51.6786532,-0.2149703","bedrooms":"0","price":"233000","area":"547"} , +{"type":"Feature","id":"n21287064","geometry":{"type":"Point","coordinates":[-0.2208013,51.702946]},"properties":{"@type":"node","@id":21287064,"@timestamp":1176758070},"coords":"51.702946,-0.2208013","bedrooms":"1","price":"228000","area":"551"} , +{"type":"Feature","id":"n21287583","geometry":{"type":"Point","coordinates":[-0.2490772,51.7227647]},"properties":{"@type":"node","@id":21287583,"@timestamp":1309549064},"coords":"51.7227647,-0.2490772","bedrooms":"2","price":"280000","area":"512"} , +{"type":"Feature","id":"n21287899","geometry":{"type":"Point","coordinates":[-0.2196195,51.7130058]},"properties":{"@type":"node","@id":21287899,"@timestamp":1181163667},"coords":"51.7130058,-0.2196195","bedrooms":"4","price":"199000","area":"575"} , +{"type":"Feature","id":"n21297037","geometry":{"type":"Point","coordinates":[-0.1974675,51.6986235]},"properties":{"@type":"node","@id":21297037,"@timestamp":1629065982},"coords":"51.6986235,-0.1974675","bedrooms":"1","price":"253000","area":"462"} , +{"type":"Feature","id":"n21299800","geometry":{"type":"Point","coordinates":[-0.9773298,51.3735116]},"properties":{"@type":"node","@id":21299800,"@timestamp":1325272161},"coords":"51.3735116,-0.9773298","bedrooms":"3","price":"150000","area":"443"} , +{"type":"Feature","id":"n21303049","geometry":{"type":"Point","coordinates":[-0.184949,51.7324316]},"properties":{"@type":"node","@id":21303049,"@timestamp":1217600692},"coords":"51.7324316,-0.184949","bedrooms":"1","price":"237000","area":"642"} , +{"type":"Feature","id":"n21307333","geometry":{"type":"Point","coordinates":[-0.2044103,51.5855745]},"properties":{"@type":"node","@id":21307333,"@timestamp":1191108097},"coords":"51.5855745,-0.2044103","bedrooms":"2","price":"251000","area":"684"} , +{"type":"Feature","id":"n21310211","geometry":{"type":"Point","coordinates":[-0.1265816,51.4752941]},"properties":{"@type":"node","@id":21310211,"@timestamp":1164747723},"coords":"51.4752941,-0.1265816","bedrooms":"2","price":"270000","area":"596"} , +{"type":"Feature","id":"n21315204","geometry":{"type":"Point","coordinates":[-0.1780334,51.4537014]},"properties":{"@type":"node","@id":21315204,"@timestamp":1596542157},"coords":"51.4537014,-0.1780334","bedrooms":"0","price":"193000","area":"426"} , +{"type":"Feature","id":"n21315519","geometry":{"type":"Point","coordinates":[-0.2175457,51.4253907]},"properties":{"@type":"node","@id":21315519,"@timestamp":1598568803},"coords":"51.4253907,-0.2175457","bedrooms":"0","price":"251000","area":"446"} , +{"type":"Feature","id":"n21318568","geometry":{"type":"Point","coordinates":[0.7585715,51.4391704]},"properties":{"@type":"node","@id":21318568,"@timestamp":1527833089},"coords":"51.4391704,0.7585715","bedrooms":"2","price":"226000","area":"496"} , +{"type":"Feature","id":"n21319679","geometry":{"type":"Point","coordinates":[-0.1968834,51.5545383]},"properties":{"@type":"node","@id":21319679,"@timestamp":1164917745},"coords":"51.5545383,-0.1968834","bedrooms":"3","price":"180000","area":"478"} , +{"type":"Feature","id":"n21320829","geometry":{"type":"Point","coordinates":[-0.3394066,51.5567563]},"properties":{"@type":"node","@id":21320829,"@timestamp":1189020815},"coords":"51.5567563,-0.3394066","bedrooms":"4","price":"188000","area":"639"} , +{"type":"Feature","id":"n21320841","geometry":{"type":"Point","coordinates":[-0.3423573,51.5535849]},"properties":{"@type":"node","@id":21320841,"@timestamp":1182741264},"coords":"51.5535849,-0.3423573","bedrooms":"0","price":"189000","area":"389"} , +{"type":"Feature","id":"n21320860","geometry":{"type":"Point","coordinates":[-0.339204,51.5572577]},"properties":{"@type":"node","@id":21320860,"@timestamp":1182742664},"coords":"51.5572577,-0.339204","bedrooms":"3","price":"163000","area":"405"} , +{"type":"Feature","id":"n21323371","geometry":{"type":"Point","coordinates":[-0.0426236,51.7338991]},"properties":{"@type":"node","@id":21323371,"@timestamp":1202153181},"coords":"51.7338991,-0.0426236","bedrooms":"0","price":"157000","area":"639"} , +{"type":"Feature","id":"n21323432","geometry":{"type":"Point","coordinates":[-0.0380397,51.7464202]},"properties":{"@type":"node","@id":21323432,"@timestamp":1176748218},"coords":"51.7464202,-0.0380397","bedrooms":"2","price":"285000","area":"495"} , +{"type":"Feature","id":"n21323650","geometry":{"type":"Point","coordinates":[-0.0774605,51.7475748]},"properties":{"@type":"node","@id":21323650,"@timestamp":1228092631},"coords":"51.7475748,-0.0774605","bedrooms":"0","price":"205000","area":"578"} , +{"type":"Feature","id":"n21323679","geometry":{"type":"Point","coordinates":[-0.0689379,51.7568617]},"properties":{"@type":"node","@id":21323679,"@timestamp":1164891338},"coords":"51.7568617,-0.0689379","bedrooms":"3","price":"215000","area":"451"} , +{"type":"Feature","id":"n21329597","geometry":{"type":"Point","coordinates":[-0.1939611,51.4163207]},"properties":{"@type":"node","@id":21329597,"@timestamp":1531346647},"coords":"51.4163207,-0.1939611","bedrooms":"2","price":"249000","area":"419"} , +{"type":"Feature","id":"n21350478","geometry":{"type":"Point","coordinates":[-0.0594062,51.7732984]},"properties":{"@type":"node","@id":21350478,"@timestamp":1164911880},"coords":"51.7732984,-0.0594062","bedrooms":"1","price":"211000","area":"367"} , +{"type":"Feature","id":"n21351650","geometry":{"type":"Point","coordinates":[-0.1058481,51.7686561]},"properties":{"@type":"node","@id":21351650,"@timestamp":1164912479},"coords":"51.7686561,-0.1058481","bedrooms":"0","price":"180000","area":"408"} , +{"type":"Feature","id":"n21351688","geometry":{"type":"Point","coordinates":[-0.0987284,51.7701496]},"properties":{"@type":"node","@id":21351688,"@timestamp":1164912481},"coords":"51.7701496,-0.0987284","bedrooms":"1","price":"276000","area":"364"} , +{"type":"Feature","id":"n21368056","geometry":{"type":"Point","coordinates":[-1.032697,51.3179719]},"properties":{"@type":"node","@id":21368056,"@timestamp":1164921837},"coords":"51.3179719,-1.032697","bedrooms":"4","price":"154000","area":"526"} , +{"type":"Feature","id":"n21373015","geometry":{"type":"Point","coordinates":[-0.0279743,51.3937273]},"properties":{"@type":"node","@id":21373015,"@timestamp":1196495927},"coords":"51.3937273,-0.0279743","bedrooms":"2","price":"241000","area":"440"} , +{"type":"Feature","id":"n21373107","geometry":{"type":"Point","coordinates":[-0.0348296,51.3748452]},"properties":{"@type":"node","@id":21373107,"@timestamp":1359309316},"coords":"51.3748452,-0.0348296","bedrooms":"0","price":"210000","area":"441"} , +{"type":"Feature","id":"n21376816","geometry":{"type":"Point","coordinates":[-1.0501159,51.2702296]},"properties":{"@type":"node","@id":21376816,"@timestamp":1246865746},"coords":"51.2702296,-1.0501159","bedrooms":"2","price":"217000","area":"609"} , +{"type":"Feature","id":"n21377378","geometry":{"type":"Point","coordinates":[-0.0530474,51.3673753]},"properties":{"@type":"node","@id":21377378,"@timestamp":1194191985},"coords":"51.3673753,-0.0530474","bedrooms":"0","price":"288000","area":"467"} , +{"type":"Feature","id":"n21377860","geometry":{"type":"Point","coordinates":[-0.1003818,51.3401661]},"properties":{"@type":"node","@id":21377860,"@timestamp":1164926282},"coords":"51.3401661,-0.1003818","bedrooms":"1","price":"206000","area":"477"} , +{"type":"Feature","id":"n21377888","geometry":{"type":"Point","coordinates":[-0.1090842,51.33375]},"properties":{"@type":"node","@id":21377888,"@timestamp":1195948191},"coords":"51.33375,-0.1090842","bedrooms":"0","price":"184000","area":"351"} , +{"type":"Feature","id":"n21377916","geometry":{"type":"Point","coordinates":[-0.106324,51.3389473]},"properties":{"@type":"node","@id":21377916,"@timestamp":1164926294},"coords":"51.3389473,-0.106324","bedrooms":"0","price":"158000","area":"519"} , +{"type":"Feature","id":"n21377934","geometry":{"type":"Point","coordinates":[-0.0973848,51.3313659]},"properties":{"@type":"node","@id":21377934,"@timestamp":1164926296},"coords":"51.3313659,-0.0973848","bedrooms":"1","price":"205000","area":"522"} , +{"type":"Feature","id":"n21378350","geometry":{"type":"Point","coordinates":[-0.196726,51.3250304]},"properties":{"@type":"node","@id":21378350,"@timestamp":1164927609},"coords":"51.3250304,-0.196726","bedrooms":"1","price":"169000","area":"663"} , +{"type":"Feature","id":"n21378363","geometry":{"type":"Point","coordinates":[-0.2029282,51.3243738]},"properties":{"@type":"node","@id":21378363,"@timestamp":1164927623},"coords":"51.3243738,-0.2029282","bedrooms":"3","price":"158000","area":"536"} , +{"type":"Feature","id":"n21378421","geometry":{"type":"Point","coordinates":[-0.1965459,51.3263877]},"properties":{"@type":"node","@id":21378421,"@timestamp":1164927676},"coords":"51.3263877,-0.1965459","bedrooms":"3","price":"295000","area":"533"} , +{"type":"Feature","id":"n21379380","geometry":{"type":"Point","coordinates":[-0.7653742,51.6322173]},"properties":{"@type":"node","@id":21379380,"@timestamp":1538504037},"coords":"51.6322173,-0.7653742","bedrooms":"4","price":"241000","area":"493"} , +{"type":"Feature","id":"n21381580","geometry":{"type":"Point","coordinates":[-0.1164539,51.3621667]},"properties":{"@type":"node","@id":21381580,"@timestamp":1347518264},"coords":"51.3621667,-0.1164539","bedrooms":"0","price":"209000","area":"613"} , +{"type":"Feature","id":"n21381621","geometry":{"type":"Point","coordinates":[-0.1113445,51.3614753]},"properties":{"@type":"node","@id":21381621,"@timestamp":1164933906},"coords":"51.3614753,-0.1113445","bedrooms":"0","price":"184000","area":"411"} , +{"type":"Feature","id":"n21381681","geometry":{"type":"Point","coordinates":[-0.1127967,51.3607513]},"properties":{"@type":"node","@id":21381681,"@timestamp":1164933913},"coords":"51.3607513,-0.1127967","bedrooms":"2","price":"194000","area":"377"} , +{"type":"Feature","id":"n21381769","geometry":{"type":"Point","coordinates":[-0.1017246,51.361981]},"properties":{"@type":"node","@id":21381769,"@timestamp":1164933923},"coords":"51.361981,-0.1017246","bedrooms":"0","price":"204000","area":"397"} , +{"type":"Feature","id":"n21381822","geometry":{"type":"Point","coordinates":[-0.0990381,51.3676651]},"properties":{"@type":"node","@id":21381822,"@timestamp":1564917402},"coords":"51.3676651,-0.0990381","bedrooms":"4","price":"212000","area":"512"} , +{"type":"Feature","id":"n21381890","geometry":{"type":"Point","coordinates":[-0.1184091,51.3602503]},"properties":{"@type":"node","@id":21381890,"@timestamp":1347518270},"coords":"51.3602503,-0.1184091","bedrooms":"0","price":"251000","area":"651"} , +{"type":"Feature","id":"n21381941","geometry":{"type":"Point","coordinates":[-0.1323894,51.3550143]},"properties":{"@type":"node","@id":21381941,"@timestamp":1203123604},"coords":"51.3550143,-0.1323894","bedrooms":"4","price":"156000","area":"641"} , +{"type":"Feature","id":"n21381978","geometry":{"type":"Point","coordinates":[-0.1274608,51.3558012]},"properties":{"@type":"node","@id":21381978,"@timestamp":1164933954},"coords":"51.3558012,-0.1274608","bedrooms":"0","price":"185000","area":"547"} , +{"type":"Feature","id":"n21381998","geometry":{"type":"Point","coordinates":[-0.1273969,51.3538247]},"properties":{"@type":"node","@id":21381998,"@timestamp":1164933956},"coords":"51.3538247,-0.1273969","bedrooms":"0","price":"200000","area":"654"} , +{"type":"Feature","id":"n21382372","geometry":{"type":"Point","coordinates":[-0.1083169,51.3582207]},"properties":{"@type":"node","@id":21382372,"@timestamp":1468878649},"coords":"51.3582207,-0.1083169","bedrooms":"2","price":"252000","area":"519"} , +{"type":"Feature","id":"n21389926","geometry":{"type":"Point","coordinates":[-0.240081,51.4037239]},"properties":{"@type":"node","@id":21389926,"@timestamp":1616321965},"coords":"51.4037239,-0.240081","bedrooms":"1","price":"288000","area":"669"} , +{"type":"Feature","id":"n21390366","geometry":{"type":"Point","coordinates":[-0.0799239,51.4003221]},"properties":{"@type":"node","@id":21390366,"@timestamp":1216671667},"coords":"51.4003221,-0.0799239","bedrooms":"0","price":"246000","area":"398"} , +{"type":"Feature","id":"n21390474","geometry":{"type":"Point","coordinates":[-0.092223,51.4138698]},"properties":{"@type":"node","@id":21390474,"@timestamp":1564917402},"coords":"51.4138698,-0.092223","bedrooms":"1","price":"293000","area":"491"} , +{"type":"Feature","id":"n21390700","geometry":{"type":"Point","coordinates":[-0.111956,51.3895903]},"properties":{"@type":"node","@id":21390700,"@timestamp":1564917402},"coords":"51.3895903,-0.111956","bedrooms":"2","price":"194000","area":"458"} , +{"type":"Feature","id":"n21391301","geometry":{"type":"Point","coordinates":[-0.0986707,51.3640999]},"properties":{"@type":"node","@id":21391301,"@timestamp":1564917402},"coords":"51.3640999,-0.0986707","bedrooms":"4","price":"191000","area":"541"} , +{"type":"Feature","id":"n21391362","geometry":{"type":"Point","coordinates":[-0.0865695,51.3711103]},"properties":{"@type":"node","@id":21391362,"@timestamp":1205258483},"coords":"51.3711103,-0.0865695","bedrooms":"0","price":"181000","area":"607"} , +{"type":"Feature","id":"n21393141","geometry":{"type":"Point","coordinates":[-0.1390721,51.7424382]},"properties":{"@type":"node","@id":21393141,"@timestamp":1176320199},"coords":"51.7424382,-0.1390721","bedrooms":"0","price":"179000","area":"543"} , +{"type":"Feature","id":"n21393171","geometry":{"type":"Point","coordinates":[-0.1629689,51.7319113]},"properties":{"@type":"node","@id":21393171,"@timestamp":1165000553},"coords":"51.7319113,-0.1629689","bedrooms":"1","price":"188000","area":"563"} , +{"type":"Feature","id":"n21393596","geometry":{"type":"Point","coordinates":[-0.1427116,51.7686252]},"properties":{"@type":"node","@id":21393596,"@timestamp":1176766575},"coords":"51.7686252,-0.1427116","bedrooms":"1","price":"206000","area":"485"} , +{"type":"Feature","id":"n21408535","geometry":{"type":"Point","coordinates":[-0.1976776,51.4557448]},"properties":{"@type":"node","@id":21408535,"@timestamp":1618604781},"coords":"51.4557448,-0.1976776","bedrooms":"2","price":"281000","area":"626"} , +{"type":"Feature","id":"n21409687","geometry":{"type":"Point","coordinates":[-0.2072747,51.4535596]},"properties":{"@type":"node","@id":21409687,"@timestamp":1629669669},"coords":"51.4535596,-0.2072747","bedrooms":"3","price":"211000","area":"413"} , +{"type":"Feature","id":"n21411518","geometry":{"type":"Point","coordinates":[-0.2024645,51.4467861]},"properties":{"@type":"node","@id":21411518,"@timestamp":1616969535},"coords":"51.4467861,-0.2024645","bedrooms":"2","price":"241000","area":"416"} , +{"type":"Feature","id":"n21412023","geometry":{"type":"Point","coordinates":[-0.2121518,51.5538445]},"properties":{"@type":"node","@id":21412023,"@timestamp":1243291220},"coords":"51.5538445,-0.2121518","bedrooms":"0","price":"260000","area":"390"} , +{"type":"Feature","id":"n21413195","geometry":{"type":"Point","coordinates":[0.0416741,51.6708275]},"properties":{"@type":"node","@id":21413195,"@timestamp":1165087914},"coords":"51.6708275,0.0416741","bedrooms":"1","price":"277000","area":"396"} , +{"type":"Feature","id":"n21413330","geometry":{"type":"Point","coordinates":[0.0538383,51.6462367]},"properties":{"@type":"node","@id":21413330,"@timestamp":1617644585},"coords":"51.6462367,0.0538383","bedrooms":"2","price":"292000","area":"412"} , +{"type":"Feature","id":"n21414936","geometry":{"type":"Point","coordinates":[0.1019505,51.6687402]},"properties":{"@type":"node","@id":21414936,"@timestamp":1177117325},"coords":"51.6687402,0.1019505","bedrooms":"1","price":"229000","area":"578"} , +{"type":"Feature","id":"n21423287","geometry":{"type":"Point","coordinates":[-0.3104746,51.7606182]},"properties":{"@type":"node","@id":21423287,"@timestamp":1165150782},"coords":"51.7606182,-0.3104746","bedrooms":"1","price":"296000","area":"365"} , +{"type":"Feature","id":"n21423346","geometry":{"type":"Point","coordinates":[-0.3173525,51.7643544]},"properties":{"@type":"node","@id":21423346,"@timestamp":1165151380},"coords":"51.7643544,-0.3173525","bedrooms":"1","price":"258000","area":"426"} , +{"type":"Feature","id":"n21423514","geometry":{"type":"Point","coordinates":[-0.0172949,51.7944072]},"properties":{"@type":"node","@id":21423514,"@timestamp":1247735472},"coords":"51.7944072,-0.0172949","bedrooms":"4","price":"251000","area":"510"} , +{"type":"Feature","id":"n21423591","geometry":{"type":"Point","coordinates":[0.046854,51.7515456]},"properties":{"@type":"node","@id":21423591,"@timestamp":1190541554},"coords":"51.7515456,0.046854","bedrooms":"4","price":"169000","area":"615"} , +{"type":"Feature","id":"n21425397","geometry":{"type":"Point","coordinates":[-0.3173113,51.7643236]},"properties":{"@type":"node","@id":21425397,"@timestamp":1165161128},"coords":"51.7643236,-0.3173113","bedrooms":"2","price":"233000","area":"513"} , +{"type":"Feature","id":"n21425881","geometry":{"type":"Point","coordinates":[-0.3167687,51.7590178]},"properties":{"@type":"node","@id":21425881,"@timestamp":1238778781},"coords":"51.7590178,-0.3167687","bedrooms":"1","price":"183000","area":"382"} , +{"type":"Feature","id":"n21427466","geometry":{"type":"Point","coordinates":[-0.2114505,51.4532517]},"properties":{"@type":"node","@id":21427466,"@timestamp":1165164887},"coords":"51.4532517,-0.2114505","bedrooms":"2","price":"264000","area":"430"} , +{"type":"Feature","id":"n21427542","geometry":{"type":"Point","coordinates":[-0.2145049,51.4442808]},"properties":{"@type":"node","@id":21427542,"@timestamp":1446145689},"coords":"51.4442808,-0.2145049","bedrooms":"3","price":"159000","area":"379"} , +{"type":"Feature","id":"n21427652","geometry":{"type":"Point","coordinates":[-0.2160212,51.4469985]},"properties":{"@type":"node","@id":21427652,"@timestamp":1165164899},"coords":"51.4469985,-0.2160212","bedrooms":"3","price":"156000","area":"583"} , +{"type":"Feature","id":"n21427726","geometry":{"type":"Point","coordinates":[-0.2149521,51.4433523]},"properties":{"@type":"node","@id":21427726,"@timestamp":1165164903},"coords":"51.4433523,-0.2149521","bedrooms":"0","price":"159000","area":"450"} , +{"type":"Feature","id":"n21430033","geometry":{"type":"Point","coordinates":[-0.2438783,51.6236389]},"properties":{"@type":"node","@id":21430033,"@timestamp":1202165796},"coords":"51.6236389,-0.2438783","bedrooms":"1","price":"201000","area":"527"} , +{"type":"Feature","id":"n21430068","geometry":{"type":"Point","coordinates":[-0.2529869,51.6239381]},"properties":{"@type":"node","@id":21430068,"@timestamp":1564074447},"coords":"51.6239381,-0.2529869","bedrooms":"4","price":"186000","area":"427"} , +{"type":"Feature","id":"n21431170","geometry":{"type":"Point","coordinates":[-0.2396752,51.5600374]},"properties":{"@type":"node","@id":21431170,"@timestamp":1165870248},"coords":"51.5600374,-0.2396752","bedrooms":"2","price":"191000","area":"477"} , +{"type":"Feature","id":"n21431214","geometry":{"type":"Point","coordinates":[-0.2435334,51.5593605]},"properties":{"@type":"node","@id":21431214,"@timestamp":1554128016},"coords":"51.5593605,-0.2435334","bedrooms":"1","price":"282000","area":"644"} , +{"type":"Feature","id":"n21431240","geometry":{"type":"Point","coordinates":[-0.2373246,51.5589346]},"properties":{"@type":"node","@id":21431240,"@timestamp":1165175803},"coords":"51.5589346,-0.2373246","bedrooms":"4","price":"174000","area":"434"} , +{"type":"Feature","id":"n21431282","geometry":{"type":"Point","coordinates":[-0.2374877,51.5591664]},"properties":{"@type":"node","@id":21431282,"@timestamp":1165175817},"coords":"51.5591664,-0.2374877","bedrooms":"2","price":"196000","area":"423"} , +{"type":"Feature","id":"n21432053","geometry":{"type":"Point","coordinates":[-1.1137848,51.2991539]},"properties":{"@type":"node","@id":21432053,"@timestamp":1204315058},"coords":"51.2991539,-1.1137848","bedrooms":"4","price":"204000","area":"597"} , +{"type":"Feature","id":"n21432226","geometry":{"type":"Point","coordinates":[-0.2417633,51.5598492]},"properties":{"@type":"node","@id":21432226,"@timestamp":1165181694},"coords":"51.5598492,-0.2417633","bedrooms":"3","price":"159000","area":"699"} , +{"type":"Feature","id":"n21432253","geometry":{"type":"Point","coordinates":[-0.2282734,51.5559986]},"properties":{"@type":"node","@id":21432253,"@timestamp":1172437935},"coords":"51.5559986,-0.2282734","bedrooms":"0","price":"291000","area":"636"} , +{"type":"Feature","id":"n21441458","geometry":{"type":"Point","coordinates":[-0.2593554,51.9580139]},"properties":{"@type":"node","@id":21441458,"@timestamp":1165226459},"coords":"51.9580139,-0.2593554","bedrooms":"4","price":"263000","area":"686"} , +{"type":"Feature","id":"n21442158","geometry":{"type":"Point","coordinates":[-0.1012082,51.4209543]},"properties":{"@type":"node","@id":21442158,"@timestamp":1195666130},"coords":"51.4209543,-0.1012082","bedrooms":"0","price":"282000","area":"406"} , +{"type":"Feature","id":"n21448960","geometry":{"type":"Point","coordinates":[-0.0072413,51.4494816]},"properties":{"@type":"node","@id":21448960,"@timestamp":1165244649},"coords":"51.4494816,-0.0072413","bedrooms":"1","price":"229000","area":"555"} , +{"type":"Feature","id":"n21450289","geometry":{"type":"Point","coordinates":[-0.7222446,51.5289802]},"properties":{"@type":"node","@id":21450289,"@timestamp":1610623067},"coords":"51.5289802,-0.7222446","bedrooms":"4","price":"189000","area":"652"} , +{"type":"Feature","id":"n21452122","geometry":{"type":"Point","coordinates":[-0.2068951,51.6181229]},"properties":{"@type":"node","@id":21452122,"@timestamp":1165263418},"coords":"51.6181229,-0.2068951","bedrooms":"0","price":"179000","area":"626"} , +{"type":"Feature","id":"n21453165","geometry":{"type":"Point","coordinates":[0.0049098,51.7922826]},"properties":{"@type":"node","@id":21453165,"@timestamp":1185642591},"coords":"51.7922826,0.0049098","bedrooms":"1","price":"161000","area":"377"} , +{"type":"Feature","id":"n21464525","geometry":{"type":"Point","coordinates":[-0.105536,51.5639984]},"properties":{"@type":"node","@id":21464525,"@timestamp":1619999241},"coords":"51.5639984,-0.105536","bedrooms":"4","price":"292000","area":"572"} , +{"type":"Feature","id":"n21470543","geometry":{"type":"Point","coordinates":[-0.3103391,51.5045571]},"properties":{"@type":"node","@id":21470543,"@timestamp":1191175107},"coords":"51.5045571,-0.3103391","bedrooms":"1","price":"152000","area":"612"} , +{"type":"Feature","id":"n21473068","geometry":{"type":"Point","coordinates":[-0.4235532,51.6127529]},"properties":{"@type":"node","@id":21473068,"@timestamp":1165358377},"coords":"51.6127529,-0.4235532","bedrooms":"4","price":"155000","area":"657"} , +{"type":"Feature","id":"n21473916","geometry":{"type":"Point","coordinates":[0.0381688,51.5945646]},"properties":{"@type":"node","@id":21473916,"@timestamp":1196723475},"coords":"51.5945646,0.0381688","bedrooms":"2","price":"266000","area":"551"} , +{"type":"Feature","id":"n21479231","geometry":{"type":"Point","coordinates":[-0.8145117,51.7944307]},"properties":{"@type":"node","@id":21479231,"@timestamp":1634132352},"coords":"51.7944307,-0.8145117","bedrooms":"4","price":"224000","area":"388"} , +{"type":"Feature","id":"n21488264","geometry":{"type":"Point","coordinates":[-0.0366533,51.5615101]},"properties":{"@type":"node","@id":21488264,"@timestamp":1165446957},"coords":"51.5615101,-0.0366533","bedrooms":"3","price":"241000","area":"439"} , +{"type":"Feature","id":"n21488437","geometry":{"type":"Point","coordinates":[-0.0436408,51.5921688]},"properties":{"@type":"node","@id":21488437,"@timestamp":1194957558},"coords":"51.5921688,-0.0436408","bedrooms":"3","price":"227000","area":"544"} , +{"type":"Feature","id":"n21489305","geometry":{"type":"Point","coordinates":[-0.370664,51.5704579]},"properties":{"@type":"node","@id":21489305,"@timestamp":1629842883},"coords":"51.5704579,-0.370664","bedrooms":"1","price":"158000","area":"692"} , +{"type":"Feature","id":"n21493249","geometry":{"type":"Point","coordinates":[-0.193303,51.6030461]},"properties":{"@type":"node","@id":21493249,"@timestamp":1165505529},"coords":"51.6030461,-0.193303","bedrooms":"1","price":"286000","area":"454"} , +{"type":"Feature","id":"n21494333","geometry":{"type":"Point","coordinates":[-0.373752,51.4832816]},"properties":{"@type":"node","@id":21494333,"@timestamp":1165513203},"coords":"51.4832816,-0.373752","bedrooms":"1","price":"297000","area":"446"} , +{"type":"Feature","id":"n21494405","geometry":{"type":"Point","coordinates":[-0.3708871,51.5403811]},"properties":{"@type":"node","@id":21494405,"@timestamp":1184894197},"coords":"51.5403811,-0.3708871","bedrooms":"0","price":"254000","area":"472"} , +{"type":"Feature","id":"n21496910","geometry":{"type":"Point","coordinates":[-0.2183416,51.5044113]},"properties":{"@type":"node","@id":21496910,"@timestamp":1627431056},"coords":"51.5044113,-0.2183416","bedrooms":"0","price":"172000","area":"689"} , +{"type":"Feature","id":"n21498608","geometry":{"type":"Point","coordinates":[-0.8154903,51.7944072]},"properties":{"@type":"node","@id":21498608,"@timestamp":1165575981},"coords":"51.7944072,-0.8154903","bedrooms":"3","price":"152000","area":"609"} , +{"type":"Feature","id":"n21498664","geometry":{"type":"Point","coordinates":[-0.8167952,51.7987308]},"properties":{"@type":"node","@id":21498664,"@timestamp":1165575993},"coords":"51.7987308,-0.8167952","bedrooms":"2","price":"281000","area":"627"} , +{"type":"Feature","id":"n21498690","geometry":{"type":"Point","coordinates":[-0.8179618,51.798263]},"properties":{"@type":"node","@id":21498690,"@timestamp":1165575999},"coords":"51.798263,-0.8179618","bedrooms":"2","price":"164000","area":"380"} , +{"type":"Feature","id":"n21498724","geometry":{"type":"Point","coordinates":[-0.8168097,51.8030009]},"properties":{"@type":"node","@id":21498724,"@timestamp":1165576003},"coords":"51.8030009,-0.8168097","bedrooms":"4","price":"202000","area":"361"} , +{"type":"Feature","id":"n21498756","geometry":{"type":"Point","coordinates":[-0.8237163,51.8017109]},"properties":{"@type":"node","@id":21498756,"@timestamp":1165576006},"coords":"51.8017109,-0.8237163","bedrooms":"0","price":"267000","area":"402"} , +{"type":"Feature","id":"n21503323","geometry":{"type":"Point","coordinates":[-1.0077677,51.4517479]},"properties":{"@type":"node","@id":21503323,"@timestamp":1430264262},"coords":"51.4517479,-1.0077677","bedrooms":"3","price":"187000","area":"612"} , +{"type":"Feature","id":"n21505861","geometry":{"type":"Point","coordinates":[-0.7563046,51.2350982]},"properties":{"@type":"node","@id":21505861,"@timestamp":1610895445},"coords":"51.2350982,-0.7563046","bedrooms":"0","price":"242000","area":"427"} , +{"type":"Feature","id":"n21508976","geometry":{"type":"Point","coordinates":[-0.0965293,51.387021]},"properties":{"@type":"node","@id":21508976,"@timestamp":1564917402},"coords":"51.387021,-0.0965293","bedrooms":"1","price":"157000","area":"656"} , +{"type":"Feature","id":"n21516003","geometry":{"type":"Point","coordinates":[-0.1682722,51.3633303]},"properties":{"@type":"node","@id":21516003,"@timestamp":1616984018},"coords":"51.3633303,-0.1682722","bedrooms":"0","price":"196000","area":"623"} , +{"type":"Feature","id":"n21516502","geometry":{"type":"Point","coordinates":[-0.051266,51.4672597]},"properties":{"@type":"node","@id":21516502,"@timestamp":1614091321},"coords":"51.4672597,-0.051266","bedrooms":"3","price":"163000","area":"630"} , +{"type":"Feature","id":"n21524391","geometry":{"type":"Point","coordinates":[-0.1971704,51.5526368]},"properties":{"@type":"node","@id":21524391,"@timestamp":1165773085},"coords":"51.5526368,-0.1971704","bedrooms":"1","price":"261000","area":"553"} , +{"type":"Feature","id":"n21524482","geometry":{"type":"Point","coordinates":[-0.2075667,51.5596381]},"properties":{"@type":"node","@id":21524482,"@timestamp":1165773095},"coords":"51.5596381,-0.2075667","bedrooms":"0","price":"227000","area":"540"} , +{"type":"Feature","id":"n21524567","geometry":{"type":"Point","coordinates":[-0.2020593,51.5544938]},"properties":{"@type":"node","@id":21524567,"@timestamp":1165773108},"coords":"51.5544938,-0.2020593","bedrooms":"4","price":"210000","area":"687"} , +{"type":"Feature","id":"n21526058","geometry":{"type":"Point","coordinates":[-0.4769584,51.7740825]},"properties":{"@type":"node","@id":21526058,"@timestamp":1165781485},"coords":"51.7740825,-0.4769584","bedrooms":"2","price":"256000","area":"529"} , +{"type":"Feature","id":"n21526104","geometry":{"type":"Point","coordinates":[-0.4728004,51.7773255]},"properties":{"@type":"node","@id":21526104,"@timestamp":1165781794},"coords":"51.7773255,-0.4728004","bedrooms":"2","price":"255000","area":"393"} , +{"type":"Feature","id":"n21526154","geometry":{"type":"Point","coordinates":[-0.4661469,51.7785001]},"properties":{"@type":"node","@id":21526154,"@timestamp":1165781852},"coords":"51.7785001,-0.4661469","bedrooms":"4","price":"218000","area":"374"} , +{"type":"Feature","id":"n21526181","geometry":{"type":"Point","coordinates":[-0.4475164,51.7793566]},"properties":{"@type":"node","@id":21526181,"@timestamp":1165781855},"coords":"51.7793566,-0.4475164","bedrooms":"2","price":"183000","area":"447"} , +{"type":"Feature","id":"n21527114","geometry":{"type":"Point","coordinates":[-0.4661975,51.7741448]},"properties":{"@type":"node","@id":21527114,"@timestamp":1165783070},"coords":"51.7741448,-0.4661975","bedrooms":"2","price":"187000","area":"677"} , +{"type":"Feature","id":"n21527271","geometry":{"type":"Point","coordinates":[-0.4498361,51.7714892]},"properties":{"@type":"node","@id":21527271,"@timestamp":1165784710},"coords":"51.7714892,-0.4498361","bedrooms":"4","price":"295000","area":"356"} , +{"type":"Feature","id":"n21527293","geometry":{"type":"Point","coordinates":[-0.4541861,51.7715254]},"properties":{"@type":"node","@id":21527293,"@timestamp":1165784820},"coords":"51.7715254,-0.4541861","bedrooms":"1","price":"293000","area":"598"} , +{"type":"Feature","id":"n21527326","geometry":{"type":"Point","coordinates":[-0.4484504,51.7713938]},"properties":{"@type":"node","@id":21527326,"@timestamp":1165785697},"coords":"51.7713938,-0.4484504","bedrooms":"2","price":"237000","area":"495"} , +{"type":"Feature","id":"n21527337","geometry":{"type":"Point","coordinates":[-0.4499925,51.7729524]},"properties":{"@type":"node","@id":21527337,"@timestamp":1165785698},"coords":"51.7729524,-0.4499925","bedrooms":"0","price":"232000","area":"414"} , +{"type":"Feature","id":"n21527351","geometry":{"type":"Point","coordinates":[-0.4525258,51.7720525]},"properties":{"@type":"node","@id":21527351,"@timestamp":1165785699},"coords":"51.7720525,-0.4525258","bedrooms":"0","price":"166000","area":"692"} , +{"type":"Feature","id":"n21527361","geometry":{"type":"Point","coordinates":[-0.4544498,51.7720858]},"properties":{"@type":"node","@id":21527361,"@timestamp":1165785700},"coords":"51.7720858,-0.4544498","bedrooms":"4","price":"161000","area":"564"} , +{"type":"Feature","id":"n21527378","geometry":{"type":"Point","coordinates":[-0.4555543,51.7726356]},"properties":{"@type":"node","@id":21527378,"@timestamp":1165786651},"coords":"51.7726356,-0.4555543","bedrooms":"3","price":"281000","area":"442"} , +{"type":"Feature","id":"n21527396","geometry":{"type":"Point","coordinates":[-0.4564393,51.7730298]},"properties":{"@type":"node","@id":21527396,"@timestamp":1165786676},"coords":"51.7730298,-0.4564393","bedrooms":"2","price":"263000","area":"621"} , +{"type":"Feature","id":"n21527889","geometry":{"type":"Point","coordinates":[-0.4597108,51.773812]},"properties":{"@type":"node","@id":21527889,"@timestamp":1165788284},"coords":"51.773812,-0.4597108","bedrooms":"3","price":"229000","area":"505"} , +{"type":"Feature","id":"n21527904","geometry":{"type":"Point","coordinates":[-0.462635,51.7741898]},"properties":{"@type":"node","@id":21527904,"@timestamp":1165788286},"coords":"51.7741898,-0.462635","bedrooms":"1","price":"268000","area":"637"} , +{"type":"Feature","id":"n21528642","geometry":{"type":"Point","coordinates":[-0.6198151,51.4709703]},"properties":{"@type":"node","@id":21528642,"@timestamp":1165791850},"coords":"51.4709703,-0.6198151","bedrooms":"3","price":"188000","area":"519"} , +{"type":"Feature","id":"n21537891","geometry":{"type":"Point","coordinates":[-0.1727705,51.6932962]},"properties":{"@type":"node","@id":21537891,"@timestamp":1628464513},"coords":"51.6932962,-0.1727705","bedrooms":"0","price":"288000","area":"539"} , +{"type":"Feature","id":"n21539125","geometry":{"type":"Point","coordinates":[-0.2414988,51.5599592]},"properties":{"@type":"node","@id":21539125,"@timestamp":1554128589},"coords":"51.5599592,-0.2414988","bedrooms":"3","price":"258000","area":"558"} , +{"type":"Feature","id":"n21541014","geometry":{"type":"Point","coordinates":[-0.1506346,51.650488]},"properties":{"@type":"node","@id":21541014,"@timestamp":1346762254},"coords":"51.650488,-0.1506346","bedrooms":"1","price":"289000","area":"641"} , +{"type":"Feature","id":"n21544740","geometry":{"type":"Point","coordinates":[-0.1972017,51.2262935]},"properties":{"@type":"node","@id":21544740,"@timestamp":1630486639},"coords":"51.2262935,-0.1972017","bedrooms":"1","price":"248000","area":"380"} , +{"type":"Feature","id":"n21544978","geometry":{"type":"Point","coordinates":[-0.2257008,51.3851187]},"properties":{"@type":"node","@id":21544978,"@timestamp":1445420664},"coords":"51.3851187,-0.2257008","bedrooms":"2","price":"170000","area":"423"} , +{"type":"Feature","id":"n21545886","geometry":{"type":"Point","coordinates":[0.168893,51.6991803]},"properties":{"@type":"node","@id":21545886,"@timestamp":1165929996},"coords":"51.6991803,0.168893","bedrooms":"0","price":"221000","area":"614"} , +{"type":"Feature","id":"n21548022","geometry":{"type":"Point","coordinates":[-0.2087067,51.5356834]},"properties":{"@type":"node","@id":21548022,"@timestamp":1397742873},"coords":"51.5356834,-0.2087067","bedrooms":"1","price":"200000","area":"382"} , +{"type":"Feature","id":"n21548046","geometry":{"type":"Point","coordinates":[-0.2097989,51.5340572]},"properties":{"@type":"node","@id":21548046,"@timestamp":1165946500},"coords":"51.5340572,-0.2097989","bedrooms":"1","price":"239000","area":"680"} , +{"type":"Feature","id":"n21549639","geometry":{"type":"Point","coordinates":[-0.2242474,51.9611284]},"properties":{"@type":"node","@id":21549639,"@timestamp":1188848836},"coords":"51.9611284,-0.2242474","bedrooms":"2","price":"172000","area":"420"} , +{"type":"Feature","id":"n21551824","geometry":{"type":"Point","coordinates":[-0.172675,51.6880778]},"properties":{"@type":"node","@id":21551824,"@timestamp":1165963399},"coords":"51.6880778,-0.172675","bedrooms":"0","price":"180000","area":"588"} , +{"type":"Feature","id":"n21552703","geometry":{"type":"Point","coordinates":[-0.2367667,51.7489565]},"properties":{"@type":"node","@id":21552703,"@timestamp":1570377133},"coords":"51.7489565,-0.2367667","bedrooms":"0","price":"243000","area":"444"} , +{"type":"Feature","id":"n21557334","geometry":{"type":"Point","coordinates":[-0.7459305,51.6272923]},"properties":{"@type":"node","@id":21557334,"@timestamp":1401541967},"coords":"51.6272923,-0.7459305","bedrooms":"3","price":"221000","area":"353"} , +{"type":"Feature","id":"n21558167","geometry":{"type":"Point","coordinates":[-0.1977661,51.2363873]},"properties":{"@type":"node","@id":21558167,"@timestamp":1166022790},"coords":"51.2363873,-0.1977661","bedrooms":"3","price":"293000","area":"400"} , +{"type":"Feature","id":"n21560748","geometry":{"type":"Point","coordinates":[-1.1083784,51.7380514]},"properties":{"@type":"node","@id":21560748,"@timestamp":1194961467},"coords":"51.7380514,-1.1083784","bedrooms":"1","price":"152000","area":"624"} , +{"type":"Feature","id":"n21561848","geometry":{"type":"Point","coordinates":[-1.0825976,51.7135779]},"properties":{"@type":"node","@id":21561848,"@timestamp":1166041363},"coords":"51.7135779,-1.0825976","bedrooms":"0","price":"274000","area":"508"} , +{"type":"Feature","id":"n21561867","geometry":{"type":"Point","coordinates":[-1.0769637,51.7112335]},"properties":{"@type":"node","@id":21561867,"@timestamp":1166041364},"coords":"51.7112335,-1.0769637","bedrooms":"4","price":"177000","area":"604"} , +{"type":"Feature","id":"n21561877","geometry":{"type":"Point","coordinates":[-1.0750154,51.7116061]},"properties":{"@type":"node","@id":21561877,"@timestamp":1166041368},"coords":"51.7116061,-1.0750154","bedrooms":"1","price":"199000","area":"553"} , +{"type":"Feature","id":"n21561892","geometry":{"type":"Point","coordinates":[-1.0765384,51.7105773]},"properties":{"@type":"node","@id":21561892,"@timestamp":1166041381},"coords":"51.7105773,-1.0765384","bedrooms":"3","price":"271000","area":"544"} , +{"type":"Feature","id":"n21561936","geometry":{"type":"Point","coordinates":[-1.069427,51.7096233]},"properties":{"@type":"node","@id":21561936,"@timestamp":1166041404},"coords":"51.7096233,-1.069427","bedrooms":"3","price":"219000","area":"645"} , +{"type":"Feature","id":"n21561970","geometry":{"type":"Point","coordinates":[-1.0730743,51.7073751]},"properties":{"@type":"node","@id":21561970,"@timestamp":1166041415},"coords":"51.7073751,-1.0730743","bedrooms":"1","price":"158000","area":"596"} , +{"type":"Feature","id":"n21562001","geometry":{"type":"Point","coordinates":[-1.0661219,51.6947848]},"properties":{"@type":"node","@id":21562001,"@timestamp":1166044741},"coords":"51.6947848,-1.0661219","bedrooms":"2","price":"184000","area":"492"} , +{"type":"Feature","id":"n21562064","geometry":{"type":"Point","coordinates":[-1.1041526,51.705087]},"properties":{"@type":"node","@id":21562064,"@timestamp":1166041527},"coords":"51.705087,-1.1041526","bedrooms":"3","price":"177000","area":"554"} , +{"type":"Feature","id":"n21563398","geometry":{"type":"Point","coordinates":[-1.074141,51.7007427]},"properties":{"@type":"node","@id":21563398,"@timestamp":1203191754},"coords":"51.7007427,-1.074141","bedrooms":"2","price":"194000","area":"362"} , +{"type":"Feature","id":"n21563714","geometry":{"type":"Point","coordinates":[-1.077713,51.7113374]},"properties":{"@type":"node","@id":21563714,"@timestamp":1166046041},"coords":"51.7113374,-1.077713","bedrooms":"4","price":"273000","area":"487"} , +{"type":"Feature","id":"n21568143","geometry":{"type":"Point","coordinates":[-0.1854698,51.7028712]},"properties":{"@type":"node","@id":21568143,"@timestamp":1629395275},"coords":"51.7028712,-0.1854698","bedrooms":"0","price":"186000","area":"694"} , +{"type":"Feature","id":"n21577769","geometry":{"type":"Point","coordinates":[-0.0653308,51.3870773]},"properties":{"@type":"node","@id":21577769,"@timestamp":1560311712},"coords":"51.3870773,-0.0653308","bedrooms":"1","price":"155000","area":"417"} , +{"type":"Feature","id":"n21580287","geometry":{"type":"Point","coordinates":[-0.2975451,51.7489274]},"properties":{"@type":"node","@id":21580287,"@timestamp":1627240723},"coords":"51.7489274,-0.2975451","bedrooms":"2","price":"298000","area":"462"} , +{"type":"Feature","id":"n21585520","geometry":{"type":"Point","coordinates":[-0.3001971,51.5299781]},"properties":{"@type":"node","@id":21585520,"@timestamp":1185234153},"coords":"51.5299781,-0.3001971","bedrooms":"1","price":"251000","area":"621"} , +{"type":"Feature","id":"n21585707","geometry":{"type":"Point","coordinates":[-0.3376909,51.5103218]},"properties":{"@type":"node","@id":21585707,"@timestamp":1166137394},"coords":"51.5103218,-0.3376909","bedrooms":"2","price":"262000","area":"448"} , +{"type":"Feature","id":"n21589457","geometry":{"type":"Point","coordinates":[0.0556783,51.4157102]},"properties":{"@type":"node","@id":21589457,"@timestamp":1289306793},"coords":"51.4157102,0.0556783","bedrooms":"2","price":"277000","area":"361"} , +{"type":"Feature","id":"n21592330","geometry":{"type":"Point","coordinates":[-0.0284811,51.5834202]},"properties":{"@type":"node","@id":21592330,"@timestamp":1596245794},"coords":"51.5834202,-0.0284811","bedrooms":"0","price":"275000","area":"476"} , +{"type":"Feature","id":"n21596119","geometry":{"type":"Point","coordinates":[-0.074968,51.5452841]},"properties":{"@type":"node","@id":21596119,"@timestamp":1572291633},"coords":"51.5452841,-0.074968","bedrooms":"3","price":"284000","area":"639"} , +{"type":"Feature","id":"n21596772","geometry":{"type":"Point","coordinates":[0.0062387,51.4032378]},"properties":{"@type":"node","@id":21596772,"@timestamp":1635628627},"coords":"51.4032378,0.0062387","bedrooms":"4","price":"156000","area":"648"} , +{"type":"Feature","id":"n21596954","geometry":{"type":"Point","coordinates":[-0.0253514,51.4429821]},"properties":{"@type":"node","@id":21596954,"@timestamp":1166220377},"coords":"51.4429821,-0.0253514","bedrooms":"1","price":"212000","area":"607"} , +{"type":"Feature","id":"n21606855","geometry":{"type":"Point","coordinates":[0.2369783,51.5999039]},"properties":{"@type":"node","@id":21606855,"@timestamp":1182690950},"coords":"51.5999039,0.2369783","bedrooms":"2","price":"198000","area":"468"} , +{"type":"Feature","id":"n21614386","geometry":{"type":"Point","coordinates":[0.2985047,51.6206499]},"properties":{"@type":"node","@id":21614386,"@timestamp":1608744800},"coords":"51.6206499,0.2985047","bedrooms":"4","price":"241000","area":"595"} , +{"type":"Feature","id":"n21615042","geometry":{"type":"Point","coordinates":[-0.4752822,51.7667476]},"properties":{"@type":"node","@id":21615042,"@timestamp":1201008170},"coords":"51.7667476,-0.4752822","bedrooms":"4","price":"276000","area":"501"} , +{"type":"Feature","id":"n21619550","geometry":{"type":"Point","coordinates":[-0.0136668,51.7150964]},"properties":{"@type":"node","@id":21619550,"@timestamp":1213615887},"coords":"51.7150964,-0.0136668","bedrooms":"4","price":"187000","area":"530"} , +{"type":"Feature","id":"n21619821","geometry":{"type":"Point","coordinates":[-0.0555265,51.4891505]},"properties":{"@type":"node","@id":21619821,"@timestamp":1620468880},"coords":"51.4891505,-0.0555265","bedrooms":"1","price":"155000","area":"670"} , +{"type":"Feature","id":"n21622085","geometry":{"type":"Point","coordinates":[-0.7018614,51.5079875]},"properties":{"@type":"node","@id":21622085,"@timestamp":1166371041},"coords":"51.5079875,-0.7018614","bedrooms":"1","price":"279000","area":"583"} , +{"type":"Feature","id":"n21622602","geometry":{"type":"Point","coordinates":[-0.6913393,51.5004106]},"properties":{"@type":"node","@id":21622602,"@timestamp":1166373865},"coords":"51.5004106,-0.6913393","bedrooms":"4","price":"162000","area":"630"} , +{"type":"Feature","id":"n21625598","geometry":{"type":"Point","coordinates":[-1.101167,51.3087973]},"properties":{"@type":"node","@id":21625598,"@timestamp":1166387063},"coords":"51.3087973,-1.101167","bedrooms":"0","price":"196000","area":"535"} , +{"type":"Feature","id":"n21625692","geometry":{"type":"Point","coordinates":[-1.0916026,51.3065835]},"properties":{"@type":"node","@id":21625692,"@timestamp":1166387068},"coords":"51.3065835,-1.0916026","bedrooms":"3","price":"224000","area":"646"} , +{"type":"Feature","id":"n21625722","geometry":{"type":"Point","coordinates":[-1.0945508,51.3058858]},"properties":{"@type":"node","@id":21625722,"@timestamp":1166387069},"coords":"51.3058858,-1.0945508","bedrooms":"0","price":"167000","area":"616"} , +{"type":"Feature","id":"n21625751","geometry":{"type":"Point","coordinates":[-1.0973416,51.3060216]},"properties":{"@type":"node","@id":21625751,"@timestamp":1166387070},"coords":"51.3060216,-1.0973416","bedrooms":"4","price":"290000","area":"582"} , +{"type":"Feature","id":"n21625777","geometry":{"type":"Point","coordinates":[-1.1003984,51.3055248]},"properties":{"@type":"node","@id":21625777,"@timestamp":1166387071},"coords":"51.3055248,-1.1003984","bedrooms":"4","price":"197000","area":"597"} , +{"type":"Feature","id":"n21625795","geometry":{"type":"Point","coordinates":[-1.1024045,51.3044199]},"properties":{"@type":"node","@id":21625795,"@timestamp":1166387072},"coords":"51.3044199,-1.1024045","bedrooms":"0","price":"287000","area":"555"} , +{"type":"Feature","id":"n21625814","geometry":{"type":"Point","coordinates":[-1.1032407,51.305237]},"properties":{"@type":"node","@id":21625814,"@timestamp":1166387073},"coords":"51.305237,-1.1032407","bedrooms":"4","price":"165000","area":"592"} , +{"type":"Feature","id":"n21625826","geometry":{"type":"Point","coordinates":[-1.1026733,51.3074658]},"properties":{"@type":"node","@id":21625826,"@timestamp":1166387074},"coords":"51.3074658,-1.1026733","bedrooms":"0","price":"169000","area":"377"} , +{"type":"Feature","id":"n21625838","geometry":{"type":"Point","coordinates":[-1.102121,51.3092878]},"properties":{"@type":"node","@id":21625838,"@timestamp":1166387075},"coords":"51.3092878,-1.102121","bedrooms":"1","price":"206000","area":"370"} , +{"type":"Feature","id":"n21626183","geometry":{"type":"Point","coordinates":[0.2417947,51.7036013]},"properties":{"@type":"node","@id":21626183,"@timestamp":1166389168},"coords":"51.7036013,0.2417947","bedrooms":"0","price":"175000","area":"604"} , +{"type":"Feature","id":"n21626209","geometry":{"type":"Point","coordinates":[0.2256367,51.7006545]},"properties":{"@type":"node","@id":21626209,"@timestamp":1205763724},"coords":"51.7006545,0.2256367","bedrooms":"4","price":"293000","area":"582"} , +{"type":"Feature","id":"n21627217","geometry":{"type":"Point","coordinates":[-0.4356534,51.9522402]},"properties":{"@type":"node","@id":21627217,"@timestamp":1352536969},"coords":"51.9522402,-0.4356534","bedrooms":"4","price":"251000","area":"687"} , +{"type":"Feature","id":"n21632596","geometry":{"type":"Point","coordinates":[-0.3187748,51.6578581]},"properties":{"@type":"node","@id":21632596,"@timestamp":1296468251},"coords":"51.6578581,-0.3187748","bedrooms":"1","price":"253000","area":"624"} , +{"type":"Feature","id":"n21636071","geometry":{"type":"Point","coordinates":[-0.4588868,51.79014]},"properties":{"@type":"node","@id":21636071,"@timestamp":1210637788},"coords":"51.79014,-0.4588868","bedrooms":"4","price":"172000","area":"543"} , +{"type":"Feature","id":"n21637946","geometry":{"type":"Point","coordinates":[0.0186674,51.4559203]},"properties":{"@type":"node","@id":21637946,"@timestamp":1193434897},"coords":"51.4559203,0.0186674","bedrooms":"2","price":"177000","area":"628"} , +{"type":"Feature","id":"n21641491","geometry":{"type":"Point","coordinates":[0.0452762,51.5050053]},"properties":{"@type":"node","@id":21641491,"@timestamp":1545072687},"coords":"51.5050053,0.0452762","bedrooms":"3","price":"166000","area":"406"} , +{"type":"Feature","id":"n21643564","geometry":{"type":"Point","coordinates":[0.0392173,51.526151]},"properties":{"@type":"node","@id":21643564,"@timestamp":1564917403},"coords":"51.526151,0.0392173","bedrooms":"3","price":"266000","area":"633"} , +{"type":"Feature","id":"n21647080","geometry":{"type":"Point","coordinates":[-0.2114135,51.5376482]},"properties":{"@type":"node","@id":21647080,"@timestamp":1166566791},"coords":"51.5376482,-0.2114135","bedrooms":"0","price":"234000","area":"523"} , +{"type":"Feature","id":"n21660342","geometry":{"type":"Point","coordinates":[-0.4616969,51.5649583]},"properties":{"@type":"node","@id":21660342,"@timestamp":1564917403},"coords":"51.5649583,-0.4616969","bedrooms":"0","price":"234000","area":"689"} , +{"type":"Feature","id":"n21662002","geometry":{"type":"Point","coordinates":[-0.2229856,51.5053155]},"properties":{"@type":"node","@id":21662002,"@timestamp":1619373710},"coords":"51.5053155,-0.2229856","bedrooms":"4","price":"209000","area":"476"} , +{"type":"Feature","id":"n21663283","geometry":{"type":"Point","coordinates":[-0.3570748,51.5621042]},"properties":{"@type":"node","@id":21663283,"@timestamp":1622807096},"coords":"51.5621042,-0.3570748","bedrooms":"3","price":"180000","area":"516"} , +{"type":"Feature","id":"n21665131","geometry":{"type":"Point","coordinates":[-0.1285481,51.5156023]},"properties":{"@type":"node","@id":21665131,"@timestamp":1619486886},"coords":"51.5156023,-0.1285481","bedrooms":"3","price":"278000","area":"513"} , +{"type":"Feature","id":"n21667660","geometry":{"type":"Point","coordinates":[-0.1577488,51.542097]},"properties":{"@type":"node","@id":21667660,"@timestamp":1174347796},"coords":"51.542097,-0.1577488","bedrooms":"4","price":"286000","area":"523"} , +{"type":"Feature","id":"n21668656","geometry":{"type":"Point","coordinates":[-0.336897,51.5840114]},"properties":{"@type":"node","@id":21668656,"@timestamp":1623107983},"coords":"51.5840114,-0.336897","bedrooms":"0","price":"265000","area":"645"} , +{"type":"Feature","id":"n21669692","geometry":{"type":"Point","coordinates":[0.0130413,51.4665616]},"properties":{"@type":"node","@id":21669692,"@timestamp":1588588927},"coords":"51.4665616,0.0130413","bedrooms":"2","price":"275000","area":"403"} , +{"type":"Feature","id":"n21680317","geometry":{"type":"Point","coordinates":[-1.0737617,51.53938]},"properties":{"@type":"node","@id":21680317,"@timestamp":1166806284},"coords":"51.53938,-1.0737617","bedrooms":"3","price":"156000","area":"664"} , +{"type":"Feature","id":"n21681459","geometry":{"type":"Point","coordinates":[-1.03656,51.5172783]},"properties":{"@type":"node","@id":21681459,"@timestamp":1166808374},"coords":"51.5172783,-1.03656","bedrooms":"4","price":"202000","area":"603"} , +{"type":"Feature","id":"n21681508","geometry":{"type":"Point","coordinates":[-1.027045,51.511585]},"properties":{"@type":"node","@id":21681508,"@timestamp":1166808380},"coords":"51.511585,-1.027045","bedrooms":"2","price":"291000","area":"582"} , +{"type":"Feature","id":"n21682316","geometry":{"type":"Point","coordinates":[-1.0475233,51.5403417]},"properties":{"@type":"node","@id":21682316,"@timestamp":1166811204},"coords":"51.5403417,-1.0475233","bedrooms":"1","price":"251000","area":"409"} , +{"type":"Feature","id":"n21682493","geometry":{"type":"Point","coordinates":[-1.03477,51.549455]},"properties":{"@type":"node","@id":21682493,"@timestamp":1166811784},"coords":"51.549455,-1.03477","bedrooms":"2","price":"268000","area":"628"} , +{"type":"Feature","id":"n21685238","geometry":{"type":"Point","coordinates":[-1.1201415,51.3513304]},"properties":{"@type":"node","@id":21685238,"@timestamp":1166823539},"coords":"51.3513304,-1.1201415","bedrooms":"3","price":"268000","area":"504"} , +{"type":"Feature","id":"n21685249","geometry":{"type":"Point","coordinates":[-1.126706,51.3403668]},"properties":{"@type":"node","@id":21685249,"@timestamp":1166823540},"coords":"51.3403668,-1.126706","bedrooms":"2","price":"205000","area":"350"} , +{"type":"Feature","id":"n21685259","geometry":{"type":"Point","coordinates":[-1.118305,51.3342059]},"properties":{"@type":"node","@id":21685259,"@timestamp":1206132574},"coords":"51.3342059,-1.118305","bedrooms":"2","price":"254000","area":"618"} , +{"type":"Feature","id":"n21685275","geometry":{"type":"Point","coordinates":[-1.0977298,51.3388523]},"properties":{"@type":"node","@id":21685275,"@timestamp":1166823543},"coords":"51.3388523,-1.0977298","bedrooms":"4","price":"155000","area":"674"} , +{"type":"Feature","id":"n21685298","geometry":{"type":"Point","coordinates":[-1.1112808,51.3493682]},"properties":{"@type":"node","@id":21685298,"@timestamp":1166823547},"coords":"51.3493682,-1.1112808","bedrooms":"3","price":"153000","area":"648"} , +{"type":"Feature","id":"n21685700","geometry":{"type":"Point","coordinates":[-0.1041421,51.5168256]},"properties":{"@type":"node","@id":21685700,"@timestamp":1635292483},"coords":"51.5168256,-0.1041421","bedrooms":"2","price":"177000","area":"431"} , +{"type":"Feature","id":"n21688024","geometry":{"type":"Point","coordinates":[-1.0364134,51.5545778]},"properties":{"@type":"node","@id":21688024,"@timestamp":1176050601},"coords":"51.5545778,-1.0364134","bedrooms":"0","price":"196000","area":"627"} , +{"type":"Feature","id":"n21688124","geometry":{"type":"Point","coordinates":[-1.0305033,51.58092]},"properties":{"@type":"node","@id":21688124,"@timestamp":1166867178},"coords":"51.58092,-1.0305033","bedrooms":"3","price":"232000","area":"372"} , +{"type":"Feature","id":"n21688194","geometry":{"type":"Point","coordinates":[-1.0371483,51.5719083]},"properties":{"@type":"node","@id":21688194,"@timestamp":1166867188},"coords":"51.5719083,-1.0371483","bedrooms":"0","price":"248000","area":"479"} , +{"type":"Feature","id":"n21688223","geometry":{"type":"Point","coordinates":[-1.0379667,51.5649667]},"properties":{"@type":"node","@id":21688223,"@timestamp":1166867192},"coords":"51.5649667,-1.0379667","bedrooms":"4","price":"185000","area":"593"} , +{"type":"Feature","id":"n21688329","geometry":{"type":"Point","coordinates":[-1.0038617,51.5873317]},"properties":{"@type":"node","@id":21688329,"@timestamp":1166867881},"coords":"51.5873317,-1.0038617","bedrooms":"1","price":"184000","area":"397"} , +{"type":"Feature","id":"n21688582","geometry":{"type":"Point","coordinates":[-1.000267,51.5924528]},"properties":{"@type":"node","@id":21688582,"@timestamp":1203798655},"coords":"51.5924528,-1.000267","bedrooms":"4","price":"216000","area":"455"} , +{"type":"Feature","id":"n21690908","geometry":{"type":"Point","coordinates":[-0.7412874,51.7630201]},"properties":{"@type":"node","@id":21690908,"@timestamp":1502650020},"coords":"51.7630201,-0.7412874","bedrooms":"0","price":"282000","area":"688"} , +{"type":"Feature","id":"n21691138","geometry":{"type":"Point","coordinates":[-0.7275833,51.77574]},"properties":{"@type":"node","@id":21691138,"@timestamp":1166874433},"coords":"51.77574,-0.7275833","bedrooms":"2","price":"237000","area":"373"} , +{"type":"Feature","id":"n21692289","geometry":{"type":"Point","coordinates":[-0.6097783,51.84379]},"properties":{"@type":"node","@id":21692289,"@timestamp":1166875519},"coords":"51.84379,-0.6097783","bedrooms":"2","price":"169000","area":"660"} , +{"type":"Feature","id":"n21692984","geometry":{"type":"Point","coordinates":[-0.463788,51.8393364]},"properties":{"@type":"node","@id":21692984,"@timestamp":1607864939},"coords":"51.8393364,-0.463788","bedrooms":"3","price":"235000","area":"480"} , +{"type":"Feature","id":"n21697481","geometry":{"type":"Point","coordinates":[-0.028043,51.5360467]},"properties":{"@type":"node","@id":21697481,"@timestamp":1593702373},"coords":"51.5360467,-0.028043","bedrooms":"3","price":"165000","area":"597"} , +{"type":"Feature","id":"n21703909","geometry":{"type":"Point","coordinates":[-0.3775367,51.8488767]},"properties":{"@type":"node","@id":21703909,"@timestamp":1166955921},"coords":"51.8488767,-0.3775367","bedrooms":"1","price":"152000","area":"399"} , +{"type":"Feature","id":"n21703947","geometry":{"type":"Point","coordinates":[-0.384685,51.84471]},"properties":{"@type":"node","@id":21703947,"@timestamp":1166955926},"coords":"51.84471,-0.384685","bedrooms":"0","price":"205000","area":"654"} , +{"type":"Feature","id":"n21703985","geometry":{"type":"Point","coordinates":[-0.3887483,51.838785]},"properties":{"@type":"node","@id":21703985,"@timestamp":1166955933},"coords":"51.838785,-0.3887483","bedrooms":"0","price":"268000","area":"599"} , +{"type":"Feature","id":"n21704046","geometry":{"type":"Point","coordinates":[-0.3566017,51.8580533]},"properties":{"@type":"node","@id":21704046,"@timestamp":1166956214},"coords":"51.8580533,-0.3566017","bedrooms":"3","price":"216000","area":"469"} , +{"type":"Feature","id":"n21704075","geometry":{"type":"Point","coordinates":[-0.3632962,51.85357]},"properties":{"@type":"node","@id":21704075,"@timestamp":1216143009},"coords":"51.85357,-0.3632962","bedrooms":"1","price":"189000","area":"469"} , +{"type":"Feature","id":"n21704162","geometry":{"type":"Point","coordinates":[-0.3090617,51.8511917]},"properties":{"@type":"node","@id":21704162,"@timestamp":1166956676},"coords":"51.8511917,-0.3090617","bedrooms":"4","price":"213000","area":"444"} , +{"type":"Feature","id":"n21704197","geometry":{"type":"Point","coordinates":[-0.31697,51.85231]},"properties":{"@type":"node","@id":21704197,"@timestamp":1166956680},"coords":"51.85231,-0.31697","bedrooms":"0","price":"180000","area":"477"} , +{"type":"Feature","id":"n21704240","geometry":{"type":"Point","coordinates":[-0.3296533,51.854655]},"properties":{"@type":"node","@id":21704240,"@timestamp":1166956685},"coords":"51.854655,-0.3296533","bedrooms":"1","price":"199000","area":"527"} , +{"type":"Feature","id":"n21704283","geometry":{"type":"Point","coordinates":[-0.3420244,51.8584799]},"properties":{"@type":"node","@id":21704283,"@timestamp":1245021236},"coords":"51.8584799,-0.3420244","bedrooms":"1","price":"258000","area":"425"} , +{"type":"Feature","id":"n21704410","geometry":{"type":"Point","coordinates":[-0.2146733,51.868675]},"properties":{"@type":"node","@id":21704410,"@timestamp":1166957809},"coords":"51.868675,-0.2146733","bedrooms":"2","price":"251000","area":"487"} , +{"type":"Feature","id":"n21704494","geometry":{"type":"Point","coordinates":[-0.223685,51.8622717]},"properties":{"@type":"node","@id":21704494,"@timestamp":1166957889},"coords":"51.8622717,-0.223685","bedrooms":"1","price":"153000","area":"653"} , +{"type":"Feature","id":"n21704534","geometry":{"type":"Point","coordinates":[-0.229055,51.8591883]},"properties":{"@type":"node","@id":21704534,"@timestamp":1166957935},"coords":"51.8591883,-0.229055","bedrooms":"2","price":"208000","area":"606"} , +{"type":"Feature","id":"n21704580","geometry":{"type":"Point","coordinates":[-0.2329733,51.8530533]},"properties":{"@type":"node","@id":21704580,"@timestamp":1166958007},"coords":"51.8530533,-0.2329733","bedrooms":"2","price":"274000","area":"694"} , +{"type":"Feature","id":"n21704841","geometry":{"type":"Point","coordinates":[-0.1575676,51.8898567]},"properties":{"@type":"node","@id":21704841,"@timestamp":1198256074},"coords":"51.8898567,-0.1575676","bedrooms":"1","price":"209000","area":"501"} , +{"type":"Feature","id":"n21705237","geometry":{"type":"Point","coordinates":[-0.1577293,51.90627]},"properties":{"@type":"node","@id":21705237,"@timestamp":1198256081},"coords":"51.90627,-0.1577293","bedrooms":"1","price":"152000","area":"561"} , +{"type":"Feature","id":"n21705400","geometry":{"type":"Point","coordinates":[-0.1450163,51.9169367]},"properties":{"@type":"node","@id":21705400,"@timestamp":1167683787},"coords":"51.9169367,-0.1450163","bedrooms":"0","price":"260000","area":"532"} , +{"type":"Feature","id":"n21715436","geometry":{"type":"Point","coordinates":[-0.7099562,51.5169043]},"properties":{"@type":"node","@id":21715436,"@timestamp":1167003171},"coords":"51.5169043,-0.7099562","bedrooms":"4","price":"208000","area":"370"} , +{"type":"Feature","id":"n21725496","geometry":{"type":"Point","coordinates":[-0.684612,51.4980753]},"properties":{"@type":"node","@id":21725496,"@timestamp":1167078768},"coords":"51.4980753,-0.684612","bedrooms":"2","price":"219000","area":"382"} , +{"type":"Feature","id":"n21730456","geometry":{"type":"Point","coordinates":[-0.3199037,51.3524524]},"properties":{"@type":"node","@id":21730456,"@timestamp":1167089634},"coords":"51.3524524,-0.3199037","bedrooms":"2","price":"255000","area":"552"} , +{"type":"Feature","id":"n21734670","geometry":{"type":"Point","coordinates":[-0.1573983,51.9118079]},"properties":{"@type":"node","@id":21734670,"@timestamp":1198256085},"coords":"51.9118079,-0.1573983","bedrooms":"2","price":"151000","area":"576"} , +{"type":"Feature","id":"n21734720","geometry":{"type":"Point","coordinates":[-0.1861934,51.8089232]},"properties":{"@type":"node","@id":21734720,"@timestamp":1236967709},"coords":"51.8089232,-0.1861934","bedrooms":"4","price":"193000","area":"351"} , +{"type":"Feature","id":"n21736043","geometry":{"type":"Point","coordinates":[-0.544809,50.9699932]},"properties":{"@type":"node","@id":21736043,"@timestamp":1167141029},"coords":"50.9699932,-0.544809","bedrooms":"1","price":"194000","area":"398"} , +{"type":"Feature","id":"n21739824","geometry":{"type":"Point","coordinates":[-0.2761102,51.281213]},"properties":{"@type":"node","@id":21739824,"@timestamp":1167149832},"coords":"51.281213,-0.2761102","bedrooms":"0","price":"271000","area":"424"} , +{"type":"Feature","id":"n21740001","geometry":{"type":"Point","coordinates":[-0.2824783,51.2821161]},"properties":{"@type":"node","@id":21740001,"@timestamp":1167150576},"coords":"51.2821161,-0.2824783","bedrooms":"2","price":"163000","area":"403"} , +{"type":"Feature","id":"n21740012","geometry":{"type":"Point","coordinates":[-0.279279,51.281582]},"properties":{"@type":"node","@id":21740012,"@timestamp":1167150577},"coords":"51.281582,-0.279279","bedrooms":"3","price":"177000","area":"548"} , +{"type":"Feature","id":"n21740970","geometry":{"type":"Point","coordinates":[0.4987683,51.103793]},"properties":{"@type":"node","@id":21740970,"@timestamp":1206227879},"coords":"51.103793,0.4987683","bedrooms":"2","price":"290000","area":"672"} , +{"type":"Feature","id":"n21744303","geometry":{"type":"Point","coordinates":[0.3066218,51.1444203]},"properties":{"@type":"node","@id":21744303,"@timestamp":1559944037},"coords":"51.1444203,0.3066218","bedrooms":"1","price":"198000","area":"583"} , +{"type":"Feature","id":"n21745984","geometry":{"type":"Point","coordinates":[0.14538,51.1312581]},"properties":{"@type":"node","@id":21745984,"@timestamp":1197918313},"coords":"51.1312581,0.14538","bedrooms":"4","price":"232000","area":"540"} , +{"type":"Feature","id":"n21746629","geometry":{"type":"Point","coordinates":[-0.0928426,51.1366677]},"properties":{"@type":"node","@id":21746629,"@timestamp":1200246144},"coords":"51.1366677,-0.0928426","bedrooms":"1","price":"241000","area":"530"} , +{"type":"Feature","id":"n21748934","geometry":{"type":"Point","coordinates":[-1.108679,51.3361614]},"properties":{"@type":"node","@id":21748934,"@timestamp":1234123486},"coords":"51.3361614,-1.108679","bedrooms":"1","price":"219000","area":"470"} , +{"type":"Feature","id":"n21757394","geometry":{"type":"Point","coordinates":[-0.792893,51.6285363]},"properties":{"@type":"node","@id":21757394,"@timestamp":1167265870},"coords":"51.6285363,-0.792893","bedrooms":"3","price":"179000","area":"498"} , +{"type":"Feature","id":"n21757404","geometry":{"type":"Point","coordinates":[-0.7941239,51.6299406]},"properties":{"@type":"node","@id":21757404,"@timestamp":1167265871},"coords":"51.6299406,-0.7941239","bedrooms":"4","price":"197000","area":"556"} , +{"type":"Feature","id":"n21762889","geometry":{"type":"Point","coordinates":[-0.9298759,51.5411155]},"properties":{"@type":"node","@id":21762889,"@timestamp":1178986048},"coords":"51.5411155,-0.9298759","bedrooms":"3","price":"201000","area":"458"} , +{"type":"Feature","id":"n21766148","geometry":{"type":"Point","coordinates":[-1.0057883,51.5162817]},"properties":{"@type":"node","@id":21766148,"@timestamp":1167321167},"coords":"51.5162817,-1.0057883","bedrooms":"4","price":"210000","area":"435"} , +{"type":"Feature","id":"n21766200","geometry":{"type":"Point","coordinates":[-1.0148633,51.5132733]},"properties":{"@type":"node","@id":21766200,"@timestamp":1167321175},"coords":"51.5132733,-1.0148633","bedrooms":"3","price":"206000","area":"443"} , +{"type":"Feature","id":"n21766314","geometry":{"type":"Point","coordinates":[-0.9927317,51.5236767]},"properties":{"@type":"node","@id":21766314,"@timestamp":1167321563},"coords":"51.5236767,-0.9927317","bedrooms":"3","price":"287000","area":"670"} , +{"type":"Feature","id":"n21766353","geometry":{"type":"Point","coordinates":[-1.0015517,51.518785]},"properties":{"@type":"node","@id":21766353,"@timestamp":1167321572},"coords":"51.518785,-1.0015517","bedrooms":"2","price":"170000","area":"541"} , +{"type":"Feature","id":"n21769117","geometry":{"type":"Point","coordinates":[-0.3896065,51.2037162]},"properties":{"@type":"node","@id":21769117,"@timestamp":1491420307},"coords":"51.2037162,-0.3896065","bedrooms":"3","price":"245000","area":"678"} , +{"type":"Feature","id":"n21770112","geometry":{"type":"Point","coordinates":[-0.3864462,51.1924041]},"properties":{"@type":"node","@id":21770112,"@timestamp":1167330310},"coords":"51.1924041,-0.3864462","bedrooms":"0","price":"241000","area":"517"} , +{"type":"Feature","id":"n21776705","geometry":{"type":"Point","coordinates":[-0.3433645,51.5538133]},"properties":{"@type":"node","@id":21776705,"@timestamp":1183930591},"coords":"51.5538133,-0.3433645","bedrooms":"3","price":"215000","area":"495"} , +{"type":"Feature","id":"n21776723","geometry":{"type":"Point","coordinates":[-0.3422309,51.5550511]},"properties":{"@type":"node","@id":21776723,"@timestamp":1167341710},"coords":"51.5550511,-0.3422309","bedrooms":"0","price":"226000","area":"571"} , +{"type":"Feature","id":"n21776739","geometry":{"type":"Point","coordinates":[-0.3395276,51.5571517]},"properties":{"@type":"node","@id":21776739,"@timestamp":1189020807},"coords":"51.5571517,-0.3395276","bedrooms":"1","price":"263000","area":"519"} , +{"type":"Feature","id":"n21879547","geometry":{"type":"Point","coordinates":[-0.9989067,51.5865133]},"properties":{"@type":"node","@id":21879547,"@timestamp":1167389807},"coords":"51.5865133,-0.9989067","bedrooms":"0","price":"224000","area":"428"} , +{"type":"Feature","id":"n21882758","geometry":{"type":"Point","coordinates":[-0.9867783,51.5667383]},"properties":{"@type":"node","@id":21882758,"@timestamp":1167390244},"coords":"51.5667383,-0.9867783","bedrooms":"3","price":"195000","area":"653"} , +{"type":"Feature","id":"n21882911","geometry":{"type":"Point","coordinates":[-0.9909683,51.5553467]},"properties":{"@type":"node","@id":21882911,"@timestamp":1167390254},"coords":"51.5553467,-0.9909683","bedrooms":"3","price":"219000","area":"540"} , +{"type":"Feature","id":"n21886949","geometry":{"type":"Point","coordinates":[-0.9946783,51.552345]},"properties":{"@type":"node","@id":21886949,"@timestamp":1167390812},"coords":"51.552345,-0.9946783","bedrooms":"1","price":"168000","area":"586"} , +{"type":"Feature","id":"n21887084","geometry":{"type":"Point","coordinates":[-1.00697,51.550935]},"properties":{"@type":"node","@id":21887084,"@timestamp":1167390821},"coords":"51.550935,-1.00697","bedrooms":"0","price":"265000","area":"372"} , +{"type":"Feature","id":"n21887270","geometry":{"type":"Point","coordinates":[-1.025325,51.5511333]},"properties":{"@type":"node","@id":21887270,"@timestamp":1167390833},"coords":"51.5511333,-1.025325","bedrooms":"0","price":"156000","area":"382"} , +{"type":"Feature","id":"n21892687","geometry":{"type":"Point","coordinates":[-0.9427895,51.5327579]},"properties":{"@type":"node","@id":21892687,"@timestamp":1167392106},"coords":"51.5327579,-0.9427895","bedrooms":"2","price":"177000","area":"402"} , +{"type":"Feature","id":"n21895174","geometry":{"type":"Point","coordinates":[-0.1495383,51.7170909]},"properties":{"@type":"node","@id":21895174,"@timestamp":1167392904},"coords":"51.7170909,-0.1495383","bedrooms":"1","price":"191000","area":"498"} , +{"type":"Feature","id":"n21895282","geometry":{"type":"Point","coordinates":[-0.1309088,51.7245586]},"properties":{"@type":"node","@id":21895282,"@timestamp":1167392909},"coords":"51.7245586,-0.1309088","bedrooms":"0","price":"235000","area":"531"} , +{"type":"Feature","id":"n21907761","geometry":{"type":"Point","coordinates":[-0.7986333,51.5420157]},"properties":{"@type":"node","@id":21907761,"@timestamp":1167395741},"coords":"51.5420157,-0.7986333","bedrooms":"2","price":"153000","area":"573"} , +{"type":"Feature","id":"n21910794","geometry":{"type":"Point","coordinates":[-0.1045546,51.5740131]},"properties":{"@type":"node","@id":21910794,"@timestamp":1167395955},"coords":"51.5740131,-0.1045546","bedrooms":"4","price":"184000","area":"478"} , +{"type":"Feature","id":"n21944433","geometry":{"type":"Point","coordinates":[0.8334643,51.8801933]},"properties":{"@type":"node","@id":21944433,"@timestamp":1303632439},"coords":"51.8801933,0.8334643","bedrooms":"4","price":"269000","area":"429"} , +{"type":"Feature","id":"n21975021","geometry":{"type":"Point","coordinates":[-0.2036412,51.9112332]},"properties":{"@type":"node","@id":21975021,"@timestamp":1167413961},"coords":"51.9112332,-0.2036412","bedrooms":"4","price":"238000","area":"485"} , +{"type":"Feature","id":"n21976914","geometry":{"type":"Point","coordinates":[-0.207599,51.9107656]},"properties":{"@type":"node","@id":21976914,"@timestamp":1247765058},"coords":"51.9107656,-0.207599","bedrooms":"0","price":"169000","area":"515"} , +{"type":"Feature","id":"n21990620","geometry":{"type":"Point","coordinates":[-0.0815973,51.5208744]},"properties":{"@type":"node","@id":21990620,"@timestamp":1334163247},"coords":"51.5208744,-0.0815973","bedrooms":"2","price":"281000","area":"422"} , +{"type":"Feature","id":"n21991434","geometry":{"type":"Point","coordinates":[-0.0555845,51.6943171]},"properties":{"@type":"node","@id":21991434,"@timestamp":1178151912},"coords":"51.6943171,-0.0555845","bedrooms":"4","price":"211000","area":"392"} , +{"type":"Feature","id":"n21992576","geometry":{"type":"Point","coordinates":[-0.0756154,51.6758757]},"properties":{"@type":"node","@id":21992576,"@timestamp":1176424992},"coords":"51.6758757,-0.0756154","bedrooms":"3","price":"187000","area":"488"} , +{"type":"Feature","id":"n21992721","geometry":{"type":"Point","coordinates":[-0.0532274,51.6936036]},"properties":{"@type":"node","@id":21992721,"@timestamp":1174842667},"coords":"51.6936036,-0.0532274","bedrooms":"2","price":"168000","area":"551"} , +{"type":"Feature","id":"n21993433","geometry":{"type":"Point","coordinates":[-1.0268586,51.3136582]},"properties":{"@type":"node","@id":21993433,"@timestamp":1167433934},"coords":"51.3136582,-1.0268586","bedrooms":"4","price":"166000","area":"688"} , +{"type":"Feature","id":"n21993443","geometry":{"type":"Point","coordinates":[-1.0265108,51.3138639]},"properties":{"@type":"node","@id":21993443,"@timestamp":1167433937},"coords":"51.3138639,-1.0265108","bedrooms":"4","price":"264000","area":"666"} , +{"type":"Feature","id":"n21993475","geometry":{"type":"Point","coordinates":[-1.029901,51.3166562]},"properties":{"@type":"node","@id":21993475,"@timestamp":1241434652},"coords":"51.3166562,-1.029901","bedrooms":"2","price":"212000","area":"653"} , +{"type":"Feature","id":"n21993843","geometry":{"type":"Point","coordinates":[-1.029361,51.3141628]},"properties":{"@type":"node","@id":21993843,"@timestamp":1241434652},"coords":"51.3141628,-1.029361","bedrooms":"4","price":"175000","area":"546"} , +{"type":"Feature","id":"n21993854","geometry":{"type":"Point","coordinates":[-1.0281727,51.3134952]},"properties":{"@type":"node","@id":21993854,"@timestamp":1241434652},"coords":"51.3134952,-1.0281727","bedrooms":"4","price":"214000","area":"470"} , +{"type":"Feature","id":"n22136261","geometry":{"type":"Point","coordinates":[-0.7301616,51.6451642]},"properties":{"@type":"node","@id":22136261,"@timestamp":1624758185},"coords":"51.6451642,-0.7301616","bedrooms":"1","price":"234000","area":"615"} , +{"type":"Feature","id":"n22199756","geometry":{"type":"Point","coordinates":[-0.3555786,51.5037677]},"properties":{"@type":"node","@id":22199756,"@timestamp":1561141691},"coords":"51.5037677,-0.3555786","bedrooms":"3","price":"298000","area":"578"} , +{"type":"Feature","id":"n22276846","geometry":{"type":"Point","coordinates":[-0.2033242,51.4354082]},"properties":{"@type":"node","@id":22276846,"@timestamp":1167490644},"coords":"51.4354082,-0.2033242","bedrooms":"3","price":"285000","area":"648"} , +{"type":"Feature","id":"n22288914","geometry":{"type":"Point","coordinates":[-0.3388918,51.8104075]},"properties":{"@type":"node","@id":22288914,"@timestamp":1628424105},"coords":"51.8104075,-0.3388918","bedrooms":"1","price":"295000","area":"627"} , +{"type":"Feature","id":"n22296609","geometry":{"type":"Point","coordinates":[-0.4525598,51.8329312]},"properties":{"@type":"node","@id":22296609,"@timestamp":1167492967},"coords":"51.8329312,-0.4525598","bedrooms":"2","price":"197000","area":"569"} , +{"type":"Feature","id":"n22299497","geometry":{"type":"Point","coordinates":[-0.4719817,51.8373218]},"properties":{"@type":"node","@id":22299497,"@timestamp":1167493169},"coords":"51.8373218,-0.4719817","bedrooms":"0","price":"261000","area":"510"} , +{"type":"Feature","id":"n22299521","geometry":{"type":"Point","coordinates":[-0.4806535,51.8399156]},"properties":{"@type":"node","@id":22299521,"@timestamp":1167493170},"coords":"51.8399156,-0.4806535","bedrooms":"2","price":"247000","area":"628"} , +{"type":"Feature","id":"n22300154","geometry":{"type":"Point","coordinates":[-0.4927785,51.8420562]},"properties":{"@type":"node","@id":22300154,"@timestamp":1167493219},"coords":"51.8420562,-0.4927785","bedrooms":"1","price":"245000","area":"371"} , +{"type":"Feature","id":"n22301747","geometry":{"type":"Point","coordinates":[-0.5022942,51.8433062]},"properties":{"@type":"node","@id":22301747,"@timestamp":1167493337},"coords":"51.8433062,-0.5022942","bedrooms":"2","price":"220000","area":"397"} , +{"type":"Feature","id":"n22302131","geometry":{"type":"Point","coordinates":[-0.5116848,51.8453843]},"properties":{"@type":"node","@id":22302131,"@timestamp":1167493355},"coords":"51.8453843,-0.5116848","bedrooms":"4","price":"180000","area":"405"} , +{"type":"Feature","id":"n22302215","geometry":{"type":"Point","coordinates":[-0.5200612,51.8465259]},"properties":{"@type":"node","@id":22302215,"@timestamp":1209335595},"coords":"51.8465259,-0.5200612","bedrooms":"4","price":"192000","area":"554"} , +{"type":"Feature","id":"n22303746","geometry":{"type":"Point","coordinates":[-0.5266243,51.8506352]},"properties":{"@type":"node","@id":22303746,"@timestamp":1210115859},"coords":"51.8506352,-0.5266243","bedrooms":"0","price":"273000","area":"620"} , +{"type":"Feature","id":"n22321997","geometry":{"type":"Point","coordinates":[-0.714489,51.7980288]},"properties":{"@type":"node","@id":22321997,"@timestamp":1633993729},"coords":"51.7980288,-0.714489","bedrooms":"2","price":"202000","area":"572"} , +{"type":"Feature","id":"n22331477","geometry":{"type":"Point","coordinates":[-0.1914272,51.4532412]},"properties":{"@type":"node","@id":22331477,"@timestamp":1576714089},"coords":"51.4532412,-0.1914272","bedrooms":"1","price":"296000","area":"466"} , +{"type":"Feature","id":"n22332122","geometry":{"type":"Point","coordinates":[-0.7434192,51.7974254]},"properties":{"@type":"node","@id":22332122,"@timestamp":1167496510},"coords":"51.7974254,-0.7434192","bedrooms":"4","price":"265000","area":"514"} , +{"type":"Feature","id":"n22436852","geometry":{"type":"Point","coordinates":[-0.186581,51.7195414]},"properties":{"@type":"node","@id":22436852,"@timestamp":1167509169},"coords":"51.7195414,-0.186581","bedrooms":"2","price":"221000","area":"533"} , +{"type":"Feature","id":"n22448096","geometry":{"type":"Point","coordinates":[0.0249918,51.367566]},"properties":{"@type":"node","@id":22448096,"@timestamp":1372456600},"coords":"51.367566,0.0249918","bedrooms":"0","price":"164000","area":"684"} , +{"type":"Feature","id":"n22485773","geometry":{"type":"Point","coordinates":[-0.281999,51.3962962]},"properties":{"@type":"node","@id":22485773,"@timestamp":1586882705},"coords":"51.3962962,-0.281999","bedrooms":"1","price":"177000","area":"449"} , +{"type":"Feature","id":"n22524493","geometry":{"type":"Point","coordinates":[-0.2557609,51.3750765]},"properties":{"@type":"node","@id":22524493,"@timestamp":1611613908},"coords":"51.3750765,-0.2557609","bedrooms":"3","price":"287000","area":"638"} , +{"type":"Feature","id":"n22575427","geometry":{"type":"Point","coordinates":[-0.2418308,51.3584502]},"properties":{"@type":"node","@id":22575427,"@timestamp":1291248385},"coords":"51.3584502,-0.2418308","bedrooms":"2","price":"288000","area":"412"} , +{"type":"Feature","id":"n22947885","geometry":{"type":"Point","coordinates":[-1.0795213,51.5269306]},"properties":{"@type":"node","@id":22947885,"@timestamp":1167564646},"coords":"51.5269306,-1.0795213","bedrooms":"2","price":"278000","area":"527"} , +{"type":"Feature","id":"n22949832","geometry":{"type":"Point","coordinates":[-0.0735848,51.6572233]},"properties":{"@type":"node","@id":22949832,"@timestamp":1416779752},"coords":"51.6572233,-0.0735848","bedrooms":"0","price":"243000","area":"665"} , +{"type":"Feature","id":"n22962262","geometry":{"type":"Point","coordinates":[-1.0901458,51.4589114]},"properties":{"@type":"node","@id":22962262,"@timestamp":1167568430},"coords":"51.4589114,-1.0901458","bedrooms":"0","price":"237000","area":"619"} , +{"type":"Feature","id":"n23023628","geometry":{"type":"Point","coordinates":[-0.2253601,51.3657183]},"properties":{"@type":"node","@id":23023628,"@timestamp":1626819659},"coords":"51.3657183,-0.2253601","bedrooms":"1","price":"235000","area":"427"} , +{"type":"Feature","id":"n23058680","geometry":{"type":"Point","coordinates":[-0.22012,51.3768874]},"properties":{"@type":"node","@id":23058680,"@timestamp":1612645883},"coords":"51.3768874,-0.22012","bedrooms":"2","price":"153000","area":"487"} , +{"type":"Feature","id":"n23059708","geometry":{"type":"Point","coordinates":[-0.7280407,51.5733686]},"properties":{"@type":"node","@id":23059708,"@timestamp":1368390047},"coords":"51.5733686,-0.7280407","bedrooms":"1","price":"156000","area":"666"} , +{"type":"Feature","id":"n23059741","geometry":{"type":"Point","coordinates":[-0.7250044,51.5718362]},"properties":{"@type":"node","@id":23059741,"@timestamp":1167582622},"coords":"51.5718362,-0.7250044","bedrooms":"1","price":"295000","area":"403"} , +{"type":"Feature","id":"n23059767","geometry":{"type":"Point","coordinates":[-0.7274384,51.5706002]},"properties":{"@type":"node","@id":23059767,"@timestamp":1167582623},"coords":"51.5706002,-0.7274384","bedrooms":"4","price":"255000","area":"500"} , +{"type":"Feature","id":"n23059817","geometry":{"type":"Point","coordinates":[-0.7253243,51.5673248]},"properties":{"@type":"node","@id":23059817,"@timestamp":1167582626},"coords":"51.5673248,-0.7253243","bedrooms":"0","price":"298000","area":"683"} , +{"type":"Feature","id":"n23059882","geometry":{"type":"Point","coordinates":[-0.7186558,51.5659287]},"properties":{"@type":"node","@id":23059882,"@timestamp":1167582628},"coords":"51.5659287,-0.7186558","bedrooms":"1","price":"286000","area":"645"} , +{"type":"Feature","id":"n23059940","geometry":{"type":"Point","coordinates":[-0.7178465,51.5634407]},"properties":{"@type":"node","@id":23059940,"@timestamp":1167582631},"coords":"51.5634407,-0.7178465","bedrooms":"4","price":"248000","area":"386"} , +{"type":"Feature","id":"n23065772","geometry":{"type":"Point","coordinates":[-0.2083954,51.3713185]},"properties":{"@type":"node","@id":23065772,"@timestamp":1499558222},"coords":"51.3713185,-0.2083954","bedrooms":"2","price":"226000","area":"417"} , +{"type":"Feature","id":"n23586685","geometry":{"type":"Point","coordinates":[-1.0002924,51.4893971]},"properties":{"@type":"node","@id":23586685,"@timestamp":1627591879},"coords":"51.4893971,-1.0002924","bedrooms":"1","price":"271000","area":"421"} , +{"type":"Feature","id":"n23598571","geometry":{"type":"Point","coordinates":[-0.9811862,51.5113448]},"properties":{"@type":"node","@id":23598571,"@timestamp":1167649188},"coords":"51.5113448,-0.9811862","bedrooms":"3","price":"230000","area":"678"} , +{"type":"Feature","id":"n23611348","geometry":{"type":"Point","coordinates":[-0.0838317,51.6493207]},"properties":{"@type":"node","@id":23611348,"@timestamp":1186265533},"coords":"51.6493207,-0.0838317","bedrooms":"2","price":"236000","area":"547"} , +{"type":"Feature","id":"n23690734","geometry":{"type":"Point","coordinates":[-0.5236617,51.219117]},"properties":{"@type":"node","@id":23690734,"@timestamp":1508579630},"coords":"51.219117,-0.5236617","bedrooms":"2","price":"221000","area":"401"} , +{"type":"Feature","id":"n23691585","geometry":{"type":"Point","coordinates":[-0.0521902,51.5331514]},"properties":{"@type":"node","@id":23691585,"@timestamp":1601918685},"coords":"51.5331514,-0.0521902","bedrooms":"4","price":"237000","area":"401"} , +{"type":"Feature","id":"n23694587","geometry":{"type":"Point","coordinates":[-0.5084685,51.2212217]},"properties":{"@type":"node","@id":23694587,"@timestamp":1167667755},"coords":"51.2212217,-0.5084685","bedrooms":"1","price":"193000","area":"433"} , +{"type":"Feature","id":"n23723987","geometry":{"type":"Point","coordinates":[-0.151569,51.6364841]},"properties":{"@type":"node","@id":23723987,"@timestamp":1603822099},"coords":"51.6364841,-0.151569","bedrooms":"0","price":"171000","area":"514"} , +{"type":"Feature","id":"n23751496","geometry":{"type":"Point","coordinates":[-0.2258098,51.9227094]},"properties":{"@type":"node","@id":23751496,"@timestamp":1335388961},"coords":"51.9227094,-0.2258098","bedrooms":"2","price":"213000","area":"672"} , +{"type":"Feature","id":"n23776966","geometry":{"type":"Point","coordinates":[-0.2738513,51.3810082]},"properties":{"@type":"node","@id":23776966,"@timestamp":1320344234},"coords":"51.3810082,-0.2738513","bedrooms":"1","price":"221000","area":"438"} , +{"type":"Feature","id":"n23803860","geometry":{"type":"Point","coordinates":[-0.2189105,51.5427908]},"properties":{"@type":"node","@id":23803860,"@timestamp":1167687467},"coords":"51.5427908,-0.2189105","bedrooms":"1","price":"216000","area":"669"} , +{"type":"Feature","id":"n23830586","geometry":{"type":"Point","coordinates":[-0.2913388,51.400178]},"properties":{"@type":"node","@id":23830586,"@timestamp":1355230944},"coords":"51.400178,-0.2913388","bedrooms":"3","price":"191000","area":"695"} , +{"type":"Feature","id":"n23851348","geometry":{"type":"Point","coordinates":[-0.2872001,51.4076636]},"properties":{"@type":"node","@id":23851348,"@timestamp":1369676576},"coords":"51.4076636,-0.2872001","bedrooms":"1","price":"223000","area":"671"} , +{"type":"Feature","id":"n24304418","geometry":{"type":"Point","coordinates":[-0.6743965,51.5746401]},"properties":{"@type":"node","@id":24304418,"@timestamp":1167759530},"coords":"51.5746401,-0.6743965","bedrooms":"1","price":"192000","area":"400"} , +{"type":"Feature","id":"n24304483","geometry":{"type":"Point","coordinates":[-0.6652651,51.5878507]},"properties":{"@type":"node","@id":24304483,"@timestamp":1167759532},"coords":"51.5878507,-0.6652651","bedrooms":"2","price":"233000","area":"528"} , +{"type":"Feature","id":"n24304511","geometry":{"type":"Point","coordinates":[-0.6668984,51.5839342]},"properties":{"@type":"node","@id":24304511,"@timestamp":1167759533},"coords":"51.5839342,-0.6668984","bedrooms":"1","price":"217000","area":"584"} , +{"type":"Feature","id":"n24304544","geometry":{"type":"Point","coordinates":[-0.6669239,51.5857577]},"properties":{"@type":"node","@id":24304544,"@timestamp":1167759556},"coords":"51.5857577,-0.6669239","bedrooms":"3","price":"262000","area":"692"} , +{"type":"Feature","id":"n24329397","geometry":{"type":"Point","coordinates":[-0.1965423,51.2283591]},"properties":{"@type":"node","@id":24329397,"@timestamp":1199275720},"coords":"51.2283591,-0.1965423","bedrooms":"3","price":"280000","area":"381"} , +{"type":"Feature","id":"n24329429","geometry":{"type":"Point","coordinates":[-0.1950595,51.2266399]},"properties":{"@type":"node","@id":24329429,"@timestamp":1167764427},"coords":"51.2266399,-0.1950595","bedrooms":"2","price":"191000","area":"590"} , +{"type":"Feature","id":"n24329480","geometry":{"type":"Point","coordinates":[-0.2016948,51.2293958]},"properties":{"@type":"node","@id":24329480,"@timestamp":1167764430},"coords":"51.2293958,-0.2016948","bedrooms":"3","price":"154000","area":"580"} , +{"type":"Feature","id":"n24329516","geometry":{"type":"Point","coordinates":[-0.1946912,51.2278938]},"properties":{"@type":"node","@id":24329516,"@timestamp":1167764431},"coords":"51.2278938,-0.1946912","bedrooms":"1","price":"214000","area":"447"} , +{"type":"Feature","id":"n24361309","geometry":{"type":"Point","coordinates":[0.5556231,51.1180929]},"properties":{"@type":"node","@id":24361309,"@timestamp":1184571944},"coords":"51.1180929,0.5556231","bedrooms":"0","price":"295000","area":"468"} , +{"type":"Feature","id":"n24527797","geometry":{"type":"Point","coordinates":[0.1713004,51.2966105]},"properties":{"@type":"node","@id":24527797,"@timestamp":1535785314},"coords":"51.2966105,0.1713004","bedrooms":"1","price":"269000","area":"546"} , +{"type":"Feature","id":"n24605269","geometry":{"type":"Point","coordinates":[-0.0488878,51.6746647]},"properties":{"@type":"node","@id":24605269,"@timestamp":1295737729},"coords":"51.6746647,-0.0488878","bedrooms":"0","price":"240000","area":"438"} , +{"type":"Feature","id":"n24636134","geometry":{"type":"Point","coordinates":[-0.3495508,51.7509868]},"properties":{"@type":"node","@id":24636134,"@timestamp":1167930107},"coords":"51.7509868,-0.3495508","bedrooms":"4","price":"228000","area":"471"} , +{"type":"Feature","id":"n24659764","geometry":{"type":"Point","coordinates":[-0.0893227,51.5114899]},"properties":{"@type":"node","@id":24659764,"@timestamp":1495304730},"coords":"51.5114899,-0.0893227","bedrooms":"3","price":"237000","area":"612"} , +{"type":"Feature","id":"n24796298","geometry":{"type":"Point","coordinates":[0.4555905,51.8141878]},"properties":{"@type":"node","@id":24796298,"@timestamp":1203283741},"coords":"51.8141878,0.4555905","bedrooms":"3","price":"177000","area":"612"} , +{"type":"Feature","id":"n24797267","geometry":{"type":"Point","coordinates":[0.3859636,51.8242637]},"properties":{"@type":"node","@id":24797267,"@timestamp":1200749110},"coords":"51.8242637,0.3859636","bedrooms":"2","price":"207000","area":"573"} , +{"type":"Feature","id":"n24884028","geometry":{"type":"Point","coordinates":[0.7750877,51.9793487]},"properties":{"@type":"node","@id":24884028,"@timestamp":1231077945},"coords":"51.9793487,0.7750877","bedrooms":"4","price":"242000","area":"623"} , +{"type":"Feature","id":"n24910169","geometry":{"type":"Point","coordinates":[-0.0303094,51.6780955]},"properties":{"@type":"node","@id":24910169,"@timestamp":1299277775},"coords":"51.6780955,-0.0303094","bedrooms":"1","price":"268000","area":"647"} , +{"type":"Feature","id":"n24912231","geometry":{"type":"Point","coordinates":[-0.0444065,51.6701506]},"properties":{"@type":"node","@id":24912231,"@timestamp":1602842465},"coords":"51.6701506,-0.0444065","bedrooms":"1","price":"156000","area":"542"} , +{"type":"Feature","id":"n24922161","geometry":{"type":"Point","coordinates":[-0.1893458,51.4391552]},"properties":{"@type":"node","@id":24922161,"@timestamp":1623000215},"coords":"51.4391552,-0.1893458","bedrooms":"3","price":"256000","area":"481"} , +{"type":"Feature","id":"n24923977","geometry":{"type":"Point","coordinates":[-0.1121958,51.6458332]},"properties":{"@type":"node","@id":24923977,"@timestamp":1176576034},"coords":"51.6458332,-0.1121958","bedrooms":"4","price":"224000","area":"673"} , +{"type":"Feature","id":"n24953170","geometry":{"type":"Point","coordinates":[-0.2312637,51.4905005]},"properties":{"@type":"node","@id":24953170,"@timestamp":1521167872},"coords":"51.4905005,-0.2312637","bedrooms":"0","price":"239000","area":"441"} , +{"type":"Feature","id":"n24956634","geometry":{"type":"Point","coordinates":[-0.0343516,51.6791201]},"properties":{"@type":"node","@id":24956634,"@timestamp":1569929023},"coords":"51.6791201,-0.0343516","bedrooms":"2","price":"174000","area":"455"} , +{"type":"Feature","id":"n24962037","geometry":{"type":"Point","coordinates":[-0.1789032,51.8942543]},"properties":{"@type":"node","@id":24962037,"@timestamp":1168261718},"coords":"51.8942543,-0.1789032","bedrooms":"3","price":"230000","area":"682"} , +{"type":"Feature","id":"n24967425","geometry":{"type":"Point","coordinates":[-0.007896,51.642373]},"properties":{"@type":"node","@id":24967425,"@timestamp":1607039314},"coords":"51.642373,-0.007896","bedrooms":"3","price":"188000","area":"402"} , +{"type":"Feature","id":"n24973544","geometry":{"type":"Point","coordinates":[-0.2811482,51.8769893]},"properties":{"@type":"node","@id":24973544,"@timestamp":1439302738},"coords":"51.8769893,-0.2811482","bedrooms":"1","price":"271000","area":"463"} , +{"type":"Feature","id":"n24997067","geometry":{"type":"Point","coordinates":[-0.0151007,51.6643917]},"properties":{"@type":"node","@id":24997067,"@timestamp":1204323932},"coords":"51.6643917,-0.0151007","bedrooms":"4","price":"202000","area":"672"} , +{"type":"Feature","id":"n25022092","geometry":{"type":"Point","coordinates":[-0.0112729,51.6883535]},"properties":{"@type":"node","@id":25022092,"@timestamp":1168459957},"coords":"51.6883535,-0.0112729","bedrooms":"4","price":"276000","area":"450"} , +{"type":"Feature","id":"n25024646","geometry":{"type":"Point","coordinates":[-0.0149176,51.6994372]},"properties":{"@type":"node","@id":25024646,"@timestamp":1214698766},"coords":"51.6994372,-0.0149176","bedrooms":"3","price":"185000","area":"532"} , +{"type":"Feature","id":"n25036904","geometry":{"type":"Point","coordinates":[-0.3054972,51.8816052]},"properties":{"@type":"node","@id":25036904,"@timestamp":1330274423},"coords":"51.8816052,-0.3054972","bedrooms":"2","price":"252000","area":"589"} , +{"type":"Feature","id":"n25038462","geometry":{"type":"Point","coordinates":[-0.2918287,51.8725633]},"properties":{"@type":"node","@id":25038462,"@timestamp":1329333907},"coords":"51.8725633,-0.2918287","bedrooms":"0","price":"210000","area":"351"} , +{"type":"Feature","id":"n25038481","geometry":{"type":"Point","coordinates":[-0.3114917,51.874755]},"properties":{"@type":"node","@id":25038481,"@timestamp":1329333909},"coords":"51.874755,-0.3114917","bedrooms":"3","price":"209000","area":"504"} , +{"type":"Feature","id":"n25067108","geometry":{"type":"Point","coordinates":[-0.1755793,51.2361007]},"properties":{"@type":"node","@id":25067108,"@timestamp":1168545036},"coords":"51.2361007,-0.1755793","bedrooms":"0","price":"236000","area":"377"} , +{"type":"Feature","id":"n25067175","geometry":{"type":"Point","coordinates":[-0.1899323,51.224602]},"properties":{"@type":"node","@id":25067175,"@timestamp":1168545038},"coords":"51.224602,-0.1899323","bedrooms":"1","price":"229000","area":"554"} , +{"type":"Feature","id":"n25067637","geometry":{"type":"Point","coordinates":[-0.0887808,51.5110221]},"properties":{"@type":"node","@id":25067637,"@timestamp":1505347530},"coords":"51.5110221,-0.0887808","bedrooms":"0","price":"223000","area":"638"} , +{"type":"Feature","id":"n25076501","geometry":{"type":"Point","coordinates":[-0.0173373,51.7070724]},"properties":{"@type":"node","@id":25076501,"@timestamp":1168600373},"coords":"51.7070724,-0.0173373","bedrooms":"0","price":"268000","area":"640"} , +{"type":"Feature","id":"n25095860","geometry":{"type":"Point","coordinates":[-0.0223109,51.7108619]},"properties":{"@type":"node","@id":25095860,"@timestamp":1213536638},"coords":"51.7108619,-0.0223109","bedrooms":"1","price":"231000","area":"503"} , +{"type":"Feature","id":"n25099674","geometry":{"type":"Point","coordinates":[-0.0142876,51.7228348]},"properties":{"@type":"node","@id":25099674,"@timestamp":1447191906},"coords":"51.7228348,-0.0142876","bedrooms":"0","price":"160000","area":"618"} , +{"type":"Feature","id":"n25103087","geometry":{"type":"Point","coordinates":[-0.0203181,51.7146384]},"properties":{"@type":"node","@id":25103087,"@timestamp":1214681283},"coords":"51.7146384,-0.0203181","bedrooms":"1","price":"236000","area":"664"} , +{"type":"Feature","id":"n25105397","geometry":{"type":"Point","coordinates":[-0.3377597,51.5661031]},"properties":{"@type":"node","@id":25105397,"@timestamp":1168644374},"coords":"51.5661031,-0.3377597","bedrooms":"1","price":"266000","area":"434"} , +{"type":"Feature","id":"n25105766","geometry":{"type":"Point","coordinates":[-0.3391801,51.565513]},"properties":{"@type":"node","@id":25105766,"@timestamp":1168644618},"coords":"51.565513,-0.3391801","bedrooms":"0","price":"245000","area":"658"} , +{"type":"Feature","id":"n25178722","geometry":{"type":"Point","coordinates":[-0.3568023,51.7531184]},"properties":{"@type":"node","@id":25178722,"@timestamp":1168711171},"coords":"51.7531184,-0.3568023","bedrooms":"1","price":"190000","area":"685"} , +{"type":"Feature","id":"n25179754","geometry":{"type":"Point","coordinates":[-0.3495819,51.75337]},"properties":{"@type":"node","@id":25179754,"@timestamp":1545147515},"coords":"51.75337,-0.3495819","bedrooms":"2","price":"276000","area":"458"} , +{"type":"Feature","id":"n25180222","geometry":{"type":"Point","coordinates":[-0.2707474,51.2401076]},"properties":{"@type":"node","@id":25180222,"@timestamp":1564004397},"coords":"51.2401076,-0.2707474","bedrooms":"4","price":"170000","area":"397"} , +{"type":"Feature","id":"n25180400","geometry":{"type":"Point","coordinates":[-0.2309663,51.1750172]},"properties":{"@type":"node","@id":25180400,"@timestamp":1179583033},"coords":"51.1750172,-0.2309663","bedrooms":"0","price":"262000","area":"505"} , +{"type":"Feature","id":"n25191028","geometry":{"type":"Point","coordinates":[-0.7308021,51.3685864]},"properties":{"@type":"node","@id":25191028,"@timestamp":1191194705},"coords":"51.3685864,-0.7308021","bedrooms":"4","price":"201000","area":"652"} , +{"type":"Feature","id":"n25211528","geometry":{"type":"Point","coordinates":[-0.3195783,51.5140578]},"properties":{"@type":"node","@id":25211528,"@timestamp":1205053139},"coords":"51.5140578,-0.3195783","bedrooms":"4","price":"204000","area":"419"} , +{"type":"Feature","id":"n25230634","geometry":{"type":"Point","coordinates":[-0.1831253,51.4586867]},"properties":{"@type":"node","@id":25230634,"@timestamp":1616599848},"coords":"51.4586867,-0.1831253","bedrooms":"4","price":"174000","area":"594"} , +{"type":"Feature","id":"n25239193","geometry":{"type":"Point","coordinates":[-0.0152787,51.8025039]},"properties":{"@type":"node","@id":25239193,"@timestamp":1188344822},"coords":"51.8025039,-0.0152787","bedrooms":"0","price":"214000","area":"428"} , +{"type":"Feature","id":"n25254200","geometry":{"type":"Point","coordinates":[-0.4289698,51.773217]},"properties":{"@type":"node","@id":25254200,"@timestamp":1173641114},"coords":"51.773217,-0.4289698","bedrooms":"2","price":"252000","area":"408"} , +{"type":"Feature","id":"n25255407","geometry":{"type":"Point","coordinates":[-0.4719588,51.7601751]},"properties":{"@type":"node","@id":25255407,"@timestamp":1214772709},"coords":"51.7601751,-0.4719588","bedrooms":"0","price":"156000","area":"536"} , +{"type":"Feature","id":"n25256213","geometry":{"type":"Point","coordinates":[-0.455077,51.7322773]},"properties":{"@type":"node","@id":25256213,"@timestamp":1606669535},"coords":"51.7322773,-0.455077","bedrooms":"1","price":"294000","area":"520"} , +{"type":"Feature","id":"n25256375","geometry":{"type":"Point","coordinates":[-0.1538331,51.5091542]},"properties":{"@type":"node","@id":25256375,"@timestamp":1370985360},"coords":"51.5091542,-0.1538331","bedrooms":"1","price":"213000","area":"616"} , +{"type":"Feature","id":"n25256454","geometry":{"type":"Point","coordinates":[-0.1638354,51.2324336]},"properties":{"@type":"node","@id":25256454,"@timestamp":1610120103},"coords":"51.2324336,-0.1638354","bedrooms":"4","price":"292000","area":"688"} , +{"type":"Feature","id":"n25257037","geometry":{"type":"Point","coordinates":[0.0214698,51.7686241]},"properties":{"@type":"node","@id":25257037,"@timestamp":1168904932},"coords":"51.7686241,0.0214698","bedrooms":"2","price":"285000","area":"522"} , +{"type":"Feature","id":"n25258756","geometry":{"type":"Point","coordinates":[-0.0388394,51.4567316]},"properties":{"@type":"node","@id":25258756,"@timestamp":1581675503},"coords":"51.4567316,-0.0388394","bedrooms":"4","price":"267000","area":"372"} , +{"type":"Feature","id":"n25259554","geometry":{"type":"Point","coordinates":[-0.0226156,51.4565398]},"properties":{"@type":"node","@id":25259554,"@timestamp":1564917403},"coords":"51.4565398,-0.0226156","bedrooms":"3","price":"228000","area":"602"} , +{"type":"Feature","id":"n25265023","geometry":{"type":"Point","coordinates":[-0.0885466,51.5099266]},"properties":{"@type":"node","@id":25265023,"@timestamp":1600211890},"coords":"51.5099266,-0.0885466","bedrooms":"0","price":"186000","area":"667"} , +{"type":"Feature","id":"n25273647","geometry":{"type":"Point","coordinates":[-1.0375996,51.6629665]},"properties":{"@type":"node","@id":25273647,"@timestamp":1168995092},"coords":"51.6629665,-1.0375996","bedrooms":"0","price":"208000","area":"362"} , +{"type":"Feature","id":"n25273667","geometry":{"type":"Point","coordinates":[-1.0264773,51.6659908]},"properties":{"@type":"node","@id":25273667,"@timestamp":1168995094},"coords":"51.6659908,-1.0264773","bedrooms":"1","price":"181000","area":"648"} , +{"type":"Feature","id":"n25273679","geometry":{"type":"Point","coordinates":[-1.0303645,51.6598862]},"properties":{"@type":"node","@id":25273679,"@timestamp":1168995094},"coords":"51.6598862,-1.0303645","bedrooms":"4","price":"299000","area":"488"} , +{"type":"Feature","id":"n25273828","geometry":{"type":"Point","coordinates":[-1.1034509,51.6408142]},"properties":{"@type":"node","@id":25273828,"@timestamp":1505025803},"coords":"51.6408142,-1.1034509","bedrooms":"1","price":"230000","area":"496"} , +{"type":"Feature","id":"n25273987","geometry":{"type":"Point","coordinates":[-0.3427078,51.5551728]},"properties":{"@type":"node","@id":25273987,"@timestamp":1168998058},"coords":"51.5551728,-0.3427078","bedrooms":"0","price":"270000","area":"568"} , +{"type":"Feature","id":"n25277216","geometry":{"type":"Point","coordinates":[-0.1086443,51.5728666]},"properties":{"@type":"node","@id":25277216,"@timestamp":1169043845},"coords":"51.5728666,-0.1086443","bedrooms":"4","price":"154000","area":"570"} , +{"type":"Feature","id":"n25277271","geometry":{"type":"Point","coordinates":[-0.1122333,51.581978]},"properties":{"@type":"node","@id":25277271,"@timestamp":1626545354},"coords":"51.581978,-0.1122333","bedrooms":"1","price":"231000","area":"615"} , +{"type":"Feature","id":"n25279123","geometry":{"type":"Point","coordinates":[-0.1711521,51.3975335]},"properties":{"@type":"node","@id":25279123,"@timestamp":1560311712},"coords":"51.3975335,-0.1711521","bedrooms":"0","price":"188000","area":"414"} , +{"type":"Feature","id":"n25279979","geometry":{"type":"Point","coordinates":[-0.0328409,51.5104185]},"properties":{"@type":"node","@id":25279979,"@timestamp":1169061606},"coords":"51.5104185,-0.0328409","bedrooms":"4","price":"219000","area":"429"} , +{"type":"Feature","id":"n25280943","geometry":{"type":"Point","coordinates":[-0.7279462,51.5319755]},"properties":{"@type":"node","@id":25280943,"@timestamp":1169065008},"coords":"51.5319755,-0.7279462","bedrooms":"1","price":"272000","area":"422"} , +{"type":"Feature","id":"n25289621","geometry":{"type":"Point","coordinates":[-0.2053042,51.6494889]},"properties":{"@type":"node","@id":25289621,"@timestamp":1318353263},"coords":"51.6494889,-0.2053042","bedrooms":"0","price":"167000","area":"497"} , +{"type":"Feature","id":"n25290162","geometry":{"type":"Point","coordinates":[-0.7554748,51.6278351]},"properties":{"@type":"node","@id":25290162,"@timestamp":1169141290},"coords":"51.6278351,-0.7554748","bedrooms":"3","price":"192000","area":"455"} , +{"type":"Feature","id":"n25291706","geometry":{"type":"Point","coordinates":[-0.175675,51.5011571]},"properties":{"@type":"node","@id":25291706,"@timestamp":1603274920},"coords":"51.5011571,-0.175675","bedrooms":"0","price":"216000","area":"669"} , +{"type":"Feature","id":"n25302093","geometry":{"type":"Point","coordinates":[-0.7295357,51.5304149]},"properties":{"@type":"node","@id":25302093,"@timestamp":1169229102},"coords":"51.5304149,-0.7295357","bedrooms":"4","price":"284000","area":"507"} , +{"type":"Feature","id":"n25305572","geometry":{"type":"Point","coordinates":[-0.1328495,51.4860185]},"properties":{"@type":"node","@id":25305572,"@timestamp":1485486108},"coords":"51.4860185,-0.1328495","bedrooms":"4","price":"181000","area":"666"} , +{"type":"Feature","id":"n25310303","geometry":{"type":"Point","coordinates":[-0.7345413,51.5335499]},"properties":{"@type":"node","@id":25310303,"@timestamp":1169285997},"coords":"51.5335499,-0.7345413","bedrooms":"2","price":"259000","area":"399"} , +{"type":"Feature","id":"n25313099","geometry":{"type":"Point","coordinates":[-0.0432747,51.5376494]},"properties":{"@type":"node","@id":25313099,"@timestamp":1529960948},"coords":"51.5376494,-0.0432747","bedrooms":"4","price":"236000","area":"494"} , +{"type":"Feature","id":"n25315954","geometry":{"type":"Point","coordinates":[-0.1541259,51.5560909]},"properties":{"@type":"node","@id":25315954,"@timestamp":1588343593},"coords":"51.5560909,-0.1541259","bedrooms":"4","price":"266000","area":"390"} , +{"type":"Feature","id":"n25316610","geometry":{"type":"Point","coordinates":[-0.7297033,51.5263405]},"properties":{"@type":"node","@id":25316610,"@timestamp":1169315807},"coords":"51.5263405,-0.7297033","bedrooms":"1","price":"299000","area":"515"} , +{"type":"Feature","id":"n25321916","geometry":{"type":"Point","coordinates":[-0.2664078,51.2334332]},"properties":{"@type":"node","@id":25321916,"@timestamp":1564004397},"coords":"51.2334332,-0.2664078","bedrooms":"4","price":"219000","area":"533"} , +{"type":"Feature","id":"n25322379","geometry":{"type":"Point","coordinates":[-0.732304,51.5228786]},"properties":{"@type":"node","@id":25322379,"@timestamp":1169332445},"coords":"51.5228786,-0.732304","bedrooms":"3","price":"235000","area":"361"} , +{"type":"Feature","id":"n25323753","geometry":{"type":"Point","coordinates":[-0.3739757,51.5544838]},"properties":{"@type":"node","@id":25323753,"@timestamp":1169337381},"coords":"51.5544838,-0.3739757","bedrooms":"1","price":"270000","area":"682"} , +{"type":"Feature","id":"n25324023","geometry":{"type":"Point","coordinates":[-0.3722266,51.5517387]},"properties":{"@type":"node","@id":25324023,"@timestamp":1169338811},"coords":"51.5517387,-0.3722266","bedrooms":"4","price":"152000","area":"418"} , +{"type":"Feature","id":"n25324998","geometry":{"type":"Point","coordinates":[-0.3621079,51.5560303]},"properties":{"@type":"node","@id":25324998,"@timestamp":1169341545},"coords":"51.5560303,-0.3621079","bedrooms":"2","price":"219000","area":"418"} , +{"type":"Feature","id":"n25325014","geometry":{"type":"Point","coordinates":[-0.3729961,51.5547401]},"properties":{"@type":"node","@id":25325014,"@timestamp":1169341547},"coords":"51.5547401,-0.3729961","bedrooms":"1","price":"157000","area":"472"} , +{"type":"Feature","id":"n25325041","geometry":{"type":"Point","coordinates":[-0.3648359,51.5516953]},"properties":{"@type":"node","@id":25325041,"@timestamp":1169341551},"coords":"51.5516953,-0.3648359","bedrooms":"1","price":"213000","area":"371"} , +{"type":"Feature","id":"n25325116","geometry":{"type":"Point","coordinates":[-0.3699582,51.5542367]},"properties":{"@type":"node","@id":25325116,"@timestamp":1169341837},"coords":"51.5542367,-0.3699582","bedrooms":"2","price":"246000","area":"510"} , +{"type":"Feature","id":"n25340681","geometry":{"type":"Point","coordinates":[-0.0726246,51.4713481]},"properties":{"@type":"node","@id":25340681,"@timestamp":1556891830},"coords":"51.4713481,-0.0726246","bedrooms":"3","price":"297000","area":"607"} , +{"type":"Feature","id":"n25342359","geometry":{"type":"Point","coordinates":[-0.1891445,51.5701325]},"properties":{"@type":"node","@id":25342359,"@timestamp":1513865688},"coords":"51.5701325,-0.1891445","bedrooms":"0","price":"279000","area":"372"} , +{"type":"Feature","id":"n25371447","geometry":{"type":"Point","coordinates":[-1.0927063,51.265985]},"properties":{"@type":"node","@id":25371447,"@timestamp":1353180701},"coords":"51.265985,-1.0927063","bedrooms":"2","price":"181000","area":"402"} , +{"type":"Feature","id":"n25377934","geometry":{"type":"Point","coordinates":[-1.0923637,51.2601491]},"properties":{"@type":"node","@id":25377934,"@timestamp":1521314006},"coords":"51.2601491,-1.0923637","bedrooms":"4","price":"180000","area":"545"} , +{"type":"Feature","id":"n25378825","geometry":{"type":"Point","coordinates":[-0.113612,51.5016452]},"properties":{"@type":"node","@id":25378825,"@timestamp":1630358371},"coords":"51.5016452,-0.113612","bedrooms":"4","price":"159000","area":"694"} , +{"type":"Feature","id":"n25388607","geometry":{"type":"Point","coordinates":[-1.0735926,51.2774612]},"properties":{"@type":"node","@id":25388607,"@timestamp":1384028298},"coords":"51.2774612,-1.0735926","bedrooms":"2","price":"169000","area":"560"} , +{"type":"Feature","id":"n25389626","geometry":{"type":"Point","coordinates":[-0.1968678,51.2489267]},"properties":{"@type":"node","@id":25389626,"@timestamp":1298825187},"coords":"51.2489267,-0.1968678","bedrooms":"0","price":"230000","area":"672"} , +{"type":"Feature","id":"n25389874","geometry":{"type":"Point","coordinates":[0.19325,51.2800536]},"properties":{"@type":"node","@id":25389874,"@timestamp":1169559516},"coords":"51.2800536,0.19325","bedrooms":"4","price":"238000","area":"524"} , +{"type":"Feature","id":"n25397910","geometry":{"type":"Point","coordinates":[-0.3338548,51.5149974]},"properties":{"@type":"node","@id":25397910,"@timestamp":1185064789},"coords":"51.5149974,-0.3338548","bedrooms":"4","price":"279000","area":"547"} , +{"type":"Feature","id":"n25398633","geometry":{"type":"Point","coordinates":[-0.1725459,51.6726995]},"properties":{"@type":"node","@id":25398633,"@timestamp":1169592490},"coords":"51.6726995,-0.1725459","bedrooms":"0","price":"200000","area":"461"} , +{"type":"Feature","id":"n25420540","geometry":{"type":"Point","coordinates":[-1.1090826,51.2522]},"properties":{"@type":"node","@id":25420540,"@timestamp":1456182545},"coords":"51.2522,-1.1090826","bedrooms":"1","price":"221000","area":"503"} , +{"type":"Feature","id":"n25421135","geometry":{"type":"Point","coordinates":[-0.1942998,51.5126974]},"properties":{"@type":"node","@id":25421135,"@timestamp":1578928429},"coords":"51.5126974,-0.1942998","bedrooms":"1","price":"180000","area":"475"} , +{"type":"Feature","id":"n25421604","geometry":{"type":"Point","coordinates":[-0.3460741,51.6068272]},"properties":{"@type":"node","@id":25421604,"@timestamp":1621345484},"coords":"51.6068272,-0.3460741","bedrooms":"1","price":"273000","area":"421"} , +{"type":"Feature","id":"n25422798","geometry":{"type":"Point","coordinates":[-0.721808,51.5370326]},"properties":{"@type":"node","@id":25422798,"@timestamp":1169679894},"coords":"51.5370326,-0.721808","bedrooms":"3","price":"260000","area":"561"} , +{"type":"Feature","id":"n25422900","geometry":{"type":"Point","coordinates":[-0.7299941,51.5351083]},"properties":{"@type":"node","@id":25422900,"@timestamp":1169680155},"coords":"51.5351083,-0.7299941","bedrooms":"1","price":"192000","area":"402"} , +{"type":"Feature","id":"n25423751","geometry":{"type":"Point","coordinates":[-0.0656578,51.4724126]},"properties":{"@type":"node","@id":25423751,"@timestamp":1564916364},"coords":"51.4724126,-0.0656578","bedrooms":"4","price":"221000","area":"354"} , +{"type":"Feature","id":"n25425455","geometry":{"type":"Point","coordinates":[-0.2920969,51.5690488]},"properties":{"@type":"node","@id":25425455,"@timestamp":1176807549},"coords":"51.5690488,-0.2920969","bedrooms":"2","price":"150000","area":"516"} , +{"type":"Feature","id":"n25426603","geometry":{"type":"Point","coordinates":[-1.1107709,51.2546015]},"properties":{"@type":"node","@id":25426603,"@timestamp":1204847057},"coords":"51.2546015,-1.1107709","bedrooms":"0","price":"224000","area":"567"} , +{"type":"Feature","id":"n25426616","geometry":{"type":"Point","coordinates":[-1.1126137,51.2526685]},"properties":{"@type":"node","@id":25426616,"@timestamp":1204847058},"coords":"51.2526685,-1.1126137","bedrooms":"0","price":"277000","area":"592"} , +{"type":"Feature","id":"n25426642","geometry":{"type":"Point","coordinates":[-1.1116954,51.2566612]},"properties":{"@type":"node","@id":25426642,"@timestamp":1205350358},"coords":"51.2566612,-1.1116954","bedrooms":"0","price":"267000","area":"611"} , +{"type":"Feature","id":"n25426689","geometry":{"type":"Point","coordinates":[-0.8309147,51.0643429]},"properties":{"@type":"node","@id":25426689,"@timestamp":1169728485},"coords":"51.0643429,-0.8309147","bedrooms":"3","price":"292000","area":"436"} , +{"type":"Feature","id":"n25426725","geometry":{"type":"Point","coordinates":[-0.8348393,51.0646296]},"properties":{"@type":"node","@id":25426725,"@timestamp":1191972794},"coords":"51.0646296,-0.8348393","bedrooms":"4","price":"216000","area":"597"} , +{"type":"Feature","id":"n25432906","geometry":{"type":"Point","coordinates":[-0.9286894,51.009574]},"properties":{"@type":"node","@id":25432906,"@timestamp":1375392721},"coords":"51.009574,-0.9286894","bedrooms":"1","price":"234000","area":"450"} , +{"type":"Feature","id":"n25434427","geometry":{"type":"Point","coordinates":[-0.0233695,51.7455722]},"properties":{"@type":"node","@id":25434427,"@timestamp":1590152179},"coords":"51.7455722,-0.0233695","bedrooms":"2","price":"168000","area":"483"} , +{"type":"Feature","id":"n25434830","geometry":{"type":"Point","coordinates":[-0.0225689,51.7454592]},"properties":{"@type":"node","@id":25434830,"@timestamp":1590152179},"coords":"51.7454592,-0.0225689","bedrooms":"1","price":"187000","area":"392"} , +{"type":"Feature","id":"n25440047","geometry":{"type":"Point","coordinates":[-0.7276722,51.5228697]},"properties":{"@type":"node","@id":25440047,"@timestamp":1169764218},"coords":"51.5228697,-0.7276722","bedrooms":"1","price":"243000","area":"624"} , +{"type":"Feature","id":"n25441166","geometry":{"type":"Point","coordinates":[-0.3059189,51.5232722]},"properties":{"@type":"node","@id":25441166,"@timestamp":1191174955},"coords":"51.5232722,-0.3059189","bedrooms":"4","price":"257000","area":"544"} , +{"type":"Feature","id":"n25443137","geometry":{"type":"Point","coordinates":[-1.1177977,51.2758849]},"properties":{"@type":"node","@id":25443137,"@timestamp":1232926713},"coords":"51.2758849,-1.1177977","bedrooms":"3","price":"193000","area":"678"} , +{"type":"Feature","id":"n25444088","geometry":{"type":"Point","coordinates":[-0.2960451,51.5112321]},"properties":{"@type":"node","@id":25444088,"@timestamp":1191175040},"coords":"51.5112321,-0.2960451","bedrooms":"3","price":"295000","area":"520"} , +{"type":"Feature","id":"n25444771","geometry":{"type":"Point","coordinates":[-0.3102779,51.5070471]},"properties":{"@type":"node","@id":25444771,"@timestamp":1204379470},"coords":"51.5070471,-0.3102779","bedrooms":"0","price":"286000","area":"458"} , +{"type":"Feature","id":"n25445557","geometry":{"type":"Point","coordinates":[-0.3695945,51.5002632]},"properties":{"@type":"node","@id":25445557,"@timestamp":1604924847},"coords":"51.5002632,-0.3695945","bedrooms":"2","price":"230000","area":"664"} , +{"type":"Feature","id":"n25446108","geometry":{"type":"Point","coordinates":[-0.3961927,51.497778]},"properties":{"@type":"node","@id":25446108,"@timestamp":1564916364},"coords":"51.497778,-0.3961927","bedrooms":"2","price":"220000","area":"647"} , +{"type":"Feature","id":"n25453998","geometry":{"type":"Point","coordinates":[-0.6849027,51.5714053]},"properties":{"@type":"node","@id":25453998,"@timestamp":1169842397},"coords":"51.5714053,-0.6849027","bedrooms":"2","price":"160000","area":"664"} , +{"type":"Feature","id":"n25454013","geometry":{"type":"Point","coordinates":[-0.680362,51.5703989]},"properties":{"@type":"node","@id":25454013,"@timestamp":1169842399},"coords":"51.5703989,-0.680362","bedrooms":"3","price":"178000","area":"364"} , +{"type":"Feature","id":"n25454027","geometry":{"type":"Point","coordinates":[-0.6839875,51.5692831]},"properties":{"@type":"node","@id":25454027,"@timestamp":1169842400},"coords":"51.5692831,-0.6839875","bedrooms":"3","price":"258000","area":"573"} , +{"type":"Feature","id":"n25454037","geometry":{"type":"Point","coordinates":[-0.685853,51.5713397]},"properties":{"@type":"node","@id":25454037,"@timestamp":1169842401},"coords":"51.5713397,-0.685853","bedrooms":"1","price":"214000","area":"504"} , +{"type":"Feature","id":"n25454133","geometry":{"type":"Point","coordinates":[-0.6936531,51.5675922]},"properties":{"@type":"node","@id":25454133,"@timestamp":1169851054},"coords":"51.5675922,-0.6936531","bedrooms":"3","price":"295000","area":"399"} , +{"type":"Feature","id":"n25459650","geometry":{"type":"Point","coordinates":[-0.3504914,51.4582546]},"properties":{"@type":"node","@id":25459650,"@timestamp":1564916364},"coords":"51.4582546,-0.3504914","bedrooms":"1","price":"248000","area":"592"} , +{"type":"Feature","id":"n25470465","geometry":{"type":"Point","coordinates":[-0.1190897,51.5157155]},"properties":{"@type":"node","@id":25470465,"@timestamp":1564916364},"coords":"51.5157155,-0.1190897","bedrooms":"0","price":"241000","area":"644"} , +{"type":"Feature","id":"n25471898","geometry":{"type":"Point","coordinates":[-1.078299,50.9841737]},"properties":{"@type":"node","@id":25471898,"@timestamp":1204193535},"coords":"50.9841737,-1.078299","bedrooms":"4","price":"290000","area":"630"} , +{"type":"Feature","id":"n25472102","geometry":{"type":"Point","coordinates":[-0.1168434,51.4977652]},"properties":{"@type":"node","@id":25472102,"@timestamp":1169907873},"coords":"51.4977652,-0.1168434","bedrooms":"0","price":"243000","area":"647"} , +{"type":"Feature","id":"n25472197","geometry":{"type":"Point","coordinates":[-0.1154989,51.497817]},"properties":{"@type":"node","@id":25472197,"@timestamp":1169908409},"coords":"51.497817,-0.1154989","bedrooms":"3","price":"158000","area":"677"} , +{"type":"Feature","id":"n25472854","geometry":{"type":"Point","coordinates":[-0.112129,51.5067404]},"properties":{"@type":"node","@id":25472854,"@timestamp":1409643919},"coords":"51.5067404,-0.112129","bedrooms":"4","price":"246000","area":"406"} , +{"type":"Feature","id":"n25473538","geometry":{"type":"Point","coordinates":[-0.0785077,51.5096824]},"properties":{"@type":"node","@id":25473538,"@timestamp":1590511006},"coords":"51.5096824,-0.0785077","bedrooms":"4","price":"170000","area":"525"} , +{"type":"Feature","id":"n25475688","geometry":{"type":"Point","coordinates":[-0.0981129,51.5198693]},"properties":{"@type":"node","@id":25475688,"@timestamp":1559797245},"coords":"51.5198693,-0.0981129","bedrooms":"4","price":"188000","area":"370"} , +{"type":"Feature","id":"n25476049","geometry":{"type":"Point","coordinates":[-0.1250354,51.5087885]},"properties":{"@type":"node","@id":25476049,"@timestamp":1576687463},"coords":"51.5087885,-0.1250354","bedrooms":"3","price":"178000","area":"577"} , +{"type":"Feature","id":"n25477682","geometry":{"type":"Point","coordinates":[-0.6975347,51.5887953]},"properties":{"@type":"node","@id":25477682,"@timestamp":1169924367},"coords":"51.5887953,-0.6975347","bedrooms":"3","price":"266000","area":"541"} , +{"type":"Feature","id":"n25477693","geometry":{"type":"Point","coordinates":[-0.6998311,51.5916083]},"properties":{"@type":"node","@id":25477693,"@timestamp":1169924368},"coords":"51.5916083,-0.6998311","bedrooms":"3","price":"275000","area":"666"} , +{"type":"Feature","id":"n25477783","geometry":{"type":"Point","coordinates":[-0.7080357,51.5942885]},"properties":{"@type":"node","@id":25477783,"@timestamp":1169924830},"coords":"51.5942885,-0.7080357","bedrooms":"3","price":"159000","area":"421"} , +{"type":"Feature","id":"n25477800","geometry":{"type":"Point","coordinates":[-0.7192143,51.5930302]},"properties":{"@type":"node","@id":25477800,"@timestamp":1169924831},"coords":"51.5930302,-0.7192143","bedrooms":"1","price":"190000","area":"637"} , +{"type":"Feature","id":"n25477925","geometry":{"type":"Point","coordinates":[-0.7240601,51.5924886]},"properties":{"@type":"node","@id":25477925,"@timestamp":1169925216},"coords":"51.5924886,-0.7240601","bedrooms":"0","price":"287000","area":"686"} , +{"type":"Feature","id":"n25477937","geometry":{"type":"Point","coordinates":[-0.716676,51.5984135]},"properties":{"@type":"node","@id":25477937,"@timestamp":1169925217},"coords":"51.5984135,-0.716676","bedrooms":"4","price":"281000","area":"654"} , +{"type":"Feature","id":"n25478451","geometry":{"type":"Point","coordinates":[-0.6780264,51.5850204]},"properties":{"@type":"node","@id":25478451,"@timestamp":1169926861},"coords":"51.5850204,-0.6780264","bedrooms":"3","price":"224000","area":"492"} , +{"type":"Feature","id":"n25481104","geometry":{"type":"Point","coordinates":[-0.3561695,51.4980507]},"properties":{"@type":"node","@id":25481104,"@timestamp":1275753804},"coords":"51.4980507,-0.3561695","bedrooms":"2","price":"297000","area":"392"} , +{"type":"Feature","id":"n25484545","geometry":{"type":"Point","coordinates":[-0.1001888,51.4740276]},"properties":{"@type":"node","@id":25484545,"@timestamp":1574396269},"coords":"51.4740276,-0.1001888","bedrooms":"3","price":"255000","area":"467"} , +{"type":"Feature","id":"n25496780","geometry":{"type":"Point","coordinates":[-0.1109298,51.5170022]},"properties":{"@type":"node","@id":25496780,"@timestamp":1342833412},"coords":"51.5170022,-0.1109298","bedrooms":"3","price":"203000","area":"450"} , +{"type":"Feature","id":"n25497912","geometry":{"type":"Point","coordinates":[-0.1168995,51.5143271]},"properties":{"@type":"node","@id":25497912,"@timestamp":1455833247},"coords":"51.5143271,-0.1168995","bedrooms":"1","price":"265000","area":"565"} , +{"type":"Feature","id":"n25499894","geometry":{"type":"Point","coordinates":[-0.0844085,51.4979622]},"properties":{"@type":"node","@id":25499894,"@timestamp":1409862186},"coords":"51.4979622,-0.0844085","bedrooms":"4","price":"165000","area":"544"} , +{"type":"Feature","id":"n25503712","geometry":{"type":"Point","coordinates":[-0.1157813,51.5189396]},"properties":{"@type":"node","@id":25503712,"@timestamp":1464617113},"coords":"51.5189396,-0.1157813","bedrooms":"2","price":"287000","area":"668"} , +{"type":"Feature","id":"n25504713","geometry":{"type":"Point","coordinates":[-0.1182551,51.52724]},"properties":{"@type":"node","@id":25504713,"@timestamp":1627576708},"coords":"51.52724,-0.1182551","bedrooms":"1","price":"250000","area":"375"} , +{"type":"Feature","id":"n25507035","geometry":{"type":"Point","coordinates":[-0.1262449,51.5042783]},"properties":{"@type":"node","@id":25507035,"@timestamp":1524825004},"coords":"51.5042783,-0.1262449","bedrooms":"1","price":"217000","area":"569"} , +{"type":"Feature","id":"n25508642","geometry":{"type":"Point","coordinates":[-0.1407762,51.5285241]},"properties":{"@type":"node","@id":25508642,"@timestamp":1580940854},"coords":"51.5285241,-0.1407762","bedrooms":"0","price":"232000","area":"390"} , +{"type":"Feature","id":"n25510055","geometry":{"type":"Point","coordinates":[-0.1544245,51.8163818]},"properties":{"@type":"node","@id":25510055,"@timestamp":1328335512},"coords":"51.8163818,-0.1544245","bedrooms":"3","price":"294000","area":"605"} , +{"type":"Feature","id":"n25510137","geometry":{"type":"Point","coordinates":[-0.1494785,51.8161497]},"properties":{"@type":"node","@id":25510137,"@timestamp":1328335513},"coords":"51.8161497,-0.1494785","bedrooms":"1","price":"282000","area":"428"} , +{"type":"Feature","id":"n25510286","geometry":{"type":"Point","coordinates":[-0.1467802,51.8163155]},"properties":{"@type":"node","@id":25510286,"@timestamp":1328335514},"coords":"51.8163155,-0.1467802","bedrooms":"2","price":"209000","area":"516"} , +{"type":"Feature","id":"n25510304","geometry":{"type":"Point","coordinates":[-0.1449831,51.8143887]},"properties":{"@type":"node","@id":25510304,"@timestamp":1328335515},"coords":"51.8143887,-0.1449831","bedrooms":"4","price":"203000","area":"510"} , +{"type":"Feature","id":"n25510330","geometry":{"type":"Point","coordinates":[-0.144377,51.8123956]},"properties":{"@type":"node","@id":25510330,"@timestamp":1328335516},"coords":"51.8123956,-0.144377","bedrooms":"2","price":"169000","area":"560"} , +{"type":"Feature","id":"n25510347","geometry":{"type":"Point","coordinates":[-0.1393612,51.8100872]},"properties":{"@type":"node","@id":25510347,"@timestamp":1328336513},"coords":"51.8100872,-0.1393612","bedrooms":"4","price":"174000","area":"579"} , +{"type":"Feature","id":"n25510392","geometry":{"type":"Point","coordinates":[-0.1374837,51.8090143]},"properties":{"@type":"node","@id":25510392,"@timestamp":1328336514},"coords":"51.8090143,-0.1374837","bedrooms":"3","price":"220000","area":"375"} , +{"type":"Feature","id":"n25523569","geometry":{"type":"Point","coordinates":[0.0034181,51.4053384]},"properties":{"@type":"node","@id":25523569,"@timestamp":1619736125},"coords":"51.4053384,0.0034181","bedrooms":"0","price":"208000","area":"526"} , +{"type":"Feature","id":"n25528427","geometry":{"type":"Point","coordinates":[-0.1558709,51.8169422]},"properties":{"@type":"node","@id":25528427,"@timestamp":1328336332},"coords":"51.8169422,-0.1558709","bedrooms":"3","price":"298000","area":"669"} , +{"type":"Feature","id":"n25530874","geometry":{"type":"Point","coordinates":[-0.1210918,51.4865971]},"properties":{"@type":"node","@id":25530874,"@timestamp":1360284112},"coords":"51.4865971,-0.1210918","bedrooms":"3","price":"153000","area":"664"} , +{"type":"Feature","id":"n25533774","geometry":{"type":"Point","coordinates":[-0.1220491,51.6226495]},"properties":{"@type":"node","@id":25533774,"@timestamp":1596215804},"coords":"51.6226495,-0.1220491","bedrooms":"1","price":"251000","area":"483"} , +{"type":"Feature","id":"n25534485","geometry":{"type":"Point","coordinates":[-0.1161741,51.6194067]},"properties":{"@type":"node","@id":25534485,"@timestamp":1170114769},"coords":"51.6194067,-0.1161741","bedrooms":"1","price":"222000","area":"458"} , +{"type":"Feature","id":"n25534499","geometry":{"type":"Point","coordinates":[-0.1322337,51.4946389]},"properties":{"@type":"node","@id":25534499,"@timestamp":1632520085},"coords":"51.4946389,-0.1322337","bedrooms":"4","price":"198000","area":"527"} , +{"type":"Feature","id":"n25536888","geometry":{"type":"Point","coordinates":[-0.1314067,51.4897173]},"properties":{"@type":"node","@id":25536888,"@timestamp":1635007068},"coords":"51.4897173,-0.1314067","bedrooms":"4","price":"162000","area":"507"} , +{"type":"Feature","id":"n25542576","geometry":{"type":"Point","coordinates":[-0.1172095,51.497794]},"properties":{"@type":"node","@id":25542576,"@timestamp":1347869567},"coords":"51.497794,-0.1172095","bedrooms":"2","price":"281000","area":"370"} , +{"type":"Feature","id":"n25542593","geometry":{"type":"Point","coordinates":[-0.1167099,51.4975682]},"properties":{"@type":"node","@id":25542593,"@timestamp":1170125239},"coords":"51.4975682,-0.1167099","bedrooms":"0","price":"279000","area":"567"} , +{"type":"Feature","id":"n25545682","geometry":{"type":"Point","coordinates":[-0.161968,51.8239772]},"properties":{"@type":"node","@id":25545682,"@timestamp":1328336335},"coords":"51.8239772,-0.161968","bedrooms":"2","price":"219000","area":"608"} , +{"type":"Feature","id":"n25545799","geometry":{"type":"Point","coordinates":[-0.1554422,51.8206598]},"properties":{"@type":"node","@id":25545799,"@timestamp":1328336337},"coords":"51.8206598,-0.1554422","bedrooms":"2","price":"249000","area":"600"} , +{"type":"Feature","id":"n25545835","geometry":{"type":"Point","coordinates":[-0.1550533,51.8179158]},"properties":{"@type":"node","@id":25545835,"@timestamp":1328336338},"coords":"51.8179158,-0.1550533","bedrooms":"1","price":"182000","area":"508"} , +{"type":"Feature","id":"n25554145","geometry":{"type":"Point","coordinates":[-0.7502323,51.5324789]},"properties":{"@type":"node","@id":25554145,"@timestamp":1170196517},"coords":"51.5324789,-0.7502323","bedrooms":"3","price":"222000","area":"629"} , +{"type":"Feature","id":"n25575384","geometry":{"type":"Point","coordinates":[-0.048126,51.612921]},"properties":{"@type":"node","@id":25575384,"@timestamp":1555791708},"coords":"51.612921,-0.048126","bedrooms":"4","price":"234000","area":"358"} , +{"type":"Feature","id":"n25579239","geometry":{"type":"Point","coordinates":[0.1978415,51.8726556]},"properties":{"@type":"node","@id":25579239,"@timestamp":1617320924},"coords":"51.8726556,0.1978415","bedrooms":"4","price":"291000","area":"408"} , +{"type":"Feature","id":"n25581061","geometry":{"type":"Point","coordinates":[-0.7357443,51.5239423]},"properties":{"@type":"node","@id":25581061,"@timestamp":1170283614},"coords":"51.5239423,-0.7357443","bedrooms":"2","price":"289000","area":"402"} , +{"type":"Feature","id":"n25582551","geometry":{"type":"Point","coordinates":[0.0765029,51.568235]},"properties":{"@type":"node","@id":25582551,"@timestamp":1490686873},"coords":"51.568235,0.0765029","bedrooms":"0","price":"216000","area":"372"} , +{"type":"Feature","id":"n25584391","geometry":{"type":"Point","coordinates":[0.2317816,51.8928995]},"properties":{"@type":"node","@id":25584391,"@timestamp":1436703387},"coords":"51.8928995,0.2317816","bedrooms":"3","price":"234000","area":"579"} , +{"type":"Feature","id":"n25587066","geometry":{"type":"Point","coordinates":[-0.0664325,51.6203743]},"properties":{"@type":"node","@id":25587066,"@timestamp":1470991226},"coords":"51.6203743,-0.0664325","bedrooms":"0","price":"191000","area":"363"} , +{"type":"Feature","id":"n25591120","geometry":{"type":"Point","coordinates":[-0.0942545,51.6134511]},"properties":{"@type":"node","@id":25591120,"@timestamp":1599657586},"coords":"51.6134511,-0.0942545","bedrooms":"2","price":"183000","area":"476"} , +{"type":"Feature","id":"n25609677","geometry":{"type":"Point","coordinates":[-0.7566954,51.8073128]},"properties":{"@type":"node","@id":25609677,"@timestamp":1170524217},"coords":"51.8073128,-0.7566954","bedrooms":"3","price":"267000","area":"594"} , +{"type":"Feature","id":"n25614226","geometry":{"type":"Point","coordinates":[-0.731337,51.8091055]},"properties":{"@type":"node","@id":25614226,"@timestamp":1363547389},"coords":"51.8091055,-0.731337","bedrooms":"0","price":"186000","area":"538"} , +{"type":"Feature","id":"n25614824","geometry":{"type":"Point","coordinates":[-0.7907572,51.8137737]},"properties":{"@type":"node","@id":25614824,"@timestamp":1195392772},"coords":"51.8137737,-0.7907572","bedrooms":"2","price":"191000","area":"569"} , +{"type":"Feature","id":"n25624045","geometry":{"type":"Point","coordinates":[-0.2361706,51.5603289]},"properties":{"@type":"node","@id":25624045,"@timestamp":1385680997},"coords":"51.5603289,-0.2361706","bedrooms":"1","price":"283000","area":"496"} , +{"type":"Feature","id":"n25628279","geometry":{"type":"Point","coordinates":[-0.3322327,51.5553827]},"properties":{"@type":"node","@id":25628279,"@timestamp":1182550535},"coords":"51.5553827,-0.3322327","bedrooms":"3","price":"248000","area":"605"} , +{"type":"Feature","id":"n25630761","geometry":{"type":"Point","coordinates":[-0.2338151,51.4441002]},"properties":{"@type":"node","@id":25630761,"@timestamp":1170581410},"coords":"51.4441002,-0.2338151","bedrooms":"4","price":"213000","area":"683"} , +{"type":"Feature","id":"n25630773","geometry":{"type":"Point","coordinates":[-0.2378669,51.4413784]},"properties":{"@type":"node","@id":25630773,"@timestamp":1170581411},"coords":"51.4413784,-0.2378669","bedrooms":"2","price":"177000","area":"418"} , +{"type":"Feature","id":"n25631877","geometry":{"type":"Point","coordinates":[-0.2405527,51.4555846]},"properties":{"@type":"node","@id":25631877,"@timestamp":1170584969},"coords":"51.4555846,-0.2405527","bedrooms":"0","price":"166000","area":"454"} , +{"type":"Feature","id":"n25632721","geometry":{"type":"Point","coordinates":[-0.2483174,51.438884]},"properties":{"@type":"node","@id":25632721,"@timestamp":1564916364},"coords":"51.438884,-0.2483174","bedrooms":"2","price":"244000","area":"511"} , +{"type":"Feature","id":"n25638175","geometry":{"type":"Point","coordinates":[-0.2154176,51.2492666]},"properties":{"@type":"node","@id":25638175,"@timestamp":1170616020},"coords":"51.2492666,-0.2154176","bedrooms":"4","price":"172000","area":"693"} , +{"type":"Feature","id":"n25639443","geometry":{"type":"Point","coordinates":[-0.2089911,51.5664249]},"properties":{"@type":"node","@id":25639443,"@timestamp":1170617898},"coords":"51.5664249,-0.2089911","bedrooms":"3","price":"205000","area":"368"} , +{"type":"Feature","id":"n25639489","geometry":{"type":"Point","coordinates":[-0.2199617,51.5701091]},"properties":{"@type":"node","@id":25639489,"@timestamp":1188646427},"coords":"51.5701091,-0.2199617","bedrooms":"4","price":"291000","area":"434"} , +{"type":"Feature","id":"n25641514","geometry":{"type":"Point","coordinates":[-0.154431,51.8193583]},"properties":{"@type":"node","@id":25641514,"@timestamp":1328336329},"coords":"51.8193583,-0.154431","bedrooms":"2","price":"164000","area":"582"} , +{"type":"Feature","id":"n25642878","geometry":{"type":"Point","coordinates":[0.0597927,51.6184302]},"properties":{"@type":"node","@id":25642878,"@timestamp":1627753284},"coords":"51.6184302,0.0597927","bedrooms":"2","price":"165000","area":"517"} , +{"type":"Feature","id":"n25643134","geometry":{"type":"Point","coordinates":[0.0735654,51.6244702]},"properties":{"@type":"node","@id":25643134,"@timestamp":1202077982},"coords":"51.6244702,0.0735654","bedrooms":"0","price":"222000","area":"628"} , +{"type":"Feature","id":"n25644823","geometry":{"type":"Point","coordinates":[0.0415506,51.5991339]},"properties":{"@type":"node","@id":25644823,"@timestamp":1196723475},"coords":"51.5991339,0.0415506","bedrooms":"2","price":"245000","area":"693"} , +{"type":"Feature","id":"n25646602","geometry":{"type":"Point","coordinates":[-0.3160638,51.6815086]},"properties":{"@type":"node","@id":25646602,"@timestamp":1614868478},"coords":"51.6815086,-0.3160638","bedrooms":"3","price":"202000","area":"591"} , +{"type":"Feature","id":"n25647311","geometry":{"type":"Point","coordinates":[-0.1538653,51.8056599]},"properties":{"@type":"node","@id":25647311,"@timestamp":1328336334},"coords":"51.8056599,-0.1538653","bedrooms":"4","price":"211000","area":"449"} , +{"type":"Feature","id":"n25658483","geometry":{"type":"Point","coordinates":[-0.3001175,51.483421]},"properties":{"@type":"node","@id":25658483,"@timestamp":1610056815},"coords":"51.483421,-0.3001175","bedrooms":"1","price":"174000","area":"370"} , +{"type":"Feature","id":"n25676282","geometry":{"type":"Point","coordinates":[-0.4499205,51.5128956]},"properties":{"@type":"node","@id":25676282,"@timestamp":1558343924},"coords":"51.5128956,-0.4499205","bedrooms":"3","price":"168000","area":"692"} , +{"type":"Feature","id":"n25696640","geometry":{"type":"Point","coordinates":[-0.0682263,51.5491373]},"properties":{"@type":"node","@id":25696640,"@timestamp":1589926412},"coords":"51.5491373,-0.0682263","bedrooms":"2","price":"258000","area":"615"} , +{"type":"Feature","id":"n25703679","geometry":{"type":"Point","coordinates":[-0.0963468,51.6203105]},"properties":{"@type":"node","@id":25703679,"@timestamp":1326483459},"coords":"51.6203105,-0.0963468","bedrooms":"0","price":"168000","area":"569"} , +{"type":"Feature","id":"n25710200","geometry":{"type":"Point","coordinates":[-0.6441003,51.8726817]},"properties":{"@type":"node","@id":25710200,"@timestamp":1170886829},"coords":"51.8726817,-0.6441003","bedrooms":"0","price":"268000","area":"691"} , +{"type":"Feature","id":"n25711016","geometry":{"type":"Point","coordinates":[-0.7600425,51.9486812]},"properties":{"@type":"node","@id":25711016,"@timestamp":1170888975},"coords":"51.9486812,-0.7600425","bedrooms":"0","price":"163000","area":"520"} , +{"type":"Feature","id":"n25714304","geometry":{"type":"Point","coordinates":[-0.1946773,51.5109947]},"properties":{"@type":"node","@id":25714304,"@timestamp":1578725122},"coords":"51.5109947,-0.1946773","bedrooms":"3","price":"244000","area":"474"} , +{"type":"Feature","id":"n25717745","geometry":{"type":"Point","coordinates":[-0.0721048,51.7975379]},"properties":{"@type":"node","@id":25717745,"@timestamp":1484051721},"coords":"51.7975379,-0.0721048","bedrooms":"1","price":"234000","area":"560"} , +{"type":"Feature","id":"n25718528","geometry":{"type":"Point","coordinates":[-0.0652215,51.8374685]},"properties":{"@type":"node","@id":25718528,"@timestamp":1619921891},"coords":"51.8374685,-0.0652215","bedrooms":"0","price":"180000","area":"459"} , +{"type":"Feature","id":"n25718599","geometry":{"type":"Point","coordinates":[-0.2162869,51.9684469]},"properties":{"@type":"node","@id":25718599,"@timestamp":1170957618},"coords":"51.9684469,-0.2162869","bedrooms":"1","price":"154000","area":"374"} , +{"type":"Feature","id":"n25718609","geometry":{"type":"Point","coordinates":[-0.2170579,51.9654777]},"properties":{"@type":"node","@id":25718609,"@timestamp":1170957619},"coords":"51.9654777,-0.2170579","bedrooms":"2","price":"185000","area":"525"} , +{"type":"Feature","id":"n25718627","geometry":{"type":"Point","coordinates":[-0.2208432,51.9648029]},"properties":{"@type":"node","@id":25718627,"@timestamp":1170957620},"coords":"51.9648029,-0.2208432","bedrooms":"0","price":"189000","area":"662"} , +{"type":"Feature","id":"n25718661","geometry":{"type":"Point","coordinates":[-0.2175297,51.964165]},"properties":{"@type":"node","@id":25718661,"@timestamp":1170957623},"coords":"51.964165,-0.2175297","bedrooms":"0","price":"176000","area":"693"} , +{"type":"Feature","id":"n25718676","geometry":{"type":"Point","coordinates":[-0.2077887,51.9648737]},"properties":{"@type":"node","@id":25718676,"@timestamp":1230309007},"coords":"51.9648737,-0.2077887","bedrooms":"4","price":"183000","area":"664"} , +{"type":"Feature","id":"n25718690","geometry":{"type":"Point","coordinates":[-0.2111869,51.9649726]},"properties":{"@type":"node","@id":25718690,"@timestamp":1170957626},"coords":"51.9649726,-0.2111869","bedrooms":"4","price":"213000","area":"537"} , +{"type":"Feature","id":"n25718703","geometry":{"type":"Point","coordinates":[-0.2213728,51.9645871]},"properties":{"@type":"node","@id":25718703,"@timestamp":1170957627},"coords":"51.9645871,-0.2213728","bedrooms":"4","price":"264000","area":"521"} , +{"type":"Feature","id":"n25718755","geometry":{"type":"Point","coordinates":[-0.2306422,51.9664585]},"properties":{"@type":"node","@id":25718755,"@timestamp":1170957631},"coords":"51.9664585,-0.2306422","bedrooms":"1","price":"263000","area":"454"} , +{"type":"Feature","id":"n25718795","geometry":{"type":"Point","coordinates":[-0.2237246,51.9628827]},"properties":{"@type":"node","@id":25718795,"@timestamp":1170957634},"coords":"51.9628827,-0.2237246","bedrooms":"4","price":"194000","area":"387"} , +{"type":"Feature","id":"n25718817","geometry":{"type":"Point","coordinates":[-0.2156912,51.9650921]},"properties":{"@type":"node","@id":25718817,"@timestamp":1230298008},"coords":"51.9650921,-0.2156912","bedrooms":"3","price":"155000","area":"479"} , +{"type":"Feature","id":"n25719118","geometry":{"type":"Point","coordinates":[-0.1352573,51.6213763]},"properties":{"@type":"node","@id":25719118,"@timestamp":1425683098},"coords":"51.6213763,-0.1352573","bedrooms":"0","price":"169000","area":"376"} , +{"type":"Feature","id":"n25720986","geometry":{"type":"Point","coordinates":[-0.051889,51.8587078]},"properties":{"@type":"node","@id":25720986,"@timestamp":1545116729},"coords":"51.8587078,-0.051889","bedrooms":"1","price":"170000","area":"513"} , +{"type":"Feature","id":"n25726599","geometry":{"type":"Point","coordinates":[-0.4833497,51.4944303]},"properties":{"@type":"node","@id":25726599,"@timestamp":1170989870},"coords":"51.4944303,-0.4833497","bedrooms":"2","price":"262000","area":"462"} , +{"type":"Feature","id":"n25726701","geometry":{"type":"Point","coordinates":[-0.4511102,51.5263553]},"properties":{"@type":"node","@id":25726701,"@timestamp":1564916366},"coords":"51.5263553,-0.4511102","bedrooms":"3","price":"202000","area":"375"} , +{"type":"Feature","id":"n25726712","geometry":{"type":"Point","coordinates":[-0.4505052,51.5261336]},"properties":{"@type":"node","@id":25726712,"@timestamp":1564916366},"coords":"51.5261336,-0.4505052","bedrooms":"0","price":"238000","area":"404"} , +{"type":"Feature","id":"n25728480","geometry":{"type":"Point","coordinates":[-0.0294899,51.3684001]},"properties":{"@type":"node","@id":25728480,"@timestamp":1614238574},"coords":"51.3684001,-0.0294899","bedrooms":"3","price":"248000","area":"376"} , +{"type":"Feature","id":"n25735619","geometry":{"type":"Point","coordinates":[0.104897,51.6081694]},"properties":{"@type":"node","@id":25735619,"@timestamp":1437986383},"coords":"51.6081694,0.104897","bedrooms":"4","price":"207000","area":"668"} , +{"type":"Feature","id":"n25743774","geometry":{"type":"Point","coordinates":[-0.0674294,51.8461165]},"properties":{"@type":"node","@id":25743774,"@timestamp":1625418567},"coords":"51.8461165,-0.0674294","bedrooms":"2","price":"174000","area":"572"} , +{"type":"Feature","id":"n25746185","geometry":{"type":"Point","coordinates":[-0.1132265,51.512377]},"properties":{"@type":"node","@id":25746185,"@timestamp":1543944098},"coords":"51.512377,-0.1132265","bedrooms":"2","price":"243000","area":"524"} , +{"type":"Feature","id":"n25747680","geometry":{"type":"Point","coordinates":[-0.8014346,50.9875157]},"properties":{"@type":"node","@id":25747680,"@timestamp":1171106006},"coords":"50.9875157,-0.8014346","bedrooms":"4","price":"206000","area":"637"} , +{"type":"Feature","id":"n25747691","geometry":{"type":"Point","coordinates":[-0.7856206,50.993018]},"properties":{"@type":"node","@id":25747691,"@timestamp":1171106007},"coords":"50.993018,-0.7856206","bedrooms":"2","price":"199000","area":"451"} , +{"type":"Feature","id":"n25747875","geometry":{"type":"Point","coordinates":[-0.7635288,51.0306161]},"properties":{"@type":"node","@id":25747875,"@timestamp":1171106348},"coords":"51.0306161,-0.7635288","bedrooms":"1","price":"225000","area":"648"} , +{"type":"Feature","id":"n25747888","geometry":{"type":"Point","coordinates":[-0.7634493,51.0215693]},"properties":{"@type":"node","@id":25747888,"@timestamp":1171106349},"coords":"51.0215693,-0.7634493","bedrooms":"2","price":"197000","area":"359"} , +{"type":"Feature","id":"n25749843","geometry":{"type":"Point","coordinates":[-0.0322702,51.833407]},"properties":{"@type":"node","@id":25749843,"@timestamp":1193012013},"coords":"51.833407,-0.0322702","bedrooms":"2","price":"271000","area":"575"} , +{"type":"Feature","id":"n25760787","geometry":{"type":"Point","coordinates":[-0.0811639,51.8086269]},"properties":{"@type":"node","@id":25760787,"@timestamp":1348432018},"coords":"51.8086269,-0.0811639","bedrooms":"2","price":"192000","area":"354"} , +{"type":"Feature","id":"n25766781","geometry":{"type":"Point","coordinates":[0.1736183,51.6566588]},"properties":{"@type":"node","@id":25766781,"@timestamp":1609771814},"coords":"51.6566588,0.1736183","bedrooms":"0","price":"217000","area":"433"} , +{"type":"Feature","id":"n25781179","geometry":{"type":"Point","coordinates":[-0.3905383,51.767482]},"properties":{"@type":"node","@id":25781179,"@timestamp":1209777769},"coords":"51.767482,-0.3905383","bedrooms":"0","price":"252000","area":"573"} , +{"type":"Feature","id":"n25781263","geometry":{"type":"Point","coordinates":[0.1338117,51.6866971]},"properties":{"@type":"node","@id":25781263,"@timestamp":1177029732},"coords":"51.6866971,0.1338117","bedrooms":"1","price":"223000","area":"639"} , +{"type":"Feature","id":"n25808843","geometry":{"type":"Point","coordinates":[-0.2372406,51.5682885]},"properties":{"@type":"node","@id":25808843,"@timestamp":1193503510},"coords":"51.5682885,-0.2372406","bedrooms":"3","price":"199000","area":"473"} , +{"type":"Feature","id":"n25811326","geometry":{"type":"Point","coordinates":[0.1024826,51.4343789]},"properties":{"@type":"node","@id":25811326,"@timestamp":1591398644},"coords":"51.4343789,0.1024826","bedrooms":"1","price":"216000","area":"433"} , +{"type":"Feature","id":"n25813308","geometry":{"type":"Point","coordinates":[-0.1333414,51.5453412]},"properties":{"@type":"node","@id":25813308,"@timestamp":1604594249},"coords":"51.5453412,-0.1333414","bedrooms":"3","price":"277000","area":"492"} , +{"type":"Feature","id":"n25832032","geometry":{"type":"Point","coordinates":[-0.021153,51.8514615]},"properties":{"@type":"node","@id":25832032,"@timestamp":1418567554},"coords":"51.8514615,-0.021153","bedrooms":"3","price":"206000","area":"472"} , +{"type":"Feature","id":"n25838874","geometry":{"type":"Point","coordinates":[0.1533375,51.4062738]},"properties":{"@type":"node","@id":25838874,"@timestamp":1194088998},"coords":"51.4062738,0.1533375","bedrooms":"0","price":"278000","area":"569"} , +{"type":"Feature","id":"n25870751","geometry":{"type":"Point","coordinates":[0.2204724,51.6175342]},"properties":{"@type":"node","@id":25870751,"@timestamp":1445888030},"coords":"51.6175342,0.2204724","bedrooms":"4","price":"178000","area":"444"} , +{"type":"Feature","id":"n25876792","geometry":{"type":"Point","coordinates":[0.0001778,51.4508736]},"properties":{"@type":"node","@id":25876792,"@timestamp":1635154593},"coords":"51.4508736,0.0001778","bedrooms":"2","price":"247000","area":"598"} , +{"type":"Feature","id":"n25878759","geometry":{"type":"Point","coordinates":[-0.1317116,51.5557124]},"properties":{"@type":"node","@id":25878759,"@timestamp":1498468830},"coords":"51.5557124,-0.1317116","bedrooms":"3","price":"205000","area":"642"} , +{"type":"Feature","id":"n25879238","geometry":{"type":"Point","coordinates":[0.0806805,51.450615]},"properties":{"@type":"node","@id":25879238,"@timestamp":1564916366},"coords":"51.450615,0.0806805","bedrooms":"3","price":"233000","area":"680"} , +{"type":"Feature","id":"n25881770","geometry":{"type":"Point","coordinates":[-0.4073835,51.4997306]},"properties":{"@type":"node","@id":25881770,"@timestamp":1198117185},"coords":"51.4997306,-0.4073835","bedrooms":"1","price":"198000","area":"406"} , +{"type":"Feature","id":"n25893315","geometry":{"type":"Point","coordinates":[0.1862316,51.609968]},"properties":{"@type":"node","@id":25893315,"@timestamp":1171380167},"coords":"51.609968,0.1862316","bedrooms":"4","price":"163000","area":"437"} , +{"type":"Feature","id":"n25893807","geometry":{"type":"Point","coordinates":[-0.1068331,51.569022]},"properties":{"@type":"node","@id":25893807,"@timestamp":1498468830},"coords":"51.569022,-0.1068331","bedrooms":"0","price":"180000","area":"408"} , +{"type":"Feature","id":"n25894209","geometry":{"type":"Point","coordinates":[-0.1189505,51.5615114]},"properties":{"@type":"node","@id":25894209,"@timestamp":1231607986},"coords":"51.5615114,-0.1189505","bedrooms":"2","price":"158000","area":"520"} , +{"type":"Feature","id":"n25895973","geometry":{"type":"Point","coordinates":[0.2086997,51.5813926]},"properties":{"@type":"node","@id":25895973,"@timestamp":1564916366},"coords":"51.5813926,0.2086997","bedrooms":"1","price":"269000","area":"614"} , +{"type":"Feature","id":"n25898694","geometry":{"type":"Point","coordinates":[-0.0977397,51.8177638]},"properties":{"@type":"node","@id":25898694,"@timestamp":1545116732},"coords":"51.8177638,-0.0977397","bedrooms":"3","price":"268000","area":"578"} , +{"type":"Feature","id":"n25903640","geometry":{"type":"Point","coordinates":[0.0642155,51.448731]},"properties":{"@type":"node","@id":25903640,"@timestamp":1193082103},"coords":"51.448731,0.0642155","bedrooms":"4","price":"275000","area":"353"} , +{"type":"Feature","id":"n25908598","geometry":{"type":"Point","coordinates":[-0.1528871,51.3769862]},"properties":{"@type":"node","@id":25908598,"@timestamp":1171473874},"coords":"51.3769862,-0.1528871","bedrooms":"4","price":"150000","area":"416"} , +{"type":"Feature","id":"n25908609","geometry":{"type":"Point","coordinates":[-0.1517262,51.3800438]},"properties":{"@type":"node","@id":25908609,"@timestamp":1171473881},"coords":"51.3800438,-0.1517262","bedrooms":"4","price":"183000","area":"445"} , +{"type":"Feature","id":"n25908620","geometry":{"type":"Point","coordinates":[-0.1527012,51.3810201]},"properties":{"@type":"node","@id":25908620,"@timestamp":1171473890},"coords":"51.3810201,-0.1527012","bedrooms":"0","price":"168000","area":"389"} , +{"type":"Feature","id":"n25908630","geometry":{"type":"Point","coordinates":[-0.1526289,51.3833915]},"properties":{"@type":"node","@id":25908630,"@timestamp":1171473896},"coords":"51.3833915,-0.1526289","bedrooms":"4","price":"260000","area":"482"} , +{"type":"Feature","id":"n25911683","geometry":{"type":"Point","coordinates":[-0.0119197,51.838494]},"properties":{"@type":"node","@id":25911683,"@timestamp":1240425199},"coords":"51.838494,-0.0119197","bedrooms":"3","price":"260000","area":"695"} , +{"type":"Feature","id":"n25916568","geometry":{"type":"Point","coordinates":[-0.0609531,51.6236053]},"properties":{"@type":"node","@id":25916568,"@timestamp":1617665120},"coords":"51.6236053,-0.0609531","bedrooms":"4","price":"180000","area":"677"} , +{"type":"Feature","id":"n25926554","geometry":{"type":"Point","coordinates":[-0.1545038,51.3836017]},"properties":{"@type":"node","@id":25926554,"@timestamp":1171555589},"coords":"51.3836017,-0.1545038","bedrooms":"0","price":"247000","area":"486"} , +{"type":"Feature","id":"n25929041","geometry":{"type":"Point","coordinates":[0.4296987,51.6416032]},"properties":{"@type":"node","@id":25929041,"@timestamp":1171566283},"coords":"51.6416032,0.4296987","bedrooms":"4","price":"181000","area":"577"} , +{"type":"Feature","id":"n25942596","geometry":{"type":"Point","coordinates":[0.4264156,51.640858]},"properties":{"@type":"node","@id":25942596,"@timestamp":1171640721},"coords":"51.640858,0.4264156","bedrooms":"2","price":"295000","area":"382"} , +{"type":"Feature","id":"n25942637","geometry":{"type":"Point","coordinates":[0.4325558,51.6425374]},"properties":{"@type":"node","@id":25942637,"@timestamp":1171640725},"coords":"51.6425374,0.4325558","bedrooms":"1","price":"188000","area":"406"} , +{"type":"Feature","id":"n25947529","geometry":{"type":"Point","coordinates":[-0.4630185,51.4988633]},"properties":{"@type":"node","@id":25947529,"@timestamp":1564916366},"coords":"51.4988633,-0.4630185","bedrooms":"2","price":"243000","area":"564"} , +{"type":"Feature","id":"n25948235","geometry":{"type":"Point","coordinates":[-0.5060782,51.4832194]},"properties":{"@type":"node","@id":25948235,"@timestamp":1497962722},"coords":"51.4832194,-0.5060782","bedrooms":"1","price":"196000","area":"677"} , +{"type":"Feature","id":"n25950432","geometry":{"type":"Point","coordinates":[0.419827,51.6367859]},"properties":{"@type":"node","@id":25950432,"@timestamp":1173716335},"coords":"51.6367859,0.419827","bedrooms":"4","price":"157000","area":"548"} , +{"type":"Feature","id":"n25951266","geometry":{"type":"Point","coordinates":[-0.3306584,51.743786]},"properties":{"@type":"node","@id":25951266,"@timestamp":1340560434},"coords":"51.743786,-0.3306584","bedrooms":"4","price":"232000","area":"680"} , +{"type":"Feature","id":"n25965325","geometry":{"type":"Point","coordinates":[-0.0299782,51.9522891]},"properties":{"@type":"node","@id":25965325,"@timestamp":1193008245},"coords":"51.9522891,-0.0299782","bedrooms":"0","price":"241000","area":"578"} , +{"type":"Feature","id":"n25968645","geometry":{"type":"Point","coordinates":[-0.3144968,51.7470022]},"properties":{"@type":"node","@id":25968645,"@timestamp":1627167718},"coords":"51.7470022,-0.3144968","bedrooms":"3","price":"299000","area":"359"} , +{"type":"Feature","id":"n25987650","geometry":{"type":"Point","coordinates":[0.4050547,51.6332706]},"properties":{"@type":"node","@id":25987650,"@timestamp":1173111527},"coords":"51.6332706,0.4050547","bedrooms":"3","price":"174000","area":"485"} , +{"type":"Feature","id":"n25991006","geometry":{"type":"Point","coordinates":[-0.1851005,51.4528067]},"properties":{"@type":"node","@id":25991006,"@timestamp":1598717121},"coords":"51.4528067,-0.1851005","bedrooms":"2","price":"262000","area":"425"} , +{"type":"Feature","id":"n25991818","geometry":{"type":"Point","coordinates":[0.1276099,51.7847096]},"properties":{"@type":"node","@id":25991818,"@timestamp":1171818109},"coords":"51.7847096,0.1276099","bedrooms":"4","price":"230000","area":"428"} , +{"type":"Feature","id":"n25992297","geometry":{"type":"Point","coordinates":[0.1224141,51.7564467]},"properties":{"@type":"node","@id":25992297,"@timestamp":1378323078},"coords":"51.7564467,0.1224141","bedrooms":"0","price":"240000","area":"481"} , +{"type":"Feature","id":"n25992491","geometry":{"type":"Point","coordinates":[-0.3479843,51.7540976]},"properties":{"@type":"node","@id":25992491,"@timestamp":1626778546},"coords":"51.7540976,-0.3479843","bedrooms":"0","price":"212000","area":"465"} , +{"type":"Feature","id":"n25996695","geometry":{"type":"Point","coordinates":[-0.7958062,51.6140393]},"properties":{"@type":"node","@id":25996695,"@timestamp":1171821252},"coords":"51.6140393,-0.7958062","bedrooms":"0","price":"232000","area":"488"} , +{"type":"Feature","id":"n25996862","geometry":{"type":"Point","coordinates":[-0.7930533,51.6147207]},"properties":{"@type":"node","@id":25996862,"@timestamp":1171821629},"coords":"51.6147207,-0.7930533","bedrooms":"0","price":"221000","area":"555"} , +{"type":"Feature","id":"n25996875","geometry":{"type":"Point","coordinates":[-0.7942043,51.6155649]},"properties":{"@type":"node","@id":25996875,"@timestamp":1171821630},"coords":"51.6155649,-0.7942043","bedrooms":"2","price":"284000","area":"625"} , +{"type":"Feature","id":"n26003770","geometry":{"type":"Point","coordinates":[-0.8647324,51.483895]},"properties":{"@type":"node","@id":26003770,"@timestamp":1215988484},"coords":"51.483895,-0.8647324","bedrooms":"1","price":"163000","area":"442"} , +{"type":"Feature","id":"n26006408","geometry":{"type":"Point","coordinates":[0.6263097,51.2516849]},"properties":{"@type":"node","@id":26006408,"@timestamp":1171837131},"coords":"51.2516849,0.6263097","bedrooms":"1","price":"292000","area":"467"} , +{"type":"Feature","id":"n26006546","geometry":{"type":"Point","coordinates":[0.6299895,51.2475404]},"properties":{"@type":"node","@id":26006546,"@timestamp":1171837220},"coords":"51.2475404,0.6299895","bedrooms":"1","price":"247000","area":"379"} , +{"type":"Feature","id":"n26006736","geometry":{"type":"Point","coordinates":[0.6308299,51.246524]},"properties":{"@type":"node","@id":26006736,"@timestamp":1171837402},"coords":"51.246524,0.6308299","bedrooms":"3","price":"264000","area":"374"} , +{"type":"Feature","id":"n26008014","geometry":{"type":"Point","coordinates":[0.5313387,51.3450453]},"properties":{"@type":"node","@id":26008014,"@timestamp":1390935628},"coords":"51.3450453,0.5313387","bedrooms":"3","price":"230000","area":"504"} , +{"type":"Feature","id":"n26008062","geometry":{"type":"Point","coordinates":[0.5414931,51.3570354]},"properties":{"@type":"node","@id":26008062,"@timestamp":1234905069},"coords":"51.3570354,0.5414931","bedrooms":"1","price":"254000","area":"571"} , +{"type":"Feature","id":"n26008181","geometry":{"type":"Point","coordinates":[0.5174787,51.3336563]},"properties":{"@type":"node","@id":26008181,"@timestamp":1171841633},"coords":"51.3336563,0.5174787","bedrooms":"4","price":"234000","area":"490"} , +{"type":"Feature","id":"n26008286","geometry":{"type":"Point","coordinates":[0.5026478,51.3894601]},"properties":{"@type":"node","@id":26008286,"@timestamp":1234812488},"coords":"51.3894601,0.5026478","bedrooms":"2","price":"256000","area":"445"} , +{"type":"Feature","id":"n26008391","geometry":{"type":"Point","coordinates":[0.5089645,51.3824704]},"properties":{"@type":"node","@id":26008391,"@timestamp":1314092392},"coords":"51.3824704,0.5089645","bedrooms":"1","price":"263000","area":"614"} , +{"type":"Feature","id":"n26011152","geometry":{"type":"Point","coordinates":[0.6812938,51.5616817]},"properties":{"@type":"node","@id":26011152,"@timestamp":1428787640},"coords":"51.5616817,0.6812938","bedrooms":"2","price":"197000","area":"566"} , +{"type":"Feature","id":"n26011578","geometry":{"type":"Point","coordinates":[0.5724701,51.5864837]},"properties":{"@type":"node","@id":26011578,"@timestamp":1356468356},"coords":"51.5864837,0.5724701","bedrooms":"2","price":"271000","area":"388"} , +{"type":"Feature","id":"n26022558","geometry":{"type":"Point","coordinates":[0.4339626,51.6417484]},"properties":{"@type":"node","@id":26022558,"@timestamp":1171914479},"coords":"51.6417484,0.4339626","bedrooms":"4","price":"254000","area":"451"} , +{"type":"Feature","id":"n26022572","geometry":{"type":"Point","coordinates":[0.435971,51.6415377]},"properties":{"@type":"node","@id":26022572,"@timestamp":1172846819},"coords":"51.6415377,0.435971","bedrooms":"2","price":"260000","area":"515"} , +{"type":"Feature","id":"n26027329","geometry":{"type":"Point","coordinates":[0.0811777,51.4539616]},"properties":{"@type":"node","@id":26027329,"@timestamp":1171930288},"coords":"51.4539616,0.0811777","bedrooms":"4","price":"206000","area":"654"} , +{"type":"Feature","id":"n26027339","geometry":{"type":"Point","coordinates":[0.0826697,51.4548758]},"properties":{"@type":"node","@id":26027339,"@timestamp":1171930289},"coords":"51.4548758,0.0826697","bedrooms":"3","price":"236000","area":"572"} , +{"type":"Feature","id":"n26027372","geometry":{"type":"Point","coordinates":[0.0839853,51.4570767]},"properties":{"@type":"node","@id":26027372,"@timestamp":1171930293},"coords":"51.4570767,0.0839853","bedrooms":"1","price":"292000","area":"676"} , +{"type":"Feature","id":"n26028851","geometry":{"type":"Point","coordinates":[0.089325,51.4389946]},"properties":{"@type":"node","@id":26028851,"@timestamp":1193434341},"coords":"51.4389946,0.089325","bedrooms":"0","price":"268000","area":"464"} , +{"type":"Feature","id":"n26029210","geometry":{"type":"Point","coordinates":[-0.2982217,51.7703446]},"properties":{"@type":"node","@id":26029210,"@timestamp":1171942707},"coords":"51.7703446,-0.2982217","bedrooms":"1","price":"182000","area":"658"} , +{"type":"Feature","id":"n26029289","geometry":{"type":"Point","coordinates":[-0.2967803,51.7635213]},"properties":{"@type":"node","@id":26029289,"@timestamp":1171943477},"coords":"51.7635213,-0.2967803","bedrooms":"4","price":"243000","area":"429"} , +{"type":"Feature","id":"n26035167","geometry":{"type":"Point","coordinates":[-0.1384434,51.5937897]},"properties":{"@type":"node","@id":26035167,"@timestamp":1626285224},"coords":"51.5937897,-0.1384434","bedrooms":"2","price":"243000","area":"557"} , +{"type":"Feature","id":"n26049416","geometry":{"type":"Point","coordinates":[0.0508674,51.4515966]},"properties":{"@type":"node","@id":26049416,"@timestamp":1404506225},"coords":"51.4515966,0.0508674","bedrooms":"0","price":"279000","area":"473"} , +{"type":"Feature","id":"n26056757","geometry":{"type":"Point","coordinates":[-0.2035559,51.2163007]},"properties":{"@type":"node","@id":26056757,"@timestamp":1172071842},"coords":"51.2163007,-0.2035559","bedrooms":"3","price":"171000","area":"520"} , +{"type":"Feature","id":"n26056775","geometry":{"type":"Point","coordinates":[-0.1994487,51.223673]},"properties":{"@type":"node","@id":26056775,"@timestamp":1448726571},"coords":"51.223673,-0.1994487","bedrooms":"2","price":"238000","area":"367"} , +{"type":"Feature","id":"n26060262","geometry":{"type":"Point","coordinates":[0.0849115,51.7569763]},"properties":{"@type":"node","@id":26060262,"@timestamp":1612746720},"coords":"51.7569763,0.0849115","bedrooms":"4","price":"163000","area":"608"} , +{"type":"Feature","id":"n26065903","geometry":{"type":"Point","coordinates":[-0.104466,51.5645118]},"properties":{"@type":"node","@id":26065903,"@timestamp":1527896186},"coords":"51.5645118,-0.104466","bedrooms":"2","price":"189000","area":"406"} , +{"type":"Feature","id":"n26067703","geometry":{"type":"Point","coordinates":[0.0775629,51.7553594]},"properties":{"@type":"node","@id":26067703,"@timestamp":1631237365},"coords":"51.7553594,0.0775629","bedrooms":"3","price":"221000","area":"624"} , +{"type":"Feature","id":"n26070820","geometry":{"type":"Point","coordinates":[-0.0342704,51.4905674]},"properties":{"@type":"node","@id":26070820,"@timestamp":1564916367},"coords":"51.4905674,-0.0342704","bedrooms":"2","price":"274000","area":"656"} , +{"type":"Feature","id":"n26082806","geometry":{"type":"Point","coordinates":[-0.0150802,51.6713798]},"properties":{"@type":"node","@id":26082806,"@timestamp":1613906493},"coords":"51.6713798,-0.0150802","bedrooms":"1","price":"150000","area":"444"} , +{"type":"Feature","id":"n26083362","geometry":{"type":"Point","coordinates":[0.0845565,51.7478608]},"properties":{"@type":"node","@id":26083362,"@timestamp":1632008231},"coords":"51.7478608,0.0845565","bedrooms":"1","price":"171000","area":"462"} , +{"type":"Feature","id":"n26083740","geometry":{"type":"Point","coordinates":[0.0851911,51.7524836]},"properties":{"@type":"node","@id":26083740,"@timestamp":1631243273},"coords":"51.7524836,0.0851911","bedrooms":"4","price":"192000","area":"384"} , +{"type":"Feature","id":"n26087545","geometry":{"type":"Point","coordinates":[-0.2110128,51.2947257]},"properties":{"@type":"node","@id":26087545,"@timestamp":1623145127},"coords":"51.2947257,-0.2110128","bedrooms":"3","price":"175000","area":"542"} , +{"type":"Feature","id":"n26090532","geometry":{"type":"Point","coordinates":[0.1013058,51.7530415]},"properties":{"@type":"node","@id":26090532,"@timestamp":1324137253},"coords":"51.7530415,0.1013058","bedrooms":"3","price":"267000","area":"375"} , +{"type":"Feature","id":"n26092195","geometry":{"type":"Point","coordinates":[-1.0970366,50.9485107]},"properties":{"@type":"node","@id":26092195,"@timestamp":1210443410},"coords":"50.9485107,-1.0970366","bedrooms":"0","price":"267000","area":"454"} , +{"type":"Feature","id":"n26108595","geometry":{"type":"Point","coordinates":[-0.211711,51.2945842]},"properties":{"@type":"node","@id":26108595,"@timestamp":1616174618},"coords":"51.2945842,-0.211711","bedrooms":"2","price":"167000","area":"584"} , +{"type":"Feature","id":"n26108629","geometry":{"type":"Point","coordinates":[-0.2092515,51.2975952]},"properties":{"@type":"node","@id":26108629,"@timestamp":1172236269},"coords":"51.2975952,-0.2092515","bedrooms":"4","price":"275000","area":"656"} , +{"type":"Feature","id":"n26112182","geometry":{"type":"Point","coordinates":[0.1083185,51.7530393]},"properties":{"@type":"node","@id":26112182,"@timestamp":1612530072},"coords":"51.7530393,0.1083185","bedrooms":"1","price":"165000","area":"666"} , +{"type":"Feature","id":"n26118060","geometry":{"type":"Point","coordinates":[-0.0409326,51.4937117]},"properties":{"@type":"node","@id":26118060,"@timestamp":1188224467},"coords":"51.4937117,-0.0409326","bedrooms":"0","price":"166000","area":"572"} , +{"type":"Feature","id":"n26118078","geometry":{"type":"Point","coordinates":[0.0223575,51.4532171]},"properties":{"@type":"node","@id":26118078,"@timestamp":1172290113},"coords":"51.4532171,0.0223575","bedrooms":"3","price":"225000","area":"389"} , +{"type":"Feature","id":"n26118112","geometry":{"type":"Point","coordinates":[0.0508641,51.4377697]},"properties":{"@type":"node","@id":26118112,"@timestamp":1193078596},"coords":"51.4377697,0.0508641","bedrooms":"0","price":"282000","area":"595"} , +{"type":"Feature","id":"n26121456","geometry":{"type":"Point","coordinates":[0.1059165,51.7615961]},"properties":{"@type":"node","@id":26121456,"@timestamp":1445031101},"coords":"51.7615961,0.1059165","bedrooms":"2","price":"227000","area":"586"} , +{"type":"Feature","id":"n26125828","geometry":{"type":"Point","coordinates":[-0.0574097,51.5343156]},"properties":{"@type":"node","@id":26125828,"@timestamp":1632059047},"coords":"51.5343156,-0.0574097","bedrooms":"3","price":"227000","area":"456"} , +{"type":"Feature","id":"n26127307","geometry":{"type":"Point","coordinates":[0.0961131,51.7579893]},"properties":{"@type":"node","@id":26127307,"@timestamp":1172338922},"coords":"51.7579893,0.0961131","bedrooms":"4","price":"196000","area":"606"} , +{"type":"Feature","id":"n26127414","geometry":{"type":"Point","coordinates":[0.0949543,51.7608515]},"properties":{"@type":"node","@id":26127414,"@timestamp":1172339051},"coords":"51.7608515,0.0949543","bedrooms":"3","price":"226000","area":"386"} , +{"type":"Feature","id":"n26127695","geometry":{"type":"Point","coordinates":[0.1032263,51.7592112]},"properties":{"@type":"node","@id":26127695,"@timestamp":1172339487},"coords":"51.7592112,0.1032263","bedrooms":"0","price":"295000","area":"451"} , +{"type":"Feature","id":"n26145411","geometry":{"type":"Point","coordinates":[0.1250653,51.4287874]},"properties":{"@type":"node","@id":26145411,"@timestamp":1172374883},"coords":"51.4287874,0.1250653","bedrooms":"4","price":"286000","area":"378"} , +{"type":"Feature","id":"n26158473","geometry":{"type":"Point","coordinates":[-0.2038401,51.4282679]},"properties":{"@type":"node","@id":26158473,"@timestamp":1526517546},"coords":"51.4282679,-0.2038401","bedrooms":"2","price":"231000","area":"622"} , +{"type":"Feature","id":"n26158870","geometry":{"type":"Point","coordinates":[-0.2113789,51.4275815]},"properties":{"@type":"node","@id":26158870,"@timestamp":1604684382},"coords":"51.4275815,-0.2113789","bedrooms":"1","price":"237000","area":"620"} , +{"type":"Feature","id":"n26162715","geometry":{"type":"Point","coordinates":[-0.228411,51.5555858]},"properties":{"@type":"node","@id":26162715,"@timestamp":1172437925},"coords":"51.5555858,-0.228411","bedrooms":"0","price":"153000","area":"677"} , +{"type":"Feature","id":"n26164178","geometry":{"type":"Point","coordinates":[-0.1457233,51.1135575]},"properties":{"@type":"node","@id":26164178,"@timestamp":1209229515},"coords":"51.1135575,-0.1457233","bedrooms":"0","price":"271000","area":"628"} , +{"type":"Feature","id":"n26164310","geometry":{"type":"Point","coordinates":[-0.0082341,51.1240753]},"properties":{"@type":"node","@id":26164310,"@timestamp":1619709791},"coords":"51.1240753,-0.0082341","bedrooms":"1","price":"281000","area":"499"} , +{"type":"Feature","id":"n26164513","geometry":{"type":"Point","coordinates":[-0.1488488,51.1229766]},"properties":{"@type":"node","@id":26164513,"@timestamp":1199999565},"coords":"51.1229766,-0.1488488","bedrooms":"0","price":"222000","area":"498"} , +{"type":"Feature","id":"n26164536","geometry":{"type":"Point","coordinates":[-0.1462055,51.1133786]},"properties":{"@type":"node","@id":26164536,"@timestamp":1209229514},"coords":"51.1133786,-0.1462055","bedrooms":"4","price":"162000","area":"555"} , +{"type":"Feature","id":"n26166563","geometry":{"type":"Point","coordinates":[0.0916284,51.7744228]},"properties":{"@type":"node","@id":26166563,"@timestamp":1624984664},"coords":"51.7744228,0.0916284","bedrooms":"2","price":"152000","area":"500"} , +{"type":"Feature","id":"n26167117","geometry":{"type":"Point","coordinates":[0.1035374,51.772232]},"properties":{"@type":"node","@id":26167117,"@timestamp":1172448292},"coords":"51.772232,0.1035374","bedrooms":"0","price":"217000","area":"625"} , +{"type":"Feature","id":"n26167414","geometry":{"type":"Point","coordinates":[0.1021212,51.7736792]},"properties":{"@type":"node","@id":26167414,"@timestamp":1172448489},"coords":"51.7736792,0.1021212","bedrooms":"2","price":"151000","area":"668"} , +{"type":"Feature","id":"n26167608","geometry":{"type":"Point","coordinates":[0.0977009,51.7751729]},"properties":{"@type":"node","@id":26167608,"@timestamp":1172448640},"coords":"51.7751729,0.0977009","bedrooms":"3","price":"165000","area":"436"} , +{"type":"Feature","id":"n26168664","geometry":{"type":"Point","coordinates":[0.0950616,51.7736593]},"properties":{"@type":"node","@id":26168664,"@timestamp":1172449328},"coords":"51.7736593,0.0950616","bedrooms":"4","price":"294000","area":"698"} , +{"type":"Feature","id":"n26192087","geometry":{"type":"Point","coordinates":[0.4258558,51.645132]},"properties":{"@type":"node","@id":26192087,"@timestamp":1577378513},"coords":"51.645132,0.4258558","bedrooms":"0","price":"208000","area":"521"} , +{"type":"Feature","id":"n26193405","geometry":{"type":"Point","coordinates":[0.4336585,51.6432124]},"properties":{"@type":"node","@id":26193405,"@timestamp":1172514162},"coords":"51.6432124,0.4336585","bedrooms":"0","price":"222000","area":"641"} , +{"type":"Feature","id":"n26193607","geometry":{"type":"Point","coordinates":[0.4346999,51.6419564]},"properties":{"@type":"node","@id":26193607,"@timestamp":1172515220},"coords":"51.6419564,0.4346999","bedrooms":"0","price":"228000","area":"434"} , +{"type":"Feature","id":"n26197005","geometry":{"type":"Point","coordinates":[-0.0863632,51.7876965]},"properties":{"@type":"node","@id":26197005,"@timestamp":1545116725},"coords":"51.7876965,-0.0863632","bedrooms":"2","price":"194000","area":"537"} , +{"type":"Feature","id":"n26198051","geometry":{"type":"Point","coordinates":[-0.7365852,51.7664982]},"properties":{"@type":"node","@id":26198051,"@timestamp":1172530647},"coords":"51.7664982,-0.7365852","bedrooms":"4","price":"211000","area":"497"} , +{"type":"Feature","id":"n26198770","geometry":{"type":"Point","coordinates":[-0.2478405,51.5163253]},"properties":{"@type":"node","@id":26198770,"@timestamp":1614954832},"coords":"51.5163253,-0.2478405","bedrooms":"0","price":"271000","area":"591"} , +{"type":"Feature","id":"n26198959","geometry":{"type":"Point","coordinates":[-0.4317461,51.4952877]},"properties":{"@type":"node","@id":26198959,"@timestamp":1172533293},"coords":"51.4952877,-0.4317461","bedrooms":"1","price":"178000","area":"381"} , +{"type":"Feature","id":"n26199466","geometry":{"type":"Point","coordinates":[-0.1271847,51.5551826]},"properties":{"@type":"node","@id":26199466,"@timestamp":1498468831},"coords":"51.5551826,-0.1271847","bedrooms":"4","price":"282000","area":"399"} , +{"type":"Feature","id":"n26200321","geometry":{"type":"Point","coordinates":[0.0889498,51.3933691]},"properties":{"@type":"node","@id":26200321,"@timestamp":1187466214},"coords":"51.3933691,0.0889498","bedrooms":"3","price":"276000","area":"554"} , +{"type":"Feature","id":"n26200431","geometry":{"type":"Point","coordinates":[0.1431371,51.3942282]},"properties":{"@type":"node","@id":26200431,"@timestamp":1172541364},"coords":"51.3942282,0.1431371","bedrooms":"0","price":"290000","area":"685"} , +{"type":"Feature","id":"n26200542","geometry":{"type":"Point","coordinates":[0.1574347,51.4010446]},"properties":{"@type":"node","@id":26200542,"@timestamp":1194167898},"coords":"51.4010446,0.1574347","bedrooms":"2","price":"290000","area":"572"} , +{"type":"Feature","id":"n26206711","geometry":{"type":"Point","coordinates":[-0.7474927,51.7619359]},"properties":{"@type":"node","@id":26206711,"@timestamp":1619878906},"coords":"51.7619359,-0.7474927","bedrooms":"4","price":"245000","area":"470"} , +{"type":"Feature","id":"n26210158","geometry":{"type":"Point","coordinates":[-0.7449414,51.7630501]},"properties":{"@type":"node","@id":26210158,"@timestamp":1172610192},"coords":"51.7630501,-0.7449414","bedrooms":"2","price":"260000","area":"527"} , +{"type":"Feature","id":"n26214070","geometry":{"type":"Point","coordinates":[0.1059299,51.7689323]},"properties":{"@type":"node","@id":26214070,"@timestamp":1172621137},"coords":"51.7689323,0.1059299","bedrooms":"1","price":"160000","area":"592"} , +{"type":"Feature","id":"n26214190","geometry":{"type":"Point","coordinates":[0.1092452,51.7713689]},"properties":{"@type":"node","@id":26214190,"@timestamp":1172621354},"coords":"51.7713689,0.1092452","bedrooms":"0","price":"189000","area":"612"} , +{"type":"Feature","id":"n26214514","geometry":{"type":"Point","coordinates":[0.1153284,51.7666749]},"properties":{"@type":"node","@id":26214514,"@timestamp":1172621882},"coords":"51.7666749,0.1153284","bedrooms":"2","price":"290000","area":"424"} , +{"type":"Feature","id":"n26214735","geometry":{"type":"Point","coordinates":[0.421154,51.6361983]},"properties":{"@type":"node","@id":26214735,"@timestamp":1221783591},"coords":"51.6361983,0.421154","bedrooms":"4","price":"196000","area":"531"} , +{"type":"Feature","id":"n26215765","geometry":{"type":"Point","coordinates":[0.1149207,51.7703797]},"properties":{"@type":"node","@id":26215765,"@timestamp":1172623460},"coords":"51.7703797,0.1149207","bedrooms":"4","price":"271000","area":"623"} , +{"type":"Feature","id":"n26233593","geometry":{"type":"Point","coordinates":[0.3397592,51.4695278]},"properties":{"@type":"node","@id":26233593,"@timestamp":1619780320},"coords":"51.4695278,0.3397592","bedrooms":"3","price":"252000","area":"562"} , +{"type":"Feature","id":"n26235308","geometry":{"type":"Point","coordinates":[0.1185471,51.7689788]},"properties":{"@type":"node","@id":26235308,"@timestamp":1172686667},"coords":"51.7689788,0.1185471","bedrooms":"0","price":"247000","area":"364"} , +{"type":"Feature","id":"n26235363","geometry":{"type":"Point","coordinates":[0.1106856,51.7730451]},"properties":{"@type":"node","@id":26235363,"@timestamp":1631655922},"coords":"51.7730451,0.1106856","bedrooms":"3","price":"265000","area":"362"} , +{"type":"Feature","id":"n26241873","geometry":{"type":"Point","coordinates":[-0.0806069,51.5410206]},"properties":{"@type":"node","@id":26241873,"@timestamp":1559797245},"coords":"51.5410206,-0.0806069","bedrooms":"0","price":"163000","area":"653"} , +{"type":"Feature","id":"n26243229","geometry":{"type":"Point","coordinates":[0.1150602,51.7740377]},"properties":{"@type":"node","@id":26243229,"@timestamp":1172707029},"coords":"51.7740377,0.1150602","bedrooms":"0","price":"239000","area":"588"} , +{"type":"Feature","id":"n26243424","geometry":{"type":"Point","coordinates":[0.1179463,51.7741406]},"properties":{"@type":"node","@id":26243424,"@timestamp":1617221127},"coords":"51.7741406,0.1179463","bedrooms":"2","price":"165000","area":"492"} , +{"type":"Feature","id":"n26243754","geometry":{"type":"Point","coordinates":[0.1214009,51.7749671]},"properties":{"@type":"node","@id":26243754,"@timestamp":1172708589},"coords":"51.7749671,0.1214009","bedrooms":"2","price":"254000","area":"699"} , +{"type":"Feature","id":"n26243795","geometry":{"type":"Point","coordinates":[0.1178926,51.7750932]},"properties":{"@type":"node","@id":26243795,"@timestamp":1172708757},"coords":"51.7750932,0.1178926","bedrooms":"3","price":"158000","area":"357"} , +{"type":"Feature","id":"n26243903","geometry":{"type":"Point","coordinates":[0.1245445,51.775538]},"properties":{"@type":"node","@id":26243903,"@timestamp":1172708911},"coords":"51.775538,0.1245445","bedrooms":"1","price":"198000","area":"656"} , +{"type":"Feature","id":"n26243924","geometry":{"type":"Point","coordinates":[0.125317,51.7762417]},"properties":{"@type":"node","@id":26243924,"@timestamp":1172709038},"coords":"51.7762417,0.125317","bedrooms":"0","price":"197000","area":"544"} , +{"type":"Feature","id":"n26244138","geometry":{"type":"Point","coordinates":[0.1197701,51.7778813]},"properties":{"@type":"node","@id":26244138,"@timestamp":1172709267},"coords":"51.7778813,0.1197701","bedrooms":"0","price":"253000","area":"418"} , +{"type":"Feature","id":"n26244157","geometry":{"type":"Point","coordinates":[0.1238578,51.772783]},"properties":{"@type":"node","@id":26244157,"@timestamp":1172709373},"coords":"51.772783,0.1238578","bedrooms":"0","price":"273000","area":"367"} , +{"type":"Feature","id":"n26244232","geometry":{"type":"Point","coordinates":[0.1206285,51.7719199]},"properties":{"@type":"node","@id":26244232,"@timestamp":1172709489},"coords":"51.7719199,0.1206285","bedrooms":"1","price":"204000","area":"620"} , +{"type":"Feature","id":"n26244342","geometry":{"type":"Point","coordinates":[0.121122,51.7697423]},"properties":{"@type":"node","@id":26244342,"@timestamp":1172709747},"coords":"51.7697423,0.121122","bedrooms":"0","price":"152000","area":"435"} , +{"type":"Feature","id":"n26262490","geometry":{"type":"Point","coordinates":[0.2910319,51.4906032]},"properties":{"@type":"node","@id":26262490,"@timestamp":1589931890},"coords":"51.4906032,0.2910319","bedrooms":"0","price":"245000","area":"367"} , +{"type":"Feature","id":"n26262619","geometry":{"type":"Point","coordinates":[0.431202,51.6366141]},"properties":{"@type":"node","@id":26262619,"@timestamp":1172761961},"coords":"51.6366141,0.431202","bedrooms":"0","price":"279000","area":"539"} , +{"type":"Feature","id":"n26262648","geometry":{"type":"Point","coordinates":[0.4315541,51.6370503]},"properties":{"@type":"node","@id":26262648,"@timestamp":1172761974},"coords":"51.6370503,0.4315541","bedrooms":"4","price":"248000","area":"393"} , +{"type":"Feature","id":"n26262677","geometry":{"type":"Point","coordinates":[0.435271,51.6437649]},"properties":{"@type":"node","@id":26262677,"@timestamp":1172763060},"coords":"51.6437649,0.435271","bedrooms":"2","price":"220000","area":"632"} , +{"type":"Feature","id":"n26262742","geometry":{"type":"Point","coordinates":[0.4358538,51.6426321]},"properties":{"@type":"node","@id":26262742,"@timestamp":1172764223},"coords":"51.6426321,0.4358538","bedrooms":"1","price":"261000","area":"416"} , +{"type":"Feature","id":"n26262769","geometry":{"type":"Point","coordinates":[0.4362773,51.6406164]},"properties":{"@type":"node","@id":26262769,"@timestamp":1172848190},"coords":"51.6406164,0.4362773","bedrooms":"3","price":"150000","area":"446"} , +{"type":"Feature","id":"n26262791","geometry":{"type":"Point","coordinates":[0.4378155,51.6390515]},"properties":{"@type":"node","@id":26262791,"@timestamp":1172849008},"coords":"51.6390515,0.4378155","bedrooms":"4","price":"293000","area":"614"} , +{"type":"Feature","id":"n26264267","geometry":{"type":"Point","coordinates":[0.1302844,51.7652075]},"properties":{"@type":"node","@id":26264267,"@timestamp":1624365693},"coords":"51.7652075,0.1302844","bedrooms":"3","price":"228000","area":"465"} , +{"type":"Feature","id":"n26264381","geometry":{"type":"Point","coordinates":[0.1289648,51.7654598]},"properties":{"@type":"node","@id":26264381,"@timestamp":1172773857},"coords":"51.7654598,0.1289648","bedrooms":"2","price":"282000","area":"590"} , +{"type":"Feature","id":"n26266840","geometry":{"type":"Point","coordinates":[-0.7353486,51.7557313]},"properties":{"@type":"node","@id":26266840,"@timestamp":1172780910},"coords":"51.7557313,-0.7353486","bedrooms":"4","price":"180000","area":"380"} , +{"type":"Feature","id":"n26267213","geometry":{"type":"Point","coordinates":[0.3411113,51.4578667]},"properties":{"@type":"node","@id":26267213,"@timestamp":1188926005},"coords":"51.4578667,0.3411113","bedrooms":"2","price":"281000","area":"351"} , +{"type":"Feature","id":"n26269218","geometry":{"type":"Point","coordinates":[-0.0570885,51.5686499]},"properties":{"@type":"node","@id":26269218,"@timestamp":1622476887},"coords":"51.5686499,-0.0570885","bedrooms":"0","price":"204000","area":"375"} , +{"type":"Feature","id":"n26284550","geometry":{"type":"Point","coordinates":[0.434247,51.6405846]},"properties":{"@type":"node","@id":26284550,"@timestamp":1172846814},"coords":"51.6405846,0.434247","bedrooms":"4","price":"219000","area":"618"} , +{"type":"Feature","id":"n26284601","geometry":{"type":"Point","coordinates":[0.4353985,51.6407339]},"properties":{"@type":"node","@id":26284601,"@timestamp":1172847159},"coords":"51.6407339,0.4353985","bedrooms":"0","price":"195000","area":"560"} , +{"type":"Feature","id":"n26284744","geometry":{"type":"Point","coordinates":[0.4348117,51.6402724]},"properties":{"@type":"node","@id":26284744,"@timestamp":1172848175},"coords":"51.6402724,0.4348117","bedrooms":"1","price":"175000","area":"625"} , +{"type":"Feature","id":"n26284754","geometry":{"type":"Point","coordinates":[0.4357993,51.6406403]},"properties":{"@type":"node","@id":26284754,"@timestamp":1172848176},"coords":"51.6406403,0.4357993","bedrooms":"2","price":"175000","area":"577"} , +{"type":"Feature","id":"n26284764","geometry":{"type":"Point","coordinates":[0.4361159,51.639514]},"properties":{"@type":"node","@id":26284764,"@timestamp":1172848177},"coords":"51.639514,0.4361159","bedrooms":"4","price":"206000","area":"682"} , +{"type":"Feature","id":"n26284775","geometry":{"type":"Point","coordinates":[0.4367459,51.64034]},"properties":{"@type":"node","@id":26284775,"@timestamp":1172848179},"coords":"51.64034,0.4367459","bedrooms":"2","price":"290000","area":"579"} , +{"type":"Feature","id":"n26284785","geometry":{"type":"Point","coordinates":[0.4393096,51.6417751]},"properties":{"@type":"node","@id":26284785,"@timestamp":1172848180},"coords":"51.6417751,0.4393096","bedrooms":"3","price":"175000","area":"553"} , +{"type":"Feature","id":"n26284867","geometry":{"type":"Point","coordinates":[0.4372751,51.6407093]},"properties":{"@type":"node","@id":26284867,"@timestamp":1172848999},"coords":"51.6407093,0.4372751","bedrooms":"3","price":"265000","area":"508"} , +{"type":"Feature","id":"n26284877","geometry":{"type":"Point","coordinates":[0.4387867,51.6402849]},"properties":{"@type":"node","@id":26284877,"@timestamp":1172849001},"coords":"51.6402849,0.4387867","bedrooms":"4","price":"155000","area":"455"} , +{"type":"Feature","id":"n26284887","geometry":{"type":"Point","coordinates":[0.4362951,51.6394632]},"properties":{"@type":"node","@id":26284887,"@timestamp":1172849002},"coords":"51.6394632,0.4362951","bedrooms":"0","price":"232000","area":"354"} , +{"type":"Feature","id":"n26284897","geometry":{"type":"Point","coordinates":[0.4396062,51.6391936]},"properties":{"@type":"node","@id":26284897,"@timestamp":1172849201},"coords":"51.6391936,0.4396062","bedrooms":"2","price":"235000","area":"437"} , +{"type":"Feature","id":"n26285014","geometry":{"type":"Point","coordinates":[0.436358,51.638137]},"properties":{"@type":"node","@id":26285014,"@timestamp":1172850554},"coords":"51.638137,0.436358","bedrooms":"3","price":"155000","area":"515"} , +{"type":"Feature","id":"n26285024","geometry":{"type":"Point","coordinates":[0.4353897,51.6380362]},"properties":{"@type":"node","@id":26285024,"@timestamp":1172850556},"coords":"51.6380362,0.4353897","bedrooms":"3","price":"208000","area":"627"} , +{"type":"Feature","id":"n26285078","geometry":{"type":"Point","coordinates":[0.432011,51.6353714]},"properties":{"@type":"node","@id":26285078,"@timestamp":1172851286},"coords":"51.6353714,0.432011","bedrooms":"1","price":"222000","area":"380"} , +{"type":"Feature","id":"n26287021","geometry":{"type":"Point","coordinates":[0.135048,51.7678767]},"properties":{"@type":"node","@id":26287021,"@timestamp":1172860315},"coords":"51.7678767,0.135048","bedrooms":"2","price":"181000","area":"416"} , +{"type":"Feature","id":"n26287057","geometry":{"type":"Point","coordinates":[0.1395863,51.7653137]},"properties":{"@type":"node","@id":26287057,"@timestamp":1612804255},"coords":"51.7653137,0.1395863","bedrooms":"0","price":"166000","area":"528"} , +{"type":"Feature","id":"n26287348","geometry":{"type":"Point","coordinates":[0.1389962,51.766489]},"properties":{"@type":"node","@id":26287348,"@timestamp":1172860793},"coords":"51.766489,0.1389962","bedrooms":"3","price":"256000","area":"633"} , +{"type":"Feature","id":"n26287425","geometry":{"type":"Point","coordinates":[0.1356166,51.7654]},"properties":{"@type":"node","@id":26287425,"@timestamp":1631223645},"coords":"51.7654,0.1356166","bedrooms":"1","price":"212000","area":"518"} , +{"type":"Feature","id":"n26287453","geometry":{"type":"Point","coordinates":[0.1375371,51.7659379]},"properties":{"@type":"node","@id":26287453,"@timestamp":1172861051},"coords":"51.7659379,0.1375371","bedrooms":"3","price":"158000","area":"658"} , +{"type":"Feature","id":"n26287881","geometry":{"type":"Point","coordinates":[0.1366359,51.7618808]},"properties":{"@type":"node","@id":26287881,"@timestamp":1172861887},"coords":"51.7618808,0.1366359","bedrooms":"3","price":"229000","area":"398"} , +{"type":"Feature","id":"n26289240","geometry":{"type":"Point","coordinates":[0.1383954,51.7644505]},"properties":{"@type":"node","@id":26289240,"@timestamp":1172864545},"coords":"51.7644505,0.1383954","bedrooms":"1","price":"151000","area":"608"} , +{"type":"Feature","id":"n26289277","geometry":{"type":"Point","coordinates":[0.1375478,51.763428]},"properties":{"@type":"node","@id":26289277,"@timestamp":1172864605},"coords":"51.763428,0.1375478","bedrooms":"4","price":"210000","area":"543"} , +{"type":"Feature","id":"n26289557","geometry":{"type":"Point","coordinates":[0.1377302,51.7638994]},"properties":{"@type":"node","@id":26289557,"@timestamp":1172865362},"coords":"51.7638994,0.1377302","bedrooms":"4","price":"282000","area":"657"} , +{"type":"Feature","id":"n26289573","geometry":{"type":"Point","coordinates":[0.1421612,51.7634944]},"properties":{"@type":"node","@id":26289573,"@timestamp":1172865378},"coords":"51.7634944,0.1421612","bedrooms":"1","price":"250000","area":"478"} , +{"type":"Feature","id":"n26289698","geometry":{"type":"Point","coordinates":[0.1313144,51.7640787]},"properties":{"@type":"node","@id":26289698,"@timestamp":1172865840},"coords":"51.7640787,0.1313144","bedrooms":"1","price":"192000","area":"460"} , +{"type":"Feature","id":"n26290025","geometry":{"type":"Point","coordinates":[0.1270765,51.7632088]},"properties":{"@type":"node","@id":26290025,"@timestamp":1172866677},"coords":"51.7632088,0.1270765","bedrooms":"3","price":"283000","area":"642"} , +{"type":"Feature","id":"n26292038","geometry":{"type":"Point","coordinates":[-0.5836974,51.2326295]},"properties":{"@type":"node","@id":26292038,"@timestamp":1172877460},"coords":"51.2326295,-0.5836974","bedrooms":"2","price":"181000","area":"391"} , +{"type":"Feature","id":"n26293434","geometry":{"type":"Point","coordinates":[0.4831891,51.5913791]},"properties":{"@type":"node","@id":26293434,"@timestamp":1551628697},"coords":"51.5913791,0.4831891","bedrooms":"0","price":"190000","area":"679"} , +{"type":"Feature","id":"n26310451","geometry":{"type":"Point","coordinates":[0.4071286,51.6274713]},"properties":{"@type":"node","@id":26310451,"@timestamp":1173981335},"coords":"51.6274713,0.4071286","bedrooms":"1","price":"286000","area":"504"} , +{"type":"Feature","id":"n26311049","geometry":{"type":"Point","coordinates":[0.1329192,51.7531544]},"properties":{"@type":"node","@id":26311049,"@timestamp":1611704977},"coords":"51.7531544,0.1329192","bedrooms":"1","price":"275000","area":"472"} , +{"type":"Feature","id":"n26312749","geometry":{"type":"Point","coordinates":[0.4186449,51.6268885]},"properties":{"@type":"node","@id":26312749,"@timestamp":1592403563},"coords":"51.6268885,0.4186449","bedrooms":"3","price":"155000","area":"373"} , +{"type":"Feature","id":"n26317034","geometry":{"type":"Point","coordinates":[-0.6408519,51.252306]},"properties":{"@type":"node","@id":26317034,"@timestamp":1172960836},"coords":"51.252306,-0.6408519","bedrooms":"1","price":"228000","area":"357"} , +{"type":"Feature","id":"n26318917","geometry":{"type":"Point","coordinates":[-0.7223925,51.2724882]},"properties":{"@type":"node","@id":26318917,"@timestamp":1619429701},"coords":"51.2724882,-0.7223925","bedrooms":"0","price":"162000","area":"514"} , +{"type":"Feature","id":"n26341879","geometry":{"type":"Point","coordinates":[-0.1642509,51.4637658]},"properties":{"@type":"node","@id":26341879,"@timestamp":1596715032},"coords":"51.4637658,-0.1642509","bedrooms":"4","price":"158000","area":"650"} , +{"type":"Feature","id":"n26344537","geometry":{"type":"Point","coordinates":[0.1397902,51.7460074]},"properties":{"@type":"node","@id":26344537,"@timestamp":1173029830},"coords":"51.7460074,0.1397902","bedrooms":"3","price":"195000","area":"556"} , +{"type":"Feature","id":"n26355209","geometry":{"type":"Point","coordinates":[-0.4903062,51.4761605]},"properties":{"@type":"node","@id":26355209,"@timestamp":1458902524},"coords":"51.4761605,-0.4903062","bedrooms":"0","price":"275000","area":"553"} , +{"type":"Feature","id":"n26356035","geometry":{"type":"Point","coordinates":[-0.277852,51.3263541]},"properties":{"@type":"node","@id":26356035,"@timestamp":1173050196},"coords":"51.3263541,-0.277852","bedrooms":"1","price":"298000","area":"683"} , +{"type":"Feature","id":"n26356508","geometry":{"type":"Point","coordinates":[0.1415604,51.7570994]},"properties":{"@type":"node","@id":26356508,"@timestamp":1173052626},"coords":"51.7570994,0.1415604","bedrooms":"0","price":"162000","area":"584"} , +{"type":"Feature","id":"n26356604","geometry":{"type":"Point","coordinates":[0.1436525,51.7564818]},"properties":{"@type":"node","@id":26356604,"@timestamp":1173053285},"coords":"51.7564818,0.1436525","bedrooms":"0","price":"229000","area":"624"} , +{"type":"Feature","id":"n26356722","geometry":{"type":"Point","coordinates":[0.1444357,51.7568006]},"properties":{"@type":"node","@id":26356722,"@timestamp":1173053925},"coords":"51.7568006,0.1444357","bedrooms":"4","price":"230000","area":"375"} , +{"type":"Feature","id":"n26357081","geometry":{"type":"Point","coordinates":[0.1431912,51.7606722]},"properties":{"@type":"node","@id":26357081,"@timestamp":1173054404},"coords":"51.7606722,0.1431912","bedrooms":"2","price":"272000","area":"571"} , +{"type":"Feature","id":"n26357092","geometry":{"type":"Point","coordinates":[0.1440066,51.7603667]},"properties":{"@type":"node","@id":26357092,"@timestamp":1173054419},"coords":"51.7603667,0.1440066","bedrooms":"1","price":"215000","area":"363"} , +{"type":"Feature","id":"n26360745","geometry":{"type":"Point","coordinates":[-0.2118667,51.646368]},"properties":{"@type":"node","@id":26360745,"@timestamp":1305208998},"coords":"51.646368,-0.2118667","bedrooms":"2","price":"208000","area":"512"} , +{"type":"Feature","id":"n26363073","geometry":{"type":"Point","coordinates":[0.4284805,51.6389312]},"properties":{"@type":"node","@id":26363073,"@timestamp":1173105294},"coords":"51.6389312,0.4284805","bedrooms":"4","price":"212000","area":"681"} , +{"type":"Feature","id":"n26363197","geometry":{"type":"Point","coordinates":[0.4261713,51.6354654]},"properties":{"@type":"node","@id":26363197,"@timestamp":1173105865},"coords":"51.6354654,0.4261713","bedrooms":"1","price":"277000","area":"357"} , +{"type":"Feature","id":"n26363250","geometry":{"type":"Point","coordinates":[0.4248426,51.6330653]},"properties":{"@type":"node","@id":26363250,"@timestamp":1253296524},"coords":"51.6330653,0.4248426","bedrooms":"0","price":"279000","area":"384"} , +{"type":"Feature","id":"n26363828","geometry":{"type":"Point","coordinates":[0.4242413,51.6312259]},"properties":{"@type":"node","@id":26363828,"@timestamp":1173107277},"coords":"51.6312259,0.4242413","bedrooms":"2","price":"181000","area":"614"} , +{"type":"Feature","id":"n26363902","geometry":{"type":"Point","coordinates":[0.4242917,51.6295679]},"properties":{"@type":"node","@id":26363902,"@timestamp":1257879973},"coords":"51.6295679,0.4242917","bedrooms":"0","price":"263000","area":"519"} , +{"type":"Feature","id":"n26363915","geometry":{"type":"Point","coordinates":[0.421157,51.6290161]},"properties":{"@type":"node","@id":26363915,"@timestamp":1173107910},"coords":"51.6290161,0.421157","bedrooms":"2","price":"166000","area":"696"} , +{"type":"Feature","id":"n26363925","geometry":{"type":"Point","coordinates":[0.4214628,51.6290821]},"properties":{"@type":"node","@id":26363925,"@timestamp":1173107911},"coords":"51.6290821,0.4214628","bedrooms":"4","price":"182000","area":"484"} , +{"type":"Feature","id":"n26363935","geometry":{"type":"Point","coordinates":[0.4219031,51.6293285]},"properties":{"@type":"node","@id":26363935,"@timestamp":1173107912},"coords":"51.6293285,0.4219031","bedrooms":"3","price":"258000","area":"359"} , +{"type":"Feature","id":"n26364149","geometry":{"type":"Point","coordinates":[0.4194863,51.6282999]},"properties":{"@type":"node","@id":26364149,"@timestamp":1173109744},"coords":"51.6282999,0.4194863","bedrooms":"0","price":"216000","area":"637"} , +{"type":"Feature","id":"n26364633","geometry":{"type":"Point","coordinates":[0.4057237,51.6309648]},"properties":{"@type":"node","@id":26364633,"@timestamp":1253296803},"coords":"51.6309648,0.4057237","bedrooms":"3","price":"282000","area":"579"} , +{"type":"Feature","id":"n26364645","geometry":{"type":"Point","coordinates":[0.4068785,51.6316283]},"properties":{"@type":"node","@id":26364645,"@timestamp":1173111510},"coords":"51.6316283,0.4068785","bedrooms":"1","price":"255000","area":"479"} , +{"type":"Feature","id":"n26364660","geometry":{"type":"Point","coordinates":[0.411118,51.6326735]},"properties":{"@type":"node","@id":26364660,"@timestamp":1173111511},"coords":"51.6326735,0.411118","bedrooms":"1","price":"204000","area":"525"} , +{"type":"Feature","id":"n26364677","geometry":{"type":"Point","coordinates":[0.4122848,51.6332904]},"properties":{"@type":"node","@id":26364677,"@timestamp":1173111513},"coords":"51.6332904,0.4122848","bedrooms":"4","price":"270000","area":"404"} , +{"type":"Feature","id":"n26364826","geometry":{"type":"Point","coordinates":[0.413258,51.6358858]},"properties":{"@type":"node","@id":26364826,"@timestamp":1173111872},"coords":"51.6358858,0.413258","bedrooms":"2","price":"188000","area":"379"} , +{"type":"Feature","id":"n26368365","geometry":{"type":"Point","coordinates":[0.144028,51.7611237]},"properties":{"@type":"node","@id":26368365,"@timestamp":1173118265},"coords":"51.7611237,0.144028","bedrooms":"1","price":"256000","area":"429"} , +{"type":"Feature","id":"n26368457","geometry":{"type":"Point","coordinates":[0.1473647,51.7623921]},"properties":{"@type":"node","@id":26368457,"@timestamp":1173118301},"coords":"51.7623921,0.1473647","bedrooms":"3","price":"266000","area":"676"} , +{"type":"Feature","id":"n26368483","geometry":{"type":"Point","coordinates":[0.1480835,51.7630893]},"properties":{"@type":"node","@id":26368483,"@timestamp":1173118312},"coords":"51.7630893,0.1480835","bedrooms":"1","price":"209000","area":"488"} , +{"type":"Feature","id":"n26370556","geometry":{"type":"Point","coordinates":[0.096976,51.4505814]},"properties":{"@type":"node","@id":26370556,"@timestamp":1173124783},"coords":"51.4505814,0.096976","bedrooms":"0","price":"172000","area":"496"} , +{"type":"Feature","id":"n26373132","geometry":{"type":"Point","coordinates":[-0.7760597,51.2229833]},"properties":{"@type":"node","@id":26373132,"@timestamp":1413135217},"coords":"51.2229833,-0.7760597","bedrooms":"3","price":"277000","area":"525"} , +{"type":"Feature","id":"n26374042","geometry":{"type":"Point","coordinates":[-0.0735076,51.552151]},"properties":{"@type":"node","@id":26374042,"@timestamp":1173138643},"coords":"51.552151,-0.0735076","bedrooms":"3","price":"190000","area":"469"} , +{"type":"Feature","id":"n26374186","geometry":{"type":"Point","coordinates":[0.147869,51.7636139]},"properties":{"@type":"node","@id":26374186,"@timestamp":1173140694},"coords":"51.7636139,0.147869","bedrooms":"1","price":"260000","area":"633"} , +{"type":"Feature","id":"n26374201","geometry":{"type":"Point","coordinates":[0.1488453,51.7644173]},"properties":{"@type":"node","@id":26374201,"@timestamp":1173140721},"coords":"51.7644173,0.1488453","bedrooms":"3","price":"189000","area":"350"} , +{"type":"Feature","id":"n26374224","geometry":{"type":"Point","coordinates":[0.1468605,51.7646099]},"properties":{"@type":"node","@id":26374224,"@timestamp":1173140769},"coords":"51.7646099,0.1468605","bedrooms":"4","price":"277000","area":"470"} , +{"type":"Feature","id":"n26374296","geometry":{"type":"Point","coordinates":[0.1494783,51.7658914]},"properties":{"@type":"node","@id":26374296,"@timestamp":1173141493},"coords":"51.7658914,0.1494783","bedrooms":"0","price":"288000","area":"565"} , +{"type":"Feature","id":"n26374315","geometry":{"type":"Point","coordinates":[0.1467746,51.7673787]},"properties":{"@type":"node","@id":26374315,"@timestamp":1173141505},"coords":"51.7673787,0.1467746","bedrooms":"3","price":"231000","area":"420"} , +{"type":"Feature","id":"n26374336","geometry":{"type":"Point","coordinates":[0.1481372,51.7666815]},"properties":{"@type":"node","@id":26374336,"@timestamp":1173141517},"coords":"51.7666815,0.1481372","bedrooms":"3","price":"231000","area":"374"} , +{"type":"Feature","id":"n26375037","geometry":{"type":"Point","coordinates":[0.0804662,51.4529272]},"properties":{"@type":"node","@id":26375037,"@timestamp":1173152478},"coords":"51.4529272,0.0804662","bedrooms":"0","price":"289000","area":"662"} , +{"type":"Feature","id":"n26384332","geometry":{"type":"Point","coordinates":[-0.5638368,51.0040496]},"properties":{"@type":"node","@id":26384332,"@timestamp":1173207311},"coords":"51.0040496,-0.5638368","bedrooms":"1","price":"298000","area":"524"} , +{"type":"Feature","id":"n26384349","geometry":{"type":"Point","coordinates":[-0.5512261,51.0148438]},"properties":{"@type":"node","@id":26384349,"@timestamp":1173207312},"coords":"51.0148438,-0.5512261","bedrooms":"1","price":"173000","area":"666"} , +{"type":"Feature","id":"n26384711","geometry":{"type":"Point","coordinates":[-0.7346643,51.755986]},"properties":{"@type":"node","@id":26384711,"@timestamp":1173210363},"coords":"51.755986,-0.7346643","bedrooms":"4","price":"238000","area":"353"} , +{"type":"Feature","id":"n26384875","geometry":{"type":"Point","coordinates":[-0.7392932,51.7599381]},"properties":{"@type":"node","@id":26384875,"@timestamp":1173210889},"coords":"51.7599381,-0.7392932","bedrooms":"1","price":"278000","area":"492"} , +{"type":"Feature","id":"n26385272","geometry":{"type":"Point","coordinates":[-0.7417703,51.766403]},"properties":{"@type":"node","@id":26385272,"@timestamp":1173213002},"coords":"51.766403,-0.7417703","bedrooms":"3","price":"257000","area":"690"} , +{"type":"Feature","id":"n26385405","geometry":{"type":"Point","coordinates":[0.0368938,51.4490551]},"properties":{"@type":"node","@id":26385405,"@timestamp":1193003009},"coords":"51.4490551,0.0368938","bedrooms":"2","price":"172000","area":"435"} , +{"type":"Feature","id":"n26385478","geometry":{"type":"Point","coordinates":[0.0346726,51.4459654]},"properties":{"@type":"node","@id":26385478,"@timestamp":1193002893},"coords":"51.4459654,0.0346726","bedrooms":"0","price":"196000","area":"683"} , +{"type":"Feature","id":"n26389058","geometry":{"type":"Point","coordinates":[-0.5963134,51.2630434]},"properties":{"@type":"node","@id":26389058,"@timestamp":1173225524},"coords":"51.2630434,-0.5963134","bedrooms":"1","price":"190000","area":"467"} , +{"type":"Feature","id":"n26389199","geometry":{"type":"Point","coordinates":[-0.1698573,51.493235]},"properties":{"@type":"node","@id":26389199,"@timestamp":1604768890},"coords":"51.493235,-0.1698573","bedrooms":"1","price":"201000","area":"541"} , +{"type":"Feature","id":"n26389268","geometry":{"type":"Point","coordinates":[0.1433199,51.7646696]},"properties":{"@type":"node","@id":26389268,"@timestamp":1173226878},"coords":"51.7646696,0.1433199","bedrooms":"1","price":"286000","area":"463"} , +{"type":"Feature","id":"n26389632","geometry":{"type":"Point","coordinates":[-0.1948281,51.4979511]},"properties":{"@type":"node","@id":26389632,"@timestamp":1594535981},"coords":"51.4979511,-0.1948281","bedrooms":"1","price":"156000","area":"437"} , +{"type":"Feature","id":"n26393023","geometry":{"type":"Point","coordinates":[-0.0817045,51.8063247]},"properties":{"@type":"node","@id":26393023,"@timestamp":1545116714},"coords":"51.8063247,-0.0817045","bedrooms":"2","price":"277000","area":"546"} , +{"type":"Feature","id":"n26396593","geometry":{"type":"Point","coordinates":[-0.2938627,51.794119]},"properties":{"@type":"node","@id":26396593,"@timestamp":1173270978},"coords":"51.794119,-0.2938627","bedrooms":"3","price":"276000","area":"417"} , +{"type":"Feature","id":"n26400203","geometry":{"type":"Point","coordinates":[0.4215758,51.6360715]},"properties":{"@type":"node","@id":26400203,"@timestamp":1489355358},"coords":"51.6360715,0.4215758","bedrooms":"2","price":"192000","area":"532"} , +{"type":"Feature","id":"n26400248","geometry":{"type":"Point","coordinates":[0.4255553,51.6289351]},"properties":{"@type":"node","@id":26400248,"@timestamp":1173285575},"coords":"51.6289351,0.4255553","bedrooms":"0","price":"290000","area":"561"} , +{"type":"Feature","id":"n26401550","geometry":{"type":"Point","coordinates":[0.4410905,51.6297178]},"properties":{"@type":"node","@id":26401550,"@timestamp":1173289151},"coords":"51.6297178,0.4410905","bedrooms":"2","price":"191000","area":"351"} , +{"type":"Feature","id":"n26402509","geometry":{"type":"Point","coordinates":[0.4341467,51.6273881]},"properties":{"@type":"node","@id":26402509,"@timestamp":1173292012},"coords":"51.6273881,0.4341467","bedrooms":"0","price":"284000","area":"507"} , +{"type":"Feature","id":"n26403892","geometry":{"type":"Point","coordinates":[-0.0293156,51.7255867]},"properties":{"@type":"node","@id":26403892,"@timestamp":1178239500},"coords":"51.7255867,-0.0293156","bedrooms":"3","price":"191000","area":"360"} , +{"type":"Feature","id":"n26406639","geometry":{"type":"Point","coordinates":[-0.1046241,51.5071427]},"properties":{"@type":"node","@id":26406639,"@timestamp":1584201527},"coords":"51.5071427,-0.1046241","bedrooms":"4","price":"181000","area":"394"} , +{"type":"Feature","id":"n26407247","geometry":{"type":"Point","coordinates":[-0.6777077,51.2595878]},"properties":{"@type":"node","@id":26407247,"@timestamp":1173305761},"coords":"51.2595878,-0.6777077","bedrooms":"3","price":"181000","area":"540"} , +{"type":"Feature","id":"n26407407","geometry":{"type":"Point","coordinates":[-0.7445171,51.7670285]},"properties":{"@type":"node","@id":26407407,"@timestamp":1173306260},"coords":"51.7670285,-0.7445171","bedrooms":"0","price":"221000","area":"397"} , +{"type":"Feature","id":"n26407573","geometry":{"type":"Point","coordinates":[-0.7452655,51.7703851]},"properties":{"@type":"node","@id":26407573,"@timestamp":1173307022},"coords":"51.7703851,-0.7452655","bedrooms":"1","price":"178000","area":"674"} , +{"type":"Feature","id":"n26407658","geometry":{"type":"Point","coordinates":[-0.7462634,51.7686161]},"properties":{"@type":"node","@id":26407658,"@timestamp":1173307315},"coords":"51.7686161,-0.7462634","bedrooms":"4","price":"237000","area":"550"} , +{"type":"Feature","id":"n26414870","geometry":{"type":"Point","coordinates":[-0.0834166,51.5824155]},"properties":{"@type":"node","@id":26414870,"@timestamp":1198277612},"coords":"51.5824155,-0.0834166","bedrooms":"3","price":"280000","area":"422"} , +{"type":"Feature","id":"n26415316","geometry":{"type":"Point","coordinates":[0.4200368,51.633518]},"properties":{"@type":"node","@id":26415316,"@timestamp":1173370136},"coords":"51.633518,0.4200368","bedrooms":"2","price":"154000","area":"468"} , +{"type":"Feature","id":"n26415326","geometry":{"type":"Point","coordinates":[0.4189602,51.6324462]},"properties":{"@type":"node","@id":26415326,"@timestamp":1173370138},"coords":"51.6324462,0.4189602","bedrooms":"4","price":"229000","area":"520"} , +{"type":"Feature","id":"n26416197","geometry":{"type":"Point","coordinates":[0.4186809,51.6306736]},"properties":{"@type":"node","@id":26416197,"@timestamp":1173371744},"coords":"51.6306736,0.4186809","bedrooms":"3","price":"230000","area":"588"} , +{"type":"Feature","id":"n26416208","geometry":{"type":"Point","coordinates":[0.4175044,51.6319954]},"properties":{"@type":"node","@id":26416208,"@timestamp":1577265950},"coords":"51.6319954,0.4175044","bedrooms":"0","price":"283000","area":"612"} , +{"type":"Feature","id":"n26416219","geometry":{"type":"Point","coordinates":[0.4170189,51.6316615]},"properties":{"@type":"node","@id":26416219,"@timestamp":1173371748},"coords":"51.6316615,0.4170189","bedrooms":"1","price":"163000","area":"654"} , +{"type":"Feature","id":"n26416342","geometry":{"type":"Point","coordinates":[0.4208402,51.6322419]},"properties":{"@type":"node","@id":26416342,"@timestamp":1173372055},"coords":"51.6322419,0.4208402","bedrooms":"4","price":"180000","area":"516"} , +{"type":"Feature","id":"n26416352","geometry":{"type":"Point","coordinates":[0.4218248,51.6328778]},"properties":{"@type":"node","@id":26416352,"@timestamp":1173372057},"coords":"51.6328778,0.4218248","bedrooms":"4","price":"204000","area":"541"} , +{"type":"Feature","id":"n26416392","geometry":{"type":"Point","coordinates":[0.4214956,51.6307216]},"properties":{"@type":"node","@id":26416392,"@timestamp":1311332337},"coords":"51.6307216,0.4214956","bedrooms":"0","price":"163000","area":"375"} , +{"type":"Feature","id":"n26418616","geometry":{"type":"Point","coordinates":[-0.7475913,51.7703252]},"properties":{"@type":"node","@id":26418616,"@timestamp":1173380667},"coords":"51.7703252,-0.7475913","bedrooms":"1","price":"157000","area":"499"} , +{"type":"Feature","id":"n26418763","geometry":{"type":"Point","coordinates":[-0.7504093,51.7676481]},"properties":{"@type":"node","@id":26418763,"@timestamp":1173381009},"coords":"51.7676481,-0.7504093","bedrooms":"4","price":"266000","area":"482"} , +{"type":"Feature","id":"n26421655","geometry":{"type":"Point","coordinates":[0.0932721,51.5596791]},"properties":{"@type":"node","@id":26421655,"@timestamp":1442394701},"coords":"51.5596791,0.0932721","bedrooms":"1","price":"275000","area":"385"} , +{"type":"Feature","id":"n26422111","geometry":{"type":"Point","coordinates":[-0.1928072,51.3271161]},"properties":{"@type":"node","@id":26422111,"@timestamp":1191100988},"coords":"51.3271161,-0.1928072","bedrooms":"0","price":"207000","area":"510"} , +{"type":"Feature","id":"n26422135","geometry":{"type":"Point","coordinates":[-0.2001588,51.3249711]},"properties":{"@type":"node","@id":26422135,"@timestamp":1173386792},"coords":"51.3249711,-0.2001588","bedrooms":"3","price":"214000","area":"452"} , +{"type":"Feature","id":"n26422145","geometry":{"type":"Point","coordinates":[-0.200901,51.3267405]},"properties":{"@type":"node","@id":26422145,"@timestamp":1173386792},"coords":"51.3267405,-0.200901","bedrooms":"0","price":"284000","area":"670"} , +{"type":"Feature","id":"n26422159","geometry":{"type":"Point","coordinates":[-0.1805143,51.3311269]},"properties":{"@type":"node","@id":26422159,"@timestamp":1173386793},"coords":"51.3311269,-0.1805143","bedrooms":"3","price":"172000","area":"495"} , +{"type":"Feature","id":"n26422171","geometry":{"type":"Point","coordinates":[-0.2014511,51.3271047]},"properties":{"@type":"node","@id":26422171,"@timestamp":1173386794},"coords":"51.3271047,-0.2014511","bedrooms":"4","price":"233000","area":"547"} , +{"type":"Feature","id":"n26422241","geometry":{"type":"Point","coordinates":[0.0874414,51.5533851]},"properties":{"@type":"node","@id":26422241,"@timestamp":1331733907},"coords":"51.5533851,0.0874414","bedrooms":"2","price":"198000","area":"530"} , +{"type":"Feature","id":"n26422401","geometry":{"type":"Point","coordinates":[0.0816111,51.5521084]},"properties":{"@type":"node","@id":26422401,"@timestamp":1603399515},"coords":"51.5521084,0.0816111","bedrooms":"1","price":"299000","area":"566"} , +{"type":"Feature","id":"n26423861","geometry":{"type":"Point","coordinates":[-0.7366502,51.2215934]},"properties":{"@type":"node","@id":26423861,"@timestamp":1173390991},"coords":"51.2215934,-0.7366502","bedrooms":"2","price":"283000","area":"408"} , +{"type":"Feature","id":"n26426313","geometry":{"type":"Point","coordinates":[-0.4584952,51.4689987]},"properties":{"@type":"node","@id":26426313,"@timestamp":1503913956},"coords":"51.4689987,-0.4584952","bedrooms":"0","price":"244000","area":"590"} , +{"type":"Feature","id":"n26440656","geometry":{"type":"Point","coordinates":[0.4169308,51.6383882]},"properties":{"@type":"node","@id":26440656,"@timestamp":1173459274},"coords":"51.6383882,0.4169308","bedrooms":"0","price":"293000","area":"437"} , +{"type":"Feature","id":"n26441167","geometry":{"type":"Point","coordinates":[0.4178678,51.6371844]},"properties":{"@type":"node","@id":26441167,"@timestamp":1173459625},"coords":"51.6371844,0.4178678","bedrooms":"3","price":"241000","area":"576"} , +{"type":"Feature","id":"n26441498","geometry":{"type":"Point","coordinates":[0.109061,51.371581]},"properties":{"@type":"node","@id":26441498,"@timestamp":1564916367},"coords":"51.371581,0.109061","bedrooms":"2","price":"162000","area":"366"} , +{"type":"Feature","id":"n26442947","geometry":{"type":"Point","coordinates":[0.4313631,51.6470121]},"properties":{"@type":"node","@id":26442947,"@timestamp":1173462169},"coords":"51.6470121,0.4313631","bedrooms":"0","price":"212000","area":"640"} , +{"type":"Feature","id":"n26445310","geometry":{"type":"Point","coordinates":[-1.0938546,51.9123964]},"properties":{"@type":"node","@id":26445310,"@timestamp":1173466959},"coords":"51.9123964,-1.0938546","bedrooms":"0","price":"296000","area":"381"} , +{"type":"Feature","id":"n26445777","geometry":{"type":"Point","coordinates":[-1.024986,51.9147937]},"properties":{"@type":"node","@id":26445777,"@timestamp":1505025666},"coords":"51.9147937,-1.024986","bedrooms":"4","price":"188000","area":"656"} , +{"type":"Feature","id":"n26446348","geometry":{"type":"Point","coordinates":[0.1326072,51.7832882]},"properties":{"@type":"node","@id":26446348,"@timestamp":1625418567},"coords":"51.7832882,0.1326072","bedrooms":"0","price":"193000","area":"469"} , +{"type":"Feature","id":"n26446364","geometry":{"type":"Point","coordinates":[0.1366466,51.7815985]},"properties":{"@type":"node","@id":26446364,"@timestamp":1173470831},"coords":"51.7815985,0.1366466","bedrooms":"3","price":"283000","area":"543"} , +{"type":"Feature","id":"n26446427","geometry":{"type":"Point","coordinates":[0.1315826,51.7803904]},"properties":{"@type":"node","@id":26446427,"@timestamp":1173470919},"coords":"51.7803904,0.1315826","bedrooms":"4","price":"248000","area":"699"} , +{"type":"Feature","id":"n26446494","geometry":{"type":"Point","coordinates":[0.1301127,51.7799457]},"properties":{"@type":"node","@id":26446494,"@timestamp":1173471014},"coords":"51.7799457,0.1301127","bedrooms":"1","price":"296000","area":"672"} , +{"type":"Feature","id":"n26446517","geometry":{"type":"Point","coordinates":[0.1363569,51.7825808]},"properties":{"@type":"node","@id":26446517,"@timestamp":1173471231},"coords":"51.7825808,0.1363569","bedrooms":"1","price":"233000","area":"678"} , +{"type":"Feature","id":"n26447029","geometry":{"type":"Point","coordinates":[-1.0104764,51.9161231]},"properties":{"@type":"node","@id":26447029,"@timestamp":1173473132},"coords":"51.9161231,-1.0104764","bedrooms":"2","price":"173000","area":"583"} , +{"type":"Feature","id":"n26447039","geometry":{"type":"Point","coordinates":[-1.0055655,51.9160208]},"properties":{"@type":"node","@id":26447039,"@timestamp":1173473133},"coords":"51.9160208,-1.0055655","bedrooms":"1","price":"165000","area":"487"} , +{"type":"Feature","id":"n26447049","geometry":{"type":"Point","coordinates":[-1.0068507,51.9154537]},"properties":{"@type":"node","@id":26447049,"@timestamp":1173473134},"coords":"51.9154537,-1.0068507","bedrooms":"3","price":"232000","area":"567"} , +{"type":"Feature","id":"n26447069","geometry":{"type":"Point","coordinates":[-0.9645138,51.9261817]},"properties":{"@type":"node","@id":26447069,"@timestamp":1173473136},"coords":"51.9261817,-0.9645138","bedrooms":"4","price":"254000","area":"684"} , +{"type":"Feature","id":"n26447079","geometry":{"type":"Point","coordinates":[-0.9633742,51.9255703]},"properties":{"@type":"node","@id":26447079,"@timestamp":1173473137},"coords":"51.9255703,-0.9633742","bedrooms":"2","price":"205000","area":"483"} , +{"type":"Feature","id":"n26447089","geometry":{"type":"Point","coordinates":[-0.964046,51.9258593]},"properties":{"@type":"node","@id":26447089,"@timestamp":1173473138},"coords":"51.9258593,-0.964046","bedrooms":"1","price":"177000","area":"673"} , +{"type":"Feature","id":"n26447102","geometry":{"type":"Point","coordinates":[-0.9579231,51.9229015]},"properties":{"@type":"node","@id":26447102,"@timestamp":1173473140},"coords":"51.9229015,-0.9579231","bedrooms":"4","price":"281000","area":"401"} , +{"type":"Feature","id":"n26447459","geometry":{"type":"Point","coordinates":[-0.981203,51.9362019]},"properties":{"@type":"node","@id":26447459,"@timestamp":1187116309},"coords":"51.9362019,-0.981203","bedrooms":"3","price":"274000","area":"634"} , +{"type":"Feature","id":"n26449732","geometry":{"type":"Point","coordinates":[0.4421598,51.6527654]},"properties":{"@type":"node","@id":26449732,"@timestamp":1175968587},"coords":"51.6527654,0.4421598","bedrooms":"3","price":"193000","area":"416"} , +{"type":"Feature","id":"n26451048","geometry":{"type":"Point","coordinates":[0.100326,51.5707791]},"properties":{"@type":"node","@id":26451048,"@timestamp":1328573287},"coords":"51.5707791,0.100326","bedrooms":"1","price":"208000","area":"357"} , +{"type":"Feature","id":"n26451677","geometry":{"type":"Point","coordinates":[0.1587051,51.7927614]},"properties":{"@type":"node","@id":26451677,"@timestamp":1173485637},"coords":"51.7927614,0.1587051","bedrooms":"3","price":"209000","area":"687"} , +{"type":"Feature","id":"n26451824","geometry":{"type":"Point","coordinates":[0.169788,51.7864701]},"properties":{"@type":"node","@id":26451824,"@timestamp":1173486402},"coords":"51.7864701,0.169788","bedrooms":"2","price":"290000","area":"511"} , +{"type":"Feature","id":"n26451954","geometry":{"type":"Point","coordinates":[0.1542097,51.7827202]},"properties":{"@type":"node","@id":26451954,"@timestamp":1173487332},"coords":"51.7827202,0.1542097","bedrooms":"1","price":"225000","area":"384"} , +{"type":"Feature","id":"n26451999","geometry":{"type":"Point","coordinates":[0.1544672,51.7779079]},"properties":{"@type":"node","@id":26451999,"@timestamp":1173487408},"coords":"51.7779079,0.1544672","bedrooms":"4","price":"183000","area":"377"} , +{"type":"Feature","id":"n26452022","geometry":{"type":"Point","coordinates":[0.1582545,51.7740244]},"properties":{"@type":"node","@id":26452022,"@timestamp":1173487459},"coords":"51.7740244,0.1582545","bedrooms":"2","price":"272000","area":"571"} , +{"type":"Feature","id":"n26458483","geometry":{"type":"Point","coordinates":[-0.1523739,51.3845788]},"properties":{"@type":"node","@id":26458483,"@timestamp":1173528692},"coords":"51.3845788,-0.1523739","bedrooms":"1","price":"282000","area":"431"} , +{"type":"Feature","id":"n26460741","geometry":{"type":"Point","coordinates":[-0.1540918,51.3837641]},"properties":{"@type":"node","@id":26460741,"@timestamp":1179425436},"coords":"51.3837641,-0.1540918","bedrooms":"2","price":"157000","area":"689"} , +{"type":"Feature","id":"n26460751","geometry":{"type":"Point","coordinates":[-0.1545196,51.3847366]},"properties":{"@type":"node","@id":26460751,"@timestamp":1173540168},"coords":"51.3847366,-0.1545196","bedrooms":"1","price":"281000","area":"484"} , +{"type":"Feature","id":"n26461001","geometry":{"type":"Point","coordinates":[-0.1620971,51.3759681]},"properties":{"@type":"node","@id":26461001,"@timestamp":1184374073},"coords":"51.3759681,-0.1620971","bedrooms":"2","price":"276000","area":"666"} , +{"type":"Feature","id":"n26461434","geometry":{"type":"Point","coordinates":[-0.155088,51.3858296]},"properties":{"@type":"node","@id":26461434,"@timestamp":1173541977},"coords":"51.3858296,-0.155088","bedrooms":"4","price":"150000","area":"590"} , +{"type":"Feature","id":"n26461446","geometry":{"type":"Point","coordinates":[-0.1537493,51.3863273]},"properties":{"@type":"node","@id":26461446,"@timestamp":1173541978},"coords":"51.3863273,-0.1537493","bedrooms":"0","price":"188000","area":"669"} , +{"type":"Feature","id":"n26461456","geometry":{"type":"Point","coordinates":[-0.1532932,51.3876506]},"properties":{"@type":"node","@id":26461456,"@timestamp":1176801508},"coords":"51.3876506,-0.1532932","bedrooms":"3","price":"226000","area":"501"} , +{"type":"Feature","id":"n26461790","geometry":{"type":"Point","coordinates":[-0.1540054,51.3848857]},"properties":{"@type":"node","@id":26461790,"@timestamp":1173544121},"coords":"51.3848857,-0.1540054","bedrooms":"0","price":"161000","area":"639"} , +{"type":"Feature","id":"n26461803","geometry":{"type":"Point","coordinates":[-0.1532537,51.3904746]},"properties":{"@type":"node","@id":26461803,"@timestamp":1173625523},"coords":"51.3904746,-0.1532537","bedrooms":"0","price":"208000","area":"352"} , +{"type":"Feature","id":"n26462254","geometry":{"type":"Point","coordinates":[-0.1702562,51.3754992]},"properties":{"@type":"node","@id":26462254,"@timestamp":1215910193},"coords":"51.3754992,-0.1702562","bedrooms":"1","price":"196000","area":"551"} , +{"type":"Feature","id":"n26465150","geometry":{"type":"Point","coordinates":[0.3964155,51.6687037]},"properties":{"@type":"node","@id":26465150,"@timestamp":1173557014},"coords":"51.6687037,0.3964155","bedrooms":"3","price":"225000","area":"685"} , +{"type":"Feature","id":"n26468027","geometry":{"type":"Point","coordinates":[-0.4678126,51.7553061]},"properties":{"@type":"node","@id":26468027,"@timestamp":1173562431},"coords":"51.7553061,-0.4678126","bedrooms":"3","price":"296000","area":"550"} , +{"type":"Feature","id":"n26468721","geometry":{"type":"Point","coordinates":[-0.4328025,51.7580456]},"properties":{"@type":"node","@id":26468721,"@timestamp":1173563939},"coords":"51.7580456,-0.4328025","bedrooms":"0","price":"281000","area":"393"} , +{"type":"Feature","id":"n26468744","geometry":{"type":"Point","coordinates":[-0.1750104,51.3726598]},"properties":{"@type":"node","@id":26468744,"@timestamp":1542754154},"coords":"51.3726598,-0.1750104","bedrooms":"0","price":"271000","area":"437"} , +{"type":"Feature","id":"n26468823","geometry":{"type":"Point","coordinates":[-0.4387686,51.7595234]},"properties":{"@type":"node","@id":26468823,"@timestamp":1173564368},"coords":"51.7595234,-0.4387686","bedrooms":"2","price":"250000","area":"511"} , +{"type":"Feature","id":"n26469788","geometry":{"type":"Point","coordinates":[-0.2262132,51.530683]},"properties":{"@type":"node","@id":26469788,"@timestamp":1489085712},"coords":"51.530683,-0.2262132","bedrooms":"0","price":"216000","area":"422"} , +{"type":"Feature","id":"n26471518","geometry":{"type":"Point","coordinates":[0.1694125,51.77664]},"properties":{"@type":"node","@id":26471518,"@timestamp":1173572589},"coords":"51.77664,0.1694125","bedrooms":"0","price":"174000","area":"670"} , +{"type":"Feature","id":"n26471528","geometry":{"type":"Point","coordinates":[0.1642841,51.776235]},"properties":{"@type":"node","@id":26471528,"@timestamp":1173572606},"coords":"51.776235,0.1642841","bedrooms":"3","price":"194000","area":"516"} , +{"type":"Feature","id":"n26471576","geometry":{"type":"Point","coordinates":[0.1635009,51.7735531]},"properties":{"@type":"node","@id":26471576,"@timestamp":1173572737},"coords":"51.7735531,0.1635009","bedrooms":"3","price":"207000","area":"372"} , +{"type":"Feature","id":"n26471714","geometry":{"type":"Point","coordinates":[0.1641124,51.7796138]},"properties":{"@type":"node","@id":26471714,"@timestamp":1173573362},"coords":"51.7796138,0.1641124","bedrooms":"1","price":"168000","area":"426"} , +{"type":"Feature","id":"n26472788","geometry":{"type":"Point","coordinates":[-1.1025399,51.0874683]},"properties":{"@type":"node","@id":26472788,"@timestamp":1625952705},"coords":"51.0874683,-1.1025399","bedrooms":"3","price":"205000","area":"424"} , +{"type":"Feature","id":"n26475281","geometry":{"type":"Point","coordinates":[0.1404232,51.785468]},"properties":{"@type":"node","@id":26475281,"@timestamp":1173608117},"coords":"51.785468,0.1404232","bedrooms":"4","price":"295000","area":"505"} , +{"type":"Feature","id":"n26479374","geometry":{"type":"Point","coordinates":[-0.1523689,51.3895263]},"properties":{"@type":"node","@id":26479374,"@timestamp":1173625500},"coords":"51.3895263,-0.1523689","bedrooms":"3","price":"291000","area":"662"} , +{"type":"Feature","id":"n26479386","geometry":{"type":"Point","coordinates":[-0.1544341,51.3914309]},"properties":{"@type":"node","@id":26479386,"@timestamp":1173625501},"coords":"51.3914309,-0.1544341","bedrooms":"3","price":"264000","area":"642"} , +{"type":"Feature","id":"n26479417","geometry":{"type":"Point","coordinates":[-0.157051,51.3901385]},"properties":{"@type":"node","@id":26479417,"@timestamp":1173625503},"coords":"51.3901385,-0.157051","bedrooms":"4","price":"239000","area":"592"} , +{"type":"Feature","id":"n26479451","geometry":{"type":"Point","coordinates":[-0.1569667,51.391518]},"properties":{"@type":"node","@id":26479451,"@timestamp":1173625505},"coords":"51.391518,-0.1569667","bedrooms":"1","price":"181000","area":"383"} , +{"type":"Feature","id":"n26479469","geometry":{"type":"Point","coordinates":[-0.1560863,51.390663]},"properties":{"@type":"node","@id":26479469,"@timestamp":1173625506},"coords":"51.390663,-0.1560863","bedrooms":"3","price":"247000","area":"671"} , +{"type":"Feature","id":"n26479481","geometry":{"type":"Point","coordinates":[-0.1547704,51.3909949]},"properties":{"@type":"node","@id":26479481,"@timestamp":1173625507},"coords":"51.3909949,-0.1547704","bedrooms":"0","price":"166000","area":"607"} , +{"type":"Feature","id":"n26479491","geometry":{"type":"Point","coordinates":[-0.1546194,51.3900974]},"properties":{"@type":"node","@id":26479491,"@timestamp":1173625508},"coords":"51.3900974,-0.1546194","bedrooms":"1","price":"293000","area":"408"} , +{"type":"Feature","id":"n26480065","geometry":{"type":"Point","coordinates":[-0.1629176,51.4568516]},"properties":{"@type":"node","@id":26480065,"@timestamp":1613571663},"coords":"51.4568516,-0.1629176","bedrooms":"0","price":"207000","area":"535"} , +{"type":"Feature","id":"n26483578","geometry":{"type":"Point","coordinates":[0.1396936,51.7833242]},"properties":{"@type":"node","@id":26483578,"@timestamp":1173634426},"coords":"51.7833242,0.1396936","bedrooms":"4","price":"197000","area":"561"} , +{"type":"Feature","id":"n26483830","geometry":{"type":"Point","coordinates":[0.1290506,51.7846251]},"properties":{"@type":"node","@id":26483830,"@timestamp":1173634819},"coords":"51.7846251,0.1290506","bedrooms":"0","price":"293000","area":"484"} , +{"type":"Feature","id":"n26485434","geometry":{"type":"Point","coordinates":[-0.8042817,51.8187712]},"properties":{"@type":"node","@id":26485434,"@timestamp":1428780198},"coords":"51.8187712,-0.8042817","bedrooms":"3","price":"245000","area":"529"} , +{"type":"Feature","id":"n26487489","geometry":{"type":"Point","coordinates":[-0.4090439,51.7706901]},"properties":{"@type":"node","@id":26487489,"@timestamp":1173641060},"coords":"51.7706901,-0.4090439","bedrooms":"2","price":"270000","area":"499"} , +{"type":"Feature","id":"n26487537","geometry":{"type":"Point","coordinates":[-0.4029562,51.7680163]},"properties":{"@type":"node","@id":26487537,"@timestamp":1173641066},"coords":"51.7680163,-0.4029562","bedrooms":"1","price":"265000","area":"368"} , +{"type":"Feature","id":"n26490356","geometry":{"type":"Point","coordinates":[-0.1978888,51.5649733]},"properties":{"@type":"node","@id":26490356,"@timestamp":1173645739},"coords":"51.5649733,-0.1978888","bedrooms":"4","price":"155000","area":"464"} , +{"type":"Feature","id":"n26495116","geometry":{"type":"Point","coordinates":[0.1310641,51.78627]},"properties":{"@type":"node","@id":26495116,"@timestamp":1631229319},"coords":"51.78627,0.1310641","bedrooms":"1","price":"156000","area":"698"} , +{"type":"Feature","id":"n26495165","geometry":{"type":"Point","coordinates":[0.1345759,51.7861449]},"properties":{"@type":"node","@id":26495165,"@timestamp":1173656849},"coords":"51.7861449,0.1345759","bedrooms":"4","price":"215000","area":"678"} , +{"type":"Feature","id":"n26495193","geometry":{"type":"Point","coordinates":[0.1337069,51.7887133]},"properties":{"@type":"node","@id":26495193,"@timestamp":1173656992},"coords":"51.7887133,0.1337069","bedrooms":"2","price":"157000","area":"357"} , +{"type":"Feature","id":"n26495210","geometry":{"type":"Point","coordinates":[0.13861,51.7886536]},"properties":{"@type":"node","@id":26495210,"@timestamp":1173657030},"coords":"51.7886536,0.13861","bedrooms":"1","price":"282000","area":"392"} , +{"type":"Feature","id":"n26495336","geometry":{"type":"Point","coordinates":[0.1361424,51.7909166]},"properties":{"@type":"node","@id":26495336,"@timestamp":1173657895},"coords":"51.7909166,0.1361424","bedrooms":"0","price":"194000","area":"419"} , +{"type":"Feature","id":"n26495573","geometry":{"type":"Point","coordinates":[0.1317113,51.7889124]},"properties":{"@type":"node","@id":26495573,"@timestamp":1173658791},"coords":"51.7889124,0.1317113","bedrooms":"3","price":"217000","area":"682"} , +{"type":"Feature","id":"n26500438","geometry":{"type":"Point","coordinates":[-0.1542856,51.3896766]},"properties":{"@type":"node","@id":26500438,"@timestamp":1173695475},"coords":"51.3896766,-0.1542856","bedrooms":"3","price":"163000","area":"598"} , +{"type":"Feature","id":"n26500448","geometry":{"type":"Point","coordinates":[-0.1579095,51.3900552]},"properties":{"@type":"node","@id":26500448,"@timestamp":1173695476},"coords":"51.3900552,-0.1579095","bedrooms":"0","price":"206000","area":"432"} , +{"type":"Feature","id":"n26502283","geometry":{"type":"Point","coordinates":[-0.2125924,51.2553067]},"properties":{"@type":"node","@id":26502283,"@timestamp":1173704392},"coords":"51.2553067,-0.2125924","bedrooms":"4","price":"225000","area":"631"} , +{"type":"Feature","id":"n26504167","geometry":{"type":"Point","coordinates":[0.4191188,51.6384952]},"properties":{"@type":"node","@id":26504167,"@timestamp":1173713138},"coords":"51.6384952,0.4191188","bedrooms":"3","price":"171000","area":"404"} , +{"type":"Feature","id":"n26504268","geometry":{"type":"Point","coordinates":[0.4190361,51.6369713]},"properties":{"@type":"node","@id":26504268,"@timestamp":1173716136},"coords":"51.6369713,0.4190361","bedrooms":"0","price":"292000","area":"424"} , +{"type":"Feature","id":"n26504290","geometry":{"type":"Point","coordinates":[0.4194489,51.6357352]},"properties":{"@type":"node","@id":26504290,"@timestamp":1173716151},"coords":"51.6357352,0.4194489","bedrooms":"4","price":"165000","area":"597"} , +{"type":"Feature","id":"n26504302","geometry":{"type":"Point","coordinates":[0.4174467,51.636477]},"properties":{"@type":"node","@id":26504302,"@timestamp":1173716160},"coords":"51.636477,0.4174467","bedrooms":"1","price":"172000","area":"549"} , +{"type":"Feature","id":"n26504313","geometry":{"type":"Point","coordinates":[0.4172857,51.6358331]},"properties":{"@type":"node","@id":26504313,"@timestamp":1173716167},"coords":"51.6358331,0.4172857","bedrooms":"2","price":"284000","area":"503"} , +{"type":"Feature","id":"n26504323","geometry":{"type":"Point","coordinates":[0.4159022,51.6357775]},"properties":{"@type":"node","@id":26504323,"@timestamp":1175526682},"coords":"51.6357775,0.4159022","bedrooms":"4","price":"242000","area":"670"} , +{"type":"Feature","id":"n26504421","geometry":{"type":"Point","coordinates":[0.4147858,51.6343868]},"properties":{"@type":"node","@id":26504421,"@timestamp":1173716268},"coords":"51.6343868,0.4147858","bedrooms":"0","price":"283000","area":"489"} , +{"type":"Feature","id":"n26504432","geometry":{"type":"Point","coordinates":[0.4126447,51.6358399]},"properties":{"@type":"node","@id":26504432,"@timestamp":1385732215},"coords":"51.6358399,0.4126447","bedrooms":"2","price":"274000","area":"372"} , +{"type":"Feature","id":"n26504456","geometry":{"type":"Point","coordinates":[0.4094383,51.6291474]},"properties":{"@type":"node","@id":26504456,"@timestamp":1173980027},"coords":"51.6291474,0.4094383","bedrooms":"0","price":"270000","area":"505"} , +{"type":"Feature","id":"n26504467","geometry":{"type":"Point","coordinates":[0.412258,51.629395]},"properties":{"@type":"node","@id":26504467,"@timestamp":1173716279},"coords":"51.629395,0.412258","bedrooms":"3","price":"181000","area":"365"} , +{"type":"Feature","id":"n26504479","geometry":{"type":"Point","coordinates":[0.4160697,51.629071]},"properties":{"@type":"node","@id":26504479,"@timestamp":1173716286},"coords":"51.629071,0.4160697","bedrooms":"3","price":"150000","area":"514"} , +{"type":"Feature","id":"n26504687","geometry":{"type":"Point","coordinates":[0.4177879,51.628366]},"properties":{"@type":"node","@id":26504687,"@timestamp":1173716789},"coords":"51.628366,0.4177879","bedrooms":"1","price":"287000","area":"447"} , +{"type":"Feature","id":"n26505308","geometry":{"type":"Point","coordinates":[0.1198667,51.786583]},"properties":{"@type":"node","@id":26505308,"@timestamp":1173721818},"coords":"51.786583,0.1198667","bedrooms":"4","price":"178000","area":"455"} , +{"type":"Feature","id":"n26505352","geometry":{"type":"Point","coordinates":[0.1170665,51.7887399]},"properties":{"@type":"node","@id":26505352,"@timestamp":1173722264},"coords":"51.7887399,0.1170665","bedrooms":"1","price":"259000","area":"561"} , +{"type":"Feature","id":"n26505962","geometry":{"type":"Point","coordinates":[-1.0982102,51.8141057]},"properties":{"@type":"node","@id":26505962,"@timestamp":1173725360},"coords":"51.8141057,-1.0982102","bedrooms":"2","price":"221000","area":"631"} , +{"type":"Feature","id":"n26506476","geometry":{"type":"Point","coordinates":[-0.0628863,51.8111655]},"properties":{"@type":"node","@id":26506476,"@timestamp":1438978488},"coords":"51.8111655,-0.0628863","bedrooms":"3","price":"173000","area":"402"} , +{"type":"Feature","id":"n26510004","geometry":{"type":"Point","coordinates":[-0.0512169,51.8098043]},"properties":{"@type":"node","@id":26510004,"@timestamp":1532277788},"coords":"51.8098043,-0.0512169","bedrooms":"3","price":"242000","area":"458"} , +{"type":"Feature","id":"n26512618","geometry":{"type":"Point","coordinates":[0.2098113,51.4500104]},"properties":{"@type":"node","@id":26512618,"@timestamp":1596155729},"coords":"51.4500104,0.2098113","bedrooms":"3","price":"281000","area":"353"} , +{"type":"Feature","id":"n26523268","geometry":{"type":"Point","coordinates":[-0.7324183,51.7697984]},"properties":{"@type":"node","@id":26523268,"@timestamp":1173827853},"coords":"51.7697984,-0.7324183","bedrooms":"4","price":"275000","area":"666"} , +{"type":"Feature","id":"n26523635","geometry":{"type":"Point","coordinates":[-0.7320466,51.7674317]},"properties":{"@type":"node","@id":26523635,"@timestamp":1173829286},"coords":"51.7674317,-0.7320466","bedrooms":"2","price":"237000","area":"684"} , +{"type":"Feature","id":"n26523954","geometry":{"type":"Point","coordinates":[0.1064557,51.7810409]},"properties":{"@type":"node","@id":26523954,"@timestamp":1173830235},"coords":"51.7810409,0.1064557","bedrooms":"4","price":"233000","area":"406"} , +{"type":"Feature","id":"n26523986","geometry":{"type":"Point","coordinates":[0.1089769,51.781864]},"properties":{"@type":"node","@id":26523986,"@timestamp":1173830543},"coords":"51.781864,0.1089769","bedrooms":"0","price":"167000","area":"442"} , +{"type":"Feature","id":"n26524063","geometry":{"type":"Point","coordinates":[0.1066166,51.7832246]},"properties":{"@type":"node","@id":26524063,"@timestamp":1173831136},"coords":"51.7832246,0.1066166","bedrooms":"1","price":"253000","area":"573"} , +{"type":"Feature","id":"n26524092","geometry":{"type":"Point","coordinates":[0.1086658,51.7833441]},"properties":{"@type":"node","@id":26524092,"@timestamp":1173831296},"coords":"51.7833441,0.1086658","bedrooms":"1","price":"262000","area":"418"} , +{"type":"Feature","id":"n26525050","geometry":{"type":"Point","coordinates":[-0.1607035,51.3879588]},"properties":{"@type":"node","@id":26525050,"@timestamp":1173996986},"coords":"51.3879588,-0.1607035","bedrooms":"0","price":"155000","area":"508"} , +{"type":"Feature","id":"n26525078","geometry":{"type":"Point","coordinates":[-0.1640935,51.3883592]},"properties":{"@type":"node","@id":26525078,"@timestamp":1173996987},"coords":"51.3883592,-0.1640935","bedrooms":"4","price":"165000","area":"561"} , +{"type":"Feature","id":"n26525204","geometry":{"type":"Point","coordinates":[-0.1658743,51.3946907]},"properties":{"@type":"node","@id":26525204,"@timestamp":1173842225},"coords":"51.3946907,-0.1658743","bedrooms":"2","price":"186000","area":"471"} , +{"type":"Feature","id":"n26525290","geometry":{"type":"Point","coordinates":[-0.1616247,51.3946838]},"properties":{"@type":"node","@id":26525290,"@timestamp":1173843466},"coords":"51.3946838,-0.1616247","bedrooms":"1","price":"169000","area":"581"} , +{"type":"Feature","id":"n26526478","geometry":{"type":"Point","coordinates":[-0.2158508,51.5780698]},"properties":{"@type":"node","@id":26526478,"@timestamp":1601048790},"coords":"51.5780698,-0.2158508","bedrooms":"3","price":"215000","area":"414"} , +{"type":"Feature","id":"n26541871","geometry":{"type":"Point","coordinates":[-0.1620775,51.3946248]},"properties":{"@type":"node","@id":26541871,"@timestamp":1173910575},"coords":"51.3946248,-0.1620775","bedrooms":"1","price":"227000","area":"382"} , +{"type":"Feature","id":"n26542809","geometry":{"type":"Point","coordinates":[-0.1669372,51.3976756]},"properties":{"@type":"node","@id":26542809,"@timestamp":1173912986},"coords":"51.3976756,-0.1669372","bedrooms":"2","price":"208000","area":"641"} , +{"type":"Feature","id":"n26542821","geometry":{"type":"Point","coordinates":[-0.1679465,51.3976712]},"properties":{"@type":"node","@id":26542821,"@timestamp":1173912988},"coords":"51.3976712,-0.1679465","bedrooms":"4","price":"150000","area":"485"} , +{"type":"Feature","id":"n26542873","geometry":{"type":"Point","coordinates":[-0.1693706,51.4006324]},"properties":{"@type":"node","@id":26542873,"@timestamp":1350208484},"coords":"51.4006324,-0.1693706","bedrooms":"4","price":"193000","area":"416"} , +{"type":"Feature","id":"n26544208","geometry":{"type":"Point","coordinates":[-0.1982643,51.2230656]},"properties":{"@type":"node","@id":26544208,"@timestamp":1173915479},"coords":"51.2230656,-0.1982643","bedrooms":"0","price":"240000","area":"433"} , +{"type":"Feature","id":"n26544484","geometry":{"type":"Point","coordinates":[-0.1722345,51.3980144]},"properties":{"@type":"node","@id":26544484,"@timestamp":1541288474},"coords":"51.3980144,-0.1722345","bedrooms":"1","price":"204000","area":"528"} , +{"type":"Feature","id":"n26544817","geometry":{"type":"Point","coordinates":[0.1211434,51.7852158]},"properties":{"@type":"node","@id":26544817,"@timestamp":1173918511},"coords":"51.7852158,0.1211434","bedrooms":"0","price":"272000","area":"618"} , +{"type":"Feature","id":"n26545027","geometry":{"type":"Point","coordinates":[-0.163908,51.3870487]},"properties":{"@type":"node","@id":26545027,"@timestamp":1173918924},"coords":"51.3870487,-0.163908","bedrooms":"2","price":"292000","area":"602"} , +{"type":"Feature","id":"n26545244","geometry":{"type":"Point","coordinates":[-0.1685209,51.3908619]},"properties":{"@type":"node","@id":26545244,"@timestamp":1198948471},"coords":"51.3908619,-0.1685209","bedrooms":"4","price":"151000","area":"546"} , +{"type":"Feature","id":"n26545349","geometry":{"type":"Point","coordinates":[0.1558936,51.4650599]},"properties":{"@type":"node","@id":26545349,"@timestamp":1173920737},"coords":"51.4650599,0.1558936","bedrooms":"4","price":"157000","area":"686"} , +{"type":"Feature","id":"n26545541","geometry":{"type":"Point","coordinates":[0.125252,51.4638701]},"properties":{"@type":"node","@id":26545541,"@timestamp":1173920845},"coords":"51.4638701,0.125252","bedrooms":"1","price":"287000","area":"436"} , +{"type":"Feature","id":"n26545686","geometry":{"type":"Point","coordinates":[-0.1651267,51.402375]},"properties":{"@type":"node","@id":26545686,"@timestamp":1173923122},"coords":"51.402375,-0.1651267","bedrooms":"4","price":"222000","area":"540"} , +{"type":"Feature","id":"n26546219","geometry":{"type":"Point","coordinates":[-0.102741,51.4855582]},"properties":{"@type":"node","@id":26546219,"@timestamp":1173937838},"coords":"51.4855582,-0.102741","bedrooms":"3","price":"175000","area":"557"} , +{"type":"Feature","id":"n26546307","geometry":{"type":"Point","coordinates":[-0.1106752,51.4813658]},"properties":{"@type":"node","@id":26546307,"@timestamp":1627575932},"coords":"51.4813658,-0.1106752","bedrooms":"1","price":"207000","area":"502"} , +{"type":"Feature","id":"n26546690","geometry":{"type":"Point","coordinates":[-0.1041503,51.4746347]},"properties":{"@type":"node","@id":26546690,"@timestamp":1194973932},"coords":"51.4746347,-0.1041503","bedrooms":"0","price":"283000","area":"562"} , +{"type":"Feature","id":"n26547622","geometry":{"type":"Point","coordinates":[0.3539378,51.4839895]},"properties":{"@type":"node","@id":26547622,"@timestamp":1589766716},"coords":"51.4839895,0.3539378","bedrooms":"1","price":"161000","area":"533"} , +{"type":"Feature","id":"n26550935","geometry":{"type":"Point","coordinates":[0.4221884,51.63975]},"properties":{"@type":"node","@id":26550935,"@timestamp":1173974887},"coords":"51.63975,0.4221884","bedrooms":"0","price":"283000","area":"507"} , +{"type":"Feature","id":"n26550953","geometry":{"type":"Point","coordinates":[0.4172759,51.6377653]},"properties":{"@type":"node","@id":26550953,"@timestamp":1173974894},"coords":"51.6377653,0.4172759","bedrooms":"2","price":"297000","area":"647"} , +{"type":"Feature","id":"n26550964","geometry":{"type":"Point","coordinates":[0.4163734,51.6374406]},"properties":{"@type":"node","@id":26550964,"@timestamp":1173974896},"coords":"51.6374406,0.4163734","bedrooms":"4","price":"297000","area":"538"} , +{"type":"Feature","id":"n26550975","geometry":{"type":"Point","coordinates":[0.4153879,51.6375251]},"properties":{"@type":"node","@id":26550975,"@timestamp":1173974897},"coords":"51.6375251,0.4153879","bedrooms":"0","price":"266000","area":"414"} , +{"type":"Feature","id":"n26551070","geometry":{"type":"Point","coordinates":[0.4134802,51.6327921]},"properties":{"@type":"node","@id":26551070,"@timestamp":1173975234},"coords":"51.6327921,0.4134802","bedrooms":"3","price":"232000","area":"579"} , +{"type":"Feature","id":"n26551856","geometry":{"type":"Point","coordinates":[0.4155312,51.6300171]},"properties":{"@type":"node","@id":26551856,"@timestamp":1352982004},"coords":"51.6300171,0.4155312","bedrooms":"2","price":"208000","area":"414"} , +{"type":"Feature","id":"n26552215","geometry":{"type":"Point","coordinates":[0.4100277,51.6319162]},"properties":{"@type":"node","@id":26552215,"@timestamp":1267804412},"coords":"51.6319162,0.4100277","bedrooms":"1","price":"279000","area":"395"} , +{"type":"Feature","id":"n26552265","geometry":{"type":"Point","coordinates":[0.4153637,51.6273084]},"properties":{"@type":"node","@id":26552265,"@timestamp":1173979031},"coords":"51.6273084,0.4153637","bedrooms":"1","price":"179000","area":"682"} , +{"type":"Feature","id":"n26552276","geometry":{"type":"Point","coordinates":[0.4143968,51.6280439]},"properties":{"@type":"node","@id":26552276,"@timestamp":1173979317},"coords":"51.6280439,0.4143968","bedrooms":"3","price":"233000","area":"415"} , +{"type":"Feature","id":"n26552286","geometry":{"type":"Point","coordinates":[0.4127541,51.6286403]},"properties":{"@type":"node","@id":26552286,"@timestamp":1173979321},"coords":"51.6286403,0.4127541","bedrooms":"1","price":"263000","area":"398"} , +{"type":"Feature","id":"n26552546","geometry":{"type":"Point","coordinates":[0.4148068,51.6269717]},"properties":{"@type":"node","@id":26552546,"@timestamp":1173979802},"coords":"51.6269717,0.4148068","bedrooms":"1","price":"276000","area":"504"} , +{"type":"Feature","id":"n26552556","geometry":{"type":"Point","coordinates":[0.4164094,51.6261547]},"properties":{"@type":"node","@id":26552556,"@timestamp":1173979805},"coords":"51.6261547,0.4164094","bedrooms":"2","price":"276000","area":"532"} , +{"type":"Feature","id":"n26552849","geometry":{"type":"Point","coordinates":[0.4137922,51.6264764]},"properties":{"@type":"node","@id":26552849,"@timestamp":1173980811},"coords":"51.6264764,0.4137922","bedrooms":"0","price":"230000","area":"462"} , +{"type":"Feature","id":"n26552871","geometry":{"type":"Point","coordinates":[0.4151281,51.6247898]},"properties":{"@type":"node","@id":26552871,"@timestamp":1253296521},"coords":"51.6247898,0.4151281","bedrooms":"0","price":"214000","area":"650"} , +{"type":"Feature","id":"n26552998","geometry":{"type":"Point","coordinates":[0.4122602,51.6273779]},"properties":{"@type":"node","@id":26552998,"@timestamp":1173981306},"coords":"51.6273779,0.4122602","bedrooms":"2","price":"245000","area":"658"} , +{"type":"Feature","id":"n26553030","geometry":{"type":"Point","coordinates":[0.4118894,51.6283128]},"properties":{"@type":"node","@id":26553030,"@timestamp":1173981326},"coords":"51.6283128,0.4118894","bedrooms":"3","price":"232000","area":"493"} , +{"type":"Feature","id":"n26558166","geometry":{"type":"Point","coordinates":[-0.1654953,51.3884963]},"properties":{"@type":"node","@id":26558166,"@timestamp":1173996968},"coords":"51.3884963,-0.1654953","bedrooms":"3","price":"270000","area":"551"} , +{"type":"Feature","id":"n26558190","geometry":{"type":"Point","coordinates":[-0.1682066,51.3922681]},"properties":{"@type":"node","@id":26558190,"@timestamp":1173996974},"coords":"51.3922681,-0.1682066","bedrooms":"2","price":"274000","area":"682"} , +{"type":"Feature","id":"n26558218","geometry":{"type":"Point","coordinates":[-0.1625262,51.3942098]},"properties":{"@type":"node","@id":26558218,"@timestamp":1173996975},"coords":"51.3942098,-0.1625262","bedrooms":"0","price":"291000","area":"557"} , +{"type":"Feature","id":"n26559441","geometry":{"type":"Point","coordinates":[-0.7256954,51.7677275]},"properties":{"@type":"node","@id":26559441,"@timestamp":1173999361},"coords":"51.7677275,-0.7256954","bedrooms":"0","price":"229000","area":"419"} , +{"type":"Feature","id":"n26560692","geometry":{"type":"Point","coordinates":[-0.09337,51.483898]},"properties":{"@type":"node","@id":26560692,"@timestamp":1230594535},"coords":"51.483898,-0.09337","bedrooms":"0","price":"248000","area":"615"} , +{"type":"Feature","id":"n26560759","geometry":{"type":"Point","coordinates":[-0.0941298,51.4790009]},"properties":{"@type":"node","@id":26560759,"@timestamp":1564916367},"coords":"51.4790009,-0.0941298","bedrooms":"2","price":"276000","area":"527"} , +{"type":"Feature","id":"n26561330","geometry":{"type":"Point","coordinates":[-0.1765649,51.3895123]},"properties":{"@type":"node","@id":26561330,"@timestamp":1216254937},"coords":"51.3895123,-0.1765649","bedrooms":"3","price":"259000","area":"467"} , +{"type":"Feature","id":"n26563232","geometry":{"type":"Point","coordinates":[-0.0093212,51.486575]},"properties":{"@type":"node","@id":26563232,"@timestamp":1617043784},"coords":"51.486575,-0.0093212","bedrooms":"4","price":"193000","area":"432"} , +{"type":"Feature","id":"n26570406","geometry":{"type":"Point","coordinates":[-0.1923396,51.2212577]},"properties":{"@type":"node","@id":26570406,"@timestamp":1174067740},"coords":"51.2212577,-0.1923396","bedrooms":"4","price":"208000","area":"388"} , +{"type":"Feature","id":"n26570430","geometry":{"type":"Point","coordinates":[-0.195905,51.2194473]},"properties":{"@type":"node","@id":26570430,"@timestamp":1174067741},"coords":"51.2194473,-0.195905","bedrooms":"0","price":"256000","area":"440"} , +{"type":"Feature","id":"n26570454","geometry":{"type":"Point","coordinates":[-0.1904581,51.2215277]},"properties":{"@type":"node","@id":26570454,"@timestamp":1174067743},"coords":"51.2215277,-0.1904581","bedrooms":"4","price":"230000","area":"371"} , +{"type":"Feature","id":"n26570465","geometry":{"type":"Point","coordinates":[-0.1925193,51.2211559]},"properties":{"@type":"node","@id":26570465,"@timestamp":1174067744},"coords":"51.2211559,-0.1925193","bedrooms":"0","price":"285000","area":"475"} , +{"type":"Feature","id":"n26570490","geometry":{"type":"Point","coordinates":[-0.1982779,51.2232285]},"properties":{"@type":"node","@id":26570490,"@timestamp":1174067746},"coords":"51.2232285,-0.1982779","bedrooms":"1","price":"240000","area":"427"} , +{"type":"Feature","id":"n26570507","geometry":{"type":"Point","coordinates":[-0.1976293,51.2191152]},"properties":{"@type":"node","@id":26570507,"@timestamp":1174067748},"coords":"51.2191152,-0.1976293","bedrooms":"1","price":"263000","area":"539"} , +{"type":"Feature","id":"n26570521","geometry":{"type":"Point","coordinates":[-0.1991289,51.2191946]},"properties":{"@type":"node","@id":26570521,"@timestamp":1174067749},"coords":"51.2191946,-0.1991289","bedrooms":"2","price":"190000","area":"504"} , +{"type":"Feature","id":"n26570532","geometry":{"type":"Point","coordinates":[-0.1979553,51.2191629]},"properties":{"@type":"node","@id":26570532,"@timestamp":1174067750},"coords":"51.2191629,-0.1979553","bedrooms":"4","price":"290000","area":"600"} , +{"type":"Feature","id":"n26570543","geometry":{"type":"Point","coordinates":[-0.1989595,51.2191419]},"properties":{"@type":"node","@id":26570543,"@timestamp":1174067751},"coords":"51.2191419,-0.1989595","bedrooms":"2","price":"265000","area":"419"} , +{"type":"Feature","id":"n26570554","geometry":{"type":"Point","coordinates":[-0.1984424,51.2204087]},"properties":{"@type":"node","@id":26570554,"@timestamp":1174067752},"coords":"51.2204087,-0.1984424","bedrooms":"3","price":"240000","area":"627"} , +{"type":"Feature","id":"n26571091","geometry":{"type":"Point","coordinates":[-1.0601711,51.9029121]},"properties":{"@type":"node","@id":26571091,"@timestamp":1505025666},"coords":"51.9029121,-1.0601711","bedrooms":"1","price":"236000","area":"658"} , +{"type":"Feature","id":"n26571809","geometry":{"type":"Point","coordinates":[0.3298114,51.4885401]},"properties":{"@type":"node","@id":26571809,"@timestamp":1188505665},"coords":"51.4885401,0.3298114","bedrooms":"4","price":"274000","area":"420"} , +{"type":"Feature","id":"n26571919","geometry":{"type":"Point","coordinates":[0.331974,51.4832352]},"properties":{"@type":"node","@id":26571919,"@timestamp":1206717042},"coords":"51.4832352,0.331974","bedrooms":"3","price":"208000","area":"542"} , +{"type":"Feature","id":"n26571938","geometry":{"type":"Point","coordinates":[0.3309945,51.4807261]},"properties":{"@type":"node","@id":26571938,"@timestamp":1442978515},"coords":"51.4807261,0.3309945","bedrooms":"0","price":"258000","area":"645"} , +{"type":"Feature","id":"n26571956","geometry":{"type":"Point","coordinates":[0.3389122,51.4905443]},"properties":{"@type":"node","@id":26571956,"@timestamp":1187633903},"coords":"51.4905443,0.3389122","bedrooms":"0","price":"162000","area":"468"} , +{"type":"Feature","id":"n26572598","geometry":{"type":"Point","coordinates":[0.3251825,51.4834095]},"properties":{"@type":"node","@id":26572598,"@timestamp":1494990727},"coords":"51.4834095,0.3251825","bedrooms":"1","price":"194000","area":"689"} , +{"type":"Feature","id":"n26572636","geometry":{"type":"Point","coordinates":[0.3300716,51.4907447]},"properties":{"@type":"node","@id":26572636,"@timestamp":1188505669},"coords":"51.4907447,0.3300716","bedrooms":"3","price":"152000","area":"665"} , +{"type":"Feature","id":"n26572868","geometry":{"type":"Point","coordinates":[0.346472,51.4973528]},"properties":{"@type":"node","@id":26572868,"@timestamp":1629855243},"coords":"51.4973528,0.346472","bedrooms":"2","price":"292000","area":"514"} , +{"type":"Feature","id":"n26572958","geometry":{"type":"Point","coordinates":[0.330669,51.5034886]},"properties":{"@type":"node","@id":26572958,"@timestamp":1174075998},"coords":"51.5034886,0.330669","bedrooms":"0","price":"151000","area":"496"} , +{"type":"Feature","id":"n26573427","geometry":{"type":"Point","coordinates":[-0.2315576,51.216079]},"properties":{"@type":"node","@id":26573427,"@timestamp":1174077354},"coords":"51.216079,-0.2315576","bedrooms":"2","price":"224000","area":"632"} , +{"type":"Feature","id":"n26573937","geometry":{"type":"Point","coordinates":[-0.2742955,51.2315663]},"properties":{"@type":"node","@id":26573937,"@timestamp":1174078009},"coords":"51.2315663,-0.2742955","bedrooms":"1","price":"183000","area":"545"} , +{"type":"Feature","id":"n26574034","geometry":{"type":"Point","coordinates":[-0.2479714,51.2333326]},"properties":{"@type":"node","@id":26574034,"@timestamp":1174078014},"coords":"51.2333326,-0.2479714","bedrooms":"2","price":"282000","area":"385"} , +{"type":"Feature","id":"n26574229","geometry":{"type":"Point","coordinates":[-0.1966595,51.2646995]},"properties":{"@type":"node","@id":26574229,"@timestamp":1191799967},"coords":"51.2646995,-0.1966595","bedrooms":"0","price":"204000","area":"528"} , +{"type":"Feature","id":"n26574243","geometry":{"type":"Point","coordinates":[-0.1833985,51.2680079]},"properties":{"@type":"node","@id":26574243,"@timestamp":1174078259},"coords":"51.2680079,-0.1833985","bedrooms":"0","price":"278000","area":"675"} , +{"type":"Feature","id":"n26574254","geometry":{"type":"Point","coordinates":[-0.1777942,51.2671774]},"properties":{"@type":"node","@id":26574254,"@timestamp":1185238420},"coords":"51.2671774,-0.1777942","bedrooms":"2","price":"201000","area":"358"} , +{"type":"Feature","id":"n26574265","geometry":{"type":"Point","coordinates":[-0.1808296,51.2665842]},"properties":{"@type":"node","@id":26574265,"@timestamp":1174078261},"coords":"51.2665842,-0.1808296","bedrooms":"4","price":"287000","area":"459"} , +{"type":"Feature","id":"n26574402","geometry":{"type":"Point","coordinates":[0.3412152,51.477053]},"properties":{"@type":"node","@id":26574402,"@timestamp":1206378130},"coords":"51.477053,0.3412152","bedrooms":"0","price":"239000","area":"545"} , +{"type":"Feature","id":"n26574882","geometry":{"type":"Point","coordinates":[0.3569385,51.4831379]},"properties":{"@type":"node","@id":26574882,"@timestamp":1193168433},"coords":"51.4831379,0.3569385","bedrooms":"2","price":"185000","area":"504"} , +{"type":"Feature","id":"n26575158","geometry":{"type":"Point","coordinates":[-1.0648487,51.902233]},"properties":{"@type":"node","@id":26575158,"@timestamp":1174080496},"coords":"51.902233,-1.0648487","bedrooms":"2","price":"277000","area":"383"} , +{"type":"Feature","id":"n26575187","geometry":{"type":"Point","coordinates":[-1.0047896,51.9199921]},"properties":{"@type":"node","@id":26575187,"@timestamp":1174080499},"coords":"51.9199921,-1.0047896","bedrooms":"2","price":"229000","area":"411"} , +{"type":"Feature","id":"n26575197","geometry":{"type":"Point","coordinates":[-1.0076161,51.9223439]},"properties":{"@type":"node","@id":26575197,"@timestamp":1174080500},"coords":"51.9223439,-1.0076161","bedrooms":"3","price":"261000","area":"491"} , +{"type":"Feature","id":"n26575207","geometry":{"type":"Point","coordinates":[-1.0100444,51.9209252]},"properties":{"@type":"node","@id":26575207,"@timestamp":1174080501},"coords":"51.9209252,-1.0100444","bedrooms":"1","price":"289000","area":"516"} , +{"type":"Feature","id":"n26575217","geometry":{"type":"Point","coordinates":[-1.0055382,51.9209274]},"properties":{"@type":"node","@id":26575217,"@timestamp":1174080502},"coords":"51.9209274,-1.0055382","bedrooms":"1","price":"260000","area":"663"} , +{"type":"Feature","id":"n26575227","geometry":{"type":"Point","coordinates":[-1.0079753,51.9221314]},"properties":{"@type":"node","@id":26575227,"@timestamp":1174080503},"coords":"51.9221314,-1.0079753","bedrooms":"4","price":"175000","area":"356"} , +{"type":"Feature","id":"n26575263","geometry":{"type":"Point","coordinates":[0.342434,51.4859475]},"properties":{"@type":"node","@id":26575263,"@timestamp":1206393107},"coords":"51.4859475,0.342434","bedrooms":"0","price":"162000","area":"500"} , +{"type":"Feature","id":"n26575321","geometry":{"type":"Point","coordinates":[0.3545877,51.480982]},"properties":{"@type":"node","@id":26575321,"@timestamp":1206393907},"coords":"51.480982,0.3545877","bedrooms":"2","price":"210000","area":"586"} , +{"type":"Feature","id":"n26575668","geometry":{"type":"Point","coordinates":[-1.0595244,51.9243079]},"properties":{"@type":"node","@id":26575668,"@timestamp":1174081610},"coords":"51.9243079,-1.0595244","bedrooms":"1","price":"188000","area":"555"} , +{"type":"Feature","id":"n26575933","geometry":{"type":"Point","coordinates":[-1.0354955,51.931445]},"properties":{"@type":"node","@id":26575933,"@timestamp":1239713312},"coords":"51.931445,-1.0354955","bedrooms":"3","price":"265000","area":"591"} , +{"type":"Feature","id":"n26577704","geometry":{"type":"Point","coordinates":[0.2480674,51.5063925]},"properties":{"@type":"node","@id":26577704,"@timestamp":1217013211},"coords":"51.5063925,0.2480674","bedrooms":"3","price":"264000","area":"501"} , +{"type":"Feature","id":"n26577727","geometry":{"type":"Point","coordinates":[0.3726915,51.6285127]},"properties":{"@type":"node","@id":26577727,"@timestamp":1206012468},"coords":"51.6285127,0.3726915","bedrooms":"2","price":"279000","area":"352"} , +{"type":"Feature","id":"n26577737","geometry":{"type":"Point","coordinates":[0.388551,51.6275493]},"properties":{"@type":"node","@id":26577737,"@timestamp":1174088147},"coords":"51.6275493,0.388551","bedrooms":"4","price":"250000","area":"679"} , +{"type":"Feature","id":"n26577900","geometry":{"type":"Point","coordinates":[0.3373101,51.643411]},"properties":{"@type":"node","@id":26577900,"@timestamp":1174088872},"coords":"51.643411,0.3373101","bedrooms":"2","price":"232000","area":"378"} , +{"type":"Feature","id":"n26578385","geometry":{"type":"Point","coordinates":[0.2663764,51.6267701]},"properties":{"@type":"node","@id":26578385,"@timestamp":1174091121},"coords":"51.6267701,0.2663764","bedrooms":"0","price":"181000","area":"636"} , +{"type":"Feature","id":"n26578413","geometry":{"type":"Point","coordinates":[0.118478,51.7794247]},"properties":{"@type":"node","@id":26578413,"@timestamp":1174091415},"coords":"51.7794247,0.118478","bedrooms":"2","price":"269000","area":"454"} , +{"type":"Feature","id":"n26578427","geometry":{"type":"Point","coordinates":[0.1251666,51.7789419]},"properties":{"@type":"node","@id":26578427,"@timestamp":1174091157},"coords":"51.7789419,0.1251666","bedrooms":"0","price":"181000","area":"571"} , +{"type":"Feature","id":"n26578464","geometry":{"type":"Point","coordinates":[0.1177166,51.779984]},"properties":{"@type":"node","@id":26578464,"@timestamp":1174091160},"coords":"51.779984,0.1177166","bedrooms":"2","price":"219000","area":"537"} , +{"type":"Feature","id":"n26578686","geometry":{"type":"Point","coordinates":[0.1084854,51.7791681]},"properties":{"@type":"node","@id":26578686,"@timestamp":1174092316},"coords":"51.7791681,0.1084854","bedrooms":"2","price":"196000","area":"456"} , +{"type":"Feature","id":"n26578730","geometry":{"type":"Point","coordinates":[0.1064284,51.7794707]},"properties":{"@type":"node","@id":26578730,"@timestamp":1174092320},"coords":"51.7794707,0.1064284","bedrooms":"0","price":"200000","area":"455"} , +{"type":"Feature","id":"n26578740","geometry":{"type":"Point","coordinates":[0.109832,51.7803896]},"properties":{"@type":"node","@id":26578740,"@timestamp":1174092321},"coords":"51.7803896,0.109832","bedrooms":"2","price":"150000","area":"655"} , +{"type":"Feature","id":"n26578751","geometry":{"type":"Point","coordinates":[0.1018645,51.7780901]},"properties":{"@type":"node","@id":26578751,"@timestamp":1174092735},"coords":"51.7780901,0.1018645","bedrooms":"2","price":"193000","area":"446"} , +{"type":"Feature","id":"n26578775","geometry":{"type":"Point","coordinates":[0.1037362,51.7799575]},"properties":{"@type":"node","@id":26578775,"@timestamp":1174092737},"coords":"51.7799575,0.1037362","bedrooms":"2","price":"209000","area":"668"} , +{"type":"Feature","id":"n26581064","geometry":{"type":"Point","coordinates":[-0.4549465,51.4688331]},"properties":{"@type":"node","@id":26581064,"@timestamp":1434540596},"coords":"51.4688331,-0.4549465","bedrooms":"1","price":"186000","area":"682"} , +{"type":"Feature","id":"n26587304","geometry":{"type":"Point","coordinates":[-0.2796522,51.7966401]},"properties":{"@type":"node","@id":26587304,"@timestamp":1590857906},"coords":"51.7966401,-0.2796522","bedrooms":"1","price":"178000","area":"528"} , +{"type":"Feature","id":"n26590054","geometry":{"type":"Point","coordinates":[-1.0478351,50.9690038]},"properties":{"@type":"node","@id":26590054,"@timestamp":1204193527},"coords":"50.9690038,-1.0478351","bedrooms":"2","price":"206000","area":"667"} , +{"type":"Feature","id":"n26590082","geometry":{"type":"Point","coordinates":[-1.0544171,50.9729149]},"properties":{"@type":"node","@id":26590082,"@timestamp":1174155205},"coords":"50.9729149,-1.0544171","bedrooms":"1","price":"233000","area":"359"} , +{"type":"Feature","id":"n26596973","geometry":{"type":"Point","coordinates":[0.0983526,51.7802467]},"properties":{"@type":"node","@id":26596973,"@timestamp":1611844884},"coords":"51.7802467,0.0983526","bedrooms":"1","price":"243000","area":"693"} , +{"type":"Feature","id":"n26597151","geometry":{"type":"Point","coordinates":[-0.2027204,51.5624435]},"properties":{"@type":"node","@id":26597151,"@timestamp":1174177921},"coords":"51.5624435,-0.2027204","bedrooms":"0","price":"212000","area":"482"} , +{"type":"Feature","id":"n26600175","geometry":{"type":"Point","coordinates":[-0.1080625,51.5174509]},"properties":{"@type":"node","@id":26600175,"@timestamp":1548702863},"coords":"51.5174509,-0.1080625","bedrooms":"4","price":"162000","area":"695"} , +{"type":"Feature","id":"n26602037","geometry":{"type":"Point","coordinates":[-0.1497918,51.4830159]},"properties":{"@type":"node","@id":26602037,"@timestamp":1556469087},"coords":"51.4830159,-0.1497918","bedrooms":"4","price":"210000","area":"589"} , +{"type":"Feature","id":"n26602831","geometry":{"type":"Point","coordinates":[0.2646974,51.6139524]},"properties":{"@type":"node","@id":26602831,"@timestamp":1174217753},"coords":"51.6139524,0.2646974","bedrooms":"2","price":"217000","area":"512"} , +{"type":"Feature","id":"n26602851","geometry":{"type":"Point","coordinates":[0.2681735,51.6132728]},"properties":{"@type":"node","@id":26602851,"@timestamp":1174217760},"coords":"51.6132728,0.2681735","bedrooms":"3","price":"200000","area":"648"} , +{"type":"Feature","id":"n26602993","geometry":{"type":"Point","coordinates":[0.2630237,51.6157045]},"properties":{"@type":"node","@id":26602993,"@timestamp":1174218143},"coords":"51.6157045,0.2630237","bedrooms":"0","price":"155000","area":"506"} , +{"type":"Feature","id":"n26603258","geometry":{"type":"Point","coordinates":[0.2674225,51.6177896]},"properties":{"@type":"node","@id":26603258,"@timestamp":1174218397},"coords":"51.6177896,0.2674225","bedrooms":"3","price":"248000","area":"522"} , +{"type":"Feature","id":"n26603268","geometry":{"type":"Point","coordinates":[0.2664569,51.6164439]},"properties":{"@type":"node","@id":26603268,"@timestamp":1174218419},"coords":"51.6164439,0.2664569","bedrooms":"3","price":"251000","area":"551"} , +{"type":"Feature","id":"n26603294","geometry":{"type":"Point","coordinates":[0.2704055,51.6153727]},"properties":{"@type":"node","@id":26603294,"@timestamp":1180650657},"coords":"51.6153727,0.2704055","bedrooms":"0","price":"155000","area":"580"} , +{"type":"Feature","id":"n26603404","geometry":{"type":"Point","coordinates":[0.2733985,51.6043912]},"properties":{"@type":"node","@id":26603404,"@timestamp":1174218694},"coords":"51.6043912,0.2733985","bedrooms":"1","price":"292000","area":"563"} , +{"type":"Feature","id":"n26603855","geometry":{"type":"Point","coordinates":[-0.1352519,51.6278181]},"properties":{"@type":"node","@id":26603855,"@timestamp":1351717305},"coords":"51.6278181,-0.1352519","bedrooms":"3","price":"174000","area":"562"} , +{"type":"Feature","id":"n26604495","geometry":{"type":"Point","coordinates":[-0.1539637,51.6129545]},"properties":{"@type":"node","@id":26604495,"@timestamp":1174224376},"coords":"51.6129545,-0.1539637","bedrooms":"2","price":"241000","area":"526"} , +{"type":"Feature","id":"n26605188","geometry":{"type":"Point","coordinates":[-0.7876022,51.6177161]},"properties":{"@type":"node","@id":26605188,"@timestamp":1175454231},"coords":"51.6177161,-0.7876022","bedrooms":"2","price":"295000","area":"438"} , +{"type":"Feature","id":"n26608242","geometry":{"type":"Point","coordinates":[0.4816729,51.7260918]},"properties":{"@type":"node","@id":26608242,"@timestamp":1622328038},"coords":"51.7260918,0.4816729","bedrooms":"4","price":"193000","area":"629"} , +{"type":"Feature","id":"n26609700","geometry":{"type":"Point","coordinates":[0.5063844,51.7465682]},"properties":{"@type":"node","@id":26609700,"@timestamp":1174245564},"coords":"51.7465682,0.5063844","bedrooms":"1","price":"193000","area":"693"} , +{"type":"Feature","id":"n26609902","geometry":{"type":"Point","coordinates":[-0.5047936,51.2676819]},"properties":{"@type":"node","@id":26609902,"@timestamp":1193064797},"coords":"51.2676819,-0.5047936","bedrooms":"0","price":"185000","area":"458"} , +{"type":"Feature","id":"n26610893","geometry":{"type":"Point","coordinates":[-0.169782,51.3093231]},"properties":{"@type":"node","@id":26610893,"@timestamp":1202929892},"coords":"51.3093231,-0.169782","bedrooms":"2","price":"224000","area":"654"} , +{"type":"Feature","id":"n26611102","geometry":{"type":"Point","coordinates":[-0.0316392,51.5121904]},"properties":{"@type":"node","@id":26611102,"@timestamp":1633269375},"coords":"51.5121904,-0.0316392","bedrooms":"1","price":"254000","area":"554"} , +{"type":"Feature","id":"n26618564","geometry":{"type":"Point","coordinates":[0.4712666,51.7684223]},"properties":{"@type":"node","@id":26618564,"@timestamp":1416609349},"coords":"51.7684223,0.4712666","bedrooms":"2","price":"236000","area":"626"} , +{"type":"Feature","id":"n26618629","geometry":{"type":"Point","coordinates":[0.103938,51.7771217]},"properties":{"@type":"node","@id":26618629,"@timestamp":1174262920},"coords":"51.7771217,0.103938","bedrooms":"4","price":"290000","area":"377"} , +{"type":"Feature","id":"n26618669","geometry":{"type":"Point","coordinates":[0.1058698,51.7756346]},"properties":{"@type":"node","@id":26618669,"@timestamp":1174262925},"coords":"51.7756346,0.1058698","bedrooms":"4","price":"231000","area":"491"} , +{"type":"Feature","id":"n26618792","geometry":{"type":"Point","coordinates":[0.1266983,51.7801043]},"properties":{"@type":"node","@id":26618792,"@timestamp":1631671624},"coords":"51.7801043,0.1266983","bedrooms":"4","price":"226000","area":"577"} , +{"type":"Feature","id":"n26618806","geometry":{"type":"Point","coordinates":[0.1230944,51.7804313]},"properties":{"@type":"node","@id":26618806,"@timestamp":1174263720},"coords":"51.7804313,0.1230944","bedrooms":"2","price":"274000","area":"699"} , +{"type":"Feature","id":"n26619288","geometry":{"type":"Point","coordinates":[-0.7375671,51.2938278]},"properties":{"@type":"node","@id":26619288,"@timestamp":1174431970},"coords":"51.2938278,-0.7375671","bedrooms":"3","price":"199000","area":"351"} , +{"type":"Feature","id":"n26621873","geometry":{"type":"Point","coordinates":[0.4064377,51.5224714]},"properties":{"@type":"node","@id":26621873,"@timestamp":1174291123},"coords":"51.5224714,0.4064377","bedrooms":"0","price":"282000","area":"602"} , +{"type":"Feature","id":"n26622394","geometry":{"type":"Point","coordinates":[0.4637601,51.7150049]},"properties":{"@type":"node","@id":26622394,"@timestamp":1617270400},"coords":"51.7150049,0.4637601","bedrooms":"3","price":"157000","area":"619"} , +{"type":"Feature","id":"n26624769","geometry":{"type":"Point","coordinates":[-0.0323489,51.5101255]},"properties":{"@type":"node","@id":26624769,"@timestamp":1174311178},"coords":"51.5101255,-0.0323489","bedrooms":"3","price":"179000","area":"653"} , +{"type":"Feature","id":"n26624883","geometry":{"type":"Point","coordinates":[0.4438512,51.5195727]},"properties":{"@type":"node","@id":26624883,"@timestamp":1499776237},"coords":"51.5195727,0.4438512","bedrooms":"4","price":"280000","area":"618"} , +{"type":"Feature","id":"n26625333","geometry":{"type":"Point","coordinates":[-0.1686384,51.3923063]},"properties":{"@type":"node","@id":26625333,"@timestamp":1174313021},"coords":"51.3923063,-0.1686384","bedrooms":"0","price":"263000","area":"691"} , +{"type":"Feature","id":"n26627968","geometry":{"type":"Point","coordinates":[-0.3322159,51.7942433]},"properties":{"@type":"node","@id":26627968,"@timestamp":1185538886},"coords":"51.7942433,-0.3322159","bedrooms":"0","price":"209000","area":"459"} , +{"type":"Feature","id":"n26630343","geometry":{"type":"Point","coordinates":[-0.6067554,50.9843693]},"properties":{"@type":"node","@id":26630343,"@timestamp":1174332653},"coords":"50.9843693,-0.6067554","bedrooms":"2","price":"264000","area":"649"} , +{"type":"Feature","id":"n26630358","geometry":{"type":"Point","coordinates":[-0.6052533,50.977243]},"properties":{"@type":"node","@id":26630358,"@timestamp":1174332658},"coords":"50.977243,-0.6052533","bedrooms":"3","price":"188000","area":"657"} , +{"type":"Feature","id":"n26630720","geometry":{"type":"Point","coordinates":[-0.1319523,51.7118399]},"properties":{"@type":"node","@id":26630720,"@timestamp":1174334668},"coords":"51.7118399,-0.1319523","bedrooms":"1","price":"186000","area":"438"} , +{"type":"Feature","id":"n26630731","geometry":{"type":"Point","coordinates":[-0.1268918,51.7096153]},"properties":{"@type":"node","@id":26630731,"@timestamp":1174334679},"coords":"51.7096153,-0.1268918","bedrooms":"0","price":"193000","area":"684"} , +{"type":"Feature","id":"n26630741","geometry":{"type":"Point","coordinates":[-0.1309807,51.7099892]},"properties":{"@type":"node","@id":26630741,"@timestamp":1174334682},"coords":"51.7099892,-0.1309807","bedrooms":"0","price":"217000","area":"373"} , +{"type":"Feature","id":"n26630821","geometry":{"type":"Point","coordinates":[-0.0052286,51.6684749]},"properties":{"@type":"node","@id":26630821,"@timestamp":1174335814},"coords":"51.6684749,-0.0052286","bedrooms":"2","price":"256000","area":"408"} , +{"type":"Feature","id":"n26631024","geometry":{"type":"Point","coordinates":[0.4969381,51.2334732]},"properties":{"@type":"node","@id":26631024,"@timestamp":1254387705},"coords":"51.2334732,0.4969381","bedrooms":"2","price":"223000","area":"393"} , +{"type":"Feature","id":"n26632043","geometry":{"type":"Point","coordinates":[0.5512517,51.1627028]},"properties":{"@type":"node","@id":26632043,"@timestamp":1352892069},"coords":"51.1627028,0.5512517","bedrooms":"0","price":"283000","area":"471"} , +{"type":"Feature","id":"n26635340","geometry":{"type":"Point","coordinates":[0.3673815,51.5490663]},"properties":{"@type":"node","@id":26635340,"@timestamp":1207240834},"coords":"51.5490663,0.3673815","bedrooms":"4","price":"223000","area":"629"} , +{"type":"Feature","id":"n26635757","geometry":{"type":"Point","coordinates":[-0.2290455,51.3489875]},"properties":{"@type":"node","@id":26635757,"@timestamp":1614517979},"coords":"51.3489875,-0.2290455","bedrooms":"2","price":"222000","area":"572"} , +{"type":"Feature","id":"n26635811","geometry":{"type":"Point","coordinates":[-0.2232895,51.348338]},"properties":{"@type":"node","@id":26635811,"@timestamp":1200863854},"coords":"51.348338,-0.2232895","bedrooms":"3","price":"197000","area":"628"} , +{"type":"Feature","id":"n26636101","geometry":{"type":"Point","coordinates":[-0.2249004,51.3360458]},"properties":{"@type":"node","@id":26636101,"@timestamp":1616967689},"coords":"51.3360458,-0.2249004","bedrooms":"2","price":"221000","area":"440"} , +{"type":"Feature","id":"n26636310","geometry":{"type":"Point","coordinates":[0.1364394,51.7776223]},"properties":{"@type":"node","@id":26636310,"@timestamp":1174350854},"coords":"51.7776223,0.1364394","bedrooms":"4","price":"204000","area":"454"} , +{"type":"Feature","id":"n26636345","geometry":{"type":"Point","coordinates":[0.1342219,51.7926937]},"properties":{"@type":"node","@id":26636345,"@timestamp":1174350857},"coords":"51.7926937,0.1342219","bedrooms":"3","price":"226000","area":"657"} , +{"type":"Feature","id":"n26636384","geometry":{"type":"Point","coordinates":[0.1304277,51.7921727]},"properties":{"@type":"node","@id":26636384,"@timestamp":1267037584},"coords":"51.7921727,0.1304277","bedrooms":"3","price":"267000","area":"431"} , +{"type":"Feature","id":"n26638744","geometry":{"type":"Point","coordinates":[0.2876509,51.5024302]},"properties":{"@type":"node","@id":26638744,"@timestamp":1474480368},"coords":"51.5024302,0.2876509","bedrooms":"1","price":"158000","area":"456"} , +{"type":"Feature","id":"n26638807","geometry":{"type":"Point","coordinates":[0.2930253,51.5070814]},"properties":{"@type":"node","@id":26638807,"@timestamp":1178689572},"coords":"51.5070814,0.2930253","bedrooms":"3","price":"256000","area":"448"} , +{"type":"Feature","id":"n26644189","geometry":{"type":"Point","coordinates":[0.3905869,51.507567]},"properties":{"@type":"node","@id":26644189,"@timestamp":1174401002},"coords":"51.507567,0.3905869","bedrooms":"0","price":"260000","area":"480"} , +{"type":"Feature","id":"n26649143","geometry":{"type":"Point","coordinates":[0.3169992,51.4914837]},"properties":{"@type":"node","@id":26649143,"@timestamp":1187636445},"coords":"51.4914837,0.3169992","bedrooms":"1","price":"234000","area":"461"} , +{"type":"Feature","id":"n26651273","geometry":{"type":"Point","coordinates":[-0.5193327,51.0359392]},"properties":{"@type":"node","@id":26651273,"@timestamp":1174419268},"coords":"51.0359392,-0.5193327","bedrooms":"4","price":"206000","area":"399"} , +{"type":"Feature","id":"n26651288","geometry":{"type":"Point","coordinates":[-0.5187766,51.0552935]},"properties":{"@type":"node","@id":26651288,"@timestamp":1174419270},"coords":"51.0552935,-0.5187766","bedrooms":"0","price":"157000","area":"597"} , +{"type":"Feature","id":"n26651303","geometry":{"type":"Point","coordinates":[-0.5288223,51.0511891]},"properties":{"@type":"node","@id":26651303,"@timestamp":1174419272},"coords":"51.0511891,-0.5288223","bedrooms":"3","price":"161000","area":"374"} , +{"type":"Feature","id":"n26651316","geometry":{"type":"Point","coordinates":[-0.5371535,51.0510379]},"properties":{"@type":"node","@id":26651316,"@timestamp":1174419273},"coords":"51.0510379,-0.5371535","bedrooms":"0","price":"190000","area":"675"} , +{"type":"Feature","id":"n26651329","geometry":{"type":"Point","coordinates":[-0.5387542,51.0533205]},"properties":{"@type":"node","@id":26651329,"@timestamp":1174419274},"coords":"51.0533205,-0.5387542","bedrooms":"4","price":"171000","area":"559"} , +{"type":"Feature","id":"n26651340","geometry":{"type":"Point","coordinates":[-0.537917,51.0556]},"properties":{"@type":"node","@id":26651340,"@timestamp":1174419275},"coords":"51.0556,-0.537917","bedrooms":"4","price":"238000","area":"585"} , +{"type":"Feature","id":"n26652763","geometry":{"type":"Point","coordinates":[0.4786545,51.7286432]},"properties":{"@type":"node","@id":26652763,"@timestamp":1367402744},"coords":"51.7286432,0.4786545","bedrooms":"0","price":"254000","area":"547"} , +{"type":"Feature","id":"n26658048","geometry":{"type":"Point","coordinates":[0.0958477,51.7835022]},"properties":{"@type":"node","@id":26658048,"@timestamp":1627171189},"coords":"51.7835022,0.0958477","bedrooms":"3","price":"267000","area":"552"} , +{"type":"Feature","id":"n26658217","geometry":{"type":"Point","coordinates":[0.0829121,51.7797981]},"properties":{"@type":"node","@id":26658217,"@timestamp":1174436947},"coords":"51.7797981,0.0829121","bedrooms":"1","price":"185000","area":"602"} , +{"type":"Feature","id":"n26658367","geometry":{"type":"Point","coordinates":[0.0854306,51.7762969]},"properties":{"@type":"node","@id":26658367,"@timestamp":1174438021},"coords":"51.7762969,0.0854306","bedrooms":"4","price":"181000","area":"384"} , +{"type":"Feature","id":"n26658386","geometry":{"type":"Point","coordinates":[0.091585,51.7777376]},"properties":{"@type":"node","@id":26658386,"@timestamp":1174438022},"coords":"51.7777376,0.091585","bedrooms":"3","price":"238000","area":"473"} , +{"type":"Feature","id":"n26658411","geometry":{"type":"Point","coordinates":[0.0905031,51.7785234]},"properties":{"@type":"node","@id":26658411,"@timestamp":1174438024},"coords":"51.7785234,0.0905031","bedrooms":"0","price":"295000","area":"442"} , +{"type":"Feature","id":"n26658631","geometry":{"type":"Point","coordinates":[-0.0962867,51.5756407]},"properties":{"@type":"node","@id":26658631,"@timestamp":1174438601},"coords":"51.5756407,-0.0962867","bedrooms":"4","price":"251000","area":"525"} , +{"type":"Feature","id":"n26658970","geometry":{"type":"Point","coordinates":[-0.3271984,51.5723654]},"properties":{"@type":"node","@id":26658970,"@timestamp":1174443362},"coords":"51.5723654,-0.3271984","bedrooms":"0","price":"175000","area":"443"} , +{"type":"Feature","id":"n26660073","geometry":{"type":"Point","coordinates":[-0.3176193,51.7431749]},"properties":{"@type":"node","@id":26660073,"@timestamp":1174470839},"coords":"51.7431749,-0.3176193","bedrooms":"3","price":"284000","area":"470"} , +{"type":"Feature","id":"n26662531","geometry":{"type":"Point","coordinates":[-0.0844779,51.5363778]},"properties":{"@type":"node","@id":26662531,"@timestamp":1594132587},"coords":"51.5363778,-0.0844779","bedrooms":"4","price":"286000","area":"549"} , +{"type":"Feature","id":"n26663147","geometry":{"type":"Point","coordinates":[-0.3480645,51.7723947]},"properties":{"@type":"node","@id":26663147,"@timestamp":1174488292},"coords":"51.7723947,-0.3480645","bedrooms":"1","price":"164000","area":"583"} , +{"type":"Feature","id":"n26663159","geometry":{"type":"Point","coordinates":[-0.3542701,51.7705345]},"properties":{"@type":"node","@id":26663159,"@timestamp":1174488296},"coords":"51.7705345,-0.3542701","bedrooms":"3","price":"150000","area":"531"} , +{"type":"Feature","id":"n26663174","geometry":{"type":"Point","coordinates":[-0.3615514,51.7708929]},"properties":{"@type":"node","@id":26663174,"@timestamp":1174488301},"coords":"51.7708929,-0.3615514","bedrooms":"3","price":"192000","area":"621"} , +{"type":"Feature","id":"n26663184","geometry":{"type":"Point","coordinates":[-0.3669571,51.7692373]},"properties":{"@type":"node","@id":26663184,"@timestamp":1174488301},"coords":"51.7692373,-0.3669571","bedrooms":"1","price":"162000","area":"513"} , +{"type":"Feature","id":"n26663194","geometry":{"type":"Point","coordinates":[-0.3614135,51.7675647]},"properties":{"@type":"node","@id":26663194,"@timestamp":1174488303},"coords":"51.7675647,-0.3614135","bedrooms":"0","price":"273000","area":"476"} , +{"type":"Feature","id":"n26663226","geometry":{"type":"Point","coordinates":[-0.3593792,51.7786287]},"properties":{"@type":"node","@id":26663226,"@timestamp":1174488309},"coords":"51.7786287,-0.3593792","bedrooms":"0","price":"225000","area":"675"} , +{"type":"Feature","id":"n26663236","geometry":{"type":"Point","coordinates":[-0.3658843,51.7783772]},"properties":{"@type":"node","@id":26663236,"@timestamp":1174488310},"coords":"51.7783772,-0.3658843","bedrooms":"0","price":"264000","area":"493"} , +{"type":"Feature","id":"n26663253","geometry":{"type":"Point","coordinates":[-0.345654,51.7800676]},"properties":{"@type":"node","@id":26663253,"@timestamp":1174488311},"coords":"51.7800676,-0.345654","bedrooms":"2","price":"288000","area":"645"} , +{"type":"Feature","id":"n26663265","geometry":{"type":"Point","coordinates":[-0.3530476,51.7677862]},"properties":{"@type":"node","@id":26663265,"@timestamp":1174488315},"coords":"51.7677862,-0.3530476","bedrooms":"3","price":"219000","area":"523"} , +{"type":"Feature","id":"n26663282","geometry":{"type":"Point","coordinates":[-0.3396782,51.7787077]},"properties":{"@type":"node","@id":26663282,"@timestamp":1174488316},"coords":"51.7787077,-0.3396782","bedrooms":"3","price":"150000","area":"671"} , +{"type":"Feature","id":"n26663326","geometry":{"type":"Point","coordinates":[-0.2914848,51.7557088]},"properties":{"@type":"node","@id":26663326,"@timestamp":1174488322},"coords":"51.7557088,-0.2914848","bedrooms":"0","price":"232000","area":"466"} , +{"type":"Feature","id":"n26663340","geometry":{"type":"Point","coordinates":[-0.2896644,51.7551135]},"properties":{"@type":"node","@id":26663340,"@timestamp":1174488323},"coords":"51.7551135,-0.2896644","bedrooms":"1","price":"220000","area":"691"} , +{"type":"Feature","id":"n26664351","geometry":{"type":"Point","coordinates":[-0.3568784,51.7570268]},"properties":{"@type":"node","@id":26664351,"@timestamp":1174491538},"coords":"51.7570268,-0.3568784","bedrooms":"0","price":"276000","area":"447"} , +{"type":"Feature","id":"n26664361","geometry":{"type":"Point","coordinates":[-0.359831,51.7578735]},"properties":{"@type":"node","@id":26664361,"@timestamp":1174491542},"coords":"51.7578735,-0.359831","bedrooms":"0","price":"193000","area":"608"} , +{"type":"Feature","id":"n26664372","geometry":{"type":"Point","coordinates":[-0.3619161,51.760367]},"properties":{"@type":"node","@id":26664372,"@timestamp":1174491543},"coords":"51.760367,-0.3619161","bedrooms":"1","price":"191000","area":"698"} , +{"type":"Feature","id":"n26664382","geometry":{"type":"Point","coordinates":[-0.3647519,51.7619776]},"properties":{"@type":"node","@id":26664382,"@timestamp":1174491544},"coords":"51.7619776,-0.3647519","bedrooms":"0","price":"167000","area":"578"} , +{"type":"Feature","id":"n26664392","geometry":{"type":"Point","coordinates":[-0.368143,51.7517763]},"properties":{"@type":"node","@id":26664392,"@timestamp":1174491545},"coords":"51.7517763,-0.368143","bedrooms":"2","price":"222000","area":"609"} , +{"type":"Feature","id":"n26664406","geometry":{"type":"Point","coordinates":[-0.3724099,51.7539486]},"properties":{"@type":"node","@id":26664406,"@timestamp":1174491546},"coords":"51.7539486,-0.3724099","bedrooms":"1","price":"194000","area":"501"} , +{"type":"Feature","id":"n26664422","geometry":{"type":"Point","coordinates":[-0.3880178,51.7459368]},"properties":{"@type":"node","@id":26664422,"@timestamp":1174491548},"coords":"51.7459368,-0.3880178","bedrooms":"0","price":"226000","area":"571"} , +{"type":"Feature","id":"n26664432","geometry":{"type":"Point","coordinates":[-0.3699958,51.7473098]},"properties":{"@type":"node","@id":26664432,"@timestamp":1174491549},"coords":"51.7473098,-0.3699958","bedrooms":"3","price":"246000","area":"446"} , +{"type":"Feature","id":"n26664442","geometry":{"type":"Point","coordinates":[-0.3709783,51.7519501]},"properties":{"@type":"node","@id":26664442,"@timestamp":1174491553},"coords":"51.7519501,-0.3709783","bedrooms":"2","price":"293000","area":"410"} , +{"type":"Feature","id":"n26664829","geometry":{"type":"Point","coordinates":[-0.3732303,51.7337731]},"properties":{"@type":"node","@id":26664829,"@timestamp":1174493826},"coords":"51.7337731,-0.3732303","bedrooms":"1","price":"175000","area":"599"} , +{"type":"Feature","id":"n26664850","geometry":{"type":"Point","coordinates":[-0.3732109,51.7338821]},"properties":{"@type":"node","@id":26664850,"@timestamp":1186999373},"coords":"51.7338821,-0.3732109","bedrooms":"0","price":"248000","area":"384"} , +{"type":"Feature","id":"n26664882","geometry":{"type":"Point","coordinates":[-0.3884533,51.7388309]},"properties":{"@type":"node","@id":26664882,"@timestamp":1174493832},"coords":"51.7388309,-0.3884533","bedrooms":"0","price":"260000","area":"402"} , +{"type":"Feature","id":"n26664903","geometry":{"type":"Point","coordinates":[-0.3837201,51.7388716]},"properties":{"@type":"node","@id":26664903,"@timestamp":1174493834},"coords":"51.7388716,-0.3837201","bedrooms":"4","price":"296000","area":"561"} , +{"type":"Feature","id":"n26664928","geometry":{"type":"Point","coordinates":[-0.3738701,51.735514]},"properties":{"@type":"node","@id":26664928,"@timestamp":1174493836},"coords":"51.735514,-0.3738701","bedrooms":"1","price":"213000","area":"378"} , +{"type":"Feature","id":"n26664953","geometry":{"type":"Point","coordinates":[-0.3789456,51.7330647]},"properties":{"@type":"node","@id":26664953,"@timestamp":1174493838},"coords":"51.7330647,-0.3789456","bedrooms":"2","price":"253000","area":"589"} , +{"type":"Feature","id":"n26666819","geometry":{"type":"Point","coordinates":[-0.2871993,51.7265398]},"properties":{"@type":"node","@id":26666819,"@timestamp":1174501280},"coords":"51.7265398,-0.2871993","bedrooms":"4","price":"240000","area":"516"} , +{"type":"Feature","id":"n26666863","geometry":{"type":"Point","coordinates":[-0.2834418,51.7328745]},"properties":{"@type":"node","@id":26666863,"@timestamp":1174501377},"coords":"51.7328745,-0.2834418","bedrooms":"3","price":"207000","area":"411"} , +{"type":"Feature","id":"n26667162","geometry":{"type":"Point","coordinates":[-0.2775864,51.7276201]},"properties":{"@type":"node","@id":26667162,"@timestamp":1174501777},"coords":"51.7276201,-0.2775864","bedrooms":"4","price":"170000","area":"573"} , +{"type":"Feature","id":"n26667174","geometry":{"type":"Point","coordinates":[-0.2853157,51.7234867]},"properties":{"@type":"node","@id":26667174,"@timestamp":1174501778},"coords":"51.7234867,-0.2853157","bedrooms":"4","price":"263000","area":"458"} , +{"type":"Feature","id":"n26667219","geometry":{"type":"Point","coordinates":[-0.325873,51.7891468]},"properties":{"@type":"node","@id":26667219,"@timestamp":1185538935},"coords":"51.7891468,-0.325873","bedrooms":"0","price":"298000","area":"479"} , +{"type":"Feature","id":"n26667276","geometry":{"type":"Point","coordinates":[-0.2905822,51.7823333]},"properties":{"@type":"node","@id":26667276,"@timestamp":1174502280},"coords":"51.7823333,-0.2905822","bedrooms":"2","price":"252000","area":"551"} , +{"type":"Feature","id":"n26667311","geometry":{"type":"Point","coordinates":[-0.2802127,51.7800811]},"properties":{"@type":"node","@id":26667311,"@timestamp":1174502282},"coords":"51.7800811,-0.2802127","bedrooms":"1","price":"266000","area":"368"} , +{"type":"Feature","id":"n26667432","geometry":{"type":"Point","coordinates":[-0.3235339,51.0804699]},"properties":{"@type":"node","@id":26667432,"@timestamp":1538944131},"coords":"51.0804699,-0.3235339","bedrooms":"3","price":"230000","area":"647"} , +{"type":"Feature","id":"n26667591","geometry":{"type":"Point","coordinates":[-0.2787022,51.7708906]},"properties":{"@type":"node","@id":26667591,"@timestamp":1174504032},"coords":"51.7708906,-0.2787022","bedrooms":"4","price":"206000","area":"396"} , +{"type":"Feature","id":"n26667609","geometry":{"type":"Point","coordinates":[-0.2804968,51.7701926]},"properties":{"@type":"node","@id":26667609,"@timestamp":1174504033},"coords":"51.7701926,-0.2804968","bedrooms":"1","price":"258000","area":"555"} , +{"type":"Feature","id":"n26667626","geometry":{"type":"Point","coordinates":[-0.2755099,51.7726911]},"properties":{"@type":"node","@id":26667626,"@timestamp":1174504035},"coords":"51.7726911,-0.2755099","bedrooms":"1","price":"275000","area":"370"} , +{"type":"Feature","id":"n26667642","geometry":{"type":"Point","coordinates":[-0.271868,51.7690816]},"properties":{"@type":"node","@id":26667642,"@timestamp":1174504039},"coords":"51.7690816,-0.271868","bedrooms":"0","price":"233000","area":"674"} , +{"type":"Feature","id":"n26667652","geometry":{"type":"Point","coordinates":[-0.2707303,51.7985766]},"properties":{"@type":"node","@id":26667652,"@timestamp":1174504043},"coords":"51.7985766,-0.2707303","bedrooms":"4","price":"187000","area":"489"} , +{"type":"Feature","id":"n26667665","geometry":{"type":"Point","coordinates":[-0.2757626,51.7985966]},"properties":{"@type":"node","@id":26667665,"@timestamp":1174504045},"coords":"51.7985966,-0.2757626","bedrooms":"2","price":"260000","area":"373"} , +{"type":"Feature","id":"n26668096","geometry":{"type":"Point","coordinates":[-0.2788364,51.7996742]},"properties":{"@type":"node","@id":26668096,"@timestamp":1174505003},"coords":"51.7996742,-0.2788364","bedrooms":"4","price":"265000","area":"366"} , +{"type":"Feature","id":"n26668109","geometry":{"type":"Point","coordinates":[-0.2879784,51.7993727]},"properties":{"@type":"node","@id":26668109,"@timestamp":1174505005},"coords":"51.7993727,-0.2879784","bedrooms":"0","price":"188000","area":"668"} , +{"type":"Feature","id":"n26668158","geometry":{"type":"Point","coordinates":[-0.3155465,51.7980706]},"properties":{"@type":"node","@id":26668158,"@timestamp":1191412433},"coords":"51.7980706,-0.3155465","bedrooms":"4","price":"206000","area":"405"} , +{"type":"Feature","id":"n26668248","geometry":{"type":"Point","coordinates":[-0.329898,51.7952358]},"properties":{"@type":"node","@id":26668248,"@timestamp":1174505310},"coords":"51.7952358,-0.329898","bedrooms":"3","price":"244000","area":"688"} , +{"type":"Feature","id":"n26668261","geometry":{"type":"Point","coordinates":[-0.327627,51.7980651]},"properties":{"@type":"node","@id":26668261,"@timestamp":1174505312},"coords":"51.7980651,-0.327627","bedrooms":"1","price":"203000","area":"433"} , +{"type":"Feature","id":"n26668291","geometry":{"type":"Point","coordinates":[-0.3276433,51.8020865]},"properties":{"@type":"node","@id":26668291,"@timestamp":1174505315},"coords":"51.8020865,-0.3276433","bedrooms":"4","price":"258000","area":"427"} , +{"type":"Feature","id":"n26668343","geometry":{"type":"Point","coordinates":[-0.3324647,51.79888]},"properties":{"@type":"node","@id":26668343,"@timestamp":1174505465},"coords":"51.79888,-0.3324647","bedrooms":"3","price":"293000","area":"568"} , +{"type":"Feature","id":"n26668353","geometry":{"type":"Point","coordinates":[-0.3351532,51.7999044]},"properties":{"@type":"node","@id":26668353,"@timestamp":1174505475},"coords":"51.7999044,-0.3351532","bedrooms":"0","price":"285000","area":"442"} , +{"type":"Feature","id":"n26668679","geometry":{"type":"Point","coordinates":[0.5725364,51.3778642]},"properties":{"@type":"node","@id":26668679,"@timestamp":1174506287},"coords":"51.3778642,0.5725364","bedrooms":"4","price":"177000","area":"405"} , +{"type":"Feature","id":"n26668770","geometry":{"type":"Point","coordinates":[0.5640128,51.3931191]},"properties":{"@type":"node","@id":26668770,"@timestamp":1174506299},"coords":"51.3931191,0.5640128","bedrooms":"2","price":"223000","area":"481"} , +{"type":"Feature","id":"n26671735","geometry":{"type":"Point","coordinates":[-0.1302097,51.5071604]},"properties":{"@type":"node","@id":26671735,"@timestamp":1194989963},"coords":"51.5071604,-0.1302097","bedrooms":"0","price":"200000","area":"433"} , +{"type":"Feature","id":"n26672610","geometry":{"type":"Point","coordinates":[-0.2622461,51.7692345]},"properties":{"@type":"node","@id":26672610,"@timestamp":1174512442},"coords":"51.7692345,-0.2622461","bedrooms":"1","price":"183000","area":"472"} , +{"type":"Feature","id":"n26672621","geometry":{"type":"Point","coordinates":[-0.2675029,51.7663628]},"properties":{"@type":"node","@id":26672621,"@timestamp":1174512444},"coords":"51.7663628,-0.2675029","bedrooms":"1","price":"254000","area":"631"} , +{"type":"Feature","id":"n26672658","geometry":{"type":"Point","coordinates":[-0.2686802,51.7716398]},"properties":{"@type":"node","@id":26672658,"@timestamp":1174512449},"coords":"51.7716398,-0.2686802","bedrooms":"3","price":"174000","area":"654"} , +{"type":"Feature","id":"n26672721","geometry":{"type":"Point","coordinates":[-0.2550389,51.7954586]},"properties":{"@type":"node","@id":26672721,"@timestamp":1174512459},"coords":"51.7954586,-0.2550389","bedrooms":"2","price":"256000","area":"606"} , +{"type":"Feature","id":"n26672731","geometry":{"type":"Point","coordinates":[-0.2593345,51.7948251]},"properties":{"@type":"node","@id":26672731,"@timestamp":1190813159},"coords":"51.7948251,-0.2593345","bedrooms":"1","price":"188000","area":"371"} , +{"type":"Feature","id":"n26672743","geometry":{"type":"Point","coordinates":[-0.2586406,51.7914734]},"properties":{"@type":"node","@id":26672743,"@timestamp":1174512462},"coords":"51.7914734,-0.2586406","bedrooms":"4","price":"250000","area":"364"} , +{"type":"Feature","id":"n26672754","geometry":{"type":"Point","coordinates":[-0.2580789,51.8007309]},"properties":{"@type":"node","@id":26672754,"@timestamp":1174512463},"coords":"51.8007309,-0.2580789","bedrooms":"0","price":"265000","area":"562"} , +{"type":"Feature","id":"n26672775","geometry":{"type":"Point","coordinates":[-0.2663727,51.7801493]},"properties":{"@type":"node","@id":26672775,"@timestamp":1190813170},"coords":"51.7801493,-0.2663727","bedrooms":"3","price":"224000","area":"441"} , +{"type":"Feature","id":"n26672790","geometry":{"type":"Point","coordinates":[-0.2727831,51.788244]},"properties":{"@type":"node","@id":26672790,"@timestamp":1190813170},"coords":"51.788244,-0.2727831","bedrooms":"1","price":"161000","area":"432"} , +{"type":"Feature","id":"n26672810","geometry":{"type":"Point","coordinates":[-0.2618127,51.794355]},"properties":{"@type":"node","@id":26672810,"@timestamp":1174512479},"coords":"51.794355,-0.2618127","bedrooms":"0","price":"274000","area":"500"} , +{"type":"Feature","id":"n26672850","geometry":{"type":"Point","coordinates":[0.3479187,51.3080052]},"properties":{"@type":"node","@id":26672850,"@timestamp":1174512661},"coords":"51.3080052,0.3479187","bedrooms":"0","price":"205000","area":"358"} , +{"type":"Feature","id":"n26672875","geometry":{"type":"Point","coordinates":[0.3139405,51.3116268]},"properties":{"@type":"node","@id":26672875,"@timestamp":1174512698},"coords":"51.3116268,0.3139405","bedrooms":"4","price":"211000","area":"683"} , +{"type":"Feature","id":"n26673025","geometry":{"type":"Point","coordinates":[0.2992206,51.3157511]},"properties":{"@type":"node","@id":26673025,"@timestamp":1174512903},"coords":"51.3157511,0.2992206","bedrooms":"2","price":"269000","area":"535"} , +{"type":"Feature","id":"n26674045","geometry":{"type":"Point","coordinates":[0.2746193,51.3490669]},"properties":{"@type":"node","@id":26674045,"@timestamp":1174515290},"coords":"51.3490669,0.2746193","bedrooms":"1","price":"299000","area":"498"} , +{"type":"Feature","id":"n26674624","geometry":{"type":"Point","coordinates":[-0.0210007,51.664802]},"properties":{"@type":"node","@id":26674624,"@timestamp":1174516377},"coords":"51.664802,-0.0210007","bedrooms":"0","price":"182000","area":"474"} , +{"type":"Feature","id":"n26674648","geometry":{"type":"Point","coordinates":[0.2899141,51.3227489]},"properties":{"@type":"node","@id":26674648,"@timestamp":1243721755},"coords":"51.3227489,0.2899141","bedrooms":"4","price":"295000","area":"671"} , +{"type":"Feature","id":"n26675299","geometry":{"type":"Point","coordinates":[0.2941029,51.2911743]},"properties":{"@type":"node","@id":26675299,"@timestamp":1174517338},"coords":"51.2911743,0.2941029","bedrooms":"2","price":"243000","area":"598"} , +{"type":"Feature","id":"n26675438","geometry":{"type":"Point","coordinates":[0.3131788,51.3078777]},"properties":{"@type":"node","@id":26675438,"@timestamp":1174518005},"coords":"51.3078777,0.3131788","bedrooms":"0","price":"277000","area":"618"} , +{"type":"Feature","id":"n26675922","geometry":{"type":"Point","coordinates":[0.3565482,51.2946124]},"properties":{"@type":"node","@id":26675922,"@timestamp":1226258448},"coords":"51.2946124,0.3565482","bedrooms":"3","price":"292000","area":"396"} , +{"type":"Feature","id":"n26676544","geometry":{"type":"Point","coordinates":[0.2100943,51.3845287]},"properties":{"@type":"node","@id":26676544,"@timestamp":1559944037},"coords":"51.3845287,0.2100943","bedrooms":"0","price":"282000","area":"664"} , +{"type":"Feature","id":"n26677073","geometry":{"type":"Point","coordinates":[0.2202027,51.4139063]},"properties":{"@type":"node","@id":26677073,"@timestamp":1174521142},"coords":"51.4139063,0.2202027","bedrooms":"2","price":"159000","area":"664"} , +{"type":"Feature","id":"n26677273","geometry":{"type":"Point","coordinates":[-0.0942787,51.7127315]},"properties":{"@type":"node","@id":26677273,"@timestamp":1174522430},"coords":"51.7127315,-0.0942787","bedrooms":"4","price":"288000","area":"567"} , +{"type":"Feature","id":"n26677284","geometry":{"type":"Point","coordinates":[-0.0905236,51.7130756]},"properties":{"@type":"node","@id":26677284,"@timestamp":1174853938},"coords":"51.7130756,-0.0905236","bedrooms":"1","price":"171000","area":"626"} , +{"type":"Feature","id":"n26677294","geometry":{"type":"Point","coordinates":[-0.098699,51.7095139]},"properties":{"@type":"node","@id":26677294,"@timestamp":1174522478},"coords":"51.7095139,-0.098699","bedrooms":"3","price":"188000","area":"605"} , +{"type":"Feature","id":"n26677304","geometry":{"type":"Point","coordinates":[-0.0913604,51.7166933]},"properties":{"@type":"node","@id":26677304,"@timestamp":1174522497},"coords":"51.7166933,-0.0913604","bedrooms":"4","price":"297000","area":"519"} , +{"type":"Feature","id":"n26677314","geometry":{"type":"Point","coordinates":[-0.0951584,51.706961]},"properties":{"@type":"node","@id":26677314,"@timestamp":1174522532},"coords":"51.706961,-0.0951584","bedrooms":"4","price":"285000","area":"625"} , +{"type":"Feature","id":"n26677334","geometry":{"type":"Point","coordinates":[-0.0906094,51.7076923]},"properties":{"@type":"node","@id":26677334,"@timestamp":1174522569},"coords":"51.7076923,-0.0906094","bedrooms":"1","price":"238000","area":"426"} , +{"type":"Feature","id":"n26677371","geometry":{"type":"Point","coordinates":[-0.0853737,51.7088098]},"properties":{"@type":"node","@id":26677371,"@timestamp":1174854425},"coords":"51.7088098,-0.0853737","bedrooms":"0","price":"152000","area":"487"} , +{"type":"Feature","id":"n26677434","geometry":{"type":"Point","coordinates":[0.087469,51.7739781]},"properties":{"@type":"node","@id":26677434,"@timestamp":1174523248},"coords":"51.7739781,0.087469","bedrooms":"0","price":"174000","area":"418"} , +{"type":"Feature","id":"n26677525","geometry":{"type":"Point","coordinates":[-0.0958309,51.7118662]},"properties":{"@type":"node","@id":26677525,"@timestamp":1174523708},"coords":"51.7118662,-0.0958309","bedrooms":"2","price":"291000","area":"609"} , +{"type":"Feature","id":"n26677535","geometry":{"type":"Point","coordinates":[-0.0973089,51.7097561]},"properties":{"@type":"node","@id":26677535,"@timestamp":1174523709},"coords":"51.7097561,-0.0973089","bedrooms":"2","price":"272000","area":"536"} , +{"type":"Feature","id":"n26677545","geometry":{"type":"Point","coordinates":[-0.1031447,51.7180733]},"properties":{"@type":"node","@id":26677545,"@timestamp":1174523710},"coords":"51.7180733,-0.1031447","bedrooms":"0","price":"222000","area":"688"} , +{"type":"Feature","id":"n26677555","geometry":{"type":"Point","coordinates":[-0.1058493,51.7175541]},"properties":{"@type":"node","@id":26677555,"@timestamp":1174523711},"coords":"51.7175541,-0.1058493","bedrooms":"3","price":"213000","area":"645"} , +{"type":"Feature","id":"n26677568","geometry":{"type":"Point","coordinates":[0.0808913,51.7728333]},"properties":{"@type":"node","@id":26677568,"@timestamp":1174523714},"coords":"51.7728333,0.0808913","bedrooms":"0","price":"188000","area":"394"} , +{"type":"Feature","id":"n26677599","geometry":{"type":"Point","coordinates":[0.0787431,51.7708539]},"properties":{"@type":"node","@id":26677599,"@timestamp":1174523716},"coords":"51.7708539,0.0787431","bedrooms":"3","price":"198000","area":"694"} , +{"type":"Feature","id":"n26677621","geometry":{"type":"Point","coordinates":[0.0803425,51.7748513]},"properties":{"@type":"node","@id":26677621,"@timestamp":1174523718},"coords":"51.7748513,0.0803425","bedrooms":"3","price":"181000","area":"495"} , +{"type":"Feature","id":"n26677660","geometry":{"type":"Point","coordinates":[0.0767674,51.7747058]},"properties":{"@type":"node","@id":26677660,"@timestamp":1174524235},"coords":"51.7747058,0.0767674","bedrooms":"1","price":"222000","area":"677"} , +{"type":"Feature","id":"n26677717","geometry":{"type":"Point","coordinates":[0.078989,51.7698636]},"properties":{"@type":"node","@id":26677717,"@timestamp":1631214431},"coords":"51.7698636,0.078989","bedrooms":"4","price":"297000","area":"421"} , +{"type":"Feature","id":"n26679486","geometry":{"type":"Point","coordinates":[-0.7345194,51.6853483]},"properties":{"@type":"node","@id":26679486,"@timestamp":1455131086},"coords":"51.6853483,-0.7345194","bedrooms":"1","price":"211000","area":"588"} , +{"type":"Feature","id":"n26680519","geometry":{"type":"Point","coordinates":[-0.5934887,51.2359679]},"properties":{"@type":"node","@id":26680519,"@timestamp":1174565945},"coords":"51.2359679,-0.5934887","bedrooms":"4","price":"160000","area":"681"} , +{"type":"Feature","id":"n26680748","geometry":{"type":"Point","coordinates":[-0.5853951,51.2281091]},"properties":{"@type":"node","@id":26680748,"@timestamp":1239636335},"coords":"51.2281091,-0.5853951","bedrooms":"0","price":"193000","area":"508"} , +{"type":"Feature","id":"n26683005","geometry":{"type":"Point","coordinates":[0.1412673,51.5311504]},"properties":{"@type":"node","@id":26683005,"@timestamp":1329764390},"coords":"51.5311504,0.1412673","bedrooms":"0","price":"188000","area":"395"} , +{"type":"Feature","id":"n26683266","geometry":{"type":"Point","coordinates":[0.1920684,51.3200463]},"properties":{"@type":"node","@id":26683266,"@timestamp":1219432478},"coords":"51.3200463,0.1920684","bedrooms":"0","price":"150000","area":"466"} , +{"type":"Feature","id":"n26683345","geometry":{"type":"Point","coordinates":[0.2759873,51.511184]},"properties":{"@type":"node","@id":26683345,"@timestamp":1473652122},"coords":"51.511184,0.2759873","bedrooms":"0","price":"154000","area":"371"} , +{"type":"Feature","id":"n26684038","geometry":{"type":"Point","coordinates":[0.3508962,51.4898634]},"properties":{"@type":"node","@id":26684038,"@timestamp":1174584812},"coords":"51.4898634,0.3508962","bedrooms":"3","price":"154000","area":"684"} , +{"type":"Feature","id":"n26686241","geometry":{"type":"Point","coordinates":[-0.4505628,51.0241285]},"properties":{"@type":"node","@id":26686241,"@timestamp":1438715714},"coords":"51.0241285,-0.4505628","bedrooms":"4","price":"243000","area":"657"} , +{"type":"Feature","id":"n26687483","geometry":{"type":"Point","coordinates":[-0.4587773,51.0155382]},"properties":{"@type":"node","@id":26687483,"@timestamp":1174590227},"coords":"51.0155382,-0.4587773","bedrooms":"0","price":"175000","area":"669"} , +{"type":"Feature","id":"n26689480","geometry":{"type":"Point","coordinates":[0.8808472,51.1755325]},"properties":{"@type":"node","@id":26689480,"@timestamp":1177753234},"coords":"51.1755325,0.8808472","bedrooms":"2","price":"264000","area":"660"} , +{"type":"Feature","id":"n26693734","geometry":{"type":"Point","coordinates":[0.8945295,51.1709636]},"properties":{"@type":"node","@id":26693734,"@timestamp":1177753138},"coords":"51.1709636,0.8945295","bedrooms":"1","price":"292000","area":"625"} , +{"type":"Feature","id":"n26693794","geometry":{"type":"Point","coordinates":[0.8853666,51.1682452]},"properties":{"@type":"node","@id":26693794,"@timestamp":1174835576},"coords":"51.1682452,0.8853666","bedrooms":"4","price":"264000","area":"671"} , +{"type":"Feature","id":"n26693880","geometry":{"type":"Point","coordinates":[0.4038641,51.5158758]},"properties":{"@type":"node","@id":26693880,"@timestamp":1174596679},"coords":"51.5158758,0.4038641","bedrooms":"2","price":"186000","area":"563"} , +{"type":"Feature","id":"n26694081","geometry":{"type":"Point","coordinates":[0.8594138,51.1566319]},"properties":{"@type":"node","@id":26694081,"@timestamp":1619279298},"coords":"51.1566319,0.8594138","bedrooms":"2","price":"241000","area":"402"} , +{"type":"Feature","id":"n26694113","geometry":{"type":"Point","coordinates":[0.8542329,51.1625431]},"properties":{"@type":"node","@id":26694113,"@timestamp":1174596774},"coords":"51.1625431,0.8542329","bedrooms":"2","price":"240000","area":"609"} , +{"type":"Feature","id":"n26694133","geometry":{"type":"Point","coordinates":[0.801782,51.2021382]},"properties":{"@type":"node","@id":26694133,"@timestamp":1226438474},"coords":"51.2021382,0.801782","bedrooms":"1","price":"198000","area":"426"} , +{"type":"Feature","id":"n26694230","geometry":{"type":"Point","coordinates":[0.8655545,51.1283343]},"properties":{"@type":"node","@id":26694230,"@timestamp":1174596859},"coords":"51.1283343,0.8655545","bedrooms":"4","price":"227000","area":"611"} , +{"type":"Feature","id":"n26702936","geometry":{"type":"Point","coordinates":[-1.0111773,51.2726655]},"properties":{"@type":"node","@id":26702936,"@timestamp":1191728213},"coords":"51.2726655,-1.0111773","bedrooms":"3","price":"266000","area":"669"} , +{"type":"Feature","id":"n26703076","geometry":{"type":"Point","coordinates":[0.0781316,51.7695586]},"properties":{"@type":"node","@id":26703076,"@timestamp":1174609924},"coords":"51.7695586,0.0781316","bedrooms":"0","price":"193000","area":"544"} , +{"type":"Feature","id":"n26703526","geometry":{"type":"Point","coordinates":[0.0882687,51.7684039]},"properties":{"@type":"node","@id":26703526,"@timestamp":1174611333},"coords":"51.7684039,0.0882687","bedrooms":"2","price":"229000","area":"442"} , +{"type":"Feature","id":"n26703554","geometry":{"type":"Point","coordinates":[0.0853976,51.769186]},"properties":{"@type":"node","@id":26703554,"@timestamp":1631208860},"coords":"51.769186,0.0853976","bedrooms":"3","price":"217000","area":"625"} , +{"type":"Feature","id":"n26703579","geometry":{"type":"Point","coordinates":[0.0815106,51.7688405]},"properties":{"@type":"node","@id":26703579,"@timestamp":1174611337},"coords":"51.7688405,0.0815106","bedrooms":"4","price":"183000","area":"660"} , +{"type":"Feature","id":"n26703605","geometry":{"type":"Point","coordinates":[0.079386,51.7661575]},"properties":{"@type":"node","@id":26703605,"@timestamp":1174611340},"coords":"51.7661575,0.079386","bedrooms":"3","price":"198000","area":"673"} , +{"type":"Feature","id":"n26703672","geometry":{"type":"Point","coordinates":[-0.9423746,52.1401279]},"properties":{"@type":"node","@id":26703672,"@timestamp":1518128018},"coords":"52.1401279,-0.9423746","bedrooms":"3","price":"176000","area":"543"} , +{"type":"Feature","id":"n26706441","geometry":{"type":"Point","coordinates":[-0.8182447,51.8029485]},"properties":{"@type":"node","@id":26706441,"@timestamp":1616170707},"coords":"51.8029485,-0.8182447","bedrooms":"1","price":"224000","area":"559"} , +{"type":"Feature","id":"n26706495","geometry":{"type":"Point","coordinates":[-0.8081914,51.7986581]},"properties":{"@type":"node","@id":26706495,"@timestamp":1174649623},"coords":"51.7986581,-0.8081914","bedrooms":"1","price":"299000","area":"578"} , +{"type":"Feature","id":"n26706553","geometry":{"type":"Point","coordinates":[-0.8225574,51.8084723]},"properties":{"@type":"node","@id":26706553,"@timestamp":1174851548},"coords":"51.8084723,-0.8225574","bedrooms":"1","price":"296000","area":"536"} , +{"type":"Feature","id":"n26706939","geometry":{"type":"Point","coordinates":[-0.1145764,51.4638292]},"properties":{"@type":"node","@id":26706939,"@timestamp":1567708260},"coords":"51.4638292,-0.1145764","bedrooms":"0","price":"154000","area":"489"} , +{"type":"Feature","id":"n26707021","geometry":{"type":"Point","coordinates":[-0.2543896,51.5841042]},"properties":{"@type":"node","@id":26707021,"@timestamp":1195556969},"coords":"51.5841042,-0.2543896","bedrooms":"0","price":"218000","area":"537"} , +{"type":"Feature","id":"n26708072","geometry":{"type":"Point","coordinates":[-0.2795331,51.7417588]},"properties":{"@type":"node","@id":26708072,"@timestamp":1174656600},"coords":"51.7417588,-0.2795331","bedrooms":"0","price":"255000","area":"633"} , +{"type":"Feature","id":"n26708422","geometry":{"type":"Point","coordinates":[-0.2780859,51.7463667]},"properties":{"@type":"node","@id":26708422,"@timestamp":1174658193},"coords":"51.7463667,-0.2780859","bedrooms":"4","price":"298000","area":"426"} , +{"type":"Feature","id":"n26715800","geometry":{"type":"Point","coordinates":[-0.3316965,51.7771395]},"properties":{"@type":"node","@id":26715800,"@timestamp":1174667546},"coords":"51.7771395,-0.3316965","bedrooms":"2","price":"229000","area":"615"} , +{"type":"Feature","id":"n26715816","geometry":{"type":"Point","coordinates":[-0.3629005,51.7838425]},"properties":{"@type":"node","@id":26715816,"@timestamp":1174667547},"coords":"51.7838425,-0.3629005","bedrooms":"2","price":"258000","area":"400"} , +{"type":"Feature","id":"n26715826","geometry":{"type":"Point","coordinates":[-0.3749712,51.7944305]},"properties":{"@type":"node","@id":26715826,"@timestamp":1190728910},"coords":"51.7944305,-0.3749712","bedrooms":"3","price":"157000","area":"625"} , +{"type":"Feature","id":"n26715836","geometry":{"type":"Point","coordinates":[-0.3679809,51.7962495]},"properties":{"@type":"node","@id":26715836,"@timestamp":1174667549},"coords":"51.7962495,-0.3679809","bedrooms":"1","price":"260000","area":"651"} , +{"type":"Feature","id":"n26716160","geometry":{"type":"Point","coordinates":[-0.3418985,51.7937417]},"properties":{"@type":"node","@id":26716160,"@timestamp":1174667681},"coords":"51.7937417,-0.3418985","bedrooms":"2","price":"154000","area":"440"} , +{"type":"Feature","id":"n26716170","geometry":{"type":"Point","coordinates":[-0.3421049,51.7931545]},"properties":{"@type":"node","@id":26716170,"@timestamp":1174667682},"coords":"51.7931545,-0.3421049","bedrooms":"2","price":"248000","area":"458"} , +{"type":"Feature","id":"n26716180","geometry":{"type":"Point","coordinates":[-0.3425177,51.792529]},"properties":{"@type":"node","@id":26716180,"@timestamp":1174667683},"coords":"51.792529,-0.3425177","bedrooms":"4","price":"273000","area":"610"} , +{"type":"Feature","id":"n26716231","geometry":{"type":"Point","coordinates":[0.5317802,51.2705094]},"properties":{"@type":"node","@id":26716231,"@timestamp":1174668117},"coords":"51.2705094,0.5317802","bedrooms":"0","price":"274000","area":"562"} , +{"type":"Feature","id":"n26716293","geometry":{"type":"Point","coordinates":[0.5722355,51.2760994]},"properties":{"@type":"node","@id":26716293,"@timestamp":1226360115},"coords":"51.2760994,0.5722355","bedrooms":"4","price":"247000","area":"463"} , +{"type":"Feature","id":"n26716820","geometry":{"type":"Point","coordinates":[-0.3501676,51.7964016]},"properties":{"@type":"node","@id":26716820,"@timestamp":1174668415},"coords":"51.7964016,-0.3501676","bedrooms":"4","price":"150000","area":"485"} , +{"type":"Feature","id":"n26716834","geometry":{"type":"Point","coordinates":[-0.3461901,51.8027239]},"properties":{"@type":"node","@id":26716834,"@timestamp":1174668417},"coords":"51.8027239,-0.3461901","bedrooms":"0","price":"202000","area":"606"} , +{"type":"Feature","id":"n26716851","geometry":{"type":"Point","coordinates":[-0.3470464,51.796294]},"properties":{"@type":"node","@id":26716851,"@timestamp":1174668418},"coords":"51.796294,-0.3470464","bedrooms":"1","price":"151000","area":"528"} , +{"type":"Feature","id":"n26716868","geometry":{"type":"Point","coordinates":[-0.3447235,51.7941421]},"properties":{"@type":"node","@id":26716868,"@timestamp":1174668420},"coords":"51.7941421,-0.3447235","bedrooms":"3","price":"281000","area":"355"} , +{"type":"Feature","id":"n26716885","geometry":{"type":"Point","coordinates":[-0.3519914,51.8046935]},"properties":{"@type":"node","@id":26716885,"@timestamp":1201865487},"coords":"51.8046935,-0.3519914","bedrooms":"0","price":"214000","area":"470"} , +{"type":"Feature","id":"n26716900","geometry":{"type":"Point","coordinates":[-0.3469953,51.7964586]},"properties":{"@type":"node","@id":26716900,"@timestamp":1174668423},"coords":"51.7964586,-0.3469953","bedrooms":"4","price":"223000","area":"585"} , +{"type":"Feature","id":"n26718738","geometry":{"type":"Point","coordinates":[0.4996563,51.3552845]},"properties":{"@type":"node","@id":26718738,"@timestamp":1174932306},"coords":"51.3552845,0.4996563","bedrooms":"1","price":"176000","area":"573"} , +{"type":"Feature","id":"n26718879","geometry":{"type":"Point","coordinates":[0.4375052,51.3119]},"properties":{"@type":"node","@id":26718879,"@timestamp":1174670396},"coords":"51.3119,0.4375052","bedrooms":"3","price":"288000","area":"659"} , +{"type":"Feature","id":"n26718967","geometry":{"type":"Point","coordinates":[0.4319681,51.3105229]},"properties":{"@type":"node","@id":26718967,"@timestamp":1330591839},"coords":"51.3105229,0.4319681","bedrooms":"2","price":"186000","area":"378"} , +{"type":"Feature","id":"n26719024","geometry":{"type":"Point","coordinates":[0.4493178,51.313056]},"properties":{"@type":"node","@id":26719024,"@timestamp":1234486791},"coords":"51.313056,0.4493178","bedrooms":"3","price":"205000","area":"592"} , +{"type":"Feature","id":"n26719034","geometry":{"type":"Point","coordinates":[0.4491409,51.3162829]},"properties":{"@type":"node","@id":26719034,"@timestamp":1174670605},"coords":"51.3162829,0.4491409","bedrooms":"4","price":"288000","area":"415"} , +{"type":"Feature","id":"n26719045","geometry":{"type":"Point","coordinates":[0.4465789,51.3174846]},"properties":{"@type":"node","@id":26719045,"@timestamp":1174670609},"coords":"51.3174846,0.4465789","bedrooms":"2","price":"228000","area":"663"} , +{"type":"Feature","id":"n26721675","geometry":{"type":"Point","coordinates":[-0.8253975,51.8028171]},"properties":{"@type":"node","@id":26721675,"@timestamp":1174674663},"coords":"51.8028171,-0.8253975","bedrooms":"2","price":"274000","area":"636"} , +{"type":"Feature","id":"n26723095","geometry":{"type":"Point","coordinates":[-0.3537306,51.0697464]},"properties":{"@type":"node","@id":26723095,"@timestamp":1596478367},"coords":"51.0697464,-0.3537306","bedrooms":"0","price":"208000","area":"425"} , +{"type":"Feature","id":"n26723498","geometry":{"type":"Point","coordinates":[-0.346988,51.5306413]},"properties":{"@type":"node","@id":26723498,"@timestamp":1174678753},"coords":"51.5306413,-0.346988","bedrooms":"1","price":"220000","area":"643"} , +{"type":"Feature","id":"n26723546","geometry":{"type":"Point","coordinates":[-0.3488348,51.5243153]},"properties":{"@type":"node","@id":26723546,"@timestamp":1174678757},"coords":"51.5243153,-0.3488348","bedrooms":"2","price":"152000","area":"517"} , +{"type":"Feature","id":"n26723584","geometry":{"type":"Point","coordinates":[-0.3488299,51.5192741]},"properties":{"@type":"node","@id":26723584,"@timestamp":1174679928},"coords":"51.5192741,-0.3488299","bedrooms":"1","price":"150000","area":"360"} , +{"type":"Feature","id":"n26723615","geometry":{"type":"Point","coordinates":[-0.3492672,51.5142514]},"properties":{"@type":"node","@id":26723615,"@timestamp":1174679929},"coords":"51.5142514,-0.3492672","bedrooms":"1","price":"169000","area":"517"} , +{"type":"Feature","id":"n26723647","geometry":{"type":"Point","coordinates":[-0.3489523,51.5160907]},"properties":{"@type":"node","@id":26723647,"@timestamp":1174679930},"coords":"51.5160907,-0.3489523","bedrooms":"2","price":"183000","area":"655"} , +{"type":"Feature","id":"n26724458","geometry":{"type":"Point","coordinates":[-0.6489039,51.1689891]},"properties":{"@type":"node","@id":26724458,"@timestamp":1174680534},"coords":"51.1689891,-0.6489039","bedrooms":"3","price":"215000","area":"524"} , +{"type":"Feature","id":"n26726075","geometry":{"type":"Point","coordinates":[0.8735951,51.1431273]},"properties":{"@type":"node","@id":26726075,"@timestamp":1230571617},"coords":"51.1431273,0.8735951","bedrooms":"2","price":"204000","area":"585"} , +{"type":"Feature","id":"n26726831","geometry":{"type":"Point","coordinates":[0.7793299,51.2170213]},"properties":{"@type":"node","@id":26726831,"@timestamp":1174686095},"coords":"51.2170213,0.7793299","bedrooms":"3","price":"166000","area":"543"} , +{"type":"Feature","id":"n26727138","geometry":{"type":"Point","coordinates":[0.2551534,51.5001864]},"properties":{"@type":"node","@id":26727138,"@timestamp":1187631925},"coords":"51.5001864,0.2551534","bedrooms":"2","price":"195000","area":"635"} , +{"type":"Feature","id":"n26728089","geometry":{"type":"Point","coordinates":[0.295017,51.5199688]},"properties":{"@type":"node","@id":26728089,"@timestamp":1445259176},"coords":"51.5199688,0.295017","bedrooms":"0","price":"204000","area":"489"} , +{"type":"Feature","id":"n26728131","geometry":{"type":"Point","coordinates":[0.301663,51.4777652]},"properties":{"@type":"node","@id":26728131,"@timestamp":1616712257},"coords":"51.4777652,0.301663","bedrooms":"1","price":"259000","area":"693"} , +{"type":"Feature","id":"n26728142","geometry":{"type":"Point","coordinates":[0.3192751,51.4892049]},"properties":{"@type":"node","@id":26728142,"@timestamp":1206617017},"coords":"51.4892049,0.3192751","bedrooms":"4","price":"265000","area":"470"} , +{"type":"Feature","id":"n26728161","geometry":{"type":"Point","coordinates":[0.3092018,51.4868596]},"properties":{"@type":"node","@id":26728161,"@timestamp":1190554866},"coords":"51.4868596,0.3092018","bedrooms":"3","price":"298000","area":"641"} , +{"type":"Feature","id":"n26728173","geometry":{"type":"Point","coordinates":[0.3060517,51.4923879]},"properties":{"@type":"node","@id":26728173,"@timestamp":1174689916},"coords":"51.4923879,0.3060517","bedrooms":"3","price":"246000","area":"419"} , +{"type":"Feature","id":"n26728192","geometry":{"type":"Point","coordinates":[0.304804,51.485592]},"properties":{"@type":"node","@id":26728192,"@timestamp":1206613302},"coords":"51.485592,0.304804","bedrooms":"4","price":"196000","area":"668"} , +{"type":"Feature","id":"n26728212","geometry":{"type":"Point","coordinates":[0.2983652,51.4802034]},"properties":{"@type":"node","@id":26728212,"@timestamp":1174689927},"coords":"51.4802034,0.2983652","bedrooms":"1","price":"299000","area":"426"} , +{"type":"Feature","id":"n26728223","geometry":{"type":"Point","coordinates":[0.300309,51.4917254]},"properties":{"@type":"node","@id":26728223,"@timestamp":1206630221},"coords":"51.4917254,0.300309","bedrooms":"1","price":"155000","area":"688"} , +{"type":"Feature","id":"n26728233","geometry":{"type":"Point","coordinates":[0.298063,51.4897369]},"properties":{"@type":"node","@id":26728233,"@timestamp":1174689928},"coords":"51.4897369,0.298063","bedrooms":"1","price":"268000","area":"598"} , +{"type":"Feature","id":"n26728245","geometry":{"type":"Point","coordinates":[0.2979347,51.487557]},"properties":{"@type":"node","@id":26728245,"@timestamp":1174689931},"coords":"51.487557,0.2979347","bedrooms":"0","price":"174000","area":"360"} , +{"type":"Feature","id":"n26728256","geometry":{"type":"Point","coordinates":[0.300807,51.4898651]},"properties":{"@type":"node","@id":26728256,"@timestamp":1174689931},"coords":"51.4898651,0.300807","bedrooms":"1","price":"201000","area":"466"} , +{"type":"Feature","id":"n26728267","geometry":{"type":"Point","coordinates":[0.3029356,51.4892496]},"properties":{"@type":"node","@id":26728267,"@timestamp":1174689932},"coords":"51.4892496,0.3029356","bedrooms":"1","price":"201000","area":"407"} , +{"type":"Feature","id":"n26728278","geometry":{"type":"Point","coordinates":[0.3006275,51.4857875]},"properties":{"@type":"node","@id":26728278,"@timestamp":1174689933},"coords":"51.4857875,0.3006275","bedrooms":"3","price":"155000","area":"537"} , +{"type":"Feature","id":"n26728291","geometry":{"type":"Point","coordinates":[0.3023201,51.4856849]},"properties":{"@type":"node","@id":26728291,"@timestamp":1174689934},"coords":"51.4856849,0.3023201","bedrooms":"0","price":"188000","area":"427"} , +{"type":"Feature","id":"n26728309","geometry":{"type":"Point","coordinates":[0.3021149,51.4847617]},"properties":{"@type":"node","@id":26728309,"@timestamp":1174689935},"coords":"51.4847617,0.3021149","bedrooms":"3","price":"250000","area":"617"} , +{"type":"Feature","id":"n26728850","geometry":{"type":"Point","coordinates":[-0.727712,51.2723499]},"properties":{"@type":"node","@id":26728850,"@timestamp":1174691974},"coords":"51.2723499,-0.727712","bedrooms":"2","price":"201000","area":"474"} , +{"type":"Feature","id":"n26728878","geometry":{"type":"Point","coordinates":[-0.7257317,51.2724104]},"properties":{"@type":"node","@id":26728878,"@timestamp":1177865678},"coords":"51.2724104,-0.7257317","bedrooms":"4","price":"266000","area":"464"} , +{"type":"Feature","id":"n26728900","geometry":{"type":"Point","coordinates":[-0.7255432,51.2694239]},"properties":{"@type":"node","@id":26728900,"@timestamp":1174691977},"coords":"51.2694239,-0.7255432","bedrooms":"0","price":"281000","area":"573"} , +{"type":"Feature","id":"n26729023","geometry":{"type":"Point","coordinates":[0.2998763,51.4854319]},"properties":{"@type":"node","@id":26729023,"@timestamp":1174693949},"coords":"51.4854319,0.2998763","bedrooms":"0","price":"228000","area":"525"} , +{"type":"Feature","id":"n26729288","geometry":{"type":"Point","coordinates":[0.0720478,51.7645078]},"properties":{"@type":"node","@id":26729288,"@timestamp":1174695665},"coords":"51.7645078,0.0720478","bedrooms":"4","price":"174000","area":"655"} , +{"type":"Feature","id":"n26729311","geometry":{"type":"Point","coordinates":[0.0739215,51.765648]},"properties":{"@type":"node","@id":26729311,"@timestamp":1174695673},"coords":"51.765648,0.0739215","bedrooms":"0","price":"168000","area":"544"} , +{"type":"Feature","id":"n26729735","geometry":{"type":"Point","coordinates":[-0.3408151,51.5277794]},"properties":{"@type":"node","@id":26729735,"@timestamp":1174698558},"coords":"51.5277794,-0.3408151","bedrooms":"1","price":"204000","area":"564"} , +{"type":"Feature","id":"n26729745","geometry":{"type":"Point","coordinates":[-0.3386706,51.5282196]},"properties":{"@type":"node","@id":26729745,"@timestamp":1174699487},"coords":"51.5282196,-0.3386706","bedrooms":"2","price":"254000","area":"508"} , +{"type":"Feature","id":"n26729758","geometry":{"type":"Point","coordinates":[-0.3330432,51.5284597]},"properties":{"@type":"node","@id":26729758,"@timestamp":1174698563},"coords":"51.5284597,-0.3330432","bedrooms":"3","price":"286000","area":"623"} , +{"type":"Feature","id":"n26729768","geometry":{"type":"Point","coordinates":[-0.331944,51.5311525]},"properties":{"@type":"node","@id":26729768,"@timestamp":1174698564},"coords":"51.5311525,-0.331944","bedrooms":"4","price":"152000","area":"352"} , +{"type":"Feature","id":"n26729860","geometry":{"type":"Point","coordinates":[-0.3273798,51.5297754]},"properties":{"@type":"node","@id":26729860,"@timestamp":1174699461},"coords":"51.5297754,-0.3273798","bedrooms":"2","price":"242000","area":"500"} , +{"type":"Feature","id":"n26731321","geometry":{"type":"Point","coordinates":[-0.2179457,51.4704391]},"properties":{"@type":"node","@id":26731321,"@timestamp":1209645248},"coords":"51.4704391,-0.2179457","bedrooms":"3","price":"242000","area":"680"} , +{"type":"Feature","id":"n26731423","geometry":{"type":"Point","coordinates":[-0.214683,51.4693571]},"properties":{"@type":"node","@id":26731423,"@timestamp":1174726390},"coords":"51.4693571,-0.214683","bedrooms":"4","price":"157000","area":"412"} , +{"type":"Feature","id":"n26737157","geometry":{"type":"Point","coordinates":[0.5088133,51.3191898]},"properties":{"@type":"node","@id":26737157,"@timestamp":1180544721},"coords":"51.3191898,0.5088133","bedrooms":"4","price":"228000","area":"578"} , +{"type":"Feature","id":"n26737230","geometry":{"type":"Point","coordinates":[0.5350434,51.378587]},"properties":{"@type":"node","@id":26737230,"@timestamp":1515359875},"coords":"51.378587,0.5350434","bedrooms":"2","price":"209000","area":"364"} , +{"type":"Feature","id":"n26738477","geometry":{"type":"Point","coordinates":[-0.1902588,51.4407493]},"properties":{"@type":"node","@id":26738477,"@timestamp":1174749881},"coords":"51.4407493,-0.1902588","bedrooms":"3","price":"205000","area":"685"} , +{"type":"Feature","id":"n26739061","geometry":{"type":"Point","coordinates":[-0.1929518,51.4335262]},"properties":{"@type":"node","@id":26739061,"@timestamp":1174750867},"coords":"51.4335262,-0.1929518","bedrooms":"2","price":"284000","area":"627"} , +{"type":"Feature","id":"n26739317","geometry":{"type":"Point","coordinates":[-0.1919111,51.4331048]},"properties":{"@type":"node","@id":26739317,"@timestamp":1174751615},"coords":"51.4331048,-0.1919111","bedrooms":"0","price":"159000","area":"661"} , +{"type":"Feature","id":"n26740486","geometry":{"type":"Point","coordinates":[-0.186257,51.438422]},"properties":{"@type":"node","@id":26740486,"@timestamp":1174752975},"coords":"51.438422,-0.186257","bedrooms":"2","price":"269000","area":"391"} , +{"type":"Feature","id":"n26740736","geometry":{"type":"Point","coordinates":[-0.1853434,51.4428572]},"properties":{"@type":"node","@id":26740736,"@timestamp":1610836371},"coords":"51.4428572,-0.1853434","bedrooms":"1","price":"290000","area":"461"} , +{"type":"Feature","id":"n26740783","geometry":{"type":"Point","coordinates":[0.4446558,51.3147743]},"properties":{"@type":"node","@id":26740783,"@timestamp":1179952833},"coords":"51.3147743,0.4446558","bedrooms":"1","price":"188000","area":"369"} , +{"type":"Feature","id":"n26740799","geometry":{"type":"Point","coordinates":[0.4352508,51.3141655]},"properties":{"@type":"node","@id":26740799,"@timestamp":1174753907},"coords":"51.3141655,0.4352508","bedrooms":"2","price":"289000","area":"654"} , +{"type":"Feature","id":"n26740809","geometry":{"type":"Point","coordinates":[0.4400988,51.3154784]},"properties":{"@type":"node","@id":26740809,"@timestamp":1174753911},"coords":"51.3154784,0.4400988","bedrooms":"3","price":"199000","area":"552"} , +{"type":"Feature","id":"n26740826","geometry":{"type":"Point","coordinates":[0.4461473,51.3173306]},"properties":{"@type":"node","@id":26740826,"@timestamp":1174753919},"coords":"51.3173306,0.4461473","bedrooms":"1","price":"265000","area":"351"} , +{"type":"Feature","id":"n26740844","geometry":{"type":"Point","coordinates":[0.4386714,51.315587]},"properties":{"@type":"node","@id":26740844,"@timestamp":1174753921},"coords":"51.315587,0.4386714","bedrooms":"0","price":"244000","area":"456"} , +{"type":"Feature","id":"n26740867","geometry":{"type":"Point","coordinates":[0.4459331,51.3159701]},"properties":{"@type":"node","@id":26740867,"@timestamp":1174753938},"coords":"51.3159701,0.4459331","bedrooms":"4","price":"218000","area":"419"} , +{"type":"Feature","id":"n26740877","geometry":{"type":"Point","coordinates":[0.4441989,51.3143345]},"properties":{"@type":"node","@id":26740877,"@timestamp":1174753938},"coords":"51.3143345,0.4441989","bedrooms":"4","price":"295000","area":"386"} , +{"type":"Feature","id":"n26740887","geometry":{"type":"Point","coordinates":[0.4412927,51.3141714]},"properties":{"@type":"node","@id":26740887,"@timestamp":1174753942},"coords":"51.3141714,0.4412927","bedrooms":"4","price":"206000","area":"487"} , +{"type":"Feature","id":"n26741363","geometry":{"type":"Point","coordinates":[0.7438713,51.3386277]},"properties":{"@type":"node","@id":26741363,"@timestamp":1566594150},"coords":"51.3386277,0.7438713","bedrooms":"2","price":"286000","area":"453"} , +{"type":"Feature","id":"n26741496","geometry":{"type":"Point","coordinates":[-0.1848622,51.4471756]},"properties":{"@type":"node","@id":26741496,"@timestamp":1174755380},"coords":"51.4471756,-0.1848622","bedrooms":"4","price":"219000","area":"429"} , +{"type":"Feature","id":"n26742312","geometry":{"type":"Point","coordinates":[-0.2635536,51.7859616]},"properties":{"@type":"node","@id":26742312,"@timestamp":1190813040},"coords":"51.7859616,-0.2635536","bedrooms":"2","price":"228000","area":"552"} , +{"type":"Feature","id":"n26742731","geometry":{"type":"Point","coordinates":[-0.8063966,51.8111387]},"properties":{"@type":"node","@id":26742731,"@timestamp":1634560036},"coords":"51.8111387,-0.8063966","bedrooms":"4","price":"200000","area":"377"} , +{"type":"Feature","id":"n26743822","geometry":{"type":"Point","coordinates":[-0.3147313,51.7479722]},"properties":{"@type":"node","@id":26743822,"@timestamp":1616162480},"coords":"51.7479722,-0.3147313","bedrooms":"4","price":"165000","area":"380"} , +{"type":"Feature","id":"n26743855","geometry":{"type":"Point","coordinates":[-0.2913813,51.7908747]},"properties":{"@type":"node","@id":26743855,"@timestamp":1174759165},"coords":"51.7908747,-0.2913813","bedrooms":"1","price":"220000","area":"590"} , +{"type":"Feature","id":"n26744103","geometry":{"type":"Point","coordinates":[-0.5209341,51.8861316]},"properties":{"@type":"node","@id":26744103,"@timestamp":1568488862},"coords":"51.8861316,-0.5209341","bedrooms":"1","price":"180000","area":"607"} , +{"type":"Feature","id":"n26744679","geometry":{"type":"Point","coordinates":[-0.3260767,51.763326]},"properties":{"@type":"node","@id":26744679,"@timestamp":1627847778},"coords":"51.763326,-0.3260767","bedrooms":"4","price":"211000","area":"642"} , +{"type":"Feature","id":"n26745366","geometry":{"type":"Point","coordinates":[-0.147058,51.5110872]},"properties":{"@type":"node","@id":26745366,"@timestamp":1531108841},"coords":"51.5110872,-0.147058","bedrooms":"4","price":"281000","area":"642"} , +{"type":"Feature","id":"n26746213","geometry":{"type":"Point","coordinates":[-0.2727417,51.7473014]},"properties":{"@type":"node","@id":26746213,"@timestamp":1174764276},"coords":"51.7473014,-0.2727417","bedrooms":"2","price":"162000","area":"435"} , +{"type":"Feature","id":"n26747715","geometry":{"type":"Point","coordinates":[-0.2633997,51.7872471]},"properties":{"@type":"node","@id":26747715,"@timestamp":1466851677},"coords":"51.7872471,-0.2633997","bedrooms":"1","price":"205000","area":"378"} , +{"type":"Feature","id":"n26748195","geometry":{"type":"Point","coordinates":[-0.8156447,51.8010546]},"properties":{"@type":"node","@id":26748195,"@timestamp":1616170707},"coords":"51.8010546,-0.8156447","bedrooms":"4","price":"233000","area":"488"} , +{"type":"Feature","id":"n26749170","geometry":{"type":"Point","coordinates":[-0.0113877,51.7519496]},"properties":{"@type":"node","@id":26749170,"@timestamp":1174770593},"coords":"51.7519496,-0.0113877","bedrooms":"0","price":"158000","area":"447"} , +{"type":"Feature","id":"n26749214","geometry":{"type":"Point","coordinates":[-0.0135013,51.7454468]},"properties":{"@type":"node","@id":26749214,"@timestamp":1174770840},"coords":"51.7454468,-0.0135013","bedrooms":"1","price":"280000","area":"695"} , +{"type":"Feature","id":"n26749835","geometry":{"type":"Point","coordinates":[-0.0270261,51.7298407]},"properties":{"@type":"node","@id":26749835,"@timestamp":1212970536},"coords":"51.7298407,-0.0270261","bedrooms":"0","price":"242000","area":"355"} , +{"type":"Feature","id":"n26751029","geometry":{"type":"Point","coordinates":[-0.0391647,51.7169068]},"properties":{"@type":"node","@id":26751029,"@timestamp":1178558075},"coords":"51.7169068,-0.0391647","bedrooms":"2","price":"173000","area":"588"} , +{"type":"Feature","id":"n26751085","geometry":{"type":"Point","coordinates":[-0.0421902,51.7150389]},"properties":{"@type":"node","@id":26751085,"@timestamp":1174773528},"coords":"51.7150389,-0.0421902","bedrooms":"3","price":"166000","area":"351"} , +{"type":"Feature","id":"n26751335","geometry":{"type":"Point","coordinates":[-0.0403234,51.7126724]},"properties":{"@type":"node","@id":26751335,"@timestamp":1174773861},"coords":"51.7126724,-0.0403234","bedrooms":"2","price":"272000","area":"377"} , +{"type":"Feature","id":"n26751402","geometry":{"type":"Point","coordinates":[-0.0405916,51.7103191]},"properties":{"@type":"node","@id":26751402,"@timestamp":1174773969},"coords":"51.7103191,-0.0405916","bedrooms":"3","price":"190000","area":"659"} , +{"type":"Feature","id":"n26751813","geometry":{"type":"Point","coordinates":[-0.0508591,51.6976396]},"properties":{"@type":"node","@id":26751813,"@timestamp":1174774316},"coords":"51.6976396,-0.0508591","bedrooms":"0","price":"279000","area":"533"} , +{"type":"Feature","id":"n26754331","geometry":{"type":"Point","coordinates":[-0.0341006,51.6420585]},"properties":{"@type":"node","@id":26754331,"@timestamp":1174777656},"coords":"51.6420585,-0.0341006","bedrooms":"4","price":"275000","area":"674"} , +{"type":"Feature","id":"n26755020","geometry":{"type":"Point","coordinates":[-0.0053366,51.6954049]},"properties":{"@type":"node","@id":26755020,"@timestamp":1174779050},"coords":"51.6954049,-0.0053366","bedrooms":"4","price":"297000","area":"457"} , +{"type":"Feature","id":"n26755515","geometry":{"type":"Point","coordinates":[-0.0008777,51.7296011]},"properties":{"@type":"node","@id":26755515,"@timestamp":1194375891},"coords":"51.7296011,-0.0008777","bedrooms":"1","price":"278000","area":"612"} , +{"type":"Feature","id":"n26755710","geometry":{"type":"Point","coordinates":[0.2518765,51.6035223]},"properties":{"@type":"node","@id":26755710,"@timestamp":1174780137},"coords":"51.6035223,0.2518765","bedrooms":"4","price":"184000","area":"443"} , +{"type":"Feature","id":"n26756214","geometry":{"type":"Point","coordinates":[0.0220755,51.7620369]},"properties":{"@type":"node","@id":26756214,"@timestamp":1174781349},"coords":"51.7620369,0.0220755","bedrooms":"0","price":"154000","area":"583"} , +{"type":"Feature","id":"n26756414","geometry":{"type":"Point","coordinates":[0.0325256,51.7634748]},"properties":{"@type":"node","@id":26756414,"@timestamp":1190539703},"coords":"51.7634748,0.0325256","bedrooms":"0","price":"244000","area":"631"} , +{"type":"Feature","id":"n26756657","geometry":{"type":"Point","coordinates":[0.0172537,51.7770059]},"properties":{"@type":"node","@id":26756657,"@timestamp":1188242699},"coords":"51.7770059,0.0172537","bedrooms":"3","price":"157000","area":"362"} , +{"type":"Feature","id":"n26758758","geometry":{"type":"Point","coordinates":[0.8762455,51.1272754]},"properties":{"@type":"node","@id":26758758,"@timestamp":1174789156},"coords":"51.1272754,0.8762455","bedrooms":"0","price":"298000","area":"520"} , +{"type":"Feature","id":"n26759533","geometry":{"type":"Point","coordinates":[-0.812288,51.8058851]},"properties":{"@type":"node","@id":26759533,"@timestamp":1174791477},"coords":"51.8058851,-0.812288","bedrooms":"4","price":"180000","area":"381"} , +{"type":"Feature","id":"n26760450","geometry":{"type":"Point","coordinates":[0.3691153,51.5191942]},"properties":{"@type":"node","@id":26760450,"@timestamp":1207240662},"coords":"51.5191942,0.3691153","bedrooms":"2","price":"241000","area":"660"} , +{"type":"Feature","id":"n26760538","geometry":{"type":"Point","coordinates":[0.8633334,51.1206425]},"properties":{"@type":"node","@id":26760538,"@timestamp":1545674858},"coords":"51.1206425,0.8633334","bedrooms":"1","price":"184000","area":"446"} , +{"type":"Feature","id":"n26771666","geometry":{"type":"Point","coordinates":[0.889522,51.1691585]},"properties":{"@type":"node","@id":26771666,"@timestamp":1174835663},"coords":"51.1691585,0.889522","bedrooms":"2","price":"211000","area":"413"} , +{"type":"Feature","id":"n26771690","geometry":{"type":"Point","coordinates":[0.8936404,51.1676575]},"properties":{"@type":"node","@id":26771690,"@timestamp":1174835442},"coords":"51.1676575,0.8936404","bedrooms":"3","price":"279000","area":"680"} , +{"type":"Feature","id":"n26771707","geometry":{"type":"Point","coordinates":[0.8906818,51.1679822]},"properties":{"@type":"node","@id":26771707,"@timestamp":1174835442},"coords":"51.1679822,0.8906818","bedrooms":"2","price":"289000","area":"500"} , +{"type":"Feature","id":"n26771728","geometry":{"type":"Point","coordinates":[0.8949956,51.1710381]},"properties":{"@type":"node","@id":26771728,"@timestamp":1177753138},"coords":"51.1710381,0.8949956","bedrooms":"4","price":"215000","area":"540"} , +{"type":"Feature","id":"n26771785","geometry":{"type":"Point","coordinates":[0.8898172,51.1664106]},"properties":{"@type":"node","@id":26771785,"@timestamp":1174835450},"coords":"51.1664106,0.8898172","bedrooms":"3","price":"193000","area":"416"} , +{"type":"Feature","id":"n26771907","geometry":{"type":"Point","coordinates":[0.878075,51.1584707]},"properties":{"@type":"node","@id":26771907,"@timestamp":1174835467},"coords":"51.1584707,0.878075","bedrooms":"3","price":"224000","area":"470"} , +{"type":"Feature","id":"n26771930","geometry":{"type":"Point","coordinates":[0.8712443,51.1612331]},"properties":{"@type":"node","@id":26771930,"@timestamp":1230482401},"coords":"51.1612331,0.8712443","bedrooms":"1","price":"176000","area":"651"} , +{"type":"Feature","id":"n26771960","geometry":{"type":"Point","coordinates":[0.8731858,51.1637485]},"properties":{"@type":"node","@id":26771960,"@timestamp":1174835487},"coords":"51.1637485,0.8731858","bedrooms":"1","price":"279000","area":"437"} , +{"type":"Feature","id":"n26771972","geometry":{"type":"Point","coordinates":[0.8745356,51.1621379]},"properties":{"@type":"node","@id":26771972,"@timestamp":1174835488},"coords":"51.1621379,0.8745356","bedrooms":"1","price":"266000","area":"520"} , +{"type":"Feature","id":"n26772013","geometry":{"type":"Point","coordinates":[0.8715763,51.1619592]},"properties":{"@type":"node","@id":26772013,"@timestamp":1174835494},"coords":"51.1619592,0.8715763","bedrooms":"2","price":"262000","area":"350"} , +{"type":"Feature","id":"n26772598","geometry":{"type":"Point","coordinates":[0.5349193,51.2655205]},"properties":{"@type":"node","@id":26772598,"@timestamp":1270318982},"coords":"51.2655205,0.5349193","bedrooms":"4","price":"285000","area":"583"} , +{"type":"Feature","id":"n26773319","geometry":{"type":"Point","coordinates":[0.8747878,51.1608509]},"properties":{"@type":"node","@id":26773319,"@timestamp":1174838270},"coords":"51.1608509,0.8747878","bedrooms":"4","price":"235000","area":"553"} , +{"type":"Feature","id":"n26774573","geometry":{"type":"Point","coordinates":[0.871576,51.1678697]},"properties":{"@type":"node","@id":26774573,"@timestamp":1189877972},"coords":"51.1678697,0.871576","bedrooms":"2","price":"294000","area":"406"} , +{"type":"Feature","id":"n26775238","geometry":{"type":"Point","coordinates":[-0.0124776,51.7429556]},"properties":{"@type":"node","@id":26775238,"@timestamp":1188067678},"coords":"51.7429556,-0.0124776","bedrooms":"1","price":"197000","area":"687"} , +{"type":"Feature","id":"n26778627","geometry":{"type":"Point","coordinates":[-0.2577429,51.7894148]},"properties":{"@type":"node","@id":26778627,"@timestamp":1174844467},"coords":"51.7894148,-0.2577429","bedrooms":"3","price":"291000","area":"426"} , +{"type":"Feature","id":"n26780170","geometry":{"type":"Point","coordinates":[-0.3535281,51.68895]},"properties":{"@type":"node","@id":26780170,"@timestamp":1174846209},"coords":"51.68895,-0.3535281","bedrooms":"0","price":"286000","area":"363"} , +{"type":"Feature","id":"n26781820","geometry":{"type":"Point","coordinates":[-0.3208303,51.7320804]},"properties":{"@type":"node","@id":26781820,"@timestamp":1174849230},"coords":"51.7320804,-0.3208303","bedrooms":"4","price":"250000","area":"382"} , +{"type":"Feature","id":"n26781831","geometry":{"type":"Point","coordinates":[-0.3212695,51.7328165]},"properties":{"@type":"node","@id":26781831,"@timestamp":1174849232},"coords":"51.7328165,-0.3212695","bedrooms":"3","price":"160000","area":"659"} , +{"type":"Feature","id":"n26781852","geometry":{"type":"Point","coordinates":[-0.3192143,51.7338427]},"properties":{"@type":"node","@id":26781852,"@timestamp":1174849437},"coords":"51.7338427,-0.3192143","bedrooms":"0","price":"273000","area":"578"} , +{"type":"Feature","id":"n26781878","geometry":{"type":"Point","coordinates":[-0.3211348,51.7387523]},"properties":{"@type":"node","@id":26781878,"@timestamp":1174849563},"coords":"51.7387523,-0.3211348","bedrooms":"4","price":"220000","area":"686"} , +{"type":"Feature","id":"n26782454","geometry":{"type":"Point","coordinates":[0.2936981,51.5457699]},"properties":{"@type":"node","@id":26782454,"@timestamp":1568245380},"coords":"51.5457699,0.2936981","bedrooms":"2","price":"203000","area":"508"} , +{"type":"Feature","id":"n26782628","geometry":{"type":"Point","coordinates":[-0.8223592,51.8085466]},"properties":{"@type":"node","@id":26782628,"@timestamp":1174850740},"coords":"51.8085466,-0.8223592","bedrooms":"3","price":"255000","area":"511"} , +{"type":"Feature","id":"n26783789","geometry":{"type":"Point","coordinates":[-0.0907596,51.7090374]},"properties":{"@type":"node","@id":26783789,"@timestamp":1174854335},"coords":"51.7090374,-0.0907596","bedrooms":"1","price":"166000","area":"604"} , +{"type":"Feature","id":"n26784337","geometry":{"type":"Point","coordinates":[-0.0917598,51.7163565]},"properties":{"@type":"node","@id":26784337,"@timestamp":1635980914},"coords":"51.7163565,-0.0917598","bedrooms":"0","price":"236000","area":"522"} , +{"type":"Feature","id":"n26787883","geometry":{"type":"Point","coordinates":[-0.1857059,51.4869258]},"properties":{"@type":"node","@id":26787883,"@timestamp":1615154795},"coords":"51.4869258,-0.1857059","bedrooms":"3","price":"167000","area":"371"} , +{"type":"Feature","id":"n26799666","geometry":{"type":"Point","coordinates":[-0.1047537,51.5558128]},"properties":{"@type":"node","@id":26799666,"@timestamp":1521017260},"coords":"51.5558128,-0.1047537","bedrooms":"1","price":"275000","area":"612"} , +{"type":"Feature","id":"n26805436","geometry":{"type":"Point","coordinates":[0.5980669,50.948834]},"properties":{"@type":"node","@id":26805436,"@timestamp":1617719145},"coords":"50.948834,0.5980669","bedrooms":"3","price":"155000","area":"534"} , +{"type":"Feature","id":"n26808541","geometry":{"type":"Point","coordinates":[-0.1967068,51.4302662]},"properties":{"@type":"node","@id":26808541,"@timestamp":1174929075},"coords":"51.4302662,-0.1967068","bedrooms":"1","price":"216000","area":"664"} , +{"type":"Feature","id":"n26809105","geometry":{"type":"Point","coordinates":[0.5053873,51.3362341]},"properties":{"@type":"node","@id":26809105,"@timestamp":1441882652},"coords":"51.3362341,0.5053873","bedrooms":"0","price":"295000","area":"691"} , +{"type":"Feature","id":"n26810556","geometry":{"type":"Point","coordinates":[0.8713795,51.1612105]},"properties":{"@type":"node","@id":26810556,"@timestamp":1306751218},"coords":"51.1612105,0.8713795","bedrooms":"0","price":"166000","area":"567"} , +{"type":"Feature","id":"n26810586","geometry":{"type":"Point","coordinates":[0.8727808,51.1620864]},"properties":{"@type":"node","@id":26810586,"@timestamp":1174934976},"coords":"51.1620864,0.8727808","bedrooms":"3","price":"274000","area":"531"} , +{"type":"Feature","id":"n26810596","geometry":{"type":"Point","coordinates":[0.8731133,51.1617759]},"properties":{"@type":"node","@id":26810596,"@timestamp":1174934980},"coords":"51.1617759,0.8731133","bedrooms":"3","price":"269000","area":"590"} , +{"type":"Feature","id":"n26810612","geometry":{"type":"Point","coordinates":[0.8731357,51.1595254]},"properties":{"@type":"node","@id":26810612,"@timestamp":1174934981},"coords":"51.1595254,0.8731357","bedrooms":"4","price":"208000","area":"624"} , +{"type":"Feature","id":"n26811979","geometry":{"type":"Point","coordinates":[0.878973,51.1725571]},"properties":{"@type":"node","@id":26811979,"@timestamp":1174936826},"coords":"51.1725571,0.878973","bedrooms":"2","price":"183000","area":"409"} , +{"type":"Feature","id":"n26812533","geometry":{"type":"Point","coordinates":[0.8786312,51.1735617]},"properties":{"@type":"node","@id":26812533,"@timestamp":1174937105},"coords":"51.1735617,0.8786312","bedrooms":"0","price":"243000","area":"353"} , +{"type":"Feature","id":"n26814505","geometry":{"type":"Point","coordinates":[-0.3426964,51.5744165]},"properties":{"@type":"node","@id":26814505,"@timestamp":1174938476},"coords":"51.5744165,-0.3426964","bedrooms":"0","price":"238000","area":"579"} , +{"type":"Feature","id":"n26816415","geometry":{"type":"Point","coordinates":[0.8709667,51.1609662]},"properties":{"@type":"node","@id":26816415,"@timestamp":1470351474},"coords":"51.1609662,0.8709667","bedrooms":"3","price":"218000","area":"380"} , +{"type":"Feature","id":"n26818232","geometry":{"type":"Point","coordinates":[-0.7356106,51.5296236]},"properties":{"@type":"node","@id":26818232,"@timestamp":1174946375},"coords":"51.5296236,-0.7356106","bedrooms":"3","price":"188000","area":"681"} , +{"type":"Feature","id":"n26820726","geometry":{"type":"Point","coordinates":[0.0902477,51.7651733]},"properties":{"@type":"node","@id":26820726,"@timestamp":1174953597},"coords":"51.7651733,0.0902477","bedrooms":"0","price":"263000","area":"357"} , +{"type":"Feature","id":"n26821016","geometry":{"type":"Point","coordinates":[0.0922158,51.7715061]},"properties":{"@type":"node","@id":26821016,"@timestamp":1612749329},"coords":"51.7715061,0.0922158","bedrooms":"3","price":"282000","area":"430"} , +{"type":"Feature","id":"n26821563","geometry":{"type":"Point","coordinates":[0.0696454,51.7505809]},"properties":{"@type":"node","@id":26821563,"@timestamp":1174956576},"coords":"51.7505809,0.0696454","bedrooms":"1","price":"276000","area":"598"} , +{"type":"Feature","id":"n26821577","geometry":{"type":"Point","coordinates":[0.0704856,51.7495187]},"properties":{"@type":"node","@id":26821577,"@timestamp":1174956577},"coords":"51.7495187,0.0704856","bedrooms":"0","price":"152000","area":"382"} , +{"type":"Feature","id":"n26821601","geometry":{"type":"Point","coordinates":[0.0710717,51.7518309]},"properties":{"@type":"node","@id":26821601,"@timestamp":1174956579},"coords":"51.7518309,0.0710717","bedrooms":"3","price":"212000","area":"638"} , +{"type":"Feature","id":"n26821639","geometry":{"type":"Point","coordinates":[0.0700338,51.7513064]},"properties":{"@type":"node","@id":26821639,"@timestamp":1174956583},"coords":"51.7513064,0.0700338","bedrooms":"2","price":"289000","area":"366"} , +{"type":"Feature","id":"n26821852","geometry":{"type":"Point","coordinates":[-0.023322,51.480824]},"properties":{"@type":"node","@id":26821852,"@timestamp":1614865273},"coords":"51.480824,-0.023322","bedrooms":"0","price":"288000","area":"520"} , +{"type":"Feature","id":"n26822037","geometry":{"type":"Point","coordinates":[-0.0226924,51.4759469]},"properties":{"@type":"node","@id":26822037,"@timestamp":1174959023},"coords":"51.4759469,-0.0226924","bedrooms":"2","price":"289000","area":"505"} , +{"type":"Feature","id":"n26822058","geometry":{"type":"Point","coordinates":[-0.0176893,51.4797537]},"properties":{"@type":"node","@id":26822058,"@timestamp":1198345396},"coords":"51.4797537,-0.0176893","bedrooms":"2","price":"248000","area":"600"} , +{"type":"Feature","id":"n26822965","geometry":{"type":"Point","coordinates":[-0.080902,51.4872106]},"properties":{"@type":"node","@id":26822965,"@timestamp":1174968157},"coords":"51.4872106,-0.080902","bedrooms":"3","price":"181000","area":"541"} , +{"type":"Feature","id":"n26823329","geometry":{"type":"Point","coordinates":[-0.0924945,51.4844146]},"properties":{"@type":"node","@id":26823329,"@timestamp":1174970715},"coords":"51.4844146,-0.0924945","bedrooms":"2","price":"243000","area":"680"} , +{"type":"Feature","id":"n26824245","geometry":{"type":"Point","coordinates":[-0.3212896,51.7973433]},"properties":{"@type":"node","@id":26824245,"@timestamp":1185538647},"coords":"51.7973433,-0.3212896","bedrooms":"2","price":"168000","area":"462"} , +{"type":"Feature","id":"n26827291","geometry":{"type":"Point","coordinates":[0.1344131,51.2059005]},"properties":{"@type":"node","@id":26827291,"@timestamp":1194991199},"coords":"51.2059005,0.1344131","bedrooms":"4","price":"182000","area":"564"} , +{"type":"Feature","id":"n26827301","geometry":{"type":"Point","coordinates":[0.1427067,51.2145633]},"properties":{"@type":"node","@id":26827301,"@timestamp":1174996164},"coords":"51.2145633,0.1427067","bedrooms":"4","price":"257000","area":"699"} , +{"type":"Feature","id":"n26827311","geometry":{"type":"Point","coordinates":[0.1355032,51.2186165]},"properties":{"@type":"node","@id":26827311,"@timestamp":1194991199},"coords":"51.2186165,0.1355032","bedrooms":"3","price":"247000","area":"516"} , +{"type":"Feature","id":"n26827321","geometry":{"type":"Point","coordinates":[0.1347574,51.212042]},"properties":{"@type":"node","@id":26827321,"@timestamp":1174996182},"coords":"51.212042,0.1347574","bedrooms":"1","price":"259000","area":"515"} , +{"type":"Feature","id":"n26827431","geometry":{"type":"Point","coordinates":[0.1818287,51.1885358]},"properties":{"@type":"node","@id":26827431,"@timestamp":1197119829},"coords":"51.1885358,0.1818287","bedrooms":"0","price":"201000","area":"566"} , +{"type":"Feature","id":"n26834719","geometry":{"type":"Point","coordinates":[0.024242,51.4244605]},"properties":{"@type":"node","@id":26834719,"@timestamp":1175012137},"coords":"51.4244605,0.024242","bedrooms":"2","price":"248000","area":"449"} , +{"type":"Feature","id":"n26835961","geometry":{"type":"Point","coordinates":[0.0260134,51.4341376]},"properties":{"@type":"node","@id":26835961,"@timestamp":1175013086},"coords":"51.4341376,0.0260134","bedrooms":"2","price":"163000","area":"356"} , +{"type":"Feature","id":"n26836984","geometry":{"type":"Point","coordinates":[0.0187965,51.4448265]},"properties":{"@type":"node","@id":26836984,"@timestamp":1175014083},"coords":"51.4448265,0.0187965","bedrooms":"4","price":"173000","area":"389"} , +{"type":"Feature","id":"n26837020","geometry":{"type":"Point","coordinates":[0.024313,51.4477825]},"properties":{"@type":"node","@id":26837020,"@timestamp":1175014088},"coords":"51.4477825,0.024313","bedrooms":"2","price":"284000","area":"354"} , +{"type":"Feature","id":"n26837130","geometry":{"type":"Point","coordinates":[0.0150707,51.4528204]},"properties":{"@type":"node","@id":26837130,"@timestamp":1193434869},"coords":"51.4528204,0.0150707","bedrooms":"0","price":"257000","area":"600"} , +{"type":"Feature","id":"n26838246","geometry":{"type":"Point","coordinates":[-0.0052182,51.4635866]},"properties":{"@type":"node","@id":26838246,"@timestamp":1192982313},"coords":"51.4635866,-0.0052182","bedrooms":"3","price":"268000","area":"561"} , +{"type":"Feature","id":"n26838266","geometry":{"type":"Point","coordinates":[-0.0032561,51.4614422]},"properties":{"@type":"node","@id":26838266,"@timestamp":1192982255},"coords":"51.4614422,-0.0032561","bedrooms":"0","price":"273000","area":"357"} , +{"type":"Feature","id":"n26838306","geometry":{"type":"Point","coordinates":[-0.0042189,51.4620287]},"properties":{"@type":"node","@id":26838306,"@timestamp":1192982256},"coords":"51.4620287,-0.0042189","bedrooms":"3","price":"193000","area":"521"} , +{"type":"Feature","id":"n26839969","geometry":{"type":"Point","coordinates":[-0.1994266,51.2384104]},"properties":{"@type":"node","@id":26839969,"@timestamp":1175016985},"coords":"51.2384104,-0.1994266","bedrooms":"3","price":"236000","area":"438"} , +{"type":"Feature","id":"n26840491","geometry":{"type":"Point","coordinates":[-0.0062292,51.4714593]},"properties":{"@type":"node","@id":26840491,"@timestamp":1625559812},"coords":"51.4714593,-0.0062292","bedrooms":"4","price":"195000","area":"555"} , +{"type":"Feature","id":"n26840506","geometry":{"type":"Point","coordinates":[-0.0074649,51.4683867]},"properties":{"@type":"node","@id":26840506,"@timestamp":1192982537},"coords":"51.4683867,-0.0074649","bedrooms":"3","price":"162000","area":"362"} , +{"type":"Feature","id":"n26840542","geometry":{"type":"Point","coordinates":[-0.0092433,51.4695234]},"properties":{"@type":"node","@id":26840542,"@timestamp":1175017526},"coords":"51.4695234,-0.0092433","bedrooms":"1","price":"193000","area":"521"} , +{"type":"Feature","id":"n26841099","geometry":{"type":"Point","coordinates":[-0.0101055,51.4684229]},"properties":{"@type":"node","@id":26841099,"@timestamp":1192982391},"coords":"51.4684229,-0.0101055","bedrooms":"1","price":"296000","area":"620"} , +{"type":"Feature","id":"n26841241","geometry":{"type":"Point","coordinates":[0.0030754,51.4601641]},"properties":{"@type":"node","@id":26841241,"@timestamp":1202005207},"coords":"51.4601641,0.0030754","bedrooms":"3","price":"212000","area":"459"} , +{"type":"Feature","id":"n26842009","geometry":{"type":"Point","coordinates":[0.010514,51.4641313]},"properties":{"@type":"node","@id":26842009,"@timestamp":1199540021},"coords":"51.4641313,0.010514","bedrooms":"1","price":"165000","area":"578"} , +{"type":"Feature","id":"n26842020","geometry":{"type":"Point","coordinates":[0.020472,51.4656522]},"properties":{"@type":"node","@id":26842020,"@timestamp":1181227001},"coords":"51.4656522,0.020472","bedrooms":"2","price":"258000","area":"534"} , +{"type":"Feature","id":"n26842068","geometry":{"type":"Point","coordinates":[0.0180904,51.4717037]},"properties":{"@type":"node","@id":26842068,"@timestamp":1187376001},"coords":"51.4717037,0.0180904","bedrooms":"2","price":"260000","area":"567"} , +{"type":"Feature","id":"n26842482","geometry":{"type":"Point","coordinates":[-0.0048246,51.4647531]},"properties":{"@type":"node","@id":26842482,"@timestamp":1202005208},"coords":"51.4647531,-0.0048246","bedrooms":"2","price":"248000","area":"437"} , +{"type":"Feature","id":"n26842944","geometry":{"type":"Point","coordinates":[-0.0451291,51.4358573]},"properties":{"@type":"node","@id":26842944,"@timestamp":1175023534},"coords":"51.4358573,-0.0451291","bedrooms":"2","price":"234000","area":"420"} , +{"type":"Feature","id":"n26843963","geometry":{"type":"Point","coordinates":[-0.262421,51.6169728]},"properties":{"@type":"node","@id":26843963,"@timestamp":1175025832},"coords":"51.6169728,-0.262421","bedrooms":"0","price":"187000","area":"556"} , +{"type":"Feature","id":"n26843974","geometry":{"type":"Point","coordinates":[-0.2623566,51.61628]},"properties":{"@type":"node","@id":26843974,"@timestamp":1175025857},"coords":"51.61628,-0.2623566","bedrooms":"2","price":"163000","area":"639"} , +{"type":"Feature","id":"n26844318","geometry":{"type":"Point","coordinates":[-0.2639444,51.6132954]},"properties":{"@type":"node","@id":26844318,"@timestamp":1175026095},"coords":"51.6132954,-0.2639444","bedrooms":"3","price":"236000","area":"582"} , +{"type":"Feature","id":"n26844445","geometry":{"type":"Point","coordinates":[-0.2564557,51.6192777]},"properties":{"@type":"node","@id":26844445,"@timestamp":1175026827},"coords":"51.6192777,-0.2564557","bedrooms":"3","price":"158000","area":"603"} , +{"type":"Feature","id":"n26845176","geometry":{"type":"Point","coordinates":[-0.2531083,51.6117897]},"properties":{"@type":"node","@id":26845176,"@timestamp":1175028074},"coords":"51.6117897,-0.2531083","bedrooms":"4","price":"188000","area":"609"} , +{"type":"Feature","id":"n26846355","geometry":{"type":"Point","coordinates":[-0.1295014,51.512357]},"properties":{"@type":"node","@id":26846355,"@timestamp":1634389781},"coords":"51.512357,-0.1295014","bedrooms":"0","price":"240000","area":"579"} , +{"type":"Feature","id":"n26846811","geometry":{"type":"Point","coordinates":[-0.2602947,51.5961285]},"properties":{"@type":"node","@id":26846811,"@timestamp":1357575690},"coords":"51.5961285,-0.2602947","bedrooms":"3","price":"228000","area":"401"} , +{"type":"Feature","id":"n26847230","geometry":{"type":"Point","coordinates":[-0.1822428,51.2906613]},"properties":{"@type":"node","@id":26847230,"@timestamp":1175030637},"coords":"51.2906613,-0.1822428","bedrooms":"4","price":"161000","area":"411"} , +{"type":"Feature","id":"n26847252","geometry":{"type":"Point","coordinates":[-0.173249,51.294291]},"properties":{"@type":"node","@id":26847252,"@timestamp":1367442319},"coords":"51.294291,-0.173249","bedrooms":"2","price":"253000","area":"655"} , +{"type":"Feature","id":"n26847266","geometry":{"type":"Point","coordinates":[-0.1740178,51.2897727]},"properties":{"@type":"node","@id":26847266,"@timestamp":1367442320},"coords":"51.2897727,-0.1740178","bedrooms":"4","price":"227000","area":"484"} , +{"type":"Feature","id":"n26847293","geometry":{"type":"Point","coordinates":[-0.2634509,51.6016217]},"properties":{"@type":"node","@id":26847293,"@timestamp":1175030726},"coords":"51.6016217,-0.2634509","bedrooms":"2","price":"193000","area":"592"} , +{"type":"Feature","id":"n26849252","geometry":{"type":"Point","coordinates":[0.0722253,51.747549]},"properties":{"@type":"node","@id":26849252,"@timestamp":1175042078},"coords":"51.747549,0.0722253","bedrooms":"0","price":"213000","area":"594"} , +{"type":"Feature","id":"n26849295","geometry":{"type":"Point","coordinates":[0.0730836,51.7475357]},"properties":{"@type":"node","@id":26849295,"@timestamp":1175042251},"coords":"51.7475357,0.0730836","bedrooms":"2","price":"281000","area":"426"} , +{"type":"Feature","id":"n26849411","geometry":{"type":"Point","coordinates":[0.0757765,51.7474361]},"properties":{"@type":"node","@id":26849411,"@timestamp":1175042424},"coords":"51.7474361,0.0757765","bedrooms":"4","price":"218000","area":"492"} , +{"type":"Feature","id":"n26849614","geometry":{"type":"Point","coordinates":[0.0596213,51.4339583]},"properties":{"@type":"node","@id":26849614,"@timestamp":1175046970},"coords":"51.4339583,0.0596213","bedrooms":"3","price":"196000","area":"411"} , +{"type":"Feature","id":"n26851772","geometry":{"type":"Point","coordinates":[0.3234118,51.4838703]},"properties":{"@type":"node","@id":26851772,"@timestamp":1206528165},"coords":"51.4838703,0.3234118","bedrooms":"2","price":"235000","area":"502"} , +{"type":"Feature","id":"n26851797","geometry":{"type":"Point","coordinates":[0.3245773,51.4851939]},"properties":{"@type":"node","@id":26851797,"@timestamp":1187633960},"coords":"51.4851939,0.3245773","bedrooms":"4","price":"231000","area":"550"} , +{"type":"Feature","id":"n26851832","geometry":{"type":"Point","coordinates":[0.3309242,51.4838388]},"properties":{"@type":"node","@id":26851832,"@timestamp":1187633957},"coords":"51.4838388,0.3309242","bedrooms":"0","price":"254000","area":"421"} , +{"type":"Feature","id":"n26852842","geometry":{"type":"Point","coordinates":[-0.1873134,51.2596199]},"properties":{"@type":"node","@id":26852842,"@timestamp":1175072383},"coords":"51.2596199,-0.1873134","bedrooms":"3","price":"168000","area":"679"} , +{"type":"Feature","id":"n26852852","geometry":{"type":"Point","coordinates":[-0.1793485,51.2637384]},"properties":{"@type":"node","@id":26852852,"@timestamp":1175072383},"coords":"51.2637384,-0.1793485","bedrooms":"0","price":"260000","area":"612"} , +{"type":"Feature","id":"n26852866","geometry":{"type":"Point","coordinates":[-0.1846724,51.2578097]},"properties":{"@type":"node","@id":26852866,"@timestamp":1175072384},"coords":"51.2578097,-0.1846724","bedrooms":"4","price":"215000","area":"515"} , +{"type":"Feature","id":"n26852914","geometry":{"type":"Point","coordinates":[-0.1765511,51.2551912]},"properties":{"@type":"node","@id":26852914,"@timestamp":1175072387},"coords":"51.2551912,-0.1765511","bedrooms":"4","price":"200000","area":"699"} , +{"type":"Feature","id":"n26857101","geometry":{"type":"Point","coordinates":[-1.0823282,50.9906586]},"properties":{"@type":"node","@id":26857101,"@timestamp":1466420266},"coords":"50.9906586,-1.0823282","bedrooms":"0","price":"227000","area":"450"} , +{"type":"Feature","id":"n26857272","geometry":{"type":"Point","coordinates":[-1.0694943,50.9788134]},"properties":{"@type":"node","@id":26857272,"@timestamp":1175096345},"coords":"50.9788134,-1.0694943","bedrooms":"0","price":"198000","area":"353"} , +{"type":"Feature","id":"n26861908","geometry":{"type":"Point","coordinates":[-0.4329894,51.0109606]},"properties":{"@type":"node","@id":26861908,"@timestamp":1223890362},"coords":"51.0109606,-0.4329894","bedrooms":"1","price":"193000","area":"687"} , +{"type":"Feature","id":"n26861918","geometry":{"type":"Point","coordinates":[-0.4242417,51.0004571]},"properties":{"@type":"node","@id":26861918,"@timestamp":1223890362},"coords":"51.0004571,-0.4242417","bedrooms":"0","price":"251000","area":"381"} , +{"type":"Feature","id":"n26862048","geometry":{"type":"Point","coordinates":[-0.301023,51.0219652]},"properties":{"@type":"node","@id":26862048,"@timestamp":1175105725},"coords":"51.0219652,-0.301023","bedrooms":"3","price":"227000","area":"560"} , +{"type":"Feature","id":"n26862061","geometry":{"type":"Point","coordinates":[-0.2976139,51.0300296]},"properties":{"@type":"node","@id":26862061,"@timestamp":1175105727},"coords":"51.0300296,-0.2976139","bedrooms":"2","price":"225000","area":"377"} , +{"type":"Feature","id":"n26862297","geometry":{"type":"Point","coordinates":[0.8642328,51.1694748]},"properties":{"@type":"node","@id":26862297,"@timestamp":1175107241},"coords":"51.1694748,0.8642328","bedrooms":"2","price":"188000","area":"471"} , +{"type":"Feature","id":"n26862393","geometry":{"type":"Point","coordinates":[0.892039,51.170402]},"properties":{"@type":"node","@id":26862393,"@timestamp":1175107786},"coords":"51.170402,0.892039","bedrooms":"0","price":"226000","area":"596"} , +{"type":"Feature","id":"n26866990","geometry":{"type":"Point","coordinates":[-0.142835,51.5153419]},"properties":{"@type":"node","@id":26866990,"@timestamp":1547439648},"coords":"51.5153419,-0.142835","bedrooms":"1","price":"236000","area":"661"} , +{"type":"Feature","id":"n26867658","geometry":{"type":"Point","coordinates":[-0.2465208,51.6166713]},"properties":{"@type":"node","@id":26867658,"@timestamp":1175115118},"coords":"51.6166713,-0.2465208","bedrooms":"2","price":"176000","area":"422"} , +{"type":"Feature","id":"n26868278","geometry":{"type":"Point","coordinates":[0.0750684,51.7460278]},"properties":{"@type":"node","@id":26868278,"@timestamp":1175115723},"coords":"51.7460278,0.0750684","bedrooms":"0","price":"173000","area":"646"} , +{"type":"Feature","id":"n26868362","geometry":{"type":"Point","coordinates":[0.0780872,51.7447615]},"properties":{"@type":"node","@id":26868362,"@timestamp":1631243273},"coords":"51.7447615,0.0780872","bedrooms":"3","price":"219000","area":"657"} , +{"type":"Feature","id":"n26868391","geometry":{"type":"Point","coordinates":[0.0772249,51.7431448]},"properties":{"@type":"node","@id":26868391,"@timestamp":1175115934},"coords":"51.7431448,0.0772249","bedrooms":"2","price":"195000","area":"514"} , +{"type":"Feature","id":"n26868526","geometry":{"type":"Point","coordinates":[-0.2555009,51.6248646]},"properties":{"@type":"node","@id":26868526,"@timestamp":1175116236},"coords":"51.6248646,-0.2555009","bedrooms":"1","price":"173000","area":"400"} , +{"type":"Feature","id":"n26868638","geometry":{"type":"Point","coordinates":[0.0779438,51.7461275]},"properties":{"@type":"node","@id":26868638,"@timestamp":1175116764},"coords":"51.7461275,0.0779438","bedrooms":"3","price":"291000","area":"667"} , +{"type":"Feature","id":"n26868764","geometry":{"type":"Point","coordinates":[0.0796497,51.7425336]},"properties":{"@type":"node","@id":26868764,"@timestamp":1175117572},"coords":"51.7425336,0.0796497","bedrooms":"3","price":"185000","area":"546"} , +{"type":"Feature","id":"n26868774","geometry":{"type":"Point","coordinates":[0.0804329,51.7415969]},"properties":{"@type":"node","@id":26868774,"@timestamp":1175117587},"coords":"51.7415969,0.0804329","bedrooms":"4","price":"230000","area":"391"} , +{"type":"Feature","id":"n26869284","geometry":{"type":"Point","coordinates":[-0.2700492,51.6149126]},"properties":{"@type":"node","@id":26869284,"@timestamp":1175118762},"coords":"51.6149126,-0.2700492","bedrooms":"1","price":"296000","area":"403"} , +{"type":"Feature","id":"n26872149","geometry":{"type":"Point","coordinates":[0.0753152,51.7399094]},"properties":{"@type":"node","@id":26872149,"@timestamp":1175127962},"coords":"51.7399094,0.0753152","bedrooms":"0","price":"169000","area":"569"} , +{"type":"Feature","id":"n26872242","geometry":{"type":"Point","coordinates":[0.0771928,51.7479077]},"properties":{"@type":"node","@id":26872242,"@timestamp":1175128165},"coords":"51.7479077,0.0771928","bedrooms":"1","price":"155000","area":"436"} , +{"type":"Feature","id":"n26872254","geometry":{"type":"Point","coordinates":[0.0738132,51.7491365]},"properties":{"@type":"node","@id":26872254,"@timestamp":1175128250},"coords":"51.7491365,0.0738132","bedrooms":"2","price":"187000","area":"444"} , +{"type":"Feature","id":"n26874928","geometry":{"type":"Point","coordinates":[0.0511667,51.4568945]},"properties":{"@type":"node","@id":26874928,"@timestamp":1380569815},"coords":"51.4568945,0.0511667","bedrooms":"4","price":"270000","area":"679"} , +{"type":"Feature","id":"n26878235","geometry":{"type":"Point","coordinates":[0.4387992,51.5261379]},"properties":{"@type":"node","@id":26878235,"@timestamp":1330775566},"coords":"51.5261379,0.4387992","bedrooms":"4","price":"170000","area":"482"} , +{"type":"Feature","id":"n26880690","geometry":{"type":"Point","coordinates":[-0.584979,51.2266985]},"properties":{"@type":"node","@id":26880690,"@timestamp":1239636343},"coords":"51.2266985,-0.584979","bedrooms":"3","price":"227000","area":"612"} , +{"type":"Feature","id":"n26881807","geometry":{"type":"Point","coordinates":[0.0661313,51.7553134]},"properties":{"@type":"node","@id":26881807,"@timestamp":1175187676},"coords":"51.7553134,0.0661313","bedrooms":"4","price":"282000","area":"462"} , +{"type":"Feature","id":"n26881830","geometry":{"type":"Point","coordinates":[0.0730729,51.7563096]},"properties":{"@type":"node","@id":26881830,"@timestamp":1175187719},"coords":"51.7563096,0.0730729","bedrooms":"2","price":"244000","area":"525"} , +{"type":"Feature","id":"n26882740","geometry":{"type":"Point","coordinates":[0.8143114,51.107882]},"properties":{"@type":"node","@id":26882740,"@timestamp":1385289723},"coords":"51.107882,0.8143114","bedrooms":"0","price":"195000","area":"463"} , +{"type":"Feature","id":"n26884689","geometry":{"type":"Point","coordinates":[0.3796676,51.6367392]},"properties":{"@type":"node","@id":26884689,"@timestamp":1175195684},"coords":"51.6367392,0.3796676","bedrooms":"3","price":"218000","area":"356"} , +{"type":"Feature","id":"n26884705","geometry":{"type":"Point","coordinates":[0.3807512,51.6344352]},"properties":{"@type":"node","@id":26884705,"@timestamp":1175195801},"coords":"51.6344352,0.3807512","bedrooms":"1","price":"274000","area":"597"} , +{"type":"Feature","id":"n26884739","geometry":{"type":"Point","coordinates":[0.3816417,51.6402349]},"properties":{"@type":"node","@id":26884739,"@timestamp":1175195944},"coords":"51.6402349,0.3816417","bedrooms":"3","price":"275000","area":"501"} , +{"type":"Feature","id":"n26885357","geometry":{"type":"Point","coordinates":[0.3530922,51.6410206]},"properties":{"@type":"node","@id":26885357,"@timestamp":1175197170},"coords":"51.6410206,0.3530922","bedrooms":"2","price":"155000","area":"693"} , +{"type":"Feature","id":"n26887684","geometry":{"type":"Point","coordinates":[0.3757301,51.6475984]},"properties":{"@type":"node","@id":26887684,"@timestamp":1175204227},"coords":"51.6475984,0.3757301","bedrooms":"2","price":"264000","area":"543"} , +{"type":"Feature","id":"n26888039","geometry":{"type":"Point","coordinates":[0.3826931,51.6174712]},"properties":{"@type":"node","@id":26888039,"@timestamp":1175204322},"coords":"51.6174712,0.3826931","bedrooms":"1","price":"169000","area":"505"} , +{"type":"Feature","id":"n26888436","geometry":{"type":"Point","coordinates":[0.3681448,51.6114354]},"properties":{"@type":"node","@id":26888436,"@timestamp":1175204436},"coords":"51.6114354,0.3681448","bedrooms":"2","price":"165000","area":"647"} , +{"type":"Feature","id":"n26888748","geometry":{"type":"Point","coordinates":[0.3687027,51.6206154]},"properties":{"@type":"node","@id":26888748,"@timestamp":1175204618},"coords":"51.6206154,0.3687027","bedrooms":"2","price":"271000","area":"630"} , +{"type":"Feature","id":"n26890166","geometry":{"type":"Point","coordinates":[0.3255277,51.6295286]},"properties":{"@type":"node","@id":26890166,"@timestamp":1615131200},"coords":"51.6295286,0.3255277","bedrooms":"2","price":"167000","area":"622"} , +{"type":"Feature","id":"n26891810","geometry":{"type":"Point","coordinates":[-1.0427108,51.266651]},"properties":{"@type":"node","@id":26891810,"@timestamp":1175210447},"coords":"51.266651,-1.0427108","bedrooms":"4","price":"234000","area":"507"} , +{"type":"Feature","id":"n26892112","geometry":{"type":"Point","coordinates":[0.4006034,51.5260866]},"properties":{"@type":"node","@id":26892112,"@timestamp":1193961865},"coords":"51.5260866,0.4006034","bedrooms":"0","price":"211000","area":"524"} , +{"type":"Feature","id":"n26892267","geometry":{"type":"Point","coordinates":[0.0684917,51.7579832]},"properties":{"@type":"node","@id":26892267,"@timestamp":1175213160},"coords":"51.7579832,0.0684917","bedrooms":"2","price":"159000","area":"476"} , +{"type":"Feature","id":"n26892339","geometry":{"type":"Point","coordinates":[0.0694465,51.7590258]},"properties":{"@type":"node","@id":26892339,"@timestamp":1175213246},"coords":"51.7590258,0.0694465","bedrooms":"1","price":"167000","area":"693"} , +{"type":"Feature","id":"n26892649","geometry":{"type":"Point","coordinates":[0.0605952,51.7620141]},"properties":{"@type":"node","@id":26892649,"@timestamp":1175214159},"coords":"51.7620141,0.0605952","bedrooms":"2","price":"200000","area":"496"} , +{"type":"Feature","id":"n26892932","geometry":{"type":"Point","coordinates":[0.0610137,51.7584547]},"properties":{"@type":"node","@id":26892932,"@timestamp":1175214837},"coords":"51.7584547,0.0610137","bedrooms":"3","price":"183000","area":"419"} , +{"type":"Feature","id":"n26892982","geometry":{"type":"Point","coordinates":[0.0473025,51.752242]},"properties":{"@type":"node","@id":26892982,"@timestamp":1190541555},"coords":"51.752242,0.0473025","bedrooms":"1","price":"225000","area":"548"} , +{"type":"Feature","id":"n26900042","geometry":{"type":"Point","coordinates":[0.0761117,51.3733124]},"properties":{"@type":"node","@id":26900042,"@timestamp":1564916368},"coords":"51.3733124,0.0761117","bedrooms":"1","price":"288000","area":"535"} , +{"type":"Feature","id":"n26900453","geometry":{"type":"Point","coordinates":[0.075991,51.3781615]},"properties":{"@type":"node","@id":26900453,"@timestamp":1175246143},"coords":"51.3781615,0.075991","bedrooms":"3","price":"188000","area":"548"} , +{"type":"Feature","id":"n26900571","geometry":{"type":"Point","coordinates":[0.0837051,51.379916]},"properties":{"@type":"node","@id":26900571,"@timestamp":1175246538},"coords":"51.379916,0.0837051","bedrooms":"2","price":"171000","area":"356"} , +{"type":"Feature","id":"n26901512","geometry":{"type":"Point","coordinates":[0.0763066,51.3732853]},"properties":{"@type":"node","@id":26901512,"@timestamp":1570908056},"coords":"51.3732853,0.0763066","bedrooms":"2","price":"233000","area":"653"} , +{"type":"Feature","id":"n26905578","geometry":{"type":"Point","coordinates":[-0.1953805,51.5727784]},"properties":{"@type":"node","@id":26905578,"@timestamp":1551301326},"coords":"51.5727784,-0.1953805","bedrooms":"0","price":"255000","area":"484"} , +{"type":"Feature","id":"n26905827","geometry":{"type":"Point","coordinates":[0.3401318,51.6510513]},"properties":{"@type":"node","@id":26905827,"@timestamp":1175273676},"coords":"51.6510513,0.3401318","bedrooms":"0","price":"261000","area":"469"} , +{"type":"Feature","id":"n26905849","geometry":{"type":"Point","coordinates":[0.3480497,51.6542731]},"properties":{"@type":"node","@id":26905849,"@timestamp":1175273758},"coords":"51.6542731,0.3480497","bedrooms":"1","price":"164000","area":"638"} , +{"type":"Feature","id":"n26905925","geometry":{"type":"Point","coordinates":[0.3477063,51.6546392]},"properties":{"@type":"node","@id":26905925,"@timestamp":1175273906},"coords":"51.6546392,0.3477063","bedrooms":"3","price":"208000","area":"605"} , +{"type":"Feature","id":"n26906015","geometry":{"type":"Point","coordinates":[0.3519657,51.6542797]},"properties":{"@type":"node","@id":26906015,"@timestamp":1175274007},"coords":"51.6542797,0.3519657","bedrooms":"0","price":"201000","area":"543"} , +{"type":"Feature","id":"n26906027","geometry":{"type":"Point","coordinates":[0.3334155,51.6558972]},"properties":{"@type":"node","@id":26906027,"@timestamp":1175274139},"coords":"51.6558972,0.3334155","bedrooms":"2","price":"192000","area":"419"} , +{"type":"Feature","id":"n26906073","geometry":{"type":"Point","coordinates":[0.3356471,51.6882736]},"properties":{"@type":"node","@id":26906073,"@timestamp":1175274320},"coords":"51.6882736,0.3356471","bedrooms":"0","price":"282000","area":"592"} , +{"type":"Feature","id":"n26907060","geometry":{"type":"Point","coordinates":[-0.5372692,51.2929849]},"properties":{"@type":"node","@id":26907060,"@timestamp":1196590352},"coords":"51.2929849,-0.5372692","bedrooms":"4","price":"226000","area":"616"} , +{"type":"Feature","id":"n26907262","geometry":{"type":"Point","coordinates":[0.3634348,51.6934745]},"properties":{"@type":"node","@id":26907262,"@timestamp":1175276414},"coords":"51.6934745,0.3634348","bedrooms":"0","price":"200000","area":"532"} , +{"type":"Feature","id":"n26907634","geometry":{"type":"Point","coordinates":[0.3729406,51.6935942]},"properties":{"@type":"node","@id":26907634,"@timestamp":1175276649},"coords":"51.6935942,0.3729406","bedrooms":"4","price":"202000","area":"568"} , +{"type":"Feature","id":"n26907712","geometry":{"type":"Point","coordinates":[0.3862872,51.6904817]},"properties":{"@type":"node","@id":26907712,"@timestamp":1175276778},"coords":"51.6904817,0.3862872","bedrooms":"0","price":"216000","area":"505"} , +{"type":"Feature","id":"n26907747","geometry":{"type":"Point","coordinates":[0.3875962,51.6893111]},"properties":{"@type":"node","@id":26907747,"@timestamp":1175276899},"coords":"51.6893111,0.3875962","bedrooms":"0","price":"156000","area":"443"} , +{"type":"Feature","id":"n26907757","geometry":{"type":"Point","coordinates":[0.3879824,51.6912266]},"properties":{"@type":"node","@id":26907757,"@timestamp":1175276914},"coords":"51.6912266,0.3879824","bedrooms":"1","price":"256000","area":"368"} , +{"type":"Feature","id":"n26907885","geometry":{"type":"Point","coordinates":[0.3773394,51.7000713]},"properties":{"@type":"node","@id":26907885,"@timestamp":1175277143},"coords":"51.7000713,0.3773394","bedrooms":"0","price":"178000","area":"644"} , +{"type":"Feature","id":"n26908261","geometry":{"type":"Point","coordinates":[0.883337,51.1568806]},"properties":{"@type":"node","@id":26908261,"@timestamp":1175277454},"coords":"51.1568806,0.883337","bedrooms":"4","price":"282000","area":"582"} , +{"type":"Feature","id":"n26908362","geometry":{"type":"Point","coordinates":[0.8700985,51.1362464]},"properties":{"@type":"node","@id":26908362,"@timestamp":1175277478},"coords":"51.1362464,0.8700985","bedrooms":"1","price":"279000","area":"579"} , +{"type":"Feature","id":"n26908408","geometry":{"type":"Point","coordinates":[0.8602292,51.145262]},"properties":{"@type":"node","@id":26908408,"@timestamp":1179087469},"coords":"51.145262,0.8602292","bedrooms":"4","price":"205000","area":"496"} , +{"type":"Feature","id":"n26908458","geometry":{"type":"Point","coordinates":[0.8577874,51.1515919]},"properties":{"@type":"node","@id":26908458,"@timestamp":1237207757},"coords":"51.1515919,0.8577874","bedrooms":"0","price":"189000","area":"654"} , +{"type":"Feature","id":"n26908489","geometry":{"type":"Point","coordinates":[0.863836,51.1570133]},"properties":{"@type":"node","@id":26908489,"@timestamp":1177534150},"coords":"51.1570133,0.863836","bedrooms":"0","price":"200000","area":"470"} , +{"type":"Feature","id":"n26909137","geometry":{"type":"Point","coordinates":[-1.0819129,51.2661844]},"properties":{"@type":"node","@id":26909137,"@timestamp":1518812261},"coords":"51.2661844,-1.0819129","bedrooms":"3","price":"158000","area":"509"} , +{"type":"Feature","id":"n26909621","geometry":{"type":"Point","coordinates":[0.0332474,51.7512819]},"properties":{"@type":"node","@id":26909621,"@timestamp":1175281318},"coords":"51.7512819,0.0332474","bedrooms":"4","price":"181000","area":"366"} , +{"type":"Feature","id":"n26911005","geometry":{"type":"Point","coordinates":[0.0355225,51.7754397]},"properties":{"@type":"node","@id":26911005,"@timestamp":1625323805},"coords":"51.7754397,0.0355225","bedrooms":"1","price":"236000","area":"639"} , +{"type":"Feature","id":"n26913302","geometry":{"type":"Point","coordinates":[-0.1097684,51.7091448]},"properties":{"@type":"node","@id":26913302,"@timestamp":1550682811},"coords":"51.7091448,-0.1097684","bedrooms":"2","price":"204000","area":"635"} , +{"type":"Feature","id":"n26914427","geometry":{"type":"Point","coordinates":[-0.0523381,51.6221222]},"properties":{"@type":"node","@id":26914427,"@timestamp":1175294019},"coords":"51.6221222,-0.0523381","bedrooms":"1","price":"271000","area":"669"} , +{"type":"Feature","id":"n26914439","geometry":{"type":"Point","coordinates":[-0.0571338,51.6214808]},"properties":{"@type":"node","@id":26914439,"@timestamp":1175294128},"coords":"51.6214808,-0.0571338","bedrooms":"1","price":"286000","area":"677"} , +{"type":"Feature","id":"n26914750","geometry":{"type":"Point","coordinates":[-0.0511273,51.6205618]},"properties":{"@type":"node","@id":26914750,"@timestamp":1175294485},"coords":"51.6205618,-0.0511273","bedrooms":"2","price":"272000","area":"682"} , +{"type":"Feature","id":"n26915849","geometry":{"type":"Point","coordinates":[0.8768944,51.1380581]},"properties":{"@type":"node","@id":26915849,"@timestamp":1178815243},"coords":"51.1380581,0.8768944","bedrooms":"2","price":"209000","area":"669"} , +{"type":"Feature","id":"n26916181","geometry":{"type":"Point","coordinates":[0.8024564,51.1951841]},"properties":{"@type":"node","@id":26916181,"@timestamp":1175299802},"coords":"51.1951841,0.8024564","bedrooms":"3","price":"217000","area":"667"} , +{"type":"Feature","id":"n26916208","geometry":{"type":"Point","coordinates":[-0.0220951,51.6786711]},"properties":{"@type":"node","@id":26916208,"@timestamp":1175299762},"coords":"51.6786711,-0.0220951","bedrooms":"3","price":"269000","area":"366"} , +{"type":"Feature","id":"n26916548","geometry":{"type":"Point","coordinates":[0.0627625,51.7649424]},"properties":{"@type":"node","@id":26916548,"@timestamp":1175301513},"coords":"51.7649424,0.0627625","bedrooms":"4","price":"256000","area":"515"} , +{"type":"Feature","id":"n26916808","geometry":{"type":"Point","coordinates":[0.0636315,51.7642186]},"properties":{"@type":"node","@id":26916808,"@timestamp":1175301432},"coords":"51.7642186,0.0636315","bedrooms":"3","price":"196000","area":"367"} , +{"type":"Feature","id":"n26916930","geometry":{"type":"Point","coordinates":[0.0601554,51.7694308]},"properties":{"@type":"node","@id":26916930,"@timestamp":1175301719},"coords":"51.7694308,0.0601554","bedrooms":"0","price":"157000","area":"532"} , +{"type":"Feature","id":"n26917036","geometry":{"type":"Point","coordinates":[0.0585246,51.7671667]},"properties":{"@type":"node","@id":26917036,"@timestamp":1175302018},"coords":"51.7671667,0.0585246","bedrooms":"2","price":"220000","area":"463"} , +{"type":"Feature","id":"n26917726","geometry":{"type":"Point","coordinates":[-0.0411817,51.6416147]},"properties":{"@type":"node","@id":26917726,"@timestamp":1175304544},"coords":"51.6416147,-0.0411817","bedrooms":"4","price":"275000","area":"593"} , +{"type":"Feature","id":"n26917738","geometry":{"type":"Point","coordinates":[-0.0433382,51.6394708]},"properties":{"@type":"node","@id":26917738,"@timestamp":1175304578},"coords":"51.6394708,-0.0433382","bedrooms":"1","price":"174000","area":"451"} , +{"type":"Feature","id":"n26917767","geometry":{"type":"Point","coordinates":[-0.0432952,51.6393243]},"properties":{"@type":"node","@id":26917767,"@timestamp":1175304617},"coords":"51.6393243,-0.0432952","bedrooms":"4","price":"242000","area":"427"} , +{"type":"Feature","id":"n26917781","geometry":{"type":"Point","coordinates":[-0.0390037,51.6359217]},"properties":{"@type":"node","@id":26917781,"@timestamp":1175304703},"coords":"51.6359217,-0.0390037","bedrooms":"3","price":"189000","area":"462"} , +{"type":"Feature","id":"n26918023","geometry":{"type":"Point","coordinates":[-0.0320729,51.6577321]},"properties":{"@type":"node","@id":26918023,"@timestamp":1175305334},"coords":"51.6577321,-0.0320729","bedrooms":"4","price":"187000","area":"519"} , +{"type":"Feature","id":"n26919603","geometry":{"type":"Point","coordinates":[0.0445861,51.4333556]},"properties":{"@type":"node","@id":26919603,"@timestamp":1187377128},"coords":"51.4333556,0.0445861","bedrooms":"4","price":"222000","area":"456"} , +{"type":"Feature","id":"n26919637","geometry":{"type":"Point","coordinates":[0.0328005,51.440279]},"properties":{"@type":"node","@id":26919637,"@timestamp":1193081257},"coords":"51.440279,0.0328005","bedrooms":"4","price":"232000","area":"503"} , +{"type":"Feature","id":"n26932361","geometry":{"type":"Point","coordinates":[0.3822317,51.7338804]},"properties":{"@type":"node","@id":26932361,"@timestamp":1175347159},"coords":"51.7338804,0.3822317","bedrooms":"2","price":"263000","area":"647"} , +{"type":"Feature","id":"n26932397","geometry":{"type":"Point","coordinates":[0.3810945,51.7344784]},"properties":{"@type":"node","@id":26932397,"@timestamp":1175347220},"coords":"51.7344784,0.3810945","bedrooms":"2","price":"186000","area":"597"} , +{"type":"Feature","id":"n26932644","geometry":{"type":"Point","coordinates":[0.3559246,51.709729]},"properties":{"@type":"node","@id":26932644,"@timestamp":1175347965},"coords":"51.709729,0.3559246","bedrooms":"4","price":"256000","area":"384"} , +{"type":"Feature","id":"n26932754","geometry":{"type":"Point","coordinates":[0.3385439,51.6775142]},"properties":{"@type":"node","@id":26932754,"@timestamp":1175348151},"coords":"51.6775142,0.3385439","bedrooms":"1","price":"245000","area":"398"} , +{"type":"Feature","id":"n26932950","geometry":{"type":"Point","coordinates":[0.253593,51.6451567]},"properties":{"@type":"node","@id":26932950,"@timestamp":1175348683},"coords":"51.6451567,0.253593","bedrooms":"0","price":"165000","area":"388"} , +{"type":"Feature","id":"n26932962","geometry":{"type":"Point","coordinates":[0.2585497,51.6477131]},"properties":{"@type":"node","@id":26932962,"@timestamp":1175348709},"coords":"51.6477131,0.2585497","bedrooms":"2","price":"191000","area":"567"} , +{"type":"Feature","id":"n26933232","geometry":{"type":"Point","coordinates":[0.1685562,51.6674806]},"properties":{"@type":"node","@id":26933232,"@timestamp":1175349451},"coords":"51.6674806,0.1685562","bedrooms":"0","price":"240000","area":"563"} , +{"type":"Feature","id":"n26933757","geometry":{"type":"Point","coordinates":[0.2156022,51.6670082]},"properties":{"@type":"node","@id":26933757,"@timestamp":1175350146},"coords":"51.6670082,0.2156022","bedrooms":"2","price":"214000","area":"690"} , +{"type":"Feature","id":"n26933824","geometry":{"type":"Point","coordinates":[0.2084139,51.6694503]},"properties":{"@type":"node","@id":26933824,"@timestamp":1175350235},"coords":"51.6694503,0.2084139","bedrooms":"4","price":"152000","area":"607"} , +{"type":"Feature","id":"n26933838","geometry":{"type":"Point","coordinates":[0.2163639,51.6700691]},"properties":{"@type":"node","@id":26933838,"@timestamp":1175350314},"coords":"51.6700691,0.2163639","bedrooms":"0","price":"291000","area":"698"} , +{"type":"Feature","id":"n26933879","geometry":{"type":"Point","coordinates":[0.2248075,51.6724977]},"properties":{"@type":"node","@id":26933879,"@timestamp":1175350370},"coords":"51.6724977,0.2248075","bedrooms":"2","price":"163000","area":"477"} , +{"type":"Feature","id":"n26933931","geometry":{"type":"Point","coordinates":[0.2226296,51.6671546]},"properties":{"@type":"node","@id":26933931,"@timestamp":1175350476},"coords":"51.6671546,0.2226296","bedrooms":"3","price":"282000","area":"442"} , +{"type":"Feature","id":"n26934101","geometry":{"type":"Point","coordinates":[0.2203121,51.6651383]},"properties":{"@type":"node","@id":26934101,"@timestamp":1175350570},"coords":"51.6651383,0.2203121","bedrooms":"0","price":"250000","area":"398"} , +{"type":"Feature","id":"n26934136","geometry":{"type":"Point","coordinates":[0.2214065,51.6642732]},"properties":{"@type":"node","@id":26934136,"@timestamp":1175350642},"coords":"51.6642732,0.2214065","bedrooms":"0","price":"212000","area":"539"} , +{"type":"Feature","id":"n26934910","geometry":{"type":"Point","coordinates":[0.2529493,51.6991905]},"properties":{"@type":"node","@id":26934910,"@timestamp":1175352711},"coords":"51.6991905,0.2529493","bedrooms":"4","price":"288000","area":"415"} , +{"type":"Feature","id":"n26934929","geometry":{"type":"Point","coordinates":[0.2563718,51.7015245]},"properties":{"@type":"node","@id":26934929,"@timestamp":1175352762},"coords":"51.7015245,0.2563718","bedrooms":"4","price":"187000","area":"542"} , +{"type":"Feature","id":"n26934939","geometry":{"type":"Point","coordinates":[0.2578094,51.7032799]},"properties":{"@type":"node","@id":26934939,"@timestamp":1175352786},"coords":"51.7032799,0.2578094","bedrooms":"4","price":"214000","area":"486"} , +{"type":"Feature","id":"n26934953","geometry":{"type":"Point","coordinates":[0.2581098,51.7090774]},"properties":{"@type":"node","@id":26934953,"@timestamp":1175352827},"coords":"51.7090774,0.2581098","bedrooms":"4","price":"224000","area":"687"} , +{"type":"Feature","id":"n26935092","geometry":{"type":"Point","coordinates":[0.2453962,51.700281]},"properties":{"@type":"node","@id":26935092,"@timestamp":1175352908},"coords":"51.700281,0.2453962","bedrooms":"0","price":"270000","area":"595"} , +{"type":"Feature","id":"n26935110","geometry":{"type":"Point","coordinates":[0.2425852,51.7024687]},"properties":{"@type":"node","@id":26935110,"@timestamp":1175352972},"coords":"51.7024687,0.2425852","bedrooms":"4","price":"181000","area":"664"} , +{"type":"Feature","id":"n26935143","geometry":{"type":"Point","coordinates":[0.2422204,51.7070231]},"properties":{"@type":"node","@id":26935143,"@timestamp":1175353066},"coords":"51.7070231,0.2422204","bedrooms":"2","price":"218000","area":"518"} , +{"type":"Feature","id":"n26935314","geometry":{"type":"Point","coordinates":[0.2398064,51.7090508]},"properties":{"@type":"node","@id":26935314,"@timestamp":1175353366},"coords":"51.7090508,0.2398064","bedrooms":"0","price":"213000","area":"625"} , +{"type":"Feature","id":"n26935356","geometry":{"type":"Point","coordinates":[0.2341738,51.7102209]},"properties":{"@type":"node","@id":26935356,"@timestamp":1175353617},"coords":"51.7102209,0.2341738","bedrooms":"2","price":"207000","area":"360"} , +{"type":"Feature","id":"n26935390","geometry":{"type":"Point","coordinates":[0.2330258,51.7123216]},"properties":{"@type":"node","@id":26935390,"@timestamp":1175353832},"coords":"51.7123216,0.2330258","bedrooms":"2","price":"170000","area":"536"} , +{"type":"Feature","id":"n26935401","geometry":{"type":"Point","coordinates":[0.2351072,51.7163367]},"properties":{"@type":"node","@id":26935401,"@timestamp":1175353860},"coords":"51.7163367,0.2351072","bedrooms":"2","price":"238000","area":"414"} , +{"type":"Feature","id":"n26935411","geometry":{"type":"Point","coordinates":[0.2365556,51.7174467]},"properties":{"@type":"node","@id":26935411,"@timestamp":1175353866},"coords":"51.7174467,0.2365556","bedrooms":"2","price":"202000","area":"363"} , +{"type":"Feature","id":"n26935421","geometry":{"type":"Point","coordinates":[0.2382829,51.7184703]},"properties":{"@type":"node","@id":26935421,"@timestamp":1175353900},"coords":"51.7184703,0.2382829","bedrooms":"0","price":"245000","area":"504"} , +{"type":"Feature","id":"n26935431","geometry":{"type":"Point","coordinates":[0.2410295,51.7190885]},"properties":{"@type":"node","@id":26935431,"@timestamp":1175353909},"coords":"51.7190885,0.2410295","bedrooms":"3","price":"188000","area":"629"} , +{"type":"Feature","id":"n26935461","geometry":{"type":"Point","coordinates":[0.2418664,51.7204377]},"properties":{"@type":"node","@id":26935461,"@timestamp":1175353954},"coords":"51.7204377,0.2418664","bedrooms":"1","price":"163000","area":"574"} , +{"type":"Feature","id":"n26935471","geometry":{"type":"Point","coordinates":[0.2397743,51.7210692]},"properties":{"@type":"node","@id":26935471,"@timestamp":1175353962},"coords":"51.7210692,0.2397743","bedrooms":"1","price":"196000","area":"523"} , +{"type":"Feature","id":"n26935483","geometry":{"type":"Point","coordinates":[0.2393022,51.7224782]},"properties":{"@type":"node","@id":26935483,"@timestamp":1175353971},"coords":"51.7224782,0.2393022","bedrooms":"2","price":"184000","area":"526"} , +{"type":"Feature","id":"n26935597","geometry":{"type":"Point","coordinates":[0.2404716,51.7272632]},"properties":{"@type":"node","@id":26935597,"@timestamp":1175354054},"coords":"51.7272632,0.2404716","bedrooms":"2","price":"245000","area":"372"} , +{"type":"Feature","id":"n26935611","geometry":{"type":"Point","coordinates":[0.2363839,51.7280939]},"properties":{"@type":"node","@id":26935611,"@timestamp":1175354069},"coords":"51.7280939,0.2363839","bedrooms":"4","price":"188000","area":"549"} , +{"type":"Feature","id":"n26935676","geometry":{"type":"Point","coordinates":[0.2354827,51.7312038]},"properties":{"@type":"node","@id":26935676,"@timestamp":1175354144},"coords":"51.7312038,0.2354827","bedrooms":"0","price":"276000","area":"546"} , +{"type":"Feature","id":"n26935695","geometry":{"type":"Point","coordinates":[0.2313092,51.7339414]},"properties":{"@type":"node","@id":26935695,"@timestamp":1175354190},"coords":"51.7339414,0.2313092","bedrooms":"2","price":"207000","area":"473"} , +{"type":"Feature","id":"n26935710","geometry":{"type":"Point","coordinates":[0.2295389,51.735762]},"properties":{"@type":"node","@id":26935710,"@timestamp":1175354229},"coords":"51.735762,0.2295389","bedrooms":"3","price":"162000","area":"691"} , +{"type":"Feature","id":"n26935721","geometry":{"type":"Point","coordinates":[0.2285304,51.7368383]},"properties":{"@type":"node","@id":26935721,"@timestamp":1175354238},"coords":"51.7368383,0.2285304","bedrooms":"1","price":"174000","area":"356"} , +{"type":"Feature","id":"n26935745","geometry":{"type":"Point","coordinates":[0.2227691,51.7386521]},"properties":{"@type":"node","@id":26935745,"@timestamp":1175354280},"coords":"51.7386521,0.2227691","bedrooms":"0","price":"285000","area":"684"} , +{"type":"Feature","id":"n26935914","geometry":{"type":"Point","coordinates":[0.2113321,51.7401204]},"properties":{"@type":"node","@id":26935914,"@timestamp":1175354597},"coords":"51.7401204,0.2113321","bedrooms":"2","price":"298000","area":"501"} , +{"type":"Feature","id":"n26935932","geometry":{"type":"Point","coordinates":[0.2037576,51.7393232]},"properties":{"@type":"node","@id":26935932,"@timestamp":1175354634},"coords":"51.7393232,0.2037576","bedrooms":"1","price":"299000","area":"513"} , +{"type":"Feature","id":"n26935942","geometry":{"type":"Point","coordinates":[0.2077701,51.7391504]},"properties":{"@type":"node","@id":26935942,"@timestamp":1175354644},"coords":"51.7391504,0.2077701","bedrooms":"3","price":"294000","area":"483"} , +{"type":"Feature","id":"n26936206","geometry":{"type":"Point","coordinates":[-0.1888895,51.5325824]},"properties":{"@type":"node","@id":26936206,"@timestamp":1192364834},"coords":"51.5325824,-0.1888895","bedrooms":"4","price":"161000","area":"423"} , +{"type":"Feature","id":"n26936595","geometry":{"type":"Point","coordinates":[0.2000776,51.7393564]},"properties":{"@type":"node","@id":26936595,"@timestamp":1175356053},"coords":"51.7393564,0.2000776","bedrooms":"1","price":"165000","area":"620"} , +{"type":"Feature","id":"n26936635","geometry":{"type":"Point","coordinates":[0.1964405,51.7375293]},"properties":{"@type":"node","@id":26936635,"@timestamp":1175356062},"coords":"51.7375293,0.1964405","bedrooms":"3","price":"283000","area":"478"} , +{"type":"Feature","id":"n26936703","geometry":{"type":"Point","coordinates":[0.1929429,51.7374762]},"properties":{"@type":"node","@id":26936703,"@timestamp":1175356123},"coords":"51.7374762,0.1929429","bedrooms":"4","price":"259000","area":"653"} , +{"type":"Feature","id":"n26936713","geometry":{"type":"Point","coordinates":[0.1904538,51.7370044]},"properties":{"@type":"node","@id":26936713,"@timestamp":1175356137},"coords":"51.7370044,0.1904538","bedrooms":"1","price":"169000","area":"422"} , +{"type":"Feature","id":"n26936723","geometry":{"type":"Point","coordinates":[0.1876107,51.7365327]},"properties":{"@type":"node","@id":26936723,"@timestamp":1175356178},"coords":"51.7365327,0.1876107","bedrooms":"2","price":"269000","area":"538"} , +{"type":"Feature","id":"n26936733","geometry":{"type":"Point","coordinates":[0.1849928,51.7367719]},"properties":{"@type":"node","@id":26936733,"@timestamp":1175356190},"coords":"51.7367719,0.1849928","bedrooms":"3","price":"258000","area":"467"} , +{"type":"Feature","id":"n26936746","geometry":{"type":"Point","coordinates":[0.1812377,51.7376024]},"properties":{"@type":"node","@id":26936746,"@timestamp":1175356311},"coords":"51.7376024,0.1812377","bedrooms":"4","price":"233000","area":"387"} , +{"type":"Feature","id":"n26936763","geometry":{"type":"Point","coordinates":[0.1787486,51.7381073]},"properties":{"@type":"node","@id":26936763,"@timestamp":1175356316},"coords":"51.7381073,0.1787486","bedrooms":"2","price":"182000","area":"685"} , +{"type":"Feature","id":"n26936840","geometry":{"type":"Point","coordinates":[0.1744464,51.7366257]},"properties":{"@type":"node","@id":26936840,"@timestamp":1175356357},"coords":"51.7366257,0.1744464","bedrooms":"2","price":"227000","area":"544"} , +{"type":"Feature","id":"n26936868","geometry":{"type":"Point","coordinates":[0.172086,51.7355294]},"properties":{"@type":"node","@id":26936868,"@timestamp":1175356368},"coords":"51.7355294,0.172086","bedrooms":"3","price":"265000","area":"489"} , +{"type":"Feature","id":"n26936975","geometry":{"type":"Point","coordinates":[0.167419,51.7344929]},"properties":{"@type":"node","@id":26936975,"@timestamp":1175356430},"coords":"51.7344929,0.167419","bedrooms":"2","price":"156000","area":"683"} , +{"type":"Feature","id":"n26936986","geometry":{"type":"Point","coordinates":[0.1665178,51.7342936]},"properties":{"@type":"node","@id":26936986,"@timestamp":1175356476},"coords":"51.7342936,0.1665178","bedrooms":"1","price":"213000","area":"421"} , +{"type":"Feature","id":"n26937047","geometry":{"type":"Point","coordinates":[0.16655,51.7335693]},"properties":{"@type":"node","@id":26937047,"@timestamp":1175356536},"coords":"51.7335693,0.16655","bedrooms":"0","price":"177000","area":"466"} , +{"type":"Feature","id":"n26937070","geometry":{"type":"Point","coordinates":[0.1650157,51.7323135]},"properties":{"@type":"node","@id":26937070,"@timestamp":1175356624},"coords":"51.7323135,0.1650157","bedrooms":"2","price":"208000","area":"598"} , +{"type":"Feature","id":"n26937085","geometry":{"type":"Point","coordinates":[0.1667431,51.7321872]},"properties":{"@type":"node","@id":26937085,"@timestamp":1175356703},"coords":"51.7321872,0.1667431","bedrooms":"1","price":"231000","area":"647"} , +{"type":"Feature","id":"n26937113","geometry":{"type":"Point","coordinates":[0.1616898,51.7329182]},"properties":{"@type":"node","@id":26937113,"@timestamp":1175356798},"coords":"51.7329182,0.1616898","bedrooms":"3","price":"294000","area":"392"} , +{"type":"Feature","id":"n26937124","geometry":{"type":"Point","coordinates":[0.1585248,51.7321474]},"properties":{"@type":"node","@id":26937124,"@timestamp":1175356808},"coords":"51.7321474,0.1585248","bedrooms":"0","price":"296000","area":"456"} , +{"type":"Feature","id":"n26937195","geometry":{"type":"Point","coordinates":[0.2584853,51.7103007]},"properties":{"@type":"node","@id":26937195,"@timestamp":1175357005},"coords":"51.7103007,0.2584853","bedrooms":"1","price":"276000","area":"404"} , +{"type":"Feature","id":"n26937213","geometry":{"type":"Point","coordinates":[0.2570799,51.7131326]},"properties":{"@type":"node","@id":26937213,"@timestamp":1175357054},"coords":"51.7131326,0.2570799","bedrooms":"4","price":"218000","area":"508"} , +{"type":"Feature","id":"n26937487","geometry":{"type":"Point","coordinates":[0.2612427,51.7159445]},"properties":{"@type":"node","@id":26937487,"@timestamp":1332781740},"coords":"51.7159445,0.2612427","bedrooms":"4","price":"170000","area":"582"} , +{"type":"Feature","id":"n26937535","geometry":{"type":"Point","coordinates":[0.264354,51.7191882]},"properties":{"@type":"node","@id":26937535,"@timestamp":1332781470},"coords":"51.7191882,0.264354","bedrooms":"4","price":"211000","area":"687"} , +{"type":"Feature","id":"n26938123","geometry":{"type":"Point","coordinates":[0.8939613,51.1658727]},"properties":{"@type":"node","@id":26938123,"@timestamp":1175357670},"coords":"51.1658727,0.8939613","bedrooms":"1","price":"274000","area":"473"} , +{"type":"Feature","id":"n26938134","geometry":{"type":"Point","coordinates":[0.8908407,51.1658789]},"properties":{"@type":"node","@id":26938134,"@timestamp":1175357672},"coords":"51.1658789,0.8908407","bedrooms":"0","price":"250000","area":"696"} , +{"type":"Feature","id":"n26938402","geometry":{"type":"Point","coordinates":[-0.6185071,50.9879692]},"properties":{"@type":"node","@id":26938402,"@timestamp":1175358311},"coords":"50.9879692,-0.6185071","bedrooms":"3","price":"183000","area":"574"} , +{"type":"Feature","id":"n26938466","geometry":{"type":"Point","coordinates":[-0.6178509,50.987757]},"properties":{"@type":"node","@id":26938466,"@timestamp":1175358319},"coords":"50.987757,-0.6178509","bedrooms":"3","price":"217000","area":"682"} , +{"type":"Feature","id":"n26939044","geometry":{"type":"Point","coordinates":[0.8917931,51.1590228]},"properties":{"@type":"node","@id":26939044,"@timestamp":1612805128},"coords":"51.1590228,0.8917931","bedrooms":"1","price":"299000","area":"571"} , +{"type":"Feature","id":"n26939106","geometry":{"type":"Point","coordinates":[0.8962822,51.1593646]},"properties":{"@type":"node","@id":26939106,"@timestamp":1340724796},"coords":"51.1593646,0.8962822","bedrooms":"0","price":"263000","area":"351"} , +{"type":"Feature","id":"n26939235","geometry":{"type":"Point","coordinates":[0.8839997,51.1645064]},"properties":{"@type":"node","@id":26939235,"@timestamp":1175359517},"coords":"51.1645064,0.8839997","bedrooms":"1","price":"296000","area":"615"} , +{"type":"Feature","id":"n26939730","geometry":{"type":"Point","coordinates":[0.8932016,51.1701282]},"properties":{"@type":"node","@id":26939730,"@timestamp":1175359838},"coords":"51.1701282,0.8932016","bedrooms":"4","price":"165000","area":"412"} , +{"type":"Feature","id":"n26939917","geometry":{"type":"Point","coordinates":[0.8813885,51.1756196]},"properties":{"@type":"node","@id":26939917,"@timestamp":1233418077},"coords":"51.1756196,0.8813885","bedrooms":"0","price":"241000","area":"651"} , +{"type":"Feature","id":"n26940061","geometry":{"type":"Point","coordinates":[0.3396534,51.650893]},"properties":{"@type":"node","@id":26940061,"@timestamp":1175361137},"coords":"51.650893,0.3396534","bedrooms":"0","price":"167000","area":"512"} , +{"type":"Feature","id":"n26940363","geometry":{"type":"Point","coordinates":[0.3337311,51.6532893]},"properties":{"@type":"node","@id":26940363,"@timestamp":1175362032},"coords":"51.6532893,0.3337311","bedrooms":"3","price":"288000","area":"660"} , +{"type":"Feature","id":"n26940423","geometry":{"type":"Point","coordinates":[0.3289782,51.6558719]},"properties":{"@type":"node","@id":26940423,"@timestamp":1175362084},"coords":"51.6558719,0.3289782","bedrooms":"2","price":"165000","area":"645"} , +{"type":"Feature","id":"n26940477","geometry":{"type":"Point","coordinates":[0.3272187,51.6568503]},"properties":{"@type":"node","@id":26940477,"@timestamp":1175362093},"coords":"51.6568503,0.3272187","bedrooms":"0","price":"176000","area":"354"} , +{"type":"Feature","id":"n26940596","geometry":{"type":"Point","coordinates":[0.3261351,51.6607106]},"properties":{"@type":"node","@id":26940596,"@timestamp":1175362160},"coords":"51.6607106,0.3261351","bedrooms":"2","price":"262000","area":"477"} , +{"type":"Feature","id":"n26940747","geometry":{"type":"Point","coordinates":[0.3210174,51.6617754]},"properties":{"@type":"node","@id":26940747,"@timestamp":1175362480},"coords":"51.6617754,0.3210174","bedrooms":"3","price":"160000","area":"621"} , +{"type":"Feature","id":"n26941775","geometry":{"type":"Point","coordinates":[0.1110068,51.3516644]},"properties":{"@type":"node","@id":26941775,"@timestamp":1175364578},"coords":"51.3516644,0.1110068","bedrooms":"3","price":"183000","area":"631"} , +{"type":"Feature","id":"n26941900","geometry":{"type":"Point","coordinates":[0.0960186,51.3534166]},"properties":{"@type":"node","@id":26941900,"@timestamp":1175365128},"coords":"51.3534166,0.0960186","bedrooms":"1","price":"293000","area":"509"} , +{"type":"Feature","id":"n26942225","geometry":{"type":"Point","coordinates":[0.2723514,51.7256065]},"properties":{"@type":"node","@id":26942225,"@timestamp":1175365325},"coords":"51.7256065,0.2723514","bedrooms":"2","price":"199000","area":"574"} , +{"type":"Feature","id":"n26942271","geometry":{"type":"Point","coordinates":[0.2742719,51.72972]},"properties":{"@type":"node","@id":26942271,"@timestamp":1175365381},"coords":"51.72972,0.2742719","bedrooms":"3","price":"293000","area":"548"} , +{"type":"Feature","id":"n26942310","geometry":{"type":"Point","coordinates":[0.2724373,51.7324112]},"properties":{"@type":"node","@id":26942310,"@timestamp":1175365505},"coords":"51.7324112,0.2724373","bedrooms":"1","price":"189000","area":"576"} , +{"type":"Feature","id":"n26942393","geometry":{"type":"Point","coordinates":[0.27336,51.7378663]},"properties":{"@type":"node","@id":26942393,"@timestamp":1175365674},"coords":"51.7378663,0.27336","bedrooms":"3","price":"151000","area":"581"} , +{"type":"Feature","id":"n26942864","geometry":{"type":"Point","coordinates":[0.278027,51.7409423]},"properties":{"@type":"node","@id":26942864,"@timestamp":1175366943},"coords":"51.7409423,0.278027","bedrooms":"3","price":"210000","area":"419"} , +{"type":"Feature","id":"n26943624","geometry":{"type":"Point","coordinates":[0.7546455,51.1752641]},"properties":{"@type":"node","@id":26943624,"@timestamp":1254740810},"coords":"51.1752641,0.7546455","bedrooms":"1","price":"210000","area":"535"} , +{"type":"Feature","id":"n26946472","geometry":{"type":"Point","coordinates":[-1.0623679,51.7400443]},"properties":{"@type":"node","@id":26946472,"@timestamp":1175374854},"coords":"51.7400443,-1.0623679","bedrooms":"4","price":"264000","area":"596"} , +{"type":"Feature","id":"n26946572","geometry":{"type":"Point","coordinates":[-1.0687945,51.8784509]},"properties":{"@type":"node","@id":26946572,"@timestamp":1209764219},"coords":"51.8784509,-1.0687945","bedrooms":"0","price":"295000","area":"478"} , +{"type":"Feature","id":"n26949509","geometry":{"type":"Point","coordinates":[-0.6516296,51.5390111]},"properties":{"@type":"node","@id":26949509,"@timestamp":1175380369},"coords":"51.5390111,-0.6516296","bedrooms":"0","price":"165000","area":"419"} , +{"type":"Feature","id":"n26949522","geometry":{"type":"Point","coordinates":[-0.6518187,51.545524]},"properties":{"@type":"node","@id":26949522,"@timestamp":1175380371},"coords":"51.545524,-0.6518187","bedrooms":"2","price":"246000","area":"550"} , +{"type":"Feature","id":"n26949533","geometry":{"type":"Point","coordinates":[-0.6487805,51.5502052]},"properties":{"@type":"node","@id":26949533,"@timestamp":1175380372},"coords":"51.5502052,-0.6487805","bedrooms":"3","price":"269000","area":"560"} , +{"type":"Feature","id":"n26949543","geometry":{"type":"Point","coordinates":[-0.6444061,51.5548091]},"properties":{"@type":"node","@id":26949543,"@timestamp":1175380373},"coords":"51.5548091,-0.6444061","bedrooms":"4","price":"196000","area":"623"} , +{"type":"Feature","id":"n26964233","geometry":{"type":"Point","coordinates":[-0.3724518,51.5618777]},"properties":{"@type":"node","@id":26964233,"@timestamp":1622719413},"coords":"51.5618777,-0.3724518","bedrooms":"3","price":"296000","area":"568"} , +{"type":"Feature","id":"n26964253","geometry":{"type":"Point","coordinates":[-0.3618225,51.5581999]},"properties":{"@type":"node","@id":26964253,"@timestamp":1175421192},"coords":"51.5581999,-0.3618225","bedrooms":"2","price":"290000","area":"510"} , +{"type":"Feature","id":"n26964265","geometry":{"type":"Point","coordinates":[-0.3650172,51.5610079]},"properties":{"@type":"node","@id":26964265,"@timestamp":1188099910},"coords":"51.5610079,-0.3650172","bedrooms":"1","price":"209000","area":"599"} , +{"type":"Feature","id":"n26970298","geometry":{"type":"Point","coordinates":[-0.4708249,51.5526372]},"properties":{"@type":"node","@id":26970298,"@timestamp":1175437790},"coords":"51.5526372,-0.4708249","bedrooms":"2","price":"280000","area":"696"} , +{"type":"Feature","id":"n26970543","geometry":{"type":"Point","coordinates":[-0.4644158,51.2193911]},"properties":{"@type":"node","@id":26970543,"@timestamp":1505026170},"coords":"51.2193911,-0.4644158","bedrooms":"4","price":"298000","area":"660"} , +{"type":"Feature","id":"n26972030","geometry":{"type":"Point","coordinates":[-0.4771611,51.548103]},"properties":{"@type":"node","@id":26972030,"@timestamp":1630401527},"coords":"51.548103,-0.4771611","bedrooms":"4","price":"223000","area":"460"} , +{"type":"Feature","id":"n26972745","geometry":{"type":"Point","coordinates":[-0.4782015,51.5426967]},"properties":{"@type":"node","@id":26972745,"@timestamp":1175442690},"coords":"51.5426967,-0.4782015","bedrooms":"3","price":"204000","area":"361"} , +{"type":"Feature","id":"n26973025","geometry":{"type":"Point","coordinates":[-0.4775583,51.5410941]},"properties":{"@type":"node","@id":26973025,"@timestamp":1175443577},"coords":"51.5410941,-0.4775583","bedrooms":"1","price":"270000","area":"621"} , +{"type":"Feature","id":"n26974816","geometry":{"type":"Point","coordinates":[-0.4818689,51.5488372]},"properties":{"@type":"node","@id":26974816,"@timestamp":1552849572},"coords":"51.5488372,-0.4818689","bedrooms":"1","price":"224000","area":"460"} , +{"type":"Feature","id":"n26975901","geometry":{"type":"Point","coordinates":[-0.183457,51.4611249]},"properties":{"@type":"node","@id":26975901,"@timestamp":1339341535},"coords":"51.4611249,-0.183457","bedrooms":"4","price":"289000","area":"647"} , +{"type":"Feature","id":"n26976687","geometry":{"type":"Point","coordinates":[-0.1791652,51.46053]},"properties":{"@type":"node","@id":26976687,"@timestamp":1175450413},"coords":"51.46053,-0.1791652","bedrooms":"4","price":"261000","area":"465"} , +{"type":"Feature","id":"n26977088","geometry":{"type":"Point","coordinates":[-0.1747878,51.460677]},"properties":{"@type":"node","@id":26977088,"@timestamp":1175450643},"coords":"51.460677,-0.1747878","bedrooms":"2","price":"194000","area":"402"} , +{"type":"Feature","id":"n26977532","geometry":{"type":"Point","coordinates":[-0.6498745,51.5579437]},"properties":{"@type":"node","@id":26977532,"@timestamp":1175451253},"coords":"51.5579437,-0.6498745","bedrooms":"1","price":"211000","area":"373"} , +{"type":"Feature","id":"n26977546","geometry":{"type":"Point","coordinates":[-0.6510916,51.5519903]},"properties":{"@type":"node","@id":26977546,"@timestamp":1175451257},"coords":"51.5519903,-0.6510916","bedrooms":"2","price":"150000","area":"440"} , +{"type":"Feature","id":"n26978221","geometry":{"type":"Point","coordinates":[-0.7876418,51.6178421]},"properties":{"@type":"node","@id":26978221,"@timestamp":1175454216},"coords":"51.6178421,-0.7876418","bedrooms":"3","price":"157000","area":"579"} , +{"type":"Feature","id":"n26978263","geometry":{"type":"Point","coordinates":[-0.7890966,51.6164108]},"properties":{"@type":"node","@id":26978263,"@timestamp":1610923943},"coords":"51.6164108,-0.7890966","bedrooms":"2","price":"298000","area":"596"} , +{"type":"Feature","id":"n26978537","geometry":{"type":"Point","coordinates":[-0.7911584,51.6192612]},"properties":{"@type":"node","@id":26978537,"@timestamp":1175455410},"coords":"51.6192612,-0.7911584","bedrooms":"1","price":"228000","area":"402"} , +{"type":"Feature","id":"n26978551","geometry":{"type":"Point","coordinates":[-0.7913487,51.6182404]},"properties":{"@type":"node","@id":26978551,"@timestamp":1175455411},"coords":"51.6182404,-0.7913487","bedrooms":"1","price":"297000","area":"405"} , +{"type":"Feature","id":"n26979398","geometry":{"type":"Point","coordinates":[-0.4799811,51.5459392]},"properties":{"@type":"node","@id":26979398,"@timestamp":1634646770},"coords":"51.5459392,-0.4799811","bedrooms":"4","price":"255000","area":"688"} , +{"type":"Feature","id":"n26979629","geometry":{"type":"Point","coordinates":[-0.5420104,50.9402393]},"properties":{"@type":"node","@id":26979629,"@timestamp":1196634497},"coords":"50.9402393,-0.5420104","bedrooms":"4","price":"278000","area":"382"} , +{"type":"Feature","id":"n26981285","geometry":{"type":"Point","coordinates":[-0.0693127,51.6703524]},"properties":{"@type":"node","@id":26981285,"@timestamp":1175459909},"coords":"51.6703524,-0.0693127","bedrooms":"2","price":"156000","area":"620"} , +{"type":"Feature","id":"n26982565","geometry":{"type":"Point","coordinates":[-0.0806101,51.6786006]},"properties":{"@type":"node","@id":26982565,"@timestamp":1175460883},"coords":"51.6786006,-0.0806101","bedrooms":"3","price":"243000","area":"513"} , +{"type":"Feature","id":"n26982940","geometry":{"type":"Point","coordinates":[-0.2954229,51.6192642]},"properties":{"@type":"node","@id":26982940,"@timestamp":1175461397},"coords":"51.6192642,-0.2954229","bedrooms":"4","price":"298000","area":"509"} , +{"type":"Feature","id":"n26983921","geometry":{"type":"Point","coordinates":[-0.4501102,51.7800666]},"properties":{"@type":"node","@id":26983921,"@timestamp":1175462711},"coords":"51.7800666,-0.4501102","bedrooms":"0","price":"177000","area":"396"} , +{"type":"Feature","id":"n26983934","geometry":{"type":"Point","coordinates":[-0.4510843,51.7777923]},"properties":{"@type":"node","@id":26983934,"@timestamp":1175462712},"coords":"51.7777923,-0.4510843","bedrooms":"2","price":"194000","area":"667"} , +{"type":"Feature","id":"n26983977","geometry":{"type":"Point","coordinates":[-0.4522366,51.7759992]},"properties":{"@type":"node","@id":26983977,"@timestamp":1175462719},"coords":"51.7759992,-0.4522366","bedrooms":"0","price":"245000","area":"641"} , +{"type":"Feature","id":"n26983993","geometry":{"type":"Point","coordinates":[-0.4536587,51.7759819]},"properties":{"@type":"node","@id":26983993,"@timestamp":1175462720},"coords":"51.7759819,-0.4536587","bedrooms":"4","price":"168000","area":"589"} , +{"type":"Feature","id":"n26984013","geometry":{"type":"Point","coordinates":[-0.452176,51.7751911]},"properties":{"@type":"node","@id":26984013,"@timestamp":1175462722},"coords":"51.7751911,-0.452176","bedrooms":"4","price":"214000","area":"578"} , +{"type":"Feature","id":"n26984027","geometry":{"type":"Point","coordinates":[-0.4515903,51.7739538]},"properties":{"@type":"node","@id":26984027,"@timestamp":1175462724},"coords":"51.7739538,-0.4515903","bedrooms":"1","price":"260000","area":"517"} , +{"type":"Feature","id":"n26984038","geometry":{"type":"Point","coordinates":[-0.4555563,51.7744762]},"properties":{"@type":"node","@id":26984038,"@timestamp":1175462725},"coords":"51.7744762,-0.4555563","bedrooms":"2","price":"277000","area":"413"} , +{"type":"Feature","id":"n26984055","geometry":{"type":"Point","coordinates":[-0.4523422,51.7795916]},"properties":{"@type":"node","@id":26984055,"@timestamp":1175462726},"coords":"51.7795916,-0.4523422","bedrooms":"4","price":"216000","area":"632"} , +{"type":"Feature","id":"n26984069","geometry":{"type":"Point","coordinates":[-0.4648608,51.7746137]},"properties":{"@type":"node","@id":26984069,"@timestamp":1175462728},"coords":"51.7746137,-0.4648608","bedrooms":"4","price":"277000","area":"404"} , +{"type":"Feature","id":"n26984083","geometry":{"type":"Point","coordinates":[-0.4638012,51.7741068]},"properties":{"@type":"node","@id":26984083,"@timestamp":1175462731},"coords":"51.7741068,-0.4638012","bedrooms":"1","price":"289000","area":"569"} , +{"type":"Feature","id":"n26984103","geometry":{"type":"Point","coordinates":[-0.4643548,51.7729124]},"properties":{"@type":"node","@id":26984103,"@timestamp":1175462734},"coords":"51.7729124,-0.4643548","bedrooms":"4","price":"252000","area":"451"} , +{"type":"Feature","id":"n26984128","geometry":{"type":"Point","coordinates":[-0.4670167,51.7731794]},"properties":{"@type":"node","@id":26984128,"@timestamp":1175462736},"coords":"51.7731794,-0.4670167","bedrooms":"1","price":"201000","area":"689"} , +{"type":"Feature","id":"n26984145","geometry":{"type":"Point","coordinates":[-0.4663216,51.7744278]},"properties":{"@type":"node","@id":26984145,"@timestamp":1175462737},"coords":"51.7744278,-0.4663216","bedrooms":"3","price":"238000","area":"352"} , +{"type":"Feature","id":"n26984170","geometry":{"type":"Point","coordinates":[-0.4617877,51.7764838]},"properties":{"@type":"node","@id":26984170,"@timestamp":1175462740},"coords":"51.7764838,-0.4617877","bedrooms":"2","price":"233000","area":"673"} , +{"type":"Feature","id":"n26984215","geometry":{"type":"Point","coordinates":[-0.4596526,51.7762627]},"properties":{"@type":"node","@id":26984215,"@timestamp":1175462742},"coords":"51.7762627,-0.4596526","bedrooms":"0","price":"234000","area":"388"} , +{"type":"Feature","id":"n26989346","geometry":{"type":"Point","coordinates":[0.8824755,51.1636809]},"properties":{"@type":"node","@id":26989346,"@timestamp":1175467268},"coords":"51.1636809,0.8824755","bedrooms":"0","price":"292000","area":"363"} , +{"type":"Feature","id":"n26989416","geometry":{"type":"Point","coordinates":[0.8788105,51.1669709]},"properties":{"@type":"node","@id":26989416,"@timestamp":1175467288},"coords":"51.1669709,0.8788105","bedrooms":"2","price":"249000","area":"525"} , +{"type":"Feature","id":"n26989427","geometry":{"type":"Point","coordinates":[0.8776067,51.1666991]},"properties":{"@type":"node","@id":26989427,"@timestamp":1175467298},"coords":"51.1666991,0.8776067","bedrooms":"1","price":"189000","area":"402"} , +{"type":"Feature","id":"n26989449","geometry":{"type":"Point","coordinates":[0.8833698,51.1712823]},"properties":{"@type":"node","@id":26989449,"@timestamp":1236004046},"coords":"51.1712823,0.8833698","bedrooms":"0","price":"277000","area":"442"} , +{"type":"Feature","id":"n26989517","geometry":{"type":"Point","coordinates":[0.8745184,51.1622797]},"properties":{"@type":"node","@id":26989517,"@timestamp":1175467314},"coords":"51.1622797,0.8745184","bedrooms":"0","price":"223000","area":"427"} , +{"type":"Feature","id":"n26990158","geometry":{"type":"Point","coordinates":[-0.2718599,51.1626928]},"properties":{"@type":"node","@id":26990158,"@timestamp":1179532372},"coords":"51.1626928,-0.2718599","bedrooms":"4","price":"247000","area":"524"} , +{"type":"Feature","id":"n26990224","geometry":{"type":"Point","coordinates":[-0.2852947,51.1174841]},"properties":{"@type":"node","@id":26990224,"@timestamp":1175469987},"coords":"51.1174841,-0.2852947","bedrooms":"0","price":"295000","area":"502"} , +{"type":"Feature","id":"n26990559","geometry":{"type":"Point","coordinates":[-0.0306658,51.4548472]},"properties":{"@type":"node","@id":26990559,"@timestamp":1175470640},"coords":"51.4548472,-0.0306658","bedrooms":"4","price":"184000","area":"661"} , +{"type":"Feature","id":"n26990594","geometry":{"type":"Point","coordinates":[-0.1673316,51.2037208]},"properties":{"@type":"node","@id":26990594,"@timestamp":1630056542},"coords":"51.2037208,-0.1673316","bedrooms":"0","price":"246000","area":"413"} , +{"type":"Feature","id":"n26991079","geometry":{"type":"Point","coordinates":[0.1334655,51.8056336]},"properties":{"@type":"node","@id":26991079,"@timestamp":1175471490},"coords":"51.8056336,0.1334655","bedrooms":"1","price":"224000","area":"684"} , +{"type":"Feature","id":"n26991089","geometry":{"type":"Point","coordinates":[0.1355254,51.8060317]},"properties":{"@type":"node","@id":26991089,"@timestamp":1175471509},"coords":"51.8060317,0.1355254","bedrooms":"1","price":"292000","area":"579"} , +{"type":"Feature","id":"n26991103","geometry":{"type":"Point","coordinates":[0.1375854,51.8051095]},"properties":{"@type":"node","@id":26991103,"@timestamp":1175471527},"coords":"51.8051095,0.1375854","bedrooms":"2","price":"209000","area":"482"} , +{"type":"Feature","id":"n26991121","geometry":{"type":"Point","coordinates":[0.1316631,51.807637]},"properties":{"@type":"node","@id":26991121,"@timestamp":1175471564},"coords":"51.807637,0.1316631","bedrooms":"3","price":"220000","area":"489"} , +{"type":"Feature","id":"n26991132","geometry":{"type":"Point","coordinates":[0.1331114,51.8081014]},"properties":{"@type":"node","@id":26991132,"@timestamp":1175471581},"coords":"51.8081014,0.1331114","bedrooms":"1","price":"298000","area":"482"} , +{"type":"Feature","id":"n26991211","geometry":{"type":"Point","coordinates":[0.1407075,51.8079024]},"properties":{"@type":"node","@id":26991211,"@timestamp":1175471976},"coords":"51.8079024,0.1407075","bedrooms":"2","price":"240000","area":"606"} , +{"type":"Feature","id":"n26991456","geometry":{"type":"Point","coordinates":[0.1251614,51.8088311]},"properties":{"@type":"node","@id":26991456,"@timestamp":1175472668},"coords":"51.8088311,0.1251614","bedrooms":"2","price":"197000","area":"667"} , +{"type":"Feature","id":"n26991568","geometry":{"type":"Point","coordinates":[-0.0219937,51.4518296]},"properties":{"@type":"node","@id":26991568,"@timestamp":1175525671},"coords":"51.4518296,-0.0219937","bedrooms":"4","price":"231000","area":"609"} , +{"type":"Feature","id":"n26991594","geometry":{"type":"Point","coordinates":[-0.0207192,51.4524558]},"properties":{"@type":"node","@id":26991594,"@timestamp":1181481418},"coords":"51.4524558,-0.0207192","bedrooms":"2","price":"275000","area":"467"} , +{"type":"Feature","id":"n26991604","geometry":{"type":"Point","coordinates":[-0.0185213,51.4540128]},"properties":{"@type":"node","@id":26991604,"@timestamp":1181481346},"coords":"51.4540128,-0.0185213","bedrooms":"1","price":"237000","area":"671"} , +{"type":"Feature","id":"n26991628","geometry":{"type":"Point","coordinates":[-0.0196055,51.452435]},"properties":{"@type":"node","@id":26991628,"@timestamp":1175473018},"coords":"51.452435,-0.0196055","bedrooms":"4","price":"173000","area":"444"} , +{"type":"Feature","id":"n26991640","geometry":{"type":"Point","coordinates":[-0.0201677,51.4519861]},"properties":{"@type":"node","@id":26991640,"@timestamp":1175473020},"coords":"51.4519861,-0.0201677","bedrooms":"2","price":"286000","area":"372"} , +{"type":"Feature","id":"n26992113","geometry":{"type":"Point","coordinates":[0.097599,51.7901672]},"properties":{"@type":"node","@id":26992113,"@timestamp":1175474053},"coords":"51.7901672,0.097599","bedrooms":"2","price":"189000","area":"535"} , +{"type":"Feature","id":"n26992531","geometry":{"type":"Point","coordinates":[-0.0455433,51.4479181]},"properties":{"@type":"node","@id":26992531,"@timestamp":1633994461},"coords":"51.4479181,-0.0455433","bedrooms":"0","price":"169000","area":"449"} , +{"type":"Feature","id":"n26992690","geometry":{"type":"Point","coordinates":[-0.053197,51.43827]},"properties":{"@type":"node","@id":26992690,"@timestamp":1191842223},"coords":"51.43827,-0.053197","bedrooms":"2","price":"195000","area":"380"} , +{"type":"Feature","id":"n26997708","geometry":{"type":"Point","coordinates":[-0.9263263,50.9374444]},"properties":{"@type":"node","@id":26997708,"@timestamp":1175507575},"coords":"50.9374444,-0.9263263","bedrooms":"4","price":"224000","area":"376"} , +{"type":"Feature","id":"n26997729","geometry":{"type":"Point","coordinates":[-0.9288527,50.9524902]},"properties":{"@type":"node","@id":26997729,"@timestamp":1218539093},"coords":"50.9524902,-0.9288527","bedrooms":"2","price":"236000","area":"641"} , +{"type":"Feature","id":"n26997745","geometry":{"type":"Point","coordinates":[-0.9361797,50.9606442]},"properties":{"@type":"node","@id":26997745,"@timestamp":1190640992},"coords":"50.9606442,-0.9361797","bedrooms":"2","price":"172000","area":"442"} , +{"type":"Feature","id":"n26997783","geometry":{"type":"Point","coordinates":[-0.9504545,50.9705527]},"properties":{"@type":"node","@id":26997783,"@timestamp":1204193473},"coords":"50.9705527,-0.9504545","bedrooms":"1","price":"266000","area":"641"} , +{"type":"Feature","id":"n26997799","geometry":{"type":"Point","coordinates":[-0.9519544,50.9627393]},"properties":{"@type":"node","@id":26997799,"@timestamp":1204193477},"coords":"50.9627393,-0.9519544","bedrooms":"3","price":"175000","area":"689"} , +{"type":"Feature","id":"n26997948","geometry":{"type":"Point","coordinates":[-0.0336078,51.4605329]},"properties":{"@type":"node","@id":26997948,"@timestamp":1449886913},"coords":"51.4605329,-0.0336078","bedrooms":"0","price":"221000","area":"445"} , +{"type":"Feature","id":"n27000983","geometry":{"type":"Point","coordinates":[0.4076027,51.6233532]},"properties":{"@type":"node","@id":27000983,"@timestamp":1621710152},"coords":"51.6233532,0.4076027","bedrooms":"3","price":"278000","area":"496"} , +{"type":"Feature","id":"n27001131","geometry":{"type":"Point","coordinates":[0.4134781,51.6255875]},"properties":{"@type":"node","@id":27001131,"@timestamp":1253296518},"coords":"51.6255875,0.4134781","bedrooms":"1","price":"232000","area":"573"} , +{"type":"Feature","id":"n27001180","geometry":{"type":"Point","coordinates":[0.4082598,51.6249153]},"properties":{"@type":"node","@id":27001180,"@timestamp":1175524968},"coords":"51.6249153,0.4082598","bedrooms":"3","price":"245000","area":"489"} , +{"type":"Feature","id":"n27001223","geometry":{"type":"Point","coordinates":[-0.0265702,51.4531415]},"properties":{"@type":"node","@id":27001223,"@timestamp":1175525047},"coords":"51.4531415,-0.0265702","bedrooms":"3","price":"281000","area":"548"} , +{"type":"Feature","id":"n27001552","geometry":{"type":"Point","coordinates":[0.4074836,51.6233748]},"properties":{"@type":"node","@id":27001552,"@timestamp":1332075509},"coords":"51.6233748,0.4074836","bedrooms":"0","price":"186000","area":"533"} , +{"type":"Feature","id":"n27001661","geometry":{"type":"Point","coordinates":[0.4104242,51.6242199]},"properties":{"@type":"node","@id":27001661,"@timestamp":1175525819},"coords":"51.6242199,0.4104242","bedrooms":"4","price":"224000","area":"568"} , +{"type":"Feature","id":"n27002333","geometry":{"type":"Point","coordinates":[-0.5854199,51.2279444]},"properties":{"@type":"node","@id":27002333,"@timestamp":1239636344},"coords":"51.2279444,-0.5854199","bedrooms":"4","price":"157000","area":"613"} , +{"type":"Feature","id":"n27002343","geometry":{"type":"Point","coordinates":[-0.5806867,51.2298145]},"properties":{"@type":"node","@id":27002343,"@timestamp":1175527312},"coords":"51.2298145,-0.5806867","bedrooms":"0","price":"182000","area":"607"} , +{"type":"Feature","id":"n27002430","geometry":{"type":"Point","coordinates":[-0.0098141,51.4318157]},"properties":{"@type":"node","@id":27002430,"@timestamp":1175527682},"coords":"51.4318157,-0.0098141","bedrooms":"2","price":"276000","area":"359"} , +{"type":"Feature","id":"n27002476","geometry":{"type":"Point","coordinates":[-0.0096434,51.4333529]},"properties":{"@type":"node","@id":27002476,"@timestamp":1175527686},"coords":"51.4333529,-0.0096434","bedrooms":"4","price":"168000","area":"426"} , +{"type":"Feature","id":"n27002531","geometry":{"type":"Point","coordinates":[-0.5726131,51.2306365]},"properties":{"@type":"node","@id":27002531,"@timestamp":1177452063},"coords":"51.2306365,-0.5726131","bedrooms":"2","price":"298000","area":"361"} , +{"type":"Feature","id":"n27002610","geometry":{"type":"Point","coordinates":[-0.0050479,51.4331461]},"properties":{"@type":"node","@id":27002610,"@timestamp":1175528586},"coords":"51.4331461,-0.0050479","bedrooms":"3","price":"289000","area":"614"} , +{"type":"Feature","id":"n27002632","geometry":{"type":"Point","coordinates":[-0.0049673,51.4334318]},"properties":{"@type":"node","@id":27002632,"@timestamp":1175528588},"coords":"51.4334318,-0.0049673","bedrooms":"2","price":"224000","area":"625"} , +{"type":"Feature","id":"n27004006","geometry":{"type":"Point","coordinates":[0.0031648,51.4291301]},"properties":{"@type":"node","@id":27004006,"@timestamp":1175534983},"coords":"51.4291301,0.0031648","bedrooms":"0","price":"284000","area":"395"} , +{"type":"Feature","id":"n27004029","geometry":{"type":"Point","coordinates":[-0.0018484,51.4243193]},"properties":{"@type":"node","@id":27004029,"@timestamp":1175534986},"coords":"51.4243193,-0.0018484","bedrooms":"3","price":"218000","area":"562"} , +{"type":"Feature","id":"n27004059","geometry":{"type":"Point","coordinates":[0.0024441,51.4226285]},"properties":{"@type":"node","@id":27004059,"@timestamp":1175534989},"coords":"51.4226285,0.0024441","bedrooms":"2","price":"225000","area":"430"} , +{"type":"Feature","id":"n27004083","geometry":{"type":"Point","coordinates":[0.0006771,51.4316534]},"properties":{"@type":"node","@id":27004083,"@timestamp":1175534994},"coords":"51.4316534,0.0006771","bedrooms":"2","price":"241000","area":"458"} , +{"type":"Feature","id":"n27009320","geometry":{"type":"Point","coordinates":[-0.9046947,51.304661]},"properties":{"@type":"node","@id":27009320,"@timestamp":1426328631},"coords":"51.304661,-0.9046947","bedrooms":"0","price":"179000","area":"425"} , +{"type":"Feature","id":"n27012564","geometry":{"type":"Point","coordinates":[-0.6634693,51.3526987]},"properties":{"@type":"node","@id":27012564,"@timestamp":1211077071},"coords":"51.3526987,-0.6634693","bedrooms":"2","price":"167000","area":"483"} , +{"type":"Feature","id":"n27015565","geometry":{"type":"Point","coordinates":[-0.1235952,51.6154647]},"properties":{"@type":"node","@id":27015565,"@timestamp":1175550809},"coords":"51.6154647,-0.1235952","bedrooms":"4","price":"294000","area":"396"} , +{"type":"Feature","id":"n27016212","geometry":{"type":"Point","coordinates":[-0.0917628,51.6285279]},"properties":{"@type":"node","@id":27016212,"@timestamp":1175551618},"coords":"51.6285279,-0.0917628","bedrooms":"1","price":"175000","area":"651"} , +{"type":"Feature","id":"n27016929","geometry":{"type":"Point","coordinates":[-0.0795694,51.6160512]},"properties":{"@type":"node","@id":27016929,"@timestamp":1175552897},"coords":"51.6160512,-0.0795694","bedrooms":"0","price":"245000","area":"594"} , +{"type":"Feature","id":"n27016969","geometry":{"type":"Point","coordinates":[-0.0792047,51.614952]},"properties":{"@type":"node","@id":27016969,"@timestamp":1175553016},"coords":"51.614952,-0.0792047","bedrooms":"0","price":"205000","area":"532"} , +{"type":"Feature","id":"n27017269","geometry":{"type":"Point","coordinates":[-0.0805081,51.6192535]},"properties":{"@type":"node","@id":27017269,"@timestamp":1175553571},"coords":"51.6192535,-0.0805081","bedrooms":"2","price":"250000","area":"684"} , +{"type":"Feature","id":"n27017497","geometry":{"type":"Point","coordinates":[-0.7426375,51.7692272]},"properties":{"@type":"node","@id":27017497,"@timestamp":1175553929},"coords":"51.7692272,-0.7426375","bedrooms":"1","price":"218000","area":"415"} , +{"type":"Feature","id":"n27017533","geometry":{"type":"Point","coordinates":[0.3218924,51.5003251]},"properties":{"@type":"node","@id":27017533,"@timestamp":1237204565},"coords":"51.5003251,0.3218924","bedrooms":"4","price":"266000","area":"564"} , +{"type":"Feature","id":"n27017549","geometry":{"type":"Point","coordinates":[-0.1429447,51.6472902]},"properties":{"@type":"node","@id":27017549,"@timestamp":1517179008},"coords":"51.6472902,-0.1429447","bedrooms":"1","price":"189000","area":"666"} , +{"type":"Feature","id":"n27018441","geometry":{"type":"Point","coordinates":[-0.7479693,51.7728946]},"properties":{"@type":"node","@id":27018441,"@timestamp":1175554922},"coords":"51.7728946,-0.7479693","bedrooms":"1","price":"173000","area":"424"} , +{"type":"Feature","id":"n27018862","geometry":{"type":"Point","coordinates":[-0.2176696,51.3940905]},"properties":{"@type":"node","@id":27018862,"@timestamp":1578266821},"coords":"51.3940905,-0.2176696","bedrooms":"3","price":"231000","area":"675"} , +{"type":"Feature","id":"n27019358","geometry":{"type":"Point","coordinates":[-0.1956983,51.407356]},"properties":{"@type":"node","@id":27019358,"@timestamp":1175557670},"coords":"51.407356,-0.1956983","bedrooms":"3","price":"195000","area":"691"} , +{"type":"Feature","id":"n27020570","geometry":{"type":"Point","coordinates":[0.0624406,51.7721063]},"properties":{"@type":"node","@id":27020570,"@timestamp":1175559547},"coords":"51.7721063,0.0624406","bedrooms":"0","price":"151000","area":"466"} , +{"type":"Feature","id":"n27021371","geometry":{"type":"Point","coordinates":[0.0420561,51.7696896]},"properties":{"@type":"node","@id":27021371,"@timestamp":1190506013},"coords":"51.7696896,0.0420561","bedrooms":"2","price":"253000","area":"373"} , +{"type":"Feature","id":"n27021383","geometry":{"type":"Point","coordinates":[0.0466096,51.7705398]},"properties":{"@type":"node","@id":27021383,"@timestamp":1190506012},"coords":"51.7705398,0.0466096","bedrooms":"3","price":"175000","area":"367"} , +{"type":"Feature","id":"n27021623","geometry":{"type":"Point","coordinates":[0.0298142,51.7798599]},"properties":{"@type":"node","@id":27021623,"@timestamp":1185646700},"coords":"51.7798599,0.0298142","bedrooms":"1","price":"278000","area":"448"} , +{"type":"Feature","id":"n27021955","geometry":{"type":"Point","coordinates":[0.0531018,51.3663058]},"properties":{"@type":"node","@id":27021955,"@timestamp":1564916368},"coords":"51.3663058,0.0531018","bedrooms":"4","price":"199000","area":"668"} , +{"type":"Feature","id":"n27022160","geometry":{"type":"Point","coordinates":[0.0484287,51.3681123]},"properties":{"@type":"node","@id":27022160,"@timestamp":1175563392},"coords":"51.3681123,0.0484287","bedrooms":"1","price":"216000","area":"636"} , +{"type":"Feature","id":"n27022335","geometry":{"type":"Point","coordinates":[0.0124907,51.4346009]},"properties":{"@type":"node","@id":27022335,"@timestamp":1262387025},"coords":"51.4346009,0.0124907","bedrooms":"0","price":"273000","area":"691"} , +{"type":"Feature","id":"n27023479","geometry":{"type":"Point","coordinates":[-0.828471,51.8521169]},"properties":{"@type":"node","@id":27023479,"@timestamp":1175581825},"coords":"51.8521169,-0.828471","bedrooms":"0","price":"270000","area":"457"} , +{"type":"Feature","id":"n27025114","geometry":{"type":"Point","coordinates":[-0.2196371,51.9699248]},"properties":{"@type":"node","@id":27025114,"@timestamp":1215605190},"coords":"51.9699248,-0.2196371","bedrooms":"0","price":"255000","area":"438"} , +{"type":"Feature","id":"n27025759","geometry":{"type":"Point","coordinates":[-0.2941568,51.7277526]},"properties":{"@type":"node","@id":27025759,"@timestamp":1175599844},"coords":"51.7277526,-0.2941568","bedrooms":"1","price":"257000","area":"635"} , +{"type":"Feature","id":"n27026785","geometry":{"type":"Point","coordinates":[-0.1805439,51.4636238]},"properties":{"@type":"node","@id":27026785,"@timestamp":1175602542},"coords":"51.4636238,-0.1805439","bedrooms":"3","price":"154000","area":"449"} , +{"type":"Feature","id":"n27026813","geometry":{"type":"Point","coordinates":[-0.1797821,51.4638978]},"properties":{"@type":"node","@id":27026813,"@timestamp":1175602602},"coords":"51.4638978,-0.1797821","bedrooms":"2","price":"248000","area":"615"} , +{"type":"Feature","id":"n27027023","geometry":{"type":"Point","coordinates":[-0.180254,51.4647521]},"properties":{"@type":"node","@id":27027023,"@timestamp":1598432444},"coords":"51.4647521,-0.180254","bedrooms":"4","price":"185000","area":"664"} , +{"type":"Feature","id":"n27029600","geometry":{"type":"Point","coordinates":[-0.1779061,51.4658857]},"properties":{"@type":"node","@id":27029600,"@timestamp":1175610771},"coords":"51.4658857,-0.1779061","bedrooms":"3","price":"257000","area":"529"} , +{"type":"Feature","id":"n27033621","geometry":{"type":"Point","coordinates":[-0.1656361,51.4676099]},"properties":{"@type":"node","@id":27033621,"@timestamp":1175622524},"coords":"51.4676099,-0.1656361","bedrooms":"4","price":"254000","area":"543"} , +{"type":"Feature","id":"n27034227","geometry":{"type":"Point","coordinates":[-0.1775773,51.4682114]},"properties":{"@type":"node","@id":27034227,"@timestamp":1175623160},"coords":"51.4682114,-0.1775773","bedrooms":"2","price":"186000","area":"526"} , +{"type":"Feature","id":"n27040071","geometry":{"type":"Point","coordinates":[0.38412,51.6262525]},"properties":{"@type":"node","@id":27040071,"@timestamp":1175630753},"coords":"51.6262525,0.38412","bedrooms":"4","price":"273000","area":"538"} , +{"type":"Feature","id":"n27040132","geometry":{"type":"Point","coordinates":[0.38721,51.6268853]},"properties":{"@type":"node","@id":27040132,"@timestamp":1175630853},"coords":"51.6268853,0.38721","bedrooms":"3","price":"193000","area":"415"} , +{"type":"Feature","id":"n27040199","geometry":{"type":"Point","coordinates":[0.3865662,51.6256131]},"properties":{"@type":"node","@id":27040199,"@timestamp":1175630951},"coords":"51.6256131,0.3865662","bedrooms":"1","price":"201000","area":"678"} , +{"type":"Feature","id":"n27040218","geometry":{"type":"Point","coordinates":[0.385032,51.6240213]},"properties":{"@type":"node","@id":27040218,"@timestamp":1175631006},"coords":"51.6240213,0.385032","bedrooms":"4","price":"153000","area":"641"} , +{"type":"Feature","id":"n27040239","geometry":{"type":"Point","coordinates":[0.3834334,51.6240479]},"properties":{"@type":"node","@id":27040239,"@timestamp":1175631015},"coords":"51.6240479,0.3834334","bedrooms":"2","price":"161000","area":"508"} , +{"type":"Feature","id":"n27040519","geometry":{"type":"Point","coordinates":[0.3738955,51.6121704]},"properties":{"@type":"node","@id":27040519,"@timestamp":1175631527},"coords":"51.6121704,0.3738955","bedrooms":"2","price":"248000","area":"531"} , +{"type":"Feature","id":"n27040544","geometry":{"type":"Point","coordinates":[0.3748932,51.6123036]},"properties":{"@type":"node","@id":27040544,"@timestamp":1175631551},"coords":"51.6123036,0.3748932","bedrooms":"3","price":"196000","area":"434"} , +{"type":"Feature","id":"n27040909","geometry":{"type":"Point","coordinates":[0.3767386,51.6108246]},"properties":{"@type":"node","@id":27040909,"@timestamp":1175631806},"coords":"51.6108246,0.3767386","bedrooms":"2","price":"176000","area":"653"} , +{"type":"Feature","id":"n27041019","geometry":{"type":"Point","coordinates":[0.3741422,51.6090389]},"properties":{"@type":"node","@id":27041019,"@timestamp":1175632128},"coords":"51.6090389,0.3741422","bedrooms":"4","price":"165000","area":"675"} , +{"type":"Feature","id":"n27041031","geometry":{"type":"Point","coordinates":[0.3760681,51.6062771]},"properties":{"@type":"node","@id":27041031,"@timestamp":1175632297},"coords":"51.6062771,0.3760681","bedrooms":"3","price":"250000","area":"699"} , +{"type":"Feature","id":"n27041560","geometry":{"type":"Point","coordinates":[0.3793511,51.595498]},"properties":{"@type":"node","@id":27041560,"@timestamp":1175632806},"coords":"51.595498,0.3793511","bedrooms":"2","price":"168000","area":"647"} , +{"type":"Feature","id":"n27042059","geometry":{"type":"Point","coordinates":[0.3726241,51.5913056]},"properties":{"@type":"node","@id":27042059,"@timestamp":1175633136},"coords":"51.5913056,0.3726241","bedrooms":"4","price":"292000","area":"509"} , +{"type":"Feature","id":"n27042111","geometry":{"type":"Point","coordinates":[0.364041,51.5869195]},"properties":{"@type":"node","@id":27042111,"@timestamp":1175633250},"coords":"51.5869195,0.364041","bedrooms":"3","price":"229000","area":"468"} , +{"type":"Feature","id":"n27042134","geometry":{"type":"Point","coordinates":[0.3637728,51.5890593]},"properties":{"@type":"node","@id":27042134,"@timestamp":1175633320},"coords":"51.5890593,0.3637728","bedrooms":"3","price":"243000","area":"691"} , +{"type":"Feature","id":"n27042145","geometry":{"type":"Point","coordinates":[0.3642556,51.5891559]},"properties":{"@type":"node","@id":27042145,"@timestamp":1175633451},"coords":"51.5891559,0.3642556","bedrooms":"2","price":"267000","area":"457"} , +{"type":"Feature","id":"n27042155","geometry":{"type":"Point","coordinates":[0.3649208,51.5900125]},"properties":{"@type":"node","@id":27042155,"@timestamp":1175633341},"coords":"51.5900125,0.3649208","bedrooms":"1","price":"284000","area":"660"} , +{"type":"Feature","id":"n27042171","geometry":{"type":"Point","coordinates":[0.3624961,51.588846]},"properties":{"@type":"node","@id":27042171,"@timestamp":1175633390},"coords":"51.588846,0.3624961","bedrooms":"1","price":"209000","area":"478"} , +{"type":"Feature","id":"n27042191","geometry":{"type":"Point","coordinates":[0.3602055,51.5897825]},"properties":{"@type":"node","@id":27042191,"@timestamp":1175633551},"coords":"51.5897825,0.3602055","bedrooms":"3","price":"216000","area":"616"} , +{"type":"Feature","id":"n27042467","geometry":{"type":"Point","coordinates":[-0.6425798,51.5485194]},"properties":{"@type":"node","@id":27042467,"@timestamp":1175634238},"coords":"51.5485194,-0.6425798","bedrooms":"2","price":"151000","area":"487"} , +{"type":"Feature","id":"n27042479","geometry":{"type":"Point","coordinates":[-0.6451695,51.5442465]},"properties":{"@type":"node","@id":27042479,"@timestamp":1175634263},"coords":"51.5442465,-0.6451695","bedrooms":"3","price":"248000","area":"646"} , +{"type":"Feature","id":"n27042491","geometry":{"type":"Point","coordinates":[-0.6466918,51.5423812]},"properties":{"@type":"node","@id":27042491,"@timestamp":1175634269},"coords":"51.5423812,-0.6466918","bedrooms":"3","price":"175000","area":"502"} , +{"type":"Feature","id":"n27042502","geometry":{"type":"Point","coordinates":[-0.6484837,51.5407358]},"properties":{"@type":"node","@id":27042502,"@timestamp":1175634274},"coords":"51.5407358,-0.6484837","bedrooms":"0","price":"207000","area":"365"} , +{"type":"Feature","id":"n27042521","geometry":{"type":"Point","coordinates":[-0.6394684,51.5516889]},"properties":{"@type":"node","@id":27042521,"@timestamp":1175634281},"coords":"51.5516889,-0.6394684","bedrooms":"1","price":"241000","area":"375"} , +{"type":"Feature","id":"n27043624","geometry":{"type":"Point","coordinates":[-0.64284,51.5546524]},"properties":{"@type":"node","@id":27043624,"@timestamp":1175636869},"coords":"51.5546524,-0.64284","bedrooms":"1","price":"232000","area":"463"} , +{"type":"Feature","id":"n27044214","geometry":{"type":"Point","coordinates":[-0.5973969,51.2072538]},"properties":{"@type":"node","@id":27044214,"@timestamp":1175638445},"coords":"51.2072538,-0.5973969","bedrooms":"2","price":"255000","area":"380"} , +{"type":"Feature","id":"n27046825","geometry":{"type":"Point","coordinates":[0.040071,51.750724]},"properties":{"@type":"node","@id":27046825,"@timestamp":1175646142},"coords":"51.750724,0.040071","bedrooms":"0","price":"226000","area":"606"} , +{"type":"Feature","id":"n27046855","geometry":{"type":"Point","coordinates":[0.0315845,51.7526834]},"properties":{"@type":"node","@id":27046855,"@timestamp":1175646330},"coords":"51.7526834,0.0315845","bedrooms":"0","price":"257000","area":"507"} , +{"type":"Feature","id":"n27047223","geometry":{"type":"Point","coordinates":[0.0099444,51.7521188]},"properties":{"@type":"node","@id":27047223,"@timestamp":1184691369},"coords":"51.7521188,0.0099444","bedrooms":"0","price":"267000","area":"446"} , +{"type":"Feature","id":"n27047791","geometry":{"type":"Point","coordinates":[-0.0156444,51.4600483]},"properties":{"@type":"node","@id":27047791,"@timestamp":1175650210},"coords":"51.4600483,-0.0156444","bedrooms":"1","price":"265000","area":"496"} , +{"type":"Feature","id":"n27054440","geometry":{"type":"Point","coordinates":[0.036774,51.484051]},"properties":{"@type":"node","@id":27054440,"@timestamp":1299323013},"coords":"51.484051,0.036774","bedrooms":"2","price":"171000","area":"358"} , +{"type":"Feature","id":"n27055229","geometry":{"type":"Point","coordinates":[0.0266246,51.4774361]},"properties":{"@type":"node","@id":27055229,"@timestamp":1193569173},"coords":"51.4774361,0.0266246","bedrooms":"3","price":"168000","area":"470"} , +{"type":"Feature","id":"n27055670","geometry":{"type":"Point","coordinates":[0.0349609,51.4727584]},"properties":{"@type":"node","@id":27055670,"@timestamp":1175662255},"coords":"51.4727584,0.0349609","bedrooms":"0","price":"258000","area":"372"} , +{"type":"Feature","id":"n27056119","geometry":{"type":"Point","coordinates":[0.0336627,51.4688554]},"properties":{"@type":"node","@id":27056119,"@timestamp":1187375910},"coords":"51.4688554,0.0336627","bedrooms":"0","price":"152000","area":"675"} , +{"type":"Feature","id":"n27069667","geometry":{"type":"Point","coordinates":[-0.3038802,51.8086379]},"properties":{"@type":"node","@id":27069667,"@timestamp":1190812619},"coords":"51.8086379,-0.3038802","bedrooms":"0","price":"154000","area":"670"} , +{"type":"Feature","id":"n27069696","geometry":{"type":"Point","coordinates":[-0.3186736,51.8084073]},"properties":{"@type":"node","@id":27069696,"@timestamp":1205854173},"coords":"51.8084073,-0.3186736","bedrooms":"3","price":"282000","area":"613"} , +{"type":"Feature","id":"n27070576","geometry":{"type":"Point","coordinates":[0.2794109,51.7446646]},"properties":{"@type":"node","@id":27070576,"@timestamp":1175681173},"coords":"51.7446646,0.2794109","bedrooms":"4","price":"229000","area":"541"} , +{"type":"Feature","id":"n27070590","geometry":{"type":"Point","coordinates":[0.2845822,51.7440136]},"properties":{"@type":"node","@id":27070590,"@timestamp":1175681210},"coords":"51.7440136,0.2845822","bedrooms":"1","price":"159000","area":"441"} , +{"type":"Feature","id":"n27070600","geometry":{"type":"Point","coordinates":[0.2879081,51.7444387]},"properties":{"@type":"node","@id":27070600,"@timestamp":1175681225},"coords":"51.7444387,0.2879081","bedrooms":"1","price":"151000","area":"436"} , +{"type":"Feature","id":"n27070610","geometry":{"type":"Point","coordinates":[0.2906547,51.7453289]},"properties":{"@type":"node","@id":27070610,"@timestamp":1175681240},"coords":"51.7453289,0.2906547","bedrooms":"0","price":"279000","area":"638"} , +{"type":"Feature","id":"n27070755","geometry":{"type":"Point","coordinates":[0.2947638,51.7468202]},"properties":{"@type":"node","@id":27070755,"@timestamp":1175681423},"coords":"51.7468202,0.2947638","bedrooms":"2","price":"259000","area":"681"} , +{"type":"Feature","id":"n27070816","geometry":{"type":"Point","coordinates":[0.2983258,51.7492579]},"properties":{"@type":"node","@id":27070816,"@timestamp":1175681630},"coords":"51.7492579,0.2983258","bedrooms":"2","price":"202000","area":"489"} , +{"type":"Feature","id":"n27070827","geometry":{"type":"Point","coordinates":[0.2978967,51.7517155]},"properties":{"@type":"node","@id":27070827,"@timestamp":1175681683},"coords":"51.7517155,0.2978967","bedrooms":"0","price":"177000","area":"658"} , +{"type":"Feature","id":"n27070837","geometry":{"type":"Point","coordinates":[0.2980415,51.7537811]},"properties":{"@type":"node","@id":27070837,"@timestamp":1175681763},"coords":"51.7537811,0.2980415","bedrooms":"1","price":"227000","area":"553"} , +{"type":"Feature","id":"n27070862","geometry":{"type":"Point","coordinates":[0.3006164,51.7557901]},"properties":{"@type":"node","@id":27070862,"@timestamp":1175681825},"coords":"51.7557901,0.3006164","bedrooms":"3","price":"279000","area":"557"} , +{"type":"Feature","id":"n27070872","geometry":{"type":"Point","coordinates":[0.3028856,51.7575534]},"properties":{"@type":"node","@id":27070872,"@timestamp":1332781726},"coords":"51.7575534,0.3028856","bedrooms":"1","price":"255000","area":"604"} , +{"type":"Feature","id":"n27070882","geometry":{"type":"Point","coordinates":[0.3034703,51.7591273]},"properties":{"@type":"node","@id":27070882,"@timestamp":1332781722},"coords":"51.7591273,0.3034703","bedrooms":"0","price":"274000","area":"610"} , +{"type":"Feature","id":"n27070892","geometry":{"type":"Point","coordinates":[0.3020112,51.7605882]},"properties":{"@type":"node","@id":27070892,"@timestamp":1175681982},"coords":"51.7605882,0.3020112","bedrooms":"1","price":"151000","area":"430"} , +{"type":"Feature","id":"n27070906","geometry":{"type":"Point","coordinates":[0.3040228,51.7578887]},"properties":{"@type":"node","@id":27070906,"@timestamp":1332781716},"coords":"51.7578887,0.3040228","bedrooms":"3","price":"222000","area":"636"} , +{"type":"Feature","id":"n27070922","geometry":{"type":"Point","coordinates":[0.3013352,51.7567133]},"properties":{"@type":"node","@id":27070922,"@timestamp":1332781451},"coords":"51.7567133,0.3013352","bedrooms":"3","price":"233000","area":"535"} , +{"type":"Feature","id":"n27074654","geometry":{"type":"Point","coordinates":[-0.7521695,51.5292643]},"properties":{"@type":"node","@id":27074654,"@timestamp":1175690671},"coords":"51.5292643,-0.7521695","bedrooms":"0","price":"201000","area":"453"} , +{"type":"Feature","id":"n27075717","geometry":{"type":"Point","coordinates":[-0.6135629,51.2074456]},"properties":{"@type":"node","@id":27075717,"@timestamp":1243805497},"coords":"51.2074456,-0.6135629","bedrooms":"3","price":"200000","area":"517"} , +{"type":"Feature","id":"n27075878","geometry":{"type":"Point","coordinates":[-0.2109561,51.3838132]},"properties":{"@type":"node","@id":27075878,"@timestamp":1595148074},"coords":"51.3838132,-0.2109561","bedrooms":"2","price":"152000","area":"431"} , +{"type":"Feature","id":"n27076011","geometry":{"type":"Point","coordinates":[-0.1974042,51.3787613]},"properties":{"@type":"node","@id":27076011,"@timestamp":1175694916},"coords":"51.3787613,-0.1974042","bedrooms":"2","price":"219000","area":"514"} , +{"type":"Feature","id":"n27076303","geometry":{"type":"Point","coordinates":[-0.2010091,51.3761362]},"properties":{"@type":"node","@id":27076303,"@timestamp":1175695297},"coords":"51.3761362,-0.2010091","bedrooms":"1","price":"165000","area":"570"} , +{"type":"Feature","id":"n27076467","geometry":{"type":"Point","coordinates":[-0.1876677,51.3697618]},"properties":{"@type":"node","@id":27076467,"@timestamp":1564916368},"coords":"51.3697618,-0.1876677","bedrooms":"4","price":"239000","area":"358"} , +{"type":"Feature","id":"n27076615","geometry":{"type":"Point","coordinates":[0.3013578,51.7608557]},"properties":{"@type":"node","@id":27076615,"@timestamp":1175696487},"coords":"51.7608557,0.3013578","bedrooms":"0","price":"273000","area":"511"} , +{"type":"Feature","id":"n27076625","geometry":{"type":"Point","coordinates":[0.3005853,51.7620576]},"properties":{"@type":"node","@id":27076625,"@timestamp":1175696501},"coords":"51.7620576,0.3005853","bedrooms":"0","price":"234000","area":"441"} , +{"type":"Feature","id":"n27076925","geometry":{"type":"Point","coordinates":[0.3000918,51.7633657]},"properties":{"@type":"node","@id":27076925,"@timestamp":1175697019},"coords":"51.7633657,0.3000918","bedrooms":"2","price":"224000","area":"380"} , +{"type":"Feature","id":"n27076937","geometry":{"type":"Point","coordinates":[0.299727,51.7648531]},"properties":{"@type":"node","@id":27076937,"@timestamp":1175697030},"coords":"51.7648531,0.299727","bedrooms":"0","price":"271000","area":"426"} , +{"type":"Feature","id":"n27076963","geometry":{"type":"Point","coordinates":[0.3005424,51.7662807]},"properties":{"@type":"node","@id":27076963,"@timestamp":1175697077},"coords":"51.7662807,0.3005424","bedrooms":"3","price":"267000","area":"519"} , +{"type":"Feature","id":"n27076973","geometry":{"type":"Point","coordinates":[0.3028384,51.7670575]},"properties":{"@type":"node","@id":27076973,"@timestamp":1175697089},"coords":"51.7670575,0.3028384","bedrooms":"4","price":"162000","area":"691"} , +{"type":"Feature","id":"n27076983","geometry":{"type":"Point","coordinates":[0.3055528,51.7680269]},"properties":{"@type":"node","@id":27076983,"@timestamp":1175697101},"coords":"51.7680269,0.3055528","bedrooms":"1","price":"232000","area":"402"} , +{"type":"Feature","id":"n27076996","geometry":{"type":"Point","coordinates":[0.3071085,51.7689631]},"properties":{"@type":"node","@id":27076996,"@timestamp":1175697167},"coords":"51.7689631,0.3071085","bedrooms":"3","price":"186000","area":"489"} , +{"type":"Feature","id":"n27078219","geometry":{"type":"Point","coordinates":[-0.1406462,51.3635499]},"properties":{"@type":"node","@id":27078219,"@timestamp":1186533108},"coords":"51.3635499,-0.1406462","bedrooms":"4","price":"237000","area":"579"} , +{"type":"Feature","id":"n27078879","geometry":{"type":"Point","coordinates":[-0.1387561,51.3689454]},"properties":{"@type":"node","@id":27078879,"@timestamp":1186358875},"coords":"51.3689454,-0.1387561","bedrooms":"1","price":"154000","area":"394"} , +{"type":"Feature","id":"n27079117","geometry":{"type":"Point","coordinates":[-0.1354789,51.367709]},"properties":{"@type":"node","@id":27079117,"@timestamp":1199561951},"coords":"51.367709,-0.1354789","bedrooms":"4","price":"191000","area":"476"} , +{"type":"Feature","id":"n27079254","geometry":{"type":"Point","coordinates":[-0.0819745,51.3418385]},"properties":{"@type":"node","@id":27079254,"@timestamp":1360972146},"coords":"51.3418385,-0.0819745","bedrooms":"1","price":"156000","area":"603"} , +{"type":"Feature","id":"n27085084","geometry":{"type":"Point","coordinates":[-0.3648872,51.7424092]},"properties":{"@type":"node","@id":27085084,"@timestamp":1175714843},"coords":"51.7424092,-0.3648872","bedrooms":"0","price":"213000","area":"386"} , +{"type":"Feature","id":"n27087694","geometry":{"type":"Point","coordinates":[-0.0836249,51.6535821]},"properties":{"@type":"node","@id":27087694,"@timestamp":1175719342},"coords":"51.6535821,-0.0836249","bedrooms":"4","price":"225000","area":"625"} , +{"type":"Feature","id":"n27088336","geometry":{"type":"Point","coordinates":[-0.1451655,51.6830676]},"properties":{"@type":"node","@id":27088336,"@timestamp":1175720862},"coords":"51.6830676,-0.1451655","bedrooms":"3","price":"262000","area":"540"} , +{"type":"Feature","id":"n27088478","geometry":{"type":"Point","coordinates":[-0.0443038,51.6325833]},"properties":{"@type":"node","@id":27088478,"@timestamp":1175721354},"coords":"51.6325833,-0.0443038","bedrooms":"2","price":"278000","area":"401"} , +{"type":"Feature","id":"n27088511","geometry":{"type":"Point","coordinates":[-0.0473829,51.6323901]},"properties":{"@type":"node","@id":27088511,"@timestamp":1175721383},"coords":"51.6323901,-0.0473829","bedrooms":"2","price":"152000","area":"476"} , +{"type":"Feature","id":"n27090374","geometry":{"type":"Point","coordinates":[-0.1900657,51.475929]},"properties":{"@type":"node","@id":27090374,"@timestamp":1175724828},"coords":"51.475929,-0.1900657","bedrooms":"4","price":"159000","area":"648"} , +{"type":"Feature","id":"n27091232","geometry":{"type":"Point","coordinates":[-0.1890894,51.4766039]},"properties":{"@type":"node","@id":27091232,"@timestamp":1175725171},"coords":"51.4766039,-0.1890894","bedrooms":"1","price":"239000","area":"506"} , +{"type":"Feature","id":"n27091493","geometry":{"type":"Point","coordinates":[-0.0635406,51.6506019]},"properties":{"@type":"node","@id":27091493,"@timestamp":1175725545},"coords":"51.6506019,-0.0635406","bedrooms":"0","price":"157000","area":"552"} , +{"type":"Feature","id":"n27091729","geometry":{"type":"Point","coordinates":[0.336252,51.4992345]},"properties":{"@type":"node","@id":27091729,"@timestamp":1206525601},"coords":"51.4992345,0.336252","bedrooms":"0","price":"297000","area":"667"} , +{"type":"Feature","id":"n27113351","geometry":{"type":"Point","coordinates":[0.0153303,51.7409724]},"properties":{"@type":"node","@id":27113351,"@timestamp":1175733246},"coords":"51.7409724,0.0153303","bedrooms":"0","price":"176000","area":"463"} , +{"type":"Feature","id":"n27113699","geometry":{"type":"Point","coordinates":[0.0125193,51.7421018]},"properties":{"@type":"node","@id":27113699,"@timestamp":1175733384},"coords":"51.7421018,0.0125193","bedrooms":"0","price":"164000","area":"371"} , +{"type":"Feature","id":"n27114073","geometry":{"type":"Point","coordinates":[0.0140061,51.7391459]},"properties":{"@type":"node","@id":27114073,"@timestamp":1188693199},"coords":"51.7391459,0.0140061","bedrooms":"1","price":"182000","area":"486"} , +{"type":"Feature","id":"n27115444","geometry":{"type":"Point","coordinates":[0.0126266,51.7366739]},"properties":{"@type":"node","@id":27115444,"@timestamp":1175733826},"coords":"51.7366739,0.0126266","bedrooms":"2","price":"234000","area":"511"} , +{"type":"Feature","id":"n27115535","geometry":{"type":"Point","coordinates":[0.0179802,51.7373812]},"properties":{"@type":"node","@id":27115535,"@timestamp":1188693206},"coords":"51.7373812,0.0179802","bedrooms":"1","price":"184000","area":"586"} , +{"type":"Feature","id":"n27115584","geometry":{"type":"Point","coordinates":[0.0199277,51.7383879]},"properties":{"@type":"node","@id":27115584,"@timestamp":1188693205},"coords":"51.7383879,0.0199277","bedrooms":"2","price":"279000","area":"552"} , +{"type":"Feature","id":"n27120584","geometry":{"type":"Point","coordinates":[-0.0624806,51.5114639]},"properties":{"@type":"node","@id":27120584,"@timestamp":1588588927},"coords":"51.5114639,-0.0624806","bedrooms":"4","price":"179000","area":"580"} , +{"type":"Feature","id":"n27121302","geometry":{"type":"Point","coordinates":[-0.4041703,51.5936504]},"properties":{"@type":"node","@id":27121302,"@timestamp":1191796413},"coords":"51.5936504,-0.4041703","bedrooms":"2","price":"240000","area":"536"} , +{"type":"Feature","id":"n27125486","geometry":{"type":"Point","coordinates":[-0.1842793,51.4841147]},"properties":{"@type":"node","@id":27125486,"@timestamp":1606546157},"coords":"51.4841147,-0.1842793","bedrooms":"1","price":"259000","area":"670"} , +{"type":"Feature","id":"n27129853","geometry":{"type":"Point","coordinates":[-0.292805,51.6979588]},"properties":{"@type":"node","@id":27129853,"@timestamp":1309548957},"coords":"51.6979588,-0.292805","bedrooms":"4","price":"241000","area":"549"} , +{"type":"Feature","id":"n27139698","geometry":{"type":"Point","coordinates":[0.0201368,51.7369529]},"properties":{"@type":"node","@id":27139698,"@timestamp":1175819255},"coords":"51.7369529,0.0201368","bedrooms":"1","price":"154000","area":"694"} , +{"type":"Feature","id":"n27139718","geometry":{"type":"Point","coordinates":[0.0230978,51.7378033]},"properties":{"@type":"node","@id":27139718,"@timestamp":1188693201},"coords":"51.7378033,0.0230978","bedrooms":"0","price":"265000","area":"394"} , +{"type":"Feature","id":"n27140015","geometry":{"type":"Point","coordinates":[0.0178565,51.7351024]},"properties":{"@type":"node","@id":27140015,"@timestamp":1188725582},"coords":"51.7351024,0.0178565","bedrooms":"0","price":"161000","area":"459"} , +{"type":"Feature","id":"n27140028","geometry":{"type":"Point","coordinates":[0.0190741,51.7340354]},"properties":{"@type":"node","@id":27140028,"@timestamp":1188725582},"coords":"51.7340354,0.0190741","bedrooms":"4","price":"166000","area":"573"} , +{"type":"Feature","id":"n27140392","geometry":{"type":"Point","coordinates":[-0.9661256,51.0046725]},"properties":{"@type":"node","@id":27140392,"@timestamp":1410993291},"coords":"51.0046725,-0.9661256","bedrooms":"2","price":"176000","area":"539"} , +{"type":"Feature","id":"n27140426","geometry":{"type":"Point","coordinates":[-0.9897258,51.001174]},"properties":{"@type":"node","@id":27140426,"@timestamp":1268501870},"coords":"51.001174,-0.9897258","bedrooms":"4","price":"176000","area":"641"} , +{"type":"Feature","id":"n27140456","geometry":{"type":"Point","coordinates":[-1.107588,50.9765545]},"properties":{"@type":"node","@id":27140456,"@timestamp":1175819839},"coords":"50.9765545,-1.107588","bedrooms":"0","price":"207000","area":"520"} , +{"type":"Feature","id":"n27140467","geometry":{"type":"Point","coordinates":[-1.0023407,50.9937458]},"properties":{"@type":"node","@id":27140467,"@timestamp":1175819840},"coords":"50.9937458,-1.0023407","bedrooms":"1","price":"291000","area":"467"} , +{"type":"Feature","id":"n27140493","geometry":{"type":"Point","coordinates":[-1.0299179,50.9942256]},"properties":{"@type":"node","@id":27140493,"@timestamp":1190499621},"coords":"50.9942256,-1.0299179","bedrooms":"1","price":"271000","area":"432"} , +{"type":"Feature","id":"n27140542","geometry":{"type":"Point","coordinates":[-1.0789023,50.9844386]},"properties":{"@type":"node","@id":27140542,"@timestamp":1175819857},"coords":"50.9844386,-1.0789023","bedrooms":"4","price":"218000","area":"562"} , +{"type":"Feature","id":"n27140616","geometry":{"type":"Point","coordinates":[-1.0974628,50.9784631]},"properties":{"@type":"node","@id":27140616,"@timestamp":1175819865},"coords":"50.9784631,-1.0974628","bedrooms":"4","price":"277000","area":"660"} , +{"type":"Feature","id":"n27140897","geometry":{"type":"Point","coordinates":[0.0470109,51.7394143]},"properties":{"@type":"node","@id":27140897,"@timestamp":1190548029},"coords":"51.7394143,0.0470109","bedrooms":"4","price":"272000","area":"543"} , +{"type":"Feature","id":"n27140912","geometry":{"type":"Point","coordinates":[0.0459023,51.7389591]},"properties":{"@type":"node","@id":27140912,"@timestamp":1190548031},"coords":"51.7389591,0.0459023","bedrooms":"4","price":"200000","area":"489"} , +{"type":"Feature","id":"n27140956","geometry":{"type":"Point","coordinates":[0.0441582,51.7378395]},"properties":{"@type":"node","@id":27140956,"@timestamp":1190548032},"coords":"51.7378395,0.0441582","bedrooms":"3","price":"181000","area":"586"} , +{"type":"Feature","id":"n27141029","geometry":{"type":"Point","coordinates":[0.0421418,51.7351359]},"properties":{"@type":"node","@id":27141029,"@timestamp":1190547546},"coords":"51.7351359,0.0421418","bedrooms":"0","price":"256000","area":"588"} , +{"type":"Feature","id":"n27141039","geometry":{"type":"Point","coordinates":[0.0457579,51.7334049]},"properties":{"@type":"node","@id":27141039,"@timestamp":1190547545},"coords":"51.7334049,0.0457579","bedrooms":"2","price":"258000","area":"619"} , +{"type":"Feature","id":"n27141050","geometry":{"type":"Point","coordinates":[0.0476241,51.737026]},"properties":{"@type":"node","@id":27141050,"@timestamp":1175820833},"coords":"51.737026,0.0476241","bedrooms":"1","price":"264000","area":"423"} , +{"type":"Feature","id":"n27141085","geometry":{"type":"Point","coordinates":[0.0423297,51.7267234]},"properties":{"@type":"node","@id":27141085,"@timestamp":1190547000},"coords":"51.7267234,0.0423297","bedrooms":"2","price":"151000","area":"464"} , +{"type":"Feature","id":"n27141099","geometry":{"type":"Point","coordinates":[0.0373633,51.7261319]},"properties":{"@type":"node","@id":27141099,"@timestamp":1190546841},"coords":"51.7261319,0.0373633","bedrooms":"1","price":"272000","area":"659"} , +{"type":"Feature","id":"n27141153","geometry":{"type":"Point","coordinates":[0.0342023,51.7309729]},"properties":{"@type":"node","@id":27141153,"@timestamp":1175821538},"coords":"51.7309729,0.0342023","bedrooms":"3","price":"214000","area":"473"} , +{"type":"Feature","id":"n27143084","geometry":{"type":"Point","coordinates":[0.0382685,51.7310526]},"properties":{"@type":"node","@id":27143084,"@timestamp":1175845236},"coords":"51.7310526,0.0382685","bedrooms":"0","price":"282000","area":"635"} , +{"type":"Feature","id":"n27143115","geometry":{"type":"Point","coordinates":[0.037463,51.7238914]},"properties":{"@type":"node","@id":27143115,"@timestamp":1190546841},"coords":"51.7238914,0.037463","bedrooms":"1","price":"181000","area":"684"} , +{"type":"Feature","id":"n27143810","geometry":{"type":"Point","coordinates":[-0.2187117,51.5742901]},"properties":{"@type":"node","@id":27143810,"@timestamp":1175853820},"coords":"51.5742901,-0.2187117","bedrooms":"1","price":"232000","area":"599"} , +{"type":"Feature","id":"n27144308","geometry":{"type":"Point","coordinates":[-0.4171775,51.5680905]},"properties":{"@type":"node","@id":27144308,"@timestamp":1595515257},"coords":"51.5680905,-0.4171775","bedrooms":"0","price":"169000","area":"408"} , +{"type":"Feature","id":"n27145320","geometry":{"type":"Point","coordinates":[-0.2572644,51.5873944]},"properties":{"@type":"node","@id":27145320,"@timestamp":1463956752},"coords":"51.5873944,-0.2572644","bedrooms":"3","price":"292000","area":"441"} , +{"type":"Feature","id":"n27145433","geometry":{"type":"Point","coordinates":[-0.2418503,51.6012599]},"properties":{"@type":"node","@id":27145433,"@timestamp":1207344964},"coords":"51.6012599,-0.2418503","bedrooms":"0","price":"232000","area":"696"} , +{"type":"Feature","id":"n27145596","geometry":{"type":"Point","coordinates":[-0.4710053,51.5520628]},"properties":{"@type":"node","@id":27145596,"@timestamp":1543758385},"coords":"51.5520628,-0.4710053","bedrooms":"0","price":"204000","area":"683"} , +{"type":"Feature","id":"n27145623","geometry":{"type":"Point","coordinates":[-0.4718857,51.5553961]},"properties":{"@type":"node","@id":27145623,"@timestamp":1204565174},"coords":"51.5553961,-0.4718857","bedrooms":"1","price":"263000","area":"411"} , +{"type":"Feature","id":"n27145794","geometry":{"type":"Point","coordinates":[-0.4766713,51.5500866]},"properties":{"@type":"node","@id":27145794,"@timestamp":1175865350},"coords":"51.5500866,-0.4766713","bedrooms":"0","price":"219000","area":"508"} , +{"type":"Feature","id":"n27146842","geometry":{"type":"Point","coordinates":[0.8672197,51.1535575]},"properties":{"@type":"node","@id":27146842,"@timestamp":1610536536},"coords":"51.1535575,0.8672197","bedrooms":"4","price":"211000","area":"503"} , +{"type":"Feature","id":"n27147827","geometry":{"type":"Point","coordinates":[0.3694913,51.6714078]},"properties":{"@type":"node","@id":27147827,"@timestamp":1175873487},"coords":"51.6714078,0.3694913","bedrooms":"0","price":"261000","area":"525"} , +{"type":"Feature","id":"n27148734","geometry":{"type":"Point","coordinates":[-0.1694327,51.9233381]},"properties":{"@type":"node","@id":27148734,"@timestamp":1175876437},"coords":"51.9233381,-0.1694327","bedrooms":"3","price":"286000","area":"584"} , +{"type":"Feature","id":"n27148912","geometry":{"type":"Point","coordinates":[-0.2400951,51.602423]},"properties":{"@type":"node","@id":27148912,"@timestamp":1429043870},"coords":"51.602423,-0.2400951","bedrooms":"1","price":"223000","area":"684"} , +{"type":"Feature","id":"n27148992","geometry":{"type":"Point","coordinates":[-0.2384913,51.6241842]},"properties":{"@type":"node","@id":27148992,"@timestamp":1175877224},"coords":"51.6241842,-0.2384913","bedrooms":"3","price":"184000","area":"590"} , +{"type":"Feature","id":"n27150109","geometry":{"type":"Point","coordinates":[-0.1899584,51.4230418]},"properties":{"@type":"node","@id":27150109,"@timestamp":1175879674},"coords":"51.4230418,-0.1899584","bedrooms":"4","price":"168000","area":"532"} , +{"type":"Feature","id":"n27150433","geometry":{"type":"Point","coordinates":[-0.2041476,51.4209587]},"properties":{"@type":"node","@id":27150433,"@timestamp":1617642394},"coords":"51.4209587,-0.2041476","bedrooms":"0","price":"294000","area":"592"} , +{"type":"Feature","id":"n27150765","geometry":{"type":"Point","coordinates":[-0.1861389,51.4207002]},"properties":{"@type":"node","@id":27150765,"@timestamp":1175881288},"coords":"51.4207002,-0.1861389","bedrooms":"2","price":"278000","area":"569"} , +{"type":"Feature","id":"n27150821","geometry":{"type":"Point","coordinates":[0.8666599,51.1631831]},"properties":{"@type":"node","@id":27150821,"@timestamp":1179095563},"coords":"51.1631831,0.8666599","bedrooms":"4","price":"161000","area":"623"} , +{"type":"Feature","id":"n27150857","geometry":{"type":"Point","coordinates":[0.8770346,51.1698202]},"properties":{"@type":"node","@id":27150857,"@timestamp":1175881339},"coords":"51.1698202,0.8770346","bedrooms":"2","price":"234000","area":"553"} , +{"type":"Feature","id":"n27150906","geometry":{"type":"Point","coordinates":[-0.1854523,51.4198773]},"properties":{"@type":"node","@id":27150906,"@timestamp":1175881485},"coords":"51.4198773,-0.1854523","bedrooms":"0","price":"266000","area":"354"} , +{"type":"Feature","id":"n27151325","geometry":{"type":"Point","coordinates":[-0.653601,51.5398857]},"properties":{"@type":"node","@id":27151325,"@timestamp":1175882111},"coords":"51.5398857,-0.653601","bedrooms":"0","price":"185000","area":"425"} , +{"type":"Feature","id":"n27151816","geometry":{"type":"Point","coordinates":[0.8458857,51.099902]},"properties":{"@type":"node","@id":27151816,"@timestamp":1201540674},"coords":"51.099902,0.8458857","bedrooms":"4","price":"207000","area":"676"} , +{"type":"Feature","id":"n27151829","geometry":{"type":"Point","coordinates":[0.8519825,51.0710926]},"properties":{"@type":"node","@id":27151829,"@timestamp":1177884468},"coords":"51.0710926,0.8519825","bedrooms":"1","price":"168000","area":"639"} , +{"type":"Feature","id":"n27152016","geometry":{"type":"Point","coordinates":[0.8380807,51.1423716]},"properties":{"@type":"node","@id":27152016,"@timestamp":1223643312},"coords":"51.1423716,0.8380807","bedrooms":"0","price":"298000","area":"507"} , +{"type":"Feature","id":"n27152136","geometry":{"type":"Point","coordinates":[-0.2047682,51.4172821]},"properties":{"@type":"node","@id":27152136,"@timestamp":1608671383},"coords":"51.4172821,-0.2047682","bedrooms":"0","price":"151000","area":"624"} , +{"type":"Feature","id":"n27155666","geometry":{"type":"Point","coordinates":[0.8679182,51.3227867]},"properties":{"@type":"node","@id":27155666,"@timestamp":1175889155},"coords":"51.3227867,0.8679182","bedrooms":"3","price":"200000","area":"393"} , +{"type":"Feature","id":"n27157720","geometry":{"type":"Point","coordinates":[0.8851153,51.3196545]},"properties":{"@type":"node","@id":27157720,"@timestamp":1236563064},"coords":"51.3196545,0.8851153","bedrooms":"4","price":"198000","area":"642"} , +{"type":"Feature","id":"n27158845","geometry":{"type":"Point","coordinates":[0.8660214,51.3268068]},"properties":{"@type":"node","@id":27158845,"@timestamp":1175891417},"coords":"51.3268068,0.8660214","bedrooms":"4","price":"216000","area":"623"} , +{"type":"Feature","id":"n27158880","geometry":{"type":"Point","coordinates":[0.8573874,51.3272635]},"properties":{"@type":"node","@id":27158880,"@timestamp":1175891420},"coords":"51.3272635,0.8573874","bedrooms":"1","price":"252000","area":"505"} , +{"type":"Feature","id":"n27159977","geometry":{"type":"Point","coordinates":[0.8307946,51.3363462]},"properties":{"@type":"node","@id":27159977,"@timestamp":1251054378},"coords":"51.3363462,0.8307946","bedrooms":"4","price":"278000","area":"698"} , +{"type":"Feature","id":"n27159990","geometry":{"type":"Point","coordinates":[0.8209567,51.337994]},"properties":{"@type":"node","@id":27159990,"@timestamp":1175892522},"coords":"51.337994,0.8209567","bedrooms":"2","price":"170000","area":"699"} , +{"type":"Feature","id":"n27161372","geometry":{"type":"Point","coordinates":[0.7660769,51.3518811]},"properties":{"@type":"node","@id":27161372,"@timestamp":1175894481},"coords":"51.3518811,0.7660769","bedrooms":"1","price":"255000","area":"586"} , +{"type":"Feature","id":"n27176947","geometry":{"type":"Point","coordinates":[-0.1829762,51.9293375]},"properties":{"@type":"node","@id":27176947,"@timestamp":1612014665},"coords":"51.9293375,-0.1829762","bedrooms":"4","price":"207000","area":"472"} , +{"type":"Feature","id":"n27177466","geometry":{"type":"Point","coordinates":[-0.1764583,51.9237763]},"properties":{"@type":"node","@id":27177466,"@timestamp":1175945033},"coords":"51.9237763,-0.1764583","bedrooms":"0","price":"277000","area":"676"} , +{"type":"Feature","id":"n27178893","geometry":{"type":"Point","coordinates":[-0.2082295,51.9087419]},"properties":{"@type":"node","@id":27178893,"@timestamp":1175948889},"coords":"51.9087419,-0.2082295","bedrooms":"2","price":"198000","area":"622"} , +{"type":"Feature","id":"n27179924","geometry":{"type":"Point","coordinates":[-0.2181001,51.4201611]},"properties":{"@type":"node","@id":27179924,"@timestamp":1175950595},"coords":"51.4201611,-0.2181001","bedrooms":"3","price":"280000","area":"366"} , +{"type":"Feature","id":"n27180573","geometry":{"type":"Point","coordinates":[-0.1926782,51.8978212]},"properties":{"@type":"node","@id":27180573,"@timestamp":1175952986},"coords":"51.8978212,-0.1926782","bedrooms":"3","price":"210000","area":"629"} , +{"type":"Feature","id":"n27181089","geometry":{"type":"Point","coordinates":[0.8917147,51.1571138]},"properties":{"@type":"node","@id":27181089,"@timestamp":1175954523},"coords":"51.1571138,0.8917147","bedrooms":"1","price":"254000","area":"682"} , +{"type":"Feature","id":"n27181322","geometry":{"type":"Point","coordinates":[-0.1719055,51.9091868]},"properties":{"@type":"node","@id":27181322,"@timestamp":1612708726},"coords":"51.9091868,-0.1719055","bedrooms":"1","price":"255000","area":"427"} , +{"type":"Feature","id":"n27186176","geometry":{"type":"Point","coordinates":[-0.7436455,50.9828279]},"properties":{"@type":"node","@id":27186176,"@timestamp":1215948674},"coords":"50.9828279,-0.7436455","bedrooms":"2","price":"150000","area":"540"} , +{"type":"Feature","id":"n27186444","geometry":{"type":"Point","coordinates":[-0.5945889,50.9481332]},"properties":{"@type":"node","@id":27186444,"@timestamp":1175967992},"coords":"50.9481332,-0.5945889","bedrooms":"4","price":"185000","area":"697"} , +{"type":"Feature","id":"n27186488","geometry":{"type":"Point","coordinates":[-0.7823226,50.9487328]},"properties":{"@type":"node","@id":27186488,"@timestamp":1216079351},"coords":"50.9487328,-0.7823226","bedrooms":"0","price":"164000","area":"583"} , +{"type":"Feature","id":"n27186507","geometry":{"type":"Point","coordinates":[-0.7741123,50.9501423]},"properties":{"@type":"node","@id":27186507,"@timestamp":1175968001},"coords":"50.9501423,-0.7741123","bedrooms":"1","price":"245000","area":"682"} , +{"type":"Feature","id":"n27186525","geometry":{"type":"Point","coordinates":[-0.7778449,50.9544505]},"properties":{"@type":"node","@id":27186525,"@timestamp":1175968005},"coords":"50.9544505,-0.7778449","bedrooms":"0","price":"175000","area":"659"} , +{"type":"Feature","id":"n27186545","geometry":{"type":"Point","coordinates":[-0.768374,50.9690391]},"properties":{"@type":"node","@id":27186545,"@timestamp":1175968043},"coords":"50.9690391,-0.768374","bedrooms":"0","price":"286000","area":"427"} , +{"type":"Feature","id":"n27187234","geometry":{"type":"Point","coordinates":[-1.0472658,51.2631275]},"properties":{"@type":"node","@id":27187234,"@timestamp":1572014361},"coords":"51.2631275,-1.0472658","bedrooms":"1","price":"186000","area":"651"} , +{"type":"Feature","id":"n27191015","geometry":{"type":"Point","coordinates":[-0.8133016,51.6370897]},"properties":{"@type":"node","@id":27191015,"@timestamp":1219586810},"coords":"51.6370897,-0.8133016","bedrooms":"1","price":"155000","area":"495"} , +{"type":"Feature","id":"n27191419","geometry":{"type":"Point","coordinates":[0.3199831,51.6632014]},"properties":{"@type":"node","@id":27191419,"@timestamp":1175976773},"coords":"51.6632014,0.3199831","bedrooms":"0","price":"275000","area":"485"} , +{"type":"Feature","id":"n27191435","geometry":{"type":"Point","coordinates":[0.3209218,51.6581467]},"properties":{"@type":"node","@id":27191435,"@timestamp":1175977000},"coords":"51.6581467,0.3209218","bedrooms":"4","price":"252000","area":"422"} , +{"type":"Feature","id":"n27191469","geometry":{"type":"Point","coordinates":[0.3246447,51.6469705]},"properties":{"@type":"node","@id":27191469,"@timestamp":1175977533},"coords":"51.6469705,0.3246447","bedrooms":"3","price":"188000","area":"493"} , +{"type":"Feature","id":"n27191493","geometry":{"type":"Point","coordinates":[0.326694,51.6479158]},"properties":{"@type":"node","@id":27191493,"@timestamp":1175977570},"coords":"51.6479158,0.326694","bedrooms":"1","price":"222000","area":"647"} , +{"type":"Feature","id":"n27191645","geometry":{"type":"Point","coordinates":[0.3342363,51.6469439]},"properties":{"@type":"node","@id":27191645,"@timestamp":1175977833},"coords":"51.6469439,0.3342363","bedrooms":"4","price":"287000","area":"627"} , +{"type":"Feature","id":"n27191758","geometry":{"type":"Point","coordinates":[0.3323695,51.6490342]},"properties":{"@type":"node","@id":27191758,"@timestamp":1175977881},"coords":"51.6490342,0.3323695","bedrooms":"1","price":"274000","area":"418"} , +{"type":"Feature","id":"n27193431","geometry":{"type":"Point","coordinates":[-0.8066201,51.6375685]},"properties":{"@type":"node","@id":27193431,"@timestamp":1175981300},"coords":"51.6375685,-0.8066201","bedrooms":"3","price":"250000","area":"425"} , +{"type":"Feature","id":"n27193594","geometry":{"type":"Point","coordinates":[-0.8034669,51.6331972]},"properties":{"@type":"node","@id":27193594,"@timestamp":1175981820},"coords":"51.6331972,-0.8034669","bedrooms":"2","price":"231000","area":"643"} , +{"type":"Feature","id":"n27194548","geometry":{"type":"Point","coordinates":[-0.6232071,51.0562177]},"properties":{"@type":"node","@id":27194548,"@timestamp":1175983426},"coords":"51.0562177,-0.6232071","bedrooms":"3","price":"154000","area":"558"} , +{"type":"Feature","id":"n27203102","geometry":{"type":"Point","coordinates":[-0.1945289,51.5757314]},"properties":{"@type":"node","@id":27203102,"@timestamp":1175993660},"coords":"51.5757314,-0.1945289","bedrooms":"0","price":"258000","area":"387"} , +{"type":"Feature","id":"n27203695","geometry":{"type":"Point","coordinates":[-0.7321567,51.2760986]},"properties":{"@type":"node","@id":27203695,"@timestamp":1175994922},"coords":"51.2760986,-0.7321567","bedrooms":"3","price":"212000","area":"600"} , +{"type":"Feature","id":"n27203729","geometry":{"type":"Point","coordinates":[-0.735612,51.2759797]},"properties":{"@type":"node","@id":27203729,"@timestamp":1175994925},"coords":"51.2759797,-0.735612","bedrooms":"0","price":"194000","area":"595"} , +{"type":"Feature","id":"n27205048","geometry":{"type":"Point","coordinates":[-0.7454974,51.2749035]},"properties":{"@type":"node","@id":27205048,"@timestamp":1632852790},"coords":"51.2749035,-0.7454974","bedrooms":"3","price":"285000","area":"676"} , +{"type":"Feature","id":"n27205814","geometry":{"type":"Point","coordinates":[-0.7472634,51.2760698]},"properties":{"@type":"node","@id":27205814,"@timestamp":1176004714},"coords":"51.2760698,-0.7472634","bedrooms":"1","price":"241000","area":"662"} , +{"type":"Feature","id":"n27212168","geometry":{"type":"Point","coordinates":[-0.5778705,51.2201869]},"properties":{"@type":"node","@id":27212168,"@timestamp":1182956050},"coords":"51.2201869,-0.5778705","bedrooms":"3","price":"261000","area":"672"} , +{"type":"Feature","id":"n27220722","geometry":{"type":"Point","coordinates":[-1.0726222,51.5354405]},"properties":{"@type":"node","@id":27220722,"@timestamp":1176048634},"coords":"51.5354405,-1.0726222","bedrooms":"3","price":"211000","area":"611"} , +{"type":"Feature","id":"n27220954","geometry":{"type":"Point","coordinates":[-0.1756247,51.4486224]},"properties":{"@type":"node","@id":27220954,"@timestamp":1176049322},"coords":"51.4486224,-0.1756247","bedrooms":"4","price":"185000","area":"526"} , +{"type":"Feature","id":"n27221195","geometry":{"type":"Point","coordinates":[-0.1776739,51.4480675]},"properties":{"@type":"node","@id":27221195,"@timestamp":1176049657},"coords":"51.4480675,-0.1776739","bedrooms":"4","price":"244000","area":"477"} , +{"type":"Feature","id":"n27221318","geometry":{"type":"Point","coordinates":[-0.177395,51.4483082]},"properties":{"@type":"node","@id":27221318,"@timestamp":1176049758},"coords":"51.4483082,-0.177395","bedrooms":"4","price":"220000","area":"375"} , +{"type":"Feature","id":"n27221459","geometry":{"type":"Point","coordinates":[-1.0515165,51.5324253]},"properties":{"@type":"node","@id":27221459,"@timestamp":1176049878},"coords":"51.5324253,-1.0515165","bedrooms":"0","price":"282000","area":"454"} , +{"type":"Feature","id":"n27221488","geometry":{"type":"Point","coordinates":[-1.0480037,51.5314846]},"properties":{"@type":"node","@id":27221488,"@timestamp":1176049879},"coords":"51.5314846,-1.0480037","bedrooms":"1","price":"193000","area":"507"} , +{"type":"Feature","id":"n27221504","geometry":{"type":"Point","coordinates":[-1.0435169,51.5308042]},"properties":{"@type":"node","@id":27221504,"@timestamp":1176049880},"coords":"51.5308042,-1.0435169","bedrooms":"3","price":"236000","area":"653"} , +{"type":"Feature","id":"n27221518","geometry":{"type":"Point","coordinates":[-1.0329328,51.5287042]},"properties":{"@type":"node","@id":27221518,"@timestamp":1176049882},"coords":"51.5287042,-1.0329328","bedrooms":"3","price":"174000","area":"605"} , +{"type":"Feature","id":"n27221528","geometry":{"type":"Point","coordinates":[-1.0235008,51.52755]},"properties":{"@type":"node","@id":27221528,"@timestamp":1176049890},"coords":"51.52755,-1.0235008","bedrooms":"4","price":"158000","area":"359"} , +{"type":"Feature","id":"n27221561","geometry":{"type":"Point","coordinates":[-1.0084781,51.530201]},"properties":{"@type":"node","@id":27221561,"@timestamp":1176049922},"coords":"51.530201,-1.0084781","bedrooms":"2","price":"276000","area":"694"} , +{"type":"Feature","id":"n27221603","geometry":{"type":"Point","coordinates":[-0.9915437,51.5304716]},"properties":{"@type":"node","@id":27221603,"@timestamp":1176049946},"coords":"51.5304716,-0.9915437","bedrooms":"1","price":"200000","area":"612"} , +{"type":"Feature","id":"n27221788","geometry":{"type":"Point","coordinates":[-1.0315923,51.5409811]},"properties":{"@type":"node","@id":27221788,"@timestamp":1176050398},"coords":"51.5409811,-1.0315923","bedrooms":"2","price":"270000","area":"660"} , +{"type":"Feature","id":"n27221980","geometry":{"type":"Point","coordinates":[-0.1764563,51.4422452]},"properties":{"@type":"node","@id":27221980,"@timestamp":1618178093},"coords":"51.4422452,-0.1764563","bedrooms":"0","price":"167000","area":"426"} , +{"type":"Feature","id":"n27222119","geometry":{"type":"Point","coordinates":[-0.999717,51.5523452]},"properties":{"@type":"node","@id":27222119,"@timestamp":1176050800},"coords":"51.5523452,-0.999717","bedrooms":"2","price":"221000","area":"608"} , +{"type":"Feature","id":"n27222233","geometry":{"type":"Point","coordinates":[-0.1620956,51.4454664]},"properties":{"@type":"node","@id":27222233,"@timestamp":1176051163},"coords":"51.4454664,-0.1620956","bedrooms":"0","price":"228000","area":"531"} , +{"type":"Feature","id":"n27222597","geometry":{"type":"Point","coordinates":[-0.1555725,51.4433666]},"properties":{"@type":"node","@id":27222597,"@timestamp":1176051681},"coords":"51.4433666,-0.1555725","bedrooms":"4","price":"156000","area":"577"} , +{"type":"Feature","id":"n27222762","geometry":{"type":"Point","coordinates":[-0.1576003,51.4490838]},"properties":{"@type":"node","@id":27222762,"@timestamp":1176052073},"coords":"51.4490838,-0.1576003","bedrooms":"4","price":"266000","area":"414"} , +{"type":"Feature","id":"n27226811","geometry":{"type":"Point","coordinates":[-0.3333341,51.4011069]},"properties":{"@type":"node","@id":27226811,"@timestamp":1232146628},"coords":"51.4011069,-0.3333341","bedrooms":"0","price":"266000","area":"435"} , +{"type":"Feature","id":"n27228755","geometry":{"type":"Point","coordinates":[-0.2890357,51.4197191]},"properties":{"@type":"node","@id":27228755,"@timestamp":1632313534},"coords":"51.4197191,-0.2890357","bedrooms":"3","price":"170000","area":"599"} , +{"type":"Feature","id":"n27230110","geometry":{"type":"Point","coordinates":[0.5153379,51.2939714]},"properties":{"@type":"node","@id":27230110,"@timestamp":1348298647},"coords":"51.2939714,0.5153379","bedrooms":"4","price":"204000","area":"550"} , +{"type":"Feature","id":"n27236071","geometry":{"type":"Point","coordinates":[0.890863,51.1457884]},"properties":{"@type":"node","@id":27236071,"@timestamp":1176127215},"coords":"51.1457884,0.890863","bedrooms":"4","price":"168000","area":"531"} , +{"type":"Feature","id":"n27236462","geometry":{"type":"Point","coordinates":[0.8929109,51.167549]},"properties":{"@type":"node","@id":27236462,"@timestamp":1176127809},"coords":"51.167549,0.8929109","bedrooms":"4","price":"169000","area":"626"} , +{"type":"Feature","id":"n27237433","geometry":{"type":"Point","coordinates":[0.8683245,51.1482346]},"properties":{"@type":"node","@id":27237433,"@timestamp":1229890009},"coords":"51.1482346,0.8683245","bedrooms":"4","price":"255000","area":"653"} , +{"type":"Feature","id":"n27239184","geometry":{"type":"Point","coordinates":[-0.7495342,51.773734]},"properties":{"@type":"node","@id":27239184,"@timestamp":1176134166},"coords":"51.773734,-0.7495342","bedrooms":"3","price":"284000","area":"417"} , +{"type":"Feature","id":"n27239227","geometry":{"type":"Point","coordinates":[-0.7465512,51.7750186]},"properties":{"@type":"node","@id":27239227,"@timestamp":1176134170},"coords":"51.7750186,-0.7465512","bedrooms":"0","price":"280000","area":"632"} , +{"type":"Feature","id":"n27240097","geometry":{"type":"Point","coordinates":[-0.1682432,51.4548552]},"properties":{"@type":"node","@id":27240097,"@timestamp":1176135129},"coords":"51.4548552,-0.1682432","bedrooms":"0","price":"203000","area":"395"} , +{"type":"Feature","id":"n27240536","geometry":{"type":"Point","coordinates":[-0.1705607,51.4423517]},"properties":{"@type":"node","@id":27240536,"@timestamp":1176135531},"coords":"51.4423517,-0.1705607","bedrooms":"1","price":"150000","area":"519"} , +{"type":"Feature","id":"n27240991","geometry":{"type":"Point","coordinates":[-0.1626321,51.4424654]},"properties":{"@type":"node","@id":27240991,"@timestamp":1176136731},"coords":"51.4424654,-0.1626321","bedrooms":"4","price":"172000","area":"570"} , +{"type":"Feature","id":"n27241332","geometry":{"type":"Point","coordinates":[-0.160894,51.4413553]},"properties":{"@type":"node","@id":27241332,"@timestamp":1176137511},"coords":"51.4413553,-0.160894","bedrooms":"3","price":"219000","area":"554"} , +{"type":"Feature","id":"n27241554","geometry":{"type":"Point","coordinates":[-0.648162,51.5606618]},"properties":{"@type":"node","@id":27241554,"@timestamp":1176137763},"coords":"51.5606618,-0.648162","bedrooms":"1","price":"159000","area":"636"} , +{"type":"Feature","id":"n27241807","geometry":{"type":"Point","coordinates":[-0.1558836,51.4400512]},"properties":{"@type":"node","@id":27241807,"@timestamp":1176138032},"coords":"51.4400512,-0.1558836","bedrooms":"4","price":"291000","area":"625"} , +{"type":"Feature","id":"n27242089","geometry":{"type":"Point","coordinates":[-0.159113,51.4373426]},"properties":{"@type":"node","@id":27242089,"@timestamp":1176138408},"coords":"51.4373426,-0.159113","bedrooms":"2","price":"245000","area":"614"} , +{"type":"Feature","id":"n27242684","geometry":{"type":"Point","coordinates":[-0.1693376,51.4366738]},"properties":{"@type":"node","@id":27242684,"@timestamp":1176139257},"coords":"51.4366738,-0.1693376","bedrooms":"2","price":"289000","area":"358"} , +{"type":"Feature","id":"n27242750","geometry":{"type":"Point","coordinates":[-0.1657175,51.437622]},"properties":{"@type":"node","@id":27242750,"@timestamp":1618262226},"coords":"51.437622,-0.1657175","bedrooms":"1","price":"155000","area":"396"} , +{"type":"Feature","id":"n27243029","geometry":{"type":"Point","coordinates":[-0.1707645,51.4389812]},"properties":{"@type":"node","@id":27243029,"@timestamp":1176140031},"coords":"51.4389812,-0.1707645","bedrooms":"1","price":"287000","area":"634"} , +{"type":"Feature","id":"n27243165","geometry":{"type":"Point","coordinates":[-0.1641243,51.4414586]},"properties":{"@type":"node","@id":27243165,"@timestamp":1443102553},"coords":"51.4414586,-0.1641243","bedrooms":"1","price":"196000","area":"583"} , +{"type":"Feature","id":"n27244773","geometry":{"type":"Point","coordinates":[-0.1545211,51.4353295]},"properties":{"@type":"node","@id":27244773,"@timestamp":1176141847},"coords":"51.4353295,-0.1545211","bedrooms":"3","price":"268000","area":"472"} , +{"type":"Feature","id":"n27246707","geometry":{"type":"Point","coordinates":[-0.63963,51.5622885]},"properties":{"@type":"node","@id":27246707,"@timestamp":1176143720},"coords":"51.5622885,-0.63963","bedrooms":"0","price":"291000","area":"612"} , +{"type":"Feature","id":"n27247632","geometry":{"type":"Point","coordinates":[-0.6531765,51.5299877]},"properties":{"@type":"node","@id":27247632,"@timestamp":1177352114},"coords":"51.5299877,-0.6531765","bedrooms":"1","price":"212000","area":"377"} , +{"type":"Feature","id":"n27247721","geometry":{"type":"Point","coordinates":[-0.6506084,51.5361828]},"properties":{"@type":"node","@id":27247721,"@timestamp":1176145470},"coords":"51.5361828,-0.6506084","bedrooms":"2","price":"229000","area":"497"} , +{"type":"Feature","id":"n27251916","geometry":{"type":"Point","coordinates":[-0.4041725,51.1765188]},"properties":{"@type":"node","@id":27251916,"@timestamp":1176149444},"coords":"51.1765188,-0.4041725","bedrooms":"4","price":"273000","area":"527"} , +{"type":"Feature","id":"n27251951","geometry":{"type":"Point","coordinates":[-0.4032344,51.1761406]},"properties":{"@type":"node","@id":27251951,"@timestamp":1176149456},"coords":"51.1761406,-0.4032344","bedrooms":"0","price":"232000","area":"553"} , +{"type":"Feature","id":"n27252414","geometry":{"type":"Point","coordinates":[-0.3950779,51.215262]},"properties":{"@type":"node","@id":27252414,"@timestamp":1303939402},"coords":"51.215262,-0.3950779","bedrooms":"4","price":"248000","area":"535"} , +{"type":"Feature","id":"n27254686","geometry":{"type":"Point","coordinates":[-0.1593952,51.4382693]},"properties":{"@type":"node","@id":27254686,"@timestamp":1607049549},"coords":"51.4382693,-0.1593952","bedrooms":"1","price":"162000","area":"677"} , +{"type":"Feature","id":"n27272661","geometry":{"type":"Point","coordinates":[-0.107164,51.6769903]},"properties":{"@type":"node","@id":27272661,"@timestamp":1176221740},"coords":"51.6769903,-0.107164","bedrooms":"4","price":"177000","area":"540"} , +{"type":"Feature","id":"n27272888","geometry":{"type":"Point","coordinates":[-0.059131,51.670917]},"properties":{"@type":"node","@id":27272888,"@timestamp":1176222325},"coords":"51.670917,-0.059131","bedrooms":"0","price":"243000","area":"495"} , +{"type":"Feature","id":"n27277932","geometry":{"type":"Point","coordinates":[0.4421201,51.6403489]},"properties":{"@type":"node","@id":27277932,"@timestamp":1176234205},"coords":"51.6403489,0.4421201","bedrooms":"0","price":"298000","area":"699"} , +{"type":"Feature","id":"n27277948","geometry":{"type":"Point","coordinates":[0.4418428,51.6518888]},"properties":{"@type":"node","@id":27277948,"@timestamp":1176234233},"coords":"51.6518888,0.4418428","bedrooms":"4","price":"292000","area":"488"} , +{"type":"Feature","id":"n27277960","geometry":{"type":"Point","coordinates":[0.4424333,51.65355]},"properties":{"@type":"node","@id":27277960,"@timestamp":1176234253},"coords":"51.65355,0.4424333","bedrooms":"1","price":"294000","area":"545"} , +{"type":"Feature","id":"n27277972","geometry":{"type":"Point","coordinates":[0.4426052,51.6538399]},"properties":{"@type":"node","@id":27277972,"@timestamp":1176234296},"coords":"51.6538399,0.4426052","bedrooms":"1","price":"286000","area":"550"} , +{"type":"Feature","id":"n27278002","geometry":{"type":"Point","coordinates":[0.4440289,51.6538611]},"properties":{"@type":"node","@id":27278002,"@timestamp":1176234403},"coords":"51.6538611,0.4440289","bedrooms":"2","price":"247000","area":"582"} , +{"type":"Feature","id":"n27278020","geometry":{"type":"Point","coordinates":[0.4465169,51.6537822]},"properties":{"@type":"node","@id":27278020,"@timestamp":1234486611},"coords":"51.6537822,0.4465169","bedrooms":"2","price":"291000","area":"584"} , +{"type":"Feature","id":"n27278039","geometry":{"type":"Point","coordinates":[0.4437842,51.653996]},"properties":{"@type":"node","@id":27278039,"@timestamp":1176234405},"coords":"51.653996,0.4437842","bedrooms":"0","price":"207000","area":"697"} , +{"type":"Feature","id":"n27278067","geometry":{"type":"Point","coordinates":[0.44097,51.6515506]},"properties":{"@type":"node","@id":27278067,"@timestamp":1176234409},"coords":"51.6515506,0.44097","bedrooms":"2","price":"182000","area":"375"} , +{"type":"Feature","id":"n27280684","geometry":{"type":"Point","coordinates":[-0.0570496,51.6729958]},"properties":{"@type":"node","@id":27280684,"@timestamp":1176238821},"coords":"51.6729958,-0.0570496","bedrooms":"1","price":"215000","area":"684"} , +{"type":"Feature","id":"n27282232","geometry":{"type":"Point","coordinates":[-0.0454017,51.674635]},"properties":{"@type":"node","@id":27282232,"@timestamp":1209333620},"coords":"51.674635,-0.0454017","bedrooms":"2","price":"281000","area":"419"} , +{"type":"Feature","id":"n27284822","geometry":{"type":"Point","coordinates":[0.1143079,51.4273691]},"properties":{"@type":"node","@id":27284822,"@timestamp":1190580188},"coords":"51.4273691,0.1143079","bedrooms":"2","price":"211000","area":"664"} , +{"type":"Feature","id":"n27284958","geometry":{"type":"Point","coordinates":[0.1082385,51.422811]},"properties":{"@type":"node","@id":27284958,"@timestamp":1176252036},"coords":"51.422811,0.1082385","bedrooms":"0","price":"162000","area":"663"} , +{"type":"Feature","id":"n27289013","geometry":{"type":"Point","coordinates":[-0.0467499,51.5263034]},"properties":{"@type":"node","@id":27289013,"@timestamp":1176292066},"coords":"51.5263034,-0.0467499","bedrooms":"4","price":"296000","area":"583"} , +{"type":"Feature","id":"n27290222","geometry":{"type":"Point","coordinates":[-0.0423143,51.3766246]},"properties":{"@type":"node","@id":27290222,"@timestamp":1176295630},"coords":"51.3766246,-0.0423143","bedrooms":"3","price":"227000","area":"644"} , +{"type":"Feature","id":"n27290237","geometry":{"type":"Point","coordinates":[-0.0382813,51.3821791]},"properties":{"@type":"node","@id":27290237,"@timestamp":1176295631},"coords":"51.3821791,-0.0382813","bedrooms":"0","price":"168000","area":"486"} , +{"type":"Feature","id":"n27290251","geometry":{"type":"Point","coordinates":[-0.0388051,51.3834361]},"properties":{"@type":"node","@id":27290251,"@timestamp":1412882121},"coords":"51.3834361,-0.0388051","bedrooms":"1","price":"297000","area":"494"} , +{"type":"Feature","id":"n27290265","geometry":{"type":"Point","coordinates":[-0.0391737,51.3838127]},"properties":{"@type":"node","@id":27290265,"@timestamp":1412882121},"coords":"51.3838127,-0.0391737","bedrooms":"1","price":"232000","area":"486"} , +{"type":"Feature","id":"n27292101","geometry":{"type":"Point","coordinates":[-0.6215929,51.0364795]},"properties":{"@type":"node","@id":27292101,"@timestamp":1176300486},"coords":"51.0364795,-0.6215929","bedrooms":"2","price":"292000","area":"409"} , +{"type":"Feature","id":"n27295148","geometry":{"type":"Point","coordinates":[-0.3096095,51.4736356]},"properties":{"@type":"node","@id":27295148,"@timestamp":1182126138},"coords":"51.4736356,-0.3096095","bedrooms":"2","price":"260000","area":"366"} , +{"type":"Feature","id":"n27295194","geometry":{"type":"Point","coordinates":[-0.3082628,51.4475455]},"properties":{"@type":"node","@id":27295194,"@timestamp":1220053713},"coords":"51.4475455,-0.3082628","bedrooms":"2","price":"252000","area":"403"} , +{"type":"Feature","id":"n27295469","geometry":{"type":"Point","coordinates":[-0.3221727,51.4451229]},"properties":{"@type":"node","@id":27295469,"@timestamp":1192645589},"coords":"51.4451229,-0.3221727","bedrooms":"2","price":"182000","area":"554"} , +{"type":"Feature","id":"n27296113","geometry":{"type":"Point","coordinates":[-0.1761529,51.6268864]},"properties":{"@type":"node","@id":27296113,"@timestamp":1176312288},"coords":"51.6268864,-0.1761529","bedrooms":"4","price":"257000","area":"578"} , +{"type":"Feature","id":"n27297023","geometry":{"type":"Point","coordinates":[0.4458025,51.3398288]},"properties":{"@type":"node","@id":27297023,"@timestamp":1209687382},"coords":"51.3398288,0.4458025","bedrooms":"3","price":"250000","area":"440"} , +{"type":"Feature","id":"n27297435","geometry":{"type":"Point","coordinates":[0.293071,51.4865899]},"properties":{"@type":"node","@id":27297435,"@timestamp":1325503189},"coords":"51.4865899,0.293071","bedrooms":"0","price":"280000","area":"544"} , +{"type":"Feature","id":"n27298943","geometry":{"type":"Point","coordinates":[-0.0553545,51.7245265]},"properties":{"@type":"node","@id":27298943,"@timestamp":1176317898},"coords":"51.7245265,-0.0553545","bedrooms":"0","price":"169000","area":"467"} , +{"type":"Feature","id":"n27298956","geometry":{"type":"Point","coordinates":[-0.0562128,51.7196083]},"properties":{"@type":"node","@id":27298956,"@timestamp":1176317926},"coords":"51.7196083,-0.0562128","bedrooms":"0","price":"227000","area":"608"} , +{"type":"Feature","id":"n27299434","geometry":{"type":"Point","coordinates":[0.2635629,51.1294859]},"properties":{"@type":"node","@id":27299434,"@timestamp":1560181730},"coords":"51.1294859,0.2635629","bedrooms":"1","price":"175000","area":"466"} , +{"type":"Feature","id":"n27299464","geometry":{"type":"Point","coordinates":[-0.1156505,51.7408973]},"properties":{"@type":"node","@id":27299464,"@timestamp":1176319671},"coords":"51.7408973,-0.1156505","bedrooms":"3","price":"296000","area":"453"} , +{"type":"Feature","id":"n27299493","geometry":{"type":"Point","coordinates":[-0.1143201,51.739356]},"properties":{"@type":"node","@id":27299493,"@timestamp":1176319691},"coords":"51.739356,-0.1143201","bedrooms":"3","price":"278000","area":"366"} , +{"type":"Feature","id":"n27299525","geometry":{"type":"Point","coordinates":[-0.1111015,51.7364592]},"properties":{"@type":"node","@id":27299525,"@timestamp":1176319694},"coords":"51.7364592,-0.1111015","bedrooms":"1","price":"153000","area":"471"} , +{"type":"Feature","id":"n27299543","geometry":{"type":"Point","coordinates":[-0.111874,51.7346785]},"properties":{"@type":"node","@id":27299543,"@timestamp":1176319704},"coords":"51.7346785,-0.111874","bedrooms":"0","price":"285000","area":"536"} , +{"type":"Feature","id":"n27299576","geometry":{"type":"Point","coordinates":[-0.1165985,51.7330293]},"properties":{"@type":"node","@id":27299576,"@timestamp":1176320088},"coords":"51.7330293,-0.1165985","bedrooms":"1","price":"191000","area":"371"} , +{"type":"Feature","id":"n27299619","geometry":{"type":"Point","coordinates":[-0.1066383,51.7436875]},"properties":{"@type":"node","@id":27299619,"@timestamp":1176319709},"coords":"51.7436875,-0.1066383","bedrooms":"3","price":"207000","area":"460"} , +{"type":"Feature","id":"n27299840","geometry":{"type":"Point","coordinates":[-0.1196481,51.7318189]},"properties":{"@type":"node","@id":27299840,"@timestamp":1176334205},"coords":"51.7318189,-0.1196481","bedrooms":"2","price":"200000","area":"423"} , +{"type":"Feature","id":"n27300685","geometry":{"type":"Point","coordinates":[-0.1368507,51.739728]},"properties":{"@type":"node","@id":27300685,"@timestamp":1176320323},"coords":"51.739728,-0.1368507","bedrooms":"4","price":"235000","area":"446"} , +{"type":"Feature","id":"n27300729","geometry":{"type":"Point","coordinates":[-0.1277526,51.7355024]},"properties":{"@type":"node","@id":27300729,"@timestamp":1176320380},"coords":"51.7355024,-0.1277526","bedrooms":"1","price":"252000","area":"448"} , +{"type":"Feature","id":"n27300745","geometry":{"type":"Point","coordinates":[0.3427583,51.4955524]},"properties":{"@type":"node","@id":27300745,"@timestamp":1176320405},"coords":"51.4955524,0.3427583","bedrooms":"2","price":"204000","area":"521"} , +{"type":"Feature","id":"n27301110","geometry":{"type":"Point","coordinates":[0.5277971,51.4556406]},"properties":{"@type":"node","@id":27301110,"@timestamp":1309897464},"coords":"51.4556406,0.5277971","bedrooms":"1","price":"183000","area":"500"} , +{"type":"Feature","id":"n27301665","geometry":{"type":"Point","coordinates":[0.8172146,51.0456939]},"properties":{"@type":"node","@id":27301665,"@timestamp":1176322520},"coords":"51.0456939,0.8172146","bedrooms":"1","price":"231000","area":"408"} , +{"type":"Feature","id":"n27302897","geometry":{"type":"Point","coordinates":[0.754364,50.9759291]},"properties":{"@type":"node","@id":27302897,"@timestamp":1183890559},"coords":"50.9759291,0.754364","bedrooms":"1","price":"198000","area":"389"} , +{"type":"Feature","id":"n27306427","geometry":{"type":"Point","coordinates":[-0.5977603,51.2299205]},"properties":{"@type":"node","@id":27306427,"@timestamp":1176329342},"coords":"51.2299205,-0.5977603","bedrooms":"0","price":"266000","area":"424"} , +{"type":"Feature","id":"n27306583","geometry":{"type":"Point","coordinates":[-0.1736291,51.7394083]},"properties":{"@type":"node","@id":27306583,"@timestamp":1176329772},"coords":"51.7394083,-0.1736291","bedrooms":"1","price":"211000","area":"530"} , +{"type":"Feature","id":"n27306595","geometry":{"type":"Point","coordinates":[-0.1724704,51.7359801]},"properties":{"@type":"node","@id":27306595,"@timestamp":1176329781},"coords":"51.7359801,-0.1724704","bedrooms":"3","price":"243000","area":"472"} , +{"type":"Feature","id":"n27306620","geometry":{"type":"Point","coordinates":[-0.171655,51.7323389]},"properties":{"@type":"node","@id":27306620,"@timestamp":1176329909},"coords":"51.7323389,-0.171655","bedrooms":"1","price":"269000","area":"671"} , +{"type":"Feature","id":"n27306644","geometry":{"type":"Point","coordinates":[-0.1750453,51.7365913]},"properties":{"@type":"node","@id":27306644,"@timestamp":1176329947},"coords":"51.7365913,-0.1750453","bedrooms":"2","price":"273000","area":"625"} , +{"type":"Feature","id":"n27306656","geometry":{"type":"Point","coordinates":[-0.1687344,51.7345986]},"properties":{"@type":"node","@id":27306656,"@timestamp":1176330783},"coords":"51.7345986,-0.1687344","bedrooms":"4","price":"194000","area":"640"} , +{"type":"Feature","id":"n27306693","geometry":{"type":"Point","coordinates":[-0.1655181,51.7432084]},"properties":{"@type":"node","@id":27306693,"@timestamp":1176330006},"coords":"51.7432084,-0.1655181","bedrooms":"4","price":"254000","area":"518"} , +{"type":"Feature","id":"n27306703","geometry":{"type":"Point","coordinates":[-0.1616987,51.740179]},"properties":{"@type":"node","@id":27306703,"@timestamp":1176330018},"coords":"51.740179,-0.1616987","bedrooms":"4","price":"181000","area":"476"} , +{"type":"Feature","id":"n27306713","geometry":{"type":"Point","coordinates":[-0.1663764,51.7390894]},"properties":{"@type":"node","@id":27306713,"@timestamp":1176330027},"coords":"51.7390894,-0.1663764","bedrooms":"4","price":"285000","area":"585"} , +{"type":"Feature","id":"n27306856","geometry":{"type":"Point","coordinates":[-0.1746026,51.7390242]},"properties":{"@type":"node","@id":27306856,"@timestamp":1176330732},"coords":"51.7390242,-0.1746026","bedrooms":"1","price":"293000","area":"421"} , +{"type":"Feature","id":"n27307303","geometry":{"type":"Point","coordinates":[-0.1511415,51.7499834]},"properties":{"@type":"node","@id":27307303,"@timestamp":1176332506},"coords":"51.7499834,-0.1511415","bedrooms":"4","price":"194000","area":"567"} , +{"type":"Feature","id":"n27307331","geometry":{"type":"Point","coordinates":[-0.1437171,51.7570501]},"properties":{"@type":"node","@id":27307331,"@timestamp":1176332533},"coords":"51.7570501,-0.1437171","bedrooms":"0","price":"202000","area":"543"} , +{"type":"Feature","id":"n27307346","geometry":{"type":"Point","coordinates":[-0.1410993,51.7568376]},"properties":{"@type":"node","@id":27307346,"@timestamp":1176332553},"coords":"51.7568376,-0.1410993","bedrooms":"4","price":"178000","area":"550"} , +{"type":"Feature","id":"n27307360","geometry":{"type":"Point","coordinates":[-0.136207,51.7541013]},"properties":{"@type":"node","@id":27307360,"@timestamp":1176332565},"coords":"51.7541013,-0.136207","bedrooms":"1","price":"241000","area":"351"} , +{"type":"Feature","id":"n27307547","geometry":{"type":"Point","coordinates":[-0.1353916,51.758272]},"properties":{"@type":"node","@id":27307547,"@timestamp":1176332625},"coords":"51.758272,-0.1353916","bedrooms":"3","price":"236000","area":"374"} , +{"type":"Feature","id":"n27307563","geometry":{"type":"Point","coordinates":[-0.1250964,51.7527097]},"properties":{"@type":"node","@id":27307563,"@timestamp":1198437688},"coords":"51.7527097,-0.1250964","bedrooms":"3","price":"286000","area":"569"} , +{"type":"Feature","id":"n27307574","geometry":{"type":"Point","coordinates":[-0.1232036,51.7518432]},"properties":{"@type":"node","@id":27307574,"@timestamp":1176332686},"coords":"51.7518432,-0.1232036","bedrooms":"1","price":"281000","area":"627"} , +{"type":"Feature","id":"n27307584","geometry":{"type":"Point","coordinates":[-0.11844,51.7540482]},"properties":{"@type":"node","@id":27307584,"@timestamp":1176332695},"coords":"51.7540482,-0.11844","bedrooms":"2","price":"173000","area":"388"} , +{"type":"Feature","id":"n27307602","geometry":{"type":"Point","coordinates":[-0.1138481,51.7610612]},"properties":{"@type":"node","@id":27307602,"@timestamp":1176332709},"coords":"51.7610612,-0.1138481","bedrooms":"2","price":"153000","area":"641"} , +{"type":"Feature","id":"n27307613","geometry":{"type":"Point","coordinates":[-0.1153501,51.7526933]},"properties":{"@type":"node","@id":27307613,"@timestamp":1176332729},"coords":"51.7526933,-0.1153501","bedrooms":"3","price":"292000","area":"428"} , +{"type":"Feature","id":"n27307623","geometry":{"type":"Point","coordinates":[-0.1119598,51.7562532]},"properties":{"@type":"node","@id":27307623,"@timestamp":1176332740},"coords":"51.7562532,-0.1119598","bedrooms":"3","price":"242000","area":"475"} , +{"type":"Feature","id":"n27307633","geometry":{"type":"Point","coordinates":[-0.1086124,51.7617252]},"properties":{"@type":"node","@id":27307633,"@timestamp":1176332753},"coords":"51.7617252,-0.1086124","bedrooms":"1","price":"277000","area":"459"} , +{"type":"Feature","id":"n27307645","geometry":{"type":"Point","coordinates":[-0.1159938,51.7659749]},"properties":{"@type":"node","@id":27307645,"@timestamp":1176332778},"coords":"51.7659749,-0.1159938","bedrooms":"4","price":"176000","area":"507"} , +{"type":"Feature","id":"n27307968","geometry":{"type":"Point","coordinates":[-0.0904592,51.7626016]},"properties":{"@type":"node","@id":27307968,"@timestamp":1176333690},"coords":"51.7626016,-0.0904592","bedrooms":"1","price":"205000","area":"647"} , +{"type":"Feature","id":"n27307980","geometry":{"type":"Point","coordinates":[-0.0871547,51.7650452]},"properties":{"@type":"node","@id":27307980,"@timestamp":1176333715},"coords":"51.7650452,-0.0871547","bedrooms":"2","price":"276000","area":"381"} , +{"type":"Feature","id":"n27307990","geometry":{"type":"Point","coordinates":[-0.0942357,51.7596798]},"properties":{"@type":"node","@id":27307990,"@timestamp":1176333732},"coords":"51.7596798,-0.0942357","bedrooms":"2","price":"265000","area":"395"} , +{"type":"Feature","id":"n27308000","geometry":{"type":"Point","coordinates":[-0.0906738,51.7568906]},"properties":{"@type":"node","@id":27308000,"@timestamp":1176333740},"coords":"51.7568906,-0.0906738","bedrooms":"0","price":"207000","area":"563"} , +{"type":"Feature","id":"n27308010","geometry":{"type":"Point","coordinates":[-0.086511,51.7577406]},"properties":{"@type":"node","@id":27308010,"@timestamp":1176333748},"coords":"51.7577406,-0.086511","bedrooms":"2","price":"273000","area":"360"} , +{"type":"Feature","id":"n27308024","geometry":{"type":"Point","coordinates":[-0.0861677,51.7584844]},"properties":{"@type":"node","@id":27308024,"@timestamp":1176333758},"coords":"51.7584844,-0.0861677","bedrooms":"2","price":"278000","area":"664"} , +{"type":"Feature","id":"n27308034","geometry":{"type":"Point","coordinates":[-0.0892147,51.7614063]},"properties":{"@type":"node","@id":27308034,"@timestamp":1176333766},"coords":"51.7614063,-0.0892147","bedrooms":"3","price":"207000","area":"379"} , +{"type":"Feature","id":"n27308051","geometry":{"type":"Point","coordinates":[-0.081919,51.764753]},"properties":{"@type":"node","@id":27308051,"@timestamp":1176333781},"coords":"51.764753,-0.081919","bedrooms":"3","price":"258000","area":"523"} , +{"type":"Feature","id":"n27308061","geometry":{"type":"Point","coordinates":[-0.0932916,51.7697991]},"properties":{"@type":"node","@id":27308061,"@timestamp":1176333814},"coords":"51.7697991,-0.0932916","bedrooms":"3","price":"285000","area":"665"} , +{"type":"Feature","id":"n27308071","geometry":{"type":"Point","coordinates":[-0.0972398,51.7658685]},"properties":{"@type":"node","@id":27308071,"@timestamp":1176333819},"coords":"51.7658685,-0.0972398","bedrooms":"4","price":"298000","area":"681"} , +{"type":"Feature","id":"n27309433","geometry":{"type":"Point","coordinates":[0.0770116,51.4350816]},"properties":{"@type":"node","@id":27309433,"@timestamp":1176344301},"coords":"51.4350816,0.0770116","bedrooms":"0","price":"254000","area":"670"} , +{"type":"Feature","id":"n27309528","geometry":{"type":"Point","coordinates":[0.07006,51.4337786]},"properties":{"@type":"node","@id":27309528,"@timestamp":1176344310},"coords":"51.4337786,0.07006","bedrooms":"1","price":"243000","area":"630"} , +{"type":"Feature","id":"n27310399","geometry":{"type":"Point","coordinates":[0.2517443,51.4883799]},"properties":{"@type":"node","@id":27310399,"@timestamp":1176360417},"coords":"51.4883799,0.2517443","bedrooms":"4","price":"187000","area":"633"} , +{"type":"Feature","id":"n27310410","geometry":{"type":"Point","coordinates":[0.2661268,51.4929797]},"properties":{"@type":"node","@id":27310410,"@timestamp":1176360418},"coords":"51.4929797,0.2661268","bedrooms":"3","price":"222000","area":"687"} , +{"type":"Feature","id":"n27310420","geometry":{"type":"Point","coordinates":[0.2775941,51.498207]},"properties":{"@type":"node","@id":27310420,"@timestamp":1176360419},"coords":"51.498207,0.2775941","bedrooms":"1","price":"212000","area":"452"} , +{"type":"Feature","id":"n27310694","geometry":{"type":"Point","coordinates":[0.2412891,51.5159065]},"properties":{"@type":"node","@id":27310694,"@timestamp":1223389044},"coords":"51.5159065,0.2412891","bedrooms":"4","price":"217000","area":"672"} , +{"type":"Feature","id":"n27310704","geometry":{"type":"Point","coordinates":[0.2536042,51.5236246]},"properties":{"@type":"node","@id":27310704,"@timestamp":1225441173},"coords":"51.5236246,0.2536042","bedrooms":"0","price":"219000","area":"659"} , +{"type":"Feature","id":"n27315202","geometry":{"type":"Point","coordinates":[-0.1519783,51.7438333]},"properties":{"@type":"node","@id":27315202,"@timestamp":1176384894},"coords":"51.7438333,-0.1519783","bedrooms":"0","price":"252000","area":"686"} , +{"type":"Feature","id":"n27315222","geometry":{"type":"Point","coordinates":[-0.1563986,51.7473274]},"properties":{"@type":"node","@id":27315222,"@timestamp":1176384906},"coords":"51.7473274,-0.1563986","bedrooms":"1","price":"173000","area":"588"} , +{"type":"Feature","id":"n27315234","geometry":{"type":"Point","coordinates":[-0.1576646,51.7460786]},"properties":{"@type":"node","@id":27315234,"@timestamp":1176384920},"coords":"51.7460786,-0.1576646","bedrooms":"4","price":"196000","area":"666"} , +{"type":"Feature","id":"n27315287","geometry":{"type":"Point","coordinates":[-0.1588663,51.750808]},"properties":{"@type":"node","@id":27315287,"@timestamp":1176384955},"coords":"51.750808,-0.1588663","bedrooms":"1","price":"223000","area":"624"} , +{"type":"Feature","id":"n27315297","geometry":{"type":"Point","coordinates":[-0.1605185,51.7505157]},"properties":{"@type":"node","@id":27315297,"@timestamp":1176384967},"coords":"51.7505157,-0.1605185","bedrooms":"0","price":"214000","area":"691"} , +{"type":"Feature","id":"n27315312","geometry":{"type":"Point","coordinates":[-0.1615914,51.75025]},"properties":{"@type":"node","@id":27315312,"@timestamp":1176384979},"coords":"51.75025,-0.1615914","bedrooms":"1","price":"222000","area":"371"} , +{"type":"Feature","id":"n27315345","geometry":{"type":"Point","coordinates":[-0.161763,51.7552579]},"properties":{"@type":"node","@id":27315345,"@timestamp":1176385000},"coords":"51.7552579,-0.161763","bedrooms":"1","price":"151000","area":"374"} , +{"type":"Feature","id":"n27315365","geometry":{"type":"Point","coordinates":[-0.1666983,51.7511135]},"properties":{"@type":"node","@id":27315365,"@timestamp":1176385011},"coords":"51.7511135,-0.1666983","bedrooms":"1","price":"160000","area":"649"} , +{"type":"Feature","id":"n27315379","geometry":{"type":"Point","coordinates":[-0.1704105,51.7505954]},"properties":{"@type":"node","@id":27315379,"@timestamp":1176385018},"coords":"51.7505954,-0.1704105","bedrooms":"3","price":"239000","area":"489"} , +{"type":"Feature","id":"n27315396","geometry":{"type":"Point","coordinates":[-0.1624497,51.7564135]},"properties":{"@type":"node","@id":27315396,"@timestamp":1176385040},"coords":"51.7564135,-0.1624497","bedrooms":"3","price":"174000","area":"557"} , +{"type":"Feature","id":"n27315422","geometry":{"type":"Point","coordinates":[-0.1691016,51.7524817]},"properties":{"@type":"node","@id":27315422,"@timestamp":1176385069},"coords":"51.7524817,-0.1691016","bedrooms":"4","price":"160000","area":"591"} , +{"type":"Feature","id":"n27315435","geometry":{"type":"Point","coordinates":[-0.1699384,51.7535975]},"properties":{"@type":"node","@id":27315435,"@timestamp":1176385076},"coords":"51.7535975,-0.1699384","bedrooms":"4","price":"194000","area":"353"} , +{"type":"Feature","id":"n27315449","geometry":{"type":"Point","coordinates":[-0.1728996,51.7495592]},"properties":{"@type":"node","@id":27315449,"@timestamp":1176385086},"coords":"51.7495592,-0.1728996","bedrooms":"0","price":"193000","area":"651"} , +{"type":"Feature","id":"n27315469","geometry":{"type":"Point","coordinates":[-0.1712902,51.7459723]},"properties":{"@type":"node","@id":27315469,"@timestamp":1176385116},"coords":"51.7459723,-0.1712902","bedrooms":"4","price":"203000","area":"403"} , +{"type":"Feature","id":"n27315479","geometry":{"type":"Point","coordinates":[-0.1680716,51.7480714]},"properties":{"@type":"node","@id":27315479,"@timestamp":1176385125},"coords":"51.7480714,-0.1680716","bedrooms":"0","price":"165000","area":"407"} , +{"type":"Feature","id":"n27315490","geometry":{"type":"Point","coordinates":[-0.1666768,51.7482706]},"properties":{"@type":"node","@id":27315490,"@timestamp":1176385132},"coords":"51.7482706,-0.1666768","bedrooms":"4","price":"250000","area":"603"} , +{"type":"Feature","id":"n27320266","geometry":{"type":"Point","coordinates":[-0.1690134,51.4904314]},"properties":{"@type":"node","@id":27320266,"@timestamp":1610181939},"coords":"51.4904314,-0.1690134","bedrooms":"1","price":"281000","area":"534"} , +{"type":"Feature","id":"n27321122","geometry":{"type":"Point","coordinates":[0.5834784,51.1781406]},"properties":{"@type":"node","@id":27321122,"@timestamp":1176400857},"coords":"51.1781406,0.5834784","bedrooms":"3","price":"277000","area":"638"} , +{"type":"Feature","id":"n27321153","geometry":{"type":"Point","coordinates":[0.6059603,51.173723]},"properties":{"@type":"node","@id":27321153,"@timestamp":1176400867},"coords":"51.173723,0.6059603","bedrooms":"4","price":"154000","area":"480"} , +{"type":"Feature","id":"n27321193","geometry":{"type":"Point","coordinates":[0.6487177,51.1803334]},"properties":{"@type":"node","@id":27321193,"@timestamp":1176400877},"coords":"51.1803334,0.6487177","bedrooms":"0","price":"195000","area":"487"} , +{"type":"Feature","id":"n27321208","geometry":{"type":"Point","coordinates":[0.6680444,51.1943826]},"properties":{"@type":"node","@id":27321208,"@timestamp":1176400883},"coords":"51.1943826,0.6680444","bedrooms":"3","price":"227000","area":"535"} , +{"type":"Feature","id":"n27321248","geometry":{"type":"Point","coordinates":[0.688956,51.223966]},"properties":{"@type":"node","@id":27321248,"@timestamp":1227464024},"coords":"51.223966,0.688956","bedrooms":"1","price":"208000","area":"516"} , +{"type":"Feature","id":"n27322459","geometry":{"type":"Point","coordinates":[-1.1094237,51.0079034]},"properties":{"@type":"node","@id":27322459,"@timestamp":1176404707},"coords":"51.0079034,-1.1094237","bedrooms":"0","price":"208000","area":"525"} , +{"type":"Feature","id":"n27322511","geometry":{"type":"Point","coordinates":[-1.1111511,50.9871231]},"properties":{"@type":"node","@id":27322511,"@timestamp":1204193539},"coords":"50.9871231,-1.1111511","bedrooms":"2","price":"170000","area":"392"} , +{"type":"Feature","id":"n27333946","geometry":{"type":"Point","coordinates":[-0.0825191,51.6758176]},"properties":{"@type":"node","@id":27333946,"@timestamp":1176492466},"coords":"51.6758176,-0.0825191","bedrooms":"4","price":"280000","area":"495"} , +{"type":"Feature","id":"n27334555","geometry":{"type":"Point","coordinates":[-0.0835177,51.6718624]},"properties":{"@type":"node","@id":27334555,"@timestamp":1176423889},"coords":"51.6718624,-0.0835177","bedrooms":"4","price":"239000","area":"395"} , +{"type":"Feature","id":"n27334640","geometry":{"type":"Point","coordinates":[-0.7439193,51.278504]},"properties":{"@type":"node","@id":27334640,"@timestamp":1189899573},"coords":"51.278504,-0.7439193","bedrooms":"3","price":"295000","area":"510"} , +{"type":"Feature","id":"n27334669","geometry":{"type":"Point","coordinates":[-0.7400059,51.2950676]},"properties":{"@type":"node","@id":27334669,"@timestamp":1176424777},"coords":"51.2950676,-0.7400059","bedrooms":"2","price":"193000","area":"521"} , +{"type":"Feature","id":"n27334707","geometry":{"type":"Point","coordinates":[-0.7367982,51.2896256]},"properties":{"@type":"node","@id":27334707,"@timestamp":1176424779},"coords":"51.2896256,-0.7367982","bedrooms":"1","price":"245000","area":"641"} , +{"type":"Feature","id":"n27334723","geometry":{"type":"Point","coordinates":[-0.7352694,51.2868506]},"properties":{"@type":"node","@id":27334723,"@timestamp":1176424781},"coords":"51.2868506,-0.7352694","bedrooms":"0","price":"224000","area":"552"} , +{"type":"Feature","id":"n27334747","geometry":{"type":"Point","coordinates":[-0.7341318,51.2850642]},"properties":{"@type":"node","@id":27334747,"@timestamp":1176424782},"coords":"51.2850642,-0.7341318","bedrooms":"4","price":"284000","area":"403"} , +{"type":"Feature","id":"n27334762","geometry":{"type":"Point","coordinates":[-0.7339371,51.2845769]},"properties":{"@type":"node","@id":27334762,"@timestamp":1176424783},"coords":"51.2845769,-0.7339371","bedrooms":"2","price":"162000","area":"668"} , +{"type":"Feature","id":"n27334772","geometry":{"type":"Point","coordinates":[-0.7328512,51.2821131]},"properties":{"@type":"node","@id":27334772,"@timestamp":1176424784},"coords":"51.2821131,-0.7328512","bedrooms":"3","price":"219000","area":"497"} , +{"type":"Feature","id":"n27334783","geometry":{"type":"Point","coordinates":[-0.7336272,51.2806846]},"properties":{"@type":"node","@id":27334783,"@timestamp":1176424785},"coords":"51.2806846,-0.7336272","bedrooms":"0","price":"180000","area":"442"} , +{"type":"Feature","id":"n27334806","geometry":{"type":"Point","coordinates":[-0.733771,51.2761635]},"properties":{"@type":"node","@id":27334806,"@timestamp":1176424786},"coords":"51.2761635,-0.733771","bedrooms":"0","price":"243000","area":"664"} , +{"type":"Feature","id":"n27335138","geometry":{"type":"Point","coordinates":[-0.0812753,51.672242]},"properties":{"@type":"node","@id":27335138,"@timestamp":1176426363},"coords":"51.672242,-0.0812753","bedrooms":"3","price":"190000","area":"507"} , +{"type":"Feature","id":"n27336447","geometry":{"type":"Point","coordinates":[0.1922067,51.5723107]},"properties":{"@type":"node","@id":27336447,"@timestamp":1182603279},"coords":"51.5723107,0.1922067","bedrooms":"2","price":"249000","area":"386"} , +{"type":"Feature","id":"n27336653","geometry":{"type":"Point","coordinates":[-0.742786,51.299652]},"properties":{"@type":"node","@id":27336653,"@timestamp":1636151693},"coords":"51.299652,-0.742786","bedrooms":"4","price":"225000","area":"505"} , +{"type":"Feature","id":"n27336872","geometry":{"type":"Point","coordinates":[0.196235,51.5756249]},"properties":{"@type":"node","@id":27336872,"@timestamp":1207573316},"coords":"51.5756249,0.196235","bedrooms":"0","price":"264000","area":"612"} , +{"type":"Feature","id":"n27339873","geometry":{"type":"Point","coordinates":[0.2127206,51.5722374]},"properties":{"@type":"node","@id":27339873,"@timestamp":1176469483},"coords":"51.5722374,0.2127206","bedrooms":"2","price":"248000","area":"480"} , +{"type":"Feature","id":"n27340012","geometry":{"type":"Point","coordinates":[0.2175056,51.5715839]},"properties":{"@type":"node","@id":27340012,"@timestamp":1176469616},"coords":"51.5715839,0.2175056","bedrooms":"3","price":"171000","area":"406"} , +{"type":"Feature","id":"n27340049","geometry":{"type":"Point","coordinates":[0.2196407,51.5694967]},"properties":{"@type":"node","@id":27340049,"@timestamp":1176469771},"coords":"51.5694967,0.2196407","bedrooms":"1","price":"204000","area":"400"} , +{"type":"Feature","id":"n27341037","geometry":{"type":"Point","coordinates":[-0.0890537,51.6777185]},"properties":{"@type":"node","@id":27341037,"@timestamp":1176472652},"coords":"51.6777185,-0.0890537","bedrooms":"3","price":"250000","area":"381"} , +{"type":"Feature","id":"n27341060","geometry":{"type":"Point","coordinates":[-0.0906416,51.6778715]},"properties":{"@type":"node","@id":27341060,"@timestamp":1176472738},"coords":"51.6778715,-0.0906416","bedrooms":"2","price":"170000","area":"686"} , +{"type":"Feature","id":"n27345102","geometry":{"type":"Point","coordinates":[-0.0789579,51.6783955]},"properties":{"@type":"node","@id":27345102,"@timestamp":1176491320},"coords":"51.6783955,-0.0789579","bedrooms":"3","price":"186000","area":"583"} , +{"type":"Feature","id":"n27345174","geometry":{"type":"Point","coordinates":[-0.0855368,51.6761772]},"properties":{"@type":"node","@id":27345174,"@timestamp":1176492466},"coords":"51.6761772,-0.0855368","bedrooms":"2","price":"265000","area":"564"} , +{"type":"Feature","id":"n27345184","geometry":{"type":"Point","coordinates":[-0.0825222,51.6752356]},"properties":{"@type":"node","@id":27345184,"@timestamp":1176492466},"coords":"51.6752356,-0.0825222","bedrooms":"2","price":"174000","area":"653"} , +{"type":"Feature","id":"n27345196","geometry":{"type":"Point","coordinates":[-0.0881045,51.6762021]},"properties":{"@type":"node","@id":27345196,"@timestamp":1176492471},"coords":"51.6762021,-0.0881045","bedrooms":"2","price":"255000","area":"450"} , +{"type":"Feature","id":"n27345207","geometry":{"type":"Point","coordinates":[-0.0852623,51.6742391]},"properties":{"@type":"node","@id":27345207,"@timestamp":1176492465},"coords":"51.6742391,-0.0852623","bedrooms":"1","price":"205000","area":"605"} , +{"type":"Feature","id":"n27345681","geometry":{"type":"Point","coordinates":[-0.0652572,51.6708466]},"properties":{"@type":"node","@id":27345681,"@timestamp":1176493287},"coords":"51.6708466,-0.0652572","bedrooms":"1","price":"251000","area":"467"} , +{"type":"Feature","id":"n27345692","geometry":{"type":"Point","coordinates":[-0.063723,51.6712424]},"properties":{"@type":"node","@id":27345692,"@timestamp":1176493682},"coords":"51.6712424,-0.063723","bedrooms":"3","price":"238000","area":"676"} , +{"type":"Feature","id":"n27345702","geometry":{"type":"Point","coordinates":[-0.0648709,51.670607]},"properties":{"@type":"node","@id":27345702,"@timestamp":1176493325},"coords":"51.670607,-0.0648709","bedrooms":"4","price":"254000","area":"624"} , +{"type":"Feature","id":"n27346058","geometry":{"type":"Point","coordinates":[-0.0650716,51.6707222]},"properties":{"@type":"node","@id":27346058,"@timestamp":1176493665},"coords":"51.6707222,-0.0650716","bedrooms":"1","price":"250000","area":"586"} , +{"type":"Feature","id":"n27346159","geometry":{"type":"Point","coordinates":[-0.0765761,51.6745309]},"properties":{"@type":"node","@id":27346159,"@timestamp":1176493961},"coords":"51.6745309,-0.0765761","bedrooms":"0","price":"282000","area":"422"} , +{"type":"Feature","id":"n27346176","geometry":{"type":"Point","coordinates":[-0.0738724,51.6715102]},"properties":{"@type":"node","@id":27346176,"@timestamp":1176493984},"coords":"51.6715102,-0.0738724","bedrooms":"0","price":"220000","area":"494"} , +{"type":"Feature","id":"n27346195","geometry":{"type":"Point","coordinates":[-0.0678563,51.6733386]},"properties":{"@type":"node","@id":27346195,"@timestamp":1176497184},"coords":"51.6733386,-0.0678563","bedrooms":"0","price":"172000","area":"470"} , +{"type":"Feature","id":"n27346215","geometry":{"type":"Point","coordinates":[-0.0709396,51.6757727]},"properties":{"@type":"node","@id":27346215,"@timestamp":1176497176},"coords":"51.6757727,-0.0709396","bedrooms":"3","price":"231000","area":"473"} , +{"type":"Feature","id":"n27346678","geometry":{"type":"Point","coordinates":[-0.0424584,51.7159304]},"properties":{"@type":"node","@id":27346678,"@timestamp":1178558276},"coords":"51.7159304,-0.0424584","bedrooms":"2","price":"215000","area":"582"} , +{"type":"Feature","id":"n27346688","geometry":{"type":"Point","coordinates":[-0.0419005,51.7225039]},"properties":{"@type":"node","@id":27346688,"@timestamp":1176495169},"coords":"51.7225039,-0.0419005","bedrooms":"2","price":"260000","area":"648"} , +{"type":"Feature","id":"n27346721","geometry":{"type":"Point","coordinates":[-0.0396681,51.7166268]},"properties":{"@type":"node","@id":27346721,"@timestamp":1176495529},"coords":"51.7166268,-0.0396681","bedrooms":"3","price":"292000","area":"478"} , +{"type":"Feature","id":"n27346792","geometry":{"type":"Point","coordinates":[-0.0503548,51.7166549]},"properties":{"@type":"node","@id":27346792,"@timestamp":1176495224},"coords":"51.7166549,-0.0503548","bedrooms":"3","price":"154000","area":"459"} , +{"type":"Feature","id":"n27347475","geometry":{"type":"Point","coordinates":[-0.0692329,51.6953975]},"properties":{"@type":"node","@id":27347475,"@timestamp":1176496185},"coords":"51.6953975,-0.0692329","bedrooms":"0","price":"191000","area":"611"} , +{"type":"Feature","id":"n27347490","geometry":{"type":"Point","coordinates":[-0.0636586,51.6992082]},"properties":{"@type":"node","@id":27347490,"@timestamp":1176495897},"coords":"51.6992082,-0.0636586","bedrooms":"2","price":"214000","area":"353"} , +{"type":"Feature","id":"n27347585","geometry":{"type":"Point","coordinates":[-0.0659116,51.6998192]},"properties":{"@type":"node","@id":27347585,"@timestamp":1176496330},"coords":"51.6998192,-0.0659116","bedrooms":"2","price":"153000","area":"383"} , +{"type":"Feature","id":"n27350116","geometry":{"type":"Point","coordinates":[-0.0299057,51.6435654]},"properties":{"@type":"node","@id":27350116,"@timestamp":1176501029},"coords":"51.6435654,-0.0299057","bedrooms":"0","price":"258000","area":"418"} , +{"type":"Feature","id":"n27350750","geometry":{"type":"Point","coordinates":[-0.7830023,51.412106]},"properties":{"@type":"node","@id":27350750,"@timestamp":1208863515},"coords":"51.412106,-0.7830023","bedrooms":"3","price":"282000","area":"586"} , +{"type":"Feature","id":"n27350771","geometry":{"type":"Point","coordinates":[-0.7840315,51.4117451]},"properties":{"@type":"node","@id":27350771,"@timestamp":1208863515},"coords":"51.4117451,-0.7840315","bedrooms":"0","price":"269000","area":"456"} , +{"type":"Feature","id":"n27350792","geometry":{"type":"Point","coordinates":[-0.7828372,51.4119637]},"properties":{"@type":"node","@id":27350792,"@timestamp":1208863517},"coords":"51.4119637,-0.7828372","bedrooms":"2","price":"282000","area":"598"} , +{"type":"Feature","id":"n27351495","geometry":{"type":"Point","coordinates":[-0.1254245,51.4055727]},"properties":{"@type":"node","@id":27351495,"@timestamp":1176502387},"coords":"51.4055727,-0.1254245","bedrooms":"3","price":"284000","area":"418"} , +{"type":"Feature","id":"n27351513","geometry":{"type":"Point","coordinates":[-0.1231392,51.4079084]},"properties":{"@type":"node","@id":27351513,"@timestamp":1176502545},"coords":"51.4079084,-0.1231392","bedrooms":"1","price":"168000","area":"518"} , +{"type":"Feature","id":"n27351535","geometry":{"type":"Point","coordinates":[-0.1287611,51.4075537]},"properties":{"@type":"node","@id":27351535,"@timestamp":1176502639},"coords":"51.4075537,-0.1287611","bedrooms":"3","price":"180000","area":"587"} , +{"type":"Feature","id":"n27351597","geometry":{"type":"Point","coordinates":[-0.1316365,51.4066167]},"properties":{"@type":"node","@id":27351597,"@timestamp":1176502843},"coords":"51.4066167,-0.1316365","bedrooms":"1","price":"153000","area":"503"} , +{"type":"Feature","id":"n27351770","geometry":{"type":"Point","coordinates":[-0.1139983,51.3982503]},"properties":{"@type":"node","@id":27351770,"@timestamp":1176503469},"coords":"51.3982503,-0.1139983","bedrooms":"2","price":"210000","area":"352"} , +{"type":"Feature","id":"n27352266","geometry":{"type":"Point","coordinates":[0.2600057,51.5222678]},"properties":{"@type":"node","@id":27352266,"@timestamp":1176503978},"coords":"51.5222678,0.2600057","bedrooms":"3","price":"281000","area":"502"} , +{"type":"Feature","id":"n27354958","geometry":{"type":"Point","coordinates":[-0.3172873,51.3918132]},"properties":{"@type":"node","@id":27354958,"@timestamp":1606816670},"coords":"51.3918132,-0.3172873","bedrooms":"1","price":"249000","area":"631"} , +{"type":"Feature","id":"n27359098","geometry":{"type":"Point","coordinates":[0.201179,51.5742812]},"properties":{"@type":"node","@id":27359098,"@timestamp":1176553217},"coords":"51.5742812,0.201179","bedrooms":"0","price":"191000","area":"595"} , +{"type":"Feature","id":"n27359764","geometry":{"type":"Point","coordinates":[0.2054652,51.5770183]},"properties":{"@type":"node","@id":27359764,"@timestamp":1176554701},"coords":"51.5770183,0.2054652","bedrooms":"2","price":"267000","area":"460"} , +{"type":"Feature","id":"n27364335","geometry":{"type":"Point","coordinates":[-0.087262,51.581858]},"properties":{"@type":"node","@id":27364335,"@timestamp":1201097399},"coords":"51.581858,-0.087262","bedrooms":"1","price":"237000","area":"687"} , +{"type":"Feature","id":"n27364368","geometry":{"type":"Point","coordinates":[-0.0832082,51.5767261]},"properties":{"@type":"node","@id":27364368,"@timestamp":1176567145},"coords":"51.5767261,-0.0832082","bedrooms":"0","price":"204000","area":"550"} , +{"type":"Feature","id":"n27364687","geometry":{"type":"Point","coordinates":[-0.1235992,51.5787402]},"properties":{"@type":"node","@id":27364687,"@timestamp":1510052655},"coords":"51.5787402,-0.1235992","bedrooms":"2","price":"169000","area":"523"} , +{"type":"Feature","id":"n27365020","geometry":{"type":"Point","coordinates":[-0.0999051,51.5384287]},"properties":{"@type":"node","@id":27365020,"@timestamp":1632858053},"coords":"51.5384287,-0.0999051","bedrooms":"0","price":"235000","area":"377"} , +{"type":"Feature","id":"n27365033","geometry":{"type":"Point","coordinates":[-0.1289635,51.5210963]},"properties":{"@type":"node","@id":27365033,"@timestamp":1632132853},"coords":"51.5210963,-0.1289635","bedrooms":"0","price":"199000","area":"429"} , +{"type":"Feature","id":"n27365044","geometry":{"type":"Point","coordinates":[-0.0179722,51.5229529]},"properties":{"@type":"node","@id":27365044,"@timestamp":1592914033},"coords":"51.5229529,-0.0179722","bedrooms":"2","price":"204000","area":"667"} , +{"type":"Feature","id":"n27365302","geometry":{"type":"Point","coordinates":[-0.0045417,51.4820845]},"properties":{"@type":"node","@id":27365302,"@timestamp":1559785953},"coords":"51.4820845,-0.0045417","bedrooms":"1","price":"218000","area":"357"} , +{"type":"Feature","id":"n27365510","geometry":{"type":"Point","coordinates":[-0.4205812,51.6051713]},"properties":{"@type":"node","@id":27365510,"@timestamp":1483348662},"coords":"51.6051713,-0.4205812","bedrooms":"0","price":"181000","area":"575"} , +{"type":"Feature","id":"n27370843","geometry":{"type":"Point","coordinates":[-0.110093,51.6466544]},"properties":{"@type":"node","@id":27370843,"@timestamp":1176575755},"coords":"51.6466544,-0.110093","bedrooms":"3","price":"295000","area":"465"} , +{"type":"Feature","id":"n27371636","geometry":{"type":"Point","coordinates":[-0.1127256,51.6454543]},"properties":{"@type":"node","@id":27371636,"@timestamp":1176578291},"coords":"51.6454543,-0.1127256","bedrooms":"3","price":"173000","area":"357"} , +{"type":"Feature","id":"n27371646","geometry":{"type":"Point","coordinates":[-0.1129723,51.6473717]},"properties":{"@type":"node","@id":27371646,"@timestamp":1176578305},"coords":"51.6473717,-0.1129723","bedrooms":"1","price":"196000","area":"561"} , +{"type":"Feature","id":"n27378556","geometry":{"type":"Point","coordinates":[-0.640144,51.5621072]},"properties":{"@type":"node","@id":27378556,"@timestamp":1176634695},"coords":"51.5621072,-0.640144","bedrooms":"2","price":"217000","area":"358"} , +{"type":"Feature","id":"n27379094","geometry":{"type":"Point","coordinates":[-0.6270376,51.5566011]},"properties":{"@type":"node","@id":27379094,"@timestamp":1176635633},"coords":"51.5566011,-0.6270376","bedrooms":"4","price":"190000","area":"441"} , +{"type":"Feature","id":"n27379106","geometry":{"type":"Point","coordinates":[-0.6353204,51.560876]},"properties":{"@type":"node","@id":27379106,"@timestamp":1176635634},"coords":"51.560876,-0.6353204","bedrooms":"4","price":"189000","area":"611"} , +{"type":"Feature","id":"n27386442","geometry":{"type":"Point","coordinates":[-0.046342,51.7811262]},"properties":{"@type":"node","@id":27386442,"@timestamp":1191198402},"coords":"51.7811262,-0.046342","bedrooms":"1","price":"236000","area":"613"} , +{"type":"Feature","id":"n27392593","geometry":{"type":"Point","coordinates":[-0.7737339,51.5145963]},"properties":{"@type":"node","@id":27392593,"@timestamp":1176727984},"coords":"51.5145963,-0.7737339","bedrooms":"1","price":"153000","area":"576"} , +{"type":"Feature","id":"n27393245","geometry":{"type":"Point","coordinates":[-0.7749186,51.5191739]},"properties":{"@type":"node","@id":27393245,"@timestamp":1176729338},"coords":"51.5191739,-0.7749186","bedrooms":"2","price":"213000","area":"397"} , +{"type":"Feature","id":"n27394784","geometry":{"type":"Point","coordinates":[-0.7754414,51.5218198]},"properties":{"@type":"node","@id":27394784,"@timestamp":1176735357},"coords":"51.5218198,-0.7754414","bedrooms":"2","price":"280000","area":"614"} , +{"type":"Feature","id":"n27395902","geometry":{"type":"Point","coordinates":[0.4440649,51.5842182]},"properties":{"@type":"node","@id":27395902,"@timestamp":1322773922},"coords":"51.5842182,0.4440649","bedrooms":"3","price":"211000","area":"439"} , +{"type":"Feature","id":"n27399394","geometry":{"type":"Point","coordinates":[0.0485691,51.7480503]},"properties":{"@type":"node","@id":27399394,"@timestamp":1190541556},"coords":"51.7480503,0.0485691","bedrooms":"1","price":"153000","area":"398"} , +{"type":"Feature","id":"n27401071","geometry":{"type":"Point","coordinates":[-0.0198836,51.7963418]},"properties":{"@type":"node","@id":27401071,"@timestamp":1191771852},"coords":"51.7963418,-0.0198836","bedrooms":"0","price":"215000","area":"543"} , +{"type":"Feature","id":"n27401091","geometry":{"type":"Point","coordinates":[-0.0247815,51.7970847]},"properties":{"@type":"node","@id":27401091,"@timestamp":1191771855},"coords":"51.7970847,-0.0247815","bedrooms":"3","price":"232000","area":"686"} , +{"type":"Feature","id":"n27401102","geometry":{"type":"Point","coordinates":[-0.0238846,51.7971206]},"properties":{"@type":"node","@id":27401102,"@timestamp":1191771856},"coords":"51.7971206,-0.0238846","bedrooms":"2","price":"190000","area":"605"} , +{"type":"Feature","id":"n27401117","geometry":{"type":"Point","coordinates":[-0.0214563,51.7974486]},"properties":{"@type":"node","@id":27401117,"@timestamp":1191771857},"coords":"51.7974486,-0.0214563","bedrooms":"1","price":"230000","area":"547"} , +{"type":"Feature","id":"n27401139","geometry":{"type":"Point","coordinates":[-0.0301893,51.801633]},"properties":{"@type":"node","@id":27401139,"@timestamp":1191769191},"coords":"51.801633,-0.0301893","bedrooms":"3","price":"292000","area":"471"} , +{"type":"Feature","id":"n27401149","geometry":{"type":"Point","coordinates":[-0.0302642,51.8035699]},"properties":{"@type":"node","@id":27401149,"@timestamp":1191769192},"coords":"51.8035699,-0.0302642","bedrooms":"3","price":"248000","area":"506"} , +{"type":"Feature","id":"n27401705","geometry":{"type":"Point","coordinates":[-0.0259042,51.7795653]},"properties":{"@type":"node","@id":27401705,"@timestamp":1191348668},"coords":"51.7795653,-0.0259042","bedrooms":"2","price":"153000","area":"673"} , +{"type":"Feature","id":"n27401876","geometry":{"type":"Point","coordinates":[-0.6205678,51.5653634]},"properties":{"@type":"node","@id":27401876,"@timestamp":1177449066},"coords":"51.5653634,-0.6205678","bedrooms":"0","price":"237000","area":"635"} , +{"type":"Feature","id":"n27402230","geometry":{"type":"Point","coordinates":[-0.0448602,51.7764949]},"properties":{"@type":"node","@id":27402230,"@timestamp":1191198394},"coords":"51.7764949,-0.0448602","bedrooms":"0","price":"211000","area":"523"} , +{"type":"Feature","id":"n27402277","geometry":{"type":"Point","coordinates":[-0.0406323,51.7774376]},"properties":{"@type":"node","@id":27402277,"@timestamp":1191197123},"coords":"51.7774376,-0.0406323","bedrooms":"4","price":"215000","area":"650"} , +{"type":"Feature","id":"n27402287","geometry":{"type":"Point","coordinates":[-0.0409078,51.7751005]},"properties":{"@type":"node","@id":27402287,"@timestamp":1191197122},"coords":"51.7751005,-0.0409078","bedrooms":"1","price":"291000","area":"521"} , +{"type":"Feature","id":"n27402505","geometry":{"type":"Point","coordinates":[-0.049003,51.7759085]},"properties":{"@type":"node","@id":27402505,"@timestamp":1176750319},"coords":"51.7759085,-0.049003","bedrooms":"2","price":"267000","area":"604"} , +{"type":"Feature","id":"n27403201","geometry":{"type":"Point","coordinates":[-0.0279745,51.7730659]},"properties":{"@type":"node","@id":27403201,"@timestamp":1176750972},"coords":"51.7730659,-0.0279745","bedrooms":"3","price":"281000","area":"382"} , +{"type":"Feature","id":"n27403224","geometry":{"type":"Point","coordinates":[-0.0301684,51.7734278]},"properties":{"@type":"node","@id":27403224,"@timestamp":1191349648},"coords":"51.7734278,-0.0301684","bedrooms":"3","price":"294000","area":"549"} , +{"type":"Feature","id":"n27408556","geometry":{"type":"Point","coordinates":[-0.5751279,51.2193348]},"properties":{"@type":"node","@id":27408556,"@timestamp":1176758349},"coords":"51.2193348,-0.5751279","bedrooms":"2","price":"181000","area":"445"} , +{"type":"Feature","id":"n27408580","geometry":{"type":"Point","coordinates":[-0.5745521,51.2164238]},"properties":{"@type":"node","@id":27408580,"@timestamp":1331490814},"coords":"51.2164238,-0.5745521","bedrooms":"2","price":"289000","area":"664"} , +{"type":"Feature","id":"n27408615","geometry":{"type":"Point","coordinates":[-0.569999,51.2185189]},"properties":{"@type":"node","@id":27408615,"@timestamp":1182985144},"coords":"51.2185189,-0.569999","bedrooms":"0","price":"265000","area":"681"} , +{"type":"Feature","id":"n27408628","geometry":{"type":"Point","coordinates":[-0.5717174,51.2200524]},"properties":{"@type":"node","@id":27408628,"@timestamp":1182977942},"coords":"51.2200524,-0.5717174","bedrooms":"4","price":"170000","area":"690"} , +{"type":"Feature","id":"n27409078","geometry":{"type":"Point","coordinates":[-0.3068039,51.5068158]},"properties":{"@type":"node","@id":27409078,"@timestamp":1191175116},"coords":"51.5068158,-0.3068039","bedrooms":"4","price":"239000","area":"433"} , +{"type":"Feature","id":"n27412122","geometry":{"type":"Point","coordinates":[-0.1192616,51.5627785]},"properties":{"@type":"node","@id":27412122,"@timestamp":1498791471},"coords":"51.5627785,-0.1192616","bedrooms":"1","price":"190000","area":"493"} , +{"type":"Feature","id":"n27413052","geometry":{"type":"Point","coordinates":[-1.047389,51.2707042]},"properties":{"@type":"node","@id":27413052,"@timestamp":1176764758},"coords":"51.2707042,-1.047389","bedrooms":"3","price":"160000","area":"688"} , +{"type":"Feature","id":"n27413441","geometry":{"type":"Point","coordinates":[-0.1082262,51.7466638]},"properties":{"@type":"node","@id":27413441,"@timestamp":1176764927},"coords":"51.7466638,-0.1082262","bedrooms":"0","price":"270000","area":"487"} , +{"type":"Feature","id":"n27413485","geometry":{"type":"Point","coordinates":[-0.1119169,51.7438738]},"properties":{"@type":"node","@id":27413485,"@timestamp":1176764935},"coords":"51.7438738,-0.1119169","bedrooms":"0","price":"170000","area":"411"} , +{"type":"Feature","id":"n27413562","geometry":{"type":"Point","coordinates":[-0.1051792,51.7500913]},"properties":{"@type":"node","@id":27413562,"@timestamp":1176764968},"coords":"51.7500913,-0.1051792","bedrooms":"1","price":"223000","area":"398"} , +{"type":"Feature","id":"n27413573","geometry":{"type":"Point","coordinates":[-0.1069387,51.7513932]},"properties":{"@type":"node","@id":27413573,"@timestamp":1176764978},"coords":"51.7513932,-0.1069387","bedrooms":"3","price":"280000","area":"479"} , +{"type":"Feature","id":"n27413607","geometry":{"type":"Point","coordinates":[-0.1040634,51.7474344]},"properties":{"@type":"node","@id":27413607,"@timestamp":1176765046},"coords":"51.7474344,-0.1040634","bedrooms":"4","price":"254000","area":"377"} , +{"type":"Feature","id":"n27413657","geometry":{"type":"Point","coordinates":[-0.1036771,51.7497193]},"properties":{"@type":"node","@id":27413657,"@timestamp":1176765052},"coords":"51.7497193,-0.1036771","bedrooms":"0","price":"154000","area":"463"} , +{"type":"Feature","id":"n27413671","geometry":{"type":"Point","coordinates":[-0.0989994,51.7525356]},"properties":{"@type":"node","@id":27413671,"@timestamp":1176765080},"coords":"51.7525356,-0.0989994","bedrooms":"3","price":"232000","area":"626"} , +{"type":"Feature","id":"n27413684","geometry":{"type":"Point","coordinates":[-0.1007589,51.7481518]},"properties":{"@type":"node","@id":27413684,"@timestamp":1176765086},"coords":"51.7481518,-0.1007589","bedrooms":"1","price":"161000","area":"667"} , +{"type":"Feature","id":"n27413700","geometry":{"type":"Point","coordinates":[-0.0959095,51.7483378]},"properties":{"@type":"node","@id":27413700,"@timestamp":1176765092},"coords":"51.7483378,-0.0959095","bedrooms":"4","price":"218000","area":"537"} , +{"type":"Feature","id":"n27413719","geometry":{"type":"Point","coordinates":[-0.093592,51.7514994]},"properties":{"@type":"node","@id":27413719,"@timestamp":1176765100},"coords":"51.7514994,-0.093592","bedrooms":"0","price":"236000","area":"555"} , +{"type":"Feature","id":"n27413748","geometry":{"type":"Point","coordinates":[-0.0934204,51.7526418]},"properties":{"@type":"node","@id":27413748,"@timestamp":1176765110},"coords":"51.7526418,-0.0934204","bedrooms":"3","price":"212000","area":"673"} , +{"type":"Feature","id":"n27413769","geometry":{"type":"Point","coordinates":[-0.1167294,51.5616225]},"properties":{"@type":"node","@id":27413769,"@timestamp":1617149653},"coords":"51.5616225,-0.1167294","bedrooms":"1","price":"175000","area":"655"} , +{"type":"Feature","id":"n27413840","geometry":{"type":"Point","coordinates":[-0.101231,51.7571846]},"properties":{"@type":"node","@id":27413840,"@timestamp":1176765150},"coords":"51.7571846,-0.101231","bedrooms":"1","price":"213000","area":"356"} , +{"type":"Feature","id":"n27413852","geometry":{"type":"Point","coordinates":[-0.0951799,51.7557766]},"properties":{"@type":"node","@id":27413852,"@timestamp":1176765167},"coords":"51.7557766,-0.0951799","bedrooms":"3","price":"284000","area":"414"} , +{"type":"Feature","id":"n27413939","geometry":{"type":"Point","coordinates":[-0.0942789,51.7519957]},"properties":{"@type":"node","@id":27413939,"@timestamp":1176765680},"coords":"51.7519957,-0.0942789","bedrooms":"2","price":"200000","area":"650"} , +{"type":"Feature","id":"n27414188","geometry":{"type":"Point","coordinates":[-0.1284822,51.7631857]},"properties":{"@type":"node","@id":27414188,"@timestamp":1176766234},"coords":"51.7631857,-0.1284822","bedrooms":"4","price":"156000","area":"393"} , +{"type":"Feature","id":"n27414215","geometry":{"type":"Point","coordinates":[-0.1277526,51.7616186]},"properties":{"@type":"node","@id":27414215,"@timestamp":1176766283},"coords":"51.7616186,-0.1277526","bedrooms":"4","price":"192000","area":"662"} , +{"type":"Feature","id":"n27414233","geometry":{"type":"Point","coordinates":[-0.1288684,51.7609545]},"properties":{"@type":"node","@id":27414233,"@timestamp":1176766287},"coords":"51.7609545,-0.1288684","bedrooms":"2","price":"169000","area":"378"} , +{"type":"Feature","id":"n27414789","geometry":{"type":"Point","coordinates":[-0.1470216,51.8120588]},"properties":{"@type":"node","@id":27414789,"@timestamp":1194541797},"coords":"51.8120588,-0.1470216","bedrooms":"4","price":"254000","area":"458"} , +{"type":"Feature","id":"n27414820","geometry":{"type":"Point","coordinates":[-0.1460775,51.8105199]},"properties":{"@type":"node","@id":27414820,"@timestamp":1176766835},"coords":"51.8105199,-0.1460775","bedrooms":"0","price":"159000","area":"610"} , +{"type":"Feature","id":"n27414846","geometry":{"type":"Point","coordinates":[-0.1403697,51.8057437]},"properties":{"@type":"node","@id":27414846,"@timestamp":1176766870},"coords":"51.8057437,-0.1403697","bedrooms":"3","price":"269000","area":"441"} , +{"type":"Feature","id":"n27414857","geometry":{"type":"Point","coordinates":[-0.1410993,51.8073093]},"properties":{"@type":"node","@id":27414857,"@timestamp":1176766880},"coords":"51.8073093,-0.1410993","bedrooms":"3","price":"237000","area":"491"} , +{"type":"Feature","id":"n27414868","geometry":{"type":"Point","coordinates":[-0.1337608,51.8096178]},"properties":{"@type":"node","@id":27414868,"@timestamp":1176766890},"coords":"51.8096178,-0.1337608","bedrooms":"0","price":"243000","area":"689"} , +{"type":"Feature","id":"n27414891","geometry":{"type":"Point","coordinates":[-0.1374086,51.8067255]},"properties":{"@type":"node","@id":27414891,"@timestamp":1176766920},"coords":"51.8067255,-0.1374086","bedrooms":"3","price":"174000","area":"521"} , +{"type":"Feature","id":"n27415674","geometry":{"type":"Point","coordinates":[0.0262201,51.7222605]},"properties":{"@type":"node","@id":27415674,"@timestamp":1184865979},"coords":"51.7222605,0.0262201","bedrooms":"1","price":"237000","area":"562"} , +{"type":"Feature","id":"n27415689","geometry":{"type":"Point","coordinates":[0.0130772,51.7263677]},"properties":{"@type":"node","@id":27415689,"@timestamp":1176770069},"coords":"51.7263677,0.0130772","bedrooms":"1","price":"191000","area":"420"} , +{"type":"Feature","id":"n27415870","geometry":{"type":"Point","coordinates":[0.0114089,51.7322154]},"properties":{"@type":"node","@id":27415870,"@timestamp":1190550805},"coords":"51.7322154,0.0114089","bedrooms":"4","price":"217000","area":"484"} , +{"type":"Feature","id":"n27416211","geometry":{"type":"Point","coordinates":[0.0229907,51.7226925]},"properties":{"@type":"node","@id":27416211,"@timestamp":1176771324},"coords":"51.7226925,0.0229907","bedrooms":"2","price":"256000","area":"460"} , +{"type":"Feature","id":"n27416340","geometry":{"type":"Point","coordinates":[0.0239455,51.727205]},"properties":{"@type":"node","@id":27416340,"@timestamp":1176771395},"coords":"51.727205,0.0239455","bedrooms":"0","price":"214000","area":"642"} , +{"type":"Feature","id":"n27416390","geometry":{"type":"Point","coordinates":[0.026548,51.7313181]},"properties":{"@type":"node","@id":27416390,"@timestamp":1188726337},"coords":"51.7313181,0.026548","bedrooms":"4","price":"288000","area":"572"} , +{"type":"Feature","id":"n27416401","geometry":{"type":"Point","coordinates":[0.0218322,51.7328658]},"properties":{"@type":"node","@id":27416401,"@timestamp":1188726335},"coords":"51.7328658,0.0218322","bedrooms":"0","price":"285000","area":"466"} , +{"type":"Feature","id":"n27418916","geometry":{"type":"Point","coordinates":[0.2552107,51.4991493]},"properties":{"@type":"node","@id":27418916,"@timestamp":1187631926},"coords":"51.4991493,0.2552107","bedrooms":"4","price":"236000","area":"649"} , +{"type":"Feature","id":"n27419081","geometry":{"type":"Point","coordinates":[-0.1553901,51.3846489]},"properties":{"@type":"node","@id":27419081,"@timestamp":1176801234},"coords":"51.3846489,-0.1553901","bedrooms":"3","price":"159000","area":"520"} , +{"type":"Feature","id":"n27419091","geometry":{"type":"Point","coordinates":[-0.1553288,51.3858825]},"properties":{"@type":"node","@id":27419091,"@timestamp":1176801235},"coords":"51.3858825,-0.1553288","bedrooms":"0","price":"176000","area":"560"} , +{"type":"Feature","id":"n27419105","geometry":{"type":"Point","coordinates":[-0.1533851,51.3863203]},"properties":{"@type":"node","@id":27419105,"@timestamp":1176801501},"coords":"51.3863203,-0.1533851","bedrooms":"0","price":"229000","area":"571"} , +{"type":"Feature","id":"n27419115","geometry":{"type":"Point","coordinates":[-0.1530755,51.3890961]},"properties":{"@type":"node","@id":27419115,"@timestamp":1176801504},"coords":"51.3890961,-0.1530755","bedrooms":"1","price":"207000","area":"615"} , +{"type":"Feature","id":"n27419298","geometry":{"type":"Point","coordinates":[-0.2275442,51.9645545]},"properties":{"@type":"node","@id":27419298,"@timestamp":1198681468},"coords":"51.9645545,-0.2275442","bedrooms":"1","price":"294000","area":"459"} , +{"type":"Feature","id":"n27419315","geometry":{"type":"Point","coordinates":[-0.223378,51.9637918]},"properties":{"@type":"node","@id":27419315,"@timestamp":1198688504},"coords":"51.9637918,-0.223378","bedrooms":"3","price":"246000","area":"679"} , +{"type":"Feature","id":"n27419326","geometry":{"type":"Point","coordinates":[-0.2238928,51.9626307]},"properties":{"@type":"node","@id":27419326,"@timestamp":1199045194},"coords":"51.9626307,-0.2238928","bedrooms":"2","price":"163000","area":"637"} , +{"type":"Feature","id":"n27419591","geometry":{"type":"Point","coordinates":[-0.2636257,51.5636101]},"properties":{"@type":"node","@id":27419591,"@timestamp":1193485198},"coords":"51.5636101,-0.2636257","bedrooms":"2","price":"183000","area":"417"} , +{"type":"Feature","id":"n27419992","geometry":{"type":"Point","coordinates":[-0.3035768,51.572958]},"properties":{"@type":"node","@id":27419992,"@timestamp":1176807962},"coords":"51.572958,-0.3035768","bedrooms":"0","price":"197000","area":"416"} , +{"type":"Feature","id":"n27420019","geometry":{"type":"Point","coordinates":[-0.3061979,51.5705506]},"properties":{"@type":"node","@id":27420019,"@timestamp":1618229117},"coords":"51.5705506,-0.3061979","bedrooms":"3","price":"227000","area":"689"} , +{"type":"Feature","id":"n27421452","geometry":{"type":"Point","coordinates":[-0.7923711,51.6234441]},"properties":{"@type":"node","@id":27421452,"@timestamp":1176814195},"coords":"51.6234441,-0.7923711","bedrooms":"3","price":"160000","area":"537"} , +{"type":"Feature","id":"n27421694","geometry":{"type":"Point","coordinates":[-0.8214747,51.6192071]},"properties":{"@type":"node","@id":27421694,"@timestamp":1297373971},"coords":"51.6192071,-0.8214747","bedrooms":"3","price":"247000","area":"481"} , +{"type":"Feature","id":"n27421722","geometry":{"type":"Point","coordinates":[-0.8223971,51.6207353]},"properties":{"@type":"node","@id":27421722,"@timestamp":1176815734},"coords":"51.6207353,-0.8223971","bedrooms":"4","price":"248000","area":"370"} , +{"type":"Feature","id":"n27421761","geometry":{"type":"Point","coordinates":[-0.7996281,51.6247267]},"properties":{"@type":"node","@id":27421761,"@timestamp":1176815750},"coords":"51.6247267,-0.7996281","bedrooms":"3","price":"244000","area":"479"} , +{"type":"Feature","id":"n27422201","geometry":{"type":"Point","coordinates":[-0.2549734,51.9262905]},"properties":{"@type":"node","@id":27422201,"@timestamp":1176818866},"coords":"51.9262905,-0.2549734","bedrooms":"4","price":"179000","area":"628"} , +{"type":"Feature","id":"n27422862","geometry":{"type":"Point","coordinates":[-0.142494,51.6904012]},"properties":{"@type":"node","@id":27422862,"@timestamp":1176821460},"coords":"51.6904012,-0.142494","bedrooms":"4","price":"290000","area":"696"} , +{"type":"Feature","id":"n27422934","geometry":{"type":"Point","coordinates":[-0.0585124,51.6994604]},"properties":{"@type":"node","@id":27422934,"@timestamp":1202067265},"coords":"51.6994604,-0.0585124","bedrooms":"1","price":"272000","area":"663"} , +{"type":"Feature","id":"n27422988","geometry":{"type":"Point","coordinates":[-0.06307,51.6997051]},"properties":{"@type":"node","@id":27422988,"@timestamp":1202067294},"coords":"51.6997051,-0.06307","bedrooms":"3","price":"171000","area":"369"} , +{"type":"Feature","id":"n27422998","geometry":{"type":"Point","coordinates":[-0.0592812,51.6990458]},"properties":{"@type":"node","@id":27422998,"@timestamp":1176822505},"coords":"51.6990458,-0.0592812","bedrooms":"1","price":"296000","area":"599"} , +{"type":"Feature","id":"n27423051","geometry":{"type":"Point","coordinates":[-0.0627466,51.7023905]},"properties":{"@type":"node","@id":27423051,"@timestamp":1176822818},"coords":"51.7023905,-0.0627466","bedrooms":"4","price":"155000","area":"686"} , +{"type":"Feature","id":"n27423071","geometry":{"type":"Point","coordinates":[-0.0627788,51.7030288]},"properties":{"@type":"node","@id":27423071,"@timestamp":1176822880},"coords":"51.7030288,-0.0627788","bedrooms":"3","price":"213000","area":"586"} , +{"type":"Feature","id":"n27426457","geometry":{"type":"Point","coordinates":[0.0770747,51.7288929]},"properties":{"@type":"node","@id":27426457,"@timestamp":1176832818},"coords":"51.7288929,0.0770747","bedrooms":"0","price":"167000","area":"546"} , +{"type":"Feature","id":"n27426808","geometry":{"type":"Point","coordinates":[0.8720847,51.1843761]},"properties":{"@type":"node","@id":27426808,"@timestamp":1179166360},"coords":"51.1843761,0.8720847","bedrooms":"2","price":"294000","area":"480"} , +{"type":"Feature","id":"n27426838","geometry":{"type":"Point","coordinates":[0.8780801,51.1759332]},"properties":{"@type":"node","@id":27426838,"@timestamp":1176834586},"coords":"51.1759332,0.8780801","bedrooms":"4","price":"259000","area":"664"} , +{"type":"Feature","id":"n27426889","geometry":{"type":"Point","coordinates":[0.882704,51.1731974]},"properties":{"@type":"node","@id":27426889,"@timestamp":1176834610},"coords":"51.1731974,0.882704","bedrooms":"4","price":"261000","area":"669"} , +{"type":"Feature","id":"n27426906","geometry":{"type":"Point","coordinates":[0.8821258,51.173281]},"properties":{"@type":"node","@id":27426906,"@timestamp":1176834625},"coords":"51.173281,0.8821258","bedrooms":"3","price":"297000","area":"378"} , +{"type":"Feature","id":"n27426938","geometry":{"type":"Point","coordinates":[0.8524539,51.1731227]},"properties":{"@type":"node","@id":27426938,"@timestamp":1176834643},"coords":"51.1731227,0.8524539","bedrooms":"1","price":"150000","area":"521"} , +{"type":"Feature","id":"n27426988","geometry":{"type":"Point","coordinates":[0.354956,51.4917233]},"properties":{"@type":"node","@id":27426988,"@timestamp":1176834662},"coords":"51.4917233,0.354956","bedrooms":"1","price":"211000","area":"358"} , +{"type":"Feature","id":"n27427014","geometry":{"type":"Point","coordinates":[0.3436943,51.4846994]},"properties":{"@type":"node","@id":27427014,"@timestamp":1187633927},"coords":"51.4846994,0.3436943","bedrooms":"0","price":"226000","area":"604"} , +{"type":"Feature","id":"n27427734","geometry":{"type":"Point","coordinates":[-0.7783274,51.3278231]},"properties":{"@type":"node","@id":27427734,"@timestamp":1176836060},"coords":"51.3278231,-0.7783274","bedrooms":"2","price":"228000","area":"532"} , +{"type":"Feature","id":"n27427766","geometry":{"type":"Point","coordinates":[-0.7767083,51.3297803]},"properties":{"@type":"node","@id":27427766,"@timestamp":1176836066},"coords":"51.3297803,-0.7767083","bedrooms":"2","price":"201000","area":"633"} , +{"type":"Feature","id":"n27428917","geometry":{"type":"Point","coordinates":[0.2995537,51.4998316]},"properties":{"@type":"node","@id":27428917,"@timestamp":1206635591},"coords":"51.4998316,0.2995537","bedrooms":"2","price":"296000","area":"618"} , +{"type":"Feature","id":"n27429765","geometry":{"type":"Point","coordinates":[0.3178866,51.5048863]},"properties":{"@type":"node","@id":27429765,"@timestamp":1176839717},"coords":"51.5048863,0.3178866","bedrooms":"4","price":"222000","area":"673"} , +{"type":"Feature","id":"n27429879","geometry":{"type":"Point","coordinates":[0.3261401,51.5180414]},"properties":{"@type":"node","@id":27429879,"@timestamp":1176840454},"coords":"51.5180414,0.3261401","bedrooms":"4","price":"154000","area":"652"} , +{"type":"Feature","id":"n27429927","geometry":{"type":"Point","coordinates":[0.3219214,51.5157026]},"properties":{"@type":"node","@id":27429927,"@timestamp":1176840487},"coords":"51.5157026,0.3219214","bedrooms":"1","price":"154000","area":"582"} , +{"type":"Feature","id":"n27429969","geometry":{"type":"Point","coordinates":[0.3203039,51.5130796]},"properties":{"@type":"node","@id":27429969,"@timestamp":1176840507},"coords":"51.5130796,0.3203039","bedrooms":"2","price":"287000","area":"606"} , +{"type":"Feature","id":"n27430025","geometry":{"type":"Point","coordinates":[0.315976,51.5101943]},"properties":{"@type":"node","@id":27430025,"@timestamp":1176840531},"coords":"51.5101943,0.315976","bedrooms":"2","price":"259000","area":"576"} , +{"type":"Feature","id":"n27430081","geometry":{"type":"Point","coordinates":[0.2964871,51.503215]},"properties":{"@type":"node","@id":27430081,"@timestamp":1193174373},"coords":"51.503215,0.2964871","bedrooms":"3","price":"191000","area":"600"} , +{"type":"Feature","id":"n27430141","geometry":{"type":"Point","coordinates":[0.3128113,51.5152214]},"properties":{"@type":"node","@id":27430141,"@timestamp":1176840573},"coords":"51.5152214,0.3128113","bedrooms":"1","price":"208000","area":"623"} , +{"type":"Feature","id":"n27430197","geometry":{"type":"Point","coordinates":[-0.6182537,50.9393102]},"properties":{"@type":"node","@id":27430197,"@timestamp":1176840608},"coords":"50.9393102,-0.6182537","bedrooms":"2","price":"266000","area":"630"} , +{"type":"Feature","id":"n27430253","geometry":{"type":"Point","coordinates":[0.3346534,51.5295299]},"properties":{"@type":"node","@id":27430253,"@timestamp":1176840668},"coords":"51.5295299,0.3346534","bedrooms":"0","price":"160000","area":"387"} , +{"type":"Feature","id":"n27430295","geometry":{"type":"Point","coordinates":[0.3294355,51.5159125]},"properties":{"@type":"node","@id":27430295,"@timestamp":1176840773},"coords":"51.5159125,0.3294355","bedrooms":"1","price":"151000","area":"410"} , +{"type":"Feature","id":"n27431642","geometry":{"type":"Point","coordinates":[-0.1954767,51.8172633]},"properties":{"@type":"node","@id":27431642,"@timestamp":1176843288},"coords":"51.8172633,-0.1954767","bedrooms":"3","price":"196000","area":"643"} , +{"type":"Feature","id":"n27431951","geometry":{"type":"Point","coordinates":[-0.1955649,51.702588]},"properties":{"@type":"node","@id":27431951,"@timestamp":1524348062},"coords":"51.702588,-0.1955649","bedrooms":"3","price":"161000","area":"552"} , +{"type":"Feature","id":"n27436253","geometry":{"type":"Point","coordinates":[-0.2828701,51.6987697]},"properties":{"@type":"node","@id":27436253,"@timestamp":1309548998},"coords":"51.6987697,-0.2828701","bedrooms":"3","price":"290000","area":"631"} , +{"type":"Feature","id":"n27436263","geometry":{"type":"Point","coordinates":[-0.2757462,51.699541]},"properties":{"@type":"node","@id":27436263,"@timestamp":1309548994},"coords":"51.699541,-0.2757462","bedrooms":"3","price":"266000","area":"662"} , +{"type":"Feature","id":"n27436275","geometry":{"type":"Point","coordinates":[-0.2785786,51.6952851]},"properties":{"@type":"node","@id":27436275,"@timestamp":1309548990},"coords":"51.6952851,-0.2785786","bedrooms":"1","price":"164000","area":"664"} , +{"type":"Feature","id":"n27436361","geometry":{"type":"Point","coordinates":[-0.3005942,51.6740279]},"properties":{"@type":"node","@id":27436361,"@timestamp":1176853202},"coords":"51.6740279,-0.3005942","bedrooms":"1","price":"285000","area":"493"} , +{"type":"Feature","id":"n27437303","geometry":{"type":"Point","coordinates":[-0.3132971,51.6997585]},"properties":{"@type":"node","@id":27437303,"@timestamp":1176854413},"coords":"51.6997585,-0.3132971","bedrooms":"4","price":"208000","area":"371"} , +{"type":"Feature","id":"n27437403","geometry":{"type":"Point","coordinates":[0.076946,51.7277566]},"properties":{"@type":"node","@id":27437403,"@timestamp":1184866055},"coords":"51.7277566,0.076946","bedrooms":"0","price":"217000","area":"520"} , +{"type":"Feature","id":"n27437429","geometry":{"type":"Point","coordinates":[0.0771713,51.7271053]},"properties":{"@type":"node","@id":27437429,"@timestamp":1176855643},"coords":"51.7271053,0.0771713","bedrooms":"2","price":"235000","area":"420"} , +{"type":"Feature","id":"n27438241","geometry":{"type":"Point","coordinates":[0.0928569,51.7215028]},"properties":{"@type":"node","@id":27438241,"@timestamp":1176856388},"coords":"51.7215028,0.0928569","bedrooms":"1","price":"228000","area":"585"} , +{"type":"Feature","id":"n27438487","geometry":{"type":"Point","coordinates":[0.0910115,51.7168966]},"properties":{"@type":"node","@id":27438487,"@timestamp":1176856733},"coords":"51.7168966,0.0910115","bedrooms":"4","price":"216000","area":"378"} , +{"type":"Feature","id":"n27438682","geometry":{"type":"Point","coordinates":[0.0974381,51.7115455]},"properties":{"@type":"node","@id":27438682,"@timestamp":1176856959},"coords":"51.7115455,0.0974381","bedrooms":"2","price":"287000","area":"645"} , +{"type":"Feature","id":"n27438802","geometry":{"type":"Point","coordinates":[0.0944018,51.7055554]},"properties":{"@type":"node","@id":27438802,"@timestamp":1176857212},"coords":"51.7055554,0.0944018","bedrooms":"4","price":"253000","area":"540"} , +{"type":"Feature","id":"n27438988","geometry":{"type":"Point","coordinates":[0.0979638,51.6973635]},"properties":{"@type":"node","@id":27438988,"@timestamp":1176857350},"coords":"51.6973635,0.0979638","bedrooms":"3","price":"254000","area":"589"} , +{"type":"Feature","id":"n27439181","geometry":{"type":"Point","coordinates":[0.1028883,51.7107677]},"properties":{"@type":"node","@id":27439181,"@timestamp":1176857539},"coords":"51.7107677,0.1028883","bedrooms":"2","price":"282000","area":"629"} , +{"type":"Feature","id":"n27439194","geometry":{"type":"Point","coordinates":[0.1076841,51.7099234]},"properties":{"@type":"node","@id":27439194,"@timestamp":1184866618},"coords":"51.7099234,0.1076841","bedrooms":"4","price":"218000","area":"423"} , +{"type":"Feature","id":"n27439292","geometry":{"type":"Point","coordinates":[0.1143145,51.7055886]},"properties":{"@type":"node","@id":27439292,"@timestamp":1184866618},"coords":"51.7055886,0.1143145","bedrooms":"0","price":"184000","area":"599"} , +{"type":"Feature","id":"n27450703","geometry":{"type":"Point","coordinates":[0.1102268,51.6980019]},"properties":{"@type":"node","@id":27450703,"@timestamp":1327472697},"coords":"51.6980019,0.1102268","bedrooms":"4","price":"244000","area":"545"} , +{"type":"Feature","id":"n27453531","geometry":{"type":"Point","coordinates":[-0.1397576,51.7995611]},"properties":{"@type":"node","@id":27453531,"@timestamp":1529875848},"coords":"51.7995611,-0.1397576","bedrooms":"3","price":"258000","area":"688"} , +{"type":"Feature","id":"n27456744","geometry":{"type":"Point","coordinates":[-1.0261605,51.4413592]},"properties":{"@type":"node","@id":27456744,"@timestamp":1176930414},"coords":"51.4413592,-1.0261605","bedrooms":"2","price":"199000","area":"416"} , +{"type":"Feature","id":"n27456816","geometry":{"type":"Point","coordinates":[-1.0268741,51.4405203]},"properties":{"@type":"node","@id":27456816,"@timestamp":1247180729},"coords":"51.4405203,-1.0268741","bedrooms":"1","price":"173000","area":"368"} , +{"type":"Feature","id":"n27457173","geometry":{"type":"Point","coordinates":[-1.0296532,51.4403284]},"properties":{"@type":"node","@id":27457173,"@timestamp":1247180729},"coords":"51.4403284,-1.0296532","bedrooms":"4","price":"239000","area":"522"} , +{"type":"Feature","id":"n27457196","geometry":{"type":"Point","coordinates":[-1.0301224,51.4422602]},"properties":{"@type":"node","@id":27457196,"@timestamp":1176932010},"coords":"51.4422602,-1.0301224","bedrooms":"2","price":"273000","area":"355"} , +{"type":"Feature","id":"n27457219","geometry":{"type":"Point","coordinates":[-1.0252668,51.4428081]},"properties":{"@type":"node","@id":27457219,"@timestamp":1574416034},"coords":"51.4428081,-1.0252668","bedrooms":"3","price":"243000","area":"486"} , +{"type":"Feature","id":"n27457247","geometry":{"type":"Point","coordinates":[-1.0416024,51.4393149]},"properties":{"@type":"node","@id":27457247,"@timestamp":1176932049},"coords":"51.4393149,-1.0416024","bedrooms":"1","price":"262000","area":"462"} , +{"type":"Feature","id":"n27459160","geometry":{"type":"Point","coordinates":[-0.4992369,51.9487103]},"properties":{"@type":"node","@id":27459160,"@timestamp":1176935647},"coords":"51.9487103,-0.4992369","bedrooms":"0","price":"203000","area":"436"} , +{"type":"Feature","id":"n27459595","geometry":{"type":"Point","coordinates":[-0.9476224,51.3180973]},"properties":{"@type":"node","@id":27459595,"@timestamp":1179254156},"coords":"51.3180973,-0.9476224","bedrooms":"4","price":"208000","area":"440"} , +{"type":"Feature","id":"n27460311","geometry":{"type":"Point","coordinates":[-0.8882336,51.3518274]},"properties":{"@type":"node","@id":27460311,"@timestamp":1176939450},"coords":"51.3518274,-0.8882336","bedrooms":"3","price":"237000","area":"366"} , +{"type":"Feature","id":"n27460998","geometry":{"type":"Point","coordinates":[0.1174688,51.7026698]},"properties":{"@type":"node","@id":27460998,"@timestamp":1183484033},"coords":"51.7026698,0.1174688","bedrooms":"3","price":"212000","area":"571"} , +{"type":"Feature","id":"n27461203","geometry":{"type":"Point","coordinates":[0.0673866,51.6883719]},"properties":{"@type":"node","@id":27461203,"@timestamp":1176943804},"coords":"51.6883719,0.0673866","bedrooms":"4","price":"297000","area":"685"} , +{"type":"Feature","id":"n27461217","geometry":{"type":"Point","coordinates":[0.0874173,51.6896157]},"properties":{"@type":"node","@id":27461217,"@timestamp":1176943959},"coords":"51.6896157,0.0874173","bedrooms":"0","price":"219000","area":"389"} , +{"type":"Feature","id":"n27462687","geometry":{"type":"Point","coordinates":[-0.7667657,51.5195119]},"properties":{"@type":"node","@id":27462687,"@timestamp":1176972251},"coords":"51.5195119,-0.7667657","bedrooms":"4","price":"169000","area":"357"} , +{"type":"Feature","id":"n27462970","geometry":{"type":"Point","coordinates":[-0.3887489,51.6479434]},"properties":{"@type":"node","@id":27462970,"@timestamp":1564916369},"coords":"51.6479434,-0.3887489","bedrooms":"3","price":"168000","area":"441"} , +{"type":"Feature","id":"n27463393","geometry":{"type":"Point","coordinates":[-0.343662,51.6426533]},"properties":{"@type":"node","@id":27463393,"@timestamp":1614526717},"coords":"51.6426533,-0.343662","bedrooms":"3","price":"179000","area":"664"} , +{"type":"Feature","id":"n27467067","geometry":{"type":"Point","coordinates":[-0.1687007,51.4875167]},"properties":{"@type":"node","@id":27467067,"@timestamp":1612674144},"coords":"51.4875167,-0.1687007","bedrooms":"0","price":"245000","area":"621"} , +{"type":"Feature","id":"n27469108","geometry":{"type":"Point","coordinates":[0.8841599,51.1451241]},"properties":{"@type":"node","@id":27469108,"@timestamp":1177009049},"coords":"51.1451241,0.8841599","bedrooms":"1","price":"180000","area":"590"} , +{"type":"Feature","id":"n27469194","geometry":{"type":"Point","coordinates":[0.8951512,51.1345745]},"properties":{"@type":"node","@id":27469194,"@timestamp":1177009081},"coords":"51.1345745,0.8951512","bedrooms":"0","price":"161000","area":"687"} , +{"type":"Feature","id":"n27470003","geometry":{"type":"Point","coordinates":[-0.1853021,51.7429153]},"properties":{"@type":"node","@id":27470003,"@timestamp":1177010634},"coords":"51.7429153,-0.1853021","bedrooms":"3","price":"254000","area":"403"} , +{"type":"Feature","id":"n27470688","geometry":{"type":"Point","coordinates":[-0.1453479,51.8272069]},"properties":{"@type":"node","@id":27470688,"@timestamp":1177013115},"coords":"51.8272069,-0.1453479","bedrooms":"1","price":"195000","area":"365"} , +{"type":"Feature","id":"n27470698","geometry":{"type":"Point","coordinates":[-0.1399835,51.8252707]},"properties":{"@type":"node","@id":27470698,"@timestamp":1177013124},"coords":"51.8252707,-0.1399835","bedrooms":"3","price":"230000","area":"589"} , +{"type":"Feature","id":"n27470708","geometry":{"type":"Point","coordinates":[-0.1477083,51.8237587]},"properties":{"@type":"node","@id":27470708,"@timestamp":1177013133},"coords":"51.8237587,-0.1477083","bedrooms":"0","price":"250000","area":"443"} , +{"type":"Feature","id":"n27470718","geometry":{"type":"Point","coordinates":[-0.1443609,51.8200451]},"properties":{"@type":"node","@id":27470718,"@timestamp":1177013142},"coords":"51.8200451,-0.1443609","bedrooms":"0","price":"275000","area":"595"} , +{"type":"Feature","id":"n27470731","geometry":{"type":"Point","coordinates":[-0.137194,51.822963]},"properties":{"@type":"node","@id":27470731,"@timestamp":1177013153},"coords":"51.822963,-0.137194","bedrooms":"4","price":"197000","area":"644"} , +{"type":"Feature","id":"n27470746","geometry":{"type":"Point","coordinates":[-0.1351341,51.8272865]},"properties":{"@type":"node","@id":27470746,"@timestamp":1177013163},"coords":"51.8272865,-0.1351341","bedrooms":"1","price":"281000","area":"372"} , +{"type":"Feature","id":"n27470757","geometry":{"type":"Point","coordinates":[-0.1411422,51.8283739]},"properties":{"@type":"node","@id":27470757,"@timestamp":1177013171},"coords":"51.8283739,-0.1411422","bedrooms":"4","price":"181000","area":"449"} , +{"type":"Feature","id":"n27470772","geometry":{"type":"Point","coordinates":[-0.1410993,51.83092]},"properties":{"@type":"node","@id":27470772,"@timestamp":1177013198},"coords":"51.83092,-0.1410993","bedrooms":"2","price":"204000","area":"509"} , +{"type":"Feature","id":"n27470795","geometry":{"type":"Point","coordinates":[-0.6346841,51.5461184]},"properties":{"@type":"node","@id":27470795,"@timestamp":1177013256},"coords":"51.5461184,-0.6346841","bedrooms":"4","price":"152000","area":"565"} , +{"type":"Feature","id":"n27470994","geometry":{"type":"Point","coordinates":[-0.1462491,51.8357465]},"properties":{"@type":"node","@id":27470994,"@timestamp":1177013691},"coords":"51.8357465,-0.1462491","bedrooms":"0","price":"173000","area":"660"} , +{"type":"Feature","id":"n27471174","geometry":{"type":"Point","coordinates":[-0.6248423,51.5423295]},"properties":{"@type":"node","@id":27471174,"@timestamp":1177014372},"coords":"51.5423295,-0.6248423","bedrooms":"2","price":"183000","area":"570"} , +{"type":"Feature","id":"n27471187","geometry":{"type":"Point","coordinates":[-0.6295332,51.5469441]},"properties":{"@type":"node","@id":27471187,"@timestamp":1177014377},"coords":"51.5469441,-0.6295332","bedrooms":"3","price":"157000","area":"571"} , +{"type":"Feature","id":"n27471198","geometry":{"type":"Point","coordinates":[-0.6265966,51.5451898]},"properties":{"@type":"node","@id":27471198,"@timestamp":1177014384},"coords":"51.5451898,-0.6265966","bedrooms":"3","price":"234000","area":"415"} , +{"type":"Feature","id":"n27471208","geometry":{"type":"Point","coordinates":[-0.6341096,51.5431113]},"properties":{"@type":"node","@id":27471208,"@timestamp":1177014386},"coords":"51.5431113,-0.6341096","bedrooms":"4","price":"262000","area":"532"} , +{"type":"Feature","id":"n27471218","geometry":{"type":"Point","coordinates":[-0.625872,51.545247]},"properties":{"@type":"node","@id":27471218,"@timestamp":1177014387},"coords":"51.545247,-0.625872","bedrooms":"0","price":"271000","area":"530"} , +{"type":"Feature","id":"n27472005","geometry":{"type":"Point","coordinates":[-0.6176344,51.2190078]},"properties":{"@type":"node","@id":27472005,"@timestamp":1177016831},"coords":"51.2190078,-0.6176344","bedrooms":"0","price":"167000","area":"684"} , +{"type":"Feature","id":"n27475833","geometry":{"type":"Point","coordinates":[0.1310408,51.6956345]},"properties":{"@type":"node","@id":27475833,"@timestamp":1177029103},"coords":"51.6956345,0.1310408","bedrooms":"1","price":"168000","area":"354"} , +{"type":"Feature","id":"n27475989","geometry":{"type":"Point","coordinates":[0.1326072,51.689037]},"properties":{"@type":"node","@id":27475989,"@timestamp":1177029757},"coords":"51.689037,0.1326072","bedrooms":"0","price":"242000","area":"542"} , +{"type":"Feature","id":"n27476208","geometry":{"type":"Point","coordinates":[-0.2996477,51.5071121]},"properties":{"@type":"node","@id":27476208,"@timestamp":1191174964},"coords":"51.5071121,-0.2996477","bedrooms":"0","price":"184000","area":"657"} , +{"type":"Feature","id":"n27476397","geometry":{"type":"Point","coordinates":[0.1118791,51.688618]},"properties":{"@type":"node","@id":27476397,"@timestamp":1177030879},"coords":"51.688618,0.1118791","bedrooms":"4","price":"298000","area":"431"} , +{"type":"Feature","id":"n27477165","geometry":{"type":"Point","coordinates":[-0.297341,51.5135494]},"properties":{"@type":"node","@id":27477165,"@timestamp":1621177018},"coords":"51.5135494,-0.297341","bedrooms":"2","price":"222000","area":"560"} , +{"type":"Feature","id":"n27480480","geometry":{"type":"Point","coordinates":[0.2169326,51.5795351]},"properties":{"@type":"node","@id":27480480,"@timestamp":1177063122},"coords":"51.5795351,0.2169326","bedrooms":"0","price":"279000","area":"394"} , +{"type":"Feature","id":"n27480507","geometry":{"type":"Point","coordinates":[0.2157911,51.5758874]},"properties":{"@type":"node","@id":27480507,"@timestamp":1183582143},"coords":"51.5758874,0.2157911","bedrooms":"1","price":"215000","area":"592"} , +{"type":"Feature","id":"n27480524","geometry":{"type":"Point","coordinates":[0.2038005,51.5829819]},"properties":{"@type":"node","@id":27480524,"@timestamp":1177064032},"coords":"51.5829819,0.2038005","bedrooms":"2","price":"278000","area":"587"} , +{"type":"Feature","id":"n27480545","geometry":{"type":"Point","coordinates":[0.1961509,51.5848619]},"properties":{"@type":"node","@id":27480545,"@timestamp":1177064247},"coords":"51.5848619,0.1961509","bedrooms":"0","price":"151000","area":"670"} , +{"type":"Feature","id":"n27480555","geometry":{"type":"Point","coordinates":[0.1962474,51.5829153]},"properties":{"@type":"node","@id":27480555,"@timestamp":1177064294},"coords":"51.5829153,0.1962474","bedrooms":"0","price":"297000","area":"387"} , +{"type":"Feature","id":"n27480628","geometry":{"type":"Point","coordinates":[0.1970306,51.5816352]},"properties":{"@type":"node","@id":27480628,"@timestamp":1177064406},"coords":"51.5816352,0.1970306","bedrooms":"4","price":"159000","area":"649"} , +{"type":"Feature","id":"n27480642","geometry":{"type":"Point","coordinates":[0.2062467,51.5841819]},"properties":{"@type":"node","@id":27480642,"@timestamp":1177064572},"coords":"51.5841819,0.2062467","bedrooms":"4","price":"284000","area":"498"} , +{"type":"Feature","id":"n27480662","geometry":{"type":"Point","coordinates":[0.2068797,51.5872684]},"properties":{"@type":"node","@id":27480662,"@timestamp":1177064691},"coords":"51.5872684,0.2068797","bedrooms":"1","price":"298000","area":"425"} , +{"type":"Feature","id":"n27480681","geometry":{"type":"Point","coordinates":[0.2117184,51.5912279]},"properties":{"@type":"node","@id":27480681,"@timestamp":1177064911},"coords":"51.5912279,0.2117184","bedrooms":"1","price":"266000","area":"406"} , +{"type":"Feature","id":"n27480691","geometry":{"type":"Point","coordinates":[0.2112463,51.5914745]},"properties":{"@type":"node","@id":27480691,"@timestamp":1177064929},"coords":"51.5914745,0.2112463","bedrooms":"0","price":"225000","area":"563"} , +{"type":"Feature","id":"n27480702","geometry":{"type":"Point","coordinates":[0.2141002,51.588415]},"properties":{"@type":"node","@id":27480702,"@timestamp":1177064978},"coords":"51.588415,0.2141002","bedrooms":"3","price":"253000","area":"524"} , +{"type":"Feature","id":"n27480712","geometry":{"type":"Point","coordinates":[0.2127806,51.5881617]},"properties":{"@type":"node","@id":27480712,"@timestamp":1177065038},"coords":"51.5881617,0.2127806","bedrooms":"3","price":"222000","area":"665"} , +{"type":"Feature","id":"n27480723","geometry":{"type":"Point","coordinates":[0.2135638,51.5861485]},"properties":{"@type":"node","@id":27480723,"@timestamp":1177065171},"coords":"51.5861485,0.2135638","bedrooms":"0","price":"280000","area":"522"} , +{"type":"Feature","id":"n27480762","geometry":{"type":"Point","coordinates":[0.2054849,51.5894948]},"properties":{"@type":"node","@id":27480762,"@timestamp":1177065593},"coords":"51.5894948,0.2054849","bedrooms":"0","price":"171000","area":"671"} , +{"type":"Feature","id":"n27481760","geometry":{"type":"Point","coordinates":[-0.2162893,51.5184176]},"properties":{"@type":"node","@id":27481760,"@timestamp":1564916369},"coords":"51.5184176,-0.2162893","bedrooms":"4","price":"208000","area":"368"} , +{"type":"Feature","id":"n27485718","geometry":{"type":"Point","coordinates":[-0.726933,51.2725477]},"properties":{"@type":"node","@id":27485718,"@timestamp":1177091016},"coords":"51.2725477,-0.726933","bedrooms":"2","price":"151000","area":"547"} , +{"type":"Feature","id":"n27485896","geometry":{"type":"Point","coordinates":[0.2128777,51.3676322]},"properties":{"@type":"node","@id":27485896,"@timestamp":1198860038},"coords":"51.3676322,0.2128777","bedrooms":"4","price":"247000","area":"418"} , +{"type":"Feature","id":"n27487062","geometry":{"type":"Point","coordinates":[0.2811302,51.5031964]},"properties":{"@type":"node","@id":27487062,"@timestamp":1181858571},"coords":"51.5031964,0.2811302","bedrooms":"1","price":"178000","area":"441"} , +{"type":"Feature","id":"n27494024","geometry":{"type":"Point","coordinates":[0.0176183,51.4865816]},"properties":{"@type":"node","@id":27494024,"@timestamp":1635306527},"coords":"51.4865816,0.0176183","bedrooms":"0","price":"283000","area":"611"} , +{"type":"Feature","id":"n27496508","geometry":{"type":"Point","coordinates":[0.1209986,51.7056485]},"properties":{"@type":"node","@id":27496508,"@timestamp":1177116392},"coords":"51.7056485,0.1209986","bedrooms":"1","price":"264000","area":"376"} , +{"type":"Feature","id":"n27504959","geometry":{"type":"Point","coordinates":[0.8714106,51.1578712]},"properties":{"@type":"node","@id":27504959,"@timestamp":1177165797},"coords":"51.1578712,0.8714106","bedrooms":"2","price":"181000","area":"452"} , +{"type":"Feature","id":"n27505972","geometry":{"type":"Point","coordinates":[0.8981964,51.1402397]},"properties":{"@type":"node","@id":27505972,"@timestamp":1177168988},"coords":"51.1402397,0.8981964","bedrooms":"1","price":"182000","area":"605"} , +{"type":"Feature","id":"n27508257","geometry":{"type":"Point","coordinates":[-0.6761035,50.9780139]},"properties":{"@type":"node","@id":27508257,"@timestamp":1177174842},"coords":"50.9780139,-0.6761035","bedrooms":"3","price":"200000","area":"398"} , +{"type":"Feature","id":"n27508501","geometry":{"type":"Point","coordinates":[-0.9008853,50.9486627]},"properties":{"@type":"node","@id":27508501,"@timestamp":1177174916},"coords":"50.9486627,-0.9008853","bedrooms":"1","price":"179000","area":"418"} , +{"type":"Feature","id":"n27509168","geometry":{"type":"Point","coordinates":[-0.0555905,51.4983593]},"properties":{"@type":"node","@id":27509168,"@timestamp":1177178763},"coords":"51.4983593,-0.0555905","bedrooms":"0","price":"201000","area":"529"} , +{"type":"Feature","id":"n27509178","geometry":{"type":"Point","coordinates":[-0.0544532,51.4952334]},"properties":{"@type":"node","@id":27509178,"@timestamp":1194455514},"coords":"51.4952334,-0.0544532","bedrooms":"1","price":"254000","area":"672"} , +{"type":"Feature","id":"n27509235","geometry":{"type":"Point","coordinates":[0.0990811,51.4277517]},"properties":{"@type":"node","@id":27509235,"@timestamp":1177178913},"coords":"51.4277517,0.0990811","bedrooms":"2","price":"244000","area":"686"} , +{"type":"Feature","id":"n27509358","geometry":{"type":"Point","coordinates":[0.3402566,51.4779041]},"properties":{"@type":"node","@id":27509358,"@timestamp":1187633937},"coords":"51.4779041,0.3402566","bedrooms":"3","price":"228000","area":"673"} , +{"type":"Feature","id":"n27509393","geometry":{"type":"Point","coordinates":[0.335732,51.4775391]},"properties":{"@type":"node","@id":27509393,"@timestamp":1187633901},"coords":"51.4775391,0.335732","bedrooms":"1","price":"175000","area":"360"} , +{"type":"Feature","id":"n27510320","geometry":{"type":"Point","coordinates":[-0.1825216,51.4751379]},"properties":{"@type":"node","@id":27510320,"@timestamp":1614526563},"coords":"51.4751379,-0.1825216","bedrooms":"1","price":"273000","area":"568"} , +{"type":"Feature","id":"n27511766","geometry":{"type":"Point","coordinates":[-0.8110734,51.8162774]},"properties":{"@type":"node","@id":27511766,"@timestamp":1177188141},"coords":"51.8162774,-0.8110734","bedrooms":"1","price":"248000","area":"415"} , +{"type":"Feature","id":"n27512261","geometry":{"type":"Point","coordinates":[-0.8109613,51.8154934]},"properties":{"@type":"node","@id":27512261,"@timestamp":1582476316},"coords":"51.8154934,-0.8109613","bedrooms":"4","price":"257000","area":"438"} , +{"type":"Feature","id":"n27513537","geometry":{"type":"Point","coordinates":[-0.0412547,51.4851377]},"properties":{"@type":"node","@id":27513537,"@timestamp":1591338357},"coords":"51.4851377,-0.0412547","bedrooms":"0","price":"164000","area":"672"} , +{"type":"Feature","id":"n27513580","geometry":{"type":"Point","coordinates":[-0.0419269,51.4872353]},"properties":{"@type":"node","@id":27513580,"@timestamp":1194454990},"coords":"51.4872353,-0.0419269","bedrooms":"1","price":"202000","area":"421"} , +{"type":"Feature","id":"n27514427","geometry":{"type":"Point","coordinates":[0.6209325,51.3607845]},"properties":{"@type":"node","@id":27514427,"@timestamp":1459075835},"coords":"51.3607845,0.6209325","bedrooms":"1","price":"184000","area":"618"} , +{"type":"Feature","id":"n27515357","geometry":{"type":"Point","coordinates":[0.5558237,51.3031635]},"properties":{"@type":"node","@id":27515357,"@timestamp":1234905223},"coords":"51.3031635,0.5558237","bedrooms":"4","price":"298000","area":"412"} , +{"type":"Feature","id":"n27515381","geometry":{"type":"Point","coordinates":[0.5690836,51.2947575]},"properties":{"@type":"node","@id":27515381,"@timestamp":1177196566},"coords":"51.2947575,0.5690836","bedrooms":"2","price":"282000","area":"577"} , +{"type":"Feature","id":"n27529090","geometry":{"type":"Point","coordinates":[-1.0400993,51.5319108]},"properties":{"@type":"node","@id":27529090,"@timestamp":1177238941},"coords":"51.5319108,-1.0400993","bedrooms":"1","price":"199000","area":"690"} , +{"type":"Feature","id":"n27529102","geometry":{"type":"Point","coordinates":[-1.0290049,51.5213376]},"properties":{"@type":"node","@id":27529102,"@timestamp":1177238942},"coords":"51.5213376,-1.0290049","bedrooms":"0","price":"164000","area":"600"} , +{"type":"Feature","id":"n27529122","geometry":{"type":"Point","coordinates":[-1.0198718,51.5084838]},"properties":{"@type":"node","@id":27529122,"@timestamp":1177239183},"coords":"51.5084838,-1.0198718","bedrooms":"1","price":"253000","area":"387"} , +{"type":"Feature","id":"n27529310","geometry":{"type":"Point","coordinates":[-0.9836344,51.5451304]},"properties":{"@type":"node","@id":27529310,"@timestamp":1177240640},"coords":"51.5451304,-0.9836344","bedrooms":"2","price":"261000","area":"647"} , +{"type":"Feature","id":"n27529321","geometry":{"type":"Point","coordinates":[-0.9857945,51.5312549]},"properties":{"@type":"node","@id":27529321,"@timestamp":1177240643},"coords":"51.5312549,-0.9857945","bedrooms":"4","price":"247000","area":"584"} , +{"type":"Feature","id":"n27533188","geometry":{"type":"Point","coordinates":[-0.8152185,51.8203579]},"properties":{"@type":"node","@id":27533188,"@timestamp":1412462558},"coords":"51.8203579,-0.8152185","bedrooms":"3","price":"255000","area":"660"} , +{"type":"Feature","id":"n27533638","geometry":{"type":"Point","coordinates":[0.8508343,51.1680482]},"properties":{"@type":"node","@id":27533638,"@timestamp":1177256072},"coords":"51.1680482,0.8508343","bedrooms":"4","price":"150000","area":"523"} , +{"type":"Feature","id":"n27533734","geometry":{"type":"Point","coordinates":[0.8525149,51.1637851]},"properties":{"@type":"node","@id":27533734,"@timestamp":1222955341},"coords":"51.1637851,0.8525149","bedrooms":"1","price":"298000","area":"567"} , +{"type":"Feature","id":"n27533753","geometry":{"type":"Point","coordinates":[0.8549356,51.1621798]},"properties":{"@type":"node","@id":27533753,"@timestamp":1177256130},"coords":"51.1621798,0.8549356","bedrooms":"0","price":"187000","area":"525"} , +{"type":"Feature","id":"n27533838","geometry":{"type":"Point","coordinates":[0.8514394,51.1607767]},"properties":{"@type":"node","@id":27533838,"@timestamp":1350232720},"coords":"51.1607767,0.8514394","bedrooms":"3","price":"224000","area":"615"} , +{"type":"Feature","id":"n27533853","geometry":{"type":"Point","coordinates":[0.8464501,51.1591374]},"properties":{"@type":"node","@id":27533853,"@timestamp":1177256151},"coords":"51.1591374,0.8464501","bedrooms":"0","price":"287000","area":"595"} , +{"type":"Feature","id":"n27533962","geometry":{"type":"Point","coordinates":[0.8555775,51.1585597]},"properties":{"@type":"node","@id":27533962,"@timestamp":1350232724},"coords":"51.1585597,0.8555775","bedrooms":"1","price":"221000","area":"547"} , +{"type":"Feature","id":"n27534256","geometry":{"type":"Point","coordinates":[-0.8103102,51.8249668]},"properties":{"@type":"node","@id":27534256,"@timestamp":1529156798},"coords":"51.8249668,-0.8103102","bedrooms":"1","price":"226000","area":"491"} , +{"type":"Feature","id":"n27536173","geometry":{"type":"Point","coordinates":[-1.1146696,51.9130261]},"properties":{"@type":"node","@id":27536173,"@timestamp":1177262213},"coords":"51.9130261,-1.1146696","bedrooms":"2","price":"251000","area":"433"} , +{"type":"Feature","id":"n27539738","geometry":{"type":"Point","coordinates":[-0.2893289,51.6398941]},"properties":{"@type":"node","@id":27539738,"@timestamp":1177271800},"coords":"51.6398941,-0.2893289","bedrooms":"1","price":"235000","area":"528"} , +{"type":"Feature","id":"n27541876","geometry":{"type":"Point","coordinates":[-0.8033282,51.8248719]},"properties":{"@type":"node","@id":27541876,"@timestamp":1177276176},"coords":"51.8248719,-0.8033282","bedrooms":"1","price":"276000","area":"593"} , +{"type":"Feature","id":"n27546435","geometry":{"type":"Point","coordinates":[-0.2991458,51.7790463]},"properties":{"@type":"node","@id":27546435,"@timestamp":1177284973},"coords":"51.7790463,-0.2991458","bedrooms":"0","price":"247000","area":"598"} , +{"type":"Feature","id":"n27551757","geometry":{"type":"Point","coordinates":[-0.326997,51.3768988]},"properties":{"@type":"node","@id":27551757,"@timestamp":1323807878},"coords":"51.3768988,-0.326997","bedrooms":"0","price":"242000","area":"689"} , +{"type":"Feature","id":"n27553734","geometry":{"type":"Point","coordinates":[-0.0925416,51.4745706]},"properties":{"@type":"node","@id":27553734,"@timestamp":1541641894},"coords":"51.4745706,-0.0925416","bedrooms":"4","price":"195000","area":"364"} , +{"type":"Feature","id":"n27555012","geometry":{"type":"Point","coordinates":[-0.7787281,51.8202753]},"properties":{"@type":"node","@id":27555012,"@timestamp":1382970808},"coords":"51.8202753,-0.7787281","bedrooms":"4","price":"288000","area":"458"} , +{"type":"Feature","id":"n27555050","geometry":{"type":"Point","coordinates":[-0.8033747,51.8191223]},"properties":{"@type":"node","@id":27555050,"@timestamp":1597241392},"coords":"51.8191223,-0.8033747","bedrooms":"0","price":"203000","area":"607"} , +{"type":"Feature","id":"n27556983","geometry":{"type":"Point","coordinates":[0.2298287,51.7189091]},"properties":{"@type":"node","@id":27556983,"@timestamp":1177349042},"coords":"51.7189091,0.2298287","bedrooms":"2","price":"214000","area":"485"} , +{"type":"Feature","id":"n27557014","geometry":{"type":"Point","coordinates":[0.2338842,51.7201387]},"properties":{"@type":"node","@id":27557014,"@timestamp":1177349105},"coords":"51.7201387,0.2338842","bedrooms":"2","price":"266000","area":"431"} , +{"type":"Feature","id":"n27557030","geometry":{"type":"Point","coordinates":[0.2329508,51.7216408]},"properties":{"@type":"node","@id":27557030,"@timestamp":1177349121},"coords":"51.7216408,0.2329508","bedrooms":"0","price":"191000","area":"479"} , +{"type":"Feature","id":"n27557074","geometry":{"type":"Point","coordinates":[0.2342382,51.7260671]},"properties":{"@type":"node","@id":27557074,"@timestamp":1177349932},"coords":"51.7260671,0.2342382","bedrooms":"0","price":"236000","area":"376"} , +{"type":"Feature","id":"n27557522","geometry":{"type":"Point","coordinates":[0.2336911,51.7261003]},"properties":{"@type":"node","@id":27557522,"@timestamp":1177353721},"coords":"51.7261003,0.2336911","bedrooms":"0","price":"214000","area":"544"} , +{"type":"Feature","id":"n27558147","geometry":{"type":"Point","coordinates":[0.2333585,51.7263362]},"properties":{"@type":"node","@id":27558147,"@timestamp":1177354516},"coords":"51.7263362,0.2333585","bedrooms":"2","price":"200000","area":"505"} , +{"type":"Feature","id":"n27558157","geometry":{"type":"Point","coordinates":[0.2282301,51.7270274]},"properties":{"@type":"node","@id":27558157,"@timestamp":1177354488},"coords":"51.7270274,0.2282301","bedrooms":"1","price":"254000","area":"609"} , +{"type":"Feature","id":"n27558190","geometry":{"type":"Point","coordinates":[0.2271143,51.7257913]},"properties":{"@type":"node","@id":27558190,"@timestamp":1177354594},"coords":"51.7257913,0.2271143","bedrooms":"4","price":"202000","area":"570"} , +{"type":"Feature","id":"n27558270","geometry":{"type":"Point","coordinates":[0.2471343,51.7065279]},"properties":{"@type":"node","@id":27558270,"@timestamp":1177354839},"coords":"51.7065279,0.2471343","bedrooms":"3","price":"256000","area":"475"} , +{"type":"Feature","id":"n27558479","geometry":{"type":"Point","coordinates":[0.2778241,51.6939061]},"properties":{"@type":"node","@id":27558479,"@timestamp":1177355716},"coords":"51.6939061,0.2778241","bedrooms":"2","price":"273000","area":"698"} , +{"type":"Feature","id":"n27558528","geometry":{"type":"Point","coordinates":[0.273082,51.6961572]},"properties":{"@type":"node","@id":27558528,"@timestamp":1177355787},"coords":"51.6961572,0.273082","bedrooms":"0","price":"240000","area":"426"} , +{"type":"Feature","id":"n27558538","geometry":{"type":"Point","coordinates":[0.2702764,51.6965629]},"properties":{"@type":"node","@id":27558538,"@timestamp":1177355867},"coords":"51.6965629,0.2702764","bedrooms":"0","price":"203000","area":"504"} , +{"type":"Feature","id":"n27558549","geometry":{"type":"Point","coordinates":[0.2673045,51.6959677]},"properties":{"@type":"node","@id":27558549,"@timestamp":1177355925},"coords":"51.6959677,0.2673045","bedrooms":"3","price":"193000","area":"652"} , +{"type":"Feature","id":"n27558572","geometry":{"type":"Point","coordinates":[0.2617791,51.6944714]},"properties":{"@type":"node","@id":27558572,"@timestamp":1177356472},"coords":"51.6944714,0.2617791","bedrooms":"4","price":"219000","area":"513"} , +{"type":"Feature","id":"n27559498","geometry":{"type":"Point","coordinates":[0.2587482,51.6947607]},"properties":{"@type":"node","@id":27559498,"@timestamp":1177357518},"coords":"51.6947607,0.2587482","bedrooms":"0","price":"158000","area":"385"} , +{"type":"Feature","id":"n27560065","geometry":{"type":"Point","coordinates":[0.2815792,51.6905276]},"properties":{"@type":"node","@id":27560065,"@timestamp":1177359028},"coords":"51.6905276,0.2815792","bedrooms":"3","price":"159000","area":"630"} , +{"type":"Feature","id":"n27560097","geometry":{"type":"Point","coordinates":[-0.6546204,51.5321918]},"properties":{"@type":"node","@id":27560097,"@timestamp":1196527394},"coords":"51.5321918,-0.6546204","bedrooms":"4","price":"299000","area":"420"} , +{"type":"Feature","id":"n27561567","geometry":{"type":"Point","coordinates":[0.2046825,51.1297088]},"properties":{"@type":"node","@id":27561567,"@timestamp":1177364770},"coords":"51.1297088,0.2046825","bedrooms":"3","price":"256000","area":"383"} , +{"type":"Feature","id":"n27561673","geometry":{"type":"Point","coordinates":[0.207251,51.1238127]},"properties":{"@type":"node","@id":27561673,"@timestamp":1177364995},"coords":"51.1238127,0.207251","bedrooms":"3","price":"182000","area":"509"} , +{"type":"Feature","id":"n27561802","geometry":{"type":"Point","coordinates":[0.2068836,51.1106905]},"properties":{"@type":"node","@id":27561802,"@timestamp":1177365164},"coords":"51.1106905,0.2068836","bedrooms":"3","price":"177000","area":"679"} , +{"type":"Feature","id":"n27561879","geometry":{"type":"Point","coordinates":[0.1891846,51.1120899]},"properties":{"@type":"node","@id":27561879,"@timestamp":1177365195},"coords":"51.1120899,0.1891846","bedrooms":"4","price":"253000","area":"429"} , +{"type":"Feature","id":"n27562282","geometry":{"type":"Point","coordinates":[0.0187295,51.6906502]},"properties":{"@type":"node","@id":27562282,"@timestamp":1205507494},"coords":"51.6906502,0.0187295","bedrooms":"4","price":"207000","area":"593"} , +{"type":"Feature","id":"n27562292","geometry":{"type":"Point","coordinates":[0.0086323,51.6917662]},"properties":{"@type":"node","@id":27562292,"@timestamp":1177366591},"coords":"51.6917662,0.0086323","bedrooms":"1","price":"167000","area":"602"} , +{"type":"Feature","id":"n27562316","geometry":{"type":"Point","coordinates":[-0.0103148,51.6841704]},"properties":{"@type":"node","@id":27562316,"@timestamp":1194374378},"coords":"51.6841704,-0.0103148","bedrooms":"3","price":"269000","area":"441"} , +{"type":"Feature","id":"n27562524","geometry":{"type":"Point","coordinates":[0.0098908,51.676491]},"properties":{"@type":"node","@id":27562524,"@timestamp":1205662856},"coords":"51.676491,0.0098908","bedrooms":"1","price":"273000","area":"425"} , +{"type":"Feature","id":"n27562755","geometry":{"type":"Point","coordinates":[-1.0558417,51.2140375]},"properties":{"@type":"node","@id":27562755,"@timestamp":1177367486},"coords":"51.2140375,-1.0558417","bedrooms":"1","price":"240000","area":"439"} , +{"type":"Feature","id":"n27563562","geometry":{"type":"Point","coordinates":[-0.009478,51.6887401]},"properties":{"@type":"node","@id":27563562,"@timestamp":1177369667},"coords":"51.6887401,-0.009478","bedrooms":"4","price":"256000","area":"693"} , +{"type":"Feature","id":"n27563572","geometry":{"type":"Point","coordinates":[-0.009714,51.6876293]},"properties":{"@type":"node","@id":27563572,"@timestamp":1177369692},"coords":"51.6876293,-0.009714","bedrooms":"0","price":"223000","area":"542"} , +{"type":"Feature","id":"n27564059","geometry":{"type":"Point","coordinates":[-0.0107833,51.6912777]},"properties":{"@type":"node","@id":27564059,"@timestamp":1177370836},"coords":"51.6912777,-0.0107833","bedrooms":"2","price":"186000","area":"513"} , +{"type":"Feature","id":"n27568827","geometry":{"type":"Point","coordinates":[0.0508548,51.424251]},"properties":{"@type":"node","@id":27568827,"@timestamp":1542570391},"coords":"51.424251,0.0508548","bedrooms":"0","price":"291000","area":"430"} , +{"type":"Feature","id":"n27577505","geometry":{"type":"Point","coordinates":[-0.6489214,51.5308561]},"properties":{"@type":"node","@id":27577505,"@timestamp":1177395803},"coords":"51.5308561,-0.6489214","bedrooms":"4","price":"209000","area":"598"} , +{"type":"Feature","id":"n27581626","geometry":{"type":"Point","coordinates":[-0.8150525,51.7945835]},"properties":{"@type":"node","@id":27581626,"@timestamp":1177405508},"coords":"51.7945835,-0.8150525","bedrooms":"0","price":"282000","area":"566"} , +{"type":"Feature","id":"n27581637","geometry":{"type":"Point","coordinates":[-0.8144497,51.7949]},"properties":{"@type":"node","@id":27581637,"@timestamp":1177405509},"coords":"51.7949,-0.8144497","bedrooms":"2","price":"229000","area":"503"} , +{"type":"Feature","id":"n27581647","geometry":{"type":"Point","coordinates":[-0.8144932,51.7948755]},"properties":{"@type":"node","@id":27581647,"@timestamp":1177405510},"coords":"51.7948755,-0.8144932","bedrooms":"0","price":"251000","area":"426"} , +{"type":"Feature","id":"n27582466","geometry":{"type":"Point","coordinates":[0.1391814,51.1095699]},"properties":{"@type":"node","@id":27582466,"@timestamp":1177407094},"coords":"51.1095699,0.1391814","bedrooms":"2","price":"282000","area":"621"} , +{"type":"Feature","id":"n27582481","geometry":{"type":"Point","coordinates":[0.1416118,51.1128034]},"properties":{"@type":"node","@id":27582481,"@timestamp":1177407106},"coords":"51.1128034,0.1416118","bedrooms":"0","price":"194000","area":"486"} , +{"type":"Feature","id":"n27582501","geometry":{"type":"Point","coordinates":[0.133409,51.1156519]},"properties":{"@type":"node","@id":27582501,"@timestamp":1177407145},"coords":"51.1156519,0.133409","bedrooms":"2","price":"268000","area":"599"} , +{"type":"Feature","id":"n27582527","geometry":{"type":"Point","coordinates":[0.1263411,51.1213602]},"properties":{"@type":"node","@id":27582527,"@timestamp":1177407148},"coords":"51.1213602,0.1263411","bedrooms":"4","price":"268000","area":"660"} , +{"type":"Feature","id":"n27582538","geometry":{"type":"Point","coordinates":[0.1274661,51.1283411]},"properties":{"@type":"node","@id":27582538,"@timestamp":1177407149},"coords":"51.1283411,0.1274661","bedrooms":"0","price":"173000","area":"463"} , +{"type":"Feature","id":"n27582846","geometry":{"type":"Point","coordinates":[0.1271896,51.1359487]},"properties":{"@type":"node","@id":27582846,"@timestamp":1177409035},"coords":"51.1359487,0.1271896","bedrooms":"3","price":"189000","area":"568"} , +{"type":"Feature","id":"n27582880","geometry":{"type":"Point","coordinates":[0.2843848,51.6898324]},"properties":{"@type":"node","@id":27582880,"@timestamp":1177409251},"coords":"51.6898324,0.2843848","bedrooms":"4","price":"294000","area":"372"} , +{"type":"Feature","id":"n27582976","geometry":{"type":"Point","coordinates":[0.1488477,51.143683]},"properties":{"@type":"node","@id":27582976,"@timestamp":1177409357},"coords":"51.143683,0.1488477","bedrooms":"4","price":"171000","area":"695"} , +{"type":"Feature","id":"n27583016","geometry":{"type":"Point","coordinates":[0.2784732,51.690963]},"properties":{"@type":"node","@id":27583016,"@timestamp":1177409765},"coords":"51.690963,0.2784732","bedrooms":"3","price":"200000","area":"530"} , +{"type":"Feature","id":"n27583060","geometry":{"type":"Point","coordinates":[0.2710274,51.690411]},"properties":{"@type":"node","@id":27583060,"@timestamp":1177409885},"coords":"51.690411,0.2710274","bedrooms":"4","price":"185000","area":"466"} , +{"type":"Feature","id":"n27583119","geometry":{"type":"Point","coordinates":[0.2634957,51.6884689]},"properties":{"@type":"node","@id":27583119,"@timestamp":1177410204},"coords":"51.6884689,0.2634957","bedrooms":"4","price":"244000","area":"628"} , +{"type":"Feature","id":"n27583214","geometry":{"type":"Point","coordinates":[0.2566937,51.6996216]},"properties":{"@type":"node","@id":27583214,"@timestamp":1177411642},"coords":"51.6996216,0.2566937","bedrooms":"1","price":"275000","area":"550"} , +{"type":"Feature","id":"n27583224","geometry":{"type":"Point","coordinates":[0.2554706,51.7007587]},"properties":{"@type":"node","@id":27583224,"@timestamp":1177411654},"coords":"51.7007587,0.2554706","bedrooms":"2","price":"279000","area":"526"} , +{"type":"Feature","id":"n27583234","geometry":{"type":"Point","coordinates":[0.2590325,51.7007254]},"properties":{"@type":"node","@id":27583234,"@timestamp":1177411742},"coords":"51.7007254,0.2590325","bedrooms":"4","price":"169000","area":"416"} , +{"type":"Feature","id":"n27583245","geometry":{"type":"Point","coordinates":[0.2578202,51.7055526]},"properties":{"@type":"node","@id":27583245,"@timestamp":1177411817},"coords":"51.7055526,0.2578202","bedrooms":"0","price":"238000","area":"467"} , +{"type":"Feature","id":"n27583259","geometry":{"type":"Point","coordinates":[0.2631846,51.7073876]},"properties":{"@type":"node","@id":27583259,"@timestamp":1177411974},"coords":"51.7073876,0.2631846","bedrooms":"1","price":"229000","area":"436"} , +{"type":"Feature","id":"n27583273","geometry":{"type":"Point","coordinates":[0.2657595,51.7084846]},"properties":{"@type":"node","@id":27583273,"@timestamp":1177411999},"coords":"51.7084846,0.2657595","bedrooms":"0","price":"256000","area":"418"} , +{"type":"Feature","id":"n27583284","geometry":{"type":"Point","coordinates":[0.2665213,51.7094486]},"properties":{"@type":"node","@id":27583284,"@timestamp":1177412206},"coords":"51.7094486,0.2665213","bedrooms":"3","price":"280000","area":"400"} , +{"type":"Feature","id":"n27583296","geometry":{"type":"Point","coordinates":[0.2716926,51.710858]},"properties":{"@type":"node","@id":27583296,"@timestamp":1177412254},"coords":"51.710858,0.2716926","bedrooms":"2","price":"229000","area":"538"} , +{"type":"Feature","id":"n27583311","geometry":{"type":"Point","coordinates":[0.2803615,51.7129786]},"properties":{"@type":"node","@id":27583311,"@timestamp":1177412323},"coords":"51.7129786,0.2803615","bedrooms":"0","price":"263000","area":"599"} , +{"type":"Feature","id":"n27583330","geometry":{"type":"Point","coordinates":[0.2867988,51.715272]},"properties":{"@type":"node","@id":27583330,"@timestamp":1177412454},"coords":"51.715272,0.2867988","bedrooms":"1","price":"237000","area":"439"} , +{"type":"Feature","id":"n27583349","geometry":{"type":"Point","coordinates":[0.1545122,51.1449893]},"properties":{"@type":"node","@id":27583349,"@timestamp":1177412669},"coords":"51.1449893,0.1545122","bedrooms":"0","price":"225000","area":"478"} , +{"type":"Feature","id":"n27583359","geometry":{"type":"Point","coordinates":[0.1559543,51.1478076]},"properties":{"@type":"node","@id":27583359,"@timestamp":1177412670},"coords":"51.1478076,0.1559543","bedrooms":"0","price":"205000","area":"470"} , +{"type":"Feature","id":"n27583370","geometry":{"type":"Point","coordinates":[0.1544594,51.1518482]},"properties":{"@type":"node","@id":27583370,"@timestamp":1177412671},"coords":"51.1518482,0.1544594","bedrooms":"2","price":"228000","area":"371"} , +{"type":"Feature","id":"n27583390","geometry":{"type":"Point","coordinates":[0.1571544,51.160768]},"properties":{"@type":"node","@id":27583390,"@timestamp":1177412673},"coords":"51.160768,0.1571544","bedrooms":"4","price":"293000","area":"421"} , +{"type":"Feature","id":"n27583401","geometry":{"type":"Point","coordinates":[0.1643796,51.1647631]},"properties":{"@type":"node","@id":27583401,"@timestamp":1177412674},"coords":"51.1647631,0.1643796","bedrooms":"3","price":"284000","area":"475"} , +{"type":"Feature","id":"n27583411","geometry":{"type":"Point","coordinates":[0.1758975,51.1649701]},"properties":{"@type":"node","@id":27583411,"@timestamp":1213620515},"coords":"51.1649701,0.1758975","bedrooms":"1","price":"244000","area":"688"} , +{"type":"Feature","id":"n27583430","geometry":{"type":"Point","coordinates":[0.2929142,51.7154847]},"properties":{"@type":"node","@id":27583430,"@timestamp":1177412686},"coords":"51.7154847,0.2929142","bedrooms":"0","price":"217000","area":"540"} , +{"type":"Feature","id":"n27583471","geometry":{"type":"Point","coordinates":[0.2627984,51.7169869]},"properties":{"@type":"node","@id":27583471,"@timestamp":1177412954},"coords":"51.7169869,0.2627984","bedrooms":"4","price":"151000","area":"698"} , +{"type":"Feature","id":"n27583494","geometry":{"type":"Point","coordinates":[0.2593866,51.7182831]},"properties":{"@type":"node","@id":27583494,"@timestamp":1177413063},"coords":"51.7182831,0.2593866","bedrooms":"0","price":"231000","area":"643"} , +{"type":"Feature","id":"n27584855","geometry":{"type":"Point","coordinates":[0.6474487,51.5421185]},"properties":{"@type":"node","@id":27584855,"@timestamp":1628492090},"coords":"51.5421185,0.6474487","bedrooms":"1","price":"299000","area":"615"} , +{"type":"Feature","id":"n27585470","geometry":{"type":"Point","coordinates":[0.2969224,51.5230558]},"properties":{"@type":"node","@id":27585470,"@timestamp":1474644480},"coords":"51.5230558,0.2969224","bedrooms":"2","price":"227000","area":"481"} , +{"type":"Feature","id":"n27585761","geometry":{"type":"Point","coordinates":[-0.1646489,51.5517598]},"properties":{"@type":"node","@id":27585761,"@timestamp":1503849580},"coords":"51.5517598,-0.1646489","bedrooms":"1","price":"249000","area":"431"} , +{"type":"Feature","id":"n27586563","geometry":{"type":"Point","coordinates":[0.3449161,51.5873208]},"properties":{"@type":"node","@id":27586563,"@timestamp":1177429636},"coords":"51.5873208,0.3449161","bedrooms":"4","price":"246000","area":"520"} , +{"type":"Feature","id":"n27586598","geometry":{"type":"Point","coordinates":[0.3517255,51.5841603]},"properties":{"@type":"node","@id":27586598,"@timestamp":1177429665},"coords":"51.5841603,0.3517255","bedrooms":"3","price":"256000","area":"578"} , +{"type":"Feature","id":"n27590236","geometry":{"type":"Point","coordinates":[0.3493122,51.5878]},"properties":{"@type":"node","@id":27590236,"@timestamp":1177438852},"coords":"51.5878,0.3493122","bedrooms":"4","price":"282000","area":"678"} , +{"type":"Feature","id":"n27590268","geometry":{"type":"Point","coordinates":[0.341557,51.586889]},"properties":{"@type":"node","@id":27590268,"@timestamp":1177438934},"coords":"51.586889,0.341557","bedrooms":"1","price":"220000","area":"599"} , +{"type":"Feature","id":"n27591636","geometry":{"type":"Point","coordinates":[0.1589723,51.3423698]},"properties":{"@type":"node","@id":27591636,"@timestamp":1177442435},"coords":"51.3423698,0.1589723","bedrooms":"4","price":"296000","area":"634"} , +{"type":"Feature","id":"n27591994","geometry":{"type":"Point","coordinates":[0.1104559,51.3490718]},"properties":{"@type":"node","@id":27591994,"@timestamp":1177443856},"coords":"51.3490718,0.1104559","bedrooms":"3","price":"174000","area":"456"} , +{"type":"Feature","id":"n27592660","geometry":{"type":"Point","coordinates":[0.8763175,51.1464661]},"properties":{"@type":"node","@id":27592660,"@timestamp":1177444864},"coords":"51.1464661,0.8763175","bedrooms":"4","price":"153000","area":"497"} , +{"type":"Feature","id":"n27592871","geometry":{"type":"Point","coordinates":[0.8764973,51.1414962]},"properties":{"@type":"node","@id":27592871,"@timestamp":1630445096},"coords":"51.1414962,0.8764973","bedrooms":"1","price":"264000","area":"581"} , +{"type":"Feature","id":"n27594963","geometry":{"type":"Point","coordinates":[-0.6197124,51.5601979]},"properties":{"@type":"node","@id":27594963,"@timestamp":1177448832},"coords":"51.5601979,-0.6197124","bedrooms":"0","price":"237000","area":"677"} , +{"type":"Feature","id":"n27595108","geometry":{"type":"Point","coordinates":[-1.0448675,51.2751302]},"properties":{"@type":"node","@id":27595108,"@timestamp":1538510695},"coords":"51.2751302,-1.0448675","bedrooms":"3","price":"264000","area":"571"} , +{"type":"Feature","id":"n27595143","geometry":{"type":"Point","coordinates":[-0.6163045,51.5631737]},"properties":{"@type":"node","@id":27595143,"@timestamp":1177449850},"coords":"51.5631737,-0.6163045","bedrooms":"0","price":"249000","area":"411"} , +{"type":"Feature","id":"n27595169","geometry":{"type":"Point","coordinates":[-0.6181939,51.5627643]},"properties":{"@type":"node","@id":27595169,"@timestamp":1177449867},"coords":"51.5627643,-0.6181939","bedrooms":"4","price":"218000","area":"500"} , +{"type":"Feature","id":"n27595705","geometry":{"type":"Point","coordinates":[-0.8172943,51.7939737]},"properties":{"@type":"node","@id":27595705,"@timestamp":1177451799},"coords":"51.7939737,-0.8172943","bedrooms":"2","price":"156000","area":"429"} , +{"type":"Feature","id":"n27595771","geometry":{"type":"Point","coordinates":[-0.6182634,51.5492377]},"properties":{"@type":"node","@id":27595771,"@timestamp":1177451846},"coords":"51.5492377,-0.6182634","bedrooms":"0","price":"286000","area":"527"} , +{"type":"Feature","id":"n27595830","geometry":{"type":"Point","coordinates":[-0.6178669,51.5454308]},"properties":{"@type":"node","@id":27595830,"@timestamp":1177451879},"coords":"51.5454308,-0.6178669","bedrooms":"3","price":"296000","area":"433"} , +{"type":"Feature","id":"n27595901","geometry":{"type":"Point","coordinates":[-0.8120418,51.7958631]},"properties":{"@type":"node","@id":27595901,"@timestamp":1177452005},"coords":"51.7958631,-0.8120418","bedrooms":"2","price":"287000","area":"684"} , +{"type":"Feature","id":"n27595983","geometry":{"type":"Point","coordinates":[-0.8109348,51.7972819]},"properties":{"@type":"node","@id":27595983,"@timestamp":1177452060},"coords":"51.7972819,-0.8109348","bedrooms":"1","price":"183000","area":"442"} , +{"type":"Feature","id":"n27596042","geometry":{"type":"Point","coordinates":[-0.8118847,51.7985629]},"properties":{"@type":"node","@id":27596042,"@timestamp":1177452102},"coords":"51.7985629,-0.8118847","bedrooms":"4","price":"184000","area":"523"} , +{"type":"Feature","id":"n27596114","geometry":{"type":"Point","coordinates":[-0.8122907,51.7989786]},"properties":{"@type":"node","@id":27596114,"@timestamp":1177452143},"coords":"51.7989786,-0.8122907","bedrooms":"0","price":"170000","area":"629"} , +{"type":"Feature","id":"n27596157","geometry":{"type":"Point","coordinates":[-0.810565,51.797045]},"properties":{"@type":"node","@id":27596157,"@timestamp":1177452164},"coords":"51.797045,-0.810565","bedrooms":"1","price":"155000","area":"595"} , +{"type":"Feature","id":"n27596190","geometry":{"type":"Point","coordinates":[-0.8112055,51.7954281]},"properties":{"@type":"node","@id":27596190,"@timestamp":1177452209},"coords":"51.7954281,-0.8112055","bedrooms":"3","price":"261000","area":"534"} , +{"type":"Feature","id":"n27596224","geometry":{"type":"Point","coordinates":[-0.8106689,51.7944613]},"properties":{"@type":"node","@id":27596224,"@timestamp":1177452245},"coords":"51.7944613,-0.8106689","bedrooms":"4","price":"252000","area":"531"} , +{"type":"Feature","id":"n27596250","geometry":{"type":"Point","coordinates":[-0.8107537,51.7936903]},"properties":{"@type":"node","@id":27596250,"@timestamp":1177452265},"coords":"51.7936903,-0.8107537","bedrooms":"4","price":"197000","area":"585"} , +{"type":"Feature","id":"n27596281","geometry":{"type":"Point","coordinates":[-0.8138874,51.793998]},"properties":{"@type":"node","@id":27596281,"@timestamp":1177452285},"coords":"51.793998,-0.8138874","bedrooms":"4","price":"276000","area":"555"} , +{"type":"Feature","id":"n27596300","geometry":{"type":"Point","coordinates":[-0.8116403,51.7945114]},"properties":{"@type":"node","@id":27596300,"@timestamp":1177452289},"coords":"51.7945114,-0.8116403","bedrooms":"4","price":"229000","area":"432"} , +{"type":"Feature","id":"n27596345","geometry":{"type":"Point","coordinates":[-0.812917,51.7950679]},"properties":{"@type":"node","@id":27596345,"@timestamp":1177452304},"coords":"51.7950679,-0.812917","bedrooms":"2","price":"274000","area":"358"} , +{"type":"Feature","id":"n27596376","geometry":{"type":"Point","coordinates":[-0.8160865,51.7981774]},"properties":{"@type":"node","@id":27596376,"@timestamp":1177452313},"coords":"51.7981774,-0.8160865","bedrooms":"0","price":"157000","area":"551"} , +{"type":"Feature","id":"n27598082","geometry":{"type":"Point","coordinates":[-0.5708354,51.2204508]},"properties":{"@type":"node","@id":27598082,"@timestamp":1177453418},"coords":"51.2204508,-0.5708354","bedrooms":"1","price":"230000","area":"399"} , +{"type":"Feature","id":"n27602301","geometry":{"type":"Point","coordinates":[0.6465193,51.1145191]},"properties":{"@type":"node","@id":27602301,"@timestamp":1177455630},"coords":"51.1145191,0.6465193","bedrooms":"2","price":"197000","area":"504"} , +{"type":"Feature","id":"n27602330","geometry":{"type":"Point","coordinates":[0.6619983,51.1161129]},"properties":{"@type":"node","@id":27602330,"@timestamp":1177455637},"coords":"51.1161129,0.6619983","bedrooms":"0","price":"264000","area":"662"} , +{"type":"Feature","id":"n27602351","geometry":{"type":"Point","coordinates":[0.6548047,51.117913]},"properties":{"@type":"node","@id":27602351,"@timestamp":1177455639},"coords":"51.117913,0.6548047","bedrooms":"1","price":"232000","area":"352"} , +{"type":"Feature","id":"n27602368","geometry":{"type":"Point","coordinates":[0.6473624,51.1171315]},"properties":{"@type":"node","@id":27602368,"@timestamp":1177455643},"coords":"51.1171315,0.6473624","bedrooms":"0","price":"269000","area":"642"} , +{"type":"Feature","id":"n27603714","geometry":{"type":"Point","coordinates":[-0.0058757,51.507691]},"properties":{"@type":"node","@id":27603714,"@timestamp":1206461358},"coords":"51.507691,-0.0058757","bedrooms":"4","price":"273000","area":"416"} , +{"type":"Feature","id":"n27603982","geometry":{"type":"Point","coordinates":[-0.0771381,51.3070888]},"properties":{"@type":"node","@id":27603982,"@timestamp":1399418771},"coords":"51.3070888,-0.0771381","bedrooms":"1","price":"185000","area":"695"} , +{"type":"Feature","id":"n27604043","geometry":{"type":"Point","coordinates":[-0.0070103,51.6896923]},"properties":{"@type":"node","@id":27604043,"@timestamp":1177457887},"coords":"51.6896923,-0.0070103","bedrooms":"0","price":"287000","area":"573"} , +{"type":"Feature","id":"n27604069","geometry":{"type":"Point","coordinates":[-0.0067421,51.688688]},"properties":{"@type":"node","@id":27604069,"@timestamp":1177457927},"coords":"51.688688,-0.0067421","bedrooms":"1","price":"284000","area":"408"} , +{"type":"Feature","id":"n27604083","geometry":{"type":"Point","coordinates":[-0.0087591,51.6898519]},"properties":{"@type":"node","@id":27604083,"@timestamp":1177457935},"coords":"51.6898519,-0.0087591","bedrooms":"4","price":"228000","area":"612"} , +{"type":"Feature","id":"n27604097","geometry":{"type":"Point","coordinates":[-0.0071605,51.6879497]},"properties":{"@type":"node","@id":27604097,"@timestamp":1177457948},"coords":"51.6879497,-0.0071605","bedrooms":"1","price":"281000","area":"365"} , +{"type":"Feature","id":"n27604251","geometry":{"type":"Point","coordinates":[-0.1491981,51.2340782]},"properties":{"@type":"node","@id":27604251,"@timestamp":1218159798},"coords":"51.2340782,-0.1491981","bedrooms":"1","price":"221000","area":"661"} , +{"type":"Feature","id":"n27604280","geometry":{"type":"Point","coordinates":[-0.1424849,51.2234437]},"properties":{"@type":"node","@id":27604280,"@timestamp":1177458617},"coords":"51.2234437,-0.1424849","bedrooms":"4","price":"167000","area":"502"} , +{"type":"Feature","id":"n27604317","geometry":{"type":"Point","coordinates":[-0.1499098,51.2153397]},"properties":{"@type":"node","@id":27604317,"@timestamp":1183652345},"coords":"51.2153397,-0.1499098","bedrooms":"3","price":"280000","area":"350"} , +{"type":"Feature","id":"n27604347","geometry":{"type":"Point","coordinates":[-0.1358132,51.2266133]},"properties":{"@type":"node","@id":27604347,"@timestamp":1177458643},"coords":"51.2266133,-0.1358132","bedrooms":"2","price":"246000","area":"687"} , +{"type":"Feature","id":"n27604370","geometry":{"type":"Point","coordinates":[-0.128965,51.2217379]},"properties":{"@type":"node","@id":27604370,"@timestamp":1177458654},"coords":"51.2217379,-0.128965","bedrooms":"4","price":"221000","area":"648"} , +{"type":"Feature","id":"n27604385","geometry":{"type":"Point","coordinates":[-0.1192096,51.2239618]},"properties":{"@type":"node","@id":27604385,"@timestamp":1177458655},"coords":"51.2239618,-0.1192096","bedrooms":"0","price":"271000","area":"501"} , +{"type":"Feature","id":"n27604426","geometry":{"type":"Point","coordinates":[0.0014976,51.6921799]},"properties":{"@type":"node","@id":27604426,"@timestamp":1177458710},"coords":"51.6921799,0.0014976","bedrooms":"4","price":"252000","area":"533"} , +{"type":"Feature","id":"n27604449","geometry":{"type":"Point","coordinates":[-0.1012334,51.7887063]},"properties":{"@type":"node","@id":27604449,"@timestamp":1351711375},"coords":"51.7887063,-0.1012334","bedrooms":"4","price":"237000","area":"586"} , +{"type":"Feature","id":"n27604464","geometry":{"type":"Point","coordinates":[0.0003175,51.6933637]},"properties":{"@type":"node","@id":27604464,"@timestamp":1177458724},"coords":"51.6933637,0.0003175","bedrooms":"0","price":"177000","area":"678"} , +{"type":"Feature","id":"n27604477","geometry":{"type":"Point","coordinates":[-0.1265032,51.2124842]},"properties":{"@type":"node","@id":27604477,"@timestamp":1203755006},"coords":"51.2124842,-0.1265032","bedrooms":"0","price":"204000","area":"607"} , +{"type":"Feature","id":"n27604512","geometry":{"type":"Point","coordinates":[-0.1577456,51.2133587]},"properties":{"@type":"node","@id":27604512,"@timestamp":1177458747},"coords":"51.2133587,-0.1577456","bedrooms":"0","price":"273000","area":"588"} , +{"type":"Feature","id":"n27604538","geometry":{"type":"Point","coordinates":[0.0017658,51.6912954]},"properties":{"@type":"node","@id":27604538,"@timestamp":1177458823},"coords":"51.6912954,0.0017658","bedrooms":"0","price":"162000","area":"532"} , +{"type":"Feature","id":"n27604578","geometry":{"type":"Point","coordinates":[0.6653533,51.1150596]},"properties":{"@type":"node","@id":27604578,"@timestamp":1177458817},"coords":"51.1150596,0.6653533","bedrooms":"2","price":"299000","area":"502"} , +{"type":"Feature","id":"n27604630","geometry":{"type":"Point","coordinates":[0.680289,51.1074132]},"properties":{"@type":"node","@id":27604630,"@timestamp":1177458832},"coords":"51.1074132,0.680289","bedrooms":"2","price":"228000","area":"428"} , +{"type":"Feature","id":"n27604826","geometry":{"type":"Point","coordinates":[0.0017658,51.6910626]},"properties":{"@type":"node","@id":27604826,"@timestamp":1177458940},"coords":"51.6910626,0.0017658","bedrooms":"0","price":"169000","area":"559"} , +{"type":"Feature","id":"n27604850","geometry":{"type":"Point","coordinates":[0.0015942,51.6900849]},"properties":{"@type":"node","@id":27604850,"@timestamp":1177458944},"coords":"51.6900849,0.0015942","bedrooms":"3","price":"151000","area":"675"} , +{"type":"Feature","id":"n27604935","geometry":{"type":"Point","coordinates":[0.0012401,51.6901448]},"properties":{"@type":"node","@id":27604935,"@timestamp":1177458989},"coords":"51.6901448,0.0012401","bedrooms":"1","price":"151000","area":"693"} , +{"type":"Feature","id":"n27605166","geometry":{"type":"Point","coordinates":[0.6701501,51.0967461]},"properties":{"@type":"node","@id":27605166,"@timestamp":1177459316},"coords":"51.0967461,0.6701501","bedrooms":"4","price":"252000","area":"580"} , +{"type":"Feature","id":"n27605929","geometry":{"type":"Point","coordinates":[-0.6078082,51.2513182]},"properties":{"@type":"node","@id":27605929,"@timestamp":1177466853},"coords":"51.2513182,-0.6078082","bedrooms":"4","price":"263000","area":"461"} , +{"type":"Feature","id":"n27612134","geometry":{"type":"Point","coordinates":[-0.6170028,51.550336]},"properties":{"@type":"node","@id":27612134,"@timestamp":1177484188},"coords":"51.550336,-0.6170028","bedrooms":"0","price":"184000","area":"592"} , +{"type":"Feature","id":"n27612164","geometry":{"type":"Point","coordinates":[-0.6191999,51.5407316]},"properties":{"@type":"node","@id":27612164,"@timestamp":1177485336},"coords":"51.5407316,-0.6191999","bedrooms":"2","price":"168000","area":"356"} , +{"type":"Feature","id":"n27612189","geometry":{"type":"Point","coordinates":[-0.6201166,51.5385861]},"properties":{"@type":"node","@id":27612189,"@timestamp":1177485339},"coords":"51.5385861,-0.6201166","bedrooms":"2","price":"250000","area":"542"} , +{"type":"Feature","id":"n27635074","geometry":{"type":"Point","coordinates":[-0.1231828,51.2227112]},"properties":{"@type":"node","@id":27635074,"@timestamp":1465251078},"coords":"51.2227112,-0.1231828","bedrooms":"1","price":"203000","area":"612"} , +{"type":"Feature","id":"n27650418","geometry":{"type":"Point","coordinates":[-0.2970966,51.6878218]},"properties":{"@type":"node","@id":27650418,"@timestamp":1177516476},"coords":"51.6878218,-0.2970966","bedrooms":"3","price":"216000","area":"684"} , +{"type":"Feature","id":"n27668763","geometry":{"type":"Point","coordinates":[0.8600715,51.1485186]},"properties":{"@type":"node","@id":27668763,"@timestamp":1177533211},"coords":"51.1485186,0.8600715","bedrooms":"0","price":"234000","area":"586"} , +{"type":"Feature","id":"n27669145","geometry":{"type":"Point","coordinates":[0.8602513,51.1553337]},"properties":{"@type":"node","@id":27669145,"@timestamp":1177533479},"coords":"51.1553337,0.8602513","bedrooms":"1","price":"197000","area":"688"} , +{"type":"Feature","id":"n27669262","geometry":{"type":"Point","coordinates":[0.8486957,51.1527049]},"properties":{"@type":"node","@id":27669262,"@timestamp":1177533503},"coords":"51.1527049,0.8486957","bedrooms":"0","price":"237000","area":"646"} , +{"type":"Feature","id":"n27669386","geometry":{"type":"Point","coordinates":[0.8437563,51.1586555]},"properties":{"@type":"node","@id":27669386,"@timestamp":1350374229},"coords":"51.1586555,0.8437563","bedrooms":"0","price":"289000","area":"415"} , +{"type":"Feature","id":"n27683191","geometry":{"type":"Point","coordinates":[-0.7045686,51.2467239]},"properties":{"@type":"node","@id":27683191,"@timestamp":1177644958},"coords":"51.2467239,-0.7045686","bedrooms":"3","price":"246000","area":"362"} , +{"type":"Feature","id":"n27688046","geometry":{"type":"Point","coordinates":[-0.7273973,51.2723789]},"properties":{"@type":"node","@id":27688046,"@timestamp":1177548350},"coords":"51.2723789,-0.7273973","bedrooms":"3","price":"270000","area":"382"} , +{"type":"Feature","id":"n27688153","geometry":{"type":"Point","coordinates":[-0.7268736,51.272173]},"properties":{"@type":"node","@id":27688153,"@timestamp":1177549132},"coords":"51.272173,-0.7268736","bedrooms":"2","price":"170000","area":"511"} , +{"type":"Feature","id":"n27688239","geometry":{"type":"Point","coordinates":[-0.7253948,51.2723864]},"properties":{"@type":"node","@id":27688239,"@timestamp":1177865678},"coords":"51.2723864,-0.7253948","bedrooms":"0","price":"246000","area":"689"} , +{"type":"Feature","id":"n27688367","geometry":{"type":"Point","coordinates":[0.1290452,51.7201735]},"properties":{"@type":"node","@id":27688367,"@timestamp":1177549752},"coords":"51.7201735,0.1290452","bedrooms":"4","price":"299000","area":"533"} , +{"type":"Feature","id":"n27688390","geometry":{"type":"Point","coordinates":[-0.7241928,51.2726245]},"properties":{"@type":"node","@id":27688390,"@timestamp":1177549759},"coords":"51.2726245,-0.7241928","bedrooms":"4","price":"166000","area":"697"} , +{"type":"Feature","id":"n27688416","geometry":{"type":"Point","coordinates":[-0.7239525,51.2724641]},"properties":{"@type":"node","@id":27688416,"@timestamp":1177549766},"coords":"51.2724641,-0.7239525","bedrooms":"1","price":"239000","area":"694"} , +{"type":"Feature","id":"n27688466","geometry":{"type":"Point","coordinates":[0.1310622,51.7208249]},"properties":{"@type":"node","@id":27688466,"@timestamp":1177549785},"coords":"51.7208249,0.1310622","bedrooms":"4","price":"155000","area":"407"} , +{"type":"Feature","id":"n27688772","geometry":{"type":"Point","coordinates":[0.1250434,51.7267398]},"properties":{"@type":"node","@id":27688772,"@timestamp":1177550045},"coords":"51.7267398,0.1250434","bedrooms":"3","price":"206000","area":"438"} , +{"type":"Feature","id":"n27688818","geometry":{"type":"Point","coordinates":[0.1310515,51.7392517]},"properties":{"@type":"node","@id":27688818,"@timestamp":1177550165},"coords":"51.7392517,0.1310515","bedrooms":"0","price":"188000","area":"561"} , +{"type":"Feature","id":"n27689150","geometry":{"type":"Point","coordinates":[0.1154411,51.7316772]},"properties":{"@type":"node","@id":27689150,"@timestamp":1177550416},"coords":"51.7316772,0.1154411","bedrooms":"1","price":"163000","area":"682"} , +{"type":"Feature","id":"n27689245","geometry":{"type":"Point","coordinates":[0.105077,51.7378166]},"properties":{"@type":"node","@id":27689245,"@timestamp":1177550462},"coords":"51.7378166,0.105077","bedrooms":"4","price":"261000","area":"621"} , +{"type":"Feature","id":"n27689784","geometry":{"type":"Point","coordinates":[0.1136708,51.723603]},"properties":{"@type":"node","@id":27689784,"@timestamp":1177550744},"coords":"51.723603,0.1136708","bedrooms":"4","price":"238000","area":"571"} , +{"type":"Feature","id":"n27689805","geometry":{"type":"Point","coordinates":[0.1056456,51.7230447]},"properties":{"@type":"node","@id":27689805,"@timestamp":1177550775},"coords":"51.7230447,0.1056456","bedrooms":"3","price":"244000","area":"418"} , +{"type":"Feature","id":"n27689829","geometry":{"type":"Point","coordinates":[0.1006567,51.7235964]},"properties":{"@type":"node","@id":27689829,"@timestamp":1177550792},"coords":"51.7235964,0.1006567","bedrooms":"3","price":"195000","area":"494"} , +{"type":"Feature","id":"n27689900","geometry":{"type":"Point","coordinates":[0.0972986,51.7230514]},"properties":{"@type":"node","@id":27689900,"@timestamp":1177550822},"coords":"51.7230514,0.0972986","bedrooms":"1","price":"278000","area":"504"} , +{"type":"Feature","id":"n27699018","geometry":{"type":"Point","coordinates":[0.2479955,51.8797938]},"properties":{"@type":"node","@id":27699018,"@timestamp":1605745688},"coords":"51.8797938,0.2479955","bedrooms":"2","price":"274000","area":"578"} , +{"type":"Feature","id":"n27725577","geometry":{"type":"Point","coordinates":[-0.8209402,51.7972299]},"properties":{"@type":"node","@id":27725577,"@timestamp":1177592035},"coords":"51.7972299,-0.8209402","bedrooms":"0","price":"173000","area":"359"} , +{"type":"Feature","id":"n27725638","geometry":{"type":"Point","coordinates":[-0.7902973,51.7980029]},"properties":{"@type":"node","@id":27725638,"@timestamp":1177592045},"coords":"51.7980029,-0.7902973","bedrooms":"1","price":"177000","area":"582"} , +{"type":"Feature","id":"n27731566","geometry":{"type":"Point","coordinates":[0.0848694,51.588311]},"properties":{"@type":"node","@id":27731566,"@timestamp":1484562105},"coords":"51.588311,0.0848694","bedrooms":"2","price":"233000","area":"352"} , +{"type":"Feature","id":"n27739259","geometry":{"type":"Point","coordinates":[0.0027314,51.6898309]},"properties":{"@type":"node","@id":27739259,"@timestamp":1177603398},"coords":"51.6898309,0.0027314","bedrooms":"2","price":"183000","area":"364"} , +{"type":"Feature","id":"n27739379","geometry":{"type":"Point","coordinates":[0.0082031,51.6915468]},"properties":{"@type":"node","@id":27739379,"@timestamp":1177603421},"coords":"51.6915468,0.0082031","bedrooms":"2","price":"223000","area":"430"} , +{"type":"Feature","id":"n27739422","geometry":{"type":"Point","coordinates":[0.0151503,51.6909322]},"properties":{"@type":"node","@id":27739422,"@timestamp":1205507619},"coords":"51.6909322,0.0151503","bedrooms":"4","price":"175000","area":"444"} , +{"type":"Feature","id":"n27740100","geometry":{"type":"Point","coordinates":[0.0026885,51.6888649]},"properties":{"@type":"node","@id":27740100,"@timestamp":1177604277},"coords":"51.6888649,0.0026885","bedrooms":"1","price":"210000","area":"645"} , +{"type":"Feature","id":"n27743983","geometry":{"type":"Point","coordinates":[0.0042764,51.6871704]},"properties":{"@type":"node","@id":27743983,"@timestamp":1177604225},"coords":"51.6871704,0.0042764","bedrooms":"1","price":"297000","area":"362"} , +{"type":"Feature","id":"n27744570","geometry":{"type":"Point","coordinates":[0.0042828,51.6906984]},"properties":{"@type":"node","@id":27744570,"@timestamp":1205611477},"coords":"51.6906984,0.0042828","bedrooms":"2","price":"171000","area":"679"} , +{"type":"Feature","id":"n27744611","geometry":{"type":"Point","coordinates":[0.0073126,51.691273]},"properties":{"@type":"node","@id":27744611,"@timestamp":1205611544},"coords":"51.691273,0.0073126","bedrooms":"0","price":"181000","area":"603"} , +{"type":"Feature","id":"n27744740","geometry":{"type":"Point","coordinates":[0.0082825,51.6908474]},"properties":{"@type":"node","@id":27744740,"@timestamp":1205611698},"coords":"51.6908474,0.0082825","bedrooms":"4","price":"259000","area":"537"} , +{"type":"Feature","id":"n27745290","geometry":{"type":"Point","coordinates":[0.0127285,51.6905654]},"properties":{"@type":"node","@id":27745290,"@timestamp":1205611925},"coords":"51.6905654,0.0127285","bedrooms":"4","price":"295000","area":"652"} , +{"type":"Feature","id":"n27783141","geometry":{"type":"Point","coordinates":[0.8746534,51.1460552]},"properties":{"@type":"node","@id":27783141,"@timestamp":1177614533},"coords":"51.1460552,0.8746534","bedrooms":"1","price":"257000","area":"585"} , +{"type":"Feature","id":"n27783206","geometry":{"type":"Point","coordinates":[0.8741783,51.14653]},"properties":{"@type":"node","@id":27783206,"@timestamp":1177614583},"coords":"51.14653,0.8741783","bedrooms":"3","price":"276000","area":"408"} , +{"type":"Feature","id":"n27783243","geometry":{"type":"Point","coordinates":[0.874485,51.1427546]},"properties":{"@type":"node","@id":27783243,"@timestamp":1177614593},"coords":"51.1427546,0.874485","bedrooms":"3","price":"226000","area":"356"} , +{"type":"Feature","id":"n27783307","geometry":{"type":"Point","coordinates":[0.8748768,51.140358]},"properties":{"@type":"node","@id":27783307,"@timestamp":1177614613},"coords":"51.140358,0.8748768","bedrooms":"0","price":"235000","area":"576"} , +{"type":"Feature","id":"n27783365","geometry":{"type":"Point","coordinates":[0.8712371,51.1420245]},"properties":{"@type":"node","@id":27783365,"@timestamp":1177614663},"coords":"51.1420245,0.8712371","bedrooms":"0","price":"212000","area":"561"} , +{"type":"Feature","id":"n27788430","geometry":{"type":"Point","coordinates":[0.5259278,51.7205849]},"properties":{"@type":"node","@id":27788430,"@timestamp":1586014823},"coords":"51.7205849,0.5259278","bedrooms":"4","price":"167000","area":"685"} , +{"type":"Feature","id":"n27790852","geometry":{"type":"Point","coordinates":[0.505523,51.7210511]},"properties":{"@type":"node","@id":27790852,"@timestamp":1177623333},"coords":"51.7210511,0.505523","bedrooms":"4","price":"264000","area":"521"} , +{"type":"Feature","id":"n27794887","geometry":{"type":"Point","coordinates":[0.4807468,51.7271589]},"properties":{"@type":"node","@id":27794887,"@timestamp":1585414876},"coords":"51.7271589,0.4807468","bedrooms":"4","price":"291000","area":"435"} , +{"type":"Feature","id":"n27795414","geometry":{"type":"Point","coordinates":[0.3266025,51.4717484]},"properties":{"@type":"node","@id":27795414,"@timestamp":1190740995},"coords":"51.4717484,0.3266025","bedrooms":"3","price":"268000","area":"579"} , +{"type":"Feature","id":"n28090985","geometry":{"type":"Point","coordinates":[-0.6330949,51.5467136]},"properties":{"@type":"node","@id":28090985,"@timestamp":1177686142},"coords":"51.5467136,-0.6330949","bedrooms":"1","price":"159000","area":"504"} , +{"type":"Feature","id":"n28096848","geometry":{"type":"Point","coordinates":[0.1366412,51.7231112]},"properties":{"@type":"node","@id":28096848,"@timestamp":1177697883},"coords":"51.7231112,0.1366412","bedrooms":"4","price":"293000","area":"582"} , +{"type":"Feature","id":"n28096867","geometry":{"type":"Point","coordinates":[0.14472,51.7241878]},"properties":{"@type":"node","@id":28096867,"@timestamp":1177697922},"coords":"51.7241878,0.14472","bedrooms":"1","price":"172000","area":"360"} , +{"type":"Feature","id":"n28096895","geometry":{"type":"Point","coordinates":[0.1503741,51.7243008]},"properties":{"@type":"node","@id":28096895,"@timestamp":1177697991},"coords":"51.7243008,0.1503741","bedrooms":"4","price":"283000","area":"657"} , +{"type":"Feature","id":"n28097077","geometry":{"type":"Point","coordinates":[0.1374137,51.7353915]},"properties":{"@type":"node","@id":28097077,"@timestamp":1177698256},"coords":"51.7353915,0.1374137","bedrooms":"0","price":"186000","area":"568"} , +{"type":"Feature","id":"n28097325","geometry":{"type":"Point","coordinates":[0.1435828,51.7018918]},"properties":{"@type":"node","@id":28097325,"@timestamp":1177699412},"coords":"51.7018918,0.1435828","bedrooms":"4","price":"298000","area":"491"} , +{"type":"Feature","id":"n28097408","geometry":{"type":"Point","coordinates":[0.1350641,51.7099234]},"properties":{"@type":"node","@id":28097408,"@timestamp":1177699822},"coords":"51.7099234,0.1350641","bedrooms":"1","price":"201000","area":"640"} , +{"type":"Feature","id":"n28097518","geometry":{"type":"Point","coordinates":[0.1426086,51.7094528]},"properties":{"@type":"node","@id":28097518,"@timestamp":1193358188},"coords":"51.7094528,0.1426086","bedrooms":"0","price":"189000","area":"631"} , +{"type":"Feature","id":"n28097545","geometry":{"type":"Point","coordinates":[0.1360833,51.7077428]},"properties":{"@type":"node","@id":28097545,"@timestamp":1177700415},"coords":"51.7077428,0.1360833","bedrooms":"3","price":"183000","area":"586"} , +{"type":"Feature","id":"n28097683","geometry":{"type":"Point","coordinates":[0.1300752,51.7030355]},"properties":{"@type":"node","@id":28097683,"@timestamp":1177700559},"coords":"51.7030355,0.1300752","bedrooms":"0","price":"232000","area":"691"} , +{"type":"Feature","id":"n28097768","geometry":{"type":"Point","coordinates":[0.1232516,51.6990193]},"properties":{"@type":"node","@id":28097768,"@timestamp":1177700607},"coords":"51.6990193,0.1232516","bedrooms":"0","price":"276000","area":"644"} , +{"type":"Feature","id":"n28097843","geometry":{"type":"Point","coordinates":[0.1170718,51.6957741]},"properties":{"@type":"node","@id":28097843,"@timestamp":1177700685},"coords":"51.6957741,0.1170718","bedrooms":"4","price":"250000","area":"475"} , +{"type":"Feature","id":"n28099410","geometry":{"type":"Point","coordinates":[0.033888,51.6902047]},"properties":{"@type":"node","@id":28099410,"@timestamp":1177705473},"coords":"51.6902047,0.033888","bedrooms":"0","price":"150000","area":"497"} , +{"type":"Feature","id":"n28099433","geometry":{"type":"Point","coordinates":[0.0203911,51.6914683]},"properties":{"@type":"node","@id":28099433,"@timestamp":1177705520},"coords":"51.6914683,0.0203911","bedrooms":"0","price":"182000","area":"627"} , +{"type":"Feature","id":"n28101058","geometry":{"type":"Point","coordinates":[0.0324932,51.6893926]},"properties":{"@type":"node","@id":28101058,"@timestamp":1177708428},"coords":"51.6893926,0.0324932","bedrooms":"4","price":"187000","area":"407"} , +{"type":"Feature","id":"n28101219","geometry":{"type":"Point","coordinates":[0.0305674,51.6893001]},"properties":{"@type":"node","@id":28101219,"@timestamp":1205660687},"coords":"51.6893001,0.0305674","bedrooms":"2","price":"187000","area":"653"} , +{"type":"Feature","id":"n28101276","geometry":{"type":"Point","coordinates":[0.2921597,51.5074452]},"properties":{"@type":"node","@id":28101276,"@timestamp":1177708935},"coords":"51.5074452,0.2921597","bedrooms":"1","price":"267000","area":"613"} , +{"type":"Feature","id":"n28101290","geometry":{"type":"Point","coordinates":[0.3244749,51.4985939]},"properties":{"@type":"node","@id":28101290,"@timestamp":1177708946},"coords":"51.4985939,0.3244749","bedrooms":"4","price":"227000","area":"592"} , +{"type":"Feature","id":"n28101312","geometry":{"type":"Point","coordinates":[0.0337832,51.6896087]},"properties":{"@type":"node","@id":28101312,"@timestamp":1177710362},"coords":"51.6896087,0.0337832","bedrooms":"2","price":"216000","area":"389"} , +{"type":"Feature","id":"n28104481","geometry":{"type":"Point","coordinates":[0.0207988,51.6910342]},"properties":{"@type":"node","@id":28104481,"@timestamp":1177711095},"coords":"51.6910342,0.0207988","bedrooms":"2","price":"290000","area":"662"} , +{"type":"Feature","id":"n28104890","geometry":{"type":"Point","coordinates":[0.2713119,51.8672256]},"properties":{"@type":"node","@id":28104890,"@timestamp":1205862959},"coords":"51.8672256,0.2713119","bedrooms":"4","price":"164000","area":"440"} , +{"type":"Feature","id":"n28106304","geometry":{"type":"Point","coordinates":[0.015995,51.6887047]},"properties":{"@type":"node","@id":28106304,"@timestamp":1177714550},"coords":"51.6887047,0.015995","bedrooms":"3","price":"299000","area":"428"} , +{"type":"Feature","id":"n28106343","geometry":{"type":"Point","coordinates":[0.0317992,51.6866516]},"properties":{"@type":"node","@id":28106343,"@timestamp":1177714754},"coords":"51.6866516,0.0317992","bedrooms":"1","price":"225000","area":"478"} , +{"type":"Feature","id":"n28106502","geometry":{"type":"Point","coordinates":[0.0196079,51.6894123]},"properties":{"@type":"node","@id":28106502,"@timestamp":1177713004},"coords":"51.6894123,0.0196079","bedrooms":"0","price":"237000","area":"364"} , +{"type":"Feature","id":"n28106570","geometry":{"type":"Point","coordinates":[-0.6167444,51.1963632]},"properties":{"@type":"node","@id":28106570,"@timestamp":1239441441},"coords":"51.1963632,-0.6167444","bedrooms":"4","price":"157000","area":"676"} , +{"type":"Feature","id":"n28107855","geometry":{"type":"Point","coordinates":[0.1519835,51.7104286]},"properties":{"@type":"node","@id":28107855,"@timestamp":1177717975},"coords":"51.7104286,0.1519835","bedrooms":"3","price":"218000","area":"492"} , +{"type":"Feature","id":"n28107869","geometry":{"type":"Point","coordinates":[0.149827,51.7129415]},"properties":{"@type":"node","@id":28107869,"@timestamp":1177718052},"coords":"51.7129415,0.149827","bedrooms":"3","price":"263000","area":"415"} , +{"type":"Feature","id":"n28107884","geometry":{"type":"Point","coordinates":[0.161339,51.712762]},"properties":{"@type":"node","@id":28107884,"@timestamp":1177718177},"coords":"51.712762,0.161339","bedrooms":"0","price":"213000","area":"390"} , +{"type":"Feature","id":"n28108026","geometry":{"type":"Point","coordinates":[0.1666712,51.7157401]},"properties":{"@type":"node","@id":28108026,"@timestamp":1177719783},"coords":"51.7157401,0.1666712","bedrooms":"1","price":"263000","area":"366"} , +{"type":"Feature","id":"n28108127","geometry":{"type":"Point","coordinates":[0.1760912,51.7192895]},"properties":{"@type":"node","@id":28108127,"@timestamp":1177721391},"coords":"51.7192895,0.1760912","bedrooms":"2","price":"184000","area":"572"} , +{"type":"Feature","id":"n28108161","geometry":{"type":"Point","coordinates":[0.175029,51.71913]},"properties":{"@type":"node","@id":28108161,"@timestamp":1177721472},"coords":"51.71913,0.175029","bedrooms":"2","price":"171000","area":"680"} , +{"type":"Feature","id":"n28108437","geometry":{"type":"Point","coordinates":[0.1453745,51.7361888]},"properties":{"@type":"node","@id":28108437,"@timestamp":1177721883},"coords":"51.7361888,0.1453745","bedrooms":"1","price":"166000","area":"360"} , +{"type":"Feature","id":"n28108453","geometry":{"type":"Point","coordinates":[-0.5486709,51.4315585]},"properties":{"@type":"node","@id":28108453,"@timestamp":1622461149},"coords":"51.4315585,-0.5486709","bedrooms":"4","price":"233000","area":"522"} , +{"type":"Feature","id":"n28108478","geometry":{"type":"Point","coordinates":[0.1608777,51.7325743]},"properties":{"@type":"node","@id":28108478,"@timestamp":1177721995},"coords":"51.7325743,0.1608777","bedrooms":"2","price":"215000","area":"414"} , +{"type":"Feature","id":"n28108508","geometry":{"type":"Point","coordinates":[0.1740741,51.7259291]},"properties":{"@type":"node","@id":28108508,"@timestamp":1177722056},"coords":"51.7259291,0.1740741","bedrooms":"2","price":"282000","area":"432"} , +{"type":"Feature","id":"n28108568","geometry":{"type":"Point","coordinates":[0.160985,51.7322154]},"properties":{"@type":"node","@id":28108568,"@timestamp":1177722536},"coords":"51.7322154,0.160985","bedrooms":"0","price":"186000","area":"416"} , +{"type":"Feature","id":"n28108624","geometry":{"type":"Point","coordinates":[0.1676154,51.725404]},"properties":{"@type":"node","@id":28108624,"@timestamp":1177722584},"coords":"51.725404,0.1676154","bedrooms":"2","price":"245000","area":"543"} , +{"type":"Feature","id":"n28108698","geometry":{"type":"Point","coordinates":[0.1587534,51.7251914]},"properties":{"@type":"node","@id":28108698,"@timestamp":1177722617},"coords":"51.7251914,0.1587534","bedrooms":"1","price":"257000","area":"506"} , +{"type":"Feature","id":"n28108858","geometry":{"type":"Point","coordinates":[0.1586246,51.7214696]},"properties":{"@type":"node","@id":28108858,"@timestamp":1177722981},"coords":"51.7214696,0.1586246","bedrooms":"0","price":"238000","area":"680"} , +{"type":"Feature","id":"n28108890","geometry":{"type":"Point","coordinates":[0.1591396,51.7157733]},"properties":{"@type":"node","@id":28108890,"@timestamp":1177723030},"coords":"51.7157733,0.1591396","bedrooms":"4","price":"191000","area":"456"} , +{"type":"Feature","id":"n28109436","geometry":{"type":"Point","coordinates":[-0.5530007,51.4324626]},"properties":{"@type":"node","@id":28109436,"@timestamp":1177725830},"coords":"51.4324626,-0.5530007","bedrooms":"1","price":"275000","area":"511"} , +{"type":"Feature","id":"n28113107","geometry":{"type":"Point","coordinates":[-0.6271557,51.5486082]},"properties":{"@type":"node","@id":28113107,"@timestamp":1177744729},"coords":"51.5486082,-0.6271557","bedrooms":"1","price":"273000","area":"355"} , +{"type":"Feature","id":"n28113118","geometry":{"type":"Point","coordinates":[-0.6285556,51.5452292]},"properties":{"@type":"node","@id":28113118,"@timestamp":1177744730},"coords":"51.5452292,-0.6285556","bedrooms":"4","price":"170000","area":"357"} , +{"type":"Feature","id":"n28113260","geometry":{"type":"Point","coordinates":[-0.6193146,51.544431]},"properties":{"@type":"node","@id":28113260,"@timestamp":1177745098},"coords":"51.544431,-0.6193146","bedrooms":"0","price":"207000","area":"598"} , +{"type":"Feature","id":"n28113381","geometry":{"type":"Point","coordinates":[-0.6214901,51.551047]},"properties":{"@type":"node","@id":28113381,"@timestamp":1177745592},"coords":"51.551047,-0.6214901","bedrooms":"0","price":"216000","area":"628"} , +{"type":"Feature","id":"n28115059","geometry":{"type":"Point","coordinates":[-0.6445032,51.5557936]},"properties":{"@type":"node","@id":28115059,"@timestamp":1379364750},"coords":"51.5557936,-0.6445032","bedrooms":"4","price":"213000","area":"609"} , +{"type":"Feature","id":"n28120648","geometry":{"type":"Point","coordinates":[0.8732698,51.1469793]},"properties":{"@type":"node","@id":28120648,"@timestamp":1177755711},"coords":"51.1469793,0.8732698","bedrooms":"2","price":"238000","area":"512"} , +{"type":"Feature","id":"n28121512","geometry":{"type":"Point","coordinates":[0.1506531,51.7135331]},"properties":{"@type":"node","@id":28121512,"@timestamp":1177758671},"coords":"51.7135331,0.1506531","bedrooms":"0","price":"247000","area":"391"} , +{"type":"Feature","id":"n28121626","geometry":{"type":"Point","coordinates":[0.1573157,51.7259889]},"properties":{"@type":"node","@id":28121626,"@timestamp":1177758430},"coords":"51.7259889,0.1573157","bedrooms":"3","price":"222000","area":"482"} , +{"type":"Feature","id":"n28121678","geometry":{"type":"Point","coordinates":[0.1565861,51.7214629]},"properties":{"@type":"node","@id":28121678,"@timestamp":1177758514},"coords":"51.7214629,0.1565861","bedrooms":"0","price":"269000","area":"572"} , +{"type":"Feature","id":"n28121715","geometry":{"type":"Point","coordinates":[0.1435613,51.7215161]},"properties":{"@type":"node","@id":28121715,"@timestamp":1177758600},"coords":"51.7215161,0.1435613","bedrooms":"4","price":"170000","area":"447"} , +{"type":"Feature","id":"n28121845","geometry":{"type":"Point","coordinates":[0.145868,51.7154941]},"properties":{"@type":"node","@id":28121845,"@timestamp":1177758830},"coords":"51.7154941,0.145868","bedrooms":"3","price":"198000","area":"474"} , +{"type":"Feature","id":"n28132786","geometry":{"type":"Point","coordinates":[-0.5125364,51.4360995]},"properties":{"@type":"node","@id":28132786,"@timestamp":1464380032},"coords":"51.4360995,-0.5125364","bedrooms":"1","price":"260000","area":"463"} , +{"type":"Feature","id":"n28132950","geometry":{"type":"Point","coordinates":[0.8636161,51.1480355]},"properties":{"@type":"node","@id":28132950,"@timestamp":1296596795},"coords":"51.1480355,0.8636161","bedrooms":"0","price":"188000","area":"442"} , +{"type":"Feature","id":"n28133009","geometry":{"type":"Point","coordinates":[0.8546003,51.1471341]},"properties":{"@type":"node","@id":28133009,"@timestamp":1177773767},"coords":"51.1471341,0.8546003","bedrooms":"1","price":"223000","area":"607"} , +{"type":"Feature","id":"n28133030","geometry":{"type":"Point","coordinates":[0.8557133,51.1462303]},"properties":{"@type":"node","@id":28133030,"@timestamp":1177773772},"coords":"51.1462303,0.8557133","bedrooms":"0","price":"213000","area":"350"} , +{"type":"Feature","id":"n28133060","geometry":{"type":"Point","coordinates":[0.857417,51.1452365]},"properties":{"@type":"node","@id":28133060,"@timestamp":1177773776},"coords":"51.1452365,0.857417","bedrooms":"4","price":"184000","area":"615"} , +{"type":"Feature","id":"n28135199","geometry":{"type":"Point","coordinates":[0.1522839,51.7135597]},"properties":{"@type":"node","@id":28135199,"@timestamp":1177775201},"coords":"51.7135597,0.1522839","bedrooms":"4","price":"194000","area":"445"} , +{"type":"Feature","id":"n28135247","geometry":{"type":"Point","coordinates":[0.1539254,51.7158531]},"properties":{"@type":"node","@id":28135247,"@timestamp":1177775274},"coords":"51.7158531,0.1539254","bedrooms":"4","price":"296000","area":"443"} , +{"type":"Feature","id":"n28135353","geometry":{"type":"Point","coordinates":[0.1589572,51.7211572]},"properties":{"@type":"node","@id":28135353,"@timestamp":1177775449},"coords":"51.7211572,0.1589572","bedrooms":"4","price":"243000","area":"583"} , +{"type":"Feature","id":"n28135486","geometry":{"type":"Point","coordinates":[0.8436544,51.1441194]},"properties":{"@type":"node","@id":28135486,"@timestamp":1177775596},"coords":"51.1441194,0.8436544","bedrooms":"0","price":"269000","area":"507"} , +{"type":"Feature","id":"n28135505","geometry":{"type":"Point","coordinates":[0.8401804,51.1412211]},"properties":{"@type":"node","@id":28135505,"@timestamp":1179585525},"coords":"51.1412211,0.8401804","bedrooms":"0","price":"199000","area":"358"} , +{"type":"Feature","id":"n28135580","geometry":{"type":"Point","coordinates":[0.8440108,51.1416447]},"properties":{"@type":"node","@id":28135580,"@timestamp":1177775605},"coords":"51.1416447,0.8440108","bedrooms":"3","price":"232000","area":"438"} , +{"type":"Feature","id":"n28135664","geometry":{"type":"Point","coordinates":[0.866069,51.1439429]},"properties":{"@type":"node","@id":28135664,"@timestamp":1177775611},"coords":"51.1439429,0.866069","bedrooms":"0","price":"181000","area":"605"} , +{"type":"Feature","id":"n28135741","geometry":{"type":"Point","coordinates":[0.1608669,51.7185251]},"properties":{"@type":"node","@id":28135741,"@timestamp":1177775723},"coords":"51.7185251,0.1608669","bedrooms":"2","price":"251000","area":"552"} , +{"type":"Feature","id":"n28135778","geometry":{"type":"Point","coordinates":[0.1605558,51.7179336]},"properties":{"@type":"node","@id":28135778,"@timestamp":1177775766},"coords":"51.7179336,0.1605558","bedrooms":"4","price":"231000","area":"471"} , +{"type":"Feature","id":"n28135898","geometry":{"type":"Point","coordinates":[0.1574552,51.7251449]},"properties":{"@type":"node","@id":28135898,"@timestamp":1177776027},"coords":"51.7251449,0.1574552","bedrooms":"3","price":"256000","area":"494"} , +{"type":"Feature","id":"n28136002","geometry":{"type":"Point","coordinates":[0.1564038,51.714384]},"properties":{"@type":"node","@id":28136002,"@timestamp":1177776174},"coords":"51.714384,0.1564038","bedrooms":"1","price":"213000","area":"370"} , +{"type":"Feature","id":"n28136025","geometry":{"type":"Point","coordinates":[0.8481416,51.1436795]},"properties":{"@type":"node","@id":28136025,"@timestamp":1177776198},"coords":"51.1436795,0.8481416","bedrooms":"3","price":"251000","area":"453"} , +{"type":"Feature","id":"n28136072","geometry":{"type":"Point","coordinates":[0.8481554,51.1430902]},"properties":{"@type":"node","@id":28136072,"@timestamp":1177776210},"coords":"51.1430902,0.8481554","bedrooms":"1","price":"269000","area":"574"} , +{"type":"Feature","id":"n28137741","geometry":{"type":"Point","coordinates":[0.161972,51.7221674]},"properties":{"@type":"node","@id":28137741,"@timestamp":1177779174},"coords":"51.7221674,0.161972","bedrooms":"4","price":"273000","area":"434"} , +{"type":"Feature","id":"n28137777","geometry":{"type":"Point","coordinates":[0.1631629,51.7179801]},"properties":{"@type":"node","@id":28137777,"@timestamp":1177779307},"coords":"51.7179801,0.1631629","bedrooms":"0","price":"197000","area":"683"} , +{"type":"Feature","id":"n28137950","geometry":{"type":"Point","coordinates":[0.1591503,51.7130678]},"properties":{"@type":"node","@id":28137950,"@timestamp":1177779802},"coords":"51.7130678,0.1591503","bedrooms":"2","price":"202000","area":"689"} , +{"type":"Feature","id":"n28138063","geometry":{"type":"Point","coordinates":[0.1621973,51.7153545]},"properties":{"@type":"node","@id":28138063,"@timestamp":1177779841},"coords":"51.7153545,0.1621973","bedrooms":"1","price":"264000","area":"609"} , +{"type":"Feature","id":"n28138127","geometry":{"type":"Point","coordinates":[0.1582706,51.7119842]},"properties":{"@type":"node","@id":28138127,"@timestamp":1177779987},"coords":"51.7119842,0.1582706","bedrooms":"3","price":"223000","area":"642"} , +{"type":"Feature","id":"n28138142","geometry":{"type":"Point","coordinates":[0.1593435,51.7116452]},"properties":{"@type":"node","@id":28138142,"@timestamp":1177780008},"coords":"51.7116452,0.1593435","bedrooms":"4","price":"155000","area":"358"} , +{"type":"Feature","id":"n28138154","geometry":{"type":"Point","coordinates":[0.1568973,51.7117183]},"properties":{"@type":"node","@id":28138154,"@timestamp":1177780021},"coords":"51.7117183,0.1568973","bedrooms":"4","price":"205000","area":"458"} , +{"type":"Feature","id":"n28138168","geometry":{"type":"Point","coordinates":[0.1576912,51.7113992]},"properties":{"@type":"node","@id":28138168,"@timestamp":1177780036},"coords":"51.7113992,0.1576912","bedrooms":"2","price":"240000","area":"518"} , +{"type":"Feature","id":"n28138643","geometry":{"type":"Point","coordinates":[0.1656305,51.7122967]},"properties":{"@type":"node","@id":28138643,"@timestamp":1177780528},"coords":"51.7122967,0.1656305","bedrooms":"2","price":"190000","area":"353"} , +{"type":"Feature","id":"n28138700","geometry":{"type":"Point","coordinates":[0.1653838,51.7136594]},"properties":{"@type":"node","@id":28138700,"@timestamp":1177780597},"coords":"51.7136594,0.1653838","bedrooms":"3","price":"194000","area":"632"} , +{"type":"Feature","id":"n28138924","geometry":{"type":"Point","coordinates":[0.1689028,51.7163449]},"properties":{"@type":"node","@id":28138924,"@timestamp":1177780801},"coords":"51.7163449,0.1689028","bedrooms":"4","price":"185000","area":"407"} , +{"type":"Feature","id":"n28138949","geometry":{"type":"Point","coordinates":[0.1742029,51.7181862]},"properties":{"@type":"node","@id":28138949,"@timestamp":1177780824},"coords":"51.7181862,0.1742029","bedrooms":"2","price":"223000","area":"410"} , +{"type":"Feature","id":"n28139156","geometry":{"type":"Point","coordinates":[0.1682055,51.7191965]},"properties":{"@type":"node","@id":28139156,"@timestamp":1177781068},"coords":"51.7191965,0.1682055","bedrooms":"4","price":"188000","area":"555"} , +{"type":"Feature","id":"n28139181","geometry":{"type":"Point","coordinates":[0.172615,51.7204327]},"properties":{"@type":"node","@id":28139181,"@timestamp":1177781089},"coords":"51.7204327,0.172615","bedrooms":"3","price":"224000","area":"642"} , +{"type":"Feature","id":"n28139198","geometry":{"type":"Point","coordinates":[0.1740098,51.7201004]},"properties":{"@type":"node","@id":28139198,"@timestamp":1177781107},"coords":"51.7201004,0.1740098","bedrooms":"1","price":"289000","area":"424"} , +{"type":"Feature","id":"n28139381","geometry":{"type":"Point","coordinates":[0.174793,51.7217022]},"properties":{"@type":"node","@id":28139381,"@timestamp":1177781282},"coords":"51.7217022,0.174793","bedrooms":"1","price":"277000","area":"682"} , +{"type":"Feature","id":"n28139425","geometry":{"type":"Point","coordinates":[0.1784193,51.7218285]},"properties":{"@type":"node","@id":28139425,"@timestamp":1177781313},"coords":"51.7218285,0.1784193","bedrooms":"0","price":"222000","area":"480"} , +{"type":"Feature","id":"n28139669","geometry":{"type":"Point","coordinates":[0.8496173,51.1446674]},"properties":{"@type":"node","@id":28139669,"@timestamp":1237205306},"coords":"51.1446674,0.8496173","bedrooms":"0","price":"263000","area":"355"} , +{"type":"Feature","id":"n28139755","geometry":{"type":"Point","coordinates":[0.8588166,51.1387342]},"properties":{"@type":"node","@id":28139755,"@timestamp":1350938687},"coords":"51.1387342,0.8588166","bedrooms":"4","price":"162000","area":"636"} , +{"type":"Feature","id":"n28152089","geometry":{"type":"Point","coordinates":[0.0223652,51.6857877]},"properties":{"@type":"node","@id":28152089,"@timestamp":1177792628},"coords":"51.6857877,0.0223652","bedrooms":"1","price":"159000","area":"637"} , +{"type":"Feature","id":"n28152147","geometry":{"type":"Point","coordinates":[0.03009,51.6831269]},"properties":{"@type":"node","@id":28152147,"@timestamp":1177792650},"coords":"51.6831269,0.03009","bedrooms":"0","price":"202000","area":"513"} , +{"type":"Feature","id":"n28152326","geometry":{"type":"Point","coordinates":[0.0127951,51.6878629]},"properties":{"@type":"node","@id":28152326,"@timestamp":1177792938},"coords":"51.6878629,0.0127951","bedrooms":"4","price":"171000","area":"550"} , +{"type":"Feature","id":"n28152440","geometry":{"type":"Point","coordinates":[0.0151769,51.6899913]},"properties":{"@type":"node","@id":28152440,"@timestamp":1177793048},"coords":"51.6899913,0.0151769","bedrooms":"1","price":"212000","area":"484"} , +{"type":"Feature","id":"n28154088","geometry":{"type":"Point","coordinates":[0.0120012,51.6816502]},"properties":{"@type":"node","@id":28154088,"@timestamp":1177793530},"coords":"51.6816502,0.0120012","bedrooms":"1","price":"250000","area":"531"} , +{"type":"Feature","id":"n28154231","geometry":{"type":"Point","coordinates":[0.0092331,51.6842179]},"properties":{"@type":"node","@id":28154231,"@timestamp":1177793578},"coords":"51.6842179,0.0092331","bedrooms":"2","price":"238000","area":"543"} , +{"type":"Feature","id":"n28154391","geometry":{"type":"Point","coordinates":[0.0056068,51.6789493]},"properties":{"@type":"node","@id":28154391,"@timestamp":1177793617},"coords":"51.6789493,0.0056068","bedrooms":"3","price":"242000","area":"615"} , +{"type":"Feature","id":"n28154624","geometry":{"type":"Point","coordinates":[0.0030812,51.6772267]},"properties":{"@type":"node","@id":28154624,"@timestamp":1177794242},"coords":"51.6772267,0.0030812","bedrooms":"0","price":"169000","area":"637"} , +{"type":"Feature","id":"n28155060","geometry":{"type":"Point","coordinates":[0.0024525,51.6830072]},"properties":{"@type":"node","@id":28155060,"@timestamp":1178142915},"coords":"51.6830072,0.0024525","bedrooms":"1","price":"212000","area":"661"} , +{"type":"Feature","id":"n28155121","geometry":{"type":"Point","coordinates":[0.0001994,51.6817832]},"properties":{"@type":"node","@id":28155121,"@timestamp":1177793798},"coords":"51.6817832,0.0001994","bedrooms":"2","price":"254000","area":"596"} , +{"type":"Feature","id":"n28155746","geometry":{"type":"Point","coordinates":[0.0033108,51.6833465]},"properties":{"@type":"node","@id":28155746,"@timestamp":1178142912},"coords":"51.6833465,0.0033108","bedrooms":"0","price":"169000","area":"453"} , +{"type":"Feature","id":"n28155760","geometry":{"type":"Point","coordinates":[0.008525,51.6839784]},"properties":{"@type":"node","@id":28155760,"@timestamp":1177794001},"coords":"51.6839784,0.008525","bedrooms":"4","price":"271000","area":"563"} , +{"type":"Feature","id":"n28156335","geometry":{"type":"Point","coordinates":[-0.0039419,51.6831147]},"properties":{"@type":"node","@id":28156335,"@timestamp":1177794832},"coords":"51.6831147,-0.0039419","bedrooms":"3","price":"194000","area":"607"} , +{"type":"Feature","id":"n28156348","geometry":{"type":"Point","coordinates":[0.0018109,51.6838182]},"properties":{"@type":"node","@id":28156348,"@timestamp":1205595710},"coords":"51.6838182,0.0018109","bedrooms":"2","price":"250000","area":"488"} , +{"type":"Feature","id":"n28156555","geometry":{"type":"Point","coordinates":[-0.8540902,51.734115]},"properties":{"@type":"node","@id":28156555,"@timestamp":1177795098},"coords":"51.734115,-0.8540902","bedrooms":"0","price":"152000","area":"573"} , +{"type":"Feature","id":"n28157022","geometry":{"type":"Point","coordinates":[0.0012616,51.6869585]},"properties":{"@type":"node","@id":28157022,"@timestamp":1177795339},"coords":"51.6869585,0.0012616","bedrooms":"4","price":"178000","area":"368"} , +{"type":"Feature","id":"n28157121","geometry":{"type":"Point","coordinates":[-0.0013318,51.6830765]},"properties":{"@type":"node","@id":28157121,"@timestamp":1177796549},"coords":"51.6830765,-0.0013318","bedrooms":"3","price":"248000","area":"406"} , +{"type":"Feature","id":"n28157195","geometry":{"type":"Point","coordinates":[-0.0045427,51.6844309]},"properties":{"@type":"node","@id":28157195,"@timestamp":1177795413},"coords":"51.6844309,-0.0045427","bedrooms":"4","price":"237000","area":"687"} , +{"type":"Feature","id":"n28158866","geometry":{"type":"Point","coordinates":[-0.0055727,51.686268]},"properties":{"@type":"node","@id":28158866,"@timestamp":1177796268},"coords":"51.686268,-0.0055727","bedrooms":"0","price":"240000","area":"537"} , +{"type":"Feature","id":"n28158905","geometry":{"type":"Point","coordinates":[-0.003966,51.6873091]},"properties":{"@type":"node","@id":28158905,"@timestamp":1177796548},"coords":"51.6873091,-0.003966","bedrooms":"3","price":"195000","area":"387"} , +{"type":"Feature","id":"n28167760","geometry":{"type":"Point","coordinates":[-1.0303066,51.1661186]},"properties":{"@type":"node","@id":28167760,"@timestamp":1232235002},"coords":"51.1661186,-1.0303066","bedrooms":"0","price":"157000","area":"475"} , +{"type":"Feature","id":"n28194934","geometry":{"type":"Point","coordinates":[0.3946264,51.4734892]},"properties":{"@type":"node","@id":28194934,"@timestamp":1177837118},"coords":"51.4734892,0.3946264","bedrooms":"1","price":"191000","area":"647"} , +{"type":"Feature","id":"n28194949","geometry":{"type":"Point","coordinates":[0.3900582,51.4707937]},"properties":{"@type":"node","@id":28194949,"@timestamp":1177837120},"coords":"51.4707937,0.3900582","bedrooms":"2","price":"253000","area":"651"} , +{"type":"Feature","id":"n28194960","geometry":{"type":"Point","coordinates":[0.3799678,51.4657934]},"properties":{"@type":"node","@id":28194960,"@timestamp":1206387056},"coords":"51.4657934,0.3799678","bedrooms":"2","price":"273000","area":"529"} , +{"type":"Feature","id":"n28195733","geometry":{"type":"Point","coordinates":[0.4201314,51.5062962]},"properties":{"@type":"node","@id":28195733,"@timestamp":1177838086},"coords":"51.5062962,0.4201314","bedrooms":"0","price":"233000","area":"539"} , +{"type":"Feature","id":"n28216964","geometry":{"type":"Point","coordinates":[0.3215117,51.4738303]},"properties":{"@type":"node","@id":28216964,"@timestamp":1190740995},"coords":"51.4738303,0.3215117","bedrooms":"2","price":"171000","area":"505"} , +{"type":"Feature","id":"n28217336","geometry":{"type":"Point","coordinates":[0.8948822,51.1351998]},"properties":{"@type":"node","@id":28217336,"@timestamp":1177863054},"coords":"51.1351998,0.8948822","bedrooms":"3","price":"218000","area":"445"} , +{"type":"Feature","id":"n28219401","geometry":{"type":"Point","coordinates":[0.8935387,51.1325842]},"properties":{"@type":"node","@id":28219401,"@timestamp":1177864126},"coords":"51.1325842,0.8935387","bedrooms":"1","price":"167000","area":"471"} , +{"type":"Feature","id":"n28220311","geometry":{"type":"Point","coordinates":[0.8956763,51.1316371]},"properties":{"@type":"node","@id":28220311,"@timestamp":1237085498},"coords":"51.1316371,0.8956763","bedrooms":"1","price":"193000","area":"504"} , +{"type":"Feature","id":"n28220350","geometry":{"type":"Point","coordinates":[0.8911736,51.1302121]},"properties":{"@type":"node","@id":28220350,"@timestamp":1177865126},"coords":"51.1302121,0.8911736","bedrooms":"2","price":"175000","area":"699"} , +{"type":"Feature","id":"n28220425","geometry":{"type":"Point","coordinates":[0.8854592,51.1341676]},"properties":{"@type":"node","@id":28220425,"@timestamp":1177865155},"coords":"51.1341676,0.8854592","bedrooms":"1","price":"212000","area":"446"} , +{"type":"Feature","id":"n28220655","geometry":{"type":"Point","coordinates":[0.8802212,51.1291215]},"properties":{"@type":"node","@id":28220655,"@timestamp":1177865187},"coords":"51.1291215,0.8802212","bedrooms":"3","price":"173000","area":"543"} , +{"type":"Feature","id":"n28220806","geometry":{"type":"Point","coordinates":[0.8803273,51.13792]},"properties":{"@type":"node","@id":28220806,"@timestamp":1177865250},"coords":"51.13792,0.8803273","bedrooms":"1","price":"244000","area":"672"} , +{"type":"Feature","id":"n28221686","geometry":{"type":"Point","coordinates":[-0.7528304,51.2749781]},"properties":{"@type":"node","@id":28221686,"@timestamp":1177865620},"coords":"51.2749781,-0.7528304","bedrooms":"3","price":"244000","area":"627"} , +{"type":"Feature","id":"n28225919","geometry":{"type":"Point","coordinates":[-0.618133,51.2221342]},"properties":{"@type":"node","@id":28225919,"@timestamp":1237282455},"coords":"51.2221342,-0.618133","bedrooms":"3","price":"286000","area":"663"} , +{"type":"Feature","id":"n28230691","geometry":{"type":"Point","coordinates":[-0.8615568,51.4746784]},"properties":{"@type":"node","@id":28230691,"@timestamp":1193078930},"coords":"51.4746784,-0.8615568","bedrooms":"1","price":"288000","area":"600"} , +{"type":"Feature","id":"n28230917","geometry":{"type":"Point","coordinates":[-0.8607043,51.4727527]},"properties":{"@type":"node","@id":28230917,"@timestamp":1193078932},"coords":"51.4727527,-0.8607043","bedrooms":"1","price":"163000","area":"616"} , +{"type":"Feature","id":"n28233316","geometry":{"type":"Point","coordinates":[-0.0058087,51.6877045]},"properties":{"@type":"node","@id":28233316,"@timestamp":1177873548},"coords":"51.6877045,-0.0058087","bedrooms":"0","price":"239000","area":"689"} , +{"type":"Feature","id":"n28234549","geometry":{"type":"Point","coordinates":[-0.0053152,51.6866288]},"properties":{"@type":"node","@id":28234549,"@timestamp":1177874096},"coords":"51.6866288,-0.0053152","bedrooms":"2","price":"221000","area":"473"} , +{"type":"Feature","id":"n28234778","geometry":{"type":"Point","coordinates":[-0.0050728,51.6868194]},"properties":{"@type":"node","@id":28234778,"@timestamp":1205598387},"coords":"51.6868194,-0.0050728","bedrooms":"1","price":"205000","area":"397"} , +{"type":"Feature","id":"n28236470","geometry":{"type":"Point","coordinates":[-0.0045105,51.684146]},"properties":{"@type":"node","@id":28236470,"@timestamp":1177874934},"coords":"51.684146,-0.0045105","bedrooms":"3","price":"189000","area":"410"} , +{"type":"Feature","id":"n28236769","geometry":{"type":"Point","coordinates":[-0.0080403,51.6858821]},"properties":{"@type":"node","@id":28236769,"@timestamp":1177875042},"coords":"51.6858821,-0.0080403","bedrooms":"3","price":"193000","area":"639"} , +{"type":"Feature","id":"n28236815","geometry":{"type":"Point","coordinates":[-0.0046393,51.6844453]},"properties":{"@type":"node","@id":28236815,"@timestamp":1177875054},"coords":"51.6844453,-0.0046393","bedrooms":"2","price":"261000","area":"677"} , +{"type":"Feature","id":"n28237266","geometry":{"type":"Point","coordinates":[0.8316155,51.2109567]},"properties":{"@type":"node","@id":28237266,"@timestamp":1177875792},"coords":"51.2109567,0.8316155","bedrooms":"4","price":"192000","area":"554"} , +{"type":"Feature","id":"n28237488","geometry":{"type":"Point","coordinates":[-0.0011699,51.6865346]},"properties":{"@type":"node","@id":28237488,"@timestamp":1376366708},"coords":"51.6865346,-0.0011699","bedrooms":"4","price":"243000","area":"577"} , +{"type":"Feature","id":"n28238082","geometry":{"type":"Point","coordinates":[-0.0015815,51.6833409]},"properties":{"@type":"node","@id":28238082,"@timestamp":1177876221},"coords":"51.6833409,-0.0015815","bedrooms":"1","price":"169000","area":"655"} , +{"type":"Feature","id":"n28238157","geometry":{"type":"Point","coordinates":[0.0008003,51.6855293]},"properties":{"@type":"node","@id":28238157,"@timestamp":1177876288},"coords":"51.6855293,0.0008003","bedrooms":"1","price":"253000","area":"626"} , +{"type":"Feature","id":"n28240986","geometry":{"type":"Point","coordinates":[-0.0044247,51.6819294]},"properties":{"@type":"node","@id":28240986,"@timestamp":1177877248},"coords":"51.6819294,-0.0044247","bedrooms":"3","price":"213000","area":"467"} , +{"type":"Feature","id":"n28264029","geometry":{"type":"Point","coordinates":[-0.9622288,51.6750536]},"properties":{"@type":"node","@id":28264029,"@timestamp":1382042047},"coords":"51.6750536,-0.9622288","bedrooms":"0","price":"203000","area":"653"} , +{"type":"Feature","id":"n28270664","geometry":{"type":"Point","coordinates":[-0.4212752,51.230035]},"properties":{"@type":"node","@id":28270664,"@timestamp":1177931878},"coords":"51.230035,-0.4212752","bedrooms":"0","price":"168000","area":"491"} , +{"type":"Feature","id":"n28275379","geometry":{"type":"Point","coordinates":[-0.2860059,51.2624585]},"properties":{"@type":"node","@id":28275379,"@timestamp":1177933735},"coords":"51.2624585,-0.2860059","bedrooms":"3","price":"221000","area":"504"} , +{"type":"Feature","id":"n28290658","geometry":{"type":"Point","coordinates":[-0.6717555,51.8070754]},"properties":{"@type":"node","@id":28290658,"@timestamp":1208956736},"coords":"51.8070754,-0.6717555","bedrooms":"4","price":"156000","area":"645"} , +{"type":"Feature","id":"n28344834","geometry":{"type":"Point","coordinates":[-0.6351854,51.2010894]},"properties":{"@type":"node","@id":28344834,"@timestamp":1184077646},"coords":"51.2010894,-0.6351854","bedrooms":"4","price":"230000","area":"567"} , +{"type":"Feature","id":"n28348004","geometry":{"type":"Point","coordinates":[0.434552,51.54588]},"properties":{"@type":"node","@id":28348004,"@timestamp":1254133685},"coords":"51.54588,0.434552","bedrooms":"4","price":"152000","area":"631"} , +{"type":"Feature","id":"n28348255","geometry":{"type":"Point","coordinates":[-0.7696737,51.6028392]},"properties":{"@type":"node","@id":28348255,"@timestamp":1177976886},"coords":"51.6028392,-0.7696737","bedrooms":"1","price":"170000","area":"531"} , +{"type":"Feature","id":"n28349696","geometry":{"type":"Point","coordinates":[0.0538683,51.6917772]},"properties":{"@type":"node","@id":28349696,"@timestamp":1177978239},"coords":"51.6917772,0.0538683","bedrooms":"4","price":"276000","area":"419"} , +{"type":"Feature","id":"n28350705","geometry":{"type":"Point","coordinates":[0.0463688,51.6835761]},"properties":{"@type":"node","@id":28350705,"@timestamp":1177979005},"coords":"51.6835761,0.0463688","bedrooms":"1","price":"267000","area":"688"} , +{"type":"Feature","id":"n28350850","geometry":{"type":"Point","coordinates":[0.0398349,51.6807623]},"properties":{"@type":"node","@id":28350850,"@timestamp":1177979379},"coords":"51.6807623,0.0398349","bedrooms":"3","price":"272000","area":"365"} , +{"type":"Feature","id":"n28351396","geometry":{"type":"Point","coordinates":[0.0218534,51.6779483]},"properties":{"@type":"node","@id":28351396,"@timestamp":1177980105},"coords":"51.6779483,0.0218534","bedrooms":"1","price":"239000","area":"600"} , +{"type":"Feature","id":"n28353168","geometry":{"type":"Point","coordinates":[-0.0216842,51.6810284]},"properties":{"@type":"node","@id":28353168,"@timestamp":1177981618},"coords":"51.6810284,-0.0216842","bedrooms":"1","price":"225000","area":"574"} , +{"type":"Feature","id":"n28376427","geometry":{"type":"Point","coordinates":[-0.7919097,51.3003213]},"properties":{"@type":"node","@id":28376427,"@timestamp":1492803358},"coords":"51.3003213,-0.7919097","bedrooms":"2","price":"161000","area":"479"} , +{"type":"Feature","id":"n28385180","geometry":{"type":"Point","coordinates":[0.8925228,51.1879764]},"properties":{"@type":"node","@id":28385180,"@timestamp":1178046234},"coords":"51.1879764,0.8925228","bedrooms":"4","price":"247000","area":"507"} , +{"type":"Feature","id":"n28385196","geometry":{"type":"Point","coordinates":[0.8884897,51.1747341]},"properties":{"@type":"node","@id":28385196,"@timestamp":1178046240},"coords":"51.1747341,0.8884897","bedrooms":"1","price":"293000","area":"572"} , +{"type":"Feature","id":"n28385206","geometry":{"type":"Point","coordinates":[0.8850514,51.1719141]},"properties":{"@type":"node","@id":28385206,"@timestamp":1178046241},"coords":"51.1719141,0.8850514","bedrooms":"1","price":"280000","area":"535"} , +{"type":"Feature","id":"n28396271","geometry":{"type":"Point","coordinates":[-1.0475975,51.2730848]},"properties":{"@type":"node","@id":28396271,"@timestamp":1178055345},"coords":"51.2730848,-1.0475975","bedrooms":"3","price":"227000","area":"656"} , +{"type":"Feature","id":"n28411822","geometry":{"type":"Point","coordinates":[0.4362162,51.5235089]},"properties":{"@type":"node","@id":28411822,"@timestamp":1192994019},"coords":"51.5235089,0.4362162","bedrooms":"3","price":"297000","area":"634"} , +{"type":"Feature","id":"n28413873","geometry":{"type":"Point","coordinates":[0.4484555,51.5296162]},"properties":{"@type":"node","@id":28413873,"@timestamp":1178063231},"coords":"51.5296162,0.4484555","bedrooms":"4","price":"244000","area":"680"} , +{"type":"Feature","id":"n28418094","geometry":{"type":"Point","coordinates":[-0.0479484,51.6827579]},"properties":{"@type":"node","@id":28418094,"@timestamp":1178065541},"coords":"51.6827579,-0.0479484","bedrooms":"1","price":"257000","area":"426"} , +{"type":"Feature","id":"n28418809","geometry":{"type":"Point","coordinates":[-0.0510981,51.6835025]},"properties":{"@type":"node","@id":28418809,"@timestamp":1627440734},"coords":"51.6835025,-0.0510981","bedrooms":"1","price":"291000","area":"660"} , +{"type":"Feature","id":"n28419023","geometry":{"type":"Point","coordinates":[-0.0886858,51.689609]},"properties":{"@type":"node","@id":28419023,"@timestamp":1178067020},"coords":"51.689609,-0.0886858","bedrooms":"2","price":"245000","area":"567"} , +{"type":"Feature","id":"n28419148","geometry":{"type":"Point","coordinates":[-0.1222456,51.6881657]},"properties":{"@type":"node","@id":28419148,"@timestamp":1178067325},"coords":"51.6881657,-0.1222456","bedrooms":"2","price":"167000","area":"589"} , +{"type":"Feature","id":"n28419270","geometry":{"type":"Point","coordinates":[-0.1382852,51.6878731]},"properties":{"@type":"node","@id":28419270,"@timestamp":1178067480},"coords":"51.6878731,-0.1382852","bedrooms":"1","price":"151000","area":"390"} , +{"type":"Feature","id":"n28419352","geometry":{"type":"Point","coordinates":[-0.1503551,51.6852058]},"properties":{"@type":"node","@id":28419352,"@timestamp":1178067707},"coords":"51.6852058,-0.1503551","bedrooms":"0","price":"223000","area":"498"} , +{"type":"Feature","id":"n28450066","geometry":{"type":"Point","coordinates":[-0.7870531,51.2922898]},"properties":{"@type":"node","@id":28450066,"@timestamp":1621008827},"coords":"51.2922898,-0.7870531","bedrooms":"3","price":"181000","area":"497"} , +{"type":"Feature","id":"n28509102","geometry":{"type":"Point","coordinates":[0.5273015,51.7218336]},"properties":{"@type":"node","@id":28509102,"@timestamp":1632961996},"coords":"51.7218336,0.5273015","bedrooms":"2","price":"228000","area":"484"} , +{"type":"Feature","id":"n28524453","geometry":{"type":"Point","coordinates":[0.0015865,51.6775771]},"properties":{"@type":"node","@id":28524453,"@timestamp":1618065658},"coords":"51.6775771,0.0015865","bedrooms":"4","price":"224000","area":"533"} , +{"type":"Feature","id":"n28541309","geometry":{"type":"Point","coordinates":[0.0035897,51.6861126]},"properties":{"@type":"node","@id":28541309,"@timestamp":1178142570},"coords":"51.6861126,0.0035897","bedrooms":"3","price":"229000","area":"680"} , +{"type":"Feature","id":"n28544296","geometry":{"type":"Point","coordinates":[0.0060681,51.683412]},"properties":{"@type":"node","@id":28544296,"@timestamp":1178142926},"coords":"51.683412,0.0060681","bedrooms":"4","price":"190000","area":"543"} , +{"type":"Feature","id":"n28544386","geometry":{"type":"Point","coordinates":[0.0071914,51.6832621]},"properties":{"@type":"node","@id":28544386,"@timestamp":1178144198},"coords":"51.6832621,0.0071914","bedrooms":"0","price":"217000","area":"390"} , +{"type":"Feature","id":"n28544855","geometry":{"type":"Point","coordinates":[0.0046824,51.6819795]},"properties":{"@type":"node","@id":28544855,"@timestamp":1178144198},"coords":"51.6819795,0.0046824","bedrooms":"0","price":"152000","area":"359"} , +{"type":"Feature","id":"n28569407","geometry":{"type":"Point","coordinates":[-0.8209112,51.8189106]},"properties":{"@type":"node","@id":28569407,"@timestamp":1178146366},"coords":"51.8189106,-0.8209112","bedrooms":"2","price":"225000","area":"609"} , +{"type":"Feature","id":"n28571742","geometry":{"type":"Point","coordinates":[-0.8209137,51.8219904]},"properties":{"@type":"node","@id":28571742,"@timestamp":1420480022},"coords":"51.8219904,-0.8209137","bedrooms":"4","price":"295000","area":"573"} , +{"type":"Feature","id":"n28587338","geometry":{"type":"Point","coordinates":[-0.049665,51.6925487]},"properties":{"@type":"node","@id":28587338,"@timestamp":1178151740},"coords":"51.6925487,-0.049665","bedrooms":"2","price":"273000","area":"536"} , +{"type":"Feature","id":"n28588687","geometry":{"type":"Point","coordinates":[-0.6984325,51.2459189]},"properties":{"@type":"node","@id":28588687,"@timestamp":1178151901},"coords":"51.2459189,-0.6984325","bedrooms":"0","price":"268000","area":"486"} , +{"type":"Feature","id":"n28589154","geometry":{"type":"Point","coordinates":[-0.0586037,51.6961455]},"properties":{"@type":"node","@id":28589154,"@timestamp":1212344522},"coords":"51.6961455,-0.0586037","bedrooms":"3","price":"214000","area":"560"} , +{"type":"Feature","id":"n28590297","geometry":{"type":"Point","coordinates":[-0.0617886,51.6979154]},"properties":{"@type":"node","@id":28590297,"@timestamp":1178152108},"coords":"51.6979154,-0.0617886","bedrooms":"2","price":"216000","area":"419"} , +{"type":"Feature","id":"n28594962","geometry":{"type":"Point","coordinates":[-0.061338,51.7063266]},"properties":{"@type":"node","@id":28594962,"@timestamp":1178152888},"coords":"51.7063266,-0.061338","bedrooms":"4","price":"213000","area":"622"} , +{"type":"Feature","id":"n28602560","geometry":{"type":"Point","coordinates":[-0.0567353,51.6996244]},"properties":{"@type":"node","@id":28602560,"@timestamp":1178153841},"coords":"51.6996244,-0.0567353","bedrooms":"1","price":"247000","area":"687"} , +{"type":"Feature","id":"n28785964","geometry":{"type":"Point","coordinates":[0.0149087,51.6856153]},"properties":{"@type":"node","@id":28785964,"@timestamp":1178211866},"coords":"51.6856153,0.0149087","bedrooms":"3","price":"240000","area":"414"} , +{"type":"Feature","id":"n28786048","geometry":{"type":"Point","coordinates":[0.0180522,51.6869057]},"properties":{"@type":"node","@id":28786048,"@timestamp":1178212121},"coords":"51.6869057,0.0180522","bedrooms":"2","price":"224000","area":"473"} , +{"type":"Feature","id":"n28786786","geometry":{"type":"Point","coordinates":[-0.6426875,51.545082]},"properties":{"@type":"node","@id":28786786,"@timestamp":1178213878},"coords":"51.545082,-0.6426875","bedrooms":"2","price":"288000","area":"438"} , +{"type":"Feature","id":"n28787697","geometry":{"type":"Point","coordinates":[-0.0374983,51.7070547]},"properties":{"@type":"node","@id":28787697,"@timestamp":1210500080},"coords":"51.7070547,-0.0374983","bedrooms":"4","price":"286000","area":"568"} , +{"type":"Feature","id":"n28787981","geometry":{"type":"Point","coordinates":[-0.0346717,51.7023104]},"properties":{"@type":"node","@id":28787981,"@timestamp":1210500082},"coords":"51.7023104,-0.0346717","bedrooms":"4","price":"209000","area":"465"} , +{"type":"Feature","id":"n28789456","geometry":{"type":"Point","coordinates":[-1.0067838,51.4214642]},"properties":{"@type":"node","@id":28789456,"@timestamp":1250370843},"coords":"51.4214642,-1.0067838","bedrooms":"3","price":"213000","area":"546"} , +{"type":"Feature","id":"n28795155","geometry":{"type":"Point","coordinates":[0.4668802,51.7458859]},"properties":{"@type":"node","@id":28795155,"@timestamp":1607703059},"coords":"51.7458859,0.4668802","bedrooms":"4","price":"283000","area":"374"} , +{"type":"Feature","id":"n28795611","geometry":{"type":"Point","coordinates":[-0.7998999,51.3458034]},"properties":{"@type":"node","@id":28795611,"@timestamp":1448653335},"coords":"51.3458034,-0.7998999","bedrooms":"0","price":"294000","area":"634"} , +{"type":"Feature","id":"n28798943","geometry":{"type":"Point","coordinates":[-0.0494683,51.5129705]},"properties":{"@type":"node","@id":28798943,"@timestamp":1208126395},"coords":"51.5129705,-0.0494683","bedrooms":"3","price":"287000","area":"493"} , +{"type":"Feature","id":"n28800223","geometry":{"type":"Point","coordinates":[-0.4572661,51.481589]},"properties":{"@type":"node","@id":28800223,"@timestamp":1178237374},"coords":"51.481589,-0.4572661","bedrooms":"2","price":"258000","area":"423"} , +{"type":"Feature","id":"n28800362","geometry":{"type":"Point","coordinates":[-0.0339523,51.7136897]},"properties":{"@type":"node","@id":28800362,"@timestamp":1202649121},"coords":"51.7136897,-0.0339523","bedrooms":"1","price":"176000","area":"668"} , +{"type":"Feature","id":"n28800399","geometry":{"type":"Point","coordinates":[-0.0275472,51.716842]},"properties":{"@type":"node","@id":28800399,"@timestamp":1202644144},"coords":"51.716842,-0.0275472","bedrooms":"1","price":"213000","area":"574"} , +{"type":"Feature","id":"n28800449","geometry":{"type":"Point","coordinates":[-0.0262815,51.7190909]},"properties":{"@type":"node","@id":28800449,"@timestamp":1202644144},"coords":"51.7190909,-0.0262815","bedrooms":"1","price":"255000","area":"633"} , +{"type":"Feature","id":"n28800465","geometry":{"type":"Point","coordinates":[-0.02848,51.7194689]},"properties":{"@type":"node","@id":28800465,"@timestamp":1202635253},"coords":"51.7194689,-0.02848","bedrooms":"0","price":"178000","area":"460"} , +{"type":"Feature","id":"n28800561","geometry":{"type":"Point","coordinates":[-0.0289525,51.7219181]},"properties":{"@type":"node","@id":28800561,"@timestamp":1202635250},"coords":"51.7219181,-0.0289525","bedrooms":"2","price":"179000","area":"365"} , +{"type":"Feature","id":"n28800621","geometry":{"type":"Point","coordinates":[-0.0269999,51.7253578]},"properties":{"@type":"node","@id":28800621,"@timestamp":1202584290},"coords":"51.7253578,-0.0269999","bedrooms":"4","price":"157000","area":"598"} , +{"type":"Feature","id":"n28800671","geometry":{"type":"Point","coordinates":[-0.093921,51.5146195]},"properties":{"@type":"node","@id":28800671,"@timestamp":1503235179},"coords":"51.5146195,-0.093921","bedrooms":"0","price":"220000","area":"539"} , +{"type":"Feature","id":"n28800826","geometry":{"type":"Point","coordinates":[0.057361,51.2731246]},"properties":{"@type":"node","@id":28800826,"@timestamp":1193867813},"coords":"51.2731246,0.057361","bedrooms":"4","price":"254000","area":"606"} , +{"type":"Feature","id":"n28802949","geometry":{"type":"Point","coordinates":[-0.3418081,51.8108554]},"properties":{"@type":"node","@id":28802949,"@timestamp":1628424105},"coords":"51.8108554,-0.3418081","bedrooms":"1","price":"205000","area":"573"} , +{"type":"Feature","id":"n28807134","geometry":{"type":"Point","coordinates":[0.363622,51.5161598]},"properties":{"@type":"node","@id":28807134,"@timestamp":1188512965},"coords":"51.5161598,0.363622","bedrooms":"4","price":"243000","area":"502"} , +{"type":"Feature","id":"n28807182","geometry":{"type":"Point","coordinates":[0.3576233,51.5172763]},"properties":{"@type":"node","@id":28807182,"@timestamp":1178321770},"coords":"51.5172763,0.3576233","bedrooms":"3","price":"283000","area":"616"} , +{"type":"Feature","id":"n28807327","geometry":{"type":"Point","coordinates":[0.3422716,51.511219]},"properties":{"@type":"node","@id":28807327,"@timestamp":1178320036},"coords":"51.511219,0.3422716","bedrooms":"4","price":"253000","area":"612"} , +{"type":"Feature","id":"n28807488","geometry":{"type":"Point","coordinates":[0.3676562,51.5112463]},"properties":{"@type":"node","@id":28807488,"@timestamp":1207240308},"coords":"51.5112463,0.3676562","bedrooms":"0","price":"221000","area":"354"} , +{"type":"Feature","id":"n28807524","geometry":{"type":"Point","coordinates":[0.3643748,51.5087817]},"properties":{"@type":"node","@id":28807524,"@timestamp":1442716309},"coords":"51.5087817,0.3643748","bedrooms":"4","price":"257000","area":"429"} , +{"type":"Feature","id":"n28807729","geometry":{"type":"Point","coordinates":[0.3660506,51.4880427]},"properties":{"@type":"node","@id":28807729,"@timestamp":1178322885},"coords":"51.4880427,0.3660506","bedrooms":"1","price":"205000","area":"540"} , +{"type":"Feature","id":"n28807743","geometry":{"type":"Point","coordinates":[0.3245962,51.4895837]},"properties":{"@type":"node","@id":28807743,"@timestamp":1206526782},"coords":"51.4895837,0.3245962","bedrooms":"4","price":"257000","area":"362"} , +{"type":"Feature","id":"n28807800","geometry":{"type":"Point","coordinates":[0.3240215,51.4926519]},"properties":{"@type":"node","@id":28807800,"@timestamp":1206620499},"coords":"51.4926519,0.3240215","bedrooms":"3","price":"297000","area":"665"} , +{"type":"Feature","id":"n28808058","geometry":{"type":"Point","coordinates":[-0.0306428,51.7450447]},"properties":{"@type":"node","@id":28808058,"@timestamp":1178324500},"coords":"51.7450447,-0.0306428","bedrooms":"3","price":"282000","area":"408"} , +{"type":"Feature","id":"n28808072","geometry":{"type":"Point","coordinates":[-0.0315225,51.7460677]},"properties":{"@type":"node","@id":28808072,"@timestamp":1178324519},"coords":"51.7460677,-0.0315225","bedrooms":"3","price":"155000","area":"487"} , +{"type":"Feature","id":"n28808325","geometry":{"type":"Point","coordinates":[-0.0301063,51.7482796]},"properties":{"@type":"node","@id":28808325,"@timestamp":1178324614},"coords":"51.7482796,-0.0301063","bedrooms":"2","price":"258000","area":"641"} , +{"type":"Feature","id":"n28808430","geometry":{"type":"Point","coordinates":[-0.0297845,51.7466854]},"properties":{"@type":"node","@id":28808430,"@timestamp":1178324641},"coords":"51.7466854,-0.0297845","bedrooms":"4","price":"172000","area":"357"} , +{"type":"Feature","id":"n28809512","geometry":{"type":"Point","coordinates":[-0.020504,51.7435101]},"properties":{"@type":"node","@id":28809512,"@timestamp":1178325204},"coords":"51.7435101,-0.020504","bedrooms":"0","price":"164000","area":"451"} , +{"type":"Feature","id":"n28810390","geometry":{"type":"Point","coordinates":[-0.0166516,51.7380625]},"properties":{"@type":"node","@id":28810390,"@timestamp":1188069074},"coords":"51.7380625,-0.0166516","bedrooms":"2","price":"158000","area":"362"} , +{"type":"Feature","id":"n28810764","geometry":{"type":"Point","coordinates":[-0.021099,51.7380424]},"properties":{"@type":"node","@id":28810764,"@timestamp":1188069076},"coords":"51.7380424,-0.021099","bedrooms":"4","price":"264000","area":"502"} , +{"type":"Feature","id":"n28811758","geometry":{"type":"Point","coordinates":[-0.0196294,51.7398363]},"properties":{"@type":"node","@id":28811758,"@timestamp":1188068460},"coords":"51.7398363,-0.0196294","bedrooms":"4","price":"206000","area":"416"} , +{"type":"Feature","id":"n28811883","geometry":{"type":"Point","coordinates":[-0.0214052,51.7400955]},"properties":{"@type":"node","@id":28811883,"@timestamp":1178325994},"coords":"51.7400955,-0.0214052","bedrooms":"2","price":"206000","area":"501"} , +{"type":"Feature","id":"n28812009","geometry":{"type":"Point","coordinates":[-0.0168832,51.7401287]},"properties":{"@type":"node","@id":28812009,"@timestamp":1188776841},"coords":"51.7401287,-0.0168832","bedrooms":"1","price":"204000","area":"663"} , +{"type":"Feature","id":"n28812178","geometry":{"type":"Point","coordinates":[-0.0189642,51.7382948]},"properties":{"@type":"node","@id":28812178,"@timestamp":1188068455},"coords":"51.7382948,-0.0189642","bedrooms":"0","price":"221000","area":"589"} , +{"type":"Feature","id":"n28815387","geometry":{"type":"Point","coordinates":[-0.019066,51.7352287]},"properties":{"@type":"node","@id":28815387,"@timestamp":1188069586},"coords":"51.7352287,-0.019066","bedrooms":"2","price":"183000","area":"653"} , +{"type":"Feature","id":"n28816054","geometry":{"type":"Point","coordinates":[-0.0181536,51.7347602]},"properties":{"@type":"node","@id":28816054,"@timestamp":1188069074},"coords":"51.7347602,-0.0181536","bedrooms":"1","price":"200000","area":"652"} , +{"type":"Feature","id":"n28818518","geometry":{"type":"Point","coordinates":[-0.0214372,51.7355308]},"properties":{"@type":"node","@id":28818518,"@timestamp":1188069585},"coords":"51.7355308,-0.0214372","bedrooms":"1","price":"217000","area":"388"} , +{"type":"Feature","id":"n28818597","geometry":{"type":"Point","coordinates":[-0.0217539,51.7359329]},"properties":{"@type":"node","@id":28818597,"@timestamp":1188069588},"coords":"51.7359329,-0.0217539","bedrooms":"0","price":"213000","area":"452"} , +{"type":"Feature","id":"n28819064","geometry":{"type":"Point","coordinates":[-0.021961,51.7340861]},"properties":{"@type":"node","@id":28819064,"@timestamp":1188085454},"coords":"51.7340861,-0.021961","bedrooms":"0","price":"275000","area":"496"} , +{"type":"Feature","id":"n28819169","geometry":{"type":"Point","coordinates":[-0.0248864,51.7354142]},"properties":{"@type":"node","@id":28819169,"@timestamp":1188131352},"coords":"51.7354142,-0.0248864","bedrooms":"4","price":"234000","area":"461"} , +{"type":"Feature","id":"n28821825","geometry":{"type":"Point","coordinates":[-0.0200041,51.7331909]},"properties":{"@type":"node","@id":28821825,"@timestamp":1188085698},"coords":"51.7331909,-0.0200041","bedrooms":"2","price":"153000","area":"526"} , +{"type":"Feature","id":"n28821915","geometry":{"type":"Point","coordinates":[-0.0197337,51.7326708]},"properties":{"@type":"node","@id":28821915,"@timestamp":1188085698},"coords":"51.7326708,-0.0197337","bedrooms":"0","price":"296000","area":"498"} , +{"type":"Feature","id":"n28822056","geometry":{"type":"Point","coordinates":[-0.0215645,51.732318]},"properties":{"@type":"node","@id":28822056,"@timestamp":1188126818},"coords":"51.732318,-0.0215645","bedrooms":"1","price":"177000","area":"380"} , +{"type":"Feature","id":"n28823090","geometry":{"type":"Point","coordinates":[-0.0188297,51.7329529]},"properties":{"@type":"node","@id":28823090,"@timestamp":1188069074},"coords":"51.7329529,-0.0188297","bedrooms":"4","price":"194000","area":"687"} , +{"type":"Feature","id":"n28823881","geometry":{"type":"Point","coordinates":[-0.0194895,51.7307669]},"properties":{"@type":"node","@id":28823881,"@timestamp":1188086033},"coords":"51.7307669,-0.0194895","bedrooms":"4","price":"288000","area":"380"} , +{"type":"Feature","id":"n28829271","geometry":{"type":"Point","coordinates":[-0.0263012,51.5771978]},"properties":{"@type":"node","@id":28829271,"@timestamp":1595028438},"coords":"51.5771978,-0.0263012","bedrooms":"2","price":"210000","area":"466"} , +{"type":"Feature","id":"n28834500","geometry":{"type":"Point","coordinates":[-0.0307072,51.7470641]},"properties":{"@type":"node","@id":28834500,"@timestamp":1178499338},"coords":"51.7470641,-0.0307072","bedrooms":"3","price":"288000","area":"403"} , +{"type":"Feature","id":"n28834575","geometry":{"type":"Point","coordinates":[-0.0190773,51.7461941]},"properties":{"@type":"node","@id":28834575,"@timestamp":1188067466},"coords":"51.7461941,-0.0190773","bedrooms":"4","price":"217000","area":"410"} , +{"type":"Feature","id":"n28835311","geometry":{"type":"Point","coordinates":[-0.9769208,51.6364106]},"properties":{"@type":"node","@id":28835311,"@timestamp":1178506233},"coords":"51.6364106,-0.9769208","bedrooms":"0","price":"238000","area":"647"} , +{"type":"Feature","id":"n28835322","geometry":{"type":"Point","coordinates":[-0.9830475,51.6364936]},"properties":{"@type":"node","@id":28835322,"@timestamp":1178506236},"coords":"51.6364936,-0.9830475","bedrooms":"0","price":"212000","area":"440"} , +{"type":"Feature","id":"n28835940","geometry":{"type":"Point","coordinates":[-0.0272847,51.7453901]},"properties":{"@type":"node","@id":28835940,"@timestamp":1178536320},"coords":"51.7453901,-0.0272847","bedrooms":"4","price":"291000","area":"619"} , +{"type":"Feature","id":"n28836808","geometry":{"type":"Point","coordinates":[0.0791585,51.0881222]},"properties":{"@type":"node","@id":28836808,"@timestamp":1178539657},"coords":"51.0881222,0.0791585","bedrooms":"0","price":"281000","area":"498"} , +{"type":"Feature","id":"n28837498","geometry":{"type":"Point","coordinates":[0.1514146,51.1063641]},"properties":{"@type":"node","@id":28837498,"@timestamp":1178541721},"coords":"51.1063641,0.1514146","bedrooms":"0","price":"281000","area":"450"} , +{"type":"Feature","id":"n28837576","geometry":{"type":"Point","coordinates":[-0.0252297,51.7292284]},"properties":{"@type":"node","@id":28837576,"@timestamp":1202584289},"coords":"51.7292284,-0.0252297","bedrooms":"4","price":"281000","area":"580"} , +{"type":"Feature","id":"n28837588","geometry":{"type":"Point","coordinates":[-0.0202358,51.7305742]},"properties":{"@type":"node","@id":28837588,"@timestamp":1178542189},"coords":"51.7305742,-0.0202358","bedrooms":"3","price":"165000","area":"651"} , +{"type":"Feature","id":"n28837598","geometry":{"type":"Point","coordinates":[-0.0223745,51.7292347]},"properties":{"@type":"node","@id":28837598,"@timestamp":1188120350},"coords":"51.7292347,-0.0223745","bedrooms":"1","price":"189000","area":"383"} , +{"type":"Feature","id":"n28837610","geometry":{"type":"Point","coordinates":[-0.0232026,51.7301161]},"properties":{"@type":"node","@id":28837610,"@timestamp":1188120349},"coords":"51.7301161,-0.0232026","bedrooms":"0","price":"193000","area":"440"} , +{"type":"Feature","id":"n28837696","geometry":{"type":"Point","coordinates":[-0.5726361,50.9821478]},"properties":{"@type":"node","@id":28837696,"@timestamp":1178542317},"coords":"50.9821478,-0.5726361","bedrooms":"3","price":"218000","area":"643"} , +{"type":"Feature","id":"n28837812","geometry":{"type":"Point","coordinates":[0.3184083,51.1554708]},"properties":{"@type":"node","@id":28837812,"@timestamp":1227559155},"coords":"51.1554708,0.3184083","bedrooms":"1","price":"178000","area":"412"} , +{"type":"Feature","id":"n28837852","geometry":{"type":"Point","coordinates":[0.3628444,51.1759646]},"properties":{"@type":"node","@id":28837852,"@timestamp":1243719707},"coords":"51.1759646,0.3628444","bedrooms":"4","price":"212000","area":"493"} , +{"type":"Feature","id":"n28838646","geometry":{"type":"Point","coordinates":[-0.197141,51.2766874]},"properties":{"@type":"node","@id":28838646,"@timestamp":1199026013},"coords":"51.2766874,-0.197141","bedrooms":"0","price":"214000","area":"665"} , +{"type":"Feature","id":"n28838681","geometry":{"type":"Point","coordinates":[-0.1565931,51.2905628]},"properties":{"@type":"node","@id":28838681,"@timestamp":1179702624},"coords":"51.2905628,-0.1565931","bedrooms":"2","price":"192000","area":"450"} , +{"type":"Feature","id":"n28839023","geometry":{"type":"Point","coordinates":[-0.0256964,51.7284511]},"properties":{"@type":"node","@id":28839023,"@timestamp":1202584288},"coords":"51.7284511,-0.0256964","bedrooms":"4","price":"285000","area":"623"} , +{"type":"Feature","id":"n28839035","geometry":{"type":"Point","coordinates":[-0.0225262,51.7280759]},"properties":{"@type":"node","@id":28839035,"@timestamp":1202584288},"coords":"51.7280759,-0.0225262","bedrooms":"0","price":"193000","area":"406"} , +{"type":"Feature","id":"n28839046","geometry":{"type":"Point","coordinates":[-0.0231861,51.7266797]},"properties":{"@type":"node","@id":28839046,"@timestamp":1202584284},"coords":"51.7266797,-0.0231861","bedrooms":"2","price":"243000","area":"521"} , +{"type":"Feature","id":"n28839059","geometry":{"type":"Point","coordinates":[-0.0206488,51.7275303]},"properties":{"@type":"node","@id":28839059,"@timestamp":1202584285},"coords":"51.7275303,-0.0206488","bedrooms":"3","price":"250000","area":"548"} , +{"type":"Feature","id":"n28839074","geometry":{"type":"Point","coordinates":[-0.025144,51.7279394]},"properties":{"@type":"node","@id":28839074,"@timestamp":1202584286},"coords":"51.7279394,-0.025144","bedrooms":"3","price":"153000","area":"662"} , +{"type":"Feature","id":"n28839771","geometry":{"type":"Point","coordinates":[-0.0272847,51.728142]},"properties":{"@type":"node","@id":28839771,"@timestamp":1178556599},"coords":"51.728142,-0.0272847","bedrooms":"1","price":"263000","area":"565"} , +{"type":"Feature","id":"n28839781","geometry":{"type":"Point","coordinates":[-0.0277782,51.7269323]},"properties":{"@type":"node","@id":28839781,"@timestamp":1202584282},"coords":"51.7269323,-0.0277782","bedrooms":"2","price":"226000","area":"367"} , +{"type":"Feature","id":"n28840012","geometry":{"type":"Point","coordinates":[-0.0314512,51.7233681]},"properties":{"@type":"node","@id":28840012,"@timestamp":1210442552},"coords":"51.7233681,-0.0314512","bedrooms":"1","price":"237000","area":"605"} , +{"type":"Feature","id":"n28840218","geometry":{"type":"Point","coordinates":[-0.0436139,51.705961]},"properties":{"@type":"node","@id":28840218,"@timestamp":1178558519},"coords":"51.705961,-0.0436139","bedrooms":"1","price":"298000","area":"544"} , +{"type":"Feature","id":"n28841899","geometry":{"type":"Point","coordinates":[-0.7081642,51.9555527]},"properties":{"@type":"node","@id":28841899,"@timestamp":1178561922},"coords":"51.9555527,-0.7081642","bedrooms":"4","price":"159000","area":"389"} , +{"type":"Feature","id":"n28842669","geometry":{"type":"Point","coordinates":[-0.8040352,51.7905025]},"properties":{"@type":"node","@id":28842669,"@timestamp":1178563356},"coords":"51.7905025,-0.8040352","bedrooms":"1","price":"241000","area":"480"} , +{"type":"Feature","id":"n28842681","geometry":{"type":"Point","coordinates":[-0.8175724,51.8007883]},"properties":{"@type":"node","@id":28842681,"@timestamp":1178563358},"coords":"51.8007883,-0.8175724","bedrooms":"3","price":"166000","area":"403"} , +{"type":"Feature","id":"n28842691","geometry":{"type":"Point","coordinates":[-0.8167618,51.7993515]},"properties":{"@type":"node","@id":28842691,"@timestamp":1178563360},"coords":"51.7993515,-0.8167618","bedrooms":"3","price":"230000","area":"363"} , +{"type":"Feature","id":"n28842703","geometry":{"type":"Point","coordinates":[-0.8224097,51.7979226]},"properties":{"@type":"node","@id":28842703,"@timestamp":1178563362},"coords":"51.7979226,-0.8224097","bedrooms":"2","price":"252000","area":"391"} , +{"type":"Feature","id":"n28842721","geometry":{"type":"Point","coordinates":[-0.823653,51.8015941]},"properties":{"@type":"node","@id":28842721,"@timestamp":1178563364},"coords":"51.8015941,-0.823653","bedrooms":"0","price":"243000","area":"542"} , +{"type":"Feature","id":"n28848165","geometry":{"type":"Point","coordinates":[0.5990511,51.557374]},"properties":{"@type":"node","@id":28848165,"@timestamp":1178569988},"coords":"51.557374,0.5990511","bedrooms":"1","price":"282000","area":"456"} , +{"type":"Feature","id":"n28851222","geometry":{"type":"Point","coordinates":[-0.0012982,51.7577224]},"properties":{"@type":"node","@id":28851222,"@timestamp":1178583617},"coords":"51.7577224,-0.0012982","bedrooms":"2","price":"234000","area":"611"} , +{"type":"Feature","id":"n28851254","geometry":{"type":"Point","coordinates":[-0.023818,51.72184]},"properties":{"@type":"node","@id":28851254,"@timestamp":1206888007},"coords":"51.72184,-0.023818","bedrooms":"2","price":"269000","area":"603"} , +{"type":"Feature","id":"n28851265","geometry":{"type":"Point","coordinates":[-0.0229219,51.7228773]},"properties":{"@type":"node","@id":28851265,"@timestamp":1202602166},"coords":"51.7228773,-0.0229219","bedrooms":"4","price":"254000","area":"635"} , +{"type":"Feature","id":"n28851275","geometry":{"type":"Point","coordinates":[-0.0215917,51.7219729]},"properties":{"@type":"node","@id":28851275,"@timestamp":1202602164},"coords":"51.7219729,-0.0215917","bedrooms":"0","price":"236000","area":"633"} , +{"type":"Feature","id":"n28851285","geometry":{"type":"Point","coordinates":[-0.0220366,51.7227606]},"properties":{"@type":"node","@id":28851285,"@timestamp":1202602172},"coords":"51.7227606,-0.0220366","bedrooms":"1","price":"201000","area":"544"} , +{"type":"Feature","id":"n28851295","geometry":{"type":"Point","coordinates":[-0.0258507,51.7227436]},"properties":{"@type":"node","@id":28851295,"@timestamp":1202602169},"coords":"51.7227436,-0.0258507","bedrooms":"0","price":"248000","area":"503"} , +{"type":"Feature","id":"n28851305","geometry":{"type":"Point","coordinates":[-0.0268381,51.7229102]},"properties":{"@type":"node","@id":28851305,"@timestamp":1202602161},"coords":"51.7229102,-0.0268381","bedrooms":"2","price":"277000","area":"627"} , +{"type":"Feature","id":"n28851317","geometry":{"type":"Point","coordinates":[-0.0261781,51.7207795]},"properties":{"@type":"node","@id":28851317,"@timestamp":1202635252},"coords":"51.7207795,-0.0261781","bedrooms":"1","price":"284000","area":"638"} , +{"type":"Feature","id":"n28851327","geometry":{"type":"Point","coordinates":[-0.0286833,51.721288]},"properties":{"@type":"node","@id":28851327,"@timestamp":1202635252},"coords":"51.721288,-0.0286833","bedrooms":"3","price":"162000","area":"699"} , +{"type":"Feature","id":"n28851407","geometry":{"type":"Point","coordinates":[-0.0299064,51.7203275]},"properties":{"@type":"node","@id":28851407,"@timestamp":1202635250},"coords":"51.7203275,-0.0299064","bedrooms":"3","price":"172000","area":"671"} , +{"type":"Feature","id":"n28851419","geometry":{"type":"Point","coordinates":[-0.0269826,51.7198191]},"properties":{"@type":"node","@id":28851419,"@timestamp":1202635251},"coords":"51.7198191,-0.0269826","bedrooms":"0","price":"167000","area":"356"} , +{"type":"Feature","id":"n28851446","geometry":{"type":"Point","coordinates":[-0.0269616,51.7200949]},"properties":{"@type":"node","@id":28851446,"@timestamp":1202635250},"coords":"51.7200949,-0.0269616","bedrooms":"3","price":"243000","area":"668"} , +{"type":"Feature","id":"n28851461","geometry":{"type":"Point","coordinates":[-0.0237541,51.7195996]},"properties":{"@type":"node","@id":28851461,"@timestamp":1202643283},"coords":"51.7195996,-0.0237541","bedrooms":"4","price":"160000","area":"521"} , +{"type":"Feature","id":"n28851727","geometry":{"type":"Point","coordinates":[-0.0219671,51.7177885]},"properties":{"@type":"node","@id":28851727,"@timestamp":1202643287},"coords":"51.7177885,-0.0219671","bedrooms":"0","price":"221000","area":"373"} , +{"type":"Feature","id":"n28851754","geometry":{"type":"Point","coordinates":[-0.0251104,51.717021]},"properties":{"@type":"node","@id":28851754,"@timestamp":1202643288},"coords":"51.717021,-0.0251104","bedrooms":"3","price":"253000","area":"544"} , +{"type":"Feature","id":"n28851764","geometry":{"type":"Point","coordinates":[-0.0235551,51.717453]},"properties":{"@type":"node","@id":28851764,"@timestamp":1202643290},"coords":"51.717453,-0.0235551","bedrooms":"1","price":"204000","area":"415"} , +{"type":"Feature","id":"n28851776","geometry":{"type":"Point","coordinates":[-0.0227829,51.7193473]},"properties":{"@type":"node","@id":28851776,"@timestamp":1202643292},"coords":"51.7193473,-0.0227829","bedrooms":"1","price":"240000","area":"513"} , +{"type":"Feature","id":"n28851786","geometry":{"type":"Point","coordinates":[-0.0244561,51.7177193]},"properties":{"@type":"node","@id":28851786,"@timestamp":1202643291},"coords":"51.7177193,-0.0244561","bedrooms":"1","price":"242000","area":"409"} , +{"type":"Feature","id":"n28851804","geometry":{"type":"Point","coordinates":[-0.0218817,51.7196597]},"properties":{"@type":"node","@id":28851804,"@timestamp":1202643292},"coords":"51.7196597,-0.0218817","bedrooms":"4","price":"232000","area":"600"} , +{"type":"Feature","id":"n28851815","geometry":{"type":"Point","coordinates":[-0.0235607,51.7203381]},"properties":{"@type":"node","@id":28851815,"@timestamp":1202643293},"coords":"51.7203381,-0.0235607","bedrooms":"4","price":"206000","area":"456"} , +{"type":"Feature","id":"n28851825","geometry":{"type":"Point","coordinates":[-0.0246656,51.7199391]},"properties":{"@type":"node","@id":28851825,"@timestamp":1178585362},"coords":"51.7199391,-0.0246656","bedrooms":"0","price":"225000","area":"354"} , +{"type":"Feature","id":"n28851839","geometry":{"type":"Point","coordinates":[-0.0269723,51.717307]},"properties":{"@type":"node","@id":28851839,"@timestamp":1178585382},"coords":"51.717307,-0.0269723","bedrooms":"4","price":"160000","area":"486"} , +{"type":"Feature","id":"n28851849","geometry":{"type":"Point","coordinates":[-0.026425,51.7173369]},"properties":{"@type":"node","@id":28851849,"@timestamp":1202643285},"coords":"51.7173369,-0.026425","bedrooms":"3","price":"170000","area":"515"} , +{"type":"Feature","id":"n28851912","geometry":{"type":"Point","coordinates":[-0.0238178,51.7157215]},"properties":{"@type":"node","@id":28851912,"@timestamp":1202643287},"coords":"51.7157215,-0.0238178","bedrooms":"2","price":"186000","area":"614"} , +{"type":"Feature","id":"n28851922","geometry":{"type":"Point","coordinates":[-0.022622,51.7165759]},"properties":{"@type":"node","@id":28851922,"@timestamp":1202643287},"coords":"51.7165759,-0.022622","bedrooms":"1","price":"239000","area":"358"} , +{"type":"Feature","id":"n28851950","geometry":{"type":"Point","coordinates":[-0.0273585,51.7154924]},"properties":{"@type":"node","@id":28851950,"@timestamp":1178585952},"coords":"51.7154924,-0.0273585","bedrooms":"2","price":"293000","area":"522"} , +{"type":"Feature","id":"n28851960","geometry":{"type":"Point","coordinates":[-0.0271976,51.7180049]},"properties":{"@type":"node","@id":28851960,"@timestamp":1178585970},"coords":"51.7180049,-0.0271976","bedrooms":"4","price":"161000","area":"394"} , +{"type":"Feature","id":"n28872550","geometry":{"type":"Point","coordinates":[-0.955554,52.1449334]},"properties":{"@type":"node","@id":28872550,"@timestamp":1178633216},"coords":"52.1449334,-0.955554","bedrooms":"0","price":"173000","area":"487"} , +{"type":"Feature","id":"n28873316","geometry":{"type":"Point","coordinates":[-0.1540497,51.8833451]},"properties":{"@type":"node","@id":28873316,"@timestamp":1182197214},"coords":"51.8833451,-0.1540497","bedrooms":"4","price":"194000","area":"690"} , +{"type":"Feature","id":"n28873349","geometry":{"type":"Point","coordinates":[-0.1494349,51.8990956]},"properties":{"@type":"node","@id":28873349,"@timestamp":1178634469},"coords":"51.8990956,-0.1494349","bedrooms":"3","price":"286000","area":"452"} , +{"type":"Feature","id":"n28873380","geometry":{"type":"Point","coordinates":[-0.1490164,51.8985146]},"properties":{"@type":"node","@id":28873380,"@timestamp":1178634472},"coords":"51.8985146,-0.1490164","bedrooms":"2","price":"283000","area":"548"} , +{"type":"Feature","id":"n28873469","geometry":{"type":"Point","coordinates":[-0.1760649,51.8056544]},"properties":{"@type":"node","@id":28873469,"@timestamp":1328733081},"coords":"51.8056544,-0.1760649","bedrooms":"1","price":"191000","area":"615"} , +{"type":"Feature","id":"n28875895","geometry":{"type":"Point","coordinates":[-0.6063173,51.3126287]},"properties":{"@type":"node","@id":28875895,"@timestamp":1526679577},"coords":"51.3126287,-0.6063173","bedrooms":"3","price":"193000","area":"663"} , +{"type":"Feature","id":"n28886223","geometry":{"type":"Point","coordinates":[-0.2612411,51.0181654]},"properties":{"@type":"node","@id":28886223,"@timestamp":1178691331},"coords":"51.0181654,-0.2612411","bedrooms":"4","price":"192000","area":"610"} , +{"type":"Feature","id":"n28886246","geometry":{"type":"Point","coordinates":[-0.2564205,51.0182871]},"properties":{"@type":"node","@id":28886246,"@timestamp":1178691342},"coords":"51.0182871,-0.2564205","bedrooms":"2","price":"296000","area":"665"} , +{"type":"Feature","id":"n28886273","geometry":{"type":"Point","coordinates":[-0.2585874,51.0245685]},"properties":{"@type":"node","@id":28886273,"@timestamp":1178691348},"coords":"51.0245685,-0.2585874","bedrooms":"1","price":"186000","area":"631"} , +{"type":"Feature","id":"n28886973","geometry":{"type":"Point","coordinates":[0.3055983,51.488796]},"properties":{"@type":"node","@id":28886973,"@timestamp":1178693256},"coords":"51.488796,0.3055983","bedrooms":"2","price":"271000","area":"375"} , +{"type":"Feature","id":"n28887039","geometry":{"type":"Point","coordinates":[0.2525457,51.5228559]},"properties":{"@type":"node","@id":28887039,"@timestamp":1178694752},"coords":"51.5228559,0.2525457","bedrooms":"1","price":"293000","area":"496"} , +{"type":"Feature","id":"n28893046","geometry":{"type":"Point","coordinates":[-0.5976159,51.5061402]},"properties":{"@type":"node","@id":28893046,"@timestamp":1589743018},"coords":"51.5061402,-0.5976159","bedrooms":"4","price":"161000","area":"418"} , +{"type":"Feature","id":"n28895649","geometry":{"type":"Point","coordinates":[0.4326635,51.2542649]},"properties":{"@type":"node","@id":28895649,"@timestamp":1178729348},"coords":"51.2542649,0.4326635","bedrooms":"1","price":"239000","area":"694"} , +{"type":"Feature","id":"n28895673","geometry":{"type":"Point","coordinates":[0.3829694,51.2588141]},"properties":{"@type":"node","@id":28895673,"@timestamp":1196968395},"coords":"51.2588141,0.3829694","bedrooms":"4","price":"181000","area":"371"} , +{"type":"Feature","id":"n28895699","geometry":{"type":"Point","coordinates":[0.3605084,51.2344406]},"properties":{"@type":"node","@id":28895699,"@timestamp":1178729386},"coords":"51.2344406,0.3605084","bedrooms":"3","price":"243000","area":"581"} , +{"type":"Feature","id":"n28895709","geometry":{"type":"Point","coordinates":[0.3449822,51.2314764]},"properties":{"@type":"node","@id":28895709,"@timestamp":1178729396},"coords":"51.2314764,0.3449822","bedrooms":"1","price":"240000","area":"419"} , +{"type":"Feature","id":"n28895746","geometry":{"type":"Point","coordinates":[0.2957384,51.206974]},"properties":{"@type":"node","@id":28895746,"@timestamp":1178729436},"coords":"51.206974,0.2957384","bedrooms":"3","price":"156000","area":"578"} , +{"type":"Feature","id":"n28895773","geometry":{"type":"Point","coordinates":[0.2867511,51.1913605]},"properties":{"@type":"node","@id":28895773,"@timestamp":1178729446},"coords":"51.1913605,0.2867511","bedrooms":"0","price":"186000","area":"695"} , +{"type":"Feature","id":"n28896534","geometry":{"type":"Point","coordinates":[-0.8229783,51.8019742]},"properties":{"@type":"node","@id":28896534,"@timestamp":1611245438},"coords":"51.8019742,-0.8229783","bedrooms":"4","price":"175000","area":"409"} , +{"type":"Feature","id":"n28896695","geometry":{"type":"Point","coordinates":[-0.8126575,51.8055554]},"properties":{"@type":"node","@id":28896695,"@timestamp":1365600954},"coords":"51.8055554,-0.8126575","bedrooms":"1","price":"249000","area":"622"} , +{"type":"Feature","id":"n28900077","geometry":{"type":"Point","coordinates":[-1.0361651,51.6524282]},"properties":{"@type":"node","@id":28900077,"@timestamp":1538645680},"coords":"51.6524282,-1.0361651","bedrooms":"0","price":"246000","area":"466"} , +{"type":"Feature","id":"n28904058","geometry":{"type":"Point","coordinates":[-0.5876443,51.2427603]},"properties":{"@type":"node","@id":28904058,"@timestamp":1321990322},"coords":"51.2427603,-0.5876443","bedrooms":"0","price":"232000","area":"501"} , +{"type":"Feature","id":"n28920271","geometry":{"type":"Point","coordinates":[-0.6397186,51.2210226]},"properties":{"@type":"node","@id":28920271,"@timestamp":1239061039},"coords":"51.2210226,-0.6397186","bedrooms":"1","price":"155000","area":"512"} , +{"type":"Feature","id":"n28923413","geometry":{"type":"Point","coordinates":[-0.2785993,51.6670874]},"properties":{"@type":"node","@id":28923413,"@timestamp":1615827429},"coords":"51.6670874,-0.2785993","bedrooms":"1","price":"171000","area":"422"} , +{"type":"Feature","id":"n28928139","geometry":{"type":"Point","coordinates":[-0.2578581,51.6536603]},"properties":{"@type":"node","@id":28928139,"@timestamp":1208341692},"coords":"51.6536603,-0.2578581","bedrooms":"3","price":"205000","area":"461"} , +{"type":"Feature","id":"n28929499","geometry":{"type":"Point","coordinates":[0.86373,51.1276682]},"properties":{"@type":"node","@id":28929499,"@timestamp":1178819977},"coords":"51.1276682,0.86373","bedrooms":"1","price":"229000","area":"398"} , +{"type":"Feature","id":"n28930949","geometry":{"type":"Point","coordinates":[-0.8184488,51.8228617]},"properties":{"@type":"node","@id":28930949,"@timestamp":1178827691},"coords":"51.8228617,-0.8184488","bedrooms":"2","price":"196000","area":"549"} , +{"type":"Feature","id":"n28932162","geometry":{"type":"Point","coordinates":[-0.8169327,51.823331]},"properties":{"@type":"node","@id":28932162,"@timestamp":1178830073},"coords":"51.823331,-0.8169327","bedrooms":"2","price":"266000","area":"540"} , +{"type":"Feature","id":"n28932469","geometry":{"type":"Point","coordinates":[-0.9601782,51.8914343]},"properties":{"@type":"node","@id":28932469,"@timestamp":1178831172},"coords":"51.8914343,-0.9601782","bedrooms":"4","price":"185000","area":"551"} , +{"type":"Feature","id":"n28932492","geometry":{"type":"Point","coordinates":[-0.9575854,51.8908574]},"properties":{"@type":"node","@id":28932492,"@timestamp":1178831180},"coords":"51.8908574,-0.9575854","bedrooms":"0","price":"287000","area":"665"} , +{"type":"Feature","id":"n28932505","geometry":{"type":"Point","coordinates":[-0.9621005,51.8930095]},"properties":{"@type":"node","@id":28932505,"@timestamp":1178831190},"coords":"51.8930095,-0.9621005","bedrooms":"3","price":"228000","area":"605"} , +{"type":"Feature","id":"n28933662","geometry":{"type":"Point","coordinates":[-0.9587542,51.8949992]},"properties":{"@type":"node","@id":28933662,"@timestamp":1178835191},"coords":"51.8949992,-0.9587542","bedrooms":"0","price":"186000","area":"527"} , +{"type":"Feature","id":"n28935219","geometry":{"type":"Point","coordinates":[-0.6545313,51.1954341]},"properties":{"@type":"node","@id":28935219,"@timestamp":1178837861},"coords":"51.1954341,-0.6545313","bedrooms":"1","price":"181000","area":"620"} , +{"type":"Feature","id":"n28962418","geometry":{"type":"Point","coordinates":[-0.6635543,51.1938964]},"properties":{"@type":"node","@id":28962418,"@timestamp":1178905099},"coords":"51.1938964,-0.6635543","bedrooms":"3","price":"266000","area":"674"} , +{"type":"Feature","id":"n28968519","geometry":{"type":"Point","coordinates":[0.3638166,51.4642775]},"properties":{"@type":"node","@id":28968519,"@timestamp":1206309234},"coords":"51.4642775,0.3638166","bedrooms":"0","price":"169000","area":"460"} , +{"type":"Feature","id":"n28973161","geometry":{"type":"Point","coordinates":[-0.1678811,51.9566473]},"properties":{"@type":"node","@id":28973161,"@timestamp":1517268369},"coords":"51.9566473,-0.1678811","bedrooms":"4","price":"273000","area":"525"} , +{"type":"Feature","id":"n28974279","geometry":{"type":"Point","coordinates":[-1.0184668,51.5239565]},"properties":{"@type":"node","@id":28974279,"@timestamp":1178916053},"coords":"51.5239565,-1.0184668","bedrooms":"3","price":"292000","area":"436"} , +{"type":"Feature","id":"n28982899","geometry":{"type":"Point","coordinates":[0.3521672,51.4797579]},"properties":{"@type":"node","@id":28982899,"@timestamp":1206387770},"coords":"51.4797579,0.3521672","bedrooms":"1","price":"197000","area":"601"} , +{"type":"Feature","id":"n28982915","geometry":{"type":"Point","coordinates":[0.355233,51.4992514]},"properties":{"@type":"node","@id":28982915,"@timestamp":1578913102},"coords":"51.4992514,0.355233","bedrooms":"1","price":"279000","area":"586"} , +{"type":"Feature","id":"n28998200","geometry":{"type":"Point","coordinates":[-0.16617,51.9048752]},"properties":{"@type":"node","@id":28998200,"@timestamp":1178960165},"coords":"51.9048752,-0.16617","bedrooms":"4","price":"192000","area":"451"} , +{"type":"Feature","id":"n29000098","geometry":{"type":"Point","coordinates":[-0.1795983,51.9121289]},"properties":{"@type":"node","@id":29000098,"@timestamp":1532715384},"coords":"51.9121289,-0.1795983","bedrooms":"1","price":"191000","area":"607"} , +{"type":"Feature","id":"n29001022","geometry":{"type":"Point","coordinates":[-0.1948617,51.9131892]},"properties":{"@type":"node","@id":29001022,"@timestamp":1178962418},"coords":"51.9131892,-0.1948617","bedrooms":"3","price":"233000","area":"373"} , +{"type":"Feature","id":"n29001484","geometry":{"type":"Point","coordinates":[-0.2072955,51.9118558]},"properties":{"@type":"node","@id":29001484,"@timestamp":1178963368},"coords":"51.9118558,-0.2072955","bedrooms":"4","price":"233000","area":"593"} , +{"type":"Feature","id":"n29001776","geometry":{"type":"Point","coordinates":[-0.2077945,51.912453]},"properties":{"@type":"node","@id":29001776,"@timestamp":1178963620},"coords":"51.912453,-0.2077945","bedrooms":"0","price":"249000","area":"359"} , +{"type":"Feature","id":"n29003683","geometry":{"type":"Point","coordinates":[-0.2296435,51.9247518]},"properties":{"@type":"node","@id":29003683,"@timestamp":1219077452},"coords":"51.9247518,-0.2296435","bedrooms":"0","price":"203000","area":"444"} , +{"type":"Feature","id":"n29004180","geometry":{"type":"Point","coordinates":[-0.2783806,51.875741]},"properties":{"@type":"node","@id":29004180,"@timestamp":1545122469},"coords":"51.875741,-0.2783806","bedrooms":"1","price":"205000","area":"506"} , +{"type":"Feature","id":"n29008929","geometry":{"type":"Point","coordinates":[-1.0438032,51.5170165]},"properties":{"@type":"node","@id":29008929,"@timestamp":1178983544},"coords":"51.5170165,-1.0438032","bedrooms":"3","price":"178000","area":"506"} , +{"type":"Feature","id":"n29009272","geometry":{"type":"Point","coordinates":[-1.078512,51.5333906]},"properties":{"@type":"node","@id":29009272,"@timestamp":1178984210},"coords":"51.5333906,-1.078512","bedrooms":"2","price":"278000","area":"375"} , +{"type":"Feature","id":"n29009835","geometry":{"type":"Point","coordinates":[-0.9112971,51.5407981]},"properties":{"@type":"node","@id":29009835,"@timestamp":1178986038},"coords":"51.5407981,-0.9112971","bedrooms":"4","price":"150000","area":"668"} , +{"type":"Feature","id":"n29009847","geometry":{"type":"Point","coordinates":[-0.9062622,51.5413728]},"properties":{"@type":"node","@id":29009847,"@timestamp":1178986040},"coords":"51.5413728,-0.9062622","bedrooms":"1","price":"279000","area":"611"} , +{"type":"Feature","id":"n29011790","geometry":{"type":"Point","coordinates":[-0.7369049,51.7800613]},"properties":{"@type":"node","@id":29011790,"@timestamp":1178992320},"coords":"51.7800613,-0.7369049","bedrooms":"3","price":"272000","area":"380"} , +{"type":"Feature","id":"n29011979","geometry":{"type":"Point","coordinates":[-0.1501008,51.8885439]},"properties":{"@type":"node","@id":29011979,"@timestamp":1621767352},"coords":"51.8885439,-0.1501008","bedrooms":"4","price":"200000","area":"357"} , +{"type":"Feature","id":"n29012685","geometry":{"type":"Point","coordinates":[-1.1030038,51.8838786]},"properties":{"@type":"node","@id":29012685,"@timestamp":1178996422},"coords":"51.8838786,-1.1030038","bedrooms":"4","price":"292000","area":"652"} , +{"type":"Feature","id":"n29012789","geometry":{"type":"Point","coordinates":[-1.10032,51.8699361]},"properties":{"@type":"node","@id":29012789,"@timestamp":1505025667},"coords":"51.8699361,-1.10032","bedrooms":"4","price":"254000","area":"437"} , +{"type":"Feature","id":"n29013765","geometry":{"type":"Point","coordinates":[-0.5747391,50.9463935]},"properties":{"@type":"node","@id":29013765,"@timestamp":1179000593},"coords":"50.9463935,-0.5747391","bedrooms":"1","price":"265000","area":"579"} , +{"type":"Feature","id":"n29013786","geometry":{"type":"Point","coordinates":[-0.5965367,50.967211]},"properties":{"@type":"node","@id":29013786,"@timestamp":1179000597},"coords":"50.967211,-0.5965367","bedrooms":"4","price":"260000","area":"517"} , +{"type":"Feature","id":"n29018458","geometry":{"type":"Point","coordinates":[0.3008233,51.4905513]},"properties":{"@type":"node","@id":29018458,"@timestamp":1179011173},"coords":"51.4905513,0.3008233","bedrooms":"2","price":"293000","area":"542"} , +{"type":"Feature","id":"n29018468","geometry":{"type":"Point","coordinates":[0.2987276,51.4923442]},"properties":{"@type":"node","@id":29018468,"@timestamp":1179011176},"coords":"51.4923442,0.2987276","bedrooms":"3","price":"217000","area":"372"} , +{"type":"Feature","id":"n29027452","geometry":{"type":"Point","coordinates":[-0.4579499,51.8356392]},"properties":{"@type":"node","@id":29027452,"@timestamp":1179052616},"coords":"51.8356392,-0.4579499","bedrooms":"2","price":"252000","area":"679"} , +{"type":"Feature","id":"n29027663","geometry":{"type":"Point","coordinates":[0.5431884,51.3427436]},"properties":{"@type":"node","@id":29027663,"@timestamp":1234634874},"coords":"51.3427436,0.5431884","bedrooms":"4","price":"195000","area":"383"} , +{"type":"Feature","id":"n29027764","geometry":{"type":"Point","coordinates":[0.5609025,51.3263358]},"properties":{"@type":"node","@id":29027764,"@timestamp":1383092813},"coords":"51.3263358,0.5609025","bedrooms":"3","price":"165000","area":"571"} , +{"type":"Feature","id":"n29028023","geometry":{"type":"Point","coordinates":[-0.4895133,51.8702792]},"properties":{"@type":"node","@id":29028023,"@timestamp":1179054955},"coords":"51.8702792,-0.4895133","bedrooms":"0","price":"263000","area":"374"} , +{"type":"Feature","id":"n29028033","geometry":{"type":"Point","coordinates":[-0.4808987,51.8696905]},"properties":{"@type":"node","@id":29028033,"@timestamp":1179054960},"coords":"51.8696905,-0.4808987","bedrooms":"1","price":"272000","area":"446"} , +{"type":"Feature","id":"n29028043","geometry":{"type":"Point","coordinates":[-0.4767448,51.8638618]},"properties":{"@type":"node","@id":29028043,"@timestamp":1179054975},"coords":"51.8638618,-0.4767448","bedrooms":"3","price":"192000","area":"688"} , +{"type":"Feature","id":"n29028054","geometry":{"type":"Point","coordinates":[-0.468722,51.8627529]},"properties":{"@type":"node","@id":29028054,"@timestamp":1179054982},"coords":"51.8627529,-0.468722","bedrooms":"3","price":"189000","area":"388"} , +{"type":"Feature","id":"n29028064","geometry":{"type":"Point","coordinates":[-0.4600232,51.864745]},"properties":{"@type":"node","@id":29028064,"@timestamp":1204031972},"coords":"51.864745,-0.4600232","bedrooms":"3","price":"150000","area":"563"} , +{"type":"Feature","id":"n29028078","geometry":{"type":"Point","coordinates":[-0.4476143,51.8675878]},"properties":{"@type":"node","@id":29028078,"@timestamp":1202836355},"coords":"51.8675878,-0.4476143","bedrooms":"4","price":"249000","area":"352"} , +{"type":"Feature","id":"n29028112","geometry":{"type":"Point","coordinates":[-0.4366562,51.866798]},"properties":{"@type":"node","@id":29028112,"@timestamp":1179055048},"coords":"51.866798,-0.4366562","bedrooms":"1","price":"227000","area":"619"} , +{"type":"Feature","id":"n29028128","geometry":{"type":"Point","coordinates":[-0.4274328,51.8600498]},"properties":{"@type":"node","@id":29028128,"@timestamp":1245889307},"coords":"51.8600498,-0.4274328","bedrooms":"2","price":"240000","area":"471"} , +{"type":"Feature","id":"n29035911","geometry":{"type":"Point","coordinates":[-0.3305542,51.8396708]},"properties":{"@type":"node","@id":29035911,"@timestamp":1179070113},"coords":"51.8396708,-0.3305542","bedrooms":"4","price":"202000","area":"533"} , +{"type":"Feature","id":"n29035921","geometry":{"type":"Point","coordinates":[-0.3348186,51.837495]},"properties":{"@type":"node","@id":29035921,"@timestamp":1205326194},"coords":"51.837495,-0.3348186","bedrooms":"2","price":"214000","area":"408"} , +{"type":"Feature","id":"n29036011","geometry":{"type":"Point","coordinates":[0.8791758,51.1237668]},"properties":{"@type":"node","@id":29036011,"@timestamp":1179070498},"coords":"51.1237668,0.8791758","bedrooms":"4","price":"187000","area":"497"} , +{"type":"Feature","id":"n29038185","geometry":{"type":"Point","coordinates":[0.3667548,51.4890319]},"properties":{"@type":"node","@id":29038185,"@timestamp":1179071406},"coords":"51.4890319,0.3667548","bedrooms":"3","price":"160000","area":"629"} , +{"type":"Feature","id":"n29038210","geometry":{"type":"Point","coordinates":[-0.1516142,51.2624277]},"properties":{"@type":"node","@id":29038210,"@timestamp":1181413421},"coords":"51.2624277,-0.1516142","bedrooms":"2","price":"168000","area":"539"} , +{"type":"Feature","id":"n29039922","geometry":{"type":"Point","coordinates":[-0.1605102,51.170298]},"properties":{"@type":"node","@id":29039922,"@timestamp":1183652853},"coords":"51.170298,-0.1605102","bedrooms":"4","price":"257000","area":"463"} , +{"type":"Feature","id":"n29041259","geometry":{"type":"Point","coordinates":[0.8614787,51.1295621]},"properties":{"@type":"node","@id":29041259,"@timestamp":1350933637},"coords":"51.1295621,0.8614787","bedrooms":"2","price":"154000","area":"368"} , +{"type":"Feature","id":"n29041320","geometry":{"type":"Point","coordinates":[0.8631052,51.1429314]},"properties":{"@type":"node","@id":29041320,"@timestamp":1179080256},"coords":"51.1429314,0.8631052","bedrooms":"3","price":"255000","area":"366"} , +{"type":"Feature","id":"n29041351","geometry":{"type":"Point","coordinates":[0.859922,51.1355078]},"properties":{"@type":"node","@id":29041351,"@timestamp":1398731402},"coords":"51.1355078,0.859922","bedrooms":"2","price":"299000","area":"613"} , +{"type":"Feature","id":"n29041916","geometry":{"type":"Point","coordinates":[0.8569926,51.127897]},"properties":{"@type":"node","@id":29041916,"@timestamp":1341036574},"coords":"51.127897,0.8569926","bedrooms":"2","price":"165000","area":"509"} , +{"type":"Feature","id":"n29042065","geometry":{"type":"Point","coordinates":[0.8595013,51.1306967]},"properties":{"@type":"node","@id":29042065,"@timestamp":1595951447},"coords":"51.1306967,0.8595013","bedrooms":"0","price":"162000","area":"476"} , +{"type":"Feature","id":"n29049252","geometry":{"type":"Point","coordinates":[0.8449332,51.18352]},"properties":{"@type":"node","@id":29049252,"@timestamp":1180259916},"coords":"51.18352,0.8449332","bedrooms":"0","price":"150000","area":"677"} , +{"type":"Feature","id":"n29049276","geometry":{"type":"Point","coordinates":[0.8318438,51.1789395]},"properties":{"@type":"node","@id":29049276,"@timestamp":1179094611},"coords":"51.1789395,0.8318438","bedrooms":"4","price":"253000","area":"418"} , +{"type":"Feature","id":"n29049296","geometry":{"type":"Point","coordinates":[0.8191616,51.1749774]},"properties":{"@type":"node","@id":29049296,"@timestamp":1226248382},"coords":"51.1749774,0.8191616","bedrooms":"2","price":"247000","area":"374"} , +{"type":"Feature","id":"n29049340","geometry":{"type":"Point","coordinates":[0.8032314,51.1546834]},"properties":{"@type":"node","@id":29049340,"@timestamp":1179094674},"coords":"51.1546834,0.8032314","bedrooms":"4","price":"245000","area":"414"} , +{"type":"Feature","id":"n29049367","geometry":{"type":"Point","coordinates":[0.8233512,51.1597993]},"properties":{"@type":"node","@id":29049367,"@timestamp":1179094714},"coords":"51.1597993,0.8233512","bedrooms":"1","price":"264000","area":"552"} , +{"type":"Feature","id":"n29049395","geometry":{"type":"Point","coordinates":[0.8455071,51.1644857]},"properties":{"@type":"node","@id":29049395,"@timestamp":1179430384},"coords":"51.1644857,0.8455071","bedrooms":"0","price":"153000","area":"478"} , +{"type":"Feature","id":"n29049499","geometry":{"type":"Point","coordinates":[0.8745195,51.1607351]},"properties":{"@type":"node","@id":29049499,"@timestamp":1179095337},"coords":"51.1607351,0.8745195","bedrooms":"2","price":"244000","area":"696"} , +{"type":"Feature","id":"n29049517","geometry":{"type":"Point","coordinates":[0.8574319,51.1653961]},"properties":{"@type":"node","@id":29049517,"@timestamp":1179095547},"coords":"51.1653961,0.8574319","bedrooms":"4","price":"296000","area":"672"} , +{"type":"Feature","id":"n29052132","geometry":{"type":"Point","coordinates":[-0.0622217,51.2336399]},"properties":{"@type":"node","@id":29052132,"@timestamp":1199910771},"coords":"51.2336399,-0.0622217","bedrooms":"0","price":"184000","area":"456"} , +{"type":"Feature","id":"n29063323","geometry":{"type":"Point","coordinates":[-0.5956943,51.5185544]},"properties":{"@type":"node","@id":29063323,"@timestamp":1607965998},"coords":"51.5185544,-0.5956943","bedrooms":"3","price":"237000","area":"594"} , +{"type":"Feature","id":"n29071971","geometry":{"type":"Point","coordinates":[-1.1038418,51.4081419]},"properties":{"@type":"node","@id":29071971,"@timestamp":1179165130},"coords":"51.4081419,-1.1038418","bedrooms":"4","price":"229000","area":"555"} , +{"type":"Feature","id":"n29071985","geometry":{"type":"Point","coordinates":[-1.0987043,51.4013967]},"properties":{"@type":"node","@id":29071985,"@timestamp":1179165135},"coords":"51.4013967,-1.0987043","bedrooms":"4","price":"151000","area":"542"} , +{"type":"Feature","id":"n29072021","geometry":{"type":"Point","coordinates":[-1.0562468,51.375529]},"properties":{"@type":"node","@id":29072021,"@timestamp":1520282608},"coords":"51.375529,-1.0562468","bedrooms":"2","price":"177000","area":"697"} , +{"type":"Feature","id":"n29073350","geometry":{"type":"Point","coordinates":[0.8488804,51.1936427]},"properties":{"@type":"node","@id":29073350,"@timestamp":1179166205},"coords":"51.1936427,0.8488804","bedrooms":"1","price":"170000","area":"377"} , +{"type":"Feature","id":"n29075696","geometry":{"type":"Point","coordinates":[-0.1417996,51.5308274]},"properties":{"@type":"node","@id":29075696,"@timestamp":1330637488},"coords":"51.5308274,-0.1417996","bedrooms":"3","price":"263000","area":"581"} , +{"type":"Feature","id":"n29075708","geometry":{"type":"Point","coordinates":[0.0743821,51.5124852]},"properties":{"@type":"node","@id":29075708,"@timestamp":1336985619},"coords":"51.5124852,0.0743821","bedrooms":"1","price":"155000","area":"525"} , +{"type":"Feature","id":"n29075726","geometry":{"type":"Point","coordinates":[0.0744676,51.5125955]},"properties":{"@type":"node","@id":29075726,"@timestamp":1336985620},"coords":"51.5125955,0.0744676","bedrooms":"3","price":"201000","area":"444"} , +{"type":"Feature","id":"n29075768","geometry":{"type":"Point","coordinates":[0.0777902,51.5125334]},"properties":{"@type":"node","@id":29075768,"@timestamp":1336985620},"coords":"51.5125334,0.0777902","bedrooms":"1","price":"187000","area":"394"} , +{"type":"Feature","id":"n29076261","geometry":{"type":"Point","coordinates":[0.0154322,51.5064914]},"properties":{"@type":"node","@id":29076261,"@timestamp":1198341416},"coords":"51.5064914,0.0154322","bedrooms":"0","price":"204000","area":"678"} , +{"type":"Feature","id":"n29091039","geometry":{"type":"Point","coordinates":[0.4364925,51.5430632]},"properties":{"@type":"node","@id":29091039,"@timestamp":1179181946},"coords":"51.5430632,0.4364925","bedrooms":"4","price":"157000","area":"666"} , +{"type":"Feature","id":"n29091114","geometry":{"type":"Point","coordinates":[0.4378839,51.5444547]},"properties":{"@type":"node","@id":29091114,"@timestamp":1179181979},"coords":"51.5444547,0.4378839","bedrooms":"0","price":"227000","area":"537"} , +{"type":"Feature","id":"n29094284","geometry":{"type":"Point","coordinates":[-1.1347135,51.4545434]},"properties":{"@type":"node","@id":29094284,"@timestamp":1179187113},"coords":"51.4545434,-1.1347135","bedrooms":"1","price":"181000","area":"661"} , +{"type":"Feature","id":"n29094297","geometry":{"type":"Point","coordinates":[-1.1265826,51.4582734]},"properties":{"@type":"node","@id":29094297,"@timestamp":1179187118},"coords":"51.4582734,-1.1265826","bedrooms":"4","price":"251000","area":"477"} , +{"type":"Feature","id":"n29094311","geometry":{"type":"Point","coordinates":[-1.1207345,51.4623683]},"properties":{"@type":"node","@id":29094311,"@timestamp":1179187122},"coords":"51.4623683,-1.1207345","bedrooms":"0","price":"164000","area":"401"} , +{"type":"Feature","id":"n29094353","geometry":{"type":"Point","coordinates":[-1.0956243,51.4676045]},"properties":{"@type":"node","@id":29094353,"@timestamp":1179187135},"coords":"51.4676045,-1.0956243","bedrooms":"2","price":"275000","area":"561"} , +{"type":"Feature","id":"n29094368","geometry":{"type":"Point","coordinates":[-1.0896938,51.4684517]},"properties":{"@type":"node","@id":29094368,"@timestamp":1179187138},"coords":"51.4684517,-1.0896938","bedrooms":"4","price":"227000","area":"449"} , +{"type":"Feature","id":"n29098821","geometry":{"type":"Point","coordinates":[0.3401794,51.4968149]},"properties":{"@type":"node","@id":29098821,"@timestamp":1206722141},"coords":"51.4968149,0.3401794","bedrooms":"1","price":"269000","area":"411"} , +{"type":"Feature","id":"n29098930","geometry":{"type":"Point","coordinates":[0.1396156,51.5307133]},"properties":{"@type":"node","@id":29098930,"@timestamp":1518477911},"coords":"51.5307133,0.1396156","bedrooms":"2","price":"162000","area":"645"} , +{"type":"Feature","id":"n29121359","geometry":{"type":"Point","coordinates":[-0.343705,51.8204254]},"properties":{"@type":"node","@id":29121359,"@timestamp":1203421811},"coords":"51.8204254,-0.343705","bedrooms":"0","price":"155000","area":"655"} , +{"type":"Feature","id":"n29122369","geometry":{"type":"Point","coordinates":[-0.7590961,51.7729602]},"properties":{"@type":"node","@id":29122369,"@timestamp":1179245736},"coords":"51.7729602,-0.7590961","bedrooms":"4","price":"275000","area":"659"} , +{"type":"Feature","id":"n29122961","geometry":{"type":"Point","coordinates":[-0.4895432,50.9686257]},"properties":{"@type":"node","@id":29122961,"@timestamp":1179246526},"coords":"50.9686257,-0.4895432","bedrooms":"2","price":"180000","area":"362"} , +{"type":"Feature","id":"n29122973","geometry":{"type":"Point","coordinates":[-0.4869411,50.9611774]},"properties":{"@type":"node","@id":29122973,"@timestamp":1179246529},"coords":"50.9611774,-0.4869411","bedrooms":"4","price":"261000","area":"482"} , +{"type":"Feature","id":"n29123002","geometry":{"type":"Point","coordinates":[-0.4709278,51.0298313]},"properties":{"@type":"node","@id":29123002,"@timestamp":1179246535},"coords":"51.0298313,-0.4709278","bedrooms":"2","price":"259000","area":"633"} , +{"type":"Feature","id":"n29124332","geometry":{"type":"Point","coordinates":[-0.9605601,51.3370823]},"properties":{"@type":"node","@id":29124332,"@timestamp":1179253582},"coords":"51.3370823,-0.9605601","bedrooms":"2","price":"263000","area":"562"} , +{"type":"Feature","id":"n29125085","geometry":{"type":"Point","coordinates":[-0.9606403,51.3594017]},"properties":{"@type":"node","@id":29125085,"@timestamp":1179254757},"coords":"51.3594017,-0.9606403","bedrooms":"2","price":"192000","area":"645"} , +{"type":"Feature","id":"n29125101","geometry":{"type":"Point","coordinates":[-0.9556496,51.3598758]},"properties":{"@type":"node","@id":29125101,"@timestamp":1179254767},"coords":"51.3598758,-0.9556496","bedrooms":"4","price":"292000","area":"542"} , +{"type":"Feature","id":"n29125120","geometry":{"type":"Point","coordinates":[-0.9584468,51.3581629]},"properties":{"@type":"node","@id":29125120,"@timestamp":1179254774},"coords":"51.3581629,-0.9584468","bedrooms":"0","price":"279000","area":"459"} , +{"type":"Feature","id":"n29125145","geometry":{"type":"Point","coordinates":[-0.9600104,51.3592865]},"properties":{"@type":"node","@id":29125145,"@timestamp":1179254781},"coords":"51.3592865,-0.9600104","bedrooms":"2","price":"155000","area":"377"} , +{"type":"Feature","id":"n29132945","geometry":{"type":"Point","coordinates":[-0.7462834,51.7766624]},"properties":{"@type":"node","@id":29132945,"@timestamp":1179261252},"coords":"51.7766624,-0.7462834","bedrooms":"4","price":"264000","area":"648"} , +{"type":"Feature","id":"n29133022","geometry":{"type":"Point","coordinates":[-0.7368688,51.7797736]},"properties":{"@type":"node","@id":29133022,"@timestamp":1179261398},"coords":"51.7797736,-0.7368688","bedrooms":"3","price":"186000","area":"693"} , +{"type":"Feature","id":"n29133066","geometry":{"type":"Point","coordinates":[-0.7405804,51.7789681]},"properties":{"@type":"node","@id":29133066,"@timestamp":1179261409},"coords":"51.7789681,-0.7405804","bedrooms":"1","price":"236000","area":"636"} , +{"type":"Feature","id":"n29137192","geometry":{"type":"Point","coordinates":[-0.5759509,51.2289912]},"properties":{"@type":"node","@id":29137192,"@timestamp":1213810104},"coords":"51.2289912,-0.5759509","bedrooms":"0","price":"183000","area":"599"} , +{"type":"Feature","id":"n29139590","geometry":{"type":"Point","coordinates":[-0.5757035,51.2371194]},"properties":{"@type":"node","@id":29139590,"@timestamp":1179267756},"coords":"51.2371194,-0.5757035","bedrooms":"1","price":"262000","area":"489"} , +{"type":"Feature","id":"n29140679","geometry":{"type":"Point","coordinates":[-0.81788,51.8178488]},"properties":{"@type":"node","@id":29140679,"@timestamp":1179268710},"coords":"51.8178488,-0.81788","bedrooms":"3","price":"236000","area":"414"} , +{"type":"Feature","id":"n29141136","geometry":{"type":"Point","coordinates":[-0.1575271,51.2912285]},"properties":{"@type":"node","@id":29141136,"@timestamp":1179269041},"coords":"51.2912285,-0.1575271","bedrooms":"1","price":"193000","area":"544"} , +{"type":"Feature","id":"n29141585","geometry":{"type":"Point","coordinates":[0.6142914,51.0164036]},"properties":{"@type":"node","@id":29141585,"@timestamp":1180224272},"coords":"51.0164036,0.6142914","bedrooms":"0","price":"299000","area":"482"} , +{"type":"Feature","id":"n29145641","geometry":{"type":"Point","coordinates":[-0.7360982,51.3118329]},"properties":{"@type":"node","@id":29145641,"@timestamp":1179280598},"coords":"51.3118329,-0.7360982","bedrooms":"3","price":"184000","area":"411"} , +{"type":"Feature","id":"n29159079","geometry":{"type":"Point","coordinates":[0.4159555,51.6185809]},"properties":{"@type":"node","@id":29159079,"@timestamp":1577356046},"coords":"51.6185809,0.4159555","bedrooms":"3","price":"168000","area":"655"} , +{"type":"Feature","id":"n29160980","geometry":{"type":"Point","coordinates":[0.8633569,50.9355914]},"properties":{"@type":"node","@id":29160980,"@timestamp":1179338150},"coords":"50.9355914,0.8633569","bedrooms":"3","price":"216000","area":"666"} , +{"type":"Feature","id":"n29164685","geometry":{"type":"Point","coordinates":[-0.1125943,51.5319087]},"properties":{"@type":"node","@id":29164685,"@timestamp":1555347890},"coords":"51.5319087,-0.1125943","bedrooms":"1","price":"256000","area":"636"} , +{"type":"Feature","id":"n29169787","geometry":{"type":"Point","coordinates":[-0.3637498,51.8080296]},"properties":{"@type":"node","@id":29169787,"@timestamp":1179355978},"coords":"51.8080296,-0.3637498","bedrooms":"3","price":"228000","area":"531"} , +{"type":"Feature","id":"n29170377","geometry":{"type":"Point","coordinates":[0.4309138,51.5671708]},"properties":{"@type":"node","@id":29170377,"@timestamp":1338043355},"coords":"51.5671708,0.4309138","bedrooms":"1","price":"285000","area":"670"} , +{"type":"Feature","id":"n29173458","geometry":{"type":"Point","coordinates":[-0.7626896,51.2901349]},"properties":{"@type":"node","@id":29173458,"@timestamp":1179364105},"coords":"51.2901349,-0.7626896","bedrooms":"1","price":"276000","area":"526"} , +{"type":"Feature","id":"n29173471","geometry":{"type":"Point","coordinates":[-0.7601401,51.2913562]},"properties":{"@type":"node","@id":29173471,"@timestamp":1179364107},"coords":"51.2913562,-0.7601401","bedrooms":"1","price":"208000","area":"451"} , +{"type":"Feature","id":"n29173501","geometry":{"type":"Point","coordinates":[-0.762114,51.2906238]},"properties":{"@type":"node","@id":29173501,"@timestamp":1187739831},"coords":"51.2906238,-0.762114","bedrooms":"4","price":"153000","area":"660"} , +{"type":"Feature","id":"n29174780","geometry":{"type":"Point","coordinates":[0.3601889,51.5476946]},"properties":{"@type":"node","@id":29174780,"@timestamp":1544172098},"coords":"51.5476946,0.3601889","bedrooms":"2","price":"194000","area":"693"} , +{"type":"Feature","id":"n29174806","geometry":{"type":"Point","coordinates":[0.4022074,51.3724093]},"properties":{"@type":"node","@id":29174806,"@timestamp":1297027320},"coords":"51.3724093,0.4022074","bedrooms":"1","price":"167000","area":"514"} , +{"type":"Feature","id":"n29175345","geometry":{"type":"Point","coordinates":[0.1723332,51.6694753]},"properties":{"@type":"node","@id":29175345,"@timestamp":1608981454},"coords":"51.6694753,0.1723332","bedrooms":"0","price":"163000","area":"406"} , +{"type":"Feature","id":"n29182429","geometry":{"type":"Point","coordinates":[-0.7071218,51.8184471]},"properties":{"@type":"node","@id":29182429,"@timestamp":1582480979},"coords":"51.8184471,-0.7071218","bedrooms":"3","price":"194000","area":"520"} , +{"type":"Feature","id":"n29182476","geometry":{"type":"Point","coordinates":[-0.6609239,51.816729]},"properties":{"@type":"node","@id":29182476,"@timestamp":1582480979},"coords":"51.816729,-0.6609239","bedrooms":"0","price":"191000","area":"576"} , +{"type":"Feature","id":"n29182554","geometry":{"type":"Point","coordinates":[-0.6876121,51.8013568]},"properties":{"@type":"node","@id":29182554,"@timestamp":1194814007},"coords":"51.8013568,-0.6876121","bedrooms":"3","price":"294000","area":"402"} , +{"type":"Feature","id":"n29182698","geometry":{"type":"Point","coordinates":[-0.7253849,51.7883066]},"properties":{"@type":"node","@id":29182698,"@timestamp":1179401817},"coords":"51.7883066,-0.7253849","bedrooms":"3","price":"197000","area":"485"} , +{"type":"Feature","id":"n29189587","geometry":{"type":"Point","coordinates":[-0.2611774,51.6677448]},"properties":{"@type":"node","@id":29189587,"@timestamp":1179408915},"coords":"51.6677448,-0.2611774","bedrooms":"3","price":"168000","area":"658"} , +{"type":"Feature","id":"n29207467","geometry":{"type":"Point","coordinates":[0.3277634,51.4940086]},"properties":{"@type":"node","@id":29207467,"@timestamp":1206526643},"coords":"51.4940086,0.3277634","bedrooms":"4","price":"270000","area":"414"} , +{"type":"Feature","id":"n29207567","geometry":{"type":"Point","coordinates":[0.8278868,51.1500554]},"properties":{"@type":"node","@id":29207567,"@timestamp":1179428365},"coords":"51.1500554,0.8278868","bedrooms":"2","price":"237000","area":"571"} , +{"type":"Feature","id":"n29207588","geometry":{"type":"Point","coordinates":[0.8301182,51.1471662]},"properties":{"@type":"node","@id":29207588,"@timestamp":1179428415},"coords":"51.1471662,0.8301182","bedrooms":"3","price":"201000","area":"675"} , +{"type":"Feature","id":"n29207652","geometry":{"type":"Point","coordinates":[0.8373091,51.1423464]},"properties":{"@type":"node","@id":29207652,"@timestamp":1179429871},"coords":"51.1423464,0.8373091","bedrooms":"2","price":"189000","area":"600"} , +{"type":"Feature","id":"n29214130","geometry":{"type":"Point","coordinates":[-0.6796301,51.0003413]},"properties":{"@type":"node","@id":29214130,"@timestamp":1268247875},"coords":"51.0003413,-0.6796301","bedrooms":"0","price":"240000","area":"682"} , +{"type":"Feature","id":"n29215495","geometry":{"type":"Point","coordinates":[-0.3328578,51.8185342]},"properties":{"@type":"node","@id":29215495,"@timestamp":1207305040},"coords":"51.8185342,-0.3328578","bedrooms":"4","price":"153000","area":"549"} , +{"type":"Feature","id":"n29215963","geometry":{"type":"Point","coordinates":[-0.3729639,51.8247622]},"properties":{"@type":"node","@id":29215963,"@timestamp":1179440165},"coords":"51.8247622,-0.3729639","bedrooms":"2","price":"206000","area":"537"} , +{"type":"Feature","id":"n29219526","geometry":{"type":"Point","coordinates":[-0.751527,50.9509478]},"properties":{"@type":"node","@id":29219526,"@timestamp":1268247862},"coords":"50.9509478,-0.751527","bedrooms":"4","price":"186000","area":"433"} , +{"type":"Feature","id":"n29228035","geometry":{"type":"Point","coordinates":[-1.113743,51.3642178]},"properties":{"@type":"node","@id":29228035,"@timestamp":1239391667},"coords":"51.3642178,-1.113743","bedrooms":"4","price":"245000","area":"669"} , +{"type":"Feature","id":"n29229121","geometry":{"type":"Point","coordinates":[-0.054143,51.2405542]},"properties":{"@type":"node","@id":29229121,"@timestamp":1194049260},"coords":"51.2405542,-0.054143","bedrooms":"2","price":"179000","area":"617"} , +{"type":"Feature","id":"n29229132","geometry":{"type":"Point","coordinates":[-0.0500692,51.2361783]},"properties":{"@type":"node","@id":29229132,"@timestamp":1194049260},"coords":"51.2361783,-0.0500692","bedrooms":"4","price":"215000","area":"549"} , +{"type":"Feature","id":"n29229151","geometry":{"type":"Point","coordinates":[-0.0436713,51.2202624]},"properties":{"@type":"node","@id":29229151,"@timestamp":1179449727},"coords":"51.2202624,-0.0436713","bedrooms":"0","price":"183000","area":"569"} , +{"type":"Feature","id":"n29229163","geometry":{"type":"Point","coordinates":[-0.0435086,51.2181422]},"properties":{"@type":"node","@id":29229163,"@timestamp":1191805314},"coords":"51.2181422,-0.0435086","bedrooms":"1","price":"213000","area":"492"} , +{"type":"Feature","id":"n29229179","geometry":{"type":"Point","coordinates":[-0.0409007,51.1891067]},"properties":{"@type":"node","@id":29229179,"@timestamp":1179449731},"coords":"51.1891067,-0.0409007","bedrooms":"4","price":"158000","area":"536"} , +{"type":"Feature","id":"n29229247","geometry":{"type":"Point","coordinates":[-0.9738131,51.3618048]},"properties":{"@type":"node","@id":29229247,"@timestamp":1179449812},"coords":"51.3618048,-0.9738131","bedrooms":"2","price":"235000","area":"531"} , +{"type":"Feature","id":"n29229307","geometry":{"type":"Point","coordinates":[-0.9646781,51.3619061]},"properties":{"@type":"node","@id":29229307,"@timestamp":1179449841},"coords":"51.3619061,-0.9646781","bedrooms":"3","price":"291000","area":"397"} , +{"type":"Feature","id":"n29230517","geometry":{"type":"Point","coordinates":[-0.9566207,51.3793064]},"properties":{"@type":"node","@id":29230517,"@timestamp":1620855888},"coords":"51.3793064,-0.9566207","bedrooms":"0","price":"187000","area":"497"} , +{"type":"Feature","id":"n29232622","geometry":{"type":"Point","coordinates":[-1.0715732,51.5403738]},"properties":{"@type":"node","@id":29232622,"@timestamp":1179451473},"coords":"51.5403738,-1.0715732","bedrooms":"3","price":"235000","area":"414"} , +{"type":"Feature","id":"n29251011","geometry":{"type":"Point","coordinates":[-0.3515633,51.8201804]},"properties":{"@type":"node","@id":29251011,"@timestamp":1179466189},"coords":"51.8201804,-0.3515633","bedrooms":"3","price":"296000","area":"661"} , +{"type":"Feature","id":"n29264130","geometry":{"type":"Point","coordinates":[-0.8299854,51.7905765]},"properties":{"@type":"node","@id":29264130,"@timestamp":1179475437},"coords":"51.7905765,-0.8299854","bedrooms":"0","price":"175000","area":"460"} , +{"type":"Feature","id":"n29264143","geometry":{"type":"Point","coordinates":[-0.8262481,51.799773]},"properties":{"@type":"node","@id":29264143,"@timestamp":1196187738},"coords":"51.799773,-0.8262481","bedrooms":"2","price":"234000","area":"486"} , +{"type":"Feature","id":"n29264162","geometry":{"type":"Point","coordinates":[0.0380698,51.950124]},"properties":{"@type":"node","@id":29264162,"@timestamp":1545116722},"coords":"51.950124,0.0380698","bedrooms":"2","price":"166000","area":"647"} , +{"type":"Feature","id":"n29265932","geometry":{"type":"Point","coordinates":[-0.7769979,50.9562942]},"properties":{"@type":"node","@id":29265932,"@timestamp":1268247862},"coords":"50.9562942,-0.7769979","bedrooms":"1","price":"240000","area":"510"} , +{"type":"Feature","id":"n29276069","geometry":{"type":"Point","coordinates":[-0.4776507,51.762502]},"properties":{"@type":"node","@id":29276069,"@timestamp":1179515447},"coords":"51.762502,-0.4776507","bedrooms":"4","price":"203000","area":"447"} , +{"type":"Feature","id":"n29276080","geometry":{"type":"Point","coordinates":[-0.478439,51.7626827]},"properties":{"@type":"node","@id":29276080,"@timestamp":1179515449},"coords":"51.7626827,-0.478439","bedrooms":"3","price":"168000","area":"621"} , +{"type":"Feature","id":"n29276130","geometry":{"type":"Point","coordinates":[-0.466796,51.7457656]},"properties":{"@type":"node","@id":29276130,"@timestamp":1179515456},"coords":"51.7457656,-0.466796","bedrooms":"4","price":"253000","area":"571"} , +{"type":"Feature","id":"n29278154","geometry":{"type":"Point","coordinates":[-1.0051337,51.7871889]},"properties":{"@type":"node","@id":29278154,"@timestamp":1531552232},"coords":"51.7871889,-1.0051337","bedrooms":"3","price":"265000","area":"642"} , +{"type":"Feature","id":"n29278188","geometry":{"type":"Point","coordinates":[-0.99971,51.2703692]},"properties":{"@type":"node","@id":29278188,"@timestamp":1191726450},"coords":"51.2703692,-0.99971","bedrooms":"3","price":"163000","area":"553"} , +{"type":"Feature","id":"n29278263","geometry":{"type":"Point","coordinates":[-0.9447513,51.2534058]},"properties":{"@type":"node","@id":29278263,"@timestamp":1426328169},"coords":"51.2534058,-0.9447513","bedrooms":"4","price":"178000","area":"644"} , +{"type":"Feature","id":"n29280440","geometry":{"type":"Point","coordinates":[-1.0102554,51.2221041]},"properties":{"@type":"node","@id":29280440,"@timestamp":1179522661},"coords":"51.2221041,-1.0102554","bedrooms":"1","price":"267000","area":"656"} , +{"type":"Feature","id":"n29282338","geometry":{"type":"Point","coordinates":[-0.1741745,51.2280423]},"properties":{"@type":"node","@id":29282338,"@timestamp":1610534086},"coords":"51.2280423,-0.1741745","bedrooms":"3","price":"168000","area":"438"} , +{"type":"Feature","id":"n29282975","geometry":{"type":"Point","coordinates":[0.7769866,51.2046948]},"properties":{"@type":"node","@id":29282975,"@timestamp":1179526414},"coords":"51.2046948,0.7769866","bedrooms":"0","price":"267000","area":"653"} , +{"type":"Feature","id":"n29283270","geometry":{"type":"Point","coordinates":[-0.3570913,51.8207023]},"properties":{"@type":"node","@id":29283270,"@timestamp":1179526752},"coords":"51.8207023,-0.3570913","bedrooms":"2","price":"291000","area":"620"} , +{"type":"Feature","id":"n29284503","geometry":{"type":"Point","coordinates":[0.4303753,51.6150046]},"properties":{"@type":"node","@id":29284503,"@timestamp":1253297130},"coords":"51.6150046,0.4303753","bedrooms":"2","price":"234000","area":"622"} , +{"type":"Feature","id":"n29324250","geometry":{"type":"Point","coordinates":[0.8452571,51.1374019]},"properties":{"@type":"node","@id":29324250,"@timestamp":1179564301},"coords":"51.1374019,0.8452571","bedrooms":"1","price":"228000","area":"616"} , +{"type":"Feature","id":"n29324362","geometry":{"type":"Point","coordinates":[0.8401803,51.1385176]},"properties":{"@type":"node","@id":29324362,"@timestamp":1179564318},"coords":"51.1385176,0.8401803","bedrooms":"0","price":"253000","area":"553"} , +{"type":"Feature","id":"n29324391","geometry":{"type":"Point","coordinates":[0.8406245,51.1394992]},"properties":{"@type":"node","@id":29324391,"@timestamp":1179564324},"coords":"51.1394992,0.8406245","bedrooms":"1","price":"207000","area":"642"} , +{"type":"Feature","id":"n29324403","geometry":{"type":"Point","coordinates":[0.8410543,51.1399828]},"properties":{"@type":"node","@id":29324403,"@timestamp":1179564326},"coords":"51.1399828,0.8410543","bedrooms":"4","price":"256000","area":"561"} , +{"type":"Feature","id":"n29324448","geometry":{"type":"Point","coordinates":[0.8358399,51.1393369]},"properties":{"@type":"node","@id":29324448,"@timestamp":1179564331},"coords":"51.1393369,0.8358399","bedrooms":"2","price":"162000","area":"611"} , +{"type":"Feature","id":"n29324505","geometry":{"type":"Point","coordinates":[0.8314811,51.1370851]},"properties":{"@type":"node","@id":29324505,"@timestamp":1179564339},"coords":"51.1370851,0.8314811","bedrooms":"4","price":"178000","area":"656"} , +{"type":"Feature","id":"n29324571","geometry":{"type":"Point","coordinates":[0.8304548,51.1393985]},"properties":{"@type":"node","@id":29324571,"@timestamp":1605697174},"coords":"51.1393985,0.8304548","bedrooms":"4","price":"215000","area":"682"} , +{"type":"Feature","id":"n29324594","geometry":{"type":"Point","coordinates":[0.8409538,51.1393476]},"properties":{"@type":"node","@id":29324594,"@timestamp":1179564350},"coords":"51.1393476,0.8409538","bedrooms":"3","price":"290000","area":"658"} , +{"type":"Feature","id":"n29324952","geometry":{"type":"Point","coordinates":[0.8503218,51.1429595]},"properties":{"@type":"node","@id":29324952,"@timestamp":1179564763},"coords":"51.1429595,0.8503218","bedrooms":"2","price":"205000","area":"648"} , +{"type":"Feature","id":"n29334327","geometry":{"type":"Point","coordinates":[-0.2113413,51.9100732]},"properties":{"@type":"node","@id":29334327,"@timestamp":1179578235},"coords":"51.9100732,-0.2113413","bedrooms":"0","price":"213000","area":"431"} , +{"type":"Feature","id":"n29334897","geometry":{"type":"Point","coordinates":[0.8470981,51.1434957]},"properties":{"@type":"node","@id":29334897,"@timestamp":1179578983},"coords":"51.1434957,0.8470981","bedrooms":"0","price":"152000","area":"696"} , +{"type":"Feature","id":"n29334956","geometry":{"type":"Point","coordinates":[0.842273,51.1418205]},"properties":{"@type":"node","@id":29334956,"@timestamp":1179579002},"coords":"51.1418205,0.842273","bedrooms":"0","price":"258000","area":"503"} , +{"type":"Feature","id":"n29335011","geometry":{"type":"Point","coordinates":[0.8379876,51.1408958]},"properties":{"@type":"node","@id":29335011,"@timestamp":1179579018},"coords":"51.1408958,0.8379876","bedrooms":"2","price":"284000","area":"537"} , +{"type":"Feature","id":"n29335067","geometry":{"type":"Point","coordinates":[0.8364381,51.1338529]},"properties":{"@type":"node","@id":29335067,"@timestamp":1179579032},"coords":"51.1338529,0.8364381","bedrooms":"0","price":"251000","area":"471"} , +{"type":"Feature","id":"n29339402","geometry":{"type":"Point","coordinates":[0.8505368,51.1424273]},"properties":{"@type":"node","@id":29339402,"@timestamp":1179582952},"coords":"51.1424273,0.8505368","bedrooms":"2","price":"251000","area":"620"} , +{"type":"Feature","id":"n29339513","geometry":{"type":"Point","coordinates":[0.8465511,51.1343993]},"properties":{"@type":"node","@id":29339513,"@timestamp":1179583018},"coords":"51.1343993,0.8465511","bedrooms":"0","price":"238000","area":"532"} , +{"type":"Feature","id":"n29339567","geometry":{"type":"Point","coordinates":[0.8508095,51.1591374]},"properties":{"@type":"node","@id":29339567,"@timestamp":1179583050},"coords":"51.1591374,0.8508095","bedrooms":"2","price":"299000","area":"613"} , +{"type":"Feature","id":"n29339606","geometry":{"type":"Point","coordinates":[0.8478606,51.1626438]},"properties":{"@type":"node","@id":29339606,"@timestamp":1222955341},"coords":"51.1626438,0.8478606","bedrooms":"2","price":"235000","area":"668"} , +{"type":"Feature","id":"n29339627","geometry":{"type":"Point","coordinates":[0.8476099,51.1648453]},"properties":{"@type":"node","@id":29339627,"@timestamp":1222955341},"coords":"51.1648453,0.8476099","bedrooms":"1","price":"231000","area":"357"} , +{"type":"Feature","id":"n29339903","geometry":{"type":"Point","coordinates":[0.8422481,51.1399948]},"properties":{"@type":"node","@id":29339903,"@timestamp":1223645946},"coords":"51.1399948,0.8422481","bedrooms":"2","price":"199000","area":"580"} , +{"type":"Feature","id":"n29339996","geometry":{"type":"Point","coordinates":[0.843424,51.1639301]},"properties":{"@type":"node","@id":29339996,"@timestamp":1179583195},"coords":"51.1639301,0.843424","bedrooms":"0","price":"284000","area":"653"} , +{"type":"Feature","id":"n29341049","geometry":{"type":"Point","coordinates":[-0.2128467,51.8999562]},"properties":{"@type":"node","@id":29341049,"@timestamp":1180258351},"coords":"51.8999562,-0.2128467","bedrooms":"1","price":"247000","area":"389"} , +{"type":"Feature","id":"n29341114","geometry":{"type":"Point","coordinates":[-0.2180715,51.9090549]},"properties":{"@type":"node","@id":29341114,"@timestamp":1180258367},"coords":"51.9090549,-0.2180715","bedrooms":"2","price":"225000","area":"437"} , +{"type":"Feature","id":"n29341203","geometry":{"type":"Point","coordinates":[-0.1590508,51.895132]},"properties":{"@type":"node","@id":29341203,"@timestamp":1579729510},"coords":"51.895132,-0.1590508","bedrooms":"3","price":"170000","area":"678"} , +{"type":"Feature","id":"n29348340","geometry":{"type":"Point","coordinates":[-0.8251808,51.8231392]},"properties":{"@type":"node","@id":29348340,"@timestamp":1429371565},"coords":"51.8231392,-0.8251808","bedrooms":"0","price":"284000","area":"484"} , +{"type":"Feature","id":"n29351609","geometry":{"type":"Point","coordinates":[-0.8209807,51.8251808]},"properties":{"@type":"node","@id":29351609,"@timestamp":1179593625},"coords":"51.8251808,-0.8209807","bedrooms":"1","price":"225000","area":"623"} , +{"type":"Feature","id":"n29355318","geometry":{"type":"Point","coordinates":[-0.8862501,51.8131591]},"properties":{"@type":"node","@id":29355318,"@timestamp":1297982399},"coords":"51.8131591,-0.8862501","bedrooms":"3","price":"186000","area":"521"} , +{"type":"Feature","id":"n29355335","geometry":{"type":"Point","coordinates":[-0.8714831,51.8138342]},"properties":{"@type":"node","@id":29355335,"@timestamp":1179595865},"coords":"51.8138342,-0.8714831","bedrooms":"4","price":"228000","area":"365"} , +{"type":"Feature","id":"n29355346","geometry":{"type":"Point","coordinates":[-0.8700594,51.8085024]},"properties":{"@type":"node","@id":29355346,"@timestamp":1179595867},"coords":"51.8085024,-0.8700594","bedrooms":"1","price":"160000","area":"406"} , +{"type":"Feature","id":"n29355367","geometry":{"type":"Point","coordinates":[-0.8883445,51.8073574]},"properties":{"@type":"node","@id":29355367,"@timestamp":1179595870},"coords":"51.8073574,-0.8883445","bedrooms":"1","price":"212000","area":"653"} , +{"type":"Feature","id":"n29356285","geometry":{"type":"Point","coordinates":[-0.3008336,51.0229308]},"properties":{"@type":"node","@id":29356285,"@timestamp":1597686133},"coords":"51.0229308,-0.3008336","bedrooms":"2","price":"251000","area":"558"} , +{"type":"Feature","id":"n29356784","geometry":{"type":"Point","coordinates":[-0.9508793,51.1633292]},"properties":{"@type":"node","@id":29356784,"@timestamp":1516647404},"coords":"51.1633292,-0.9508793","bedrooms":"3","price":"165000","area":"404"} , +{"type":"Feature","id":"n29356959","geometry":{"type":"Point","coordinates":[-0.9798431,51.30129]},"properties":{"@type":"node","@id":29356959,"@timestamp":1429703371},"coords":"51.30129,-0.9798431","bedrooms":"4","price":"239000","area":"436"} , +{"type":"Feature","id":"n29357315","geometry":{"type":"Point","coordinates":[-0.9953579,51.5088434]},"properties":{"@type":"node","@id":29357315,"@timestamp":1179597776},"coords":"51.5088434,-0.9953579","bedrooms":"1","price":"172000","area":"567"} , +{"type":"Feature","id":"n29357873","geometry":{"type":"Point","coordinates":[-0.9489914,51.6853033]},"properties":{"@type":"node","@id":29357873,"@timestamp":1505026076},"coords":"51.6853033,-0.9489914","bedrooms":"3","price":"276000","area":"362"} , +{"type":"Feature","id":"n29358496","geometry":{"type":"Point","coordinates":[-1.010749,51.9810896]},"properties":{"@type":"node","@id":29358496,"@timestamp":1505025668},"coords":"51.9810896,-1.010749","bedrooms":"4","price":"269000","area":"632"} , +{"type":"Feature","id":"n29359274","geometry":{"type":"Point","coordinates":[0.0428101,51.9751909]},"properties":{"@type":"node","@id":29359274,"@timestamp":1179599121},"coords":"51.9751909,0.0428101","bedrooms":"0","price":"183000","area":"679"} , +{"type":"Feature","id":"n29361361","geometry":{"type":"Point","coordinates":[-0.7469091,51.2757113]},"properties":{"@type":"node","@id":29361361,"@timestamp":1460624688},"coords":"51.2757113,-0.7469091","bedrooms":"4","price":"245000","area":"662"} , +{"type":"Feature","id":"n29365725","geometry":{"type":"Point","coordinates":[-0.8187357,51.8299232]},"properties":{"@type":"node","@id":29365725,"@timestamp":1179612428},"coords":"51.8299232,-0.8187357","bedrooms":"2","price":"219000","area":"646"} , +{"type":"Feature","id":"n29365906","geometry":{"type":"Point","coordinates":[-0.8230818,51.8291736]},"properties":{"@type":"node","@id":29365906,"@timestamp":1179612906},"coords":"51.8291736,-0.8230818","bedrooms":"2","price":"278000","area":"672"} , +{"type":"Feature","id":"n29367140","geometry":{"type":"Point","coordinates":[0.7768172,51.2940414]},"properties":{"@type":"node","@id":29367140,"@timestamp":1179615411},"coords":"51.2940414,0.7768172","bedrooms":"0","price":"232000","area":"543"} , +{"type":"Feature","id":"n29367187","geometry":{"type":"Point","coordinates":[0.7395254,51.3145333]},"properties":{"@type":"node","@id":29367187,"@timestamp":1589807085},"coords":"51.3145333,0.7395254","bedrooms":"3","price":"286000","area":"656"} , +{"type":"Feature","id":"n29367203","geometry":{"type":"Point","coordinates":[0.7296365,51.3097646]},"properties":{"@type":"node","@id":29367203,"@timestamp":1486462281},"coords":"51.3097646,0.7296365","bedrooms":"2","price":"299000","area":"682"} , +{"type":"Feature","id":"n29367228","geometry":{"type":"Point","coordinates":[0.7273677,51.3252238]},"properties":{"@type":"node","@id":29367228,"@timestamp":1486466733},"coords":"51.3252238,0.7273677","bedrooms":"0","price":"285000","area":"504"} , +{"type":"Feature","id":"n29367316","geometry":{"type":"Point","coordinates":[0.6533574,51.3243813]},"properties":{"@type":"node","@id":29367316,"@timestamp":1179615478},"coords":"51.3243813,0.6533574","bedrooms":"2","price":"255000","area":"682"} , +{"type":"Feature","id":"n29367676","geometry":{"type":"Point","coordinates":[-0.5725969,51.2233787]},"properties":{"@type":"node","@id":29367676,"@timestamp":1219512701},"coords":"51.2233787,-0.5725969","bedrooms":"0","price":"272000","area":"661"} , +{"type":"Feature","id":"n29368420","geometry":{"type":"Point","coordinates":[-0.8404681,51.8298833]},"properties":{"@type":"node","@id":29368420,"@timestamp":1623263902},"coords":"51.8298833,-0.8404681","bedrooms":"4","price":"178000","area":"410"} , +{"type":"Feature","id":"n29368898","geometry":{"type":"Point","coordinates":[0.4950799,51.3958567]},"properties":{"@type":"node","@id":29368898,"@timestamp":1477593423},"coords":"51.3958567,0.4950799","bedrooms":"2","price":"298000","area":"560"} , +{"type":"Feature","id":"n29369068","geometry":{"type":"Point","coordinates":[0.7094983,51.2247787]},"properties":{"@type":"node","@id":29369068,"@timestamp":1179618623},"coords":"51.2247787,0.7094983","bedrooms":"0","price":"284000","area":"453"} , +{"type":"Feature","id":"n29369092","geometry":{"type":"Point","coordinates":[0.7155235,51.223634]},"properties":{"@type":"node","@id":29369092,"@timestamp":1179618626},"coords":"51.223634,0.7155235","bedrooms":"4","price":"293000","area":"532"} , +{"type":"Feature","id":"n29369173","geometry":{"type":"Point","coordinates":[0.736948,51.2143633]},"properties":{"@type":"node","@id":29369173,"@timestamp":1179618637},"coords":"51.2143633,0.736948","bedrooms":"0","price":"251000","area":"454"} , +{"type":"Feature","id":"n29369192","geometry":{"type":"Point","coordinates":[0.7472793,51.21439]},"properties":{"@type":"node","@id":29369192,"@timestamp":1179618638},"coords":"51.21439,0.7472793","bedrooms":"1","price":"168000","area":"409"} , +{"type":"Feature","id":"n29369231","geometry":{"type":"Point","coordinates":[0.7699468,51.2066382]},"properties":{"@type":"node","@id":29369231,"@timestamp":1179618642},"coords":"51.2066382,0.7699468","bedrooms":"2","price":"228000","area":"403"} , +{"type":"Feature","id":"n29372068","geometry":{"type":"Point","coordinates":[0.0170732,51.4159658]},"properties":{"@type":"node","@id":29372068,"@timestamp":1179622868},"coords":"51.4159658,0.0170732","bedrooms":"4","price":"171000","area":"616"} , +{"type":"Feature","id":"n29373210","geometry":{"type":"Point","coordinates":[0.0347679,51.4074616]},"properties":{"@type":"node","@id":29373210,"@timestamp":1179625181},"coords":"51.4074616,0.0347679","bedrooms":"2","price":"226000","area":"554"} , +{"type":"Feature","id":"n29373226","geometry":{"type":"Point","coordinates":[0.0336403,51.4000246]},"properties":{"@type":"node","@id":29373226,"@timestamp":1195148530},"coords":"51.4000246,0.0336403","bedrooms":"4","price":"229000","area":"421"} , +{"type":"Feature","id":"n29373247","geometry":{"type":"Point","coordinates":[0.030795,51.4030189]},"properties":{"@type":"node","@id":29373247,"@timestamp":1192908101},"coords":"51.4030189,0.030795","bedrooms":"4","price":"160000","area":"636"} , +{"type":"Feature","id":"n29373517","geometry":{"type":"Point","coordinates":[0.0367522,51.4009839]},"properties":{"@type":"node","@id":29373517,"@timestamp":1195148537},"coords":"51.4009839,0.0367522","bedrooms":"3","price":"291000","area":"432"} , +{"type":"Feature","id":"n29373640","geometry":{"type":"Point","coordinates":[0.0346353,51.3969422]},"properties":{"@type":"node","@id":29373640,"@timestamp":1179626772},"coords":"51.3969422,0.0346353","bedrooms":"1","price":"167000","area":"388"} , +{"type":"Feature","id":"n29373663","geometry":{"type":"Point","coordinates":[0.0340851,51.4052064]},"properties":{"@type":"node","@id":29373663,"@timestamp":1555239932},"coords":"51.4052064,0.0340851","bedrooms":"2","price":"164000","area":"630"} , +{"type":"Feature","id":"n29379369","geometry":{"type":"Point","coordinates":[-0.9911796,51.5301479]},"properties":{"@type":"node","@id":29379369,"@timestamp":1179655059},"coords":"51.5301479,-0.9911796","bedrooms":"1","price":"217000","area":"550"} , +{"type":"Feature","id":"n29379388","geometry":{"type":"Point","coordinates":[-1.0050037,51.5382714]},"properties":{"@type":"node","@id":29379388,"@timestamp":1179655077},"coords":"51.5382714,-1.0050037","bedrooms":"0","price":"299000","area":"361"} , +{"type":"Feature","id":"n29379499","geometry":{"type":"Point","coordinates":[-1.0104193,51.5446054]},"properties":{"@type":"node","@id":29379499,"@timestamp":1179655226},"coords":"51.5446054,-1.0104193","bedrooms":"0","price":"159000","area":"606"} , +{"type":"Feature","id":"n29379510","geometry":{"type":"Point","coordinates":[-0.983526,51.5463458]},"properties":{"@type":"node","@id":29379510,"@timestamp":1179655232},"coords":"51.5463458,-0.983526","bedrooms":"4","price":"184000","area":"528"} , +{"type":"Feature","id":"n29379521","geometry":{"type":"Point","coordinates":[-0.9773003,51.5431724]},"properties":{"@type":"node","@id":29379521,"@timestamp":1179655237},"coords":"51.5431724,-0.9773003","bedrooms":"0","price":"226000","area":"538"} , +{"type":"Feature","id":"n29379532","geometry":{"type":"Point","coordinates":[-0.9692757,51.5412824]},"properties":{"@type":"node","@id":29379532,"@timestamp":1179655243},"coords":"51.5412824,-0.9692757","bedrooms":"0","price":"239000","area":"616"} , +{"type":"Feature","id":"n29386377","geometry":{"type":"Point","coordinates":[-0.8302346,51.8267199]},"properties":{"@type":"node","@id":29386377,"@timestamp":1179673003},"coords":"51.8267199,-0.8302346","bedrooms":"1","price":"234000","area":"695"} , +{"type":"Feature","id":"n29387154","geometry":{"type":"Point","coordinates":[-0.5686824,50.9593695]},"properties":{"@type":"node","@id":29387154,"@timestamp":1179673934},"coords":"50.9593695,-0.5686824","bedrooms":"4","price":"159000","area":"435"} , +{"type":"Feature","id":"n29387173","geometry":{"type":"Point","coordinates":[-0.5468143,50.9587156]},"properties":{"@type":"node","@id":29387173,"@timestamp":1179673937},"coords":"50.9587156,-0.5468143","bedrooms":"1","price":"266000","area":"629"} , +{"type":"Feature","id":"n29389458","geometry":{"type":"Point","coordinates":[-0.8368915,51.8312972]},"properties":{"@type":"node","@id":29389458,"@timestamp":1180897096},"coords":"51.8312972,-0.8368915","bedrooms":"1","price":"285000","area":"695"} , +{"type":"Feature","id":"n29395825","geometry":{"type":"Point","coordinates":[-0.1412618,51.2312682]},"properties":{"@type":"node","@id":29395825,"@timestamp":1199189449},"coords":"51.2312682,-0.1412618","bedrooms":"0","price":"195000","area":"389"} , +{"type":"Feature","id":"n29395884","geometry":{"type":"Point","coordinates":[-0.1354244,51.2255398]},"properties":{"@type":"node","@id":29395884,"@timestamp":1179692193},"coords":"51.2255398,-0.1354244","bedrooms":"2","price":"197000","area":"374"} , +{"type":"Feature","id":"n29395896","geometry":{"type":"Point","coordinates":[-0.1318946,51.2262305]},"properties":{"@type":"node","@id":29395896,"@timestamp":1179692194},"coords":"51.2262305,-0.1318946","bedrooms":"2","price":"261000","area":"591"} , +{"type":"Feature","id":"n29395913","geometry":{"type":"Point","coordinates":[-0.1209128,51.2079095]},"properties":{"@type":"node","@id":29395913,"@timestamp":1182252315},"coords":"51.2079095,-0.1209128","bedrooms":"2","price":"275000","area":"430"} , +{"type":"Feature","id":"n29395933","geometry":{"type":"Point","coordinates":[-0.1119813,51.1930605]},"properties":{"@type":"node","@id":29395933,"@timestamp":1179692198},"coords":"51.1930605,-0.1119813","bedrooms":"3","price":"184000","area":"654"} , +{"type":"Feature","id":"n29395961","geometry":{"type":"Point","coordinates":[-0.1388761,51.2041099]},"properties":{"@type":"node","@id":29395961,"@timestamp":1179692201},"coords":"51.2041099,-0.1388761","bedrooms":"3","price":"155000","area":"508"} , +{"type":"Feature","id":"n29398570","geometry":{"type":"Point","coordinates":[0.0366549,51.4533715]},"properties":{"@type":"node","@id":29398570,"@timestamp":1625789405},"coords":"51.4533715,0.0366549","bedrooms":"0","price":"255000","area":"402"} , +{"type":"Feature","id":"n29400026","geometry":{"type":"Point","coordinates":[-0.5772064,51.2281576]},"properties":{"@type":"node","@id":29400026,"@timestamp":1179698400},"coords":"51.2281576,-0.5772064","bedrooms":"0","price":"279000","area":"619"} , +{"type":"Feature","id":"n29403092","geometry":{"type":"Point","coordinates":[-0.571058,51.2302065]},"properties":{"@type":"node","@id":29403092,"@timestamp":1179703051},"coords":"51.2302065,-0.571058","bedrooms":"0","price":"275000","area":"670"} , +{"type":"Feature","id":"n29403103","geometry":{"type":"Point","coordinates":[-0.5707614,51.2298136]},"properties":{"@type":"node","@id":29403103,"@timestamp":1179703053},"coords":"51.2298136,-0.5707614","bedrooms":"2","price":"279000","area":"564"} , +{"type":"Feature","id":"n29404699","geometry":{"type":"Point","coordinates":[-1.1129105,51.8129407]},"properties":{"@type":"node","@id":29404699,"@timestamp":1179705438},"coords":"51.8129407,-1.1129105","bedrooms":"1","price":"264000","area":"560"} , +{"type":"Feature","id":"n29404712","geometry":{"type":"Point","coordinates":[-1.1028595,51.8127034]},"properties":{"@type":"node","@id":29404712,"@timestamp":1179705439},"coords":"51.8127034,-1.1028595","bedrooms":"4","price":"225000","area":"440"} , +{"type":"Feature","id":"n29405080","geometry":{"type":"Point","coordinates":[-1.0958326,51.8140744]},"properties":{"@type":"node","@id":29405080,"@timestamp":1179705863},"coords":"51.8140744,-1.0958326","bedrooms":"2","price":"255000","area":"586"} , +{"type":"Feature","id":"n29405144","geometry":{"type":"Point","coordinates":[-1.0792651,51.8150003]},"properties":{"@type":"node","@id":29405144,"@timestamp":1179705994},"coords":"51.8150003,-1.0792651","bedrooms":"1","price":"181000","area":"611"} , +{"type":"Feature","id":"n29405368","geometry":{"type":"Point","coordinates":[-1.0708765,51.8191177]},"properties":{"@type":"node","@id":29405368,"@timestamp":1179706652},"coords":"51.8191177,-1.0708765","bedrooms":"0","price":"265000","area":"584"} , +{"type":"Feature","id":"n29414182","geometry":{"type":"Point","coordinates":[0.3234288,51.010915]},"properties":{"@type":"node","@id":29414182,"@timestamp":1179732637},"coords":"51.010915,0.3234288","bedrooms":"4","price":"195000","area":"609"} , +{"type":"Feature","id":"n29414203","geometry":{"type":"Point","coordinates":[0.3559329,51.0356326]},"properties":{"@type":"node","@id":29414203,"@timestamp":1297295080},"coords":"51.0356326,0.3559329","bedrooms":"1","price":"222000","area":"507"} , +{"type":"Feature","id":"n29414263","geometry":{"type":"Point","coordinates":[0.6291245,51.0515373]},"properties":{"@type":"node","@id":29414263,"@timestamp":1557881114},"coords":"51.0515373,0.6291245","bedrooms":"2","price":"268000","area":"558"} , +{"type":"Feature","id":"n29436833","geometry":{"type":"Point","coordinates":[-0.5466766,50.970506]},"properties":{"@type":"node","@id":29436833,"@timestamp":1179776930},"coords":"50.970506,-0.5466766","bedrooms":"0","price":"191000","area":"532"} , +{"type":"Feature","id":"n29436849","geometry":{"type":"Point","coordinates":[-0.5320349,50.9983826]},"properties":{"@type":"node","@id":29436849,"@timestamp":1179776932},"coords":"50.9983826,-0.5320349","bedrooms":"0","price":"242000","area":"538"} , +{"type":"Feature","id":"n29445362","geometry":{"type":"Point","coordinates":[-0.3415689,51.8135088]},"properties":{"@type":"node","@id":29445362,"@timestamp":1203767167},"coords":"51.8135088,-0.3415689","bedrooms":"1","price":"204000","area":"459"} , +{"type":"Feature","id":"n29445442","geometry":{"type":"Point","coordinates":[-0.3397474,51.8121852]},"properties":{"@type":"node","@id":29445442,"@timestamp":1179783748},"coords":"51.8121852,-0.3397474","bedrooms":"1","price":"230000","area":"574"} , +{"type":"Feature","id":"n29455178","geometry":{"type":"Point","coordinates":[-0.3352233,51.6019514]},"properties":{"@type":"node","@id":29455178,"@timestamp":1179786662},"coords":"51.6019514,-0.3352233","bedrooms":"3","price":"184000","area":"480"} , +{"type":"Feature","id":"n29457624","geometry":{"type":"Point","coordinates":[0.5928194,51.1404328]},"properties":{"@type":"node","@id":29457624,"@timestamp":1589660363},"coords":"51.1404328,0.5928194","bedrooms":"2","price":"230000","area":"442"} , +{"type":"Feature","id":"n29472635","geometry":{"type":"Point","coordinates":[0.2768479,51.1966029]},"properties":{"@type":"node","@id":29472635,"@timestamp":1179799117},"coords":"51.1966029,0.2768479","bedrooms":"3","price":"169000","area":"602"} , +{"type":"Feature","id":"n29500745","geometry":{"type":"Point","coordinates":[-0.8592832,51.7085624]},"properties":{"@type":"node","@id":29500745,"@timestamp":1191714018},"coords":"51.7085624,-0.8592832","bedrooms":"1","price":"237000","area":"520"} , +{"type":"Feature","id":"n29503238","geometry":{"type":"Point","coordinates":[-0.7695641,51.7182069]},"properties":{"@type":"node","@id":29503238,"@timestamp":1179858348},"coords":"51.7182069,-0.7695641","bedrooms":"2","price":"171000","area":"371"} , +{"type":"Feature","id":"n29512697","geometry":{"type":"Point","coordinates":[-0.337812,51.8063955]},"properties":{"@type":"node","@id":29512697,"@timestamp":1185623426},"coords":"51.8063955,-0.337812","bedrooms":"3","price":"212000","area":"480"} , +{"type":"Feature","id":"n29512925","geometry":{"type":"Point","coordinates":[-0.9416404,51.3533975]},"properties":{"@type":"node","@id":29512925,"@timestamp":1179875218},"coords":"51.3533975,-0.9416404","bedrooms":"4","price":"267000","area":"651"} , +{"type":"Feature","id":"n29512937","geometry":{"type":"Point","coordinates":[-0.9397207,51.3545821]},"properties":{"@type":"node","@id":29512937,"@timestamp":1179875230},"coords":"51.3545821,-0.9397207","bedrooms":"2","price":"246000","area":"445"} , +{"type":"Feature","id":"n29512973","geometry":{"type":"Point","coordinates":[-0.9302483,51.3522023]},"properties":{"@type":"node","@id":29512973,"@timestamp":1179875364},"coords":"51.3522023,-0.9302483","bedrooms":"4","price":"264000","area":"637"} , +{"type":"Feature","id":"n29513095","geometry":{"type":"Point","coordinates":[-0.9216509,51.3530539]},"properties":{"@type":"node","@id":29513095,"@timestamp":1179875792},"coords":"51.3530539,-0.9216509","bedrooms":"2","price":"250000","area":"469"} , +{"type":"Feature","id":"n29526511","geometry":{"type":"Point","coordinates":[-0.5584745,51.2309936]},"properties":{"@type":"node","@id":29526511,"@timestamp":1179912944},"coords":"51.2309936,-0.5584745","bedrooms":"1","price":"181000","area":"611"} , +{"type":"Feature","id":"n29526762","geometry":{"type":"Point","coordinates":[-0.5101585,51.235447]},"properties":{"@type":"node","@id":29526762,"@timestamp":1179913733},"coords":"51.235447,-0.5101585","bedrooms":"0","price":"186000","area":"449"} , +{"type":"Feature","id":"n29526971","geometry":{"type":"Point","coordinates":[-0.513665,51.2355279]},"properties":{"@type":"node","@id":29526971,"@timestamp":1179914017},"coords":"51.2355279,-0.513665","bedrooms":"0","price":"195000","area":"366"} , +{"type":"Feature","id":"n29530785","geometry":{"type":"Point","coordinates":[-0.0391863,51.6994804]},"properties":{"@type":"node","@id":29530785,"@timestamp":1452086857},"coords":"51.6994804,-0.0391863","bedrooms":"3","price":"282000","area":"615"} , +{"type":"Feature","id":"n29536259","geometry":{"type":"Point","coordinates":[0.4444575,51.3169548]},"properties":{"@type":"node","@id":29536259,"@timestamp":1179950699},"coords":"51.3169548,0.4444575","bedrooms":"2","price":"166000","area":"581"} , +{"type":"Feature","id":"n29536269","geometry":{"type":"Point","coordinates":[0.4452851,51.3165729]},"properties":{"@type":"node","@id":29536269,"@timestamp":1179950709},"coords":"51.3165729,0.4452851","bedrooms":"2","price":"179000","area":"399"} , +{"type":"Feature","id":"n29536279","geometry":{"type":"Point","coordinates":[0.4451115,51.3163008]},"properties":{"@type":"node","@id":29536279,"@timestamp":1179950711},"coords":"51.3163008,0.4451115","bedrooms":"4","price":"258000","area":"669"} , +{"type":"Feature","id":"n29536289","geometry":{"type":"Point","coordinates":[0.4442802,51.3165261]},"properties":{"@type":"node","@id":29536289,"@timestamp":1179950712},"coords":"51.3165261,0.4442802","bedrooms":"2","price":"193000","area":"470"} , +{"type":"Feature","id":"n29536300","geometry":{"type":"Point","coordinates":[0.4436877,51.3164861]},"properties":{"@type":"node","@id":29536300,"@timestamp":1179950780},"coords":"51.3164861,0.4436877","bedrooms":"1","price":"284000","area":"630"} , +{"type":"Feature","id":"n29536317","geometry":{"type":"Point","coordinates":[0.4434174,51.3166452]},"properties":{"@type":"node","@id":29536317,"@timestamp":1179950794},"coords":"51.3166452,0.4434174","bedrooms":"4","price":"196000","area":"503"} , +{"type":"Feature","id":"n29536377","geometry":{"type":"Point","coordinates":[0.4444529,51.316972]},"properties":{"@type":"node","@id":29536377,"@timestamp":1179950939},"coords":"51.316972,0.4444529","bedrooms":"4","price":"224000","area":"498"} , +{"type":"Feature","id":"n29536393","geometry":{"type":"Point","coordinates":[0.4455237,51.3165179]},"properties":{"@type":"node","@id":29536393,"@timestamp":1179950965},"coords":"51.3165179,0.4455237","bedrooms":"0","price":"172000","area":"498"} , +{"type":"Feature","id":"n29536403","geometry":{"type":"Point","coordinates":[0.4454147,51.3163673]},"properties":{"@type":"node","@id":29536403,"@timestamp":1179950978},"coords":"51.3163673,0.4454147","bedrooms":"4","price":"253000","area":"497"} , +{"type":"Feature","id":"n29536415","geometry":{"type":"Point","coordinates":[0.4450066,51.3159292]},"properties":{"@type":"node","@id":29536415,"@timestamp":1179950999},"coords":"51.3159292,0.4450066","bedrooms":"3","price":"299000","area":"374"} , +{"type":"Feature","id":"n29536425","geometry":{"type":"Point","coordinates":[0.4445282,51.3148946]},"properties":{"@type":"node","@id":29536425,"@timestamp":1179951070},"coords":"51.3148946,0.4445282","bedrooms":"1","price":"186000","area":"632"} , +{"type":"Feature","id":"n29536435","geometry":{"type":"Point","coordinates":[0.4430987,51.3147116]},"properties":{"@type":"node","@id":29536435,"@timestamp":1179951077},"coords":"51.3147116,0.4430987","bedrooms":"4","price":"213000","area":"374"} , +{"type":"Feature","id":"n29536445","geometry":{"type":"Point","coordinates":[0.4430108,51.3155618]},"properties":{"@type":"node","@id":29536445,"@timestamp":1179951103},"coords":"51.3155618,0.4430108","bedrooms":"1","price":"284000","area":"429"} , +{"type":"Feature","id":"n29536455","geometry":{"type":"Point","coordinates":[0.4434669,51.316374]},"properties":{"@type":"node","@id":29536455,"@timestamp":1179951122},"coords":"51.316374,0.4434669","bedrooms":"4","price":"288000","area":"546"} , +{"type":"Feature","id":"n29536465","geometry":{"type":"Point","coordinates":[0.4444702,51.316499]},"properties":{"@type":"node","@id":29536465,"@timestamp":1179951130},"coords":"51.316499,0.4444702","bedrooms":"2","price":"242000","area":"637"} , +{"type":"Feature","id":"n29536475","geometry":{"type":"Point","coordinates":[0.4442966,51.3163083]},"properties":{"@type":"node","@id":29536475,"@timestamp":1179951182},"coords":"51.3163083,0.4442966","bedrooms":"4","price":"235000","area":"602"} , +{"type":"Feature","id":"n29536485","geometry":{"type":"Point","coordinates":[0.4448978,51.3169584]},"properties":{"@type":"node","@id":29536485,"@timestamp":1179951206},"coords":"51.3169584,0.4448978","bedrooms":"4","price":"249000","area":"438"} , +{"type":"Feature","id":"n29536495","geometry":{"type":"Point","coordinates":[0.4439758,51.3165155]},"properties":{"@type":"node","@id":29536495,"@timestamp":1179951208},"coords":"51.3165155,0.4439758","bedrooms":"3","price":"230000","area":"607"} , +{"type":"Feature","id":"n29536505","geometry":{"type":"Point","coordinates":[0.4444742,51.3171564]},"properties":{"@type":"node","@id":29536505,"@timestamp":1179951213},"coords":"51.3171564,0.4444742","bedrooms":"2","price":"257000","area":"477"} , +{"type":"Feature","id":"n29537191","geometry":{"type":"Point","coordinates":[-0.2098237,51.9755241]},"properties":{"@type":"node","@id":29537191,"@timestamp":1320752398},"coords":"51.9755241,-0.2098237","bedrooms":"2","price":"265000","area":"690"} , +{"type":"Feature","id":"n29537462","geometry":{"type":"Point","coordinates":[-0.5879198,51.5818605]},"properties":{"@type":"node","@id":29537462,"@timestamp":1179951866},"coords":"51.5818605,-0.5879198","bedrooms":"4","price":"297000","area":"548"} , +{"type":"Feature","id":"n29537509","geometry":{"type":"Point","coordinates":[-0.5975132,51.5753171]},"properties":{"@type":"node","@id":29537509,"@timestamp":1179951877},"coords":"51.5753171,-0.5975132","bedrooms":"0","price":"159000","area":"386"} , +{"type":"Feature","id":"n29541763","geometry":{"type":"Point","coordinates":[-0.498384,51.0226784]},"properties":{"@type":"node","@id":29541763,"@timestamp":1191602598},"coords":"51.0226784,-0.498384","bedrooms":"0","price":"250000","area":"355"} , +{"type":"Feature","id":"n29543003","geometry":{"type":"Point","coordinates":[-0.5255465,50.9982573]},"properties":{"@type":"node","@id":29543003,"@timestamp":1268247875},"coords":"50.9982573,-0.5255465","bedrooms":"3","price":"245000","area":"642"} , +{"type":"Feature","id":"n29543431","geometry":{"type":"Point","coordinates":[-0.1613706,50.9946092]},"properties":{"@type":"node","@id":29543431,"@timestamp":1591552837},"coords":"50.9946092,-0.1613706","bedrooms":"3","price":"221000","area":"578"} , +{"type":"Feature","id":"n29544745","geometry":{"type":"Point","coordinates":[-0.7491359,51.2732158]},"properties":{"@type":"node","@id":29544745,"@timestamp":1179973218},"coords":"51.2732158,-0.7491359","bedrooms":"4","price":"257000","area":"514"} , +{"type":"Feature","id":"n29557860","geometry":{"type":"Point","coordinates":[-0.7370251,51.7836252]},"properties":{"@type":"node","@id":29557860,"@timestamp":1180035886},"coords":"51.7836252,-0.7370251","bedrooms":"0","price":"227000","area":"683"} , +{"type":"Feature","id":"n29563407","geometry":{"type":"Point","coordinates":[-0.3357034,51.8276638]},"properties":{"@type":"node","@id":29563407,"@timestamp":1203445633},"coords":"51.8276638,-0.3357034","bedrooms":"4","price":"173000","area":"533"} , +{"type":"Feature","id":"n29565337","geometry":{"type":"Point","coordinates":[-0.3535964,51.8167567]},"properties":{"@type":"node","@id":29565337,"@timestamp":1180045272},"coords":"51.8167567,-0.3535964","bedrooms":"2","price":"271000","area":"498"} , +{"type":"Feature","id":"n29576185","geometry":{"type":"Point","coordinates":[0.4539354,51.5238519]},"properties":{"@type":"node","@id":29576185,"@timestamp":1180080378},"coords":"51.5238519,0.4539354","bedrooms":"4","price":"236000","area":"579"} , +{"type":"Feature","id":"n29590875","geometry":{"type":"Point","coordinates":[-0.563547,50.9431893]},"properties":{"@type":"node","@id":29590875,"@timestamp":1188504674},"coords":"50.9431893,-0.563547","bedrooms":"1","price":"203000","area":"430"} , +{"type":"Feature","id":"n29622179","geometry":{"type":"Point","coordinates":[-0.0688824,51.4643012]},"properties":{"@type":"node","@id":29622179,"@timestamp":1623609049},"coords":"51.4643012,-0.0688824","bedrooms":"0","price":"191000","area":"642"} , +{"type":"Feature","id":"n29623274","geometry":{"type":"Point","coordinates":[-0.1608318,51.3774804]},"properties":{"@type":"node","@id":29623274,"@timestamp":1183736221},"coords":"51.3774804,-0.1608318","bedrooms":"4","price":"246000","area":"677"} , +{"type":"Feature","id":"n29626421","geometry":{"type":"Point","coordinates":[0.8523276,51.2105939]},"properties":{"@type":"node","@id":29626421,"@timestamp":1180187542},"coords":"51.2105939,0.8523276","bedrooms":"2","price":"273000","area":"509"} , +{"type":"Feature","id":"n29627958","geometry":{"type":"Point","coordinates":[-1.1116154,50.969148]},"properties":{"@type":"node","@id":29627958,"@timestamp":1210443410},"coords":"50.969148,-1.1116154","bedrooms":"3","price":"255000","area":"537"} , +{"type":"Feature","id":"n29628751","geometry":{"type":"Point","coordinates":[-0.0683877,50.99033]},"properties":{"@type":"node","@id":29628751,"@timestamp":1188157175},"coords":"50.99033,-0.0683877","bedrooms":"2","price":"217000","area":"403"} , +{"type":"Feature","id":"n29628785","geometry":{"type":"Point","coordinates":[-0.0589166,51.0281912]},"properties":{"@type":"node","@id":29628785,"@timestamp":1184664390},"coords":"51.0281912,-0.0589166","bedrooms":"0","price":"172000","area":"586"} , +{"type":"Feature","id":"n29629141","geometry":{"type":"Point","coordinates":[-0.0428852,51.0547845]},"properties":{"@type":"node","@id":29629141,"@timestamp":1627659799},"coords":"51.0547845,-0.0428852","bedrooms":"2","price":"181000","area":"425"} , +{"type":"Feature","id":"n29629194","geometry":{"type":"Point","coordinates":[-0.0181491,50.9723532]},"properties":{"@type":"node","@id":29629194,"@timestamp":1348216070},"coords":"50.9723532,-0.0181491","bedrooms":"4","price":"299000","area":"607"} , +{"type":"Feature","id":"n29637707","geometry":{"type":"Point","coordinates":[-0.6041278,51.1953569]},"properties":{"@type":"node","@id":29637707,"@timestamp":1188213509},"coords":"51.1953569,-0.6041278","bedrooms":"3","price":"256000","area":"492"} , +{"type":"Feature","id":"n29646964","geometry":{"type":"Point","coordinates":[-0.6115825,50.9823411]},"properties":{"@type":"node","@id":29646964,"@timestamp":1280230989},"coords":"50.9823411,-0.6115825","bedrooms":"0","price":"265000","area":"639"} , +{"type":"Feature","id":"n29647593","geometry":{"type":"Point","coordinates":[0.6611109,51.0279011]},"properties":{"@type":"node","@id":29647593,"@timestamp":1582328379},"coords":"51.0279011,0.6611109","bedrooms":"3","price":"197000","area":"453"} , +{"type":"Feature","id":"n29649820","geometry":{"type":"Point","coordinates":[-0.3743234,51.6325557]},"properties":{"@type":"node","@id":29649820,"@timestamp":1191058967},"coords":"51.6325557,-0.3743234","bedrooms":"1","price":"287000","area":"681"} , +{"type":"Feature","id":"n29665078","geometry":{"type":"Point","coordinates":[-0.1961936,51.8918609]},"properties":{"@type":"node","@id":29665078,"@timestamp":1198257862},"coords":"51.8918609,-0.1961936","bedrooms":"4","price":"181000","area":"572"} , +{"type":"Feature","id":"n29665173","geometry":{"type":"Point","coordinates":[-0.2162814,51.8993589]},"properties":{"@type":"node","@id":29665173,"@timestamp":1181404697},"coords":"51.8993589,-0.2162814","bedrooms":"0","price":"207000","area":"595"} , +{"type":"Feature","id":"n29668666","geometry":{"type":"Point","coordinates":[0.8476587,51.1758942]},"properties":{"@type":"node","@id":29668666,"@timestamp":1180259871},"coords":"51.1758942,0.8476587","bedrooms":"2","price":"293000","area":"465"} , +{"type":"Feature","id":"n29668702","geometry":{"type":"Point","coordinates":[0.8174761,51.1985148]},"properties":{"@type":"node","@id":29668702,"@timestamp":1180259877},"coords":"51.1985148,0.8174761","bedrooms":"3","price":"221000","area":"674"} , +{"type":"Feature","id":"n29668723","geometry":{"type":"Point","coordinates":[0.8079869,51.2043475]},"properties":{"@type":"node","@id":29668723,"@timestamp":1226438477},"coords":"51.2043475,0.8079869","bedrooms":"0","price":"274000","area":"651"} , +{"type":"Feature","id":"n29669419","geometry":{"type":"Point","coordinates":[-0.2087577,51.9072287]},"properties":{"@type":"node","@id":29669419,"@timestamp":1180261157},"coords":"51.9072287,-0.2087577","bedrooms":"0","price":"295000","area":"510"} , +{"type":"Feature","id":"n29670487","geometry":{"type":"Point","coordinates":[0.5845549,51.6934817]},"properties":{"@type":"node","@id":29670487,"@timestamp":1544943523},"coords":"51.6934817,0.5845549","bedrooms":"0","price":"220000","area":"656"} , +{"type":"Feature","id":"n29670902","geometry":{"type":"Point","coordinates":[0.5918725,51.0826824]},"properties":{"@type":"node","@id":29670902,"@timestamp":1180265902},"coords":"51.0826824,0.5918725","bedrooms":"3","price":"293000","area":"443"} , +{"type":"Feature","id":"n29670929","geometry":{"type":"Point","coordinates":[0.5752757,51.0779767]},"properties":{"@type":"node","@id":29670929,"@timestamp":1180265905},"coords":"51.0779767,0.5752757","bedrooms":"4","price":"195000","area":"443"} , +{"type":"Feature","id":"n29670950","geometry":{"type":"Point","coordinates":[0.5700487,51.0825888]},"properties":{"@type":"node","@id":29670950,"@timestamp":1180265908},"coords":"51.0825888,0.5700487","bedrooms":"1","price":"266000","area":"592"} , +{"type":"Feature","id":"n29670975","geometry":{"type":"Point","coordinates":[0.5606269,51.0764279]},"properties":{"@type":"node","@id":29670975,"@timestamp":1180265913},"coords":"51.0764279,0.5606269","bedrooms":"0","price":"274000","area":"367"} , +{"type":"Feature","id":"n29670992","geometry":{"type":"Point","coordinates":[0.5692189,51.0830748]},"properties":{"@type":"node","@id":29670992,"@timestamp":1180265916},"coords":"51.0830748,0.5692189","bedrooms":"4","price":"225000","area":"388"} , +{"type":"Feature","id":"n29671004","geometry":{"type":"Point","coordinates":[0.5801398,51.0843091]},"properties":{"@type":"node","@id":29671004,"@timestamp":1180265917},"coords":"51.0843091,0.5801398","bedrooms":"3","price":"192000","area":"482"} , +{"type":"Feature","id":"n29671021","geometry":{"type":"Point","coordinates":[0.5843229,51.0947937]},"properties":{"@type":"node","@id":29671021,"@timestamp":1180265920},"coords":"51.0947937,0.5843229","bedrooms":"0","price":"176000","area":"565"} , +{"type":"Feature","id":"n29671033","geometry":{"type":"Point","coordinates":[0.5905554,51.0989728]},"properties":{"@type":"node","@id":29671033,"@timestamp":1180265922},"coords":"51.0989728,0.5905554","bedrooms":"1","price":"283000","area":"594"} , +{"type":"Feature","id":"n29671073","geometry":{"type":"Point","coordinates":[0.6016853,51.1058848]},"properties":{"@type":"node","@id":29671073,"@timestamp":1180265928},"coords":"51.1058848,0.6016853","bedrooms":"1","price":"246000","area":"607"} , +{"type":"Feature","id":"n29671083","geometry":{"type":"Point","coordinates":[0.5961148,51.108455]},"properties":{"@type":"node","@id":29671083,"@timestamp":1180265930},"coords":"51.108455,0.5961148","bedrooms":"1","price":"271000","area":"355"} , +{"type":"Feature","id":"n29671167","geometry":{"type":"Point","coordinates":[0.6039631,51.0843922]},"properties":{"@type":"node","@id":29671167,"@timestamp":1180265946},"coords":"51.0843922,0.6039631","bedrooms":"0","price":"260000","area":"529"} , +{"type":"Feature","id":"n29671189","geometry":{"type":"Point","coordinates":[0.6062419,51.0822548]},"properties":{"@type":"node","@id":29671189,"@timestamp":1180265950},"coords":"51.0822548,0.6062419","bedrooms":"3","price":"286000","area":"468"} , +{"type":"Feature","id":"n29671567","geometry":{"type":"Point","coordinates":[0.4626869,51.045256]},"properties":{"@type":"node","@id":29671567,"@timestamp":1180267105},"coords":"51.045256,0.4626869","bedrooms":"4","price":"249000","area":"683"} , +{"type":"Feature","id":"n29671578","geometry":{"type":"Point","coordinates":[0.4576229,51.0466218]},"properties":{"@type":"node","@id":29671578,"@timestamp":1180267107},"coords":"51.0466218,0.4576229","bedrooms":"1","price":"187000","area":"407"} , +{"type":"Feature","id":"n29671588","geometry":{"type":"Point","coordinates":[0.4593253,51.0442835]},"properties":{"@type":"node","@id":29671588,"@timestamp":1180267109},"coords":"51.0442835,0.4593253","bedrooms":"3","price":"195000","area":"364"} , +{"type":"Feature","id":"n29671600","geometry":{"type":"Point","coordinates":[0.4610274,51.040866]},"properties":{"@type":"node","@id":29671600,"@timestamp":1180267110},"coords":"51.040866,0.4610274","bedrooms":"1","price":"296000","area":"584"} , +{"type":"Feature","id":"n29671610","geometry":{"type":"Point","coordinates":[0.4537294,51.0409835]},"properties":{"@type":"node","@id":29671610,"@timestamp":1180267112},"coords":"51.0409835,0.4537294","bedrooms":"4","price":"272000","area":"547"} , +{"type":"Feature","id":"n29671642","geometry":{"type":"Point","coordinates":[0.4515079,51.0453832]},"properties":{"@type":"node","@id":29671642,"@timestamp":1180267117},"coords":"51.0453832,0.4515079","bedrooms":"4","price":"217000","area":"479"} , +{"type":"Feature","id":"n29671658","geometry":{"type":"Point","coordinates":[0.4446461,51.0462106]},"properties":{"@type":"node","@id":29671658,"@timestamp":1180267119},"coords":"51.0462106,0.4446461","bedrooms":"4","price":"215000","area":"617"} , +{"type":"Feature","id":"n29671676","geometry":{"type":"Point","coordinates":[0.4418174,51.0434277]},"properties":{"@type":"node","@id":29671676,"@timestamp":1180267122},"coords":"51.0434277,0.4418174","bedrooms":"1","price":"288000","area":"542"} , +{"type":"Feature","id":"n29671693","geometry":{"type":"Point","coordinates":[0.4443682,51.0398487]},"properties":{"@type":"node","@id":29671693,"@timestamp":1180267128},"coords":"51.0398487,0.4443682","bedrooms":"1","price":"174000","area":"527"} , +{"type":"Feature","id":"n29671732","geometry":{"type":"Point","coordinates":[0.4502017,51.0346899]},"properties":{"@type":"node","@id":29671732,"@timestamp":1180267133},"coords":"51.0346899,0.4502017","bedrooms":"3","price":"213000","area":"483"} , +{"type":"Feature","id":"n29671745","geometry":{"type":"Point","coordinates":[0.4477167,51.0351737]},"properties":{"@type":"node","@id":29671745,"@timestamp":1180267136},"coords":"51.0351737,0.4477167","bedrooms":"0","price":"187000","area":"388"} , +{"type":"Feature","id":"n29671758","geometry":{"type":"Point","coordinates":[0.4396061,51.0360989]},"properties":{"@type":"node","@id":29671758,"@timestamp":1180267143},"coords":"51.0360989,0.4396061","bedrooms":"0","price":"217000","area":"580"} , +{"type":"Feature","id":"n29671779","geometry":{"type":"Point","coordinates":[0.4364244,51.0396189]},"properties":{"@type":"node","@id":29671779,"@timestamp":1180267146},"coords":"51.0396189,0.4364244","bedrooms":"4","price":"293000","area":"590"} , +{"type":"Feature","id":"n29671790","geometry":{"type":"Point","coordinates":[0.4315213,51.0418796]},"properties":{"@type":"node","@id":29671790,"@timestamp":1180267148},"coords":"51.0418796,0.4315213","bedrooms":"1","price":"169000","area":"561"} , +{"type":"Feature","id":"n29671800","geometry":{"type":"Point","coordinates":[0.4305611,51.0431588]},"properties":{"@type":"node","@id":29671800,"@timestamp":1180267149},"coords":"51.0431588,0.4305611","bedrooms":"3","price":"246000","area":"584"} , +{"type":"Feature","id":"n29671810","geometry":{"type":"Point","coordinates":[0.4237836,51.045602]},"properties":{"@type":"node","@id":29671810,"@timestamp":1180267151},"coords":"51.045602,0.4237836","bedrooms":"2","price":"230000","area":"484"} , +{"type":"Feature","id":"n29671820","geometry":{"type":"Point","coordinates":[0.4320252,51.044963]},"properties":{"@type":"node","@id":29671820,"@timestamp":1180267152},"coords":"51.044963,0.4320252","bedrooms":"3","price":"159000","area":"446"} , +{"type":"Feature","id":"n29671830","geometry":{"type":"Point","coordinates":[0.4310633,51.04948]},"properties":{"@type":"node","@id":29671830,"@timestamp":1180267154},"coords":"51.04948,0.4310633","bedrooms":"4","price":"181000","area":"460"} , +{"type":"Feature","id":"n29671847","geometry":{"type":"Point","coordinates":[0.4393432,51.0441269]},"properties":{"@type":"node","@id":29671847,"@timestamp":1180267156},"coords":"51.0441269,0.4393432","bedrooms":"0","price":"216000","area":"501"} , +{"type":"Feature","id":"n29671876","geometry":{"type":"Point","coordinates":[0.4483046,51.0423161]},"properties":{"@type":"node","@id":29671876,"@timestamp":1227559168},"coords":"51.0423161,0.4483046","bedrooms":"4","price":"284000","area":"505"} , +{"type":"Feature","id":"n29672659","geometry":{"type":"Point","coordinates":[0.4861573,51.0636461]},"properties":{"@type":"node","@id":29672659,"@timestamp":1180269006},"coords":"51.0636461,0.4861573","bedrooms":"4","price":"230000","area":"522"} , +{"type":"Feature","id":"n29672688","geometry":{"type":"Point","coordinates":[0.5004758,51.0623691]},"properties":{"@type":"node","@id":29672688,"@timestamp":1180269013},"coords":"51.0623691,0.5004758","bedrooms":"2","price":"218000","area":"646"} , +{"type":"Feature","id":"n29672704","geometry":{"type":"Point","coordinates":[0.4994774,51.0618509]},"properties":{"@type":"node","@id":29672704,"@timestamp":1180269016},"coords":"51.0618509,0.4994774","bedrooms":"0","price":"242000","area":"552"} , +{"type":"Feature","id":"n29672717","geometry":{"type":"Point","coordinates":[0.4950072,51.0647165]},"properties":{"@type":"node","@id":29672717,"@timestamp":1180269018},"coords":"51.0647165,0.4950072","bedrooms":"2","price":"271000","area":"672"} , +{"type":"Feature","id":"n29672752","geometry":{"type":"Point","coordinates":[0.4891544,51.0652371]},"properties":{"@type":"node","@id":29672752,"@timestamp":1180269023},"coords":"51.0652371,0.4891544","bedrooms":"0","price":"161000","area":"407"} , +{"type":"Feature","id":"n29672765","geometry":{"type":"Point","coordinates":[0.4801219,51.0671561]},"properties":{"@type":"node","@id":29672765,"@timestamp":1180269025},"coords":"51.0671561,0.4801219","bedrooms":"2","price":"176000","area":"525"} , +{"type":"Feature","id":"n29672824","geometry":{"type":"Point","coordinates":[0.5013234,51.0770291]},"properties":{"@type":"node","@id":29672824,"@timestamp":1180269039},"coords":"51.0770291,0.5013234","bedrooms":"0","price":"210000","area":"521"} , +{"type":"Feature","id":"n29672848","geometry":{"type":"Point","coordinates":[0.49615,51.0817086]},"properties":{"@type":"node","@id":29672848,"@timestamp":1180269051},"coords":"51.0817086,0.49615","bedrooms":"3","price":"175000","area":"352"} , +{"type":"Feature","id":"n29672871","geometry":{"type":"Point","coordinates":[0.4905293,51.0802097]},"properties":{"@type":"node","@id":29672871,"@timestamp":1180269055},"coords":"51.0802097,0.4905293","bedrooms":"3","price":"225000","area":"580"} , +{"type":"Feature","id":"n29680532","geometry":{"type":"Point","coordinates":[-1.0094314,51.2698972]},"properties":{"@type":"node","@id":29680532,"@timestamp":1180287799},"coords":"51.2698972,-1.0094314","bedrooms":"2","price":"168000","area":"391"} , +{"type":"Feature","id":"n29681104","geometry":{"type":"Point","coordinates":[-1.0101801,51.2538558]},"properties":{"@type":"node","@id":29681104,"@timestamp":1180288931},"coords":"51.2538558,-1.0101801","bedrooms":"0","price":"241000","area":"631"} , +{"type":"Feature","id":"n29682764","geometry":{"type":"Point","coordinates":[-0.9938349,51.2486892]},"properties":{"@type":"node","@id":29682764,"@timestamp":1180290961},"coords":"51.2486892,-0.9938349","bedrooms":"3","price":"197000","area":"426"} , +{"type":"Feature","id":"n29684412","geometry":{"type":"Point","coordinates":[-1.0566805,51.5368763]},"properties":{"@type":"node","@id":29684412,"@timestamp":1180293099},"coords":"51.5368763,-1.0566805","bedrooms":"4","price":"166000","area":"571"} , +{"type":"Feature","id":"n29685113","geometry":{"type":"Point","coordinates":[0.7933869,51.8266667]},"properties":{"@type":"node","@id":29685113,"@timestamp":1225808341},"coords":"51.8266667,0.7933869","bedrooms":"1","price":"222000","area":"572"} , +{"type":"Feature","id":"n29685124","geometry":{"type":"Point","coordinates":[0.5967043,51.7748731]},"properties":{"@type":"node","@id":29685124,"@timestamp":1300833827},"coords":"51.7748731,0.5967043","bedrooms":"3","price":"184000","area":"522"} , +{"type":"Feature","id":"n29685461","geometry":{"type":"Point","coordinates":[-0.3849001,51.6402435]},"properties":{"@type":"node","@id":29685461,"@timestamp":1604957232},"coords":"51.6402435,-0.3849001","bedrooms":"2","price":"284000","area":"579"} , +{"type":"Feature","id":"n29687488","geometry":{"type":"Point","coordinates":[-0.9517323,51.2729406]},"properties":{"@type":"node","@id":29687488,"@timestamp":1188151883},"coords":"51.2729406,-0.9517323","bedrooms":"3","price":"229000","area":"534"} , +{"type":"Feature","id":"n29689416","geometry":{"type":"Point","coordinates":[-0.9711376,51.2980641]},"properties":{"@type":"node","@id":29689416,"@timestamp":1180300415},"coords":"51.2980641,-0.9711376","bedrooms":"4","price":"219000","area":"467"} , +{"type":"Feature","id":"n29691274","geometry":{"type":"Point","coordinates":[-0.0222358,51.5735063]},"properties":{"@type":"node","@id":29691274,"@timestamp":1587423436},"coords":"51.5735063,-0.0222358","bedrooms":"3","price":"151000","area":"695"} , +{"type":"Feature","id":"n29694360","geometry":{"type":"Point","coordinates":[-0.9878822,51.284347]},"properties":{"@type":"node","@id":29694360,"@timestamp":1180311669},"coords":"51.284347,-0.9878822","bedrooms":"3","price":"259000","area":"351"} , +{"type":"Feature","id":"n29695374","geometry":{"type":"Point","coordinates":[-0.9931664,51.2975943]},"properties":{"@type":"node","@id":29695374,"@timestamp":1180313377},"coords":"51.2975943,-0.9931664","bedrooms":"4","price":"264000","area":"467"} , +{"type":"Feature","id":"n29695688","geometry":{"type":"Point","coordinates":[-0.6119946,51.7834452]},"properties":{"@type":"node","@id":29695688,"@timestamp":1612382126},"coords":"51.7834452,-0.6119946","bedrooms":"0","price":"171000","area":"374"} , +{"type":"Feature","id":"n29699605","geometry":{"type":"Point","coordinates":[-0.3564909,51.811486]},"properties":{"@type":"node","@id":29699605,"@timestamp":1180336872},"coords":"51.811486,-0.3564909","bedrooms":"0","price":"190000","area":"544"} , +{"type":"Feature","id":"n29704209","geometry":{"type":"Point","coordinates":[-0.3509854,51.6066926]},"properties":{"@type":"node","@id":29704209,"@timestamp":1621087677},"coords":"51.6066926,-0.3509854","bedrooms":"2","price":"240000","area":"366"} , +{"type":"Feature","id":"n29710386","geometry":{"type":"Point","coordinates":[-0.4507468,51.6380742]},"properties":{"@type":"node","@id":29710386,"@timestamp":1388508644},"coords":"51.6380742,-0.4507468","bedrooms":"0","price":"168000","area":"584"} , +{"type":"Feature","id":"n29712647","geometry":{"type":"Point","coordinates":[0.8758176,51.1242818]},"properties":{"@type":"node","@id":29712647,"@timestamp":1180365388},"coords":"51.1242818,0.8758176","bedrooms":"2","price":"184000","area":"605"} , +{"type":"Feature","id":"n29712673","geometry":{"type":"Point","coordinates":[0.8713392,51.1231288]},"properties":{"@type":"node","@id":29712673,"@timestamp":1180365405},"coords":"51.1231288,0.8713392","bedrooms":"0","price":"252000","area":"698"} , +{"type":"Feature","id":"n29712853","geometry":{"type":"Point","coordinates":[0.878364,51.1149482]},"properties":{"@type":"node","@id":29712853,"@timestamp":1180365486},"coords":"51.1149482,0.878364","bedrooms":"0","price":"195000","area":"442"} , +{"type":"Feature","id":"n29712950","geometry":{"type":"Point","coordinates":[0.8708701,51.1214017]},"properties":{"@type":"node","@id":29712950,"@timestamp":1180365571},"coords":"51.1214017,0.8708701","bedrooms":"0","price":"156000","area":"594"} , +{"type":"Feature","id":"n29713112","geometry":{"type":"Point","coordinates":[-0.0829059,51.4621045]},"properties":{"@type":"node","@id":29713112,"@timestamp":1180365601},"coords":"51.4621045,-0.0829059","bedrooms":"0","price":"150000","area":"693"} , +{"type":"Feature","id":"n29717664","geometry":{"type":"Point","coordinates":[0.8739149,51.1235882]},"properties":{"@type":"node","@id":29717664,"@timestamp":1180367893},"coords":"51.1235882,0.8739149","bedrooms":"4","price":"230000","area":"657"} , +{"type":"Feature","id":"n29717720","geometry":{"type":"Point","coordinates":[0.8704944,51.1249824]},"properties":{"@type":"node","@id":29717720,"@timestamp":1180368074},"coords":"51.1249824,0.8704944","bedrooms":"4","price":"270000","area":"525"} , +{"type":"Feature","id":"n29717738","geometry":{"type":"Point","coordinates":[0.8764845,51.1214381]},"properties":{"@type":"node","@id":29717738,"@timestamp":1180368126},"coords":"51.1214381,0.8764845","bedrooms":"2","price":"227000","area":"618"} , +{"type":"Feature","id":"n29717802","geometry":{"type":"Point","coordinates":[0.872436,51.1241677]},"properties":{"@type":"node","@id":29717802,"@timestamp":1180368235},"coords":"51.1241677,0.872436","bedrooms":"0","price":"221000","area":"538"} , +{"type":"Feature","id":"n29718108","geometry":{"type":"Point","coordinates":[0.8735399,51.1233137]},"properties":{"@type":"node","@id":29718108,"@timestamp":1180368556},"coords":"51.1233137,0.8735399","bedrooms":"2","price":"275000","area":"394"} , +{"type":"Feature","id":"n29718123","geometry":{"type":"Point","coordinates":[0.8706183,51.1244599]},"properties":{"@type":"node","@id":29718123,"@timestamp":1180368561},"coords":"51.1244599,0.8706183","bedrooms":"3","price":"196000","area":"597"} , +{"type":"Feature","id":"n29718144","geometry":{"type":"Point","coordinates":[0.8727525,51.1219365]},"properties":{"@type":"node","@id":29718144,"@timestamp":1180368615},"coords":"51.1219365,0.8727525","bedrooms":"2","price":"228000","area":"467"} , +{"type":"Feature","id":"n29718171","geometry":{"type":"Point","coordinates":[0.8702723,51.1224325]},"properties":{"@type":"node","@id":29718171,"@timestamp":1180368639},"coords":"51.1224325,0.8702723","bedrooms":"0","price":"231000","area":"496"} , +{"type":"Feature","id":"n29718183","geometry":{"type":"Point","coordinates":[0.8671697,51.1229631]},"properties":{"@type":"node","@id":29718183,"@timestamp":1180368652},"coords":"51.1229631,0.8671697","bedrooms":"2","price":"186000","area":"693"} , +{"type":"Feature","id":"n29718208","geometry":{"type":"Point","coordinates":[0.8739688,51.1213736]},"properties":{"@type":"node","@id":29718208,"@timestamp":1180368665},"coords":"51.1213736,0.8739688","bedrooms":"0","price":"219000","area":"575"} , +{"type":"Feature","id":"n29718262","geometry":{"type":"Point","coordinates":[0.8678247,51.1242628]},"properties":{"@type":"node","@id":29718262,"@timestamp":1180368703},"coords":"51.1242628,0.8678247","bedrooms":"3","price":"160000","area":"611"} , +{"type":"Feature","id":"n29718284","geometry":{"type":"Point","coordinates":[0.8697067,51.1250522]},"properties":{"@type":"node","@id":29718284,"@timestamp":1223582305},"coords":"51.1250522,0.8697067","bedrooms":"1","price":"157000","area":"466"} , +{"type":"Feature","id":"n29718297","geometry":{"type":"Point","coordinates":[0.8676809,51.1247874]},"properties":{"@type":"node","@id":29718297,"@timestamp":1180368742},"coords":"51.1247874,0.8676809","bedrooms":"4","price":"203000","area":"510"} , +{"type":"Feature","id":"n29718307","geometry":{"type":"Point","coordinates":[0.8669804,51.124557]},"properties":{"@type":"node","@id":29718307,"@timestamp":1180368753},"coords":"51.124557,0.8669804","bedrooms":"2","price":"177000","area":"359"} , +{"type":"Feature","id":"n29718325","geometry":{"type":"Point","coordinates":[0.8663172,51.1248851]},"properties":{"@type":"node","@id":29718325,"@timestamp":1180368780},"coords":"51.1248851,0.8663172","bedrooms":"0","price":"211000","area":"678"} , +{"type":"Feature","id":"n29723832","geometry":{"type":"Point","coordinates":[0.8898393,51.1068269]},"properties":{"@type":"node","@id":29723832,"@timestamp":1180375265},"coords":"51.1068269,0.8898393","bedrooms":"0","price":"286000","area":"650"} , +{"type":"Feature","id":"n29732048","geometry":{"type":"Point","coordinates":[-1.0776599,51.9048584]},"properties":{"@type":"node","@id":29732048,"@timestamp":1358877627},"coords":"51.9048584,-1.0776599","bedrooms":"0","price":"298000","area":"617"} , +{"type":"Feature","id":"n29732065","geometry":{"type":"Point","coordinates":[-1.1018081,51.8962303]},"properties":{"@type":"node","@id":29732065,"@timestamp":1180384388},"coords":"51.8962303,-1.1018081","bedrooms":"3","price":"213000","area":"547"} , +{"type":"Feature","id":"n29738736","geometry":{"type":"Point","coordinates":[-0.1821996,51.0632509]},"properties":{"@type":"node","@id":29738736,"@timestamp":1212652348},"coords":"51.0632509,-0.1821996","bedrooms":"0","price":"292000","area":"455"} , +{"type":"Feature","id":"n29738788","geometry":{"type":"Point","coordinates":[-0.075246,51.1057138]},"properties":{"@type":"node","@id":29738788,"@timestamp":1191171881},"coords":"51.1057138,-0.075246","bedrooms":"4","price":"244000","area":"453"} , +{"type":"Feature","id":"n29738807","geometry":{"type":"Point","coordinates":[-0.0409996,51.1089262]},"properties":{"@type":"node","@id":29738807,"@timestamp":1191171882},"coords":"51.1089262,-0.0409996","bedrooms":"2","price":"288000","area":"370"} , +{"type":"Feature","id":"n29739152","geometry":{"type":"Point","coordinates":[-0.0907908,51.0267105]},"properties":{"@type":"node","@id":29739152,"@timestamp":1191491263},"coords":"51.0267105,-0.0907908","bedrooms":"3","price":"174000","area":"382"} , +{"type":"Feature","id":"n29739605","geometry":{"type":"Point","coordinates":[-0.0986183,51.0035858]},"properties":{"@type":"node","@id":29739605,"@timestamp":1190305863},"coords":"51.0035858,-0.0986183","bedrooms":"0","price":"290000","area":"474"} , +{"type":"Feature","id":"n29739875","geometry":{"type":"Point","coordinates":[-0.9328347,51.3459438]},"properties":{"@type":"node","@id":29739875,"@timestamp":1493320937},"coords":"51.3459438,-0.9328347","bedrooms":"2","price":"175000","area":"555"} , +{"type":"Feature","id":"n29739997","geometry":{"type":"Point","coordinates":[-0.9338231,51.3578258]},"properties":{"@type":"node","@id":29739997,"@timestamp":1180398338},"coords":"51.3578258,-0.9338231","bedrooms":"4","price":"165000","area":"686"} , +{"type":"Feature","id":"n29740970","geometry":{"type":"Point","coordinates":[0.5385701,51.3090304]},"properties":{"@type":"node","@id":29740970,"@timestamp":1180400427},"coords":"51.3090304,0.5385701","bedrooms":"1","price":"200000","area":"593"} , +{"type":"Feature","id":"n29740981","geometry":{"type":"Point","coordinates":[0.5467397,51.3099816]},"properties":{"@type":"node","@id":29740981,"@timestamp":1234905063},"coords":"51.3099816,0.5467397","bedrooms":"2","price":"248000","area":"621"} , +{"type":"Feature","id":"n29758153","geometry":{"type":"Point","coordinates":[-0.4943681,51.7407615]},"properties":{"@type":"node","@id":29758153,"@timestamp":1180463965},"coords":"51.7407615,-0.4943681","bedrooms":"2","price":"291000","area":"586"} , +{"type":"Feature","id":"n29761956","geometry":{"type":"Point","coordinates":[-0.5010178,51.0011713]},"properties":{"@type":"node","@id":29761956,"@timestamp":1180471477},"coords":"51.0011713,-0.5010178","bedrooms":"1","price":"196000","area":"427"} , +{"type":"Feature","id":"n29761983","geometry":{"type":"Point","coordinates":[-0.5099242,51.0012585]},"properties":{"@type":"node","@id":29761983,"@timestamp":1180471482},"coords":"51.0012585,-0.5099242","bedrooms":"1","price":"236000","area":"494"} , +{"type":"Feature","id":"n29765238","geometry":{"type":"Point","coordinates":[0.2519738,51.6172299]},"properties":{"@type":"node","@id":29765238,"@timestamp":1554732622},"coords":"51.6172299,0.2519738","bedrooms":"2","price":"284000","area":"424"} , +{"type":"Feature","id":"n29785517","geometry":{"type":"Point","coordinates":[0.2752656,51.50722]},"properties":{"@type":"node","@id":29785517,"@timestamp":1191601536},"coords":"51.50722,0.2752656","bedrooms":"4","price":"222000","area":"374"} , +{"type":"Feature","id":"n29786791","geometry":{"type":"Point","coordinates":[0.3237301,51.2896265]},"properties":{"@type":"node","@id":29786791,"@timestamp":1413558240},"coords":"51.2896265,0.3237301","bedrooms":"4","price":"164000","area":"665"} , +{"type":"Feature","id":"n29787716","geometry":{"type":"Point","coordinates":[0.7958782,51.1135341]},"properties":{"@type":"node","@id":29787716,"@timestamp":1180549393},"coords":"51.1135341,0.7958782","bedrooms":"4","price":"225000","area":"645"} , +{"type":"Feature","id":"n29787891","geometry":{"type":"Point","coordinates":[0.8404247,51.0646809]},"properties":{"@type":"node","@id":29787891,"@timestamp":1180549513},"coords":"51.0646809,0.8404247","bedrooms":"1","price":"231000","area":"631"} , +{"type":"Feature","id":"n29787958","geometry":{"type":"Point","coordinates":[0.8284591,51.1006799]},"properties":{"@type":"node","@id":29787958,"@timestamp":1180549578},"coords":"51.1006799,0.8284591","bedrooms":"0","price":"284000","area":"482"} , +{"type":"Feature","id":"n29788062","geometry":{"type":"Point","coordinates":[0.8025444,51.0757762]},"properties":{"@type":"node","@id":29788062,"@timestamp":1180549619},"coords":"51.0757762,0.8025444","bedrooms":"1","price":"247000","area":"387"} , +{"type":"Feature","id":"n29788144","geometry":{"type":"Point","coordinates":[0.8722749,51.0719872]},"properties":{"@type":"node","@id":29788144,"@timestamp":1180549652},"coords":"51.0719872,0.8722749","bedrooms":"1","price":"184000","area":"634"} , +{"type":"Feature","id":"n29788174","geometry":{"type":"Point","coordinates":[0.8516915,51.077296]},"properties":{"@type":"node","@id":29788174,"@timestamp":1180549669},"coords":"51.077296,0.8516915","bedrooms":"4","price":"251000","area":"654"} , +{"type":"Feature","id":"n29788210","geometry":{"type":"Point","coordinates":[0.8492938,51.1010601]},"properties":{"@type":"node","@id":29788210,"@timestamp":1180549685},"coords":"51.1010601,0.8492938","bedrooms":"1","price":"272000","area":"490"} , +{"type":"Feature","id":"n29788416","geometry":{"type":"Point","coordinates":[0.7980896,51.0585804]},"properties":{"@type":"node","@id":29788416,"@timestamp":1209063142},"coords":"51.0585804,0.7980896","bedrooms":"4","price":"273000","area":"571"} , +{"type":"Feature","id":"n29793688","geometry":{"type":"Point","coordinates":[-0.4455072,51.7765351]},"properties":{"@type":"node","@id":29793688,"@timestamp":1180560112},"coords":"51.7765351,-0.4455072","bedrooms":"1","price":"244000","area":"499"} , +{"type":"Feature","id":"n29793710","geometry":{"type":"Point","coordinates":[-0.4444919,51.7742864]},"properties":{"@type":"node","@id":29793710,"@timestamp":1180560119},"coords":"51.7742864,-0.4444919","bedrooms":"0","price":"175000","area":"557"} , +{"type":"Feature","id":"n29793720","geometry":{"type":"Point","coordinates":[-0.4428968,51.7752803]},"properties":{"@type":"node","@id":29793720,"@timestamp":1180560123},"coords":"51.7752803,-0.4428968","bedrooms":"1","price":"266000","area":"645"} , +{"type":"Feature","id":"n29793756","geometry":{"type":"Point","coordinates":[-0.4384817,51.7807328]},"properties":{"@type":"node","@id":29793756,"@timestamp":1180560132},"coords":"51.7807328,-0.4384817","bedrooms":"2","price":"276000","area":"676"} , +{"type":"Feature","id":"n29793813","geometry":{"type":"Point","coordinates":[-0.4514441,51.7801062]},"properties":{"@type":"node","@id":29793813,"@timestamp":1180560139},"coords":"51.7801062,-0.4514441","bedrooms":"3","price":"260000","area":"551"} , +{"type":"Feature","id":"n29793823","geometry":{"type":"Point","coordinates":[-0.4547806,51.773841]},"properties":{"@type":"node","@id":29793823,"@timestamp":1180560150},"coords":"51.773841,-0.4547806","bedrooms":"2","price":"272000","area":"415"} , +{"type":"Feature","id":"n29793853","geometry":{"type":"Point","coordinates":[-0.4518438,51.7758312]},"properties":{"@type":"node","@id":29793853,"@timestamp":1218153678},"coords":"51.7758312,-0.4518438","bedrooms":"0","price":"280000","area":"549"} , +{"type":"Feature","id":"n29793865","geometry":{"type":"Point","coordinates":[-0.4496824,51.7709377]},"properties":{"@type":"node","@id":29793865,"@timestamp":1180560156},"coords":"51.7709377,-0.4496824","bedrooms":"2","price":"215000","area":"479"} , +{"type":"Feature","id":"n29793896","geometry":{"type":"Point","coordinates":[-0.4506532,51.773313]},"properties":{"@type":"node","@id":29793896,"@timestamp":1180560160},"coords":"51.773313,-0.4506532","bedrooms":"3","price":"297000","area":"692"} , +{"type":"Feature","id":"n29793925","geometry":{"type":"Point","coordinates":[-0.4576417,51.7744571]},"properties":{"@type":"node","@id":29793925,"@timestamp":1180560164},"coords":"51.7744571,-0.4576417","bedrooms":"0","price":"278000","area":"438"} , +{"type":"Feature","id":"n29793952","geometry":{"type":"Point","coordinates":[-0.4603673,51.7689332]},"properties":{"@type":"node","@id":29793952,"@timestamp":1180560168},"coords":"51.7689332,-0.4603673","bedrooms":"3","price":"243000","area":"586"} , +{"type":"Feature","id":"n29793964","geometry":{"type":"Point","coordinates":[-0.4600939,51.7707752]},"properties":{"@type":"node","@id":29793964,"@timestamp":1180560169},"coords":"51.7707752,-0.4600939","bedrooms":"2","price":"276000","area":"598"} , +{"type":"Feature","id":"n29798589","geometry":{"type":"Point","coordinates":[0.4627051,51.572539]},"properties":{"@type":"node","@id":29798589,"@timestamp":1534029854},"coords":"51.572539,0.4627051","bedrooms":"4","price":"162000","area":"447"} , +{"type":"Feature","id":"n29804694","geometry":{"type":"Point","coordinates":[-0.6398558,51.2037119]},"properties":{"@type":"node","@id":29804694,"@timestamp":1221431033},"coords":"51.2037119,-0.6398558","bedrooms":"4","price":"236000","area":"635"} , +{"type":"Feature","id":"n29805277","geometry":{"type":"Point","coordinates":[-0.4443723,50.9893124]},"properties":{"@type":"node","@id":29805277,"@timestamp":1180617156},"coords":"50.9893124,-0.4443723","bedrooms":"2","price":"186000","area":"493"} , +{"type":"Feature","id":"n29805293","geometry":{"type":"Point","coordinates":[-0.4311967,50.9740649]},"properties":{"@type":"node","@id":29805293,"@timestamp":1180617158},"coords":"50.9740649,-0.4311967","bedrooms":"1","price":"186000","area":"670"} , +{"type":"Feature","id":"n29810905","geometry":{"type":"Point","coordinates":[0.8769618,51.1202266]},"properties":{"@type":"node","@id":29810905,"@timestamp":1180636999},"coords":"51.1202266,0.8769618","bedrooms":"1","price":"277000","area":"398"} , +{"type":"Feature","id":"n29811299","geometry":{"type":"Point","coordinates":[0.8739741,51.1177357]},"properties":{"@type":"node","@id":29811299,"@timestamp":1351263524},"coords":"51.1177357,0.8739741","bedrooms":"4","price":"168000","area":"529"} , +{"type":"Feature","id":"n29811399","geometry":{"type":"Point","coordinates":[0.8722256,51.1180294]},"properties":{"@type":"node","@id":29811399,"@timestamp":1180639079},"coords":"51.1180294,0.8722256","bedrooms":"4","price":"289000","area":"359"} , +{"type":"Feature","id":"n29811425","geometry":{"type":"Point","coordinates":[0.8730299,51.1187759]},"properties":{"@type":"node","@id":29811425,"@timestamp":1180639101},"coords":"51.1187759,0.8730299","bedrooms":"3","price":"194000","area":"664"} , +{"type":"Feature","id":"n29813454","geometry":{"type":"Point","coordinates":[0.3459379,51.4977961]},"properties":{"@type":"node","@id":29813454,"@timestamp":1180644064},"coords":"51.4977961,0.3459379","bedrooms":"1","price":"162000","area":"378"} , +{"type":"Feature","id":"n29813470","geometry":{"type":"Point","coordinates":[0.3544081,51.5000828]},"properties":{"@type":"node","@id":29813470,"@timestamp":1206646475},"coords":"51.5000828,0.3544081","bedrooms":"2","price":"162000","area":"429"} , +{"type":"Feature","id":"n29815532","geometry":{"type":"Point","coordinates":[-0.8049581,51.8287416]},"properties":{"@type":"node","@id":29815532,"@timestamp":1180647655},"coords":"51.8287416,-0.8049581","bedrooms":"1","price":"188000","area":"691"} , +{"type":"Feature","id":"n29818741","geometry":{"type":"Point","coordinates":[-0.8032931,51.8261779]},"properties":{"@type":"node","@id":29818741,"@timestamp":1180651240},"coords":"51.8261779,-0.8032931","bedrooms":"1","price":"265000","area":"362"} , +{"type":"Feature","id":"n29819243","geometry":{"type":"Point","coordinates":[-0.8021207,51.8305128]},"properties":{"@type":"node","@id":29819243,"@timestamp":1634213746},"coords":"51.8305128,-0.8021207","bedrooms":"2","price":"194000","area":"448"} , +{"type":"Feature","id":"n29819253","geometry":{"type":"Point","coordinates":[-0.8020379,51.8310352]},"properties":{"@type":"node","@id":29819253,"@timestamp":1507922007},"coords":"51.8310352,-0.8020379","bedrooms":"3","price":"268000","area":"581"} , +{"type":"Feature","id":"n29819270","geometry":{"type":"Point","coordinates":[-0.8039851,51.8298478]},"properties":{"@type":"node","@id":29819270,"@timestamp":1180654685},"coords":"51.8298478,-0.8039851","bedrooms":"4","price":"227000","area":"594"} , +{"type":"Feature","id":"n29819803","geometry":{"type":"Point","coordinates":[-0.6778104,51.1498946]},"properties":{"@type":"node","@id":29819803,"@timestamp":1180652979},"coords":"51.1498946,-0.6778104","bedrooms":"1","price":"245000","area":"498"} , +{"type":"Feature","id":"n29820730","geometry":{"type":"Point","coordinates":[-0.8050562,51.8304207]},"properties":{"@type":"node","@id":29820730,"@timestamp":1507922006},"coords":"51.8304207,-0.8050562","bedrooms":"1","price":"223000","area":"582"} , +{"type":"Feature","id":"n29825769","geometry":{"type":"Point","coordinates":[-0.6913559,50.9598803]},"properties":{"@type":"node","@id":29825769,"@timestamp":1180695060},"coords":"50.9598803,-0.6913559","bedrooms":"2","price":"256000","area":"426"} , +{"type":"Feature","id":"n29825815","geometry":{"type":"Point","coordinates":[-0.6848728,50.950988]},"properties":{"@type":"node","@id":29825815,"@timestamp":1180695130},"coords":"50.950988,-0.6848728","bedrooms":"4","price":"228000","area":"512"} , +{"type":"Feature","id":"n29826003","geometry":{"type":"Point","coordinates":[-0.6815527,50.9468618]},"properties":{"@type":"node","@id":29826003,"@timestamp":1180695442},"coords":"50.9468618,-0.6815527","bedrooms":"3","price":"162000","area":"641"} , +{"type":"Feature","id":"n29826588","geometry":{"type":"Point","coordinates":[-0.6740454,50.9541364]},"properties":{"@type":"node","@id":29826588,"@timestamp":1180696204},"coords":"50.9541364,-0.6740454","bedrooms":"1","price":"228000","area":"671"} , +{"type":"Feature","id":"n29826604","geometry":{"type":"Point","coordinates":[-0.6584895,50.9617135]},"properties":{"@type":"node","@id":29826604,"@timestamp":1180696206},"coords":"50.9617135,-0.6584895","bedrooms":"0","price":"241000","area":"428"} , +{"type":"Feature","id":"n29826673","geometry":{"type":"Point","coordinates":[-0.6389298,50.9576631]},"properties":{"@type":"node","@id":29826673,"@timestamp":1180696446},"coords":"50.9576631,-0.6389298","bedrooms":"3","price":"239000","area":"619"} , +{"type":"Feature","id":"n29828489","geometry":{"type":"Point","coordinates":[-0.8214744,51.7957494]},"properties":{"@type":"node","@id":29828489,"@timestamp":1180702277},"coords":"51.7957494,-0.8214744","bedrooms":"1","price":"275000","area":"469"} , +{"type":"Feature","id":"n29828501","geometry":{"type":"Point","coordinates":[-0.8229457,51.7971503]},"properties":{"@type":"node","@id":29828501,"@timestamp":1180702278},"coords":"51.7971503,-0.8229457","bedrooms":"3","price":"224000","area":"421"} , +{"type":"Feature","id":"n29828516","geometry":{"type":"Point","coordinates":[-0.8263895,51.8003805]},"properties":{"@type":"node","@id":29828516,"@timestamp":1181220996},"coords":"51.8003805,-0.8263895","bedrooms":"0","price":"170000","area":"456"} , +{"type":"Feature","id":"n29830274","geometry":{"type":"Point","coordinates":[-0.8298564,51.8042276]},"properties":{"@type":"node","@id":29830274,"@timestamp":1180708049},"coords":"51.8042276,-0.8298564","bedrooms":"0","price":"213000","area":"394"} , +{"type":"Feature","id":"n29830297","geometry":{"type":"Point","coordinates":[-0.8411468,51.799303]},"properties":{"@type":"node","@id":29830297,"@timestamp":1180708051},"coords":"51.799303,-0.8411468","bedrooms":"4","price":"150000","area":"678"} , +{"type":"Feature","id":"n29830314","geometry":{"type":"Point","coordinates":[-0.8428806,51.7974204]},"properties":{"@type":"node","@id":29830314,"@timestamp":1180708053},"coords":"51.7974204,-0.8428806","bedrooms":"4","price":"218000","area":"646"} , +{"type":"Feature","id":"n29830347","geometry":{"type":"Point","coordinates":[-0.8394238,51.7937508]},"properties":{"@type":"node","@id":29830347,"@timestamp":1180708056},"coords":"51.7937508,-0.8394238","bedrooms":"4","price":"229000","area":"614"} , +{"type":"Feature","id":"n29830361","geometry":{"type":"Point","coordinates":[-0.8339248,51.7920916]},"properties":{"@type":"node","@id":29830361,"@timestamp":1180708057},"coords":"51.7920916,-0.8339248","bedrooms":"3","price":"287000","area":"405"} , +{"type":"Feature","id":"n29833599","geometry":{"type":"Point","coordinates":[0.5300313,51.262868]},"properties":{"@type":"node","@id":29833599,"@timestamp":1180715353},"coords":"51.262868,0.5300313","bedrooms":"1","price":"180000","area":"383"} , +{"type":"Feature","id":"n29833621","geometry":{"type":"Point","coordinates":[0.533328,51.262918]},"properties":{"@type":"node","@id":29833621,"@timestamp":1180715355},"coords":"51.262918,0.533328","bedrooms":"0","price":"241000","area":"560"} , +{"type":"Feature","id":"n29833992","geometry":{"type":"Point","coordinates":[0.6517107,51.2551476]},"properties":{"@type":"node","@id":29833992,"@timestamp":1180716156},"coords":"51.2551476,0.6517107","bedrooms":"4","price":"151000","area":"671"} , +{"type":"Feature","id":"n29834019","geometry":{"type":"Point","coordinates":[0.656208,51.2737434]},"properties":{"@type":"node","@id":29834019,"@timestamp":1229880329},"coords":"51.2737434,0.656208","bedrooms":"0","price":"281000","area":"590"} , +{"type":"Feature","id":"n29834073","geometry":{"type":"Point","coordinates":[0.7417165,51.265299]},"properties":{"@type":"node","@id":29834073,"@timestamp":1234646410},"coords":"51.265299,0.7417165","bedrooms":"3","price":"250000","area":"481"} , +{"type":"Feature","id":"n29834111","geometry":{"type":"Point","coordinates":[0.7569908,51.2516762]},"properties":{"@type":"node","@id":29834111,"@timestamp":1180716181},"coords":"51.2516762,0.7569908","bedrooms":"0","price":"217000","area":"544"} , +{"type":"Feature","id":"n29834134","geometry":{"type":"Point","coordinates":[0.7553424,51.2429617]},"properties":{"@type":"node","@id":29834134,"@timestamp":1229887789},"coords":"51.2429617,0.7553424","bedrooms":"4","price":"150000","area":"685"} , +{"type":"Feature","id":"n29834145","geometry":{"type":"Point","coordinates":[0.7442327,51.2392101]},"properties":{"@type":"node","@id":29834145,"@timestamp":1180716192},"coords":"51.2392101,0.7442327","bedrooms":"0","price":"241000","area":"698"} , +{"type":"Feature","id":"n29834160","geometry":{"type":"Point","coordinates":[0.7433985,51.2285872]},"properties":{"@type":"node","@id":29834160,"@timestamp":1180716295},"coords":"51.2285872,0.7433985","bedrooms":"4","price":"175000","area":"357"} , +{"type":"Feature","id":"n29834177","geometry":{"type":"Point","coordinates":[0.7397081,51.218994]},"properties":{"@type":"node","@id":29834177,"@timestamp":1180716297},"coords":"51.218994,0.7397081","bedrooms":"0","price":"195000","area":"462"} , +{"type":"Feature","id":"n29834235","geometry":{"type":"Point","coordinates":[0.7993893,51.1921654]},"properties":{"@type":"node","@id":29834235,"@timestamp":1226249688},"coords":"51.1921654,0.7993893","bedrooms":"0","price":"240000","area":"355"} , +{"type":"Feature","id":"n29836804","geometry":{"type":"Point","coordinates":[-1.0017662,51.3174816]},"properties":{"@type":"node","@id":29836804,"@timestamp":1180727126},"coords":"51.3174816,-1.0017662","bedrooms":"2","price":"276000","area":"661"} , +{"type":"Feature","id":"n29836954","geometry":{"type":"Point","coordinates":[-0.7338278,51.6831819]},"properties":{"@type":"node","@id":29836954,"@timestamp":1217709779},"coords":"51.6831819,-0.7338278","bedrooms":"0","price":"194000","area":"573"} , +{"type":"Feature","id":"n29838219","geometry":{"type":"Point","coordinates":[0.5272993,51.7219733]},"properties":{"@type":"node","@id":29838219,"@timestamp":1632961996},"coords":"51.7219733,0.5272993","bedrooms":"0","price":"198000","area":"498"} , +{"type":"Feature","id":"n29841775","geometry":{"type":"Point","coordinates":[-1.1028047,50.9328268]},"properties":{"@type":"node","@id":29841775,"@timestamp":1180733769},"coords":"50.9328268,-1.1028047","bedrooms":"2","price":"195000","area":"433"} , +{"type":"Feature","id":"n29841843","geometry":{"type":"Point","coordinates":[-1.041031,51.001569]},"properties":{"@type":"node","@id":29841843,"@timestamp":1368913314},"coords":"51.001569,-1.041031","bedrooms":"4","price":"272000","area":"370"} , +{"type":"Feature","id":"n29842611","geometry":{"type":"Point","coordinates":[-1.049917,51.0032209]},"properties":{"@type":"node","@id":29842611,"@timestamp":1204193530},"coords":"51.0032209,-1.049917","bedrooms":"4","price":"186000","area":"694"} , +{"type":"Feature","id":"n29842624","geometry":{"type":"Point","coordinates":[-1.0539241,50.996342]},"properties":{"@type":"node","@id":29842624,"@timestamp":1204193531},"coords":"50.996342,-1.0539241","bedrooms":"3","price":"170000","area":"437"} , +{"type":"Feature","id":"n29843883","geometry":{"type":"Point","coordinates":[-1.0156138,50.9853272]},"properties":{"@type":"node","@id":29843883,"@timestamp":1190497618},"coords":"50.9853272,-1.0156138","bedrooms":"3","price":"273000","area":"521"} , +{"type":"Feature","id":"n29844030","geometry":{"type":"Point","coordinates":[-0.9931534,50.964362]},"properties":{"@type":"node","@id":29844030,"@timestamp":1204193514},"coords":"50.964362,-0.9931534","bedrooms":"2","price":"239000","area":"561"} , +{"type":"Feature","id":"n29849216","geometry":{"type":"Point","coordinates":[-0.7732117,51.2024506]},"properties":{"@type":"node","@id":29849216,"@timestamp":1180746057},"coords":"51.2024506,-0.7732117","bedrooms":"3","price":"256000","area":"397"} , +{"type":"Feature","id":"n29849226","geometry":{"type":"Point","coordinates":[-0.7701866,51.2061717]},"properties":{"@type":"node","@id":29849226,"@timestamp":1180746058},"coords":"51.2061717,-0.7701866","bedrooms":"1","price":"242000","area":"629"} , +{"type":"Feature","id":"n29849295","geometry":{"type":"Point","coordinates":[-0.8101966,51.1958584]},"properties":{"@type":"node","@id":29849295,"@timestamp":1180746066},"coords":"51.1958584,-0.8101966","bedrooms":"0","price":"219000","area":"692"} , +{"type":"Feature","id":"n29849985","geometry":{"type":"Point","coordinates":[-0.738385,51.2830612]},"properties":{"@type":"node","@id":29849985,"@timestamp":1180746990},"coords":"51.2830612,-0.738385","bedrooms":"3","price":"251000","area":"590"} , +{"type":"Feature","id":"n29857851","geometry":{"type":"Point","coordinates":[-1.0837998,51.5366958]},"properties":{"@type":"node","@id":29857851,"@timestamp":1180778398},"coords":"51.5366958,-1.0837998","bedrooms":"4","price":"296000","area":"450"} , +{"type":"Feature","id":"n29857861","geometry":{"type":"Point","coordinates":[-1.0733085,51.5435718]},"properties":{"@type":"node","@id":29857861,"@timestamp":1180778399},"coords":"51.5435718,-1.0733085","bedrooms":"4","price":"161000","area":"606"} , +{"type":"Feature","id":"n29858215","geometry":{"type":"Point","coordinates":[-1.0325155,51.5246362]},"properties":{"@type":"node","@id":29858215,"@timestamp":1180779101},"coords":"51.5246362,-1.0325155","bedrooms":"1","price":"286000","area":"453"} , +{"type":"Feature","id":"n29858338","geometry":{"type":"Point","coordinates":[-1.0602473,51.5281591]},"properties":{"@type":"node","@id":29858338,"@timestamp":1180779588},"coords":"51.5281591,-1.0602473","bedrooms":"4","price":"271000","area":"394"} , +{"type":"Feature","id":"n29858357","geometry":{"type":"Point","coordinates":[-1.0639593,51.5099938]},"properties":{"@type":"node","@id":29858357,"@timestamp":1180779591},"coords":"51.5099938,-1.0639593","bedrooms":"0","price":"191000","area":"378"} , +{"type":"Feature","id":"n29858641","geometry":{"type":"Point","coordinates":[-1.0873681,51.5247557]},"properties":{"@type":"node","@id":29858641,"@timestamp":1193255011},"coords":"51.5247557,-1.0873681","bedrooms":"4","price":"293000","area":"444"} , +{"type":"Feature","id":"n29858653","geometry":{"type":"Point","coordinates":[-1.0859841,51.5324066]},"properties":{"@type":"node","@id":29858653,"@timestamp":1180780779},"coords":"51.5324066,-1.0859841","bedrooms":"4","price":"201000","area":"492"} , +{"type":"Feature","id":"n29858664","geometry":{"type":"Point","coordinates":[-1.0964765,51.5316721]},"properties":{"@type":"node","@id":29858664,"@timestamp":1193255014},"coords":"51.5316721,-1.0964765","bedrooms":"2","price":"281000","area":"634"} , +{"type":"Feature","id":"n29858679","geometry":{"type":"Point","coordinates":[-1.0963663,51.5224949]},"properties":{"@type":"node","@id":29858679,"@timestamp":1193255013},"coords":"51.5224949,-1.0963663","bedrooms":"4","price":"249000","area":"602"} , +{"type":"Feature","id":"n29858727","geometry":{"type":"Point","coordinates":[-1.0991095,51.5211012]},"properties":{"@type":"node","@id":29858727,"@timestamp":1183144714},"coords":"51.5211012,-1.0991095","bedrooms":"1","price":"275000","area":"602"} , +{"type":"Feature","id":"n29858737","geometry":{"type":"Point","coordinates":[-1.0975671,51.5190159]},"properties":{"@type":"node","@id":29858737,"@timestamp":1183144713},"coords":"51.5190159,-1.0975671","bedrooms":"4","price":"206000","area":"641"} , +{"type":"Feature","id":"n29858753","geometry":{"type":"Point","coordinates":[0.8425606,51.1640535]},"properties":{"@type":"node","@id":29858753,"@timestamp":1180781279},"coords":"51.1640535,0.8425606","bedrooms":"1","price":"233000","area":"638"} , +{"type":"Feature","id":"n29859108","geometry":{"type":"Point","coordinates":[0.8738969,51.1828007]},"properties":{"@type":"node","@id":29859108,"@timestamp":1180781916},"coords":"51.1828007,0.8738969","bedrooms":"1","price":"191000","area":"697"} , +{"type":"Feature","id":"n29859211","geometry":{"type":"Point","coordinates":[-1.0790243,51.5414654]},"properties":{"@type":"node","@id":29859211,"@timestamp":1180782171},"coords":"51.5414654,-1.0790243","bedrooms":"2","price":"156000","area":"615"} , +{"type":"Feature","id":"n29859222","geometry":{"type":"Point","coordinates":[-1.0531797,51.5473316]},"properties":{"@type":"node","@id":29859222,"@timestamp":1180782173},"coords":"51.5473316,-1.0531797","bedrooms":"2","price":"285000","area":"512"} , +{"type":"Feature","id":"n29859232","geometry":{"type":"Point","coordinates":[-1.0478484,51.5459532]},"properties":{"@type":"node","@id":29859232,"@timestamp":1180782174},"coords":"51.5459532,-1.0478484","bedrooms":"0","price":"203000","area":"465"} , +{"type":"Feature","id":"n29859242","geometry":{"type":"Point","coordinates":[-1.0529196,51.5423384]},"properties":{"@type":"node","@id":29859242,"@timestamp":1180782176},"coords":"51.5423384,-1.0529196","bedrooms":"4","price":"152000","area":"601"} , +{"type":"Feature","id":"n29859252","geometry":{"type":"Point","coordinates":[-1.0484407,51.5314765]},"properties":{"@type":"node","@id":29859252,"@timestamp":1180782177},"coords":"51.5314765,-1.0484407","bedrooms":"1","price":"280000","area":"404"} , +{"type":"Feature","id":"n29859501","geometry":{"type":"Point","coordinates":[0.794808,51.1435685]},"properties":{"@type":"node","@id":29859501,"@timestamp":1180783217},"coords":"51.1435685,0.794808","bedrooms":"3","price":"234000","area":"475"} , +{"type":"Feature","id":"n29859625","geometry":{"type":"Point","coordinates":[0.8052544,51.1647904]},"properties":{"@type":"node","@id":29859625,"@timestamp":1180783273},"coords":"51.1647904,0.8052544","bedrooms":"2","price":"299000","area":"539"} , +{"type":"Feature","id":"n29859755","geometry":{"type":"Point","coordinates":[0.7884739,51.1591725]},"properties":{"@type":"node","@id":29859755,"@timestamp":1180783342},"coords":"51.1591725,0.7884739","bedrooms":"4","price":"275000","area":"530"} , +{"type":"Feature","id":"n29862167","geometry":{"type":"Point","coordinates":[-1.0583367,50.9806784]},"properties":{"@type":"node","@id":29862167,"@timestamp":1538512628},"coords":"50.9806784,-1.0583367","bedrooms":"4","price":"163000","area":"647"} , +{"type":"Feature","id":"n29862275","geometry":{"type":"Point","coordinates":[-1.0693977,50.9939188]},"properties":{"@type":"node","@id":29862275,"@timestamp":1216504886},"coords":"50.9939188,-1.0693977","bedrooms":"4","price":"177000","area":"399"} , +{"type":"Feature","id":"n29862286","geometry":{"type":"Point","coordinates":[-1.0520003,50.9999446]},"properties":{"@type":"node","@id":29862286,"@timestamp":1180786750},"coords":"50.9999446,-1.0520003","bedrooms":"0","price":"250000","area":"441"} , +{"type":"Feature","id":"n29862359","geometry":{"type":"Point","coordinates":[-1.0595472,50.9937995]},"properties":{"@type":"node","@id":29862359,"@timestamp":1617875352},"coords":"50.9937995,-1.0595472","bedrooms":"4","price":"228000","area":"404"} , +{"type":"Feature","id":"n29865683","geometry":{"type":"Point","coordinates":[0.8642386,51.1207368]},"properties":{"@type":"node","@id":29865683,"@timestamp":1180796028},"coords":"51.1207368,0.8642386","bedrooms":"3","price":"255000","area":"512"} , +{"type":"Feature","id":"n29865780","geometry":{"type":"Point","coordinates":[0.8668952,51.1229859]},"properties":{"@type":"node","@id":29865780,"@timestamp":1180796041},"coords":"51.1229859,0.8668952","bedrooms":"1","price":"220000","area":"382"} , +{"type":"Feature","id":"n29866029","geometry":{"type":"Point","coordinates":[0.8600119,51.118863]},"properties":{"@type":"node","@id":29866029,"@timestamp":1180797039},"coords":"51.118863,0.8600119","bedrooms":"3","price":"159000","area":"518"} , +{"type":"Feature","id":"n29866048","geometry":{"type":"Point","coordinates":[0.8647972,51.1172925]},"properties":{"@type":"node","@id":29866048,"@timestamp":1180797041},"coords":"51.1172925,0.8647972","bedrooms":"2","price":"250000","area":"492"} , +{"type":"Feature","id":"n29866068","geometry":{"type":"Point","coordinates":[0.8525144,51.1217682]},"properties":{"@type":"node","@id":29866068,"@timestamp":1237073345},"coords":"51.1217682,0.8525144","bedrooms":"4","price":"182000","area":"575"} , +{"type":"Feature","id":"n29866127","geometry":{"type":"Point","coordinates":[0.8562538,51.1261123]},"properties":{"@type":"node","@id":29866127,"@timestamp":1180797054},"coords":"51.1261123,0.8562538","bedrooms":"3","price":"234000","area":"529"} , +{"type":"Feature","id":"n29866183","geometry":{"type":"Point","coordinates":[0.8128703,51.1087832]},"properties":{"@type":"node","@id":29866183,"@timestamp":1188070913},"coords":"51.1087832,0.8128703","bedrooms":"2","price":"289000","area":"605"} , +{"type":"Feature","id":"n29866201","geometry":{"type":"Point","coordinates":[0.8245566,51.1201364]},"properties":{"@type":"node","@id":29866201,"@timestamp":1180797065},"coords":"51.1201364,0.8245566","bedrooms":"3","price":"178000","area":"623"} , +{"type":"Feature","id":"n29866472","geometry":{"type":"Point","coordinates":[0.8627403,51.1229067]},"properties":{"@type":"node","@id":29866472,"@timestamp":1180797349},"coords":"51.1229067,0.8627403","bedrooms":"0","price":"223000","area":"401"} , +{"type":"Feature","id":"n29870898","geometry":{"type":"Point","coordinates":[-0.6444323,51.8183641]},"properties":{"@type":"node","@id":29870898,"@timestamp":1180808137},"coords":"51.8183641,-0.6444323","bedrooms":"2","price":"202000","area":"695"} , +{"type":"Feature","id":"n29872385","geometry":{"type":"Point","coordinates":[-1.0989674,51.8770298]},"properties":{"@type":"node","@id":29872385,"@timestamp":1180811097},"coords":"51.8770298,-1.0989674","bedrooms":"4","price":"166000","area":"456"} , +{"type":"Feature","id":"n29872399","geometry":{"type":"Point","coordinates":[-1.1127733,51.8816353]},"properties":{"@type":"node","@id":29872399,"@timestamp":1180811099},"coords":"51.8816353,-1.1127733","bedrooms":"1","price":"215000","area":"695"} , +{"type":"Feature","id":"n29872409","geometry":{"type":"Point","coordinates":[-1.109236,51.8875336]},"properties":{"@type":"node","@id":29872409,"@timestamp":1180811101},"coords":"51.8875336,-1.109236","bedrooms":"0","price":"168000","area":"443"} , +{"type":"Feature","id":"n29874728","geometry":{"type":"Point","coordinates":[-1.0937223,51.8774816]},"properties":{"@type":"node","@id":29874728,"@timestamp":1180814318},"coords":"51.8774816,-1.0937223","bedrooms":"0","price":"183000","area":"543"} , +{"type":"Feature","id":"n29900801","geometry":{"type":"Point","coordinates":[0.3193808,51.4946731]},"properties":{"@type":"node","@id":29900801,"@timestamp":1187636442},"coords":"51.4946731,0.3193808","bedrooms":"3","price":"165000","area":"688"} , +{"type":"Feature","id":"n29900862","geometry":{"type":"Point","coordinates":[0.325506,51.4852225]},"properties":{"@type":"node","@id":29900862,"@timestamp":1206528099},"coords":"51.4852225,0.325506","bedrooms":"4","price":"184000","area":"628"} , +{"type":"Feature","id":"n29921416","geometry":{"type":"Point","coordinates":[-0.8382897,51.8316106]},"properties":{"@type":"node","@id":29921416,"@timestamp":1180897074},"coords":"51.8316106,-0.8382897","bedrooms":"2","price":"209000","area":"572"} , +{"type":"Feature","id":"n29921465","geometry":{"type":"Point","coordinates":[-0.796466,51.8029167]},"properties":{"@type":"node","@id":29921465,"@timestamp":1223833115},"coords":"51.8029167,-0.796466","bedrooms":"4","price":"293000","area":"502"} , +{"type":"Feature","id":"n29922482","geometry":{"type":"Point","coordinates":[-1.003138,51.7758085]},"properties":{"@type":"node","@id":29922482,"@timestamp":1326047387},"coords":"51.7758085,-1.003138","bedrooms":"4","price":"158000","area":"478"} , +{"type":"Feature","id":"n29933318","geometry":{"type":"Point","coordinates":[-0.3286647,51.6004196]},"properties":{"@type":"node","@id":29933318,"@timestamp":1621535645},"coords":"51.6004196,-0.3286647","bedrooms":"0","price":"281000","area":"416"} , +{"type":"Feature","id":"n29939248","geometry":{"type":"Point","coordinates":[-0.3122593,51.7431186]},"properties":{"@type":"node","@id":29939248,"@timestamp":1626603275},"coords":"51.7431186,-0.3122593","bedrooms":"4","price":"192000","area":"382"} , +{"type":"Feature","id":"n29940258","geometry":{"type":"Point","coordinates":[-0.3572291,51.8196298]},"properties":{"@type":"node","@id":29940258,"@timestamp":1180950461},"coords":"51.8196298,-0.3572291","bedrooms":"1","price":"284000","area":"442"} , +{"type":"Feature","id":"n29940268","geometry":{"type":"Point","coordinates":[-0.3583695,51.8200545]},"properties":{"@type":"node","@id":29940268,"@timestamp":1180950463},"coords":"51.8200545,-0.3583695","bedrooms":"1","price":"168000","area":"400"} , +{"type":"Feature","id":"n29940335","geometry":{"type":"Point","coordinates":[-0.3390105,51.8220465]},"properties":{"@type":"node","@id":29940335,"@timestamp":1180950853},"coords":"51.8220465,-0.3390105","bedrooms":"0","price":"262000","area":"490"} , +{"type":"Feature","id":"n29940527","geometry":{"type":"Point","coordinates":[-0.3540304,51.7968243]},"properties":{"@type":"node","@id":29940527,"@timestamp":1182252286},"coords":"51.7968243,-0.3540304","bedrooms":"3","price":"292000","area":"632"} , +{"type":"Feature","id":"n29942631","geometry":{"type":"Point","coordinates":[-0.5833413,51.2403321]},"properties":{"@type":"node","@id":29942631,"@timestamp":1249823120},"coords":"51.2403321,-0.5833413","bedrooms":"2","price":"235000","area":"590"} , +{"type":"Feature","id":"n29953739","geometry":{"type":"Point","coordinates":[-0.0810037,51.4584305]},"properties":{"@type":"node","@id":29953739,"@timestamp":1296928249},"coords":"51.4584305,-0.0810037","bedrooms":"1","price":"251000","area":"361"} , +{"type":"Feature","id":"n29978228","geometry":{"type":"Point","coordinates":[-0.3439777,51.8092403]},"properties":{"@type":"node","@id":29978228,"@timestamp":1628424105},"coords":"51.8092403,-0.3439777","bedrooms":"3","price":"262000","area":"575"} , +{"type":"Feature","id":"n29978346","geometry":{"type":"Point","coordinates":[-0.3475979,51.7997821]},"properties":{"@type":"node","@id":29978346,"@timestamp":1181035725},"coords":"51.7997821,-0.3475979","bedrooms":"0","price":"169000","area":"456"} , +{"type":"Feature","id":"n29978679","geometry":{"type":"Point","coordinates":[-0.3457404,51.7984323]},"properties":{"@type":"node","@id":29978679,"@timestamp":1181036601},"coords":"51.7984323,-0.3457404","bedrooms":"1","price":"224000","area":"699"} , +{"type":"Feature","id":"n29979735","geometry":{"type":"Point","coordinates":[-0.7735465,51.0319309]},"properties":{"@type":"node","@id":29979735,"@timestamp":1181043416},"coords":"51.0319309,-0.7735465","bedrooms":"4","price":"211000","area":"458"} , +{"type":"Feature","id":"n29983338","geometry":{"type":"Point","coordinates":[-0.2936414,51.7448612]},"properties":{"@type":"node","@id":29983338,"@timestamp":1181058155},"coords":"51.7448612,-0.2936414","bedrooms":"4","price":"267000","area":"650"} , +{"type":"Feature","id":"n29985438","geometry":{"type":"Point","coordinates":[-0.3676047,51.8139963]},"properties":{"@type":"node","@id":29985438,"@timestamp":1203417825},"coords":"51.8139963,-0.3676047","bedrooms":"2","price":"241000","area":"379"} , +{"type":"Feature","id":"n29988843","geometry":{"type":"Point","coordinates":[-0.2535585,51.7438289]},"properties":{"@type":"node","@id":29988843,"@timestamp":1181071422},"coords":"51.7438289,-0.2535585","bedrooms":"0","price":"191000","area":"570"} , +{"type":"Feature","id":"n29989115","geometry":{"type":"Point","coordinates":[-0.0772943,51.4594339]},"properties":{"@type":"node","@id":29989115,"@timestamp":1633302046},"coords":"51.4594339,-0.0772943","bedrooms":"2","price":"204000","area":"694"} , +{"type":"Feature","id":"n29989188","geometry":{"type":"Point","coordinates":[-0.2225519,51.700817]},"properties":{"@type":"node","@id":29989188,"@timestamp":1181072285},"coords":"51.700817,-0.2225519","bedrooms":"3","price":"260000","area":"422"} , +{"type":"Feature","id":"n29993141","geometry":{"type":"Point","coordinates":[-0.8006713,51.8269722]},"properties":{"@type":"node","@id":29993141,"@timestamp":1181078512},"coords":"51.8269722,-0.8006713","bedrooms":"4","price":"269000","area":"482"} , +{"type":"Feature","id":"n29996276","geometry":{"type":"Point","coordinates":[-0.7516164,51.6517147]},"properties":{"@type":"node","@id":29996276,"@timestamp":1536251946},"coords":"51.6517147,-0.7516164","bedrooms":"4","price":"289000","area":"580"} , +{"type":"Feature","id":"n29997684","geometry":{"type":"Point","coordinates":[-0.4994413,50.9706313]},"properties":{"@type":"node","@id":29997684,"@timestamp":1181083693},"coords":"50.9706313,-0.4994413","bedrooms":"4","price":"241000","area":"605"} , +{"type":"Feature","id":"n29997695","geometry":{"type":"Point","coordinates":[-0.4993801,50.9716152]},"properties":{"@type":"node","@id":29997695,"@timestamp":1181083700},"coords":"50.9716152,-0.4993801","bedrooms":"2","price":"244000","area":"576"} , +{"type":"Feature","id":"n29997707","geometry":{"type":"Point","coordinates":[-0.4833747,50.9821451]},"properties":{"@type":"node","@id":29997707,"@timestamp":1181083710},"coords":"50.9821451,-0.4833747","bedrooms":"3","price":"186000","area":"468"} , +{"type":"Feature","id":"n29998810","geometry":{"type":"Point","coordinates":[-0.7579802,51.5415464]},"properties":{"@type":"node","@id":29998810,"@timestamp":1210284249},"coords":"51.5415464,-0.7579802","bedrooms":"0","price":"246000","area":"628"} , +{"type":"Feature","id":"n29998910","geometry":{"type":"Point","coordinates":[0.2991379,51.9285889]},"properties":{"@type":"node","@id":29998910,"@timestamp":1181086129},"coords":"51.9285889,0.2991379","bedrooms":"4","price":"279000","area":"670"} , +{"type":"Feature","id":"n29999021","geometry":{"type":"Point","coordinates":[0.327161,51.9396219]},"properties":{"@type":"node","@id":29999021,"@timestamp":1181086142},"coords":"51.9396219,0.327161","bedrooms":"2","price":"227000","area":"546"} , +{"type":"Feature","id":"n29999170","geometry":{"type":"Point","coordinates":[0.3512525,51.9634984]},"properties":{"@type":"node","@id":29999170,"@timestamp":1181086154},"coords":"51.9634984,0.3512525","bedrooms":"2","price":"163000","area":"613"} , +{"type":"Feature","id":"n29999240","geometry":{"type":"Point","coordinates":[0.3706532,51.978212]},"properties":{"@type":"node","@id":29999240,"@timestamp":1181086160},"coords":"51.978212,0.3706532","bedrooms":"4","price":"157000","area":"582"} , +{"type":"Feature","id":"n30000050","geometry":{"type":"Point","coordinates":[-0.1504604,51.2578399]},"properties":{"@type":"node","@id":30000050,"@timestamp":1521027617},"coords":"51.2578399,-0.1504604","bedrooms":"4","price":"236000","area":"440"} , +{"type":"Feature","id":"n30010478","geometry":{"type":"Point","coordinates":[-0.8223012,51.8023201]},"properties":{"@type":"node","@id":30010478,"@timestamp":1181149175},"coords":"51.8023201,-0.8223012","bedrooms":"0","price":"209000","area":"414"} , +{"type":"Feature","id":"n30014369","geometry":{"type":"Point","coordinates":[-0.5720994,51.2423826]},"properties":{"@type":"node","@id":30014369,"@timestamp":1181159362},"coords":"51.2423826,-0.5720994","bedrooms":"2","price":"295000","area":"602"} , +{"type":"Feature","id":"n30023321","geometry":{"type":"Point","coordinates":[-0.3946742,51.8146172]},"properties":{"@type":"node","@id":30023321,"@timestamp":1181169950},"coords":"51.8146172,-0.3946742","bedrooms":"4","price":"236000","area":"402"} , +{"type":"Feature","id":"n30023391","geometry":{"type":"Point","coordinates":[-0.3928017,51.8232039]},"properties":{"@type":"node","@id":30023391,"@timestamp":1181169958},"coords":"51.8232039,-0.3928017","bedrooms":"4","price":"263000","area":"605"} , +{"type":"Feature","id":"n30026699","geometry":{"type":"Point","coordinates":[-0.004601,51.7587775]},"properties":{"@type":"node","@id":30026699,"@timestamp":1181558649},"coords":"51.7587775,-0.004601","bedrooms":"2","price":"224000","area":"538"} , +{"type":"Feature","id":"n30033437","geometry":{"type":"Point","coordinates":[0.2591697,51.4983758]},"properties":{"@type":"node","@id":30033437,"@timestamp":1187631927},"coords":"51.4983758,0.2591697","bedrooms":"0","price":"156000","area":"632"} , +{"type":"Feature","id":"n30043078","geometry":{"type":"Point","coordinates":[-0.6973622,51.693234]},"properties":{"@type":"node","@id":30043078,"@timestamp":1181220964},"coords":"51.693234,-0.6973622","bedrooms":"1","price":"216000","area":"504"} , +{"type":"Feature","id":"n30043132","geometry":{"type":"Point","coordinates":[-0.8262511,51.801818]},"properties":{"@type":"node","@id":30043132,"@timestamp":1181220971},"coords":"51.801818,-0.8262511","bedrooms":"2","price":"155000","area":"528"} , +{"type":"Feature","id":"n30043157","geometry":{"type":"Point","coordinates":[-0.8235652,51.7981589]},"properties":{"@type":"node","@id":30043157,"@timestamp":1181220973},"coords":"51.7981589,-0.8235652","bedrooms":"1","price":"231000","area":"439"} , +{"type":"Feature","id":"n30043176","geometry":{"type":"Point","coordinates":[-0.8217731,51.7967297]},"properties":{"@type":"node","@id":30043176,"@timestamp":1181220975},"coords":"51.7967297,-0.8217731","bedrooms":"1","price":"203000","area":"407"} , +{"type":"Feature","id":"n30043187","geometry":{"type":"Point","coordinates":[-0.8234436,51.7972029]},"properties":{"@type":"node","@id":30043187,"@timestamp":1181220977},"coords":"51.7972029,-0.8234436","bedrooms":"0","price":"281000","area":"381"} , +{"type":"Feature","id":"n30043197","geometry":{"type":"Point","coordinates":[-0.8270967,51.8042042]},"properties":{"@type":"node","@id":30043197,"@timestamp":1181220979},"coords":"51.8042042,-0.8270967","bedrooms":"0","price":"151000","area":"351"} , +{"type":"Feature","id":"n30047255","geometry":{"type":"Point","coordinates":[0.0147234,51.462601]},"properties":{"@type":"node","@id":30047255,"@timestamp":1193436075},"coords":"51.462601,0.0147234","bedrooms":"3","price":"213000","area":"408"} , +{"type":"Feature","id":"n30062724","geometry":{"type":"Point","coordinates":[-0.0837757,51.4555243]},"properties":{"@type":"node","@id":30062724,"@timestamp":1616951817},"coords":"51.4555243,-0.0837757","bedrooms":"4","price":"271000","area":"361"} , +{"type":"Feature","id":"n30089069","geometry":{"type":"Point","coordinates":[0.8460795,51.1331481]},"properties":{"@type":"node","@id":30089069,"@timestamp":1181326319},"coords":"51.1331481,0.8460795","bedrooms":"1","price":"279000","area":"530"} , +{"type":"Feature","id":"n30089300","geometry":{"type":"Point","coordinates":[0.8493964,51.132745]},"properties":{"@type":"node","@id":30089300,"@timestamp":1181327082},"coords":"51.132745,0.8493964","bedrooms":"2","price":"175000","area":"603"} , +{"type":"Feature","id":"n30089331","geometry":{"type":"Point","coordinates":[0.8503778,51.1366927]},"properties":{"@type":"node","@id":30089331,"@timestamp":1181327087},"coords":"51.1366927,0.8503778","bedrooms":"0","price":"289000","area":"515"} , +{"type":"Feature","id":"n30089440","geometry":{"type":"Point","coordinates":[0.8581539,51.1348936]},"properties":{"@type":"node","@id":30089440,"@timestamp":1181327115},"coords":"51.1348936,0.8581539","bedrooms":"1","price":"287000","area":"606"} , +{"type":"Feature","id":"n30091657","geometry":{"type":"Point","coordinates":[0.4465201,51.4355106]},"properties":{"@type":"node","@id":30091657,"@timestamp":1181334157},"coords":"51.4355106,0.4465201","bedrooms":"4","price":"253000","area":"690"} , +{"type":"Feature","id":"n30098693","geometry":{"type":"Point","coordinates":[0.4201983,51.4847745]},"properties":{"@type":"node","@id":30098693,"@timestamp":1181346521},"coords":"51.4847745,0.4201983","bedrooms":"3","price":"284000","area":"653"} , +{"type":"Feature","id":"n30109947","geometry":{"type":"Point","coordinates":[-0.5347015,50.9843232]},"properties":{"@type":"node","@id":30109947,"@timestamp":1181389098},"coords":"50.9843232,-0.5347015","bedrooms":"2","price":"197000","area":"500"} , +{"type":"Feature","id":"n30109957","geometry":{"type":"Point","coordinates":[-0.5329179,50.9817744]},"properties":{"@type":"node","@id":30109957,"@timestamp":1181389100},"coords":"50.9817744,-0.5329179","bedrooms":"0","price":"277000","area":"412"} , +{"type":"Feature","id":"n30109967","geometry":{"type":"Point","coordinates":[-0.5346003,50.9795038]},"properties":{"@type":"node","@id":30109967,"@timestamp":1181389101},"coords":"50.9795038,-0.5346003","bedrooms":"3","price":"202000","area":"373"} , +{"type":"Feature","id":"n30109977","geometry":{"type":"Point","coordinates":[-0.5329981,50.9831064]},"properties":{"@type":"node","@id":30109977,"@timestamp":1181389103},"coords":"50.9831064,-0.5329981","bedrooms":"4","price":"186000","area":"546"} , +{"type":"Feature","id":"n30111902","geometry":{"type":"Point","coordinates":[0.8683438,51.1139942]},"properties":{"@type":"node","@id":30111902,"@timestamp":1192819821},"coords":"51.1139942,0.8683438","bedrooms":"3","price":"195000","area":"486"} , +{"type":"Feature","id":"n30112571","geometry":{"type":"Point","coordinates":[0.8549488,51.1221724]},"properties":{"@type":"node","@id":30112571,"@timestamp":1181395967},"coords":"51.1221724,0.8549488","bedrooms":"1","price":"214000","area":"416"} , +{"type":"Feature","id":"n30112720","geometry":{"type":"Point","coordinates":[0.856596,51.1253104]},"properties":{"@type":"node","@id":30112720,"@timestamp":1181395977},"coords":"51.1253104,0.856596","bedrooms":"2","price":"268000","area":"578"} , +{"type":"Feature","id":"n30112758","geometry":{"type":"Point","coordinates":[0.8544784,51.1262275]},"properties":{"@type":"node","@id":30112758,"@timestamp":1181395980},"coords":"51.1262275,0.8544784","bedrooms":"4","price":"170000","area":"441"} , +{"type":"Feature","id":"n30113057","geometry":{"type":"Point","coordinates":[0.8405194,51.1302037]},"properties":{"@type":"node","@id":30113057,"@timestamp":1181396474},"coords":"51.1302037,0.8405194","bedrooms":"1","price":"242000","area":"498"} , +{"type":"Feature","id":"n30113085","geometry":{"type":"Point","coordinates":[0.845585,51.1281926]},"properties":{"@type":"node","@id":30113085,"@timestamp":1237069269},"coords":"51.1281926,0.845585","bedrooms":"1","price":"256000","area":"641"} , +{"type":"Feature","id":"n30113107","geometry":{"type":"Point","coordinates":[0.8390151,51.1344834]},"properties":{"@type":"node","@id":30113107,"@timestamp":1181396483},"coords":"51.1344834,0.8390151","bedrooms":"3","price":"198000","area":"562"} , +{"type":"Feature","id":"n30113207","geometry":{"type":"Point","coordinates":[0.8435747,51.1307689]},"properties":{"@type":"node","@id":30113207,"@timestamp":1181397247},"coords":"51.1307689,0.8435747","bedrooms":"4","price":"159000","area":"566"} , +{"type":"Feature","id":"n30113255","geometry":{"type":"Point","coordinates":[0.8454069,51.129256]},"properties":{"@type":"node","@id":30113255,"@timestamp":1181397253},"coords":"51.129256,0.8454069","bedrooms":"0","price":"243000","area":"556"} , +{"type":"Feature","id":"n30113272","geometry":{"type":"Point","coordinates":[0.8479984,51.1309712]},"properties":{"@type":"node","@id":30113272,"@timestamp":1181397258},"coords":"51.1309712,0.8479984","bedrooms":"2","price":"178000","area":"667"} , +{"type":"Feature","id":"n30113297","geometry":{"type":"Point","coordinates":[0.8244546,51.1242566]},"properties":{"@type":"node","@id":30113297,"@timestamp":1181397261},"coords":"51.1242566,0.8244546","bedrooms":"2","price":"260000","area":"519"} , +{"type":"Feature","id":"n30113409","geometry":{"type":"Point","coordinates":[0.7832017,51.1613991]},"properties":{"@type":"node","@id":30113409,"@timestamp":1181397583},"coords":"51.1613991,0.7832017","bedrooms":"0","price":"286000","area":"553"} , +{"type":"Feature","id":"n30116607","geometry":{"type":"Point","coordinates":[-0.2171239,51.8989111]},"properties":{"@type":"node","@id":30116607,"@timestamp":1181404337},"coords":"51.8989111,-0.2171239","bedrooms":"1","price":"228000","area":"619"} , +{"type":"Feature","id":"n30116748","geometry":{"type":"Point","coordinates":[-0.2182349,51.8997697]},"properties":{"@type":"node","@id":30116748,"@timestamp":1181404543},"coords":"51.8997697,-0.2182349","bedrooms":"4","price":"241000","area":"400"} , +{"type":"Feature","id":"n30119523","geometry":{"type":"Point","coordinates":[-0.2033215,51.9124135]},"properties":{"@type":"node","@id":30119523,"@timestamp":1181408692},"coords":"51.9124135,-0.2033215","bedrooms":"4","price":"191000","area":"399"} , +{"type":"Feature","id":"n30119647","geometry":{"type":"Point","coordinates":[-0.140514,51.9485745]},"properties":{"@type":"node","@id":30119647,"@timestamp":1181408709},"coords":"51.9485745,-0.140514","bedrooms":"1","price":"203000","area":"570"} , +{"type":"Feature","id":"n30119926","geometry":{"type":"Point","coordinates":[-0.1987352,51.9188922]},"properties":{"@type":"node","@id":30119926,"@timestamp":1181408775},"coords":"51.9188922,-0.1987352","bedrooms":"3","price":"259000","area":"673"} , +{"type":"Feature","id":"n30120438","geometry":{"type":"Point","coordinates":[-0.3036195,51.764452]},"properties":{"@type":"node","@id":30120438,"@timestamp":1181411285},"coords":"51.764452,-0.3036195","bedrooms":"2","price":"227000","area":"635"} , +{"type":"Feature","id":"n30122410","geometry":{"type":"Point","coordinates":[-0.140493,51.260766]},"properties":{"@type":"node","@id":30122410,"@timestamp":1181563632},"coords":"51.260766,-0.140493","bedrooms":"4","price":"164000","area":"585"} , +{"type":"Feature","id":"n30133338","geometry":{"type":"Point","coordinates":[0.2598869,51.5171835]},"properties":{"@type":"node","@id":30133338,"@timestamp":1220273821},"coords":"51.5171835,0.2598869","bedrooms":"0","price":"227000","area":"566"} , +{"type":"Feature","id":"n30133351","geometry":{"type":"Point","coordinates":[0.2564693,51.5180079]},"properties":{"@type":"node","@id":30133351,"@timestamp":1181429654},"coords":"51.5180079,0.2564693","bedrooms":"3","price":"178000","area":"416"} , +{"type":"Feature","id":"n30137384","geometry":{"type":"Point","coordinates":[0.771622,51.2346934]},"properties":{"@type":"node","@id":30137384,"@timestamp":1229887853},"coords":"51.2346934,0.771622","bedrooms":"3","price":"172000","area":"391"} , +{"type":"Feature","id":"n30137722","geometry":{"type":"Point","coordinates":[0.7287463,51.2568507]},"properties":{"@type":"node","@id":30137722,"@timestamp":1229887198},"coords":"51.2568507,0.7287463","bedrooms":"0","price":"234000","area":"675"} , +{"type":"Feature","id":"n30137769","geometry":{"type":"Point","coordinates":[0.6586805,51.2769732]},"properties":{"@type":"node","@id":30137769,"@timestamp":1229880327},"coords":"51.2769732,0.6586805","bedrooms":"3","price":"277000","area":"411"} , +{"type":"Feature","id":"n30137896","geometry":{"type":"Point","coordinates":[0.5783548,51.299127]},"properties":{"@type":"node","@id":30137896,"@timestamp":1234905557},"coords":"51.299127,0.5783548","bedrooms":"2","price":"185000","area":"654"} , +{"type":"Feature","id":"n30137909","geometry":{"type":"Point","coordinates":[0.5906389,51.3132192]},"properties":{"@type":"node","@id":30137909,"@timestamp":1181437264},"coords":"51.3132192,0.5906389","bedrooms":"1","price":"224000","area":"648"} , +{"type":"Feature","id":"n30138063","geometry":{"type":"Point","coordinates":[-0.596263,51.2432361]},"properties":{"@type":"node","@id":30138063,"@timestamp":1181437402},"coords":"51.2432361,-0.596263","bedrooms":"2","price":"174000","area":"650"} , +{"type":"Feature","id":"n30138097","geometry":{"type":"Point","coordinates":[-0.5901984,51.2419469]},"properties":{"@type":"node","@id":30138097,"@timestamp":1181437406},"coords":"51.2419469,-0.5901984","bedrooms":"3","price":"205000","area":"409"} , +{"type":"Feature","id":"n30138200","geometry":{"type":"Point","coordinates":[0.5308461,51.3361813]},"properties":{"@type":"node","@id":30138200,"@timestamp":1234633637},"coords":"51.3361813,0.5308461","bedrooms":"3","price":"254000","area":"668"} , +{"type":"Feature","id":"n30148056","geometry":{"type":"Point","coordinates":[0.0189039,51.4842853]},"properties":{"@type":"node","@id":30148056,"@timestamp":1636207932},"coords":"51.4842853,0.0189039","bedrooms":"3","price":"218000","area":"616"} , +{"type":"Feature","id":"n30149762","geometry":{"type":"Point","coordinates":[-0.0221744,51.4714125]},"properties":{"@type":"node","@id":30149762,"@timestamp":1181478461},"coords":"51.4714125,-0.0221744","bedrooms":"1","price":"150000","area":"556"} , +{"type":"Feature","id":"n30151354","geometry":{"type":"Point","coordinates":[-0.0181695,51.4552879]},"properties":{"@type":"node","@id":30151354,"@timestamp":1181481322},"coords":"51.4552879,-0.0181695","bedrooms":"0","price":"213000","area":"591"} , +{"type":"Feature","id":"n30151402","geometry":{"type":"Point","coordinates":[-0.0203988,51.4527232]},"properties":{"@type":"node","@id":30151402,"@timestamp":1588011781},"coords":"51.4527232,-0.0203988","bedrooms":"4","price":"266000","area":"625"} , +{"type":"Feature","id":"n30151767","geometry":{"type":"Point","coordinates":[-0.7365039,50.9886042]},"properties":{"@type":"node","@id":30151767,"@timestamp":1346174486},"coords":"50.9886042,-0.7365039","bedrooms":"1","price":"224000","area":"395"} , +{"type":"Feature","id":"n30151942","geometry":{"type":"Point","coordinates":[-0.0264938,51.4398789]},"properties":{"@type":"node","@id":30151942,"@timestamp":1192125057},"coords":"51.4398789,-0.0264938","bedrooms":"4","price":"253000","area":"472"} , +{"type":"Feature","id":"n30151968","geometry":{"type":"Point","coordinates":[-0.6733923,50.9907941]},"properties":{"@type":"node","@id":30151968,"@timestamp":1181483562},"coords":"50.9907941,-0.6733923","bedrooms":"0","price":"215000","area":"622"} , +{"type":"Feature","id":"n30152017","geometry":{"type":"Point","coordinates":[-0.0296269,51.4327443]},"properties":{"@type":"node","@id":30152017,"@timestamp":1373925123},"coords":"51.4327443,-0.0296269","bedrooms":"4","price":"175000","area":"409"} , +{"type":"Feature","id":"n30152177","geometry":{"type":"Point","coordinates":[-0.0329849,51.4280587]},"properties":{"@type":"node","@id":30152177,"@timestamp":1578164919},"coords":"51.4280587,-0.0329849","bedrooms":"0","price":"212000","area":"672"} , +{"type":"Feature","id":"n30154036","geometry":{"type":"Point","coordinates":[-0.0394385,51.4165287]},"properties":{"@type":"node","@id":30154036,"@timestamp":1608634473},"coords":"51.4165287,-0.0394385","bedrooms":"2","price":"256000","area":"579"} , +{"type":"Feature","id":"n30154633","geometry":{"type":"Point","coordinates":[-0.0444559,51.4111241]},"properties":{"@type":"node","@id":30154633,"@timestamp":1181491098},"coords":"51.4111241,-0.0444559","bedrooms":"3","price":"238000","area":"413"} , +{"type":"Feature","id":"n30154886","geometry":{"type":"Point","coordinates":[-0.0429095,51.4091401]},"properties":{"@type":"node","@id":30154886,"@timestamp":1614423153},"coords":"51.4091401,-0.0429095","bedrooms":"4","price":"170000","area":"355"} , +{"type":"Feature","id":"n30155475","geometry":{"type":"Point","coordinates":[-0.0523518,51.3981777]},"properties":{"@type":"node","@id":30155475,"@timestamp":1181492223},"coords":"51.3981777,-0.0523518","bedrooms":"2","price":"253000","area":"454"} , +{"type":"Feature","id":"n30155485","geometry":{"type":"Point","coordinates":[-0.0554404,51.3992972]},"properties":{"@type":"node","@id":30155485,"@timestamp":1181492224},"coords":"51.3992972,-0.0554404","bedrooms":"3","price":"229000","area":"514"} , +{"type":"Feature","id":"n30155540","geometry":{"type":"Point","coordinates":[-0.0577873,51.3979807]},"properties":{"@type":"node","@id":30155540,"@timestamp":1181492366},"coords":"51.3979807,-0.0577873","bedrooms":"1","price":"165000","area":"520"} , +{"type":"Feature","id":"n30155649","geometry":{"type":"Point","coordinates":[-0.0582569,51.3937049]},"properties":{"@type":"node","@id":30155649,"@timestamp":1239475953},"coords":"51.3937049,-0.0582569","bedrooms":"1","price":"180000","area":"587"} , +{"type":"Feature","id":"n30156124","geometry":{"type":"Point","coordinates":[-0.0460706,51.3831072]},"properties":{"@type":"node","@id":30156124,"@timestamp":1594638561},"coords":"51.3831072,-0.0460706","bedrooms":"3","price":"179000","area":"392"} , +{"type":"Feature","id":"n30156550","geometry":{"type":"Point","coordinates":[0.846267,51.1258609]},"properties":{"@type":"node","@id":30156550,"@timestamp":1181493914},"coords":"51.1258609,0.846267","bedrooms":"4","price":"161000","area":"674"} , +{"type":"Feature","id":"n30156614","geometry":{"type":"Point","coordinates":[0.843748,51.1279082]},"properties":{"@type":"node","@id":30156614,"@timestamp":1181493957},"coords":"51.1279082,0.843748","bedrooms":"1","price":"290000","area":"394"} , +{"type":"Feature","id":"n30156730","geometry":{"type":"Point","coordinates":[-0.0371004,51.3784922]},"properties":{"@type":"node","@id":30156730,"@timestamp":1181494224},"coords":"51.3784922,-0.0371004","bedrooms":"1","price":"164000","area":"697"} , +{"type":"Feature","id":"n30157203","geometry":{"type":"Point","coordinates":[0.8245682,51.1281165]},"properties":{"@type":"node","@id":30157203,"@timestamp":1181495109},"coords":"51.1281165,0.8245682","bedrooms":"4","price":"234000","area":"597"} , +{"type":"Feature","id":"n30157483","geometry":{"type":"Point","coordinates":[0.8005743,51.1400673]},"properties":{"@type":"node","@id":30157483,"@timestamp":1181495389},"coords":"51.1400673,0.8005743","bedrooms":"2","price":"199000","area":"415"} , +{"type":"Feature","id":"n30157601","geometry":{"type":"Point","coordinates":[0.7968258,51.1166261]},"properties":{"@type":"node","@id":30157601,"@timestamp":1188070916},"coords":"51.1166261,0.7968258","bedrooms":"1","price":"216000","area":"654"} , +{"type":"Feature","id":"n30157612","geometry":{"type":"Point","coordinates":[0.8075063,51.1126524]},"properties":{"@type":"node","@id":30157612,"@timestamp":1188070915},"coords":"51.1126524,0.8075063","bedrooms":"3","price":"186000","area":"640"} , +{"type":"Feature","id":"n30157868","geometry":{"type":"Point","coordinates":[-0.0313993,51.3558347]},"properties":{"@type":"node","@id":30157868,"@timestamp":1181495777},"coords":"51.3558347,-0.0313993","bedrooms":"1","price":"220000","area":"581"} , +{"type":"Feature","id":"n30158006","geometry":{"type":"Point","coordinates":[0.8255697,51.0924149]},"properties":{"@type":"node","@id":30158006,"@timestamp":1216847458},"coords":"51.0924149,0.8255697","bedrooms":"2","price":"182000","area":"530"} , +{"type":"Feature","id":"n30158018","geometry":{"type":"Point","coordinates":[0.8363778,51.0837166]},"properties":{"@type":"node","@id":30158018,"@timestamp":1216847460},"coords":"51.0837166,0.8363778","bedrooms":"4","price":"253000","area":"487"} , +{"type":"Feature","id":"n30158129","geometry":{"type":"Point","coordinates":[-0.378698,51.4174598]},"properties":{"@type":"node","@id":30158129,"@timestamp":1601980589},"coords":"51.4174598,-0.378698","bedrooms":"4","price":"273000","area":"362"} , +{"type":"Feature","id":"n30158256","geometry":{"type":"Point","coordinates":[-0.377427,51.4211708]},"properties":{"@type":"node","@id":30158256,"@timestamp":1181495973},"coords":"51.4211708,-0.377427","bedrooms":"2","price":"161000","area":"418"} , +{"type":"Feature","id":"n30158330","geometry":{"type":"Point","coordinates":[-0.3761048,51.4204824]},"properties":{"@type":"node","@id":30158330,"@timestamp":1293833864},"coords":"51.4204824,-0.3761048","bedrooms":"4","price":"228000","area":"551"} , +{"type":"Feature","id":"n30158583","geometry":{"type":"Point","coordinates":[-0.0167674,51.3493581]},"properties":{"@type":"node","@id":30158583,"@timestamp":1594663950},"coords":"51.3493581,-0.0167674","bedrooms":"2","price":"158000","area":"400"} , +{"type":"Feature","id":"n30160496","geometry":{"type":"Point","coordinates":[0.0011836,51.3315358]},"properties":{"@type":"node","@id":30160496,"@timestamp":1181498002},"coords":"51.3315358,0.0011836","bedrooms":"1","price":"171000","area":"556"} , +{"type":"Feature","id":"n30160859","geometry":{"type":"Point","coordinates":[-0.0091359,51.3238039]},"properties":{"@type":"node","@id":30160859,"@timestamp":1370384721},"coords":"51.3238039,-0.0091359","bedrooms":"0","price":"225000","area":"645"} , +{"type":"Feature","id":"n30160888","geometry":{"type":"Point","coordinates":[-0.0144318,51.3238601]},"properties":{"@type":"node","@id":30160888,"@timestamp":1181498489},"coords":"51.3238601,-0.0144318","bedrooms":"1","price":"230000","area":"678"} , +{"type":"Feature","id":"n30160898","geometry":{"type":"Point","coordinates":[-0.0174236,51.3222568]},"properties":{"@type":"node","@id":30160898,"@timestamp":1181498510},"coords":"51.3222568,-0.0174236","bedrooms":"0","price":"217000","area":"411"} , +{"type":"Feature","id":"n30161005","geometry":{"type":"Point","coordinates":[-0.0231517,51.320415]},"properties":{"@type":"node","@id":30161005,"@timestamp":1181498973},"coords":"51.320415,-0.0231517","bedrooms":"1","price":"284000","area":"432"} , +{"type":"Feature","id":"n30161017","geometry":{"type":"Point","coordinates":[-0.0225086,51.3175405]},"properties":{"@type":"node","@id":30161017,"@timestamp":1181498984},"coords":"51.3175405,-0.0225086","bedrooms":"4","price":"177000","area":"679"} , +{"type":"Feature","id":"n30161029","geometry":{"type":"Point","coordinates":[-0.0232978,51.314535]},"properties":{"@type":"node","@id":30161029,"@timestamp":1181498987},"coords":"51.314535,-0.0232978","bedrooms":"2","price":"224000","area":"470"} , +{"type":"Feature","id":"n30161214","geometry":{"type":"Point","coordinates":[-0.0376582,51.3087031]},"properties":{"@type":"node","@id":30161214,"@timestamp":1181499367},"coords":"51.3087031,-0.0376582","bedrooms":"3","price":"281000","area":"421"} , +{"type":"Feature","id":"n30161319","geometry":{"type":"Point","coordinates":[-0.0410108,51.305434]},"properties":{"@type":"node","@id":30161319,"@timestamp":1181499788},"coords":"51.305434,-0.0410108","bedrooms":"3","price":"179000","area":"414"} , +{"type":"Feature","id":"n30161332","geometry":{"type":"Point","coordinates":[-0.04746,51.3030663]},"properties":{"@type":"node","@id":30161332,"@timestamp":1399418771},"coords":"51.3030663,-0.04746","bedrooms":"1","price":"201000","area":"493"} , +{"type":"Feature","id":"n30161348","geometry":{"type":"Point","coordinates":[-0.0514776,51.3002575]},"properties":{"@type":"node","@id":30161348,"@timestamp":1399418772},"coords":"51.3002575,-0.0514776","bedrooms":"4","price":"175000","area":"488"} , +{"type":"Feature","id":"n30162129","geometry":{"type":"Point","coordinates":[-0.0479204,51.2745518]},"properties":{"@type":"node","@id":30162129,"@timestamp":1443613762},"coords":"51.2745518,-0.0479204","bedrooms":"1","price":"177000","area":"458"} , +{"type":"Feature","id":"n30162760","geometry":{"type":"Point","coordinates":[-0.0626083,51.265291]},"properties":{"@type":"node","@id":30162760,"@timestamp":1181501123},"coords":"51.265291,-0.0626083","bedrooms":"1","price":"174000","area":"425"} , +{"type":"Feature","id":"n30163747","geometry":{"type":"Point","coordinates":[-0.068288,51.2666894]},"properties":{"@type":"node","@id":30163747,"@timestamp":1231027885},"coords":"51.2666894,-0.068288","bedrooms":"4","price":"293000","area":"567"} , +{"type":"Feature","id":"n30163832","geometry":{"type":"Point","coordinates":[-0.0707262,51.2671633]},"properties":{"@type":"node","@id":30163832,"@timestamp":1231068027},"coords":"51.2671633,-0.0707262","bedrooms":"1","price":"176000","area":"554"} , +{"type":"Feature","id":"n30163843","geometry":{"type":"Point","coordinates":[-0.0726249,51.2675922]},"properties":{"@type":"node","@id":30163843,"@timestamp":1181501936},"coords":"51.2675922,-0.0726249","bedrooms":"0","price":"270000","area":"406"} , +{"type":"Feature","id":"n30164030","geometry":{"type":"Point","coordinates":[-0.0753575,51.2670056]},"properties":{"@type":"node","@id":30164030,"@timestamp":1181502322},"coords":"51.2670056,-0.0753575","bedrooms":"3","price":"156000","area":"532"} , +{"type":"Feature","id":"n30164046","geometry":{"type":"Point","coordinates":[-0.0791369,51.2633467]},"properties":{"@type":"node","@id":30164046,"@timestamp":1199911976},"coords":"51.2633467,-0.0791369","bedrooms":"3","price":"206000","area":"634"} , +{"type":"Feature","id":"n30164666","geometry":{"type":"Point","coordinates":[-0.0910647,51.2600995]},"properties":{"@type":"node","@id":30164666,"@timestamp":1181502752},"coords":"51.2600995,-0.0910647","bedrooms":"2","price":"151000","area":"694"} , +{"type":"Feature","id":"n30164689","geometry":{"type":"Point","coordinates":[-0.1014034,51.2521977]},"properties":{"@type":"node","@id":30164689,"@timestamp":1181502774},"coords":"51.2521977,-0.1014034","bedrooms":"0","price":"179000","area":"521"} , +{"type":"Feature","id":"n30164941","geometry":{"type":"Point","coordinates":[0.8941259,51.1634102]},"properties":{"@type":"node","@id":30164941,"@timestamp":1181503440},"coords":"51.1634102,0.8941259","bedrooms":"0","price":"286000","area":"562"} , +{"type":"Feature","id":"n30164955","geometry":{"type":"Point","coordinates":[0.8907598,51.168154]},"properties":{"@type":"node","@id":30164955,"@timestamp":1181503442},"coords":"51.168154,0.8907598","bedrooms":"2","price":"224000","area":"561"} , +{"type":"Feature","id":"n30165266","geometry":{"type":"Point","coordinates":[0.8957387,51.165595]},"properties":{"@type":"node","@id":30165266,"@timestamp":1181503826},"coords":"51.165595,0.8957387","bedrooms":"2","price":"165000","area":"668"} , +{"type":"Feature","id":"n30165298","geometry":{"type":"Point","coordinates":[0.8916856,51.1683366]},"properties":{"@type":"node","@id":30165298,"@timestamp":1181503837},"coords":"51.1683366,0.8916856","bedrooms":"1","price":"169000","area":"513"} , +{"type":"Feature","id":"n30165312","geometry":{"type":"Point","coordinates":[0.8960657,51.1700676]},"properties":{"@type":"node","@id":30165312,"@timestamp":1181503855},"coords":"51.1700676,0.8960657","bedrooms":"0","price":"220000","area":"674"} , +{"type":"Feature","id":"n30165475","geometry":{"type":"Point","coordinates":[0.886569,51.1651021]},"properties":{"@type":"node","@id":30165475,"@timestamp":1181504327},"coords":"51.1651021,0.886569","bedrooms":"4","price":"230000","area":"625"} , +{"type":"Feature","id":"n30165970","geometry":{"type":"Point","coordinates":[-0.1099226,51.2519815]},"properties":{"@type":"node","@id":30165970,"@timestamp":1181505062},"coords":"51.2519815,-0.1099226","bedrooms":"3","price":"267000","area":"677"} , +{"type":"Feature","id":"n30165987","geometry":{"type":"Point","coordinates":[-0.1171862,51.2591398]},"properties":{"@type":"node","@id":30165987,"@timestamp":1181505071},"coords":"51.2591398,-0.1171862","bedrooms":"3","price":"192000","area":"391"} , +{"type":"Feature","id":"n30166132","geometry":{"type":"Point","coordinates":[0.8777613,51.1660762]},"properties":{"@type":"node","@id":30166132,"@timestamp":1181505353},"coords":"51.1660762,0.8777613","bedrooms":"4","price":"297000","area":"390"} , +{"type":"Feature","id":"n30166159","geometry":{"type":"Point","coordinates":[0.8766198,51.1698072]},"properties":{"@type":"node","@id":30166159,"@timestamp":1181505362},"coords":"51.1698072,0.8766198","bedrooms":"2","price":"247000","area":"484"} , +{"type":"Feature","id":"n30166355","geometry":{"type":"Point","coordinates":[-0.1274834,51.257825]},"properties":{"@type":"node","@id":30166355,"@timestamp":1183394993},"coords":"51.257825,-0.1274834","bedrooms":"2","price":"156000","area":"382"} , +{"type":"Feature","id":"n30166563","geometry":{"type":"Point","coordinates":[0.8838105,51.1729626]},"properties":{"@type":"node","@id":30166563,"@timestamp":1181506020},"coords":"51.1729626,0.8838105","bedrooms":"4","price":"194000","area":"555"} , +{"type":"Feature","id":"n30167045","geometry":{"type":"Point","coordinates":[-0.1331519,51.2545909]},"properties":{"@type":"node","@id":30167045,"@timestamp":1181506192},"coords":"51.2545909,-0.1331519","bedrooms":"2","price":"243000","area":"465"} , +{"type":"Feature","id":"n30167057","geometry":{"type":"Point","coordinates":[-0.1354135,51.250896]},"properties":{"@type":"node","@id":30167057,"@timestamp":1181506194},"coords":"51.250896,-0.1354135","bedrooms":"1","price":"150000","area":"418"} , +{"type":"Feature","id":"n30167078","geometry":{"type":"Point","coordinates":[-0.1358421,51.2476651]},"properties":{"@type":"node","@id":30167078,"@timestamp":1217246264},"coords":"51.2476651,-0.1358421","bedrooms":"4","price":"177000","area":"652"} , +{"type":"Feature","id":"n30168032","geometry":{"type":"Point","coordinates":[-0.1251601,51.2396174]},"properties":{"@type":"node","@id":30168032,"@timestamp":1182252561},"coords":"51.2396174,-0.1251601","bedrooms":"0","price":"221000","area":"666"} , +{"type":"Feature","id":"n30179277","geometry":{"type":"Point","coordinates":[-0.0073386,51.4875468]},"properties":{"@type":"node","@id":30179277,"@timestamp":1200425635},"coords":"51.4875468,-0.0073386","bedrooms":"3","price":"264000","area":"503"} , +{"type":"Feature","id":"n30180465","geometry":{"type":"Point","coordinates":[-0.0823833,51.4928717]},"properties":{"@type":"node","@id":30180465,"@timestamp":1181514128},"coords":"51.4928717,-0.0823833","bedrooms":"1","price":"164000","area":"599"} , +{"type":"Feature","id":"n30180785","geometry":{"type":"Point","coordinates":[0.0717922,51.4118743]},"properties":{"@type":"node","@id":30180785,"@timestamp":1190667777},"coords":"51.4118743,0.0717922","bedrooms":"2","price":"295000","area":"546"} , +{"type":"Feature","id":"n30187678","geometry":{"type":"Point","coordinates":[-0.1445741,51.2461975]},"properties":{"@type":"node","@id":30187678,"@timestamp":1217246269},"coords":"51.2461975,-0.1445741","bedrooms":"2","price":"202000","area":"485"} , +{"type":"Feature","id":"n30187704","geometry":{"type":"Point","coordinates":[-0.1468387,51.247227]},"properties":{"@type":"node","@id":30187704,"@timestamp":1181520686},"coords":"51.247227,-0.1468387","bedrooms":"3","price":"172000","area":"672"} , +{"type":"Feature","id":"n30187724","geometry":{"type":"Point","coordinates":[-0.1526235,51.2451791]},"properties":{"@type":"node","@id":30187724,"@timestamp":1181520695},"coords":"51.2451791,-0.1526235","bedrooms":"0","price":"209000","area":"546"} , +{"type":"Feature","id":"n30187743","geometry":{"type":"Point","coordinates":[-0.1550983,51.243732]},"properties":{"@type":"node","@id":30187743,"@timestamp":1181520706},"coords":"51.243732,-0.1550983","bedrooms":"1","price":"209000","area":"466"} , +{"type":"Feature","id":"n30187756","geometry":{"type":"Point","coordinates":[-0.1568251,51.241907]},"properties":{"@type":"node","@id":30187756,"@timestamp":1181520709},"coords":"51.241907,-0.1568251","bedrooms":"0","price":"153000","area":"693"} , +{"type":"Feature","id":"n30187770","geometry":{"type":"Point","coordinates":[-0.1588012,51.2405015]},"properties":{"@type":"node","@id":30187770,"@timestamp":1181520712},"coords":"51.2405015,-0.1588012","bedrooms":"2","price":"234000","area":"360"} , +{"type":"Feature","id":"n30190136","geometry":{"type":"Point","coordinates":[-0.1666544,51.2181844]},"properties":{"@type":"node","@id":30190136,"@timestamp":1181522514},"coords":"51.2181844,-0.1666544","bedrooms":"4","price":"183000","area":"646"} , +{"type":"Feature","id":"n30191150","geometry":{"type":"Point","coordinates":[-0.161982,51.2078421]},"properties":{"@type":"node","@id":30191150,"@timestamp":1191335164},"coords":"51.2078421,-0.161982","bedrooms":"1","price":"277000","area":"479"} , +{"type":"Feature","id":"n30191707","geometry":{"type":"Point","coordinates":[-0.158234,51.1947862]},"properties":{"@type":"node","@id":30191707,"@timestamp":1181523497},"coords":"51.1947862,-0.158234","bedrooms":"1","price":"187000","area":"518"} , +{"type":"Feature","id":"n30194119","geometry":{"type":"Point","coordinates":[-0.1611393,51.1722251]},"properties":{"@type":"node","@id":30194119,"@timestamp":1181524793},"coords":"51.1722251,-0.1611393","bedrooms":"1","price":"299000","area":"648"} , +{"type":"Feature","id":"n30194601","geometry":{"type":"Point","coordinates":[-0.1653992,51.1676604]},"properties":{"@type":"node","@id":30194601,"@timestamp":1190495024},"coords":"51.1676604,-0.1653992","bedrooms":"0","price":"261000","area":"583"} , +{"type":"Feature","id":"n30194920","geometry":{"type":"Point","coordinates":[-0.1681767,51.1652872]},"properties":{"@type":"node","@id":30194920,"@timestamp":1190496953},"coords":"51.1652872,-0.1681767","bedrooms":"3","price":"190000","area":"645"} , +{"type":"Feature","id":"n30195417","geometry":{"type":"Point","coordinates":[-0.1677256,51.1637817]},"properties":{"@type":"node","@id":30195417,"@timestamp":1181525862},"coords":"51.1637817,-0.1677256","bedrooms":"3","price":"188000","area":"564"} , +{"type":"Feature","id":"n30195430","geometry":{"type":"Point","coordinates":[-0.1651003,51.1620747]},"properties":{"@type":"node","@id":30195430,"@timestamp":1181525863},"coords":"51.1620747,-0.1651003","bedrooms":"3","price":"190000","area":"598"} , +{"type":"Feature","id":"n30195442","geometry":{"type":"Point","coordinates":[-0.1643227,51.1604751]},"properties":{"@type":"node","@id":30195442,"@timestamp":1181525865},"coords":"51.1604751,-0.1643227","bedrooms":"4","price":"213000","area":"682"} , +{"type":"Feature","id":"n30195829","geometry":{"type":"Point","coordinates":[-0.1619287,51.1574388]},"properties":{"@type":"node","@id":30195829,"@timestamp":1181526080},"coords":"51.1574388,-0.1619287","bedrooms":"4","price":"261000","area":"622"} , +{"type":"Feature","id":"n30197751","geometry":{"type":"Point","coordinates":[-0.1637294,51.1420705]},"properties":{"@type":"node","@id":30197751,"@timestamp":1181528211},"coords":"51.1420705,-0.1637294","bedrooms":"3","price":"278000","area":"620"} , +{"type":"Feature","id":"n30197768","geometry":{"type":"Point","coordinates":[-0.1638685,51.1411939]},"properties":{"@type":"node","@id":30197768,"@timestamp":1181528371},"coords":"51.1411939,-0.1638685","bedrooms":"0","price":"164000","area":"619"} , +{"type":"Feature","id":"n30202707","geometry":{"type":"Point","coordinates":[-0.1845494,51.1254553]},"properties":{"@type":"node","@id":30202707,"@timestamp":1200091795},"coords":"51.1254553,-0.1845494","bedrooms":"0","price":"166000","area":"398"} , +{"type":"Feature","id":"n30202807","geometry":{"type":"Point","coordinates":[-0.1721526,51.1264539]},"properties":{"@type":"node","@id":30202807,"@timestamp":1181556380},"coords":"51.1264539,-0.1721526","bedrooms":"0","price":"193000","area":"503"} , +{"type":"Feature","id":"n30202899","geometry":{"type":"Point","coordinates":[-0.1710951,51.1246581]},"properties":{"@type":"node","@id":30202899,"@timestamp":1181556779},"coords":"51.1246581,-0.1710951","bedrooms":"2","price":"156000","area":"594"} , +{"type":"Feature","id":"n30203047","geometry":{"type":"Point","coordinates":[-0.6897999,51.1970487]},"properties":{"@type":"node","@id":30203047,"@timestamp":1181557187},"coords":"51.1970487,-0.6897999","bedrooms":"3","price":"181000","area":"386"} , +{"type":"Feature","id":"n30203075","geometry":{"type":"Point","coordinates":[-0.6833921,51.2143]},"properties":{"@type":"node","@id":30203075,"@timestamp":1181557306},"coords":"51.2143,-0.6833921","bedrooms":"0","price":"174000","area":"358"} , +{"type":"Feature","id":"n30203102","geometry":{"type":"Point","coordinates":[-0.1677894,51.1243391]},"properties":{"@type":"node","@id":30203102,"@timestamp":1181557372},"coords":"51.1243391,-0.1677894","bedrooms":"2","price":"248000","area":"394"} , +{"type":"Feature","id":"n30203112","geometry":{"type":"Point","coordinates":[-0.1672833,51.1244818]},"properties":{"@type":"node","@id":30203112,"@timestamp":1181557375},"coords":"51.1244818,-0.1672833","bedrooms":"2","price":"166000","area":"676"} , +{"type":"Feature","id":"n30203168","geometry":{"type":"Point","coordinates":[-0.161925,51.1251522]},"properties":{"@type":"node","@id":30203168,"@timestamp":1181557634},"coords":"51.1251522,-0.161925","bedrooms":"0","price":"207000","area":"530"} , +{"type":"Feature","id":"n30203248","geometry":{"type":"Point","coordinates":[-0.1590881,51.1135468]},"properties":{"@type":"node","@id":30203248,"@timestamp":1181558416},"coords":"51.1135468,-0.1590881","bedrooms":"1","price":"253000","area":"481"} , +{"type":"Feature","id":"n30203815","geometry":{"type":"Point","coordinates":[0.1621109,51.111777]},"properties":{"@type":"node","@id":30203815,"@timestamp":1307285891},"coords":"51.111777,0.1621109","bedrooms":"2","price":"290000","area":"582"} , +{"type":"Feature","id":"n30203992","geometry":{"type":"Point","coordinates":[-0.1199543,51.2653689]},"properties":{"@type":"node","@id":30203992,"@timestamp":1181563582},"coords":"51.2653689,-0.1199543","bedrooms":"1","price":"211000","area":"623"} , +{"type":"Feature","id":"n30204387","geometry":{"type":"Point","coordinates":[0.1792688,51.0994698]},"properties":{"@type":"node","@id":30204387,"@timestamp":1181564354},"coords":"51.0994698,0.1792688","bedrooms":"2","price":"232000","area":"590"} , +{"type":"Feature","id":"n30204406","geometry":{"type":"Point","coordinates":[0.1893432,51.0942731]},"properties":{"@type":"node","@id":30204406,"@timestamp":1181564448},"coords":"51.0942731,0.1893432","bedrooms":"4","price":"212000","area":"630"} , +{"type":"Feature","id":"n30204440","geometry":{"type":"Point","coordinates":[0.1971496,51.0894758]},"properties":{"@type":"node","@id":30204440,"@timestamp":1181564691},"coords":"51.0894758,0.1971496","bedrooms":"3","price":"212000","area":"487"} , +{"type":"Feature","id":"n30204528","geometry":{"type":"Point","coordinates":[0.2046992,51.0893491]},"properties":{"@type":"node","@id":30204528,"@timestamp":1618415981},"coords":"51.0893491,0.2046992","bedrooms":"1","price":"154000","area":"387"} , +{"type":"Feature","id":"n30204538","geometry":{"type":"Point","coordinates":[0.2054258,51.0899634]},"properties":{"@type":"node","@id":30204538,"@timestamp":1181565416},"coords":"51.0899634,0.2054258","bedrooms":"2","price":"277000","area":"428"} , +{"type":"Feature","id":"n30204548","geometry":{"type":"Point","coordinates":[0.2079162,51.0910964]},"properties":{"@type":"node","@id":30204548,"@timestamp":1181565419},"coords":"51.0910964,0.2079162","bedrooms":"2","price":"234000","area":"566"} , +{"type":"Feature","id":"n30204558","geometry":{"type":"Point","coordinates":[0.2112102,51.0929964]},"properties":{"@type":"node","@id":30204558,"@timestamp":1181565421},"coords":"51.0929964,0.2112102","bedrooms":"1","price":"177000","area":"644"} , +{"type":"Feature","id":"n30204630","geometry":{"type":"Point","coordinates":[0.2194168,51.0885316]},"properties":{"@type":"node","@id":30204630,"@timestamp":1241726383},"coords":"51.0885316,0.2194168","bedrooms":"3","price":"167000","area":"484"} , +{"type":"Feature","id":"n30204641","geometry":{"type":"Point","coordinates":[0.2268932,51.0824952]},"properties":{"@type":"node","@id":30204641,"@timestamp":1241725368},"coords":"51.0824952,0.2268932","bedrooms":"1","price":"236000","area":"671"} , +{"type":"Feature","id":"n30204736","geometry":{"type":"Point","coordinates":[0.2270173,51.0751941]},"properties":{"@type":"node","@id":30204736,"@timestamp":1181566492},"coords":"51.0751941,0.2270173","bedrooms":"3","price":"205000","area":"697"} , +{"type":"Feature","id":"n30204752","geometry":{"type":"Point","coordinates":[0.2229586,51.0657349]},"properties":{"@type":"node","@id":30204752,"@timestamp":1181566500},"coords":"51.0657349,0.2229586","bedrooms":"2","price":"203000","area":"698"} , +{"type":"Feature","id":"n30204914","geometry":{"type":"Point","coordinates":[-0.3608769,51.4696771]},"properties":{"@type":"node","@id":30204914,"@timestamp":1181566973},"coords":"51.4696771,-0.3608769","bedrooms":"3","price":"239000","area":"526"} , +{"type":"Feature","id":"n30207052","geometry":{"type":"Point","coordinates":[0.2225678,51.0627942]},"properties":{"@type":"node","@id":30207052,"@timestamp":1199368057},"coords":"51.0627942,0.2225678","bedrooms":"3","price":"266000","area":"541"} , +{"type":"Feature","id":"n30207070","geometry":{"type":"Point","coordinates":[0.2187575,51.0540027]},"properties":{"@type":"node","@id":30207070,"@timestamp":1181574385},"coords":"51.0540027,0.2187575","bedrooms":"0","price":"267000","area":"422"} , +{"type":"Feature","id":"n30207114","geometry":{"type":"Point","coordinates":[-0.3060593,51.7709284]},"properties":{"@type":"node","@id":30207114,"@timestamp":1181574430},"coords":"51.7709284,-0.3060593","bedrooms":"4","price":"206000","area":"559"} , +{"type":"Feature","id":"n30216863","geometry":{"type":"Point","coordinates":[-0.5438509,50.9744943]},"properties":{"@type":"node","@id":30216863,"@timestamp":1181591655},"coords":"50.9744943,-0.5438509","bedrooms":"2","price":"213000","area":"592"} , +{"type":"Feature","id":"n30216873","geometry":{"type":"Point","coordinates":[-0.5407066,50.9762021]},"properties":{"@type":"node","@id":30216873,"@timestamp":1181591658},"coords":"50.9762021,-0.5407066","bedrooms":"0","price":"218000","area":"365"} , +{"type":"Feature","id":"n30216883","geometry":{"type":"Point","coordinates":[-0.5374167,50.9814838]},"properties":{"@type":"node","@id":30216883,"@timestamp":1181591660},"coords":"50.9814838,-0.5374167","bedrooms":"0","price":"168000","area":"537"} , +{"type":"Feature","id":"n30228723","geometry":{"type":"Point","coordinates":[-0.6325962,51.213853]},"properties":{"@type":"node","@id":30228723,"@timestamp":1220219908},"coords":"51.213853,-0.6325962","bedrooms":"4","price":"287000","area":"488"} , +{"type":"Feature","id":"n30232343","geometry":{"type":"Point","coordinates":[-0.6816219,51.1806733]},"properties":{"@type":"node","@id":30232343,"@timestamp":1181611814},"coords":"51.1806733,-0.6816219","bedrooms":"2","price":"237000","area":"384"} , +{"type":"Feature","id":"n30243075","geometry":{"type":"Point","coordinates":[0.2486243,51.0180536]},"properties":{"@type":"node","@id":30243075,"@timestamp":1237568008},"coords":"51.0180536,0.2486243","bedrooms":"3","price":"178000","area":"647"} , +{"type":"Feature","id":"n30243196","geometry":{"type":"Point","coordinates":[0.2518468,50.968529]},"properties":{"@type":"node","@id":30243196,"@timestamp":1307285892},"coords":"50.968529,0.2518468","bedrooms":"3","price":"168000","area":"609"} , +{"type":"Feature","id":"n30250665","geometry":{"type":"Point","coordinates":[-0.5722624,51.2316187]},"properties":{"@type":"node","@id":30250665,"@timestamp":1181670633},"coords":"51.2316187,-0.5722624","bedrooms":"1","price":"290000","area":"466"} , +{"type":"Feature","id":"n30269240","geometry":{"type":"Point","coordinates":[-0.7790432,51.4867543]},"properties":{"@type":"node","@id":30269240,"@timestamp":1181689915},"coords":"51.4867543,-0.7790432","bedrooms":"0","price":"192000","area":"403"} , +{"type":"Feature","id":"n30269259","geometry":{"type":"Point","coordinates":[-0.7798917,51.487893]},"properties":{"@type":"node","@id":30269259,"@timestamp":1181689917},"coords":"51.487893,-0.7798917","bedrooms":"0","price":"222000","area":"379"} , +{"type":"Feature","id":"n30269269","geometry":{"type":"Point","coordinates":[-0.7820044,51.4873411]},"properties":{"@type":"node","@id":30269269,"@timestamp":1181689942},"coords":"51.4873411,-0.7820044","bedrooms":"0","price":"162000","area":"638"} , +{"type":"Feature","id":"n30269279","geometry":{"type":"Point","coordinates":[-0.7867476,51.4864631]},"properties":{"@type":"node","@id":30269279,"@timestamp":1181689943},"coords":"51.4864631,-0.7867476","bedrooms":"4","price":"198000","area":"411"} , +{"type":"Feature","id":"n30269302","geometry":{"type":"Point","coordinates":[-0.7896577,51.4905819]},"properties":{"@type":"node","@id":30269302,"@timestamp":1181689946},"coords":"51.4905819,-0.7896577","bedrooms":"2","price":"238000","area":"603"} , +{"type":"Feature","id":"n30269332","geometry":{"type":"Point","coordinates":[-0.7954265,51.4858244]},"properties":{"@type":"node","@id":30269332,"@timestamp":1181689954},"coords":"51.4858244,-0.7954265","bedrooms":"0","price":"265000","area":"482"} , +{"type":"Feature","id":"n30269754","geometry":{"type":"Point","coordinates":[-0.7998453,51.0187355]},"properties":{"@type":"node","@id":30269754,"@timestamp":1181690379},"coords":"51.0187355,-0.7998453","bedrooms":"0","price":"151000","area":"572"} , +{"type":"Feature","id":"n30269770","geometry":{"type":"Point","coordinates":[-0.8020704,51.0235843]},"properties":{"@type":"node","@id":30269770,"@timestamp":1181690381},"coords":"51.0235843,-0.8020704","bedrooms":"2","price":"175000","area":"640"} , +{"type":"Feature","id":"n30269784","geometry":{"type":"Point","coordinates":[-0.8046928,51.0270331]},"properties":{"@type":"node","@id":30269784,"@timestamp":1181690384},"coords":"51.0270331,-0.8046928","bedrooms":"1","price":"281000","area":"447"} , +{"type":"Feature","id":"n30269811","geometry":{"type":"Point","coordinates":[-0.8090635,51.0168859]},"properties":{"@type":"node","@id":30269811,"@timestamp":1181690391},"coords":"51.0168859,-0.8090635","bedrooms":"3","price":"167000","area":"641"} , +{"type":"Feature","id":"n30269821","geometry":{"type":"Point","coordinates":[-0.8080503,51.0184981]},"properties":{"@type":"node","@id":30269821,"@timestamp":1181690392},"coords":"51.0184981,-0.8080503","bedrooms":"4","price":"280000","area":"382"} , +{"type":"Feature","id":"n30269831","geometry":{"type":"Point","coordinates":[-0.8046332,51.0145987]},"properties":{"@type":"node","@id":30269831,"@timestamp":1181690394},"coords":"51.0145987,-0.8046332","bedrooms":"2","price":"207000","area":"605"} , +{"type":"Feature","id":"n30269841","geometry":{"type":"Point","coordinates":[-0.8019313,51.0150236]},"properties":{"@type":"node","@id":30269841,"@timestamp":1181690396},"coords":"51.0150236,-0.8019313","bedrooms":"3","price":"234000","area":"527"} , +{"type":"Feature","id":"n30269851","geometry":{"type":"Point","coordinates":[-0.7975606,51.0193729]},"properties":{"@type":"node","@id":30269851,"@timestamp":1181690398},"coords":"51.0193729,-0.7975606","bedrooms":"2","price":"201000","area":"470"} , +{"type":"Feature","id":"n30269863","geometry":{"type":"Point","coordinates":[-0.8039577,51.009524]},"properties":{"@type":"node","@id":30269863,"@timestamp":1181690400},"coords":"51.009524,-0.8039577","bedrooms":"4","price":"262000","area":"444"} , +{"type":"Feature","id":"n30269873","geometry":{"type":"Point","coordinates":[-0.8212418,51.0162485]},"properties":{"@type":"node","@id":30269873,"@timestamp":1181690402},"coords":"51.0162485,-0.8212418","bedrooms":"3","price":"235000","area":"575"} , +{"type":"Feature","id":"n30270133","geometry":{"type":"Point","coordinates":[-0.8088421,51.5117094]},"properties":{"@type":"node","@id":30270133,"@timestamp":1181690503},"coords":"51.5117094,-0.8088421","bedrooms":"2","price":"281000","area":"498"} , +{"type":"Feature","id":"n30270144","geometry":{"type":"Point","coordinates":[-0.8039963,51.506603]},"properties":{"@type":"node","@id":30270144,"@timestamp":1181690505},"coords":"51.506603,-0.8039963","bedrooms":"4","price":"177000","area":"454"} , +{"type":"Feature","id":"n30270157","geometry":{"type":"Point","coordinates":[-0.7977147,51.5014481]},"properties":{"@type":"node","@id":30270157,"@timestamp":1181690508},"coords":"51.5014481,-0.7977147","bedrooms":"4","price":"278000","area":"572"} , +{"type":"Feature","id":"n30270185","geometry":{"type":"Point","coordinates":[-0.7871771,51.4946007]},"properties":{"@type":"node","@id":30270185,"@timestamp":1181690534},"coords":"51.4946007,-0.7871771","bedrooms":"4","price":"151000","area":"466"} , +{"type":"Feature","id":"n30271813","geometry":{"type":"Point","coordinates":[-0.8993381,51.0198603]},"properties":{"@type":"node","@id":30271813,"@timestamp":1181692758},"coords":"51.0198603,-0.8993381","bedrooms":"3","price":"220000","area":"366"} , +{"type":"Feature","id":"n30271834","geometry":{"type":"Point","coordinates":[-0.8754185,51.0166609]},"properties":{"@type":"node","@id":30271834,"@timestamp":1181692761},"coords":"51.0166609,-0.8754185","bedrooms":"0","price":"178000","area":"460"} , +{"type":"Feature","id":"n30271857","geometry":{"type":"Point","coordinates":[-0.8607171,51.0180107]},"properties":{"@type":"node","@id":30271857,"@timestamp":1181692765},"coords":"51.0180107,-0.8607171","bedrooms":"3","price":"213000","area":"521"} , +{"type":"Feature","id":"n30271870","geometry":{"type":"Point","coordinates":[-0.8511016,51.015961]},"properties":{"@type":"node","@id":30271870,"@timestamp":1181692767},"coords":"51.015961,-0.8511016","bedrooms":"1","price":"157000","area":"403"} , +{"type":"Feature","id":"n30271885","geometry":{"type":"Point","coordinates":[-0.8330625,51.0150611]},"properties":{"@type":"node","@id":30271885,"@timestamp":1181692769},"coords":"51.0150611,-0.8330625","bedrooms":"3","price":"242000","area":"402"} , +{"type":"Feature","id":"n30271899","geometry":{"type":"Point","coordinates":[-0.8322679,51.0234094]},"properties":{"@type":"node","@id":30271899,"@timestamp":1181692771},"coords":"51.0234094,-0.8322679","bedrooms":"4","price":"299000","area":"367"} , +{"type":"Feature","id":"n30271910","geometry":{"type":"Point","coordinates":[-0.83791,51.0327556]},"properties":{"@type":"node","@id":30271910,"@timestamp":1181692774},"coords":"51.0327556,-0.83791","bedrooms":"4","price":"161000","area":"504"} , +{"type":"Feature","id":"n30271935","geometry":{"type":"Point","coordinates":[-0.8431548,51.0348545]},"properties":{"@type":"node","@id":30271935,"@timestamp":1181692778},"coords":"51.0348545,-0.8431548","bedrooms":"2","price":"270000","area":"596"} , +{"type":"Feature","id":"n30271946","geometry":{"type":"Point","coordinates":[-0.8479229,51.0399015]},"properties":{"@type":"node","@id":30271946,"@timestamp":1181692781},"coords":"51.0399015,-0.8479229","bedrooms":"3","price":"253000","area":"598"} , +{"type":"Feature","id":"n30271963","geometry":{"type":"Point","coordinates":[-0.8531677,51.0365536]},"properties":{"@type":"node","@id":30271963,"@timestamp":1181692785},"coords":"51.0365536,-0.8531677","bedrooms":"1","price":"265000","area":"677"} , +{"type":"Feature","id":"n30271979","geometry":{"type":"Point","coordinates":[-0.8600019,51.0365036]},"properties":{"@type":"node","@id":30271979,"@timestamp":1181692788},"coords":"51.0365036,-0.8600019","bedrooms":"2","price":"234000","area":"492"} , +{"type":"Feature","id":"n30291011","geometry":{"type":"Point","coordinates":[-0.3355564,51.8328701]},"properties":{"@type":"node","@id":30291011,"@timestamp":1181727159},"coords":"51.8328701,-0.3355564","bedrooms":"4","price":"151000","area":"592"} , +{"type":"Feature","id":"n30291144","geometry":{"type":"Point","coordinates":[-0.3374839,51.8473863]},"properties":{"@type":"node","@id":30291144,"@timestamp":1204133034},"coords":"51.8473863,-0.3374839","bedrooms":"0","price":"238000","area":"645"} , +{"type":"Feature","id":"n30291496","geometry":{"type":"Point","coordinates":[-0.3960353,51.8360267]},"properties":{"@type":"node","@id":30291496,"@timestamp":1181728233},"coords":"51.8360267,-0.3960353","bedrooms":"0","price":"201000","area":"531"} , +{"type":"Feature","id":"n30291593","geometry":{"type":"Point","coordinates":[-0.3731877,51.8263407]},"properties":{"@type":"node","@id":30291593,"@timestamp":1181728242},"coords":"51.8263407,-0.3731877","bedrooms":"4","price":"156000","area":"355"} , +{"type":"Feature","id":"n30298806","geometry":{"type":"Point","coordinates":[-0.3582373,51.4764922]},"properties":{"@type":"node","@id":30298806,"@timestamp":1182346522},"coords":"51.4764922,-0.3582373","bedrooms":"3","price":"255000","area":"631"} , +{"type":"Feature","id":"n30298817","geometry":{"type":"Point","coordinates":[-0.3496037,51.4672857]},"properties":{"@type":"node","@id":30298817,"@timestamp":1181738406},"coords":"51.4672857,-0.3496037","bedrooms":"3","price":"181000","area":"389"} , +{"type":"Feature","id":"n30311080","geometry":{"type":"Point","coordinates":[-0.3036647,51.737471]},"properties":{"@type":"node","@id":30311080,"@timestamp":1181756791},"coords":"51.737471,-0.3036647","bedrooms":"4","price":"234000","area":"652"} , +{"type":"Feature","id":"n30318305","geometry":{"type":"Point","coordinates":[-0.5812802,51.2072986]},"properties":{"@type":"node","@id":30318305,"@timestamp":1276353830},"coords":"51.2072986,-0.5812802","bedrooms":"2","price":"229000","area":"583"} , +{"type":"Feature","id":"n30326283","geometry":{"type":"Point","coordinates":[-0.7945476,51.8229966]},"properties":{"@type":"node","@id":30326283,"@timestamp":1181769947},"coords":"51.8229966,-0.7945476","bedrooms":"2","price":"207000","area":"612"} , +{"type":"Feature","id":"n30326295","geometry":{"type":"Point","coordinates":[-0.7942912,51.8229281]},"properties":{"@type":"node","@id":30326295,"@timestamp":1181769951},"coords":"51.8229281,-0.7942912","bedrooms":"3","price":"204000","area":"482"} , +{"type":"Feature","id":"n30327217","geometry":{"type":"Point","coordinates":[-0.7934087,51.8227864]},"properties":{"@type":"node","@id":30327217,"@timestamp":1632037551},"coords":"51.8227864,-0.7934087","bedrooms":"3","price":"248000","area":"538"} , +{"type":"Feature","id":"n30355917","geometry":{"type":"Point","coordinates":[-0.9600693,51.454888]},"properties":{"@type":"node","@id":30355917,"@timestamp":1238596701},"coords":"51.454888,-0.9600693","bedrooms":"4","price":"218000","area":"415"} , +{"type":"Feature","id":"n30356643","geometry":{"type":"Point","coordinates":[-0.9563864,51.4562128]},"properties":{"@type":"node","@id":30356643,"@timestamp":1181848913},"coords":"51.4562128,-0.9563864","bedrooms":"4","price":"202000","area":"358"} , +{"type":"Feature","id":"n30356853","geometry":{"type":"Point","coordinates":[-0.1755904,51.4762498]},"properties":{"@type":"node","@id":30356853,"@timestamp":1627490760},"coords":"51.4762498,-0.1755904","bedrooms":"3","price":"245000","area":"669"} , +{"type":"Feature","id":"n30357051","geometry":{"type":"Point","coordinates":[-0.7798063,51.4880149]},"properties":{"@type":"node","@id":30357051,"@timestamp":1181850103},"coords":"51.4880149,-0.7798063","bedrooms":"1","price":"188000","area":"681"} , +{"type":"Feature","id":"n30363794","geometry":{"type":"Point","coordinates":[0.2261172,51.543982]},"properties":{"@type":"node","@id":30363794,"@timestamp":1181856121},"coords":"51.543982,0.2261172","bedrooms":"2","price":"232000","area":"682"} , +{"type":"Feature","id":"n30363850","geometry":{"type":"Point","coordinates":[0.2170243,51.5421798]},"properties":{"@type":"node","@id":30363850,"@timestamp":1181856134},"coords":"51.5421798,0.2170243","bedrooms":"0","price":"185000","area":"355"} , +{"type":"Feature","id":"n30385445","geometry":{"type":"Point","coordinates":[0.3214121,51.4882055]},"properties":{"@type":"node","@id":30385445,"@timestamp":1187633969},"coords":"51.4882055,0.3214121","bedrooms":"2","price":"243000","area":"571"} , +{"type":"Feature","id":"n30385455","geometry":{"type":"Point","coordinates":[0.3191186,51.4889777]},"properties":{"@type":"node","@id":30385455,"@timestamp":1187636445},"coords":"51.4889777,0.3191186","bedrooms":"3","price":"152000","area":"367"} , +{"type":"Feature","id":"n30385478","geometry":{"type":"Point","coordinates":[0.3209238,51.4896015]},"properties":{"@type":"node","@id":30385478,"@timestamp":1187633924},"coords":"51.4896015,0.3209238","bedrooms":"4","price":"178000","area":"676"} , +{"type":"Feature","id":"n30385513","geometry":{"type":"Point","coordinates":[0.3154516,51.4930218]},"properties":{"@type":"node","@id":30385513,"@timestamp":1187636441},"coords":"51.4930218,0.3154516","bedrooms":"4","price":"154000","area":"456"} , +{"type":"Feature","id":"n30387813","geometry":{"type":"Point","coordinates":[-0.3466041,51.8080269]},"properties":{"@type":"node","@id":30387813,"@timestamp":1181899713},"coords":"51.8080269,-0.3466041","bedrooms":"1","price":"257000","area":"536"} , +{"type":"Feature","id":"n30387825","geometry":{"type":"Point","coordinates":[-0.346382,51.8093023]},"properties":{"@type":"node","@id":30387825,"@timestamp":1201698886},"coords":"51.8093023,-0.346382","bedrooms":"4","price":"254000","area":"411"} , +{"type":"Feature","id":"n30387858","geometry":{"type":"Point","coordinates":[-0.3455364,51.8000911]},"properties":{"@type":"node","@id":30387858,"@timestamp":1181900230},"coords":"51.8000911,-0.3455364","bedrooms":"1","price":"283000","area":"698"} , +{"type":"Feature","id":"n30387884","geometry":{"type":"Point","coordinates":[-0.3490399,51.8044648]},"properties":{"@type":"node","@id":30387884,"@timestamp":1181900657},"coords":"51.8044648,-0.3490399","bedrooms":"3","price":"249000","area":"398"} , +{"type":"Feature","id":"n30387906","geometry":{"type":"Point","coordinates":[-0.3295468,51.8067603]},"properties":{"@type":"node","@id":30387906,"@timestamp":1628262724},"coords":"51.8067603,-0.3295468","bedrooms":"1","price":"288000","area":"379"} , +{"type":"Feature","id":"n30387986","geometry":{"type":"Point","coordinates":[-0.3321019,51.8171233]},"properties":{"@type":"node","@id":30387986,"@timestamp":1181901425},"coords":"51.8171233,-0.3321019","bedrooms":"2","price":"234000","area":"465"} , +{"type":"Feature","id":"n30388183","geometry":{"type":"Point","coordinates":[-0.3547549,51.4737304]},"properties":{"@type":"node","@id":30388183,"@timestamp":1181902885},"coords":"51.4737304,-0.3547549","bedrooms":"2","price":"207000","area":"617"} , +{"type":"Feature","id":"n30388193","geometry":{"type":"Point","coordinates":[-0.3541169,51.4740994]},"properties":{"@type":"node","@id":30388193,"@timestamp":1181902887},"coords":"51.4740994,-0.3541169","bedrooms":"4","price":"174000","area":"483"} , +{"type":"Feature","id":"n30388208","geometry":{"type":"Point","coordinates":[-0.3546923,51.4726609]},"properties":{"@type":"node","@id":30388208,"@timestamp":1181902892},"coords":"51.4726609,-0.3546923","bedrooms":"3","price":"193000","area":"490"} , +{"type":"Feature","id":"n30388219","geometry":{"type":"Point","coordinates":[-0.3520968,51.4719479]},"properties":{"@type":"node","@id":30388219,"@timestamp":1181902897},"coords":"51.4719479,-0.3520968","bedrooms":"1","price":"232000","area":"609"} , +{"type":"Feature","id":"n30388229","geometry":{"type":"Point","coordinates":[-0.3535165,51.4754566]},"properties":{"@type":"node","@id":30388229,"@timestamp":1181902899},"coords":"51.4754566,-0.3535165","bedrooms":"4","price":"218000","area":"691"} , +{"type":"Feature","id":"n30388249","geometry":{"type":"Point","coordinates":[-0.3530224,51.4797971]},"properties":{"@type":"node","@id":30388249,"@timestamp":1181902903},"coords":"51.4797971,-0.3530224","bedrooms":"0","price":"251000","area":"393"} , +{"type":"Feature","id":"n30394563","geometry":{"type":"Point","coordinates":[0.5218534,51.2777155]},"properties":{"@type":"node","@id":30394563,"@timestamp":1181923714},"coords":"51.2777155,0.5218534","bedrooms":"4","price":"240000","area":"634"} , +{"type":"Feature","id":"n30394603","geometry":{"type":"Point","coordinates":[0.5219008,51.27765]},"properties":{"@type":"node","@id":30394603,"@timestamp":1185786931},"coords":"51.27765,0.5219008","bedrooms":"2","price":"211000","area":"363"} , +{"type":"Feature","id":"n30394637","geometry":{"type":"Point","coordinates":[0.5242987,51.2738386]},"properties":{"@type":"node","@id":30394637,"@timestamp":1631385995},"coords":"51.2738386,0.5242987","bedrooms":"2","price":"280000","area":"379"} , +{"type":"Feature","id":"n30412065","geometry":{"type":"Point","coordinates":[0.8702552,51.1347331]},"properties":{"@type":"node","@id":30412065,"@timestamp":1292694823},"coords":"51.1347331,0.8702552","bedrooms":"2","price":"288000","area":"583"} , +{"type":"Feature","id":"n30412699","geometry":{"type":"Point","coordinates":[0.8429034,51.1573753]},"properties":{"@type":"node","@id":30412699,"@timestamp":1181951097},"coords":"51.1573753,0.8429034","bedrooms":"4","price":"171000","area":"464"} , +{"type":"Feature","id":"n30421365","geometry":{"type":"Point","coordinates":[0.8701183,51.141241]},"properties":{"@type":"node","@id":30421365,"@timestamp":1181982647},"coords":"51.141241,0.8701183","bedrooms":"1","price":"160000","area":"375"} , +{"type":"Feature","id":"n30421418","geometry":{"type":"Point","coordinates":[0.8794374,51.1114831]},"properties":{"@type":"node","@id":30421418,"@timestamp":1246204713},"coords":"51.1114831,0.8794374","bedrooms":"4","price":"187000","area":"527"} , +{"type":"Feature","id":"n30421429","geometry":{"type":"Point","coordinates":[0.8713166,51.1190789]},"properties":{"@type":"node","@id":30421429,"@timestamp":1181982875},"coords":"51.1190789,0.8713166","bedrooms":"3","price":"262000","area":"507"} , +{"type":"Feature","id":"n30421633","geometry":{"type":"Point","coordinates":[0.8485103,51.1419788]},"properties":{"@type":"node","@id":30421633,"@timestamp":1181983697},"coords":"51.1419788,0.8485103","bedrooms":"1","price":"265000","area":"518"} , +{"type":"Feature","id":"n30422680","geometry":{"type":"Point","coordinates":[-0.5505188,50.9738281]},"properties":{"@type":"node","@id":30422680,"@timestamp":1181988428},"coords":"50.9738281,-0.5505188","bedrooms":"3","price":"265000","area":"551"} , +{"type":"Feature","id":"n30422690","geometry":{"type":"Point","coordinates":[-0.5532475,50.969092]},"properties":{"@type":"node","@id":30422690,"@timestamp":1181988430},"coords":"50.969092,-0.5532475","bedrooms":"4","price":"261000","area":"627"} , +{"type":"Feature","id":"n30427042","geometry":{"type":"Point","coordinates":[-0.2675908,51.4569272]},"properties":{"@type":"node","@id":30427042,"@timestamp":1605207112},"coords":"51.4569272,-0.2675908","bedrooms":"4","price":"237000","area":"475"} , +{"type":"Feature","id":"n30429709","geometry":{"type":"Point","coordinates":[-0.1283723,50.9493733]},"properties":{"@type":"node","@id":30429709,"@timestamp":1182005090},"coords":"50.9493733,-0.1283723","bedrooms":"1","price":"237000","area":"644"} , +{"type":"Feature","id":"n30430121","geometry":{"type":"Point","coordinates":[-0.278874,51.4603795]},"properties":{"@type":"node","@id":30430121,"@timestamp":1629059151},"coords":"51.4603795,-0.278874","bedrooms":"1","price":"167000","area":"658"} , +{"type":"Feature","id":"n30430246","geometry":{"type":"Point","coordinates":[-0.2016908,51.8907254]},"properties":{"@type":"node","@id":30430246,"@timestamp":1182007474},"coords":"51.8907254,-0.2016908","bedrooms":"0","price":"216000","area":"633"} , +{"type":"Feature","id":"n30430454","geometry":{"type":"Point","coordinates":[-0.1678176,51.9157129]},"properties":{"@type":"node","@id":30430454,"@timestamp":1631381621},"coords":"51.9157129,-0.1678176","bedrooms":"0","price":"277000","area":"415"} , +{"type":"Feature","id":"n30430811","geometry":{"type":"Point","coordinates":[-0.3218475,51.4397506]},"properties":{"@type":"node","@id":30430811,"@timestamp":1360575242},"coords":"51.4397506,-0.3218475","bedrooms":"1","price":"296000","area":"617"} , +{"type":"Feature","id":"n30430925","geometry":{"type":"Point","coordinates":[-0.2990305,51.4471724]},"properties":{"@type":"node","@id":30430925,"@timestamp":1182301845},"coords":"51.4471724,-0.2990305","bedrooms":"0","price":"154000","area":"654"} , +{"type":"Feature","id":"n30430941","geometry":{"type":"Point","coordinates":[-0.2998145,51.4498033]},"properties":{"@type":"node","@id":30430941,"@timestamp":1182008775},"coords":"51.4498033,-0.2998145","bedrooms":"2","price":"176000","area":"698"} , +{"type":"Feature","id":"n30430966","geometry":{"type":"Point","coordinates":[-0.3012177,51.4451169]},"properties":{"@type":"node","@id":30430966,"@timestamp":1182008813},"coords":"51.4451169,-0.3012177","bedrooms":"2","price":"208000","area":"368"} , +{"type":"Feature","id":"n30431543","geometry":{"type":"Point","coordinates":[-0.3039806,51.4447672]},"properties":{"@type":"node","@id":30431543,"@timestamp":1182010123},"coords":"51.4447672,-0.3039806","bedrooms":"1","price":"299000","area":"440"} , +{"type":"Feature","id":"n30431573","geometry":{"type":"Point","coordinates":[-0.3021641,51.4440291]},"properties":{"@type":"node","@id":30431573,"@timestamp":1182010133},"coords":"51.4440291,-0.3021641","bedrooms":"0","price":"278000","area":"471"} , +{"type":"Feature","id":"n30434621","geometry":{"type":"Point","coordinates":[-0.3489996,51.4778974]},"properties":{"@type":"node","@id":30434621,"@timestamp":1182017765},"coords":"51.4778974,-0.3489996","bedrooms":"0","price":"203000","area":"596"} , +{"type":"Feature","id":"n30441048","geometry":{"type":"Point","coordinates":[-0.297556,51.4813113]},"properties":{"@type":"node","@id":30441048,"@timestamp":1623799951},"coords":"51.4813113,-0.297556","bedrooms":"0","price":"267000","area":"433"} , +{"type":"Feature","id":"n30442151","geometry":{"type":"Point","coordinates":[-0.3024091,51.476672]},"properties":{"@type":"node","@id":30442151,"@timestamp":1182027085},"coords":"51.476672,-0.3024091","bedrooms":"4","price":"258000","area":"492"} , +{"type":"Feature","id":"n30444829","geometry":{"type":"Point","coordinates":[-0.332497,51.5985572]},"properties":{"@type":"node","@id":30444829,"@timestamp":1182029504},"coords":"51.5985572,-0.332497","bedrooms":"0","price":"197000","area":"407"} , +{"type":"Feature","id":"n30445889","geometry":{"type":"Point","coordinates":[0.8603628,51.2748986]},"properties":{"@type":"node","@id":30445889,"@timestamp":1182030485},"coords":"51.2748986,0.8603628","bedrooms":"2","price":"235000","area":"505"} , +{"type":"Feature","id":"n30445947","geometry":{"type":"Point","coordinates":[0.831702,51.2778298]},"properties":{"@type":"node","@id":30445947,"@timestamp":1207245839},"coords":"51.2778298,0.831702","bedrooms":"0","price":"155000","area":"485"} , +{"type":"Feature","id":"n30446149","geometry":{"type":"Point","coordinates":[0.858011,51.3074232]},"properties":{"@type":"node","@id":30446149,"@timestamp":1182030562},"coords":"51.3074232,0.858011","bedrooms":"2","price":"211000","area":"443"} , +{"type":"Feature","id":"n30447881","geometry":{"type":"Point","coordinates":[0.7999303,51.2779799]},"properties":{"@type":"node","@id":30447881,"@timestamp":1207852271},"coords":"51.2779799,0.7999303","bedrooms":"4","price":"229000","area":"578"} , +{"type":"Feature","id":"n30447893","geometry":{"type":"Point","coordinates":[0.8005536,51.2763388]},"properties":{"@type":"node","@id":30447893,"@timestamp":1207852270},"coords":"51.2763388,0.8005536","bedrooms":"0","price":"241000","area":"662"} , +{"type":"Feature","id":"n30448116","geometry":{"type":"Point","coordinates":[0.7840395,51.2775976]},"properties":{"@type":"node","@id":30448116,"@timestamp":1209061948},"coords":"51.2775976,0.7840395","bedrooms":"1","price":"299000","area":"562"} , +{"type":"Feature","id":"n30448126","geometry":{"type":"Point","coordinates":[0.7776445,51.2714584]},"properties":{"@type":"node","@id":30448126,"@timestamp":1209061949},"coords":"51.2714584,0.7776445","bedrooms":"2","price":"263000","area":"359"} , +{"type":"Feature","id":"n30448426","geometry":{"type":"Point","coordinates":[0.7580778,51.3003648]},"properties":{"@type":"node","@id":30448426,"@timestamp":1182032069},"coords":"51.3003648,0.7580778","bedrooms":"3","price":"249000","area":"658"} , +{"type":"Feature","id":"n30449198","geometry":{"type":"Point","coordinates":[0.8325477,51.2573177]},"properties":{"@type":"node","@id":30449198,"@timestamp":1182032723},"coords":"51.2573177,0.8325477","bedrooms":"2","price":"201000","area":"353"} , +{"type":"Feature","id":"n30449994","geometry":{"type":"Point","coordinates":[0.8128279,51.2679392]},"properties":{"@type":"node","@id":30449994,"@timestamp":1182033092},"coords":"51.2679392,0.8128279","bedrooms":"3","price":"226000","area":"671"} , +{"type":"Feature","id":"n30450004","geometry":{"type":"Point","coordinates":[0.8066007,51.2594557]},"properties":{"@type":"node","@id":30450004,"@timestamp":1182033094},"coords":"51.2594557,0.8066007","bedrooms":"4","price":"153000","area":"584"} , +{"type":"Feature","id":"n30451003","geometry":{"type":"Point","coordinates":[0.7914783,51.2506054]},"properties":{"@type":"node","@id":30451003,"@timestamp":1209061895},"coords":"51.2506054,0.7914783","bedrooms":"1","price":"195000","area":"537"} , +{"type":"Feature","id":"n30451027","geometry":{"type":"Point","coordinates":[0.7827396,51.2607986]},"properties":{"@type":"node","@id":30451027,"@timestamp":1182034240},"coords":"51.2607986,0.7827396","bedrooms":"3","price":"203000","area":"488"} , +{"type":"Feature","id":"n30451045","geometry":{"type":"Point","coordinates":[0.7865674,51.2561966]},"properties":{"@type":"node","@id":30451045,"@timestamp":1182034245},"coords":"51.2561966,0.7865674","bedrooms":"3","price":"280000","area":"514"} , +{"type":"Feature","id":"n30451061","geometry":{"type":"Point","coordinates":[0.779514,51.2581751]},"properties":{"@type":"node","@id":30451061,"@timestamp":1182034261},"coords":"51.2581751,0.779514","bedrooms":"3","price":"171000","area":"667"} , +{"type":"Feature","id":"n30451088","geometry":{"type":"Point","coordinates":[0.7742669,51.2601965]},"properties":{"@type":"node","@id":30451088,"@timestamp":1182034279},"coords":"51.2601965,0.7742669","bedrooms":"0","price":"190000","area":"648"} , +{"type":"Feature","id":"n30451181","geometry":{"type":"Point","coordinates":[0.769482,51.2169743]},"properties":{"@type":"node","@id":30451181,"@timestamp":1210718900},"coords":"51.2169743,0.769482","bedrooms":"3","price":"219000","area":"461"} , +{"type":"Feature","id":"n30470537","geometry":{"type":"Point","coordinates":[-0.2707232,51.4720792]},"properties":{"@type":"node","@id":30470537,"@timestamp":1616538603},"coords":"51.4720792,-0.2707232","bedrooms":"4","price":"170000","area":"504"} , +{"type":"Feature","id":"n30478379","geometry":{"type":"Point","coordinates":[-0.2690433,51.4561218]},"properties":{"@type":"node","@id":30478379,"@timestamp":1182090154},"coords":"51.4561218,-0.2690433","bedrooms":"1","price":"209000","area":"395"} , +{"type":"Feature","id":"n30481618","geometry":{"type":"Point","coordinates":[-0.3048873,51.4163085]},"properties":{"@type":"node","@id":30481618,"@timestamp":1182096386},"coords":"51.4163085,-0.3048873","bedrooms":"2","price":"153000","area":"545"} , +{"type":"Feature","id":"n30482809","geometry":{"type":"Point","coordinates":[-0.2885901,51.4229015]},"properties":{"@type":"node","@id":30482809,"@timestamp":1182098062},"coords":"51.4229015,-0.2885901","bedrooms":"0","price":"261000","area":"423"} , +{"type":"Feature","id":"n30483059","geometry":{"type":"Point","coordinates":[-1.1054998,51.9228026]},"properties":{"@type":"node","@id":30483059,"@timestamp":1182098688},"coords":"51.9228026,-1.1054998","bedrooms":"0","price":"184000","area":"661"} , +{"type":"Feature","id":"n30483073","geometry":{"type":"Point","coordinates":[-1.0871767,51.9193962]},"properties":{"@type":"node","@id":30483073,"@timestamp":1182098692},"coords":"51.9193962,-1.0871767","bedrooms":"2","price":"177000","area":"388"} , +{"type":"Feature","id":"n30483084","geometry":{"type":"Point","coordinates":[-1.0965516,51.9211446]},"properties":{"@type":"node","@id":30483084,"@timestamp":1182098697},"coords":"51.9211446,-1.0965516","bedrooms":"4","price":"203000","area":"637"} , +{"type":"Feature","id":"n30484706","geometry":{"type":"Point","coordinates":[0.8181886,51.2868808]},"properties":{"@type":"node","@id":30484706,"@timestamp":1182102967},"coords":"51.2868808,0.8181886","bedrooms":"3","price":"278000","area":"563"} , +{"type":"Feature","id":"n30485161","geometry":{"type":"Point","coordinates":[0.7329397,51.3383813]},"properties":{"@type":"node","@id":30485161,"@timestamp":1566660723},"coords":"51.3383813,0.7329397","bedrooms":"2","price":"299000","area":"640"} , +{"type":"Feature","id":"n30491892","geometry":{"type":"Point","coordinates":[-0.2705367,51.4773698]},"properties":{"@type":"node","@id":30491892,"@timestamp":1601302828},"coords":"51.4773698,-0.2705367","bedrooms":"1","price":"262000","area":"538"} , +{"type":"Feature","id":"n30491982","geometry":{"type":"Point","coordinates":[-0.2664151,51.4796497]},"properties":{"@type":"node","@id":30491982,"@timestamp":1182109274},"coords":"51.4796497,-0.2664151","bedrooms":"1","price":"176000","area":"501"} , +{"type":"Feature","id":"n30492059","geometry":{"type":"Point","coordinates":[-0.2709184,51.4852475]},"properties":{"@type":"node","@id":30492059,"@timestamp":1217378306},"coords":"51.4852475,-0.2709184","bedrooms":"4","price":"206000","area":"431"} , +{"type":"Feature","id":"n30503076","geometry":{"type":"Point","coordinates":[-0.2909725,51.4895616]},"properties":{"@type":"node","@id":30503076,"@timestamp":1207777004},"coords":"51.4895616,-0.2909725","bedrooms":"3","price":"252000","area":"573"} , +{"type":"Feature","id":"n30512333","geometry":{"type":"Point","coordinates":[-0.2944852,51.4345817]},"properties":{"@type":"node","@id":30512333,"@timestamp":1182119793},"coords":"51.4345817,-0.2944852","bedrooms":"0","price":"233000","area":"587"} , +{"type":"Feature","id":"n30521397","geometry":{"type":"Point","coordinates":[-0.3455605,51.6034057]},"properties":{"@type":"node","@id":30521397,"@timestamp":1622122261},"coords":"51.6034057,-0.3455605","bedrooms":"2","price":"296000","area":"368"} , +{"type":"Feature","id":"n30521423","geometry":{"type":"Point","coordinates":[-0.3429827,51.598454]},"properties":{"@type":"node","@id":30521423,"@timestamp":1182122689},"coords":"51.598454,-0.3429827","bedrooms":"3","price":"194000","area":"419"} , +{"type":"Feature","id":"n30521957","geometry":{"type":"Point","coordinates":[0.6059458,51.5848133]},"properties":{"@type":"node","@id":30521957,"@timestamp":1315817144},"coords":"51.5848133,0.6059458","bedrooms":"4","price":"244000","area":"384"} , +{"type":"Feature","id":"n30528169","geometry":{"type":"Point","coordinates":[-0.3137696,51.4353118]},"properties":{"@type":"node","@id":30528169,"@timestamp":1630946952},"coords":"51.4353118,-0.3137696","bedrooms":"2","price":"294000","area":"514"} , +{"type":"Feature","id":"n30528236","geometry":{"type":"Point","coordinates":[-0.3099504,51.4350531]},"properties":{"@type":"node","@id":30528236,"@timestamp":1182132422},"coords":"51.4350531,-0.3099504","bedrooms":"1","price":"210000","area":"698"} , +{"type":"Feature","id":"n30553242","geometry":{"type":"Point","coordinates":[-0.2825062,51.4564409]},"properties":{"@type":"node","@id":30553242,"@timestamp":1605098582},"coords":"51.4564409,-0.2825062","bedrooms":"4","price":"195000","area":"665"} , +{"type":"Feature","id":"n30553254","geometry":{"type":"Point","coordinates":[-0.2827792,51.4604496]},"properties":{"@type":"node","@id":30553254,"@timestamp":1182163950},"coords":"51.4604496,-0.2827792","bedrooms":"1","price":"224000","area":"666"} , +{"type":"Feature","id":"n30554052","geometry":{"type":"Point","coordinates":[-0.284299,51.4534616]},"properties":{"@type":"node","@id":30554052,"@timestamp":1182165187},"coords":"51.4534616,-0.284299","bedrooms":"0","price":"240000","area":"565"} , +{"type":"Feature","id":"n30556997","geometry":{"type":"Point","coordinates":[-0.1226456,51.2322632]},"properties":{"@type":"node","@id":30556997,"@timestamp":1182168739},"coords":"51.2322632,-0.1226456","bedrooms":"1","price":"233000","area":"695"} , +{"type":"Feature","id":"n30558188","geometry":{"type":"Point","coordinates":[-0.0707574,51.0261743]},"properties":{"@type":"node","@id":30558188,"@timestamp":1187695795},"coords":"51.0261743,-0.0707574","bedrooms":"0","price":"264000","area":"609"} , +{"type":"Feature","id":"n30558563","geometry":{"type":"Point","coordinates":[-0.081526,51.0111124]},"properties":{"@type":"node","@id":30558563,"@timestamp":1187303271},"coords":"51.0111124,-0.081526","bedrooms":"0","price":"196000","area":"579"} , +{"type":"Feature","id":"n30561853","geometry":{"type":"Point","coordinates":[-0.147663,50.9493779]},"properties":{"@type":"node","@id":30561853,"@timestamp":1182178200},"coords":"50.9493779,-0.147663","bedrooms":"4","price":"194000","area":"376"} , +{"type":"Feature","id":"n30572924","geometry":{"type":"Point","coordinates":[-0.1193588,51.9384032]},"properties":{"@type":"node","@id":30572924,"@timestamp":1182196301},"coords":"51.9384032,-0.1193588","bedrooms":"1","price":"283000","area":"425"} , +{"type":"Feature","id":"n30573257","geometry":{"type":"Point","coordinates":[-0.1077228,51.9328368]},"properties":{"@type":"node","@id":30573257,"@timestamp":1182196396},"coords":"51.9328368,-0.1077228","bedrooms":"4","price":"250000","area":"529"} , +{"type":"Feature","id":"n30573308","geometry":{"type":"Point","coordinates":[-0.0964903,51.9276745]},"properties":{"@type":"node","@id":30573308,"@timestamp":1609372535},"coords":"51.9276745,-0.0964903","bedrooms":"3","price":"277000","area":"434"} , +{"type":"Feature","id":"n30573339","geometry":{"type":"Point","coordinates":[-0.0747906,51.9236292]},"properties":{"@type":"node","@id":30573339,"@timestamp":1182196438},"coords":"51.9236292,-0.0747906","bedrooms":"0","price":"174000","area":"631"} , +{"type":"Feature","id":"n30573395","geometry":{"type":"Point","coordinates":[-0.0684233,51.9256495]},"properties":{"@type":"node","@id":30573395,"@timestamp":1182196461},"coords":"51.9256495,-0.0684233","bedrooms":"3","price":"234000","area":"525"} , +{"type":"Feature","id":"n30573429","geometry":{"type":"Point","coordinates":[-0.0713632,51.9147294]},"properties":{"@type":"node","@id":30573429,"@timestamp":1182196475},"coords":"51.9147294,-0.0713632","bedrooms":"2","price":"229000","area":"629"} , +{"type":"Feature","id":"n30573512","geometry":{"type":"Point","coordinates":[-0.0303608,51.8992239]},"properties":{"@type":"node","@id":30573512,"@timestamp":1182196511},"coords":"51.8992239,-0.0303608","bedrooms":"4","price":"154000","area":"559"} , +{"type":"Feature","id":"n30573643","geometry":{"type":"Point","coordinates":[-0.1123114,51.8993858]},"properties":{"@type":"node","@id":30573643,"@timestamp":1182196566},"coords":"51.8993858,-0.1123114","bedrooms":"2","price":"179000","area":"637"} , +{"type":"Feature","id":"n30573747","geometry":{"type":"Point","coordinates":[-0.1187597,51.8935531]},"properties":{"@type":"node","@id":30573747,"@timestamp":1182196680},"coords":"51.8935531,-0.1187597","bedrooms":"1","price":"196000","area":"595"} , +{"type":"Feature","id":"n30573765","geometry":{"type":"Point","coordinates":[-0.1330124,51.8889804]},"properties":{"@type":"node","@id":30573765,"@timestamp":1182196687},"coords":"51.8889804,-0.1330124","bedrooms":"0","price":"197000","area":"364"} , +{"type":"Feature","id":"n30573791","geometry":{"type":"Point","coordinates":[-0.1463269,51.8802333]},"properties":{"@type":"node","@id":30573791,"@timestamp":1182196696},"coords":"51.8802333,-0.1463269","bedrooms":"1","price":"179000","area":"695"} , +{"type":"Feature","id":"n30584591","geometry":{"type":"Point","coordinates":[-0.553956,50.9610174]},"properties":{"@type":"node","@id":30584591,"@timestamp":1244753223},"coords":"50.9610174,-0.553956","bedrooms":"4","price":"265000","area":"583"} , +{"type":"Feature","id":"n30584619","geometry":{"type":"Point","coordinates":[-0.5587003,50.9606157]},"properties":{"@type":"node","@id":30584619,"@timestamp":1244753223},"coords":"50.9606157,-0.5587003","bedrooms":"1","price":"234000","area":"578"} , +{"type":"Feature","id":"n30584654","geometry":{"type":"Point","coordinates":[-0.5530001,50.9603019]},"properties":{"@type":"node","@id":30584654,"@timestamp":1244753222},"coords":"50.9603019,-0.5530001","bedrooms":"2","price":"160000","area":"420"} , +{"type":"Feature","id":"n30585310","geometry":{"type":"Point","coordinates":[-0.1876452,51.5123987]},"properties":{"@type":"node","@id":30585310,"@timestamp":1614389789},"coords":"51.5123987,-0.1876452","bedrooms":"0","price":"295000","area":"611"} , +{"type":"Feature","id":"n30587093","geometry":{"type":"Point","coordinates":[0.6860928,51.0853264]},"properties":{"@type":"node","@id":30587093,"@timestamp":1182205340},"coords":"51.0853264,0.6860928","bedrooms":"0","price":"192000","area":"383"} , +{"type":"Feature","id":"n30587136","geometry":{"type":"Point","coordinates":[0.66899,51.0734994]},"properties":{"@type":"node","@id":30587136,"@timestamp":1182205347},"coords":"51.0734994,0.66899","bedrooms":"0","price":"191000","area":"644"} , +{"type":"Feature","id":"n30589602","geometry":{"type":"Point","coordinates":[0.6770923,51.0657892]},"properties":{"@type":"node","@id":30589602,"@timestamp":1182206730},"coords":"51.0657892,0.6770923","bedrooms":"2","price":"243000","area":"518"} , +{"type":"Feature","id":"n30589999","geometry":{"type":"Point","coordinates":[-0.3333682,51.5968707]},"properties":{"@type":"node","@id":30589999,"@timestamp":1182207408},"coords":"51.5968707,-0.3333682","bedrooms":"0","price":"269000","area":"451"} , +{"type":"Feature","id":"n30591109","geometry":{"type":"Point","coordinates":[0.6939171,51.0848525]},"properties":{"@type":"node","@id":30591109,"@timestamp":1182208684},"coords":"51.0848525,0.6939171","bedrooms":"4","price":"172000","area":"532"} , +{"type":"Feature","id":"n30591124","geometry":{"type":"Point","coordinates":[0.7045291,51.0871046]},"properties":{"@type":"node","@id":30591124,"@timestamp":1182208686},"coords":"51.0871046,0.7045291","bedrooms":"4","price":"260000","area":"530"} , +{"type":"Feature","id":"n30591142","geometry":{"type":"Point","coordinates":[0.7087609,51.0920937]},"properties":{"@type":"node","@id":30591142,"@timestamp":1182208688},"coords":"51.0920937,0.7087609","bedrooms":"2","price":"218000","area":"431"} , +{"type":"Feature","id":"n30591153","geometry":{"type":"Point","coordinates":[0.7147937,51.0917075]},"properties":{"@type":"node","@id":30591153,"@timestamp":1182208690},"coords":"51.0917075,0.7147937","bedrooms":"4","price":"263000","area":"645"} , +{"type":"Feature","id":"n30591163","geometry":{"type":"Point","coordinates":[0.7213049,51.0944259]},"properties":{"@type":"node","@id":30591163,"@timestamp":1182208691},"coords":"51.0944259,0.7213049","bedrooms":"4","price":"228000","area":"662"} , +{"type":"Feature","id":"n30591173","geometry":{"type":"Point","coordinates":[0.7217183,51.0962174]},"properties":{"@type":"node","@id":30591173,"@timestamp":1182208693},"coords":"51.0962174,0.7217183","bedrooms":"0","price":"252000","area":"495"} , +{"type":"Feature","id":"n30591183","geometry":{"type":"Point","coordinates":[0.7197825,51.0985737]},"properties":{"@type":"node","@id":30591183,"@timestamp":1182208695},"coords":"51.0985737,0.7197825","bedrooms":"3","price":"235000","area":"628"} , +{"type":"Feature","id":"n30591569","geometry":{"type":"Point","coordinates":[0.7771539,51.1066266]},"properties":{"@type":"node","@id":30591569,"@timestamp":1182209746},"coords":"51.1066266,0.7771539","bedrooms":"0","price":"241000","area":"571"} , +{"type":"Feature","id":"n30591580","geometry":{"type":"Point","coordinates":[0.7884487,51.1077906]},"properties":{"@type":"node","@id":30591580,"@timestamp":1182209749},"coords":"51.1077906,0.7884487","bedrooms":"0","price":"188000","area":"601"} , +{"type":"Feature","id":"n30591667","geometry":{"type":"Point","coordinates":[0.7731303,51.1062984]},"properties":{"@type":"node","@id":30591667,"@timestamp":1188242752},"coords":"51.1062984,0.7731303","bedrooms":"3","price":"203000","area":"622"} , +{"type":"Feature","id":"n30591955","geometry":{"type":"Point","coordinates":[0.7915289,51.1005161]},"properties":{"@type":"node","@id":30591955,"@timestamp":1182210252},"coords":"51.1005161,0.7915289","bedrooms":"2","price":"183000","area":"697"} , +{"type":"Feature","id":"n30591968","geometry":{"type":"Point","coordinates":[0.787279,51.0924963]},"properties":{"@type":"node","@id":30591968,"@timestamp":1182210254},"coords":"51.0924963,0.787279","bedrooms":"2","price":"288000","area":"438"} , +{"type":"Feature","id":"n30593128","geometry":{"type":"Point","coordinates":[0.7902219,51.0277323]},"properties":{"@type":"node","@id":30593128,"@timestamp":1182211567},"coords":"51.0277323,0.7902219","bedrooms":"2","price":"267000","area":"467"} , +{"type":"Feature","id":"n30593145","geometry":{"type":"Point","coordinates":[0.7964308,51.0236111]},"properties":{"@type":"node","@id":30593145,"@timestamp":1182211570},"coords":"51.0236111,0.7964308","bedrooms":"1","price":"253000","area":"369"} , +{"type":"Feature","id":"n30593156","geometry":{"type":"Point","coordinates":[0.7956844,51.0191005]},"properties":{"@type":"node","@id":30593156,"@timestamp":1182211575},"coords":"51.0191005,0.7956844","bedrooms":"3","price":"172000","area":"477"} , +{"type":"Feature","id":"n30593173","geometry":{"type":"Point","coordinates":[0.7949705,51.0139192]},"properties":{"@type":"node","@id":30593173,"@timestamp":1182211577},"coords":"51.0139192,0.7949705","bedrooms":"1","price":"197000","area":"419"} , +{"type":"Feature","id":"n30593200","geometry":{"type":"Point","coordinates":[0.7933263,51.0093221]},"properties":{"@type":"node","@id":30593200,"@timestamp":1182211579},"coords":"51.0093221,0.7933263","bedrooms":"0","price":"164000","area":"512"} , +{"type":"Feature","id":"n30593210","geometry":{"type":"Point","coordinates":[0.800076,51.0035891]},"properties":{"@type":"node","@id":30593210,"@timestamp":1182211582},"coords":"51.0035891,0.800076","bedrooms":"4","price":"241000","area":"389"} , +{"type":"Feature","id":"n30593279","geometry":{"type":"Point","coordinates":[0.8069614,50.9941654]},"properties":{"@type":"node","@id":30593279,"@timestamp":1182211716},"coords":"50.9941654,0.8069614","bedrooms":"2","price":"188000","area":"502"} , +{"type":"Feature","id":"n30593324","geometry":{"type":"Point","coordinates":[0.8195938,50.9995017]},"properties":{"@type":"node","@id":30593324,"@timestamp":1182211810},"coords":"50.9995017,0.8195938","bedrooms":"1","price":"215000","area":"661"} , +{"type":"Feature","id":"n30593428","geometry":{"type":"Point","coordinates":[0.8292195,51.001034]},"properties":{"@type":"node","@id":30593428,"@timestamp":1204568472},"coords":"51.001034,0.8292195","bedrooms":"3","price":"225000","area":"599"} , +{"type":"Feature","id":"n30593507","geometry":{"type":"Point","coordinates":[0.8341398,50.9955775]},"properties":{"@type":"node","@id":30593507,"@timestamp":1182212607},"coords":"50.9955775,0.8341398","bedrooms":"1","price":"273000","area":"385"} , +{"type":"Feature","id":"n30593518","geometry":{"type":"Point","coordinates":[0.8344023,50.991444]},"properties":{"@type":"node","@id":30593518,"@timestamp":1182212611},"coords":"50.991444,0.8344023","bedrooms":"4","price":"188000","area":"637"} , +{"type":"Feature","id":"n30593530","geometry":{"type":"Point","coordinates":[0.8443654,50.9844363]},"properties":{"@type":"node","@id":30593530,"@timestamp":1182212613},"coords":"50.9844363,0.8443654","bedrooms":"3","price":"287000","area":"631"} , +{"type":"Feature","id":"n30606247","geometry":{"type":"Point","coordinates":[0.5331319,51.5700147]},"properties":{"@type":"node","@id":30606247,"@timestamp":1616707845},"coords":"51.5700147,0.5331319","bedrooms":"0","price":"169000","area":"473"} , +{"type":"Feature","id":"n30614612","geometry":{"type":"Point","coordinates":[-0.2878256,51.4419604]},"properties":{"@type":"node","@id":30614612,"@timestamp":1182245013},"coords":"51.4419604,-0.2878256","bedrooms":"1","price":"273000","area":"695"} , +{"type":"Feature","id":"n30614657","geometry":{"type":"Point","coordinates":[-0.2838522,51.4441027]},"properties":{"@type":"node","@id":30614657,"@timestamp":1182245229},"coords":"51.4441027,-0.2838522","bedrooms":"2","price":"205000","area":"658"} , +{"type":"Feature","id":"n30614669","geometry":{"type":"Point","coordinates":[-0.2862163,51.4401772]},"properties":{"@type":"node","@id":30614669,"@timestamp":1182245231},"coords":"51.4401772,-0.2862163","bedrooms":"3","price":"189000","area":"492"} , +{"type":"Feature","id":"n30614699","geometry":{"type":"Point","coordinates":[-0.2834549,51.4381587]},"properties":{"@type":"node","@id":30614699,"@timestamp":1182245352},"coords":"51.4381587,-0.2834549","bedrooms":"0","price":"175000","area":"528"} , +{"type":"Feature","id":"n30614802","geometry":{"type":"Point","coordinates":[-0.2855806,51.4397314]},"properties":{"@type":"node","@id":30614802,"@timestamp":1182245599},"coords":"51.4397314,-0.2855806","bedrooms":"4","price":"274000","area":"500"} , +{"type":"Feature","id":"n30614814","geometry":{"type":"Point","coordinates":[-0.2811901,51.4385178]},"properties":{"@type":"node","@id":30614814,"@timestamp":1182245601},"coords":"51.4385178,-0.2811901","bedrooms":"2","price":"162000","area":"615"} , +{"type":"Feature","id":"n30614921","geometry":{"type":"Point","coordinates":[-0.2740579,51.4413784]},"properties":{"@type":"node","@id":30614921,"@timestamp":1182245882},"coords":"51.4413784,-0.2740579","bedrooms":"3","price":"217000","area":"591"} , +{"type":"Feature","id":"n30614937","geometry":{"type":"Point","coordinates":[-0.2746936,51.4402763]},"properties":{"@type":"node","@id":30614937,"@timestamp":1182245884},"coords":"51.4402763,-0.2746936","bedrooms":"3","price":"168000","area":"457"} , +{"type":"Feature","id":"n30614953","geometry":{"type":"Point","coordinates":[-0.2725281,51.4360038]},"properties":{"@type":"node","@id":30614953,"@timestamp":1182245888},"coords":"51.4360038,-0.2725281","bedrooms":"0","price":"273000","area":"509"} , +{"type":"Feature","id":"n30617959","geometry":{"type":"Point","coordinates":[-0.3626765,51.7916586]},"properties":{"@type":"node","@id":30617959,"@timestamp":1182251697},"coords":"51.7916586,-0.3626765","bedrooms":"0","price":"198000","area":"358"} , +{"type":"Feature","id":"n30617974","geometry":{"type":"Point","coordinates":[-0.359864,51.7930433]},"properties":{"@type":"node","@id":30617974,"@timestamp":1182251702},"coords":"51.7930433,-0.359864","bedrooms":"4","price":"267000","area":"363"} , +{"type":"Feature","id":"n30618010","geometry":{"type":"Point","coordinates":[-0.3587417,51.7972066]},"properties":{"@type":"node","@id":30618010,"@timestamp":1182251712},"coords":"51.7972066,-0.3587417","bedrooms":"1","price":"192000","area":"483"} , +{"type":"Feature","id":"n30618026","geometry":{"type":"Point","coordinates":[-0.3579301,51.7976911]},"properties":{"@type":"node","@id":30618026,"@timestamp":1182251714},"coords":"51.7976911,-0.3579301","bedrooms":"2","price":"219000","area":"374"} , +{"type":"Feature","id":"n30618045","geometry":{"type":"Point","coordinates":[-0.3565651,51.8025296]},"properties":{"@type":"node","@id":30618045,"@timestamp":1182251718},"coords":"51.8025296,-0.3565651","bedrooms":"4","price":"292000","area":"353"} , +{"type":"Feature","id":"n30618181","geometry":{"type":"Point","coordinates":[-0.1229352,51.1973473]},"properties":{"@type":"node","@id":30618181,"@timestamp":1182252113},"coords":"51.1973473,-0.1229352","bedrooms":"0","price":"288000","area":"590"} , +{"type":"Feature","id":"n30618276","geometry":{"type":"Point","coordinates":[-0.3545391,51.7964522]},"properties":{"@type":"node","@id":30618276,"@timestamp":1182252254},"coords":"51.7964522,-0.3545391","bedrooms":"4","price":"263000","area":"654"} , +{"type":"Feature","id":"n30618298","geometry":{"type":"Point","coordinates":[-0.3582435,51.8008852]},"properties":{"@type":"node","@id":30618298,"@timestamp":1182252262},"coords":"51.8008852,-0.3582435","bedrooms":"2","price":"244000","area":"452"} , +{"type":"Feature","id":"n30618491","geometry":{"type":"Point","coordinates":[-0.1253025,51.2402348]},"properties":{"@type":"node","@id":30618491,"@timestamp":1182252557},"coords":"51.2402348,-0.1253025","bedrooms":"0","price":"287000","area":"446"} , +{"type":"Feature","id":"n30618536","geometry":{"type":"Point","coordinates":[-0.3611538,51.7982427]},"properties":{"@type":"node","@id":30618536,"@timestamp":1182252596},"coords":"51.7982427,-0.3611538","bedrooms":"0","price":"236000","area":"455"} , +{"type":"Feature","id":"n30619613","geometry":{"type":"Point","coordinates":[-0.3317908,51.8254826]},"properties":{"@type":"node","@id":30619613,"@timestamp":1182256231},"coords":"51.8254826,-0.3317908","bedrooms":"3","price":"179000","area":"618"} , +{"type":"Feature","id":"n30619623","geometry":{"type":"Point","coordinates":[-0.3250348,51.826531]},"properties":{"@type":"node","@id":30619623,"@timestamp":1182256239},"coords":"51.826531,-0.3250348","bedrooms":"1","price":"291000","area":"367"} , +{"type":"Feature","id":"n30619640","geometry":{"type":"Point","coordinates":[-0.319614,51.8298271]},"properties":{"@type":"node","@id":30619640,"@timestamp":1204132852},"coords":"51.8298271,-0.319614","bedrooms":"1","price":"153000","area":"695"} , +{"type":"Feature","id":"n30619693","geometry":{"type":"Point","coordinates":[-0.3055319,51.8483371]},"properties":{"@type":"node","@id":30619693,"@timestamp":1182256253},"coords":"51.8483371,-0.3055319","bedrooms":"4","price":"239000","area":"561"} , +{"type":"Feature","id":"n30619703","geometry":{"type":"Point","coordinates":[-0.3514208,51.8055799]},"properties":{"@type":"node","@id":30619703,"@timestamp":1182256255},"coords":"51.8055799,-0.3514208","bedrooms":"3","price":"191000","area":"637"} , +{"type":"Feature","id":"n30629232","geometry":{"type":"Point","coordinates":[0.2146171,51.5835813]},"properties":{"@type":"node","@id":30629232,"@timestamp":1182277872},"coords":"51.5835813,0.2146171","bedrooms":"1","price":"276000","area":"467"} , +{"type":"Feature","id":"n30631688","geometry":{"type":"Point","coordinates":[-0.1319811,51.4419386]},"properties":{"@type":"node","@id":30631688,"@timestamp":1589183968},"coords":"51.4419386,-0.1319811","bedrooms":"1","price":"220000","area":"517"} , +{"type":"Feature","id":"n30636139","geometry":{"type":"Point","coordinates":[-0.1444892,51.4001695]},"properties":{"@type":"node","@id":30636139,"@timestamp":1592349535},"coords":"51.4001695,-0.1444892","bedrooms":"4","price":"264000","area":"654"} , +{"type":"Feature","id":"n30636167","geometry":{"type":"Point","coordinates":[-0.6779715,51.007857]},"properties":{"@type":"node","@id":30636167,"@timestamp":1182282921},"coords":"51.007857,-0.6779715","bedrooms":"2","price":"234000","area":"679"} , +{"type":"Feature","id":"n30636208","geometry":{"type":"Point","coordinates":[-0.6549509,50.9952463]},"properties":{"@type":"node","@id":30636208,"@timestamp":1182282932},"coords":"50.9952463,-0.6549509","bedrooms":"3","price":"283000","area":"556"} , +{"type":"Feature","id":"n30636747","geometry":{"type":"Point","coordinates":[-0.1363876,51.4387318]},"properties":{"@type":"node","@id":30636747,"@timestamp":1613140705},"coords":"51.4387318,-0.1363876","bedrooms":"3","price":"239000","area":"497"} , +{"type":"Feature","id":"n30643587","geometry":{"type":"Point","coordinates":[-0.2882991,51.4481723]},"properties":{"@type":"node","@id":30643587,"@timestamp":1182285796},"coords":"51.4481723,-0.2882991","bedrooms":"1","price":"256000","area":"697"} , +{"type":"Feature","id":"n30643630","geometry":{"type":"Point","coordinates":[-0.2868786,51.4444887]},"properties":{"@type":"node","@id":30643630,"@timestamp":1182285799},"coords":"51.4444887,-0.2868786","bedrooms":"1","price":"208000","area":"693"} , +{"type":"Feature","id":"n30653732","geometry":{"type":"Point","coordinates":[-0.4881087,51.033514]},"properties":{"@type":"node","@id":30653732,"@timestamp":1194196298},"coords":"51.033514,-0.4881087","bedrooms":"2","price":"184000","area":"572"} , +{"type":"Feature","id":"n30654029","geometry":{"type":"Point","coordinates":[-0.4592331,51.0301013]},"properties":{"@type":"node","@id":30654029,"@timestamp":1242918981},"coords":"51.0301013,-0.4592331","bedrooms":"4","price":"221000","area":"547"} , +{"type":"Feature","id":"n30661188","geometry":{"type":"Point","coordinates":[-0.1441216,51.2452592]},"properties":{"@type":"node","@id":30661188,"@timestamp":1182299891},"coords":"51.2452592,-0.1441216","bedrooms":"3","price":"189000","area":"459"} , +{"type":"Feature","id":"n30680665","geometry":{"type":"Point","coordinates":[-0.1325386,51.4360852]},"properties":{"@type":"node","@id":30680665,"@timestamp":1622054883},"coords":"51.4360852,-0.1325386","bedrooms":"3","price":"262000","area":"554"} , +{"type":"Feature","id":"n30687966","geometry":{"type":"Point","coordinates":[-0.3413041,51.476235]},"properties":{"@type":"node","@id":30687966,"@timestamp":1182346448},"coords":"51.476235,-0.3413041","bedrooms":"3","price":"227000","area":"524"} , +{"type":"Feature","id":"n30688033","geometry":{"type":"Point","coordinates":[-0.3476287,51.4729948]},"properties":{"@type":"node","@id":30688033,"@timestamp":1182346503},"coords":"51.4729948,-0.3476287","bedrooms":"4","price":"217000","area":"687"} , +{"type":"Feature","id":"n30692141","geometry":{"type":"Point","coordinates":[-0.1344655,51.4323667]},"properties":{"@type":"node","@id":30692141,"@timestamp":1613164200},"coords":"51.4323667,-0.1344655","bedrooms":"3","price":"269000","area":"583"} , +{"type":"Feature","id":"n30695838","geometry":{"type":"Point","coordinates":[0.5689247,51.5900483]},"properties":{"@type":"node","@id":30695838,"@timestamp":1182365097},"coords":"51.5900483,0.5689247","bedrooms":"4","price":"261000","area":"509"} , +{"type":"Feature","id":"n30699870","geometry":{"type":"Point","coordinates":[0.0063276,51.3158188]},"properties":{"@type":"node","@id":30699870,"@timestamp":1234731965},"coords":"51.3158188,0.0063276","bedrooms":"3","price":"272000","area":"675"} , +{"type":"Feature","id":"n30715410","geometry":{"type":"Point","coordinates":[-0.5743374,51.2191883]},"properties":{"@type":"node","@id":30715410,"@timestamp":1182382606},"coords":"51.2191883,-0.5743374","bedrooms":"4","price":"194000","area":"446"} , +{"type":"Feature","id":"n30729632","geometry":{"type":"Point","coordinates":[-0.1469552,51.8768346]},"properties":{"@type":"node","@id":30729632,"@timestamp":1182415249},"coords":"51.8768346,-0.1469552","bedrooms":"0","price":"283000","area":"657"} , +{"type":"Feature","id":"n30738854","geometry":{"type":"Point","coordinates":[-0.322896,51.4388391]},"properties":{"@type":"node","@id":30738854,"@timestamp":1360575242},"coords":"51.4388391,-0.322896","bedrooms":"2","price":"159000","area":"423"} , +{"type":"Feature","id":"n30746256","geometry":{"type":"Point","coordinates":[-0.5693708,51.0151307]},"properties":{"@type":"node","@id":30746256,"@timestamp":1182454071},"coords":"51.0151307,-0.5693708","bedrooms":"4","price":"201000","area":"380"} , +{"type":"Feature","id":"n30746475","geometry":{"type":"Point","coordinates":[-0.5694348,51.0156645]},"properties":{"@type":"node","@id":30746475,"@timestamp":1182454113},"coords":"51.0156645,-0.5694348","bedrooms":"1","price":"174000","area":"684"} , +{"type":"Feature","id":"n30747072","geometry":{"type":"Point","coordinates":[-0.5803566,51.0102968]},"properties":{"@type":"node","@id":30747072,"@timestamp":1182454297},"coords":"51.0102968,-0.5803566","bedrooms":"3","price":"294000","area":"449"} , +{"type":"Feature","id":"n30747104","geometry":{"type":"Point","coordinates":[-0.562805,51.0189634]},"properties":{"@type":"node","@id":30747104,"@timestamp":1182454302},"coords":"51.0189634,-0.562805","bedrooms":"2","price":"192000","area":"429"} , +{"type":"Feature","id":"n30747139","geometry":{"type":"Point","coordinates":[-0.5675345,51.0170631]},"properties":{"@type":"node","@id":30747139,"@timestamp":1182454312},"coords":"51.0170631,-0.5675345","bedrooms":"0","price":"185000","area":"484"} , +{"type":"Feature","id":"n30747161","geometry":{"type":"Point","coordinates":[-0.5803595,50.9994594]},"properties":{"@type":"node","@id":30747161,"@timestamp":1182454319},"coords":"50.9994594,-0.5803595","bedrooms":"0","price":"251000","area":"580"} , +{"type":"Feature","id":"n30759325","geometry":{"type":"Point","coordinates":[-0.355851,51.5526911]},"properties":{"@type":"node","@id":30759325,"@timestamp":1182484984},"coords":"51.5526911,-0.355851","bedrooms":"1","price":"224000","area":"553"} , +{"type":"Feature","id":"n30759389","geometry":{"type":"Point","coordinates":[-0.3428594,51.5558316]},"properties":{"@type":"node","@id":30759389,"@timestamp":1183346948},"coords":"51.5558316,-0.3428594","bedrooms":"0","price":"282000","area":"602"} , +{"type":"Feature","id":"n30770554","geometry":{"type":"Point","coordinates":[-0.352483,51.8098696]},"properties":{"@type":"node","@id":30770554,"@timestamp":1187890105},"coords":"51.8098696,-0.352483","bedrooms":"4","price":"182000","area":"432"} , +{"type":"Feature","id":"n30770565","geometry":{"type":"Point","coordinates":[-0.3517133,51.8088434]},"properties":{"@type":"node","@id":30770565,"@timestamp":1182520778},"coords":"51.8088434,-0.3517133","bedrooms":"4","price":"266000","area":"354"} , +{"type":"Feature","id":"n30771213","geometry":{"type":"Point","coordinates":[-0.3534171,51.8108465]},"properties":{"@type":"node","@id":30771213,"@timestamp":1184605661},"coords":"51.8108465,-0.3534171","bedrooms":"3","price":"161000","area":"451"} , +{"type":"Feature","id":"n30771231","geometry":{"type":"Point","coordinates":[-0.3531247,51.8074448]},"properties":{"@type":"node","@id":30771231,"@timestamp":1182522774},"coords":"51.8074448,-0.3531247","bedrooms":"3","price":"243000","area":"633"} , +{"type":"Feature","id":"n30771260","geometry":{"type":"Point","coordinates":[-0.3513915,51.8001404]},"properties":{"@type":"node","@id":30771260,"@timestamp":1182522783},"coords":"51.8001404,-0.3513915","bedrooms":"4","price":"187000","area":"562"} , +{"type":"Feature","id":"n30771273","geometry":{"type":"Point","coordinates":[-0.3505756,51.7970446]},"properties":{"@type":"node","@id":30771273,"@timestamp":1182522786},"coords":"51.7970446,-0.3505756","bedrooms":"4","price":"174000","area":"553"} , +{"type":"Feature","id":"n30771329","geometry":{"type":"Point","coordinates":[-0.3328539,51.8032282]},"properties":{"@type":"node","@id":30771329,"@timestamp":1182522799},"coords":"51.8032282,-0.3328539","bedrooms":"4","price":"183000","area":"434"} , +{"type":"Feature","id":"n30771364","geometry":{"type":"Point","coordinates":[-0.3373601,51.8011687]},"properties":{"@type":"node","@id":30771364,"@timestamp":1182522806},"coords":"51.8011687,-0.3373601","bedrooms":"3","price":"240000","area":"430"} , +{"type":"Feature","id":"n30771417","geometry":{"type":"Point","coordinates":[-0.3413256,51.8041201]},"properties":{"@type":"node","@id":30771417,"@timestamp":1182522816},"coords":"51.8041201,-0.3413256","bedrooms":"2","price":"260000","area":"417"} , +{"type":"Feature","id":"n30771453","geometry":{"type":"Point","coordinates":[-0.3386162,51.8005851]},"properties":{"@type":"node","@id":30771453,"@timestamp":1182522824},"coords":"51.8005851,-0.3386162","bedrooms":"3","price":"193000","area":"605"} , +{"type":"Feature","id":"n30771484","geometry":{"type":"Point","coordinates":[-0.3239225,51.8085833]},"properties":{"@type":"node","@id":30771484,"@timestamp":1182522831},"coords":"51.8085833,-0.3239225","bedrooms":"0","price":"218000","area":"365"} , +{"type":"Feature","id":"n30771874","geometry":{"type":"Point","coordinates":[-0.3314257,51.8064763]},"properties":{"@type":"node","@id":30771874,"@timestamp":1182524109},"coords":"51.8064763,-0.3314257","bedrooms":"2","price":"275000","area":"586"} , +{"type":"Feature","id":"n30771885","geometry":{"type":"Point","coordinates":[-0.3412932,51.7961668]},"properties":{"@type":"node","@id":30771885,"@timestamp":1182524111},"coords":"51.7961668,-0.3412932","bedrooms":"2","price":"205000","area":"484"} , +{"type":"Feature","id":"n30771899","geometry":{"type":"Point","coordinates":[-0.3342226,51.7991211]},"properties":{"@type":"node","@id":30771899,"@timestamp":1182524133},"coords":"51.7991211,-0.3342226","bedrooms":"4","price":"274000","area":"493"} , +{"type":"Feature","id":"n30771921","geometry":{"type":"Point","coordinates":[-0.3427808,51.7960101]},"properties":{"@type":"node","@id":30771921,"@timestamp":1182524136},"coords":"51.7960101,-0.3427808","bedrooms":"0","price":"271000","area":"591"} , +{"type":"Feature","id":"n30772263","geometry":{"type":"Point","coordinates":[0.2344563,51.490652]},"properties":{"@type":"node","@id":30772263,"@timestamp":1182525591},"coords":"51.490652,0.2344563","bedrooms":"0","price":"284000","area":"641"} , +{"type":"Feature","id":"n30772322","geometry":{"type":"Point","coordinates":[0.2351952,51.486473]},"properties":{"@type":"node","@id":30772322,"@timestamp":1182525636},"coords":"51.486473,0.2351952","bedrooms":"1","price":"174000","area":"635"} , +{"type":"Feature","id":"n30775209","geometry":{"type":"Point","coordinates":[-0.318845,51.5493726]},"properties":{"@type":"node","@id":30775209,"@timestamp":1422218518},"coords":"51.5493726,-0.318845","bedrooms":"1","price":"183000","area":"559"} , +{"type":"Feature","id":"n30779207","geometry":{"type":"Point","coordinates":[-0.6403459,51.1975031]},"properties":{"@type":"node","@id":30779207,"@timestamp":1182543463},"coords":"51.1975031,-0.6403459","bedrooms":"4","price":"185000","area":"397"} , +{"type":"Feature","id":"n30780981","geometry":{"type":"Point","coordinates":[-0.6149265,51.1918447]},"properties":{"@type":"node","@id":30780981,"@timestamp":1182547720},"coords":"51.1918447,-0.6149265","bedrooms":"4","price":"160000","area":"444"} , +{"type":"Feature","id":"n30782033","geometry":{"type":"Point","coordinates":[-0.6191054,51.1984464]},"properties":{"@type":"node","@id":30782033,"@timestamp":1182548995},"coords":"51.1984464,-0.6191054","bedrooms":"2","price":"182000","area":"624"} , +{"type":"Feature","id":"n30787439","geometry":{"type":"Point","coordinates":[-0.7745897,51.232935]},"properties":{"@type":"node","@id":30787439,"@timestamp":1182559621},"coords":"51.232935,-0.7745897","bedrooms":"3","price":"284000","area":"697"} , +{"type":"Feature","id":"n30793153","geometry":{"type":"Point","coordinates":[-0.1206516,51.5589274]},"properties":{"@type":"node","@id":30793153,"@timestamp":1477510848},"coords":"51.5589274,-0.1206516","bedrooms":"0","price":"163000","area":"436"} , +{"type":"Feature","id":"n30794089","geometry":{"type":"Point","coordinates":[-0.2181138,51.9090232]},"properties":{"@type":"node","@id":30794089,"@timestamp":1182599591},"coords":"51.9090232,-0.2181138","bedrooms":"4","price":"260000","area":"569"} , +{"type":"Feature","id":"n30794190","geometry":{"type":"Point","coordinates":[-0.2146594,51.9126987]},"properties":{"@type":"node","@id":30794190,"@timestamp":1293552283},"coords":"51.9126987,-0.2146594","bedrooms":"3","price":"185000","area":"635"} , +{"type":"Feature","id":"n30794406","geometry":{"type":"Point","coordinates":[0.0824382,51.4437459]},"properties":{"@type":"node","@id":30794406,"@timestamp":1182600482},"coords":"51.4437459,0.0824382","bedrooms":"4","price":"204000","area":"412"} , +{"type":"Feature","id":"n30794423","geometry":{"type":"Point","coordinates":[0.0827761,51.4633978]},"properties":{"@type":"node","@id":30794423,"@timestamp":1182600496},"coords":"51.4633978,0.0827761","bedrooms":"2","price":"222000","area":"403"} , +{"type":"Feature","id":"n30794436","geometry":{"type":"Point","coordinates":[0.0930806,51.4730267]},"properties":{"@type":"node","@id":30794436,"@timestamp":1182600503},"coords":"51.4730267,0.0930806","bedrooms":"2","price":"273000","area":"424"} , +{"type":"Feature","id":"n30794729","geometry":{"type":"Point","coordinates":[-0.072665,51.4696341]},"properties":{"@type":"node","@id":30794729,"@timestamp":1182601199},"coords":"51.4696341,-0.072665","bedrooms":"1","price":"249000","area":"641"} , +{"type":"Feature","id":"n30794762","geometry":{"type":"Point","coordinates":[-0.0720438,51.4699227]},"properties":{"@type":"node","@id":30794762,"@timestamp":1182601212},"coords":"51.4699227,-0.0720438","bedrooms":"2","price":"266000","area":"404"} , +{"type":"Feature","id":"n30794788","geometry":{"type":"Point","coordinates":[-0.0705801,51.4702732]},"properties":{"@type":"node","@id":30794788,"@timestamp":1182601219},"coords":"51.4702732,-0.0705801","bedrooms":"3","price":"253000","area":"638"} , +{"type":"Feature","id":"n30795596","geometry":{"type":"Point","coordinates":[-1.026084,51.3137281]},"properties":{"@type":"node","@id":30795596,"@timestamp":1241442792},"coords":"51.3137281,-1.026084","bedrooms":"1","price":"220000","area":"569"} , +{"type":"Feature","id":"n30796325","geometry":{"type":"Point","coordinates":[0.8392697,51.0363322]},"properties":{"@type":"node","@id":30796325,"@timestamp":1204567895},"coords":"51.0363322,0.8392697","bedrooms":"1","price":"225000","area":"509"} , +{"type":"Feature","id":"n30802740","geometry":{"type":"Point","coordinates":[-0.3417108,51.4827956]},"properties":{"@type":"node","@id":30802740,"@timestamp":1186408822},"coords":"51.4827956,-0.3417108","bedrooms":"3","price":"199000","area":"524"} , +{"type":"Feature","id":"n30802883","geometry":{"type":"Point","coordinates":[-0.3460486,51.5047989]},"properties":{"@type":"node","@id":30802883,"@timestamp":1182615067},"coords":"51.5047989,-0.3460486","bedrooms":"1","price":"278000","area":"645"} , +{"type":"Feature","id":"n30802917","geometry":{"type":"Point","coordinates":[-0.3648867,51.4990949]},"properties":{"@type":"node","@id":30802917,"@timestamp":1182615097},"coords":"51.4990949,-0.3648867","bedrooms":"2","price":"158000","area":"426"} , +{"type":"Feature","id":"n30802939","geometry":{"type":"Point","coordinates":[-0.3642675,51.4928656]},"properties":{"@type":"node","@id":30802939,"@timestamp":1182615102},"coords":"51.4928656,-0.3642675","bedrooms":"2","price":"239000","area":"383"} , +{"type":"Feature","id":"n30805871","geometry":{"type":"Point","coordinates":[0.3676678,51.4959484]},"properties":{"@type":"node","@id":30805871,"@timestamp":1182619697},"coords":"51.4959484,0.3676678","bedrooms":"3","price":"238000","area":"474"} , +{"type":"Feature","id":"n30805955","geometry":{"type":"Point","coordinates":[0.3623303,51.4941248]},"properties":{"@type":"node","@id":30805955,"@timestamp":1206646780},"coords":"51.4941248,0.3623303","bedrooms":"1","price":"213000","area":"524"} , +{"type":"Feature","id":"n30806433","geometry":{"type":"Point","coordinates":[0.3686808,51.4899562]},"properties":{"@type":"node","@id":30806433,"@timestamp":1206221107},"coords":"51.4899562,0.3686808","bedrooms":"4","price":"227000","area":"406"} , +{"type":"Feature","id":"n30806916","geometry":{"type":"Point","coordinates":[-0.1009732,51.9357975]},"properties":{"@type":"node","@id":30806916,"@timestamp":1182621048},"coords":"51.9357975,-0.1009732","bedrooms":"1","price":"280000","area":"540"} , +{"type":"Feature","id":"n30807003","geometry":{"type":"Point","coordinates":[-0.0843101,51.9387379]},"properties":{"@type":"node","@id":30807003,"@timestamp":1182621584},"coords":"51.9387379,-0.0843101","bedrooms":"4","price":"193000","area":"399"} , +{"type":"Feature","id":"n30807043","geometry":{"type":"Point","coordinates":[-0.0731401,51.9363219]},"properties":{"@type":"node","@id":30807043,"@timestamp":1182621689},"coords":"51.9363219,-0.0731401","bedrooms":"0","price":"195000","area":"465"} , +{"type":"Feature","id":"n30807107","geometry":{"type":"Point","coordinates":[-0.0719795,51.9587844]},"properties":{"@type":"node","@id":30807107,"@timestamp":1634476893},"coords":"51.9587844,-0.0719795","bedrooms":"2","price":"179000","area":"532"} , +{"type":"Feature","id":"n30807415","geometry":{"type":"Point","coordinates":[0.3896654,51.5039851]},"properties":{"@type":"node","@id":30807415,"@timestamp":1182622819},"coords":"51.5039851,0.3896654","bedrooms":"4","price":"274000","area":"486"} , +{"type":"Feature","id":"n30810254","geometry":{"type":"Point","coordinates":[0.4669659,51.3840995]},"properties":{"@type":"node","@id":30810254,"@timestamp":1182626846},"coords":"51.3840995,0.4669659","bedrooms":"0","price":"291000","area":"369"} , +{"type":"Feature","id":"n30810906","geometry":{"type":"Point","coordinates":[0.8763069,51.1736954]},"properties":{"@type":"node","@id":30810906,"@timestamp":1182628204},"coords":"51.1736954,0.8763069","bedrooms":"0","price":"184000","area":"525"} , +{"type":"Feature","id":"n30836263","geometry":{"type":"Point","coordinates":[-0.4650155,51.4983244]},"properties":{"@type":"node","@id":30836263,"@timestamp":1182689326},"coords":"51.4983244,-0.4650155","bedrooms":"2","price":"222000","area":"544"} , +{"type":"Feature","id":"n30836278","geometry":{"type":"Point","coordinates":[-0.4570052,51.4902025]},"properties":{"@type":"node","@id":30836278,"@timestamp":1182689331},"coords":"51.4902025,-0.4570052","bedrooms":"1","price":"176000","area":"370"} , +{"type":"Feature","id":"n30836288","geometry":{"type":"Point","coordinates":[-0.4550999,51.4869495]},"properties":{"@type":"node","@id":30836288,"@timestamp":1182689335},"coords":"51.4869495,-0.4550999","bedrooms":"3","price":"213000","area":"693"} , +{"type":"Feature","id":"n30836306","geometry":{"type":"Point","coordinates":[-0.4563401,51.4897703]},"properties":{"@type":"node","@id":30836306,"@timestamp":1182689345},"coords":"51.4897703,-0.4563401","bedrooms":"2","price":"288000","area":"449"} , +{"type":"Feature","id":"n30844589","geometry":{"type":"Point","coordinates":[0.0161489,51.2559352]},"properties":{"@type":"node","@id":30844589,"@timestamp":1338333009},"coords":"51.2559352,0.0161489","bedrooms":"3","price":"249000","area":"634"} , +{"type":"Feature","id":"n30860008","geometry":{"type":"Point","coordinates":[-0.4579125,51.7649431]},"properties":{"@type":"node","@id":30860008,"@timestamp":1182721088},"coords":"51.7649431,-0.4579125","bedrooms":"1","price":"244000","area":"599"} , +{"type":"Feature","id":"n30860202","geometry":{"type":"Point","coordinates":[-0.4546342,51.7685038]},"properties":{"@type":"node","@id":30860202,"@timestamp":1182721179},"coords":"51.7685038,-0.4546342","bedrooms":"2","price":"209000","area":"497"} , +{"type":"Feature","id":"n30860304","geometry":{"type":"Point","coordinates":[-0.4497787,51.7706658]},"properties":{"@type":"node","@id":30860304,"@timestamp":1182721213},"coords":"51.7706658,-0.4497787","bedrooms":"1","price":"160000","area":"575"} , +{"type":"Feature","id":"n30860526","geometry":{"type":"Point","coordinates":[-0.4598214,51.7694706]},"properties":{"@type":"node","@id":30860526,"@timestamp":1209322416},"coords":"51.7694706,-0.4598214","bedrooms":"1","price":"254000","area":"477"} , +{"type":"Feature","id":"n30860949","geometry":{"type":"Point","coordinates":[-0.4442894,51.77237]},"properties":{"@type":"node","@id":30860949,"@timestamp":1182725180},"coords":"51.77237,-0.4442894","bedrooms":"3","price":"178000","area":"526"} , +{"type":"Feature","id":"n30863471","geometry":{"type":"Point","coordinates":[-0.3137251,51.4526403]},"properties":{"@type":"node","@id":30863471,"@timestamp":1633875517},"coords":"51.4526403,-0.3137251","bedrooms":"3","price":"244000","area":"552"} , +{"type":"Feature","id":"n30863906","geometry":{"type":"Point","coordinates":[0.2300215,51.6092499]},"properties":{"@type":"node","@id":30863906,"@timestamp":1564916371},"coords":"51.6092499,0.2300215","bedrooms":"0","price":"238000","area":"563"} , +{"type":"Feature","id":"n30875124","geometry":{"type":"Point","coordinates":[0.2513544,51.5904208]},"properties":{"@type":"node","@id":30875124,"@timestamp":1616821663},"coords":"51.5904208,0.2513544","bedrooms":"2","price":"215000","area":"447"} , +{"type":"Feature","id":"n30880146","geometry":{"type":"Point","coordinates":[-0.3462429,51.5546279]},"properties":{"@type":"node","@id":30880146,"@timestamp":1182744571},"coords":"51.5546279,-0.3462429","bedrooms":"2","price":"218000","area":"595"} , +{"type":"Feature","id":"n30906362","geometry":{"type":"Point","coordinates":[-0.5671144,50.9965454]},"properties":{"@type":"node","@id":30906362,"@timestamp":1219345839},"coords":"50.9965454,-0.5671144","bedrooms":"4","price":"180000","area":"452"} , +{"type":"Feature","id":"n30925759","geometry":{"type":"Point","coordinates":[-0.3477401,51.4783057]},"properties":{"@type":"node","@id":30925759,"@timestamp":1182855459},"coords":"51.4783057,-0.3477401","bedrooms":"0","price":"226000","area":"549"} , +{"type":"Feature","id":"n30925797","geometry":{"type":"Point","coordinates":[-0.3363196,51.4783557]},"properties":{"@type":"node","@id":30925797,"@timestamp":1182855464},"coords":"51.4783557,-0.3363196","bedrooms":"0","price":"224000","area":"356"} , +{"type":"Feature","id":"n30932579","geometry":{"type":"Point","coordinates":[0.617558,51.0705788]},"properties":{"@type":"node","@id":30932579,"@timestamp":1230848280},"coords":"51.0705788,0.617558","bedrooms":"4","price":"174000","area":"564"} , +{"type":"Feature","id":"n30932962","geometry":{"type":"Point","coordinates":[0.5899395,51.0550857]},"properties":{"@type":"node","@id":30932962,"@timestamp":1219855700},"coords":"51.0550857,0.5899395","bedrooms":"2","price":"278000","area":"641"} , +{"type":"Feature","id":"n30933408","geometry":{"type":"Point","coordinates":[0.428236,51.0892228]},"properties":{"@type":"node","@id":30933408,"@timestamp":1527435648},"coords":"51.0892228,0.428236","bedrooms":"3","price":"293000","area":"625"} , +{"type":"Feature","id":"n30939407","geometry":{"type":"Point","coordinates":[-0.4575578,51.020888]},"properties":{"@type":"node","@id":30939407,"@timestamp":1182884725},"coords":"51.020888,-0.4575578","bedrooms":"1","price":"200000","area":"502"} , +{"type":"Feature","id":"n30946503","geometry":{"type":"Point","coordinates":[-0.6124383,51.5893468]},"properties":{"@type":"node","@id":30946503,"@timestamp":1182889898},"coords":"51.5893468,-0.6124383","bedrooms":"1","price":"201000","area":"637"} , +{"type":"Feature","id":"n30946521","geometry":{"type":"Point","coordinates":[-0.599505,51.5841317]},"properties":{"@type":"node","@id":30946521,"@timestamp":1182889900},"coords":"51.5841317,-0.599505","bedrooms":"2","price":"245000","area":"423"} , +{"type":"Feature","id":"n30946618","geometry":{"type":"Point","coordinates":[-0.5998279,51.5825094]},"properties":{"@type":"node","@id":30946618,"@timestamp":1182889909},"coords":"51.5825094,-0.5998279","bedrooms":"2","price":"176000","area":"527"} , +{"type":"Feature","id":"n30947772","geometry":{"type":"Point","coordinates":[-0.5898807,51.584334]},"properties":{"@type":"node","@id":30947772,"@timestamp":1182890469},"coords":"51.584334,-0.5898807","bedrooms":"2","price":"167000","area":"694"} , +{"type":"Feature","id":"n30947813","geometry":{"type":"Point","coordinates":[-0.5949112,51.582467]},"properties":{"@type":"node","@id":30947813,"@timestamp":1182890477},"coords":"51.582467,-0.5949112","bedrooms":"3","price":"252000","area":"558"} , +{"type":"Feature","id":"n30947823","geometry":{"type":"Point","coordinates":[-0.5851053,51.5761193]},"properties":{"@type":"node","@id":30947823,"@timestamp":1182890479},"coords":"51.5761193,-0.5851053","bedrooms":"4","price":"200000","area":"654"} , +{"type":"Feature","id":"n30948224","geometry":{"type":"Point","coordinates":[-0.5660797,51.5903432]},"properties":{"@type":"node","@id":30948224,"@timestamp":1182890956},"coords":"51.5903432,-0.5660797","bedrooms":"1","price":"283000","area":"634"} , +{"type":"Feature","id":"n30949133","geometry":{"type":"Point","coordinates":[-0.2498044,51.4657227]},"properties":{"@type":"node","@id":30949133,"@timestamp":1620401025},"coords":"51.4657227,-0.2498044","bedrooms":"4","price":"213000","area":"526"} , +{"type":"Feature","id":"n30954642","geometry":{"type":"Point","coordinates":[-0.5865836,51.5847221]},"properties":{"@type":"node","@id":30954642,"@timestamp":1182896949},"coords":"51.5847221,-0.5865836","bedrooms":"3","price":"228000","area":"410"} , +{"type":"Feature","id":"n30954662","geometry":{"type":"Point","coordinates":[-0.582507,51.5870639]},"properties":{"@type":"node","@id":30954662,"@timestamp":1182896952},"coords":"51.5870639,-0.582507","bedrooms":"3","price":"260000","area":"596"} , +{"type":"Feature","id":"n30954718","geometry":{"type":"Point","coordinates":[-0.568585,51.5879719]},"properties":{"@type":"node","@id":30954718,"@timestamp":1182896973},"coords":"51.5879719,-0.568585","bedrooms":"0","price":"277000","area":"378"} , +{"type":"Feature","id":"n30963265","geometry":{"type":"Point","coordinates":[-0.3734546,51.4852668]},"properties":{"@type":"node","@id":30963265,"@timestamp":1182941326},"coords":"51.4852668,-0.3734546","bedrooms":"1","price":"158000","area":"666"} , +{"type":"Feature","id":"n30969493","geometry":{"type":"Point","coordinates":[-0.580071,51.2195385]},"properties":{"@type":"node","@id":30969493,"@timestamp":1182955798},"coords":"51.2195385,-0.580071","bedrooms":"1","price":"190000","area":"542"} , +{"type":"Feature","id":"n30974609","geometry":{"type":"Point","coordinates":[-0.2956777,51.7381062]},"properties":{"@type":"node","@id":30974609,"@timestamp":1182966953},"coords":"51.7381062,-0.2956777","bedrooms":"2","price":"177000","area":"631"} , +{"type":"Feature","id":"n30991669","geometry":{"type":"Point","coordinates":[0.2505223,51.5786743]},"properties":{"@type":"node","@id":30991669,"@timestamp":1349725574},"coords":"51.5786743,0.2505223","bedrooms":"2","price":"166000","area":"640"} , +{"type":"Feature","id":"n30993200","geometry":{"type":"Point","coordinates":[-0.2113605,51.3383211]},"properties":{"@type":"node","@id":30993200,"@timestamp":1182997336},"coords":"51.3383211,-0.2113605","bedrooms":"2","price":"224000","area":"616"} , +{"type":"Feature","id":"n30993248","geometry":{"type":"Point","coordinates":[-0.1861723,51.3794348]},"properties":{"@type":"node","@id":30993248,"@timestamp":1191441877},"coords":"51.3794348,-0.1861723","bedrooms":"2","price":"152000","area":"419"} , +{"type":"Feature","id":"n31002142","geometry":{"type":"Point","coordinates":[-0.355206,51.4689899]},"properties":{"@type":"node","@id":31002142,"@timestamp":1183034227},"coords":"51.4689899,-0.355206","bedrooms":"4","price":"194000","area":"586"} , +{"type":"Feature","id":"n31002156","geometry":{"type":"Point","coordinates":[-0.3524166,51.4689586]},"properties":{"@type":"node","@id":31002156,"@timestamp":1183034229},"coords":"51.4689586,-0.3524166","bedrooms":"2","price":"285000","area":"391"} , +{"type":"Feature","id":"n31002220","geometry":{"type":"Point","coordinates":[-0.3651246,51.4668433]},"properties":{"@type":"node","@id":31002220,"@timestamp":1564916371},"coords":"51.4668433,-0.3651246","bedrooms":"3","price":"283000","area":"361"} , +{"type":"Feature","id":"n31010597","geometry":{"type":"Point","coordinates":[-0.6752975,51.5871161]},"properties":{"@type":"node","@id":31010597,"@timestamp":1183055617},"coords":"51.5871161,-0.6752975","bedrooms":"0","price":"288000","area":"447"} , +{"type":"Feature","id":"n31010620","geometry":{"type":"Point","coordinates":[-0.682455,51.5848295]},"properties":{"@type":"node","@id":31010620,"@timestamp":1183055622},"coords":"51.5848295,-0.682455","bedrooms":"3","price":"253000","area":"401"} , +{"type":"Feature","id":"n31017942","geometry":{"type":"Point","coordinates":[-0.4799356,51.0376751]},"properties":{"@type":"node","@id":31017942,"@timestamp":1194450606},"coords":"51.0376751,-0.4799356","bedrooms":"2","price":"217000","area":"544"} , +{"type":"Feature","id":"n31022253","geometry":{"type":"Point","coordinates":[-0.191728,51.5033274]},"properties":{"@type":"node","@id":31022253,"@timestamp":1564916371},"coords":"51.5033274,-0.191728","bedrooms":"0","price":"236000","area":"665"} , +{"type":"Feature","id":"n31032366","geometry":{"type":"Point","coordinates":[-0.5716268,51.212305]},"properties":{"@type":"node","@id":31032366,"@timestamp":1183121210},"coords":"51.212305,-0.5716268","bedrooms":"1","price":"202000","area":"629"} , +{"type":"Feature","id":"n31033555","geometry":{"type":"Point","coordinates":[-0.1483756,51.3709155]},"properties":{"@type":"node","@id":31033555,"@timestamp":1354475270},"coords":"51.3709155,-0.1483756","bedrooms":"3","price":"191000","area":"364"} , +{"type":"Feature","id":"n31046846","geometry":{"type":"Point","coordinates":[-0.3684133,51.4706531]},"properties":{"@type":"node","@id":31046846,"@timestamp":1183142539},"coords":"51.4706531,-0.3684133","bedrooms":"1","price":"225000","area":"598"} , +{"type":"Feature","id":"n31046870","geometry":{"type":"Point","coordinates":[-0.3729602,51.4699401]},"properties":{"@type":"node","@id":31046870,"@timestamp":1183142541},"coords":"51.4699401,-0.3729602","bedrooms":"0","price":"217000","area":"686"} , +{"type":"Feature","id":"n31046942","geometry":{"type":"Point","coordinates":[-0.3695805,51.4734186]},"properties":{"@type":"node","@id":31046942,"@timestamp":1204276144},"coords":"51.4734186,-0.3695805","bedrooms":"3","price":"225000","area":"558"} , +{"type":"Feature","id":"n31047004","geometry":{"type":"Point","coordinates":[-1.0451121,51.553003]},"properties":{"@type":"node","@id":31047004,"@timestamp":1183142715},"coords":"51.553003,-1.0451121","bedrooms":"0","price":"172000","area":"664"} , +{"type":"Feature","id":"n31047256","geometry":{"type":"Point","coordinates":[-0.1473432,51.3700198]},"properties":{"@type":"node","@id":31047256,"@timestamp":1354475271},"coords":"51.3700198,-0.1473432","bedrooms":"2","price":"222000","area":"672"} , +{"type":"Feature","id":"n31049285","geometry":{"type":"Point","coordinates":[-1.1046079,51.4980461]},"properties":{"@type":"node","@id":31049285,"@timestamp":1183146337},"coords":"51.4980461,-1.1046079","bedrooms":"0","price":"175000","area":"572"} , +{"type":"Feature","id":"n31049331","geometry":{"type":"Point","coordinates":[-1.0894519,51.4961518]},"properties":{"@type":"node","@id":31049331,"@timestamp":1183146346},"coords":"51.4961518,-1.0894519","bedrooms":"0","price":"156000","area":"634"} , +{"type":"Feature","id":"n31049350","geometry":{"type":"Point","coordinates":[-1.0771092,51.4947144]},"properties":{"@type":"node","@id":31049350,"@timestamp":1183146349},"coords":"51.4947144,-1.0771092","bedrooms":"0","price":"218000","area":"596"} , +{"type":"Feature","id":"n31049390","geometry":{"type":"Point","coordinates":[-1.0641485,51.5073036]},"properties":{"@type":"node","@id":31049390,"@timestamp":1183146355},"coords":"51.5073036,-1.0641485","bedrooms":"2","price":"230000","area":"408"} , +{"type":"Feature","id":"n31049405","geometry":{"type":"Point","coordinates":[-1.0644109,51.4992296]},"properties":{"@type":"node","@id":31049405,"@timestamp":1183146357},"coords":"51.4992296,-1.0644109","bedrooms":"2","price":"296000","area":"425"} , +{"type":"Feature","id":"n31049415","geometry":{"type":"Point","coordinates":[-1.0560139,51.5026409]},"properties":{"@type":"node","@id":31049415,"@timestamp":1183146359},"coords":"51.5026409,-1.0560139","bedrooms":"3","price":"214000","area":"519"} , +{"type":"Feature","id":"n31049425","geometry":{"type":"Point","coordinates":[-1.0520173,51.4957982]},"properties":{"@type":"node","@id":31049425,"@timestamp":1183146360},"coords":"51.4957982,-1.0520173","bedrooms":"1","price":"228000","area":"407"} , +{"type":"Feature","id":"n31049863","geometry":{"type":"Point","coordinates":[-1.0453228,51.5149074]},"properties":{"@type":"node","@id":31049863,"@timestamp":1183147114},"coords":"51.5149074,-1.0453228","bedrooms":"3","price":"268000","area":"407"} , +{"type":"Feature","id":"n31049873","geometry":{"type":"Point","coordinates":[-1.0348065,51.512309]},"properties":{"@type":"node","@id":31049873,"@timestamp":1183147115},"coords":"51.512309,-1.0348065","bedrooms":"3","price":"168000","area":"491"} , +{"type":"Feature","id":"n31049889","geometry":{"type":"Point","coordinates":[-1.0303462,51.5037568]},"properties":{"@type":"node","@id":31049889,"@timestamp":1183147118},"coords":"51.5037568,-1.0303462","bedrooms":"4","price":"258000","area":"368"} , +{"type":"Feature","id":"n31050229","geometry":{"type":"Point","coordinates":[-0.8705478,51.5587793]},"properties":{"@type":"node","@id":31050229,"@timestamp":1237300871},"coords":"51.5587793,-0.8705478","bedrooms":"2","price":"195000","area":"698"} , +{"type":"Feature","id":"n31050881","geometry":{"type":"Point","coordinates":[-1.1145464,51.3874622]},"properties":{"@type":"node","@id":31050881,"@timestamp":1245879523},"coords":"51.3874622,-1.1145464","bedrooms":"4","price":"210000","area":"597"} , +{"type":"Feature","id":"n31053025","geometry":{"type":"Point","coordinates":[-0.9699499,51.373754]},"properties":{"@type":"node","@id":31053025,"@timestamp":1183151141},"coords":"51.373754,-0.9699499","bedrooms":"0","price":"216000","area":"637"} , +{"type":"Feature","id":"n31058219","geometry":{"type":"Point","coordinates":[-0.3128503,51.451901]},"properties":{"@type":"node","@id":31058219,"@timestamp":1183158552},"coords":"51.451901,-0.3128503","bedrooms":"0","price":"249000","area":"587"} , +{"type":"Feature","id":"n31058229","geometry":{"type":"Point","coordinates":[-0.3130601,51.452664]},"properties":{"@type":"node","@id":31058229,"@timestamp":1183158554},"coords":"51.452664,-0.3130601","bedrooms":"2","price":"210000","area":"641"} , +{"type":"Feature","id":"n31059421","geometry":{"type":"Point","coordinates":[-0.3143774,51.4521467]},"properties":{"@type":"node","@id":31059421,"@timestamp":1183161703},"coords":"51.4521467,-0.3143774","bedrooms":"0","price":"222000","area":"628"} , +{"type":"Feature","id":"n31059431","geometry":{"type":"Point","coordinates":[-0.3127732,51.451538]},"properties":{"@type":"node","@id":31059431,"@timestamp":1183161705},"coords":"51.451538,-0.3127732","bedrooms":"2","price":"170000","area":"519"} , +{"type":"Feature","id":"n31059447","geometry":{"type":"Point","coordinates":[-0.312151,51.451824]},"properties":{"@type":"node","@id":31059447,"@timestamp":1199657034},"coords":"51.451824,-0.312151","bedrooms":"2","price":"240000","area":"409"} , +{"type":"Feature","id":"n31066402","geometry":{"type":"Point","coordinates":[-1.028945,51.4903508]},"properties":{"@type":"node","@id":31066402,"@timestamp":1183195705},"coords":"51.4903508,-1.028945","bedrooms":"3","price":"291000","area":"358"} , +{"type":"Feature","id":"n31066417","geometry":{"type":"Point","coordinates":[-1.0299718,51.4952334]},"properties":{"@type":"node","@id":31066417,"@timestamp":1183195709},"coords":"51.4952334,-1.0299718","bedrooms":"0","price":"164000","area":"456"} , +{"type":"Feature","id":"n31066467","geometry":{"type":"Point","coordinates":[-1.0077144,51.4990799]},"properties":{"@type":"node","@id":31066467,"@timestamp":1183195720},"coords":"51.4990799,-1.0077144","bedrooms":"3","price":"174000","area":"595"} , +{"type":"Feature","id":"n31084928","geometry":{"type":"Point","coordinates":[-1.0950051,51.945887]},"properties":{"@type":"node","@id":31084928,"@timestamp":1197821071},"coords":"51.945887,-1.0950051","bedrooms":"1","price":"226000","area":"523"} , +{"type":"Feature","id":"n31084938","geometry":{"type":"Point","coordinates":[-1.0865269,51.9522655]},"properties":{"@type":"node","@id":31084938,"@timestamp":1197821077},"coords":"51.9522655,-1.0865269","bedrooms":"1","price":"182000","area":"485"} , +{"type":"Feature","id":"n31084960","geometry":{"type":"Point","coordinates":[-1.0704692,51.9420032]},"properties":{"@type":"node","@id":31084960,"@timestamp":1209232941},"coords":"51.9420032,-1.0704692","bedrooms":"3","price":"174000","area":"628"} , +{"type":"Feature","id":"n31085200","geometry":{"type":"Point","coordinates":[-1.058162,51.9492713]},"properties":{"@type":"node","@id":31085200,"@timestamp":1183227435},"coords":"51.9492713,-1.058162","bedrooms":"4","price":"219000","area":"492"} , +{"type":"Feature","id":"n31085215","geometry":{"type":"Point","coordinates":[-1.0558214,51.9522322]},"properties":{"@type":"node","@id":31085215,"@timestamp":1183227438},"coords":"51.9522322,-1.0558214","bedrooms":"4","price":"208000","area":"640"} , +{"type":"Feature","id":"n31085455","geometry":{"type":"Point","coordinates":[-1.0491359,51.9523197]},"properties":{"@type":"node","@id":31085455,"@timestamp":1183228264},"coords":"51.9523197,-1.0491359","bedrooms":"4","price":"160000","area":"483"} , +{"type":"Feature","id":"n31085472","geometry":{"type":"Point","coordinates":[-1.0447105,51.960336]},"properties":{"@type":"node","@id":31085472,"@timestamp":1183228266},"coords":"51.960336,-1.0447105","bedrooms":"3","price":"256000","area":"411"} , +{"type":"Feature","id":"n31086028","geometry":{"type":"Point","coordinates":[-1.0680374,51.956406]},"properties":{"@type":"node","@id":31086028,"@timestamp":1198428354},"coords":"51.956406,-1.0680374","bedrooms":"2","price":"167000","area":"578"} , +{"type":"Feature","id":"n31086077","geometry":{"type":"Point","coordinates":[-1.0737074,51.9652751]},"properties":{"@type":"node","@id":31086077,"@timestamp":1237871117},"coords":"51.9652751,-1.0737074","bedrooms":"1","price":"280000","area":"432"} , +{"type":"Feature","id":"n31092135","geometry":{"type":"Point","coordinates":[0.1920162,51.5824919]},"properties":{"@type":"node","@id":31092135,"@timestamp":1596293352},"coords":"51.5824919,0.1920162","bedrooms":"2","price":"155000","area":"410"} , +{"type":"Feature","id":"n31098625","geometry":{"type":"Point","coordinates":[0.1955741,51.5854221]},"properties":{"@type":"node","@id":31098625,"@timestamp":1183249871},"coords":"51.5854221,0.1955741","bedrooms":"3","price":"177000","area":"611"} , +{"type":"Feature","id":"n31135090","geometry":{"type":"Point","coordinates":[-1.082581,50.9834309]},"properties":{"@type":"node","@id":31135090,"@timestamp":1183313592},"coords":"50.9834309,-1.082581","bedrooms":"2","price":"278000","area":"368"} , +{"type":"Feature","id":"n31135100","geometry":{"type":"Point","coordinates":[-1.0833363,50.9857463]},"properties":{"@type":"node","@id":31135100,"@timestamp":1183313595},"coords":"50.9857463,-1.0833363","bedrooms":"1","price":"285000","area":"491"} , +{"type":"Feature","id":"n31135110","geometry":{"type":"Point","coordinates":[-1.0859519,50.9876337]},"properties":{"@type":"node","@id":31135110,"@timestamp":1183313597},"coords":"50.9876337,-1.0859519","bedrooms":"0","price":"280000","area":"394"} , +{"type":"Feature","id":"n31135125","geometry":{"type":"Point","coordinates":[-1.0804336,50.9868389]},"properties":{"@type":"node","@id":31135125,"@timestamp":1183313600},"coords":"50.9868389,-1.0804336","bedrooms":"0","price":"280000","area":"665"} , +{"type":"Feature","id":"n31135655","geometry":{"type":"Point","coordinates":[-0.9873744,50.9570747]},"properties":{"@type":"node","@id":31135655,"@timestamp":1204193514},"coords":"50.9570747,-0.9873744","bedrooms":"1","price":"256000","area":"410"} , +{"type":"Feature","id":"n31174166","geometry":{"type":"Point","coordinates":[-0.3962371,51.413616]},"properties":{"@type":"node","@id":31174166,"@timestamp":1183332085},"coords":"51.413616,-0.3962371","bedrooms":"0","price":"253000","area":"473"} , +{"type":"Feature","id":"n31192510","geometry":{"type":"Point","coordinates":[-0.3270923,51.5500374]},"properties":{"@type":"node","@id":31192510,"@timestamp":1187556388},"coords":"51.5500374,-0.3270923","bedrooms":"3","price":"229000","area":"425"} , +{"type":"Feature","id":"n31193115","geometry":{"type":"Point","coordinates":[-0.3552891,51.5694986]},"properties":{"@type":"node","@id":31193115,"@timestamp":1623247220},"coords":"51.5694986,-0.3552891","bedrooms":"0","price":"287000","area":"625"} , +{"type":"Feature","id":"n31193548","geometry":{"type":"Point","coordinates":[-0.3684545,51.5582235]},"properties":{"@type":"node","@id":31193548,"@timestamp":1622719413},"coords":"51.5582235,-0.3684545","bedrooms":"1","price":"155000","area":"460"} , +{"type":"Feature","id":"n31212130","geometry":{"type":"Point","coordinates":[-0.1219242,51.2555717]},"properties":{"@type":"node","@id":31212130,"@timestamp":1199577934},"coords":"51.2555717,-0.1219242","bedrooms":"4","price":"215000","area":"478"} , +{"type":"Feature","id":"n31212156","geometry":{"type":"Point","coordinates":[-0.113669,51.2470741]},"properties":{"@type":"node","@id":31212156,"@timestamp":1193443301},"coords":"51.2470741,-0.113669","bedrooms":"1","price":"174000","area":"481"} , +{"type":"Feature","id":"n31212166","geometry":{"type":"Point","coordinates":[-0.1077837,51.2432453]},"properties":{"@type":"node","@id":31212166,"@timestamp":1183394903},"coords":"51.2432453,-0.1077837","bedrooms":"4","price":"186000","area":"572"} , +{"type":"Feature","id":"n31212414","geometry":{"type":"Point","coordinates":[-0.1468475,51.2399999]},"properties":{"@type":"node","@id":31212414,"@timestamp":1218159795},"coords":"51.2399999,-0.1468475","bedrooms":"3","price":"215000","area":"575"} , +{"type":"Feature","id":"n31225696","geometry":{"type":"Point","coordinates":[-0.7349713,51.5127537]},"properties":{"@type":"node","@id":31225696,"@timestamp":1196290922},"coords":"51.5127537,-0.7349713","bedrooms":"4","price":"293000","area":"609"} , +{"type":"Feature","id":"n31247076","geometry":{"type":"Point","coordinates":[-0.3410878,51.5712841]},"properties":{"@type":"node","@id":31247076,"@timestamp":1183446604},"coords":"51.5712841,-0.3410878","bedrooms":"4","price":"203000","area":"662"} , +{"type":"Feature","id":"n31247250","geometry":{"type":"Point","coordinates":[-1.0556512,51.124155]},"properties":{"@type":"node","@id":31247250,"@timestamp":1214703345},"coords":"51.124155,-1.0556512","bedrooms":"1","price":"206000","area":"521"} , +{"type":"Feature","id":"n31247318","geometry":{"type":"Point","coordinates":[-1.0292708,51.0907163]},"properties":{"@type":"node","@id":31247318,"@timestamp":1183450197},"coords":"51.0907163,-1.0292708","bedrooms":"3","price":"285000","area":"519"} , +{"type":"Feature","id":"n31250690","geometry":{"type":"Point","coordinates":[-0.3363473,51.807558]},"properties":{"@type":"node","@id":31250690,"@timestamp":1183455483},"coords":"51.807558,-0.3363473","bedrooms":"1","price":"192000","area":"592"} , +{"type":"Feature","id":"n31250700","geometry":{"type":"Point","coordinates":[-0.3370504,51.8085719]},"properties":{"@type":"node","@id":31250700,"@timestamp":1183455485},"coords":"51.8085719,-0.3370504","bedrooms":"0","price":"171000","area":"650"} , +{"type":"Feature","id":"n31250715","geometry":{"type":"Point","coordinates":[-0.329617,51.8093254]},"properties":{"@type":"node","@id":31250715,"@timestamp":1205853784},"coords":"51.8093254,-0.329617","bedrooms":"0","price":"268000","area":"636"} , +{"type":"Feature","id":"n31255308","geometry":{"type":"Point","coordinates":[-1.0147738,51.0824412]},"properties":{"@type":"node","@id":31255308,"@timestamp":1183474837},"coords":"51.0824412,-1.0147738","bedrooms":"4","price":"169000","area":"562"} , +{"type":"Feature","id":"n31259679","geometry":{"type":"Point","coordinates":[-0.6029103,51.2425173]},"properties":{"@type":"node","@id":31259679,"@timestamp":1183482900},"coords":"51.2425173,-0.6029103","bedrooms":"3","price":"210000","area":"570"} , +{"type":"Feature","id":"n31282153","geometry":{"type":"Point","coordinates":[-0.3280624,51.5789539]},"properties":{"@type":"node","@id":31282153,"@timestamp":1623154826},"coords":"51.5789539,-0.3280624","bedrooms":"3","price":"155000","area":"421"} , +{"type":"Feature","id":"n31282177","geometry":{"type":"Point","coordinates":[-0.3414943,51.5588969]},"properties":{"@type":"node","@id":31282177,"@timestamp":1594400965},"coords":"51.5588969,-0.3414943","bedrooms":"0","price":"276000","area":"430"} , +{"type":"Feature","id":"n31282220","geometry":{"type":"Point","coordinates":[-0.3325106,51.5814296]},"properties":{"@type":"node","@id":31282220,"@timestamp":1624027248},"coords":"51.5814296,-0.3325106","bedrooms":"3","price":"229000","area":"681"} , +{"type":"Feature","id":"n31304391","geometry":{"type":"Point","coordinates":[0.2069454,51.5871618]},"properties":{"@type":"node","@id":31304391,"@timestamp":1183578777},"coords":"51.5871618,0.2069454","bedrooms":"1","price":"158000","area":"569"} , +{"type":"Feature","id":"n31325559","geometry":{"type":"Point","coordinates":[-0.4396463,50.9812342]},"properties":{"@type":"node","@id":31325559,"@timestamp":1183633272},"coords":"50.9812342,-0.4396463","bedrooms":"3","price":"196000","area":"357"} , +{"type":"Feature","id":"n31325571","geometry":{"type":"Point","coordinates":[-0.4408646,50.9730338]},"properties":{"@type":"node","@id":31325571,"@timestamp":1183633276},"coords":"50.9730338,-0.4408646","bedrooms":"2","price":"286000","area":"524"} , +{"type":"Feature","id":"n31325586","geometry":{"type":"Point","coordinates":[-0.4440115,50.9645651]},"properties":{"@type":"node","@id":31325586,"@timestamp":1192034606},"coords":"50.9645651,-0.4440115","bedrooms":"0","price":"242000","area":"428"} , +{"type":"Feature","id":"n31325601","geometry":{"type":"Point","coordinates":[-0.4471129,50.9589453]},"properties":{"@type":"node","@id":31325601,"@timestamp":1192101314},"coords":"50.9589453,-0.4471129","bedrooms":"3","price":"275000","area":"435"} , +{"type":"Feature","id":"n31334177","geometry":{"type":"Point","coordinates":[-0.1537464,51.2117075]},"properties":{"@type":"node","@id":31334177,"@timestamp":1183652330},"coords":"51.2117075,-0.1537464","bedrooms":"4","price":"187000","area":"546"} , +{"type":"Feature","id":"n31335904","geometry":{"type":"Point","coordinates":[-0.5803913,51.2338365]},"properties":{"@type":"node","@id":31335904,"@timestamp":1183655392},"coords":"51.2338365,-0.5803913","bedrooms":"2","price":"223000","area":"402"} , +{"type":"Feature","id":"n31337848","geometry":{"type":"Point","coordinates":[-0.7464715,51.3107696]},"properties":{"@type":"node","@id":31337848,"@timestamp":1183657455},"coords":"51.3107696,-0.7464715","bedrooms":"4","price":"214000","area":"565"} , +{"type":"Feature","id":"n31351350","geometry":{"type":"Point","coordinates":[0.3613074,51.1669652]},"properties":{"@type":"node","@id":31351350,"@timestamp":1183670153},"coords":"51.1669652,0.3613074","bedrooms":"4","price":"159000","area":"534"} , +{"type":"Feature","id":"n31351392","geometry":{"type":"Point","coordinates":[0.3576686,51.1527055]},"properties":{"@type":"node","@id":31351392,"@timestamp":1208285651},"coords":"51.1527055,0.3576686","bedrooms":"4","price":"244000","area":"381"} , +{"type":"Feature","id":"n31351476","geometry":{"type":"Point","coordinates":[0.356755,51.1617176]},"properties":{"@type":"node","@id":31351476,"@timestamp":1208285645},"coords":"51.1617176,0.356755","bedrooms":"3","price":"194000","area":"450"} , +{"type":"Feature","id":"n31356067","geometry":{"type":"Point","coordinates":[-0.1629814,51.3669766]},"properties":{"@type":"node","@id":31356067,"@timestamp":1183677609},"coords":"51.3669766,-0.1629814","bedrooms":"0","price":"176000","area":"391"} , +{"type":"Feature","id":"n31356088","geometry":{"type":"Point","coordinates":[-0.1616386,51.366986]},"properties":{"@type":"node","@id":31356088,"@timestamp":1188164040},"coords":"51.366986,-0.1616386","bedrooms":"1","price":"172000","area":"377"} , +{"type":"Feature","id":"n31357178","geometry":{"type":"Point","coordinates":[-0.1465426,51.3748853]},"properties":{"@type":"node","@id":31357178,"@timestamp":1183680814},"coords":"51.3748853,-0.1465426","bedrooms":"0","price":"150000","area":"623"} , +{"type":"Feature","id":"n31369003","geometry":{"type":"Point","coordinates":[-0.3714166,51.4777094]},"properties":{"@type":"node","@id":31369003,"@timestamp":1183721079},"coords":"51.4777094,-0.3714166","bedrooms":"3","price":"152000","area":"623"} , +{"type":"Feature","id":"n31369035","geometry":{"type":"Point","coordinates":[-0.3735816,51.4764054]},"properties":{"@type":"node","@id":31369035,"@timestamp":1183721085},"coords":"51.4764054,-0.3735816","bedrooms":"2","price":"239000","area":"599"} , +{"type":"Feature","id":"n31384633","geometry":{"type":"Point","coordinates":[0.8729025,51.1454407]},"properties":{"@type":"node","@id":31384633,"@timestamp":1183752694},"coords":"51.1454407,0.8729025","bedrooms":"2","price":"296000","area":"359"} , +{"type":"Feature","id":"n31385095","geometry":{"type":"Point","coordinates":[0.8747098,51.1346211]},"properties":{"@type":"node","@id":31385095,"@timestamp":1316679520},"coords":"51.1346211,0.8747098","bedrooms":"4","price":"217000","area":"655"} , +{"type":"Feature","id":"n31385118","geometry":{"type":"Point","coordinates":[0.8757313,51.1348319]},"properties":{"@type":"node","@id":31385118,"@timestamp":1545685754},"coords":"51.1348319,0.8757313","bedrooms":"1","price":"214000","area":"505"} , +{"type":"Feature","id":"n31388135","geometry":{"type":"Point","coordinates":[0.2170359,51.5629276]},"properties":{"@type":"node","@id":31388135,"@timestamp":1405006531},"coords":"51.5629276,0.2170359","bedrooms":"3","price":"188000","area":"495"} , +{"type":"Feature","id":"n31400748","geometry":{"type":"Point","coordinates":[-1.0223216,51.2986817]},"properties":{"@type":"node","@id":31400748,"@timestamp":1183809366},"coords":"51.2986817,-1.0223216","bedrooms":"4","price":"299000","area":"585"} , +{"type":"Feature","id":"n31401956","geometry":{"type":"Point","coordinates":[-0.0784062,51.4671347]},"properties":{"@type":"node","@id":31401956,"@timestamp":1183812535},"coords":"51.4671347,-0.0784062","bedrooms":"2","price":"194000","area":"619"} , +{"type":"Feature","id":"n31404469","geometry":{"type":"Point","coordinates":[-0.7347476,51.506506]},"properties":{"@type":"node","@id":31404469,"@timestamp":1188291502},"coords":"51.506506,-0.7347476","bedrooms":"2","price":"277000","area":"555"} , +{"type":"Feature","id":"n31412312","geometry":{"type":"Point","coordinates":[-1.0799175,51.2547261]},"properties":{"@type":"node","@id":31412312,"@timestamp":1609012965},"coords":"51.2547261,-1.0799175","bedrooms":"1","price":"191000","area":"662"} , +{"type":"Feature","id":"n31414745","geometry":{"type":"Point","coordinates":[-0.0711791,51.4591592]},"properties":{"@type":"node","@id":31414745,"@timestamp":1633302046},"coords":"51.4591592,-0.0711791","bedrooms":"3","price":"211000","area":"690"} , +{"type":"Feature","id":"n31417447","geometry":{"type":"Point","coordinates":[-0.1877201,51.9338775]},"properties":{"@type":"node","@id":31417447,"@timestamp":1183836246},"coords":"51.9338775,-0.1877201","bedrooms":"4","price":"291000","area":"561"} , +{"type":"Feature","id":"n31417563","geometry":{"type":"Point","coordinates":[-0.1629572,51.9679987]},"properties":{"@type":"node","@id":31417563,"@timestamp":1183836339},"coords":"51.9679987,-0.1629572","bedrooms":"2","price":"291000","area":"583"} , +{"type":"Feature","id":"n31417574","geometry":{"type":"Point","coordinates":[-0.1571865,51.9655566]},"properties":{"@type":"node","@id":31417574,"@timestamp":1183836345},"coords":"51.9655566,-0.1571865","bedrooms":"0","price":"222000","area":"610"} , +{"type":"Feature","id":"n31417586","geometry":{"type":"Point","coordinates":[-0.1528272,51.9702071]},"properties":{"@type":"node","@id":31417586,"@timestamp":1183836352},"coords":"51.9702071,-0.1528272","bedrooms":"4","price":"298000","area":"673"} , +{"type":"Feature","id":"n31417633","geometry":{"type":"Point","coordinates":[-0.1490172,51.9793422]},"properties":{"@type":"node","@id":31417633,"@timestamp":1183836367},"coords":"51.9793422,-0.1490172","bedrooms":"0","price":"295000","area":"638"} , +{"type":"Feature","id":"n31418360","geometry":{"type":"Point","coordinates":[0.502801,51.2822052]},"properties":{"@type":"node","@id":31418360,"@timestamp":1613157159},"coords":"51.2822052,0.502801","bedrooms":"1","price":"297000","area":"525"} , +{"type":"Feature","id":"n31418376","geometry":{"type":"Point","coordinates":[0.4893001,51.2892583]},"properties":{"@type":"node","@id":31418376,"@timestamp":1237756130},"coords":"51.2892583,0.4893001","bedrooms":"0","price":"160000","area":"423"} , +{"type":"Feature","id":"n31424263","geometry":{"type":"Point","coordinates":[-0.4791456,51.4879132]},"properties":{"@type":"node","@id":31424263,"@timestamp":1183846373},"coords":"51.4879132,-0.4791456","bedrooms":"3","price":"264000","area":"538"} , +{"type":"Feature","id":"n31428493","geometry":{"type":"Point","coordinates":[-0.160952,51.303212]},"properties":{"@type":"node","@id":31428493,"@timestamp":1361709569},"coords":"51.303212,-0.160952","bedrooms":"2","price":"207000","area":"693"} , +{"type":"Feature","id":"n31428649","geometry":{"type":"Point","coordinates":[-0.1710551,51.3185413]},"properties":{"@type":"node","@id":31428649,"@timestamp":1183860951},"coords":"51.3185413,-0.1710551","bedrooms":"0","price":"225000","area":"539"} , +{"type":"Feature","id":"n31436219","geometry":{"type":"Point","coordinates":[-0.1673517,51.3159513]},"properties":{"@type":"node","@id":31436219,"@timestamp":1183887350},"coords":"51.3159513,-0.1673517","bedrooms":"1","price":"217000","area":"368"} , +{"type":"Feature","id":"n31436848","geometry":{"type":"Point","coordinates":[-0.1707245,51.3185918]},"properties":{"@type":"node","@id":31436848,"@timestamp":1529692707},"coords":"51.3185918,-0.1707245","bedrooms":"1","price":"244000","area":"567"} , +{"type":"Feature","id":"n31437220","geometry":{"type":"Point","coordinates":[0.456805,51.4120015]},"properties":{"@type":"node","@id":31437220,"@timestamp":1183888646},"coords":"51.4120015,0.456805","bedrooms":"3","price":"198000","area":"620"} , +{"type":"Feature","id":"n31437323","geometry":{"type":"Point","coordinates":[0.348885,51.4375064]},"properties":{"@type":"node","@id":31437323,"@timestamp":1184620742},"coords":"51.4375064,0.348885","bedrooms":"3","price":"264000","area":"648"} , +{"type":"Feature","id":"n31437599","geometry":{"type":"Point","coordinates":[-0.3425721,51.5695692]},"properties":{"@type":"node","@id":31437599,"@timestamp":1183888744},"coords":"51.5695692,-0.3425721","bedrooms":"3","price":"228000","area":"550"} , +{"type":"Feature","id":"n31437621","geometry":{"type":"Point","coordinates":[-0.3420009,51.5658184]},"properties":{"@type":"node","@id":31437621,"@timestamp":1183888747},"coords":"51.5658184,-0.3420009","bedrooms":"0","price":"167000","area":"568"} , +{"type":"Feature","id":"n31437642","geometry":{"type":"Point","coordinates":[-0.3484703,51.5660973]},"properties":{"@type":"node","@id":31437642,"@timestamp":1183888751},"coords":"51.5660973,-0.3484703","bedrooms":"0","price":"280000","area":"384"} , +{"type":"Feature","id":"n31438333","geometry":{"type":"Point","coordinates":[0.7990217,51.0327258]},"properties":{"@type":"node","@id":31438333,"@timestamp":1183889894},"coords":"51.0327258,0.7990217","bedrooms":"0","price":"239000","area":"413"} , +{"type":"Feature","id":"n31438526","geometry":{"type":"Point","coordinates":[0.7751689,51.009887]},"properties":{"@type":"node","@id":31438526,"@timestamp":1219436447},"coords":"51.009887,0.7751689","bedrooms":"2","price":"268000","area":"538"} , +{"type":"Feature","id":"n31438542","geometry":{"type":"Point","coordinates":[0.7901979,51.0282283]},"properties":{"@type":"node","@id":31438542,"@timestamp":1219436447},"coords":"51.0282283,0.7901979","bedrooms":"3","price":"253000","area":"692"} , +{"type":"Feature","id":"n31453564","geometry":{"type":"Point","coordinates":[-0.2552039,51.738698]},"properties":{"@type":"node","@id":31453564,"@timestamp":1183909471},"coords":"51.738698,-0.2552039","bedrooms":"4","price":"285000","area":"560"} , +{"type":"Feature","id":"n31453741","geometry":{"type":"Point","coordinates":[-0.3552426,51.4663143]},"properties":{"@type":"node","@id":31453741,"@timestamp":1183909539},"coords":"51.4663143,-0.3552426","bedrooms":"0","price":"205000","area":"375"} , +{"type":"Feature","id":"n31453758","geometry":{"type":"Point","coordinates":[-0.3603401,51.4661147]},"properties":{"@type":"node","@id":31453758,"@timestamp":1183909540},"coords":"51.4661147,-0.3603401","bedrooms":"4","price":"166000","area":"619"} , +{"type":"Feature","id":"n31453837","geometry":{"type":"Point","coordinates":[-0.3709438,51.4571831]},"properties":{"@type":"node","@id":31453837,"@timestamp":1183909550},"coords":"51.4571831,-0.3709438","bedrooms":"0","price":"189000","area":"402"} , +{"type":"Feature","id":"n31470278","geometry":{"type":"Point","coordinates":[-0.6529598,51.4918994]},"properties":{"@type":"node","@id":31470278,"@timestamp":1183924489},"coords":"51.4918994,-0.6529598","bedrooms":"2","price":"209000","area":"548"} , +{"type":"Feature","id":"n31472615","geometry":{"type":"Point","coordinates":[-0.3310251,51.5504565]},"properties":{"@type":"node","@id":31472615,"@timestamp":1594479127},"coords":"51.5504565,-0.3310251","bedrooms":"3","price":"154000","area":"499"} , +{"type":"Feature","id":"n31472631","geometry":{"type":"Point","coordinates":[-0.3271655,51.5479739]},"properties":{"@type":"node","@id":31472631,"@timestamp":1183927217},"coords":"51.5479739,-0.3271655","bedrooms":"1","price":"253000","area":"519"} , +{"type":"Feature","id":"n31472681","geometry":{"type":"Point","coordinates":[-0.3238562,51.5487891]},"properties":{"@type":"node","@id":31472681,"@timestamp":1183927237},"coords":"51.5487891,-0.3238562","bedrooms":"3","price":"270000","area":"489"} , +{"type":"Feature","id":"n31472695","geometry":{"type":"Point","coordinates":[-0.3197216,51.551496]},"properties":{"@type":"node","@id":31472695,"@timestamp":1418318175},"coords":"51.551496,-0.3197216","bedrooms":"2","price":"220000","area":"363"} , +{"type":"Feature","id":"n31472830","geometry":{"type":"Point","coordinates":[-0.3170438,51.5563188]},"properties":{"@type":"node","@id":31472830,"@timestamp":1227131685},"coords":"51.5563188,-0.3170438","bedrooms":"1","price":"164000","area":"671"} , +{"type":"Feature","id":"n31472901","geometry":{"type":"Point","coordinates":[-0.3195763,51.5602008]},"properties":{"@type":"node","@id":31472901,"@timestamp":1209043809},"coords":"51.5602008,-0.3195763","bedrooms":"0","price":"292000","area":"598"} , +{"type":"Feature","id":"n31472917","geometry":{"type":"Point","coordinates":[-0.3241323,51.5608837]},"properties":{"@type":"node","@id":31472917,"@timestamp":1183927521},"coords":"51.5608837,-0.3241323","bedrooms":"3","price":"283000","area":"468"} , +{"type":"Feature","id":"n31473727","geometry":{"type":"Point","coordinates":[0.4799973,51.0287136]},"properties":{"@type":"node","@id":31473727,"@timestamp":1183928063},"coords":"51.0287136,0.4799973","bedrooms":"0","price":"250000","area":"380"} , +{"type":"Feature","id":"n31474275","geometry":{"type":"Point","coordinates":[-0.1503441,51.3057046]},"properties":{"@type":"node","@id":31474275,"@timestamp":1361709569},"coords":"51.3057046,-0.1503441","bedrooms":"1","price":"193000","area":"545"} , +{"type":"Feature","id":"n31474628","geometry":{"type":"Point","coordinates":[-0.3252227,51.5614524]},"properties":{"@type":"node","@id":31474628,"@timestamp":1183928893},"coords":"51.5614524,-0.3252227","bedrooms":"2","price":"154000","area":"690"} , +{"type":"Feature","id":"n31474653","geometry":{"type":"Point","coordinates":[-0.3285855,51.5593553]},"properties":{"@type":"node","@id":31474653,"@timestamp":1183928901},"coords":"51.5593553,-0.3285855","bedrooms":"4","price":"197000","area":"408"} , +{"type":"Feature","id":"n31476174","geometry":{"type":"Point","coordinates":[-0.3354104,51.5575513]},"properties":{"@type":"node","@id":31476174,"@timestamp":1417904248},"coords":"51.5575513,-0.3354104","bedrooms":"4","price":"218000","area":"547"} , +{"type":"Feature","id":"n31481775","geometry":{"type":"Point","coordinates":[-0.3714923,51.8355985]},"properties":{"@type":"node","@id":31481775,"@timestamp":1183974080},"coords":"51.8355985,-0.3714923","bedrooms":"3","price":"231000","area":"597"} , +{"type":"Feature","id":"n31481785","geometry":{"type":"Point","coordinates":[-0.3730495,51.8309552]},"properties":{"@type":"node","@id":31481785,"@timestamp":1183974081},"coords":"51.8309552,-0.3730495","bedrooms":"2","price":"289000","area":"647"} , +{"type":"Feature","id":"n31482085","geometry":{"type":"Point","coordinates":[-0.3520837,51.8254758]},"properties":{"@type":"node","@id":31482085,"@timestamp":1183975196},"coords":"51.8254758,-0.3520837","bedrooms":"1","price":"168000","area":"372"} , +{"type":"Feature","id":"n31482520","geometry":{"type":"Point","coordinates":[-0.3830983,51.8293957]},"properties":{"@type":"node","@id":31482520,"@timestamp":1183976183},"coords":"51.8293957,-0.3830983","bedrooms":"3","price":"157000","area":"556"} , +{"type":"Feature","id":"n31482576","geometry":{"type":"Point","coordinates":[-0.3810772,51.8303443]},"properties":{"@type":"node","@id":31482576,"@timestamp":1183976190},"coords":"51.8303443,-0.3810772","bedrooms":"4","price":"238000","area":"371"} , +{"type":"Feature","id":"n31491437","geometry":{"type":"Point","coordinates":[-0.1636995,51.3654943]},"properties":{"@type":"node","@id":31491437,"@timestamp":1183988135},"coords":"51.3654943,-0.1636995","bedrooms":"4","price":"268000","area":"547"} , +{"type":"Feature","id":"n31498269","geometry":{"type":"Point","coordinates":[0.2299267,51.560363]},"properties":{"@type":"node","@id":31498269,"@timestamp":1409938239},"coords":"51.560363,0.2299267","bedrooms":"4","price":"187000","area":"443"} , +{"type":"Feature","id":"n31503392","geometry":{"type":"Point","coordinates":[0.1479779,51.5613793]},"properties":{"@type":"node","@id":31503392,"@timestamp":1635784428},"coords":"51.5613793,0.1479779","bedrooms":"3","price":"248000","area":"384"} , +{"type":"Feature","id":"n31507719","geometry":{"type":"Point","coordinates":[0.1638456,51.537856]},"properties":{"@type":"node","@id":31507719,"@timestamp":1625789855},"coords":"51.537856,0.1638456","bedrooms":"2","price":"275000","area":"408"} , +{"type":"Feature","id":"n31517605","geometry":{"type":"Point","coordinates":[-0.8190944,51.7800123]},"properties":{"@type":"node","@id":31517605,"@timestamp":1184018189},"coords":"51.7800123,-0.8190944","bedrooms":"2","price":"255000","area":"684"} , +{"type":"Feature","id":"n31518228","geometry":{"type":"Point","coordinates":[-0.3194389,51.5639572]},"properties":{"@type":"node","@id":31518228,"@timestamp":1193608542},"coords":"51.5639572,-0.3194389","bedrooms":"0","price":"153000","area":"479"} , +{"type":"Feature","id":"n31518581","geometry":{"type":"Point","coordinates":[-0.3294448,51.5707649]},"properties":{"@type":"node","@id":31518581,"@timestamp":1184023329},"coords":"51.5707649,-0.3294448","bedrooms":"0","price":"230000","area":"589"} , +{"type":"Feature","id":"n31519709","geometry":{"type":"Point","coordinates":[-0.9134436,51.6862218]},"properties":{"@type":"node","@id":31519709,"@timestamp":1184024311},"coords":"51.6862218,-0.9134436","bedrooms":"0","price":"232000","area":"433"} , +{"type":"Feature","id":"n31519986","geometry":{"type":"Point","coordinates":[-0.829027,51.7668596]},"properties":{"@type":"node","@id":31519986,"@timestamp":1184024336},"coords":"51.7668596,-0.829027","bedrooms":"2","price":"163000","area":"628"} , +{"type":"Feature","id":"n31520131","geometry":{"type":"Point","coordinates":[-0.8039219,51.8352627]},"properties":{"@type":"node","@id":31520131,"@timestamp":1184024353},"coords":"51.8352627,-0.8039219","bedrooms":"2","price":"193000","area":"614"} , +{"type":"Feature","id":"n31520170","geometry":{"type":"Point","coordinates":[-0.7721239,51.8367621]},"properties":{"@type":"node","@id":31520170,"@timestamp":1184024357},"coords":"51.8367621,-0.7721239","bedrooms":"3","price":"163000","area":"688"} , +{"type":"Feature","id":"n31520217","geometry":{"type":"Point","coordinates":[-0.7648806,51.8425855]},"properties":{"@type":"node","@id":31520217,"@timestamp":1184024361},"coords":"51.8425855,-0.7648806","bedrooms":"4","price":"295000","area":"619"} , +{"type":"Feature","id":"n31551184","geometry":{"type":"Point","coordinates":[-0.8119796,51.8361896]},"properties":{"@type":"node","@id":31551184,"@timestamp":1184049830},"coords":"51.8361896,-0.8119796","bedrooms":"4","price":"257000","area":"586"} , +{"type":"Feature","id":"n31551273","geometry":{"type":"Point","coordinates":[-0.8267044,51.8524393]},"properties":{"@type":"node","@id":31551273,"@timestamp":1184049845},"coords":"51.8524393,-0.8267044","bedrooms":"0","price":"266000","area":"461"} , +{"type":"Feature","id":"n31552277","geometry":{"type":"Point","coordinates":[-0.3213613,51.5665303]},"properties":{"@type":"node","@id":31552277,"@timestamp":1209043811},"coords":"51.5665303,-0.3213613","bedrooms":"2","price":"169000","area":"510"} , +{"type":"Feature","id":"n31554916","geometry":{"type":"Point","coordinates":[-0.7467511,51.5139565]},"properties":{"@type":"node","@id":31554916,"@timestamp":1184059618},"coords":"51.5139565,-0.7467511","bedrooms":"2","price":"235000","area":"598"} , +{"type":"Feature","id":"n31555206","geometry":{"type":"Point","coordinates":[-0.7434018,51.5144148]},"properties":{"@type":"node","@id":31555206,"@timestamp":1184059881},"coords":"51.5144148,-0.7434018","bedrooms":"0","price":"226000","area":"416"} , +{"type":"Feature","id":"n31567593","geometry":{"type":"Point","coordinates":[-0.6495678,51.1927559]},"properties":{"@type":"node","@id":31567593,"@timestamp":1231006633},"coords":"51.1927559,-0.6495678","bedrooms":"0","price":"165000","area":"617"} , +{"type":"Feature","id":"n31571929","geometry":{"type":"Point","coordinates":[-0.1430804,51.258169]},"properties":{"@type":"node","@id":31571929,"@timestamp":1184260109},"coords":"51.258169,-0.1430804","bedrooms":"2","price":"296000","area":"495"} , +{"type":"Feature","id":"n31576607","geometry":{"type":"Point","coordinates":[-0.42197,51.1743746]},"properties":{"@type":"node","@id":31576607,"@timestamp":1184089332},"coords":"51.1743746,-0.42197","bedrooms":"1","price":"268000","area":"590"} , +{"type":"Feature","id":"n31587344","geometry":{"type":"Point","coordinates":[-0.6291386,51.1993147]},"properties":{"@type":"node","@id":31587344,"@timestamp":1184094695},"coords":"51.1993147,-0.6291386","bedrooms":"4","price":"221000","area":"562"} , +{"type":"Feature","id":"n31678533","geometry":{"type":"Point","coordinates":[-0.1696837,51.2396023]},"properties":{"@type":"node","@id":31678533,"@timestamp":1580676798},"coords":"51.2396023,-0.1696837","bedrooms":"1","price":"244000","area":"573"} , +{"type":"Feature","id":"n31769242","geometry":{"type":"Point","coordinates":[-0.5906294,51.2202972]},"properties":{"@type":"node","@id":31769242,"@timestamp":1184236665},"coords":"51.2202972,-0.5906294","bedrooms":"3","price":"284000","area":"545"} , +{"type":"Feature","id":"n31769258","geometry":{"type":"Point","coordinates":[-0.5871851,51.2220661]},"properties":{"@type":"node","@id":31769258,"@timestamp":1184236060},"coords":"51.2220661,-0.5871851","bedrooms":"0","price":"259000","area":"608"} , +{"type":"Feature","id":"n31809837","geometry":{"type":"Point","coordinates":[0.2213876,51.5953372]},"properties":{"@type":"node","@id":31809837,"@timestamp":1595799863},"coords":"51.5953372,0.2213876","bedrooms":"4","price":"270000","area":"464"} , +{"type":"Feature","id":"n31878016","geometry":{"type":"Point","coordinates":[-0.5738335,51.2444619]},"properties":{"@type":"node","@id":31878016,"@timestamp":1184326138},"coords":"51.2444619,-0.5738335","bedrooms":"0","price":"276000","area":"519"} , +{"type":"Feature","id":"n31889734","geometry":{"type":"Point","coordinates":[-0.8270492,51.8093029]},"properties":{"@type":"node","@id":31889734,"@timestamp":1184348601},"coords":"51.8093029,-0.8270492","bedrooms":"3","price":"270000","area":"371"} , +{"type":"Feature","id":"n31889806","geometry":{"type":"Point","coordinates":[-0.8266621,51.8093867]},"properties":{"@type":"node","@id":31889806,"@timestamp":1184348685},"coords":"51.8093867,-0.8266621","bedrooms":"3","price":"190000","area":"575"} , +{"type":"Feature","id":"n31900469","geometry":{"type":"Point","coordinates":[-0.8504617,51.8052725]},"properties":{"@type":"node","@id":31900469,"@timestamp":1184360252},"coords":"51.8052725,-0.8504617","bedrooms":"3","price":"207000","area":"570"} , +{"type":"Feature","id":"n31906942","geometry":{"type":"Point","coordinates":[-0.1646361,51.3859393]},"properties":{"@type":"node","@id":31906942,"@timestamp":1184371855},"coords":"51.3859393,-0.1646361","bedrooms":"3","price":"157000","area":"396"} , +{"type":"Feature","id":"n31923236","geometry":{"type":"Point","coordinates":[-0.1585899,51.3906662]},"properties":{"@type":"node","@id":31923236,"@timestamp":1184512981},"coords":"51.3906662,-0.1585899","bedrooms":"1","price":"247000","area":"567"} , +{"type":"Feature","id":"n31923934","geometry":{"type":"Point","coordinates":[-0.8423073,51.7023784]},"properties":{"@type":"node","@id":31923934,"@timestamp":1184514436},"coords":"51.7023784,-0.8423073","bedrooms":"0","price":"243000","area":"633"} , +{"type":"Feature","id":"n31923991","geometry":{"type":"Point","coordinates":[-0.844631,51.6975269]},"properties":{"@type":"node","@id":31923991,"@timestamp":1184514528},"coords":"51.6975269,-0.844631","bedrooms":"1","price":"259000","area":"454"} , +{"type":"Feature","id":"n31924259","geometry":{"type":"Point","coordinates":[-0.7971544,51.7879953]},"properties":{"@type":"node","@id":31924259,"@timestamp":1184515115},"coords":"51.7879953,-0.7971544","bedrooms":"4","price":"217000","area":"671"} , +{"type":"Feature","id":"n31924339","geometry":{"type":"Point","coordinates":[-0.7963751,51.7875935]},"properties":{"@type":"node","@id":31924339,"@timestamp":1184515334},"coords":"51.7875935,-0.7963751","bedrooms":"4","price":"165000","area":"583"} , +{"type":"Feature","id":"n31931490","geometry":{"type":"Point","coordinates":[-0.7061973,51.8120474]},"properties":{"@type":"node","@id":31931490,"@timestamp":1184525942},"coords":"51.8120474,-0.7061973","bedrooms":"2","price":"291000","area":"591"} , +{"type":"Feature","id":"n31936335","geometry":{"type":"Point","coordinates":[-0.2169696,51.3499214]},"properties":{"@type":"node","@id":31936335,"@timestamp":1184530936},"coords":"51.3499214,-0.2169696","bedrooms":"1","price":"264000","area":"695"} , +{"type":"Feature","id":"n31936737","geometry":{"type":"Point","coordinates":[-0.2189133,51.3494529]},"properties":{"@type":"node","@id":31936737,"@timestamp":1184531404},"coords":"51.3494529,-0.2189133","bedrooms":"3","price":"228000","area":"666"} , +{"type":"Feature","id":"n31937023","geometry":{"type":"Point","coordinates":[-0.2201792,51.3517655]},"properties":{"@type":"node","@id":31937023,"@timestamp":1184531693},"coords":"51.3517655,-0.2201792","bedrooms":"1","price":"177000","area":"382"} , +{"type":"Feature","id":"n31941578","geometry":{"type":"Point","coordinates":[-0.6694954,51.8188371]},"properties":{"@type":"node","@id":31941578,"@timestamp":1184535219},"coords":"51.8188371,-0.6694954","bedrooms":"2","price":"250000","area":"654"} , +{"type":"Feature","id":"n31942279","geometry":{"type":"Point","coordinates":[-0.6661062,51.8224985]},"properties":{"@type":"node","@id":31942279,"@timestamp":1184535579},"coords":"51.8224985,-0.6661062","bedrooms":"2","price":"273000","area":"352"} , +{"type":"Feature","id":"n31942585","geometry":{"type":"Point","coordinates":[-0.6752032,51.817046]},"properties":{"@type":"node","@id":31942585,"@timestamp":1184535844},"coords":"51.817046,-0.6752032","bedrooms":"2","price":"200000","area":"572"} , +{"type":"Feature","id":"n31943075","geometry":{"type":"Point","coordinates":[-0.6834196,51.827375]},"properties":{"@type":"node","@id":31943075,"@timestamp":1184536360},"coords":"51.827375,-0.6834196","bedrooms":"1","price":"250000","area":"560"} , +{"type":"Feature","id":"n31943721","geometry":{"type":"Point","coordinates":[-0.6942206,51.8297691]},"properties":{"@type":"node","@id":31943721,"@timestamp":1184536843},"coords":"51.8297691,-0.6942206","bedrooms":"2","price":"193000","area":"664"} , +{"type":"Feature","id":"n31989001","geometry":{"type":"Point","coordinates":[0.7594963,51.1431921]},"properties":{"@type":"node","@id":31989001,"@timestamp":1217537545},"coords":"51.1431921,0.7594963","bedrooms":"1","price":"289000","area":"551"} , +{"type":"Feature","id":"n31989030","geometry":{"type":"Point","coordinates":[0.7507242,51.1458507]},"properties":{"@type":"node","@id":31989030,"@timestamp":1217537545},"coords":"51.1458507,0.7507242","bedrooms":"4","price":"224000","area":"617"} , +{"type":"Feature","id":"n31989120","geometry":{"type":"Point","coordinates":[0.7211465,51.1721024]},"properties":{"@type":"node","@id":31989120,"@timestamp":1227461546},"coords":"51.1721024,0.7211465","bedrooms":"4","price":"216000","area":"576"} , +{"type":"Feature","id":"n31989152","geometry":{"type":"Point","coordinates":[0.695237,51.1675182]},"properties":{"@type":"node","@id":31989152,"@timestamp":1184570032},"coords":"51.1675182,0.695237","bedrooms":"4","price":"217000","area":"489"} , +{"type":"Feature","id":"n31989945","geometry":{"type":"Point","coordinates":[0.4802226,51.2336684]},"properties":{"@type":"node","@id":31989945,"@timestamp":1562094793},"coords":"51.2336684,0.4802226","bedrooms":"0","price":"156000","area":"586"} , +{"type":"Feature","id":"n31990160","geometry":{"type":"Point","coordinates":[0.5381736,51.2876017]},"properties":{"@type":"node","@id":31990160,"@timestamp":1226789053},"coords":"51.2876017,0.5381736","bedrooms":"2","price":"241000","area":"437"} , +{"type":"Feature","id":"n31990384","geometry":{"type":"Point","coordinates":[0.5968337,51.3176856]},"properties":{"@type":"node","@id":31990384,"@timestamp":1234905692},"coords":"51.3176856,0.5968337","bedrooms":"1","price":"276000","area":"524"} , +{"type":"Feature","id":"n32015530","geometry":{"type":"Point","coordinates":[0.2349766,51.0173662]},"properties":{"@type":"node","@id":32015530,"@timestamp":1184591319},"coords":"51.0173662,0.2349766","bedrooms":"3","price":"170000","area":"679"} , +{"type":"Feature","id":"n32015578","geometry":{"type":"Point","coordinates":[0.2403086,51.0182193]},"properties":{"@type":"node","@id":32015578,"@timestamp":1184591404},"coords":"51.0182193,0.2403086","bedrooms":"1","price":"181000","area":"696"} , +{"type":"Feature","id":"n32015609","geometry":{"type":"Point","coordinates":[0.2461493,51.0189303]},"properties":{"@type":"node","@id":32015609,"@timestamp":1184591433},"coords":"51.0189303,0.2461493","bedrooms":"1","price":"232000","area":"610"} , +{"type":"Feature","id":"n32021923","geometry":{"type":"Point","coordinates":[0.2690213,51.0231534]},"properties":{"@type":"node","@id":32021923,"@timestamp":1184597373},"coords":"51.0231534,0.2690213","bedrooms":"1","price":"215000","area":"351"} , +{"type":"Feature","id":"n32021934","geometry":{"type":"Point","coordinates":[0.2745386,51.0263198]},"properties":{"@type":"node","@id":32021934,"@timestamp":1184597381},"coords":"51.0263198,0.2745386","bedrooms":"0","price":"256000","area":"442"} , +{"type":"Feature","id":"n32021957","geometry":{"type":"Point","coordinates":[0.281005,51.0280403]},"properties":{"@type":"node","@id":32021957,"@timestamp":1184597392},"coords":"51.0280403,0.281005","bedrooms":"2","price":"229000","area":"428"} , +{"type":"Feature","id":"n32021967","geometry":{"type":"Point","coordinates":[0.2842086,51.0320224]},"properties":{"@type":"node","@id":32021967,"@timestamp":1184597398},"coords":"51.0320224,0.2842086","bedrooms":"4","price":"157000","area":"397"} , +{"type":"Feature","id":"n32022171","geometry":{"type":"Point","coordinates":[0.2865294,51.0344441]},"properties":{"@type":"node","@id":32022171,"@timestamp":1184597760},"coords":"51.0344441,0.2865294","bedrooms":"4","price":"254000","area":"361"} , +{"type":"Feature","id":"n32022189","geometry":{"type":"Point","coordinates":[0.2910307,51.0379306]},"properties":{"@type":"node","@id":32022189,"@timestamp":1184597771},"coords":"51.0379306,0.2910307","bedrooms":"1","price":"295000","area":"436"} , +{"type":"Feature","id":"n32022209","geometry":{"type":"Point","coordinates":[0.2974944,51.0412561]},"properties":{"@type":"node","@id":32022209,"@timestamp":1184597780},"coords":"51.0412561,0.2974944","bedrooms":"4","price":"226000","area":"407"} , +{"type":"Feature","id":"n32022373","geometry":{"type":"Point","coordinates":[0.2979754,51.042749]},"properties":{"@type":"node","@id":32022373,"@timestamp":1184597988},"coords":"51.042749,0.2979754","bedrooms":"3","price":"170000","area":"465"} , +{"type":"Feature","id":"n32022388","geometry":{"type":"Point","coordinates":[0.2997158,51.0446386]},"properties":{"@type":"node","@id":32022388,"@timestamp":1184598006},"coords":"51.0446386,0.2997158","bedrooms":"2","price":"216000","area":"616"} , +{"type":"Feature","id":"n32022403","geometry":{"type":"Point","coordinates":[0.3008656,51.0461974]},"properties":{"@type":"node","@id":32022403,"@timestamp":1184598026},"coords":"51.0461974,0.3008656","bedrooms":"3","price":"206000","area":"507"} , +{"type":"Feature","id":"n32022477","geometry":{"type":"Point","coordinates":[0.3043613,51.0483212]},"properties":{"@type":"node","@id":32022477,"@timestamp":1184598446},"coords":"51.0483212,0.3043613","bedrooms":"4","price":"256000","area":"567"} , +{"type":"Feature","id":"n32022487","geometry":{"type":"Point","coordinates":[0.3070304,51.0502986]},"properties":{"@type":"node","@id":32022487,"@timestamp":1184598450},"coords":"51.0502986,0.3070304","bedrooms":"4","price":"257000","area":"630"} , +{"type":"Feature","id":"n32022502","geometry":{"type":"Point","coordinates":[0.308104,51.0535532]},"properties":{"@type":"node","@id":32022502,"@timestamp":1184598463},"coords":"51.0535532,0.308104","bedrooms":"2","price":"299000","area":"566"} , +{"type":"Feature","id":"n32022512","geometry":{"type":"Point","coordinates":[0.3075778,51.0563538]},"properties":{"@type":"node","@id":32022512,"@timestamp":1184598471},"coords":"51.0563538,0.3075778","bedrooms":"1","price":"215000","area":"641"} , +{"type":"Feature","id":"n32022522","geometry":{"type":"Point","coordinates":[0.3081124,51.0587386]},"properties":{"@type":"node","@id":32022522,"@timestamp":1184598478},"coords":"51.0587386,0.3081124","bedrooms":"4","price":"178000","area":"691"} , +{"type":"Feature","id":"n32023715","geometry":{"type":"Point","coordinates":[0.3120886,51.0669038]},"properties":{"@type":"node","@id":32023715,"@timestamp":1237567184},"coords":"51.0669038,0.3120886","bedrooms":"1","price":"279000","area":"350"} , +{"type":"Feature","id":"n32024035","geometry":{"type":"Point","coordinates":[0.3170229,51.0667394]},"properties":{"@type":"node","@id":32024035,"@timestamp":1184599889},"coords":"51.0667394,0.3170229","bedrooms":"4","price":"254000","area":"528"} , +{"type":"Feature","id":"n32024074","geometry":{"type":"Point","coordinates":[0.3236305,51.0669953]},"properties":{"@type":"node","@id":32024074,"@timestamp":1184599935},"coords":"51.0669953,0.3236305","bedrooms":"1","price":"158000","area":"398"} , +{"type":"Feature","id":"n32025461","geometry":{"type":"Point","coordinates":[0.3345919,51.0687055]},"properties":{"@type":"node","@id":32025461,"@timestamp":1543780448},"coords":"51.0687055,0.3345919","bedrooms":"0","price":"209000","area":"570"} , +{"type":"Feature","id":"n32025541","geometry":{"type":"Point","coordinates":[0.3367407,51.0722821]},"properties":{"@type":"node","@id":32025541,"@timestamp":1184601645},"coords":"51.0722821,0.3367407","bedrooms":"2","price":"216000","area":"646"} , +{"type":"Feature","id":"n32025600","geometry":{"type":"Point","coordinates":[0.338509,51.0745437]},"properties":{"@type":"node","@id":32025600,"@timestamp":1184601679},"coords":"51.0745437,0.338509","bedrooms":"2","price":"158000","area":"553"} , +{"type":"Feature","id":"n32025625","geometry":{"type":"Point","coordinates":[0.3398279,51.0759945]},"properties":{"@type":"node","@id":32025625,"@timestamp":1184601699},"coords":"51.0759945,0.3398279","bedrooms":"3","price":"295000","area":"616"} , +{"type":"Feature","id":"n32025691","geometry":{"type":"Point","coordinates":[0.3351189,51.0733293]},"properties":{"@type":"node","@id":32025691,"@timestamp":1184601768},"coords":"51.0733293,0.3351189","bedrooms":"1","price":"284000","area":"438"} , +{"type":"Feature","id":"n32025733","geometry":{"type":"Point","coordinates":[0.338745,51.0730866]},"properties":{"@type":"node","@id":32025733,"@timestamp":1184601793},"coords":"51.0730866,0.338745","bedrooms":"2","price":"196000","area":"449"} , +{"type":"Feature","id":"n32025769","geometry":{"type":"Point","coordinates":[0.341589,51.0722963]},"properties":{"@type":"node","@id":32025769,"@timestamp":1184601815},"coords":"51.0722963,0.341589","bedrooms":"1","price":"290000","area":"603"} , +{"type":"Feature","id":"n32025792","geometry":{"type":"Point","coordinates":[0.3394211,51.07216]},"properties":{"@type":"node","@id":32025792,"@timestamp":1184601830},"coords":"51.07216,0.3394211","bedrooms":"1","price":"177000","area":"606"} , +{"type":"Feature","id":"n32027271","geometry":{"type":"Point","coordinates":[0.3330198,51.0741813]},"properties":{"@type":"node","@id":32027271,"@timestamp":1184602814},"coords":"51.0741813,0.3330198","bedrooms":"0","price":"271000","area":"533"} , +{"type":"Feature","id":"n32027666","geometry":{"type":"Point","coordinates":[0.3289919,51.0736704]},"properties":{"@type":"node","@id":32027666,"@timestamp":1184603075},"coords":"51.0736704,0.3289919","bedrooms":"3","price":"229000","area":"552"} , +{"type":"Feature","id":"n32027705","geometry":{"type":"Point","coordinates":[0.3347904,51.0765321]},"properties":{"@type":"node","@id":32027705,"@timestamp":1184603112},"coords":"51.0765321,0.3347904","bedrooms":"1","price":"251000","area":"674"} , +{"type":"Feature","id":"n32027726","geometry":{"type":"Point","coordinates":[0.3394867,51.0773993]},"properties":{"@type":"node","@id":32027726,"@timestamp":1184603123},"coords":"51.0773993,0.3394867","bedrooms":"1","price":"199000","area":"526"} , +{"type":"Feature","id":"n32027744","geometry":{"type":"Point","coordinates":[0.3393193,51.0774989]},"properties":{"@type":"node","@id":32027744,"@timestamp":1184603136},"coords":"51.0774989,0.3393193","bedrooms":"4","price":"184000","area":"536"} , +{"type":"Feature","id":"n32027759","geometry":{"type":"Point","coordinates":[0.3386101,51.079115]},"properties":{"@type":"node","@id":32027759,"@timestamp":1184603143},"coords":"51.079115,0.3386101","bedrooms":"4","price":"229000","area":"550"} , +{"type":"Feature","id":"n32027776","geometry":{"type":"Point","coordinates":[0.3393773,51.0811316]},"properties":{"@type":"node","@id":32027776,"@timestamp":1184603151},"coords":"51.0811316,0.3393773","bedrooms":"3","price":"150000","area":"495"} , +{"type":"Feature","id":"n32028474","geometry":{"type":"Point","coordinates":[0.3248596,51.0744819]},"properties":{"@type":"node","@id":32028474,"@timestamp":1184603634},"coords":"51.0744819,0.3248596","bedrooms":"4","price":"225000","area":"434"} , +{"type":"Feature","id":"n32028509","geometry":{"type":"Point","coordinates":[0.3146791,51.0750715]},"properties":{"@type":"node","@id":32028509,"@timestamp":1184603660},"coords":"51.0750715,0.3146791","bedrooms":"3","price":"207000","area":"692"} , +{"type":"Feature","id":"n32028845","geometry":{"type":"Point","coordinates":[-0.7029986,51.203223]},"properties":{"@type":"node","@id":32028845,"@timestamp":1184604880},"coords":"51.203223,-0.7029986","bedrooms":"1","price":"242000","area":"547"} , +{"type":"Feature","id":"n32029086","geometry":{"type":"Point","coordinates":[-0.3627067,51.7973778]},"properties":{"@type":"node","@id":32029086,"@timestamp":1184605089},"coords":"51.7973778,-0.3627067","bedrooms":"0","price":"260000","area":"502"} , +{"type":"Feature","id":"n32029099","geometry":{"type":"Point","coordinates":[-0.3639907,51.7956102]},"properties":{"@type":"node","@id":32029099,"@timestamp":1184605112},"coords":"51.7956102,-0.3639907","bedrooms":"2","price":"195000","area":"611"} , +{"type":"Feature","id":"n32029129","geometry":{"type":"Point","coordinates":[-0.3602034,51.7958927]},"properties":{"@type":"node","@id":32029129,"@timestamp":1184605153},"coords":"51.7958927,-0.3602034","bedrooms":"2","price":"239000","area":"696"} , +{"type":"Feature","id":"n32029160","geometry":{"type":"Point","coordinates":[-0.3484141,51.8141381]},"properties":{"@type":"node","@id":32029160,"@timestamp":1184605182},"coords":"51.8141381,-0.3484141","bedrooms":"3","price":"297000","area":"367"} , +{"type":"Feature","id":"n32029184","geometry":{"type":"Point","coordinates":[-0.3519962,51.810418]},"properties":{"@type":"node","@id":32029184,"@timestamp":1184605204},"coords":"51.810418,-0.3519962","bedrooms":"0","price":"252000","area":"543"} , +{"type":"Feature","id":"n32029196","geometry":{"type":"Point","coordinates":[-0.351626,51.8080364]},"properties":{"@type":"node","@id":32029196,"@timestamp":1184605214},"coords":"51.8080364,-0.351626","bedrooms":"2","price":"196000","area":"410"} , +{"type":"Feature","id":"n32029214","geometry":{"type":"Point","coordinates":[-0.3590969,51.8038234]},"properties":{"@type":"node","@id":32029214,"@timestamp":1184605223},"coords":"51.8038234,-0.3590969","bedrooms":"2","price":"248000","area":"649"} , +{"type":"Feature","id":"n32029254","geometry":{"type":"Point","coordinates":[-0.3550637,51.809058]},"properties":{"@type":"node","@id":32029254,"@timestamp":1184605241},"coords":"51.809058,-0.3550637","bedrooms":"0","price":"294000","area":"648"} , +{"type":"Feature","id":"n32029435","geometry":{"type":"Point","coordinates":[0.2754565,51.1474965]},"properties":{"@type":"node","@id":32029435,"@timestamp":1594042238},"coords":"51.1474965,0.2754565","bedrooms":"1","price":"162000","area":"409"} , +{"type":"Feature","id":"n32034219","geometry":{"type":"Point","coordinates":[-0.0947124,51.0114566]},"properties":{"@type":"node","@id":32034219,"@timestamp":1191438312},"coords":"51.0114566,-0.0947124","bedrooms":"0","price":"233000","area":"370"} , +{"type":"Feature","id":"n32036015","geometry":{"type":"Point","coordinates":[-0.1606062,51.95355]},"properties":{"@type":"node","@id":32036015,"@timestamp":1518965629},"coords":"51.95355,-0.1606062","bedrooms":"1","price":"163000","area":"637"} , +{"type":"Feature","id":"n32036250","geometry":{"type":"Point","coordinates":[-0.2035804,51.921713]},"properties":{"@type":"node","@id":32036250,"@timestamp":1184615004},"coords":"51.921713,-0.2035804","bedrooms":"0","price":"250000","area":"372"} , +{"type":"Feature","id":"n32037056","geometry":{"type":"Point","coordinates":[-0.075736,51.8838026]},"properties":{"@type":"node","@id":32037056,"@timestamp":1229272126},"coords":"51.8838026,-0.075736","bedrooms":"1","price":"160000","area":"631"} , +{"type":"Feature","id":"n32037331","geometry":{"type":"Point","coordinates":[-0.0600552,51.890346]},"properties":{"@type":"node","@id":32037331,"@timestamp":1629036257},"coords":"51.890346,-0.0600552","bedrooms":"3","price":"239000","area":"436"} , +{"type":"Feature","id":"n32039812","geometry":{"type":"Point","coordinates":[-0.094586,51.0136214]},"properties":{"@type":"node","@id":32039812,"@timestamp":1186677712},"coords":"51.0136214,-0.094586","bedrooms":"1","price":"203000","area":"566"} , +{"type":"Feature","id":"n32041041","geometry":{"type":"Point","coordinates":[-0.0922333,51.0154934]},"properties":{"@type":"node","@id":32041041,"@timestamp":1185835934},"coords":"51.0154934,-0.0922333","bedrooms":"3","price":"287000","area":"443"} , +{"type":"Feature","id":"n32041963","geometry":{"type":"Point","coordinates":[-0.0866441,51.0144766]},"properties":{"@type":"node","@id":32041963,"@timestamp":1184621067},"coords":"51.0144766,-0.0866441","bedrooms":"2","price":"187000","area":"554"} , +{"type":"Feature","id":"n32044724","geometry":{"type":"Point","coordinates":[0.1725797,51.5869923]},"properties":{"@type":"node","@id":32044724,"@timestamp":1380016568},"coords":"51.5869923,0.1725797","bedrooms":"2","price":"253000","area":"687"} , +{"type":"Feature","id":"n32100162","geometry":{"type":"Point","coordinates":[-0.081572,51.0117218]},"properties":{"@type":"node","@id":32100162,"@timestamp":1188156628},"coords":"51.0117218,-0.081572","bedrooms":"3","price":"295000","area":"519"} , +{"type":"Feature","id":"n32120051","geometry":{"type":"Point","coordinates":[0.1821324,51.0529644]},"properties":{"@type":"node","@id":32120051,"@timestamp":1623013059},"coords":"51.0529644,0.1821324","bedrooms":"4","price":"183000","area":"356"} , +{"type":"Feature","id":"n32121623","geometry":{"type":"Point","coordinates":[-0.6526952,51.1658297]},"properties":{"@type":"node","@id":32121623,"@timestamp":1184674408},"coords":"51.1658297,-0.6526952","bedrooms":"3","price":"192000","area":"585"} , +{"type":"Feature","id":"n32139750","geometry":{"type":"Point","coordinates":[-0.7784781,51.421393]},"properties":{"@type":"node","@id":32139750,"@timestamp":1200846321},"coords":"51.421393,-0.7784781","bedrooms":"2","price":"236000","area":"391"} , +{"type":"Feature","id":"n32147849","geometry":{"type":"Point","coordinates":[0.2760377,51.1991565]},"properties":{"@type":"node","@id":32147849,"@timestamp":1378247831},"coords":"51.1991565,0.2760377","bedrooms":"1","price":"167000","area":"376"} , +{"type":"Feature","id":"n32168263","geometry":{"type":"Point","coordinates":[-0.1859532,51.462973]},"properties":{"@type":"node","@id":32168263,"@timestamp":1602463826},"coords":"51.462973,-0.1859532","bedrooms":"1","price":"150000","area":"421"} , +{"type":"Feature","id":"n32192317","geometry":{"type":"Point","coordinates":[-0.1571929,51.4088732]},"properties":{"@type":"node","@id":32192317,"@timestamp":1361493386},"coords":"51.4088732,-0.1571929","bedrooms":"2","price":"189000","area":"431"} , +{"type":"Feature","id":"n32197190","geometry":{"type":"Point","coordinates":[-0.103588,51.0088704]},"properties":{"@type":"node","@id":32197190,"@timestamp":1188766704},"coords":"51.0088704,-0.103588","bedrooms":"2","price":"224000","area":"357"} , +{"type":"Feature","id":"n32198080","geometry":{"type":"Point","coordinates":[-0.1381984,50.9997007]},"properties":{"@type":"node","@id":32198080,"@timestamp":1191075995},"coords":"50.9997007,-0.1381984","bedrooms":"2","price":"202000","area":"646"} , +{"type":"Feature","id":"n32199454","geometry":{"type":"Point","coordinates":[-0.4913577,51.1338003]},"properties":{"@type":"node","@id":32199454,"@timestamp":1187812861},"coords":"51.1338003,-0.4913577","bedrooms":"1","price":"209000","area":"474"} , +{"type":"Feature","id":"n32219686","geometry":{"type":"Point","coordinates":[0.3222925,51.1993536]},"properties":{"@type":"node","@id":32219686,"@timestamp":1311003914},"coords":"51.1993536,0.3222925","bedrooms":"0","price":"203000","area":"607"} , +{"type":"Feature","id":"n32285936","geometry":{"type":"Point","coordinates":[-0.4485222,50.9534721]},"properties":{"@type":"node","@id":32285936,"@timestamp":1184831412},"coords":"50.9534721,-0.4485222","bedrooms":"3","price":"221000","area":"419"} , +{"type":"Feature","id":"n32293312","geometry":{"type":"Point","coordinates":[-0.7237056,51.0507416]},"properties":{"@type":"node","@id":32293312,"@timestamp":1184834004},"coords":"51.0507416,-0.7237056","bedrooms":"0","price":"248000","area":"577"} , +{"type":"Feature","id":"n32295331","geometry":{"type":"Point","coordinates":[-0.7203779,51.0512037]},"properties":{"@type":"node","@id":32295331,"@timestamp":1184834726},"coords":"51.0512037,-0.7203779","bedrooms":"0","price":"298000","area":"384"} , +{"type":"Feature","id":"n32313529","geometry":{"type":"Point","coordinates":[-0.1207189,51.0060166]},"properties":{"@type":"node","@id":32313529,"@timestamp":1184847421},"coords":"51.0060166,-0.1207189","bedrooms":"0","price":"286000","area":"353"} , +{"type":"Feature","id":"n32316383","geometry":{"type":"Point","coordinates":[-0.7049192,51.5117946]},"properties":{"@type":"node","@id":32316383,"@timestamp":1184850134},"coords":"51.5117946,-0.7049192","bedrooms":"2","price":"289000","area":"361"} , +{"type":"Feature","id":"n32324358","geometry":{"type":"Point","coordinates":[-0.210834,51.4591806]},"properties":{"@type":"node","@id":32324358,"@timestamp":1632396286},"coords":"51.4591806,-0.210834","bedrooms":"3","price":"213000","area":"458"} , +{"type":"Feature","id":"n32341334","geometry":{"type":"Point","coordinates":[-0.3129909,51.5564666]},"properties":{"@type":"node","@id":32341334,"@timestamp":1224351360},"coords":"51.5564666,-0.3129909","bedrooms":"2","price":"232000","area":"363"} , +{"type":"Feature","id":"n32341350","geometry":{"type":"Point","coordinates":[-0.3679667,51.5462809]},"properties":{"@type":"node","@id":32341350,"@timestamp":1184894195},"coords":"51.5462809,-0.3679667","bedrooms":"2","price":"217000","area":"672"} , +{"type":"Feature","id":"n32350998","geometry":{"type":"Point","coordinates":[-1.0522034,51.2865388]},"properties":{"@type":"node","@id":32350998,"@timestamp":1241642017},"coords":"51.2865388,-1.0522034","bedrooms":"1","price":"275000","area":"620"} , +{"type":"Feature","id":"n32351215","geometry":{"type":"Point","coordinates":[-0.3723609,51.5441103]},"properties":{"@type":"node","@id":32351215,"@timestamp":1184894166},"coords":"51.5441103,-0.3723609","bedrooms":"0","price":"157000","area":"444"} , +{"type":"Feature","id":"n32351651","geometry":{"type":"Point","coordinates":[-0.3696559,51.5482353]},"properties":{"@type":"node","@id":32351651,"@timestamp":1184895301},"coords":"51.5482353,-0.3696559","bedrooms":"2","price":"268000","area":"638"} , +{"type":"Feature","id":"n32351833","geometry":{"type":"Point","coordinates":[-0.3686575,51.5436817]},"properties":{"@type":"node","@id":32351833,"@timestamp":1184896014},"coords":"51.5436817,-0.3686575","bedrooms":"0","price":"218000","area":"351"} , +{"type":"Feature","id":"n32352009","geometry":{"type":"Point","coordinates":[-0.3671869,51.5412349]},"properties":{"@type":"node","@id":32352009,"@timestamp":1184896838},"coords":"51.5412349,-0.3671869","bedrooms":"2","price":"241000","area":"686"} , +{"type":"Feature","id":"n32416112","geometry":{"type":"Point","coordinates":[-0.7161998,51.0478368]},"properties":{"@type":"node","@id":32416112,"@timestamp":1184921229},"coords":"51.0478368,-0.7161998","bedrooms":"0","price":"252000","area":"467"} , +{"type":"Feature","id":"n32419225","geometry":{"type":"Point","coordinates":[-0.687085,51.0634525]},"properties":{"@type":"node","@id":32419225,"@timestamp":1184922287},"coords":"51.0634525,-0.687085","bedrooms":"3","price":"203000","area":"573"} , +{"type":"Feature","id":"n32422819","geometry":{"type":"Point","coordinates":[-0.3326051,51.812039]},"properties":{"@type":"node","@id":32422819,"@timestamp":1184923848},"coords":"51.812039,-0.3326051","bedrooms":"1","price":"211000","area":"373"} , +{"type":"Feature","id":"n32422837","geometry":{"type":"Point","coordinates":[-0.3402598,51.8246673]},"properties":{"@type":"node","@id":32422837,"@timestamp":1582980470},"coords":"51.8246673,-0.3402598","bedrooms":"3","price":"261000","area":"588"} , +{"type":"Feature","id":"n32438669","geometry":{"type":"Point","coordinates":[0.1444329,51.4841423]},"properties":{"@type":"node","@id":32438669,"@timestamp":1564916371},"coords":"51.4841423,0.1444329","bedrooms":"1","price":"183000","area":"591"} , +{"type":"Feature","id":"n32439577","geometry":{"type":"Point","coordinates":[0.1399464,51.490561]},"properties":{"@type":"node","@id":32439577,"@timestamp":1575916356},"coords":"51.490561,0.1399464","bedrooms":"0","price":"221000","area":"456"} , +{"type":"Feature","id":"n32441075","geometry":{"type":"Point","coordinates":[-0.7420775,51.5148209]},"properties":{"@type":"node","@id":32441075,"@timestamp":1570050585},"coords":"51.5148209,-0.7420775","bedrooms":"0","price":"229000","area":"437"} , +{"type":"Feature","id":"n32443273","geometry":{"type":"Point","coordinates":[-0.7110925,51.0789652]},"properties":{"@type":"node","@id":32443273,"@timestamp":1184950127},"coords":"51.0789652,-0.7110925","bedrooms":"1","price":"243000","area":"444"} , +{"type":"Feature","id":"n32444551","geometry":{"type":"Point","coordinates":[0.2121597,51.445212]},"properties":{"@type":"node","@id":32444551,"@timestamp":1620257399},"coords":"51.445212,0.2121597","bedrooms":"4","price":"216000","area":"667"} , +{"type":"Feature","id":"n32444918","geometry":{"type":"Point","coordinates":[0.2393658,51.4384783]},"properties":{"@type":"node","@id":32444918,"@timestamp":1397832261},"coords":"51.4384783,0.2393658","bedrooms":"4","price":"171000","area":"369"} , +{"type":"Feature","id":"n32445429","geometry":{"type":"Point","coordinates":[0.1962261,51.4414373]},"properties":{"@type":"node","@id":32445429,"@timestamp":1328041702},"coords":"51.4414373,0.1962261","bedrooms":"1","price":"261000","area":"645"} , +{"type":"Feature","id":"n32451711","geometry":{"type":"Point","coordinates":[-0.3518936,51.5154797]},"properties":{"@type":"node","@id":32451711,"@timestamp":1184960365},"coords":"51.5154797,-0.3518936","bedrooms":"3","price":"272000","area":"471"} , +{"type":"Feature","id":"n32453646","geometry":{"type":"Point","coordinates":[0.1629945,51.044775]},"properties":{"@type":"node","@id":32453646,"@timestamp":1498931408},"coords":"51.044775,0.1629945","bedrooms":"2","price":"257000","area":"391"} , +{"type":"Feature","id":"n32544804","geometry":{"type":"Point","coordinates":[-0.3493892,51.5535239]},"properties":{"@type":"node","@id":32544804,"@timestamp":1583187503},"coords":"51.5535239,-0.3493892","bedrooms":"4","price":"254000","area":"378"} , +{"type":"Feature","id":"n32544826","geometry":{"type":"Point","coordinates":[-0.3473602,51.5324038]},"properties":{"@type":"node","@id":32544826,"@timestamp":1185052930},"coords":"51.5324038,-0.3473602","bedrooms":"1","price":"165000","area":"357"} , +{"type":"Feature","id":"n32544847","geometry":{"type":"Point","coordinates":[-0.3504918,51.533565]},"properties":{"@type":"node","@id":32544847,"@timestamp":1564916372},"coords":"51.533565,-0.3504918","bedrooms":"0","price":"295000","area":"600"} , +{"type":"Feature","id":"n32546037","geometry":{"type":"Point","coordinates":[-0.34892,51.5347534]},"properties":{"@type":"node","@id":32546037,"@timestamp":1185054171},"coords":"51.5347534,-0.34892","bedrooms":"1","price":"235000","area":"429"} , +{"type":"Feature","id":"n32546342","geometry":{"type":"Point","coordinates":[-0.3545485,51.5214705]},"properties":{"@type":"node","@id":32546342,"@timestamp":1614598896},"coords":"51.5214705,-0.3545485","bedrooms":"3","price":"175000","area":"571"} , +{"type":"Feature","id":"n32547158","geometry":{"type":"Point","coordinates":[-0.355525,51.5154546]},"properties":{"@type":"node","@id":32547158,"@timestamp":1185055853},"coords":"51.5154546,-0.355525","bedrooms":"1","price":"170000","area":"381"} , +{"type":"Feature","id":"n32547203","geometry":{"type":"Point","coordinates":[-0.3543411,51.5198443]},"properties":{"@type":"node","@id":32547203,"@timestamp":1185055873},"coords":"51.5198443,-0.3543411","bedrooms":"2","price":"222000","area":"408"} , +{"type":"Feature","id":"n32547218","geometry":{"type":"Point","coordinates":[-0.3497461,51.518865]},"properties":{"@type":"node","@id":32547218,"@timestamp":1185055875},"coords":"51.518865,-0.3497461","bedrooms":"1","price":"150000","area":"522"} , +{"type":"Feature","id":"n32547240","geometry":{"type":"Point","coordinates":[-0.3526907,51.5153862]},"properties":{"@type":"node","@id":32547240,"@timestamp":1185055877},"coords":"51.5153862,-0.3526907","bedrooms":"4","price":"202000","area":"489"} , +{"type":"Feature","id":"n32547285","geometry":{"type":"Point","coordinates":[-0.3510265,51.5109414]},"properties":{"@type":"node","@id":32547285,"@timestamp":1185055882},"coords":"51.5109414,-0.3510265","bedrooms":"2","price":"198000","area":"428"} , +{"type":"Feature","id":"n32548631","geometry":{"type":"Point","coordinates":[-0.3451237,51.5115882]},"properties":{"@type":"node","@id":32548631,"@timestamp":1185057967},"coords":"51.5115882,-0.3451237","bedrooms":"4","price":"263000","area":"671"} , +{"type":"Feature","id":"n32548673","geometry":{"type":"Point","coordinates":[-0.3439765,51.5086578]},"properties":{"@type":"node","@id":32548673,"@timestamp":1185057972},"coords":"51.5086578,-0.3439765","bedrooms":"3","price":"161000","area":"502"} , +{"type":"Feature","id":"n32548683","geometry":{"type":"Point","coordinates":[-0.3445208,51.5106702]},"properties":{"@type":"node","@id":32548683,"@timestamp":1185057973},"coords":"51.5106702,-0.3445208","bedrooms":"1","price":"197000","area":"673"} , +{"type":"Feature","id":"n32551172","geometry":{"type":"Point","coordinates":[-0.3455108,51.5171171]},"properties":{"@type":"node","@id":32551172,"@timestamp":1185063167},"coords":"51.5171171,-0.3455108","bedrooms":"1","price":"279000","area":"616"} , +{"type":"Feature","id":"n32551207","geometry":{"type":"Point","coordinates":[-0.3474734,51.5244845]},"properties":{"@type":"node","@id":32551207,"@timestamp":1185063170},"coords":"51.5244845,-0.3474734","bedrooms":"0","price":"196000","area":"476"} , +{"type":"Feature","id":"n32551226","geometry":{"type":"Point","coordinates":[-0.3453521,51.5184153]},"properties":{"@type":"node","@id":32551226,"@timestamp":1185063172},"coords":"51.5184153,-0.3453521","bedrooms":"3","price":"199000","area":"568"} , +{"type":"Feature","id":"n32552059","geometry":{"type":"Point","coordinates":[-0.344745,51.5280319]},"properties":{"@type":"node","@id":32552059,"@timestamp":1219704983},"coords":"51.5280319,-0.344745","bedrooms":"2","price":"222000","area":"582"} , +{"type":"Feature","id":"n32552071","geometry":{"type":"Point","coordinates":[-0.3434759,51.5274923]},"properties":{"@type":"node","@id":32552071,"@timestamp":1185064453},"coords":"51.5274923,-0.3434759","bedrooms":"1","price":"262000","area":"561"} , +{"type":"Feature","id":"n32552082","geometry":{"type":"Point","coordinates":[-0.3387226,51.5284941]},"properties":{"@type":"node","@id":32552082,"@timestamp":1185064454},"coords":"51.5284941,-0.3387226","bedrooms":"3","price":"263000","area":"420"} , +{"type":"Feature","id":"n32552096","geometry":{"type":"Point","coordinates":[-0.3423249,51.5298157]},"properties":{"@type":"node","@id":32552096,"@timestamp":1185064457},"coords":"51.5298157,-0.3423249","bedrooms":"0","price":"201000","area":"436"} , +{"type":"Feature","id":"n32552134","geometry":{"type":"Point","coordinates":[-0.3309931,51.5331189]},"properties":{"@type":"node","@id":32552134,"@timestamp":1185064461},"coords":"51.5331189,-0.3309931","bedrooms":"3","price":"200000","area":"457"} , +{"type":"Feature","id":"n32552585","geometry":{"type":"Point","coordinates":[-0.3311974,51.5153998]},"properties":{"@type":"node","@id":32552585,"@timestamp":1188340100},"coords":"51.5153998,-0.3311974","bedrooms":"0","price":"259000","area":"646"} , +{"type":"Feature","id":"n32553196","geometry":{"type":"Point","coordinates":[-0.3429997,51.5346839]},"properties":{"@type":"node","@id":32553196,"@timestamp":1185065776},"coords":"51.5346839,-0.3429997","bedrooms":"2","price":"254000","area":"482"} , +{"type":"Feature","id":"n32553602","geometry":{"type":"Point","coordinates":[-0.345909,51.5371657]},"properties":{"@type":"node","@id":32553602,"@timestamp":1189018922},"coords":"51.5371657,-0.345909","bedrooms":"0","price":"190000","area":"591"} , +{"type":"Feature","id":"n32554035","geometry":{"type":"Point","coordinates":[-0.338041,51.5383454]},"properties":{"@type":"node","@id":32554035,"@timestamp":1185068305},"coords":"51.5383454,-0.338041","bedrooms":"1","price":"234000","area":"391"} , +{"type":"Feature","id":"n32554872","geometry":{"type":"Point","coordinates":[-0.3228425,51.4379003]},"properties":{"@type":"node","@id":32554872,"@timestamp":1185072053},"coords":"51.4379003,-0.3228425","bedrooms":"4","price":"251000","area":"611"} , +{"type":"Feature","id":"n32554897","geometry":{"type":"Point","coordinates":[-0.3274696,51.4358472]},"properties":{"@type":"node","@id":32554897,"@timestamp":1185072056},"coords":"51.4358472,-0.3274696","bedrooms":"3","price":"235000","area":"374"} , +{"type":"Feature","id":"n32554909","geometry":{"type":"Point","coordinates":[-0.3229828,51.4386409]},"properties":{"@type":"node","@id":32554909,"@timestamp":1185072059},"coords":"51.4386409,-0.3229828","bedrooms":"4","price":"188000","area":"624"} , +{"type":"Feature","id":"n32554935","geometry":{"type":"Point","coordinates":[-0.328757,51.4384494]},"properties":{"@type":"node","@id":32554935,"@timestamp":1185072061},"coords":"51.4384494,-0.328757","bedrooms":"0","price":"181000","area":"446"} , +{"type":"Feature","id":"n32554974","geometry":{"type":"Point","coordinates":[-0.32251,51.4392642]},"properties":{"@type":"node","@id":32554974,"@timestamp":1185072066},"coords":"51.4392642,-0.32251","bedrooms":"4","price":"162000","area":"443"} , +{"type":"Feature","id":"n32554984","geometry":{"type":"Point","coordinates":[-0.3235228,51.4390208]},"properties":{"@type":"node","@id":32554984,"@timestamp":1185072069},"coords":"51.4390208,-0.3235228","bedrooms":"1","price":"206000","area":"509"} , +{"type":"Feature","id":"n32554994","geometry":{"type":"Point","coordinates":[-0.3236955,51.4400257]},"properties":{"@type":"node","@id":32554994,"@timestamp":1185072070},"coords":"51.4400257,-0.3236955","bedrooms":"3","price":"223000","area":"406"} , +{"type":"Feature","id":"n32555004","geometry":{"type":"Point","coordinates":[-0.3263335,51.4389816]},"properties":{"@type":"node","@id":32555004,"@timestamp":1185072071},"coords":"51.4389816,-0.3263335","bedrooms":"0","price":"280000","area":"512"} , +{"type":"Feature","id":"n32555014","geometry":{"type":"Point","coordinates":[-0.328571,51.4387303]},"properties":{"@type":"node","@id":32555014,"@timestamp":1185072072},"coords":"51.4387303,-0.328571","bedrooms":"3","price":"267000","area":"566"} , +{"type":"Feature","id":"n32570228","geometry":{"type":"Point","coordinates":[-0.1869934,51.4143676]},"properties":{"@type":"node","@id":32570228,"@timestamp":1614579096},"coords":"51.4143676,-0.1869934","bedrooms":"4","price":"286000","area":"568"} , +{"type":"Feature","id":"n32579187","geometry":{"type":"Point","coordinates":[-0.3656654,51.4652137]},"properties":{"@type":"node","@id":32579187,"@timestamp":1597704473},"coords":"51.4652137,-0.3656654","bedrooms":"4","price":"230000","area":"523"} , +{"type":"Feature","id":"n32584483","geometry":{"type":"Point","coordinates":[-0.1984318,51.4933652]},"properties":{"@type":"node","@id":32584483,"@timestamp":1596126670},"coords":"51.4933652,-0.1984318","bedrooms":"2","price":"241000","area":"575"} , +{"type":"Feature","id":"n32589069","geometry":{"type":"Point","coordinates":[-0.7213253,51.2721381]},"properties":{"@type":"node","@id":32589069,"@timestamp":1619429936},"coords":"51.2721381,-0.7213253","bedrooms":"3","price":"189000","area":"611"} , +{"type":"Feature","id":"n32593954","geometry":{"type":"Point","coordinates":[-0.9514946,51.007789]},"properties":{"@type":"node","@id":32593954,"@timestamp":1193916453},"coords":"51.007789,-0.9514946","bedrooms":"0","price":"176000","area":"480"} , +{"type":"Feature","id":"n32595475","geometry":{"type":"Point","coordinates":[0.1802044,51.2799576]},"properties":{"@type":"node","@id":32595475,"@timestamp":1365512444},"coords":"51.2799576,0.1802044","bedrooms":"1","price":"248000","area":"437"} , +{"type":"Feature","id":"n32599952","geometry":{"type":"Point","coordinates":[-0.1834859,51.4944067]},"properties":{"@type":"node","@id":32599952,"@timestamp":1286525602},"coords":"51.4944067,-0.1834859","bedrooms":"2","price":"192000","area":"647"} , +{"type":"Feature","id":"n32602018","geometry":{"type":"Point","coordinates":[-0.1661424,51.2083045]},"properties":{"@type":"node","@id":32602018,"@timestamp":1428706575},"coords":"51.2083045,-0.1661424","bedrooms":"4","price":"181000","area":"366"} , +{"type":"Feature","id":"n32618089","geometry":{"type":"Point","coordinates":[-0.0879979,51.4386956]},"properties":{"@type":"node","@id":32618089,"@timestamp":1615402515},"coords":"51.4386956,-0.0879979","bedrooms":"2","price":"210000","area":"649"} , +{"type":"Feature","id":"n32635454","geometry":{"type":"Point","coordinates":[-0.2607291,51.3484954]},"properties":{"@type":"node","@id":32635454,"@timestamp":1185212968},"coords":"51.3484954,-0.2607291","bedrooms":"3","price":"282000","area":"461"} , +{"type":"Feature","id":"n32636817","geometry":{"type":"Point","coordinates":[0.0039365,51.5420806]},"properties":{"@type":"node","@id":32636817,"@timestamp":1635089372},"coords":"51.5420806,0.0039365","bedrooms":"0","price":"151000","area":"542"} , +{"type":"Feature","id":"n32642857","geometry":{"type":"Point","coordinates":[-0.1629172,51.2487038]},"properties":{"@type":"node","@id":32642857,"@timestamp":1185230815},"coords":"51.2487038,-0.1629172","bedrooms":"1","price":"194000","area":"597"} , +{"type":"Feature","id":"n32649513","geometry":{"type":"Point","coordinates":[-0.1850034,51.1219051]},"properties":{"@type":"node","@id":32649513,"@timestamp":1186947333},"coords":"51.1219051,-0.1850034","bedrooms":"0","price":"165000","area":"593"} , +{"type":"Feature","id":"n32649528","geometry":{"type":"Point","coordinates":[-0.1836521,51.120241]},"properties":{"@type":"node","@id":32649528,"@timestamp":1185231442},"coords":"51.120241,-0.1836521","bedrooms":"2","price":"263000","area":"511"} , +{"type":"Feature","id":"n32649540","geometry":{"type":"Point","coordinates":[-0.1871971,51.1226647]},"properties":{"@type":"node","@id":32649540,"@timestamp":1186947335},"coords":"51.1226647,-0.1871971","bedrooms":"3","price":"282000","area":"670"} , +{"type":"Feature","id":"n32650595","geometry":{"type":"Point","coordinates":[-0.0160063,51.5291823]},"properties":{"@type":"node","@id":32650595,"@timestamp":1564916372},"coords":"51.5291823,-0.0160063","bedrooms":"4","price":"285000","area":"621"} , +{"type":"Feature","id":"n32650804","geometry":{"type":"Point","coordinates":[-0.3237779,51.5343185]},"properties":{"@type":"node","@id":32650804,"@timestamp":1418148557},"coords":"51.5343185,-0.3237779","bedrooms":"1","price":"268000","area":"449"} , +{"type":"Feature","id":"n32651008","geometry":{"type":"Point","coordinates":[-0.0144264,51.5296116]},"properties":{"@type":"node","@id":32651008,"@timestamp":1617418958},"coords":"51.5296116,-0.0144264","bedrooms":"0","price":"242000","area":"476"} , +{"type":"Feature","id":"n32654227","geometry":{"type":"Point","coordinates":[-0.2989705,51.5222326]},"properties":{"@type":"node","@id":32654227,"@timestamp":1191175077},"coords":"51.5222326,-0.2989705","bedrooms":"1","price":"208000","area":"665"} , +{"type":"Feature","id":"n32654975","geometry":{"type":"Point","coordinates":[-0.3286426,51.5179485]},"properties":{"@type":"node","@id":32654975,"@timestamp":1185237633},"coords":"51.5179485,-0.3286426","bedrooms":"2","price":"164000","area":"466"} , +{"type":"Feature","id":"n32655868","geometry":{"type":"Point","coordinates":[-0.3277893,51.5478183]},"properties":{"@type":"node","@id":32655868,"@timestamp":1185238746},"coords":"51.5478183,-0.3277893","bedrooms":"3","price":"229000","area":"511"} , +{"type":"Feature","id":"n32656913","geometry":{"type":"Point","coordinates":[-0.3078861,51.5412285]},"properties":{"@type":"node","@id":32656913,"@timestamp":1188336636},"coords":"51.5412285,-0.3078861","bedrooms":"2","price":"278000","area":"649"} , +{"type":"Feature","id":"n32660707","geometry":{"type":"Point","coordinates":[-0.2128282,51.9399398]},"properties":{"@type":"node","@id":32660707,"@timestamp":1185257561},"coords":"51.9399398,-0.2128282","bedrooms":"3","price":"258000","area":"531"} , +{"type":"Feature","id":"n32660761","geometry":{"type":"Point","coordinates":[-0.2549881,51.9277693]},"properties":{"@type":"node","@id":32660761,"@timestamp":1185257611},"coords":"51.9277693,-0.2549881","bedrooms":"2","price":"154000","area":"353"} , +{"type":"Feature","id":"n32660781","geometry":{"type":"Point","coordinates":[-0.2594332,51.92941]},"properties":{"@type":"node","@id":32660781,"@timestamp":1587918997},"coords":"51.92941,-0.2594332","bedrooms":"2","price":"188000","area":"375"} , +{"type":"Feature","id":"n32660961","geometry":{"type":"Point","coordinates":[-0.2353603,51.9426852]},"properties":{"@type":"node","@id":32660961,"@timestamp":1524377878},"coords":"51.9426852,-0.2353603","bedrooms":"1","price":"263000","area":"430"} , +{"type":"Feature","id":"n32669229","geometry":{"type":"Point","coordinates":[-0.3507294,51.4706208]},"properties":{"@type":"node","@id":32669229,"@timestamp":1185282799},"coords":"51.4706208,-0.3507294","bedrooms":"1","price":"270000","area":"440"} , +{"type":"Feature","id":"n32669239","geometry":{"type":"Point","coordinates":[-0.3473602,51.4711699]},"properties":{"@type":"node","@id":32669239,"@timestamp":1185282800},"coords":"51.4711699,-0.3473602","bedrooms":"0","price":"264000","area":"376"} , +{"type":"Feature","id":"n32669249","geometry":{"type":"Point","coordinates":[-0.3472759,51.4703931]},"properties":{"@type":"node","@id":32669249,"@timestamp":1185282801},"coords":"51.4703931,-0.3472759","bedrooms":"1","price":"238000","area":"597"} , +{"type":"Feature","id":"n32669260","geometry":{"type":"Point","coordinates":[-0.3415139,51.4735033]},"properties":{"@type":"node","@id":32669260,"@timestamp":1208642177},"coords":"51.4735033,-0.3415139","bedrooms":"0","price":"233000","area":"584"} , +{"type":"Feature","id":"n32669284","geometry":{"type":"Point","coordinates":[-0.3322735,51.4701903]},"properties":{"@type":"node","@id":32669284,"@timestamp":1185282804},"coords":"51.4701903,-0.3322735","bedrooms":"3","price":"166000","area":"463"} , +{"type":"Feature","id":"n32669296","geometry":{"type":"Point","coordinates":[-0.333328,51.4700593]},"properties":{"@type":"node","@id":32669296,"@timestamp":1188342962},"coords":"51.4700593,-0.333328","bedrooms":"3","price":"189000","area":"413"} , +{"type":"Feature","id":"n32669316","geometry":{"type":"Point","coordinates":[-0.3229707,51.4732787]},"properties":{"@type":"node","@id":32669316,"@timestamp":1185282806},"coords":"51.4732787,-0.3229707","bedrooms":"2","price":"250000","area":"587"} , +{"type":"Feature","id":"n32669351","geometry":{"type":"Point","coordinates":[-0.3271011,51.4741959]},"properties":{"@type":"node","@id":32669351,"@timestamp":1185282809},"coords":"51.4741959,-0.3271011","bedrooms":"3","price":"221000","area":"603"} , +{"type":"Feature","id":"n32669398","geometry":{"type":"Point","coordinates":[-0.3427369,51.4730603]},"properties":{"@type":"node","@id":32669398,"@timestamp":1218060493},"coords":"51.4730603,-0.3427369","bedrooms":"3","price":"197000","area":"508"} , +{"type":"Feature","id":"n32669411","geometry":{"type":"Point","coordinates":[-0.3433171,51.4729605]},"properties":{"@type":"node","@id":32669411,"@timestamp":1185282814},"coords":"51.4729605,-0.3433171","bedrooms":"2","price":"259000","area":"649"} , +{"type":"Feature","id":"n32669424","geometry":{"type":"Point","coordinates":[-0.3520896,51.4702215]},"properties":{"@type":"node","@id":32669424,"@timestamp":1185282815},"coords":"51.4702215,-0.3520896","bedrooms":"4","price":"255000","area":"495"} , +{"type":"Feature","id":"n32680666","geometry":{"type":"Point","coordinates":[-0.2594403,51.3450596]},"properties":{"@type":"node","@id":32680666,"@timestamp":1621692535},"coords":"51.3450596,-0.2594403","bedrooms":"0","price":"262000","area":"378"} , +{"type":"Feature","id":"n32681937","geometry":{"type":"Point","coordinates":[-0.2571413,51.3475281]},"properties":{"@type":"node","@id":32681937,"@timestamp":1185301064},"coords":"51.3475281,-0.2571413","bedrooms":"1","price":"293000","area":"490"} , +{"type":"Feature","id":"n32714438","geometry":{"type":"Point","coordinates":[-0.3095462,51.8043343]},"properties":{"@type":"node","@id":32714438,"@timestamp":1185319641},"coords":"51.8043343,-0.3095462","bedrooms":"3","price":"198000","area":"616"} , +{"type":"Feature","id":"n32714684","geometry":{"type":"Point","coordinates":[-0.3119089,51.8028431]},"properties":{"@type":"node","@id":32714684,"@timestamp":1185319732},"coords":"51.8028431,-0.3119089","bedrooms":"3","price":"221000","area":"627"} , +{"type":"Feature","id":"n32714694","geometry":{"type":"Point","coordinates":[-0.3147679,51.8006155]},"properties":{"@type":"node","@id":32714694,"@timestamp":1185319732},"coords":"51.8006155,-0.3147679","bedrooms":"4","price":"282000","area":"696"} , +{"type":"Feature","id":"n32714752","geometry":{"type":"Point","coordinates":[-0.2982852,51.8113996]},"properties":{"@type":"node","@id":32714752,"@timestamp":1185319738},"coords":"51.8113996,-0.2982852","bedrooms":"4","price":"194000","area":"474"} , +{"type":"Feature","id":"n32714800","geometry":{"type":"Point","coordinates":[-0.308804,51.817034]},"properties":{"@type":"node","@id":32714800,"@timestamp":1185319743},"coords":"51.817034,-0.308804","bedrooms":"0","price":"193000","area":"364"} , +{"type":"Feature","id":"n32798790","geometry":{"type":"Point","coordinates":[-0.1014487,51.5329978]},"properties":{"@type":"node","@id":32798790,"@timestamp":1185350510},"coords":"51.5329978,-0.1014487","bedrooms":"3","price":"255000","area":"574"} , +{"type":"Feature","id":"n32822069","geometry":{"type":"Point","coordinates":[-0.3694558,51.4608718]},"properties":{"@type":"node","@id":32822069,"@timestamp":1185361763},"coords":"51.4608718,-0.3694558","bedrooms":"4","price":"272000","area":"535"} , +{"type":"Feature","id":"n32844785","geometry":{"type":"Point","coordinates":[-0.0737106,51.4193879]},"properties":{"@type":"node","@id":32844785,"@timestamp":1404810908},"coords":"51.4193879,-0.0737106","bedrooms":"4","price":"150000","area":"439"} , +{"type":"Feature","id":"n32847384","geometry":{"type":"Point","coordinates":[-0.2515267,51.3355566]},"properties":{"@type":"node","@id":32847384,"@timestamp":1185384231},"coords":"51.3355566,-0.2515267","bedrooms":"4","price":"169000","area":"539"} , +{"type":"Feature","id":"n32850247","geometry":{"type":"Point","coordinates":[0.1908644,51.3045662]},"properties":{"@type":"node","@id":32850247,"@timestamp":1185387102},"coords":"51.3045662,0.1908644","bedrooms":"3","price":"164000","area":"618"} , +{"type":"Feature","id":"n32856624","geometry":{"type":"Point","coordinates":[0.3856836,51.4262267]},"properties":{"@type":"node","@id":32856624,"@timestamp":1625005394},"coords":"51.4262267,0.3856836","bedrooms":"4","price":"236000","area":"685"} , +{"type":"Feature","id":"n32856779","geometry":{"type":"Point","coordinates":[0.5884834,51.2899692]},"properties":{"@type":"node","@id":32856779,"@timestamp":1185395342},"coords":"51.2899692,0.5884834","bedrooms":"1","price":"201000","area":"591"} , +{"type":"Feature","id":"n32856789","geometry":{"type":"Point","coordinates":[0.5854338,51.2861582]},"properties":{"@type":"node","@id":32856789,"@timestamp":1185395343},"coords":"51.2861582,0.5854338","bedrooms":"4","price":"284000","area":"398"} , +{"type":"Feature","id":"n32856800","geometry":{"type":"Point","coordinates":[0.5821252,51.2831009]},"properties":{"@type":"node","@id":32856800,"@timestamp":1631747231},"coords":"51.2831009,0.5821252","bedrooms":"1","price":"271000","area":"516"} , +{"type":"Feature","id":"n32856811","geometry":{"type":"Point","coordinates":[0.581558,51.2791376]},"properties":{"@type":"node","@id":32856811,"@timestamp":1185395346},"coords":"51.2791376,0.581558","bedrooms":"0","price":"218000","area":"399"} , +{"type":"Feature","id":"n32856828","geometry":{"type":"Point","coordinates":[0.5790223,51.2758252]},"properties":{"@type":"node","@id":32856828,"@timestamp":1185395347},"coords":"51.2758252,0.5790223","bedrooms":"1","price":"224000","area":"573"} , +{"type":"Feature","id":"n32856850","geometry":{"type":"Point","coordinates":[0.5955957,51.2872667]},"properties":{"@type":"node","@id":32856850,"@timestamp":1185395349},"coords":"51.2872667,0.5955957","bedrooms":"3","price":"166000","area":"443"} , +{"type":"Feature","id":"n32857510","geometry":{"type":"Point","coordinates":[0.57752,51.2756648]},"properties":{"@type":"node","@id":32857510,"@timestamp":1185395705},"coords":"51.2756648,0.57752","bedrooms":"2","price":"243000","area":"420"} , +{"type":"Feature","id":"n32858496","geometry":{"type":"Point","coordinates":[0.574256,51.2745886]},"properties":{"@type":"node","@id":32858496,"@timestamp":1226176880},"coords":"51.2745886,0.574256","bedrooms":"0","price":"260000","area":"409"} , +{"type":"Feature","id":"n32858512","geometry":{"type":"Point","coordinates":[0.5730824,51.2738949]},"properties":{"@type":"node","@id":32858512,"@timestamp":1185396322},"coords":"51.2738949,0.5730824","bedrooms":"2","price":"226000","area":"582"} , +{"type":"Feature","id":"n32858522","geometry":{"type":"Point","coordinates":[0.5710845,51.2714678]},"properties":{"@type":"node","@id":32858522,"@timestamp":1185396345},"coords":"51.2714678,0.5710845","bedrooms":"2","price":"276000","area":"374"} , +{"type":"Feature","id":"n32858532","geometry":{"type":"Point","coordinates":[0.5690901,51.2685065]},"properties":{"@type":"node","@id":32858532,"@timestamp":1226359283},"coords":"51.2685065,0.5690901","bedrooms":"4","price":"201000","area":"559"} , +{"type":"Feature","id":"n32859136","geometry":{"type":"Point","coordinates":[0.5598604,51.2619495]},"properties":{"@type":"node","@id":32859136,"@timestamp":1185396867},"coords":"51.2619495,0.5598604","bedrooms":"0","price":"172000","area":"469"} , +{"type":"Feature","id":"n32861491","geometry":{"type":"Point","coordinates":[0.0436538,51.5525872]},"properties":{"@type":"node","@id":32861491,"@timestamp":1625018094},"coords":"51.5525872,0.0436538","bedrooms":"3","price":"159000","area":"558"} , +{"type":"Feature","id":"n32894885","geometry":{"type":"Point","coordinates":[0.0102383,51.5659643]},"properties":{"@type":"node","@id":32894885,"@timestamp":1564916372},"coords":"51.5659643,0.0102383","bedrooms":"0","price":"264000","area":"461"} , +{"type":"Feature","id":"n32898272","geometry":{"type":"Point","coordinates":[0.0260688,51.5748902]},"properties":{"@type":"node","@id":32898272,"@timestamp":1564916372},"coords":"51.5748902,0.0260688","bedrooms":"3","price":"178000","area":"414"} , +{"type":"Feature","id":"n32912493","geometry":{"type":"Point","coordinates":[0.5494252,51.2683046]},"properties":{"@type":"node","@id":32912493,"@timestamp":1185483262},"coords":"51.2683046,0.5494252","bedrooms":"3","price":"224000","area":"579"} , +{"type":"Feature","id":"n32912528","geometry":{"type":"Point","coordinates":[0.5357812,51.2700248]},"properties":{"@type":"node","@id":32912528,"@timestamp":1185483264},"coords":"51.2700248,0.5357812","bedrooms":"4","price":"158000","area":"689"} , +{"type":"Feature","id":"n32920773","geometry":{"type":"Point","coordinates":[0.0835333,51.5409863]},"properties":{"@type":"node","@id":32920773,"@timestamp":1580678827},"coords":"51.5409863,0.0835333","bedrooms":"3","price":"250000","area":"583"} , +{"type":"Feature","id":"n32920811","geometry":{"type":"Point","coordinates":[-0.0857456,51.0135878]},"properties":{"@type":"node","@id":32920811,"@timestamp":1185491096},"coords":"51.0135878,-0.0857456","bedrooms":"3","price":"218000","area":"380"} , +{"type":"Feature","id":"n32920824","geometry":{"type":"Point","coordinates":[-0.084112,51.0139225]},"properties":{"@type":"node","@id":32920824,"@timestamp":1185491097},"coords":"51.0139225,-0.084112","bedrooms":"3","price":"241000","area":"416"} , +{"type":"Feature","id":"n32920855","geometry":{"type":"Point","coordinates":[-0.0749233,51.0087878]},"properties":{"@type":"node","@id":32920855,"@timestamp":1185491100},"coords":"51.0087878,-0.0749233","bedrooms":"0","price":"221000","area":"510"} , +{"type":"Feature","id":"n32922157","geometry":{"type":"Point","coordinates":[0.1137808,51.5327131]},"properties":{"@type":"node","@id":32922157,"@timestamp":1441131785},"coords":"51.5327131,0.1137808","bedrooms":"0","price":"220000","area":"475"} , +{"type":"Feature","id":"n32922300","geometry":{"type":"Point","coordinates":[-0.1456086,51.104461]},"properties":{"@type":"node","@id":32922300,"@timestamp":1218159574},"coords":"51.104461,-0.1456086","bedrooms":"4","price":"266000","area":"578"} , +{"type":"Feature","id":"n32922726","geometry":{"type":"Point","coordinates":[0.117518,51.5322626]},"properties":{"@type":"node","@id":32922726,"@timestamp":1441131786},"coords":"51.5322626,0.117518","bedrooms":"0","price":"294000","area":"377"} , +{"type":"Feature","id":"n32929290","geometry":{"type":"Point","coordinates":[-0.1117364,51.461813]},"properties":{"@type":"node","@id":32929290,"@timestamp":1599840755},"coords":"51.461813,-0.1117364","bedrooms":"0","price":"186000","area":"649"} , +{"type":"Feature","id":"n32930382","geometry":{"type":"Point","coordinates":[0.0459924,51.4823514]},"properties":{"@type":"node","@id":32930382,"@timestamp":1599403747},"coords":"51.4823514,0.0459924","bedrooms":"2","price":"286000","area":"474"} , +{"type":"Feature","id":"n32940746","geometry":{"type":"Point","coordinates":[-0.3664421,51.4815879]},"properties":{"@type":"node","@id":32940746,"@timestamp":1212854195},"coords":"51.4815879,-0.3664421","bedrooms":"1","price":"265000","area":"552"} , +{"type":"Feature","id":"n32940758","geometry":{"type":"Point","coordinates":[-0.3603587,51.492176]},"properties":{"@type":"node","@id":32940758,"@timestamp":1185532709},"coords":"51.492176,-0.3603587","bedrooms":"2","price":"184000","area":"501"} , +{"type":"Feature","id":"n32940768","geometry":{"type":"Point","coordinates":[-0.3413912,51.4891063]},"properties":{"@type":"node","@id":32940768,"@timestamp":1185532709},"coords":"51.4891063,-0.3413912","bedrooms":"1","price":"222000","area":"358"} , +{"type":"Feature","id":"n32947599","geometry":{"type":"Point","coordinates":[-0.2429755,51.780952]},"properties":{"@type":"node","@id":32947599,"@timestamp":1552779424},"coords":"51.780952,-0.2429755","bedrooms":"1","price":"206000","area":"534"} , +{"type":"Feature","id":"n32949561","geometry":{"type":"Point","coordinates":[0.5170751,51.2843487]},"properties":{"@type":"node","@id":32949561,"@timestamp":1297263634},"coords":"51.2843487,0.5170751","bedrooms":"1","price":"210000","area":"598"} , +{"type":"Feature","id":"n32951596","geometry":{"type":"Point","coordinates":[0.3764,51.4440487]},"properties":{"@type":"node","@id":32951596,"@timestamp":1632248944},"coords":"51.4440487,0.3764","bedrooms":"2","price":"199000","area":"484"} , +{"type":"Feature","id":"n32953244","geometry":{"type":"Point","coordinates":[-0.2220353,51.7780993]},"properties":{"@type":"node","@id":32953244,"@timestamp":1399845670},"coords":"51.7780993,-0.2220353","bedrooms":"0","price":"272000","area":"583"} , +{"type":"Feature","id":"n32959367","geometry":{"type":"Point","coordinates":[0.374415,51.429168]},"properties":{"@type":"node","@id":32959367,"@timestamp":1431724493},"coords":"51.429168,0.374415","bedrooms":"1","price":"206000","area":"422"} , +{"type":"Feature","id":"n32959918","geometry":{"type":"Point","coordinates":[0.3775744,51.4208197]},"properties":{"@type":"node","@id":32959918,"@timestamp":1433445125},"coords":"51.4208197,0.3775744","bedrooms":"2","price":"187000","area":"371"} , +{"type":"Feature","id":"n32960159","geometry":{"type":"Point","coordinates":[0.3777897,51.4222983]},"properties":{"@type":"node","@id":32960159,"@timestamp":1304289603},"coords":"51.4222983,0.3777897","bedrooms":"4","price":"258000","area":"617"} , +{"type":"Feature","id":"n32975881","geometry":{"type":"Point","coordinates":[-0.0817962,51.5005327]},"properties":{"@type":"node","@id":32975881,"@timestamp":1559797245},"coords":"51.5005327,-0.0817962","bedrooms":"4","price":"222000","area":"505"} , +{"type":"Feature","id":"n32980820","geometry":{"type":"Point","coordinates":[-0.123721,51.4624968]},"properties":{"@type":"node","@id":32980820,"@timestamp":1482792416},"coords":"51.4624968,-0.123721","bedrooms":"1","price":"209000","area":"380"} , +{"type":"Feature","id":"n33011369","geometry":{"type":"Point","coordinates":[-0.2637518,51.3325706]},"properties":{"@type":"node","@id":33011369,"@timestamp":1185612891},"coords":"51.3325706,-0.2637518","bedrooms":"0","price":"204000","area":"377"} , +{"type":"Feature","id":"n33013964","geometry":{"type":"Point","coordinates":[-0.2562281,51.3401953]},"properties":{"@type":"node","@id":33013964,"@timestamp":1185613840},"coords":"51.3401953,-0.2562281","bedrooms":"2","price":"152000","area":"494"} , +{"type":"Feature","id":"n33014035","geometry":{"type":"Point","coordinates":[-0.2557188,51.3406394]},"properties":{"@type":"node","@id":33014035,"@timestamp":1185613845},"coords":"51.3406394,-0.2557188","bedrooms":"1","price":"221000","area":"690"} , +{"type":"Feature","id":"n33018372","geometry":{"type":"Point","coordinates":[0.326458,51.4409793]},"properties":{"@type":"node","@id":33018372,"@timestamp":1316523227},"coords":"51.4409793,0.326458","bedrooms":"4","price":"194000","area":"564"} , +{"type":"Feature","id":"n33019224","geometry":{"type":"Point","coordinates":[-0.1867192,51.122339]},"properties":{"@type":"node","@id":33019224,"@timestamp":1185617063},"coords":"51.122339,-0.1867192","bedrooms":"1","price":"166000","area":"582"} , +{"type":"Feature","id":"n33023056","geometry":{"type":"Point","coordinates":[-0.0783188,51.4456332]},"properties":{"@type":"node","@id":33023056,"@timestamp":1185619438},"coords":"51.4456332,-0.0783188","bedrooms":"4","price":"279000","area":"495"} , +{"type":"Feature","id":"n33025843","geometry":{"type":"Point","coordinates":[-0.2519349,51.3181945]},"properties":{"@type":"node","@id":33025843,"@timestamp":1185624027},"coords":"51.3181945,-0.2519349","bedrooms":"3","price":"277000","area":"696"} , +{"type":"Feature","id":"n33025862","geometry":{"type":"Point","coordinates":[-0.2525141,51.3158558]},"properties":{"@type":"node","@id":33025862,"@timestamp":1185624032},"coords":"51.3158558,-0.2525141","bedrooms":"3","price":"278000","area":"487"} , +{"type":"Feature","id":"n33034408","geometry":{"type":"Point","coordinates":[0.3570093,51.4355549]},"properties":{"@type":"node","@id":33034408,"@timestamp":1402309741},"coords":"51.4355549,0.3570093","bedrooms":"3","price":"211000","area":"601"} , +{"type":"Feature","id":"n33037665","geometry":{"type":"Point","coordinates":[-0.2619818,51.3264054]},"properties":{"@type":"node","@id":33037665,"@timestamp":1185634827},"coords":"51.3264054,-0.2619818","bedrooms":"0","price":"159000","area":"465"} , +{"type":"Feature","id":"n33039235","geometry":{"type":"Point","coordinates":[-0.2631356,51.3322608]},"properties":{"@type":"node","@id":33039235,"@timestamp":1185635665},"coords":"51.3322608,-0.2631356","bedrooms":"0","price":"217000","area":"486"} , +{"type":"Feature","id":"n33040213","geometry":{"type":"Point","coordinates":[-0.2445945,51.3095349]},"properties":{"@type":"node","@id":33040213,"@timestamp":1185637708},"coords":"51.3095349,-0.2445945","bedrooms":"2","price":"187000","area":"392"} , +{"type":"Feature","id":"n33040228","geometry":{"type":"Point","coordinates":[-0.2460401,51.3113487]},"properties":{"@type":"node","@id":33040228,"@timestamp":1185637710},"coords":"51.3113487,-0.2460401","bedrooms":"2","price":"206000","area":"476"} , +{"type":"Feature","id":"n33040517","geometry":{"type":"Point","coordinates":[-0.2608987,51.3108383]},"properties":{"@type":"node","@id":33040517,"@timestamp":1185638284},"coords":"51.3108383,-0.2608987","bedrooms":"4","price":"171000","area":"618"} , +{"type":"Feature","id":"n33040602","geometry":{"type":"Point","coordinates":[-0.2618869,51.3097997]},"properties":{"@type":"node","@id":33040602,"@timestamp":1185638566},"coords":"51.3097997,-0.2618869","bedrooms":"1","price":"184000","area":"605"} , +{"type":"Feature","id":"n33043030","geometry":{"type":"Point","coordinates":[-0.2053104,51.510942]},"properties":{"@type":"node","@id":33043030,"@timestamp":1619570377},"coords":"51.510942,-0.2053104","bedrooms":"4","price":"199000","area":"482"} , +{"type":"Feature","id":"n33050358","geometry":{"type":"Point","coordinates":[-0.1344878,51.6594232]},"properties":{"@type":"node","@id":33050358,"@timestamp":1185651307},"coords":"51.6594232,-0.1344878","bedrooms":"2","price":"222000","area":"567"} , +{"type":"Feature","id":"n33072145","geometry":{"type":"Point","coordinates":[0.5339077,51.3802347]},"properties":{"@type":"node","@id":33072145,"@timestamp":1578238287},"coords":"51.3802347,0.5339077","bedrooms":"2","price":"152000","area":"572"} , +{"type":"Feature","id":"n33077398","geometry":{"type":"Point","coordinates":[-0.7663693,51.5154449]},"properties":{"@type":"node","@id":33077398,"@timestamp":1185750249},"coords":"51.5154449,-0.7663693","bedrooms":"0","price":"254000","area":"520"} , +{"type":"Feature","id":"n33077446","geometry":{"type":"Point","coordinates":[-0.3775013,51.4679376]},"properties":{"@type":"node","@id":33077446,"@timestamp":1185750258},"coords":"51.4679376,-0.3775013","bedrooms":"3","price":"165000","area":"429"} , +{"type":"Feature","id":"n33077499","geometry":{"type":"Point","coordinates":[-0.3772393,51.4658412]},"properties":{"@type":"node","@id":33077499,"@timestamp":1185750260},"coords":"51.4658412,-0.3772393","bedrooms":"0","price":"265000","area":"583"} , +{"type":"Feature","id":"n33077559","geometry":{"type":"Point","coordinates":[-0.400774,51.4712818]},"properties":{"@type":"node","@id":33077559,"@timestamp":1185750264},"coords":"51.4712818,-0.400774","bedrooms":"4","price":"247000","area":"532"} , +{"type":"Feature","id":"n33077580","geometry":{"type":"Point","coordinates":[-0.3850259,51.4672138]},"properties":{"@type":"node","@id":33077580,"@timestamp":1185750267},"coords":"51.4672138,-0.3850259","bedrooms":"2","price":"181000","area":"604"} , +{"type":"Feature","id":"n33078298","geometry":{"type":"Point","coordinates":[-0.7650511,51.5164211]},"properties":{"@type":"node","@id":33078298,"@timestamp":1185752083},"coords":"51.5164211,-0.7650511","bedrooms":"2","price":"186000","area":"373"} , +{"type":"Feature","id":"n33082489","geometry":{"type":"Point","coordinates":[-0.2804142,51.5847766]},"properties":{"@type":"node","@id":33082489,"@timestamp":1564916372},"coords":"51.5847766,-0.2804142","bedrooms":"0","price":"184000","area":"377"} , +{"type":"Feature","id":"n33101856","geometry":{"type":"Point","coordinates":[-0.0804821,51.5759039]},"properties":{"@type":"node","@id":33101856,"@timestamp":1185783990},"coords":"51.5759039,-0.0804821","bedrooms":"0","price":"250000","area":"513"} , +{"type":"Feature","id":"n33101904","geometry":{"type":"Point","coordinates":[-0.0742603,51.5753653]},"properties":{"@type":"node","@id":33101904,"@timestamp":1185783993},"coords":"51.5753653,-0.0742603","bedrooms":"3","price":"177000","area":"454"} , +{"type":"Feature","id":"n33102000","geometry":{"type":"Point","coordinates":[-0.057588,51.5732107]},"properties":{"@type":"node","@id":33102000,"@timestamp":1194372213},"coords":"51.5732107,-0.057588","bedrooms":"2","price":"242000","area":"429"} , +{"type":"Feature","id":"n33108597","geometry":{"type":"Point","coordinates":[0.528856,51.2715727]},"properties":{"@type":"node","@id":33108597,"@timestamp":1185786752},"coords":"51.2715727,0.528856","bedrooms":"0","price":"248000","area":"485"} , +{"type":"Feature","id":"n33108623","geometry":{"type":"Point","coordinates":[0.539044,51.2687822]},"properties":{"@type":"node","@id":33108623,"@timestamp":1185786783},"coords":"51.2687822,0.539044","bedrooms":"2","price":"155000","area":"531"} , +{"type":"Feature","id":"n33108633","geometry":{"type":"Point","coordinates":[0.5360359,51.2698935]},"properties":{"@type":"node","@id":33108633,"@timestamp":1185786784},"coords":"51.2698935,0.5360359","bedrooms":"2","price":"179000","area":"545"} , +{"type":"Feature","id":"n33108667","geometry":{"type":"Point","coordinates":[0.5365559,51.2761806]},"properties":{"@type":"node","@id":33108667,"@timestamp":1316679349},"coords":"51.2761806,0.5365559","bedrooms":"4","price":"253000","area":"603"} , +{"type":"Feature","id":"n33108680","geometry":{"type":"Point","coordinates":[0.5368072,51.275352]},"properties":{"@type":"node","@id":33108680,"@timestamp":1226531480},"coords":"51.275352,0.5368072","bedrooms":"1","price":"196000","area":"430"} , +{"type":"Feature","id":"n33108690","geometry":{"type":"Point","coordinates":[0.5392939,51.2747679]},"properties":{"@type":"node","@id":33108690,"@timestamp":1185786791},"coords":"51.2747679,0.5392939","bedrooms":"0","price":"211000","area":"516"} , +{"type":"Feature","id":"n33108700","geometry":{"type":"Point","coordinates":[0.5399047,51.277095]},"properties":{"@type":"node","@id":33108700,"@timestamp":1226531482},"coords":"51.277095,0.5399047","bedrooms":"2","price":"181000","area":"604"} , +{"type":"Feature","id":"n33108710","geometry":{"type":"Point","coordinates":[0.5408929,51.2799236]},"properties":{"@type":"node","@id":33108710,"@timestamp":1226531483},"coords":"51.2799236,0.5408929","bedrooms":"2","price":"206000","area":"692"} , +{"type":"Feature","id":"n33108720","geometry":{"type":"Point","coordinates":[0.5414176,51.2813136]},"properties":{"@type":"node","@id":33108720,"@timestamp":1226599440},"coords":"51.2813136,0.5414176","bedrooms":"0","price":"212000","area":"665"} , +{"type":"Feature","id":"n33108730","geometry":{"type":"Point","coordinates":[0.5435301,51.2833487]},"properties":{"@type":"node","@id":33108730,"@timestamp":1226531486},"coords":"51.2833487,0.5435301","bedrooms":"0","price":"162000","area":"439"} , +{"type":"Feature","id":"n33108752","geometry":{"type":"Point","coordinates":[0.5300334,51.2755112]},"properties":{"@type":"node","@id":33108752,"@timestamp":1185786798},"coords":"51.2755112,0.5300334","bedrooms":"1","price":"177000","area":"696"} , +{"type":"Feature","id":"n33108802","geometry":{"type":"Point","coordinates":[0.5172964,51.2843034]},"properties":{"@type":"node","@id":33108802,"@timestamp":1185786808},"coords":"51.2843034,0.5172964","bedrooms":"3","price":"238000","area":"523"} , +{"type":"Feature","id":"n33108825","geometry":{"type":"Point","coordinates":[0.5173,51.2872462]},"properties":{"@type":"node","@id":33108825,"@timestamp":1185786815},"coords":"51.2872462,0.5173","bedrooms":"2","price":"163000","area":"473"} , +{"type":"Feature","id":"n33108835","geometry":{"type":"Point","coordinates":[0.5171402,51.2894258]},"properties":{"@type":"node","@id":33108835,"@timestamp":1185786817},"coords":"51.2894258,0.5171402","bedrooms":"4","price":"271000","area":"592"} , +{"type":"Feature","id":"n33108859","geometry":{"type":"Point","coordinates":[0.5746819,51.2730325]},"properties":{"@type":"node","@id":33108859,"@timestamp":1185786820},"coords":"51.2730325,0.5746819","bedrooms":"2","price":"284000","area":"374"} , +{"type":"Feature","id":"n33108870","geometry":{"type":"Point","coordinates":[0.5166159,51.2930815]},"properties":{"@type":"node","@id":33108870,"@timestamp":1185786821},"coords":"51.2930815,0.5166159","bedrooms":"0","price":"261000","area":"401"} , +{"type":"Feature","id":"n33108896","geometry":{"type":"Point","coordinates":[0.5151544,51.2961268]},"properties":{"@type":"node","@id":33108896,"@timestamp":1185786825},"coords":"51.2961268,0.5151544","bedrooms":"4","price":"237000","area":"382"} , +{"type":"Feature","id":"n33108906","geometry":{"type":"Point","coordinates":[0.515945,51.2953222]},"properties":{"@type":"node","@id":33108906,"@timestamp":1185786826},"coords":"51.2953222,0.515945","bedrooms":"0","price":"279000","area":"415"} , +{"type":"Feature","id":"n33108925","geometry":{"type":"Point","coordinates":[0.5132717,51.3129137]},"properties":{"@type":"node","@id":33108925,"@timestamp":1185786828},"coords":"51.3129137,0.5132717","bedrooms":"0","price":"160000","area":"550"} , +{"type":"Feature","id":"n33109165","geometry":{"type":"Point","coordinates":[0.5074338,51.317914]},"properties":{"@type":"node","@id":33109165,"@timestamp":1185787095},"coords":"51.317914,0.5074338","bedrooms":"0","price":"254000","area":"677"} , +{"type":"Feature","id":"n33112644","geometry":{"type":"Point","coordinates":[0.504747,51.3201994]},"properties":{"@type":"node","@id":33112644,"@timestamp":1185788346},"coords":"51.3201994,0.504747","bedrooms":"2","price":"257000","area":"641"} , +{"type":"Feature","id":"n33112660","geometry":{"type":"Point","coordinates":[0.5062781,51.3231372]},"properties":{"@type":"node","@id":33112660,"@timestamp":1185788364},"coords":"51.3231372,0.5062781","bedrooms":"4","price":"204000","area":"455"} , +{"type":"Feature","id":"n33112685","geometry":{"type":"Point","coordinates":[0.5069909,51.3233899]},"properties":{"@type":"node","@id":33112685,"@timestamp":1185788373},"coords":"51.3233899,0.5069909","bedrooms":"4","price":"187000","area":"639"} , +{"type":"Feature","id":"n33112701","geometry":{"type":"Point","coordinates":[0.5071533,51.3272366]},"properties":{"@type":"node","@id":33112701,"@timestamp":1185788380},"coords":"51.3272366,0.5071533","bedrooms":"0","price":"225000","area":"443"} , +{"type":"Feature","id":"n33114995","geometry":{"type":"Point","coordinates":[0.506537,51.3411071]},"properties":{"@type":"node","@id":33114995,"@timestamp":1185790516},"coords":"51.3411071,0.506537","bedrooms":"3","price":"231000","area":"596"} , +{"type":"Feature","id":"n33115097","geometry":{"type":"Point","coordinates":[0.5069045,51.3452171]},"properties":{"@type":"node","@id":33115097,"@timestamp":1185790608},"coords":"51.3452171,0.5069045","bedrooms":"3","price":"180000","area":"426"} , +{"type":"Feature","id":"n33116187","geometry":{"type":"Point","coordinates":[-0.3889671,51.47557]},"properties":{"@type":"node","@id":33116187,"@timestamp":1185791522},"coords":"51.47557,-0.3889671","bedrooms":"3","price":"209000","area":"537"} , +{"type":"Feature","id":"n33116988","geometry":{"type":"Point","coordinates":[-0.3628656,51.4778706]},"properties":{"@type":"node","@id":33116988,"@timestamp":1185792846},"coords":"51.4778706,-0.3628656","bedrooms":"0","price":"152000","area":"375"} , +{"type":"Feature","id":"n33118104","geometry":{"type":"Point","coordinates":[0.4888117,51.3767719]},"properties":{"@type":"node","@id":33118104,"@timestamp":1185793799},"coords":"51.3767719,0.4888117","bedrooms":"3","price":"277000","area":"501"} , +{"type":"Feature","id":"n33118147","geometry":{"type":"Point","coordinates":[0.4886622,51.3764347]},"properties":{"@type":"node","@id":33118147,"@timestamp":1185793898},"coords":"51.3764347,0.4886622","bedrooms":"3","price":"285000","area":"659"} , +{"type":"Feature","id":"n33122645","geometry":{"type":"Point","coordinates":[-1.0667078,51.3284505]},"properties":{"@type":"node","@id":33122645,"@timestamp":1510040565},"coords":"51.3284505,-1.0667078","bedrooms":"3","price":"282000","area":"642"} , +{"type":"Feature","id":"n33126920","geometry":{"type":"Point","coordinates":[0.5074411,51.3997409]},"properties":{"@type":"node","@id":33126920,"@timestamp":1193566401},"coords":"51.3997409,0.5074411","bedrooms":"1","price":"154000","area":"568"} , +{"type":"Feature","id":"n33127568","geometry":{"type":"Point","coordinates":[0.5146859,51.4018314]},"properties":{"@type":"node","@id":33127568,"@timestamp":1522253655},"coords":"51.4018314,0.5146859","bedrooms":"1","price":"228000","area":"609"} , +{"type":"Feature","id":"n33128171","geometry":{"type":"Point","coordinates":[0.524798,51.4070161]},"properties":{"@type":"node","@id":33128171,"@timestamp":1185809416},"coords":"51.4070161,0.524798","bedrooms":"2","price":"188000","area":"661"} , +{"type":"Feature","id":"n33128430","geometry":{"type":"Point","coordinates":[0.5257583,51.4103914]},"properties":{"@type":"node","@id":33128430,"@timestamp":1204765333},"coords":"51.4103914,0.5257583","bedrooms":"4","price":"249000","area":"547"} , +{"type":"Feature","id":"n33129931","geometry":{"type":"Point","coordinates":[0.522755,51.4147519]},"properties":{"@type":"node","@id":33129931,"@timestamp":1185810716},"coords":"51.4147519,0.522755","bedrooms":"1","price":"206000","area":"685"} , +{"type":"Feature","id":"n33129949","geometry":{"type":"Point","coordinates":[0.5222718,51.4188416]},"properties":{"@type":"node","@id":33129949,"@timestamp":1185810724},"coords":"51.4188416,0.5222718","bedrooms":"2","price":"179000","area":"389"} , +{"type":"Feature","id":"n33130053","geometry":{"type":"Point","coordinates":[0.5093645,51.4156197]},"properties":{"@type":"node","@id":33130053,"@timestamp":1185810967},"coords":"51.4156197,0.5093645","bedrooms":"3","price":"239000","area":"353"} , +{"type":"Feature","id":"n33130167","geometry":{"type":"Point","coordinates":[0.5019615,51.4165623]},"properties":{"@type":"node","@id":33130167,"@timestamp":1185811268},"coords":"51.4165623,0.5019615","bedrooms":"1","price":"235000","area":"562"} , +{"type":"Feature","id":"n33130177","geometry":{"type":"Point","coordinates":[0.4962593,51.4197576]},"properties":{"@type":"node","@id":33130177,"@timestamp":1185811272},"coords":"51.4197576,0.4962593","bedrooms":"4","price":"181000","area":"362"} , +{"type":"Feature","id":"n33130397","geometry":{"type":"Point","coordinates":[0.4853175,51.4226177]},"properties":{"@type":"node","@id":33130397,"@timestamp":1185812586},"coords":"51.4226177,0.4853175","bedrooms":"0","price":"224000","area":"366"} , +{"type":"Feature","id":"n33130412","geometry":{"type":"Point","coordinates":[0.4727169,51.4273698]},"properties":{"@type":"node","@id":33130412,"@timestamp":1185812588},"coords":"51.4273698,0.4727169","bedrooms":"1","price":"208000","area":"639"} , +{"type":"Feature","id":"n33130438","geometry":{"type":"Point","coordinates":[0.46567,51.4269308]},"properties":{"@type":"node","@id":33130438,"@timestamp":1185812590},"coords":"51.4269308,0.46567","bedrooms":"2","price":"210000","area":"562"} , +{"type":"Feature","id":"n33130707","geometry":{"type":"Point","coordinates":[0.4623059,51.4304719]},"properties":{"@type":"node","@id":33130707,"@timestamp":1185813079},"coords":"51.4304719,0.4623059","bedrooms":"3","price":"241000","area":"390"} , +{"type":"Feature","id":"n33130721","geometry":{"type":"Point","coordinates":[0.4598573,51.4340573]},"properties":{"@type":"node","@id":33130721,"@timestamp":1185813083},"coords":"51.4340573,0.4598573","bedrooms":"3","price":"158000","area":"589"} , +{"type":"Feature","id":"n33130736","geometry":{"type":"Point","coordinates":[0.4582692,51.4366437]},"properties":{"@type":"node","@id":33130736,"@timestamp":1185813085},"coords":"51.4366437,0.4582692","bedrooms":"3","price":"183000","area":"694"} , +{"type":"Feature","id":"n33130751","geometry":{"type":"Point","coordinates":[0.4498276,51.4391222]},"properties":{"@type":"node","@id":33130751,"@timestamp":1185813086},"coords":"51.4391222,0.4498276","bedrooms":"0","price":"283000","area":"514"} , +{"type":"Feature","id":"n33130842","geometry":{"type":"Point","coordinates":[0.4431649,51.4378597]},"properties":{"@type":"node","@id":33130842,"@timestamp":1185813462},"coords":"51.4378597,0.4431649","bedrooms":"4","price":"265000","area":"651"} , +{"type":"Feature","id":"n33130852","geometry":{"type":"Point","coordinates":[0.4227616,51.4384176]},"properties":{"@type":"node","@id":33130852,"@timestamp":1185813463},"coords":"51.4384176,0.4227616","bedrooms":"1","price":"151000","area":"480"} , +{"type":"Feature","id":"n33131283","geometry":{"type":"Point","coordinates":[-0.7606552,51.579333]},"properties":{"@type":"node","@id":33131283,"@timestamp":1185813811},"coords":"51.579333,-0.7606552","bedrooms":"3","price":"170000","area":"437"} , +{"type":"Feature","id":"n33131311","geometry":{"type":"Point","coordinates":[-0.7581758,51.5756967]},"properties":{"@type":"node","@id":33131311,"@timestamp":1185813814},"coords":"51.5756967,-0.7581758","bedrooms":"1","price":"246000","area":"679"} , +{"type":"Feature","id":"n33131341","geometry":{"type":"Point","coordinates":[-0.7635436,51.5830383]},"properties":{"@type":"node","@id":33131341,"@timestamp":1185813819},"coords":"51.5830383,-0.7635436","bedrooms":"4","price":"154000","area":"605"} , +{"type":"Feature","id":"n33131638","geometry":{"type":"Point","coordinates":[0.3855102,51.4432221]},"properties":{"@type":"node","@id":33131638,"@timestamp":1589626770},"coords":"51.4432221,0.3855102","bedrooms":"0","price":"254000","area":"469"} , +{"type":"Feature","id":"n33132860","geometry":{"type":"Point","coordinates":[0.4813689,51.4333013]},"properties":{"@type":"node","@id":33132860,"@timestamp":1185815767},"coords":"51.4333013,0.4813689","bedrooms":"4","price":"246000","area":"378"} , +{"type":"Feature","id":"n33132901","geometry":{"type":"Point","coordinates":[0.48709,51.4365757]},"properties":{"@type":"node","@id":33132901,"@timestamp":1185815775},"coords":"51.4365757,0.48709","bedrooms":"0","price":"253000","area":"357"} , +{"type":"Feature","id":"n33132953","geometry":{"type":"Point","coordinates":[0.4915878,51.4398061]},"properties":{"@type":"node","@id":33132953,"@timestamp":1185815779},"coords":"51.4398061,0.4915878","bedrooms":"3","price":"213000","area":"480"} , +{"type":"Feature","id":"n33132973","geometry":{"type":"Point","coordinates":[0.4919956,51.4429126]},"properties":{"@type":"node","@id":33132973,"@timestamp":1185815780},"coords":"51.4429126,0.4919956","bedrooms":"2","price":"281000","area":"620"} , +{"type":"Feature","id":"n33133000","geometry":{"type":"Point","coordinates":[0.4906123,51.44813]},"properties":{"@type":"node","@id":33133000,"@timestamp":1185815785},"coords":"51.44813,0.4906123","bedrooms":"0","price":"288000","area":"628"} , +{"type":"Feature","id":"n33133022","geometry":{"type":"Point","coordinates":[0.4903045,51.4516603]},"properties":{"@type":"node","@id":33133022,"@timestamp":1185815786},"coords":"51.4516603,0.4903045","bedrooms":"0","price":"219000","area":"661"} , +{"type":"Feature","id":"n33133101","geometry":{"type":"Point","coordinates":[0.4904644,51.4601561]},"properties":{"@type":"node","@id":33133101,"@timestamp":1185815791},"coords":"51.4601561,0.4904644","bedrooms":"2","price":"274000","area":"388"} , +{"type":"Feature","id":"n33133872","geometry":{"type":"Point","coordinates":[0.5114494,51.4570864]},"properties":{"@type":"node","@id":33133872,"@timestamp":1185816679},"coords":"51.4570864,0.5114494","bedrooms":"1","price":"225000","area":"666"} , +{"type":"Feature","id":"n33135450","geometry":{"type":"Point","coordinates":[0.511063,51.4540606]},"properties":{"@type":"node","@id":33135450,"@timestamp":1185817056},"coords":"51.4540606,0.511063","bedrooms":"4","price":"216000","area":"557"} , +{"type":"Feature","id":"n33136006","geometry":{"type":"Point","coordinates":[0.5079438,51.4430919]},"properties":{"@type":"node","@id":33136006,"@timestamp":1185817330},"coords":"51.4430919,0.5079438","bedrooms":"0","price":"168000","area":"485"} , +{"type":"Feature","id":"n33136019","geometry":{"type":"Point","coordinates":[0.5055705,51.4417488]},"properties":{"@type":"node","@id":33136019,"@timestamp":1185817331},"coords":"51.4417488,0.5055705","bedrooms":"4","price":"264000","area":"483"} , +{"type":"Feature","id":"n33136537","geometry":{"type":"Point","coordinates":[0.4986961,51.4369056]},"properties":{"@type":"node","@id":33136537,"@timestamp":1185817646},"coords":"51.4369056,0.4986961","bedrooms":"1","price":"199000","area":"434"} , +{"type":"Feature","id":"n33136585","geometry":{"type":"Point","coordinates":[0.498204,51.4313021]},"properties":{"@type":"node","@id":33136585,"@timestamp":1185817651},"coords":"51.4313021,0.498204","bedrooms":"3","price":"178000","area":"473"} , +{"type":"Feature","id":"n33136720","geometry":{"type":"Point","coordinates":[0.4982538,51.4618451]},"properties":{"@type":"node","@id":33136720,"@timestamp":1302101951},"coords":"51.4618451,0.4982538","bedrooms":"4","price":"213000","area":"597"} , +{"type":"Feature","id":"n33136811","geometry":{"type":"Point","coordinates":[0.4959667,51.4259406]},"properties":{"@type":"node","@id":33136811,"@timestamp":1185818325},"coords":"51.4259406,0.4959667","bedrooms":"0","price":"274000","area":"353"} , +{"type":"Feature","id":"n33137377","geometry":{"type":"Point","coordinates":[0.5115307,51.4540893]},"properties":{"@type":"node","@id":33137377,"@timestamp":1185819000},"coords":"51.4540893,0.5115307","bedrooms":"2","price":"256000","area":"477"} , +{"type":"Feature","id":"n33137387","geometry":{"type":"Point","coordinates":[0.5182232,51.4540261]},"properties":{"@type":"node","@id":33137387,"@timestamp":1185819001},"coords":"51.4540261,0.5182232","bedrooms":"1","price":"175000","area":"511"} , +{"type":"Feature","id":"n33137398","geometry":{"type":"Point","coordinates":[0.5228007,51.4546794]},"properties":{"@type":"node","@id":33137398,"@timestamp":1185819004},"coords":"51.4546794,0.5228007","bedrooms":"3","price":"216000","area":"440"} , +{"type":"Feature","id":"n33137651","geometry":{"type":"Point","coordinates":[0.5577662,51.4481241]},"properties":{"@type":"node","@id":33137651,"@timestamp":1185819733},"coords":"51.4481241,0.5577662","bedrooms":"0","price":"230000","area":"356"} , +{"type":"Feature","id":"n33138245","geometry":{"type":"Point","coordinates":[0.5643273,51.4514695]},"properties":{"@type":"node","@id":33138245,"@timestamp":1185820592},"coords":"51.4514695,0.5643273","bedrooms":"2","price":"176000","area":"682"} , +{"type":"Feature","id":"n33140677","geometry":{"type":"Point","coordinates":[-0.1958307,51.483783]},"properties":{"@type":"node","@id":33140677,"@timestamp":1621622996},"coords":"51.483783,-0.1958307","bedrooms":"3","price":"279000","area":"633"} , +{"type":"Feature","id":"n33142335","geometry":{"type":"Point","coordinates":[-1.0331736,51.5818535]},"properties":{"@type":"node","@id":33142335,"@timestamp":1185827951},"coords":"51.5818535,-1.0331736","bedrooms":"2","price":"264000","area":"628"} , +{"type":"Feature","id":"n33142850","geometry":{"type":"Point","coordinates":[-1.1153172,51.5881247]},"properties":{"@type":"node","@id":33142850,"@timestamp":1185828181},"coords":"51.5881247,-1.1153172","bedrooms":"1","price":"243000","area":"550"} , +{"type":"Feature","id":"n33143301","geometry":{"type":"Point","coordinates":[-1.1099215,51.5824068]},"properties":{"@type":"node","@id":33143301,"@timestamp":1185828414},"coords":"51.5824068,-1.1099215","bedrooms":"3","price":"258000","area":"410"} , +{"type":"Feature","id":"n33143514","geometry":{"type":"Point","coordinates":[-0.1961287,51.891916]},"properties":{"@type":"node","@id":33143514,"@timestamp":1198257859},"coords":"51.891916,-0.1961287","bedrooms":"0","price":"150000","area":"581"} , +{"type":"Feature","id":"n33143590","geometry":{"type":"Point","coordinates":[-0.1912078,51.8841455]},"properties":{"@type":"node","@id":33143590,"@timestamp":1246455530},"coords":"51.8841455,-0.1912078","bedrooms":"1","price":"288000","area":"660"} , +{"type":"Feature","id":"n33147565","geometry":{"type":"Point","coordinates":[-0.0927589,51.014698]},"properties":{"@type":"node","@id":33147565,"@timestamp":1240695497},"coords":"51.014698,-0.0927589","bedrooms":"0","price":"240000","area":"472"} , +{"type":"Feature","id":"n33148217","geometry":{"type":"Point","coordinates":[-0.1603723,51.4103201]},"properties":{"@type":"node","@id":33148217,"@timestamp":1185836705},"coords":"51.4103201,-0.1603723","bedrooms":"4","price":"187000","area":"619"} , +{"type":"Feature","id":"n33148277","geometry":{"type":"Point","coordinates":[-0.1533287,51.4130159]},"properties":{"@type":"node","@id":33148277,"@timestamp":1185836811},"coords":"51.4130159,-0.1533287","bedrooms":"1","price":"154000","area":"375"} , +{"type":"Feature","id":"n33148298","geometry":{"type":"Point","coordinates":[-0.1551389,51.4130698]},"properties":{"@type":"node","@id":33148298,"@timestamp":1562861633},"coords":"51.4130698,-0.1551389","bedrooms":"1","price":"278000","area":"574"} , +{"type":"Feature","id":"n33148313","geometry":{"type":"Point","coordinates":[-0.1533924,51.4138424]},"properties":{"@type":"node","@id":33148313,"@timestamp":1562861633},"coords":"51.4138424,-0.1533924","bedrooms":"0","price":"286000","area":"388"} , +{"type":"Feature","id":"n33148489","geometry":{"type":"Point","coordinates":[-0.1546256,51.4145249]},"properties":{"@type":"node","@id":33148489,"@timestamp":1185836939},"coords":"51.4145249,-0.1546256","bedrooms":"0","price":"291000","area":"481"} , +{"type":"Feature","id":"n33148971","geometry":{"type":"Point","coordinates":[-0.0631572,51.4458504]},"properties":{"@type":"node","@id":33148971,"@timestamp":1564916373},"coords":"51.4458504,-0.0631572","bedrooms":"3","price":"228000","area":"522"} , +{"type":"Feature","id":"n33149105","geometry":{"type":"Point","coordinates":[-0.0616519,51.4527624]},"properties":{"@type":"node","@id":33149105,"@timestamp":1336057574},"coords":"51.4527624,-0.0616519","bedrooms":"1","price":"251000","area":"666"} , +{"type":"Feature","id":"n33156860","geometry":{"type":"Point","coordinates":[-0.1667207,51.885478]},"properties":{"@type":"node","@id":33156860,"@timestamp":1185863598},"coords":"51.885478,-0.1667207","bedrooms":"4","price":"170000","area":"696"} , +{"type":"Feature","id":"n33159254","geometry":{"type":"Point","coordinates":[0.3874968,51.0923911]},"properties":{"@type":"node","@id":33159254,"@timestamp":1568823367},"coords":"51.0923911,0.3874968","bedrooms":"0","price":"297000","area":"630"} , +{"type":"Feature","id":"n33169819","geometry":{"type":"Point","coordinates":[-0.2056967,51.3443194]},"properties":{"@type":"node","@id":33169819,"@timestamp":1542475452},"coords":"51.3443194,-0.2056967","bedrooms":"3","price":"273000","area":"411"} , +{"type":"Feature","id":"n33173724","geometry":{"type":"Point","coordinates":[-0.3606443,51.4753981]},"properties":{"@type":"node","@id":33173724,"@timestamp":1206054515},"coords":"51.4753981,-0.3606443","bedrooms":"0","price":"216000","area":"575"} , +{"type":"Feature","id":"n33173742","geometry":{"type":"Point","coordinates":[-0.3783408,51.4761097]},"properties":{"@type":"node","@id":33173742,"@timestamp":1185886408},"coords":"51.4761097,-0.3783408","bedrooms":"4","price":"160000","area":"568"} , +{"type":"Feature","id":"n33173754","geometry":{"type":"Point","coordinates":[-0.3835631,51.4749117]},"properties":{"@type":"node","@id":33173754,"@timestamp":1185886409},"coords":"51.4749117,-0.3835631","bedrooms":"0","price":"212000","area":"471"} , +{"type":"Feature","id":"n33173767","geometry":{"type":"Point","coordinates":[-0.3770118,51.4745249]},"properties":{"@type":"node","@id":33173767,"@timestamp":1185886411},"coords":"51.4745249,-0.3770118","bedrooms":"3","price":"295000","area":"350"} , +{"type":"Feature","id":"n33173798","geometry":{"type":"Point","coordinates":[-0.3822279,51.4736452]},"properties":{"@type":"node","@id":33173798,"@timestamp":1185886415},"coords":"51.4736452,-0.3822279","bedrooms":"3","price":"158000","area":"390"} , +{"type":"Feature","id":"n33173808","geometry":{"type":"Point","coordinates":[-0.3816663,51.4733332]},"properties":{"@type":"node","@id":33173808,"@timestamp":1185886416},"coords":"51.4733332,-0.3816663","bedrooms":"4","price":"211000","area":"514"} , +{"type":"Feature","id":"n33187068","geometry":{"type":"Point","coordinates":[0.579825,51.4444603]},"properties":{"@type":"node","@id":33187068,"@timestamp":1185903845},"coords":"51.4444603,0.579825","bedrooms":"4","price":"219000","area":"460"} , +{"type":"Feature","id":"n33187084","geometry":{"type":"Point","coordinates":[0.5615756,51.4487991]},"properties":{"@type":"node","@id":33187084,"@timestamp":1237567148},"coords":"51.4487991,0.5615756","bedrooms":"3","price":"214000","area":"694"} , +{"type":"Feature","id":"n33187120","geometry":{"type":"Point","coordinates":[0.5621168,51.4329724]},"properties":{"@type":"node","@id":33187120,"@timestamp":1185903854},"coords":"51.4329724,0.5621168","bedrooms":"1","price":"254000","area":"410"} , +{"type":"Feature","id":"n33187145","geometry":{"type":"Point","coordinates":[0.5620208,51.4253538]},"properties":{"@type":"node","@id":33187145,"@timestamp":1235074606},"coords":"51.4253538,0.5620208","bedrooms":"1","price":"165000","area":"588"} , +{"type":"Feature","id":"n33187162","geometry":{"type":"Point","coordinates":[0.5632967,51.420578]},"properties":{"@type":"node","@id":33187162,"@timestamp":1235074606},"coords":"51.420578,0.5632967","bedrooms":"2","price":"207000","area":"353"} , +{"type":"Feature","id":"n33187627","geometry":{"type":"Point","coordinates":[0.5229201,51.4162499]},"properties":{"@type":"node","@id":33187627,"@timestamp":1387154675},"coords":"51.4162499,0.5229201","bedrooms":"4","price":"193000","area":"411"} , +{"type":"Feature","id":"n33189505","geometry":{"type":"Point","coordinates":[-0.2683361,51.3306125]},"properties":{"@type":"node","@id":33189505,"@timestamp":1185905574},"coords":"51.3306125,-0.2683361","bedrooms":"1","price":"278000","area":"520"} , +{"type":"Feature","id":"n33189796","geometry":{"type":"Point","coordinates":[-0.0027182,51.7670956]},"properties":{"@type":"node","@id":33189796,"@timestamp":1292153843},"coords":"51.7670956,-0.0027182","bedrooms":"2","price":"273000","area":"391"} , +{"type":"Feature","id":"n33206602","geometry":{"type":"Point","coordinates":[-0.0365496,51.6084884]},"properties":{"@type":"node","@id":33206602,"@timestamp":1564144645},"coords":"51.6084884,-0.0365496","bedrooms":"3","price":"165000","area":"532"} , +{"type":"Feature","id":"n33207163","geometry":{"type":"Point","coordinates":[-1.0829273,50.9815801]},"properties":{"@type":"node","@id":33207163,"@timestamp":1185919310},"coords":"50.9815801,-1.0829273","bedrooms":"3","price":"185000","area":"626"} , +{"type":"Feature","id":"n33213272","geometry":{"type":"Point","coordinates":[-0.1132209,51.4809926]},"properties":{"@type":"node","@id":33213272,"@timestamp":1627575932},"coords":"51.4809926,-0.1132209","bedrooms":"4","price":"238000","area":"609"} , +{"type":"Feature","id":"n33214658","geometry":{"type":"Point","coordinates":[0.0001982,51.7872409]},"properties":{"@type":"node","@id":33214658,"@timestamp":1185928689},"coords":"51.7872409,0.0001982","bedrooms":"3","price":"266000","area":"670"} , +{"type":"Feature","id":"n33214668","geometry":{"type":"Point","coordinates":[0.0003233,51.7858276]},"properties":{"@type":"node","@id":33214668,"@timestamp":1185928690},"coords":"51.7858276,0.0003233","bedrooms":"2","price":"294000","area":"589"} , +{"type":"Feature","id":"n33216785","geometry":{"type":"Point","coordinates":[0.0178099,51.7786993]},"properties":{"@type":"node","@id":33216785,"@timestamp":1185930089},"coords":"51.7786993,0.0178099","bedrooms":"3","price":"208000","area":"686"} , +{"type":"Feature","id":"n33216960","geometry":{"type":"Point","coordinates":[0.0523973,51.8066386]},"properties":{"@type":"node","@id":33216960,"@timestamp":1185930849},"coords":"51.8066386,0.0523973","bedrooms":"4","price":"184000","area":"629"} , +{"type":"Feature","id":"n33216998","geometry":{"type":"Point","coordinates":[0.0553068,51.8044234]},"properties":{"@type":"node","@id":33216998,"@timestamp":1185930852},"coords":"51.8044234,0.0553068","bedrooms":"2","price":"188000","area":"486"} , +{"type":"Feature","id":"n33217017","geometry":{"type":"Point","coordinates":[0.0537326,51.8012817]},"properties":{"@type":"node","@id":33217017,"@timestamp":1185930854},"coords":"51.8012817,0.0537326","bedrooms":"3","price":"238000","area":"596"} , +{"type":"Feature","id":"n33217041","geometry":{"type":"Point","coordinates":[0.0544926,51.7952729]},"properties":{"@type":"node","@id":33217041,"@timestamp":1185930856},"coords":"51.7952729,0.0544926","bedrooms":"2","price":"211000","area":"499"} , +{"type":"Feature","id":"n33217153","geometry":{"type":"Point","coordinates":[0.0576842,51.7850797]},"properties":{"@type":"node","@id":33217153,"@timestamp":1185930859},"coords":"51.7850797,0.0576842","bedrooms":"1","price":"214000","area":"402"} , +{"type":"Feature","id":"n33226491","geometry":{"type":"Point","coordinates":[-0.3713794,51.6086204]},"properties":{"@type":"node","@id":33226491,"@timestamp":1634846245},"coords":"51.6086204,-0.3713794","bedrooms":"4","price":"296000","area":"613"} , +{"type":"Feature","id":"n33228349","geometry":{"type":"Point","coordinates":[-0.3800143,51.470295]},"properties":{"@type":"node","@id":33228349,"@timestamp":1185965594},"coords":"51.470295,-0.3800143","bedrooms":"0","price":"283000","area":"356"} , +{"type":"Feature","id":"n33228362","geometry":{"type":"Point","coordinates":[-0.3791658,51.4682111]},"properties":{"@type":"node","@id":33228362,"@timestamp":1185965597},"coords":"51.4682111,-0.3791658","bedrooms":"4","price":"247000","area":"427"} , +{"type":"Feature","id":"n33228373","geometry":{"type":"Point","coordinates":[-0.3802327,51.46886]},"properties":{"@type":"node","@id":33228373,"@timestamp":1185965601},"coords":"51.46886,-0.3802327","bedrooms":"0","price":"189000","area":"494"} , +{"type":"Feature","id":"n33228395","geometry":{"type":"Point","coordinates":[-0.3824726,51.4687414]},"properties":{"@type":"node","@id":33228395,"@timestamp":1185965604},"coords":"51.4687414,-0.3824726","bedrooms":"0","price":"291000","area":"608"} , +{"type":"Feature","id":"n33228407","geometry":{"type":"Point","coordinates":[-0.3832089,51.4698396]},"properties":{"@type":"node","@id":33228407,"@timestamp":1185965606},"coords":"51.4698396,-0.3832089","bedrooms":"4","price":"223000","area":"584"} , +{"type":"Feature","id":"n33228417","geometry":{"type":"Point","coordinates":[-0.3832089,51.4705758]},"properties":{"@type":"node","@id":33228417,"@timestamp":1185965607},"coords":"51.4705758,-0.3832089","bedrooms":"1","price":"291000","area":"645"} , +{"type":"Feature","id":"n33228428","geometry":{"type":"Point","coordinates":[-0.3807069,51.4667449]},"properties":{"@type":"node","@id":33228428,"@timestamp":1185965609},"coords":"51.4667449,-0.3807069","bedrooms":"4","price":"297000","area":"683"} , +{"type":"Feature","id":"n33228520","geometry":{"type":"Point","coordinates":[-0.3612652,51.4738702]},"properties":{"@type":"node","@id":33228520,"@timestamp":1185965985},"coords":"51.4738702,-0.3612652","bedrooms":"1","price":"263000","area":"415"} , +{"type":"Feature","id":"n33235436","geometry":{"type":"Point","coordinates":[-0.1568934,51.6697568]},"properties":{"@type":"node","@id":33235436,"@timestamp":1185977389},"coords":"51.6697568,-0.1568934","bedrooms":"4","price":"298000","area":"475"} , +{"type":"Feature","id":"n33238120","geometry":{"type":"Point","coordinates":[-0.3996018,51.8313298]},"properties":{"@type":"node","@id":33238120,"@timestamp":1199294786},"coords":"51.8313298,-0.3996018","bedrooms":"3","price":"298000","area":"499"} , +{"type":"Feature","id":"n33238138","geometry":{"type":"Point","coordinates":[-0.4030573,51.8292752]},"properties":{"@type":"node","@id":33238138,"@timestamp":1244413468},"coords":"51.8292752,-0.4030573","bedrooms":"4","price":"280000","area":"599"} , +{"type":"Feature","id":"n33238150","geometry":{"type":"Point","coordinates":[-0.4065185,51.8284866]},"properties":{"@type":"node","@id":33238150,"@timestamp":1244413467},"coords":"51.8284866,-0.4065185","bedrooms":"3","price":"191000","area":"451"} , +{"type":"Feature","id":"n33238161","geometry":{"type":"Point","coordinates":[-0.4110429,51.8318827]},"properties":{"@type":"node","@id":33238161,"@timestamp":1185984048},"coords":"51.8318827,-0.4110429","bedrooms":"0","price":"271000","area":"473"} , +{"type":"Feature","id":"n33238172","geometry":{"type":"Point","coordinates":[-0.408863,51.8342302]},"properties":{"@type":"node","@id":33238172,"@timestamp":1185984050},"coords":"51.8342302,-0.408863","bedrooms":"4","price":"204000","area":"585"} , +{"type":"Feature","id":"n33238183","geometry":{"type":"Point","coordinates":[-0.4029491,51.8359587]},"properties":{"@type":"node","@id":33238183,"@timestamp":1199277638},"coords":"51.8359587,-0.4029491","bedrooms":"2","price":"154000","area":"441"} , +{"type":"Feature","id":"n33238193","geometry":{"type":"Point","coordinates":[-0.4124814,51.8323694]},"properties":{"@type":"node","@id":33238193,"@timestamp":1185984052},"coords":"51.8323694,-0.4124814","bedrooms":"0","price":"155000","area":"659"} , +{"type":"Feature","id":"n33238203","geometry":{"type":"Point","coordinates":[-0.4180841,51.835912]},"properties":{"@type":"node","@id":33238203,"@timestamp":1185984053},"coords":"51.835912,-0.4180841","bedrooms":"4","price":"252000","area":"520"} , +{"type":"Feature","id":"n33238213","geometry":{"type":"Point","coordinates":[-0.4154524,51.8381278]},"properties":{"@type":"node","@id":33238213,"@timestamp":1185984055},"coords":"51.8381278,-0.4154524","bedrooms":"0","price":"275000","area":"388"} , +{"type":"Feature","id":"n33238224","geometry":{"type":"Point","coordinates":[-0.408993,51.8418884]},"properties":{"@type":"node","@id":33238224,"@timestamp":1185984056},"coords":"51.8418884,-0.408993","bedrooms":"4","price":"219000","area":"569"} , +{"type":"Feature","id":"n33238535","geometry":{"type":"Point","coordinates":[-0.4308031,51.8199818]},"properties":{"@type":"node","@id":33238535,"@timestamp":1185984743},"coords":"51.8199818,-0.4308031","bedrooms":"2","price":"218000","area":"543"} , +{"type":"Feature","id":"n33238561","geometry":{"type":"Point","coordinates":[-0.4340041,51.8176803]},"properties":{"@type":"node","@id":33238561,"@timestamp":1201615236},"coords":"51.8176803,-0.4340041","bedrooms":"0","price":"271000","area":"562"} , +{"type":"Feature","id":"n33238587","geometry":{"type":"Point","coordinates":[-0.4436601,51.8187273]},"properties":{"@type":"node","@id":33238587,"@timestamp":1185984749},"coords":"51.8187273,-0.4436601","bedrooms":"2","price":"194000","area":"390"} , +{"type":"Feature","id":"n33238598","geometry":{"type":"Point","coordinates":[-0.4490505,51.8199411]},"properties":{"@type":"node","@id":33238598,"@timestamp":1185984750},"coords":"51.8199411,-0.4490505","bedrooms":"1","price":"254000","area":"670"} , +{"type":"Feature","id":"n33238641","geometry":{"type":"Point","coordinates":[-0.4383105,51.8169886]},"properties":{"@type":"node","@id":33238641,"@timestamp":1185984755},"coords":"51.8169886,-0.4383105","bedrooms":"3","price":"177000","area":"598"} , +{"type":"Feature","id":"n33238669","geometry":{"type":"Point","coordinates":[-0.4368854,51.814762]},"properties":{"@type":"node","@id":33238669,"@timestamp":1185984775},"coords":"51.814762,-0.4368854","bedrooms":"0","price":"176000","area":"377"} , +{"type":"Feature","id":"n33240166","geometry":{"type":"Point","coordinates":[-0.4683051,51.8292279]},"properties":{"@type":"node","@id":33240166,"@timestamp":1185986472},"coords":"51.8292279,-0.4683051","bedrooms":"1","price":"213000","area":"397"} , +{"type":"Feature","id":"n33240177","geometry":{"type":"Point","coordinates":[-0.4189675,51.8212338]},"properties":{"@type":"node","@id":33240177,"@timestamp":1191410568},"coords":"51.8212338,-0.4189675","bedrooms":"1","price":"153000","area":"489"} , +{"type":"Feature","id":"n33240188","geometry":{"type":"Point","coordinates":[-0.4191065,51.8231482]},"properties":{"@type":"node","@id":33240188,"@timestamp":1191410568},"coords":"51.8231482,-0.4191065","bedrooms":"1","price":"250000","area":"596"} , +{"type":"Feature","id":"n33240198","geometry":{"type":"Point","coordinates":[-0.4186524,51.825381]},"properties":{"@type":"node","@id":33240198,"@timestamp":1191410568},"coords":"51.825381,-0.4186524","bedrooms":"4","price":"232000","area":"566"} , +{"type":"Feature","id":"n33240208","geometry":{"type":"Point","coordinates":[-0.4146289,51.829636]},"properties":{"@type":"node","@id":33240208,"@timestamp":1190727292},"coords":"51.829636,-0.4146289","bedrooms":"2","price":"244000","area":"378"} , +{"type":"Feature","id":"n33240218","geometry":{"type":"Point","coordinates":[-0.4226151,51.8360865]},"properties":{"@type":"node","@id":33240218,"@timestamp":1185986485},"coords":"51.8360865,-0.4226151","bedrooms":"2","price":"222000","area":"548"} , +{"type":"Feature","id":"n33240228","geometry":{"type":"Point","coordinates":[-0.4263465,51.8358155]},"properties":{"@type":"node","@id":33240228,"@timestamp":1199277704},"coords":"51.8358155,-0.4263465","bedrooms":"0","price":"270000","area":"679"} , +{"type":"Feature","id":"n33240238","geometry":{"type":"Point","coordinates":[-0.4313384,51.8320539]},"properties":{"@type":"node","@id":33240238,"@timestamp":1185986488},"coords":"51.8320539,-0.4313384","bedrooms":"2","price":"169000","area":"542"} , +{"type":"Feature","id":"n33240248","geometry":{"type":"Point","coordinates":[-0.4320507,51.8297171]},"properties":{"@type":"node","@id":33240248,"@timestamp":1209430473},"coords":"51.8297171,-0.4320507","bedrooms":"1","price":"184000","area":"653"} , +{"type":"Feature","id":"n33240258","geometry":{"type":"Point","coordinates":[-0.4317644,51.8275127]},"properties":{"@type":"node","@id":33240258,"@timestamp":1185986491},"coords":"51.8275127,-0.4317644","bedrooms":"4","price":"229000","area":"562"} , +{"type":"Feature","id":"n33240269","geometry":{"type":"Point","coordinates":[-0.432832,51.8254775]},"properties":{"@type":"node","@id":33240269,"@timestamp":1199298138},"coords":"51.8254775,-0.432832","bedrooms":"1","price":"182000","area":"509"} , +{"type":"Feature","id":"n33240284","geometry":{"type":"Point","coordinates":[-0.4716603,51.8285996]},"properties":{"@type":"node","@id":33240284,"@timestamp":1185986499},"coords":"51.8285996,-0.4716603","bedrooms":"2","price":"209000","area":"448"} , +{"type":"Feature","id":"n33240296","geometry":{"type":"Point","coordinates":[-0.473395,51.8226867]},"properties":{"@type":"node","@id":33240296,"@timestamp":1185986502},"coords":"51.8226867,-0.473395","bedrooms":"1","price":"232000","area":"480"} , +{"type":"Feature","id":"n33240306","geometry":{"type":"Point","coordinates":[-0.4727091,51.81433]},"properties":{"@type":"node","@id":33240306,"@timestamp":1185986503},"coords":"51.81433,-0.4727091","bedrooms":"0","price":"216000","area":"531"} , +{"type":"Feature","id":"n33240316","geometry":{"type":"Point","coordinates":[-0.4715241,51.8114347]},"properties":{"@type":"node","@id":33240316,"@timestamp":1185986505},"coords":"51.8114347,-0.4715241","bedrooms":"0","price":"255000","area":"363"} , +{"type":"Feature","id":"n33240327","geometry":{"type":"Point","coordinates":[-0.467213,51.8082914]},"properties":{"@type":"node","@id":33240327,"@timestamp":1199290804},"coords":"51.8082914,-0.467213","bedrooms":"1","price":"184000","area":"390"} , +{"type":"Feature","id":"n33240338","geometry":{"type":"Point","coordinates":[-0.4593193,51.8064151]},"properties":{"@type":"node","@id":33240338,"@timestamp":1201626908},"coords":"51.8064151,-0.4593193","bedrooms":"1","price":"157000","area":"511"} , +{"type":"Feature","id":"n33240348","geometry":{"type":"Point","coordinates":[-0.4485197,51.8090328]},"properties":{"@type":"node","@id":33240348,"@timestamp":1185986511},"coords":"51.8090328,-0.4485197","bedrooms":"4","price":"243000","area":"380"} , +{"type":"Feature","id":"n33240373","geometry":{"type":"Point","coordinates":[-0.4404072,51.8143147]},"properties":{"@type":"node","@id":33240373,"@timestamp":1185986521},"coords":"51.8143147,-0.4404072","bedrooms":"4","price":"279000","area":"597"} , +{"type":"Feature","id":"n33241112","geometry":{"type":"Point","coordinates":[-0.6326551,51.2001011]},"properties":{"@type":"node","@id":33241112,"@timestamp":1185987845},"coords":"51.2001011,-0.6326551","bedrooms":"2","price":"210000","area":"383"} , +{"type":"Feature","id":"n33241132","geometry":{"type":"Point","coordinates":[-0.6322892,51.19996]},"properties":{"@type":"node","@id":33241132,"@timestamp":1185987846},"coords":"51.19996,-0.6322892","bedrooms":"0","price":"275000","area":"685"} , +{"type":"Feature","id":"n33255652","geometry":{"type":"Point","coordinates":[-0.2787796,51.3100962]},"properties":{"@type":"node","@id":33255652,"@timestamp":1186006791},"coords":"51.3100962,-0.2787796","bedrooms":"1","price":"208000","area":"605"} , +{"type":"Feature","id":"n33255703","geometry":{"type":"Point","coordinates":[-0.2834436,51.3112168]},"properties":{"@type":"node","@id":33255703,"@timestamp":1186006811},"coords":"51.3112168,-0.2834436","bedrooms":"3","price":"253000","area":"560"} , +{"type":"Feature","id":"n33257386","geometry":{"type":"Point","coordinates":[0.2939013,51.5185421]},"properties":{"@type":"node","@id":33257386,"@timestamp":1186010404},"coords":"51.5185421,0.2939013","bedrooms":"1","price":"150000","area":"476"} , +{"type":"Feature","id":"n33321133","geometry":{"type":"Point","coordinates":[0.2483888,51.5546476]},"properties":{"@type":"node","@id":33321133,"@timestamp":1624484580},"coords":"51.5546476,0.2483888","bedrooms":"2","price":"250000","area":"543"} , +{"type":"Feature","id":"n33336290","geometry":{"type":"Point","coordinates":[-0.3851192,51.4648803]},"properties":{"@type":"node","@id":33336290,"@timestamp":1186081315},"coords":"51.4648803,-0.3851192","bedrooms":"3","price":"255000","area":"494"} , +{"type":"Feature","id":"n33336336","geometry":{"type":"Point","coordinates":[-0.3873045,51.4635282]},"properties":{"@type":"node","@id":33336336,"@timestamp":1186081322},"coords":"51.4635282,-0.3873045","bedrooms":"3","price":"205000","area":"693"} , +{"type":"Feature","id":"n33349120","geometry":{"type":"Point","coordinates":[-0.110637,51.4326223]},"properties":{"@type":"node","@id":33349120,"@timestamp":1619078263},"coords":"51.4326223,-0.110637","bedrooms":"4","price":"254000","area":"425"} , +{"type":"Feature","id":"n33375560","geometry":{"type":"Point","coordinates":[-0.2084341,51.1173319]},"properties":{"@type":"node","@id":33375560,"@timestamp":1200093172},"coords":"51.1173319,-0.2084341","bedrooms":"1","price":"167000","area":"509"} , +{"type":"Feature","id":"n33378330","geometry":{"type":"Point","coordinates":[-0.1112935,51.4495305]},"properties":{"@type":"node","@id":33378330,"@timestamp":1186140127},"coords":"51.4495305,-0.1112935","bedrooms":"3","price":"205000","area":"682"} , +{"type":"Feature","id":"n33378372","geometry":{"type":"Point","coordinates":[-0.1103461,51.4508612]},"properties":{"@type":"node","@id":33378372,"@timestamp":1186140136},"coords":"51.4508612,-0.1103461","bedrooms":"1","price":"224000","area":"425"} , +{"type":"Feature","id":"n33381294","geometry":{"type":"Point","coordinates":[-0.3881368,51.4664324]},"properties":{"@type":"node","@id":33381294,"@timestamp":1186141196},"coords":"51.4664324,-0.3881368","bedrooms":"0","price":"172000","area":"595"} , +{"type":"Feature","id":"n33381304","geometry":{"type":"Point","coordinates":[-0.389759,51.4636995]},"properties":{"@type":"node","@id":33381304,"@timestamp":1186141197},"coords":"51.4636995,-0.389759","bedrooms":"1","price":"214000","area":"696"} , +{"type":"Feature","id":"n33381316","geometry":{"type":"Point","coordinates":[-0.3889167,51.4720165]},"properties":{"@type":"node","@id":33381316,"@timestamp":1186141273},"coords":"51.4720165,-0.3889167","bedrooms":"0","price":"221000","area":"445"} , +{"type":"Feature","id":"n33395470","geometry":{"type":"Point","coordinates":[-0.3473103,51.4685157]},"properties":{"@type":"node","@id":33395470,"@timestamp":1186158009},"coords":"51.4685157,-0.3473103","bedrooms":"1","price":"173000","area":"598"} , +{"type":"Feature","id":"n33397048","geometry":{"type":"Point","coordinates":[-0.7350299,50.9846516]},"properties":{"@type":"node","@id":33397048,"@timestamp":1186160240},"coords":"50.9846516,-0.7350299","bedrooms":"1","price":"214000","area":"641"} , +{"type":"Feature","id":"n33459728","geometry":{"type":"Point","coordinates":[-0.0374399,51.3793775]},"properties":{"@type":"node","@id":33459728,"@timestamp":1412882122},"coords":"51.3793775,-0.0374399","bedrooms":"4","price":"214000","area":"626"} , +{"type":"Feature","id":"n33466540","geometry":{"type":"Point","coordinates":[-0.1237838,51.379451]},"properties":{"@type":"node","@id":33466540,"@timestamp":1186224302},"coords":"51.379451,-0.1237838","bedrooms":"4","price":"152000","area":"441"} , +{"type":"Feature","id":"n33486037","geometry":{"type":"Point","coordinates":[4.82e-05,51.792544]},"properties":{"@type":"node","@id":33486037,"@timestamp":1186246112},"coords":"51.792544,4.82e-05","bedrooms":"1","price":"167000","area":"539"} , +{"type":"Feature","id":"n33486048","geometry":{"type":"Point","coordinates":[0.0013319,51.7945085]},"properties":{"@type":"node","@id":33486048,"@timestamp":1186246114},"coords":"51.7945085,0.0013319","bedrooms":"4","price":"286000","area":"491"} , +{"type":"Feature","id":"n33486075","geometry":{"type":"Point","coordinates":[-0.0131331,51.7962518]},"properties":{"@type":"node","@id":33486075,"@timestamp":1186246118},"coords":"51.7962518,-0.0131331","bedrooms":"2","price":"198000","area":"610"} , +{"type":"Feature","id":"n33487554","geometry":{"type":"Point","coordinates":[-0.0157567,51.798418]},"properties":{"@type":"node","@id":33487554,"@timestamp":1186246718},"coords":"51.798418,-0.0157567","bedrooms":"4","price":"276000","area":"514"} , +{"type":"Feature","id":"n33487582","geometry":{"type":"Point","coordinates":[-0.0147371,51.8000903]},"properties":{"@type":"node","@id":33487582,"@timestamp":1186246730},"coords":"51.8000903,-0.0147371","bedrooms":"1","price":"193000","area":"594"} , +{"type":"Feature","id":"n33487594","geometry":{"type":"Point","coordinates":[-0.0148006,51.8008624]},"properties":{"@type":"node","@id":33487594,"@timestamp":1186246731},"coords":"51.8008624,-0.0148006","bedrooms":"0","price":"289000","area":"505"} , +{"type":"Feature","id":"n33487607","geometry":{"type":"Point","coordinates":[-0.0149064,51.7991916]},"properties":{"@type":"node","@id":33487607,"@timestamp":1186246733},"coords":"51.7991916,-0.0149064","bedrooms":"2","price":"164000","area":"504"} , +{"type":"Feature","id":"n33487621","geometry":{"type":"Point","coordinates":[-0.0139189,51.7996366]},"properties":{"@type":"node","@id":33487621,"@timestamp":1186246734},"coords":"51.7996366,-0.0139189","bedrooms":"1","price":"289000","area":"588"} , +{"type":"Feature","id":"n33487643","geometry":{"type":"Point","coordinates":[-0.0136438,51.799353]},"properties":{"@type":"node","@id":33487643,"@timestamp":1186246740},"coords":"51.799353,-0.0136438","bedrooms":"0","price":"159000","area":"472"} , +{"type":"Feature","id":"n33487655","geometry":{"type":"Point","coordinates":[-0.0126492,51.7982886]},"properties":{"@type":"node","@id":33487655,"@timestamp":1186246740},"coords":"51.7982886,-0.0126492","bedrooms":"2","price":"190000","area":"678"} , +{"type":"Feature","id":"n33487667","geometry":{"type":"Point","coordinates":[-0.0142927,51.7982843]},"properties":{"@type":"node","@id":33487667,"@timestamp":1186246742},"coords":"51.7982843,-0.0142927","bedrooms":"3","price":"283000","area":"627"} , +{"type":"Feature","id":"n33487685","geometry":{"type":"Point","coordinates":[-0.0134674,51.7978088]},"properties":{"@type":"node","@id":33487685,"@timestamp":1186246743},"coords":"51.7978088,-0.0134674","bedrooms":"4","price":"250000","area":"527"} , +{"type":"Feature","id":"n33489203","geometry":{"type":"Point","coordinates":[-0.0124234,51.7969799]},"properties":{"@type":"node","@id":33489203,"@timestamp":1186247043},"coords":"51.7969799,-0.0124234","bedrooms":"4","price":"178000","area":"428"} , +{"type":"Feature","id":"n33489213","geometry":{"type":"Point","coordinates":[-0.0111396,51.7978655]},"properties":{"@type":"node","@id":33489213,"@timestamp":1186247044},"coords":"51.7978655,-0.0111396","bedrooms":"3","price":"229000","area":"425"} , +{"type":"Feature","id":"n33489223","geometry":{"type":"Point","coordinates":[-0.0099122,51.7970497]},"properties":{"@type":"node","@id":33489223,"@timestamp":1186247045},"coords":"51.7970497,-0.0099122","bedrooms":"4","price":"233000","area":"428"} , +{"type":"Feature","id":"n33489235","geometry":{"type":"Point","coordinates":[-0.0086989,51.7960987]},"properties":{"@type":"node","@id":33489235,"@timestamp":1186247046},"coords":"51.7960987,-0.0086989","bedrooms":"4","price":"265000","area":"691"} , +{"type":"Feature","id":"n33489248","geometry":{"type":"Point","coordinates":[-0.0088471,51.795453]},"properties":{"@type":"node","@id":33489248,"@timestamp":1186247047},"coords":"51.795453,-0.0088471","bedrooms":"4","price":"284000","area":"552"} , +{"type":"Feature","id":"n33489262","geometry":{"type":"Point","coordinates":[-0.0093902,51.7950822]},"properties":{"@type":"node","@id":33489262,"@timestamp":1186247048},"coords":"51.7950822,-0.0093902","bedrooms":"0","price":"159000","area":"388"} , +{"type":"Feature","id":"n33489275","geometry":{"type":"Point","coordinates":[-0.0099616,51.7955053]},"properties":{"@type":"node","@id":33489275,"@timestamp":1186247049},"coords":"51.7955053,-0.0099616","bedrooms":"0","price":"151000","area":"563"} , +{"type":"Feature","id":"n33489291","geometry":{"type":"Point","coordinates":[-0.010674,51.7958892]},"properties":{"@type":"node","@id":33489291,"@timestamp":1186247050},"coords":"51.7958892,-0.010674","bedrooms":"0","price":"209000","area":"667"} , +{"type":"Feature","id":"n33489306","geometry":{"type":"Point","coordinates":[-0.0116052,51.7959765]},"properties":{"@type":"node","@id":33489306,"@timestamp":1186247051},"coords":"51.7959765,-0.0116052","bedrooms":"1","price":"172000","area":"532"} , +{"type":"Feature","id":"n33489323","geometry":{"type":"Point","coordinates":[-0.0118803,51.7967225]},"properties":{"@type":"node","@id":33489323,"@timestamp":1186247052},"coords":"51.7967225,-0.0118803","bedrooms":"4","price":"236000","area":"400"} , +{"type":"Feature","id":"n33489717","geometry":{"type":"Point","coordinates":[-0.0110522,51.7980383]},"properties":{"@type":"node","@id":33489717,"@timestamp":1186247200},"coords":"51.7980383,-0.0110522","bedrooms":"3","price":"264000","area":"581"} , +{"type":"Feature","id":"n33489731","geometry":{"type":"Point","coordinates":[-0.0111986,51.7981186]},"properties":{"@type":"node","@id":33489731,"@timestamp":1186247201},"coords":"51.7981186,-0.0111986","bedrooms":"3","price":"192000","area":"629"} , +{"type":"Feature","id":"n33491253","geometry":{"type":"Point","coordinates":[-0.0153807,51.7920105]},"properties":{"@type":"node","@id":33491253,"@timestamp":1186248326},"coords":"51.7920105,-0.0153807","bedrooms":"1","price":"276000","area":"634"} , +{"type":"Feature","id":"n33491271","geometry":{"type":"Point","coordinates":[-0.0152626,51.7938375]},"properties":{"@type":"node","@id":33491271,"@timestamp":1186248328},"coords":"51.7938375,-0.0152626","bedrooms":"1","price":"216000","area":"597"} , +{"type":"Feature","id":"n33491281","geometry":{"type":"Point","coordinates":[-0.0156154,51.7942437]},"properties":{"@type":"node","@id":33491281,"@timestamp":1186248329},"coords":"51.7942437,-0.0156154","bedrooms":"1","price":"241000","area":"436"} , +{"type":"Feature","id":"n33491292","geometry":{"type":"Point","coordinates":[-0.0173252,51.7905003]},"properties":{"@type":"node","@id":33491292,"@timestamp":1195570522},"coords":"51.7905003,-0.0173252","bedrooms":"4","price":"185000","area":"674"} , +{"type":"Feature","id":"n33492732","geometry":{"type":"Point","coordinates":[-1.0859758,50.979992]},"properties":{"@type":"node","@id":33492732,"@timestamp":1186250188},"coords":"50.979992,-1.0859758","bedrooms":"1","price":"225000","area":"555"} , +{"type":"Feature","id":"n33492752","geometry":{"type":"Point","coordinates":[-0.0060589,51.7871174]},"properties":{"@type":"node","@id":33492752,"@timestamp":1186250279},"coords":"51.7871174,-0.0060589","bedrooms":"2","price":"151000","area":"640"} , +{"type":"Feature","id":"n33492769","geometry":{"type":"Point","coordinates":[-0.004564,51.7893084]},"properties":{"@type":"node","@id":33492769,"@timestamp":1186250280},"coords":"51.7893084,-0.004564","bedrooms":"0","price":"287000","area":"383"} , +{"type":"Feature","id":"n33492781","geometry":{"type":"Point","coordinates":[-0.0031527,51.7895434]},"properties":{"@type":"node","@id":33492781,"@timestamp":1186250282},"coords":"51.7895434,-0.0031527","bedrooms":"4","price":"230000","area":"377"} , +{"type":"Feature","id":"n33492791","geometry":{"type":"Point","coordinates":[-0.0024905,51.7882776]},"properties":{"@type":"node","@id":33492791,"@timestamp":1186250286},"coords":"51.7882776,-0.0024905","bedrooms":"4","price":"199000","area":"376"} , +{"type":"Feature","id":"n33492801","geometry":{"type":"Point","coordinates":[-0.0034241,51.7874248]},"properties":{"@type":"node","@id":33492801,"@timestamp":1186250287},"coords":"51.7874248,-0.0034241","bedrooms":"0","price":"202000","area":"627"} , +{"type":"Feature","id":"n33492811","geometry":{"type":"Point","coordinates":[-0.0042003,51.7881735]},"properties":{"@type":"node","@id":33492811,"@timestamp":1186250288},"coords":"51.7881735,-0.0042003","bedrooms":"3","price":"189000","area":"525"} , +{"type":"Feature","id":"n33492821","geometry":{"type":"Point","coordinates":[-0.0055302,51.787314]},"properties":{"@type":"node","@id":33492821,"@timestamp":1186250288},"coords":"51.787314,-0.0055302","bedrooms":"1","price":"193000","area":"462"} , +{"type":"Feature","id":"n33492831","geometry":{"type":"Point","coordinates":[-0.0055736,51.7890767]},"properties":{"@type":"node","@id":33492831,"@timestamp":1186250289},"coords":"51.7890767,-0.0055736","bedrooms":"1","price":"270000","area":"470"} , +{"type":"Feature","id":"n33492841","geometry":{"type":"Point","coordinates":[-0.0033318,51.7887544]},"properties":{"@type":"node","@id":33492841,"@timestamp":1186250701},"coords":"51.7887544,-0.0033318","bedrooms":"4","price":"174000","area":"463"} , +{"type":"Feature","id":"n33492950","geometry":{"type":"Point","coordinates":[-0.1481032,51.4996662]},"properties":{"@type":"node","@id":33492950,"@timestamp":1633339710},"coords":"51.4996662,-0.1481032","bedrooms":"4","price":"167000","area":"627"} , +{"type":"Feature","id":"n33494399","geometry":{"type":"Point","coordinates":[-0.0081768,51.7864314]},"properties":{"@type":"node","@id":33494399,"@timestamp":1186250837},"coords":"51.7864314,-0.0081768","bedrooms":"2","price":"222000","area":"401"} , +{"type":"Feature","id":"n33499160","geometry":{"type":"Point","coordinates":[-0.1380442,51.6568002]},"properties":{"@type":"node","@id":33499160,"@timestamp":1186253768},"coords":"51.6568002,-0.1380442","bedrooms":"2","price":"265000","area":"638"} , +{"type":"Feature","id":"n33499204","geometry":{"type":"Point","coordinates":[-1.1085257,50.987124]},"properties":{"@type":"node","@id":33499204,"@timestamp":1186253784},"coords":"50.987124,-1.1085257","bedrooms":"1","price":"215000","area":"571"} , +{"type":"Feature","id":"n33499291","geometry":{"type":"Point","coordinates":[-1.0874532,50.9944965]},"properties":{"@type":"node","@id":33499291,"@timestamp":1204193538},"coords":"50.9944965,-1.0874532","bedrooms":"0","price":"299000","area":"395"} , +{"type":"Feature","id":"n33500413","geometry":{"type":"Point","coordinates":[-0.0933108,51.5656732]},"properties":{"@type":"node","@id":33500413,"@timestamp":1198276745},"coords":"51.5656732,-0.0933108","bedrooms":"1","price":"284000","area":"389"} , +{"type":"Feature","id":"n33500631","geometry":{"type":"Point","coordinates":[-0.0863244,51.5721424]},"properties":{"@type":"node","@id":33500631,"@timestamp":1186254941},"coords":"51.5721424,-0.0863244","bedrooms":"1","price":"221000","area":"584"} , +{"type":"Feature","id":"n33500641","geometry":{"type":"Point","coordinates":[-0.0834417,51.571484]},"properties":{"@type":"node","@id":33500641,"@timestamp":1186254942},"coords":"51.571484,-0.0834417","bedrooms":"2","price":"234000","area":"698"} , +{"type":"Feature","id":"n33509964","geometry":{"type":"Point","coordinates":[-0.0895723,51.6478259]},"properties":{"@type":"node","@id":33509964,"@timestamp":1186263542},"coords":"51.6478259,-0.0895723","bedrooms":"3","price":"233000","area":"423"} , +{"type":"Feature","id":"n33510053","geometry":{"type":"Point","coordinates":[-0.0889725,51.648904]},"properties":{"@type":"node","@id":33510053,"@timestamp":1186263696},"coords":"51.648904,-0.0889725","bedrooms":"3","price":"163000","area":"666"} , +{"type":"Feature","id":"n33510542","geometry":{"type":"Point","coordinates":[0.5901938,51.9447921]},"properties":{"@type":"node","@id":33510542,"@timestamp":1224962916},"coords":"51.9447921,0.5901938","bedrooms":"3","price":"282000","area":"476"} , +{"type":"Feature","id":"n33510578","geometry":{"type":"Point","coordinates":[0.5709168,51.902226]},"properties":{"@type":"node","@id":33510578,"@timestamp":1186263878},"coords":"51.902226,0.5709168","bedrooms":"4","price":"298000","area":"592"} , +{"type":"Feature","id":"n33513039","geometry":{"type":"Point","coordinates":[-1.0507626,51.9033441]},"properties":{"@type":"node","@id":33513039,"@timestamp":1186264971},"coords":"51.9033441,-1.0507626","bedrooms":"1","price":"239000","area":"638"} , +{"type":"Feature","id":"n33513063","geometry":{"type":"Point","coordinates":[-1.0408174,51.9093115]},"properties":{"@type":"node","@id":33513063,"@timestamp":1186264974},"coords":"51.9093115,-1.0408174","bedrooms":"2","price":"280000","area":"494"} , +{"type":"Feature","id":"n33514473","geometry":{"type":"Point","coordinates":[-0.0892052,51.6486023]},"properties":{"@type":"node","@id":33514473,"@timestamp":1186265504},"coords":"51.6486023,-0.0892052","bedrooms":"3","price":"259000","area":"623"} , +{"type":"Feature","id":"n33514494","geometry":{"type":"Point","coordinates":[-0.0891625,51.6486862]},"properties":{"@type":"node","@id":33514494,"@timestamp":1186267018},"coords":"51.6486862,-0.0891625","bedrooms":"0","price":"270000","area":"467"} , +{"type":"Feature","id":"n33514531","geometry":{"type":"Point","coordinates":[-0.0879219,51.6481958]},"properties":{"@type":"node","@id":33514531,"@timestamp":1186265507},"coords":"51.6481958,-0.0879219","bedrooms":"2","price":"287000","area":"642"} , +{"type":"Feature","id":"n33514547","geometry":{"type":"Point","coordinates":[-0.0862562,51.6474768]},"properties":{"@type":"node","@id":33514547,"@timestamp":1186265508},"coords":"51.6474768,-0.0862562","bedrooms":"4","price":"182000","area":"549"} , +{"type":"Feature","id":"n33514560","geometry":{"type":"Point","coordinates":[-0.0852905,51.6477453]},"properties":{"@type":"node","@id":33514560,"@timestamp":1186265509},"coords":"51.6477453,-0.0852905","bedrooms":"2","price":"173000","area":"655"} , +{"type":"Feature","id":"n33514584","geometry":{"type":"Point","coordinates":[-0.0845625,51.6500389]},"properties":{"@type":"node","@id":33514584,"@timestamp":1186265510},"coords":"51.6500389,-0.0845625","bedrooms":"2","price":"205000","area":"543"} , +{"type":"Feature","id":"n33514603","geometry":{"type":"Point","coordinates":[-0.0850665,51.6490122]},"properties":{"@type":"node","@id":33514603,"@timestamp":1186265512},"coords":"51.6490122,-0.0850665","bedrooms":"0","price":"280000","area":"514"} , +{"type":"Feature","id":"n33514616","geometry":{"type":"Point","coordinates":[-0.0884981,51.6491512]},"properties":{"@type":"node","@id":33514616,"@timestamp":1186265513},"coords":"51.6491512,-0.0884981","bedrooms":"4","price":"191000","area":"435"} , +{"type":"Feature","id":"n33514627","geometry":{"type":"Point","coordinates":[-0.0879126,51.6498398]},"properties":{"@type":"node","@id":33514627,"@timestamp":1186265513},"coords":"51.6498398,-0.0879126","bedrooms":"0","price":"185000","area":"394"} , +{"type":"Feature","id":"n33514642","geometry":{"type":"Point","coordinates":[-0.0876937,51.6510908]},"properties":{"@type":"node","@id":33514642,"@timestamp":1186265514},"coords":"51.6510908,-0.0876937","bedrooms":"3","price":"258000","area":"522"} , +{"type":"Feature","id":"n33514655","geometry":{"type":"Point","coordinates":[-0.0872711,51.6522122]},"properties":{"@type":"node","@id":33514655,"@timestamp":1186265515},"coords":"51.6522122,-0.0872711","bedrooms":"1","price":"190000","area":"623"} , +{"type":"Feature","id":"n33518182","geometry":{"type":"Point","coordinates":[-0.0876836,51.6497986]},"properties":{"@type":"node","@id":33518182,"@timestamp":1186266967},"coords":"51.6497986,-0.0876836","bedrooms":"3","price":"291000","area":"615"} , +{"type":"Feature","id":"n33518195","geometry":{"type":"Point","coordinates":[-0.0891466,51.6487242]},"properties":{"@type":"node","@id":33518195,"@timestamp":1186266968},"coords":"51.6487242,-0.0891466","bedrooms":"0","price":"197000","area":"678"} , +{"type":"Feature","id":"n33518209","geometry":{"type":"Point","coordinates":[-0.0883376,51.6500502]},"properties":{"@type":"node","@id":33518209,"@timestamp":1186266969},"coords":"51.6500502,-0.0883376","bedrooms":"4","price":"193000","area":"617"} , +{"type":"Feature","id":"n33518219","geometry":{"type":"Point","coordinates":[-0.0877863,51.6510664]},"properties":{"@type":"node","@id":33518219,"@timestamp":1186266970},"coords":"51.6510664,-0.0877863","bedrooms":"0","price":"211000","area":"371"} , +{"type":"Feature","id":"n33518229","geometry":{"type":"Point","coordinates":[-0.0874187,51.6522939]},"properties":{"@type":"node","@id":33518229,"@timestamp":1186266971},"coords":"51.6522939,-0.0874187","bedrooms":"4","price":"287000","area":"634"} , +{"type":"Feature","id":"n33518243","geometry":{"type":"Point","coordinates":[-0.0878356,51.6510671]},"properties":{"@type":"node","@id":33518243,"@timestamp":1186266972},"coords":"51.6510671,-0.0878356","bedrooms":"4","price":"232000","area":"391"} , +{"type":"Feature","id":"n33518257","geometry":{"type":"Point","coordinates":[-0.0873404,51.6527615]},"properties":{"@type":"node","@id":33518257,"@timestamp":1186266973},"coords":"51.6527615,-0.0873404","bedrooms":"1","price":"211000","area":"585"} , +{"type":"Feature","id":"n33519483","geometry":{"type":"Point","coordinates":[-0.9532183,51.9258049]},"properties":{"@type":"node","@id":33519483,"@timestamp":1430746335},"coords":"51.9258049,-0.9532183","bedrooms":"4","price":"172000","area":"467"} , +{"type":"Feature","id":"n33520077","geometry":{"type":"Point","coordinates":[-0.9381861,51.9360758]},"properties":{"@type":"node","@id":33520077,"@timestamp":1186267982},"coords":"51.9360758,-0.9381861","bedrooms":"1","price":"265000","area":"654"} , +{"type":"Feature","id":"n33521305","geometry":{"type":"Point","coordinates":[-0.6352371,51.7991312]},"properties":{"@type":"node","@id":33521305,"@timestamp":1186268467},"coords":"51.7991312,-0.6352371","bedrooms":"1","price":"221000","area":"514"} , +{"type":"Feature","id":"n33522656","geometry":{"type":"Point","coordinates":[-0.8802782,51.94459]},"properties":{"@type":"node","@id":33522656,"@timestamp":1210123435},"coords":"51.94459,-0.8802782","bedrooms":"0","price":"222000","area":"449"} , +{"type":"Feature","id":"n33522674","geometry":{"type":"Point","coordinates":[-0.8750151,51.9445141]},"properties":{"@type":"node","@id":33522674,"@timestamp":1231284932},"coords":"51.9445141,-0.8750151","bedrooms":"2","price":"200000","area":"453"} , +{"type":"Feature","id":"n33527418","geometry":{"type":"Point","coordinates":[-0.0120804,51.7872387]},"properties":{"@type":"node","@id":33527418,"@timestamp":1191776683},"coords":"51.7872387,-0.0120804","bedrooms":"0","price":"288000","area":"579"} , +{"type":"Feature","id":"n33528941","geometry":{"type":"Point","coordinates":[-0.8813939,51.9411542]},"properties":{"@type":"node","@id":33528941,"@timestamp":1610962689},"coords":"51.9411542,-0.8813939","bedrooms":"3","price":"291000","area":"412"} , +{"type":"Feature","id":"n33535765","geometry":{"type":"Point","coordinates":[-0.4813319,50.9903377]},"properties":{"@type":"node","@id":33535765,"@timestamp":1186301708},"coords":"50.9903377,-0.4813319","bedrooms":"1","price":"214000","area":"511"} , +{"type":"Feature","id":"n33536726","geometry":{"type":"Point","coordinates":[-0.4627775,50.9685899]},"properties":{"@type":"node","@id":33536726,"@timestamp":1186302013},"coords":"50.9685899,-0.4627775","bedrooms":"3","price":"157000","area":"535"} , +{"type":"Feature","id":"n33536752","geometry":{"type":"Point","coordinates":[-0.4607646,50.9548784]},"properties":{"@type":"node","@id":33536752,"@timestamp":1186302015},"coords":"50.9548784,-0.4607646","bedrooms":"2","price":"213000","area":"634"} , +{"type":"Feature","id":"n33574479","geometry":{"type":"Point","coordinates":[-0.1545974,51.7562531]},"properties":{"@type":"node","@id":33574479,"@timestamp":1186327286},"coords":"51.7562531,-0.1545974","bedrooms":"3","price":"218000","area":"418"} , +{"type":"Feature","id":"n33575941","geometry":{"type":"Point","coordinates":[-0.0163566,51.7722781]},"properties":{"@type":"node","@id":33575941,"@timestamp":1186329421},"coords":"51.7722781,-0.0163566","bedrooms":"1","price":"186000","area":"540"} , +{"type":"Feature","id":"n33577209","geometry":{"type":"Point","coordinates":[-0.2405604,51.7114387]},"properties":{"@type":"node","@id":33577209,"@timestamp":1309549047},"coords":"51.7114387,-0.2405604","bedrooms":"3","price":"234000","area":"377"} , +{"type":"Feature","id":"n33579541","geometry":{"type":"Point","coordinates":[-0.2314322,51.7178091]},"properties":{"@type":"node","@id":33579541,"@timestamp":1309549012},"coords":"51.7178091,-0.2314322","bedrooms":"1","price":"267000","area":"411"} , +{"type":"Feature","id":"n33579559","geometry":{"type":"Point","coordinates":[-0.2268576,51.7178999]},"properties":{"@type":"node","@id":33579559,"@timestamp":1186331903},"coords":"51.7178999,-0.2268576","bedrooms":"4","price":"282000","area":"525"} , +{"type":"Feature","id":"n33579569","geometry":{"type":"Point","coordinates":[-0.2240948,51.7204245]},"properties":{"@type":"node","@id":33579569,"@timestamp":1186331904},"coords":"51.7204245,-0.2240948","bedrooms":"0","price":"265000","area":"691"} , +{"type":"Feature","id":"n33612296","geometry":{"type":"Point","coordinates":[-0.1378052,51.3680411]},"properties":{"@type":"node","@id":33612296,"@timestamp":1186358849},"coords":"51.3680411,-0.1378052","bedrooms":"3","price":"286000","area":"451"} , +{"type":"Feature","id":"n33612317","geometry":{"type":"Point","coordinates":[-0.136091,51.3690977]},"properties":{"@type":"node","@id":33612317,"@timestamp":1354475272},"coords":"51.3690977,-0.136091","bedrooms":"3","price":"181000","area":"365"} , +{"type":"Feature","id":"n33612328","geometry":{"type":"Point","coordinates":[-0.1344002,51.3669582]},"properties":{"@type":"node","@id":33612328,"@timestamp":1188654451},"coords":"51.3669582,-0.1344002","bedrooms":"2","price":"150000","area":"661"} , +{"type":"Feature","id":"n33617658","geometry":{"type":"Point","coordinates":[0.1485228,51.8154736]},"properties":{"@type":"node","@id":33617658,"@timestamp":1595435754},"coords":"51.8154736,0.1485228","bedrooms":"4","price":"271000","area":"572"} , +{"type":"Feature","id":"n33628828","geometry":{"type":"Point","coordinates":[-0.3136419,51.4882839]},"properties":{"@type":"node","@id":33628828,"@timestamp":1394817687},"coords":"51.4882839,-0.3136419","bedrooms":"3","price":"173000","area":"562"} , +{"type":"Feature","id":"n33650708","geometry":{"type":"Point","coordinates":[-0.145354,51.3657829]},"properties":{"@type":"node","@id":33650708,"@timestamp":1190415887},"coords":"51.3657829,-0.145354","bedrooms":"0","price":"257000","area":"606"} , +{"type":"Feature","id":"n33650722","geometry":{"type":"Point","coordinates":[-0.1444482,51.366434]},"properties":{"@type":"node","@id":33650722,"@timestamp":1190415871},"coords":"51.366434,-0.1444482","bedrooms":"4","price":"210000","area":"690"} , +{"type":"Feature","id":"n33650735","geometry":{"type":"Point","coordinates":[-0.1437644,51.3659175]},"properties":{"@type":"node","@id":33650735,"@timestamp":1186435960},"coords":"51.3659175,-0.1437644","bedrooms":"1","price":"255000","area":"467"} , +{"type":"Feature","id":"n33650746","geometry":{"type":"Point","coordinates":[-0.1446644,51.3691406]},"properties":{"@type":"node","@id":33650746,"@timestamp":1186435960},"coords":"51.3691406,-0.1446644","bedrooms":"1","price":"298000","area":"375"} , +{"type":"Feature","id":"n33650756","geometry":{"type":"Point","coordinates":[-0.1454422,51.3692879]},"properties":{"@type":"node","@id":33650756,"@timestamp":1354475272},"coords":"51.3692879,-0.1454422","bedrooms":"1","price":"176000","area":"371"} , +{"type":"Feature","id":"n33650771","geometry":{"type":"Point","coordinates":[-0.1427842,51.3670486]},"properties":{"@type":"node","@id":33650771,"@timestamp":1186435962},"coords":"51.3670486,-0.1427842","bedrooms":"2","price":"229000","area":"533"} , +{"type":"Feature","id":"n33653938","geometry":{"type":"Point","coordinates":[-0.1458391,51.3676595]},"properties":{"@type":"node","@id":33653938,"@timestamp":1354475273},"coords":"51.3676595,-0.1458391","bedrooms":"3","price":"175000","area":"532"} , +{"type":"Feature","id":"n33664743","geometry":{"type":"Point","coordinates":[-0.4566893,51.8920497]},"properties":{"@type":"node","@id":33664743,"@timestamp":1186450427},"coords":"51.8920497,-0.4566893","bedrooms":"0","price":"213000","area":"500"} , +{"type":"Feature","id":"n33665766","geometry":{"type":"Point","coordinates":[-0.1415979,51.3654387]},"properties":{"@type":"node","@id":33665766,"@timestamp":1537742618},"coords":"51.3654387,-0.1415979","bedrooms":"4","price":"223000","area":"483"} , +{"type":"Feature","id":"n33671774","geometry":{"type":"Point","coordinates":[-0.3591418,51.5578136]},"properties":{"@type":"node","@id":33671774,"@timestamp":1188100356},"coords":"51.5578136,-0.3591418","bedrooms":"0","price":"287000","area":"377"} , +{"type":"Feature","id":"n33691233","geometry":{"type":"Point","coordinates":[-0.614583,51.2025515]},"properties":{"@type":"node","@id":33691233,"@timestamp":1238755753},"coords":"51.2025515,-0.614583","bedrooms":"3","price":"298000","area":"597"} , +{"type":"Feature","id":"n33691390","geometry":{"type":"Point","coordinates":[-0.3435344,51.8994135]},"properties":{"@type":"node","@id":33691390,"@timestamp":1210637811},"coords":"51.8994135,-0.3435344","bedrooms":"0","price":"240000","area":"487"} , +{"type":"Feature","id":"n33692312","geometry":{"type":"Point","coordinates":[-0.338001,51.9281896]},"properties":{"@type":"node","@id":33692312,"@timestamp":1186501084},"coords":"51.9281896,-0.338001","bedrooms":"3","price":"174000","area":"512"} , +{"type":"Feature","id":"n33706443","geometry":{"type":"Point","coordinates":[-0.1570679,51.4090876]},"properties":{"@type":"node","@id":33706443,"@timestamp":1186519712},"coords":"51.4090876,-0.1570679","bedrooms":"4","price":"277000","area":"630"} , +{"type":"Feature","id":"n33706609","geometry":{"type":"Point","coordinates":[-0.1563113,51.4091456]},"properties":{"@type":"node","@id":33706609,"@timestamp":1361493387},"coords":"51.4091456,-0.1563113","bedrooms":"0","price":"266000","area":"448"} , +{"type":"Feature","id":"n33706635","geometry":{"type":"Point","coordinates":[-0.124312,51.4150316]},"properties":{"@type":"node","@id":33706635,"@timestamp":1563213135},"coords":"51.4150316,-0.124312","bedrooms":"3","price":"229000","area":"642"} , +{"type":"Feature","id":"n33706723","geometry":{"type":"Point","coordinates":[-0.6069773,51.1911532]},"properties":{"@type":"node","@id":33706723,"@timestamp":1186520140},"coords":"51.1911532,-0.6069773","bedrooms":"2","price":"163000","area":"672"} , +{"type":"Feature","id":"n33707353","geometry":{"type":"Point","coordinates":[-0.6110626,51.1973739]},"properties":{"@type":"node","@id":33707353,"@timestamp":1208716080},"coords":"51.1973739,-0.6110626","bedrooms":"3","price":"232000","area":"533"} , +{"type":"Feature","id":"n33709235","geometry":{"type":"Point","coordinates":[-0.3922731,51.0559057]},"properties":{"@type":"node","@id":33709235,"@timestamp":1186522696},"coords":"51.0559057,-0.3922731","bedrooms":"4","price":"269000","area":"358"} , +{"type":"Feature","id":"n33709249","geometry":{"type":"Point","coordinates":[-0.4029844,51.0441333]},"properties":{"@type":"node","@id":33709249,"@timestamp":1186522698},"coords":"51.0441333,-0.4029844","bedrooms":"2","price":"193000","area":"579"} , +{"type":"Feature","id":"n33709340","geometry":{"type":"Point","coordinates":[-0.4151639,51.020352]},"properties":{"@type":"node","@id":33709340,"@timestamp":1186523230},"coords":"51.020352,-0.4151639","bedrooms":"0","price":"188000","area":"516"} , +{"type":"Feature","id":"n33709358","geometry":{"type":"Point","coordinates":[-0.4243503,51.0081316]},"properties":{"@type":"node","@id":33709358,"@timestamp":1186523233},"coords":"51.0081316,-0.4243503","bedrooms":"1","price":"196000","area":"385"} , +{"type":"Feature","id":"n33709368","geometry":{"type":"Point","coordinates":[-0.4332886,50.9993873]},"properties":{"@type":"node","@id":33709368,"@timestamp":1186523483},"coords":"50.9993873,-0.4332886","bedrooms":"0","price":"232000","area":"440"} , +{"type":"Feature","id":"n33709486","geometry":{"type":"Point","coordinates":[-0.4389259,50.9829979]},"properties":{"@type":"node","@id":33709486,"@timestamp":1186523482},"coords":"50.9829979,-0.4389259","bedrooms":"3","price":"162000","area":"660"} , +{"type":"Feature","id":"n33709498","geometry":{"type":"Point","coordinates":[-0.6101219,51.200762]},"properties":{"@type":"node","@id":33709498,"@timestamp":1186523495},"coords":"51.200762,-0.6101219","bedrooms":"3","price":"163000","area":"604"} , +{"type":"Feature","id":"n33709513","geometry":{"type":"Point","coordinates":[-0.6097407,51.2012981]},"properties":{"@type":"node","@id":33709513,"@timestamp":1241267124},"coords":"51.2012981,-0.6097407","bedrooms":"0","price":"268000","area":"442"} , +{"type":"Feature","id":"n33711070","geometry":{"type":"Point","coordinates":[-0.7504201,51.4130533]},"properties":{"@type":"node","@id":33711070,"@timestamp":1571771651},"coords":"51.4130533,-0.7504201","bedrooms":"2","price":"267000","area":"416"} , +{"type":"Feature","id":"n33717228","geometry":{"type":"Point","coordinates":[-0.1507873,51.3623171]},"properties":{"@type":"node","@id":33717228,"@timestamp":1564916373},"coords":"51.3623171,-0.1507873","bedrooms":"0","price":"192000","area":"671"} , +{"type":"Feature","id":"n33717263","geometry":{"type":"Point","coordinates":[-0.1502701,51.3611352]},"properties":{"@type":"node","@id":33717263,"@timestamp":1186715375},"coords":"51.3611352,-0.1502701","bedrooms":"3","price":"229000","area":"664"} , +{"type":"Feature","id":"n33717877","geometry":{"type":"Point","coordinates":[-0.1536806,51.3705908]},"properties":{"@type":"node","@id":33717877,"@timestamp":1186534195},"coords":"51.3705908,-0.1536806","bedrooms":"2","price":"186000","area":"603"} , +{"type":"Feature","id":"n33727486","geometry":{"type":"Point","coordinates":[-0.55007,51.4242651]},"properties":{"@type":"node","@id":33727486,"@timestamp":1186571470},"coords":"51.4242651,-0.55007","bedrooms":"2","price":"279000","area":"578"} , +{"type":"Feature","id":"n33747154","geometry":{"type":"Point","coordinates":[-0.32507,51.483866]},"properties":{"@type":"node","@id":33747154,"@timestamp":1633127115},"coords":"51.483866,-0.32507","bedrooms":"4","price":"211000","area":"429"} , +{"type":"Feature","id":"n33747261","geometry":{"type":"Point","coordinates":[-0.2878271,51.4929993]},"properties":{"@type":"node","@id":33747261,"@timestamp":1408099698},"coords":"51.4929993,-0.2878271","bedrooms":"0","price":"289000","area":"659"} , +{"type":"Feature","id":"n33757697","geometry":{"type":"Point","coordinates":[0.4955239,51.4485128]},"properties":{"@type":"node","@id":33757697,"@timestamp":1204055206},"coords":"51.4485128,0.4955239","bedrooms":"2","price":"276000","area":"422"} , +{"type":"Feature","id":"n33758002","geometry":{"type":"Point","coordinates":[-0.4586359,51.0607504]},"properties":{"@type":"node","@id":33758002,"@timestamp":1186599197},"coords":"51.0607504,-0.4586359","bedrooms":"1","price":"291000","area":"497"} , +{"type":"Feature","id":"n33758195","geometry":{"type":"Point","coordinates":[-0.444242,51.004658]},"properties":{"@type":"node","@id":33758195,"@timestamp":1186599636},"coords":"51.004658,-0.444242","bedrooms":"1","price":"218000","area":"605"} , +{"type":"Feature","id":"n33758445","geometry":{"type":"Point","coordinates":[0.5206229,51.0966618]},"properties":{"@type":"node","@id":33758445,"@timestamp":1186600155},"coords":"51.0966618,0.5206229","bedrooms":"0","price":"197000","area":"684"} , +{"type":"Feature","id":"n33758631","geometry":{"type":"Point","coordinates":[0.5031119,51.1014272]},"properties":{"@type":"node","@id":33758631,"@timestamp":1186600194},"coords":"51.1014272,0.5031119","bedrooms":"3","price":"289000","area":"373"} , +{"type":"Feature","id":"n33758893","geometry":{"type":"Point","coordinates":[0.533652,51.105329]},"properties":{"@type":"node","@id":33758893,"@timestamp":1186600650},"coords":"51.105329,0.533652","bedrooms":"3","price":"286000","area":"565"} , +{"type":"Feature","id":"n33759237","geometry":{"type":"Point","coordinates":[-0.3841238,51.4765792]},"properties":{"@type":"node","@id":33759237,"@timestamp":1564916373},"coords":"51.4765792,-0.3841238","bedrooms":"0","price":"263000","area":"524"} , +{"type":"Feature","id":"n33759281","geometry":{"type":"Point","coordinates":[0.5537273,51.100467]},"properties":{"@type":"node","@id":33759281,"@timestamp":1186600883},"coords":"51.100467,0.5537273","bedrooms":"1","price":"230000","area":"638"} , +{"type":"Feature","id":"n33759417","geometry":{"type":"Point","coordinates":[0.548534,51.0980387]},"properties":{"@type":"node","@id":33759417,"@timestamp":1221941960},"coords":"51.0980387,0.548534","bedrooms":"3","price":"228000","area":"379"} , +{"type":"Feature","id":"n33759539","geometry":{"type":"Point","coordinates":[-0.3943521,51.4777227]},"properties":{"@type":"node","@id":33759539,"@timestamp":1186601042},"coords":"51.4777227,-0.3943521","bedrooms":"4","price":"282000","area":"455"} , +{"type":"Feature","id":"n33759581","geometry":{"type":"Point","coordinates":[-0.3912699,51.4768492]},"properties":{"@type":"node","@id":33759581,"@timestamp":1186601067},"coords":"51.4768492,-0.3912699","bedrooms":"2","price":"158000","area":"391"} , +{"type":"Feature","id":"n33759687","geometry":{"type":"Point","coordinates":[-0.4039794,51.4793512]},"properties":{"@type":"node","@id":33759687,"@timestamp":1186601173},"coords":"51.4793512,-0.4039794","bedrooms":"2","price":"280000","area":"501"} , +{"type":"Feature","id":"n33759707","geometry":{"type":"Point","coordinates":[0.5487659,51.1224486]},"properties":{"@type":"node","@id":33759707,"@timestamp":1186601195},"coords":"51.1224486,0.5487659","bedrooms":"1","price":"209000","area":"510"} , +{"type":"Feature","id":"n33759806","geometry":{"type":"Point","coordinates":[0.5448388,51.1269232]},"properties":{"@type":"node","@id":33759806,"@timestamp":1186601218},"coords":"51.1269232,0.5448388","bedrooms":"0","price":"210000","area":"581"} , +{"type":"Feature","id":"n33759891","geometry":{"type":"Point","coordinates":[0.540561,51.1156479]},"properties":{"@type":"node","@id":33759891,"@timestamp":1186601235},"coords":"51.1156479,0.540561","bedrooms":"1","price":"161000","area":"668"} , +{"type":"Feature","id":"n33759921","geometry":{"type":"Point","coordinates":[-0.4944548,50.9719211]},"properties":{"@type":"node","@id":33759921,"@timestamp":1186601241},"coords":"50.9719211,-0.4944548","bedrooms":"3","price":"154000","area":"560"} , +{"type":"Feature","id":"n33759958","geometry":{"type":"Point","coordinates":[-0.5013223,50.9723714]},"properties":{"@type":"node","@id":33759958,"@timestamp":1186601255},"coords":"50.9723714,-0.5013223","bedrooms":"4","price":"231000","area":"579"} , +{"type":"Feature","id":"n33759984","geometry":{"type":"Point","coordinates":[-0.5115023,50.9726836]},"properties":{"@type":"node","@id":33759984,"@timestamp":1186601257},"coords":"50.9726836,-0.5115023","bedrooms":"4","price":"241000","area":"579"} , +{"type":"Feature","id":"n33760024","geometry":{"type":"Point","coordinates":[-0.4146579,51.4914835]},"properties":{"@type":"node","@id":33760024,"@timestamp":1186601260},"coords":"51.4914835,-0.4146579","bedrooms":"1","price":"287000","area":"550"} , +{"type":"Feature","id":"n33760090","geometry":{"type":"Point","coordinates":[-0.5089579,50.9601979]},"properties":{"@type":"node","@id":33760090,"@timestamp":1186601267},"coords":"50.9601979,-0.5089579","bedrooms":"0","price":"189000","area":"457"} , +{"type":"Feature","id":"n33760104","geometry":{"type":"Point","coordinates":[-0.3801202,51.4858962]},"properties":{"@type":"node","@id":33760104,"@timestamp":1186601268},"coords":"51.4858962,-0.3801202","bedrooms":"2","price":"267000","area":"467"} , +{"type":"Feature","id":"n33760166","geometry":{"type":"Point","coordinates":[-0.3793465,51.4850726]},"properties":{"@type":"node","@id":33760166,"@timestamp":1186601286},"coords":"51.4850726,-0.3793465","bedrooms":"0","price":"222000","area":"538"} , +{"type":"Feature","id":"n33760190","geometry":{"type":"Point","coordinates":[-0.3754034,51.4859839]},"properties":{"@type":"node","@id":33760190,"@timestamp":1191971046},"coords":"51.4859839,-0.3754034","bedrooms":"3","price":"177000","area":"441"} , +{"type":"Feature","id":"n33760216","geometry":{"type":"Point","coordinates":[-0.370911,51.4848917]},"properties":{"@type":"node","@id":33760216,"@timestamp":1186601292},"coords":"51.4848917,-0.370911","bedrooms":"1","price":"174000","area":"506"} , +{"type":"Feature","id":"n33760243","geometry":{"type":"Point","coordinates":[-0.3728577,51.4860647]},"properties":{"@type":"node","@id":33760243,"@timestamp":1186601299},"coords":"51.4860647,-0.3728577","bedrooms":"4","price":"238000","area":"391"} , +{"type":"Feature","id":"n33760271","geometry":{"type":"Point","coordinates":[-0.4076106,51.4892655]},"properties":{"@type":"node","@id":33760271,"@timestamp":1186601302},"coords":"51.4892655,-0.4076106","bedrooms":"2","price":"185000","area":"407"} , +{"type":"Feature","id":"n33760899","geometry":{"type":"Point","coordinates":[0.5094205,51.1211054]},"properties":{"@type":"node","@id":33760899,"@timestamp":1186601560},"coords":"51.1211054,0.5094205","bedrooms":"1","price":"264000","area":"539"} , +{"type":"Feature","id":"n33760996","geometry":{"type":"Point","coordinates":[0.4904499,51.115935]},"properties":{"@type":"node","@id":33760996,"@timestamp":1186601571},"coords":"51.115935,0.4904499","bedrooms":"3","price":"262000","area":"539"} , +{"type":"Feature","id":"n33763172","geometry":{"type":"Point","coordinates":[-0.1548983,51.3688231]},"properties":{"@type":"node","@id":33763172,"@timestamp":1186604353},"coords":"51.3688231,-0.1548983","bedrooms":"0","price":"222000","area":"571"} , +{"type":"Feature","id":"n33763512","geometry":{"type":"Point","coordinates":[0.1899699,51.3777714]},"properties":{"@type":"node","@id":33763512,"@timestamp":1205582905},"coords":"51.3777714,0.1899699","bedrooms":"0","price":"194000","area":"603"} , +{"type":"Feature","id":"n33763522","geometry":{"type":"Point","coordinates":[0.1532944,51.3629879]},"properties":{"@type":"node","@id":33763522,"@timestamp":1205582889},"coords":"51.3629879,0.1532944","bedrooms":"4","price":"217000","area":"483"} , +{"type":"Feature","id":"n33763532","geometry":{"type":"Point","coordinates":[0.1165331,51.3465592]},"properties":{"@type":"node","@id":33763532,"@timestamp":1205582889},"coords":"51.3465592,0.1165331","bedrooms":"4","price":"274000","area":"424"} , +{"type":"Feature","id":"n33763542","geometry":{"type":"Point","coordinates":[0.0735749,51.3382864]},"properties":{"@type":"node","@id":33763542,"@timestamp":1205582815},"coords":"51.3382864,0.0735749","bedrooms":"4","price":"163000","area":"602"} , +{"type":"Feature","id":"n33763552","geometry":{"type":"Point","coordinates":[0.0393542,51.3453583]},"properties":{"@type":"node","@id":33763552,"@timestamp":1205582697},"coords":"51.3453583,0.0393542","bedrooms":"3","price":"211000","area":"405"} , +{"type":"Feature","id":"n33763562","geometry":{"type":"Point","coordinates":[-0.0004702,51.3506693]},"properties":{"@type":"node","@id":33763562,"@timestamp":1393971049},"coords":"51.3506693,-0.0004702","bedrooms":"2","price":"190000","area":"540"} , +{"type":"Feature","id":"n33763816","geometry":{"type":"Point","coordinates":[-0.7936491,51.5068084]},"properties":{"@type":"node","@id":33763816,"@timestamp":1186604794},"coords":"51.5068084,-0.7936491","bedrooms":"0","price":"205000","area":"503"} , +{"type":"Feature","id":"n33765806","geometry":{"type":"Point","coordinates":[0.3190626,51.3965524]},"properties":{"@type":"node","@id":33765806,"@timestamp":1298744116},"coords":"51.3965524,0.3190626","bedrooms":"4","price":"274000","area":"549"} , +{"type":"Feature","id":"n33776212","geometry":{"type":"Point","coordinates":[-0.1017493,51.4524049]},"properties":{"@type":"node","@id":33776212,"@timestamp":1621763799},"coords":"51.4524049,-0.1017493","bedrooms":"1","price":"186000","area":"421"} , +{"type":"Feature","id":"n33783568","geometry":{"type":"Point","coordinates":[-0.656748,51.2572859]},"properties":{"@type":"node","@id":33783568,"@timestamp":1388006475},"coords":"51.2572859,-0.656748","bedrooms":"4","price":"175000","area":"430"} , +{"type":"Feature","id":"n33785825","geometry":{"type":"Point","coordinates":[0.3577174,51.3890687]},"properties":{"@type":"node","@id":33785825,"@timestamp":1209337918},"coords":"51.3890687,0.3577174","bedrooms":"1","price":"258000","area":"524"} , +{"type":"Feature","id":"n33785992","geometry":{"type":"Point","coordinates":[0.3368519,51.4097974]},"properties":{"@type":"node","@id":33785992,"@timestamp":1209337809},"coords":"51.4097974,0.3368519","bedrooms":"3","price":"212000","area":"648"} , +{"type":"Feature","id":"n33786121","geometry":{"type":"Point","coordinates":[0.3129052,51.4145191]},"properties":{"@type":"node","@id":33786121,"@timestamp":1209338203},"coords":"51.4145191,0.3129052","bedrooms":"2","price":"283000","area":"565"} , +{"type":"Feature","id":"n33786131","geometry":{"type":"Point","coordinates":[0.2803993,51.387983]},"properties":{"@type":"node","@id":33786131,"@timestamp":1322941025},"coords":"51.387983,0.2803993","bedrooms":"1","price":"154000","area":"353"} , +{"type":"Feature","id":"n33786141","geometry":{"type":"Point","coordinates":[0.248412,51.3655334]},"properties":{"@type":"node","@id":33786141,"@timestamp":1404590439},"coords":"51.3655334,0.248412","bedrooms":"2","price":"167000","area":"622"} , +{"type":"Feature","id":"n33786151","geometry":{"type":"Point","coordinates":[0.2149723,51.3562081]},"properties":{"@type":"node","@id":33786151,"@timestamp":1404590439},"coords":"51.3562081,0.2149723","bedrooms":"2","price":"214000","area":"428"} , +{"type":"Feature","id":"n33786161","geometry":{"type":"Point","coordinates":[0.1805285,51.3510944]},"properties":{"@type":"node","@id":33786161,"@timestamp":1404590439},"coords":"51.3510944,0.1805285","bedrooms":"2","price":"214000","area":"602"} , +{"type":"Feature","id":"n33786171","geometry":{"type":"Point","coordinates":[0.1437768,51.3465978]},"properties":{"@type":"node","@id":33786171,"@timestamp":1337205526},"coords":"51.3465978,0.1437768","bedrooms":"3","price":"252000","area":"375"} , +{"type":"Feature","id":"n33805988","geometry":{"type":"Point","coordinates":[-0.090073,51.023001]},"properties":{"@type":"node","@id":33805988,"@timestamp":1186677681},"coords":"51.023001,-0.090073","bedrooms":"2","price":"292000","area":"537"} , +{"type":"Feature","id":"n33806010","geometry":{"type":"Point","coordinates":[-0.0835603,51.0180203]},"properties":{"@type":"node","@id":33806010,"@timestamp":1190716786},"coords":"51.0180203,-0.0835603","bedrooms":"4","price":"213000","area":"686"} , +{"type":"Feature","id":"n33807501","geometry":{"type":"Point","coordinates":[-0.0969438,51.0403356]},"properties":{"@type":"node","@id":33807501,"@timestamp":1186678355},"coords":"51.0403356,-0.0969438","bedrooms":"2","price":"156000","area":"530"} , +{"type":"Feature","id":"n33808292","geometry":{"type":"Point","coordinates":[-0.0856098,51.0165221]},"properties":{"@type":"node","@id":33808292,"@timestamp":1186679428},"coords":"51.0165221,-0.0856098","bedrooms":"3","price":"161000","area":"634"} , +{"type":"Feature","id":"n33808303","geometry":{"type":"Point","coordinates":[-0.0858109,51.0176069]},"properties":{"@type":"node","@id":33808303,"@timestamp":1186679429},"coords":"51.0176069,-0.0858109","bedrooms":"4","price":"175000","area":"497"} , +{"type":"Feature","id":"n33808314","geometry":{"type":"Point","coordinates":[-0.0845165,51.0183347]},"properties":{"@type":"node","@id":33808314,"@timestamp":1186679430},"coords":"51.0183347,-0.0845165","bedrooms":"2","price":"283000","area":"546"} , +{"type":"Feature","id":"n33810774","geometry":{"type":"Point","coordinates":[-0.0837931,51.0160331]},"properties":{"@type":"node","@id":33810774,"@timestamp":1186682400},"coords":"51.0160331,-0.0837931","bedrooms":"3","price":"210000","area":"410"} , +{"type":"Feature","id":"n33810787","geometry":{"type":"Point","coordinates":[-0.0801967,51.016343]},"properties":{"@type":"node","@id":33810787,"@timestamp":1186682401},"coords":"51.016343,-0.0801967","bedrooms":"0","price":"218000","area":"387"} , +{"type":"Feature","id":"n33810797","geometry":{"type":"Point","coordinates":[-0.082624,51.0175078]},"properties":{"@type":"node","@id":33810797,"@timestamp":1186682402},"coords":"51.0175078,-0.082624","bedrooms":"3","price":"272000","area":"674"} , +{"type":"Feature","id":"n33811059","geometry":{"type":"Point","coordinates":[-0.0787546,51.0146629]},"properties":{"@type":"node","@id":33811059,"@timestamp":1186682941},"coords":"51.0146629,-0.0787546","bedrooms":"2","price":"194000","area":"458"} , +{"type":"Feature","id":"n33811247","geometry":{"type":"Point","coordinates":[-0.0798436,51.0113959]},"properties":{"@type":"node","@id":33811247,"@timestamp":1186683562},"coords":"51.0113959,-0.0798436","bedrooms":"1","price":"247000","area":"551"} , +{"type":"Feature","id":"n33811269","geometry":{"type":"Point","coordinates":[-0.0748348,51.0110822]},"properties":{"@type":"node","@id":33811269,"@timestamp":1186683564},"coords":"51.0110822,-0.0748348","bedrooms":"4","price":"192000","area":"601"} , +{"type":"Feature","id":"n33826830","geometry":{"type":"Point","coordinates":[-0.385656,51.4694433]},"properties":{"@type":"node","@id":33826830,"@timestamp":1186688174},"coords":"51.4694433,-0.385656","bedrooms":"1","price":"245000","area":"432"} , +{"type":"Feature","id":"n33826870","geometry":{"type":"Point","coordinates":[-0.3918542,51.4725209]},"properties":{"@type":"node","@id":33826870,"@timestamp":1186688178},"coords":"51.4725209,-0.3918542","bedrooms":"0","price":"192000","area":"692"} , +{"type":"Feature","id":"n33826894","geometry":{"type":"Point","coordinates":[-0.3950799,51.4741805]},"properties":{"@type":"node","@id":33826894,"@timestamp":1186688181},"coords":"51.4741805,-0.3950799","bedrooms":"2","price":"265000","area":"666"} , +{"type":"Feature","id":"n33849899","geometry":{"type":"Point","coordinates":[-0.1471422,51.654221]},"properties":{"@type":"node","@id":33849899,"@timestamp":1186703049},"coords":"51.654221,-0.1471422","bedrooms":"2","price":"234000","area":"395"} , +{"type":"Feature","id":"n33849925","geometry":{"type":"Point","coordinates":[-0.1446789,51.6513596]},"properties":{"@type":"node","@id":33849925,"@timestamp":1186703051},"coords":"51.6513596,-0.1446789","bedrooms":"1","price":"205000","area":"507"} , +{"type":"Feature","id":"n33849937","geometry":{"type":"Point","coordinates":[-0.1415168,51.6520208]},"properties":{"@type":"node","@id":33849937,"@timestamp":1186703052},"coords":"51.6520208,-0.1415168","bedrooms":"1","price":"289000","area":"538"} , +{"type":"Feature","id":"n33849981","geometry":{"type":"Point","coordinates":[-0.1444692,51.6550448]},"properties":{"@type":"node","@id":33849981,"@timestamp":1186703055},"coords":"51.6550448,-0.1444692","bedrooms":"3","price":"261000","area":"689"} , +{"type":"Feature","id":"n33869587","geometry":{"type":"Point","coordinates":[-0.1519158,51.364694]},"properties":{"@type":"node","@id":33869587,"@timestamp":1616984018},"coords":"51.364694,-0.1519158","bedrooms":"2","price":"242000","area":"468"} , +{"type":"Feature","id":"n33869665","geometry":{"type":"Point","coordinates":[-0.1536538,51.3670069]},"properties":{"@type":"node","@id":33869665,"@timestamp":1186715338},"coords":"51.3670069,-0.1536538","bedrooms":"3","price":"170000","area":"463"} , +{"type":"Feature","id":"n33869776","geometry":{"type":"Point","coordinates":[-0.159608,51.3659217]},"properties":{"@type":"node","@id":33869776,"@timestamp":1328443348},"coords":"51.3659217,-0.159608","bedrooms":"3","price":"183000","area":"367"} , +{"type":"Feature","id":"n33964562","geometry":{"type":"Point","coordinates":[-0.3192738,51.4936431]},"properties":{"@type":"node","@id":33964562,"@timestamp":1564916373},"coords":"51.4936431,-0.3192738","bedrooms":"4","price":"250000","area":"523"} , +{"type":"Feature","id":"n33968439","geometry":{"type":"Point","coordinates":[0.3003088,51.3959741]},"properties":{"@type":"node","@id":33968439,"@timestamp":1419881664},"coords":"51.3959741,0.3003088","bedrooms":"4","price":"161000","area":"613"} , +{"type":"Feature","id":"n33969733","geometry":{"type":"Point","coordinates":[0.3018197,51.3829511]},"properties":{"@type":"node","@id":33969733,"@timestamp":1419882683},"coords":"51.3829511,0.3018197","bedrooms":"4","price":"198000","area":"495"} , +{"type":"Feature","id":"n33970384","geometry":{"type":"Point","coordinates":[-0.3244734,51.4970803]},"properties":{"@type":"node","@id":33970384,"@timestamp":1191175018},"coords":"51.4970803,-0.3244734","bedrooms":"3","price":"275000","area":"522"} , +{"type":"Feature","id":"n33981873","geometry":{"type":"Point","coordinates":[-0.4148265,51.4577154]},"properties":{"@type":"node","@id":33981873,"@timestamp":1186774808},"coords":"51.4577154,-0.4148265","bedrooms":"2","price":"203000","area":"625"} , +{"type":"Feature","id":"n33981922","geometry":{"type":"Point","coordinates":[-0.3996741,51.4635923]},"properties":{"@type":"node","@id":33981922,"@timestamp":1463738062},"coords":"51.4635923,-0.3996741","bedrooms":"3","price":"259000","area":"501"} , +{"type":"Feature","id":"n34006545","geometry":{"type":"Point","coordinates":[0.0213411,51.4920935]},"properties":{"@type":"node","@id":34006545,"@timestamp":1588588927},"coords":"51.4920935,0.0213411","bedrooms":"4","price":"185000","area":"585"} , +{"type":"Feature","id":"n34017681","geometry":{"type":"Point","coordinates":[0.5000926,51.3069722]},"properties":{"@type":"node","@id":34017681,"@timestamp":1186828640},"coords":"51.3069722,0.5000926","bedrooms":"0","price":"254000","area":"672"} , +{"type":"Feature","id":"n34030915","geometry":{"type":"Point","coordinates":[-1.1101773,50.950447]},"properties":{"@type":"node","@id":34030915,"@timestamp":1186855497},"coords":"50.950447,-1.1101773","bedrooms":"2","price":"181000","area":"353"} , +{"type":"Feature","id":"n34030969","geometry":{"type":"Point","coordinates":[-1.1122808,50.9448076]},"properties":{"@type":"node","@id":34030969,"@timestamp":1186855503},"coords":"50.9448076,-1.1122808","bedrooms":"3","price":"195000","area":"563"} , +{"type":"Feature","id":"n34034757","geometry":{"type":"Point","coordinates":[0.498751,51.5856591]},"properties":{"@type":"node","@id":34034757,"@timestamp":1556093570},"coords":"51.5856591,0.498751","bedrooms":"0","price":"198000","area":"496"} , +{"type":"Feature","id":"n34037750","geometry":{"type":"Point","coordinates":[-0.1778626,51.4182747]},"properties":{"@type":"node","@id":34037750,"@timestamp":1620773763},"coords":"51.4182747,-0.1778626","bedrooms":"3","price":"210000","area":"505"} , +{"type":"Feature","id":"n34040931","geometry":{"type":"Point","coordinates":[-0.9928968,51.2945396]},"properties":{"@type":"node","@id":34040931,"@timestamp":1186868900},"coords":"51.2945396,-0.9928968","bedrooms":"1","price":"176000","area":"395"} , +{"type":"Feature","id":"n34046212","geometry":{"type":"Point","coordinates":[-0.9814789,51.2708876]},"properties":{"@type":"node","@id":34046212,"@timestamp":1186881895},"coords":"51.2708876,-0.9814789","bedrooms":"3","price":"173000","area":"430"} , +{"type":"Feature","id":"n34046226","geometry":{"type":"Point","coordinates":[-0.9842391,51.2669398]},"properties":{"@type":"node","@id":34046226,"@timestamp":1186881896},"coords":"51.2669398,-0.9842391","bedrooms":"0","price":"168000","area":"480"} , +{"type":"Feature","id":"n34051979","geometry":{"type":"Point","coordinates":[-0.1231313,51.5072331]},"properties":{"@type":"node","@id":34051979,"@timestamp":1630358371},"coords":"51.5072331,-0.1231313","bedrooms":"2","price":"176000","area":"512"} , +{"type":"Feature","id":"n34059668","geometry":{"type":"Point","coordinates":[0.5926889,51.520432]},"properties":{"@type":"node","@id":34059668,"@timestamp":1315817146},"coords":"51.520432,0.5926889","bedrooms":"3","price":"246000","area":"522"} , +{"type":"Feature","id":"n34061211","geometry":{"type":"Point","coordinates":[-0.1133679,50.9854674]},"properties":{"@type":"node","@id":34061211,"@timestamp":1535222154},"coords":"50.9854674,-0.1133679","bedrooms":"3","price":"258000","area":"448"} , +{"type":"Feature","id":"n34061646","geometry":{"type":"Point","coordinates":[-0.0953871,51.027005]},"properties":{"@type":"node","@id":34061646,"@timestamp":1186920487},"coords":"51.027005,-0.0953871","bedrooms":"0","price":"294000","area":"536"} , +{"type":"Feature","id":"n34061659","geometry":{"type":"Point","coordinates":[-0.105348,51.0241397]},"properties":{"@type":"node","@id":34061659,"@timestamp":1186920488},"coords":"51.0241397,-0.105348","bedrooms":"3","price":"255000","area":"523"} , +{"type":"Feature","id":"n34061677","geometry":{"type":"Point","coordinates":[-0.0985808,51.0183135]},"properties":{"@type":"node","@id":34061677,"@timestamp":1191009553},"coords":"51.0183135,-0.0985808","bedrooms":"0","price":"299000","area":"463"} , +{"type":"Feature","id":"n34061841","geometry":{"type":"Point","coordinates":[-0.0600177,51.0285662]},"properties":{"@type":"node","@id":34061841,"@timestamp":1186920995},"coords":"51.0285662,-0.0600177","bedrooms":"2","price":"165000","area":"456"} , +{"type":"Feature","id":"n34062275","geometry":{"type":"Point","coordinates":[-0.0814839,51.0476444]},"properties":{"@type":"node","@id":34062275,"@timestamp":1186921511},"coords":"51.0476444,-0.0814839","bedrooms":"2","price":"218000","area":"567"} , +{"type":"Feature","id":"n34062310","geometry":{"type":"Point","coordinates":[-0.0810772,51.0496737]},"properties":{"@type":"node","@id":34062310,"@timestamp":1186921517},"coords":"51.0496737,-0.0810772","bedrooms":"2","price":"204000","area":"395"} , +{"type":"Feature","id":"n34070035","geometry":{"type":"Point","coordinates":[-0.0755696,51.0574303]},"properties":{"@type":"node","@id":34070035,"@timestamp":1186924698},"coords":"51.0574303,-0.0755696","bedrooms":"0","price":"166000","area":"672"} , +{"type":"Feature","id":"n34070049","geometry":{"type":"Point","coordinates":[-0.0659714,51.0652197]},"properties":{"@type":"node","@id":34070049,"@timestamp":1186924700},"coords":"51.0652197,-0.0659714","bedrooms":"4","price":"157000","area":"615"} , +{"type":"Feature","id":"n34070113","geometry":{"type":"Point","coordinates":[-0.0549584,51.0809998]},"properties":{"@type":"node","@id":34070113,"@timestamp":1186924721},"coords":"51.0809998,-0.0549584","bedrooms":"4","price":"283000","area":"516"} , +{"type":"Feature","id":"n34071583","geometry":{"type":"Point","coordinates":[-0.1988338,50.9813756]},"properties":{"@type":"node","@id":34071583,"@timestamp":1186927732},"coords":"50.9813756,-0.1988338","bedrooms":"2","price":"283000","area":"579"} , +{"type":"Feature","id":"n34071612","geometry":{"type":"Point","coordinates":[-0.1976664,50.975757]},"properties":{"@type":"node","@id":34071612,"@timestamp":1186927736},"coords":"50.975757,-0.1976664","bedrooms":"3","price":"220000","area":"434"} , +{"type":"Feature","id":"n34072206","geometry":{"type":"Point","coordinates":[-0.1978854,50.9496249]},"properties":{"@type":"node","@id":34072206,"@timestamp":1209934315},"coords":"50.9496249,-0.1978854","bedrooms":"3","price":"295000","area":"364"} , +{"type":"Feature","id":"n34074475","geometry":{"type":"Point","coordinates":[-0.7341843,51.5103112]},"properties":{"@type":"node","@id":34074475,"@timestamp":1186931035},"coords":"51.5103112,-0.7341843","bedrooms":"0","price":"250000","area":"591"} , +{"type":"Feature","id":"n34074856","geometry":{"type":"Point","coordinates":[-0.1570933,51.8453199]},"properties":{"@type":"node","@id":34074856,"@timestamp":1186931472},"coords":"51.8453199,-0.1570933","bedrooms":"1","price":"211000","area":"576"} , +{"type":"Feature","id":"n34076384","geometry":{"type":"Point","coordinates":[-0.5787823,51.4839992]},"properties":{"@type":"node","@id":34076384,"@timestamp":1600686130},"coords":"51.4839992,-0.5787823","bedrooms":"1","price":"163000","area":"384"} , +{"type":"Feature","id":"n34087127","geometry":{"type":"Point","coordinates":[-0.1320981,50.9793525]},"properties":{"@type":"node","@id":34087127,"@timestamp":1191075169},"coords":"50.9793525,-0.1320981","bedrooms":"0","price":"228000","area":"664"} , +{"type":"Feature","id":"n34087467","geometry":{"type":"Point","coordinates":[-0.1828094,51.1211727]},"properties":{"@type":"node","@id":34087467,"@timestamp":1186946663},"coords":"51.1211727,-0.1828094","bedrooms":"3","price":"249000","area":"523"} , +{"type":"Feature","id":"n34087622","geometry":{"type":"Point","coordinates":[-0.1796341,51.1244242]},"properties":{"@type":"node","@id":34087622,"@timestamp":1186947165},"coords":"51.1244242,-0.1796341","bedrooms":"1","price":"256000","area":"550"} , +{"type":"Feature","id":"n34087817","geometry":{"type":"Point","coordinates":[-0.1385388,50.9714748]},"properties":{"@type":"node","@id":34087817,"@timestamp":1186947244},"coords":"50.9714748,-0.1385388","bedrooms":"4","price":"180000","area":"367"} , +{"type":"Feature","id":"n34087965","geometry":{"type":"Point","coordinates":[-0.1921898,51.1308241]},"properties":{"@type":"node","@id":34087965,"@timestamp":1199841249},"coords":"51.1308241,-0.1921898","bedrooms":"2","price":"242000","area":"648"} , +{"type":"Feature","id":"n34089871","geometry":{"type":"Point","coordinates":[-0.1226563,50.9982372]},"properties":{"@type":"node","@id":34089871,"@timestamp":1191075832},"coords":"50.9982372,-0.1226563","bedrooms":"0","price":"173000","area":"386"} , +{"type":"Feature","id":"n34090269","geometry":{"type":"Point","coordinates":[-0.1123197,51.0030217]},"properties":{"@type":"node","@id":34090269,"@timestamp":1186949794},"coords":"51.0030217,-0.1123197","bedrooms":"3","price":"258000","area":"685"} , +{"type":"Feature","id":"n34090695","geometry":{"type":"Point","coordinates":[-1.0351273,50.9520833]},"properties":{"@type":"node","@id":34090695,"@timestamp":1204193521},"coords":"50.9520833,-1.0351273","bedrooms":"4","price":"225000","area":"503"} , +{"type":"Feature","id":"n34090769","geometry":{"type":"Point","coordinates":[-1.0356185,50.9597644]},"properties":{"@type":"node","@id":34090769,"@timestamp":1204193518},"coords":"50.9597644,-1.0356185","bedrooms":"2","price":"262000","area":"448"} , +{"type":"Feature","id":"n34091655","geometry":{"type":"Point","coordinates":[-1.0672628,50.9681695]},"properties":{"@type":"node","@id":34091655,"@timestamp":1210712841},"coords":"50.9681695,-1.0672628","bedrooms":"2","price":"243000","area":"464"} , +{"type":"Feature","id":"n34092046","geometry":{"type":"Point","coordinates":[-1.062735,50.9558956]},"properties":{"@type":"node","@id":34092046,"@timestamp":1212341778},"coords":"50.9558956,-1.062735","bedrooms":"3","price":"205000","area":"509"} , +{"type":"Feature","id":"n34092462","geometry":{"type":"Point","coordinates":[-1.0687063,50.9554501]},"properties":{"@type":"node","@id":34092462,"@timestamp":1186955383},"coords":"50.9554501,-1.0687063","bedrooms":"3","price":"165000","area":"426"} , +{"type":"Feature","id":"n34092596","geometry":{"type":"Point","coordinates":[-1.0783961,50.9609668]},"properties":{"@type":"node","@id":34092596,"@timestamp":1210712844},"coords":"50.9609668,-1.0783961","bedrooms":"1","price":"179000","area":"577"} , +{"type":"Feature","id":"n34098015","geometry":{"type":"Point","coordinates":[-0.7005403,51.5966285]},"properties":{"@type":"node","@id":34098015,"@timestamp":1186960355},"coords":"51.5966285,-0.7005403","bedrooms":"4","price":"272000","area":"499"} , +{"type":"Feature","id":"n34104229","geometry":{"type":"Point","coordinates":[-0.0562105,51.55296]},"properties":{"@type":"node","@id":34104229,"@timestamp":1586801396},"coords":"51.55296,-0.0562105","bedrooms":"1","price":"188000","area":"441"} , +{"type":"Feature","id":"n34104331","geometry":{"type":"Point","coordinates":[-0.049776,51.5586135]},"properties":{"@type":"node","@id":34104331,"@timestamp":1187656172},"coords":"51.5586135,-0.049776","bedrooms":"0","price":"200000","area":"392"} , +{"type":"Feature","id":"n34152989","geometry":{"type":"Point","coordinates":[-0.4074094,51.7242794]},"properties":{"@type":"node","@id":34152989,"@timestamp":1186999350},"coords":"51.7242794,-0.4074094","bedrooms":"4","price":"234000","area":"547"} , +{"type":"Feature","id":"n34153042","geometry":{"type":"Point","coordinates":[-0.4342481,51.6935082]},"properties":{"@type":"node","@id":34153042,"@timestamp":1362932211},"coords":"51.6935082,-0.4342481","bedrooms":"4","price":"156000","area":"460"} , +{"type":"Feature","id":"n34183822","geometry":{"type":"Point","coordinates":[-0.2981305,51.7342477]},"properties":{"@type":"node","@id":34183822,"@timestamp":1187018201},"coords":"51.7342477,-0.2981305","bedrooms":"2","price":"251000","area":"667"} , +{"type":"Feature","id":"n34190630","geometry":{"type":"Point","coordinates":[-0.3306381,51.4731659]},"properties":{"@type":"node","@id":34190630,"@timestamp":1187023663},"coords":"51.4731659,-0.3306381","bedrooms":"2","price":"183000","area":"623"} , +{"type":"Feature","id":"n34190690","geometry":{"type":"Point","coordinates":[-0.3240556,51.4695222]},"properties":{"@type":"node","@id":34190690,"@timestamp":1187023673},"coords":"51.4695222,-0.3240556","bedrooms":"4","price":"242000","area":"643"} , +{"type":"Feature","id":"n34190714","geometry":{"type":"Point","coordinates":[-0.3263018,51.4726231]},"properties":{"@type":"node","@id":34190714,"@timestamp":1187023676},"coords":"51.4726231,-0.3263018","bedrooms":"3","price":"222000","area":"417"} , +{"type":"Feature","id":"n34196168","geometry":{"type":"Point","coordinates":[-0.5803676,51.2161855]},"properties":{"@type":"node","@id":34196168,"@timestamp":1187027417},"coords":"51.2161855,-0.5803676","bedrooms":"2","price":"154000","area":"573"} , +{"type":"Feature","id":"n34205534","geometry":{"type":"Point","coordinates":[-0.0912905,51.0114697]},"properties":{"@type":"node","@id":34205534,"@timestamp":1188841481},"coords":"51.0114697,-0.0912905","bedrooms":"3","price":"174000","area":"633"} , +{"type":"Feature","id":"n34206343","geometry":{"type":"Point","coordinates":[-0.0910293,51.0094236]},"properties":{"@type":"node","@id":34206343,"@timestamp":1188156629},"coords":"51.0094236,-0.0910293","bedrooms":"2","price":"161000","area":"678"} , +{"type":"Feature","id":"n34214648","geometry":{"type":"Point","coordinates":[-0.0729928,51.5439693]},"properties":{"@type":"node","@id":34214648,"@timestamp":1189972853},"coords":"51.5439693,-0.0729928","bedrooms":"2","price":"244000","area":"543"} , +{"type":"Feature","id":"n34226051","geometry":{"type":"Point","coordinates":[-0.081913,51.536518]},"properties":{"@type":"node","@id":34226051,"@timestamp":1187045388},"coords":"51.536518,-0.081913","bedrooms":"0","price":"264000","area":"408"} , +{"type":"Feature","id":"n34426311","geometry":{"type":"Point","coordinates":[-0.704984,51.5967614]},"properties":{"@type":"node","@id":34426311,"@timestamp":1455383179},"coords":"51.5967614,-0.704984","bedrooms":"4","price":"188000","area":"647"} , +{"type":"Feature","id":"n34469888","geometry":{"type":"Point","coordinates":[-0.1729682,51.6504226]},"properties":{"@type":"node","@id":34469888,"@timestamp":1592037029},"coords":"51.6504226,-0.1729682","bedrooms":"3","price":"274000","area":"438"} , +{"type":"Feature","id":"n34501281","geometry":{"type":"Point","coordinates":[-0.4269773,51.9649628]},"properties":{"@type":"node","@id":34501281,"@timestamp":1187169312},"coords":"51.9649628,-0.4269773","bedrooms":"3","price":"218000","area":"353"} , +{"type":"Feature","id":"n34505691","geometry":{"type":"Point","coordinates":[-0.5626729,51.4405171]},"properties":{"@type":"node","@id":34505691,"@timestamp":1187173516},"coords":"51.4405171,-0.5626729","bedrooms":"2","price":"279000","area":"487"} , +{"type":"Feature","id":"n34555603","geometry":{"type":"Point","coordinates":[-0.1281708,51.4343166]},"properties":{"@type":"node","@id":34555603,"@timestamp":1564916373},"coords":"51.4343166,-0.1281708","bedrooms":"0","price":"269000","area":"518"} , +{"type":"Feature","id":"n34555704","geometry":{"type":"Point","coordinates":[-0.6757932,51.2045433]},"properties":{"@type":"node","@id":34555704,"@timestamp":1187203781},"coords":"51.2045433,-0.6757932","bedrooms":"1","price":"298000","area":"402"} , +{"type":"Feature","id":"n34555764","geometry":{"type":"Point","coordinates":[-0.3287668,51.4758437]},"properties":{"@type":"node","@id":34555764,"@timestamp":1187203845},"coords":"51.4758437,-0.3287668","bedrooms":"4","price":"274000","area":"621"} , +{"type":"Feature","id":"n34555774","geometry":{"type":"Point","coordinates":[-0.3267328,51.4755442]},"properties":{"@type":"node","@id":34555774,"@timestamp":1187203847},"coords":"51.4755442,-0.3267328","bedrooms":"3","price":"287000","area":"507"} , +{"type":"Feature","id":"n34555794","geometry":{"type":"Point","coordinates":[-0.3272631,51.4801737]},"properties":{"@type":"node","@id":34555794,"@timestamp":1187203931},"coords":"51.4801737,-0.3272631","bedrooms":"4","price":"227000","area":"477"} , +{"type":"Feature","id":"n34555806","geometry":{"type":"Point","coordinates":[-0.3336023,51.4795498]},"properties":{"@type":"node","@id":34555806,"@timestamp":1187203932},"coords":"51.4795498,-0.3336023","bedrooms":"3","price":"201000","area":"579"} , +{"type":"Feature","id":"n34563606","geometry":{"type":"Point","coordinates":[-0.2625457,51.4811221]},"properties":{"@type":"node","@id":34563606,"@timestamp":1187207608},"coords":"51.4811221,-0.2625457","bedrooms":"3","price":"263000","area":"474"} , +{"type":"Feature","id":"n34576440","geometry":{"type":"Point","coordinates":[-0.6187472,51.5112036]},"properties":{"@type":"node","@id":34576440,"@timestamp":1608166829},"coords":"51.5112036,-0.6187472","bedrooms":"0","price":"222000","area":"651"} , +{"type":"Feature","id":"n34576559","geometry":{"type":"Point","coordinates":[-0.623345,51.5104531]},"properties":{"@type":"node","@id":34576559,"@timestamp":1608166829},"coords":"51.5104531,-0.623345","bedrooms":"3","price":"298000","area":"466"} , +{"type":"Feature","id":"n34580832","geometry":{"type":"Point","coordinates":[-0.0841876,51.4557062]},"properties":{"@type":"node","@id":34580832,"@timestamp":1187216756},"coords":"51.4557062,-0.0841876","bedrooms":"4","price":"190000","area":"532"} , +{"type":"Feature","id":"n34592233","geometry":{"type":"Point","coordinates":[-0.5331907,51.4860211]},"properties":{"@type":"node","@id":34592233,"@timestamp":1187220770},"coords":"51.4860211,-0.5331907","bedrooms":"1","price":"172000","area":"591"} , +{"type":"Feature","id":"n34594244","geometry":{"type":"Point","coordinates":[-0.0506986,51.5684397]},"properties":{"@type":"node","@id":34594244,"@timestamp":1588588927},"coords":"51.5684397,-0.0506986","bedrooms":"0","price":"229000","area":"382"} , +{"type":"Feature","id":"n34595845","geometry":{"type":"Point","coordinates":[-0.0126785,51.5591489]},"properties":{"@type":"node","@id":34595845,"@timestamp":1194218266},"coords":"51.5591489,-0.0126785","bedrooms":"0","price":"175000","area":"681"} , +{"type":"Feature","id":"n34596701","geometry":{"type":"Point","coordinates":[-0.3124145,51.5177094]},"properties":{"@type":"node","@id":34596701,"@timestamp":1191175038},"coords":"51.5177094,-0.3124145","bedrooms":"3","price":"293000","area":"693"} , +{"type":"Feature","id":"n34596713","geometry":{"type":"Point","coordinates":[-0.3124985,51.5192228]},"properties":{"@type":"node","@id":34596713,"@timestamp":1191175030},"coords":"51.5192228,-0.3124985","bedrooms":"4","price":"152000","area":"358"} , +{"type":"Feature","id":"n34596730","geometry":{"type":"Point","coordinates":[-0.3167272,51.5212743]},"properties":{"@type":"node","@id":34596730,"@timestamp":1191175033},"coords":"51.5212743,-0.3167272","bedrooms":"1","price":"171000","area":"485"} , +{"type":"Feature","id":"n34598069","geometry":{"type":"Point","coordinates":[-0.3619072,51.882791]},"properties":{"@type":"node","@id":34598069,"@timestamp":1217108538},"coords":"51.882791,-0.3619072","bedrooms":"1","price":"297000","area":"480"} , +{"type":"Feature","id":"n34598189","geometry":{"type":"Point","coordinates":[-0.3621046,51.884974]},"properties":{"@type":"node","@id":34598189,"@timestamp":1187228994},"coords":"51.884974,-0.3621046","bedrooms":"1","price":"286000","area":"398"} , +{"type":"Feature","id":"n34598394","geometry":{"type":"Point","coordinates":[-0.3774426,51.8667126]},"properties":{"@type":"node","@id":34598394,"@timestamp":1208980364},"coords":"51.8667126,-0.3774426","bedrooms":"2","price":"281000","area":"363"} , +{"type":"Feature","id":"n34672363","geometry":{"type":"Point","coordinates":[-0.2890156,51.5171772]},"properties":{"@type":"node","@id":34672363,"@timestamp":1191175139},"coords":"51.5171772,-0.2890156","bedrooms":"2","price":"234000","area":"518"} , +{"type":"Feature","id":"n34674517","geometry":{"type":"Point","coordinates":[0.8944642,51.0946558]},"properties":{"@type":"node","@id":34674517,"@timestamp":1187549749},"coords":"51.0946558,0.8944642","bedrooms":"1","price":"293000","area":"608"} , +{"type":"Feature","id":"n34678180","geometry":{"type":"Point","coordinates":[-0.5477789,51.4938909]},"properties":{"@type":"node","@id":34678180,"@timestamp":1379278847},"coords":"51.4938909,-0.5477789","bedrooms":"2","price":"241000","area":"462"} , +{"type":"Feature","id":"n34697419","geometry":{"type":"Point","coordinates":[-0.1031617,51.0130145]},"properties":{"@type":"node","@id":34697419,"@timestamp":1187301937},"coords":"51.0130145,-0.1031617","bedrooms":"0","price":"294000","area":"567"} , +{"type":"Feature","id":"n34697442","geometry":{"type":"Point","coordinates":[-0.1043174,51.0102535]},"properties":{"@type":"node","@id":34697442,"@timestamp":1187301941},"coords":"51.0102535,-0.1043174","bedrooms":"3","price":"226000","area":"548"} , +{"type":"Feature","id":"n34697464","geometry":{"type":"Point","coordinates":[-0.1027487,51.0111036]},"properties":{"@type":"node","@id":34697464,"@timestamp":1187301945},"coords":"51.0111036,-0.1027487","bedrooms":"4","price":"226000","area":"441"} , +{"type":"Feature","id":"n34701415","geometry":{"type":"Point","coordinates":[-0.0994404,51.0113773]},"properties":{"@type":"node","@id":34701415,"@timestamp":1187303190},"coords":"51.0113773,-0.0994404","bedrooms":"4","price":"162000","area":"481"} , +{"type":"Feature","id":"n34701452","geometry":{"type":"Point","coordinates":[-0.0971611,51.0123789]},"properties":{"@type":"node","@id":34701452,"@timestamp":1187303198},"coords":"51.0123789,-0.0971611","bedrooms":"3","price":"195000","area":"673"} , +{"type":"Feature","id":"n34701469","geometry":{"type":"Point","coordinates":[-0.0938916,51.0121981]},"properties":{"@type":"node","@id":34701469,"@timestamp":1187303201},"coords":"51.0121981,-0.0938916","bedrooms":"1","price":"166000","area":"460"} , +{"type":"Feature","id":"n34701487","geometry":{"type":"Point","coordinates":[-0.0938217,51.0103121]},"properties":{"@type":"node","@id":34701487,"@timestamp":1187303204},"coords":"51.0103121,-0.0938217","bedrooms":"4","price":"179000","area":"513"} , +{"type":"Feature","id":"n34701515","geometry":{"type":"Point","coordinates":[-0.088123,51.0149079]},"properties":{"@type":"node","@id":34701515,"@timestamp":1635595746},"coords":"51.0149079,-0.088123","bedrooms":"0","price":"177000","area":"370"} , +{"type":"Feature","id":"n34701541","geometry":{"type":"Point","coordinates":[-0.0773431,51.0089333]},"properties":{"@type":"node","@id":34701541,"@timestamp":1187303214},"coords":"51.0089333,-0.0773431","bedrooms":"3","price":"169000","area":"479"} , +{"type":"Feature","id":"n34701573","geometry":{"type":"Point","coordinates":[-0.0841114,51.0094031]},"properties":{"@type":"node","@id":34701573,"@timestamp":1187303221},"coords":"51.0094031,-0.0841114","bedrooms":"3","price":"245000","area":"564"} , +{"type":"Feature","id":"n34704115","geometry":{"type":"Point","coordinates":[-0.0779357,51.0068383]},"properties":{"@type":"node","@id":34704115,"@timestamp":1187304050},"coords":"51.0068383,-0.0779357","bedrooms":"3","price":"220000","area":"364"} , +{"type":"Feature","id":"n34704142","geometry":{"type":"Point","coordinates":[-0.0803665,51.0060257]},"properties":{"@type":"node","@id":34704142,"@timestamp":1187304055},"coords":"51.0060257,-0.0803665","bedrooms":"2","price":"281000","area":"438"} , +{"type":"Feature","id":"n34704158","geometry":{"type":"Point","coordinates":[-0.0820907,51.0027835]},"properties":{"@type":"node","@id":34704158,"@timestamp":1187304057},"coords":"51.0027835,-0.0820907","bedrooms":"1","price":"209000","area":"675"} , +{"type":"Feature","id":"n34704176","geometry":{"type":"Point","coordinates":[-0.0703912,51.0060783]},"properties":{"@type":"node","@id":34704176,"@timestamp":1187304060},"coords":"51.0060783,-0.0703912","bedrooms":"0","price":"183000","area":"659"} , +{"type":"Feature","id":"n34707165","geometry":{"type":"Point","coordinates":[-0.5357809,51.4899053]},"properties":{"@type":"node","@id":34707165,"@timestamp":1187306987},"coords":"51.4899053,-0.5357809","bedrooms":"1","price":"163000","area":"457"} , +{"type":"Feature","id":"n34707750","geometry":{"type":"Point","coordinates":[-0.626599,51.5094641]},"properties":{"@type":"node","@id":34707750,"@timestamp":1187308603},"coords":"51.5094641,-0.626599","bedrooms":"0","price":"255000","area":"378"} , +{"type":"Feature","id":"n34707789","geometry":{"type":"Point","coordinates":[-0.6302099,51.5106404]},"properties":{"@type":"node","@id":34707789,"@timestamp":1187308610},"coords":"51.5106404,-0.6302099","bedrooms":"3","price":"162000","area":"677"} , +{"type":"Feature","id":"n34707823","geometry":{"type":"Point","coordinates":[-0.616287,51.5085921]},"properties":{"@type":"node","@id":34707823,"@timestamp":1187308614},"coords":"51.5085921,-0.616287","bedrooms":"1","price":"162000","area":"423"} , +{"type":"Feature","id":"n34707848","geometry":{"type":"Point","coordinates":[-0.6292092,51.5075679]},"properties":{"@type":"node","@id":34707848,"@timestamp":1187308616},"coords":"51.5075679,-0.6292092","bedrooms":"0","price":"219000","area":"397"} , +{"type":"Feature","id":"n34707863","geometry":{"type":"Point","coordinates":[-0.6217415,51.5091832]},"properties":{"@type":"node","@id":34707863,"@timestamp":1187308618},"coords":"51.5091832,-0.6217415","bedrooms":"2","price":"289000","area":"677"} , +{"type":"Feature","id":"n34709157","geometry":{"type":"Point","coordinates":[-0.1556376,51.5269163]},"properties":{"@type":"node","@id":34709157,"@timestamp":1613489526},"coords":"51.5269163,-0.1556376","bedrooms":"4","price":"180000","area":"651"} , +{"type":"Feature","id":"n34727631","geometry":{"type":"Point","coordinates":[0.1839744,51.3557357]},"properties":{"@type":"node","@id":34727631,"@timestamp":1187341003},"coords":"51.3557357,0.1839744","bedrooms":"4","price":"170000","area":"697"} , +{"type":"Feature","id":"n34727652","geometry":{"type":"Point","coordinates":[0.1794251,51.3535448]},"properties":{"@type":"node","@id":34727652,"@timestamp":1187341005},"coords":"51.3535448,0.1794251","bedrooms":"0","price":"191000","area":"552"} , +{"type":"Feature","id":"n34732680","geometry":{"type":"Point","coordinates":[-0.2556739,51.4805356]},"properties":{"@type":"node","@id":34732680,"@timestamp":1187342925},"coords":"51.4805356,-0.2556739","bedrooms":"2","price":"277000","area":"516"} , +{"type":"Feature","id":"n34734329","geometry":{"type":"Point","coordinates":[-0.0937308,51.0003134]},"properties":{"@type":"node","@id":34734329,"@timestamp":1189351689},"coords":"51.0003134,-0.0937308","bedrooms":"2","price":"296000","area":"369"} , +{"type":"Feature","id":"n34734356","geometry":{"type":"Point","coordinates":[-0.0816894,51.001696]},"properties":{"@type":"node","@id":34734356,"@timestamp":1187343544},"coords":"51.001696,-0.0816894","bedrooms":"3","price":"237000","area":"385"} , +{"type":"Feature","id":"n34772767","geometry":{"type":"Point","coordinates":[-0.7556271,51.5134993]},"properties":{"@type":"node","@id":34772767,"@timestamp":1187361386},"coords":"51.5134993,-0.7556271","bedrooms":"0","price":"213000","area":"493"} , +{"type":"Feature","id":"n34775380","geometry":{"type":"Point","coordinates":[-0.0627751,51.4409438]},"properties":{"@type":"node","@id":34775380,"@timestamp":1363456739},"coords":"51.4409438,-0.0627751","bedrooms":"3","price":"266000","area":"683"} , +{"type":"Feature","id":"n34775428","geometry":{"type":"Point","coordinates":[-0.0614596,51.4423758]},"properties":{"@type":"node","@id":34775428,"@timestamp":1363456740},"coords":"51.4423758,-0.0614596","bedrooms":"0","price":"206000","area":"526"} , +{"type":"Feature","id":"n34775455","geometry":{"type":"Point","coordinates":[-0.0615532,51.4423012]},"properties":{"@type":"node","@id":34775455,"@timestamp":1363456741},"coords":"51.4423012,-0.0615532","bedrooms":"1","price":"236000","area":"416"} , +{"type":"Feature","id":"n34775478","geometry":{"type":"Point","coordinates":[-0.0599089,51.4420738]},"properties":{"@type":"node","@id":34775478,"@timestamp":1187358526},"coords":"51.4420738,-0.0599089","bedrooms":"4","price":"194000","area":"400"} , +{"type":"Feature","id":"n34775491","geometry":{"type":"Point","coordinates":[-0.0598951,51.4417651]},"properties":{"@type":"node","@id":34775491,"@timestamp":1187358527},"coords":"51.4417651,-0.0598951","bedrooms":"4","price":"230000","area":"480"} , +{"type":"Feature","id":"n34775526","geometry":{"type":"Point","coordinates":[-0.0628839,51.4412576]},"properties":{"@type":"node","@id":34775526,"@timestamp":1363456741},"coords":"51.4412576,-0.0628839","bedrooms":"2","price":"224000","area":"413"} , +{"type":"Feature","id":"n34779547","geometry":{"type":"Point","coordinates":[-0.3135957,51.5041233]},"properties":{"@type":"node","@id":34779547,"@timestamp":1598035158},"coords":"51.5041233,-0.3135957","bedrooms":"4","price":"262000","area":"479"} , +{"type":"Feature","id":"n34781394","geometry":{"type":"Point","coordinates":[-0.0622471,51.4416595]},"properties":{"@type":"node","@id":34781394,"@timestamp":1363456743},"coords":"51.4416595,-0.0622471","bedrooms":"4","price":"273000","area":"502"} , +{"type":"Feature","id":"n34785695","geometry":{"type":"Point","coordinates":[-0.7574018,51.5139602]},"properties":{"@type":"node","@id":34785695,"@timestamp":1187362155},"coords":"51.5139602,-0.7574018","bedrooms":"1","price":"273000","area":"621"} , +{"type":"Feature","id":"n34787997","geometry":{"type":"Point","coordinates":[-0.7460207,51.5183137]},"properties":{"@type":"node","@id":34787997,"@timestamp":1187362859},"coords":"51.5183137,-0.7460207","bedrooms":"2","price":"194000","area":"529"} , +{"type":"Feature","id":"n34815474","geometry":{"type":"Point","coordinates":[-0.0086002,51.7598537]},"properties":{"@type":"node","@id":34815474,"@timestamp":1187375903},"coords":"51.7598537,-0.0086002","bedrooms":"0","price":"154000","area":"519"} , +{"type":"Feature","id":"n34816096","geometry":{"type":"Point","coordinates":[-0.3327311,51.4800084]},"properties":{"@type":"node","@id":34816096,"@timestamp":1187376638},"coords":"51.4800084,-0.3327311","bedrooms":"4","price":"295000","area":"464"} , +{"type":"Feature","id":"n34816132","geometry":{"type":"Point","coordinates":[-0.3219082,51.4785952]},"properties":{"@type":"node","@id":34816132,"@timestamp":1187376640},"coords":"51.4785952,-0.3219082","bedrooms":"0","price":"195000","area":"489"} , +{"type":"Feature","id":"n34816208","geometry":{"type":"Point","coordinates":[-0.3220953,51.4746956]},"properties":{"@type":"node","@id":34816208,"@timestamp":1187376644},"coords":"51.4746956,-0.3220953","bedrooms":"1","price":"297000","area":"612"} , +{"type":"Feature","id":"n34816324","geometry":{"type":"Point","coordinates":[-0.318957,51.4783518]},"properties":{"@type":"node","@id":34816324,"@timestamp":1187376653},"coords":"51.4783518,-0.318957","bedrooms":"0","price":"215000","area":"671"} , +{"type":"Feature","id":"n34816338","geometry":{"type":"Point","coordinates":[-0.3275235,51.4778464]},"properties":{"@type":"node","@id":34816338,"@timestamp":1187376654},"coords":"51.4778464,-0.3275235","bedrooms":"2","price":"263000","area":"637"} , +{"type":"Feature","id":"n34816348","geometry":{"type":"Point","coordinates":[-0.3272365,51.4787823]},"properties":{"@type":"node","@id":34816348,"@timestamp":1187376655},"coords":"51.4787823,-0.3272365","bedrooms":"3","price":"270000","area":"400"} , +{"type":"Feature","id":"n34816362","geometry":{"type":"Point","coordinates":[-0.3344679,51.4771164]},"properties":{"@type":"node","@id":34816362,"@timestamp":1187376656},"coords":"51.4771164,-0.3344679","bedrooms":"0","price":"178000","area":"366"} , +{"type":"Feature","id":"n34821329","geometry":{"type":"Point","coordinates":[-0.563443,51.230046]},"properties":{"@type":"node","@id":34821329,"@timestamp":1187382826},"coords":"51.230046,-0.563443","bedrooms":"2","price":"268000","area":"350"} , +{"type":"Feature","id":"n34827904","geometry":{"type":"Point","coordinates":[-0.6114893,51.2037824]},"properties":{"@type":"node","@id":34827904,"@timestamp":1187388715},"coords":"51.2037824,-0.6114893","bedrooms":"3","price":"208000","area":"496"} , +{"type":"Feature","id":"n34827919","geometry":{"type":"Point","coordinates":[-0.6102954,51.2041024]},"properties":{"@type":"node","@id":34827919,"@timestamp":1187388717},"coords":"51.2041024,-0.6102954","bedrooms":"4","price":"229000","area":"551"} , +{"type":"Feature","id":"n34827935","geometry":{"type":"Point","coordinates":[-0.6136842,51.2034712]},"properties":{"@type":"node","@id":34827935,"@timestamp":1187388719},"coords":"51.2034712,-0.6136842","bedrooms":"4","price":"242000","area":"632"} , +{"type":"Feature","id":"n34827950","geometry":{"type":"Point","coordinates":[-0.6088761,51.2045391]},"properties":{"@type":"node","@id":34827950,"@timestamp":1187388721},"coords":"51.2045391,-0.6088761","bedrooms":"0","price":"295000","area":"601"} , +{"type":"Feature","id":"n34827964","geometry":{"type":"Point","coordinates":[-0.6083553,51.2051975]},"properties":{"@type":"node","@id":34827964,"@timestamp":1187388722},"coords":"51.2051975,-0.6083553","bedrooms":"2","price":"271000","area":"600"} , +{"type":"Feature","id":"n34827989","geometry":{"type":"Point","coordinates":[-0.60595,51.2028953]},"properties":{"@type":"node","@id":34827989,"@timestamp":1187388725},"coords":"51.2028953,-0.60595","bedrooms":"4","price":"173000","area":"503"} , +{"type":"Feature","id":"n34909301","geometry":{"type":"Point","coordinates":[0.2996486,51.443629]},"properties":{"@type":"node","@id":34909301,"@timestamp":1424290845},"coords":"51.443629,0.2996486","bedrooms":"0","price":"241000","area":"436"} , +{"type":"Feature","id":"n34909918","geometry":{"type":"Point","coordinates":[0.2918927,51.4499004]},"properties":{"@type":"node","@id":34909918,"@timestamp":1601357821},"coords":"51.4499004,0.2918927","bedrooms":"4","price":"175000","area":"679"} , +{"type":"Feature","id":"n34911628","geometry":{"type":"Point","coordinates":[0.0202804,51.3988198]},"properties":{"@type":"node","@id":34911628,"@timestamp":1559867764},"coords":"51.3988198,0.0202804","bedrooms":"4","price":"186000","area":"502"} , +{"type":"Feature","id":"n34914374","geometry":{"type":"Point","coordinates":[-0.1117077,51.4465589]},"properties":{"@type":"node","@id":34914374,"@timestamp":1187435325},"coords":"51.4465589,-0.1117077","bedrooms":"2","price":"215000","area":"604"} , +{"type":"Feature","id":"n34915659","geometry":{"type":"Point","coordinates":[-0.0200977,51.7754419]},"properties":{"@type":"node","@id":34915659,"@timestamp":1187438187},"coords":"51.7754419,-0.0200977","bedrooms":"2","price":"203000","area":"453"} , +{"type":"Feature","id":"n34923139","geometry":{"type":"Point","coordinates":[-0.0846591,51.4601748]},"properties":{"@type":"node","@id":34923139,"@timestamp":1187446324},"coords":"51.4601748,-0.0846591","bedrooms":"2","price":"181000","area":"631"} , +{"type":"Feature","id":"n34923153","geometry":{"type":"Point","coordinates":[-0.0842899,51.4604202]},"properties":{"@type":"node","@id":34923153,"@timestamp":1187446326},"coords":"51.4604202,-0.0842899","bedrooms":"4","price":"265000","area":"505"} , +{"type":"Feature","id":"n34923167","geometry":{"type":"Point","coordinates":[-0.0812987,51.4620668]},"properties":{"@type":"node","@id":34923167,"@timestamp":1187446328},"coords":"51.4620668,-0.0812987","bedrooms":"0","price":"284000","area":"654"} , +{"type":"Feature","id":"n34937040","geometry":{"type":"Point","coordinates":[0.24656,51.4348754]},"properties":{"@type":"node","@id":34937040,"@timestamp":1615382720},"coords":"51.4348754,0.24656","bedrooms":"4","price":"250000","area":"556"} , +{"type":"Feature","id":"n34949162","geometry":{"type":"Point","coordinates":[0.2307341,51.4239659]},"properties":{"@type":"node","@id":34949162,"@timestamp":1627842576},"coords":"51.4239659,0.2307341","bedrooms":"0","price":"249000","area":"634"} , +{"type":"Feature","id":"n34959482","geometry":{"type":"Point","coordinates":[-0.1766822,51.1858245]},"properties":{"@type":"node","@id":34959482,"@timestamp":1187460263},"coords":"51.1858245,-0.1766822","bedrooms":"2","price":"183000","area":"551"} , +{"type":"Feature","id":"n34960560","geometry":{"type":"Point","coordinates":[0.2594706,51.4200872]},"properties":{"@type":"node","@id":34960560,"@timestamp":1560851588},"coords":"51.4200872,0.2594706","bedrooms":"3","price":"286000","area":"436"} , +{"type":"Feature","id":"n34964401","geometry":{"type":"Point","coordinates":[0.0558047,51.395567]},"properties":{"@type":"node","@id":34964401,"@timestamp":1564916373},"coords":"51.395567,0.0558047","bedrooms":"4","price":"183000","area":"405"} , +{"type":"Feature","id":"n34966324","geometry":{"type":"Point","coordinates":[-0.1850967,51.8288575]},"properties":{"@type":"node","@id":34966324,"@timestamp":1187467775},"coords":"51.8288575,-0.1850967","bedrooms":"2","price":"186000","area":"652"} , +{"type":"Feature","id":"n34966427","geometry":{"type":"Point","coordinates":[-0.2113228,51.8406041]},"properties":{"@type":"node","@id":34966427,"@timestamp":1187468029},"coords":"51.8406041,-0.2113228","bedrooms":"0","price":"217000","area":"429"} , +{"type":"Feature","id":"n34966443","geometry":{"type":"Point","coordinates":[-0.2178751,51.8371492]},"properties":{"@type":"node","@id":34966443,"@timestamp":1187468037},"coords":"51.8371492,-0.2178751","bedrooms":"2","price":"268000","area":"468"} , +{"type":"Feature","id":"n34966487","geometry":{"type":"Point","coordinates":[-0.1936371,51.8512048]},"properties":{"@type":"node","@id":34966487,"@timestamp":1215958212},"coords":"51.8512048,-0.1936371","bedrooms":"2","price":"258000","area":"518"} , +{"type":"Feature","id":"n34973585","geometry":{"type":"Point","coordinates":[-0.1807297,51.1823304]},"properties":{"@type":"node","@id":34973585,"@timestamp":1187476106},"coords":"51.1823304,-0.1807297","bedrooms":"0","price":"195000","area":"688"} , +{"type":"Feature","id":"n34973596","geometry":{"type":"Point","coordinates":[-0.1801292,51.1817674]},"properties":{"@type":"node","@id":34973596,"@timestamp":1187476107},"coords":"51.1817674,-0.1801292","bedrooms":"4","price":"190000","area":"503"} , +{"type":"Feature","id":"n34973607","geometry":{"type":"Point","coordinates":[-0.182492,51.1812396]},"properties":{"@type":"node","@id":34973607,"@timestamp":1187476108},"coords":"51.1812396,-0.182492","bedrooms":"0","price":"176000","area":"368"} , +{"type":"Feature","id":"n34973621","geometry":{"type":"Point","coordinates":[-0.1821634,51.1791531]},"properties":{"@type":"node","@id":34973621,"@timestamp":1187476110},"coords":"51.1791531,-0.1821634","bedrooms":"3","price":"266000","area":"455"} , +{"type":"Feature","id":"n34973646","geometry":{"type":"Point","coordinates":[-0.1788753,51.1790289]},"properties":{"@type":"node","@id":34973646,"@timestamp":1187476113},"coords":"51.1790289,-0.1788753","bedrooms":"1","price":"274000","area":"511"} , +{"type":"Feature","id":"n34973667","geometry":{"type":"Point","coordinates":[-0.1820359,51.1778701]},"properties":{"@type":"node","@id":34973667,"@timestamp":1187476115},"coords":"51.1778701,-0.1820359","bedrooms":"4","price":"293000","area":"472"} , +{"type":"Feature","id":"n34973701","geometry":{"type":"Point","coordinates":[-0.1903584,51.2000893]},"properties":{"@type":"node","@id":34973701,"@timestamp":1187476118},"coords":"51.2000893,-0.1903584","bedrooms":"1","price":"225000","area":"392"} , +{"type":"Feature","id":"n35111736","geometry":{"type":"Point","coordinates":[0.2179285,51.4686572]},"properties":{"@type":"node","@id":35111736,"@timestamp":1374397188},"coords":"51.4686572,0.2179285","bedrooms":"2","price":"165000","area":"522"} , +{"type":"Feature","id":"n35118812","geometry":{"type":"Point","coordinates":[0.2269739,51.4525079]},"properties":{"@type":"node","@id":35118812,"@timestamp":1619302591},"coords":"51.4525079,0.2269739","bedrooms":"2","price":"263000","area":"606"} , +{"type":"Feature","id":"n35120464","geometry":{"type":"Point","coordinates":[-0.0322163,51.488755]},"properties":{"@type":"node","@id":35120464,"@timestamp":1194378087},"coords":"51.488755,-0.0322163","bedrooms":"2","price":"174000","area":"546"} , +{"type":"Feature","id":"n35121788","geometry":{"type":"Point","coordinates":[-0.0093901,51.4834749]},"properties":{"@type":"node","@id":35121788,"@timestamp":1491263688},"coords":"51.4834749,-0.0093901","bedrooms":"2","price":"277000","area":"656"} , +{"type":"Feature","id":"n35127197","geometry":{"type":"Point","coordinates":[-0.0843899,51.4577565]},"properties":{"@type":"node","@id":35127197,"@timestamp":1240315394},"coords":"51.4577565,-0.0843899","bedrooms":"0","price":"166000","area":"583"} , +{"type":"Feature","id":"n35127811","geometry":{"type":"Point","coordinates":[0.070581,51.4951703]},"properties":{"@type":"node","@id":35127811,"@timestamp":1636280262},"coords":"51.4951703,0.070581","bedrooms":"1","price":"214000","area":"531"} , +{"type":"Feature","id":"n35128985","geometry":{"type":"Point","coordinates":[0.1153152,51.5104199]},"properties":{"@type":"node","@id":35128985,"@timestamp":1187529598},"coords":"51.5104199,0.1153152","bedrooms":"1","price":"183000","area":"652"} , +{"type":"Feature","id":"n35130340","geometry":{"type":"Point","coordinates":[0.164546,51.5043961]},"properties":{"@type":"node","@id":35130340,"@timestamp":1603925276},"coords":"51.5043961,0.164546","bedrooms":"1","price":"254000","area":"689"} , +{"type":"Feature","id":"n35132873","geometry":{"type":"Point","coordinates":[0.1966268,51.4767628]},"properties":{"@type":"node","@id":35132873,"@timestamp":1374427822},"coords":"51.4767628,0.1966268","bedrooms":"4","price":"252000","area":"486"} , +{"type":"Feature","id":"n35133070","geometry":{"type":"Point","coordinates":[0.2013462,51.4690008]},"properties":{"@type":"node","@id":35133070,"@timestamp":1187533574},"coords":"51.4690008,0.2013462","bedrooms":"0","price":"251000","area":"417"} , +{"type":"Feature","id":"n35133189","geometry":{"type":"Point","coordinates":[0.1969514,51.4677081]},"properties":{"@type":"node","@id":35133189,"@timestamp":1187533711},"coords":"51.4677081,0.1969514","bedrooms":"4","price":"209000","area":"598"} , +{"type":"Feature","id":"n35133896","geometry":{"type":"Point","coordinates":[0.1958861,51.4722753]},"properties":{"@type":"node","@id":35133896,"@timestamp":1374409265},"coords":"51.4722753,0.1958861","bedrooms":"3","price":"150000","area":"511"} , +{"type":"Feature","id":"n35149721","geometry":{"type":"Point","coordinates":[0.3191642,51.4236871]},"properties":{"@type":"node","@id":35149721,"@timestamp":1563609589},"coords":"51.4236871,0.3191642","bedrooms":"3","price":"294000","area":"534"} , +{"type":"Feature","id":"n35161850","geometry":{"type":"Point","coordinates":[-0.2062339,51.2607719]},"properties":{"@type":"node","@id":35161850,"@timestamp":1187542429},"coords":"51.2607719,-0.2062339","bedrooms":"0","price":"196000","area":"645"} , +{"type":"Feature","id":"n35161881","geometry":{"type":"Point","coordinates":[-0.2196337,51.2604436]},"properties":{"@type":"node","@id":35161881,"@timestamp":1187542431},"coords":"51.2604436,-0.2196337","bedrooms":"0","price":"179000","area":"424"} , +{"type":"Feature","id":"n35161906","geometry":{"type":"Point","coordinates":[-0.2258626,51.259542]},"properties":{"@type":"node","@id":35161906,"@timestamp":1187542432},"coords":"51.259542,-0.2258626","bedrooms":"4","price":"185000","area":"583"} , +{"type":"Feature","id":"n35161920","geometry":{"type":"Point","coordinates":[-0.2233209,51.2584319]},"properties":{"@type":"node","@id":35161920,"@timestamp":1187542433},"coords":"51.2584319,-0.2233209","bedrooms":"0","price":"286000","area":"528"} , +{"type":"Feature","id":"n35162347","geometry":{"type":"Point","coordinates":[0.3302172,51.4271623]},"properties":{"@type":"node","@id":35162347,"@timestamp":1187542505},"coords":"51.4271623,0.3302172","bedrooms":"3","price":"171000","area":"552"} , +{"type":"Feature","id":"n35162366","geometry":{"type":"Point","coordinates":[0.3227227,51.4305732]},"properties":{"@type":"node","@id":35162366,"@timestamp":1187542506},"coords":"51.4305732,0.3227227","bedrooms":"1","price":"298000","area":"448"} , +{"type":"Feature","id":"n35162392","geometry":{"type":"Point","coordinates":[0.3203327,51.4317801]},"properties":{"@type":"node","@id":35162392,"@timestamp":1187542507},"coords":"51.4317801,0.3203327","bedrooms":"2","price":"150000","area":"365"} , +{"type":"Feature","id":"n35169225","geometry":{"type":"Point","coordinates":[-0.0840347,51.4571713]},"properties":{"@type":"node","@id":35169225,"@timestamp":1187543243},"coords":"51.4571713,-0.0840347","bedrooms":"1","price":"198000","area":"382"} , +{"type":"Feature","id":"n35173166","geometry":{"type":"Point","coordinates":[0.2756871,51.434576]},"properties":{"@type":"node","@id":35173166,"@timestamp":1187543608},"coords":"51.434576,0.2756871","bedrooms":"3","price":"185000","area":"372"} , +{"type":"Feature","id":"n35175771","geometry":{"type":"Point","coordinates":[0.2609101,51.4372716]},"properties":{"@type":"node","@id":35175771,"@timestamp":1187543972},"coords":"51.4372716,0.2609101","bedrooms":"2","price":"262000","area":"403"} , +{"type":"Feature","id":"n35179899","geometry":{"type":"Point","coordinates":[-0.2118176,51.5353572]},"properties":{"@type":"node","@id":35179899,"@timestamp":1187544686},"coords":"51.5353572,-0.2118176","bedrooms":"4","price":"154000","area":"624"} , +{"type":"Feature","id":"n35181822","geometry":{"type":"Point","coordinates":[0.2953438,51.4440295]},"properties":{"@type":"node","@id":35181822,"@timestamp":1187546964},"coords":"51.4440295,0.2953438","bedrooms":"0","price":"169000","area":"671"} , +{"type":"Feature","id":"n35181833","geometry":{"type":"Point","coordinates":[0.2923784,51.4438931]},"properties":{"@type":"node","@id":35181833,"@timestamp":1187546965},"coords":"51.4438931,0.2923784","bedrooms":"0","price":"274000","area":"583"} , +{"type":"Feature","id":"n35182820","geometry":{"type":"Point","coordinates":[0.2817378,51.4434543]},"properties":{"@type":"node","@id":35182820,"@timestamp":1187547527},"coords":"51.4434543,0.2817378","bedrooms":"0","price":"273000","area":"676"} , +{"type":"Feature","id":"n35182953","geometry":{"type":"Point","coordinates":[0.281814,51.4450397]},"properties":{"@type":"node","@id":35182953,"@timestamp":1187547604},"coords":"51.4450397,0.281814","bedrooms":"4","price":"214000","area":"603"} , +{"type":"Feature","id":"n35183995","geometry":{"type":"Point","coordinates":[0.2796926,51.4488591]},"properties":{"@type":"node","@id":35183995,"@timestamp":1187548041},"coords":"51.4488591,0.2796926","bedrooms":"4","price":"266000","area":"653"} , +{"type":"Feature","id":"n35184012","geometry":{"type":"Point","coordinates":[0.2802162,51.4478303]},"properties":{"@type":"node","@id":35184012,"@timestamp":1187548042},"coords":"51.4478303,0.2802162","bedrooms":"2","price":"224000","area":"638"} , +{"type":"Feature","id":"n35186932","geometry":{"type":"Point","coordinates":[0.844309,51.0818155]},"properties":{"@type":"node","@id":35186932,"@timestamp":1216847257},"coords":"51.0818155,0.844309","bedrooms":"0","price":"186000","area":"357"} , +{"type":"Feature","id":"n35187434","geometry":{"type":"Point","coordinates":[0.8795985,51.0869014]},"properties":{"@type":"node","@id":35187434,"@timestamp":1187549218},"coords":"51.0869014,0.8795985","bedrooms":"3","price":"279000","area":"418"} , +{"type":"Feature","id":"n35189228","geometry":{"type":"Point","coordinates":[0.8955975,51.0921169]},"properties":{"@type":"node","@id":35189228,"@timestamp":1187549744},"coords":"51.0921169,0.8955975","bedrooms":"4","price":"194000","area":"557"} , +{"type":"Feature","id":"n35196373","geometry":{"type":"Point","coordinates":[0.5342663,51.3984064]},"properties":{"@type":"node","@id":35196373,"@timestamp":1187551627},"coords":"51.3984064,0.5342663","bedrooms":"4","price":"171000","area":"622"} , +{"type":"Feature","id":"n35198014","geometry":{"type":"Point","coordinates":[0.5368279,51.400381]},"properties":{"@type":"node","@id":35198014,"@timestamp":1197307281},"coords":"51.400381,0.5368279","bedrooms":"1","price":"271000","area":"478"} , +{"type":"Feature","id":"n35199003","geometry":{"type":"Point","coordinates":[0.5526604,51.3951688]},"properties":{"@type":"node","@id":35199003,"@timestamp":1187552396},"coords":"51.3951688,0.5526604","bedrooms":"0","price":"194000","area":"445"} , +{"type":"Feature","id":"n35199453","geometry":{"type":"Point","coordinates":[0.5603362,51.3939425]},"properties":{"@type":"node","@id":35199453,"@timestamp":1187552509},"coords":"51.3939425,0.5603362","bedrooms":"3","price":"233000","area":"497"} , +{"type":"Feature","id":"n35200807","geometry":{"type":"Point","coordinates":[0.5742569,51.3908759]},"properties":{"@type":"node","@id":35200807,"@timestamp":1187552940},"coords":"51.3908759,0.5742569","bedrooms":"0","price":"188000","area":"572"} , +{"type":"Feature","id":"n35201577","geometry":{"type":"Point","coordinates":[0.5772251,51.3891128]},"properties":{"@type":"node","@id":35201577,"@timestamp":1593793361},"coords":"51.3891128,0.5772251","bedrooms":"2","price":"298000","area":"690"} , +{"type":"Feature","id":"n35202896","geometry":{"type":"Point","coordinates":[0.5842708,51.3900685]},"properties":{"@type":"node","@id":35202896,"@timestamp":1187553526},"coords":"51.3900685,0.5842708","bedrooms":"0","price":"199000","area":"680"} , +{"type":"Feature","id":"n35203481","geometry":{"type":"Point","coordinates":[0.5864562,51.390741]},"properties":{"@type":"node","@id":35203481,"@timestamp":1187553742},"coords":"51.390741,0.5864562","bedrooms":"2","price":"214000","area":"697"} , +{"type":"Feature","id":"n35203535","geometry":{"type":"Point","coordinates":[0.5917762,51.390296]},"properties":{"@type":"node","@id":35203535,"@timestamp":1187553744},"coords":"51.390296,0.5917762","bedrooms":"2","price":"268000","area":"391"} , +{"type":"Feature","id":"n35203560","geometry":{"type":"Point","coordinates":[0.5924981,51.3887138]},"properties":{"@type":"node","@id":35203560,"@timestamp":1187553746},"coords":"51.3887138,0.5924981","bedrooms":"0","price":"277000","area":"641"} , +{"type":"Feature","id":"n35203582","geometry":{"type":"Point","coordinates":[0.5935957,51.3867559]},"properties":{"@type":"node","@id":35203582,"@timestamp":1187553748},"coords":"51.3867559,0.5935957","bedrooms":"2","price":"172000","area":"361"} , +{"type":"Feature","id":"n35203605","geometry":{"type":"Point","coordinates":[0.5954102,51.3859203]},"properties":{"@type":"node","@id":35203605,"@timestamp":1187553753},"coords":"51.3859203,0.5954102","bedrooms":"3","price":"188000","area":"633"} , +{"type":"Feature","id":"n35206772","geometry":{"type":"Point","coordinates":[0.6309816,51.3676936]},"properties":{"@type":"node","@id":35206772,"@timestamp":1187554663},"coords":"51.3676936,0.6309816","bedrooms":"1","price":"227000","area":"601"} , +{"type":"Feature","id":"n35207460","geometry":{"type":"Point","coordinates":[0.6456251,51.3653285]},"properties":{"@type":"node","@id":35207460,"@timestamp":1187554899},"coords":"51.3653285,0.6456251","bedrooms":"1","price":"298000","area":"553"} , +{"type":"Feature","id":"n35210740","geometry":{"type":"Point","coordinates":[-1.0558993,50.9537353]},"properties":{"@type":"node","@id":35210740,"@timestamp":1212341777},"coords":"50.9537353,-1.0558993","bedrooms":"3","price":"198000","area":"400"} , +{"type":"Feature","id":"n35212505","geometry":{"type":"Point","coordinates":[-0.325786,51.5501792]},"properties":{"@type":"node","@id":35212505,"@timestamp":1187556322},"coords":"51.5501792,-0.325786","bedrooms":"1","price":"239000","area":"438"} , +{"type":"Feature","id":"n35212585","geometry":{"type":"Point","coordinates":[-0.3262281,51.543538]},"properties":{"@type":"node","@id":35212585,"@timestamp":1367782337},"coords":"51.543538,-0.3262281","bedrooms":"2","price":"231000","area":"594"} , +{"type":"Feature","id":"n35212651","geometry":{"type":"Point","coordinates":[-0.3417263,51.5443637]},"properties":{"@type":"node","@id":35212651,"@timestamp":1187556346},"coords":"51.5443637,-0.3417263","bedrooms":"0","price":"236000","area":"494"} , +{"type":"Feature","id":"n35214166","geometry":{"type":"Point","coordinates":[-0.3407354,51.5440989]},"properties":{"@type":"node","@id":35214166,"@timestamp":1187556858},"coords":"51.5440989,-0.3407354","bedrooms":"2","price":"263000","area":"514"} , +{"type":"Feature","id":"n35214180","geometry":{"type":"Point","coordinates":[-0.3409341,51.5444825]},"properties":{"@type":"node","@id":35214180,"@timestamp":1187556860},"coords":"51.5444825,-0.3409341","bedrooms":"2","price":"285000","area":"407"} , +{"type":"Feature","id":"n35216214","geometry":{"type":"Point","coordinates":[-1.0844404,50.9514471]},"properties":{"@type":"node","@id":35216214,"@timestamp":1187557502},"coords":"50.9514471,-1.0844404","bedrooms":"2","price":"234000","area":"538"} , +{"type":"Feature","id":"n35217427","geometry":{"type":"Point","coordinates":[-0.3546119,51.5685284]},"properties":{"@type":"node","@id":35217427,"@timestamp":1187557904},"coords":"51.5685284,-0.3546119","bedrooms":"4","price":"281000","area":"391"} , +{"type":"Feature","id":"n35219351","geometry":{"type":"Point","coordinates":[-0.3244433,51.5429227]},"properties":{"@type":"node","@id":35219351,"@timestamp":1187558343},"coords":"51.5429227,-0.3244433","bedrooms":"2","price":"200000","area":"363"} , +{"type":"Feature","id":"n35267332","geometry":{"type":"Point","coordinates":[-0.1444568,51.1092278]},"properties":{"@type":"node","@id":35267332,"@timestamp":1199999556},"coords":"51.1092278,-0.1444568","bedrooms":"4","price":"153000","area":"415"} , +{"type":"Feature","id":"n35294569","geometry":{"type":"Point","coordinates":[0.659971,51.3646211]},"properties":{"@type":"node","@id":35294569,"@timestamp":1187607783},"coords":"51.3646211,0.659971","bedrooms":"4","price":"161000","area":"604"} , +{"type":"Feature","id":"n35294579","geometry":{"type":"Point","coordinates":[0.6623541,51.3624262]},"properties":{"@type":"node","@id":35294579,"@timestamp":1187607787},"coords":"51.3624262,0.6623541","bedrooms":"4","price":"179000","area":"497"} , +{"type":"Feature","id":"n35295074","geometry":{"type":"Point","coordinates":[0.739448,51.3731073]},"properties":{"@type":"node","@id":35295074,"@timestamp":1567289741},"coords":"51.3731073,0.739448","bedrooms":"4","price":"278000","area":"486"} , +{"type":"Feature","id":"n35295524","geometry":{"type":"Point","coordinates":[0.7243551,51.3620467]},"properties":{"@type":"node","@id":35295524,"@timestamp":1492080253},"coords":"51.3620467,0.7243551","bedrooms":"1","price":"168000","area":"693"} , +{"type":"Feature","id":"n35298330","geometry":{"type":"Point","coordinates":[0.7415179,51.3418737]},"properties":{"@type":"node","@id":35298330,"@timestamp":1187612446},"coords":"51.3418737,0.7415179","bedrooms":"4","price":"294000","area":"633"} , +{"type":"Feature","id":"n35299603","geometry":{"type":"Point","coordinates":[0.896432,51.3143532]},"properties":{"@type":"node","@id":35299603,"@timestamp":1234264509},"coords":"51.3143532,0.896432","bedrooms":"2","price":"231000","area":"584"} , +{"type":"Feature","id":"n35327969","geometry":{"type":"Point","coordinates":[-0.1727666,51.2959204]},"properties":{"@type":"node","@id":35327969,"@timestamp":1187631670},"coords":"51.2959204,-0.1727666","bedrooms":"1","price":"150000","area":"634"} , +{"type":"Feature","id":"n35334562","geometry":{"type":"Point","coordinates":[-1.1154213,50.9945584]},"properties":{"@type":"node","@id":35334562,"@timestamp":1187638880},"coords":"50.9945584,-1.1154213","bedrooms":"3","price":"211000","area":"438"} , +{"type":"Feature","id":"n35340351","geometry":{"type":"Point","coordinates":[-0.0890509,51.5381174]},"properties":{"@type":"node","@id":35340351,"@timestamp":1187642853},"coords":"51.5381174,-0.0890509","bedrooms":"4","price":"291000","area":"675"} , +{"type":"Feature","id":"n35349173","geometry":{"type":"Point","coordinates":[0.2168257,51.4467989]},"properties":{"@type":"node","@id":35349173,"@timestamp":1309649561},"coords":"51.4467989,0.2168257","bedrooms":"1","price":"150000","area":"378"} , +{"type":"Feature","id":"n35351863","geometry":{"type":"Point","coordinates":[-0.3569609,51.4823206]},"properties":{"@type":"node","@id":35351863,"@timestamp":1187650808},"coords":"51.4823206,-0.3569609","bedrooms":"4","price":"298000","area":"647"} , +{"type":"Feature","id":"n35351893","geometry":{"type":"Point","coordinates":[-0.3521522,51.4798903]},"properties":{"@type":"node","@id":35351893,"@timestamp":1187650810},"coords":"51.4798903,-0.3521522","bedrooms":"2","price":"295000","area":"630"} , +{"type":"Feature","id":"n35351906","geometry":{"type":"Point","coordinates":[-0.3492384,51.4806328]},"properties":{"@type":"node","@id":35351906,"@timestamp":1187650812},"coords":"51.4806328,-0.3492384","bedrooms":"3","price":"198000","area":"490"} , +{"type":"Feature","id":"n35351928","geometry":{"type":"Point","coordinates":[-0.3410899,51.4835652]},"properties":{"@type":"node","@id":35351928,"@timestamp":1187650814},"coords":"51.4835652,-0.3410899","bedrooms":"0","price":"212000","area":"664"} , +{"type":"Feature","id":"n35351967","geometry":{"type":"Point","coordinates":[-0.3717623,51.4849223]},"properties":{"@type":"node","@id":35351967,"@timestamp":1187650817},"coords":"51.4849223,-0.3717623","bedrooms":"0","price":"172000","area":"361"} , +{"type":"Feature","id":"n35360225","geometry":{"type":"Point","coordinates":[-0.0517474,51.5624442]},"properties":{"@type":"node","@id":35360225,"@timestamp":1187656164},"coords":"51.5624442,-0.0517474","bedrooms":"3","price":"201000","area":"643"} , +{"type":"Feature","id":"n35360251","geometry":{"type":"Point","coordinates":[-0.0617051,51.5606913]},"properties":{"@type":"node","@id":35360251,"@timestamp":1187656167},"coords":"51.5606913,-0.0617051","bedrooms":"0","price":"188000","area":"565"} , +{"type":"Feature","id":"n35418388","geometry":{"type":"Point","coordinates":[0.3025487,51.498685]},"properties":{"@type":"node","@id":35418388,"@timestamp":1193169967},"coords":"51.498685,0.3025487","bedrooms":"2","price":"228000","area":"480"} , +{"type":"Feature","id":"n35421253","geometry":{"type":"Point","coordinates":[0.2821321,51.5159549]},"properties":{"@type":"node","@id":35421253,"@timestamp":1196205686},"coords":"51.5159549,0.2821321","bedrooms":"3","price":"176000","area":"494"} , +{"type":"Feature","id":"n35444536","geometry":{"type":"Point","coordinates":[-0.077149,51.0181089]},"properties":{"@type":"node","@id":35444536,"@timestamp":1187695688},"coords":"51.0181089,-0.077149","bedrooms":"4","price":"232000","area":"359"} , +{"type":"Feature","id":"n35444551","geometry":{"type":"Point","coordinates":[-0.0797935,51.0214205]},"properties":{"@type":"node","@id":35444551,"@timestamp":1187695691},"coords":"51.0214205,-0.0797935","bedrooms":"3","price":"179000","area":"398"} , +{"type":"Feature","id":"n35444570","geometry":{"type":"Point","coordinates":[-0.0727172,51.0212495]},"properties":{"@type":"node","@id":35444570,"@timestamp":1187695692},"coords":"51.0212495,-0.0727172","bedrooms":"2","price":"215000","area":"362"} , +{"type":"Feature","id":"n35444596","geometry":{"type":"Point","coordinates":[-0.0651574,51.0236384]},"properties":{"@type":"node","@id":35444596,"@timestamp":1187695697},"coords":"51.0236384,-0.0651574","bedrooms":"0","price":"245000","area":"381"} , +{"type":"Feature","id":"n35444616","geometry":{"type":"Point","coordinates":[-0.0660545,51.0232034]},"properties":{"@type":"node","@id":35444616,"@timestamp":1187695701},"coords":"51.0232034,-0.0660545","bedrooms":"1","price":"156000","area":"417"} , +{"type":"Feature","id":"n35444639","geometry":{"type":"Point","coordinates":[-0.0451067,51.0160602]},"properties":{"@type":"node","@id":35444639,"@timestamp":1187695706},"coords":"51.0160602,-0.0451067","bedrooms":"2","price":"186000","area":"551"} , +{"type":"Feature","id":"n35450095","geometry":{"type":"Point","coordinates":[-0.0889085,50.9923397]},"properties":{"@type":"node","@id":35450095,"@timestamp":1191009471},"coords":"50.9923397,-0.0889085","bedrooms":"4","price":"298000","area":"541"} , +{"type":"Feature","id":"n35450116","geometry":{"type":"Point","coordinates":[-0.079771,51.000535]},"properties":{"@type":"node","@id":35450116,"@timestamp":1187698106},"coords":"51.000535,-0.079771","bedrooms":"0","price":"235000","area":"667"} , +{"type":"Feature","id":"n35450138","geometry":{"type":"Point","coordinates":[-0.0784035,50.999561]},"properties":{"@type":"node","@id":35450138,"@timestamp":1187698109},"coords":"50.999561,-0.0784035","bedrooms":"0","price":"172000","area":"412"} , +{"type":"Feature","id":"n35450151","geometry":{"type":"Point","coordinates":[-0.0763078,50.9980117]},"properties":{"@type":"node","@id":35450151,"@timestamp":1187698110},"coords":"50.9980117,-0.0763078","bedrooms":"1","price":"285000","area":"497"} , +{"type":"Feature","id":"n35450169","geometry":{"type":"Point","coordinates":[-0.0695453,50.9986993]},"properties":{"@type":"node","@id":35450169,"@timestamp":1187698112},"coords":"50.9986993,-0.0695453","bedrooms":"3","price":"290000","area":"661"} , +{"type":"Feature","id":"n35450190","geometry":{"type":"Point","coordinates":[-0.0834772,51.010661]},"properties":{"@type":"node","@id":35450190,"@timestamp":1190736483},"coords":"51.010661,-0.0834772","bedrooms":"2","price":"279000","area":"571"} , +{"type":"Feature","id":"n35468723","geometry":{"type":"Point","coordinates":[-0.3102512,51.5063128]},"properties":{"@type":"node","@id":35468723,"@timestamp":1191175131},"coords":"51.5063128,-0.3102512","bedrooms":"2","price":"248000","area":"460"} , +{"type":"Feature","id":"n35496986","geometry":{"type":"Point","coordinates":[0.2089903,51.4273837]},"properties":{"@type":"node","@id":35496986,"@timestamp":1595160345},"coords":"51.4273837,0.2089903","bedrooms":"0","price":"211000","area":"457"} , +{"type":"Feature","id":"n35497476","geometry":{"type":"Point","coordinates":[-0.4760986,51.008436]},"properties":{"@type":"node","@id":35497476,"@timestamp":1187723051},"coords":"51.008436,-0.4760986","bedrooms":"2","price":"223000","area":"491"} , +{"type":"Feature","id":"n35497489","geometry":{"type":"Point","coordinates":[-0.4725122,51.0190997]},"properties":{"@type":"node","@id":35497489,"@timestamp":1187723056},"coords":"51.0190997,-0.4725122","bedrooms":"4","price":"193000","area":"434"} , +{"type":"Feature","id":"n35497537","geometry":{"type":"Point","coordinates":[-0.4717406,50.9983265]},"properties":{"@type":"node","@id":35497537,"@timestamp":1187723259},"coords":"50.9983265,-0.4717406","bedrooms":"4","price":"155000","area":"489"} , +{"type":"Feature","id":"n35497831","geometry":{"type":"Point","coordinates":[0.1980389,51.4277886]},"properties":{"@type":"node","@id":35497831,"@timestamp":1237036414},"coords":"51.4277886,0.1980389","bedrooms":"2","price":"167000","area":"648"} , +{"type":"Feature","id":"n35497896","geometry":{"type":"Point","coordinates":[-0.5089142,50.9788934]},"properties":{"@type":"node","@id":35497896,"@timestamp":1187723849},"coords":"50.9788934,-0.5089142","bedrooms":"1","price":"299000","area":"391"} , +{"type":"Feature","id":"n35497906","geometry":{"type":"Point","coordinates":[-0.515809,50.9812194]},"properties":{"@type":"node","@id":35497906,"@timestamp":1187723850},"coords":"50.9812194,-0.515809","bedrooms":"2","price":"236000","area":"679"} , +{"type":"Feature","id":"n35497916","geometry":{"type":"Point","coordinates":[-0.5117593,50.9863207]},"properties":{"@type":"node","@id":35497916,"@timestamp":1187723852},"coords":"50.9863207,-0.5117593","bedrooms":"0","price":"169000","area":"649"} , +{"type":"Feature","id":"n35498256","geometry":{"type":"Point","coordinates":[-0.50379,50.9679419]},"properties":{"@type":"node","@id":35498256,"@timestamp":1187724137},"coords":"50.9679419,-0.50379","bedrooms":"1","price":"159000","area":"495"} , +{"type":"Feature","id":"n35498688","geometry":{"type":"Point","coordinates":[-0.5034289,50.962139]},"properties":{"@type":"node","@id":35498688,"@timestamp":1187724730},"coords":"50.962139,-0.5034289","bedrooms":"1","price":"226000","area":"555"} , +{"type":"Feature","id":"n35498713","geometry":{"type":"Point","coordinates":[-0.4990506,50.959229]},"properties":{"@type":"node","@id":35498713,"@timestamp":1189351376},"coords":"50.959229,-0.4990506","bedrooms":"1","price":"155000","area":"381"} , +{"type":"Feature","id":"n35498963","geometry":{"type":"Point","coordinates":[0.1808374,51.4438056]},"properties":{"@type":"node","@id":35498963,"@timestamp":1569938847},"coords":"51.4438056,0.1808374","bedrooms":"1","price":"199000","area":"534"} , +{"type":"Feature","id":"n35525573","geometry":{"type":"Point","coordinates":[-0.1197287,51.3703527]},"properties":{"@type":"node","@id":35525573,"@timestamp":1366931541},"coords":"51.3703527,-0.1197287","bedrooms":"2","price":"171000","area":"396"} , +{"type":"Feature","id":"n35537097","geometry":{"type":"Point","coordinates":[-0.1323687,51.3707377]},"properties":{"@type":"node","@id":35537097,"@timestamp":1540833024},"coords":"51.3707377,-0.1323687","bedrooms":"4","price":"159000","area":"625"} , +{"type":"Feature","id":"n35539033","geometry":{"type":"Point","coordinates":[-0.1450855,51.3766393]},"properties":{"@type":"node","@id":35539033,"@timestamp":1187749867},"coords":"51.3766393,-0.1450855","bedrooms":"3","price":"292000","area":"679"} , +{"type":"Feature","id":"n35539047","geometry":{"type":"Point","coordinates":[-0.1405247,51.376044]},"properties":{"@type":"node","@id":35539047,"@timestamp":1187749868},"coords":"51.376044,-0.1405247","bedrooms":"3","price":"263000","area":"671"} , +{"type":"Feature","id":"n35544370","geometry":{"type":"Point","coordinates":[-0.1542762,51.3751828]},"properties":{"@type":"node","@id":35544370,"@timestamp":1542566407},"coords":"51.3751828,-0.1542762","bedrooms":"1","price":"250000","area":"382"} , +{"type":"Feature","id":"n35613063","geometry":{"type":"Point","coordinates":[-0.5444978,51.2342149]},"properties":{"@type":"node","@id":35613063,"@timestamp":1187779419},"coords":"51.2342149,-0.5444978","bedrooms":"4","price":"174000","area":"534"} , +{"type":"Feature","id":"n35613076","geometry":{"type":"Point","coordinates":[-0.5414582,51.2340531]},"properties":{"@type":"node","@id":35613076,"@timestamp":1187779420},"coords":"51.2340531,-0.5414582","bedrooms":"0","price":"169000","area":"522"} , +{"type":"Feature","id":"n35678542","geometry":{"type":"Point","coordinates":[-0.458969,51.1300757]},"properties":{"@type":"node","@id":35678542,"@timestamp":1187811212},"coords":"51.1300757,-0.458969","bedrooms":"1","price":"197000","area":"490"} , +{"type":"Feature","id":"n35738870","geometry":{"type":"Point","coordinates":[-0.3431646,51.0359021]},"properties":{"@type":"node","@id":35738870,"@timestamp":1242927053},"coords":"51.0359021,-0.3431646","bedrooms":"0","price":"251000","area":"529"} , +{"type":"Feature","id":"n35783688","geometry":{"type":"Point","coordinates":[-0.3209715,51.5127132]},"properties":{"@type":"node","@id":35783688,"@timestamp":1205053121},"coords":"51.5127132,-0.3209715","bedrooms":"1","price":"279000","area":"501"} , +{"type":"Feature","id":"n35787185","geometry":{"type":"Point","coordinates":[0.1878557,51.447692]},"properties":{"@type":"node","@id":35787185,"@timestamp":1328041696},"coords":"51.447692,0.1878557","bedrooms":"2","price":"298000","area":"673"} , +{"type":"Feature","id":"n35787426","geometry":{"type":"Point","coordinates":[0.1749381,51.4462501]},"properties":{"@type":"node","@id":35787426,"@timestamp":1607675788},"coords":"51.4462501,0.1749381","bedrooms":"0","price":"296000","area":"567"} , +{"type":"Feature","id":"n35787817","geometry":{"type":"Point","coordinates":[0.1716159,51.4570341]},"properties":{"@type":"node","@id":35787817,"@timestamp":1302196475},"coords":"51.4570341,0.1716159","bedrooms":"3","price":"175000","area":"486"} , +{"type":"Feature","id":"n35789459","geometry":{"type":"Point","coordinates":[0.3746752,51.6187205]},"properties":{"@type":"node","@id":35789459,"@timestamp":1234481337},"coords":"51.6187205,0.3746752","bedrooms":"0","price":"153000","area":"640"} , +{"type":"Feature","id":"n35789598","geometry":{"type":"Point","coordinates":[0.3707013,51.5837904]},"properties":{"@type":"node","@id":35789598,"@timestamp":1234481336},"coords":"51.5837904,0.3707013","bedrooms":"4","price":"157000","area":"564"} , +{"type":"Feature","id":"n35925461","geometry":{"type":"Point","coordinates":[0.1353493,51.426157]},"properties":{"@type":"node","@id":35925461,"@timestamp":1416493467},"coords":"51.426157,0.1353493","bedrooms":"1","price":"295000","area":"459"} , +{"type":"Feature","id":"n35926576","geometry":{"type":"Point","coordinates":[0.1705637,51.4210009]},"properties":{"@type":"node","@id":35926576,"@timestamp":1551135766},"coords":"51.4210009,0.1705637","bedrooms":"2","price":"171000","area":"620"} , +{"type":"Feature","id":"n35959436","geometry":{"type":"Point","coordinates":[0.1504913,51.4416898]},"properties":{"@type":"node","@id":35959436,"@timestamp":1629409774},"coords":"51.4416898,0.1504913","bedrooms":"3","price":"162000","area":"552"} , +{"type":"Feature","id":"n35963023","geometry":{"type":"Point","coordinates":[0.0829914,51.4624703]},"properties":{"@type":"node","@id":35963023,"@timestamp":1633545494},"coords":"51.4624703,0.0829914","bedrooms":"3","price":"161000","area":"536"} , +{"type":"Feature","id":"n35963669","geometry":{"type":"Point","coordinates":[0.1011529,51.4683567]},"properties":{"@type":"node","@id":35963669,"@timestamp":1564916375},"coords":"51.4683567,0.1011529","bedrooms":"3","price":"268000","area":"598"} , +{"type":"Feature","id":"n36116097","geometry":{"type":"Point","coordinates":[0.1235905,51.5041544]},"properties":{"@type":"node","@id":36116097,"@timestamp":1560350736},"coords":"51.5041544,0.1235905","bedrooms":"1","price":"195000","area":"453"} , +{"type":"Feature","id":"n36138208","geometry":{"type":"Point","coordinates":[-0.1499914,51.37363]},"properties":{"@type":"node","@id":36138208,"@timestamp":1212197638},"coords":"51.37363,-0.1499914","bedrooms":"2","price":"282000","area":"447"} , +{"type":"Feature","id":"n36140586","geometry":{"type":"Point","coordinates":[0.8015661,51.0825963]},"properties":{"@type":"node","@id":36140586,"@timestamp":1216845215},"coords":"51.0825963,0.8015661","bedrooms":"3","price":"193000","area":"399"} , +{"type":"Feature","id":"n36140596","geometry":{"type":"Point","coordinates":[0.8164441,51.0815896]},"properties":{"@type":"node","@id":36140596,"@timestamp":1216845215},"coords":"51.0815896,0.8164441","bedrooms":"0","price":"155000","area":"586"} , +{"type":"Feature","id":"n36140614","geometry":{"type":"Point","coordinates":[0.8739752,51.0792771]},"properties":{"@type":"node","@id":36140614,"@timestamp":1188053248},"coords":"51.0792771,0.8739752","bedrooms":"0","price":"289000","area":"497"} , +{"type":"Feature","id":"n36140624","geometry":{"type":"Point","coordinates":[0.8789143,51.0767508]},"properties":{"@type":"node","@id":36140624,"@timestamp":1214646329},"coords":"51.0767508,0.8789143","bedrooms":"1","price":"294000","area":"667"} , +{"type":"Feature","id":"n36140834","geometry":{"type":"Point","coordinates":[0.7918934,51.0889743]},"properties":{"@type":"node","@id":36140834,"@timestamp":1188053908},"coords":"51.0889743,0.7918934","bedrooms":"0","price":"280000","area":"533"} , +{"type":"Feature","id":"n36140844","geometry":{"type":"Point","coordinates":[0.801507,51.0832664]},"properties":{"@type":"node","@id":36140844,"@timestamp":1216845214},"coords":"51.0832664,0.801507","bedrooms":"2","price":"176000","area":"538"} , +{"type":"Feature","id":"n36140874","geometry":{"type":"Point","coordinates":[0.7743415,51.0973362]},"properties":{"@type":"node","@id":36140874,"@timestamp":1188053912},"coords":"51.0973362,0.7743415","bedrooms":"1","price":"298000","area":"511"} , +{"type":"Feature","id":"n36141079","geometry":{"type":"Point","coordinates":[-0.3038154,51.3981028]},"properties":{"@type":"node","@id":36141079,"@timestamp":1600935836},"coords":"51.3981028,-0.3038154","bedrooms":"2","price":"267000","area":"401"} , +{"type":"Feature","id":"n36143207","geometry":{"type":"Point","coordinates":[-0.0812698,51.4656677]},"properties":{"@type":"node","@id":36143207,"@timestamp":1188056997},"coords":"51.4656677,-0.0812698","bedrooms":"1","price":"268000","area":"657"} , +{"type":"Feature","id":"n36147594","geometry":{"type":"Point","coordinates":[0.3304392,51.4790696]},"properties":{"@type":"node","@id":36147594,"@timestamp":1188060826},"coords":"51.4790696,0.3304392","bedrooms":"4","price":"293000","area":"692"} , +{"type":"Feature","id":"n36152329","geometry":{"type":"Point","coordinates":[-0.0149198,51.7440507]},"properties":{"@type":"node","@id":36152329,"@timestamp":1188064955},"coords":"51.7440507,-0.0149198","bedrooms":"3","price":"263000","area":"377"} , +{"type":"Feature","id":"n36152620","geometry":{"type":"Point","coordinates":[-0.016572,51.7448083]},"properties":{"@type":"node","@id":36152620,"@timestamp":1188065356},"coords":"51.7448083,-0.016572","bedrooms":"2","price":"255000","area":"425"} , +{"type":"Feature","id":"n36153777","geometry":{"type":"Point","coordinates":[-1.0149519,50.9664256]},"properties":{"@type":"node","@id":36153777,"@timestamp":1599069855},"coords":"50.9664256,-1.0149519","bedrooms":"1","price":"187000","area":"467"} , +{"type":"Feature","id":"n36154096","geometry":{"type":"Point","coordinates":[-0.0115999,51.7459611]},"properties":{"@type":"node","@id":36154096,"@timestamp":1188067452},"coords":"51.7459611,-0.0115999","bedrooms":"1","price":"150000","area":"470"} , +{"type":"Feature","id":"n36154129","geometry":{"type":"Point","coordinates":[-0.0140375,51.7440353]},"properties":{"@type":"node","@id":36154129,"@timestamp":1188067456},"coords":"51.7440353,-0.0140375","bedrooms":"0","price":"174000","area":"458"} , +{"type":"Feature","id":"n36154385","geometry":{"type":"Point","coordinates":[-0.0132683,51.739868]},"properties":{"@type":"node","@id":36154385,"@timestamp":1188067878},"coords":"51.739868,-0.0132683","bedrooms":"2","price":"260000","area":"547"} , +{"type":"Feature","id":"n36154797","geometry":{"type":"Point","coordinates":[-0.0206814,51.7402276]},"properties":{"@type":"node","@id":36154797,"@timestamp":1188068449},"coords":"51.7402276,-0.0206814","bedrooms":"2","price":"227000","area":"466"} , +{"type":"Feature","id":"n36154974","geometry":{"type":"Point","coordinates":[-0.0219186,51.7392693]},"properties":{"@type":"node","@id":36154974,"@timestamp":1188068600},"coords":"51.7392693,-0.0219186","bedrooms":"4","price":"262000","area":"527"} , +{"type":"Feature","id":"n36155085","geometry":{"type":"Point","coordinates":[-0.0179452,51.7367281]},"properties":{"@type":"node","@id":36155085,"@timestamp":1188068816},"coords":"51.7367281,-0.0179452","bedrooms":"1","price":"280000","area":"582"} , +{"type":"Feature","id":"n36155101","geometry":{"type":"Point","coordinates":[-0.0175979,51.7373701]},"properties":{"@type":"node","@id":36155101,"@timestamp":1188068818},"coords":"51.7373701,-0.0175979","bedrooms":"4","price":"152000","area":"661"} , +{"type":"Feature","id":"n36155111","geometry":{"type":"Point","coordinates":[-0.0182546,51.7361701]},"properties":{"@type":"node","@id":36155111,"@timestamp":1188068819},"coords":"51.7361701,-0.0182546","bedrooms":"2","price":"221000","area":"639"} , +{"type":"Feature","id":"n36155121","geometry":{"type":"Point","coordinates":[-0.0192425,51.7374508]},"properties":{"@type":"node","@id":36155121,"@timestamp":1188068820},"coords":"51.7374508,-0.0192425","bedrooms":"2","price":"237000","area":"554"} , +{"type":"Feature","id":"n36155308","geometry":{"type":"Point","coordinates":[-0.0211531,51.7380895]},"properties":{"@type":"node","@id":36155308,"@timestamp":1188069072},"coords":"51.7380895,-0.0211531","bedrooms":"1","price":"274000","area":"576"} , +{"type":"Feature","id":"n36155590","geometry":{"type":"Point","coordinates":[-0.020877,51.7357109]},"properties":{"@type":"node","@id":36155590,"@timestamp":1188069583},"coords":"51.7357109,-0.020877","bedrooms":"4","price":"175000","area":"613"} , +{"type":"Feature","id":"n36155623","geometry":{"type":"Point","coordinates":[-0.0196822,51.7366609]},"properties":{"@type":"node","@id":36155623,"@timestamp":1188069810},"coords":"51.7366609,-0.0196822","bedrooms":"0","price":"191000","area":"470"} , +{"type":"Feature","id":"n36155633","geometry":{"type":"Point","coordinates":[-0.0199048,51.7345061]},"properties":{"@type":"node","@id":36155633,"@timestamp":1188069810},"coords":"51.7345061,-0.0199048","bedrooms":"3","price":"271000","area":"642"} , +{"type":"Feature","id":"n36157113","geometry":{"type":"Point","coordinates":[0.905845,51.0350022]},"properties":{"@type":"node","@id":36157113,"@timestamp":1188071747},"coords":"51.0350022,0.905845","bedrooms":"4","price":"188000","area":"403"} , +{"type":"Feature","id":"n36157201","geometry":{"type":"Point","coordinates":[0.9097833,51.0310165]},"properties":{"@type":"node","@id":36157201,"@timestamp":1188071774},"coords":"51.0310165,0.9097833","bedrooms":"1","price":"211000","area":"436"} , +{"type":"Feature","id":"n36157213","geometry":{"type":"Point","coordinates":[0.9099257,51.0269074]},"properties":{"@type":"node","@id":36157213,"@timestamp":1188071775},"coords":"51.0269074,0.9099257","bedrooms":"1","price":"267000","area":"400"} , +{"type":"Feature","id":"n36157231","geometry":{"type":"Point","coordinates":[0.8999233,51.016905]},"properties":{"@type":"node","@id":36157231,"@timestamp":1188071777},"coords":"51.016905,0.8999233","bedrooms":"2","price":"218000","area":"371"} , +{"type":"Feature","id":"n36177905","geometry":{"type":"Point","coordinates":[-0.0232261,51.7348587]},"properties":{"@type":"node","@id":36177905,"@timestamp":1188085449},"coords":"51.7348587,-0.0232261","bedrooms":"2","price":"236000","area":"676"} , +{"type":"Feature","id":"n36178571","geometry":{"type":"Point","coordinates":[-0.0197184,51.7331523]},"properties":{"@type":"node","@id":36178571,"@timestamp":1188085694},"coords":"51.7331523,-0.0197184","bedrooms":"2","price":"157000","area":"536"} , +{"type":"Feature","id":"n36179460","geometry":{"type":"Point","coordinates":[-0.020596,51.7321409]},"properties":{"@type":"node","@id":36179460,"@timestamp":1188086030},"coords":"51.7321409,-0.020596","bedrooms":"0","price":"211000","area":"690"} , +{"type":"Feature","id":"n36180180","geometry":{"type":"Point","coordinates":[-0.0200329,51.7314689]},"properties":{"@type":"node","@id":36180180,"@timestamp":1188086306},"coords":"51.7314689,-0.0200329","bedrooms":"0","price":"219000","area":"685"} , +{"type":"Feature","id":"n36180192","geometry":{"type":"Point","coordinates":[-0.0211131,51.7313377]},"properties":{"@type":"node","@id":36180192,"@timestamp":1188086307},"coords":"51.7313377,-0.0211131","bedrooms":"4","price":"222000","area":"699"} , +{"type":"Feature","id":"n36180207","geometry":{"type":"Point","coordinates":[-0.0234146,51.7315092]},"properties":{"@type":"node","@id":36180207,"@timestamp":1188086308},"coords":"51.7315092,-0.0234146","bedrooms":"3","price":"162000","area":"523"} , +{"type":"Feature","id":"n36212740","geometry":{"type":"Point","coordinates":[-0.3702751,51.5575242]},"properties":{"@type":"node","@id":36212740,"@timestamp":1622719413},"coords":"51.5575242,-0.3702751","bedrooms":"2","price":"283000","area":"415"} , +{"type":"Feature","id":"n36212761","geometry":{"type":"Point","coordinates":[-0.3804109,51.5539707]},"properties":{"@type":"node","@id":36212761,"@timestamp":1188097430},"coords":"51.5539707,-0.3804109","bedrooms":"0","price":"189000","area":"528"} , +{"type":"Feature","id":"n36212774","geometry":{"type":"Point","coordinates":[-0.3820994,51.5537132]},"properties":{"@type":"node","@id":36212774,"@timestamp":1188097431},"coords":"51.5537132,-0.3820994","bedrooms":"3","price":"235000","area":"632"} , +{"type":"Feature","id":"n36214440","geometry":{"type":"Point","coordinates":[-0.3730943,51.5618259]},"properties":{"@type":"node","@id":36214440,"@timestamp":1509197899},"coords":"51.5618259,-0.3730943","bedrooms":"3","price":"215000","area":"491"} , +{"type":"Feature","id":"n36219551","geometry":{"type":"Point","coordinates":[-0.3653963,51.5610302]},"properties":{"@type":"node","@id":36219551,"@timestamp":1210117855},"coords":"51.5610302,-0.3653963","bedrooms":"4","price":"243000","area":"483"} , +{"type":"Feature","id":"n36219567","geometry":{"type":"Point","coordinates":[-0.36481,51.5631818]},"properties":{"@type":"node","@id":36219567,"@timestamp":1188099902},"coords":"51.5631818,-0.36481","bedrooms":"2","price":"219000","area":"638"} , +{"type":"Feature","id":"n36221091","geometry":{"type":"Point","coordinates":[-0.3591556,51.5574826]},"properties":{"@type":"node","@id":36221091,"@timestamp":1188100353},"coords":"51.5574826,-0.3591556","bedrooms":"2","price":"150000","area":"429"} , +{"type":"Feature","id":"n36235464","geometry":{"type":"Point","coordinates":[-0.0236654,51.7295145]},"properties":{"@type":"node","@id":36235464,"@timestamp":1188120340},"coords":"51.7295145,-0.0236654","bedrooms":"2","price":"154000","area":"564"} , +{"type":"Feature","id":"n36235476","geometry":{"type":"Point","coordinates":[-0.0234852,51.7305787]},"properties":{"@type":"node","@id":36235476,"@timestamp":1188120341},"coords":"51.7305787,-0.0234852","bedrooms":"3","price":"201000","area":"548"} , +{"type":"Feature","id":"n36235488","geometry":{"type":"Point","coordinates":[-0.0229641,51.730235]},"properties":{"@type":"node","@id":36235488,"@timestamp":1326284638},"coords":"51.730235,-0.0229641","bedrooms":"2","price":"166000","area":"426"} , +{"type":"Feature","id":"n36235498","geometry":{"type":"Point","coordinates":[-0.0205269,51.7287356]},"properties":{"@type":"node","@id":36235498,"@timestamp":1188120343},"coords":"51.7287356,-0.0205269","bedrooms":"0","price":"217000","area":"400"} , +{"type":"Feature","id":"n36235782","geometry":{"type":"Point","coordinates":[-0.0248656,51.733281]},"properties":{"@type":"node","@id":36235782,"@timestamp":1188120868},"coords":"51.733281,-0.0248656","bedrooms":"2","price":"290000","area":"570"} , +{"type":"Feature","id":"n36235941","geometry":{"type":"Point","coordinates":[-0.0253198,51.7318252]},"properties":{"@type":"node","@id":36235941,"@timestamp":1188121141},"coords":"51.7318252,-0.0253198","bedrooms":"0","price":"295000","area":"664"} , +{"type":"Feature","id":"n36235952","geometry":{"type":"Point","coordinates":[-0.0257812,51.7322219]},"properties":{"@type":"node","@id":36235952,"@timestamp":1188121142},"coords":"51.7322219,-0.0257812","bedrooms":"3","price":"287000","area":"556"} , +{"type":"Feature","id":"n36236011","geometry":{"type":"Point","coordinates":[-0.0319936,51.7374492]},"properties":{"@type":"node","@id":36236011,"@timestamp":1188121351},"coords":"51.7374492,-0.0319936","bedrooms":"1","price":"265000","area":"653"} , +{"type":"Feature","id":"n36236021","geometry":{"type":"Point","coordinates":[-0.0275426,51.7330993]},"properties":{"@type":"node","@id":36236021,"@timestamp":1188121352},"coords":"51.7330993,-0.0275426","bedrooms":"2","price":"156000","area":"560"} , +{"type":"Feature","id":"n36236873","geometry":{"type":"Point","coordinates":[0.1645421,51.5009599]},"properties":{"@type":"node","@id":36236873,"@timestamp":1618081866},"coords":"51.5009599,0.1645421","bedrooms":"1","price":"186000","area":"686"} , +{"type":"Feature","id":"n36237342","geometry":{"type":"Point","coordinates":[0.1633436,51.4920416]},"properties":{"@type":"node","@id":36237342,"@timestamp":1551841644},"coords":"51.4920416,0.1633436","bedrooms":"3","price":"261000","area":"378"} , +{"type":"Feature","id":"n36238439","geometry":{"type":"Point","coordinates":[-0.7302271,51.1219915]},"properties":{"@type":"node","@id":36238439,"@timestamp":1188124457},"coords":"51.1219915,-0.7302271","bedrooms":"3","price":"170000","area":"486"} , +{"type":"Feature","id":"n36240513","geometry":{"type":"Point","coordinates":[0.1906836,51.4772216]},"properties":{"@type":"node","@id":36240513,"@timestamp":1374427822},"coords":"51.4772216,0.1906836","bedrooms":"4","price":"157000","area":"360"} , +{"type":"Feature","id":"n36243017","geometry":{"type":"Point","coordinates":[0.1531582,51.4610108]},"properties":{"@type":"node","@id":36243017,"@timestamp":1564916375},"coords":"51.4610108,0.1531582","bedrooms":"3","price":"194000","area":"484"} , +{"type":"Feature","id":"n36244555","geometry":{"type":"Point","coordinates":[-0.0248948,51.7354849]},"properties":{"@type":"node","@id":36244555,"@timestamp":1188131346},"coords":"51.7354849,-0.0248948","bedrooms":"2","price":"154000","area":"642"} , +{"type":"Feature","id":"n36244573","geometry":{"type":"Point","coordinates":[-0.0242451,51.7343633]},"properties":{"@type":"node","@id":36244573,"@timestamp":1188131348},"coords":"51.7343633,-0.0242451","bedrooms":"2","price":"217000","area":"654"} , +{"type":"Feature","id":"n36246100","geometry":{"type":"Point","coordinates":[-0.0245653,51.7379937]},"properties":{"@type":"node","@id":36246100,"@timestamp":1188131915},"coords":"51.7379937,-0.0245653","bedrooms":"0","price":"200000","area":"470"} , +{"type":"Feature","id":"n36246118","geometry":{"type":"Point","coordinates":[-0.0252873,51.7383231]},"properties":{"@type":"node","@id":36246118,"@timestamp":1188131917},"coords":"51.7383231,-0.0252873","bedrooms":"1","price":"267000","area":"573"} , +{"type":"Feature","id":"n36246147","geometry":{"type":"Point","coordinates":[-0.0259169,51.7392307]},"properties":{"@type":"node","@id":36246147,"@timestamp":1440615124},"coords":"51.7392307,-0.0259169","bedrooms":"2","price":"298000","area":"419"} , +{"type":"Feature","id":"n36259516","geometry":{"type":"Point","coordinates":[-0.0223887,51.7404474]},"properties":{"@type":"node","@id":36259516,"@timestamp":1188141475},"coords":"51.7404474,-0.0223887","bedrooms":"2","price":"198000","area":"392"} , +{"type":"Feature","id":"n36260475","geometry":{"type":"Point","coordinates":[-0.0818435,51.4645957]},"properties":{"@type":"node","@id":36260475,"@timestamp":1188142160},"coords":"51.4645957,-0.0818435","bedrooms":"1","price":"247000","area":"658"} , +{"type":"Feature","id":"n36261896","geometry":{"type":"Point","coordinates":[-0.3299254,51.566326]},"properties":{"@type":"node","@id":36261896,"@timestamp":1188142950},"coords":"51.566326,-0.3299254","bedrooms":"0","price":"165000","area":"506"} , +{"type":"Feature","id":"n36261915","geometry":{"type":"Point","coordinates":[-0.3313629,51.5687394]},"properties":{"@type":"node","@id":36261915,"@timestamp":1188142951},"coords":"51.5687394,-0.3313629","bedrooms":"1","price":"274000","area":"680"} , +{"type":"Feature","id":"n36261931","geometry":{"type":"Point","coordinates":[-0.3326771,51.5694582]},"properties":{"@type":"node","@id":36261931,"@timestamp":1188142952},"coords":"51.5694582,-0.3326771","bedrooms":"4","price":"230000","area":"682"} , +{"type":"Feature","id":"n36261947","geometry":{"type":"Point","coordinates":[-0.3333969,51.5707749]},"properties":{"@type":"node","@id":36261947,"@timestamp":1188142954},"coords":"51.5707749,-0.3333969","bedrooms":"2","price":"209000","area":"644"} , +{"type":"Feature","id":"n36261963","geometry":{"type":"Point","coordinates":[-0.3341268,51.5707178]},"properties":{"@type":"node","@id":36261963,"@timestamp":1188142955},"coords":"51.5707178,-0.3341268","bedrooms":"2","price":"178000","area":"585"} , +{"type":"Feature","id":"n36261979","geometry":{"type":"Point","coordinates":[-0.3343631,51.5715909]},"properties":{"@type":"node","@id":36261979,"@timestamp":1188142956},"coords":"51.5715909,-0.3343631","bedrooms":"3","price":"189000","area":"624"} , +{"type":"Feature","id":"n36262004","geometry":{"type":"Point","coordinates":[-0.3355984,51.5700811]},"properties":{"@type":"node","@id":36262004,"@timestamp":1188142958},"coords":"51.5700811,-0.3355984","bedrooms":"0","price":"166000","area":"622"} , +{"type":"Feature","id":"n36262015","geometry":{"type":"Point","coordinates":[-0.332524,51.568242]},"properties":{"@type":"node","@id":36262015,"@timestamp":1188142959},"coords":"51.568242,-0.332524","bedrooms":"2","price":"164000","area":"648"} , +{"type":"Feature","id":"n36262025","geometry":{"type":"Point","coordinates":[-0.3327051,51.5662601]},"properties":{"@type":"node","@id":36262025,"@timestamp":1188142960},"coords":"51.5662601,-0.3327051","bedrooms":"4","price":"262000","area":"535"} , +{"type":"Feature","id":"n36262236","geometry":{"type":"Point","coordinates":[-0.3337797,51.5727559]},"properties":{"@type":"node","@id":36262236,"@timestamp":1188143234},"coords":"51.5727559,-0.3337797","bedrooms":"2","price":"213000","area":"671"} , +{"type":"Feature","id":"n36268407","geometry":{"type":"Point","coordinates":[-0.9514308,51.2911345]},"properties":{"@type":"node","@id":36268407,"@timestamp":1188148430},"coords":"51.2911345,-0.9514308","bedrooms":"4","price":"261000","area":"500"} , +{"type":"Feature","id":"n36268851","geometry":{"type":"Point","coordinates":[-0.9710181,51.2890874]},"properties":{"@type":"node","@id":36268851,"@timestamp":1188149093},"coords":"51.2890874,-0.9710181","bedrooms":"4","price":"232000","area":"370"} , +{"type":"Feature","id":"n36268863","geometry":{"type":"Point","coordinates":[-0.9720569,51.2965207]},"properties":{"@type":"node","@id":36268863,"@timestamp":1188149094},"coords":"51.2965207,-0.9720569","bedrooms":"0","price":"169000","area":"613"} , +{"type":"Feature","id":"n36269455","geometry":{"type":"Point","coordinates":[-0.0808133,51.4667899]},"properties":{"@type":"node","@id":36269455,"@timestamp":1285932664},"coords":"51.4667899,-0.0808133","bedrooms":"1","price":"245000","area":"412"} , +{"type":"Feature","id":"n36271244","geometry":{"type":"Point","coordinates":[-0.0786266,51.4697597]},"properties":{"@type":"node","@id":36271244,"@timestamp":1188150599},"coords":"51.4697597,-0.0786266","bedrooms":"4","price":"229000","area":"599"} , +{"type":"Feature","id":"n36271292","geometry":{"type":"Point","coordinates":[-0.0770913,51.4693659]},"properties":{"@type":"node","@id":36271292,"@timestamp":1188150602},"coords":"51.4693659,-0.0770913","bedrooms":"4","price":"208000","area":"512"} , +{"type":"Feature","id":"n36271305","geometry":{"type":"Point","coordinates":[-0.0743749,51.4693453]},"properties":{"@type":"node","@id":36271305,"@timestamp":1188150604},"coords":"51.4693453,-0.0743749","bedrooms":"3","price":"191000","area":"627"} , +{"type":"Feature","id":"n36271449","geometry":{"type":"Point","coordinates":[-0.9200458,51.2845348]},"properties":{"@type":"node","@id":36271449,"@timestamp":1188150655},"coords":"51.2845348,-0.9200458","bedrooms":"3","price":"215000","area":"607"} , +{"type":"Feature","id":"n36272522","geometry":{"type":"Point","coordinates":[-0.0835881,51.4694341]},"properties":{"@type":"node","@id":36272522,"@timestamp":1188151022},"coords":"51.4694341,-0.0835881","bedrooms":"2","price":"219000","area":"523"} , +{"type":"Feature","id":"n36292694","geometry":{"type":"Point","coordinates":[-0.0911304,51.0084809]},"properties":{"@type":"node","@id":36292694,"@timestamp":1188156604},"coords":"51.0084809,-0.0911304","bedrooms":"1","price":"220000","area":"393"} , +{"type":"Feature","id":"n36292708","geometry":{"type":"Point","coordinates":[-0.0880663,51.0094065]},"properties":{"@type":"node","@id":36292708,"@timestamp":1188156605},"coords":"51.0094065,-0.0880663","bedrooms":"0","price":"205000","area":"485"} , +{"type":"Feature","id":"n36292755","geometry":{"type":"Point","coordinates":[-0.0862742,51.006043]},"properties":{"@type":"node","@id":36292755,"@timestamp":1188156609},"coords":"51.006043,-0.0862742","bedrooms":"2","price":"271000","area":"375"} , +{"type":"Feature","id":"n36292772","geometry":{"type":"Point","coordinates":[-0.08388,51.0087688]},"properties":{"@type":"node","@id":36292772,"@timestamp":1191007815},"coords":"51.0087688,-0.08388","bedrooms":"4","price":"244000","area":"481"} , +{"type":"Feature","id":"n36292799","geometry":{"type":"Point","coordinates":[-0.0832039,51.0116811]},"properties":{"@type":"node","@id":36292799,"@timestamp":1188156612},"coords":"51.0116811,-0.0832039","bedrooms":"0","price":"220000","area":"611"} , +{"type":"Feature","id":"n36292816","geometry":{"type":"Point","coordinates":[-0.0742115,50.9954722]},"properties":{"@type":"node","@id":36292816,"@timestamp":1190741107},"coords":"50.9954722,-0.0742115","bedrooms":"1","price":"184000","area":"449"} , +{"type":"Feature","id":"n36295212","geometry":{"type":"Point","coordinates":[-0.0735955,50.9825841]},"properties":{"@type":"node","@id":36295212,"@timestamp":1188157171},"coords":"50.9825841,-0.0735955","bedrooms":"3","price":"246000","area":"468"} , +{"type":"Feature","id":"n36296473","geometry":{"type":"Point","coordinates":[0.7250975,50.9492448]},"properties":{"@type":"node","@id":36296473,"@timestamp":1188157484},"coords":"50.9492448,0.7250975","bedrooms":"0","price":"291000","area":"571"} , +{"type":"Feature","id":"n36298797","geometry":{"type":"Point","coordinates":[0.7269548,50.9500359]},"properties":{"@type":"node","@id":36298797,"@timestamp":1559690178},"coords":"50.9500359,0.7269548","bedrooms":"1","price":"193000","area":"390"} , +{"type":"Feature","id":"n36300501","geometry":{"type":"Point","coordinates":[-0.0930009,50.9709595]},"properties":{"@type":"node","@id":36300501,"@timestamp":1188158334},"coords":"50.9709595,-0.0930009","bedrooms":"4","price":"187000","area":"624"} , +{"type":"Feature","id":"n36300618","geometry":{"type":"Point","coordinates":[-0.0719043,50.9646501]},"properties":{"@type":"node","@id":36300618,"@timestamp":1188158349},"coords":"50.9646501,-0.0719043","bedrooms":"1","price":"165000","area":"538"} , +{"type":"Feature","id":"n36304116","geometry":{"type":"Point","coordinates":[0.7471323,50.9499968]},"properties":{"@type":"node","@id":36304116,"@timestamp":1188159446},"coords":"50.9499968,0.7471323","bedrooms":"2","price":"297000","area":"648"} , +{"type":"Feature","id":"n36304921","geometry":{"type":"Point","coordinates":[0.7662016,50.9441718]},"properties":{"@type":"node","@id":36304921,"@timestamp":1188160056},"coords":"50.9441718,0.7662016","bedrooms":"1","price":"277000","area":"493"} , +{"type":"Feature","id":"n36304949","geometry":{"type":"Point","coordinates":[0.7689258,50.9436968]},"properties":{"@type":"node","@id":36304949,"@timestamp":1188160058},"coords":"50.9436968,0.7689258","bedrooms":"3","price":"197000","area":"468"} , +{"type":"Feature","id":"n36307858","geometry":{"type":"Point","coordinates":[0.8324918,50.9286144]},"properties":{"@type":"node","@id":36307858,"@timestamp":1188161625},"coords":"50.9286144,0.8324918","bedrooms":"3","price":"228000","area":"618"} , +{"type":"Feature","id":"n36307870","geometry":{"type":"Point","coordinates":[0.8353315,50.9299414]},"properties":{"@type":"node","@id":36307870,"@timestamp":1188161626},"coords":"50.9299414,0.8353315","bedrooms":"1","price":"250000","area":"491"} , +{"type":"Feature","id":"n36307881","geometry":{"type":"Point","coordinates":[0.839527,50.9317651]},"properties":{"@type":"node","@id":36307881,"@timestamp":1188161628},"coords":"50.9317651,0.839527","bedrooms":"3","price":"192000","area":"618"} , +{"type":"Feature","id":"n36307893","geometry":{"type":"Point","coordinates":[0.8420718,50.9326016]},"properties":{"@type":"node","@id":36307893,"@timestamp":1188161629},"coords":"50.9326016,0.8420718","bedrooms":"4","price":"206000","area":"621"} , +{"type":"Feature","id":"n36307905","geometry":{"type":"Point","coordinates":[0.8465782,50.9339862]},"properties":{"@type":"node","@id":36307905,"@timestamp":1188161631},"coords":"50.9339862,0.8465782","bedrooms":"0","price":"274000","area":"372"} , +{"type":"Feature","id":"n36307918","geometry":{"type":"Point","coordinates":[0.8505205,50.9349253]},"properties":{"@type":"node","@id":36307918,"@timestamp":1188161633},"coords":"50.9349253,0.8505205","bedrooms":"1","price":"190000","area":"689"} , +{"type":"Feature","id":"n36307935","geometry":{"type":"Point","coordinates":[0.8521743,50.9352041]},"properties":{"@type":"node","@id":36307935,"@timestamp":1188161634},"coords":"50.9352041,0.8521743","bedrooms":"3","price":"258000","area":"613"} , +{"type":"Feature","id":"n36307947","geometry":{"type":"Point","coordinates":[0.8528025,50.935249]},"properties":{"@type":"node","@id":36307947,"@timestamp":1188161636},"coords":"50.935249,0.8528025","bedrooms":"0","price":"244000","area":"602"} , +{"type":"Feature","id":"n36308257","geometry":{"type":"Point","coordinates":[0.8551871,50.9345984]},"properties":{"@type":"node","@id":36308257,"@timestamp":1188161692},"coords":"50.9345984,0.8551871","bedrooms":"0","price":"277000","area":"583"} , +{"type":"Feature","id":"n36308789","geometry":{"type":"Point","coordinates":[0.858139,50.9339093]},"properties":{"@type":"node","@id":36308789,"@timestamp":1188161749},"coords":"50.9339093,0.858139","bedrooms":"0","price":"275000","area":"521"} , +{"type":"Feature","id":"n36308809","geometry":{"type":"Point","coordinates":[0.8598986,50.9341304]},"properties":{"@type":"node","@id":36308809,"@timestamp":1188161750},"coords":"50.9341304,0.8598986","bedrooms":"2","price":"171000","area":"534"} , +{"type":"Feature","id":"n36308834","geometry":{"type":"Point","coordinates":[0.8611037,50.9350311]},"properties":{"@type":"node","@id":36308834,"@timestamp":1188161752},"coords":"50.9350311,0.8611037","bedrooms":"2","price":"250000","area":"473"} , +{"type":"Feature","id":"n36308857","geometry":{"type":"Point","coordinates":[0.8635171,50.9353003]},"properties":{"@type":"node","@id":36308857,"@timestamp":1188161754},"coords":"50.9353003,0.8635171","bedrooms":"4","price":"223000","area":"561"} , +{"type":"Feature","id":"n36308879","geometry":{"type":"Point","coordinates":[0.8650352,50.9362431]},"properties":{"@type":"node","@id":36308879,"@timestamp":1188161756},"coords":"50.9362431,0.8650352","bedrooms":"0","price":"277000","area":"663"} , +{"type":"Feature","id":"n36308902","geometry":{"type":"Point","coordinates":[0.8666975,50.9368201]},"properties":{"@type":"node","@id":36308902,"@timestamp":1188161758},"coords":"50.9368201,0.8666975","bedrooms":"4","price":"246000","area":"476"} , +{"type":"Feature","id":"n36308923","geometry":{"type":"Point","coordinates":[0.8688629,50.9377158]},"properties":{"@type":"node","@id":36308923,"@timestamp":1188161761},"coords":"50.9377158,0.8688629","bedrooms":"4","price":"252000","area":"416"} , +{"type":"Feature","id":"n36308943","geometry":{"type":"Point","coordinates":[0.8717186,50.9395783]},"properties":{"@type":"node","@id":36308943,"@timestamp":1188161763},"coords":"50.9395783,0.8717186","bedrooms":"2","price":"174000","area":"560"} , +{"type":"Feature","id":"n36308962","geometry":{"type":"Point","coordinates":[0.874511,50.940553]},"properties":{"@type":"node","@id":36308962,"@timestamp":1188161765},"coords":"50.940553,0.874511","bedrooms":"0","price":"214000","area":"459"} , +{"type":"Feature","id":"n36308984","geometry":{"type":"Point","coordinates":[0.8774747,50.9421099]},"properties":{"@type":"node","@id":36308984,"@timestamp":1188161767},"coords":"50.9421099,0.8774747","bedrooms":"1","price":"241000","area":"467"} , +{"type":"Feature","id":"n36309006","geometry":{"type":"Point","coordinates":[0.8813631,50.9434403]},"properties":{"@type":"node","@id":36309006,"@timestamp":1188161768},"coords":"50.9434403,0.8813631","bedrooms":"3","price":"271000","area":"611"} , +{"type":"Feature","id":"n36309029","geometry":{"type":"Point","coordinates":[0.882343,50.9441305]},"properties":{"@type":"node","@id":36309029,"@timestamp":1188161771},"coords":"50.9441305,0.882343","bedrooms":"0","price":"252000","area":"515"} , +{"type":"Feature","id":"n36309060","geometry":{"type":"Point","coordinates":[0.8866365,50.9447354]},"properties":{"@type":"node","@id":36309060,"@timestamp":1188161774},"coords":"50.9447354,0.8866365","bedrooms":"2","price":"190000","area":"641"} , +{"type":"Feature","id":"n36309091","geometry":{"type":"Point","coordinates":[0.8925004,50.9462664]},"properties":{"@type":"node","@id":36309091,"@timestamp":1188161776},"coords":"50.9462664,0.8925004","bedrooms":"2","price":"225000","area":"396"} , +{"type":"Feature","id":"n36312281","geometry":{"type":"Point","coordinates":[-0.1652624,51.3643672]},"properties":{"@type":"node","@id":36312281,"@timestamp":1188164018},"coords":"51.3643672,-0.1652624","bedrooms":"2","price":"157000","area":"414"} , +{"type":"Feature","id":"n36314174","geometry":{"type":"Point","coordinates":[-0.1611144,51.3652932]},"properties":{"@type":"node","@id":36314174,"@timestamp":1616984018},"coords":"51.3652932,-0.1611144","bedrooms":"4","price":"263000","area":"503"} , +{"type":"Feature","id":"n36314842","geometry":{"type":"Point","coordinates":[0.9009533,51.0071674]},"properties":{"@type":"node","@id":36314842,"@timestamp":1204570147},"coords":"51.0071674,0.9009533","bedrooms":"0","price":"203000","area":"431"} , +{"type":"Feature","id":"n36317650","geometry":{"type":"Point","coordinates":[-0.3440443,51.6104071]},"properties":{"@type":"node","@id":36317650,"@timestamp":1188168702},"coords":"51.6104071,-0.3440443","bedrooms":"4","price":"299000","area":"685"} , +{"type":"Feature","id":"n36326837","geometry":{"type":"Point","coordinates":[-0.8867191,51.2627935]},"properties":{"@type":"node","@id":36326837,"@timestamp":1188177485},"coords":"51.2627935,-0.8867191","bedrooms":"0","price":"235000","area":"366"} , +{"type":"Feature","id":"n36326849","geometry":{"type":"Point","coordinates":[-0.8893201,51.265175]},"properties":{"@type":"node","@id":36326849,"@timestamp":1188177485},"coords":"51.265175,-0.8893201","bedrooms":"3","price":"244000","area":"413"} , +{"type":"Feature","id":"n36397576","geometry":{"type":"Point","coordinates":[0.9025207,50.9626047]},"properties":{"@type":"node","@id":36397576,"@timestamp":1188206317},"coords":"50.9626047,0.9025207","bedrooms":"3","price":"172000","area":"361"} , +{"type":"Feature","id":"n36398033","geometry":{"type":"Point","coordinates":[0.89646,50.9639315]},"properties":{"@type":"node","@id":36398033,"@timestamp":1188206607},"coords":"50.9639315,0.89646","bedrooms":"3","price":"255000","area":"543"} , +{"type":"Feature","id":"n36398043","geometry":{"type":"Point","coordinates":[0.8929181,50.9637709]},"properties":{"@type":"node","@id":36398043,"@timestamp":1188206608},"coords":"50.9637709,0.8929181","bedrooms":"1","price":"232000","area":"448"} , +{"type":"Feature","id":"n36398056","geometry":{"type":"Point","coordinates":[0.8892312,50.9651657]},"properties":{"@type":"node","@id":36398056,"@timestamp":1188206610},"coords":"50.9651657,0.8892312","bedrooms":"2","price":"224000","area":"641"} , +{"type":"Feature","id":"n36398066","geometry":{"type":"Point","coordinates":[0.885846,50.9673363]},"properties":{"@type":"node","@id":36398066,"@timestamp":1188206612},"coords":"50.9673363,0.885846","bedrooms":"0","price":"154000","area":"463"} , +{"type":"Feature","id":"n36398076","geometry":{"type":"Point","coordinates":[0.8832209,50.9712504]},"properties":{"@type":"node","@id":36398076,"@timestamp":1188206614},"coords":"50.9712504,0.8832209","bedrooms":"1","price":"161000","area":"615"} , +{"type":"Feature","id":"n36398365","geometry":{"type":"Point","coordinates":[0.8812712,50.9728418]},"properties":{"@type":"node","@id":36398365,"@timestamp":1188206959},"coords":"50.9728418,0.8812712","bedrooms":"4","price":"226000","area":"672"} , +{"type":"Feature","id":"n36398375","geometry":{"type":"Point","coordinates":[0.8771566,50.97272]},"properties":{"@type":"node","@id":36398375,"@timestamp":1188206960},"coords":"50.97272,0.8771566","bedrooms":"4","price":"176000","area":"364"} , +{"type":"Feature","id":"n36398385","geometry":{"type":"Point","coordinates":[0.8732013,50.9759737]},"properties":{"@type":"node","@id":36398385,"@timestamp":1188206961},"coords":"50.9759737,0.8732013","bedrooms":"3","price":"243000","area":"455"} , +{"type":"Feature","id":"n36398395","geometry":{"type":"Point","coordinates":[0.8702306,50.9771174]},"properties":{"@type":"node","@id":36398395,"@timestamp":1188206962},"coords":"50.9771174,0.8702306","bedrooms":"0","price":"172000","area":"514"} , +{"type":"Feature","id":"n36398405","geometry":{"type":"Point","coordinates":[0.8669182,50.9779531]},"properties":{"@type":"node","@id":36398405,"@timestamp":1188206963},"coords":"50.9779531,0.8669182","bedrooms":"4","price":"297000","area":"543"} , +{"type":"Feature","id":"n36398419","geometry":{"type":"Point","coordinates":[0.8630569,50.9789383]},"properties":{"@type":"node","@id":36398419,"@timestamp":1188206964},"coords":"50.9789383,0.8630569","bedrooms":"1","price":"265000","area":"410"} , +{"type":"Feature","id":"n36398432","geometry":{"type":"Point","coordinates":[0.8571337,50.9788011]},"properties":{"@type":"node","@id":36398432,"@timestamp":1188206966},"coords":"50.9788011,0.8571337","bedrooms":"0","price":"294000","area":"518"} , +{"type":"Feature","id":"n36398447","geometry":{"type":"Point","coordinates":[0.848059,50.9787873]},"properties":{"@type":"node","@id":36398447,"@timestamp":1188206967},"coords":"50.9787873,0.848059","bedrooms":"0","price":"277000","area":"441"} , +{"type":"Feature","id":"n36398653","geometry":{"type":"Point","coordinates":[0.8412105,50.9819337]},"properties":{"@type":"node","@id":36398653,"@timestamp":1188207123},"coords":"50.9819337,0.8412105","bedrooms":"0","price":"166000","area":"449"} , +{"type":"Feature","id":"n36398663","geometry":{"type":"Point","coordinates":[0.8385767,50.9836896]},"properties":{"@type":"node","@id":36398663,"@timestamp":1188207124},"coords":"50.9836896,0.8385767","bedrooms":"3","price":"274000","area":"631"} , +{"type":"Feature","id":"n36398673","geometry":{"type":"Point","coordinates":[0.8340828,50.9834031]},"properties":{"@type":"node","@id":36398673,"@timestamp":1188207125},"coords":"50.9834031,0.8340828","bedrooms":"3","price":"269000","area":"414"} , +{"type":"Feature","id":"n36398683","geometry":{"type":"Point","coordinates":[0.8310248,50.985438]},"properties":{"@type":"node","@id":36398683,"@timestamp":1188207126},"coords":"50.985438,0.8310248","bedrooms":"2","price":"222000","area":"557"} , +{"type":"Feature","id":"n36398704","geometry":{"type":"Point","coordinates":[0.8801474,50.9809431]},"properties":{"@type":"node","@id":36398704,"@timestamp":1188207394},"coords":"50.9809431,0.8801474","bedrooms":"3","price":"275000","area":"451"} , +{"type":"Feature","id":"n36398714","geometry":{"type":"Point","coordinates":[0.8815632,50.9770852]},"properties":{"@type":"node","@id":36398714,"@timestamp":1558628412},"coords":"50.9770852,0.8815632","bedrooms":"2","price":"218000","area":"614"} , +{"type":"Feature","id":"n36398724","geometry":{"type":"Point","coordinates":[0.882872,50.9737204]},"properties":{"@type":"node","@id":36398724,"@timestamp":1188207395},"coords":"50.9737204,0.882872","bedrooms":"0","price":"186000","area":"445"} , +{"type":"Feature","id":"n36399040","geometry":{"type":"Point","coordinates":[0.8884339,50.9873123]},"properties":{"@type":"node","@id":36399040,"@timestamp":1188207646},"coords":"50.9873123,0.8884339","bedrooms":"0","price":"230000","area":"579"} , +{"type":"Feature","id":"n36399052","geometry":{"type":"Point","coordinates":[0.891155,50.9884417]},"properties":{"@type":"node","@id":36399052,"@timestamp":1188207647},"coords":"50.9884417,0.891155","bedrooms":"1","price":"229000","area":"453"} , +{"type":"Feature","id":"n36399560","geometry":{"type":"Point","coordinates":[0.8946534,50.9901402]},"properties":{"@type":"node","@id":36399560,"@timestamp":1307285893},"coords":"50.9901402,0.8946534","bedrooms":"3","price":"163000","area":"427"} , +{"type":"Feature","id":"n36401273","geometry":{"type":"Point","coordinates":[0.8993986,50.9937311]},"properties":{"@type":"node","@id":36401273,"@timestamp":1188208798},"coords":"50.9937311,0.8993986","bedrooms":"4","price":"235000","area":"602"} , +{"type":"Feature","id":"n36401370","geometry":{"type":"Point","coordinates":[0.9032239,50.9954777]},"properties":{"@type":"node","@id":36401370,"@timestamp":1188208863},"coords":"50.9954777,0.9032239","bedrooms":"0","price":"268000","area":"507"} , +{"type":"Feature","id":"n36401393","geometry":{"type":"Point","coordinates":[0.9046608,50.9984154]},"properties":{"@type":"node","@id":36401393,"@timestamp":1188208865},"coords":"50.9984154,0.9046608","bedrooms":"1","price":"230000","area":"358"} , +{"type":"Feature","id":"n36401520","geometry":{"type":"Point","coordinates":[0.9111256,51.0011076]},"properties":{"@type":"node","@id":36401520,"@timestamp":1188209115},"coords":"51.0011076,0.9111256","bedrooms":"1","price":"281000","area":"632"} , +{"type":"Feature","id":"n36407254","geometry":{"type":"Point","coordinates":[-0.6033729,51.1922588]},"properties":{"@type":"node","@id":36407254,"@timestamp":1188213486},"coords":"51.1922588,-0.6033729","bedrooms":"1","price":"221000","area":"616"} , +{"type":"Feature","id":"n36407289","geometry":{"type":"Point","coordinates":[-0.6005626,51.1944247]},"properties":{"@type":"node","@id":36407289,"@timestamp":1188213489},"coords":"51.1944247,-0.6005626","bedrooms":"0","price":"154000","area":"417"} , +{"type":"Feature","id":"n36407335","geometry":{"type":"Point","coordinates":[-0.6006658,51.2002093]},"properties":{"@type":"node","@id":36407335,"@timestamp":1188213493},"coords":"51.2002093,-0.6006658","bedrooms":"0","price":"170000","area":"519"} , +{"type":"Feature","id":"n36446375","geometry":{"type":"Point","coordinates":[0.3077362,51.4890012]},"properties":{"@type":"node","@id":36446375,"@timestamp":1212095286},"coords":"51.4890012,0.3077362","bedrooms":"0","price":"243000","area":"392"} , +{"type":"Feature","id":"n36446417","geometry":{"type":"Point","coordinates":[0.2514345,51.5205953]},"properties":{"@type":"node","@id":36446417,"@timestamp":1188237953},"coords":"51.5205953,0.2514345","bedrooms":"4","price":"177000","area":"382"} , +{"type":"Feature","id":"n36446452","geometry":{"type":"Point","coordinates":[0.2468636,51.5257104]},"properties":{"@type":"node","@id":36446452,"@timestamp":1188237956},"coords":"51.5257104,0.2468636","bedrooms":"4","price":"212000","area":"667"} , +{"type":"Feature","id":"n36446469","geometry":{"type":"Point","coordinates":[0.2456122,51.5219003]},"properties":{"@type":"node","@id":36446469,"@timestamp":1188237957},"coords":"51.5219003,0.2456122","bedrooms":"2","price":"166000","area":"485"} , +{"type":"Feature","id":"n36446486","geometry":{"type":"Point","coordinates":[0.2481854,51.5274343]},"properties":{"@type":"node","@id":36446486,"@timestamp":1188237958},"coords":"51.5274343,0.2481854","bedrooms":"1","price":"278000","area":"462"} , +{"type":"Feature","id":"n36453347","geometry":{"type":"Point","coordinates":[0.4944212,51.3543071]},"properties":{"@type":"node","@id":36453347,"@timestamp":1188241563},"coords":"51.3543071,0.4944212","bedrooms":"1","price":"204000","area":"575"} , +{"type":"Feature","id":"n36454875","geometry":{"type":"Point","coordinates":[0.0204183,51.7785436]},"properties":{"@type":"node","@id":36454875,"@timestamp":1188242595},"coords":"51.7785436,0.0204183","bedrooms":"0","price":"209000","area":"548"} , +{"type":"Feature","id":"n36454891","geometry":{"type":"Point","coordinates":[0.0164969,51.7784011]},"properties":{"@type":"node","@id":36454891,"@timestamp":1188242598},"coords":"51.7784011,0.0164969","bedrooms":"4","price":"280000","area":"446"} , +{"type":"Feature","id":"n36455137","geometry":{"type":"Point","coordinates":[0.0176958,51.7768058]},"properties":{"@type":"node","@id":36455137,"@timestamp":1188242697},"coords":"51.7768058,0.0176958","bedrooms":"0","price":"163000","area":"611"} , +{"type":"Feature","id":"n36455305","geometry":{"type":"Point","coordinates":[0.8120302,51.0725294]},"properties":{"@type":"node","@id":36455305,"@timestamp":1216845216},"coords":"51.0725294,0.8120302","bedrooms":"0","price":"232000","area":"378"} , +{"type":"Feature","id":"n36455710","geometry":{"type":"Point","coordinates":[-0.0169547,51.8008755]},"properties":{"@type":"node","@id":36455710,"@timestamp":1188242918},"coords":"51.8008755,-0.0169547","bedrooms":"1","price":"209000","area":"582"} , +{"type":"Feature","id":"n36455852","geometry":{"type":"Point","coordinates":[0.8353536,51.074846]},"properties":{"@type":"node","@id":36455852,"@timestamp":1188243011},"coords":"51.074846,0.8353536","bedrooms":"2","price":"166000","area":"407"} , +{"type":"Feature","id":"n36455863","geometry":{"type":"Point","coordinates":[0.8352311,51.0686883]},"properties":{"@type":"node","@id":36455863,"@timestamp":1188243013},"coords":"51.0686883,0.8352311","bedrooms":"0","price":"209000","area":"395"} , +{"type":"Feature","id":"n36455892","geometry":{"type":"Point","coordinates":[0.8348236,51.0782237]},"properties":{"@type":"node","@id":36455892,"@timestamp":1188243015},"coords":"51.0782237,0.8348236","bedrooms":"4","price":"164000","area":"639"} , +{"type":"Feature","id":"n36457558","geometry":{"type":"Point","coordinates":[0.8990345,51.0851443]},"properties":{"@type":"node","@id":36457558,"@timestamp":1188243529},"coords":"51.0851443,0.8990345","bedrooms":"4","price":"234000","area":"469"} , +{"type":"Feature","id":"n36470183","geometry":{"type":"Point","coordinates":[-0.3642204,51.5589392]},"properties":{"@type":"node","@id":36470183,"@timestamp":1188248373},"coords":"51.5589392,-0.3642204","bedrooms":"2","price":"154000","area":"564"} , +{"type":"Feature","id":"n36470212","geometry":{"type":"Point","coordinates":[-0.365941,51.5631089]},"properties":{"@type":"node","@id":36470212,"@timestamp":1188248376},"coords":"51.5631089,-0.365941","bedrooms":"3","price":"166000","area":"402"} , +{"type":"Feature","id":"n36470768","geometry":{"type":"Point","coordinates":[-0.4125911,51.4883581]},"properties":{"@type":"node","@id":36470768,"@timestamp":1188248591},"coords":"51.4883581,-0.4125911","bedrooms":"0","price":"292000","area":"415"} , +{"type":"Feature","id":"n36470785","geometry":{"type":"Point","coordinates":[-0.4109444,51.4974635]},"properties":{"@type":"node","@id":36470785,"@timestamp":1188248593},"coords":"51.4974635,-0.4109444","bedrooms":"1","price":"195000","area":"495"} , +{"type":"Feature","id":"n36471632","geometry":{"type":"Point","coordinates":[-0.8054903,51.0661607]},"properties":{"@type":"node","@id":36471632,"@timestamp":1207510482},"coords":"51.0661607,-0.8054903","bedrooms":"3","price":"288000","area":"520"} , +{"type":"Feature","id":"n36471662","geometry":{"type":"Point","coordinates":[-0.8156422,51.0699684]},"properties":{"@type":"node","@id":36471662,"@timestamp":1188248830},"coords":"51.0699684,-0.8156422","bedrooms":"2","price":"264000","area":"605"} , +{"type":"Feature","id":"n36472622","geometry":{"type":"Point","coordinates":[-0.824612,51.0754047]},"properties":{"@type":"node","@id":36472622,"@timestamp":1188248982},"coords":"51.0754047,-0.824612","bedrooms":"4","price":"176000","area":"581"} , +{"type":"Feature","id":"n36473896","geometry":{"type":"Point","coordinates":[-0.8335322,51.0717473]},"properties":{"@type":"node","@id":36473896,"@timestamp":1188249336},"coords":"51.0717473,-0.8335322","bedrooms":"3","price":"180000","area":"561"} , +{"type":"Feature","id":"n36474474","geometry":{"type":"Point","coordinates":[-0.8254266,51.074094]},"properties":{"@type":"node","@id":36474474,"@timestamp":1188249548},"coords":"51.074094,-0.8254266","bedrooms":"2","price":"189000","area":"661"} , +{"type":"Feature","id":"n36474492","geometry":{"type":"Point","coordinates":[-0.8274728,51.0754047]},"properties":{"@type":"node","@id":36474492,"@timestamp":1188249550},"coords":"51.0754047,-0.8274728","bedrooms":"2","price":"297000","area":"437"} , +{"type":"Feature","id":"n36474507","geometry":{"type":"Point","coordinates":[-0.8288635,51.0727085]},"properties":{"@type":"node","@id":36474507,"@timestamp":1188249551},"coords":"51.0727085,-0.8288635","bedrooms":"4","price":"219000","area":"463"} , +{"type":"Feature","id":"n36474929","geometry":{"type":"Point","coordinates":[-0.3264951,51.5256711]},"properties":{"@type":"node","@id":36474929,"@timestamp":1188249692},"coords":"51.5256711,-0.3264951","bedrooms":"3","price":"232000","area":"597"} , +{"type":"Feature","id":"n36475185","geometry":{"type":"Point","coordinates":[-0.8473893,51.0695939]},"properties":{"@type":"node","@id":36475185,"@timestamp":1188249815},"coords":"51.0695939,-0.8473893","bedrooms":"3","price":"276000","area":"656"} , +{"type":"Feature","id":"n36475712","geometry":{"type":"Point","coordinates":[-0.8743783,51.0637323]},"properties":{"@type":"node","@id":36475712,"@timestamp":1188250077},"coords":"51.0637323,-0.8743783","bedrooms":"4","price":"152000","area":"587"} , +{"type":"Feature","id":"n36475725","geometry":{"type":"Point","coordinates":[-0.8764246,51.0632579]},"properties":{"@type":"node","@id":36475725,"@timestamp":1188250079},"coords":"51.0632579,-0.8764246","bedrooms":"1","price":"161000","area":"369"} , +{"type":"Feature","id":"n36475737","geometry":{"type":"Point","coordinates":[-0.8776166,51.0615349]},"properties":{"@type":"node","@id":36475737,"@timestamp":1188250081},"coords":"51.0615349,-0.8776166","bedrooms":"0","price":"290000","area":"647"} , +{"type":"Feature","id":"n36476179","geometry":{"type":"Point","coordinates":[-0.8869142,51.0583758]},"properties":{"@type":"node","@id":36476179,"@timestamp":1188250282},"coords":"51.0583758,-0.8869142","bedrooms":"4","price":"179000","area":"531"} , +{"type":"Feature","id":"n36476401","geometry":{"type":"Point","coordinates":[-0.8850319,51.0573924]},"properties":{"@type":"node","@id":36476401,"@timestamp":1188250392},"coords":"51.0573924,-0.8850319","bedrooms":"4","price":"182000","area":"511"} , +{"type":"Feature","id":"n36477506","geometry":{"type":"Point","coordinates":[-0.3312939,51.5228609]},"properties":{"@type":"node","@id":36477506,"@timestamp":1188250670},"coords":"51.5228609,-0.3312939","bedrooms":"0","price":"238000","area":"583"} , +{"type":"Feature","id":"n36478405","geometry":{"type":"Point","coordinates":[-0.3382553,51.508782]},"properties":{"@type":"node","@id":36478405,"@timestamp":1564916375},"coords":"51.508782,-0.3382553","bedrooms":"3","price":"193000","area":"381"} , +{"type":"Feature","id":"n36483618","geometry":{"type":"Point","coordinates":[-0.3054007,51.5259238]},"properties":{"@type":"node","@id":36483618,"@timestamp":1188252307},"coords":"51.5259238,-0.3054007","bedrooms":"3","price":"230000","area":"516"} , +{"type":"Feature","id":"n36483646","geometry":{"type":"Point","coordinates":[-0.3040881,51.5245182]},"properties":{"@type":"node","@id":36483646,"@timestamp":1188252312},"coords":"51.5245182,-0.3040881","bedrooms":"3","price":"207000","area":"395"} , +{"type":"Feature","id":"n36486768","geometry":{"type":"Point","coordinates":[-0.3389269,51.5362208]},"properties":{"@type":"node","@id":36486768,"@timestamp":1616259461},"coords":"51.5362208,-0.3389269","bedrooms":"2","price":"172000","area":"679"} , +{"type":"Feature","id":"n36487064","geometry":{"type":"Point","coordinates":[-0.3499912,51.5871101]},"properties":{"@type":"node","@id":36487064,"@timestamp":1621857465},"coords":"51.5871101,-0.3499912","bedrooms":"0","price":"241000","area":"497"} , +{"type":"Feature","id":"n36487155","geometry":{"type":"Point","coordinates":[-0.3602123,51.5891474]},"properties":{"@type":"node","@id":36487155,"@timestamp":1188253427},"coords":"51.5891474,-0.3602123","bedrooms":"1","price":"186000","area":"616"} , +{"type":"Feature","id":"n36487235","geometry":{"type":"Point","coordinates":[-0.3552283,51.5870506]},"properties":{"@type":"node","@id":36487235,"@timestamp":1199987638},"coords":"51.5870506,-0.3552283","bedrooms":"1","price":"182000","area":"375"} , +{"type":"Feature","id":"n36487425","geometry":{"type":"Point","coordinates":[-0.3393243,51.4842362]},"properties":{"@type":"node","@id":36487425,"@timestamp":1188253577},"coords":"51.4842362,-0.3393243","bedrooms":"4","price":"263000","area":"372"} , +{"type":"Feature","id":"n36487447","geometry":{"type":"Point","coordinates":[-0.3405535,51.4896207]},"properties":{"@type":"node","@id":36487447,"@timestamp":1188253583},"coords":"51.4896207,-0.3405535","bedrooms":"4","price":"274000","area":"489"} , +{"type":"Feature","id":"n36487476","geometry":{"type":"Point","coordinates":[-0.340385,51.4890155]},"properties":{"@type":"node","@id":36487476,"@timestamp":1188253589},"coords":"51.4890155,-0.340385","bedrooms":"3","price":"295000","area":"602"} , +{"type":"Feature","id":"n36487500","geometry":{"type":"Point","coordinates":[-0.3339585,51.4849038]},"properties":{"@type":"node","@id":36487500,"@timestamp":1188253594},"coords":"51.4849038,-0.3339585","bedrooms":"0","price":"289000","area":"408"} , +{"type":"Feature","id":"n36487571","geometry":{"type":"Point","coordinates":[-0.3355371,51.4836559]},"properties":{"@type":"node","@id":36487571,"@timestamp":1188253605},"coords":"51.4836559,-0.3355371","bedrooms":"0","price":"271000","area":"537"} , +{"type":"Feature","id":"n36489724","geometry":{"type":"Point","coordinates":[-0.3641365,51.4776251]},"properties":{"@type":"node","@id":36489724,"@timestamp":1478684420},"coords":"51.4776251,-0.3641365","bedrooms":"2","price":"203000","area":"677"} , +{"type":"Feature","id":"n36491674","geometry":{"type":"Point","coordinates":[-0.3228423,51.5332219]},"properties":{"@type":"node","@id":36491674,"@timestamp":1188255049},"coords":"51.5332219,-0.3228423","bedrooms":"1","price":"173000","area":"404"} , +{"type":"Feature","id":"n36494875","geometry":{"type":"Point","coordinates":[-0.3319207,51.459473]},"properties":{"@type":"node","@id":36494875,"@timestamp":1587300690},"coords":"51.459473,-0.3319207","bedrooms":"1","price":"228000","area":"367"} , +{"type":"Feature","id":"n36497014","geometry":{"type":"Point","coordinates":[-0.3327387,51.4625015]},"properties":{"@type":"node","@id":36497014,"@timestamp":1188257282},"coords":"51.4625015,-0.3327387","bedrooms":"4","price":"286000","area":"460"} , +{"type":"Feature","id":"n36497846","geometry":{"type":"Point","coordinates":[-0.3289754,51.4647442]},"properties":{"@type":"node","@id":36497846,"@timestamp":1188257532},"coords":"51.4647442,-0.3289754","bedrooms":"3","price":"197000","area":"352"} , +{"type":"Feature","id":"n36498246","geometry":{"type":"Point","coordinates":[0.0030292,51.7781895]},"properties":{"@type":"node","@id":36498246,"@timestamp":1188257664},"coords":"51.7781895,0.0030292","bedrooms":"1","price":"223000","area":"358"} , +{"type":"Feature","id":"n36498259","geometry":{"type":"Point","coordinates":[0.0036188,51.7789843]},"properties":{"@type":"node","@id":36498259,"@timestamp":1188257665},"coords":"51.7789843,0.0036188","bedrooms":"3","price":"297000","area":"658"} , +{"type":"Feature","id":"n36498887","geometry":{"type":"Point","coordinates":[0.0005287,51.7791909]},"properties":{"@type":"node","@id":36498887,"@timestamp":1188258115},"coords":"51.7791909,0.0005287","bedrooms":"4","price":"275000","area":"520"} , +{"type":"Feature","id":"n36499772","geometry":{"type":"Point","coordinates":[0.0007843,51.7774367]},"properties":{"@type":"node","@id":36499772,"@timestamp":1188258111},"coords":"51.7774367,0.0007843","bedrooms":"0","price":"246000","area":"545"} , +{"type":"Feature","id":"n36501123","geometry":{"type":"Point","coordinates":[-0.0011088,51.7814499]},"properties":{"@type":"node","@id":36501123,"@timestamp":1188258523},"coords":"51.7814499,-0.0011088","bedrooms":"3","price":"253000","area":"492"} , +{"type":"Feature","id":"n36501137","geometry":{"type":"Point","coordinates":[-0.0003,51.7818563]},"properties":{"@type":"node","@id":36501137,"@timestamp":1188258524},"coords":"51.7818563,-0.0003","bedrooms":"2","price":"153000","area":"531"} , +{"type":"Feature","id":"n36501149","geometry":{"type":"Point","coordinates":[0.0008019,51.780879]},"properties":{"@type":"node","@id":36501149,"@timestamp":1188258525},"coords":"51.780879,0.0008019","bedrooms":"0","price":"292000","area":"680"} , +{"type":"Feature","id":"n36501166","geometry":{"type":"Point","coordinates":[0.0007964,51.7804761]},"properties":{"@type":"node","@id":36501166,"@timestamp":1188258527},"coords":"51.7804761,0.0007964","bedrooms":"2","price":"156000","area":"526"} , +{"type":"Feature","id":"n36501614","geometry":{"type":"Point","coordinates":[-0.0017567,51.781378]},"properties":{"@type":"node","@id":36501614,"@timestamp":1188258696},"coords":"51.781378,-0.0017567","bedrooms":"3","price":"231000","area":"368"} , +{"type":"Feature","id":"n36503046","geometry":{"type":"Point","coordinates":[-0.0012282,51.7817723]},"properties":{"@type":"node","@id":36503046,"@timestamp":1188259213},"coords":"51.7817723,-0.0012282","bedrooms":"3","price":"165000","area":"542"} , +{"type":"Feature","id":"n36503056","geometry":{"type":"Point","coordinates":[0.0012687,51.7798749]},"properties":{"@type":"node","@id":36503056,"@timestamp":1188259214},"coords":"51.7798749,0.0012687","bedrooms":"3","price":"224000","area":"515"} , +{"type":"Feature","id":"n36503125","geometry":{"type":"Point","coordinates":[-0.0012228,51.7814768]},"properties":{"@type":"node","@id":36503125,"@timestamp":1188259226},"coords":"51.7814768,-0.0012228","bedrooms":"2","price":"257000","area":"442"} , +{"type":"Feature","id":"n36503140","geometry":{"type":"Point","coordinates":[-0.0004496,51.7836967]},"properties":{"@type":"node","@id":36503140,"@timestamp":1188259228},"coords":"51.7836967,-0.0004496","bedrooms":"2","price":"208000","area":"481"} , +{"type":"Feature","id":"n36504169","geometry":{"type":"Point","coordinates":[-0.0019488,51.7893514]},"properties":{"@type":"node","@id":36504169,"@timestamp":1188259582},"coords":"51.7893514,-0.0019488","bedrooms":"4","price":"258000","area":"659"} , +{"type":"Feature","id":"n36504602","geometry":{"type":"Point","coordinates":[-0.0036961,51.7902469]},"properties":{"@type":"node","@id":36504602,"@timestamp":1188259757},"coords":"51.7902469,-0.0036961","bedrooms":"1","price":"246000","area":"424"} , +{"type":"Feature","id":"n36509063","geometry":{"type":"Point","coordinates":[-0.3193421,51.4931901]},"properties":{"@type":"node","@id":36509063,"@timestamp":1188262437},"coords":"51.4931901,-0.3193421","bedrooms":"4","price":"224000","area":"582"} , +{"type":"Feature","id":"n36509308","geometry":{"type":"Point","coordinates":[-0.3365114,51.5119479]},"properties":{"@type":"node","@id":36509308,"@timestamp":1564916375},"coords":"51.5119479,-0.3365114","bedrooms":"0","price":"258000","area":"566"} , +{"type":"Feature","id":"n36511129","geometry":{"type":"Point","coordinates":[-0.3405633,51.5258724]},"properties":{"@type":"node","@id":36511129,"@timestamp":1188264574},"coords":"51.5258724,-0.3405633","bedrooms":"3","price":"152000","area":"582"} , +{"type":"Feature","id":"n36554669","geometry":{"type":"Point","coordinates":[-0.7355878,51.5058188]},"properties":{"@type":"node","@id":36554669,"@timestamp":1188291496},"coords":"51.5058188,-0.7355878","bedrooms":"1","price":"181000","area":"512"} , +{"type":"Feature","id":"n36591829","geometry":{"type":"Point","coordinates":[-0.1701206,51.3573906]},"properties":{"@type":"node","@id":36591829,"@timestamp":1538254944},"coords":"51.3573906,-0.1701206","bedrooms":"3","price":"236000","area":"624"} , +{"type":"Feature","id":"n36615044","geometry":{"type":"Point","coordinates":[-0.5826021,50.9778201]},"properties":{"@type":"node","@id":36615044,"@timestamp":1188310583},"coords":"50.9778201,-0.5826021","bedrooms":"3","price":"224000","area":"587"} , +{"type":"Feature","id":"n36616452","geometry":{"type":"Point","coordinates":[-0.2946111,50.9925645]},"properties":{"@type":"node","@id":36616452,"@timestamp":1188311234},"coords":"50.9925645,-0.2946111","bedrooms":"0","price":"171000","area":"447"} , +{"type":"Feature","id":"n36657906","geometry":{"type":"Point","coordinates":[-0.0142332,51.7960788]},"properties":{"@type":"node","@id":36657906,"@timestamp":1188325589},"coords":"51.7960788,-0.0142332","bedrooms":"1","price":"187000","area":"655"} , +{"type":"Feature","id":"n36660206","geometry":{"type":"Point","coordinates":[0.1572179,51.4752987]},"properties":{"@type":"node","@id":36660206,"@timestamp":1630441167},"coords":"51.4752987,0.1572179","bedrooms":"3","price":"274000","area":"571"} , +{"type":"Feature","id":"n36667569","geometry":{"type":"Point","coordinates":[-0.5030422,50.9568856]},"properties":{"@type":"node","@id":36667569,"@timestamp":1188860362},"coords":"50.9568856,-0.5030422","bedrooms":"3","price":"263000","area":"476"} , +{"type":"Feature","id":"n36668061","geometry":{"type":"Point","coordinates":[-0.9151034,51.4412951]},"properties":{"@type":"node","@id":36668061,"@timestamp":1246126600},"coords":"51.4412951,-0.9151034","bedrooms":"1","price":"278000","area":"625"} , +{"type":"Feature","id":"n36675786","geometry":{"type":"Point","coordinates":[-0.3287853,51.5461697]},"properties":{"@type":"node","@id":36675786,"@timestamp":1188335456},"coords":"51.5461697,-0.3287853","bedrooms":"3","price":"207000","area":"582"} , +{"type":"Feature","id":"n36678035","geometry":{"type":"Point","coordinates":[-0.3058627,51.5367443]},"properties":{"@type":"node","@id":36678035,"@timestamp":1257879742},"coords":"51.5367443,-0.3058627","bedrooms":"1","price":"288000","area":"651"} , +{"type":"Feature","id":"n36678145","geometry":{"type":"Point","coordinates":[-0.3116641,51.5339658]},"properties":{"@type":"node","@id":36678145,"@timestamp":1188336791},"coords":"51.5339658,-0.3116641","bedrooms":"0","price":"182000","area":"394"} , +{"type":"Feature","id":"n36683496","geometry":{"type":"Point","coordinates":[-0.3470928,51.6014273]},"properties":{"@type":"node","@id":36683496,"@timestamp":1188339697},"coords":"51.6014273,-0.3470928","bedrooms":"3","price":"168000","area":"685"} , +{"type":"Feature","id":"n36683630","geometry":{"type":"Point","coordinates":[-0.3649337,51.617905]},"properties":{"@type":"node","@id":36683630,"@timestamp":1193006162},"coords":"51.617905,-0.3649337","bedrooms":"1","price":"168000","area":"663"} , +{"type":"Feature","id":"n36683694","geometry":{"type":"Point","coordinates":[-0.3825835,51.6323723]},"properties":{"@type":"node","@id":36683694,"@timestamp":1188339725},"coords":"51.6323723,-0.3825835","bedrooms":"1","price":"193000","area":"691"} , +{"type":"Feature","id":"n36683948","geometry":{"type":"Point","coordinates":[-0.3306861,51.5248888]},"properties":{"@type":"node","@id":36683948,"@timestamp":1188340087},"coords":"51.5248888,-0.3306861","bedrooms":"0","price":"160000","area":"373"} , +{"type":"Feature","id":"n36685369","geometry":{"type":"Point","coordinates":[-0.3450833,51.4704111]},"properties":{"@type":"node","@id":36685369,"@timestamp":1223168087},"coords":"51.4704111,-0.3450833","bedrooms":"4","price":"257000","area":"430"} , +{"type":"Feature","id":"n36685381","geometry":{"type":"Point","coordinates":[-0.3414738,51.4691136]},"properties":{"@type":"node","@id":36685381,"@timestamp":1188342927},"coords":"51.4691136,-0.3414738","bedrooms":"3","price":"210000","area":"664"} , +{"type":"Feature","id":"n36685409","geometry":{"type":"Point","coordinates":[-0.3361579,51.4702741]},"properties":{"@type":"node","@id":36685409,"@timestamp":1188342929},"coords":"51.4702741,-0.3361579","bedrooms":"3","price":"259000","area":"592"} , +{"type":"Feature","id":"n36685422","geometry":{"type":"Point","coordinates":[-0.3369566,51.467978]},"properties":{"@type":"node","@id":36685422,"@timestamp":1188342930},"coords":"51.467978,-0.3369566","bedrooms":"4","price":"247000","area":"674"} , +{"type":"Feature","id":"n36685432","geometry":{"type":"Point","coordinates":[-0.3378738,51.4680529]},"properties":{"@type":"node","@id":36685432,"@timestamp":1188342930},"coords":"51.4680529,-0.3378738","bedrooms":"3","price":"244000","area":"354"} , +{"type":"Feature","id":"n36685442","geometry":{"type":"Point","coordinates":[-0.3389282,51.4696439]},"properties":{"@type":"node","@id":36685442,"@timestamp":1188342931},"coords":"51.4696439,-0.3389282","bedrooms":"1","price":"222000","area":"563"} , +{"type":"Feature","id":"n36685473","geometry":{"type":"Point","coordinates":[-0.3337496,51.4689826]},"properties":{"@type":"node","@id":36685473,"@timestamp":1188342934},"coords":"51.4689826,-0.3337496","bedrooms":"1","price":"230000","area":"439"} , +{"type":"Feature","id":"n36685483","geometry":{"type":"Point","coordinates":[-0.3304427,51.4693507]},"properties":{"@type":"node","@id":36685483,"@timestamp":1188342934},"coords":"51.4693507,-0.3304427","bedrooms":"1","price":"274000","area":"462"} , +{"type":"Feature","id":"n36685494","geometry":{"type":"Point","coordinates":[-0.3308296,51.4694256]},"properties":{"@type":"node","@id":36685494,"@timestamp":1188342935},"coords":"51.4694256,-0.3308296","bedrooms":"1","price":"274000","area":"599"} , +{"type":"Feature","id":"n36685533","geometry":{"type":"Point","coordinates":[-0.3362016,51.4661125]},"properties":{"@type":"node","@id":36685533,"@timestamp":1188342938},"coords":"51.4661125,-0.3362016","bedrooms":"1","price":"278000","area":"552"} , +{"type":"Feature","id":"n36685545","geometry":{"type":"Point","coordinates":[-0.3383542,51.4666927]},"properties":{"@type":"node","@id":36685545,"@timestamp":1188342938},"coords":"51.4666927,-0.3383542","bedrooms":"1","price":"225000","area":"636"} , +{"type":"Feature","id":"n36687217","geometry":{"type":"Point","coordinates":[-0.323008,51.537349]},"properties":{"@type":"node","@id":36687217,"@timestamp":1188344758},"coords":"51.537349,-0.323008","bedrooms":"1","price":"275000","area":"539"} , +{"type":"Feature","id":"n36687230","geometry":{"type":"Point","coordinates":[-0.3222339,51.5392175]},"properties":{"@type":"node","@id":36687230,"@timestamp":1188344759},"coords":"51.5392175,-0.3222339","bedrooms":"1","price":"247000","area":"674"} , +{"type":"Feature","id":"n36687240","geometry":{"type":"Point","coordinates":[-0.3228473,51.5400001]},"properties":{"@type":"node","@id":36687240,"@timestamp":1188344760},"coords":"51.5400001,-0.3228473","bedrooms":"3","price":"292000","area":"363"} , +{"type":"Feature","id":"n36687656","geometry":{"type":"Point","coordinates":[-0.0094699,51.7998342]},"properties":{"@type":"node","@id":36687656,"@timestamp":1188345181},"coords":"51.7998342,-0.0094699","bedrooms":"1","price":"252000","area":"662"} , +{"type":"Feature","id":"n36687977","geometry":{"type":"Point","coordinates":[-0.0095277,51.798083]},"properties":{"@type":"node","@id":36687977,"@timestamp":1188345656},"coords":"51.798083,-0.0095277","bedrooms":"1","price":"259000","area":"581"} , +{"type":"Feature","id":"n36688008","geometry":{"type":"Point","coordinates":[-0.0064717,51.7966059]},"properties":{"@type":"node","@id":36688008,"@timestamp":1188345659},"coords":"51.7966059,-0.0064717","bedrooms":"1","price":"178000","area":"606"} , +{"type":"Feature","id":"n36688069","geometry":{"type":"Point","coordinates":[-0.005956,51.796146]},"properties":{"@type":"node","@id":36688069,"@timestamp":1188345753},"coords":"51.796146,-0.005956","bedrooms":"2","price":"277000","area":"608"} , +{"type":"Feature","id":"n36711997","geometry":{"type":"Point","coordinates":[-0.1761152,51.4315153]},"properties":{"@type":"node","@id":36711997,"@timestamp":1602331454},"coords":"51.4315153,-0.1761152","bedrooms":"4","price":"214000","area":"515"} , +{"type":"Feature","id":"n36725798","geometry":{"type":"Point","coordinates":[0.1670571,51.4761765]},"properties":{"@type":"node","@id":36725798,"@timestamp":1393146083},"coords":"51.4761765,0.1670571","bedrooms":"2","price":"295000","area":"367"} , +{"type":"Feature","id":"n36727960","geometry":{"type":"Point","coordinates":[-0.2391877,51.4257804]},"properties":{"@type":"node","@id":36727960,"@timestamp":1188408583},"coords":"51.4257804,-0.2391877","bedrooms":"1","price":"225000","area":"534"} , +{"type":"Feature","id":"n36728021","geometry":{"type":"Point","coordinates":[-0.2324357,51.4172605]},"properties":{"@type":"node","@id":36728021,"@timestamp":1567898344},"coords":"51.4172605,-0.2324357","bedrooms":"3","price":"198000","area":"579"} , +{"type":"Feature","id":"n36728111","geometry":{"type":"Point","coordinates":[-0.2342723,51.4085722]},"properties":{"@type":"node","@id":36728111,"@timestamp":1552295805},"coords":"51.4085722,-0.2342723","bedrooms":"3","price":"165000","area":"364"} , +{"type":"Feature","id":"n36728169","geometry":{"type":"Point","coordinates":[-0.234857,51.4130453]},"properties":{"@type":"node","@id":36728169,"@timestamp":1563459055},"coords":"51.4130453,-0.234857","bedrooms":"4","price":"197000","area":"487"} , +{"type":"Feature","id":"n36728704","geometry":{"type":"Point","coordinates":[0.1401333,51.4774189]},"properties":{"@type":"node","@id":36728704,"@timestamp":1589458710},"coords":"51.4774189,0.1401333","bedrooms":"4","price":"155000","area":"601"} , +{"type":"Feature","id":"n36730131","geometry":{"type":"Point","coordinates":[0.0023382,51.7903471]},"properties":{"@type":"node","@id":36730131,"@timestamp":1188410211},"coords":"51.7903471,0.0023382","bedrooms":"0","price":"156000","area":"543"} , +{"type":"Feature","id":"n36730390","geometry":{"type":"Point","coordinates":[0.005018,51.7740769]},"properties":{"@type":"node","@id":36730390,"@timestamp":1188410481},"coords":"51.7740769,0.005018","bedrooms":"2","price":"260000","area":"697"} , +{"type":"Feature","id":"n36742756","geometry":{"type":"Point","coordinates":[-0.7252728,51.2712241]},"properties":{"@type":"node","@id":36742756,"@timestamp":1188418367},"coords":"51.2712241,-0.7252728","bedrooms":"4","price":"234000","area":"413"} , +{"type":"Feature","id":"n36761348","geometry":{"type":"Point","coordinates":[-0.3327507,51.4614432]},"properties":{"@type":"node","@id":36761348,"@timestamp":1188433116},"coords":"51.4614432,-0.3327507","bedrooms":"2","price":"279000","area":"674"} , +{"type":"Feature","id":"n36761372","geometry":{"type":"Point","coordinates":[-0.3357706,51.4608505]},"properties":{"@type":"node","@id":36761372,"@timestamp":1188433118},"coords":"51.4608505,-0.3357706","bedrooms":"2","price":"278000","area":"489"} , +{"type":"Feature","id":"n36761410","geometry":{"type":"Point","coordinates":[-0.3455413,51.4672395]},"properties":{"@type":"node","@id":36761410,"@timestamp":1188433122},"coords":"51.4672395,-0.3455413","bedrooms":"3","price":"183000","area":"644"} , +{"type":"Feature","id":"n36825344","geometry":{"type":"Point","coordinates":[-0.1583099,51.3748547]},"properties":{"@type":"node","@id":36825344,"@timestamp":1206202397},"coords":"51.3748547,-0.1583099","bedrooms":"0","price":"156000","area":"546"} , +{"type":"Feature","id":"n36859428","geometry":{"type":"Point","coordinates":[-0.5071342,50.9608468]},"properties":{"@type":"node","@id":36859428,"@timestamp":1188494241},"coords":"50.9608468,-0.5071342","bedrooms":"0","price":"271000","area":"644"} , +{"type":"Feature","id":"n36859482","geometry":{"type":"Point","coordinates":[-0.5141455,50.9575809]},"properties":{"@type":"node","@id":36859482,"@timestamp":1188494243},"coords":"50.9575809,-0.5141455","bedrooms":"4","price":"259000","area":"697"} , +{"type":"Feature","id":"n36869280","geometry":{"type":"Point","coordinates":[-0.2222369,51.3556652]},"properties":{"@type":"node","@id":36869280,"@timestamp":1626707911},"coords":"51.3556652,-0.2222369","bedrooms":"4","price":"294000","area":"520"} , +{"type":"Feature","id":"n36880495","geometry":{"type":"Point","coordinates":[-0.2168148,51.3609356]},"properties":{"@type":"node","@id":36880495,"@timestamp":1188497962},"coords":"51.3609356,-0.2168148","bedrooms":"1","price":"254000","area":"635"} , +{"type":"Feature","id":"n36880511","geometry":{"type":"Point","coordinates":[-0.2164705,51.3612492]},"properties":{"@type":"node","@id":36880511,"@timestamp":1188497963},"coords":"51.3612492,-0.2164705","bedrooms":"3","price":"265000","area":"475"} , +{"type":"Feature","id":"n36926622","geometry":{"type":"Point","coordinates":[-0.215512,51.3562604]},"properties":{"@type":"node","@id":36926622,"@timestamp":1188504119},"coords":"51.3562604,-0.215512","bedrooms":"2","price":"250000","area":"518"} , +{"type":"Feature","id":"n36930834","geometry":{"type":"Point","coordinates":[-0.2336657,51.3994804]},"properties":{"@type":"node","@id":36930834,"@timestamp":1607382924},"coords":"51.3994804,-0.2336657","bedrooms":"0","price":"277000","area":"548"} , +{"type":"Feature","id":"n36931208","geometry":{"type":"Point","coordinates":[-0.2355305,51.3983242]},"properties":{"@type":"node","@id":36931208,"@timestamp":1590962811},"coords":"51.3983242,-0.2355305","bedrooms":"0","price":"216000","area":"443"} , +{"type":"Feature","id":"n36931465","geometry":{"type":"Point","coordinates":[-0.2257771,51.3949375]},"properties":{"@type":"node","@id":36931465,"@timestamp":1561236702},"coords":"51.3949375,-0.2257771","bedrooms":"4","price":"258000","area":"566"} , +{"type":"Feature","id":"n36931984","geometry":{"type":"Point","coordinates":[-0.2321822,51.4075411]},"properties":{"@type":"node","@id":36931984,"@timestamp":1554330653},"coords":"51.4075411,-0.2321822","bedrooms":"4","price":"171000","area":"423"} , +{"type":"Feature","id":"n36932165","geometry":{"type":"Point","coordinates":[-0.2191683,51.4074335]},"properties":{"@type":"node","@id":36932165,"@timestamp":1595760002},"coords":"51.4074335,-0.2191683","bedrooms":"1","price":"246000","area":"497"} , +{"type":"Feature","id":"n36932573","geometry":{"type":"Point","coordinates":[-0.2274302,51.4021127]},"properties":{"@type":"node","@id":36932573,"@timestamp":1616839950},"coords":"51.4021127,-0.2274302","bedrooms":"3","price":"286000","area":"594"} , +{"type":"Feature","id":"n36932637","geometry":{"type":"Point","coordinates":[-0.229457,51.4014635]},"properties":{"@type":"node","@id":36932637,"@timestamp":1554505543},"coords":"51.4014635,-0.229457","bedrooms":"2","price":"261000","area":"672"} , +{"type":"Feature","id":"n36969164","geometry":{"type":"Point","coordinates":[-0.2168977,51.3609831]},"properties":{"@type":"node","@id":36969164,"@timestamp":1188509227},"coords":"51.3609831,-0.2168977","bedrooms":"1","price":"241000","area":"420"} , +{"type":"Feature","id":"n36987624","geometry":{"type":"Point","coordinates":[0.0075992,51.585676]},"properties":{"@type":"node","@id":36987624,"@timestamp":1483595292},"coords":"51.585676,0.0075992","bedrooms":"1","price":"251000","area":"422"} , +{"type":"Feature","id":"n37025296","geometry":{"type":"Point","coordinates":[-0.2090287,51.3293278]},"properties":{"@type":"node","@id":37025296,"@timestamp":1200857891},"coords":"51.3293278,-0.2090287","bedrooms":"1","price":"195000","area":"382"} , +{"type":"Feature","id":"n37124425","geometry":{"type":"Point","coordinates":[-0.1671193,51.3699843]},"properties":{"@type":"node","@id":37124425,"@timestamp":1188520500},"coords":"51.3699843,-0.1671193","bedrooms":"2","price":"196000","area":"666"} , +{"type":"Feature","id":"n37124501","geometry":{"type":"Point","coordinates":[-0.1677881,51.3664733]},"properties":{"@type":"node","@id":37124501,"@timestamp":1188863937},"coords":"51.3664733,-0.1677881","bedrooms":"3","price":"192000","area":"572"} , +{"type":"Feature","id":"n37124631","geometry":{"type":"Point","coordinates":[-0.1714211,51.3712735]},"properties":{"@type":"node","@id":37124631,"@timestamp":1188520512},"coords":"51.3712735,-0.1714211","bedrooms":"4","price":"227000","area":"611"} , +{"type":"Feature","id":"n37155044","geometry":{"type":"Point","coordinates":[-0.1784238,51.3694058]},"properties":{"@type":"node","@id":37155044,"@timestamp":1188523196},"coords":"51.3694058,-0.1784238","bedrooms":"2","price":"157000","area":"482"} , +{"type":"Feature","id":"n37494928","geometry":{"type":"Point","coordinates":[0.3003536,51.4899212]},"properties":{"@type":"node","@id":37494928,"@timestamp":1188548878},"coords":"51.4899212,0.3003536","bedrooms":"3","price":"178000","area":"451"} , +{"type":"Feature","id":"n37494949","geometry":{"type":"Point","coordinates":[0.2981847,51.4877727]},"properties":{"@type":"node","@id":37494949,"@timestamp":1188548880},"coords":"51.4877727,0.2981847","bedrooms":"3","price":"276000","area":"617"} , +{"type":"Feature","id":"n37866992","geometry":{"type":"Point","coordinates":[-0.160068,51.4909179]},"properties":{"@type":"node","@id":37866992,"@timestamp":1611645236},"coords":"51.4909179,-0.160068","bedrooms":"3","price":"280000","area":"370"} , +{"type":"Feature","id":"n38053681","geometry":{"type":"Point","coordinates":[-0.497936,50.9835324]},"properties":{"@type":"node","@id":38053681,"@timestamp":1188587314},"coords":"50.9835324,-0.497936","bedrooms":"0","price":"197000","area":"516"} , +{"type":"Feature","id":"n38053720","geometry":{"type":"Point","coordinates":[-0.4984376,50.9943703]},"properties":{"@type":"node","@id":38053720,"@timestamp":1188587316},"coords":"50.9943703,-0.4984376","bedrooms":"4","price":"298000","area":"602"} , +{"type":"Feature","id":"n38053843","geometry":{"type":"Point","coordinates":[-0.4994493,50.9568252]},"properties":{"@type":"node","@id":38053843,"@timestamp":1188587322},"coords":"50.9568252,-0.4994493","bedrooms":"3","price":"193000","area":"668"} , +{"type":"Feature","id":"n38053883","geometry":{"type":"Point","coordinates":[-0.4980914,50.9563055]},"properties":{"@type":"node","@id":38053883,"@timestamp":1188587325},"coords":"50.9563055,-0.4980914","bedrooms":"2","price":"212000","area":"672"} , +{"type":"Feature","id":"n38053937","geometry":{"type":"Point","coordinates":[-0.5065612,50.9570315]},"properties":{"@type":"node","@id":38053937,"@timestamp":1188860361},"coords":"50.9570315,-0.5065612","bedrooms":"1","price":"274000","area":"622"} , +{"type":"Feature","id":"n38417594","geometry":{"type":"Point","coordinates":[-0.0150633,51.493274]},"properties":{"@type":"node","@id":38417594,"@timestamp":1188643158},"coords":"51.493274,-0.0150633","bedrooms":"4","price":"280000","area":"374"} , +{"type":"Feature","id":"n38433491","geometry":{"type":"Point","coordinates":[0.109367,51.7952803]},"properties":{"@type":"node","@id":38433491,"@timestamp":1188652877},"coords":"51.7952803,0.109367","bedrooms":"2","price":"210000","area":"521"} , +{"type":"Feature","id":"n38433502","geometry":{"type":"Point","coordinates":[0.1134706,51.7964217]},"properties":{"@type":"node","@id":38433502,"@timestamp":1188652878},"coords":"51.7964217,0.1134706","bedrooms":"3","price":"187000","area":"672"} , +{"type":"Feature","id":"n38433516","geometry":{"type":"Point","coordinates":[0.1197562,51.79524]},"properties":{"@type":"node","@id":38433516,"@timestamp":1188652880},"coords":"51.79524,0.1197562","bedrooms":"2","price":"287000","area":"648"} , +{"type":"Feature","id":"n38433528","geometry":{"type":"Point","coordinates":[0.1256294,51.7977712]},"properties":{"@type":"node","@id":38433528,"@timestamp":1188652881},"coords":"51.7977712,0.1256294","bedrooms":"4","price":"258000","area":"365"} , +{"type":"Feature","id":"n38433541","geometry":{"type":"Point","coordinates":[0.1308186,51.7985634]},"properties":{"@type":"node","@id":38433541,"@timestamp":1188652882},"coords":"51.7985634,0.1308186","bedrooms":"3","price":"154000","area":"673"} , +{"type":"Feature","id":"n38434652","geometry":{"type":"Point","coordinates":[-0.1225353,51.6050729]},"properties":{"@type":"node","@id":38434652,"@timestamp":1440547434},"coords":"51.6050729,-0.1225353","bedrooms":"3","price":"163000","area":"648"} , +{"type":"Feature","id":"n38455488","geometry":{"type":"Point","coordinates":[-0.0871301,51.6003797]},"properties":{"@type":"node","@id":38455488,"@timestamp":1195556832},"coords":"51.6003797,-0.0871301","bedrooms":"3","price":"231000","area":"606"} , +{"type":"Feature","id":"n38456785","geometry":{"type":"Point","coordinates":[0.2337762,51.6273667]},"properties":{"@type":"node","@id":38456785,"@timestamp":1584979035},"coords":"51.6273667,0.2337762","bedrooms":"3","price":"240000","area":"613"} , +{"type":"Feature","id":"n38458694","geometry":{"type":"Point","coordinates":[-0.0963771,51.6049811]},"properties":{"@type":"node","@id":38458694,"@timestamp":1564916376},"coords":"51.6049811,-0.0963771","bedrooms":"2","price":"160000","area":"574"} , +{"type":"Feature","id":"n38461661","geometry":{"type":"Point","coordinates":[-0.0192237,51.7407355]},"properties":{"@type":"node","@id":38461661,"@timestamp":1188673671},"coords":"51.7407355,-0.0192237","bedrooms":"0","price":"158000","area":"673"} , +{"type":"Feature","id":"n38461671","geometry":{"type":"Point","coordinates":[-0.0189336,51.7410199]},"properties":{"@type":"node","@id":38461671,"@timestamp":1188673672},"coords":"51.7410199,-0.0189336","bedrooms":"4","price":"181000","area":"655"} , +{"type":"Feature","id":"n38461681","geometry":{"type":"Point","coordinates":[-0.0154768,51.7435945]},"properties":{"@type":"node","@id":38461681,"@timestamp":1188673673},"coords":"51.7435945,-0.0154768","bedrooms":"4","price":"204000","area":"467"} , +{"type":"Feature","id":"n38461691","geometry":{"type":"Point","coordinates":[-0.0168064,51.7418732]},"properties":{"@type":"node","@id":38461691,"@timestamp":1188673674},"coords":"51.7418732,-0.0168064","bedrooms":"3","price":"222000","area":"427"} , +{"type":"Feature","id":"n38461706","geometry":{"type":"Point","coordinates":[-0.0190182,51.7444728]},"properties":{"@type":"node","@id":38461706,"@timestamp":1188673676},"coords":"51.7444728,-0.0190182","bedrooms":"1","price":"276000","area":"426"} , +{"type":"Feature","id":"n38461894","geometry":{"type":"Point","coordinates":[-0.010856,51.7445952]},"properties":{"@type":"node","@id":38461894,"@timestamp":1188674311},"coords":"51.7445952,-0.010856","bedrooms":"3","price":"153000","area":"583"} , +{"type":"Feature","id":"n38461911","geometry":{"type":"Point","coordinates":[-0.0129877,51.7429503]},"properties":{"@type":"node","@id":38461911,"@timestamp":1188674313},"coords":"51.7429503,-0.0129877","bedrooms":"3","price":"233000","area":"582"} , +{"type":"Feature","id":"n38461985","geometry":{"type":"Point","coordinates":[-0.0094269,51.7402144]},"properties":{"@type":"node","@id":38461985,"@timestamp":1188674539},"coords":"51.7402144,-0.0094269","bedrooms":"0","price":"289000","area":"515"} , +{"type":"Feature","id":"n38461995","geometry":{"type":"Point","coordinates":[-0.0120812,51.7416429]},"properties":{"@type":"node","@id":38461995,"@timestamp":1188674540},"coords":"51.7416429,-0.0120812","bedrooms":"2","price":"232000","area":"470"} , +{"type":"Feature","id":"n38462005","geometry":{"type":"Point","coordinates":[-0.0107296,51.7410278]},"properties":{"@type":"node","@id":38462005,"@timestamp":1631382676},"coords":"51.7410278,-0.0107296","bedrooms":"3","price":"285000","area":"531"} , +{"type":"Feature","id":"n38462296","geometry":{"type":"Point","coordinates":[-0.0119835,51.7385102]},"properties":{"@type":"node","@id":38462296,"@timestamp":1188674987},"coords":"51.7385102,-0.0119835","bedrooms":"2","price":"160000","area":"514"} , +{"type":"Feature","id":"n38462306","geometry":{"type":"Point","coordinates":[-0.0092184,51.7391183]},"properties":{"@type":"node","@id":38462306,"@timestamp":1188674988},"coords":"51.7391183,-0.0092184","bedrooms":"3","price":"246000","area":"679"} , +{"type":"Feature","id":"n38462316","geometry":{"type":"Point","coordinates":[-0.0103171,51.738964]},"properties":{"@type":"node","@id":38462316,"@timestamp":1188674989},"coords":"51.738964,-0.0103171","bedrooms":"4","price":"166000","area":"626"} , +{"type":"Feature","id":"n38462326","geometry":{"type":"Point","coordinates":[-0.0088407,51.7389942]},"properties":{"@type":"node","@id":38462326,"@timestamp":1188674990},"coords":"51.7389942,-0.0088407","bedrooms":"2","price":"274000","area":"478"} , +{"type":"Feature","id":"n38462336","geometry":{"type":"Point","coordinates":[-0.0082002,51.7402345]},"properties":{"@type":"node","@id":38462336,"@timestamp":1188674991},"coords":"51.7402345,-0.0082002","bedrooms":"4","price":"167000","area":"378"} , +{"type":"Feature","id":"n38463199","geometry":{"type":"Point","coordinates":[-0.0033581,51.7375344]},"properties":{"@type":"node","@id":38463199,"@timestamp":1188675731},"coords":"51.7375344,-0.0033581","bedrooms":"2","price":"290000","area":"621"} , +{"type":"Feature","id":"n38463210","geometry":{"type":"Point","coordinates":[-0.0010081,51.7371851]},"properties":{"@type":"node","@id":38463210,"@timestamp":1194375911},"coords":"51.7371851,-0.0010081","bedrooms":"3","price":"214000","area":"524"} , +{"type":"Feature","id":"n38463220","geometry":{"type":"Point","coordinates":[-0.0076416,51.7430884]},"properties":{"@type":"node","@id":38463220,"@timestamp":1188675735},"coords":"51.7430884,-0.0076416","bedrooms":"1","price":"254000","area":"428"} , +{"type":"Feature","id":"n38463232","geometry":{"type":"Point","coordinates":[-0.0011458,51.7369654]},"properties":{"@type":"node","@id":38463232,"@timestamp":1188675737},"coords":"51.7369654,-0.0011458","bedrooms":"3","price":"299000","area":"619"} , +{"type":"Feature","id":"n38568281","geometry":{"type":"Point","coordinates":[-0.3549882,51.4742029]},"properties":{"@type":"node","@id":38568281,"@timestamp":1188685761},"coords":"51.4742029,-0.3549882","bedrooms":"2","price":"251000","area":"641"} , +{"type":"Feature","id":"n38581803","geometry":{"type":"Point","coordinates":[-0.0036274,51.7428841]},"properties":{"@type":"node","@id":38581803,"@timestamp":1188687486},"coords":"51.7428841,-0.0036274","bedrooms":"4","price":"291000","area":"473"} , +{"type":"Feature","id":"n38581829","geometry":{"type":"Point","coordinates":[-0.001182,51.7460138]},"properties":{"@type":"node","@id":38581829,"@timestamp":1188687488},"coords":"51.7460138,-0.001182","bedrooms":"0","price":"244000","area":"491"} , +{"type":"Feature","id":"n38645844","geometry":{"type":"Point","coordinates":[0.0012557,51.736484]},"properties":{"@type":"node","@id":38645844,"@timestamp":1194375911},"coords":"51.736484,0.0012557","bedrooms":"3","price":"250000","area":"453"} , +{"type":"Feature","id":"n38645875","geometry":{"type":"Point","coordinates":[0.0065306,51.7382864]},"properties":{"@type":"node","@id":38645875,"@timestamp":1188693148},"coords":"51.7382864,0.0065306","bedrooms":"0","price":"289000","area":"486"} , +{"type":"Feature","id":"n38645921","geometry":{"type":"Point","coordinates":[0.0069258,51.7386715]},"properties":{"@type":"node","@id":38645921,"@timestamp":1188693152},"coords":"51.7386715,0.0069258","bedrooms":"4","price":"163000","area":"649"} , +{"type":"Feature","id":"n38645958","geometry":{"type":"Point","coordinates":[0.0082271,51.7430891]},"properties":{"@type":"node","@id":38645958,"@timestamp":1188693154},"coords":"51.7430891,0.0082271","bedrooms":"1","price":"292000","area":"462"} , +{"type":"Feature","id":"n38646011","geometry":{"type":"Point","coordinates":[0.0113637,51.7439113]},"properties":{"@type":"node","@id":38646011,"@timestamp":1188693157},"coords":"51.7439113,0.0113637","bedrooms":"4","price":"201000","area":"353"} , +{"type":"Feature","id":"n38646045","geometry":{"type":"Point","coordinates":[0.0146717,51.7391093]},"properties":{"@type":"node","@id":38646045,"@timestamp":1188693160},"coords":"51.7391093,0.0146717","bedrooms":"1","price":"162000","area":"567"} , +{"type":"Feature","id":"n38646105","geometry":{"type":"Point","coordinates":[0.0183192,51.7375622]},"properties":{"@type":"node","@id":38646105,"@timestamp":1188693164},"coords":"51.7375622,0.0183192","bedrooms":"0","price":"202000","area":"450"} , +{"type":"Feature","id":"n38646134","geometry":{"type":"Point","coordinates":[0.0176027,51.737458]},"properties":{"@type":"node","@id":38646134,"@timestamp":1188693165},"coords":"51.737458,0.0176027","bedrooms":"4","price":"248000","area":"425"} , +{"type":"Feature","id":"n38673631","geometry":{"type":"Point","coordinates":[-0.2858418,51.540634]},"properties":{"@type":"node","@id":38673631,"@timestamp":1212340195},"coords":"51.540634,-0.2858418","bedrooms":"1","price":"218000","area":"442"} , +{"type":"Feature","id":"n38677887","geometry":{"type":"Point","coordinates":[-0.4055347,51.6191647]},"properties":{"@type":"node","@id":38677887,"@timestamp":1188697083},"coords":"51.6191647,-0.4055347","bedrooms":"0","price":"211000","area":"401"} , +{"type":"Feature","id":"n38862402","geometry":{"type":"Point","coordinates":[0.015319,51.7440001]},"properties":{"@type":"node","@id":38862402,"@timestamp":1188724749},"coords":"51.7440001,0.015319","bedrooms":"3","price":"240000","area":"375"} , +{"type":"Feature","id":"n38865518","geometry":{"type":"Point","coordinates":[0.0140745,51.7341536]},"properties":{"@type":"node","@id":38865518,"@timestamp":1188725547},"coords":"51.7341536,0.0140745","bedrooms":"3","price":"153000","area":"476"} , +{"type":"Feature","id":"n38865552","geometry":{"type":"Point","coordinates":[0.0177397,51.7351276]},"properties":{"@type":"node","@id":38865552,"@timestamp":1188725552},"coords":"51.7351276,0.0177397","bedrooms":"4","price":"293000","area":"664"} , +{"type":"Feature","id":"n38868694","geometry":{"type":"Point","coordinates":[0.0218524,51.733104]},"properties":{"@type":"node","@id":38868694,"@timestamp":1188726322},"coords":"51.733104,0.0218524","bedrooms":"2","price":"220000","area":"439"} , +{"type":"Feature","id":"n38871269","geometry":{"type":"Point","coordinates":[0.0033737,51.7355456]},"properties":{"@type":"node","@id":38871269,"@timestamp":1194375891},"coords":"51.7355456,0.0033737","bedrooms":"2","price":"288000","area":"457"} , +{"type":"Feature","id":"n38871398","geometry":{"type":"Point","coordinates":[-0.0020509,51.7254792]},"properties":{"@type":"node","@id":38871398,"@timestamp":1188726894},"coords":"51.7254792,-0.0020509","bedrooms":"3","price":"184000","area":"423"} , +{"type":"Feature","id":"n38873515","geometry":{"type":"Point","coordinates":[0.0078518,51.7433689]},"properties":{"@type":"node","@id":38873515,"@timestamp":1188727919},"coords":"51.7433689,0.0078518","bedrooms":"4","price":"166000","area":"621"} , +{"type":"Feature","id":"n38873596","geometry":{"type":"Point","coordinates":[0.0032967,51.7488416]},"properties":{"@type":"node","@id":38873596,"@timestamp":1188727958},"coords":"51.7488416,0.0032967","bedrooms":"4","price":"175000","area":"420"} , +{"type":"Feature","id":"n38873722","geometry":{"type":"Point","coordinates":[0.0055439,51.7479905]},"properties":{"@type":"node","@id":38873722,"@timestamp":1188727997},"coords":"51.7479905,0.0055439","bedrooms":"0","price":"265000","area":"351"} , +{"type":"Feature","id":"n38873799","geometry":{"type":"Point","coordinates":[0.0072724,51.7446621]},"properties":{"@type":"node","@id":38873799,"@timestamp":1188728007},"coords":"51.7446621,0.0072724","bedrooms":"4","price":"285000","area":"487"} , +{"type":"Feature","id":"n38873861","geometry":{"type":"Point","coordinates":[0.0075685,51.7448597]},"properties":{"@type":"node","@id":38873861,"@timestamp":1188728015},"coords":"51.7448597,0.0075685","bedrooms":"2","price":"154000","area":"607"} , +{"type":"Feature","id":"n38873908","geometry":{"type":"Point","coordinates":[0.0093627,51.7469285]},"properties":{"@type":"node","@id":38873908,"@timestamp":1188728022},"coords":"51.7469285,0.0093627","bedrooms":"0","price":"182000","area":"643"} , +{"type":"Feature","id":"n38873971","geometry":{"type":"Point","coordinates":[0.0048967,51.7483697]},"properties":{"@type":"node","@id":38873971,"@timestamp":1188728029},"coords":"51.7483697,0.0048967","bedrooms":"1","price":"207000","area":"417"} , +{"type":"Feature","id":"n38875790","geometry":{"type":"Point","coordinates":[-0.1138106,51.5975033]},"properties":{"@type":"node","@id":38875790,"@timestamp":1325629818},"coords":"51.5975033,-0.1138106","bedrooms":"3","price":"295000","area":"634"} , +{"type":"Feature","id":"n38886006","geometry":{"type":"Point","coordinates":[-0.0969878,51.5898464]},"properties":{"@type":"node","@id":38886006,"@timestamp":1609530732},"coords":"51.5898464,-0.0969878","bedrooms":"4","price":"292000","area":"359"} , +{"type":"Feature","id":"n38899736","geometry":{"type":"Point","coordinates":[-0.3704204,51.6097677]},"properties":{"@type":"node","@id":38899736,"@timestamp":1188742678},"coords":"51.6097677,-0.3704204","bedrooms":"1","price":"289000","area":"496"} , +{"type":"Feature","id":"n38902978","geometry":{"type":"Point","coordinates":[-0.2631456,51.2995506]},"properties":{"@type":"node","@id":38902978,"@timestamp":1188748641},"coords":"51.2995506,-0.2631456","bedrooms":"4","price":"179000","area":"614"} , +{"type":"Feature","id":"n38903013","geometry":{"type":"Point","coordinates":[-0.2533034,51.3033171]},"properties":{"@type":"node","@id":38903013,"@timestamp":1188748651},"coords":"51.3033171,-0.2533034","bedrooms":"0","price":"171000","area":"512"} , +{"type":"Feature","id":"n38904423","geometry":{"type":"Point","coordinates":[-0.0997603,51.0060313]},"properties":{"@type":"node","@id":38904423,"@timestamp":1188758643},"coords":"51.0060313,-0.0997603","bedrooms":"1","price":"168000","area":"688"} , +{"type":"Feature","id":"n38904572","geometry":{"type":"Point","coordinates":[-0.1028179,51.0073147]},"properties":{"@type":"node","@id":38904572,"@timestamp":1188759294},"coords":"51.0073147,-0.1028179","bedrooms":"3","price":"158000","area":"375"} , +{"type":"Feature","id":"n38907658","geometry":{"type":"Point","coordinates":[-0.0949307,51.0055862]},"properties":{"@type":"node","@id":38907658,"@timestamp":1188762024},"coords":"51.0055862,-0.0949307","bedrooms":"1","price":"256000","area":"628"} , +{"type":"Feature","id":"n38946187","geometry":{"type":"Point","coordinates":[-0.108592,51.0020047]},"properties":{"@type":"node","@id":38946187,"@timestamp":1188774188},"coords":"51.0020047,-0.108592","bedrooms":"1","price":"196000","area":"384"} , +{"type":"Feature","id":"n38948528","geometry":{"type":"Point","coordinates":[-0.1154034,51.0009046]},"properties":{"@type":"node","@id":38948528,"@timestamp":1532458299},"coords":"51.0009046,-0.1154034","bedrooms":"2","price":"290000","area":"419"} , +{"type":"Feature","id":"n38959740","geometry":{"type":"Point","coordinates":[-0.1104238,51.0075514]},"properties":{"@type":"node","@id":38959740,"@timestamp":1188776026},"coords":"51.0075514,-0.1104238","bedrooms":"3","price":"166000","area":"413"} , +{"type":"Feature","id":"n38967109","geometry":{"type":"Point","coordinates":[-0.106688,51.0108893]},"properties":{"@type":"node","@id":38967109,"@timestamp":1188776797},"coords":"51.0108893,-0.106688","bedrooms":"2","price":"276000","area":"677"} , +{"type":"Feature","id":"n38967163","geometry":{"type":"Point","coordinates":[-0.1070825,51.0148745]},"properties":{"@type":"node","@id":38967163,"@timestamp":1188776801},"coords":"51.0148745,-0.1070825","bedrooms":"1","price":"299000","area":"595"} , +{"type":"Feature","id":"n38967191","geometry":{"type":"Point","coordinates":[-0.1065801,51.0160493]},"properties":{"@type":"node","@id":38967191,"@timestamp":1188776803},"coords":"51.0160493,-0.1065801","bedrooms":"0","price":"198000","area":"531"} , +{"type":"Feature","id":"n38967446","geometry":{"type":"Point","coordinates":[-0.022463,51.7397901]},"properties":{"@type":"node","@id":38967446,"@timestamp":1188776822},"coords":"51.7397901,-0.022463","bedrooms":"0","price":"257000","area":"614"} , +{"type":"Feature","id":"n38967485","geometry":{"type":"Point","coordinates":[-0.0217465,51.7397901]},"properties":{"@type":"node","@id":38967485,"@timestamp":1188776824},"coords":"51.7397901,-0.0217465","bedrooms":"4","price":"240000","area":"506"} , +{"type":"Feature","id":"n38967517","geometry":{"type":"Point","coordinates":[-0.0176538,51.7404455]},"properties":{"@type":"node","@id":38967517,"@timestamp":1188776828},"coords":"51.7404455,-0.0176538","bedrooms":"3","price":"159000","area":"657"} , +{"type":"Feature","id":"n39117414","geometry":{"type":"Point","coordinates":[-0.3361472,51.5387953]},"properties":{"@type":"node","@id":39117414,"@timestamp":1189018916},"coords":"51.5387953,-0.3361472","bedrooms":"0","price":"261000","area":"378"} , +{"type":"Feature","id":"n39343141","geometry":{"type":"Point","coordinates":[-0.2887124,51.9112266]},"properties":{"@type":"node","@id":39343141,"@timestamp":1188801287},"coords":"51.9112266,-0.2887124","bedrooms":"3","price":"224000","area":"375"} , +{"type":"Feature","id":"n39343640","geometry":{"type":"Point","coordinates":[-0.270503,51.899434]},"properties":{"@type":"node","@id":39343640,"@timestamp":1188801316},"coords":"51.899434,-0.270503","bedrooms":"0","price":"282000","area":"568"} , +{"type":"Feature","id":"n39390796","geometry":{"type":"Point","coordinates":[-0.1348978,51.015039]},"properties":{"@type":"node","@id":39390796,"@timestamp":1188804034},"coords":"51.015039,-0.1348978","bedrooms":"0","price":"247000","area":"689"} , +{"type":"Feature","id":"n39601075","geometry":{"type":"Point","coordinates":[-0.1349479,51.3702183]},"properties":{"@type":"node","@id":39601075,"@timestamp":1188818866},"coords":"51.3702183,-0.1349479","bedrooms":"3","price":"150000","area":"452"} , +{"type":"Feature","id":"n39601141","geometry":{"type":"Point","coordinates":[-0.1369147,51.3714195]},"properties":{"@type":"node","@id":39601141,"@timestamp":1188818868},"coords":"51.3714195,-0.1369147","bedrooms":"1","price":"272000","area":"600"} , +{"type":"Feature","id":"n39658542","geometry":{"type":"Point","coordinates":[-0.0620551,51.4609502]},"properties":{"@type":"node","@id":39658542,"@timestamp":1188822640},"coords":"51.4609502,-0.0620551","bedrooms":"1","price":"191000","area":"682"} , +{"type":"Feature","id":"n39663948","geometry":{"type":"Point","coordinates":[-0.060742,51.4589624]},"properties":{"@type":"node","@id":39663948,"@timestamp":1188823003},"coords":"51.4589624,-0.060742","bedrooms":"1","price":"259000","area":"443"} , +{"type":"Feature","id":"n39667807","geometry":{"type":"Point","coordinates":[-0.0620834,51.4591726]},"properties":{"@type":"node","@id":39667807,"@timestamp":1188823268},"coords":"51.4591726,-0.0620834","bedrooms":"0","price":"155000","area":"402"} , +{"type":"Feature","id":"n39667843","geometry":{"type":"Point","coordinates":[-0.0643245,51.4577832]},"properties":{"@type":"node","@id":39667843,"@timestamp":1188823270},"coords":"51.4577832,-0.0643245","bedrooms":"1","price":"216000","area":"658"} , +{"type":"Feature","id":"n39685823","geometry":{"type":"Point","coordinates":[-0.2048792,51.4198096]},"properties":{"@type":"node","@id":39685823,"@timestamp":1574526876},"coords":"51.4198096,-0.2048792","bedrooms":"0","price":"201000","area":"699"} , +{"type":"Feature","id":"n39716021","geometry":{"type":"Point","coordinates":[-0.061632,51.4571236]},"properties":{"@type":"node","@id":39716021,"@timestamp":1188826617},"coords":"51.4571236,-0.061632","bedrooms":"2","price":"243000","area":"558"} , +{"type":"Feature","id":"n39716148","geometry":{"type":"Point","coordinates":[-0.0601883,51.4545237]},"properties":{"@type":"node","@id":39716148,"@timestamp":1188826626},"coords":"51.4545237,-0.0601883","bedrooms":"4","price":"295000","area":"409"} , +{"type":"Feature","id":"n39716193","geometry":{"type":"Point","coordinates":[-0.0562717,51.4564455]},"properties":{"@type":"node","@id":39716193,"@timestamp":1188826629},"coords":"51.4564455,-0.0562717","bedrooms":"0","price":"269000","area":"610"} , +{"type":"Feature","id":"n39776132","geometry":{"type":"Point","coordinates":[-0.5911577,51.4200678]},"properties":{"@type":"node","@id":39776132,"@timestamp":1188831281},"coords":"51.4200678,-0.5911577","bedrooms":"4","price":"175000","area":"372"} , +{"type":"Feature","id":"n39781370","geometry":{"type":"Point","coordinates":[-0.1385718,51.0125191]},"properties":{"@type":"node","@id":39781370,"@timestamp":1188831695},"coords":"51.0125191,-0.1385718","bedrooms":"4","price":"186000","area":"406"} , +{"type":"Feature","id":"n39809232","geometry":{"type":"Point","coordinates":[-0.0596484,51.4580377]},"properties":{"@type":"node","@id":39809232,"@timestamp":1188834118},"coords":"51.4580377,-0.0596484","bedrooms":"3","price":"263000","area":"359"} , +{"type":"Feature","id":"n39809315","geometry":{"type":"Point","coordinates":[-0.0595166,51.4574305]},"properties":{"@type":"node","@id":39809315,"@timestamp":1188834128},"coords":"51.4574305,-0.0595166","bedrooms":"4","price":"190000","area":"408"} , +{"type":"Feature","id":"n39811942","geometry":{"type":"Point","coordinates":[-0.1423621,51.0187916]},"properties":{"@type":"node","@id":39811942,"@timestamp":1188834376},"coords":"51.0187916,-0.1423621","bedrooms":"0","price":"249000","area":"423"} , +{"type":"Feature","id":"n39812442","geometry":{"type":"Point","coordinates":[-0.0593768,51.4581785]},"properties":{"@type":"node","@id":39812442,"@timestamp":1188834414},"coords":"51.4581785,-0.0593768","bedrooms":"4","price":"211000","area":"525"} , +{"type":"Feature","id":"n39812495","geometry":{"type":"Point","coordinates":[-0.058163,51.4581451]},"properties":{"@type":"node","@id":39812495,"@timestamp":1188834417},"coords":"51.4581451,-0.058163","bedrooms":"1","price":"263000","area":"423"} , +{"type":"Feature","id":"n39812551","geometry":{"type":"Point","coordinates":[-0.0621718,51.4584971]},"properties":{"@type":"node","@id":39812551,"@timestamp":1188834421},"coords":"51.4584971,-0.0621718","bedrooms":"1","price":"223000","area":"427"} , +{"type":"Feature","id":"n39819370","geometry":{"type":"Point","coordinates":[-0.139823,51.0093348]},"properties":{"@type":"node","@id":39819370,"@timestamp":1188835015},"coords":"51.0093348,-0.139823","bedrooms":"1","price":"231000","area":"374"} , +{"type":"Feature","id":"n39819546","geometry":{"type":"Point","coordinates":[-0.1386856,51.0074694]},"properties":{"@type":"node","@id":39819546,"@timestamp":1188835026},"coords":"51.0074694,-0.1386856","bedrooms":"4","price":"233000","area":"502"} , +{"type":"Feature","id":"n39822800","geometry":{"type":"Point","coordinates":[-0.0574087,51.4576119]},"properties":{"@type":"node","@id":39822800,"@timestamp":1188835269},"coords":"51.4576119,-0.0574087","bedrooms":"3","price":"175000","area":"501"} , +{"type":"Feature","id":"n39831003","geometry":{"type":"Point","coordinates":[-0.0610704,51.4596434]},"properties":{"@type":"node","@id":39831003,"@timestamp":1188835910},"coords":"51.4596434,-0.0610704","bedrooms":"3","price":"238000","area":"597"} , +{"type":"Feature","id":"n39831106","geometry":{"type":"Point","coordinates":[-0.0588461,51.4563716]},"properties":{"@type":"node","@id":39831106,"@timestamp":1188835915},"coords":"51.4563716,-0.0588461","bedrooms":"2","price":"233000","area":"617"} , +{"type":"Feature","id":"n39831238","geometry":{"type":"Point","coordinates":[-0.0643418,51.4584625]},"properties":{"@type":"node","@id":39831238,"@timestamp":1188835923},"coords":"51.4584625,-0.0643418","bedrooms":"4","price":"262000","area":"551"} , +{"type":"Feature","id":"n39831343","geometry":{"type":"Point","coordinates":[-0.0595558,51.4574231]},"properties":{"@type":"node","@id":39831343,"@timestamp":1188835930},"coords":"51.4574231,-0.0595558","bedrooms":"4","price":"155000","area":"539"} , +{"type":"Feature","id":"n39892670","geometry":{"type":"Point","coordinates":[-0.1325578,51.0060444]},"properties":{"@type":"node","@id":39892670,"@timestamp":1188841070},"coords":"51.0060444,-0.1325578","bedrooms":"1","price":"233000","area":"573"} , +{"type":"Feature","id":"n39952378","geometry":{"type":"Point","coordinates":[-0.5009245,50.9599161]},"properties":{"@type":"node","@id":39952378,"@timestamp":1188846505},"coords":"50.9599161,-0.5009245","bedrooms":"3","price":"162000","area":"621"} , +{"type":"Feature","id":"n39952451","geometry":{"type":"Point","coordinates":[-0.4943366,50.9591941]},"properties":{"@type":"node","@id":39952451,"@timestamp":1188846510},"coords":"50.9591941,-0.4943366","bedrooms":"2","price":"158000","area":"518"} , +{"type":"Feature","id":"n39952488","geometry":{"type":"Point","coordinates":[-0.4953186,50.959183]},"properties":{"@type":"node","@id":39952488,"@timestamp":1188846513},"coords":"50.959183,-0.4953186","bedrooms":"1","price":"277000","area":"698"} , +{"type":"Feature","id":"n39952561","geometry":{"type":"Point","coordinates":[-0.4974979,50.9588075]},"properties":{"@type":"node","@id":39952561,"@timestamp":1188846519},"coords":"50.9588075,-0.4974979","bedrooms":"1","price":"258000","area":"635"} , +{"type":"Feature","id":"n40090811","geometry":{"type":"Point","coordinates":[-0.7924459,51.8176642]},"properties":{"@type":"node","@id":40090811,"@timestamp":1188857950},"coords":"51.8176642,-0.7924459","bedrooms":"1","price":"227000","area":"419"} , +{"type":"Feature","id":"n40114056","geometry":{"type":"Point","coordinates":[-0.6175057,51.4843168]},"properties":{"@type":"node","@id":40114056,"@timestamp":1188859859},"coords":"51.4843168,-0.6175057","bedrooms":"1","price":"169000","area":"505"} , +{"type":"Feature","id":"n40114600","geometry":{"type":"Point","coordinates":[-0.6051008,51.478361]},"properties":{"@type":"node","@id":40114600,"@timestamp":1188859909},"coords":"51.478361,-0.6051008","bedrooms":"0","price":"159000","area":"351"} , +{"type":"Feature","id":"n40114981","geometry":{"type":"Point","coordinates":[-0.6126808,51.4785543]},"properties":{"@type":"node","@id":40114981,"@timestamp":1188859939},"coords":"51.4785543,-0.6126808","bedrooms":"0","price":"242000","area":"460"} , +{"type":"Feature","id":"n40115054","geometry":{"type":"Point","coordinates":[-0.6130861,51.4774533]},"properties":{"@type":"node","@id":40115054,"@timestamp":1188859943},"coords":"51.4774533,-0.6130861","bedrooms":"2","price":"191000","area":"470"} , +{"type":"Feature","id":"n40115241","geometry":{"type":"Point","coordinates":[-0.6148453,51.4771847]},"properties":{"@type":"node","@id":40115241,"@timestamp":1188859955},"coords":"51.4771847,-0.6148453","bedrooms":"0","price":"216000","area":"363"} , +{"type":"Feature","id":"n40117494","geometry":{"type":"Point","coordinates":[-0.798495,51.8186333]},"properties":{"@type":"node","@id":40117494,"@timestamp":1188860117},"coords":"51.8186333,-0.798495","bedrooms":"0","price":"168000","area":"583"} , +{"type":"Feature","id":"n40175029","geometry":{"type":"Point","coordinates":[-0.1788884,51.3627776]},"properties":{"@type":"node","@id":40175029,"@timestamp":1188863855},"coords":"51.3627776,-0.1788884","bedrooms":"4","price":"281000","area":"566"} , +{"type":"Feature","id":"n40175763","geometry":{"type":"Point","coordinates":[-0.185813,51.3625632]},"properties":{"@type":"node","@id":40175763,"@timestamp":1542229178},"coords":"51.3625632,-0.185813","bedrooms":"1","price":"212000","area":"695"} , +{"type":"Feature","id":"n40184611","geometry":{"type":"Point","coordinates":[-0.4181282,51.9198794]},"properties":{"@type":"node","@id":40184611,"@timestamp":1191893362},"coords":"51.9198794,-0.4181282","bedrooms":"0","price":"179000","area":"548"} , +{"type":"Feature","id":"n40184654","geometry":{"type":"Point","coordinates":[-0.4156912,51.9192658]},"properties":{"@type":"node","@id":40184654,"@timestamp":1188864410},"coords":"51.9192658,-0.4156912","bedrooms":"1","price":"278000","area":"576"} , +{"type":"Feature","id":"n40185014","geometry":{"type":"Point","coordinates":[-0.4120088,51.9199289]},"properties":{"@type":"node","@id":40185014,"@timestamp":1447600500},"coords":"51.9199289,-0.4120088","bedrooms":"2","price":"159000","area":"517"} , +{"type":"Feature","id":"n40186847","geometry":{"type":"Point","coordinates":[-0.4124134,51.9197425]},"properties":{"@type":"node","@id":40186847,"@timestamp":1191893362},"coords":"51.9197425,-0.4124134","bedrooms":"3","price":"211000","area":"429"} , +{"type":"Feature","id":"n40187960","geometry":{"type":"Point","coordinates":[-0.4198208,51.9204074]},"properties":{"@type":"node","@id":40187960,"@timestamp":1195696314},"coords":"51.9204074,-0.4198208","bedrooms":"4","price":"255000","area":"387"} , +{"type":"Feature","id":"n40267384","geometry":{"type":"Point","coordinates":[-0.3955784,51.9198037]},"properties":{"@type":"node","@id":40267384,"@timestamp":1188872034},"coords":"51.9198037,-0.3955784","bedrooms":"3","price":"206000","area":"534"} , +{"type":"Feature","id":"n40758946","geometry":{"type":"Point","coordinates":[-0.6922638,51.3611644]},"properties":{"@type":"node","@id":40758946,"@timestamp":1616257803},"coords":"51.3611644,-0.6922638","bedrooms":"4","price":"208000","area":"620"} , +{"type":"Feature","id":"n40830785","geometry":{"type":"Point","coordinates":[-0.3001236,51.5362963]},"properties":{"@type":"node","@id":40830785,"@timestamp":1379110763},"coords":"51.5362963,-0.3001236","bedrooms":"1","price":"170000","area":"623"} , +{"type":"Feature","id":"n40955618","geometry":{"type":"Point","coordinates":[0.1866803,51.0489909]},"properties":{"@type":"node","@id":40955618,"@timestamp":1528619974},"coords":"51.0489909,0.1866803","bedrooms":"0","price":"267000","area":"458"} , +{"type":"Feature","id":"n40985310","geometry":{"type":"Point","coordinates":[-0.0825554,51.4721432]},"properties":{"@type":"node","@id":40985310,"@timestamp":1188918552},"coords":"51.4721432,-0.0825554","bedrooms":"3","price":"233000","area":"624"} , +{"type":"Feature","id":"n40985352","geometry":{"type":"Point","coordinates":[-0.0816742,51.4716954]},"properties":{"@type":"node","@id":40985352,"@timestamp":1188918555},"coords":"51.4716954,-0.0816742","bedrooms":"1","price":"264000","area":"667"} , +{"type":"Feature","id":"n40985381","geometry":{"type":"Point","coordinates":[-0.0816654,51.4717743]},"properties":{"@type":"node","@id":40985381,"@timestamp":1188918557},"coords":"51.4717743,-0.0816654","bedrooms":"0","price":"176000","area":"434"} , +{"type":"Feature","id":"n40985410","geometry":{"type":"Point","coordinates":[-0.082127,51.4723662]},"properties":{"@type":"node","@id":40985410,"@timestamp":1535730020},"coords":"51.4723662,-0.082127","bedrooms":"0","price":"265000","area":"474"} , +{"type":"Feature","id":"n40998694","geometry":{"type":"Point","coordinates":[-0.0870611,51.4724351]},"properties":{"@type":"node","@id":40998694,"@timestamp":1188919539},"coords":"51.4724351,-0.0870611","bedrooms":"3","price":"218000","area":"583"} , +{"type":"Feature","id":"n41006549","geometry":{"type":"Point","coordinates":[-0.0778301,51.4701209]},"properties":{"@type":"node","@id":41006549,"@timestamp":1283080653},"coords":"51.4701209,-0.0778301","bedrooms":"2","price":"280000","area":"362"} , +{"type":"Feature","id":"n41054095","geometry":{"type":"Point","coordinates":[-0.6105409,51.3388153]},"properties":{"@type":"node","@id":41054095,"@timestamp":1463346284},"coords":"51.3388153,-0.6105409","bedrooms":"3","price":"204000","area":"489"} , +{"type":"Feature","id":"n41170948","geometry":{"type":"Point","coordinates":[-0.5155747,50.956496]},"properties":{"@type":"node","@id":41170948,"@timestamp":1188933181},"coords":"50.956496,-0.5155747","bedrooms":"0","price":"248000","area":"570"} , +{"type":"Feature","id":"n41183209","geometry":{"type":"Point","coordinates":[-0.4602102,51.0224047]},"properties":{"@type":"node","@id":41183209,"@timestamp":1188934586},"coords":"51.0224047,-0.4602102","bedrooms":"2","price":"160000","area":"548"} , +{"type":"Feature","id":"n41183680","geometry":{"type":"Point","coordinates":[-0.4616279,51.0141463]},"properties":{"@type":"node","@id":41183680,"@timestamp":1188934630},"coords":"51.0141463,-0.4616279","bedrooms":"3","price":"293000","area":"685"} , +{"type":"Feature","id":"n41183942","geometry":{"type":"Point","coordinates":[-0.4591582,51.0152027]},"properties":{"@type":"node","@id":41183942,"@timestamp":1226151856},"coords":"51.0152027,-0.4591582","bedrooms":"3","price":"174000","area":"422"} , +{"type":"Feature","id":"n41315489","geometry":{"type":"Point","coordinates":[-0.3477675,51.6158106]},"properties":{"@type":"node","@id":41315489,"@timestamp":1188944917},"coords":"51.6158106,-0.3477675","bedrooms":"4","price":"193000","area":"454"} , +{"type":"Feature","id":"n41317006","geometry":{"type":"Point","coordinates":[-0.3286819,51.6246949]},"properties":{"@type":"node","@id":41317006,"@timestamp":1188945049},"coords":"51.6246949,-0.3286819","bedrooms":"0","price":"264000","area":"366"} , +{"type":"Feature","id":"n41317070","geometry":{"type":"Point","coordinates":[-0.3266057,51.6189899]},"properties":{"@type":"node","@id":41317070,"@timestamp":1188945054},"coords":"51.6189899,-0.3266057","bedrooms":"1","price":"243000","area":"575"} , +{"type":"Feature","id":"n41578991","geometry":{"type":"Point","coordinates":[-0.0598214,51.5153855]},"properties":{"@type":"node","@id":41578991,"@timestamp":1188966309},"coords":"51.5153855,-0.0598214","bedrooms":"4","price":"267000","area":"622"} , +{"type":"Feature","id":"n41579228","geometry":{"type":"Point","coordinates":[-0.0531735,51.5184493]},"properties":{"@type":"node","@id":41579228,"@timestamp":1245710279},"coords":"51.5184493,-0.0531735","bedrooms":"2","price":"204000","area":"371"} , +{"type":"Feature","id":"n41579257","geometry":{"type":"Point","coordinates":[-0.0538385,51.5174928]},"properties":{"@type":"node","@id":41579257,"@timestamp":1245710279},"coords":"51.5174928,-0.0538385","bedrooms":"1","price":"200000","area":"610"} , +{"type":"Feature","id":"n41579290","geometry":{"type":"Point","coordinates":[-0.0547665,51.5183294]},"properties":{"@type":"node","@id":41579290,"@timestamp":1245710280},"coords":"51.5183294,-0.0547665","bedrooms":"1","price":"240000","area":"531"} , +{"type":"Feature","id":"n41579335","geometry":{"type":"Point","coordinates":[-0.0536443,51.5176277]},"properties":{"@type":"node","@id":41579335,"@timestamp":1188966337},"coords":"51.5176277,-0.0536443","bedrooms":"3","price":"273000","area":"669"} , +{"type":"Feature","id":"n41579382","geometry":{"type":"Point","coordinates":[-0.0545315,51.5179069]},"properties":{"@type":"node","@id":41579382,"@timestamp":1188966340},"coords":"51.5179069,-0.0545315","bedrooms":"2","price":"181000","area":"641"} , +{"type":"Feature","id":"n41594999","geometry":{"type":"Point","coordinates":[-0.051887,51.5182073]},"properties":{"@type":"node","@id":41594999,"@timestamp":1188967896},"coords":"51.5182073,-0.051887","bedrooms":"2","price":"272000","area":"372"} , +{"type":"Feature","id":"n41816107","geometry":{"type":"Point","coordinates":[-0.6336849,51.3231734]},"properties":{"@type":"node","@id":41816107,"@timestamp":1469217446},"coords":"51.3231734,-0.6336849","bedrooms":"4","price":"206000","area":"576"} , +{"type":"Feature","id":"n42083482","geometry":{"type":"Point","coordinates":[-0.1585442,51.4691426]},"properties":{"@type":"node","@id":42083482,"@timestamp":1596715032},"coords":"51.4691426,-0.1585442","bedrooms":"1","price":"197000","area":"678"} , +{"type":"Feature","id":"n42097780","geometry":{"type":"Point","coordinates":[-0.3125496,51.5189763]},"properties":{"@type":"node","@id":42097780,"@timestamp":1191175144},"coords":"51.5189763,-0.3125496","bedrooms":"4","price":"290000","area":"563"} , +{"type":"Feature","id":"n42106778","geometry":{"type":"Point","coordinates":[0.2541676,51.4985197]},"properties":{"@type":"node","@id":42106778,"@timestamp":1189012222},"coords":"51.4985197,0.2541676","bedrooms":"4","price":"299000","area":"501"} , +{"type":"Feature","id":"n42220004","geometry":{"type":"Point","coordinates":[-0.3436431,51.5356679]},"properties":{"@type":"node","@id":42220004,"@timestamp":1189018871},"coords":"51.5356679,-0.3436431","bedrooms":"0","price":"160000","area":"671"} , +{"type":"Feature","id":"n42220112","geometry":{"type":"Point","coordinates":[-0.3363028,51.5371729]},"properties":{"@type":"node","@id":42220112,"@timestamp":1189018875},"coords":"51.5371729,-0.3363028","bedrooms":"2","price":"225000","area":"394"} , +{"type":"Feature","id":"n42220156","geometry":{"type":"Point","coordinates":[-0.3341747,51.5386252]},"properties":{"@type":"node","@id":42220156,"@timestamp":1189018878},"coords":"51.5386252,-0.3341747","bedrooms":"3","price":"270000","area":"418"} , +{"type":"Feature","id":"n42220217","geometry":{"type":"Point","coordinates":[-0.3361276,51.5382847]},"properties":{"@type":"node","@id":42220217,"@timestamp":1189018882},"coords":"51.5382847,-0.3361276","bedrooms":"1","price":"165000","area":"515"} , +{"type":"Feature","id":"n42220273","geometry":{"type":"Point","coordinates":[-0.3355664,51.5389793]},"properties":{"@type":"node","@id":42220273,"@timestamp":1189018885},"coords":"51.5389793,-0.3355664","bedrooms":"3","price":"260000","area":"694"} , +{"type":"Feature","id":"n42232460","geometry":{"type":"Point","coordinates":[-0.3274059,51.5360709]},"properties":{"@type":"node","@id":42232460,"@timestamp":1189019638},"coords":"51.5360709,-0.3274059","bedrooms":"4","price":"179000","area":"544"} , +{"type":"Feature","id":"n42249782","geometry":{"type":"Point","coordinates":[-0.3394482,51.556254]},"properties":{"@type":"node","@id":42249782,"@timestamp":1189020804},"coords":"51.556254,-0.3394482","bedrooms":"1","price":"275000","area":"665"} , +{"type":"Feature","id":"n42277656","geometry":{"type":"Point","coordinates":[-0.4069084,51.4993541]},"properties":{"@type":"node","@id":42277656,"@timestamp":1189022366},"coords":"51.4993541,-0.4069084","bedrooms":"2","price":"202000","area":"602"} , +{"type":"Feature","id":"n42302179","geometry":{"type":"Point","coordinates":[-0.3146547,51.578186]},"properties":{"@type":"node","@id":42302179,"@timestamp":1189023457},"coords":"51.578186,-0.3146547","bedrooms":"1","price":"206000","area":"623"} , +{"type":"Feature","id":"n42303559","geometry":{"type":"Point","coordinates":[-0.4619583,51.0146945]},"properties":{"@type":"node","@id":42303559,"@timestamp":1189023534},"coords":"51.0146945,-0.4619583","bedrooms":"3","price":"278000","area":"600"} , +{"type":"Feature","id":"n42303628","geometry":{"type":"Point","coordinates":[-0.457482,51.0148054]},"properties":{"@type":"node","@id":42303628,"@timestamp":1189023537},"coords":"51.0148054,-0.457482","bedrooms":"1","price":"276000","area":"411"} , +{"type":"Feature","id":"n42307836","geometry":{"type":"Point","coordinates":[-0.3208819,51.5807834]},"properties":{"@type":"node","@id":42307836,"@timestamp":1189023724},"coords":"51.5807834,-0.3208819","bedrooms":"1","price":"277000","area":"422"} , +{"type":"Feature","id":"n42324576","geometry":{"type":"Point","coordinates":[-0.2326723,51.5713162]},"properties":{"@type":"node","@id":42324576,"@timestamp":1189024611},"coords":"51.5713162,-0.2326723","bedrooms":"1","price":"239000","area":"609"} , +{"type":"Feature","id":"n42340659","geometry":{"type":"Point","coordinates":[-0.2344769,51.569235]},"properties":{"@type":"node","@id":42340659,"@timestamp":1189025487},"coords":"51.569235,-0.2344769","bedrooms":"0","price":"278000","area":"375"} , +{"type":"Feature","id":"n42351731","geometry":{"type":"Point","coordinates":[-0.7900223,51.8178211]},"properties":{"@type":"node","@id":42351731,"@timestamp":1612280586},"coords":"51.8178211,-0.7900223","bedrooms":"4","price":"228000","area":"657"} , +{"type":"Feature","id":"n42397587","geometry":{"type":"Point","coordinates":[-0.7940091,51.8218836]},"properties":{"@type":"node","@id":42397587,"@timestamp":1189029152},"coords":"51.8218836,-0.7940091","bedrooms":"4","price":"294000","area":"512"} , +{"type":"Feature","id":"n42397619","geometry":{"type":"Point","coordinates":[-0.7984014,51.8230243]},"properties":{"@type":"node","@id":42397619,"@timestamp":1189029155},"coords":"51.8230243,-0.7984014","bedrooms":"0","price":"207000","area":"354"} , +{"type":"Feature","id":"n43037837","geometry":{"type":"Point","coordinates":[-0.0581708,51.5055453]},"properties":{"@type":"node","@id":43037837,"@timestamp":1630962253},"coords":"51.5055453,-0.0581708","bedrooms":"3","price":"186000","area":"454"} , +{"type":"Feature","id":"n43245600","geometry":{"type":"Point","coordinates":[-0.0725724,51.4697954]},"properties":{"@type":"node","@id":43245600,"@timestamp":1262433193},"coords":"51.4697954,-0.0725724","bedrooms":"4","price":"213000","area":"668"} , +{"type":"Feature","id":"n43393200","geometry":{"type":"Point","coordinates":[-0.164211,51.423626]},"properties":{"@type":"node","@id":43393200,"@timestamp":1599692193},"coords":"51.423626,-0.164211","bedrooms":"2","price":"265000","area":"695"} , +{"type":"Feature","id":"n43415395","geometry":{"type":"Point","coordinates":[-0.1520434,51.4290264]},"properties":{"@type":"node","@id":43415395,"@timestamp":1617699151},"coords":"51.4290264,-0.1520434","bedrooms":"4","price":"220000","area":"659"} , +{"type":"Feature","id":"n43478385","geometry":{"type":"Point","coordinates":[0.0491114,51.2624313]},"properties":{"@type":"node","@id":43478385,"@timestamp":1199477474},"coords":"51.2624313,0.0491114","bedrooms":"0","price":"222000","area":"681"} , +{"type":"Feature","id":"n43500718","geometry":{"type":"Point","coordinates":[-0.1513333,51.4316018]},"properties":{"@type":"node","@id":43500718,"@timestamp":1553291524},"coords":"51.4316018,-0.1513333","bedrooms":"2","price":"253000","area":"510"} , +{"type":"Feature","id":"n43668810","geometry":{"type":"Point","coordinates":[-0.5339228,51.2560424]},"properties":{"@type":"node","@id":43668810,"@timestamp":1189114702},"coords":"51.2560424,-0.5339228","bedrooms":"2","price":"169000","area":"544"} , +{"type":"Feature","id":"n43668929","geometry":{"type":"Point","coordinates":[-0.5323119,51.2576186]},"properties":{"@type":"node","@id":43668929,"@timestamp":1192557927},"coords":"51.2576186,-0.5323119","bedrooms":"0","price":"265000","area":"374"} , +{"type":"Feature","id":"n43695361","geometry":{"type":"Point","coordinates":[-0.0663891,51.5969422]},"properties":{"@type":"node","@id":43695361,"@timestamp":1365967451},"coords":"51.5969422,-0.0663891","bedrooms":"2","price":"210000","area":"576"} , +{"type":"Feature","id":"n44856131","geometry":{"type":"Point","coordinates":[-0.5419744,51.4579348]},"properties":{"@type":"node","@id":44856131,"@timestamp":1540835887},"coords":"51.4579348,-0.5419744","bedrooms":"3","price":"239000","area":"475"} , +{"type":"Feature","id":"n45067887","geometry":{"type":"Point","coordinates":[0.1314196,51.6887322]},"properties":{"@type":"node","@id":45067887,"@timestamp":1544950932},"coords":"51.6887322,0.1314196","bedrooms":"0","price":"225000","area":"597"} , +{"type":"Feature","id":"n45265824","geometry":{"type":"Point","coordinates":[0.2196407,51.6073487]},"properties":{"@type":"node","@id":45265824,"@timestamp":1258246288},"coords":"51.6073487,0.2196407","bedrooms":"2","price":"200000","area":"365"} , +{"type":"Feature","id":"n45276207","geometry":{"type":"Point","coordinates":[0.0687324,51.4795626]},"properties":{"@type":"node","@id":45276207,"@timestamp":1315914560},"coords":"51.4795626,0.0687324","bedrooms":"3","price":"161000","area":"397"} , +{"type":"Feature","id":"n45293688","geometry":{"type":"Point","coordinates":[0.2346712,51.5939208]},"properties":{"@type":"node","@id":45293688,"@timestamp":1436043017},"coords":"51.5939208,0.2346712","bedrooms":"0","price":"175000","area":"582"} , +{"type":"Feature","id":"n45318059","geometry":{"type":"Point","coordinates":[0.3049731,51.5159507]},"properties":{"@type":"node","@id":45318059,"@timestamp":1206604957},"coords":"51.5159507,0.3049731","bedrooms":"4","price":"246000","area":"532"} , +{"type":"Feature","id":"n45318141","geometry":{"type":"Point","coordinates":[0.3016459,51.5206087]},"properties":{"@type":"node","@id":45318141,"@timestamp":1534590522},"coords":"51.5206087,0.3016459","bedrooms":"4","price":"199000","area":"373"} , +{"type":"Feature","id":"n45324093","geometry":{"type":"Point","coordinates":[-1.1049187,51.0204423]},"properties":{"@type":"node","@id":45324093,"@timestamp":1189195809},"coords":"51.0204423,-1.1049187","bedrooms":"4","price":"191000","area":"502"} , +{"type":"Feature","id":"n45332984","geometry":{"type":"Point","coordinates":[0.2961204,51.5215477]},"properties":{"@type":"node","@id":45332984,"@timestamp":1189196283},"coords":"51.5215477,0.2961204","bedrooms":"3","price":"156000","area":"474"} , +{"type":"Feature","id":"n45350303","geometry":{"type":"Point","coordinates":[0.039249,51.4941463]},"properties":{"@type":"node","@id":45350303,"@timestamp":1630640346},"coords":"51.4941463,0.039249","bedrooms":"4","price":"290000","area":"458"} , +{"type":"Feature","id":"n45461249","geometry":{"type":"Point","coordinates":[0.0640391,51.4218536]},"properties":{"@type":"node","@id":45461249,"@timestamp":1523056562},"coords":"51.4218536,0.0640391","bedrooms":"0","price":"250000","area":"608"} , +{"type":"Feature","id":"n46164134","geometry":{"type":"Point","coordinates":[0.0477272,51.4200915]},"properties":{"@type":"node","@id":46164134,"@timestamp":1538398703},"coords":"51.4200915,0.0477272","bedrooms":"4","price":"172000","area":"375"} , +{"type":"Feature","id":"n46191852","geometry":{"type":"Point","coordinates":[0.0238427,51.4041905]},"properties":{"@type":"node","@id":46191852,"@timestamp":1627505776},"coords":"51.4041905,0.0238427","bedrooms":"0","price":"256000","area":"606"} , +{"type":"Feature","id":"n46638195","geometry":{"type":"Point","coordinates":[0.0167484,51.7865176]},"properties":{"@type":"node","@id":46638195,"@timestamp":1190754090},"coords":"51.7865176,0.0167484","bedrooms":"1","price":"231000","area":"405"} , +{"type":"Feature","id":"n46706611","geometry":{"type":"Point","coordinates":[0.0976419,51.9005481]},"properties":{"@type":"node","@id":46706611,"@timestamp":1189261671},"coords":"51.9005481,0.0976419","bedrooms":"0","price":"239000","area":"372"} , +{"type":"Feature","id":"n46800458","geometry":{"type":"Point","coordinates":[0.1002741,51.9311048]},"properties":{"@type":"node","@id":46800458,"@timestamp":1189268975},"coords":"51.9311048,0.1002741","bedrooms":"3","price":"234000","area":"565"} , +{"type":"Feature","id":"n46883844","geometry":{"type":"Point","coordinates":[-1.1035959,50.9664301]},"properties":{"@type":"node","@id":46883844,"@timestamp":1189275024},"coords":"50.9664301,-1.1035959","bedrooms":"2","price":"182000","area":"603"} , +{"type":"Feature","id":"n46981079","geometry":{"type":"Point","coordinates":[0.1102582,51.9427407]},"properties":{"@type":"node","@id":46981079,"@timestamp":1189282222},"coords":"51.9427407,0.1102582","bedrooms":"0","price":"211000","area":"568"} , +{"type":"Feature","id":"n46981234","geometry":{"type":"Point","coordinates":[0.1025587,51.9446656]},"properties":{"@type":"node","@id":46981234,"@timestamp":1189282231},"coords":"51.9446656,0.1025587","bedrooms":"4","price":"263000","area":"532"} , +{"type":"Feature","id":"n46981324","geometry":{"type":"Point","coordinates":[0.0965124,51.9462272]},"properties":{"@type":"node","@id":46981324,"@timestamp":1189282236},"coords":"51.9462272,0.0965124","bedrooms":"2","price":"205000","area":"641"} , +{"type":"Feature","id":"n46981403","geometry":{"type":"Point","coordinates":[0.0964129,51.9504965]},"properties":{"@type":"node","@id":46981403,"@timestamp":1189282241},"coords":"51.9504965,0.0964129","bedrooms":"3","price":"258000","area":"426"} , +{"type":"Feature","id":"n47012207","geometry":{"type":"Point","coordinates":[-1.031645,51.1173576]},"properties":{"@type":"node","@id":47012207,"@timestamp":1189284476},"coords":"51.1173576,-1.031645","bedrooms":"4","price":"208000","area":"598"} , +{"type":"Feature","id":"n47013330","geometry":{"type":"Point","coordinates":[0.0835242,51.9622314]},"properties":{"@type":"node","@id":47013330,"@timestamp":1189284572},"coords":"51.9622314,0.0835242","bedrooms":"4","price":"265000","area":"674"} , +{"type":"Feature","id":"n47099246","geometry":{"type":"Point","coordinates":[0.2711945,51.1934623]},"properties":{"@type":"node","@id":47099246,"@timestamp":1189290359},"coords":"51.1934623,0.2711945","bedrooms":"2","price":"198000","area":"377"} , +{"type":"Feature","id":"n47099339","geometry":{"type":"Point","coordinates":[0.2750317,51.1933602]},"properties":{"@type":"node","@id":47099339,"@timestamp":1189290368},"coords":"51.1933602,0.2750317","bedrooms":"3","price":"237000","area":"557"} , +{"type":"Feature","id":"n47733711","geometry":{"type":"Point","coordinates":[0.2344868,51.5938555]},"properties":{"@type":"node","@id":47733711,"@timestamp":1317998848},"coords":"51.5938555,0.2344868","bedrooms":"0","price":"189000","area":"522"} , +{"type":"Feature","id":"n47913590","geometry":{"type":"Point","coordinates":[-0.4988738,50.9608608]},"properties":{"@type":"node","@id":47913590,"@timestamp":1189351356},"coords":"50.9608608,-0.4988738","bedrooms":"1","price":"250000","area":"639"} , +{"type":"Feature","id":"n47918738","geometry":{"type":"Point","coordinates":[-0.0665503,51.0083516]},"properties":{"@type":"node","@id":47918738,"@timestamp":1189351645},"coords":"51.0083516,-0.0665503","bedrooms":"3","price":"196000","area":"450"} , +{"type":"Feature","id":"n47918870","geometry":{"type":"Point","coordinates":[-0.104531,51.0010737]},"properties":{"@type":"node","@id":47918870,"@timestamp":1189351650},"coords":"51.0010737,-0.104531","bedrooms":"0","price":"292000","area":"359"} , +{"type":"Feature","id":"n47919010","geometry":{"type":"Point","coordinates":[-0.1020594,51.0014948]},"properties":{"@type":"node","@id":47919010,"@timestamp":1189351656},"coords":"51.0014948,-0.1020594","bedrooms":"0","price":"155000","area":"463"} , +{"type":"Feature","id":"n47920085","geometry":{"type":"Point","coordinates":[-0.4792321,50.9546496]},"properties":{"@type":"node","@id":47920085,"@timestamp":1189351728},"coords":"50.9546496,-0.4792321","bedrooms":"1","price":"150000","area":"659"} , +{"type":"Feature","id":"n47931690","geometry":{"type":"Point","coordinates":[-0.0994603,50.9992124]},"properties":{"@type":"node","@id":47931690,"@timestamp":1191007814},"coords":"50.9992124,-0.0994603","bedrooms":"2","price":"192000","area":"637"} , +{"type":"Feature","id":"n47931753","geometry":{"type":"Point","coordinates":[-0.0966264,51.0005831]},"properties":{"@type":"node","@id":47931753,"@timestamp":1191007817},"coords":"51.0005831,-0.0966264","bedrooms":"0","price":"233000","area":"692"} , +{"type":"Feature","id":"n47931784","geometry":{"type":"Point","coordinates":[-0.0955542,51.0005002]},"properties":{"@type":"node","@id":47931784,"@timestamp":1189352649},"coords":"51.0005002,-0.0955542","bedrooms":"3","price":"167000","area":"496"} , +{"type":"Feature","id":"n47931844","geometry":{"type":"Point","coordinates":[-0.0926505,51.001196]},"properties":{"@type":"node","@id":47931844,"@timestamp":1191007817},"coords":"51.001196,-0.0926505","bedrooms":"1","price":"209000","area":"485"} , +{"type":"Feature","id":"n47931940","geometry":{"type":"Point","coordinates":[-0.0967391,51.0018441]},"properties":{"@type":"node","@id":47931940,"@timestamp":1189352659},"coords":"51.0018441,-0.0967391","bedrooms":"3","price":"192000","area":"693"} , +{"type":"Feature","id":"n47932050","geometry":{"type":"Point","coordinates":[-0.0876453,51.0035623]},"properties":{"@type":"node","@id":47932050,"@timestamp":1189352665},"coords":"51.0035623,-0.0876453","bedrooms":"2","price":"202000","area":"467"} , +{"type":"Feature","id":"n47932165","geometry":{"type":"Point","coordinates":[-0.0914885,50.9997217]},"properties":{"@type":"node","@id":47932165,"@timestamp":1189352672},"coords":"50.9997217,-0.0914885","bedrooms":"0","price":"248000","area":"453"} , +{"type":"Feature","id":"n47932380","geometry":{"type":"Point","coordinates":[-0.0854512,51.0024921]},"properties":{"@type":"node","@id":47932380,"@timestamp":1189352695},"coords":"51.0024921,-0.0854512","bedrooms":"4","price":"195000","area":"551"} , +{"type":"Feature","id":"n47932523","geometry":{"type":"Point","coordinates":[-0.0843612,50.9989765]},"properties":{"@type":"node","@id":47932523,"@timestamp":1189352702},"coords":"50.9989765,-0.0843612","bedrooms":"1","price":"261000","area":"452"} , +{"type":"Feature","id":"n47939634","geometry":{"type":"Point","coordinates":[-0.0958873,50.9973821]},"properties":{"@type":"node","@id":47939634,"@timestamp":1189353173},"coords":"50.9973821,-0.0958873","bedrooms":"2","price":"210000","area":"361"} , +{"type":"Feature","id":"n47939836","geometry":{"type":"Point","coordinates":[-0.0989842,50.9963119]},"properties":{"@type":"node","@id":47939836,"@timestamp":1189353181},"coords":"50.9963119,-0.0989842","bedrooms":"4","price":"166000","area":"497"} , +{"type":"Feature","id":"n47940076","geometry":{"type":"Point","coordinates":[-0.0883816,50.9947694]},"properties":{"@type":"node","@id":47940076,"@timestamp":1189418053},"coords":"50.9947694,-0.0883816","bedrooms":"1","price":"258000","area":"656"} , +{"type":"Feature","id":"n47940205","geometry":{"type":"Point","coordinates":[-0.0858621,50.9930159]},"properties":{"@type":"node","@id":47940205,"@timestamp":1189418055},"coords":"50.9930159,-0.0858621","bedrooms":"3","price":"191000","area":"630"} , +{"type":"Feature","id":"n47942952","geometry":{"type":"Point","coordinates":[-0.0842278,50.9963458]},"properties":{"@type":"node","@id":47942952,"@timestamp":1189353357},"coords":"50.9963458,-0.0842278","bedrooms":"0","price":"227000","area":"610"} , +{"type":"Feature","id":"n47943038","geometry":{"type":"Point","coordinates":[-0.080874,50.9965342]},"properties":{"@type":"node","@id":47943038,"@timestamp":1189353362},"coords":"50.9965342,-0.080874","bedrooms":"4","price":"219000","area":"369"} , +{"type":"Feature","id":"n48033350","geometry":{"type":"Point","coordinates":[-0.0878582,51.0038049]},"properties":{"@type":"node","@id":48033350,"@timestamp":1189359917},"coords":"51.0038049,-0.0878582","bedrooms":"4","price":"291000","area":"676"} , +{"type":"Feature","id":"n48295066","geometry":{"type":"Point","coordinates":[-0.0732558,51.5261189]},"properties":{"@type":"node","@id":48295066,"@timestamp":1635154372},"coords":"51.5261189,-0.0732558","bedrooms":"2","price":"212000","area":"603"} , +{"type":"Feature","id":"n48641256","geometry":{"type":"Point","coordinates":[-0.6631883,51.3499221]},"properties":{"@type":"node","@id":48641256,"@timestamp":1327580010},"coords":"51.3499221,-0.6631883","bedrooms":"0","price":"263000","area":"612"} , +{"type":"Feature","id":"n48655017","geometry":{"type":"Point","coordinates":[-0.0694659,51.5287687]},"properties":{"@type":"node","@id":48655017,"@timestamp":1620604450},"coords":"51.5287687,-0.0694659","bedrooms":"1","price":"274000","area":"388"} , +{"type":"Feature","id":"n48700384","geometry":{"type":"Point","coordinates":[-0.063428,51.5286474]},"properties":{"@type":"node","@id":48700384,"@timestamp":1215600976},"coords":"51.5286474,-0.063428","bedrooms":"4","price":"283000","area":"540"} , +{"type":"Feature","id":"n48700412","geometry":{"type":"Point","coordinates":[-0.0646693,51.5299455]},"properties":{"@type":"node","@id":48700412,"@timestamp":1215600976},"coords":"51.5299455,-0.0646693","bedrooms":"0","price":"151000","area":"680"} , +{"type":"Feature","id":"n48705171","geometry":{"type":"Point","coordinates":[-0.0624859,51.5293586]},"properties":{"@type":"node","@id":48705171,"@timestamp":1215600977},"coords":"51.5293586,-0.0624859","bedrooms":"0","price":"249000","area":"571"} , +{"type":"Feature","id":"n48705284","geometry":{"type":"Point","coordinates":[-0.0643811,51.52766]},"properties":{"@type":"node","@id":48705284,"@timestamp":1189420536},"coords":"51.52766,-0.0643811","bedrooms":"3","price":"280000","area":"450"} , +{"type":"Feature","id":"n48742527","geometry":{"type":"Point","coordinates":[-0.0582742,51.5302557]},"properties":{"@type":"node","@id":48742527,"@timestamp":1215600977},"coords":"51.5302557,-0.0582742","bedrooms":"2","price":"250000","area":"450"} , +{"type":"Feature","id":"n48748166","geometry":{"type":"Point","coordinates":[0.0758743,51.7302762]},"properties":{"@type":"node","@id":48748166,"@timestamp":1189427634},"coords":"51.7302762,0.0758743","bedrooms":"0","price":"294000","area":"398"} , +{"type":"Feature","id":"n48755260","geometry":{"type":"Point","coordinates":[0.3065185,51.5997647]},"properties":{"@type":"node","@id":48755260,"@timestamp":1206018583},"coords":"51.5997647,0.3065185","bedrooms":"0","price":"155000","area":"541"} , +{"type":"Feature","id":"n48757304","geometry":{"type":"Point","coordinates":[-0.0575152,51.5315393]},"properties":{"@type":"node","@id":48757304,"@timestamp":1189429331},"coords":"51.5315393,-0.0575152","bedrooms":"4","price":"292000","area":"473"} , +{"type":"Feature","id":"n48857379","geometry":{"type":"Point","coordinates":[-0.4962251,51.0322413]},"properties":{"@type":"node","@id":48857379,"@timestamp":1189446539},"coords":"51.0322413,-0.4962251","bedrooms":"2","price":"289000","area":"514"} , +{"type":"Feature","id":"n48857389","geometry":{"type":"Point","coordinates":[-0.5062492,51.0337996]},"properties":{"@type":"node","@id":48857389,"@timestamp":1189446542},"coords":"51.0337996,-0.5062492","bedrooms":"3","price":"258000","area":"699"} , +{"type":"Feature","id":"n48857399","geometry":{"type":"Point","coordinates":[-0.5128555,51.0336186]},"properties":{"@type":"node","@id":48857399,"@timestamp":1189446544},"coords":"51.0336186,-0.5128555","bedrooms":"3","price":"209000","area":"624"} , +{"type":"Feature","id":"n48901872","geometry":{"type":"Point","coordinates":[-0.1684,51.9282391]},"properties":{"@type":"node","@id":48901872,"@timestamp":1189455035},"coords":"51.9282391,-0.1684","bedrooms":"4","price":"203000","area":"559"} , +{"type":"Feature","id":"n48902948","geometry":{"type":"Point","coordinates":[-0.2777314,51.9384126]},"properties":{"@type":"node","@id":48902948,"@timestamp":1189455225},"coords":"51.9384126,-0.2777314","bedrooms":"2","price":"206000","area":"384"} , +{"type":"Feature","id":"n48903519","geometry":{"type":"Point","coordinates":[-0.055566,51.5521616]},"properties":{"@type":"node","@id":48903519,"@timestamp":1189455351},"coords":"51.5521616,-0.055566","bedrooms":"0","price":"287000","area":"592"} , +{"type":"Feature","id":"n48912016","geometry":{"type":"Point","coordinates":[-0.0535491,51.5506461]},"properties":{"@type":"node","@id":48912016,"@timestamp":1189457594},"coords":"51.5506461,-0.0535491","bedrooms":"3","price":"217000","area":"402"} , +{"type":"Feature","id":"n48912035","geometry":{"type":"Point","coordinates":[-0.0537917,51.5510998]},"properties":{"@type":"node","@id":48912035,"@timestamp":1189457598},"coords":"51.5510998,-0.0537917","bedrooms":"3","price":"275000","area":"514"} , +{"type":"Feature","id":"n48912059","geometry":{"type":"Point","coordinates":[-0.0537623,51.5515887]},"properties":{"@type":"node","@id":48912059,"@timestamp":1189457600},"coords":"51.5515887,-0.0537623","bedrooms":"1","price":"236000","area":"413"} , +{"type":"Feature","id":"n48912090","geometry":{"type":"Point","coordinates":[-0.0538776,51.5510009]},"properties":{"@type":"node","@id":48912090,"@timestamp":1189457603},"coords":"51.5510009,-0.0538776","bedrooms":"0","price":"188000","area":"566"} , +{"type":"Feature","id":"n48912108","geometry":{"type":"Point","coordinates":[-0.053741,51.5510919]},"properties":{"@type":"node","@id":48912108,"@timestamp":1189457604},"coords":"51.5510919,-0.053741","bedrooms":"1","price":"204000","area":"627"} , +{"type":"Feature","id":"n48912149","geometry":{"type":"Point","coordinates":[-0.0547669,51.5561333]},"properties":{"@type":"node","@id":48912149,"@timestamp":1189457608},"coords":"51.5561333,-0.0547669","bedrooms":"4","price":"274000","area":"639"} , +{"type":"Feature","id":"n48928562","geometry":{"type":"Point","coordinates":[-0.0540477,51.5143144]},"properties":{"@type":"node","@id":48928562,"@timestamp":1593264138},"coords":"51.5143144,-0.0540477","bedrooms":"4","price":"201000","area":"587"} , +{"type":"Feature","id":"n48937296","geometry":{"type":"Point","coordinates":[-0.0621398,51.5579777]},"properties":{"@type":"node","@id":48937296,"@timestamp":1587697323},"coords":"51.5579777,-0.0621398","bedrooms":"2","price":"292000","area":"582"} , +{"type":"Feature","id":"n48947273","geometry":{"type":"Point","coordinates":[0.3299932,51.5777407]},"properties":{"@type":"node","@id":48947273,"@timestamp":1206020703},"coords":"51.5777407,0.3299932","bedrooms":"2","price":"156000","area":"629"} , +{"type":"Feature","id":"n48955405","geometry":{"type":"Point","coordinates":[-0.3408354,51.405467]},"properties":{"@type":"node","@id":48955405,"@timestamp":1616665457},"coords":"51.405467,-0.3408354","bedrooms":"2","price":"222000","area":"592"} , +{"type":"Feature","id":"n48979837","geometry":{"type":"Point","coordinates":[-0.048136,51.5172357]},"properties":{"@type":"node","@id":48979837,"@timestamp":1189472098},"coords":"51.5172357,-0.048136","bedrooms":"0","price":"205000","area":"666"} , +{"type":"Feature","id":"n48979934","geometry":{"type":"Point","coordinates":[-0.059285,51.5163146]},"properties":{"@type":"node","@id":48979934,"@timestamp":1570294085},"coords":"51.5163146,-0.059285","bedrooms":"1","price":"240000","area":"577"} , +{"type":"Feature","id":"n49196816","geometry":{"type":"Point","coordinates":[-0.2492921,51.9558872]},"properties":{"@type":"node","@id":49196816,"@timestamp":1189500647},"coords":"51.9558872,-0.2492921","bedrooms":"0","price":"213000","area":"647"} , +{"type":"Feature","id":"n49233969","geometry":{"type":"Point","coordinates":[-0.1697988,51.6481536]},"properties":{"@type":"node","@id":49233969,"@timestamp":1189505164},"coords":"51.6481536,-0.1697988","bedrooms":"4","price":"291000","area":"673"} , +{"type":"Feature","id":"n49265022","geometry":{"type":"Point","coordinates":[-0.8418158,51.5177675]},"properties":{"@type":"node","@id":49265022,"@timestamp":1189510050},"coords":"51.5177675,-0.8418158","bedrooms":"0","price":"233000","area":"539"} , +{"type":"Feature","id":"n49267895","geometry":{"type":"Point","coordinates":[-0.634031,51.320493]},"properties":{"@type":"node","@id":49267895,"@timestamp":1189510511},"coords":"51.320493,-0.634031","bedrooms":"3","price":"216000","area":"584"} , +{"type":"Feature","id":"n49311845","geometry":{"type":"Point","coordinates":[-0.2039214,51.6559569]},"properties":{"@type":"node","@id":49311845,"@timestamp":1569688778},"coords":"51.6559569,-0.2039214","bedrooms":"4","price":"177000","area":"405"} , +{"type":"Feature","id":"n49317343","geometry":{"type":"Point","coordinates":[-0.1777772,51.6261581]},"properties":{"@type":"node","@id":49317343,"@timestamp":1189517846},"coords":"51.6261581,-0.1777772","bedrooms":"4","price":"184000","area":"501"} , +{"type":"Feature","id":"n49392104","geometry":{"type":"Point","coordinates":[-0.0588049,51.5555661]},"properties":{"@type":"node","@id":49392104,"@timestamp":1588029545},"coords":"51.5555661,-0.0588049","bedrooms":"0","price":"291000","area":"631"} , +{"type":"Feature","id":"n49420133","geometry":{"type":"Point","coordinates":[-0.1988959,51.5944587]},"properties":{"@type":"node","@id":49420133,"@timestamp":1564915267},"coords":"51.5944587,-0.1988959","bedrooms":"3","price":"247000","area":"523"} , +{"type":"Feature","id":"n49427367","geometry":{"type":"Point","coordinates":[0.3339282,51.4765879]},"properties":{"@type":"node","@id":49427367,"@timestamp":1206378576},"coords":"51.4765879,0.3339282","bedrooms":"4","price":"250000","area":"573"} , +{"type":"Feature","id":"n49464860","geometry":{"type":"Point","coordinates":[-0.8430718,51.5215125]},"properties":{"@type":"node","@id":49464860,"@timestamp":1189540765},"coords":"51.5215125,-0.8430718","bedrooms":"4","price":"174000","area":"512"} , +{"type":"Feature","id":"n49480372","geometry":{"type":"Point","coordinates":[-0.6625083,51.4954796]},"properties":{"@type":"node","@id":49480372,"@timestamp":1212453378},"coords":"51.4954796,-0.6625083","bedrooms":"3","price":"251000","area":"455"} , +{"type":"Feature","id":"n49480422","geometry":{"type":"Point","coordinates":[-0.6701129,51.5025841]},"properties":{"@type":"node","@id":49480422,"@timestamp":1189543400},"coords":"51.5025841,-0.6701129","bedrooms":"4","price":"200000","area":"492"} , +{"type":"Feature","id":"n49481337","geometry":{"type":"Point","coordinates":[-0.0865613,51.5376885]},"properties":{"@type":"node","@id":49481337,"@timestamp":1189543576},"coords":"51.5376885,-0.0865613","bedrooms":"0","price":"202000","area":"439"} , +{"type":"Feature","id":"n49504434","geometry":{"type":"Point","coordinates":[-0.0836493,51.5285944]},"properties":{"@type":"node","@id":49504434,"@timestamp":1189547840},"coords":"51.5285944,-0.0836493","bedrooms":"1","price":"177000","area":"493"} , +{"type":"Feature","id":"n49510371","geometry":{"type":"Point","coordinates":[-0.8318219,51.5180383]},"properties":{"@type":"node","@id":49510371,"@timestamp":1222026817},"coords":"51.5180383,-0.8318219","bedrooms":"4","price":"155000","area":"584"} , +{"type":"Feature","id":"n49523577","geometry":{"type":"Point","coordinates":[0.6817622,51.6486316]},"properties":{"@type":"node","@id":49523577,"@timestamp":1571573233},"coords":"51.6486316,0.6817622","bedrooms":"2","price":"271000","area":"661"} , +{"type":"Feature","id":"n49584991","geometry":{"type":"Point","coordinates":[-0.5338054,51.8990497]},"properties":{"@type":"node","@id":49584991,"@timestamp":1189564742},"coords":"51.8990497,-0.5338054","bedrooms":"4","price":"250000","area":"353"} , +{"type":"Feature","id":"n49866318","geometry":{"type":"Point","coordinates":[-0.1935581,51.2369887]},"properties":{"@type":"node","@id":49866318,"@timestamp":1614206304},"coords":"51.2369887,-0.1935581","bedrooms":"1","price":"266000","area":"454"} , +{"type":"Feature","id":"n49942705","geometry":{"type":"Point","coordinates":[-0.6951991,51.2044028]},"properties":{"@type":"node","@id":49942705,"@timestamp":1189618096},"coords":"51.2044028,-0.6951991","bedrooms":"0","price":"245000","area":"591"} , +{"type":"Feature","id":"n49967342","geometry":{"type":"Point","coordinates":[-0.3732119,51.4246725]},"properties":{"@type":"node","@id":49967342,"@timestamp":1618577260},"coords":"51.4246725,-0.3732119","bedrooms":"2","price":"165000","area":"437"} , +{"type":"Feature","id":"n49972040","geometry":{"type":"Point","coordinates":[-0.3748317,51.4243911]},"properties":{"@type":"node","@id":49972040,"@timestamp":1189621692},"coords":"51.4243911,-0.3748317","bedrooms":"4","price":"272000","area":"661"} , +{"type":"Feature","id":"n49988177","geometry":{"type":"Point","coordinates":[-0.374518,51.4214729]},"properties":{"@type":"node","@id":49988177,"@timestamp":1277395998},"coords":"51.4214729,-0.374518","bedrooms":"1","price":"215000","area":"390"} , +{"type":"Feature","id":"n50011878","geometry":{"type":"Point","coordinates":[-0.0535142,51.5142432]},"properties":{"@type":"node","@id":50011878,"@timestamp":1593264138},"coords":"51.5142432,-0.0535142","bedrooms":"1","price":"220000","area":"493"} , +{"type":"Feature","id":"n50042639","geometry":{"type":"Point","coordinates":[0.8946558,51.3233437]},"properties":{"@type":"node","@id":50042639,"@timestamp":1189974217},"coords":"51.3233437,0.8946558","bedrooms":"1","price":"296000","area":"483"} , +{"type":"Feature","id":"n50048597","geometry":{"type":"Point","coordinates":[-0.6955474,51.215924]},"properties":{"@type":"node","@id":50048597,"@timestamp":1189630823},"coords":"51.215924,-0.6955474","bedrooms":"3","price":"151000","area":"686"} , +{"type":"Feature","id":"n50053921","geometry":{"type":"Point","coordinates":[0.8794884,51.3322039]},"properties":{"@type":"node","@id":50053921,"@timestamp":1235605712},"coords":"51.3322039,0.8794884","bedrooms":"4","price":"158000","area":"367"} , +{"type":"Feature","id":"n50053957","geometry":{"type":"Point","coordinates":[0.8811442,51.3357091]},"properties":{"@type":"node","@id":50053957,"@timestamp":1235605713},"coords":"51.3357091,0.8811442","bedrooms":"3","price":"236000","area":"498"} , +{"type":"Feature","id":"n50053988","geometry":{"type":"Point","coordinates":[0.8838871,51.3371866]},"properties":{"@type":"node","@id":50053988,"@timestamp":1235605714},"coords":"51.3371866,0.8838871","bedrooms":"1","price":"268000","area":"555"} , +{"type":"Feature","id":"n50054743","geometry":{"type":"Point","coordinates":[0.8879339,51.3420487]},"properties":{"@type":"node","@id":50054743,"@timestamp":1189631532},"coords":"51.3420487,0.8879339","bedrooms":"0","price":"230000","area":"550"} , +{"type":"Feature","id":"n50059503","geometry":{"type":"Point","coordinates":[-0.6871989,51.2085018]},"properties":{"@type":"node","@id":50059503,"@timestamp":1239060751},"coords":"51.2085018,-0.6871989","bedrooms":"2","price":"202000","area":"433"} , +{"type":"Feature","id":"n50153357","geometry":{"type":"Point","coordinates":[-0.0619151,51.5487152]},"properties":{"@type":"node","@id":50153357,"@timestamp":1617883357},"coords":"51.5487152,-0.0619151","bedrooms":"2","price":"167000","area":"652"} , +{"type":"Feature","id":"n50453662","geometry":{"type":"Point","coordinates":[-0.3566813,51.4561946]},"properties":{"@type":"node","@id":50453662,"@timestamp":1189676065},"coords":"51.4561946,-0.3566813","bedrooms":"0","price":"172000","area":"408"} , +{"type":"Feature","id":"n50453911","geometry":{"type":"Point","coordinates":[-0.354388,51.4576416]},"properties":{"@type":"node","@id":50453911,"@timestamp":1300280810},"coords":"51.4576416,-0.354388","bedrooms":"0","price":"217000","area":"676"} , +{"type":"Feature","id":"n50589035","geometry":{"type":"Point","coordinates":[0.2392643,51.6332903]},"properties":{"@type":"node","@id":50589035,"@timestamp":1389385247},"coords":"51.6332903,0.2392643","bedrooms":"3","price":"152000","area":"549"} , +{"type":"Feature","id":"n50641464","geometry":{"type":"Point","coordinates":[-0.494053,51.0369532]},"properties":{"@type":"node","@id":50641464,"@timestamp":1189697337},"coords":"51.0369532,-0.494053","bedrooms":"2","price":"245000","area":"550"} , +{"type":"Feature","id":"n50648295","geometry":{"type":"Point","coordinates":[-0.8230213,51.5152365]},"properties":{"@type":"node","@id":50648295,"@timestamp":1189698130},"coords":"51.5152365,-0.8230213","bedrooms":"2","price":"186000","area":"531"} , +{"type":"Feature","id":"n50648355","geometry":{"type":"Point","coordinates":[-0.8185251,51.510732]},"properties":{"@type":"node","@id":50648355,"@timestamp":1189698135},"coords":"51.510732,-0.8185251","bedrooms":"4","price":"277000","area":"541"} , +{"type":"Feature","id":"n50761455","geometry":{"type":"Point","coordinates":[-0.3090862,51.5706215]},"properties":{"@type":"node","@id":50761455,"@timestamp":1617474344},"coords":"51.5706215,-0.3090862","bedrooms":"0","price":"241000","area":"403"} , +{"type":"Feature","id":"n50887485","geometry":{"type":"Point","coordinates":[-0.0742845,51.5489591]},"properties":{"@type":"node","@id":50887485,"@timestamp":1189729301},"coords":"51.5489591,-0.0742845","bedrooms":"4","price":"216000","area":"589"} , +{"type":"Feature","id":"n50897770","geometry":{"type":"Point","coordinates":[-0.070774,51.5532064]},"properties":{"@type":"node","@id":50897770,"@timestamp":1189730459},"coords":"51.5532064,-0.070774","bedrooms":"3","price":"230000","area":"645"} , +{"type":"Feature","id":"n50944784","geometry":{"type":"Point","coordinates":[-0.0418038,51.5461007]},"properties":{"@type":"node","@id":50944784,"@timestamp":1629063254},"coords":"51.5461007,-0.0418038","bedrooms":"0","price":"160000","area":"576"} , +{"type":"Feature","id":"n51502404","geometry":{"type":"Point","coordinates":[-0.3944926,51.6882465]},"properties":{"@type":"node","@id":51502404,"@timestamp":1605111590},"coords":"51.6882465,-0.3944926","bedrooms":"2","price":"284000","area":"459"} , +{"type":"Feature","id":"n51580695","geometry":{"type":"Point","coordinates":[-0.0477509,51.610389]},"properties":{"@type":"node","@id":51580695,"@timestamp":1372773476},"coords":"51.610389,-0.0477509","bedrooms":"0","price":"286000","area":"429"} , +{"type":"Feature","id":"n51622409","geometry":{"type":"Point","coordinates":[-0.0686824,51.5573969]},"properties":{"@type":"node","@id":51622409,"@timestamp":1587697844},"coords":"51.5573969,-0.0686824","bedrooms":"0","price":"229000","area":"693"} , +{"type":"Feature","id":"n51661567","geometry":{"type":"Point","coordinates":[0.4407005,51.3112013]},"properties":{"@type":"node","@id":51661567,"@timestamp":1483176012},"coords":"51.3112013,0.4407005","bedrooms":"4","price":"158000","area":"450"} , +{"type":"Feature","id":"n51992271","geometry":{"type":"Point","coordinates":[0.6100851,51.2479216]},"properties":{"@type":"node","@id":51992271,"@timestamp":1508246158},"coords":"51.2479216,0.6100851","bedrooms":"1","price":"238000","area":"392"} , +{"type":"Feature","id":"n52026815","geometry":{"type":"Point","coordinates":[-0.1080728,51.5949601]},"properties":{"@type":"node","@id":52026815,"@timestamp":1189861286},"coords":"51.5949601,-0.1080728","bedrooms":"0","price":"225000","area":"596"} , +{"type":"Feature","id":"n52161800","geometry":{"type":"Point","coordinates":[-0.5586148,50.9545861]},"properties":{"@type":"node","@id":52161800,"@timestamp":1189880497},"coords":"50.9545861,-0.5586148","bedrooms":"0","price":"282000","area":"506"} , +{"type":"Feature","id":"n52162742","geometry":{"type":"Point","coordinates":[-0.591375,50.9433999]},"properties":{"@type":"node","@id":52162742,"@timestamp":1189880577},"coords":"50.9433999,-0.591375","bedrooms":"4","price":"163000","area":"541"} , +{"type":"Feature","id":"n52240457","geometry":{"type":"Point","coordinates":[-0.2140431,51.3582363]},"properties":{"@type":"node","@id":52240457,"@timestamp":1189890278},"coords":"51.3582363,-0.2140431","bedrooms":"2","price":"290000","area":"550"} , +{"type":"Feature","id":"n52316712","geometry":{"type":"Point","coordinates":[-0.7276141,51.2747472]},"properties":{"@type":"node","@id":52316712,"@timestamp":1189899558},"coords":"51.2747472,-0.7276141","bedrooms":"1","price":"194000","area":"351"} , +{"type":"Feature","id":"n52316734","geometry":{"type":"Point","coordinates":[-0.7252309,51.2770311]},"properties":{"@type":"node","@id":52316734,"@timestamp":1189899559},"coords":"51.2770311,-0.7252309","bedrooms":"2","price":"283000","area":"531"} , +{"type":"Feature","id":"n52335229","geometry":{"type":"Point","coordinates":[-0.0717491,51.547264]},"properties":{"@type":"node","@id":52335229,"@timestamp":1189901504},"coords":"51.547264,-0.0717491","bedrooms":"0","price":"243000","area":"663"} , +{"type":"Feature","id":"n52343694","geometry":{"type":"Point","coordinates":[-0.0683561,51.5462786]},"properties":{"@type":"node","@id":52343694,"@timestamp":1520037450},"coords":"51.5462786,-0.0683561","bedrooms":"0","price":"179000","area":"635"} , +{"type":"Feature","id":"n52352736","geometry":{"type":"Point","coordinates":[-0.0600517,51.5474396]},"properties":{"@type":"node","@id":52352736,"@timestamp":1189903303},"coords":"51.5474396,-0.0600517","bedrooms":"3","price":"287000","area":"378"} , +{"type":"Feature","id":"n52356851","geometry":{"type":"Point","coordinates":[-0.3090591,51.5675319]},"properties":{"@type":"node","@id":52356851,"@timestamp":1224374239},"coords":"51.5675319,-0.3090591","bedrooms":"2","price":"292000","area":"385"} , +{"type":"Feature","id":"n52356869","geometry":{"type":"Point","coordinates":[-0.3165275,51.5645824]},"properties":{"@type":"node","@id":52356869,"@timestamp":1189904052},"coords":"51.5645824,-0.3165275","bedrooms":"0","price":"192000","area":"504"} , +{"type":"Feature","id":"n52358072","geometry":{"type":"Point","coordinates":[-0.4917629,51.74418]},"properties":{"@type":"node","@id":52358072,"@timestamp":1388754741},"coords":"51.74418,-0.4917629","bedrooms":"3","price":"287000","area":"356"} , +{"type":"Feature","id":"n52679318","geometry":{"type":"Point","coordinates":[-0.2350451,51.9426006]},"properties":{"@type":"node","@id":52679318,"@timestamp":1189959699},"coords":"51.9426006,-0.2350451","bedrooms":"4","price":"259000","area":"637"} , +{"type":"Feature","id":"n52680515","geometry":{"type":"Point","coordinates":[-0.2041083,51.9672202]},"properties":{"@type":"node","@id":52680515,"@timestamp":1572011641},"coords":"51.9672202,-0.2041083","bedrooms":"0","price":"200000","area":"350"} , +{"type":"Feature","id":"n52680939","geometry":{"type":"Point","coordinates":[-0.196629,51.9789738]},"properties":{"@type":"node","@id":52680939,"@timestamp":1198687313},"coords":"51.9789738,-0.196629","bedrooms":"1","price":"240000","area":"591"} , +{"type":"Feature","id":"n52681330","geometry":{"type":"Point","coordinates":[-0.2151648,51.9659997]},"properties":{"@type":"node","@id":52681330,"@timestamp":1230302271},"coords":"51.9659997,-0.2151648","bedrooms":"4","price":"235000","area":"695"} , +{"type":"Feature","id":"n52690517","geometry":{"type":"Point","coordinates":[-0.0859165,51.5487232]},"properties":{"@type":"node","@id":52690517,"@timestamp":1189961480},"coords":"51.5487232,-0.0859165","bedrooms":"3","price":"239000","area":"386"} , +{"type":"Feature","id":"n52693736","geometry":{"type":"Point","coordinates":[-0.080517,51.549282]},"properties":{"@type":"node","@id":52693736,"@timestamp":1189962013},"coords":"51.549282,-0.080517","bedrooms":"2","price":"193000","area":"553"} , +{"type":"Feature","id":"n52698320","geometry":{"type":"Point","coordinates":[-0.07994,51.5511288]},"properties":{"@type":"node","@id":52698320,"@timestamp":1189962988},"coords":"51.5511288,-0.07994","bedrooms":"2","price":"184000","area":"576"} , +{"type":"Feature","id":"n52700308","geometry":{"type":"Point","coordinates":[-0.0975494,50.9946972]},"properties":{"@type":"node","@id":52700308,"@timestamp":1189963384},"coords":"50.9946972,-0.0975494","bedrooms":"2","price":"279000","area":"452"} , +{"type":"Feature","id":"n52701589","geometry":{"type":"Point","coordinates":[0.2394574,51.520239]},"properties":{"@type":"node","@id":52701589,"@timestamp":1189963609},"coords":"51.520239,0.2394574","bedrooms":"2","price":"293000","area":"665"} , +{"type":"Feature","id":"n52701639","geometry":{"type":"Point","coordinates":[0.2410244,51.522549]},"properties":{"@type":"node","@id":52701639,"@timestamp":1189963616},"coords":"51.522549,0.2410244","bedrooms":"3","price":"280000","area":"597"} , +{"type":"Feature","id":"n52701927","geometry":{"type":"Point","coordinates":[-1.1093559,51.9262114]},"properties":{"@type":"node","@id":52701927,"@timestamp":1189963651},"coords":"51.9262114,-1.1093559","bedrooms":"4","price":"234000","area":"537"} , +{"type":"Feature","id":"n52702009","geometry":{"type":"Point","coordinates":[-1.0999671,51.9234454]},"properties":{"@type":"node","@id":52702009,"@timestamp":1189963657},"coords":"51.9234454,-1.0999671","bedrooms":"1","price":"266000","area":"471"} , +{"type":"Feature","id":"n52704573","geometry":{"type":"Point","coordinates":[-1.1011994,51.9146054]},"properties":{"@type":"node","@id":52704573,"@timestamp":1239713287},"coords":"51.9146054,-1.1011994","bedrooms":"4","price":"233000","area":"517"} , +{"type":"Feature","id":"n52704698","geometry":{"type":"Point","coordinates":[-1.1063279,51.9089429]},"properties":{"@type":"node","@id":52704698,"@timestamp":1189964080},"coords":"51.9089429,-1.1063279","bedrooms":"0","price":"161000","area":"602"} , +{"type":"Feature","id":"n52711956","geometry":{"type":"Point","coordinates":[-0.0839659,50.9937109]},"properties":{"@type":"node","@id":52711956,"@timestamp":1191009475},"coords":"50.9937109,-0.0839659","bedrooms":"1","price":"284000","area":"393"} , +{"type":"Feature","id":"n52712853","geometry":{"type":"Point","coordinates":[-0.0838024,50.994367]},"properties":{"@type":"node","@id":52712853,"@timestamp":1189965214},"coords":"50.994367,-0.0838024","bedrooms":"4","price":"284000","area":"581"} , +{"type":"Feature","id":"n52712905","geometry":{"type":"Point","coordinates":[-0.0815655,50.9939512]},"properties":{"@type":"node","@id":52712905,"@timestamp":1189965221},"coords":"50.9939512,-0.0815655","bedrooms":"4","price":"191000","area":"663"} , +{"type":"Feature","id":"n52712941","geometry":{"type":"Point","coordinates":[-0.0804558,50.995212]},"properties":{"@type":"node","@id":52712941,"@timestamp":1189965226},"coords":"50.995212,-0.0804558","bedrooms":"4","price":"248000","area":"426"} , +{"type":"Feature","id":"n52713332","geometry":{"type":"Point","coordinates":[-0.0797199,50.9960684]},"properties":{"@type":"node","@id":52713332,"@timestamp":1189965274},"coords":"50.9960684,-0.0797199","bedrooms":"3","price":"238000","area":"488"} , +{"type":"Feature","id":"n52713467","geometry":{"type":"Point","coordinates":[-0.0783503,50.9973362]},"properties":{"@type":"node","@id":52713467,"@timestamp":1189965286},"coords":"50.9973362,-0.0783503","bedrooms":"4","price":"272000","area":"688"} , +{"type":"Feature","id":"n52713884","geometry":{"type":"Point","coordinates":[-0.0807308,50.9980187]},"properties":{"@type":"node","@id":52713884,"@timestamp":1191009476},"coords":"50.9980187,-0.0807308","bedrooms":"3","price":"242000","area":"588"} , +{"type":"Feature","id":"n52714034","geometry":{"type":"Point","coordinates":[-0.0759037,50.9967604]},"properties":{"@type":"node","@id":52714034,"@timestamp":1191009473},"coords":"50.9967604,-0.0759037","bedrooms":"4","price":"182000","area":"579"} , +{"type":"Feature","id":"n52714084","geometry":{"type":"Point","coordinates":[-0.0773457,50.997636]},"properties":{"@type":"node","@id":52714084,"@timestamp":1189965360},"coords":"50.997636,-0.0773457","bedrooms":"2","price":"154000","area":"415"} , +{"type":"Feature","id":"n52714140","geometry":{"type":"Point","coordinates":[-0.0779328,50.9945949]},"properties":{"@type":"node","@id":52714140,"@timestamp":1189965365},"coords":"50.9945949,-0.0779328","bedrooms":"4","price":"192000","area":"454"} , +{"type":"Feature","id":"n52716195","geometry":{"type":"Point","coordinates":[0.2450981,51.5578921]},"properties":{"@type":"node","@id":52716195,"@timestamp":1601855113},"coords":"51.5578921,0.2450981","bedrooms":"2","price":"175000","area":"533"} , +{"type":"Feature","id":"n52735495","geometry":{"type":"Point","coordinates":[-0.0733282,51.5385726]},"properties":{"@type":"node","@id":52735495,"@timestamp":1439834949},"coords":"51.5385726,-0.0733282","bedrooms":"0","price":"266000","area":"621"} , +{"type":"Feature","id":"n52753243","geometry":{"type":"Point","coordinates":[0.8916346,51.3085986]},"properties":{"@type":"node","@id":52753243,"@timestamp":1234120770},"coords":"51.3085986,0.8916346","bedrooms":"1","price":"159000","area":"415"} , +{"type":"Feature","id":"n52753941","geometry":{"type":"Point","coordinates":[0.8797486,51.3117767]},"properties":{"@type":"node","@id":52753941,"@timestamp":1235330021},"coords":"51.3117767,0.8797486","bedrooms":"1","price":"260000","area":"364"} , +{"type":"Feature","id":"n52761618","geometry":{"type":"Point","coordinates":[0.8950461,51.3286409]},"properties":{"@type":"node","@id":52761618,"@timestamp":1189973915},"coords":"51.3286409,0.8950461","bedrooms":"2","price":"281000","area":"683"} , +{"type":"Feature","id":"n52774870","geometry":{"type":"Point","coordinates":[0.8920715,51.327191]},"properties":{"@type":"node","@id":52774870,"@timestamp":1235609275},"coords":"51.327191,0.8920715","bedrooms":"4","price":"298000","area":"636"} , +{"type":"Feature","id":"n52774911","geometry":{"type":"Point","coordinates":[0.8922143,51.3339937]},"properties":{"@type":"node","@id":52774911,"@timestamp":1189976096},"coords":"51.3339937,0.8922143","bedrooms":"2","price":"241000","area":"689"} , +{"type":"Feature","id":"n52774972","geometry":{"type":"Point","coordinates":[0.8868792,51.3326114]},"properties":{"@type":"node","@id":52774972,"@timestamp":1189976105},"coords":"51.3326114,0.8868792","bedrooms":"3","price":"180000","area":"486"} , +{"type":"Feature","id":"n52778173","geometry":{"type":"Point","coordinates":[0.8869549,51.3378701]},"properties":{"@type":"node","@id":52778173,"@timestamp":1298321096},"coords":"51.3378701,0.8869549","bedrooms":"1","price":"297000","area":"374"} , +{"type":"Feature","id":"n52788477","geometry":{"type":"Point","coordinates":[0.891137,51.314183]},"properties":{"@type":"node","@id":52788477,"@timestamp":1543944126},"coords":"51.314183,0.891137","bedrooms":"3","price":"163000","area":"490"} , +{"type":"Feature","id":"n52820922","geometry":{"type":"Point","coordinates":[-0.1123245,50.999537]},"properties":{"@type":"node","@id":52820922,"@timestamp":1567512628},"coords":"50.999537,-0.1123245","bedrooms":"3","price":"204000","area":"361"} , +{"type":"Feature","id":"n52821531","geometry":{"type":"Point","coordinates":[-0.1139162,50.9974311]},"properties":{"@type":"node","@id":52821531,"@timestamp":1189981601},"coords":"50.9974311,-0.1139162","bedrooms":"2","price":"294000","area":"602"} , +{"type":"Feature","id":"n52821606","geometry":{"type":"Point","coordinates":[-0.1094022,50.9982658]},"properties":{"@type":"node","@id":52821606,"@timestamp":1189981606},"coords":"50.9982658,-0.1094022","bedrooms":"1","price":"224000","area":"641"} , +{"type":"Feature","id":"n52822067","geometry":{"type":"Point","coordinates":[-0.1105188,50.9956147]},"properties":{"@type":"node","@id":52822067,"@timestamp":1191073067},"coords":"50.9956147,-0.1105188","bedrooms":"2","price":"173000","area":"469"} , +{"type":"Feature","id":"n52822168","geometry":{"type":"Point","coordinates":[-0.1129099,50.9982821]},"properties":{"@type":"node","@id":52822168,"@timestamp":1189981661},"coords":"50.9982821,-0.1129099","bedrooms":"3","price":"168000","area":"351"} , +{"type":"Feature","id":"n52836029","geometry":{"type":"Point","coordinates":[-0.088969,50.9908275]},"properties":{"@type":"node","@id":52836029,"@timestamp":1189983211},"coords":"50.9908275,-0.088969","bedrooms":"0","price":"270000","area":"595"} , +{"type":"Feature","id":"n52836089","geometry":{"type":"Point","coordinates":[-0.0923329,50.9896555]},"properties":{"@type":"node","@id":52836089,"@timestamp":1189983216},"coords":"50.9896555,-0.0923329","bedrooms":"1","price":"191000","area":"371"} , +{"type":"Feature","id":"n52839851","geometry":{"type":"Point","coordinates":[-0.097229,50.993669]},"properties":{"@type":"node","@id":52839851,"@timestamp":1189983719},"coords":"50.993669,-0.097229","bedrooms":"0","price":"229000","area":"433"} , +{"type":"Feature","id":"n52848050","geometry":{"type":"Point","coordinates":[-0.0983583,50.9904559]},"properties":{"@type":"node","@id":52848050,"@timestamp":1189984780},"coords":"50.9904559,-0.0983583","bedrooms":"3","price":"152000","area":"613"} , +{"type":"Feature","id":"n52848083","geometry":{"type":"Point","coordinates":[-0.0960792,50.9916012]},"properties":{"@type":"node","@id":52848083,"@timestamp":1189984782},"coords":"50.9916012,-0.0960792","bedrooms":"4","price":"290000","area":"423"} , +{"type":"Feature","id":"n53183941","geometry":{"type":"Point","coordinates":[-0.1712785,51.2637134]},"properties":{"@type":"node","@id":53183941,"@timestamp":1556789538},"coords":"51.2637134,-0.1712785","bedrooms":"2","price":"160000","area":"552"} , +{"type":"Feature","id":"n53190260","geometry":{"type":"Point","coordinates":[-0.109277,50.991823]},"properties":{"@type":"node","@id":53190260,"@timestamp":1190022790},"coords":"50.991823,-0.109277","bedrooms":"1","price":"273000","area":"563"} , +{"type":"Feature","id":"n53190294","geometry":{"type":"Point","coordinates":[-0.1039708,50.9973854]},"properties":{"@type":"node","@id":53190294,"@timestamp":1190022792},"coords":"50.9973854,-0.1039708","bedrooms":"3","price":"220000","area":"480"} , +{"type":"Feature","id":"n53190333","geometry":{"type":"Point","coordinates":[-0.1031704,50.9931285]},"properties":{"@type":"node","@id":53190333,"@timestamp":1190022794},"coords":"50.9931285,-0.1031704","bedrooms":"1","price":"182000","area":"593"} , +{"type":"Feature","id":"n53190357","geometry":{"type":"Point","coordinates":[-0.1064709,50.9956664]},"properties":{"@type":"node","@id":53190357,"@timestamp":1190022795},"coords":"50.9956664,-0.1064709","bedrooms":"0","price":"269000","area":"633"} , +{"type":"Feature","id":"n53190376","geometry":{"type":"Point","coordinates":[-0.1082782,50.99227]},"properties":{"@type":"node","@id":53190376,"@timestamp":1190022797},"coords":"50.99227,-0.1082782","bedrooms":"4","price":"292000","area":"570"} , +{"type":"Feature","id":"n53190390","geometry":{"type":"Point","coordinates":[-0.1078522,50.9956859]},"properties":{"@type":"node","@id":53190390,"@timestamp":1190022798},"coords":"50.9956859,-0.1078522","bedrooms":"2","price":"160000","area":"418"} , +{"type":"Feature","id":"n53190423","geometry":{"type":"Point","coordinates":[-0.1094384,50.9900444]},"properties":{"@type":"node","@id":53190423,"@timestamp":1190022799},"coords":"50.9900444,-0.1094384","bedrooms":"1","price":"173000","area":"516"} , +{"type":"Feature","id":"n53190465","geometry":{"type":"Point","coordinates":[-0.1024587,50.9908873]},"properties":{"@type":"node","@id":53190465,"@timestamp":1190022802},"coords":"50.9908873,-0.1024587","bedrooms":"2","price":"271000","area":"696"} , +{"type":"Feature","id":"n53190486","geometry":{"type":"Point","coordinates":[-0.1017859,50.9896948]},"properties":{"@type":"node","@id":53190486,"@timestamp":1190022803},"coords":"50.9896948,-0.1017859","bedrooms":"0","price":"226000","area":"509"} , +{"type":"Feature","id":"n53190507","geometry":{"type":"Point","coordinates":[-0.1022839,50.9887271]},"properties":{"@type":"node","@id":53190507,"@timestamp":1190022805},"coords":"50.9887271,-0.1022839","bedrooms":"3","price":"174000","area":"393"} , +{"type":"Feature","id":"n53194503","geometry":{"type":"Point","coordinates":[-0.1087266,50.9913693]},"properties":{"@type":"node","@id":53194503,"@timestamp":1190023389},"coords":"50.9913693,-0.1087266","bedrooms":"4","price":"248000","area":"689"} , +{"type":"Feature","id":"n53194526","geometry":{"type":"Point","coordinates":[-0.1104481,50.9891848]},"properties":{"@type":"node","@id":53194526,"@timestamp":1190023390},"coords":"50.9891848,-0.1104481","bedrooms":"4","price":"260000","area":"603"} , +{"type":"Feature","id":"n53194544","geometry":{"type":"Point","coordinates":[-0.1109278,50.9881861]},"properties":{"@type":"node","@id":53194544,"@timestamp":1190023391},"coords":"50.9881861,-0.1109278","bedrooms":"1","price":"286000","area":"664"} , +{"type":"Feature","id":"n53194565","geometry":{"type":"Point","coordinates":[-0.1110024,50.9875421]},"properties":{"@type":"node","@id":53194565,"@timestamp":1190023392},"coords":"50.9875421,-0.1110024","bedrooms":"4","price":"188000","area":"467"} , +{"type":"Feature","id":"n53194592","geometry":{"type":"Point","coordinates":[-0.1052164,50.9872594]},"properties":{"@type":"node","@id":53194592,"@timestamp":1190023394},"coords":"50.9872594,-0.1052164","bedrooms":"2","price":"282000","area":"676"} , +{"type":"Feature","id":"n53197532","geometry":{"type":"Point","coordinates":[-0.1025456,50.9877693]},"properties":{"@type":"node","@id":53197532,"@timestamp":1190023890},"coords":"50.9877693,-0.1025456","bedrooms":"2","price":"190000","area":"511"} , +{"type":"Feature","id":"n53197550","geometry":{"type":"Point","coordinates":[-0.1054073,50.9892233]},"properties":{"@type":"node","@id":53197550,"@timestamp":1190023891},"coords":"50.9892233,-0.1054073","bedrooms":"4","price":"239000","area":"690"} , +{"type":"Feature","id":"n53197570","geometry":{"type":"Point","coordinates":[-0.1052524,50.9886307]},"properties":{"@type":"node","@id":53197570,"@timestamp":1190023893},"coords":"50.9886307,-0.1052524","bedrooms":"2","price":"210000","area":"689"} , +{"type":"Feature","id":"n53270746","geometry":{"type":"Point","coordinates":[-0.2111284,51.4688694]},"properties":{"@type":"node","@id":53270746,"@timestamp":1190039822},"coords":"51.4688694,-0.2111284","bedrooms":"4","price":"187000","area":"474"} , +{"type":"Feature","id":"n53377906","geometry":{"type":"Point","coordinates":[-1.1228861,51.4111549]},"properties":{"@type":"node","@id":53377906,"@timestamp":1190063531},"coords":"51.4111549,-1.1228861","bedrooms":"4","price":"157000","area":"462"} , +{"type":"Feature","id":"n53385513","geometry":{"type":"Point","coordinates":[-1.109944,51.4141741]},"properties":{"@type":"node","@id":53385513,"@timestamp":1190065075},"coords":"51.4141741,-1.109944","bedrooms":"3","price":"277000","area":"556"} , +{"type":"Feature","id":"n53386106","geometry":{"type":"Point","coordinates":[-1.1044717,51.4161899]},"properties":{"@type":"node","@id":53386106,"@timestamp":1190065197},"coords":"51.4161899,-1.1044717","bedrooms":"0","price":"291000","area":"680"} , +{"type":"Feature","id":"n53394791","geometry":{"type":"Point","coordinates":[-1.1000782,51.4186652]},"properties":{"@type":"node","@id":53394791,"@timestamp":1610200813},"coords":"51.4186652,-1.1000782","bedrooms":"4","price":"208000","area":"637"} , +{"type":"Feature","id":"n53395904","geometry":{"type":"Point","coordinates":[-1.0968978,51.4202747]},"properties":{"@type":"node","@id":53395904,"@timestamp":1190067122},"coords":"51.4202747,-1.0968978","bedrooms":"3","price":"294000","area":"543"} , +{"type":"Feature","id":"n53396305","geometry":{"type":"Point","coordinates":[-1.093947,51.421154]},"properties":{"@type":"node","@id":53396305,"@timestamp":1190067188},"coords":"51.421154,-1.093947","bedrooms":"0","price":"231000","area":"573"} , +{"type":"Feature","id":"n53399089","geometry":{"type":"Point","coordinates":[-1.0926271,51.4221438]},"properties":{"@type":"node","@id":53399089,"@timestamp":1190067621},"coords":"51.4221438,-1.0926271","bedrooms":"4","price":"211000","area":"674"} , +{"type":"Feature","id":"n53399263","geometry":{"type":"Point","coordinates":[-1.0752415,51.4258527]},"properties":{"@type":"node","@id":53399263,"@timestamp":1213222589},"coords":"51.4258527,-1.0752415","bedrooms":"3","price":"250000","area":"636"} , +{"type":"Feature","id":"n53411915","geometry":{"type":"Point","coordinates":[-0.380284,51.6080541]},"properties":{"@type":"node","@id":53411915,"@timestamp":1190069443},"coords":"51.6080541,-0.380284","bedrooms":"3","price":"166000","area":"632"} , +{"type":"Feature","id":"n53412112","geometry":{"type":"Point","coordinates":[-0.3870315,51.6083801]},"properties":{"@type":"node","@id":53412112,"@timestamp":1190069462},"coords":"51.6083801,-0.3870315","bedrooms":"1","price":"275000","area":"397"} , +{"type":"Feature","id":"n53413171","geometry":{"type":"Point","coordinates":[-1.0706939,51.4293475]},"properties":{"@type":"node","@id":53413171,"@timestamp":1190069595},"coords":"51.4293475,-1.0706939","bedrooms":"2","price":"163000","area":"684"} , +{"type":"Feature","id":"n53413208","geometry":{"type":"Point","coordinates":[-1.0636002,51.4316727]},"properties":{"@type":"node","@id":53413208,"@timestamp":1190069599},"coords":"51.4316727,-1.0636002","bedrooms":"2","price":"255000","area":"608"} , +{"type":"Feature","id":"n53413246","geometry":{"type":"Point","coordinates":[-1.0552238,51.4325184]},"properties":{"@type":"node","@id":53413246,"@timestamp":1190069602},"coords":"51.4325184,-1.0552238","bedrooms":"0","price":"262000","area":"397"} , +{"type":"Feature","id":"n53413299","geometry":{"type":"Point","coordinates":[-1.0485725,51.4335168]},"properties":{"@type":"node","@id":53413299,"@timestamp":1213222598},"coords":"51.4335168,-1.0485725","bedrooms":"3","price":"176000","area":"463"} , +{"type":"Feature","id":"n53413325","geometry":{"type":"Point","coordinates":[-1.0479028,51.4315452]},"properties":{"@type":"node","@id":53413325,"@timestamp":1213222596},"coords":"51.4315452,-1.0479028","bedrooms":"0","price":"175000","area":"454"} , +{"type":"Feature","id":"n53413354","geometry":{"type":"Point","coordinates":[-1.0465721,51.4301893]},"properties":{"@type":"node","@id":53413354,"@timestamp":1213222597},"coords":"51.4301893,-1.0465721","bedrooms":"1","price":"180000","area":"386"} , +{"type":"Feature","id":"n53413385","geometry":{"type":"Point","coordinates":[-1.0450964,51.4296623]},"properties":{"@type":"node","@id":53413385,"@timestamp":1190069612},"coords":"51.4296623,-1.0450964","bedrooms":"0","price":"185000","area":"642"} , +{"type":"Feature","id":"n53415422","geometry":{"type":"Point","coordinates":[-1.0410361,51.4271991]},"properties":{"@type":"node","@id":53415422,"@timestamp":1190069865},"coords":"51.4271991,-1.0410361","bedrooms":"3","price":"265000","area":"412"} , +{"type":"Feature","id":"n53415449","geometry":{"type":"Point","coordinates":[-1.0384377,51.4273397]},"properties":{"@type":"node","@id":53415449,"@timestamp":1546858912},"coords":"51.4273397,-1.0384377","bedrooms":"4","price":"190000","area":"671"} , +{"type":"Feature","id":"n53415479","geometry":{"type":"Point","coordinates":[-1.037688,51.427391]},"properties":{"@type":"node","@id":53415479,"@timestamp":1190069870},"coords":"51.427391,-1.037688","bedrooms":"4","price":"153000","area":"428"} , +{"type":"Feature","id":"n53415505","geometry":{"type":"Point","coordinates":[-1.0361351,51.4286876]},"properties":{"@type":"node","@id":53415505,"@timestamp":1190069872},"coords":"51.4286876,-1.0361351","bedrooms":"3","price":"178000","area":"625"} , +{"type":"Feature","id":"n53415536","geometry":{"type":"Point","coordinates":[-1.0335763,51.4304955]},"properties":{"@type":"node","@id":53415536,"@timestamp":1190069874},"coords":"51.4304955,-1.0335763","bedrooms":"2","price":"262000","area":"427"} , +{"type":"Feature","id":"n53415566","geometry":{"type":"Point","coordinates":[-1.0315211,51.4322016]},"properties":{"@type":"node","@id":53415566,"@timestamp":1213222594},"coords":"51.4322016,-1.0315211","bedrooms":"0","price":"204000","area":"627"} , +{"type":"Feature","id":"n53415594","geometry":{"type":"Point","coordinates":[-1.0288435,51.4322809]},"properties":{"@type":"node","@id":53415594,"@timestamp":1213222594},"coords":"51.4322809,-1.0288435","bedrooms":"3","price":"268000","area":"605"} , +{"type":"Feature","id":"n53415732","geometry":{"type":"Point","coordinates":[-1.0150102,51.4332691]},"properties":{"@type":"node","@id":53415732,"@timestamp":1190069889},"coords":"51.4332691,-1.0150102","bedrooms":"1","price":"176000","area":"517"} , +{"type":"Feature","id":"n53415854","geometry":{"type":"Point","coordinates":[-1.0008727,51.4364027]},"properties":{"@type":"node","@id":53415854,"@timestamp":1190069896},"coords":"51.4364027,-1.0008727","bedrooms":"1","price":"291000","area":"603"} , +{"type":"Feature","id":"n53428929","geometry":{"type":"Point","coordinates":[-0.0674404,51.5432035]},"properties":{"@type":"node","@id":53428929,"@timestamp":1614800872},"coords":"51.5432035,-0.0674404","bedrooms":"4","price":"211000","area":"622"} , +{"type":"Feature","id":"n53437230","geometry":{"type":"Point","coordinates":[-0.4770846,51.4963243]},"properties":{"@type":"node","@id":53437230,"@timestamp":1190072627},"coords":"51.4963243,-0.4770846","bedrooms":"4","price":"299000","area":"658"} , +{"type":"Feature","id":"n53451843","geometry":{"type":"Point","coordinates":[-0.9232424,51.4585462]},"properties":{"@type":"node","@id":53451843,"@timestamp":1539192845},"coords":"51.4585462,-0.9232424","bedrooms":"0","price":"170000","area":"601"} , +{"type":"Feature","id":"n53453172","geometry":{"type":"Point","coordinates":[-0.918567,51.4593434]},"properties":{"@type":"node","@id":53453172,"@timestamp":1190074551},"coords":"51.4593434,-0.918567","bedrooms":"1","price":"198000","area":"505"} , +{"type":"Feature","id":"n53456913","geometry":{"type":"Point","coordinates":[-0.0650641,51.546454]},"properties":{"@type":"node","@id":53456913,"@timestamp":1190074964},"coords":"51.546454,-0.0650641","bedrooms":"1","price":"151000","area":"644"} , +{"type":"Feature","id":"n53459411","geometry":{"type":"Point","coordinates":[-0.8837038,51.4807711]},"properties":{"@type":"node","@id":53459411,"@timestamp":1190075290},"coords":"51.4807711,-0.8837038","bedrooms":"3","price":"250000","area":"694"} , +{"type":"Feature","id":"n53461347","geometry":{"type":"Point","coordinates":[-0.0541243,51.5383671]},"properties":{"@type":"node","@id":53461347,"@timestamp":1190075507},"coords":"51.5383671,-0.0541243","bedrooms":"2","price":"154000","area":"682"} , +{"type":"Feature","id":"n53463568","geometry":{"type":"Point","coordinates":[-0.867117,51.4996666]},"properties":{"@type":"node","@id":53463568,"@timestamp":1190075809},"coords":"51.4996666,-0.867117","bedrooms":"2","price":"230000","area":"350"} , +{"type":"Feature","id":"n53473722","geometry":{"type":"Point","coordinates":[-0.8210976,51.5103159]},"properties":{"@type":"node","@id":53473722,"@timestamp":1190077670},"coords":"51.5103159,-0.8210976","bedrooms":"0","price":"270000","area":"607"} , +{"type":"Feature","id":"n53475170","geometry":{"type":"Point","coordinates":[-0.8050467,51.5053318]},"properties":{"@type":"node","@id":53475170,"@timestamp":1190077885},"coords":"51.5053318,-0.8050467","bedrooms":"1","price":"153000","area":"663"} , +{"type":"Feature","id":"n53515290","geometry":{"type":"Point","coordinates":[-0.6772901,51.5011921]},"properties":{"@type":"node","@id":53515290,"@timestamp":1190082088},"coords":"51.5011921,-0.6772901","bedrooms":"0","price":"289000","area":"451"} , +{"type":"Feature","id":"n53521267","geometry":{"type":"Point","coordinates":[-0.6700848,51.4990021]},"properties":{"@type":"node","@id":53521267,"@timestamp":1190082707},"coords":"51.4990021,-0.6700848","bedrooms":"4","price":"255000","area":"422"} , +{"type":"Feature","id":"n53521294","geometry":{"type":"Point","coordinates":[-0.6654738,51.4986411]},"properties":{"@type":"node","@id":53521294,"@timestamp":1190082709},"coords":"51.4986411,-0.6654738","bedrooms":"4","price":"272000","area":"699"} , +{"type":"Feature","id":"n53521318","geometry":{"type":"Point","coordinates":[-0.6633947,51.4981557]},"properties":{"@type":"node","@id":53521318,"@timestamp":1190082711},"coords":"51.4981557,-0.6633947","bedrooms":"4","price":"203000","area":"678"} , +{"type":"Feature","id":"n53521350","geometry":{"type":"Point","coordinates":[-0.6587046,51.4947192]},"properties":{"@type":"node","@id":53521350,"@timestamp":1190082714},"coords":"51.4947192,-0.6587046","bedrooms":"4","price":"205000","area":"679"} , +{"type":"Feature","id":"n53521374","geometry":{"type":"Point","coordinates":[-0.6574614,51.4933462]},"properties":{"@type":"node","@id":53521374,"@timestamp":1190082715},"coords":"51.4933462,-0.6574614","bedrooms":"2","price":"196000","area":"392"} , +{"type":"Feature","id":"n53521397","geometry":{"type":"Point","coordinates":[-0.6568852,51.4920484]},"properties":{"@type":"node","@id":53521397,"@timestamp":1190082717},"coords":"51.4920484,-0.6568852","bedrooms":"1","price":"187000","area":"675"} , +{"type":"Feature","id":"n53521427","geometry":{"type":"Point","coordinates":[-0.6548451,51.4917162]},"properties":{"@type":"node","@id":53521427,"@timestamp":1190082719},"coords":"51.4917162,-0.6548451","bedrooms":"1","price":"245000","area":"581"} , +{"type":"Feature","id":"n53521453","geometry":{"type":"Point","coordinates":[-0.6536408,51.4913866]},"properties":{"@type":"node","@id":53521453,"@timestamp":1190082721},"coords":"51.4913866,-0.6536408","bedrooms":"4","price":"294000","area":"462"} , +{"type":"Feature","id":"n53521477","geometry":{"type":"Point","coordinates":[-0.6539289,51.4903224]},"properties":{"@type":"node","@id":53521477,"@timestamp":1190082723},"coords":"51.4903224,-0.6539289","bedrooms":"2","price":"232000","area":"573"} , +{"type":"Feature","id":"n53837571","geometry":{"type":"Point","coordinates":[-0.1581104,51.4844001]},"properties":{"@type":"node","@id":53837571,"@timestamp":1347866166},"coords":"51.4844001,-0.1581104","bedrooms":"1","price":"282000","area":"359"} , +{"type":"Feature","id":"n54022712","geometry":{"type":"Point","coordinates":[-0.4964351,51.0312535]},"properties":{"@type":"node","@id":54022712,"@timestamp":1190131890},"coords":"51.0312535,-0.4964351","bedrooms":"3","price":"181000","area":"418"} , +{"type":"Feature","id":"n54066191","geometry":{"type":"Point","coordinates":[-0.7921916,51.2925694]},"properties":{"@type":"node","@id":54066191,"@timestamp":1604531975},"coords":"51.2925694,-0.7921916","bedrooms":"2","price":"219000","area":"548"} , +{"type":"Feature","id":"n54137131","geometry":{"type":"Point","coordinates":[-0.3692257,51.479121]},"properties":{"@type":"node","@id":54137131,"@timestamp":1190153701},"coords":"51.479121,-0.3692257","bedrooms":"1","price":"163000","area":"527"} , +{"type":"Feature","id":"n54137176","geometry":{"type":"Point","coordinates":[-0.3695377,51.4813297]},"properties":{"@type":"node","@id":54137176,"@timestamp":1190153704},"coords":"51.4813297,-0.3695377","bedrooms":"0","price":"265000","area":"455"} , +{"type":"Feature","id":"n54137223","geometry":{"type":"Point","coordinates":[-0.3718337,51.4827835]},"properties":{"@type":"node","@id":54137223,"@timestamp":1190153708},"coords":"51.4827835,-0.3718337","bedrooms":"3","price":"250000","area":"467"} , +{"type":"Feature","id":"n54494917","geometry":{"type":"Point","coordinates":[0.3097026,51.4986145]},"properties":{"@type":"node","@id":54494917,"@timestamp":1190188913},"coords":"51.4986145,0.3097026","bedrooms":"2","price":"197000","area":"480"} , +{"type":"Feature","id":"n54571077","geometry":{"type":"Point","coordinates":[-0.7905059,51.2921491]},"properties":{"@type":"node","@id":54571077,"@timestamp":1367246748},"coords":"51.2921491,-0.7905059","bedrooms":"3","price":"253000","area":"620"} , +{"type":"Feature","id":"n54573154","geometry":{"type":"Point","coordinates":[-0.7887772,51.2913451]},"properties":{"@type":"node","@id":54573154,"@timestamp":1366719752},"coords":"51.2913451,-0.7887772","bedrooms":"3","price":"269000","area":"695"} , +{"type":"Feature","id":"n54588581","geometry":{"type":"Point","coordinates":[-0.1907349,51.4111598]},"properties":{"@type":"node","@id":54588581,"@timestamp":1619910289},"coords":"51.4111598,-0.1907349","bedrooms":"0","price":"270000","area":"456"} , +{"type":"Feature","id":"n54620396","geometry":{"type":"Point","coordinates":[-0.0115803,51.7592542]},"properties":{"@type":"node","@id":54620396,"@timestamp":1190206426},"coords":"51.7592542,-0.0115803","bedrooms":"3","price":"152000","area":"385"} , +{"type":"Feature","id":"n54788246","geometry":{"type":"Point","coordinates":[-0.3957991,51.6122354]},"properties":{"@type":"node","@id":54788246,"@timestamp":1190235537},"coords":"51.6122354,-0.3957991","bedrooms":"0","price":"267000","area":"465"} , +{"type":"Feature","id":"n54793258","geometry":{"type":"Point","coordinates":[-0.38754,51.6154481]},"properties":{"@type":"node","@id":54793258,"@timestamp":1190236865},"coords":"51.6154481,-0.38754","bedrooms":"1","price":"157000","area":"535"} , +{"type":"Feature","id":"n54835345","geometry":{"type":"Point","coordinates":[0.2127853,51.5628374]},"properties":{"@type":"node","@id":54835345,"@timestamp":1190580363},"coords":"51.5628374,0.2127853","bedrooms":"3","price":"227000","area":"588"} , +{"type":"Feature","id":"n55114498","geometry":{"type":"Point","coordinates":[-0.2233689,51.4912518]},"properties":{"@type":"node","@id":55114498,"@timestamp":1564915267},"coords":"51.4912518,-0.2233689","bedrooms":"0","price":"203000","area":"689"} , +{"type":"Feature","id":"n55296679","geometry":{"type":"Point","coordinates":[-0.9757444,51.3116175]},"properties":{"@type":"node","@id":55296679,"@timestamp":1190305454},"coords":"51.3116175,-0.9757444","bedrooms":"4","price":"291000","area":"630"} , +{"type":"Feature","id":"n55300153","geometry":{"type":"Point","coordinates":[-0.0969058,51.0178525]},"properties":{"@type":"node","@id":55300153,"@timestamp":1190305803},"coords":"51.0178525,-0.0969058","bedrooms":"2","price":"150000","area":"661"} , +{"type":"Feature","id":"n55300191","geometry":{"type":"Point","coordinates":[-0.0942265,51.0162534]},"properties":{"@type":"node","@id":55300191,"@timestamp":1190305807},"coords":"51.0162534,-0.0942265","bedrooms":"2","price":"164000","area":"401"} , +{"type":"Feature","id":"n55300278","geometry":{"type":"Point","coordinates":[-0.1010155,50.9998539]},"properties":{"@type":"node","@id":55300278,"@timestamp":1190305814},"coords":"50.9998539,-0.1010155","bedrooms":"3","price":"287000","area":"371"} , +{"type":"Feature","id":"n55300306","geometry":{"type":"Point","coordinates":[-0.0982794,51.0015179]},"properties":{"@type":"node","@id":55300306,"@timestamp":1190305817},"coords":"51.0015179,-0.0982794","bedrooms":"2","price":"171000","area":"665"} , +{"type":"Feature","id":"n55300338","geometry":{"type":"Point","coordinates":[-0.0974827,51.0021326]},"properties":{"@type":"node","@id":55300338,"@timestamp":1190305819},"coords":"51.0021326,-0.0974827","bedrooms":"2","price":"256000","area":"480"} , +{"type":"Feature","id":"n55300389","geometry":{"type":"Point","coordinates":[-0.1115985,51.0028984]},"properties":{"@type":"node","@id":55300389,"@timestamp":1190305822},"coords":"51.0028984,-0.1115985","bedrooms":"3","price":"299000","area":"643"} , +{"type":"Feature","id":"n55326866","geometry":{"type":"Point","coordinates":[-0.8644772,51.3353779]},"properties":{"@type":"node","@id":55326866,"@timestamp":1190308299},"coords":"51.3353779,-0.8644772","bedrooms":"1","price":"296000","area":"569"} , +{"type":"Feature","id":"n55338963","geometry":{"type":"Point","coordinates":[-0.8684661,51.3297438]},"properties":{"@type":"node","@id":55338963,"@timestamp":1190309891},"coords":"51.3297438,-0.8684661","bedrooms":"3","price":"257000","area":"409"} , +{"type":"Feature","id":"n55338995","geometry":{"type":"Point","coordinates":[-0.8580567,51.3276205]},"properties":{"@type":"node","@id":55338995,"@timestamp":1190309896},"coords":"51.3276205,-0.8580567","bedrooms":"4","price":"230000","area":"613"} , +{"type":"Feature","id":"n55339036","geometry":{"type":"Point","coordinates":[-0.8633031,51.3274537]},"properties":{"@type":"node","@id":55339036,"@timestamp":1190309906},"coords":"51.3274537,-0.8633031","bedrooms":"2","price":"221000","area":"610"} , +{"type":"Feature","id":"n55339067","geometry":{"type":"Point","coordinates":[-0.8534632,51.3280205]},"properties":{"@type":"node","@id":55339067,"@timestamp":1190309914},"coords":"51.3280205,-0.8534632","bedrooms":"3","price":"270000","area":"615"} , +{"type":"Feature","id":"n55342196","geometry":{"type":"Point","coordinates":[-0.8782471,51.3401927]},"properties":{"@type":"node","@id":55342196,"@timestamp":1190310436},"coords":"51.3401927,-0.8782471","bedrooms":"3","price":"239000","area":"380"} , +{"type":"Feature","id":"n55420748","geometry":{"type":"Point","coordinates":[0.5779203,51.852306]},"properties":{"@type":"node","@id":55420748,"@timestamp":1579691745},"coords":"51.852306,0.5779203","bedrooms":"4","price":"239000","area":"354"} , +{"type":"Feature","id":"n55431510","geometry":{"type":"Point","coordinates":[-0.1851353,51.4163085]},"properties":{"@type":"node","@id":55431510,"@timestamp":1510709224},"coords":"51.4163085,-0.1851353","bedrooms":"3","price":"216000","area":"560"} , +{"type":"Feature","id":"n55542258","geometry":{"type":"Point","coordinates":[-0.5741536,51.2466845]},"properties":{"@type":"node","@id":55542258,"@timestamp":1190330937},"coords":"51.2466845,-0.5741536","bedrooms":"0","price":"226000","area":"699"} , +{"type":"Feature","id":"n56106517","geometry":{"type":"Point","coordinates":[-0.4521667,51.0218576]},"properties":{"@type":"node","@id":56106517,"@timestamp":1190375503},"coords":"51.0218576,-0.4521667","bedrooms":"1","price":"214000","area":"538"} , +{"type":"Feature","id":"n56151624","geometry":{"type":"Point","coordinates":[0.6002479,51.5894866]},"properties":{"@type":"node","@id":56151624,"@timestamp":1571573233},"coords":"51.5894866,0.6002479","bedrooms":"4","price":"220000","area":"415"} , +{"type":"Feature","id":"n56177465","geometry":{"type":"Point","coordinates":[-0.1868936,51.615516]},"properties":{"@type":"node","@id":56177465,"@timestamp":1190380726},"coords":"51.615516,-0.1868936","bedrooms":"4","price":"151000","area":"475"} , +{"type":"Feature","id":"n56189250","geometry":{"type":"Point","coordinates":[-0.1844191,51.619641]},"properties":{"@type":"node","@id":56189250,"@timestamp":1190381637},"coords":"51.619641,-0.1844191","bedrooms":"1","price":"255000","area":"571"} , +{"type":"Feature","id":"n56206891","geometry":{"type":"Point","coordinates":[-0.4986315,51.0227746]},"properties":{"@type":"node","@id":56206891,"@timestamp":1190393773},"coords":"51.0227746,-0.4986315","bedrooms":"0","price":"244000","area":"369"} , +{"type":"Feature","id":"n56206903","geometry":{"type":"Point","coordinates":[-0.4936318,51.0275152]},"properties":{"@type":"node","@id":56206903,"@timestamp":1190393773},"coords":"51.0275152,-0.4936318","bedrooms":"1","price":"249000","area":"662"} , +{"type":"Feature","id":"n56206947","geometry":{"type":"Point","coordinates":[-0.1623116,51.6096148]},"properties":{"@type":"node","@id":56206947,"@timestamp":1190393849},"coords":"51.6096148,-0.1623116","bedrooms":"2","price":"187000","area":"378"} , +{"type":"Feature","id":"n56271704","geometry":{"type":"Point","coordinates":[-0.3570784,51.4587823]},"properties":{"@type":"node","@id":56271704,"@timestamp":1190399471},"coords":"51.4587823,-0.3570784","bedrooms":"2","price":"229000","area":"471"} , +{"type":"Feature","id":"n56271749","geometry":{"type":"Point","coordinates":[-0.355712,51.4608038]},"properties":{"@type":"node","@id":56271749,"@timestamp":1190399473},"coords":"51.4608038,-0.355712","bedrooms":"3","price":"153000","area":"635"} , +{"type":"Feature","id":"n56434595","geometry":{"type":"Point","coordinates":[-0.1601984,51.6066155]},"properties":{"@type":"node","@id":56434595,"@timestamp":1351269370},"coords":"51.6066155,-0.1601984","bedrooms":"2","price":"259000","area":"380"} , +{"type":"Feature","id":"n57124024","geometry":{"type":"Point","coordinates":[-0.3788788,51.6868789]},"properties":{"@type":"node","@id":57124024,"@timestamp":1604766937},"coords":"51.6868789,-0.3788788","bedrooms":"4","price":"154000","area":"470"} , +{"type":"Feature","id":"n57196793","geometry":{"type":"Point","coordinates":[-0.3989793,51.6767822]},"properties":{"@type":"node","@id":57196793,"@timestamp":1604503431},"coords":"51.6767822,-0.3989793","bedrooms":"2","price":"216000","area":"482"} , +{"type":"Feature","id":"n57244474","geometry":{"type":"Point","coordinates":[-0.0485135,51.5502739]},"properties":{"@type":"node","@id":57244474,"@timestamp":1190464633},"coords":"51.5502739,-0.0485135","bedrooms":"2","price":"150000","area":"455"} , +{"type":"Feature","id":"n57285356","geometry":{"type":"Point","coordinates":[-0.3968946,51.67554]},"properties":{"@type":"node","@id":57285356,"@timestamp":1628424311},"coords":"51.67554,-0.3968946","bedrooms":"0","price":"215000","area":"544"} , +{"type":"Feature","id":"n57291575","geometry":{"type":"Point","coordinates":[-0.3899216,51.6710815]},"properties":{"@type":"node","@id":57291575,"@timestamp":1604756177},"coords":"51.6710815,-0.3899216","bedrooms":"4","price":"284000","area":"666"} , +{"type":"Feature","id":"n57382462","geometry":{"type":"Point","coordinates":[-0.4141875,51.6626988]},"properties":{"@type":"node","@id":57382462,"@timestamp":1291770917},"coords":"51.6626988,-0.4141875","bedrooms":"0","price":"217000","area":"546"} , +{"type":"Feature","id":"n57644594","geometry":{"type":"Point","coordinates":[0.0114514,51.7784886]},"properties":{"@type":"node","@id":57644594,"@timestamp":1190486954},"coords":"51.7784886,0.0114514","bedrooms":"0","price":"228000","area":"355"} , +{"type":"Feature","id":"n57652607","geometry":{"type":"Point","coordinates":[0.0070064,51.7845567]},"properties":{"@type":"node","@id":57652607,"@timestamp":1190487445},"coords":"51.7845567,0.0070064","bedrooms":"3","price":"175000","area":"669"} , +{"type":"Feature","id":"n57652715","geometry":{"type":"Point","coordinates":[0.0070541,51.7809355]},"properties":{"@type":"node","@id":57652715,"@timestamp":1190487448},"coords":"51.7809355,0.0070541","bedrooms":"1","price":"224000","area":"653"} , +{"type":"Feature","id":"n57656349","geometry":{"type":"Point","coordinates":[0.0249789,51.7805612]},"properties":{"@type":"node","@id":57656349,"@timestamp":1190487667},"coords":"51.7805612,0.0249789","bedrooms":"1","price":"295000","area":"576"} , +{"type":"Feature","id":"n57730164","geometry":{"type":"Point","coordinates":[-0.3477193,51.4573441]},"properties":{"@type":"node","@id":57730164,"@timestamp":1190492014},"coords":"51.4573441,-0.3477193","bedrooms":"2","price":"227000","area":"443"} , +{"type":"Feature","id":"n57730330","geometry":{"type":"Point","coordinates":[-0.3424908,51.4493298]},"properties":{"@type":"node","@id":57730330,"@timestamp":1625561895},"coords":"51.4493298,-0.3424908","bedrooms":"0","price":"258000","area":"377"} , +{"type":"Feature","id":"n57730414","geometry":{"type":"Point","coordinates":[-0.3373559,51.4597087]},"properties":{"@type":"node","@id":57730414,"@timestamp":1205863642},"coords":"51.4597087,-0.3373559","bedrooms":"3","price":"219000","area":"517"} , +{"type":"Feature","id":"n57730493","geometry":{"type":"Point","coordinates":[-0.3467959,51.4576685]},"properties":{"@type":"node","@id":57730493,"@timestamp":1190492025},"coords":"51.4576685,-0.3467959","bedrooms":"3","price":"213000","area":"553"} , +{"type":"Feature","id":"n57752639","geometry":{"type":"Point","coordinates":[-0.1706751,51.1715146]},"properties":{"@type":"node","@id":57752639,"@timestamp":1190493326},"coords":"51.1715146,-0.1706751","bedrooms":"1","price":"153000","area":"536"} , +{"type":"Feature","id":"n57752679","geometry":{"type":"Point","coordinates":[-0.1713099,51.1713236]},"properties":{"@type":"node","@id":57752679,"@timestamp":1190493329},"coords":"51.1713236,-0.1713099","bedrooms":"3","price":"180000","area":"648"} , +{"type":"Feature","id":"n57775228","geometry":{"type":"Point","coordinates":[-0.1715244,51.1692316]},"properties":{"@type":"node","@id":57775228,"@timestamp":1190495007},"coords":"51.1692316,-0.1715244","bedrooms":"2","price":"258000","area":"381"} , +{"type":"Feature","id":"n57775249","geometry":{"type":"Point","coordinates":[-0.1708246,51.1692701]},"properties":{"@type":"node","@id":57775249,"@timestamp":1190495008},"coords":"51.1692701,-0.1708246","bedrooms":"4","price":"215000","area":"681"} , +{"type":"Feature","id":"n57775275","geometry":{"type":"Point","coordinates":[-0.1695095,51.1689835]},"properties":{"@type":"node","@id":57775275,"@timestamp":1190495009},"coords":"51.1689835,-0.1695095","bedrooms":"1","price":"277000","area":"677"} , +{"type":"Feature","id":"n57775295","geometry":{"type":"Point","coordinates":[-0.1699898,51.1683]},"properties":{"@type":"node","@id":57775295,"@timestamp":1190495010},"coords":"51.1683,-0.1699898","bedrooms":"3","price":"245000","area":"495"} , +{"type":"Feature","id":"n57786606","geometry":{"type":"Point","coordinates":[-0.1618144,51.1640211]},"properties":{"@type":"node","@id":57786606,"@timestamp":1190496012},"coords":"51.1640211,-0.1618144","bedrooms":"2","price":"293000","area":"410"} , +{"type":"Feature","id":"n57786647","geometry":{"type":"Point","coordinates":[-0.1614299,51.1664876]},"properties":{"@type":"node","@id":57786647,"@timestamp":1190496019},"coords":"51.1664876,-0.1614299","bedrooms":"0","price":"270000","area":"663"} , +{"type":"Feature","id":"n57786698","geometry":{"type":"Point","coordinates":[-0.1640355,51.1637159]},"properties":{"@type":"node","@id":57786698,"@timestamp":1190496023},"coords":"51.1637159,-0.1640355","bedrooms":"1","price":"224000","area":"465"} , +{"type":"Feature","id":"n57786733","geometry":{"type":"Point","coordinates":[-0.1628221,51.163639]},"properties":{"@type":"node","@id":57786733,"@timestamp":1190496025},"coords":"51.163639,-0.1628221","bedrooms":"3","price":"163000","area":"393"} , +{"type":"Feature","id":"n57786772","geometry":{"type":"Point","coordinates":[-0.1616444,51.1631745]},"properties":{"@type":"node","@id":57786772,"@timestamp":1190496028},"coords":"51.1631745,-0.1616444","bedrooms":"1","price":"239000","area":"525"} , +{"type":"Feature","id":"n57794427","geometry":{"type":"Point","coordinates":[-0.9725346,51.0061271]},"properties":{"@type":"node","@id":57794427,"@timestamp":1190499017},"coords":"51.0061271,-0.9725346","bedrooms":"1","price":"255000","area":"509"} , +{"type":"Feature","id":"n57797864","geometry":{"type":"Point","coordinates":[-0.165079,51.1649411]},"properties":{"@type":"node","@id":57797864,"@timestamp":1190496934},"coords":"51.1649411,-0.165079","bedrooms":"3","price":"179000","area":"676"} , +{"type":"Feature","id":"n57797892","geometry":{"type":"Point","coordinates":[-0.1652283,51.1667753]},"properties":{"@type":"node","@id":57797892,"@timestamp":1190496935},"coords":"51.1667753,-0.1652283","bedrooms":"2","price":"169000","area":"676"} , +{"type":"Feature","id":"n57797915","geometry":{"type":"Point","coordinates":[-0.1687023,51.1647441]},"properties":{"@type":"node","@id":57797915,"@timestamp":1190496936},"coords":"51.1647441,-0.1687023","bedrooms":"3","price":"207000","area":"425"} , +{"type":"Feature","id":"n57797957","geometry":{"type":"Point","coordinates":[-0.1681642,51.1659849]},"properties":{"@type":"node","@id":57797957,"@timestamp":1190496937},"coords":"51.1659849,-0.1681642","bedrooms":"0","price":"179000","area":"440"} , +{"type":"Feature","id":"n57812699","geometry":{"type":"Point","coordinates":[-0.171805,51.165029]},"properties":{"@type":"node","@id":57812699,"@timestamp":1190498225},"coords":"51.165029,-0.171805","bedrooms":"0","price":"248000","area":"616"} , +{"type":"Feature","id":"n57812715","geometry":{"type":"Point","coordinates":[-0.1704138,51.1673323]},"properties":{"@type":"node","@id":57812715,"@timestamp":1190498228},"coords":"51.1673323,-0.1704138","bedrooms":"1","price":"155000","area":"537"} , +{"type":"Feature","id":"n57812749","geometry":{"type":"Point","coordinates":[-0.172745,51.1654155]},"properties":{"@type":"node","@id":57812749,"@timestamp":1190498230},"coords":"51.1654155,-0.172745","bedrooms":"4","price":"205000","area":"361"} , +{"type":"Feature","id":"n57812771","geometry":{"type":"Point","coordinates":[-0.1725375,51.1665458]},"properties":{"@type":"node","@id":57812771,"@timestamp":1190498231},"coords":"51.1665458,-0.1725375","bedrooms":"0","price":"213000","area":"660"} , +{"type":"Feature","id":"n57812806","geometry":{"type":"Point","coordinates":[-0.1746841,51.167425]},"properties":{"@type":"node","@id":57812806,"@timestamp":1190498234},"coords":"51.167425,-0.1746841","bedrooms":"3","price":"239000","area":"523"} , +{"type":"Feature","id":"n57812832","geometry":{"type":"Point","coordinates":[-0.1746907,51.1661719]},"properties":{"@type":"node","@id":57812832,"@timestamp":1190498237},"coords":"51.1661719,-0.1746907","bedrooms":"4","price":"224000","area":"697"} , +{"type":"Feature","id":"n57812874","geometry":{"type":"Point","coordinates":[-0.1727474,51.1656399]},"properties":{"@type":"node","@id":57812874,"@timestamp":1190498241},"coords":"51.1656399,-0.1727474","bedrooms":"2","price":"255000","area":"562"} , +{"type":"Feature","id":"n57823674","geometry":{"type":"Point","coordinates":[-1.011843,50.9836402]},"properties":{"@type":"node","@id":57823674,"@timestamp":1190499307},"coords":"50.9836402,-1.011843","bedrooms":"3","price":"150000","area":"636"} , +{"type":"Feature","id":"n57837046","geometry":{"type":"Point","coordinates":[-1.0021791,50.992347]},"properties":{"@type":"node","@id":57837046,"@timestamp":1190500331},"coords":"50.992347,-1.0021791","bedrooms":"0","price":"290000","area":"456"} , +{"type":"Feature","id":"n57845174","geometry":{"type":"Point","coordinates":[-0.9910299,50.9794403]},"properties":{"@type":"node","@id":57845174,"@timestamp":1190500884},"coords":"50.9794403,-0.9910299","bedrooms":"2","price":"155000","area":"648"} , +{"type":"Feature","id":"n57859911","geometry":{"type":"Point","coordinates":[-0.9885686,50.9753348]},"properties":{"@type":"node","@id":57859911,"@timestamp":1190501706},"coords":"50.9753348,-0.9885686","bedrooms":"4","price":"260000","area":"632"} , +{"type":"Feature","id":"n57905107","geometry":{"type":"Point","coordinates":[0.0314078,51.7729973]},"properties":{"@type":"node","@id":57905107,"@timestamp":1190504820},"coords":"51.7729973,0.0314078","bedrooms":"0","price":"296000","area":"555"} , +{"type":"Feature","id":"n57905135","geometry":{"type":"Point","coordinates":[0.03713,51.7751947]},"properties":{"@type":"node","@id":57905135,"@timestamp":1190504821},"coords":"51.7751947,0.03713","bedrooms":"2","price":"290000","area":"386"} , +{"type":"Feature","id":"n57905164","geometry":{"type":"Point","coordinates":[0.0323231,51.7731728]},"properties":{"@type":"node","@id":57905164,"@timestamp":1190504822},"coords":"51.7731728,0.0323231","bedrooms":"4","price":"183000","area":"514"} , +{"type":"Feature","id":"n57905197","geometry":{"type":"Point","coordinates":[0.041228,51.7754811]},"properties":{"@type":"node","@id":57905197,"@timestamp":1190504823},"coords":"51.7754811,0.041228","bedrooms":"0","price":"288000","area":"394"} , +{"type":"Feature","id":"n57919693","geometry":{"type":"Point","coordinates":[-0.9972799,51.0232473]},"properties":{"@type":"node","@id":57919693,"@timestamp":1190505806},"coords":"51.0232473,-0.9972799","bedrooms":"4","price":"192000","area":"378"} , +{"type":"Feature","id":"n57919767","geometry":{"type":"Point","coordinates":[-0.9895025,51.0187915]},"properties":{"@type":"node","@id":57919767,"@timestamp":1190505833},"coords":"51.0187915,-0.9895025","bedrooms":"2","price":"232000","area":"570"} , +{"type":"Feature","id":"n57920001","geometry":{"type":"Point","coordinates":[-0.9796384,51.0143306]},"properties":{"@type":"node","@id":57920001,"@timestamp":1404342650},"coords":"51.0143306,-0.9796384","bedrooms":"2","price":"174000","area":"374"} , +{"type":"Feature","id":"n57920500","geometry":{"type":"Point","coordinates":[0.0472395,51.7718424]},"properties":{"@type":"node","@id":57920500,"@timestamp":1190505999},"coords":"51.7718424,0.0472395","bedrooms":"4","price":"160000","area":"407"} , +{"type":"Feature","id":"n57920549","geometry":{"type":"Point","coordinates":[0.041621,51.7692768]},"properties":{"@type":"node","@id":57920549,"@timestamp":1190506002},"coords":"51.7692768,0.041621","bedrooms":"0","price":"179000","area":"609"} , +{"type":"Feature","id":"n57923365","geometry":{"type":"Point","coordinates":[-0.9669021,51.0119282]},"properties":{"@type":"node","@id":57923365,"@timestamp":1384125397},"coords":"51.0119282,-0.9669021","bedrooms":"3","price":"188000","area":"377"} , +{"type":"Feature","id":"n57931336","geometry":{"type":"Point","coordinates":[-0.9917363,51.0257666]},"properties":{"@type":"node","@id":57931336,"@timestamp":1190507293},"coords":"51.0257666,-0.9917363","bedrooms":"4","price":"245000","area":"478"} , +{"type":"Feature","id":"n57932655","geometry":{"type":"Point","coordinates":[-0.9744797,50.9872475]},"properties":{"@type":"node","@id":57932655,"@timestamp":1190508134},"coords":"50.9872475,-0.9744797","bedrooms":"2","price":"294000","area":"522"} , +{"type":"Feature","id":"n57932675","geometry":{"type":"Point","coordinates":[-0.9764004,50.9793155]},"properties":{"@type":"node","@id":57932675,"@timestamp":1220013193},"coords":"50.9793155,-0.9764004","bedrooms":"3","price":"191000","area":"596"} , +{"type":"Feature","id":"n57932695","geometry":{"type":"Point","coordinates":[-0.9761687,50.9830864]},"properties":{"@type":"node","@id":57932695,"@timestamp":1220013192},"coords":"50.9830864,-0.9761687","bedrooms":"4","price":"170000","area":"431"} , +{"type":"Feature","id":"n57938313","geometry":{"type":"Point","coordinates":[-0.9768734,50.9875721]},"properties":{"@type":"node","@id":57938313,"@timestamp":1190508732},"coords":"50.9875721,-0.9768734","bedrooms":"4","price":"173000","area":"491"} , +{"type":"Feature","id":"n57939821","geometry":{"type":"Point","coordinates":[-1.0064544,51.0359046]},"properties":{"@type":"node","@id":57939821,"@timestamp":1190508820},"coords":"51.0359046,-1.0064544","bedrooms":"1","price":"284000","area":"369"} , +{"type":"Feature","id":"n57945887","geometry":{"type":"Point","coordinates":[-0.9961671,51.034562]},"properties":{"@type":"node","@id":57945887,"@timestamp":1346747331},"coords":"51.034562,-0.9961671","bedrooms":"2","price":"158000","area":"574"} , +{"type":"Feature","id":"n57946772","geometry":{"type":"Point","coordinates":[-0.9767867,50.9783045]},"properties":{"@type":"node","@id":57946772,"@timestamp":1190509303},"coords":"50.9783045,-0.9767867","bedrooms":"4","price":"251000","area":"476"} , +{"type":"Feature","id":"n57946809","geometry":{"type":"Point","coordinates":[-0.976817,50.9771366]},"properties":{"@type":"node","@id":57946809,"@timestamp":1190509304},"coords":"50.9771366,-0.976817","bedrooms":"4","price":"212000","area":"464"} , +{"type":"Feature","id":"n57962027","geometry":{"type":"Point","coordinates":[-0.9743586,50.9712547]},"properties":{"@type":"node","@id":57962027,"@timestamp":1190510304},"coords":"50.9712547,-0.9743586","bedrooms":"3","price":"267000","area":"530"} , +{"type":"Feature","id":"n57962103","geometry":{"type":"Point","coordinates":[-0.9752469,50.9751715]},"properties":{"@type":"node","@id":57962103,"@timestamp":1190510306},"coords":"50.9751715,-0.9752469","bedrooms":"2","price":"152000","area":"583"} , +{"type":"Feature","id":"n58488562","geometry":{"type":"Point","coordinates":[-0.4019416,51.6554546]},"properties":{"@type":"node","@id":58488562,"@timestamp":1492561146},"coords":"51.6554546,-0.4019416","bedrooms":"2","price":"216000","area":"673"} , +{"type":"Feature","id":"n58502437","geometry":{"type":"Point","coordinates":[-0.4087432,51.6547507]},"properties":{"@type":"node","@id":58502437,"@timestamp":1605657795},"coords":"51.6547507,-0.4087432","bedrooms":"2","price":"203000","area":"476"} , +{"type":"Feature","id":"n58564395","geometry":{"type":"Point","coordinates":[0.0319439,51.7636167]},"properties":{"@type":"node","@id":58564395,"@timestamp":1190539694},"coords":"51.7636167,0.0319439","bedrooms":"3","price":"150000","area":"676"} , +{"type":"Feature","id":"n58570084","geometry":{"type":"Point","coordinates":[0.0205696,51.7673146]},"properties":{"@type":"node","@id":58570084,"@timestamp":1190540133},"coords":"51.7673146,0.0205696","bedrooms":"0","price":"261000","area":"402"} , +{"type":"Feature","id":"n58570111","geometry":{"type":"Point","coordinates":[0.0222989,51.7682641]},"properties":{"@type":"node","@id":58570111,"@timestamp":1190540134},"coords":"51.7682641,0.0222989","bedrooms":"1","price":"239000","area":"391"} , +{"type":"Feature","id":"n58574831","geometry":{"type":"Point","coordinates":[0.0457888,51.7562734]},"properties":{"@type":"node","@id":58574831,"@timestamp":1190540381},"coords":"51.7562734,0.0457888","bedrooms":"1","price":"234000","area":"527"} , +{"type":"Feature","id":"n58587295","geometry":{"type":"Point","coordinates":[0.0566948,51.7483949]},"properties":{"@type":"node","@id":58587295,"@timestamp":1190541095},"coords":"51.7483949,0.0566948","bedrooms":"0","price":"211000","area":"466"} , +{"type":"Feature","id":"n58594625","geometry":{"type":"Point","coordinates":[0.0490148,51.7532535]},"properties":{"@type":"node","@id":58594625,"@timestamp":1190541545},"coords":"51.7532535,0.0490148","bedrooms":"4","price":"179000","area":"529"} , +{"type":"Feature","id":"n58594668","geometry":{"type":"Point","coordinates":[0.0476905,51.7488764]},"properties":{"@type":"node","@id":58594668,"@timestamp":1190541548},"coords":"51.7488764,0.0476905","bedrooms":"2","price":"179000","area":"354"} , +{"type":"Feature","id":"n58594696","geometry":{"type":"Point","coordinates":[0.0515258,51.747301]},"properties":{"@type":"node","@id":58594696,"@timestamp":1190541549},"coords":"51.747301,0.0515258","bedrooms":"0","price":"162000","area":"686"} , +{"type":"Feature","id":"n58676793","geometry":{"type":"Point","coordinates":[0.2817634,51.4507436]},"properties":{"@type":"node","@id":58676793,"@timestamp":1527601702},"coords":"51.4507436,0.2817634","bedrooms":"3","price":"199000","area":"526"} , +{"type":"Feature","id":"n58702664","geometry":{"type":"Point","coordinates":[0.0375298,51.7261515]},"properties":{"@type":"node","@id":58702664,"@timestamp":1190546839},"coords":"51.7261515,0.0375298","bedrooms":"1","price":"243000","area":"432"} , +{"type":"Feature","id":"n58704855","geometry":{"type":"Point","coordinates":[0.0419128,51.7278725]},"properties":{"@type":"node","@id":58704855,"@timestamp":1190546995},"coords":"51.7278725,0.0419128","bedrooms":"3","price":"212000","area":"383"} , +{"type":"Feature","id":"n58706831","geometry":{"type":"Point","coordinates":[0.2144371,51.35423]},"properties":{"@type":"node","@id":58706831,"@timestamp":1190547131},"coords":"51.35423,0.2144371","bedrooms":"0","price":"257000","area":"512"} , +{"type":"Feature","id":"n58707906","geometry":{"type":"Point","coordinates":[0.0447801,51.7290547]},"properties":{"@type":"node","@id":58707906,"@timestamp":1190547206},"coords":"51.7290547,0.0447801","bedrooms":"1","price":"237000","area":"625"} , +{"type":"Feature","id":"n58709598","geometry":{"type":"Point","coordinates":[0.0444395,51.729048]},"properties":{"@type":"node","@id":58709598,"@timestamp":1190547331},"coords":"51.729048,0.0444395","bedrooms":"0","price":"178000","area":"626"} , +{"type":"Feature","id":"n58709618","geometry":{"type":"Point","coordinates":[0.0443893,51.73007]},"properties":{"@type":"node","@id":58709618,"@timestamp":1190547332},"coords":"51.73007,0.0443893","bedrooms":"1","price":"236000","area":"376"} , +{"type":"Feature","id":"n58709630","geometry":{"type":"Point","coordinates":[0.0447204,51.7304096]},"properties":{"@type":"node","@id":58709630,"@timestamp":1190547333},"coords":"51.7304096,0.0447204","bedrooms":"4","price":"282000","area":"400"} , +{"type":"Feature","id":"n58713298","geometry":{"type":"Point","coordinates":[0.0457966,51.7333338]},"properties":{"@type":"node","@id":58713298,"@timestamp":1190547539},"coords":"51.7333338,0.0457966","bedrooms":"2","price":"295000","area":"471"} , +{"type":"Feature","id":"n58713318","geometry":{"type":"Point","coordinates":[0.0474072,51.7324032]},"properties":{"@type":"node","@id":58713318,"@timestamp":1190547540},"coords":"51.7324032,0.0474072","bedrooms":"2","price":"248000","area":"574"} , +{"type":"Feature","id":"n58713330","geometry":{"type":"Point","coordinates":[0.0474344,51.732262]},"properties":{"@type":"node","@id":58713330,"@timestamp":1190547541},"coords":"51.732262,0.0474344","bedrooms":"1","price":"169000","area":"564"} , +{"type":"Feature","id":"n58720992","geometry":{"type":"Point","coordinates":[0.0398297,51.7289471]},"properties":{"@type":"node","@id":58720992,"@timestamp":1190548013},"coords":"51.7289471,0.0398297","bedrooms":"4","price":"181000","area":"547"} , +{"type":"Feature","id":"n58721015","geometry":{"type":"Point","coordinates":[0.0399274,51.7289404]},"properties":{"@type":"node","@id":58721015,"@timestamp":1190548014},"coords":"51.7289404,0.0399274","bedrooms":"1","price":"159000","area":"538"} , +{"type":"Feature","id":"n58721030","geometry":{"type":"Point","coordinates":[0.047336,51.7394105]},"properties":{"@type":"node","@id":58721030,"@timestamp":1190548016},"coords":"51.7394105,0.047336","bedrooms":"1","price":"272000","area":"613"} , +{"type":"Feature","id":"n58721059","geometry":{"type":"Point","coordinates":[0.0492874,51.7380758]},"properties":{"@type":"node","@id":58721059,"@timestamp":1190548019},"coords":"51.7380758,0.0492874","bedrooms":"4","price":"289000","area":"406"} , +{"type":"Feature","id":"n58721099","geometry":{"type":"Point","coordinates":[0.0493071,51.7317207]},"properties":{"@type":"node","@id":58721099,"@timestamp":1190548022},"coords":"51.7317207,0.0493071","bedrooms":"1","price":"257000","area":"381"} , +{"type":"Feature","id":"n58725558","geometry":{"type":"Point","coordinates":[0.3341195,51.3841517]},"properties":{"@type":"node","@id":58725558,"@timestamp":1190548281},"coords":"51.3841517,0.3341195","bedrooms":"0","price":"209000","area":"433"} , +{"type":"Feature","id":"n58725585","geometry":{"type":"Point","coordinates":[0.3357223,51.3794175]},"properties":{"@type":"node","@id":58725585,"@timestamp":1190548282},"coords":"51.3794175,0.3357223","bedrooms":"3","price":"207000","area":"603"} , +{"type":"Feature","id":"n58725611","geometry":{"type":"Point","coordinates":[0.338182,51.3789545]},"properties":{"@type":"node","@id":58725611,"@timestamp":1190548283},"coords":"51.3789545,0.338182","bedrooms":"2","price":"231000","area":"541"} , +{"type":"Feature","id":"n58750212","geometry":{"type":"Point","coordinates":[0.0367575,51.7324536]},"properties":{"@type":"node","@id":58750212,"@timestamp":1190549468},"coords":"51.7324536,0.0367575","bedrooms":"3","price":"265000","area":"421"} , +{"type":"Feature","id":"n58750257","geometry":{"type":"Point","coordinates":[0.0374631,51.7322553]},"properties":{"@type":"node","@id":58750257,"@timestamp":1190549470},"coords":"51.7322553,0.0374631","bedrooms":"0","price":"255000","area":"622"} , +{"type":"Feature","id":"n58750298","geometry":{"type":"Point","coordinates":[0.0373545,51.7317779]},"properties":{"@type":"node","@id":58750298,"@timestamp":1190549471},"coords":"51.7317779,0.0373545","bedrooms":"3","price":"164000","area":"432"} , +{"type":"Feature","id":"n58750339","geometry":{"type":"Point","coordinates":[0.0369529,51.7322048]},"properties":{"@type":"node","@id":58750339,"@timestamp":1190549472},"coords":"51.7322048,0.0369529","bedrooms":"1","price":"226000","area":"694"} , +{"type":"Feature","id":"n58750381","geometry":{"type":"Point","coordinates":[0.0333704,51.7357144]},"properties":{"@type":"node","@id":58750381,"@timestamp":1190549473},"coords":"51.7357144,0.0333704","bedrooms":"0","price":"156000","area":"558"} , +{"type":"Feature","id":"n58750410","geometry":{"type":"Point","coordinates":[0.0342714,51.7354522]},"properties":{"@type":"node","@id":58750410,"@timestamp":1190549474},"coords":"51.7354522,0.0342714","bedrooms":"3","price":"262000","area":"598"} , +{"type":"Feature","id":"n58750442","geometry":{"type":"Point","coordinates":[0.0339892,51.7351665]},"properties":{"@type":"node","@id":58750442,"@timestamp":1190549475},"coords":"51.7351665,0.0339892","bedrooms":"1","price":"197000","area":"439"} , +{"type":"Feature","id":"n58750464","geometry":{"type":"Point","coordinates":[0.0339837,51.7369548]},"properties":{"@type":"node","@id":58750464,"@timestamp":1190549476},"coords":"51.7369548,0.0339837","bedrooms":"0","price":"272000","area":"649"} , +{"type":"Feature","id":"n58750494","geometry":{"type":"Point","coordinates":[0.0351942,51.7363833]},"properties":{"@type":"node","@id":58750494,"@timestamp":1190549477},"coords":"51.7363833,0.0351942","bedrooms":"4","price":"195000","area":"461"} , +{"type":"Feature","id":"n58750530","geometry":{"type":"Point","coordinates":[0.0344831,51.7364707]},"properties":{"@type":"node","@id":58750530,"@timestamp":1190549478},"coords":"51.7364707,0.0344831","bedrooms":"4","price":"217000","area":"550"} , +{"type":"Feature","id":"n58763880","geometry":{"type":"Point","coordinates":[0.0341604,51.7309836]},"properties":{"@type":"node","@id":58763880,"@timestamp":1190550141},"coords":"51.7309836,0.0341604","bedrooms":"2","price":"225000","area":"586"} , +{"type":"Feature","id":"n58763890","geometry":{"type":"Point","coordinates":[0.033889,51.7333536]},"properties":{"@type":"node","@id":58763890,"@timestamp":1190550142},"coords":"51.7333536,0.033889","bedrooms":"3","price":"205000","area":"591"} , +{"type":"Feature","id":"n58763914","geometry":{"type":"Point","coordinates":[0.033585,51.7363925]},"properties":{"@type":"node","@id":58763914,"@timestamp":1190550143},"coords":"51.7363925,0.033585","bedrooms":"0","price":"262000","area":"685"} , +{"type":"Feature","id":"n58763935","geometry":{"type":"Point","coordinates":[0.0344806,51.7378783]},"properties":{"@type":"node","@id":58763935,"@timestamp":1190550145},"coords":"51.7378783,0.0344806","bedrooms":"3","price":"278000","area":"668"} , +{"type":"Feature","id":"n58763965","geometry":{"type":"Point","coordinates":[0.0380089,51.7379589]},"properties":{"@type":"node","@id":58763965,"@timestamp":1190550146},"coords":"51.7379589,0.0380089","bedrooms":"2","price":"291000","area":"633"} , +{"type":"Feature","id":"n58763996","geometry":{"type":"Point","coordinates":[0.0388611,51.7361471]},"properties":{"@type":"node","@id":58763996,"@timestamp":1190550147},"coords":"51.7361471,0.0388611","bedrooms":"0","price":"169000","area":"358"} , +{"type":"Feature","id":"n58764030","geometry":{"type":"Point","coordinates":[0.0419605,51.7352193]},"properties":{"@type":"node","@id":58764030,"@timestamp":1190550148},"coords":"51.7352193,0.0419605","bedrooms":"4","price":"259000","area":"394"} , +{"type":"Feature","id":"n58764055","geometry":{"type":"Point","coordinates":[0.0418573,51.734342]},"properties":{"@type":"node","@id":58764055,"@timestamp":1190550149},"coords":"51.734342,0.0418573","bedrooms":"4","price":"249000","area":"604"} , +{"type":"Feature","id":"n58764080","geometry":{"type":"Point","coordinates":[0.0453584,51.7322846]},"properties":{"@type":"node","@id":58764080,"@timestamp":1190550149},"coords":"51.7322846,0.0453584","bedrooms":"0","price":"196000","area":"542"} , +{"type":"Feature","id":"n58764107","geometry":{"type":"Point","coordinates":[0.0441914,51.7284655]},"properties":{"@type":"node","@id":58764107,"@timestamp":1190550151},"coords":"51.7284655,0.0441914","bedrooms":"2","price":"240000","area":"439"} , +{"type":"Feature","id":"n58764138","geometry":{"type":"Point","coordinates":[0.0404732,51.7282772]},"properties":{"@type":"node","@id":58764138,"@timestamp":1190550152},"coords":"51.7282772,0.0404732","bedrooms":"1","price":"199000","area":"533"} , +{"type":"Feature","id":"n58764184","geometry":{"type":"Point","coordinates":[0.0353654,51.7297666]},"properties":{"@type":"node","@id":58764184,"@timestamp":1190550153},"coords":"51.7297666,0.0353654","bedrooms":"0","price":"169000","area":"375"} , +{"type":"Feature","id":"n58773567","geometry":{"type":"Point","coordinates":[0.0130343,51.7347389]},"properties":{"@type":"node","@id":58773567,"@timestamp":1190550795},"coords":"51.7347389,0.0130343","bedrooms":"1","price":"182000","area":"561"} , +{"type":"Feature","id":"n58773590","geometry":{"type":"Point","coordinates":[0.0127305,51.7332259]},"properties":{"@type":"node","@id":58773590,"@timestamp":1190550797},"coords":"51.7332259,0.0127305","bedrooms":"3","price":"190000","area":"494"} , +{"type":"Feature","id":"n58855199","geometry":{"type":"Point","coordinates":[0.2876956,51.4829279]},"properties":{"@type":"node","@id":58855199,"@timestamp":1190554829},"coords":"51.4829279,0.2876956","bedrooms":"4","price":"153000","area":"438"} , +{"type":"Feature","id":"n58855353","geometry":{"type":"Point","coordinates":[0.2976589,51.4814552]},"properties":{"@type":"node","@id":58855353,"@timestamp":1206965225},"coords":"51.4814552,0.2976589","bedrooms":"1","price":"224000","area":"696"} , +{"type":"Feature","id":"n58855538","geometry":{"type":"Point","coordinates":[0.3010004,51.4925229]},"properties":{"@type":"node","@id":58855538,"@timestamp":1212092040},"coords":"51.4925229,0.3010004","bedrooms":"3","price":"204000","area":"617"} , +{"type":"Feature","id":"n58855578","geometry":{"type":"Point","coordinates":[0.3084418,51.4878985]},"properties":{"@type":"node","@id":58855578,"@timestamp":1190554840},"coords":"51.4878985,0.3084418","bedrooms":"2","price":"266000","area":"350"} , +{"type":"Feature","id":"n58994748","geometry":{"type":"Point","coordinates":[-0.4191182,51.6466046]},"properties":{"@type":"node","@id":58994748,"@timestamp":1620562954},"coords":"51.6466046,-0.4191182","bedrooms":"3","price":"285000","area":"457"} , +{"type":"Feature","id":"n59021666","geometry":{"type":"Point","coordinates":[-0.0989633,50.9477477]},"properties":{"@type":"node","@id":59021666,"@timestamp":1190563275},"coords":"50.9477477,-0.0989633","bedrooms":"2","price":"192000","area":"549"} , +{"type":"Feature","id":"n59021709","geometry":{"type":"Point","coordinates":[-0.0987736,50.949596]},"properties":{"@type":"node","@id":59021709,"@timestamp":1190563276},"coords":"50.949596,-0.0987736","bedrooms":"0","price":"261000","area":"572"} , +{"type":"Feature","id":"n59021736","geometry":{"type":"Point","coordinates":[-0.0995293,50.9504002]},"properties":{"@type":"node","@id":59021736,"@timestamp":1190563277},"coords":"50.9504002,-0.0995293","bedrooms":"0","price":"267000","area":"509"} , +{"type":"Feature","id":"n59021795","geometry":{"type":"Point","coordinates":[-0.1017363,50.9530034]},"properties":{"@type":"node","@id":59021795,"@timestamp":1190563280},"coords":"50.9530034,-0.1017363","bedrooms":"4","price":"182000","area":"539"} , +{"type":"Feature","id":"n59021832","geometry":{"type":"Point","coordinates":[-0.1018717,50.9517053]},"properties":{"@type":"node","@id":59021832,"@timestamp":1190563281},"coords":"50.9517053,-0.1018717","bedrooms":"4","price":"282000","area":"680"} , +{"type":"Feature","id":"n59021888","geometry":{"type":"Point","coordinates":[-0.1028937,50.9502192]},"properties":{"@type":"node","@id":59021888,"@timestamp":1190563282},"coords":"50.9502192,-0.1028937","bedrooms":"3","price":"282000","area":"646"} , +{"type":"Feature","id":"n59021939","geometry":{"type":"Point","coordinates":[-0.1024106,50.9497528]},"properties":{"@type":"node","@id":59021939,"@timestamp":1190563283},"coords":"50.9497528,-0.1024106","bedrooms":"4","price":"196000","area":"598"} , +{"type":"Feature","id":"n59021992","geometry":{"type":"Point","coordinates":[-0.1011148,50.949182]},"properties":{"@type":"node","@id":59021992,"@timestamp":1190563285},"coords":"50.949182,-0.1011148","bedrooms":"3","price":"181000","area":"417"} , +{"type":"Feature","id":"n59022027","geometry":{"type":"Point","coordinates":[-0.1010098,50.9480508]},"properties":{"@type":"node","@id":59022027,"@timestamp":1190563287},"coords":"50.9480508,-0.1010098","bedrooms":"4","price":"275000","area":"351"} , +{"type":"Feature","id":"n59022067","geometry":{"type":"Point","coordinates":[-0.1002475,50.947473]},"properties":{"@type":"node","@id":59022067,"@timestamp":1190563290},"coords":"50.947473,-0.1002475","bedrooms":"0","price":"285000","area":"476"} , +{"type":"Feature","id":"n59022116","geometry":{"type":"Point","coordinates":[-0.0995452,50.9470763]},"properties":{"@type":"node","@id":59022116,"@timestamp":1190563292},"coords":"50.9470763,-0.0995452","bedrooms":"0","price":"275000","area":"608"} , +{"type":"Feature","id":"n59022167","geometry":{"type":"Point","coordinates":[-0.10018,50.9474743]},"properties":{"@type":"node","@id":59022167,"@timestamp":1190563294},"coords":"50.9474743,-0.10018","bedrooms":"0","price":"232000","area":"472"} , +{"type":"Feature","id":"n59034380","geometry":{"type":"Point","coordinates":[-0.1004765,50.9481471]},"properties":{"@type":"node","@id":59034380,"@timestamp":1190563861},"coords":"50.9481471,-0.1004765","bedrooms":"3","price":"270000","area":"554"} , +{"type":"Feature","id":"n59034427","geometry":{"type":"Point","coordinates":[-0.1002231,50.9478009]},"properties":{"@type":"node","@id":59034427,"@timestamp":1190563863},"coords":"50.9478009,-0.1002231","bedrooms":"2","price":"267000","area":"424"} , +{"type":"Feature","id":"n59063821","geometry":{"type":"Point","coordinates":[-0.4275318,51.6198639]},"properties":{"@type":"node","@id":59063821,"@timestamp":1315914063},"coords":"51.6198639,-0.4275318","bedrooms":"4","price":"203000","area":"419"} , +{"type":"Feature","id":"n59096810","geometry":{"type":"Point","coordinates":[-0.9851008,50.9925485]},"properties":{"@type":"node","@id":59096810,"@timestamp":1190567496},"coords":"50.9925485,-0.9851008","bedrooms":"4","price":"287000","area":"670"} , +{"type":"Feature","id":"n59102622","geometry":{"type":"Point","coordinates":[-0.378229,51.7058415]},"properties":{"@type":"node","@id":59102622,"@timestamp":1625746342},"coords":"51.7058415,-0.378229","bedrooms":"4","price":"239000","area":"461"} , +{"type":"Feature","id":"n59144482","geometry":{"type":"Point","coordinates":[-1.0525163,51.00259]},"properties":{"@type":"node","@id":59144482,"@timestamp":1190570208},"coords":"51.00259,-1.0525163","bedrooms":"1","price":"288000","area":"435"} , +{"type":"Feature","id":"n59192902","geometry":{"type":"Point","coordinates":[-0.3371928,51.4490854]},"properties":{"@type":"node","@id":59192902,"@timestamp":1190572955},"coords":"51.4490854,-0.3371928","bedrooms":"0","price":"189000","area":"587"} , +{"type":"Feature","id":"n59201000","geometry":{"type":"Point","coordinates":[-0.3272129,51.4551375]},"properties":{"@type":"node","@id":59201000,"@timestamp":1200838622},"coords":"51.4551375,-0.3272129","bedrooms":"4","price":"201000","area":"581"} , +{"type":"Feature","id":"n59209748","geometry":{"type":"Point","coordinates":[-0.3726102,51.4435948]},"properties":{"@type":"node","@id":59209748,"@timestamp":1200838620},"coords":"51.4435948,-0.3726102","bedrooms":"2","price":"170000","area":"468"} , +{"type":"Feature","id":"n59220727","geometry":{"type":"Point","coordinates":[-0.3873474,51.4491728]},"properties":{"@type":"node","@id":59220727,"@timestamp":1200838614},"coords":"51.4491728,-0.3873474","bedrooms":"3","price":"282000","area":"658"} , +{"type":"Feature","id":"n59222320","geometry":{"type":"Point","coordinates":[-0.9693538,51.0325175]},"properties":{"@type":"node","@id":59222320,"@timestamp":1190574629},"coords":"51.0325175,-0.9693538","bedrooms":"2","price":"193000","area":"611"} , +{"type":"Feature","id":"n59231782","geometry":{"type":"Point","coordinates":[-0.9868931,51.0298651]},"properties":{"@type":"node","@id":59231782,"@timestamp":1190575041},"coords":"51.0298651,-0.9868931","bedrooms":"4","price":"278000","area":"593"} , +{"type":"Feature","id":"n59231840","geometry":{"type":"Point","coordinates":[-0.9950031,51.0296654]},"properties":{"@type":"node","@id":59231840,"@timestamp":1190575043},"coords":"51.0296654,-0.9950031","bedrooms":"0","price":"214000","area":"377"} , +{"type":"Feature","id":"n59248804","geometry":{"type":"Point","coordinates":[-0.9696998,51.0229289]},"properties":{"@type":"node","@id":59248804,"@timestamp":1190663927},"coords":"51.0229289,-0.9696998","bedrooms":"3","price":"223000","area":"392"} , +{"type":"Feature","id":"n59253896","geometry":{"type":"Point","coordinates":[-0.99283,51.0200498]},"properties":{"@type":"node","@id":59253896,"@timestamp":1190576307},"coords":"51.0200498,-0.99283","bedrooms":"2","price":"251000","area":"393"} , +{"type":"Feature","id":"n59275940","geometry":{"type":"Point","coordinates":[-0.9681922,50.9713076]},"properties":{"@type":"node","@id":59275940,"@timestamp":1190577313},"coords":"50.9713076,-0.9681922","bedrooms":"1","price":"264000","area":"618"} , +{"type":"Feature","id":"n59284562","geometry":{"type":"Point","coordinates":[-0.7621657,50.9819312]},"properties":{"@type":"node","@id":59284562,"@timestamp":1190577718},"coords":"50.9819312,-0.7621657","bedrooms":"0","price":"236000","area":"492"} , +{"type":"Feature","id":"n59346515","geometry":{"type":"Point","coordinates":[0.1130686,51.4149451]},"properties":{"@type":"node","@id":59346515,"@timestamp":1542292897},"coords":"51.4149451,0.1130686","bedrooms":"3","price":"267000","area":"400"} , +{"type":"Feature","id":"n59398521","geometry":{"type":"Point","coordinates":[-0.3571921,51.6444047]},"properties":{"@type":"node","@id":59398521,"@timestamp":1613176941},"coords":"51.6444047,-0.3571921","bedrooms":"1","price":"158000","area":"425"} , +{"type":"Feature","id":"n59414371","geometry":{"type":"Point","coordinates":[-0.3776018,51.6427775]},"properties":{"@type":"node","@id":59414371,"@timestamp":1604957232},"coords":"51.6427775,-0.3776018","bedrooms":"1","price":"213000","area":"594"} , +{"type":"Feature","id":"n59428881","geometry":{"type":"Point","coordinates":[-0.9579932,50.9732958]},"properties":{"@type":"node","@id":59428881,"@timestamp":1204193498},"coords":"50.9732958,-0.9579932","bedrooms":"2","price":"167000","area":"467"} , +{"type":"Feature","id":"n59504844","geometry":{"type":"Point","coordinates":[-0.1401087,51.1322921]},"properties":{"@type":"node","@id":59504844,"@timestamp":1620214415},"coords":"51.1322921,-0.1401087","bedrooms":"1","price":"253000","area":"478"} , +{"type":"Feature","id":"n59597561","geometry":{"type":"Point","coordinates":[-0.9715698,50.9933202]},"properties":{"@type":"node","@id":59597561,"@timestamp":1190620853},"coords":"50.9933202,-0.9715698","bedrooms":"2","price":"267000","area":"359"} , +{"type":"Feature","id":"n59599558","geometry":{"type":"Point","coordinates":[0.00764,51.4326524]},"properties":{"@type":"node","@id":59599558,"@timestamp":1190626930},"coords":"51.4326524,0.00764","bedrooms":"1","price":"161000","area":"481"} , +{"type":"Feature","id":"n59600742","geometry":{"type":"Point","coordinates":[-0.9682515,51.0026312]},"properties":{"@type":"node","@id":59600742,"@timestamp":1190629537},"coords":"51.0026312,-0.9682515","bedrooms":"4","price":"277000","area":"372"} , +{"type":"Feature","id":"n59601215","geometry":{"type":"Point","coordinates":[-0.9596293,50.9924348]},"properties":{"@type":"node","@id":59601215,"@timestamp":1190630627},"coords":"50.9924348,-0.9596293","bedrooms":"0","price":"173000","area":"384"} , +{"type":"Feature","id":"n59601827","geometry":{"type":"Point","coordinates":[-0.9669403,51.0086629]},"properties":{"@type":"node","@id":59601827,"@timestamp":1190631340},"coords":"51.0086629,-0.9669403","bedrooms":"1","price":"224000","area":"583"} , +{"type":"Feature","id":"n59601838","geometry":{"type":"Point","coordinates":[-0.9705561,51.0098129]},"properties":{"@type":"node","@id":59601838,"@timestamp":1190631340},"coords":"51.0098129,-0.9705561","bedrooms":"1","price":"271000","area":"403"} , +{"type":"Feature","id":"n59602061","geometry":{"type":"Point","coordinates":[-0.9908003,51.0246105]},"properties":{"@type":"node","@id":59602061,"@timestamp":1190631855},"coords":"51.0246105,-0.9908003","bedrooms":"4","price":"255000","area":"392"} , +{"type":"Feature","id":"n59609312","geometry":{"type":"Point","coordinates":[-0.1789462,51.6160854]},"properties":{"@type":"node","@id":59609312,"@timestamp":1190638251},"coords":"51.6160854,-0.1789462","bedrooms":"2","price":"201000","area":"407"} , +{"type":"Feature","id":"n59611976","geometry":{"type":"Point","coordinates":[-0.2130312,51.4681916]},"properties":{"@type":"node","@id":59611976,"@timestamp":1190640279},"coords":"51.4681916,-0.2130312","bedrooms":"2","price":"240000","area":"596"} , +{"type":"Feature","id":"n59611992","geometry":{"type":"Point","coordinates":[-0.2130122,51.4684082]},"properties":{"@type":"node","@id":59611992,"@timestamp":1190640280},"coords":"51.4684082,-0.2130122","bedrooms":"2","price":"172000","area":"603"} , +{"type":"Feature","id":"n59629330","geometry":{"type":"Point","coordinates":[-0.6061053,51.1966775]},"properties":{"@type":"node","@id":59629330,"@timestamp":1190646088},"coords":"51.1966775,-0.6061053","bedrooms":"1","price":"177000","area":"397"} , +{"type":"Feature","id":"n59630759","geometry":{"type":"Point","coordinates":[-0.6032919,51.2039491]},"properties":{"@type":"node","@id":59630759,"@timestamp":1190646710},"coords":"51.2039491,-0.6032919","bedrooms":"2","price":"254000","area":"633"} , +{"type":"Feature","id":"n59630773","geometry":{"type":"Point","coordinates":[-0.6025216,51.2037954]},"properties":{"@type":"node","@id":59630773,"@timestamp":1190646712},"coords":"51.2037954,-0.6025216","bedrooms":"2","price":"274000","area":"472"} , +{"type":"Feature","id":"n59631510","geometry":{"type":"Point","coordinates":[-0.5964206,51.2329091]},"properties":{"@type":"node","@id":59631510,"@timestamp":1190647078},"coords":"51.2329091,-0.5964206","bedrooms":"1","price":"250000","area":"647"} , +{"type":"Feature","id":"n59651625","geometry":{"type":"Point","coordinates":[-0.3497026,51.4620697]},"properties":{"@type":"node","@id":59651625,"@timestamp":1190662978},"coords":"51.4620697,-0.3497026","bedrooms":"2","price":"165000","area":"403"} , +{"type":"Feature","id":"n59651635","geometry":{"type":"Point","coordinates":[-0.3503889,51.4631553]},"properties":{"@type":"node","@id":59651635,"@timestamp":1190662979},"coords":"51.4631553,-0.3503889","bedrooms":"0","price":"235000","area":"628"} , +{"type":"Feature","id":"n59651646","geometry":{"type":"Point","coordinates":[-0.3477809,51.4665183]},"properties":{"@type":"node","@id":59651646,"@timestamp":1190662980},"coords":"51.4665183,-0.3477809","bedrooms":"4","price":"175000","area":"420"} , +{"type":"Feature","id":"n59651663","geometry":{"type":"Point","coordinates":[-0.3505512,51.4660441]},"properties":{"@type":"node","@id":59651663,"@timestamp":1190662982},"coords":"51.4660441,-0.3505512","bedrooms":"4","price":"188000","area":"632"} , +{"type":"Feature","id":"n59651673","geometry":{"type":"Point","coordinates":[-0.3456346,51.465208]},"properties":{"@type":"node","@id":59651673,"@timestamp":1190662983},"coords":"51.465208,-0.3456346","bedrooms":"0","price":"260000","area":"469"} , +{"type":"Feature","id":"n59651712","geometry":{"type":"Point","coordinates":[-0.9708254,50.9895776]},"properties":{"@type":"node","@id":59651712,"@timestamp":1190662985},"coords":"50.9895776,-0.9708254","bedrooms":"1","price":"218000","area":"603"} , +{"type":"Feature","id":"n59651982","geometry":{"type":"Point","coordinates":[-0.9527273,51.0118114]},"properties":{"@type":"node","@id":59651982,"@timestamp":1351519457},"coords":"51.0118114,-0.9527273","bedrooms":"1","price":"276000","area":"365"} , +{"type":"Feature","id":"n59652002","geometry":{"type":"Point","coordinates":[-0.962541,51.0155815]},"properties":{"@type":"node","@id":59652002,"@timestamp":1190663300},"coords":"51.0155815,-0.962541","bedrooms":"0","price":"266000","area":"680"} , +{"type":"Feature","id":"n59652648","geometry":{"type":"Point","coordinates":[-0.9760551,51.0198475]},"properties":{"@type":"node","@id":59652648,"@timestamp":1245014712},"coords":"51.0198475,-0.9760551","bedrooms":"1","price":"274000","area":"690"} , +{"type":"Feature","id":"n59652673","geometry":{"type":"Point","coordinates":[-0.9694347,51.0172437]},"properties":{"@type":"node","@id":59652673,"@timestamp":1190663584},"coords":"51.0172437,-0.9694347","bedrooms":"3","price":"243000","area":"688"} , +{"type":"Feature","id":"n59653070","geometry":{"type":"Point","coordinates":[-0.9699513,51.0219333]},"properties":{"@type":"node","@id":59653070,"@timestamp":1190663926},"coords":"51.0219333,-0.9699513","bedrooms":"1","price":"172000","area":"450"} , +{"type":"Feature","id":"n59653892","geometry":{"type":"Point","coordinates":[-0.1506722,51.4743277]},"properties":{"@type":"node","@id":59653892,"@timestamp":1190664343},"coords":"51.4743277,-0.1506722","bedrooms":"3","price":"225000","area":"362"} , +{"type":"Feature","id":"n59654303","geometry":{"type":"Point","coordinates":[-0.979239,51.0253885]},"properties":{"@type":"node","@id":59654303,"@timestamp":1190664678},"coords":"51.0253885,-0.979239","bedrooms":"0","price":"296000","area":"434"} , +{"type":"Feature","id":"n59655796","geometry":{"type":"Point","coordinates":[-1.0039557,51.013666]},"properties":{"@type":"node","@id":59655796,"@timestamp":1190665619},"coords":"51.013666,-1.0039557","bedrooms":"1","price":"294000","area":"688"} , +{"type":"Feature","id":"n59655821","geometry":{"type":"Point","coordinates":[-1.0026346,51.0069474]},"properties":{"@type":"node","@id":59655821,"@timestamp":1404342651},"coords":"51.0069474,-1.0026346","bedrooms":"2","price":"157000","area":"357"} , +{"type":"Feature","id":"n59655941","geometry":{"type":"Point","coordinates":[-1.0219749,51.0001903]},"properties":{"@type":"node","@id":59655941,"@timestamp":1190665719},"coords":"51.0001903,-1.0219749","bedrooms":"0","price":"212000","area":"521"} , +{"type":"Feature","id":"n59662149","geometry":{"type":"Point","coordinates":[-0.3943697,51.6290816]},"properties":{"@type":"node","@id":59662149,"@timestamp":1582396109},"coords":"51.6290816,-0.3943697","bedrooms":"2","price":"173000","area":"650"} , +{"type":"Feature","id":"n59677213","geometry":{"type":"Point","coordinates":[0.1088246,51.4089579]},"properties":{"@type":"node","@id":59677213,"@timestamp":1564915267},"coords":"51.4089579,0.1088246","bedrooms":"2","price":"161000","area":"521"} , +{"type":"Feature","id":"n59716150","geometry":{"type":"Point","coordinates":[-0.4578762,51.8469693]},"properties":{"@type":"node","@id":59716150,"@timestamp":1195238896},"coords":"51.8469693,-0.4578762","bedrooms":"0","price":"273000","area":"564"} , +{"type":"Feature","id":"n59716182","geometry":{"type":"Point","coordinates":[-0.4628784,51.8768966]},"properties":{"@type":"node","@id":59716182,"@timestamp":1190702073},"coords":"51.8768966,-0.4628784","bedrooms":"3","price":"158000","area":"680"} , +{"type":"Feature","id":"n59716201","geometry":{"type":"Point","coordinates":[-0.463717,51.8751205]},"properties":{"@type":"node","@id":59716201,"@timestamp":1190702081},"coords":"51.8751205,-0.463717","bedrooms":"3","price":"251000","area":"379"} , +{"type":"Feature","id":"n59716211","geometry":{"type":"Point","coordinates":[-0.4622404,51.8745019]},"properties":{"@type":"node","@id":59716211,"@timestamp":1190702085},"coords":"51.8745019,-0.4622404","bedrooms":"4","price":"272000","area":"566"} , +{"type":"Feature","id":"n59716221","geometry":{"type":"Point","coordinates":[-0.4607422,51.8726162]},"properties":{"@type":"node","@id":59716221,"@timestamp":1190702089},"coords":"51.8726162,-0.4607422","bedrooms":"4","price":"254000","area":"586"} , +{"type":"Feature","id":"n59716231","geometry":{"type":"Point","coordinates":[-0.4587685,51.8702251]},"properties":{"@type":"node","@id":59716231,"@timestamp":1190702093},"coords":"51.8702251,-0.4587685","bedrooms":"2","price":"187000","area":"480"} , +{"type":"Feature","id":"n59716242","geometry":{"type":"Point","coordinates":[-0.4571642,51.8683061]},"properties":{"@type":"node","@id":59716242,"@timestamp":1190702098},"coords":"51.8683061,-0.4571642","bedrooms":"0","price":"231000","area":"605"} , +{"type":"Feature","id":"n59716300","geometry":{"type":"Point","coordinates":[-0.6155616,51.8249389]},"properties":{"@type":"node","@id":59716300,"@timestamp":1472547234},"coords":"51.8249389,-0.6155616","bedrooms":"0","price":"209000","area":"443"} , +{"type":"Feature","id":"n59716403","geometry":{"type":"Point","coordinates":[-0.6247046,51.8164257]},"properties":{"@type":"node","@id":59716403,"@timestamp":1190702192},"coords":"51.8164257,-0.6247046","bedrooms":"0","price":"280000","area":"432"} , +{"type":"Feature","id":"n59716579","geometry":{"type":"Point","coordinates":[-1.043436,51.4967013]},"properties":{"@type":"node","@id":59716579,"@timestamp":1190702220},"coords":"51.4967013,-1.043436","bedrooms":"4","price":"281000","area":"588"} , +{"type":"Feature","id":"n59716609","geometry":{"type":"Point","coordinates":[-1.0507098,51.5038982]},"properties":{"@type":"node","@id":59716609,"@timestamp":1230569129},"coords":"51.5038982,-1.0507098","bedrooms":"4","price":"237000","area":"397"} , +{"type":"Feature","id":"n59716626","geometry":{"type":"Point","coordinates":[-1.0572856,51.501473]},"properties":{"@type":"node","@id":59716626,"@timestamp":1190702240},"coords":"51.501473,-1.0572856","bedrooms":"1","price":"252000","area":"393"} , +{"type":"Feature","id":"n59716640","geometry":{"type":"Point","coordinates":[-1.0564628,51.4979525]},"properties":{"@type":"node","@id":59716640,"@timestamp":1190702246},"coords":"51.4979525,-1.0564628","bedrooms":"2","price":"150000","area":"555"} , +{"type":"Feature","id":"n59721897","geometry":{"type":"Point","coordinates":[0.1196777,51.4007489]},"properties":{"@type":"node","@id":59721897,"@timestamp":1626683729},"coords":"51.4007489,0.1196777","bedrooms":"4","price":"167000","area":"535"} , +{"type":"Feature","id":"n59725413","geometry":{"type":"Point","coordinates":[-0.0761806,51.0186701]},"properties":{"@type":"node","@id":59725413,"@timestamp":1190716869},"coords":"51.0186701,-0.0761806","bedrooms":"3","price":"163000","area":"441"} , +{"type":"Feature","id":"n59728256","geometry":{"type":"Point","coordinates":[0.0891021,51.3954444]},"properties":{"@type":"node","@id":59728256,"@timestamp":1619944882},"coords":"51.3954444,0.0891021","bedrooms":"1","price":"186000","area":"391"} , +{"type":"Feature","id":"n59749571","geometry":{"type":"Point","coordinates":[0.2150811,51.0701225]},"properties":{"@type":"node","@id":59749571,"@timestamp":1190735022},"coords":"51.0701225,0.2150811","bedrooms":"2","price":"240000","area":"683"} , +{"type":"Feature","id":"n59749586","geometry":{"type":"Point","coordinates":[0.198309,51.0785773]},"properties":{"@type":"node","@id":59749586,"@timestamp":1190735022},"coords":"51.0785773,0.198309","bedrooms":"2","price":"210000","area":"466"} , +{"type":"Feature","id":"n59750579","geometry":{"type":"Point","coordinates":[-0.0770793,51.0116203]},"properties":{"@type":"node","@id":59750579,"@timestamp":1190735997},"coords":"51.0116203,-0.0770793","bedrooms":"1","price":"210000","area":"660"} , +{"type":"Feature","id":"n59750592","geometry":{"type":"Point","coordinates":[-0.0801598,51.00769]},"properties":{"@type":"node","@id":59750592,"@timestamp":1190736001},"coords":"51.00769,-0.0801598","bedrooms":"1","price":"279000","area":"466"} , +{"type":"Feature","id":"n59750604","geometry":{"type":"Point","coordinates":[-0.073812,50.9981512]},"properties":{"@type":"node","@id":59750604,"@timestamp":1191086451},"coords":"50.9981512,-0.073812","bedrooms":"3","price":"287000","area":"550"} , +{"type":"Feature","id":"n59750897","geometry":{"type":"Point","coordinates":[-0.0830871,51.0109922]},"properties":{"@type":"node","@id":59750897,"@timestamp":1190736478},"coords":"51.0109922,-0.0830871","bedrooms":"3","price":"215000","area":"369"} , +{"type":"Feature","id":"n59751127","geometry":{"type":"Point","coordinates":[-0.0836464,50.9914614]},"properties":{"@type":"node","@id":59751127,"@timestamp":1190736898},"coords":"50.9914614,-0.0836464","bedrooms":"1","price":"238000","area":"682"} , +{"type":"Feature","id":"n59764479","geometry":{"type":"Point","coordinates":[-0.1800451,51.3713702]},"properties":{"@type":"node","@id":59764479,"@timestamp":1506015604},"coords":"51.3713702,-0.1800451","bedrooms":"0","price":"160000","area":"616"} , +{"type":"Feature","id":"n59764541","geometry":{"type":"Point","coordinates":[0.7510126,51.1799446]},"properties":{"@type":"node","@id":59764541,"@timestamp":1190739666},"coords":"51.1799446,0.7510126","bedrooms":"0","price":"270000","area":"665"} , +{"type":"Feature","id":"n59764569","geometry":{"type":"Point","coordinates":[0.7044063,51.1874736]},"properties":{"@type":"node","@id":59764569,"@timestamp":1227462329},"coords":"51.1874736,0.7044063","bedrooms":"1","price":"172000","area":"642"} , +{"type":"Feature","id":"n59764600","geometry":{"type":"Point","coordinates":[0.6666069,51.1831236]},"properties":{"@type":"node","@id":59764600,"@timestamp":1190739674},"coords":"51.1831236,0.6666069","bedrooms":"1","price":"285000","area":"352"} , +{"type":"Feature","id":"n59764678","geometry":{"type":"Point","coordinates":[0.7474403,51.2019289]},"properties":{"@type":"node","@id":59764678,"@timestamp":1190739689},"coords":"51.2019289,0.7474403","bedrooms":"4","price":"248000","area":"462"} , +{"type":"Feature","id":"n59764716","geometry":{"type":"Point","coordinates":[0.6231616,51.1754276]},"properties":{"@type":"node","@id":59764716,"@timestamp":1227463457},"coords":"51.1754276,0.6231616","bedrooms":"1","price":"229000","area":"642"} , +{"type":"Feature","id":"n59764730","geometry":{"type":"Point","coordinates":[0.6363892,51.1939954]},"properties":{"@type":"node","@id":59764730,"@timestamp":1232486441},"coords":"51.1939954,0.6363892","bedrooms":"0","price":"255000","area":"451"} , +{"type":"Feature","id":"n59765048","geometry":{"type":"Point","coordinates":[0.6007201,51.2317298]},"properties":{"@type":"node","@id":59765048,"@timestamp":1190740073},"coords":"51.2317298,0.6007201","bedrooms":"3","price":"156000","area":"413"} , +{"type":"Feature","id":"n59765158","geometry":{"type":"Point","coordinates":[0.6181158,51.1966535]},"properties":{"@type":"node","@id":59765158,"@timestamp":1232487274},"coords":"51.1966535,0.6181158","bedrooms":"1","price":"165000","area":"509"} , +{"type":"Feature","id":"n59765455","geometry":{"type":"Point","coordinates":[0.5586902,51.1770331]},"properties":{"@type":"node","@id":59765455,"@timestamp":1190740350},"coords":"51.1770331,0.5586902","bedrooms":"1","price":"215000","area":"477"} , +{"type":"Feature","id":"n59765738","geometry":{"type":"Point","coordinates":[0.3083485,51.4754939]},"properties":{"@type":"node","@id":59765738,"@timestamp":1206536013},"coords":"51.4754939,0.3083485","bedrooms":"3","price":"245000","area":"539"} , +{"type":"Feature","id":"n59765757","geometry":{"type":"Point","coordinates":[0.313706,51.4756847]},"properties":{"@type":"node","@id":59765757,"@timestamp":1190740947},"coords":"51.4756847,0.313706","bedrooms":"4","price":"205000","area":"361"} , +{"type":"Feature","id":"n59765771","geometry":{"type":"Point","coordinates":[0.321987,51.4749112]},"properties":{"@type":"node","@id":59765771,"@timestamp":1206537553},"coords":"51.4749112,0.321987","bedrooms":"3","price":"210000","area":"444"} , +{"type":"Feature","id":"n59765798","geometry":{"type":"Point","coordinates":[0.3274716,51.4750075]},"properties":{"@type":"node","@id":59765798,"@timestamp":1206532266},"coords":"51.4750075,0.3274716","bedrooms":"1","price":"194000","area":"608"} , +{"type":"Feature","id":"n59765822","geometry":{"type":"Point","coordinates":[0.320854,51.4737832]},"properties":{"@type":"node","@id":59765822,"@timestamp":1206537262},"coords":"51.4737832,0.320854","bedrooms":"2","price":"276000","area":"609"} , +{"type":"Feature","id":"n59765832","geometry":{"type":"Point","coordinates":[0.3195385,51.4741273]},"properties":{"@type":"node","@id":59765832,"@timestamp":1190740954},"coords":"51.4741273,0.3195385","bedrooms":"1","price":"260000","area":"396"} , +{"type":"Feature","id":"n59765944","geometry":{"type":"Point","coordinates":[-0.0796343,50.9923714]},"properties":{"@type":"node","@id":59765944,"@timestamp":1190741096},"coords":"50.9923714,-0.0796343","bedrooms":"2","price":"150000","area":"685"} , +{"type":"Feature","id":"n59765956","geometry":{"type":"Point","coordinates":[-0.0788362,50.9884051]},"properties":{"@type":"node","@id":59765956,"@timestamp":1190741097},"coords":"50.9884051,-0.0788362","bedrooms":"2","price":"287000","area":"401"} , +{"type":"Feature","id":"n59765968","geometry":{"type":"Point","coordinates":[-0.081489,50.9860668]},"properties":{"@type":"node","@id":59765968,"@timestamp":1190741098},"coords":"50.9860668,-0.081489","bedrooms":"2","price":"164000","area":"538"} , +{"type":"Feature","id":"n59765978","geometry":{"type":"Point","coordinates":[-0.0843402,50.9842431]},"properties":{"@type":"node","@id":59765978,"@timestamp":1190741099},"coords":"50.9842431,-0.0843402","bedrooms":"2","price":"161000","area":"686"} , +{"type":"Feature","id":"n59765988","geometry":{"type":"Point","coordinates":[-0.0879695,50.9832345]},"properties":{"@type":"node","@id":59765988,"@timestamp":1190741100},"coords":"50.9832345,-0.0879695","bedrooms":"0","price":"265000","area":"359"} , +{"type":"Feature","id":"n59766248","geometry":{"type":"Point","coordinates":[0.5925603,51.2126338]},"properties":{"@type":"node","@id":59766248,"@timestamp":1271618761},"coords":"51.2126338,0.5925603","bedrooms":"1","price":"286000","area":"599"} , +{"type":"Feature","id":"n59770882","geometry":{"type":"Point","coordinates":[-0.3920381,51.64097]},"properties":{"@type":"node","@id":59770882,"@timestamp":1604749021},"coords":"51.64097,-0.3920381","bedrooms":"2","price":"223000","area":"562"} , +{"type":"Feature","id":"n59771386","geometry":{"type":"Point","coordinates":[-0.3947017,51.6442732]},"properties":{"@type":"node","@id":59771386,"@timestamp":1604707602},"coords":"51.6442732,-0.3947017","bedrooms":"2","price":"259000","area":"684"} , +{"type":"Feature","id":"n59788102","geometry":{"type":"Point","coordinates":[0.3145286,51.4743431]},"properties":{"@type":"node","@id":59788102,"@timestamp":1544172109},"coords":"51.4743431,0.3145286","bedrooms":"2","price":"223000","area":"598"} , +{"type":"Feature","id":"n59824932","geometry":{"type":"Point","coordinates":[-0.4425707,51.8808577]},"properties":{"@type":"node","@id":59824932,"@timestamp":1190771816},"coords":"51.8808577,-0.4425707","bedrooms":"1","price":"163000","area":"468"} , +{"type":"Feature","id":"n59837465","geometry":{"type":"Point","coordinates":[0.1116013,51.386414]},"properties":{"@type":"node","@id":59837465,"@timestamp":1564915267},"coords":"51.386414,0.1116013","bedrooms":"0","price":"235000","area":"490"} , +{"type":"Feature","id":"n59839415","geometry":{"type":"Point","coordinates":[0.1134785,51.3814158]},"properties":{"@type":"node","@id":59839415,"@timestamp":1573054757},"coords":"51.3814158,0.1134785","bedrooms":"1","price":"234000","area":"512"} , +{"type":"Feature","id":"n59864764","geometry":{"type":"Point","coordinates":[-0.8591371,51.1223679]},"properties":{"@type":"node","@id":59864764,"@timestamp":1413545378},"coords":"51.1223679,-0.8591371","bedrooms":"2","price":"299000","area":"466"} , +{"type":"Feature","id":"n59866914","geometry":{"type":"Point","coordinates":[0.333617,51.490193]},"properties":{"@type":"node","@id":59866914,"@timestamp":1206526025},"coords":"51.490193,0.333617","bedrooms":"2","price":"193000","area":"560"} , +{"type":"Feature","id":"n59866926","geometry":{"type":"Point","coordinates":[0.3352905,51.4937846]},"properties":{"@type":"node","@id":59866926,"@timestamp":1190827450},"coords":"51.4937846,0.3352905","bedrooms":"3","price":"182000","area":"461"} , +{"type":"Feature","id":"n59931438","geometry":{"type":"Point","coordinates":[-0.7454528,51.5164728]},"properties":{"@type":"node","@id":59931438,"@timestamp":1190838884},"coords":"51.5164728,-0.7454528","bedrooms":"1","price":"163000","area":"647"} , +{"type":"Feature","id":"n59932236","geometry":{"type":"Point","coordinates":[-0.3186161,51.6201389]},"properties":{"@type":"node","@id":59932236,"@timestamp":1190839750},"coords":"51.6201389,-0.3186161","bedrooms":"0","price":"294000","area":"657"} , +{"type":"Feature","id":"n59941556","geometry":{"type":"Point","coordinates":[-0.0523935,51.5350642]},"properties":{"@type":"node","@id":59941556,"@timestamp":1613920064},"coords":"51.5350642,-0.0523935","bedrooms":"0","price":"240000","area":"590"} , +{"type":"Feature","id":"n59942116","geometry":{"type":"Point","coordinates":[-0.3688138,51.4567302]},"properties":{"@type":"node","@id":59942116,"@timestamp":1612178595},"coords":"51.4567302,-0.3688138","bedrooms":"4","price":"277000","area":"558"} , +{"type":"Feature","id":"n59960748","geometry":{"type":"Point","coordinates":[-0.6110359,51.2592673]},"properties":{"@type":"node","@id":59960748,"@timestamp":1190894089},"coords":"51.2592673,-0.6110359","bedrooms":"0","price":"210000","area":"651"} , +{"type":"Feature","id":"n59960774","geometry":{"type":"Point","coordinates":[-0.6023285,51.2648947]},"properties":{"@type":"node","@id":59960774,"@timestamp":1190894112},"coords":"51.2648947,-0.6023285","bedrooms":"2","price":"221000","area":"647"} , +{"type":"Feature","id":"n59961424","geometry":{"type":"Point","coordinates":[-0.5848125,51.2786268]},"properties":{"@type":"node","@id":59961424,"@timestamp":1212267037},"coords":"51.2786268,-0.5848125","bedrooms":"1","price":"168000","area":"582"} , +{"type":"Feature","id":"n60001668","geometry":{"type":"Point","coordinates":[-0.8263328,51.1787979]},"properties":{"@type":"node","@id":60001668,"@timestamp":1428435847},"coords":"51.1787979,-0.8263328","bedrooms":"2","price":"284000","area":"667"} , +{"type":"Feature","id":"n60011240","geometry":{"type":"Point","coordinates":[-0.3185924,51.4324369]},"properties":{"@type":"node","@id":60011240,"@timestamp":1246574165},"coords":"51.4324369,-0.3185924","bedrooms":"2","price":"271000","area":"423"} , +{"type":"Feature","id":"n60013368","geometry":{"type":"Point","coordinates":[-0.0834159,51.0019748]},"properties":{"@type":"node","@id":60013368,"@timestamp":1190974492},"coords":"51.0019748,-0.0834159","bedrooms":"1","price":"194000","area":"376"} , +{"type":"Feature","id":"n60030766","geometry":{"type":"Point","coordinates":[-0.308739,51.4817484]},"properties":{"@type":"node","@id":60030766,"@timestamp":1190994284},"coords":"51.4817484,-0.308739","bedrooms":"1","price":"205000","area":"639"} , +{"type":"Feature","id":"n60031737","geometry":{"type":"Point","coordinates":[-0.3009976,51.4830852]},"properties":{"@type":"node","@id":60031737,"@timestamp":1190995423},"coords":"51.4830852,-0.3009976","bedrooms":"3","price":"163000","area":"456"} , +{"type":"Feature","id":"n60032121","geometry":{"type":"Point","coordinates":[-0.3235159,51.2527782]},"properties":{"@type":"node","@id":60032121,"@timestamp":1551236498},"coords":"51.2527782,-0.3235159","bedrooms":"1","price":"266000","area":"462"} , +{"type":"Feature","id":"n60033133","geometry":{"type":"Point","coordinates":[-0.3091815,51.4335639]},"properties":{"@type":"node","@id":60033133,"@timestamp":1190996867},"coords":"51.4335639,-0.3091815","bedrooms":"4","price":"260000","area":"351"} , +{"type":"Feature","id":"n60043260","geometry":{"type":"Point","coordinates":[-0.0841035,51.0087791]},"properties":{"@type":"node","@id":60043260,"@timestamp":1191007802},"coords":"51.0087791,-0.0841035","bedrooms":"1","price":"183000","area":"698"} , +{"type":"Feature","id":"n60043280","geometry":{"type":"Point","coordinates":[-0.0843129,50.9976242]},"properties":{"@type":"node","@id":60043280,"@timestamp":1487368175},"coords":"50.9976242,-0.0843129","bedrooms":"3","price":"263000","area":"371"} , +{"type":"Feature","id":"n60045119","geometry":{"type":"Point","coordinates":[-0.0867991,50.993654]},"properties":{"@type":"node","@id":60045119,"@timestamp":1191009435},"coords":"50.993654,-0.0867991","bedrooms":"1","price":"221000","area":"666"} , +{"type":"Feature","id":"n60045133","geometry":{"type":"Point","coordinates":[-0.0854118,50.9955411]},"properties":{"@type":"node","@id":60045133,"@timestamp":1191009437},"coords":"50.9955411,-0.0854118","bedrooms":"0","price":"156000","area":"382"} , +{"type":"Feature","id":"n60045143","geometry":{"type":"Point","coordinates":[-0.0839998,50.9969638]},"properties":{"@type":"node","@id":60045143,"@timestamp":1191009438},"coords":"50.9969638,-0.0839998","bedrooms":"0","price":"170000","area":"364"} , +{"type":"Feature","id":"n60045155","geometry":{"type":"Point","coordinates":[-0.0817951,50.9992476]},"properties":{"@type":"node","@id":60045155,"@timestamp":1191009439},"coords":"50.9992476,-0.0817951","bedrooms":"4","price":"294000","area":"615"} , +{"type":"Feature","id":"n60045178","geometry":{"type":"Point","coordinates":[-0.0759911,50.995192]},"properties":{"@type":"node","@id":60045178,"@timestamp":1191009441},"coords":"50.995192,-0.0759911","bedrooms":"4","price":"213000","area":"673"} , +{"type":"Feature","id":"n60045193","geometry":{"type":"Point","coordinates":[-0.0770871,50.9977251]},"properties":{"@type":"node","@id":60045193,"@timestamp":1191009442},"coords":"50.9977251,-0.0770871","bedrooms":"0","price":"154000","area":"474"} , +{"type":"Feature","id":"n60045211","geometry":{"type":"Point","coordinates":[-0.0793532,51.008286]},"properties":{"@type":"node","@id":60045211,"@timestamp":1191009446},"coords":"51.008286,-0.0793532","bedrooms":"1","price":"245000","area":"532"} , +{"type":"Feature","id":"n60045227","geometry":{"type":"Point","coordinates":[-0.0837072,51.0019823]},"properties":{"@type":"node","@id":60045227,"@timestamp":1191009447},"coords":"51.0019823,-0.0837072","bedrooms":"1","price":"219000","area":"477"} , +{"type":"Feature","id":"n60085961","geometry":{"type":"Point","coordinates":[-0.3733924,51.6664144]},"properties":{"@type":"node","@id":60085961,"@timestamp":1612224336},"coords":"51.6664144,-0.3733924","bedrooms":"0","price":"230000","area":"466"} , +{"type":"Feature","id":"n60099723","geometry":{"type":"Point","coordinates":[0.0782137,51.7274709]},"properties":{"@type":"node","@id":60099723,"@timestamp":1191069461},"coords":"51.7274709,0.0782137","bedrooms":"1","price":"160000","area":"463"} , +{"type":"Feature","id":"n60109540","geometry":{"type":"Point","coordinates":[-0.0790978,51.0025214]},"properties":{"@type":"node","@id":60109540,"@timestamp":1191075128},"coords":"51.0025214,-0.0790978","bedrooms":"0","price":"178000","area":"625"} , +{"type":"Feature","id":"n60109569","geometry":{"type":"Point","coordinates":[-0.0955639,50.9887902]},"properties":{"@type":"node","@id":60109569,"@timestamp":1191075130},"coords":"50.9887902,-0.0955639","bedrooms":"2","price":"267000","area":"561"} , +{"type":"Feature","id":"n60109622","geometry":{"type":"Point","coordinates":[-0.1209016,50.9801587]},"properties":{"@type":"node","@id":60109622,"@timestamp":1191075135},"coords":"50.9801587,-0.1209016","bedrooms":"4","price":"247000","area":"612"} , +{"type":"Feature","id":"n60109650","geometry":{"type":"Point","coordinates":[-0.1325557,50.9781094]},"properties":{"@type":"node","@id":60109650,"@timestamp":1191075136},"coords":"50.9781094,-0.1325557","bedrooms":"1","price":"249000","area":"417"} , +{"type":"Feature","id":"n60112501","geometry":{"type":"Point","coordinates":[-0.1222769,50.9963749]},"properties":{"@type":"node","@id":60112501,"@timestamp":1191075818},"coords":"50.9963749,-0.1222769","bedrooms":"4","price":"256000","area":"430"} , +{"type":"Feature","id":"n60112535","geometry":{"type":"Point","coordinates":[-0.1221204,50.99776]},"properties":{"@type":"node","@id":60112535,"@timestamp":1191075821},"coords":"50.99776,-0.1221204","bedrooms":"2","price":"267000","area":"409"} , +{"type":"Feature","id":"n60115797","geometry":{"type":"Point","coordinates":[-0.1216235,50.9968861]},"properties":{"@type":"node","@id":60115797,"@timestamp":1191078344},"coords":"50.9968861,-0.1216235","bedrooms":"2","price":"172000","area":"398"} , +{"type":"Feature","id":"n60115816","geometry":{"type":"Point","coordinates":[-0.1206254,50.9984573]},"properties":{"@type":"node","@id":60115816,"@timestamp":1191078346},"coords":"50.9984573,-0.1206254","bedrooms":"4","price":"255000","area":"538"} , +{"type":"Feature","id":"n60115835","geometry":{"type":"Point","coordinates":[-0.1175181,50.9950157]},"properties":{"@type":"node","@id":60115835,"@timestamp":1191078350},"coords":"50.9950157,-0.1175181","bedrooms":"0","price":"287000","area":"553"} , +{"type":"Feature","id":"n60115873","geometry":{"type":"Point","coordinates":[-0.116742,50.9958849]},"properties":{"@type":"node","@id":60115873,"@timestamp":1191078353},"coords":"50.9958849,-0.116742","bedrooms":"3","price":"271000","area":"622"} , +{"type":"Feature","id":"n60116497","geometry":{"type":"Point","coordinates":[-0.1465088,51.0044386]},"properties":{"@type":"node","@id":60116497,"@timestamp":1191079356},"coords":"51.0044386,-0.1465088","bedrooms":"1","price":"275000","area":"614"} , +{"type":"Feature","id":"n60116511","geometry":{"type":"Point","coordinates":[-0.1443586,51.0048923]},"properties":{"@type":"node","@id":60116511,"@timestamp":1191079357},"coords":"51.0048923,-0.1443586","bedrooms":"1","price":"292000","area":"514"} , +{"type":"Feature","id":"n60118541","geometry":{"type":"Point","coordinates":[-0.1140526,50.98544]},"properties":{"@type":"node","@id":60118541,"@timestamp":1191081541},"coords":"50.98544,-0.1140526","bedrooms":"1","price":"253000","area":"500"} , +{"type":"Feature","id":"n60118567","geometry":{"type":"Point","coordinates":[-0.1164372,50.9858254]},"properties":{"@type":"node","@id":60118567,"@timestamp":1191081543},"coords":"50.9858254,-0.1164372","bedrooms":"3","price":"206000","area":"471"} , +{"type":"Feature","id":"n60118579","geometry":{"type":"Point","coordinates":[-0.1145191,50.9869327]},"properties":{"@type":"node","@id":60118579,"@timestamp":1191081543},"coords":"50.9869327,-0.1145191","bedrooms":"0","price":"273000","area":"424"} , +{"type":"Feature","id":"n60118610","geometry":{"type":"Point","coordinates":[-0.1154375,50.987549]},"properties":{"@type":"node","@id":60118610,"@timestamp":1191081546},"coords":"50.987549,-0.1154375","bedrooms":"4","price":"246000","area":"485"} , +{"type":"Feature","id":"n60118698","geometry":{"type":"Point","coordinates":[-0.1155759,50.9897023]},"properties":{"@type":"node","@id":60118698,"@timestamp":1191081553},"coords":"50.9897023,-0.1155759","bedrooms":"4","price":"278000","area":"403"} , +{"type":"Feature","id":"n60118742","geometry":{"type":"Point","coordinates":[-0.1184307,50.9896886]},"properties":{"@type":"node","@id":60118742,"@timestamp":1191081557},"coords":"50.9896886,-0.1184307","bedrooms":"1","price":"268000","area":"484"} , +{"type":"Feature","id":"n60118796","geometry":{"type":"Point","coordinates":[-0.119626,50.9938283]},"properties":{"@type":"node","@id":60118796,"@timestamp":1191081561},"coords":"50.9938283,-0.119626","bedrooms":"3","price":"160000","area":"502"} , +{"type":"Feature","id":"n60121413","geometry":{"type":"Point","coordinates":[-0.270537,51.341062]},"properties":{"@type":"node","@id":60121413,"@timestamp":1191085625},"coords":"51.341062,-0.270537","bedrooms":"1","price":"168000","area":"619"} , +{"type":"Feature","id":"n60121600","geometry":{"type":"Point","coordinates":[-0.269855,51.334728]},"properties":{"@type":"node","@id":60121600,"@timestamp":1191084325},"coords":"51.334728,-0.269855","bedrooms":"0","price":"194000","area":"476"} , +{"type":"Feature","id":"n60121695","geometry":{"type":"Point","coordinates":[-0.268753,51.33494]},"properties":{"@type":"node","@id":60121695,"@timestamp":1191084333},"coords":"51.33494,-0.268753","bedrooms":"0","price":"184000","area":"385"} , +{"type":"Feature","id":"n60124721","geometry":{"type":"Point","coordinates":[0.0119982,51.7737429]},"properties":{"@type":"node","@id":60124721,"@timestamp":1191087317},"coords":"51.7737429,0.0119982","bedrooms":"4","price":"198000","area":"578"} , +{"type":"Feature","id":"n60124752","geometry":{"type":"Point","coordinates":[0.0059894,51.7724196]},"properties":{"@type":"node","@id":60124752,"@timestamp":1191087322},"coords":"51.7724196,0.0059894","bedrooms":"0","price":"248000","area":"371"} , +{"type":"Feature","id":"n60124762","geometry":{"type":"Point","coordinates":[0.0069393,51.7719258]},"properties":{"@type":"node","@id":60124762,"@timestamp":1191087325},"coords":"51.7719258,0.0069393","bedrooms":"1","price":"228000","area":"498"} , +{"type":"Feature","id":"n60124776","geometry":{"type":"Point","coordinates":[0.0053055,51.7734003]},"properties":{"@type":"node","@id":60124776,"@timestamp":1191087326},"coords":"51.7734003,0.0053055","bedrooms":"2","price":"168000","area":"528"} , +{"type":"Feature","id":"n60124786","geometry":{"type":"Point","coordinates":[0.004589,51.7779411]},"properties":{"@type":"node","@id":60124786,"@timestamp":1191087327},"coords":"51.7779411,0.004589","bedrooms":"1","price":"179000","area":"369"} , +{"type":"Feature","id":"n60124796","geometry":{"type":"Point","coordinates":[0.0035088,51.7770377]},"properties":{"@type":"node","@id":60124796,"@timestamp":1191087328},"coords":"51.7770377,0.0035088","bedrooms":"2","price":"202000","area":"676"} , +{"type":"Feature","id":"n60124807","geometry":{"type":"Point","coordinates":[0.0043773,51.7750058]},"properties":{"@type":"node","@id":60124807,"@timestamp":1191087329},"coords":"51.7750058,0.0043773","bedrooms":"0","price":"204000","area":"688"} , +{"type":"Feature","id":"n60124817","geometry":{"type":"Point","coordinates":[0.0070099,51.7796538]},"properties":{"@type":"node","@id":60124817,"@timestamp":1191087330},"coords":"51.7796538,0.0070099","bedrooms":"3","price":"296000","area":"543"} , +{"type":"Feature","id":"n60124827","geometry":{"type":"Point","coordinates":[0.0058591,51.7798318]},"properties":{"@type":"node","@id":60124827,"@timestamp":1191087331},"coords":"51.7798318,0.0058591","bedrooms":"0","price":"258000","area":"363"} , +{"type":"Feature","id":"n60124840","geometry":{"type":"Point","coordinates":[0.0051806,51.7789217]},"properties":{"@type":"node","@id":60124840,"@timestamp":1191087332},"coords":"51.7789217,0.0051806","bedrooms":"0","price":"184000","area":"474"} , +{"type":"Feature","id":"n60125124","geometry":{"type":"Point","coordinates":[0.0068495,51.7777886]},"properties":{"@type":"node","@id":60125124,"@timestamp":1191087662},"coords":"51.7777886,0.0068495","bedrooms":"0","price":"152000","area":"501"} , +{"type":"Feature","id":"n60125134","geometry":{"type":"Point","coordinates":[0.0066452,51.7787431]},"properties":{"@type":"node","@id":60125134,"@timestamp":1191087662},"coords":"51.7787431,0.0066452","bedrooms":"1","price":"273000","area":"399"} , +{"type":"Feature","id":"n60125144","geometry":{"type":"Point","coordinates":[0.0049472,51.7775952]},"properties":{"@type":"node","@id":60125144,"@timestamp":1191087664},"coords":"51.7775952,0.0049472","bedrooms":"1","price":"224000","area":"462"} , +{"type":"Feature","id":"n60125154","geometry":{"type":"Point","coordinates":[0.0064834,51.7769604]},"properties":{"@type":"node","@id":60125154,"@timestamp":1191087665},"coords":"51.7769604,0.0064834","bedrooms":"3","price":"242000","area":"642"} , +{"type":"Feature","id":"n60125169","geometry":{"type":"Point","coordinates":[0.0080303,51.7758689]},"properties":{"@type":"node","@id":60125169,"@timestamp":1191087666},"coords":"51.7758689,0.0080303","bedrooms":"2","price":"206000","area":"594"} , +{"type":"Feature","id":"n60125277","geometry":{"type":"Point","coordinates":[0.0030746,51.7763223]},"properties":{"@type":"node","@id":60125277,"@timestamp":1191087808},"coords":"51.7763223,0.0030746","bedrooms":"3","price":"151000","area":"562"} , +{"type":"Feature","id":"n60126041","geometry":{"type":"Point","coordinates":[0.0060871,51.7750226]},"properties":{"@type":"node","@id":60126041,"@timestamp":1191088009},"coords":"51.7750226,0.0060871","bedrooms":"4","price":"195000","area":"366"} , +{"type":"Feature","id":"n60126168","geometry":{"type":"Point","coordinates":[0.0121502,51.7741325]},"properties":{"@type":"node","@id":60126168,"@timestamp":1191088084},"coords":"51.7741325,0.0121502","bedrooms":"2","price":"187000","area":"387"} , +{"type":"Feature","id":"n60128135","geometry":{"type":"Point","coordinates":[0.0046913,51.7747952]},"properties":{"@type":"node","@id":60128135,"@timestamp":1191089413},"coords":"51.7747952,0.0046913","bedrooms":"4","price":"159000","area":"383"} , +{"type":"Feature","id":"n60128325","geometry":{"type":"Point","coordinates":[0.0046378,51.7748681]},"properties":{"@type":"node","@id":60128325,"@timestamp":1191089514},"coords":"51.7748681,0.0046378","bedrooms":"1","price":"193000","area":"560"} , +{"type":"Feature","id":"n60129686","geometry":{"type":"Point","coordinates":[0.0094671,51.7719364]},"properties":{"@type":"node","@id":60129686,"@timestamp":1191090331},"coords":"51.7719364,0.0094671","bedrooms":"3","price":"299000","area":"669"} , +{"type":"Feature","id":"n60129696","geometry":{"type":"Point","coordinates":[0.0104282,51.7722693]},"properties":{"@type":"node","@id":60129696,"@timestamp":1191090332},"coords":"51.7722693,0.0104282","bedrooms":"0","price":"152000","area":"463"} , +{"type":"Feature","id":"n60145823","geometry":{"type":"Point","coordinates":[-0.0320091,51.6865039]},"properties":{"@type":"node","@id":60145823,"@timestamp":1604511083},"coords":"51.6865039,-0.0320091","bedrooms":"0","price":"271000","area":"500"} , +{"type":"Feature","id":"n60153575","geometry":{"type":"Point","coordinates":[-0.5909762,51.2766484]},"properties":{"@type":"node","@id":60153575,"@timestamp":1191104036},"coords":"51.2766484,-0.5909762","bedrooms":"1","price":"184000","area":"620"} , +{"type":"Feature","id":"n60167385","geometry":{"type":"Point","coordinates":[0.004342,51.773135]},"properties":{"@type":"node","@id":60167385,"@timestamp":1191111499},"coords":"51.773135,0.004342","bedrooms":"0","price":"218000","area":"558"} , +{"type":"Feature","id":"n60167395","geometry":{"type":"Point","coordinates":[0.002833,51.7753047]},"properties":{"@type":"node","@id":60167395,"@timestamp":1191111500},"coords":"51.7753047,0.002833","bedrooms":"1","price":"168000","area":"436"} , +{"type":"Feature","id":"n60167426","geometry":{"type":"Point","coordinates":[0.0182242,51.7787269]},"properties":{"@type":"node","@id":60167426,"@timestamp":1191111505},"coords":"51.7787269,0.0182242","bedrooms":"2","price":"221000","area":"564"} , +{"type":"Feature","id":"n60167441","geometry":{"type":"Point","coordinates":[0.015635,51.776057]},"properties":{"@type":"node","@id":60167441,"@timestamp":1191111507},"coords":"51.776057,0.015635","bedrooms":"3","price":"229000","area":"395"} , +{"type":"Feature","id":"n60178462","geometry":{"type":"Point","coordinates":[-0.5512189,51.4928168]},"properties":{"@type":"node","@id":60178462,"@timestamp":1608417592},"coords":"51.4928168,-0.5512189","bedrooms":"3","price":"210000","area":"466"} , +{"type":"Feature","id":"n60196073","geometry":{"type":"Point","coordinates":[-1.0253094,51.1234533]},"properties":{"@type":"node","@id":60196073,"@timestamp":1191155944},"coords":"51.1234533,-1.0253094","bedrooms":"3","price":"290000","area":"657"} , +{"type":"Feature","id":"n60196561","geometry":{"type":"Point","coordinates":[-1.0016083,51.1384264]},"properties":{"@type":"node","@id":60196561,"@timestamp":1191156045},"coords":"51.1384264,-1.0016083","bedrooms":"4","price":"216000","area":"515"} , +{"type":"Feature","id":"n60196778","geometry":{"type":"Point","coordinates":[-1.0187732,51.1389749]},"properties":{"@type":"node","@id":60196778,"@timestamp":1191156088},"coords":"51.1389749,-1.0187732","bedrooms":"2","price":"164000","area":"480"} , +{"type":"Feature","id":"n60197347","geometry":{"type":"Point","coordinates":[-1.0530269,51.1423596]},"properties":{"@type":"node","@id":60197347,"@timestamp":1335097122},"coords":"51.1423596,-1.0530269","bedrooms":"0","price":"286000","area":"618"} , +{"type":"Feature","id":"n60220533","geometry":{"type":"Point","coordinates":[-0.077154,51.0924081]},"properties":{"@type":"node","@id":60220533,"@timestamp":1191681452},"coords":"51.0924081,-0.077154","bedrooms":"0","price":"163000","area":"656"} , +{"type":"Feature","id":"n60220661","geometry":{"type":"Point","coordinates":[-0.0390376,51.0744881]},"properties":{"@type":"node","@id":60220661,"@timestamp":1192889005},"coords":"51.0744881,-0.0390376","bedrooms":"3","price":"291000","area":"577"} , +{"type":"Feature","id":"n60240591","geometry":{"type":"Point","coordinates":[-0.759885,51.558927]},"properties":{"@type":"node","@id":60240591,"@timestamp":1191178724},"coords":"51.558927,-0.759885","bedrooms":"0","price":"260000","area":"401"} , +{"type":"Feature","id":"n60240603","geometry":{"type":"Point","coordinates":[-0.747345,51.559528]},"properties":{"@type":"node","@id":60240603,"@timestamp":1191178725},"coords":"51.559528,-0.747345","bedrooms":"3","price":"220000","area":"395"} , +{"type":"Feature","id":"n60243970","geometry":{"type":"Point","coordinates":[-0.1616793,51.3282567]},"properties":{"@type":"node","@id":60243970,"@timestamp":1393775819},"coords":"51.3282567,-0.1616793","bedrooms":"3","price":"208000","area":"590"} , +{"type":"Feature","id":"n60263694","geometry":{"type":"Point","coordinates":[-0.498429,51.6108239]},"properties":{"@type":"node","@id":60263694,"@timestamp":1382879167},"coords":"51.6108239,-0.498429","bedrooms":"4","price":"173000","area":"671"} , +{"type":"Feature","id":"n60264281","geometry":{"type":"Point","coordinates":[-0.1585219,51.3479152]},"properties":{"@type":"node","@id":60264281,"@timestamp":1191188105},"coords":"51.3479152,-0.1585219","bedrooms":"2","price":"262000","area":"505"} , +{"type":"Feature","id":"n60264292","geometry":{"type":"Point","coordinates":[-0.1559547,51.3480824]},"properties":{"@type":"node","@id":60264292,"@timestamp":1568662210},"coords":"51.3480824,-0.1559547","bedrooms":"3","price":"271000","area":"557"} , +{"type":"Feature","id":"n60267301","geometry":{"type":"Point","coordinates":[-0.1612472,51.3292982]},"properties":{"@type":"node","@id":60267301,"@timestamp":1393775819},"coords":"51.3292982,-0.1612472","bedrooms":"2","price":"215000","area":"423"} , +{"type":"Feature","id":"n60267323","geometry":{"type":"Point","coordinates":[-0.1619442,51.3302443]},"properties":{"@type":"node","@id":60267323,"@timestamp":1191189188},"coords":"51.3302443,-0.1619442","bedrooms":"0","price":"294000","area":"492"} , +{"type":"Feature","id":"n60267343","geometry":{"type":"Point","coordinates":[-0.1624427,51.3292723]},"properties":{"@type":"node","@id":60267343,"@timestamp":1191189189},"coords":"51.3292723,-0.1624427","bedrooms":"4","price":"163000","area":"583"} , +{"type":"Feature","id":"n60267363","geometry":{"type":"Point","coordinates":[-0.1626229,51.3286868]},"properties":{"@type":"node","@id":60267363,"@timestamp":1191189190},"coords":"51.3286868,-0.1626229","bedrooms":"3","price":"196000","area":"356"} , +{"type":"Feature","id":"n60267380","geometry":{"type":"Point","coordinates":[-0.1629653,51.3267765]},"properties":{"@type":"node","@id":60267380,"@timestamp":1191189192},"coords":"51.3267765,-0.1629653","bedrooms":"4","price":"260000","area":"615"} , +{"type":"Feature","id":"n60267392","geometry":{"type":"Point","coordinates":[-0.1622866,51.3266977]},"properties":{"@type":"node","@id":60267392,"@timestamp":1191189193},"coords":"51.3266977,-0.1622866","bedrooms":"4","price":"253000","area":"651"} , +{"type":"Feature","id":"n60270586","geometry":{"type":"Point","coordinates":[-0.3521912,51.5267236]},"properties":{"@type":"node","@id":60270586,"@timestamp":1191191090},"coords":"51.5267236,-0.3521912","bedrooms":"4","price":"295000","area":"449"} , +{"type":"Feature","id":"n60270912","geometry":{"type":"Point","coordinates":[-0.3240888,51.5374149]},"properties":{"@type":"node","@id":60270912,"@timestamp":1191191346},"coords":"51.5374149,-0.3240888","bedrooms":"0","price":"165000","area":"655"} , +{"type":"Feature","id":"n60278126","geometry":{"type":"Point","coordinates":[-0.0370222,51.777287]},"properties":{"@type":"node","@id":60278126,"@timestamp":1191197102},"coords":"51.777287,-0.0370222","bedrooms":"2","price":"195000","area":"374"} , +{"type":"Feature","id":"n60278794","geometry":{"type":"Point","coordinates":[-0.0396823,51.780032]},"properties":{"@type":"node","@id":60278794,"@timestamp":1191197582},"coords":"51.780032,-0.0396823","bedrooms":"3","price":"234000","area":"560"} , +{"type":"Feature","id":"n60278804","geometry":{"type":"Point","coordinates":[-0.0395629,51.7805592]},"properties":{"@type":"node","@id":60278804,"@timestamp":1191197583},"coords":"51.7805592,-0.0395629","bedrooms":"2","price":"170000","area":"357"} , +{"type":"Feature","id":"n60279362","geometry":{"type":"Point","coordinates":[-0.0431608,51.7789072]},"properties":{"@type":"node","@id":60279362,"@timestamp":1191198084},"coords":"51.7789072,-0.0431608","bedrooms":"4","price":"240000","area":"513"} , +{"type":"Feature","id":"n60279627","geometry":{"type":"Point","coordinates":[-0.0436774,51.780838]},"properties":{"@type":"node","@id":60279627,"@timestamp":1191198688},"coords":"51.780838,-0.0436774","bedrooms":"1","price":"175000","area":"679"} , +{"type":"Feature","id":"n60279637","geometry":{"type":"Point","coordinates":[-0.0437588,51.7801092]},"properties":{"@type":"node","@id":60279637,"@timestamp":1191198689},"coords":"51.7801092,-0.0437588","bedrooms":"1","price":"204000","area":"355"} , +{"type":"Feature","id":"n60279648","geometry":{"type":"Point","coordinates":[-0.0448738,51.7809269]},"properties":{"@type":"node","@id":60279648,"@timestamp":1191198690},"coords":"51.7809269,-0.0448738","bedrooms":"0","price":"191000","area":"667"} , +{"type":"Feature","id":"n60279918","geometry":{"type":"Point","coordinates":[-0.0434657,51.7824599]},"properties":{"@type":"node","@id":60279918,"@timestamp":1191199244},"coords":"51.7824599,-0.0434657","bedrooms":"3","price":"251000","area":"485"} , +{"type":"Feature","id":"n60279928","geometry":{"type":"Point","coordinates":[-0.0419893,51.7825103]},"properties":{"@type":"node","@id":60279928,"@timestamp":1191199245},"coords":"51.7825103,-0.0419893","bedrooms":"1","price":"286000","area":"351"} , +{"type":"Feature","id":"n60279938","geometry":{"type":"Point","coordinates":[-0.043102,51.7822148]},"properties":{"@type":"node","@id":60279938,"@timestamp":1191199025},"coords":"51.7822148,-0.043102","bedrooms":"3","price":"276000","area":"477"} , +{"type":"Feature","id":"n60280337","geometry":{"type":"Point","coordinates":[-0.039818,51.7849414]},"properties":{"@type":"node","@id":60280337,"@timestamp":1191199660},"coords":"51.7849414,-0.039818","bedrooms":"0","price":"287000","area":"395"} , +{"type":"Feature","id":"n60300984","geometry":{"type":"Point","coordinates":[0.4274351,51.5575932]},"properties":{"@type":"node","@id":60300984,"@timestamp":1330817941},"coords":"51.5575932,0.4274351","bedrooms":"2","price":"249000","area":"589"} , +{"type":"Feature","id":"n60318595","geometry":{"type":"Point","coordinates":[-0.9014315,51.8546673]},"properties":{"@type":"node","@id":60318595,"@timestamp":1635240327},"coords":"51.8546673,-0.9014315","bedrooms":"4","price":"280000","area":"594"} , +{"type":"Feature","id":"n60319463","geometry":{"type":"Point","coordinates":[0.3394832,51.5961808]},"properties":{"@type":"node","@id":60319463,"@timestamp":1191250145},"coords":"51.5961808,0.3394832","bedrooms":"2","price":"266000","area":"474"} , +{"type":"Feature","id":"n60335858","geometry":{"type":"Point","coordinates":[-0.9121495,51.5337723]},"properties":{"@type":"node","@id":60335858,"@timestamp":1218662441},"coords":"51.5337723,-0.9121495","bedrooms":"1","price":"155000","area":"468"} , +{"type":"Feature","id":"n60366420","geometry":{"type":"Point","coordinates":[-0.3955628,51.5912921]},"properties":{"@type":"node","@id":60366420,"@timestamp":1620422187},"coords":"51.5912921,-0.3955628","bedrooms":"3","price":"264000","area":"690"} , +{"type":"Feature","id":"n60405550","geometry":{"type":"Point","coordinates":[-0.3334636,51.6014554]},"properties":{"@type":"node","@id":60405550,"@timestamp":1191281788},"coords":"51.6014554,-0.3334636","bedrooms":"1","price":"177000","area":"380"} , +{"type":"Feature","id":"n60405560","geometry":{"type":"Point","coordinates":[-0.3331829,51.6020617]},"properties":{"@type":"node","@id":60405560,"@timestamp":1191281790},"coords":"51.6020617,-0.3331829","bedrooms":"2","price":"287000","area":"666"} , +{"type":"Feature","id":"n60444039","geometry":{"type":"Point","coordinates":[-0.0891941,51.0109363]},"properties":{"@type":"node","@id":60444039,"@timestamp":1488144745},"coords":"51.0109363,-0.0891941","bedrooms":"4","price":"299000","area":"362"} , +{"type":"Feature","id":"n60460598","geometry":{"type":"Point","coordinates":[-0.0904278,51.4738153]},"properties":{"@type":"node","@id":60460598,"@timestamp":1626573344},"coords":"51.4738153,-0.0904278","bedrooms":"0","price":"202000","area":"386"} , +{"type":"Feature","id":"n60471156","geometry":{"type":"Point","coordinates":[-0.0402631,51.7855425]},"properties":{"@type":"node","@id":60471156,"@timestamp":1191346871},"coords":"51.7855425,-0.0402631","bedrooms":"3","price":"151000","area":"569"} , +{"type":"Feature","id":"n60472313","geometry":{"type":"Point","coordinates":[-0.0370823,51.7785073]},"properties":{"@type":"node","@id":60472313,"@timestamp":1191348239},"coords":"51.7785073,-0.0370823","bedrooms":"1","price":"291000","area":"644"} , +{"type":"Feature","id":"n60472328","geometry":{"type":"Point","coordinates":[-0.036952,51.7801294]},"properties":{"@type":"node","@id":60472328,"@timestamp":1191348241},"coords":"51.7801294,-0.036952","bedrooms":"4","price":"206000","area":"375"} , +{"type":"Feature","id":"n60472353","geometry":{"type":"Point","coordinates":[-0.0310192,51.778551]},"properties":{"@type":"node","@id":60472353,"@timestamp":1191348244},"coords":"51.778551,-0.0310192","bedrooms":"0","price":"196000","area":"362"} , +{"type":"Feature","id":"n60472559","geometry":{"type":"Point","coordinates":[-0.0258056,51.7838132]},"properties":{"@type":"node","@id":60472559,"@timestamp":1195049404},"coords":"51.7838132,-0.0258056","bedrooms":"1","price":"269000","area":"614"} , +{"type":"Feature","id":"n60472573","geometry":{"type":"Point","coordinates":[-0.0360863,51.7801327]},"properties":{"@type":"node","@id":60472573,"@timestamp":1191348656},"coords":"51.7801327,-0.0360863","bedrooms":"1","price":"162000","area":"643"} , +{"type":"Feature","id":"n60472744","geometry":{"type":"Point","coordinates":[-0.0264089,51.7817709]},"properties":{"@type":"node","@id":60472744,"@timestamp":1195049404},"coords":"51.7817709,-0.0264089","bedrooms":"4","price":"163000","area":"680"} , +{"type":"Feature","id":"n60473324","geometry":{"type":"Point","coordinates":[0.4490397,51.5245359]},"properties":{"@type":"node","@id":60473324,"@timestamp":1191349395},"coords":"51.5245359,0.4490397","bedrooms":"1","price":"171000","area":"442"} , +{"type":"Feature","id":"n60473458","geometry":{"type":"Point","coordinates":[-0.0358227,51.7738908]},"properties":{"@type":"node","@id":60473458,"@timestamp":1191349633},"coords":"51.7738908,-0.0358227","bedrooms":"4","price":"241000","area":"515"} , +{"type":"Feature","id":"n60473468","geometry":{"type":"Point","coordinates":[-0.0322334,51.770516]},"properties":{"@type":"node","@id":60473468,"@timestamp":1191349635},"coords":"51.770516,-0.0322334","bedrooms":"1","price":"185000","area":"582"} , +{"type":"Feature","id":"n60489681","geometry":{"type":"Point","coordinates":[0.3845648,51.4823542]},"properties":{"@type":"node","@id":60489681,"@timestamp":1207234623},"coords":"51.4823542,0.3845648","bedrooms":"2","price":"209000","area":"459"} , +{"type":"Feature","id":"n60491174","geometry":{"type":"Point","coordinates":[-0.710242,51.5163636]},"properties":{"@type":"node","@id":60491174,"@timestamp":1191359701},"coords":"51.5163636,-0.710242","bedrooms":"4","price":"235000","area":"410"} , +{"type":"Feature","id":"n60564322","geometry":{"type":"Point","coordinates":[-0.7937917,51.2109359]},"properties":{"@type":"node","@id":60564322,"@timestamp":1540414325},"coords":"51.2109359,-0.7937917","bedrooms":"0","price":"181000","area":"375"} , +{"type":"Feature","id":"n60573689","geometry":{"type":"Point","coordinates":[-0.4011267,51.4759292]},"properties":{"@type":"node","@id":60573689,"@timestamp":1191410959},"coords":"51.4759292,-0.4011267","bedrooms":"3","price":"186000","area":"486"} , +{"type":"Feature","id":"n60617245","geometry":{"type":"Point","coordinates":[-0.0947743,51.0110965]},"properties":{"@type":"node","@id":60617245,"@timestamp":1191438236},"coords":"51.0110965,-0.0947743","bedrooms":"2","price":"230000","area":"608"} , +{"type":"Feature","id":"n60617264","geometry":{"type":"Point","coordinates":[-0.1075669,51.0087352]},"properties":{"@type":"node","@id":60617264,"@timestamp":1191438239},"coords":"51.0087352,-0.1075669","bedrooms":"2","price":"189000","area":"465"} , +{"type":"Feature","id":"n60617279","geometry":{"type":"Point","coordinates":[-0.1151639,51.0003338]},"properties":{"@type":"node","@id":60617279,"@timestamp":1191438241},"coords":"51.0003338,-0.1151639","bedrooms":"1","price":"249000","area":"488"} , +{"type":"Feature","id":"n60617314","geometry":{"type":"Point","coordinates":[-0.0970733,50.98177]},"properties":{"@type":"node","@id":60617314,"@timestamp":1488103463},"coords":"50.98177,-0.0970733","bedrooms":"2","price":"274000","area":"544"} , +{"type":"Feature","id":"n60617328","geometry":{"type":"Point","coordinates":[-0.1036014,50.9857985]},"properties":{"@type":"node","@id":60617328,"@timestamp":1191438246},"coords":"50.9857985,-0.1036014","bedrooms":"1","price":"287000","area":"407"} , +{"type":"Feature","id":"n60617363","geometry":{"type":"Point","coordinates":[-0.0986361,50.983281]},"properties":{"@type":"node","@id":60617363,"@timestamp":1191438247},"coords":"50.983281,-0.0986361","bedrooms":"4","price":"193000","area":"384"} , +{"type":"Feature","id":"n60617393","geometry":{"type":"Point","coordinates":[-0.0966752,50.981142]},"properties":{"@type":"node","@id":60617393,"@timestamp":1570289974},"coords":"50.981142,-0.0966752","bedrooms":"0","price":"231000","area":"609"} , +{"type":"Feature","id":"n60617405","geometry":{"type":"Point","coordinates":[-0.0941137,50.9826652]},"properties":{"@type":"node","@id":60617405,"@timestamp":1191438252},"coords":"50.9826652,-0.0941137","bedrooms":"2","price":"276000","area":"504"} , +{"type":"Feature","id":"n60617418","geometry":{"type":"Point","coordinates":[-0.0927301,50.9841881]},"properties":{"@type":"node","@id":60617418,"@timestamp":1191438254},"coords":"50.9841881,-0.0927301","bedrooms":"1","price":"278000","area":"540"} , +{"type":"Feature","id":"n60617431","geometry":{"type":"Point","coordinates":[-0.0897032,50.9870852]},"properties":{"@type":"node","@id":60617431,"@timestamp":1191438255},"coords":"50.9870852,-0.0897032","bedrooms":"1","price":"169000","area":"361"} , +{"type":"Feature","id":"n60617510","geometry":{"type":"Point","coordinates":[-0.0838121,50.9898861]},"properties":{"@type":"node","@id":60617510,"@timestamp":1537800605},"coords":"50.9898861,-0.0838121","bedrooms":"2","price":"254000","area":"591"} , +{"type":"Feature","id":"n60617538","geometry":{"type":"Point","coordinates":[-0.0856324,50.9913496]},"properties":{"@type":"node","@id":60617538,"@timestamp":1191438266},"coords":"50.9913496,-0.0856324","bedrooms":"1","price":"198000","area":"489"} , +{"type":"Feature","id":"n60661040","geometry":{"type":"Point","coordinates":[-0.1244579,51.5233233]},"properties":{"@type":"node","@id":60661040,"@timestamp":1608547210},"coords":"51.5233233,-0.1244579","bedrooms":"0","price":"281000","area":"598"} , +{"type":"Feature","id":"n60661065","geometry":{"type":"Point","coordinates":[-0.0833861,51.0570301]},"properties":{"@type":"node","@id":60661065,"@timestamp":1191491258},"coords":"51.0570301,-0.0833861","bedrooms":"2","price":"214000","area":"502"} , +{"type":"Feature","id":"n60668903","geometry":{"type":"Point","coordinates":[-0.3679832,51.4855822]},"properties":{"@type":"node","@id":60668903,"@timestamp":1212854196},"coords":"51.4855822,-0.3679832","bedrooms":"2","price":"221000","area":"543"} , +{"type":"Feature","id":"n60668917","geometry":{"type":"Point","coordinates":[-0.3711397,51.486176]},"properties":{"@type":"node","@id":60668917,"@timestamp":1191507317},"coords":"51.486176,-0.3711397","bedrooms":"2","price":"189000","area":"566"} , +{"type":"Feature","id":"n60668934","geometry":{"type":"Point","coordinates":[-0.368122,51.485275]},"properties":{"@type":"node","@id":60668934,"@timestamp":1212854194},"coords":"51.485275,-0.368122","bedrooms":"4","price":"166000","area":"686"} , +{"type":"Feature","id":"n60668944","geometry":{"type":"Point","coordinates":[-0.3673955,51.485851]},"properties":{"@type":"node","@id":60668944,"@timestamp":1191507319},"coords":"51.485851,-0.3673955","bedrooms":"4","price":"289000","area":"532"} , +{"type":"Feature","id":"n60670498","geometry":{"type":"Point","coordinates":[-0.3476479,51.4989125]},"properties":{"@type":"node","@id":60670498,"@timestamp":1210715772},"coords":"51.4989125,-0.3476479","bedrooms":"3","price":"190000","area":"427"} , +{"type":"Feature","id":"n60676309","geometry":{"type":"Point","coordinates":[-0.0594978,51.4110837]},"properties":{"@type":"node","@id":60676309,"@timestamp":1625403751},"coords":"51.4110837,-0.0594978","bedrooms":"1","price":"229000","area":"398"} , +{"type":"Feature","id":"n60680398","geometry":{"type":"Point","coordinates":[0.3873474,51.4766067]},"properties":{"@type":"node","@id":60680398,"@timestamp":1191522281},"coords":"51.4766067,0.3873474","bedrooms":"1","price":"218000","area":"366"} , +{"type":"Feature","id":"n60680413","geometry":{"type":"Point","coordinates":[0.3828345,51.4800465]},"properties":{"@type":"node","@id":60680413,"@timestamp":1206387228},"coords":"51.4800465,0.3828345","bedrooms":"3","price":"209000","area":"424"} , +{"type":"Feature","id":"n60682237","geometry":{"type":"Point","coordinates":[0.3824963,51.4947586]},"properties":{"@type":"node","@id":60682237,"@timestamp":1207234975},"coords":"51.4947586,0.3824963","bedrooms":"2","price":"153000","area":"653"} , +{"type":"Feature","id":"n60682247","geometry":{"type":"Point","coordinates":[0.3858694,51.4851069]},"properties":{"@type":"node","@id":60682247,"@timestamp":1207234695},"coords":"51.4851069,0.3858694","bedrooms":"4","price":"257000","area":"387"} , +{"type":"Feature","id":"n60683236","geometry":{"type":"Point","coordinates":[0.3912674,51.4923936]},"properties":{"@type":"node","@id":60683236,"@timestamp":1191525765},"coords":"51.4923936,0.3912674","bedrooms":"0","price":"274000","area":"562"} , +{"type":"Feature","id":"n60728046","geometry":{"type":"Point","coordinates":[-0.3472106,51.7635524]},"properties":{"@type":"node","@id":60728046,"@timestamp":1627244374},"coords":"51.7635524,-0.3472106","bedrooms":"2","price":"188000","area":"370"} , +{"type":"Feature","id":"n60736416","geometry":{"type":"Point","coordinates":[-0.4949854,51.0222358]},"properties":{"@type":"node","@id":60736416,"@timestamp":1191602596},"coords":"51.0222358,-0.4949854","bedrooms":"2","price":"178000","area":"616"} , +{"type":"Feature","id":"n60736426","geometry":{"type":"Point","coordinates":[-0.4896937,51.0218454]},"properties":{"@type":"node","@id":60736426,"@timestamp":1191602596},"coords":"51.0218454,-0.4896937","bedrooms":"0","price":"265000","area":"529"} , +{"type":"Feature","id":"n60779747","geometry":{"type":"Point","coordinates":[-0.3339682,51.5941372]},"properties":{"@type":"node","@id":60779747,"@timestamp":1191626293},"coords":"51.5941372,-0.3339682","bedrooms":"2","price":"277000","area":"488"} , +{"type":"Feature","id":"n60853013","geometry":{"type":"Point","coordinates":[-0.084255,51.1016739]},"properties":{"@type":"node","@id":60853013,"@timestamp":1191681441},"coords":"51.1016739,-0.084255","bedrooms":"4","price":"200000","area":"618"} , +{"type":"Feature","id":"n60856315","geometry":{"type":"Point","coordinates":[-0.0853922,51.1071621]},"properties":{"@type":"node","@id":60856315,"@timestamp":1191683198},"coords":"51.1071621,-0.0853922","bedrooms":"2","price":"215000","area":"638"} , +{"type":"Feature","id":"n60856326","geometry":{"type":"Point","coordinates":[-0.0843886,51.1078121]},"properties":{"@type":"node","@id":60856326,"@timestamp":1191683199},"coords":"51.1078121,-0.0843886","bedrooms":"4","price":"293000","area":"646"} , +{"type":"Feature","id":"n60856346","geometry":{"type":"Point","coordinates":[-0.085673,51.1059352]},"properties":{"@type":"node","@id":60856346,"@timestamp":1191683201},"coords":"51.1059352,-0.085673","bedrooms":"2","price":"150000","area":"676"} , +{"type":"Feature","id":"n60858269","geometry":{"type":"Point","coordinates":[-0.1377943,51.0293927]},"properties":{"@type":"node","@id":60858269,"@timestamp":1191684340},"coords":"51.0293927,-0.1377943","bedrooms":"2","price":"265000","area":"562"} , +{"type":"Feature","id":"n60858286","geometry":{"type":"Point","coordinates":[-0.1352629,51.0367469]},"properties":{"@type":"node","@id":60858286,"@timestamp":1191684341},"coords":"51.0367469,-0.1352629","bedrooms":"2","price":"249000","area":"379"} , +{"type":"Feature","id":"n60858318","geometry":{"type":"Point","coordinates":[-0.1363943,51.0512155]},"properties":{"@type":"node","@id":60858318,"@timestamp":1191687761},"coords":"51.0512155,-0.1363943","bedrooms":"1","price":"245000","area":"685"} , +{"type":"Feature","id":"n60858338","geometry":{"type":"Point","coordinates":[-0.1346891,51.0596025]},"properties":{"@type":"node","@id":60858338,"@timestamp":1191684345},"coords":"51.0596025,-0.1346891","bedrooms":"0","price":"265000","area":"573"} , +{"type":"Feature","id":"n60858373","geometry":{"type":"Point","coordinates":[-0.1345935,51.0572266]},"properties":{"@type":"node","@id":60858373,"@timestamp":1191684353},"coords":"51.0572266,-0.1345935","bedrooms":"3","price":"176000","area":"585"} , +{"type":"Feature","id":"n60858387","geometry":{"type":"Point","coordinates":[-0.1356066,51.0555036]},"properties":{"@type":"node","@id":60858387,"@timestamp":1191684354},"coords":"51.0555036,-0.1356066","bedrooms":"4","price":"180000","area":"616"} , +{"type":"Feature","id":"n60859995","geometry":{"type":"Point","coordinates":[-0.1286605,51.0568774]},"properties":{"@type":"node","@id":60859995,"@timestamp":1191684930},"coords":"51.0568774,-0.1286605","bedrooms":"3","price":"155000","area":"639"} , +{"type":"Feature","id":"n60860015","geometry":{"type":"Point","coordinates":[-0.1284576,51.0572885]},"properties":{"@type":"node","@id":60860015,"@timestamp":1191687763},"coords":"51.0572885,-0.1284576","bedrooms":"0","price":"214000","area":"367"} , +{"type":"Feature","id":"n60860031","geometry":{"type":"Point","coordinates":[-0.1319382,51.0590255]},"properties":{"@type":"node","@id":60860031,"@timestamp":1191684933},"coords":"51.0590255,-0.1319382","bedrooms":"2","price":"164000","area":"603"} , +{"type":"Feature","id":"n60866306","geometry":{"type":"Point","coordinates":[-0.283527,51.5937522]},"properties":{"@type":"node","@id":60866306,"@timestamp":1623970884},"coords":"51.5937522,-0.283527","bedrooms":"1","price":"233000","area":"383"} , +{"type":"Feature","id":"n60869118","geometry":{"type":"Point","coordinates":[-0.2727084,51.5995285]},"properties":{"@type":"node","@id":60869118,"@timestamp":1621810605},"coords":"51.5995285,-0.2727084","bedrooms":"3","price":"188000","area":"522"} , +{"type":"Feature","id":"n60870065","geometry":{"type":"Point","coordinates":[-0.0150097,51.7871521]},"properties":{"@type":"node","@id":60870065,"@timestamp":1191690614},"coords":"51.7871521,-0.0150097","bedrooms":"1","price":"256000","area":"577"} , +{"type":"Feature","id":"n60870088","geometry":{"type":"Point","coordinates":[-0.0169031,51.7876647]},"properties":{"@type":"node","@id":60870088,"@timestamp":1191690616},"coords":"51.7876647,-0.0169031","bedrooms":"4","price":"170000","area":"545"} , +{"type":"Feature","id":"n60870099","geometry":{"type":"Point","coordinates":[-0.019286,51.7878293]},"properties":{"@type":"node","@id":60870099,"@timestamp":1191690618},"coords":"51.7878293,-0.019286","bedrooms":"4","price":"246000","area":"684"} , +{"type":"Feature","id":"n60870291","geometry":{"type":"Point","coordinates":[-0.2864795,51.6036691]},"properties":{"@type":"node","@id":60870291,"@timestamp":1621691930},"coords":"51.6036691,-0.2864795","bedrooms":"2","price":"255000","area":"518"} , +{"type":"Feature","id":"n60870502","geometry":{"type":"Point","coordinates":[0.329974,51.5962134]},"properties":{"@type":"node","@id":60870502,"@timestamp":1191691616},"coords":"51.5962134,0.329974","bedrooms":"1","price":"263000","area":"639"} , +{"type":"Feature","id":"n60870927","geometry":{"type":"Point","coordinates":[-0.0175545,51.7896759]},"properties":{"@type":"node","@id":60870927,"@timestamp":1191691170},"coords":"51.7896759,-0.0175545","bedrooms":"3","price":"271000","area":"440"} , +{"type":"Feature","id":"n60870938","geometry":{"type":"Point","coordinates":[-0.0195466,51.788897]},"properties":{"@type":"node","@id":60870938,"@timestamp":1191691171},"coords":"51.788897,-0.0195466","bedrooms":"0","price":"292000","area":"613"} , +{"type":"Feature","id":"n60871376","geometry":{"type":"Point","coordinates":[-0.2907488,51.5989781]},"properties":{"@type":"node","@id":60871376,"@timestamp":1623970884},"coords":"51.5989781,-0.2907488","bedrooms":"0","price":"164000","area":"386"} , +{"type":"Feature","id":"n60872060","geometry":{"type":"Point","coordinates":[0.3415309,51.5901906]},"properties":{"@type":"node","@id":60872060,"@timestamp":1191691610},"coords":"51.5901906,0.3415309","bedrooms":"4","price":"187000","area":"603"} , +{"type":"Feature","id":"n60873361","geometry":{"type":"Point","coordinates":[0.3657336,51.5544514]},"properties":{"@type":"node","@id":60873361,"@timestamp":1207326147},"coords":"51.5544514,0.3657336","bedrooms":"2","price":"222000","area":"494"} , +{"type":"Feature","id":"n60874540","geometry":{"type":"Point","coordinates":[0.3460701,51.4747882]},"properties":{"@type":"node","@id":60874540,"@timestamp":1191692967},"coords":"51.4747882,0.3460701","bedrooms":"0","price":"199000","area":"673"} , +{"type":"Feature","id":"n60876809","geometry":{"type":"Point","coordinates":[0.3688558,51.4606298]},"properties":{"@type":"node","@id":60876809,"@timestamp":1492172346},"coords":"51.4606298,0.3688558","bedrooms":"1","price":"180000","area":"372"} , +{"type":"Feature","id":"n60878295","geometry":{"type":"Point","coordinates":[0.3661691,51.4584413]},"properties":{"@type":"node","@id":60878295,"@timestamp":1191694253},"coords":"51.4584413,0.3661691","bedrooms":"3","price":"182000","area":"677"} , +{"type":"Feature","id":"n60882211","geometry":{"type":"Point","coordinates":[-0.3776333,51.4842786]},"properties":{"@type":"node","@id":60882211,"@timestamp":1191695518},"coords":"51.4842786,-0.3776333","bedrooms":"3","price":"234000","area":"398"} , +{"type":"Feature","id":"n60882232","geometry":{"type":"Point","coordinates":[-0.3750128,51.4850897]},"properties":{"@type":"node","@id":60882232,"@timestamp":1191695519},"coords":"51.4850897,-0.3750128","bedrooms":"0","price":"196000","area":"670"} , +{"type":"Feature","id":"n60886017","geometry":{"type":"Point","coordinates":[-0.9674521,51.2857541]},"properties":{"@type":"node","@id":60886017,"@timestamp":1452885048},"coords":"51.2857541,-0.9674521","bedrooms":"1","price":"154000","area":"420"} , +{"type":"Feature","id":"n60890093","geometry":{"type":"Point","coordinates":[-0.9701079,51.2867831]},"properties":{"@type":"node","@id":60890093,"@timestamp":1191699892},"coords":"51.2867831,-0.9701079","bedrooms":"2","price":"254000","area":"604"} , +{"type":"Feature","id":"n60891914","geometry":{"type":"Point","coordinates":[0.3646205,51.4574301]},"properties":{"@type":"node","@id":60891914,"@timestamp":1191701832},"coords":"51.4574301,0.3646205","bedrooms":"0","price":"197000","area":"379"} , +{"type":"Feature","id":"n60892246","geometry":{"type":"Point","coordinates":[0.3752554,51.4749096]},"properties":{"@type":"node","@id":60892246,"@timestamp":1206223608},"coords":"51.4749096,0.3752554","bedrooms":"3","price":"164000","area":"368"} , +{"type":"Feature","id":"n60892795","geometry":{"type":"Point","coordinates":[0.3679942,51.4833181]},"properties":{"@type":"node","@id":60892795,"@timestamp":1206223104},"coords":"51.4833181,0.3679942","bedrooms":"4","price":"243000","area":"531"} , +{"type":"Feature","id":"n60905154","geometry":{"type":"Point","coordinates":[-0.1218118,51.4925592]},"properties":{"@type":"node","@id":60905154,"@timestamp":1191715575},"coords":"51.4925592,-0.1218118","bedrooms":"4","price":"262000","area":"544"} , +{"type":"Feature","id":"n60906583","geometry":{"type":"Point","coordinates":[-0.9832996,51.2947078]},"properties":{"@type":"node","@id":60906583,"@timestamp":1191716618},"coords":"51.2947078,-0.9832996","bedrooms":"1","price":"242000","area":"690"} , +{"type":"Feature","id":"n60909794","geometry":{"type":"Point","coordinates":[-0.1020018,51.4983122]},"properties":{"@type":"node","@id":60909794,"@timestamp":1191809449},"coords":"51.4983122,-0.1020018","bedrooms":"4","price":"157000","area":"542"} , +{"type":"Feature","id":"n60909861","geometry":{"type":"Point","coordinates":[-0.1003395,51.4966899]},"properties":{"@type":"node","@id":60909861,"@timestamp":1210707748},"coords":"51.4966899,-0.1003395","bedrooms":"0","price":"175000","area":"669"} , +{"type":"Feature","id":"n60911647","geometry":{"type":"Point","coordinates":[-0.9593261,51.2826035]},"properties":{"@type":"node","@id":60911647,"@timestamp":1191722735},"coords":"51.2826035,-0.9593261","bedrooms":"0","price":"261000","area":"685"} , +{"type":"Feature","id":"n60913202","geometry":{"type":"Point","coordinates":[-0.9486416,51.2824795]},"properties":{"@type":"node","@id":60913202,"@timestamp":1191724256},"coords":"51.2824795,-0.9486416","bedrooms":"1","price":"239000","area":"544"} , +{"type":"Feature","id":"n60913662","geometry":{"type":"Point","coordinates":[-0.3238089,51.5928945]},"properties":{"@type":"node","@id":60913662,"@timestamp":1191724612},"coords":"51.5928945,-0.3238089","bedrooms":"3","price":"182000","area":"517"} , +{"type":"Feature","id":"n60917928","geometry":{"type":"Point","coordinates":[-1.0094287,51.272905]},"properties":{"@type":"node","@id":60917928,"@timestamp":1240526905},"coords":"51.272905,-1.0094287","bedrooms":"3","price":"294000","area":"499"} , +{"type":"Feature","id":"n60935306","geometry":{"type":"Point","coordinates":[-0.8005483,50.9753498]},"properties":{"@type":"node","@id":60935306,"@timestamp":1191767993},"coords":"50.9753498,-0.8005483","bedrooms":"3","price":"278000","area":"563"} , +{"type":"Feature","id":"n60935322","geometry":{"type":"Point","coordinates":[-0.7908793,50.957825]},"properties":{"@type":"node","@id":60935322,"@timestamp":1237237262},"coords":"50.957825,-0.7908793","bedrooms":"3","price":"231000","area":"419"} , +{"type":"Feature","id":"n60935349","geometry":{"type":"Point","coordinates":[-0.7618053,50.9523906]},"properties":{"@type":"node","@id":60935349,"@timestamp":1237237239},"coords":"50.9523906,-0.7618053","bedrooms":"0","price":"298000","area":"393"} , +{"type":"Feature","id":"n60935521","geometry":{"type":"Point","coordinates":[-0.7496893,50.9514259]},"properties":{"@type":"node","@id":60935521,"@timestamp":1191768710},"coords":"50.9514259,-0.7496893","bedrooms":"3","price":"292000","area":"357"} , +{"type":"Feature","id":"n60935533","geometry":{"type":"Point","coordinates":[-0.7465697,50.9499039]},"properties":{"@type":"node","@id":60935533,"@timestamp":1191768711},"coords":"50.9499039,-0.7465697","bedrooms":"2","price":"166000","area":"443"} , +{"type":"Feature","id":"n60935547","geometry":{"type":"Point","coordinates":[-0.7290659,50.952694]},"properties":{"@type":"node","@id":60935547,"@timestamp":1237250757},"coords":"50.952694,-0.7290659","bedrooms":"1","price":"203000","area":"462"} , +{"type":"Feature","id":"n60935610","geometry":{"type":"Point","coordinates":[-0.0276334,51.8034278]},"properties":{"@type":"node","@id":60935610,"@timestamp":1191769023},"coords":"51.8034278,-0.0276334","bedrooms":"1","price":"245000","area":"610"} , +{"type":"Feature","id":"n60935620","geometry":{"type":"Point","coordinates":[-0.0296635,51.8051731]},"properties":{"@type":"node","@id":60935620,"@timestamp":1191769024},"coords":"51.8051731,-0.0296635","bedrooms":"4","price":"265000","area":"606"} , +{"type":"Feature","id":"n60935633","geometry":{"type":"Point","coordinates":[-0.0292727,51.8040789]},"properties":{"@type":"node","@id":60935633,"@timestamp":1191769025},"coords":"51.8040789,-0.0292727","bedrooms":"3","price":"156000","area":"640"} , +{"type":"Feature","id":"n60935643","geometry":{"type":"Point","coordinates":[-0.0287896,51.8035721]},"properties":{"@type":"node","@id":60935643,"@timestamp":1191769026},"coords":"51.8035721,-0.0287896","bedrooms":"2","price":"253000","area":"517"} , +{"type":"Feature","id":"n60935656","geometry":{"type":"Point","coordinates":[-0.0276551,51.80424]},"properties":{"@type":"node","@id":60935656,"@timestamp":1191769028},"coords":"51.80424,-0.0276551","bedrooms":"4","price":"234000","area":"351"} , +{"type":"Feature","id":"n60935666","geometry":{"type":"Point","coordinates":[-0.028187,51.8045857]},"properties":{"@type":"node","@id":60935666,"@timestamp":1191769029},"coords":"51.8045857,-0.028187","bedrooms":"4","price":"252000","area":"355"} , +{"type":"Feature","id":"n60935676","geometry":{"type":"Point","coordinates":[-0.0276225,51.8052503]},"properties":{"@type":"node","@id":60935676,"@timestamp":1191769030},"coords":"51.8052503,-0.0276225","bedrooms":"3","price":"263000","area":"361"} , +{"type":"Feature","id":"n60935718","geometry":{"type":"Point","coordinates":[-0.0298727,51.8019628]},"properties":{"@type":"node","@id":60935718,"@timestamp":1191769188},"coords":"51.8019628,-0.0298727","bedrooms":"4","price":"288000","area":"411"} , +{"type":"Feature","id":"n60936248","geometry":{"type":"Point","coordinates":[-0.030312,51.8082071]},"properties":{"@type":"node","@id":60936248,"@timestamp":1581257701},"coords":"51.8082071,-0.030312","bedrooms":"3","price":"240000","area":"685"} , +{"type":"Feature","id":"n60936357","geometry":{"type":"Point","coordinates":[-0.017407,51.7955528]},"properties":{"@type":"node","@id":60936357,"@timestamp":1191771101},"coords":"51.7955528,-0.017407","bedrooms":"4","price":"240000","area":"586"} , +{"type":"Feature","id":"n60936383","geometry":{"type":"Point","coordinates":[-0.0306344,51.805401]},"properties":{"@type":"node","@id":60936383,"@timestamp":1191771468},"coords":"51.805401,-0.0306344","bedrooms":"4","price":"220000","area":"662"} , +{"type":"Feature","id":"n60936476","geometry":{"type":"Point","coordinates":[-0.0240388,51.7970289]},"properties":{"@type":"node","@id":60936476,"@timestamp":1191771850},"coords":"51.7970289,-0.0240388","bedrooms":"2","price":"208000","area":"420"} , +{"type":"Feature","id":"n60936486","geometry":{"type":"Point","coordinates":[-0.0360739,51.7987333]},"properties":{"@type":"node","@id":60936486,"@timestamp":1191771851},"coords":"51.7987333,-0.0360739","bedrooms":"4","price":"265000","area":"469"} , +{"type":"Feature","id":"n60936669","geometry":{"type":"Point","coordinates":[-0.0352272,51.8010379]},"properties":{"@type":"node","@id":60936669,"@timestamp":1191772323},"coords":"51.8010379,-0.0352272","bedrooms":"4","price":"171000","area":"564"} , +{"type":"Feature","id":"n60936681","geometry":{"type":"Point","coordinates":[-0.0328552,51.7992521]},"properties":{"@type":"node","@id":60936681,"@timestamp":1191772681},"coords":"51.7992521,-0.0328552","bedrooms":"3","price":"269000","area":"421"} , +{"type":"Feature","id":"n60936697","geometry":{"type":"Point","coordinates":[-0.0302117,51.7983055]},"properties":{"@type":"node","@id":60936697,"@timestamp":1191772327},"coords":"51.7983055,-0.0302117","bedrooms":"2","price":"269000","area":"647"} , +{"type":"Feature","id":"n60936895","geometry":{"type":"Point","coordinates":[-0.033011,51.7994085]},"properties":{"@type":"node","@id":60936895,"@timestamp":1597580697},"coords":"51.7994085,-0.033011","bedrooms":"1","price":"274000","area":"371"} , +{"type":"Feature","id":"n60936915","geometry":{"type":"Point","coordinates":[-0.0333165,51.8016119]},"properties":{"@type":"node","@id":60936915,"@timestamp":1191772672},"coords":"51.8016119,-0.0333165","bedrooms":"1","price":"225000","area":"421"} , +{"type":"Feature","id":"n60936925","geometry":{"type":"Point","coordinates":[-0.0345107,51.8006787]},"properties":{"@type":"node","@id":60936925,"@timestamp":1191772673},"coords":"51.8006787,-0.0345107","bedrooms":"2","price":"153000","area":"415"} , +{"type":"Feature","id":"n60937117","geometry":{"type":"Point","coordinates":[-0.0330451,51.8046025]},"properties":{"@type":"node","@id":60937117,"@timestamp":1191772949},"coords":"51.8046025,-0.0330451","bedrooms":"0","price":"180000","area":"438"} , +{"type":"Feature","id":"n60937128","geometry":{"type":"Point","coordinates":[-0.0339896,51.8039883]},"properties":{"@type":"node","@id":60937128,"@timestamp":1191772950},"coords":"51.8039883,-0.0339896","bedrooms":"0","price":"237000","area":"579"} , +{"type":"Feature","id":"n60937138","geometry":{"type":"Point","coordinates":[-0.0347387,51.8047435]},"properties":{"@type":"node","@id":60937138,"@timestamp":1191772951},"coords":"51.8047435,-0.0347387","bedrooms":"0","price":"227000","area":"615"} , +{"type":"Feature","id":"n60937148","geometry":{"type":"Point","coordinates":[-0.0344184,51.8041024]},"properties":{"@type":"node","@id":60937148,"@timestamp":1191772952},"coords":"51.8041024,-0.0344184","bedrooms":"2","price":"209000","area":"682"} , +{"type":"Feature","id":"n60937345","geometry":{"type":"Point","coordinates":[-0.0317098,51.8060357]},"properties":{"@type":"node","@id":60937345,"@timestamp":1191773577},"coords":"51.8060357,-0.0317098","bedrooms":"4","price":"207000","area":"545"} , +{"type":"Feature","id":"n60937683","geometry":{"type":"Point","coordinates":[-0.0342936,51.8053845]},"properties":{"@type":"node","@id":60937683,"@timestamp":1191773934},"coords":"51.8053845,-0.0342936","bedrooms":"0","price":"168000","area":"383"} , +{"type":"Feature","id":"n60938376","geometry":{"type":"Point","coordinates":[-0.0358406,51.8070123]},"properties":{"@type":"node","@id":60938376,"@timestamp":1191774329},"coords":"51.8070123,-0.0358406","bedrooms":"4","price":"247000","area":"450"} , +{"type":"Feature","id":"n60939990","geometry":{"type":"Point","coordinates":[-0.0292129,51.7980671]},"properties":{"@type":"node","@id":60939990,"@timestamp":1191776155},"coords":"51.7980671,-0.0292129","bedrooms":"4","price":"251000","area":"391"} , +{"type":"Feature","id":"n60940000","geometry":{"type":"Point","coordinates":[-0.0245804,51.7968566]},"properties":{"@type":"node","@id":60940000,"@timestamp":1247735476},"coords":"51.7968566,-0.0245804","bedrooms":"4","price":"154000","area":"642"} , +{"type":"Feature","id":"n60940454","geometry":{"type":"Point","coordinates":[-0.0016983,51.7870351]},"properties":{"@type":"node","@id":60940454,"@timestamp":1191776608},"coords":"51.7870351,-0.0016983","bedrooms":"3","price":"235000","area":"529"} , +{"type":"Feature","id":"n60943988","geometry":{"type":"Point","coordinates":[-0.2004219,51.3588664]},"properties":{"@type":"node","@id":60943988,"@timestamp":1198362448},"coords":"51.3588664,-0.2004219","bedrooms":"3","price":"201000","area":"593"} , +{"type":"Feature","id":"n60967278","geometry":{"type":"Point","coordinates":[0.2960617,51.5192313]},"properties":{"@type":"node","@id":60967278,"@timestamp":1191800370},"coords":"51.5192313,0.2960617","bedrooms":"4","price":"253000","area":"671"} , +{"type":"Feature","id":"n60967296","geometry":{"type":"Point","coordinates":[0.2990792,51.516592]},"properties":{"@type":"node","@id":60967296,"@timestamp":1212093092},"coords":"51.516592,0.2990792","bedrooms":"4","price":"234000","area":"475"} , +{"type":"Feature","id":"n60969043","geometry":{"type":"Point","coordinates":[0.2951872,51.5252183]},"properties":{"@type":"node","@id":60969043,"@timestamp":1191801250},"coords":"51.5252183,0.2951872","bedrooms":"3","price":"297000","area":"497"} , +{"type":"Feature","id":"n60973998","geometry":{"type":"Point","coordinates":[-1.00182,51.2730094]},"properties":{"@type":"node","@id":60973998,"@timestamp":1240526905},"coords":"51.2730094,-1.00182","bedrooms":"2","price":"247000","area":"401"} , +{"type":"Feature","id":"n60975907","geometry":{"type":"Point","coordinates":[-0.9801731,51.2910645]},"properties":{"@type":"node","@id":60975907,"@timestamp":1191804937},"coords":"51.2910645,-0.9801731","bedrooms":"1","price":"211000","area":"449"} , +{"type":"Feature","id":"n60975919","geometry":{"type":"Point","coordinates":[-0.9828272,51.2995713]},"properties":{"@type":"node","@id":60975919,"@timestamp":1191804938},"coords":"51.2995713,-0.9828272","bedrooms":"1","price":"172000","area":"549"} , +{"type":"Feature","id":"n61083598","geometry":{"type":"Point","coordinates":[0.8908657,51.3118071]},"properties":{"@type":"node","@id":61083598,"@timestamp":1236563098},"coords":"51.3118071,0.8908657","bedrooms":"3","price":"184000","area":"548"} , +{"type":"Feature","id":"n61098890","geometry":{"type":"Point","coordinates":[-0.5388443,50.9810319]},"properties":{"@type":"node","@id":61098890,"@timestamp":1191854541},"coords":"50.9810319,-0.5388443","bedrooms":"2","price":"262000","area":"429"} , +{"type":"Feature","id":"n61098904","geometry":{"type":"Point","coordinates":[-0.5403914,50.976482]},"properties":{"@type":"node","@id":61098904,"@timestamp":1191854542},"coords":"50.976482,-0.5403914","bedrooms":"1","price":"160000","area":"640"} , +{"type":"Feature","id":"n61102692","geometry":{"type":"Point","coordinates":[0.0585847,51.5207389]},"properties":{"@type":"node","@id":61102692,"@timestamp":1629602002},"coords":"51.5207389,0.0585847","bedrooms":"3","price":"166000","area":"434"} , +{"type":"Feature","id":"n61156130","geometry":{"type":"Point","coordinates":[-0.4517698,51.8874168]},"properties":{"@type":"node","@id":61156130,"@timestamp":1191867413},"coords":"51.8874168,-0.4517698","bedrooms":"2","price":"180000","area":"568"} , +{"type":"Feature","id":"n61192208","geometry":{"type":"Point","coordinates":[0.0276855,51.907693]},"properties":{"@type":"node","@id":61192208,"@timestamp":1191872407},"coords":"51.907693,0.0276855","bedrooms":"4","price":"209000","area":"395"} , +{"type":"Feature","id":"n61193111","geometry":{"type":"Point","coordinates":[0.0280051,51.9406843]},"properties":{"@type":"node","@id":61193111,"@timestamp":1191872447},"coords":"51.9406843,0.0280051","bedrooms":"3","price":"248000","area":"370"} , +{"type":"Feature","id":"n61193449","geometry":{"type":"Point","coordinates":[0.028844,51.9390746]},"properties":{"@type":"node","@id":61193449,"@timestamp":1191872458},"coords":"51.9390746,0.028844","bedrooms":"2","price":"259000","area":"435"} , +{"type":"Feature","id":"n61271668","geometry":{"type":"Point","coordinates":[-0.3826693,51.6034652]},"properties":{"@type":"node","@id":61271668,"@timestamp":1620046239},"coords":"51.6034652,-0.3826693","bedrooms":"4","price":"284000","area":"573"} , +{"type":"Feature","id":"n61275522","geometry":{"type":"Point","coordinates":[-0.3639094,51.5764867]},"properties":{"@type":"node","@id":61275522,"@timestamp":1622929501},"coords":"51.5764867,-0.3639094","bedrooms":"3","price":"250000","area":"458"} , +{"type":"Feature","id":"n61277999","geometry":{"type":"Point","coordinates":[-0.3609189,51.5728103]},"properties":{"@type":"node","@id":61277999,"@timestamp":1622929501},"coords":"51.5728103,-0.3609189","bedrooms":"2","price":"170000","area":"424"} , +{"type":"Feature","id":"n61279029","geometry":{"type":"Point","coordinates":[-0.3745917,51.564285]},"properties":{"@type":"node","@id":61279029,"@timestamp":1622666424},"coords":"51.564285,-0.3745917","bedrooms":"0","price":"251000","area":"594"} , +{"type":"Feature","id":"n61280710","geometry":{"type":"Point","coordinates":[-0.3930731,51.5695752]},"properties":{"@type":"node","@id":61280710,"@timestamp":1578952882},"coords":"51.5695752,-0.3930731","bedrooms":"0","price":"171000","area":"384"} , +{"type":"Feature","id":"n61282231","geometry":{"type":"Point","coordinates":[-0.3392243,51.6043007]},"properties":{"@type":"node","@id":61282231,"@timestamp":1620503148},"coords":"51.6043007,-0.3392243","bedrooms":"2","price":"293000","area":"536"} , +{"type":"Feature","id":"n61328981","geometry":{"type":"Point","coordinates":[-0.1085627,51.4962877]},"properties":{"@type":"node","@id":61328981,"@timestamp":1419331400},"coords":"51.4962877,-0.1085627","bedrooms":"2","price":"170000","area":"445"} , +{"type":"Feature","id":"n61360531","geometry":{"type":"Point","coordinates":[-0.4176799,51.9199769]},"properties":{"@type":"node","@id":61360531,"@timestamp":1191893357},"coords":"51.9199769,-0.4176799","bedrooms":"4","price":"252000","area":"637"} , +{"type":"Feature","id":"n61360552","geometry":{"type":"Point","coordinates":[-0.4162308,51.9196566]},"properties":{"@type":"node","@id":61360552,"@timestamp":1191893358},"coords":"51.9196566,-0.4162308","bedrooms":"4","price":"224000","area":"670"} , +{"type":"Feature","id":"n61360605","geometry":{"type":"Point","coordinates":[-0.4138804,51.9200438]},"properties":{"@type":"node","@id":61360605,"@timestamp":1191893360},"coords":"51.9200438,-0.4138804","bedrooms":"0","price":"263000","area":"674"} , +{"type":"Feature","id":"n61360622","geometry":{"type":"Point","coordinates":[-0.4174163,51.9187986]},"properties":{"@type":"node","@id":61360622,"@timestamp":1191893360},"coords":"51.9187986,-0.4174163","bedrooms":"0","price":"161000","area":"647"} , +{"type":"Feature","id":"n61792378","geometry":{"type":"Point","coordinates":[0.2546994,51.4843745]},"properties":{"@type":"node","@id":61792378,"@timestamp":1207051300},"coords":"51.4843745,0.2546994","bedrooms":"4","price":"219000","area":"413"} , +{"type":"Feature","id":"n61801141","geometry":{"type":"Point","coordinates":[0.4491288,51.5325156]},"properties":{"@type":"node","@id":61801141,"@timestamp":1191950724},"coords":"51.5325156,0.4491288","bedrooms":"3","price":"168000","area":"391"} , +{"type":"Feature","id":"n61841173","geometry":{"type":"Point","coordinates":[-0.392868,51.5972951]},"properties":{"@type":"node","@id":61841173,"@timestamp":1617485494},"coords":"51.5972951,-0.392868","bedrooms":"2","price":"288000","area":"686"} , +{"type":"Feature","id":"n61967560","geometry":{"type":"Point","coordinates":[-0.0534509,51.4053804]},"properties":{"@type":"node","@id":61967560,"@timestamp":1201290568},"coords":"51.4053804,-0.0534509","bedrooms":"0","price":"204000","area":"526"} , +{"type":"Feature","id":"n62007384","geometry":{"type":"Point","coordinates":[0.3551256,51.5052889]},"properties":{"@type":"node","@id":62007384,"@timestamp":1191968571},"coords":"51.5052889,0.3551256","bedrooms":"3","price":"253000","area":"543"} , +{"type":"Feature","id":"n62007576","geometry":{"type":"Point","coordinates":[0.585669,51.5620801]},"properties":{"@type":"node","@id":62007576,"@timestamp":1191968576},"coords":"51.5620801,0.585669","bedrooms":"0","price":"213000","area":"647"} , +{"type":"Feature","id":"n62055888","geometry":{"type":"Point","coordinates":[-0.3759907,51.4859116]},"properties":{"@type":"node","@id":62055888,"@timestamp":1538727849},"coords":"51.4859116,-0.3759907","bedrooms":"4","price":"197000","area":"433"} , +{"type":"Feature","id":"n62055956","geometry":{"type":"Point","coordinates":[-0.3728944,51.4884521]},"properties":{"@type":"node","@id":62055956,"@timestamp":1191971039},"coords":"51.4884521,-0.3728944","bedrooms":"1","price":"167000","area":"371"} , +{"type":"Feature","id":"n62056006","geometry":{"type":"Point","coordinates":[-0.3725263,51.487623]},"properties":{"@type":"node","@id":62056006,"@timestamp":1191971041},"coords":"51.487623,-0.3725263","bedrooms":"0","price":"259000","area":"693"} , +{"type":"Feature","id":"n62056030","geometry":{"type":"Point","coordinates":[-0.3713631,51.4883407]},"properties":{"@type":"node","@id":62056030,"@timestamp":1520422770},"coords":"51.4883407,-0.3713631","bedrooms":"2","price":"224000","area":"676"} , +{"type":"Feature","id":"n63103052","geometry":{"type":"Point","coordinates":[-0.3980833,50.9781288]},"properties":{"@type":"node","@id":63103052,"@timestamp":1192028268},"coords":"50.9781288,-0.3980833","bedrooms":"4","price":"156000","area":"390"} , +{"type":"Feature","id":"n63103082","geometry":{"type":"Point","coordinates":[-0.3955107,50.9760933]},"properties":{"@type":"node","@id":63103082,"@timestamp":1192096490},"coords":"50.9760933,-0.3955107","bedrooms":"4","price":"180000","area":"526"} , +{"type":"Feature","id":"n63103109","geometry":{"type":"Point","coordinates":[-0.3937338,50.9715284]},"properties":{"@type":"node","@id":63103109,"@timestamp":1192096297},"coords":"50.9715284,-0.3937338","bedrooms":"4","price":"161000","area":"617"} , +{"type":"Feature","id":"n63103244","geometry":{"type":"Point","coordinates":[-0.3860511,50.9628222]},"properties":{"@type":"node","@id":63103244,"@timestamp":1192096297},"coords":"50.9628222,-0.3860511","bedrooms":"1","price":"163000","area":"459"} , +{"type":"Feature","id":"n63103272","geometry":{"type":"Point","coordinates":[-0.3811831,50.9580423]},"properties":{"@type":"node","@id":63103272,"@timestamp":1192028274},"coords":"50.9580423,-0.3811831","bedrooms":"2","price":"214000","area":"625"} , +{"type":"Feature","id":"n63103445","geometry":{"type":"Point","coordinates":[-0.3845418,50.9447698]},"properties":{"@type":"node","@id":63103445,"@timestamp":1192096297},"coords":"50.9447698,-0.3845418","bedrooms":"4","price":"180000","area":"373"} , +{"type":"Feature","id":"n63607440","geometry":{"type":"Point","coordinates":[-0.5870901,51.2800322]},"properties":{"@type":"node","@id":63607440,"@timestamp":1192050198},"coords":"51.2800322,-0.5870901","bedrooms":"2","price":"167000","area":"466"} , +{"type":"Feature","id":"n63839938","geometry":{"type":"Point","coordinates":[0.3107693,51.4762751]},"properties":{"@type":"node","@id":63839938,"@timestamp":1206613661},"coords":"51.4762751,0.3107693","bedrooms":"1","price":"184000","area":"374"} , +{"type":"Feature","id":"n64617373","geometry":{"type":"Point","coordinates":[-0.3839901,50.9812613]},"properties":{"@type":"node","@id":64617373,"@timestamp":1192096046},"coords":"50.9812613,-0.3839901","bedrooms":"4","price":"196000","area":"455"} , +{"type":"Feature","id":"n64617396","geometry":{"type":"Point","coordinates":[-0.3794861,50.9961839]},"properties":{"@type":"node","@id":64617396,"@timestamp":1192096046},"coords":"50.9961839,-0.3794861","bedrooms":"2","price":"285000","area":"522"} , +{"type":"Feature","id":"n64627304","geometry":{"type":"Point","coordinates":[-0.3830598,51.0085767]},"properties":{"@type":"node","@id":64627304,"@timestamp":1192098258},"coords":"51.0085767,-0.3830598","bedrooms":"1","price":"155000","area":"483"} , +{"type":"Feature","id":"n64627317","geometry":{"type":"Point","coordinates":[-0.3810229,51.0010274]},"properties":{"@type":"node","@id":64627317,"@timestamp":1192098259},"coords":"51.0010274,-0.3810229","bedrooms":"4","price":"169000","area":"697"} , +{"type":"Feature","id":"n64627331","geometry":{"type":"Point","coordinates":[-0.389254,51.0123224]},"properties":{"@type":"node","@id":64627331,"@timestamp":1192098260},"coords":"51.0123224,-0.389254","bedrooms":"3","price":"185000","area":"649"} , +{"type":"Feature","id":"n64627342","geometry":{"type":"Point","coordinates":[-0.3952896,51.0084452]},"properties":{"@type":"node","@id":64627342,"@timestamp":1192098260},"coords":"51.0084452,-0.3952896","bedrooms":"0","price":"166000","area":"364"} , +{"type":"Feature","id":"n64631171","geometry":{"type":"Point","coordinates":[-0.0447633,51.4566148]},"properties":{"@type":"node","@id":64631171,"@timestamp":1581952625},"coords":"51.4566148,-0.0447633","bedrooms":"3","price":"210000","area":"431"} , +{"type":"Feature","id":"n64694455","geometry":{"type":"Point","coordinates":[-0.0838598,51.5060399]},"properties":{"@type":"node","@id":64694455,"@timestamp":1626515039},"coords":"51.5060399,-0.0838598","bedrooms":"3","price":"209000","area":"663"} , +{"type":"Feature","id":"n64767744","geometry":{"type":"Point","coordinates":[-0.0753355,51.5134648]},"properties":{"@type":"node","@id":64767744,"@timestamp":1591219982},"coords":"51.5134648,-0.0753355","bedrooms":"3","price":"257000","area":"623"} , +{"type":"Feature","id":"n64961524","geometry":{"type":"Point","coordinates":[-0.0985633,50.9926257]},"properties":{"@type":"node","@id":64961524,"@timestamp":1192131216},"coords":"50.9926257,-0.0985633","bedrooms":"3","price":"207000","area":"357"} , +{"type":"Feature","id":"n65142463","geometry":{"type":"Point","coordinates":[-0.3573607,51.6016039]},"properties":{"@type":"node","@id":65142463,"@timestamp":1341587253},"coords":"51.6016039,-0.3573607","bedrooms":"4","price":"283000","area":"604"} , +{"type":"Feature","id":"n65297509","geometry":{"type":"Point","coordinates":[0.2519904,51.4440016]},"properties":{"@type":"node","@id":65297509,"@timestamp":1192145661},"coords":"51.4440016,0.2519904","bedrooms":"1","price":"293000","area":"488"} , +{"type":"Feature","id":"n65320003","geometry":{"type":"Point","coordinates":[0.308417,51.4809132]},"properties":{"@type":"node","@id":65320003,"@timestamp":1192146485},"coords":"51.4809132,0.308417","bedrooms":"4","price":"247000","area":"601"} , +{"type":"Feature","id":"n66331441","geometry":{"type":"Point","coordinates":[-0.0917172,51.5516537]},"properties":{"@type":"node","@id":66331441,"@timestamp":1192187783},"coords":"51.5516537,-0.0917172","bedrooms":"0","price":"180000","area":"574"} , +{"type":"Feature","id":"n66635374","geometry":{"type":"Point","coordinates":[-0.0956025,51.5641338]},"properties":{"@type":"node","@id":66635374,"@timestamp":1594999787},"coords":"51.5641338,-0.0956025","bedrooms":"0","price":"256000","area":"590"} , +{"type":"Feature","id":"n66665747","geometry":{"type":"Point","coordinates":[-0.156611,51.3225717]},"properties":{"@type":"node","@id":66665747,"@timestamp":1192201124},"coords":"51.3225717,-0.156611","bedrooms":"0","price":"232000","area":"508"} , +{"type":"Feature","id":"n67089529","geometry":{"type":"Point","coordinates":[0.2465474,51.5091706]},"properties":{"@type":"node","@id":67089529,"@timestamp":1192221511},"coords":"51.5091706,0.2465474","bedrooms":"2","price":"277000","area":"663"} , +{"type":"Feature","id":"n67089598","geometry":{"type":"Point","coordinates":[0.2745069,51.5707099]},"properties":{"@type":"node","@id":67089598,"@timestamp":1262347403},"coords":"51.5707099,0.2745069","bedrooms":"1","price":"296000","area":"495"} , +{"type":"Feature","id":"n67288105","geometry":{"type":"Point","coordinates":[-0.323122,51.5323462]},"properties":{"@type":"node","@id":67288105,"@timestamp":1192229538},"coords":"51.5323462,-0.323122","bedrooms":"0","price":"281000","area":"568"} , +{"type":"Feature","id":"n67288157","geometry":{"type":"Point","coordinates":[-0.3206795,51.5295724]},"properties":{"@type":"node","@id":67288157,"@timestamp":1192229539},"coords":"51.5295724,-0.3206795","bedrooms":"4","price":"227000","area":"405"} , +{"type":"Feature","id":"n67475704","geometry":{"type":"Point","coordinates":[-0.196226,51.321183]},"properties":{"@type":"node","@id":67475704,"@timestamp":1192238213},"coords":"51.321183,-0.196226","bedrooms":"3","price":"225000","area":"380"} , +{"type":"Feature","id":"n68264773","geometry":{"type":"Point","coordinates":[-0.4082941,51.5226817]},"properties":{"@type":"node","@id":68264773,"@timestamp":1368968965},"coords":"51.5226817,-0.4082941","bedrooms":"1","price":"182000","area":"414"} , +{"type":"Feature","id":"n68283640","geometry":{"type":"Point","coordinates":[-0.3894936,51.5209293]},"properties":{"@type":"node","@id":68283640,"@timestamp":1306140068},"coords":"51.5209293,-0.3894936","bedrooms":"3","price":"238000","area":"451"} , +{"type":"Feature","id":"n68299243","geometry":{"type":"Point","coordinates":[-0.35136,51.5359412]},"properties":{"@type":"node","@id":68299243,"@timestamp":1342526437},"coords":"51.5359412,-0.35136","bedrooms":"2","price":"181000","area":"557"} , +{"type":"Feature","id":"n68385296","geometry":{"type":"Point","coordinates":[-0.2586359,51.5097435]},"properties":{"@type":"node","@id":68385296,"@timestamp":1591365770},"coords":"51.5097435,-0.2586359","bedrooms":"2","price":"283000","area":"361"} , +{"type":"Feature","id":"n68550180","geometry":{"type":"Point","coordinates":[0.2162667,51.9636108]},"properties":{"@type":"node","@id":68550180,"@timestamp":1193007542},"coords":"51.9636108,0.2162667","bedrooms":"4","price":"173000","area":"625"} , +{"type":"Feature","id":"n68840394","geometry":{"type":"Point","coordinates":[-0.1976138,51.3527599]},"properties":{"@type":"node","@id":68840394,"@timestamp":1192294179},"coords":"51.3527599,-0.1976138","bedrooms":"4","price":"271000","area":"372"} , +{"type":"Feature","id":"n68973044","geometry":{"type":"Point","coordinates":[-0.0264548,51.8074841]},"properties":{"@type":"node","@id":68973044,"@timestamp":1607850307},"coords":"51.8074841,-0.0264548","bedrooms":"4","price":"245000","area":"569"} , +{"type":"Feature","id":"n69140555","geometry":{"type":"Point","coordinates":[-0.1757813,51.3710382]},"properties":{"@type":"node","@id":69140555,"@timestamp":1542754154},"coords":"51.3710382,-0.1757813","bedrooms":"3","price":"221000","area":"485"} , +{"type":"Feature","id":"n69174301","geometry":{"type":"Point","coordinates":[-0.7427143,51.4993447]},"properties":{"@type":"node","@id":69174301,"@timestamp":1192308143},"coords":"51.4993447,-0.7427143","bedrooms":"4","price":"230000","area":"557"} , +{"type":"Feature","id":"n70409348","geometry":{"type":"Point","coordinates":[-0.0323168,51.8126989]},"properties":{"@type":"node","@id":70409348,"@timestamp":1545116755},"coords":"51.8126989,-0.0323168","bedrooms":"2","price":"231000","area":"453"} , +{"type":"Feature","id":"n70600856","geometry":{"type":"Point","coordinates":[-0.0417364,51.8135262]},"properties":{"@type":"node","@id":70600856,"@timestamp":1625351463},"coords":"51.8135262,-0.0417364","bedrooms":"2","price":"270000","area":"387"} , +{"type":"Feature","id":"n70615358","geometry":{"type":"Point","coordinates":[-0.0486932,51.8128784]},"properties":{"@type":"node","@id":70615358,"@timestamp":1192363420},"coords":"51.8128784,-0.0486932","bedrooms":"3","price":"236000","area":"560"} , +{"type":"Feature","id":"n70631496","geometry":{"type":"Point","coordinates":[-0.0454635,51.8137643]},"properties":{"@type":"node","@id":70631496,"@timestamp":1192364055},"coords":"51.8137643,-0.0454635","bedrooms":"3","price":"207000","area":"607"} , +{"type":"Feature","id":"n70631524","geometry":{"type":"Point","coordinates":[-0.0454146,51.8137072]},"properties":{"@type":"node","@id":70631524,"@timestamp":1192364056},"coords":"51.8137072,-0.0454146","bedrooms":"0","price":"208000","area":"361"} , +{"type":"Feature","id":"n70631561","geometry":{"type":"Point","coordinates":[-0.048704,51.8142442]},"properties":{"@type":"node","@id":70631561,"@timestamp":1192364056},"coords":"51.8142442,-0.048704","bedrooms":"2","price":"286000","area":"448"} , +{"type":"Feature","id":"n70631597","geometry":{"type":"Point","coordinates":[-0.0496213,51.8146066]},"properties":{"@type":"node","@id":70631597,"@timestamp":1192364057},"coords":"51.8146066,-0.0496213","bedrooms":"1","price":"245000","area":"355"} , +{"type":"Feature","id":"n70631641","geometry":{"type":"Point","coordinates":[-0.0480689,51.815422]},"properties":{"@type":"node","@id":70631641,"@timestamp":1192364058},"coords":"51.815422,-0.0480689","bedrooms":"0","price":"278000","area":"627"} , +{"type":"Feature","id":"n70639572","geometry":{"type":"Point","coordinates":[-0.0493119,51.8133885]},"properties":{"@type":"node","@id":70639572,"@timestamp":1192364355},"coords":"51.8133885,-0.0493119","bedrooms":"0","price":"150000","area":"645"} , +{"type":"Feature","id":"n70644469","geometry":{"type":"Point","coordinates":[-0.0516786,51.8119522]},"properties":{"@type":"node","@id":70644469,"@timestamp":1192364537},"coords":"51.8119522,-0.0516786","bedrooms":"1","price":"285000","area":"435"} , +{"type":"Feature","id":"n70684072","geometry":{"type":"Point","coordinates":[-0.1832933,51.5273331]},"properties":{"@type":"node","@id":70684072,"@timestamp":1192366013},"coords":"51.5273331,-0.1832933","bedrooms":"1","price":"228000","area":"483"} , +{"type":"Feature","id":"n70692109","geometry":{"type":"Point","coordinates":[-0.0439925,51.8169018]},"properties":{"@type":"node","@id":70692109,"@timestamp":1192366253},"coords":"51.8169018,-0.0439925","bedrooms":"0","price":"258000","area":"365"} , +{"type":"Feature","id":"n70692164","geometry":{"type":"Point","coordinates":[-0.0412405,51.8153918]},"properties":{"@type":"node","@id":70692164,"@timestamp":1192366254},"coords":"51.8153918,-0.0412405","bedrooms":"3","price":"187000","area":"633"} , +{"type":"Feature","id":"n70698831","geometry":{"type":"Point","coordinates":[-0.0427169,51.8171367]},"properties":{"@type":"node","@id":70698831,"@timestamp":1192366462},"coords":"51.8171367,-0.0427169","bedrooms":"3","price":"251000","area":"633"} , +{"type":"Feature","id":"n70706761","geometry":{"type":"Point","coordinates":[-0.0470267,51.819066]},"properties":{"@type":"node","@id":70706761,"@timestamp":1192366737},"coords":"51.819066,-0.0470267","bedrooms":"4","price":"294000","area":"403"} , +{"type":"Feature","id":"n70706806","geometry":{"type":"Point","coordinates":[-0.048628,51.8198209]},"properties":{"@type":"node","@id":70706806,"@timestamp":1192366738},"coords":"51.8198209,-0.048628","bedrooms":"2","price":"255000","area":"529"} , +{"type":"Feature","id":"n70717609","geometry":{"type":"Point","coordinates":[-0.0465165,51.818103]},"properties":{"@type":"node","@id":70717609,"@timestamp":1192367134},"coords":"51.818103,-0.0465165","bedrooms":"4","price":"210000","area":"484"} , +{"type":"Feature","id":"n70717648","geometry":{"type":"Point","coordinates":[-0.0487094,51.8160293]},"properties":{"@type":"node","@id":70717648,"@timestamp":1192367135},"coords":"51.8160293,-0.0487094","bedrooms":"0","price":"239000","area":"631"} , +{"type":"Feature","id":"n70717676","geometry":{"type":"Point","coordinates":[-0.0475695,51.8176232]},"properties":{"@type":"node","@id":70717676,"@timestamp":1192367136},"coords":"51.8176232,-0.0475695","bedrooms":"3","price":"192000","area":"427"} , +{"type":"Feature","id":"n70723002","geometry":{"type":"Point","coordinates":[-0.0859287,51.4627444]},"properties":{"@type":"node","@id":70723002,"@timestamp":1192367342},"coords":"51.4627444,-0.0859287","bedrooms":"3","price":"227000","area":"511"} , +{"type":"Feature","id":"n70724057","geometry":{"type":"Point","coordinates":[-0.0465219,51.8183715]},"properties":{"@type":"node","@id":70724057,"@timestamp":1192367414},"coords":"51.8183715,-0.0465219","bedrooms":"4","price":"282000","area":"633"} , +{"type":"Feature","id":"n70724078","geometry":{"type":"Point","coordinates":[-0.0449315,51.8179789]},"properties":{"@type":"node","@id":70724078,"@timestamp":1192367415},"coords":"51.8179789,-0.0449315","bedrooms":"2","price":"263000","area":"429"} , +{"type":"Feature","id":"n70735155","geometry":{"type":"Point","coordinates":[-0.0863771,51.4625225]},"properties":{"@type":"node","@id":70735155,"@timestamp":1192367788},"coords":"51.4625225,-0.0863771","bedrooms":"3","price":"245000","area":"501"} , +{"type":"Feature","id":"n70737421","geometry":{"type":"Point","coordinates":[-0.0428743,51.8136099]},"properties":{"@type":"node","@id":70737421,"@timestamp":1192367870},"coords":"51.8136099,-0.0428743","bedrooms":"1","price":"205000","area":"681"} , +{"type":"Feature","id":"n70739989","geometry":{"type":"Point","coordinates":[-0.0838963,51.4636056]},"properties":{"@type":"node","@id":70739989,"@timestamp":1192367969},"coords":"51.4636056,-0.0838963","bedrooms":"3","price":"211000","area":"502"} , +{"type":"Feature","id":"n70740120","geometry":{"type":"Point","coordinates":[-0.086008,51.4628785]},"properties":{"@type":"node","@id":70740120,"@timestamp":1370595291},"coords":"51.4628785,-0.086008","bedrooms":"3","price":"159000","area":"561"} , +{"type":"Feature","id":"n70752723","geometry":{"type":"Point","coordinates":[-0.0412405,51.8190559]},"properties":{"@type":"node","@id":70752723,"@timestamp":1192368556},"coords":"51.8190559,-0.0412405","bedrooms":"0","price":"283000","area":"547"} , +{"type":"Feature","id":"n70752817","geometry":{"type":"Point","coordinates":[-0.0881964,51.4628617]},"properties":{"@type":"node","@id":70752817,"@timestamp":1192368561},"coords":"51.4628617,-0.0881964","bedrooms":"1","price":"165000","area":"541"} , +{"type":"Feature","id":"n70769747","geometry":{"type":"Point","coordinates":[-0.1782918,51.5566155]},"properties":{"@type":"node","@id":70769747,"@timestamp":1598526858},"coords":"51.5566155,-0.1782918","bedrooms":"2","price":"177000","area":"493"} , +{"type":"Feature","id":"n70884997","geometry":{"type":"Point","coordinates":[-0.043276,51.820539]},"properties":{"@type":"node","@id":70884997,"@timestamp":1192374284},"coords":"51.820539,-0.043276","bedrooms":"2","price":"270000","area":"359"} , +{"type":"Feature","id":"n70885079","geometry":{"type":"Point","coordinates":[-0.0436885,51.8207738]},"properties":{"@type":"node","@id":70885079,"@timestamp":1192374285},"coords":"51.8207738,-0.0436885","bedrooms":"1","price":"204000","area":"457"} , +{"type":"Feature","id":"n70893324","geometry":{"type":"Point","coordinates":[-0.0420818,51.8204886]},"properties":{"@type":"node","@id":70893324,"@timestamp":1192374589},"coords":"51.8204886,-0.0420818","bedrooms":"1","price":"210000","area":"438"} , +{"type":"Feature","id":"n70972387","geometry":{"type":"Point","coordinates":[-0.2222602,51.4930239]},"properties":{"@type":"node","@id":70972387,"@timestamp":1634457039},"coords":"51.4930239,-0.2222602","bedrooms":"2","price":"277000","area":"417"} , +{"type":"Feature","id":"n71030499","geometry":{"type":"Point","coordinates":[-0.2736279,51.5138228]},"properties":{"@type":"node","@id":71030499,"@timestamp":1631308647},"coords":"51.5138228,-0.2736279","bedrooms":"3","price":"269000","area":"673"} , +{"type":"Feature","id":"n71090098","geometry":{"type":"Point","coordinates":[-0.3580552,51.5277721]},"properties":{"@type":"node","@id":71090098,"@timestamp":1423517265},"coords":"51.5277721,-0.3580552","bedrooms":"1","price":"151000","area":"661"} , +{"type":"Feature","id":"n71190951","geometry":{"type":"Point","coordinates":[-0.4200287,51.5360853]},"properties":{"@type":"node","@id":71190951,"@timestamp":1282255127},"coords":"51.5360853,-0.4200287","bedrooms":"1","price":"196000","area":"538"} , +{"type":"Feature","id":"n71274576","geometry":{"type":"Point","coordinates":[-0.7726482,51.5189614]},"properties":{"@type":"node","@id":71274576,"@timestamp":1192387946},"coords":"51.5189614,-0.7726482","bedrooms":"1","price":"249000","area":"455"} , +{"type":"Feature","id":"n71281425","geometry":{"type":"Point","coordinates":[-0.7679668,51.5208517]},"properties":{"@type":"node","@id":71281425,"@timestamp":1192387946},"coords":"51.5208517,-0.7679668","bedrooms":"2","price":"177000","area":"504"} , +{"type":"Feature","id":"n71498698","geometry":{"type":"Point","coordinates":[-0.5867022,51.1857589]},"properties":{"@type":"node","@id":71498698,"@timestamp":1192395343},"coords":"51.1857589,-0.5867022","bedrooms":"1","price":"164000","area":"598"} , +{"type":"Feature","id":"n71498729","geometry":{"type":"Point","coordinates":[-0.5859132,51.180607]},"properties":{"@type":"node","@id":71498729,"@timestamp":1192395345},"coords":"51.180607,-0.5859132","bedrooms":"0","price":"203000","area":"356"} , +{"type":"Feature","id":"n71695117","geometry":{"type":"Point","coordinates":[-0.0828539,51.0101557]},"properties":{"@type":"node","@id":71695117,"@timestamp":1195557050},"coords":"51.0101557,-0.0828539","bedrooms":"1","price":"196000","area":"395"} , +{"type":"Feature","id":"n73003319","geometry":{"type":"Point","coordinates":[0.4463176,51.5469947]},"properties":{"@type":"node","@id":73003319,"@timestamp":1254133744},"coords":"51.5469947,0.4463176","bedrooms":"0","price":"206000","area":"564"} , +{"type":"Feature","id":"n73269148","geometry":{"type":"Point","coordinates":[0.2703607,51.1981251]},"properties":{"@type":"node","@id":73269148,"@timestamp":1192460627},"coords":"51.1981251,0.2703607","bedrooms":"1","price":"210000","area":"438"} , +{"type":"Feature","id":"n73269185","geometry":{"type":"Point","coordinates":[0.2684853,51.1989112]},"properties":{"@type":"node","@id":73269185,"@timestamp":1192460628},"coords":"51.1989112,0.2684853","bedrooms":"4","price":"257000","area":"425"} , +{"type":"Feature","id":"n73269233","geometry":{"type":"Point","coordinates":[0.2658561,51.1982456]},"properties":{"@type":"node","@id":73269233,"@timestamp":1192460630},"coords":"51.1982456,0.2658561","bedrooms":"2","price":"160000","area":"478"} , +{"type":"Feature","id":"n73269269","geometry":{"type":"Point","coordinates":[0.2631332,51.1979551]},"properties":{"@type":"node","@id":73269269,"@timestamp":1192460632},"coords":"51.1979551,0.2631332","bedrooms":"3","price":"248000","area":"360"} , +{"type":"Feature","id":"n73269395","geometry":{"type":"Point","coordinates":[0.2572003,51.1978129]},"properties":{"@type":"node","@id":73269395,"@timestamp":1192460638},"coords":"51.1978129,0.2572003","bedrooms":"2","price":"153000","area":"460"} , +{"type":"Feature","id":"n73269511","geometry":{"type":"Point","coordinates":[0.2560688,51.1973772]},"properties":{"@type":"node","@id":73269511,"@timestamp":1192460645},"coords":"51.1973772,0.2560688","bedrooms":"1","price":"202000","area":"550"} , +{"type":"Feature","id":"n73269587","geometry":{"type":"Point","coordinates":[0.2555212,51.195096]},"properties":{"@type":"node","@id":73269587,"@timestamp":1192460648},"coords":"51.195096,0.2555212","bedrooms":"0","price":"265000","area":"531"} , +{"type":"Feature","id":"n73269631","geometry":{"type":"Point","coordinates":[0.254792,51.1939555]},"properties":{"@type":"node","@id":73269631,"@timestamp":1192460649},"coords":"51.1939555,0.254792","bedrooms":"3","price":"233000","area":"598"} , +{"type":"Feature","id":"n73269666","geometry":{"type":"Point","coordinates":[0.255742,51.193066]},"properties":{"@type":"node","@id":73269666,"@timestamp":1192460650},"coords":"51.193066,0.255742","bedrooms":"4","price":"156000","area":"396"} , +{"type":"Feature","id":"n73269698","geometry":{"type":"Point","coordinates":[0.2549857,51.1921825]},"properties":{"@type":"node","@id":73269698,"@timestamp":1192460651},"coords":"51.1921825,0.2549857","bedrooms":"0","price":"190000","area":"598"} , +{"type":"Feature","id":"n73269736","geometry":{"type":"Point","coordinates":[0.2529102,51.1920887]},"properties":{"@type":"node","@id":73269736,"@timestamp":1192460652},"coords":"51.1920887,0.2529102","bedrooms":"0","price":"243000","area":"631"} , +{"type":"Feature","id":"n73269929","geometry":{"type":"Point","coordinates":[0.2479273,51.1907091]},"properties":{"@type":"node","@id":73269929,"@timestamp":1192460661},"coords":"51.1907091,0.2479273","bedrooms":"1","price":"191000","area":"646"} , +{"type":"Feature","id":"n73269963","geometry":{"type":"Point","coordinates":[0.2479032,51.1893561]},"properties":{"@type":"node","@id":73269963,"@timestamp":1192460662},"coords":"51.1893561,0.2479032","bedrooms":"3","price":"152000","area":"548"} , +{"type":"Feature","id":"n73292988","geometry":{"type":"Point","coordinates":[0.2120839,51.1865933]},"properties":{"@type":"node","@id":73292988,"@timestamp":1192461517},"coords":"51.1865933,0.2120839","bedrooms":"4","price":"215000","area":"417"} , +{"type":"Feature","id":"n73293044","geometry":{"type":"Point","coordinates":[0.2111592,51.1875074]},"properties":{"@type":"node","@id":73293044,"@timestamp":1192461521},"coords":"51.1875074,0.2111592","bedrooms":"2","price":"253000","area":"691"} , +{"type":"Feature","id":"n73293093","geometry":{"type":"Point","coordinates":[0.2082667,51.1860483]},"properties":{"@type":"node","@id":73293093,"@timestamp":1192461523},"coords":"51.1860483,0.2082667","bedrooms":"0","price":"259000","area":"492"} , +{"type":"Feature","id":"n73293132","geometry":{"type":"Point","coordinates":[0.1985692,51.1776709]},"properties":{"@type":"node","@id":73293132,"@timestamp":1192461524},"coords":"51.1776709,0.1985692","bedrooms":"4","price":"271000","area":"505"} , +{"type":"Feature","id":"n73293281","geometry":{"type":"Point","coordinates":[0.1899494,51.1764054]},"properties":{"@type":"node","@id":73293281,"@timestamp":1192461529},"coords":"51.1764054,0.1899494","bedrooms":"0","price":"190000","area":"361"} , +{"type":"Feature","id":"n73313342","geometry":{"type":"Point","coordinates":[0.2766248,51.2011426]},"properties":{"@type":"node","@id":73313342,"@timestamp":1192462227},"coords":"51.2011426,0.2766248","bedrooms":"4","price":"173000","area":"603"} , +{"type":"Feature","id":"n73313390","geometry":{"type":"Point","coordinates":[0.2757629,51.2019423]},"properties":{"@type":"node","@id":73313390,"@timestamp":1192462228},"coords":"51.2019423,0.2757629","bedrooms":"2","price":"174000","area":"660"} , +{"type":"Feature","id":"n73313432","geometry":{"type":"Point","coordinates":[0.2743897,51.2023189]},"properties":{"@type":"node","@id":73313432,"@timestamp":1192462229},"coords":"51.2023189,0.2743897","bedrooms":"4","price":"265000","area":"686"} , +{"type":"Feature","id":"n73313461","geometry":{"type":"Point","coordinates":[0.2727732,51.2030494]},"properties":{"@type":"node","@id":73313461,"@timestamp":1192462231},"coords":"51.2030494,0.2727732","bedrooms":"1","price":"193000","area":"638"} , +{"type":"Feature","id":"n73313485","geometry":{"type":"Point","coordinates":[0.2710297,51.203101]},"properties":{"@type":"node","@id":73313485,"@timestamp":1192462232},"coords":"51.203101,0.2710297","bedrooms":"4","price":"257000","area":"698"} , +{"type":"Feature","id":"n73598549","geometry":{"type":"Point","coordinates":[0.0802301,51.9327518]},"properties":{"@type":"node","@id":73598549,"@timestamp":1192473069},"coords":"51.9327518,0.0802301","bedrooms":"2","price":"177000","area":"587"} , +{"type":"Feature","id":"n73678871","geometry":{"type":"Point","coordinates":[0.0582689,51.9543947]},"properties":{"@type":"node","@id":73678871,"@timestamp":1193007282},"coords":"51.9543947,0.0582689","bedrooms":"4","price":"260000","area":"409"} , +{"type":"Feature","id":"n73678984","geometry":{"type":"Point","coordinates":[0.0227281,51.9432542]},"properties":{"@type":"node","@id":73678984,"@timestamp":1192475900},"coords":"51.9432542,0.0227281","bedrooms":"3","price":"212000","area":"379"} , +{"type":"Feature","id":"n73679514","geometry":{"type":"Point","coordinates":[0.0273054,51.9139005]},"properties":{"@type":"node","@id":73679514,"@timestamp":1192475912},"coords":"51.9139005,0.0273054","bedrooms":"1","price":"191000","area":"684"} , +{"type":"Feature","id":"n73679828","geometry":{"type":"Point","coordinates":[0.0363873,51.9141016]},"properties":{"@type":"node","@id":73679828,"@timestamp":1192475919},"coords":"51.9141016,0.0363873","bedrooms":"3","price":"204000","area":"389"} , +{"type":"Feature","id":"n73680088","geometry":{"type":"Point","coordinates":[0.0376664,51.8913831]},"properties":{"@type":"node","@id":73680088,"@timestamp":1192475925},"coords":"51.8913831,0.0376664","bedrooms":"0","price":"217000","area":"370"} , +{"type":"Feature","id":"n73685322","geometry":{"type":"Point","coordinates":[0.0208149,51.8652448]},"properties":{"@type":"node","@id":73685322,"@timestamp":1192476102},"coords":"51.8652448,0.0208149","bedrooms":"1","price":"247000","area":"396"} , +{"type":"Feature","id":"n73702707","geometry":{"type":"Point","coordinates":[0.0893461,51.8762866]},"properties":{"@type":"node","@id":73702707,"@timestamp":1192476820},"coords":"51.8762866,0.0893461","bedrooms":"2","price":"219000","area":"461"} , +{"type":"Feature","id":"n73778089","geometry":{"type":"Point","coordinates":[-1.0312446,51.5410515]},"properties":{"@type":"node","@id":73778089,"@timestamp":1192479349},"coords":"51.5410515,-1.0312446","bedrooms":"2","price":"275000","area":"354"} , +{"type":"Feature","id":"n73778115","geometry":{"type":"Point","coordinates":[-1.0373075,51.5452888]},"properties":{"@type":"node","@id":73778115,"@timestamp":1192479350},"coords":"51.5452888,-1.0373075","bedrooms":"3","price":"153000","area":"473"} , +{"type":"Feature","id":"n73778196","geometry":{"type":"Point","coordinates":[-1.0371441,51.5313482]},"properties":{"@type":"node","@id":73778196,"@timestamp":1192479352},"coords":"51.5313482,-1.0371441","bedrooms":"0","price":"296000","area":"392"} , +{"type":"Feature","id":"n73778342","geometry":{"type":"Point","coordinates":[-1.0146939,51.5197407]},"properties":{"@type":"node","@id":73778342,"@timestamp":1192479357},"coords":"51.5197407,-1.0146939","bedrooms":"3","price":"223000","area":"696"} , +{"type":"Feature","id":"n73778437","geometry":{"type":"Point","coordinates":[-1.0243357,51.5415161]},"properties":{"@type":"node","@id":73778437,"@timestamp":1192479360},"coords":"51.5415161,-1.0243357","bedrooms":"3","price":"183000","area":"377"} , +{"type":"Feature","id":"n73785857","geometry":{"type":"Point","coordinates":[-0.3014164,51.5932727]},"properties":{"@type":"node","@id":73785857,"@timestamp":1623854915},"coords":"51.5932727,-0.3014164","bedrooms":"3","price":"269000","area":"638"} , +{"type":"Feature","id":"n73799629","geometry":{"type":"Point","coordinates":[-0.310474,51.5875824]},"properties":{"@type":"node","@id":73799629,"@timestamp":1623493186},"coords":"51.5875824,-0.310474","bedrooms":"1","price":"218000","area":"487"} , +{"type":"Feature","id":"n73821931","geometry":{"type":"Point","coordinates":[-0.3001077,51.6000525]},"properties":{"@type":"node","@id":73821931,"@timestamp":1623790225},"coords":"51.6000525,-0.3001077","bedrooms":"3","price":"291000","area":"495"} , +{"type":"Feature","id":"n73839861","geometry":{"type":"Point","coordinates":[-0.3132146,51.6133258]},"properties":{"@type":"node","@id":73839861,"@timestamp":1621273638},"coords":"51.6133258,-0.3132146","bedrooms":"0","price":"262000","area":"667"} , +{"type":"Feature","id":"n73946010","geometry":{"type":"Point","coordinates":[-0.0598957,51.6183947]},"properties":{"@type":"node","@id":73946010,"@timestamp":1192485380},"coords":"51.6183947,-0.0598957","bedrooms":"1","price":"163000","area":"380"} , +{"type":"Feature","id":"n73977287","geometry":{"type":"Point","coordinates":[-0.1733401,51.6700949]},"properties":{"@type":"node","@id":73977287,"@timestamp":1192486418},"coords":"51.6700949,-0.1733401","bedrooms":"0","price":"227000","area":"404"} , +{"type":"Feature","id":"n74074851","geometry":{"type":"Point","coordinates":[-0.4215744,51.9253427]},"properties":{"@type":"node","@id":74074851,"@timestamp":1192490090},"coords":"51.9253427,-0.4215744","bedrooms":"0","price":"192000","area":"468"} , +{"type":"Feature","id":"n74074967","geometry":{"type":"Point","coordinates":[-0.4172673,51.922119]},"properties":{"@type":"node","@id":74074967,"@timestamp":1192490092},"coords":"51.922119,-0.4172673","bedrooms":"3","price":"255000","area":"679"} , +{"type":"Feature","id":"n74075006","geometry":{"type":"Point","coordinates":[-0.4172615,51.9234285]},"properties":{"@type":"node","@id":74075006,"@timestamp":1192490093},"coords":"51.9234285,-0.4172615","bedrooms":"4","price":"271000","area":"463"} , +{"type":"Feature","id":"n74075054","geometry":{"type":"Point","coordinates":[-0.4172567,51.9232235]},"properties":{"@type":"node","@id":74075054,"@timestamp":1192490094},"coords":"51.9232235,-0.4172567","bedrooms":"2","price":"182000","area":"448"} , +{"type":"Feature","id":"n74129781","geometry":{"type":"Point","coordinates":[0.3723715,51.4864823]},"properties":{"@type":"node","@id":74129781,"@timestamp":1206221524},"coords":"51.4864823,0.3723715","bedrooms":"0","price":"282000","area":"492"} , +{"type":"Feature","id":"n74129984","geometry":{"type":"Point","coordinates":[0.3193902,51.4870506]},"properties":{"@type":"node","@id":74129984,"@timestamp":1192491726},"coords":"51.4870506,0.3193902","bedrooms":"3","price":"175000","area":"371"} , +{"type":"Feature","id":"n75083667","geometry":{"type":"Point","coordinates":[-0.2764738,51.6226443]},"properties":{"@type":"node","@id":75083667,"@timestamp":1192532460},"coords":"51.6226443,-0.2764738","bedrooms":"0","price":"194000","area":"442"} , +{"type":"Feature","id":"n75108135","geometry":{"type":"Point","coordinates":[-0.1185289,51.5178117]},"properties":{"@type":"node","@id":75108135,"@timestamp":1488317654},"coords":"51.5178117,-0.1185289","bedrooms":"0","price":"208000","area":"660"} , +{"type":"Feature","id":"n75144205","geometry":{"type":"Point","coordinates":[-0.2723054,51.631042]},"properties":{"@type":"node","@id":75144205,"@timestamp":1192535243},"coords":"51.631042,-0.2723054","bedrooms":"0","price":"180000","area":"447"} , +{"type":"Feature","id":"n75147048","geometry":{"type":"Point","coordinates":[-0.2674308,51.6301761]},"properties":{"@type":"node","@id":75147048,"@timestamp":1192535363},"coords":"51.6301761,-0.2674308","bedrooms":"1","price":"297000","area":"496"} , +{"type":"Feature","id":"n75158267","geometry":{"type":"Point","coordinates":[-0.2642968,51.626947]},"properties":{"@type":"node","@id":75158267,"@timestamp":1192535927},"coords":"51.626947,-0.2642968","bedrooms":"1","price":"170000","area":"551"} , +{"type":"Feature","id":"n75160299","geometry":{"type":"Point","coordinates":[-0.2662282,51.6266209]},"properties":{"@type":"node","@id":75160299,"@timestamp":1192536041},"coords":"51.6266209,-0.2662282","bedrooms":"3","price":"268000","area":"383"} , +{"type":"Feature","id":"n75279085","geometry":{"type":"Point","coordinates":[-0.2429941,51.6114665]},"properties":{"@type":"node","@id":75279085,"@timestamp":1192543091},"coords":"51.6114665,-0.2429941","bedrooms":"3","price":"245000","area":"550"} , +{"type":"Feature","id":"n75523667","geometry":{"type":"Point","coordinates":[-0.5391978,51.2629314]},"properties":{"@type":"node","@id":75523667,"@timestamp":1334170294},"coords":"51.2629314,-0.5391978","bedrooms":"3","price":"266000","area":"666"} , +{"type":"Feature","id":"n75539503","geometry":{"type":"Point","coordinates":[-0.390428,51.477772]},"properties":{"@type":"node","@id":75539503,"@timestamp":1192557935},"coords":"51.477772,-0.390428","bedrooms":"0","price":"227000","area":"486"} , +{"type":"Feature","id":"n75556842","geometry":{"type":"Point","coordinates":[-0.5367651,51.253487]},"properties":{"@type":"node","@id":75556842,"@timestamp":1577737359},"coords":"51.253487,-0.5367651","bedrooms":"1","price":"168000","area":"454"} , +{"type":"Feature","id":"n75849511","geometry":{"type":"Point","coordinates":[-0.2907587,51.5809372]},"properties":{"@type":"node","@id":75849511,"@timestamp":1285148573},"coords":"51.5809372,-0.2907587","bedrooms":"1","price":"184000","area":"544"} , +{"type":"Feature","id":"n75897512","geometry":{"type":"Point","coordinates":[-0.2839808,51.5686133]},"properties":{"@type":"node","@id":75897512,"@timestamp":1551376467},"coords":"51.5686133,-0.2839808","bedrooms":"2","price":"230000","area":"374"} , +{"type":"Feature","id":"n76466616","geometry":{"type":"Point","coordinates":[-0.5657941,51.423466]},"properties":{"@type":"node","@id":76466616,"@timestamp":1192620276},"coords":"51.423466,-0.5657941","bedrooms":"2","price":"262000","area":"367"} , +{"type":"Feature","id":"n76476691","geometry":{"type":"Point","coordinates":[-0.0404845,51.4588383]},"properties":{"@type":"node","@id":76476691,"@timestamp":1520948448},"coords":"51.4588383,-0.0404845","bedrooms":"4","price":"280000","area":"468"} , +{"type":"Feature","id":"n76587681","geometry":{"type":"Point","coordinates":[-0.1526335,51.5332187]},"properties":{"@type":"node","@id":76587681,"@timestamp":1220611594},"coords":"51.5332187,-0.1526335","bedrooms":"3","price":"202000","area":"653"} , +{"type":"Feature","id":"n76660110","geometry":{"type":"Point","coordinates":[-0.2899892,51.5169424]},"properties":{"@type":"node","@id":76660110,"@timestamp":1320534546},"coords":"51.5169424,-0.2899892","bedrooms":"0","price":"186000","area":"451"} , +{"type":"Feature","id":"n76784816","geometry":{"type":"Point","coordinates":[-0.5467796,51.882674]},"properties":{"@type":"node","@id":76784816,"@timestamp":1192655983},"coords":"51.882674,-0.5467796","bedrooms":"4","price":"278000","area":"412"} , +{"type":"Feature","id":"n76784882","geometry":{"type":"Point","coordinates":[-0.5832944,51.8896476]},"properties":{"@type":"node","@id":76784882,"@timestamp":1192656570},"coords":"51.8896476,-0.5832944","bedrooms":"2","price":"213000","area":"437"} , +{"type":"Feature","id":"n76796750","geometry":{"type":"Point","coordinates":[-0.5898302,51.8856897]},"properties":{"@type":"node","@id":76796750,"@timestamp":1192656568},"coords":"51.8856897,-0.5898302","bedrooms":"0","price":"203000","area":"517"} , +{"type":"Feature","id":"n76800149","geometry":{"type":"Point","coordinates":[-0.5863459,51.2516084]},"properties":{"@type":"node","@id":76800149,"@timestamp":1582378489},"coords":"51.2516084,-0.5863459","bedrooms":"4","price":"290000","area":"549"} , +{"type":"Feature","id":"n76824470","geometry":{"type":"Point","coordinates":[-0.2677007,51.5976366]},"properties":{"@type":"node","@id":76824470,"@timestamp":1247617981},"coords":"51.5976366,-0.2677007","bedrooms":"0","price":"175000","area":"423"} , +{"type":"Feature","id":"n78119387","geometry":{"type":"Point","coordinates":[-0.1602078,51.5264568]},"properties":{"@type":"node","@id":78119387,"@timestamp":1594974277},"coords":"51.5264568,-0.1602078","bedrooms":"4","price":"210000","area":"476"} , +{"type":"Feature","id":"n78521679","geometry":{"type":"Point","coordinates":[-0.0436903,51.4586423]},"properties":{"@type":"node","@id":78521679,"@timestamp":1616987927},"coords":"51.4586423,-0.0436903","bedrooms":"0","price":"248000","area":"640"} , +{"type":"Feature","id":"n78539017","geometry":{"type":"Point","coordinates":[-0.6186539,51.8881818]},"properties":{"@type":"node","@id":78539017,"@timestamp":1192744332},"coords":"51.8881818,-0.6186539","bedrooms":"1","price":"158000","area":"411"} , +{"type":"Feature","id":"n78539070","geometry":{"type":"Point","coordinates":[-0.6285799,51.8922345]},"properties":{"@type":"node","@id":78539070,"@timestamp":1192744333},"coords":"51.8922345,-0.6285799","bedrooms":"1","price":"274000","area":"520"} , +{"type":"Feature","id":"n78702709","geometry":{"type":"Point","coordinates":[-0.6390913,51.912561]},"properties":{"@type":"node","@id":78702709,"@timestamp":1201196077},"coords":"51.912561,-0.6390913","bedrooms":"0","price":"269000","area":"618"} , +{"type":"Feature","id":"n78702807","geometry":{"type":"Point","coordinates":[-0.5834128,51.8914096]},"properties":{"@type":"node","@id":78702807,"@timestamp":1192752818},"coords":"51.8914096,-0.5834128","bedrooms":"2","price":"204000","area":"482"} , +{"type":"Feature","id":"n79695988","geometry":{"type":"Point","coordinates":[-1.0017641,51.7967021]},"properties":{"@type":"node","@id":79695988,"@timestamp":1192798945},"coords":"51.7967021,-1.0017641","bedrooms":"0","price":"187000","area":"546"} , +{"type":"Feature","id":"n79696066","geometry":{"type":"Point","coordinates":[-0.8251135,51.8977343]},"properties":{"@type":"node","@id":79696066,"@timestamp":1192798947},"coords":"51.8977343,-0.8251135","bedrooms":"2","price":"194000","area":"642"} , +{"type":"Feature","id":"n79696099","geometry":{"type":"Point","coordinates":[-0.8162282,51.9061421]},"properties":{"@type":"node","@id":79696099,"@timestamp":1192798948},"coords":"51.9061421,-0.8162282","bedrooms":"4","price":"205000","area":"524"} , +{"type":"Feature","id":"n79696142","geometry":{"type":"Point","coordinates":[-0.8038345,51.9114982]},"properties":{"@type":"node","@id":79696142,"@timestamp":1192798949},"coords":"51.9114982,-0.8038345","bedrooms":"3","price":"164000","area":"560"} , +{"type":"Feature","id":"n79696196","geometry":{"type":"Point","coordinates":[-0.7491985,51.962771]},"properties":{"@type":"node","@id":79696196,"@timestamp":1192798951},"coords":"51.962771,-0.7491985","bedrooms":"0","price":"171000","area":"396"} , +{"type":"Feature","id":"n79824495","geometry":{"type":"Point","coordinates":[-0.8207159,51.801917]},"properties":{"@type":"node","@id":79824495,"@timestamp":1192805908},"coords":"51.801917,-0.8207159","bedrooms":"1","price":"277000","area":"676"} , +{"type":"Feature","id":"n79940274","geometry":{"type":"Point","coordinates":[-0.8712664,51.8018733]},"properties":{"@type":"node","@id":79940274,"@timestamp":1634669698},"coords":"51.8018733,-0.8712664","bedrooms":"4","price":"219000","area":"544"} , +{"type":"Feature","id":"n80085821","geometry":{"type":"Point","coordinates":[-0.7792207,51.8083373]},"properties":{"@type":"node","@id":80085821,"@timestamp":1192818481},"coords":"51.8083373,-0.7792207","bedrooms":"2","price":"256000","area":"671"} , +{"type":"Feature","id":"n80124073","geometry":{"type":"Point","coordinates":[-0.6412021,51.7788394]},"properties":{"@type":"node","@id":80124073,"@timestamp":1210419467},"coords":"51.7788394,-0.6412021","bedrooms":"1","price":"282000","area":"368"} , +{"type":"Feature","id":"n80124221","geometry":{"type":"Point","coordinates":[-0.6952293,51.7412583]},"properties":{"@type":"node","@id":80124221,"@timestamp":1192820218},"coords":"51.7412583,-0.6952293","bedrooms":"0","price":"215000","area":"537"} , +{"type":"Feature","id":"n80124270","geometry":{"type":"Point","coordinates":[-0.6967303,51.7472316]},"properties":{"@type":"node","@id":80124270,"@timestamp":1192820219},"coords":"51.7472316,-0.6967303","bedrooms":"0","price":"294000","area":"566"} , +{"type":"Feature","id":"n80124601","geometry":{"type":"Point","coordinates":[-0.6634635,51.7533734]},"properties":{"@type":"node","@id":80124601,"@timestamp":1192820224},"coords":"51.7533734,-0.6634635","bedrooms":"4","price":"239000","area":"452"} , +{"type":"Feature","id":"n80124869","geometry":{"type":"Point","coordinates":[-0.651293,51.7622729]},"properties":{"@type":"node","@id":80124869,"@timestamp":1213387196},"coords":"51.7622729,-0.651293","bedrooms":"2","price":"177000","area":"497"} , +{"type":"Feature","id":"n80399542","geometry":{"type":"Point","coordinates":[-0.2098362,51.497443]},"properties":{"@type":"node","@id":80399542,"@timestamp":1401361402},"coords":"51.497443,-0.2098362","bedrooms":"2","price":"276000","area":"555"} , +{"type":"Feature","id":"n81194166","geometry":{"type":"Point","coordinates":[0.1272962,51.3192101]},"properties":{"@type":"node","@id":81194166,"@timestamp":1564915269},"coords":"51.3192101,0.1272962","bedrooms":"1","price":"281000","area":"535"} , +{"type":"Feature","id":"n81317660","geometry":{"type":"Point","coordinates":[-0.054022,51.0308858]},"properties":{"@type":"node","@id":81317660,"@timestamp":1192887401},"coords":"51.0308858,-0.054022","bedrooms":"2","price":"172000","area":"443"} , +{"type":"Feature","id":"n81317732","geometry":{"type":"Point","coordinates":[-0.0446956,51.0326229]},"properties":{"@type":"node","@id":81317732,"@timestamp":1192887402},"coords":"51.0326229,-0.0446956","bedrooms":"3","price":"258000","area":"391"} , +{"type":"Feature","id":"n81317743","geometry":{"type":"Point","coordinates":[-0.0389683,51.0332525]},"properties":{"@type":"node","@id":81317743,"@timestamp":1192887403},"coords":"51.0332525,-0.0389683","bedrooms":"2","price":"169000","area":"403"} , +{"type":"Feature","id":"n81317771","geometry":{"type":"Point","coordinates":[-0.0326701,51.0270459]},"properties":{"@type":"node","@id":81317771,"@timestamp":1493246075},"coords":"51.0270459,-0.0326701","bedrooms":"3","price":"184000","area":"608"} , +{"type":"Feature","id":"n81317804","geometry":{"type":"Point","coordinates":[-0.0289921,51.0342209]},"properties":{"@type":"node","@id":81317804,"@timestamp":1192887408},"coords":"51.0342209,-0.0289921","bedrooms":"1","price":"286000","area":"694"} , +{"type":"Feature","id":"n81317833","geometry":{"type":"Point","coordinates":[-0.0290657,51.0367109]},"properties":{"@type":"node","@id":81317833,"@timestamp":1192887410},"coords":"51.0367109,-0.0290657","bedrooms":"1","price":"165000","area":"579"} , +{"type":"Feature","id":"n81317994","geometry":{"type":"Point","coordinates":[-0.0224766,51.0362832]},"properties":{"@type":"node","@id":81317994,"@timestamp":1482757207},"coords":"51.0362832,-0.0224766","bedrooms":"0","price":"222000","area":"554"} , +{"type":"Feature","id":"n81318024","geometry":{"type":"Point","coordinates":[-0.0563598,51.0803645]},"properties":{"@type":"node","@id":81318024,"@timestamp":1192887418},"coords":"51.0803645,-0.0563598","bedrooms":"1","price":"217000","area":"682"} , +{"type":"Feature","id":"n81325145","geometry":{"type":"Point","coordinates":[-0.0010746,51.0755997]},"properties":{"@type":"node","@id":81325145,"@timestamp":1628429458},"coords":"51.0755997,-0.0010746","bedrooms":"0","price":"162000","area":"407"} , +{"type":"Feature","id":"n81325157","geometry":{"type":"Point","coordinates":[0.0086699,51.0714557]},"properties":{"@type":"node","@id":81325157,"@timestamp":1199437293},"coords":"51.0714557,0.0086699","bedrooms":"3","price":"250000","area":"386"} , +{"type":"Feature","id":"n81325173","geometry":{"type":"Point","coordinates":[0.0213508,51.0697446]},"properties":{"@type":"node","@id":81325173,"@timestamp":1199437293},"coords":"51.0697446,0.0213508","bedrooms":"4","price":"256000","area":"687"} , +{"type":"Feature","id":"n81325193","geometry":{"type":"Point","coordinates":[0.0189482,51.0709448]},"properties":{"@type":"node","@id":81325193,"@timestamp":1192888999},"coords":"51.0709448,0.0189482","bedrooms":"0","price":"177000","area":"474"} , +{"type":"Feature","id":"n81327996","geometry":{"type":"Point","coordinates":[-0.0154458,51.0429603]},"properties":{"@type":"node","@id":81327996,"@timestamp":1192889602},"coords":"51.0429603,-0.0154458","bedrooms":"4","price":"164000","area":"398"} , +{"type":"Feature","id":"n81328011","geometry":{"type":"Point","coordinates":[-0.0066489,51.0473907]},"properties":{"@type":"node","@id":81328011,"@timestamp":1192889603},"coords":"51.0473907,-0.0066489","bedrooms":"4","price":"161000","area":"394"} , +{"type":"Feature","id":"n81483819","geometry":{"type":"Point","coordinates":[-0.1099269,51.9420743]},"properties":{"@type":"node","@id":81483819,"@timestamp":1192900738},"coords":"51.9420743,-0.1099269","bedrooms":"0","price":"234000","area":"533"} , +{"type":"Feature","id":"n81483918","geometry":{"type":"Point","coordinates":[-0.1052786,51.9654434]},"properties":{"@type":"node","@id":81483918,"@timestamp":1192900741},"coords":"51.9654434,-0.1052786","bedrooms":"1","price":"254000","area":"591"} , +{"type":"Feature","id":"n81501657","geometry":{"type":"Point","coordinates":[-0.2930461,51.4107856]},"properties":{"@type":"node","@id":81501657,"@timestamp":1630599132},"coords":"51.4107856,-0.2930461","bedrooms":"4","price":"247000","area":"371"} , +{"type":"Feature","id":"n81513946","geometry":{"type":"Point","coordinates":[-0.3508893,51.4931711]},"properties":{"@type":"node","@id":81513946,"@timestamp":1192902551},"coords":"51.4931711,-0.3508893","bedrooms":"3","price":"158000","area":"443"} , +{"type":"Feature","id":"n81514033","geometry":{"type":"Point","coordinates":[-0.3305991,51.4867571]},"properties":{"@type":"node","@id":81514033,"@timestamp":1192902553},"coords":"51.4867571,-0.3305991","bedrooms":"3","price":"187000","area":"573"} , +{"type":"Feature","id":"n81514154","geometry":{"type":"Point","coordinates":[-0.3292576,51.4851286]},"properties":{"@type":"node","@id":81514154,"@timestamp":1192902557},"coords":"51.4851286,-0.3292576","bedrooms":"4","price":"165000","area":"411"} , +{"type":"Feature","id":"n81520920","geometry":{"type":"Point","coordinates":[-0.3480504,51.4741349]},"properties":{"@type":"node","@id":81520920,"@timestamp":1192902951},"coords":"51.4741349,-0.3480504","bedrooms":"1","price":"288000","area":"630"} , +{"type":"Feature","id":"n81522277","geometry":{"type":"Point","coordinates":[0.4112372,51.4879091]},"properties":{"@type":"node","@id":81522277,"@timestamp":1596361705},"coords":"51.4879091,0.4112372","bedrooms":"0","price":"206000","area":"655"} , +{"type":"Feature","id":"n81551146","geometry":{"type":"Point","coordinates":[0.4387753,51.5295078]},"properties":{"@type":"node","@id":81551146,"@timestamp":1192905209},"coords":"51.5295078,0.4387753","bedrooms":"4","price":"233000","area":"520"} , +{"type":"Feature","id":"n81558391","geometry":{"type":"Point","coordinates":[-0.5319089,51.8860014]},"properties":{"@type":"node","@id":81558391,"@timestamp":1192905621},"coords":"51.8860014,-0.5319089","bedrooms":"1","price":"164000","area":"607"} , +{"type":"Feature","id":"n81605774","geometry":{"type":"Point","coordinates":[0.0401126,51.3993936]},"properties":{"@type":"node","@id":81605774,"@timestamp":1589142158},"coords":"51.3993936,0.0401126","bedrooms":"2","price":"186000","area":"682"} , +{"type":"Feature","id":"n81696552","geometry":{"type":"Point","coordinates":[0.1057044,51.3935957]},"properties":{"@type":"node","@id":81696552,"@timestamp":1297983635},"coords":"51.3935957,0.1057044","bedrooms":"2","price":"261000","area":"436"} , +{"type":"Feature","id":"n81722315","geometry":{"type":"Point","coordinates":[0.0720263,51.370693]},"properties":{"@type":"node","@id":81722315,"@timestamp":1394399288},"coords":"51.370693,0.0720263","bedrooms":"1","price":"199000","area":"698"} , +{"type":"Feature","id":"n81886286","geometry":{"type":"Point","coordinates":[-0.2044635,51.7999202]},"properties":{"@type":"node","@id":81886286,"@timestamp":1192925698},"coords":"51.7999202,-0.2044635","bedrooms":"1","price":"202000","area":"581"} , +{"type":"Feature","id":"n82536881","geometry":{"type":"Point","coordinates":[-0.6130007,51.7031919]},"properties":{"@type":"node","@id":82536881,"@timestamp":1543944134},"coords":"51.7031919,-0.6130007","bedrooms":"4","price":"193000","area":"411"} , +{"type":"Feature","id":"n82586960","geometry":{"type":"Point","coordinates":[-0.1830726,51.3732983]},"properties":{"@type":"node","@id":82586960,"@timestamp":1192977115},"coords":"51.3732983,-0.1830726","bedrooms":"4","price":"292000","area":"377"} , +{"type":"Feature","id":"n82613714","geometry":{"type":"Point","coordinates":[-0.3276044,51.209662]},"properties":{"@type":"node","@id":82613714,"@timestamp":1192979470},"coords":"51.209662,-0.3276044","bedrooms":"1","price":"166000","area":"393"} , +{"type":"Feature","id":"n82618413","geometry":{"type":"Point","coordinates":[-0.0883986,51.3009383]},"properties":{"@type":"node","@id":82618413,"@timestamp":1511446238},"coords":"51.3009383,-0.0883986","bedrooms":"4","price":"232000","area":"663"} , +{"type":"Feature","id":"n82623398","geometry":{"type":"Point","coordinates":[-0.3229406,51.2047622]},"properties":{"@type":"node","@id":82623398,"@timestamp":1192980622},"coords":"51.2047622,-0.3229406","bedrooms":"1","price":"188000","area":"483"} , +{"type":"Feature","id":"n82623412","geometry":{"type":"Point","coordinates":[-0.3205547,51.2015018]},"properties":{"@type":"node","@id":82623412,"@timestamp":1192980624},"coords":"51.2015018,-0.3205547","bedrooms":"0","price":"275000","area":"465"} , +{"type":"Feature","id":"n82623433","geometry":{"type":"Point","coordinates":[-0.3111422,51.1974352]},"properties":{"@type":"node","@id":82623433,"@timestamp":1192980626},"coords":"51.1974352,-0.3111422","bedrooms":"3","price":"241000","area":"356"} , +{"type":"Feature","id":"n82623494","geometry":{"type":"Point","coordinates":[-0.298652,51.1768128]},"properties":{"@type":"node","@id":82623494,"@timestamp":1192980630},"coords":"51.1768128,-0.298652","bedrooms":"3","price":"163000","area":"424"} , +{"type":"Feature","id":"n82623589","geometry":{"type":"Point","coordinates":[-0.2880209,51.1784489]},"properties":{"@type":"node","@id":82623589,"@timestamp":1192980654},"coords":"51.1784489,-0.2880209","bedrooms":"2","price":"269000","area":"615"} , +{"type":"Feature","id":"n82623601","geometry":{"type":"Point","coordinates":[-0.2833499,51.1769805]},"properties":{"@type":"node","@id":82623601,"@timestamp":1192980655},"coords":"51.1769805,-0.2833499","bedrooms":"2","price":"214000","area":"523"} , +{"type":"Feature","id":"n82627358","geometry":{"type":"Point","coordinates":[-0.1916707,51.3659415]},"properties":{"@type":"node","@id":82627358,"@timestamp":1192981358},"coords":"51.3659415,-0.1916707","bedrooms":"2","price":"243000","area":"642"} , +{"type":"Feature","id":"n82627515","geometry":{"type":"Point","coordinates":[-0.0202322,51.3453762]},"properties":{"@type":"node","@id":82627515,"@timestamp":1560311712},"coords":"51.3453762,-0.0202322","bedrooms":"4","price":"282000","area":"383"} , +{"type":"Feature","id":"n82629915","geometry":{"type":"Point","coordinates":[-0.3402159,51.0175442]},"properties":{"@type":"node","@id":82629915,"@timestamp":1245654748},"coords":"51.0175442,-0.3402159","bedrooms":"2","price":"174000","area":"407"} , +{"type":"Feature","id":"n82631408","geometry":{"type":"Point","coordinates":[-0.3523719,51.0235657]},"properties":{"@type":"node","@id":82631408,"@timestamp":1625945928},"coords":"51.0235657,-0.3523719","bedrooms":"1","price":"162000","area":"547"} , +{"type":"Feature","id":"n82632759","geometry":{"type":"Point","coordinates":[-0.3702095,51.0382245]},"properties":{"@type":"node","@id":82632759,"@timestamp":1192982196},"coords":"51.0382245,-0.3702095","bedrooms":"2","price":"231000","area":"389"} , +{"type":"Feature","id":"n82633657","geometry":{"type":"Point","coordinates":[-0.3764638,51.0475754]},"properties":{"@type":"node","@id":82633657,"@timestamp":1192982344},"coords":"51.0475754,-0.3764638","bedrooms":"1","price":"200000","area":"665"} , +{"type":"Feature","id":"n82657963","geometry":{"type":"Point","coordinates":[-0.3886532,51.0610533]},"properties":{"@type":"node","@id":82657963,"@timestamp":1192986859},"coords":"51.0610533,-0.3886532","bedrooms":"2","price":"179000","area":"397"} , +{"type":"Feature","id":"n82659965","geometry":{"type":"Point","coordinates":[-0.4322528,51.0786283]},"properties":{"@type":"node","@id":82659965,"@timestamp":1192987196},"coords":"51.0786283,-0.4322528","bedrooms":"1","price":"258000","area":"360"} , +{"type":"Feature","id":"n82687608","geometry":{"type":"Point","coordinates":[-0.4909126,51.14044]},"properties":{"@type":"node","@id":82687608,"@timestamp":1192991679},"coords":"51.14044,-0.4909126","bedrooms":"0","price":"299000","area":"563"} , +{"type":"Feature","id":"n82687661","geometry":{"type":"Point","coordinates":[-0.506421,51.1445941]},"properties":{"@type":"node","@id":82687661,"@timestamp":1192991683},"coords":"51.1445941,-0.506421","bedrooms":"2","price":"181000","area":"396"} , +{"type":"Feature","id":"n82691743","geometry":{"type":"Point","coordinates":[-0.5446995,51.1821494]},"properties":{"@type":"node","@id":82691743,"@timestamp":1192992339},"coords":"51.1821494,-0.5446995","bedrooms":"1","price":"152000","area":"494"} , +{"type":"Feature","id":"n82691760","geometry":{"type":"Point","coordinates":[-0.5439894,51.1824184]},"properties":{"@type":"node","@id":82691760,"@timestamp":1192992340},"coords":"51.1824184,-0.5439894","bedrooms":"1","price":"221000","area":"474"} , +{"type":"Feature","id":"n82691775","geometry":{"type":"Point","coordinates":[-0.5424621,51.1826733]},"properties":{"@type":"node","@id":82691775,"@timestamp":1192992341},"coords":"51.1826733,-0.5424621","bedrooms":"2","price":"295000","area":"421"} , +{"type":"Feature","id":"n82691793","geometry":{"type":"Point","coordinates":[-0.5358919,51.1821298]},"properties":{"@type":"node","@id":82691793,"@timestamp":1192992342},"coords":"51.1821298,-0.5358919","bedrooms":"3","price":"292000","area":"359"} , +{"type":"Feature","id":"n82695973","geometry":{"type":"Point","coordinates":[-0.502023,51.1991012]},"properties":{"@type":"node","@id":82695973,"@timestamp":1192993001},"coords":"51.1991012,-0.502023","bedrooms":"3","price":"216000","area":"535"} , +{"type":"Feature","id":"n82699498","geometry":{"type":"Point","coordinates":[-0.5560228,51.1960717]},"properties":{"@type":"node","@id":82699498,"@timestamp":1298910272},"coords":"51.1960717,-0.5560228","bedrooms":"2","price":"213000","area":"693"} , +{"type":"Feature","id":"n82702270","geometry":{"type":"Point","coordinates":[-0.4965138,51.6374671]},"properties":{"@type":"node","@id":82702270,"@timestamp":1603320985},"coords":"51.6374671,-0.4965138","bedrooms":"0","price":"205000","area":"430"} , +{"type":"Feature","id":"n82703863","geometry":{"type":"Point","coordinates":[-1.0177384,50.93933]},"properties":{"@type":"node","@id":82703863,"@timestamp":1192994184},"coords":"50.93933,-1.0177384","bedrooms":"1","price":"230000","area":"351"} , +{"type":"Feature","id":"n82708609","geometry":{"type":"Point","coordinates":[-1.0368389,50.9362836]},"properties":{"@type":"node","@id":82708609,"@timestamp":1192995074},"coords":"50.9362836,-1.0368389","bedrooms":"3","price":"181000","area":"368"} , +{"type":"Feature","id":"n82708631","geometry":{"type":"Point","coordinates":[-1.037998,50.9423592]},"properties":{"@type":"node","@id":82708631,"@timestamp":1192995075},"coords":"50.9423592,-1.037998","bedrooms":"4","price":"203000","area":"573"} , +{"type":"Feature","id":"n82739960","geometry":{"type":"Point","coordinates":[-0.4468013,51.2811408]},"properties":{"@type":"node","@id":82739960,"@timestamp":1442935156},"coords":"51.2811408,-0.4468013","bedrooms":"1","price":"204000","area":"506"} , +{"type":"Feature","id":"n82746161","geometry":{"type":"Point","coordinates":[-0.323661,51.2241267]},"properties":{"@type":"node","@id":82746161,"@timestamp":1226267044},"coords":"51.2241267,-0.323661","bedrooms":"1","price":"231000","area":"579"} , +{"type":"Feature","id":"n82751844","geometry":{"type":"Point","coordinates":[0.0407065,51.4432845]},"properties":{"@type":"node","@id":82751844,"@timestamp":1579232547},"coords":"51.4432845,0.0407065","bedrooms":"1","price":"266000","area":"688"} , +{"type":"Feature","id":"n82764986","geometry":{"type":"Point","coordinates":[0.1180644,51.1885485]},"properties":{"@type":"node","@id":82764986,"@timestamp":1202547048},"coords":"51.1885485,0.1180644","bedrooms":"3","price":"154000","area":"464"} , +{"type":"Feature","id":"n82771932","geometry":{"type":"Point","coordinates":[-0.3627662,51.6198127]},"properties":{"@type":"node","@id":82771932,"@timestamp":1193006146},"coords":"51.6198127,-0.3627662","bedrooms":"2","price":"183000","area":"653"} , +{"type":"Feature","id":"n82771982","geometry":{"type":"Point","coordinates":[-0.3568981,51.6217324]},"properties":{"@type":"node","@id":82771982,"@timestamp":1193006149},"coords":"51.6217324,-0.3568981","bedrooms":"2","price":"228000","area":"678"} , +{"type":"Feature","id":"n82772066","geometry":{"type":"Point","coordinates":[-0.3509516,51.6198691]},"properties":{"@type":"node","@id":82772066,"@timestamp":1193006158},"coords":"51.6198691,-0.3509516","bedrooms":"3","price":"284000","area":"542"} , +{"type":"Feature","id":"n82791332","geometry":{"type":"Point","coordinates":[-0.1412389,51.6172993]},"properties":{"@type":"node","@id":82791332,"@timestamp":1351168552},"coords":"51.6172993,-0.1412389","bedrooms":"2","price":"299000","area":"451"} , +{"type":"Feature","id":"n82793766","geometry":{"type":"Point","coordinates":[-0.13741,51.5706586]},"properties":{"@type":"node","@id":82793766,"@timestamp":1193009839},"coords":"51.5706586,-0.13741","bedrooms":"0","price":"296000","area":"595"} , +{"type":"Feature","id":"n82796182","geometry":{"type":"Point","coordinates":[-0.0428064,51.8211245]},"properties":{"@type":"node","@id":82796182,"@timestamp":1193011433},"coords":"51.8211245,-0.0428064","bedrooms":"4","price":"236000","area":"502"} , +{"type":"Feature","id":"n82796250","geometry":{"type":"Point","coordinates":[-0.0409612,51.8242]},"properties":{"@type":"node","@id":82796250,"@timestamp":1193011700},"coords":"51.8242,-0.0409612","bedrooms":"0","price":"261000","area":"434"} , +{"type":"Feature","id":"n82796261","geometry":{"type":"Point","coordinates":[-0.0412277,51.8248756]},"properties":{"@type":"node","@id":82796261,"@timestamp":1193011701},"coords":"51.8248756,-0.0412277","bedrooms":"0","price":"160000","area":"609"} , +{"type":"Feature","id":"n82796315","geometry":{"type":"Point","coordinates":[-0.0430169,51.8290169]},"properties":{"@type":"node","@id":82796315,"@timestamp":1193011789},"coords":"51.8290169,-0.0430169","bedrooms":"3","price":"197000","area":"603"} , +{"type":"Feature","id":"n82796761","geometry":{"type":"Point","coordinates":[-0.0398999,51.8318064]},"properties":{"@type":"node","@id":82796761,"@timestamp":1193012011},"coords":"51.8318064,-0.0398999","bedrooms":"3","price":"261000","area":"532"} , +{"type":"Feature","id":"n82797719","geometry":{"type":"Point","coordinates":[0.4874181,51.5603284]},"properties":{"@type":"node","@id":82797719,"@timestamp":1536705360},"coords":"51.5603284,0.4874181","bedrooms":"2","price":"246000","area":"449"} , +{"type":"Feature","id":"n83105667","geometry":{"type":"Point","coordinates":[-0.349069,51.7196521]},"properties":{"@type":"node","@id":83105667,"@timestamp":1545147513},"coords":"51.7196521,-0.349069","bedrooms":"3","price":"188000","area":"571"} , +{"type":"Feature","id":"n83113636","geometry":{"type":"Point","coordinates":[0.2343386,51.4685692]},"properties":{"@type":"node","@id":83113636,"@timestamp":1193048634},"coords":"51.4685692,0.2343386","bedrooms":"1","price":"265000","area":"379"} , +{"type":"Feature","id":"n83118051","geometry":{"type":"Point","coordinates":[0.24568,51.4669882]},"properties":{"@type":"node","@id":83118051,"@timestamp":1193048896},"coords":"51.4669882,0.24568","bedrooms":"1","price":"241000","area":"553"} , +{"type":"Feature","id":"n83223620","geometry":{"type":"Point","coordinates":[-0.0460832,51.8334713]},"properties":{"@type":"node","@id":83223620,"@timestamp":1193054311},"coords":"51.8334713,-0.0460832","bedrooms":"3","price":"255000","area":"507"} , +{"type":"Feature","id":"n83246774","geometry":{"type":"Point","coordinates":[-0.0388743,51.8322448]},"properties":{"@type":"node","@id":83246774,"@timestamp":1193055442},"coords":"51.8322448,-0.0388743","bedrooms":"2","price":"258000","area":"443"} , +{"type":"Feature","id":"n83246801","geometry":{"type":"Point","coordinates":[-0.0395365,51.8347001]},"properties":{"@type":"node","@id":83246801,"@timestamp":1193055443},"coords":"51.8347001,-0.0395365","bedrooms":"4","price":"271000","area":"502"} , +{"type":"Feature","id":"n83246821","geometry":{"type":"Point","coordinates":[-0.0469458,51.8340728]},"properties":{"@type":"node","@id":83246821,"@timestamp":1193055444},"coords":"51.8340728,-0.0469458","bedrooms":"0","price":"213000","area":"455"} , +{"type":"Feature","id":"n83246845","geometry":{"type":"Point","coordinates":[-0.0498552,51.832872]},"properties":{"@type":"node","@id":83246845,"@timestamp":1193055445},"coords":"51.832872,-0.0498552","bedrooms":"2","price":"291000","area":"532"} , +{"type":"Feature","id":"n83246883","geometry":{"type":"Point","coordinates":[-0.0524444,51.830108]},"properties":{"@type":"node","@id":83246883,"@timestamp":1193055446},"coords":"51.830108,-0.0524444","bedrooms":"4","price":"267000","area":"675"} , +{"type":"Feature","id":"n83246915","geometry":{"type":"Point","coordinates":[-0.0537851,51.828897]},"properties":{"@type":"node","@id":83246915,"@timestamp":1193055447},"coords":"51.828897,-0.0537851","bedrooms":"0","price":"185000","area":"690"} , +{"type":"Feature","id":"n83246942","geometry":{"type":"Point","coordinates":[-0.0436618,51.8305776]},"properties":{"@type":"node","@id":83246942,"@timestamp":1193055448},"coords":"51.8305776,-0.0436618","bedrooms":"4","price":"167000","area":"444"} , +{"type":"Feature","id":"n83285122","geometry":{"type":"Point","coordinates":[-0.1871433,51.6682157]},"properties":{"@type":"node","@id":83285122,"@timestamp":1193057278},"coords":"51.6682157,-0.1871433","bedrooms":"2","price":"298000","area":"351"} , +{"type":"Feature","id":"n83285132","geometry":{"type":"Point","coordinates":[-0.1960603,51.6662905]},"properties":{"@type":"node","@id":83285132,"@timestamp":1193057279},"coords":"51.6662905,-0.1960603","bedrooms":"4","price":"251000","area":"472"} , +{"type":"Feature","id":"n83286176","geometry":{"type":"Point","coordinates":[0.4389454,51.5392566]},"properties":{"@type":"node","@id":83286176,"@timestamp":1193057338},"coords":"51.5392566,0.4389454","bedrooms":"2","price":"174000","area":"438"} , +{"type":"Feature","id":"n83286246","geometry":{"type":"Point","coordinates":[0.442752,51.5351589]},"properties":{"@type":"node","@id":83286246,"@timestamp":1193057342},"coords":"51.5351589,0.442752","bedrooms":"4","price":"264000","area":"615"} , +{"type":"Feature","id":"n83286289","geometry":{"type":"Point","coordinates":[0.4434173,51.5354097]},"properties":{"@type":"node","@id":83286289,"@timestamp":1193057344},"coords":"51.5354097,0.4434173","bedrooms":"2","price":"221000","area":"627"} , +{"type":"Feature","id":"n83291681","geometry":{"type":"Point","coordinates":[-0.2090279,51.6672006]},"properties":{"@type":"node","@id":83291681,"@timestamp":1193057726},"coords":"51.6672006,-0.2090279","bedrooms":"3","price":"254000","area":"643"} , +{"type":"Feature","id":"n83321440","geometry":{"type":"Point","coordinates":[0.4579412,51.527795]},"properties":{"@type":"node","@id":83321440,"@timestamp":1237937135},"coords":"51.527795,0.4579412","bedrooms":"1","price":"172000","area":"478"} , +{"type":"Feature","id":"n83357012","geometry":{"type":"Point","coordinates":[-0.4740591,51.2539999]},"properties":{"@type":"node","@id":83357012,"@timestamp":1193064270},"coords":"51.2539999,-0.4740591","bedrooms":"1","price":"256000","area":"514"} , +{"type":"Feature","id":"n83399514","geometry":{"type":"Point","coordinates":[-0.4728472,51.2615452]},"properties":{"@type":"node","@id":83399514,"@timestamp":1193066976},"coords":"51.2615452,-0.4728472","bedrooms":"0","price":"285000","area":"363"} , +{"type":"Feature","id":"n83399875","geometry":{"type":"Point","coordinates":[-0.4700172,51.2673738]},"properties":{"@type":"node","@id":83399875,"@timestamp":1193067010},"coords":"51.2673738,-0.4700172","bedrooms":"1","price":"199000","area":"637"} , +{"type":"Feature","id":"n83471412","geometry":{"type":"Point","coordinates":[-0.2398784,51.657192]},"properties":{"@type":"node","@id":83471412,"@timestamp":1193071360},"coords":"51.657192,-0.2398784","bedrooms":"3","price":"200000","area":"369"} , +{"type":"Feature","id":"n83621802","geometry":{"type":"Point","coordinates":[0.0454204,51.4543282]},"properties":{"@type":"node","@id":83621802,"@timestamp":1379586098},"coords":"51.4543282,0.0454204","bedrooms":"3","price":"206000","area":"475"} , +{"type":"Feature","id":"n83683573","geometry":{"type":"Point","coordinates":[-0.1062524,51.374803]},"properties":{"@type":"node","@id":83683573,"@timestamp":1560311712},"coords":"51.374803,-0.1062524","bedrooms":"3","price":"267000","area":"496"} , +{"type":"Feature","id":"n83736843","geometry":{"type":"Point","coordinates":[-0.0893403,51.36108]},"properties":{"@type":"node","@id":83736843,"@timestamp":1193089174},"coords":"51.36108,-0.0893403","bedrooms":"4","price":"169000","area":"513"} , +{"type":"Feature","id":"n83790262","geometry":{"type":"Point","coordinates":[-0.2737904,51.5261754]},"properties":{"@type":"node","@id":83790262,"@timestamp":1338933800},"coords":"51.5261754,-0.2737904","bedrooms":"3","price":"200000","area":"441"} , +{"type":"Feature","id":"n84330169","geometry":{"type":"Point","coordinates":[-0.2524286,51.9614002]},"properties":{"@type":"node","@id":84330169,"@timestamp":1193130944},"coords":"51.9614002,-0.2524286","bedrooms":"2","price":"173000","area":"372"} , +{"type":"Feature","id":"n84346524","geometry":{"type":"Point","coordinates":[-0.3100116,51.2187392]},"properties":{"@type":"node","@id":84346524,"@timestamp":1406231491},"coords":"51.2187392,-0.3100116","bedrooms":"3","price":"213000","area":"588"} , +{"type":"Feature","id":"n84346541","geometry":{"type":"Point","coordinates":[-0.3040176,51.2190387]},"properties":{"@type":"node","@id":84346541,"@timestamp":1406231491},"coords":"51.2190387,-0.3040176","bedrooms":"0","price":"157000","area":"538"} , +{"type":"Feature","id":"n84356958","geometry":{"type":"Point","coordinates":[-0.2918722,51.1955468]},"properties":{"@type":"node","@id":84356958,"@timestamp":1193132772},"coords":"51.1955468,-0.2918722","bedrooms":"1","price":"166000","area":"646"} , +{"type":"Feature","id":"n84436346","geometry":{"type":"Point","coordinates":[-0.1580721,51.2531836]},"properties":{"@type":"node","@id":84436346,"@timestamp":1610124276},"coords":"51.2531836,-0.1580721","bedrooms":"4","price":"268000","area":"622"} , +{"type":"Feature","id":"n84451910","geometry":{"type":"Point","coordinates":[0.6951009,51.5345447]},"properties":{"@type":"node","@id":84451910,"@timestamp":1193141058},"coords":"51.5345447,0.6951009","bedrooms":"4","price":"280000","area":"541"} , +{"type":"Feature","id":"n84527125","geometry":{"type":"Point","coordinates":[-0.4435844,51.7471636]},"properties":{"@type":"node","@id":84527125,"@timestamp":1606769970},"coords":"51.7471636,-0.4435844","bedrooms":"4","price":"211000","area":"622"} , +{"type":"Feature","id":"n84634701","geometry":{"type":"Point","coordinates":[0.3687222,51.4683281]},"properties":{"@type":"node","@id":84634701,"@timestamp":1193165041},"coords":"51.4683281,0.3687222","bedrooms":"1","price":"188000","area":"585"} , +{"type":"Feature","id":"n84634725","geometry":{"type":"Point","coordinates":[0.3673216,51.4696754]},"properties":{"@type":"node","@id":84634725,"@timestamp":1207052339},"coords":"51.4696754,0.3673216","bedrooms":"4","price":"163000","area":"364"} , +{"type":"Feature","id":"n84696746","geometry":{"type":"Point","coordinates":[-0.4575368,51.7364995]},"properties":{"@type":"node","@id":84696746,"@timestamp":1606939365},"coords":"51.7364995,-0.4575368","bedrooms":"3","price":"159000","area":"368"} , +{"type":"Feature","id":"n84775248","geometry":{"type":"Point","coordinates":[0.3097216,51.5028949]},"properties":{"@type":"node","@id":84775248,"@timestamp":1193174310},"coords":"51.5028949,0.3097216","bedrooms":"2","price":"290000","area":"578"} , +{"type":"Feature","id":"n84775273","geometry":{"type":"Point","coordinates":[0.3104874,51.5033203]},"properties":{"@type":"node","@id":84775273,"@timestamp":1193174312},"coords":"51.5033203,0.3104874","bedrooms":"2","price":"228000","area":"645"} , +{"type":"Feature","id":"n84775289","geometry":{"type":"Point","coordinates":[0.3098521,51.5036209]},"properties":{"@type":"node","@id":84775289,"@timestamp":1193174313},"coords":"51.5036209,0.3098521","bedrooms":"3","price":"231000","area":"414"} , +{"type":"Feature","id":"n84775359","geometry":{"type":"Point","coordinates":[0.2981942,51.5017114]},"properties":{"@type":"node","@id":84775359,"@timestamp":1193174320},"coords":"51.5017114,0.2981942","bedrooms":"2","price":"172000","area":"422"} , +{"type":"Feature","id":"n84775471","geometry":{"type":"Point","coordinates":[0.2957988,51.5088906]},"properties":{"@type":"node","@id":84775471,"@timestamp":1193174328},"coords":"51.5088906,0.2957988","bedrooms":"2","price":"176000","area":"585"} , +{"type":"Feature","id":"n84775572","geometry":{"type":"Point","coordinates":[0.2800022,51.4993472]},"properties":{"@type":"node","@id":84775572,"@timestamp":1193174337},"coords":"51.4993472,0.2800022","bedrooms":"1","price":"294000","area":"568"} , +{"type":"Feature","id":"n84775701","geometry":{"type":"Point","coordinates":[0.281761,51.499983]},"properties":{"@type":"node","@id":84775701,"@timestamp":1193174345},"coords":"51.499983,0.281761","bedrooms":"3","price":"274000","area":"682"} , +{"type":"Feature","id":"n84775834","geometry":{"type":"Point","coordinates":[0.2865409,51.5003991]},"properties":{"@type":"node","@id":84775834,"@timestamp":1193174352},"coords":"51.5003991,0.2865409","bedrooms":"4","price":"288000","area":"453"} , +{"type":"Feature","id":"n84843135","geometry":{"type":"Point","coordinates":[0.2443735,51.5159471]},"properties":{"@type":"node","@id":84843135,"@timestamp":1193179158},"coords":"51.5159471,0.2443735","bedrooms":"2","price":"236000","area":"476"} , +{"type":"Feature","id":"n84843161","geometry":{"type":"Point","coordinates":[0.2434171,51.5180951]},"properties":{"@type":"node","@id":84843161,"@timestamp":1193179160},"coords":"51.5180951,0.2434171","bedrooms":"4","price":"291000","area":"353"} , +{"type":"Feature","id":"n84843187","geometry":{"type":"Point","coordinates":[0.2384239,51.5263321]},"properties":{"@type":"node","@id":84843187,"@timestamp":1193179161},"coords":"51.5263321,0.2384239","bedrooms":"0","price":"201000","area":"523"} , +{"type":"Feature","id":"n84843205","geometry":{"type":"Point","coordinates":[0.2582649,51.5306666]},"properties":{"@type":"node","@id":84843205,"@timestamp":1236601165},"coords":"51.5306666,0.2582649","bedrooms":"3","price":"274000","area":"379"} , +{"type":"Feature","id":"n84843288","geometry":{"type":"Point","coordinates":[0.2541755,51.5348977]},"properties":{"@type":"node","@id":84843288,"@timestamp":1193179166},"coords":"51.5348977,0.2541755","bedrooms":"0","price":"183000","area":"633"} , +{"type":"Feature","id":"n84843315","geometry":{"type":"Point","coordinates":[0.2515028,51.5341217]},"properties":{"@type":"node","@id":84843315,"@timestamp":1193179167},"coords":"51.5341217,0.2515028","bedrooms":"1","price":"193000","area":"358"} , +{"type":"Feature","id":"n84878555","geometry":{"type":"Point","coordinates":[-0.6059387,51.7172439]},"properties":{"@type":"node","@id":84878555,"@timestamp":1256385716},"coords":"51.7172439,-0.6059387","bedrooms":"3","price":"264000","area":"564"} , +{"type":"Feature","id":"n84889834","geometry":{"type":"Point","coordinates":[-0.6129471,51.70253]},"properties":{"@type":"node","@id":84889834,"@timestamp":1424556347},"coords":"51.70253,-0.6129471","bedrooms":"1","price":"256000","area":"489"} , +{"type":"Feature","id":"n84899336","geometry":{"type":"Point","coordinates":[-0.6073578,51.7085798]},"properties":{"@type":"node","@id":84899336,"@timestamp":1449603131},"coords":"51.7085798,-0.6073578","bedrooms":"2","price":"243000","area":"397"} , +{"type":"Feature","id":"n84915671","geometry":{"type":"Point","coordinates":[-0.6131634,51.706196]},"properties":{"@type":"node","@id":84915671,"@timestamp":1553296382},"coords":"51.706196,-0.6131634","bedrooms":"2","price":"285000","area":"630"} , +{"type":"Feature","id":"n84932782","geometry":{"type":"Point","coordinates":[-0.6103876,51.7084008]},"properties":{"@type":"node","@id":84932782,"@timestamp":1553296379},"coords":"51.7084008,-0.6103876","bedrooms":"0","price":"267000","area":"504"} , +{"type":"Feature","id":"n85797102","geometry":{"type":"Point","coordinates":[-0.5936127,51.877893]},"properties":{"@type":"node","@id":85797102,"@timestamp":1193238694},"coords":"51.877893,-0.5936127","bedrooms":"2","price":"190000","area":"386"} , +{"type":"Feature","id":"n85849343","geometry":{"type":"Point","coordinates":[0.2501095,51.5012125]},"properties":{"@type":"node","@id":85849343,"@timestamp":1193242544},"coords":"51.5012125,0.2501095","bedrooms":"3","price":"231000","area":"689"} , +{"type":"Feature","id":"n85849396","geometry":{"type":"Point","coordinates":[0.2537336,51.500653]},"properties":{"@type":"node","@id":85849396,"@timestamp":1618394653},"coords":"51.500653,0.2537336","bedrooms":"4","price":"165000","area":"607"} , +{"type":"Feature","id":"n85849576","geometry":{"type":"Point","coordinates":[0.2500795,51.5029173]},"properties":{"@type":"node","@id":85849576,"@timestamp":1193242551},"coords":"51.5029173,0.2500795","bedrooms":"0","price":"260000","area":"550"} , +{"type":"Feature","id":"n85879049","geometry":{"type":"Point","coordinates":[0.6811109,51.4575927]},"properties":{"@type":"node","@id":85879049,"@timestamp":1193245573},"coords":"51.4575927,0.6811109","bedrooms":"2","price":"263000","area":"601"} , +{"type":"Feature","id":"n85889735","geometry":{"type":"Point","coordinates":[0.7983837,51.4197688]},"properties":{"@type":"node","@id":85889735,"@timestamp":1626360552},"coords":"51.4197688,0.7983837","bedrooms":"2","price":"157000","area":"469"} , +{"type":"Feature","id":"n85909332","geometry":{"type":"Point","coordinates":[0.5029347,51.3782873]},"properties":{"@type":"node","@id":85909332,"@timestamp":1193247662},"coords":"51.3782873,0.5029347","bedrooms":"2","price":"159000","area":"485"} , +{"type":"Feature","id":"n85917821","geometry":{"type":"Point","coordinates":[0.495876,51.3807145]},"properties":{"@type":"node","@id":85917821,"@timestamp":1193565869},"coords":"51.3807145,0.495876","bedrooms":"1","price":"193000","area":"447"} , +{"type":"Feature","id":"n85926195","geometry":{"type":"Point","coordinates":[0.474559,51.3081605]},"properties":{"@type":"node","@id":85926195,"@timestamp":1193248564},"coords":"51.3081605,0.474559","bedrooms":"0","price":"230000","area":"528"} , +{"type":"Feature","id":"n85998414","geometry":{"type":"Point","coordinates":[-1.0985108,51.5809425]},"properties":{"@type":"node","@id":85998414,"@timestamp":1193254390},"coords":"51.5809425,-1.0985108","bedrooms":"1","price":"154000","area":"573"} , +{"type":"Feature","id":"n85998452","geometry":{"type":"Point","coordinates":[-1.0730256,51.592414]},"properties":{"@type":"node","@id":85998452,"@timestamp":1193254393},"coords":"51.592414,-1.0730256","bedrooms":"0","price":"255000","area":"424"} , +{"type":"Feature","id":"n85998511","geometry":{"type":"Point","coordinates":[-1.0771082,51.5724303]},"properties":{"@type":"node","@id":85998511,"@timestamp":1193254399},"coords":"51.5724303,-1.0771082","bedrooms":"4","price":"272000","area":"410"} , +{"type":"Feature","id":"n86001253","geometry":{"type":"Point","coordinates":[-1.1050803,51.5349411]},"properties":{"@type":"node","@id":86001253,"@timestamp":1193255007},"coords":"51.5349411,-1.1050803","bedrooms":"2","price":"249000","area":"638"} , +{"type":"Feature","id":"n86001268","geometry":{"type":"Point","coordinates":[-1.0958956,51.5373384]},"properties":{"@type":"node","@id":86001268,"@timestamp":1193255008},"coords":"51.5373384,-1.0958956","bedrooms":"2","price":"219000","area":"604"} , +{"type":"Feature","id":"n86001286","geometry":{"type":"Point","coordinates":[-1.0963004,51.5343651]},"properties":{"@type":"node","@id":86001286,"@timestamp":1193255010},"coords":"51.5343651,-1.0963004","bedrooms":"4","price":"267000","area":"596"} , +{"type":"Feature","id":"n86008940","geometry":{"type":"Point","coordinates":[-1.064408,51.5565459]},"properties":{"@type":"node","@id":86008940,"@timestamp":1193256348},"coords":"51.5565459,-1.064408","bedrooms":"2","price":"241000","area":"633"} , +{"type":"Feature","id":"n86008982","geometry":{"type":"Point","coordinates":[-1.0608284,51.5507765]},"properties":{"@type":"node","@id":86008982,"@timestamp":1193256352},"coords":"51.5507765,-1.0608284","bedrooms":"1","price":"230000","area":"439"} , +{"type":"Feature","id":"n86009006","geometry":{"type":"Point","coordinates":[-1.0533535,51.5561037]},"properties":{"@type":"node","@id":86009006,"@timestamp":1193256354},"coords":"51.5561037,-1.0533535","bedrooms":"1","price":"189000","area":"377"} , +{"type":"Feature","id":"n86009031","geometry":{"type":"Point","coordinates":[-1.0498371,51.5506291]},"properties":{"@type":"node","@id":86009031,"@timestamp":1193256355},"coords":"51.5506291,-1.0498371","bedrooms":"3","price":"284000","area":"444"} , +{"type":"Feature","id":"n86009088","geometry":{"type":"Point","coordinates":[-1.0379824,51.5634313]},"properties":{"@type":"node","@id":86009088,"@timestamp":1193256357},"coords":"51.5634313,-1.0379824","bedrooms":"0","price":"290000","area":"372"} , +{"type":"Feature","id":"n86009134","geometry":{"type":"Point","coordinates":[-1.0487,51.5594517]},"properties":{"@type":"node","@id":86009134,"@timestamp":1193256360},"coords":"51.5594517,-1.0487","bedrooms":"1","price":"267000","area":"664"} , +{"type":"Feature","id":"n86009313","geometry":{"type":"Point","coordinates":[-1.0587017,51.5694744]},"properties":{"@type":"node","@id":86009313,"@timestamp":1193256368},"coords":"51.5694744,-1.0587017","bedrooms":"1","price":"243000","area":"352"} , +{"type":"Feature","id":"n86037253","geometry":{"type":"Point","coordinates":[-0.2041575,51.6310344]},"properties":{"@type":"node","@id":86037253,"@timestamp":1193258854},"coords":"51.6310344,-0.2041575","bedrooms":"1","price":"243000","area":"447"} , +{"type":"Feature","id":"n86037303","geometry":{"type":"Point","coordinates":[-0.2033947,51.6308591]},"properties":{"@type":"node","@id":86037303,"@timestamp":1193258855},"coords":"51.6308591,-0.2033947","bedrooms":"4","price":"273000","area":"570"} , +{"type":"Feature","id":"n86037323","geometry":{"type":"Point","coordinates":[-0.2066436,51.6279304]},"properties":{"@type":"node","@id":86037323,"@timestamp":1193258856},"coords":"51.6279304,-0.2066436","bedrooms":"1","price":"159000","area":"552"} , +{"type":"Feature","id":"n86037345","geometry":{"type":"Point","coordinates":[-0.1996655,51.6273692]},"properties":{"@type":"node","@id":86037345,"@timestamp":1193258857},"coords":"51.6273692,-0.1996655","bedrooms":"3","price":"165000","area":"483"} , +{"type":"Feature","id":"n86037374","geometry":{"type":"Point","coordinates":[-0.2011346,51.6258083]},"properties":{"@type":"node","@id":86037374,"@timestamp":1193258858},"coords":"51.6258083,-0.2011346","bedrooms":"2","price":"213000","area":"691"} , +{"type":"Feature","id":"n86037394","geometry":{"type":"Point","coordinates":[-0.2001458,51.6233003]},"properties":{"@type":"node","@id":86037394,"@timestamp":1193258858},"coords":"51.6233003,-0.2001458","bedrooms":"4","price":"194000","area":"507"} , +{"type":"Feature","id":"n86037408","geometry":{"type":"Point","coordinates":[-0.2047225,51.6246859]},"properties":{"@type":"node","@id":86037408,"@timestamp":1193258859},"coords":"51.6246859,-0.2047225","bedrooms":"4","price":"195000","area":"361"} , +{"type":"Feature","id":"n86037424","geometry":{"type":"Point","coordinates":[-0.2074911,51.6254225]},"properties":{"@type":"node","@id":86037424,"@timestamp":1193258860},"coords":"51.6254225,-0.2074911","bedrooms":"3","price":"238000","area":"677"} , +{"type":"Feature","id":"n86044004","geometry":{"type":"Point","coordinates":[-0.2385656,51.6779092]},"properties":{"@type":"node","@id":86044004,"@timestamp":1193259533},"coords":"51.6779092,-0.2385656","bedrooms":"0","price":"224000","area":"364"} , +{"type":"Feature","id":"n86044286","geometry":{"type":"Point","coordinates":[-0.2436677,51.6785157]},"properties":{"@type":"node","@id":86044286,"@timestamp":1193259556},"coords":"51.6785157,-0.2436677","bedrooms":"2","price":"184000","area":"570"} , +{"type":"Feature","id":"n86061425","geometry":{"type":"Point","coordinates":[-0.2023342,51.6390139]},"properties":{"@type":"node","@id":86061425,"@timestamp":1193261536},"coords":"51.6390139,-0.2023342","bedrooms":"3","price":"264000","area":"414"} , +{"type":"Feature","id":"n86068795","geometry":{"type":"Point","coordinates":[-0.2697318,51.6049489]},"properties":{"@type":"node","@id":86068795,"@timestamp":1600517113},"coords":"51.6049489,-0.2697318","bedrooms":"1","price":"168000","area":"433"} , +{"type":"Feature","id":"n86108555","geometry":{"type":"Point","coordinates":[-0.0351498,51.467503]},"properties":{"@type":"node","@id":86108555,"@timestamp":1448400269},"coords":"51.467503,-0.0351498","bedrooms":"4","price":"226000","area":"494"} , +{"type":"Feature","id":"n86164964","geometry":{"type":"Point","coordinates":[-0.1848888,51.3745593]},"properties":{"@type":"node","@id":86164964,"@timestamp":1601592598},"coords":"51.3745593,-0.1848888","bedrooms":"4","price":"241000","area":"468"} , +{"type":"Feature","id":"n86171276","geometry":{"type":"Point","coordinates":[-0.1899737,51.3723623]},"properties":{"@type":"node","@id":86171276,"@timestamp":1506162856},"coords":"51.3723623,-0.1899737","bedrooms":"2","price":"152000","area":"562"} , +{"type":"Feature","id":"n86706032","geometry":{"type":"Point","coordinates":[-0.7650488,51.2434507]},"properties":{"@type":"node","@id":86706032,"@timestamp":1496778606},"coords":"51.2434507,-0.7650488","bedrooms":"4","price":"288000","area":"478"} , +{"type":"Feature","id":"n86971754","geometry":{"type":"Point","coordinates":[-0.0458527,51.4574332]},"properties":{"@type":"node","@id":86971754,"@timestamp":1619521018},"coords":"51.4574332,-0.0458527","bedrooms":"1","price":"163000","area":"552"} , +{"type":"Feature","id":"n87030811","geometry":{"type":"Point","coordinates":[-0.2942714,51.6356454]},"properties":{"@type":"node","@id":87030811,"@timestamp":1193332271},"coords":"51.6356454,-0.2942714","bedrooms":"1","price":"287000","area":"390"} , +{"type":"Feature","id":"n87030822","geometry":{"type":"Point","coordinates":[-0.2927421,51.6355335]},"properties":{"@type":"node","@id":87030822,"@timestamp":1193332272},"coords":"51.6355335,-0.2927421","bedrooms":"3","price":"218000","area":"679"} , +{"type":"Feature","id":"n87036138","geometry":{"type":"Point","coordinates":[-0.2731539,51.6412849]},"properties":{"@type":"node","@id":87036138,"@timestamp":1193332840},"coords":"51.6412849,-0.2731539","bedrooms":"2","price":"283000","area":"485"} , +{"type":"Feature","id":"n87036160","geometry":{"type":"Point","coordinates":[-0.2687141,51.6423061]},"properties":{"@type":"node","@id":87036160,"@timestamp":1193332840},"coords":"51.6423061,-0.2687141","bedrooms":"0","price":"246000","area":"513"} , +{"type":"Feature","id":"n87036187","geometry":{"type":"Point","coordinates":[-0.2626041,51.6406583]},"properties":{"@type":"node","@id":87036187,"@timestamp":1193332841},"coords":"51.6406583,-0.2626041","bedrooms":"3","price":"267000","area":"520"} , +{"type":"Feature","id":"n87036484","geometry":{"type":"Point","coordinates":[-0.2636452,51.6339005]},"properties":{"@type":"node","@id":87036484,"@timestamp":1193332866},"coords":"51.6339005,-0.2636452","bedrooms":"4","price":"162000","area":"682"} , +{"type":"Feature","id":"n87036533","geometry":{"type":"Point","coordinates":[-0.2746354,51.638673]},"properties":{"@type":"node","@id":87036533,"@timestamp":1193332868},"coords":"51.638673,-0.2746354","bedrooms":"1","price":"289000","area":"395"} , +{"type":"Feature","id":"n87045203","geometry":{"type":"Point","coordinates":[0.01815,51.66064]},"properties":{"@type":"node","@id":87045203,"@timestamp":1193333625},"coords":"51.66064,0.01815","bedrooms":"0","price":"154000","area":"407"} , +{"type":"Feature","id":"n87045226","geometry":{"type":"Point","coordinates":[0.0174495,51.6592061]},"properties":{"@type":"node","@id":87045226,"@timestamp":1193333626},"coords":"51.6592061,0.0174495","bedrooms":"2","price":"236000","area":"653"} , +{"type":"Feature","id":"n87045247","geometry":{"type":"Point","coordinates":[0.0099548,51.6653757]},"properties":{"@type":"node","@id":87045247,"@timestamp":1193333626},"coords":"51.6653757,0.0099548","bedrooms":"0","price":"165000","area":"610"} , +{"type":"Feature","id":"n87045272","geometry":{"type":"Point","coordinates":[0.0216746,51.6748406]},"properties":{"@type":"node","@id":87045272,"@timestamp":1193333627},"coords":"51.6748406,0.0216746","bedrooms":"3","price":"177000","area":"575"} , +{"type":"Feature","id":"n87045304","geometry":{"type":"Point","coordinates":[0.0274575,51.6765919]},"properties":{"@type":"node","@id":87045304,"@timestamp":1193333628},"coords":"51.6765919,0.0274575","bedrooms":"4","price":"176000","area":"374"} , +{"type":"Feature","id":"n87045322","geometry":{"type":"Point","coordinates":[0.03073,51.6772035]},"properties":{"@type":"node","@id":87045322,"@timestamp":1193333628},"coords":"51.6772035,0.03073","bedrooms":"2","price":"185000","area":"401"} , +{"type":"Feature","id":"n87051072","geometry":{"type":"Point","coordinates":[-0.0072126,51.6478864]},"properties":{"@type":"node","@id":87051072,"@timestamp":1193334128},"coords":"51.6478864,-0.0072126","bedrooms":"0","price":"235000","area":"692"} , +{"type":"Feature","id":"n87051090","geometry":{"type":"Point","coordinates":[-0.0024984,51.6468417]},"properties":{"@type":"node","@id":87051090,"@timestamp":1193334129},"coords":"51.6468417,-0.0024984","bedrooms":"1","price":"175000","area":"540"} , +{"type":"Feature","id":"n87051136","geometry":{"type":"Point","coordinates":[-0.001416,51.6450358]},"properties":{"@type":"node","@id":87051136,"@timestamp":1193334130},"coords":"51.6450358,-0.001416","bedrooms":"3","price":"212000","area":"667"} , +{"type":"Feature","id":"n87051155","geometry":{"type":"Point","coordinates":[-0.0043504,51.643797]},"properties":{"@type":"node","@id":87051155,"@timestamp":1193334131},"coords":"51.643797,-0.0043504","bedrooms":"3","price":"220000","area":"519"} , +{"type":"Feature","id":"n87051170","geometry":{"type":"Point","coordinates":[-0.0080785,51.6453194]},"properties":{"@type":"node","@id":87051170,"@timestamp":1193334132},"coords":"51.6453194,-0.0080785","bedrooms":"3","price":"263000","area":"516"} , +{"type":"Feature","id":"n87071252","geometry":{"type":"Point","coordinates":[0.0344929,51.7158002]},"properties":{"@type":"node","@id":87071252,"@timestamp":1193335644},"coords":"51.7158002,0.0344929","bedrooms":"4","price":"209000","area":"418"} , +{"type":"Feature","id":"n87071318","geometry":{"type":"Point","coordinates":[0.0203078,51.7114801]},"properties":{"@type":"node","@id":87071318,"@timestamp":1193335646},"coords":"51.7114801,0.0203078","bedrooms":"4","price":"184000","area":"669"} , +{"type":"Feature","id":"n87086155","geometry":{"type":"Point","coordinates":[-0.0033294,51.7091925]},"properties":{"@type":"node","@id":87086155,"@timestamp":1243552383},"coords":"51.7091925,-0.0033294","bedrooms":"1","price":"190000","area":"589"} , +{"type":"Feature","id":"n87101089","geometry":{"type":"Point","coordinates":[-0.0830646,51.7018536]},"properties":{"@type":"node","@id":87101089,"@timestamp":1193337610},"coords":"51.7018536,-0.0830646","bedrooms":"1","price":"207000","area":"401"} , +{"type":"Feature","id":"n87101100","geometry":{"type":"Point","coordinates":[-0.0823049,51.7003604]},"properties":{"@type":"node","@id":87101100,"@timestamp":1193337611},"coords":"51.7003604,-0.0823049","bedrooms":"2","price":"194000","area":"350"} , +{"type":"Feature","id":"n87101110","geometry":{"type":"Point","coordinates":[-0.0824875,51.7038856]},"properties":{"@type":"node","@id":87101110,"@timestamp":1193337612},"coords":"51.7038856,-0.0824875","bedrooms":"0","price":"233000","area":"489"} , +{"type":"Feature","id":"n87101123","geometry":{"type":"Point","coordinates":[-0.0811328,51.702876]},"properties":{"@type":"node","@id":87101123,"@timestamp":1193337612},"coords":"51.702876,-0.0811328","bedrooms":"0","price":"179000","area":"613"} , +{"type":"Feature","id":"n87151370","geometry":{"type":"Point","coordinates":[-0.193041,51.6725044]},"properties":{"@type":"node","@id":87151370,"@timestamp":1193597802},"coords":"51.6725044,-0.193041","bedrooms":"2","price":"286000","area":"596"} , +{"type":"Feature","id":"n87151571","geometry":{"type":"Point","coordinates":[-0.1907207,51.670128]},"properties":{"@type":"node","@id":87151571,"@timestamp":1193340787},"coords":"51.670128,-0.1907207","bedrooms":"2","price":"215000","area":"627"} , +{"type":"Feature","id":"n87155467","geometry":{"type":"Point","coordinates":[-0.8403981,51.7843697]},"properties":{"@type":"node","@id":87155467,"@timestamp":1193340993},"coords":"51.7843697,-0.8403981","bedrooms":"2","price":"180000","area":"615"} , +{"type":"Feature","id":"n87191337","geometry":{"type":"Point","coordinates":[-0.194215,51.6802971]},"properties":{"@type":"node","@id":87191337,"@timestamp":1193343210},"coords":"51.6802971,-0.194215","bedrooms":"1","price":"155000","area":"459"} , +{"type":"Feature","id":"n87191371","geometry":{"type":"Point","coordinates":[-0.1931066,51.675725]},"properties":{"@type":"node","@id":87191371,"@timestamp":1193343211},"coords":"51.675725,-0.1931066","bedrooms":"1","price":"238000","area":"410"} , +{"type":"Feature","id":"n87191397","geometry":{"type":"Point","coordinates":[-0.1896231,51.6780624]},"properties":{"@type":"node","@id":87191397,"@timestamp":1193343212},"coords":"51.6780624,-0.1896231","bedrooms":"3","price":"165000","area":"610"} , +{"type":"Feature","id":"n87191417","geometry":{"type":"Point","coordinates":[-0.1882194,51.6801579]},"properties":{"@type":"node","@id":87191417,"@timestamp":1193343213},"coords":"51.6801579,-0.1882194","bedrooms":"1","price":"171000","area":"546"} , +{"type":"Feature","id":"n87191440","geometry":{"type":"Point","coordinates":[-0.1938085,51.6804158]},"properties":{"@type":"node","@id":87191440,"@timestamp":1193343213},"coords":"51.6804158,-0.1938085","bedrooms":"4","price":"273000","area":"601"} , +{"type":"Feature","id":"n87340480","geometry":{"type":"Point","coordinates":[-0.2740457,51.5439724]},"properties":{"@type":"node","@id":87340480,"@timestamp":1550334395},"coords":"51.5439724,-0.2740457","bedrooms":"3","price":"197000","area":"392"} , +{"type":"Feature","id":"n87348241","geometry":{"type":"Point","coordinates":[-0.0611136,51.3443285]},"properties":{"@type":"node","@id":87348241,"@timestamp":1616984069},"coords":"51.3443285,-0.0611136","bedrooms":"3","price":"214000","area":"493"} , +{"type":"Feature","id":"n87385910","geometry":{"type":"Point","coordinates":[-0.130629,51.6596286]},"properties":{"@type":"node","@id":87385910,"@timestamp":1193358310},"coords":"51.6596286,-0.130629","bedrooms":"1","price":"239000","area":"677"} , +{"type":"Feature","id":"n87386231","geometry":{"type":"Point","coordinates":[-0.1332589,51.662167]},"properties":{"@type":"node","@id":87386231,"@timestamp":1193359954},"coords":"51.662167,-0.1332589","bedrooms":"3","price":"154000","area":"564"} , +{"type":"Feature","id":"n87386880","geometry":{"type":"Point","coordinates":[-0.1311232,51.6616116]},"properties":{"@type":"node","@id":87386880,"@timestamp":1193358396},"coords":"51.6616116,-0.1311232","bedrooms":"1","price":"230000","area":"532"} , +{"type":"Feature","id":"n87387028","geometry":{"type":"Point","coordinates":[-0.1285169,51.6618838]},"properties":{"@type":"node","@id":87387028,"@timestamp":1193358411},"coords":"51.6618838,-0.1285169","bedrooms":"2","price":"242000","area":"408"} , +{"type":"Feature","id":"n87387391","geometry":{"type":"Point","coordinates":[-0.1283363,51.6646529]},"properties":{"@type":"node","@id":87387391,"@timestamp":1193358457},"coords":"51.6646529,-0.1283363","bedrooms":"4","price":"243000","area":"470"} , +{"type":"Feature","id":"n87387572","geometry":{"type":"Point","coordinates":[-0.1321813,51.664973]},"properties":{"@type":"node","@id":87387572,"@timestamp":1193358509},"coords":"51.664973,-0.1321813","bedrooms":"4","price":"238000","area":"357"} , +{"type":"Feature","id":"n87387816","geometry":{"type":"Point","coordinates":[-0.1373372,51.6636253]},"properties":{"@type":"node","@id":87387816,"@timestamp":1193358560},"coords":"51.6636253,-0.1373372","bedrooms":"2","price":"260000","area":"608"} , +{"type":"Feature","id":"n87388068","geometry":{"type":"Point","coordinates":[-0.1382042,51.6646049]},"properties":{"@type":"node","@id":87388068,"@timestamp":1193358622},"coords":"51.6646049,-0.1382042","bedrooms":"3","price":"196000","area":"388"} , +{"type":"Feature","id":"n87388155","geometry":{"type":"Point","coordinates":[-0.1412389,51.6657381]},"properties":{"@type":"node","@id":87388155,"@timestamp":1193358651},"coords":"51.6657381,-0.1412389","bedrooms":"4","price":"205000","area":"445"} , +{"type":"Feature","id":"n87388203","geometry":{"type":"Point","coordinates":[-0.1399693,51.6642976]},"properties":{"@type":"node","@id":87388203,"@timestamp":1193358659},"coords":"51.6642976,-0.1399693","bedrooms":"3","price":"213000","area":"420"} , +{"type":"Feature","id":"n87413141","geometry":{"type":"Point","coordinates":[-0.1403326,51.6580748]},"properties":{"@type":"node","@id":87413141,"@timestamp":1193360965},"coords":"51.6580748,-0.1403326","bedrooms":"3","price":"201000","area":"394"} , +{"type":"Feature","id":"n87413339","geometry":{"type":"Point","coordinates":[-0.1408207,51.6599917]},"properties":{"@type":"node","@id":87413339,"@timestamp":1193360985},"coords":"51.6599917,-0.1408207","bedrooms":"4","price":"253000","area":"484"} , +{"type":"Feature","id":"n87413575","geometry":{"type":"Point","coordinates":[-0.1338116,51.6614077]},"properties":{"@type":"node","@id":87413575,"@timestamp":1193361011},"coords":"51.6614077,-0.1338116","bedrooms":"4","price":"250000","area":"573"} , +{"type":"Feature","id":"n87414311","geometry":{"type":"Point","coordinates":[-0.1324282,51.6647645]},"properties":{"@type":"node","@id":87414311,"@timestamp":1193361097},"coords":"51.6647645,-0.1324282","bedrooms":"4","price":"237000","area":"638"} , +{"type":"Feature","id":"n87415469","geometry":{"type":"Point","coordinates":[-0.1286432,51.664808]},"properties":{"@type":"node","@id":87415469,"@timestamp":1193361213},"coords":"51.664808,-0.1286432","bedrooms":"0","price":"195000","area":"513"} , +{"type":"Feature","id":"n87415632","geometry":{"type":"Point","coordinates":[-0.1300095,51.6645115]},"properties":{"@type":"node","@id":87415632,"@timestamp":1193361228},"coords":"51.6645115,-0.1300095","bedrooms":"3","price":"150000","area":"364"} , +{"type":"Feature","id":"n87510981","geometry":{"type":"Point","coordinates":[-0.1249687,51.530599]},"properties":{"@type":"node","@id":87510981,"@timestamp":1490906537},"coords":"51.530599,-0.1249687","bedrooms":"0","price":"289000","area":"587"} , +{"type":"Feature","id":"n87738102","geometry":{"type":"Point","coordinates":[-0.5758014,51.2476447]},"properties":{"@type":"node","@id":87738102,"@timestamp":1193392260},"coords":"51.2476447,-0.5758014","bedrooms":"2","price":"278000","area":"400"} , +{"type":"Feature","id":"n87794655","geometry":{"type":"Point","coordinates":[-0.8424872,51.7803608]},"properties":{"@type":"node","@id":87794655,"@timestamp":1193398507},"coords":"51.7803608,-0.8424872","bedrooms":"4","price":"267000","area":"490"} , +{"type":"Feature","id":"n87794680","geometry":{"type":"Point","coordinates":[-0.8552055,51.7924702]},"properties":{"@type":"node","@id":87794680,"@timestamp":1193398510},"coords":"51.7924702,-0.8552055","bedrooms":"3","price":"204000","area":"599"} , +{"type":"Feature","id":"n87820902","geometry":{"type":"Point","coordinates":[-0.8908727,51.7895117]},"properties":{"@type":"node","@id":87820902,"@timestamp":1193400802},"coords":"51.7895117,-0.8908727","bedrooms":"4","price":"265000","area":"509"} , +{"type":"Feature","id":"n87820970","geometry":{"type":"Point","coordinates":[-0.890594,51.7896855]},"properties":{"@type":"node","@id":87820970,"@timestamp":1193400805},"coords":"51.7896855,-0.890594","bedrooms":"1","price":"247000","area":"592"} , +{"type":"Feature","id":"n87821030","geometry":{"type":"Point","coordinates":[-0.8481199,51.8012012]},"properties":{"@type":"node","@id":87821030,"@timestamp":1531552259},"coords":"51.8012012,-0.8481199","bedrooms":"4","price":"237000","area":"383"} , +{"type":"Feature","id":"n87827842","geometry":{"type":"Point","coordinates":[-0.6933807,51.7578755]},"properties":{"@type":"node","@id":87827842,"@timestamp":1193401655},"coords":"51.7578755,-0.6933807","bedrooms":"4","price":"228000","area":"592"} , +{"type":"Feature","id":"n87870953","geometry":{"type":"Point","coordinates":[-0.6908317,51.7778808]},"properties":{"@type":"node","@id":87870953,"@timestamp":1193405550},"coords":"51.7778808,-0.6908317","bedrooms":"1","price":"215000","area":"560"} , +{"type":"Feature","id":"n87882643","geometry":{"type":"Point","coordinates":[-0.6131708,51.7045363]},"properties":{"@type":"node","@id":87882643,"@timestamp":1350497739},"coords":"51.7045363,-0.6131708","bedrooms":"2","price":"158000","area":"441"} , +{"type":"Feature","id":"n87929492","geometry":{"type":"Point","coordinates":[-0.278861,51.60602]},"properties":{"@type":"node","@id":87929492,"@timestamp":1621693402},"coords":"51.60602,-0.278861","bedrooms":"4","price":"274000","area":"356"} , +{"type":"Feature","id":"n87936462","geometry":{"type":"Point","coordinates":[-0.6124425,51.7031717]},"properties":{"@type":"node","@id":87936462,"@timestamp":1256339437},"coords":"51.7031717,-0.6124425","bedrooms":"4","price":"253000","area":"592"} , +{"type":"Feature","id":"n88018315","geometry":{"type":"Point","coordinates":[-0.3913284,51.9574145]},"properties":{"@type":"node","@id":88018315,"@timestamp":1227553255},"coords":"51.9574145,-0.3913284","bedrooms":"2","price":"211000","area":"512"} , +{"type":"Feature","id":"n88022466","geometry":{"type":"Point","coordinates":[-0.3950975,51.9565907]},"properties":{"@type":"node","@id":88022466,"@timestamp":1193416518},"coords":"51.9565907,-0.3950975","bedrooms":"0","price":"162000","area":"488"} , +{"type":"Feature","id":"n88028385","geometry":{"type":"Point","coordinates":[-0.4245898,51.9690019]},"properties":{"@type":"node","@id":88028385,"@timestamp":1193416866},"coords":"51.9690019,-0.4245898","bedrooms":"3","price":"237000","area":"593"} , +{"type":"Feature","id":"n88168949","geometry":{"type":"Point","coordinates":[0.0250868,51.5084594]},"properties":{"@type":"node","@id":88168949,"@timestamp":1557139276},"coords":"51.5084594,0.0250868","bedrooms":"1","price":"169000","area":"462"} , +{"type":"Feature","id":"n88202264","geometry":{"type":"Point","coordinates":[-0.1360126,51.6916862]},"properties":{"@type":"node","@id":88202264,"@timestamp":1193429906},"coords":"51.6916862,-0.1360126","bedrooms":"2","price":"198000","area":"580"} , +{"type":"Feature","id":"n88203728","geometry":{"type":"Point","coordinates":[-0.1315841,51.6923837]},"properties":{"@type":"node","@id":88203728,"@timestamp":1193429983},"coords":"51.6923837,-0.1315841","bedrooms":"2","price":"281000","area":"584"} , +{"type":"Feature","id":"n88204257","geometry":{"type":"Point","coordinates":[-0.1373556,51.6925637]},"properties":{"@type":"node","@id":88204257,"@timestamp":1193430012},"coords":"51.6925637,-0.1373556","bedrooms":"2","price":"199000","area":"632"} , +{"type":"Feature","id":"n88205174","geometry":{"type":"Point","coordinates":[-0.1474468,51.6921587]},"properties":{"@type":"node","@id":88205174,"@timestamp":1193430069},"coords":"51.6921587,-0.1474468","bedrooms":"3","price":"209000","area":"388"} , +{"type":"Feature","id":"n88206516","geometry":{"type":"Point","coordinates":[-0.1568483,51.6956238]},"properties":{"@type":"node","@id":88206516,"@timestamp":1193430150},"coords":"51.6956238,-0.1568483","bedrooms":"4","price":"171000","area":"612"} , +{"type":"Feature","id":"n88206921","geometry":{"type":"Point","coordinates":[-0.1495522,51.6921812]},"properties":{"@type":"node","@id":88206921,"@timestamp":1193430174},"coords":"51.6921812,-0.1495522","bedrooms":"3","price":"211000","area":"665"} , +{"type":"Feature","id":"n88209106","geometry":{"type":"Point","coordinates":[-0.1571024,51.6977162]},"properties":{"@type":"node","@id":88209106,"@timestamp":1193430301},"coords":"51.6977162,-0.1571024","bedrooms":"4","price":"226000","area":"575"} , +{"type":"Feature","id":"n88209519","geometry":{"type":"Point","coordinates":[-0.1493962,51.7007412]},"properties":{"@type":"node","@id":88209519,"@timestamp":1193430328},"coords":"51.7007412,-0.1493962","bedrooms":"0","price":"185000","area":"432"} , +{"type":"Feature","id":"n88261415","geometry":{"type":"Point","coordinates":[-0.1367928,51.6497518]},"properties":{"@type":"node","@id":88261415,"@timestamp":1193433671},"coords":"51.6497518,-0.1367928","bedrooms":"3","price":"193000","area":"527"} , +{"type":"Feature","id":"n88261437","geometry":{"type":"Point","coordinates":[-0.1400789,51.6521118]},"properties":{"@type":"node","@id":88261437,"@timestamp":1193433672},"coords":"51.6521118,-0.1400789","bedrooms":"3","price":"243000","area":"354"} , +{"type":"Feature","id":"n88261449","geometry":{"type":"Point","coordinates":[-0.1378278,51.6513412]},"properties":{"@type":"node","@id":88261449,"@timestamp":1193433673},"coords":"51.6513412,-0.1378278","bedrooms":"1","price":"190000","area":"354"} , +{"type":"Feature","id":"n88261465","geometry":{"type":"Point","coordinates":[-0.1394152,51.652807]},"properties":{"@type":"node","@id":88261465,"@timestamp":1193433673},"coords":"51.652807,-0.1394152","bedrooms":"0","price":"231000","area":"427"} , +{"type":"Feature","id":"n88266727","geometry":{"type":"Point","coordinates":[0.0566239,51.4515065]},"properties":{"@type":"node","@id":88266727,"@timestamp":1605088360},"coords":"51.4515065,0.0566239","bedrooms":"1","price":"150000","area":"393"} , +{"type":"Feature","id":"n88283233","geometry":{"type":"Point","coordinates":[-0.1496978,51.6598049]},"properties":{"@type":"node","@id":88283233,"@timestamp":1193435080},"coords":"51.6598049,-0.1496978","bedrooms":"4","price":"299000","area":"664"} , +{"type":"Feature","id":"n88283259","geometry":{"type":"Point","coordinates":[-0.1467347,51.6578893]},"properties":{"@type":"node","@id":88283259,"@timestamp":1193435730},"coords":"51.6578893,-0.1467347","bedrooms":"4","price":"151000","area":"485"} , +{"type":"Feature","id":"n88283276","geometry":{"type":"Point","coordinates":[-0.1462977,51.6553703]},"properties":{"@type":"node","@id":88283276,"@timestamp":1193435081},"coords":"51.6553703,-0.1462977","bedrooms":"0","price":"215000","area":"436"} , +{"type":"Feature","id":"n88283302","geometry":{"type":"Point","coordinates":[-0.1413905,51.656164]},"properties":{"@type":"node","@id":88283302,"@timestamp":1193435082},"coords":"51.656164,-0.1413905","bedrooms":"0","price":"189000","area":"578"} , +{"type":"Feature","id":"n88283322","geometry":{"type":"Point","coordinates":[-0.1405929,51.6550154]},"properties":{"@type":"node","@id":88283322,"@timestamp":1193435083},"coords":"51.6550154,-0.1405929","bedrooms":"4","price":"280000","area":"369"} , +{"type":"Feature","id":"n88283340","geometry":{"type":"Point","coordinates":[-0.1422307,51.6541053]},"properties":{"@type":"node","@id":88283340,"@timestamp":1193435083},"coords":"51.6541053,-0.1422307","bedrooms":"4","price":"224000","area":"522"} , +{"type":"Feature","id":"n88283352","geometry":{"type":"Point","coordinates":[-0.1449937,51.6545118]},"properties":{"@type":"node","@id":88283352,"@timestamp":1193435084},"coords":"51.6545118,-0.1449937","bedrooms":"0","price":"179000","area":"437"} , +{"type":"Feature","id":"n88283381","geometry":{"type":"Point","coordinates":[-0.1506904,51.6542909]},"properties":{"@type":"node","@id":88283381,"@timestamp":1193435085},"coords":"51.6542909,-0.1506904","bedrooms":"0","price":"210000","area":"645"} , +{"type":"Feature","id":"n88283403","geometry":{"type":"Point","coordinates":[-0.1490099,51.6536459]},"properties":{"@type":"node","@id":88283403,"@timestamp":1193435085},"coords":"51.6536459,-0.1490099","bedrooms":"1","price":"208000","area":"622"} , +{"type":"Feature","id":"n88283423","geometry":{"type":"Point","coordinates":[-0.1493517,51.6554483]},"properties":{"@type":"node","@id":88283423,"@timestamp":1193435086},"coords":"51.6554483,-0.1493517","bedrooms":"3","price":"259000","area":"539"} , +{"type":"Feature","id":"n88294779","geometry":{"type":"Point","coordinates":[-0.1495713,51.6558984]},"properties":{"@type":"node","@id":88294779,"@timestamp":1193437112},"coords":"51.6558984,-0.1495713","bedrooms":"3","price":"207000","area":"533"} , +{"type":"Feature","id":"n88294847","geometry":{"type":"Point","coordinates":[-0.1477741,51.6547233]},"properties":{"@type":"node","@id":88294847,"@timestamp":1193437127},"coords":"51.6547233,-0.1477741","bedrooms":"0","price":"254000","area":"643"} , +{"type":"Feature","id":"n88294867","geometry":{"type":"Point","coordinates":[-0.1506592,51.6535494]},"properties":{"@type":"node","@id":88294867,"@timestamp":1193437141},"coords":"51.6535494,-0.1506592","bedrooms":"3","price":"270000","area":"599"} , +{"type":"Feature","id":"n88301622","geometry":{"type":"Point","coordinates":[0.0210264,51.4623811]},"properties":{"@type":"node","@id":88301622,"@timestamp":1513081034},"coords":"51.4623811,0.0210264","bedrooms":"1","price":"273000","area":"410"} , +{"type":"Feature","id":"n88342026","geometry":{"type":"Point","coordinates":[-0.1391293,51.6529888]},"properties":{"@type":"node","@id":88342026,"@timestamp":1193440512},"coords":"51.6529888,-0.1391293","bedrooms":"0","price":"208000","area":"577"} , +{"type":"Feature","id":"n88342831","geometry":{"type":"Point","coordinates":[-0.1379849,51.6512395]},"properties":{"@type":"node","@id":88342831,"@timestamp":1193440507},"coords":"51.6512395,-0.1379849","bedrooms":"0","price":"237000","area":"426"} , +{"type":"Feature","id":"n88342853","geometry":{"type":"Point","coordinates":[-0.1418341,51.6505594]},"properties":{"@type":"node","@id":88342853,"@timestamp":1193440506},"coords":"51.6505594,-0.1418341","bedrooms":"3","price":"172000","area":"374"} , +{"type":"Feature","id":"n88342864","geometry":{"type":"Point","coordinates":[-0.1362185,51.6496113]},"properties":{"@type":"node","@id":88342864,"@timestamp":1193440506},"coords":"51.6496113,-0.1362185","bedrooms":"2","price":"260000","area":"667"} , +{"type":"Feature","id":"n88342877","geometry":{"type":"Point","coordinates":[-0.1421693,51.6559932]},"properties":{"@type":"node","@id":88342877,"@timestamp":1193440506},"coords":"51.6559932,-0.1421693","bedrooms":"4","price":"157000","area":"519"} , +{"type":"Feature","id":"n88342897","geometry":{"type":"Point","coordinates":[-0.1401104,51.6551071]},"properties":{"@type":"node","@id":88342897,"@timestamp":1193440505},"coords":"51.6551071,-0.1401104","bedrooms":"3","price":"183000","area":"469"} , +{"type":"Feature","id":"n88342923","geometry":{"type":"Point","coordinates":[-0.1420152,51.6541469]},"properties":{"@type":"node","@id":88342923,"@timestamp":1193440504},"coords":"51.6541469,-0.1420152","bedrooms":"1","price":"236000","area":"631"} , +{"type":"Feature","id":"n88342945","geometry":{"type":"Point","coordinates":[-0.1446799,51.6544018]},"properties":{"@type":"node","@id":88342945,"@timestamp":1193440500},"coords":"51.6544018,-0.1446799","bedrooms":"0","price":"276000","area":"545"} , +{"type":"Feature","id":"n88376274","geometry":{"type":"Point","coordinates":[-0.1331003,51.649134]},"properties":{"@type":"node","@id":88376274,"@timestamp":1193617405},"coords":"51.649134,-0.1331003","bedrooms":"1","price":"183000","area":"414"} , +{"type":"Feature","id":"n88783656","geometry":{"type":"Point","coordinates":[-0.0104076,51.4703412]},"properties":{"@type":"node","@id":88783656,"@timestamp":1602635768},"coords":"51.4703412,-0.0104076","bedrooms":"3","price":"225000","area":"476"} , +{"type":"Feature","id":"n88823209","geometry":{"type":"Point","coordinates":[0.0127051,51.4952505]},"properties":{"@type":"node","@id":88823209,"@timestamp":1528080171},"coords":"51.4952505,0.0127051","bedrooms":"2","price":"182000","area":"466"} , +{"type":"Feature","id":"n88853354","geometry":{"type":"Point","coordinates":[0.0651569,51.4590627]},"properties":{"@type":"node","@id":88853354,"@timestamp":1379779060},"coords":"51.4590627,0.0651569","bedrooms":"2","price":"187000","area":"482"} , +{"type":"Feature","id":"n88907007","geometry":{"type":"Point","coordinates":[-0.2796724,51.5608062]},"properties":{"@type":"node","@id":88907007,"@timestamp":1626018315},"coords":"51.5608062,-0.2796724","bedrooms":"2","price":"155000","area":"382"} , +{"type":"Feature","id":"n89070936","geometry":{"type":"Point","coordinates":[-0.0209743,51.346152]},"properties":{"@type":"node","@id":89070936,"@timestamp":1348699842},"coords":"51.346152,-0.0209743","bedrooms":"2","price":"179000","area":"446"} , +{"type":"Feature","id":"n89110101","geometry":{"type":"Point","coordinates":[-0.4926767,51.7498637]},"properties":{"@type":"node","@id":89110101,"@timestamp":1607631692},"coords":"51.7498637,-0.4926767","bedrooms":"2","price":"209000","area":"470"} , +{"type":"Feature","id":"n89119941","geometry":{"type":"Point","coordinates":[-0.2640799,51.5826429]},"properties":{"@type":"node","@id":89119941,"@timestamp":1220734733},"coords":"51.5826429,-0.2640799","bedrooms":"0","price":"256000","area":"457"} , +{"type":"Feature","id":"n89124500","geometry":{"type":"Point","coordinates":[-0.2580059,51.5874672]},"properties":{"@type":"node","@id":89124500,"@timestamp":1318887552},"coords":"51.5874672,-0.2580059","bedrooms":"0","price":"173000","area":"544"} , +{"type":"Feature","id":"n89126090","geometry":{"type":"Point","coordinates":[-0.6746128,51.9420327]},"properties":{"@type":"node","@id":89126090,"@timestamp":1193503566},"coords":"51.9420327,-0.6746128","bedrooms":"1","price":"207000","area":"652"} , +{"type":"Feature","id":"n89126122","geometry":{"type":"Point","coordinates":[-0.680407,51.9757633]},"properties":{"@type":"node","@id":89126122,"@timestamp":1193503569},"coords":"51.9757633,-0.680407","bedrooms":"3","price":"242000","area":"359"} , +{"type":"Feature","id":"n89126149","geometry":{"type":"Point","coordinates":[-0.6445278,51.9838485]},"properties":{"@type":"node","@id":89126149,"@timestamp":1239062174},"coords":"51.9838485,-0.6445278","bedrooms":"0","price":"234000","area":"676"} , +{"type":"Feature","id":"n89130263","geometry":{"type":"Point","coordinates":[-0.2562224,51.5349777]},"properties":{"@type":"node","@id":89130263,"@timestamp":1603023753},"coords":"51.5349777,-0.2562224","bedrooms":"3","price":"155000","area":"512"} , +{"type":"Feature","id":"n89133802","geometry":{"type":"Point","coordinates":[-0.2772986,51.5439935]},"properties":{"@type":"node","@id":89133802,"@timestamp":1603023753},"coords":"51.5439935,-0.2772986","bedrooms":"0","price":"169000","area":"573"} , +{"type":"Feature","id":"n89134695","geometry":{"type":"Point","coordinates":[-0.2711526,51.5408567]},"properties":{"@type":"node","@id":89134695,"@timestamp":1377597198},"coords":"51.5408567,-0.2711526","bedrooms":"4","price":"204000","area":"410"} , +{"type":"Feature","id":"n89135637","geometry":{"type":"Point","coordinates":[-0.1742526,51.7099919]},"properties":{"@type":"node","@id":89135637,"@timestamp":1193505863},"coords":"51.7099919,-0.1742526","bedrooms":"2","price":"204000","area":"393"} , +{"type":"Feature","id":"n89135650","geometry":{"type":"Point","coordinates":[-0.1747046,51.7107246]},"properties":{"@type":"node","@id":89135650,"@timestamp":1193505864},"coords":"51.7107246,-0.1747046","bedrooms":"2","price":"204000","area":"611"} , +{"type":"Feature","id":"n89135660","geometry":{"type":"Point","coordinates":[-0.1761305,51.7107892]},"properties":{"@type":"node","@id":89135660,"@timestamp":1193505865},"coords":"51.7107892,-0.1761305","bedrooms":"1","price":"208000","area":"430"} , +{"type":"Feature","id":"n89135671","geometry":{"type":"Point","coordinates":[-0.1699403,51.7176195]},"properties":{"@type":"node","@id":89135671,"@timestamp":1193505865},"coords":"51.7176195,-0.1699403","bedrooms":"1","price":"206000","area":"508"} , +{"type":"Feature","id":"n89135681","geometry":{"type":"Point","coordinates":[-0.1655586,51.7144307]},"properties":{"@type":"node","@id":89135681,"@timestamp":1193505866},"coords":"51.7144307,-0.1655586","bedrooms":"2","price":"295000","area":"378"} , +{"type":"Feature","id":"n89135692","geometry":{"type":"Point","coordinates":[-0.1729311,51.7138705]},"properties":{"@type":"node","@id":89135692,"@timestamp":1193505867},"coords":"51.7138705,-0.1729311","bedrooms":"2","price":"297000","area":"643"} , +{"type":"Feature","id":"n89135702","geometry":{"type":"Point","coordinates":[-0.1721319,51.7139022]},"properties":{"@type":"node","@id":89135702,"@timestamp":1193505867},"coords":"51.7139022,-0.1721319","bedrooms":"4","price":"187000","area":"393"} , +{"type":"Feature","id":"n89135712","geometry":{"type":"Point","coordinates":[-0.1650417,51.7141426]},"properties":{"@type":"node","@id":89135712,"@timestamp":1193505868},"coords":"51.7141426,-0.1650417","bedrooms":"1","price":"273000","area":"455"} , +{"type":"Feature","id":"n89135722","geometry":{"type":"Point","coordinates":[-0.1620733,51.7134242]},"properties":{"@type":"node","@id":89135722,"@timestamp":1193505869},"coords":"51.7134242,-0.1620733","bedrooms":"3","price":"245000","area":"476"} , +{"type":"Feature","id":"n89135734","geometry":{"type":"Point","coordinates":[-0.1654156,51.7074234]},"properties":{"@type":"node","@id":89135734,"@timestamp":1193505870},"coords":"51.7074234,-0.1654156","bedrooms":"4","price":"241000","area":"537"} , +{"type":"Feature","id":"n89135752","geometry":{"type":"Point","coordinates":[-0.1690122,51.7122228]},"properties":{"@type":"node","@id":89135752,"@timestamp":1193505871},"coords":"51.7122228,-0.1690122","bedrooms":"4","price":"273000","area":"476"} , +{"type":"Feature","id":"n89135763","geometry":{"type":"Point","coordinates":[-0.1616015,51.7154034]},"properties":{"@type":"node","@id":89135763,"@timestamp":1193505872},"coords":"51.7154034,-0.1616015","bedrooms":"4","price":"291000","area":"555"} , +{"type":"Feature","id":"n89137141","geometry":{"type":"Point","coordinates":[-0.2136308,51.7234458]},"properties":{"@type":"node","@id":89137141,"@timestamp":1193506366},"coords":"51.7234458,-0.2136308","bedrooms":"0","price":"250000","area":"561"} , +{"type":"Feature","id":"n89137151","geometry":{"type":"Point","coordinates":[-0.2146196,51.7190798]},"properties":{"@type":"node","@id":89137151,"@timestamp":1193506367},"coords":"51.7190798,-0.2146196","bedrooms":"2","price":"286000","area":"548"} , +{"type":"Feature","id":"n89139533","geometry":{"type":"Point","coordinates":[-0.176355,51.7315204]},"properties":{"@type":"node","@id":89139533,"@timestamp":1193507216},"coords":"51.7315204,-0.176355","bedrooms":"3","price":"196000","area":"367"} , +{"type":"Feature","id":"n89140784","geometry":{"type":"Point","coordinates":[-0.1769008,51.7249319]},"properties":{"@type":"node","@id":89140784,"@timestamp":1193507701},"coords":"51.7249319,-0.1769008","bedrooms":"2","price":"260000","area":"442"} , +{"type":"Feature","id":"n89140801","geometry":{"type":"Point","coordinates":[-0.1774521,51.7233898]},"properties":{"@type":"node","@id":89140801,"@timestamp":1193507986},"coords":"51.7233898,-0.1774521","bedrooms":"4","price":"295000","area":"574"} , +{"type":"Feature","id":"n89140831","geometry":{"type":"Point","coordinates":[-0.1839873,51.719453]},"properties":{"@type":"node","@id":89140831,"@timestamp":1193507703},"coords":"51.719453,-0.1839873","bedrooms":"3","price":"272000","area":"573"} , +{"type":"Feature","id":"n89140880","geometry":{"type":"Point","coordinates":[-0.2040942,51.7269825]},"properties":{"@type":"node","@id":89140880,"@timestamp":1193507987},"coords":"51.7269825,-0.2040942","bedrooms":"3","price":"229000","area":"548"} , +{"type":"Feature","id":"n89140896","geometry":{"type":"Point","coordinates":[-0.1973662,51.7231848]},"properties":{"@type":"node","@id":89140896,"@timestamp":1193507988},"coords":"51.7231848,-0.1973662","bedrooms":"0","price":"233000","area":"668"} , +{"type":"Feature","id":"n89140915","geometry":{"type":"Point","coordinates":[-0.1842902,51.723605]},"properties":{"@type":"node","@id":89140915,"@timestamp":1193507988},"coords":"51.723605,-0.1842902","bedrooms":"1","price":"201000","area":"456"} , +{"type":"Feature","id":"n89140929","geometry":{"type":"Point","coordinates":[-0.1805306,51.7256969]},"properties":{"@type":"node","@id":89140929,"@timestamp":1193507989},"coords":"51.7256969,-0.1805306","bedrooms":"2","price":"168000","area":"429"} , +{"type":"Feature","id":"n89160714","geometry":{"type":"Point","coordinates":[-0.2297341,51.7325975]},"properties":{"@type":"node","@id":89160714,"@timestamp":1193508871},"coords":"51.7325975,-0.2297341","bedrooms":"2","price":"298000","area":"458"} , +{"type":"Feature","id":"n89160760","geometry":{"type":"Point","coordinates":[-0.2280321,51.7304516]},"properties":{"@type":"node","@id":89160760,"@timestamp":1193508872},"coords":"51.7304516,-0.2280321","bedrooms":"1","price":"242000","area":"385"} , +{"type":"Feature","id":"n89170507","geometry":{"type":"Point","coordinates":[-0.2184324,51.7324836]},"properties":{"@type":"node","@id":89170507,"@timestamp":1193509450},"coords":"51.7324836,-0.2184324","bedrooms":"4","price":"275000","area":"624"} , +{"type":"Feature","id":"n89176491","geometry":{"type":"Point","coordinates":[-0.2218617,51.7431488]},"properties":{"@type":"node","@id":89176491,"@timestamp":1197997531},"coords":"51.7431488,-0.2218617","bedrooms":"3","price":"228000","area":"463"} , +{"type":"Feature","id":"n89180428","geometry":{"type":"Point","coordinates":[-0.7025673,51.9289207]},"properties":{"@type":"node","@id":89180428,"@timestamp":1193510082},"coords":"51.9289207,-0.7025673","bedrooms":"1","price":"193000","area":"540"} , +{"type":"Feature","id":"n89182726","geometry":{"type":"Point","coordinates":[-0.0212591,51.8152925]},"properties":{"@type":"node","@id":89182726,"@timestamp":1486393607},"coords":"51.8152925,-0.0212591","bedrooms":"0","price":"173000","area":"511"} , +{"type":"Feature","id":"n89226718","geometry":{"type":"Point","coordinates":[-0.18972,51.4488035]},"properties":{"@type":"node","@id":89226718,"@timestamp":1598717121},"coords":"51.4488035,-0.18972","bedrooms":"1","price":"209000","area":"353"} , +{"type":"Feature","id":"n89281277","geometry":{"type":"Point","coordinates":[-0.1649656,51.7152367]},"properties":{"@type":"node","@id":89281277,"@timestamp":1193517460},"coords":"51.7152367,-0.1649656","bedrooms":"3","price":"188000","area":"537"} , +{"type":"Feature","id":"n89294408","geometry":{"type":"Point","coordinates":[-0.1659056,51.7156265]},"properties":{"@type":"node","@id":89294408,"@timestamp":1193518372},"coords":"51.7156265,-0.1659056","bedrooms":"0","price":"232000","area":"391"} , +{"type":"Feature","id":"n89302057","geometry":{"type":"Point","coordinates":[-0.1651253,51.7143745]},"properties":{"@type":"node","@id":89302057,"@timestamp":1193518828},"coords":"51.7143745,-0.1651253","bedrooms":"0","price":"228000","area":"416"} , +{"type":"Feature","id":"n89303720","geometry":{"type":"Point","coordinates":[-0.1671846,51.7151597]},"properties":{"@type":"node","@id":89303720,"@timestamp":1193520012},"coords":"51.7151597,-0.1671846","bedrooms":"2","price":"164000","area":"674"} , +{"type":"Feature","id":"n89365453","geometry":{"type":"Point","coordinates":[-0.7695188,51.1033702]},"properties":{"@type":"node","@id":89365453,"@timestamp":1477259449},"coords":"51.1033702,-0.7695188","bedrooms":"3","price":"208000","area":"495"} , +{"type":"Feature","id":"n89415812","geometry":{"type":"Point","coordinates":[-0.2453618,51.5309861]},"properties":{"@type":"node","@id":89415812,"@timestamp":1603023753},"coords":"51.5309861,-0.2453618","bedrooms":"1","price":"192000","area":"406"} , +{"type":"Feature","id":"n89418703","geometry":{"type":"Point","coordinates":[-0.2138737,51.5240687]},"properties":{"@type":"node","@id":89418703,"@timestamp":1269941740},"coords":"51.5240687,-0.2138737","bedrooms":"0","price":"188000","area":"566"} , +{"type":"Feature","id":"n89456179","geometry":{"type":"Point","coordinates":[-0.0324515,51.3246297]},"properties":{"@type":"node","@id":89456179,"@timestamp":1538339614},"coords":"51.3246297,-0.0324515","bedrooms":"3","price":"211000","area":"423"} , +{"type":"Feature","id":"n89482516","geometry":{"type":"Point","coordinates":[0.0041022,51.7960511]},"properties":{"@type":"node","@id":89482516,"@timestamp":1193531144},"coords":"51.7960511,0.0041022","bedrooms":"2","price":"239000","area":"499"} , +{"type":"Feature","id":"n89482531","geometry":{"type":"Point","coordinates":[0.0030389,51.7974542]},"properties":{"@type":"node","@id":89482531,"@timestamp":1193531145},"coords":"51.7974542,0.0030389","bedrooms":"2","price":"152000","area":"678"} , +{"type":"Feature","id":"n89485559","geometry":{"type":"Point","coordinates":[0.0092706,51.7895912]},"properties":{"@type":"node","@id":89485559,"@timestamp":1193531340},"coords":"51.7895912,0.0092706","bedrooms":"0","price":"251000","area":"446"} , +{"type":"Feature","id":"n90047728","geometry":{"type":"Point","coordinates":[0.445104,51.3523747]},"properties":{"@type":"node","@id":90047728,"@timestamp":1565109178},"coords":"51.3523747,0.445104","bedrooms":"3","price":"199000","area":"632"} , +{"type":"Feature","id":"n90052852","geometry":{"type":"Point","coordinates":[-0.2740856,51.6213402]},"properties":{"@type":"node","@id":90052852,"@timestamp":1591327951},"coords":"51.6213402,-0.2740856","bedrooms":"3","price":"233000","area":"431"} , +{"type":"Feature","id":"n90062441","geometry":{"type":"Point","coordinates":[0.5648839,51.4208633]},"properties":{"@type":"node","@id":90062441,"@timestamp":1193567086},"coords":"51.4208633,0.5648839","bedrooms":"3","price":"235000","area":"436"} , +{"type":"Feature","id":"n90062455","geometry":{"type":"Point","coordinates":[0.5666928,51.4228455]},"properties":{"@type":"node","@id":90062455,"@timestamp":1193567087},"coords":"51.4228455,0.5666928","bedrooms":"4","price":"264000","area":"382"} , +{"type":"Feature","id":"n90062489","geometry":{"type":"Point","coordinates":[0.571534,51.4254105]},"properties":{"@type":"node","@id":90062489,"@timestamp":1193567088},"coords":"51.4254105,0.571534","bedrooms":"0","price":"182000","area":"497"} , +{"type":"Feature","id":"n90062513","geometry":{"type":"Point","coordinates":[0.5766698,51.4268338]},"properties":{"@type":"node","@id":90062513,"@timestamp":1193567090},"coords":"51.4268338,0.5766698","bedrooms":"1","price":"195000","area":"382"} , +{"type":"Feature","id":"n90075941","geometry":{"type":"Point","coordinates":[0.5986143,51.3857315]},"properties":{"@type":"node","@id":90075941,"@timestamp":1193568188},"coords":"51.3857315,0.5986143","bedrooms":"0","price":"221000","area":"507"} , +{"type":"Feature","id":"n90075958","geometry":{"type":"Point","coordinates":[0.598713,51.3847503]},"properties":{"@type":"node","@id":90075958,"@timestamp":1193568189},"coords":"51.3847503,0.598713","bedrooms":"4","price":"172000","area":"613"} , +{"type":"Feature","id":"n90075979","geometry":{"type":"Point","coordinates":[0.6005439,51.3839609]},"properties":{"@type":"node","@id":90075979,"@timestamp":1193568190},"coords":"51.3839609,0.6005439","bedrooms":"1","price":"192000","area":"478"} , +{"type":"Feature","id":"n90075998","geometry":{"type":"Point","coordinates":[0.6022981,51.3831934]},"properties":{"@type":"node","@id":90075998,"@timestamp":1193568191},"coords":"51.3831934,0.6022981","bedrooms":"0","price":"234000","area":"412"} , +{"type":"Feature","id":"n90077074","geometry":{"type":"Point","coordinates":[0.6046389,51.3815078]},"properties":{"@type":"node","@id":90077074,"@timestamp":1193568351},"coords":"51.3815078,0.6046389","bedrooms":"0","price":"156000","area":"629"} , +{"type":"Feature","id":"n90077087","geometry":{"type":"Point","coordinates":[0.6076868,51.3804827]},"properties":{"@type":"node","@id":90077087,"@timestamp":1193568352},"coords":"51.3804827,0.6076868","bedrooms":"3","price":"155000","area":"591"} , +{"type":"Feature","id":"n90077114","geometry":{"type":"Point","coordinates":[0.6128435,51.3786973]},"properties":{"@type":"node","@id":90077114,"@timestamp":1193568354},"coords":"51.3786973,0.6128435","bedrooms":"3","price":"273000","area":"528"} , +{"type":"Feature","id":"n90082175","geometry":{"type":"Point","coordinates":[0.6146368,51.3782622]},"properties":{"@type":"node","@id":90082175,"@timestamp":1193568672},"coords":"51.3782622,0.6146368","bedrooms":"4","price":"269000","area":"402"} , +{"type":"Feature","id":"n90082328","geometry":{"type":"Point","coordinates":[0.615667,51.3755669]},"properties":{"@type":"node","@id":90082328,"@timestamp":1193568677},"coords":"51.3755669,0.615667","bedrooms":"3","price":"196000","area":"477"} , +{"type":"Feature","id":"n90082359","geometry":{"type":"Point","coordinates":[0.6169376,51.3768714]},"properties":{"@type":"node","@id":90082359,"@timestamp":1193568678},"coords":"51.3768714,0.6169376","bedrooms":"3","price":"253000","area":"641"} , +{"type":"Feature","id":"n90083977","geometry":{"type":"Point","coordinates":[0.6210316,51.3736184]},"properties":{"@type":"node","@id":90083977,"@timestamp":1459076551},"coords":"51.3736184,0.6210316","bedrooms":"3","price":"174000","area":"666"} , +{"type":"Feature","id":"n90095679","geometry":{"type":"Point","coordinates":[0.7293472,51.3767648]},"properties":{"@type":"node","@id":90095679,"@timestamp":1260833721},"coords":"51.3767648,0.7293472","bedrooms":"4","price":"273000","area":"505"} , +{"type":"Feature","id":"n90099744","geometry":{"type":"Point","coordinates":[0.0174174,51.4891238]},"properties":{"@type":"node","@id":90099744,"@timestamp":1550973949},"coords":"51.4891238,0.0174174","bedrooms":"4","price":"189000","area":"606"} , +{"type":"Feature","id":"n90110922","geometry":{"type":"Point","coordinates":[0.7523792,51.3917398]},"properties":{"@type":"node","@id":90110922,"@timestamp":1193570608},"coords":"51.3917398,0.7523792","bedrooms":"4","price":"261000","area":"514"} , +{"type":"Feature","id":"n90110961","geometry":{"type":"Point","coordinates":[0.7548806,51.3950037]},"properties":{"@type":"node","@id":90110961,"@timestamp":1193570610},"coords":"51.3950037,0.7548806","bedrooms":"1","price":"205000","area":"669"} , +{"type":"Feature","id":"n90111009","geometry":{"type":"Point","coordinates":[0.7596923,51.397664]},"properties":{"@type":"node","@id":90111009,"@timestamp":1193570612},"coords":"51.397664,0.7596923","bedrooms":"1","price":"245000","area":"619"} , +{"type":"Feature","id":"n90111043","geometry":{"type":"Point","coordinates":[0.7708407,51.4028992]},"properties":{"@type":"node","@id":90111043,"@timestamp":1193570613},"coords":"51.4028992,0.7708407","bedrooms":"4","price":"191000","area":"366"} , +{"type":"Feature","id":"n90115742","geometry":{"type":"Point","coordinates":[0.7732983,51.4050805]},"properties":{"@type":"node","@id":90115742,"@timestamp":1193570913},"coords":"51.4050805,0.7732983","bedrooms":"0","price":"297000","area":"663"} , +{"type":"Feature","id":"n90115769","geometry":{"type":"Point","coordinates":[0.7770085,51.4063958]},"properties":{"@type":"node","@id":90115769,"@timestamp":1193570914},"coords":"51.4063958,0.7770085","bedrooms":"3","price":"224000","area":"371"} , +{"type":"Feature","id":"n90115792","geometry":{"type":"Point","coordinates":[0.7768631,51.407407]},"properties":{"@type":"node","@id":90115792,"@timestamp":1193570916},"coords":"51.407407,0.7768631","bedrooms":"3","price":"162000","area":"474"} , +{"type":"Feature","id":"n90115837","geometry":{"type":"Point","coordinates":[0.7795939,51.4082524]},"properties":{"@type":"node","@id":90115837,"@timestamp":1193570917},"coords":"51.4082524,0.7795939","bedrooms":"2","price":"228000","area":"435"} , +{"type":"Feature","id":"n90115864","geometry":{"type":"Point","coordinates":[0.7822405,51.4090051]},"properties":{"@type":"node","@id":90115864,"@timestamp":1193570919},"coords":"51.4090051,0.7822405","bedrooms":"3","price":"291000","area":"562"} , +{"type":"Feature","id":"n90115923","geometry":{"type":"Point","coordinates":[0.7885714,51.4128331]},"properties":{"@type":"node","@id":90115923,"@timestamp":1193570921},"coords":"51.4128331,0.7885714","bedrooms":"0","price":"227000","area":"411"} , +{"type":"Feature","id":"n90120191","geometry":{"type":"Point","coordinates":[0.8015873,51.415423]},"properties":{"@type":"node","@id":90120191,"@timestamp":1193571234},"coords":"51.415423,0.8015873","bedrooms":"4","price":"298000","area":"522"} , +{"type":"Feature","id":"n90120794","geometry":{"type":"Point","coordinates":[0.061526,51.4916796]},"properties":{"@type":"node","@id":90120794,"@timestamp":1632783147},"coords":"51.4916796,0.061526","bedrooms":"0","price":"156000","area":"590"} , +{"type":"Feature","id":"n90132545","geometry":{"type":"Point","coordinates":[0.8105918,51.4239516]},"properties":{"@type":"node","@id":90132545,"@timestamp":1193572060},"coords":"51.4239516,0.8105918","bedrooms":"3","price":"268000","area":"576"} , +{"type":"Feature","id":"n90132586","geometry":{"type":"Point","coordinates":[0.8096408,51.4270077]},"properties":{"@type":"node","@id":90132586,"@timestamp":1193572061},"coords":"51.4270077,0.8096408","bedrooms":"2","price":"234000","area":"605"} , +{"type":"Feature","id":"n90132646","geometry":{"type":"Point","coordinates":[0.8074555,51.4309751]},"properties":{"@type":"node","@id":90132646,"@timestamp":1193572063},"coords":"51.4309751,0.8074555","bedrooms":"1","price":"207000","area":"645"} , +{"type":"Feature","id":"n90132676","geometry":{"type":"Point","coordinates":[0.8087211,51.4310063]},"properties":{"@type":"node","@id":90132676,"@timestamp":1193572064},"coords":"51.4310063,0.8087211","bedrooms":"2","price":"263000","area":"595"} , +{"type":"Feature","id":"n90132692","geometry":{"type":"Point","coordinates":[0.8146194,51.4284399]},"properties":{"@type":"node","@id":90132692,"@timestamp":1193572066},"coords":"51.4284399,0.8146194","bedrooms":"3","price":"235000","area":"402"} , +{"type":"Feature","id":"n90132708","geometry":{"type":"Point","coordinates":[0.8066554,51.4318206]},"properties":{"@type":"node","@id":90132708,"@timestamp":1193572067},"coords":"51.4318206,0.8066554","bedrooms":"3","price":"174000","area":"356"} , +{"type":"Feature","id":"n90132741","geometry":{"type":"Point","coordinates":[0.8009485,51.4345714]},"properties":{"@type":"node","@id":90132741,"@timestamp":1193572068},"coords":"51.4345714,0.8009485","bedrooms":"1","price":"209000","area":"556"} , +{"type":"Feature","id":"n90132789","geometry":{"type":"Point","coordinates":[0.791011,51.4391271]},"properties":{"@type":"node","@id":90132789,"@timestamp":1193572070},"coords":"51.4391271,0.791011","bedrooms":"0","price":"169000","area":"500"} , +{"type":"Feature","id":"n90132819","geometry":{"type":"Point","coordinates":[0.7877546,51.4402336]},"properties":{"@type":"node","@id":90132819,"@timestamp":1193572071},"coords":"51.4402336,0.7877546","bedrooms":"3","price":"179000","area":"507"} , +{"type":"Feature","id":"n90132848","geometry":{"type":"Point","coordinates":[0.7837046,51.4404011]},"properties":{"@type":"node","@id":90132848,"@timestamp":1193572072},"coords":"51.4404011,0.7837046","bedrooms":"0","price":"219000","area":"662"} , +{"type":"Feature","id":"n90132872","geometry":{"type":"Point","coordinates":[0.7828203,51.4401984]},"properties":{"@type":"node","@id":90132872,"@timestamp":1193572073},"coords":"51.4401984,0.7828203","bedrooms":"4","price":"254000","area":"567"} , +{"type":"Feature","id":"n90132892","geometry":{"type":"Point","coordinates":[0.7794286,51.4405722]},"properties":{"@type":"node","@id":90132892,"@timestamp":1234658514},"coords":"51.4405722,0.7794286","bedrooms":"1","price":"232000","area":"400"} , +{"type":"Feature","id":"n90132922","geometry":{"type":"Point","coordinates":[0.7780335,51.4404086]},"properties":{"@type":"node","@id":90132922,"@timestamp":1234658513},"coords":"51.4404086,0.7780335","bedrooms":"1","price":"254000","area":"626"} , +{"type":"Feature","id":"n90132952","geometry":{"type":"Point","coordinates":[0.7739157,51.4401394]},"properties":{"@type":"node","@id":90132952,"@timestamp":1193572077},"coords":"51.4401394,0.7739157","bedrooms":"0","price":"200000","area":"674"} , +{"type":"Feature","id":"n90133042","geometry":{"type":"Point","coordinates":[0.7591763,51.4411164]},"properties":{"@type":"node","@id":90133042,"@timestamp":1306133569},"coords":"51.4411164,0.7591763","bedrooms":"3","price":"266000","area":"547"} , +{"type":"Feature","id":"n90145250","geometry":{"type":"Point","coordinates":[0.7471364,51.4314425]},"properties":{"@type":"node","@id":90145250,"@timestamp":1193573089},"coords":"51.4314425,0.7471364","bedrooms":"3","price":"179000","area":"690"} , +{"type":"Feature","id":"n90145270","geometry":{"type":"Point","coordinates":[0.7482448,51.4323058]},"properties":{"@type":"node","@id":90145270,"@timestamp":1193573091},"coords":"51.4323058,0.7482448","bedrooms":"4","price":"188000","area":"644"} , +{"type":"Feature","id":"n90147056","geometry":{"type":"Point","coordinates":[0.7549156,51.4346038]},"properties":{"@type":"node","@id":90147056,"@timestamp":1193573232},"coords":"51.4346038,0.7549156","bedrooms":"3","price":"213000","area":"481"} , +{"type":"Feature","id":"n90147090","geometry":{"type":"Point","coordinates":[0.7528937,51.4327983]},"properties":{"@type":"node","@id":90147090,"@timestamp":1193573233},"coords":"51.4327983,0.7528937","bedrooms":"3","price":"177000","area":"522"} , +{"type":"Feature","id":"n90147116","geometry":{"type":"Point","coordinates":[0.7523196,51.4303066]},"properties":{"@type":"node","@id":90147116,"@timestamp":1193573234},"coords":"51.4303066,0.7523196","bedrooms":"4","price":"171000","area":"431"} , +{"type":"Feature","id":"n90147155","geometry":{"type":"Point","coordinates":[0.748185,51.4305264]},"properties":{"@type":"node","@id":90147155,"@timestamp":1193573235},"coords":"51.4305264,0.748185","bedrooms":"3","price":"196000","area":"571"} , +{"type":"Feature","id":"n90156457","geometry":{"type":"Point","coordinates":[0.7453451,51.4286741]},"properties":{"@type":"node","@id":90156457,"@timestamp":1193573950},"coords":"51.4286741,0.7453451","bedrooms":"2","price":"163000","area":"374"} , +{"type":"Feature","id":"n90176708","geometry":{"type":"Point","coordinates":[0.7418611,51.4236504]},"properties":{"@type":"node","@id":90176708,"@timestamp":1193575406},"coords":"51.4236504,0.7418611","bedrooms":"3","price":"216000","area":"376"} , +{"type":"Feature","id":"n90176758","geometry":{"type":"Point","coordinates":[0.7449714,51.4179663]},"properties":{"@type":"node","@id":90176758,"@timestamp":1193575409},"coords":"51.4179663,0.7449714","bedrooms":"2","price":"183000","area":"626"} , +{"type":"Feature","id":"n90176834","geometry":{"type":"Point","coordinates":[0.7493257,51.4157748]},"properties":{"@type":"node","@id":90176834,"@timestamp":1193575413},"coords":"51.4157748,0.7493257","bedrooms":"0","price":"294000","area":"363"} , +{"type":"Feature","id":"n90182020","geometry":{"type":"Point","coordinates":[0.7569267,51.4146623]},"properties":{"@type":"node","@id":90182020,"@timestamp":1491432290},"coords":"51.4146623,0.7569267","bedrooms":"4","price":"250000","area":"647"} , +{"type":"Feature","id":"n90199178","geometry":{"type":"Point","coordinates":[-0.3163372,51.6178028]},"properties":{"@type":"node","@id":90199178,"@timestamp":1193577437},"coords":"51.6178028,-0.3163372","bedrooms":"2","price":"251000","area":"696"} , +{"type":"Feature","id":"n90199235","geometry":{"type":"Point","coordinates":[-0.337441,51.6173933]},"properties":{"@type":"node","@id":90199235,"@timestamp":1193577440},"coords":"51.6173933,-0.337441","bedrooms":"2","price":"240000","area":"412"} , +{"type":"Feature","id":"n90199264","geometry":{"type":"Point","coordinates":[-0.331268,51.6183857]},"properties":{"@type":"node","@id":90199264,"@timestamp":1193577441},"coords":"51.6183857,-0.331268","bedrooms":"0","price":"176000","area":"672"} , +{"type":"Feature","id":"n90199299","geometry":{"type":"Point","coordinates":[-0.3262893,51.6179834]},"properties":{"@type":"node","@id":90199299,"@timestamp":1193577443},"coords":"51.6179834,-0.3262893","bedrooms":"2","price":"274000","area":"367"} , +{"type":"Feature","id":"n90199334","geometry":{"type":"Point","coordinates":[-0.3471999,51.6227064]},"properties":{"@type":"node","@id":90199334,"@timestamp":1193577444},"coords":"51.6227064,-0.3471999","bedrooms":"0","price":"278000","area":"493"} , +{"type":"Feature","id":"n90212914","geometry":{"type":"Point","coordinates":[0.744165,51.3495083]},"properties":{"@type":"node","@id":90212914,"@timestamp":1193578557},"coords":"51.3495083,0.744165","bedrooms":"0","price":"161000","area":"690"} , +{"type":"Feature","id":"n90212937","geometry":{"type":"Point","coordinates":[0.7425793,51.348305]},"properties":{"@type":"node","@id":90212937,"@timestamp":1193578558},"coords":"51.348305,0.7425793","bedrooms":"1","price":"290000","area":"446"} , +{"type":"Feature","id":"n90212947","geometry":{"type":"Point","coordinates":[0.7431459,51.3474968]},"properties":{"@type":"node","@id":90212947,"@timestamp":1193578559},"coords":"51.3474968,0.7431459","bedrooms":"1","price":"260000","area":"381"} , +{"type":"Feature","id":"n90212959","geometry":{"type":"Point","coordinates":[0.7425638,51.346571]},"properties":{"@type":"node","@id":90212959,"@timestamp":1193578560},"coords":"51.346571,0.7425638","bedrooms":"2","price":"260000","area":"450"} , +{"type":"Feature","id":"n90212973","geometry":{"type":"Point","coordinates":[0.7411704,51.3461282]},"properties":{"@type":"node","@id":90212973,"@timestamp":1193578561},"coords":"51.3461282,0.7411704","bedrooms":"1","price":"195000","area":"693"} , +{"type":"Feature","id":"n90213227","geometry":{"type":"Point","coordinates":[0.7387985,51.3474411]},"properties":{"@type":"node","@id":90213227,"@timestamp":1193578581},"coords":"51.3474411,0.7387985","bedrooms":"3","price":"213000","area":"385"} , +{"type":"Feature","id":"n90226740","geometry":{"type":"Point","coordinates":[0.8415367,51.3179602]},"properties":{"@type":"node","@id":90226740,"@timestamp":1229172803},"coords":"51.3179602,0.8415367","bedrooms":"0","price":"186000","area":"378"} , +{"type":"Feature","id":"n90230504","geometry":{"type":"Point","coordinates":[0.8620633,51.3228316]},"properties":{"@type":"node","@id":90230504,"@timestamp":1193580343},"coords":"51.3228316,0.8620633","bedrooms":"1","price":"150000","area":"558"} , +{"type":"Feature","id":"n90231273","geometry":{"type":"Point","coordinates":[0.8653336,51.3223718]},"properties":{"@type":"node","@id":90231273,"@timestamp":1193580384},"coords":"51.3223718,0.8653336","bedrooms":"3","price":"164000","area":"548"} , +{"type":"Feature","id":"n90272342","geometry":{"type":"Point","coordinates":[0.0397647,51.4738351]},"properties":{"@type":"node","@id":90272342,"@timestamp":1624262984},"coords":"51.4738351,0.0397647","bedrooms":"1","price":"296000","area":"596"} , +{"type":"Feature","id":"n90384420","geometry":{"type":"Point","coordinates":[0.035545,51.4903813]},"properties":{"@type":"node","@id":90384420,"@timestamp":1632310594},"coords":"51.4903813,0.035545","bedrooms":"1","price":"220000","area":"548"} , +{"type":"Feature","id":"n90386255","geometry":{"type":"Point","coordinates":[-0.3814614,51.4863721]},"properties":{"@type":"node","@id":90386255,"@timestamp":1538472029},"coords":"51.4863721,-0.3814614","bedrooms":"2","price":"178000","area":"352"} , +{"type":"Feature","id":"n90386310","geometry":{"type":"Point","coordinates":[-0.376021,51.4907974]},"properties":{"@type":"node","@id":90386310,"@timestamp":1193591447},"coords":"51.4907974,-0.376021","bedrooms":"1","price":"161000","area":"427"} , +{"type":"Feature","id":"n90386339","geometry":{"type":"Point","coordinates":[-0.3803506,51.4895642]},"properties":{"@type":"node","@id":90386339,"@timestamp":1193591448},"coords":"51.4895642,-0.3803506","bedrooms":"2","price":"281000","area":"484"} , +{"type":"Feature","id":"n90386363","geometry":{"type":"Point","coordinates":[-0.3781914,51.4924981]},"properties":{"@type":"node","@id":90386363,"@timestamp":1193591449},"coords":"51.4924981,-0.3781914","bedrooms":"0","price":"218000","area":"568"} , +{"type":"Feature","id":"n90386392","geometry":{"type":"Point","coordinates":[-0.3736814,51.4917101]},"properties":{"@type":"node","@id":90386392,"@timestamp":1193591450},"coords":"51.4917101,-0.3736814","bedrooms":"4","price":"162000","area":"388"} , +{"type":"Feature","id":"n90386467","geometry":{"type":"Point","coordinates":[-0.3733219,51.4917513]},"properties":{"@type":"node","@id":90386467,"@timestamp":1193591453},"coords":"51.4917513,-0.3733219","bedrooms":"0","price":"261000","area":"482"} , +{"type":"Feature","id":"n90419679","geometry":{"type":"Point","coordinates":[-0.3048297,51.5627717]},"properties":{"@type":"node","@id":90419679,"@timestamp":1366733430},"coords":"51.5627717,-0.3048297","bedrooms":"1","price":"211000","area":"625"} , +{"type":"Feature","id":"n90419894","geometry":{"type":"Point","coordinates":[-0.9389014,51.5587862]},"properties":{"@type":"node","@id":90419894,"@timestamp":1193593564},"coords":"51.5587862,-0.9389014","bedrooms":"4","price":"156000","area":"476"} , +{"type":"Feature","id":"n90420190","geometry":{"type":"Point","coordinates":[-0.9343141,51.5572286]},"properties":{"@type":"node","@id":90420190,"@timestamp":1193593584},"coords":"51.5572286,-0.9343141","bedrooms":"4","price":"221000","area":"566"} , +{"type":"Feature","id":"n90420295","geometry":{"type":"Point","coordinates":[-0.9287453,51.5564887]},"properties":{"@type":"node","@id":90420295,"@timestamp":1193593592},"coords":"51.5564887,-0.9287453","bedrooms":"0","price":"299000","area":"608"} , +{"type":"Feature","id":"n90420364","geometry":{"type":"Point","coordinates":[-0.9233713,51.5605698]},"properties":{"@type":"node","@id":90420364,"@timestamp":1193593600},"coords":"51.5605698,-0.9233713","bedrooms":"0","price":"201000","area":"536"} , +{"type":"Feature","id":"n90420381","geometry":{"type":"Point","coordinates":[-0.9210659,51.5648846]},"properties":{"@type":"node","@id":90420381,"@timestamp":1193593600},"coords":"51.5648846,-0.9210659","bedrooms":"4","price":"293000","area":"644"} , +{"type":"Feature","id":"n90420397","geometry":{"type":"Point","coordinates":[-0.9164007,51.5697212]},"properties":{"@type":"node","@id":90420397,"@timestamp":1193593602},"coords":"51.5697212,-0.9164007","bedrooms":"2","price":"266000","area":"520"} , +{"type":"Feature","id":"n90510074","geometry":{"type":"Point","coordinates":[-0.1278456,51.2042609]},"properties":{"@type":"node","@id":90510074,"@timestamp":1199530868},"coords":"51.2042609,-0.1278456","bedrooms":"4","price":"276000","area":"623"} , +{"type":"Feature","id":"n90549807","geometry":{"type":"Point","coordinates":[-0.9223656,51.5840962]},"properties":{"@type":"node","@id":90549807,"@timestamp":1193601066},"coords":"51.5840962,-0.9223656","bedrooms":"3","price":"245000","area":"674"} , +{"type":"Feature","id":"n91127014","geometry":{"type":"Point","coordinates":[-0.9844388,51.5754001]},"properties":{"@type":"node","@id":91127014,"@timestamp":1193645928},"coords":"51.5754001,-0.9844388","bedrooms":"1","price":"270000","area":"683"} , +{"type":"Feature","id":"n91127084","geometry":{"type":"Point","coordinates":[-0.9785829,51.5712481]},"properties":{"@type":"node","@id":91127084,"@timestamp":1193645930},"coords":"51.5712481,-0.9785829","bedrooms":"3","price":"251000","area":"671"} , +{"type":"Feature","id":"n91446793","geometry":{"type":"Point","coordinates":[0.5952657,51.5524975]},"properties":{"@type":"node","@id":91446793,"@timestamp":1193668425},"coords":"51.5524975,0.5952657","bedrooms":"3","price":"162000","area":"492"} , +{"type":"Feature","id":"n91446856","geometry":{"type":"Point","coordinates":[0.592227,51.5501349]},"properties":{"@type":"node","@id":91446856,"@timestamp":1193668427},"coords":"51.5501349,0.592227","bedrooms":"0","price":"183000","area":"395"} , +{"type":"Feature","id":"n91446984","geometry":{"type":"Point","coordinates":[0.5921287,51.5422429]},"properties":{"@type":"node","@id":91446984,"@timestamp":1193668431},"coords":"51.5422429,0.5921287","bedrooms":"2","price":"196000","area":"362"} , +{"type":"Feature","id":"n91589155","geometry":{"type":"Point","coordinates":[0.0553183,51.4940109]},"properties":{"@type":"node","@id":91589155,"@timestamp":1632125676},"coords":"51.4940109,0.0553183","bedrooms":"0","price":"174000","area":"377"} , +{"type":"Feature","id":"n91596738","geometry":{"type":"Point","coordinates":[0.0585419,51.4893582]},"properties":{"@type":"node","@id":91596738,"@timestamp":1576245900},"coords":"51.4893582,0.0585419","bedrooms":"4","price":"228000","area":"537"} , +{"type":"Feature","id":"n91697956","geometry":{"type":"Point","coordinates":[-0.3824438,51.493657]},"properties":{"@type":"node","@id":91697956,"@timestamp":1212853218},"coords":"51.493657,-0.3824438","bedrooms":"1","price":"273000","area":"625"} , +{"type":"Feature","id":"n91698055","geometry":{"type":"Point","coordinates":[-0.4027234,51.4916183]},"properties":{"@type":"node","@id":91698055,"@timestamp":1193688202},"coords":"51.4916183,-0.4027234","bedrooms":"3","price":"185000","area":"376"} , +{"type":"Feature","id":"n91698137","geometry":{"type":"Point","coordinates":[-0.3810602,51.4927256]},"properties":{"@type":"node","@id":91698137,"@timestamp":1212853217},"coords":"51.4927256,-0.3810602","bedrooms":"3","price":"198000","area":"592"} , +{"type":"Feature","id":"n91698197","geometry":{"type":"Point","coordinates":[-0.3811269,51.4922511]},"properties":{"@type":"node","@id":91698197,"@timestamp":1193688208},"coords":"51.4922511,-0.3811269","bedrooms":"3","price":"272000","area":"419"} , +{"type":"Feature","id":"n91698265","geometry":{"type":"Point","coordinates":[-0.3981786,51.4911158]},"properties":{"@type":"node","@id":91698265,"@timestamp":1193688212},"coords":"51.4911158,-0.3981786","bedrooms":"2","price":"170000","area":"597"} , +{"type":"Feature","id":"n91698326","geometry":{"type":"Point","coordinates":[-0.4085842,51.4907785]},"properties":{"@type":"node","@id":91698326,"@timestamp":1193688214},"coords":"51.4907785,-0.4085842","bedrooms":"4","price":"181000","area":"642"} , +{"type":"Feature","id":"n91698465","geometry":{"type":"Point","coordinates":[-0.4014876,51.4873727]},"properties":{"@type":"node","@id":91698465,"@timestamp":1193688219},"coords":"51.4873727,-0.4014876","bedrooms":"3","price":"190000","area":"636"} , +{"type":"Feature","id":"n91698655","geometry":{"type":"Point","coordinates":[-0.3943949,51.4870505]},"properties":{"@type":"node","@id":91698655,"@timestamp":1466930667},"coords":"51.4870505,-0.3943949","bedrooms":"4","price":"213000","area":"414"} , +{"type":"Feature","id":"n91698784","geometry":{"type":"Point","coordinates":[-0.3918122,51.4846247]},"properties":{"@type":"node","@id":91698784,"@timestamp":1193688228},"coords":"51.4846247,-0.3918122","bedrooms":"1","price":"273000","area":"529"} , +{"type":"Feature","id":"n91783978","geometry":{"type":"Point","coordinates":[0.069912,51.4936311]},"properties":{"@type":"node","@id":91783978,"@timestamp":1599401544},"coords":"51.4936311,0.069912","bedrooms":"3","price":"244000","area":"580"} , +{"type":"Feature","id":"n91837410","geometry":{"type":"Point","coordinates":[-0.0013863,51.5657098]},"properties":{"@type":"node","@id":91837410,"@timestamp":1235864063},"coords":"51.5657098,-0.0013863","bedrooms":"0","price":"297000","area":"642"} , +{"type":"Feature","id":"n92273169","geometry":{"type":"Point","coordinates":[-0.4063125,51.4907574]},"properties":{"@type":"node","@id":92273169,"@timestamp":1193736803},"coords":"51.4907574,-0.4063125","bedrooms":"4","price":"235000","area":"643"} , +{"type":"Feature","id":"n92273184","geometry":{"type":"Point","coordinates":[-0.4048545,51.4886271]},"properties":{"@type":"node","@id":92273184,"@timestamp":1193736804},"coords":"51.4886271,-0.4048545","bedrooms":"3","price":"266000","area":"451"} , +{"type":"Feature","id":"n92279773","geometry":{"type":"Point","coordinates":[-0.4005722,51.4973322]},"properties":{"@type":"node","@id":92279773,"@timestamp":1193737402},"coords":"51.4973322,-0.4005722","bedrooms":"0","price":"243000","area":"685"} , +{"type":"Feature","id":"n92281561","geometry":{"type":"Point","coordinates":[-0.4023296,51.4929702]},"properties":{"@type":"node","@id":92281561,"@timestamp":1193737755},"coords":"51.4929702,-0.4023296","bedrooms":"4","price":"194000","area":"539"} , +{"type":"Feature","id":"n92366831","geometry":{"type":"Point","coordinates":[-0.399928,51.6566128]},"properties":{"@type":"node","@id":92366831,"@timestamp":1564915270},"coords":"51.6566128,-0.399928","bedrooms":"3","price":"202000","area":"582"} , +{"type":"Feature","id":"n92541352","geometry":{"type":"Point","coordinates":[-0.0789799,51.633854]},"properties":{"@type":"node","@id":92541352,"@timestamp":1193755875},"coords":"51.633854,-0.0789799","bedrooms":"0","price":"279000","area":"495"} , +{"type":"Feature","id":"n92541378","geometry":{"type":"Point","coordinates":[-0.0795221,51.6330237]},"properties":{"@type":"node","@id":92541378,"@timestamp":1193755876},"coords":"51.6330237,-0.0795221","bedrooms":"0","price":"164000","area":"654"} , +{"type":"Feature","id":"n92560253","geometry":{"type":"Point","coordinates":[-0.4086528,51.4844541]},"properties":{"@type":"node","@id":92560253,"@timestamp":1193756858},"coords":"51.4844541,-0.4086528","bedrooms":"1","price":"178000","area":"350"} , +{"type":"Feature","id":"n92560354","geometry":{"type":"Point","coordinates":[-0.409464,51.4927725]},"properties":{"@type":"node","@id":92560354,"@timestamp":1193756861},"coords":"51.4927725,-0.409464","bedrooms":"3","price":"194000","area":"468"} , +{"type":"Feature","id":"n92560464","geometry":{"type":"Point","coordinates":[-0.3928722,51.4828138]},"properties":{"@type":"node","@id":92560464,"@timestamp":1193756865},"coords":"51.4828138,-0.3928722","bedrooms":"1","price":"277000","area":"355"} , +{"type":"Feature","id":"n92565028","geometry":{"type":"Point","coordinates":[-0.3920251,51.4840034]},"properties":{"@type":"node","@id":92565028,"@timestamp":1193757217},"coords":"51.4840034,-0.3920251","bedrooms":"2","price":"258000","area":"620"} , +{"type":"Feature","id":"n92714124","geometry":{"type":"Point","coordinates":[0.0768951,51.4872137]},"properties":{"@type":"node","@id":92714124,"@timestamp":1584809046},"coords":"51.4872137,0.0768951","bedrooms":"3","price":"219000","area":"566"} , +{"type":"Feature","id":"n92747910","geometry":{"type":"Point","coordinates":[0.0798287,51.4868747]},"properties":{"@type":"node","@id":92747910,"@timestamp":1408479991},"coords":"51.4868747,0.0798287","bedrooms":"4","price":"188000","area":"588"} , +{"type":"Feature","id":"n94013858","geometry":{"type":"Point","coordinates":[-0.4453055,51.9644623]},"properties":{"@type":"node","@id":94013858,"@timestamp":1193853052},"coords":"51.9644623,-0.4453055","bedrooms":"3","price":"238000","area":"599"} , +{"type":"Feature","id":"n94013883","geometry":{"type":"Point","coordinates":[-0.4647053,51.9695159]},"properties":{"@type":"node","@id":94013883,"@timestamp":1193853054},"coords":"51.9695159,-0.4647053","bedrooms":"0","price":"239000","area":"639"} , +{"type":"Feature","id":"n94013903","geometry":{"type":"Point","coordinates":[-0.4723824,51.9679004]},"properties":{"@type":"node","@id":94013903,"@timestamp":1193853055},"coords":"51.9679004,-0.4723824","bedrooms":"4","price":"220000","area":"483"} , +{"type":"Feature","id":"n94013959","geometry":{"type":"Point","coordinates":[-0.49775,51.9639213]},"properties":{"@type":"node","@id":94013959,"@timestamp":1193853059},"coords":"51.9639213,-0.49775","bedrooms":"2","price":"262000","area":"442"} , +{"type":"Feature","id":"n94184134","geometry":{"type":"Point","coordinates":[-0.0874143,51.3029155]},"properties":{"@type":"node","@id":94184134,"@timestamp":1511446238},"coords":"51.3029155,-0.0874143","bedrooms":"1","price":"226000","area":"391"} , +{"type":"Feature","id":"n94235241","geometry":{"type":"Point","coordinates":[-0.6240367,51.2305961]},"properties":{"@type":"node","@id":94235241,"@timestamp":1193871481},"coords":"51.2305961,-0.6240367","bedrooms":"2","price":"176000","area":"610"} , +{"type":"Feature","id":"n94561549","geometry":{"type":"Point","coordinates":[-0.2595183,51.7977465]},"properties":{"@type":"node","@id":94561549,"@timestamp":1602425074},"coords":"51.7977465,-0.2595183","bedrooms":"2","price":"272000","area":"655"} , +{"type":"Feature","id":"n94693192","geometry":{"type":"Point","coordinates":[-0.1353998,51.4692885]},"properties":{"@type":"node","@id":94693192,"@timestamp":1193926405},"coords":"51.4692885,-0.1353998","bedrooms":"3","price":"185000","area":"513"} , +{"type":"Feature","id":"n94693241","geometry":{"type":"Point","coordinates":[-0.1345822,51.4691761]},"properties":{"@type":"node","@id":94693241,"@timestamp":1204386106},"coords":"51.4691761,-0.1345822","bedrooms":"0","price":"185000","area":"619"} , +{"type":"Feature","id":"n94826114","geometry":{"type":"Point","coordinates":[-0.388602,51.4522963]},"properties":{"@type":"node","@id":94826114,"@timestamp":1193934852},"coords":"51.4522963,-0.388602","bedrooms":"4","price":"202000","area":"455"} , +{"type":"Feature","id":"n94826191","geometry":{"type":"Point","coordinates":[-0.3807883,51.457172]},"properties":{"@type":"node","@id":94826191,"@timestamp":1193934854},"coords":"51.457172,-0.3807883","bedrooms":"1","price":"261000","area":"539"} , +{"type":"Feature","id":"n94826306","geometry":{"type":"Point","coordinates":[-0.3875115,51.4623721]},"properties":{"@type":"node","@id":94826306,"@timestamp":1193934859},"coords":"51.4623721,-0.3875115","bedrooms":"3","price":"297000","area":"691"} , +{"type":"Feature","id":"n94826480","geometry":{"type":"Point","coordinates":[-0.3790066,51.4621313]},"properties":{"@type":"node","@id":94826480,"@timestamp":1628706367},"coords":"51.4621313,-0.3790066","bedrooms":"0","price":"262000","area":"629"} , +{"type":"Feature","id":"n94826575","geometry":{"type":"Point","coordinates":[-0.3731007,51.4664773]},"properties":{"@type":"node","@id":94826575,"@timestamp":1234485981},"coords":"51.4664773,-0.3731007","bedrooms":"3","price":"182000","area":"531"} , +{"type":"Feature","id":"n94872570","geometry":{"type":"Point","coordinates":[-0.5878976,51.2773048]},"properties":{"@type":"node","@id":94872570,"@timestamp":1202656416},"coords":"51.2773048,-0.5878976","bedrooms":"4","price":"152000","area":"402"} , +{"type":"Feature","id":"n94872591","geometry":{"type":"Point","coordinates":[-0.5891708,51.2756388]},"properties":{"@type":"node","@id":94872591,"@timestamp":1193937703},"coords":"51.2756388,-0.5891708","bedrooms":"2","price":"204000","area":"359"} , +{"type":"Feature","id":"n94872614","geometry":{"type":"Point","coordinates":[-0.5897048,51.27411]},"properties":{"@type":"node","@id":94872614,"@timestamp":1193937704},"coords":"51.27411,-0.5897048","bedrooms":"2","price":"208000","area":"364"} , +{"type":"Feature","id":"n94872760","geometry":{"type":"Point","coordinates":[-0.5964354,51.2747338]},"properties":{"@type":"node","@id":94872760,"@timestamp":1193937713},"coords":"51.2747338,-0.5964354","bedrooms":"3","price":"243000","area":"698"} , +{"type":"Feature","id":"n94876422","geometry":{"type":"Point","coordinates":[-0.591533,51.2679122]},"properties":{"@type":"node","@id":94876422,"@timestamp":1202655987},"coords":"51.2679122,-0.591533","bedrooms":"0","price":"270000","area":"597"} , +{"type":"Feature","id":"n94876436","geometry":{"type":"Point","coordinates":[-0.5890256,51.2687004]},"properties":{"@type":"node","@id":94876436,"@timestamp":1202655988},"coords":"51.2687004,-0.5890256","bedrooms":"3","price":"176000","area":"663"} , +{"type":"Feature","id":"n94876451","geometry":{"type":"Point","coordinates":[-0.586793,51.2698791]},"properties":{"@type":"node","@id":94876451,"@timestamp":1202655986},"coords":"51.2698791,-0.586793","bedrooms":"1","price":"161000","area":"474"} , +{"type":"Feature","id":"n94916423","geometry":{"type":"Point","coordinates":[0.0906759,51.4978133]},"properties":{"@type":"node","@id":94916423,"@timestamp":1538770652},"coords":"51.4978133,0.0906759","bedrooms":"4","price":"201000","area":"415"} , +{"type":"Feature","id":"n94959069","geometry":{"type":"Point","coordinates":[-0.1602289,51.8988133]},"properties":{"@type":"node","@id":94959069,"@timestamp":1631381655},"coords":"51.8988133,-0.1602289","bedrooms":"3","price":"254000","area":"461"} , +{"type":"Feature","id":"n95199964","geometry":{"type":"Point","coordinates":[0.4007161,51.5261046]},"properties":{"@type":"node","@id":95199964,"@timestamp":1193961856},"coords":"51.5261046,0.4007161","bedrooms":"3","price":"175000","area":"351"} , +{"type":"Feature","id":"n95199999","geometry":{"type":"Point","coordinates":[0.3814412,51.5152098]},"properties":{"@type":"node","@id":95199999,"@timestamp":1193961860},"coords":"51.5152098,0.3814412","bedrooms":"0","price":"266000","area":"633"} , +{"type":"Feature","id":"n95986817","geometry":{"type":"Point","coordinates":[-0.0350235,51.5189953]},"properties":{"@type":"node","@id":95986817,"@timestamp":1539786070},"coords":"51.5189953,-0.0350235","bedrooms":"2","price":"252000","area":"381"} , +{"type":"Feature","id":"n96015730","geometry":{"type":"Point","coordinates":[-0.0548916,51.5247179]},"properties":{"@type":"node","@id":96015730,"@timestamp":1564915270},"coords":"51.5247179,-0.0548916","bedrooms":"2","price":"194000","area":"391"} , +{"type":"Feature","id":"n96072410","geometry":{"type":"Point","coordinates":[-0.1505385,51.4908444]},"properties":{"@type":"node","@id":96072410,"@timestamp":1430986132},"coords":"51.4908444,-0.1505385","bedrooms":"3","price":"208000","area":"645"} , +{"type":"Feature","id":"n96143232","geometry":{"type":"Point","coordinates":[0.3434862,51.488771]},"properties":{"@type":"node","@id":96143232,"@timestamp":1194049503},"coords":"51.488771,0.3434862","bedrooms":"4","price":"156000","area":"548"} , +{"type":"Feature","id":"n96173919","geometry":{"type":"Point","coordinates":[-0.0714787,51.324315]},"properties":{"@type":"node","@id":96173919,"@timestamp":1552218641},"coords":"51.324315,-0.0714787","bedrooms":"2","price":"212000","area":"387"} , +{"type":"Feature","id":"n96503004","geometry":{"type":"Point","coordinates":[0.1815379,51.3902301]},"properties":{"@type":"node","@id":96503004,"@timestamp":1626713581},"coords":"51.3902301,0.1815379","bedrooms":"4","price":"213000","area":"398"} , +{"type":"Feature","id":"n96505150","geometry":{"type":"Point","coordinates":[0.1698508,51.3911875]},"properties":{"@type":"node","@id":96505150,"@timestamp":1379781148},"coords":"51.3911875,0.1698508","bedrooms":"0","price":"279000","area":"443"} , +{"type":"Feature","id":"n96516496","geometry":{"type":"Point","coordinates":[0.1850835,51.3947477]},"properties":{"@type":"node","@id":96516496,"@timestamp":1619822593},"coords":"51.3947477,0.1850835","bedrooms":"0","price":"190000","area":"385"} , +{"type":"Feature","id":"n96528640","geometry":{"type":"Point","coordinates":[0.3396427,51.4889484]},"properties":{"@type":"node","@id":96528640,"@timestamp":1328703523},"coords":"51.4889484,0.3396427","bedrooms":"4","price":"198000","area":"548"} , +{"type":"Feature","id":"n96528707","geometry":{"type":"Point","coordinates":[0.3359312,51.4852206]},"properties":{"@type":"node","@id":96528707,"@timestamp":1194089393},"coords":"51.4852206,0.3359312","bedrooms":"4","price":"188000","area":"674"} , +{"type":"Feature","id":"n96631958","geometry":{"type":"Point","coordinates":[-0.0600786,51.3172888]},"properties":{"@type":"node","@id":96631958,"@timestamp":1553745853},"coords":"51.3172888,-0.0600786","bedrooms":"3","price":"164000","area":"382"} , +{"type":"Feature","id":"n96697404","geometry":{"type":"Point","coordinates":[-0.029538,51.5612486]},"properties":{"@type":"node","@id":96697404,"@timestamp":1235904420},"coords":"51.5612486,-0.029538","bedrooms":"2","price":"267000","area":"677"} , +{"type":"Feature","id":"n96723071","geometry":{"type":"Point","coordinates":[-0.2265239,51.7478724]},"properties":{"@type":"node","@id":96723071,"@timestamp":1584750435},"coords":"51.7478724,-0.2265239","bedrooms":"3","price":"241000","area":"462"} , +{"type":"Feature","id":"n96790292","geometry":{"type":"Point","coordinates":[-0.0059726,51.3441872]},"properties":{"@type":"node","@id":96790292,"@timestamp":1521653005},"coords":"51.3441872,-0.0059726","bedrooms":"3","price":"284000","area":"506"} , +{"type":"Feature","id":"n96905839","geometry":{"type":"Point","coordinates":[-1.0498769,51.4831829]},"properties":{"@type":"node","@id":96905839,"@timestamp":1194118724},"coords":"51.4831829,-1.0498769","bedrooms":"3","price":"151000","area":"622"} , +{"type":"Feature","id":"n96905891","geometry":{"type":"Point","coordinates":[-1.0582968,51.4831282]},"properties":{"@type":"node","@id":96905891,"@timestamp":1194118726},"coords":"51.4831282,-1.0582968","bedrooms":"4","price":"259000","area":"419"} , +{"type":"Feature","id":"n96905918","geometry":{"type":"Point","coordinates":[-1.0665347,51.4844587]},"properties":{"@type":"node","@id":96905918,"@timestamp":1194118727},"coords":"51.4844587,-1.0665347","bedrooms":"3","price":"225000","area":"513"} , +{"type":"Feature","id":"n97113737","geometry":{"type":"Point","coordinates":[0.3372854,51.4816145]},"properties":{"@type":"node","@id":97113737,"@timestamp":1194132814},"coords":"51.4816145,0.3372854","bedrooms":"3","price":"199000","area":"539"} , +{"type":"Feature","id":"n97124105","geometry":{"type":"Point","coordinates":[-0.3793937,51.4594768]},"properties":{"@type":"node","@id":97124105,"@timestamp":1600866471},"coords":"51.4594768,-0.3793937","bedrooms":"0","price":"173000","area":"663"} , +{"type":"Feature","id":"n97124263","geometry":{"type":"Point","coordinates":[-0.3821962,51.4604236]},"properties":{"@type":"node","@id":97124263,"@timestamp":1194133410},"coords":"51.4604236,-0.3821962","bedrooms":"1","price":"272000","area":"499"} , +{"type":"Feature","id":"n97139414","geometry":{"type":"Point","coordinates":[-0.4014285,51.4622711]},"properties":{"@type":"node","@id":97139414,"@timestamp":1194134273},"coords":"51.4622711,-0.4014285","bedrooms":"1","price":"208000","area":"525"} , +{"type":"Feature","id":"n97139435","geometry":{"type":"Point","coordinates":[-0.3921098,51.4546557]},"properties":{"@type":"node","@id":97139435,"@timestamp":1194134652},"coords":"51.4546557,-0.3921098","bedrooms":"1","price":"228000","area":"469"} , +{"type":"Feature","id":"n97142972","geometry":{"type":"Point","coordinates":[-0.4027984,51.4638663]},"properties":{"@type":"node","@id":97142972,"@timestamp":1194134645},"coords":"51.4638663,-0.4027984","bedrooms":"2","price":"298000","area":"484"} , +{"type":"Feature","id":"n97144802","geometry":{"type":"Point","coordinates":[-0.3892528,51.4498702]},"properties":{"@type":"node","@id":97144802,"@timestamp":1194134833},"coords":"51.4498702,-0.3892528","bedrooms":"3","price":"262000","area":"542"} , +{"type":"Feature","id":"n97463343","geometry":{"type":"Point","coordinates":[0.1627788,51.3940499]},"properties":{"@type":"node","@id":97463343,"@timestamp":1585214222},"coords":"51.3940499,0.1627788","bedrooms":"0","price":"156000","area":"674"} , +{"type":"Feature","id":"n97465792","geometry":{"type":"Point","coordinates":[0.1640336,51.3974638]},"properties":{"@type":"node","@id":97465792,"@timestamp":1521408977},"coords":"51.3974638,0.1640336","bedrooms":"3","price":"294000","area":"570"} , +{"type":"Feature","id":"n97471927","geometry":{"type":"Point","coordinates":[0.1560217,51.4009484]},"properties":{"@type":"node","@id":97471927,"@timestamp":1318256929},"coords":"51.4009484,0.1560217","bedrooms":"3","price":"203000","area":"366"} , +{"type":"Feature","id":"n97491747","geometry":{"type":"Point","coordinates":[0.1774179,51.3986145]},"properties":{"@type":"node","@id":97491747,"@timestamp":1365022933},"coords":"51.3986145,0.1774179","bedrooms":"0","price":"150000","area":"555"} , +{"type":"Feature","id":"n97500492","geometry":{"type":"Point","coordinates":[0.1673855,51.4010239]},"properties":{"@type":"node","@id":97500492,"@timestamp":1350997550},"coords":"51.4010239,0.1673855","bedrooms":"2","price":"154000","area":"634"} , +{"type":"Feature","id":"n97506024","geometry":{"type":"Point","coordinates":[0.163414,51.4058237]},"properties":{"@type":"node","@id":97506024,"@timestamp":1327789439},"coords":"51.4058237,0.163414","bedrooms":"3","price":"278000","area":"396"} , +{"type":"Feature","id":"n97646200","geometry":{"type":"Point","coordinates":[-0.0639258,51.4705831]},"properties":{"@type":"node","@id":97646200,"@timestamp":1194176676},"coords":"51.4705831,-0.0639258","bedrooms":"4","price":"202000","area":"681"} , +{"type":"Feature","id":"n97785949","geometry":{"type":"Point","coordinates":[0.1848669,51.4087299]},"properties":{"@type":"node","@id":97785949,"@timestamp":1579108725},"coords":"51.4087299,0.1848669","bedrooms":"4","price":"271000","area":"382"} , +{"type":"Feature","id":"n97920778","geometry":{"type":"Point","coordinates":[-0.0987839,51.3819689]},"properties":{"@type":"node","@id":97920778,"@timestamp":1577674797},"coords":"51.3819689,-0.0987839","bedrooms":"4","price":"200000","area":"542"} , +{"type":"Feature","id":"n97933283","geometry":{"type":"Point","coordinates":[-0.0778967,51.7960716]},"properties":{"@type":"node","@id":97933283,"@timestamp":1348432009},"coords":"51.7960716,-0.0778967","bedrooms":"2","price":"193000","area":"513"} , +{"type":"Feature","id":"n97973555","geometry":{"type":"Point","coordinates":[0.4435799,51.5193435]},"properties":{"@type":"node","@id":97973555,"@timestamp":1608154435},"coords":"51.5193435,0.4435799","bedrooms":"4","price":"287000","area":"521"} , +{"type":"Feature","id":"n98007812","geometry":{"type":"Point","coordinates":[0.2135082,51.5383024]},"properties":{"@type":"node","@id":98007812,"@timestamp":1194196416},"coords":"51.5383024,0.2135082","bedrooms":"4","price":"245000","area":"369"} , +{"type":"Feature","id":"n98007891","geometry":{"type":"Point","coordinates":[0.2218047,51.5447943]},"properties":{"@type":"node","@id":98007891,"@timestamp":1194196430},"coords":"51.5447943,0.2218047","bedrooms":"2","price":"160000","area":"458"} , +{"type":"Feature","id":"n98007908","geometry":{"type":"Point","coordinates":[0.2290918,51.5479546]},"properties":{"@type":"node","@id":98007908,"@timestamp":1194196433},"coords":"51.5479546,0.2290918","bedrooms":"0","price":"272000","area":"690"} , +{"type":"Feature","id":"n98007919","geometry":{"type":"Point","coordinates":[0.2243329,51.5468392]},"properties":{"@type":"node","@id":98007919,"@timestamp":1194196435},"coords":"51.5468392,0.2243329","bedrooms":"2","price":"158000","area":"400"} , +{"type":"Feature","id":"n98007963","geometry":{"type":"Point","coordinates":[0.229872,51.5492961]},"properties":{"@type":"node","@id":98007963,"@timestamp":1194196440},"coords":"51.5492961,0.229872","bedrooms":"0","price":"287000","area":"383"} , +{"type":"Feature","id":"n98007984","geometry":{"type":"Point","coordinates":[0.2271186,51.5488331]},"properties":{"@type":"node","@id":98007984,"@timestamp":1194196442},"coords":"51.5488331,0.2271186","bedrooms":"0","price":"296000","area":"521"} , +{"type":"Feature","id":"n98008051","geometry":{"type":"Point","coordinates":[0.2235186,51.546957]},"properties":{"@type":"node","@id":98008051,"@timestamp":1194196445},"coords":"51.546957,0.2235186","bedrooms":"0","price":"236000","area":"649"} , +{"type":"Feature","id":"n98008193","geometry":{"type":"Point","coordinates":[0.2175124,51.5424006]},"properties":{"@type":"node","@id":98008193,"@timestamp":1194196450},"coords":"51.5424006,0.2175124","bedrooms":"3","price":"210000","area":"484"} , +{"type":"Feature","id":"n98008239","geometry":{"type":"Point","coordinates":[0.2158068,51.539696]},"properties":{"@type":"node","@id":98008239,"@timestamp":1194196453},"coords":"51.539696,0.2158068","bedrooms":"3","price":"292000","area":"612"} , +{"type":"Feature","id":"n98041133","geometry":{"type":"Point","coordinates":[0.1932859,51.521254]},"properties":{"@type":"node","@id":98041133,"@timestamp":1194198503},"coords":"51.521254,0.1932859","bedrooms":"0","price":"264000","area":"590"} , +{"type":"Feature","id":"n98041498","geometry":{"type":"Point","coordinates":[0.1835998,51.5169541]},"properties":{"@type":"node","@id":98041498,"@timestamp":1194198521},"coords":"51.5169541,0.1835998","bedrooms":"2","price":"256000","area":"387"} , +{"type":"Feature","id":"n98041535","geometry":{"type":"Point","coordinates":[0.177536,51.5131967]},"properties":{"@type":"node","@id":98041535,"@timestamp":1194198524},"coords":"51.5131967,0.177536","bedrooms":"1","price":"216000","area":"494"} , +{"type":"Feature","id":"n98047777","geometry":{"type":"Point","coordinates":[0.244898,51.5637495]},"properties":{"@type":"node","@id":98047777,"@timestamp":1194199346},"coords":"51.5637495,0.244898","bedrooms":"0","price":"255000","area":"617"} , +{"type":"Feature","id":"n98047916","geometry":{"type":"Point","coordinates":[0.2431501,51.5692834]},"properties":{"@type":"node","@id":98047916,"@timestamp":1194199352},"coords":"51.5692834,0.2431501","bedrooms":"1","price":"212000","area":"620"} , +{"type":"Feature","id":"n98112210","geometry":{"type":"Point","coordinates":[-0.7627315,51.0266493]},"properties":{"@type":"node","@id":98112210,"@timestamp":1194203488},"coords":"51.0266493,-0.7627315","bedrooms":"1","price":"268000","area":"415"} , +{"type":"Feature","id":"n98116014","geometry":{"type":"Point","coordinates":[-0.7581373,51.0248468]},"properties":{"@type":"node","@id":98116014,"@timestamp":1194203733},"coords":"51.0248468,-0.7581373","bedrooms":"4","price":"200000","area":"403"} , +{"type":"Feature","id":"n98116056","geometry":{"type":"Point","coordinates":[-0.758028,51.0227787]},"properties":{"@type":"node","@id":98116056,"@timestamp":1194203735},"coords":"51.0227787,-0.758028","bedrooms":"4","price":"292000","area":"372"} , +{"type":"Feature","id":"n98116129","geometry":{"type":"Point","coordinates":[-0.7561009,51.0197794]},"properties":{"@type":"node","@id":98116129,"@timestamp":1194203737},"coords":"51.0197794,-0.7561009","bedrooms":"3","price":"166000","area":"688"} , +{"type":"Feature","id":"n98117323","geometry":{"type":"Point","coordinates":[-0.7609335,51.0142834]},"properties":{"@type":"node","@id":98117323,"@timestamp":1194203884},"coords":"51.0142834,-0.7609335","bedrooms":"0","price":"193000","area":"384"} , +{"type":"Feature","id":"n98118577","geometry":{"type":"Point","coordinates":[-0.7581174,51.0147927]},"properties":{"@type":"node","@id":98118577,"@timestamp":1194203881},"coords":"51.0147927,-0.7581174","bedrooms":"4","price":"155000","area":"507"} , +{"type":"Feature","id":"n98120184","geometry":{"type":"Point","coordinates":[-0.768264,51.0069966]},"properties":{"@type":"node","@id":98120184,"@timestamp":1366830822},"coords":"51.0069966,-0.768264","bedrooms":"0","price":"170000","area":"485"} , +{"type":"Feature","id":"n98221370","geometry":{"type":"Point","coordinates":[-0.0314101,51.4788369]},"properties":{"@type":"node","@id":98221370,"@timestamp":1569685286},"coords":"51.4788369,-0.0314101","bedrooms":"0","price":"210000","area":"672"} , +{"type":"Feature","id":"n98321001","geometry":{"type":"Point","coordinates":[-0.06875,51.799484]},"properties":{"@type":"node","@id":98321001,"@timestamp":1348432009},"coords":"51.799484,-0.06875","bedrooms":"2","price":"153000","area":"540"} , +{"type":"Feature","id":"n98323711","geometry":{"type":"Point","coordinates":[0.34391,51.5858645]},"properties":{"@type":"node","@id":98323711,"@timestamp":1194221478},"coords":"51.5858645,0.34391","bedrooms":"4","price":"283000","area":"509"} , +{"type":"Feature","id":"n98323750","geometry":{"type":"Point","coordinates":[0.3448014,51.5894425]},"properties":{"@type":"node","@id":98323750,"@timestamp":1194221482},"coords":"51.5894425,0.3448014","bedrooms":"2","price":"224000","area":"419"} , +{"type":"Feature","id":"n98670784","geometry":{"type":"Point","coordinates":[-0.7790215,50.9969038]},"properties":{"@type":"node","@id":98670784,"@timestamp":1194249713},"coords":"50.9969038,-0.7790215","bedrooms":"2","price":"225000","area":"523"} , +{"type":"Feature","id":"n98825716","geometry":{"type":"Point","coordinates":[-0.6114578,51.202213]},"properties":{"@type":"node","@id":98825716,"@timestamp":1194265705},"coords":"51.202213,-0.6114578","bedrooms":"2","price":"255000","area":"658"} , +{"type":"Feature","id":"n98890438","geometry":{"type":"Point","coordinates":[-0.6155774,51.2047223]},"properties":{"@type":"node","@id":98890438,"@timestamp":1194269624},"coords":"51.2047223,-0.6155774","bedrooms":"4","price":"263000","area":"664"} , +{"type":"Feature","id":"n98897864","geometry":{"type":"Point","coordinates":[-0.6469114,51.1901231]},"properties":{"@type":"node","@id":98897864,"@timestamp":1239201817},"coords":"51.1901231,-0.6469114","bedrooms":"2","price":"195000","area":"482"} , +{"type":"Feature","id":"n98902340","geometry":{"type":"Point","coordinates":[-0.6406602,51.1931844]},"properties":{"@type":"node","@id":98902340,"@timestamp":1194270486},"coords":"51.1931844,-0.6406602","bedrooms":"4","price":"256000","area":"454"} , +{"type":"Feature","id":"n98975742","geometry":{"type":"Point","coordinates":[-0.0749325,51.7974877]},"properties":{"@type":"node","@id":98975742,"@timestamp":1634896117},"coords":"51.7974877,-0.0749325","bedrooms":"4","price":"267000","area":"564"} , +{"type":"Feature","id":"n99249831","geometry":{"type":"Point","coordinates":[0.3284937,51.545389]},"properties":{"@type":"node","@id":99249831,"@timestamp":1194294254},"coords":"51.545389,0.3284937","bedrooms":"3","price":"243000","area":"593"} , +{"type":"Feature","id":"n99249930","geometry":{"type":"Point","coordinates":[0.3232525,51.5599084]},"properties":{"@type":"node","@id":99249930,"@timestamp":1194294258},"coords":"51.5599084,0.3232525","bedrooms":"4","price":"188000","area":"555"} , +{"type":"Feature","id":"n99250086","geometry":{"type":"Point","coordinates":[0.3460272,51.5528691]},"properties":{"@type":"node","@id":99250086,"@timestamp":1194294263},"coords":"51.5528691,0.3460272","bedrooms":"4","price":"261000","area":"679"} , +{"type":"Feature","id":"n99264200","geometry":{"type":"Point","coordinates":[0.1749305,51.5539268]},"properties":{"@type":"node","@id":99264200,"@timestamp":1194295017},"coords":"51.5539268,0.1749305","bedrooms":"0","price":"236000","area":"385"} , +{"type":"Feature","id":"n99264221","geometry":{"type":"Point","coordinates":[0.1765649,51.5547811]},"properties":{"@type":"node","@id":99264221,"@timestamp":1194295018},"coords":"51.5547811,0.1765649","bedrooms":"4","price":"241000","area":"427"} , +{"type":"Feature","id":"n99264271","geometry":{"type":"Point","coordinates":[0.1755248,51.5499894]},"properties":{"@type":"node","@id":99264271,"@timestamp":1194295022},"coords":"51.5499894,0.1755248","bedrooms":"4","price":"156000","area":"661"} , +{"type":"Feature","id":"n99264381","geometry":{"type":"Point","coordinates":[0.1804655,51.5409136]},"properties":{"@type":"node","@id":99264381,"@timestamp":1194295026},"coords":"51.5409136,0.1804655","bedrooms":"0","price":"230000","area":"407"} , +{"type":"Feature","id":"n99264426","geometry":{"type":"Point","coordinates":[0.1746815,51.5380078]},"properties":{"@type":"node","@id":99264426,"@timestamp":1203383097},"coords":"51.5380078,0.1746815","bedrooms":"2","price":"265000","area":"372"} , +{"type":"Feature","id":"n99264460","geometry":{"type":"Point","coordinates":[0.1713855,51.5436743]},"properties":{"@type":"node","@id":99264460,"@timestamp":1198709932},"coords":"51.5436743,0.1713855","bedrooms":"4","price":"226000","area":"357"} , +{"type":"Feature","id":"n99273522","geometry":{"type":"Point","coordinates":[0.0211722,51.2965498]},"properties":{"@type":"node","@id":99273522,"@timestamp":1234731967},"coords":"51.2965498,0.0211722","bedrooms":"1","price":"290000","area":"365"} , +{"type":"Feature","id":"n99287916","geometry":{"type":"Point","coordinates":[0.1726092,51.551174]},"properties":{"@type":"node","@id":99287916,"@timestamp":1194296177},"coords":"51.551174,0.1726092","bedrooms":"1","price":"157000","area":"593"} , +{"type":"Feature","id":"n99287973","geometry":{"type":"Point","coordinates":[0.1837295,51.55252]},"properties":{"@type":"node","@id":99287973,"@timestamp":1194296179},"coords":"51.55252,0.1837295","bedrooms":"0","price":"268000","area":"594"} , +{"type":"Feature","id":"n99288024","geometry":{"type":"Point","coordinates":[0.1852237,51.5505152]},"properties":{"@type":"node","@id":99288024,"@timestamp":1194296181},"coords":"51.5505152,0.1852237","bedrooms":"1","price":"154000","area":"407"} , +{"type":"Feature","id":"n99288067","geometry":{"type":"Point","coordinates":[0.183077,51.55078]},"properties":{"@type":"node","@id":99288067,"@timestamp":1194296182},"coords":"51.55078,0.183077","bedrooms":"1","price":"242000","area":"581"} , +{"type":"Feature","id":"n99288110","geometry":{"type":"Point","coordinates":[0.1854696,51.5535509]},"properties":{"@type":"node","@id":99288110,"@timestamp":1194296184},"coords":"51.5535509,0.1854696","bedrooms":"3","price":"263000","area":"617"} , +{"type":"Feature","id":"n99350246","geometry":{"type":"Point","coordinates":[-0.0057619,51.55054]},"properties":{"@type":"node","@id":99350246,"@timestamp":1611189145},"coords":"51.55054,-0.0057619","bedrooms":"1","price":"259000","area":"518"} , +{"type":"Feature","id":"n99459885","geometry":{"type":"Point","coordinates":[-0.7985421,51.211265]},"properties":{"@type":"node","@id":99459885,"@timestamp":1624261010},"coords":"51.211265,-0.7985421","bedrooms":"1","price":"198000","area":"398"} , +{"type":"Feature","id":"n99871211","geometry":{"type":"Point","coordinates":[-0.2856454,51.8015583]},"properties":{"@type":"node","@id":99871211,"@timestamp":1194342493},"coords":"51.8015583,-0.2856454","bedrooms":"3","price":"193000","area":"423"} , +{"type":"Feature","id":"n99937398","geometry":{"type":"Point","coordinates":[-0.134823,51.5423067]},"properties":{"@type":"node","@id":99937398,"@timestamp":1504922184},"coords":"51.5423067,-0.134823","bedrooms":"0","price":"218000","area":"362"} , +{"type":"Feature","id":"n100226099","geometry":{"type":"Point","coordinates":[-0.0143049,51.6663209]},"properties":{"@type":"node","@id":100226099,"@timestamp":1613330270},"coords":"51.6663209,-0.0143049","bedrooms":"2","price":"172000","area":"363"} , +{"type":"Feature","id":"n100327795","geometry":{"type":"Point","coordinates":[-0.0459063,51.4956984]},"properties":{"@type":"node","@id":100327795,"@timestamp":1564915270},"coords":"51.4956984,-0.0459063","bedrooms":"4","price":"248000","area":"358"} , +{"type":"Feature","id":"n100446312","geometry":{"type":"Point","coordinates":[0.0250064,51.5739381]},"properties":{"@type":"node","@id":100446312,"@timestamp":1572862694},"coords":"51.5739381,0.0250064","bedrooms":"4","price":"196000","area":"667"} , +{"type":"Feature","id":"n100505782","geometry":{"type":"Point","coordinates":[-0.1273028,51.5705248]},"properties":{"@type":"node","@id":100505782,"@timestamp":1621283784},"coords":"51.5705248,-0.1273028","bedrooms":"3","price":"221000","area":"615"} , +{"type":"Feature","id":"n101007031","geometry":{"type":"Point","coordinates":[-0.478572,51.0382343]},"properties":{"@type":"node","@id":101007031,"@timestamp":1194438990},"coords":"51.0382343,-0.478572","bedrooms":"0","price":"230000","area":"395"} , +{"type":"Feature","id":"n101007089","geometry":{"type":"Point","coordinates":[-0.4831903,51.0407189]},"properties":{"@type":"node","@id":101007089,"@timestamp":1194438993},"coords":"51.0407189,-0.4831903","bedrooms":"1","price":"256000","area":"591"} , +{"type":"Feature","id":"n101007161","geometry":{"type":"Point","coordinates":[-0.4845751,51.0412928]},"properties":{"@type":"node","@id":101007161,"@timestamp":1194438997},"coords":"51.0412928,-0.4845751","bedrooms":"1","price":"214000","area":"420"} , +{"type":"Feature","id":"n101007215","geometry":{"type":"Point","coordinates":[-0.4870778,51.0421637]},"properties":{"@type":"node","@id":101007215,"@timestamp":1194438999},"coords":"51.0421637,-0.4870778","bedrooms":"3","price":"253000","area":"691"} , +{"type":"Feature","id":"n101014811","geometry":{"type":"Point","coordinates":[-0.4932516,51.0412401]},"properties":{"@type":"node","@id":101014811,"@timestamp":1194439473},"coords":"51.0412401,-0.4932516","bedrooms":"0","price":"255000","area":"568"} , +{"type":"Feature","id":"n101014874","geometry":{"type":"Point","coordinates":[-0.487254,51.0427164]},"properties":{"@type":"node","@id":101014874,"@timestamp":1194439476},"coords":"51.0427164,-0.487254","bedrooms":"1","price":"171000","area":"437"} , +{"type":"Feature","id":"n101204393","geometry":{"type":"Point","coordinates":[-0.4755084,51.0398515]},"properties":{"@type":"node","@id":101204393,"@timestamp":1194450594},"coords":"51.0398515,-0.4755084","bedrooms":"2","price":"274000","area":"515"} , +{"type":"Feature","id":"n101204567","geometry":{"type":"Point","coordinates":[-0.4702618,51.0412692]},"properties":{"@type":"node","@id":101204567,"@timestamp":1194450601},"coords":"51.0412692,-0.4702618","bedrooms":"3","price":"293000","area":"403"} , +{"type":"Feature","id":"n101310285","geometry":{"type":"Point","coordinates":[-0.0331073,51.4845703]},"properties":{"@type":"node","@id":101310285,"@timestamp":1625447124},"coords":"51.4845703,-0.0331073","bedrooms":"1","price":"238000","area":"445"} , +{"type":"Feature","id":"n101534898","geometry":{"type":"Point","coordinates":[-0.0919617,51.3022008]},"properties":{"@type":"node","@id":101534898,"@timestamp":1194475592},"coords":"51.3022008,-0.0919617","bedrooms":"1","price":"157000","area":"374"} , +{"type":"Feature","id":"n102647290","geometry":{"type":"Point","coordinates":[-0.1568511,51.8223442]},"properties":{"@type":"node","@id":102647290,"@timestamp":1328336331},"coords":"51.8223442,-0.1568511","bedrooms":"0","price":"226000","area":"560"} , +{"type":"Feature","id":"n102738699","geometry":{"type":"Point","coordinates":[-0.0593738,51.4682729]},"properties":{"@type":"node","@id":102738699,"@timestamp":1330710846},"coords":"51.4682729,-0.0593738","bedrooms":"4","price":"224000","area":"640"} , +{"type":"Feature","id":"n102743029","geometry":{"type":"Point","coordinates":[-0.0566992,51.4598845]},"properties":{"@type":"node","@id":102743029,"@timestamp":1520947335},"coords":"51.4598845,-0.0566992","bedrooms":"1","price":"152000","area":"608"} , +{"type":"Feature","id":"n102945781","geometry":{"type":"Point","coordinates":[-0.0512877,51.4673795]},"properties":{"@type":"node","@id":102945781,"@timestamp":1614091321},"coords":"51.4673795,-0.0512877","bedrooms":"4","price":"247000","area":"695"} , +{"type":"Feature","id":"n102966025","geometry":{"type":"Point","coordinates":[-0.15759,51.5095878]},"properties":{"@type":"node","@id":102966025,"@timestamp":1597423191},"coords":"51.5095878,-0.15759","bedrooms":"2","price":"152000","area":"490"} , +{"type":"Feature","id":"n102984141","geometry":{"type":"Point","coordinates":[-0.0036048,51.5094902]},"properties":{"@type":"node","@id":102984141,"@timestamp":1630285792},"coords":"51.5094902,-0.0036048","bedrooms":"2","price":"158000","area":"356"} , +{"type":"Feature","id":"n104214841","geometry":{"type":"Point","coordinates":[-0.5490945,51.4300161]},"properties":{"@type":"node","@id":104214841,"@timestamp":1194624675},"coords":"51.4300161,-0.5490945","bedrooms":"2","price":"194000","area":"597"} , +{"type":"Feature","id":"n104214929","geometry":{"type":"Point","coordinates":[-0.5437051,51.4307701]},"properties":{"@type":"node","@id":104214929,"@timestamp":1194624680},"coords":"51.4307701,-0.5437051","bedrooms":"4","price":"229000","area":"589"} , +{"type":"Feature","id":"n104246911","geometry":{"type":"Point","coordinates":[-0.0361888,51.6914652]},"properties":{"@type":"node","@id":104246911,"@timestamp":1194626945},"coords":"51.6914652,-0.0361888","bedrooms":"2","price":"287000","area":"350"} , +{"type":"Feature","id":"n104313421","geometry":{"type":"Point","coordinates":[-0.075326,51.4869499]},"properties":{"@type":"node","@id":104313421,"@timestamp":1378847677},"coords":"51.4869499,-0.075326","bedrooms":"1","price":"216000","area":"575"} , +{"type":"Feature","id":"n105530151","geometry":{"type":"Point","coordinates":[-0.5888213,51.2573847]},"properties":{"@type":"node","@id":105530151,"@timestamp":1417696609},"coords":"51.2573847,-0.5888213","bedrooms":"3","price":"256000","area":"469"} , +{"type":"Feature","id":"n105530413","geometry":{"type":"Point","coordinates":[-0.5857941,51.2637007]},"properties":{"@type":"node","@id":105530413,"@timestamp":1194696464},"coords":"51.2637007,-0.5857941","bedrooms":"4","price":"236000","area":"537"} , +{"type":"Feature","id":"n105530633","geometry":{"type":"Point","coordinates":[-0.585978,51.2617104]},"properties":{"@type":"node","@id":105530633,"@timestamp":1194696471},"coords":"51.2617104,-0.585978","bedrooms":"0","price":"156000","area":"430"} , +{"type":"Feature","id":"n105538440","geometry":{"type":"Point","coordinates":[-0.5942819,51.2629107]},"properties":{"@type":"node","@id":105538440,"@timestamp":1194696925},"coords":"51.2629107,-0.5942819","bedrooms":"2","price":"291000","area":"511"} , +{"type":"Feature","id":"n105538495","geometry":{"type":"Point","coordinates":[-0.5865189,51.2637975]},"properties":{"@type":"node","@id":105538495,"@timestamp":1194696927},"coords":"51.2637975,-0.5865189","bedrooms":"0","price":"204000","area":"380"} , +{"type":"Feature","id":"n105545800","geometry":{"type":"Point","coordinates":[-0.0891093,51.3893596]},"properties":{"@type":"node","@id":105545800,"@timestamp":1533611849},"coords":"51.3893596,-0.0891093","bedrooms":"0","price":"151000","area":"660"} , +{"type":"Feature","id":"n105594648","geometry":{"type":"Point","coordinates":[0.4528618,51.5067866]},"properties":{"@type":"node","@id":105594648,"@timestamp":1194700124},"coords":"51.5067866,0.4528618","bedrooms":"0","price":"249000","area":"590"} , +{"type":"Feature","id":"n105654283","geometry":{"type":"Point","coordinates":[-0.0704287,51.4745402]},"properties":{"@type":"node","@id":105654283,"@timestamp":1401739999},"coords":"51.4745402,-0.0704287","bedrooms":"4","price":"184000","area":"433"} , +{"type":"Feature","id":"n105694281","geometry":{"type":"Point","coordinates":[-0.6903564,50.9511161]},"properties":{"@type":"node","@id":105694281,"@timestamp":1194706305},"coords":"50.9511161,-0.6903564","bedrooms":"1","price":"186000","area":"495"} , +{"type":"Feature","id":"n105694392","geometry":{"type":"Point","coordinates":[-0.6593519,50.9629212]},"properties":{"@type":"node","@id":105694392,"@timestamp":1194706313},"coords":"50.9629212,-0.6593519","bedrooms":"1","price":"253000","area":"631"} , +{"type":"Feature","id":"n105694479","geometry":{"type":"Point","coordinates":[-0.6473871,50.9677463]},"properties":{"@type":"node","@id":105694479,"@timestamp":1194706317},"coords":"50.9677463,-0.6473871","bedrooms":"2","price":"285000","area":"629"} , +{"type":"Feature","id":"n105845190","geometry":{"type":"Point","coordinates":[-0.0696829,51.7897163]},"properties":{"@type":"node","@id":105845190,"@timestamp":1589646767},"coords":"51.7897163,-0.0696829","bedrooms":"3","price":"268000","area":"552"} , +{"type":"Feature","id":"n105942973","geometry":{"type":"Point","coordinates":[-0.0740744,51.7932713]},"properties":{"@type":"node","@id":105942973,"@timestamp":1589646767},"coords":"51.7932713,-0.0740744","bedrooms":"4","price":"158000","area":"414"} , +{"type":"Feature","id":"n105981260","geometry":{"type":"Point","coordinates":[-0.0532426,51.97059]},"properties":{"@type":"node","@id":105981260,"@timestamp":1194720798},"coords":"51.97059,-0.0532426","bedrooms":"1","price":"267000","area":"458"} , +{"type":"Feature","id":"n105981346","geometry":{"type":"Point","coordinates":[-0.0350021,51.9650365]},"properties":{"@type":"node","@id":105981346,"@timestamp":1194720802},"coords":"51.9650365,-0.0350021","bedrooms":"1","price":"271000","area":"564"} , +{"type":"Feature","id":"n105981650","geometry":{"type":"Point","coordinates":[-0.0511702,51.9556323]},"properties":{"@type":"node","@id":105981650,"@timestamp":1194720811},"coords":"51.9556323,-0.0511702","bedrooms":"3","price":"187000","area":"368"} , +{"type":"Feature","id":"n105997738","geometry":{"type":"Point","coordinates":[-0.0840945,51.781731]},"properties":{"@type":"node","@id":105997738,"@timestamp":1194721574},"coords":"51.781731,-0.0840945","bedrooms":"3","price":"264000","area":"687"} , +{"type":"Feature","id":"n105997910","geometry":{"type":"Point","coordinates":[-0.0862549,51.7860291]},"properties":{"@type":"node","@id":105997910,"@timestamp":1348432079},"coords":"51.7860291,-0.0862549","bedrooms":"3","price":"198000","area":"575"} , +{"type":"Feature","id":"n106222337","geometry":{"type":"Point","coordinates":[-0.3019728,51.6150229]},"properties":{"@type":"node","@id":106222337,"@timestamp":1621593857},"coords":"51.6150229,-0.3019728","bedrooms":"0","price":"267000","area":"640"} , +{"type":"Feature","id":"n106285326","geometry":{"type":"Point","coordinates":[-0.0964701,51.467543]},"properties":{"@type":"node","@id":106285326,"@timestamp":1592197222},"coords":"51.467543,-0.0964701","bedrooms":"3","price":"212000","area":"676"} , +{"type":"Feature","id":"n106359054","geometry":{"type":"Point","coordinates":[-0.0620242,51.7647223]},"properties":{"@type":"node","@id":106359054,"@timestamp":1194740107},"coords":"51.7647223,-0.0620242","bedrooms":"1","price":"159000","area":"399"} , +{"type":"Feature","id":"n106359076","geometry":{"type":"Point","coordinates":[-0.0639294,51.7637851]},"properties":{"@type":"node","@id":106359076,"@timestamp":1194740108},"coords":"51.7637851,-0.0639294","bedrooms":"0","price":"185000","area":"375"} , +{"type":"Feature","id":"n106359109","geometry":{"type":"Point","coordinates":[-0.0653353,51.7625454]},"properties":{"@type":"node","@id":106359109,"@timestamp":1194740109},"coords":"51.7625454,-0.0653353","bedrooms":"3","price":"219000","area":"666"} , +{"type":"Feature","id":"n106359183","geometry":{"type":"Point","coordinates":[-0.068109,51.7595688]},"properties":{"@type":"node","@id":106359183,"@timestamp":1194740111},"coords":"51.7595688,-0.068109","bedrooms":"0","price":"207000","area":"538"} , +{"type":"Feature","id":"n106372573","geometry":{"type":"Point","coordinates":[-0.0451574,51.7624605]},"properties":{"@type":"node","@id":106372573,"@timestamp":1194740777},"coords":"51.7624605,-0.0451574","bedrooms":"1","price":"199000","area":"659"} , +{"type":"Feature","id":"n107216890","geometry":{"type":"Point","coordinates":[-0.0728789,51.3936062]},"properties":{"@type":"node","@id":107216890,"@timestamp":1353111046},"coords":"51.3936062,-0.0728789","bedrooms":"2","price":"161000","area":"394"} , +{"type":"Feature","id":"n107262646","geometry":{"type":"Point","coordinates":[-0.0431569,51.4096366]},"properties":{"@type":"node","@id":107262646,"@timestamp":1560311712},"coords":"51.4096366,-0.0431569","bedrooms":"3","price":"237000","area":"642"} , +{"type":"Feature","id":"n107283547","geometry":{"type":"Point","coordinates":[-0.1261326,51.4726401]},"properties":{"@type":"node","@id":107283547,"@timestamp":1591097275},"coords":"51.4726401,-0.1261326","bedrooms":"2","price":"277000","area":"610"} , +{"type":"Feature","id":"n107354789","geometry":{"type":"Point","coordinates":[-0.5725891,51.252641]},"properties":{"@type":"node","@id":107354789,"@timestamp":1194786586},"coords":"51.252641,-0.5725891","bedrooms":"3","price":"228000","area":"575"} , +{"type":"Feature","id":"n107384700","geometry":{"type":"Point","coordinates":[-0.5835516,51.2567555]},"properties":{"@type":"node","@id":107384700,"@timestamp":1194787766},"coords":"51.2567555,-0.5835516","bedrooms":"3","price":"214000","area":"458"} , +{"type":"Feature","id":"n107412257","geometry":{"type":"Point","coordinates":[-0.5830403,51.2587052]},"properties":{"@type":"node","@id":107412257,"@timestamp":1194789420},"coords":"51.2587052,-0.5830403","bedrooms":"1","price":"171000","area":"637"} , +{"type":"Feature","id":"n107412285","geometry":{"type":"Point","coordinates":[-0.5828162,51.260244]},"properties":{"@type":"node","@id":107412285,"@timestamp":1195297226},"coords":"51.260244,-0.5828162","bedrooms":"3","price":"284000","area":"451"} , +{"type":"Feature","id":"n107412572","geometry":{"type":"Point","coordinates":[-0.5776968,51.2617765]},"properties":{"@type":"node","@id":107412572,"@timestamp":1231685849},"coords":"51.2617765,-0.5776968","bedrooms":"1","price":"269000","area":"560"} , +{"type":"Feature","id":"n107412701","geometry":{"type":"Point","coordinates":[-0.5756624,51.256112]},"properties":{"@type":"node","@id":107412701,"@timestamp":1194789070},"coords":"51.256112,-0.5756624","bedrooms":"1","price":"176000","area":"497"} , +{"type":"Feature","id":"n107413687","geometry":{"type":"Point","coordinates":[-0.583712,51.263285]},"properties":{"@type":"node","@id":107413687,"@timestamp":1280317480},"coords":"51.263285,-0.583712","bedrooms":"2","price":"186000","area":"611"} , +{"type":"Feature","id":"n107415982","geometry":{"type":"Point","coordinates":[-0.5746218,51.2591779]},"properties":{"@type":"node","@id":107415982,"@timestamp":1194789239},"coords":"51.2591779,-0.5746218","bedrooms":"2","price":"168000","area":"375"} , +{"type":"Feature","id":"n107425891","geometry":{"type":"Point","coordinates":[-0.5837992,51.2616302]},"properties":{"@type":"node","@id":107425891,"@timestamp":1195297906},"coords":"51.2616302,-0.5837992","bedrooms":"3","price":"195000","area":"441"} , +{"type":"Feature","id":"n107460872","geometry":{"type":"Point","coordinates":[-0.5736458,51.2522007]},"properties":{"@type":"node","@id":107460872,"@timestamp":1586381879},"coords":"51.2522007,-0.5736458","bedrooms":"2","price":"240000","area":"666"} , +{"type":"Feature","id":"n107605949","geometry":{"type":"Point","coordinates":[0.4018214,51.5231331]},"properties":{"@type":"node","@id":107605949,"@timestamp":1330802115},"coords":"51.5231331,0.4018214","bedrooms":"3","price":"252000","area":"533"} , +{"type":"Feature","id":"n107635366","geometry":{"type":"Point","coordinates":[0.4260634,51.5440863]},"properties":{"@type":"node","@id":107635366,"@timestamp":1194798325},"coords":"51.5440863,0.4260634","bedrooms":"4","price":"214000","area":"490"} , +{"type":"Feature","id":"n107671923","geometry":{"type":"Point","coordinates":[-0.5230081,50.9599657]},"properties":{"@type":"node","@id":107671923,"@timestamp":1194799833},"coords":"50.9599657,-0.5230081","bedrooms":"3","price":"273000","area":"618"} , +{"type":"Feature","id":"n107672052","geometry":{"type":"Point","coordinates":[-0.5296973,50.9585594]},"properties":{"@type":"node","@id":107672052,"@timestamp":1209299644},"coords":"50.9585594,-0.5296973","bedrooms":"3","price":"213000","area":"535"} , +{"type":"Feature","id":"n108035366","geometry":{"type":"Point","coordinates":[-0.1265085,51.4814843]},"properties":{"@type":"node","@id":108035366,"@timestamp":1194812013},"coords":"51.4814843,-0.1265085","bedrooms":"2","price":"185000","area":"486"} , +{"type":"Feature","id":"n108035448","geometry":{"type":"Point","coordinates":[-0.1288392,51.4786906]},"properties":{"@type":"node","@id":108035448,"@timestamp":1194812015},"coords":"51.4786906,-0.1288392","bedrooms":"1","price":"225000","area":"567"} , +{"type":"Feature","id":"n108035522","geometry":{"type":"Point","coordinates":[-0.1313909,51.4752924]},"properties":{"@type":"node","@id":108035522,"@timestamp":1632047942},"coords":"51.4752924,-0.1313909","bedrooms":"1","price":"274000","area":"368"} , +{"type":"Feature","id":"n108097418","geometry":{"type":"Point","coordinates":[-0.707075,51.8063341]},"properties":{"@type":"node","@id":108097418,"@timestamp":1194814004},"coords":"51.8063341,-0.707075","bedrooms":"4","price":"299000","area":"636"} , +{"type":"Feature","id":"n108515999","geometry":{"type":"Point","coordinates":[-1.0873969,50.9585268]},"properties":{"@type":"node","@id":108515999,"@timestamp":1194827825},"coords":"50.9585268,-1.0873969","bedrooms":"2","price":"193000","area":"425"} , +{"type":"Feature","id":"n108516057","geometry":{"type":"Point","coordinates":[-1.0681875,50.9500784]},"properties":{"@type":"node","@id":108516057,"@timestamp":1194827826},"coords":"50.9500784,-1.0681875","bedrooms":"0","price":"152000","area":"406"} , +{"type":"Feature","id":"n110073112","geometry":{"type":"Point","coordinates":[-0.1385005,51.4809133]},"properties":{"@type":"node","@id":110073112,"@timestamp":1429688944},"coords":"51.4809133,-0.1385005","bedrooms":"4","price":"193000","area":"484"} , +{"type":"Feature","id":"n110122882","geometry":{"type":"Point","coordinates":[-0.1428402,51.4683003]},"properties":{"@type":"node","@id":110122882,"@timestamp":1591097275},"coords":"51.4683003,-0.1428402","bedrooms":"4","price":"193000","area":"385"} , +{"type":"Feature","id":"n110262677","geometry":{"type":"Point","coordinates":[-0.1311788,51.4632707]},"properties":{"@type":"node","@id":110262677,"@timestamp":1409399932},"coords":"51.4632707,-0.1311788","bedrooms":"0","price":"286000","area":"676"} , +{"type":"Feature","id":"n110308714","geometry":{"type":"Point","coordinates":[-0.0965336,51.4779269]},"properties":{"@type":"node","@id":110308714,"@timestamp":1593811564},"coords":"51.4779269,-0.0965336","bedrooms":"4","price":"261000","area":"369"} , +{"type":"Feature","id":"n110632613","geometry":{"type":"Point","coordinates":[-0.0559278,51.7996144]},"properties":{"@type":"node","@id":110632613,"@timestamp":1618160571},"coords":"51.7996144,-0.0559278","bedrooms":"3","price":"240000","area":"524"} , +{"type":"Feature","id":"n111072496","geometry":{"type":"Point","coordinates":[0.5056963,51.5272456]},"properties":{"@type":"node","@id":111072496,"@timestamp":1194940374},"coords":"51.5272456,0.5056963","bedrooms":"1","price":"289000","area":"577"} , +{"type":"Feature","id":"n111073957","geometry":{"type":"Point","coordinates":[0.5041807,51.5300602]},"properties":{"@type":"node","@id":111073957,"@timestamp":1194940426},"coords":"51.5300602,0.5041807","bedrooms":"0","price":"224000","area":"503"} , +{"type":"Feature","id":"n111074458","geometry":{"type":"Point","coordinates":[0.505982,51.5270336]},"properties":{"@type":"node","@id":111074458,"@timestamp":1194940443},"coords":"51.5270336,0.505982","bedrooms":"0","price":"183000","area":"657"} , +{"type":"Feature","id":"n111075812","geometry":{"type":"Point","coordinates":[0.501827,51.530893]},"properties":{"@type":"node","@id":111075812,"@timestamp":1194940493},"coords":"51.530893,0.501827","bedrooms":"0","price":"176000","area":"622"} , +{"type":"Feature","id":"n111077261","geometry":{"type":"Point","coordinates":[0.489314,51.5296862]},"properties":{"@type":"node","@id":111077261,"@timestamp":1194940548},"coords":"51.5296862,0.489314","bedrooms":"2","price":"198000","area":"454"} , +{"type":"Feature","id":"n111511794","geometry":{"type":"Point","coordinates":[-0.0505238,51.5969916]},"properties":{"@type":"node","@id":111511794,"@timestamp":1617461325},"coords":"51.5969916,-0.0505238","bedrooms":"1","price":"221000","area":"571"} , +{"type":"Feature","id":"n112147702","geometry":{"type":"Point","coordinates":[-0.5792466,51.2455155]},"properties":{"@type":"node","@id":112147702,"@timestamp":1425150186},"coords":"51.2455155,-0.5792466","bedrooms":"3","price":"166000","area":"605"} , +{"type":"Feature","id":"n114144836","geometry":{"type":"Point","coordinates":[-0.9323625,51.7963832]},"properties":{"@type":"node","@id":114144836,"@timestamp":1195071149},"coords":"51.7963832,-0.9323625","bedrooms":"3","price":"248000","area":"501"} , +{"type":"Feature","id":"n114144964","geometry":{"type":"Point","coordinates":[-0.6884955,51.8009199]},"properties":{"@type":"node","@id":114144964,"@timestamp":1195071157},"coords":"51.8009199,-0.6884955","bedrooms":"0","price":"185000","area":"611"} , +{"type":"Feature","id":"n114144993","geometry":{"type":"Point","coordinates":[-0.6830917,51.8032871]},"properties":{"@type":"node","@id":114144993,"@timestamp":1195071159},"coords":"51.8032871,-0.6830917","bedrooms":"3","price":"227000","area":"605"} , +{"type":"Feature","id":"n114145012","geometry":{"type":"Point","coordinates":[-0.6811529,51.8023081]},"properties":{"@type":"node","@id":114145012,"@timestamp":1195071160},"coords":"51.8023081,-0.6811529","bedrooms":"0","price":"234000","area":"604"} , +{"type":"Feature","id":"n114145028","geometry":{"type":"Point","coordinates":[-0.6841442,51.8049488]},"properties":{"@type":"node","@id":114145028,"@timestamp":1195071161},"coords":"51.8049488,-0.6841442","bedrooms":"2","price":"161000","area":"559"} , +{"type":"Feature","id":"n114145049","geometry":{"type":"Point","coordinates":[-0.6866791,51.8045713]},"properties":{"@type":"node","@id":114145049,"@timestamp":1195071162},"coords":"51.8045713,-0.6866791","bedrooms":"1","price":"170000","area":"515"} , +{"type":"Feature","id":"n114145066","geometry":{"type":"Point","coordinates":[-0.6899905,51.8046314]},"properties":{"@type":"node","@id":114145066,"@timestamp":1195071163},"coords":"51.8046314,-0.6899905","bedrooms":"0","price":"211000","area":"534"} , +{"type":"Feature","id":"n114145084","geometry":{"type":"Point","coordinates":[-0.6923667,51.8053477]},"properties":{"@type":"node","@id":114145084,"@timestamp":1195071164},"coords":"51.8053477,-0.6923667","bedrooms":"2","price":"184000","area":"565"} , +{"type":"Feature","id":"n114145107","geometry":{"type":"Point","coordinates":[-0.6946942,51.8086003]},"properties":{"@type":"node","@id":114145107,"@timestamp":1215207249},"coords":"51.8086003,-0.6946942","bedrooms":"3","price":"198000","area":"652"} , +{"type":"Feature","id":"n114145175","geometry":{"type":"Point","coordinates":[-0.6953886,51.8014982]},"properties":{"@type":"node","@id":114145175,"@timestamp":1195071169},"coords":"51.8014982,-0.6953886","bedrooms":"4","price":"164000","area":"610"} , +{"type":"Feature","id":"n114145193","geometry":{"type":"Point","coordinates":[-0.6943549,51.7990443]},"properties":{"@type":"node","@id":114145193,"@timestamp":1195071170},"coords":"51.7990443,-0.6943549","bedrooms":"1","price":"268000","area":"684"} , +{"type":"Feature","id":"n114145229","geometry":{"type":"Point","coordinates":[-0.5998856,51.6050322]},"properties":{"@type":"node","@id":114145229,"@timestamp":1195071171},"coords":"51.6050322,-0.5998856","bedrooms":"2","price":"264000","area":"578"} , +{"type":"Feature","id":"n114145296","geometry":{"type":"Point","coordinates":[-0.6113692,51.6122263]},"properties":{"@type":"node","@id":114145296,"@timestamp":1195071174},"coords":"51.6122263,-0.6113692","bedrooms":"4","price":"290000","area":"663"} , +{"type":"Feature","id":"n114145327","geometry":{"type":"Point","coordinates":[-0.6111988,51.6205759]},"properties":{"@type":"node","@id":114145327,"@timestamp":1195071176},"coords":"51.6205759,-0.6111988","bedrooms":"0","price":"229000","area":"495"} , +{"type":"Feature","id":"n114145343","geometry":{"type":"Point","coordinates":[-0.6163676,51.6210158]},"properties":{"@type":"node","@id":114145343,"@timestamp":1195071177},"coords":"51.6210158,-0.6163676","bedrooms":"0","price":"227000","area":"485"} , +{"type":"Feature","id":"n114145381","geometry":{"type":"Point","coordinates":[-0.6116577,51.6224772]},"properties":{"@type":"node","@id":114145381,"@timestamp":1195071179},"coords":"51.6224772,-0.6116577","bedrooms":"4","price":"174000","area":"388"} , +{"type":"Feature","id":"n114145456","geometry":{"type":"Point","coordinates":[-0.584211,51.6282669]},"properties":{"@type":"node","@id":114145456,"@timestamp":1195071183},"coords":"51.6282669,-0.584211","bedrooms":"2","price":"224000","area":"674"} , +{"type":"Feature","id":"n114161352","geometry":{"type":"Point","coordinates":[-0.891489,51.7969812]},"properties":{"@type":"node","@id":114161352,"@timestamp":1195074026},"coords":"51.7969812,-0.891489","bedrooms":"3","price":"268000","area":"613"} , +{"type":"Feature","id":"n114247767","geometry":{"type":"Point","coordinates":[-0.1293222,51.5674182]},"properties":{"@type":"node","@id":114247767,"@timestamp":1195077986},"coords":"51.5674182,-0.1293222","bedrooms":"0","price":"250000","area":"410"} , +{"type":"Feature","id":"n114348789","geometry":{"type":"Point","coordinates":[-0.0882654,51.6608102]},"properties":{"@type":"node","@id":114348789,"@timestamp":1297619435},"coords":"51.6608102,-0.0882654","bedrooms":"0","price":"279000","area":"629"} , +{"type":"Feature","id":"n114962342","geometry":{"type":"Point","coordinates":[-0.6471726,51.7869521]},"properties":{"@type":"node","@id":114962342,"@timestamp":1196539650},"coords":"51.7869521,-0.6471726","bedrooms":"4","price":"253000","area":"438"} , +{"type":"Feature","id":"n114979105","geometry":{"type":"Point","coordinates":[-0.8967863,51.8954878]},"properties":{"@type":"node","@id":114979105,"@timestamp":1195121942},"coords":"51.8954878,-0.8967863","bedrooms":"0","price":"281000","area":"475"} , +{"type":"Feature","id":"n115344406","geometry":{"type":"Point","coordinates":[0.181766,51.8795147]},"properties":{"@type":"node","@id":115344406,"@timestamp":1619904070},"coords":"51.8795147,0.181766","bedrooms":"1","price":"279000","area":"390"} , +{"type":"Feature","id":"n115992830","geometry":{"type":"Point","coordinates":[-1.1103513,51.2378533]},"properties":{"@type":"node","@id":115992830,"@timestamp":1600170116},"coords":"51.2378533,-1.1103513","bedrooms":"0","price":"293000","area":"659"} , +{"type":"Feature","id":"n116112963","geometry":{"type":"Point","coordinates":[0.007257,51.5315066]},"properties":{"@type":"node","@id":116112963,"@timestamp":1617618862},"coords":"51.5315066,0.007257","bedrooms":"3","price":"159000","area":"378"} , +{"type":"Feature","id":"n117400876","geometry":{"type":"Point","coordinates":[-0.3776783,51.9462712]},"properties":{"@type":"node","@id":117400876,"@timestamp":1210637796},"coords":"51.9462712,-0.3776783","bedrooms":"0","price":"155000","area":"642"} , +{"type":"Feature","id":"n117798008","geometry":{"type":"Point","coordinates":[-0.9447075,51.426007]},"properties":{"@type":"node","@id":117798008,"@timestamp":1215726026},"coords":"51.426007,-0.9447075","bedrooms":"4","price":"255000","area":"660"} , +{"type":"Feature","id":"n117807637","geometry":{"type":"Point","coordinates":[-0.4345664,51.8453247]},"properties":{"@type":"node","@id":117807637,"@timestamp":1202917927},"coords":"51.8453247,-0.4345664","bedrooms":"0","price":"251000","area":"449"} , +{"type":"Feature","id":"n117807679","geometry":{"type":"Point","coordinates":[-0.4373907,51.8450373]},"properties":{"@type":"node","@id":117807679,"@timestamp":1195238892},"coords":"51.8450373,-0.4373907","bedrooms":"2","price":"181000","area":"618"} , +{"type":"Feature","id":"n117807722","geometry":{"type":"Point","coordinates":[-0.4441355,51.8398452]},"properties":{"@type":"node","@id":117807722,"@timestamp":1195238893},"coords":"51.8398452,-0.4441355","bedrooms":"2","price":"274000","area":"622"} , +{"type":"Feature","id":"n117807755","geometry":{"type":"Point","coordinates":[-0.4623002,51.8462796]},"properties":{"@type":"node","@id":117807755,"@timestamp":1195238894},"coords":"51.8462796,-0.4623002","bedrooms":"3","price":"290000","area":"395"} , +{"type":"Feature","id":"n117830748","geometry":{"type":"Point","coordinates":[-0.4990792,51.842514]},"properties":{"@type":"node","@id":117830748,"@timestamp":1207654231},"coords":"51.842514,-0.4990792","bedrooms":"4","price":"195000","area":"553"} , +{"type":"Feature","id":"n117830808","geometry":{"type":"Point","coordinates":[-0.4984698,51.8373858]},"properties":{"@type":"node","@id":117830808,"@timestamp":1207653253},"coords":"51.8373858,-0.4984698","bedrooms":"1","price":"283000","area":"545"} , +{"type":"Feature","id":"n117830890","geometry":{"type":"Point","coordinates":[-0.5031202,51.8406243]},"properties":{"@type":"node","@id":117830890,"@timestamp":1195239645},"coords":"51.8406243,-0.5031202","bedrooms":"3","price":"285000","area":"550"} , +{"type":"Feature","id":"n117846539","geometry":{"type":"Point","coordinates":[-0.529767,51.8028851]},"properties":{"@type":"node","@id":117846539,"@timestamp":1208137749},"coords":"51.8028851,-0.529767","bedrooms":"2","price":"176000","area":"529"} , +{"type":"Feature","id":"n117846615","geometry":{"type":"Point","coordinates":[-0.5558038,51.8219786]},"properties":{"@type":"node","@id":117846615,"@timestamp":1207920042},"coords":"51.8219786,-0.5558038","bedrooms":"4","price":"251000","area":"541"} , +{"type":"Feature","id":"n117846704","geometry":{"type":"Point","coordinates":[-0.5801797,51.8291932]},"properties":{"@type":"node","@id":117846704,"@timestamp":1207921172},"coords":"51.8291932,-0.5801797","bedrooms":"4","price":"232000","area":"389"} , +{"type":"Feature","id":"n117846846","geometry":{"type":"Point","coordinates":[-0.5837049,51.8260103]},"properties":{"@type":"node","@id":117846846,"@timestamp":1207921172},"coords":"51.8260103,-0.5837049","bedrooms":"4","price":"292000","area":"515"} , +{"type":"Feature","id":"n117864003","geometry":{"type":"Point","coordinates":[-0.679683,51.777013]},"properties":{"@type":"node","@id":117864003,"@timestamp":1210459277},"coords":"51.777013,-0.679683","bedrooms":"0","price":"244000","area":"626"} , +{"type":"Feature","id":"n117882140","geometry":{"type":"Point","coordinates":[0.062366,51.5398874]},"properties":{"@type":"node","@id":117882140,"@timestamp":1583451152},"coords":"51.5398874,0.062366","bedrooms":"2","price":"209000","area":"643"} , +{"type":"Feature","id":"n117944139","geometry":{"type":"Point","coordinates":[0.0654261,51.5366793]},"properties":{"@type":"node","@id":117944139,"@timestamp":1315914548},"coords":"51.5366793,0.0654261","bedrooms":"0","price":"227000","area":"431"} , +{"type":"Feature","id":"n118245290","geometry":{"type":"Point","coordinates":[0.0400763,51.5389255]},"properties":{"@type":"node","@id":118245290,"@timestamp":1236899986},"coords":"51.5389255,0.0400763","bedrooms":"4","price":"221000","area":"638"} , +{"type":"Feature","id":"n118279623","geometry":{"type":"Point","coordinates":[-0.605576,51.7498596]},"properties":{"@type":"node","@id":118279623,"@timestamp":1210457421},"coords":"51.7498596,-0.605576","bedrooms":"1","price":"228000","area":"413"} , +{"type":"Feature","id":"n118284827","geometry":{"type":"Point","coordinates":[-0.54715,51.7370446]},"properties":{"@type":"node","@id":118284827,"@timestamp":1208115459},"coords":"51.7370446,-0.54715","bedrooms":"0","price":"183000","area":"358"} , +{"type":"Feature","id":"n118307671","geometry":{"type":"Point","coordinates":[-0.546451,51.6875507]},"properties":{"@type":"node","@id":118307671,"@timestamp":1195257484},"coords":"51.6875507,-0.546451","bedrooms":"0","price":"185000","area":"448"} , +{"type":"Feature","id":"n118307746","geometry":{"type":"Point","coordinates":[-0.5360435,51.6809356]},"properties":{"@type":"node","@id":118307746,"@timestamp":1195257487},"coords":"51.6809356,-0.5360435","bedrooms":"0","price":"227000","area":"568"} , +{"type":"Feature","id":"n118307876","geometry":{"type":"Point","coordinates":[-0.5122819,51.6868613]},"properties":{"@type":"node","@id":118307876,"@timestamp":1195257491},"coords":"51.6868613,-0.5122819","bedrooms":"2","price":"199000","area":"499"} , +{"type":"Feature","id":"n118307936","geometry":{"type":"Point","coordinates":[-0.5178729,51.6779076]},"properties":{"@type":"node","@id":118307936,"@timestamp":1195257494},"coords":"51.6779076,-0.5178729","bedrooms":"0","price":"186000","area":"522"} , +{"type":"Feature","id":"n118308022","geometry":{"type":"Point","coordinates":[-0.518473,51.6705033]},"properties":{"@type":"node","@id":118308022,"@timestamp":1195257496},"coords":"51.6705033,-0.518473","bedrooms":"1","price":"295000","area":"531"} , +{"type":"Feature","id":"n118308105","geometry":{"type":"Point","coordinates":[-0.5127295,51.6797876]},"properties":{"@type":"node","@id":118308105,"@timestamp":1195257499},"coords":"51.6797876,-0.5127295","bedrooms":"4","price":"244000","area":"476"} , +{"type":"Feature","id":"n119007154","geometry":{"type":"Point","coordinates":[0.0261353,51.5531476]},"properties":{"@type":"node","@id":119007154,"@timestamp":1629792433},"coords":"51.5531476,0.0261353","bedrooms":"1","price":"213000","area":"499"} , +{"type":"Feature","id":"n119020388","geometry":{"type":"Point","coordinates":[0.0262635,51.5418341]},"properties":{"@type":"node","@id":119020388,"@timestamp":1615213112},"coords":"51.5418341,0.0262635","bedrooms":"2","price":"253000","area":"417"} , +{"type":"Feature","id":"n119154467","geometry":{"type":"Point","coordinates":[-0.5858509,51.2580693]},"properties":{"@type":"node","@id":119154467,"@timestamp":1280398519},"coords":"51.2580693,-0.5858509","bedrooms":"0","price":"212000","area":"682"} , +{"type":"Feature","id":"n119163137","geometry":{"type":"Point","coordinates":[-0.5835772,51.2604143]},"properties":{"@type":"node","@id":119163137,"@timestamp":1195297906},"coords":"51.2604143,-0.5835772","bedrooms":"4","price":"264000","area":"653"} , +{"type":"Feature","id":"n119166149","geometry":{"type":"Point","coordinates":[-0.5783678,51.2608165]},"properties":{"@type":"node","@id":119166149,"@timestamp":1195296803},"coords":"51.2608165,-0.5783678","bedrooms":"3","price":"184000","area":"672"} , +{"type":"Feature","id":"n119171304","geometry":{"type":"Point","coordinates":[-0.575854,51.2613849]},"properties":{"@type":"node","@id":119171304,"@timestamp":1195296999},"coords":"51.2613849,-0.575854","bedrooms":"1","price":"157000","area":"689"} , +{"type":"Feature","id":"n119176460","geometry":{"type":"Point","coordinates":[-0.5809139,51.2576789]},"properties":{"@type":"node","@id":119176460,"@timestamp":1195297223},"coords":"51.2576789,-0.5809139","bedrooms":"4","price":"203000","area":"502"} , +{"type":"Feature","id":"n119176485","geometry":{"type":"Point","coordinates":[-0.5803834,51.2578343]},"properties":{"@type":"node","@id":119176485,"@timestamp":1195297224},"coords":"51.2578343,-0.5803834","bedrooms":"0","price":"192000","area":"376"} , +{"type":"Feature","id":"n119176517","geometry":{"type":"Point","coordinates":[-0.5826486,51.2602277]},"properties":{"@type":"node","@id":119176517,"@timestamp":1195297225},"coords":"51.2602277,-0.5826486","bedrooms":"0","price":"216000","area":"612"} , +{"type":"Feature","id":"n119564323","geometry":{"type":"Point","coordinates":[-0.7803791,51.8148564]},"properties":{"@type":"node","@id":119564323,"@timestamp":1195313800},"coords":"51.8148564,-0.7803791","bedrooms":"2","price":"259000","area":"502"} , +{"type":"Feature","id":"n119591503","geometry":{"type":"Point","coordinates":[-0.0955439,51.4289103]},"properties":{"@type":"node","@id":119591503,"@timestamp":1619085911},"coords":"51.4289103,-0.0955439","bedrooms":"3","price":"277000","area":"693"} , +{"type":"Feature","id":"n119594123","geometry":{"type":"Point","coordinates":[-0.7796043,51.8141073]},"properties":{"@type":"node","@id":119594123,"@timestamp":1195315020},"coords":"51.8141073,-0.7796043","bedrooms":"3","price":"251000","area":"687"} , +{"type":"Feature","id":"n119594174","geometry":{"type":"Point","coordinates":[-0.779639,51.8140196]},"properties":{"@type":"node","@id":119594174,"@timestamp":1195315021},"coords":"51.8140196,-0.779639","bedrooms":"3","price":"176000","area":"695"} , +{"type":"Feature","id":"n119594212","geometry":{"type":"Point","coordinates":[-0.7784223,51.815693]},"properties":{"@type":"node","@id":119594212,"@timestamp":1195315022},"coords":"51.815693,-0.7784223","bedrooms":"3","price":"288000","area":"489"} , +{"type":"Feature","id":"n119594241","geometry":{"type":"Point","coordinates":[-0.7779138,51.8152706]},"properties":{"@type":"node","@id":119594241,"@timestamp":1195315023},"coords":"51.8152706,-0.7779138","bedrooms":"2","price":"271000","area":"463"} , +{"type":"Feature","id":"n119609429","geometry":{"type":"Point","coordinates":[-0.7834171,51.8141506]},"properties":{"@type":"node","@id":119609429,"@timestamp":1195315579},"coords":"51.8141506,-0.7834171","bedrooms":"2","price":"192000","area":"656"} , +{"type":"Feature","id":"n119622779","geometry":{"type":"Point","coordinates":[-0.7877689,51.8183266]},"properties":{"@type":"node","@id":119622779,"@timestamp":1195316115},"coords":"51.8183266,-0.7877689","bedrooms":"2","price":"239000","area":"596"} , +{"type":"Feature","id":"n119624967","geometry":{"type":"Point","coordinates":[-0.1174257,51.4334403]},"properties":{"@type":"node","@id":119624967,"@timestamp":1605875697},"coords":"51.4334403,-0.1174257","bedrooms":"2","price":"293000","area":"645"} , +{"type":"Feature","id":"n119673443","geometry":{"type":"Point","coordinates":[-0.1179763,51.9817596]},"properties":{"@type":"node","@id":119673443,"@timestamp":1542547978},"coords":"51.9817596,-0.1179763","bedrooms":"1","price":"153000","area":"455"} , +{"type":"Feature","id":"n119710944","geometry":{"type":"Point","coordinates":[-0.0222569,51.9465199]},"properties":{"@type":"node","@id":119710944,"@timestamp":1625089789},"coords":"51.9465199,-0.0222569","bedrooms":"1","price":"167000","area":"476"} , +{"type":"Feature","id":"n121810600","geometry":{"type":"Point","coordinates":[-0.7928315,51.8151177]},"properties":{"@type":"node","@id":121810600,"@timestamp":1428780198},"coords":"51.8151177,-0.7928315","bedrooms":"1","price":"267000","area":"422"} , +{"type":"Feature","id":"n121863914","geometry":{"type":"Point","coordinates":[-0.0919451,51.3265316]},"properties":{"@type":"node","@id":121863914,"@timestamp":1352044372},"coords":"51.3265316,-0.0919451","bedrooms":"0","price":"184000","area":"380"} , +{"type":"Feature","id":"n121868933","geometry":{"type":"Point","coordinates":[-0.0776029,51.3223072]},"properties":{"@type":"node","@id":121868933,"@timestamp":1352044373},"coords":"51.3223072,-0.0776029","bedrooms":"1","price":"298000","area":"593"} , +{"type":"Feature","id":"n122267336","geometry":{"type":"Point","coordinates":[-0.4810117,51.0196279]},"properties":{"@type":"node","@id":122267336,"@timestamp":1195410863},"coords":"51.0196279,-0.4810117","bedrooms":"1","price":"278000","area":"404"} , +{"type":"Feature","id":"n122267383","geometry":{"type":"Point","coordinates":[-0.4903437,51.0119721]},"properties":{"@type":"node","@id":122267383,"@timestamp":1195410865},"coords":"51.0119721,-0.4903437","bedrooms":"2","price":"248000","area":"365"} , +{"type":"Feature","id":"n123551929","geometry":{"type":"Point","coordinates":[0.5646777,51.5455498]},"properties":{"@type":"node","@id":123551929,"@timestamp":1318235123},"coords":"51.5455498,0.5646777","bedrooms":"3","price":"220000","area":"379"} , +{"type":"Feature","id":"n123553484","geometry":{"type":"Point","coordinates":[0.5748314,51.5433608]},"properties":{"@type":"node","@id":123553484,"@timestamp":1195474893},"coords":"51.5433608,0.5748314","bedrooms":"2","price":"156000","area":"656"} , +{"type":"Feature","id":"n123553911","geometry":{"type":"Point","coordinates":[0.5812722,51.544522]},"properties":{"@type":"node","@id":123553911,"@timestamp":1195474912},"coords":"51.544522,0.5812722","bedrooms":"2","price":"151000","area":"522"} , +{"type":"Feature","id":"n123921330","geometry":{"type":"Point","coordinates":[-0.0303183,51.4070938]},"properties":{"@type":"node","@id":123921330,"@timestamp":1484564129},"coords":"51.4070938,-0.0303183","bedrooms":"0","price":"186000","area":"594"} , +{"type":"Feature","id":"n124016454","geometry":{"type":"Point","coordinates":[-0.0628156,51.4300995]},"properties":{"@type":"node","@id":124016454,"@timestamp":1372765043},"coords":"51.4300995,-0.0628156","bedrooms":"4","price":"223000","area":"460"} , +{"type":"Feature","id":"n124116906","geometry":{"type":"Point","coordinates":[-0.80201,51.6886302]},"properties":{"@type":"node","@id":124116906,"@timestamp":1195501131},"coords":"51.6886302,-0.80201","bedrooms":"0","price":"207000","area":"666"} , +{"type":"Feature","id":"n124116939","geometry":{"type":"Point","coordinates":[-0.80526,51.6904594]},"properties":{"@type":"node","@id":124116939,"@timestamp":1195501132},"coords":"51.6904594,-0.80526","bedrooms":"4","price":"194000","area":"538"} , +{"type":"Feature","id":"n124476683","geometry":{"type":"Point","coordinates":[-0.8044572,51.7098379]},"properties":{"@type":"node","@id":124476683,"@timestamp":1630768996},"coords":"51.7098379,-0.8044572","bedrooms":"3","price":"214000","area":"591"} , +{"type":"Feature","id":"n124476948","geometry":{"type":"Point","coordinates":[-0.8043859,51.8036657]},"properties":{"@type":"node","@id":124476948,"@timestamp":1195517309},"coords":"51.8036657,-0.8043859","bedrooms":"0","price":"168000","area":"687"} , +{"type":"Feature","id":"n124486673","geometry":{"type":"Point","coordinates":[-0.8156647,51.7949571]},"properties":{"@type":"node","@id":124486673,"@timestamp":1195518088},"coords":"51.7949571,-0.8156647","bedrooms":"4","price":"234000","area":"517"} , +{"type":"Feature","id":"n125222653","geometry":{"type":"Point","coordinates":[0.1910761,51.0499171]},"properties":{"@type":"node","@id":125222653,"@timestamp":1632407027},"coords":"51.0499171,0.1910761","bedrooms":"4","price":"182000","area":"618"} , +{"type":"Feature","id":"n125798725","geometry":{"type":"Point","coordinates":[-0.3123548,51.7033824]},"properties":{"@type":"node","@id":125798725,"@timestamp":1195568094},"coords":"51.7033824,-0.3123548","bedrooms":"2","price":"286000","area":"546"} , +{"type":"Feature","id":"n125815990","geometry":{"type":"Point","coordinates":[-0.2005577,51.835224]},"properties":{"@type":"node","@id":125815990,"@timestamp":1195568693},"coords":"51.835224,-0.2005577","bedrooms":"0","price":"256000","area":"524"} , +{"type":"Feature","id":"n125816095","geometry":{"type":"Point","coordinates":[-0.1765716,51.8336535]},"properties":{"@type":"node","@id":125816095,"@timestamp":1195568696},"coords":"51.8336535,-0.1765716","bedrooms":"4","price":"260000","area":"366"} , +{"type":"Feature","id":"n125816128","geometry":{"type":"Point","coordinates":[-0.1866849,51.8330972]},"properties":{"@type":"node","@id":125816128,"@timestamp":1195568697},"coords":"51.8330972,-0.1866849","bedrooms":"3","price":"249000","area":"599"} , +{"type":"Feature","id":"n125831904","geometry":{"type":"Point","coordinates":[-0.1734343,51.8311888]},"properties":{"@type":"node","@id":125831904,"@timestamp":1195569261},"coords":"51.8311888,-0.1734343","bedrooms":"3","price":"207000","area":"384"} , +{"type":"Feature","id":"n125831979","geometry":{"type":"Point","coordinates":[-0.1712457,51.8270424]},"properties":{"@type":"node","@id":125831979,"@timestamp":1195569263},"coords":"51.8270424,-0.1712457","bedrooms":"3","price":"236000","area":"497"} , +{"type":"Feature","id":"n125832017","geometry":{"type":"Point","coordinates":[-0.167909,51.824847]},"properties":{"@type":"node","@id":125832017,"@timestamp":1195569264},"coords":"51.824847,-0.167909","bedrooms":"0","price":"195000","area":"586"} , +{"type":"Feature","id":"n125832100","geometry":{"type":"Point","coordinates":[-0.1748336,51.8115175]},"properties":{"@type":"node","@id":125832100,"@timestamp":1195569266},"coords":"51.8115175,-0.1748336","bedrooms":"4","price":"299000","area":"588"} , +{"type":"Feature","id":"n125832148","geometry":{"type":"Point","coordinates":[-0.1708869,51.8232282]},"properties":{"@type":"node","@id":125832148,"@timestamp":1195569268},"coords":"51.8232282,-0.1708869","bedrooms":"0","price":"151000","area":"357"} , +{"type":"Feature","id":"n125832197","geometry":{"type":"Point","coordinates":[-0.1748336,51.8264658]},"properties":{"@type":"node","@id":125832197,"@timestamp":1195569269},"coords":"51.8264658,-0.1748336","bedrooms":"2","price":"231000","area":"418"} , +{"type":"Feature","id":"n125834459","geometry":{"type":"Point","coordinates":[-0.1713892,51.8282619]},"properties":{"@type":"node","@id":125834459,"@timestamp":1195569357},"coords":"51.8282619,-0.1713892","bedrooms":"1","price":"181000","area":"613"} , +{"type":"Feature","id":"n125834564","geometry":{"type":"Point","coordinates":[-0.1671914,51.8135662]},"properties":{"@type":"node","@id":125834564,"@timestamp":1229794149},"coords":"51.8135662,-0.1671914","bedrooms":"4","price":"254000","area":"437"} , +{"type":"Feature","id":"n125884460","geometry":{"type":"Point","coordinates":[-0.9269239,51.7717137]},"properties":{"@type":"node","@id":125884460,"@timestamp":1195571033},"coords":"51.7717137,-0.9269239","bedrooms":"3","price":"297000","area":"609"} , +{"type":"Feature","id":"n125926889","geometry":{"type":"Point","coordinates":[-0.0586927,51.6598785]},"properties":{"@type":"node","@id":125926889,"@timestamp":1571064344},"coords":"51.6598785,-0.0586927","bedrooms":"4","price":"161000","area":"573"} , +{"type":"Feature","id":"n126148535","geometry":{"type":"Point","coordinates":[-0.6112259,51.6728205]},"properties":{"@type":"node","@id":126148535,"@timestamp":1195581162},"coords":"51.6728205,-0.6112259","bedrooms":"4","price":"274000","area":"354"} , +{"type":"Feature","id":"n126378420","geometry":{"type":"Point","coordinates":[-0.9324259,51.7698681]},"properties":{"@type":"node","@id":126378420,"@timestamp":1195589802},"coords":"51.7698681,-0.9324259","bedrooms":"1","price":"193000","area":"591"} , +{"type":"Feature","id":"n126378598","geometry":{"type":"Point","coordinates":[-0.926796,51.7747656]},"properties":{"@type":"node","@id":126378598,"@timestamp":1600862019},"coords":"51.7747656,-0.926796","bedrooms":"0","price":"185000","area":"428"} , +{"type":"Feature","id":"n126503748","geometry":{"type":"Point","coordinates":[-0.1530803,51.4187975]},"properties":{"@type":"node","@id":126503748,"@timestamp":1599692871},"coords":"51.4187975,-0.1530803","bedrooms":"1","price":"176000","area":"436"} , +{"type":"Feature","id":"n126510521","geometry":{"type":"Point","coordinates":[-0.1595619,51.4200042]},"properties":{"@type":"node","@id":126510521,"@timestamp":1599692871},"coords":"51.4200042,-0.1595619","bedrooms":"2","price":"245000","area":"422"} , +{"type":"Feature","id":"n126566685","geometry":{"type":"Point","coordinates":[0.0299878,51.5271374]},"properties":{"@type":"node","@id":126566685,"@timestamp":1611333898},"coords":"51.5271374,0.0299878","bedrooms":"4","price":"187000","area":"389"} , +{"type":"Feature","id":"n126623058","geometry":{"type":"Point","coordinates":[0.0047369,51.524331]},"properties":{"@type":"node","@id":126623058,"@timestamp":1619453736},"coords":"51.524331,0.0047369","bedrooms":"2","price":"165000","area":"531"} , +{"type":"Feature","id":"n127848954","geometry":{"type":"Point","coordinates":[-0.260886,51.8137458]},"properties":{"@type":"node","@id":127848954,"@timestamp":1197132804},"coords":"51.8137458,-0.260886","bedrooms":"2","price":"184000","area":"442"} , +{"type":"Feature","id":"n128492091","geometry":{"type":"Point","coordinates":[0.7527969,51.6884605]},"properties":{"@type":"node","@id":128492091,"@timestamp":1195679179},"coords":"51.6884605,0.7527969","bedrooms":"3","price":"266000","area":"414"} , +{"type":"Feature","id":"n128651044","geometry":{"type":"Point","coordinates":[-0.100393,51.3796629]},"properties":{"@type":"node","@id":128651044,"@timestamp":1564915272},"coords":"51.3796629,-0.100393","bedrooms":"0","price":"162000","area":"658"} , +{"type":"Feature","id":"n128880859","geometry":{"type":"Point","coordinates":[-0.408769,51.9046952]},"properties":{"@type":"node","@id":128880859,"@timestamp":1195695263},"coords":"51.9046952,-0.408769","bedrooms":"0","price":"256000","area":"391"} , +{"type":"Feature","id":"n129513516","geometry":{"type":"Point","coordinates":[-0.1545228,51.1065814]},"properties":{"@type":"node","@id":129513516,"@timestamp":1493461010},"coords":"51.1065814,-0.1545228","bedrooms":"3","price":"267000","area":"515"} , +{"type":"Feature","id":"n129706558","geometry":{"type":"Point","coordinates":[-0.1005762,51.5470325]},"properties":{"@type":"node","@id":129706558,"@timestamp":1372550054},"coords":"51.5470325,-0.1005762","bedrooms":"4","price":"236000","area":"360"} , +{"type":"Feature","id":"n129941546","geometry":{"type":"Point","coordinates":[-0.1030673,51.4142782]},"properties":{"@type":"node","@id":129941546,"@timestamp":1340177459},"coords":"51.4142782,-0.1030673","bedrooms":"4","price":"262000","area":"355"} , +{"type":"Feature","id":"n129943811","geometry":{"type":"Point","coordinates":[-0.0932306,51.4116363]},"properties":{"@type":"node","@id":129943811,"@timestamp":1342128895},"coords":"51.4116363,-0.0932306","bedrooms":"3","price":"284000","area":"677"} , +{"type":"Feature","id":"n129956964","geometry":{"type":"Point","coordinates":[-0.1385393,51.5343579]},"properties":{"@type":"node","@id":129956964,"@timestamp":1564467413},"coords":"51.5343579,-0.1385393","bedrooms":"3","price":"264000","area":"551"} , +{"type":"Feature","id":"n129991359","geometry":{"type":"Point","coordinates":[0.013265,51.5309895]},"properties":{"@type":"node","@id":129991359,"@timestamp":1621867334},"coords":"51.5309895,0.013265","bedrooms":"1","price":"208000","area":"519"} , +{"type":"Feature","id":"n129993075","geometry":{"type":"Point","coordinates":[-0.0018849,51.5356462]},"properties":{"@type":"node","@id":129993075,"@timestamp":1606298111},"coords":"51.5356462,-0.0018849","bedrooms":"4","price":"185000","area":"606"} , +{"type":"Feature","id":"n129996527","geometry":{"type":"Point","coordinates":[-0.01851,51.5224949]},"properties":{"@type":"node","@id":129996527,"@timestamp":1635129821},"coords":"51.5224949,-0.01851","bedrooms":"3","price":"227000","area":"531"} , +{"type":"Feature","id":"n130009387","geometry":{"type":"Point","coordinates":[-0.8460345,51.2799805]},"properties":{"@type":"node","@id":130009387,"@timestamp":1195779731},"coords":"51.2799805,-0.8460345","bedrooms":"1","price":"255000","area":"668"} , +{"type":"Feature","id":"n130009476","geometry":{"type":"Point","coordinates":[-0.8448017,51.2795186]},"properties":{"@type":"node","@id":130009476,"@timestamp":1195779737},"coords":"51.2795186,-0.8448017","bedrooms":"2","price":"181000","area":"543"} , +{"type":"Feature","id":"n130076367","geometry":{"type":"Point","coordinates":[-0.5414589,51.4324452]},"properties":{"@type":"node","@id":130076367,"@timestamp":1195826281},"coords":"51.4324452,-0.5414589","bedrooms":"4","price":"242000","area":"381"} , +{"type":"Feature","id":"n130115248","geometry":{"type":"Point","coordinates":[-0.1339324,51.5004507]},"properties":{"@type":"node","@id":130115248,"@timestamp":1626531058},"coords":"51.5004507,-0.1339324","bedrooms":"3","price":"158000","area":"486"} , +{"type":"Feature","id":"n130121420","geometry":{"type":"Point","coordinates":[-0.3937436,51.1945109]},"properties":{"@type":"node","@id":130121420,"@timestamp":1195848248},"coords":"51.1945109,-0.3937436","bedrooms":"3","price":"229000","area":"532"} , +{"type":"Feature","id":"n130122139","geometry":{"type":"Point","coordinates":[-0.4009175,51.1954799]},"properties":{"@type":"node","@id":130122139,"@timestamp":1195848708},"coords":"51.1954799,-0.4009175","bedrooms":"2","price":"218000","area":"371"} , +{"type":"Feature","id":"n130126139","geometry":{"type":"Point","coordinates":[-0.3636967,51.1947387]},"properties":{"@type":"node","@id":130126139,"@timestamp":1616245547},"coords":"51.1947387,-0.3636967","bedrooms":"4","price":"255000","area":"625"} , +{"type":"Feature","id":"n130128543","geometry":{"type":"Point","coordinates":[-0.8782154,51.5900549]},"properties":{"@type":"node","@id":130128543,"@timestamp":1195851348},"coords":"51.5900549,-0.8782154","bedrooms":"3","price":"166000","area":"585"} , +{"type":"Feature","id":"n130155451","geometry":{"type":"Point","coordinates":[-0.1780034,51.416716]},"properties":{"@type":"node","@id":130155451,"@timestamp":1624323494},"coords":"51.416716,-0.1780034","bedrooms":"2","price":"283000","area":"494"} , +{"type":"Feature","id":"n130159372","geometry":{"type":"Point","coordinates":[-0.1777821,51.4177496]},"properties":{"@type":"node","@id":130159372,"@timestamp":1528637810},"coords":"51.4177496,-0.1777821","bedrooms":"0","price":"188000","area":"689"} , +{"type":"Feature","id":"n130160801","geometry":{"type":"Point","coordinates":[-0.1793652,51.4153342]},"properties":{"@type":"node","@id":130160801,"@timestamp":1435616850},"coords":"51.4153342,-0.1793652","bedrooms":"1","price":"154000","area":"513"} , +{"type":"Feature","id":"n130178720","geometry":{"type":"Point","coordinates":[-0.1679444,51.4504814]},"properties":{"@type":"node","@id":130178720,"@timestamp":1596800547},"coords":"51.4504814,-0.1679444","bedrooms":"2","price":"266000","area":"567"} , +{"type":"Feature","id":"n130190232","geometry":{"type":"Point","coordinates":[0.0404583,51.5220882]},"properties":{"@type":"node","@id":130190232,"@timestamp":1383507395},"coords":"51.5220882,0.0404583","bedrooms":"0","price":"261000","area":"436"} , +{"type":"Feature","id":"n130195075","geometry":{"type":"Point","coordinates":[-0.1719043,51.4150699]},"properties":{"@type":"node","@id":130195075,"@timestamp":1564915272},"coords":"51.4150699,-0.1719043","bedrooms":"2","price":"256000","area":"667"} , +{"type":"Feature","id":"n130220149","geometry":{"type":"Point","coordinates":[-0.1550824,51.2923793]},"properties":{"@type":"node","@id":130220149,"@timestamp":1536599821},"coords":"51.2923793,-0.1550824","bedrooms":"2","price":"150000","area":"544"} , +{"type":"Feature","id":"n130224287","geometry":{"type":"Point","coordinates":[-0.1843554,51.4224474]},"properties":{"@type":"node","@id":130224287,"@timestamp":1546378924},"coords":"51.4224474,-0.1843554","bedrooms":"2","price":"150000","area":"483"} , +{"type":"Feature","id":"n130228986","geometry":{"type":"Point","coordinates":[0.2252657,51.5060397]},"properties":{"@type":"node","@id":130228986,"@timestamp":1590020829},"coords":"51.5060397,0.2252657","bedrooms":"2","price":"274000","area":"524"} , +{"type":"Feature","id":"n130232409","geometry":{"type":"Point","coordinates":[-0.1752536,51.402821]},"properties":{"@type":"node","@id":130232409,"@timestamp":1629471507},"coords":"51.402821,-0.1752536","bedrooms":"0","price":"247000","area":"444"} , +{"type":"Feature","id":"n130232832","geometry":{"type":"Point","coordinates":[0.2540302,51.5065909]},"properties":{"@type":"node","@id":130232832,"@timestamp":1195917148},"coords":"51.5065909,0.2540302","bedrooms":"3","price":"192000","area":"389"} , +{"type":"Feature","id":"n130232858","geometry":{"type":"Point","coordinates":[0.2534302,51.5074052]},"properties":{"@type":"node","@id":130232858,"@timestamp":1195917172},"coords":"51.5074052,0.2534302","bedrooms":"1","price":"256000","area":"559"} , +{"type":"Feature","id":"n130233358","geometry":{"type":"Point","coordinates":[-0.5911241,51.2530877]},"properties":{"@type":"node","@id":130233358,"@timestamp":1195917239},"coords":"51.2530877,-0.5911241","bedrooms":"1","price":"183000","area":"688"} , +{"type":"Feature","id":"n130233906","geometry":{"type":"Point","coordinates":[0.0143802,51.545382]},"properties":{"@type":"node","@id":130233906,"@timestamp":1628268011},"coords":"51.545382,0.0143802","bedrooms":"2","price":"193000","area":"614"} , +{"type":"Feature","id":"n130235530","geometry":{"type":"Point","coordinates":[-0.6070157,51.2506181]},"properties":{"@type":"node","@id":130235530,"@timestamp":1195917812},"coords":"51.2506181,-0.6070157","bedrooms":"3","price":"188000","area":"453"} , +{"type":"Feature","id":"n130237305","geometry":{"type":"Point","coordinates":[0.0120576,51.5473857]},"properties":{"@type":"node","@id":130237305,"@timestamp":1612279489},"coords":"51.5473857,0.0120576","bedrooms":"1","price":"230000","area":"423"} , +{"type":"Feature","id":"n130240440","geometry":{"type":"Point","coordinates":[-0.5912144,51.251703]},"properties":{"@type":"node","@id":130240440,"@timestamp":1261481020},"coords":"51.251703,-0.5912144","bedrooms":"4","price":"234000","area":"450"} , +{"type":"Feature","id":"n130251730","geometry":{"type":"Point","coordinates":[-1.0326626,50.9933495]},"properties":{"@type":"node","@id":130251730,"@timestamp":1195923265},"coords":"50.9933495,-1.0326626","bedrooms":"0","price":"170000","area":"464"} , +{"type":"Feature","id":"n130251767","geometry":{"type":"Point","coordinates":[-1.0359459,50.9928839]},"properties":{"@type":"node","@id":130251767,"@timestamp":1195923269},"coords":"50.9928839,-1.0359459","bedrooms":"1","price":"262000","area":"627"} , +{"type":"Feature","id":"n130269220","geometry":{"type":"Point","coordinates":[-0.1061457,51.3898272]},"properties":{"@type":"node","@id":130269220,"@timestamp":1339793329},"coords":"51.3898272,-0.1061457","bedrooms":"0","price":"169000","area":"563"} , +{"type":"Feature","id":"n130569420","geometry":{"type":"Point","coordinates":[-0.3223212,51.4796104]},"properties":{"@type":"node","@id":130569420,"@timestamp":1195936482},"coords":"51.4796104,-0.3223212","bedrooms":"3","price":"153000","area":"579"} , +{"type":"Feature","id":"n130569536","geometry":{"type":"Point","coordinates":[-0.3174455,51.4811289]},"properties":{"@type":"node","@id":130569536,"@timestamp":1195936486},"coords":"51.4811289,-0.3174455","bedrooms":"0","price":"178000","area":"611"} , +{"type":"Feature","id":"n130569581","geometry":{"type":"Point","coordinates":[-0.3195093,51.4801962]},"properties":{"@type":"node","@id":130569581,"@timestamp":1195936487},"coords":"51.4801962,-0.3195093","bedrooms":"1","price":"180000","area":"454"} , +{"type":"Feature","id":"n130569628","geometry":{"type":"Point","coordinates":[-0.3193426,51.4806062]},"properties":{"@type":"node","@id":130569628,"@timestamp":1195936488},"coords":"51.4806062,-0.3193426","bedrooms":"1","price":"195000","area":"698"} , +{"type":"Feature","id":"n130569672","geometry":{"type":"Point","coordinates":[-0.3184504,51.4828142]},"properties":{"@type":"node","@id":130569672,"@timestamp":1195936489},"coords":"51.4828142,-0.3184504","bedrooms":"4","price":"166000","area":"612"} , +{"type":"Feature","id":"n130569715","geometry":{"type":"Point","coordinates":[-0.3172697,51.4832063]},"properties":{"@type":"node","@id":130569715,"@timestamp":1195936490},"coords":"51.4832063,-0.3172697","bedrooms":"2","price":"205000","area":"692"} , +{"type":"Feature","id":"n130569755","geometry":{"type":"Point","coordinates":[-0.3210594,51.4828187]},"properties":{"@type":"node","@id":130569755,"@timestamp":1195936491},"coords":"51.4828187,-0.3210594","bedrooms":"4","price":"299000","area":"617"} , +{"type":"Feature","id":"n130577715","geometry":{"type":"Point","coordinates":[-0.2837889,51.4870951]},"properties":{"@type":"node","@id":130577715,"@timestamp":1195936791},"coords":"51.4870951,-0.2837889","bedrooms":"3","price":"289000","area":"431"} , +{"type":"Feature","id":"n130730325","geometry":{"type":"Point","coordinates":[-0.263385,51.4721932]},"properties":{"@type":"node","@id":130730325,"@timestamp":1195941863},"coords":"51.4721932,-0.263385","bedrooms":"0","price":"150000","area":"508"} , +{"type":"Feature","id":"n130730406","geometry":{"type":"Point","coordinates":[-0.2679227,51.4732251]},"properties":{"@type":"node","@id":130730406,"@timestamp":1195941865},"coords":"51.4732251,-0.2679227","bedrooms":"2","price":"183000","area":"696"} , +{"type":"Feature","id":"n130730607","geometry":{"type":"Point","coordinates":[-0.3066577,51.4827895]},"properties":{"@type":"node","@id":130730607,"@timestamp":1196550424},"coords":"51.4827895,-0.3066577","bedrooms":"3","price":"271000","area":"622"} , +{"type":"Feature","id":"n131942998","geometry":{"type":"Point","coordinates":[0.8746788,51.3203417]},"properties":{"@type":"node","@id":131942998,"@timestamp":1235551945},"coords":"51.3203417,0.8746788","bedrooms":"0","price":"205000","area":"548"} , +{"type":"Feature","id":"n131943028","geometry":{"type":"Point","coordinates":[0.8742152,51.3219675]},"properties":{"@type":"node","@id":131943028,"@timestamp":1236563048},"coords":"51.3219675,0.8742152","bedrooms":"3","price":"195000","area":"625"} , +{"type":"Feature","id":"n131964436","geometry":{"type":"Point","coordinates":[0.872002,51.319196]},"properties":{"@type":"node","@id":131964436,"@timestamp":1195985155},"coords":"51.319196,0.872002","bedrooms":"3","price":"182000","area":"536"} , +{"type":"Feature","id":"n131964520","geometry":{"type":"Point","coordinates":[0.871173,51.3193337]},"properties":{"@type":"node","@id":131964520,"@timestamp":1195985157},"coords":"51.3193337,0.871173","bedrooms":"4","price":"226000","area":"369"} , +{"type":"Feature","id":"n131964596","geometry":{"type":"Point","coordinates":[0.8693727,51.3194949]},"properties":{"@type":"node","@id":131964596,"@timestamp":1195985159},"coords":"51.3194949,0.8693727","bedrooms":"0","price":"204000","area":"398"} , +{"type":"Feature","id":"n131964668","geometry":{"type":"Point","coordinates":[0.8652547,51.3248575]},"properties":{"@type":"node","@id":131964668,"@timestamp":1195985160},"coords":"51.3248575,0.8652547","bedrooms":"1","price":"227000","area":"698"} , +{"type":"Feature","id":"n131964755","geometry":{"type":"Point","coordinates":[0.8675476,51.3258454]},"properties":{"@type":"node","@id":131964755,"@timestamp":1195985162},"coords":"51.3258454,0.8675476","bedrooms":"4","price":"159000","area":"454"} , +{"type":"Feature","id":"n131985543","geometry":{"type":"Point","coordinates":[-0.0929836,51.3843017]},"properties":{"@type":"node","@id":131985543,"@timestamp":1353369109},"coords":"51.3843017,-0.0929836","bedrooms":"0","price":"290000","area":"465"} , +{"type":"Feature","id":"n132078431","geometry":{"type":"Point","coordinates":[-0.1742831,51.4221498]},"properties":{"@type":"node","@id":132078431,"@timestamp":1621172469},"coords":"51.4221498,-0.1742831","bedrooms":"1","price":"169000","area":"458"} , +{"type":"Feature","id":"n132424297","geometry":{"type":"Point","coordinates":[-0.5769203,51.2516454]},"properties":{"@type":"node","@id":132424297,"@timestamp":1196002294},"coords":"51.2516454,-0.5769203","bedrooms":"0","price":"273000","area":"373"} , +{"type":"Feature","id":"n132431118","geometry":{"type":"Point","coordinates":[-0.5720879,51.2532797]},"properties":{"@type":"node","@id":132431118,"@timestamp":1196002571},"coords":"51.2532797,-0.5720879","bedrooms":"3","price":"216000","area":"608"} , +{"type":"Feature","id":"n132431236","geometry":{"type":"Point","coordinates":[-0.5836015,51.2482265]},"properties":{"@type":"node","@id":132431236,"@timestamp":1614270632},"coords":"51.2482265,-0.5836015","bedrooms":"2","price":"160000","area":"444"} , +{"type":"Feature","id":"n132445820","geometry":{"type":"Point","coordinates":[-0.5676865,51.2595565]},"properties":{"@type":"node","@id":132445820,"@timestamp":1198186471},"coords":"51.2595565,-0.5676865","bedrooms":"1","price":"159000","area":"672"} , +{"type":"Feature","id":"n132468955","geometry":{"type":"Point","coordinates":[-0.5753251,51.2515825]},"properties":{"@type":"node","@id":132468955,"@timestamp":1196003950},"coords":"51.2515825,-0.5753251","bedrooms":"1","price":"186000","area":"431"} , +{"type":"Feature","id":"n132495918","geometry":{"type":"Point","coordinates":[-0.5692283,51.2611987]},"properties":{"@type":"node","@id":132495918,"@timestamp":1417377435},"coords":"51.2611987,-0.5692283","bedrooms":"2","price":"241000","area":"559"} , +{"type":"Feature","id":"n132519302","geometry":{"type":"Point","coordinates":[-0.0787707,51.945328]},"properties":{"@type":"node","@id":132519302,"@timestamp":1196005797},"coords":"51.945328,-0.0787707","bedrooms":"2","price":"269000","area":"604"} , +{"type":"Feature","id":"n132519472","geometry":{"type":"Point","coordinates":[-0.0768066,51.9372707]},"properties":{"@type":"node","@id":132519472,"@timestamp":1196005801},"coords":"51.9372707,-0.0768066","bedrooms":"1","price":"213000","area":"389"} , +{"type":"Feature","id":"n132519557","geometry":{"type":"Point","coordinates":[-0.0753789,51.9397253]},"properties":{"@type":"node","@id":132519557,"@timestamp":1196005803},"coords":"51.9397253,-0.0753789","bedrooms":"2","price":"219000","area":"571"} , +{"type":"Feature","id":"n132519713","geometry":{"type":"Point","coordinates":[-0.0692914,51.9422193]},"properties":{"@type":"node","@id":132519713,"@timestamp":1196005808},"coords":"51.9422193,-0.0692914","bedrooms":"0","price":"182000","area":"611"} , +{"type":"Feature","id":"n132551612","geometry":{"type":"Point","coordinates":[-0.0667429,51.9301721]},"properties":{"@type":"node","@id":132551612,"@timestamp":1196007000},"coords":"51.9301721,-0.0667429","bedrooms":"2","price":"179000","area":"512"} , +{"type":"Feature","id":"n132569645","geometry":{"type":"Point","coordinates":[-1.0821745,51.0094881]},"properties":{"@type":"node","@id":132569645,"@timestamp":1196007726},"coords":"51.0094881,-1.0821745","bedrooms":"2","price":"216000","area":"628"} , +{"type":"Feature","id":"n132587337","geometry":{"type":"Point","coordinates":[0.4732086,51.5295281]},"properties":{"@type":"node","@id":132587337,"@timestamp":1196008332},"coords":"51.5295281,0.4732086","bedrooms":"4","price":"209000","area":"452"} , +{"type":"Feature","id":"n132589609","geometry":{"type":"Point","coordinates":[0.4636256,51.542165]},"properties":{"@type":"node","@id":132589609,"@timestamp":1196008428},"coords":"51.542165,0.4636256","bedrooms":"3","price":"291000","area":"514"} , +{"type":"Feature","id":"n132687966","geometry":{"type":"Point","coordinates":[-1.09758,51.0232083]},"properties":{"@type":"node","@id":132687966,"@timestamp":1196011684},"coords":"51.0232083,-1.09758","bedrooms":"3","price":"251000","area":"428"} , +{"type":"Feature","id":"n132917728","geometry":{"type":"Point","coordinates":[0.0780116,51.5616703]},"properties":{"@type":"node","@id":132917728,"@timestamp":1628187122},"coords":"51.5616703,0.0780116","bedrooms":"2","price":"283000","area":"659"} , +{"type":"Feature","id":"n133049411","geometry":{"type":"Point","coordinates":[-0.1530166,51.1083263]},"properties":{"@type":"node","@id":133049411,"@timestamp":1501514583},"coords":"51.1083263,-0.1530166","bedrooms":"1","price":"297000","area":"507"} , +{"type":"Feature","id":"n133224534","geometry":{"type":"Point","coordinates":[-0.5644192,51.2515937]},"properties":{"@type":"node","@id":133224534,"@timestamp":1204985361},"coords":"51.2515937,-0.5644192","bedrooms":"0","price":"209000","area":"383"} , +{"type":"Feature","id":"n134394593","geometry":{"type":"Point","coordinates":[-0.2793092,51.7450198]},"properties":{"@type":"node","@id":134394593,"@timestamp":1196067891},"coords":"51.7450198,-0.2793092","bedrooms":"3","price":"293000","area":"605"} , +{"type":"Feature","id":"n134903987","geometry":{"type":"Point","coordinates":[-0.2896206,51.3834707]},"properties":{"@type":"node","@id":134903987,"@timestamp":1600206172},"coords":"51.3834707,-0.2896206","bedrooms":"4","price":"165000","area":"399"} , +{"type":"Feature","id":"n135058885","geometry":{"type":"Point","coordinates":[-0.5402549,51.4296409]},"properties":{"@type":"node","@id":135058885,"@timestamp":1496520007},"coords":"51.4296409,-0.5402549","bedrooms":"0","price":"248000","area":"469"} , +{"type":"Feature","id":"n135059011","geometry":{"type":"Point","coordinates":[-0.5491142,51.429484]},"properties":{"@type":"node","@id":135059011,"@timestamp":1196092198},"coords":"51.429484,-0.5491142","bedrooms":"0","price":"182000","area":"526"} , +{"type":"Feature","id":"n135504091","geometry":{"type":"Point","coordinates":[0.0683772,51.5292454]},"properties":{"@type":"node","@id":135504091,"@timestamp":1432913597},"coords":"51.5292454,0.0683772","bedrooms":"2","price":"199000","area":"494"} , +{"type":"Feature","id":"n135569851","geometry":{"type":"Point","coordinates":[-0.1751926,51.10904]},"properties":{"@type":"node","@id":135569851,"@timestamp":1404064210},"coords":"51.10904,-0.1751926","bedrooms":"2","price":"191000","area":"470"} , +{"type":"Feature","id":"n135713248","geometry":{"type":"Point","coordinates":[-0.0829104,51.417012]},"properties":{"@type":"node","@id":135713248,"@timestamp":1623509295},"coords":"51.417012,-0.0829104","bedrooms":"2","price":"239000","area":"555"} , +{"type":"Feature","id":"n135770208","geometry":{"type":"Point","coordinates":[-0.1507052,51.5032992]},"properties":{"@type":"node","@id":135770208,"@timestamp":1611262031},"coords":"51.5032992,-0.1507052","bedrooms":"0","price":"277000","area":"473"} , +{"type":"Feature","id":"n137572180","geometry":{"type":"Point","coordinates":[-0.1200627,51.8608593]},"properties":{"@type":"node","@id":137572180,"@timestamp":1196182527},"coords":"51.8608593,-0.1200627","bedrooms":"4","price":"255000","area":"497"} , +{"type":"Feature","id":"n137572197","geometry":{"type":"Point","coordinates":[-0.1146175,51.8606555]},"properties":{"@type":"node","@id":137572197,"@timestamp":1196182528},"coords":"51.8606555,-0.1146175","bedrooms":"4","price":"286000","area":"416"} , +{"type":"Feature","id":"n137572248","geometry":{"type":"Point","coordinates":[-0.1100707,51.8578851]},"properties":{"@type":"node","@id":137572248,"@timestamp":1196263257},"coords":"51.8578851,-0.1100707","bedrooms":"1","price":"298000","area":"595"} , +{"type":"Feature","id":"n137572279","geometry":{"type":"Point","coordinates":[-0.1093557,51.8554242]},"properties":{"@type":"node","@id":137572279,"@timestamp":1196182530},"coords":"51.8554242,-0.1093557","bedrooms":"1","price":"294000","area":"553"} , +{"type":"Feature","id":"n137575920","geometry":{"type":"Point","coordinates":[-0.0222581,51.4212851]},"properties":{"@type":"node","@id":137575920,"@timestamp":1250445518},"coords":"51.4212851,-0.0222581","bedrooms":"1","price":"159000","area":"373"} , +{"type":"Feature","id":"n137733029","geometry":{"type":"Point","coordinates":[-0.1929911,51.8691012]},"properties":{"@type":"node","@id":137733029,"@timestamp":1196188602},"coords":"51.8691012,-0.1929911","bedrooms":"0","price":"286000","area":"577"} , +{"type":"Feature","id":"n137733045","geometry":{"type":"Point","coordinates":[-0.1893096,51.8707936]},"properties":{"@type":"node","@id":137733045,"@timestamp":1196188603},"coords":"51.8707936,-0.1893096","bedrooms":"1","price":"187000","area":"571"} , +{"type":"Feature","id":"n137733606","geometry":{"type":"Point","coordinates":[-0.1821079,51.8612855]},"properties":{"@type":"node","@id":137733606,"@timestamp":1196188628},"coords":"51.8612855,-0.1821079","bedrooms":"4","price":"177000","area":"430"} , +{"type":"Feature","id":"n137768071","geometry":{"type":"Point","coordinates":[-0.0137698,51.4131716]},"properties":{"@type":"node","@id":137768071,"@timestamp":1250509657},"coords":"51.4131716,-0.0137698","bedrooms":"0","price":"252000","area":"543"} , +{"type":"Feature","id":"n138024927","geometry":{"type":"Point","coordinates":[-1.110638,51.2416435]},"properties":{"@type":"node","@id":138024927,"@timestamp":1600170116},"coords":"51.2416435,-1.110638","bedrooms":"0","price":"280000","area":"382"} , +{"type":"Feature","id":"n138122193","geometry":{"type":"Point","coordinates":[0.2730061,51.5577823]},"properties":{"@type":"node","@id":138122193,"@timestamp":1617504555},"coords":"51.5577823,0.2730061","bedrooms":"2","price":"281000","area":"668"} , +{"type":"Feature","id":"n138241251","geometry":{"type":"Point","coordinates":[0.2624533,51.5588457]},"properties":{"@type":"node","@id":138241251,"@timestamp":1207569768},"coords":"51.5588457,0.2624533","bedrooms":"2","price":"241000","area":"370"} , +{"type":"Feature","id":"n138241800","geometry":{"type":"Point","coordinates":[0.2663762,51.5586693]},"properties":{"@type":"node","@id":138241800,"@timestamp":1196205568},"coords":"51.5586693,0.2663762","bedrooms":"3","price":"294000","area":"618"} , +{"type":"Feature","id":"n139063549","geometry":{"type":"Point","coordinates":[0.2821175,51.59459]},"properties":{"@type":"node","@id":139063549,"@timestamp":1196236466},"coords":"51.59459,0.2821175","bedrooms":"3","price":"234000","area":"521"} , +{"type":"Feature","id":"n139332893","geometry":{"type":"Point","coordinates":[-0.1017178,51.5408433]},"properties":{"@type":"node","@id":139332893,"@timestamp":1498468831},"coords":"51.5408433,-0.1017178","bedrooms":"1","price":"193000","area":"420"} , +{"type":"Feature","id":"n139347748","geometry":{"type":"Point","coordinates":[-0.1115315,51.5392754]},"properties":{"@type":"node","@id":139347748,"@timestamp":1498468831},"coords":"51.5392754,-0.1115315","bedrooms":"4","price":"281000","area":"495"} , +{"type":"Feature","id":"n139972150","geometry":{"type":"Point","coordinates":[0.4887108,51.5996105]},"properties":{"@type":"node","@id":139972150,"@timestamp":1196268927},"coords":"51.5996105,0.4887108","bedrooms":"4","price":"295000","area":"538"} , +{"type":"Feature","id":"n140109909","geometry":{"type":"Point","coordinates":[-0.1560247,51.8573709]},"properties":{"@type":"node","@id":140109909,"@timestamp":1196272789},"coords":"51.8573709,-0.1560247","bedrooms":"2","price":"163000","area":"607"} , +{"type":"Feature","id":"n140277324","geometry":{"type":"Point","coordinates":[-1.0055312,51.5070358]},"properties":{"@type":"node","@id":140277324,"@timestamp":1196278292},"coords":"51.5070358,-1.0055312","bedrooms":"0","price":"173000","area":"643"} , +{"type":"Feature","id":"n140277410","geometry":{"type":"Point","coordinates":[-1.0050749,51.5111761]},"properties":{"@type":"node","@id":140277410,"@timestamp":1196278295},"coords":"51.5111761,-1.0050749","bedrooms":"2","price":"162000","area":"412"} , +{"type":"Feature","id":"n140281274","geometry":{"type":"Point","coordinates":[-0.1592466,51.8483628]},"properties":{"@type":"node","@id":140281274,"@timestamp":1196278436},"coords":"51.8483628,-0.1592466","bedrooms":"1","price":"202000","area":"635"} , +{"type":"Feature","id":"n140287002","geometry":{"type":"Point","coordinates":[-0.1615384,51.8499598]},"properties":{"@type":"node","@id":140287002,"@timestamp":1196278661},"coords":"51.8499598,-0.1615384","bedrooms":"0","price":"260000","area":"398"} , +{"type":"Feature","id":"n140291350","geometry":{"type":"Point","coordinates":[-1.0132858,51.4892122]},"properties":{"@type":"node","@id":140291350,"@timestamp":1196278822},"coords":"51.4892122,-1.0132858","bedrooms":"2","price":"236000","area":"682"} , +{"type":"Feature","id":"n140291395","geometry":{"type":"Point","coordinates":[-1.0107465,51.4848867]},"properties":{"@type":"node","@id":140291395,"@timestamp":1196278823},"coords":"51.4848867,-1.0107465","bedrooms":"3","price":"223000","area":"407"} , +{"type":"Feature","id":"n140291436","geometry":{"type":"Point","coordinates":[-1.0074969,51.4919668]},"properties":{"@type":"node","@id":140291436,"@timestamp":1196278824},"coords":"51.4919668,-1.0074969","bedrooms":"2","price":"156000","area":"686"} , +{"type":"Feature","id":"n140301797","geometry":{"type":"Point","coordinates":[-0.9848358,51.4919417]},"properties":{"@type":"node","@id":140301797,"@timestamp":1196279218},"coords":"51.4919417,-0.9848358","bedrooms":"2","price":"268000","area":"422"} , +{"type":"Feature","id":"n140301857","geometry":{"type":"Point","coordinates":[-0.9827255,51.4947797]},"properties":{"@type":"node","@id":140301857,"@timestamp":1196279220},"coords":"51.4947797,-0.9827255","bedrooms":"2","price":"286000","area":"565"} , +{"type":"Feature","id":"n140301919","geometry":{"type":"Point","coordinates":[-0.9772153,51.5009794]},"properties":{"@type":"node","@id":140301919,"@timestamp":1196279222},"coords":"51.5009794,-0.9772153","bedrooms":"1","price":"201000","area":"581"} , +{"type":"Feature","id":"n140301971","geometry":{"type":"Point","coordinates":[-0.9828119,51.5093395]},"properties":{"@type":"node","@id":140301971,"@timestamp":1196279223},"coords":"51.5093395,-0.9828119","bedrooms":"3","price":"217000","area":"549"} , +{"type":"Feature","id":"n140374006","geometry":{"type":"Point","coordinates":[-0.0189073,51.4043246]},"properties":{"@type":"node","@id":140374006,"@timestamp":1602001518},"coords":"51.4043246,-0.0189073","bedrooms":"3","price":"179000","area":"600"} , +{"type":"Feature","id":"n140462184","geometry":{"type":"Point","coordinates":[-0.1021985,51.3776135]},"properties":{"@type":"node","@id":140462184,"@timestamp":1564915273},"coords":"51.3776135,-0.1021985","bedrooms":"3","price":"290000","area":"501"} , +{"type":"Feature","id":"n140589544","geometry":{"type":"Point","coordinates":[-0.1889427,51.1136058]},"properties":{"@type":"node","@id":140589544,"@timestamp":1625493202},"coords":"51.1136058,-0.1889427","bedrooms":"1","price":"179000","area":"502"} , +{"type":"Feature","id":"n140608760","geometry":{"type":"Point","coordinates":[-0.732103,51.5126453]},"properties":{"@type":"node","@id":140608760,"@timestamp":1196290920},"coords":"51.5126453,-0.732103","bedrooms":"2","price":"168000","area":"359"} , +{"type":"Feature","id":"n141722663","geometry":{"type":"Point","coordinates":[-0.2061571,51.7301472]},"properties":{"@type":"node","@id":141722663,"@timestamp":1196340802},"coords":"51.7301472,-0.2061571","bedrooms":"4","price":"281000","area":"602"} , +{"type":"Feature","id":"n141937323","geometry":{"type":"Point","coordinates":[-0.385239,51.4499066]},"properties":{"@type":"node","@id":141937323,"@timestamp":1601642042},"coords":"51.4499066,-0.385239","bedrooms":"2","price":"283000","area":"568"} , +{"type":"Feature","id":"n142186056","geometry":{"type":"Point","coordinates":[-0.1990502,51.1188336]},"properties":{"@type":"node","@id":142186056,"@timestamp":1551236498},"coords":"51.1188336,-0.1990502","bedrooms":"4","price":"193000","area":"422"} , +{"type":"Feature","id":"n142272165","geometry":{"type":"Point","coordinates":[-0.3894461,51.4475681]},"properties":{"@type":"node","@id":142272165,"@timestamp":1196362620},"coords":"51.4475681,-0.3894461","bedrooms":"4","price":"294000","area":"476"} , +{"type":"Feature","id":"n142329169","geometry":{"type":"Point","coordinates":[-0.0611235,51.5188486]},"properties":{"@type":"node","@id":142329169,"@timestamp":1564915273},"coords":"51.5188486,-0.0611235","bedrooms":"0","price":"287000","area":"664"} , +{"type":"Feature","id":"n142372580","geometry":{"type":"Point","coordinates":[-0.3905726,51.4499226]},"properties":{"@type":"node","@id":142372580,"@timestamp":1196366348},"coords":"51.4499226,-0.3905726","bedrooms":"0","price":"246000","area":"560"} , +{"type":"Feature","id":"n142372679","geometry":{"type":"Point","coordinates":[-0.3933124,51.4491701]},"properties":{"@type":"node","@id":142372679,"@timestamp":1196366353},"coords":"51.4491701,-0.3933124","bedrooms":"4","price":"279000","area":"385"} , +{"type":"Feature","id":"n142714533","geometry":{"type":"Point","coordinates":[-0.7941907,51.2130733]},"properties":{"@type":"node","@id":142714533,"@timestamp":1559379120},"coords":"51.2130733,-0.7941907","bedrooms":"4","price":"250000","area":"561"} , +{"type":"Feature","id":"n142895308","geometry":{"type":"Point","coordinates":[-0.8484032,51.2859633]},"properties":{"@type":"node","@id":142895308,"@timestamp":1196386739},"coords":"51.2859633,-0.8484032","bedrooms":"0","price":"185000","area":"638"} , +{"type":"Feature","id":"n142895427","geometry":{"type":"Point","coordinates":[-0.8424695,51.2819741]},"properties":{"@type":"node","@id":142895427,"@timestamp":1196386743},"coords":"51.2819741,-0.8424695","bedrooms":"3","price":"291000","area":"409"} , +{"type":"Feature","id":"n144260168","geometry":{"type":"Point","coordinates":[-0.9310658,51.8789883]},"properties":{"@type":"node","@id":144260168,"@timestamp":1199560517},"coords":"51.8789883,-0.9310658","bedrooms":"1","price":"223000","area":"420"} , +{"type":"Feature","id":"n144260200","geometry":{"type":"Point","coordinates":[-0.8935097,51.8662979]},"properties":{"@type":"node","@id":144260200,"@timestamp":1196439387},"coords":"51.8662979,-0.8935097","bedrooms":"2","price":"230000","area":"681"} , +{"type":"Feature","id":"n144260250","geometry":{"type":"Point","coordinates":[-0.9057781,51.8699443]},"properties":{"@type":"node","@id":144260250,"@timestamp":1196439389},"coords":"51.8699443,-0.9057781","bedrooms":"0","price":"157000","area":"534"} , +{"type":"Feature","id":"n144260297","geometry":{"type":"Point","coordinates":[-0.911448,51.8724393]},"properties":{"@type":"node","@id":144260297,"@timestamp":1199560517},"coords":"51.8724393,-0.911448","bedrooms":"1","price":"255000","area":"500"} , +{"type":"Feature","id":"n144260445","geometry":{"type":"Point","coordinates":[-0.921598,51.8755021]},"properties":{"@type":"node","@id":144260445,"@timestamp":1196439393},"coords":"51.8755021,-0.921598","bedrooms":"3","price":"296000","area":"495"} , +{"type":"Feature","id":"n145684658","geometry":{"type":"Point","coordinates":[-0.0463527,51.4089471]},"properties":{"@type":"node","@id":145684658,"@timestamp":1615966121},"coords":"51.4089471,-0.0463527","bedrooms":"2","price":"165000","area":"699"} , +{"type":"Feature","id":"n145736082","geometry":{"type":"Point","coordinates":[-0.0820275,51.4108016]},"properties":{"@type":"node","@id":145736082,"@timestamp":1388939334},"coords":"51.4108016,-0.0820275","bedrooms":"1","price":"286000","area":"400"} , +{"type":"Feature","id":"n145904194","geometry":{"type":"Point","coordinates":[-0.7429621,51.5182011]},"properties":{"@type":"node","@id":145904194,"@timestamp":1196506306},"coords":"51.5182011,-0.7429621","bedrooms":"1","price":"207000","area":"358"} , +{"type":"Feature","id":"n146319574","geometry":{"type":"Point","coordinates":[-0.5746517,51.2558234]},"properties":{"@type":"node","@id":146319574,"@timestamp":1196522299},"coords":"51.2558234,-0.5746517","bedrooms":"2","price":"215000","area":"570"} , +{"type":"Feature","id":"n146327983","geometry":{"type":"Point","coordinates":[-0.5520424,51.263525]},"properties":{"@type":"node","@id":146327983,"@timestamp":1412016684},"coords":"51.263525,-0.5520424","bedrooms":"1","price":"182000","area":"563"} , +{"type":"Feature","id":"n146335810","geometry":{"type":"Point","coordinates":[-0.5441642,51.2894639]},"properties":{"@type":"node","@id":146335810,"@timestamp":1196522940},"coords":"51.2894639,-0.5441642","bedrooms":"4","price":"231000","area":"635"} , +{"type":"Feature","id":"n146355745","geometry":{"type":"Point","coordinates":[-0.5547802,51.2615294]},"properties":{"@type":"node","@id":146355745,"@timestamp":1196523708},"coords":"51.2615294,-0.5547802","bedrooms":"3","price":"158000","area":"513"} , +{"type":"Feature","id":"n146363883","geometry":{"type":"Point","coordinates":[-1.0297351,51.5505654]},"properties":{"@type":"node","@id":146363883,"@timestamp":1196524000},"coords":"51.5505654,-1.0297351","bedrooms":"2","price":"275000","area":"411"} , +{"type":"Feature","id":"n146364193","geometry":{"type":"Point","coordinates":[-1.037965,51.5471813]},"properties":{"@type":"node","@id":146364193,"@timestamp":1196524008},"coords":"51.5471813,-1.037965","bedrooms":"3","price":"221000","area":"487"} , +{"type":"Feature","id":"n146364325","geometry":{"type":"Point","coordinates":[-1.0433214,51.5439749]},"properties":{"@type":"node","@id":146364325,"@timestamp":1196524012},"coords":"51.5439749,-1.0433214","bedrooms":"1","price":"166000","area":"463"} , +{"type":"Feature","id":"n146364374","geometry":{"type":"Point","coordinates":[-1.0477104,51.540939]},"properties":{"@type":"node","@id":146364374,"@timestamp":1196524014},"coords":"51.540939,-1.0477104","bedrooms":"3","price":"280000","area":"570"} , +{"type":"Feature","id":"n146364417","geometry":{"type":"Point","coordinates":[-1.0541406,51.5350563]},"properties":{"@type":"node","@id":146364417,"@timestamp":1196524015},"coords":"51.5350563,-1.0541406","bedrooms":"2","price":"157000","area":"570"} , +{"type":"Feature","id":"n146364479","geometry":{"type":"Point","coordinates":[-1.0348512,51.5586482]},"properties":{"@type":"node","@id":146364479,"@timestamp":1196524016},"coords":"51.5586482,-1.0348512","bedrooms":"4","price":"204000","area":"452"} , +{"type":"Feature","id":"n146364550","geometry":{"type":"Point","coordinates":[-1.021366,51.5668601]},"properties":{"@type":"node","@id":146364550,"@timestamp":1196525211},"coords":"51.5668601,-1.021366","bedrooms":"2","price":"272000","area":"449"} , +{"type":"Feature","id":"n146364600","geometry":{"type":"Point","coordinates":[-1.0195889,51.5633752]},"properties":{"@type":"node","@id":146364600,"@timestamp":1196524019},"coords":"51.5633752,-1.0195889","bedrooms":"1","price":"278000","area":"438"} , +{"type":"Feature","id":"n146364663","geometry":{"type":"Point","coordinates":[-1.0106891,51.5575151]},"properties":{"@type":"node","@id":146364663,"@timestamp":1196524021},"coords":"51.5575151,-1.0106891","bedrooms":"3","price":"184000","area":"543"} , +{"type":"Feature","id":"n146364846","geometry":{"type":"Point","coordinates":[-1.0127912,51.5491071]},"properties":{"@type":"node","@id":146364846,"@timestamp":1196524026},"coords":"51.5491071,-1.0127912","bedrooms":"3","price":"241000","area":"405"} , +{"type":"Feature","id":"n146367075","geometry":{"type":"Point","coordinates":[-1.0089644,51.5361172]},"properties":{"@type":"node","@id":146367075,"@timestamp":1196524104},"coords":"51.5361172,-1.0089644","bedrooms":"1","price":"284000","area":"580"} , +{"type":"Feature","id":"n146381133","geometry":{"type":"Point","coordinates":[-1.0032439,51.5403581]},"properties":{"@type":"node","@id":146381133,"@timestamp":1196524595},"coords":"51.5403581,-1.0032439","bedrooms":"3","price":"191000","area":"645"} , +{"type":"Feature","id":"n146399642","geometry":{"type":"Point","coordinates":[-0.9879027,51.5332511]},"properties":{"@type":"node","@id":146399642,"@timestamp":1196525194},"coords":"51.5332511,-0.9879027","bedrooms":"0","price":"157000","area":"555"} , +{"type":"Feature","id":"n146406329","geometry":{"type":"Point","coordinates":[-0.5734226,51.2523703]},"properties":{"@type":"node","@id":146406329,"@timestamp":1576849107},"coords":"51.2523703,-0.5734226","bedrooms":"3","price":"277000","area":"478"} , +{"type":"Feature","id":"n146431930","geometry":{"type":"Point","coordinates":[-0.5417217,51.29448]},"properties":{"@type":"node","@id":146431930,"@timestamp":1610815981},"coords":"51.29448,-0.5417217","bedrooms":"0","price":"160000","area":"601"} , +{"type":"Feature","id":"n146451548","geometry":{"type":"Point","coordinates":[-0.5726962,51.2638456]},"properties":{"@type":"node","@id":146451548,"@timestamp":1609972707},"coords":"51.2638456,-0.5726962","bedrooms":"4","price":"191000","area":"634"} , +{"type":"Feature","id":"n146608098","geometry":{"type":"Point","coordinates":[-1.0828466,51.2621851]},"properties":{"@type":"node","@id":146608098,"@timestamp":1562085056},"coords":"51.2621851,-1.0828466","bedrooms":"4","price":"271000","area":"544"} , +{"type":"Feature","id":"n146676847","geometry":{"type":"Point","coordinates":[-0.0984125,51.6558115]},"properties":{"@type":"node","@id":146676847,"@timestamp":1196535831},"coords":"51.6558115,-0.0984125","bedrooms":"3","price":"202000","area":"514"} , +{"type":"Feature","id":"n146782605","geometry":{"type":"Point","coordinates":[-0.6355582,51.7835435]},"properties":{"@type":"node","@id":146782605,"@timestamp":1196539643},"coords":"51.7835435,-0.6355582","bedrooms":"1","price":"193000","area":"534"} , +{"type":"Feature","id":"n146782649","geometry":{"type":"Point","coordinates":[-0.6279788,51.7843709]},"properties":{"@type":"node","@id":146782649,"@timestamp":1196539645},"coords":"51.7843709,-0.6279788","bedrooms":"0","price":"269000","area":"353"} , +{"type":"Feature","id":"n146869669","geometry":{"type":"Point","coordinates":[-0.6055088,51.7808244]},"properties":{"@type":"node","@id":146869669,"@timestamp":1210461824},"coords":"51.7808244,-0.6055088","bedrooms":"3","price":"228000","area":"490"} , +{"type":"Feature","id":"n146869922","geometry":{"type":"Point","coordinates":[-0.5520039,51.7712285]},"properties":{"@type":"node","@id":146869922,"@timestamp":1196543005},"coords":"51.7712285,-0.5520039","bedrooms":"1","price":"206000","area":"616"} , +{"type":"Feature","id":"n146869975","geometry":{"type":"Point","coordinates":[-0.5480043,51.7817556]},"properties":{"@type":"node","@id":146869975,"@timestamp":1196543007},"coords":"51.7817556,-0.5480043","bedrooms":"3","price":"293000","area":"535"} , +{"type":"Feature","id":"n146870171","geometry":{"type":"Point","coordinates":[-0.5617933,51.8104413]},"properties":{"@type":"node","@id":146870171,"@timestamp":1196543013},"coords":"51.8104413,-0.5617933","bedrooms":"1","price":"229000","area":"649"} , +{"type":"Feature","id":"n146984566","geometry":{"type":"Point","coordinates":[-0.3162293,51.4828351]},"properties":{"@type":"node","@id":146984566,"@timestamp":1196548294},"coords":"51.4828351,-0.3162293","bedrooms":"0","price":"283000","area":"654"} , +{"type":"Feature","id":"n146984688","geometry":{"type":"Point","coordinates":[-0.3138242,51.4835596]},"properties":{"@type":"node","@id":146984688,"@timestamp":1201638461},"coords":"51.4835596,-0.3138242","bedrooms":"3","price":"283000","area":"607"} , +{"type":"Feature","id":"n147006719","geometry":{"type":"Point","coordinates":[-0.3051125,51.4819374]},"properties":{"@type":"node","@id":147006719,"@timestamp":1196549594},"coords":"51.4819374,-0.3051125","bedrooms":"0","price":"182000","area":"430"} , +{"type":"Feature","id":"n147022001","geometry":{"type":"Point","coordinates":[-0.4112937,51.5830705]},"properties":{"@type":"node","@id":147022001,"@timestamp":1292801362},"coords":"51.5830705,-0.4112937","bedrooms":"3","price":"177000","area":"466"} , +{"type":"Feature","id":"n147056371","geometry":{"type":"Point","coordinates":[-0.5319146,51.2912616]},"properties":{"@type":"node","@id":147056371,"@timestamp":1429702363},"coords":"51.2912616,-0.5319146","bedrooms":"4","price":"207000","area":"543"} , +{"type":"Feature","id":"n147726636","geometry":{"type":"Point","coordinates":[0.0821841,51.587091]},"properties":{"@type":"node","@id":147726636,"@timestamp":1599667673},"coords":"51.587091,0.0821841","bedrooms":"2","price":"244000","area":"618"} , +{"type":"Feature","id":"n147785910","geometry":{"type":"Point","coordinates":[0.0769812,51.6061204]},"properties":{"@type":"node","@id":147785910,"@timestamp":1605808013},"coords":"51.6061204,0.0769812","bedrooms":"0","price":"294000","area":"406"} , +{"type":"Feature","id":"n147796250","geometry":{"type":"Point","coordinates":[-0.7442693,51.5176791]},"properties":{"@type":"node","@id":147796250,"@timestamp":1196589506},"coords":"51.5176791,-0.7442693","bedrooms":"2","price":"263000","area":"581"} , +{"type":"Feature","id":"n147827871","geometry":{"type":"Point","coordinates":[-0.4652347,51.3099735]},"properties":{"@type":"node","@id":147827871,"@timestamp":1537904627},"coords":"51.3099735,-0.4652347","bedrooms":"1","price":"163000","area":"605"} , +{"type":"Feature","id":"n147849844","geometry":{"type":"Point","coordinates":[-0.5079637,51.2812853]},"properties":{"@type":"node","@id":147849844,"@timestamp":1316891362},"coords":"51.2812853,-0.5079637","bedrooms":"3","price":"244000","area":"647"} , +{"type":"Feature","id":"n147864066","geometry":{"type":"Point","coordinates":[-0.4958163,51.3244493]},"properties":{"@type":"node","@id":147864066,"@timestamp":1199573096},"coords":"51.3244493,-0.4958163","bedrooms":"2","price":"256000","area":"633"} , +{"type":"Feature","id":"n148157427","geometry":{"type":"Point","coordinates":[-0.7449578,50.9776018]},"properties":{"@type":"node","@id":148157427,"@timestamp":1196605922},"coords":"50.9776018,-0.7449578","bedrooms":"4","price":"179000","area":"416"} , +{"type":"Feature","id":"n148157536","geometry":{"type":"Point","coordinates":[-0.7449286,50.9751178]},"properties":{"@type":"node","@id":148157536,"@timestamp":1196605926},"coords":"50.9751178,-0.7449286","bedrooms":"3","price":"205000","area":"642"} , +{"type":"Feature","id":"n148725979","geometry":{"type":"Point","coordinates":[-0.5402707,50.9405897]},"properties":{"@type":"node","@id":148725979,"@timestamp":1196634495},"coords":"50.9405897,-0.5402707","bedrooms":"4","price":"283000","area":"440"} , +{"type":"Feature","id":"n148900241","geometry":{"type":"Point","coordinates":[-0.157506,51.1008268]},"properties":{"@type":"node","@id":148900241,"@timestamp":1425210981},"coords":"51.1008268,-0.157506","bedrooms":"4","price":"237000","area":"662"} , +{"type":"Feature","id":"n148908553","geometry":{"type":"Point","coordinates":[-1.0761231,51.4799001]},"properties":{"@type":"node","@id":148908553,"@timestamp":1196674881},"coords":"51.4799001,-1.0761231","bedrooms":"1","price":"211000","area":"627"} , +{"type":"Feature","id":"n148913152","geometry":{"type":"Point","coordinates":[-1.0880705,51.484145]},"properties":{"@type":"node","@id":148913152,"@timestamp":1498000703},"coords":"51.484145,-1.0880705","bedrooms":"1","price":"205000","area":"633"} , +{"type":"Feature","id":"n148938147","geometry":{"type":"Point","coordinates":[-0.0790295,51.6702244]},"properties":{"@type":"node","@id":148938147,"@timestamp":1196681998},"coords":"51.6702244,-0.0790295","bedrooms":"2","price":"196000","area":"387"} , +{"type":"Feature","id":"n148938160","geometry":{"type":"Point","coordinates":[-0.0738154,51.6684024]},"properties":{"@type":"node","@id":148938160,"@timestamp":1196681999},"coords":"51.6684024,-0.0738154","bedrooms":"1","price":"212000","area":"672"} , +{"type":"Feature","id":"n148938173","geometry":{"type":"Point","coordinates":[-0.073074,51.667298]},"properties":{"@type":"node","@id":148938173,"@timestamp":1209330830},"coords":"51.667298,-0.073074","bedrooms":"4","price":"294000","area":"375"} , +{"type":"Feature","id":"n148938187","geometry":{"type":"Point","coordinates":[-0.0730953,51.6689267]},"properties":{"@type":"node","@id":148938187,"@timestamp":1196682000},"coords":"51.6689267,-0.0730953","bedrooms":"0","price":"274000","area":"682"} , +{"type":"Feature","id":"n148938200","geometry":{"type":"Point","coordinates":[-0.0756833,51.6699275]},"properties":{"@type":"node","@id":148938200,"@timestamp":1196682000},"coords":"51.6699275,-0.0756833","bedrooms":"4","price":"286000","area":"666"} , +{"type":"Feature","id":"n148938212","geometry":{"type":"Point","coordinates":[-0.0786976,51.6709944]},"properties":{"@type":"node","@id":148938212,"@timestamp":1196682001},"coords":"51.6709944,-0.0786976","bedrooms":"0","price":"196000","area":"424"} , +{"type":"Feature","id":"n148938225","geometry":{"type":"Point","coordinates":[-0.0798241,51.6721084]},"properties":{"@type":"node","@id":148938225,"@timestamp":1196682001},"coords":"51.6721084,-0.0798241","bedrooms":"1","price":"158000","area":"406"} , +{"type":"Feature","id":"n148938244","geometry":{"type":"Point","coordinates":[-0.0809309,51.6709982]},"properties":{"@type":"node","@id":148938244,"@timestamp":1196682219},"coords":"51.6709982,-0.0809309","bedrooms":"1","price":"204000","area":"414"} , +{"type":"Feature","id":"n148938270","geometry":{"type":"Point","coordinates":[-0.0781503,51.6698027]},"properties":{"@type":"node","@id":148938270,"@timestamp":1196682004},"coords":"51.6698027,-0.0781503","bedrooms":"2","price":"171000","area":"370"} , +{"type":"Feature","id":"n148939400","geometry":{"type":"Point","coordinates":[-0.0825733,51.6717535]},"properties":{"@type":"node","@id":148939400,"@timestamp":1196682218},"coords":"51.6717535,-0.0825733","bedrooms":"3","price":"292000","area":"587"} , +{"type":"Feature","id":"n149253255","geometry":{"type":"Point","coordinates":[-0.0882469,51.4045599]},"properties":{"@type":"node","@id":149253255,"@timestamp":1369521174},"coords":"51.4045599,-0.0882469","bedrooms":"0","price":"161000","area":"520"} , +{"type":"Feature","id":"n149294880","geometry":{"type":"Point","coordinates":[-0.0584581,51.4132196]},"properties":{"@type":"node","@id":149294880,"@timestamp":1309172253},"coords":"51.4132196,-0.0584581","bedrooms":"3","price":"219000","area":"621"} , +{"type":"Feature","id":"n149539177","geometry":{"type":"Point","coordinates":[0.0750214,51.5922434]},"properties":{"@type":"node","@id":149539177,"@timestamp":1621693533},"coords":"51.5922434,0.0750214","bedrooms":"4","price":"177000","area":"664"} , +{"type":"Feature","id":"n149561190","geometry":{"type":"Point","coordinates":[0.5919773,51.0631443]},"properties":{"@type":"node","@id":149561190,"@timestamp":1196722545},"coords":"51.0631443,0.5919773","bedrooms":"1","price":"260000","area":"486"} , +{"type":"Feature","id":"n149575654","geometry":{"type":"Point","coordinates":[0.0863,51.6113539]},"properties":{"@type":"node","@id":149575654,"@timestamp":1606145844},"coords":"51.6113539,0.0863","bedrooms":"1","price":"241000","area":"655"} , +{"type":"Feature","id":"n149678472","geometry":{"type":"Point","coordinates":[0.5590511,51.1231508]},"properties":{"@type":"node","@id":149678472,"@timestamp":1196727759},"coords":"51.1231508,0.5590511","bedrooms":"0","price":"269000","area":"696"} , +{"type":"Feature","id":"n150547638","geometry":{"type":"Point","coordinates":[-0.0883157,51.6543191]},"properties":{"@type":"node","@id":150547638,"@timestamp":1196776916},"coords":"51.6543191,-0.0883157","bedrooms":"4","price":"277000","area":"636"} , +{"type":"Feature","id":"n150569974","geometry":{"type":"Point","coordinates":[-0.0806203,51.6639124]},"properties":{"@type":"node","@id":150569974,"@timestamp":1196784424},"coords":"51.6639124,-0.0806203","bedrooms":"4","price":"154000","area":"577"} , +{"type":"Feature","id":"n150608778","geometry":{"type":"Point","coordinates":[-0.0595401,51.3761281]},"properties":{"@type":"node","@id":150608778,"@timestamp":1533079192},"coords":"51.3761281,-0.0595401","bedrooms":"0","price":"270000","area":"371"} , +{"type":"Feature","id":"n150724387","geometry":{"type":"Point","coordinates":[-1.0989222,51.24983]},"properties":{"@type":"node","@id":150724387,"@timestamp":1357863935},"coords":"51.24983,-1.0989222","bedrooms":"1","price":"183000","area":"393"} , +{"type":"Feature","id":"n150877218","geometry":{"type":"Point","coordinates":[-0.2127815,51.1228856]},"properties":{"@type":"node","@id":150877218,"@timestamp":1528266979},"coords":"51.1228856,-0.2127815","bedrooms":"4","price":"275000","area":"607"} , +{"type":"Feature","id":"n150899735","geometry":{"type":"Point","coordinates":[-0.1100472,51.371975]},"properties":{"@type":"node","@id":150899735,"@timestamp":1612398392},"coords":"51.371975,-0.1100472","bedrooms":"4","price":"177000","area":"597"} , +{"type":"Feature","id":"n151020828","geometry":{"type":"Point","coordinates":[-0.1371892,51.4708425]},"properties":{"@type":"node","@id":151020828,"@timestamp":1204386357},"coords":"51.4708425,-0.1371892","bedrooms":"2","price":"156000","area":"559"} , +{"type":"Feature","id":"n151022146","geometry":{"type":"Point","coordinates":[-0.406864,51.4811441]},"properties":{"@type":"node","@id":151022146,"@timestamp":1196867353},"coords":"51.4811441,-0.406864","bedrooms":"2","price":"286000","area":"577"} , +{"type":"Feature","id":"n151022156","geometry":{"type":"Point","coordinates":[-0.4058186,51.481099]},"properties":{"@type":"node","@id":151022156,"@timestamp":1196867354},"coords":"51.481099,-0.4058186","bedrooms":"2","price":"161000","area":"668"} , +{"type":"Feature","id":"n151022168","geometry":{"type":"Point","coordinates":[-0.4074002,51.4802406]},"properties":{"@type":"node","@id":151022168,"@timestamp":1196867355},"coords":"51.4802406,-0.4074002","bedrooms":"2","price":"155000","area":"671"} , +{"type":"Feature","id":"n151022183","geometry":{"type":"Point","coordinates":[-0.4090135,51.4814573]},"properties":{"@type":"node","@id":151022183,"@timestamp":1196867357},"coords":"51.4814573,-0.4090135","bedrooms":"3","price":"239000","area":"536"} , +{"type":"Feature","id":"n151022201","geometry":{"type":"Point","coordinates":[-0.4090225,51.4837689]},"properties":{"@type":"node","@id":151022201,"@timestamp":1196867359},"coords":"51.4837689,-0.4090225","bedrooms":"4","price":"202000","area":"570"} , +{"type":"Feature","id":"n151022212","geometry":{"type":"Point","coordinates":[-0.4114062,51.4813221]},"properties":{"@type":"node","@id":151022212,"@timestamp":1196867360},"coords":"51.4813221,-0.4114062","bedrooms":"1","price":"270000","area":"640"} , +{"type":"Feature","id":"n151022249","geometry":{"type":"Point","coordinates":[-0.4156015,51.4826244]},"properties":{"@type":"node","@id":151022249,"@timestamp":1196867362},"coords":"51.4826244,-0.4156015","bedrooms":"4","price":"206000","area":"455"} , +{"type":"Feature","id":"n151022259","geometry":{"type":"Point","coordinates":[-0.4105005,51.4854362]},"properties":{"@type":"node","@id":151022259,"@timestamp":1196867363},"coords":"51.4854362,-0.4105005","bedrooms":"3","price":"195000","area":"682"} , +{"type":"Feature","id":"n151022269","geometry":{"type":"Point","coordinates":[-0.4113522,51.4832958]},"properties":{"@type":"node","@id":151022269,"@timestamp":1196867364},"coords":"51.4832958,-0.4113522","bedrooms":"0","price":"238000","area":"505"} , +{"type":"Feature","id":"n151022283","geometry":{"type":"Point","coordinates":[-0.410834,51.4838005]},"properties":{"@type":"node","@id":151022283,"@timestamp":1196867366},"coords":"51.4838005,-0.410834","bedrooms":"3","price":"248000","area":"625"} , +{"type":"Feature","id":"n151022293","geometry":{"type":"Point","coordinates":[-0.4111854,51.4844764]},"properties":{"@type":"node","@id":151022293,"@timestamp":1196867367},"coords":"51.4844764,-0.4111854","bedrooms":"1","price":"293000","area":"540"} , +{"type":"Feature","id":"n151022394","geometry":{"type":"Point","coordinates":[-0.1351261,51.4691618]},"properties":{"@type":"node","@id":151022394,"@timestamp":1196867473},"coords":"51.4691618,-0.1351261","bedrooms":"2","price":"277000","area":"621"} , +{"type":"Feature","id":"n151022412","geometry":{"type":"Point","coordinates":[-0.1361856,51.4704938]},"properties":{"@type":"node","@id":151022412,"@timestamp":1196867475},"coords":"51.4704938,-0.1361856","bedrooms":"3","price":"191000","area":"390"} , +{"type":"Feature","id":"n151022424","geometry":{"type":"Point","coordinates":[-0.1366147,51.470785]},"properties":{"@type":"node","@id":151022424,"@timestamp":1196867476},"coords":"51.470785,-0.1366147","bedrooms":"4","price":"178000","area":"524"} , +{"type":"Feature","id":"n151023936","geometry":{"type":"Point","coordinates":[-0.4247896,51.4854925]},"properties":{"@type":"node","@id":151023936,"@timestamp":1196868708},"coords":"51.4854925,-0.4247896","bedrooms":"1","price":"291000","area":"499"} , +{"type":"Feature","id":"n151023952","geometry":{"type":"Point","coordinates":[-0.429458,51.4921977]},"properties":{"@type":"node","@id":151023952,"@timestamp":1196868710},"coords":"51.4921977,-0.429458","bedrooms":"0","price":"233000","area":"407"} , +{"type":"Feature","id":"n151023966","geometry":{"type":"Point","coordinates":[-0.4317741,51.4891876]},"properties":{"@type":"node","@id":151023966,"@timestamp":1204404083},"coords":"51.4891876,-0.4317741","bedrooms":"4","price":"216000","area":"396"} , +{"type":"Feature","id":"n151023978","geometry":{"type":"Point","coordinates":[-0.425132,51.4930719]},"properties":{"@type":"node","@id":151023978,"@timestamp":1196868712},"coords":"51.4930719,-0.425132","bedrooms":"3","price":"268000","area":"444"} , +{"type":"Feature","id":"n151024500","geometry":{"type":"Point","coordinates":[-0.4118583,51.4974909]},"properties":{"@type":"node","@id":151024500,"@timestamp":1619515805},"coords":"51.4974909,-0.4118583","bedrooms":"3","price":"291000","area":"499"} , +{"type":"Feature","id":"n151024529","geometry":{"type":"Point","coordinates":[-0.4104419,51.4942548]},"properties":{"@type":"node","@id":151024529,"@timestamp":1196869064},"coords":"51.4942548,-0.4104419","bedrooms":"1","price":"292000","area":"566"} , +{"type":"Feature","id":"n151025696","geometry":{"type":"Point","coordinates":[-0.4340317,51.482363]},"properties":{"@type":"node","@id":151025696,"@timestamp":1204404083},"coords":"51.482363,-0.4340317","bedrooms":"2","price":"162000","area":"369"} , +{"type":"Feature","id":"n151025714","geometry":{"type":"Point","coordinates":[-0.4209999,51.4847873]},"properties":{"@type":"node","@id":151025714,"@timestamp":1196869501},"coords":"51.4847873,-0.4209999","bedrooms":"1","price":"264000","area":"522"} , +{"type":"Feature","id":"n151136962","geometry":{"type":"Point","coordinates":[-0.0552027,51.370349]},"properties":{"@type":"node","@id":151136962,"@timestamp":1256679969},"coords":"51.370349,-0.0552027","bedrooms":"3","price":"238000","area":"620"} , +{"type":"Feature","id":"n151205288","geometry":{"type":"Point","coordinates":[0.3494765,51.3194484]},"properties":{"@type":"node","@id":151205288,"@timestamp":1196882185},"coords":"51.3194484,0.3494765","bedrooms":"4","price":"189000","area":"366"} , +{"type":"Feature","id":"n151210136","geometry":{"type":"Point","coordinates":[0.3281753,51.3284164]},"properties":{"@type":"node","@id":151210136,"@timestamp":1196883800},"coords":"51.3284164,0.3281753","bedrooms":"1","price":"162000","area":"399"} , +{"type":"Feature","id":"n151213697","geometry":{"type":"Point","coordinates":[0.3689058,51.3544345]},"properties":{"@type":"node","@id":151213697,"@timestamp":1196884354},"coords":"51.3544345,0.3689058","bedrooms":"3","price":"247000","area":"603"} , +{"type":"Feature","id":"n151214272","geometry":{"type":"Point","coordinates":[0.3737233,51.3391301]},"properties":{"@type":"node","@id":151214272,"@timestamp":1196884740},"coords":"51.3391301,0.3737233","bedrooms":"0","price":"163000","area":"552"} , +{"type":"Feature","id":"n151216323","geometry":{"type":"Point","coordinates":[0.3739777,51.3607488]},"properties":{"@type":"node","@id":151216323,"@timestamp":1196885579},"coords":"51.3607488,0.3739777","bedrooms":"3","price":"250000","area":"552"} , +{"type":"Feature","id":"n151216346","geometry":{"type":"Point","coordinates":[0.3834105,51.3620725]},"properties":{"@type":"node","@id":151216346,"@timestamp":1196885900},"coords":"51.3620725,0.3834105","bedrooms":"4","price":"235000","area":"697"} , +{"type":"Feature","id":"n151216786","geometry":{"type":"Point","coordinates":[0.3844319,51.3635195]},"properties":{"@type":"node","@id":151216786,"@timestamp":1196885706},"coords":"51.3635195,0.3844319","bedrooms":"0","price":"297000","area":"458"} , +{"type":"Feature","id":"n151221704","geometry":{"type":"Point","coordinates":[-0.0827063,51.6610494]},"properties":{"@type":"node","@id":151221704,"@timestamp":1196886726},"coords":"51.6610494,-0.0827063","bedrooms":"2","price":"166000","area":"523"} , +{"type":"Feature","id":"n151221740","geometry":{"type":"Point","coordinates":[-0.0838758,51.6575654]},"properties":{"@type":"node","@id":151221740,"@timestamp":1196886729},"coords":"51.6575654,-0.0838758","bedrooms":"4","price":"187000","area":"624"} , +{"type":"Feature","id":"n151221753","geometry":{"type":"Point","coordinates":[-0.086184,51.6548343]},"properties":{"@type":"node","@id":151221753,"@timestamp":1196886730},"coords":"51.6548343,-0.086184","bedrooms":"2","price":"213000","area":"694"} , +{"type":"Feature","id":"n151231230","geometry":{"type":"Point","coordinates":[0.3595811,51.3902617]},"properties":{"@type":"node","@id":151231230,"@timestamp":1196888786},"coords":"51.3902617,0.3595811","bedrooms":"3","price":"177000","area":"428"} , +{"type":"Feature","id":"n151306160","geometry":{"type":"Point","coordinates":[0.0677044,51.6411269]},"properties":{"@type":"node","@id":151306160,"@timestamp":1568220151},"coords":"51.6411269,0.0677044","bedrooms":"0","price":"280000","area":"596"} , +{"type":"Feature","id":"n153125637","geometry":{"type":"Point","coordinates":[0.3605524,51.3046307]},"properties":{"@type":"node","@id":153125637,"@timestamp":1196967004},"coords":"51.3046307,0.3605524","bedrooms":"0","price":"277000","area":"679"} , +{"type":"Feature","id":"n153130620","geometry":{"type":"Point","coordinates":[-0.0738247,51.6683873]},"properties":{"@type":"node","@id":153130620,"@timestamp":1196967191},"coords":"51.6683873,-0.0738247","bedrooms":"1","price":"168000","area":"464"} , +{"type":"Feature","id":"n153130658","geometry":{"type":"Point","coordinates":[-0.0678469,51.6679634]},"properties":{"@type":"node","@id":153130658,"@timestamp":1209330932},"coords":"51.6679634,-0.0678469","bedrooms":"4","price":"281000","area":"536"} , +{"type":"Feature","id":"n153130687","geometry":{"type":"Point","coordinates":[-0.0650842,51.6669356]},"properties":{"@type":"node","@id":153130687,"@timestamp":1196967192},"coords":"51.6669356,-0.0650842","bedrooms":"0","price":"255000","area":"678"} , +{"type":"Feature","id":"n153130732","geometry":{"type":"Point","coordinates":[-0.0594069,51.6602241]},"properties":{"@type":"node","@id":153130732,"@timestamp":1199123669},"coords":"51.6602241,-0.0594069","bedrooms":"4","price":"274000","area":"614"} , +{"type":"Feature","id":"n153130814","geometry":{"type":"Point","coordinates":[-0.0734136,51.661454]},"properties":{"@type":"node","@id":153130814,"@timestamp":1196967224},"coords":"51.661454,-0.0734136","bedrooms":"0","price":"165000","area":"369"} , +{"type":"Feature","id":"n153168158","geometry":{"type":"Point","coordinates":[0.3647905,51.265791]},"properties":{"@type":"node","@id":153168158,"@timestamp":1196968327},"coords":"51.265791,0.3647905","bedrooms":"2","price":"253000","area":"355"} , +{"type":"Feature","id":"n153168207","geometry":{"type":"Point","coordinates":[0.3726992,51.2468279]},"properties":{"@type":"node","@id":153168207,"@timestamp":1196968043},"coords":"51.2468279,0.3726992","bedrooms":"4","price":"176000","area":"372"} , +{"type":"Feature","id":"n153168247","geometry":{"type":"Point","coordinates":[0.3882084,51.2454083]},"properties":{"@type":"node","@id":153168247,"@timestamp":1196969121},"coords":"51.2454083,0.3882084","bedrooms":"0","price":"203000","area":"494"} , +{"type":"Feature","id":"n153622543","geometry":{"type":"Point","coordinates":[-0.1972229,51.3625172]},"properties":{"@type":"node","@id":153622543,"@timestamp":1628531001},"coords":"51.3625172,-0.1972229","bedrooms":"3","price":"153000","area":"620"} , +{"type":"Feature","id":"n153809120","geometry":{"type":"Point","coordinates":[-0.8446844,51.284716]},"properties":{"@type":"node","@id":153809120,"@timestamp":1196992003},"coords":"51.284716,-0.8446844","bedrooms":"0","price":"217000","area":"435"} , +{"type":"Feature","id":"n154654590","geometry":{"type":"Point","coordinates":[0.0947958,51.1813751]},"properties":{"@type":"node","@id":154654590,"@timestamp":1630450527},"coords":"51.1813751,0.0947958","bedrooms":"2","price":"165000","area":"585"} , +{"type":"Feature","id":"n154872132","geometry":{"type":"Point","coordinates":[-0.5423952,51.4302901]},"properties":{"@type":"node","@id":154872132,"@timestamp":1197039768},"coords":"51.4302901,-0.5423952","bedrooms":"1","price":"154000","area":"549"} , +{"type":"Feature","id":"n154872222","geometry":{"type":"Point","coordinates":[-0.5428934,51.4302066]},"properties":{"@type":"node","@id":154872222,"@timestamp":1197039771},"coords":"51.4302066,-0.5428934","bedrooms":"0","price":"198000","area":"642"} , +{"type":"Feature","id":"n155037031","geometry":{"type":"Point","coordinates":[0.2962379,51.2584368]},"properties":{"@type":"node","@id":155037031,"@timestamp":1197049247},"coords":"51.2584368,0.2962379","bedrooms":"4","price":"186000","area":"691"} , +{"type":"Feature","id":"n155042875","geometry":{"type":"Point","coordinates":[0.3021847,51.288197]},"properties":{"@type":"node","@id":155042875,"@timestamp":1209751263},"coords":"51.288197,0.3021847","bedrooms":"3","price":"189000","area":"424"} , +{"type":"Feature","id":"n155047615","geometry":{"type":"Point","coordinates":[0.3089784,51.2733411]},"properties":{"@type":"node","@id":155047615,"@timestamp":1197047355},"coords":"51.2733411,0.3089784","bedrooms":"4","price":"171000","area":"565"} , +{"type":"Feature","id":"n155066151","geometry":{"type":"Point","coordinates":[0.2947101,51.2447163]},"properties":{"@type":"node","@id":155066151,"@timestamp":1197049568},"coords":"51.2447163,0.2947101","bedrooms":"3","price":"277000","area":"461"} , +{"type":"Feature","id":"n155066235","geometry":{"type":"Point","coordinates":[0.317694,51.2685272]},"properties":{"@type":"node","@id":155066235,"@timestamp":1197050218},"coords":"51.2685272,0.317694","bedrooms":"1","price":"201000","area":"460"} , +{"type":"Feature","id":"n155140373","geometry":{"type":"Point","coordinates":[0.2406002,51.1814647]},"properties":{"@type":"node","@id":155140373,"@timestamp":1197051550},"coords":"51.1814647,0.2406002","bedrooms":"1","price":"186000","area":"366"} , +{"type":"Feature","id":"n155199081","geometry":{"type":"Point","coordinates":[-0.3393717,51.070013]},"properties":{"@type":"node","@id":155199081,"@timestamp":1197053981},"coords":"51.070013,-0.3393717","bedrooms":"1","price":"179000","area":"504"} , +{"type":"Feature","id":"n155237297","geometry":{"type":"Point","coordinates":[-0.9878194,51.5644751]},"properties":{"@type":"node","@id":155237297,"@timestamp":1197055945},"coords":"51.5644751,-0.9878194","bedrooms":"0","price":"220000","area":"391"} , +{"type":"Feature","id":"n155237352","geometry":{"type":"Point","coordinates":[-0.9819192,51.5586741]},"properties":{"@type":"node","@id":155237352,"@timestamp":1197056955},"coords":"51.5586741,-0.9819192","bedrooms":"3","price":"159000","area":"649"} , +{"type":"Feature","id":"n155237491","geometry":{"type":"Point","coordinates":[-0.981373,51.5480334]},"properties":{"@type":"node","@id":155237491,"@timestamp":1213642498},"coords":"51.5480334,-0.981373","bedrooms":"4","price":"165000","area":"549"} , +{"type":"Feature","id":"n155237524","geometry":{"type":"Point","coordinates":[-0.9783284,51.5476972]},"properties":{"@type":"node","@id":155237524,"@timestamp":1197055952},"coords":"51.5476972,-0.9783284","bedrooms":"2","price":"279000","area":"658"} , +{"type":"Feature","id":"n155237547","geometry":{"type":"Point","coordinates":[-0.9749398,51.5483119]},"properties":{"@type":"node","@id":155237547,"@timestamp":1197055953},"coords":"51.5483119,-0.9749398","bedrooms":"3","price":"161000","area":"681"} , +{"type":"Feature","id":"n155237765","geometry":{"type":"Point","coordinates":[-0.9681524,51.5439282]},"properties":{"@type":"node","@id":155237765,"@timestamp":1197055961},"coords":"51.5439282,-0.9681524","bedrooms":"1","price":"283000","area":"499"} , +{"type":"Feature","id":"n155237796","geometry":{"type":"Point","coordinates":[-0.9663783,51.5530167]},"properties":{"@type":"node","@id":155237796,"@timestamp":1197056967},"coords":"51.5530167,-0.9663783","bedrooms":"4","price":"174000","area":"647"} , +{"type":"Feature","id":"n155237889","geometry":{"type":"Point","coordinates":[-0.9648597,51.5510075]},"properties":{"@type":"node","@id":155237889,"@timestamp":1197056969},"coords":"51.5510075,-0.9648597","bedrooms":"1","price":"233000","area":"461"} , +{"type":"Feature","id":"n155259740","geometry":{"type":"Point","coordinates":[-0.9584242,51.5509991]},"properties":{"@type":"node","@id":155259740,"@timestamp":1197056938},"coords":"51.5509991,-0.9584242","bedrooms":"0","price":"177000","area":"640"} , +{"type":"Feature","id":"n155259793","geometry":{"type":"Point","coordinates":[-0.9373505,51.5555473]},"properties":{"@type":"node","@id":155259793,"@timestamp":1197056940},"coords":"51.5555473,-0.9373505","bedrooms":"1","price":"177000","area":"488"} , +{"type":"Feature","id":"n155259992","geometry":{"type":"Point","coordinates":[-0.9586145,51.5432091]},"properties":{"@type":"node","@id":155259992,"@timestamp":1197056947},"coords":"51.5432091,-0.9586145","bedrooms":"3","price":"281000","area":"440"} , +{"type":"Feature","id":"n155260070","geometry":{"type":"Point","coordinates":[-0.9388028,51.5507559]},"properties":{"@type":"node","@id":155260070,"@timestamp":1197056949},"coords":"51.5507559,-0.9388028","bedrooms":"1","price":"255000","area":"565"} , +{"type":"Feature","id":"n155260165","geometry":{"type":"Point","coordinates":[-0.9300369,51.5416364]},"properties":{"@type":"node","@id":155260165,"@timestamp":1197056952},"coords":"51.5416364,-0.9300369","bedrooms":"4","price":"168000","area":"663"} , +{"type":"Feature","id":"n155687808","geometry":{"type":"Point","coordinates":[-1.0934941,51.255166]},"properties":{"@type":"node","@id":155687808,"@timestamp":1359167278},"coords":"51.255166,-1.0934941","bedrooms":"4","price":"248000","area":"485"} , +{"type":"Feature","id":"n155806716","geometry":{"type":"Point","coordinates":[0.6116872,51.1224581]},"properties":{"@type":"node","@id":155806716,"@timestamp":1205710068},"coords":"51.1224581,0.6116872","bedrooms":"3","price":"197000","area":"441"} , +{"type":"Feature","id":"n156539235","geometry":{"type":"Point","coordinates":[0.1605003,51.2061544]},"properties":{"@type":"node","@id":156539235,"@timestamp":1197124302},"coords":"51.2061544,0.1605003","bedrooms":"4","price":"244000","area":"460"} , +{"type":"Feature","id":"n156539454","geometry":{"type":"Point","coordinates":[0.1835029,51.2235096]},"properties":{"@type":"node","@id":156539454,"@timestamp":1197124302},"coords":"51.2235096,0.1835029","bedrooms":"1","price":"249000","area":"578"} , +{"type":"Feature","id":"n156539494","geometry":{"type":"Point","coordinates":[0.1667316,51.2247997]},"properties":{"@type":"node","@id":156539494,"@timestamp":1197124436},"coords":"51.2247997,0.1667316","bedrooms":"3","price":"235000","area":"397"} , +{"type":"Feature","id":"n156562011","geometry":{"type":"Point","coordinates":[0.1405956,51.1867498]},"properties":{"@type":"node","@id":156562011,"@timestamp":1197120072},"coords":"51.1867498,0.1405956","bedrooms":"1","price":"164000","area":"502"} , +{"type":"Feature","id":"n156563990","geometry":{"type":"Point","coordinates":[0.1541316,51.2182468]},"properties":{"@type":"node","@id":156563990,"@timestamp":1197125307},"coords":"51.2182468,0.1541316","bedrooms":"1","price":"230000","area":"421"} , +{"type":"Feature","id":"n156564412","geometry":{"type":"Point","coordinates":[0.1191556,51.2241332]},"properties":{"@type":"node","@id":156564412,"@timestamp":1197125525},"coords":"51.2241332,0.1191556","bedrooms":"4","price":"161000","area":"576"} , +{"type":"Feature","id":"n156585118","geometry":{"type":"Point","coordinates":[0.1058004,51.2093257]},"properties":{"@type":"node","@id":156585118,"@timestamp":1197140414},"coords":"51.2093257,0.1058004","bedrooms":"1","price":"226000","area":"577"} , +{"type":"Feature","id":"n156585445","geometry":{"type":"Point","coordinates":[0.1013715,51.241041]},"properties":{"@type":"node","@id":156585445,"@timestamp":1197125759},"coords":"51.241041,0.1013715","bedrooms":"1","price":"191000","area":"656"} , +{"type":"Feature","id":"n156590782","geometry":{"type":"Point","coordinates":[0.090162,51.238064]},"properties":{"@type":"node","@id":156590782,"@timestamp":1197125759},"coords":"51.238064,0.090162","bedrooms":"2","price":"221000","area":"507"} , +{"type":"Feature","id":"n156726012","geometry":{"type":"Point","coordinates":[-0.1153378,51.5019701]},"properties":{"@type":"node","@id":156726012,"@timestamp":1630358371},"coords":"51.5019701,-0.1153378","bedrooms":"3","price":"297000","area":"583"} , +{"type":"Feature","id":"n156944795","geometry":{"type":"Point","coordinates":[-0.225971,51.8158132]},"properties":{"@type":"node","@id":156944795,"@timestamp":1197133866},"coords":"51.8158132,-0.225971","bedrooms":"1","price":"185000","area":"521"} , +{"type":"Feature","id":"n156960830","geometry":{"type":"Point","coordinates":[0.5338781,51.3443612]},"properties":{"@type":"node","@id":156960830,"@timestamp":1197134631},"coords":"51.3443612,0.5338781","bedrooms":"4","price":"232000","area":"423"} , +{"type":"Feature","id":"n156960914","geometry":{"type":"Point","coordinates":[0.5320537,51.34744]},"properties":{"@type":"node","@id":156960914,"@timestamp":1197134634},"coords":"51.34744,0.5320537","bedrooms":"2","price":"177000","area":"381"} , +{"type":"Feature","id":"n156960945","geometry":{"type":"Point","coordinates":[0.5316885,51.3423257]},"properties":{"@type":"node","@id":156960945,"@timestamp":1197134635},"coords":"51.3423257,0.5316885","bedrooms":"4","price":"237000","area":"589"} , +{"type":"Feature","id":"n157264370","geometry":{"type":"Point","coordinates":[-0.4140838,51.4617374]},"properties":{"@type":"node","@id":157264370,"@timestamp":1197147130},"coords":"51.4617374,-0.4140838","bedrooms":"2","price":"158000","area":"537"} , +{"type":"Feature","id":"n157315563","geometry":{"type":"Point","coordinates":[-0.4241503,51.4614166]},"properties":{"@type":"node","@id":157315563,"@timestamp":1197149512},"coords":"51.4614166,-0.4241503","bedrooms":"1","price":"158000","area":"366"} , +{"type":"Feature","id":"n157431859","geometry":{"type":"Point","coordinates":[-0.6833962,51.588625]},"properties":{"@type":"node","@id":157431859,"@timestamp":1601223949},"coords":"51.588625,-0.6833962","bedrooms":"4","price":"171000","area":"656"} , +{"type":"Feature","id":"n158312571","geometry":{"type":"Point","coordinates":[0.0242216,51.187003]},"properties":{"@type":"node","@id":158312571,"@timestamp":1197563306},"coords":"51.187003,0.0242216","bedrooms":"0","price":"161000","area":"650"} , +{"type":"Feature","id":"n158312651","geometry":{"type":"Point","coordinates":[0.0392642,51.2379303]},"properties":{"@type":"node","@id":158312651,"@timestamp":1197567004},"coords":"51.2379303,0.0392642","bedrooms":"3","price":"226000","area":"612"} , +{"type":"Feature","id":"n158318526","geometry":{"type":"Point","coordinates":[-0.0123337,51.228607]},"properties":{"@type":"node","@id":158318526,"@timestamp":1197563799},"coords":"51.228607,-0.0123337","bedrooms":"3","price":"271000","area":"628"} , +{"type":"Feature","id":"n158326872","geometry":{"type":"Point","coordinates":[-0.0344318,51.2393372]},"properties":{"@type":"node","@id":158326872,"@timestamp":1342392437},"coords":"51.2393372,-0.0344318","bedrooms":"4","price":"196000","area":"544"} , +{"type":"Feature","id":"n158326921","geometry":{"type":"Point","coordinates":[-0.0583826,51.2013386]},"properties":{"@type":"node","@id":158326921,"@timestamp":1197714996},"coords":"51.2013386,-0.0583826","bedrooms":"4","price":"243000","area":"681"} , +{"type":"Feature","id":"n158337852","geometry":{"type":"Point","coordinates":[-0.1008329,51.2217128]},"properties":{"@type":"node","@id":158337852,"@timestamp":1218313549},"coords":"51.2217128,-0.1008329","bedrooms":"4","price":"276000","area":"561"} , +{"type":"Feature","id":"n158340343","geometry":{"type":"Point","coordinates":[-0.1403348,51.1951641]},"properties":{"@type":"node","@id":158340343,"@timestamp":1199188731},"coords":"51.1951641,-0.1403348","bedrooms":"0","price":"190000","area":"510"} , +{"type":"Feature","id":"n158474404","geometry":{"type":"Point","coordinates":[0.5354583,51.3598457]},"properties":{"@type":"node","@id":158474404,"@timestamp":1197198119},"coords":"51.3598457,0.5354583","bedrooms":"3","price":"202000","area":"398"} , +{"type":"Feature","id":"n158474718","geometry":{"type":"Point","coordinates":[0.5336123,51.3553268]},"properties":{"@type":"node","@id":158474718,"@timestamp":1197198127},"coords":"51.3553268,0.5336123","bedrooms":"3","price":"177000","area":"376"} , +{"type":"Feature","id":"n158474983","geometry":{"type":"Point","coordinates":[0.5354319,51.3605034]},"properties":{"@type":"node","@id":158474983,"@timestamp":1516474954},"coords":"51.3605034,0.5354319","bedrooms":"1","price":"265000","area":"632"} , +{"type":"Feature","id":"n158488779","geometry":{"type":"Point","coordinates":[0.5420551,51.3626507]},"properties":{"@type":"node","@id":158488779,"@timestamp":1197198613},"coords":"51.3626507,0.5420551","bedrooms":"1","price":"164000","area":"489"} , +{"type":"Feature","id":"n158549044","geometry":{"type":"Point","coordinates":[0.5336311,51.3425582]},"properties":{"@type":"node","@id":158549044,"@timestamp":1197200870},"coords":"51.3425582,0.5336311","bedrooms":"0","price":"236000","area":"600"} , +{"type":"Feature","id":"n158549103","geometry":{"type":"Point","coordinates":[0.5333472,51.3412356]},"properties":{"@type":"node","@id":158549103,"@timestamp":1234634426},"coords":"51.3412356,0.5333472","bedrooms":"3","price":"287000","area":"469"} , +{"type":"Feature","id":"n158549176","geometry":{"type":"Point","coordinates":[0.5329427,51.3417407]},"properties":{"@type":"node","@id":158549176,"@timestamp":1234634427},"coords":"51.3417407,0.5329427","bedrooms":"2","price":"269000","area":"587"} , +{"type":"Feature","id":"n158549239","geometry":{"type":"Point","coordinates":[0.535475,51.3407118]},"properties":{"@type":"node","@id":158549239,"@timestamp":1541939981},"coords":"51.3407118,0.535475","bedrooms":"3","price":"186000","area":"611"} , +{"type":"Feature","id":"n158702322","geometry":{"type":"Point","coordinates":[0.5097015,51.3639464]},"properties":{"@type":"node","@id":158702322,"@timestamp":1197219020},"coords":"51.3639464,0.5097015","bedrooms":"3","price":"198000","area":"513"} , +{"type":"Feature","id":"n158702693","geometry":{"type":"Point","coordinates":[0.5104485,51.3646252]},"properties":{"@type":"node","@id":158702693,"@timestamp":1197219092},"coords":"51.3646252,0.5104485","bedrooms":"2","price":"164000","area":"483"} , +{"type":"Feature","id":"n158706006","geometry":{"type":"Point","coordinates":[0.5137656,51.367646]},"properties":{"@type":"node","@id":158706006,"@timestamp":1197219872},"coords":"51.367646,0.5137656","bedrooms":"4","price":"260000","area":"617"} , +{"type":"Feature","id":"n158706034","geometry":{"type":"Point","coordinates":[0.5129459,51.3687153]},"properties":{"@type":"node","@id":158706034,"@timestamp":1618417421},"coords":"51.3687153,0.5129459","bedrooms":"4","price":"167000","area":"554"} , +{"type":"Feature","id":"n158707952","geometry":{"type":"Point","coordinates":[0.5130907,51.3620527]},"properties":{"@type":"node","@id":158707952,"@timestamp":1197220324},"coords":"51.3620527,0.5130907","bedrooms":"0","price":"224000","area":"414"} , +{"type":"Feature","id":"n158708132","geometry":{"type":"Point","coordinates":[0.5132158,51.3614662]},"properties":{"@type":"node","@id":158708132,"@timestamp":1197220400},"coords":"51.3614662,0.5132158","bedrooms":"0","price":"178000","area":"694"} , +{"type":"Feature","id":"n158716357","geometry":{"type":"Point","coordinates":[0.5135286,51.3747766]},"properties":{"@type":"node","@id":158716357,"@timestamp":1197222870},"coords":"51.3747766,0.5135286","bedrooms":"2","price":"184000","area":"375"} , +{"type":"Feature","id":"n158716376","geometry":{"type":"Point","coordinates":[0.5117512,51.3742073]},"properties":{"@type":"node","@id":158716376,"@timestamp":1197222872},"coords":"51.3742073,0.5117512","bedrooms":"0","price":"173000","area":"518"} , +{"type":"Feature","id":"n158716389","geometry":{"type":"Point","coordinates":[0.513345,51.3723329]},"properties":{"@type":"node","@id":158716389,"@timestamp":1197222873},"coords":"51.3723329,0.513345","bedrooms":"3","price":"188000","area":"509"} , +{"type":"Feature","id":"n158716406","geometry":{"type":"Point","coordinates":[0.5130072,51.3730427]},"properties":{"@type":"node","@id":158716406,"@timestamp":1197222874},"coords":"51.3730427,0.5130072","bedrooms":"0","price":"289000","area":"532"} , +{"type":"Feature","id":"n158716418","geometry":{"type":"Point","coordinates":[0.5128796,51.3712874]},"properties":{"@type":"node","@id":158716418,"@timestamp":1197222875},"coords":"51.3712874,0.5128796","bedrooms":"0","price":"158000","area":"567"} , +{"type":"Feature","id":"n158819569","geometry":{"type":"Point","coordinates":[0.5466833,51.3787686]},"properties":{"@type":"node","@id":158819569,"@timestamp":1528216914},"coords":"51.3787686,0.5466833","bedrooms":"2","price":"287000","area":"634"} , +{"type":"Feature","id":"n158821931","geometry":{"type":"Point","coordinates":[0.6164858,51.369634]},"properties":{"@type":"node","@id":158821931,"@timestamp":1234859998},"coords":"51.369634,0.6164858","bedrooms":"3","price":"266000","area":"589"} , +{"type":"Feature","id":"n158826654","geometry":{"type":"Point","coordinates":[0.4688465,51.3423882]},"properties":{"@type":"node","@id":158826654,"@timestamp":1197238886},"coords":"51.3423882,0.4688465","bedrooms":"2","price":"226000","area":"522"} , +{"type":"Feature","id":"n158826684","geometry":{"type":"Point","coordinates":[0.4793204,51.3704757]},"properties":{"@type":"node","@id":158826684,"@timestamp":1197238887},"coords":"51.3704757,0.4793204","bedrooms":"2","price":"210000","area":"542"} , +{"type":"Feature","id":"n158855401","geometry":{"type":"Point","coordinates":[-0.1288472,51.5730635]},"properties":{"@type":"node","@id":158855401,"@timestamp":1622189351},"coords":"51.5730635,-0.1288472","bedrooms":"3","price":"217000","area":"427"} , +{"type":"Feature","id":"n159221498","geometry":{"type":"Point","coordinates":[0.5430526,51.3865813]},"properties":{"@type":"node","@id":159221498,"@timestamp":1543944143},"coords":"51.3865813,0.5430526","bedrooms":"1","price":"218000","area":"374"} , +{"type":"Feature","id":"n159276018","geometry":{"type":"Point","coordinates":[0.5071504,51.3861964]},"properties":{"@type":"node","@id":159276018,"@timestamp":1197265938},"coords":"51.3861964,0.5071504","bedrooms":"1","price":"291000","area":"648"} , +{"type":"Feature","id":"n159549207","geometry":{"type":"Point","coordinates":[-0.3647947,51.4692135]},"properties":{"@type":"node","@id":159549207,"@timestamp":1197292189},"coords":"51.4692135,-0.3647947","bedrooms":"4","price":"299000","area":"416"} , +{"type":"Feature","id":"n160146742","geometry":{"type":"Point","coordinates":[0.4781623,51.3347639]},"properties":{"@type":"node","@id":160146742,"@timestamp":1197311593},"coords":"51.3347639,0.4781623","bedrooms":"2","price":"222000","area":"664"} , +{"type":"Feature","id":"n160151813","geometry":{"type":"Point","coordinates":[0.4597299,51.4151049]},"properties":{"@type":"node","@id":160151813,"@timestamp":1209401355},"coords":"51.4151049,0.4597299","bedrooms":"4","price":"274000","area":"383"} , +{"type":"Feature","id":"n160548974","geometry":{"type":"Point","coordinates":[-0.0309851,51.5278869]},"properties":{"@type":"node","@id":160548974,"@timestamp":1587646294},"coords":"51.5278869,-0.0309851","bedrooms":"3","price":"172000","area":"366"} , +{"type":"Feature","id":"n160810608","geometry":{"type":"Point","coordinates":[-1.1089465,51.2519744]},"properties":{"@type":"node","@id":160810608,"@timestamp":1197335361},"coords":"51.2519744,-1.1089465","bedrooms":"2","price":"281000","area":"360"} , +{"type":"Feature","id":"n160810662","geometry":{"type":"Point","coordinates":[-1.1088945,51.2517148]},"properties":{"@type":"node","@id":160810662,"@timestamp":1197335363},"coords":"51.2517148,-1.1088945","bedrooms":"3","price":"169000","area":"653"} , +{"type":"Feature","id":"n162165112","geometry":{"type":"Point","coordinates":[-1.1146828,51.8954823]},"properties":{"@type":"node","@id":162165112,"@timestamp":1197388126},"coords":"51.8954823,-1.1146828","bedrooms":"2","price":"198000","area":"351"} , +{"type":"Feature","id":"n162231288","geometry":{"type":"Point","coordinates":[-0.1795592,51.1759792]},"properties":{"@type":"node","@id":162231288,"@timestamp":1199885801},"coords":"51.1759792,-0.1795592","bedrooms":"0","price":"252000","area":"619"} , +{"type":"Feature","id":"n162678088","geometry":{"type":"Point","coordinates":[-1.1083558,51.2502195]},"properties":{"@type":"node","@id":162678088,"@timestamp":1539607830},"coords":"51.2502195,-1.1083558","bedrooms":"2","price":"177000","area":"542"} , +{"type":"Feature","id":"n164462987","geometry":{"type":"Point","coordinates":[-0.1051322,51.1892799]},"properties":{"@type":"node","@id":164462987,"@timestamp":1197472983},"coords":"51.1892799,-0.1051322","bedrooms":"4","price":"185000","area":"621"} , +{"type":"Feature","id":"n164463032","geometry":{"type":"Point","coordinates":[-0.1005754,51.2095127]},"properties":{"@type":"node","@id":164463032,"@timestamp":1218313546},"coords":"51.2095127,-0.1005754","bedrooms":"1","price":"242000","area":"668"} , +{"type":"Feature","id":"n164463069","geometry":{"type":"Point","coordinates":[-0.0999481,51.2209915]},"properties":{"@type":"node","@id":164463069,"@timestamp":1197715197},"coords":"51.2209915,-0.0999481","bedrooms":"4","price":"238000","area":"551"} , +{"type":"Feature","id":"n164551650","geometry":{"type":"Point","coordinates":[-0.2186099,51.4645854]},"properties":{"@type":"node","@id":164551650,"@timestamp":1553719740},"coords":"51.4645854,-0.2186099","bedrooms":"2","price":"194000","area":"563"} , +{"type":"Feature","id":"n164705131","geometry":{"type":"Point","coordinates":[-0.3356228,51.2403815]},"properties":{"@type":"node","@id":164705131,"@timestamp":1609435474},"coords":"51.2403815,-0.3356228","bedrooms":"0","price":"152000","area":"477"} , +{"type":"Feature","id":"n164770484","geometry":{"type":"Point","coordinates":[-0.1999327,51.4346092]},"properties":{"@type":"node","@id":164770484,"@timestamp":1622292662},"coords":"51.4346092,-0.1999327","bedrooms":"1","price":"208000","area":"561"} , +{"type":"Feature","id":"n165981608","geometry":{"type":"Point","coordinates":[-0.3052043,51.3942185]},"properties":{"@type":"node","@id":165981608,"@timestamp":1407272511},"coords":"51.3942185,-0.3052043","bedrooms":"1","price":"263000","area":"487"} , +{"type":"Feature","id":"n166585098","geometry":{"type":"Point","coordinates":[-0.3062392,51.4835627]},"properties":{"@type":"node","@id":166585098,"@timestamp":1431620329},"coords":"51.4835627,-0.3062392","bedrooms":"4","price":"194000","area":"394"} , +{"type":"Feature","id":"n166612954","geometry":{"type":"Point","coordinates":[-0.4712945,51.4578752]},"properties":{"@type":"node","@id":166612954,"@timestamp":1273098743},"coords":"51.4578752,-0.4712945","bedrooms":"0","price":"202000","area":"542"} , +{"type":"Feature","id":"n166907163","geometry":{"type":"Point","coordinates":[-0.1340161,51.4982763]},"properties":{"@type":"node","@id":166907163,"@timestamp":1614366656},"coords":"51.4982763,-0.1340161","bedrooms":"3","price":"281000","area":"421"} , +{"type":"Feature","id":"n166961124","geometry":{"type":"Point","coordinates":[-0.6972455,51.5977542]},"properties":{"@type":"node","@id":166961124,"@timestamp":1197578850},"coords":"51.5977542,-0.6972455","bedrooms":"1","price":"264000","area":"368"} , +{"type":"Feature","id":"n166961161","geometry":{"type":"Point","coordinates":[-0.6916864,51.599298]},"properties":{"@type":"node","@id":166961161,"@timestamp":1197578852},"coords":"51.599298,-0.6916864","bedrooms":"1","price":"283000","area":"563"} , +{"type":"Feature","id":"n166973757","geometry":{"type":"Point","coordinates":[-0.696009,51.5818417]},"properties":{"@type":"node","@id":166973757,"@timestamp":1197579310},"coords":"51.5818417,-0.696009","bedrooms":"0","price":"233000","area":"623"} , +{"type":"Feature","id":"n166977111","geometry":{"type":"Point","coordinates":[-0.6914265,51.5925961]},"properties":{"@type":"node","@id":166977111,"@timestamp":1197579485},"coords":"51.5925961,-0.6914265","bedrooms":"4","price":"287000","area":"468"} , +{"type":"Feature","id":"n166997816","geometry":{"type":"Point","coordinates":[-0.5756221,51.4821699]},"properties":{"@type":"node","@id":166997816,"@timestamp":1203192937},"coords":"51.4821699,-0.5756221","bedrooms":"2","price":"152000","area":"538"} , +{"type":"Feature","id":"n167085425","geometry":{"type":"Point","coordinates":[-0.7143969,51.5637522]},"properties":{"@type":"node","@id":167085425,"@timestamp":1197583556},"coords":"51.5637522,-0.7143969","bedrooms":"2","price":"235000","area":"589"} , +{"type":"Feature","id":"n167266950","geometry":{"type":"Point","coordinates":[0.3928048,51.2713128]},"properties":{"@type":"node","@id":167266950,"@timestamp":1197590123},"coords":"51.2713128,0.3928048","bedrooms":"0","price":"258000","area":"601"} , +{"type":"Feature","id":"n167267025","geometry":{"type":"Point","coordinates":[0.3947788,51.2677644]},"properties":{"@type":"node","@id":167267025,"@timestamp":1197590126},"coords":"51.2677644,0.3947788","bedrooms":"3","price":"298000","area":"370"} , +{"type":"Feature","id":"n167274332","geometry":{"type":"Point","coordinates":[0.3957218,51.2655586]},"properties":{"@type":"node","@id":167274332,"@timestamp":1197590673},"coords":"51.2655586,0.3957218","bedrooms":"2","price":"223000","area":"658"} , +{"type":"Feature","id":"n167277092","geometry":{"type":"Point","coordinates":[-0.1156017,51.5397042]},"properties":{"@type":"node","@id":167277092,"@timestamp":1237752941},"coords":"51.5397042,-0.1156017","bedrooms":"4","price":"215000","area":"454"} , +{"type":"Feature","id":"n168387368","geometry":{"type":"Point","coordinates":[-0.2493995,51.2388463]},"properties":{"@type":"node","@id":168387368,"@timestamp":1605777732},"coords":"51.2388463,-0.2493995","bedrooms":"4","price":"220000","area":"596"} , +{"type":"Feature","id":"n169188330","geometry":{"type":"Point","coordinates":[0.3960546,51.2670364]},"properties":{"@type":"node","@id":169188330,"@timestamp":1197659150},"coords":"51.2670364,0.3960546","bedrooms":"4","price":"244000","area":"663"} , +{"type":"Feature","id":"n169188364","geometry":{"type":"Point","coordinates":[0.3966686,51.2682495]},"properties":{"@type":"node","@id":169188364,"@timestamp":1197659150},"coords":"51.2682495,0.3966686","bedrooms":"3","price":"188000","area":"401"} , +{"type":"Feature","id":"n169222661","geometry":{"type":"Point","coordinates":[0.3952434,51.26835]},"properties":{"@type":"node","@id":169222661,"@timestamp":1197660365},"coords":"51.26835,0.3952434","bedrooms":"3","price":"241000","area":"354"} , +{"type":"Feature","id":"n169355678","geometry":{"type":"Point","coordinates":[-0.1378188,51.4992102]},"properties":{"@type":"node","@id":169355678,"@timestamp":1626943267},"coords":"51.4992102,-0.1378188","bedrooms":"0","price":"292000","area":"513"} , +{"type":"Feature","id":"n169454966","geometry":{"type":"Point","coordinates":[-0.1438618,51.4965421]},"properties":{"@type":"node","@id":169454966,"@timestamp":1594910555},"coords":"51.4965421,-0.1438618","bedrooms":"4","price":"222000","area":"671"} , +{"type":"Feature","id":"n169697852","geometry":{"type":"Point","coordinates":[-0.1594823,51.6874962]},"properties":{"@type":"node","@id":169697852,"@timestamp":1197680591},"coords":"51.6874962,-0.1594823","bedrooms":"4","price":"211000","area":"372"} , +{"type":"Feature","id":"n170644582","geometry":{"type":"Point","coordinates":[0.0298748,51.2709725]},"properties":{"@type":"node","@id":170644582,"@timestamp":1631748024},"coords":"51.2709725,0.0298748","bedrooms":"1","price":"194000","area":"594"} , +{"type":"Feature","id":"n170693729","geometry":{"type":"Point","coordinates":[-0.5296894,51.4277722]},"properties":{"@type":"node","@id":170693729,"@timestamp":1564780098},"coords":"51.4277722,-0.5296894","bedrooms":"0","price":"271000","area":"699"} , +{"type":"Feature","id":"n170693867","geometry":{"type":"Point","coordinates":[-0.5375763,51.4271939]},"properties":{"@type":"node","@id":170693867,"@timestamp":1197718827},"coords":"51.4271939,-0.5375763","bedrooms":"2","price":"209000","area":"504"} , +{"type":"Feature","id":"n170960882","geometry":{"type":"Point","coordinates":[0.1590373,51.3188051]},"properties":{"@type":"node","@id":170960882,"@timestamp":1554892919},"coords":"51.3188051,0.1590373","bedrooms":"1","price":"278000","area":"429"} , +{"type":"Feature","id":"n170994763","geometry":{"type":"Point","coordinates":[-0.9762863,51.148173]},"properties":{"@type":"node","@id":170994763,"@timestamp":1490575801},"coords":"51.148173,-0.9762863","bedrooms":"1","price":"251000","area":"407"} , +{"type":"Feature","id":"n171172674","geometry":{"type":"Point","coordinates":[0.3690748,51.4019141]},"properties":{"@type":"node","@id":171172674,"@timestamp":1253296614},"coords":"51.4019141,0.3690748","bedrooms":"2","price":"233000","area":"663"} , +{"type":"Feature","id":"n171172694","geometry":{"type":"Point","coordinates":[0.3318587,51.4233113]},"properties":{"@type":"node","@id":171172694,"@timestamp":1253296611},"coords":"51.4233113,0.3318587","bedrooms":"1","price":"249000","area":"656"} , +{"type":"Feature","id":"n171174646","geometry":{"type":"Point","coordinates":[0.3750658,51.3977909]},"properties":{"@type":"node","@id":171174646,"@timestamp":1209337677},"coords":"51.3977909,0.3750658","bedrooms":"1","price":"154000","area":"567"} , +{"type":"Feature","id":"n171174661","geometry":{"type":"Point","coordinates":[0.3420983,51.4123971]},"properties":{"@type":"node","@id":171174661,"@timestamp":1209337677},"coords":"51.4123971,0.3420983","bedrooms":"2","price":"210000","area":"501"} , +{"type":"Feature","id":"n171176150","geometry":{"type":"Point","coordinates":[0.343669,51.4135106]},"properties":{"@type":"node","@id":171176150,"@timestamp":1209337317},"coords":"51.4135106,0.343669","bedrooms":"1","price":"188000","area":"697"} , +{"type":"Feature","id":"n171176162","geometry":{"type":"Point","coordinates":[0.3807478,51.402155]},"properties":{"@type":"node","@id":171176162,"@timestamp":1209337352},"coords":"51.402155,0.3807478","bedrooms":"1","price":"299000","area":"384"} , +{"type":"Feature","id":"n171184044","geometry":{"type":"Point","coordinates":[0.321274,51.4276611]},"properties":{"@type":"node","@id":171184044,"@timestamp":1299763736},"coords":"51.4276611,0.321274","bedrooms":"0","price":"221000","area":"452"} , +{"type":"Feature","id":"n171193276","geometry":{"type":"Point","coordinates":[0.3125983,51.4205175]},"properties":{"@type":"node","@id":171193276,"@timestamp":1205583066},"coords":"51.4205175,0.3125983","bedrooms":"3","price":"240000","area":"504"} , +{"type":"Feature","id":"n171193292","geometry":{"type":"Point","coordinates":[0.2789183,51.4015285]},"properties":{"@type":"node","@id":171193292,"@timestamp":1205583066},"coords":"51.4015285,0.2789183","bedrooms":"2","price":"264000","area":"472"} , +{"type":"Feature","id":"n171193309","geometry":{"type":"Point","coordinates":[0.2354622,51.3996544]},"properties":{"@type":"node","@id":171193309,"@timestamp":1205583066},"coords":"51.3996544,0.2354622","bedrooms":"0","price":"220000","area":"593"} , +{"type":"Feature","id":"n171195818","geometry":{"type":"Point","coordinates":[0.3024079,51.4072441]},"properties":{"@type":"node","@id":171195818,"@timestamp":1322941028},"coords":"51.4072441,0.3024079","bedrooms":"3","price":"292000","area":"482"} , +{"type":"Feature","id":"n171197595","geometry":{"type":"Point","coordinates":[0.2885328,51.3895005]},"properties":{"@type":"node","@id":171197595,"@timestamp":1322941023},"coords":"51.3895005,0.2885328","bedrooms":"2","price":"202000","area":"387"} , +{"type":"Feature","id":"n171197612","geometry":{"type":"Point","coordinates":[0.2957583,51.3677284]},"properties":{"@type":"node","@id":171197612,"@timestamp":1380229193},"coords":"51.3677284,0.2957583","bedrooms":"0","price":"271000","area":"638"} , +{"type":"Feature","id":"n171307946","geometry":{"type":"Point","coordinates":[0.0575272,51.5244392]},"properties":{"@type":"node","@id":171307946,"@timestamp":1615932812},"coords":"51.5244392,0.0575272","bedrooms":"4","price":"231000","area":"641"} , +{"type":"Feature","id":"n171803751","geometry":{"type":"Point","coordinates":[0.3205236,51.3356077]},"properties":{"@type":"node","@id":171803751,"@timestamp":1197761358},"coords":"51.3356077,0.3205236","bedrooms":"2","price":"264000","area":"523"} , +{"type":"Feature","id":"n171803788","geometry":{"type":"Point","coordinates":[0.3375181,51.3418651]},"properties":{"@type":"node","@id":171803788,"@timestamp":1197761187},"coords":"51.3418651,0.3375181","bedrooms":"4","price":"269000","area":"351"} , +{"type":"Feature","id":"n171803812","geometry":{"type":"Point","coordinates":[0.3172277,51.3501641]},"properties":{"@type":"node","@id":171803812,"@timestamp":1197761103},"coords":"51.3501641,0.3172277","bedrooms":"1","price":"226000","area":"381"} , +{"type":"Feature","id":"n171814793","geometry":{"type":"Point","coordinates":[0.3296045,51.3620418]},"properties":{"@type":"node","@id":171814793,"@timestamp":1197761582},"coords":"51.3620418,0.3296045","bedrooms":"1","price":"179000","area":"502"} , +{"type":"Feature","id":"n171822664","geometry":{"type":"Point","coordinates":[0.2553609,51.3889158]},"properties":{"@type":"node","@id":171822664,"@timestamp":1197762681},"coords":"51.3889158,0.2553609","bedrooms":"2","price":"242000","area":"438"} , +{"type":"Feature","id":"n171822848","geometry":{"type":"Point","coordinates":[0.2788185,51.3966226]},"properties":{"@type":"node","@id":171822848,"@timestamp":1197762820},"coords":"51.3966226,0.2788185","bedrooms":"3","price":"279000","area":"578"} , +{"type":"Feature","id":"n171999192","geometry":{"type":"Point","coordinates":[-0.1159769,51.5497983]},"properties":{"@type":"node","@id":171999192,"@timestamp":1384019835},"coords":"51.5497983,-0.1159769","bedrooms":"4","price":"217000","area":"665"} , +{"type":"Feature","id":"n172681798","geometry":{"type":"Point","coordinates":[0.3192403,51.490883]},"properties":{"@type":"node","@id":172681798,"@timestamp":1330808332},"coords":"51.490883,0.3192403","bedrooms":"1","price":"285000","area":"555"} , +{"type":"Feature","id":"n172779069","geometry":{"type":"Point","coordinates":[0.307184,51.3999958]},"properties":{"@type":"node","@id":172779069,"@timestamp":1302974987},"coords":"51.3999958,0.307184","bedrooms":"3","price":"299000","area":"590"} , +{"type":"Feature","id":"n172779079","geometry":{"type":"Point","coordinates":[0.3245476,51.4078506]},"properties":{"@type":"node","@id":172779079,"@timestamp":1302974988},"coords":"51.4078506,0.3245476","bedrooms":"1","price":"215000","area":"653"} , +{"type":"Feature","id":"n172875662","geometry":{"type":"Point","coordinates":[0.340372,51.4898904]},"properties":{"@type":"node","@id":172875662,"@timestamp":1207119919},"coords":"51.4898904,0.340372","bedrooms":"1","price":"208000","area":"581"} , +{"type":"Feature","id":"n172987528","geometry":{"type":"Point","coordinates":[0.2907505,51.3110179]},"properties":{"@type":"node","@id":172987528,"@timestamp":1380229194},"coords":"51.3110179,0.2907505","bedrooms":"3","price":"284000","area":"460"} , +{"type":"Feature","id":"n172996990","geometry":{"type":"Point","coordinates":[0.232636,51.3253119]},"properties":{"@type":"node","@id":172996990,"@timestamp":1198860443},"coords":"51.3253119,0.232636","bedrooms":"1","price":"206000","area":"655"} , +{"type":"Feature","id":"n173008441","geometry":{"type":"Point","coordinates":[0.1772678,51.3499625]},"properties":{"@type":"node","@id":173008441,"@timestamp":1197806787},"coords":"51.3499625,0.1772678","bedrooms":"3","price":"213000","area":"632"} , +{"type":"Feature","id":"n173033945","geometry":{"type":"Point","coordinates":[-0.2465568,51.8149575]},"properties":{"@type":"node","@id":173033945,"@timestamp":1198749670},"coords":"51.8149575,-0.2465568","bedrooms":"3","price":"221000","area":"467"} , +{"type":"Feature","id":"n173039991","geometry":{"type":"Point","coordinates":[-0.2460292,51.8179744]},"properties":{"@type":"node","@id":173039991,"@timestamp":1197807940},"coords":"51.8179744,-0.2460292","bedrooms":"3","price":"202000","area":"690"} , +{"type":"Feature","id":"n173040014","geometry":{"type":"Point","coordinates":[-0.2525144,51.8162028]},"properties":{"@type":"node","@id":173040014,"@timestamp":1197807941},"coords":"51.8162028,-0.2525144","bedrooms":"4","price":"284000","area":"388"} , +{"type":"Feature","id":"n173040861","geometry":{"type":"Point","coordinates":[-0.2507435,51.8191945]},"properties":{"@type":"node","@id":173040861,"@timestamp":1197807977},"coords":"51.8191945,-0.2507435","bedrooms":"3","price":"217000","area":"470"} , +{"type":"Feature","id":"n173040886","geometry":{"type":"Point","coordinates":[-0.2559725,51.8241405]},"properties":{"@type":"node","@id":173040886,"@timestamp":1197807977},"coords":"51.8241405,-0.2559725","bedrooms":"4","price":"277000","area":"503"} , +{"type":"Feature","id":"n173086171","geometry":{"type":"Point","coordinates":[-0.7144288,51.1502195]},"properties":{"@type":"node","@id":173086171,"@timestamp":1208788283},"coords":"51.1502195,-0.7144288","bedrooms":"2","price":"231000","area":"624"} , +{"type":"Feature","id":"n173086496","geometry":{"type":"Point","coordinates":[-0.7096755,51.1607211]},"properties":{"@type":"node","@id":173086496,"@timestamp":1197809833},"coords":"51.1607211,-0.7096755","bedrooms":"4","price":"299000","area":"572"} , +{"type":"Feature","id":"n173376496","geometry":{"type":"Point","coordinates":[-1.0861368,51.9523458]},"properties":{"@type":"node","@id":173376496,"@timestamp":1197821357},"coords":"51.9523458,-1.0861368","bedrooms":"2","price":"217000","area":"552"} , +{"type":"Feature","id":"n173385145","geometry":{"type":"Point","coordinates":[-1.070203,51.9634939]},"properties":{"@type":"node","@id":173385145,"@timestamp":1239713325},"coords":"51.9634939,-1.070203","bedrooms":"3","price":"245000","area":"659"} , +{"type":"Feature","id":"n173393068","geometry":{"type":"Point","coordinates":[-0.2145464,51.5252327]},"properties":{"@type":"node","@id":173393068,"@timestamp":1484773353},"coords":"51.5252327,-0.2145464","bedrooms":"1","price":"266000","area":"633"} , +{"type":"Feature","id":"n173395839","geometry":{"type":"Point","coordinates":[-1.0706929,51.9677781]},"properties":{"@type":"node","@id":173395839,"@timestamp":1197822075},"coords":"51.9677781,-1.0706929","bedrooms":"0","price":"159000","area":"441"} , +{"type":"Feature","id":"n173414441","geometry":{"type":"Point","coordinates":[-1.0301532,51.9783524]},"properties":{"@type":"node","@id":173414441,"@timestamp":1197822796},"coords":"51.9783524,-1.0301532","bedrooms":"0","price":"197000","area":"515"} , +{"type":"Feature","id":"n173441051","geometry":{"type":"Point","coordinates":[-1.0884872,51.9511228]},"properties":{"@type":"node","@id":173441051,"@timestamp":1197823796},"coords":"51.9511228,-1.0884872","bedrooms":"2","price":"179000","area":"696"} , +{"type":"Feature","id":"n173456620","geometry":{"type":"Point","coordinates":[-0.4110969,51.4705877]},"properties":{"@type":"node","@id":173456620,"@timestamp":1626609479},"coords":"51.4705877,-0.4110969","bedrooms":"2","price":"178000","area":"616"} , +{"type":"Feature","id":"n173456758","geometry":{"type":"Point","coordinates":[-0.4137882,51.4763304]},"properties":{"@type":"node","@id":173456758,"@timestamp":1618570020},"coords":"51.4763304,-0.4137882","bedrooms":"4","price":"150000","area":"405"} , +{"type":"Feature","id":"n173456919","geometry":{"type":"Point","coordinates":[-0.4049118,51.4766889]},"properties":{"@type":"node","@id":173456919,"@timestamp":1197824388},"coords":"51.4766889,-0.4049118","bedrooms":"0","price":"174000","area":"494"} , +{"type":"Feature","id":"n173725548","geometry":{"type":"Point","coordinates":[0.2056241,51.5490094]},"properties":{"@type":"node","@id":173725548,"@timestamp":1525997581},"coords":"51.5490094,0.2056241","bedrooms":"4","price":"288000","area":"560"} , +{"type":"Feature","id":"n173913709","geometry":{"type":"Point","coordinates":[0.5877124,51.2866228]},"properties":{"@type":"node","@id":173913709,"@timestamp":1380577736},"coords":"51.2866228,0.5877124","bedrooms":"0","price":"251000","area":"382"} , +{"type":"Feature","id":"n173917763","geometry":{"type":"Point","coordinates":[0.8595435,51.2517319]},"properties":{"@type":"node","@id":173917763,"@timestamp":1370961431},"coords":"51.2517319,0.8595435","bedrooms":"1","price":"199000","area":"446"} , +{"type":"Feature","id":"n173921852","geometry":{"type":"Point","coordinates":[1.0804374,51.2471263]},"properties":{"@type":"node","@id":173921852,"@timestamp":1305621603},"coords":"51.2471263,1.0804374","bedrooms":"3","price":"293000","area":"471"} , +{"type":"Feature","id":"n174002501","geometry":{"type":"Point","coordinates":[0.0619899,51.6174452]},"properties":{"@type":"node","@id":174002501,"@timestamp":1197846022},"coords":"51.6174452,0.0619899","bedrooms":"1","price":"195000","area":"578"} , +{"type":"Feature","id":"n174736309","geometry":{"type":"Point","coordinates":[-0.1881702,51.1152699]},"properties":{"@type":"node","@id":174736309,"@timestamp":1486131038},"coords":"51.1152699,-0.1881702","bedrooms":"3","price":"274000","area":"687"} , +{"type":"Feature","id":"n175670104","geometry":{"type":"Point","coordinates":[-1.1056211,51.2446288]},"properties":{"@type":"node","@id":175670104,"@timestamp":1197920535},"coords":"51.2446288,-1.1056211","bedrooms":"2","price":"171000","area":"464"} , +{"type":"Feature","id":"n175670156","geometry":{"type":"Point","coordinates":[-1.1060222,51.2460999]},"properties":{"@type":"node","@id":175670156,"@timestamp":1197920545},"coords":"51.2460999,-1.1060222","bedrooms":"1","price":"281000","area":"567"} , +{"type":"Feature","id":"n175670184","geometry":{"type":"Point","coordinates":[-1.105743,51.2459207]},"properties":{"@type":"node","@id":175670184,"@timestamp":1197920550},"coords":"51.2459207,-1.105743","bedrooms":"2","price":"154000","area":"661"} , +{"type":"Feature","id":"n175670232","geometry":{"type":"Point","coordinates":[-1.1050331,51.2482104]},"properties":{"@type":"node","@id":175670232,"@timestamp":1197920557},"coords":"51.2482104,-1.1050331","bedrooms":"2","price":"188000","area":"460"} , +{"type":"Feature","id":"n176932499","geometry":{"type":"Point","coordinates":[-0.416861,51.9220746]},"properties":{"@type":"node","@id":176932499,"@timestamp":1197983156},"coords":"51.9220746,-0.416861","bedrooms":"4","price":"265000","area":"353"} , +{"type":"Feature","id":"n176933518","geometry":{"type":"Point","coordinates":[-0.4158074,51.9199246]},"properties":{"@type":"node","@id":176933518,"@timestamp":1197983195},"coords":"51.9199246,-0.4158074","bedrooms":"2","price":"159000","area":"473"} , +{"type":"Feature","id":"n176933547","geometry":{"type":"Point","coordinates":[-0.4159278,51.9217961]},"properties":{"@type":"node","@id":176933547,"@timestamp":1197983196},"coords":"51.9217961,-0.4159278","bedrooms":"2","price":"287000","area":"380"} , +{"type":"Feature","id":"n176947727","geometry":{"type":"Point","coordinates":[-0.345264,51.8109252]},"properties":{"@type":"node","@id":176947727,"@timestamp":1628424105},"coords":"51.8109252,-0.345264","bedrooms":"1","price":"275000","area":"619"} , +{"type":"Feature","id":"n177510271","geometry":{"type":"Point","coordinates":[-0.1489731,51.1260346]},"properties":{"@type":"node","@id":177510271,"@timestamp":1609793654},"coords":"51.1260346,-0.1489731","bedrooms":"1","price":"211000","area":"410"} , +{"type":"Feature","id":"n177568605","geometry":{"type":"Point","coordinates":[-1.1069856,51.2487075]},"properties":{"@type":"node","@id":177568605,"@timestamp":1198266429},"coords":"51.2487075,-1.1069856","bedrooms":"1","price":"238000","area":"352"} , +{"type":"Feature","id":"n177568649","geometry":{"type":"Point","coordinates":[-1.1138984,51.2461192]},"properties":{"@type":"node","@id":177568649,"@timestamp":1485464602},"coords":"51.2461192,-1.1138984","bedrooms":"4","price":"276000","area":"594"} , +{"type":"Feature","id":"n177568803","geometry":{"type":"Point","coordinates":[-1.1136534,51.2447047]},"properties":{"@type":"node","@id":177568803,"@timestamp":1363740018},"coords":"51.2447047,-1.1136534","bedrooms":"2","price":"212000","area":"555"} , +{"type":"Feature","id":"n177647464","geometry":{"type":"Point","coordinates":[0.1885711,51.5237336]},"properties":{"@type":"node","@id":177647464,"@timestamp":1602102976},"coords":"51.5237336,0.1885711","bedrooms":"3","price":"268000","area":"660"} , +{"type":"Feature","id":"n177661199","geometry":{"type":"Point","coordinates":[0.1570328,51.5323258]},"properties":{"@type":"node","@id":177661199,"@timestamp":1635636719},"coords":"51.5323258,0.1570328","bedrooms":"4","price":"175000","area":"493"} , +{"type":"Feature","id":"n177693499","geometry":{"type":"Point","coordinates":[0.1549275,51.5514136]},"properties":{"@type":"node","@id":177693499,"@timestamp":1550524575},"coords":"51.5514136,0.1549275","bedrooms":"3","price":"287000","area":"374"} , +{"type":"Feature","id":"n178218358","geometry":{"type":"Point","coordinates":[0.4375041,51.518653]},"properties":{"@type":"node","@id":178218358,"@timestamp":1198049237},"coords":"51.518653,0.4375041","bedrooms":"2","price":"154000","area":"682"} , +{"type":"Feature","id":"n178811693","geometry":{"type":"Point","coordinates":[-0.1021176,51.5045976]},"properties":{"@type":"node","@id":178811693,"@timestamp":1630358371},"coords":"51.5045976,-0.1021176","bedrooms":"3","price":"196000","area":"580"} , +{"type":"Feature","id":"n178861648","geometry":{"type":"Point","coordinates":[-0.3643174,51.2795503]},"properties":{"@type":"node","@id":178861648,"@timestamp":1620467828},"coords":"51.2795503,-0.3643174","bedrooms":"3","price":"190000","area":"687"} , +{"type":"Feature","id":"n178875463","geometry":{"type":"Point","coordinates":[-0.3662939,51.2908393]},"properties":{"@type":"node","@id":178875463,"@timestamp":1619994001},"coords":"51.2908393,-0.3662939","bedrooms":"0","price":"178000","area":"581"} , +{"type":"Feature","id":"n178883652","geometry":{"type":"Point","coordinates":[-0.3755182,51.2866224]},"properties":{"@type":"node","@id":178883652,"@timestamp":1619996160},"coords":"51.2866224,-0.3755182","bedrooms":"3","price":"216000","area":"381"} , +{"type":"Feature","id":"n178890205","geometry":{"type":"Point","coordinates":[-0.3617777,51.2778257]},"properties":{"@type":"node","@id":178890205,"@timestamp":1620464868},"coords":"51.2778257,-0.3617777","bedrooms":"4","price":"236000","area":"479"} , +{"type":"Feature","id":"n178901769","geometry":{"type":"Point","coordinates":[-0.3217979,51.2545184]},"properties":{"@type":"node","@id":178901769,"@timestamp":1536447410},"coords":"51.2545184,-0.3217979","bedrooms":"0","price":"200000","area":"410"} , +{"type":"Feature","id":"n178918021","geometry":{"type":"Point","coordinates":[-1.1125239,51.2463666]},"properties":{"@type":"node","@id":178918021,"@timestamp":1198098779},"coords":"51.2463666,-1.1125239","bedrooms":"4","price":"282000","area":"441"} , +{"type":"Feature","id":"n178923675","geometry":{"type":"Point","coordinates":[-1.1129097,51.2436835]},"properties":{"@type":"node","@id":178923675,"@timestamp":1198099321},"coords":"51.2436835,-1.1129097","bedrooms":"4","price":"245000","area":"353"} , +{"type":"Feature","id":"n178960679","geometry":{"type":"Point","coordinates":[0.1058784,51.5489073]},"properties":{"@type":"node","@id":178960679,"@timestamp":1468194729},"coords":"51.5489073,0.1058784","bedrooms":"1","price":"295000","area":"506"} , +{"type":"Feature","id":"n179008451","geometry":{"type":"Point","coordinates":[-0.1570151,51.5830974]},"properties":{"@type":"node","@id":179008451,"@timestamp":1551298464},"coords":"51.5830974,-0.1570151","bedrooms":"2","price":"190000","area":"383"} , +{"type":"Feature","id":"n179019833","geometry":{"type":"Point","coordinates":[-0.4300671,51.4972784]},"properties":{"@type":"node","@id":179019833,"@timestamp":1564915273},"coords":"51.4972784,-0.4300671","bedrooms":"4","price":"166000","area":"651"} , +{"type":"Feature","id":"n179115254","geometry":{"type":"Point","coordinates":[-0.4065464,51.5054619]},"properties":{"@type":"node","@id":179115254,"@timestamp":1510539357},"coords":"51.5054619,-0.4065464","bedrooms":"1","price":"228000","area":"502"} , +{"type":"Feature","id":"n179694492","geometry":{"type":"Point","coordinates":[-0.4212588,51.4977839]},"properties":{"@type":"node","@id":179694492,"@timestamp":1203849043},"coords":"51.4977839,-0.4212588","bedrooms":"2","price":"173000","area":"365"} , +{"type":"Feature","id":"n179729218","geometry":{"type":"Point","coordinates":[0.4736745,51.3369402]},"properties":{"@type":"node","@id":179729218,"@timestamp":1613333433},"coords":"51.3369402,0.4736745","bedrooms":"0","price":"224000","area":"589"} , +{"type":"Feature","id":"n179768563","geometry":{"type":"Point","coordinates":[0.4839282,51.3724343]},"properties":{"@type":"node","@id":179768563,"@timestamp":1234812504},"coords":"51.3724343,0.4839282","bedrooms":"0","price":"260000","area":"690"} , +{"type":"Feature","id":"n180124152","geometry":{"type":"Point","coordinates":[-0.6281992,51.1105426]},"properties":{"@type":"node","@id":180124152,"@timestamp":1504863307},"coords":"51.1105426,-0.6281992","bedrooms":"1","price":"263000","area":"585"} , +{"type":"Feature","id":"n180523961","geometry":{"type":"Point","coordinates":[0.127103,51.5343256]},"properties":{"@type":"node","@id":180523961,"@timestamp":1550021943},"coords":"51.5343256,0.127103","bedrooms":"4","price":"291000","area":"667"} , +{"type":"Feature","id":"n180584880","geometry":{"type":"Point","coordinates":[0.1439837,51.5313008]},"properties":{"@type":"node","@id":180584880,"@timestamp":1209451802},"coords":"51.5313008,0.1439837","bedrooms":"0","price":"254000","area":"580"} , +{"type":"Feature","id":"n180650335","geometry":{"type":"Point","coordinates":[-0.0316397,51.5908916]},"properties":{"@type":"node","@id":180650335,"@timestamp":1564915273},"coords":"51.5908916,-0.0316397","bedrooms":"4","price":"153000","area":"411"} , +{"type":"Feature","id":"n181299538","geometry":{"type":"Point","coordinates":[-0.615893,51.3093204]},"properties":{"@type":"node","@id":181299538,"@timestamp":1422145327},"coords":"51.3093204,-0.615893","bedrooms":"3","price":"212000","area":"457"} , +{"type":"Feature","id":"n181307292","geometry":{"type":"Point","coordinates":[-0.5405523,50.9419124]},"properties":{"@type":"node","@id":181307292,"@timestamp":1198242568},"coords":"50.9419124,-0.5405523","bedrooms":"2","price":"242000","area":"452"} , +{"type":"Feature","id":"n181322663","geometry":{"type":"Point","coordinates":[-0.1580116,51.9113342]},"properties":{"@type":"node","@id":181322663,"@timestamp":1198256066},"coords":"51.9113342,-0.1580116","bedrooms":"4","price":"208000","area":"656"} , +{"type":"Feature","id":"n181324104","geometry":{"type":"Point","coordinates":[0.0618178,51.4951672]},"properties":{"@type":"node","@id":181324104,"@timestamp":1349430464},"coords":"51.4951672,0.0618178","bedrooms":"4","price":"156000","area":"355"} , +{"type":"Feature","id":"n181497217","geometry":{"type":"Point","coordinates":[-1.1115592,51.2464329]},"properties":{"@type":"node","@id":181497217,"@timestamp":1198266419},"coords":"51.2464329,-1.1115592","bedrooms":"4","price":"199000","area":"579"} , +{"type":"Feature","id":"n181680246","geometry":{"type":"Point","coordinates":[0.306193,51.2931562]},"properties":{"@type":"node","@id":181680246,"@timestamp":1613951605},"coords":"51.2931562,0.306193","bedrooms":"4","price":"196000","area":"415"} , +{"type":"Feature","id":"n181804205","geometry":{"type":"Point","coordinates":[-0.1094459,51.5852366]},"properties":{"@type":"node","@id":181804205,"@timestamp":1511614219},"coords":"51.5852366,-0.1094459","bedrooms":"0","price":"240000","area":"512"} , +{"type":"Feature","id":"n181840937","geometry":{"type":"Point","coordinates":[0.4171042,51.2726791]},"properties":{"@type":"node","@id":181840937,"@timestamp":1387748883},"coords":"51.2726791,0.4171042","bedrooms":"0","price":"299000","area":"562"} , +{"type":"Feature","id":"n181856315","geometry":{"type":"Point","coordinates":[0.3968878,51.2689901]},"properties":{"@type":"node","@id":181856315,"@timestamp":1560521700},"coords":"51.2689901,0.3968878","bedrooms":"2","price":"250000","area":"513"} , +{"type":"Feature","id":"n182167761","geometry":{"type":"Point","coordinates":[-0.2388685,51.531524]},"properties":{"@type":"node","@id":182167761,"@timestamp":1603023753},"coords":"51.531524,-0.2388685","bedrooms":"4","price":"176000","area":"414"} , +{"type":"Feature","id":"n182198904","geometry":{"type":"Point","coordinates":[-0.2507131,51.528272]},"properties":{"@type":"node","@id":182198904,"@timestamp":1591318528},"coords":"51.528272,-0.2507131","bedrooms":"1","price":"163000","area":"407"} , +{"type":"Feature","id":"n182244786","geometry":{"type":"Point","coordinates":[-0.1941231,51.4916113]},"properties":{"@type":"node","@id":182244786,"@timestamp":1596372520},"coords":"51.4916113,-0.1941231","bedrooms":"3","price":"243000","area":"481"} , +{"type":"Feature","id":"n182823958","geometry":{"type":"Point","coordinates":[0.4987432,51.3771402]},"properties":{"@type":"node","@id":182823958,"@timestamp":1234812489},"coords":"51.3771402,0.4987432","bedrooms":"1","price":"273000","area":"630"} , +{"type":"Feature","id":"n182850170","geometry":{"type":"Point","coordinates":[0.5070981,51.3875449]},"properties":{"@type":"node","@id":182850170,"@timestamp":1561632230},"coords":"51.3875449,0.5070981","bedrooms":"0","price":"289000","area":"670"} , +{"type":"Feature","id":"n183123537","geometry":{"type":"Point","coordinates":[0.4022885,51.2698094]},"properties":{"@type":"node","@id":183123537,"@timestamp":1198336614},"coords":"51.2698094,0.4022885","bedrooms":"1","price":"157000","area":"459"} , +{"type":"Feature","id":"n183130285","geometry":{"type":"Point","coordinates":[0.4039598,51.2691307]},"properties":{"@type":"node","@id":183130285,"@timestamp":1198336860},"coords":"51.2691307,0.4039598","bedrooms":"1","price":"201000","area":"668"} , +{"type":"Feature","id":"n183152519","geometry":{"type":"Point","coordinates":[0.4009387,51.2706645]},"properties":{"@type":"node","@id":183152519,"@timestamp":1198337607},"coords":"51.2706645,0.4009387","bedrooms":"2","price":"217000","area":"694"} , +{"type":"Feature","id":"n183186913","geometry":{"type":"Point","coordinates":[0.4004566,51.2714922]},"properties":{"@type":"node","@id":183186913,"@timestamp":1198338720},"coords":"51.2714922,0.4004566","bedrooms":"1","price":"152000","area":"431"} , +{"type":"Feature","id":"n183206261","geometry":{"type":"Point","coordinates":[0.4000789,51.2692101]},"properties":{"@type":"node","@id":183206261,"@timestamp":1198339355},"coords":"51.2692101,0.4000789","bedrooms":"4","price":"255000","area":"488"} , +{"type":"Feature","id":"n183207913","geometry":{"type":"Point","coordinates":[0.3980074,51.2693211]},"properties":{"@type":"node","@id":183207913,"@timestamp":1198339420},"coords":"51.2693211,0.3980074","bedrooms":"1","price":"230000","area":"419"} , +{"type":"Feature","id":"n183224896","geometry":{"type":"Point","coordinates":[0.3982364,51.2684452]},"properties":{"@type":"node","@id":183224896,"@timestamp":1198340021},"coords":"51.2684452,0.3982364","bedrooms":"4","price":"262000","area":"545"} , +{"type":"Feature","id":"n183224930","geometry":{"type":"Point","coordinates":[0.3981962,51.2696305]},"properties":{"@type":"node","@id":183224930,"@timestamp":1198340022},"coords":"51.2696305,0.3981962","bedrooms":"3","price":"235000","area":"663"} , +{"type":"Feature","id":"n183228688","geometry":{"type":"Point","coordinates":[-0.656592,51.1597281]},"properties":{"@type":"node","@id":183228688,"@timestamp":1198340164},"coords":"51.1597281,-0.656592","bedrooms":"1","price":"165000","area":"400"} , +{"type":"Feature","id":"n183336677","geometry":{"type":"Point","coordinates":[0.5190741,51.3832686]},"properties":{"@type":"node","@id":183336677,"@timestamp":1547310322},"coords":"51.3832686,0.5190741","bedrooms":"4","price":"251000","area":"588"} , +{"type":"Feature","id":"n183364959","geometry":{"type":"Point","coordinates":[0.5364872,51.4024762]},"properties":{"@type":"node","@id":183364959,"@timestamp":1543944149},"coords":"51.4024762,0.5364872","bedrooms":"0","price":"222000","area":"526"} , +{"type":"Feature","id":"n183450963","geometry":{"type":"Point","coordinates":[0.1175741,51.5660589]},"properties":{"@type":"node","@id":183450963,"@timestamp":1580728289},"coords":"51.5660589,0.1175741","bedrooms":"3","price":"166000","area":"384"} , +{"type":"Feature","id":"n183569856","geometry":{"type":"Point","coordinates":[0.1990034,51.5476628]},"properties":{"@type":"node","@id":183569856,"@timestamp":1517077326},"coords":"51.5476628,0.1990034","bedrooms":"3","price":"184000","area":"462"} , +{"type":"Feature","id":"n183613669","geometry":{"type":"Point","coordinates":[0.261087,51.559668]},"properties":{"@type":"node","@id":183613669,"@timestamp":1619873647},"coords":"51.559668,0.261087","bedrooms":"2","price":"211000","area":"497"} , +{"type":"Feature","id":"n183889590","geometry":{"type":"Point","coordinates":[-0.1960656,51.3522004]},"properties":{"@type":"node","@id":183889590,"@timestamp":1542442994},"coords":"51.3522004,-0.1960656","bedrooms":"0","price":"166000","area":"683"} , +{"type":"Feature","id":"n185490259","geometry":{"type":"Point","coordinates":[0.5374986,51.406864]},"properties":{"@type":"node","@id":185490259,"@timestamp":1571617908},"coords":"51.406864,0.5374986","bedrooms":"1","price":"230000","area":"359"} , +{"type":"Feature","id":"n185653923","geometry":{"type":"Point","coordinates":[0.2425215,51.5531022]},"properties":{"@type":"node","@id":185653923,"@timestamp":1426029258},"coords":"51.5531022,0.2425215","bedrooms":"1","price":"283000","area":"428"} , +{"type":"Feature","id":"n185663219","geometry":{"type":"Point","coordinates":[-1.0582362,51.9239055]},"properties":{"@type":"node","@id":185663219,"@timestamp":1239713308},"coords":"51.9239055,-1.0582362","bedrooms":"3","price":"273000","area":"678"} , +{"type":"Feature","id":"n185663432","geometry":{"type":"Point","coordinates":[-1.0350925,51.919087]},"properties":{"@type":"node","@id":185663432,"@timestamp":1198428301},"coords":"51.919087,-1.0350925","bedrooms":"2","price":"213000","area":"685"} , +{"type":"Feature","id":"n185663488","geometry":{"type":"Point","coordinates":[-1.0252225,51.91806]},"properties":{"@type":"node","@id":185663488,"@timestamp":1198428304},"coords":"51.91806,-1.0252225","bedrooms":"0","price":"155000","area":"356"} , +{"type":"Feature","id":"n185663900","geometry":{"type":"Point","coordinates":[-1.0320219,51.9493702]},"properties":{"@type":"node","@id":185663900,"@timestamp":1198428321},"coords":"51.9493702,-1.0320219","bedrooms":"0","price":"240000","area":"356"} , +{"type":"Feature","id":"n185663975","geometry":{"type":"Point","coordinates":[-1.0326818,51.9527803]},"properties":{"@type":"node","@id":185663975,"@timestamp":1198428323},"coords":"51.9527803,-1.0326818","bedrooms":"2","price":"203000","area":"570"} , +{"type":"Feature","id":"n185678126","geometry":{"type":"Point","coordinates":[0.2359692,51.5550101]},"properties":{"@type":"node","@id":185678126,"@timestamp":1386969586},"coords":"51.5550101,0.2359692","bedrooms":"3","price":"154000","area":"649"} , +{"type":"Feature","id":"n185688911","geometry":{"type":"Point","coordinates":[0.2283447,51.5524399]},"properties":{"@type":"node","@id":185688911,"@timestamp":1560857890},"coords":"51.5524399,0.2283447","bedrooms":"3","price":"172000","area":"494"} , +{"type":"Feature","id":"n185743749","geometry":{"type":"Point","coordinates":[-0.138452,51.5508212]},"properties":{"@type":"node","@id":185743749,"@timestamp":1628959548},"coords":"51.5508212,-0.138452","bedrooms":"4","price":"151000","area":"632"} , +{"type":"Feature","id":"n185865951","geometry":{"type":"Point","coordinates":[-0.157879,51.7635607]},"properties":{"@type":"node","@id":185865951,"@timestamp":1198437292},"coords":"51.7635607,-0.157879","bedrooms":"1","price":"293000","area":"409"} , +{"type":"Feature","id":"n185865998","geometry":{"type":"Point","coordinates":[-0.1515209,51.7631037]},"properties":{"@type":"node","@id":185865998,"@timestamp":1198437293},"coords":"51.7631037,-0.1515209","bedrooms":"0","price":"259000","area":"537"} , +{"type":"Feature","id":"n185874665","geometry":{"type":"Point","coordinates":[-0.1308566,51.7542475]},"properties":{"@type":"node","@id":185874665,"@timestamp":1198437685},"coords":"51.7542475,-0.1308566","bedrooms":"2","price":"189000","area":"654"} , +{"type":"Feature","id":"n185874727","geometry":{"type":"Point","coordinates":[-0.1302012,51.7550513]},"properties":{"@type":"node","@id":185874727,"@timestamp":1198437687},"coords":"51.7550513,-0.1302012","bedrooms":"1","price":"225000","area":"550"} , +{"type":"Feature","id":"n185874754","geometry":{"type":"Point","coordinates":[-0.1294623,51.7543914]},"properties":{"@type":"node","@id":185874754,"@timestamp":1198437687},"coords":"51.7543914,-0.1294623","bedrooms":"1","price":"210000","area":"627"} , +{"type":"Feature","id":"n185888276","geometry":{"type":"Point","coordinates":[-0.0995209,51.760857]},"properties":{"@type":"node","@id":185888276,"@timestamp":1198438347},"coords":"51.760857,-0.0995209","bedrooms":"1","price":"263000","area":"458"} , +{"type":"Feature","id":"n185888300","geometry":{"type":"Point","coordinates":[-0.1041168,51.7576436]},"properties":{"@type":"node","@id":185888300,"@timestamp":1198438348},"coords":"51.7576436,-0.1041168","bedrooms":"1","price":"184000","area":"555"} , +{"type":"Feature","id":"n185889241","geometry":{"type":"Point","coordinates":[-0.1099477,51.7590235]},"properties":{"@type":"node","@id":185889241,"@timestamp":1198438395},"coords":"51.7590235,-0.1099477","bedrooms":"4","price":"201000","area":"680"} , +{"type":"Feature","id":"n185889267","geometry":{"type":"Point","coordinates":[-0.1084116,51.7585873]},"properties":{"@type":"node","@id":185889267,"@timestamp":1198438396},"coords":"51.7585873,-0.1084116","bedrooms":"0","price":"219000","area":"562"} , +{"type":"Feature","id":"n185900099","geometry":{"type":"Point","coordinates":[-0.0871439,51.7547467]},"properties":{"@type":"node","@id":185900099,"@timestamp":1198438912},"coords":"51.7547467,-0.0871439","bedrooms":"1","price":"233000","area":"682"} , +{"type":"Feature","id":"n186028567","geometry":{"type":"Point","coordinates":[-0.1038772,51.5713224]},"properties":{"@type":"node","@id":186028567,"@timestamp":1207419450},"coords":"51.5713224,-0.1038772","bedrooms":"3","price":"219000","area":"510"} , +{"type":"Feature","id":"n186160254","geometry":{"type":"Point","coordinates":[-0.1605418,51.8355853]},"properties":{"@type":"node","@id":186160254,"@timestamp":1328564415},"coords":"51.8355853,-0.1605418","bedrooms":"0","price":"225000","area":"405"} , +{"type":"Feature","id":"n186216241","geometry":{"type":"Point","coordinates":[-0.0768615,51.775945]},"properties":{"@type":"node","@id":186216241,"@timestamp":1198453436},"coords":"51.775945,-0.0768615","bedrooms":"4","price":"292000","area":"494"} , +{"type":"Feature","id":"n186221995","geometry":{"type":"Point","coordinates":[-0.069262,51.7733601]},"properties":{"@type":"node","@id":186221995,"@timestamp":1198453709},"coords":"51.7733601,-0.069262","bedrooms":"0","price":"272000","area":"643"} , +{"type":"Feature","id":"n186222021","geometry":{"type":"Point","coordinates":[-0.0714106,51.771676]},"properties":{"@type":"node","@id":186222021,"@timestamp":1198453710},"coords":"51.771676,-0.0714106","bedrooms":"4","price":"176000","area":"392"} , +{"type":"Feature","id":"n186226791","geometry":{"type":"Point","coordinates":[-0.0917978,51.7705533]},"properties":{"@type":"node","@id":186226791,"@timestamp":1198453975},"coords":"51.7705533,-0.0917978","bedrooms":"4","price":"201000","area":"397"} , +{"type":"Feature","id":"n186226818","geometry":{"type":"Point","coordinates":[-0.0919411,51.7812475]},"properties":{"@type":"node","@id":186226818,"@timestamp":1198453976},"coords":"51.7812475,-0.0919411","bedrooms":"2","price":"294000","area":"589"} , +{"type":"Feature","id":"n186226842","geometry":{"type":"Point","coordinates":[-0.0854477,51.7786185]},"properties":{"@type":"node","@id":186226842,"@timestamp":1198453976},"coords":"51.7786185,-0.0854477","bedrooms":"1","price":"158000","area":"611"} , +{"type":"Feature","id":"n186226860","geometry":{"type":"Point","coordinates":[-0.0821055,51.7704352]},"properties":{"@type":"node","@id":186226860,"@timestamp":1198453977},"coords":"51.7704352,-0.0821055","bedrooms":"0","price":"265000","area":"603"} , +{"type":"Feature","id":"n186240338","geometry":{"type":"Point","coordinates":[-0.1100739,51.7338411]},"properties":{"@type":"node","@id":186240338,"@timestamp":1198455012},"coords":"51.7338411,-0.1100739","bedrooms":"1","price":"278000","area":"423"} , +{"type":"Feature","id":"n186364230","geometry":{"type":"Point","coordinates":[-0.0850314,51.5760105]},"properties":{"@type":"node","@id":186364230,"@timestamp":1339274339},"coords":"51.5760105,-0.0850314","bedrooms":"4","price":"218000","area":"390"} , +{"type":"Feature","id":"n186883071","geometry":{"type":"Point","coordinates":[-0.1363272,51.3712446]},"properties":{"@type":"node","@id":186883071,"@timestamp":1198496087},"coords":"51.3712446,-0.1363272","bedrooms":"0","price":"209000","area":"431"} , +{"type":"Feature","id":"n186883127","geometry":{"type":"Point","coordinates":[-0.1311091,51.3680008]},"properties":{"@type":"node","@id":186883127,"@timestamp":1198496089},"coords":"51.3680008,-0.1311091","bedrooms":"0","price":"254000","area":"642"} , +{"type":"Feature","id":"n186883181","geometry":{"type":"Point","coordinates":[-0.132015,51.3693968]},"properties":{"@type":"node","@id":186883181,"@timestamp":1198496091},"coords":"51.3693968,-0.132015","bedrooms":"2","price":"160000","area":"485"} , +{"type":"Feature","id":"n186932818","geometry":{"type":"Point","coordinates":[0.5725104,51.3912602]},"properties":{"@type":"node","@id":186932818,"@timestamp":1198498337},"coords":"51.3912602,0.5725104","bedrooms":"0","price":"198000","area":"359"} , +{"type":"Feature","id":"n186944778","geometry":{"type":"Point","coordinates":[-0.2696031,51.6819808]},"properties":{"@type":"node","@id":186944778,"@timestamp":1199915805},"coords":"51.6819808,-0.2696031","bedrooms":"4","price":"277000","area":"559"} , +{"type":"Feature","id":"n186945562","geometry":{"type":"Point","coordinates":[0.59688,51.3825568]},"properties":{"@type":"node","@id":186945562,"@timestamp":1496238871},"coords":"51.3825568,0.59688","bedrooms":"1","price":"187000","area":"390"} , +{"type":"Feature","id":"n186952970","geometry":{"type":"Point","coordinates":[-0.0722971,50.946121]},"properties":{"@type":"node","@id":186952970,"@timestamp":1198499229},"coords":"50.946121,-0.0722971","bedrooms":"3","price":"272000","area":"483"} , +{"type":"Feature","id":"n186953027","geometry":{"type":"Point","coordinates":[-0.0787109,50.9439315]},"properties":{"@type":"node","@id":186953027,"@timestamp":1198499231},"coords":"50.9439315,-0.0787109","bedrooms":"0","price":"244000","area":"416"} , +{"type":"Feature","id":"n186953216","geometry":{"type":"Point","coordinates":[-0.1100615,50.9647515]},"properties":{"@type":"node","@id":186953216,"@timestamp":1198499237},"coords":"50.9647515,-0.1100615","bedrooms":"2","price":"257000","area":"432"} , +{"type":"Feature","id":"n186953769","geometry":{"type":"Point","coordinates":[-0.1505648,50.9588979]},"properties":{"@type":"node","@id":186953769,"@timestamp":1198499252},"coords":"50.9588979,-0.1505648","bedrooms":"0","price":"199000","area":"520"} , +{"type":"Feature","id":"n186953962","geometry":{"type":"Point","coordinates":[-0.148482,50.949405]},"properties":{"@type":"node","@id":186953962,"@timestamp":1198499258},"coords":"50.949405,-0.148482","bedrooms":"4","price":"194000","area":"670"} , +{"type":"Feature","id":"n186954374","geometry":{"type":"Point","coordinates":[-0.1274346,51.3711637]},"properties":{"@type":"node","@id":186954374,"@timestamp":1198499271},"coords":"51.3711637,-0.1274346","bedrooms":"2","price":"175000","area":"663"} , +{"type":"Feature","id":"n186954424","geometry":{"type":"Point","coordinates":[-0.1294261,51.3711593]},"properties":{"@type":"node","@id":186954424,"@timestamp":1198499272},"coords":"51.3711593,-0.1294261","bedrooms":"2","price":"224000","area":"558"} , +{"type":"Feature","id":"n187025476","geometry":{"type":"Point","coordinates":[0.6180528,51.3674096]},"properties":{"@type":"node","@id":187025476,"@timestamp":1234728071},"coords":"51.3674096,0.6180528","bedrooms":"3","price":"276000","area":"596"} , +{"type":"Feature","id":"n187031810","geometry":{"type":"Point","coordinates":[0.6110988,51.3653687]},"properties":{"@type":"node","@id":187031810,"@timestamp":1275381608},"coords":"51.3653687,0.6110988","bedrooms":"1","price":"152000","area":"468"} , +{"type":"Feature","id":"n187036358","geometry":{"type":"Point","coordinates":[-0.202734,51.6017984]},"properties":{"@type":"node","@id":187036358,"@timestamp":1198503057},"coords":"51.6017984,-0.202734","bedrooms":"0","price":"199000","area":"669"} , +{"type":"Feature","id":"n187217753","geometry":{"type":"Point","coordinates":[0.597354,51.3684601]},"properties":{"@type":"node","@id":187217753,"@timestamp":1198511829},"coords":"51.3684601,0.597354","bedrooms":"1","price":"159000","area":"414"} , +{"type":"Feature","id":"n187218178","geometry":{"type":"Point","coordinates":[0.5063193,51.2958763]},"properties":{"@type":"node","@id":187218178,"@timestamp":1198511841},"coords":"51.2958763,0.5063193","bedrooms":"1","price":"294000","area":"604"} , +{"type":"Feature","id":"n187220554","geometry":{"type":"Point","coordinates":[-0.1576825,51.8223743]},"properties":{"@type":"node","@id":187220554,"@timestamp":1589714348},"coords":"51.8223743,-0.1576825","bedrooms":"2","price":"164000","area":"641"} , +{"type":"Feature","id":"n187425689","geometry":{"type":"Point","coordinates":[-0.2151312,51.2704587]},"properties":{"@type":"node","@id":187425689,"@timestamp":1199025769},"coords":"51.2704587,-0.2151312","bedrooms":"3","price":"186000","area":"569"} , +{"type":"Feature","id":"n187673354","geometry":{"type":"Point","coordinates":[-0.1720507,51.1143443]},"properties":{"@type":"node","@id":187673354,"@timestamp":1526559218},"coords":"51.1143443,-0.1720507","bedrooms":"4","price":"202000","area":"447"} , +{"type":"Feature","id":"n188731889","geometry":{"type":"Point","coordinates":[-0.9615973,51.0331514]},"properties":{"@type":"node","@id":188731889,"@timestamp":1198589950},"coords":"51.0331514,-0.9615973","bedrooms":"1","price":"158000","area":"434"} , +{"type":"Feature","id":"n188731924","geometry":{"type":"Point","coordinates":[-0.9526623,51.0408904]},"properties":{"@type":"node","@id":188731924,"@timestamp":1198589951},"coords":"51.0408904,-0.9526623","bedrooms":"1","price":"222000","area":"549"} , +{"type":"Feature","id":"n188731957","geometry":{"type":"Point","coordinates":[-0.9539449,51.050458]},"properties":{"@type":"node","@id":188731957,"@timestamp":1198589953},"coords":"51.050458,-0.9539449","bedrooms":"1","price":"176000","area":"528"} , +{"type":"Feature","id":"n188731987","geometry":{"type":"Point","coordinates":[-0.9540229,51.0490974]},"properties":{"@type":"node","@id":188731987,"@timestamp":1198589954},"coords":"51.0490974,-0.9540229","bedrooms":"2","price":"151000","area":"583"} , +{"type":"Feature","id":"n188732028","geometry":{"type":"Point","coordinates":[-0.9498025,51.0448596]},"properties":{"@type":"node","@id":188732028,"@timestamp":1198589955},"coords":"51.0448596,-0.9498025","bedrooms":"1","price":"212000","area":"688"} , +{"type":"Feature","id":"n188732077","geometry":{"type":"Point","coordinates":[-0.9417341,51.0427537]},"properties":{"@type":"node","@id":188732077,"@timestamp":1198589956},"coords":"51.0427537,-0.9417341","bedrooms":"3","price":"160000","area":"531"} , +{"type":"Feature","id":"n188732116","geometry":{"type":"Point","coordinates":[-0.9322532,51.0374499]},"properties":{"@type":"node","@id":188732116,"@timestamp":1198589958},"coords":"51.0374499,-0.9322532","bedrooms":"2","price":"213000","area":"577"} , +{"type":"Feature","id":"n188734971","geometry":{"type":"Point","coordinates":[-0.9441105,51.0394792]},"properties":{"@type":"node","@id":188734971,"@timestamp":1198589949},"coords":"51.0394792,-0.9441105","bedrooms":"1","price":"175000","area":"493"} , +{"type":"Feature","id":"n188897187","geometry":{"type":"Point","coordinates":[-0.9321146,51.0286623]},"properties":{"@type":"node","@id":188897187,"@timestamp":1198597244},"coords":"51.0286623,-0.9321146","bedrooms":"2","price":"197000","area":"639"} , +{"type":"Feature","id":"n188899899","geometry":{"type":"Point","coordinates":[-0.9320452,51.0348674]},"properties":{"@type":"node","@id":188899899,"@timestamp":1198597373},"coords":"51.0348674,-0.9320452","bedrooms":"2","price":"269000","area":"505"} , +{"type":"Feature","id":"n188907125","geometry":{"type":"Point","coordinates":[-0.968825,51.0238785]},"properties":{"@type":"node","@id":188907125,"@timestamp":1198597685},"coords":"51.0238785,-0.968825","bedrooms":"3","price":"230000","area":"607"} , +{"type":"Feature","id":"n188916805","geometry":{"type":"Point","coordinates":[-0.9634865,51.0188521]},"properties":{"@type":"node","@id":188916805,"@timestamp":1198598096},"coords":"51.0188521,-0.9634865","bedrooms":"3","price":"286000","area":"542"} , +{"type":"Feature","id":"n188923480","geometry":{"type":"Point","coordinates":[-0.9842821,51.0205575]},"properties":{"@type":"node","@id":188923480,"@timestamp":1198598425},"coords":"51.0205575,-0.9842821","bedrooms":"2","price":"272000","area":"420"} , +{"type":"Feature","id":"n188925611","geometry":{"type":"Point","coordinates":[-1.0002628,51.0135551]},"properties":{"@type":"node","@id":188925611,"@timestamp":1198598569},"coords":"51.0135551,-1.0002628","bedrooms":"4","price":"286000","area":"420"} , +{"type":"Feature","id":"n188925710","geometry":{"type":"Point","coordinates":[-1.0072305,51.0046462]},"properties":{"@type":"node","@id":188925710,"@timestamp":1198598573},"coords":"51.0046462,-1.0072305","bedrooms":"1","price":"178000","area":"684"} , +{"type":"Feature","id":"n188935780","geometry":{"type":"Point","coordinates":[-0.9681022,50.9944979]},"properties":{"@type":"node","@id":188935780,"@timestamp":1198599053},"coords":"50.9944979,-0.9681022","bedrooms":"0","price":"187000","area":"442"} , +{"type":"Feature","id":"n190198555","geometry":{"type":"Point","coordinates":[0.5857211,51.373403]},"properties":{"@type":"node","@id":190198555,"@timestamp":1235143365},"coords":"51.373403,0.5857211","bedrooms":"0","price":"258000","area":"393"} , +{"type":"Feature","id":"n190199965","geometry":{"type":"Point","coordinates":[0.5772328,51.3694725]},"properties":{"@type":"node","@id":190199965,"@timestamp":1364769730},"coords":"51.3694725,0.5772328","bedrooms":"2","price":"156000","area":"395"} , +{"type":"Feature","id":"n190272944","geometry":{"type":"Point","coordinates":[-0.9792102,50.9845328]},"properties":{"@type":"node","@id":190272944,"@timestamp":1198669057},"coords":"50.9845328,-0.9792102","bedrooms":"2","price":"151000","area":"488"} , +{"type":"Feature","id":"n190273007","geometry":{"type":"Point","coordinates":[-0.975449,50.9836835]},"properties":{"@type":"node","@id":190273007,"@timestamp":1198669059},"coords":"50.9836835,-0.975449","bedrooms":"4","price":"259000","area":"408"} , +{"type":"Feature","id":"n190277410","geometry":{"type":"Point","coordinates":[-0.9951215,50.9852954]},"properties":{"@type":"node","@id":190277410,"@timestamp":1198669263},"coords":"50.9852954,-0.9951215","bedrooms":"1","price":"279000","area":"613"} , +{"type":"Feature","id":"n190281791","geometry":{"type":"Point","coordinates":[-1.0134767,51.003512]},"properties":{"@type":"node","@id":190281791,"@timestamp":1198669441},"coords":"51.003512,-1.0134767","bedrooms":"2","price":"274000","area":"553"} , +{"type":"Feature","id":"n190281823","geometry":{"type":"Point","coordinates":[-1.0075836,50.9994908]},"properties":{"@type":"node","@id":190281823,"@timestamp":1198669442},"coords":"50.9994908,-1.0075836","bedrooms":"4","price":"286000","area":"427"} , +{"type":"Feature","id":"n190290595","geometry":{"type":"Point","coordinates":[-1.0003039,50.9866993]},"properties":{"@type":"node","@id":190290595,"@timestamp":1198669806},"coords":"50.9866993,-1.0003039","bedrooms":"2","price":"187000","area":"488"} , +{"type":"Feature","id":"n190290622","geometry":{"type":"Point","coordinates":[-0.9931976,50.9822275]},"properties":{"@type":"node","@id":190290622,"@timestamp":1198669807},"coords":"50.9822275,-0.9931976","bedrooms":"3","price":"241000","area":"385"} , +{"type":"Feature","id":"n190290661","geometry":{"type":"Point","coordinates":[-0.9996799,50.9849314]},"properties":{"@type":"node","@id":190290661,"@timestamp":1198669808},"coords":"50.9849314,-0.9996799","bedrooms":"2","price":"299000","area":"586"} , +{"type":"Feature","id":"n190290688","geometry":{"type":"Point","coordinates":[-1.005183,50.9872973]},"properties":{"@type":"node","@id":190290688,"@timestamp":1198669809},"coords":"50.9872973,-1.005183","bedrooms":"1","price":"164000","area":"539"} , +{"type":"Feature","id":"n190290723","geometry":{"type":"Point","coordinates":[-1.0049057,50.9877306]},"properties":{"@type":"node","@id":190290723,"@timestamp":1198669810},"coords":"50.9877306,-1.0049057","bedrooms":"4","price":"242000","area":"642"} , +{"type":"Feature","id":"n190507260","geometry":{"type":"Point","coordinates":[-0.2261229,51.9627133]},"properties":{"@type":"node","@id":190507260,"@timestamp":1198681260},"coords":"51.9627133,-0.2261229","bedrooms":"3","price":"218000","area":"569"} , +{"type":"Feature","id":"n190507334","geometry":{"type":"Point","coordinates":[-0.2263051,51.9639847]},"properties":{"@type":"node","@id":190507334,"@timestamp":1198681263},"coords":"51.9639847,-0.2263051","bedrooms":"3","price":"189000","area":"571"} , +{"type":"Feature","id":"n190511458","geometry":{"type":"Point","coordinates":[-0.2274713,51.964801]},"properties":{"@type":"node","@id":190511458,"@timestamp":1198681466},"coords":"51.964801,-0.2274713","bedrooms":"2","price":"288000","area":"385"} , +{"type":"Feature","id":"n190511495","geometry":{"type":"Point","coordinates":[-0.2270798,51.9648929]},"properties":{"@type":"node","@id":190511495,"@timestamp":1198681467},"coords":"51.9648929,-0.2270798","bedrooms":"1","price":"241000","area":"491"} , +{"type":"Feature","id":"n190520053","geometry":{"type":"Point","coordinates":[-0.2270326,51.9653208]},"properties":{"@type":"node","@id":190520053,"@timestamp":1198681850},"coords":"51.9653208,-0.2270326","bedrooms":"2","price":"171000","area":"498"} , +{"type":"Feature","id":"n190520640","geometry":{"type":"Point","coordinates":[-0.2269047,51.9655396]},"properties":{"@type":"node","@id":190520640,"@timestamp":1198681872},"coords":"51.9655396,-0.2269047","bedrooms":"2","price":"233000","area":"370"} , +{"type":"Feature","id":"n190532045","geometry":{"type":"Point","coordinates":[-0.2310514,51.9772462]},"properties":{"@type":"node","@id":190532045,"@timestamp":1572011642},"coords":"51.9772462,-0.2310514","bedrooms":"1","price":"232000","area":"657"} , +{"type":"Feature","id":"n190578422","geometry":{"type":"Point","coordinates":[-0.3553321,51.4246053]},"properties":{"@type":"node","@id":190578422,"@timestamp":1239383841},"coords":"51.4246053,-0.3553321","bedrooms":"2","price":"255000","area":"600"} , +{"type":"Feature","id":"n190581716","geometry":{"type":"Point","coordinates":[-0.3529775,51.4260295]},"properties":{"@type":"node","@id":190581716,"@timestamp":1198684787},"coords":"51.4260295,-0.3529775","bedrooms":"3","price":"212000","area":"616"} , +{"type":"Feature","id":"n190598444","geometry":{"type":"Point","coordinates":[-0.3434738,51.4238372]},"properties":{"@type":"node","@id":190598444,"@timestamp":1602856164},"coords":"51.4238372,-0.3434738","bedrooms":"2","price":"205000","area":"660"} , +{"type":"Feature","id":"n190628450","geometry":{"type":"Point","coordinates":[-0.1990649,51.9771134]},"properties":{"@type":"node","@id":190628450,"@timestamp":1198687303},"coords":"51.9771134,-0.1990649","bedrooms":"2","price":"276000","area":"686"} , +{"type":"Feature","id":"n190647707","geometry":{"type":"Point","coordinates":[-0.2247591,51.9641497]},"properties":{"@type":"node","@id":190647707,"@timestamp":1198688501},"coords":"51.9641497,-0.2247591","bedrooms":"2","price":"231000","area":"588"} , +{"type":"Feature","id":"n190788069","geometry":{"type":"Point","coordinates":[-0.3459047,51.4135018]},"properties":{"@type":"node","@id":190788069,"@timestamp":1198695552},"coords":"51.4135018,-0.3459047","bedrooms":"2","price":"191000","area":"520"} , +{"type":"Feature","id":"n190809003","geometry":{"type":"Point","coordinates":[-0.3476478,51.4134473]},"properties":{"@type":"node","@id":190809003,"@timestamp":1198696551},"coords":"51.4134473,-0.3476478","bedrooms":"1","price":"224000","area":"478"} , +{"type":"Feature","id":"n191036627","geometry":{"type":"Point","coordinates":[0.2569241,51.5702889]},"properties":{"@type":"node","@id":191036627,"@timestamp":1412111628},"coords":"51.5702889,0.2569241","bedrooms":"0","price":"236000","area":"543"} , +{"type":"Feature","id":"n191075349","geometry":{"type":"Point","coordinates":[0.1750167,51.5122617]},"properties":{"@type":"node","@id":191075349,"@timestamp":1377712640},"coords":"51.5122617,0.1750167","bedrooms":"1","price":"242000","area":"640"} , +{"type":"Feature","id":"n191842411","geometry":{"type":"Point","coordinates":[-0.1982734,51.2596789]},"properties":{"@type":"node","@id":191842411,"@timestamp":1498745325},"coords":"51.2596789,-0.1982734","bedrooms":"2","price":"235000","area":"543"} , +{"type":"Feature","id":"n191842468","geometry":{"type":"Point","coordinates":[-0.2302638,51.2963026]},"properties":{"@type":"node","@id":191842468,"@timestamp":1554737097},"coords":"51.2963026,-0.2302638","bedrooms":"2","price":"265000","area":"358"} , +{"type":"Feature","id":"n191853434","geometry":{"type":"Point","coordinates":[-0.2466471,51.8150078]},"properties":{"@type":"node","@id":191853434,"@timestamp":1243793895},"coords":"51.8150078,-0.2466471","bedrooms":"3","price":"263000","area":"534"} , +{"type":"Feature","id":"n191853470","geometry":{"type":"Point","coordinates":[-0.2436807,51.813119]},"properties":{"@type":"node","@id":191853470,"@timestamp":1198749667},"coords":"51.813119,-0.2436807","bedrooms":"4","price":"194000","area":"357"} , +{"type":"Feature","id":"n191899943","geometry":{"type":"Point","coordinates":[-0.2274039,51.2938926]},"properties":{"@type":"node","@id":191899943,"@timestamp":1205092030},"coords":"51.2938926,-0.2274039","bedrooms":"1","price":"200000","area":"368"} , +{"type":"Feature","id":"n191905102","geometry":{"type":"Point","coordinates":[-0.2330821,51.2940162]},"properties":{"@type":"node","@id":191905102,"@timestamp":1198755176},"coords":"51.2940162,-0.2330821","bedrooms":"4","price":"174000","area":"470"} , +{"type":"Feature","id":"n191905589","geometry":{"type":"Point","coordinates":[-0.2354058,51.2971587]},"properties":{"@type":"node","@id":191905589,"@timestamp":1554737097},"coords":"51.2971587,-0.2354058","bedrooms":"2","price":"230000","area":"634"} , +{"type":"Feature","id":"n191908853","geometry":{"type":"Point","coordinates":[-0.2289281,51.3002114]},"properties":{"@type":"node","@id":191908853,"@timestamp":1609774522},"coords":"51.3002114,-0.2289281","bedrooms":"3","price":"241000","area":"439"} , +{"type":"Feature","id":"n191909650","geometry":{"type":"Point","coordinates":[-0.2315622,51.2984508]},"properties":{"@type":"node","@id":191909650,"@timestamp":1609762449},"coords":"51.2984508,-0.2315622","bedrooms":"4","price":"281000","area":"633"} , +{"type":"Feature","id":"n191912582","geometry":{"type":"Point","coordinates":[-0.2339997,51.2994356]},"properties":{"@type":"node","@id":191912582,"@timestamp":1582660277},"coords":"51.2994356,-0.2339997","bedrooms":"4","price":"256000","area":"431"} , +{"type":"Feature","id":"n191912597","geometry":{"type":"Point","coordinates":[-0.228337,51.302154]},"properties":{"@type":"node","@id":191912597,"@timestamp":1582660277},"coords":"51.302154,-0.228337","bedrooms":"4","price":"168000","area":"356"} , +{"type":"Feature","id":"n191913211","geometry":{"type":"Point","coordinates":[-0.2347387,51.30388]},"properties":{"@type":"node","@id":191913211,"@timestamp":1198755163},"coords":"51.30388,-0.2347387","bedrooms":"4","price":"151000","area":"697"} , +{"type":"Feature","id":"n191913715","geometry":{"type":"Point","coordinates":[-0.2278002,51.307293]},"properties":{"@type":"node","@id":191913715,"@timestamp":1582657253},"coords":"51.307293,-0.2278002","bedrooms":"3","price":"197000","area":"399"} , +{"type":"Feature","id":"n191915469","geometry":{"type":"Point","coordinates":[-0.2270242,51.3078821]},"properties":{"@type":"node","@id":191915469,"@timestamp":1614943988},"coords":"51.3078821,-0.2270242","bedrooms":"3","price":"296000","area":"643"} , +{"type":"Feature","id":"n191917285","geometry":{"type":"Point","coordinates":[-0.2306701,51.3067383]},"properties":{"@type":"node","@id":191917285,"@timestamp":1582657253},"coords":"51.3067383,-0.2306701","bedrooms":"2","price":"240000","area":"695"} , +{"type":"Feature","id":"n191918174","geometry":{"type":"Point","coordinates":[-0.2383019,51.3059531]},"properties":{"@type":"node","@id":191918174,"@timestamp":1615549202},"coords":"51.3059531,-0.2383019","bedrooms":"3","price":"293000","area":"463"} , +{"type":"Feature","id":"n191918438","geometry":{"type":"Point","coordinates":[-0.2391226,51.3077802]},"properties":{"@type":"node","@id":191918438,"@timestamp":1615482342},"coords":"51.3077802,-0.2391226","bedrooms":"0","price":"167000","area":"468"} , +{"type":"Feature","id":"n191920204","geometry":{"type":"Point","coordinates":[-0.2383951,51.2984922]},"properties":{"@type":"node","@id":191920204,"@timestamp":1198755214},"coords":"51.2984922,-0.2383951","bedrooms":"2","price":"282000","area":"595"} , +{"type":"Feature","id":"n191921650","geometry":{"type":"Point","coordinates":[-0.2384036,51.3019229]},"properties":{"@type":"node","@id":191921650,"@timestamp":1582657253},"coords":"51.3019229,-0.2384036","bedrooms":"2","price":"211000","area":"420"} , +{"type":"Feature","id":"n191922000","geometry":{"type":"Point","coordinates":[-0.2398815,51.3040919]},"properties":{"@type":"node","@id":191922000,"@timestamp":1611075512},"coords":"51.3040919,-0.2398815","bedrooms":"4","price":"293000","area":"432"} , +{"type":"Feature","id":"n191922771","geometry":{"type":"Point","coordinates":[-0.2375367,51.3049478]},"properties":{"@type":"node","@id":191922771,"@timestamp":1198755173},"coords":"51.3049478,-0.2375367","bedrooms":"3","price":"258000","area":"578"} , +{"type":"Feature","id":"n191923814","geometry":{"type":"Point","coordinates":[-0.2371474,51.3048374]},"properties":{"@type":"node","@id":191923814,"@timestamp":1611163219},"coords":"51.3048374,-0.2371474","bedrooms":"1","price":"173000","area":"627"} , +{"type":"Feature","id":"n191924387","geometry":{"type":"Point","coordinates":[-0.2382815,51.3029515]},"properties":{"@type":"node","@id":191924387,"@timestamp":1582657253},"coords":"51.3029515,-0.2382815","bedrooms":"2","price":"216000","area":"415"} , +{"type":"Feature","id":"n191925388","geometry":{"type":"Point","coordinates":[-0.2366089,51.3026294]},"properties":{"@type":"node","@id":191925388,"@timestamp":1582657253},"coords":"51.3026294,-0.2366089","bedrooms":"4","price":"225000","area":"628"} , +{"type":"Feature","id":"n191926394","geometry":{"type":"Point","coordinates":[-0.234548,51.3020801]},"properties":{"@type":"node","@id":191926394,"@timestamp":1471260030},"coords":"51.3020801,-0.234548","bedrooms":"3","price":"291000","area":"529"} , +{"type":"Feature","id":"n191929523","geometry":{"type":"Point","coordinates":[-0.2347472,51.3012076]},"properties":{"@type":"node","@id":191929523,"@timestamp":1198755207},"coords":"51.3012076,-0.2347472","bedrooms":"0","price":"255000","area":"599"} , +{"type":"Feature","id":"n191931119","geometry":{"type":"Point","coordinates":[-0.2378816,51.2998011]},"properties":{"@type":"node","@id":191931119,"@timestamp":1582657253},"coords":"51.2998011,-0.2378816","bedrooms":"4","price":"271000","area":"407"} , +{"type":"Feature","id":"n191932434","geometry":{"type":"Point","coordinates":[-0.2339662,51.300349]},"properties":{"@type":"node","@id":191932434,"@timestamp":1198755173},"coords":"51.300349,-0.2339662","bedrooms":"4","price":"186000","area":"682"} , +{"type":"Feature","id":"n191933596","geometry":{"type":"Point","coordinates":[-0.2323268,51.2992918]},"properties":{"@type":"node","@id":191933596,"@timestamp":1198755182},"coords":"51.2992918,-0.2323268","bedrooms":"4","price":"186000","area":"669"} , +{"type":"Feature","id":"n191934971","geometry":{"type":"Point","coordinates":[-0.2363265,51.2927924]},"properties":{"@type":"node","@id":191934971,"@timestamp":1198755192},"coords":"51.2927924,-0.2363265","bedrooms":"1","price":"209000","area":"374"} , +{"type":"Feature","id":"n191938407","geometry":{"type":"Point","coordinates":[-0.2276284,51.300019]},"properties":{"@type":"node","@id":191938407,"@timestamp":1607966923},"coords":"51.300019,-0.2276284","bedrooms":"4","price":"179000","area":"612"} , +{"type":"Feature","id":"n191941154","geometry":{"type":"Point","coordinates":[-0.2258435,51.3027987]},"properties":{"@type":"node","@id":191941154,"@timestamp":1610464683},"coords":"51.3027987,-0.2258435","bedrooms":"0","price":"154000","area":"620"} , +{"type":"Feature","id":"n191941683","geometry":{"type":"Point","coordinates":[-0.2271341,51.3028014]},"properties":{"@type":"node","@id":191941683,"@timestamp":1198755155},"coords":"51.3028014,-0.2271341","bedrooms":"4","price":"278000","area":"365"} , +{"type":"Feature","id":"n191942207","geometry":{"type":"Point","coordinates":[-0.2260516,51.3038]},"properties":{"@type":"node","@id":191942207,"@timestamp":1206028811},"coords":"51.3038,-0.2260516","bedrooms":"0","price":"257000","area":"474"} , +{"type":"Feature","id":"n191943243","geometry":{"type":"Point","coordinates":[-0.2279885,51.3040839]},"properties":{"@type":"node","@id":191943243,"@timestamp":1610539641},"coords":"51.3040839,-0.2279885","bedrooms":"0","price":"222000","area":"467"} , +{"type":"Feature","id":"n191944239","geometry":{"type":"Point","coordinates":[-0.2284129,51.3043898]},"properties":{"@type":"node","@id":191944239,"@timestamp":1198755156},"coords":"51.3043898,-0.2284129","bedrooms":"2","price":"191000","area":"681"} , +{"type":"Feature","id":"n191945967","geometry":{"type":"Point","coordinates":[-0.2295717,51.3038907]},"properties":{"@type":"node","@id":191945967,"@timestamp":1198755174},"coords":"51.3038907,-0.2295717","bedrooms":"2","price":"193000","area":"559"} , +{"type":"Feature","id":"n191950928","geometry":{"type":"Point","coordinates":[-0.2362502,51.3081718]},"properties":{"@type":"node","@id":191950928,"@timestamp":1616943507},"coords":"51.3081718,-0.2362502","bedrooms":"0","price":"162000","area":"475"} , +{"type":"Feature","id":"n191952709","geometry":{"type":"Point","coordinates":[-0.2420718,51.3099577]},"properties":{"@type":"node","@id":191952709,"@timestamp":1315467942},"coords":"51.3099577,-0.2420718","bedrooms":"2","price":"237000","area":"374"} , +{"type":"Feature","id":"n191963177","geometry":{"type":"Point","coordinates":[-0.2343353,51.2911929]},"properties":{"@type":"node","@id":191963177,"@timestamp":1198755215},"coords":"51.2911929,-0.2343353","bedrooms":"2","price":"161000","area":"545"} , +{"type":"Feature","id":"n191964087","geometry":{"type":"Point","coordinates":[-0.2295314,51.2943808]},"properties":{"@type":"node","@id":191964087,"@timestamp":1554737099},"coords":"51.2943808,-0.2295314","bedrooms":"1","price":"179000","area":"584"} , +{"type":"Feature","id":"n191965657","geometry":{"type":"Point","coordinates":[0.5370854,51.3918837]},"properties":{"@type":"node","@id":191965657,"@timestamp":1501852301},"coords":"51.3918837,0.5370854","bedrooms":"2","price":"182000","area":"668"} , +{"type":"Feature","id":"n191969935","geometry":{"type":"Point","coordinates":[0.5841938,51.3487835]},"properties":{"@type":"node","@id":191969935,"@timestamp":1616712733},"coords":"51.3487835,0.5841938","bedrooms":"1","price":"281000","area":"386"} , +{"type":"Feature","id":"n192111562","geometry":{"type":"Point","coordinates":[0.5395885,51.3805954]},"properties":{"@type":"node","@id":192111562,"@timestamp":1374103259},"coords":"51.3805954,0.5395885","bedrooms":"0","price":"265000","area":"387"} , +{"type":"Feature","id":"n192128729","geometry":{"type":"Point","coordinates":[0.5377462,51.3912407]},"properties":{"@type":"node","@id":192128729,"@timestamp":1198762045},"coords":"51.3912407,0.5377462","bedrooms":"3","price":"170000","area":"689"} , +{"type":"Feature","id":"n192178668","geometry":{"type":"Point","coordinates":[-0.2369067,51.3180101]},"properties":{"@type":"node","@id":192178668,"@timestamp":1616964622},"coords":"51.3180101,-0.2369067","bedrooms":"2","price":"267000","area":"500"} , +{"type":"Feature","id":"n192261720","geometry":{"type":"Point","coordinates":[-0.2261045,51.3238572]},"properties":{"@type":"node","@id":192261720,"@timestamp":1616966498},"coords":"51.3238572,-0.2261045","bedrooms":"0","price":"223000","area":"535"} , +{"type":"Feature","id":"n192504047","geometry":{"type":"Point","coordinates":[0.5322506,51.3795463]},"properties":{"@type":"node","@id":192504047,"@timestamp":1376816524},"coords":"51.3795463,0.5322506","bedrooms":"2","price":"152000","area":"619"} , +{"type":"Feature","id":"n192550109","geometry":{"type":"Point","coordinates":[-0.1314472,51.3705967]},"properties":{"@type":"node","@id":192550109,"@timestamp":1198785614},"coords":"51.3705967,-0.1314472","bedrooms":"2","price":"190000","area":"385"} , +{"type":"Feature","id":"n193638879","geometry":{"type":"Point","coordinates":[-0.1569106,51.1080047]},"properties":{"@type":"node","@id":193638879,"@timestamp":1198838107},"coords":"51.1080047,-0.1569106","bedrooms":"0","price":"190000","area":"553"} , +{"type":"Feature","id":"n193695561","geometry":{"type":"Point","coordinates":[-0.1748878,51.6036698]},"properties":{"@type":"node","@id":193695561,"@timestamp":1358717498},"coords":"51.6036698,-0.1748878","bedrooms":"0","price":"257000","area":"392"} , +{"type":"Feature","id":"n193722415","geometry":{"type":"Point","coordinates":[-0.4096266,51.2034812]},"properties":{"@type":"node","@id":193722415,"@timestamp":1198841507},"coords":"51.2034812,-0.4096266","bedrooms":"4","price":"212000","area":"610"} , +{"type":"Feature","id":"n193722502","geometry":{"type":"Point","coordinates":[-0.4123813,51.205756]},"properties":{"@type":"node","@id":193722502,"@timestamp":1198841509},"coords":"51.205756,-0.4123813","bedrooms":"4","price":"232000","area":"368"} , +{"type":"Feature","id":"n193722631","geometry":{"type":"Point","coordinates":[-0.4144961,51.2087097]},"properties":{"@type":"node","@id":193722631,"@timestamp":1198841514},"coords":"51.2087097,-0.4144961","bedrooms":"1","price":"282000","area":"414"} , +{"type":"Feature","id":"n193726052","geometry":{"type":"Point","coordinates":[-0.4186822,51.2179273]},"properties":{"@type":"node","@id":193726052,"@timestamp":1198841648},"coords":"51.2179273,-0.4186822","bedrooms":"3","price":"218000","area":"545"} , +{"type":"Feature","id":"n193823722","geometry":{"type":"Point","coordinates":[-0.1566329,51.102151]},"properties":{"@type":"node","@id":193823722,"@timestamp":1198845665},"coords":"51.102151,-0.1566329","bedrooms":"4","price":"156000","area":"559"} , +{"type":"Feature","id":"n193823783","geometry":{"type":"Point","coordinates":[-0.155429,51.1074499]},"properties":{"@type":"node","@id":193823783,"@timestamp":1198845667},"coords":"51.1074499,-0.155429","bedrooms":"1","price":"203000","area":"642"} , +{"type":"Feature","id":"n193878680","geometry":{"type":"Point","coordinates":[0.6131599,51.2664367]},"properties":{"@type":"node","@id":193878680,"@timestamp":1198848379},"coords":"51.2664367,0.6131599","bedrooms":"0","price":"170000","area":"474"} , +{"type":"Feature","id":"n194613866","geometry":{"type":"Point","coordinates":[-0.1323335,51.3645201]},"properties":{"@type":"node","@id":194613866,"@timestamp":1198884537},"coords":"51.3645201,-0.1323335","bedrooms":"4","price":"165000","area":"445"} , +{"type":"Feature","id":"n194613918","geometry":{"type":"Point","coordinates":[-0.1287841,51.3678805]},"properties":{"@type":"node","@id":194613918,"@timestamp":1199561676},"coords":"51.3678805,-0.1287841","bedrooms":"2","price":"189000","area":"570"} , +{"type":"Feature","id":"n194614030","geometry":{"type":"Point","coordinates":[-0.1182996,51.3690103]},"properties":{"@type":"node","@id":194614030,"@timestamp":1339710540},"coords":"51.3690103,-0.1182996","bedrooms":"4","price":"152000","area":"463"} , +{"type":"Feature","id":"n194614098","geometry":{"type":"Point","coordinates":[-0.1252946,51.3667455]},"properties":{"@type":"node","@id":194614098,"@timestamp":1198884543},"coords":"51.3667455,-0.1252946","bedrooms":"0","price":"187000","area":"517"} , +{"type":"Feature","id":"n194614171","geometry":{"type":"Point","coordinates":[-0.126967,51.3664134]},"properties":{"@type":"node","@id":194614171,"@timestamp":1198884545},"coords":"51.3664134,-0.126967","bedrooms":"3","price":"279000","area":"394"} , +{"type":"Feature","id":"n194614297","geometry":{"type":"Point","coordinates":[-0.1303931,51.3628754]},"properties":{"@type":"node","@id":194614297,"@timestamp":1198884551},"coords":"51.3628754,-0.1303931","bedrooms":"2","price":"246000","area":"425"} , +{"type":"Feature","id":"n194614344","geometry":{"type":"Point","coordinates":[-0.1302871,51.3639552]},"properties":{"@type":"node","@id":194614344,"@timestamp":1198884552},"coords":"51.3639552,-0.1302871","bedrooms":"2","price":"177000","area":"407"} , +{"type":"Feature","id":"n194614374","geometry":{"type":"Point","coordinates":[-0.1265106,51.3647711]},"properties":{"@type":"node","@id":194614374,"@timestamp":1198884554},"coords":"51.3647711,-0.1265106","bedrooms":"2","price":"172000","area":"405"} , +{"type":"Feature","id":"n194614471","geometry":{"type":"Point","coordinates":[-0.1217446,51.3642265]},"properties":{"@type":"node","@id":194614471,"@timestamp":1198884557},"coords":"51.3642265,-0.1217446","bedrooms":"1","price":"278000","area":"622"} , +{"type":"Feature","id":"n195206717","geometry":{"type":"Point","coordinates":[-0.1918316,51.1181706]},"properties":{"@type":"node","@id":195206717,"@timestamp":1198918204},"coords":"51.1181706,-0.1918316","bedrooms":"0","price":"197000","area":"423"} , +{"type":"Feature","id":"n195206840","geometry":{"type":"Point","coordinates":[-0.1978405,51.1200406]},"properties":{"@type":"node","@id":195206840,"@timestamp":1198918209},"coords":"51.1200406,-0.1978405","bedrooms":"0","price":"249000","area":"480"} , +{"type":"Feature","id":"n195408872","geometry":{"type":"Point","coordinates":[-0.1252495,51.3617964]},"properties":{"@type":"node","@id":195408872,"@timestamp":1198950904},"coords":"51.3617964,-0.1252495","bedrooms":"3","price":"169000","area":"416"} , +{"type":"Feature","id":"n195835401","geometry":{"type":"Point","coordinates":[-0.1860147,51.4005116]},"properties":{"@type":"node","@id":195835401,"@timestamp":1365706607},"coords":"51.4005116,-0.1860147","bedrooms":"1","price":"218000","area":"545"} , +{"type":"Feature","id":"n195858642","geometry":{"type":"Point","coordinates":[0.117834,51.5283501]},"properties":{"@type":"node","@id":195858642,"@timestamp":1572439759},"coords":"51.5283501,0.117834","bedrooms":"1","price":"289000","area":"623"} , +{"type":"Feature","id":"n195862915","geometry":{"type":"Point","coordinates":[-0.1689904,51.3942437]},"properties":{"@type":"node","@id":195862915,"@timestamp":1198948464},"coords":"51.3942437,-0.1689904","bedrooms":"4","price":"151000","area":"656"} , +{"type":"Feature","id":"n195862947","geometry":{"type":"Point","coordinates":[-0.1690091,51.3898962]},"properties":{"@type":"node","@id":195862947,"@timestamp":1198948465},"coords":"51.3898962,-0.1690091","bedrooms":"0","price":"279000","area":"531"} , +{"type":"Feature","id":"n195863026","geometry":{"type":"Point","coordinates":[-0.1718097,51.3939083]},"properties":{"@type":"node","@id":195863026,"@timestamp":1198948469},"coords":"51.3939083,-0.1718097","bedrooms":"2","price":"278000","area":"601"} , +{"type":"Feature","id":"n195887725","geometry":{"type":"Point","coordinates":[-0.1343529,51.5525812]},"properties":{"@type":"node","@id":195887725,"@timestamp":1198949529},"coords":"51.5525812,-0.1343529","bedrooms":"3","price":"289000","area":"381"} , +{"type":"Feature","id":"n195895539","geometry":{"type":"Point","coordinates":[-1.0087505,51.5164607]},"properties":{"@type":"node","@id":195895539,"@timestamp":1198949853},"coords":"51.5164607,-1.0087505","bedrooms":"4","price":"240000","area":"515"} , +{"type":"Feature","id":"n195895585","geometry":{"type":"Point","coordinates":[-1.0124524,51.5219346]},"properties":{"@type":"node","@id":195895585,"@timestamp":1198949855},"coords":"51.5219346,-1.0124524","bedrooms":"4","price":"175000","area":"661"} , +{"type":"Feature","id":"n195895667","geometry":{"type":"Point","coordinates":[-0.9920106,51.5538609]},"properties":{"@type":"node","@id":195895667,"@timestamp":1211224280},"coords":"51.5538609,-0.9920106","bedrooms":"2","price":"263000","area":"446"} , +{"type":"Feature","id":"n195895735","geometry":{"type":"Point","coordinates":[-1.0302317,51.5468307]},"properties":{"@type":"node","@id":195895735,"@timestamp":1198949860},"coords":"51.5468307,-1.0302317","bedrooms":"0","price":"241000","area":"664"} , +{"type":"Feature","id":"n195895788","geometry":{"type":"Point","coordinates":[-1.0365911,51.5451386]},"properties":{"@type":"node","@id":195895788,"@timestamp":1198949862},"coords":"51.5451386,-1.0365911","bedrooms":"1","price":"209000","area":"488"} , +{"type":"Feature","id":"n195919150","geometry":{"type":"Point","coordinates":[-0.12811,51.3615706]},"properties":{"@type":"node","@id":195919150,"@timestamp":1198950900},"coords":"51.3615706,-0.12811","bedrooms":"4","price":"233000","area":"434"} , +{"type":"Feature","id":"n195919173","geometry":{"type":"Point","coordinates":[-0.1290903,51.3625231]},"properties":{"@type":"node","@id":195919173,"@timestamp":1198950901},"coords":"51.3625231,-0.1290903","bedrooms":"2","price":"197000","area":"547"} , +{"type":"Feature","id":"n195919209","geometry":{"type":"Point","coordinates":[-0.1284468,51.3625208]},"properties":{"@type":"node","@id":195919209,"@timestamp":1537742618},"coords":"51.3625208,-0.1284468","bedrooms":"2","price":"284000","area":"415"} , +{"type":"Feature","id":"n195949627","geometry":{"type":"Point","coordinates":[0.0779603,51.5392699]},"properties":{"@type":"node","@id":195949627,"@timestamp":1549039630},"coords":"51.5392699,0.0779603","bedrooms":"3","price":"247000","area":"479"} , +{"type":"Feature","id":"n196086766","geometry":{"type":"Point","coordinates":[-0.1330571,51.3632123]},"properties":{"@type":"node","@id":196086766,"@timestamp":1198958228},"coords":"51.3632123,-0.1330571","bedrooms":"1","price":"242000","area":"498"} , +{"type":"Feature","id":"n196086800","geometry":{"type":"Point","coordinates":[-0.133478,51.3630278]},"properties":{"@type":"node","@id":196086800,"@timestamp":1198958229},"coords":"51.3630278,-0.133478","bedrooms":"0","price":"244000","area":"563"} , +{"type":"Feature","id":"n196086857","geometry":{"type":"Point","coordinates":[-0.1347564,51.3625189]},"properties":{"@type":"node","@id":196086857,"@timestamp":1198958230},"coords":"51.3625189,-0.1347564","bedrooms":"4","price":"209000","area":"561"} , +{"type":"Feature","id":"n196086909","geometry":{"type":"Point","coordinates":[-0.1393085,51.3595388]},"properties":{"@type":"node","@id":196086909,"@timestamp":1519574737},"coords":"51.3595388,-0.1393085","bedrooms":"0","price":"258000","area":"395"} , +{"type":"Feature","id":"n196086941","geometry":{"type":"Point","coordinates":[-0.1402191,51.3606057]},"properties":{"@type":"node","@id":196086941,"@timestamp":1198958233},"coords":"51.3606057,-0.1402191","bedrooms":"0","price":"249000","area":"611"} , +{"type":"Feature","id":"n196209062","geometry":{"type":"Point","coordinates":[-0.1454098,51.3606259]},"properties":{"@type":"node","@id":196209062,"@timestamp":1198963517},"coords":"51.3606259,-0.1454098","bedrooms":"3","price":"198000","area":"659"} , +{"type":"Feature","id":"n196209098","geometry":{"type":"Point","coordinates":[-0.1475769,51.3601956]},"properties":{"@type":"node","@id":196209098,"@timestamp":1198963518},"coords":"51.3601956,-0.1475769","bedrooms":"2","price":"290000","area":"682"} , +{"type":"Feature","id":"n196218565","geometry":{"type":"Point","coordinates":[-0.5606471,51.4574568]},"properties":{"@type":"node","@id":196218565,"@timestamp":1504863220},"coords":"51.4574568,-0.5606471","bedrooms":"2","price":"290000","area":"528"} , +{"type":"Feature","id":"n196481248","geometry":{"type":"Point","coordinates":[-0.1730132,51.1714625]},"properties":{"@type":"node","@id":196481248,"@timestamp":1198977406},"coords":"51.1714625,-0.1730132","bedrooms":"2","price":"179000","area":"473"} , +{"type":"Feature","id":"n196537046","geometry":{"type":"Point","coordinates":[-0.5544993,51.5940285]},"properties":{"@type":"node","@id":196537046,"@timestamp":1198979871},"coords":"51.5940285,-0.5544993","bedrooms":"3","price":"285000","area":"516"} , +{"type":"Feature","id":"n197234004","geometry":{"type":"Point","coordinates":[0.1966436,51.4078367]},"properties":{"@type":"node","@id":197234004,"@timestamp":1199014190},"coords":"51.4078367,0.1966436","bedrooms":"3","price":"189000","area":"501"} , +{"type":"Feature","id":"n197262383","geometry":{"type":"Point","coordinates":[0.2366086,51.2899663]},"properties":{"@type":"node","@id":197262383,"@timestamp":1199024950},"coords":"51.2899663,0.2366086","bedrooms":"0","price":"279000","area":"645"} , +{"type":"Feature","id":"n197262551","geometry":{"type":"Point","coordinates":[0.2524014,51.2817959]},"properties":{"@type":"node","@id":197262551,"@timestamp":1199025249},"coords":"51.2817959,0.2524014","bedrooms":"2","price":"213000","area":"648"} , +{"type":"Feature","id":"n197266033","geometry":{"type":"Point","coordinates":[0.2198287,51.2460001]},"properties":{"@type":"node","@id":197266033,"@timestamp":1199024011},"coords":"51.2460001,0.2198287","bedrooms":"2","price":"263000","area":"545"} , +{"type":"Feature","id":"n197268232","geometry":{"type":"Point","coordinates":[0.2754469,51.2777693]},"properties":{"@type":"node","@id":197268232,"@timestamp":1199024408},"coords":"51.2777693,0.2754469","bedrooms":"2","price":"239000","area":"604"} , +{"type":"Feature","id":"n197268271","geometry":{"type":"Point","coordinates":[0.2770262,51.2718307]},"properties":{"@type":"node","@id":197268271,"@timestamp":1199024142},"coords":"51.2718307,0.2770262","bedrooms":"3","price":"274000","area":"556"} , +{"type":"Feature","id":"n197303570","geometry":{"type":"Point","coordinates":[0.2837273,51.4267484]},"properties":{"@type":"node","@id":197303570,"@timestamp":1315914832},"coords":"51.4267484,0.2837273","bedrooms":"0","price":"213000","area":"552"} , +{"type":"Feature","id":"n197542000","geometry":{"type":"Point","coordinates":[0.2925015,51.3026429]},"properties":{"@type":"node","@id":197542000,"@timestamp":1348302520},"coords":"51.3026429,0.2925015","bedrooms":"4","price":"238000","area":"365"} , +{"type":"Feature","id":"n197546072","geometry":{"type":"Point","coordinates":[0.3100319,51.2623531]},"properties":{"@type":"node","@id":197546072,"@timestamp":1380229194},"coords":"51.2623531,0.3100319","bedrooms":"1","price":"157000","area":"611"} , +{"type":"Feature","id":"n198002557","geometry":{"type":"Point","coordinates":[-0.2502887,51.9595467]},"properties":{"@type":"node","@id":198002557,"@timestamp":1199044019},"coords":"51.9595467,-0.2502887","bedrooms":"0","price":"279000","area":"505"} , +{"type":"Feature","id":"n198002625","geometry":{"type":"Point","coordinates":[-0.2478274,51.9606965]},"properties":{"@type":"node","@id":198002625,"@timestamp":1199044022},"coords":"51.9606965,-0.2478274","bedrooms":"0","price":"162000","area":"446"} , +{"type":"Feature","id":"n198002690","geometry":{"type":"Point","coordinates":[-0.2431917,51.9640802]},"properties":{"@type":"node","@id":198002690,"@timestamp":1199044025},"coords":"51.9640802,-0.2431917","bedrooms":"4","price":"272000","area":"455"} , +{"type":"Feature","id":"n198002751","geometry":{"type":"Point","coordinates":[-0.2382157,51.9668584]},"properties":{"@type":"node","@id":198002751,"@timestamp":1199044027},"coords":"51.9668584,-0.2382157","bedrooms":"4","price":"275000","area":"621"} , +{"type":"Feature","id":"n198011127","geometry":{"type":"Point","coordinates":[-0.2349338,51.9669]},"properties":{"@type":"node","@id":198011127,"@timestamp":1199044420},"coords":"51.9669,-0.2349338","bedrooms":"3","price":"284000","area":"367"} , +{"type":"Feature","id":"n198011166","geometry":{"type":"Point","coordinates":[-0.234945,51.9650512]},"properties":{"@type":"node","@id":198011166,"@timestamp":1199044422},"coords":"51.9650512,-0.234945","bedrooms":"4","price":"212000","area":"484"} , +{"type":"Feature","id":"n198011197","geometry":{"type":"Point","coordinates":[-0.233007,51.9644637]},"properties":{"@type":"node","@id":198011197,"@timestamp":1199044423},"coords":"51.9644637,-0.233007","bedrooms":"4","price":"299000","area":"522"} , +{"type":"Feature","id":"n198014878","geometry":{"type":"Point","coordinates":[-0.2371166,51.9660361]},"properties":{"@type":"node","@id":198014878,"@timestamp":1199044591},"coords":"51.9660361,-0.2371166","bedrooms":"3","price":"229000","area":"427"} , +{"type":"Feature","id":"n198026412","geometry":{"type":"Point","coordinates":[-0.2236781,51.9622233]},"properties":{"@type":"node","@id":198026412,"@timestamp":1199045191},"coords":"51.9622233,-0.2236781","bedrooms":"2","price":"268000","area":"360"} , +{"type":"Feature","id":"n198028132","geometry":{"type":"Point","coordinates":[0.2194331,51.7413771]},"properties":{"@type":"node","@id":198028132,"@timestamp":1609603214},"coords":"51.7413771,0.2194331","bedrooms":"0","price":"216000","area":"576"} , +{"type":"Feature","id":"n198031757","geometry":{"type":"Point","coordinates":[-0.2246345,51.9632479]},"properties":{"@type":"node","@id":198031757,"@timestamp":1199045485},"coords":"51.9632479,-0.2246345","bedrooms":"1","price":"239000","area":"526"} , +{"type":"Feature","id":"n198203158","geometry":{"type":"Point","coordinates":[-0.234132,51.1554896]},"properties":{"@type":"node","@id":198203158,"@timestamp":1620923121},"coords":"51.1554896,-0.234132","bedrooms":"3","price":"240000","area":"685"} , +{"type":"Feature","id":"n198203811","geometry":{"type":"Point","coordinates":[-0.221529,51.1492324]},"properties":{"@type":"node","@id":198203811,"@timestamp":1199053291},"coords":"51.1492324,-0.221529","bedrooms":"4","price":"264000","area":"470"} , +{"type":"Feature","id":"n198204186","geometry":{"type":"Point","coordinates":[-0.2480231,51.1624783]},"properties":{"@type":"node","@id":198204186,"@timestamp":1199053301},"coords":"51.1624783,-0.2480231","bedrooms":"3","price":"281000","area":"461"} , +{"type":"Feature","id":"n198322429","geometry":{"type":"Point","coordinates":[-0.1963806,51.1593382]},"properties":{"@type":"node","@id":198322429,"@timestamp":1199058944},"coords":"51.1593382,-0.1963806","bedrooms":"2","price":"172000","area":"601"} , +{"type":"Feature","id":"n198324934","geometry":{"type":"Point","coordinates":[-0.1904404,51.1615167]},"properties":{"@type":"node","@id":198324934,"@timestamp":1200010344},"coords":"51.1615167,-0.1904404","bedrooms":"3","price":"232000","area":"643"} , +{"type":"Feature","id":"n198325105","geometry":{"type":"Point","coordinates":[-0.1872806,51.1623321]},"properties":{"@type":"node","@id":198325105,"@timestamp":1200010242},"coords":"51.1623321,-0.1872806","bedrooms":"1","price":"206000","area":"569"} , +{"type":"Feature","id":"n198326033","geometry":{"type":"Point","coordinates":[-0.184771,51.1675007]},"properties":{"@type":"node","@id":198326033,"@timestamp":1199059142},"coords":"51.1675007,-0.184771","bedrooms":"4","price":"223000","area":"556"} , +{"type":"Feature","id":"n198326323","geometry":{"type":"Point","coordinates":[-0.2018009,51.1616154]},"properties":{"@type":"node","@id":198326323,"@timestamp":1200010296},"coords":"51.1616154,-0.2018009","bedrooms":"2","price":"246000","area":"511"} , +{"type":"Feature","id":"n198326462","geometry":{"type":"Point","coordinates":[-0.20859,51.1606264]},"properties":{"@type":"node","@id":198326462,"@timestamp":1199059182},"coords":"51.1606264,-0.20859","bedrooms":"2","price":"265000","area":"645"} , +{"type":"Feature","id":"n198326540","geometry":{"type":"Point","coordinates":[-0.2106929,51.1592317]},"properties":{"@type":"node","@id":198326540,"@timestamp":1199059195},"coords":"51.1592317,-0.2106929","bedrooms":"2","price":"278000","area":"512"} , +{"type":"Feature","id":"n198810472","geometry":{"type":"Point","coordinates":[-0.2297044,51.1525154]},"properties":{"@type":"node","@id":198810472,"@timestamp":1199093354},"coords":"51.1525154,-0.2297044","bedrooms":"2","price":"255000","area":"621"} , +{"type":"Feature","id":"n198819842","geometry":{"type":"Point","coordinates":[0.3759797,51.8586089]},"properties":{"@type":"node","@id":198819842,"@timestamp":1199093786},"coords":"51.8586089,0.3759797","bedrooms":"4","price":"224000","area":"614"} , +{"type":"Feature","id":"n198820093","geometry":{"type":"Point","coordinates":[0.3660308,51.8372655]},"properties":{"@type":"node","@id":198820093,"@timestamp":1199093793},"coords":"51.8372655,0.3660308","bedrooms":"4","price":"168000","area":"579"} , +{"type":"Feature","id":"n198874672","geometry":{"type":"Point","coordinates":[0.5685691,51.3848041]},"properties":{"@type":"node","@id":198874672,"@timestamp":1528287726},"coords":"51.3848041,0.5685691","bedrooms":"3","price":"150000","area":"408"} , +{"type":"Feature","id":"n198961398","geometry":{"type":"Point","coordinates":[-0.1508417,51.1061471]},"properties":{"@type":"node","@id":198961398,"@timestamp":1199994078},"coords":"51.1061471,-0.1508417","bedrooms":"4","price":"299000","area":"460"} , +{"type":"Feature","id":"n199049795","geometry":{"type":"Point","coordinates":[0.1285706,51.2792625]},"properties":{"@type":"node","@id":199049795,"@timestamp":1527715921},"coords":"51.2792625,0.1285706","bedrooms":"0","price":"187000","area":"650"} , +{"type":"Feature","id":"n199060402","geometry":{"type":"Point","coordinates":[0.0930894,51.3157546]},"properties":{"@type":"node","@id":199060402,"@timestamp":1199138154},"coords":"51.3157546,0.0930894","bedrooms":"2","price":"200000","area":"396"} , +{"type":"Feature","id":"n199063793","geometry":{"type":"Point","coordinates":[0.0805152,51.3260482]},"properties":{"@type":"node","@id":199063793,"@timestamp":1199139057},"coords":"51.3260482,0.0805152","bedrooms":"0","price":"261000","area":"507"} , +{"type":"Feature","id":"n199074575","geometry":{"type":"Point","coordinates":[0.0700591,51.3468651]},"properties":{"@type":"node","@id":199074575,"@timestamp":1199140629},"coords":"51.3468651,0.0700591","bedrooms":"2","price":"163000","area":"423"} , +{"type":"Feature","id":"n199083115","geometry":{"type":"Point","coordinates":[0.0362731,51.3028634]},"properties":{"@type":"node","@id":199083115,"@timestamp":1199548868},"coords":"51.3028634,0.0362731","bedrooms":"3","price":"259000","area":"537"} , +{"type":"Feature","id":"n199113075","geometry":{"type":"Point","coordinates":[-0.1688538,51.6146301]},"properties":{"@type":"node","@id":199113075,"@timestamp":1199106932},"coords":"51.6146301,-0.1688538","bedrooms":"1","price":"221000","area":"452"} , +{"type":"Feature","id":"n199135881","geometry":{"type":"Point","coordinates":[-0.6685783,51.1577972]},"properties":{"@type":"node","@id":199135881,"@timestamp":1199107841},"coords":"51.1577972,-0.6685783","bedrooms":"4","price":"270000","area":"380"} , +{"type":"Feature","id":"n199135996","geometry":{"type":"Point","coordinates":[-0.6758852,51.1518656]},"properties":{"@type":"node","@id":199135996,"@timestamp":1199107844},"coords":"51.1518656,-0.6758852","bedrooms":"4","price":"216000","area":"566"} , +{"type":"Feature","id":"n199136067","geometry":{"type":"Point","coordinates":[-0.6794829,51.1548016]},"properties":{"@type":"node","@id":199136067,"@timestamp":1199107847},"coords":"51.1548016,-0.6794829","bedrooms":"2","price":"249000","area":"594"} , +{"type":"Feature","id":"n199136099","geometry":{"type":"Point","coordinates":[-0.6763608,51.1575516]},"properties":{"@type":"node","@id":199136099,"@timestamp":1199107848},"coords":"51.1575516,-0.6763608","bedrooms":"3","price":"179000","area":"475"} , +{"type":"Feature","id":"n199141789","geometry":{"type":"Point","coordinates":[-0.6584181,51.1585772]},"properties":{"@type":"node","@id":199141789,"@timestamp":1199108083},"coords":"51.1585772,-0.6584181","bedrooms":"4","price":"233000","area":"419"} , +{"type":"Feature","id":"n199146299","geometry":{"type":"Point","coordinates":[-0.6751516,51.1565568]},"properties":{"@type":"node","@id":199146299,"@timestamp":1199108268},"coords":"51.1565568,-0.6751516","bedrooms":"1","price":"201000","area":"597"} , +{"type":"Feature","id":"n199146338","geometry":{"type":"Point","coordinates":[-0.6694143,51.1580053]},"properties":{"@type":"node","@id":199146338,"@timestamp":1199108269},"coords":"51.1580053,-0.6694143","bedrooms":"2","price":"271000","area":"409"} , +{"type":"Feature","id":"n199308225","geometry":{"type":"Point","coordinates":[-0.1098042,51.5391219]},"properties":{"@type":"node","@id":199308225,"@timestamp":1231690572},"coords":"51.5391219,-0.1098042","bedrooms":"4","price":"230000","area":"469"} , +{"type":"Feature","id":"n199421296","geometry":{"type":"Point","coordinates":[-0.2054358,51.1899376]},"properties":{"@type":"node","@id":199421296,"@timestamp":1199120580},"coords":"51.1899376,-0.2054358","bedrooms":"2","price":"230000","area":"567"} , +{"type":"Feature","id":"n199421520","geometry":{"type":"Point","coordinates":[-0.1729918,51.1810756]},"properties":{"@type":"node","@id":199421520,"@timestamp":1199120588},"coords":"51.1810756,-0.1729918","bedrooms":"4","price":"263000","area":"561"} , +{"type":"Feature","id":"n199421816","geometry":{"type":"Point","coordinates":[-0.1620913,51.1771488]},"properties":{"@type":"node","@id":199421816,"@timestamp":1199120597},"coords":"51.1771488,-0.1620913","bedrooms":"4","price":"198000","area":"494"} , +{"type":"Feature","id":"n199458171","geometry":{"type":"Point","coordinates":[-1.1122046,51.0262781]},"properties":{"@type":"node","@id":199458171,"@timestamp":1199122197},"coords":"51.0262781,-1.1122046","bedrooms":"4","price":"228000","area":"417"} , +{"type":"Feature","id":"n199460937","geometry":{"type":"Point","coordinates":[-1.0903396,51.0249002]},"properties":{"@type":"node","@id":199460937,"@timestamp":1199122179},"coords":"51.0249002,-1.0903396","bedrooms":"4","price":"254000","area":"484"} , +{"type":"Feature","id":"n199470475","geometry":{"type":"Point","coordinates":[-1.103937,51.0312006]},"properties":{"@type":"node","@id":199470475,"@timestamp":1199122603},"coords":"51.0312006,-1.103937","bedrooms":"3","price":"210000","area":"646"} , +{"type":"Feature","id":"n199473768","geometry":{"type":"Point","coordinates":[-1.0932514,51.036513]},"properties":{"@type":"node","@id":199473768,"@timestamp":1199122744},"coords":"51.036513,-1.0932514","bedrooms":"4","price":"259000","area":"562"} , +{"type":"Feature","id":"n199473809","geometry":{"type":"Point","coordinates":[-1.095652,51.0357591]},"properties":{"@type":"node","@id":199473809,"@timestamp":1199122745},"coords":"51.0357591,-1.095652","bedrooms":"0","price":"217000","area":"643"} , +{"type":"Feature","id":"n199537390","geometry":{"type":"Point","coordinates":[-1.0923068,51.0574421]},"properties":{"@type":"node","@id":199537390,"@timestamp":1199125618},"coords":"51.0574421,-1.0923068","bedrooms":"0","price":"158000","area":"358"} , +{"type":"Feature","id":"n199537528","geometry":{"type":"Point","coordinates":[-1.1075941,51.0635779]},"properties":{"@type":"node","@id":199537528,"@timestamp":1199125621},"coords":"51.0635779,-1.1075941","bedrooms":"3","price":"164000","area":"577"} , +{"type":"Feature","id":"n199575017","geometry":{"type":"Point","coordinates":[-1.0775221,50.9860492]},"properties":{"@type":"node","@id":199575017,"@timestamp":1199127121},"coords":"50.9860492,-1.0775221","bedrooms":"4","price":"260000","area":"419"} , +{"type":"Feature","id":"n199575057","geometry":{"type":"Point","coordinates":[-1.0777994,50.9965874]},"properties":{"@type":"node","@id":199575057,"@timestamp":1199127123},"coords":"50.9965874,-1.0777994","bedrooms":"3","price":"296000","area":"629"} , +{"type":"Feature","id":"n199575143","geometry":{"type":"Point","coordinates":[-1.0823926,50.9840906]},"properties":{"@type":"node","@id":199575143,"@timestamp":1199127126},"coords":"50.9840906,-1.0823926","bedrooms":"4","price":"280000","area":"550"} , +{"type":"Feature","id":"n199575163","geometry":{"type":"Point","coordinates":[-1.0858244,50.9837786]},"properties":{"@type":"node","@id":199575163,"@timestamp":1199127128},"coords":"50.9837786,-1.0858244","bedrooms":"3","price":"215000","area":"384"} , +{"type":"Feature","id":"n199580098","geometry":{"type":"Point","coordinates":[-1.0720103,51.0236263]},"properties":{"@type":"node","@id":199580098,"@timestamp":1199127315},"coords":"51.0236263,-1.0720103","bedrooms":"4","price":"186000","area":"365"} , +{"type":"Feature","id":"n199580138","geometry":{"type":"Point","coordinates":[-1.0629541,51.0220057]},"properties":{"@type":"node","@id":199580138,"@timestamp":1199127316},"coords":"51.0220057,-1.0629541","bedrooms":"4","price":"283000","area":"596"} , +{"type":"Feature","id":"n199580199","geometry":{"type":"Point","coordinates":[-1.0546778,51.0252555]},"properties":{"@type":"node","@id":199580199,"@timestamp":1199127318},"coords":"51.0252555,-1.0546778","bedrooms":"4","price":"243000","area":"487"} , +{"type":"Feature","id":"n199580246","geometry":{"type":"Point","coordinates":[-1.0466354,51.0225863]},"properties":{"@type":"node","@id":199580246,"@timestamp":1199127319},"coords":"51.0225863,-1.0466354","bedrooms":"2","price":"237000","area":"590"} , +{"type":"Feature","id":"n199580345","geometry":{"type":"Point","coordinates":[-1.0351959,51.0306286]},"properties":{"@type":"node","@id":199580345,"@timestamp":1199127322},"coords":"51.0306286,-1.0351959","bedrooms":"4","price":"215000","area":"463"} , +{"type":"Feature","id":"n199588080","geometry":{"type":"Point","coordinates":[-1.06532,51.0087896]},"properties":{"@type":"node","@id":199588080,"@timestamp":1199127600},"coords":"51.0087896,-1.06532","bedrooms":"4","price":"232000","area":"659"} , +{"type":"Feature","id":"n199592434","geometry":{"type":"Point","coordinates":[-1.0358546,51.0082003]},"properties":{"@type":"node","@id":199592434,"@timestamp":1199127842},"coords":"51.0082003,-1.0358546","bedrooms":"1","price":"278000","area":"575"} , +{"type":"Feature","id":"n199593673","geometry":{"type":"Point","coordinates":[-1.0313134,51.0187385]},"properties":{"@type":"node","@id":199593673,"@timestamp":1199127890},"coords":"51.0187385,-1.0313134","bedrooms":"0","price":"190000","area":"474"} , +{"type":"Feature","id":"n199835513","geometry":{"type":"Point","coordinates":[-0.2175482,51.6083001]},"properties":{"@type":"node","@id":199835513,"@timestamp":1199139163},"coords":"51.6083001,-0.2175482","bedrooms":"2","price":"176000","area":"670"} , +{"type":"Feature","id":"n199856383","geometry":{"type":"Point","coordinates":[0.0364661,51.3476936]},"properties":{"@type":"node","@id":199856383,"@timestamp":1564915274},"coords":"51.3476936,0.0364661","bedrooms":"4","price":"281000","area":"473"} , +{"type":"Feature","id":"n201028025","geometry":{"type":"Point","coordinates":[-0.6678077,51.1565092]},"properties":{"@type":"node","@id":201028025,"@timestamp":1275315776},"coords":"51.1565092,-0.6678077","bedrooms":"4","price":"267000","area":"547"} , +{"type":"Feature","id":"n202139302","geometry":{"type":"Point","coordinates":[-0.8408348,51.295763]},"properties":{"@type":"node","@id":202139302,"@timestamp":1604442335},"coords":"51.295763,-0.8408348","bedrooms":"4","price":"269000","area":"464"} , +{"type":"Feature","id":"n202888076","geometry":{"type":"Point","coordinates":[-0.4298246,51.8956428]},"properties":{"@type":"node","@id":202888076,"@timestamp":1612724322},"coords":"51.8956428,-0.4298246","bedrooms":"1","price":"174000","area":"443"} , +{"type":"Feature","id":"n203118080","geometry":{"type":"Point","coordinates":[-1.0425951,51.2634479]},"properties":{"@type":"node","@id":203118080,"@timestamp":1255700096},"coords":"51.2634479,-1.0425951","bedrooms":"2","price":"198000","area":"589"} , +{"type":"Feature","id":"n203187516","geometry":{"type":"Point","coordinates":[-0.790776,50.983165]},"properties":{"@type":"node","@id":203187516,"@timestamp":1199279519},"coords":"50.983165,-0.790776","bedrooms":"4","price":"229000","area":"396"} , +{"type":"Feature","id":"n203187557","geometry":{"type":"Point","coordinates":[-0.7840856,50.9883648]},"properties":{"@type":"node","@id":203187557,"@timestamp":1199279520},"coords":"50.9883648,-0.7840856","bedrooms":"3","price":"196000","area":"611"} , +{"type":"Feature","id":"n203187631","geometry":{"type":"Point","coordinates":[-0.7793365,50.9841703]},"properties":{"@type":"node","@id":203187631,"@timestamp":1199279522},"coords":"50.9841703,-0.7793365","bedrooms":"0","price":"222000","area":"417"} , +{"type":"Feature","id":"n203198604","geometry":{"type":"Point","coordinates":[-0.8004649,50.9823157]},"properties":{"@type":"node","@id":203198604,"@timestamp":1199279896},"coords":"50.9823157,-0.8004649","bedrooms":"3","price":"222000","area":"559"} , +{"type":"Feature","id":"n203198662","geometry":{"type":"Point","coordinates":[-0.7959584,50.9798891]},"properties":{"@type":"node","@id":203198662,"@timestamp":1199279897},"coords":"50.9798891,-0.7959584","bedrooms":"2","price":"184000","area":"570"} , +{"type":"Feature","id":"n203198717","geometry":{"type":"Point","coordinates":[-0.8253892,50.9760066]},"properties":{"@type":"node","@id":203198717,"@timestamp":1199279898},"coords":"50.9760066,-0.8253892","bedrooms":"0","price":"179000","area":"564"} , +{"type":"Feature","id":"n203198747","geometry":{"type":"Point","coordinates":[-0.8302943,50.9781386]},"properties":{"@type":"node","@id":203198747,"@timestamp":1199279899},"coords":"50.9781386,-0.8302943","bedrooms":"3","price":"153000","area":"587"} , +{"type":"Feature","id":"n203198860","geometry":{"type":"Point","coordinates":[-0.7885921,50.9726615]},"properties":{"@type":"node","@id":203198860,"@timestamp":1199279902},"coords":"50.9726615,-0.7885921","bedrooms":"3","price":"263000","area":"518"} , +{"type":"Feature","id":"n203198924","geometry":{"type":"Point","coordinates":[-0.8264984,50.9746547]},"properties":{"@type":"node","@id":203198924,"@timestamp":1199279903},"coords":"50.9746547,-0.8264984","bedrooms":"1","price":"177000","area":"563"} , +{"type":"Feature","id":"n203198956","geometry":{"type":"Point","coordinates":[-0.8233959,50.9731814]},"properties":{"@type":"node","@id":203198956,"@timestamp":1199279904},"coords":"50.9731814,-0.8233959","bedrooms":"4","price":"210000","area":"685"} , +{"type":"Feature","id":"n203199827","geometry":{"type":"Point","coordinates":[-0.812953,50.9837543]},"properties":{"@type":"node","@id":203199827,"@timestamp":1199279931},"coords":"50.9837543,-0.812953","bedrooms":"4","price":"205000","area":"350"} , +{"type":"Feature","id":"n203202640","geometry":{"type":"Point","coordinates":[-0.8408931,50.9913806]},"properties":{"@type":"node","@id":203202640,"@timestamp":1199280029},"coords":"50.9913806,-0.8408931","bedrooms":"3","price":"200000","area":"607"} , +{"type":"Feature","id":"n203203971","geometry":{"type":"Point","coordinates":[-0.7891034,50.9761453]},"properties":{"@type":"node","@id":203203971,"@timestamp":1199280079},"coords":"50.9761453,-0.7891034","bedrooms":"2","price":"266000","area":"570"} , +{"type":"Feature","id":"n203208120","geometry":{"type":"Point","coordinates":[-0.8015222,50.9880788]},"properties":{"@type":"node","@id":203208120,"@timestamp":1199280209},"coords":"50.9880788,-0.8015222","bedrooms":"3","price":"160000","area":"573"} , +{"type":"Feature","id":"n203208152","geometry":{"type":"Point","coordinates":[-0.8059767,50.9881655]},"properties":{"@type":"node","@id":203208152,"@timestamp":1199280210},"coords":"50.9881655,-0.8059767","bedrooms":"1","price":"173000","area":"504"} , +{"type":"Feature","id":"n203220091","geometry":{"type":"Point","coordinates":[-0.8359447,51.0047961]},"properties":{"@type":"node","@id":203220091,"@timestamp":1199280678},"coords":"51.0047961,-0.8359447","bedrooms":"1","price":"251000","area":"387"} , +{"type":"Feature","id":"n203220133","geometry":{"type":"Point","coordinates":[-0.837366,51.0030281]},"properties":{"@type":"node","@id":203220133,"@timestamp":1199280678},"coords":"51.0030281,-0.837366","bedrooms":"3","price":"256000","area":"439"} , +{"type":"Feature","id":"n203223689","geometry":{"type":"Point","coordinates":[-0.8180228,51.0046921]},"properties":{"@type":"node","@id":203223689,"@timestamp":1199280806},"coords":"51.0046921,-0.8180228","bedrooms":"1","price":"232000","area":"606"} , +{"type":"Feature","id":"n203223734","geometry":{"type":"Point","coordinates":[-0.8209607,51.0003329]},"properties":{"@type":"node","@id":203223734,"@timestamp":1199280807},"coords":"51.0003329,-0.8209607","bedrooms":"0","price":"255000","area":"401"} , +{"type":"Feature","id":"n203223773","geometry":{"type":"Point","coordinates":[-0.8202414,51.0014335]},"properties":{"@type":"node","@id":203223773,"@timestamp":1199280808},"coords":"51.0014335,-0.8202414","bedrooms":"1","price":"268000","area":"616"} , +{"type":"Feature","id":"n203232441","geometry":{"type":"Point","coordinates":[-0.8315422,50.9963551]},"properties":{"@type":"node","@id":203232441,"@timestamp":1199281102},"coords":"50.9963551,-0.8315422","bedrooms":"4","price":"182000","area":"605"} , +{"type":"Feature","id":"n203232502","geometry":{"type":"Point","coordinates":[-0.8455816,50.9978804]},"properties":{"@type":"node","@id":203232502,"@timestamp":1199281104},"coords":"50.9978804,-0.8455816","bedrooms":"1","price":"281000","area":"486"} , +{"type":"Feature","id":"n203232537","geometry":{"type":"Point","coordinates":[-0.8392812,50.9966411]},"properties":{"@type":"node","@id":203232537,"@timestamp":1199281105},"coords":"50.9966411,-0.8392812","bedrooms":"1","price":"215000","area":"408"} , +{"type":"Feature","id":"n203232565","geometry":{"type":"Point","coordinates":[-0.8431984,50.9983743]},"properties":{"@type":"node","@id":203232565,"@timestamp":1199281106},"coords":"50.9983743,-0.8431984","bedrooms":"2","price":"176000","area":"386"} , +{"type":"Feature","id":"n203232604","geometry":{"type":"Point","coordinates":[-0.8397319,50.9989637]},"properties":{"@type":"node","@id":203232604,"@timestamp":1199281107},"coords":"50.9989637,-0.8397319","bedrooms":"4","price":"223000","area":"629"} , +{"type":"Feature","id":"n203232645","geometry":{"type":"Point","coordinates":[-0.8357714,50.997759]},"properties":{"@type":"node","@id":203232645,"@timestamp":1199281107},"coords":"50.997759,-0.8357714","bedrooms":"0","price":"228000","area":"489"} , +{"type":"Feature","id":"n203232681","geometry":{"type":"Point","coordinates":[-0.829055,50.9960864]},"properties":{"@type":"node","@id":203232681,"@timestamp":1199281108},"coords":"50.9960864,-0.829055","bedrooms":"3","price":"235000","area":"362"} , +{"type":"Feature","id":"n203232723","geometry":{"type":"Point","coordinates":[-0.8288643,50.9970397]},"properties":{"@type":"node","@id":203232723,"@timestamp":1199281109},"coords":"50.9970397,-0.8288643","bedrooms":"2","price":"168000","area":"458"} , +{"type":"Feature","id":"n203238176","geometry":{"type":"Point","coordinates":[-0.8700206,50.9817784]},"properties":{"@type":"node","@id":203238176,"@timestamp":1199281301},"coords":"50.9817784,-0.8700206","bedrooms":"1","price":"233000","area":"354"} , +{"type":"Feature","id":"n203238220","geometry":{"type":"Point","coordinates":[-0.8643875,50.9887981]},"properties":{"@type":"node","@id":203238220,"@timestamp":1199281302},"coords":"50.9887981,-0.8643875","bedrooms":"4","price":"225000","area":"604"} , +{"type":"Feature","id":"n203238262","geometry":{"type":"Point","coordinates":[-0.859309,50.9960604]},"properties":{"@type":"node","@id":203238262,"@timestamp":1199281303},"coords":"50.9960604,-0.859309","bedrooms":"0","price":"296000","area":"392"} , +{"type":"Feature","id":"n203243773","geometry":{"type":"Point","coordinates":[-0.8646821,50.9617419]},"properties":{"@type":"node","@id":203243773,"@timestamp":1199281509},"coords":"50.9617419,-0.8646821","bedrooms":"3","price":"200000","area":"625"} , +{"type":"Feature","id":"n203243880","geometry":{"type":"Point","coordinates":[-0.866554,50.9552595]},"properties":{"@type":"node","@id":203243880,"@timestamp":1199281511},"coords":"50.9552595,-0.866554","bedrooms":"3","price":"273000","area":"520"} , +{"type":"Feature","id":"n203243980","geometry":{"type":"Point","coordinates":[-0.8502267,50.9624699]},"properties":{"@type":"node","@id":203243980,"@timestamp":1199281513},"coords":"50.9624699,-0.8502267","bedrooms":"0","price":"183000","area":"602"} , +{"type":"Feature","id":"n203244014","geometry":{"type":"Point","coordinates":[-0.8623249,50.9633365]},"properties":{"@type":"node","@id":203244014,"@timestamp":1199281514},"coords":"50.9633365,-0.8623249","bedrooms":"0","price":"181000","area":"490"} , +{"type":"Feature","id":"n203406462","geometry":{"type":"Point","coordinates":[-0.797605,50.9557795]},"properties":{"@type":"node","@id":203406462,"@timestamp":1199288000},"coords":"50.9557795,-0.797605","bedrooms":"4","price":"271000","area":"677"} , +{"type":"Feature","id":"n203406546","geometry":{"type":"Point","coordinates":[-0.7723688,50.9514464]},"properties":{"@type":"node","@id":203406546,"@timestamp":1199288002},"coords":"50.9514464,-0.7723688","bedrooms":"1","price":"214000","area":"438"} , +{"type":"Feature","id":"n203406678","geometry":{"type":"Point","coordinates":[-0.783323,50.9477025]},"properties":{"@type":"node","@id":203406678,"@timestamp":1199288007},"coords":"50.9477025,-0.783323","bedrooms":"0","price":"166000","area":"611"} , +{"type":"Feature","id":"n203406830","geometry":{"type":"Point","coordinates":[-0.7973537,50.9505191]},"properties":{"@type":"node","@id":203406830,"@timestamp":1199288012},"coords":"50.9505191,-0.7973537","bedrooms":"0","price":"219000","area":"557"} , +{"type":"Feature","id":"n203406919","geometry":{"type":"Point","coordinates":[-0.8248952,50.9562042]},"properties":{"@type":"node","@id":203406919,"@timestamp":1199288016},"coords":"50.9562042,-0.8248952","bedrooms":"1","price":"276000","area":"488"} , +{"type":"Feature","id":"n203429048","geometry":{"type":"Point","coordinates":[-0.945452,50.9727655]},"properties":{"@type":"node","@id":203429048,"@timestamp":1204193443},"coords":"50.9727655,-0.945452","bedrooms":"4","price":"203000","area":"515"} , +{"type":"Feature","id":"n203429081","geometry":{"type":"Point","coordinates":[-0.9410495,50.9735628]},"properties":{"@type":"node","@id":203429081,"@timestamp":1204193448},"coords":"50.9735628,-0.9410495","bedrooms":"0","price":"159000","area":"494"} , +{"type":"Feature","id":"n203429168","geometry":{"type":"Point","coordinates":[-0.9180665,50.9711709]},"properties":{"@type":"node","@id":203429168,"@timestamp":1204193452},"coords":"50.9711709,-0.9180665","bedrooms":"3","price":"186000","area":"425"} , +{"type":"Feature","id":"n203429245","geometry":{"type":"Point","coordinates":[-0.9036804,50.9718295]},"properties":{"@type":"node","@id":203429245,"@timestamp":1204193458},"coords":"50.9718295,-0.9036804","bedrooms":"2","price":"280000","area":"531"} , +{"type":"Feature","id":"n203429282","geometry":{"type":"Point","coordinates":[-0.8957074,50.9705815]},"properties":{"@type":"node","@id":203429282,"@timestamp":1204193461},"coords":"50.9705815,-0.8957074","bedrooms":"1","price":"235000","area":"462"} , +{"type":"Feature","id":"n203429415","geometry":{"type":"Point","coordinates":[-0.8859665,50.9657978]},"properties":{"@type":"node","@id":203429415,"@timestamp":1204193428},"coords":"50.9657978,-0.8859665","bedrooms":"2","price":"222000","area":"635"} , +{"type":"Feature","id":"n203429443","geometry":{"type":"Point","coordinates":[-0.8840686,50.9659104]},"properties":{"@type":"node","@id":203429443,"@timestamp":1204193440},"coords":"50.9659104,-0.8840686","bedrooms":"4","price":"163000","area":"630"} , +{"type":"Feature","id":"n203429576","geometry":{"type":"Point","coordinates":[-0.8748217,50.9614646]},"properties":{"@type":"node","@id":203429576,"@timestamp":1204193449},"coords":"50.9614646,-0.8748217","bedrooms":"0","price":"153000","area":"655"} , +{"type":"Feature","id":"n203429604","geometry":{"type":"Point","coordinates":[-0.867334,50.9633365]},"properties":{"@type":"node","@id":203429604,"@timestamp":1204193448},"coords":"50.9633365,-0.867334","bedrooms":"1","price":"197000","area":"489"} , +{"type":"Feature","id":"n203429705","geometry":{"type":"Point","coordinates":[-0.8871798,50.9600433]},"properties":{"@type":"node","@id":203429705,"@timestamp":1204193459},"coords":"50.9600433,-0.8871798","bedrooms":"3","price":"265000","area":"482"} , +{"type":"Feature","id":"n203429769","geometry":{"type":"Point","coordinates":[-0.8982553,50.9706335]},"properties":{"@type":"node","@id":203429769,"@timestamp":1204193460},"coords":"50.9706335,-0.8982553","bedrooms":"4","price":"292000","area":"631"} , +{"type":"Feature","id":"n203429810","geometry":{"type":"Point","coordinates":[-0.9162466,50.9702522]},"properties":{"@type":"node","@id":203429810,"@timestamp":1204193459},"coords":"50.9702522,-0.9162466","bedrooms":"2","price":"169000","area":"506"} , +{"type":"Feature","id":"n203432750","geometry":{"type":"Point","coordinates":[-0.8932982,50.9756947]},"properties":{"@type":"node","@id":203432750,"@timestamp":1199289106},"coords":"50.9756947,-0.8932982","bedrooms":"0","price":"161000","area":"367"} , +{"type":"Feature","id":"n203432894","geometry":{"type":"Point","coordinates":[-0.8901784,50.9780866]},"properties":{"@type":"node","@id":203432894,"@timestamp":1199289109},"coords":"50.9780866,-0.8901784","bedrooms":"3","price":"161000","area":"509"} , +{"type":"Feature","id":"n203434596","geometry":{"type":"Point","coordinates":[-0.891045,50.9740654]},"properties":{"@type":"node","@id":203434596,"@timestamp":1199289174},"coords":"50.9740654,-0.891045","bedrooms":"0","price":"255000","area":"435"} , +{"type":"Feature","id":"n203438026","geometry":{"type":"Point","coordinates":[-0.9026231,50.9872035]},"properties":{"@type":"node","@id":203438026,"@timestamp":1199289343},"coords":"50.9872035,-0.9026231","bedrooms":"1","price":"288000","area":"638"} , +{"type":"Feature","id":"n203438095","geometry":{"type":"Point","coordinates":[-0.9107695,50.9781559]},"properties":{"@type":"node","@id":203438095,"@timestamp":1199289346},"coords":"50.9781559,-0.9107695","bedrooms":"2","price":"271000","area":"552"} , +{"type":"Feature","id":"n203440816","geometry":{"type":"Point","coordinates":[-0.8962274,50.9873942]},"properties":{"@type":"node","@id":203440816,"@timestamp":1199289442},"coords":"50.9873942,-0.8962274","bedrooms":"1","price":"214000","area":"636"} , +{"type":"Feature","id":"n203452126","geometry":{"type":"Point","coordinates":[-0.9229326,50.9845733]},"properties":{"@type":"node","@id":203452126,"@timestamp":1199289863},"coords":"50.9845733,-0.9229326","bedrooms":"4","price":"195000","area":"535"} , +{"type":"Feature","id":"n203452396","geometry":{"type":"Point","coordinates":[-0.9479002,50.9854139]},"properties":{"@type":"node","@id":203452396,"@timestamp":1199289871},"coords":"50.9854139,-0.9479002","bedrooms":"3","price":"180000","area":"389"} , +{"type":"Feature","id":"n203452451","geometry":{"type":"Point","coordinates":[-0.9418598,50.98388]},"properties":{"@type":"node","@id":203452451,"@timestamp":1199289873},"coords":"50.98388,-0.9418598","bedrooms":"0","price":"243000","area":"472"} , +{"type":"Feature","id":"n203457854","geometry":{"type":"Point","coordinates":[-0.2797096,51.241355]},"properties":{"@type":"node","@id":203457854,"@timestamp":1600358584},"coords":"51.241355,-0.2797096","bedrooms":"0","price":"198000","area":"402"} , +{"type":"Feature","id":"n203460931","geometry":{"type":"Point","coordinates":[-0.8741414,50.9946435]},"properties":{"@type":"node","@id":203460931,"@timestamp":1199290217},"coords":"50.9946435,-0.8741414","bedrooms":"0","price":"281000","area":"432"} , +{"type":"Feature","id":"n203460996","geometry":{"type":"Point","coordinates":[-0.8833103,51.0022872]},"properties":{"@type":"node","@id":203460996,"@timestamp":1199290219},"coords":"51.0022872,-0.8833103","bedrooms":"2","price":"217000","area":"358"} , +{"type":"Feature","id":"n203461056","geometry":{"type":"Point","coordinates":[-0.8807278,50.9996353]},"properties":{"@type":"node","@id":203461056,"@timestamp":1199290221},"coords":"50.9996353,-0.8807278","bedrooms":"2","price":"276000","area":"670"} , +{"type":"Feature","id":"n203465560","geometry":{"type":"Point","coordinates":[-0.9078013,50.9883344]},"properties":{"@type":"node","@id":203465560,"@timestamp":1199290391},"coords":"50.9883344,-0.9078013","bedrooms":"4","price":"239000","area":"453"} , +{"type":"Feature","id":"n203465656","geometry":{"type":"Point","coordinates":[-0.9095172,50.9951115]},"properties":{"@type":"node","@id":203465656,"@timestamp":1199290393},"coords":"50.9951115,-0.9095172","bedrooms":"3","price":"185000","area":"691"} , +{"type":"Feature","id":"n203480385","geometry":{"type":"Point","coordinates":[-0.9078186,51.0120281]},"properties":{"@type":"node","@id":203480385,"@timestamp":1199291007},"coords":"51.0120281,-0.9078186","bedrooms":"1","price":"204000","area":"538"} , +{"type":"Feature","id":"n203480458","geometry":{"type":"Point","coordinates":[-0.9093005,51.0092115]},"properties":{"@type":"node","@id":203480458,"@timestamp":1199291008},"coords":"51.0092115,-0.9093005","bedrooms":"4","price":"267000","area":"527"} , +{"type":"Feature","id":"n203480572","geometry":{"type":"Point","coordinates":[-0.9163376,51.006421]},"properties":{"@type":"node","@id":203480572,"@timestamp":1199291011},"coords":"51.006421,-0.9163376","bedrooms":"4","price":"192000","area":"645"} , +{"type":"Feature","id":"n203485795","geometry":{"type":"Point","coordinates":[-1.023393,51.6039809]},"properties":{"@type":"node","@id":203485795,"@timestamp":1199291174},"coords":"51.6039809,-1.023393","bedrooms":"4","price":"185000","area":"403"} , +{"type":"Feature","id":"n203485834","geometry":{"type":"Point","coordinates":[-1.0348631,51.6090059]},"properties":{"@type":"node","@id":203485834,"@timestamp":1199291175},"coords":"51.6090059,-1.0348631","bedrooms":"3","price":"222000","area":"638"} , +{"type":"Feature","id":"n203485884","geometry":{"type":"Point","coordinates":[-1.0449427,51.6088756]},"properties":{"@type":"node","@id":203485884,"@timestamp":1199291177},"coords":"51.6088756,-1.0449427","bedrooms":"4","price":"266000","area":"355"} , +{"type":"Feature","id":"n203485923","geometry":{"type":"Point","coordinates":[-1.0485798,51.6017551]},"properties":{"@type":"node","@id":203485923,"@timestamp":1199291178},"coords":"51.6017551,-1.0485798","bedrooms":"3","price":"246000","area":"472"} , +{"type":"Feature","id":"n203485988","geometry":{"type":"Point","coordinates":[-1.0502776,51.5982351]},"properties":{"@type":"node","@id":203485988,"@timestamp":1199291179},"coords":"51.5982351,-1.0502776","bedrooms":"3","price":"296000","area":"502"} , +{"type":"Feature","id":"n203486049","geometry":{"type":"Point","coordinates":[-1.0483415,51.595211]},"properties":{"@type":"node","@id":203486049,"@timestamp":1199291181},"coords":"51.595211,-1.0483415","bedrooms":"3","price":"293000","area":"573"} , +{"type":"Feature","id":"n203486085","geometry":{"type":"Point","coordinates":[-1.0422839,51.5922638]},"properties":{"@type":"node","@id":203486085,"@timestamp":1199291183},"coords":"51.5922638,-1.0422839","bedrooms":"4","price":"187000","area":"619"} , +{"type":"Feature","id":"n203486119","geometry":{"type":"Point","coordinates":[-1.0374768,51.5914983]},"properties":{"@type":"node","@id":203486119,"@timestamp":1199291184},"coords":"51.5914983,-1.0374768","bedrooms":"0","price":"289000","area":"570"} , +{"type":"Feature","id":"n203486191","geometry":{"type":"Point","coordinates":[-1.0299036,51.589335]},"properties":{"@type":"node","@id":203486191,"@timestamp":1199291186},"coords":"51.589335,-1.0299036","bedrooms":"4","price":"201000","area":"580"} , +{"type":"Feature","id":"n203486250","geometry":{"type":"Point","coordinates":[-1.0285495,51.5985361]},"properties":{"@type":"node","@id":203486250,"@timestamp":1199291188},"coords":"51.5985361,-1.0285495","bedrooms":"3","price":"250000","area":"506"} , +{"type":"Feature","id":"n203500200","geometry":{"type":"Point","coordinates":[-1.0256606,51.5989293]},"properties":{"@type":"node","@id":203500200,"@timestamp":1199291691},"coords":"51.5989293,-1.0256606","bedrooms":"2","price":"210000","area":"369"} , +{"type":"Feature","id":"n203608139","geometry":{"type":"Point","coordinates":[-0.0385142,51.5169024]},"properties":{"@type":"node","@id":203608139,"@timestamp":1624727912},"coords":"51.5169024,-0.0385142","bedrooms":"0","price":"208000","area":"401"} , +{"type":"Feature","id":"n203788666","geometry":{"type":"Point","coordinates":[-0.1654853,51.1820683]},"properties":{"@type":"node","@id":203788666,"@timestamp":1206993227},"coords":"51.1820683,-0.1654853","bedrooms":"3","price":"162000","area":"356"} , +{"type":"Feature","id":"n203788843","geometry":{"type":"Point","coordinates":[-0.1798862,51.1752391]},"properties":{"@type":"node","@id":203788843,"@timestamp":1199303492},"coords":"51.1752391,-0.1798862","bedrooms":"0","price":"185000","area":"425"} , +{"type":"Feature","id":"n203790206","geometry":{"type":"Point","coordinates":[-1.0985449,51.2634101]},"properties":{"@type":"node","@id":203790206,"@timestamp":1349018857},"coords":"51.2634101,-1.0985449","bedrooms":"3","price":"280000","area":"481"} , +{"type":"Feature","id":"n203801743","geometry":{"type":"Point","coordinates":[-1.1049316,51.2650731]},"properties":{"@type":"node","@id":203801743,"@timestamp":1199304104},"coords":"51.2650731,-1.1049316","bedrooms":"3","price":"263000","area":"524"} , +{"type":"Feature","id":"n203927232","geometry":{"type":"Point","coordinates":[-0.470432,51.4455973]},"properties":{"@type":"node","@id":203927232,"@timestamp":1249127583},"coords":"51.4455973,-0.470432","bedrooms":"1","price":"264000","area":"666"} , +{"type":"Feature","id":"n204874937","geometry":{"type":"Point","coordinates":[-0.2757051,51.8211801]},"properties":{"@type":"node","@id":204874937,"@timestamp":1199353768},"coords":"51.8211801,-0.2757051","bedrooms":"2","price":"167000","area":"519"} , +{"type":"Feature","id":"n204877808","geometry":{"type":"Point","coordinates":[-0.282475,51.8316166]},"properties":{"@type":"node","@id":204877808,"@timestamp":1199354065},"coords":"51.8316166,-0.282475","bedrooms":"3","price":"199000","area":"549"} , +{"type":"Feature","id":"n205086881","geometry":{"type":"Point","coordinates":[0.1874051,51.0485633]},"properties":{"@type":"node","@id":205086881,"@timestamp":1352666826},"coords":"51.0485633,0.1874051","bedrooms":"4","price":"172000","area":"370"} , +{"type":"Feature","id":"n205112941","geometry":{"type":"Point","coordinates":[-0.4795722,51.0142979]},"properties":{"@type":"node","@id":205112941,"@timestamp":1199370983},"coords":"51.0142979,-0.4795722","bedrooms":"3","price":"267000","area":"409"} , +{"type":"Feature","id":"n205118961","geometry":{"type":"Point","coordinates":[-0.4951242,51.0096739]},"properties":{"@type":"node","@id":205118961,"@timestamp":1199371441},"coords":"51.0096739,-0.4951242","bedrooms":"4","price":"255000","area":"449"} , +{"type":"Feature","id":"n205259022","geometry":{"type":"Point","coordinates":[-0.0911021,51.7261921]},"properties":{"@type":"node","@id":205259022,"@timestamp":1199379948},"coords":"51.7261921,-0.0911021","bedrooms":"4","price":"271000","area":"493"} , +{"type":"Feature","id":"n205262508","geometry":{"type":"Point","coordinates":[-0.0922286,51.7237306]},"properties":{"@type":"node","@id":205262508,"@timestamp":1199380193},"coords":"51.7237306,-0.0922286","bedrooms":"3","price":"175000","area":"517"} , +{"type":"Feature","id":"n205266388","geometry":{"type":"Point","coordinates":[-0.0922411,51.724232]},"properties":{"@type":"node","@id":205266388,"@timestamp":1212002797},"coords":"51.724232,-0.0922411","bedrooms":"0","price":"297000","area":"649"} , +{"type":"Feature","id":"n205379486","geometry":{"type":"Point","coordinates":[0.1083022,51.2431427]},"properties":{"@type":"node","@id":205379486,"@timestamp":1199393476},"coords":"51.2431427,0.1083022","bedrooms":"2","price":"279000","area":"488"} , +{"type":"Feature","id":"n205386848","geometry":{"type":"Point","coordinates":[0.0425883,51.2502861]},"properties":{"@type":"node","@id":205386848,"@timestamp":1199477734},"coords":"51.2502861,0.0425883","bedrooms":"2","price":"273000","area":"540"} , +{"type":"Feature","id":"n205389321","geometry":{"type":"Point","coordinates":[0.0167396,51.3103164]},"properties":{"@type":"node","@id":205389321,"@timestamp":1199488723},"coords":"51.3103164,0.0167396","bedrooms":"1","price":"236000","area":"660"} , +{"type":"Feature","id":"n205401983","geometry":{"type":"Point","coordinates":[-0.104002,51.2733782]},"properties":{"@type":"node","@id":205401983,"@timestamp":1199911560},"coords":"51.2733782,-0.104002","bedrooms":"3","price":"176000","area":"513"} , +{"type":"Feature","id":"n205402917","geometry":{"type":"Point","coordinates":[-0.0334714,51.2914213]},"properties":{"@type":"node","@id":205402917,"@timestamp":1199488523},"coords":"51.2914213,-0.0334714","bedrooms":"0","price":"150000","area":"353"} , +{"type":"Feature","id":"n205418767","geometry":{"type":"Point","coordinates":[-0.166182,51.1821117]},"properties":{"@type":"node","@id":205418767,"@timestamp":1206993225},"coords":"51.1821117,-0.166182","bedrooms":"2","price":"198000","area":"524"} , +{"type":"Feature","id":"n205464258","geometry":{"type":"Point","coordinates":[-0.179916,51.0970938]},"properties":{"@type":"node","@id":205464258,"@timestamp":1199838534},"coords":"51.0970938,-0.179916","bedrooms":"4","price":"231000","area":"474"} , +{"type":"Feature","id":"n205464350","geometry":{"type":"Point","coordinates":[-0.1776788,51.10205]},"properties":{"@type":"node","@id":205464350,"@timestamp":1199400127},"coords":"51.10205,-0.1776788","bedrooms":"3","price":"249000","area":"470"} , +{"type":"Feature","id":"n205464418","geometry":{"type":"Point","coordinates":[-0.1817184,51.1070053]},"properties":{"@type":"node","@id":205464418,"@timestamp":1199838421},"coords":"51.1070053,-0.1817184","bedrooms":"1","price":"221000","area":"367"} , +{"type":"Feature","id":"n205496470","geometry":{"type":"Point","coordinates":[-1.1054017,51.2639038]},"properties":{"@type":"node","@id":205496470,"@timestamp":1386176770},"coords":"51.2639038,-1.1054017","bedrooms":"1","price":"264000","area":"620"} , +{"type":"Feature","id":"n205538363","geometry":{"type":"Point","coordinates":[-0.3595667,51.4124559]},"properties":{"@type":"node","@id":205538363,"@timestamp":1199408335},"coords":"51.4124559,-0.3595667","bedrooms":"4","price":"210000","area":"380"} , +{"type":"Feature","id":"n205560051","geometry":{"type":"Point","coordinates":[-0.3615658,51.4126348]},"properties":{"@type":"node","@id":205560051,"@timestamp":1199409059},"coords":"51.4126348,-0.3615658","bedrooms":"1","price":"267000","area":"694"} , +{"type":"Feature","id":"n206123305","geometry":{"type":"Point","coordinates":[-0.6891153,51.2170009]},"properties":{"@type":"node","@id":206123305,"@timestamp":1199452058},"coords":"51.2170009,-0.6891153","bedrooms":"2","price":"283000","area":"639"} , +{"type":"Feature","id":"n206130091","geometry":{"type":"Point","coordinates":[-0.6911044,51.2160308]},"properties":{"@type":"node","@id":206130091,"@timestamp":1212395718},"coords":"51.2160308,-0.6911044","bedrooms":"0","price":"159000","area":"697"} , +{"type":"Feature","id":"n206140373","geometry":{"type":"Point","coordinates":[-0.3638816,51.4136838]},"properties":{"@type":"node","@id":206140373,"@timestamp":1199463522},"coords":"51.4136838,-0.3638816","bedrooms":"4","price":"167000","area":"449"} , +{"type":"Feature","id":"n206140685","geometry":{"type":"Point","coordinates":[-0.364221,51.4154895]},"properties":{"@type":"node","@id":206140685,"@timestamp":1199463718},"coords":"51.4154895,-0.364221","bedrooms":"1","price":"299000","area":"412"} , +{"type":"Feature","id":"n206143761","geometry":{"type":"Point","coordinates":[-0.1731635,51.1800034]},"properties":{"@type":"node","@id":206143761,"@timestamp":1199464605},"coords":"51.1800034,-0.1731635","bedrooms":"4","price":"296000","area":"643"} , +{"type":"Feature","id":"n206143862","geometry":{"type":"Point","coordinates":[-0.3639639,51.4156458]},"properties":{"@type":"node","@id":206143862,"@timestamp":1199464714},"coords":"51.4156458,-0.3639639","bedrooms":"1","price":"234000","area":"358"} , +{"type":"Feature","id":"n206144050","geometry":{"type":"Point","coordinates":[-0.3643711,51.4157939]},"properties":{"@type":"node","@id":206144050,"@timestamp":1199464865},"coords":"51.4157939,-0.3643711","bedrooms":"3","price":"207000","area":"668"} , +{"type":"Feature","id":"n206144584","geometry":{"type":"Point","coordinates":[-0.3653275,51.4147964]},"properties":{"@type":"node","@id":206144584,"@timestamp":1199465106},"coords":"51.4147964,-0.3653275","bedrooms":"0","price":"154000","area":"354"} , +{"type":"Feature","id":"n206145161","geometry":{"type":"Point","coordinates":[-0.1581402,51.5667427]},"properties":{"@type":"node","@id":206145161,"@timestamp":1199465350},"coords":"51.5667427,-0.1581402","bedrooms":"0","price":"259000","area":"469"} , +{"type":"Feature","id":"n206145536","geometry":{"type":"Point","coordinates":[-0.3644365,51.4128227]},"properties":{"@type":"node","@id":206145536,"@timestamp":1624877166},"coords":"51.4128227,-0.3644365","bedrooms":"1","price":"248000","area":"683"} , +{"type":"Feature","id":"n206146461","geometry":{"type":"Point","coordinates":[-0.3659918,51.413114]},"properties":{"@type":"node","@id":206146461,"@timestamp":1199465845},"coords":"51.413114,-0.3659918","bedrooms":"1","price":"155000","area":"504"} , +{"type":"Feature","id":"n206147106","geometry":{"type":"Point","coordinates":[-0.3698554,51.415067]},"properties":{"@type":"node","@id":206147106,"@timestamp":1605257607},"coords":"51.415067,-0.3698554","bedrooms":"2","price":"228000","area":"496"} , +{"type":"Feature","id":"n206148695","geometry":{"type":"Point","coordinates":[-0.3694512,51.413583]},"properties":{"@type":"node","@id":206148695,"@timestamp":1199467193},"coords":"51.413583,-0.3694512","bedrooms":"2","price":"226000","area":"548"} , +{"type":"Feature","id":"n206149216","geometry":{"type":"Point","coordinates":[-0.3709999,51.4137784]},"properties":{"@type":"node","@id":206149216,"@timestamp":1199467510},"coords":"51.4137784,-0.3709999","bedrooms":"0","price":"299000","area":"578"} , +{"type":"Feature","id":"n206149587","geometry":{"type":"Point","coordinates":[-0.369698,51.4138277]},"properties":{"@type":"node","@id":206149587,"@timestamp":1199467842},"coords":"51.4138277,-0.369698","bedrooms":"2","price":"154000","area":"465"} , +{"type":"Feature","id":"n206150774","geometry":{"type":"Point","coordinates":[0.1715769,51.239656]},"properties":{"@type":"node","@id":206150774,"@timestamp":1345234176},"coords":"51.239656,0.1715769","bedrooms":"3","price":"187000","area":"399"} , +{"type":"Feature","id":"n206159374","geometry":{"type":"Point","coordinates":[0.0091323,51.2395711]},"properties":{"@type":"node","@id":206159374,"@timestamp":1606524897},"coords":"51.2395711,0.0091323","bedrooms":"2","price":"273000","area":"382"} , +{"type":"Feature","id":"n206160243","geometry":{"type":"Point","coordinates":[0.0043326,51.2484177]},"properties":{"@type":"node","@id":206160243,"@timestamp":1606350327},"coords":"51.2484177,0.0043326","bedrooms":"1","price":"192000","area":"590"} , +{"type":"Feature","id":"n206167494","geometry":{"type":"Point","coordinates":[-0.3428371,51.2719103]},"properties":{"@type":"node","@id":206167494,"@timestamp":1359068568},"coords":"51.2719103,-0.3428371","bedrooms":"0","price":"228000","area":"597"} , +{"type":"Feature","id":"n206171383","geometry":{"type":"Point","coordinates":[0.2278262,51.503816]},"properties":{"@type":"node","@id":206171383,"@timestamp":1496238871},"coords":"51.503816,0.2278262","bedrooms":"2","price":"213000","area":"422"} , +{"type":"Feature","id":"n206206130","geometry":{"type":"Point","coordinates":[-0.1300476,51.3588876]},"properties":{"@type":"node","@id":206206130,"@timestamp":1203123605},"coords":"51.3588876,-0.1300476","bedrooms":"3","price":"163000","area":"501"} , +{"type":"Feature","id":"n206206145","geometry":{"type":"Point","coordinates":[-0.1251712,51.3595248]},"properties":{"@type":"node","@id":206206145,"@timestamp":1199511014},"coords":"51.3595248,-0.1251712","bedrooms":"2","price":"169000","area":"591"} , +{"type":"Feature","id":"n206206155","geometry":{"type":"Point","coordinates":[-0.1248079,51.3586052]},"properties":{"@type":"node","@id":206206155,"@timestamp":1199511015},"coords":"51.3586052,-0.1248079","bedrooms":"1","price":"291000","area":"559"} , +{"type":"Feature","id":"n206206177","geometry":{"type":"Point","coordinates":[-0.1276622,51.358137]},"properties":{"@type":"node","@id":206206177,"@timestamp":1199511016},"coords":"51.358137,-0.1276622","bedrooms":"1","price":"155000","area":"685"} , +{"type":"Feature","id":"n206206187","geometry":{"type":"Point","coordinates":[-0.1283723,51.3592243]},"properties":{"@type":"node","@id":206206187,"@timestamp":1199511017},"coords":"51.3592243,-0.1283723","bedrooms":"3","price":"267000","area":"482"} , +{"type":"Feature","id":"n206206200","geometry":{"type":"Point","coordinates":[-0.1280494,51.3593783]},"properties":{"@type":"node","@id":206206200,"@timestamp":1199511018},"coords":"51.3593783,-0.1280494","bedrooms":"0","price":"178000","area":"485"} , +{"type":"Feature","id":"n206232927","geometry":{"type":"Point","coordinates":[-0.1211819,51.2207936]},"properties":{"@type":"node","@id":206232927,"@timestamp":1620666062},"coords":"51.2207936,-0.1211819","bedrooms":"1","price":"241000","area":"673"} , +{"type":"Feature","id":"n206247625","geometry":{"type":"Point","coordinates":[-0.4084569,51.2210832]},"properties":{"@type":"node","@id":206247625,"@timestamp":1199538076},"coords":"51.2210832,-0.4084569","bedrooms":"0","price":"298000","area":"507"} , +{"type":"Feature","id":"n206248103","geometry":{"type":"Point","coordinates":[-0.3874434,51.2189119]},"properties":{"@type":"node","@id":206248103,"@timestamp":1199538252},"coords":"51.2189119,-0.3874434","bedrooms":"0","price":"292000","area":"591"} , +{"type":"Feature","id":"n206305427","geometry":{"type":"Point","coordinates":[-0.0715244,51.4795241]},"properties":{"@type":"node","@id":206305427,"@timestamp":1330808367},"coords":"51.4795241,-0.0715244","bedrooms":"4","price":"173000","area":"545"} , +{"type":"Feature","id":"n206344802","geometry":{"type":"Point","coordinates":[-0.9044394,51.8328566]},"properties":{"@type":"node","@id":206344802,"@timestamp":1199560506},"coords":"51.8328566,-0.9044394","bedrooms":"0","price":"252000","area":"585"} , +{"type":"Feature","id":"n206344826","geometry":{"type":"Point","coordinates":[-0.910893,51.8831955]},"properties":{"@type":"node","@id":206344826,"@timestamp":1199560509},"coords":"51.8831955,-0.910893","bedrooms":"2","price":"242000","area":"596"} , +{"type":"Feature","id":"n206344839","geometry":{"type":"Point","coordinates":[-0.9098596,51.8853956]},"properties":{"@type":"node","@id":206344839,"@timestamp":1199560510},"coords":"51.8853956,-0.9098596","bedrooms":"0","price":"276000","area":"605"} , +{"type":"Feature","id":"n206344850","geometry":{"type":"Point","coordinates":[-0.9158568,51.8816372]},"properties":{"@type":"node","@id":206344850,"@timestamp":1199560511},"coords":"51.8816372,-0.9158568","bedrooms":"4","price":"150000","area":"403"} , +{"type":"Feature","id":"n206344862","geometry":{"type":"Point","coordinates":[-0.9160596,51.8753995]},"properties":{"@type":"node","@id":206344862,"@timestamp":1199560512},"coords":"51.8753995,-0.9160596","bedrooms":"2","price":"260000","area":"607"} , +{"type":"Feature","id":"n206350473","geometry":{"type":"Point","coordinates":[-0.1250083,51.3108809]},"properties":{"@type":"node","@id":206350473,"@timestamp":1580231243},"coords":"51.3108809,-0.1250083","bedrooms":"2","price":"219000","area":"372"} , +{"type":"Feature","id":"n206358175","geometry":{"type":"Point","coordinates":[-0.3186722,51.2368192]},"properties":{"@type":"node","@id":206358175,"@timestamp":1422061721},"coords":"51.2368192,-0.3186722","bedrooms":"4","price":"298000","area":"480"} , +{"type":"Feature","id":"n206360107","geometry":{"type":"Point","coordinates":[-0.0513683,51.6733527]},"properties":{"@type":"node","@id":206360107,"@timestamp":1199566039},"coords":"51.6733527,-0.0513683","bedrooms":"0","price":"291000","area":"551"} , +{"type":"Feature","id":"n206360130","geometry":{"type":"Point","coordinates":[-0.0500266,51.6820054]},"properties":{"@type":"node","@id":206360130,"@timestamp":1199566041},"coords":"51.6820054,-0.0500266","bedrooms":"4","price":"254000","area":"638"} , +{"type":"Feature","id":"n206360149","geometry":{"type":"Point","coordinates":[-0.0356702,51.6821095]},"properties":{"@type":"node","@id":206360149,"@timestamp":1199566043},"coords":"51.6821095,-0.0356702","bedrooms":"0","price":"255000","area":"617"} , +{"type":"Feature","id":"n206360197","geometry":{"type":"Point","coordinates":[-0.0410158,51.6757155]},"properties":{"@type":"node","@id":206360197,"@timestamp":1209333569},"coords":"51.6757155,-0.0410158","bedrooms":"3","price":"275000","area":"555"} , +{"type":"Feature","id":"n206361462","geometry":{"type":"Point","coordinates":[-0.2024619,51.3169218]},"properties":{"@type":"node","@id":206361462,"@timestamp":1335080380},"coords":"51.3169218,-0.2024619","bedrooms":"4","price":"215000","area":"390"} , +{"type":"Feature","id":"n206378527","geometry":{"type":"Point","coordinates":[-0.2103609,51.0989903]},"properties":{"@type":"node","@id":206378527,"@timestamp":1199573565},"coords":"51.0989903,-0.2103609","bedrooms":"1","price":"203000","area":"638"} , +{"type":"Feature","id":"n206378575","geometry":{"type":"Point","coordinates":[-0.2089321,51.0975703]},"properties":{"@type":"node","@id":206378575,"@timestamp":1199573571},"coords":"51.0975703,-0.2089321","bedrooms":"0","price":"160000","area":"434"} , +{"type":"Feature","id":"n206378587","geometry":{"type":"Point","coordinates":[-0.2105209,51.0990195]},"properties":{"@type":"node","@id":206378587,"@timestamp":1416406384},"coords":"51.0990195,-0.2105209","bedrooms":"3","price":"269000","area":"564"} , +{"type":"Feature","id":"n206379308","geometry":{"type":"Point","coordinates":[-0.1570809,51.1120682]},"properties":{"@type":"node","@id":206379308,"@timestamp":1199573972},"coords":"51.1120682,-0.1570809","bedrooms":"4","price":"150000","area":"457"} , +{"type":"Feature","id":"n206379321","geometry":{"type":"Point","coordinates":[-0.1570404,51.1115296]},"properties":{"@type":"node","@id":206379321,"@timestamp":1199573973},"coords":"51.1115296,-0.1570404","bedrooms":"3","price":"298000","area":"644"} , +{"type":"Feature","id":"n206380518","geometry":{"type":"Point","coordinates":[-0.1511026,51.1008177]},"properties":{"@type":"node","@id":206380518,"@timestamp":1199574578},"coords":"51.1008177,-0.1511026","bedrooms":"3","price":"287000","area":"427"} , +{"type":"Feature","id":"n206380542","geometry":{"type":"Point","coordinates":[-0.1506254,51.1010934]},"properties":{"@type":"node","@id":206380542,"@timestamp":1199574580},"coords":"51.1010934,-0.1506254","bedrooms":"1","price":"172000","area":"400"} , +{"type":"Feature","id":"n206891798","geometry":{"type":"Point","coordinates":[-0.3027517,51.3743521]},"properties":{"@type":"node","@id":206891798,"@timestamp":1386280954},"coords":"51.3743521,-0.3027517","bedrooms":"1","price":"230000","area":"539"} , +{"type":"Feature","id":"n206992382","geometry":{"type":"Point","coordinates":[-0.4960568,51.5253149]},"properties":{"@type":"node","@id":206992382,"@timestamp":1605633836},"coords":"51.5253149,-0.4960568","bedrooms":"3","price":"190000","area":"696"} , +{"type":"Feature","id":"n207005659","geometry":{"type":"Point","coordinates":[-0.1977374,51.9267381]},"properties":{"@type":"node","@id":207005659,"@timestamp":1199620217},"coords":"51.9267381,-0.1977374","bedrooms":"1","price":"278000","area":"571"} , +{"type":"Feature","id":"n207005689","geometry":{"type":"Point","coordinates":[-0.1974871,51.9256392]},"properties":{"@type":"node","@id":207005689,"@timestamp":1199620218},"coords":"51.9256392,-0.1974871","bedrooms":"2","price":"212000","area":"376"} , +{"type":"Feature","id":"n207005731","geometry":{"type":"Point","coordinates":[-0.2025952,51.9243538]},"properties":{"@type":"node","@id":207005731,"@timestamp":1206895411},"coords":"51.9243538,-0.2025952","bedrooms":"2","price":"284000","area":"467"} , +{"type":"Feature","id":"n207024604","geometry":{"type":"Point","coordinates":[-0.1966305,51.9205174]},"properties":{"@type":"node","@id":207024604,"@timestamp":1199621461},"coords":"51.9205174,-0.1966305","bedrooms":"4","price":"200000","area":"690"} , +{"type":"Feature","id":"n207024658","geometry":{"type":"Point","coordinates":[-0.1994299,51.9226504]},"properties":{"@type":"node","@id":207024658,"@timestamp":1199621463},"coords":"51.9226504,-0.1994299","bedrooms":"4","price":"158000","area":"490"} , +{"type":"Feature","id":"n207032744","geometry":{"type":"Point","coordinates":[-0.2212085,51.926904]},"properties":{"@type":"node","@id":207032744,"@timestamp":1209824980},"coords":"51.926904,-0.2212085","bedrooms":"1","price":"164000","area":"600"} , +{"type":"Feature","id":"n207093318","geometry":{"type":"Point","coordinates":[-0.1473032,51.1054035]},"properties":{"@type":"node","@id":207093318,"@timestamp":1199639641},"coords":"51.1054035,-0.1473032","bedrooms":"0","price":"289000","area":"387"} , +{"type":"Feature","id":"n207108270","geometry":{"type":"Point","coordinates":[-0.599769,51.2590806]},"properties":{"@type":"node","@id":207108270,"@timestamp":1199630004},"coords":"51.2590806,-0.599769","bedrooms":"1","price":"168000","area":"576"} , +{"type":"Feature","id":"n207108625","geometry":{"type":"Point","coordinates":[-0.598396,51.2638018]},"properties":{"@type":"node","@id":207108625,"@timestamp":1199630038},"coords":"51.2638018,-0.598396","bedrooms":"3","price":"161000","area":"606"} , +{"type":"Feature","id":"n207109178","geometry":{"type":"Point","coordinates":[-0.5976756,51.2580881]},"properties":{"@type":"node","@id":207109178,"@timestamp":1199630172},"coords":"51.2580881,-0.5976756","bedrooms":"3","price":"252000","area":"490"} , +{"type":"Feature","id":"n207111130","geometry":{"type":"Point","coordinates":[-0.6002542,51.2614079]},"properties":{"@type":"node","@id":207111130,"@timestamp":1199630396},"coords":"51.2614079,-0.6002542","bedrooms":"1","price":"295000","area":"661"} , +{"type":"Feature","id":"n207111325","geometry":{"type":"Point","coordinates":[-0.5983155,51.2592388]},"properties":{"@type":"node","@id":207111325,"@timestamp":1279902637},"coords":"51.2592388,-0.5983155","bedrooms":"3","price":"164000","area":"483"} , +{"type":"Feature","id":"n207117134","geometry":{"type":"Point","coordinates":[0.3236756,51.4934716]},"properties":{"@type":"node","@id":207117134,"@timestamp":1330808369},"coords":"51.4934716,0.3236756","bedrooms":"3","price":"240000","area":"567"} , +{"type":"Feature","id":"n207124091","geometry":{"type":"Point","coordinates":[-0.4079039,51.4675602]},"properties":{"@type":"node","@id":207124091,"@timestamp":1199631701},"coords":"51.4675602,-0.4079039","bedrooms":"3","price":"155000","area":"623"} , +{"type":"Feature","id":"n207124111","geometry":{"type":"Point","coordinates":[-0.4073451,51.4669631]},"properties":{"@type":"node","@id":207124111,"@timestamp":1199631702},"coords":"51.4669631,-0.4073451","bedrooms":"2","price":"254000","area":"398"} , +{"type":"Feature","id":"n207124127","geometry":{"type":"Point","coordinates":[-0.4064394,51.4664111]},"properties":{"@type":"node","@id":207124127,"@timestamp":1199631703},"coords":"51.4664111,-0.4064394","bedrooms":"3","price":"190000","area":"666"} , +{"type":"Feature","id":"n207124143","geometry":{"type":"Point","coordinates":[-0.404709,51.4655369]},"properties":{"@type":"node","@id":207124143,"@timestamp":1199631704},"coords":"51.4655369,-0.404709","bedrooms":"1","price":"176000","area":"532"} , +{"type":"Feature","id":"n207124163","geometry":{"type":"Point","coordinates":[-0.4034608,51.4645253]},"properties":{"@type":"node","@id":207124163,"@timestamp":1199631705},"coords":"51.4645253,-0.4034608","bedrooms":"3","price":"281000","area":"523"} , +{"type":"Feature","id":"n207124177","geometry":{"type":"Point","coordinates":[-0.4029065,51.4637232]},"properties":{"@type":"node","@id":207124177,"@timestamp":1199631705},"coords":"51.4637232,-0.4029065","bedrooms":"4","price":"214000","area":"543"} , +{"type":"Feature","id":"n207124254","geometry":{"type":"Point","coordinates":[-0.4040236,51.459726]},"properties":{"@type":"node","@id":207124254,"@timestamp":1601562057},"coords":"51.459726,-0.4040236","bedrooms":"2","price":"242000","area":"489"} , +{"type":"Feature","id":"n207124274","geometry":{"type":"Point","coordinates":[-0.4049116,51.4595516]},"properties":{"@type":"node","@id":207124274,"@timestamp":1601562057},"coords":"51.4595516,-0.4049116","bedrooms":"0","price":"163000","area":"416"} , +{"type":"Feature","id":"n207124340","geometry":{"type":"Point","coordinates":[-0.3925513,51.4532982]},"properties":{"@type":"node","@id":207124340,"@timestamp":1199631714},"coords":"51.4532982,-0.3925513","bedrooms":"4","price":"215000","area":"401"} , +{"type":"Feature","id":"n207124459","geometry":{"type":"Point","coordinates":[-0.3877883,51.4495333]},"properties":{"@type":"node","@id":207124459,"@timestamp":1199631718},"coords":"51.4495333,-0.3877883","bedrooms":"4","price":"170000","area":"560"} , +{"type":"Feature","id":"n207124660","geometry":{"type":"Point","coordinates":[-0.400676,51.4567792]},"properties":{"@type":"node","@id":207124660,"@timestamp":1199631725},"coords":"51.4567792,-0.400676","bedrooms":"2","price":"294000","area":"617"} , +{"type":"Feature","id":"n207124695","geometry":{"type":"Point","coordinates":[-0.392664,51.4526876]},"properties":{"@type":"node","@id":207124695,"@timestamp":1199631726},"coords":"51.4526876,-0.392664","bedrooms":"2","price":"197000","area":"376"} , +{"type":"Feature","id":"n207133712","geometry":{"type":"Point","coordinates":[-0.3925018,51.4513988]},"properties":{"@type":"node","@id":207133712,"@timestamp":1199632878},"coords":"51.4513988,-0.3925018","bedrooms":"1","price":"210000","area":"484"} , +{"type":"Feature","id":"n207134892","geometry":{"type":"Point","coordinates":[-0.5972232,51.2622088]},"properties":{"@type":"node","@id":207134892,"@timestamp":1199633376},"coords":"51.2622088,-0.5972232","bedrooms":"0","price":"208000","area":"355"} , +{"type":"Feature","id":"n207139276","geometry":{"type":"Point","coordinates":[-0.4015181,51.4553576]},"properties":{"@type":"node","@id":207139276,"@timestamp":1199634104},"coords":"51.4553576,-0.4015181","bedrooms":"1","price":"276000","area":"380"} , +{"type":"Feature","id":"n207141595","geometry":{"type":"Point","coordinates":[-0.0699321,51.4734122]},"properties":{"@type":"node","@id":207141595,"@timestamp":1531692185},"coords":"51.4734122,-0.0699321","bedrooms":"4","price":"153000","area":"372"} , +{"type":"Feature","id":"n207170726","geometry":{"type":"Point","coordinates":[-0.3093205,51.4238953]},"properties":{"@type":"node","@id":207170726,"@timestamp":1321728394},"coords":"51.4238953,-0.3093205","bedrooms":"3","price":"152000","area":"563"} , +{"type":"Feature","id":"n207221651","geometry":{"type":"Point","coordinates":[-0.1491563,51.1018978]},"properties":{"@type":"node","@id":207221651,"@timestamp":1199639597},"coords":"51.1018978,-0.1491563","bedrooms":"3","price":"298000","area":"528"} , +{"type":"Feature","id":"n207221723","geometry":{"type":"Point","coordinates":[-0.1487943,51.1025539]},"properties":{"@type":"node","@id":207221723,"@timestamp":1199639599},"coords":"51.1025539,-0.1487943","bedrooms":"0","price":"226000","area":"381"} , +{"type":"Feature","id":"n207221902","geometry":{"type":"Point","coordinates":[-0.1478824,51.1027582]},"properties":{"@type":"node","@id":207221902,"@timestamp":1199639604},"coords":"51.1027582,-0.1478824","bedrooms":"0","price":"178000","area":"583"} , +{"type":"Feature","id":"n207221994","geometry":{"type":"Point","coordinates":[-0.1510323,51.1034977]},"properties":{"@type":"node","@id":207221994,"@timestamp":1199639606},"coords":"51.1034977,-0.1510323","bedrooms":"0","price":"241000","area":"453"} , +{"type":"Feature","id":"n207222081","geometry":{"type":"Point","coordinates":[-0.1507792,51.1027928]},"properties":{"@type":"node","@id":207222081,"@timestamp":1199639609},"coords":"51.1027928,-0.1507792","bedrooms":"3","price":"276000","area":"692"} , +{"type":"Feature","id":"n207222196","geometry":{"type":"Point","coordinates":[-0.1475223,51.1035836]},"properties":{"@type":"node","@id":207222196,"@timestamp":1199639613},"coords":"51.1035836,-0.1475223","bedrooms":"3","price":"267000","area":"568"} , +{"type":"Feature","id":"n207222255","geometry":{"type":"Point","coordinates":[-0.1489698,51.1038018]},"properties":{"@type":"node","@id":207222255,"@timestamp":1199639615},"coords":"51.1038018,-0.1489698","bedrooms":"3","price":"193000","area":"363"} , +{"type":"Feature","id":"n207222367","geometry":{"type":"Point","coordinates":[-0.1479999,51.1048652]},"properties":{"@type":"node","@id":207222367,"@timestamp":1199639618},"coords":"51.1048652,-0.1479999","bedrooms":"0","price":"188000","area":"474"} , +{"type":"Feature","id":"n207222519","geometry":{"type":"Point","coordinates":[-0.148427,51.1058445]},"properties":{"@type":"node","@id":207222519,"@timestamp":1199639622},"coords":"51.1058445,-0.148427","bedrooms":"0","price":"295000","area":"645"} , +{"type":"Feature","id":"n207225899","geometry":{"type":"Point","coordinates":[-0.3529022,51.4244114]},"properties":{"@type":"node","@id":207225899,"@timestamp":1239383840},"coords":"51.4244114,-0.3529022","bedrooms":"1","price":"281000","area":"620"} , +{"type":"Feature","id":"n207254105","geometry":{"type":"Point","coordinates":[-0.4011847,51.4506712]},"properties":{"@type":"node","@id":207254105,"@timestamp":1199640928},"coords":"51.4506712,-0.4011847","bedrooms":"0","price":"289000","area":"692"} , +{"type":"Feature","id":"n207283628","geometry":{"type":"Point","coordinates":[-0.993227,51.9799632]},"properties":{"@type":"node","@id":207283628,"@timestamp":1199642077},"coords":"51.9799632,-0.993227","bedrooms":"4","price":"261000","area":"417"} , +{"type":"Feature","id":"n207323499","geometry":{"type":"Point","coordinates":[0.2495775,51.5087578]},"properties":{"@type":"node","@id":207323499,"@timestamp":1217013211},"coords":"51.5087578,0.2495775","bedrooms":"0","price":"248000","area":"358"} , +{"type":"Feature","id":"n207323563","geometry":{"type":"Point","coordinates":[0.2412491,51.5104945]},"properties":{"@type":"node","@id":207323563,"@timestamp":1199643610},"coords":"51.5104945,0.2412491","bedrooms":"2","price":"158000","area":"560"} , +{"type":"Feature","id":"n207323587","geometry":{"type":"Point","coordinates":[0.2417336,51.5105572]},"properties":{"@type":"node","@id":207323587,"@timestamp":1199643611},"coords":"51.5105572,0.2417336","bedrooms":"1","price":"151000","area":"631"} , +{"type":"Feature","id":"n207352094","geometry":{"type":"Point","coordinates":[0.2782415,51.4828554]},"properties":{"@type":"node","@id":207352094,"@timestamp":1199644468},"coords":"51.4828554,0.2782415","bedrooms":"3","price":"198000","area":"453"} , +{"type":"Feature","id":"n207358796","geometry":{"type":"Point","coordinates":[-1.0093942,51.9677427]},"properties":{"@type":"node","@id":207358796,"@timestamp":1199644665},"coords":"51.9677427,-1.0093942","bedrooms":"4","price":"204000","area":"412"} , +{"type":"Feature","id":"n207359323","geometry":{"type":"Point","coordinates":[-1.0165021,51.9585003]},"properties":{"@type":"node","@id":207359323,"@timestamp":1199644680},"coords":"51.9585003,-1.0165021","bedrooms":"4","price":"162000","area":"406"} , +{"type":"Feature","id":"n207513563","geometry":{"type":"Point","coordinates":[-0.1688741,51.5066413]},"properties":{"@type":"node","@id":207513563,"@timestamp":1351116457},"coords":"51.5066413,-0.1688741","bedrooms":"2","price":"183000","area":"360"} , +{"type":"Feature","id":"n207554833","geometry":{"type":"Point","coordinates":[-0.0672539,51.4736067]},"properties":{"@type":"node","@id":207554833,"@timestamp":1567546091},"coords":"51.4736067,-0.0672539","bedrooms":"2","price":"184000","area":"450"} , +{"type":"Feature","id":"n207560963","geometry":{"type":"Point","coordinates":[-0.8599653,51.8833967]},"properties":{"@type":"node","@id":207560963,"@timestamp":1199653259},"coords":"51.8833967,-0.8599653","bedrooms":"2","price":"244000","area":"362"} , +{"type":"Feature","id":"n207561002","geometry":{"type":"Point","coordinates":[-0.8928419,51.8827269]},"properties":{"@type":"node","@id":207561002,"@timestamp":1199653261},"coords":"51.8827269,-0.8928419","bedrooms":"2","price":"219000","area":"615"} , +{"type":"Feature","id":"n207561017","geometry":{"type":"Point","coordinates":[-0.8865404,51.8953073]},"properties":{"@type":"node","@id":207561017,"@timestamp":1199653263},"coords":"51.8953073,-0.8865404","bedrooms":"4","price":"223000","area":"387"} , +{"type":"Feature","id":"n207631298","geometry":{"type":"Point","coordinates":[-0.1558361,51.5026335]},"properties":{"@type":"node","@id":207631298,"@timestamp":1600955816},"coords":"51.5026335,-0.1558361","bedrooms":"2","price":"268000","area":"472"} , +{"type":"Feature","id":"n208461927","geometry":{"type":"Point","coordinates":[0.2612714,51.5287405]},"properties":{"@type":"node","@id":208461927,"@timestamp":1199710269},"coords":"51.5287405,0.2612714","bedrooms":"2","price":"218000","area":"579"} , +{"type":"Feature","id":"n208461949","geometry":{"type":"Point","coordinates":[0.2599121,51.5259398]},"properties":{"@type":"node","@id":208461949,"@timestamp":1199710270},"coords":"51.5259398,0.2599121","bedrooms":"0","price":"205000","area":"549"} , +{"type":"Feature","id":"n208461987","geometry":{"type":"Point","coordinates":[0.2601436,51.5227656]},"properties":{"@type":"node","@id":208461987,"@timestamp":1199710272},"coords":"51.5227656,0.2601436","bedrooms":"0","price":"171000","area":"599"} , +{"type":"Feature","id":"n208462381","geometry":{"type":"Point","coordinates":[0.2635194,51.5257232]},"properties":{"@type":"node","@id":208462381,"@timestamp":1199710295},"coords":"51.5257232,0.2635194","bedrooms":"0","price":"153000","area":"583"} , +{"type":"Feature","id":"n208546999","geometry":{"type":"Point","coordinates":[-0.3668,51.4245349]},"properties":{"@type":"node","@id":208546999,"@timestamp":1604921391},"coords":"51.4245349,-0.3668","bedrooms":"2","price":"287000","area":"583"} , +{"type":"Feature","id":"n208635851","geometry":{"type":"Point","coordinates":[-0.5246092,51.6241122]},"properties":{"@type":"node","@id":208635851,"@timestamp":1205084806},"coords":"51.6241122,-0.5246092","bedrooms":"3","price":"202000","area":"571"} , +{"type":"Feature","id":"n208706673","geometry":{"type":"Point","coordinates":[-0.1658249,51.1718917]},"properties":{"@type":"node","@id":208706673,"@timestamp":1199730450},"coords":"51.1718917,-0.1658249","bedrooms":"0","price":"176000","area":"697"} , +{"type":"Feature","id":"n208706740","geometry":{"type":"Point","coordinates":[-0.1414919,51.1553049]},"properties":{"@type":"node","@id":208706740,"@timestamp":1199730452},"coords":"51.1553049,-0.1414919","bedrooms":"4","price":"274000","area":"619"} , +{"type":"Feature","id":"n208706796","geometry":{"type":"Point","coordinates":[-0.1392174,51.1551976]},"properties":{"@type":"node","@id":208706796,"@timestamp":1199730453},"coords":"51.1551976,-0.1392174","bedrooms":"0","price":"239000","area":"541"} , +{"type":"Feature","id":"n208707099","geometry":{"type":"Point","coordinates":[-0.1539245,51.1661391]},"properties":{"@type":"node","@id":208707099,"@timestamp":1199730460},"coords":"51.1661391,-0.1539245","bedrooms":"4","price":"152000","area":"674"} , +{"type":"Feature","id":"n208707313","geometry":{"type":"Point","coordinates":[-0.1499462,51.167407]},"properties":{"@type":"node","@id":208707313,"@timestamp":1199730465},"coords":"51.167407,-0.1499462","bedrooms":"3","price":"299000","area":"448"} , +{"type":"Feature","id":"n208707689","geometry":{"type":"Point","coordinates":[-0.1443458,51.1666346]},"properties":{"@type":"node","@id":208707689,"@timestamp":1199730475},"coords":"51.1666346,-0.1443458","bedrooms":"1","price":"203000","area":"586"} , +{"type":"Feature","id":"n208707778","geometry":{"type":"Point","coordinates":[-0.149951,51.1628382]},"properties":{"@type":"node","@id":208707778,"@timestamp":1199730477},"coords":"51.1628382,-0.149951","bedrooms":"1","price":"299000","area":"590"} , +{"type":"Feature","id":"n208707820","geometry":{"type":"Point","coordinates":[-0.1494145,51.162409]},"properties":{"@type":"node","@id":208707820,"@timestamp":1199730478},"coords":"51.162409,-0.1494145","bedrooms":"3","price":"262000","area":"580"} , +{"type":"Feature","id":"n208707903","geometry":{"type":"Point","coordinates":[-0.1532292,51.1621928]},"properties":{"@type":"node","@id":208707903,"@timestamp":1199730481},"coords":"51.1621928,-0.1532292","bedrooms":"4","price":"235000","area":"635"} , +{"type":"Feature","id":"n208707979","geometry":{"type":"Point","coordinates":[-0.1591301,51.1703467]},"properties":{"@type":"node","@id":208707979,"@timestamp":1199730485},"coords":"51.1703467,-0.1591301","bedrooms":"2","price":"252000","area":"433"} , +{"type":"Feature","id":"n208708301","geometry":{"type":"Point","coordinates":[-0.1594305,51.1672139]},"properties":{"@type":"node","@id":208708301,"@timestamp":1199730495},"coords":"51.1672139,-0.1594305","bedrooms":"4","price":"205000","area":"633"} , +{"type":"Feature","id":"n208708343","geometry":{"type":"Point","coordinates":[-0.157137,51.1665817]},"properties":{"@type":"node","@id":208708343,"@timestamp":1206788401},"coords":"51.1665817,-0.157137","bedrooms":"0","price":"292000","area":"510"} , +{"type":"Feature","id":"n208708556","geometry":{"type":"Point","coordinates":[-0.1655889,51.1731792]},"properties":{"@type":"node","@id":208708556,"@timestamp":1199730501},"coords":"51.1731792,-0.1655889","bedrooms":"4","price":"296000","area":"657"} , +{"type":"Feature","id":"n208708622","geometry":{"type":"Point","coordinates":[-0.1670051,51.1729646]},"properties":{"@type":"node","@id":208708622,"@timestamp":1199730503},"coords":"51.1729646,-0.1670051","bedrooms":"2","price":"215000","area":"513"} , +{"type":"Feature","id":"n208709447","geometry":{"type":"Point","coordinates":[-0.3811352,51.7255496]},"properties":{"@type":"node","@id":208709447,"@timestamp":1626360231},"coords":"51.7255496,-0.3811352","bedrooms":"2","price":"196000","area":"591"} , +{"type":"Feature","id":"n208839676","geometry":{"type":"Point","coordinates":[-0.2595516,51.7120435]},"properties":{"@type":"node","@id":208839676,"@timestamp":1603027204},"coords":"51.7120435,-0.2595516","bedrooms":"2","price":"207000","area":"579"} , +{"type":"Feature","id":"n208842788","geometry":{"type":"Point","coordinates":[-0.2893402,51.7113738]},"properties":{"@type":"node","@id":208842788,"@timestamp":1626442481},"coords":"51.7113738,-0.2893402","bedrooms":"4","price":"275000","area":"634"} , +{"type":"Feature","id":"n208845208","geometry":{"type":"Point","coordinates":[-0.2581198,51.7282964]},"properties":{"@type":"node","@id":208845208,"@timestamp":1616094279},"coords":"51.7282964,-0.2581198","bedrooms":"1","price":"195000","area":"364"} , +{"type":"Feature","id":"n208871053","geometry":{"type":"Point","coordinates":[-0.216207,51.6857132]},"properties":{"@type":"node","@id":208871053,"@timestamp":1202771632},"coords":"51.6857132,-0.216207","bedrooms":"4","price":"232000","area":"616"} , +{"type":"Feature","id":"n208876821","geometry":{"type":"Point","coordinates":[-0.1913762,51.6857877]},"properties":{"@type":"node","@id":208876821,"@timestamp":1202771632},"coords":"51.6857877,-0.1913762","bedrooms":"3","price":"194000","area":"550"} , +{"type":"Feature","id":"n208882403","geometry":{"type":"Point","coordinates":[-0.173738,51.6818871]},"properties":{"@type":"node","@id":208882403,"@timestamp":1207998528},"coords":"51.6818871,-0.173738","bedrooms":"0","price":"229000","area":"483"} , +{"type":"Feature","id":"n208883395","geometry":{"type":"Point","coordinates":[-0.1504264,51.6848991]},"properties":{"@type":"node","@id":208883395,"@timestamp":1205062171},"coords":"51.6848991,-0.1504264","bedrooms":"4","price":"172000","area":"449"} , +{"type":"Feature","id":"n208892295","geometry":{"type":"Point","coordinates":[-0.1231512,51.6969013]},"properties":{"@type":"node","@id":208892295,"@timestamp":1202771746},"coords":"51.6969013,-0.1231512","bedrooms":"2","price":"257000","area":"485"} , +{"type":"Feature","id":"n208893946","geometry":{"type":"Point","coordinates":[-0.084639,51.721659]},"properties":{"@type":"node","@id":208893946,"@timestamp":1202771746},"coords":"51.721659,-0.084639","bedrooms":"4","price":"253000","area":"675"} , +{"type":"Feature","id":"n209068143","geometry":{"type":"Point","coordinates":[-0.3615266,51.4145638]},"properties":{"@type":"node","@id":209068143,"@timestamp":1199743985},"coords":"51.4145638,-0.3615266","bedrooms":"0","price":"174000","area":"694"} , +{"type":"Feature","id":"n209257702","geometry":{"type":"Point","coordinates":[-1.1145173,51.243923]},"properties":{"@type":"node","@id":209257702,"@timestamp":1593034874},"coords":"51.243923,-1.1145173","bedrooms":"4","price":"183000","area":"586"} , +{"type":"Feature","id":"n210299347","geometry":{"type":"Point","coordinates":[0.2592794,50.9891591]},"properties":{"@type":"node","@id":210299347,"@timestamp":1200260025},"coords":"50.9891591,0.2592794","bedrooms":"1","price":"186000","area":"534"} , +{"type":"Feature","id":"n210418887","geometry":{"type":"Point","coordinates":[-0.2559838,51.6640256]},"properties":{"@type":"node","@id":210418887,"@timestamp":1615754891},"coords":"51.6640256,-0.2559838","bedrooms":"1","price":"196000","area":"375"} , +{"type":"Feature","id":"n210704265","geometry":{"type":"Point","coordinates":[-0.4993154,51.052652]},"properties":{"@type":"node","@id":210704265,"@timestamp":1199804167},"coords":"51.052652,-0.4993154","bedrooms":"2","price":"214000","area":"439"} , +{"type":"Feature","id":"n210704308","geometry":{"type":"Point","coordinates":[-0.4948563,51.0576114]},"properties":{"@type":"node","@id":210704308,"@timestamp":1199804168},"coords":"51.0576114,-0.4948563","bedrooms":"3","price":"175000","area":"608"} , +{"type":"Feature","id":"n210704345","geometry":{"type":"Point","coordinates":[-0.4901639,51.0643136]},"properties":{"@type":"node","@id":210704345,"@timestamp":1199804169},"coords":"51.0643136,-0.4901639","bedrooms":"4","price":"283000","area":"489"} , +{"type":"Feature","id":"n210733806","geometry":{"type":"Point","coordinates":[-0.4928853,51.8122747]},"properties":{"@type":"node","@id":210733806,"@timestamp":1479032518},"coords":"51.8122747,-0.4928853","bedrooms":"1","price":"257000","area":"654"} , +{"type":"Feature","id":"n210759593","geometry":{"type":"Point","coordinates":[-0.3344134,51.5840987]},"properties":{"@type":"node","@id":210759593,"@timestamp":1623107983},"coords":"51.5840987,-0.3344134","bedrooms":"4","price":"268000","area":"562"} , +{"type":"Feature","id":"n210937558","geometry":{"type":"Point","coordinates":[-0.5025342,51.8394505]},"properties":{"@type":"node","@id":210937558,"@timestamp":1384085468},"coords":"51.8394505,-0.5025342","bedrooms":"4","price":"263000","area":"616"} , +{"type":"Feature","id":"n210945851","geometry":{"type":"Point","coordinates":[0.2902984,51.5520175]},"properties":{"@type":"node","@id":210945851,"@timestamp":1205064693},"coords":"51.5520175,0.2902984","bedrooms":"3","price":"259000","area":"536"} , +{"type":"Feature","id":"n210966638","geometry":{"type":"Point","coordinates":[0.2853512,51.5737346]},"properties":{"@type":"node","@id":210966638,"@timestamp":1487027946},"coords":"51.5737346,0.2853512","bedrooms":"4","price":"274000","area":"454"} , +{"type":"Feature","id":"n211161421","geometry":{"type":"Point","coordinates":[-0.4165672,51.6420662]},"properties":{"@type":"node","@id":211161421,"@timestamp":1262720446},"coords":"51.6420662,-0.4165672","bedrooms":"4","price":"174000","area":"674"} , +{"type":"Feature","id":"n211418208","geometry":{"type":"Point","coordinates":[-0.3061295,51.3158545]},"properties":{"@type":"node","@id":211418208,"@timestamp":1537265838},"coords":"51.3158545,-0.3061295","bedrooms":"1","price":"237000","area":"637"} , +{"type":"Feature","id":"n211661121","geometry":{"type":"Point","coordinates":[-0.1690833,51.1103564]},"properties":{"@type":"node","@id":211661121,"@timestamp":1322662383},"coords":"51.1103564,-0.1690833","bedrooms":"2","price":"177000","area":"555"} , +{"type":"Feature","id":"n211820848","geometry":{"type":"Point","coordinates":[-0.3642936,51.4248994]},"properties":{"@type":"node","@id":211820848,"@timestamp":1199844543},"coords":"51.4248994,-0.3642936","bedrooms":"2","price":"262000","area":"436"} , +{"type":"Feature","id":"n212520245","geometry":{"type":"Point","coordinates":[-0.4687444,51.6396109]},"properties":{"@type":"node","@id":212520245,"@timestamp":1344542136},"coords":"51.6396109,-0.4687444","bedrooms":"2","price":"245000","area":"502"} , +{"type":"Feature","id":"n212851017","geometry":{"type":"Point","coordinates":[-0.4707948,51.6385138]},"properties":{"@type":"node","@id":212851017,"@timestamp":1636123994},"coords":"51.6385138,-0.4707948","bedrooms":"1","price":"233000","area":"564"} , +{"type":"Feature","id":"n212935636","geometry":{"type":"Point","coordinates":[-0.1456118,51.1750674]},"properties":{"@type":"node","@id":212935636,"@timestamp":1199884724},"coords":"51.1750674,-0.1456118","bedrooms":"0","price":"168000","area":"427"} , +{"type":"Feature","id":"n212935684","geometry":{"type":"Point","coordinates":[-0.1459122,51.1757541]},"properties":{"@type":"node","@id":212935684,"@timestamp":1199884725},"coords":"51.1757541,-0.1459122","bedrooms":"4","price":"168000","area":"567"} , +{"type":"Feature","id":"n212936843","geometry":{"type":"Point","coordinates":[-0.1467932,51.1758498]},"properties":{"@type":"node","@id":212936843,"@timestamp":1199884766},"coords":"51.1758498,-0.1467932","bedrooms":"4","price":"290000","area":"482"} , +{"type":"Feature","id":"n212936927","geometry":{"type":"Point","coordinates":[-0.147822,51.1745711]},"properties":{"@type":"node","@id":212936927,"@timestamp":1199884769},"coords":"51.1745711,-0.147822","bedrooms":"1","price":"171000","area":"674"} , +{"type":"Feature","id":"n212937094","geometry":{"type":"Point","coordinates":[-0.1545382,51.1751318]},"properties":{"@type":"node","@id":212937094,"@timestamp":1199884774},"coords":"51.1751318,-0.1545382","bedrooms":"4","price":"173000","area":"502"} , +{"type":"Feature","id":"n212937243","geometry":{"type":"Point","coordinates":[-0.1497316,51.1790371]},"properties":{"@type":"node","@id":212937243,"@timestamp":1199884777},"coords":"51.1790371,-0.1497316","bedrooms":"1","price":"297000","area":"388"} , +{"type":"Feature","id":"n212937287","geometry":{"type":"Point","coordinates":[-0.1479506,51.179359]},"properties":{"@type":"node","@id":212937287,"@timestamp":1199884778},"coords":"51.179359,-0.1479506","bedrooms":"3","price":"175000","area":"437"} , +{"type":"Feature","id":"n212937332","geometry":{"type":"Point","coordinates":[-0.1489592,51.1794662]},"properties":{"@type":"node","@id":212937332,"@timestamp":1199884779},"coords":"51.1794662,-0.1489592","bedrooms":"2","price":"271000","area":"366"} , +{"type":"Feature","id":"n212937383","geometry":{"type":"Point","coordinates":[-0.150547,51.1804104]},"properties":{"@type":"node","@id":212937383,"@timestamp":1199884780},"coords":"51.1804104,-0.150547","bedrooms":"1","price":"236000","area":"355"} , +{"type":"Feature","id":"n212937431","geometry":{"type":"Point","coordinates":[-0.1502037,51.1791229]},"properties":{"@type":"node","@id":212937431,"@timestamp":1199884781},"coords":"51.1791229,-0.1502037","bedrooms":"3","price":"150000","area":"672"} , +{"type":"Feature","id":"n212937474","geometry":{"type":"Point","coordinates":[-0.1500535,51.1774492]},"properties":{"@type":"node","@id":212937474,"@timestamp":1199884782},"coords":"51.1774492,-0.1500535","bedrooms":"3","price":"290000","area":"609"} , +{"type":"Feature","id":"n212937519","geometry":{"type":"Point","coordinates":[-0.1488519,51.177299]},"properties":{"@type":"node","@id":212937519,"@timestamp":1199884784},"coords":"51.177299,-0.1488519","bedrooms":"2","price":"271000","area":"692"} , +{"type":"Feature","id":"n212937578","geometry":{"type":"Point","coordinates":[-0.1505685,51.1766768]},"properties":{"@type":"node","@id":212937578,"@timestamp":1199884785},"coords":"51.1766768,-0.1505685","bedrooms":"4","price":"169000","area":"661"} , +{"type":"Feature","id":"n212937616","geometry":{"type":"Point","coordinates":[-0.149796,51.1772132]},"properties":{"@type":"node","@id":212937616,"@timestamp":1199884786},"coords":"51.1772132,-0.149796","bedrooms":"3","price":"154000","area":"541"} , +{"type":"Feature","id":"n212937658","geometry":{"type":"Point","coordinates":[-0.151577,51.1781144]},"properties":{"@type":"node","@id":212937658,"@timestamp":1199884787},"coords":"51.1781144,-0.151577","bedrooms":"4","price":"170000","area":"351"} , +{"type":"Feature","id":"n212938070","geometry":{"type":"Point","coordinates":[-0.1726484,51.1774278]},"properties":{"@type":"node","@id":212938070,"@timestamp":1199884797},"coords":"51.1774278,-0.1726484","bedrooms":"4","price":"208000","area":"614"} , +{"type":"Feature","id":"n212938133","geometry":{"type":"Point","coordinates":[-0.1718545,51.1774707]},"properties":{"@type":"node","@id":212938133,"@timestamp":1199884798},"coords":"51.1774707,-0.1718545","bedrooms":"4","price":"282000","area":"473"} , +{"type":"Feature","id":"n212938218","geometry":{"type":"Point","coordinates":[-0.1744294,51.1775351]},"properties":{"@type":"node","@id":212938218,"@timestamp":1199884798},"coords":"51.1775351,-0.1744294","bedrooms":"1","price":"199000","area":"372"} , +{"type":"Feature","id":"n212938254","geometry":{"type":"Point","coordinates":[-0.1737576,51.1769673]},"properties":{"@type":"node","@id":212938254,"@timestamp":1199884799},"coords":"51.1769673,-0.1737576","bedrooms":"1","price":"164000","area":"352"} , +{"type":"Feature","id":"n212938292","geometry":{"type":"Point","coordinates":[-0.1749464,51.1768055]},"properties":{"@type":"node","@id":212938292,"@timestamp":1199884800},"coords":"51.1768055,-0.1749464","bedrooms":"3","price":"281000","area":"574"} , +{"type":"Feature","id":"n213018997","geometry":{"type":"Point","coordinates":[-0.2933559,51.6675356]},"properties":{"@type":"node","@id":213018997,"@timestamp":1199887327},"coords":"51.6675356,-0.2933559","bedrooms":"3","price":"278000","area":"367"} , +{"type":"Feature","id":"n213200661","geometry":{"type":"Point","coordinates":[-0.5096879,51.0030165]},"properties":{"@type":"node","@id":213200661,"@timestamp":1395580286},"coords":"51.0030165,-0.5096879","bedrooms":"2","price":"286000","area":"390"} , +{"type":"Feature","id":"n213305717","geometry":{"type":"Point","coordinates":[-0.6347956,51.2502564]},"properties":{"@type":"node","@id":213305717,"@timestamp":1534670491},"coords":"51.2502564,-0.6347956","bedrooms":"1","price":"235000","area":"672"} , +{"type":"Feature","id":"n213337640","geometry":{"type":"Point","coordinates":[0.3324058,51.1976903]},"properties":{"@type":"node","@id":213337640,"@timestamp":1199900863},"coords":"51.1976903,0.3324058","bedrooms":"0","price":"281000","area":"444"} , +{"type":"Feature","id":"n213337652","geometry":{"type":"Point","coordinates":[0.388168,51.205706]},"properties":{"@type":"node","@id":213337652,"@timestamp":1207954590},"coords":"51.205706,0.388168","bedrooms":"2","price":"266000","area":"486"} , +{"type":"Feature","id":"n213427964","geometry":{"type":"Point","coordinates":[-0.4757699,51.2474205]},"properties":{"@type":"node","@id":213427964,"@timestamp":1199904030},"coords":"51.2474205,-0.4757699","bedrooms":"0","price":"261000","area":"379"} , +{"type":"Feature","id":"n213434772","geometry":{"type":"Point","coordinates":[-0.4680412,51.4461381]},"properties":{"@type":"node","@id":213434772,"@timestamp":1199904328},"coords":"51.4461381,-0.4680412","bedrooms":"0","price":"157000","area":"436"} , +{"type":"Feature","id":"n213522689","geometry":{"type":"Point","coordinates":[-1.1073767,51.2421797]},"properties":{"@type":"node","@id":213522689,"@timestamp":1600170116},"coords":"51.2421797,-1.1073767","bedrooms":"3","price":"164000","area":"487"} , +{"type":"Feature","id":"n213643653","geometry":{"type":"Point","coordinates":[-0.0619539,51.2723513]},"properties":{"@type":"node","@id":213643653,"@timestamp":1628374043},"coords":"51.2723513,-0.0619539","bedrooms":"2","price":"187000","area":"552"} , +{"type":"Feature","id":"n213732419","geometry":{"type":"Point","coordinates":[-0.3176115,51.6640873]},"properties":{"@type":"node","@id":213732419,"@timestamp":1605203992},"coords":"51.6640873,-0.3176115","bedrooms":"0","price":"238000","area":"371"} , +{"type":"Feature","id":"n213735833","geometry":{"type":"Point","coordinates":[-0.3150702,51.6620592]},"properties":{"@type":"node","@id":213735833,"@timestamp":1605203992},"coords":"51.6620592,-0.3150702","bedrooms":"2","price":"181000","area":"393"} , +{"type":"Feature","id":"n213817855","geometry":{"type":"Point","coordinates":[-0.1627573,51.1153987]},"properties":{"@type":"node","@id":213817855,"@timestamp":1220297593},"coords":"51.1153987,-0.1627573","bedrooms":"1","price":"206000","area":"531"} , +{"type":"Feature","id":"n213817895","geometry":{"type":"Point","coordinates":[-0.1654075,51.0947781]},"properties":{"@type":"node","@id":213817895,"@timestamp":1402505173},"coords":"51.0947781,-0.1654075","bedrooms":"4","price":"261000","area":"563"} , +{"type":"Feature","id":"n213818195","geometry":{"type":"Point","coordinates":[-0.1978865,51.092252]},"properties":{"@type":"node","@id":213818195,"@timestamp":1199918931},"coords":"51.092252,-0.1978865","bedrooms":"0","price":"182000","area":"416"} , +{"type":"Feature","id":"n213818354","geometry":{"type":"Point","coordinates":[-0.1970817,51.0917841]},"properties":{"@type":"node","@id":213818354,"@timestamp":1199918935},"coords":"51.0917841,-0.1970817","bedrooms":"2","price":"195000","area":"581"} , +{"type":"Feature","id":"n213818601","geometry":{"type":"Point","coordinates":[-0.2031223,51.090871]},"properties":{"@type":"node","@id":213818601,"@timestamp":1199918941},"coords":"51.090871,-0.2031223","bedrooms":"0","price":"288000","area":"526"} , +{"type":"Feature","id":"n213841127","geometry":{"type":"Point","coordinates":[-0.1993641,51.0997446]},"properties":{"@type":"node","@id":213841127,"@timestamp":1199919759},"coords":"51.0997446,-0.1993641","bedrooms":"3","price":"254000","area":"399"} , +{"type":"Feature","id":"n213841180","geometry":{"type":"Point","coordinates":[-0.1902353,51.0978739]},"properties":{"@type":"node","@id":213841180,"@timestamp":1199919760},"coords":"51.0978739,-0.1902353","bedrooms":"4","price":"153000","area":"570"} , +{"type":"Feature","id":"n213867727","geometry":{"type":"Point","coordinates":[-0.2017796,51.1007328]},"properties":{"@type":"node","@id":213867727,"@timestamp":1199920706},"coords":"51.1007328,-0.2017796","bedrooms":"2","price":"294000","area":"420"} , +{"type":"Feature","id":"n213867801","geometry":{"type":"Point","coordinates":[-0.2082026,51.1017411]},"properties":{"@type":"node","@id":213867801,"@timestamp":1199920708},"coords":"51.1017411,-0.2082026","bedrooms":"3","price":"171000","area":"540"} , +{"type":"Feature","id":"n213867858","geometry":{"type":"Point","coordinates":[-0.2077172,51.1008869]},"properties":{"@type":"node","@id":213867858,"@timestamp":1199920710},"coords":"51.1008869,-0.2077172","bedrooms":"2","price":"229000","area":"532"} , +{"type":"Feature","id":"n213867898","geometry":{"type":"Point","coordinates":[-0.2030919,51.0995703]},"properties":{"@type":"node","@id":213867898,"@timestamp":1199920711},"coords":"51.0995703,-0.2030919","bedrooms":"3","price":"299000","area":"555"} , +{"type":"Feature","id":"n213867995","geometry":{"type":"Point","coordinates":[-0.2031666,51.0981867]},"properties":{"@type":"node","@id":213867995,"@timestamp":1199920715},"coords":"51.0981867,-0.2031666","bedrooms":"1","price":"249000","area":"518"} , +{"type":"Feature","id":"n213868098","geometry":{"type":"Point","coordinates":[-0.200389,51.0963047]},"properties":{"@type":"node","@id":213868098,"@timestamp":1199920717},"coords":"51.0963047,-0.200389","bedrooms":"2","price":"198000","area":"434"} , +{"type":"Feature","id":"n213868226","geometry":{"type":"Point","coordinates":[-0.2015087,51.0978529]},"properties":{"@type":"node","@id":213868226,"@timestamp":1199920721},"coords":"51.0978529,-0.2015087","bedrooms":"4","price":"163000","area":"554"} , +{"type":"Feature","id":"n213883714","geometry":{"type":"Point","coordinates":[-0.3432515,51.5956659]},"properties":{"@type":"node","@id":213883714,"@timestamp":1474582497},"coords":"51.5956659,-0.3432515","bedrooms":"4","price":"246000","area":"474"} , +{"type":"Feature","id":"n213947291","geometry":{"type":"Point","coordinates":[-0.2068878,51.0969674]},"properties":{"@type":"node","@id":213947291,"@timestamp":1199923411},"coords":"51.0969674,-0.2068878","bedrooms":"0","price":"151000","area":"665"} , +{"type":"Feature","id":"n213947605","geometry":{"type":"Point","coordinates":[-0.2032006,51.1161801]},"properties":{"@type":"node","@id":213947605,"@timestamp":1199923439},"coords":"51.1161801,-0.2032006","bedrooms":"4","price":"164000","area":"590"} , +{"type":"Feature","id":"n213947657","geometry":{"type":"Point","coordinates":[-0.2055407,51.1176209]},"properties":{"@type":"node","@id":213947657,"@timestamp":1199923443},"coords":"51.1176209,-0.2055407","bedrooms":"0","price":"221000","area":"390"} , +{"type":"Feature","id":"n213947690","geometry":{"type":"Point","coordinates":[-0.2055897,51.1188613]},"properties":{"@type":"node","@id":213947690,"@timestamp":1199923445},"coords":"51.1188613,-0.2055897","bedrooms":"2","price":"255000","area":"533"} , +{"type":"Feature","id":"n213947743","geometry":{"type":"Point","coordinates":[-0.2054673,51.1193947]},"properties":{"@type":"node","@id":213947743,"@timestamp":1243890536},"coords":"51.1193947,-0.2054673","bedrooms":"4","price":"238000","area":"476"} , +{"type":"Feature","id":"n213947792","geometry":{"type":"Point","coordinates":[-0.2042289,51.1179952]},"properties":{"@type":"node","@id":213947792,"@timestamp":1199923450},"coords":"51.1179952,-0.2042289","bedrooms":"4","price":"153000","area":"605"} , +{"type":"Feature","id":"n213947899","geometry":{"type":"Point","coordinates":[-0.2044251,51.1168469]},"properties":{"@type":"node","@id":213947899,"@timestamp":1199923456},"coords":"51.1168469,-0.2044251","bedrooms":"1","price":"208000","area":"673"} , +{"type":"Feature","id":"n213947987","geometry":{"type":"Point","coordinates":[-0.2016654,51.1170507]},"properties":{"@type":"node","@id":213947987,"@timestamp":1199923461},"coords":"51.1170507,-0.2016654","bedrooms":"1","price":"185000","area":"518"} , +{"type":"Feature","id":"n213948031","geometry":{"type":"Point","coordinates":[-0.1987351,51.1174105]},"properties":{"@type":"node","@id":213948031,"@timestamp":1199923464},"coords":"51.1174105,-0.1987351","bedrooms":"1","price":"259000","area":"417"} , +{"type":"Feature","id":"n213948080","geometry":{"type":"Point","coordinates":[-0.2009759,51.1145932]},"properties":{"@type":"node","@id":213948080,"@timestamp":1199923466},"coords":"51.1145932,-0.2009759","bedrooms":"4","price":"173000","area":"486"} , +{"type":"Feature","id":"n213948135","geometry":{"type":"Point","coordinates":[-0.193881,51.1137055]},"properties":{"@type":"node","@id":213948135,"@timestamp":1199923469},"coords":"51.1137055,-0.193881","bedrooms":"3","price":"187000","area":"536"} , +{"type":"Feature","id":"n213948239","geometry":{"type":"Point","coordinates":[-0.2010959,51.1151479]},"properties":{"@type":"node","@id":213948239,"@timestamp":1199923474},"coords":"51.1151479,-0.2010959","bedrooms":"3","price":"190000","area":"632"} , +{"type":"Feature","id":"n213948294","geometry":{"type":"Point","coordinates":[-0.2034947,51.1194687]},"properties":{"@type":"node","@id":213948294,"@timestamp":1257237816},"coords":"51.1194687,-0.2034947","bedrooms":"3","price":"213000","area":"362"} , +{"type":"Feature","id":"n214441981","geometry":{"type":"Point","coordinates":[-0.3453845,51.5530201]},"properties":{"@type":"node","@id":214441981,"@timestamp":1199941356},"coords":"51.5530201,-0.3453845","bedrooms":"1","price":"191000","area":"366"} , +{"type":"Feature","id":"n214453692","geometry":{"type":"Point","coordinates":[-0.3370515,51.5730475]},"properties":{"@type":"node","@id":214453692,"@timestamp":1594915315},"coords":"51.5730475,-0.3370515","bedrooms":"1","price":"248000","area":"447"} , +{"type":"Feature","id":"n214470647","geometry":{"type":"Point","coordinates":[-0.3442259,51.5674754]},"properties":{"@type":"node","@id":214470647,"@timestamp":1199942410},"coords":"51.5674754,-0.3442259","bedrooms":"2","price":"200000","area":"361"} , +{"type":"Feature","id":"n215809322","geometry":{"type":"Point","coordinates":[-0.3703002,51.5767143]},"properties":{"@type":"node","@id":215809322,"@timestamp":1483342104},"coords":"51.5767143,-0.3703002","bedrooms":"1","price":"241000","area":"529"} , +{"type":"Feature","id":"n215998869","geometry":{"type":"Point","coordinates":[-0.1532189,51.1111961]},"properties":{"@type":"node","@id":215998869,"@timestamp":1200258656},"coords":"51.1111961,-0.1532189","bedrooms":"0","price":"187000","area":"446"} , +{"type":"Feature","id":"n215998930","geometry":{"type":"Point","coordinates":[-0.1471614,51.1110266]},"properties":{"@type":"node","@id":215998930,"@timestamp":1200239405},"coords":"51.1110266,-0.1471614","bedrooms":"4","price":"259000","area":"454"} , +{"type":"Feature","id":"n215999366","geometry":{"type":"Point","coordinates":[-0.1481677,51.1105742]},"properties":{"@type":"node","@id":215999366,"@timestamp":1199994051},"coords":"51.1105742,-0.1481677","bedrooms":"3","price":"214000","area":"510"} , +{"type":"Feature","id":"n215999459","geometry":{"type":"Point","coordinates":[-0.1486255,51.1067591]},"properties":{"@type":"node","@id":215999459,"@timestamp":1199994053},"coords":"51.1067591,-0.1486255","bedrooms":"0","price":"283000","area":"385"} , +{"type":"Feature","id":"n215999573","geometry":{"type":"Point","coordinates":[-0.149178,51.112232]},"properties":{"@type":"node","@id":215999573,"@timestamp":1199994056},"coords":"51.112232,-0.149178","bedrooms":"2","price":"230000","area":"462"} , +{"type":"Feature","id":"n216179842","geometry":{"type":"Point","coordinates":[-0.1435853,51.1220117]},"properties":{"@type":"node","@id":216179842,"@timestamp":1199999447},"coords":"51.1220117,-0.1435853","bedrooms":"1","price":"293000","area":"618"} , +{"type":"Feature","id":"n216180115","geometry":{"type":"Point","coordinates":[-0.1389911,51.1163951]},"properties":{"@type":"node","@id":216180115,"@timestamp":1245014333},"coords":"51.1163951,-0.1389911","bedrooms":"1","price":"168000","area":"402"} , +{"type":"Feature","id":"n216180547","geometry":{"type":"Point","coordinates":[-0.1395941,51.1178225]},"properties":{"@type":"node","@id":216180547,"@timestamp":1199999469},"coords":"51.1178225,-0.1395941","bedrooms":"2","price":"197000","area":"393"} , +{"type":"Feature","id":"n216181179","geometry":{"type":"Point","coordinates":[-0.1468994,51.1225353]},"properties":{"@type":"node","@id":216181179,"@timestamp":1199999494},"coords":"51.1225353,-0.1468994","bedrooms":"4","price":"198000","area":"384"} , +{"type":"Feature","id":"n216181530","geometry":{"type":"Point","coordinates":[-0.1450925,51.1107756]},"properties":{"@type":"node","@id":216181530,"@timestamp":1199999502},"coords":"51.1107756,-0.1450925","bedrooms":"0","price":"262000","area":"670"} , +{"type":"Feature","id":"n216181876","geometry":{"type":"Point","coordinates":[-0.1454007,51.1102725]},"properties":{"@type":"node","@id":216181876,"@timestamp":1199999513},"coords":"51.1102725,-0.1454007","bedrooms":"3","price":"232000","area":"672"} , +{"type":"Feature","id":"n216182039","geometry":{"type":"Point","coordinates":[-0.1445593,51.1097565]},"properties":{"@type":"node","@id":216182039,"@timestamp":1199999518},"coords":"51.1097565,-0.1445593","bedrooms":"0","price":"266000","area":"643"} , +{"type":"Feature","id":"n216182109","geometry":{"type":"Point","coordinates":[-0.1451212,51.1113065]},"properties":{"@type":"node","@id":216182109,"@timestamp":1199999519},"coords":"51.1113065,-0.1451212","bedrooms":"0","price":"212000","area":"410"} , +{"type":"Feature","id":"n216259778","geometry":{"type":"Point","coordinates":[-0.2336615,51.1113402]},"properties":{"@type":"node","@id":216259778,"@timestamp":1200001940},"coords":"51.1113402,-0.2336615","bedrooms":"3","price":"243000","area":"549"} , +{"type":"Feature","id":"n216259831","geometry":{"type":"Point","coordinates":[-0.2346492,51.1113211]},"properties":{"@type":"node","@id":216259831,"@timestamp":1200001941},"coords":"51.1113211,-0.2346492","bedrooms":"3","price":"156000","area":"563"} , +{"type":"Feature","id":"n216260041","geometry":{"type":"Point","coordinates":[-0.2335526,51.1112627]},"properties":{"@type":"node","@id":216260041,"@timestamp":1200001946},"coords":"51.1112627,-0.2335526","bedrooms":"1","price":"172000","area":"507"} , +{"type":"Feature","id":"n216260093","geometry":{"type":"Point","coordinates":[-0.2301543,51.1125388]},"properties":{"@type":"node","@id":216260093,"@timestamp":1200001948},"coords":"51.1125388,-0.2301543","bedrooms":"3","price":"233000","area":"370"} , +{"type":"Feature","id":"n216260355","geometry":{"type":"Point","coordinates":[-0.2314809,51.1099647]},"properties":{"@type":"node","@id":216260355,"@timestamp":1200001955},"coords":"51.1099647,-0.2314809","bedrooms":"1","price":"264000","area":"474"} , +{"type":"Feature","id":"n216260409","geometry":{"type":"Point","coordinates":[-0.2309458,51.1098324]},"properties":{"@type":"node","@id":216260409,"@timestamp":1200001957},"coords":"51.1098324,-0.2309458","bedrooms":"0","price":"259000","area":"610"} , +{"type":"Feature","id":"n216260520","geometry":{"type":"Point","coordinates":[-0.2344709,51.1123357]},"properties":{"@type":"node","@id":216260520,"@timestamp":1200001959},"coords":"51.1123357,-0.2344709","bedrooms":"4","price":"268000","area":"498"} , +{"type":"Feature","id":"n216260606","geometry":{"type":"Point","coordinates":[-0.2268047,51.1113945]},"properties":{"@type":"node","@id":216260606,"@timestamp":1200001962},"coords":"51.1113945,-0.2268047","bedrooms":"3","price":"282000","area":"698"} , +{"type":"Feature","id":"n216260685","geometry":{"type":"Point","coordinates":[-0.2260029,51.1125701]},"properties":{"@type":"node","@id":216260685,"@timestamp":1200001963},"coords":"51.1125701,-0.2260029","bedrooms":"4","price":"265000","area":"690"} , +{"type":"Feature","id":"n216260754","geometry":{"type":"Point","coordinates":[-0.2257118,51.1120254]},"properties":{"@type":"node","@id":216260754,"@timestamp":1200001965},"coords":"51.1120254,-0.2257118","bedrooms":"2","price":"216000","area":"509"} , +{"type":"Feature","id":"n216261267","geometry":{"type":"Point","coordinates":[-0.2241467,51.110456]},"properties":{"@type":"node","@id":216261267,"@timestamp":1200001979},"coords":"51.110456,-0.2241467","bedrooms":"1","price":"151000","area":"384"} , +{"type":"Feature","id":"n216261679","geometry":{"type":"Point","coordinates":[-0.2271781,51.1064551]},"properties":{"@type":"node","@id":216261679,"@timestamp":1200001990},"coords":"51.1064551,-0.2271781","bedrooms":"1","price":"267000","area":"461"} , +{"type":"Feature","id":"n216261772","geometry":{"type":"Point","coordinates":[-0.2249178,51.1062441]},"properties":{"@type":"node","@id":216261772,"@timestamp":1200001993},"coords":"51.1062441,-0.2249178","bedrooms":"3","price":"158000","area":"584"} , +{"type":"Feature","id":"n216261872","geometry":{"type":"Point","coordinates":[-0.2253327,51.103491]},"properties":{"@type":"node","@id":216261872,"@timestamp":1200001995},"coords":"51.103491,-0.2253327","bedrooms":"2","price":"225000","area":"413"} , +{"type":"Feature","id":"n216261965","geometry":{"type":"Point","coordinates":[-0.2249341,51.1055526]},"properties":{"@type":"node","@id":216261965,"@timestamp":1200001998},"coords":"51.1055526,-0.2249341","bedrooms":"4","price":"200000","area":"358"} , +{"type":"Feature","id":"n216262021","geometry":{"type":"Point","coordinates":[-0.2286634,51.1048793]},"properties":{"@type":"node","@id":216262021,"@timestamp":1200001999},"coords":"51.1048793,-0.2286634","bedrooms":"3","price":"204000","area":"675"} , +{"type":"Feature","id":"n216262109","geometry":{"type":"Point","coordinates":[-0.2280941,51.1041107]},"properties":{"@type":"node","@id":216262109,"@timestamp":1200002001},"coords":"51.1041107,-0.2280941","bedrooms":"3","price":"256000","area":"443"} , +{"type":"Feature","id":"n216262155","geometry":{"type":"Point","coordinates":[-0.2304569,51.1029547]},"properties":{"@type":"node","@id":216262155,"@timestamp":1200002002},"coords":"51.1029547,-0.2304569","bedrooms":"1","price":"204000","area":"504"} , +{"type":"Feature","id":"n216262223","geometry":{"type":"Point","coordinates":[-0.2290909,51.100536]},"properties":{"@type":"node","@id":216262223,"@timestamp":1200002004},"coords":"51.100536,-0.2290909","bedrooms":"2","price":"176000","area":"391"} , +{"type":"Feature","id":"n216262274","geometry":{"type":"Point","coordinates":[-0.2251258,51.1000428]},"properties":{"@type":"node","@id":216262274,"@timestamp":1200002006},"coords":"51.1000428,-0.2251258","bedrooms":"1","price":"203000","area":"694"} , +{"type":"Feature","id":"n216262321","geometry":{"type":"Point","coordinates":[-0.2255327,51.1012669]},"properties":{"@type":"node","@id":216262321,"@timestamp":1200002008},"coords":"51.1012669,-0.2255327","bedrooms":"1","price":"243000","area":"448"} , +{"type":"Feature","id":"n216262368","geometry":{"type":"Point","coordinates":[-0.2243309,51.1011421]},"properties":{"@type":"node","@id":216262368,"@timestamp":1200002009},"coords":"51.1011421,-0.2243309","bedrooms":"1","price":"204000","area":"579"} , +{"type":"Feature","id":"n216318457","geometry":{"type":"Point","coordinates":[-0.2235664,51.1031421]},"properties":{"@type":"node","@id":216318457,"@timestamp":1200003752},"coords":"51.1031421,-0.2235664","bedrooms":"4","price":"279000","area":"365"} , +{"type":"Feature","id":"n216318686","geometry":{"type":"Point","coordinates":[-0.2216365,51.1036285]},"properties":{"@type":"node","@id":216318686,"@timestamp":1200003759},"coords":"51.1036285,-0.2216365","bedrooms":"4","price":"192000","area":"572"} , +{"type":"Feature","id":"n216318775","geometry":{"type":"Point","coordinates":[-0.2162866,51.1016416]},"properties":{"@type":"node","@id":216318775,"@timestamp":1241800281},"coords":"51.1016416,-0.2162866","bedrooms":"1","price":"194000","area":"661"} , +{"type":"Feature","id":"n216318831","geometry":{"type":"Point","coordinates":[-0.217339,51.1005539]},"properties":{"@type":"node","@id":216318831,"@timestamp":1200003763},"coords":"51.1005539,-0.217339","bedrooms":"4","price":"202000","area":"464"} , +{"type":"Feature","id":"n216318886","geometry":{"type":"Point","coordinates":[-0.2201788,51.1068553]},"properties":{"@type":"node","@id":216318886,"@timestamp":1222892606},"coords":"51.1068553,-0.2201788","bedrooms":"1","price":"290000","area":"656"} , +{"type":"Feature","id":"n216318946","geometry":{"type":"Point","coordinates":[-0.2189806,51.105843]},"properties":{"@type":"node","@id":216318946,"@timestamp":1200003766},"coords":"51.105843,-0.2189806","bedrooms":"3","price":"276000","area":"569"} , +{"type":"Feature","id":"n216319010","geometry":{"type":"Point","coordinates":[-0.2216407,51.1066393]},"properties":{"@type":"node","@id":216319010,"@timestamp":1200003768},"coords":"51.1066393,-0.2216407","bedrooms":"0","price":"194000","area":"611"} , +{"type":"Feature","id":"n216319073","geometry":{"type":"Point","coordinates":[-0.2175911,51.1065463]},"properties":{"@type":"node","@id":216319073,"@timestamp":1245056537},"coords":"51.1065463,-0.2175911","bedrooms":"1","price":"245000","area":"378"} , +{"type":"Feature","id":"n216319162","geometry":{"type":"Point","coordinates":[-0.214788,51.1055167]},"properties":{"@type":"node","@id":216319162,"@timestamp":1200003771},"coords":"51.1055167,-0.214788","bedrooms":"3","price":"227000","area":"692"} , +{"type":"Feature","id":"n216319250","geometry":{"type":"Point","coordinates":[-0.2131232,51.104217]},"properties":{"@type":"node","@id":216319250,"@timestamp":1200003773},"coords":"51.104217,-0.2131232","bedrooms":"0","price":"299000","area":"539"} , +{"type":"Feature","id":"n216319433","geometry":{"type":"Point","coordinates":[-0.2101637,51.1028509]},"properties":{"@type":"node","@id":216319433,"@timestamp":1200003779},"coords":"51.1028509,-0.2101637","bedrooms":"4","price":"176000","area":"545"} , +{"type":"Feature","id":"n216319567","geometry":{"type":"Point","coordinates":[-0.2092124,51.1034648]},"properties":{"@type":"node","@id":216319567,"@timestamp":1200003783},"coords":"51.1034648,-0.2092124","bedrooms":"0","price":"267000","area":"530"} , +{"type":"Feature","id":"n216319692","geometry":{"type":"Point","coordinates":[-0.213361,51.1024084]},"properties":{"@type":"node","@id":216319692,"@timestamp":1200003786},"coords":"51.1024084,-0.213361","bedrooms":"1","price":"201000","area":"573"} , +{"type":"Feature","id":"n216319752","geometry":{"type":"Point","coordinates":[-0.2164386,51.1040447]},"properties":{"@type":"node","@id":216319752,"@timestamp":1200003787},"coords":"51.1040447,-0.2164386","bedrooms":"2","price":"199000","area":"620"} , +{"type":"Feature","id":"n216319811","geometry":{"type":"Point","coordinates":[-0.2172214,51.1036434]},"properties":{"@type":"node","@id":216319811,"@timestamp":1200003789},"coords":"51.1036434,-0.2172214","bedrooms":"4","price":"234000","area":"556"} , +{"type":"Feature","id":"n216319868","geometry":{"type":"Point","coordinates":[-0.2169916,51.1044416]},"properties":{"@type":"node","@id":216319868,"@timestamp":1200003790},"coords":"51.1044416,-0.2169916","bedrooms":"2","price":"261000","area":"634"} , +{"type":"Feature","id":"n216319911","geometry":{"type":"Point","coordinates":[-0.2162232,51.1030796]},"properties":{"@type":"node","@id":216319911,"@timestamp":1200003791},"coords":"51.1030796,-0.2162232","bedrooms":"1","price":"266000","area":"563"} , +{"type":"Feature","id":"n216319963","geometry":{"type":"Point","coordinates":[-0.2184157,51.1026051]},"properties":{"@type":"node","@id":216319963,"@timestamp":1200003792},"coords":"51.1026051,-0.2184157","bedrooms":"0","price":"226000","area":"484"} , +{"type":"Feature","id":"n216320091","geometry":{"type":"Point","coordinates":[-0.2197311,51.1018088]},"properties":{"@type":"node","@id":216320091,"@timestamp":1200003796},"coords":"51.1018088,-0.2197311","bedrooms":"0","price":"155000","area":"526"} , +{"type":"Feature","id":"n216320134","geometry":{"type":"Point","coordinates":[-0.2210561,51.1041194]},"properties":{"@type":"node","@id":216320134,"@timestamp":1200003798},"coords":"51.1041194,-0.2210561","bedrooms":"4","price":"235000","area":"485"} , +{"type":"Feature","id":"n216320183","geometry":{"type":"Point","coordinates":[-0.2195795,51.1036619]},"properties":{"@type":"node","@id":216320183,"@timestamp":1200003799},"coords":"51.1036619,-0.2195795","bedrooms":"3","price":"205000","area":"463"} , +{"type":"Feature","id":"n216410786","geometry":{"type":"Point","coordinates":[-0.2135868,51.0942047]},"properties":{"@type":"node","@id":216410786,"@timestamp":1200006660},"coords":"51.0942047,-0.2135868","bedrooms":"4","price":"151000","area":"465"} , +{"type":"Feature","id":"n216410940","geometry":{"type":"Point","coordinates":[-0.2106658,51.0949237]},"properties":{"@type":"node","@id":216410940,"@timestamp":1246039047},"coords":"51.0949237,-0.2106658","bedrooms":"3","price":"299000","area":"585"} , +{"type":"Feature","id":"n216411087","geometry":{"type":"Point","coordinates":[-0.2108123,51.0961908]},"properties":{"@type":"node","@id":216411087,"@timestamp":1334864064},"coords":"51.0961908,-0.2108123","bedrooms":"1","price":"290000","area":"511"} , +{"type":"Feature","id":"n216411161","geometry":{"type":"Point","coordinates":[-0.213867,51.0953398]},"properties":{"@type":"node","@id":216411161,"@timestamp":1200006670},"coords":"51.0953398,-0.213867","bedrooms":"1","price":"233000","area":"544"} , +{"type":"Feature","id":"n216411221","geometry":{"type":"Point","coordinates":[-0.2148669,51.0949625]},"properties":{"@type":"node","@id":216411221,"@timestamp":1200006672},"coords":"51.0949625,-0.2148669","bedrooms":"2","price":"217000","area":"492"} , +{"type":"Feature","id":"n216411267","geometry":{"type":"Point","coordinates":[-0.2157939,51.0954505]},"properties":{"@type":"node","@id":216411267,"@timestamp":1200006673},"coords":"51.0954505,-0.2157939","bedrooms":"4","price":"163000","area":"434"} , +{"type":"Feature","id":"n216411328","geometry":{"type":"Point","coordinates":[-0.2076444,51.0981688]},"properties":{"@type":"node","@id":216411328,"@timestamp":1200006674},"coords":"51.0981688,-0.2076444","bedrooms":"0","price":"278000","area":"386"} , +{"type":"Feature","id":"n216411529","geometry":{"type":"Point","coordinates":[-0.2077289,51.0944864]},"properties":{"@type":"node","@id":216411529,"@timestamp":1200006680},"coords":"51.0944864,-0.2077289","bedrooms":"0","price":"287000","area":"390"} , +{"type":"Feature","id":"n216411657","geometry":{"type":"Point","coordinates":[-0.2071712,51.0900329]},"properties":{"@type":"node","@id":216411657,"@timestamp":1241165636},"coords":"51.0900329,-0.2071712","bedrooms":"1","price":"273000","area":"462"} , +{"type":"Feature","id":"n216411760","geometry":{"type":"Point","coordinates":[-0.2057956,51.0908171]},"properties":{"@type":"node","@id":216411760,"@timestamp":1200006686},"coords":"51.0908171,-0.2057956","bedrooms":"0","price":"299000","area":"555"} , +{"type":"Feature","id":"n216411806","geometry":{"type":"Point","coordinates":[-0.2043181,51.0913123]},"properties":{"@type":"node","@id":216411806,"@timestamp":1200006688},"coords":"51.0913123,-0.2043181","bedrooms":"1","price":"227000","area":"582"} , +{"type":"Feature","id":"n216411851","geometry":{"type":"Point","coordinates":[-0.2032761,51.0922195]},"properties":{"@type":"node","@id":216411851,"@timestamp":1200006689},"coords":"51.0922195,-0.2032761","bedrooms":"2","price":"236000","area":"694"} , +{"type":"Feature","id":"n216411894","geometry":{"type":"Point","coordinates":[-0.2038054,51.0915547]},"properties":{"@type":"node","@id":216411894,"@timestamp":1200006690},"coords":"51.0915547,-0.2038054","bedrooms":"1","price":"285000","area":"484"} , +{"type":"Feature","id":"n216412284","geometry":{"type":"Point","coordinates":[-0.1936219,51.0970188]},"properties":{"@type":"node","@id":216412284,"@timestamp":1200006700},"coords":"51.0970188,-0.1936219","bedrooms":"1","price":"203000","area":"523"} , +{"type":"Feature","id":"n216412455","geometry":{"type":"Point","coordinates":[-0.1987025,51.0981521]},"properties":{"@type":"node","@id":216412455,"@timestamp":1200006705},"coords":"51.0981521,-0.1987025","bedrooms":"1","price":"163000","area":"368"} , +{"type":"Feature","id":"n216515423","geometry":{"type":"Point","coordinates":[-0.1983891,51.1452456]},"properties":{"@type":"node","@id":216515423,"@timestamp":1200010160},"coords":"51.1452456,-0.1983891","bedrooms":"3","price":"207000","area":"683"} , +{"type":"Feature","id":"n216515885","geometry":{"type":"Point","coordinates":[-0.1664614,51.1590859]},"properties":{"@type":"node","@id":216515885,"@timestamp":1200010215},"coords":"51.1590859,-0.1664614","bedrooms":"4","price":"192000","area":"665"} , +{"type":"Feature","id":"n216538139","geometry":{"type":"Point","coordinates":[-0.2092805,51.1009398]},"properties":{"@type":"node","@id":216538139,"@timestamp":1200011253},"coords":"51.1009398,-0.2092805","bedrooms":"1","price":"207000","area":"392"} , +{"type":"Feature","id":"n216538230","geometry":{"type":"Point","coordinates":[-0.2122013,51.1005389]},"properties":{"@type":"node","@id":216538230,"@timestamp":1200011255},"coords":"51.1005389,-0.2122013","bedrooms":"2","price":"176000","area":"486"} , +{"type":"Feature","id":"n216538278","geometry":{"type":"Point","coordinates":[-0.2096659,51.099809]},"properties":{"@type":"node","@id":216538278,"@timestamp":1200011256},"coords":"51.099809,-0.2096659","bedrooms":"1","price":"288000","area":"632"} , +{"type":"Feature","id":"n216538371","geometry":{"type":"Point","coordinates":[-0.20751,51.1000208]},"properties":{"@type":"node","@id":216538371,"@timestamp":1200011257},"coords":"51.1000208,-0.20751","bedrooms":"0","price":"166000","area":"481"} , +{"type":"Feature","id":"n216548267","geometry":{"type":"Point","coordinates":[-0.195417,51.1189168]},"properties":{"@type":"node","@id":216548267,"@timestamp":1200011683},"coords":"51.1189168,-0.195417","bedrooms":"3","price":"153000","area":"603"} , +{"type":"Feature","id":"n216548322","geometry":{"type":"Point","coordinates":[-0.193231,51.1185015]},"properties":{"@type":"node","@id":216548322,"@timestamp":1200011685},"coords":"51.1185015,-0.193231","bedrooms":"1","price":"285000","area":"651"} , +{"type":"Feature","id":"n216548351","geometry":{"type":"Point","coordinates":[-0.1999654,51.1207969]},"properties":{"@type":"node","@id":216548351,"@timestamp":1200011686},"coords":"51.1207969,-0.1999654","bedrooms":"1","price":"192000","area":"689"} , +{"type":"Feature","id":"n216548417","geometry":{"type":"Point","coordinates":[-0.2016039,51.119561]},"properties":{"@type":"node","@id":216548417,"@timestamp":1200011688},"coords":"51.119561,-0.2016039","bedrooms":"3","price":"297000","area":"549"} , +{"type":"Feature","id":"n216573313","geometry":{"type":"Point","coordinates":[-0.2270351,51.1138908]},"properties":{"@type":"node","@id":216573313,"@timestamp":1200012387},"coords":"51.1138908,-0.2270351","bedrooms":"3","price":"211000","area":"584"} , +{"type":"Feature","id":"n216573363","geometry":{"type":"Point","coordinates":[-0.2287385,51.1126737]},"properties":{"@type":"node","@id":216573363,"@timestamp":1200012389},"coords":"51.1126737,-0.2287385","bedrooms":"4","price":"241000","area":"571"} , +{"type":"Feature","id":"n216573421","geometry":{"type":"Point","coordinates":[-0.227176,51.1131908]},"properties":{"@type":"node","@id":216573421,"@timestamp":1200012390},"coords":"51.1131908,-0.227176","bedrooms":"2","price":"186000","area":"465"} , +{"type":"Feature","id":"n216588939","geometry":{"type":"Point","coordinates":[-0.1442701,51.1123934]},"properties":{"@type":"node","@id":216588939,"@timestamp":1200012808},"coords":"51.1123934,-0.1442701","bedrooms":"3","price":"239000","area":"358"} , +{"type":"Feature","id":"n216588991","geometry":{"type":"Point","coordinates":[-0.1439308,51.1116567]},"properties":{"@type":"node","@id":216588991,"@timestamp":1200012809},"coords":"51.1116567,-0.1439308","bedrooms":"1","price":"232000","area":"644"} , +{"type":"Feature","id":"n216638912","geometry":{"type":"Point","coordinates":[-0.1518549,51.1217107]},"properties":{"@type":"node","@id":216638912,"@timestamp":1244015323},"coords":"51.1217107,-0.1518549","bedrooms":"0","price":"161000","area":"491"} , +{"type":"Feature","id":"n216639170","geometry":{"type":"Point","coordinates":[-0.1571872,51.1157996]},"properties":{"@type":"node","@id":216639170,"@timestamp":1200014144},"coords":"51.1157996,-0.1571872","bedrooms":"0","price":"185000","area":"545"} , +{"type":"Feature","id":"n216639658","geometry":{"type":"Point","coordinates":[-0.1540592,51.1135082]},"properties":{"@type":"node","@id":216639658,"@timestamp":1200014154},"coords":"51.1135082,-0.1540592","bedrooms":"4","price":"277000","area":"530"} , +{"type":"Feature","id":"n216639728","geometry":{"type":"Point","coordinates":[-0.1527611,51.1122963]},"properties":{"@type":"node","@id":216639728,"@timestamp":1200014155},"coords":"51.1122963,-0.1527611","bedrooms":"3","price":"264000","area":"582"} , +{"type":"Feature","id":"n217737929","geometry":{"type":"Point","coordinates":[-0.4685487,51.6383712]},"properties":{"@type":"node","@id":217737929,"@timestamp":1236697673},"coords":"51.6383712,-0.4685487","bedrooms":"2","price":"232000","area":"630"} , +{"type":"Feature","id":"n218533969","geometry":{"type":"Point","coordinates":[0.2213874,51.4442022]},"properties":{"@type":"node","@id":218533969,"@timestamp":1620172462},"coords":"51.4442022,0.2213874","bedrooms":"4","price":"278000","area":"443"} , +{"type":"Feature","id":"n218846435","geometry":{"type":"Point","coordinates":[-0.2214536,51.1104838]},"properties":{"@type":"node","@id":218846435,"@timestamp":1200081168},"coords":"51.1104838,-0.2214536","bedrooms":"2","price":"180000","area":"631"} , +{"type":"Feature","id":"n218846648","geometry":{"type":"Point","coordinates":[-0.2213969,51.1088107]},"properties":{"@type":"node","@id":218846648,"@timestamp":1200081174},"coords":"51.1088107,-0.2213969","bedrooms":"0","price":"267000","area":"472"} , +{"type":"Feature","id":"n218846706","geometry":{"type":"Point","coordinates":[-0.2237617,51.1056837]},"properties":{"@type":"node","@id":218846706,"@timestamp":1200081175},"coords":"51.1056837,-0.2237617","bedrooms":"1","price":"167000","area":"450"} , +{"type":"Feature","id":"n218846777","geometry":{"type":"Point","coordinates":[-0.2232202,51.1082019]},"properties":{"@type":"node","@id":218846777,"@timestamp":1200081177},"coords":"51.1082019,-0.2232202","bedrooms":"3","price":"260000","area":"359"} , +{"type":"Feature","id":"n218846854","geometry":{"type":"Point","coordinates":[-0.2230961,51.108085]},"properties":{"@type":"node","@id":218846854,"@timestamp":1200081179},"coords":"51.108085,-0.2230961","bedrooms":"4","price":"177000","area":"669"} , +{"type":"Feature","id":"n218847025","geometry":{"type":"Point","coordinates":[-0.218871,51.1072598]},"properties":{"@type":"node","@id":218847025,"@timestamp":1200081183},"coords":"51.1072598,-0.218871","bedrooms":"0","price":"289000","area":"508"} , +{"type":"Feature","id":"n218847165","geometry":{"type":"Point","coordinates":[-0.2126755,51.1067551]},"properties":{"@type":"node","@id":218847165,"@timestamp":1200081187},"coords":"51.1067551,-0.2126755","bedrooms":"4","price":"185000","area":"653"} , +{"type":"Feature","id":"n218847331","geometry":{"type":"Point","coordinates":[-0.2158544,51.1104203]},"properties":{"@type":"node","@id":218847331,"@timestamp":1200081192},"coords":"51.1104203,-0.2158544","bedrooms":"0","price":"232000","area":"427"} , +{"type":"Feature","id":"n218847386","geometry":{"type":"Point","coordinates":[-0.2126045,51.1106886]},"properties":{"@type":"node","@id":218847386,"@timestamp":1241549402},"coords":"51.1106886,-0.2126045","bedrooms":"1","price":"285000","area":"692"} , +{"type":"Feature","id":"n218847496","geometry":{"type":"Point","coordinates":[-0.2068591,51.1068392]},"properties":{"@type":"node","@id":218847496,"@timestamp":1200081195},"coords":"51.1068392,-0.2068591","bedrooms":"2","price":"262000","area":"518"} , +{"type":"Feature","id":"n218847547","geometry":{"type":"Point","coordinates":[-0.2063032,51.1083415]},"properties":{"@type":"node","@id":218847547,"@timestamp":1200081197},"coords":"51.1083415,-0.2063032","bedrooms":"2","price":"185000","area":"421"} , +{"type":"Feature","id":"n218847596","geometry":{"type":"Point","coordinates":[-0.2072216,51.1092114]},"properties":{"@type":"node","@id":218847596,"@timestamp":1200081198},"coords":"51.1092114,-0.2072216","bedrooms":"3","price":"173000","area":"358"} , +{"type":"Feature","id":"n218847697","geometry":{"type":"Point","coordinates":[-0.2113947,51.1083516]},"properties":{"@type":"node","@id":218847697,"@timestamp":1200081200},"coords":"51.1083516,-0.2113947","bedrooms":"3","price":"170000","area":"550"} , +{"type":"Feature","id":"n218847812","geometry":{"type":"Point","coordinates":[-0.2195232,51.1110562]},"properties":{"@type":"node","@id":218847812,"@timestamp":1200081203},"coords":"51.1110562,-0.2195232","bedrooms":"3","price":"168000","area":"565"} , +{"type":"Feature","id":"n218847847","geometry":{"type":"Point","coordinates":[-0.2171345,51.1144414]},"properties":{"@type":"node","@id":218847847,"@timestamp":1200081205},"coords":"51.1144414,-0.2171345","bedrooms":"2","price":"221000","area":"529"} , +{"type":"Feature","id":"n218847902","geometry":{"type":"Point","coordinates":[-0.2205801,51.1132198]},"properties":{"@type":"node","@id":218847902,"@timestamp":1200081206},"coords":"51.1132198,-0.2205801","bedrooms":"0","price":"295000","area":"629"} , +{"type":"Feature","id":"n218848015","geometry":{"type":"Point","coordinates":[-0.2161389,51.1171432]},"properties":{"@type":"node","@id":218848015,"@timestamp":1200081209},"coords":"51.1171432,-0.2161389","bedrooms":"2","price":"164000","area":"687"} , +{"type":"Feature","id":"n218848329","geometry":{"type":"Point","coordinates":[-0.213184,51.1173214]},"properties":{"@type":"node","@id":218848329,"@timestamp":1200081221},"coords":"51.1173214,-0.213184","bedrooms":"4","price":"212000","area":"615"} , +{"type":"Feature","id":"n218848376","geometry":{"type":"Point","coordinates":[-0.2138329,51.1190962]},"properties":{"@type":"node","@id":218848376,"@timestamp":1200081222},"coords":"51.1190962,-0.2138329","bedrooms":"4","price":"291000","area":"447"} , +{"type":"Feature","id":"n218848432","geometry":{"type":"Point","coordinates":[-0.2140626,51.1144558]},"properties":{"@type":"node","@id":218848432,"@timestamp":1200081224},"coords":"51.1144558,-0.2140626","bedrooms":"1","price":"286000","area":"448"} , +{"type":"Feature","id":"n219022124","geometry":{"type":"Point","coordinates":[-0.2099578,51.1208277]},"properties":{"@type":"node","@id":219022124,"@timestamp":1200086875},"coords":"51.1208277,-0.2099578","bedrooms":"0","price":"290000","area":"650"} , +{"type":"Feature","id":"n219022164","geometry":{"type":"Point","coordinates":[-0.2096384,51.1203063]},"properties":{"@type":"node","@id":219022164,"@timestamp":1200086876},"coords":"51.1203063,-0.2096384","bedrooms":"0","price":"273000","area":"621"} , +{"type":"Feature","id":"n219022949","geometry":{"type":"Point","coordinates":[-0.2130124,51.1216285]},"properties":{"@type":"node","@id":219022949,"@timestamp":1200086903},"coords":"51.1216285,-0.2130124","bedrooms":"3","price":"252000","area":"486"} , +{"type":"Feature","id":"n219023109","geometry":{"type":"Point","coordinates":[-0.2108549,51.123492]},"properties":{"@type":"node","@id":219023109,"@timestamp":1205075246},"coords":"51.123492,-0.2108549","bedrooms":"0","price":"226000","area":"520"} , +{"type":"Feature","id":"n219023172","geometry":{"type":"Point","coordinates":[-0.2059579,51.1230607]},"properties":{"@type":"node","@id":219023172,"@timestamp":1200086911},"coords":"51.1230607,-0.2059579","bedrooms":"3","price":"198000","area":"552"} , +{"type":"Feature","id":"n219023210","geometry":{"type":"Point","coordinates":[-0.203156,51.1243183]},"properties":{"@type":"node","@id":219023210,"@timestamp":1200086912},"coords":"51.1243183,-0.203156","bedrooms":"0","price":"216000","area":"648"} , +{"type":"Feature","id":"n219023268","geometry":{"type":"Point","coordinates":[-0.215818,51.1214196]},"properties":{"@type":"node","@id":219023268,"@timestamp":1200086914},"coords":"51.1214196,-0.215818","bedrooms":"3","price":"194000","area":"518"} , +{"type":"Feature","id":"n219023418","geometry":{"type":"Point","coordinates":[-0.2207043,51.1284869]},"properties":{"@type":"node","@id":219023418,"@timestamp":1200086918},"coords":"51.1284869,-0.2207043","bedrooms":"1","price":"214000","area":"397"} , +{"type":"Feature","id":"n219033297","geometry":{"type":"Point","coordinates":[-0.199325,51.14016]},"properties":{"@type":"node","@id":219033297,"@timestamp":1200087264},"coords":"51.14016,-0.199325","bedrooms":"2","price":"269000","area":"603"} , +{"type":"Feature","id":"n219033341","geometry":{"type":"Point","coordinates":[-0.1995405,51.1416277]},"properties":{"@type":"node","@id":219033341,"@timestamp":1200087265},"coords":"51.1416277,-0.1995405","bedrooms":"2","price":"255000","area":"517"} , +{"type":"Feature","id":"n219033394","geometry":{"type":"Point","coordinates":[-0.1993789,51.1431696]},"properties":{"@type":"node","@id":219033394,"@timestamp":1200087266},"coords":"51.1431696,-0.1993789","bedrooms":"4","price":"230000","area":"534"} , +{"type":"Feature","id":"n219033472","geometry":{"type":"Point","coordinates":[-0.1798559,51.1474624]},"properties":{"@type":"node","@id":219033472,"@timestamp":1200087268},"coords":"51.1474624,-0.1798559","bedrooms":"0","price":"284000","area":"412"} , +{"type":"Feature","id":"n219033530","geometry":{"type":"Point","coordinates":[-0.1775029,51.1419074]},"properties":{"@type":"node","@id":219033530,"@timestamp":1200087270},"coords":"51.1419074,-0.1775029","bedrooms":"3","price":"161000","area":"365"} , +{"type":"Feature","id":"n219034011","geometry":{"type":"Point","coordinates":[-0.2321533,51.1238258]},"properties":{"@type":"node","@id":219034011,"@timestamp":1200087284},"coords":"51.1238258,-0.2321533","bedrooms":"3","price":"216000","area":"387"} , +{"type":"Feature","id":"n219034127","geometry":{"type":"Point","coordinates":[-0.2272859,51.1258324]},"properties":{"@type":"node","@id":219034127,"@timestamp":1200087287},"coords":"51.1258324,-0.2272859","bedrooms":"3","price":"218000","area":"422"} , +{"type":"Feature","id":"n219034320","geometry":{"type":"Point","coordinates":[-0.2159874,51.1304818]},"properties":{"@type":"node","@id":219034320,"@timestamp":1200087293},"coords":"51.1304818,-0.2159874","bedrooms":"3","price":"227000","area":"416"} , +{"type":"Feature","id":"n219034429","geometry":{"type":"Point","coordinates":[-0.2149874,51.1305099]},"properties":{"@type":"node","@id":219034429,"@timestamp":1200087297},"coords":"51.1305099,-0.2149874","bedrooms":"2","price":"177000","area":"534"} , +{"type":"Feature","id":"n219034490","geometry":{"type":"Point","coordinates":[-0.2177282,51.1296893]},"properties":{"@type":"node","@id":219034490,"@timestamp":1200087300},"coords":"51.1296893,-0.2177282","bedrooms":"4","price":"252000","area":"455"} , +{"type":"Feature","id":"n219061064","geometry":{"type":"Point","coordinates":[-0.2203943,51.1161169]},"properties":{"@type":"node","@id":219061064,"@timestamp":1200088172},"coords":"51.1161169,-0.2203943","bedrooms":"4","price":"283000","area":"484"} , +{"type":"Feature","id":"n219073428","geometry":{"type":"Point","coordinates":[-0.2140894,51.1237518]},"properties":{"@type":"node","@id":219073428,"@timestamp":1200088550},"coords":"51.1237518,-0.2140894","bedrooms":"3","price":"184000","area":"452"} , +{"type":"Feature","id":"n219073504","geometry":{"type":"Point","coordinates":[-0.2117555,51.1263547]},"properties":{"@type":"node","@id":219073504,"@timestamp":1200088552},"coords":"51.1263547,-0.2117555","bedrooms":"3","price":"253000","area":"510"} , +{"type":"Feature","id":"n219131355","geometry":{"type":"Point","coordinates":[-0.2112276,51.1272298]},"properties":{"@type":"node","@id":219131355,"@timestamp":1200090344},"coords":"51.1272298,-0.2112276","bedrooms":"4","price":"273000","area":"548"} , +{"type":"Feature","id":"n219131416","geometry":{"type":"Point","coordinates":[-0.2118457,51.1286532]},"properties":{"@type":"node","@id":219131416,"@timestamp":1200090346},"coords":"51.1286532,-0.2118457","bedrooms":"0","price":"161000","area":"470"} , +{"type":"Feature","id":"n219131470","geometry":{"type":"Point","coordinates":[-0.2125071,51.1294121]},"properties":{"@type":"node","@id":219131470,"@timestamp":1200090347},"coords":"51.1294121,-0.2125071","bedrooms":"4","price":"287000","area":"689"} , +{"type":"Feature","id":"n219131812","geometry":{"type":"Point","coordinates":[-0.2046476,51.127659]},"properties":{"@type":"node","@id":219131812,"@timestamp":1200090355},"coords":"51.127659,-0.2046476","bedrooms":"0","price":"180000","area":"361"} , +{"type":"Feature","id":"n219131977","geometry":{"type":"Point","coordinates":[-0.2021551,51.1259952]},"properties":{"@type":"node","@id":219131977,"@timestamp":1200090359},"coords":"51.1259952,-0.2021551","bedrooms":"2","price":"246000","area":"512"} , +{"type":"Feature","id":"n219132091","geometry":{"type":"Point","coordinates":[-0.198137,51.1300551]},"properties":{"@type":"node","@id":219132091,"@timestamp":1200090362},"coords":"51.1300551,-0.198137","bedrooms":"2","price":"156000","area":"611"} , +{"type":"Feature","id":"n219132224","geometry":{"type":"Point","coordinates":[-0.1943109,51.1292407]},"properties":{"@type":"node","@id":219132224,"@timestamp":1200090366},"coords":"51.1292407,-0.1943109","bedrooms":"1","price":"293000","area":"604"} , +{"type":"Feature","id":"n219132337","geometry":{"type":"Point","coordinates":[-0.1925398,51.1274396]},"properties":{"@type":"node","@id":219132337,"@timestamp":1200090369},"coords":"51.1274396,-0.1925398","bedrooms":"0","price":"163000","area":"505"} , +{"type":"Feature","id":"n219132487","geometry":{"type":"Point","coordinates":[-0.1894183,51.128772]},"properties":{"@type":"node","@id":219132487,"@timestamp":1200090373},"coords":"51.128772,-0.1894183","bedrooms":"3","price":"279000","area":"506"} , +{"type":"Feature","id":"n219132542","geometry":{"type":"Point","coordinates":[-0.1895172,51.1291841]},"properties":{"@type":"node","@id":219132542,"@timestamp":1200090374},"coords":"51.1291841,-0.1895172","bedrooms":"1","price":"243000","area":"684"} , +{"type":"Feature","id":"n219132687","geometry":{"type":"Point","coordinates":[-0.188803,51.1294777]},"properties":{"@type":"node","@id":219132687,"@timestamp":1200090378},"coords":"51.1294777,-0.188803","bedrooms":"2","price":"298000","area":"661"} , +{"type":"Feature","id":"n219132739","geometry":{"type":"Point","coordinates":[-0.1890764,51.1296403]},"properties":{"@type":"node","@id":219132739,"@timestamp":1200090381},"coords":"51.1296403,-0.1890764","bedrooms":"0","price":"172000","area":"457"} , +{"type":"Feature","id":"n219132793","geometry":{"type":"Point","coordinates":[-0.1875723,51.1306519]},"properties":{"@type":"node","@id":219132793,"@timestamp":1200090382},"coords":"51.1306519,-0.1875723","bedrooms":"0","price":"280000","area":"692"} , +{"type":"Feature","id":"n219132858","geometry":{"type":"Point","coordinates":[-0.1871234,51.1289939]},"properties":{"@type":"node","@id":219132858,"@timestamp":1200090383},"coords":"51.1289939,-0.1871234","bedrooms":"1","price":"261000","area":"376"} , +{"type":"Feature","id":"n219132912","geometry":{"type":"Point","coordinates":[-0.1876817,51.1294725]},"properties":{"@type":"node","@id":219132912,"@timestamp":1200090385},"coords":"51.1294725,-0.1876817","bedrooms":"1","price":"193000","area":"476"} , +{"type":"Feature","id":"n219132965","geometry":{"type":"Point","coordinates":[-0.187467,51.1302123]},"properties":{"@type":"node","@id":219132965,"@timestamp":1200090386},"coords":"51.1302123,-0.187467","bedrooms":"3","price":"260000","area":"404"} , +{"type":"Feature","id":"n219156703","geometry":{"type":"Point","coordinates":[-0.19488,51.1244377]},"properties":{"@type":"node","@id":219156703,"@timestamp":1200091749},"coords":"51.1244377,-0.19488","bedrooms":"0","price":"158000","area":"432"} , +{"type":"Feature","id":"n219156767","geometry":{"type":"Point","coordinates":[-0.1992189,51.1236711]},"properties":{"@type":"node","@id":219156767,"@timestamp":1200091751},"coords":"51.1236711,-0.1992189","bedrooms":"4","price":"235000","area":"691"} , +{"type":"Feature","id":"n219156878","geometry":{"type":"Point","coordinates":[-0.1979463,51.1252257]},"properties":{"@type":"node","@id":219156878,"@timestamp":1200091754},"coords":"51.1252257,-0.1979463","bedrooms":"1","price":"276000","area":"676"} , +{"type":"Feature","id":"n219156957","geometry":{"type":"Point","coordinates":[-0.1955486,51.1259518]},"properties":{"@type":"node","@id":219156957,"@timestamp":1200091756},"coords":"51.1259518,-0.1955486","bedrooms":"2","price":"170000","area":"505"} , +{"type":"Feature","id":"n219157019","geometry":{"type":"Point","coordinates":[-0.1937665,51.125245]},"properties":{"@type":"node","@id":219157019,"@timestamp":1200091761},"coords":"51.125245,-0.1937665","bedrooms":"1","price":"258000","area":"495"} , +{"type":"Feature","id":"n219157052","geometry":{"type":"Point","coordinates":[-0.1960733,51.1258557]},"properties":{"@type":"node","@id":219157052,"@timestamp":1200091762},"coords":"51.1258557,-0.1960733","bedrooms":"4","price":"211000","area":"360"} , +{"type":"Feature","id":"n219157331","geometry":{"type":"Point","coordinates":[-0.1807518,51.1260808]},"properties":{"@type":"node","@id":219157331,"@timestamp":1200091771},"coords":"51.1260808,-0.1807518","bedrooms":"2","price":"265000","area":"623"} , +{"type":"Feature","id":"n219191328","geometry":{"type":"Point","coordinates":[-0.2020101,51.1208934]},"properties":{"@type":"node","@id":219191328,"@timestamp":1200093167},"coords":"51.1208934,-0.2020101","bedrooms":"3","price":"259000","area":"409"} , +{"type":"Feature","id":"n219203879","geometry":{"type":"Point","coordinates":[-0.2077497,51.1052534]},"properties":{"@type":"node","@id":219203879,"@timestamp":1200093626},"coords":"51.1052534,-0.2077497","bedrooms":"2","price":"274000","area":"600"} , +{"type":"Feature","id":"n219286158","geometry":{"type":"Point","coordinates":[-0.814383,51.1821092]},"properties":{"@type":"node","@id":219286158,"@timestamp":1303238395},"coords":"51.1821092,-0.814383","bedrooms":"4","price":"165000","area":"397"} , +{"type":"Feature","id":"n219286805","geometry":{"type":"Point","coordinates":[-0.7207014,51.2353537]},"properties":{"@type":"node","@id":219286805,"@timestamp":1224353076},"coords":"51.2353537,-0.7207014","bedrooms":"3","price":"292000","area":"576"} , +{"type":"Feature","id":"n219840065","geometry":{"type":"Point","coordinates":[-0.8621362,51.4163559]},"properties":{"@type":"node","@id":219840065,"@timestamp":1624024227},"coords":"51.4163559,-0.8621362","bedrooms":"0","price":"246000","area":"628"} , +{"type":"Feature","id":"n219840325","geometry":{"type":"Point","coordinates":[-0.8657472,51.416373]},"properties":{"@type":"node","@id":219840325,"@timestamp":1200114579},"coords":"51.416373,-0.8657472","bedrooms":"0","price":"155000","area":"583"} , +{"type":"Feature","id":"n219840398","geometry":{"type":"Point","coordinates":[-0.8636678,51.4159956]},"properties":{"@type":"node","@id":219840398,"@timestamp":1200114581},"coords":"51.4159956,-0.8636678","bedrooms":"2","price":"188000","area":"415"} , +{"type":"Feature","id":"n219840873","geometry":{"type":"Point","coordinates":[-0.8769557,51.4336823]},"properties":{"@type":"node","@id":219840873,"@timestamp":1200114594},"coords":"51.4336823,-0.8769557","bedrooms":"3","price":"258000","area":"598"} , +{"type":"Feature","id":"n219852102","geometry":{"type":"Point","coordinates":[-0.8188789,51.4175159]},"properties":{"@type":"node","@id":219852102,"@timestamp":1200114945},"coords":"51.4175159,-0.8188789","bedrooms":"1","price":"298000","area":"503"} , +{"type":"Feature","id":"n220385566","geometry":{"type":"Point","coordinates":[-0.1812593,51.1272264]},"properties":{"@type":"node","@id":220385566,"@timestamp":1200131876},"coords":"51.1272264,-0.1812593","bedrooms":"4","price":"175000","area":"373"} , +{"type":"Feature","id":"n220386220","geometry":{"type":"Point","coordinates":[-0.2014445,51.105135]},"properties":{"@type":"node","@id":220386220,"@timestamp":1200131925},"coords":"51.105135,-0.2014445","bedrooms":"3","price":"156000","area":"460"} , +{"type":"Feature","id":"n220681508","geometry":{"type":"Point","coordinates":[-0.1675809,51.1293919]},"properties":{"@type":"node","@id":220681508,"@timestamp":1200140787},"coords":"51.1293919,-0.1675809","bedrooms":"4","price":"247000","area":"533"} , +{"type":"Feature","id":"n220681622","geometry":{"type":"Point","coordinates":[-0.1668667,51.1319678]},"properties":{"@type":"node","@id":220681622,"@timestamp":1200140789},"coords":"51.1319678,-0.1668667","bedrooms":"0","price":"209000","area":"628"} , +{"type":"Feature","id":"n220681857","geometry":{"type":"Point","coordinates":[-0.1653733,51.1280789]},"properties":{"@type":"node","@id":220681857,"@timestamp":1200140797},"coords":"51.1280789,-0.1653733","bedrooms":"4","price":"161000","area":"503"} , +{"type":"Feature","id":"n220682199","geometry":{"type":"Point","coordinates":[-0.179191,51.1349063]},"properties":{"@type":"node","@id":220682199,"@timestamp":1528996770},"coords":"51.1349063,-0.179191","bedrooms":"1","price":"194000","area":"512"} , +{"type":"Feature","id":"n220682340","geometry":{"type":"Point","coordinates":[-0.16268,51.1401382]},"properties":{"@type":"node","@id":220682340,"@timestamp":1200140813},"coords":"51.1401382,-0.16268","bedrooms":"1","price":"263000","area":"501"} , +{"type":"Feature","id":"n220682401","geometry":{"type":"Point","coordinates":[-0.1636128,51.1410543]},"properties":{"@type":"node","@id":220682401,"@timestamp":1200140815},"coords":"51.1410543,-0.1636128","bedrooms":"3","price":"273000","area":"658"} , +{"type":"Feature","id":"n220702037","geometry":{"type":"Point","coordinates":[-0.1802782,51.1272209]},"properties":{"@type":"node","@id":220702037,"@timestamp":1200141446},"coords":"51.1272209,-0.1802782","bedrooms":"1","price":"196000","area":"370"} , +{"type":"Feature","id":"n221055452","geometry":{"type":"Point","coordinates":[-0.1362261,51.9102024]},"properties":{"@type":"node","@id":221055452,"@timestamp":1494340335},"coords":"51.9102024,-0.1362261","bedrooms":"1","price":"198000","area":"467"} , +{"type":"Feature","id":"n221087052","geometry":{"type":"Point","coordinates":[-0.1333121,51.9159693]},"properties":{"@type":"node","@id":221087052,"@timestamp":1481038164},"coords":"51.9159693,-0.1333121","bedrooms":"4","price":"266000","area":"464"} , +{"type":"Feature","id":"n221103964","geometry":{"type":"Point","coordinates":[-0.6138222,51.2513727]},"properties":{"@type":"node","@id":221103964,"@timestamp":1200152874},"coords":"51.2513727,-0.6138222","bedrooms":"0","price":"272000","area":"406"} , +{"type":"Feature","id":"n221104268","geometry":{"type":"Point","coordinates":[-0.6213202,51.2479687]},"properties":{"@type":"node","@id":221104268,"@timestamp":1200152881},"coords":"51.2479687,-0.6213202","bedrooms":"4","price":"206000","area":"403"} , +{"type":"Feature","id":"n221115316","geometry":{"type":"Point","coordinates":[-0.6323995,51.2463494]},"properties":{"@type":"node","@id":221115316,"@timestamp":1200153209},"coords":"51.2463494,-0.6323995","bedrooms":"1","price":"255000","area":"358"} , +{"type":"Feature","id":"n221115946","geometry":{"type":"Point","coordinates":[-0.6672461,51.2431822]},"properties":{"@type":"node","@id":221115946,"@timestamp":1200153229},"coords":"51.2431822,-0.6672461","bedrooms":"1","price":"218000","area":"560"} , +{"type":"Feature","id":"n221120893","geometry":{"type":"Point","coordinates":[-0.1469576,51.9232187]},"properties":{"@type":"node","@id":221120893,"@timestamp":1200153371},"coords":"51.9232187,-0.1469576","bedrooms":"4","price":"173000","area":"422"} , +{"type":"Feature","id":"n221121212","geometry":{"type":"Point","coordinates":[-0.1554173,51.9295343]},"properties":{"@type":"node","@id":221121212,"@timestamp":1200153378},"coords":"51.9295343,-0.1554173","bedrooms":"3","price":"218000","area":"431"} , +{"type":"Feature","id":"n221141030","geometry":{"type":"Point","coordinates":[-0.2009395,51.1059429]},"properties":{"@type":"node","@id":221141030,"@timestamp":1200153961},"coords":"51.1059429,-0.2009395","bedrooms":"2","price":"171000","area":"588"} , +{"type":"Feature","id":"n221141116","geometry":{"type":"Point","coordinates":[-0.1993096,51.1045947]},"properties":{"@type":"node","@id":221141116,"@timestamp":1200153963},"coords":"51.1045947,-0.1993096","bedrooms":"0","price":"203000","area":"391"} , +{"type":"Feature","id":"n221141156","geometry":{"type":"Point","coordinates":[-0.1992653,51.1051363]},"properties":{"@type":"node","@id":221141156,"@timestamp":1200153964},"coords":"51.1051363,-0.1992653","bedrooms":"3","price":"168000","area":"464"} , +{"type":"Feature","id":"n221141210","geometry":{"type":"Point","coordinates":[-0.1967761,51.1048432]},"properties":{"@type":"node","@id":221141210,"@timestamp":1200153966},"coords":"51.1048432,-0.1967761","bedrooms":"3","price":"179000","area":"510"} , +{"type":"Feature","id":"n221141263","geometry":{"type":"Point","coordinates":[-0.1974803,51.1053735]},"properties":{"@type":"node","@id":221141263,"@timestamp":1200153967},"coords":"51.1053735,-0.1974803","bedrooms":"3","price":"219000","area":"452"} , +{"type":"Feature","id":"n221141309","geometry":{"type":"Point","coordinates":[-0.1969722,51.1036738]},"properties":{"@type":"node","@id":221141309,"@timestamp":1200153969},"coords":"51.1036738,-0.1969722","bedrooms":"0","price":"260000","area":"435"} , +{"type":"Feature","id":"n221141344","geometry":{"type":"Point","coordinates":[-0.1949173,51.1045421]},"properties":{"@type":"node","@id":221141344,"@timestamp":1200153970},"coords":"51.1045421,-0.1949173","bedrooms":"1","price":"270000","area":"598"} , +{"type":"Feature","id":"n221141554","geometry":{"type":"Point","coordinates":[-0.6411152,51.2459]},"properties":{"@type":"node","@id":221141554,"@timestamp":1582929089},"coords":"51.2459,-0.6411152","bedrooms":"2","price":"252000","area":"631"} , +{"type":"Feature","id":"n221144142","geometry":{"type":"Point","coordinates":[-0.6449821,51.248262]},"properties":{"@type":"node","@id":221144142,"@timestamp":1200154110},"coords":"51.248262,-0.6449821","bedrooms":"1","price":"199000","area":"676"} , +{"type":"Feature","id":"n221156496","geometry":{"type":"Point","coordinates":[-0.1607198,51.930113]},"properties":{"@type":"node","@id":221156496,"@timestamp":1518965630},"coords":"51.930113,-0.1607198","bedrooms":"0","price":"257000","area":"508"} , +{"type":"Feature","id":"n221163492","geometry":{"type":"Point","coordinates":[-0.6674937,51.2444734]},"properties":{"@type":"node","@id":221163492,"@timestamp":1630847559},"coords":"51.2444734,-0.6674937","bedrooms":"0","price":"233000","area":"610"} , +{"type":"Feature","id":"n221176310","geometry":{"type":"Point","coordinates":[-0.16193,51.9260548]},"properties":{"@type":"node","@id":221176310,"@timestamp":1204389771},"coords":"51.9260548,-0.16193","bedrooms":"2","price":"163000","area":"607"} , +{"type":"Feature","id":"n221191611","geometry":{"type":"Point","coordinates":[-0.1603985,51.9260869]},"properties":{"@type":"node","@id":221191611,"@timestamp":1204389771},"coords":"51.9260869,-0.1603985","bedrooms":"1","price":"158000","area":"441"} , +{"type":"Feature","id":"n221195120","geometry":{"type":"Point","coordinates":[-0.6110472,51.2437947]},"properties":{"@type":"node","@id":221195120,"@timestamp":1457394816},"coords":"51.2437947,-0.6110472","bedrooms":"1","price":"212000","area":"430"} , +{"type":"Feature","id":"n222094739","geometry":{"type":"Point","coordinates":[-0.3099593,51.6181453]},"properties":{"@type":"node","@id":222094739,"@timestamp":1200186704},"coords":"51.6181453,-0.3099593","bedrooms":"3","price":"213000","area":"359"} , +{"type":"Feature","id":"n223205389","geometry":{"type":"Point","coordinates":[-0.419833,51.3168827]},"properties":{"@type":"node","@id":223205389,"@timestamp":1635622694},"coords":"51.3168827,-0.419833","bedrooms":"1","price":"287000","area":"589"} , +{"type":"Feature","id":"n223425485","geometry":{"type":"Point","coordinates":[-0.3740857,51.4661476]},"properties":{"@type":"node","@id":223425485,"@timestamp":1564915274},"coords":"51.4661476,-0.3740857","bedrooms":"0","price":"294000","area":"562"} , +{"type":"Feature","id":"n223425625","geometry":{"type":"Point","coordinates":[-0.407791,51.4560261]},"properties":{"@type":"node","@id":223425625,"@timestamp":1200224785},"coords":"51.4560261,-0.407791","bedrooms":"2","price":"186000","area":"551"} , +{"type":"Feature","id":"n223484996","geometry":{"type":"Point","coordinates":[-0.4154435,51.4617921]},"properties":{"@type":"node","@id":223484996,"@timestamp":1200226386},"coords":"51.4617921,-0.4154435","bedrooms":"2","price":"189000","area":"645"} , +{"type":"Feature","id":"n223485126","geometry":{"type":"Point","coordinates":[-0.4118916,51.4683719]},"properties":{"@type":"node","@id":223485126,"@timestamp":1200226389},"coords":"51.4683719,-0.4118916","bedrooms":"2","price":"161000","area":"456"} , +{"type":"Feature","id":"n223659231","geometry":{"type":"Point","coordinates":[-0.264116,51.4014575]},"properties":{"@type":"node","@id":223659231,"@timestamp":1200231188},"coords":"51.4014575,-0.264116","bedrooms":"2","price":"238000","area":"672"} , +{"type":"Feature","id":"n223659609","geometry":{"type":"Point","coordinates":[-0.2641024,51.4042302]},"properties":{"@type":"node","@id":223659609,"@timestamp":1635016313},"coords":"51.4042302,-0.2641024","bedrooms":"1","price":"269000","area":"670"} , +{"type":"Feature","id":"n223910926","geometry":{"type":"Point","coordinates":[-0.3155451,51.3148192]},"properties":{"@type":"node","@id":223910926,"@timestamp":1626523314},"coords":"51.3148192,-0.3155451","bedrooms":"1","price":"284000","area":"572"} , +{"type":"Feature","id":"n223935560","geometry":{"type":"Point","coordinates":[-0.1460833,51.1086155]},"properties":{"@type":"node","@id":223935560,"@timestamp":1200239383},"coords":"51.1086155,-0.1460833","bedrooms":"1","price":"156000","area":"426"} , +{"type":"Feature","id":"n223935708","geometry":{"type":"Point","coordinates":[-0.1456786,51.1086303]},"properties":{"@type":"node","@id":223935708,"@timestamp":1200239386},"coords":"51.1086303,-0.1456786","bedrooms":"1","price":"297000","area":"405"} , +{"type":"Feature","id":"n223935779","geometry":{"type":"Point","coordinates":[-0.1467483,51.1086165]},"properties":{"@type":"node","@id":223935779,"@timestamp":1200239387},"coords":"51.1086165,-0.1467483","bedrooms":"4","price":"280000","area":"695"} , +{"type":"Feature","id":"n223935881","geometry":{"type":"Point","coordinates":[-0.1444484,51.1081017]},"properties":{"@type":"node","@id":223935881,"@timestamp":1634745237},"coords":"51.1081017,-0.1444484","bedrooms":"4","price":"203000","area":"498"} , +{"type":"Feature","id":"n223945108","geometry":{"type":"Point","coordinates":[-0.2857776,51.3161975]},"properties":{"@type":"node","@id":223945108,"@timestamp":1433128254},"coords":"51.3161975,-0.2857776","bedrooms":"2","price":"189000","area":"418"} , +{"type":"Feature","id":"n223977327","geometry":{"type":"Point","coordinates":[-0.1619956,51.1197075]},"properties":{"@type":"node","@id":223977327,"@timestamp":1200240330},"coords":"51.1197075,-0.1619956","bedrooms":"3","price":"228000","area":"532"} , +{"type":"Feature","id":"n223977506","geometry":{"type":"Point","coordinates":[-0.161659,51.1227331]},"properties":{"@type":"node","@id":223977506,"@timestamp":1200240334},"coords":"51.1227331,-0.161659","bedrooms":"2","price":"237000","area":"424"} , +{"type":"Feature","id":"n223977587","geometry":{"type":"Point","coordinates":[-0.1622482,51.1199734]},"properties":{"@type":"node","@id":223977587,"@timestamp":1200240336},"coords":"51.1199734,-0.1622482","bedrooms":"4","price":"218000","area":"653"} , +{"type":"Feature","id":"n223981786","geometry":{"type":"Point","coordinates":[-0.1884769,51.1065788]},"properties":{"@type":"node","@id":223981786,"@timestamp":1200240598},"coords":"51.1065788,-0.1884769","bedrooms":"2","price":"178000","area":"429"} , +{"type":"Feature","id":"n223982058","geometry":{"type":"Point","coordinates":[-0.1872329,51.1058288]},"properties":{"@type":"node","@id":223982058,"@timestamp":1242321871},"coords":"51.1058288,-0.1872329","bedrooms":"4","price":"288000","area":"447"} , +{"type":"Feature","id":"n223989050","geometry":{"type":"Point","coordinates":[-1.1111162,51.9642811]},"properties":{"@type":"node","@id":223989050,"@timestamp":1225565175},"coords":"51.9642811,-1.1111162","bedrooms":"2","price":"299000","area":"627"} , +{"type":"Feature","id":"n224007741","geometry":{"type":"Point","coordinates":[-0.1871443,51.1059616]},"properties":{"@type":"node","@id":224007741,"@timestamp":1200241130},"coords":"51.1059616,-0.1871443","bedrooms":"4","price":"299000","area":"655"} , +{"type":"Feature","id":"n224008091","geometry":{"type":"Point","coordinates":[-0.1869727,51.1052879]},"properties":{"@type":"node","@id":224008091,"@timestamp":1200241138},"coords":"51.1052879,-0.1869727","bedrooms":"3","price":"214000","area":"650"} , +{"type":"Feature","id":"n224036775","geometry":{"type":"Point","coordinates":[-0.1887254,51.108253]},"properties":{"@type":"node","@id":224036775,"@timestamp":1200241952},"coords":"51.108253,-0.1887254","bedrooms":"4","price":"164000","area":"548"} , +{"type":"Feature","id":"n224037105","geometry":{"type":"Point","coordinates":[-0.1929448,51.1110425]},"properties":{"@type":"node","@id":224037105,"@timestamp":1200241963},"coords":"51.1110425,-0.1929448","bedrooms":"3","price":"239000","area":"353"} , +{"type":"Feature","id":"n224037565","geometry":{"type":"Point","coordinates":[-0.1902385,51.112046]},"properties":{"@type":"node","@id":224037565,"@timestamp":1200241975},"coords":"51.112046,-0.1902385","bedrooms":"4","price":"191000","area":"582"} , +{"type":"Feature","id":"n224038073","geometry":{"type":"Point","coordinates":[-0.1993275,51.1063277]},"properties":{"@type":"node","@id":224038073,"@timestamp":1200241990},"coords":"51.1063277,-0.1993275","bedrooms":"4","price":"278000","area":"419"} , +{"type":"Feature","id":"n224038561","geometry":{"type":"Point","coordinates":[-0.1927046,51.1089657]},"properties":{"@type":"node","@id":224038561,"@timestamp":1200242003},"coords":"51.1089657,-0.1927046","bedrooms":"4","price":"291000","area":"395"} , +{"type":"Feature","id":"n224146188","geometry":{"type":"Point","coordinates":[-0.0053611,51.46395]},"properties":{"@type":"node","@id":224146188,"@timestamp":1619263475},"coords":"51.46395,-0.0053611","bedrooms":"0","price":"171000","area":"417"} , +{"type":"Feature","id":"n224249545","geometry":{"type":"Point","coordinates":[-0.3206672,51.5897133]},"properties":{"@type":"node","@id":224249545,"@timestamp":1200248589},"coords":"51.5897133,-0.3206672","bedrooms":"4","price":"242000","area":"473"} , +{"type":"Feature","id":"n224319719","geometry":{"type":"Point","coordinates":[-0.1595196,51.9191449]},"properties":{"@type":"node","@id":224319719,"@timestamp":1200250821},"coords":"51.9191449,-0.1595196","bedrooms":"2","price":"296000","area":"655"} , +{"type":"Feature","id":"n224442098","geometry":{"type":"Point","coordinates":[0.4684618,51.7407404]},"properties":{"@type":"node","@id":224442098,"@timestamp":1607703059},"coords":"51.7407404,0.4684618","bedrooms":"0","price":"201000","area":"458"} , +{"type":"Feature","id":"n224568726","geometry":{"type":"Point","coordinates":[-0.1502538,51.111878]},"properties":{"@type":"node","@id":224568726,"@timestamp":1200258647},"coords":"51.111878,-0.1502538","bedrooms":"2","price":"231000","area":"688"} , +{"type":"Feature","id":"n224568825","geometry":{"type":"Point","coordinates":[-0.1484268,51.1113693]},"properties":{"@type":"node","@id":224568825,"@timestamp":1200258649},"coords":"51.1113693,-0.1484268","bedrooms":"3","price":"165000","area":"602"} , +{"type":"Feature","id":"n224633841","geometry":{"type":"Point","coordinates":[0.3677284,50.8869578]},"properties":{"@type":"node","@id":224633841,"@timestamp":1391192061},"coords":"50.8869578,0.3677284","bedrooms":"3","price":"254000","area":"565"} , +{"type":"Feature","id":"n224675985","geometry":{"type":"Point","coordinates":[0.2220834,50.9248912]},"properties":{"@type":"node","@id":224675985,"@timestamp":1391192062},"coords":"50.9248912,0.2220834","bedrooms":"4","price":"194000","area":"675"} , +{"type":"Feature","id":"n224676021","geometry":{"type":"Point","coordinates":[0.2798537,50.9141923]},"properties":{"@type":"node","@id":224676021,"@timestamp":1298396570},"coords":"50.9141923,0.2798537","bedrooms":"3","price":"170000","area":"431"} , +{"type":"Feature","id":"n224752914","geometry":{"type":"Point","coordinates":[-0.3020794,51.367722]},"properties":{"@type":"node","@id":224752914,"@timestamp":1200264617},"coords":"51.367722,-0.3020794","bedrooms":"3","price":"252000","area":"644"} , +{"type":"Feature","id":"n224753570","geometry":{"type":"Point","coordinates":[-0.2981895,51.3590787]},"properties":{"@type":"node","@id":224753570,"@timestamp":1526002862},"coords":"51.3590787,-0.2981895","bedrooms":"0","price":"298000","area":"350"} , +{"type":"Feature","id":"n224831984","geometry":{"type":"Point","coordinates":[-0.2773034,51.3827427]},"properties":{"@type":"node","@id":224831984,"@timestamp":1632641293},"coords":"51.3827427,-0.2773034","bedrooms":"3","price":"257000","area":"560"} , +{"type":"Feature","id":"n227138244","geometry":{"type":"Point","coordinates":[0.4458559,50.8818899]},"properties":{"@type":"node","@id":227138244,"@timestamp":1403988873},"coords":"50.8818899,0.4458559","bedrooms":"1","price":"230000","area":"377"} , +{"type":"Feature","id":"n227138259","geometry":{"type":"Point","coordinates":[0.5038761,50.8958274]},"properties":{"@type":"node","@id":227138259,"@timestamp":1305887446},"coords":"50.8958274,0.5038761","bedrooms":"1","price":"210000","area":"594"} , +{"type":"Feature","id":"n227191033","geometry":{"type":"Point","coordinates":[0.1071899,51.6081454]},"properties":{"@type":"node","@id":227191033,"@timestamp":1564915274},"coords":"51.6081454,0.1071899","bedrooms":"0","price":"278000","area":"463"} , +{"type":"Feature","id":"n227253791","geometry":{"type":"Point","coordinates":[-0.1466898,51.1245369]},"properties":{"@type":"node","@id":227253791,"@timestamp":1200347865},"coords":"51.1245369,-0.1466898","bedrooms":"2","price":"246000","area":"529"} , +{"type":"Feature","id":"n227254515","geometry":{"type":"Point","coordinates":[-0.1465656,51.1295814]},"properties":{"@type":"node","@id":227254515,"@timestamp":1200347883},"coords":"51.1295814,-0.1465656","bedrooms":"4","price":"291000","area":"519"} , +{"type":"Feature","id":"n227256294","geometry":{"type":"Point","coordinates":[0.1166776,51.6187277]},"properties":{"@type":"node","@id":227256294,"@timestamp":1618585766},"coords":"51.6187277,0.1166776","bedrooms":"4","price":"292000","area":"452"} , +{"type":"Feature","id":"n227266383","geometry":{"type":"Point","coordinates":[0.1195626,51.6222675]},"properties":{"@type":"node","@id":227266383,"@timestamp":1618590868},"coords":"51.6222675,0.1195626","bedrooms":"0","price":"180000","area":"588"} , +{"type":"Feature","id":"n227301174","geometry":{"type":"Point","coordinates":[-0.2788924,51.0961325]},"properties":{"@type":"node","@id":227301174,"@timestamp":1200349234},"coords":"51.0961325,-0.2788924","bedrooms":"1","price":"287000","area":"556"} , +{"type":"Feature","id":"n227309586","geometry":{"type":"Point","coordinates":[0.1483514,51.5604944]},"properties":{"@type":"node","@id":227309586,"@timestamp":1603108061},"coords":"51.5604944,0.1483514","bedrooms":"4","price":"243000","area":"594"} , +{"type":"Feature","id":"n227433623","geometry":{"type":"Point","coordinates":[-0.2718897,51.3986552]},"properties":{"@type":"node","@id":227433623,"@timestamp":1633721583},"coords":"51.3986552,-0.2718897","bedrooms":"1","price":"153000","area":"658"} , +{"type":"Feature","id":"n227597584","geometry":{"type":"Point","coordinates":[-1.1149634,51.2419753]},"properties":{"@type":"node","@id":227597584,"@timestamp":1359133098},"coords":"51.2419753,-1.1149634","bedrooms":"0","price":"260000","area":"568"} , +{"type":"Feature","id":"n229595217","geometry":{"type":"Point","coordinates":[-0.3905342,51.7926126]},"properties":{"@type":"node","@id":229595217,"@timestamp":1328734928},"coords":"51.7926126,-0.3905342","bedrooms":"4","price":"173000","area":"520"} , +{"type":"Feature","id":"n229807112","geometry":{"type":"Point","coordinates":[-0.007425,51.4932273]},"properties":{"@type":"node","@id":229807112,"@timestamp":1354148242},"coords":"51.4932273,-0.007425","bedrooms":"2","price":"274000","area":"452"} , +{"type":"Feature","id":"n230099025","geometry":{"type":"Point","coordinates":[0.0058117,51.6285721]},"properties":{"@type":"node","@id":230099025,"@timestamp":1607043980},"coords":"51.6285721,0.0058117","bedrooms":"2","price":"222000","area":"402"} , +{"type":"Feature","id":"n230120075","geometry":{"type":"Point","coordinates":[0.0309773,51.6122259]},"properties":{"@type":"node","@id":230120075,"@timestamp":1579870228},"coords":"51.6122259,0.0309773","bedrooms":"0","price":"166000","area":"566"} , +{"type":"Feature","id":"n231396451","geometry":{"type":"Point","coordinates":[0.635644,51.5365182]},"properties":{"@type":"node","@id":231396451,"@timestamp":1200476571},"coords":"51.5365182,0.635644","bedrooms":"0","price":"190000","area":"663"} , +{"type":"Feature","id":"n232267482","geometry":{"type":"Point","coordinates":[-0.4202002,51.029109]},"properties":{"@type":"node","@id":232267482,"@timestamp":1202292244},"coords":"51.029109,-0.4202002","bedrooms":"4","price":"159000","area":"555"} , +{"type":"Feature","id":"n232283269","geometry":{"type":"Point","coordinates":[-0.4096792,51.0258855]},"properties":{"@type":"node","@id":232283269,"@timestamp":1200500867},"coords":"51.0258855,-0.4096792","bedrooms":"3","price":"295000","area":"663"} , +{"type":"Feature","id":"n232422172","geometry":{"type":"Point","coordinates":[-0.4515772,51.0229148]},"properties":{"@type":"node","@id":232422172,"@timestamp":1438718283},"coords":"51.0229148,-0.4515772","bedrooms":"4","price":"228000","area":"507"} , +{"type":"Feature","id":"n233419373","geometry":{"type":"Point","coordinates":[0.3070356,51.479878]},"properties":{"@type":"node","@id":233419373,"@timestamp":1206614840},"coords":"51.479878,0.3070356","bedrooms":"1","price":"195000","area":"486"} , +{"type":"Feature","id":"n234529051","geometry":{"type":"Point","coordinates":[-0.1484352,51.6498176]},"properties":{"@type":"node","@id":234529051,"@timestamp":1533071201},"coords":"51.6498176,-0.1484352","bedrooms":"0","price":"214000","area":"462"} , +{"type":"Feature","id":"n234754352","geometry":{"type":"Point","coordinates":[0.2620533,51.8893773]},"properties":{"@type":"node","@id":234754352,"@timestamp":1563982419},"coords":"51.8893773,0.2620533","bedrooms":"1","price":"212000","area":"672"} , +{"type":"Feature","id":"n234934716","geometry":{"type":"Point","coordinates":[-0.2137866,51.4683474]},"properties":{"@type":"node","@id":234934716,"@timestamp":1200578482},"coords":"51.4683474,-0.2137866","bedrooms":"1","price":"227000","area":"429"} , +{"type":"Feature","id":"n235196685","geometry":{"type":"Point","coordinates":[0.3800333,51.6716867]},"properties":{"@type":"node","@id":235196685,"@timestamp":1353535425},"coords":"51.6716867,0.3800333","bedrooms":"1","price":"234000","area":"463"} , +{"type":"Feature","id":"n235725669","geometry":{"type":"Point","coordinates":[-0.0068486,51.6162163]},"properties":{"@type":"node","@id":235725669,"@timestamp":1617515755},"coords":"51.6162163,-0.0068486","bedrooms":"0","price":"212000","area":"472"} , +{"type":"Feature","id":"n237569277","geometry":{"type":"Point","coordinates":[-0.3075455,51.7299775]},"properties":{"@type":"node","@id":237569277,"@timestamp":1200672058},"coords":"51.7299775,-0.3075455","bedrooms":"3","price":"153000","area":"447"} , +{"type":"Feature","id":"n237569305","geometry":{"type":"Point","coordinates":[-0.3026784,51.7291331]},"properties":{"@type":"node","@id":237569305,"@timestamp":1200672059},"coords":"51.7291331,-0.3026784","bedrooms":"0","price":"247000","area":"595"} , +{"type":"Feature","id":"n237990501","geometry":{"type":"Point","coordinates":[-0.7827729,51.6172802]},"properties":{"@type":"node","@id":237990501,"@timestamp":1601829949},"coords":"51.6172802,-0.7827729","bedrooms":"1","price":"170000","area":"562"} , +{"type":"Feature","id":"n239487148","geometry":{"type":"Point","coordinates":[0.1501217,51.8175505]},"properties":{"@type":"node","@id":239487148,"@timestamp":1612804255},"coords":"51.8175505,0.1501217","bedrooms":"3","price":"167000","area":"630"} , +{"type":"Feature","id":"n239711545","geometry":{"type":"Point","coordinates":[-0.2039242,51.7931804]},"properties":{"@type":"node","@id":239711545,"@timestamp":1583536598},"coords":"51.7931804,-0.2039242","bedrooms":"3","price":"239000","area":"409"} , +{"type":"Feature","id":"n239953352","geometry":{"type":"Point","coordinates":[-0.1537605,51.8001568]},"properties":{"@type":"node","@id":239953352,"@timestamp":1200755351},"coords":"51.8001568,-0.1537605","bedrooms":"1","price":"160000","area":"660"} , +{"type":"Feature","id":"n239953381","geometry":{"type":"Point","coordinates":[-0.1651539,51.8035934]},"properties":{"@type":"node","@id":239953381,"@timestamp":1200755352},"coords":"51.8035934,-0.1651539","bedrooms":"3","price":"197000","area":"662"} , +{"type":"Feature","id":"n239968269","geometry":{"type":"Point","coordinates":[-0.1680742,51.799274]},"properties":{"@type":"node","@id":239968269,"@timestamp":1200757245},"coords":"51.799274,-0.1680742","bedrooms":"1","price":"282000","area":"641"} , +{"type":"Feature","id":"n239968300","geometry":{"type":"Point","coordinates":[-0.1651973,51.8019728]},"properties":{"@type":"node","@id":239968300,"@timestamp":1200757248},"coords":"51.8019728,-0.1651973","bedrooms":"4","price":"221000","area":"405"} , +{"type":"Feature","id":"n239968326","geometry":{"type":"Point","coordinates":[-0.1642203,51.7998312]},"properties":{"@type":"node","@id":239968326,"@timestamp":1200757249},"coords":"51.7998312,-0.1642203","bedrooms":"3","price":"215000","area":"631"} , +{"type":"Feature","id":"n239968349","geometry":{"type":"Point","coordinates":[-0.1604098,51.8004153]},"properties":{"@type":"node","@id":239968349,"@timestamp":1200757251},"coords":"51.8004153,-0.1604098","bedrooms":"4","price":"235000","area":"673"} , +{"type":"Feature","id":"n239984225","geometry":{"type":"Point","coordinates":[-0.1910433,51.8084681]},"properties":{"@type":"node","@id":239984225,"@timestamp":1416212750},"coords":"51.8084681,-0.1910433","bedrooms":"0","price":"254000","area":"519"} , +{"type":"Feature","id":"n239996479","geometry":{"type":"Point","coordinates":[-0.240093,51.407367]},"properties":{"@type":"node","@id":239996479,"@timestamp":1563217323},"coords":"51.407367,-0.240093","bedrooms":"2","price":"209000","area":"364"} , +{"type":"Feature","id":"n239996557","geometry":{"type":"Point","coordinates":[-0.2578091,51.4092489]},"properties":{"@type":"node","@id":239996557,"@timestamp":1200760331},"coords":"51.4092489,-0.2578091","bedrooms":"1","price":"180000","area":"433"} , +{"type":"Feature","id":"n239996583","geometry":{"type":"Point","coordinates":[-0.272375,51.4068418]},"properties":{"@type":"node","@id":239996583,"@timestamp":1242919314},"coords":"51.4068418,-0.272375","bedrooms":"2","price":"248000","area":"385"} , +{"type":"Feature","id":"n240046376","geometry":{"type":"Point","coordinates":[-1.1108916,51.3445497]},"properties":{"@type":"node","@id":240046376,"@timestamp":1212867865},"coords":"51.3445497,-1.1108916","bedrooms":"2","price":"162000","area":"370"} , +{"type":"Feature","id":"n240046397","geometry":{"type":"Point","coordinates":[-1.0961408,51.3456057]},"properties":{"@type":"node","@id":240046397,"@timestamp":1200764394},"coords":"51.3456057,-1.0961408","bedrooms":"1","price":"294000","area":"429"} , +{"type":"Feature","id":"n240046415","geometry":{"type":"Point","coordinates":[-1.092829,51.3455342]},"properties":{"@type":"node","@id":240046415,"@timestamp":1200764395},"coords":"51.3455342,-1.092829","bedrooms":"4","price":"258000","area":"546"} , +{"type":"Feature","id":"n240046438","geometry":{"type":"Point","coordinates":[-1.0901515,51.3468444]},"properties":{"@type":"node","@id":240046438,"@timestamp":1200764396},"coords":"51.3468444,-1.0901515","bedrooms":"0","price":"168000","area":"402"} , +{"type":"Feature","id":"n240046470","geometry":{"type":"Point","coordinates":[-1.1014555,51.3436186]},"properties":{"@type":"node","@id":240046470,"@timestamp":1200764398},"coords":"51.3436186,-1.1014555","bedrooms":"4","price":"239000","area":"408"} , +{"type":"Feature","id":"n240046497","geometry":{"type":"Point","coordinates":[-1.0982642,51.344385]},"properties":{"@type":"node","@id":240046497,"@timestamp":1200764399},"coords":"51.344385,-1.0982642","bedrooms":"1","price":"171000","area":"555"} , +{"type":"Feature","id":"n240046553","geometry":{"type":"Point","coordinates":[-1.1124799,51.3439702]},"properties":{"@type":"node","@id":240046553,"@timestamp":1212867868},"coords":"51.3439702,-1.1124799","bedrooms":"1","price":"284000","area":"577"} , +{"type":"Feature","id":"n240063750","geometry":{"type":"Point","coordinates":[-0.2036355,51.3361827]},"properties":{"@type":"node","@id":240063750,"@timestamp":1200765841},"coords":"51.3361827,-0.2036355","bedrooms":"2","price":"288000","area":"643"} , +{"type":"Feature","id":"n240063773","geometry":{"type":"Point","coordinates":[-0.2070408,51.3302257]},"properties":{"@type":"node","@id":240063773,"@timestamp":1200765841},"coords":"51.3302257,-0.2070408","bedrooms":"3","price":"249000","area":"511"} , +{"type":"Feature","id":"n240063794","geometry":{"type":"Point","coordinates":[-0.1980458,51.3328982]},"properties":{"@type":"node","@id":240063794,"@timestamp":1200765842},"coords":"51.3328982,-0.1980458","bedrooms":"3","price":"176000","area":"505"} , +{"type":"Feature","id":"n240063845","geometry":{"type":"Point","coordinates":[-0.1834074,51.3343477]},"properties":{"@type":"node","@id":240063845,"@timestamp":1200765844},"coords":"51.3343477,-0.1834074","bedrooms":"0","price":"266000","area":"566"} , +{"type":"Feature","id":"n240132223","geometry":{"type":"Point","coordinates":[-0.6743775,51.7562527]},"properties":{"@type":"node","@id":240132223,"@timestamp":1210958593},"coords":"51.7562527,-0.6743775","bedrooms":"3","price":"155000","area":"630"} , +{"type":"Feature","id":"n240252181","geometry":{"type":"Point","coordinates":[0.0553767,51.5107653]},"properties":{"@type":"node","@id":240252181,"@timestamp":1621791103},"coords":"51.5107653,0.0553767","bedrooms":"0","price":"185000","area":"502"} , +{"type":"Feature","id":"n240584556","geometry":{"type":"Point","coordinates":[-0.1240831,51.3600504]},"properties":{"@type":"node","@id":240584556,"@timestamp":1200837137},"coords":"51.3600504,-0.1240831","bedrooms":"2","price":"293000","area":"582"} , +{"type":"Feature","id":"n240612966","geometry":{"type":"Point","coordinates":[-0.3634174,51.4661588]},"properties":{"@type":"node","@id":240612966,"@timestamp":1200838589},"coords":"51.4661588,-0.3634174","bedrooms":"1","price":"244000","area":"605"} , +{"type":"Feature","id":"n240613101","geometry":{"type":"Point","coordinates":[-0.3846347,51.4455701]},"properties":{"@type":"node","@id":240613101,"@timestamp":1200838593},"coords":"51.4455701,-0.3846347","bedrooms":"4","price":"290000","area":"536"} , +{"type":"Feature","id":"n240617954","geometry":{"type":"Point","coordinates":[-0.3886384,51.4492505]},"properties":{"@type":"node","@id":240617954,"@timestamp":1200838872},"coords":"51.4492505,-0.3886384","bedrooms":"3","price":"258000","area":"446"} , +{"type":"Feature","id":"n240648379","geometry":{"type":"Point","coordinates":[-0.1312264,51.3504268]},"properties":{"@type":"node","@id":240648379,"@timestamp":1200840604},"coords":"51.3504268,-0.1312264","bedrooms":"4","price":"224000","area":"477"} , +{"type":"Feature","id":"n240648560","geometry":{"type":"Point","coordinates":[-0.1304985,51.3508732]},"properties":{"@type":"node","@id":240648560,"@timestamp":1200840615},"coords":"51.3508732,-0.1304985","bedrooms":"2","price":"246000","area":"534"} , +{"type":"Feature","id":"n240648785","geometry":{"type":"Point","coordinates":[-0.1336249,51.34996]},"properties":{"@type":"node","@id":240648785,"@timestamp":1200840628},"coords":"51.34996,-0.1336249","bedrooms":"2","price":"215000","area":"590"} , +{"type":"Feature","id":"n240648955","geometry":{"type":"Point","coordinates":[-0.1358844,51.3460759]},"properties":{"@type":"node","@id":240648955,"@timestamp":1203472694},"coords":"51.3460759,-0.1358844","bedrooms":"0","price":"258000","area":"524"} , +{"type":"Feature","id":"n240747356","geometry":{"type":"Point","coordinates":[-0.2484739,51.4007568]},"properties":{"@type":"node","@id":240747356,"@timestamp":1594598588},"coords":"51.4007568,-0.2484739","bedrooms":"0","price":"223000","area":"383"} , +{"type":"Feature","id":"n240776215","geometry":{"type":"Point","coordinates":[-0.3940604,51.0311401]},"properties":{"@type":"node","@id":240776215,"@timestamp":1516834486},"coords":"51.0311401,-0.3940604","bedrooms":"0","price":"264000","area":"659"} , +{"type":"Feature","id":"n240958279","geometry":{"type":"Point","coordinates":[-0.2013519,51.3345744]},"properties":{"@type":"node","@id":240958279,"@timestamp":1200857883},"coords":"51.3345744,-0.2013519","bedrooms":"2","price":"214000","area":"607"} , +{"type":"Feature","id":"n240958322","geometry":{"type":"Point","coordinates":[-0.1986755,51.3386295]},"properties":{"@type":"node","@id":240958322,"@timestamp":1200857884},"coords":"51.3386295,-0.1986755","bedrooms":"2","price":"290000","area":"614"} , +{"type":"Feature","id":"n240958344","geometry":{"type":"Point","coordinates":[-0.1997569,51.3370881]},"properties":{"@type":"node","@id":240958344,"@timestamp":1200857885},"coords":"51.3370881,-0.1997569","bedrooms":"0","price":"193000","area":"487"} , +{"type":"Feature","id":"n240958390","geometry":{"type":"Point","coordinates":[-0.1940139,51.3411089]},"properties":{"@type":"node","@id":240958390,"@timestamp":1200857887},"coords":"51.3411089,-0.1940139","bedrooms":"0","price":"246000","area":"558"} , +{"type":"Feature","id":"n240969975","geometry":{"type":"Point","coordinates":[0.3577603,51.1698309]},"properties":{"@type":"node","@id":240969975,"@timestamp":1200858816},"coords":"51.1698309,0.3577603","bedrooms":"4","price":"281000","area":"373"} , +{"type":"Feature","id":"n241022057","geometry":{"type":"Point","coordinates":[-0.2350251,51.362091]},"properties":{"@type":"node","@id":241022057,"@timestamp":1200864818},"coords":"51.362091,-0.2350251","bedrooms":"3","price":"185000","area":"601"} , +{"type":"Feature","id":"n241463664","geometry":{"type":"Point","coordinates":[-0.3334837,51.3021993]},"properties":{"@type":"node","@id":241463664,"@timestamp":1617916363},"coords":"51.3021993,-0.3334837","bedrooms":"0","price":"299000","area":"668"} , +{"type":"Feature","id":"n241596493","geometry":{"type":"Point","coordinates":[0.5063574,51.3308567]},"properties":{"@type":"node","@id":241596493,"@timestamp":1200935058},"coords":"51.3308567,0.5063574","bedrooms":"4","price":"262000","area":"547"} , +{"type":"Feature","id":"n241596534","geometry":{"type":"Point","coordinates":[0.5145071,51.3146632]},"properties":{"@type":"node","@id":241596534,"@timestamp":1200935074},"coords":"51.3146632,0.5145071","bedrooms":"0","price":"256000","area":"486"} , +{"type":"Feature","id":"n241607853","geometry":{"type":"Point","coordinates":[-0.2149729,51.2548958]},"properties":{"@type":"node","@id":241607853,"@timestamp":1200938641},"coords":"51.2548958,-0.2149729","bedrooms":"2","price":"161000","area":"587"} , +{"type":"Feature","id":"n241632170","geometry":{"type":"Point","coordinates":[-0.2639822,51.2683823]},"properties":{"@type":"node","@id":241632170,"@timestamp":1550411439},"coords":"51.2683823,-0.2639822","bedrooms":"2","price":"187000","area":"498"} , +{"type":"Feature","id":"n241633545","geometry":{"type":"Point","coordinates":[-0.2602228,51.2845008]},"properties":{"@type":"node","@id":241633545,"@timestamp":1550411439},"coords":"51.2845008,-0.2602228","bedrooms":"3","price":"245000","area":"359"} , +{"type":"Feature","id":"n241633557","geometry":{"type":"Point","coordinates":[-0.2719645,51.3017299]},"properties":{"@type":"node","@id":241633557,"@timestamp":1550411440},"coords":"51.3017299,-0.2719645","bedrooms":"3","price":"257000","area":"370"} , +{"type":"Feature","id":"n241645378","geometry":{"type":"Point","coordinates":[-0.6366499,51.9346578]},"properties":{"@type":"node","@id":241645378,"@timestamp":1200939392},"coords":"51.9346578,-0.6366499","bedrooms":"2","price":"232000","area":"508"} , +{"type":"Feature","id":"n241729726","geometry":{"type":"Point","coordinates":[-0.2570246,51.3819169]},"properties":{"@type":"node","@id":241729726,"@timestamp":1323515599},"coords":"51.3819169,-0.2570246","bedrooms":"0","price":"270000","area":"443"} , +{"type":"Feature","id":"n241772711","geometry":{"type":"Point","coordinates":[-0.772692,51.6450282]},"properties":{"@type":"node","@id":241772711,"@timestamp":1538504037},"coords":"51.6450282,-0.772692","bedrooms":"1","price":"214000","area":"688"} , +{"type":"Feature","id":"n241782581","geometry":{"type":"Point","coordinates":[0.0031721,51.6067564]},"properties":{"@type":"node","@id":241782581,"@timestamp":1618953504},"coords":"51.6067564,0.0031721","bedrooms":"1","price":"285000","area":"643"} , +{"type":"Feature","id":"n241789316","geometry":{"type":"Point","coordinates":[-0.4292244,51.6510485]},"properties":{"@type":"node","@id":241789316,"@timestamp":1620595384},"coords":"51.6510485,-0.4292244","bedrooms":"3","price":"280000","area":"476"} , +{"type":"Feature","id":"n241795376","geometry":{"type":"Point","coordinates":[-0.3652153,51.6863638]},"properties":{"@type":"node","@id":241795376,"@timestamp":1549719639},"coords":"51.6863638,-0.3652153","bedrooms":"3","price":"187000","area":"592"} , +{"type":"Feature","id":"n241901293","geometry":{"type":"Point","coordinates":[-0.4771869,51.7655243]},"properties":{"@type":"node","@id":241901293,"@timestamp":1328736994},"coords":"51.7655243,-0.4771869","bedrooms":"4","price":"201000","area":"399"} , +{"type":"Feature","id":"n241928652","geometry":{"type":"Point","coordinates":[-0.4973193,51.0099839]},"properties":{"@type":"node","@id":241928652,"@timestamp":1201014197},"coords":"51.0099839,-0.4973193","bedrooms":"0","price":"198000","area":"498"} , +{"type":"Feature","id":"n241928666","geometry":{"type":"Point","coordinates":[-0.5004582,51.0075728]},"properties":{"@type":"node","@id":241928666,"@timestamp":1201014197},"coords":"51.0075728,-0.5004582","bedrooms":"2","price":"204000","area":"350"} , +{"type":"Feature","id":"n241936113","geometry":{"type":"Point","coordinates":[-0.4980839,51.0095828]},"properties":{"@type":"node","@id":241936113,"@timestamp":1201016609},"coords":"51.0095828,-0.4980839","bedrooms":"3","price":"176000","area":"350"} , +{"type":"Feature","id":"n241986563","geometry":{"type":"Point","coordinates":[-0.658477,51.9105075]},"properties":{"@type":"node","@id":241986563,"@timestamp":1201021840},"coords":"51.9105075,-0.658477","bedrooms":"0","price":"265000","area":"360"} , +{"type":"Feature","id":"n242062212","geometry":{"type":"Point","coordinates":[0.2654449,51.6510215]},"properties":{"@type":"node","@id":242062212,"@timestamp":1332459583},"coords":"51.6510215,0.2654449","bedrooms":"3","price":"295000","area":"516"} , +{"type":"Feature","id":"n242076474","geometry":{"type":"Point","coordinates":[-0.4525512,51.7276957]},"properties":{"@type":"node","@id":242076474,"@timestamp":1388754738},"coords":"51.7276957,-0.4525512","bedrooms":"1","price":"182000","area":"551"} , +{"type":"Feature","id":"n242152958","geometry":{"type":"Point","coordinates":[0.8991234,51.0570036]},"properties":{"@type":"node","@id":242152958,"@timestamp":1201032558},"coords":"51.0570036,0.8991234","bedrooms":"3","price":"155000","area":"437"} , +{"type":"Feature","id":"n242156559","geometry":{"type":"Point","coordinates":[-0.127027,51.4382304]},"properties":{"@type":"node","@id":242156559,"@timestamp":1536761195},"coords":"51.4382304,-0.127027","bedrooms":"1","price":"189000","area":"630"} , +{"type":"Feature","id":"n242308784","geometry":{"type":"Point","coordinates":[-0.0964537,51.5765768]},"properties":{"@type":"node","@id":242308784,"@timestamp":1601778368},"coords":"51.5765768,-0.0964537","bedrooms":"1","price":"286000","area":"598"} , +{"type":"Feature","id":"n242399134","geometry":{"type":"Point","coordinates":[-0.1411187,51.5519132]},"properties":{"@type":"node","@id":242399134,"@timestamp":1629035134},"coords":"51.5519132,-0.1411187","bedrooms":"3","price":"255000","area":"478"} , +{"type":"Feature","id":"n242414366","geometry":{"type":"Point","coordinates":[-0.1773327,51.5164371]},"properties":{"@type":"node","@id":242414366,"@timestamp":1562857831},"coords":"51.5164371,-0.1773327","bedrooms":"3","price":"275000","area":"689"} , +{"type":"Feature","id":"n242538439","geometry":{"type":"Point","coordinates":[-0.3995975,51.4477753]},"properties":{"@type":"node","@id":242538439,"@timestamp":1201085510},"coords":"51.4477753,-0.3995975","bedrooms":"4","price":"258000","area":"602"} , +{"type":"Feature","id":"n242538472","geometry":{"type":"Point","coordinates":[-0.3980654,51.4458602]},"properties":{"@type":"node","@id":242538472,"@timestamp":1201085512},"coords":"51.4458602,-0.3980654","bedrooms":"2","price":"206000","area":"624"} , +{"type":"Feature","id":"n242550956","geometry":{"type":"Point","coordinates":[-0.0668704,51.5729529]},"properties":{"@type":"node","@id":242550956,"@timestamp":1536029700},"coords":"51.5729529,-0.0668704","bedrooms":"1","price":"194000","area":"643"} , +{"type":"Feature","id":"n242569331","geometry":{"type":"Point","coordinates":[-0.2551399,51.3984409]},"properties":{"@type":"node","@id":242569331,"@timestamp":1587856113},"coords":"51.3984409,-0.2551399","bedrooms":"2","price":"268000","area":"455"} , +{"type":"Feature","id":"n242677853","geometry":{"type":"Point","coordinates":[-0.6642287,51.9063599]},"properties":{"@type":"node","@id":242677853,"@timestamp":1201109597},"coords":"51.9063599,-0.6642287","bedrooms":"3","price":"204000","area":"350"} , +{"type":"Feature","id":"n242693896","geometry":{"type":"Point","coordinates":[-0.2756078,51.6139186]},"properties":{"@type":"node","@id":242693896,"@timestamp":1336577676},"coords":"51.6139186,-0.2756078","bedrooms":"2","price":"234000","area":"447"} , +{"type":"Feature","id":"n242708571","geometry":{"type":"Point","coordinates":[-0.2361032,51.59516]},"properties":{"@type":"node","@id":242708571,"@timestamp":1344626785},"coords":"51.59516,-0.2361032","bedrooms":"4","price":"178000","area":"616"} , +{"type":"Feature","id":"n242716901","geometry":{"type":"Point","coordinates":[-0.2365295,51.5924948]},"properties":{"@type":"node","@id":242716901,"@timestamp":1344626786},"coords":"51.5924948,-0.2365295","bedrooms":"4","price":"246000","area":"615"} , +{"type":"Feature","id":"n242744908","geometry":{"type":"Point","coordinates":[-0.2548572,51.6217396]},"properties":{"@type":"node","@id":242744908,"@timestamp":1564915274},"coords":"51.6217396,-0.2548572","bedrooms":"3","price":"188000","area":"440"} , +{"type":"Feature","id":"n242786643","geometry":{"type":"Point","coordinates":[0.876204,51.0235278]},"properties":{"@type":"node","@id":242786643,"@timestamp":1201125831},"coords":"51.0235278,0.876204","bedrooms":"4","price":"154000","area":"427"} , +{"type":"Feature","id":"n242820414","geometry":{"type":"Point","coordinates":[0.4052153,51.5244904]},"properties":{"@type":"node","@id":242820414,"@timestamp":1201129005},"coords":"51.5244904,0.4052153","bedrooms":"2","price":"241000","area":"616"} , +{"type":"Feature","id":"n242927842","geometry":{"type":"Point","coordinates":[-0.0779551,51.5114471]},"properties":{"@type":"node","@id":242927842,"@timestamp":1566422317},"coords":"51.5114471,-0.0779551","bedrooms":"1","price":"185000","area":"492"} , +{"type":"Feature","id":"n242932560","geometry":{"type":"Point","coordinates":[-0.3087684,51.7301905]},"properties":{"@type":"node","@id":242932560,"@timestamp":1201177852},"coords":"51.7301905,-0.3087684","bedrooms":"0","price":"173000","area":"363"} , +{"type":"Feature","id":"n243029783","geometry":{"type":"Point","coordinates":[-0.657182,51.5790133]},"properties":{"@type":"node","@id":243029783,"@timestamp":1201196165},"coords":"51.5790133,-0.657182","bedrooms":"4","price":"268000","area":"606"} , +{"type":"Feature","id":"n243029804","geometry":{"type":"Point","coordinates":[-0.6563779,51.5779964]},"properties":{"@type":"node","@id":243029804,"@timestamp":1201196166},"coords":"51.5779964,-0.6563779","bedrooms":"2","price":"243000","area":"678"} , +{"type":"Feature","id":"n243029814","geometry":{"type":"Point","coordinates":[-0.6520863,51.5777408]},"properties":{"@type":"node","@id":243029814,"@timestamp":1201196167},"coords":"51.5777408,-0.6520863","bedrooms":"1","price":"248000","area":"529"} , +{"type":"Feature","id":"n243029824","geometry":{"type":"Point","coordinates":[-0.6515908,51.5781359]},"properties":{"@type":"node","@id":243029824,"@timestamp":1201196168},"coords":"51.5781359,-0.6515908","bedrooms":"0","price":"284000","area":"452"} , +{"type":"Feature","id":"n243029841","geometry":{"type":"Point","coordinates":[-0.6493187,51.5749981]},"properties":{"@type":"node","@id":243029841,"@timestamp":1201196170},"coords":"51.5749981,-0.6493187","bedrooms":"3","price":"255000","area":"684"} , +{"type":"Feature","id":"n243029853","geometry":{"type":"Point","coordinates":[-0.6466166,51.5731444]},"properties":{"@type":"node","@id":243029853,"@timestamp":1201196172},"coords":"51.5731444,-0.6466166","bedrooms":"1","price":"299000","area":"650"} , +{"type":"Feature","id":"n243046639","geometry":{"type":"Point","coordinates":[-0.1513761,51.4057381]},"properties":{"@type":"node","@id":243046639,"@timestamp":1592693211},"coords":"51.4057381,-0.1513761","bedrooms":"2","price":"245000","area":"556"} , +{"type":"Feature","id":"n243068133","geometry":{"type":"Point","coordinates":[-1.1118145,51.2433876]},"properties":{"@type":"node","@id":243068133,"@timestamp":1201207181},"coords":"51.2433876,-1.1118145","bedrooms":"1","price":"168000","area":"359"} , +{"type":"Feature","id":"n243074499","geometry":{"type":"Point","coordinates":[-0.0029792,51.3744618]},"properties":{"@type":"node","@id":243074499,"@timestamp":1523055741},"coords":"51.3744618,-0.0029792","bedrooms":"1","price":"214000","area":"442"} , +{"type":"Feature","id":"n243081830","geometry":{"type":"Point","coordinates":[-0.305566,51.4854688]},"properties":{"@type":"node","@id":243081830,"@timestamp":1201215613},"coords":"51.4854688,-0.305566","bedrooms":"2","price":"293000","area":"628"} , +{"type":"Feature","id":"n243180333","geometry":{"type":"Point","coordinates":[-0.1364977,51.4413085]},"properties":{"@type":"node","@id":243180333,"@timestamp":1201255073},"coords":"51.4413085,-0.1364977","bedrooms":"0","price":"235000","area":"637"} , +{"type":"Feature","id":"n243228894","geometry":{"type":"Point","coordinates":[-0.5930964,51.3137294]},"properties":{"@type":"node","@id":243228894,"@timestamp":1276877368},"coords":"51.3137294,-0.5930964","bedrooms":"3","price":"201000","area":"516"} , +{"type":"Feature","id":"n243264361","geometry":{"type":"Point","coordinates":[-0.2202998,51.7732198]},"properties":{"@type":"node","@id":243264361,"@timestamp":1404331655},"coords":"51.7732198,-0.2202998","bedrooms":"1","price":"252000","area":"593"} , +{"type":"Feature","id":"n243313774","geometry":{"type":"Point","coordinates":[-0.5260923,51.843714]},"properties":{"@type":"node","@id":243313774,"@timestamp":1209335599},"coords":"51.843714,-0.5260923","bedrooms":"0","price":"278000","area":"539"} , +{"type":"Feature","id":"n243320359","geometry":{"type":"Point","coordinates":[-0.1008303,51.4527751]},"properties":{"@type":"node","@id":243320359,"@timestamp":1313661337},"coords":"51.4527751,-0.1008303","bedrooms":"1","price":"205000","area":"665"} , +{"type":"Feature","id":"n243339651","geometry":{"type":"Point","coordinates":[-0.5090617,51.1268192]},"properties":{"@type":"node","@id":243339651,"@timestamp":1201296077},"coords":"51.1268192,-0.5090617","bedrooms":"2","price":"221000","area":"460"} , +{"type":"Feature","id":"n243339661","geometry":{"type":"Point","coordinates":[-0.5050436,51.1325894]},"properties":{"@type":"node","@id":243339661,"@timestamp":1201296078},"coords":"51.1325894,-0.5050436","bedrooms":"4","price":"244000","area":"517"} , +{"type":"Feature","id":"n243459968","geometry":{"type":"Point","coordinates":[-0.2569877,51.5066357]},"properties":{"@type":"node","@id":243459968,"@timestamp":1627765403},"coords":"51.5066357,-0.2569877","bedrooms":"0","price":"218000","area":"478"} , +{"type":"Feature","id":"n243461998","geometry":{"type":"Point","coordinates":[-0.2668082,51.4925558]},"properties":{"@type":"node","@id":243461998,"@timestamp":1636414563},"coords":"51.4925558,-0.2668082","bedrooms":"1","price":"238000","area":"661"} , +{"type":"Feature","id":"n243465881","geometry":{"type":"Point","coordinates":[0.860004,51.0078543]},"properties":{"@type":"node","@id":243465881,"@timestamp":1201350012},"coords":"51.0078543,0.860004","bedrooms":"1","price":"152000","area":"456"} , +{"type":"Feature","id":"n243481080","geometry":{"type":"Point","coordinates":[-0.1759501,51.8052406]},"properties":{"@type":"node","@id":243481080,"@timestamp":1328733484},"coords":"51.8052406,-0.1759501","bedrooms":"1","price":"161000","area":"542"} , +{"type":"Feature","id":"n243482031","geometry":{"type":"Point","coordinates":[-0.1744942,51.8040197]},"properties":{"@type":"node","@id":243482031,"@timestamp":1328733487},"coords":"51.8040197,-0.1744942","bedrooms":"4","price":"264000","area":"372"} , +{"type":"Feature","id":"n243482522","geometry":{"type":"Point","coordinates":[-0.1735759,51.8048742]},"properties":{"@type":"node","@id":243482522,"@timestamp":1328733488},"coords":"51.8048742,-0.1735759","bedrooms":"1","price":"230000","area":"468"} , +{"type":"Feature","id":"n243482652","geometry":{"type":"Point","coordinates":[-0.1717219,51.8046035]},"properties":{"@type":"node","@id":243482652,"@timestamp":1328733476},"coords":"51.8046035,-0.1717219","bedrooms":"1","price":"179000","area":"541"} , +{"type":"Feature","id":"n243484586","geometry":{"type":"Point","coordinates":[0.2223898,51.5329386]},"properties":{"@type":"node","@id":243484586,"@timestamp":1201357738},"coords":"51.5329386,0.2223898","bedrooms":"4","price":"209000","area":"502"} , +{"type":"Feature","id":"n243484688","geometry":{"type":"Point","coordinates":[0.21339,51.5313787]},"properties":{"@type":"node","@id":243484688,"@timestamp":1201357618},"coords":"51.5313787,0.21339","bedrooms":"0","price":"258000","area":"578"} , +{"type":"Feature","id":"n243485033","geometry":{"type":"Point","coordinates":[0.2223471,51.5326786]},"properties":{"@type":"node","@id":243485033,"@timestamp":1201357736},"coords":"51.5326786,0.2223471","bedrooms":"1","price":"252000","area":"500"} , +{"type":"Feature","id":"n243497394","geometry":{"type":"Point","coordinates":[-0.1368611,51.9075854]},"properties":{"@type":"node","@id":243497394,"@timestamp":1494340335},"coords":"51.9075854,-0.1368611","bedrooms":"1","price":"248000","area":"444"} , +{"type":"Feature","id":"n243497443","geometry":{"type":"Point","coordinates":[-0.1387499,51.9069237]},"properties":{"@type":"node","@id":243497443,"@timestamp":1201363452},"coords":"51.9069237,-0.1387499","bedrooms":"2","price":"181000","area":"622"} , +{"type":"Feature","id":"n243502743","geometry":{"type":"Point","coordinates":[-0.1368774,51.8957455]},"properties":{"@type":"node","@id":243502743,"@timestamp":1201364597},"coords":"51.8957455,-0.1368774","bedrooms":"1","price":"189000","area":"624"} , +{"type":"Feature","id":"n243502783","geometry":{"type":"Point","coordinates":[-0.1479744,51.8979273]},"properties":{"@type":"node","@id":243502783,"@timestamp":1546781448},"coords":"51.8979273,-0.1479744","bedrooms":"3","price":"252000","area":"379"} , +{"type":"Feature","id":"n243510218","geometry":{"type":"Point","coordinates":[-0.0706874,51.5294069]},"properties":{"@type":"node","@id":243510218,"@timestamp":1582081480},"coords":"51.5294069,-0.0706874","bedrooms":"2","price":"266000","area":"460"} , +{"type":"Feature","id":"n243512072","geometry":{"type":"Point","coordinates":[-0.4275886,51.4605305]},"properties":{"@type":"node","@id":243512072,"@timestamp":1201996786},"coords":"51.4605305,-0.4275886","bedrooms":"1","price":"262000","area":"435"} , +{"type":"Feature","id":"n243512509","geometry":{"type":"Point","coordinates":[-0.4289945,51.4636128]},"properties":{"@type":"node","@id":243512509,"@timestamp":1201372043},"coords":"51.4636128,-0.4289945","bedrooms":"1","price":"157000","area":"359"} , +{"type":"Feature","id":"n243512645","geometry":{"type":"Point","coordinates":[-0.4333926,51.4599267]},"properties":{"@type":"node","@id":243512645,"@timestamp":1201372279},"coords":"51.4599267,-0.4333926","bedrooms":"0","price":"224000","area":"612"} , +{"type":"Feature","id":"n243512821","geometry":{"type":"Point","coordinates":[-0.4343479,51.4581783]},"properties":{"@type":"node","@id":243512821,"@timestamp":1201372379},"coords":"51.4581783,-0.4343479","bedrooms":"0","price":"296000","area":"354"} , +{"type":"Feature","id":"n243512935","geometry":{"type":"Point","coordinates":[-0.4351365,51.4566778]},"properties":{"@type":"node","@id":243512935,"@timestamp":1201372385},"coords":"51.4566778,-0.4351365","bedrooms":"1","price":"297000","area":"359"} , +{"type":"Feature","id":"n243512982","geometry":{"type":"Point","coordinates":[-0.4367271,51.4581603]},"properties":{"@type":"node","@id":243512982,"@timestamp":1201372390},"coords":"51.4581603,-0.4367271","bedrooms":"2","price":"156000","area":"591"} , +{"type":"Feature","id":"n243513008","geometry":{"type":"Point","coordinates":[-0.4373535,51.4559793]},"properties":{"@type":"node","@id":243513008,"@timestamp":1201372391},"coords":"51.4559793,-0.4373535","bedrooms":"1","price":"280000","area":"448"} , +{"type":"Feature","id":"n243513153","geometry":{"type":"Point","coordinates":[-0.4148902,51.4621438]},"properties":{"@type":"node","@id":243513153,"@timestamp":1201372396},"coords":"51.4621438,-0.4148902","bedrooms":"3","price":"198000","area":"670"} , +{"type":"Feature","id":"n243522840","geometry":{"type":"Point","coordinates":[-0.3125158,51.4956487]},"properties":{"@type":"node","@id":243522840,"@timestamp":1257607527},"coords":"51.4956487,-0.3125158","bedrooms":"1","price":"222000","area":"608"} , +{"type":"Feature","id":"n243531981","geometry":{"type":"Point","coordinates":[-1.1107608,51.3315723]},"properties":{"@type":"node","@id":243531981,"@timestamp":1201379578},"coords":"51.3315723,-1.1107608","bedrooms":"4","price":"297000","area":"676"} , +{"type":"Feature","id":"n243531997","geometry":{"type":"Point","coordinates":[-1.1251061,51.337987]},"properties":{"@type":"node","@id":243531997,"@timestamp":1237653595},"coords":"51.337987,-1.1251061","bedrooms":"2","price":"189000","area":"418"} , +{"type":"Feature","id":"n243532093","geometry":{"type":"Point","coordinates":[-1.1184881,51.3344442]},"properties":{"@type":"node","@id":243532093,"@timestamp":1206132574},"coords":"51.3344442,-1.1184881","bedrooms":"1","price":"279000","area":"450"} , +{"type":"Feature","id":"n243540800","geometry":{"type":"Point","coordinates":[-1.1194269,51.3469016]},"properties":{"@type":"node","@id":243540800,"@timestamp":1212867871},"coords":"51.3469016,-1.1194269","bedrooms":"1","price":"196000","area":"447"} , +{"type":"Feature","id":"n243607482","geometry":{"type":"Point","coordinates":[0.0137553,51.4810541]},"properties":{"@type":"node","@id":243607482,"@timestamp":1610801955},"coords":"51.4810541,0.0137553","bedrooms":"3","price":"278000","area":"641"} , +{"type":"Feature","id":"n243633638","geometry":{"type":"Point","coordinates":[0.0272773,51.4818124]},"properties":{"@type":"node","@id":243633638,"@timestamp":1201390306},"coords":"51.4818124,0.0272773","bedrooms":"0","price":"272000","area":"642"} , +{"type":"Feature","id":"n243661345","geometry":{"type":"Point","coordinates":[-0.0048444,51.4741678]},"properties":{"@type":"node","@id":243661345,"@timestamp":1201437918},"coords":"51.4741678,-0.0048444","bedrooms":"2","price":"156000","area":"535"} , +{"type":"Feature","id":"n243680309","geometry":{"type":"Point","coordinates":[-0.0053809,51.4745755]},"properties":{"@type":"node","@id":243680309,"@timestamp":1201437904},"coords":"51.4745755,-0.0053809","bedrooms":"1","price":"269000","area":"480"} , +{"type":"Feature","id":"n243680329","geometry":{"type":"Point","coordinates":[-0.0086095,51.4732345]},"properties":{"@type":"node","@id":243680329,"@timestamp":1201437906},"coords":"51.4732345,-0.0086095","bedrooms":"4","price":"292000","area":"627"} , +{"type":"Feature","id":"n243680349","geometry":{"type":"Point","coordinates":[-0.0058687,51.4729094]},"properties":{"@type":"node","@id":243680349,"@timestamp":1201437908},"coords":"51.4729094,-0.0058687","bedrooms":"3","price":"232000","area":"571"} , +{"type":"Feature","id":"n243680372","geometry":{"type":"Point","coordinates":[-0.0102491,51.4731291]},"properties":{"@type":"node","@id":243680372,"@timestamp":1201437910},"coords":"51.4731291,-0.0102491","bedrooms":"3","price":"187000","area":"482"} , +{"type":"Feature","id":"n243680382","geometry":{"type":"Point","coordinates":[-0.0116061,51.4736194]},"properties":{"@type":"node","@id":243680382,"@timestamp":1201437911},"coords":"51.4736194,-0.0116061","bedrooms":"4","price":"287000","area":"400"} , +{"type":"Feature","id":"n243680392","geometry":{"type":"Point","coordinates":[-0.0107376,51.4737479]},"properties":{"@type":"node","@id":243680392,"@timestamp":1201437912},"coords":"51.4737479,-0.0107376","bedrooms":"1","price":"205000","area":"618"} , +{"type":"Feature","id":"n243682741","geometry":{"type":"Point","coordinates":[-0.0155034,51.4730377]},"properties":{"@type":"node","@id":243682741,"@timestamp":1627340729},"coords":"51.4730377,-0.0155034","bedrooms":"4","price":"218000","area":"570"} , +{"type":"Feature","id":"n243687730","geometry":{"type":"Point","coordinates":[-0.0135185,51.4732903]},"properties":{"@type":"node","@id":243687730,"@timestamp":1201440682},"coords":"51.4732903,-0.0135185","bedrooms":"3","price":"180000","area":"566"} , +{"type":"Feature","id":"n243687740","geometry":{"type":"Point","coordinates":[-0.0127508,51.4728524]},"properties":{"@type":"node","@id":243687740,"@timestamp":1201440683},"coords":"51.4728524,-0.0127508","bedrooms":"1","price":"243000","area":"409"} , +{"type":"Feature","id":"n243687750","geometry":{"type":"Point","coordinates":[-0.0122065,51.4737519]},"properties":{"@type":"node","@id":243687750,"@timestamp":1201440684},"coords":"51.4737519,-0.0122065","bedrooms":"2","price":"243000","area":"421"} , +{"type":"Feature","id":"n243687762","geometry":{"type":"Point","coordinates":[-0.0117403,51.4741617]},"properties":{"@type":"node","@id":243687762,"@timestamp":1201440685},"coords":"51.4741617,-0.0117403","bedrooms":"3","price":"195000","area":"424"} , +{"type":"Feature","id":"n243699905","geometry":{"type":"Point","coordinates":[-0.6935151,51.9541688]},"properties":{"@type":"node","@id":243699905,"@timestamp":1201446130},"coords":"51.9541688,-0.6935151","bedrooms":"2","price":"206000","area":"568"} , +{"type":"Feature","id":"n243699920","geometry":{"type":"Point","coordinates":[-0.681617,51.9528139]},"properties":{"@type":"node","@id":243699920,"@timestamp":1201446131},"coords":"51.9528139,-0.681617","bedrooms":"1","price":"158000","area":"677"} , +{"type":"Feature","id":"n243699934","geometry":{"type":"Point","coordinates":[-0.6635201,51.9625102]},"properties":{"@type":"node","@id":243699934,"@timestamp":1201446133},"coords":"51.9625102,-0.6635201","bedrooms":"3","price":"151000","area":"420"} , +{"type":"Feature","id":"n243701914","geometry":{"type":"Point","coordinates":[-0.0102634,51.4778903]},"properties":{"@type":"node","@id":243701914,"@timestamp":1201447047},"coords":"51.4778903,-0.0102634","bedrooms":"2","price":"282000","area":"526"} , +{"type":"Feature","id":"n243707521","geometry":{"type":"Point","coordinates":[-0.0085282,51.4796812]},"properties":{"@type":"node","@id":243707521,"@timestamp":1201448832},"coords":"51.4796812,-0.0085282","bedrooms":"0","price":"190000","area":"512"} , +{"type":"Feature","id":"n243707532","geometry":{"type":"Point","coordinates":[-0.0097278,51.479218]},"properties":{"@type":"node","@id":243707532,"@timestamp":1201448833},"coords":"51.479218,-0.0097278","bedrooms":"2","price":"182000","area":"634"} , +{"type":"Feature","id":"n243707542","geometry":{"type":"Point","coordinates":[-0.0093099,51.4795054]},"properties":{"@type":"node","@id":243707542,"@timestamp":1201448834},"coords":"51.4795054,-0.0093099","bedrooms":"4","price":"279000","area":"438"} , +{"type":"Feature","id":"n243707562","geometry":{"type":"Point","coordinates":[-0.0076598,51.4792552]},"properties":{"@type":"node","@id":243707562,"@timestamp":1618527241},"coords":"51.4792552,-0.0076598","bedrooms":"4","price":"258000","area":"564"} , +{"type":"Feature","id":"n243709421","geometry":{"type":"Point","coordinates":[-0.0081832,51.477801]},"properties":{"@type":"node","@id":243709421,"@timestamp":1201449438},"coords":"51.477801,-0.0081832","bedrooms":"0","price":"176000","area":"658"} , +{"type":"Feature","id":"n243709433","geometry":{"type":"Point","coordinates":[-0.0070247,51.477974]},"properties":{"@type":"node","@id":243709433,"@timestamp":1201449439},"coords":"51.477974,-0.0070247","bedrooms":"0","price":"248000","area":"684"} , +{"type":"Feature","id":"n243709447","geometry":{"type":"Point","coordinates":[-0.0088915,51.4763865]},"properties":{"@type":"node","@id":243709447,"@timestamp":1201449440},"coords":"51.4763865,-0.0088915","bedrooms":"0","price":"291000","area":"614"} , +{"type":"Feature","id":"n243709923","geometry":{"type":"Point","coordinates":[-0.0036104,51.4751713]},"properties":{"@type":"node","@id":243709923,"@timestamp":1201449803},"coords":"51.4751713,-0.0036104","bedrooms":"1","price":"153000","area":"379"} , +{"type":"Feature","id":"n243712163","geometry":{"type":"Point","coordinates":[-0.0058761,51.4732716]},"properties":{"@type":"node","@id":243712163,"@timestamp":1201450421},"coords":"51.4732716,-0.0058761","bedrooms":"1","price":"249000","area":"542"} , +{"type":"Feature","id":"n243715096","geometry":{"type":"Point","coordinates":[-0.2585712,51.4144126]},"properties":{"@type":"node","@id":243715096,"@timestamp":1201451658},"coords":"51.4144126,-0.2585712","bedrooms":"1","price":"240000","area":"675"} , +{"type":"Feature","id":"n243715124","geometry":{"type":"Point","coordinates":[-0.2614761,51.4115259]},"properties":{"@type":"node","@id":243715124,"@timestamp":1594250189},"coords":"51.4115259,-0.2614761","bedrooms":"0","price":"272000","area":"417"} , +{"type":"Feature","id":"n243715137","geometry":{"type":"Point","coordinates":[-0.2725952,51.4124938]},"properties":{"@type":"node","@id":243715137,"@timestamp":1201451660},"coords":"51.4124938,-0.2725952","bedrooms":"4","price":"264000","area":"604"} , +{"type":"Feature","id":"n243715166","geometry":{"type":"Point","coordinates":[-0.2679234,51.4161362]},"properties":{"@type":"node","@id":243715166,"@timestamp":1605829948},"coords":"51.4161362,-0.2679234","bedrooms":"0","price":"157000","area":"391"} , +{"type":"Feature","id":"n243715218","geometry":{"type":"Point","coordinates":[-0.2722675,51.4170513]},"properties":{"@type":"node","@id":243715218,"@timestamp":1201451664},"coords":"51.4170513,-0.2722675","bedrooms":"4","price":"231000","area":"680"} , +{"type":"Feature","id":"n243715252","geometry":{"type":"Point","coordinates":[-0.2548437,51.417858]},"properties":{"@type":"node","@id":243715252,"@timestamp":1201451666},"coords":"51.417858,-0.2548437","bedrooms":"0","price":"295000","area":"380"} , +{"type":"Feature","id":"n243715282","geometry":{"type":"Point","coordinates":[-0.2510979,51.4163985]},"properties":{"@type":"node","@id":243715282,"@timestamp":1201451668},"coords":"51.4163985,-0.2510979","bedrooms":"3","price":"215000","area":"458"} , +{"type":"Feature","id":"n243715919","geometry":{"type":"Point","coordinates":[-1.011524,50.9517237]},"properties":{"@type":"node","@id":243715919,"@timestamp":1201452051},"coords":"50.9517237,-1.011524","bedrooms":"4","price":"294000","area":"664"} , +{"type":"Feature","id":"n243715974","geometry":{"type":"Point","coordinates":[-1.0341952,50.952568]},"properties":{"@type":"node","@id":243715974,"@timestamp":1204193516},"coords":"50.952568,-1.0341952","bedrooms":"1","price":"264000","area":"578"} , +{"type":"Feature","id":"n243722148","geometry":{"type":"Point","coordinates":[0.0309568,51.4631669]},"properties":{"@type":"node","@id":243722148,"@timestamp":1201455491},"coords":"51.4631669,0.0309568","bedrooms":"4","price":"218000","area":"430"} , +{"type":"Feature","id":"n243722179","geometry":{"type":"Point","coordinates":[0.0333333,51.4640865]},"properties":{"@type":"node","@id":243722179,"@timestamp":1201455492},"coords":"51.4640865,0.0333333","bedrooms":"4","price":"246000","area":"641"} , +{"type":"Feature","id":"n243723013","geometry":{"type":"Point","coordinates":[0.0368419,51.462647]},"properties":{"@type":"node","@id":243723013,"@timestamp":1201455906},"coords":"51.462647,0.0368419","bedrooms":"3","price":"284000","area":"663"} , +{"type":"Feature","id":"n243723146","geometry":{"type":"Point","coordinates":[0.0341539,51.4624703]},"properties":{"@type":"node","@id":243723146,"@timestamp":1619261814},"coords":"51.4624703,0.0341539","bedrooms":"1","price":"294000","area":"426"} , +{"type":"Feature","id":"n243726089","geometry":{"type":"Point","coordinates":[0.0350386,51.4600671]},"properties":{"@type":"node","@id":243726089,"@timestamp":1201456998},"coords":"51.4600671,0.0350386","bedrooms":"1","price":"246000","area":"402"} , +{"type":"Feature","id":"n243726107","geometry":{"type":"Point","coordinates":[0.0379318,51.4603025]},"properties":{"@type":"node","@id":243726107,"@timestamp":1201456999},"coords":"51.4603025,0.0379318","bedrooms":"1","price":"183000","area":"627"} , +{"type":"Feature","id":"n243726126","geometry":{"type":"Point","coordinates":[0.0369002,51.4606674]},"properties":{"@type":"node","@id":243726126,"@timestamp":1201457000},"coords":"51.4606674,0.0369002","bedrooms":"1","price":"275000","area":"601"} , +{"type":"Feature","id":"n243732298","geometry":{"type":"Point","coordinates":[0.2461928,51.472333]},"properties":{"@type":"node","@id":243732298,"@timestamp":1201459254},"coords":"51.472333,0.2461928","bedrooms":"1","price":"223000","area":"472"} , +{"type":"Feature","id":"n243746405","geometry":{"type":"Point","coordinates":[0.0423588,51.4701614]},"properties":{"@type":"node","@id":243746405,"@timestamp":1201463521},"coords":"51.4701614,0.0423588","bedrooms":"4","price":"207000","area":"487"} , +{"type":"Feature","id":"n243750099","geometry":{"type":"Point","coordinates":[0.0471884,51.4700875]},"properties":{"@type":"node","@id":243750099,"@timestamp":1201464992},"coords":"51.4700875,0.0471884","bedrooms":"3","price":"160000","area":"499"} , +{"type":"Feature","id":"n243750673","geometry":{"type":"Point","coordinates":[0.0420956,51.4725021]},"properties":{"@type":"node","@id":243750673,"@timestamp":1201465281},"coords":"51.4725021,0.0420956","bedrooms":"1","price":"217000","area":"394"} , +{"type":"Feature","id":"n243751631","geometry":{"type":"Point","coordinates":[0.030602,51.4720209]},"properties":{"@type":"node","@id":243751631,"@timestamp":1201465483},"coords":"51.4720209,0.030602","bedrooms":"4","price":"251000","area":"364"} , +{"type":"Feature","id":"n243757699","geometry":{"type":"Point","coordinates":[-0.0071032,51.4679135]},"properties":{"@type":"node","@id":243757699,"@timestamp":1627245681},"coords":"51.4679135,-0.0071032","bedrooms":"4","price":"231000","area":"513"} , +{"type":"Feature","id":"n243760434","geometry":{"type":"Point","coordinates":[-0.010431,51.4707826]},"properties":{"@type":"node","@id":243760434,"@timestamp":1201468515},"coords":"51.4707826,-0.010431","bedrooms":"2","price":"166000","area":"486"} , +{"type":"Feature","id":"n243763087","geometry":{"type":"Point","coordinates":[-0.018323,51.4783117]},"properties":{"@type":"node","@id":243763087,"@timestamp":1201470271},"coords":"51.4783117,-0.018323","bedrooms":"3","price":"236000","area":"683"} , +{"type":"Feature","id":"n243764578","geometry":{"type":"Point","coordinates":[0.0166385,51.4668387]},"properties":{"@type":"node","@id":243764578,"@timestamp":1201470841},"coords":"51.4668387,0.0166385","bedrooms":"3","price":"210000","area":"495"} , +{"type":"Feature","id":"n243764607","geometry":{"type":"Point","coordinates":[-0.0066531,51.4825423]},"properties":{"@type":"node","@id":243764607,"@timestamp":1603381763},"coords":"51.4825423,-0.0066531","bedrooms":"3","price":"198000","area":"553"} , +{"type":"Feature","id":"n243769409","geometry":{"type":"Point","coordinates":[-0.0127604,51.4739507]},"properties":{"@type":"node","@id":243769409,"@timestamp":1201472217},"coords":"51.4739507,-0.0127604","bedrooms":"2","price":"240000","area":"562"} , +{"type":"Feature","id":"n243772152","geometry":{"type":"Point","coordinates":[0.0284466,51.4674968]},"properties":{"@type":"node","@id":243772152,"@timestamp":1619261814},"coords":"51.4674968,0.0284466","bedrooms":"0","price":"259000","area":"560"} , +{"type":"Feature","id":"n243782454","geometry":{"type":"Point","coordinates":[0.0616849,51.4709069]},"properties":{"@type":"node","@id":243782454,"@timestamp":1201477117},"coords":"51.4709069,0.0616849","bedrooms":"4","price":"246000","area":"544"} , +{"type":"Feature","id":"n243782471","geometry":{"type":"Point","coordinates":[0.0691689,51.4743778]},"properties":{"@type":"node","@id":243782471,"@timestamp":1201477119},"coords":"51.4743778,0.0691689","bedrooms":"2","price":"168000","area":"370"} , +{"type":"Feature","id":"n243785653","geometry":{"type":"Point","coordinates":[0.08327,51.4648703]},"properties":{"@type":"node","@id":243785653,"@timestamp":1201478646},"coords":"51.4648703,0.08327","bedrooms":"4","price":"171000","area":"698"} , +{"type":"Feature","id":"n243785687","geometry":{"type":"Point","coordinates":[0.0420512,51.4600762]},"properties":{"@type":"node","@id":243785687,"@timestamp":1201478438},"coords":"51.4600762,0.0420512","bedrooms":"0","price":"239000","area":"479"} , +{"type":"Feature","id":"n243787360","geometry":{"type":"Point","coordinates":[0.038923,51.4629513]},"properties":{"@type":"node","@id":243787360,"@timestamp":1201479288},"coords":"51.4629513,0.038923","bedrooms":"2","price":"245000","area":"522"} , +{"type":"Feature","id":"n243787386","geometry":{"type":"Point","coordinates":[0.03834,51.464823]},"properties":{"@type":"node","@id":243787386,"@timestamp":1201479296},"coords":"51.464823,0.03834","bedrooms":"1","price":"227000","area":"650"} , +{"type":"Feature","id":"n243788582","geometry":{"type":"Point","coordinates":[0.044698,51.4637049]},"properties":{"@type":"node","@id":243788582,"@timestamp":1201480793},"coords":"51.4637049,0.044698","bedrooms":"0","price":"203000","area":"516"} , +{"type":"Feature","id":"n243788600","geometry":{"type":"Point","coordinates":[0.0408352,51.4623998]},"properties":{"@type":"node","@id":243788600,"@timestamp":1201480008},"coords":"51.4623998,0.0408352","bedrooms":"1","price":"239000","area":"516"} , +{"type":"Feature","id":"n243788610","geometry":{"type":"Point","coordinates":[0.0447978,51.4619633]},"properties":{"@type":"node","@id":243788610,"@timestamp":1201480009},"coords":"51.4619633,0.0447978","bedrooms":"3","price":"256000","area":"419"} , +{"type":"Feature","id":"n243789461","geometry":{"type":"Point","coordinates":[0.0491848,51.4613407]},"properties":{"@type":"node","@id":243789461,"@timestamp":1201480678},"coords":"51.4613407,0.0491848","bedrooms":"3","price":"228000","area":"384"} , +{"type":"Feature","id":"n243789473","geometry":{"type":"Point","coordinates":[0.0476964,51.4613174]},"properties":{"@type":"node","@id":243789473,"@timestamp":1201480679},"coords":"51.4613174,0.0476964","bedrooms":"3","price":"165000","area":"477"} , +{"type":"Feature","id":"n243789484","geometry":{"type":"Point","coordinates":[0.0474525,51.4614311]},"properties":{"@type":"node","@id":243789484,"@timestamp":1201480680},"coords":"51.4614311,0.0474525","bedrooms":"1","price":"213000","area":"678"} , +{"type":"Feature","id":"n243814259","geometry":{"type":"Point","coordinates":[-0.086078,51.5323935]},"properties":{"@type":"node","@id":243814259,"@timestamp":1484557847},"coords":"51.5323935,-0.086078","bedrooms":"3","price":"217000","area":"462"} , +{"type":"Feature","id":"n243832536","geometry":{"type":"Point","coordinates":[0.0095113,51.4552022]},"properties":{"@type":"node","@id":243832536,"@timestamp":1201519550},"coords":"51.4552022,0.0095113","bedrooms":"0","price":"289000","area":"430"} , +{"type":"Feature","id":"n243832562","geometry":{"type":"Point","coordinates":[0.0140732,51.4527591]},"properties":{"@type":"node","@id":243832562,"@timestamp":1619261814},"coords":"51.4527591,0.0140732","bedrooms":"1","price":"256000","area":"429"} , +{"type":"Feature","id":"n243862286","geometry":{"type":"Point","coordinates":[0.880109,51.1087784]},"properties":{"@type":"node","@id":243862286,"@timestamp":1600808400},"coords":"51.1087784,0.880109","bedrooms":"4","price":"287000","area":"492"} , +{"type":"Feature","id":"n243867021","geometry":{"type":"Point","coordinates":[-0.174863,51.5432672]},"properties":{"@type":"node","@id":243867021,"@timestamp":1564915275},"coords":"51.5432672,-0.174863","bedrooms":"1","price":"152000","area":"598"} , +{"type":"Feature","id":"n243882342","geometry":{"type":"Point","coordinates":[-0.0378342,51.6556065]},"properties":{"@type":"node","@id":243882342,"@timestamp":1201552057},"coords":"51.6556065,-0.0378342","bedrooms":"1","price":"293000","area":"510"} , +{"type":"Feature","id":"n243883545","geometry":{"type":"Point","coordinates":[-0.0374616,51.6469191]},"properties":{"@type":"node","@id":243883545,"@timestamp":1205400710},"coords":"51.6469191,-0.0374616","bedrooms":"0","price":"158000","area":"459"} , +{"type":"Feature","id":"n243886096","geometry":{"type":"Point","coordinates":[-0.1392433,51.6457201]},"properties":{"@type":"node","@id":243886096,"@timestamp":1201553566},"coords":"51.6457201,-0.1392433","bedrooms":"1","price":"163000","area":"535"} , +{"type":"Feature","id":"n243886108","geometry":{"type":"Point","coordinates":[-0.1300186,51.6418207]},"properties":{"@type":"node","@id":243886108,"@timestamp":1201553567},"coords":"51.6418207,-0.1300186","bedrooms":"0","price":"222000","area":"502"} , +{"type":"Feature","id":"n243886136","geometry":{"type":"Point","coordinates":[-0.130896,51.6362039]},"properties":{"@type":"node","@id":243886136,"@timestamp":1201553571},"coords":"51.6362039,-0.130896","bedrooms":"1","price":"194000","area":"406"} , +{"type":"Feature","id":"n243893652","geometry":{"type":"Point","coordinates":[-0.9337691,51.5655333]},"properties":{"@type":"node","@id":243893652,"@timestamp":1201558167},"coords":"51.5655333,-0.9337691","bedrooms":"0","price":"280000","area":"593"} , +{"type":"Feature","id":"n243898557","geometry":{"type":"Point","coordinates":[-0.1323714,51.4281121]},"properties":{"@type":"node","@id":243898557,"@timestamp":1611343977},"coords":"51.4281121,-0.1323714","bedrooms":"4","price":"206000","area":"631"} , +{"type":"Feature","id":"n243988418","geometry":{"type":"Point","coordinates":[-0.4196151,51.8144431]},"properties":{"@type":"node","@id":243988418,"@timestamp":1459023799},"coords":"51.8144431,-0.4196151","bedrooms":"4","price":"189000","area":"665"} , +{"type":"Feature","id":"n243992110","geometry":{"type":"Point","coordinates":[-0.2399109,51.7617863]},"properties":{"@type":"node","@id":243992110,"@timestamp":1552605493},"coords":"51.7617863,-0.2399109","bedrooms":"2","price":"262000","area":"411"} , +{"type":"Feature","id":"n244022635","geometry":{"type":"Point","coordinates":[-0.3591831,51.4306035]},"properties":{"@type":"node","@id":244022635,"@timestamp":1605259838},"coords":"51.4306035,-0.3591831","bedrooms":"3","price":"217000","area":"612"} , +{"type":"Feature","id":"n244048396","geometry":{"type":"Point","coordinates":[0.0219304,51.4446243]},"properties":{"@type":"node","@id":244048396,"@timestamp":1201645391},"coords":"51.4446243,0.0219304","bedrooms":"1","price":"207000","area":"632"} , +{"type":"Feature","id":"n244054257","geometry":{"type":"Point","coordinates":[-0.6958222,51.8332839]},"properties":{"@type":"node","@id":244054257,"@timestamp":1201646547},"coords":"51.8332839,-0.6958222","bedrooms":"1","price":"193000","area":"384"} , +{"type":"Feature","id":"n244055190","geometry":{"type":"Point","coordinates":[-0.5923562,51.3075236]},"properties":{"@type":"node","@id":244055190,"@timestamp":1212262356},"coords":"51.3075236,-0.5923562","bedrooms":"4","price":"190000","area":"658"} , +{"type":"Feature","id":"n244119740","geometry":{"type":"Point","coordinates":[-0.1352165,51.4425205]},"properties":{"@type":"node","@id":244119740,"@timestamp":1589531949},"coords":"51.4425205,-0.1352165","bedrooms":"2","price":"176000","area":"373"} , +{"type":"Feature","id":"n244152938","geometry":{"type":"Point","coordinates":[-0.1307618,51.4019076]},"properties":{"@type":"node","@id":244152938,"@timestamp":1601762262},"coords":"51.4019076,-0.1307618","bedrooms":"3","price":"173000","area":"563"} , +{"type":"Feature","id":"n244169000","geometry":{"type":"Point","coordinates":[-0.5086034,51.0064574]},"properties":{"@type":"node","@id":244169000,"@timestamp":1201716695},"coords":"51.0064574,-0.5086034","bedrooms":"4","price":"291000","area":"639"} , +{"type":"Feature","id":"n244169010","geometry":{"type":"Point","coordinates":[-0.5069617,51.0068516]},"properties":{"@type":"node","@id":244169010,"@timestamp":1201716695},"coords":"51.0068516,-0.5069617","bedrooms":"3","price":"173000","area":"352"} , +{"type":"Feature","id":"n244169035","geometry":{"type":"Point","coordinates":[-0.5045678,51.0059486]},"properties":{"@type":"node","@id":244169035,"@timestamp":1201716696},"coords":"51.0059486,-0.5045678","bedrooms":"0","price":"278000","area":"436"} , +{"type":"Feature","id":"n244188924","geometry":{"type":"Point","coordinates":[-0.1216862,51.3908716]},"properties":{"@type":"node","@id":244188924,"@timestamp":1453070972},"coords":"51.3908716,-0.1216862","bedrooms":"1","price":"192000","area":"495"} , +{"type":"Feature","id":"n244210637","geometry":{"type":"Point","coordinates":[-1.1154933,51.2380276]},"properties":{"@type":"node","@id":244210637,"@timestamp":1201727445},"coords":"51.2380276,-1.1154933","bedrooms":"0","price":"236000","area":"373"} , +{"type":"Feature","id":"n244210659","geometry":{"type":"Point","coordinates":[-1.1142885,51.2379738]},"properties":{"@type":"node","@id":244210659,"@timestamp":1201727449},"coords":"51.2379738,-1.1142885","bedrooms":"3","price":"299000","area":"577"} , +{"type":"Feature","id":"n244210802","geometry":{"type":"Point","coordinates":[-1.1115927,51.2390048]},"properties":{"@type":"node","@id":244210802,"@timestamp":1586937382},"coords":"51.2390048,-1.1115927","bedrooms":"0","price":"239000","area":"558"} , +{"type":"Feature","id":"n244221955","geometry":{"type":"Point","coordinates":[0.4084156,51.2683668]},"properties":{"@type":"node","@id":244221955,"@timestamp":1201735816},"coords":"51.2683668,0.4084156","bedrooms":"4","price":"268000","area":"682"} , +{"type":"Feature","id":"n244222970","geometry":{"type":"Point","coordinates":[0.4050687,51.2720895]},"properties":{"@type":"node","@id":244222970,"@timestamp":1201736907},"coords":"51.2720895,0.4050687","bedrooms":"1","price":"245000","area":"520"} , +{"type":"Feature","id":"n244375028","geometry":{"type":"Point","coordinates":[-0.3557887,51.8154283]},"properties":{"@type":"node","@id":244375028,"@timestamp":1628117246},"coords":"51.8154283,-0.3557887","bedrooms":"1","price":"293000","area":"558"} , +{"type":"Feature","id":"n244394633","geometry":{"type":"Point","coordinates":[-0.3561284,51.8162884]},"properties":{"@type":"node","@id":244394633,"@timestamp":1629446409},"coords":"51.8162884,-0.3561284","bedrooms":"3","price":"185000","area":"613"} , +{"type":"Feature","id":"n244412534","geometry":{"type":"Point","coordinates":[-1.113525,51.2394047]},"properties":{"@type":"node","@id":244412534,"@timestamp":1201811835},"coords":"51.2394047,-1.113525","bedrooms":"0","price":"278000","area":"368"} , +{"type":"Feature","id":"n244416564","geometry":{"type":"Point","coordinates":[0.1248551,51.4574608]},"properties":{"@type":"node","@id":244416564,"@timestamp":1201813905},"coords":"51.4574608,0.1248551","bedrooms":"0","price":"244000","area":"470"} , +{"type":"Feature","id":"n244435709","geometry":{"type":"Point","coordinates":[0.0080252,51.4775084]},"properties":{"@type":"node","@id":244435709,"@timestamp":1609801355},"coords":"51.4775084,0.0080252","bedrooms":"2","price":"175000","area":"453"} , +{"type":"Feature","id":"n244491245","geometry":{"type":"Point","coordinates":[-0.3582712,51.8185305]},"properties":{"@type":"node","@id":244491245,"@timestamp":1566666395},"coords":"51.8185305,-0.3582712","bedrooms":"3","price":"259000","area":"544"} , +{"type":"Feature","id":"n244635892","geometry":{"type":"Point","coordinates":[-0.1281197,51.3745386]},"properties":{"@type":"node","@id":244635892,"@timestamp":1393970914},"coords":"51.3745386,-0.1281197","bedrooms":"1","price":"218000","area":"481"} , +{"type":"Feature","id":"n244683518","geometry":{"type":"Point","coordinates":[0.3940667,51.2669846]},"properties":{"@type":"node","@id":244683518,"@timestamp":1201909937},"coords":"51.2669846,0.3940667","bedrooms":"4","price":"295000","area":"508"} , +{"type":"Feature","id":"n244689334","geometry":{"type":"Point","coordinates":[0.3921549,51.2690473]},"properties":{"@type":"node","@id":244689334,"@timestamp":1201910374},"coords":"51.2690473,0.3921549","bedrooms":"1","price":"152000","area":"468"} , +{"type":"Feature","id":"n244689381","geometry":{"type":"Point","coordinates":[0.3906455,51.2675179]},"properties":{"@type":"node","@id":244689381,"@timestamp":1201910375},"coords":"51.2675179,0.3906455","bedrooms":"1","price":"154000","area":"519"} , +{"type":"Feature","id":"n244689430","geometry":{"type":"Point","coordinates":[0.3905147,51.26625]},"properties":{"@type":"node","@id":244689430,"@timestamp":1201910377},"coords":"51.26625,0.3905147","bedrooms":"4","price":"233000","area":"699"} , +{"type":"Feature","id":"n244689457","geometry":{"type":"Point","coordinates":[0.3901122,51.2681015]},"properties":{"@type":"node","@id":244689457,"@timestamp":1201910378},"coords":"51.2681015,0.3901122","bedrooms":"0","price":"203000","area":"464"} , +{"type":"Feature","id":"n244690991","geometry":{"type":"Point","coordinates":[-0.0875932,51.528614]},"properties":{"@type":"node","@id":244690991,"@timestamp":1611152677},"coords":"51.528614,-0.0875932","bedrooms":"0","price":"290000","area":"422"} , +{"type":"Feature","id":"n244697176","geometry":{"type":"Point","coordinates":[0.3939393,51.2681134]},"properties":{"@type":"node","@id":244697176,"@timestamp":1201911358},"coords":"51.2681134,0.3939393","bedrooms":"0","price":"188000","area":"421"} , +{"type":"Feature","id":"n244697197","geometry":{"type":"Point","coordinates":[0.3945299,51.2671492]},"properties":{"@type":"node","@id":244697197,"@timestamp":1201911360},"coords":"51.2671492,0.3945299","bedrooms":"4","price":"275000","area":"414"} , +{"type":"Feature","id":"n244713389","geometry":{"type":"Point","coordinates":[0.3946705,51.2679526]},"properties":{"@type":"node","@id":244713389,"@timestamp":1468681945},"coords":"51.2679526,0.3946705","bedrooms":"0","price":"162000","area":"485"} , +{"type":"Feature","id":"n244726429","geometry":{"type":"Point","coordinates":[0.1617775,51.6067967]},"properties":{"@type":"node","@id":244726429,"@timestamp":1201913660},"coords":"51.6067967,0.1617775","bedrooms":"1","price":"227000","area":"515"} , +{"type":"Feature","id":"n244726450","geometry":{"type":"Point","coordinates":[0.164642,51.6068281]},"properties":{"@type":"node","@id":244726450,"@timestamp":1201913661},"coords":"51.6068281,0.164642","bedrooms":"2","price":"200000","area":"360"} , +{"type":"Feature","id":"n244726471","geometry":{"type":"Point","coordinates":[0.1605932,51.6045147]},"properties":{"@type":"node","@id":244726471,"@timestamp":1201913662},"coords":"51.6045147,0.1605932","bedrooms":"2","price":"163000","area":"654"} , +{"type":"Feature","id":"n244731187","geometry":{"type":"Point","coordinates":[0.1604515,51.6072241]},"properties":{"@type":"node","@id":244731187,"@timestamp":1201914053},"coords":"51.6072241,0.1604515","bedrooms":"0","price":"188000","area":"688"} , +{"type":"Feature","id":"n244731212","geometry":{"type":"Point","coordinates":[0.1591559,51.6058663]},"properties":{"@type":"node","@id":244731212,"@timestamp":1201914054},"coords":"51.6058663,0.1591559","bedrooms":"1","price":"255000","area":"400"} , +{"type":"Feature","id":"n244731233","geometry":{"type":"Point","coordinates":[0.1713034,51.6077917]},"properties":{"@type":"node","@id":244731233,"@timestamp":1201914055},"coords":"51.6077917,0.1713034","bedrooms":"4","price":"206000","area":"553"} , +{"type":"Feature","id":"n244731252","geometry":{"type":"Point","coordinates":[0.1713213,51.6087094]},"properties":{"@type":"node","@id":244731252,"@timestamp":1201914056},"coords":"51.6087094,0.1713213","bedrooms":"0","price":"199000","area":"690"} , +{"type":"Feature","id":"n244736394","geometry":{"type":"Point","coordinates":[0.1594768,51.6033227]},"properties":{"@type":"node","@id":244736394,"@timestamp":1201914455},"coords":"51.6033227,0.1594768","bedrooms":"1","price":"285000","area":"448"} , +{"type":"Feature","id":"n244736623","geometry":{"type":"Point","coordinates":[0.1611282,51.6028663]},"properties":{"@type":"node","@id":244736623,"@timestamp":1201914471},"coords":"51.6028663,0.1611282","bedrooms":"2","price":"197000","area":"373"} , +{"type":"Feature","id":"n244736835","geometry":{"type":"Point","coordinates":[0.1627084,51.601924]},"properties":{"@type":"node","@id":244736835,"@timestamp":1201914487},"coords":"51.601924,0.1627084","bedrooms":"3","price":"248000","area":"373"} , +{"type":"Feature","id":"n244737045","geometry":{"type":"Point","coordinates":[0.1621994,51.6010061]},"properties":{"@type":"node","@id":244737045,"@timestamp":1224630800},"coords":"51.6010061,0.1621994","bedrooms":"3","price":"204000","area":"606"} , +{"type":"Feature","id":"n244739619","geometry":{"type":"Point","coordinates":[0.1622162,51.6096895]},"properties":{"@type":"node","@id":244739619,"@timestamp":1201914690},"coords":"51.6096895,0.1622162","bedrooms":"4","price":"192000","area":"432"} , +{"type":"Feature","id":"n244741733","geometry":{"type":"Point","coordinates":[0.1579779,51.6151015]},"properties":{"@type":"node","@id":244741733,"@timestamp":1201914859},"coords":"51.6151015,0.1579779","bedrooms":"1","price":"164000","area":"625"} , +{"type":"Feature","id":"n244741751","geometry":{"type":"Point","coordinates":[0.1580036,51.6131507]},"properties":{"@type":"node","@id":244741751,"@timestamp":1201914859},"coords":"51.6131507,0.1580036","bedrooms":"3","price":"298000","area":"606"} , +{"type":"Feature","id":"n244741769","geometry":{"type":"Point","coordinates":[0.156738,51.6144233]},"properties":{"@type":"node","@id":244741769,"@timestamp":1201914860},"coords":"51.6144233,0.156738","bedrooms":"0","price":"191000","area":"438"} , +{"type":"Feature","id":"n244741788","geometry":{"type":"Point","coordinates":[0.156481,51.6152252]},"properties":{"@type":"node","@id":244741788,"@timestamp":1201914861},"coords":"51.6152252,0.156481","bedrooms":"0","price":"202000","area":"682"} , +{"type":"Feature","id":"n244743490","geometry":{"type":"Point","coordinates":[0.1555405,51.613641]},"properties":{"@type":"node","@id":244743490,"@timestamp":1201914994},"coords":"51.613641,0.1555405","bedrooms":"3","price":"244000","area":"393"} , +{"type":"Feature","id":"n244743511","geometry":{"type":"Point","coordinates":[0.1568024,51.6125482]},"properties":{"@type":"node","@id":244743511,"@timestamp":1201914995},"coords":"51.6125482,0.1568024","bedrooms":"1","price":"275000","area":"673"} , +{"type":"Feature","id":"n244746186","geometry":{"type":"Point","coordinates":[0.1584541,51.608844]},"properties":{"@type":"node","@id":244746186,"@timestamp":1201915207},"coords":"51.608844,0.1584541","bedrooms":"1","price":"287000","area":"544"} , +{"type":"Feature","id":"n244749010","geometry":{"type":"Point","coordinates":[0.1671256,51.6034026]},"properties":{"@type":"node","@id":244749010,"@timestamp":1201915418},"coords":"51.6034026,0.1671256","bedrooms":"2","price":"208000","area":"381"} , +{"type":"Feature","id":"n244749038","geometry":{"type":"Point","coordinates":[0.1686395,51.6027529]},"properties":{"@type":"node","@id":244749038,"@timestamp":1201915419},"coords":"51.6027529,0.1686395","bedrooms":"3","price":"207000","area":"561"} , +{"type":"Feature","id":"n244751912","geometry":{"type":"Point","coordinates":[0.174822,51.6066428]},"properties":{"@type":"node","@id":244751912,"@timestamp":1201915633},"coords":"51.6066428,0.174822","bedrooms":"2","price":"283000","area":"401"} , +{"type":"Feature","id":"n244751930","geometry":{"type":"Point","coordinates":[0.1729331,51.6061384]},"properties":{"@type":"node","@id":244751930,"@timestamp":1201915634},"coords":"51.6061384,0.1729331","bedrooms":"3","price":"227000","area":"578"} , +{"type":"Feature","id":"n244754857","geometry":{"type":"Point","coordinates":[0.173399,51.6092901]},"properties":{"@type":"node","@id":244754857,"@timestamp":1201915874},"coords":"51.6092901,0.173399","bedrooms":"3","price":"150000","area":"542"} , +{"type":"Feature","id":"n244891203","geometry":{"type":"Point","coordinates":[-0.7447798,50.9820071]},"properties":{"@type":"node","@id":244891203,"@timestamp":1221309431},"coords":"50.9820071,-0.7447798","bedrooms":"0","price":"183000","area":"534"} , +{"type":"Feature","id":"n244921280","geometry":{"type":"Point","coordinates":[-0.5952627,51.267104]},"properties":{"@type":"node","@id":244921280,"@timestamp":1201956145},"coords":"51.267104,-0.5952627","bedrooms":"2","price":"273000","area":"653"} , +{"type":"Feature","id":"n244921950","geometry":{"type":"Point","coordinates":[-0.5937288,51.2657084]},"properties":{"@type":"node","@id":244921950,"@timestamp":1201956274},"coords":"51.2657084,-0.5937288","bedrooms":"3","price":"295000","area":"458"} , +{"type":"Feature","id":"n244924302","geometry":{"type":"Point","coordinates":[-0.5916477,51.2631887]},"properties":{"@type":"node","@id":244924302,"@timestamp":1201956894},"coords":"51.2631887,-0.5916477","bedrooms":"1","price":"211000","area":"530"} , +{"type":"Feature","id":"n244929073","geometry":{"type":"Point","coordinates":[-0.9776912,51.4525983]},"properties":{"@type":"node","@id":244929073,"@timestamp":1384200653},"coords":"51.4525983,-0.9776912","bedrooms":"2","price":"247000","area":"519"} , +{"type":"Feature","id":"n244930010","geometry":{"type":"Point","coordinates":[-0.392557,51.7946956]},"properties":{"@type":"node","@id":244930010,"@timestamp":1328734928},"coords":"51.7946956,-0.392557","bedrooms":"1","price":"156000","area":"415"} , +{"type":"Feature","id":"n244979781","geometry":{"type":"Point","coordinates":[-0.5878512,51.2496024]},"properties":{"@type":"node","@id":244979781,"@timestamp":1576665070},"coords":"51.2496024,-0.5878512","bedrooms":"4","price":"220000","area":"445"} , +{"type":"Feature","id":"n245003168","geometry":{"type":"Point","coordinates":[-0.4353996,51.4541654]},"properties":{"@type":"node","@id":245003168,"@timestamp":1201972735},"coords":"51.4541654,-0.4353996","bedrooms":"3","price":"230000","area":"487"} , +{"type":"Feature","id":"n245003211","geometry":{"type":"Point","coordinates":[-0.4376887,51.4545079]},"properties":{"@type":"node","@id":245003211,"@timestamp":1201972738},"coords":"51.4545079,-0.4376887","bedrooms":"0","price":"253000","area":"600"} , +{"type":"Feature","id":"n245003231","geometry":{"type":"Point","coordinates":[-0.4377563,51.4545304]},"properties":{"@type":"node","@id":245003231,"@timestamp":1201972740},"coords":"51.4545304,-0.4377563","bedrooms":"3","price":"273000","area":"683"} , +{"type":"Feature","id":"n245009017","geometry":{"type":"Point","coordinates":[-0.1797609,51.6389801]},"properties":{"@type":"node","@id":245009017,"@timestamp":1564915275},"coords":"51.6389801,-0.1797609","bedrooms":"2","price":"154000","area":"418"} , +{"type":"Feature","id":"n245013533","geometry":{"type":"Point","coordinates":[0.1614303,51.5756511]},"properties":{"@type":"node","@id":245013533,"@timestamp":1201977433},"coords":"51.5756511,0.1614303","bedrooms":"4","price":"282000","area":"375"} , +{"type":"Feature","id":"n245014417","geometry":{"type":"Point","coordinates":[0.1602785,51.5727082]},"properties":{"@type":"node","@id":245014417,"@timestamp":1201977978},"coords":"51.5727082,0.1602785","bedrooms":"4","price":"236000","area":"416"} , +{"type":"Feature","id":"n245014592","geometry":{"type":"Point","coordinates":[0.1606839,51.5709145]},"properties":{"@type":"node","@id":245014592,"@timestamp":1207573384},"coords":"51.5709145,0.1606839","bedrooms":"3","price":"216000","area":"527"} , +{"type":"Feature","id":"n245015241","geometry":{"type":"Point","coordinates":[0.1589768,51.5724109]},"properties":{"@type":"node","@id":245015241,"@timestamp":1201978487},"coords":"51.5724109,0.1589768","bedrooms":"4","price":"235000","area":"482"} , +{"type":"Feature","id":"n245015251","geometry":{"type":"Point","coordinates":[0.1626574,51.5728765]},"properties":{"@type":"node","@id":245015251,"@timestamp":1201978487},"coords":"51.5728765,0.1626574","bedrooms":"2","price":"244000","area":"360"} , +{"type":"Feature","id":"n245015263","geometry":{"type":"Point","coordinates":[0.163374,51.5738685]},"properties":{"@type":"node","@id":245015263,"@timestamp":1201978488},"coords":"51.5738685,0.163374","bedrooms":"1","price":"225000","area":"646"} , +{"type":"Feature","id":"n245015918","geometry":{"type":"Point","coordinates":[0.1560117,51.5747369]},"properties":{"@type":"node","@id":245015918,"@timestamp":1201978631},"coords":"51.5747369,0.1560117","bedrooms":"2","price":"257000","area":"514"} , +{"type":"Feature","id":"n245016038","geometry":{"type":"Point","coordinates":[0.1566457,51.5737936]},"properties":{"@type":"node","@id":245016038,"@timestamp":1201978706},"coords":"51.5737936,0.1566457","bedrooms":"2","price":"176000","area":"602"} , +{"type":"Feature","id":"n245016338","geometry":{"type":"Point","coordinates":[0.1612084,51.5685038]},"properties":{"@type":"node","@id":245016338,"@timestamp":1201978924},"coords":"51.5685038,0.1612084","bedrooms":"0","price":"293000","area":"367"} , +{"type":"Feature","id":"n245016859","geometry":{"type":"Point","coordinates":[0.1546851,51.5733612]},"properties":{"@type":"node","@id":245016859,"@timestamp":1201979075},"coords":"51.5733612,0.1546851","bedrooms":"4","price":"227000","area":"369"} , +{"type":"Feature","id":"n245017927","geometry":{"type":"Point","coordinates":[0.1665949,51.573883]},"properties":{"@type":"node","@id":245017927,"@timestamp":1201979481},"coords":"51.573883,0.1665949","bedrooms":"2","price":"180000","area":"643"} , +{"type":"Feature","id":"n245017940","geometry":{"type":"Point","coordinates":[0.1682016,51.5736909]},"properties":{"@type":"node","@id":245017940,"@timestamp":1201979482},"coords":"51.5736909,0.1682016","bedrooms":"3","price":"296000","area":"358"} , +{"type":"Feature","id":"n245018790","geometry":{"type":"Point","coordinates":[0.1775582,51.5740315]},"properties":{"@type":"node","@id":245018790,"@timestamp":1201979911},"coords":"51.5740315,0.1775582","bedrooms":"0","price":"207000","area":"567"} , +{"type":"Feature","id":"n245019145","geometry":{"type":"Point","coordinates":[0.1699874,51.5752486]},"properties":{"@type":"node","@id":245019145,"@timestamp":1201980014},"coords":"51.5752486,0.1699874","bedrooms":"0","price":"271000","area":"520"} , +{"type":"Feature","id":"n245019647","geometry":{"type":"Point","coordinates":[0.1547282,51.5771704]},"properties":{"@type":"node","@id":245019647,"@timestamp":1201980283},"coords":"51.5771704,0.1547282","bedrooms":"2","price":"263000","area":"365"} , +{"type":"Feature","id":"n245020050","geometry":{"type":"Point","coordinates":[-1.107737,51.5234012]},"properties":{"@type":"node","@id":245020050,"@timestamp":1201980483},"coords":"51.5234012,-1.107737","bedrooms":"3","price":"215000","area":"437"} , +{"type":"Feature","id":"n245020065","geometry":{"type":"Point","coordinates":[-1.1068637,51.5223018]},"properties":{"@type":"node","@id":245020065,"@timestamp":1201980485},"coords":"51.5223018,-1.1068637","bedrooms":"4","price":"218000","area":"695"} , +{"type":"Feature","id":"n245020310","geometry":{"type":"Point","coordinates":[-1.1054603,51.5210853]},"properties":{"@type":"node","@id":245020310,"@timestamp":1201980636},"coords":"51.5210853,-1.1054603","bedrooms":"2","price":"285000","area":"613"} , +{"type":"Feature","id":"n245020450","geometry":{"type":"Point","coordinates":[0.15435,51.570909]},"properties":{"@type":"node","@id":245020450,"@timestamp":1201980784},"coords":"51.570909,0.15435","bedrooms":"3","price":"266000","area":"556"} , +{"type":"Feature","id":"n245022190","geometry":{"type":"Point","coordinates":[-1.0996512,51.5149188]},"properties":{"@type":"node","@id":245022190,"@timestamp":1236453831},"coords":"51.5149188,-1.0996512","bedrooms":"3","price":"278000","area":"502"} , +{"type":"Feature","id":"n245022212","geometry":{"type":"Point","coordinates":[-1.1067223,51.5177249]},"properties":{"@type":"node","@id":245022212,"@timestamp":1236453835},"coords":"51.5177249,-1.1067223","bedrooms":"3","price":"229000","area":"683"} , +{"type":"Feature","id":"n245022252","geometry":{"type":"Point","coordinates":[-1.1112111,51.5166362]},"properties":{"@type":"node","@id":245022252,"@timestamp":1201981571},"coords":"51.5166362,-1.1112111","bedrooms":"0","price":"181000","area":"450"} , +{"type":"Feature","id":"n245023156","geometry":{"type":"Point","coordinates":[-1.1131797,51.5155348]},"properties":{"@type":"node","@id":245023156,"@timestamp":1201982122},"coords":"51.5155348,-1.1131797","bedrooms":"4","price":"274000","area":"418"} , +{"type":"Feature","id":"n245023207","geometry":{"type":"Point","coordinates":[-1.1071029,51.511821]},"properties":{"@type":"node","@id":245023207,"@timestamp":1201982126},"coords":"51.511821,-1.1071029","bedrooms":"3","price":"207000","area":"628"} , +{"type":"Feature","id":"n245023244","geometry":{"type":"Point","coordinates":[-1.0918765,51.5097037]},"properties":{"@type":"node","@id":245023244,"@timestamp":1201982128},"coords":"51.5097037,-1.0918765","bedrooms":"1","price":"210000","area":"649"} , +{"type":"Feature","id":"n245023255","geometry":{"type":"Point","coordinates":[-1.1024311,51.5103847]},"properties":{"@type":"node","@id":245023255,"@timestamp":1201982129},"coords":"51.5103847,-1.1024311","bedrooms":"4","price":"276000","area":"662"} , +{"type":"Feature","id":"n245024283","geometry":{"type":"Point","coordinates":[-1.113378,51.5113959]},"properties":{"@type":"node","@id":245024283,"@timestamp":1201982647},"coords":"51.5113959,-1.113378","bedrooms":"4","price":"216000","area":"526"} , +{"type":"Feature","id":"n245024301","geometry":{"type":"Point","coordinates":[-1.1097267,51.5127479]},"properties":{"@type":"node","@id":245024301,"@timestamp":1201982649},"coords":"51.5127479,-1.1097267","bedrooms":"3","price":"286000","area":"660"} , +{"type":"Feature","id":"n245026530","geometry":{"type":"Point","coordinates":[-0.0855714,51.0695436]},"properties":{"@type":"node","@id":245026530,"@timestamp":1201983490},"coords":"51.0695436,-0.0855714","bedrooms":"4","price":"150000","area":"632"} , +{"type":"Feature","id":"n245026591","geometry":{"type":"Point","coordinates":[-0.0881103,51.066191]},"properties":{"@type":"node","@id":245026591,"@timestamp":1203282788},"coords":"51.066191,-0.0881103","bedrooms":"0","price":"293000","area":"403"} , +{"type":"Feature","id":"n245026758","geometry":{"type":"Point","coordinates":[-0.0904081,51.0725008]},"properties":{"@type":"node","@id":245026758,"@timestamp":1201983516},"coords":"51.0725008,-0.0904081","bedrooms":"1","price":"222000","area":"692"} , +{"type":"Feature","id":"n245026768","geometry":{"type":"Point","coordinates":[-0.0888798,51.072687]},"properties":{"@type":"node","@id":245026768,"@timestamp":1201983517},"coords":"51.072687,-0.0888798","bedrooms":"1","price":"171000","area":"368"} , +{"type":"Feature","id":"n245027055","geometry":{"type":"Point","coordinates":[-0.1081694,51.1110686]},"properties":{"@type":"node","@id":245027055,"@timestamp":1201983725},"coords":"51.1110686,-0.1081694","bedrooms":"0","price":"184000","area":"556"} , +{"type":"Feature","id":"n245027070","geometry":{"type":"Point","coordinates":[-0.1032165,51.10672]},"properties":{"@type":"node","@id":245027070,"@timestamp":1201983727},"coords":"51.10672,-0.1032165","bedrooms":"2","price":"298000","area":"588"} , +{"type":"Feature","id":"n245034902","geometry":{"type":"Point","coordinates":[0.1554664,51.5808404]},"properties":{"@type":"node","@id":245034902,"@timestamp":1201985780},"coords":"51.5808404,0.1554664","bedrooms":"4","price":"150000","area":"410"} , +{"type":"Feature","id":"n245035032","geometry":{"type":"Point","coordinates":[0.1651021,51.5811151]},"properties":{"@type":"node","@id":245035032,"@timestamp":1201985796},"coords":"51.5811151,0.1651021","bedrooms":"4","price":"273000","area":"482"} , +{"type":"Feature","id":"n245035055","geometry":{"type":"Point","coordinates":[0.1761099,51.5774703]},"properties":{"@type":"node","@id":245035055,"@timestamp":1201985800},"coords":"51.5774703,0.1761099","bedrooms":"2","price":"234000","area":"616"} , +{"type":"Feature","id":"n245037869","geometry":{"type":"Point","coordinates":[0.175586,51.5783613]},"properties":{"@type":"node","@id":245037869,"@timestamp":1201986327},"coords":"51.5783613,0.175586","bedrooms":"3","price":"239000","area":"475"} , +{"type":"Feature","id":"n245038036","geometry":{"type":"Point","coordinates":[0.1682913,51.5825529]},"properties":{"@type":"node","@id":245038036,"@timestamp":1201986351},"coords":"51.5825529,0.1682913","bedrooms":"2","price":"258000","area":"450"} , +{"type":"Feature","id":"n245038866","geometry":{"type":"Point","coordinates":[0.1740632,51.5802818]},"properties":{"@type":"node","@id":245038866,"@timestamp":1201986476},"coords":"51.5802818,0.1740632","bedrooms":"2","price":"296000","area":"408"} , +{"type":"Feature","id":"n245038885","geometry":{"type":"Point","coordinates":[0.1738485,51.5814712]},"properties":{"@type":"node","@id":245038885,"@timestamp":1201986477},"coords":"51.5814712,0.1738485","bedrooms":"4","price":"167000","area":"477"} , +{"type":"Feature","id":"n245038900","geometry":{"type":"Point","coordinates":[0.1719524,51.5827328]},"properties":{"@type":"node","@id":245038900,"@timestamp":1201986478},"coords":"51.5827328,0.1719524","bedrooms":"2","price":"265000","area":"548"} , +{"type":"Feature","id":"n245040271","geometry":{"type":"Point","coordinates":[0.1612164,51.5701077]},"properties":{"@type":"node","@id":245040271,"@timestamp":1201986702},"coords":"51.5701077,0.1612164","bedrooms":"3","price":"165000","area":"493"} , +{"type":"Feature","id":"n245053376","geometry":{"type":"Point","coordinates":[0.1680511,51.5827619]},"properties":{"@type":"node","@id":245053376,"@timestamp":1201989773},"coords":"51.5827619,0.1680511","bedrooms":"0","price":"152000","area":"593"} , +{"type":"Feature","id":"n245053657","geometry":{"type":"Point","coordinates":[0.1765267,51.5861894]},"properties":{"@type":"node","@id":245053657,"@timestamp":1201990144},"coords":"51.5861894,0.1765267","bedrooms":"1","price":"289000","area":"653"} , +{"type":"Feature","id":"n245097342","geometry":{"type":"Point","coordinates":[-0.0007936,51.4631633]},"properties":{"@type":"node","@id":245097342,"@timestamp":1202005173},"coords":"51.4631633,-0.0007936","bedrooms":"0","price":"269000","area":"553"} , +{"type":"Feature","id":"n245097360","geometry":{"type":"Point","coordinates":[-0.0025056,51.4645527]},"properties":{"@type":"node","@id":245097360,"@timestamp":1504862947},"coords":"51.4645527,-0.0025056","bedrooms":"2","price":"196000","area":"683"} , +{"type":"Feature","id":"n245097379","geometry":{"type":"Point","coordinates":[-0.007047,51.4650701]},"properties":{"@type":"node","@id":245097379,"@timestamp":1202005175},"coords":"51.4650701,-0.007047","bedrooms":"1","price":"265000","area":"578"} , +{"type":"Feature","id":"n245097423","geometry":{"type":"Point","coordinates":[0.0048929,51.4588562]},"properties":{"@type":"node","@id":245097423,"@timestamp":1525121914},"coords":"51.4588562,0.0048929","bedrooms":"4","price":"282000","area":"441"} , +{"type":"Feature","id":"n245216872","geometry":{"type":"Point","coordinates":[-0.1848257,51.4627261]},"properties":{"@type":"node","@id":245216872,"@timestamp":1627702128},"coords":"51.4627261,-0.1848257","bedrooms":"0","price":"282000","area":"455"} , +{"type":"Feature","id":"n245239783","geometry":{"type":"Point","coordinates":[-0.4323984,51.4519078]},"properties":{"@type":"node","@id":245239783,"@timestamp":1202040989},"coords":"51.4519078,-0.4323984","bedrooms":"2","price":"239000","area":"645"} , +{"type":"Feature","id":"n245292343","geometry":{"type":"Point","coordinates":[-0.5903451,51.2700742]},"properties":{"@type":"node","@id":245292343,"@timestamp":1202046793},"coords":"51.2700742,-0.5903451","bedrooms":"1","price":"169000","area":"583"} , +{"type":"Feature","id":"n245292362","geometry":{"type":"Point","coordinates":[-0.5843179,51.2705706]},"properties":{"@type":"node","@id":245292362,"@timestamp":1202046793},"coords":"51.2705706,-0.5843179","bedrooms":"1","price":"237000","area":"683"} , +{"type":"Feature","id":"n245292550","geometry":{"type":"Point","coordinates":[-0.5808066,51.2714781]},"properties":{"@type":"node","@id":245292550,"@timestamp":1202046815},"coords":"51.2714781,-0.5808066","bedrooms":"3","price":"165000","area":"468"} , +{"type":"Feature","id":"n245307677","geometry":{"type":"Point","coordinates":[-0.5733793,51.2671377]},"properties":{"@type":"node","@id":245307677,"@timestamp":1202047881},"coords":"51.2671377,-0.5733793","bedrooms":"1","price":"186000","area":"635"} , +{"type":"Feature","id":"n245308558","geometry":{"type":"Point","coordinates":[-0.5712497,51.2658295]},"properties":{"@type":"node","@id":245308558,"@timestamp":1202047922},"coords":"51.2658295,-0.5712497","bedrooms":"1","price":"186000","area":"506"} , +{"type":"Feature","id":"n245312702","geometry":{"type":"Point","coordinates":[-0.5694413,51.2653487]},"properties":{"@type":"node","@id":245312702,"@timestamp":1582929089},"coords":"51.2653487,-0.5694413","bedrooms":"4","price":"250000","area":"382"} , +{"type":"Feature","id":"n245319509","geometry":{"type":"Point","coordinates":[-0.5647856,51.2584873]},"properties":{"@type":"node","@id":245319509,"@timestamp":1202048495},"coords":"51.2584873,-0.5647856","bedrooms":"2","price":"176000","area":"350"} , +{"type":"Feature","id":"n245340098","geometry":{"type":"Point","coordinates":[-0.5707392,51.2527441]},"properties":{"@type":"node","@id":245340098,"@timestamp":1202049502},"coords":"51.2527441,-0.5707392","bedrooms":"3","price":"224000","area":"666"} , +{"type":"Feature","id":"n245406674","geometry":{"type":"Point","coordinates":[-0.0971675,51.532985]},"properties":{"@type":"node","@id":245406674,"@timestamp":1202058904},"coords":"51.532985,-0.0971675","bedrooms":"1","price":"264000","area":"590"} , +{"type":"Feature","id":"n245437382","geometry":{"type":"Point","coordinates":[-0.148878,51.570873]},"properties":{"@type":"node","@id":245437382,"@timestamp":1312796409},"coords":"51.570873,-0.148878","bedrooms":"4","price":"207000","area":"462"} , +{"type":"Feature","id":"n245463213","geometry":{"type":"Point","coordinates":[-0.9844427,51.4253119]},"properties":{"@type":"node","@id":245463213,"@timestamp":1213224101},"coords":"51.4253119,-0.9844427","bedrooms":"4","price":"242000","area":"653"} , +{"type":"Feature","id":"n245463288","geometry":{"type":"Point","coordinates":[-0.9972938,51.4097283]},"properties":{"@type":"node","@id":245463288,"@timestamp":1213225691},"coords":"51.4097283,-0.9972938","bedrooms":"4","price":"263000","area":"500"} , +{"type":"Feature","id":"n245463299","geometry":{"type":"Point","coordinates":[-1.000273,51.4069754]},"properties":{"@type":"node","@id":245463299,"@timestamp":1213225699},"coords":"51.4069754,-1.000273","bedrooms":"0","price":"292000","area":"402"} , +{"type":"Feature","id":"n245463310","geometry":{"type":"Point","coordinates":[-1.0028911,51.4032259]},"properties":{"@type":"node","@id":245463310,"@timestamp":1213225699},"coords":"51.4032259,-1.0028911","bedrooms":"4","price":"160000","area":"445"} , +{"type":"Feature","id":"n245470891","geometry":{"type":"Point","coordinates":[0.0803174,51.6217472]},"properties":{"@type":"node","@id":245470891,"@timestamp":1202074510},"coords":"51.6217472,0.0803174","bedrooms":"4","price":"242000","area":"552"} , +{"type":"Feature","id":"n245475461","geometry":{"type":"Point","coordinates":[0.0861644,51.6229476]},"properties":{"@type":"node","@id":245475461,"@timestamp":1202077062},"coords":"51.6229476,0.0861644","bedrooms":"2","price":"236000","area":"613"} , +{"type":"Feature","id":"n245476031","geometry":{"type":"Point","coordinates":[0.082258,51.6251505]},"properties":{"@type":"node","@id":245476031,"@timestamp":1202077225},"coords":"51.6251505,0.082258","bedrooms":"1","price":"227000","area":"659"} , +{"type":"Feature","id":"n245476044","geometry":{"type":"Point","coordinates":[0.0858315,51.622402]},"properties":{"@type":"node","@id":245476044,"@timestamp":1202077227},"coords":"51.622402,0.0858315","bedrooms":"2","price":"154000","area":"359"} , +{"type":"Feature","id":"n245476670","geometry":{"type":"Point","coordinates":[0.0773031,51.6222315]},"properties":{"@type":"node","@id":245476670,"@timestamp":1202077373},"coords":"51.6222315,0.0773031","bedrooms":"0","price":"261000","area":"564"} , +{"type":"Feature","id":"n245478302","geometry":{"type":"Point","coordinates":[0.0707239,51.6246809]},"properties":{"@type":"node","@id":245478302,"@timestamp":1202077877},"coords":"51.6246809,0.0707239","bedrooms":"2","price":"220000","area":"398"} , +{"type":"Feature","id":"n245478471","geometry":{"type":"Point","coordinates":[0.0733216,51.6239014]},"properties":{"@type":"node","@id":245478471,"@timestamp":1202078022},"coords":"51.6239014,0.0733216","bedrooms":"3","price":"230000","area":"408"} , +{"type":"Feature","id":"n245479267","geometry":{"type":"Point","coordinates":[0.0660084,51.6199547]},"properties":{"@type":"node","@id":245479267,"@timestamp":1202078170},"coords":"51.6199547,0.0660084","bedrooms":"1","price":"190000","area":"377"} , +{"type":"Feature","id":"n245479546","geometry":{"type":"Point","coordinates":[0.061433,51.6190758]},"properties":{"@type":"node","@id":245479546,"@timestamp":1202078351},"coords":"51.6190758,0.061433","bedrooms":"0","price":"184000","area":"648"} , +{"type":"Feature","id":"n245479557","geometry":{"type":"Point","coordinates":[0.0632767,51.6222452]},"properties":{"@type":"node","@id":245479557,"@timestamp":1202078555},"coords":"51.6222452,0.0632767","bedrooms":"0","price":"152000","area":"528"} , +{"type":"Feature","id":"n245479567","geometry":{"type":"Point","coordinates":[0.0620694,51.6196191]},"properties":{"@type":"node","@id":245479567,"@timestamp":1202078356},"coords":"51.6196191,0.0620694","bedrooms":"3","price":"285000","area":"520"} , +{"type":"Feature","id":"n245479630","geometry":{"type":"Point","coordinates":[0.062961,51.6193033]},"properties":{"@type":"node","@id":245479630,"@timestamp":1202078384},"coords":"51.6193033,0.062961","bedrooms":"1","price":"257000","area":"469"} , +{"type":"Feature","id":"n245481340","geometry":{"type":"Point","coordinates":[0.0701738,51.6187131]},"properties":{"@type":"node","@id":245481340,"@timestamp":1202078884},"coords":"51.6187131,0.0701738","bedrooms":"1","price":"197000","area":"634"} , +{"type":"Feature","id":"n245481359","geometry":{"type":"Point","coordinates":[0.0684277,51.6219414]},"properties":{"@type":"node","@id":245481359,"@timestamp":1202078899},"coords":"51.6219414,0.0684277","bedrooms":"1","price":"154000","area":"577"} , +{"type":"Feature","id":"n245481369","geometry":{"type":"Point","coordinates":[0.0751492,51.619836]},"properties":{"@type":"node","@id":245481369,"@timestamp":1202078900},"coords":"51.619836,0.0751492","bedrooms":"1","price":"173000","area":"429"} , +{"type":"Feature","id":"n245481535","geometry":{"type":"Point","coordinates":[0.0646666,51.6181846]},"properties":{"@type":"node","@id":245481535,"@timestamp":1202079164},"coords":"51.6181846,0.0646666","bedrooms":"2","price":"207000","area":"361"} , +{"type":"Feature","id":"n245481545","geometry":{"type":"Point","coordinates":[0.0666938,51.6192975]},"properties":{"@type":"node","@id":245481545,"@timestamp":1202079165},"coords":"51.6192975,0.0666938","bedrooms":"0","price":"219000","area":"460"} , +{"type":"Feature","id":"n245481570","geometry":{"type":"Point","coordinates":[0.066011,51.6175354]},"properties":{"@type":"node","@id":245481570,"@timestamp":1202079181},"coords":"51.6175354,0.066011","bedrooms":"3","price":"162000","area":"447"} , +{"type":"Feature","id":"n245481662","geometry":{"type":"Point","coordinates":[0.0761336,51.6185859]},"properties":{"@type":"node","@id":245481662,"@timestamp":1202079255},"coords":"51.6185859,0.0761336","bedrooms":"4","price":"256000","area":"553"} , +{"type":"Feature","id":"n245483093","geometry":{"type":"Point","coordinates":[0.0664041,51.6179833]},"properties":{"@type":"node","@id":245483093,"@timestamp":1202079605},"coords":"51.6179833,0.0664041","bedrooms":"4","price":"210000","area":"660"} , +{"type":"Feature","id":"n245485332","geometry":{"type":"Point","coordinates":[-1.0555443,51.2963064]},"properties":{"@type":"node","@id":245485332,"@timestamp":1532982624},"coords":"51.2963064,-1.0555443","bedrooms":"4","price":"220000","area":"388"} , +{"type":"Feature","id":"n245493341","geometry":{"type":"Point","coordinates":[0.0770395,51.6268016]},"properties":{"@type":"node","@id":245493341,"@timestamp":1202084668},"coords":"51.6268016,0.0770395","bedrooms":"4","price":"213000","area":"466"} , +{"type":"Feature","id":"n245561448","geometry":{"type":"Point","coordinates":[0.4494492,51.7406884]},"properties":{"@type":"node","@id":245561448,"@timestamp":1585937291},"coords":"51.7406884,0.4494492","bedrooms":"3","price":"292000","area":"372"} , +{"type":"Feature","id":"n245726667","geometry":{"type":"Point","coordinates":[0.177063,51.5699266]},"properties":{"@type":"node","@id":245726667,"@timestamp":1202148496},"coords":"51.5699266,0.177063","bedrooms":"4","price":"188000","area":"501"} , +{"type":"Feature","id":"n245734610","geometry":{"type":"Point","coordinates":[0.1778375,51.5742878]},"properties":{"@type":"node","@id":245734610,"@timestamp":1202148772},"coords":"51.5742878,0.1778375","bedrooms":"3","price":"235000","area":"594"} , +{"type":"Feature","id":"n245745333","geometry":{"type":"Point","coordinates":[-0.1757835,51.8028946]},"properties":{"@type":"node","@id":245745333,"@timestamp":1349021823},"coords":"51.8028946,-0.1757835","bedrooms":"3","price":"180000","area":"495"} , +{"type":"Feature","id":"n245751391","geometry":{"type":"Point","coordinates":[0.1837812,51.5724667]},"properties":{"@type":"node","@id":245751391,"@timestamp":1202149294},"coords":"51.5724667,0.1837812","bedrooms":"4","price":"280000","area":"383"} , +{"type":"Feature","id":"n245751428","geometry":{"type":"Point","coordinates":[0.1797964,51.5732224]},"properties":{"@type":"node","@id":245751428,"@timestamp":1202149295},"coords":"51.5732224,0.1797964","bedrooms":"0","price":"228000","area":"631"} , +{"type":"Feature","id":"n245753796","geometry":{"type":"Point","coordinates":[0.1801998,51.5726494]},"properties":{"@type":"node","@id":245753796,"@timestamp":1202149354},"coords":"51.5726494,0.1801998","bedrooms":"0","price":"213000","area":"603"} , +{"type":"Feature","id":"n245782265","geometry":{"type":"Point","coordinates":[0.1613175,51.5691005]},"properties":{"@type":"node","@id":245782265,"@timestamp":1216683672},"coords":"51.5691005,0.1613175","bedrooms":"3","price":"218000","area":"470"} , +{"type":"Feature","id":"n245782280","geometry":{"type":"Point","coordinates":[0.1620287,51.5677918]},"properties":{"@type":"node","@id":245782280,"@timestamp":1202153897},"coords":"51.5677918,0.1620287","bedrooms":"3","price":"207000","area":"538"} , +{"type":"Feature","id":"n245782559","geometry":{"type":"Point","coordinates":[0.1672604,51.5651969]},"properties":{"@type":"node","@id":245782559,"@timestamp":1202154170},"coords":"51.5651969,0.1672604","bedrooms":"4","price":"246000","area":"613"} , +{"type":"Feature","id":"n245782742","geometry":{"type":"Point","coordinates":[0.1600119,51.5659385]},"properties":{"@type":"node","@id":245782742,"@timestamp":1202154477},"coords":"51.5659385,0.1600119","bedrooms":"2","price":"254000","area":"651"} , +{"type":"Feature","id":"n245782778","geometry":{"type":"Point","coordinates":[0.1600202,51.5634187]},"properties":{"@type":"node","@id":245782778,"@timestamp":1202154493},"coords":"51.5634187,0.1600202","bedrooms":"4","price":"277000","area":"562"} , +{"type":"Feature","id":"n245783144","geometry":{"type":"Point","coordinates":[0.1572832,51.5637649]},"properties":{"@type":"node","@id":245783144,"@timestamp":1202154764},"coords":"51.5637649,0.1572832","bedrooms":"2","price":"150000","area":"604"} , +{"type":"Feature","id":"n245783180","geometry":{"type":"Point","coordinates":[0.1576688,51.5627112]},"properties":{"@type":"node","@id":245783180,"@timestamp":1202154766},"coords":"51.5627112,0.1576688","bedrooms":"1","price":"189000","area":"370"} , +{"type":"Feature","id":"n245783190","geometry":{"type":"Point","coordinates":[0.1559447,51.5630368]},"properties":{"@type":"node","@id":245783190,"@timestamp":1202154767},"coords":"51.5630368,0.1559447","bedrooms":"2","price":"240000","area":"534"} , +{"type":"Feature","id":"n245783451","geometry":{"type":"Point","coordinates":[0.1583287,51.5626509]},"properties":{"@type":"node","@id":245783451,"@timestamp":1202154983},"coords":"51.5626509,0.1583287","bedrooms":"1","price":"272000","area":"423"} , +{"type":"Feature","id":"n245783574","geometry":{"type":"Point","coordinates":[0.153463,51.5618075]},"properties":{"@type":"node","@id":245783574,"@timestamp":1202155051},"coords":"51.5618075,0.153463","bedrooms":"0","price":"236000","area":"596"} , +{"type":"Feature","id":"n245784131","geometry":{"type":"Point","coordinates":[0.1519786,51.5633352]},"properties":{"@type":"node","@id":245784131,"@timestamp":1202155212},"coords":"51.5633352,0.1519786","bedrooms":"4","price":"172000","area":"467"} , +{"type":"Feature","id":"n245784222","geometry":{"type":"Point","coordinates":[0.1527012,51.5670809]},"properties":{"@type":"node","@id":245784222,"@timestamp":1202155293},"coords":"51.5670809,0.1527012","bedrooms":"4","price":"257000","area":"404"} , +{"type":"Feature","id":"n245784237","geometry":{"type":"Point","coordinates":[0.1511544,51.5660135]},"properties":{"@type":"node","@id":245784237,"@timestamp":1202155312},"coords":"51.5660135,0.1511544","bedrooms":"0","price":"201000","area":"657"} , +{"type":"Feature","id":"n245784618","geometry":{"type":"Point","coordinates":[0.1680886,51.5659313]},"properties":{"@type":"node","@id":245784618,"@timestamp":1202155598},"coords":"51.5659313,0.1680886","bedrooms":"3","price":"283000","area":"639"} , +{"type":"Feature","id":"n245784887","geometry":{"type":"Point","coordinates":[0.1615714,51.5630297]},"properties":{"@type":"node","@id":245784887,"@timestamp":1202155717},"coords":"51.5630297,0.1615714","bedrooms":"3","price":"176000","area":"657"} , +{"type":"Feature","id":"n245795598","geometry":{"type":"Point","coordinates":[0.1764617,51.5912248]},"properties":{"@type":"node","@id":245795598,"@timestamp":1518003683},"coords":"51.5912248,0.1764617","bedrooms":"1","price":"192000","area":"523"} , +{"type":"Feature","id":"n245800122","geometry":{"type":"Point","coordinates":[0.4066098,51.2723789]},"properties":{"@type":"node","@id":245800122,"@timestamp":1202163658},"coords":"51.2723789,0.4066098","bedrooms":"2","price":"280000","area":"566"} , +{"type":"Feature","id":"n245800140","geometry":{"type":"Point","coordinates":[0.4085683,51.2730532]},"properties":{"@type":"node","@id":245800140,"@timestamp":1202163659},"coords":"51.2730532,0.4085683","bedrooms":"0","price":"280000","area":"525"} , +{"type":"Feature","id":"n245800154","geometry":{"type":"Point","coordinates":[0.4070858,51.2727359]},"properties":{"@type":"node","@id":245800154,"@timestamp":1202163660},"coords":"51.2727359,0.4070858","bedrooms":"4","price":"251000","area":"418"} , +{"type":"Feature","id":"n245801562","geometry":{"type":"Point","coordinates":[0.0449267,51.5081918]},"properties":{"@type":"node","@id":245801562,"@timestamp":1549116622},"coords":"51.5081918,0.0449267","bedrooms":"4","price":"155000","area":"371"} , +{"type":"Feature","id":"n245804527","geometry":{"type":"Point","coordinates":[-0.1426213,51.6097497]},"properties":{"@type":"node","@id":245804527,"@timestamp":1627215669},"coords":"51.6097497,-0.1426213","bedrooms":"1","price":"161000","area":"441"} , +{"type":"Feature","id":"n245934196","geometry":{"type":"Point","coordinates":[-0.3971356,51.7966199]},"properties":{"@type":"node","@id":245934196,"@timestamp":1363197092},"coords":"51.7966199,-0.3971356","bedrooms":"2","price":"205000","area":"549"} , +{"type":"Feature","id":"n245951335","geometry":{"type":"Point","coordinates":[-0.3764781,51.9321032]},"properties":{"@type":"node","@id":245951335,"@timestamp":1328969271},"coords":"51.9321032,-0.3764781","bedrooms":"0","price":"248000","area":"395"} , +{"type":"Feature","id":"n245955704","geometry":{"type":"Point","coordinates":[-0.1149611,51.46115]},"properties":{"@type":"node","@id":245955704,"@timestamp":1636454944},"coords":"51.46115,-0.1149611","bedrooms":"2","price":"252000","area":"490"} , +{"type":"Feature","id":"n245978877","geometry":{"type":"Point","coordinates":[-0.2195744,51.6525448]},"properties":{"@type":"node","@id":245978877,"@timestamp":1553019072},"coords":"51.6525448,-0.2195744","bedrooms":"2","price":"239000","area":"426"} , +{"type":"Feature","id":"n245978918","geometry":{"type":"Point","coordinates":[-0.1275059,51.6424651]},"properties":{"@type":"node","@id":245978918,"@timestamp":1202251237},"coords":"51.6424651,-0.1275059","bedrooms":"2","price":"230000","area":"531"} , +{"type":"Feature","id":"n245978928","geometry":{"type":"Point","coordinates":[-0.1321447,51.6462775]},"properties":{"@type":"node","@id":245978928,"@timestamp":1202251237},"coords":"51.6462775,-0.1321447","bedrooms":"0","price":"195000","area":"637"} , +{"type":"Feature","id":"n245999868","geometry":{"type":"Point","coordinates":[0.4109293,51.2720065]},"properties":{"@type":"node","@id":245999868,"@timestamp":1202256413},"coords":"51.2720065,0.4109293","bedrooms":"3","price":"182000","area":"692"} , +{"type":"Feature","id":"n246055992","geometry":{"type":"Point","coordinates":[-0.3900926,51.0151763]},"properties":{"@type":"node","@id":246055992,"@timestamp":1202291283},"coords":"51.0151763,-0.3900926","bedrooms":"0","price":"217000","area":"533"} , +{"type":"Feature","id":"n246056008","geometry":{"type":"Point","coordinates":[-0.3882474,51.0224499]},"properties":{"@type":"node","@id":246056008,"@timestamp":1202291283},"coords":"51.0224499,-0.3882474","bedrooms":"2","price":"221000","area":"442"} , +{"type":"Feature","id":"n246056023","geometry":{"type":"Point","coordinates":[-0.3909351,51.0198748]},"properties":{"@type":"node","@id":246056023,"@timestamp":1202291284},"coords":"51.0198748,-0.3909351","bedrooms":"3","price":"167000","area":"555"} , +{"type":"Feature","id":"n246056034","geometry":{"type":"Point","coordinates":[-0.3936739,51.0161788]},"properties":{"@type":"node","@id":246056034,"@timestamp":1202291284},"coords":"51.0161788,-0.3936739","bedrooms":"1","price":"235000","area":"379"} , +{"type":"Feature","id":"n246056050","geometry":{"type":"Point","coordinates":[-0.3939575,51.01305]},"properties":{"@type":"node","@id":246056050,"@timestamp":1202291285},"coords":"51.01305,-0.3939575","bedrooms":"1","price":"162000","area":"505"} , +{"type":"Feature","id":"n246060155","geometry":{"type":"Point","coordinates":[-0.4347248,51.0303488]},"properties":{"@type":"node","@id":246060155,"@timestamp":1202292243},"coords":"51.0303488,-0.4347248","bedrooms":"4","price":"293000","area":"486"} , +{"type":"Feature","id":"n246062648","geometry":{"type":"Point","coordinates":[-0.6341082,51.5621469]},"properties":{"@type":"node","@id":246062648,"@timestamp":1202292673},"coords":"51.5621469,-0.6341082","bedrooms":"3","price":"150000","area":"452"} , +{"type":"Feature","id":"n246062668","geometry":{"type":"Point","coordinates":[-0.6365457,51.5641492]},"properties":{"@type":"node","@id":246062668,"@timestamp":1202292674},"coords":"51.5641492,-0.6365457","bedrooms":"0","price":"195000","area":"660"} , +{"type":"Feature","id":"n246062684","geometry":{"type":"Point","coordinates":[-0.6346088,51.5656103]},"properties":{"@type":"node","@id":246062684,"@timestamp":1202292675},"coords":"51.5656103,-0.6346088","bedrooms":"1","price":"282000","area":"559"} , +{"type":"Feature","id":"n246062699","geometry":{"type":"Point","coordinates":[-0.6329766,51.5668008]},"properties":{"@type":"node","@id":246062699,"@timestamp":1202292676},"coords":"51.5668008,-0.6329766","bedrooms":"0","price":"211000","area":"351"} , +{"type":"Feature","id":"n246073819","geometry":{"type":"Point","coordinates":[-0.058739,51.5190214]},"properties":{"@type":"node","@id":246073819,"@timestamp":1245710915},"coords":"51.5190214,-0.058739","bedrooms":"1","price":"205000","area":"541"} , +{"type":"Feature","id":"n246109816","geometry":{"type":"Point","coordinates":[-0.3949239,51.7984041]},"properties":{"@type":"node","@id":246109816,"@timestamp":1545147518},"coords":"51.7984041,-0.3949239","bedrooms":"4","price":"226000","area":"516"} , +{"type":"Feature","id":"n246116024","geometry":{"type":"Point","coordinates":[-0.1465366,51.4530045]},"properties":{"@type":"node","@id":246116024,"@timestamp":1629982129},"coords":"51.4530045,-0.1465366","bedrooms":"4","price":"245000","area":"480"} , +{"type":"Feature","id":"n246176213","geometry":{"type":"Point","coordinates":[-0.339594,51.4698007]},"properties":{"@type":"node","@id":246176213,"@timestamp":1202319458},"coords":"51.4698007,-0.339594","bedrooms":"3","price":"287000","area":"610"} , +{"type":"Feature","id":"n246176231","geometry":{"type":"Point","coordinates":[-0.3424734,51.4663332]},"properties":{"@type":"node","@id":246176231,"@timestamp":1202319459},"coords":"51.4663332,-0.3424734","bedrooms":"1","price":"174000","area":"600"} , +{"type":"Feature","id":"n246186469","geometry":{"type":"Point","coordinates":[-0.3874031,51.80257]},"properties":{"@type":"node","@id":246186469,"@timestamp":1571878927},"coords":"51.80257,-0.3874031","bedrooms":"1","price":"200000","area":"653"} , +{"type":"Feature","id":"n246223322","geometry":{"type":"Point","coordinates":[0.41046,51.2682959]},"properties":{"@type":"node","@id":246223322,"@timestamp":1202330382},"coords":"51.2682959,0.41046","bedrooms":"3","price":"241000","area":"460"} , +{"type":"Feature","id":"n246225227","geometry":{"type":"Point","coordinates":[0.4129823,51.2686533]},"properties":{"@type":"node","@id":246225227,"@timestamp":1202330893},"coords":"51.2686533,0.4129823","bedrooms":"3","price":"276000","area":"647"} , +{"type":"Feature","id":"n246227131","geometry":{"type":"Point","coordinates":[0.4140328,51.2690482]},"properties":{"@type":"node","@id":246227131,"@timestamp":1202331322},"coords":"51.2690482,0.4140328","bedrooms":"4","price":"150000","area":"432"} , +{"type":"Feature","id":"n246228523","geometry":{"type":"Point","coordinates":[0.4126587,51.2708]},"properties":{"@type":"node","@id":246228523,"@timestamp":1202331579},"coords":"51.2708,0.4126587","bedrooms":"2","price":"289000","area":"495"} , +{"type":"Feature","id":"n246244852","geometry":{"type":"Point","coordinates":[0.241779,51.4540494]},"properties":{"@type":"node","@id":246244852,"@timestamp":1622322392},"coords":"51.4540494,0.241779","bedrooms":"1","price":"153000","area":"657"} , +{"type":"Feature","id":"n246257372","geometry":{"type":"Point","coordinates":[-0.3485024,51.5555209]},"properties":{"@type":"node","@id":246257372,"@timestamp":1202337790},"coords":"51.5555209,-0.3485024","bedrooms":"2","price":"156000","area":"594"} , +{"type":"Feature","id":"n246257384","geometry":{"type":"Point","coordinates":[-0.3466107,51.5557021]},"properties":{"@type":"node","@id":246257384,"@timestamp":1202337790},"coords":"51.5557021,-0.3466107","bedrooms":"2","price":"267000","area":"571"} , +{"type":"Feature","id":"n246512072","geometry":{"type":"Point","coordinates":[-0.4877645,51.0465106]},"properties":{"@type":"node","@id":246512072,"@timestamp":1202401146},"coords":"51.0465106,-0.4877645","bedrooms":"0","price":"275000","area":"399"} , +{"type":"Feature","id":"n246512083","geometry":{"type":"Point","coordinates":[-0.4874108,51.0481439]},"properties":{"@type":"node","@id":246512083,"@timestamp":1202401147},"coords":"51.0481439,-0.4874108","bedrooms":"3","price":"156000","area":"603"} , +{"type":"Feature","id":"n246512093","geometry":{"type":"Point","coordinates":[-0.4879933,51.0522392]},"properties":{"@type":"node","@id":246512093,"@timestamp":1202401147},"coords":"51.0522392,-0.4879933","bedrooms":"0","price":"150000","area":"574"} , +{"type":"Feature","id":"n246512133","geometry":{"type":"Point","coordinates":[-0.4926607,51.0605129]},"properties":{"@type":"node","@id":246512133,"@timestamp":1202401152},"coords":"51.0605129,-0.4926607","bedrooms":"0","price":"286000","area":"361"} , +{"type":"Feature","id":"n246512937","geometry":{"type":"Point","coordinates":[-0.487608,51.0413209]},"properties":{"@type":"node","@id":246512937,"@timestamp":1202401746},"coords":"51.0413209,-0.487608","bedrooms":"1","price":"264000","area":"601"} , +{"type":"Feature","id":"n246512947","geometry":{"type":"Point","coordinates":[-0.4885718,51.0402909]},"properties":{"@type":"node","@id":246512947,"@timestamp":1202401747},"coords":"51.0402909,-0.4885718","bedrooms":"3","price":"173000","area":"664"} , +{"type":"Feature","id":"n246512957","geometry":{"type":"Point","coordinates":[-0.4901552,51.0395892]},"properties":{"@type":"node","@id":246512957,"@timestamp":1202401747},"coords":"51.0395892,-0.4901552","bedrooms":"0","price":"242000","area":"465"} , +{"type":"Feature","id":"n246520935","geometry":{"type":"Point","coordinates":[-0.1332592,51.4994317]},"properties":{"@type":"node","@id":246520935,"@timestamp":1614366656},"coords":"51.4994317,-0.1332592","bedrooms":"2","price":"211000","area":"389"} , +{"type":"Feature","id":"n246542027","geometry":{"type":"Point","coordinates":[0.4133721,51.272312]},"properties":{"@type":"node","@id":246542027,"@timestamp":1202417675},"coords":"51.272312,0.4133721","bedrooms":"1","price":"232000","area":"676"} , +{"type":"Feature","id":"n246542079","geometry":{"type":"Point","coordinates":[0.4158873,51.270705]},"properties":{"@type":"node","@id":246542079,"@timestamp":1202417680},"coords":"51.270705,0.4158873","bedrooms":"3","price":"215000","area":"579"} , +{"type":"Feature","id":"n246566392","geometry":{"type":"Point","coordinates":[-0.6543971,51.7254563]},"properties":{"@type":"node","@id":246566392,"@timestamp":1398792045},"coords":"51.7254563,-0.6543971","bedrooms":"0","price":"247000","area":"557"} , +{"type":"Feature","id":"n246619394","geometry":{"type":"Point","coordinates":[-0.1512937,51.3882492]},"properties":{"@type":"node","@id":246619394,"@timestamp":1202465109},"coords":"51.3882492,-0.1512937","bedrooms":"1","price":"209000","area":"499"} , +{"type":"Feature","id":"n246619404","geometry":{"type":"Point","coordinates":[-0.1516852,51.3893489]},"properties":{"@type":"node","@id":246619404,"@timestamp":1202465110},"coords":"51.3893489,-0.1516852","bedrooms":"1","price":"294000","area":"622"} , +{"type":"Feature","id":"n246619414","geometry":{"type":"Point","coordinates":[-0.1495209,51.3890616]},"properties":{"@type":"node","@id":246619414,"@timestamp":1202465110},"coords":"51.3890616,-0.1495209","bedrooms":"1","price":"175000","area":"652"} , +{"type":"Feature","id":"n246619425","geometry":{"type":"Point","coordinates":[-0.1498014,51.3892795]},"properties":{"@type":"node","@id":246619425,"@timestamp":1202465111},"coords":"51.3892795,-0.1498014","bedrooms":"1","price":"161000","area":"639"} , +{"type":"Feature","id":"n246648319","geometry":{"type":"Point","coordinates":[-0.9782916,51.7536278]},"properties":{"@type":"node","@id":246648319,"@timestamp":1202487357},"coords":"51.7536278,-0.9782916","bedrooms":"2","price":"163000","area":"579"} , +{"type":"Feature","id":"n246651928","geometry":{"type":"Point","coordinates":[-0.5227704,50.9847091]},"properties":{"@type":"node","@id":246651928,"@timestamp":1619464807},"coords":"50.9847091,-0.5227704","bedrooms":"1","price":"242000","area":"560"} , +{"type":"Feature","id":"n246654717","geometry":{"type":"Point","coordinates":[-0.6991315,51.2082582]},"properties":{"@type":"node","@id":246654717,"@timestamp":1202491331},"coords":"51.2082582,-0.6991315","bedrooms":"1","price":"281000","area":"390"} , +{"type":"Feature","id":"n246677308","geometry":{"type":"Point","coordinates":[0.4706651,51.5819162]},"properties":{"@type":"node","@id":246677308,"@timestamp":1534584501},"coords":"51.5819162,0.4706651","bedrooms":"1","price":"155000","area":"387"} , +{"type":"Feature","id":"n246737645","geometry":{"type":"Point","coordinates":[-0.3274064,51.5781925]},"properties":{"@type":"node","@id":246737645,"@timestamp":1616936010},"coords":"51.5781925,-0.3274064","bedrooms":"1","price":"285000","area":"596"} , +{"type":"Feature","id":"n246771852","geometry":{"type":"Point","coordinates":[0.1777657,51.8050462]},"properties":{"@type":"node","@id":246771852,"@timestamp":1611018666},"coords":"51.8050462,0.1777657","bedrooms":"3","price":"269000","area":"466"} , +{"type":"Feature","id":"n246801975","geometry":{"type":"Point","coordinates":[-0.7919525,51.2118629]},"properties":{"@type":"node","@id":246801975,"@timestamp":1221385224},"coords":"51.2118629,-0.7919525","bedrooms":"0","price":"182000","area":"652"} , +{"type":"Feature","id":"n246803132","geometry":{"type":"Point","coordinates":[-0.7723783,51.212644]},"properties":{"@type":"node","@id":246803132,"@timestamp":1256342323},"coords":"51.212644,-0.7723783","bedrooms":"3","price":"154000","area":"689"} , +{"type":"Feature","id":"n246803673","geometry":{"type":"Point","coordinates":[-0.7698037,51.2204839]},"properties":{"@type":"node","@id":246803673,"@timestamp":1202568506},"coords":"51.2204839,-0.7698037","bedrooms":"1","price":"281000","area":"506"} , +{"type":"Feature","id":"n246806316","geometry":{"type":"Point","coordinates":[-0.6449557,51.2204982]},"properties":{"@type":"node","@id":246806316,"@timestamp":1240665018},"coords":"51.2204982,-0.6449557","bedrooms":"3","price":"215000","area":"425"} , +{"type":"Feature","id":"n246807351","geometry":{"type":"Point","coordinates":[-0.5854041,51.2315789]},"properties":{"@type":"node","@id":246807351,"@timestamp":1221429071},"coords":"51.2315789,-0.5854041","bedrooms":"2","price":"285000","area":"609"} , +{"type":"Feature","id":"n246808823","geometry":{"type":"Point","coordinates":[-0.6054772,51.228155]},"properties":{"@type":"node","@id":246808823,"@timestamp":1460303904},"coords":"51.228155,-0.6054772","bedrooms":"0","price":"175000","area":"473"} , +{"type":"Feature","id":"n246828129","geometry":{"type":"Point","coordinates":[0.3621492,51.8785543]},"properties":{"@type":"node","@id":246828129,"@timestamp":1620081642},"coords":"51.8785543,0.3621492","bedrooms":"1","price":"227000","area":"694"} , +{"type":"Feature","id":"n246828233","geometry":{"type":"Point","coordinates":[-0.3875827,51.439716]},"properties":{"@type":"node","@id":246828233,"@timestamp":1202582265},"coords":"51.439716,-0.3875827","bedrooms":"4","price":"282000","area":"402"} , +{"type":"Feature","id":"n246831373","geometry":{"type":"Point","coordinates":[-0.0226078,51.7278155]},"properties":{"@type":"node","@id":246831373,"@timestamp":1202584263},"coords":"51.7278155,-0.0226078","bedrooms":"2","price":"155000","area":"537"} , +{"type":"Feature","id":"n246831383","geometry":{"type":"Point","coordinates":[-0.0208817,51.727542]},"properties":{"@type":"node","@id":246831383,"@timestamp":1202584264},"coords":"51.727542,-0.0208817","bedrooms":"2","price":"197000","area":"393"} , +{"type":"Feature","id":"n246831398","geometry":{"type":"Point","coordinates":[-0.0230161,51.7267137]},"properties":{"@type":"node","@id":246831398,"@timestamp":1202584266},"coords":"51.7267137,-0.0230161","bedrooms":"3","price":"216000","area":"528"} , +{"type":"Feature","id":"n246831417","geometry":{"type":"Point","coordinates":[-0.0242303,51.7283996]},"properties":{"@type":"node","@id":246831417,"@timestamp":1202584268},"coords":"51.7283996,-0.0242303","bedrooms":"4","price":"282000","area":"579"} , +{"type":"Feature","id":"n246831432","geometry":{"type":"Point","coordinates":[-0.0238992,51.7276952]},"properties":{"@type":"node","@id":246831432,"@timestamp":1202584269},"coords":"51.7276952,-0.0238992","bedrooms":"2","price":"255000","area":"356"} , +{"type":"Feature","id":"n246831444","geometry":{"type":"Point","coordinates":[-0.0240566,51.7280785]},"properties":{"@type":"node","@id":246831444,"@timestamp":1202584271},"coords":"51.7280785,-0.0240566","bedrooms":"3","price":"261000","area":"455"} , +{"type":"Feature","id":"n246831454","geometry":{"type":"Point","coordinates":[-0.025983,51.7263441]},"properties":{"@type":"node","@id":246831454,"@timestamp":1202584272},"coords":"51.7263441,-0.025983","bedrooms":"2","price":"170000","area":"543"} , +{"type":"Feature","id":"n246831464","geometry":{"type":"Point","coordinates":[-0.0255656,51.7281491]},"properties":{"@type":"node","@id":246831464,"@timestamp":1202584273},"coords":"51.7281491,-0.0255656","bedrooms":"3","price":"251000","area":"471"} , +{"type":"Feature","id":"n246831489","geometry":{"type":"Point","coordinates":[-0.0275229,51.7251776]},"properties":{"@type":"node","@id":246831489,"@timestamp":1202584276},"coords":"51.7251776,-0.0275229","bedrooms":"1","price":"222000","area":"593"} , +{"type":"Feature","id":"n246831500","geometry":{"type":"Point","coordinates":[-0.0265871,51.7292235]},"properties":{"@type":"node","@id":246831500,"@timestamp":1202584277},"coords":"51.7292235,-0.0265871","bedrooms":"1","price":"284000","area":"377"} , +{"type":"Feature","id":"n246831510","geometry":{"type":"Point","coordinates":[-0.0278583,51.7266935]},"properties":{"@type":"node","@id":246831510,"@timestamp":1202584278},"coords":"51.7266935,-0.0278583","bedrooms":"0","price":"243000","area":"508"} , +{"type":"Feature","id":"n246832093","geometry":{"type":"Point","coordinates":[-0.0251151,51.7301495]},"properties":{"@type":"node","@id":246832093,"@timestamp":1414261752},"coords":"51.7301495,-0.0251151","bedrooms":"2","price":"237000","area":"363"} , +{"type":"Feature","id":"n246832283","geometry":{"type":"Point","coordinates":[-0.026103,51.7267841]},"properties":{"@type":"node","@id":246832283,"@timestamp":1202584727},"coords":"51.7267841,-0.026103","bedrooms":"0","price":"256000","area":"569"} , +{"type":"Feature","id":"n246833170","geometry":{"type":"Point","coordinates":[-0.3880806,51.4375147]},"properties":{"@type":"node","@id":246833170,"@timestamp":1202585088},"coords":"51.4375147,-0.3880806","bedrooms":"4","price":"258000","area":"556"} , +{"type":"Feature","id":"n246833190","geometry":{"type":"Point","coordinates":[-0.3893852,51.4356537]},"properties":{"@type":"node","@id":246833190,"@timestamp":1202585090},"coords":"51.4356537,-0.3893852","bedrooms":"2","price":"203000","area":"505"} , +{"type":"Feature","id":"n246836797","geometry":{"type":"Point","coordinates":[-0.3796531,51.436087]},"properties":{"@type":"node","@id":246836797,"@timestamp":1619397721},"coords":"51.436087,-0.3796531","bedrooms":"2","price":"273000","area":"423"} , +{"type":"Feature","id":"n246846411","geometry":{"type":"Point","coordinates":[-0.0290472,51.5293247]},"properties":{"@type":"node","@id":246846411,"@timestamp":1246578441},"coords":"51.5293247,-0.0290472","bedrooms":"1","price":"175000","area":"465"} , +{"type":"Feature","id":"n246846426","geometry":{"type":"Point","coordinates":[-0.0244267,51.5296578]},"properties":{"@type":"node","@id":246846426,"@timestamp":1524022116},"coords":"51.5296578,-0.0244267","bedrooms":"4","price":"212000","area":"564"} , +{"type":"Feature","id":"n246860025","geometry":{"type":"Point","coordinates":[-0.0199838,51.5353089]},"properties":{"@type":"node","@id":246860025,"@timestamp":1608653855},"coords":"51.5353089,-0.0199838","bedrooms":"2","price":"227000","area":"374"} , +{"type":"Feature","id":"n246862593","geometry":{"type":"Point","coordinates":[-0.0260735,51.7230851]},"properties":{"@type":"node","@id":246862593,"@timestamp":1202602135},"coords":"51.7230851,-0.0260735","bedrooms":"2","price":"162000","area":"575"} , +{"type":"Feature","id":"n246862618","geometry":{"type":"Point","coordinates":[-0.0260541,51.7224534]},"properties":{"@type":"node","@id":246862618,"@timestamp":1545114937},"coords":"51.7224534,-0.0260541","bedrooms":"4","price":"156000","area":"485"} , +{"type":"Feature","id":"n246862639","geometry":{"type":"Point","coordinates":[-0.0241163,51.7233276]},"properties":{"@type":"node","@id":246862639,"@timestamp":1202602141},"coords":"51.7233276,-0.0241163","bedrooms":"1","price":"267000","area":"451"} , +{"type":"Feature","id":"n246862659","geometry":{"type":"Point","coordinates":[-0.0248885,51.72247]},"properties":{"@type":"node","@id":246862659,"@timestamp":1202602143},"coords":"51.72247,-0.0248885","bedrooms":"0","price":"254000","area":"557"} , +{"type":"Feature","id":"n246862678","geometry":{"type":"Point","coordinates":[-0.0230377,51.7224415]},"properties":{"@type":"node","@id":246862678,"@timestamp":1202602145},"coords":"51.7224415,-0.0230377","bedrooms":"4","price":"238000","area":"537"} , +{"type":"Feature","id":"n246862698","geometry":{"type":"Point","coordinates":[-0.0235681,51.7222348]},"properties":{"@type":"node","@id":246862698,"@timestamp":1202602147},"coords":"51.7222348,-0.0235681","bedrooms":"0","price":"289000","area":"561"} , +{"type":"Feature","id":"n246862717","geometry":{"type":"Point","coordinates":[-0.0217991,51.7218433]},"properties":{"@type":"node","@id":246862717,"@timestamp":1202602149},"coords":"51.7218433,-0.0217991","bedrooms":"0","price":"185000","area":"625"} , +{"type":"Feature","id":"n246862737","geometry":{"type":"Point","coordinates":[-0.0213381,51.7217936]},"properties":{"@type":"node","@id":246862737,"@timestamp":1202602151},"coords":"51.7217936,-0.0213381","bedrooms":"0","price":"277000","area":"500"} , +{"type":"Feature","id":"n246862753","geometry":{"type":"Point","coordinates":[-0.0223576,51.7226988]},"properties":{"@type":"node","@id":246862753,"@timestamp":1202602152},"coords":"51.7226988,-0.0223576","bedrooms":"1","price":"285000","area":"380"} , +{"type":"Feature","id":"n246863713","geometry":{"type":"Point","coordinates":[-0.0251405,51.7214695]},"properties":{"@type":"node","@id":246863713,"@timestamp":1202602381},"coords":"51.7214695,-0.0251405","bedrooms":"1","price":"163000","area":"423"} , +{"type":"Feature","id":"n246880648","geometry":{"type":"Point","coordinates":[-0.1320627,51.3618162]},"properties":{"@type":"node","@id":246880648,"@timestamp":1202605193},"coords":"51.3618162,-0.1320627","bedrooms":"4","price":"206000","area":"564"} , +{"type":"Feature","id":"n246880671","geometry":{"type":"Point","coordinates":[-0.1349878,51.3600137]},"properties":{"@type":"node","@id":246880671,"@timestamp":1202605194},"coords":"51.3600137,-0.1349878","bedrooms":"3","price":"184000","area":"605"} , +{"type":"Feature","id":"n246880694","geometry":{"type":"Point","coordinates":[-0.1369998,51.3603548]},"properties":{"@type":"node","@id":246880694,"@timestamp":1202605196},"coords":"51.3603548,-0.1369998","bedrooms":"4","price":"209000","area":"686"} , +{"type":"Feature","id":"n246880708","geometry":{"type":"Point","coordinates":[-0.1373131,51.3599899]},"properties":{"@type":"node","@id":246880708,"@timestamp":1202605196},"coords":"51.3599899,-0.1373131","bedrooms":"2","price":"166000","area":"472"} , +{"type":"Feature","id":"n246967939","geometry":{"type":"Point","coordinates":[-0.0259727,51.7214278]},"properties":{"@type":"node","@id":246967939,"@timestamp":1202635240},"coords":"51.7214278,-0.0259727","bedrooms":"3","price":"181000","area":"391"} , +{"type":"Feature","id":"n246967957","geometry":{"type":"Point","coordinates":[-0.0256948,51.720745]},"properties":{"@type":"node","@id":246967957,"@timestamp":1202635241},"coords":"51.720745,-0.0256948","bedrooms":"3","price":"178000","area":"600"} , +{"type":"Feature","id":"n246967974","geometry":{"type":"Point","coordinates":[-0.0295393,51.7198769]},"properties":{"@type":"node","@id":246967974,"@timestamp":1202635242},"coords":"51.7198769,-0.0295393","bedrooms":"0","price":"294000","area":"576"} , +{"type":"Feature","id":"n246967990","geometry":{"type":"Point","coordinates":[-0.0270408,51.7198917]},"properties":{"@type":"node","@id":246967990,"@timestamp":1202635243},"coords":"51.7198917,-0.0270408","bedrooms":"2","price":"239000","area":"629"} , +{"type":"Feature","id":"n246968007","geometry":{"type":"Point","coordinates":[-0.0266078,51.7201197]},"properties":{"@type":"node","@id":246968007,"@timestamp":1202635244},"coords":"51.7201197,-0.0266078","bedrooms":"2","price":"250000","area":"477"} , +{"type":"Feature","id":"n246968023","geometry":{"type":"Point","coordinates":[-0.029055,51.7217902]},"properties":{"@type":"node","@id":246968023,"@timestamp":1202635245},"coords":"51.7217902,-0.029055","bedrooms":"4","price":"176000","area":"522"} , +{"type":"Feature","id":"n246968041","geometry":{"type":"Point","coordinates":[-0.0277667,51.7245352]},"properties":{"@type":"node","@id":246968041,"@timestamp":1202635246},"coords":"51.7245352,-0.0277667","bedrooms":"3","price":"242000","area":"641"} , +{"type":"Feature","id":"n247007422","geometry":{"type":"Point","coordinates":[-0.0253687,51.7187924]},"properties":{"@type":"node","@id":247007422,"@timestamp":1202643273},"coords":"51.7187924,-0.0253687","bedrooms":"2","price":"247000","area":"564"} , +{"type":"Feature","id":"n247007435","geometry":{"type":"Point","coordinates":[-0.0241763,51.7193489]},"properties":{"@type":"node","@id":247007435,"@timestamp":1202643274},"coords":"51.7193489,-0.0241763","bedrooms":"4","price":"218000","area":"668"} , +{"type":"Feature","id":"n247007447","geometry":{"type":"Point","coordinates":[-0.0222016,51.7170579]},"properties":{"@type":"node","@id":247007447,"@timestamp":1202643275},"coords":"51.7170579,-0.0222016","bedrooms":"2","price":"211000","area":"569"} , +{"type":"Feature","id":"n247007460","geometry":{"type":"Point","coordinates":[-0.0255289,51.7194856]},"properties":{"@type":"node","@id":247007460,"@timestamp":1202643276},"coords":"51.7194856,-0.0255289","bedrooms":"0","price":"247000","area":"541"} , +{"type":"Feature","id":"n247007472","geometry":{"type":"Point","coordinates":[-0.024424,51.7198841]},"properties":{"@type":"node","@id":247007472,"@timestamp":1202643277},"coords":"51.7198841,-0.024424","bedrooms":"0","price":"219000","area":"397"} , +{"type":"Feature","id":"n247007485","geometry":{"type":"Point","coordinates":[-0.022553,51.717712]},"properties":{"@type":"node","@id":247007485,"@timestamp":1202643277},"coords":"51.717712,-0.022553","bedrooms":"0","price":"253000","area":"442"} , +{"type":"Feature","id":"n247007498","geometry":{"type":"Point","coordinates":[-0.0243008,51.7160305]},"properties":{"@type":"node","@id":247007498,"@timestamp":1202643278},"coords":"51.7160305,-0.0243008","bedrooms":"0","price":"173000","area":"452"} , +{"type":"Feature","id":"n247007510","geometry":{"type":"Point","coordinates":[-0.0257083,51.7169016]},"properties":{"@type":"node","@id":247007510,"@timestamp":1202643279},"coords":"51.7169016,-0.0257083","bedrooms":"4","price":"157000","area":"479"} , +{"type":"Feature","id":"n247007523","geometry":{"type":"Point","coordinates":[-0.0244871,51.7176363]},"properties":{"@type":"node","@id":247007523,"@timestamp":1202643280},"coords":"51.7176363,-0.0244871","bedrooms":"4","price":"171000","area":"391"} , +{"type":"Feature","id":"n247011096","geometry":{"type":"Point","coordinates":[-0.0269738,51.7185027]},"properties":{"@type":"node","@id":247011096,"@timestamp":1202644132},"coords":"51.7185027,-0.0269738","bedrooms":"1","price":"194000","area":"570"} , +{"type":"Feature","id":"n247011109","geometry":{"type":"Point","coordinates":[-0.0268114,51.7190964]},"properties":{"@type":"node","@id":247011109,"@timestamp":1202644133},"coords":"51.7190964,-0.0268114","bedrooms":"2","price":"244000","area":"530"} , +{"type":"Feature","id":"n247011125","geometry":{"type":"Point","coordinates":[-0.0232175,51.7151965]},"properties":{"@type":"node","@id":247011125,"@timestamp":1202644134},"coords":"51.7151965,-0.0232175","bedrooms":"3","price":"254000","area":"427"} , +{"type":"Feature","id":"n247011139","geometry":{"type":"Point","coordinates":[-0.0261898,51.7157111]},"properties":{"@type":"node","@id":247011139,"@timestamp":1202644135},"coords":"51.7157111,-0.0261898","bedrooms":"4","price":"263000","area":"603"} , +{"type":"Feature","id":"n247011153","geometry":{"type":"Point","coordinates":[-0.0243063,51.7153445]},"properties":{"@type":"node","@id":247011153,"@timestamp":1444242760},"coords":"51.7153445,-0.0243063","bedrooms":"1","price":"176000","area":"514"} , +{"type":"Feature","id":"n247011173","geometry":{"type":"Point","coordinates":[-0.0237309,51.715442]},"properties":{"@type":"node","@id":247011173,"@timestamp":1202644138},"coords":"51.715442,-0.0237309","bedrooms":"0","price":"203000","area":"424"} , +{"type":"Feature","id":"n247011186","geometry":{"type":"Point","coordinates":[-0.0257718,51.7159196]},"properties":{"@type":"node","@id":247011186,"@timestamp":1202644138},"coords":"51.7159196,-0.0257718","bedrooms":"3","price":"205000","area":"426"} , +{"type":"Feature","id":"n247011205","geometry":{"type":"Point","coordinates":[-0.0227159,51.715247]},"properties":{"@type":"node","@id":247011205,"@timestamp":1202644140},"coords":"51.715247,-0.0227159","bedrooms":"1","price":"204000","area":"552"} , +{"type":"Feature","id":"n247019663","geometry":{"type":"Point","coordinates":[-0.0509399,51.7127592]},"properties":{"@type":"node","@id":247019663,"@timestamp":1582166473},"coords":"51.7127592,-0.0509399","bedrooms":"0","price":"197000","area":"376"} , +{"type":"Feature","id":"n247020945","geometry":{"type":"Point","coordinates":[-0.7531885,51.7770969]},"properties":{"@type":"node","@id":247020945,"@timestamp":1202646149},"coords":"51.7770969,-0.7531885","bedrooms":"4","price":"225000","area":"598"} , +{"type":"Feature","id":"n247020958","geometry":{"type":"Point","coordinates":[-0.7553221,51.7784226]},"properties":{"@type":"node","@id":247020958,"@timestamp":1202646150},"coords":"51.7784226,-0.7553221","bedrooms":"1","price":"222000","area":"569"} , +{"type":"Feature","id":"n247021309","geometry":{"type":"Point","coordinates":[-0.0291048,51.7149449]},"properties":{"@type":"node","@id":247021309,"@timestamp":1202646212},"coords":"51.7149449,-0.0291048","bedrooms":"2","price":"229000","area":"501"} , +{"type":"Feature","id":"n247021322","geometry":{"type":"Point","coordinates":[-0.0277259,51.7155328]},"properties":{"@type":"node","@id":247021322,"@timestamp":1202646213},"coords":"51.7155328,-0.0277259","bedrooms":"0","price":"172000","area":"660"} , +{"type":"Feature","id":"n247021334","geometry":{"type":"Point","coordinates":[-0.0278888,51.7156942]},"properties":{"@type":"node","@id":247021334,"@timestamp":1202646214},"coords":"51.7156942,-0.0278888","bedrooms":"0","price":"199000","area":"673"} , +{"type":"Feature","id":"n247021347","geometry":{"type":"Point","coordinates":[-0.0281442,51.7140067]},"properties":{"@type":"node","@id":247021347,"@timestamp":1202646215},"coords":"51.7140067,-0.0281442","bedrooms":"2","price":"237000","area":"421"} , +{"type":"Feature","id":"n247021360","geometry":{"type":"Point","coordinates":[-0.0265363,51.7129208]},"properties":{"@type":"node","@id":247021360,"@timestamp":1202646216},"coords":"51.7129208,-0.0265363","bedrooms":"1","price":"241000","area":"451"} , +{"type":"Feature","id":"n247021373","geometry":{"type":"Point","coordinates":[-0.026738,51.7147694]},"properties":{"@type":"node","@id":247021373,"@timestamp":1202646217},"coords":"51.7147694,-0.026738","bedrooms":"4","price":"261000","area":"690"} , +{"type":"Feature","id":"n247021386","geometry":{"type":"Point","coordinates":[-0.0252453,51.712247]},"properties":{"@type":"node","@id":247021386,"@timestamp":1202646218},"coords":"51.712247,-0.0252453","bedrooms":"0","price":"230000","area":"475"} , +{"type":"Feature","id":"n247021400","geometry":{"type":"Point","coordinates":[-0.0267063,51.7132291]},"properties":{"@type":"node","@id":247021400,"@timestamp":1202646219},"coords":"51.7132291,-0.0267063","bedrooms":"2","price":"202000","area":"367"} , +{"type":"Feature","id":"n247021413","geometry":{"type":"Point","coordinates":[-0.0305539,51.7128423]},"properties":{"@type":"node","@id":247021413,"@timestamp":1202646219},"coords":"51.7128423,-0.0305539","bedrooms":"1","price":"271000","area":"458"} , +{"type":"Feature","id":"n247021427","geometry":{"type":"Point","coordinates":[-0.0250553,51.7102996]},"properties":{"@type":"node","@id":247021427,"@timestamp":1202646220},"coords":"51.7102996,-0.0250553","bedrooms":"4","price":"256000","area":"612"} , +{"type":"Feature","id":"n247021441","geometry":{"type":"Point","coordinates":[-0.0229927,51.710044]},"properties":{"@type":"node","@id":247021441,"@timestamp":1202646221},"coords":"51.710044,-0.0229927","bedrooms":"1","price":"227000","area":"467"} , +{"type":"Feature","id":"n247021456","geometry":{"type":"Point","coordinates":[-0.0266946,51.7125396]},"properties":{"@type":"node","@id":247021456,"@timestamp":1202646222},"coords":"51.7125396,-0.0266946","bedrooms":"0","price":"278000","area":"475"} , +{"type":"Feature","id":"n247021469","geometry":{"type":"Point","coordinates":[-0.0252345,51.7123647]},"properties":{"@type":"node","@id":247021469,"@timestamp":1202646223},"coords":"51.7123647,-0.0252345","bedrooms":"2","price":"257000","area":"633"} , +{"type":"Feature","id":"n247021482","geometry":{"type":"Point","coordinates":[-0.0256904,51.7138143]},"properties":{"@type":"node","@id":247021482,"@timestamp":1202646224},"coords":"51.7138143,-0.0256904","bedrooms":"4","price":"170000","area":"598"} , +{"type":"Feature","id":"n247024827","geometry":{"type":"Point","coordinates":[-0.028667,51.710794]},"properties":{"@type":"node","@id":247024827,"@timestamp":1202646939},"coords":"51.710794,-0.028667","bedrooms":"3","price":"278000","area":"480"} , +{"type":"Feature","id":"n247024840","geometry":{"type":"Point","coordinates":[-0.0340116,51.7113423]},"properties":{"@type":"node","@id":247024840,"@timestamp":1202646940},"coords":"51.7113423,-0.0340116","bedrooms":"2","price":"179000","area":"458"} , +{"type":"Feature","id":"n247033725","geometry":{"type":"Point","coordinates":[-0.0351304,51.7099525]},"properties":{"@type":"node","@id":247033725,"@timestamp":1202648284},"coords":"51.7099525,-0.0351304","bedrooms":"3","price":"282000","area":"575"} , +{"type":"Feature","id":"n247033739","geometry":{"type":"Point","coordinates":[-0.0281579,51.7085743]},"properties":{"@type":"node","@id":247033739,"@timestamp":1202648286},"coords":"51.7085743,-0.0281579","bedrooms":"0","price":"225000","area":"697"} , +{"type":"Feature","id":"n247033755","geometry":{"type":"Point","coordinates":[-0.0279865,51.7077972]},"properties":{"@type":"node","@id":247033755,"@timestamp":1202648287},"coords":"51.7077972,-0.0279865","bedrooms":"1","price":"246000","area":"431"} , +{"type":"Feature","id":"n247033768","geometry":{"type":"Point","coordinates":[-0.0335829,51.7103367]},"properties":{"@type":"node","@id":247033768,"@timestamp":1202648288},"coords":"51.7103367,-0.0335829","bedrooms":"2","price":"282000","area":"495"} , +{"type":"Feature","id":"n247033793","geometry":{"type":"Point","coordinates":[-0.0327251,51.7100911]},"properties":{"@type":"node","@id":247033793,"@timestamp":1202648289},"coords":"51.7100911,-0.0327251","bedrooms":"4","price":"272000","area":"553"} , +{"type":"Feature","id":"n247033807","geometry":{"type":"Point","coordinates":[-0.031574,51.7100117]},"properties":{"@type":"node","@id":247033807,"@timestamp":1202648290},"coords":"51.7100117,-0.031574","bedrooms":"0","price":"238000","area":"631"} , +{"type":"Feature","id":"n247033834","geometry":{"type":"Point","coordinates":[-0.0308686,51.7113924]},"properties":{"@type":"node","@id":247033834,"@timestamp":1202648291},"coords":"51.7113924,-0.0308686","bedrooms":"3","price":"251000","area":"379"} , +{"type":"Feature","id":"n247033847","geometry":{"type":"Point","coordinates":[-0.0296127,51.7111647]},"properties":{"@type":"node","@id":247033847,"@timestamp":1202648292},"coords":"51.7111647,-0.0296127","bedrooms":"0","price":"183000","area":"573"} , +{"type":"Feature","id":"n247033861","geometry":{"type":"Point","coordinates":[-0.0239829,51.7093931]},"properties":{"@type":"node","@id":247033861,"@timestamp":1202648293},"coords":"51.7093931,-0.0239829","bedrooms":"0","price":"233000","area":"374"} , +{"type":"Feature","id":"n247037256","geometry":{"type":"Point","coordinates":[-0.0342755,51.7139858]},"properties":{"@type":"node","@id":247037256,"@timestamp":1202649112},"coords":"51.7139858,-0.0342755","bedrooms":"4","price":"262000","area":"438"} , +{"type":"Feature","id":"n247037278","geometry":{"type":"Point","coordinates":[-0.0349289,51.7150317]},"properties":{"@type":"node","@id":247037278,"@timestamp":1202649114},"coords":"51.7150317,-0.0349289","bedrooms":"3","price":"276000","area":"531"} , +{"type":"Feature","id":"n247037292","geometry":{"type":"Point","coordinates":[-0.0356509,51.7137134]},"properties":{"@type":"node","@id":247037292,"@timestamp":1202649115},"coords":"51.7137134,-0.0356509","bedrooms":"3","price":"227000","area":"610"} , +{"type":"Feature","id":"n247037306","geometry":{"type":"Point","coordinates":[-0.0305044,51.7160282]},"properties":{"@type":"node","@id":247037306,"@timestamp":1202649116},"coords":"51.7160282,-0.0305044","bedrooms":"1","price":"245000","area":"454"} , +{"type":"Feature","id":"n247038231","geometry":{"type":"Point","coordinates":[-0.0299043,51.7174434]},"properties":{"@type":"node","@id":247038231,"@timestamp":1202649684},"coords":"51.7174434,-0.0299043","bedrooms":"2","price":"228000","area":"494"} , +{"type":"Feature","id":"n247038242","geometry":{"type":"Point","coordinates":[-0.0302011,51.7171739]},"properties":{"@type":"node","@id":247038242,"@timestamp":1202649685},"coords":"51.7171739,-0.0302011","bedrooms":"0","price":"237000","area":"644"} , +{"type":"Feature","id":"n247038254","geometry":{"type":"Point","coordinates":[-0.0327123,51.7171179]},"properties":{"@type":"node","@id":247038254,"@timestamp":1202649686},"coords":"51.7171179,-0.0327123","bedrooms":"1","price":"210000","area":"444"} , +{"type":"Feature","id":"n247038265","geometry":{"type":"Point","coordinates":[-0.0315871,51.7191414]},"properties":{"@type":"node","@id":247038265,"@timestamp":1202649687},"coords":"51.7191414,-0.0315871","bedrooms":"3","price":"198000","area":"505"} , +{"type":"Feature","id":"n247038461","geometry":{"type":"Point","coordinates":[-0.7572594,51.776103]},"properties":{"@type":"node","@id":247038461,"@timestamp":1202649763},"coords":"51.776103,-0.7572594","bedrooms":"4","price":"198000","area":"699"} , +{"type":"Feature","id":"n247043029","geometry":{"type":"Point","coordinates":[-0.1674552,51.406616]},"properties":{"@type":"node","@id":247043029,"@timestamp":1202652770},"coords":"51.406616,-0.1674552","bedrooms":"0","price":"283000","area":"664"} , +{"type":"Feature","id":"n247046996","geometry":{"type":"Point","coordinates":[-0.5982885,51.2685364]},"properties":{"@type":"node","@id":247046996,"@timestamp":1202655847},"coords":"51.2685364,-0.5982885","bedrooms":"3","price":"248000","area":"610"} , +{"type":"Feature","id":"n247047235","geometry":{"type":"Point","coordinates":[-0.5906979,51.2691282]},"properties":{"@type":"node","@id":247047235,"@timestamp":1202656024},"coords":"51.2691282,-0.5906979","bedrooms":"3","price":"262000","area":"677"} , +{"type":"Feature","id":"n247047535","geometry":{"type":"Point","coordinates":[-0.5847038,51.2728529]},"properties":{"@type":"node","@id":247047535,"@timestamp":1202656297},"coords":"51.2728529,-0.5847038","bedrooms":"3","price":"293000","area":"576"} , +{"type":"Feature","id":"n247047545","geometry":{"type":"Point","coordinates":[-0.5856503,51.2715164]},"properties":{"@type":"node","@id":247047545,"@timestamp":1202656298},"coords":"51.2715164,-0.5856503","bedrooms":"4","price":"180000","area":"481"} , +{"type":"Feature","id":"n247047556","geometry":{"type":"Point","coordinates":[-0.593401,51.270167]},"properties":{"@type":"node","@id":247047556,"@timestamp":1202656299},"coords":"51.270167,-0.593401","bedrooms":"1","price":"271000","area":"438"} , +{"type":"Feature","id":"n247047567","geometry":{"type":"Point","coordinates":[-0.5964891,51.2682912]},"properties":{"@type":"node","@id":247047567,"@timestamp":1202656300},"coords":"51.2682912,-0.5964891","bedrooms":"2","price":"206000","area":"544"} , +{"type":"Feature","id":"n247047607","geometry":{"type":"Point","coordinates":[-0.6089812,51.2728019]},"properties":{"@type":"node","@id":247047607,"@timestamp":1202656303},"coords":"51.2728019,-0.6089812","bedrooms":"3","price":"248000","area":"431"} , +{"type":"Feature","id":"n247047859","geometry":{"type":"Point","coordinates":[-0.5843,51.2743623]},"properties":{"@type":"node","@id":247047859,"@timestamp":1202656412},"coords":"51.2743623,-0.5843","bedrooms":"4","price":"174000","area":"599"} , +{"type":"Feature","id":"n247047869","geometry":{"type":"Point","coordinates":[-0.5850018,51.2774284]},"properties":{"@type":"node","@id":247047869,"@timestamp":1202656413},"coords":"51.2774284,-0.5850018","bedrooms":"0","price":"242000","area":"536"} , +{"type":"Feature","id":"n247047895","geometry":{"type":"Point","coordinates":[-0.5853324,51.277754]},"properties":{"@type":"node","@id":247047895,"@timestamp":1202656414},"coords":"51.277754,-0.5853324","bedrooms":"4","price":"163000","area":"697"} , +{"type":"Feature","id":"n247047905","geometry":{"type":"Point","coordinates":[-0.5864958,51.2783164]},"properties":{"@type":"node","@id":247047905,"@timestamp":1202656415},"coords":"51.2783164,-0.5864958","bedrooms":"2","price":"259000","area":"623"} , +{"type":"Feature","id":"n247049292","geometry":{"type":"Point","coordinates":[-0.5878944,51.2767258]},"properties":{"@type":"node","@id":247049292,"@timestamp":1236513474},"coords":"51.2767258,-0.5878944","bedrooms":"2","price":"217000","area":"617"} , +{"type":"Feature","id":"n247051658","geometry":{"type":"Point","coordinates":[-0.0726756,51.480456]},"properties":{"@type":"node","@id":247051658,"@timestamp":1571697515},"coords":"51.480456,-0.0726756","bedrooms":"3","price":"169000","area":"493"} , +{"type":"Feature","id":"n247051736","geometry":{"type":"Point","coordinates":[-0.6037728,51.2690797]},"properties":{"@type":"node","@id":247051736,"@timestamp":1202658047},"coords":"51.2690797,-0.6037728","bedrooms":"1","price":"274000","area":"364"} , +{"type":"Feature","id":"n247057382","geometry":{"type":"Point","coordinates":[-0.0785049,51.4866359]},"properties":{"@type":"node","@id":247057382,"@timestamp":1202660001},"coords":"51.4866359,-0.0785049","bedrooms":"1","price":"153000","area":"550"} , +{"type":"Feature","id":"n247057740","geometry":{"type":"Point","coordinates":[-0.0751469,51.4852892]},"properties":{"@type":"node","@id":247057740,"@timestamp":1202660080},"coords":"51.4852892,-0.0751469","bedrooms":"0","price":"267000","area":"547"} , +{"type":"Feature","id":"n247058953","geometry":{"type":"Point","coordinates":[-0.0756164,51.4858825]},"properties":{"@type":"node","@id":247058953,"@timestamp":1202660506},"coords":"51.4858825,-0.0756164","bedrooms":"3","price":"234000","area":"608"} , +{"type":"Feature","id":"n247059356","geometry":{"type":"Point","coordinates":[-0.2021579,51.9590521]},"properties":{"@type":"node","@id":247059356,"@timestamp":1202660629},"coords":"51.9590521,-0.2021579","bedrooms":"1","price":"244000","area":"544"} , +{"type":"Feature","id":"n247062092","geometry":{"type":"Point","coordinates":[-0.2192538,51.9091935]},"properties":{"@type":"node","@id":247062092,"@timestamp":1202661571},"coords":"51.9091935,-0.2192538","bedrooms":"0","price":"176000","area":"561"} , +{"type":"Feature","id":"n247063342","geometry":{"type":"Point","coordinates":[-0.1159027,51.864055]},"properties":{"@type":"node","@id":247063342,"@timestamp":1202661971},"coords":"51.864055,-0.1159027","bedrooms":"0","price":"276000","area":"449"} , +{"type":"Feature","id":"n247063607","geometry":{"type":"Point","coordinates":[-0.0685525,51.8559506]},"properties":{"@type":"node","@id":247063607,"@timestamp":1202662356},"coords":"51.8559506,-0.0685525","bedrooms":"0","price":"293000","area":"569"} , +{"type":"Feature","id":"n247064870","geometry":{"type":"Point","coordinates":[-0.0677796,51.8960699]},"properties":{"@type":"node","@id":247064870,"@timestamp":1220792048},"coords":"51.8960699,-0.0677796","bedrooms":"4","price":"268000","area":"511"} , +{"type":"Feature","id":"n247070988","geometry":{"type":"Point","coordinates":[0.1361171,51.8756959]},"properties":{"@type":"node","@id":247070988,"@timestamp":1615165571},"coords":"51.8756959,0.1361171","bedrooms":"2","price":"189000","area":"638"} , +{"type":"Feature","id":"n247072938","geometry":{"type":"Point","coordinates":[-0.4125684,51.4495878]},"properties":{"@type":"node","@id":247072938,"@timestamp":1202666200},"coords":"51.4495878,-0.4125684","bedrooms":"0","price":"209000","area":"590"} , +{"type":"Feature","id":"n247072960","geometry":{"type":"Point","coordinates":[-0.4220686,51.4551335]},"properties":{"@type":"node","@id":247072960,"@timestamp":1576773196},"coords":"51.4551335,-0.4220686","bedrooms":"4","price":"253000","area":"681"} , +{"type":"Feature","id":"n247073052","geometry":{"type":"Point","coordinates":[-0.414168,51.4518274]},"properties":{"@type":"node","@id":247073052,"@timestamp":1202666212},"coords":"51.4518274,-0.414168","bedrooms":"1","price":"187000","area":"680"} , +{"type":"Feature","id":"n247073125","geometry":{"type":"Point","coordinates":[-0.4082109,51.4531477]},"properties":{"@type":"node","@id":247073125,"@timestamp":1202666219},"coords":"51.4531477,-0.4082109","bedrooms":"2","price":"207000","area":"591"} , +{"type":"Feature","id":"n247073297","geometry":{"type":"Point","coordinates":[0.1771202,51.8801932]},"properties":{"@type":"node","@id":247073297,"@timestamp":1608901755},"coords":"51.8801932,0.1771202","bedrooms":"0","price":"268000","area":"557"} , +{"type":"Feature","id":"n247074623","geometry":{"type":"Point","coordinates":[0.1752219,51.8697094]},"properties":{"@type":"node","@id":247074623,"@timestamp":1608054636},"coords":"51.8697094,0.1752219","bedrooms":"1","price":"167000","area":"375"} , +{"type":"Feature","id":"n247074748","geometry":{"type":"Point","coordinates":[0.0198083,51.4629016]},"properties":{"@type":"node","@id":247074748,"@timestamp":1202666694},"coords":"51.4629016,0.0198083","bedrooms":"4","price":"272000","area":"410"} , +{"type":"Feature","id":"n247074765","geometry":{"type":"Point","coordinates":[0.0189356,51.4623793]},"properties":{"@type":"node","@id":247074765,"@timestamp":1202666697},"coords":"51.4623793,0.0189356","bedrooms":"1","price":"156000","area":"656"} , +{"type":"Feature","id":"n247074779","geometry":{"type":"Point","coordinates":[0.019144,51.4628695]},"properties":{"@type":"node","@id":247074779,"@timestamp":1202666700},"coords":"51.4628695,0.019144","bedrooms":"0","price":"198000","area":"599"} , +{"type":"Feature","id":"n247074793","geometry":{"type":"Point","coordinates":[0.0181125,51.4628254]},"properties":{"@type":"node","@id":247074793,"@timestamp":1605194138},"coords":"51.4628254,0.0181125","bedrooms":"0","price":"246000","area":"369"} , +{"type":"Feature","id":"n247074811","geometry":{"type":"Point","coordinates":[0.0184503,51.4622785]},"properties":{"@type":"node","@id":247074811,"@timestamp":1202666706},"coords":"51.4622785,0.0184503","bedrooms":"1","price":"225000","area":"402"} , +{"type":"Feature","id":"n247075306","geometry":{"type":"Point","coordinates":[-0.0536896,51.7135787]},"properties":{"@type":"node","@id":247075306,"@timestamp":1202666860},"coords":"51.7135787,-0.0536896","bedrooms":"4","price":"202000","area":"518"} , +{"type":"Feature","id":"n247075376","geometry":{"type":"Point","coordinates":[0.0182777,51.4623686]},"properties":{"@type":"node","@id":247075376,"@timestamp":1202666882},"coords":"51.4623686,0.0182777","bedrooms":"4","price":"161000","area":"469"} , +{"type":"Feature","id":"n247075386","geometry":{"type":"Point","coordinates":[0.0191447,51.4625876]},"properties":{"@type":"node","@id":247075386,"@timestamp":1202666885},"coords":"51.4625876,0.0191447","bedrooms":"3","price":"238000","area":"410"} , +{"type":"Feature","id":"n247075407","geometry":{"type":"Point","coordinates":[0.0187909,51.462646]},"properties":{"@type":"node","@id":247075407,"@timestamp":1202666887},"coords":"51.462646,0.0187909","bedrooms":"0","price":"152000","area":"694"} , +{"type":"Feature","id":"n247078023","geometry":{"type":"Point","coordinates":[-0.075244,51.7172464]},"properties":{"@type":"node","@id":247078023,"@timestamp":1202667792},"coords":"51.7172464,-0.075244","bedrooms":"3","price":"273000","area":"655"} , +{"type":"Feature","id":"n247079557","geometry":{"type":"Point","coordinates":[-0.9701668,51.5899373]},"properties":{"@type":"node","@id":247079557,"@timestamp":1202668411},"coords":"51.5899373,-0.9701668","bedrooms":"1","price":"255000","area":"595"} , +{"type":"Feature","id":"n247079568","geometry":{"type":"Point","coordinates":[-0.9733389,51.5901278]},"properties":{"@type":"node","@id":247079568,"@timestamp":1202668412},"coords":"51.5901278,-0.9733389","bedrooms":"2","price":"205000","area":"468"} , +{"type":"Feature","id":"n247080438","geometry":{"type":"Point","coordinates":[0.1518242,51.8530287]},"properties":{"@type":"node","@id":247080438,"@timestamp":1617989455},"coords":"51.8530287,0.1518242","bedrooms":"2","price":"277000","area":"377"} , +{"type":"Feature","id":"n247080611","geometry":{"type":"Point","coordinates":[-0.0816715,51.7133957]},"properties":{"@type":"node","@id":247080611,"@timestamp":1202668700},"coords":"51.7133957,-0.0816715","bedrooms":"4","price":"194000","area":"388"} , +{"type":"Feature","id":"n247081162","geometry":{"type":"Point","coordinates":[0.1375735,51.8574916]},"properties":{"@type":"node","@id":247081162,"@timestamp":1613082637},"coords":"51.8574916,0.1375735","bedrooms":"2","price":"278000","area":"523"} , +{"type":"Feature","id":"n247081436","geometry":{"type":"Point","coordinates":[0.1332238,51.8605944]},"properties":{"@type":"node","@id":247081436,"@timestamp":1613082637},"coords":"51.8605944,0.1332238","bedrooms":"1","price":"260000","area":"553"} , +{"type":"Feature","id":"n247081520","geometry":{"type":"Point","coordinates":[-0.0768214,51.7116042]},"properties":{"@type":"node","@id":247081520,"@timestamp":1202669128},"coords":"51.7116042,-0.0768214","bedrooms":"2","price":"163000","area":"444"} , +{"type":"Feature","id":"n247081779","geometry":{"type":"Point","coordinates":[0.138099,51.8600961]},"properties":{"@type":"node","@id":247081779,"@timestamp":1613082637},"coords":"51.8600961,0.138099","bedrooms":"2","price":"299000","area":"554"} , +{"type":"Feature","id":"n247086938","geometry":{"type":"Point","coordinates":[-0.961845,51.5849838]},"properties":{"@type":"node","@id":247086938,"@timestamp":1202670679},"coords":"51.5849838,-0.961845","bedrooms":"1","price":"222000","area":"378"} , +{"type":"Feature","id":"n247095575","geometry":{"type":"Point","coordinates":[-0.4121898,51.4514579]},"properties":{"@type":"node","@id":247095575,"@timestamp":1202674557},"coords":"51.4514579,-0.4121898","bedrooms":"0","price":"288000","area":"453"} , +{"type":"Feature","id":"n247118970","geometry":{"type":"Point","coordinates":[-0.5385942,51.2617226]},"properties":{"@type":"node","@id":247118970,"@timestamp":1204997232},"coords":"51.2617226,-0.5385942","bedrooms":"2","price":"263000","area":"354"} , +{"type":"Feature","id":"n247119183","geometry":{"type":"Point","coordinates":[-0.5202896,51.2974796]},"properties":{"@type":"node","@id":247119183,"@timestamp":1203008680},"coords":"51.2974796,-0.5202896","bedrooms":"4","price":"277000","area":"379"} , +{"type":"Feature","id":"n247122079","geometry":{"type":"Point","coordinates":[-0.0288821,51.7152335]},"properties":{"@type":"node","@id":247122079,"@timestamp":1202687640},"coords":"51.7152335,-0.0288821","bedrooms":"3","price":"155000","area":"641"} , +{"type":"Feature","id":"n247156096","geometry":{"type":"Point","coordinates":[-0.1197606,51.5488401]},"properties":{"@type":"node","@id":247156096,"@timestamp":1202719474},"coords":"51.5488401,-0.1197606","bedrooms":"1","price":"185000","area":"380"} , +{"type":"Feature","id":"n247173105","geometry":{"type":"Point","coordinates":[-0.0362983,51.7195131]},"properties":{"@type":"node","@id":247173105,"@timestamp":1202727471},"coords":"51.7195131,-0.0362983","bedrooms":"3","price":"199000","area":"447"} , +{"type":"Feature","id":"n247173115","geometry":{"type":"Point","coordinates":[-0.034868,51.7185782]},"properties":{"@type":"node","@id":247173115,"@timestamp":1202727471},"coords":"51.7185782,-0.034868","bedrooms":"1","price":"282000","area":"611"} , +{"type":"Feature","id":"n247173130","geometry":{"type":"Point","coordinates":[-0.0384396,51.7167892]},"properties":{"@type":"node","@id":247173130,"@timestamp":1202727472},"coords":"51.7167892,-0.0384396","bedrooms":"2","price":"270000","area":"465"} , +{"type":"Feature","id":"n247173148","geometry":{"type":"Point","coordinates":[-0.035769,51.7154608]},"properties":{"@type":"node","@id":247173148,"@timestamp":1202727473},"coords":"51.7154608,-0.035769","bedrooms":"4","price":"236000","area":"443"} , +{"type":"Feature","id":"n247173161","geometry":{"type":"Point","coordinates":[-0.0349006,51.7175761]},"properties":{"@type":"node","@id":247173161,"@timestamp":1202727474},"coords":"51.7175761,-0.0349006","bedrooms":"0","price":"290000","area":"532"} , +{"type":"Feature","id":"n247173175","geometry":{"type":"Point","coordinates":[-0.038939,51.7145393]},"properties":{"@type":"node","@id":247173175,"@timestamp":1202727475},"coords":"51.7145393,-0.038939","bedrooms":"2","price":"292000","area":"510"} , +{"type":"Feature","id":"n247173185","geometry":{"type":"Point","coordinates":[-0.0395415,51.7141963]},"properties":{"@type":"node","@id":247173185,"@timestamp":1202727475},"coords":"51.7141963,-0.0395415","bedrooms":"0","price":"287000","area":"691"} , +{"type":"Feature","id":"n247173197","geometry":{"type":"Point","coordinates":[-0.0388522,51.7126223]},"properties":{"@type":"node","@id":247173197,"@timestamp":1202727476},"coords":"51.7126223,-0.0388522","bedrooms":"1","price":"156000","area":"525"} , +{"type":"Feature","id":"n247173211","geometry":{"type":"Point","coordinates":[-0.0382877,51.7150539]},"properties":{"@type":"node","@id":247173211,"@timestamp":1202727477},"coords":"51.7150539,-0.0382877","bedrooms":"2","price":"175000","area":"600"} , +{"type":"Feature","id":"n247173233","geometry":{"type":"Point","coordinates":[-0.0374626,51.7131133]},"properties":{"@type":"node","@id":247173233,"@timestamp":1202727477},"coords":"51.7131133,-0.0374626","bedrooms":"0","price":"221000","area":"571"} , +{"type":"Feature","id":"n247173254","geometry":{"type":"Point","coordinates":[-0.0377883,51.7137792]},"properties":{"@type":"node","@id":247173254,"@timestamp":1202727478},"coords":"51.7137792,-0.0377883","bedrooms":"0","price":"265000","area":"643"} , +{"type":"Feature","id":"n247173268","geometry":{"type":"Point","coordinates":[-0.0408443,51.7152691]},"properties":{"@type":"node","@id":247173268,"@timestamp":1202727479},"coords":"51.7152691,-0.0408443","bedrooms":"2","price":"159000","area":"644"} , +{"type":"Feature","id":"n247173288","geometry":{"type":"Point","coordinates":[-0.0370012,51.7197249]},"properties":{"@type":"node","@id":247173288,"@timestamp":1202727480},"coords":"51.7197249,-0.0370012","bedrooms":"0","price":"262000","area":"618"} , +{"type":"Feature","id":"n247173308","geometry":{"type":"Point","coordinates":[-0.0385591,51.7188943]},"properties":{"@type":"node","@id":247173308,"@timestamp":1202727481},"coords":"51.7188943,-0.0385591","bedrooms":"0","price":"279000","area":"356"} , +{"type":"Feature","id":"n247173322","geometry":{"type":"Point","coordinates":[-0.0385645,51.7189448]},"properties":{"@type":"node","@id":247173322,"@timestamp":1202727481},"coords":"51.7189448,-0.0385645","bedrooms":"1","price":"289000","area":"595"} , +{"type":"Feature","id":"n247173337","geometry":{"type":"Point","coordinates":[-0.0388522,51.7175795]},"properties":{"@type":"node","@id":247173337,"@timestamp":1202727482},"coords":"51.7175795,-0.0388522","bedrooms":"0","price":"260000","area":"477"} , +{"type":"Feature","id":"n247173782","geometry":{"type":"Point","coordinates":[-0.0430697,51.7100258]},"properties":{"@type":"node","@id":247173782,"@timestamp":1202727845},"coords":"51.7100258,-0.0430697","bedrooms":"2","price":"201000","area":"526"} , +{"type":"Feature","id":"n247173793","geometry":{"type":"Point","coordinates":[-0.0447362,51.7109171]},"properties":{"@type":"node","@id":247173793,"@timestamp":1202727846},"coords":"51.7109171,-0.0447362","bedrooms":"1","price":"237000","area":"600"} , +{"type":"Feature","id":"n247173803","geometry":{"type":"Point","coordinates":[-0.0428581,51.7133151]},"properties":{"@type":"node","@id":247173803,"@timestamp":1202727847},"coords":"51.7133151,-0.0428581","bedrooms":"2","price":"272000","area":"686"} , +{"type":"Feature","id":"n247173813","geometry":{"type":"Point","coordinates":[-0.0442259,51.7136245]},"properties":{"@type":"node","@id":247173813,"@timestamp":1202727847},"coords":"51.7136245,-0.0442259","bedrooms":"0","price":"216000","area":"443"} , +{"type":"Feature","id":"n247173825","geometry":{"type":"Point","coordinates":[-0.0456915,51.7126223]},"properties":{"@type":"node","@id":247173825,"@timestamp":1202727848},"coords":"51.7126223,-0.0456915","bedrooms":"2","price":"276000","area":"543"} , +{"type":"Feature","id":"n247173835","geometry":{"type":"Point","coordinates":[-0.0458435,51.7112736]},"properties":{"@type":"node","@id":247173835,"@timestamp":1202727848},"coords":"51.7112736,-0.0458435","bedrooms":"0","price":"189000","area":"401"} , +{"type":"Feature","id":"n247173875","geometry":{"type":"Point","coordinates":[-0.0430263,51.7126728]},"properties":{"@type":"node","@id":247173875,"@timestamp":1202727849},"coords":"51.7126728,-0.0430263","bedrooms":"2","price":"283000","area":"426"} , +{"type":"Feature","id":"n247173937","geometry":{"type":"Point","coordinates":[-0.0446384,51.7090773]},"properties":{"@type":"node","@id":247173937,"@timestamp":1202727850},"coords":"51.7090773,-0.0446384","bedrooms":"3","price":"246000","area":"503"} , +{"type":"Feature","id":"n247173948","geometry":{"type":"Point","coordinates":[-0.0457946,51.7101906]},"properties":{"@type":"node","@id":247173948,"@timestamp":1202727850},"coords":"51.7101906,-0.0457946","bedrooms":"0","price":"209000","area":"656"} , +{"type":"Feature","id":"n247173960","geometry":{"type":"Point","coordinates":[-0.0475967,51.7101738]},"properties":{"@type":"node","@id":247173960,"@timestamp":1202727851},"coords":"51.7101738,-0.0475967","bedrooms":"3","price":"195000","area":"586"} , +{"type":"Feature","id":"n247271385","geometry":{"type":"Point","coordinates":[0.1359513,51.8639608]},"properties":{"@type":"node","@id":247271385,"@timestamp":1617379646},"coords":"51.8639608,0.1359513","bedrooms":"3","price":"214000","area":"470"} , +{"type":"Feature","id":"n247272952","geometry":{"type":"Point","coordinates":[0.1327278,51.8566265]},"properties":{"@type":"node","@id":247272952,"@timestamp":1613082637},"coords":"51.8566265,0.1327278","bedrooms":"1","price":"152000","area":"356"} , +{"type":"Feature","id":"n247275385","geometry":{"type":"Point","coordinates":[0.1540969,51.8565808]},"properties":{"@type":"node","@id":247275385,"@timestamp":1620691833},"coords":"51.8565808,0.1540969","bedrooms":"0","price":"277000","area":"612"} , +{"type":"Feature","id":"n247288605","geometry":{"type":"Point","coordinates":[-1.0972948,51.2583144]},"properties":{"@type":"node","@id":247288605,"@timestamp":1588508621},"coords":"51.2583144,-1.0972948","bedrooms":"4","price":"203000","area":"513"} , +{"type":"Feature","id":"n247326931","geometry":{"type":"Point","coordinates":[-0.1336057,51.5867533]},"properties":{"@type":"node","@id":247326931,"@timestamp":1620674213},"coords":"51.5867533,-0.1336057","bedrooms":"4","price":"206000","area":"464"} , +{"type":"Feature","id":"n247330928","geometry":{"type":"Point","coordinates":[-0.3841552,51.7346724]},"properties":{"@type":"node","@id":247330928,"@timestamp":1593890534},"coords":"51.7346724,-0.3841552","bedrooms":"3","price":"220000","area":"542"} , +{"type":"Feature","id":"n247330950","geometry":{"type":"Point","coordinates":[-0.3696147,51.7411093]},"properties":{"@type":"node","@id":247330950,"@timestamp":1202825750},"coords":"51.7411093,-0.3696147","bedrooms":"3","price":"269000","area":"523"} , +{"type":"Feature","id":"n247352884","geometry":{"type":"Point","coordinates":[-0.4323279,51.8475392]},"properties":{"@type":"node","@id":247352884,"@timestamp":1256213381},"coords":"51.8475392,-0.4323279","bedrooms":"1","price":"159000","area":"411"} , +{"type":"Feature","id":"n247355494","geometry":{"type":"Point","coordinates":[-0.4281479,51.8430798]},"properties":{"@type":"node","@id":247355494,"@timestamp":1256213366},"coords":"51.8430798,-0.4281479","bedrooms":"2","price":"191000","area":"529"} , +{"type":"Feature","id":"n247360644","geometry":{"type":"Point","coordinates":[-0.1671136,51.3087204]},"properties":{"@type":"node","@id":247360644,"@timestamp":1202839196},"coords":"51.3087204,-0.1671136","bedrooms":"0","price":"292000","area":"496"} , +{"type":"Feature","id":"n247364738","geometry":{"type":"Point","coordinates":[-0.1502976,51.3188192]},"properties":{"@type":"node","@id":247364738,"@timestamp":1527696134},"coords":"51.3188192,-0.1502976","bedrooms":"1","price":"239000","area":"574"} , +{"type":"Feature","id":"n247368882","geometry":{"type":"Point","coordinates":[-0.1841734,51.3796072]},"properties":{"@type":"node","@id":247368882,"@timestamp":1202845334},"coords":"51.3796072,-0.1841734","bedrooms":"2","price":"268000","area":"573"} , +{"type":"Feature","id":"n247418778","geometry":{"type":"Point","coordinates":[-0.4580434,51.8608194]},"properties":{"@type":"node","@id":247418778,"@timestamp":1323082349},"coords":"51.8608194,-0.4580434","bedrooms":"3","price":"168000","area":"497"} , +{"type":"Feature","id":"n247426146","geometry":{"type":"Point","coordinates":[-0.4223497,51.4453558]},"properties":{"@type":"node","@id":247426146,"@timestamp":1202907212},"coords":"51.4453558,-0.4223497","bedrooms":"4","price":"237000","area":"486"} , +{"type":"Feature","id":"n247437748","geometry":{"type":"Point","coordinates":[-0.4576693,51.0277245]},"properties":{"@type":"node","@id":247437748,"@timestamp":1202920136},"coords":"51.0277245,-0.4576693","bedrooms":"4","price":"215000","area":"487"} , +{"type":"Feature","id":"n247437766","geometry":{"type":"Point","coordinates":[-0.4612929,51.0239058]},"properties":{"@type":"node","@id":247437766,"@timestamp":1202920138},"coords":"51.0239058,-0.4612929","bedrooms":"0","price":"257000","area":"350"} , +{"type":"Feature","id":"n247437833","geometry":{"type":"Point","coordinates":[-0.4620781,51.0266588]},"properties":{"@type":"node","@id":247437833,"@timestamp":1202920156},"coords":"51.0266588,-0.4620781","bedrooms":"4","price":"223000","area":"487"} , +{"type":"Feature","id":"n247437849","geometry":{"type":"Point","coordinates":[-0.4581169,51.0250654]},"properties":{"@type":"node","@id":247437849,"@timestamp":1202920167},"coords":"51.0250654,-0.4581169","bedrooms":"0","price":"292000","area":"641"} , +{"type":"Feature","id":"n247437859","geometry":{"type":"Point","coordinates":[-0.4551543,51.0254453]},"properties":{"@type":"node","@id":247437859,"@timestamp":1202920168},"coords":"51.0254453,-0.4551543","bedrooms":"3","price":"155000","area":"395"} , +{"type":"Feature","id":"n247437877","geometry":{"type":"Point","coordinates":[-0.4553036,51.0265056]},"properties":{"@type":"node","@id":247437877,"@timestamp":1202920168},"coords":"51.0265056,-0.4553036","bedrooms":"4","price":"198000","area":"672"} , +{"type":"Feature","id":"n247437887","geometry":{"type":"Point","coordinates":[-0.4557515,51.0266096]},"properties":{"@type":"node","@id":247437887,"@timestamp":1202920169},"coords":"51.0266096,-0.4557515","bedrooms":"1","price":"164000","area":"410"} , +{"type":"Feature","id":"n247449882","geometry":{"type":"Point","coordinates":[-0.2816012,51.1695751]},"properties":{"@type":"node","@id":247449882,"@timestamp":1202925209},"coords":"51.1695751,-0.2816012","bedrooms":"1","price":"173000","area":"533"} , +{"type":"Feature","id":"n247465741","geometry":{"type":"Point","coordinates":[-0.4186774,51.4506224]},"properties":{"@type":"node","@id":247465741,"@timestamp":1202933839},"coords":"51.4506224,-0.4186774","bedrooms":"0","price":"261000","area":"457"} , +{"type":"Feature","id":"n247466923","geometry":{"type":"Point","coordinates":[0.1015825,51.8361565]},"properties":{"@type":"node","@id":247466923,"@timestamp":1263830408},"coords":"51.8361565,0.1015825","bedrooms":"1","price":"199000","area":"443"} , +{"type":"Feature","id":"n247467003","geometry":{"type":"Point","coordinates":[0.1203194,51.8675322]},"properties":{"@type":"node","@id":247467003,"@timestamp":1263830409},"coords":"51.8675322,0.1203194","bedrooms":"3","price":"261000","area":"407"} , +{"type":"Feature","id":"n247467699","geometry":{"type":"Point","coordinates":[0.0763998,51.7995416]},"properties":{"@type":"node","@id":247467699,"@timestamp":1203875419},"coords":"51.7995416,0.0763998","bedrooms":"0","price":"185000","area":"596"} , +{"type":"Feature","id":"n247468461","geometry":{"type":"Point","coordinates":[0.0312872,51.7881388]},"properties":{"@type":"node","@id":247468461,"@timestamp":1203875344},"coords":"51.7881388,0.0312872","bedrooms":"3","price":"207000","area":"358"} , +{"type":"Feature","id":"n247468636","geometry":{"type":"Point","coordinates":[0.0119262,51.759978]},"properties":{"@type":"node","@id":247468636,"@timestamp":1394056114},"coords":"51.759978,0.0119262","bedrooms":"1","price":"212000","area":"671"} , +{"type":"Feature","id":"n247468777","geometry":{"type":"Point","coordinates":[-0.0080061,51.7313473]},"properties":{"@type":"node","@id":247468777,"@timestamp":1203875056},"coords":"51.7313473,-0.0080061","bedrooms":"2","price":"292000","area":"378"} , +{"type":"Feature","id":"n247469842","geometry":{"type":"Point","coordinates":[0.0535145,51.8063478]},"properties":{"@type":"node","@id":247469842,"@timestamp":1610494790},"coords":"51.8063478,0.0535145","bedrooms":"1","price":"233000","area":"671"} , +{"type":"Feature","id":"n247475019","geometry":{"type":"Point","coordinates":[-0.4259323,51.446693]},"properties":{"@type":"node","@id":247475019,"@timestamp":1202940063},"coords":"51.446693,-0.4259323","bedrooms":"4","price":"255000","area":"661"} , +{"type":"Feature","id":"n247475530","geometry":{"type":"Point","coordinates":[-0.295753,51.0767309]},"properties":{"@type":"node","@id":247475530,"@timestamp":1202940587},"coords":"51.0767309,-0.295753","bedrooms":"1","price":"196000","area":"465"} , +{"type":"Feature","id":"n247486703","geometry":{"type":"Point","coordinates":[0.0568636,51.4659245]},"properties":{"@type":"node","@id":247486703,"@timestamp":1616077419},"coords":"51.4659245,0.0568636","bedrooms":"3","price":"283000","area":"407"} , +{"type":"Feature","id":"n247486760","geometry":{"type":"Point","coordinates":[0.0595452,51.4567682]},"properties":{"@type":"node","@id":247486760,"@timestamp":1615935063},"coords":"51.4567682,0.0595452","bedrooms":"0","price":"261000","area":"485"} , +{"type":"Feature","id":"n247487698","geometry":{"type":"Point","coordinates":[-1.1071726,51.2557533]},"properties":{"@type":"node","@id":247487698,"@timestamp":1202950331},"coords":"51.2557533,-1.1071726","bedrooms":"0","price":"260000","area":"651"} , +{"type":"Feature","id":"n247488578","geometry":{"type":"Point","coordinates":[-0.2834938,51.5023466]},"properties":{"@type":"node","@id":247488578,"@timestamp":1202951252},"coords":"51.5023466,-0.2834938","bedrooms":"4","price":"280000","area":"548"} , +{"type":"Feature","id":"n247488592","geometry":{"type":"Point","coordinates":[-0.2850783,51.5083557]},"properties":{"@type":"node","@id":247488592,"@timestamp":1202951253},"coords":"51.5083557,-0.2850783","bedrooms":"3","price":"206000","area":"685"} , +{"type":"Feature","id":"n247658290","geometry":{"type":"Point","coordinates":[-0.4962578,51.2828692]},"properties":{"@type":"node","@id":247658290,"@timestamp":1241350030},"coords":"51.2828692,-0.4962578","bedrooms":"2","price":"259000","area":"466"} , +{"type":"Feature","id":"n247659078","geometry":{"type":"Point","coordinates":[-0.4469985,51.3013205]},"properties":{"@type":"node","@id":247659078,"@timestamp":1203007582},"coords":"51.3013205,-0.4469985","bedrooms":"3","price":"240000","area":"397"} , +{"type":"Feature","id":"n247664066","geometry":{"type":"Point","coordinates":[0.1640866,51.4719765]},"properties":{"@type":"node","@id":247664066,"@timestamp":1203009844},"coords":"51.4719765,0.1640866","bedrooms":"0","price":"228000","area":"667"} , +{"type":"Feature","id":"n247664729","geometry":{"type":"Point","coordinates":[-0.2979272,51.077318]},"properties":{"@type":"node","@id":247664729,"@timestamp":1203010147},"coords":"51.077318,-0.2979272","bedrooms":"1","price":"248000","area":"680"} , +{"type":"Feature","id":"n247678360","geometry":{"type":"Point","coordinates":[-1.1083226,51.2553197]},"properties":{"@type":"node","@id":247678360,"@timestamp":1203016304},"coords":"51.2553197,-1.1083226","bedrooms":"0","price":"179000","area":"691"} , +{"type":"Feature","id":"n247678393","geometry":{"type":"Point","coordinates":[-1.107516,51.2559951]},"properties":{"@type":"node","@id":247678393,"@timestamp":1203016306},"coords":"51.2559951,-1.107516","bedrooms":"3","price":"252000","area":"524"} , +{"type":"Feature","id":"n247702723","geometry":{"type":"Point","coordinates":[0.0259971,51.5104031]},"properties":{"@type":"node","@id":247702723,"@timestamp":1611348383},"coords":"51.5104031,0.0259971","bedrooms":"0","price":"232000","area":"564"} , +{"type":"Feature","id":"n247765809","geometry":{"type":"Point","coordinates":[-0.2529241,51.8025558]},"properties":{"@type":"node","@id":247765809,"@timestamp":1203097416},"coords":"51.8025558,-0.2529241","bedrooms":"1","price":"228000","area":"365"} , +{"type":"Feature","id":"n247768155","geometry":{"type":"Point","coordinates":[-1.0081256,50.9337827]},"properties":{"@type":"node","@id":247768155,"@timestamp":1366828946},"coords":"50.9337827,-1.0081256","bedrooms":"0","price":"264000","area":"560"} , +{"type":"Feature","id":"n247768270","geometry":{"type":"Point","coordinates":[-0.9643276,50.9427682]},"properties":{"@type":"node","@id":247768270,"@timestamp":1366830821},"coords":"50.9427682,-0.9643276","bedrooms":"4","price":"208000","area":"446"} , +{"type":"Feature","id":"n247768596","geometry":{"type":"Point","coordinates":[-1.030923,50.9259729]},"properties":{"@type":"node","@id":247768596,"@timestamp":1366828947},"coords":"50.9259729,-1.030923","bedrooms":"1","price":"215000","area":"678"} , +{"type":"Feature","id":"n247769023","geometry":{"type":"Point","coordinates":[-1.0165434,50.9535561]},"properties":{"@type":"node","@id":247769023,"@timestamp":1291733752},"coords":"50.9535561,-1.0165434","bedrooms":"1","price":"170000","area":"597"} , +{"type":"Feature","id":"n247779895","geometry":{"type":"Point","coordinates":[-0.2176994,51.4106786]},"properties":{"@type":"node","@id":247779895,"@timestamp":1612395950},"coords":"51.4106786,-0.2176994","bedrooms":"1","price":"257000","area":"670"} , +{"type":"Feature","id":"n247806025","geometry":{"type":"Point","coordinates":[-0.1272194,51.358381]},"properties":{"@type":"node","@id":247806025,"@timestamp":1203123571},"coords":"51.358381,-0.1272194","bedrooms":"3","price":"176000","area":"647"} , +{"type":"Feature","id":"n247806078","geometry":{"type":"Point","coordinates":[-0.1264718,51.3521964]},"properties":{"@type":"node","@id":247806078,"@timestamp":1343919163},"coords":"51.3521964,-0.1264718","bedrooms":"4","price":"262000","area":"668"} , +{"type":"Feature","id":"n247806090","geometry":{"type":"Point","coordinates":[-0.1277215,51.3526498]},"properties":{"@type":"node","@id":247806090,"@timestamp":1203123590},"coords":"51.3526498,-0.1277215","bedrooms":"4","price":"241000","area":"558"} , +{"type":"Feature","id":"n247806113","geometry":{"type":"Point","coordinates":[-0.1328161,51.354407]},"properties":{"@type":"node","@id":247806113,"@timestamp":1203123592},"coords":"51.354407,-0.1328161","bedrooms":"1","price":"277000","area":"633"} , +{"type":"Feature","id":"n247806161","geometry":{"type":"Point","coordinates":[-0.130377,51.3562288]},"properties":{"@type":"node","@id":247806161,"@timestamp":1203123595},"coords":"51.3562288,-0.130377","bedrooms":"2","price":"251000","area":"486"} , +{"type":"Feature","id":"n247854141","geometry":{"type":"Point","coordinates":[-0.9721173,51.4584069]},"properties":{"@type":"node","@id":247854141,"@timestamp":1575583157},"coords":"51.4584069,-0.9721173","bedrooms":"2","price":"157000","area":"402"} , +{"type":"Feature","id":"n247854163","geometry":{"type":"Point","coordinates":[-0.9748638,51.4545537]},"properties":{"@type":"node","@id":247854163,"@timestamp":1229420263},"coords":"51.4545537,-0.9748638","bedrooms":"2","price":"178000","area":"690"} , +{"type":"Feature","id":"n247871487","geometry":{"type":"Point","coordinates":[-0.0938256,51.5049174]},"properties":{"@type":"node","@id":247871487,"@timestamp":1214947612},"coords":"51.5049174,-0.0938256","bedrooms":"4","price":"176000","area":"649"} , +{"type":"Feature","id":"n247884551","geometry":{"type":"Point","coordinates":[-0.3927506,51.4307493]},"properties":{"@type":"node","@id":247884551,"@timestamp":1203174058},"coords":"51.4307493,-0.3927506","bedrooms":"3","price":"212000","area":"501"} , +{"type":"Feature","id":"n247886046","geometry":{"type":"Point","coordinates":[-0.3960852,51.4268616]},"properties":{"@type":"node","@id":247886046,"@timestamp":1203174450},"coords":"51.4268616,-0.3960852","bedrooms":"2","price":"271000","area":"499"} , +{"type":"Feature","id":"n247898245","geometry":{"type":"Point","coordinates":[-0.2685189,51.1634618]},"properties":{"@type":"node","@id":247898245,"@timestamp":1203204735},"coords":"51.1634618,-0.2685189","bedrooms":"2","price":"236000","area":"499"} , +{"type":"Feature","id":"n247899096","geometry":{"type":"Point","coordinates":[-0.3244295,51.1878344]},"properties":{"@type":"node","@id":247899096,"@timestamp":1390695171},"coords":"51.1878344,-0.3244295","bedrooms":"0","price":"290000","area":"410"} , +{"type":"Feature","id":"n247908836","geometry":{"type":"Point","coordinates":[-0.2265943,51.3454654]},"properties":{"@type":"node","@id":247908836,"@timestamp":1203184395},"coords":"51.3454654,-0.2265943","bedrooms":"3","price":"220000","area":"660"} , +{"type":"Feature","id":"n247908855","geometry":{"type":"Point","coordinates":[-0.2036774,51.3453982]},"properties":{"@type":"node","@id":247908855,"@timestamp":1203184396},"coords":"51.3453982,-0.2036774","bedrooms":"4","price":"223000","area":"569"} , +{"type":"Feature","id":"n247912688","geometry":{"type":"Point","coordinates":[-1.1753043,50.9977133]},"properties":{"@type":"node","@id":247912688,"@timestamp":1242501947},"coords":"50.9977133,-1.1753043","bedrooms":"3","price":"185000","area":"451"} , +{"type":"Feature","id":"n247912801","geometry":{"type":"Point","coordinates":[-0.2001286,51.3473201]},"properties":{"@type":"node","@id":247912801,"@timestamp":1203186479},"coords":"51.3473201,-0.2001286","bedrooms":"0","price":"172000","area":"497"} , +{"type":"Feature","id":"n247914684","geometry":{"type":"Point","coordinates":[-1.0560173,51.9045093]},"properties":{"@type":"node","@id":247914684,"@timestamp":1203187077},"coords":"51.9045093,-1.0560173","bedrooms":"4","price":"210000","area":"576"} , +{"type":"Feature","id":"n247915743","geometry":{"type":"Point","coordinates":[-1.0602059,51.9053262]},"properties":{"@type":"node","@id":247915743,"@timestamp":1635249588},"coords":"51.9053262,-1.0602059","bedrooms":"0","price":"205000","area":"488"} , +{"type":"Feature","id":"n247915980","geometry":{"type":"Point","coordinates":[-0.2015109,51.3486632]},"properties":{"@type":"node","@id":247915980,"@timestamp":1203187843},"coords":"51.3486632,-0.2015109","bedrooms":"2","price":"159000","area":"573"} , +{"type":"Feature","id":"n247920115","geometry":{"type":"Point","coordinates":[-0.1970217,51.3494192]},"properties":{"@type":"node","@id":247920115,"@timestamp":1203189752},"coords":"51.3494192,-0.1970217","bedrooms":"1","price":"170000","area":"403"} , +{"type":"Feature","id":"n247920161","geometry":{"type":"Point","coordinates":[-0.1995851,51.3501088]},"properties":{"@type":"node","@id":247920161,"@timestamp":1203189757},"coords":"51.3501088,-0.1995851","bedrooms":"3","price":"219000","area":"531"} , +{"type":"Feature","id":"n247951188","geometry":{"type":"Point","coordinates":[-0.1603404,51.6473144]},"properties":{"@type":"node","@id":247951188,"@timestamp":1347387223},"coords":"51.6473144,-0.1603404","bedrooms":"4","price":"214000","area":"601"} , +{"type":"Feature","id":"n247956984","geometry":{"type":"Point","coordinates":[-0.0848811,51.5057749]},"properties":{"@type":"node","@id":247956984,"@timestamp":1203209285},"coords":"51.5057749,-0.0848811","bedrooms":"3","price":"252000","area":"559"} , +{"type":"Feature","id":"n247962338","geometry":{"type":"Point","coordinates":[-0.3469274,51.5557719]},"properties":{"@type":"node","@id":247962338,"@timestamp":1203219265},"coords":"51.5557719,-0.3469274","bedrooms":"0","price":"242000","area":"459"} , +{"type":"Feature","id":"n247993765","geometry":{"type":"Point","coordinates":[-0.2896429,51.2039804]},"properties":{"@type":"node","@id":247993765,"@timestamp":1568839246},"coords":"51.2039804,-0.2896429","bedrooms":"1","price":"279000","area":"598"} , +{"type":"Feature","id":"n247994594","geometry":{"type":"Point","coordinates":[-0.3022837,51.2309508]},"properties":{"@type":"node","@id":247994594,"@timestamp":1393453910},"coords":"51.2309508,-0.3022837","bedrooms":"0","price":"258000","area":"375"} , +{"type":"Feature","id":"n248023135","geometry":{"type":"Point","coordinates":[-0.1411398,51.893296]},"properties":{"@type":"node","@id":248023135,"@timestamp":1203260042},"coords":"51.893296,-0.1411398","bedrooms":"2","price":"279000","area":"516"} , +{"type":"Feature","id":"n248025823","geometry":{"type":"Point","coordinates":[-0.1376949,51.8824847]},"properties":{"@type":"node","@id":248025823,"@timestamp":1203260645},"coords":"51.8824847,-0.1376949","bedrooms":"1","price":"259000","area":"431"} , +{"type":"Feature","id":"n248028651","geometry":{"type":"Point","coordinates":[-0.1473831,51.871049]},"properties":{"@type":"node","@id":248028651,"@timestamp":1203261165},"coords":"51.871049,-0.1473831","bedrooms":"3","price":"216000","area":"352"} , +{"type":"Feature","id":"n248033038","geometry":{"type":"Point","coordinates":[-0.1553064,51.8870436]},"properties":{"@type":"node","@id":248033038,"@timestamp":1203262232},"coords":"51.8870436,-0.1553064","bedrooms":"3","price":"220000","area":"555"} , +{"type":"Feature","id":"n248037384","geometry":{"type":"Point","coordinates":[-0.138031,51.5623442]},"properties":{"@type":"node","@id":248037384,"@timestamp":1203383427},"coords":"51.5623442,-0.138031","bedrooms":"0","price":"281000","area":"570"} , +{"type":"Feature","id":"n248042439","geometry":{"type":"Point","coordinates":[-0.1336673,51.3533719]},"properties":{"@type":"node","@id":248042439,"@timestamp":1533396799},"coords":"51.3533719,-0.1336673","bedrooms":"3","price":"299000","area":"399"} , +{"type":"Feature","id":"n248042575","geometry":{"type":"Point","coordinates":[-0.1335838,51.3476642]},"properties":{"@type":"node","@id":248042575,"@timestamp":1203265547},"coords":"51.3476642,-0.1335838","bedrooms":"0","price":"191000","area":"493"} , +{"type":"Feature","id":"n248042586","geometry":{"type":"Point","coordinates":[-0.1338533,51.3463646]},"properties":{"@type":"node","@id":248042586,"@timestamp":1203265548},"coords":"51.3463646,-0.1338533","bedrooms":"1","price":"254000","area":"477"} , +{"type":"Feature","id":"n248042607","geometry":{"type":"Point","coordinates":[-0.119156,51.3464999]},"properties":{"@type":"node","@id":248042607,"@timestamp":1203265549},"coords":"51.3464999,-0.119156","bedrooms":"4","price":"205000","area":"498"} , +{"type":"Feature","id":"n248074287","geometry":{"type":"Point","coordinates":[-0.1040162,51.5124286]},"properties":{"@type":"node","@id":248074287,"@timestamp":1629220085},"coords":"51.5124286,-0.1040162","bedrooms":"2","price":"195000","area":"430"} , +{"type":"Feature","id":"n248086992","geometry":{"type":"Point","coordinates":[-0.3207719,51.6265883]},"properties":{"@type":"node","@id":248086992,"@timestamp":1203281040},"coords":"51.6265883,-0.3207719","bedrooms":"4","price":"255000","area":"381"} , +{"type":"Feature","id":"n248087028","geometry":{"type":"Point","coordinates":[-0.3196134,51.6258194]},"properties":{"@type":"node","@id":248087028,"@timestamp":1203281043},"coords":"51.6258194,-0.3196134","bedrooms":"0","price":"221000","area":"383"} , +{"type":"Feature","id":"n248087054","geometry":{"type":"Point","coordinates":[-0.3178594,51.6266147]},"properties":{"@type":"node","@id":248087054,"@timestamp":1203281044},"coords":"51.6266147,-0.3178594","bedrooms":"2","price":"281000","area":"506"} , +{"type":"Feature","id":"n248087128","geometry":{"type":"Point","coordinates":[-0.3184412,51.6347632]},"properties":{"@type":"node","@id":248087128,"@timestamp":1203281051},"coords":"51.6347632,-0.3184412","bedrooms":"3","price":"186000","area":"367"} , +{"type":"Feature","id":"n248087185","geometry":{"type":"Point","coordinates":[-0.3231065,51.6423562]},"properties":{"@type":"node","@id":248087185,"@timestamp":1203281055},"coords":"51.6423562,-0.3231065","bedrooms":"3","price":"195000","area":"625"} , +{"type":"Feature","id":"n248087226","geometry":{"type":"Point","coordinates":[-0.3230183,51.6296373]},"properties":{"@type":"node","@id":248087226,"@timestamp":1203281057},"coords":"51.6296373,-0.3230183","bedrooms":"3","price":"190000","area":"673"} , +{"type":"Feature","id":"n248087269","geometry":{"type":"Point","coordinates":[-0.3517693,51.6750484]},"properties":{"@type":"node","@id":248087269,"@timestamp":1203281058},"coords":"51.6750484,-0.3517693","bedrooms":"0","price":"241000","area":"490"} , +{"type":"Feature","id":"n248087297","geometry":{"type":"Point","coordinates":[-0.3493579,51.6780963]},"properties":{"@type":"node","@id":248087297,"@timestamp":1203281060},"coords":"51.6780963,-0.3493579","bedrooms":"0","price":"200000","area":"463"} , +{"type":"Feature","id":"n248087329","geometry":{"type":"Point","coordinates":[-0.347411,51.6822368]},"properties":{"@type":"node","@id":248087329,"@timestamp":1203281063},"coords":"51.6822368,-0.347411","bedrooms":"0","price":"205000","area":"689"} , +{"type":"Feature","id":"n248087410","geometry":{"type":"Point","coordinates":[-0.3417583,51.6826016]},"properties":{"@type":"node","@id":248087410,"@timestamp":1203281067},"coords":"51.6826016,-0.3417583","bedrooms":"0","price":"261000","area":"694"} , +{"type":"Feature","id":"n248087460","geometry":{"type":"Point","coordinates":[-0.338907,51.681012]},"properties":{"@type":"node","@id":248087460,"@timestamp":1203281069},"coords":"51.681012,-0.338907","bedrooms":"0","price":"180000","area":"435"} , +{"type":"Feature","id":"n248087498","geometry":{"type":"Point","coordinates":[-0.345658,51.6745875]},"properties":{"@type":"node","@id":248087498,"@timestamp":1203281071},"coords":"51.6745875,-0.345658","bedrooms":"3","price":"217000","area":"642"} , +{"type":"Feature","id":"n248089720","geometry":{"type":"Point","coordinates":[-0.3012873,50.9606942]},"properties":{"@type":"node","@id":248089720,"@timestamp":1203282071},"coords":"50.9606942,-0.3012873","bedrooms":"2","price":"271000","area":"599"} , +{"type":"Feature","id":"n248090764","geometry":{"type":"Point","coordinates":[-0.0913838,51.0665329]},"properties":{"@type":"node","@id":248090764,"@timestamp":1203282765},"coords":"51.0665329,-0.0913838","bedrooms":"2","price":"170000","area":"500"} , +{"type":"Feature","id":"n248090832","geometry":{"type":"Point","coordinates":[-0.0946788,51.0643245]},"properties":{"@type":"node","@id":248090832,"@timestamp":1203282774},"coords":"51.0643245,-0.0946788","bedrooms":"3","price":"230000","area":"475"} , +{"type":"Feature","id":"n248090845","geometry":{"type":"Point","coordinates":[-0.0940654,51.0648276]},"properties":{"@type":"node","@id":248090845,"@timestamp":1203282775},"coords":"51.0648276,-0.0940654","bedrooms":"4","price":"203000","area":"630"} , +{"type":"Feature","id":"n248093663","geometry":{"type":"Point","coordinates":[0.8813884,51.1546771]},"properties":{"@type":"node","@id":248093663,"@timestamp":1204564924},"coords":"51.1546771,0.8813884","bedrooms":"1","price":"210000","area":"389"} , +{"type":"Feature","id":"n248120247","geometry":{"type":"Point","coordinates":[0.1397239,51.5915645]},"properties":{"@type":"node","@id":248120247,"@timestamp":1203297560},"coords":"51.5915645,0.1397239","bedrooms":"0","price":"167000","area":"646"} , +{"type":"Feature","id":"n248120258","geometry":{"type":"Point","coordinates":[0.1396239,51.5915601]},"properties":{"@type":"node","@id":248120258,"@timestamp":1203297561},"coords":"51.5915601,0.1396239","bedrooms":"2","price":"295000","area":"587"} , +{"type":"Feature","id":"n248120316","geometry":{"type":"Point","coordinates":[0.1410735,51.5969197]},"properties":{"@type":"node","@id":248120316,"@timestamp":1203297730},"coords":"51.5969197,0.1410735","bedrooms":"2","price":"218000","area":"670"} , +{"type":"Feature","id":"n248120534","geometry":{"type":"Point","coordinates":[0.1316613,51.6040699]},"properties":{"@type":"node","@id":248120534,"@timestamp":1203297995},"coords":"51.6040699,0.1316613","bedrooms":"1","price":"185000","area":"687"} , +{"type":"Feature","id":"n248120563","geometry":{"type":"Point","coordinates":[0.1299811,51.6080366]},"properties":{"@type":"node","@id":248120563,"@timestamp":1203298056},"coords":"51.6080366,0.1299811","bedrooms":"3","price":"211000","area":"507"} , +{"type":"Feature","id":"n248120808","geometry":{"type":"Point","coordinates":[0.1409508,51.6018203]},"properties":{"@type":"node","@id":248120808,"@timestamp":1203298309},"coords":"51.6018203,0.1409508","bedrooms":"1","price":"234000","area":"636"} , +{"type":"Feature","id":"n248121326","geometry":{"type":"Point","coordinates":[0.0983196,51.5974803]},"properties":{"@type":"node","@id":248121326,"@timestamp":1203298907},"coords":"51.5974803,0.0983196","bedrooms":"3","price":"236000","area":"695"} , +{"type":"Feature","id":"n248122260","geometry":{"type":"Point","coordinates":[0.1088481,51.5742284]},"properties":{"@type":"node","@id":248122260,"@timestamp":1203299676},"coords":"51.5742284,0.1088481","bedrooms":"0","price":"206000","area":"532"} , +{"type":"Feature","id":"n248122289","geometry":{"type":"Point","coordinates":[0.1085464,51.5735271]},"properties":{"@type":"node","@id":248122289,"@timestamp":1203299711},"coords":"51.5735271,0.1085464","bedrooms":"1","price":"162000","area":"576"} , +{"type":"Feature","id":"n248122431","geometry":{"type":"Point","coordinates":[0.1065737,51.5738461]},"properties":{"@type":"node","@id":248122431,"@timestamp":1203299894},"coords":"51.5738461,0.1065737","bedrooms":"1","price":"183000","area":"684"} , +{"type":"Feature","id":"n248122441","geometry":{"type":"Point","coordinates":[0.1068504,51.5765921]},"properties":{"@type":"node","@id":248122441,"@timestamp":1203299895},"coords":"51.5765921,0.1068504","bedrooms":"1","price":"183000","area":"386"} , +{"type":"Feature","id":"n248122451","geometry":{"type":"Point","coordinates":[0.1065202,51.5785281]},"properties":{"@type":"node","@id":248122451,"@timestamp":1203299896},"coords":"51.5785281,0.1065202","bedrooms":"4","price":"276000","area":"629"} , +{"type":"Feature","id":"n248122461","geometry":{"type":"Point","coordinates":[0.1074039,51.5799758]},"properties":{"@type":"node","@id":248122461,"@timestamp":1203299896},"coords":"51.5799758,0.1074039","bedrooms":"2","price":"273000","area":"523"} , +{"type":"Feature","id":"n248122471","geometry":{"type":"Point","coordinates":[0.1092783,51.581773]},"properties":{"@type":"node","@id":248122471,"@timestamp":1203299897},"coords":"51.581773,0.1092783","bedrooms":"3","price":"191000","area":"697"} , +{"type":"Feature","id":"n248122850","geometry":{"type":"Point","coordinates":[0.1154652,51.5794989]},"properties":{"@type":"node","@id":248122850,"@timestamp":1203300153},"coords":"51.5794989,0.1154652","bedrooms":"4","price":"239000","area":"379"} , +{"type":"Feature","id":"n248122955","geometry":{"type":"Point","coordinates":[0.1160985,51.5788627]},"properties":{"@type":"node","@id":248122955,"@timestamp":1203300215},"coords":"51.5788627,0.1160985","bedrooms":"0","price":"276000","area":"390"} , +{"type":"Feature","id":"n248147459","geometry":{"type":"Point","coordinates":[-0.2828946,51.8228726]},"properties":{"@type":"node","@id":248147459,"@timestamp":1203326223},"coords":"51.8228726,-0.2828946","bedrooms":"3","price":"222000","area":"361"} , +{"type":"Feature","id":"n248147470","geometry":{"type":"Point","coordinates":[-0.2837595,51.8238248]},"properties":{"@type":"node","@id":248147470,"@timestamp":1203326224},"coords":"51.8238248,-0.2837595","bedrooms":"4","price":"193000","area":"418"} , +{"type":"Feature","id":"n248147482","geometry":{"type":"Point","coordinates":[-0.2845995,51.8228115]},"properties":{"@type":"node","@id":248147482,"@timestamp":1203326225},"coords":"51.8228115,-0.2845995","bedrooms":"4","price":"155000","area":"632"} , +{"type":"Feature","id":"n248147497","geometry":{"type":"Point","coordinates":[-0.2872944,51.8208273]},"properties":{"@type":"node","@id":248147497,"@timestamp":1203326230},"coords":"51.8208273,-0.2872944","bedrooms":"1","price":"267000","area":"514"} , +{"type":"Feature","id":"n248147516","geometry":{"type":"Point","coordinates":[-0.2862974,51.8219131]},"properties":{"@type":"node","@id":248147516,"@timestamp":1203326234},"coords":"51.8219131,-0.2862974","bedrooms":"4","price":"282000","area":"515"} , +{"type":"Feature","id":"n248147537","geometry":{"type":"Point","coordinates":[-0.2862382,51.824312]},"properties":{"@type":"node","@id":248147537,"@timestamp":1203326238},"coords":"51.824312,-0.2862382","bedrooms":"1","price":"169000","area":"430"} , +{"type":"Feature","id":"n248147554","geometry":{"type":"Point","coordinates":[-0.286149,51.8249263]},"properties":{"@type":"node","@id":248147554,"@timestamp":1203326242},"coords":"51.8249263,-0.286149","bedrooms":"0","price":"176000","area":"431"} , +{"type":"Feature","id":"n248149889","geometry":{"type":"Point","coordinates":[-0.26296,51.8143908]},"properties":{"@type":"node","@id":248149889,"@timestamp":1203326871},"coords":"51.8143908,-0.26296","bedrooms":"3","price":"206000","area":"499"} , +{"type":"Feature","id":"n248149928","geometry":{"type":"Point","coordinates":[-0.2538713,51.8201131]},"properties":{"@type":"node","@id":248149928,"@timestamp":1203326876},"coords":"51.8201131,-0.2538713","bedrooms":"3","price":"270000","area":"356"} , +{"type":"Feature","id":"n248149959","geometry":{"type":"Point","coordinates":[-0.2542764,51.819189]},"properties":{"@type":"node","@id":248149959,"@timestamp":1203326880},"coords":"51.819189,-0.2542764","bedrooms":"1","price":"238000","area":"489"} , +{"type":"Feature","id":"n248161663","geometry":{"type":"Point","coordinates":[-0.5969413,51.2348066]},"properties":{"@type":"node","@id":248161663,"@timestamp":1203336749},"coords":"51.2348066,-0.5969413","bedrooms":"0","price":"158000","area":"368"} , +{"type":"Feature","id":"n248201865","geometry":{"type":"Point","coordinates":[-0.0805121,51.6524115]},"properties":{"@type":"node","@id":248201865,"@timestamp":1621323726},"coords":"51.6524115,-0.0805121","bedrooms":"3","price":"217000","area":"596"} , +{"type":"Feature","id":"n248207431","geometry":{"type":"Point","coordinates":[-0.6198525,51.6374693]},"properties":{"@type":"node","@id":248207431,"@timestamp":1599571482},"coords":"51.6374693,-0.6198525","bedrooms":"1","price":"166000","area":"565"} , +{"type":"Feature","id":"n248228147","geometry":{"type":"Point","coordinates":[0.1747446,51.534328]},"properties":{"@type":"node","@id":248228147,"@timestamp":1203382031},"coords":"51.534328,0.1747446","bedrooms":"1","price":"160000","area":"540"} , +{"type":"Feature","id":"n248228163","geometry":{"type":"Point","coordinates":[0.1723564,51.5314008]},"properties":{"@type":"node","@id":248228163,"@timestamp":1203382032},"coords":"51.5314008,0.1723564","bedrooms":"4","price":"298000","area":"426"} , +{"type":"Feature","id":"n248228748","geometry":{"type":"Point","coordinates":[-0.1414677,51.357302]},"properties":{"@type":"node","@id":248228748,"@timestamp":1533391501},"coords":"51.357302,-0.1414677","bedrooms":"3","price":"251000","area":"410"} , +{"type":"Feature","id":"n248228767","geometry":{"type":"Point","coordinates":[-0.1449663,51.3555184]},"properties":{"@type":"node","@id":248228767,"@timestamp":1203382416},"coords":"51.3555184,-0.1449663","bedrooms":"4","price":"215000","area":"637"} , +{"type":"Feature","id":"n248228784","geometry":{"type":"Point","coordinates":[-0.1461855,51.3498262]},"properties":{"@type":"node","@id":248228784,"@timestamp":1203382417},"coords":"51.3498262,-0.1461855","bedrooms":"4","price":"285000","area":"491"} , +{"type":"Feature","id":"n248228798","geometry":{"type":"Point","coordinates":[-0.1468336,51.3535358]},"properties":{"@type":"node","@id":248228798,"@timestamp":1533391501},"coords":"51.3535358,-0.1468336","bedrooms":"4","price":"153000","area":"518"} , +{"type":"Feature","id":"n248228824","geometry":{"type":"Point","coordinates":[-0.1482825,51.3573464]},"properties":{"@type":"node","@id":248228824,"@timestamp":1568025101},"coords":"51.3573464,-0.1482825","bedrooms":"0","price":"209000","area":"353"} , +{"type":"Feature","id":"n248228999","geometry":{"type":"Point","coordinates":[0.1758669,51.5368847]},"properties":{"@type":"node","@id":248228999,"@timestamp":1203382738},"coords":"51.5368847,0.1758669","bedrooms":"4","price":"196000","area":"600"} , +{"type":"Feature","id":"n248229307","geometry":{"type":"Point","coordinates":[0.1743462,51.5376426]},"properties":{"@type":"node","@id":248229307,"@timestamp":1203383096},"coords":"51.5376426,0.1743462","bedrooms":"2","price":"168000","area":"386"} , +{"type":"Feature","id":"n248229526","geometry":{"type":"Point","coordinates":[0.2281952,51.5770338]},"properties":{"@type":"node","@id":248229526,"@timestamp":1203383561},"coords":"51.5770338,0.2281952","bedrooms":"0","price":"272000","area":"639"} , +{"type":"Feature","id":"n248229541","geometry":{"type":"Point","coordinates":[0.2238026,51.5761934]},"properties":{"@type":"node","@id":248229541,"@timestamp":1203383562},"coords":"51.5761934,0.2238026","bedrooms":"3","price":"216000","area":"626"} , +{"type":"Feature","id":"n248229551","geometry":{"type":"Point","coordinates":[0.2214138,51.5784999]},"properties":{"@type":"node","@id":248229551,"@timestamp":1203383562},"coords":"51.5784999,0.2214138","bedrooms":"4","price":"295000","area":"370"} , +{"type":"Feature","id":"n248229564","geometry":{"type":"Point","coordinates":[0.2293303,51.5758253]},"properties":{"@type":"node","@id":248229564,"@timestamp":1203383563},"coords":"51.5758253,0.2293303","bedrooms":"1","price":"150000","area":"558"} , +{"type":"Feature","id":"n248229595","geometry":{"type":"Point","coordinates":[0.2264967,51.579101]},"properties":{"@type":"node","@id":248229595,"@timestamp":1203383623},"coords":"51.579101,0.2264967","bedrooms":"4","price":"174000","area":"619"} , +{"type":"Feature","id":"n248229851","geometry":{"type":"Point","coordinates":[0.2300927,51.5789959]},"properties":{"@type":"node","@id":248229851,"@timestamp":1203383853},"coords":"51.5789959,0.2300927","bedrooms":"0","price":"263000","area":"461"} , +{"type":"Feature","id":"n248229867","geometry":{"type":"Point","coordinates":[0.2294608,51.5786032]},"properties":{"@type":"node","@id":248229867,"@timestamp":1203383869},"coords":"51.5786032,0.2294608","bedrooms":"1","price":"160000","area":"611"} , +{"type":"Feature","id":"n248229878","geometry":{"type":"Point","coordinates":[0.2261481,51.5815081]},"properties":{"@type":"node","@id":248229878,"@timestamp":1203384914},"coords":"51.5815081,0.2261481","bedrooms":"1","price":"237000","area":"631"} , +{"type":"Feature","id":"n248230035","geometry":{"type":"Point","coordinates":[0.2283062,51.5805187]},"properties":{"@type":"node","@id":248230035,"@timestamp":1203384080},"coords":"51.5805187,0.2283062","bedrooms":"2","price":"230000","area":"628"} , +{"type":"Feature","id":"n248230125","geometry":{"type":"Point","coordinates":[0.2316824,51.5772541]},"properties":{"@type":"node","@id":248230125,"@timestamp":1203384344},"coords":"51.5772541,0.2316824","bedrooms":"4","price":"243000","area":"537"} , +{"type":"Feature","id":"n248230169","geometry":{"type":"Point","coordinates":[0.2390551,51.5787756]},"properties":{"@type":"node","@id":248230169,"@timestamp":1203384474},"coords":"51.5787756,0.2390551","bedrooms":"2","price":"183000","area":"386"} , +{"type":"Feature","id":"n248230191","geometry":{"type":"Point","coordinates":[0.2351023,51.5806149]},"properties":{"@type":"node","@id":248230191,"@timestamp":1203384631},"coords":"51.5806149,0.2351023","bedrooms":"2","price":"294000","area":"599"} , +{"type":"Feature","id":"n248230352","geometry":{"type":"Point","coordinates":[0.2252608,51.5818685]},"properties":{"@type":"node","@id":248230352,"@timestamp":1203384912},"coords":"51.5818685,0.2252608","bedrooms":"3","price":"176000","area":"607"} , +{"type":"Feature","id":"n248230362","geometry":{"type":"Point","coordinates":[0.2276042,51.5822651]},"properties":{"@type":"node","@id":248230362,"@timestamp":1203384913},"coords":"51.5822651,0.2276042","bedrooms":"0","price":"259000","area":"356"} , +{"type":"Feature","id":"n248230374","geometry":{"type":"Point","coordinates":[0.2243727,51.5836323]},"properties":{"@type":"node","@id":248230374,"@timestamp":1203384914},"coords":"51.5836323,0.2243727","bedrooms":"4","price":"216000","area":"374"} , +{"type":"Feature","id":"n248230404","geometry":{"type":"Point","coordinates":[0.2330232,51.5833209]},"properties":{"@type":"node","@id":248230404,"@timestamp":1203384987},"coords":"51.5833209,0.2330232","bedrooms":"2","price":"173000","area":"663"} , +{"type":"Feature","id":"n248230608","geometry":{"type":"Point","coordinates":[0.2236431,51.5857713]},"properties":{"@type":"node","@id":248230608,"@timestamp":1203385299},"coords":"51.5857713,0.2236431","bedrooms":"4","price":"177000","area":"697"} , +{"type":"Feature","id":"n248353439","geometry":{"type":"Point","coordinates":[-0.4039404,51.7971636]},"properties":{"@type":"node","@id":248353439,"@timestamp":1626784336},"coords":"51.7971636,-0.4039404","bedrooms":"2","price":"296000","area":"697"} , +{"type":"Feature","id":"n248358016","geometry":{"type":"Point","coordinates":[-0.7254304,51.5936439]},"properties":{"@type":"node","@id":248358016,"@timestamp":1203416939},"coords":"51.5936439,-0.7254304","bedrooms":"4","price":"195000","area":"364"} , +{"type":"Feature","id":"n248415164","geometry":{"type":"Point","coordinates":[-0.389421,51.7851451]},"properties":{"@type":"node","@id":248415164,"@timestamp":1216652834},"coords":"51.7851451,-0.389421","bedrooms":"4","price":"205000","area":"356"} , +{"type":"Feature","id":"n248443159","geometry":{"type":"Point","coordinates":[-0.0834652,51.5272456]},"properties":{"@type":"node","@id":248443159,"@timestamp":1601907869},"coords":"51.5272456,-0.0834652","bedrooms":"4","price":"152000","area":"431"} , +{"type":"Feature","id":"n248453231","geometry":{"type":"Point","coordinates":[-0.2109628,51.1657643]},"properties":{"@type":"node","@id":248453231,"@timestamp":1203612999},"coords":"51.1657643,-0.2109628","bedrooms":"1","price":"177000","area":"400"} , +{"type":"Feature","id":"n248453976","geometry":{"type":"Point","coordinates":[-0.1373692,51.1964373]},"properties":{"@type":"node","@id":248453976,"@timestamp":1203703706},"coords":"51.1964373,-0.1373692","bedrooms":"0","price":"261000","area":"661"} , +{"type":"Feature","id":"n248454017","geometry":{"type":"Point","coordinates":[-0.1524985,51.2051802]},"properties":{"@type":"node","@id":248454017,"@timestamp":1203702473},"coords":"51.2051802,-0.1524985","bedrooms":"2","price":"212000","area":"427"} , +{"type":"Feature","id":"n248454045","geometry":{"type":"Point","coordinates":[-0.1368773,51.2169287]},"properties":{"@type":"node","@id":248454045,"@timestamp":1203702677},"coords":"51.2169287,-0.1368773","bedrooms":"2","price":"245000","area":"573"} , +{"type":"Feature","id":"n248454312","geometry":{"type":"Point","coordinates":[-0.1324782,51.144934]},"properties":{"@type":"node","@id":248454312,"@timestamp":1203442229},"coords":"51.144934,-0.1324782","bedrooms":"1","price":"193000","area":"665"} , +{"type":"Feature","id":"n248457315","geometry":{"type":"Point","coordinates":[-0.3087087,51.0761786]},"properties":{"@type":"node","@id":248457315,"@timestamp":1203445155},"coords":"51.0761786,-0.3087087","bedrooms":"2","price":"269000","area":"676"} , +{"type":"Feature","id":"n248464353","geometry":{"type":"Point","coordinates":[-0.1835416,51.1020369]},"properties":{"@type":"node","@id":248464353,"@timestamp":1203710749},"coords":"51.1020369,-0.1835416","bedrooms":"2","price":"289000","area":"689"} , +{"type":"Feature","id":"n248465585","geometry":{"type":"Point","coordinates":[0.2223115,51.5709881]},"properties":{"@type":"node","@id":248465585,"@timestamp":1203449469},"coords":"51.5709881,0.2223115","bedrooms":"0","price":"231000","area":"455"} , +{"type":"Feature","id":"n248465595","geometry":{"type":"Point","coordinates":[0.2216456,51.5726336]},"properties":{"@type":"node","@id":248465595,"@timestamp":1203449470},"coords":"51.5726336,0.2216456","bedrooms":"2","price":"258000","area":"401"} , +{"type":"Feature","id":"n248465605","geometry":{"type":"Point","coordinates":[0.2221822,51.5745407]},"properties":{"@type":"node","@id":248465605,"@timestamp":1203449471},"coords":"51.5745407,0.2221822","bedrooms":"2","price":"257000","area":"371"} , +{"type":"Feature","id":"n248466029","geometry":{"type":"Point","coordinates":[0.2252899,51.5691469]},"properties":{"@type":"node","@id":248466029,"@timestamp":1203449595},"coords":"51.5691469,0.2252899","bedrooms":"3","price":"179000","area":"516"} , +{"type":"Feature","id":"n248466951","geometry":{"type":"Point","coordinates":[0.2249765,51.5677605]},"properties":{"@type":"node","@id":248466951,"@timestamp":1203449991},"coords":"51.5677605,0.2249765","bedrooms":"4","price":"228000","area":"377"} , +{"type":"Feature","id":"n248466968","geometry":{"type":"Point","coordinates":[0.2323544,51.5685595]},"properties":{"@type":"node","@id":248466968,"@timestamp":1203449993},"coords":"51.5685595,0.2323544","bedrooms":"4","price":"291000","area":"483"} , +{"type":"Feature","id":"n248466994","geometry":{"type":"Point","coordinates":[0.2278752,51.5660673]},"properties":{"@type":"node","@id":248466994,"@timestamp":1203449994},"coords":"51.5660673,0.2278752","bedrooms":"0","price":"155000","area":"657"} , +{"type":"Feature","id":"n248467825","geometry":{"type":"Point","coordinates":[0.2346878,51.5684654]},"properties":{"@type":"node","@id":248467825,"@timestamp":1203450205},"coords":"51.5684654,0.2346878","bedrooms":"0","price":"255000","area":"469"} , +{"type":"Feature","id":"n248467836","geometry":{"type":"Point","coordinates":[0.2329434,51.5670293]},"properties":{"@type":"node","@id":248467836,"@timestamp":1203450206},"coords":"51.5670293,0.2329434","bedrooms":"1","price":"216000","area":"457"} , +{"type":"Feature","id":"n248467852","geometry":{"type":"Point","coordinates":[0.2309299,51.5675022]},"properties":{"@type":"node","@id":248467852,"@timestamp":1203450207},"coords":"51.5675022,0.2309299","bedrooms":"3","price":"174000","area":"543"} , +{"type":"Feature","id":"n248468831","geometry":{"type":"Point","coordinates":[0.2410483,51.5684391]},"properties":{"@type":"node","@id":248468831,"@timestamp":1203450478},"coords":"51.5684391,0.2410483","bedrooms":"3","price":"264000","area":"409"} , +{"type":"Feature","id":"n248468858","geometry":{"type":"Point","coordinates":[0.2389678,51.5683419]},"properties":{"@type":"node","@id":248468858,"@timestamp":1203450494},"coords":"51.5683419,0.2389678","bedrooms":"4","price":"271000","area":"462"} , +{"type":"Feature","id":"n248469081","geometry":{"type":"Point","coordinates":[0.2393461,51.5722771]},"properties":{"@type":"node","@id":248469081,"@timestamp":1203450624},"coords":"51.5722771,0.2393461","bedrooms":"3","price":"288000","area":"386"} , +{"type":"Feature","id":"n248469269","geometry":{"type":"Point","coordinates":[0.2314386,51.5730121]},"properties":{"@type":"node","@id":248469269,"@timestamp":1203450752},"coords":"51.5730121,0.2314386","bedrooms":"2","price":"178000","area":"575"} , +{"type":"Feature","id":"n248469279","geometry":{"type":"Point","coordinates":[0.2355286,51.5719119]},"properties":{"@type":"node","@id":248469279,"@timestamp":1203450753},"coords":"51.5719119,0.2355286","bedrooms":"0","price":"153000","area":"554"} , +{"type":"Feature","id":"n248469733","geometry":{"type":"Point","coordinates":[0.2188471,51.5738193]},"properties":{"@type":"node","@id":248469733,"@timestamp":1203450844},"coords":"51.5738193,0.2188471","bedrooms":"3","price":"261000","area":"534"} , +{"type":"Feature","id":"n248470188","geometry":{"type":"Point","coordinates":[0.2425782,51.5740658]},"properties":{"@type":"node","@id":248470188,"@timestamp":1203451167},"coords":"51.5740658,0.2425782","bedrooms":"0","price":"185000","area":"679"} , +{"type":"Feature","id":"n248470592","geometry":{"type":"Point","coordinates":[0.2235682,51.5653435]},"properties":{"@type":"node","@id":248470592,"@timestamp":1203451511},"coords":"51.5653435,0.2235682","bedrooms":"3","price":"276000","area":"695"} , +{"type":"Feature","id":"n248470611","geometry":{"type":"Point","coordinates":[0.2212695,51.5642391]},"properties":{"@type":"node","@id":248470611,"@timestamp":1203451528},"coords":"51.5642391,0.2212695","bedrooms":"3","price":"275000","area":"383"} , +{"type":"Feature","id":"n248471448","geometry":{"type":"Point","coordinates":[0.2399132,51.5611523]},"properties":{"@type":"node","@id":248471448,"@timestamp":1203451841},"coords":"51.5611523,0.2399132","bedrooms":"0","price":"280000","area":"509"} , +{"type":"Feature","id":"n248471479","geometry":{"type":"Point","coordinates":[0.2355272,51.5616094]},"properties":{"@type":"node","@id":248471479,"@timestamp":1203451845},"coords":"51.5616094,0.2355272","bedrooms":"0","price":"161000","area":"382"} , +{"type":"Feature","id":"n248471597","geometry":{"type":"Point","coordinates":[0.249227,51.5684104]},"properties":{"@type":"node","@id":248471597,"@timestamp":1203451946},"coords":"51.5684104,0.249227","bedrooms":"0","price":"296000","area":"487"} , +{"type":"Feature","id":"n248471964","geometry":{"type":"Point","coordinates":[0.2296351,51.560434]},"properties":{"@type":"node","@id":248471964,"@timestamp":1203452023},"coords":"51.560434,0.2296351","bedrooms":"0","price":"221000","area":"551"} , +{"type":"Feature","id":"n248475786","geometry":{"type":"Point","coordinates":[-0.8603334,51.9575482]},"properties":{"@type":"node","@id":248475786,"@timestamp":1203452625},"coords":"51.9575482,-0.8603334","bedrooms":"3","price":"234000","area":"488"} , +{"type":"Feature","id":"n248478296","geometry":{"type":"Point","coordinates":[-0.3249297,51.4700095]},"properties":{"@type":"node","@id":248478296,"@timestamp":1203453449},"coords":"51.4700095,-0.3249297","bedrooms":"1","price":"240000","area":"573"} , +{"type":"Feature","id":"n248478348","geometry":{"type":"Point","coordinates":[-0.3268738,51.4661411]},"properties":{"@type":"node","@id":248478348,"@timestamp":1552902642},"coords":"51.4661411,-0.3268738","bedrooms":"3","price":"168000","area":"697"} , +{"type":"Feature","id":"n248478380","geometry":{"type":"Point","coordinates":[-0.3238797,51.4654222]},"properties":{"@type":"node","@id":248478380,"@timestamp":1203453455},"coords":"51.4654222,-0.3238797","bedrooms":"3","price":"256000","area":"606"} , +{"type":"Feature","id":"n248479388","geometry":{"type":"Point","coordinates":[-0.3484158,51.4701447]},"properties":{"@type":"node","@id":248479388,"@timestamp":1203453925},"coords":"51.4701447,-0.3484158","bedrooms":"3","price":"278000","area":"477"} , +{"type":"Feature","id":"n248479570","geometry":{"type":"Point","coordinates":[-0.9185194,51.9805605]},"properties":{"@type":"node","@id":248479570,"@timestamp":1203454124},"coords":"51.9805605,-0.9185194","bedrooms":"0","price":"187000","area":"547"} , +{"type":"Feature","id":"n248479580","geometry":{"type":"Point","coordinates":[-0.9212506,51.9800025]},"properties":{"@type":"node","@id":248479580,"@timestamp":1203454125},"coords":"51.9800025,-0.9212506","bedrooms":"3","price":"206000","area":"640"} , +{"type":"Feature","id":"n248479590","geometry":{"type":"Point","coordinates":[-0.9255423,51.9786573]},"properties":{"@type":"node","@id":248479590,"@timestamp":1203454126},"coords":"51.9786573,-0.9255423","bedrooms":"2","price":"161000","area":"424"} , +{"type":"Feature","id":"n248479607","geometry":{"type":"Point","coordinates":[-0.9261438,51.981804]},"properties":{"@type":"node","@id":248479607,"@timestamp":1582929089},"coords":"51.981804,-0.9261438","bedrooms":"3","price":"193000","area":"438"} , +{"type":"Feature","id":"n248480589","geometry":{"type":"Point","coordinates":[0.3293748,51.495681]},"properties":{"@type":"node","@id":248480589,"@timestamp":1629855243},"coords":"51.495681,0.3293748","bedrooms":"0","price":"283000","area":"560"} , +{"type":"Feature","id":"n248499170","geometry":{"type":"Point","coordinates":[-0.1412963,51.3554808]},"properties":{"@type":"node","@id":248499170,"@timestamp":1203472670},"coords":"51.3554808,-0.1412963","bedrooms":"2","price":"293000","area":"476"} , +{"type":"Feature","id":"n248499183","geometry":{"type":"Point","coordinates":[-0.1388862,51.3547528]},"properties":{"@type":"node","@id":248499183,"@timestamp":1203472671},"coords":"51.3547528,-0.1388862","bedrooms":"1","price":"215000","area":"368"} , +{"type":"Feature","id":"n248499200","geometry":{"type":"Point","coordinates":[-0.1421668,51.3483505]},"properties":{"@type":"node","@id":248499200,"@timestamp":1203472673},"coords":"51.3483505,-0.1421668","bedrooms":"3","price":"243000","area":"496"} , +{"type":"Feature","id":"n248499212","geometry":{"type":"Point","coordinates":[-0.1425748,51.3478179]},"properties":{"@type":"node","@id":248499212,"@timestamp":1203472674},"coords":"51.3478179,-0.1425748","bedrooms":"2","price":"242000","area":"655"} , +{"type":"Feature","id":"n248499227","geometry":{"type":"Point","coordinates":[-0.1448439,51.3482895]},"properties":{"@type":"node","@id":248499227,"@timestamp":1203472675},"coords":"51.3482895,-0.1448439","bedrooms":"3","price":"259000","area":"466"} , +{"type":"Feature","id":"n248499239","geometry":{"type":"Point","coordinates":[-0.1455967,51.347124]},"properties":{"@type":"node","@id":248499239,"@timestamp":1203472676},"coords":"51.347124,-0.1455967","bedrooms":"0","price":"229000","area":"556"} , +{"type":"Feature","id":"n248499250","geometry":{"type":"Point","coordinates":[-0.144037,51.3444689]},"properties":{"@type":"node","@id":248499250,"@timestamp":1203472677},"coords":"51.3444689,-0.144037","bedrooms":"0","price":"241000","area":"529"} , +{"type":"Feature","id":"n248499260","geometry":{"type":"Point","coordinates":[-0.1428387,51.3435779]},"properties":{"@type":"node","@id":248499260,"@timestamp":1203472677},"coords":"51.3435779,-0.1428387","bedrooms":"2","price":"173000","area":"429"} , +{"type":"Feature","id":"n248499277","geometry":{"type":"Point","coordinates":[-0.1371066,51.3453051]},"properties":{"@type":"node","@id":248499277,"@timestamp":1203472679},"coords":"51.3453051,-0.1371066","bedrooms":"0","price":"204000","area":"515"} , +{"type":"Feature","id":"n248499287","geometry":{"type":"Point","coordinates":[-0.1431162,51.3410516]},"properties":{"@type":"node","@id":248499287,"@timestamp":1203472680},"coords":"51.3410516,-0.1431162","bedrooms":"1","price":"276000","area":"627"} , +{"type":"Feature","id":"n248512830","geometry":{"type":"Point","coordinates":[-0.290274,51.8154471]},"properties":{"@type":"node","@id":248512830,"@timestamp":1627649067},"coords":"51.8154471,-0.290274","bedrooms":"2","price":"224000","area":"514"} , +{"type":"Feature","id":"n248538259","geometry":{"type":"Point","coordinates":[0.4692394,51.3986386]},"properties":{"@type":"node","@id":248538259,"@timestamp":1308221359},"coords":"51.3986386,0.4692394","bedrooms":"1","price":"250000","area":"615"} , +{"type":"Feature","id":"n248542686","geometry":{"type":"Point","coordinates":[-0.1336405,51.555549]},"properties":{"@type":"node","@id":248542686,"@timestamp":1498468831},"coords":"51.555549,-0.1336405","bedrooms":"0","price":"239000","area":"518"} , +{"type":"Feature","id":"n248542991","geometry":{"type":"Point","coordinates":[-0.1123351,51.2292388]},"properties":{"@type":"node","@id":248542991,"@timestamp":1203702869},"coords":"51.2292388,-0.1123351","bedrooms":"2","price":"289000","area":"524"} , +{"type":"Feature","id":"n248543916","geometry":{"type":"Point","coordinates":[-0.1361147,51.3465219]},"properties":{"@type":"node","@id":248543916,"@timestamp":1203527413},"coords":"51.3465219,-0.1361147","bedrooms":"0","price":"276000","area":"534"} , +{"type":"Feature","id":"n248543930","geometry":{"type":"Point","coordinates":[-0.1398331,51.3460055]},"properties":{"@type":"node","@id":248543930,"@timestamp":1203527414},"coords":"51.3460055,-0.1398331","bedrooms":"1","price":"199000","area":"484"} , +{"type":"Feature","id":"n248543940","geometry":{"type":"Point","coordinates":[-0.1413339,51.3459235]},"properties":{"@type":"node","@id":248543940,"@timestamp":1203527414},"coords":"51.3459235,-0.1413339","bedrooms":"4","price":"264000","area":"369"} , +{"type":"Feature","id":"n248543950","geometry":{"type":"Point","coordinates":[-0.140784,51.3458203]},"properties":{"@type":"node","@id":248543950,"@timestamp":1203527415},"coords":"51.3458203,-0.140784","bedrooms":"1","price":"208000","area":"582"} , +{"type":"Feature","id":"n248544033","geometry":{"type":"Point","coordinates":[-0.2230831,51.2345005]},"properties":{"@type":"node","@id":248544033,"@timestamp":1204974857},"coords":"51.2345005,-0.2230831","bedrooms":"3","price":"181000","area":"462"} , +{"type":"Feature","id":"n248545466","geometry":{"type":"Point","coordinates":[-0.0988597,51.2322056]},"properties":{"@type":"node","@id":248545466,"@timestamp":1203702906},"coords":"51.2322056,-0.0988597","bedrooms":"4","price":"289000","area":"496"} , +{"type":"Feature","id":"n248545547","geometry":{"type":"Point","coordinates":[-0.0578067,51.2116135]},"properties":{"@type":"node","@id":248545547,"@timestamp":1203704990},"coords":"51.2116135,-0.0578067","bedrooms":"2","price":"235000","area":"422"} , +{"type":"Feature","id":"n248545633","geometry":{"type":"Point","coordinates":[-0.0380574,51.2208392]},"properties":{"@type":"node","@id":248545633,"@timestamp":1203719451},"coords":"51.2208392,-0.0380574","bedrooms":"4","price":"194000","area":"384"} , +{"type":"Feature","id":"n248545646","geometry":{"type":"Point","coordinates":[-0.0526998,51.2160653]},"properties":{"@type":"node","@id":248545646,"@timestamp":1203705032},"coords":"51.2160653,-0.0526998","bedrooms":"1","price":"275000","area":"643"} , +{"type":"Feature","id":"n248545723","geometry":{"type":"Point","coordinates":[-0.044137,51.2317146]},"properties":{"@type":"node","@id":248545723,"@timestamp":1203720654},"coords":"51.2317146,-0.044137","bedrooms":"0","price":"181000","area":"567"} , +{"type":"Feature","id":"n248545856","geometry":{"type":"Point","coordinates":[-0.0142979,51.2610154]},"properties":{"@type":"node","@id":248545856,"@timestamp":1203720904},"coords":"51.2610154,-0.0142979","bedrooms":"2","price":"158000","area":"444"} , +{"type":"Feature","id":"n248547137","geometry":{"type":"Point","coordinates":[0.0075101,51.2036605]},"properties":{"@type":"node","@id":248547137,"@timestamp":1203719217},"coords":"51.2036605,0.0075101","bedrooms":"4","price":"274000","area":"487"} , +{"type":"Feature","id":"n248553332","geometry":{"type":"Point","coordinates":[-0.2427282,51.3950536]},"properties":{"@type":"node","@id":248553332,"@timestamp":1557386148},"coords":"51.3950536,-0.2427282","bedrooms":"2","price":"289000","area":"680"} , +{"type":"Feature","id":"n248561388","geometry":{"type":"Point","coordinates":[0.67966,51.4459845]},"properties":{"@type":"node","@id":248561388,"@timestamp":1559143711},"coords":"51.4459845,0.67966","bedrooms":"2","price":"272000","area":"469"} , +{"type":"Feature","id":"n248574904","geometry":{"type":"Point","coordinates":[-0.5587591,51.4970126]},"properties":{"@type":"node","@id":248574904,"@timestamp":1608417592},"coords":"51.4970126,-0.5587591","bedrooms":"1","price":"268000","area":"408"} , +{"type":"Feature","id":"n248576606","geometry":{"type":"Point","coordinates":[0.4967201,51.4341783]},"properties":{"@type":"node","@id":248576606,"@timestamp":1546253468},"coords":"51.4341783,0.4967201","bedrooms":"1","price":"157000","area":"538"} , +{"type":"Feature","id":"n248591778","geometry":{"type":"Point","coordinates":[0.237486,51.5598297]},"properties":{"@type":"node","@id":248591778,"@timestamp":1203549108},"coords":"51.5598297,0.237486","bedrooms":"3","price":"224000","area":"604"} , +{"type":"Feature","id":"n248591842","geometry":{"type":"Point","coordinates":[0.2322515,51.5616445]},"properties":{"@type":"node","@id":248591842,"@timestamp":1203549192},"coords":"51.5616445,0.2322515","bedrooms":"2","price":"280000","area":"453"} , +{"type":"Feature","id":"n248592114","geometry":{"type":"Point","coordinates":[0.2308692,51.5609379]},"properties":{"@type":"node","@id":248592114,"@timestamp":1203549333},"coords":"51.5609379,0.2308692","bedrooms":"0","price":"216000","area":"511"} , +{"type":"Feature","id":"n248592132","geometry":{"type":"Point","coordinates":[0.2321128,51.5619083]},"properties":{"@type":"node","@id":248592132,"@timestamp":1203549334},"coords":"51.5619083,0.2321128","bedrooms":"4","price":"218000","area":"562"} , +{"type":"Feature","id":"n248592199","geometry":{"type":"Point","coordinates":[0.2371331,51.5603136]},"properties":{"@type":"node","@id":248592199,"@timestamp":1203549444},"coords":"51.5603136,0.2371331","bedrooms":"3","price":"156000","area":"692"} , +{"type":"Feature","id":"n248593013","geometry":{"type":"Point","coordinates":[0.2418338,51.5620535]},"properties":{"@type":"node","@id":248593013,"@timestamp":1203550005},"coords":"51.5620535,0.2418338","bedrooms":"2","price":"209000","area":"646"} , +{"type":"Feature","id":"n248594186","geometry":{"type":"Point","coordinates":[0.2387073,51.5594201]},"properties":{"@type":"node","@id":248594186,"@timestamp":1203550378},"coords":"51.5594201,0.2387073","bedrooms":"4","price":"164000","area":"380"} , +{"type":"Feature","id":"n248594198","geometry":{"type":"Point","coordinates":[0.2312237,51.561032]},"properties":{"@type":"node","@id":248594198,"@timestamp":1203550379},"coords":"51.561032,0.2312237","bedrooms":"1","price":"222000","area":"505"} , +{"type":"Feature","id":"n248594772","geometry":{"type":"Point","coordinates":[0.2166523,51.5671772]},"properties":{"@type":"node","@id":248594772,"@timestamp":1203550630},"coords":"51.5671772,0.2166523","bedrooms":"0","price":"272000","area":"625"} , +{"type":"Feature","id":"n248599031","geometry":{"type":"Point","coordinates":[0.2390925,51.557048]},"properties":{"@type":"node","@id":248599031,"@timestamp":1203554150},"coords":"51.557048,0.2390925","bedrooms":"3","price":"280000","area":"576"} , +{"type":"Feature","id":"n248599041","geometry":{"type":"Point","coordinates":[0.2375444,51.5562518]},"properties":{"@type":"node","@id":248599041,"@timestamp":1203554151},"coords":"51.5562518,0.2375444","bedrooms":"4","price":"176000","area":"476"} , +{"type":"Feature","id":"n248599461","geometry":{"type":"Point","coordinates":[0.2405934,51.5602937]},"properties":{"@type":"node","@id":248599461,"@timestamp":1262347410},"coords":"51.5602937,0.2405934","bedrooms":"1","price":"203000","area":"591"} , +{"type":"Feature","id":"n248599511","geometry":{"type":"Point","coordinates":[0.2378723,51.5533108]},"properties":{"@type":"node","@id":248599511,"@timestamp":1203554490},"coords":"51.5533108,0.2378723","bedrooms":"1","price":"184000","area":"480"} , +{"type":"Feature","id":"n248599578","geometry":{"type":"Point","coordinates":[0.2353152,51.5517822]},"properties":{"@type":"node","@id":248599578,"@timestamp":1203554571},"coords":"51.5517822,0.2353152","bedrooms":"3","price":"182000","area":"628"} , +{"type":"Feature","id":"n248600083","geometry":{"type":"Point","coordinates":[0.2353131,51.5516965]},"properties":{"@type":"node","@id":248600083,"@timestamp":1203554744},"coords":"51.5516965,0.2353131","bedrooms":"3","price":"222000","area":"487"} , +{"type":"Feature","id":"n248601668","geometry":{"type":"Point","coordinates":[0.2332244,51.5477502]},"properties":{"@type":"node","@id":248601668,"@timestamp":1203555195},"coords":"51.5477502,0.2332244","bedrooms":"3","price":"217000","area":"365"} , +{"type":"Feature","id":"n248604599","geometry":{"type":"Point","coordinates":[0.2361543,51.5534489]},"properties":{"@type":"node","@id":248604599,"@timestamp":1203557532},"coords":"51.5534489,0.2361543","bedrooms":"2","price":"205000","area":"441"} , +{"type":"Feature","id":"n248604614","geometry":{"type":"Point","coordinates":[0.2305712,51.5548667]},"properties":{"@type":"node","@id":248604614,"@timestamp":1203557533},"coords":"51.5548667,0.2305712","bedrooms":"1","price":"218000","area":"453"} , +{"type":"Feature","id":"n248670060","geometry":{"type":"Point","coordinates":[-0.1159938,51.5633107]},"properties":{"@type":"node","@id":248670060,"@timestamp":1234481399},"coords":"51.5633107,-0.1159938","bedrooms":"0","price":"227000","area":"572"} , +{"type":"Feature","id":"n248671846","geometry":{"type":"Point","coordinates":[-0.3187755,51.7715094]},"properties":{"@type":"node","@id":248671846,"@timestamp":1238778784},"coords":"51.7715094,-0.3187755","bedrooms":"2","price":"175000","area":"384"} , +{"type":"Feature","id":"n248728156","geometry":{"type":"Point","coordinates":[0.6803557,51.7361233]},"properties":{"@type":"node","@id":248728156,"@timestamp":1616899313},"coords":"51.7361233,0.6803557","bedrooms":"0","price":"283000","area":"471"} , +{"type":"Feature","id":"n248731569","geometry":{"type":"Point","coordinates":[-0.9160946,51.466012]},"properties":{"@type":"node","@id":248731569,"@timestamp":1203633816},"coords":"51.466012,-0.9160946","bedrooms":"1","price":"282000","area":"359"} , +{"type":"Feature","id":"n248735238","geometry":{"type":"Point","coordinates":[0.2126961,51.5635814]},"properties":{"@type":"node","@id":248735238,"@timestamp":1203635741},"coords":"51.5635814,0.2126961","bedrooms":"2","price":"202000","area":"588"} , +{"type":"Feature","id":"n248735697","geometry":{"type":"Point","coordinates":[0.2116409,51.5643709]},"properties":{"@type":"node","@id":248735697,"@timestamp":1203635986},"coords":"51.5643709,0.2116409","bedrooms":"2","price":"174000","area":"694"} , +{"type":"Feature","id":"n248735707","geometry":{"type":"Point","coordinates":[0.2100347,51.5614219]},"properties":{"@type":"node","@id":248735707,"@timestamp":1203635987},"coords":"51.5614219,0.2100347","bedrooms":"2","price":"168000","area":"407"} , +{"type":"Feature","id":"n248736489","geometry":{"type":"Point","coordinates":[0.2077955,51.5589362]},"properties":{"@type":"node","@id":248736489,"@timestamp":1203636555},"coords":"51.5589362,0.2077955","bedrooms":"1","price":"227000","area":"600"} , +{"type":"Feature","id":"n248736499","geometry":{"type":"Point","coordinates":[0.2040622,51.5564766]},"properties":{"@type":"node","@id":248736499,"@timestamp":1203636556},"coords":"51.5564766,0.2040622","bedrooms":"1","price":"282000","area":"479"} , +{"type":"Feature","id":"n248742947","geometry":{"type":"Point","coordinates":[0.1776424,51.5569994]},"properties":{"@type":"node","@id":248742947,"@timestamp":1203644621},"coords":"51.5569994,0.1776424","bedrooms":"4","price":"243000","area":"367"} , +{"type":"Feature","id":"n248742957","geometry":{"type":"Point","coordinates":[0.1824305,51.5597542]},"properties":{"@type":"node","@id":248742957,"@timestamp":1203644621},"coords":"51.5597542,0.1824305","bedrooms":"3","price":"209000","area":"611"} , +{"type":"Feature","id":"n248742968","geometry":{"type":"Point","coordinates":[0.1772959,51.559356]},"properties":{"@type":"node","@id":248742968,"@timestamp":1203644622},"coords":"51.559356,0.1772959","bedrooms":"1","price":"164000","area":"592"} , +{"type":"Feature","id":"n248742978","geometry":{"type":"Point","coordinates":[0.1773904,51.5597412]},"properties":{"@type":"node","@id":248742978,"@timestamp":1203644638},"coords":"51.5597412,0.1773904","bedrooms":"2","price":"223000","area":"530"} , +{"type":"Feature","id":"n248742988","geometry":{"type":"Point","coordinates":[0.1795534,51.5602961]},"properties":{"@type":"node","@id":248742988,"@timestamp":1203644638},"coords":"51.5602961,0.1795534","bedrooms":"3","price":"205000","area":"378"} , +{"type":"Feature","id":"n248742999","geometry":{"type":"Point","coordinates":[0.1788184,51.5596433]},"properties":{"@type":"node","@id":248742999,"@timestamp":1203644639},"coords":"51.5596433,0.1788184","bedrooms":"0","price":"231000","area":"564"} , +{"type":"Feature","id":"n248743009","geometry":{"type":"Point","coordinates":[0.1815485,51.5604397]},"properties":{"@type":"node","@id":248743009,"@timestamp":1203644640},"coords":"51.5604397,0.1815485","bedrooms":"4","price":"220000","area":"411"} , +{"type":"Feature","id":"n248743019","geometry":{"type":"Point","coordinates":[0.1776739,51.5584291]},"properties":{"@type":"node","@id":248743019,"@timestamp":1203644655},"coords":"51.5584291,0.1776739","bedrooms":"3","price":"275000","area":"593"} , +{"type":"Feature","id":"n248743029","geometry":{"type":"Point","coordinates":[0.1756369,51.5599566]},"properties":{"@type":"node","@id":248743029,"@timestamp":1203644744},"coords":"51.5599566,0.1756369","bedrooms":"0","price":"218000","area":"639"} , +{"type":"Feature","id":"n248743041","geometry":{"type":"Point","coordinates":[0.182861,51.5570255]},"properties":{"@type":"node","@id":248743041,"@timestamp":1203644746},"coords":"51.5570255,0.182861","bedrooms":"3","price":"161000","area":"567"} , +{"type":"Feature","id":"n248743078","geometry":{"type":"Point","coordinates":[0.1861867,51.5594459]},"properties":{"@type":"node","@id":248743078,"@timestamp":1203644947},"coords":"51.5594459,0.1861867","bedrooms":"4","price":"233000","area":"417"} , +{"type":"Feature","id":"n248743097","geometry":{"type":"Point","coordinates":[0.1869597,51.5653827]},"properties":{"@type":"node","@id":248743097,"@timestamp":1203645173},"coords":"51.5653827,0.1869597","bedrooms":"1","price":"276000","area":"568"} , +{"type":"Feature","id":"n248743116","geometry":{"type":"Point","coordinates":[0.1884202,51.5641414]},"properties":{"@type":"node","@id":248743116,"@timestamp":1203645248},"coords":"51.5641414,0.1884202","bedrooms":"1","price":"215000","area":"542"} , +{"type":"Feature","id":"n248743133","geometry":{"type":"Point","coordinates":[0.1756238,51.5625139]},"properties":{"@type":"node","@id":248743133,"@timestamp":1203645376},"coords":"51.5625139,0.1756238","bedrooms":"1","price":"256000","area":"522"} , +{"type":"Feature","id":"n248758486","geometry":{"type":"Point","coordinates":[-0.3162974,51.0883995]},"properties":{"@type":"node","@id":248758486,"@timestamp":1203670662},"coords":"51.0883995,-0.3162974","bedrooms":"2","price":"162000","area":"549"} , +{"type":"Feature","id":"n248758607","geometry":{"type":"Point","coordinates":[-0.320726,51.0891626]},"properties":{"@type":"node","@id":248758607,"@timestamp":1203670676},"coords":"51.0891626,-0.320726","bedrooms":"4","price":"265000","area":"532"} , +{"type":"Feature","id":"n248759475","geometry":{"type":"Point","coordinates":[-0.2708647,51.3708632]},"properties":{"@type":"node","@id":248759475,"@timestamp":1608554750},"coords":"51.3708632,-0.2708647","bedrooms":"3","price":"188000","area":"594"} , +{"type":"Feature","id":"n248775231","geometry":{"type":"Point","coordinates":[-0.3434311,51.8195944]},"properties":{"@type":"node","@id":248775231,"@timestamp":1628688482},"coords":"51.8195944,-0.3434311","bedrooms":"3","price":"158000","area":"499"} , +{"type":"Feature","id":"n248794755","geometry":{"type":"Point","coordinates":[-0.1668434,51.1879706]},"properties":{"@type":"node","@id":248794755,"@timestamp":1220299010},"coords":"51.1879706,-0.1668434","bedrooms":"3","price":"177000","area":"552"} , +{"type":"Feature","id":"n248796732","geometry":{"type":"Point","coordinates":[-0.1877529,51.062012]},"properties":{"@type":"node","@id":248796732,"@timestamp":1212652356},"coords":"51.062012,-0.1877529","bedrooms":"2","price":"260000","area":"393"} , +{"type":"Feature","id":"n248805546","geometry":{"type":"Point","coordinates":[-0.1640431,51.10975]},"properties":{"@type":"node","@id":248805546,"@timestamp":1203710742},"coords":"51.10975,-0.1640431","bedrooms":"2","price":"156000","area":"376"} , +{"type":"Feature","id":"n248805556","geometry":{"type":"Point","coordinates":[-0.1657351,51.1090694]},"properties":{"@type":"node","@id":248805556,"@timestamp":1203710743},"coords":"51.1090694,-0.1657351","bedrooms":"3","price":"290000","area":"522"} , +{"type":"Feature","id":"n248805576","geometry":{"type":"Point","coordinates":[-0.1648222,51.1095522]},"properties":{"@type":"node","@id":248805576,"@timestamp":1203710746},"coords":"51.1095522,-0.1648222","bedrooms":"4","price":"259000","area":"469"} , +{"type":"Feature","id":"n248810655","geometry":{"type":"Point","coordinates":[-0.1847887,51.3250289]},"properties":{"@type":"node","@id":248810655,"@timestamp":1203713941},"coords":"51.3250289,-0.1847887","bedrooms":"1","price":"273000","area":"561"} , +{"type":"Feature","id":"n248810689","geometry":{"type":"Point","coordinates":[-0.1802016,51.3248203]},"properties":{"@type":"node","@id":248810689,"@timestamp":1203713942},"coords":"51.3248203,-0.1802016","bedrooms":"2","price":"286000","area":"486"} , +{"type":"Feature","id":"n248814981","geometry":{"type":"Point","coordinates":[-0.046516,51.6392029]},"properties":{"@type":"node","@id":248814981,"@timestamp":1599471318},"coords":"51.6392029,-0.046516","bedrooms":"4","price":"248000","area":"404"} , +{"type":"Feature","id":"n248819207","geometry":{"type":"Point","coordinates":[-1.1575336,51.7338175]},"properties":{"@type":"node","@id":248819207,"@timestamp":1254323498},"coords":"51.7338175,-1.1575336","bedrooms":"1","price":"167000","area":"558"} , +{"type":"Feature","id":"n248821777","geometry":{"type":"Point","coordinates":[-0.1194483,51.6910513]},"properties":{"@type":"node","@id":248821777,"@timestamp":1205062171},"coords":"51.6910513,-0.1194483","bedrooms":"2","price":"162000","area":"506"} , +{"type":"Feature","id":"n248821789","geometry":{"type":"Point","coordinates":[-0.0724389,51.6850917]},"properties":{"@type":"node","@id":248821789,"@timestamp":1205061949},"coords":"51.6850917,-0.0724389","bedrooms":"2","price":"255000","area":"450"} , +{"type":"Feature","id":"n248826170","geometry":{"type":"Point","coordinates":[-0.6131827,51.1958872]},"properties":{"@type":"node","@id":248826170,"@timestamp":1627078078},"coords":"51.1958872,-0.6131827","bedrooms":"0","price":"226000","area":"359"} , +{"type":"Feature","id":"n248827180","geometry":{"type":"Point","coordinates":[-0.5617782,51.1164663]},"properties":{"@type":"node","@id":248827180,"@timestamp":1504863307},"coords":"51.1164663,-0.5617782","bedrooms":"4","price":"226000","area":"606"} , +{"type":"Feature","id":"n248829508","geometry":{"type":"Point","coordinates":[-0.3672349,51.4425268]},"properties":{"@type":"node","@id":248829508,"@timestamp":1203797243},"coords":"51.4425268,-0.3672349","bedrooms":"4","price":"218000","area":"389"} , +{"type":"Feature","id":"n248831754","geometry":{"type":"Point","coordinates":[-0.3772035,51.4420404]},"properties":{"@type":"node","@id":248831754,"@timestamp":1203727477},"coords":"51.4420404,-0.3772035","bedrooms":"4","price":"195000","area":"607"} , +{"type":"Feature","id":"n248832884","geometry":{"type":"Point","coordinates":[-0.379753,51.4499242]},"properties":{"@type":"node","@id":248832884,"@timestamp":1604915270},"coords":"51.4499242,-0.379753","bedrooms":"2","price":"200000","area":"681"} , +{"type":"Feature","id":"n248835383","geometry":{"type":"Point","coordinates":[-0.3773897,51.451849]},"properties":{"@type":"node","@id":248835383,"@timestamp":1203733361},"coords":"51.451849,-0.3773897","bedrooms":"2","price":"248000","area":"401"} , +{"type":"Feature","id":"n248838432","geometry":{"type":"Point","coordinates":[-0.3697816,51.4402217]},"properties":{"@type":"node","@id":248838432,"@timestamp":1239820267},"coords":"51.4402217,-0.3697816","bedrooms":"2","price":"161000","area":"668"} , +{"type":"Feature","id":"n248838501","geometry":{"type":"Point","coordinates":[-0.3643714,51.4328372]},"properties":{"@type":"node","@id":248838501,"@timestamp":1203738824},"coords":"51.4328372,-0.3643714","bedrooms":"3","price":"251000","area":"439"} , +{"type":"Feature","id":"n248838584","geometry":{"type":"Point","coordinates":[-0.3535649,51.4386872]},"properties":{"@type":"node","@id":248838584,"@timestamp":1203739154},"coords":"51.4386872,-0.3535649","bedrooms":"1","price":"250000","area":"401"} , +{"type":"Feature","id":"n248854319","geometry":{"type":"Point","coordinates":[-0.002857,51.5865578]},"properties":{"@type":"node","@id":248854319,"@timestamp":1564915275},"coords":"51.5865578,-0.002857","bedrooms":"0","price":"263000","area":"553"} , +{"type":"Feature","id":"n248866798","geometry":{"type":"Point","coordinates":[0.0219663,51.5851371]},"properties":{"@type":"node","@id":248866798,"@timestamp":1551450191},"coords":"51.5851371,0.0219663","bedrooms":"3","price":"196000","area":"684"} , +{"type":"Feature","id":"n248882066","geometry":{"type":"Point","coordinates":[0.0333805,51.5975814]},"properties":{"@type":"node","@id":248882066,"@timestamp":1564915275},"coords":"51.5975814,0.0333805","bedrooms":"2","price":"182000","area":"631"} , +{"type":"Feature","id":"n248897721","geometry":{"type":"Point","coordinates":[-0.5998393,51.2445407]},"properties":{"@type":"node","@id":248897721,"@timestamp":1203775886},"coords":"51.2445407,-0.5998393","bedrooms":"1","price":"179000","area":"601"} , +{"type":"Feature","id":"n248901214","geometry":{"type":"Point","coordinates":[-0.0131182,51.6379016]},"properties":{"@type":"node","@id":248901214,"@timestamp":1607039314},"coords":"51.6379016,-0.0131182","bedrooms":"2","price":"231000","area":"672"} , +{"type":"Feature","id":"n248903486","geometry":{"type":"Point","coordinates":[-0.6008369,51.2525849]},"properties":{"@type":"node","@id":248903486,"@timestamp":1203777187},"coords":"51.2525849,-0.6008369","bedrooms":"1","price":"251000","area":"387"} , +{"type":"Feature","id":"n248905106","geometry":{"type":"Point","coordinates":[-0.6010165,51.2469685]},"properties":{"@type":"node","@id":248905106,"@timestamp":1203777781},"coords":"51.2469685,-0.6010165","bedrooms":"2","price":"256000","area":"495"} , +{"type":"Feature","id":"n248911272","geometry":{"type":"Point","coordinates":[-0.601339,51.2458306]},"properties":{"@type":"node","@id":248911272,"@timestamp":1203780796},"coords":"51.2458306,-0.601339","bedrooms":"0","price":"156000","area":"649"} , +{"type":"Feature","id":"n248915406","geometry":{"type":"Point","coordinates":[-0.1360928,51.4654256]},"properties":{"@type":"node","@id":248915406,"@timestamp":1611787622},"coords":"51.4654256,-0.1360928","bedrooms":"4","price":"179000","area":"587"} , +{"type":"Feature","id":"n248921516","geometry":{"type":"Point","coordinates":[-0.1421645,51.4661242]},"properties":{"@type":"node","@id":248921516,"@timestamp":1238096717},"coords":"51.4661242,-0.1421645","bedrooms":"2","price":"213000","area":"537"} , +{"type":"Feature","id":"n248924798","geometry":{"type":"Point","coordinates":[-0.1370686,51.4651525]},"properties":{"@type":"node","@id":248924798,"@timestamp":1570778534},"coords":"51.4651525,-0.1370686","bedrooms":"3","price":"190000","area":"671"} , +{"type":"Feature","id":"n248932671","geometry":{"type":"Point","coordinates":[-0.1378996,51.462607]},"properties":{"@type":"node","@id":248932671,"@timestamp":1543944168},"coords":"51.462607,-0.1378996","bedrooms":"3","price":"185000","area":"394"} , +{"type":"Feature","id":"n248947910","geometry":{"type":"Point","coordinates":[-0.3805284,51.4443045]},"properties":{"@type":"node","@id":248947910,"@timestamp":1203797222},"coords":"51.4443045,-0.3805284","bedrooms":"0","price":"292000","area":"367"} , +{"type":"Feature","id":"n248947940","geometry":{"type":"Point","coordinates":[-0.3717122,51.4431503]},"properties":{"@type":"node","@id":248947940,"@timestamp":1203797225},"coords":"51.4431503,-0.3717122","bedrooms":"1","price":"211000","area":"460"} , +{"type":"Feature","id":"n248947965","geometry":{"type":"Point","coordinates":[-0.3691728,51.4421582]},"properties":{"@type":"node","@id":248947965,"@timestamp":1203797228},"coords":"51.4421582,-0.3691728","bedrooms":"2","price":"292000","area":"692"} , +{"type":"Feature","id":"n248947982","geometry":{"type":"Point","coordinates":[-0.3740207,51.4439427]},"properties":{"@type":"node","@id":248947982,"@timestamp":1203797230},"coords":"51.4439427,-0.3740207","bedrooms":"3","price":"157000","area":"417"} , +{"type":"Feature","id":"n248948047","geometry":{"type":"Point","coordinates":[-0.3733032,51.4392008]},"properties":{"@type":"node","@id":248948047,"@timestamp":1203797235},"coords":"51.4392008,-0.3733032","bedrooms":"3","price":"183000","area":"466"} , +{"type":"Feature","id":"n248950644","geometry":{"type":"Point","coordinates":[-1.0001032,51.5915089]},"properties":{"@type":"node","@id":248950644,"@timestamp":1203798469},"coords":"51.5915089,-1.0001032","bedrooms":"1","price":"154000","area":"578"} , +{"type":"Feature","id":"n248950802","geometry":{"type":"Point","coordinates":[-0.979885,51.590175]},"properties":{"@type":"node","@id":248950802,"@timestamp":1508694105},"coords":"51.590175,-0.979885","bedrooms":"2","price":"253000","area":"502"} , +{"type":"Feature","id":"n248950861","geometry":{"type":"Point","coordinates":[-0.9877885,51.5970864]},"properties":{"@type":"node","@id":248950861,"@timestamp":1203798484},"coords":"51.5970864,-0.9877885","bedrooms":"4","price":"285000","area":"372"} , +{"type":"Feature","id":"n248951063","geometry":{"type":"Point","coordinates":[-0.9884163,51.5924618]},"properties":{"@type":"node","@id":248951063,"@timestamp":1539010372},"coords":"51.5924618,-0.9884163","bedrooms":"1","price":"210000","area":"687"} , +{"type":"Feature","id":"n248964210","geometry":{"type":"Point","coordinates":[-0.4148232,51.4944407]},"properties":{"@type":"node","@id":248964210,"@timestamp":1607331102},"coords":"51.4944407,-0.4148232","bedrooms":"3","price":"271000","area":"428"} , +{"type":"Feature","id":"n248975783","geometry":{"type":"Point","coordinates":[-0.344204,51.4404135]},"properties":{"@type":"node","@id":248975783,"@timestamp":1203811900},"coords":"51.4404135,-0.344204","bedrooms":"3","price":"204000","area":"503"} , +{"type":"Feature","id":"n248977593","geometry":{"type":"Point","coordinates":[-0.3377686,51.4430793]},"properties":{"@type":"node","@id":248977593,"@timestamp":1203812507},"coords":"51.4430793,-0.3377686","bedrooms":"4","price":"156000","area":"414"} , +{"type":"Feature","id":"n249011578","geometry":{"type":"Point","coordinates":[0.4642433,51.7142726]},"properties":{"@type":"node","@id":249011578,"@timestamp":1203821387},"coords":"51.7142726,0.4642433","bedrooms":"0","price":"157000","area":"683"} , +{"type":"Feature","id":"n249011629","geometry":{"type":"Point","coordinates":[0.4582308,51.7014008]},"properties":{"@type":"node","@id":249011629,"@timestamp":1203821391},"coords":"51.7014008,0.4582308","bedrooms":"1","price":"163000","area":"475"} , +{"type":"Feature","id":"n249011713","geometry":{"type":"Point","coordinates":[0.4732118,51.6946142]},"properties":{"@type":"node","@id":249011713,"@timestamp":1203821397},"coords":"51.6946142,0.4732118","bedrooms":"1","price":"251000","area":"632"} , +{"type":"Feature","id":"n249074105","geometry":{"type":"Point","coordinates":[0.4719319,51.7030196]},"properties":{"@type":"node","@id":249074105,"@timestamp":1203850265},"coords":"51.7030196,0.4719319","bedrooms":"2","price":"198000","area":"444"} , +{"type":"Feature","id":"n249074115","geometry":{"type":"Point","coordinates":[0.472246,51.7018801]},"properties":{"@type":"node","@id":249074115,"@timestamp":1203850266},"coords":"51.7018801,0.472246","bedrooms":"3","price":"150000","area":"596"} , +{"type":"Feature","id":"n249074135","geometry":{"type":"Point","coordinates":[0.471239,51.696423]},"properties":{"@type":"node","@id":249074135,"@timestamp":1203850268},"coords":"51.696423,0.471239","bedrooms":"4","price":"235000","area":"415"} , +{"type":"Feature","id":"n249074164","geometry":{"type":"Point","coordinates":[0.4710542,51.6990457]},"properties":{"@type":"node","@id":249074164,"@timestamp":1203850270},"coords":"51.6990457,0.4710542","bedrooms":"2","price":"203000","area":"431"} , +{"type":"Feature","id":"n249074179","geometry":{"type":"Point","coordinates":[0.468389,51.6955043]},"properties":{"@type":"node","@id":249074179,"@timestamp":1203850271},"coords":"51.6955043,0.468389","bedrooms":"2","price":"273000","area":"434"} , +{"type":"Feature","id":"n249077562","geometry":{"type":"Point","coordinates":[0.497975,51.7193592]},"properties":{"@type":"node","@id":249077562,"@timestamp":1416732850},"coords":"51.7193592,0.497975","bedrooms":"3","price":"155000","area":"412"} , +{"type":"Feature","id":"n249077771","geometry":{"type":"Point","coordinates":[0.4946056,51.7117808]},"properties":{"@type":"node","@id":249077771,"@timestamp":1228252006},"coords":"51.7117808,0.4946056","bedrooms":"3","price":"190000","area":"456"} , +{"type":"Feature","id":"n249081169","geometry":{"type":"Point","coordinates":[-0.4343756,51.5169372]},"properties":{"@type":"node","@id":249081169,"@timestamp":1420995009},"coords":"51.5169372,-0.4343756","bedrooms":"0","price":"194000","area":"475"} , +{"type":"Feature","id":"n249092095","geometry":{"type":"Point","coordinates":[-0.4424214,51.5450961]},"properties":{"@type":"node","@id":249092095,"@timestamp":1607799522},"coords":"51.5450961,-0.4424214","bedrooms":"4","price":"173000","area":"616"} , +{"type":"Feature","id":"n249100604","geometry":{"type":"Point","coordinates":[0.0297107,51.2135129]},"properties":{"@type":"node","@id":249100604,"@timestamp":1204133871},"coords":"51.2135129,0.0297107","bedrooms":"4","price":"295000","area":"654"} , +{"type":"Feature","id":"n249101578","geometry":{"type":"Point","coordinates":[0.0284662,51.2343801]},"properties":{"@type":"node","@id":249101578,"@timestamp":1204133937},"coords":"51.2343801,0.0284662","bedrooms":"0","price":"292000","area":"452"} , +{"type":"Feature","id":"n249102741","geometry":{"type":"Point","coordinates":[0.0955943,51.1971812]},"properties":{"@type":"node","@id":249102741,"@timestamp":1204134267},"coords":"51.1971812,0.0955943","bedrooms":"4","price":"243000","area":"495"} , +{"type":"Feature","id":"n249102765","geometry":{"type":"Point","coordinates":[0.0870689,51.2229667]},"properties":{"@type":"node","@id":249102765,"@timestamp":1203866004},"coords":"51.2229667,0.0870689","bedrooms":"3","price":"230000","area":"395"} , +{"type":"Feature","id":"n249104104","geometry":{"type":"Point","coordinates":[0.0955143,51.2423304]},"properties":{"@type":"node","@id":249104104,"@timestamp":1203866458},"coords":"51.2423304,0.0955143","bedrooms":"4","price":"187000","area":"383"} , +{"type":"Feature","id":"n249104138","geometry":{"type":"Point","coordinates":[0.0970619,51.2760337]},"properties":{"@type":"node","@id":249104138,"@timestamp":1204132179},"coords":"51.2760337,0.0970619","bedrooms":"1","price":"253000","area":"384"} , +{"type":"Feature","id":"n249104173","geometry":{"type":"Point","coordinates":[0.108237,51.2810537]},"properties":{"@type":"node","@id":249104173,"@timestamp":1204133049},"coords":"51.2810537,0.108237","bedrooms":"3","price":"291000","area":"678"} , +{"type":"Feature","id":"n249104740","geometry":{"type":"Point","coordinates":[0.1272466,51.2264245]},"properties":{"@type":"node","@id":249104740,"@timestamp":1204217843},"coords":"51.2264245,0.1272466","bedrooms":"2","price":"264000","area":"550"} , +{"type":"Feature","id":"n249104754","geometry":{"type":"Point","coordinates":[0.1340136,51.2267445]},"properties":{"@type":"node","@id":249104754,"@timestamp":1204218280},"coords":"51.2267445,0.1340136","bedrooms":"2","price":"181000","area":"696"} , +{"type":"Feature","id":"n249105133","geometry":{"type":"Point","coordinates":[0.1432567,51.2402192]},"properties":{"@type":"node","@id":249105133,"@timestamp":1203867072},"coords":"51.2402192,0.1432567","bedrooms":"4","price":"288000","area":"632"} , +{"type":"Feature","id":"n249105590","geometry":{"type":"Point","coordinates":[0.1366384,51.2554593]},"properties":{"@type":"node","@id":249105590,"@timestamp":1204133215},"coords":"51.2554593,0.1366384","bedrooms":"0","price":"153000","area":"579"} , +{"type":"Feature","id":"n249110135","geometry":{"type":"Point","coordinates":[0.1528297,51.2244955]},"properties":{"@type":"node","@id":249110135,"@timestamp":1203868552},"coords":"51.2244955,0.1528297","bedrooms":"2","price":"220000","area":"653"} , +{"type":"Feature","id":"n249110172","geometry":{"type":"Point","coordinates":[0.1706256,51.2198192]},"properties":{"@type":"node","@id":249110172,"@timestamp":1204220955},"coords":"51.2198192,0.1706256","bedrooms":"1","price":"204000","area":"643"} , +{"type":"Feature","id":"n249110183","geometry":{"type":"Point","coordinates":[0.1972503,51.2224372]},"properties":{"@type":"node","@id":249110183,"@timestamp":1204221256},"coords":"51.2224372,0.1972503","bedrooms":"0","price":"191000","area":"667"} , +{"type":"Feature","id":"n249110202","geometry":{"type":"Point","coordinates":[0.1811656,51.2340846]},"properties":{"@type":"node","@id":249110202,"@timestamp":1204221102},"coords":"51.2340846,0.1811656","bedrooms":"3","price":"278000","area":"670"} , +{"type":"Feature","id":"n249110216","geometry":{"type":"Point","coordinates":[0.2049235,51.2214105]},"properties":{"@type":"node","@id":249110216,"@timestamp":1204221245},"coords":"51.2214105,0.2049235","bedrooms":"3","price":"269000","area":"420"} , +{"type":"Feature","id":"n249110236","geometry":{"type":"Point","coordinates":[0.209391,51.1862611]},"properties":{"@type":"node","@id":249110236,"@timestamp":1203868570},"coords":"51.1862611,0.209391","bedrooms":"3","price":"226000","area":"418"} , +{"type":"Feature","id":"n249110546","geometry":{"type":"Point","coordinates":[0.1928386,51.2129484]},"properties":{"@type":"node","@id":249110546,"@timestamp":1204220996},"coords":"51.2129484,0.1928386","bedrooms":"3","price":"217000","area":"389"} , +{"type":"Feature","id":"n249110568","geometry":{"type":"Point","coordinates":[0.1877387,51.2202289]},"properties":{"@type":"node","@id":249110568,"@timestamp":1203868714},"coords":"51.2202289,0.1877387","bedrooms":"0","price":"200000","area":"513"} , +{"type":"Feature","id":"n249135515","geometry":{"type":"Point","coordinates":[-0.0503479,51.5109742]},"properties":{"@type":"node","@id":249135515,"@timestamp":1635078204},"coords":"51.5109742,-0.0503479","bedrooms":"3","price":"294000","area":"410"} , +{"type":"Feature","id":"n249138242","geometry":{"type":"Point","coordinates":[0.1855288,51.5153751]},"properties":{"@type":"node","@id":249138242,"@timestamp":1203876882},"coords":"51.5153751,0.1855288","bedrooms":"3","price":"211000","area":"662"} , +{"type":"Feature","id":"n249139463","geometry":{"type":"Point","coordinates":[0.1841641,51.516673]},"properties":{"@type":"node","@id":249139463,"@timestamp":1203877184},"coords":"51.516673,0.1841641","bedrooms":"4","price":"262000","area":"619"} , +{"type":"Feature","id":"n249139473","geometry":{"type":"Point","coordinates":[0.2169429,51.5018382]},"properties":{"@type":"node","@id":249139473,"@timestamp":1203877184},"coords":"51.5018382,0.2169429","bedrooms":"2","price":"288000","area":"559"} , +{"type":"Feature","id":"n249140462","geometry":{"type":"Point","coordinates":[0.2246333,51.4958966]},"properties":{"@type":"node","@id":249140462,"@timestamp":1203878951},"coords":"51.4958966,0.2246333","bedrooms":"4","price":"254000","area":"648"} , +{"type":"Feature","id":"n249141590","geometry":{"type":"Point","coordinates":[0.2694283,51.4908733]},"properties":{"@type":"node","@id":249141590,"@timestamp":1203878879},"coords":"51.4908733,0.2694283","bedrooms":"2","price":"178000","area":"674"} , +{"type":"Feature","id":"n249141653","geometry":{"type":"Point","coordinates":[0.261493,51.488108]},"properties":{"@type":"node","@id":249141653,"@timestamp":1412512408},"coords":"51.488108,0.261493","bedrooms":"0","price":"163000","area":"687"} , +{"type":"Feature","id":"n249142775","geometry":{"type":"Point","coordinates":[0.2870923,51.4859137]},"properties":{"@type":"node","@id":249142775,"@timestamp":1203878767},"coords":"51.4859137,0.2870923","bedrooms":"3","price":"186000","area":"394"} , +{"type":"Feature","id":"n249143740","geometry":{"type":"Point","coordinates":[0.2889118,51.4716017]},"properties":{"@type":"node","@id":249143740,"@timestamp":1324308358},"coords":"51.4716017,0.2889118","bedrooms":"0","price":"156000","area":"500"} , +{"type":"Feature","id":"n249147413","geometry":{"type":"Point","coordinates":[0.1516686,51.5248014]},"properties":{"@type":"node","@id":249147413,"@timestamp":1203880119},"coords":"51.5248014,0.1516686","bedrooms":"4","price":"224000","area":"375"} , +{"type":"Feature","id":"n249148371","geometry":{"type":"Point","coordinates":[0.1192332,51.5245398]},"properties":{"@type":"node","@id":249148371,"@timestamp":1627154413},"coords":"51.5245398,0.1192332","bedrooms":"1","price":"251000","area":"580"} , +{"type":"Feature","id":"n249148754","geometry":{"type":"Point","coordinates":[0.1189011,51.5247424]},"properties":{"@type":"node","@id":249148754,"@timestamp":1325787573},"coords":"51.5247424,0.1189011","bedrooms":"3","price":"246000","area":"616"} , +{"type":"Feature","id":"n249152334","geometry":{"type":"Point","coordinates":[-0.3273846,51.4860461]},"properties":{"@type":"node","@id":249152334,"@timestamp":1203880966},"coords":"51.4860461,-0.3273846","bedrooms":"1","price":"173000","area":"373"} , +{"type":"Feature","id":"n249153458","geometry":{"type":"Point","coordinates":[0.0946651,51.5154064]},"properties":{"@type":"node","@id":249153458,"@timestamp":1341308753},"coords":"51.5154064,0.0946651","bedrooms":"3","price":"245000","area":"417"} , +{"type":"Feature","id":"n249153468","geometry":{"type":"Point","coordinates":[0.0483199,51.5133507]},"properties":{"@type":"node","@id":249153468,"@timestamp":1203881156},"coords":"51.5133507,0.0483199","bedrooms":"4","price":"283000","area":"678"} , +{"type":"Feature","id":"n249153479","geometry":{"type":"Point","coordinates":[0.0099107,51.5103593]},"properties":{"@type":"node","@id":249153479,"@timestamp":1631820598},"coords":"51.5103593,0.0099107","bedrooms":"2","price":"290000","area":"653"} , +{"type":"Feature","id":"n249154932","geometry":{"type":"Point","coordinates":[-0.3220775,51.4858123]},"properties":{"@type":"node","@id":249154932,"@timestamp":1203881630},"coords":"51.4858123,-0.3220775","bedrooms":"4","price":"264000","area":"492"} , +{"type":"Feature","id":"n249169915","geometry":{"type":"Point","coordinates":[-0.33266,51.4443642]},"properties":{"@type":"node","@id":249169915,"@timestamp":1203886212},"coords":"51.4443642,-0.33266","bedrooms":"3","price":"257000","area":"675"} , +{"type":"Feature","id":"n249171377","geometry":{"type":"Point","coordinates":[-0.3333228,51.4487494]},"properties":{"@type":"node","@id":249171377,"@timestamp":1203886719},"coords":"51.4487494,-0.3333228","bedrooms":"4","price":"257000","area":"578"} , +{"type":"Feature","id":"n249184743","geometry":{"type":"Point","coordinates":[-0.3282409,51.485069]},"properties":{"@type":"node","@id":249184743,"@timestamp":1203891091},"coords":"51.485069,-0.3282409","bedrooms":"2","price":"161000","area":"481"} , +{"type":"Feature","id":"n249189072","geometry":{"type":"Point","coordinates":[-0.3257326,51.4865498]},"properties":{"@type":"node","@id":249189072,"@timestamp":1203892866},"coords":"51.4865498,-0.3257326","bedrooms":"4","price":"283000","area":"563"} , +{"type":"Feature","id":"n249189743","geometry":{"type":"Point","coordinates":[-0.3217276,51.4865991]},"properties":{"@type":"node","@id":249189743,"@timestamp":1203893133},"coords":"51.4865991,-0.3217276","bedrooms":"4","price":"181000","area":"504"} , +{"type":"Feature","id":"n249189753","geometry":{"type":"Point","coordinates":[-0.3227968,51.4872324]},"properties":{"@type":"node","@id":249189753,"@timestamp":1203893137},"coords":"51.4872324,-0.3227968","bedrooms":"0","price":"265000","area":"538"} , +{"type":"Feature","id":"n249191437","geometry":{"type":"Point","coordinates":[-0.3248517,51.4846959]},"properties":{"@type":"node","@id":249191437,"@timestamp":1203893713},"coords":"51.4846959,-0.3248517","bedrooms":"2","price":"209000","area":"351"} , +{"type":"Feature","id":"n249191456","geometry":{"type":"Point","coordinates":[-0.324011,51.4852032]},"properties":{"@type":"node","@id":249191456,"@timestamp":1203893715},"coords":"51.4852032,-0.324011","bedrooms":"3","price":"251000","area":"501"} , +{"type":"Feature","id":"n249194089","geometry":{"type":"Point","coordinates":[-0.3244815,51.4855983]},"properties":{"@type":"node","@id":249194089,"@timestamp":1203894457},"coords":"51.4855983,-0.3244815","bedrooms":"0","price":"187000","area":"559"} , +{"type":"Feature","id":"n249215541","geometry":{"type":"Point","coordinates":[0.4920622,51.3963118]},"properties":{"@type":"node","@id":249215541,"@timestamp":1549930649},"coords":"51.3963118,0.4920622","bedrooms":"2","price":"217000","area":"474"} , +{"type":"Feature","id":"n249237223","geometry":{"type":"Point","coordinates":[-0.0132537,51.6359504]},"properties":{"@type":"node","@id":249237223,"@timestamp":1617462605},"coords":"51.6359504,-0.0132537","bedrooms":"1","price":"255000","area":"474"} , +{"type":"Feature","id":"n249245556","geometry":{"type":"Point","coordinates":[0.4347403,51.5446284]},"properties":{"@type":"node","@id":249245556,"@timestamp":1203948014},"coords":"51.5446284,0.4347403","bedrooms":"1","price":"242000","area":"413"} , +{"type":"Feature","id":"n249257137","geometry":{"type":"Point","coordinates":[-0.312545,51.497219]},"properties":{"@type":"node","@id":249257137,"@timestamp":1578834641},"coords":"51.497219,-0.312545","bedrooms":"3","price":"238000","area":"626"} , +{"type":"Feature","id":"n249297553","geometry":{"type":"Point","coordinates":[-1.0984241,51.244657]},"properties":{"@type":"node","@id":249297553,"@timestamp":1341578141},"coords":"51.244657,-1.0984241","bedrooms":"3","price":"212000","area":"529"} , +{"type":"Feature","id":"n249309905","geometry":{"type":"Point","coordinates":[-0.0602705,51.5054474]},"properties":{"@type":"node","@id":249309905,"@timestamp":1482090918},"coords":"51.5054474,-0.0602705","bedrooms":"2","price":"288000","area":"607"} , +{"type":"Feature","id":"n249311847","geometry":{"type":"Point","coordinates":[-0.0545713,51.5063157]},"properties":{"@type":"node","@id":249311847,"@timestamp":1629359795},"coords":"51.5063157,-0.0545713","bedrooms":"2","price":"256000","area":"397"} , +{"type":"Feature","id":"n249320469","geometry":{"type":"Point","coordinates":[0.0884969,51.7710256]},"properties":{"@type":"node","@id":249320469,"@timestamp":1203975187},"coords":"51.7710256,0.0884969","bedrooms":"3","price":"252000","area":"386"} , +{"type":"Feature","id":"n249320671","geometry":{"type":"Point","coordinates":[0.095461,51.781337]},"properties":{"@type":"node","@id":249320671,"@timestamp":1203975207},"coords":"51.781337,0.095461","bedrooms":"2","price":"278000","area":"420"} , +{"type":"Feature","id":"n249320688","geometry":{"type":"Point","coordinates":[0.0947729,51.7810644]},"properties":{"@type":"node","@id":249320688,"@timestamp":1203975211},"coords":"51.7810644,0.0947729","bedrooms":"3","price":"174000","area":"482"} , +{"type":"Feature","id":"n249328185","geometry":{"type":"Point","coordinates":[-0.1355845,51.4712586]},"properties":{"@type":"node","@id":249328185,"@timestamp":1240353433},"coords":"51.4712586,-0.1355845","bedrooms":"4","price":"162000","area":"642"} , +{"type":"Feature","id":"n249340257","geometry":{"type":"Point","coordinates":[-0.3237327,51.4532574]},"properties":{"@type":"node","@id":249340257,"@timestamp":1216678466},"coords":"51.4532574,-0.3237327","bedrooms":"3","price":"256000","area":"463"} , +{"type":"Feature","id":"n249360885","geometry":{"type":"Point","coordinates":[-0.304827,51.4821252]},"properties":{"@type":"node","@id":249360885,"@timestamp":1382917863},"coords":"51.4821252,-0.304827","bedrooms":"1","price":"180000","area":"480"} , +{"type":"Feature","id":"n249360909","geometry":{"type":"Point","coordinates":[-0.3024565,51.4840884]},"properties":{"@type":"node","@id":249360909,"@timestamp":1204019356},"coords":"51.4840884,-0.3024565","bedrooms":"3","price":"258000","area":"615"} , +{"type":"Feature","id":"n249389064","geometry":{"type":"Point","coordinates":[-0.4564898,51.8602169]},"properties":{"@type":"node","@id":249389064,"@timestamp":1204115339},"coords":"51.8602169,-0.4564898","bedrooms":"4","price":"292000","area":"679"} , +{"type":"Feature","id":"n249407144","geometry":{"type":"Point","coordinates":[-1.1046158,51.2549921]},"properties":{"@type":"node","@id":249407144,"@timestamp":1353444123},"coords":"51.2549921,-1.1046158","bedrooms":"1","price":"276000","area":"569"} , +{"type":"Feature","id":"n249417099","geometry":{"type":"Point","coordinates":[-0.754432,51.519742]},"properties":{"@type":"node","@id":249417099,"@timestamp":1266440584},"coords":"51.519742,-0.754432","bedrooms":"4","price":"158000","area":"587"} , +{"type":"Feature","id":"n249438693","geometry":{"type":"Point","coordinates":[-0.3705653,51.7292829]},"properties":{"@type":"node","@id":249438693,"@timestamp":1204103816},"coords":"51.7292829,-0.3705653","bedrooms":"3","price":"283000","area":"678"} , +{"type":"Feature","id":"n249441648","geometry":{"type":"Point","coordinates":[-0.0700698,51.5721646]},"properties":{"@type":"node","@id":249441648,"@timestamp":1204105566},"coords":"51.5721646,-0.0700698","bedrooms":"0","price":"257000","area":"593"} , +{"type":"Feature","id":"n249445237","geometry":{"type":"Point","coordinates":[-0.4573395,51.8506745]},"properties":{"@type":"node","@id":249445237,"@timestamp":1496238873},"coords":"51.8506745,-0.4573395","bedrooms":"0","price":"278000","area":"539"} , +{"type":"Feature","id":"n249453575","geometry":{"type":"Point","coordinates":[-0.445604,51.8538781]},"properties":{"@type":"node","@id":249453575,"@timestamp":1394374908},"coords":"51.8538781,-0.445604","bedrooms":"3","price":"296000","area":"581"} , +{"type":"Feature","id":"n249455094","geometry":{"type":"Point","coordinates":[-0.4320061,51.8275655]},"properties":{"@type":"node","@id":249455094,"@timestamp":1496238874},"coords":"51.8275655,-0.4320061","bedrooms":"0","price":"239000","area":"443"} , +{"type":"Feature","id":"n249461945","geometry":{"type":"Point","coordinates":[-0.462433,51.8376969]},"properties":{"@type":"node","@id":249461945,"@timestamp":1434394033},"coords":"51.8376969,-0.462433","bedrooms":"2","price":"153000","area":"509"} , +{"type":"Feature","id":"n249475823","geometry":{"type":"Point","coordinates":[-0.3783344,51.4442503]},"properties":{"@type":"node","@id":249475823,"@timestamp":1204124451},"coords":"51.4442503,-0.3783344","bedrooms":"1","price":"297000","area":"583"} , +{"type":"Feature","id":"n249484942","geometry":{"type":"Point","coordinates":[-1.0936928,51.4171657]},"properties":{"@type":"node","@id":249484942,"@timestamp":1204130442},"coords":"51.4171657,-1.0936928","bedrooms":"2","price":"255000","area":"410"} , +{"type":"Feature","id":"n249488416","geometry":{"type":"Point","coordinates":[-0.2981697,51.8451931]},"properties":{"@type":"node","@id":249488416,"@timestamp":1496238874},"coords":"51.8451931,-0.2981697","bedrooms":"3","price":"279000","area":"575"} , +{"type":"Feature","id":"n249490376","geometry":{"type":"Point","coordinates":[0.0052501,51.2201263]},"properties":{"@type":"node","@id":249490376,"@timestamp":1549642574},"coords":"51.2201263,0.0052501","bedrooms":"0","price":"235000","area":"553"} , +{"type":"Feature","id":"n249490412","geometry":{"type":"Point","coordinates":[0.0173733,51.2136277]},"properties":{"@type":"node","@id":249490412,"@timestamp":1383993068},"coords":"51.2136277,0.0173733","bedrooms":"1","price":"251000","area":"584"} , +{"type":"Feature","id":"n249491266","geometry":{"type":"Point","coordinates":[0.0433492,51.2188408]},"properties":{"@type":"node","@id":249491266,"@timestamp":1366833827},"coords":"51.2188408,0.0433492","bedrooms":"3","price":"293000","area":"392"} , +{"type":"Feature","id":"n249492266","geometry":{"type":"Point","coordinates":[0.4514069,51.5434819]},"properties":{"@type":"node","@id":249492266,"@timestamp":1204134718},"coords":"51.5434819,0.4514069","bedrooms":"1","price":"221000","area":"671"} , +{"type":"Feature","id":"n249494044","geometry":{"type":"Point","coordinates":[0.5149399,51.4010296]},"properties":{"@type":"node","@id":249494044,"@timestamp":1504541707},"coords":"51.4010296,0.5149399","bedrooms":"0","price":"235000","area":"587"} , +{"type":"Feature","id":"n249498563","geometry":{"type":"Point","coordinates":[0.3988143,51.5230349]},"properties":{"@type":"node","@id":249498563,"@timestamp":1204138762},"coords":"51.5230349,0.3988143","bedrooms":"4","price":"196000","area":"554"} , +{"type":"Feature","id":"n249498573","geometry":{"type":"Point","coordinates":[0.3976416,51.522065]},"properties":{"@type":"node","@id":249498573,"@timestamp":1204138764},"coords":"51.522065,0.3976416","bedrooms":"1","price":"280000","area":"396"} , +{"type":"Feature","id":"n249502167","geometry":{"type":"Point","coordinates":[-1.0336176,51.2643443]},"properties":{"@type":"node","@id":249502167,"@timestamp":1250539143},"coords":"51.2643443,-1.0336176","bedrooms":"2","price":"229000","area":"530"} , +{"type":"Feature","id":"n249526468","geometry":{"type":"Point","coordinates":[-0.0034287,51.7618273]},"properties":{"@type":"node","@id":249526468,"@timestamp":1204157733},"coords":"51.7618273,-0.0034287","bedrooms":"1","price":"162000","area":"424"} , +{"type":"Feature","id":"n249526479","geometry":{"type":"Point","coordinates":[-0.0042591,51.762684]},"properties":{"@type":"node","@id":249526479,"@timestamp":1204157736},"coords":"51.762684,-0.0042591","bedrooms":"4","price":"198000","area":"587"} , +{"type":"Feature","id":"n249526489","geometry":{"type":"Point","coordinates":[-0.0050842,51.7627747]},"properties":{"@type":"node","@id":249526489,"@timestamp":1204157738},"coords":"51.7627747,-0.0050842","bedrooms":"1","price":"157000","area":"362"} , +{"type":"Feature","id":"n249526499","geometry":{"type":"Point","coordinates":[-0.0070111,51.763675]},"properties":{"@type":"node","@id":249526499,"@timestamp":1205066539},"coords":"51.763675,-0.0070111","bedrooms":"4","price":"278000","area":"639"} , +{"type":"Feature","id":"n249541028","geometry":{"type":"Point","coordinates":[-0.6118206,51.5022843]},"properties":{"@type":"node","@id":249541028,"@timestamp":1205531200},"coords":"51.5022843,-0.6118206","bedrooms":"2","price":"244000","area":"523"} , +{"type":"Feature","id":"n249553062","geometry":{"type":"Point","coordinates":[-0.1972654,51.3621935]},"properties":{"@type":"node","@id":249553062,"@timestamp":1628531001},"coords":"51.3621935,-0.1972654","bedrooms":"0","price":"160000","area":"419"} , +{"type":"Feature","id":"n249564337","geometry":{"type":"Point","coordinates":[-0.3445001,51.4734035]},"properties":{"@type":"node","@id":249564337,"@timestamp":1204211156},"coords":"51.4734035,-0.3445001","bedrooms":"1","price":"191000","area":"439"} , +{"type":"Feature","id":"n249564347","geometry":{"type":"Point","coordinates":[-0.3472766,51.4710825]},"properties":{"@type":"node","@id":249564347,"@timestamp":1204211157},"coords":"51.4710825,-0.3472766","bedrooms":"3","price":"171000","area":"548"} , +{"type":"Feature","id":"n249564363","geometry":{"type":"Point","coordinates":[-0.3318554,51.4760474]},"properties":{"@type":"node","@id":249564363,"@timestamp":1564915277},"coords":"51.4760474,-0.3318554","bedrooms":"3","price":"253000","area":"355"} , +{"type":"Feature","id":"n249568899","geometry":{"type":"Point","coordinates":[-0.286894,51.4890514]},"properties":{"@type":"node","@id":249568899,"@timestamp":1602530115},"coords":"51.4890514,-0.286894","bedrooms":"3","price":"291000","area":"494"} , +{"type":"Feature","id":"n249571909","geometry":{"type":"Point","coordinates":[-0.5076115,51.5206606]},"properties":{"@type":"node","@id":249571909,"@timestamp":1605904839},"coords":"51.5206606,-0.5076115","bedrooms":"1","price":"227000","area":"599"} , +{"type":"Feature","id":"n249573060","geometry":{"type":"Point","coordinates":[-0.2715562,51.492118]},"properties":{"@type":"node","@id":249573060,"@timestamp":1292789225},"coords":"51.492118,-0.2715562","bedrooms":"4","price":"291000","area":"415"} , +{"type":"Feature","id":"n249573071","geometry":{"type":"Point","coordinates":[-0.2676302,51.4915154]},"properties":{"@type":"node","@id":249573071,"@timestamp":1204216587},"coords":"51.4915154,-0.2676302","bedrooms":"3","price":"187000","area":"383"} , +{"type":"Feature","id":"n249573098","geometry":{"type":"Point","coordinates":[-0.2640675,51.4917962]},"properties":{"@type":"node","@id":249573098,"@timestamp":1204216589},"coords":"51.4917962,-0.2640675","bedrooms":"3","price":"174000","area":"670"} , +{"type":"Feature","id":"n249573122","geometry":{"type":"Point","coordinates":[-0.263375,51.4921019]},"properties":{"@type":"node","@id":249573122,"@timestamp":1204216591},"coords":"51.4921019,-0.263375","bedrooms":"3","price":"231000","area":"375"} , +{"type":"Feature","id":"n249574728","geometry":{"type":"Point","coordinates":[0.1293489,51.2073215]},"properties":{"@type":"node","@id":249574728,"@timestamp":1607412022},"coords":"51.2073215,0.1293489","bedrooms":"2","price":"193000","area":"666"} , +{"type":"Feature","id":"n249609835","geometry":{"type":"Point","coordinates":[-0.014026,51.3758514]},"properties":{"@type":"node","@id":249609835,"@timestamp":1618594526},"coords":"51.3758514,-0.014026","bedrooms":"3","price":"234000","area":"480"} , +{"type":"Feature","id":"n249610100","geometry":{"type":"Point","coordinates":[0.2646859,51.1996776]},"properties":{"@type":"node","@id":249610100,"@timestamp":1204231969},"coords":"51.1996776,0.2646859","bedrooms":"2","price":"172000","area":"489"} , +{"type":"Feature","id":"n249610731","geometry":{"type":"Point","coordinates":[0.2282143,51.1828365]},"properties":{"@type":"node","@id":249610731,"@timestamp":1204232106},"coords":"51.1828365,0.2282143","bedrooms":"4","price":"157000","area":"566"} , +{"type":"Feature","id":"n249611183","geometry":{"type":"Point","coordinates":[0.2276016,51.2409918]},"properties":{"@type":"node","@id":249611183,"@timestamp":1204232504},"coords":"51.2409918,0.2276016","bedrooms":"4","price":"226000","area":"400"} , +{"type":"Feature","id":"n249611406","geometry":{"type":"Point","coordinates":[0.2490658,51.2429966]},"properties":{"@type":"node","@id":249611406,"@timestamp":1204232651},"coords":"51.2429966,0.2490658","bedrooms":"2","price":"238000","area":"650"} , +{"type":"Feature","id":"n249611769","geometry":{"type":"Point","coordinates":[0.290707,51.250205]},"properties":{"@type":"node","@id":249611769,"@timestamp":1204309746},"coords":"51.250205,0.290707","bedrooms":"4","price":"218000","area":"596"} , +{"type":"Feature","id":"n249611867","geometry":{"type":"Point","coordinates":[0.2803462,51.2243722]},"properties":{"@type":"node","@id":249611867,"@timestamp":1204306086},"coords":"51.2243722,0.2803462","bedrooms":"0","price":"268000","area":"470"} , +{"type":"Feature","id":"n249612365","geometry":{"type":"Point","coordinates":[0.3044904,51.2020752]},"properties":{"@type":"node","@id":249612365,"@timestamp":1204306236},"coords":"51.2020752,0.3044904","bedrooms":"1","price":"217000","area":"579"} , +{"type":"Feature","id":"n249612400","geometry":{"type":"Point","coordinates":[0.2897704,51.198203]},"properties":{"@type":"node","@id":249612400,"@timestamp":1204305962},"coords":"51.198203,0.2897704","bedrooms":"1","price":"169000","area":"573"} , +{"type":"Feature","id":"n249612479","geometry":{"type":"Point","coordinates":[0.3158115,51.2040328]},"properties":{"@type":"node","@id":249612479,"@timestamp":1204306357},"coords":"51.2040328,0.3158115","bedrooms":"0","price":"210000","area":"548"} , +{"type":"Feature","id":"n249612774","geometry":{"type":"Point","coordinates":[0.3251337,51.2369603]},"properties":{"@type":"node","@id":249612774,"@timestamp":1204309562},"coords":"51.2369603,0.3251337","bedrooms":"1","price":"176000","area":"496"} , +{"type":"Feature","id":"n249612788","geometry":{"type":"Point","coordinates":[0.3356994,51.2164544]},"properties":{"@type":"node","@id":249612788,"@timestamp":1204309162},"coords":"51.2164544,0.3356994","bedrooms":"1","price":"249000","area":"577"} , +{"type":"Feature","id":"n249613479","geometry":{"type":"Point","coordinates":[0.3286756,51.2060395]},"properties":{"@type":"node","@id":249613479,"@timestamp":1380229195},"coords":"51.2060395,0.3286756","bedrooms":"0","price":"243000","area":"514"} , +{"type":"Feature","id":"n249613928","geometry":{"type":"Point","coordinates":[0.3594574,51.2282054]},"properties":{"@type":"node","@id":249613928,"@timestamp":1204310453},"coords":"51.2282054,0.3594574","bedrooms":"1","price":"188000","area":"683"} , +{"type":"Feature","id":"n249613946","geometry":{"type":"Point","coordinates":[0.3672679,51.2381533]},"properties":{"@type":"node","@id":249613946,"@timestamp":1204310534},"coords":"51.2381533,0.3672679","bedrooms":"2","price":"185000","area":"679"} , +{"type":"Feature","id":"n249613987","geometry":{"type":"Point","coordinates":[0.3930086,51.255934]},"properties":{"@type":"node","@id":249613987,"@timestamp":1204234368},"coords":"51.255934,0.3930086","bedrooms":"1","price":"200000","area":"691"} , +{"type":"Feature","id":"n249614605","geometry":{"type":"Point","coordinates":[0.2794288,51.2993461]},"properties":{"@type":"node","@id":249614605,"@timestamp":1204310217},"coords":"51.2993461,0.2794288","bedrooms":"4","price":"225000","area":"505"} , +{"type":"Feature","id":"n249615017","geometry":{"type":"Point","coordinates":[0.3291696,51.3033814]},"properties":{"@type":"node","@id":249615017,"@timestamp":1204311257},"coords":"51.3033814,0.3291696","bedrooms":"4","price":"194000","area":"510"} , +{"type":"Feature","id":"n249615834","geometry":{"type":"Point","coordinates":[0.3775781,51.3034136]},"properties":{"@type":"node","@id":249615834,"@timestamp":1204311171},"coords":"51.3034136,0.3775781","bedrooms":"1","price":"219000","area":"555"} , +{"type":"Feature","id":"n249619534","geometry":{"type":"Point","coordinates":[0.3282121,51.2130351]},"properties":{"@type":"node","@id":249619534,"@timestamp":1380229195},"coords":"51.2130351,0.3282121","bedrooms":"1","price":"194000","area":"540"} , +{"type":"Feature","id":"n249619803","geometry":{"type":"Point","coordinates":[0.3206075,51.2400126]},"properties":{"@type":"node","@id":249619803,"@timestamp":1380229196},"coords":"51.2400126,0.3206075","bedrooms":"0","price":"226000","area":"383"} , +{"type":"Feature","id":"n249663549","geometry":{"type":"Point","coordinates":[-0.3702107,51.4726352]},"properties":{"@type":"node","@id":249663549,"@timestamp":1204276141},"coords":"51.4726352,-0.3702107","bedrooms":"1","price":"294000","area":"412"} , +{"type":"Feature","id":"n249672865","geometry":{"type":"Point","coordinates":[-0.0077676,51.5912043]},"properties":{"@type":"node","@id":249672865,"@timestamp":1543944171},"coords":"51.5912043,-0.0077676","bedrooms":"3","price":"156000","area":"448"} , +{"type":"Feature","id":"n249707154","geometry":{"type":"Point","coordinates":[0.2483136,51.1980292]},"properties":{"@type":"node","@id":249707154,"@timestamp":1621591466},"coords":"51.1980292,0.2483136","bedrooms":"0","price":"291000","area":"514"} , +{"type":"Feature","id":"n249718701","geometry":{"type":"Point","coordinates":[0.2955926,51.3429126]},"properties":{"@type":"node","@id":249718701,"@timestamp":1380229196},"coords":"51.3429126,0.2955926","bedrooms":"0","price":"252000","area":"684"} , +{"type":"Feature","id":"n249722140","geometry":{"type":"Point","coordinates":[-1.0975436,51.259318]},"properties":{"@type":"node","@id":249722140,"@timestamp":1356970204},"coords":"51.259318,-1.0975436","bedrooms":"2","price":"192000","area":"453"} , +{"type":"Feature","id":"n249748504","geometry":{"type":"Point","coordinates":[0.2633344,51.48949]},"properties":{"@type":"node","@id":249748504,"@timestamp":1231424830},"coords":"51.48949,0.2633344","bedrooms":"0","price":"267000","area":"431"} , +{"type":"Feature","id":"n249774195","geometry":{"type":"Point","coordinates":[-0.0138766,51.6928288]},"properties":{"@type":"node","@id":249774195,"@timestamp":1269297779},"coords":"51.6928288,-0.0138766","bedrooms":"1","price":"296000","area":"606"} , +{"type":"Feature","id":"n249774205","geometry":{"type":"Point","coordinates":[-0.0178162,51.6648879]},"properties":{"@type":"node","@id":249774205,"@timestamp":1269297779},"coords":"51.6648879,-0.0178162","bedrooms":"0","price":"281000","area":"509"} , +{"type":"Feature","id":"n249774337","geometry":{"type":"Point","coordinates":[-0.0112673,51.6840226]},"properties":{"@type":"node","@id":249774337,"@timestamp":1204357310},"coords":"51.6840226,-0.0112673","bedrooms":"3","price":"235000","area":"649"} , +{"type":"Feature","id":"n249774680","geometry":{"type":"Point","coordinates":[-0.0178076,51.6652286]},"properties":{"@type":"node","@id":249774680,"@timestamp":1204357310},"coords":"51.6652286,-0.0178076","bedrooms":"1","price":"190000","area":"402"} , +{"type":"Feature","id":"n249774854","geometry":{"type":"Point","coordinates":[-0.0311629,51.6367272]},"properties":{"@type":"node","@id":249774854,"@timestamp":1204357605},"coords":"51.6367272,-0.0311629","bedrooms":"3","price":"168000","area":"395"} , +{"type":"Feature","id":"n249774874","geometry":{"type":"Point","coordinates":[-0.0198418,51.6586427]},"properties":{"@type":"node","@id":249774874,"@timestamp":1204357683},"coords":"51.6586427,-0.0198418","bedrooms":"4","price":"225000","area":"459"} , +{"type":"Feature","id":"n249775503","geometry":{"type":"Point","coordinates":[-0.0374972,51.6163787]},"properties":{"@type":"node","@id":249775503,"@timestamp":1204357919},"coords":"51.6163787,-0.0374972","bedrooms":"0","price":"245000","area":"524"} , +{"type":"Feature","id":"n249775702","geometry":{"type":"Point","coordinates":[-0.0342281,51.6080403]},"properties":{"@type":"node","@id":249775702,"@timestamp":1511368613},"coords":"51.6080403,-0.0342281","bedrooms":"2","price":"196000","area":"639"} , +{"type":"Feature","id":"n249775935","geometry":{"type":"Point","coordinates":[-0.0337206,51.6018803]},"properties":{"@type":"node","@id":249775935,"@timestamp":1204358316},"coords":"51.6018803,-0.0337206","bedrooms":"2","price":"223000","area":"698"} , +{"type":"Feature","id":"n249776729","geometry":{"type":"Point","coordinates":[-0.0417372,51.568079]},"properties":{"@type":"node","@id":249776729,"@timestamp":1205058351},"coords":"51.568079,-0.0417372","bedrooms":"3","price":"226000","area":"652"} , +{"type":"Feature","id":"n249776739","geometry":{"type":"Point","coordinates":[-0.0500628,51.5982923]},"properties":{"@type":"node","@id":249776739,"@timestamp":1205058351},"coords":"51.5982923,-0.0500628","bedrooms":"2","price":"240000","area":"561"} , +{"type":"Feature","id":"n249793692","geometry":{"type":"Point","coordinates":[-0.3182844,51.511212]},"properties":{"@type":"node","@id":249793692,"@timestamp":1613424280},"coords":"51.511212,-0.3182844","bedrooms":"0","price":"284000","area":"502"} , +{"type":"Feature","id":"n249794673","geometry":{"type":"Point","coordinates":[-0.0277798,51.6890846]},"properties":{"@type":"node","@id":249794673,"@timestamp":1604395506},"coords":"51.6890846,-0.0277798","bedrooms":"4","price":"180000","area":"519"} , +{"type":"Feature","id":"n249808394","geometry":{"type":"Point","coordinates":[-0.13548,51.4692835]},"properties":{"@type":"node","@id":249808394,"@timestamp":1204386102},"coords":"51.4692835,-0.13548","bedrooms":"4","price":"214000","area":"694"} , +{"type":"Feature","id":"n249809175","geometry":{"type":"Point","coordinates":[-0.1339809,51.473747]},"properties":{"@type":"node","@id":249809175,"@timestamp":1204386981},"coords":"51.473747,-0.1339809","bedrooms":"4","price":"287000","area":"684"} , +{"type":"Feature","id":"n249810243","geometry":{"type":"Point","coordinates":[-0.1316583,51.4710484]},"properties":{"@type":"node","@id":249810243,"@timestamp":1204388155},"coords":"51.4710484,-0.1316583","bedrooms":"4","price":"268000","area":"578"} , +{"type":"Feature","id":"n249811400","geometry":{"type":"Point","coordinates":[0.4345306,51.2936669]},"properties":{"@type":"node","@id":249811400,"@timestamp":1204388223},"coords":"51.2936669,0.4345306","bedrooms":"4","price":"163000","area":"607"} , +{"type":"Feature","id":"n249813600","geometry":{"type":"Point","coordinates":[0.3651619,51.3114074]},"properties":{"@type":"node","@id":249813600,"@timestamp":1204458160},"coords":"51.3114074,0.3651619","bedrooms":"0","price":"261000","area":"484"} , +{"type":"Feature","id":"n249813986","geometry":{"type":"Point","coordinates":[0.4642529,51.3188599]},"properties":{"@type":"node","@id":249813986,"@timestamp":1207072697},"coords":"51.3188599,0.4642529","bedrooms":"1","price":"175000","area":"554"} , +{"type":"Feature","id":"n249819079","geometry":{"type":"Point","coordinates":[-0.1544952,51.9293616]},"properties":{"@type":"node","@id":249819079,"@timestamp":1204390998},"coords":"51.9293616,-0.1544952","bedrooms":"3","price":"239000","area":"584"} , +{"type":"Feature","id":"n249820187","geometry":{"type":"Point","coordinates":[-0.1395417,51.937991]},"properties":{"@type":"node","@id":249820187,"@timestamp":1204391397},"coords":"51.937991,-0.1395417","bedrooms":"2","price":"268000","area":"367"} , +{"type":"Feature","id":"n249821532","geometry":{"type":"Point","coordinates":[-0.1407725,51.9305691]},"properties":{"@type":"node","@id":249821532,"@timestamp":1204391955},"coords":"51.9305691,-0.1407725","bedrooms":"4","price":"183000","area":"655"} , +{"type":"Feature","id":"n249821568","geometry":{"type":"Point","coordinates":[-0.1443427,51.9276116]},"properties":{"@type":"node","@id":249821568,"@timestamp":1204391959},"coords":"51.9276116,-0.1443427","bedrooms":"4","price":"194000","area":"419"} , +{"type":"Feature","id":"n249823359","geometry":{"type":"Point","coordinates":[-1.0987132,51.2635112]},"properties":{"@type":"node","@id":249823359,"@timestamp":1515961404},"coords":"51.2635112,-1.0987132","bedrooms":"3","price":"288000","area":"656"} , +{"type":"Feature","id":"n249824944","geometry":{"type":"Point","coordinates":[-0.1694053,51.9369466]},"properties":{"@type":"node","@id":249824944,"@timestamp":1554644410},"coords":"51.9369466,-0.1694053","bedrooms":"4","price":"281000","area":"580"} , +{"type":"Feature","id":"n249855730","geometry":{"type":"Point","coordinates":[-0.4332032,51.4903468]},"properties":{"@type":"node","@id":249855730,"@timestamp":1204404040},"coords":"51.4903468,-0.4332032","bedrooms":"0","price":"201000","area":"692"} , +{"type":"Feature","id":"n249855776","geometry":{"type":"Point","coordinates":[-0.4352895,51.4869221]},"properties":{"@type":"node","@id":249855776,"@timestamp":1524240416},"coords":"51.4869221,-0.4352895","bedrooms":"4","price":"272000","area":"638"} , +{"type":"Feature","id":"n249855857","geometry":{"type":"Point","coordinates":[-0.4321983,51.4814201]},"properties":{"@type":"node","@id":249855857,"@timestamp":1204404050},"coords":"51.4814201,-0.4321983","bedrooms":"0","price":"298000","area":"451"} , +{"type":"Feature","id":"n249855929","geometry":{"type":"Point","coordinates":[-0.4327886,51.4819518]},"properties":{"@type":"node","@id":249855929,"@timestamp":1204404055},"coords":"51.4819518,-0.4327886","bedrooms":"4","price":"222000","area":"437"} , +{"type":"Feature","id":"n249855942","geometry":{"type":"Point","coordinates":[-0.4340278,51.4823573]},"properties":{"@type":"node","@id":249855942,"@timestamp":1204404055},"coords":"51.4823573,-0.4340278","bedrooms":"4","price":"199000","area":"454"} , +{"type":"Feature","id":"n249855967","geometry":{"type":"Point","coordinates":[-0.4237132,51.4825624]},"properties":{"@type":"node","@id":249855967,"@timestamp":1204404057},"coords":"51.4825624,-0.4237132","bedrooms":"3","price":"231000","area":"375"} , +{"type":"Feature","id":"n249855990","geometry":{"type":"Point","coordinates":[-0.4174293,51.4839469]},"properties":{"@type":"node","@id":249855990,"@timestamp":1204404058},"coords":"51.4839469,-0.4174293","bedrooms":"0","price":"233000","area":"677"} , +{"type":"Feature","id":"n249856019","geometry":{"type":"Point","coordinates":[-0.4200384,51.4847219]},"properties":{"@type":"node","@id":249856019,"@timestamp":1204404060},"coords":"51.4847219,-0.4200384","bedrooms":"4","price":"177000","area":"416"} , +{"type":"Feature","id":"n249856037","geometry":{"type":"Point","coordinates":[-0.4262704,51.4892281]},"properties":{"@type":"node","@id":249856037,"@timestamp":1204404061},"coords":"51.4892281,-0.4262704","bedrooms":"4","price":"262000","area":"672"} , +{"type":"Feature","id":"n249856058","geometry":{"type":"Point","coordinates":[-0.4396898,51.4895616]},"properties":{"@type":"node","@id":249856058,"@timestamp":1204404062},"coords":"51.4895616,-0.4396898","bedrooms":"4","price":"284000","area":"503"} , +{"type":"Feature","id":"n249856087","geometry":{"type":"Point","coordinates":[-0.4411228,51.4910126]},"properties":{"@type":"node","@id":249856087,"@timestamp":1204417258},"coords":"51.4910126,-0.4411228","bedrooms":"3","price":"184000","area":"366"} , +{"type":"Feature","id":"n249856106","geometry":{"type":"Point","coordinates":[-0.4444213,51.4875698]},"properties":{"@type":"node","@id":249856106,"@timestamp":1204404065},"coords":"51.4875698,-0.4444213","bedrooms":"0","price":"280000","area":"521"} , +{"type":"Feature","id":"n249856126","geometry":{"type":"Point","coordinates":[-0.4438039,51.4836675]},"properties":{"@type":"node","@id":249856126,"@timestamp":1204404066},"coords":"51.4836675,-0.4438039","bedrooms":"2","price":"218000","area":"353"} , +{"type":"Feature","id":"n249856147","geometry":{"type":"Point","coordinates":[-0.4442546,51.4843209]},"properties":{"@type":"node","@id":249856147,"@timestamp":1204404067},"coords":"51.4843209,-0.4442546","bedrooms":"0","price":"189000","area":"401"} , +{"type":"Feature","id":"n249856164","geometry":{"type":"Point","coordinates":[-0.4436778,51.4830096]},"properties":{"@type":"node","@id":249856164,"@timestamp":1204404068},"coords":"51.4830096,-0.4436778","bedrooms":"1","price":"284000","area":"453"} , +{"type":"Feature","id":"n249890704","geometry":{"type":"Point","coordinates":[0.1749869,51.5508998]},"properties":{"@type":"node","@id":249890704,"@timestamp":1204410283},"coords":"51.5508998,0.1749869","bedrooms":"2","price":"292000","area":"694"} , +{"type":"Feature","id":"n249890816","geometry":{"type":"Point","coordinates":[0.1698542,51.5501628]},"properties":{"@type":"node","@id":249890816,"@timestamp":1204410302},"coords":"51.5501628,0.1698542","bedrooms":"2","price":"209000","area":"682"} , +{"type":"Feature","id":"n249891411","geometry":{"type":"Point","coordinates":[0.1743652,51.5495701]},"properties":{"@type":"node","@id":249891411,"@timestamp":1204410415},"coords":"51.5495701,0.1743652","bedrooms":"0","price":"182000","area":"602"} , +{"type":"Feature","id":"n249893759","geometry":{"type":"Point","coordinates":[0.1735551,51.5455469]},"properties":{"@type":"node","@id":249893759,"@timestamp":1204410923},"coords":"51.5455469,0.1735551","bedrooms":"2","price":"244000","area":"631"} , +{"type":"Feature","id":"n249894298","geometry":{"type":"Point","coordinates":[0.1637497,51.555062]},"properties":{"@type":"node","@id":249894298,"@timestamp":1204411176},"coords":"51.555062,0.1637497","bedrooms":"2","price":"281000","area":"630"} , +{"type":"Feature","id":"n249894319","geometry":{"type":"Point","coordinates":[0.162134,51.553486]},"properties":{"@type":"node","@id":249894319,"@timestamp":1204411177},"coords":"51.553486,0.162134","bedrooms":"0","price":"244000","area":"385"} , +{"type":"Feature","id":"n249894337","geometry":{"type":"Point","coordinates":[0.1625984,51.5549237]},"properties":{"@type":"node","@id":249894337,"@timestamp":1204411178},"coords":"51.5549237,0.1625984","bedrooms":"3","price":"281000","area":"561"} , +{"type":"Feature","id":"n249894481","geometry":{"type":"Point","coordinates":[0.1622985,51.5527821]},"properties":{"@type":"node","@id":249894481,"@timestamp":1204411195},"coords":"51.5527821,0.1622985","bedrooms":"2","price":"163000","area":"521"} , +{"type":"Feature","id":"n249895527","geometry":{"type":"Point","coordinates":[0.1659942,51.5544966]},"properties":{"@type":"node","@id":249895527,"@timestamp":1204411499},"coords":"51.5544966,0.1659942","bedrooms":"0","price":"254000","area":"492"} , +{"type":"Feature","id":"n249895540","geometry":{"type":"Point","coordinates":[0.1691522,51.5544829]},"properties":{"@type":"node","@id":249895540,"@timestamp":1605209111},"coords":"51.5544829,0.1691522","bedrooms":"4","price":"274000","area":"358"} , +{"type":"Feature","id":"n249895556","geometry":{"type":"Point","coordinates":[0.1691504,51.5563166]},"properties":{"@type":"node","@id":249895556,"@timestamp":1605209111},"coords":"51.5563166,0.1691504","bedrooms":"0","price":"264000","area":"523"} , +{"type":"Feature","id":"n249895936","geometry":{"type":"Point","coordinates":[0.161322,51.5557453]},"properties":{"@type":"node","@id":249895936,"@timestamp":1204411602},"coords":"51.5557453,0.161322","bedrooms":"0","price":"170000","area":"424"} , +{"type":"Feature","id":"n249895960","geometry":{"type":"Point","coordinates":[0.1680628,51.5531374]},"properties":{"@type":"node","@id":249895960,"@timestamp":1204411602},"coords":"51.5531374,0.1680628","bedrooms":"4","price":"235000","area":"563"} , +{"type":"Feature","id":"n249902778","geometry":{"type":"Point","coordinates":[0.1744773,51.5524453]},"properties":{"@type":"node","@id":249902778,"@timestamp":1204412528},"coords":"51.5524453,0.1744773","bedrooms":"3","price":"177000","area":"688"} , +{"type":"Feature","id":"n249902964","geometry":{"type":"Point","coordinates":[0.18142,51.5525946]},"properties":{"@type":"node","@id":249902964,"@timestamp":1204412560},"coords":"51.5525946,0.18142","bedrooms":"2","price":"156000","area":"603"} , +{"type":"Feature","id":"n249903065","geometry":{"type":"Point","coordinates":[0.1806161,51.5525556]},"properties":{"@type":"node","@id":249903065,"@timestamp":1204412576},"coords":"51.5525556,0.1806161","bedrooms":"0","price":"211000","area":"577"} , +{"type":"Feature","id":"n249904856","geometry":{"type":"Point","coordinates":[0.1704172,51.5535981]},"properties":{"@type":"node","@id":249904856,"@timestamp":1204412869},"coords":"51.5535981,0.1704172","bedrooms":"3","price":"256000","area":"429"} , +{"type":"Feature","id":"n249904942","geometry":{"type":"Point","coordinates":[0.1720564,51.553567]},"properties":{"@type":"node","@id":249904942,"@timestamp":1204412870},"coords":"51.553567,0.1720564","bedrooms":"4","price":"216000","area":"464"} , +{"type":"Feature","id":"n249906284","geometry":{"type":"Point","coordinates":[0.1710637,51.557847]},"properties":{"@type":"node","@id":249906284,"@timestamp":1204413038},"coords":"51.557847,0.1710637","bedrooms":"2","price":"222000","area":"600"} , +{"type":"Feature","id":"n249945488","geometry":{"type":"Point","coordinates":[0.1585534,51.5473535]},"properties":{"@type":"node","@id":249945488,"@timestamp":1204418654},"coords":"51.5473535,0.1585534","bedrooms":"2","price":"235000","area":"577"} , +{"type":"Feature","id":"n249949158","geometry":{"type":"Point","coordinates":[0.1608566,51.5479911]},"properties":{"@type":"node","@id":249949158,"@timestamp":1204419207},"coords":"51.5479911,0.1608566","bedrooms":"1","price":"156000","area":"612"} , +{"type":"Feature","id":"n249950846","geometry":{"type":"Point","coordinates":[0.1563336,51.5509453]},"properties":{"@type":"node","@id":249950846,"@timestamp":1204419458},"coords":"51.5509453,0.1563336","bedrooms":"4","price":"158000","area":"669"} , +{"type":"Feature","id":"n249951857","geometry":{"type":"Point","coordinates":[0.1564193,51.5494423]},"properties":{"@type":"node","@id":249951857,"@timestamp":1204419593},"coords":"51.5494423,0.1564193","bedrooms":"1","price":"156000","area":"562"} , +{"type":"Feature","id":"n249951876","geometry":{"type":"Point","coordinates":[0.1609678,51.5485596]},"properties":{"@type":"node","@id":249951876,"@timestamp":1204419595},"coords":"51.5485596,0.1609678","bedrooms":"1","price":"251000","area":"499"} , +{"type":"Feature","id":"n249952771","geometry":{"type":"Point","coordinates":[0.1683852,51.5497458]},"properties":{"@type":"node","@id":249952771,"@timestamp":1204419731},"coords":"51.5497458,0.1683852","bedrooms":"1","price":"209000","area":"644"} , +{"type":"Feature","id":"n250044186","geometry":{"type":"Point","coordinates":[-0.4376175,51.4876296]},"properties":{"@type":"node","@id":250044186,"@timestamp":1204451370},"coords":"51.4876296,-0.4376175","bedrooms":"4","price":"289000","area":"554"} , +{"type":"Feature","id":"n250046016","geometry":{"type":"Point","coordinates":[-0.4456965,51.4858169]},"properties":{"@type":"node","@id":250046016,"@timestamp":1204452675},"coords":"51.4858169,-0.4456965","bedrooms":"1","price":"290000","area":"483"} , +{"type":"Feature","id":"n250046027","geometry":{"type":"Point","coordinates":[-0.4522891,51.4879934]},"properties":{"@type":"node","@id":250046027,"@timestamp":1204452675},"coords":"51.4879934,-0.4522891","bedrooms":"0","price":"171000","area":"361"} , +{"type":"Feature","id":"n250046042","geometry":{"type":"Point","coordinates":[-0.4417987,51.485479]},"properties":{"@type":"node","@id":250046042,"@timestamp":1204452676},"coords":"51.485479,-0.4417987","bedrooms":"2","price":"263000","area":"399"} , +{"type":"Feature","id":"n250046084","geometry":{"type":"Point","coordinates":[-0.4464851,51.4840415]},"properties":{"@type":"node","@id":250046084,"@timestamp":1204452679},"coords":"51.4840415,-0.4464851","bedrooms":"2","price":"285000","area":"574"} , +{"type":"Feature","id":"n250046097","geometry":{"type":"Point","coordinates":[-0.4488824,51.484028]},"properties":{"@type":"node","@id":250046097,"@timestamp":1204452679},"coords":"51.484028,-0.4488824","bedrooms":"0","price":"259000","area":"628"} , +{"type":"Feature","id":"n250046108","geometry":{"type":"Point","coordinates":[-0.4484227,51.4897418]},"properties":{"@type":"node","@id":250046108,"@timestamp":1205088994},"coords":"51.4897418,-0.4484227","bedrooms":"3","price":"242000","area":"636"} , +{"type":"Feature","id":"n250080453","geometry":{"type":"Point","coordinates":[-0.2279046,51.5913275]},"properties":{"@type":"node","@id":250080453,"@timestamp":1305044600},"coords":"51.5913275,-0.2279046","bedrooms":"2","price":"181000","area":"567"} , +{"type":"Feature","id":"n250107783","geometry":{"type":"Point","coordinates":[0.7532212,51.2386333]},"properties":{"@type":"node","@id":250107783,"@timestamp":1226438149},"coords":"51.2386333,0.7532212","bedrooms":"1","price":"250000","area":"525"} , +{"type":"Feature","id":"n250107799","geometry":{"type":"Point","coordinates":[0.7607855,51.2477951]},"properties":{"@type":"node","@id":250107799,"@timestamp":1226770102},"coords":"51.2477951,0.7607855","bedrooms":"2","price":"199000","area":"629"} , +{"type":"Feature","id":"n250107896","geometry":{"type":"Point","coordinates":[0.7647407,51.2548513]},"properties":{"@type":"node","@id":250107896,"@timestamp":1226770105},"coords":"51.2548513,0.7647407","bedrooms":"2","price":"187000","area":"377"} , +{"type":"Feature","id":"n250107907","geometry":{"type":"Point","coordinates":[0.7589605,51.2640068]},"properties":{"@type":"node","@id":250107907,"@timestamp":1204475569},"coords":"51.2640068,0.7589605","bedrooms":"4","price":"152000","area":"698"} , +{"type":"Feature","id":"n250109301","geometry":{"type":"Point","coordinates":[0.6649516,51.2821706]},"properties":{"@type":"node","@id":250109301,"@timestamp":1204475953},"coords":"51.2821706,0.6649516","bedrooms":"2","price":"234000","area":"684"} , +{"type":"Feature","id":"n250110226","geometry":{"type":"Point","coordinates":[0.7428394,51.3403492]},"properties":{"@type":"node","@id":250110226,"@timestamp":1568800437},"coords":"51.3403492,0.7428394","bedrooms":"0","price":"158000","area":"594"} , +{"type":"Feature","id":"n250117186","geometry":{"type":"Point","coordinates":[0.2914628,51.4888563]},"properties":{"@type":"node","@id":250117186,"@timestamp":1206785378},"coords":"51.4888563,0.2914628","bedrooms":"4","price":"196000","area":"668"} , +{"type":"Feature","id":"n250122687","geometry":{"type":"Point","coordinates":[0.7638108,51.4380479]},"properties":{"@type":"node","@id":250122687,"@timestamp":1342352906},"coords":"51.4380479,0.7638108","bedrooms":"4","price":"205000","area":"597"} , +{"type":"Feature","id":"n250124882","geometry":{"type":"Point","coordinates":[0.6636565,51.2996244]},"properties":{"@type":"node","@id":250124882,"@timestamp":1204478943},"coords":"51.2996244,0.6636565","bedrooms":"4","price":"289000","area":"690"} , +{"type":"Feature","id":"n250124917","geometry":{"type":"Point","coordinates":[0.6525343,51.3154841]},"properties":{"@type":"node","@id":250124917,"@timestamp":1204478945},"coords":"51.3154841,0.6525343","bedrooms":"4","price":"287000","area":"441"} , +{"type":"Feature","id":"n250138414","geometry":{"type":"Point","coordinates":[-0.1815954,51.8041203]},"properties":{"@type":"node","@id":250138414,"@timestamp":1350317639},"coords":"51.8041203,-0.1815954","bedrooms":"0","price":"248000","area":"442"} , +{"type":"Feature","id":"n250143950","geometry":{"type":"Point","coordinates":[-0.2242925,51.8269989]},"properties":{"@type":"node","@id":250143950,"@timestamp":1204483088},"coords":"51.8269989,-0.2242925","bedrooms":"3","price":"172000","area":"451"} , +{"type":"Feature","id":"n250197243","geometry":{"type":"Point","coordinates":[-0.5234865,51.4474407]},"properties":{"@type":"node","@id":250197243,"@timestamp":1229277026},"coords":"51.4474407,-0.5234865","bedrooms":"2","price":"208000","area":"577"} , +{"type":"Feature","id":"n250199585","geometry":{"type":"Point","coordinates":[-0.6220923,51.1818643]},"properties":{"@type":"node","@id":250199585,"@timestamp":1477742192},"coords":"51.1818643,-0.6220923","bedrooms":"3","price":"163000","area":"662"} , +{"type":"Feature","id":"n250232985","geometry":{"type":"Point","coordinates":[-0.2879301,51.665853]},"properties":{"@type":"node","@id":250232985,"@timestamp":1615152104},"coords":"51.665853,-0.2879301","bedrooms":"1","price":"252000","area":"358"} , +{"type":"Feature","id":"n250232995","geometry":{"type":"Point","coordinates":[-0.244307,51.6730204]},"properties":{"@type":"node","@id":250232995,"@timestamp":1207998528},"coords":"51.6730204,-0.244307","bedrooms":"1","price":"258000","area":"628"} , +{"type":"Feature","id":"n250234702","geometry":{"type":"Point","coordinates":[-0.3460157,51.6618804]},"properties":{"@type":"node","@id":250234702,"@timestamp":1298840334},"coords":"51.6618804,-0.3460157","bedrooms":"2","price":"175000","area":"603"} , +{"type":"Feature","id":"n250234712","geometry":{"type":"Point","coordinates":[-0.3515019,51.6967993]},"properties":{"@type":"node","@id":250234712,"@timestamp":1625751264},"coords":"51.6967993,-0.3515019","bedrooms":"1","price":"259000","area":"480"} , +{"type":"Feature","id":"n250236485","geometry":{"type":"Point","coordinates":[-0.3402153,51.641376]},"properties":{"@type":"node","@id":250236485,"@timestamp":1205092249},"coords":"51.641376,-0.3402153","bedrooms":"2","price":"177000","area":"627"} , +{"type":"Feature","id":"n250244133","geometry":{"type":"Point","coordinates":[0.492218,51.4000244]},"properties":{"@type":"node","@id":250244133,"@timestamp":1459020276},"coords":"51.4000244,0.492218","bedrooms":"2","price":"268000","area":"470"} , +{"type":"Feature","id":"n250287984","geometry":{"type":"Point","coordinates":[-0.5237885,51.4486193]},"properties":{"@type":"node","@id":250287984,"@timestamp":1229277034},"coords":"51.4486193,-0.5237885","bedrooms":"2","price":"225000","area":"636"} , +{"type":"Feature","id":"n250312696","geometry":{"type":"Point","coordinates":[-0.1552261,51.3791428]},"properties":{"@type":"node","@id":250312696,"@timestamp":1542928083},"coords":"51.3791428,-0.1552261","bedrooms":"0","price":"299000","area":"390"} , +{"type":"Feature","id":"n250340402","geometry":{"type":"Point","coordinates":[-1.0574031,51.2767788]},"properties":{"@type":"node","@id":250340402,"@timestamp":1349018941},"coords":"51.2767788,-1.0574031","bedrooms":"1","price":"234000","area":"449"} , +{"type":"Feature","id":"n250354920","geometry":{"type":"Point","coordinates":[-0.7997464,51.4118147]},"properties":{"@type":"node","@id":250354920,"@timestamp":1204565287},"coords":"51.4118147,-0.7997464","bedrooms":"1","price":"221000","area":"653"} , +{"type":"Feature","id":"n250354976","geometry":{"type":"Point","coordinates":[-0.7876011,51.4164573]},"properties":{"@type":"node","@id":250354976,"@timestamp":1204565298},"coords":"51.4164573,-0.7876011","bedrooms":"2","price":"272000","area":"358"} , +{"type":"Feature","id":"n250358514","geometry":{"type":"Point","coordinates":[0.8399111,51.094129]},"properties":{"@type":"node","@id":250358514,"@timestamp":1204566578},"coords":"51.094129,0.8399111","bedrooms":"2","price":"236000","area":"651"} , +{"type":"Feature","id":"n250359480","geometry":{"type":"Point","coordinates":[0.8628999,51.087003]},"properties":{"@type":"node","@id":250359480,"@timestamp":1204566847},"coords":"51.087003,0.8628999","bedrooms":"3","price":"264000","area":"379"} , +{"type":"Feature","id":"n250361686","geometry":{"type":"Point","coordinates":[-0.0949656,51.5422594]},"properties":{"@type":"node","@id":250361686,"@timestamp":1204567429},"coords":"51.5422594,-0.0949656","bedrooms":"0","price":"297000","area":"683"} , +{"type":"Feature","id":"n250362940","geometry":{"type":"Point","coordinates":[0.8404707,51.0508114]},"properties":{"@type":"node","@id":250362940,"@timestamp":1204567890},"coords":"51.0508114,0.8404707","bedrooms":"1","price":"195000","area":"692"} , +{"type":"Feature","id":"n250362950","geometry":{"type":"Point","coordinates":[0.840684,51.0477037]},"properties":{"@type":"node","@id":250362950,"@timestamp":1204567892},"coords":"51.0477037,0.840684","bedrooms":"4","price":"153000","area":"663"} , +{"type":"Feature","id":"n250362967","geometry":{"type":"Point","coordinates":[0.8395077,51.0354833]},"properties":{"@type":"node","@id":250362967,"@timestamp":1204567893},"coords":"51.0354833,0.8395077","bedrooms":"0","price":"232000","area":"585"} , +{"type":"Feature","id":"n250362997","geometry":{"type":"Point","coordinates":[0.8328385,51.0297482]},"properties":{"@type":"node","@id":250362997,"@timestamp":1204567936},"coords":"51.0297482,0.8328385","bedrooms":"2","price":"242000","area":"550"} , +{"type":"Feature","id":"n250364500","geometry":{"type":"Point","coordinates":[0.8399767,51.0183179]},"properties":{"@type":"node","@id":250364500,"@timestamp":1204568459},"coords":"51.0183179,0.8399767","bedrooms":"0","price":"241000","area":"463"} , +{"type":"Feature","id":"n250364513","geometry":{"type":"Point","coordinates":[0.8383856,51.0147538]},"properties":{"@type":"node","@id":250364513,"@timestamp":1204568460},"coords":"51.0147538,0.8383856","bedrooms":"0","price":"255000","area":"406"} , +{"type":"Feature","id":"n250364527","geometry":{"type":"Point","coordinates":[0.8403521,51.0117479]},"properties":{"@type":"node","@id":250364527,"@timestamp":1204568461},"coords":"51.0117479,0.8403521","bedrooms":"4","price":"289000","area":"414"} , +{"type":"Feature","id":"n250364539","geometry":{"type":"Point","coordinates":[0.8388432,51.0101783]},"properties":{"@type":"node","@id":250364539,"@timestamp":1204568462},"coords":"51.0101783,0.8388432","bedrooms":"0","price":"261000","area":"457"} , +{"type":"Feature","id":"n250364552","geometry":{"type":"Point","coordinates":[0.8369727,51.0086458]},"properties":{"@type":"node","@id":250364552,"@timestamp":1204568464},"coords":"51.0086458,0.8369727","bedrooms":"1","price":"168000","area":"454"} , +{"type":"Feature","id":"n250364565","geometry":{"type":"Point","coordinates":[0.8352005,51.0072744]},"properties":{"@type":"node","@id":250364565,"@timestamp":1204568465},"coords":"51.0072744,0.8352005","bedrooms":"4","price":"219000","area":"490"} , +{"type":"Feature","id":"n250364579","geometry":{"type":"Point","coordinates":[0.8356225,51.0064842]},"properties":{"@type":"node","@id":250364579,"@timestamp":1204568466},"coords":"51.0064842,0.8356225","bedrooms":"2","price":"196000","area":"500"} , +{"type":"Feature","id":"n250364592","geometry":{"type":"Point","coordinates":[0.8358654,51.0053885]},"properties":{"@type":"node","@id":250364592,"@timestamp":1204568467},"coords":"51.0053885,0.8358654","bedrooms":"0","price":"214000","area":"385"} , +{"type":"Feature","id":"n250364610","geometry":{"type":"Point","coordinates":[0.8336042,51.0039806]},"properties":{"@type":"node","@id":250364610,"@timestamp":1204568468},"coords":"51.0039806,0.8336042","bedrooms":"1","price":"183000","area":"685"} , +{"type":"Feature","id":"n250364625","geometry":{"type":"Point","coordinates":[0.8277438,51.0025612]},"properties":{"@type":"node","@id":250364625,"@timestamp":1204568469},"coords":"51.0025612,0.8277438","bedrooms":"0","price":"266000","area":"614"} , +{"type":"Feature","id":"n250367597","geometry":{"type":"Point","coordinates":[0.8460352,50.9986156]},"properties":{"@type":"node","@id":250367597,"@timestamp":1204569173},"coords":"50.9986156,0.8460352","bedrooms":"3","price":"159000","area":"467"} , +{"type":"Feature","id":"n250367618","geometry":{"type":"Point","coordinates":[0.8496207,50.9973466]},"properties":{"@type":"node","@id":250367618,"@timestamp":1204569175},"coords":"50.9973466,0.8496207","bedrooms":"1","price":"287000","area":"611"} , +{"type":"Feature","id":"n250367691","geometry":{"type":"Point","coordinates":[0.8556352,50.9942429]},"properties":{"@type":"node","@id":250367691,"@timestamp":1204569180},"coords":"50.9942429,0.8556352","bedrooms":"4","price":"287000","area":"358"} , +{"type":"Feature","id":"n250367705","geometry":{"type":"Point","coordinates":[0.8559711,50.9928803]},"properties":{"@type":"node","@id":250367705,"@timestamp":1204569181},"coords":"50.9928803,0.8559711","bedrooms":"4","price":"224000","area":"674"} , +{"type":"Feature","id":"n250367741","geometry":{"type":"Point","coordinates":[0.8616569,50.9896736]},"properties":{"@type":"node","@id":250367741,"@timestamp":1204569185},"coords":"50.9896736,0.8616569","bedrooms":"1","price":"175000","area":"500"} , +{"type":"Feature","id":"n250367756","geometry":{"type":"Point","coordinates":[0.8652075,50.9886232]},"properties":{"@type":"node","@id":250367756,"@timestamp":1204569186},"coords":"50.9886232,0.8652075","bedrooms":"0","price":"242000","area":"644"} , +{"type":"Feature","id":"n250367766","geometry":{"type":"Point","coordinates":[0.8686418,50.9892687]},"properties":{"@type":"node","@id":250367766,"@timestamp":1204569188},"coords":"50.9892687,0.8686418","bedrooms":"1","price":"158000","area":"454"} , +{"type":"Feature","id":"n250368489","geometry":{"type":"Point","coordinates":[0.8720698,50.9918514]},"properties":{"@type":"node","@id":250368489,"@timestamp":1204569348},"coords":"50.9918514,0.8720698","bedrooms":"0","price":"151000","area":"492"} , +{"type":"Feature","id":"n250368501","geometry":{"type":"Point","coordinates":[0.8723241,50.9933851]},"properties":{"@type":"node","@id":250368501,"@timestamp":1204569349},"coords":"50.9933851,0.8723241","bedrooms":"4","price":"218000","area":"533"} , +{"type":"Feature","id":"n250368746","geometry":{"type":"Point","coordinates":[0.8715226,50.9943034]},"properties":{"@type":"node","@id":250368746,"@timestamp":1204569464},"coords":"50.9943034,0.8715226","bedrooms":"0","price":"184000","area":"693"} , +{"type":"Feature","id":"n250368759","geometry":{"type":"Point","coordinates":[0.8725327,50.995605]},"properties":{"@type":"node","@id":250368759,"@timestamp":1204569466},"coords":"50.995605,0.8725327","bedrooms":"2","price":"150000","area":"357"} , +{"type":"Feature","id":"n250369188","geometry":{"type":"Point","coordinates":[-0.0984171,51.5427626]},"properties":{"@type":"node","@id":250369188,"@timestamp":1204569614},"coords":"51.5427626,-0.0984171","bedrooms":"0","price":"272000","area":"358"} , +{"type":"Feature","id":"n250369657","geometry":{"type":"Point","coordinates":[0.8872632,51.0116312]},"properties":{"@type":"node","@id":250369657,"@timestamp":1204569805},"coords":"51.0116312,0.8872632","bedrooms":"2","price":"257000","area":"696"} , +{"type":"Feature","id":"n250371802","geometry":{"type":"Point","coordinates":[-0.0980019,51.5423746]},"properties":{"@type":"node","@id":250371802,"@timestamp":1233517191},"coords":"51.5423746,-0.0980019","bedrooms":"2","price":"258000","area":"618"} , +{"type":"Feature","id":"n250371819","geometry":{"type":"Point","coordinates":[-0.094939,51.5447211]},"properties":{"@type":"node","@id":250371819,"@timestamp":1204570477},"coords":"51.5447211,-0.094939","bedrooms":"2","price":"157000","area":"612"} , +{"type":"Feature","id":"n250377521","geometry":{"type":"Point","coordinates":[-0.1590668,51.9280189]},"properties":{"@type":"node","@id":250377521,"@timestamp":1204571561},"coords":"51.9280189,-0.1590668","bedrooms":"2","price":"284000","area":"469"} , +{"type":"Feature","id":"n250384180","geometry":{"type":"Point","coordinates":[0.8910504,51.0639995]},"properties":{"@type":"node","@id":250384180,"@timestamp":1204574577},"coords":"51.0639995,0.8910504","bedrooms":"1","price":"249000","area":"522"} , +{"type":"Feature","id":"n250384251","geometry":{"type":"Point","coordinates":[0.8763785,51.0604296]},"properties":{"@type":"node","@id":250384251,"@timestamp":1204574580},"coords":"51.0604296,0.8763785","bedrooms":"0","price":"268000","area":"699"} , +{"type":"Feature","id":"n250384286","geometry":{"type":"Point","coordinates":[0.8579203,51.0561254]},"properties":{"@type":"node","@id":250384286,"@timestamp":1204574582},"coords":"51.0561254,0.8579203","bedrooms":"0","price":"271000","area":"439"} , +{"type":"Feature","id":"n250384317","geometry":{"type":"Point","coordinates":[0.8550131,51.0643686]},"properties":{"@type":"node","@id":250384317,"@timestamp":1599248452},"coords":"51.0643686,0.8550131","bedrooms":"4","price":"204000","area":"550"} , +{"type":"Feature","id":"n250422963","geometry":{"type":"Point","coordinates":[-0.1668255,51.8264828]},"properties":{"@type":"node","@id":250422963,"@timestamp":1504021465},"coords":"51.8264828,-0.1668255","bedrooms":"3","price":"171000","area":"486"} , +{"type":"Feature","id":"n250532732","geometry":{"type":"Point","coordinates":[-0.3327358,51.8044532]},"properties":{"@type":"node","@id":250532732,"@timestamp":1627594555},"coords":"51.8044532,-0.3327358","bedrooms":"3","price":"178000","area":"595"} , +{"type":"Feature","id":"n250545138","geometry":{"type":"Point","coordinates":[-0.1547759,51.55259]},"properties":{"@type":"node","@id":250545138,"@timestamp":1204635347},"coords":"51.55259,-0.1547759","bedrooms":"4","price":"289000","area":"491"} , +{"type":"Feature","id":"n250545151","geometry":{"type":"Point","coordinates":[-0.154738,51.5531032]},"properties":{"@type":"node","@id":250545151,"@timestamp":1204635348},"coords":"51.5531032,-0.154738","bedrooms":"3","price":"240000","area":"693"} , +{"type":"Feature","id":"n250545811","geometry":{"type":"Point","coordinates":[-0.0850162,51.545034]},"properties":{"@type":"node","@id":250545811,"@timestamp":1204635642},"coords":"51.545034,-0.0850162","bedrooms":"3","price":"198000","area":"576"} , +{"type":"Feature","id":"n250549423","geometry":{"type":"Point","coordinates":[0.25599,51.8781742]},"properties":{"@type":"node","@id":250549423,"@timestamp":1204638597},"coords":"51.8781742,0.25599","bedrooms":"0","price":"289000","area":"451"} , +{"type":"Feature","id":"n250569709","geometry":{"type":"Point","coordinates":[-0.3081185,51.8049748]},"properties":{"@type":"node","@id":250569709,"@timestamp":1545147517},"coords":"51.8049748,-0.3081185","bedrooms":"2","price":"263000","area":"529"} , +{"type":"Feature","id":"n250591410","geometry":{"type":"Point","coordinates":[-1.1095362,51.2568043]},"properties":{"@type":"node","@id":250591410,"@timestamp":1204660438},"coords":"51.2568043,-1.1095362","bedrooms":"1","price":"163000","area":"666"} , +{"type":"Feature","id":"n250658582","geometry":{"type":"Point","coordinates":[0.4748646,51.603624]},"properties":{"@type":"node","@id":250658582,"@timestamp":1204704630},"coords":"51.603624,0.4748646","bedrooms":"3","price":"185000","area":"596"} , +{"type":"Feature","id":"n250666539","geometry":{"type":"Point","coordinates":[-0.0914539,51.5485594]},"properties":{"@type":"node","@id":250666539,"@timestamp":1372445829},"coords":"51.5485594,-0.0914539","bedrooms":"2","price":"180000","area":"462"} , +{"type":"Feature","id":"n250666578","geometry":{"type":"Point","coordinates":[-0.2944349,51.8291092]},"properties":{"@type":"node","@id":250666578,"@timestamp":1204711625},"coords":"51.8291092,-0.2944349","bedrooms":"0","price":"205000","area":"490"} , +{"type":"Feature","id":"n250666588","geometry":{"type":"Point","coordinates":[-0.2961906,51.8312973]},"properties":{"@type":"node","@id":250666588,"@timestamp":1204711625},"coords":"51.8312973,-0.2961906","bedrooms":"3","price":"151000","area":"368"} , +{"type":"Feature","id":"n250666607","geometry":{"type":"Point","coordinates":[-0.2991517,51.8330923]},"properties":{"@type":"node","@id":250666607,"@timestamp":1204711626},"coords":"51.8330923,-0.2991517","bedrooms":"4","price":"258000","area":"536"} , +{"type":"Feature","id":"n250666621","geometry":{"type":"Point","coordinates":[-0.3006716,51.834835]},"properties":{"@type":"node","@id":250666621,"@timestamp":1204711626},"coords":"51.834835,-0.3006716","bedrooms":"4","price":"225000","area":"611"} , +{"type":"Feature","id":"n250666631","geometry":{"type":"Point","coordinates":[-0.2980773,51.8348874]},"properties":{"@type":"node","@id":250666631,"@timestamp":1204711627},"coords":"51.8348874,-0.2980773","bedrooms":"3","price":"190000","area":"565"} , +{"type":"Feature","id":"n250666643","geometry":{"type":"Point","coordinates":[-0.2974222,51.8262529]},"properties":{"@type":"node","@id":250666643,"@timestamp":1204711627},"coords":"51.8262529,-0.2974222","bedrooms":"0","price":"241000","area":"684"} , +{"type":"Feature","id":"n250666664","geometry":{"type":"Point","coordinates":[-0.2983787,51.829594]},"properties":{"@type":"node","@id":250666664,"@timestamp":1204711628},"coords":"51.829594,-0.2983787","bedrooms":"4","price":"199000","area":"476"} , +{"type":"Feature","id":"n250666681","geometry":{"type":"Point","coordinates":[-0.2979987,51.8278514]},"properties":{"@type":"node","@id":250666681,"@timestamp":1204711629},"coords":"51.8278514,-0.2979987","bedrooms":"2","price":"276000","area":"439"} , +{"type":"Feature","id":"n250666692","geometry":{"type":"Point","coordinates":[-0.2944087,51.8280217]},"properties":{"@type":"node","@id":250666692,"@timestamp":1204711630},"coords":"51.8280217,-0.2944087","bedrooms":"2","price":"256000","area":"477"} , +{"type":"Feature","id":"n250666703","geometry":{"type":"Point","coordinates":[-0.2965968,51.8289127]},"properties":{"@type":"node","@id":250666703,"@timestamp":1204711631},"coords":"51.8289127,-0.2965968","bedrooms":"4","price":"244000","area":"524"} , +{"type":"Feature","id":"n250673352","geometry":{"type":"Point","coordinates":[-0.0294468,51.5444073]},"properties":{"@type":"node","@id":250673352,"@timestamp":1516042398},"coords":"51.5444073,-0.0294468","bedrooms":"0","price":"199000","area":"612"} , +{"type":"Feature","id":"n250692652","geometry":{"type":"Point","coordinates":[-0.0894636,51.5455467]},"properties":{"@type":"node","@id":250692652,"@timestamp":1204721593},"coords":"51.5455467,-0.0894636","bedrooms":"2","price":"237000","area":"565"} , +{"type":"Feature","id":"n250697013","geometry":{"type":"Point","coordinates":[-0.4134631,51.7861856]},"properties":{"@type":"node","@id":250697013,"@timestamp":1328735832},"coords":"51.7861856,-0.4134631","bedrooms":"0","price":"186000","area":"549"} , +{"type":"Feature","id":"n250706654","geometry":{"type":"Point","coordinates":[-0.2084835,51.2301739]},"properties":{"@type":"node","@id":250706654,"@timestamp":1455548247},"coords":"51.2301739,-0.2084835","bedrooms":"3","price":"194000","area":"694"} , +{"type":"Feature","id":"n250712497","geometry":{"type":"Point","coordinates":[0.2527241,51.4588109]},"properties":{"@type":"node","@id":250712497,"@timestamp":1544610641},"coords":"51.4588109,0.2527241","bedrooms":"3","price":"250000","area":"666"} , +{"type":"Feature","id":"n250722456","geometry":{"type":"Point","coordinates":[0.2576812,51.4552909]},"properties":{"@type":"node","@id":250722456,"@timestamp":1619874050},"coords":"51.4552909,0.2576812","bedrooms":"3","price":"281000","area":"509"} , +{"type":"Feature","id":"n250730927","geometry":{"type":"Point","coordinates":[-0.5794038,51.2412533]},"properties":{"@type":"node","@id":250730927,"@timestamp":1204735653},"coords":"51.2412533,-0.5794038","bedrooms":"1","price":"151000","area":"596"} , +{"type":"Feature","id":"n250731736","geometry":{"type":"Point","coordinates":[-0.6409455,51.2453696]},"properties":{"@type":"node","@id":250731736,"@timestamp":1204736416},"coords":"51.2453696,-0.6409455","bedrooms":"0","price":"195000","area":"546"} , +{"type":"Feature","id":"n250746924","geometry":{"type":"Point","coordinates":[-0.3492883,51.4763993]},"properties":{"@type":"node","@id":250746924,"@timestamp":1204746517},"coords":"51.4763993,-0.3492883","bedrooms":"0","price":"239000","area":"453"} , +{"type":"Feature","id":"n250746986","geometry":{"type":"Point","coordinates":[-0.3221341,51.4664723]},"properties":{"@type":"node","@id":250746986,"@timestamp":1204746525},"coords":"51.4664723,-0.3221341","bedrooms":"3","price":"167000","area":"691"} , +{"type":"Feature","id":"n250747009","geometry":{"type":"Point","coordinates":[-0.3268943,51.4601115]},"properties":{"@type":"node","@id":250747009,"@timestamp":1600092021},"coords":"51.4601115,-0.3268943","bedrooms":"2","price":"161000","area":"469"} , +{"type":"Feature","id":"n250747026","geometry":{"type":"Point","coordinates":[-0.3274063,51.46371]},"properties":{"@type":"node","@id":250747026,"@timestamp":1204746528},"coords":"51.46371,-0.3274063","bedrooms":"4","price":"288000","area":"645"} , +{"type":"Feature","id":"n250747044","geometry":{"type":"Point","coordinates":[-0.3317593,51.46193]},"properties":{"@type":"node","@id":250747044,"@timestamp":1204746529},"coords":"51.46193,-0.3317593","bedrooms":"4","price":"224000","area":"389"} , +{"type":"Feature","id":"n250747060","geometry":{"type":"Point","coordinates":[-0.3286635,51.4599293]},"properties":{"@type":"node","@id":250747060,"@timestamp":1204746531},"coords":"51.4599293,-0.3286635","bedrooms":"0","price":"272000","area":"664"} , +{"type":"Feature","id":"n250749032","geometry":{"type":"Point","coordinates":[0.2105809,51.4353578]},"properties":{"@type":"node","@id":250749032,"@timestamp":1614137148},"coords":"51.4353578,0.2105809","bedrooms":"2","price":"279000","area":"683"} , +{"type":"Feature","id":"n250755783","geometry":{"type":"Point","coordinates":[0.4191077,51.296991]},"properties":{"@type":"node","@id":250755783,"@timestamp":1621944378},"coords":"51.296991,0.4191077","bedrooms":"2","price":"219000","area":"391"} , +{"type":"Feature","id":"n250760048","geometry":{"type":"Point","coordinates":[-0.0906544,51.5465515]},"properties":{"@type":"node","@id":250760048,"@timestamp":1204753592},"coords":"51.5465515,-0.0906544","bedrooms":"2","price":"287000","area":"694"} , +{"type":"Feature","id":"n250760064","geometry":{"type":"Point","coordinates":[-0.0883511,51.5460842]},"properties":{"@type":"node","@id":250760064,"@timestamp":1204753602},"coords":"51.5460842,-0.0883511","bedrooms":"2","price":"158000","area":"475"} , +{"type":"Feature","id":"n250760099","geometry":{"type":"Point","coordinates":[-0.0883391,51.5458519]},"properties":{"@type":"node","@id":250760099,"@timestamp":1204753648},"coords":"51.5458519,-0.0883391","bedrooms":"3","price":"252000","area":"417"} , +{"type":"Feature","id":"n250766138","geometry":{"type":"Point","coordinates":[0.1167003,51.5813474]},"properties":{"@type":"node","@id":250766138,"@timestamp":1228776587},"coords":"51.5813474,0.1167003","bedrooms":"4","price":"182000","area":"473"} , +{"type":"Feature","id":"n250767921","geometry":{"type":"Point","coordinates":[-1.1085214,51.2622432]},"properties":{"@type":"node","@id":250767921,"@timestamp":1234298589},"coords":"51.2622432,-1.1085214","bedrooms":"1","price":"228000","area":"491"} , +{"type":"Feature","id":"n250768089","geometry":{"type":"Point","coordinates":[-1.1063545,51.2544516]},"properties":{"@type":"node","@id":250768089,"@timestamp":1204764591},"coords":"51.2544516,-1.1063545","bedrooms":"4","price":"205000","area":"481"} , +{"type":"Feature","id":"n250768122","geometry":{"type":"Point","coordinates":[0.5288192,51.4106585]},"properties":{"@type":"node","@id":250768122,"@timestamp":1204764781},"coords":"51.4106585,0.5288192","bedrooms":"0","price":"209000","area":"574"} , +{"type":"Feature","id":"n250799086","geometry":{"type":"Point","coordinates":[-0.3491208,51.6998943]},"properties":{"@type":"node","@id":250799086,"@timestamp":1204797701},"coords":"51.6998943,-0.3491208","bedrooms":"3","price":"261000","area":"480"} , +{"type":"Feature","id":"n250802261","geometry":{"type":"Point","coordinates":[-0.2615594,51.5232161]},"properties":{"@type":"node","@id":250802261,"@timestamp":1530016894},"coords":"51.5232161,-0.2615594","bedrooms":"2","price":"292000","area":"639"} , +{"type":"Feature","id":"n250814697","geometry":{"type":"Point","coordinates":[-0.5880865,51.4651585]},"properties":{"@type":"node","@id":250814697,"@timestamp":1609445872},"coords":"51.4651585,-0.5880865","bedrooms":"0","price":"241000","area":"422"} , +{"type":"Feature","id":"n250825721","geometry":{"type":"Point","coordinates":[-0.5808113,51.4581397]},"properties":{"@type":"node","@id":250825721,"@timestamp":1504863220},"coords":"51.4581397,-0.5808113","bedrooms":"1","price":"280000","area":"411"} , +{"type":"Feature","id":"n250833440","geometry":{"type":"Point","coordinates":[0.7145802,51.5370563]},"properties":{"@type":"node","@id":250833440,"@timestamp":1634060784},"coords":"51.5370563,0.7145802","bedrooms":"1","price":"216000","area":"698"} , +{"type":"Feature","id":"n250854673","geometry":{"type":"Point","coordinates":[-0.5682282,51.4642158]},"properties":{"@type":"node","@id":250854673,"@timestamp":1609583058},"coords":"51.4642158,-0.5682282","bedrooms":"4","price":"210000","area":"354"} , +{"type":"Feature","id":"n250881920","geometry":{"type":"Point","coordinates":[-0.0885298,51.5457195]},"properties":{"@type":"node","@id":250881920,"@timestamp":1204835645},"coords":"51.5457195,-0.0885298","bedrooms":"2","price":"270000","area":"429"} , +{"type":"Feature","id":"n250881942","geometry":{"type":"Point","coordinates":[-0.0887665,51.5457041]},"properties":{"@type":"node","@id":250881942,"@timestamp":1204835699},"coords":"51.5457041,-0.0887665","bedrooms":"0","price":"270000","area":"352"} , +{"type":"Feature","id":"n250882202","geometry":{"type":"Point","coordinates":[-0.089378,51.5457944]},"properties":{"@type":"node","@id":250882202,"@timestamp":1204835775},"coords":"51.5457944,-0.089378","bedrooms":"3","price":"158000","area":"493"} , +{"type":"Feature","id":"n250882492","geometry":{"type":"Point","coordinates":[-0.08865,51.5461239]},"properties":{"@type":"node","@id":250882492,"@timestamp":1204835862},"coords":"51.5461239,-0.08865","bedrooms":"2","price":"279000","area":"698"} , +{"type":"Feature","id":"n250882570","geometry":{"type":"Point","coordinates":[-0.088354,51.5461822]},"properties":{"@type":"node","@id":250882570,"@timestamp":1204835900},"coords":"51.5461822,-0.088354","bedrooms":"4","price":"282000","area":"375"} , +{"type":"Feature","id":"n250887457","geometry":{"type":"Point","coordinates":[0.0115104,51.6347063]},"properties":{"@type":"node","@id":250887457,"@timestamp":1204838763},"coords":"51.6347063,0.0115104","bedrooms":"2","price":"261000","area":"622"} , +{"type":"Feature","id":"n250887471","geometry":{"type":"Point","coordinates":[0.0111174,51.641075]},"properties":{"@type":"node","@id":250887471,"@timestamp":1204839273},"coords":"51.641075,0.0111174","bedrooms":"3","price":"282000","area":"664"} , +{"type":"Feature","id":"n250887481","geometry":{"type":"Point","coordinates":[0.0057199,51.6414948]},"properties":{"@type":"node","@id":250887481,"@timestamp":1204839273},"coords":"51.6414948,0.0057199","bedrooms":"1","price":"224000","area":"401"} , +{"type":"Feature","id":"n250887491","geometry":{"type":"Point","coordinates":[0.0015539,51.6403886]},"properties":{"@type":"node","@id":250887491,"@timestamp":1204839274},"coords":"51.6403886,0.0015539","bedrooms":"3","price":"233000","area":"401"} , +{"type":"Feature","id":"n250887508","geometry":{"type":"Point","coordinates":[0.0051591,51.6408198]},"properties":{"@type":"node","@id":250887508,"@timestamp":1204839278},"coords":"51.6408198,0.0051591","bedrooms":"4","price":"286000","area":"452"} , +{"type":"Feature","id":"n250887518","geometry":{"type":"Point","coordinates":[0.0063625,51.6408199]},"properties":{"@type":"node","@id":250887518,"@timestamp":1204839278},"coords":"51.6408199,0.0063625","bedrooms":"0","price":"265000","area":"517"} , +{"type":"Feature","id":"n250887528","geometry":{"type":"Point","coordinates":[0.0038067,51.6401272]},"properties":{"@type":"node","@id":250887528,"@timestamp":1204839279},"coords":"51.6401272,0.0038067","bedrooms":"3","price":"207000","area":"519"} , +{"type":"Feature","id":"n250887538","geometry":{"type":"Point","coordinates":[0.0012869,51.637326]},"properties":{"@type":"node","@id":250887538,"@timestamp":1204839279},"coords":"51.637326,0.0012869","bedrooms":"2","price":"165000","area":"545"} , +{"type":"Feature","id":"n250887548","geometry":{"type":"Point","coordinates":[0.0027585,51.6374256]},"properties":{"@type":"node","@id":250887548,"@timestamp":1204839280},"coords":"51.6374256,0.0027585","bedrooms":"1","price":"224000","area":"399"} , +{"type":"Feature","id":"n250888954","geometry":{"type":"Point","coordinates":[0.0023731,51.6398344]},"properties":{"@type":"node","@id":250888954,"@timestamp":1204839271},"coords":"51.6398344,0.0023731","bedrooms":"2","price":"241000","area":"407"} , +{"type":"Feature","id":"n250889501","geometry":{"type":"Point","coordinates":[0.0173822,51.6574352]},"properties":{"@type":"node","@id":250889501,"@timestamp":1204839509},"coords":"51.6574352,0.0173822","bedrooms":"4","price":"209000","area":"421"} , +{"type":"Feature","id":"n250889522","geometry":{"type":"Point","coordinates":[0.0158535,51.6504825]},"properties":{"@type":"node","@id":250889522,"@timestamp":1204839510},"coords":"51.6504825,0.0158535","bedrooms":"0","price":"256000","area":"573"} , +{"type":"Feature","id":"n250889534","geometry":{"type":"Point","coordinates":[0.0168951,51.6476186]},"properties":{"@type":"node","@id":250889534,"@timestamp":1204839510},"coords":"51.6476186,0.0168951","bedrooms":"4","price":"216000","area":"633"} , +{"type":"Feature","id":"n250891832","geometry":{"type":"Point","coordinates":[0.0162026,51.6114413]},"properties":{"@type":"node","@id":250891832,"@timestamp":1204840176},"coords":"51.6114413,0.0162026","bedrooms":"1","price":"166000","area":"693"} , +{"type":"Feature","id":"n250891844","geometry":{"type":"Point","coordinates":[0.0112828,51.6112336]},"properties":{"@type":"node","@id":250891844,"@timestamp":1204840177},"coords":"51.6112336,0.0112828","bedrooms":"1","price":"215000","area":"366"} , +{"type":"Feature","id":"n250891856","geometry":{"type":"Point","coordinates":[0.0121796,51.6092831]},"properties":{"@type":"node","@id":250891856,"@timestamp":1204840178},"coords":"51.6092831,0.0121796","bedrooms":"3","price":"267000","area":"562"} , +{"type":"Feature","id":"n250915841","geometry":{"type":"Point","coordinates":[-1.1088414,51.253076]},"properties":{"@type":"node","@id":250915841,"@timestamp":1204847047},"coords":"51.253076,-1.1088414","bedrooms":"3","price":"205000","area":"376"} , +{"type":"Feature","id":"n250915868","geometry":{"type":"Point","coordinates":[-1.1120647,51.253212]},"properties":{"@type":"node","@id":250915868,"@timestamp":1204847050},"coords":"51.253212,-1.1120647","bedrooms":"0","price":"275000","area":"606"} , +{"type":"Feature","id":"n250915886","geometry":{"type":"Point","coordinates":[-1.1124846,51.254436]},"properties":{"@type":"node","@id":250915886,"@timestamp":1204847052},"coords":"51.254436,-1.1124846","bedrooms":"0","price":"204000","area":"502"} , +{"type":"Feature","id":"n250915897","geometry":{"type":"Point","coordinates":[-1.1124728,51.252791]},"properties":{"@type":"node","@id":250915897,"@timestamp":1204847053},"coords":"51.252791,-1.1124728","bedrooms":"3","price":"164000","area":"350"} , +{"type":"Feature","id":"n250966390","geometry":{"type":"Point","coordinates":[0.1780446,51.3142201]},"properties":{"@type":"node","@id":250966390,"@timestamp":1204887845},"coords":"51.3142201,0.1780446","bedrooms":"1","price":"283000","area":"671"} , +{"type":"Feature","id":"n250966404","geometry":{"type":"Point","coordinates":[0.1710056,51.3173648]},"properties":{"@type":"node","@id":250966404,"@timestamp":1204887850},"coords":"51.3173648,0.1710056","bedrooms":"2","price":"270000","area":"425"} , +{"type":"Feature","id":"n250966659","geometry":{"type":"Point","coordinates":[0.167696,51.3306455]},"properties":{"@type":"node","@id":250966659,"@timestamp":1217536047},"coords":"51.3306455,0.167696","bedrooms":"4","price":"196000","area":"613"} , +{"type":"Feature","id":"n250966670","geometry":{"type":"Point","coordinates":[0.1752312,51.3386994]},"properties":{"@type":"node","@id":250966670,"@timestamp":1241450145},"coords":"51.3386994,0.1752312","bedrooms":"0","price":"291000","area":"627"} , +{"type":"Feature","id":"n250970122","geometry":{"type":"Point","coordinates":[0.1706846,51.3464512]},"properties":{"@type":"node","@id":250970122,"@timestamp":1379623583},"coords":"51.3464512,0.1706846","bedrooms":"0","price":"249000","area":"609"} , +{"type":"Feature","id":"n250970135","geometry":{"type":"Point","coordinates":[0.1693413,51.3507465]},"properties":{"@type":"node","@id":250970135,"@timestamp":1241450143},"coords":"51.3507465,0.1693413","bedrooms":"0","price":"292000","area":"384"} , +{"type":"Feature","id":"n250970150","geometry":{"type":"Point","coordinates":[0.1774731,51.3577577]},"properties":{"@type":"node","@id":250970150,"@timestamp":1204889559},"coords":"51.3577577,0.1774731","bedrooms":"2","price":"152000","area":"656"} , +{"type":"Feature","id":"n250971471","geometry":{"type":"Point","coordinates":[-0.6115958,51.472665]},"properties":{"@type":"node","@id":250971471,"@timestamp":1609448618},"coords":"51.472665,-0.6115958","bedrooms":"3","price":"219000","area":"488"} , +{"type":"Feature","id":"n251022424","geometry":{"type":"Point","coordinates":[-0.4478789,51.5228967]},"properties":{"@type":"node","@id":251022424,"@timestamp":1328440570},"coords":"51.5228967,-0.4478789","bedrooms":"1","price":"155000","area":"410"} , +{"type":"Feature","id":"n251041830","geometry":{"type":"Point","coordinates":[-1.1116541,51.254421]},"properties":{"@type":"node","@id":251041830,"@timestamp":1204918491},"coords":"51.254421,-1.1116541","bedrooms":"3","price":"157000","area":"573"} , +{"type":"Feature","id":"n251122015","geometry":{"type":"Point","coordinates":[0.3171977,51.1845134]},"properties":{"@type":"node","@id":251122015,"@timestamp":1204978280},"coords":"51.1845134,0.3171977","bedrooms":"2","price":"209000","area":"605"} , +{"type":"Feature","id":"n251122046","geometry":{"type":"Point","coordinates":[0.3311451,51.1776633]},"properties":{"@type":"node","@id":251122046,"@timestamp":1204978282},"coords":"51.1776633,0.3311451","bedrooms":"0","price":"254000","area":"689"} , +{"type":"Feature","id":"n251122069","geometry":{"type":"Point","coordinates":[0.3483233,51.1733608]},"properties":{"@type":"node","@id":251122069,"@timestamp":1204978284},"coords":"51.1733608,0.3483233","bedrooms":"1","price":"152000","area":"522"} , +{"type":"Feature","id":"n251122086","geometry":{"type":"Point","coordinates":[0.35877,51.1698363]},"properties":{"@type":"node","@id":251122086,"@timestamp":1204978285},"coords":"51.1698363,0.35877","bedrooms":"4","price":"254000","area":"428"} , +{"type":"Feature","id":"n251122102","geometry":{"type":"Point","coordinates":[0.3685339,51.1661847]},"properties":{"@type":"node","@id":251122102,"@timestamp":1204978286},"coords":"51.1661847,0.3685339","bedrooms":"4","price":"267000","area":"354"} , +{"type":"Feature","id":"n251122120","geometry":{"type":"Point","coordinates":[0.3674385,51.1570399]},"properties":{"@type":"node","@id":251122120,"@timestamp":1204978287},"coords":"51.1570399,0.3674385","bedrooms":"3","price":"283000","area":"671"} , +{"type":"Feature","id":"n251123282","geometry":{"type":"Point","coordinates":[0.570215,50.9939175]},"properties":{"@type":"node","@id":251123282,"@timestamp":1204979055},"coords":"50.9939175,0.570215","bedrooms":"4","price":"159000","area":"587"} , +{"type":"Feature","id":"n251123292","geometry":{"type":"Point","coordinates":[0.5815753,50.9871618]},"properties":{"@type":"node","@id":251123292,"@timestamp":1204979056},"coords":"50.9871618,0.5815753","bedrooms":"0","price":"246000","area":"485"} , +{"type":"Feature","id":"n251123312","geometry":{"type":"Point","coordinates":[0.5967839,50.9928251]},"properties":{"@type":"node","@id":251123312,"@timestamp":1204979058},"coords":"50.9928251,0.5967839","bedrooms":"3","price":"259000","area":"530"} , +{"type":"Feature","id":"n251124051","geometry":{"type":"Point","coordinates":[0.681964,51.2366403]},"properties":{"@type":"node","@id":251124051,"@timestamp":1232483636},"coords":"51.2366403,0.681964","bedrooms":"0","price":"189000","area":"467"} , +{"type":"Feature","id":"n251124780","geometry":{"type":"Point","coordinates":[0.5380431,51.2947863]},"properties":{"@type":"node","@id":251124780,"@timestamp":1204980019},"coords":"51.2947863,0.5380431","bedrooms":"0","price":"226000","area":"589"} , +{"type":"Feature","id":"n251125506","geometry":{"type":"Point","coordinates":[0.452513,51.4130304]},"properties":{"@type":"node","@id":251125506,"@timestamp":1204980513},"coords":"51.4130304,0.452513","bedrooms":"4","price":"221000","area":"673"} , +{"type":"Feature","id":"n251125516","geometry":{"type":"Point","coordinates":[0.4448035,51.4083665]},"properties":{"@type":"node","@id":251125516,"@timestamp":1204980514},"coords":"51.4083665,0.4448035","bedrooms":"3","price":"152000","area":"427"} , +{"type":"Feature","id":"n251125758","geometry":{"type":"Point","coordinates":[0.4028912,51.3810774]},"properties":{"@type":"node","@id":251125758,"@timestamp":1204980745},"coords":"51.3810774,0.4028912","bedrooms":"4","price":"197000","area":"548"} , +{"type":"Feature","id":"n251125772","geometry":{"type":"Point","coordinates":[0.3974457,51.3710297]},"properties":{"@type":"node","@id":251125772,"@timestamp":1204980746},"coords":"51.3710297,0.3974457","bedrooms":"0","price":"175000","area":"422"} , +{"type":"Feature","id":"n251127585","geometry":{"type":"Point","coordinates":[0.1075067,51.0942225]},"properties":{"@type":"node","@id":251127585,"@timestamp":1204982207},"coords":"51.0942225,0.1075067","bedrooms":"4","price":"246000","area":"517"} , +{"type":"Feature","id":"n251127595","geometry":{"type":"Point","coordinates":[0.1064143,51.0813436]},"properties":{"@type":"node","@id":251127595,"@timestamp":1204982208},"coords":"51.0813436,0.1064143","bedrooms":"4","price":"283000","area":"605"} , +{"type":"Feature","id":"n251127608","geometry":{"type":"Point","coordinates":[0.098365,51.070523]},"properties":{"@type":"node","@id":251127608,"@timestamp":1204982209},"coords":"51.070523,0.098365","bedrooms":"0","price":"188000","area":"554"} , +{"type":"Feature","id":"n251127793","geometry":{"type":"Point","coordinates":[0.1132437,51.1129569]},"properties":{"@type":"node","@id":251127793,"@timestamp":1204982334},"coords":"51.1129569,0.1132437","bedrooms":"3","price":"202000","area":"668"} , +{"type":"Feature","id":"n251127809","geometry":{"type":"Point","coordinates":[0.1147628,51.1249936]},"properties":{"@type":"node","@id":251127809,"@timestamp":1204982335},"coords":"51.1249936,0.1147628","bedrooms":"0","price":"250000","area":"650"} , +{"type":"Feature","id":"n251128027","geometry":{"type":"Point","coordinates":[0.1073592,51.1366847]},"properties":{"@type":"node","@id":251128027,"@timestamp":1204982577},"coords":"51.1366847,0.1073592","bedrooms":"0","price":"298000","area":"592"} , +{"type":"Feature","id":"n251128260","geometry":{"type":"Point","coordinates":[0.0732933,51.1834628]},"properties":{"@type":"node","@id":251128260,"@timestamp":1204982731},"coords":"51.1834628,0.0732933","bedrooms":"3","price":"175000","area":"378"} , +{"type":"Feature","id":"n251129967","geometry":{"type":"Point","coordinates":[0.1945019,51.166584]},"properties":{"@type":"node","@id":251129967,"@timestamp":1213620512},"coords":"51.166584,0.1945019","bedrooms":"3","price":"259000","area":"584"} , +{"type":"Feature","id":"n251132041","geometry":{"type":"Point","coordinates":[0.8315563,51.0347036]},"properties":{"@type":"node","@id":251132041,"@timestamp":1204983640},"coords":"51.0347036,0.8315563","bedrooms":"3","price":"194000","area":"399"} , +{"type":"Feature","id":"n251132057","geometry":{"type":"Point","coordinates":[0.8238402,51.045663]},"properties":{"@type":"node","@id":251132057,"@timestamp":1204983641},"coords":"51.045663,0.8238402","bedrooms":"1","price":"201000","area":"610"} , +{"type":"Feature","id":"n251134522","geometry":{"type":"Point","coordinates":[0.7570057,50.9471962]},"properties":{"@type":"node","@id":251134522,"@timestamp":1204984274},"coords":"50.9471962,0.7570057","bedrooms":"3","price":"154000","area":"638"} , +{"type":"Feature","id":"n251134533","geometry":{"type":"Point","coordinates":[0.7608198,50.9454598]},"properties":{"@type":"node","@id":251134533,"@timestamp":1204984275},"coords":"50.9454598,0.7608198","bedrooms":"0","price":"212000","area":"550"} , +{"type":"Feature","id":"n251134543","geometry":{"type":"Point","coordinates":[0.7646901,50.9442137]},"properties":{"@type":"node","@id":251134543,"@timestamp":1204984276},"coords":"50.9442137,0.7646901","bedrooms":"3","price":"179000","area":"615"} , +{"type":"Feature","id":"n251134553","geometry":{"type":"Point","coordinates":[0.7675322,50.9432663]},"properties":{"@type":"node","@id":251134553,"@timestamp":1204984277},"coords":"50.9432663,0.7675322","bedrooms":"0","price":"281000","area":"694"} , +{"type":"Feature","id":"n251134568","geometry":{"type":"Point","coordinates":[0.7732503,50.9397714]},"properties":{"@type":"node","@id":251134568,"@timestamp":1204984278},"coords":"50.9397714,0.7732503","bedrooms":"4","price":"295000","area":"659"} , +{"type":"Feature","id":"n251134585","geometry":{"type":"Point","coordinates":[0.781173,50.9373983]},"properties":{"@type":"node","@id":251134585,"@timestamp":1204984279},"coords":"50.9373983,0.781173","bedrooms":"0","price":"246000","area":"603"} , +{"type":"Feature","id":"n251135594","geometry":{"type":"Point","coordinates":[-0.5705282,51.2475972]},"properties":{"@type":"node","@id":251135594,"@timestamp":1204984535},"coords":"51.2475972,-0.5705282","bedrooms":"3","price":"270000","area":"428"} , +{"type":"Feature","id":"n251136432","geometry":{"type":"Point","coordinates":[0.8942405,51.1018652]},"properties":{"@type":"node","@id":251136432,"@timestamp":1204984965},"coords":"51.1018652,0.8942405","bedrooms":"2","price":"159000","area":"570"} , +{"type":"Feature","id":"n251136813","geometry":{"type":"Point","coordinates":[-0.5637235,51.2466885]},"properties":{"@type":"node","@id":251136813,"@timestamp":1241125789},"coords":"51.2466885,-0.5637235","bedrooms":"2","price":"159000","area":"638"} , +{"type":"Feature","id":"n251137480","geometry":{"type":"Point","coordinates":[-0.5540438,51.2603148]},"properties":{"@type":"node","@id":251137480,"@timestamp":1204985612},"coords":"51.2603148,-0.5540438","bedrooms":"3","price":"207000","area":"688"} , +{"type":"Feature","id":"n251137499","geometry":{"type":"Point","coordinates":[-0.5583329,51.2569191]},"properties":{"@type":"node","@id":251137499,"@timestamp":1204985614},"coords":"51.2569191,-0.5583329","bedrooms":"1","price":"175000","area":"385"} , +{"type":"Feature","id":"n251137513","geometry":{"type":"Point","coordinates":[-0.5646288,51.2532858]},"properties":{"@type":"node","@id":251137513,"@timestamp":1244311886},"coords":"51.2532858,-0.5646288","bedrooms":"1","price":"264000","area":"514"} , +{"type":"Feature","id":"n251137699","geometry":{"type":"Point","coordinates":[-0.5622111,51.2489837]},"properties":{"@type":"node","@id":251137699,"@timestamp":1204985777},"coords":"51.2489837,-0.5622111","bedrooms":"0","price":"268000","area":"425"} , +{"type":"Feature","id":"n251138597","geometry":{"type":"Point","coordinates":[-0.5529226,51.2531214]},"properties":{"@type":"node","@id":251138597,"@timestamp":1204986287},"coords":"51.2531214,-0.5529226","bedrooms":"4","price":"186000","area":"435"} , +{"type":"Feature","id":"n251138747","geometry":{"type":"Point","coordinates":[-0.5570139,51.25159]},"properties":{"@type":"node","@id":251138747,"@timestamp":1204986357},"coords":"51.25159,-0.5570139","bedrooms":"0","price":"217000","area":"472"} , +{"type":"Feature","id":"n251139094","geometry":{"type":"Point","coordinates":[-0.5507226,51.25701]},"properties":{"@type":"node","@id":251139094,"@timestamp":1204986596},"coords":"51.25701,-0.5507226","bedrooms":"4","price":"279000","area":"524"} , +{"type":"Feature","id":"n251139746","geometry":{"type":"Point","coordinates":[-0.5538517,51.2549425]},"properties":{"@type":"node","@id":251139746,"@timestamp":1204987020},"coords":"51.2549425,-0.5538517","bedrooms":"1","price":"174000","area":"465"} , +{"type":"Feature","id":"n251139762","geometry":{"type":"Point","coordinates":[-0.5550408,51.2553888]},"properties":{"@type":"node","@id":251139762,"@timestamp":1204987021},"coords":"51.2553888,-0.5550408","bedrooms":"2","price":"276000","area":"640"} , +{"type":"Feature","id":"n251139778","geometry":{"type":"Point","coordinates":[-0.5557827,51.2558225]},"properties":{"@type":"node","@id":251139778,"@timestamp":1204987022},"coords":"51.2558225,-0.5557827","bedrooms":"4","price":"167000","area":"440"} , +{"type":"Feature","id":"n251139788","geometry":{"type":"Point","coordinates":[-0.5536282,51.2567921]},"properties":{"@type":"node","@id":251139788,"@timestamp":1204987023},"coords":"51.2567921,-0.5536282","bedrooms":"0","price":"291000","area":"504"} , +{"type":"Feature","id":"n251139799","geometry":{"type":"Point","coordinates":[-0.5543509,51.2569612]},"properties":{"@type":"node","@id":251139799,"@timestamp":1204987024},"coords":"51.2569612,-0.5543509","bedrooms":"3","price":"289000","area":"445"} , +{"type":"Feature","id":"n251139809","geometry":{"type":"Point","coordinates":[-0.5526039,51.2569247]},"properties":{"@type":"node","@id":251139809,"@timestamp":1204987024},"coords":"51.2569247,-0.5526039","bedrooms":"3","price":"240000","area":"410"} , +{"type":"Feature","id":"n251140589","geometry":{"type":"Point","coordinates":[-0.5491212,51.2601893]},"properties":{"@type":"node","@id":251140589,"@timestamp":1334051162},"coords":"51.2601893,-0.5491212","bedrooms":"0","price":"219000","area":"679"} , +{"type":"Feature","id":"n251141084","geometry":{"type":"Point","coordinates":[-0.5480005,51.2622659]},"properties":{"@type":"node","@id":251141084,"@timestamp":1204987636},"coords":"51.2622659,-0.5480005","bedrooms":"4","price":"297000","area":"453"} , +{"type":"Feature","id":"n251141902","geometry":{"type":"Point","coordinates":[-0.5544451,51.2490777]},"properties":{"@type":"node","@id":251141902,"@timestamp":1204988449},"coords":"51.2490777,-0.5544451","bedrooms":"3","price":"204000","area":"455"} , +{"type":"Feature","id":"n251143398","geometry":{"type":"Point","coordinates":[-0.5512008,51.2533102]},"properties":{"@type":"node","@id":251143398,"@timestamp":1213469635},"coords":"51.2533102,-0.5512008","bedrooms":"2","price":"178000","area":"643"} , +{"type":"Feature","id":"n251145502","geometry":{"type":"Point","coordinates":[-0.5477827,51.2615707]},"properties":{"@type":"node","@id":251145502,"@timestamp":1537558766},"coords":"51.2615707,-0.5477827","bedrooms":"3","price":"200000","area":"624"} , +{"type":"Feature","id":"n251149587","geometry":{"type":"Point","coordinates":[-0.5402632,51.2647451]},"properties":{"@type":"node","@id":251149587,"@timestamp":1334246384},"coords":"51.2647451,-0.5402632","bedrooms":"4","price":"235000","area":"538"} , +{"type":"Feature","id":"n251151817","geometry":{"type":"Point","coordinates":[-0.5484149,51.2554502]},"properties":{"@type":"node","@id":251151817,"@timestamp":1204992697},"coords":"51.2554502,-0.5484149","bedrooms":"3","price":"154000","area":"674"} , +{"type":"Feature","id":"n251154059","geometry":{"type":"Point","coordinates":[-0.5467107,51.2542248]},"properties":{"@type":"node","@id":251154059,"@timestamp":1204993405},"coords":"51.2542248,-0.5467107","bedrooms":"3","price":"289000","area":"502"} , +{"type":"Feature","id":"n251159165","geometry":{"type":"Point","coordinates":[-0.8514756,51.4256997]},"properties":{"@type":"node","@id":251159165,"@timestamp":1624113824},"coords":"51.4256997,-0.8514756","bedrooms":"1","price":"218000","area":"495"} , +{"type":"Feature","id":"n251214216","geometry":{"type":"Point","coordinates":[0.8926506,51.1593878]},"properties":{"@type":"node","@id":251214216,"@timestamp":1292844019},"coords":"51.1593878,0.8926506","bedrooms":"3","price":"217000","area":"619"} , +{"type":"Feature","id":"n251218382","geometry":{"type":"Point","coordinates":[0.8700885,51.1634101]},"properties":{"@type":"node","@id":251218382,"@timestamp":1205015581},"coords":"51.1634101,0.8700885","bedrooms":"3","price":"212000","area":"630"} , +{"type":"Feature","id":"n251218402","geometry":{"type":"Point","coordinates":[0.8703279,51.1612029]},"properties":{"@type":"node","@id":251218402,"@timestamp":1205015582},"coords":"51.1612029,0.8703279","bedrooms":"1","price":"159000","area":"486"} , +{"type":"Feature","id":"n251219291","geometry":{"type":"Point","coordinates":[0.8733892,51.1500438]},"properties":{"@type":"node","@id":251219291,"@timestamp":1562833433},"coords":"51.1500438,0.8733892","bedrooms":"4","price":"239000","area":"515"} , +{"type":"Feature","id":"n251221384","geometry":{"type":"Point","coordinates":[0.8632223,51.121581]},"properties":{"@type":"node","@id":251221384,"@timestamp":1205017219},"coords":"51.121581,0.8632223","bedrooms":"2","price":"284000","area":"628"} , +{"type":"Feature","id":"n251286327","geometry":{"type":"Point","coordinates":[-0.3198765,51.5136775]},"properties":{"@type":"node","@id":251286327,"@timestamp":1631236029},"coords":"51.5136775,-0.3198765","bedrooms":"0","price":"212000","area":"654"} , +{"type":"Feature","id":"n251288011","geometry":{"type":"Point","coordinates":[-0.3264155,51.5155891]},"properties":{"@type":"node","@id":251288011,"@timestamp":1205054051},"coords":"51.5155891,-0.3264155","bedrooms":"0","price":"218000","area":"579"} , +{"type":"Feature","id":"n251296275","geometry":{"type":"Point","coordinates":[-0.3038471,51.5143127]},"properties":{"@type":"node","@id":251296275,"@timestamp":1205058393},"coords":"51.5143127,-0.3038471","bedrooms":"0","price":"269000","area":"619"} , +{"type":"Feature","id":"n251306469","geometry":{"type":"Point","coordinates":[-0.0250553,51.6681804]},"properties":{"@type":"node","@id":251306469,"@timestamp":1308518823},"coords":"51.6681804,-0.0250553","bedrooms":"1","price":"206000","area":"405"} , +{"type":"Feature","id":"n251308362","geometry":{"type":"Point","coordinates":[-0.1049135,51.689502]},"properties":{"@type":"node","@id":251308362,"@timestamp":1205062171},"coords":"51.689502,-0.1049135","bedrooms":"2","price":"190000","area":"400"} , +{"type":"Feature","id":"n251311290","geometry":{"type":"Point","coordinates":[0.3027683,51.5531911]},"properties":{"@type":"node","@id":251311290,"@timestamp":1298394277},"coords":"51.5531911,0.3027683","bedrooms":"3","price":"230000","area":"589"} , +{"type":"Feature","id":"n251311650","geometry":{"type":"Point","coordinates":[0.3149815,51.5450112]},"properties":{"@type":"node","@id":251311650,"@timestamp":1445260517},"coords":"51.5450112,0.3149815","bedrooms":"0","price":"180000","area":"679"} , +{"type":"Feature","id":"n251311660","geometry":{"type":"Point","coordinates":[0.3365585,51.5177656]},"properties":{"@type":"node","@id":251311660,"@timestamp":1253297270},"coords":"51.5177656,0.3365585","bedrooms":"0","price":"196000","area":"351"} , +{"type":"Feature","id":"n251311670","geometry":{"type":"Point","coordinates":[0.364608,51.4963378]},"properties":{"@type":"node","@id":251311670,"@timestamp":1253297266},"coords":"51.4963378,0.364608","bedrooms":"3","price":"176000","area":"512"} , +{"type":"Feature","id":"n251311959","geometry":{"type":"Point","coordinates":[0.3677494,51.4955363]},"properties":{"@type":"node","@id":251311959,"@timestamp":1253297276},"coords":"51.4955363,0.3677494","bedrooms":"0","price":"159000","area":"366"} , +{"type":"Feature","id":"n251311969","geometry":{"type":"Point","coordinates":[0.3346273,51.5132469]},"properties":{"@type":"node","@id":251311969,"@timestamp":1205064241},"coords":"51.5132469,0.3346273","bedrooms":"3","price":"188000","area":"643"} , +{"type":"Feature","id":"n251311979","geometry":{"type":"Point","coordinates":[0.302518,51.4943126]},"properties":{"@type":"node","@id":251311979,"@timestamp":1205064241},"coords":"51.4943126,0.302518","bedrooms":"3","price":"245000","area":"381"} , +{"type":"Feature","id":"n251312838","geometry":{"type":"Point","coordinates":[0.2960292,51.5529866]},"properties":{"@type":"node","@id":251312838,"@timestamp":1205064693},"coords":"51.5529866,0.2960292","bedrooms":"0","price":"244000","area":"369"} , +{"type":"Feature","id":"n251314914","geometry":{"type":"Point","coordinates":[0.2543413,51.4884448]},"properties":{"@type":"node","@id":251314914,"@timestamp":1205065420},"coords":"51.4884448,0.2543413","bedrooms":"4","price":"283000","area":"559"} , +{"type":"Feature","id":"n251314925","geometry":{"type":"Point","coordinates":[0.2328578,51.5063451]},"properties":{"@type":"node","@id":251314925,"@timestamp":1274788326},"coords":"51.5063451,0.2328578","bedrooms":"0","price":"192000","area":"683"} , +{"type":"Feature","id":"n251314935","geometry":{"type":"Point","coordinates":[0.2522985,51.5265132]},"properties":{"@type":"node","@id":251314935,"@timestamp":1274788327},"coords":"51.5265132,0.2522985","bedrooms":"3","price":"163000","area":"610"} , +{"type":"Feature","id":"n251315273","geometry":{"type":"Point","coordinates":[0.2544786,51.5385053]},"properties":{"@type":"node","@id":251315273,"@timestamp":1205065845},"coords":"51.5385053,0.2544786","bedrooms":"1","price":"207000","area":"440"} , +{"type":"Feature","id":"n251316365","geometry":{"type":"Point","coordinates":[-0.0058158,51.7620878]},"properties":{"@type":"node","@id":251316365,"@timestamp":1205066535},"coords":"51.7620878,-0.0058158","bedrooms":"3","price":"226000","area":"363"} , +{"type":"Feature","id":"n251316543","geometry":{"type":"Point","coordinates":[-0.5704874,51.249551]},"properties":{"@type":"node","@id":251316543,"@timestamp":1205066582},"coords":"51.249551,-0.5704874","bedrooms":"0","price":"229000","area":"390"} , +{"type":"Feature","id":"n251317973","geometry":{"type":"Point","coordinates":[-0.5535292,51.2477905]},"properties":{"@type":"node","@id":251317973,"@timestamp":1205067400},"coords":"51.2477905,-0.5535292","bedrooms":"3","price":"195000","area":"488"} , +{"type":"Feature","id":"n251318039","geometry":{"type":"Point","coordinates":[-0.5547124,51.2426703]},"properties":{"@type":"node","@id":251318039,"@timestamp":1205067404},"coords":"51.2426703,-0.5547124","bedrooms":"0","price":"225000","area":"582"} , +{"type":"Feature","id":"n251318138","geometry":{"type":"Point","coordinates":[-0.0120798,51.7647569]},"properties":{"@type":"node","@id":251318138,"@timestamp":1205067460},"coords":"51.7647569,-0.0120798","bedrooms":"1","price":"288000","area":"510"} , +{"type":"Feature","id":"n251318265","geometry":{"type":"Point","coordinates":[-0.5575551,51.2425188]},"properties":{"@type":"node","@id":251318265,"@timestamp":1205067628},"coords":"51.2425188,-0.5575551","bedrooms":"0","price":"298000","area":"495"} , +{"type":"Feature","id":"n251318425","geometry":{"type":"Point","coordinates":[-0.5596452,51.2389259]},"properties":{"@type":"node","@id":251318425,"@timestamp":1205067723},"coords":"51.2389259,-0.5596452","bedrooms":"3","price":"289000","area":"543"} , +{"type":"Feature","id":"n251319398","geometry":{"type":"Point","coordinates":[-0.0123769,51.7634548]},"properties":{"@type":"node","@id":251319398,"@timestamp":1205073752},"coords":"51.7634548,-0.0123769","bedrooms":"0","price":"299000","area":"562"} , +{"type":"Feature","id":"n251319411","geometry":{"type":"Point","coordinates":[-0.0146295,51.7620405]},"properties":{"@type":"node","@id":251319411,"@timestamp":1205068257},"coords":"51.7620405,-0.0146295","bedrooms":"2","price":"271000","area":"642"} , +{"type":"Feature","id":"n251319499","geometry":{"type":"Point","coordinates":[-0.5561809,51.2477285]},"properties":{"@type":"node","@id":251319499,"@timestamp":1205068308},"coords":"51.2477285,-0.5561809","bedrooms":"3","price":"238000","area":"445"} , +{"type":"Feature","id":"n251319779","geometry":{"type":"Point","coordinates":[-0.0147815,51.7618826]},"properties":{"@type":"node","@id":251319779,"@timestamp":1205068428},"coords":"51.7618826,-0.0147815","bedrooms":"3","price":"286000","area":"521"} , +{"type":"Feature","id":"n251320258","geometry":{"type":"Point","coordinates":[-0.554089,51.2481169]},"properties":{"@type":"node","@id":251320258,"@timestamp":1564972266},"coords":"51.2481169,-0.554089","bedrooms":"3","price":"287000","area":"425"} , +{"type":"Feature","id":"n251322719","geometry":{"type":"Point","coordinates":[-0.5652451,51.2399267]},"properties":{"@type":"node","@id":251322719,"@timestamp":1614973683},"coords":"51.2399267,-0.5652451","bedrooms":"0","price":"151000","area":"610"} , +{"type":"Feature","id":"n251325662","geometry":{"type":"Point","coordinates":[0.8778523,51.9303826]},"properties":{"@type":"node","@id":251325662,"@timestamp":1588685258},"coords":"51.9303826,0.8778523","bedrooms":"3","price":"246000","area":"608"} , +{"type":"Feature","id":"n251326556","geometry":{"type":"Point","coordinates":[-0.5527646,51.2394207]},"properties":{"@type":"node","@id":251326556,"@timestamp":1562326736},"coords":"51.2394207,-0.5527646","bedrooms":"1","price":"200000","area":"560"} , +{"type":"Feature","id":"n251337529","geometry":{"type":"Point","coordinates":[-0.1622163,51.9772629]},"properties":{"@type":"node","@id":251337529,"@timestamp":1517325749},"coords":"51.9772629,-0.1622163","bedrooms":"4","price":"189000","area":"420"} , +{"type":"Feature","id":"n251337558","geometry":{"type":"Point","coordinates":[-0.2024133,51.1240829]},"properties":{"@type":"node","@id":251337558,"@timestamp":1205075243},"coords":"51.1240829,-0.2024133","bedrooms":"2","price":"200000","area":"660"} , +{"type":"Feature","id":"n251337573","geometry":{"type":"Point","coordinates":[-0.2083652,51.1255801]},"properties":{"@type":"node","@id":251337573,"@timestamp":1543006221},"coords":"51.1255801,-0.2083652","bedrooms":"3","price":"200000","area":"382"} , +{"type":"Feature","id":"n251343565","geometry":{"type":"Point","coordinates":[-0.4988998,51.5036172]},"properties":{"@type":"node","@id":251343565,"@timestamp":1448099266},"coords":"51.5036172,-0.4988998","bedrooms":"0","price":"224000","area":"603"} , +{"type":"Feature","id":"n251345498","geometry":{"type":"Point","coordinates":[-0.4938242,51.5161529]},"properties":{"@type":"node","@id":251345498,"@timestamp":1605633836},"coords":"51.5161529,-0.4938242","bedrooms":"3","price":"181000","area":"585"} , +{"type":"Feature","id":"n251345511","geometry":{"type":"Point","coordinates":[-0.4977374,51.4878699]},"properties":{"@type":"node","@id":251345511,"@timestamp":1605636421},"coords":"51.4878699,-0.4977374","bedrooms":"4","price":"239000","area":"418"} , +{"type":"Feature","id":"n251346312","geometry":{"type":"Point","coordinates":[-0.4963738,51.5388603]},"properties":{"@type":"node","@id":251346312,"@timestamp":1605633836},"coords":"51.5388603,-0.4963738","bedrooms":"2","price":"167000","area":"505"} , +{"type":"Feature","id":"n251352122","geometry":{"type":"Point","coordinates":[-0.4913135,51.5357193]},"properties":{"@type":"node","@id":251352122,"@timestamp":1605633836},"coords":"51.5357193,-0.4913135","bedrooms":"1","price":"153000","area":"538"} , +{"type":"Feature","id":"n251354236","geometry":{"type":"Point","coordinates":[-0.4920221,51.5558656]},"properties":{"@type":"node","@id":251354236,"@timestamp":1205080152},"coords":"51.5558656,-0.4920221","bedrooms":"3","price":"265000","area":"392"} , +{"type":"Feature","id":"n251358087","geometry":{"type":"Point","coordinates":[-0.4983139,51.5149141]},"properties":{"@type":"node","@id":251358087,"@timestamp":1605639903},"coords":"51.5149141,-0.4983139","bedrooms":"4","price":"278000","area":"413"} , +{"type":"Feature","id":"n251358097","geometry":{"type":"Point","coordinates":[-0.5336849,51.5116942]},"properties":{"@type":"node","@id":251358097,"@timestamp":1605639903},"coords":"51.5116942,-0.5336849","bedrooms":"2","price":"185000","area":"672"} , +{"type":"Feature","id":"n251358108","geometry":{"type":"Point","coordinates":[-0.5713851,51.5138242]},"properties":{"@type":"node","@id":251358108,"@timestamp":1605639903},"coords":"51.5138242,-0.5713851","bedrooms":"3","price":"184000","area":"477"} , +{"type":"Feature","id":"n251358118","geometry":{"type":"Point","coordinates":[-0.6043352,51.5193155]},"properties":{"@type":"node","@id":251358118,"@timestamp":1605639903},"coords":"51.5193155,-0.6043352","bedrooms":"4","price":"212000","area":"502"} , +{"type":"Feature","id":"n251359338","geometry":{"type":"Point","coordinates":[-0.6230426,51.5264678]},"properties":{"@type":"node","@id":251359338,"@timestamp":1571304336},"coords":"51.5264678,-0.6230426","bedrooms":"0","price":"225000","area":"499"} , +{"type":"Feature","id":"n251365827","geometry":{"type":"Point","coordinates":[-0.5333152,51.5120422]},"properties":{"@type":"node","@id":251365827,"@timestamp":1205083408},"coords":"51.5120422,-0.5333152","bedrooms":"2","price":"220000","area":"381"} , +{"type":"Feature","id":"n251367982","geometry":{"type":"Point","coordinates":[-0.5074485,51.5594909]},"properties":{"@type":"node","@id":251367982,"@timestamp":1603138792},"coords":"51.5594909,-0.5074485","bedrooms":"4","price":"281000","area":"464"} , +{"type":"Feature","id":"n251367992","geometry":{"type":"Point","coordinates":[-0.5262752,51.5768922]},"properties":{"@type":"node","@id":251367992,"@timestamp":1603138792},"coords":"51.5768922,-0.5262752","bedrooms":"0","price":"275000","area":"571"} , +{"type":"Feature","id":"n251368492","geometry":{"type":"Point","coordinates":[-0.5295301,51.6009316]},"properties":{"@type":"node","@id":251368492,"@timestamp":1205084325},"coords":"51.6009316,-0.5295301","bedrooms":"1","price":"278000","area":"474"} , +{"type":"Feature","id":"n251369760","geometry":{"type":"Point","coordinates":[-0.5345877,51.6371246]},"properties":{"@type":"node","@id":251369760,"@timestamp":1617904142},"coords":"51.6371246,-0.5345877","bedrooms":"2","price":"253000","area":"380"} , +{"type":"Feature","id":"n251372565","geometry":{"type":"Point","coordinates":[-0.4888468,51.5634301]},"properties":{"@type":"node","@id":251372565,"@timestamp":1605633836},"coords":"51.5634301,-0.4888468","bedrooms":"0","price":"168000","area":"606"} , +{"type":"Feature","id":"n251372575","geometry":{"type":"Point","coordinates":[-0.4688233,51.5884948]},"properties":{"@type":"node","@id":251372575,"@timestamp":1298840342},"coords":"51.5884948,-0.4688233","bedrooms":"2","price":"174000","area":"467"} , +{"type":"Feature","id":"n251372585","geometry":{"type":"Point","coordinates":[-0.4489374,51.6166223]},"properties":{"@type":"node","@id":251372585,"@timestamp":1298840342},"coords":"51.6166223,-0.4489374","bedrooms":"3","price":"158000","area":"373"} , +{"type":"Feature","id":"n251372595","geometry":{"type":"Point","coordinates":[-0.4173141,51.6336865]},"properties":{"@type":"node","@id":251372595,"@timestamp":1298840343},"coords":"51.6336865,-0.4173141","bedrooms":"0","price":"295000","area":"637"} , +{"type":"Feature","id":"n251376754","geometry":{"type":"Point","coordinates":[-0.5117671,51.554431]},"properties":{"@type":"node","@id":251376754,"@timestamp":1606498556},"coords":"51.554431,-0.5117671","bedrooms":"0","price":"193000","area":"648"} , +{"type":"Feature","id":"n251377506","geometry":{"type":"Point","coordinates":[-0.545994,51.5669909]},"properties":{"@type":"node","@id":251377506,"@timestamp":1606498556},"coords":"51.5669909,-0.545994","bedrooms":"0","price":"213000","area":"621"} , +{"type":"Feature","id":"n251381983","geometry":{"type":"Point","coordinates":[-0.4283691,51.6413275]},"properties":{"@type":"node","@id":251381983,"@timestamp":1205087362},"coords":"51.6413275,-0.4283691","bedrooms":"3","price":"221000","area":"463"} , +{"type":"Feature","id":"n251381993","geometry":{"type":"Point","coordinates":[-0.4615596,51.6462036]},"properties":{"@type":"node","@id":251381993,"@timestamp":1298840336},"coords":"51.6462036,-0.4615596","bedrooms":"0","price":"167000","area":"442"} , +{"type":"Feature","id":"n251382003","geometry":{"type":"Point","coordinates":[-0.4834649,51.6641451]},"properties":{"@type":"node","@id":251382003,"@timestamp":1298840336},"coords":"51.6641451,-0.4834649","bedrooms":"1","price":"241000","area":"437"} , +{"type":"Feature","id":"n251382013","geometry":{"type":"Point","coordinates":[-0.4987391,51.6915036]},"properties":{"@type":"node","@id":251382013,"@timestamp":1602534778},"coords":"51.6915036,-0.4987391","bedrooms":"3","price":"238000","area":"391"} , +{"type":"Feature","id":"n251382023","geometry":{"type":"Point","coordinates":[-0.5432019,51.6955083]},"properties":{"@type":"node","@id":251382023,"@timestamp":1205087362},"coords":"51.6955083,-0.5432019","bedrooms":"4","price":"180000","area":"487"} , +{"type":"Feature","id":"n251384416","geometry":{"type":"Point","coordinates":[-0.3467246,51.6612891]},"properties":{"@type":"node","@id":251384416,"@timestamp":1393969968},"coords":"51.6612891,-0.3467246","bedrooms":"0","price":"156000","area":"556"} , +{"type":"Feature","id":"n251384426","geometry":{"type":"Point","coordinates":[-0.3853676,51.6591348]},"properties":{"@type":"node","@id":251384426,"@timestamp":1612221051},"coords":"51.6591348,-0.3853676","bedrooms":"4","price":"166000","area":"515"} , +{"type":"Feature","id":"n251384463","geometry":{"type":"Point","coordinates":[-0.3464248,51.6616309]},"properties":{"@type":"node","@id":251384463,"@timestamp":1298840339},"coords":"51.6616309,-0.3464248","bedrooms":"1","price":"215000","area":"614"} , +{"type":"Feature","id":"n251385440","geometry":{"type":"Point","coordinates":[-0.3870496,51.6298798]},"properties":{"@type":"node","@id":251385440,"@timestamp":1397590208},"coords":"51.6298798,-0.3870496","bedrooms":"0","price":"251000","area":"592"} , +{"type":"Feature","id":"n251385717","geometry":{"type":"Point","coordinates":[-0.4396026,51.4814971]},"properties":{"@type":"node","@id":251385717,"@timestamp":1205088624},"coords":"51.4814971,-0.4396026","bedrooms":"1","price":"151000","area":"380"} , +{"type":"Feature","id":"n251385728","geometry":{"type":"Point","coordinates":[-0.4409229,51.4819252]},"properties":{"@type":"node","@id":251385728,"@timestamp":1205088625},"coords":"51.4819252,-0.4409229","bedrooms":"1","price":"270000","area":"561"} , +{"type":"Feature","id":"n251385739","geometry":{"type":"Point","coordinates":[-0.4412294,51.4837231]},"properties":{"@type":"node","@id":251385739,"@timestamp":1205088625},"coords":"51.4837231,-0.4412294","bedrooms":"4","price":"243000","area":"542"} , +{"type":"Feature","id":"n251385749","geometry":{"type":"Point","coordinates":[-0.4392737,51.4848902]},"properties":{"@type":"node","@id":251385749,"@timestamp":1205088626},"coords":"51.4848902,-0.4392737","bedrooms":"4","price":"228000","area":"607"} , +{"type":"Feature","id":"n251385759","geometry":{"type":"Point","coordinates":[-0.4440728,51.484399]},"properties":{"@type":"node","@id":251385759,"@timestamp":1205088627},"coords":"51.484399,-0.4440728","bedrooms":"4","price":"219000","area":"617"} , +{"type":"Feature","id":"n251385772","geometry":{"type":"Point","coordinates":[-0.4398324,51.4855842]},"properties":{"@type":"node","@id":251385772,"@timestamp":1205088628},"coords":"51.4855842,-0.4398324","bedrooms":"4","price":"263000","area":"386"} , +{"type":"Feature","id":"n251385808","geometry":{"type":"Point","coordinates":[-0.4358434,51.4874294]},"properties":{"@type":"node","@id":251385808,"@timestamp":1616887178},"coords":"51.4874294,-0.4358434","bedrooms":"4","price":"254000","area":"432"} , +{"type":"Feature","id":"n251385821","geometry":{"type":"Point","coordinates":[-0.438627,51.4906682]},"properties":{"@type":"node","@id":251385821,"@timestamp":1205088632},"coords":"51.4906682,-0.438627","bedrooms":"2","price":"266000","area":"399"} , +{"type":"Feature","id":"n251385842","geometry":{"type":"Point","coordinates":[-0.4332737,51.4934012]},"properties":{"@type":"node","@id":251385842,"@timestamp":1205088633},"coords":"51.4934012,-0.4332737","bedrooms":"2","price":"219000","area":"616"} , +{"type":"Feature","id":"n251386922","geometry":{"type":"Point","coordinates":[-0.4518031,51.490283]},"properties":{"@type":"node","@id":251386922,"@timestamp":1496238874},"coords":"51.490283,-0.4518031","bedrooms":"3","price":"281000","area":"638"} , +{"type":"Feature","id":"n251387373","geometry":{"type":"Point","coordinates":[-0.4511587,51.4879172]},"properties":{"@type":"node","@id":251387373,"@timestamp":1205089115},"coords":"51.4879172,-0.4511587","bedrooms":"1","price":"265000","area":"376"} , +{"type":"Feature","id":"n251388042","geometry":{"type":"Point","coordinates":[-0.3760914,51.602235]},"properties":{"@type":"node","@id":251388042,"@timestamp":1620156378},"coords":"51.602235,-0.3760914","bedrooms":"4","price":"233000","area":"591"} , +{"type":"Feature","id":"n251389570","geometry":{"type":"Point","coordinates":[-0.3812917,51.6744424]},"properties":{"@type":"node","@id":251389570,"@timestamp":1205091028},"coords":"51.6744424,-0.3812917","bedrooms":"4","price":"204000","area":"571"} , +{"type":"Feature","id":"n251391389","geometry":{"type":"Point","coordinates":[-0.3776439,51.6988134]},"properties":{"@type":"node","@id":251391389,"@timestamp":1205091028},"coords":"51.6988134,-0.3776439","bedrooms":"4","price":"162000","area":"445"} , +{"type":"Feature","id":"n251391401","geometry":{"type":"Point","coordinates":[-0.3900916,51.7208247]},"properties":{"@type":"node","@id":251391401,"@timestamp":1626360231},"coords":"51.7208247,-0.3900916","bedrooms":"3","price":"195000","area":"422"} , +{"type":"Feature","id":"n251394303","geometry":{"type":"Point","coordinates":[-0.3505047,51.6877728]},"properties":{"@type":"node","@id":251394303,"@timestamp":1625751264},"coords":"51.6877728,-0.3505047","bedrooms":"1","price":"225000","area":"663"} , +{"type":"Feature","id":"n251394314","geometry":{"type":"Point","coordinates":[-0.3970523,51.7441522]},"properties":{"@type":"node","@id":251394314,"@timestamp":1629369484},"coords":"51.7441522,-0.3970523","bedrooms":"3","price":"217000","area":"419"} , +{"type":"Feature","id":"n251395539","geometry":{"type":"Point","coordinates":[-0.4374374,51.4881876]},"properties":{"@type":"node","@id":251395539,"@timestamp":1205091580},"coords":"51.4881876,-0.4374374","bedrooms":"4","price":"278000","area":"535"} , +{"type":"Feature","id":"n251395554","geometry":{"type":"Point","coordinates":[-0.4417994,51.4854749]},"properties":{"@type":"node","@id":251395554,"@timestamp":1205091580},"coords":"51.4854749,-0.4417994","bedrooms":"2","price":"172000","area":"499"} , +{"type":"Feature","id":"n251395579","geometry":{"type":"Point","coordinates":[-0.4432504,51.483037]},"properties":{"@type":"node","@id":251395579,"@timestamp":1205091582},"coords":"51.483037,-0.4432504","bedrooms":"3","price":"274000","area":"580"} , +{"type":"Feature","id":"n251395601","geometry":{"type":"Point","coordinates":[-0.4323094,51.4905759]},"properties":{"@type":"node","@id":251395601,"@timestamp":1205091583},"coords":"51.4905759,-0.4323094","bedrooms":"1","price":"283000","area":"606"} , +{"type":"Feature","id":"n251396263","geometry":{"type":"Point","coordinates":[-0.340986,51.659487]},"properties":{"@type":"node","@id":251396263,"@timestamp":1298840333},"coords":"51.659487,-0.340986","bedrooms":"0","price":"184000","area":"664"} , +{"type":"Feature","id":"n251396805","geometry":{"type":"Point","coordinates":[-0.4521095,51.4950595]},"properties":{"@type":"node","@id":251396805,"@timestamp":1205091982},"coords":"51.4950595,-0.4521095","bedrooms":"4","price":"166000","area":"357"} , +{"type":"Feature","id":"n251396818","geometry":{"type":"Point","coordinates":[-0.4410424,51.4909859]},"properties":{"@type":"node","@id":251396818,"@timestamp":1205091983},"coords":"51.4909859,-0.4410424","bedrooms":"3","price":"229000","area":"521"} , +{"type":"Feature","id":"n251396897","geometry":{"type":"Point","coordinates":[-0.2050641,51.2645751]},"properties":{"@type":"node","@id":251396897,"@timestamp":1205092010},"coords":"51.2645751,-0.2050641","bedrooms":"1","price":"265000","area":"605"} , +{"type":"Feature","id":"n251397039","geometry":{"type":"Point","coordinates":[-0.2246943,51.2965094]},"properties":{"@type":"node","@id":251397039,"@timestamp":1205092018},"coords":"51.2965094,-0.2246943","bedrooms":"2","price":"299000","area":"351"} , +{"type":"Feature","id":"n251397063","geometry":{"type":"Point","coordinates":[-0.2313451,51.298889]},"properties":{"@type":"node","@id":251397063,"@timestamp":1205092020},"coords":"51.298889,-0.2313451","bedrooms":"3","price":"175000","area":"413"} , +{"type":"Feature","id":"n251397078","geometry":{"type":"Point","coordinates":[-0.23336,51.2980985]},"properties":{"@type":"node","@id":251397078,"@timestamp":1205092022},"coords":"51.2980985,-0.23336","bedrooms":"0","price":"251000","area":"428"} , +{"type":"Feature","id":"n251397386","geometry":{"type":"Point","coordinates":[-0.3665654,51.627168]},"properties":{"@type":"node","@id":251397386,"@timestamp":1205092303},"coords":"51.627168,-0.3665654","bedrooms":"1","price":"252000","area":"373"} , +{"type":"Feature","id":"n251398229","geometry":{"type":"Point","coordinates":[-0.3233153,51.6452588]},"properties":{"@type":"node","@id":251398229,"@timestamp":1205092723},"coords":"51.6452588,-0.3233153","bedrooms":"3","price":"173000","area":"487"} , +{"type":"Feature","id":"n251398239","geometry":{"type":"Point","coordinates":[-0.2835413,51.6355963]},"properties":{"@type":"node","@id":251398239,"@timestamp":1205092672},"coords":"51.6355963,-0.2835413","bedrooms":"3","price":"158000","area":"440"} , +{"type":"Feature","id":"n251441160","geometry":{"type":"Point","coordinates":[0.529136,51.0975338]},"properties":{"@type":"node","@id":251441160,"@timestamp":1587354238},"coords":"51.0975338,0.529136","bedrooms":"3","price":"258000","area":"657"} , +{"type":"Feature","id":"n251492650","geometry":{"type":"Point","coordinates":[0.6896581,51.5376404]},"properties":{"@type":"node","@id":251492650,"@timestamp":1562932991},"coords":"51.5376404,0.6896581","bedrooms":"1","price":"257000","area":"369"} , +{"type":"Feature","id":"n251499321","geometry":{"type":"Point","coordinates":[0.6965069,51.5418508]},"properties":{"@type":"node","@id":251499321,"@timestamp":1321963079},"coords":"51.5418508,0.6965069","bedrooms":"1","price":"242000","area":"660"} , +{"type":"Feature","id":"n251537575","geometry":{"type":"Point","coordinates":[-0.5104229,51.3106886]},"properties":{"@type":"node","@id":251537575,"@timestamp":1205575845},"coords":"51.3106886,-0.5104229","bedrooms":"0","price":"225000","area":"615"} , +{"type":"Feature","id":"n251537585","geometry":{"type":"Point","coordinates":[-0.5323612,51.2950945]},"properties":{"@type":"node","@id":251537585,"@timestamp":1205575347},"coords":"51.2950945,-0.5323612","bedrooms":"2","price":"295000","area":"473"} , +{"type":"Feature","id":"n251543985","geometry":{"type":"Point","coordinates":[0.8222206,51.5433054]},"properties":{"@type":"node","@id":251543985,"@timestamp":1562791599},"coords":"51.5433054,0.8222206","bedrooms":"4","price":"243000","area":"446"} , +{"type":"Feature","id":"n251544009","geometry":{"type":"Point","coordinates":[0.8096347,51.5369598]},"properties":{"@type":"node","@id":251544009,"@timestamp":1205179672},"coords":"51.5369598,0.8096347","bedrooms":"2","price":"230000","area":"557"} , +{"type":"Feature","id":"n251544023","geometry":{"type":"Point","coordinates":[0.809144,51.5391463]},"properties":{"@type":"node","@id":251544023,"@timestamp":1450235819},"coords":"51.5391463,0.809144","bedrooms":"3","price":"160000","area":"388"} , +{"type":"Feature","id":"n251544044","geometry":{"type":"Point","coordinates":[0.8245864,51.5496752]},"properties":{"@type":"node","@id":251544044,"@timestamp":1205179675},"coords":"51.5496752,0.8245864","bedrooms":"0","price":"246000","area":"691"} , +{"type":"Feature","id":"n251544054","geometry":{"type":"Point","coordinates":[0.8312957,51.5498431]},"properties":{"@type":"node","@id":251544054,"@timestamp":1205179676},"coords":"51.5498431,0.8312957","bedrooms":"0","price":"182000","area":"486"} , +{"type":"Feature","id":"n251544074","geometry":{"type":"Point","coordinates":[0.7856755,51.5342751]},"properties":{"@type":"node","@id":251544074,"@timestamp":1619872758},"coords":"51.5342751,0.7856755","bedrooms":"0","price":"164000","area":"589"} , +{"type":"Feature","id":"n251549977","geometry":{"type":"Point","coordinates":[-0.6922912,51.2143169]},"properties":{"@type":"node","@id":251549977,"@timestamp":1205181986},"coords":"51.2143169,-0.6922912","bedrooms":"3","price":"193000","area":"684"} , +{"type":"Feature","id":"n251550321","geometry":{"type":"Point","coordinates":[-0.3571694,51.3197508]},"properties":{"@type":"node","@id":251550321,"@timestamp":1205576934},"coords":"51.3197508,-0.3571694","bedrooms":"4","price":"250000","area":"544"} , +{"type":"Feature","id":"n251555696","geometry":{"type":"Point","coordinates":[-0.2937821,51.3571526]},"properties":{"@type":"node","@id":251555696,"@timestamp":1307023989},"coords":"51.3571526,-0.2937821","bedrooms":"0","price":"224000","area":"642"} , +{"type":"Feature","id":"n251555889","geometry":{"type":"Point","coordinates":[-0.2735336,51.3719128]},"properties":{"@type":"node","@id":251555889,"@timestamp":1307131318},"coords":"51.3719128,-0.2735336","bedrooms":"4","price":"240000","area":"510"} , +{"type":"Feature","id":"n251555964","geometry":{"type":"Point","coordinates":[-0.5283589,51.4860201]},"properties":{"@type":"node","@id":251555964,"@timestamp":1605633836},"coords":"51.4860201,-0.5283589","bedrooms":"2","price":"179000","area":"527"} , +{"type":"Feature","id":"n251555974","geometry":{"type":"Point","coordinates":[-0.5387834,51.4613042]},"properties":{"@type":"node","@id":251555974,"@timestamp":1605633836},"coords":"51.4613042,-0.5387834","bedrooms":"0","price":"283000","area":"423"} , +{"type":"Feature","id":"n251557470","geometry":{"type":"Point","coordinates":[-0.5027151,51.4373541]},"properties":{"@type":"node","@id":251557470,"@timestamp":1609677790},"coords":"51.4373541,-0.5027151","bedrooms":"1","price":"217000","area":"577"} , +{"type":"Feature","id":"n251558733","geometry":{"type":"Point","coordinates":[-0.4963229,51.4385309]},"properties":{"@type":"node","@id":251558733,"@timestamp":1336327180},"coords":"51.4385309,-0.4963229","bedrooms":"1","price":"192000","area":"543"} , +{"type":"Feature","id":"n251559394","geometry":{"type":"Point","coordinates":[-0.4950261,51.454267]},"properties":{"@type":"node","@id":251559394,"@timestamp":1336327181},"coords":"51.454267,-0.4950261","bedrooms":"0","price":"274000","area":"583"} , +{"type":"Feature","id":"n251559467","geometry":{"type":"Point","coordinates":[-0.4050587,51.3503725]},"properties":{"@type":"node","@id":251559467,"@timestamp":1205578492},"coords":"51.3503725,-0.4050587","bedrooms":"3","price":"206000","area":"609"} , +{"type":"Feature","id":"n251562828","geometry":{"type":"Point","coordinates":[-0.474911,51.4105277]},"properties":{"@type":"node","@id":251562828,"@timestamp":1325706463},"coords":"51.4105277,-0.474911","bedrooms":"2","price":"221000","area":"604"} , +{"type":"Feature","id":"n251563156","geometry":{"type":"Point","coordinates":[-0.4736321,51.3840464]},"properties":{"@type":"node","@id":251563156,"@timestamp":1325706464},"coords":"51.3840464,-0.4736321","bedrooms":"2","price":"245000","area":"584"} , +{"type":"Feature","id":"n251564364","geometry":{"type":"Point","coordinates":[-0.4784763,51.3869643]},"properties":{"@type":"node","@id":251564364,"@timestamp":1205187800},"coords":"51.3869643,-0.4784763","bedrooms":"1","price":"209000","area":"364"} , +{"type":"Feature","id":"n251564783","geometry":{"type":"Point","coordinates":[-0.4850931,51.358146]},"properties":{"@type":"node","@id":251564783,"@timestamp":1336071603},"coords":"51.358146,-0.4850931","bedrooms":"2","price":"241000","area":"659"} , +{"type":"Feature","id":"n251575043","geometry":{"type":"Point","coordinates":[-0.2427499,51.2837366]},"properties":{"@type":"node","@id":251575043,"@timestamp":1617618790},"coords":"51.2837366,-0.2427499","bedrooms":"0","price":"254000","area":"376"} , +{"type":"Feature","id":"n251577022","geometry":{"type":"Point","coordinates":[-0.1492242,51.4419849]},"properties":{"@type":"node","@id":251577022,"@timestamp":1527786317},"coords":"51.4419849,-0.1492242","bedrooms":"0","price":"252000","area":"549"} , +{"type":"Feature","id":"n251607990","geometry":{"type":"Point","coordinates":[-0.1092928,51.6123999]},"properties":{"@type":"node","@id":251607990,"@timestamp":1524877069},"coords":"51.6123999,-0.1092928","bedrooms":"1","price":"257000","area":"535"} , +{"type":"Feature","id":"n251617488","geometry":{"type":"Point","coordinates":[-0.3616516,51.8427624]},"properties":{"@type":"node","@id":251617488,"@timestamp":1628973533},"coords":"51.8427624,-0.3616516","bedrooms":"3","price":"189000","area":"589"} , +{"type":"Feature","id":"n251627324","geometry":{"type":"Point","coordinates":[-0.0733124,51.5203829]},"properties":{"@type":"node","@id":251627324,"@timestamp":1635595730},"coords":"51.5203829,-0.0733124","bedrooms":"1","price":"196000","area":"634"} , +{"type":"Feature","id":"n251670919","geometry":{"type":"Point","coordinates":[-0.2801274,51.3662378]},"properties":{"@type":"node","@id":251670919,"@timestamp":1621712470},"coords":"51.3662378,-0.2801274","bedrooms":"0","price":"239000","area":"583"} , +{"type":"Feature","id":"n251737427","geometry":{"type":"Point","coordinates":[-0.3478306,51.6980297]},"properties":{"@type":"node","@id":251737427,"@timestamp":1205314861},"coords":"51.6980297,-0.3478306","bedrooms":"4","price":"257000","area":"648"} , +{"type":"Feature","id":"n251737438","geometry":{"type":"Point","coordinates":[-0.3486014,51.6998854]},"properties":{"@type":"node","@id":251737438,"@timestamp":1547733683},"coords":"51.6998854,-0.3486014","bedrooms":"1","price":"252000","area":"579"} , +{"type":"Feature","id":"n251737449","geometry":{"type":"Point","coordinates":[-0.348539,51.7007783]},"properties":{"@type":"node","@id":251737449,"@timestamp":1205319286},"coords":"51.7007783,-0.348539","bedrooms":"1","price":"293000","area":"637"} , +{"type":"Feature","id":"n251743240","geometry":{"type":"Point","coordinates":[-0.3486338,51.700531]},"properties":{"@type":"node","@id":251743240,"@timestamp":1205319282},"coords":"51.700531,-0.3486338","bedrooms":"3","price":"239000","area":"511"} , +{"type":"Feature","id":"n251743263","geometry":{"type":"Point","coordinates":[-0.3475051,51.705059]},"properties":{"@type":"node","@id":251743263,"@timestamp":1205319283},"coords":"51.705059,-0.3475051","bedrooms":"4","price":"168000","area":"387"} , +{"type":"Feature","id":"n251743278","geometry":{"type":"Point","coordinates":[-0.346016,51.705124]},"properties":{"@type":"node","@id":251743278,"@timestamp":1205319283},"coords":"51.705124,-0.346016","bedrooms":"3","price":"191000","area":"659"} , +{"type":"Feature","id":"n251743292","geometry":{"type":"Point","coordinates":[-0.3476546,51.7046493]},"properties":{"@type":"node","@id":251743292,"@timestamp":1205319284},"coords":"51.7046493,-0.3476546","bedrooms":"1","price":"299000","area":"568"} , +{"type":"Feature","id":"n251743305","geometry":{"type":"Point","coordinates":[-0.3493388,51.7046753]},"properties":{"@type":"node","@id":251743305,"@timestamp":1205319284},"coords":"51.7046753,-0.3493388","bedrooms":"3","price":"288000","area":"375"} , +{"type":"Feature","id":"n251777371","geometry":{"type":"Point","coordinates":[-0.6131812,51.7039598]},"properties":{"@type":"node","@id":251777371,"@timestamp":1350496190},"coords":"51.7039598,-0.6131812","bedrooms":"1","price":"178000","area":"375"} , +{"type":"Feature","id":"n251778636","geometry":{"type":"Point","coordinates":[-0.6128418,51.7064132]},"properties":{"@type":"node","@id":251778636,"@timestamp":1328467628},"coords":"51.7064132,-0.6128418","bedrooms":"2","price":"152000","area":"456"} , +{"type":"Feature","id":"n251782278","geometry":{"type":"Point","coordinates":[-0.2473116,51.3293442]},"properties":{"@type":"node","@id":251782278,"@timestamp":1626160231},"coords":"51.3293442,-0.2473116","bedrooms":"1","price":"238000","area":"476"} , +{"type":"Feature","id":"n251797077","geometry":{"type":"Point","coordinates":[-1.1121711,51.2559992]},"properties":{"@type":"node","@id":251797077,"@timestamp":1205350314},"coords":"51.2559992,-1.1121711","bedrooms":"4","price":"256000","area":"416"} , +{"type":"Feature","id":"n251797234","geometry":{"type":"Point","coordinates":[-1.116795,51.2574574]},"properties":{"@type":"node","@id":251797234,"@timestamp":1205350325},"coords":"51.2574574,-1.116795","bedrooms":"3","price":"264000","area":"566"} , +{"type":"Feature","id":"n251797325","geometry":{"type":"Point","coordinates":[-1.1147078,51.2575032]},"properties":{"@type":"node","@id":251797325,"@timestamp":1205350332},"coords":"51.2575032,-1.1147078","bedrooms":"3","price":"205000","area":"515"} , +{"type":"Feature","id":"n251802173","geometry":{"type":"Point","coordinates":[-0.2778605,51.4903013]},"properties":{"@type":"node","@id":251802173,"@timestamp":1205352336},"coords":"51.4903013,-0.2778605","bedrooms":"4","price":"193000","area":"674"} , +{"type":"Feature","id":"n251803126","geometry":{"type":"Point","coordinates":[-0.2655857,51.4937124]},"properties":{"@type":"node","@id":251803126,"@timestamp":1205352784},"coords":"51.4937124,-0.2655857","bedrooms":"1","price":"271000","area":"476"} , +{"type":"Feature","id":"n251812003","geometry":{"type":"Point","coordinates":[-0.2641848,51.493504]},"properties":{"@type":"node","@id":251812003,"@timestamp":1372563767},"coords":"51.493504,-0.2641848","bedrooms":"2","price":"205000","area":"617"} , +{"type":"Feature","id":"n251815422","geometry":{"type":"Point","coordinates":[-0.1513911,51.3574058]},"properties":{"@type":"node","@id":251815422,"@timestamp":1205357507},"coords":"51.3574058,-0.1513911","bedrooms":"0","price":"264000","area":"392"} , +{"type":"Feature","id":"n251815532","geometry":{"type":"Point","coordinates":[-0.1512903,51.3542354]},"properties":{"@type":"node","@id":251815532,"@timestamp":1205357514},"coords":"51.3542354,-0.1512903","bedrooms":"2","price":"291000","area":"552"} , +{"type":"Feature","id":"n251815545","geometry":{"type":"Point","coordinates":[-0.1499372,51.3536432]},"properties":{"@type":"node","@id":251815545,"@timestamp":1205357515},"coords":"51.3536432,-0.1499372","bedrooms":"1","price":"204000","area":"598"} , +{"type":"Feature","id":"n251815562","geometry":{"type":"Point","coordinates":[-0.1482543,51.352471]},"properties":{"@type":"node","@id":251815562,"@timestamp":1205357517},"coords":"51.352471,-0.1482543","bedrooms":"3","price":"165000","area":"592"} , +{"type":"Feature","id":"n251815577","geometry":{"type":"Point","coordinates":[-0.1482252,51.349652]},"properties":{"@type":"node","@id":251815577,"@timestamp":1205357518},"coords":"51.349652,-0.1482252","bedrooms":"4","price":"266000","area":"698"} , +{"type":"Feature","id":"n251815590","geometry":{"type":"Point","coordinates":[-0.1479316,51.3478482]},"properties":{"@type":"node","@id":251815590,"@timestamp":1205357519},"coords":"51.3478482,-0.1479316","bedrooms":"2","price":"188000","area":"614"} , +{"type":"Feature","id":"n251815601","geometry":{"type":"Point","coordinates":[-0.1501281,51.3479366]},"properties":{"@type":"node","@id":251815601,"@timestamp":1205357520},"coords":"51.3479366,-0.1501281","bedrooms":"4","price":"171000","area":"408"} , +{"type":"Feature","id":"n251815646","geometry":{"type":"Point","coordinates":[-0.1536943,51.3488622]},"properties":{"@type":"node","@id":251815646,"@timestamp":1205357523},"coords":"51.3488622,-0.1536943","bedrooms":"3","price":"243000","area":"375"} , +{"type":"Feature","id":"n251815663","geometry":{"type":"Point","coordinates":[-0.1551897,51.3484131]},"properties":{"@type":"node","@id":251815663,"@timestamp":1205357524},"coords":"51.3484131,-0.1551897","bedrooms":"4","price":"270000","area":"503"} , +{"type":"Feature","id":"n251820411","geometry":{"type":"Point","coordinates":[-0.912543,51.0376424]},"properties":{"@type":"node","@id":251820411,"@timestamp":1538512624},"coords":"51.0376424,-0.912543","bedrooms":"3","price":"223000","area":"560"} , +{"type":"Feature","id":"n251829660","geometry":{"type":"Point","coordinates":[-0.0771832,51.2824247]},"properties":{"@type":"node","@id":251829660,"@timestamp":1533504205},"coords":"51.2824247,-0.0771832","bedrooms":"1","price":"283000","area":"518"} , +{"type":"Feature","id":"n251899935","geometry":{"type":"Point","coordinates":[-0.8738056,51.3488423]},"properties":{"@type":"node","@id":251899935,"@timestamp":1550002732},"coords":"51.3488423,-0.8738056","bedrooms":"4","price":"238000","area":"570"} , +{"type":"Feature","id":"n251912343","geometry":{"type":"Point","coordinates":[-0.2137562,51.3125267]},"properties":{"@type":"node","@id":251912343,"@timestamp":1620306554},"coords":"51.3125267,-0.2137562","bedrooms":"1","price":"192000","area":"585"} , +{"type":"Feature","id":"n251952298","geometry":{"type":"Point","coordinates":[-0.1098434,51.5074819]},"properties":{"@type":"node","@id":251952298,"@timestamp":1614463129},"coords":"51.5074819,-0.1098434","bedrooms":"2","price":"259000","area":"407"} , +{"type":"Feature","id":"n251963228","geometry":{"type":"Point","coordinates":[-0.097331,51.5424402]},"properties":{"@type":"node","@id":251963228,"@timestamp":1233519019},"coords":"51.5424402,-0.097331","bedrooms":"1","price":"168000","area":"418"} , +{"type":"Feature","id":"n251963274","geometry":{"type":"Point","coordinates":[-0.0961414,51.5428222]},"properties":{"@type":"node","@id":251963274,"@timestamp":1233519020},"coords":"51.5428222,-0.0961414","bedrooms":"2","price":"166000","area":"633"} , +{"type":"Feature","id":"n251966004","geometry":{"type":"Point","coordinates":[-0.088975,51.5465191]},"properties":{"@type":"node","@id":251966004,"@timestamp":1223685473},"coords":"51.5465191,-0.088975","bedrooms":"0","price":"263000","area":"578"} , +{"type":"Feature","id":"n251966017","geometry":{"type":"Point","coordinates":[-0.0890455,51.546669]},"properties":{"@type":"node","@id":251966017,"@timestamp":1223685475},"coords":"51.546669,-0.0890455","bedrooms":"2","price":"167000","area":"540"} , +{"type":"Feature","id":"n251966036","geometry":{"type":"Point","coordinates":[-0.0887669,51.545634]},"properties":{"@type":"node","@id":251966036,"@timestamp":1205436854},"coords":"51.545634,-0.0887669","bedrooms":"0","price":"193000","area":"645"} , +{"type":"Feature","id":"n251970153","geometry":{"type":"Point","coordinates":[-0.3500004,51.3313768]},"properties":{"@type":"node","@id":251970153,"@timestamp":1617667253},"coords":"51.3313768,-0.3500004","bedrooms":"1","price":"165000","area":"513"} , +{"type":"Feature","id":"n251970738","geometry":{"type":"Point","coordinates":[-0.0951477,51.5436229]},"properties":{"@type":"node","@id":251970738,"@timestamp":1233519022},"coords":"51.5436229,-0.0951477","bedrooms":"0","price":"172000","area":"512"} , +{"type":"Feature","id":"n251970764","geometry":{"type":"Point","coordinates":[-0.0943233,51.5442151]},"properties":{"@type":"node","@id":251970764,"@timestamp":1205598835},"coords":"51.5442151,-0.0943233","bedrooms":"2","price":"250000","area":"655"} , +{"type":"Feature","id":"n251970808","geometry":{"type":"Point","coordinates":[-0.0931753,51.5450875]},"properties":{"@type":"node","@id":251970808,"@timestamp":1233532257},"coords":"51.5450875,-0.0931753","bedrooms":"1","price":"233000","area":"521"} , +{"type":"Feature","id":"n251970918","geometry":{"type":"Point","coordinates":[-0.0924562,51.54631]},"properties":{"@type":"node","@id":251970918,"@timestamp":1233532256},"coords":"51.54631,-0.0924562","bedrooms":"2","price":"235000","area":"689"} , +{"type":"Feature","id":"n251973639","geometry":{"type":"Point","coordinates":[-0.6111775,51.7075759]},"properties":{"@type":"node","@id":251973639,"@timestamp":1449856818},"coords":"51.7075759,-0.6111775","bedrooms":"1","price":"256000","area":"578"} , +{"type":"Feature","id":"n251977004","geometry":{"type":"Point","coordinates":[-0.6122068,51.7055818]},"properties":{"@type":"node","@id":251977004,"@timestamp":1614136199},"coords":"51.7055818,-0.6122068","bedrooms":"3","price":"271000","area":"463"} , +{"type":"Feature","id":"n251977327","geometry":{"type":"Point","coordinates":[-0.6128371,51.7046714]},"properties":{"@type":"node","@id":251977327,"@timestamp":1387652468},"coords":"51.7046714,-0.6128371","bedrooms":"1","price":"157000","area":"359"} , +{"type":"Feature","id":"n251978150","geometry":{"type":"Point","coordinates":[-0.6130877,51.7046518]},"properties":{"@type":"node","@id":251978150,"@timestamp":1350497739},"coords":"51.7046518,-0.6130877","bedrooms":"3","price":"171000","area":"368"} , +{"type":"Feature","id":"n251978610","geometry":{"type":"Point","coordinates":[-0.6125859,51.7053818]},"properties":{"@type":"node","@id":251978610,"@timestamp":1285023669},"coords":"51.7053818,-0.6125859","bedrooms":"1","price":"234000","area":"503"} , +{"type":"Feature","id":"n251992429","geometry":{"type":"Point","coordinates":[0.4916734,51.4257541]},"properties":{"@type":"node","@id":251992429,"@timestamp":1291819844},"coords":"51.4257541,0.4916734","bedrooms":"2","price":"184000","area":"403"} , +{"type":"Feature","id":"n252027287","geometry":{"type":"Point","coordinates":[-0.0882113,51.5454188]},"properties":{"@type":"node","@id":252027287,"@timestamp":1205461653},"coords":"51.5454188,-0.0882113","bedrooms":"4","price":"281000","area":"551"} , +{"type":"Feature","id":"n252041390","geometry":{"type":"Point","coordinates":[-0.6302159,51.7899118]},"properties":{"@type":"node","@id":252041390,"@timestamp":1205484431},"coords":"51.7899118,-0.6302159","bedrooms":"4","price":"184000","area":"693"} , +{"type":"Feature","id":"n252041464","geometry":{"type":"Point","coordinates":[-0.4945195,51.7427561]},"properties":{"@type":"node","@id":252041464,"@timestamp":1206226696},"coords":"51.7427561,-0.4945195","bedrooms":"0","price":"265000","area":"667"} , +{"type":"Feature","id":"n252053051","geometry":{"type":"Point","coordinates":[-0.9308314,51.104846]},"properties":{"@type":"node","@id":252053051,"@timestamp":1405948938},"coords":"51.104846,-0.9308314","bedrooms":"2","price":"213000","area":"412"} , +{"type":"Feature","id":"n252054097","geometry":{"type":"Point","coordinates":[-0.9585047,51.1594454]},"properties":{"@type":"node","@id":252054097,"@timestamp":1491081246},"coords":"51.1594454,-0.9585047","bedrooms":"3","price":"191000","area":"396"} , +{"type":"Feature","id":"n252062148","geometry":{"type":"Point","coordinates":[-0.0918738,51.546016]},"properties":{"@type":"node","@id":252062148,"@timestamp":1205514668},"coords":"51.546016,-0.0918738","bedrooms":"0","price":"278000","area":"567"} , +{"type":"Feature","id":"n252063008","geometry":{"type":"Point","coordinates":[-0.0883998,51.545891]},"properties":{"@type":"node","@id":252063008,"@timestamp":1205498193},"coords":"51.545891,-0.0883998","bedrooms":"1","price":"240000","area":"669"} , +{"type":"Feature","id":"n252065186","geometry":{"type":"Point","coordinates":[0.0017589,51.6745772]},"properties":{"@type":"node","@id":252065186,"@timestamp":1533592172},"coords":"51.6745772,0.0017589","bedrooms":"0","price":"233000","area":"395"} , +{"type":"Feature","id":"n252085802","geometry":{"type":"Point","coordinates":[-0.0921595,51.5470467]},"properties":{"@type":"node","@id":252085802,"@timestamp":1511965072},"coords":"51.5470467,-0.0921595","bedrooms":"1","price":"229000","area":"613"} , +{"type":"Feature","id":"n252085832","geometry":{"type":"Point","coordinates":[-0.0926508,51.5453829]},"properties":{"@type":"node","@id":252085832,"@timestamp":1205516969},"coords":"51.5453829,-0.0926508","bedrooms":"2","price":"205000","area":"687"} , +{"type":"Feature","id":"n252092046","geometry":{"type":"Point","coordinates":[-1.0539424,50.9623487]},"properties":{"@type":"node","@id":252092046,"@timestamp":1420659673},"coords":"50.9623487,-1.0539424","bedrooms":"3","price":"282000","area":"684"} , +{"type":"Feature","id":"n252111100","geometry":{"type":"Point","coordinates":[-0.0923159,51.5460543]},"properties":{"@type":"node","@id":252111100,"@timestamp":1205516973},"coords":"51.5460543,-0.0923159","bedrooms":"0","price":"294000","area":"618"} , +{"type":"Feature","id":"n252114734","geometry":{"type":"Point","coordinates":[-0.1802877,51.931666]},"properties":{"@type":"node","@id":252114734,"@timestamp":1636283879},"coords":"51.931666,-0.1802877","bedrooms":"2","price":"225000","area":"426"} , +{"type":"Feature","id":"n252117525","geometry":{"type":"Point","coordinates":[-0.1672964,51.9328146]},"properties":{"@type":"node","@id":252117525,"@timestamp":1291609986},"coords":"51.9328146,-0.1672964","bedrooms":"3","price":"258000","area":"511"} , +{"type":"Feature","id":"n252117578","geometry":{"type":"Point","coordinates":[-0.1508574,51.9403974]},"properties":{"@type":"node","@id":252117578,"@timestamp":1205515390},"coords":"51.9403974,-0.1508574","bedrooms":"1","price":"244000","area":"391"} , +{"type":"Feature","id":"n252118117","geometry":{"type":"Point","coordinates":[-0.3231199,51.2525427]},"properties":{"@type":"node","@id":252118117,"@timestamp":1551236498},"coords":"51.2525427,-0.3231199","bedrooms":"4","price":"252000","area":"405"} , +{"type":"Feature","id":"n252121346","geometry":{"type":"Point","coordinates":[0.1585419,51.4000612]},"properties":{"@type":"node","@id":252121346,"@timestamp":1254838691},"coords":"51.4000612,0.1585419","bedrooms":"2","price":"156000","area":"523"} , +{"type":"Feature","id":"n252125402","geometry":{"type":"Point","coordinates":[-0.0933786,51.544379]},"properties":{"@type":"node","@id":252125402,"@timestamp":1205518984},"coords":"51.544379,-0.0933786","bedrooms":"4","price":"185000","area":"646"} , +{"type":"Feature","id":"n252126479","geometry":{"type":"Point","coordinates":[-0.0934629,51.5440426]},"properties":{"@type":"node","@id":252126479,"@timestamp":1205519818},"coords":"51.5440426,-0.0934629","bedrooms":"2","price":"167000","area":"541"} , +{"type":"Feature","id":"n252127093","geometry":{"type":"Point","coordinates":[-0.0931367,51.5443747]},"properties":{"@type":"node","@id":252127093,"@timestamp":1205597206},"coords":"51.5443747,-0.0931367","bedrooms":"1","price":"247000","area":"519"} , +{"type":"Feature","id":"n252127123","geometry":{"type":"Point","coordinates":[-1.1146777,51.2591223]},"properties":{"@type":"node","@id":252127123,"@timestamp":1205519843},"coords":"51.2591223,-1.1146777","bedrooms":"3","price":"281000","area":"519"} , +{"type":"Feature","id":"n252128395","geometry":{"type":"Point","coordinates":[-0.5893166,51.2513224]},"properties":{"@type":"node","@id":252128395,"@timestamp":1205520703},"coords":"51.2513224,-0.5893166","bedrooms":"3","price":"179000","area":"655"} , +{"type":"Feature","id":"n252129335","geometry":{"type":"Point","coordinates":[-0.5882094,51.2500505]},"properties":{"@type":"node","@id":252129335,"@timestamp":1576665070},"coords":"51.2500505,-0.5882094","bedrooms":"2","price":"279000","area":"542"} , +{"type":"Feature","id":"n252129468","geometry":{"type":"Point","coordinates":[-0.588567,51.2496585]},"properties":{"@type":"node","@id":252129468,"@timestamp":1613076553},"coords":"51.2496585,-0.588567","bedrooms":"4","price":"291000","area":"449"} , +{"type":"Feature","id":"n252149698","geometry":{"type":"Point","coordinates":[-0.5914476,51.5000297]},"properties":{"@type":"node","@id":252149698,"@timestamp":1586081763},"coords":"51.5000297,-0.5914476","bedrooms":"4","price":"241000","area":"458"} , +{"type":"Feature","id":"n252185490","geometry":{"type":"Point","coordinates":[0.1147758,51.3916733]},"properties":{"@type":"node","@id":252185490,"@timestamp":1619396451},"coords":"51.3916733,0.1147758","bedrooms":"0","price":"217000","area":"543"} , +{"type":"Feature","id":"n252189055","geometry":{"type":"Point","coordinates":[-0.5198247,51.386957]},"properties":{"@type":"node","@id":252189055,"@timestamp":1205573635},"coords":"51.386957,-0.5198247","bedrooms":"1","price":"286000","area":"453"} , +{"type":"Feature","id":"n252190052","geometry":{"type":"Point","coordinates":[-0.4910028,51.3797575]},"properties":{"@type":"node","@id":252190052,"@timestamp":1205573635},"coords":"51.3797575,-0.4910028","bedrooms":"2","price":"188000","area":"581"} , +{"type":"Feature","id":"n252191229","geometry":{"type":"Point","coordinates":[-0.5039018,51.3018873]},"properties":{"@type":"node","@id":252191229,"@timestamp":1279908620},"coords":"51.3018873,-0.5039018","bedrooms":"3","price":"249000","area":"452"} , +{"type":"Feature","id":"n252191638","geometry":{"type":"Point","coordinates":[-0.5373076,51.2961212]},"properties":{"@type":"node","@id":252191638,"@timestamp":1205575455},"coords":"51.2961212,-0.5373076","bedrooms":"3","price":"210000","area":"552"} , +{"type":"Feature","id":"n252192186","geometry":{"type":"Point","coordinates":[-0.5025593,51.3196269]},"properties":{"@type":"node","@id":252192186,"@timestamp":1205575984},"coords":"51.3196269,-0.5025593","bedrooms":"1","price":"203000","area":"597"} , +{"type":"Feature","id":"n252192729","geometry":{"type":"Point","coordinates":[-0.4442288,51.3285199]},"properties":{"@type":"node","@id":252192729,"@timestamp":1205576795},"coords":"51.3285199,-0.4442288","bedrooms":"2","price":"170000","area":"350"} , +{"type":"Feature","id":"n252193027","geometry":{"type":"Point","coordinates":[-0.3479525,51.3155982]},"properties":{"@type":"node","@id":252193027,"@timestamp":1205577187},"coords":"51.3155982,-0.3479525","bedrooms":"4","price":"284000","area":"524"} , +{"type":"Feature","id":"n252193072","geometry":{"type":"Point","coordinates":[-0.3397728,51.3085856]},"properties":{"@type":"node","@id":252193072,"@timestamp":1632337650},"coords":"51.3085856,-0.3397728","bedrooms":"2","price":"218000","area":"431"} , +{"type":"Feature","id":"n252193971","geometry":{"type":"Point","coordinates":[-0.3429688,51.323072]},"properties":{"@type":"node","@id":252193971,"@timestamp":1594056458},"coords":"51.323072,-0.3429688","bedrooms":"0","price":"190000","area":"595"} , +{"type":"Feature","id":"n252195807","geometry":{"type":"Point","coordinates":[-0.2637382,51.3840828]},"properties":{"@type":"node","@id":252195807,"@timestamp":1568186543},"coords":"51.3840828,-0.2637382","bedrooms":"2","price":"291000","area":"537"} , +{"type":"Feature","id":"n252197162","geometry":{"type":"Point","coordinates":[-0.2301295,51.385099]},"properties":{"@type":"node","@id":252197162,"@timestamp":1205579814},"coords":"51.385099,-0.2301295","bedrooms":"0","price":"253000","area":"515"} , +{"type":"Feature","id":"n252197993","geometry":{"type":"Point","coordinates":[-0.1991822,51.3798606]},"properties":{"@type":"node","@id":252197993,"@timestamp":1617730733},"coords":"51.3798606,-0.1991822","bedrooms":"2","price":"257000","area":"559"} , +{"type":"Feature","id":"n252199295","geometry":{"type":"Point","coordinates":[-0.1437409,51.3835991]},"properties":{"@type":"node","@id":252199295,"@timestamp":1205580505},"coords":"51.3835991,-0.1437409","bedrooms":"0","price":"150000","area":"615"} , +{"type":"Feature","id":"n252200440","geometry":{"type":"Point","coordinates":[-0.1531994,51.3870434]},"properties":{"@type":"node","@id":252200440,"@timestamp":1205581263},"coords":"51.3870434,-0.1531994","bedrooms":"3","price":"256000","area":"649"} , +{"type":"Feature","id":"n252202483","geometry":{"type":"Point","coordinates":[-0.1257808,51.3751043]},"properties":{"@type":"node","@id":252202483,"@timestamp":1205581979},"coords":"51.3751043,-0.1257808","bedrooms":"1","price":"236000","area":"581"} , +{"type":"Feature","id":"n252202506","geometry":{"type":"Point","coordinates":[-0.1226812,51.3786678]},"properties":{"@type":"node","@id":252202506,"@timestamp":1444924312},"coords":"51.3786678,-0.1226812","bedrooms":"4","price":"224000","area":"516"} , +{"type":"Feature","id":"n252205262","geometry":{"type":"Point","coordinates":[-0.6017751,51.2556434]},"properties":{"@type":"node","@id":252205262,"@timestamp":1428348756},"coords":"51.2556434,-0.6017751","bedrooms":"2","price":"196000","area":"409"} , +{"type":"Feature","id":"n252205732","geometry":{"type":"Point","coordinates":[-0.5960267,51.2441365]},"properties":{"@type":"node","@id":252205732,"@timestamp":1205585097},"coords":"51.2441365,-0.5960267","bedrooms":"2","price":"213000","area":"436"} , +{"type":"Feature","id":"n252206108","geometry":{"type":"Point","coordinates":[0.3214947,51.4504225]},"properties":{"@type":"node","@id":252206108,"@timestamp":1205585293},"coords":"51.4504225,0.3214947","bedrooms":"4","price":"266000","area":"365"} , +{"type":"Feature","id":"n252206220","geometry":{"type":"Point","coordinates":[-0.6104652,51.2502875]},"properties":{"@type":"node","@id":252206220,"@timestamp":1205585246},"coords":"51.2502875,-0.6104652","bedrooms":"1","price":"197000","area":"660"} , +{"type":"Feature","id":"n252206236","geometry":{"type":"Point","coordinates":[-0.611072,51.2501117]},"properties":{"@type":"node","@id":252206236,"@timestamp":1205585247},"coords":"51.2501117,-0.611072","bedrooms":"3","price":"226000","area":"583"} , +{"type":"Feature","id":"n252206305","geometry":{"type":"Point","coordinates":[-0.6151079,51.2456984]},"properties":{"@type":"node","@id":252206305,"@timestamp":1205585373},"coords":"51.2456984,-0.6151079","bedrooms":"0","price":"167000","area":"699"} , +{"type":"Feature","id":"n252208898","geometry":{"type":"Point","coordinates":[-0.6137916,51.2497983]},"properties":{"@type":"node","@id":252208898,"@timestamp":1205586284},"coords":"51.2497983,-0.6137916","bedrooms":"3","price":"244000","area":"404"} , +{"type":"Feature","id":"n252213750","geometry":{"type":"Point","coordinates":[-0.5924167,51.2464193]},"properties":{"@type":"node","@id":252213750,"@timestamp":1383438182},"coords":"51.2464193,-0.5924167","bedrooms":"2","price":"157000","area":"428"} , +{"type":"Feature","id":"n252261336","geometry":{"type":"Point","coordinates":[-0.0029302,51.6865308]},"properties":{"@type":"node","@id":252261336,"@timestamp":1588653588},"coords":"51.6865308,-0.0029302","bedrooms":"0","price":"284000","area":"504"} , +{"type":"Feature","id":"n252269330","geometry":{"type":"Point","coordinates":[-0.092663,51.5453968]},"properties":{"@type":"node","@id":252269330,"@timestamp":1205600750},"coords":"51.5453968,-0.092663","bedrooms":"4","price":"162000","area":"632"} , +{"type":"Feature","id":"n252269340","geometry":{"type":"Point","coordinates":[-0.0921087,51.5467454]},"properties":{"@type":"node","@id":252269340,"@timestamp":1233532243},"coords":"51.5467454,-0.0921087","bedrooms":"2","price":"155000","area":"667"} , +{"type":"Feature","id":"n252270092","geometry":{"type":"Point","coordinates":[-0.0959773,51.5430144]},"properties":{"@type":"node","@id":252270092,"@timestamp":1233519015},"coords":"51.5430144,-0.0959773","bedrooms":"0","price":"261000","area":"405"} , +{"type":"Feature","id":"n252271848","geometry":{"type":"Point","coordinates":[-0.1910974,51.2284718]},"properties":{"@type":"node","@id":252271848,"@timestamp":1205601902},"coords":"51.2284718,-0.1910974","bedrooms":"1","price":"199000","area":"458"} , +{"type":"Feature","id":"n252271861","geometry":{"type":"Point","coordinates":[-0.1902592,51.2284897]},"properties":{"@type":"node","@id":252271861,"@timestamp":1205601903},"coords":"51.2284897,-0.1902592","bedrooms":"4","price":"176000","area":"600"} , +{"type":"Feature","id":"n252280762","geometry":{"type":"Point","coordinates":[0.5550882,51.4208994]},"properties":{"@type":"node","@id":252280762,"@timestamp":1402097450},"coords":"51.4208994,0.5550882","bedrooms":"0","price":"261000","area":"687"} , +{"type":"Feature","id":"n252384301","geometry":{"type":"Point","coordinates":[-0.0091892,51.6768487]},"properties":{"@type":"node","@id":252384301,"@timestamp":1618065658},"coords":"51.6768487,-0.0091892","bedrooms":"0","price":"262000","area":"425"} , +{"type":"Feature","id":"n252418879","geometry":{"type":"Point","coordinates":[0.0692229,51.2394457]},"properties":{"@type":"node","@id":252418879,"@timestamp":1205680847},"coords":"51.2394457,0.0692229","bedrooms":"0","price":"157000","area":"375"} , +{"type":"Feature","id":"n252419285","geometry":{"type":"Point","coordinates":[-0.2516851,51.351598]},"properties":{"@type":"node","@id":252419285,"@timestamp":1344698926},"coords":"51.351598,-0.2516851","bedrooms":"1","price":"254000","area":"560"} , +{"type":"Feature","id":"n252503589","geometry":{"type":"Point","coordinates":[-0.5494481,51.5007205]},"properties":{"@type":"node","@id":252503589,"@timestamp":1608581344},"coords":"51.5007205,-0.5494481","bedrooms":"4","price":"182000","area":"547"} , +{"type":"Feature","id":"n252524763","geometry":{"type":"Point","coordinates":[-0.0803599,51.5298413]},"properties":{"@type":"node","@id":252524763,"@timestamp":1422100680},"coords":"51.5298413,-0.0803599","bedrooms":"3","price":"161000","area":"655"} , +{"type":"Feature","id":"n252592057","geometry":{"type":"Point","coordinates":[0.6805215,51.5536223]},"properties":{"@type":"node","@id":252592057,"@timestamp":1485210922},"coords":"51.5536223,0.6805215","bedrooms":"0","price":"233000","area":"457"} , +{"type":"Feature","id":"n252602775","geometry":{"type":"Point","coordinates":[0.1704786,51.6905805]},"properties":{"@type":"node","@id":252602775,"@timestamp":1613952094},"coords":"51.6905805,0.1704786","bedrooms":"1","price":"174000","area":"402"} , +{"type":"Feature","id":"n252616060","geometry":{"type":"Point","coordinates":[-0.0946613,51.5433862]},"properties":{"@type":"node","@id":252616060,"@timestamp":1205773526},"coords":"51.5433862,-0.0946613","bedrooms":"1","price":"175000","area":"561"} , +{"type":"Feature","id":"n252649945","geometry":{"type":"Point","coordinates":[-0.2386482,51.7936845]},"properties":{"@type":"node","@id":252649945,"@timestamp":1341316945},"coords":"51.7936845,-0.2386482","bedrooms":"0","price":"270000","area":"359"} , +{"type":"Feature","id":"n252658410","geometry":{"type":"Point","coordinates":[-0.832117,51.124544]},"properties":{"@type":"node","@id":252658410,"@timestamp":1325282849},"coords":"51.124544,-0.832117","bedrooms":"1","price":"228000","area":"387"} , +{"type":"Feature","id":"n252663602","geometry":{"type":"Point","coordinates":[-0.2113887,51.5919421]},"properties":{"@type":"node","@id":252663602,"@timestamp":1503936253},"coords":"51.5919421,-0.2113887","bedrooms":"1","price":"206000","area":"672"} , +{"type":"Feature","id":"n252681690","geometry":{"type":"Point","coordinates":[-0.4396177,51.8792826]},"properties":{"@type":"node","@id":252681690,"@timestamp":1245179097},"coords":"51.8792826,-0.4396177","bedrooms":"2","price":"174000","area":"566"} , +{"type":"Feature","id":"n252701185","geometry":{"type":"Point","coordinates":[0.4994765,51.3944776]},"properties":{"@type":"node","@id":252701185,"@timestamp":1526825512},"coords":"51.3944776,0.4994765","bedrooms":"1","price":"228000","area":"394"} , +{"type":"Feature","id":"n252707575","geometry":{"type":"Point","coordinates":[0.2030218,51.4388564]},"properties":{"@type":"node","@id":252707575,"@timestamp":1593798221},"coords":"51.4388564,0.2030218","bedrooms":"0","price":"246000","area":"517"} , +{"type":"Feature","id":"n252725268","geometry":{"type":"Point","coordinates":[-0.3386459,51.4583659]},"properties":{"@type":"node","@id":252725268,"@timestamp":1205850166},"coords":"51.4583659,-0.3386459","bedrooms":"1","price":"282000","area":"484"} , +{"type":"Feature","id":"n252725286","geometry":{"type":"Point","coordinates":[-0.3326312,51.4599819]},"properties":{"@type":"node","@id":252725286,"@timestamp":1205850167},"coords":"51.4599819,-0.3326312","bedrooms":"0","price":"222000","area":"618"} , +{"type":"Feature","id":"n252725296","geometry":{"type":"Point","coordinates":[-0.3338104,51.4579666]},"properties":{"@type":"node","@id":252725296,"@timestamp":1205850168},"coords":"51.4579666,-0.3338104","bedrooms":"3","price":"228000","area":"397"} , +{"type":"Feature","id":"n252725313","geometry":{"type":"Point","coordinates":[-0.3351784,51.4599616]},"properties":{"@type":"node","@id":252725313,"@timestamp":1205850172},"coords":"51.4599616,-0.3351784","bedrooms":"4","price":"214000","area":"515"} , +{"type":"Feature","id":"n252725323","geometry":{"type":"Point","coordinates":[-0.3360347,51.4597276]},"properties":{"@type":"node","@id":252725323,"@timestamp":1205850176},"coords":"51.4597276,-0.3360347","bedrooms":"2","price":"186000","area":"520"} , +{"type":"Feature","id":"n252725334","geometry":{"type":"Point","coordinates":[-0.3324113,51.456427]},"properties":{"@type":"node","@id":252725334,"@timestamp":1205856324},"coords":"51.456427,-0.3324113","bedrooms":"4","price":"182000","area":"371"} , +{"type":"Feature","id":"n252728078","geometry":{"type":"Point","coordinates":[-0.3147769,51.8143136]},"properties":{"@type":"node","@id":252728078,"@timestamp":1633270634},"coords":"51.8143136,-0.3147769","bedrooms":"4","price":"151000","area":"663"} , +{"type":"Feature","id":"n252731727","geometry":{"type":"Point","coordinates":[-0.3405161,51.4584361]},"properties":{"@type":"node","@id":252731727,"@timestamp":1205853527},"coords":"51.4584361,-0.3405161","bedrooms":"2","price":"172000","area":"487"} , +{"type":"Feature","id":"n252731857","geometry":{"type":"Point","coordinates":[-0.3388409,51.4562742]},"properties":{"@type":"node","@id":252731857,"@timestamp":1205853550},"coords":"51.4562742,-0.3388409","bedrooms":"1","price":"157000","area":"542"} , +{"type":"Feature","id":"n252734514","geometry":{"type":"Point","coordinates":[-0.342517,51.783253]},"properties":{"@type":"node","@id":252734514,"@timestamp":1406755875},"coords":"51.783253,-0.342517","bedrooms":"2","price":"236000","area":"464"} , +{"type":"Feature","id":"n252738269","geometry":{"type":"Point","coordinates":[-0.3354451,51.4549389]},"properties":{"@type":"node","@id":252738269,"@timestamp":1205856309},"coords":"51.4549389,-0.3354451","bedrooms":"4","price":"225000","area":"392"} , +{"type":"Feature","id":"n252738295","geometry":{"type":"Point","coordinates":[-0.3305956,51.4562242]},"properties":{"@type":"node","@id":252738295,"@timestamp":1205856311},"coords":"51.4562242,-0.3305956","bedrooms":"4","price":"178000","area":"454"} , +{"type":"Feature","id":"n252738318","geometry":{"type":"Point","coordinates":[-0.3326624,51.4593595]},"properties":{"@type":"node","@id":252738318,"@timestamp":1205856312},"coords":"51.4593595,-0.3326624","bedrooms":"0","price":"290000","area":"498"} , +{"type":"Feature","id":"n252738330","geometry":{"type":"Point","coordinates":[-0.3327638,51.4599866]},"properties":{"@type":"node","@id":252738330,"@timestamp":1205856314},"coords":"51.4599866,-0.3327638","bedrooms":"2","price":"172000","area":"599"} , +{"type":"Feature","id":"n252738345","geometry":{"type":"Point","coordinates":[-0.3336888,51.4592909]},"properties":{"@type":"node","@id":252738345,"@timestamp":1205856315},"coords":"51.4592909,-0.3336888","bedrooms":"1","price":"222000","area":"617"} , +{"type":"Feature","id":"n252738376","geometry":{"type":"Point","coordinates":[-0.3357758,51.4579635]},"properties":{"@type":"node","@id":252738376,"@timestamp":1205856317},"coords":"51.4579635,-0.3357758","bedrooms":"1","price":"283000","area":"574"} , +{"type":"Feature","id":"n252738395","geometry":{"type":"Point","coordinates":[-0.3355106,51.4591146]},"properties":{"@type":"node","@id":252738395,"@timestamp":1205856318},"coords":"51.4591146,-0.3355106","bedrooms":"4","price":"168000","area":"631"} , +{"type":"Feature","id":"n252738405","geometry":{"type":"Point","coordinates":[-0.3350895,51.4580025]},"properties":{"@type":"node","@id":252738405,"@timestamp":1205856319},"coords":"51.4580025,-0.3350895","bedrooms":"2","price":"210000","area":"618"} , +{"type":"Feature","id":"n252753381","geometry":{"type":"Point","coordinates":[-0.3256682,51.4592852]},"properties":{"@type":"node","@id":252753381,"@timestamp":1205862132},"coords":"51.4592852,-0.3256682","bedrooms":"4","price":"298000","area":"615"} , +{"type":"Feature","id":"n252755827","geometry":{"type":"Point","coordinates":[-0.3358622,51.4592574]},"properties":{"@type":"node","@id":252755827,"@timestamp":1205863400},"coords":"51.4592574,-0.3358622","bedrooms":"3","price":"159000","area":"523"} , +{"type":"Feature","id":"n252755837","geometry":{"type":"Point","coordinates":[-0.3353002,51.4596989]},"properties":{"@type":"node","@id":252755837,"@timestamp":1205863401},"coords":"51.4596989,-0.3353002","bedrooms":"1","price":"203000","area":"642"} , +{"type":"Feature","id":"n252755847","geometry":{"type":"Point","coordinates":[-0.3333387,51.459594]},"properties":{"@type":"node","@id":252755847,"@timestamp":1205863402},"coords":"51.459594,-0.3333387","bedrooms":"1","price":"258000","area":"446"} , +{"type":"Feature","id":"n252755858","geometry":{"type":"Point","coordinates":[-0.3344752,51.4593967]},"properties":{"@type":"node","@id":252755858,"@timestamp":1205863402},"coords":"51.4593967,-0.3344752","bedrooms":"4","price":"245000","area":"469"} , +{"type":"Feature","id":"n252755869","geometry":{"type":"Point","coordinates":[-0.3345942,51.4581444]},"properties":{"@type":"node","@id":252755869,"@timestamp":1205863403},"coords":"51.4581444,-0.3345942","bedrooms":"0","price":"150000","area":"585"} , +{"type":"Feature","id":"n252755879","geometry":{"type":"Point","coordinates":[-0.3343249,51.4578814]},"properties":{"@type":"node","@id":252755879,"@timestamp":1205863404},"coords":"51.4578814,-0.3343249","bedrooms":"3","price":"265000","area":"593"} , +{"type":"Feature","id":"n252755889","geometry":{"type":"Point","coordinates":[-0.3362504,51.4584481]},"properties":{"@type":"node","@id":252755889,"@timestamp":1205863405},"coords":"51.4584481,-0.3362504","bedrooms":"1","price":"261000","area":"577"} , +{"type":"Feature","id":"n252755900","geometry":{"type":"Point","coordinates":[-0.3356368,51.4574477]},"properties":{"@type":"node","@id":252755900,"@timestamp":1205863405},"coords":"51.4574477,-0.3356368","bedrooms":"3","price":"199000","area":"458"} , +{"type":"Feature","id":"n252755910","geometry":{"type":"Point","coordinates":[-0.3331539,51.457047]},"properties":{"@type":"node","@id":252755910,"@timestamp":1205863406},"coords":"51.457047,-0.3331539","bedrooms":"4","price":"272000","area":"490"} , +{"type":"Feature","id":"n252755920","geometry":{"type":"Point","coordinates":[-0.3317481,51.4577827]},"properties":{"@type":"node","@id":252755920,"@timestamp":1205863407},"coords":"51.4577827,-0.3317481","bedrooms":"3","price":"281000","area":"404"} , +{"type":"Feature","id":"n252755930","geometry":{"type":"Point","coordinates":[-0.3319986,51.4576356]},"properties":{"@type":"node","@id":252755930,"@timestamp":1205863408},"coords":"51.4576356,-0.3319986","bedrooms":"1","price":"200000","area":"412"} , +{"type":"Feature","id":"n252755940","geometry":{"type":"Point","coordinates":[-0.3317481,51.4570532]},"properties":{"@type":"node","@id":252755940,"@timestamp":1205863409},"coords":"51.4570532,-0.3317481","bedrooms":"3","price":"214000","area":"558"} , +{"type":"Feature","id":"n252755950","geometry":{"type":"Point","coordinates":[-0.3327125,51.457047]},"properties":{"@type":"node","@id":252755950,"@timestamp":1205863409},"coords":"51.457047,-0.3327125","bedrooms":"2","price":"260000","area":"443"} , +{"type":"Feature","id":"n252755961","geometry":{"type":"Point","coordinates":[-0.3324839,51.4573319]},"properties":{"@type":"node","@id":252755961,"@timestamp":1205863410},"coords":"51.4573319,-0.3324839","bedrooms":"0","price":"238000","area":"557"} , +{"type":"Feature","id":"n252755971","geometry":{"type":"Point","coordinates":[-0.3328283,51.4574634]},"properties":{"@type":"node","@id":252755971,"@timestamp":1205863411},"coords":"51.4574634,-0.3328283","bedrooms":"4","price":"292000","area":"604"} , +{"type":"Feature","id":"n252756267","geometry":{"type":"Point","coordinates":[-0.3366356,51.4592637]},"properties":{"@type":"node","@id":252756267,"@timestamp":1205863640},"coords":"51.4592637,-0.3366356","bedrooms":"0","price":"247000","area":"448"} , +{"type":"Feature","id":"n252765553","geometry":{"type":"Point","coordinates":[0.8951227,51.1645821]},"properties":{"@type":"node","@id":252765553,"@timestamp":1205864986},"coords":"51.1645821,0.8951227","bedrooms":"2","price":"153000","area":"669"} , +{"type":"Feature","id":"n252789594","geometry":{"type":"Point","coordinates":[-0.7892703,51.2915823]},"properties":{"@type":"node","@id":252789594,"@timestamp":1424467906},"coords":"51.2915823,-0.7892703","bedrooms":"4","price":"150000","area":"412"} , +{"type":"Feature","id":"n252798969","geometry":{"type":"Point","coordinates":[-1.1119437,51.25171]},"properties":{"@type":"node","@id":252798969,"@timestamp":1205872102},"coords":"51.25171,-1.1119437","bedrooms":"2","price":"190000","area":"408"} , +{"type":"Feature","id":"n252799038","geometry":{"type":"Point","coordinates":[-1.1141245,51.2546377]},"properties":{"@type":"node","@id":252799038,"@timestamp":1205872108},"coords":"51.2546377,-1.1141245","bedrooms":"3","price":"220000","area":"569"} , +{"type":"Feature","id":"n252856817","geometry":{"type":"Point","coordinates":[0.2149898,51.8736868]},"properties":{"@type":"node","@id":252856817,"@timestamp":1605710288},"coords":"51.8736868,0.2149898","bedrooms":"3","price":"206000","area":"498"} , +{"type":"Feature","id":"n252861920","geometry":{"type":"Point","coordinates":[-0.4620952,51.4816093]},"properties":{"@type":"node","@id":252861920,"@timestamp":1205925308},"coords":"51.4816093,-0.4620952","bedrooms":"1","price":"228000","area":"439"} , +{"type":"Feature","id":"n252864962","geometry":{"type":"Point","coordinates":[-0.4596306,51.4822904]},"properties":{"@type":"node","@id":252864962,"@timestamp":1206386264},"coords":"51.4822904,-0.4596306","bedrooms":"1","price":"201000","area":"646"} , +{"type":"Feature","id":"n252928996","geometry":{"type":"Point","coordinates":[-0.1869085,51.3376656]},"properties":{"@type":"node","@id":252928996,"@timestamp":1205945221},"coords":"51.3376656,-0.1869085","bedrooms":"3","price":"263000","area":"451"} , +{"type":"Feature","id":"n252929006","geometry":{"type":"Point","coordinates":[-0.1879474,51.337851]},"properties":{"@type":"node","@id":252929006,"@timestamp":1205945222},"coords":"51.337851,-0.1879474","bedrooms":"1","price":"272000","area":"549"} , +{"type":"Feature","id":"n252929016","geometry":{"type":"Point","coordinates":[-0.1877012,51.3386486]},"properties":{"@type":"node","@id":252929016,"@timestamp":1205945223},"coords":"51.3386486,-0.1877012","bedrooms":"4","price":"193000","area":"472"} , +{"type":"Feature","id":"n252929026","geometry":{"type":"Point","coordinates":[-0.1870818,51.3385551]},"properties":{"@type":"node","@id":252929026,"@timestamp":1205945223},"coords":"51.3385551,-0.1870818","bedrooms":"0","price":"187000","area":"608"} , +{"type":"Feature","id":"n252929550","geometry":{"type":"Point","coordinates":[-0.1891651,51.3384138]},"properties":{"@type":"node","@id":252929550,"@timestamp":1205945494},"coords":"51.3384138,-0.1891651","bedrooms":"0","price":"155000","area":"489"} , +{"type":"Feature","id":"n252929571","geometry":{"type":"Point","coordinates":[-0.1911053,51.3374558]},"properties":{"@type":"node","@id":252929571,"@timestamp":1205945496},"coords":"51.3374558,-0.1911053","bedrooms":"1","price":"290000","area":"398"} , +{"type":"Feature","id":"n252929584","geometry":{"type":"Point","coordinates":[-0.1905943,51.3377262]},"properties":{"@type":"node","@id":252929584,"@timestamp":1205945497},"coords":"51.3377262,-0.1905943","bedrooms":"2","price":"232000","area":"439"} , +{"type":"Feature","id":"n252929594","geometry":{"type":"Point","coordinates":[-0.1895387,51.337351]},"properties":{"@type":"node","@id":252929594,"@timestamp":1205945497},"coords":"51.337351,-0.1895387","bedrooms":"1","price":"163000","area":"441"} , +{"type":"Feature","id":"n252929607","geometry":{"type":"Point","coordinates":[-0.1881149,51.3395726]},"properties":{"@type":"node","@id":252929607,"@timestamp":1205945498},"coords":"51.3395726,-0.1881149","bedrooms":"1","price":"271000","area":"364"} , +{"type":"Feature","id":"n252929617","geometry":{"type":"Point","coordinates":[-0.189183,51.3393933]},"properties":{"@type":"node","@id":252929617,"@timestamp":1205945499},"coords":"51.3393933,-0.189183","bedrooms":"4","price":"210000","area":"619"} , +{"type":"Feature","id":"n252929750","geometry":{"type":"Point","coordinates":[-0.1888819,51.3369098]},"properties":{"@type":"node","@id":252929750,"@timestamp":1205945653},"coords":"51.3369098,-0.1888819","bedrooms":"3","price":"209000","area":"596"} , +{"type":"Feature","id":"n252929760","geometry":{"type":"Point","coordinates":[-0.1882405,51.335338]},"properties":{"@type":"node","@id":252929760,"@timestamp":1205945654},"coords":"51.335338,-0.1882405","bedrooms":"2","price":"182000","area":"510"} , +{"type":"Feature","id":"n252929770","geometry":{"type":"Point","coordinates":[-0.1881624,51.3351221]},"properties":{"@type":"node","@id":252929770,"@timestamp":1205945655},"coords":"51.3351221,-0.1881624","bedrooms":"0","price":"240000","area":"559"} , +{"type":"Feature","id":"n252929780","geometry":{"type":"Point","coordinates":[-0.1899724,51.3350886]},"properties":{"@type":"node","@id":252929780,"@timestamp":1205945656},"coords":"51.3350886,-0.1899724","bedrooms":"4","price":"238000","area":"622"} , +{"type":"Feature","id":"n252929790","geometry":{"type":"Point","coordinates":[-0.1893019,51.3356618]},"properties":{"@type":"node","@id":252929790,"@timestamp":1205945657},"coords":"51.3356618,-0.1893019","bedrooms":"4","price":"237000","area":"529"} , +{"type":"Feature","id":"n252929800","geometry":{"type":"Point","coordinates":[-0.1915111,51.3348573]},"properties":{"@type":"node","@id":252929800,"@timestamp":1205945658},"coords":"51.3348573,-0.1915111","bedrooms":"3","price":"155000","area":"536"} , +{"type":"Feature","id":"n252929982","geometry":{"type":"Point","coordinates":[-0.1918016,51.3365031]},"properties":{"@type":"node","@id":252929982,"@timestamp":1205945881},"coords":"51.3365031,-0.1918016","bedrooms":"4","price":"168000","area":"453"} , +{"type":"Feature","id":"n252931385","geometry":{"type":"Point","coordinates":[-0.1915353,51.3371246]},"properties":{"@type":"node","@id":252931385,"@timestamp":1205946852},"coords":"51.3371246,-0.1915353","bedrooms":"1","price":"202000","area":"473"} , +{"type":"Feature","id":"n252933458","geometry":{"type":"Point","coordinates":[-0.0930514,51.5416336]},"properties":{"@type":"node","@id":252933458,"@timestamp":1222299530},"coords":"51.5416336,-0.0930514","bedrooms":"4","price":"264000","area":"648"} , +{"type":"Feature","id":"n252947184","geometry":{"type":"Point","coordinates":[-1.1140522,51.2500782]},"properties":{"@type":"node","@id":252947184,"@timestamp":1520422779},"coords":"51.2500782,-1.1140522","bedrooms":"0","price":"154000","area":"441"} , +{"type":"Feature","id":"n253007674","geometry":{"type":"Point","coordinates":[-0.8049626,51.3254603]},"properties":{"@type":"node","@id":253007674,"@timestamp":1314093725},"coords":"51.3254603,-0.8049626","bedrooms":"3","price":"168000","area":"473"} , +{"type":"Feature","id":"n253017417","geometry":{"type":"Point","coordinates":[-0.300482,51.4103488]},"properties":{"@type":"node","@id":253017417,"@timestamp":1614085517},"coords":"51.4103488,-0.300482","bedrooms":"2","price":"280000","area":"586"} , +{"type":"Feature","id":"n253039186","geometry":{"type":"Point","coordinates":[-0.0956662,51.5432348]},"properties":{"@type":"node","@id":253039186,"@timestamp":1511965072},"coords":"51.5432348,-0.0956662","bedrooms":"1","price":"222000","area":"518"} , +{"type":"Feature","id":"n253050138","geometry":{"type":"Point","coordinates":[-0.2257188,51.3068578]},"properties":{"@type":"node","@id":253050138,"@timestamp":1206026878},"coords":"51.3068578,-0.2257188","bedrooms":"1","price":"150000","area":"675"} , +{"type":"Feature","id":"n253054050","geometry":{"type":"Point","coordinates":[-0.2268616,51.3039035]},"properties":{"@type":"node","@id":253054050,"@timestamp":1206028807},"coords":"51.3039035,-0.2268616","bedrooms":"0","price":"158000","area":"364"} , +{"type":"Feature","id":"n253069421","geometry":{"type":"Point","coordinates":[0.8832111,51.168023]},"properties":{"@type":"node","@id":253069421,"@timestamp":1207691837},"coords":"51.168023,0.8832111","bedrooms":"4","price":"212000","area":"566"} , +{"type":"Feature","id":"n253069433","geometry":{"type":"Point","coordinates":[0.8860919,51.1590501]},"properties":{"@type":"node","@id":253069433,"@timestamp":1206037633},"coords":"51.1590501,0.8860919","bedrooms":"1","price":"157000","area":"645"} , +{"type":"Feature","id":"n253095508","geometry":{"type":"Point","coordinates":[0.1687063,51.3932249]},"properties":{"@type":"node","@id":253095508,"@timestamp":1297550506},"coords":"51.3932249,0.1687063","bedrooms":"4","price":"150000","area":"488"} , +{"type":"Feature","id":"n253100877","geometry":{"type":"Point","coordinates":[-0.3604278,51.4744266]},"properties":{"@type":"node","@id":253100877,"@timestamp":1206054506},"coords":"51.4744266,-0.3604278","bedrooms":"4","price":"170000","area":"577"} , +{"type":"Feature","id":"n253100894","geometry":{"type":"Point","coordinates":[-0.3595446,51.4740166]},"properties":{"@type":"node","@id":253100894,"@timestamp":1206054507},"coords":"51.4740166,-0.3595446","bedrooms":"0","price":"290000","area":"410"} , +{"type":"Feature","id":"n253109653","geometry":{"type":"Point","coordinates":[0.7725896,51.4272428]},"properties":{"@type":"node","@id":253109653,"@timestamp":1206059003},"coords":"51.4272428,0.7725896","bedrooms":"4","price":"242000","area":"369"} , +{"type":"Feature","id":"n253111200","geometry":{"type":"Point","coordinates":[0.7519483,51.3985581]},"properties":{"@type":"node","@id":253111200,"@timestamp":1206059949},"coords":"51.3985581,0.7519483","bedrooms":"3","price":"173000","area":"667"} , +{"type":"Feature","id":"n253139652","geometry":{"type":"Point","coordinates":[-0.5071018,51.5077618]},"properties":{"@type":"node","@id":253139652,"@timestamp":1605982179},"coords":"51.5077618,-0.5071018","bedrooms":"3","price":"182000","area":"395"} , +{"type":"Feature","id":"n253161240","geometry":{"type":"Point","coordinates":[-0.549496,51.8580283]},"properties":{"@type":"node","@id":253161240,"@timestamp":1210115977},"coords":"51.8580283,-0.549496","bedrooms":"0","price":"246000","area":"369"} , +{"type":"Feature","id":"n253181356","geometry":{"type":"Point","coordinates":[-0.4080493,51.4477829]},"properties":{"@type":"node","@id":253181356,"@timestamp":1206108615},"coords":"51.4477829,-0.4080493","bedrooms":"1","price":"273000","area":"436"} , +{"type":"Feature","id":"n253181380","geometry":{"type":"Point","coordinates":[-0.4084774,51.4478144]},"properties":{"@type":"node","@id":253181380,"@timestamp":1206108617},"coords":"51.4478144,-0.4084774","bedrooms":"2","price":"284000","area":"606"} , +{"type":"Feature","id":"n253215783","geometry":{"type":"Point","coordinates":[-0.3855329,51.3624425]},"properties":{"@type":"node","@id":253215783,"@timestamp":1206119703},"coords":"51.3624425,-0.3855329","bedrooms":"0","price":"266000","area":"542"} , +{"type":"Feature","id":"n253215864","geometry":{"type":"Point","coordinates":[-0.5852596,51.73771]},"properties":{"@type":"node","@id":253215864,"@timestamp":1234486650},"coords":"51.73771,-0.5852596","bedrooms":"2","price":"224000","area":"507"} , +{"type":"Feature","id":"n253215877","geometry":{"type":"Point","coordinates":[-0.5814354,51.7393165]},"properties":{"@type":"node","@id":253215877,"@timestamp":1206119302},"coords":"51.7393165,-0.5814354","bedrooms":"0","price":"247000","area":"439"} , +{"type":"Feature","id":"n253215905","geometry":{"type":"Point","coordinates":[-0.5711857,51.7424226]},"properties":{"@type":"node","@id":253215905,"@timestamp":1206119306},"coords":"51.7424226,-0.5711857","bedrooms":"4","price":"245000","area":"482"} , +{"type":"Feature","id":"n253215922","geometry":{"type":"Point","coordinates":[-0.567957,51.7469267]},"properties":{"@type":"node","@id":253215922,"@timestamp":1206119308},"coords":"51.7469267,-0.567957","bedrooms":"1","price":"246000","area":"521"} , +{"type":"Feature","id":"n253215932","geometry":{"type":"Point","coordinates":[-0.5661083,51.748876]},"properties":{"@type":"node","@id":253215932,"@timestamp":1206119310},"coords":"51.748876,-0.5661083","bedrooms":"3","price":"263000","area":"665"} , +{"type":"Feature","id":"n253215959","geometry":{"type":"Point","coordinates":[-0.5566711,51.7500202]},"properties":{"@type":"node","@id":253215959,"@timestamp":1206119313},"coords":"51.7500202,-0.5566711","bedrooms":"0","price":"159000","area":"400"} , +{"type":"Feature","id":"n253215979","geometry":{"type":"Point","coordinates":[-0.547399,51.7447405]},"properties":{"@type":"node","@id":253215979,"@timestamp":1208115688},"coords":"51.7447405,-0.547399","bedrooms":"2","price":"290000","area":"477"} , +{"type":"Feature","id":"n253216011","geometry":{"type":"Point","coordinates":[-0.5642745,51.7361626]},"properties":{"@type":"node","@id":253216011,"@timestamp":1206119320},"coords":"51.7361626,-0.5642745","bedrooms":"1","price":"195000","area":"364"} , +{"type":"Feature","id":"n253216030","geometry":{"type":"Point","coordinates":[-0.5705555,51.7344985]},"properties":{"@type":"node","@id":253216030,"@timestamp":1206119323},"coords":"51.7344985,-0.5705555","bedrooms":"0","price":"245000","area":"560"} , +{"type":"Feature","id":"n253218876","geometry":{"type":"Point","coordinates":[-0.3903348,51.3609656]},"properties":{"@type":"node","@id":253218876,"@timestamp":1610329743},"coords":"51.3609656,-0.3903348","bedrooms":"1","price":"234000","area":"432"} , +{"type":"Feature","id":"n253221412","geometry":{"type":"Point","coordinates":[-1.1120415,51.9539465]},"properties":{"@type":"node","@id":253221412,"@timestamp":1206120749},"coords":"51.9539465,-1.1120415","bedrooms":"0","price":"188000","area":"378"} , +{"type":"Feature","id":"n253221435","geometry":{"type":"Point","coordinates":[-1.1124481,51.9570387]},"properties":{"@type":"node","@id":253221435,"@timestamp":1447216338},"coords":"51.9570387,-1.1124481","bedrooms":"2","price":"235000","area":"628"} , +{"type":"Feature","id":"n253223641","geometry":{"type":"Point","coordinates":[-0.3908419,51.3647138]},"properties":{"@type":"node","@id":253223641,"@timestamp":1206121370},"coords":"51.3647138,-0.3908419","bedrooms":"1","price":"234000","area":"505"} , +{"type":"Feature","id":"n253234557","geometry":{"type":"Point","coordinates":[-0.4096138,51.4446135]},"properties":{"@type":"node","@id":253234557,"@timestamp":1206216261},"coords":"51.4446135,-0.4096138","bedrooms":"0","price":"153000","area":"579"} , +{"type":"Feature","id":"n253234580","geometry":{"type":"Point","coordinates":[-0.4099734,51.4449158]},"properties":{"@type":"node","@id":253234580,"@timestamp":1206125716},"coords":"51.4449158,-0.4099734","bedrooms":"0","price":"247000","area":"452"} , +{"type":"Feature","id":"n253234590","geometry":{"type":"Point","coordinates":[-0.4102505,51.4444337]},"properties":{"@type":"node","@id":253234590,"@timestamp":1206125716},"coords":"51.4444337,-0.4102505","bedrooms":"2","price":"233000","area":"676"} , +{"type":"Feature","id":"n253234673","geometry":{"type":"Point","coordinates":[-0.4108409,51.4411622]},"properties":{"@type":"node","@id":253234673,"@timestamp":1256476411},"coords":"51.4411622,-0.4108409","bedrooms":"4","price":"199000","area":"364"} , +{"type":"Feature","id":"n253239616","geometry":{"type":"Point","coordinates":[-0.3923063,51.3630772]},"properties":{"@type":"node","@id":253239616,"@timestamp":1206128151},"coords":"51.3630772,-0.3923063","bedrooms":"4","price":"212000","area":"598"} , +{"type":"Feature","id":"n253248252","geometry":{"type":"Point","coordinates":[-1.1191986,51.3313436]},"properties":{"@type":"node","@id":253248252,"@timestamp":1206131591},"coords":"51.3313436,-1.1191986","bedrooms":"3","price":"245000","area":"594"} , +{"type":"Feature","id":"n253248262","geometry":{"type":"Point","coordinates":[-1.1146729,51.3294224]},"properties":{"@type":"node","@id":253248262,"@timestamp":1206131592},"coords":"51.3294224,-1.1146729","bedrooms":"1","price":"205000","area":"413"} , +{"type":"Feature","id":"n253248272","geometry":{"type":"Point","coordinates":[-1.110554,51.3295065]},"properties":{"@type":"node","@id":253248272,"@timestamp":1206131593},"coords":"51.3295065,-1.110554","bedrooms":"2","price":"150000","area":"643"} , +{"type":"Feature","id":"n253248292","geometry":{"type":"Point","coordinates":[-1.1087397,51.331837]},"properties":{"@type":"node","@id":253248292,"@timestamp":1206131596},"coords":"51.331837,-1.1087397","bedrooms":"0","price":"152000","area":"619"} , +{"type":"Feature","id":"n253249871","geometry":{"type":"Point","coordinates":[-0.4007757,51.3630093]},"properties":{"@type":"node","@id":253249871,"@timestamp":1206132212},"coords":"51.3630093,-0.4007757","bedrooms":"1","price":"234000","area":"466"} , +{"type":"Feature","id":"n253250310","geometry":{"type":"Point","coordinates":[-1.106545,51.3308289]},"properties":{"@type":"node","@id":253250310,"@timestamp":1206132566},"coords":"51.3308289,-1.106545","bedrooms":"0","price":"176000","area":"669"} , +{"type":"Feature","id":"n253251896","geometry":{"type":"Point","coordinates":[-1.1087065,51.3333972]},"properties":{"@type":"node","@id":253251896,"@timestamp":1246197504},"coords":"51.3333972,-1.1087065","bedrooms":"3","price":"192000","area":"646"} , +{"type":"Feature","id":"n253252785","geometry":{"type":"Point","coordinates":[-1.1063794,51.3381563]},"properties":{"@type":"node","@id":253252785,"@timestamp":1548618711},"coords":"51.3381563,-1.1063794","bedrooms":"1","price":"294000","area":"399"} , +{"type":"Feature","id":"n253256292","geometry":{"type":"Point","coordinates":[0.2450128,51.7059783]},"properties":{"@type":"node","@id":253256292,"@timestamp":1206134765},"coords":"51.7059783,0.2450128","bedrooms":"4","price":"285000","area":"380"} , +{"type":"Feature","id":"n253261582","geometry":{"type":"Point","coordinates":[-0.4538491,51.4918541]},"properties":{"@type":"node","@id":253261582,"@timestamp":1564915278},"coords":"51.4918541,-0.4538491","bedrooms":"0","price":"187000","area":"622"} , +{"type":"Feature","id":"n253267060","geometry":{"type":"Point","coordinates":[-0.409135,51.3758148]},"properties":{"@type":"node","@id":253267060,"@timestamp":1342397132},"coords":"51.3758148,-0.409135","bedrooms":"4","price":"200000","area":"526"} , +{"type":"Feature","id":"n253327977","geometry":{"type":"Point","coordinates":[-0.4155458,51.3840548]},"properties":{"@type":"node","@id":253327977,"@timestamp":1560808635},"coords":"51.3840548,-0.4155458","bedrooms":"1","price":"244000","area":"513"} , +{"type":"Feature","id":"n253356686","geometry":{"type":"Point","coordinates":[-0.158573,51.3727668]},"properties":{"@type":"node","@id":253356686,"@timestamp":1206202386},"coords":"51.3727668,-0.158573","bedrooms":"4","price":"275000","area":"585"} , +{"type":"Feature","id":"n253356696","geometry":{"type":"Point","coordinates":[-0.1576474,51.3737708]},"properties":{"@type":"node","@id":253356696,"@timestamp":1206202387},"coords":"51.3737708,-0.1576474","bedrooms":"2","price":"150000","area":"519"} , +{"type":"Feature","id":"n253356708","geometry":{"type":"Point","coordinates":[-0.1580396,51.3743875]},"properties":{"@type":"node","@id":253356708,"@timestamp":1206202388},"coords":"51.3743875,-0.1580396","bedrooms":"3","price":"239000","area":"645"} , +{"type":"Feature","id":"n253356718","geometry":{"type":"Point","coordinates":[-0.1576058,51.3746119]},"properties":{"@type":"node","@id":253356718,"@timestamp":1206202389},"coords":"51.3746119,-0.1576058","bedrooms":"0","price":"285000","area":"385"} , +{"type":"Feature","id":"n253356728","geometry":{"type":"Point","coordinates":[-0.1573702,51.3739961]},"properties":{"@type":"node","@id":253356728,"@timestamp":1206202389},"coords":"51.3739961,-0.1573702","bedrooms":"2","price":"275000","area":"599"} , +{"type":"Feature","id":"n253356738","geometry":{"type":"Point","coordinates":[-0.1584656,51.3739134]},"properties":{"@type":"node","@id":253356738,"@timestamp":1206202390},"coords":"51.3739134,-0.1584656","bedrooms":"1","price":"263000","area":"604"} , +{"type":"Feature","id":"n253356748","geometry":{"type":"Point","coordinates":[-0.1586394,51.3746284]},"properties":{"@type":"node","@id":253356748,"@timestamp":1206202391},"coords":"51.3746284,-0.1586394","bedrooms":"3","price":"274000","area":"405"} , +{"type":"Feature","id":"n253356758","geometry":{"type":"Point","coordinates":[-0.1584432,51.3733527]},"properties":{"@type":"node","@id":253356758,"@timestamp":1206202392},"coords":"51.3733527,-0.1584432","bedrooms":"2","price":"270000","area":"524"} , +{"type":"Feature","id":"n253356772","geometry":{"type":"Point","coordinates":[-0.1580685,51.3747549]},"properties":{"@type":"node","@id":253356772,"@timestamp":1206202392},"coords":"51.3747549,-0.1580685","bedrooms":"0","price":"170000","area":"482"} , +{"type":"Feature","id":"n253356782","geometry":{"type":"Point","coordinates":[-0.158356,51.3747056]},"properties":{"@type":"node","@id":253356782,"@timestamp":1206202393},"coords":"51.3747056,-0.158356","bedrooms":"4","price":"208000","area":"367"} , +{"type":"Feature","id":"n253356792","geometry":{"type":"Point","coordinates":[-0.1577368,51.3744601]},"properties":{"@type":"node","@id":253356792,"@timestamp":1206202394},"coords":"51.3744601,-0.1577368","bedrooms":"1","price":"268000","area":"368"} , +{"type":"Feature","id":"n253364552","geometry":{"type":"Point","coordinates":[-0.4171551,51.3833541]},"properties":{"@type":"node","@id":253364552,"@timestamp":1398516861},"coords":"51.3833541,-0.4171551","bedrooms":"2","price":"246000","area":"528"} , +{"type":"Feature","id":"n253364801","geometry":{"type":"Point","coordinates":[-0.3141616,51.0770354]},"properties":{"@type":"node","@id":253364801,"@timestamp":1242673204},"coords":"51.0770354,-0.3141616","bedrooms":"2","price":"228000","area":"590"} , +{"type":"Feature","id":"n253376855","geometry":{"type":"Point","coordinates":[0.4111519,51.2977417]},"properties":{"@type":"node","@id":253376855,"@timestamp":1226258441},"coords":"51.2977417,0.4111519","bedrooms":"1","price":"292000","area":"696"} , +{"type":"Feature","id":"n253378176","geometry":{"type":"Point","coordinates":[0.4206808,51.2986998]},"properties":{"@type":"node","@id":253378176,"@timestamp":1458987676},"coords":"51.2986998,0.4206808","bedrooms":"1","price":"170000","area":"399"} , +{"type":"Feature","id":"n253382975","geometry":{"type":"Point","coordinates":[0.4486541,51.1630202]},"properties":{"@type":"node","@id":253382975,"@timestamp":1206211853},"coords":"51.1630202,0.4486541","bedrooms":"4","price":"213000","area":"601"} , +{"type":"Feature","id":"n253386357","geometry":{"type":"Point","coordinates":[0.4290615,51.1392733]},"properties":{"@type":"node","@id":253386357,"@timestamp":1212353730},"coords":"51.1392733,0.4290615","bedrooms":"2","price":"245000","area":"578"} , +{"type":"Feature","id":"n253386396","geometry":{"type":"Point","coordinates":[0.4103133,51.1226854]},"properties":{"@type":"node","@id":253386396,"@timestamp":1206212756},"coords":"51.1226854,0.4103133","bedrooms":"2","price":"286000","area":"541"} , +{"type":"Feature","id":"n253386438","geometry":{"type":"Point","coordinates":[0.4260466,51.1365658]},"properties":{"@type":"node","@id":253386438,"@timestamp":1206212758},"coords":"51.1365658,0.4260466","bedrooms":"2","price":"216000","area":"563"} , +{"type":"Feature","id":"n253393482","geometry":{"type":"Point","coordinates":[-0.4020152,51.4374264]},"properties":{"@type":"node","@id":253393482,"@timestamp":1206216247},"coords":"51.4374264,-0.4020152","bedrooms":"1","price":"173000","area":"606"} , +{"type":"Feature","id":"n253393518","geometry":{"type":"Point","coordinates":[-0.4027095,51.4375043]},"properties":{"@type":"node","@id":253393518,"@timestamp":1206216249},"coords":"51.4375043,-0.4027095","bedrooms":"3","price":"194000","area":"560"} , +{"type":"Feature","id":"n253394409","geometry":{"type":"Point","coordinates":[0.4737817,51.1371424]},"properties":{"@type":"node","@id":253394409,"@timestamp":1206216589},"coords":"51.1371424,0.4737817","bedrooms":"1","price":"291000","area":"540"} , +{"type":"Feature","id":"n253394423","geometry":{"type":"Point","coordinates":[0.4838436,51.1527779]},"properties":{"@type":"node","@id":253394423,"@timestamp":1206216590},"coords":"51.1527779,0.4838436","bedrooms":"1","price":"195000","area":"557"} , +{"type":"Feature","id":"n253394436","geometry":{"type":"Point","coordinates":[0.4881647,51.1739617]},"properties":{"@type":"node","@id":253394436,"@timestamp":1206216591},"coords":"51.1739617,0.4881647","bedrooms":"0","price":"232000","area":"476"} , +{"type":"Feature","id":"n253396619","geometry":{"type":"Point","coordinates":[-0.4059809,51.4361231]},"properties":{"@type":"node","@id":253396619,"@timestamp":1206473269},"coords":"51.4361231,-0.4059809","bedrooms":"1","price":"285000","area":"593"} , +{"type":"Feature","id":"n253403645","geometry":{"type":"Point","coordinates":[0.6960659,51.1523433]},"properties":{"@type":"node","@id":253403645,"@timestamp":1227044843},"coords":"51.1523433,0.6960659","bedrooms":"2","price":"237000","area":"598"} , +{"type":"Feature","id":"n253408687","geometry":{"type":"Point","coordinates":[0.3706987,51.4886197]},"properties":{"@type":"node","@id":253408687,"@timestamp":1603761519},"coords":"51.4886197,0.3706987","bedrooms":"2","price":"182000","area":"669"} , +{"type":"Feature","id":"n253466888","geometry":{"type":"Point","coordinates":[0.6317657,51.3044589]},"properties":{"@type":"node","@id":253466888,"@timestamp":1206271769},"coords":"51.3044589,0.6317657","bedrooms":"1","price":"157000","area":"555"} , +{"type":"Feature","id":"n253466898","geometry":{"type":"Point","coordinates":[0.6309531,51.2997976]},"properties":{"@type":"node","@id":253466898,"@timestamp":1206271770},"coords":"51.2997976,0.6309531","bedrooms":"0","price":"292000","area":"495"} , +{"type":"Feature","id":"n253469669","geometry":{"type":"Point","coordinates":[-0.396001,51.3681786]},"properties":{"@type":"node","@id":253469669,"@timestamp":1290359712},"coords":"51.3681786,-0.396001","bedrooms":"4","price":"191000","area":"543"} , +{"type":"Feature","id":"n253501882","geometry":{"type":"Point","coordinates":[-0.0188138,51.120956]},"properties":{"@type":"node","@id":253501882,"@timestamp":1624123227},"coords":"51.120956,-0.0188138","bedrooms":"2","price":"176000","area":"597"} , +{"type":"Feature","id":"n253501931","geometry":{"type":"Point","coordinates":[-0.0092804,51.1104854]},"properties":{"@type":"node","@id":253501931,"@timestamp":1206301301},"coords":"51.1104854,-0.0092804","bedrooms":"0","price":"254000","area":"468"} , +{"type":"Feature","id":"n253501950","geometry":{"type":"Point","coordinates":[-0.0113759,51.1032679]},"properties":{"@type":"node","@id":253501950,"@timestamp":1206282549},"coords":"51.1032679,-0.0113759","bedrooms":"1","price":"151000","area":"424"} , +{"type":"Feature","id":"n253502013","geometry":{"type":"Point","coordinates":[-0.0279934,51.0957623]},"properties":{"@type":"node","@id":253502013,"@timestamp":1206282553},"coords":"51.0957623,-0.0279934","bedrooms":"1","price":"182000","area":"414"} , +{"type":"Feature","id":"n253502061","geometry":{"type":"Point","coordinates":[-0.0413598,51.0692393]},"properties":{"@type":"node","@id":253502061,"@timestamp":1206282556},"coords":"51.0692393,-0.0413598","bedrooms":"0","price":"220000","area":"436"} , +{"type":"Feature","id":"n253502079","geometry":{"type":"Point","coordinates":[-0.0388417,51.0634896]},"properties":{"@type":"node","@id":253502079,"@timestamp":1206282557},"coords":"51.0634896,-0.0388417","bedrooms":"4","price":"230000","area":"352"} , +{"type":"Feature","id":"n253502127","geometry":{"type":"Point","coordinates":[-0.0247078,51.0584329]},"properties":{"@type":"node","@id":253502127,"@timestamp":1206282560},"coords":"51.0584329,-0.0247078","bedrooms":"1","price":"277000","area":"611"} , +{"type":"Feature","id":"n253502185","geometry":{"type":"Point","coordinates":[-0.0340363,51.0412236]},"properties":{"@type":"node","@id":253502185,"@timestamp":1206282564},"coords":"51.0412236,-0.0340363","bedrooms":"0","price":"242000","area":"578"} , +{"type":"Feature","id":"n253502199","geometry":{"type":"Point","coordinates":[-0.0386499,51.044184]},"properties":{"@type":"node","@id":253502199,"@timestamp":1206282564},"coords":"51.044184,-0.0386499","bedrooms":"2","price":"194000","area":"657"} , +{"type":"Feature","id":"n253502243","geometry":{"type":"Point","coordinates":[-0.0534995,51.1079326]},"properties":{"@type":"node","@id":253502243,"@timestamp":1206282567},"coords":"51.1079326,-0.0534995","bedrooms":"4","price":"275000","area":"530"} , +{"type":"Feature","id":"n253502301","geometry":{"type":"Point","coordinates":[-0.0339587,51.1191605]},"properties":{"@type":"node","@id":253502301,"@timestamp":1206282571},"coords":"51.1191605,-0.0339587","bedrooms":"1","price":"218000","area":"491"} , +{"type":"Feature","id":"n253607562","geometry":{"type":"Point","coordinates":[-0.0094519,51.1101936]},"properties":{"@type":"node","@id":253607562,"@timestamp":1206301295},"coords":"51.1101936,-0.0094519","bedrooms":"1","price":"229000","area":"566"} , +{"type":"Feature","id":"n253640521","geometry":{"type":"Point","coordinates":[0.3729416,51.4613146]},"properties":{"@type":"node","@id":253640521,"@timestamp":1299791808},"coords":"51.4613146,0.3729416","bedrooms":"2","price":"234000","area":"695"} , +{"type":"Feature","id":"n253646802","geometry":{"type":"Point","coordinates":[0.3689843,51.4622714]},"properties":{"@type":"node","@id":253646802,"@timestamp":1492172346},"coords":"51.4622714,0.3689843","bedrooms":"0","price":"262000","area":"523"} , +{"type":"Feature","id":"n253736311","geometry":{"type":"Point","coordinates":[0.4966293,51.4341924]},"properties":{"@type":"node","@id":253736311,"@timestamp":1292942440},"coords":"51.4341924,0.4966293","bedrooms":"3","price":"251000","area":"462"} , +{"type":"Feature","id":"n253821951","geometry":{"type":"Point","coordinates":[-0.457922,51.4939912]},"properties":{"@type":"node","@id":253821951,"@timestamp":1234486227},"coords":"51.4939912,-0.457922","bedrooms":"4","price":"196000","area":"405"} , +{"type":"Feature","id":"n253821961","geometry":{"type":"Point","coordinates":[-0.456854,51.4952935]},"properties":{"@type":"node","@id":253821961,"@timestamp":1206386252},"coords":"51.4952935,-0.456854","bedrooms":"0","price":"257000","area":"647"} , +{"type":"Feature","id":"n253821996","geometry":{"type":"Point","coordinates":[-0.4625768,51.4909495]},"properties":{"@type":"node","@id":253821996,"@timestamp":1206386254},"coords":"51.4909495,-0.4625768","bedrooms":"1","price":"175000","area":"479"} , +{"type":"Feature","id":"n253822028","geometry":{"type":"Point","coordinates":[-0.4603868,51.4886424]},"properties":{"@type":"node","@id":253822028,"@timestamp":1206386256},"coords":"51.4886424,-0.4603868","bedrooms":"4","price":"154000","area":"656"} , +{"type":"Feature","id":"n253822066","geometry":{"type":"Point","coordinates":[-0.4479138,51.4839796]},"properties":{"@type":"node","@id":253822066,"@timestamp":1206386258},"coords":"51.4839796,-0.4479138","bedrooms":"2","price":"157000","area":"669"} , +{"type":"Feature","id":"n253822088","geometry":{"type":"Point","coordinates":[-0.4481751,51.4830468]},"properties":{"@type":"node","@id":253822088,"@timestamp":1206386259},"coords":"51.4830468,-0.4481751","bedrooms":"3","price":"163000","area":"533"} , +{"type":"Feature","id":"n253822102","geometry":{"type":"Point","coordinates":[-0.4482878,51.4824205]},"properties":{"@type":"node","@id":253822102,"@timestamp":1206386260},"coords":"51.4824205,-0.4482878","bedrooms":"2","price":"294000","area":"423"} , +{"type":"Feature","id":"n253832569","geometry":{"type":"Point","coordinates":[-0.4762305,51.4836777]},"properties":{"@type":"node","@id":253832569,"@timestamp":1206389216},"coords":"51.4836777,-0.4762305","bedrooms":"1","price":"262000","area":"519"} , +{"type":"Feature","id":"n253834206","geometry":{"type":"Point","coordinates":[-0.4810521,51.4840067]},"properties":{"@type":"node","@id":253834206,"@timestamp":1206389784},"coords":"51.4840067,-0.4810521","bedrooms":"3","price":"255000","area":"487"} , +{"type":"Feature","id":"n253834229","geometry":{"type":"Point","coordinates":[-0.4796034,51.4828598]},"properties":{"@type":"node","@id":253834229,"@timestamp":1206389786},"coords":"51.4828598,-0.4796034","bedrooms":"3","price":"199000","area":"431"} , +{"type":"Feature","id":"n253835882","geometry":{"type":"Point","coordinates":[-0.1644551,51.1602968]},"properties":{"@type":"node","@id":253835882,"@timestamp":1206390103},"coords":"51.1602968,-0.1644551","bedrooms":"2","price":"282000","area":"544"} , +{"type":"Feature","id":"n253837936","geometry":{"type":"Point","coordinates":[-0.4625757,51.4816792]},"properties":{"@type":"node","@id":253837936,"@timestamp":1206390560},"coords":"51.4816792,-0.4625757","bedrooms":"3","price":"280000","area":"440"} , +{"type":"Feature","id":"n253837953","geometry":{"type":"Point","coordinates":[-0.4615843,51.4836664]},"properties":{"@type":"node","@id":253837953,"@timestamp":1206390561},"coords":"51.4836664,-0.4615843","bedrooms":"4","price":"287000","area":"623"} , +{"type":"Feature","id":"n253849545","geometry":{"type":"Point","coordinates":[-0.5780557,51.2367227]},"properties":{"@type":"node","@id":253849545,"@timestamp":1636330590},"coords":"51.2367227,-0.5780557","bedrooms":"1","price":"280000","area":"669"} , +{"type":"Feature","id":"n253868502","geometry":{"type":"Point","coordinates":[-1.015946,50.9250485]},"properties":{"@type":"node","@id":253868502,"@timestamp":1206400528},"coords":"50.9250485,-1.015946","bedrooms":"1","price":"188000","area":"465"} , +{"type":"Feature","id":"n253869359","geometry":{"type":"Point","coordinates":[-0.7664616,51.4247364]},"properties":{"@type":"node","@id":253869359,"@timestamp":1461360840},"coords":"51.4247364,-0.7664616","bedrooms":"0","price":"157000","area":"524"} , +{"type":"Feature","id":"n253874725","geometry":{"type":"Point","coordinates":[-0.5066535,51.4747898]},"properties":{"@type":"node","@id":253874725,"@timestamp":1229277027},"coords":"51.4747898,-0.5066535","bedrooms":"0","price":"285000","area":"476"} , +{"type":"Feature","id":"n253874738","geometry":{"type":"Point","coordinates":[-0.5106863,51.4698857]},"properties":{"@type":"node","@id":253874738,"@timestamp":1229277027},"coords":"51.4698857,-0.5106863","bedrooms":"2","price":"290000","area":"523"} , +{"type":"Feature","id":"n253874748","geometry":{"type":"Point","coordinates":[-0.5135584,51.4682298]},"properties":{"@type":"node","@id":253874748,"@timestamp":1229277031},"coords":"51.4682298,-0.5135584","bedrooms":"3","price":"226000","area":"355"} , +{"type":"Feature","id":"n253874828","geometry":{"type":"Point","coordinates":[-0.5145533,51.4670203]},"properties":{"@type":"node","@id":253874828,"@timestamp":1229277028},"coords":"51.4670203,-0.5145533","bedrooms":"3","price":"205000","area":"663"} , +{"type":"Feature","id":"n253875077","geometry":{"type":"Point","coordinates":[-0.5148956,51.4650611]},"properties":{"@type":"node","@id":253875077,"@timestamp":1229277023},"coords":"51.4650611,-0.5148956","bedrooms":"0","price":"238000","area":"625"} , +{"type":"Feature","id":"n253888112","geometry":{"type":"Point","coordinates":[-0.9430768,50.9875481]},"properties":{"@type":"node","@id":253888112,"@timestamp":1629325049},"coords":"50.9875481,-0.9430768","bedrooms":"3","price":"172000","area":"404"} , +{"type":"Feature","id":"n253903488","geometry":{"type":"Point","coordinates":[-0.1711911,51.6512419]},"properties":{"@type":"node","@id":253903488,"@timestamp":1206443227},"coords":"51.6512419,-0.1711911","bedrooms":"1","price":"284000","area":"561"} , +{"type":"Feature","id":"n253912228","geometry":{"type":"Point","coordinates":[-0.7628521,51.086212]},"properties":{"@type":"node","@id":253912228,"@timestamp":1206448584},"coords":"51.086212,-0.7628521","bedrooms":"2","price":"202000","area":"609"} , +{"type":"Feature","id":"n253912764","geometry":{"type":"Point","coordinates":[-0.3016212,51.8292881]},"properties":{"@type":"node","@id":253912764,"@timestamp":1256213826},"coords":"51.8292881,-0.3016212","bedrooms":"2","price":"238000","area":"439"} , +{"type":"Feature","id":"n253932911","geometry":{"type":"Point","coordinates":[0.0698999,51.507507]},"properties":{"@type":"node","@id":253932911,"@timestamp":1564915278},"coords":"51.507507,0.0698999","bedrooms":"1","price":"195000","area":"448"} , +{"type":"Feature","id":"n253933533","geometry":{"type":"Point","coordinates":[-0.1142294,51.6324696]},"properties":{"@type":"node","@id":253933533,"@timestamp":1206457338},"coords":"51.6324696,-0.1142294","bedrooms":"0","price":"229000","area":"494"} , +{"type":"Feature","id":"n253934944","geometry":{"type":"Point","coordinates":[-0.1118952,51.6322918]},"properties":{"@type":"node","@id":253934944,"@timestamp":1206458021},"coords":"51.6322918,-0.1118952","bedrooms":"0","price":"221000","area":"521"} , +{"type":"Feature","id":"n253934955","geometry":{"type":"Point","coordinates":[-0.1129909,51.6328255]},"properties":{"@type":"node","@id":253934955,"@timestamp":1206458022},"coords":"51.6328255,-0.1129909","bedrooms":"1","price":"164000","area":"667"} , +{"type":"Feature","id":"n253935601","geometry":{"type":"Point","coordinates":[-0.1168217,51.6306608]},"properties":{"@type":"node","@id":253935601,"@timestamp":1206458207},"coords":"51.6306608,-0.1168217","bedrooms":"4","price":"181000","area":"622"} , +{"type":"Feature","id":"n253935616","geometry":{"type":"Point","coordinates":[-0.1159493,51.6290943]},"properties":{"@type":"node","@id":253935616,"@timestamp":1206458208},"coords":"51.6290943,-0.1159493","bedrooms":"1","price":"246000","area":"606"} , +{"type":"Feature","id":"n253935626","geometry":{"type":"Point","coordinates":[-0.116536,51.6299694]},"properties":{"@type":"node","@id":253935626,"@timestamp":1206458208},"coords":"51.6299694,-0.116536","bedrooms":"2","price":"206000","area":"665"} , +{"type":"Feature","id":"n253935636","geometry":{"type":"Point","coordinates":[-0.1179621,51.6296912]},"properties":{"@type":"node","@id":253935636,"@timestamp":1206458209},"coords":"51.6296912,-0.1179621","bedrooms":"1","price":"173000","area":"661"} , +{"type":"Feature","id":"n253936063","geometry":{"type":"Point","coordinates":[-0.1175374,51.6296904]},"properties":{"@type":"node","@id":253936063,"@timestamp":1206458463},"coords":"51.6296904,-0.1175374","bedrooms":"4","price":"176000","area":"662"} , +{"type":"Feature","id":"n253936076","geometry":{"type":"Point","coordinates":[-0.1164181,51.6298636]},"properties":{"@type":"node","@id":253936076,"@timestamp":1206458464},"coords":"51.6298636,-0.1164181","bedrooms":"0","price":"245000","area":"612"} , +{"type":"Feature","id":"n253936089","geometry":{"type":"Point","coordinates":[-0.1156871,51.6293475]},"properties":{"@type":"node","@id":253936089,"@timestamp":1206458465},"coords":"51.6293475,-0.1156871","bedrooms":"3","price":"287000","area":"486"} , +{"type":"Feature","id":"n253936102","geometry":{"type":"Point","coordinates":[-0.1122253,51.6312284]},"properties":{"@type":"node","@id":253936102,"@timestamp":1206458465},"coords":"51.6312284,-0.1122253","bedrooms":"4","price":"244000","area":"682"} , +{"type":"Feature","id":"n253936138","geometry":{"type":"Point","coordinates":[-0.1148548,51.6291395]},"properties":{"@type":"node","@id":253936138,"@timestamp":1206458466},"coords":"51.6291395,-0.1148548","bedrooms":"3","price":"193000","area":"583"} , +{"type":"Feature","id":"n253936589","geometry":{"type":"Point","coordinates":[0.0313961,51.5023683]},"properties":{"@type":"node","@id":253936589,"@timestamp":1558999776},"coords":"51.5023683,0.0313961","bedrooms":"3","price":"176000","area":"390"} , +{"type":"Feature","id":"n253937162","geometry":{"type":"Point","coordinates":[-0.1168702,51.6344783]},"properties":{"@type":"node","@id":253937162,"@timestamp":1206458817},"coords":"51.6344783,-0.1168702","bedrooms":"2","price":"244000","area":"654"} , +{"type":"Feature","id":"n253937172","geometry":{"type":"Point","coordinates":[-0.1150014,51.6354227]},"properties":{"@type":"node","@id":253937172,"@timestamp":1206458818},"coords":"51.6354227,-0.1150014","bedrooms":"1","price":"221000","area":"478"} , +{"type":"Feature","id":"n253937184","geometry":{"type":"Point","coordinates":[-0.1122749,51.6356952]},"properties":{"@type":"node","@id":253937184,"@timestamp":1206458819},"coords":"51.6356952,-0.1122749","bedrooms":"3","price":"151000","area":"375"} , +{"type":"Feature","id":"n253937195","geometry":{"type":"Point","coordinates":[-0.1108979,51.6347801]},"properties":{"@type":"node","@id":253937195,"@timestamp":1206459854},"coords":"51.6347801,-0.1108979","bedrooms":"1","price":"167000","area":"620"} , +{"type":"Feature","id":"n253937210","geometry":{"type":"Point","coordinates":[-0.1094973,51.6368614]},"properties":{"@type":"node","@id":253937210,"@timestamp":1206458820},"coords":"51.6368614,-0.1094973","bedrooms":"3","price":"170000","area":"457"} , +{"type":"Feature","id":"n253938314","geometry":{"type":"Point","coordinates":[0.0168275,51.5081808]},"properties":{"@type":"node","@id":253938314,"@timestamp":1616562905},"coords":"51.5081808,0.0168275","bedrooms":"0","price":"276000","area":"481"} , +{"type":"Feature","id":"n253938480","geometry":{"type":"Point","coordinates":[-0.1093627,51.6368326]},"properties":{"@type":"node","@id":253938480,"@timestamp":1206459369},"coords":"51.6368326,-0.1093627","bedrooms":"1","price":"220000","area":"672"} , +{"type":"Feature","id":"n253938490","geometry":{"type":"Point","coordinates":[-0.108931,51.6362943]},"properties":{"@type":"node","@id":253938490,"@timestamp":1206459370},"coords":"51.6362943,-0.108931","bedrooms":"0","price":"287000","area":"437"} , +{"type":"Feature","id":"n253938811","geometry":{"type":"Point","coordinates":[-0.2717732,51.1314364]},"properties":{"@type":"node","@id":253938811,"@timestamp":1510512025},"coords":"51.1314364,-0.2717732","bedrooms":"3","price":"156000","area":"669"} , +{"type":"Feature","id":"n253939006","geometry":{"type":"Point","coordinates":[-0.1097853,51.6353787]},"properties":{"@type":"node","@id":253939006,"@timestamp":1206459606},"coords":"51.6353787,-0.1097853","bedrooms":"0","price":"202000","area":"460"} , +{"type":"Feature","id":"n253939027","geometry":{"type":"Point","coordinates":[-0.1140346,51.6329794]},"properties":{"@type":"node","@id":253939027,"@timestamp":1206459607},"coords":"51.6329794,-0.1140346","bedrooms":"4","price":"188000","area":"649"} , +{"type":"Feature","id":"n253939044","geometry":{"type":"Point","coordinates":[-0.1121833,51.6334676]},"properties":{"@type":"node","@id":253939044,"@timestamp":1206459608},"coords":"51.6334676,-0.1121833","bedrooms":"4","price":"226000","area":"636"} , +{"type":"Feature","id":"n253939847","geometry":{"type":"Point","coordinates":[0.0017052,51.5104899]},"properties":{"@type":"node","@id":253939847,"@timestamp":1624383086},"coords":"51.5104899,0.0017052","bedrooms":"0","price":"253000","area":"571"} , +{"type":"Feature","id":"n253940211","geometry":{"type":"Point","coordinates":[-0.1108788,51.6342832]},"properties":{"@type":"node","@id":253940211,"@timestamp":1206459853},"coords":"51.6342832,-0.1108788","bedrooms":"4","price":"200000","area":"526"} , +{"type":"Feature","id":"n253940221","geometry":{"type":"Point","coordinates":[-0.1119051,51.6332294]},"properties":{"@type":"node","@id":253940221,"@timestamp":1206459853},"coords":"51.6332294,-0.1119051","bedrooms":"0","price":"215000","area":"357"} , +{"type":"Feature","id":"n253941013","geometry":{"type":"Point","coordinates":[-0.1114211,51.6338699]},"properties":{"@type":"node","@id":253941013,"@timestamp":1206460091},"coords":"51.6338699,-0.1114211","bedrooms":"1","price":"255000","area":"451"} , +{"type":"Feature","id":"n253941341","geometry":{"type":"Point","coordinates":[0.0006852,51.5102436]},"properties":{"@type":"node","@id":253941341,"@timestamp":1624292152},"coords":"51.5102436,0.0006852","bedrooms":"2","price":"183000","area":"556"} , +{"type":"Feature","id":"n253942576","geometry":{"type":"Point","coordinates":[-0.007378,51.5067492]},"properties":{"@type":"node","@id":253942576,"@timestamp":1622597461},"coords":"51.5067492,-0.007378","bedrooms":"4","price":"293000","area":"357"} , +{"type":"Feature","id":"n253943692","geometry":{"type":"Point","coordinates":[-0.1122453,51.6319533]},"properties":{"@type":"node","@id":253943692,"@timestamp":1206461378},"coords":"51.6319533,-0.1122453","bedrooms":"0","price":"169000","area":"651"} , +{"type":"Feature","id":"n253943730","geometry":{"type":"Point","coordinates":[-0.1148449,51.6310823]},"properties":{"@type":"node","@id":253943730,"@timestamp":1206461383},"coords":"51.6310823,-0.1148449","bedrooms":"3","price":"292000","area":"659"} , +{"type":"Feature","id":"n253943751","geometry":{"type":"Point","coordinates":[-0.1162673,51.6310048]},"properties":{"@type":"node","@id":253943751,"@timestamp":1206461384},"coords":"51.6310048,-0.1162673","bedrooms":"3","price":"278000","area":"686"} , +{"type":"Feature","id":"n253943765","geometry":{"type":"Point","coordinates":[-0.1141948,51.6328415]},"properties":{"@type":"node","@id":253943765,"@timestamp":1206461384},"coords":"51.6328415,-0.1141948","bedrooms":"4","price":"241000","area":"464"} , +{"type":"Feature","id":"n253943785","geometry":{"type":"Point","coordinates":[-0.1111931,51.6318127]},"properties":{"@type":"node","@id":253943785,"@timestamp":1206461386},"coords":"51.6318127,-0.1111931","bedrooms":"1","price":"158000","area":"608"} , +{"type":"Feature","id":"n253943795","geometry":{"type":"Point","coordinates":[-0.1101168,51.6314932]},"properties":{"@type":"node","@id":253943795,"@timestamp":1206461386},"coords":"51.6314932,-0.1101168","bedrooms":"3","price":"186000","area":"407"} , +{"type":"Feature","id":"n253943807","geometry":{"type":"Point","coordinates":[-0.1102285,51.6322112]},"properties":{"@type":"node","@id":253943807,"@timestamp":1206461387},"coords":"51.6322112,-0.1102285","bedrooms":"1","price":"234000","area":"686"} , +{"type":"Feature","id":"n253943817","geometry":{"type":"Point","coordinates":[-0.1102285,51.6328554]},"properties":{"@type":"node","@id":253943817,"@timestamp":1206461387},"coords":"51.6328554,-0.1102285","bedrooms":"3","price":"236000","area":"639"} , +{"type":"Feature","id":"n253943827","geometry":{"type":"Point","coordinates":[-0.1092404,51.6334242]},"properties":{"@type":"node","@id":253943827,"@timestamp":1206461388},"coords":"51.6334242,-0.1092404","bedrooms":"2","price":"244000","area":"453"} , +{"type":"Feature","id":"n253943839","geometry":{"type":"Point","coordinates":[-0.1105763,51.6328486]},"properties":{"@type":"node","@id":253943839,"@timestamp":1206461389},"coords":"51.6328486,-0.1105763","bedrooms":"2","price":"184000","area":"590"} , +{"type":"Feature","id":"n253943849","geometry":{"type":"Point","coordinates":[-0.1115148,51.6323346]},"properties":{"@type":"node","@id":253943849,"@timestamp":1206461389},"coords":"51.6323346,-0.1115148","bedrooms":"3","price":"202000","area":"655"} , +{"type":"Feature","id":"n253943860","geometry":{"type":"Point","coordinates":[-0.1116911,51.6316081]},"properties":{"@type":"node","@id":253943860,"@timestamp":1206461390},"coords":"51.6316081,-0.1116911","bedrooms":"0","price":"252000","area":"665"} , +{"type":"Feature","id":"n253944124","geometry":{"type":"Point","coordinates":[-0.1116647,51.6315154]},"properties":{"@type":"node","@id":253944124,"@timestamp":1206461497},"coords":"51.6315154,-0.1116647","bedrooms":"1","price":"169000","area":"634"} , +{"type":"Feature","id":"n253952188","geometry":{"type":"Point","coordinates":[-0.1161463,51.6307325]},"properties":{"@type":"node","@id":253952188,"@timestamp":1206465248},"coords":"51.6307325,-0.1161463","bedrooms":"1","price":"284000","area":"544"} , +{"type":"Feature","id":"n253954430","geometry":{"type":"Point","coordinates":[0.3595146,51.482072]},"properties":{"@type":"node","@id":253954430,"@timestamp":1589766716},"coords":"51.482072,0.3595146","bedrooms":"4","price":"182000","area":"462"} , +{"type":"Feature","id":"n253956978","geometry":{"type":"Point","coordinates":[0.8696106,51.1669204]},"properties":{"@type":"node","@id":253956978,"@timestamp":1206466765},"coords":"51.1669204,0.8696106","bedrooms":"3","price":"173000","area":"375"} , +{"type":"Feature","id":"n253961208","geometry":{"type":"Point","coordinates":[0.318633,51.4947484]},"properties":{"@type":"node","@id":253961208,"@timestamp":1425749135},"coords":"51.4947484,0.318633","bedrooms":"2","price":"299000","area":"619"} , +{"type":"Feature","id":"n253963202","geometry":{"type":"Point","coordinates":[-0.378486,51.0273268]},"properties":{"@type":"node","@id":253963202,"@timestamp":1206468773},"coords":"51.0273268,-0.378486","bedrooms":"1","price":"248000","area":"698"} , +{"type":"Feature","id":"n253963263","geometry":{"type":"Point","coordinates":[-0.374856,51.0188258]},"properties":{"@type":"node","@id":253963263,"@timestamp":1206468780},"coords":"51.0188258,-0.374856","bedrooms":"4","price":"157000","area":"640"} , +{"type":"Feature","id":"n253963329","geometry":{"type":"Point","coordinates":[-0.3740151,51.0092379]},"properties":{"@type":"node","@id":253963329,"@timestamp":1206468784},"coords":"51.0092379,-0.3740151","bedrooms":"3","price":"151000","area":"536"} , +{"type":"Feature","id":"n253963340","geometry":{"type":"Point","coordinates":[-0.3728563,50.9986245]},"properties":{"@type":"node","@id":253963340,"@timestamp":1206468787},"coords":"50.9986245,-0.3728563","bedrooms":"0","price":"200000","area":"507"} , +{"type":"Feature","id":"n253977926","geometry":{"type":"Point","coordinates":[-0.4060712,51.4390698]},"properties":{"@type":"node","@id":253977926,"@timestamp":1206473252},"coords":"51.4390698,-0.4060712","bedrooms":"2","price":"188000","area":"610"} , +{"type":"Feature","id":"n253977948","geometry":{"type":"Point","coordinates":[-0.4056949,51.4373957]},"properties":{"@type":"node","@id":253977948,"@timestamp":1206473253},"coords":"51.4373957,-0.4056949","bedrooms":"0","price":"253000","area":"394"} , +{"type":"Feature","id":"n253977985","geometry":{"type":"Point","coordinates":[-0.4068395,51.4261709]},"properties":{"@type":"node","@id":253977985,"@timestamp":1206473256},"coords":"51.4261709,-0.4068395","bedrooms":"1","price":"253000","area":"376"} , +{"type":"Feature","id":"n253978030","geometry":{"type":"Point","coordinates":[-0.4074749,51.4295144]},"properties":{"@type":"node","@id":253978030,"@timestamp":1206473258},"coords":"51.4295144,-0.4074749","bedrooms":"2","price":"164000","area":"681"} , +{"type":"Feature","id":"n253989615","geometry":{"type":"Point","coordinates":[-0.6234086,51.5308024]},"properties":{"@type":"node","@id":253989615,"@timestamp":1607979863},"coords":"51.5308024,-0.6234086","bedrooms":"1","price":"294000","area":"544"} , +{"type":"Feature","id":"n253991195","geometry":{"type":"Point","coordinates":[-0.4134861,51.4350976]},"properties":{"@type":"node","@id":253991195,"@timestamp":1206892486},"coords":"51.4350976,-0.4134861","bedrooms":"2","price":"282000","area":"392"} , +{"type":"Feature","id":"n253991304","geometry":{"type":"Point","coordinates":[-0.4111065,51.4356671]},"properties":{"@type":"node","@id":253991304,"@timestamp":1206524520},"coords":"51.4356671,-0.4111065","bedrooms":"0","price":"160000","area":"559"} , +{"type":"Feature","id":"n253991341","geometry":{"type":"Point","coordinates":[-0.4083356,51.4370983]},"properties":{"@type":"node","@id":253991341,"@timestamp":1206475893},"coords":"51.4370983,-0.4083356","bedrooms":"4","price":"229000","area":"629"} , +{"type":"Feature","id":"n253991351","geometry":{"type":"Point","coordinates":[-0.4114673,51.4373507]},"properties":{"@type":"node","@id":253991351,"@timestamp":1206475894},"coords":"51.4373507,-0.4114673","bedrooms":"2","price":"295000","area":"526"} , +{"type":"Feature","id":"n253991687","geometry":{"type":"Point","coordinates":[-0.6293904,51.5321511]},"properties":{"@type":"node","@id":253991687,"@timestamp":1608917395},"coords":"51.5321511,-0.6293904","bedrooms":"3","price":"180000","area":"423"} , +{"type":"Feature","id":"n253993065","geometry":{"type":"Point","coordinates":[-0.6072847,51.5300276]},"properties":{"@type":"node","@id":253993065,"@timestamp":1606065187},"coords":"51.5300276,-0.6072847","bedrooms":"4","price":"227000","area":"434"} , +{"type":"Feature","id":"n253995016","geometry":{"type":"Point","coordinates":[-0.605514,51.5266829]},"properties":{"@type":"node","@id":253995016,"@timestamp":1607971532},"coords":"51.5266829,-0.605514","bedrooms":"3","price":"165000","area":"574"} , +{"type":"Feature","id":"n254012104","geometry":{"type":"Point","coordinates":[0.1485538,51.5317886]},"properties":{"@type":"node","@id":254012104,"@timestamp":1625770820},"coords":"51.5317886,0.1485538","bedrooms":"1","price":"203000","area":"579"} , +{"type":"Feature","id":"n254020958","geometry":{"type":"Point","coordinates":[-0.549134,51.4040227]},"properties":{"@type":"node","@id":254020958,"@timestamp":1206489725},"coords":"51.4040227,-0.549134","bedrooms":"0","price":"279000","area":"528"} , +{"type":"Feature","id":"n254020985","geometry":{"type":"Point","coordinates":[-0.5479483,51.411817]},"properties":{"@type":"node","@id":254020985,"@timestamp":1206489735},"coords":"51.411817,-0.5479483","bedrooms":"4","price":"223000","area":"441"} , +{"type":"Feature","id":"n254021042","geometry":{"type":"Point","coordinates":[-0.5576648,51.4114654]},"properties":{"@type":"node","@id":254021042,"@timestamp":1206489747},"coords":"51.4114654,-0.5576648","bedrooms":"0","price":"175000","area":"363"} , +{"type":"Feature","id":"n254021075","geometry":{"type":"Point","coordinates":[-0.5574449,51.4079638]},"properties":{"@type":"node","@id":254021075,"@timestamp":1206489762},"coords":"51.4079638,-0.5574449","bedrooms":"2","price":"292000","area":"362"} , +{"type":"Feature","id":"n254021096","geometry":{"type":"Point","coordinates":[-0.5572811,51.4021647]},"properties":{"@type":"node","@id":254021096,"@timestamp":1206489769},"coords":"51.4021647,-0.5572811","bedrooms":"3","price":"152000","area":"514"} , +{"type":"Feature","id":"n254021134","geometry":{"type":"Point","coordinates":[-0.5573673,51.401191]},"properties":{"@type":"node","@id":254021134,"@timestamp":1206489785},"coords":"51.401191,-0.5573673","bedrooms":"2","price":"238000","area":"528"} , +{"type":"Feature","id":"n254021164","geometry":{"type":"Point","coordinates":[-0.5580658,51.4024337]},"properties":{"@type":"node","@id":254021164,"@timestamp":1206489789},"coords":"51.4024337,-0.5580658","bedrooms":"3","price":"250000","area":"661"} , +{"type":"Feature","id":"n254021178","geometry":{"type":"Point","coordinates":[-0.5548557,51.3990121]},"properties":{"@type":"node","@id":254021178,"@timestamp":1206489792},"coords":"51.3990121,-0.5548557","bedrooms":"1","price":"158000","area":"429"} , +{"type":"Feature","id":"n254021196","geometry":{"type":"Point","coordinates":[-0.5603424,51.4011829]},"properties":{"@type":"node","@id":254021196,"@timestamp":1206489799},"coords":"51.4011829,-0.5603424","bedrooms":"4","price":"238000","area":"517"} , +{"type":"Feature","id":"n254021234","geometry":{"type":"Point","coordinates":[-0.5640117,51.4037437]},"properties":{"@type":"node","@id":254021234,"@timestamp":1206489811},"coords":"51.4037437,-0.5640117","bedrooms":"1","price":"162000","area":"536"} , +{"type":"Feature","id":"n254021251","geometry":{"type":"Point","coordinates":[-0.5622956,51.4031035]},"properties":{"@type":"node","@id":254021251,"@timestamp":1206489817},"coords":"51.4031035,-0.5622956","bedrooms":"2","price":"276000","area":"550"} , +{"type":"Feature","id":"n254021278","geometry":{"type":"Point","coordinates":[-0.563296,51.4028533]},"properties":{"@type":"node","@id":254021278,"@timestamp":1206489828},"coords":"51.4028533,-0.563296","bedrooms":"0","price":"264000","area":"617"} , +{"type":"Feature","id":"n254021288","geometry":{"type":"Point","coordinates":[-0.5659649,51.4017639]},"properties":{"@type":"node","@id":254021288,"@timestamp":1206489831},"coords":"51.4017639,-0.5659649","bedrooms":"0","price":"199000","area":"632"} , +{"type":"Feature","id":"n254021360","geometry":{"type":"Point","coordinates":[-0.573808,51.4028775]},"properties":{"@type":"node","@id":254021360,"@timestamp":1206489844},"coords":"51.4028775,-0.573808","bedrooms":"2","price":"225000","area":"545"} , +{"type":"Feature","id":"n254021411","geometry":{"type":"Point","coordinates":[-0.5731656,51.4019092]},"properties":{"@type":"node","@id":254021411,"@timestamp":1206489852},"coords":"51.4019092,-0.5731656","bedrooms":"2","price":"196000","area":"427"} , +{"type":"Feature","id":"n254021447","geometry":{"type":"Point","coordinates":[-0.5637616,51.4049325]},"properties":{"@type":"node","@id":254021447,"@timestamp":1206489856},"coords":"51.4049325,-0.5637616","bedrooms":"2","price":"151000","area":"633"} , +{"type":"Feature","id":"n254021482","geometry":{"type":"Point","coordinates":[-0.5644084,51.4075845]},"properties":{"@type":"node","@id":254021482,"@timestamp":1206489865},"coords":"51.4075845,-0.5644084","bedrooms":"4","price":"272000","area":"521"} , +{"type":"Feature","id":"n254021501","geometry":{"type":"Point","coordinates":[-0.569091,51.4050186]},"properties":{"@type":"node","@id":254021501,"@timestamp":1206489868},"coords":"51.4050186,-0.569091","bedrooms":"2","price":"295000","area":"567"} , +{"type":"Feature","id":"n254021517","geometry":{"type":"Point","coordinates":[-0.5628648,51.4039481]},"properties":{"@type":"node","@id":254021517,"@timestamp":1206489871},"coords":"51.4039481,-0.5628648","bedrooms":"1","price":"259000","area":"666"} , +{"type":"Feature","id":"n254021544","geometry":{"type":"Point","coordinates":[-0.567211,51.4055458]},"properties":{"@type":"node","@id":254021544,"@timestamp":1206489877},"coords":"51.4055458,-0.567211","bedrooms":"1","price":"281000","area":"508"} , +{"type":"Feature","id":"n254021566","geometry":{"type":"Point","coordinates":[-0.5656847,51.4072618]},"properties":{"@type":"node","@id":254021566,"@timestamp":1206489880},"coords":"51.4072618,-0.5656847","bedrooms":"3","price":"224000","area":"356"} , +{"type":"Feature","id":"n254021601","geometry":{"type":"Point","coordinates":[-0.5708157,51.3962601]},"properties":{"@type":"node","@id":254021601,"@timestamp":1206489885},"coords":"51.3962601,-0.5708157","bedrooms":"0","price":"263000","area":"563"} , +{"type":"Feature","id":"n254021647","geometry":{"type":"Point","coordinates":[-0.5780249,51.3980248]},"properties":{"@type":"node","@id":254021647,"@timestamp":1206489894},"coords":"51.3980248,-0.5780249","bedrooms":"2","price":"214000","area":"403"} , +{"type":"Feature","id":"n254021667","geometry":{"type":"Point","coordinates":[-0.5743858,51.3974007]},"properties":{"@type":"node","@id":254021667,"@timestamp":1206489897},"coords":"51.3974007,-0.5743858","bedrooms":"2","price":"243000","area":"539"} , +{"type":"Feature","id":"n254021698","geometry":{"type":"Point","coordinates":[-0.570723,51.3976374]},"properties":{"@type":"node","@id":254021698,"@timestamp":1206489904},"coords":"51.3976374,-0.570723","bedrooms":"3","price":"250000","area":"358"} , +{"type":"Feature","id":"n254021708","geometry":{"type":"Point","coordinates":[-0.5719475,51.395878]},"properties":{"@type":"node","@id":254021708,"@timestamp":1206489908},"coords":"51.395878,-0.5719475","bedrooms":"3","price":"266000","area":"506"} , +{"type":"Feature","id":"n254021719","geometry":{"type":"Point","coordinates":[-0.5874784,51.3899107]},"properties":{"@type":"node","@id":254021719,"@timestamp":1206489910},"coords":"51.3899107,-0.5874784","bedrooms":"0","price":"190000","area":"655"} , +{"type":"Feature","id":"n254021731","geometry":{"type":"Point","coordinates":[-0.5849,51.3899806]},"properties":{"@type":"node","@id":254021731,"@timestamp":1206489914},"coords":"51.3899806,-0.5849","bedrooms":"1","price":"295000","area":"452"} , +{"type":"Feature","id":"n254021751","geometry":{"type":"Point","coordinates":[-0.564057,51.3981109]},"properties":{"@type":"node","@id":254021751,"@timestamp":1206489918},"coords":"51.3981109,-0.564057","bedrooms":"1","price":"175000","area":"428"} , +{"type":"Feature","id":"n254021775","geometry":{"type":"Point","coordinates":[-0.5836496,51.3965022]},"properties":{"@type":"node","@id":254021775,"@timestamp":1206489925},"coords":"51.3965022,-0.5836496","bedrooms":"4","price":"163000","area":"374"} , +{"type":"Feature","id":"n254021785","geometry":{"type":"Point","coordinates":[-0.608537,51.3963354]},"properties":{"@type":"node","@id":254021785,"@timestamp":1206489927},"coords":"51.3963354,-0.608537","bedrooms":"4","price":"158000","area":"413"} , +{"type":"Feature","id":"n254021796","geometry":{"type":"Point","coordinates":[-0.6007413,51.3909761]},"properties":{"@type":"node","@id":254021796,"@timestamp":1206489930},"coords":"51.3909761,-0.6007413","bedrooms":"2","price":"251000","area":"698"} , +{"type":"Feature","id":"n254021812","geometry":{"type":"Point","coordinates":[-0.5883321,51.3946029]},"properties":{"@type":"node","@id":254021812,"@timestamp":1206489934},"coords":"51.3946029,-0.5883321","bedrooms":"3","price":"168000","area":"660"} , +{"type":"Feature","id":"n254021829","geometry":{"type":"Point","coordinates":[-0.5950326,51.3929725]},"properties":{"@type":"node","@id":254021829,"@timestamp":1206489939},"coords":"51.3929725,-0.5950326","bedrooms":"3","price":"215000","area":"552"} , +{"type":"Feature","id":"n254021853","geometry":{"type":"Point","coordinates":[-0.6040096,51.392881]},"properties":{"@type":"node","@id":254021853,"@timestamp":1206489943},"coords":"51.392881,-0.6040096","bedrooms":"2","price":"209000","area":"697"} , +{"type":"Feature","id":"n254021878","geometry":{"type":"Point","coordinates":[-0.5981974,51.4010915]},"properties":{"@type":"node","@id":254021878,"@timestamp":1206489948},"coords":"51.4010915,-0.5981974","bedrooms":"2","price":"193000","area":"414"} , +{"type":"Feature","id":"n254021912","geometry":{"type":"Point","coordinates":[-0.5997151,51.3975783]},"properties":{"@type":"node","@id":254021912,"@timestamp":1206489953},"coords":"51.3975783,-0.5997151","bedrooms":"4","price":"288000","area":"402"} , +{"type":"Feature","id":"n254021940","geometry":{"type":"Point","coordinates":[-0.5973288,51.403893]},"properties":{"@type":"node","@id":254021940,"@timestamp":1206489960},"coords":"51.403893,-0.5973288","bedrooms":"3","price":"232000","area":"488"} , +{"type":"Feature","id":"n254021957","geometry":{"type":"Point","coordinates":[-0.5952161,51.4025589]},"properties":{"@type":"node","@id":254021957,"@timestamp":1206489968},"coords":"51.4025589,-0.5952161","bedrooms":"3","price":"198000","area":"671"} , +{"type":"Feature","id":"n254021971","geometry":{"type":"Point","coordinates":[-0.5911846,51.4019214]},"properties":{"@type":"node","@id":254021971,"@timestamp":1206489972},"coords":"51.4019214,-0.5911846","bedrooms":"0","price":"248000","area":"561"} , +{"type":"Feature","id":"n254021996","geometry":{"type":"Point","coordinates":[-0.5904128,51.4052056]},"properties":{"@type":"node","@id":254021996,"@timestamp":1206489982},"coords":"51.4052056,-0.5904128","bedrooms":"0","price":"285000","area":"563"} , +{"type":"Feature","id":"n254022007","geometry":{"type":"Point","coordinates":[-0.5874894,51.4069055]},"properties":{"@type":"node","@id":254022007,"@timestamp":1206489986},"coords":"51.4069055,-0.5874894","bedrooms":"1","price":"207000","area":"540"} , +{"type":"Feature","id":"n254022017","geometry":{"type":"Point","coordinates":[-0.5860234,51.4072712]},"properties":{"@type":"node","@id":254022017,"@timestamp":1206489989},"coords":"51.4072712,-0.5860234","bedrooms":"1","price":"281000","area":"404"} , +{"type":"Feature","id":"n254022027","geometry":{"type":"Point","coordinates":[-0.5825654,51.4041943]},"properties":{"@type":"node","@id":254022027,"@timestamp":1206489993},"coords":"51.4041943,-0.5825654","bedrooms":"2","price":"211000","area":"608"} , +{"type":"Feature","id":"n254022045","geometry":{"type":"Point","coordinates":[-0.5904387,51.4044767]},"properties":{"@type":"node","@id":254022045,"@timestamp":1206489999},"coords":"51.4044767,-0.5904387","bedrooms":"3","price":"230000","area":"668"} , +{"type":"Feature","id":"n254022061","geometry":{"type":"Point","coordinates":[-0.5997607,51.3972622]},"properties":{"@type":"node","@id":254022061,"@timestamp":1206490003},"coords":"51.3972622,-0.5997607","bedrooms":"4","price":"268000","area":"514"} , +{"type":"Feature","id":"n254022071","geometry":{"type":"Point","coordinates":[-0.6054867,51.3981607]},"properties":{"@type":"node","@id":254022071,"@timestamp":1206490007},"coords":"51.3981607,-0.6054867","bedrooms":"0","price":"233000","area":"573"} , +{"type":"Feature","id":"n254022081","geometry":{"type":"Point","coordinates":[-0.6038051,51.3977733]},"properties":{"@type":"node","@id":254022081,"@timestamp":1206490010},"coords":"51.3977733,-0.6038051","bedrooms":"3","price":"268000","area":"561"} , +{"type":"Feature","id":"n254022095","geometry":{"type":"Point","coordinates":[-0.6032359,51.4006517]},"properties":{"@type":"node","@id":254022095,"@timestamp":1206490016},"coords":"51.4006517,-0.6032359","bedrooms":"0","price":"295000","area":"613"} , +{"type":"Feature","id":"n254022109","geometry":{"type":"Point","coordinates":[-0.6144723,51.3973752]},"properties":{"@type":"node","@id":254022109,"@timestamp":1206490024},"coords":"51.3973752,-0.6144723","bedrooms":"4","price":"254000","area":"491"} , +{"type":"Feature","id":"n254045451","geometry":{"type":"Point","coordinates":[-0.3189743,51.4933041]},"properties":{"@type":"node","@id":254045451,"@timestamp":1515549970},"coords":"51.4933041,-0.3189743","bedrooms":"1","price":"244000","area":"519"} , +{"type":"Feature","id":"n254055851","geometry":{"type":"Point","coordinates":[0.3249392,51.478826]},"properties":{"@type":"node","@id":254055851,"@timestamp":1567035891},"coords":"51.478826,0.3249392","bedrooms":"2","price":"276000","area":"459"} , +{"type":"Feature","id":"n254150184","geometry":{"type":"Point","coordinates":[-0.906994,51.4698814]},"properties":{"@type":"node","@id":254150184,"@timestamp":1631473264},"coords":"51.4698814,-0.906994","bedrooms":"2","price":"212000","area":"462"} , +{"type":"Feature","id":"n254273096","geometry":{"type":"Point","coordinates":[0.2994432,51.4752931]},"properties":{"@type":"node","@id":254273096,"@timestamp":1619873647},"coords":"51.4752931,0.2994432","bedrooms":"0","price":"167000","area":"366"} , +{"type":"Feature","id":"n254280403","geometry":{"type":"Point","coordinates":[-0.1642119,51.3836124]},"properties":{"@type":"node","@id":254280403,"@timestamp":1206620473},"coords":"51.3836124,-0.1642119","bedrooms":"4","price":"251000","area":"556"} , +{"type":"Feature","id":"n254280508","geometry":{"type":"Point","coordinates":[-0.1631279,51.3872409]},"properties":{"@type":"node","@id":254280508,"@timestamp":1206620561},"coords":"51.3872409,-0.1631279","bedrooms":"1","price":"184000","area":"428"} , +{"type":"Feature","id":"n254280708","geometry":{"type":"Point","coordinates":[-0.1552984,51.386289]},"properties":{"@type":"node","@id":254280708,"@timestamp":1206620867},"coords":"51.386289,-0.1552984","bedrooms":"3","price":"261000","area":"462"} , +{"type":"Feature","id":"n254280719","geometry":{"type":"Point","coordinates":[-0.1560978,51.3899839]},"properties":{"@type":"node","@id":254280719,"@timestamp":1206620868},"coords":"51.3899839,-0.1560978","bedrooms":"3","price":"183000","area":"503"} , +{"type":"Feature","id":"n254280729","geometry":{"type":"Point","coordinates":[-0.1557187,51.3907412]},"properties":{"@type":"node","@id":254280729,"@timestamp":1206620868},"coords":"51.3907412,-0.1557187","bedrooms":"3","price":"191000","area":"601"} , +{"type":"Feature","id":"n254280742","geometry":{"type":"Point","coordinates":[-0.1573657,51.3893462]},"properties":{"@type":"node","@id":254280742,"@timestamp":1206620869},"coords":"51.3893462,-0.1573657","bedrooms":"2","price":"283000","area":"689"} , +{"type":"Feature","id":"n254280752","geometry":{"type":"Point","coordinates":[-0.1580884,51.3913261]},"properties":{"@type":"node","@id":254280752,"@timestamp":1206620870},"coords":"51.3913261,-0.1580884","bedrooms":"0","price":"163000","area":"622"} , +{"type":"Feature","id":"n254280762","geometry":{"type":"Point","coordinates":[-0.1559506,51.3916516]},"properties":{"@type":"node","@id":254280762,"@timestamp":1206620871},"coords":"51.3916516,-0.1559506","bedrooms":"2","price":"271000","area":"657"} , +{"type":"Feature","id":"n254286779","geometry":{"type":"Point","coordinates":[-0.9436301,50.9741928]},"properties":{"@type":"node","@id":254286779,"@timestamp":1220908900},"coords":"50.9741928,-0.9436301","bedrooms":"4","price":"234000","area":"603"} , +{"type":"Feature","id":"n254288343","geometry":{"type":"Point","coordinates":[-0.934271,50.9900945]},"properties":{"@type":"node","@id":254288343,"@timestamp":1206625537},"coords":"50.9900945,-0.934271","bedrooms":"1","price":"158000","area":"443"} , +{"type":"Feature","id":"n254289840","geometry":{"type":"Point","coordinates":[0.5535479,51.4428131]},"properties":{"@type":"node","@id":254289840,"@timestamp":1474234801},"coords":"51.4428131,0.5535479","bedrooms":"2","price":"260000","area":"653"} , +{"type":"Feature","id":"n254305943","geometry":{"type":"Point","coordinates":[0.530373,51.4124328]},"properties":{"@type":"node","@id":254305943,"@timestamp":1297468197},"coords":"51.4124328,0.530373","bedrooms":"4","price":"244000","area":"534"} , +{"type":"Feature","id":"n254306715","geometry":{"type":"Point","coordinates":[0.5693124,51.4296669]},"properties":{"@type":"node","@id":254306715,"@timestamp":1207677096},"coords":"51.4296669,0.5693124","bedrooms":"2","price":"175000","area":"523"} , +{"type":"Feature","id":"n254338091","geometry":{"type":"Point","coordinates":[-0.4155223,51.4402768]},"properties":{"@type":"node","@id":254338091,"@timestamp":1575633287},"coords":"51.4402768,-0.4155223","bedrooms":"4","price":"281000","area":"417"} , +{"type":"Feature","id":"n254338143","geometry":{"type":"Point","coordinates":[-0.4260173,51.4320343]},"properties":{"@type":"node","@id":254338143,"@timestamp":1206651066},"coords":"51.4320343,-0.4260173","bedrooms":"4","price":"262000","area":"578"} , +{"type":"Feature","id":"n254338153","geometry":{"type":"Point","coordinates":[-0.4233749,51.4317036]},"properties":{"@type":"node","@id":254338153,"@timestamp":1206651067},"coords":"51.4317036,-0.4233749","bedrooms":"2","price":"246000","area":"387"} , +{"type":"Feature","id":"n254338195","geometry":{"type":"Point","coordinates":[-0.4202646,51.4341619]},"properties":{"@type":"node","@id":254338195,"@timestamp":1206651070},"coords":"51.4341619,-0.4202646","bedrooms":"4","price":"271000","area":"561"} , +{"type":"Feature","id":"n254338218","geometry":{"type":"Point","coordinates":[-0.4281698,51.4331418]},"properties":{"@type":"node","@id":254338218,"@timestamp":1206651071},"coords":"51.4331418,-0.4281698","bedrooms":"4","price":"237000","area":"431"} , +{"type":"Feature","id":"n254338238","geometry":{"type":"Point","coordinates":[-0.4267098,51.4353505]},"properties":{"@type":"node","@id":254338238,"@timestamp":1234486408},"coords":"51.4353505,-0.4267098","bedrooms":"2","price":"233000","area":"524"} , +{"type":"Feature","id":"n254338294","geometry":{"type":"Point","coordinates":[-0.423169,51.4373284]},"properties":{"@type":"node","@id":254338294,"@timestamp":1206651076},"coords":"51.4373284,-0.423169","bedrooms":"0","price":"270000","area":"528"} , +{"type":"Feature","id":"n254338307","geometry":{"type":"Point","coordinates":[-0.4224297,51.4390068]},"properties":{"@type":"node","@id":254338307,"@timestamp":1206651077},"coords":"51.4390068,-0.4224297","bedrooms":"0","price":"294000","area":"526"} , +{"type":"Feature","id":"n254338320","geometry":{"type":"Point","coordinates":[-0.4212941,51.439091]},"properties":{"@type":"node","@id":254338320,"@timestamp":1206651078},"coords":"51.439091,-0.4212941","bedrooms":"4","price":"254000","area":"545"} , +{"type":"Feature","id":"n254343750","geometry":{"type":"Point","coordinates":[0.3882148,51.1816436]},"properties":{"@type":"node","@id":254343750,"@timestamp":1325364706},"coords":"51.1816436,0.3882148","bedrooms":"3","price":"263000","area":"358"} , +{"type":"Feature","id":"n254347852","geometry":{"type":"Point","coordinates":[0.6328628,51.4488776]},"properties":{"@type":"node","@id":254347852,"@timestamp":1207675302},"coords":"51.4488776,0.6328628","bedrooms":"1","price":"246000","area":"427"} , +{"type":"Feature","id":"n254348552","geometry":{"type":"Point","coordinates":[0.6014383,51.4347249]},"properties":{"@type":"node","@id":254348552,"@timestamp":1207675334},"coords":"51.4347249,0.6014383","bedrooms":"2","price":"181000","area":"505"} , +{"type":"Feature","id":"n254348925","geometry":{"type":"Point","coordinates":[0.5598696,51.4564961]},"properties":{"@type":"node","@id":254348925,"@timestamp":1207676776},"coords":"51.4564961,0.5598696","bedrooms":"3","price":"268000","area":"639"} , +{"type":"Feature","id":"n254380972","geometry":{"type":"Point","coordinates":[-0.4244605,51.4333571]},"properties":{"@type":"node","@id":254380972,"@timestamp":1206695740},"coords":"51.4333571,-0.4244605","bedrooms":"2","price":"290000","area":"488"} , +{"type":"Feature","id":"n254380990","geometry":{"type":"Point","coordinates":[-0.425072,51.4360899]},"properties":{"@type":"node","@id":254380990,"@timestamp":1206695742},"coords":"51.4360899,-0.425072","bedrooms":"2","price":"201000","area":"449"} , +{"type":"Feature","id":"n254381949","geometry":{"type":"Point","coordinates":[-0.4155867,51.4370695]},"properties":{"@type":"node","@id":254381949,"@timestamp":1206696415},"coords":"51.4370695,-0.4155867","bedrooms":"3","price":"277000","area":"381"} , +{"type":"Feature","id":"n254386335","geometry":{"type":"Point","coordinates":[0.8828334,51.4123638]},"properties":{"@type":"node","@id":254386335,"@timestamp":1207596463},"coords":"51.4123638,0.8828334","bedrooms":"4","price":"282000","area":"620"} , +{"type":"Feature","id":"n254386508","geometry":{"type":"Point","coordinates":[0.8513295,51.3795025]},"properties":{"@type":"node","@id":254386508,"@timestamp":1207596251},"coords":"51.3795025,0.8513295","bedrooms":"1","price":"166000","area":"563"} , +{"type":"Feature","id":"n254395553","geometry":{"type":"Point","coordinates":[0.4732275,51.4083886]},"properties":{"@type":"node","@id":254395553,"@timestamp":1308525768},"coords":"51.4083886,0.4732275","bedrooms":"4","price":"283000","area":"647"} , +{"type":"Feature","id":"n254396607","geometry":{"type":"Point","coordinates":[0.5237273,51.3952247]},"properties":{"@type":"node","@id":254396607,"@timestamp":1207760413},"coords":"51.3952247,0.5237273","bedrooms":"3","price":"280000","area":"433"} , +{"type":"Feature","id":"n254397490","geometry":{"type":"Point","coordinates":[0.468196,51.4405659]},"properties":{"@type":"node","@id":254397490,"@timestamp":1291915170},"coords":"51.4405659,0.468196","bedrooms":"0","price":"187000","area":"464"} , +{"type":"Feature","id":"n254398437","geometry":{"type":"Point","coordinates":[-0.1712978,51.3907289]},"properties":{"@type":"node","@id":254398437,"@timestamp":1206705376},"coords":"51.3907289,-0.1712978","bedrooms":"3","price":"243000","area":"594"} , +{"type":"Feature","id":"n254398447","geometry":{"type":"Point","coordinates":[-0.1713843,51.3916939]},"properties":{"@type":"node","@id":254398447,"@timestamp":1216254941},"coords":"51.3916939,-0.1713843","bedrooms":"2","price":"221000","area":"553"} , +{"type":"Feature","id":"n254453456","geometry":{"type":"Point","coordinates":[0.8464133,51.3960253]},"properties":{"@type":"node","@id":254453456,"@timestamp":1207591167},"coords":"51.3960253,0.8464133","bedrooms":"3","price":"256000","area":"371"} , +{"type":"Feature","id":"n254454309","geometry":{"type":"Point","coordinates":[0.8130352,51.40276]},"properties":{"@type":"node","@id":254454309,"@timestamp":1207591167},"coords":"51.40276,0.8130352","bedrooms":"2","price":"247000","area":"505"} , +{"type":"Feature","id":"n254456499","geometry":{"type":"Point","coordinates":[0.7717736,51.4106311]},"properties":{"@type":"node","@id":254456499,"@timestamp":1314560947},"coords":"51.4106311,0.7717736","bedrooms":"0","price":"259000","area":"677"} , +{"type":"Feature","id":"n254457927","geometry":{"type":"Point","coordinates":[0.7415777,51.4085854]},"properties":{"@type":"node","@id":254457927,"@timestamp":1543165081},"coords":"51.4085854,0.7415777","bedrooms":"1","price":"172000","area":"393"} , +{"type":"Feature","id":"n254460957","geometry":{"type":"Point","coordinates":[0.6889723,51.4030485]},"properties":{"@type":"node","@id":254460957,"@timestamp":1207674852},"coords":"51.4030485,0.6889723","bedrooms":"3","price":"175000","area":"628"} , +{"type":"Feature","id":"n254461354","geometry":{"type":"Point","coordinates":[0.6939295,51.4003734]},"properties":{"@type":"node","@id":254461354,"@timestamp":1206723773},"coords":"51.4003734,0.6939295","bedrooms":"2","price":"234000","area":"387"} , +{"type":"Feature","id":"n254461364","geometry":{"type":"Point","coordinates":[0.6822009,51.4092683]},"properties":{"@type":"node","@id":254461364,"@timestamp":1206723774},"coords":"51.4092683,0.6822009","bedrooms":"4","price":"174000","area":"414"} , +{"type":"Feature","id":"n254461374","geometry":{"type":"Point","coordinates":[0.6815711,51.4043486]},"properties":{"@type":"node","@id":254461374,"@timestamp":1206723775},"coords":"51.4043486,0.6815711","bedrooms":"0","price":"204000","area":"651"} , +{"type":"Feature","id":"n254461499","geometry":{"type":"Point","coordinates":[0.6716949,51.4016363]},"properties":{"@type":"node","@id":254461499,"@timestamp":1206723832},"coords":"51.4016363,0.6716949","bedrooms":"2","price":"270000","area":"606"} , +{"type":"Feature","id":"n254461510","geometry":{"type":"Point","coordinates":[0.6819742,51.3966722]},"properties":{"@type":"node","@id":254461510,"@timestamp":1206723833},"coords":"51.3966722,0.6819742","bedrooms":"2","price":"189000","area":"556"} , +{"type":"Feature","id":"n254511915","geometry":{"type":"Point","coordinates":[-0.3398679,51.4536141]},"properties":{"@type":"node","@id":254511915,"@timestamp":1601034263},"coords":"51.4536141,-0.3398679","bedrooms":"0","price":"219000","area":"690"} , +{"type":"Feature","id":"n254511959","geometry":{"type":"Point","coordinates":[-0.3497005,51.4530545]},"properties":{"@type":"node","@id":254511959,"@timestamp":1206745816},"coords":"51.4530545,-0.3497005","bedrooms":"0","price":"235000","area":"590"} , +{"type":"Feature","id":"n254511974","geometry":{"type":"Point","coordinates":[-0.3507113,51.4530951]},"properties":{"@type":"node","@id":254511974,"@timestamp":1206745817},"coords":"51.4530951,-0.3507113","bedrooms":"1","price":"210000","area":"573"} , +{"type":"Feature","id":"n254525288","geometry":{"type":"Point","coordinates":[0.5152746,51.3978818]},"properties":{"@type":"node","@id":254525288,"@timestamp":1308566648},"coords":"51.3978818,0.5152746","bedrooms":"0","price":"219000","area":"479"} , +{"type":"Feature","id":"n254574899","geometry":{"type":"Point","coordinates":[-0.4708314,51.5049275]},"properties":{"@type":"node","@id":254574899,"@timestamp":1618039734},"coords":"51.5049275,-0.4708314","bedrooms":"2","price":"204000","area":"527"} , +{"type":"Feature","id":"n254591074","geometry":{"type":"Point","coordinates":[-0.1737532,51.6025552]},"properties":{"@type":"node","@id":254591074,"@timestamp":1607003075},"coords":"51.6025552,-0.1737532","bedrooms":"3","price":"188000","area":"590"} , +{"type":"Feature","id":"n254593748","geometry":{"type":"Point","coordinates":[-0.1724958,51.9287258]},"properties":{"@type":"node","@id":254593748,"@timestamp":1206788034},"coords":"51.9287258,-0.1724958","bedrooms":"1","price":"278000","area":"623"} , +{"type":"Feature","id":"n254599642","geometry":{"type":"Point","coordinates":[-0.1764722,51.9237423]},"properties":{"@type":"node","@id":254599642,"@timestamp":1206790123},"coords":"51.9237423,-0.1764722","bedrooms":"1","price":"204000","area":"575"} , +{"type":"Feature","id":"n254599659","geometry":{"type":"Point","coordinates":[-0.1832506,51.9240491]},"properties":{"@type":"node","@id":254599659,"@timestamp":1206790124},"coords":"51.9240491,-0.1832506","bedrooms":"4","price":"280000","area":"449"} , +{"type":"Feature","id":"n254599711","geometry":{"type":"Point","coordinates":[-0.1775682,51.9213543]},"properties":{"@type":"node","@id":254599711,"@timestamp":1206790128},"coords":"51.9213543,-0.1775682","bedrooms":"2","price":"253000","area":"390"} , +{"type":"Feature","id":"n254601838","geometry":{"type":"Point","coordinates":[-0.1892222,51.9125354]},"properties":{"@type":"node","@id":254601838,"@timestamp":1206790774},"coords":"51.9125354,-0.1892222","bedrooms":"3","price":"277000","area":"367"} , +{"type":"Feature","id":"n254605038","geometry":{"type":"Point","coordinates":[-0.6829012,51.0196308]},"properties":{"@type":"node","@id":254605038,"@timestamp":1206792077},"coords":"51.0196308,-0.6829012","bedrooms":"1","price":"170000","area":"446"} , +{"type":"Feature","id":"n254607034","geometry":{"type":"Point","coordinates":[-0.2861765,51.1187017]},"properties":{"@type":"node","@id":254607034,"@timestamp":1501609753},"coords":"51.1187017,-0.2861765","bedrooms":"1","price":"240000","area":"427"} , +{"type":"Feature","id":"n254636800","geometry":{"type":"Point","coordinates":[-0.2150821,51.3827021]},"properties":{"@type":"node","@id":254636800,"@timestamp":1595154301},"coords":"51.3827021,-0.2150821","bedrooms":"3","price":"223000","area":"460"} , +{"type":"Feature","id":"n254667564","geometry":{"type":"Point","coordinates":[-0.1526795,51.9227123]},"properties":{"@type":"node","@id":254667564,"@timestamp":1206812279},"coords":"51.9227123,-0.1526795","bedrooms":"2","price":"291000","area":"377"} , +{"type":"Feature","id":"n254667590","geometry":{"type":"Point","coordinates":[-0.1569248,51.9219538]},"properties":{"@type":"node","@id":254667590,"@timestamp":1206812282},"coords":"51.9219538,-0.1569248","bedrooms":"1","price":"245000","area":"498"} , +{"type":"Feature","id":"n254669706","geometry":{"type":"Point","coordinates":[-0.1795246,51.9089462]},"properties":{"@type":"node","@id":254669706,"@timestamp":1206813055},"coords":"51.9089462,-0.1795246","bedrooms":"4","price":"241000","area":"539"} , +{"type":"Feature","id":"n254669721","geometry":{"type":"Point","coordinates":[-0.179257,51.9068693]},"properties":{"@type":"node","@id":254669721,"@timestamp":1206813056},"coords":"51.9068693,-0.179257","bedrooms":"3","price":"228000","area":"458"} , +{"type":"Feature","id":"n254688137","geometry":{"type":"Point","coordinates":[-0.2120814,51.9115195]},"properties":{"@type":"node","@id":254688137,"@timestamp":1206817196},"coords":"51.9115195,-0.2120814","bedrooms":"4","price":"290000","area":"528"} , +{"type":"Feature","id":"n254688200","geometry":{"type":"Point","coordinates":[-0.2114868,51.9140071]},"properties":{"@type":"node","@id":254688200,"@timestamp":1206817198},"coords":"51.9140071,-0.2114868","bedrooms":"4","price":"203000","area":"573"} , +{"type":"Feature","id":"n254752241","geometry":{"type":"Point","coordinates":[-0.2172194,51.5052375]},"properties":{"@type":"node","@id":254752241,"@timestamp":1553634820},"coords":"51.5052375,-0.2172194","bedrooms":"4","price":"221000","area":"629"} , +{"type":"Feature","id":"n254765625","geometry":{"type":"Point","coordinates":[-0.6228803,51.1880389]},"properties":{"@type":"node","@id":254765625,"@timestamp":1206831991},"coords":"51.1880389,-0.6228803","bedrooms":"0","price":"212000","area":"600"} , +{"type":"Feature","id":"n254765637","geometry":{"type":"Point","coordinates":[-0.6237813,51.1872854]},"properties":{"@type":"node","@id":254765637,"@timestamp":1206831992},"coords":"51.1872854,-0.6237813","bedrooms":"0","price":"196000","area":"680"} , +{"type":"Feature","id":"n254775381","geometry":{"type":"Point","coordinates":[0.2427209,51.4554946]},"properties":{"@type":"node","@id":254775381,"@timestamp":1620005945},"coords":"51.4554946,0.2427209","bedrooms":"4","price":"159000","area":"678"} , +{"type":"Feature","id":"n254866703","geometry":{"type":"Point","coordinates":[-0.2816881,51.4981856]},"properties":{"@type":"node","@id":254866703,"@timestamp":1206878495},"coords":"51.4981856,-0.2816881","bedrooms":"1","price":"223000","area":"508"} , +{"type":"Feature","id":"n254908249","geometry":{"type":"Point","coordinates":[0.7527525,51.3437232]},"properties":{"@type":"node","@id":254908249,"@timestamp":1369461997},"coords":"51.3437232,0.7527525","bedrooms":"0","price":"161000","area":"676"} , +{"type":"Feature","id":"n254916245","geometry":{"type":"Point","coordinates":[-0.2208786,51.9186515]},"properties":{"@type":"node","@id":254916245,"@timestamp":1206895781},"coords":"51.9186515,-0.2208786","bedrooms":"1","price":"196000","area":"513"} , +{"type":"Feature","id":"n254916281","geometry":{"type":"Point","coordinates":[-0.2223603,51.9183552]},"properties":{"@type":"node","@id":254916281,"@timestamp":1206895785},"coords":"51.9183552,-0.2223603","bedrooms":"1","price":"251000","area":"489"} , +{"type":"Feature","id":"n254928610","geometry":{"type":"Point","coordinates":[-1.0578072,51.4319599]},"properties":{"@type":"node","@id":254928610,"@timestamp":1431975419},"coords":"51.4319599,-1.0578072","bedrooms":"1","price":"216000","area":"519"} , +{"type":"Feature","id":"n254955260","geometry":{"type":"Point","coordinates":[-0.1130396,51.3733621]},"properties":{"@type":"node","@id":254955260,"@timestamp":1519267225},"coords":"51.3733621,-0.1130396","bedrooms":"2","price":"183000","area":"672"} , +{"type":"Feature","id":"n254956253","geometry":{"type":"Point","coordinates":[-0.4271238,51.4427384]},"properties":{"@type":"node","@id":254956253,"@timestamp":1206903675},"coords":"51.4427384,-0.4271238","bedrooms":"4","price":"283000","area":"676"} , +{"type":"Feature","id":"n254961217","geometry":{"type":"Point","coordinates":[-0.4581535,51.706812]},"properties":{"@type":"node","@id":254961217,"@timestamp":1279561233},"coords":"51.706812,-0.4581535","bedrooms":"2","price":"155000","area":"448"} , +{"type":"Feature","id":"n254967087","geometry":{"type":"Point","coordinates":[-0.3805733,51.4240279]},"properties":{"@type":"node","@id":254967087,"@timestamp":1206906255},"coords":"51.4240279,-0.3805733","bedrooms":"3","price":"167000","area":"629"} , +{"type":"Feature","id":"n254967659","geometry":{"type":"Point","coordinates":[-0.424303,51.4423802]},"properties":{"@type":"node","@id":254967659,"@timestamp":1206906311},"coords":"51.4423802,-0.424303","bedrooms":"2","price":"188000","area":"579"} , +{"type":"Feature","id":"n254967752","geometry":{"type":"Point","coordinates":[-0.4215835,51.4426776]},"properties":{"@type":"node","@id":254967752,"@timestamp":1206906314},"coords":"51.4426776,-0.4215835","bedrooms":"4","price":"274000","area":"562"} , +{"type":"Feature","id":"n254970840","geometry":{"type":"Point","coordinates":[-0.378605,51.424341]},"properties":{"@type":"node","@id":254970840,"@timestamp":1206906614},"coords":"51.424341,-0.378605","bedrooms":"0","price":"197000","area":"432"} , +{"type":"Feature","id":"n254983943","geometry":{"type":"Point","coordinates":[-0.4207468,51.4392101]},"properties":{"@type":"node","@id":254983943,"@timestamp":1554940432},"coords":"51.4392101,-0.4207468","bedrooms":"0","price":"171000","area":"495"} , +{"type":"Feature","id":"n254985416","geometry":{"type":"Point","coordinates":[-0.3806874,51.4253622]},"properties":{"@type":"node","@id":254985416,"@timestamp":1206909209},"coords":"51.4253622,-0.3806874","bedrooms":"4","price":"227000","area":"611"} , +{"type":"Feature","id":"n254990756","geometry":{"type":"Point","coordinates":[-0.0476572,51.5597846]},"properties":{"@type":"node","@id":254990756,"@timestamp":1206910700},"coords":"51.5597846,-0.0476572","bedrooms":"4","price":"188000","area":"688"} , +{"type":"Feature","id":"n254990780","geometry":{"type":"Point","coordinates":[-0.0457277,51.5607532]},"properties":{"@type":"node","@id":254990780,"@timestamp":1206910710},"coords":"51.5607532,-0.0457277","bedrooms":"3","price":"227000","area":"616"} , +{"type":"Feature","id":"n254994958","geometry":{"type":"Point","coordinates":[-0.0451829,51.5614047]},"properties":{"@type":"node","@id":254994958,"@timestamp":1498449063},"coords":"51.5614047,-0.0451829","bedrooms":"2","price":"287000","area":"419"} , +{"type":"Feature","id":"n254996052","geometry":{"type":"Point","coordinates":[-0.0425386,51.5492756]},"properties":{"@type":"node","@id":254996052,"@timestamp":1618578200},"coords":"51.5492756,-0.0425386","bedrooms":"0","price":"297000","area":"565"} , +{"type":"Feature","id":"n254998895","geometry":{"type":"Point","coordinates":[-0.3334366,51.6469016]},"properties":{"@type":"node","@id":254998895,"@timestamp":1206913673},"coords":"51.6469016,-0.3334366","bedrooms":"3","price":"290000","area":"388"} , +{"type":"Feature","id":"n254998933","geometry":{"type":"Point","coordinates":[-0.3337895,51.6460715]},"properties":{"@type":"node","@id":254998933,"@timestamp":1206913675},"coords":"51.6460715,-0.3337895","bedrooms":"2","price":"289000","area":"513"} , +{"type":"Feature","id":"n255003935","geometry":{"type":"Point","coordinates":[-0.3769442,51.4259092]},"properties":{"@type":"node","@id":255003935,"@timestamp":1206914960},"coords":"51.4259092,-0.3769442","bedrooms":"4","price":"257000","area":"651"} , +{"type":"Feature","id":"n255004746","geometry":{"type":"Point","coordinates":[-0.3779109,51.4253642]},"properties":{"@type":"node","@id":255004746,"@timestamp":1206915272},"coords":"51.4253642,-0.3779109","bedrooms":"2","price":"243000","area":"477"} , +{"type":"Feature","id":"n255005631","geometry":{"type":"Point","coordinates":[-0.3765782,51.4261848]},"properties":{"@type":"node","@id":255005631,"@timestamp":1206915713},"coords":"51.4261848,-0.3765782","bedrooms":"4","price":"265000","area":"543"} , +{"type":"Feature","id":"n255006105","geometry":{"type":"Point","coordinates":[-0.1240487,51.5786621]},"properties":{"@type":"node","@id":255006105,"@timestamp":1575248082},"coords":"51.5786621,-0.1240487","bedrooms":"1","price":"160000","area":"614"} , +{"type":"Feature","id":"n255010761","geometry":{"type":"Point","coordinates":[-0.9684099,51.4828281]},"properties":{"@type":"node","@id":255010761,"@timestamp":1636121651},"coords":"51.4828281,-0.9684099","bedrooms":"2","price":"253000","area":"555"} , +{"type":"Feature","id":"n255035170","geometry":{"type":"Point","coordinates":[-0.1399784,51.1322549]},"properties":{"@type":"node","@id":255035170,"@timestamp":1620214415},"coords":"51.1322549,-0.1399784","bedrooms":"2","price":"153000","area":"648"} , +{"type":"Feature","id":"n255090163","geometry":{"type":"Point","coordinates":[0.2777908,51.4886158]},"properties":{"@type":"node","@id":255090163,"@timestamp":1206974126},"coords":"51.4886158,0.2777908","bedrooms":"1","price":"150000","area":"656"} , +{"type":"Feature","id":"n255090200","geometry":{"type":"Point","coordinates":[0.2833572,51.4836022]},"properties":{"@type":"node","@id":255090200,"@timestamp":1589931890},"coords":"51.4836022,0.2833572","bedrooms":"0","price":"297000","area":"404"} , +{"type":"Feature","id":"n255094256","geometry":{"type":"Point","coordinates":[0.2677596,51.4879701]},"properties":{"@type":"node","@id":255094256,"@timestamp":1625613064},"coords":"51.4879701,0.2677596","bedrooms":"4","price":"209000","area":"371"} , +{"type":"Feature","id":"n255110463","geometry":{"type":"Point","coordinates":[0.4491248,51.3694793]},"properties":{"@type":"node","@id":255110463,"@timestamp":1207765407},"coords":"51.3694793,0.4491248","bedrooms":"1","price":"249000","area":"395"} , +{"type":"Feature","id":"n255111760","geometry":{"type":"Point","coordinates":[-0.1569534,51.1784381]},"properties":{"@type":"node","@id":255111760,"@timestamp":1206987655},"coords":"51.1784381,-0.1569534","bedrooms":"0","price":"238000","area":"517"} , +{"type":"Feature","id":"n255111771","geometry":{"type":"Point","coordinates":[-0.1569144,51.177158]},"properties":{"@type":"node","@id":255111771,"@timestamp":1206987656},"coords":"51.177158,-0.1569144","bedrooms":"2","price":"295000","area":"400"} , +{"type":"Feature","id":"n255111798","geometry":{"type":"Point","coordinates":[-0.1577993,51.1788152]},"properties":{"@type":"node","@id":255111798,"@timestamp":1206987660},"coords":"51.1788152,-0.1577993","bedrooms":"4","price":"193000","area":"455"} , +{"type":"Feature","id":"n255111808","geometry":{"type":"Point","coordinates":[-0.1561134,51.1786207]},"properties":{"@type":"node","@id":255111808,"@timestamp":1206987661},"coords":"51.1786207,-0.1561134","bedrooms":"3","price":"244000","area":"458"} , +{"type":"Feature","id":"n255111824","geometry":{"type":"Point","coordinates":[-0.1549613,51.1784233]},"properties":{"@type":"node","@id":255111824,"@timestamp":1206987663},"coords":"51.1784233,-0.1549613","bedrooms":"4","price":"214000","area":"394"} , +{"type":"Feature","id":"n255111840","geometry":{"type":"Point","coordinates":[-0.1554661,51.1776595]},"properties":{"@type":"node","@id":255111840,"@timestamp":1206987664},"coords":"51.1776595,-0.1554661","bedrooms":"3","price":"156000","area":"505"} , +{"type":"Feature","id":"n255111855","geometry":{"type":"Point","coordinates":[-0.1548011,51.1777173]},"properties":{"@type":"node","@id":255111855,"@timestamp":1206987665},"coords":"51.1777173,-0.1548011","bedrooms":"3","price":"245000","area":"592"} , +{"type":"Feature","id":"n255112148","geometry":{"type":"Point","coordinates":[-0.1537456,51.1800066]},"properties":{"@type":"node","@id":255112148,"@timestamp":1206987913},"coords":"51.1800066,-0.1537456","bedrooms":"3","price":"240000","area":"648"} , +{"type":"Feature","id":"n255112158","geometry":{"type":"Point","coordinates":[-0.1546172,51.1797385]},"properties":{"@type":"node","@id":255112158,"@timestamp":1206987915},"coords":"51.1797385,-0.1546172","bedrooms":"3","price":"223000","area":"675"} , +{"type":"Feature","id":"n255112168","geometry":{"type":"Point","coordinates":[-0.1557858,51.1804916]},"properties":{"@type":"node","@id":255112168,"@timestamp":1206987916},"coords":"51.1804916,-0.1557858","bedrooms":"3","price":"216000","area":"667"} , +{"type":"Feature","id":"n255112964","geometry":{"type":"Point","coordinates":[0.558817,51.3556042]},"properties":{"@type":"node","@id":255112964,"@timestamp":1530463705},"coords":"51.3556042,0.558817","bedrooms":"1","price":"270000","area":"411"} , +{"type":"Feature","id":"n255114171","geometry":{"type":"Point","coordinates":[0.6011097,51.3719937]},"properties":{"@type":"node","@id":255114171,"@timestamp":1235138333},"coords":"51.3719937,0.6011097","bedrooms":"4","price":"271000","area":"686"} , +{"type":"Feature","id":"n255114744","geometry":{"type":"Point","coordinates":[0.6067117,51.3354139]},"properties":{"@type":"node","@id":255114744,"@timestamp":1234997418},"coords":"51.3354139,0.6067117","bedrooms":"4","price":"247000","area":"366"} , +{"type":"Feature","id":"n255115413","geometry":{"type":"Point","coordinates":[0.4934742,51.3550571]},"properties":{"@type":"node","@id":255115413,"@timestamp":1206989751},"coords":"51.3550571,0.4934742","bedrooms":"2","price":"171000","area":"696"} , +{"type":"Feature","id":"n255116245","geometry":{"type":"Point","coordinates":[0.4714652,51.3404626]},"properties":{"@type":"node","@id":255116245,"@timestamp":1207761533},"coords":"51.3404626,0.4714652","bedrooms":"3","price":"208000","area":"357"} , +{"type":"Feature","id":"n255116353","geometry":{"type":"Point","coordinates":[-0.1932307,51.9128411]},"properties":{"@type":"node","@id":255116353,"@timestamp":1206990182},"coords":"51.9128411,-0.1932307","bedrooms":"3","price":"264000","area":"585"} , +{"type":"Feature","id":"n255116370","geometry":{"type":"Point","coordinates":[-0.2055533,51.9087458]},"properties":{"@type":"node","@id":255116370,"@timestamp":1206990184},"coords":"51.9087458,-0.2055533","bedrooms":"3","price":"273000","area":"591"} , +{"type":"Feature","id":"n255117104","geometry":{"type":"Point","coordinates":[0.5030458,51.3258155]},"properties":{"@type":"node","@id":255117104,"@timestamp":1528034075},"coords":"51.3258155,0.5030458","bedrooms":"3","price":"264000","area":"582"} , +{"type":"Feature","id":"n255117885","geometry":{"type":"Point","coordinates":[-0.190946,51.9249062]},"properties":{"@type":"node","@id":255117885,"@timestamp":1206991037},"coords":"51.9249062,-0.190946","bedrooms":"2","price":"241000","area":"607"} , +{"type":"Feature","id":"n255117920","geometry":{"type":"Point","coordinates":[-0.2099247,51.9223739]},"properties":{"@type":"node","@id":255117920,"@timestamp":1206991041},"coords":"51.9223739,-0.2099247","bedrooms":"1","price":"256000","area":"375"} , +{"type":"Feature","id":"n255118014","geometry":{"type":"Point","coordinates":[-0.2123196,51.9060072]},"properties":{"@type":"node","@id":255118014,"@timestamp":1206991051},"coords":"51.9060072,-0.2123196","bedrooms":"4","price":"250000","area":"518"} , +{"type":"Feature","id":"n255120376","geometry":{"type":"Point","coordinates":[-0.1579507,51.180438]},"properties":{"@type":"node","@id":255120376,"@timestamp":1206991517},"coords":"51.180438,-0.1579507","bedrooms":"3","price":"261000","area":"577"} , +{"type":"Feature","id":"n255120387","geometry":{"type":"Point","coordinates":[-0.1571737,51.1805332]},"properties":{"@type":"node","@id":255120387,"@timestamp":1206991518},"coords":"51.1805332,-0.1571737","bedrooms":"3","price":"282000","area":"365"} , +{"type":"Feature","id":"n255120524","geometry":{"type":"Point","coordinates":[-0.1694029,51.8958401]},"properties":{"@type":"node","@id":255120524,"@timestamp":1206991603},"coords":"51.8958401,-0.1694029","bedrooms":"3","price":"260000","area":"621"} , +{"type":"Feature","id":"n255120627","geometry":{"type":"Point","coordinates":[0.5623777,51.3309015]},"properties":{"@type":"node","@id":255120627,"@timestamp":1527535653},"coords":"51.3309015,0.5623777","bedrooms":"0","price":"245000","area":"638"} , +{"type":"Feature","id":"n255121157","geometry":{"type":"Point","coordinates":[0.5606201,51.3121906]},"properties":{"@type":"node","@id":255121157,"@timestamp":1207764604},"coords":"51.3121906,0.5606201","bedrooms":"2","price":"177000","area":"476"} , +{"type":"Feature","id":"n255122361","geometry":{"type":"Point","coordinates":[-0.1662299,51.9052789]},"properties":{"@type":"node","@id":255122361,"@timestamp":1206992059},"coords":"51.9052789,-0.1662299","bedrooms":"2","price":"243000","area":"552"} , +{"type":"Feature","id":"n255122510","geometry":{"type":"Point","coordinates":[0.5444926,51.2989529]},"properties":{"@type":"node","@id":255122510,"@timestamp":1207764547},"coords":"51.2989529,0.5444926","bedrooms":"2","price":"255000","area":"494"} , +{"type":"Feature","id":"n255122987","geometry":{"type":"Point","coordinates":[0.5273318,51.3069488]},"properties":{"@type":"node","@id":255122987,"@timestamp":1207764559},"coords":"51.3069488,0.5273318","bedrooms":"3","price":"238000","area":"507"} , +{"type":"Feature","id":"n255124842","geometry":{"type":"Point","coordinates":[-0.1708619,51.8870905]},"properties":{"@type":"node","@id":255124842,"@timestamp":1206993076},"coords":"51.8870905,-0.1708619","bedrooms":"1","price":"238000","area":"562"} , +{"type":"Feature","id":"n255124869","geometry":{"type":"Point","coordinates":[-0.1875894,51.885659]},"properties":{"@type":"node","@id":255124869,"@timestamp":1206993079},"coords":"51.885659,-0.1875894","bedrooms":"0","price":"201000","area":"469"} , +{"type":"Feature","id":"n255124892","geometry":{"type":"Point","coordinates":[-0.1908446,51.8831682]},"properties":{"@type":"node","@id":255124892,"@timestamp":1206993081},"coords":"51.8831682,-0.1908446","bedrooms":"3","price":"223000","area":"624"} , +{"type":"Feature","id":"n255124914","geometry":{"type":"Point","coordinates":[-0.1684072,51.879584]},"properties":{"@type":"node","@id":255124914,"@timestamp":1206993084},"coords":"51.879584,-0.1684072","bedrooms":"2","price":"274000","area":"526"} , +{"type":"Feature","id":"n255124962","geometry":{"type":"Point","coordinates":[-0.1702764,51.8871411]},"properties":{"@type":"node","@id":255124962,"@timestamp":1206993089},"coords":"51.8871411,-0.1702764","bedrooms":"1","price":"210000","area":"538"} , +{"type":"Feature","id":"n255125558","geometry":{"type":"Point","coordinates":[-0.1666729,51.1828212]},"properties":{"@type":"node","@id":255125558,"@timestamp":1206993211},"coords":"51.1828212,-0.1666729","bedrooms":"0","price":"269000","area":"506"} , +{"type":"Feature","id":"n255128112","geometry":{"type":"Point","coordinates":[-0.1892936,51.8943948]},"properties":{"@type":"node","@id":255128112,"@timestamp":1244536570},"coords":"51.8943948,-0.1892936","bedrooms":"4","price":"184000","area":"350"} , +{"type":"Feature","id":"n255128151","geometry":{"type":"Point","coordinates":[-0.1782762,51.8974758]},"properties":{"@type":"node","@id":255128151,"@timestamp":1206994044},"coords":"51.8974758,-0.1782762","bedrooms":"1","price":"225000","area":"469"} , +{"type":"Feature","id":"n255133084","geometry":{"type":"Point","coordinates":[-0.1311792,51.1395622]},"properties":{"@type":"node","@id":255133084,"@timestamp":1609265445},"coords":"51.1395622,-0.1311792","bedrooms":"1","price":"297000","area":"559"} , +{"type":"Feature","id":"n255136127","geometry":{"type":"Point","coordinates":[-0.2691363,51.3332622]},"properties":{"@type":"node","@id":255136127,"@timestamp":1566287837},"coords":"51.3332622,-0.2691363","bedrooms":"3","price":"162000","area":"549"} , +{"type":"Feature","id":"n255139196","geometry":{"type":"Point","coordinates":[-0.2683366,51.3243531]},"properties":{"@type":"node","@id":255139196,"@timestamp":1447407425},"coords":"51.3243531,-0.2683366","bedrooms":"0","price":"234000","area":"529"} , +{"type":"Feature","id":"n255141056","geometry":{"type":"Point","coordinates":[-0.1182553,51.1390188]},"properties":{"@type":"node","@id":255141056,"@timestamp":1206997763},"coords":"51.1390188,-0.1182553","bedrooms":"4","price":"276000","area":"445"} , +{"type":"Feature","id":"n255141080","geometry":{"type":"Point","coordinates":[-0.1147016,51.1384716]},"properties":{"@type":"node","@id":255141080,"@timestamp":1206997765},"coords":"51.1384716,-0.1147016","bedrooms":"3","price":"153000","area":"643"} , +{"type":"Feature","id":"n255141102","geometry":{"type":"Point","coordinates":[-0.1080009,51.1384181]},"properties":{"@type":"node","@id":255141102,"@timestamp":1206997766},"coords":"51.1384181,-0.1080009","bedrooms":"4","price":"203000","area":"611"} , +{"type":"Feature","id":"n255141116","geometry":{"type":"Point","coordinates":[-0.112783,51.1394842]},"properties":{"@type":"node","@id":255141116,"@timestamp":1206997768},"coords":"51.1394842,-0.112783","bedrooms":"2","price":"159000","area":"682"} , +{"type":"Feature","id":"n255141144","geometry":{"type":"Point","coordinates":[-0.1151031,51.1363948]},"properties":{"@type":"node","@id":255141144,"@timestamp":1352815756},"coords":"51.1363948,-0.1151031","bedrooms":"3","price":"279000","area":"370"} , +{"type":"Feature","id":"n255141183","geometry":{"type":"Point","coordinates":[-0.1253169,51.1334956]},"properties":{"@type":"node","@id":255141183,"@timestamp":1206997778},"coords":"51.1334956,-0.1253169","bedrooms":"1","price":"181000","area":"520"} , +{"type":"Feature","id":"n255141196","geometry":{"type":"Point","coordinates":[-0.126394,51.1335071]},"properties":{"@type":"node","@id":255141196,"@timestamp":1206997780},"coords":"51.1335071,-0.126394","bedrooms":"3","price":"164000","area":"498"} , +{"type":"Feature","id":"n255144627","geometry":{"type":"Point","coordinates":[0.2064644,51.5218771]},"properties":{"@type":"node","@id":255144627,"@timestamp":1613865048},"coords":"51.5218771,0.2064644","bedrooms":"4","price":"184000","area":"564"} , +{"type":"Feature","id":"n255239415","geometry":{"type":"Point","coordinates":[-0.2810773,51.815789]},"properties":{"@type":"node","@id":255239415,"@timestamp":1523194133},"coords":"51.815789,-0.2810773","bedrooms":"0","price":"253000","area":"512"} , +{"type":"Feature","id":"n255256468","geometry":{"type":"Point","coordinates":[-0.3820709,51.427599]},"properties":{"@type":"node","@id":255256468,"@timestamp":1207060555},"coords":"51.427599,-0.3820709","bedrooms":"3","price":"175000","area":"498"} , +{"type":"Feature","id":"n255274259","geometry":{"type":"Point","coordinates":[-0.1247658,51.3754062]},"properties":{"@type":"node","@id":255274259,"@timestamp":1207070122},"coords":"51.3754062,-0.1247658","bedrooms":"4","price":"255000","area":"551"} , +{"type":"Feature","id":"n255275999","geometry":{"type":"Point","coordinates":[-0.1407196,51.3881806]},"properties":{"@type":"node","@id":255275999,"@timestamp":1207071149},"coords":"51.3881806,-0.1407196","bedrooms":"0","price":"197000","area":"440"} , +{"type":"Feature","id":"n255276582","geometry":{"type":"Point","coordinates":[-0.1303654,51.3844971]},"properties":{"@type":"node","@id":255276582,"@timestamp":1207071498},"coords":"51.3844971,-0.1303654","bedrooms":"4","price":"240000","area":"644"} , +{"type":"Feature","id":"n255277537","geometry":{"type":"Point","coordinates":[0.4817878,51.2781244]},"properties":{"@type":"node","@id":255277537,"@timestamp":1207764425},"coords":"51.2781244,0.4817878","bedrooms":"4","price":"197000","area":"559"} , +{"type":"Feature","id":"n255278527","geometry":{"type":"Point","coordinates":[0.4616035,51.3100725]},"properties":{"@type":"node","@id":255278527,"@timestamp":1207072696},"coords":"51.3100725,0.4616035","bedrooms":"3","price":"242000","area":"686"} , +{"type":"Feature","id":"n255279123","geometry":{"type":"Point","coordinates":[0.5383622,51.2930876]},"properties":{"@type":"node","@id":255279123,"@timestamp":1207764547},"coords":"51.2930876,0.5383622","bedrooms":"3","price":"286000","area":"644"} , +{"type":"Feature","id":"n255279633","geometry":{"type":"Point","coordinates":[0.5735015,51.2874697]},"properties":{"@type":"node","@id":255279633,"@timestamp":1207073183},"coords":"51.2874697,0.5735015","bedrooms":"4","price":"288000","area":"607"} , +{"type":"Feature","id":"n255280740","geometry":{"type":"Point","coordinates":[0.5801377,51.3022172]},"properties":{"@type":"node","@id":255280740,"@timestamp":1293195117},"coords":"51.3022172,0.5801377","bedrooms":"1","price":"250000","area":"401"} , +{"type":"Feature","id":"n255281120","geometry":{"type":"Point","coordinates":[0.6028321,51.2853942]},"properties":{"@type":"node","@id":255281120,"@timestamp":1496238878},"coords":"51.2853942,0.6028321","bedrooms":"4","price":"278000","area":"444"} , +{"type":"Feature","id":"n255281728","geometry":{"type":"Point","coordinates":[0.5899703,51.320988]},"properties":{"@type":"node","@id":255281728,"@timestamp":1207762882},"coords":"51.320988,0.5899703","bedrooms":"1","price":"158000","area":"483"} , +{"type":"Feature","id":"n255288550","geometry":{"type":"Point","coordinates":[0.633177,51.2897542]},"properties":{"@type":"node","@id":255288550,"@timestamp":1207771556},"coords":"51.2897542,0.633177","bedrooms":"1","price":"239000","area":"381"} , +{"type":"Feature","id":"n255290209","geometry":{"type":"Point","coordinates":[0.6146364,51.3090828]},"properties":{"@type":"node","@id":255290209,"@timestamp":1207762622},"coords":"51.3090828,0.6146364","bedrooms":"2","price":"237000","area":"506"} , +{"type":"Feature","id":"n255290364","geometry":{"type":"Point","coordinates":[0.6383522,51.307426]},"properties":{"@type":"node","@id":255290364,"@timestamp":1537721538},"coords":"51.307426,0.6383522","bedrooms":"3","price":"265000","area":"439"} , +{"type":"Feature","id":"n255292010","geometry":{"type":"Point","coordinates":[0.6573279,51.2731693]},"properties":{"@type":"node","@id":255292010,"@timestamp":1527535677},"coords":"51.2731693,0.6573279","bedrooms":"3","price":"166000","area":"625"} , +{"type":"Feature","id":"n255293898","geometry":{"type":"Point","coordinates":[-0.1993146,51.9149812]},"properties":{"@type":"node","@id":255293898,"@timestamp":1207078245},"coords":"51.9149812,-0.1993146","bedrooms":"1","price":"261000","area":"549"} , +{"type":"Feature","id":"n255293912","geometry":{"type":"Point","coordinates":[-0.2064492,51.9095294]},"properties":{"@type":"node","@id":255293912,"@timestamp":1207078247},"coords":"51.9095294,-0.2064492","bedrooms":"2","price":"222000","area":"600"} , +{"type":"Feature","id":"n255294902","geometry":{"type":"Point","coordinates":[-0.2085671,51.9169999]},"properties":{"@type":"node","@id":255294902,"@timestamp":1207078556},"coords":"51.9169999,-0.2085671","bedrooms":"3","price":"265000","area":"410"} , +{"type":"Feature","id":"n255296207","geometry":{"type":"Point","coordinates":[0.6543542,51.3607916]},"properties":{"@type":"node","@id":255296207,"@timestamp":1207772009},"coords":"51.3607916,0.6543542","bedrooms":"4","price":"197000","area":"646"} , +{"type":"Feature","id":"n255296683","geometry":{"type":"Point","coordinates":[0.6579343,51.3415295]},"properties":{"@type":"node","@id":255296683,"@timestamp":1284678308},"coords":"51.3415295,0.6579343","bedrooms":"3","price":"199000","area":"489"} , +{"type":"Feature","id":"n255323090","geometry":{"type":"Point","coordinates":[-0.2766044,51.5025683]},"properties":{"@type":"node","@id":255323090,"@timestamp":1223173857},"coords":"51.5025683,-0.2766044","bedrooms":"2","price":"189000","area":"649"} , +{"type":"Feature","id":"n255388350","geometry":{"type":"Point","coordinates":[-0.6036281,51.34788]},"properties":{"@type":"node","@id":255388350,"@timestamp":1207146724},"coords":"51.34788,-0.6036281","bedrooms":"2","price":"273000","area":"647"} , +{"type":"Feature","id":"n255404601","geometry":{"type":"Point","coordinates":[0.7047846,51.2730006]},"properties":{"@type":"node","@id":255404601,"@timestamp":1207775048},"coords":"51.2730006,0.7047846","bedrooms":"0","price":"210000","area":"363"} , +{"type":"Feature","id":"n255404977","geometry":{"type":"Point","coordinates":[0.7217254,51.2822709]},"properties":{"@type":"node","@id":255404977,"@timestamp":1527535682},"coords":"51.2822709,0.7217254","bedrooms":"3","price":"168000","area":"694"} , +{"type":"Feature","id":"n255405301","geometry":{"type":"Point","coordinates":[0.7279183,51.3152381]},"properties":{"@type":"node","@id":255405301,"@timestamp":1496238879},"coords":"51.3152381,0.7279183","bedrooms":"2","price":"197000","area":"551"} , +{"type":"Feature","id":"n255406082","geometry":{"type":"Point","coordinates":[0.6574337,51.2959025]},"properties":{"@type":"node","@id":255406082,"@timestamp":1207158116},"coords":"51.2959025,0.6574337","bedrooms":"4","price":"237000","area":"686"} , +{"type":"Feature","id":"n255406530","geometry":{"type":"Point","coordinates":[-0.7426819,51.5200367]},"properties":{"@type":"node","@id":255406530,"@timestamp":1342401263},"coords":"51.5200367,-0.7426819","bedrooms":"0","price":"196000","area":"559"} , +{"type":"Feature","id":"n255408386","geometry":{"type":"Point","coordinates":[0.6933441,51.3639134]},"properties":{"@type":"node","@id":255408386,"@timestamp":1281117576},"coords":"51.3639134,0.6933441","bedrooms":"2","price":"215000","area":"532"} , +{"type":"Feature","id":"n255408777","geometry":{"type":"Point","coordinates":[0.7257731,51.3660385]},"properties":{"@type":"node","@id":255408777,"@timestamp":1496238879},"coords":"51.3660385,0.7257731","bedrooms":"0","price":"258000","area":"698"} , +{"type":"Feature","id":"n255409670","geometry":{"type":"Point","coordinates":[0.802778,51.3650504]},"properties":{"@type":"node","@id":255409670,"@timestamp":1207596115},"coords":"51.3650504,0.802778","bedrooms":"2","price":"211000","area":"650"} , +{"type":"Feature","id":"n255410151","geometry":{"type":"Point","coordinates":[0.7841135,51.3494485]},"properties":{"@type":"node","@id":255410151,"@timestamp":1527833137},"coords":"51.3494485,0.7841135","bedrooms":"0","price":"289000","area":"472"} , +{"type":"Feature","id":"n255413358","geometry":{"type":"Point","coordinates":[0.8201214,51.3384535]},"properties":{"@type":"node","@id":255413358,"@timestamp":1527833137},"coords":"51.3384535,0.8201214","bedrooms":"0","price":"226000","area":"615"} , +{"type":"Feature","id":"n255415430","geometry":{"type":"Point","coordinates":[0.8784884,51.3358871]},"properties":{"@type":"node","@id":255415430,"@timestamp":1527833138},"coords":"51.3358871,0.8784884","bedrooms":"3","price":"215000","area":"383"} , +{"type":"Feature","id":"n255415813","geometry":{"type":"Point","coordinates":[0.8307077,51.3117843]},"properties":{"@type":"node","@id":255415813,"@timestamp":1616712845},"coords":"51.3117843,0.8307077","bedrooms":"4","price":"276000","area":"487"} , +{"type":"Feature","id":"n255469157","geometry":{"type":"Point","coordinates":[-0.2016624,51.5039668]},"properties":{"@type":"node","@id":255469157,"@timestamp":1587968968},"coords":"51.5039668,-0.2016624","bedrooms":"4","price":"196000","area":"622"} , +{"type":"Feature","id":"n255522448","geometry":{"type":"Point","coordinates":[-0.3468451,51.0913653]},"properties":{"@type":"node","@id":255522448,"@timestamp":1528268327},"coords":"51.0913653,-0.3468451","bedrooms":"2","price":"153000","area":"471"} , +{"type":"Feature","id":"n255549555","geometry":{"type":"Point","coordinates":[-0.2019746,51.5120471]},"properties":{"@type":"node","@id":255549555,"@timestamp":1579891526},"coords":"51.5120471,-0.2019746","bedrooms":"4","price":"206000","area":"541"} , +{"type":"Feature","id":"n255561527","geometry":{"type":"Point","coordinates":[0.8809969,51.2752572]},"properties":{"@type":"node","@id":255561527,"@timestamp":1527833110},"coords":"51.2752572,0.8809969","bedrooms":"0","price":"171000","area":"351"} , +{"type":"Feature","id":"n255562211","geometry":{"type":"Point","coordinates":[0.8635127,51.2601039]},"properties":{"@type":"node","@id":255562211,"@timestamp":1207852499},"coords":"51.2601039,0.8635127","bedrooms":"1","price":"188000","area":"562"} , +{"type":"Feature","id":"n255563574","geometry":{"type":"Point","coordinates":[0.8406666,51.270474]},"properties":{"@type":"node","@id":255563574,"@timestamp":1527833133},"coords":"51.270474,0.8406666","bedrooms":"3","price":"199000","area":"434"} , +{"type":"Feature","id":"n255564639","geometry":{"type":"Point","coordinates":[0.8159848,51.2976344]},"properties":{"@type":"node","@id":255564639,"@timestamp":1527833141},"coords":"51.2976344,0.8159848","bedrooms":"4","price":"282000","area":"579"} , +{"type":"Feature","id":"n255580494","geometry":{"type":"Point","coordinates":[0.7977313,51.2623807]},"properties":{"@type":"node","@id":255580494,"@timestamp":1527833120},"coords":"51.2623807,0.7977313","bedrooms":"3","price":"270000","area":"495"} , +{"type":"Feature","id":"n255581681","geometry":{"type":"Point","coordinates":[0.7758267,51.3214854]},"properties":{"@type":"node","@id":255581681,"@timestamp":1284504127},"coords":"51.3214854,0.7758267","bedrooms":"3","price":"278000","area":"676"} , +{"type":"Feature","id":"n255582653","geometry":{"type":"Point","coordinates":[0.7783459,51.2922475]},"properties":{"@type":"node","@id":255582653,"@timestamp":1207852220},"coords":"51.2922475,0.7783459","bedrooms":"3","price":"217000","area":"367"} , +{"type":"Feature","id":"n255583262","geometry":{"type":"Point","coordinates":[0.7562862,51.2647572]},"properties":{"@type":"node","@id":255583262,"@timestamp":1207775545},"coords":"51.2647572,0.7562862","bedrooms":"4","price":"167000","area":"424"} , +{"type":"Feature","id":"n255592438","geometry":{"type":"Point","coordinates":[-0.2143328,51.5219827]},"properties":{"@type":"node","@id":255592438,"@timestamp":1583730608},"coords":"51.5219827,-0.2143328","bedrooms":"1","price":"288000","area":"407"} , +{"type":"Feature","id":"n255594776","geometry":{"type":"Point","coordinates":[-0.4554364,51.8356459]},"properties":{"@type":"node","@id":255594776,"@timestamp":1207256543},"coords":"51.8356459,-0.4554364","bedrooms":"0","price":"191000","area":"563"} , +{"type":"Feature","id":"n255627069","geometry":{"type":"Point","coordinates":[-1.0899318,51.2471233]},"properties":{"@type":"node","@id":255627069,"@timestamp":1353537166},"coords":"51.2471233,-1.0899318","bedrooms":"2","price":"260000","area":"450"} , +{"type":"Feature","id":"n255628476","geometry":{"type":"Point","coordinates":[-0.8503524,51.2823855]},"properties":{"@type":"node","@id":255628476,"@timestamp":1207272036},"coords":"51.2823855,-0.8503524","bedrooms":"0","price":"204000","area":"377"} , +{"type":"Feature","id":"n255628958","geometry":{"type":"Point","coordinates":[0.5438,51.2502776]},"properties":{"@type":"node","@id":255628958,"@timestamp":1207273180},"coords":"51.2502776,0.5438","bedrooms":"0","price":"169000","area":"617"} , +{"type":"Feature","id":"n255681276","geometry":{"type":"Point","coordinates":[-0.1704766,51.5083073]},"properties":{"@type":"node","@id":255681276,"@timestamp":1558565613},"coords":"51.5083073,-0.1704766","bedrooms":"0","price":"268000","area":"419"} , +{"type":"Feature","id":"n255711407","geometry":{"type":"Point","coordinates":[-0.681603,51.0006887]},"properties":{"@type":"node","@id":255711407,"@timestamp":1207332832},"coords":"51.0006887,-0.681603","bedrooms":"0","price":"265000","area":"471"} , +{"type":"Feature","id":"n255711439","geometry":{"type":"Point","coordinates":[-0.6622674,50.9929241]},"properties":{"@type":"node","@id":255711439,"@timestamp":1207332834},"coords":"50.9929241,-0.6622674","bedrooms":"3","price":"180000","area":"572"} , +{"type":"Feature","id":"n255711450","geometry":{"type":"Point","coordinates":[-0.6828004,51.0040684]},"properties":{"@type":"node","@id":255711450,"@timestamp":1207332835},"coords":"51.0040684,-0.6828004","bedrooms":"1","price":"270000","area":"510"} , +{"type":"Feature","id":"n255711460","geometry":{"type":"Point","coordinates":[-0.6869023,51.0043175]},"properties":{"@type":"node","@id":255711460,"@timestamp":1207332836},"coords":"51.0043175,-0.6869023","bedrooms":"1","price":"266000","area":"498"} , +{"type":"Feature","id":"n255711476","geometry":{"type":"Point","coordinates":[-0.6925368,51.0064893]},"properties":{"@type":"node","@id":255711476,"@timestamp":1207332838},"coords":"51.0064893,-0.6925368","bedrooms":"0","price":"162000","area":"654"} , +{"type":"Feature","id":"n255711486","geometry":{"type":"Point","coordinates":[-0.6969166,51.0090591]},"properties":{"@type":"node","@id":255711486,"@timestamp":1207332839},"coords":"51.0090591,-0.6969166","bedrooms":"4","price":"197000","area":"651"} , +{"type":"Feature","id":"n255711499","geometry":{"type":"Point","coordinates":[-0.7059537,51.0129238]},"properties":{"@type":"node","@id":255711499,"@timestamp":1207332840},"coords":"51.0129238,-0.7059537","bedrooms":"1","price":"294000","area":"441"} , +{"type":"Feature","id":"n255711554","geometry":{"type":"Point","coordinates":[-0.6926066,51.0159202]},"properties":{"@type":"node","@id":255711554,"@timestamp":1207332845},"coords":"51.0159202,-0.6926066","bedrooms":"4","price":"189000","area":"370"} , +{"type":"Feature","id":"n255711572","geometry":{"type":"Point","coordinates":[-0.6908235,51.0112114]},"properties":{"@type":"node","@id":255711572,"@timestamp":1207332847},"coords":"51.0112114,-0.6908235","bedrooms":"3","price":"167000","area":"678"} , +{"type":"Feature","id":"n255711582","geometry":{"type":"Point","coordinates":[-0.6926504,51.0094814]},"properties":{"@type":"node","@id":255711582,"@timestamp":1207332848},"coords":"51.0094814,-0.6926504","bedrooms":"1","price":"245000","area":"462"} , +{"type":"Feature","id":"n255711595","geometry":{"type":"Point","coordinates":[-0.6924156,51.0069784]},"properties":{"@type":"node","@id":255711595,"@timestamp":1207332849},"coords":"51.0069784,-0.6924156","bedrooms":"0","price":"238000","area":"434"} , +{"type":"Feature","id":"n255722224","geometry":{"type":"Point","coordinates":[-0.2103991,51.9398095]},"properties":{"@type":"node","@id":255722224,"@timestamp":1207339343},"coords":"51.9398095,-0.2103991","bedrooms":"1","price":"174000","area":"462"} , +{"type":"Feature","id":"n255724816","geometry":{"type":"Point","coordinates":[-0.1908344,51.9437143]},"properties":{"@type":"node","@id":255724816,"@timestamp":1207340624},"coords":"51.9437143,-0.1908344","bedrooms":"1","price":"214000","area":"669"} , +{"type":"Feature","id":"n255724853","geometry":{"type":"Point","coordinates":[-0.1791903,51.9530841]},"properties":{"@type":"node","@id":255724853,"@timestamp":1207340628},"coords":"51.9530841,-0.1791903","bedrooms":"4","price":"247000","area":"450"} , +{"type":"Feature","id":"n255724863","geometry":{"type":"Point","coordinates":[-0.1829914,51.9568506]},"properties":{"@type":"node","@id":255724863,"@timestamp":1207340629},"coords":"51.9568506,-0.1829914","bedrooms":"4","price":"261000","area":"504"} , +{"type":"Feature","id":"n255724891","geometry":{"type":"Point","coordinates":[-0.1838894,51.9577083]},"properties":{"@type":"node","@id":255724891,"@timestamp":1207340631},"coords":"51.9577083,-0.1838894","bedrooms":"1","price":"240000","area":"456"} , +{"type":"Feature","id":"n255724923","geometry":{"type":"Point","coordinates":[-0.1864238,51.9478254]},"properties":{"@type":"node","@id":255724923,"@timestamp":1207340634},"coords":"51.9478254,-0.1864238","bedrooms":"1","price":"235000","area":"372"} , +{"type":"Feature","id":"n255747922","geometry":{"type":"Point","coordinates":[-0.1169782,51.5146558]},"properties":{"@type":"node","@id":255747922,"@timestamp":1207349608},"coords":"51.5146558,-0.1169782","bedrooms":"3","price":"230000","area":"692"} , +{"type":"Feature","id":"n255749045","geometry":{"type":"Point","coordinates":[0.5748706,51.4776223]},"properties":{"@type":"node","@id":255749045,"@timestamp":1207676535},"coords":"51.4776223,0.5748706","bedrooms":"0","price":"296000","area":"674"} , +{"type":"Feature","id":"n255753637","geometry":{"type":"Point","coordinates":[0.5963041,51.4323312]},"properties":{"@type":"node","@id":255753637,"@timestamp":1207675593},"coords":"51.4323312,0.5963041","bedrooms":"3","price":"184000","area":"656"} , +{"type":"Feature","id":"n255756095","geometry":{"type":"Point","coordinates":[-0.1127378,51.6222544]},"properties":{"@type":"node","@id":255756095,"@timestamp":1484558118},"coords":"51.6222544,-0.1127378","bedrooms":"1","price":"283000","area":"685"} , +{"type":"Feature","id":"n255756306","geometry":{"type":"Point","coordinates":[0.5475364,51.4348046]},"properties":{"@type":"node","@id":255756306,"@timestamp":1207676627},"coords":"51.4348046,0.5475364","bedrooms":"2","price":"248000","area":"447"} , +{"type":"Feature","id":"n255756996","geometry":{"type":"Point","coordinates":[0.520155,51.4129722]},"properties":{"@type":"node","@id":255756996,"@timestamp":1207351625},"coords":"51.4129722,0.520155","bedrooms":"3","price":"191000","area":"620"} , +{"type":"Feature","id":"n255757044","geometry":{"type":"Point","coordinates":[0.4882431,51.4407211]},"properties":{"@type":"node","@id":255757044,"@timestamp":1207351664},"coords":"51.4407211,0.4882431","bedrooms":"1","price":"203000","area":"423"} , +{"type":"Feature","id":"n255758743","geometry":{"type":"Point","coordinates":[-0.3975887,51.4973532]},"properties":{"@type":"node","@id":255758743,"@timestamp":1207352319},"coords":"51.4973532,-0.3975887","bedrooms":"2","price":"198000","area":"474"} , +{"type":"Feature","id":"n255765643","geometry":{"type":"Point","coordinates":[-1.0832285,51.2365828]},"properties":{"@type":"node","@id":255765643,"@timestamp":1207357737},"coords":"51.2365828,-1.0832285","bedrooms":"3","price":"161000","area":"401"} , +{"type":"Feature","id":"n255765653","geometry":{"type":"Point","coordinates":[-1.0823471,51.2371929]},"properties":{"@type":"node","@id":255765653,"@timestamp":1207357738},"coords":"51.2371929,-1.0823471","bedrooms":"2","price":"266000","area":"551"} , +{"type":"Feature","id":"n255765663","geometry":{"type":"Point","coordinates":[-1.0795884,51.2386109]},"properties":{"@type":"node","@id":255765663,"@timestamp":1207357739},"coords":"51.2386109,-1.0795884","bedrooms":"0","price":"256000","area":"548"} , +{"type":"Feature","id":"n255825424","geometry":{"type":"Point","coordinates":[0.4463972,51.3700054]},"properties":{"@type":"node","@id":255825424,"@timestamp":1207388031},"coords":"51.3700054,0.4463972","bedrooms":"4","price":"257000","area":"630"} , +{"type":"Feature","id":"n255825802","geometry":{"type":"Point","coordinates":[0.4816062,51.3422984]},"properties":{"@type":"node","@id":255825802,"@timestamp":1207388190},"coords":"51.3422984,0.4816062","bedrooms":"0","price":"206000","area":"512"} , +{"type":"Feature","id":"n255825958","geometry":{"type":"Point","coordinates":[0.4619935,51.3694036]},"properties":{"@type":"node","@id":255825958,"@timestamp":1207761347},"coords":"51.3694036,0.4619935","bedrooms":"4","price":"249000","area":"403"} , +{"type":"Feature","id":"n255834799","geometry":{"type":"Point","coordinates":[0.542331,51.2971076]},"properties":{"@type":"node","@id":255834799,"@timestamp":1253297134},"coords":"51.2971076,0.542331","bedrooms":"0","price":"181000","area":"669"} , +{"type":"Feature","id":"n255836875","geometry":{"type":"Point","coordinates":[0.5083734,51.3215602]},"properties":{"@type":"node","@id":255836875,"@timestamp":1207391973},"coords":"51.3215602,0.5083734","bedrooms":"1","price":"191000","area":"518"} , +{"type":"Feature","id":"n255837894","geometry":{"type":"Point","coordinates":[0.5277234,51.3134499]},"properties":{"@type":"node","@id":255837894,"@timestamp":1207764065},"coords":"51.3134499,0.5277234","bedrooms":"2","price":"171000","area":"579"} , +{"type":"Feature","id":"n255840194","geometry":{"type":"Point","coordinates":[0.5514425,51.3254532]},"properties":{"@type":"node","@id":255840194,"@timestamp":1207392836},"coords":"51.3254532,0.5514425","bedrooms":"4","price":"276000","area":"384"} , +{"type":"Feature","id":"n255841766","geometry":{"type":"Point","coordinates":[0.5658402,51.3574576]},"properties":{"@type":"node","@id":255841766,"@timestamp":1207393086},"coords":"51.3574576,0.5658402","bedrooms":"3","price":"156000","area":"391"} , +{"type":"Feature","id":"n255854802","geometry":{"type":"Point","coordinates":[-0.5422867,50.995511]},"properties":{"@type":"node","@id":255854802,"@timestamp":1207398221},"coords":"50.995511,-0.5422867","bedrooms":"4","price":"234000","area":"468"} , +{"type":"Feature","id":"n255856713","geometry":{"type":"Point","coordinates":[-0.7723883,51.3337853]},"properties":{"@type":"node","@id":255856713,"@timestamp":1207399946},"coords":"51.3337853,-0.7723883","bedrooms":"3","price":"263000","area":"692"} , +{"type":"Feature","id":"n255856730","geometry":{"type":"Point","coordinates":[-0.7725584,51.3344455]},"properties":{"@type":"node","@id":255856730,"@timestamp":1213283751},"coords":"51.3344455,-0.7725584","bedrooms":"2","price":"196000","area":"608"} , +{"type":"Feature","id":"n255859044","geometry":{"type":"Point","coordinates":[-0.087343,51.5170466]},"properties":{"@type":"node","@id":255859044,"@timestamp":1443132778},"coords":"51.5170466,-0.087343","bedrooms":"0","price":"281000","area":"373"} , +{"type":"Feature","id":"n255860409","geometry":{"type":"Point","coordinates":[-0.0997532,51.5157166]},"properties":{"@type":"node","@id":255860409,"@timestamp":1573665224},"coords":"51.5157166,-0.0997532","bedrooms":"0","price":"168000","area":"465"} , +{"type":"Feature","id":"n255862212","geometry":{"type":"Point","coordinates":[-0.5282248,51.2573096]},"properties":{"@type":"node","@id":255862212,"@timestamp":1207403638},"coords":"51.2573096,-0.5282248","bedrooms":"3","price":"224000","area":"583"} , +{"type":"Feature","id":"n255862763","geometry":{"type":"Point","coordinates":[-0.5322112,51.2430521]},"properties":{"@type":"node","@id":255862763,"@timestamp":1207403770},"coords":"51.2430521,-0.5322112","bedrooms":"0","price":"265000","area":"591"} , +{"type":"Feature","id":"n255878380","geometry":{"type":"Point","coordinates":[-0.0212605,51.5093633]},"properties":{"@type":"node","@id":255878380,"@timestamp":1540125861},"coords":"51.5093633,-0.0212605","bedrooms":"2","price":"283000","area":"462"} , +{"type":"Feature","id":"n255880404","geometry":{"type":"Point","coordinates":[-0.0164953,51.5184424]},"properties":{"@type":"node","@id":255880404,"@timestamp":1207410561},"coords":"51.5184424,-0.0164953","bedrooms":"0","price":"286000","area":"569"} , +{"type":"Feature","id":"n255880424","geometry":{"type":"Point","coordinates":[-0.0201314,51.515836]},"properties":{"@type":"node","@id":255880424,"@timestamp":1207410563},"coords":"51.515836,-0.0201314","bedrooms":"0","price":"294000","area":"521"} , +{"type":"Feature","id":"n255881410","geometry":{"type":"Point","coordinates":[-0.0281433,51.5184913]},"properties":{"@type":"node","@id":255881410,"@timestamp":1207411283},"coords":"51.5184913,-0.0281433","bedrooms":"1","price":"230000","area":"587"} , +{"type":"Feature","id":"n255887887","geometry":{"type":"Point","coordinates":[-0.589153,51.2942079]},"properties":{"@type":"node","@id":255887887,"@timestamp":1213382104},"coords":"51.2942079,-0.589153","bedrooms":"3","price":"198000","area":"685"} , +{"type":"Feature","id":"n255891552","geometry":{"type":"Point","coordinates":[-0.2043094,51.9382326]},"properties":{"@type":"node","@id":255891552,"@timestamp":1207415977},"coords":"51.9382326,-0.2043094","bedrooms":"1","price":"173000","area":"394"} , +{"type":"Feature","id":"n255897312","geometry":{"type":"Point","coordinates":[-0.4676217,51.7493938]},"properties":{"@type":"node","@id":255897312,"@timestamp":1207419040},"coords":"51.7493938,-0.4676217","bedrooms":"2","price":"267000","area":"600"} , +{"type":"Feature","id":"n255904016","geometry":{"type":"Point","coordinates":[-0.4568674,51.7720749]},"properties":{"@type":"node","@id":255904016,"@timestamp":1207422661},"coords":"51.7720749,-0.4568674","bedrooms":"4","price":"278000","area":"523"} , +{"type":"Feature","id":"n255904101","geometry":{"type":"Point","coordinates":[-0.4760409,51.7446815]},"properties":{"@type":"node","@id":255904101,"@timestamp":1429960734},"coords":"51.7446815,-0.4760409","bedrooms":"0","price":"290000","area":"383"} , +{"type":"Feature","id":"n255906574","geometry":{"type":"Point","coordinates":[-0.1664477,51.1044384]},"properties":{"@type":"node","@id":255906574,"@timestamp":1207423623},"coords":"51.1044384,-0.1664477","bedrooms":"2","price":"270000","area":"382"} , +{"type":"Feature","id":"n255906590","geometry":{"type":"Point","coordinates":[-0.1685807,51.0879813]},"properties":{"@type":"node","@id":255906590,"@timestamp":1402505173},"coords":"51.0879813,-0.1685807","bedrooms":"3","price":"232000","area":"673"} , +{"type":"Feature","id":"n255906602","geometry":{"type":"Point","coordinates":[-0.1680468,51.1118388]},"properties":{"@type":"node","@id":255906602,"@timestamp":1207423626},"coords":"51.1118388,-0.1680468","bedrooms":"0","price":"168000","area":"443"} , +{"type":"Feature","id":"n255906618","geometry":{"type":"Point","coordinates":[-0.1658801,51.1163425]},"properties":{"@type":"node","@id":255906618,"@timestamp":1207423628},"coords":"51.1163425,-0.1658801","bedrooms":"4","price":"236000","area":"467"} , +{"type":"Feature","id":"n255906707","geometry":{"type":"Point","coordinates":[-0.1679816,51.1089806]},"properties":{"@type":"node","@id":255906707,"@timestamp":1207423646},"coords":"51.1089806,-0.1679816","bedrooms":"2","price":"283000","area":"646"} , +{"type":"Feature","id":"n255908508","geometry":{"type":"Point","coordinates":[-0.1706471,51.1008508]},"properties":{"@type":"node","@id":255908508,"@timestamp":1207424337},"coords":"51.1008508,-0.1706471","bedrooms":"1","price":"263000","area":"508"} , +{"type":"Feature","id":"n255922063","geometry":{"type":"Point","coordinates":[0.3791839,51.6711586]},"properties":{"@type":"node","@id":255922063,"@timestamp":1332882835},"coords":"51.6711586,0.3791839","bedrooms":"4","price":"191000","area":"685"} , +{"type":"Feature","id":"n255933837","geometry":{"type":"Point","coordinates":[-1.0558098,51.2830249]},"properties":{"@type":"node","@id":255933837,"@timestamp":1207432060},"coords":"51.2830249,-1.0558098","bedrooms":"0","price":"170000","area":"618"} , +{"type":"Feature","id":"n255933858","geometry":{"type":"Point","coordinates":[-1.0586098,51.2820618]},"properties":{"@type":"node","@id":255933858,"@timestamp":1241035416},"coords":"51.2820618,-1.0586098","bedrooms":"3","price":"231000","area":"528"} , +{"type":"Feature","id":"n255933923","geometry":{"type":"Point","coordinates":[-1.0607383,51.2829328]},"properties":{"@type":"node","@id":255933923,"@timestamp":1207432069},"coords":"51.2829328,-1.0607383","bedrooms":"3","price":"280000","area":"466"} , +{"type":"Feature","id":"n255954403","geometry":{"type":"Point","coordinates":[0.1413293,51.8715592]},"properties":{"@type":"node","@id":255954403,"@timestamp":1617644596},"coords":"51.8715592,0.1413293","bedrooms":"0","price":"183000","area":"412"} , +{"type":"Feature","id":"n255958237","geometry":{"type":"Point","coordinates":[-1.082768,51.9140478]},"properties":{"@type":"node","@id":255958237,"@timestamp":1207439144},"coords":"51.9140478,-1.082768","bedrooms":"0","price":"282000","area":"626"} , +{"type":"Feature","id":"n255959369","geometry":{"type":"Point","coordinates":[-1.0655093,51.9038605]},"properties":{"@type":"node","@id":255959369,"@timestamp":1234486371},"coords":"51.9038605,-1.0655093","bedrooms":"1","price":"219000","area":"641"} , +{"type":"Feature","id":"n255959379","geometry":{"type":"Point","coordinates":[-1.0588552,51.9085301]},"properties":{"@type":"node","@id":255959379,"@timestamp":1207439494},"coords":"51.9085301,-1.0588552","bedrooms":"2","price":"171000","area":"564"} , +{"type":"Feature","id":"n255960207","geometry":{"type":"Point","coordinates":[-0.5630779,51.7295938]},"properties":{"@type":"node","@id":255960207,"@timestamp":1633008054},"coords":"51.7295938,-0.5630779","bedrooms":"4","price":"159000","area":"479"} , +{"type":"Feature","id":"n255973240","geometry":{"type":"Point","coordinates":[-0.9971558,51.4010504]},"properties":{"@type":"node","@id":255973240,"@timestamp":1207445978},"coords":"51.4010504,-0.9971558","bedrooms":"3","price":"291000","area":"480"} , +{"type":"Feature","id":"n255974621","geometry":{"type":"Point","coordinates":[-0.8633429,51.4819172]},"properties":{"@type":"node","@id":255974621,"@timestamp":1207447201},"coords":"51.4819172,-0.8633429","bedrooms":"0","price":"154000","area":"412"} , +{"type":"Feature","id":"n256031040","geometry":{"type":"Point","coordinates":[-0.5323701,51.8508133]},"properties":{"@type":"node","@id":256031040,"@timestamp":1624805759},"coords":"51.8508133,-0.5323701","bedrooms":"4","price":"177000","area":"497"} , +{"type":"Feature","id":"n256035323","geometry":{"type":"Point","coordinates":[-0.7049109,51.8521354]},"properties":{"@type":"node","@id":256035323,"@timestamp":1259079417},"coords":"51.8521354,-0.7049109","bedrooms":"2","price":"172000","area":"402"} , +{"type":"Feature","id":"n256042425","geometry":{"type":"Point","coordinates":[-0.7246496,51.8437353]},"properties":{"@type":"node","@id":256042425,"@timestamp":1271182329},"coords":"51.8437353,-0.7246496","bedrooms":"3","price":"271000","area":"645"} , +{"type":"Feature","id":"n256043214","geometry":{"type":"Point","coordinates":[-0.7782503,51.8405163]},"properties":{"@type":"node","@id":256043214,"@timestamp":1303727095},"coords":"51.8405163,-0.7782503","bedrooms":"4","price":"177000","area":"507"} , +{"type":"Feature","id":"n256043747","geometry":{"type":"Point","coordinates":[-0.7915635,51.8371707]},"properties":{"@type":"node","@id":256043747,"@timestamp":1585832610},"coords":"51.8371707,-0.7915635","bedrooms":"1","price":"244000","area":"415"} , +{"type":"Feature","id":"n256047656","geometry":{"type":"Point","coordinates":[-1.0058468,51.8484562]},"properties":{"@type":"node","@id":256047656,"@timestamp":1496238882},"coords":"51.8484562,-1.0058468","bedrooms":"3","price":"270000","area":"634"} , +{"type":"Feature","id":"n256077782","geometry":{"type":"Point","coordinates":[-0.522087,51.6342549]},"properties":{"@type":"node","@id":256077782,"@timestamp":1591651964},"coords":"51.6342549,-0.522087","bedrooms":"1","price":"160000","area":"586"} , +{"type":"Feature","id":"n256083945","geometry":{"type":"Point","coordinates":[-0.5269335,51.5935993]},"properties":{"@type":"node","@id":256083945,"@timestamp":1258917972},"coords":"51.5935993,-0.5269335","bedrooms":"3","price":"193000","area":"398"} , +{"type":"Feature","id":"n256094942","geometry":{"type":"Point","coordinates":[-0.9634162,51.508919]},"properties":{"@type":"node","@id":256094942,"@timestamp":1353958623},"coords":"51.508919,-0.9634162","bedrooms":"1","price":"158000","area":"368"} , +{"type":"Feature","id":"n256109676","geometry":{"type":"Point","coordinates":[-1.0541647,51.0040136]},"properties":{"@type":"node","@id":256109676,"@timestamp":1207505619},"coords":"51.0040136,-1.0541647","bedrooms":"4","price":"237000","area":"665"} , +{"type":"Feature","id":"n256109686","geometry":{"type":"Point","coordinates":[-1.0551007,51.0061327]},"properties":{"@type":"node","@id":256109686,"@timestamp":1207505620},"coords":"51.0061327,-1.0551007","bedrooms":"0","price":"203000","area":"482"} , +{"type":"Feature","id":"n256109696","geometry":{"type":"Point","coordinates":[-1.0553532,51.0074311]},"properties":{"@type":"node","@id":256109696,"@timestamp":1207505621},"coords":"51.0074311,-1.0553532","bedrooms":"2","price":"245000","area":"475"} , +{"type":"Feature","id":"n256109729","geometry":{"type":"Point","coordinates":[-1.0479041,51.0039358]},"properties":{"@type":"node","@id":256109729,"@timestamp":1207505625},"coords":"51.0039358,-1.0479041","bedrooms":"3","price":"211000","area":"378"} , +{"type":"Feature","id":"n256115142","geometry":{"type":"Point","coordinates":[-0.7873841,51.2994519]},"properties":{"@type":"node","@id":256115142,"@timestamp":1207507119},"coords":"51.2994519,-0.7873841","bedrooms":"4","price":"266000","area":"609"} , +{"type":"Feature","id":"n256125105","geometry":{"type":"Point","coordinates":[-0.807109,51.0677674]},"properties":{"@type":"node","@id":256125105,"@timestamp":1207510481},"coords":"51.0677674,-0.807109","bedrooms":"3","price":"213000","area":"577"} , +{"type":"Feature","id":"n256125550","geometry":{"type":"Point","coordinates":[-0.8113605,51.0732477]},"properties":{"@type":"node","@id":256125550,"@timestamp":1207510592},"coords":"51.0732477,-0.8113605","bedrooms":"4","price":"173000","area":"448"} , +{"type":"Feature","id":"n256125566","geometry":{"type":"Point","coordinates":[-0.816645,51.0730605]},"properties":{"@type":"node","@id":256125566,"@timestamp":1207510593},"coords":"51.0730605,-0.816645","bedrooms":"1","price":"221000","area":"472"} , +{"type":"Feature","id":"n256126056","geometry":{"type":"Point","coordinates":[-0.8300154,51.0732602]},"properties":{"@type":"node","@id":256126056,"@timestamp":1207510685},"coords":"51.0732602,-0.8300154","bedrooms":"3","price":"196000","area":"364"} , +{"type":"Feature","id":"n256126072","geometry":{"type":"Point","coordinates":[-0.8301544,51.0712879]},"properties":{"@type":"node","@id":256126072,"@timestamp":1207510686},"coords":"51.0712879,-0.8301544","bedrooms":"1","price":"152000","area":"494"} , +{"type":"Feature","id":"n256126367","geometry":{"type":"Point","coordinates":[-0.8292485,51.0752328]},"properties":{"@type":"node","@id":256126367,"@timestamp":1207555188},"coords":"51.0752328,-0.8292485","bedrooms":"0","price":"271000","area":"560"} , +{"type":"Feature","id":"n256126470","geometry":{"type":"Point","coordinates":[-0.8266281,51.0776165]},"properties":{"@type":"node","@id":256126470,"@timestamp":1207510766},"coords":"51.0776165,-0.8266281","bedrooms":"1","price":"154000","area":"439"} , +{"type":"Feature","id":"n256141206","geometry":{"type":"Point","coordinates":[-0.3400013,51.6042623]},"properties":{"@type":"node","@id":256141206,"@timestamp":1586864316},"coords":"51.6042623,-0.3400013","bedrooms":"2","price":"271000","area":"461"} , +{"type":"Feature","id":"n256145454","geometry":{"type":"Point","coordinates":[-0.7562941,51.4970496]},"properties":{"@type":"node","@id":256145454,"@timestamp":1207517787},"coords":"51.4970496,-0.7562941","bedrooms":"1","price":"162000","area":"420"} , +{"type":"Feature","id":"n256146730","geometry":{"type":"Point","coordinates":[-1.0609277,51.8130046]},"properties":{"@type":"node","@id":256146730,"@timestamp":1355079812},"coords":"51.8130046,-1.0609277","bedrooms":"2","price":"154000","area":"572"} , +{"type":"Feature","id":"n256154332","geometry":{"type":"Point","coordinates":[-0.6218956,51.8390093]},"properties":{"@type":"node","@id":256154332,"@timestamp":1384916873},"coords":"51.8390093,-0.6218956","bedrooms":"4","price":"209000","area":"428"} , +{"type":"Feature","id":"n256157027","geometry":{"type":"Point","coordinates":[-0.5801374,51.2408328]},"properties":{"@type":"node","@id":256157027,"@timestamp":1207520762},"coords":"51.2408328,-0.5801374","bedrooms":"4","price":"204000","area":"351"} , +{"type":"Feature","id":"n256159349","geometry":{"type":"Point","coordinates":[-0.9775375,51.507172]},"properties":{"@type":"node","@id":256159349,"@timestamp":1500756196},"coords":"51.507172,-0.9775375","bedrooms":"2","price":"194000","area":"638"} , +{"type":"Feature","id":"n256171259","geometry":{"type":"Point","coordinates":[-0.5336455,51.6907736]},"properties":{"@type":"node","@id":256171259,"@timestamp":1208314422},"coords":"51.6907736,-0.5336455","bedrooms":"4","price":"285000","area":"408"} , +{"type":"Feature","id":"n256191829","geometry":{"type":"Point","coordinates":[-0.0867304,51.3906169]},"properties":{"@type":"node","@id":256191829,"@timestamp":1369778543},"coords":"51.3906169,-0.0867304","bedrooms":"3","price":"159000","area":"608"} , +{"type":"Feature","id":"n256192745","geometry":{"type":"Point","coordinates":[-0.829012,51.0745054]},"properties":{"@type":"node","@id":256192745,"@timestamp":1207555186},"coords":"51.0745054,-0.829012","bedrooms":"3","price":"271000","area":"567"} , +{"type":"Feature","id":"n256192761","geometry":{"type":"Point","coordinates":[-0.8298713,51.0732727]},"properties":{"@type":"node","@id":256192761,"@timestamp":1207555187},"coords":"51.0732727,-0.8298713","bedrooms":"0","price":"151000","area":"698"} , +{"type":"Feature","id":"n256193141","geometry":{"type":"Point","coordinates":[-0.8272489,51.0799568]},"properties":{"@type":"node","@id":256193141,"@timestamp":1207555413},"coords":"51.0799568,-0.8272489","bedrooms":"1","price":"160000","area":"473"} , +{"type":"Feature","id":"n256193171","geometry":{"type":"Point","coordinates":[-0.8269856,51.0861376]},"properties":{"@type":"node","@id":256193171,"@timestamp":1207555416},"coords":"51.0861376,-0.8269856","bedrooms":"2","price":"170000","area":"564"} , +{"type":"Feature","id":"n256194437","geometry":{"type":"Point","coordinates":[-0.8721528,51.0843593]},"properties":{"@type":"node","@id":256194437,"@timestamp":1207556358},"coords":"51.0843593,-0.8721528","bedrooms":"3","price":"174000","area":"597"} , +{"type":"Feature","id":"n256194460","geometry":{"type":"Point","coordinates":[-0.8688151,51.0833484]},"properties":{"@type":"node","@id":256194460,"@timestamp":1207556360},"coords":"51.0833484,-0.8688151","bedrooms":"4","price":"158000","area":"380"} , +{"type":"Feature","id":"n256194474","geometry":{"type":"Point","coordinates":[-0.8587029,51.0823125]},"properties":{"@type":"node","@id":256194474,"@timestamp":1207556361},"coords":"51.0823125,-0.8587029","bedrooms":"3","price":"243000","area":"486"} , +{"type":"Feature","id":"n256194632","geometry":{"type":"Point","coordinates":[-0.858539,51.0848928]},"properties":{"@type":"node","@id":256194632,"@timestamp":1207556435},"coords":"51.0848928,-0.858539","bedrooms":"0","price":"297000","area":"430"} , +{"type":"Feature","id":"n256194774","geometry":{"type":"Point","coordinates":[-0.8327867,51.0940831]},"properties":{"@type":"node","@id":256194774,"@timestamp":1207556638},"coords":"51.0940831,-0.8327867","bedrooms":"4","price":"253000","area":"565"} , +{"type":"Feature","id":"n256194784","geometry":{"type":"Point","coordinates":[-0.8345996,51.092433]},"properties":{"@type":"node","@id":256194784,"@timestamp":1207556639},"coords":"51.092433,-0.8345996","bedrooms":"3","price":"175000","area":"508"} , +{"type":"Feature","id":"n256194964","geometry":{"type":"Point","coordinates":[-0.8292504,51.0962167]},"properties":{"@type":"node","@id":256194964,"@timestamp":1207556736},"coords":"51.0962167,-0.8292504","bedrooms":"3","price":"169000","area":"511"} , +{"type":"Feature","id":"n256194974","geometry":{"type":"Point","coordinates":[-0.8278796,51.0942079]},"properties":{"@type":"node","@id":256194974,"@timestamp":1207556848},"coords":"51.0942079,-0.8278796","bedrooms":"1","price":"271000","area":"406"} , +{"type":"Feature","id":"n256195038","geometry":{"type":"Point","coordinates":[-0.8194114,51.0871047]},"properties":{"@type":"node","@id":256195038,"@timestamp":1207556846},"coords":"51.0871047,-0.8194114","bedrooms":"1","price":"278000","area":"606"} , +{"type":"Feature","id":"n256195205","geometry":{"type":"Point","coordinates":[-0.8263052,51.0920774]},"properties":{"@type":"node","@id":256195205,"@timestamp":1207556945},"coords":"51.0920774,-0.8263052","bedrooms":"1","price":"251000","area":"358"} , +{"type":"Feature","id":"n256210645","geometry":{"type":"Point","coordinates":[-0.5828431,51.2137679]},"properties":{"@type":"node","@id":256210645,"@timestamp":1276353840},"coords":"51.2137679,-0.5828431","bedrooms":"4","price":"250000","area":"683"} , +{"type":"Feature","id":"n256220996","geometry":{"type":"Point","coordinates":[-0.527542,51.7644977]},"properties":{"@type":"node","@id":256220996,"@timestamp":1213220058},"coords":"51.7644977,-0.527542","bedrooms":"3","price":"262000","area":"610"} , +{"type":"Feature","id":"n256232011","geometry":{"type":"Point","coordinates":[-0.5514156,51.8192928]},"properties":{"@type":"node","@id":256232011,"@timestamp":1489419307},"coords":"51.8192928,-0.5514156","bedrooms":"2","price":"266000","area":"511"} , +{"type":"Feature","id":"n256252069","geometry":{"type":"Point","coordinates":[-0.0158051,51.6007348]},"properties":{"@type":"node","@id":256252069,"@timestamp":1627670611},"coords":"51.6007348,-0.0158051","bedrooms":"2","price":"155000","area":"432"} , +{"type":"Feature","id":"n256262998","geometry":{"type":"Point","coordinates":[-0.6619607,51.7159716]},"properties":{"@type":"node","@id":256262998,"@timestamp":1496238883},"coords":"51.7159716,-0.6619607","bedrooms":"3","price":"156000","area":"514"} , +{"type":"Feature","id":"n256305684","geometry":{"type":"Point","coordinates":[0.7751956,51.4041558]},"properties":{"@type":"node","@id":256305684,"@timestamp":1207596188},"coords":"51.4041558,0.7751956","bedrooms":"4","price":"168000","area":"548"} , +{"type":"Feature","id":"n256308606","geometry":{"type":"Point","coordinates":[-0.5374084,51.2503395]},"properties":{"@type":"node","@id":256308606,"@timestamp":1243753870},"coords":"51.2503395,-0.5374084","bedrooms":"1","price":"192000","area":"524"} , +{"type":"Feature","id":"n256309115","geometry":{"type":"Point","coordinates":[-0.5279209,51.2464198]},"properties":{"@type":"node","@id":256309115,"@timestamp":1207597550},"coords":"51.2464198,-0.5279209","bedrooms":"2","price":"208000","area":"556"} , +{"type":"Feature","id":"n256310271","geometry":{"type":"Point","coordinates":[-0.5310264,51.2515155]},"properties":{"@type":"node","@id":256310271,"@timestamp":1281538467},"coords":"51.2515155,-0.5310264","bedrooms":"3","price":"222000","area":"591"} , +{"type":"Feature","id":"n256320644","geometry":{"type":"Point","coordinates":[-0.753712,51.4877554]},"properties":{"@type":"node","@id":256320644,"@timestamp":1207602554},"coords":"51.4877554,-0.753712","bedrooms":"1","price":"229000","area":"422"} , +{"type":"Feature","id":"n256322699","geometry":{"type":"Point","coordinates":[0.1703416,51.3988208]},"properties":{"@type":"node","@id":256322699,"@timestamp":1617450852},"coords":"51.3988208,0.1703416","bedrooms":"0","price":"201000","area":"492"} , +{"type":"Feature","id":"n256332996","geometry":{"type":"Point","coordinates":[-0.9454764,51.5162315]},"properties":{"@type":"node","@id":256332996,"@timestamp":1320690654},"coords":"51.5162315,-0.9454764","bedrooms":"3","price":"267000","area":"435"} , +{"type":"Feature","id":"n256341252","geometry":{"type":"Point","coordinates":[-0.3987512,51.5597948]},"properties":{"@type":"node","@id":256341252,"@timestamp":1603755863},"coords":"51.5597948,-0.3987512","bedrooms":"2","price":"290000","area":"457"} , +{"type":"Feature","id":"n256345885","geometry":{"type":"Point","coordinates":[0.4846564,51.3968896]},"properties":{"@type":"node","@id":256345885,"@timestamp":1546074956},"coords":"51.3968896,0.4846564","bedrooms":"0","price":"235000","area":"545"} , +{"type":"Feature","id":"n256367957","geometry":{"type":"Point","coordinates":[-0.1817551,51.1294432]},"properties":{"@type":"node","@id":256367957,"@timestamp":1242757795},"coords":"51.1294432,-0.1817551","bedrooms":"3","price":"200000","area":"483"} , +{"type":"Feature","id":"n256368017","geometry":{"type":"Point","coordinates":[-0.1844616,51.128122]},"properties":{"@type":"node","@id":256368017,"@timestamp":1207644708},"coords":"51.128122,-0.1844616","bedrooms":"4","price":"162000","area":"510"} , +{"type":"Feature","id":"n256368055","geometry":{"type":"Point","coordinates":[-0.1813207,51.1262711]},"properties":{"@type":"node","@id":256368055,"@timestamp":1207644711},"coords":"51.1262711,-0.1813207","bedrooms":"2","price":"210000","area":"679"} , +{"type":"Feature","id":"n256368110","geometry":{"type":"Point","coordinates":[-0.183855,51.1345434]},"properties":{"@type":"node","@id":256368110,"@timestamp":1242757820},"coords":"51.1345434,-0.183855","bedrooms":"3","price":"231000","area":"634"} , +{"type":"Feature","id":"n256368167","geometry":{"type":"Point","coordinates":[-0.1792673,51.1339751]},"properties":{"@type":"node","@id":256368167,"@timestamp":1242757827},"coords":"51.1339751,-0.1792673","bedrooms":"2","price":"220000","area":"481"} , +{"type":"Feature","id":"n256368178","geometry":{"type":"Point","coordinates":[-0.1790814,51.134342]},"properties":{"@type":"node","@id":256368178,"@timestamp":1242757816},"coords":"51.134342,-0.1790814","bedrooms":"4","price":"229000","area":"488"} , +{"type":"Feature","id":"n256368483","geometry":{"type":"Point","coordinates":[-0.1844175,51.1336981]},"properties":{"@type":"node","@id":256368483,"@timestamp":1242757779},"coords":"51.1336981,-0.1844175","bedrooms":"0","price":"253000","area":"461"} , +{"type":"Feature","id":"n256368645","geometry":{"type":"Point","coordinates":[-0.1848823,51.1293082]},"properties":{"@type":"node","@id":256368645,"@timestamp":1207644773},"coords":"51.1293082,-0.1848823","bedrooms":"4","price":"191000","area":"547"} , +{"type":"Feature","id":"n256371700","geometry":{"type":"Point","coordinates":[-0.1760405,51.1301316]},"properties":{"@type":"node","@id":256371700,"@timestamp":1207646895},"coords":"51.1301316,-0.1760405","bedrooms":"2","price":"266000","area":"373"} , +{"type":"Feature","id":"n256371710","geometry":{"type":"Point","coordinates":[-0.1761275,51.1318914]},"properties":{"@type":"node","@id":256371710,"@timestamp":1242757822},"coords":"51.1318914,-0.1761275","bedrooms":"3","price":"296000","area":"594"} , +{"type":"Feature","id":"n256371720","geometry":{"type":"Point","coordinates":[-0.1761228,51.1325822]},"properties":{"@type":"node","@id":256371720,"@timestamp":1242757816},"coords":"51.1325822,-0.1761228","bedrooms":"1","price":"258000","area":"393"} , +{"type":"Feature","id":"n256371730","geometry":{"type":"Point","coordinates":[-0.1757219,51.1319623]},"properties":{"@type":"node","@id":256371730,"@timestamp":1242757824},"coords":"51.1319623,-0.1757219","bedrooms":"4","price":"214000","area":"638"} , +{"type":"Feature","id":"n256371785","geometry":{"type":"Point","coordinates":[-0.1736901,51.1268791]},"properties":{"@type":"node","@id":256371785,"@timestamp":1207646909},"coords":"51.1268791,-0.1736901","bedrooms":"4","price":"222000","area":"448"} , +{"type":"Feature","id":"n256371897","geometry":{"type":"Point","coordinates":[-0.1740389,51.129097]},"properties":{"@type":"node","@id":256371897,"@timestamp":1242757805},"coords":"51.129097,-0.1740389","bedrooms":"4","price":"230000","area":"514"} , +{"type":"Feature","id":"n256371919","geometry":{"type":"Point","coordinates":[-0.1733843,51.1286935]},"properties":{"@type":"node","@id":256371919,"@timestamp":1242757802},"coords":"51.1286935,-0.1733843","bedrooms":"1","price":"214000","area":"592"} , +{"type":"Feature","id":"n256371980","geometry":{"type":"Point","coordinates":[-0.162109,51.1300009]},"properties":{"@type":"node","@id":256371980,"@timestamp":1207646951},"coords":"51.1300009,-0.162109","bedrooms":"4","price":"278000","area":"387"} , +{"type":"Feature","id":"n256381695","geometry":{"type":"Point","coordinates":[0.0726854,51.6325872]},"properties":{"@type":"node","@id":256381695,"@timestamp":1352374980},"coords":"51.6325872,0.0726854","bedrooms":"2","price":"280000","area":"633"} , +{"type":"Feature","id":"n256385593","geometry":{"type":"Point","coordinates":[-0.2040613,51.314222]},"properties":{"@type":"node","@id":256385593,"@timestamp":1207651465},"coords":"51.314222,-0.2040613","bedrooms":"1","price":"167000","area":"376"} , +{"type":"Feature","id":"n256389551","geometry":{"type":"Point","coordinates":[-0.2098171,51.3245801]},"properties":{"@type":"node","@id":256389551,"@timestamp":1220044423},"coords":"51.3245801,-0.2098171","bedrooms":"0","price":"161000","area":"417"} , +{"type":"Feature","id":"n256391749","geometry":{"type":"Point","coordinates":[-0.287701,51.1652181]},"properties":{"@type":"node","@id":256391749,"@timestamp":1207654010},"coords":"51.1652181,-0.287701","bedrooms":"1","price":"232000","area":"520"} , +{"type":"Feature","id":"n256416623","geometry":{"type":"Point","coordinates":[-0.2378873,51.494507]},"properties":{"@type":"node","@id":256416623,"@timestamp":1626354433},"coords":"51.494507,-0.2378873","bedrooms":"1","price":"256000","area":"446"} , +{"type":"Feature","id":"n256434092","geometry":{"type":"Point","coordinates":[0.6667596,51.4527408]},"properties":{"@type":"node","@id":256434092,"@timestamp":1207674141},"coords":"51.4527408,0.6667596","bedrooms":"4","price":"225000","area":"398"} , +{"type":"Feature","id":"n256477812","geometry":{"type":"Point","coordinates":[0.2144495,51.3692973]},"properties":{"@type":"node","@id":256477812,"@timestamp":1533598837},"coords":"51.3692973,0.2144495","bedrooms":"0","price":"194000","area":"407"} , +{"type":"Feature","id":"n256490837","geometry":{"type":"Point","coordinates":[0.1962969,51.3578662]},"properties":{"@type":"node","@id":256490837,"@timestamp":1547425579},"coords":"51.3578662,0.1962969","bedrooms":"3","price":"194000","area":"409"} , +{"type":"Feature","id":"n256495935","geometry":{"type":"Point","coordinates":[-0.8465439,51.2907289]},"properties":{"@type":"node","@id":256495935,"@timestamp":1366630192},"coords":"51.2907289,-0.8465439","bedrooms":"4","price":"253000","area":"584"} , +{"type":"Feature","id":"n256501618","geometry":{"type":"Point","coordinates":[-0.167079,51.1342807]},"properties":{"@type":"node","@id":256501618,"@timestamp":1242757800},"coords":"51.1342807,-0.167079","bedrooms":"2","price":"157000","area":"644"} , +{"type":"Feature","id":"n256501722","geometry":{"type":"Point","coordinates":[-0.1697255,51.1373227]},"properties":{"@type":"node","@id":256501722,"@timestamp":1242757804},"coords":"51.1373227,-0.1697255","bedrooms":"0","price":"249000","area":"671"} , +{"type":"Feature","id":"n256501732","geometry":{"type":"Point","coordinates":[-0.1693784,51.1367476]},"properties":{"@type":"node","@id":256501732,"@timestamp":1242757782},"coords":"51.1367476,-0.1693784","bedrooms":"2","price":"158000","area":"460"} , +{"type":"Feature","id":"n256501801","geometry":{"type":"Point","coordinates":[-0.1656502,51.1391825]},"properties":{"@type":"node","@id":256501801,"@timestamp":1207691725},"coords":"51.1391825,-0.1656502","bedrooms":"4","price":"190000","area":"620"} , +{"type":"Feature","id":"n256501812","geometry":{"type":"Point","coordinates":[-0.1646403,51.1397425]},"properties":{"@type":"node","@id":256501812,"@timestamp":1242757795},"coords":"51.1397425,-0.1646403","bedrooms":"0","price":"200000","area":"698"} , +{"type":"Feature","id":"n256501836","geometry":{"type":"Point","coordinates":[-0.1635251,51.1401715]},"properties":{"@type":"node","@id":256501836,"@timestamp":1242757787},"coords":"51.1401715,-0.1635251","bedrooms":"0","price":"154000","area":"367"} , +{"type":"Feature","id":"n256501846","geometry":{"type":"Point","coordinates":[-0.1615212,51.1403018]},"properties":{"@type":"node","@id":256501846,"@timestamp":1242757808},"coords":"51.1403018,-0.1615212","bedrooms":"2","price":"222000","area":"632"} , +{"type":"Feature","id":"n256501856","geometry":{"type":"Point","coordinates":[-0.1612946,51.1409327]},"properties":{"@type":"node","@id":256501856,"@timestamp":1242757831},"coords":"51.1409327,-0.1612946","bedrooms":"2","price":"184000","area":"383"} , +{"type":"Feature","id":"n256501868","geometry":{"type":"Point","coordinates":[-0.1626136,51.1415811]},"properties":{"@type":"node","@id":256501868,"@timestamp":1242757796},"coords":"51.1415811,-0.1626136","bedrooms":"3","price":"268000","area":"433"} , +{"type":"Feature","id":"n256501890","geometry":{"type":"Point","coordinates":[-0.162964,51.1443672]},"properties":{"@type":"node","@id":256501890,"@timestamp":1207691737},"coords":"51.1443672,-0.162964","bedrooms":"0","price":"261000","area":"441"} , +{"type":"Feature","id":"n256501900","geometry":{"type":"Point","coordinates":[-0.163577,51.1441263]},"properties":{"@type":"node","@id":256501900,"@timestamp":1207691738},"coords":"51.1441263,-0.163577","bedrooms":"2","price":"270000","area":"459"} , +{"type":"Feature","id":"n256501910","geometry":{"type":"Point","coordinates":[-0.1627942,51.1442834]},"properties":{"@type":"node","@id":256501910,"@timestamp":1207691743},"coords":"51.1442834,-0.1627942","bedrooms":"1","price":"258000","area":"533"} , +{"type":"Feature","id":"n256502057","geometry":{"type":"Point","coordinates":[-0.1655554,51.1448506]},"properties":{"@type":"node","@id":256502057,"@timestamp":1242757780},"coords":"51.1448506,-0.1655554","bedrooms":"2","price":"274000","area":"618"} , +{"type":"Feature","id":"n256502085","geometry":{"type":"Point","coordinates":[-0.1660814,51.1386315]},"properties":{"@type":"node","@id":256502085,"@timestamp":1242757824},"coords":"51.1386315,-0.1660814","bedrooms":"3","price":"162000","area":"493"} , +{"type":"Feature","id":"n256502108","geometry":{"type":"Point","coordinates":[-0.1680374,51.1382234]},"properties":{"@type":"node","@id":256502108,"@timestamp":1242757780},"coords":"51.1382234,-0.1680374","bedrooms":"1","price":"157000","area":"434"} , +{"type":"Feature","id":"n256502314","geometry":{"type":"Point","coordinates":[-0.1654557,51.1370496]},"properties":{"@type":"node","@id":256502314,"@timestamp":1242757796},"coords":"51.1370496,-0.1654557","bedrooms":"0","price":"279000","area":"538"} , +{"type":"Feature","id":"n256502331","geometry":{"type":"Point","coordinates":[-0.1653368,51.1371082]},"properties":{"@type":"node","@id":256502331,"@timestamp":1242757792},"coords":"51.1371082,-0.1653368","bedrooms":"1","price":"168000","area":"591"} , +{"type":"Feature","id":"n256502341","geometry":{"type":"Point","coordinates":[-0.1660055,51.137953]},"properties":{"@type":"node","@id":256502341,"@timestamp":1207691787},"coords":"51.137953,-0.1660055","bedrooms":"0","price":"259000","area":"499"} , +{"type":"Feature","id":"n256502351","geometry":{"type":"Point","coordinates":[-0.1654457,51.1389958]},"properties":{"@type":"node","@id":256502351,"@timestamp":1207691788},"coords":"51.1389958,-0.1654457","bedrooms":"1","price":"275000","area":"429"} , +{"type":"Feature","id":"n256502361","geometry":{"type":"Point","coordinates":[-0.1631105,51.1384883]},"properties":{"@type":"node","@id":256502361,"@timestamp":1242757779},"coords":"51.1384883,-0.1631105","bedrooms":"4","price":"232000","area":"459"} , +{"type":"Feature","id":"n256502371","geometry":{"type":"Point","coordinates":[-0.1620521,51.1394398]},"properties":{"@type":"node","@id":256502371,"@timestamp":1242757795},"coords":"51.1394398,-0.1620521","bedrooms":"1","price":"154000","area":"384"} , +{"type":"Feature","id":"n256502384","geometry":{"type":"Point","coordinates":[-0.1614097,51.1395745]},"properties":{"@type":"node","@id":256502384,"@timestamp":1242757797},"coords":"51.1395745,-0.1614097","bedrooms":"4","price":"204000","area":"423"} , +{"type":"Feature","id":"n256502394","geometry":{"type":"Point","coordinates":[-0.1620838,51.1386504]},"properties":{"@type":"node","@id":256502394,"@timestamp":1207691794},"coords":"51.1386504,-0.1620838","bedrooms":"0","price":"221000","area":"382"} , +{"type":"Feature","id":"n256502404","geometry":{"type":"Point","coordinates":[-0.1642385,51.137277]},"properties":{"@type":"node","@id":256502404,"@timestamp":1242757794},"coords":"51.137277,-0.1642385","bedrooms":"4","price":"204000","area":"432"} , +{"type":"Feature","id":"n256502420","geometry":{"type":"Point","coordinates":[-0.1653802,51.1354023]},"properties":{"@type":"node","@id":256502420,"@timestamp":1242757801},"coords":"51.1354023,-0.1653802","bedrooms":"2","price":"183000","area":"694"} , +{"type":"Feature","id":"n256502430","geometry":{"type":"Point","coordinates":[-0.1647227,51.1364099]},"properties":{"@type":"node","@id":256502430,"@timestamp":1242757814},"coords":"51.1364099,-0.1647227","bedrooms":"4","price":"232000","area":"529"} , +{"type":"Feature","id":"n256502440","geometry":{"type":"Point","coordinates":[-0.1640586,51.1351352]},"properties":{"@type":"node","@id":256502440,"@timestamp":1207691800},"coords":"51.1351352,-0.1640586","bedrooms":"2","price":"283000","area":"396"} , +{"type":"Feature","id":"n256502469","geometry":{"type":"Point","coordinates":[-0.1656687,51.1343187]},"properties":{"@type":"node","@id":256502469,"@timestamp":1242757807},"coords":"51.1343187,-0.1656687","bedrooms":"4","price":"271000","area":"376"} , +{"type":"Feature","id":"n256502552","geometry":{"type":"Point","coordinates":[-0.1672745,51.1313995]},"properties":{"@type":"node","@id":256502552,"@timestamp":1207691812},"coords":"51.1313995,-0.1672745","bedrooms":"2","price":"160000","area":"587"} , +{"type":"Feature","id":"n256502590","geometry":{"type":"Point","coordinates":[-0.1690136,51.1294899]},"properties":{"@type":"node","@id":256502590,"@timestamp":1242757791},"coords":"51.1294899,-0.1690136","bedrooms":"1","price":"195000","area":"589"} , +{"type":"Feature","id":"n256502601","geometry":{"type":"Point","coordinates":[-0.1688361,51.1279325]},"properties":{"@type":"node","@id":256502601,"@timestamp":1207691818},"coords":"51.1279325,-0.1688361","bedrooms":"0","price":"185000","area":"352"} , +{"type":"Feature","id":"n256502760","geometry":{"type":"Point","coordinates":[-0.1919737,51.1361361]},"properties":{"@type":"node","@id":256502760,"@timestamp":1207691836},"coords":"51.1361361,-0.1919737","bedrooms":"4","price":"216000","area":"565"} , +{"type":"Feature","id":"n256502884","geometry":{"type":"Point","coordinates":[-0.19029,51.1350199]},"properties":{"@type":"node","@id":256502884,"@timestamp":1207691840},"coords":"51.1350199,-0.19029","bedrooms":"4","price":"241000","area":"372"} , +{"type":"Feature","id":"n256508627","geometry":{"type":"Point","coordinates":[-0.2449013,51.4958692]},"properties":{"@type":"node","@id":256508627,"@timestamp":1208128342},"coords":"51.4958692,-0.2449013","bedrooms":"3","price":"272000","area":"505"} , +{"type":"Feature","id":"n256508661","geometry":{"type":"Point","coordinates":[-0.2948639,51.4909042]},"properties":{"@type":"node","@id":256508661,"@timestamp":1207693835},"coords":"51.4909042,-0.2948639","bedrooms":"0","price":"230000","area":"370"} , +{"type":"Feature","id":"n256510653","geometry":{"type":"Point","coordinates":[-0.2961346,51.4902823]},"properties":{"@type":"node","@id":256510653,"@timestamp":1207694607},"coords":"51.4902823,-0.2961346","bedrooms":"1","price":"244000","area":"475"} , +{"type":"Feature","id":"n256510671","geometry":{"type":"Point","coordinates":[-0.2969727,51.4905392]},"properties":{"@type":"node","@id":256510671,"@timestamp":1207694608},"coords":"51.4905392,-0.2969727","bedrooms":"4","price":"288000","area":"479"} , +{"type":"Feature","id":"n256510694","geometry":{"type":"Point","coordinates":[-0.2983313,51.4887739]},"properties":{"@type":"node","@id":256510694,"@timestamp":1207694610},"coords":"51.4887739,-0.2983313","bedrooms":"2","price":"193000","area":"467"} , +{"type":"Feature","id":"n256521418","geometry":{"type":"Point","coordinates":[0.5056918,51.3400146]},"properties":{"@type":"node","@id":256521418,"@timestamp":1560006477},"coords":"51.3400146,0.5056918","bedrooms":"3","price":"162000","area":"539"} , +{"type":"Feature","id":"n256545727","geometry":{"type":"Point","coordinates":[-0.6000219,51.3513928]},"properties":{"@type":"node","@id":256545727,"@timestamp":1207731217},"coords":"51.3513928,-0.6000219","bedrooms":"3","price":"291000","area":"509"} , +{"type":"Feature","id":"n256548939","geometry":{"type":"Point","coordinates":[-0.0946278,51.6623183]},"properties":{"@type":"node","@id":256548939,"@timestamp":1297628411},"coords":"51.6623183,-0.0946278","bedrooms":"0","price":"296000","area":"629"} , +{"type":"Feature","id":"n256575436","geometry":{"type":"Point","coordinates":[0.1678475,51.3942136]},"properties":{"@type":"node","@id":256575436,"@timestamp":1611363638},"coords":"51.3942136,0.1678475","bedrooms":"0","price":"205000","area":"363"} , +{"type":"Feature","id":"n256588859","geometry":{"type":"Point","coordinates":[-0.1723196,51.8042062]},"properties":{"@type":"node","@id":256588859,"@timestamp":1207764030},"coords":"51.8042062,-0.1723196","bedrooms":"2","price":"243000","area":"586"} , +{"type":"Feature","id":"n256588871","geometry":{"type":"Point","coordinates":[-0.1700169,51.8040619]},"properties":{"@type":"node","@id":256588871,"@timestamp":1207764032},"coords":"51.8040619,-0.1700169","bedrooms":"2","price":"272000","area":"467"} , +{"type":"Feature","id":"n256588887","geometry":{"type":"Point","coordinates":[-0.1682513,51.8037531]},"properties":{"@type":"node","@id":256588887,"@timestamp":1207764036},"coords":"51.8037531,-0.1682513","bedrooms":"0","price":"213000","area":"677"} , +{"type":"Feature","id":"n256588919","geometry":{"type":"Point","coordinates":[-0.1599785,51.8069774]},"properties":{"@type":"node","@id":256588919,"@timestamp":1328336339},"coords":"51.8069774,-0.1599785","bedrooms":"2","price":"236000","area":"632"} , +{"type":"Feature","id":"n256593642","geometry":{"type":"Point","coordinates":[-0.1786479,51.7995242]},"properties":{"@type":"node","@id":256593642,"@timestamp":1207767680},"coords":"51.7995242,-0.1786479","bedrooms":"1","price":"229000","area":"676"} , +{"type":"Feature","id":"n256606618","geometry":{"type":"Point","coordinates":[-0.0844938,51.6671962]},"properties":{"@type":"node","@id":256606618,"@timestamp":1599661320},"coords":"51.6671962,-0.0844938","bedrooms":"3","price":"285000","area":"461"} , +{"type":"Feature","id":"n256612316","geometry":{"type":"Point","coordinates":[-0.2946858,51.4906282]},"properties":{"@type":"node","@id":256612316,"@timestamp":1207776999},"coords":"51.4906282,-0.2946858","bedrooms":"0","price":"222000","area":"663"} , +{"type":"Feature","id":"n256616003","geometry":{"type":"Point","coordinates":[-0.2957763,51.4927641]},"properties":{"@type":"node","@id":256616003,"@timestamp":1207778339},"coords":"51.4927641,-0.2957763","bedrooms":"0","price":"287000","area":"352"} , +{"type":"Feature","id":"n256620230","geometry":{"type":"Point","coordinates":[-0.3066226,51.4896616]},"properties":{"@type":"node","@id":256620230,"@timestamp":1207779097},"coords":"51.4896616,-0.3066226","bedrooms":"0","price":"261000","area":"505"} , +{"type":"Feature","id":"n256622048","geometry":{"type":"Point","coordinates":[-0.3086752,51.4883188]},"properties":{"@type":"node","@id":256622048,"@timestamp":1207779732},"coords":"51.4883188,-0.3086752","bedrooms":"2","price":"227000","area":"587"} , +{"type":"Feature","id":"n256623694","geometry":{"type":"Point","coordinates":[-0.2905111,51.4921887]},"properties":{"@type":"node","@id":256623694,"@timestamp":1207780513},"coords":"51.4921887,-0.2905111","bedrooms":"2","price":"268000","area":"429"} , +{"type":"Feature","id":"n256623716","geometry":{"type":"Point","coordinates":[-0.2911453,51.4924144]},"properties":{"@type":"node","@id":256623716,"@timestamp":1207780515},"coords":"51.4924144,-0.2911453","bedrooms":"4","price":"283000","area":"473"} , +{"type":"Feature","id":"n256628496","geometry":{"type":"Point","coordinates":[-0.3186862,51.4846328]},"properties":{"@type":"node","@id":256628496,"@timestamp":1207781846},"coords":"51.4846328,-0.3186862","bedrooms":"2","price":"181000","area":"594"} , +{"type":"Feature","id":"n256632996","geometry":{"type":"Point","coordinates":[-0.3132292,51.4859801]},"properties":{"@type":"node","@id":256632996,"@timestamp":1207784473},"coords":"51.4859801,-0.3132292","bedrooms":"0","price":"153000","area":"446"} , +{"type":"Feature","id":"n256633007","geometry":{"type":"Point","coordinates":[-0.3125308,51.4863587]},"properties":{"@type":"node","@id":256633007,"@timestamp":1207784474},"coords":"51.4863587,-0.3125308","bedrooms":"3","price":"281000","area":"699"} , +{"type":"Feature","id":"n256636515","geometry":{"type":"Point","coordinates":[-0.1828401,51.8092201]},"properties":{"@type":"node","@id":256636515,"@timestamp":1207788290},"coords":"51.8092201,-0.1828401","bedrooms":"2","price":"157000","area":"630"} , +{"type":"Feature","id":"n256636533","geometry":{"type":"Point","coordinates":[-0.1827735,51.8084074]},"properties":{"@type":"node","@id":256636533,"@timestamp":1207788291},"coords":"51.8084074,-0.1827735","bedrooms":"4","price":"257000","area":"427"} , +{"type":"Feature","id":"n256637324","geometry":{"type":"Point","coordinates":[-0.1839607,51.8091512]},"properties":{"@type":"node","@id":256637324,"@timestamp":1207788459},"coords":"51.8091512,-0.1839607","bedrooms":"0","price":"282000","area":"538"} , +{"type":"Feature","id":"n256639213","geometry":{"type":"Point","coordinates":[-0.1780525,51.7980628]},"properties":{"@type":"node","@id":256639213,"@timestamp":1556117100},"coords":"51.7980628,-0.1780525","bedrooms":"3","price":"199000","area":"356"} , +{"type":"Feature","id":"n256682471","geometry":{"type":"Point","coordinates":[-0.6160107,51.3482254]},"properties":{"@type":"node","@id":256682471,"@timestamp":1207821509},"coords":"51.3482254,-0.6160107","bedrooms":"1","price":"298000","area":"538"} , +{"type":"Feature","id":"n256682491","geometry":{"type":"Point","coordinates":[-0.6115958,51.3485949]},"properties":{"@type":"node","@id":256682491,"@timestamp":1207821517},"coords":"51.3485949,-0.6115958","bedrooms":"0","price":"173000","area":"504"} , +{"type":"Feature","id":"n256682504","geometry":{"type":"Point","coordinates":[-0.6098938,51.3486779]},"properties":{"@type":"node","@id":256682504,"@timestamp":1207821521},"coords":"51.3486779,-0.6098938","bedrooms":"0","price":"188000","area":"409"} , +{"type":"Feature","id":"n256682514","geometry":{"type":"Point","coordinates":[-0.6085961,51.3488537]},"properties":{"@type":"node","@id":256682514,"@timestamp":1207821525},"coords":"51.3488537,-0.6085961","bedrooms":"2","price":"234000","area":"627"} , +{"type":"Feature","id":"n256682524","geometry":{"type":"Point","coordinates":[-0.607402,51.3491945]},"properties":{"@type":"node","@id":256682524,"@timestamp":1207821529},"coords":"51.3491945,-0.607402","bedrooms":"0","price":"265000","area":"378"} , +{"type":"Feature","id":"n256682534","geometry":{"type":"Point","coordinates":[-0.6057254,51.3489225]},"properties":{"@type":"node","@id":256682534,"@timestamp":1207821533},"coords":"51.3489225,-0.6057254","bedrooms":"3","price":"270000","area":"464"} , +{"type":"Feature","id":"n256682547","geometry":{"type":"Point","coordinates":[-0.6033082,51.3487758]},"properties":{"@type":"node","@id":256682547,"@timestamp":1207821537},"coords":"51.3487758,-0.6033082","bedrooms":"1","price":"241000","area":"668"} , +{"type":"Feature","id":"n256702453","geometry":{"type":"Point","coordinates":[-1.0391185,51.8282605]},"properties":{"@type":"node","@id":256702453,"@timestamp":1207831251},"coords":"51.8282605,-1.0391185","bedrooms":"3","price":"151000","area":"362"} , +{"type":"Feature","id":"n256709327","geometry":{"type":"Point","coordinates":[-0.9428164,51.8493675]},"properties":{"@type":"node","@id":256709327,"@timestamp":1207836889},"coords":"51.8493675,-0.9428164","bedrooms":"4","price":"220000","area":"614"} , +{"type":"Feature","id":"n256718818","geometry":{"type":"Point","coordinates":[-0.871577,51.8544571]},"properties":{"@type":"node","@id":256718818,"@timestamp":1207838493},"coords":"51.8544571,-0.871577","bedrooms":"4","price":"225000","area":"472"} , +{"type":"Feature","id":"n256721095","geometry":{"type":"Point","coordinates":[-0.8784434,51.8443303]},"properties":{"@type":"node","@id":256721095,"@timestamp":1207839033},"coords":"51.8443303,-0.8784434","bedrooms":"2","price":"289000","area":"568"} , +{"type":"Feature","id":"n256726393","geometry":{"type":"Point","coordinates":[-0.7674213,51.8533038]},"properties":{"@type":"node","@id":256726393,"@timestamp":1582485689},"coords":"51.8533038,-0.7674213","bedrooms":"2","price":"202000","area":"420"} , +{"type":"Feature","id":"n256743580","geometry":{"type":"Point","coordinates":[-0.7254501,51.8477898]},"properties":{"@type":"node","@id":256743580,"@timestamp":1582485689},"coords":"51.8477898,-0.7254501","bedrooms":"4","price":"258000","area":"494"} , +{"type":"Feature","id":"n256763772","geometry":{"type":"Point","coordinates":[-0.1221553,51.6177525]},"properties":{"@type":"node","@id":256763772,"@timestamp":1207857021},"coords":"51.6177525,-0.1221553","bedrooms":"3","price":"189000","area":"399"} , +{"type":"Feature","id":"n256763798","geometry":{"type":"Point","coordinates":[-0.1184611,51.616771]},"properties":{"@type":"node","@id":256763798,"@timestamp":1207857022},"coords":"51.616771,-0.1184611","bedrooms":"2","price":"266000","area":"408"} , +{"type":"Feature","id":"n256763810","geometry":{"type":"Point","coordinates":[-0.1173029,51.6164823]},"properties":{"@type":"node","@id":256763810,"@timestamp":1207857023},"coords":"51.6164823,-0.1173029","bedrooms":"2","price":"251000","area":"390"} , +{"type":"Feature","id":"n256766532","geometry":{"type":"Point","coordinates":[-0.0939375,51.5174512]},"properties":{"@type":"node","@id":256766532,"@timestamp":1573784209},"coords":"51.5174512,-0.0939375","bedrooms":"2","price":"196000","area":"487"} , +{"type":"Feature","id":"n256775825","geometry":{"type":"Point","coordinates":[-0.637931,51.8432167]},"properties":{"@type":"node","@id":256775825,"@timestamp":1250030677},"coords":"51.8432167,-0.637931","bedrooms":"3","price":"247000","area":"513"} , +{"type":"Feature","id":"n256779046","geometry":{"type":"Point","coordinates":[-0.6012742,51.8463144]},"properties":{"@type":"node","@id":256779046,"@timestamp":1207863455},"coords":"51.8463144,-0.6012742","bedrooms":"0","price":"151000","area":"488"} , +{"type":"Feature","id":"n256791090","geometry":{"type":"Point","coordinates":[-0.1423429,51.8039379]},"properties":{"@type":"node","@id":256791090,"@timestamp":1207868520},"coords":"51.8039379,-0.1423429","bedrooms":"1","price":"212000","area":"408"} , +{"type":"Feature","id":"n256792161","geometry":{"type":"Point","coordinates":[-0.135297,51.8000309]},"properties":{"@type":"node","@id":256792161,"@timestamp":1207869010},"coords":"51.8000309,-0.135297","bedrooms":"1","price":"235000","area":"693"} , +{"type":"Feature","id":"n256792186","geometry":{"type":"Point","coordinates":[-0.1392641,51.800321]},"properties":{"@type":"node","@id":256792186,"@timestamp":1207869013},"coords":"51.800321,-0.1392641","bedrooms":"3","price":"295000","area":"547"} , +{"type":"Feature","id":"n256792202","geometry":{"type":"Point","coordinates":[-0.1355982,51.7996554]},"properties":{"@type":"node","@id":256792202,"@timestamp":1207869015},"coords":"51.7996554,-0.1355982","bedrooms":"0","price":"212000","area":"639"} , +{"type":"Feature","id":"n256792212","geometry":{"type":"Point","coordinates":[-0.1396437,51.8004432]},"properties":{"@type":"node","@id":256792212,"@timestamp":1207869016},"coords":"51.8004432,-0.1396437","bedrooms":"3","price":"158000","area":"386"} , +{"type":"Feature","id":"n256794593","geometry":{"type":"Point","coordinates":[-0.1271163,51.5076222]},"properties":{"@type":"node","@id":256794593,"@timestamp":1564915278},"coords":"51.5076222,-0.1271163","bedrooms":"4","price":"196000","area":"357"} , +{"type":"Feature","id":"n256807774","geometry":{"type":"Point","coordinates":[-0.116006,51.6196275]},"properties":{"@type":"node","@id":256807774,"@timestamp":1207872403},"coords":"51.6196275,-0.116006","bedrooms":"2","price":"155000","area":"435"} , +{"type":"Feature","id":"n256810887","geometry":{"type":"Point","coordinates":[-0.1186482,51.6185852]},"properties":{"@type":"node","@id":256810887,"@timestamp":1207872757},"coords":"51.6185852,-0.1186482","bedrooms":"4","price":"164000","area":"427"} , +{"type":"Feature","id":"n256810903","geometry":{"type":"Point","coordinates":[-0.1161009,51.6181229]},"properties":{"@type":"node","@id":256810903,"@timestamp":1207872758},"coords":"51.6181229,-0.1161009","bedrooms":"1","price":"250000","area":"359"} , +{"type":"Feature","id":"n256810932","geometry":{"type":"Point","coordinates":[-0.1164147,51.6173029]},"properties":{"@type":"node","@id":256810932,"@timestamp":1207872759},"coords":"51.6173029,-0.1164147","bedrooms":"2","price":"245000","area":"378"} , +{"type":"Feature","id":"n256811773","geometry":{"type":"Point","coordinates":[-0.1162813,51.6181891]},"properties":{"@type":"node","@id":256811773,"@timestamp":1207872847},"coords":"51.6181891,-0.1162813","bedrooms":"0","price":"267000","area":"407"} , +{"type":"Feature","id":"n256812448","geometry":{"type":"Point","coordinates":[-0.1168886,51.6186531]},"properties":{"@type":"node","@id":256812448,"@timestamp":1207872935},"coords":"51.6186531,-0.1168886","bedrooms":"1","price":"266000","area":"674"} , +{"type":"Feature","id":"n256812470","geometry":{"type":"Point","coordinates":[-0.1179303,51.6182993]},"properties":{"@type":"node","@id":256812470,"@timestamp":1207872935},"coords":"51.6182993,-0.1179303","bedrooms":"0","price":"182000","area":"676"} , +{"type":"Feature","id":"n256813592","geometry":{"type":"Point","coordinates":[-0.1165336,51.6187837]},"properties":{"@type":"node","@id":256813592,"@timestamp":1207873078},"coords":"51.6187837,-0.1165336","bedrooms":"3","price":"259000","area":"518"} , +{"type":"Feature","id":"n256813607","geometry":{"type":"Point","coordinates":[-0.1159076,51.6193463]},"properties":{"@type":"node","@id":256813607,"@timestamp":1207873079},"coords":"51.6193463,-0.1159076","bedrooms":"2","price":"158000","area":"682"} , +{"type":"Feature","id":"n256813622","geometry":{"type":"Point","coordinates":[-0.1163514,51.6195001]},"properties":{"@type":"node","@id":256813622,"@timestamp":1207873079},"coords":"51.6195001,-0.1163514","bedrooms":"0","price":"278000","area":"529"} , +{"type":"Feature","id":"n256813638","geometry":{"type":"Point","coordinates":[-0.1167438,51.6188243]},"properties":{"@type":"node","@id":256813638,"@timestamp":1207873080},"coords":"51.6188243,-0.1167438","bedrooms":"4","price":"292000","area":"408"} , +{"type":"Feature","id":"n256815144","geometry":{"type":"Point","coordinates":[-0.1954377,51.8045217]},"properties":{"@type":"node","@id":256815144,"@timestamp":1207873248},"coords":"51.8045217,-0.1954377","bedrooms":"4","price":"167000","area":"459"} , +{"type":"Feature","id":"n256816452","geometry":{"type":"Point","coordinates":[-0.2039518,51.8010126]},"properties":{"@type":"node","@id":256816452,"@timestamp":1207873929},"coords":"51.8010126,-0.2039518","bedrooms":"1","price":"185000","area":"665"} , +{"type":"Feature","id":"n256872405","geometry":{"type":"Point","coordinates":[-0.5840421,51.850883]},"properties":{"@type":"node","@id":256872405,"@timestamp":1223547949},"coords":"51.850883,-0.5840421","bedrooms":"3","price":"151000","area":"552"} , +{"type":"Feature","id":"n256874208","geometry":{"type":"Point","coordinates":[-0.5795789,51.8318984]},"properties":{"@type":"node","@id":256874208,"@timestamp":1207919890},"coords":"51.8318984,-0.5795789","bedrooms":"2","price":"290000","area":"358"} , +{"type":"Feature","id":"n256875291","geometry":{"type":"Point","coordinates":[-0.5247331,51.8263287]},"properties":{"@type":"node","@id":256875291,"@timestamp":1215477393},"coords":"51.8263287,-0.5247331","bedrooms":"1","price":"247000","area":"569"} , +{"type":"Feature","id":"n256877753","geometry":{"type":"Point","coordinates":[-0.7517552,51.8297236]},"properties":{"@type":"node","@id":256877753,"@timestamp":1582485689},"coords":"51.8297236,-0.7517552","bedrooms":"4","price":"274000","area":"377"} , +{"type":"Feature","id":"n256886934","geometry":{"type":"Point","coordinates":[-1.0469834,51.8179245]},"properties":{"@type":"node","@id":256886934,"@timestamp":1329699042},"coords":"51.8179245,-1.0469834","bedrooms":"1","price":"197000","area":"678"} , +{"type":"Feature","id":"n256906999","geometry":{"type":"Point","coordinates":[-0.5331189,51.2571051]},"properties":{"@type":"node","@id":256906999,"@timestamp":1207936982},"coords":"51.2571051,-0.5331189","bedrooms":"3","price":"211000","area":"602"} , +{"type":"Feature","id":"n256907429","geometry":{"type":"Point","coordinates":[-0.5319701,51.2545144]},"properties":{"@type":"node","@id":256907429,"@timestamp":1207937191},"coords":"51.2545144,-0.5319701","bedrooms":"3","price":"249000","area":"583"} , +{"type":"Feature","id":"n256908362","geometry":{"type":"Point","coordinates":[-1.073437,51.80686]},"properties":{"@type":"node","@id":256908362,"@timestamp":1207938017},"coords":"51.80686,-1.073437","bedrooms":"0","price":"170000","area":"556"} , +{"type":"Feature","id":"n256908969","geometry":{"type":"Point","coordinates":[-0.5591389,51.2379205]},"properties":{"@type":"node","@id":256908969,"@timestamp":1595579124},"coords":"51.2379205,-0.5591389","bedrooms":"4","price":"230000","area":"455"} , +{"type":"Feature","id":"n256915166","geometry":{"type":"Point","coordinates":[0.4245016,51.3923605]},"properties":{"@type":"node","@id":256915166,"@timestamp":1207941824},"coords":"51.3923605,0.4245016","bedrooms":"2","price":"298000","area":"364"} , +{"type":"Feature","id":"n256915478","geometry":{"type":"Point","coordinates":[0.4226197,51.4335492]},"properties":{"@type":"node","@id":256915478,"@timestamp":1207942035},"coords":"51.4335492,0.4226197","bedrooms":"0","price":"284000","area":"362"} , +{"type":"Feature","id":"n256915639","geometry":{"type":"Point","coordinates":[0.4302651,51.435716]},"properties":{"@type":"node","@id":256915639,"@timestamp":1207942136},"coords":"51.435716,0.4302651","bedrooms":"3","price":"268000","area":"383"} , +{"type":"Feature","id":"n256916435","geometry":{"type":"Point","coordinates":[0.4310894,51.4049783]},"properties":{"@type":"node","@id":256916435,"@timestamp":1207942394},"coords":"51.4049783,0.4310894","bedrooms":"0","price":"203000","area":"468"} , +{"type":"Feature","id":"n256917521","geometry":{"type":"Point","coordinates":[0.4270803,51.3625422]},"properties":{"@type":"node","@id":256917521,"@timestamp":1207942896},"coords":"51.3625422,0.4270803","bedrooms":"0","price":"268000","area":"590"} , +{"type":"Feature","id":"n256917646","geometry":{"type":"Point","coordinates":[0.3931223,51.3614847]},"properties":{"@type":"node","@id":256917646,"@timestamp":1207942986},"coords":"51.3614847,0.3931223","bedrooms":"0","price":"226000","area":"361"} , +{"type":"Feature","id":"n256918103","geometry":{"type":"Point","coordinates":[0.4201172,51.3702235]},"properties":{"@type":"node","@id":256918103,"@timestamp":1207943242},"coords":"51.3702235,0.4201172","bedrooms":"1","price":"154000","area":"364"} , +{"type":"Feature","id":"n256918122","geometry":{"type":"Point","coordinates":[0.4115976,51.3696847]},"properties":{"@type":"node","@id":256918122,"@timestamp":1207943243},"coords":"51.3696847,0.4115976","bedrooms":"1","price":"269000","area":"641"} , +{"type":"Feature","id":"n256918543","geometry":{"type":"Point","coordinates":[0.3967161,51.3456315]},"properties":{"@type":"node","@id":256918543,"@timestamp":1207943411},"coords":"51.3456315,0.3967161","bedrooms":"1","price":"190000","area":"456"} , +{"type":"Feature","id":"n256918560","geometry":{"type":"Point","coordinates":[0.4082907,51.3493707]},"properties":{"@type":"node","@id":256918560,"@timestamp":1207943412},"coords":"51.3493707,0.4082907","bedrooms":"0","price":"216000","area":"449"} , +{"type":"Feature","id":"n256920355","geometry":{"type":"Point","coordinates":[0.4026001,51.3272652]},"properties":{"@type":"node","@id":256920355,"@timestamp":1207944345},"coords":"51.3272652,0.4026001","bedrooms":"3","price":"165000","area":"566"} , +{"type":"Feature","id":"n256920709","geometry":{"type":"Point","coordinates":[0.3999106,51.3114914]},"properties":{"@type":"node","@id":256920709,"@timestamp":1207944450},"coords":"51.3114914,0.3999106","bedrooms":"4","price":"196000","area":"439"} , +{"type":"Feature","id":"n256920916","geometry":{"type":"Point","coordinates":[0.3905267,51.2926712]},"properties":{"@type":"node","@id":256920916,"@timestamp":1226258445},"coords":"51.2926712,0.3905267","bedrooms":"4","price":"295000","area":"528"} , +{"type":"Feature","id":"n256962298","geometry":{"type":"Point","coordinates":[-0.7616441,51.3038106]},"properties":{"@type":"node","@id":256962298,"@timestamp":1366795809},"coords":"51.3038106,-0.7616441","bedrooms":"0","price":"157000","area":"680"} , +{"type":"Feature","id":"n256981497","geometry":{"type":"Point","coordinates":[0.4118236,51.2538496]},"properties":{"@type":"node","@id":256981497,"@timestamp":1207954710},"coords":"51.2538496,0.4118236","bedrooms":"4","price":"198000","area":"400"} , +{"type":"Feature","id":"n256982874","geometry":{"type":"Point","coordinates":[0.448276,51.1900985]},"properties":{"@type":"node","@id":256982874,"@timestamp":1207955001},"coords":"51.1900985,0.448276","bedrooms":"3","price":"214000","area":"630"} , +{"type":"Feature","id":"n256982888","geometry":{"type":"Point","coordinates":[0.4420894,51.196826]},"properties":{"@type":"node","@id":256982888,"@timestamp":1207955002},"coords":"51.196826,0.4420894","bedrooms":"1","price":"262000","area":"462"} , +{"type":"Feature","id":"n256982902","geometry":{"type":"Point","coordinates":[0.4342124,51.2062243]},"properties":{"@type":"node","@id":256982902,"@timestamp":1207955003},"coords":"51.2062243,0.4342124","bedrooms":"0","price":"232000","area":"640"} , +{"type":"Feature","id":"n256982915","geometry":{"type":"Point","coordinates":[0.4237999,51.2132561]},"properties":{"@type":"node","@id":256982915,"@timestamp":1207955004},"coords":"51.2132561,0.4237999","bedrooms":"2","price":"253000","area":"551"} , +{"type":"Feature","id":"n256983582","geometry":{"type":"Point","coordinates":[0.4540376,51.2037388]},"properties":{"@type":"node","@id":256983582,"@timestamp":1207955137},"coords":"51.2037388,0.4540376","bedrooms":"2","price":"150000","area":"660"} , +{"type":"Feature","id":"n256983630","geometry":{"type":"Point","coordinates":[0.3991861,51.227375]},"properties":{"@type":"node","@id":256983630,"@timestamp":1207955140},"coords":"51.227375,0.3991861","bedrooms":"0","price":"242000","area":"537"} , +{"type":"Feature","id":"n256984434","geometry":{"type":"Point","coordinates":[0.4177339,51.2029953]},"properties":{"@type":"node","@id":256984434,"@timestamp":1207955292},"coords":"51.2029953,0.4177339","bedrooms":"1","price":"236000","area":"696"} , +{"type":"Feature","id":"n256985693","geometry":{"type":"Point","coordinates":[0.3969512,51.2513249]},"properties":{"@type":"node","@id":256985693,"@timestamp":1207955537},"coords":"51.2513249,0.3969512","bedrooms":"3","price":"288000","area":"428"} , +{"type":"Feature","id":"n256985715","geometry":{"type":"Point","coordinates":[0.3962459,51.2547901]},"properties":{"@type":"node","@id":256985715,"@timestamp":1207955538},"coords":"51.2547901,0.3962459","bedrooms":"3","price":"197000","area":"382"} , +{"type":"Feature","id":"n256991119","geometry":{"type":"Point","coordinates":[-0.3140218,51.4862555]},"properties":{"@type":"node","@id":256991119,"@timestamp":1207957522},"coords":"51.4862555,-0.3140218","bedrooms":"2","price":"169000","area":"576"} , +{"type":"Feature","id":"n256991144","geometry":{"type":"Point","coordinates":[-0.3146519,51.4864583]},"properties":{"@type":"node","@id":256991144,"@timestamp":1207957525},"coords":"51.4864583,-0.3146519","bedrooms":"2","price":"151000","area":"567"} , +{"type":"Feature","id":"n256991155","geometry":{"type":"Point","coordinates":[-0.315201,51.4871852]},"properties":{"@type":"node","@id":256991155,"@timestamp":1207957525},"coords":"51.4871852,-0.315201","bedrooms":"2","price":"199000","area":"363"} , +{"type":"Feature","id":"n256991172","geometry":{"type":"Point","coordinates":[-0.3154393,51.4859082]},"properties":{"@type":"node","@id":256991172,"@timestamp":1207957526},"coords":"51.4859082,-0.3154393","bedrooms":"3","price":"256000","area":"503"} , +{"type":"Feature","id":"n256991183","geometry":{"type":"Point","coordinates":[-0.3169948,51.4865191]},"properties":{"@type":"node","@id":256991183,"@timestamp":1207957527},"coords":"51.4865191,-0.3169948","bedrooms":"1","price":"217000","area":"435"} , +{"type":"Feature","id":"n256991194","geometry":{"type":"Point","coordinates":[-0.3147736,51.4860949]},"properties":{"@type":"node","@id":256991194,"@timestamp":1207957528},"coords":"51.4860949,-0.3147736","bedrooms":"0","price":"152000","area":"628"} , +{"type":"Feature","id":"n256991204","geometry":{"type":"Point","coordinates":[-0.3172912,51.4865394]},"properties":{"@type":"node","@id":256991204,"@timestamp":1207957529},"coords":"51.4865394,-0.3172912","bedrooms":"0","price":"161000","area":"664"} , +{"type":"Feature","id":"n256991234","geometry":{"type":"Point","coordinates":[-0.3235336,51.4840187]},"properties":{"@type":"node","@id":256991234,"@timestamp":1207957531},"coords":"51.4840187,-0.3235336","bedrooms":"1","price":"216000","area":"597"} , +{"type":"Feature","id":"n256991819","geometry":{"type":"Point","coordinates":[-0.2962787,51.4908414]},"properties":{"@type":"node","@id":256991819,"@timestamp":1207957953},"coords":"51.4908414,-0.2962787","bedrooms":"1","price":"297000","area":"424"} , +{"type":"Feature","id":"n256991829","geometry":{"type":"Point","coordinates":[-0.2960525,51.4909194]},"properties":{"@type":"node","@id":256991829,"@timestamp":1207957955},"coords":"51.4909194,-0.2960525","bedrooms":"4","price":"237000","area":"606"} , +{"type":"Feature","id":"n256992411","geometry":{"type":"Point","coordinates":[-0.2840824,51.4909631]},"properties":{"@type":"node","@id":256992411,"@timestamp":1207958708},"coords":"51.4909631,-0.2840824","bedrooms":"0","price":"236000","area":"554"} , +{"type":"Feature","id":"n256992426","geometry":{"type":"Point","coordinates":[-0.2857109,51.4906293]},"properties":{"@type":"node","@id":256992426,"@timestamp":1207958710},"coords":"51.4906293,-0.2857109","bedrooms":"3","price":"151000","area":"433"} , +{"type":"Feature","id":"n257007861","geometry":{"type":"Point","coordinates":[0.0581798,51.1523528]},"properties":{"@type":"node","@id":257007861,"@timestamp":1207987340},"coords":"51.1523528,0.0581798","bedrooms":"3","price":"286000","area":"563"} , +{"type":"Feature","id":"n257008127","geometry":{"type":"Point","coordinates":[0.0960236,51.1473106]},"properties":{"@type":"node","@id":257008127,"@timestamp":1207987509},"coords":"51.1473106,0.0960236","bedrooms":"2","price":"250000","area":"366"} , +{"type":"Feature","id":"n257008332","geometry":{"type":"Point","coordinates":[0.0709806,51.1496762]},"properties":{"@type":"node","@id":257008332,"@timestamp":1207987648},"coords":"51.1496762,0.0709806","bedrooms":"4","price":"283000","area":"597"} , +{"type":"Feature","id":"n257009871","geometry":{"type":"Point","coordinates":[0.1287505,51.1863393]},"properties":{"@type":"node","@id":257009871,"@timestamp":1207988480},"coords":"51.1863393,0.1287505","bedrooms":"4","price":"179000","area":"421"} , +{"type":"Feature","id":"n257010215","geometry":{"type":"Point","coordinates":[0.1242315,51.1578077]},"properties":{"@type":"node","@id":257010215,"@timestamp":1207988700},"coords":"51.1578077,0.1242315","bedrooms":"3","price":"264000","area":"351"} , +{"type":"Feature","id":"n257010290","geometry":{"type":"Point","coordinates":[0.1479369,51.1520368]},"properties":{"@type":"node","@id":257010290,"@timestamp":1207988706},"coords":"51.1520368,0.1479369","bedrooms":"0","price":"205000","area":"357"} , +{"type":"Feature","id":"n257010561","geometry":{"type":"Point","coordinates":[0.1249664,51.1784551]},"properties":{"@type":"node","@id":257010561,"@timestamp":1207988912},"coords":"51.1784551,0.1249664","bedrooms":"0","price":"161000","area":"559"} , +{"type":"Feature","id":"n257010592","geometry":{"type":"Point","coordinates":[0.1357564,51.1860455]},"properties":{"@type":"node","@id":257010592,"@timestamp":1207988914},"coords":"51.1860455,0.1357564","bedrooms":"4","price":"163000","area":"445"} , +{"type":"Feature","id":"n257010638","geometry":{"type":"Point","coordinates":[0.145771,51.1771311]},"properties":{"@type":"node","@id":257010638,"@timestamp":1207988917},"coords":"51.1771311,0.145771","bedrooms":"0","price":"261000","area":"632"} , +{"type":"Feature","id":"n257010847","geometry":{"type":"Point","coordinates":[0.1663942,51.1764376]},"properties":{"@type":"node","@id":257010847,"@timestamp":1207989103},"coords":"51.1764376,0.1663942","bedrooms":"1","price":"278000","area":"607"} , +{"type":"Feature","id":"n257011021","geometry":{"type":"Point","coordinates":[0.1691202,51.1797855]},"properties":{"@type":"node","@id":257011021,"@timestamp":1207989373},"coords":"51.1797855,0.1691202","bedrooms":"1","price":"260000","area":"382"} , +{"type":"Feature","id":"n257011990","geometry":{"type":"Point","coordinates":[0.1539365,51.1369591]},"properties":{"@type":"node","@id":257011990,"@timestamp":1207989683},"coords":"51.1369591,0.1539365","bedrooms":"1","price":"234000","area":"634"} , +{"type":"Feature","id":"n257018114","geometry":{"type":"Point","coordinates":[-0.176399,51.353756]},"properties":{"@type":"node","@id":257018114,"@timestamp":1564915278},"coords":"51.353756,-0.176399","bedrooms":"1","price":"299000","area":"474"} , +{"type":"Feature","id":"n257030847","geometry":{"type":"Point","coordinates":[-0.4587773,51.4476674]},"properties":{"@type":"node","@id":257030847,"@timestamp":1207996788},"coords":"51.4476674,-0.4587773","bedrooms":"1","price":"176000","area":"479"} , +{"type":"Feature","id":"n257030870","geometry":{"type":"Point","coordinates":[-0.4576106,51.4566645]},"properties":{"@type":"node","@id":257030870,"@timestamp":1207996790},"coords":"51.4566645,-0.4576106","bedrooms":"3","price":"211000","area":"452"} , +{"type":"Feature","id":"n257030884","geometry":{"type":"Point","coordinates":[-0.4550213,51.4560905]},"properties":{"@type":"node","@id":257030884,"@timestamp":1207996791},"coords":"51.4560905,-0.4550213","bedrooms":"4","price":"184000","area":"473"} , +{"type":"Feature","id":"n257044712","geometry":{"type":"Point","coordinates":[-1.0332793,51.7640253]},"properties":{"@type":"node","@id":257044712,"@timestamp":1327870328},"coords":"51.7640253,-1.0332793","bedrooms":"2","price":"204000","area":"689"} , +{"type":"Feature","id":"n257063754","geometry":{"type":"Point","coordinates":[-0.5943015,51.2607623]},"properties":{"@type":"node","@id":257063754,"@timestamp":1208011960},"coords":"51.2607623,-0.5943015","bedrooms":"2","price":"270000","area":"576"} , +{"type":"Feature","id":"n257068290","geometry":{"type":"Point","coordinates":[-1.0790755,51.7650533]},"properties":{"@type":"node","@id":257068290,"@timestamp":1322417914},"coords":"51.7650533,-1.0790755","bedrooms":"0","price":"251000","area":"467"} , +{"type":"Feature","id":"n257069723","geometry":{"type":"Point","coordinates":[-0.6517469,51.1587889]},"properties":{"@type":"node","@id":257069723,"@timestamp":1208014005},"coords":"51.1587889,-0.6517469","bedrooms":"3","price":"193000","area":"482"} , +{"type":"Feature","id":"n257069757","geometry":{"type":"Point","coordinates":[-0.6821794,51.1824139]},"properties":{"@type":"node","@id":257069757,"@timestamp":1208014008},"coords":"51.1824139,-0.6821794","bedrooms":"1","price":"291000","area":"582"} , +{"type":"Feature","id":"n257079626","geometry":{"type":"Point","coordinates":[-0.1360268,51.8213042]},"properties":{"@type":"node","@id":257079626,"@timestamp":1208019500},"coords":"51.8213042,-0.1360268","bedrooms":"2","price":"179000","area":"605"} , +{"type":"Feature","id":"n257081657","geometry":{"type":"Point","coordinates":[-0.1154918,51.7785313]},"properties":{"@type":"node","@id":257081657,"@timestamp":1208020550},"coords":"51.7785313,-0.1154918","bedrooms":"1","price":"269000","area":"395"} , +{"type":"Feature","id":"n257081681","geometry":{"type":"Point","coordinates":[-0.1223987,51.7834246]},"properties":{"@type":"node","@id":257081681,"@timestamp":1573397530},"coords":"51.7834246,-0.1223987","bedrooms":"0","price":"194000","area":"545"} , +{"type":"Feature","id":"n257100704","geometry":{"type":"Point","coordinates":[-1.0195105,51.7632741]},"properties":{"@type":"node","@id":257100704,"@timestamp":1208029117},"coords":"51.7632741,-1.0195105","bedrooms":"4","price":"202000","area":"372"} , +{"type":"Feature","id":"n257132327","geometry":{"type":"Point","coordinates":[-0.7893409,51.811288]},"properties":{"@type":"node","@id":257132327,"@timestamp":1635934219},"coords":"51.811288,-0.7893409","bedrooms":"3","price":"171000","area":"424"} , +{"type":"Feature","id":"n257145440","geometry":{"type":"Point","coordinates":[-1.0783201,51.7489201]},"properties":{"@type":"node","@id":257145440,"@timestamp":1215299204},"coords":"51.7489201,-1.0783201","bedrooms":"4","price":"183000","area":"521"} , +{"type":"Feature","id":"n257147973","geometry":{"type":"Point","coordinates":[-0.7873382,51.8081502]},"properties":{"@type":"node","@id":257147973,"@timestamp":1208038107},"coords":"51.8081502,-0.7873382","bedrooms":"1","price":"186000","area":"392"} , +{"type":"Feature","id":"n257149578","geometry":{"type":"Point","coordinates":[-0.5551277,51.8496501]},"properties":{"@type":"node","@id":257149578,"@timestamp":1323250770},"coords":"51.8496501,-0.5551277","bedrooms":"2","price":"233000","area":"552"} , +{"type":"Feature","id":"n257150865","geometry":{"type":"Point","coordinates":[-0.7939659,51.8074752]},"properties":{"@type":"node","@id":257150865,"@timestamp":1208039954},"coords":"51.8074752,-0.7939659","bedrooms":"3","price":"215000","area":"604"} , +{"type":"Feature","id":"n257160760","geometry":{"type":"Point","coordinates":[-0.827629,51.4073646]},"properties":{"@type":"node","@id":257160760,"@timestamp":1208044487},"coords":"51.4073646,-0.827629","bedrooms":"3","price":"191000","area":"388"} , +{"type":"Feature","id":"n257166119","geometry":{"type":"Point","coordinates":[-1.0669071,51.7407477]},"properties":{"@type":"node","@id":257166119,"@timestamp":1295203484},"coords":"51.7407477,-1.0669071","bedrooms":"4","price":"216000","area":"411"} , +{"type":"Feature","id":"n257167783","geometry":{"type":"Point","coordinates":[-1.0752038,51.7461261]},"properties":{"@type":"node","@id":257167783,"@timestamp":1208048142},"coords":"51.7461261,-1.0752038","bedrooms":"2","price":"299000","area":"363"} , +{"type":"Feature","id":"n257258695","geometry":{"type":"Point","coordinates":[-0.0338563,51.6800625]},"properties":{"@type":"node","@id":257258695,"@timestamp":1562030526},"coords":"51.6800625,-0.0338563","bedrooms":"2","price":"150000","area":"691"} , +{"type":"Feature","id":"n257355604","geometry":{"type":"Point","coordinates":[-0.9840508,51.7564525]},"properties":{"@type":"node","@id":257355604,"@timestamp":1314719531},"coords":"51.7564525,-0.9840508","bedrooms":"4","price":"223000","area":"458"} , +{"type":"Feature","id":"n257363435","geometry":{"type":"Point","coordinates":[-0.9829542,51.8216636]},"properties":{"@type":"node","@id":257363435,"@timestamp":1373548061},"coords":"51.8216636,-0.9829542","bedrooms":"3","price":"244000","area":"619"} , +{"type":"Feature","id":"n257389301","geometry":{"type":"Point","coordinates":[0.1775045,51.4053105]},"properties":{"@type":"node","@id":257389301,"@timestamp":1489246277},"coords":"51.4053105,0.1775045","bedrooms":"2","price":"193000","area":"429"} , +{"type":"Feature","id":"n257412517","geometry":{"type":"Point","coordinates":[-0.5363676,51.7408937]},"properties":{"@type":"node","@id":257412517,"@timestamp":1215421739},"coords":"51.7408937,-0.5363676","bedrooms":"4","price":"213000","area":"535"} , +{"type":"Feature","id":"n257423029","geometry":{"type":"Point","coordinates":[-0.9666132,51.7955595]},"properties":{"@type":"node","@id":257423029,"@timestamp":1208117903},"coords":"51.7955595,-0.9666132","bedrooms":"4","price":"158000","area":"446"} , +{"type":"Feature","id":"n257464713","geometry":{"type":"Point","coordinates":[-0.2450531,51.4940442]},"properties":{"@type":"node","@id":257464713,"@timestamp":1489542870},"coords":"51.4940442,-0.2450531","bedrooms":"4","price":"169000","area":"673"} , +{"type":"Feature","id":"n257464754","geometry":{"type":"Point","coordinates":[-0.2387409,51.4939393]},"properties":{"@type":"node","@id":257464754,"@timestamp":1208128335},"coords":"51.4939393,-0.2387409","bedrooms":"0","price":"248000","area":"517"} , +{"type":"Feature","id":"n257464771","geometry":{"type":"Point","coordinates":[-0.238945,51.4943182]},"properties":{"@type":"node","@id":257464771,"@timestamp":1208128337},"coords":"51.4943182,-0.238945","bedrooms":"3","price":"152000","area":"587"} , +{"type":"Feature","id":"n257480745","geometry":{"type":"Point","coordinates":[-0.2346561,51.4977055]},"properties":{"@type":"node","@id":257480745,"@timestamp":1208132055},"coords":"51.4977055,-0.2346561","bedrooms":"3","price":"286000","area":"593"} , +{"type":"Feature","id":"n257486584","geometry":{"type":"Point","coordinates":[-0.5112055,51.7733574]},"properties":{"@type":"node","@id":257486584,"@timestamp":1439312063},"coords":"51.7733574,-0.5112055","bedrooms":"2","price":"251000","area":"688"} , +{"type":"Feature","id":"n257490499","geometry":{"type":"Point","coordinates":[-0.5083093,51.7949762]},"properties":{"@type":"node","@id":257490499,"@timestamp":1208137495},"coords":"51.7949762,-0.5083093","bedrooms":"3","price":"177000","area":"626"} , +{"type":"Feature","id":"n257496175","geometry":{"type":"Point","coordinates":[0.1781108,51.3977903]},"properties":{"@type":"node","@id":257496175,"@timestamp":1363954728},"coords":"51.3977903,0.1781108","bedrooms":"0","price":"172000","area":"591"} , +{"type":"Feature","id":"n257543821","geometry":{"type":"Point","coordinates":[-0.2022698,51.6977857]},"properties":{"@type":"node","@id":257543821,"@timestamp":1616256918},"coords":"51.6977857,-0.2022698","bedrooms":"4","price":"299000","area":"488"} , +{"type":"Feature","id":"n257562595","geometry":{"type":"Point","coordinates":[-0.2765829,51.6883718]},"properties":{"@type":"node","@id":257562595,"@timestamp":1615932795},"coords":"51.6883718,-0.2765829","bedrooms":"2","price":"197000","area":"669"} , +{"type":"Feature","id":"n257573357","geometry":{"type":"Point","coordinates":[0.1816209,51.1170966]},"properties":{"@type":"node","@id":257573357,"@timestamp":1208194087},"coords":"51.1170966,0.1816209","bedrooms":"2","price":"221000","area":"632"} , +{"type":"Feature","id":"n257574510","geometry":{"type":"Point","coordinates":[0.2365136,51.1238715]},"properties":{"@type":"node","@id":257574510,"@timestamp":1208194600},"coords":"51.1238715,0.2365136","bedrooms":"3","price":"287000","area":"504"} , +{"type":"Feature","id":"n257575096","geometry":{"type":"Point","coordinates":[0.2121633,51.1457713]},"properties":{"@type":"node","@id":257575096,"@timestamp":1208194867},"coords":"51.1457713,0.2121633","bedrooms":"0","price":"190000","area":"415"} , +{"type":"Feature","id":"n257575260","geometry":{"type":"Point","coordinates":[0.2403824,51.1658667]},"properties":{"@type":"node","@id":257575260,"@timestamp":1208194985},"coords":"51.1658667,0.2403824","bedrooms":"4","price":"293000","area":"540"} , +{"type":"Feature","id":"n257575831","geometry":{"type":"Point","coordinates":[0.227332,51.1608219]},"properties":{"@type":"node","@id":257575831,"@timestamp":1208195194},"coords":"51.1608219,0.227332","bedrooms":"1","price":"175000","area":"528"} , +{"type":"Feature","id":"n257576431","geometry":{"type":"Point","coordinates":[0.2463757,51.1719112]},"properties":{"@type":"node","@id":257576431,"@timestamp":1208195404},"coords":"51.1719112,0.2463757","bedrooms":"0","price":"262000","area":"385"} , +{"type":"Feature","id":"n257591120","geometry":{"type":"Point","coordinates":[-0.2913967,51.4912464]},"properties":{"@type":"node","@id":257591120,"@timestamp":1234486605},"coords":"51.4912464,-0.2913967","bedrooms":"2","price":"258000","area":"479"} , +{"type":"Feature","id":"n257599280","geometry":{"type":"Point","coordinates":[-0.6240208,51.8456557]},"properties":{"@type":"node","@id":257599280,"@timestamp":1594674133},"coords":"51.8456557,-0.6240208","bedrooms":"2","price":"236000","area":"658"} , +{"type":"Feature","id":"n257626098","geometry":{"type":"Point","coordinates":[-0.2541901,51.6552662]},"properties":{"@type":"node","@id":257626098,"@timestamp":1615930280},"coords":"51.6552662,-0.2541901","bedrooms":"1","price":"247000","area":"479"} , +{"type":"Feature","id":"n257635708","geometry":{"type":"Point","coordinates":[-0.8785079,51.6138562]},"properties":{"@type":"node","@id":257635708,"@timestamp":1530956700},"coords":"51.6138562,-0.8785079","bedrooms":"0","price":"185000","area":"605"} , +{"type":"Feature","id":"n257688524","geometry":{"type":"Point","coordinates":[-0.6073612,51.3446075]},"properties":{"@type":"node","@id":257688524,"@timestamp":1208254078},"coords":"51.3446075,-0.6073612","bedrooms":"3","price":"204000","area":"390"} , +{"type":"Feature","id":"n257688534","geometry":{"type":"Point","coordinates":[-0.6015861,51.3433113]},"properties":{"@type":"node","@id":257688534,"@timestamp":1208254082},"coords":"51.3433113,-0.6015861","bedrooms":"2","price":"282000","area":"396"} , +{"type":"Feature","id":"n257688544","geometry":{"type":"Point","coordinates":[-0.5996237,51.3421414]},"properties":{"@type":"node","@id":257688544,"@timestamp":1208254086},"coords":"51.3421414,-0.5996237","bedrooms":"3","price":"194000","area":"535"} , +{"type":"Feature","id":"n257702155","geometry":{"type":"Point","coordinates":[-0.7607274,51.3228611]},"properties":{"@type":"node","@id":257702155,"@timestamp":1540494272},"coords":"51.3228611,-0.7607274","bedrooms":"2","price":"181000","area":"442"} , +{"type":"Feature","id":"n257702215","geometry":{"type":"Point","coordinates":[-0.7601756,51.322063]},"properties":{"@type":"node","@id":257702215,"@timestamp":1208261003},"coords":"51.322063,-0.7601756","bedrooms":"3","price":"249000","area":"353"} , +{"type":"Feature","id":"n257702238","geometry":{"type":"Point","coordinates":[-0.7579703,51.3221087]},"properties":{"@type":"node","@id":257702238,"@timestamp":1208261009},"coords":"51.3221087,-0.7579703","bedrooms":"1","price":"180000","area":"371"} , +{"type":"Feature","id":"n257702251","geometry":{"type":"Point","coordinates":[-0.7588148,51.321687]},"properties":{"@type":"node","@id":257702251,"@timestamp":1208261013},"coords":"51.321687,-0.7588148","bedrooms":"2","price":"190000","area":"479"} , +{"type":"Feature","id":"n257708258","geometry":{"type":"Point","coordinates":[-0.5962957,51.3519033]},"properties":{"@type":"node","@id":257708258,"@timestamp":1208263841},"coords":"51.3519033,-0.5962957","bedrooms":"1","price":"188000","area":"619"} , +{"type":"Feature","id":"n257716824","geometry":{"type":"Point","coordinates":[-0.5476742,51.7159346]},"properties":{"@type":"node","@id":257716824,"@timestamp":1208268360},"coords":"51.7159346,-0.5476742","bedrooms":"1","price":"192000","area":"593"} , +{"type":"Feature","id":"n257724415","geometry":{"type":"Point","coordinates":[-0.5660379,51.78159]},"properties":{"@type":"node","@id":257724415,"@timestamp":1370842571},"coords":"51.78159,-0.5660379","bedrooms":"1","price":"207000","area":"542"} , +{"type":"Feature","id":"n257730417","geometry":{"type":"Point","coordinates":[-0.6000269,51.821822]},"properties":{"@type":"node","@id":257730417,"@timestamp":1420120112},"coords":"51.821822,-0.6000269","bedrooms":"0","price":"271000","area":"549"} , +{"type":"Feature","id":"n257735317","geometry":{"type":"Point","coordinates":[-0.740309,51.3411513]},"properties":{"@type":"node","@id":257735317,"@timestamp":1208275834},"coords":"51.3411513,-0.740309","bedrooms":"1","price":"157000","area":"682"} , +{"type":"Feature","id":"n257735334","geometry":{"type":"Point","coordinates":[-0.7399466,51.3411764]},"properties":{"@type":"node","@id":257735334,"@timestamp":1208275839},"coords":"51.3411764,-0.7399466","bedrooms":"4","price":"155000","area":"417"} , +{"type":"Feature","id":"n257741015","geometry":{"type":"Point","coordinates":[0.2949082,51.1897192]},"properties":{"@type":"node","@id":257741015,"@timestamp":1208279318},"coords":"51.1897192,0.2949082","bedrooms":"2","price":"180000","area":"493"} , +{"type":"Feature","id":"n257741295","geometry":{"type":"Point","coordinates":[-0.5035141,51.744308]},"properties":{"@type":"node","@id":257741295,"@timestamp":1208301580},"coords":"51.744308,-0.5035141","bedrooms":"2","price":"253000","area":"664"} , +{"type":"Feature","id":"n257741932","geometry":{"type":"Point","coordinates":[0.2514165,51.114183]},"properties":{"@type":"node","@id":257741932,"@timestamp":1208279754},"coords":"51.114183,0.2514165","bedrooms":"3","price":"216000","area":"353"} , +{"type":"Feature","id":"n257742190","geometry":{"type":"Point","coordinates":[-0.4972642,51.7428283]},"properties":{"@type":"node","@id":257742190,"@timestamp":1290163586},"coords":"51.7428283,-0.4972642","bedrooms":"4","price":"195000","area":"653"} , +{"type":"Feature","id":"n257742741","geometry":{"type":"Point","coordinates":[0.2946305,51.1751038]},"properties":{"@type":"node","@id":257742741,"@timestamp":1208280191},"coords":"51.1751038,0.2946305","bedrooms":"1","price":"166000","area":"577"} , +{"type":"Feature","id":"n257742808","geometry":{"type":"Point","coordinates":[0.2845069,51.177129]},"properties":{"@type":"node","@id":257742808,"@timestamp":1208280197},"coords":"51.177129,0.2845069","bedrooms":"3","price":"223000","area":"689"} , +{"type":"Feature","id":"n257743790","geometry":{"type":"Point","coordinates":[0.3383441,51.1817021]},"properties":{"@type":"node","@id":257743790,"@timestamp":1208280528},"coords":"51.1817021,0.3383441","bedrooms":"1","price":"170000","area":"694"} , +{"type":"Feature","id":"n257749350","geometry":{"type":"Point","coordinates":[-0.5289155,50.9517259]},"properties":{"@type":"node","@id":257749350,"@timestamp":1608376775},"coords":"50.9517259,-0.5289155","bedrooms":"1","price":"246000","area":"511"} , +{"type":"Feature","id":"n257751743","geometry":{"type":"Point","coordinates":[0.3352942,51.1751758]},"properties":{"@type":"node","@id":257751743,"@timestamp":1208285661},"coords":"51.1751758,0.3352942","bedrooms":"4","price":"261000","area":"520"} , +{"type":"Feature","id":"n257752223","geometry":{"type":"Point","coordinates":[0.3377814,51.1847711]},"properties":{"@type":"node","@id":257752223,"@timestamp":1208285127},"coords":"51.1847711,0.3377814","bedrooms":"2","price":"219000","area":"438"} , +{"type":"Feature","id":"n257752448","geometry":{"type":"Point","coordinates":[0.33311,51.181854]},"properties":{"@type":"node","@id":257752448,"@timestamp":1208285409},"coords":"51.181854,0.33311","bedrooms":"2","price":"261000","area":"537"} , +{"type":"Feature","id":"n257752692","geometry":{"type":"Point","coordinates":[0.3422511,51.1145709]},"properties":{"@type":"node","@id":257752692,"@timestamp":1208285526},"coords":"51.1145709,0.3422511","bedrooms":"2","price":"243000","area":"428"} , +{"type":"Feature","id":"n257753263","geometry":{"type":"Point","coordinates":[0.3445625,51.1319993]},"properties":{"@type":"node","@id":257753263,"@timestamp":1208285813},"coords":"51.1319993,0.3445625","bedrooms":"0","price":"281000","area":"393"} , +{"type":"Feature","id":"n257753291","geometry":{"type":"Point","coordinates":[0.3398644,51.1336815]},"properties":{"@type":"node","@id":257753291,"@timestamp":1208285815},"coords":"51.1336815,0.3398644","bedrooms":"2","price":"176000","area":"454"} , +{"type":"Feature","id":"n257753623","geometry":{"type":"Point","coordinates":[0.3483163,51.1231163]},"properties":{"@type":"node","@id":257753623,"@timestamp":1208285931},"coords":"51.1231163,0.3483163","bedrooms":"2","price":"184000","area":"684"} , +{"type":"Feature","id":"n257787522","geometry":{"type":"Point","coordinates":[0.4528593,51.5504996]},"properties":{"@type":"node","@id":257787522,"@timestamp":1582929089},"coords":"51.5504996,0.4528593","bedrooms":"3","price":"203000","area":"506"} , +{"type":"Feature","id":"n257791929","geometry":{"type":"Point","coordinates":[-0.5098484,51.7435321]},"properties":{"@type":"node","@id":257791929,"@timestamp":1290163591},"coords":"51.7435321,-0.5098484","bedrooms":"2","price":"190000","area":"438"} , +{"type":"Feature","id":"n257793447","geometry":{"type":"Point","coordinates":[-0.5295551,51.7440264]},"properties":{"@type":"node","@id":257793447,"@timestamp":1208291876},"coords":"51.7440264,-0.5295551","bedrooms":"0","price":"232000","area":"533"} , +{"type":"Feature","id":"n257801367","geometry":{"type":"Point","coordinates":[-0.5205086,51.7380366]},"properties":{"@type":"node","@id":257801367,"@timestamp":1208293014},"coords":"51.7380366,-0.5205086","bedrooms":"2","price":"270000","area":"532"} , +{"type":"Feature","id":"n257803381","geometry":{"type":"Point","coordinates":[-0.5483863,51.742316]},"properties":{"@type":"node","@id":257803381,"@timestamp":1485688346},"coords":"51.742316,-0.5483863","bedrooms":"3","price":"260000","area":"361"} , +{"type":"Feature","id":"n257803871","geometry":{"type":"Point","coordinates":[-0.5393055,51.7444568]},"properties":{"@type":"node","@id":257803871,"@timestamp":1231182136},"coords":"51.7444568,-0.5393055","bedrooms":"2","price":"263000","area":"483"} , +{"type":"Feature","id":"n257804770","geometry":{"type":"Point","coordinates":[-0.5263708,51.7532353]},"properties":{"@type":"node","@id":257804770,"@timestamp":1231182164},"coords":"51.7532353,-0.5263708","bedrooms":"2","price":"191000","area":"645"} , +{"type":"Feature","id":"n257805490","geometry":{"type":"Point","coordinates":[-0.5243452,51.7565985]},"properties":{"@type":"node","@id":257805490,"@timestamp":1290163608},"coords":"51.7565985,-0.5243452","bedrooms":"0","price":"197000","area":"538"} , +{"type":"Feature","id":"n257805957","geometry":{"type":"Point","coordinates":[-0.5142172,51.7568164]},"properties":{"@type":"node","@id":257805957,"@timestamp":1290163616},"coords":"51.7568164,-0.5142172","bedrooms":"3","price":"298000","area":"350"} , +{"type":"Feature","id":"n257806268","geometry":{"type":"Point","coordinates":[-0.5120199,51.756827]},"properties":{"@type":"node","@id":257806268,"@timestamp":1290163622},"coords":"51.756827,-0.5120199","bedrooms":"3","price":"265000","area":"666"} , +{"type":"Feature","id":"n257806502","geometry":{"type":"Point","coordinates":[-0.5106724,51.7553181]},"properties":{"@type":"node","@id":257806502,"@timestamp":1290163628},"coords":"51.7553181,-0.5106724","bedrooms":"4","price":"164000","area":"374"} , +{"type":"Feature","id":"n257807310","geometry":{"type":"Point","coordinates":[-0.5071533,51.7562319]},"properties":{"@type":"node","@id":257807310,"@timestamp":1290163634},"coords":"51.7562319,-0.5071533","bedrooms":"2","price":"156000","area":"373"} , +{"type":"Feature","id":"n257807875","geometry":{"type":"Point","coordinates":[-0.5055054,51.7565507]},"properties":{"@type":"node","@id":257807875,"@timestamp":1290163640},"coords":"51.7565507,-0.5055054","bedrooms":"3","price":"268000","area":"569"} , +{"type":"Feature","id":"n257807919","geometry":{"type":"Point","coordinates":[-0.300989,51.4880591]},"properties":{"@type":"node","@id":257807919,"@timestamp":1296468368},"coords":"51.4880591,-0.300989","bedrooms":"1","price":"175000","area":"440"} , +{"type":"Feature","id":"n257807945","geometry":{"type":"Point","coordinates":[-0.3041467,51.4865568]},"properties":{"@type":"node","@id":257807945,"@timestamp":1208295111},"coords":"51.4865568,-0.3041467","bedrooms":"2","price":"235000","area":"578"} , +{"type":"Feature","id":"n257807955","geometry":{"type":"Point","coordinates":[-0.3073724,51.486039]},"properties":{"@type":"node","@id":257807955,"@timestamp":1208295112},"coords":"51.486039,-0.3073724","bedrooms":"4","price":"180000","area":"628"} , +{"type":"Feature","id":"n257807996","geometry":{"type":"Point","coordinates":[-0.5053938,51.7561416]},"properties":{"@type":"node","@id":257807996,"@timestamp":1290163642},"coords":"51.7561416,-0.5053938","bedrooms":"1","price":"226000","area":"547"} , +{"type":"Feature","id":"n257811613","geometry":{"type":"Point","coordinates":[-0.0872645,51.6595558]},"properties":{"@type":"node","@id":257811613,"@timestamp":1611755408},"coords":"51.6595558,-0.0872645","bedrooms":"2","price":"206000","area":"608"} , +{"type":"Feature","id":"n257846686","geometry":{"type":"Point","coordinates":[-0.759856,51.831274]},"properties":{"@type":"node","@id":257846686,"@timestamp":1582485689},"coords":"51.831274,-0.759856","bedrooms":"2","price":"275000","area":"399"} , +{"type":"Feature","id":"n257857516","geometry":{"type":"Point","coordinates":[-0.5780983,51.7019475]},"properties":{"@type":"node","@id":257857516,"@timestamp":1256596642},"coords":"51.7019475,-0.5780983","bedrooms":"0","price":"222000","area":"404"} , +{"type":"Feature","id":"n257867063","geometry":{"type":"Point","coordinates":[-0.5501079,51.7038819]},"properties":{"@type":"node","@id":257867063,"@timestamp":1290163647},"coords":"51.7038819,-0.5501079","bedrooms":"3","price":"157000","area":"398"} , +{"type":"Feature","id":"n257898238","geometry":{"type":"Point","coordinates":[-0.2564253,51.6436824]},"properties":{"@type":"node","@id":257898238,"@timestamp":1318871385},"coords":"51.6436824,-0.2564253","bedrooms":"3","price":"297000","area":"403"} , +{"type":"Feature","id":"n257908944","geometry":{"type":"Point","coordinates":[-0.9111528,51.8252831]},"properties":{"@type":"node","@id":257908944,"@timestamp":1385134167},"coords":"51.8252831,-0.9111528","bedrooms":"1","price":"207000","area":"363"} , +{"type":"Feature","id":"n257909704","geometry":{"type":"Point","coordinates":[-0.8908878,51.8293578]},"properties":{"@type":"node","@id":257909704,"@timestamp":1590155659},"coords":"51.8293578,-0.8908878","bedrooms":"4","price":"254000","area":"442"} , +{"type":"Feature","id":"n257912886","geometry":{"type":"Point","coordinates":[-0.5773933,51.3360805]},"properties":{"@type":"node","@id":257912886,"@timestamp":1208357585},"coords":"51.3360805,-0.5773933","bedrooms":"3","price":"248000","area":"592"} , +{"type":"Feature","id":"n257912896","geometry":{"type":"Point","coordinates":[-0.574528,51.3376896]},"properties":{"@type":"node","@id":257912896,"@timestamp":1208357586},"coords":"51.3376896,-0.574528","bedrooms":"3","price":"224000","area":"362"} , +{"type":"Feature","id":"n257912907","geometry":{"type":"Point","coordinates":[-0.573834,51.3387755]},"properties":{"@type":"node","@id":257912907,"@timestamp":1208357587},"coords":"51.3387755,-0.573834","bedrooms":"2","price":"252000","area":"553"} , +{"type":"Feature","id":"n257913347","geometry":{"type":"Point","coordinates":[-0.7879585,51.8292645]},"properties":{"@type":"node","@id":257913347,"@timestamp":1585846625},"coords":"51.8292645,-0.7879585","bedrooms":"1","price":"197000","area":"389"} , +{"type":"Feature","id":"n257914876","geometry":{"type":"Point","coordinates":[-0.7922479,51.8275045]},"properties":{"@type":"node","@id":257914876,"@timestamp":1208358751},"coords":"51.8275045,-0.7922479","bedrooms":"1","price":"175000","area":"552"} , +{"type":"Feature","id":"n257918101","geometry":{"type":"Point","coordinates":[-0.2941388,51.6478024]},"properties":{"@type":"node","@id":257918101,"@timestamp":1301828905},"coords":"51.6478024,-0.2941388","bedrooms":"2","price":"172000","area":"684"} , +{"type":"Feature","id":"n257935362","geometry":{"type":"Point","coordinates":[-0.2108393,51.7931627]},"properties":{"@type":"node","@id":257935362,"@timestamp":1520422781},"coords":"51.7931627,-0.2108393","bedrooms":"2","price":"197000","area":"615"} , +{"type":"Feature","id":"n257949841","geometry":{"type":"Point","coordinates":[-0.7036402,51.8320409]},"properties":{"@type":"node","@id":257949841,"@timestamp":1262081762},"coords":"51.8320409,-0.7036402","bedrooms":"4","price":"231000","area":"682"} , +{"type":"Feature","id":"n257952661","geometry":{"type":"Point","coordinates":[-0.6854602,51.8212232]},"properties":{"@type":"node","@id":257952661,"@timestamp":1582480979},"coords":"51.8212232,-0.6854602","bedrooms":"1","price":"150000","area":"614"} , +{"type":"Feature","id":"n257969671","geometry":{"type":"Point","coordinates":[-0.1564873,51.3559763]},"properties":{"@type":"node","@id":257969671,"@timestamp":1627034875},"coords":"51.3559763,-0.1564873","bedrooms":"2","price":"166000","area":"486"} , +{"type":"Feature","id":"n257969687","geometry":{"type":"Point","coordinates":[-0.1618929,51.3478482]},"properties":{"@type":"node","@id":257969687,"@timestamp":1208382635},"coords":"51.3478482,-0.1618929","bedrooms":"0","price":"172000","area":"375"} , +{"type":"Feature","id":"n257969700","geometry":{"type":"Point","coordinates":[-0.1610685,51.345649]},"properties":{"@type":"node","@id":257969700,"@timestamp":1208382636},"coords":"51.345649,-0.1610685","bedrooms":"4","price":"256000","area":"524"} , +{"type":"Feature","id":"n257969713","geometry":{"type":"Point","coordinates":[-0.1638653,51.3446985]},"properties":{"@type":"node","@id":257969713,"@timestamp":1208382637},"coords":"51.3446985,-0.1638653","bedrooms":"2","price":"297000","area":"569"} , +{"type":"Feature","id":"n257969729","geometry":{"type":"Point","coordinates":[-0.164749,51.3450617]},"properties":{"@type":"node","@id":257969729,"@timestamp":1208382638},"coords":"51.3450617,-0.164749","bedrooms":"1","price":"289000","area":"503"} , +{"type":"Feature","id":"n257969742","geometry":{"type":"Point","coordinates":[-0.1638099,51.3486902]},"properties":{"@type":"node","@id":257969742,"@timestamp":1208382638},"coords":"51.3486902,-0.1638099","bedrooms":"1","price":"167000","area":"610"} , +{"type":"Feature","id":"n257971074","geometry":{"type":"Point","coordinates":[-0.309066,51.4863053]},"properties":{"@type":"node","@id":257971074,"@timestamp":1208382828},"coords":"51.4863053,-0.309066","bedrooms":"2","price":"237000","area":"382"} , +{"type":"Feature","id":"n257989949","geometry":{"type":"Point","coordinates":[-0.3531047,51.6466705]},"properties":{"@type":"node","@id":257989949,"@timestamp":1613176941},"coords":"51.6466705,-0.3531047","bedrooms":"0","price":"175000","area":"477"} , +{"type":"Feature","id":"n258001914","geometry":{"type":"Point","coordinates":[-0.162215,51.3462932]},"properties":{"@type":"node","@id":258001914,"@timestamp":1208387450},"coords":"51.3462932,-0.162215","bedrooms":"2","price":"210000","area":"441"} , +{"type":"Feature","id":"n258001978","geometry":{"type":"Point","coordinates":[-0.1643853,51.3464656]},"properties":{"@type":"node","@id":258001978,"@timestamp":1208387452},"coords":"51.3464656,-0.1643853","bedrooms":"3","price":"264000","area":"418"} , +{"type":"Feature","id":"n258002553","geometry":{"type":"Point","coordinates":[-0.1647686,51.3456406]},"properties":{"@type":"node","@id":258002553,"@timestamp":1208387457},"coords":"51.3456406,-0.1647686","bedrooms":"4","price":"269000","area":"561"} , +{"type":"Feature","id":"n258002587","geometry":{"type":"Point","coordinates":[-0.1708737,51.3462047]},"properties":{"@type":"node","@id":258002587,"@timestamp":1208387460},"coords":"51.3462047,-0.1708737","bedrooms":"4","price":"200000","area":"391"} , +{"type":"Feature","id":"n258015076","geometry":{"type":"Point","coordinates":[-0.104178,51.5269345]},"properties":{"@type":"node","@id":258015076,"@timestamp":1386845426},"coords":"51.5269345,-0.104178","bedrooms":"1","price":"258000","area":"376"} , +{"type":"Feature","id":"n258015708","geometry":{"type":"Point","coordinates":[-0.1024777,51.5270755]},"properties":{"@type":"node","@id":258015708,"@timestamp":1569588967},"coords":"51.5270755,-0.1024777","bedrooms":"1","price":"288000","area":"655"} , +{"type":"Feature","id":"n258016394","geometry":{"type":"Point","coordinates":[-0.1622676,51.3547555]},"properties":{"@type":"node","@id":258016394,"@timestamp":1538254944},"coords":"51.3547555,-0.1622676","bedrooms":"3","price":"265000","area":"686"} , +{"type":"Feature","id":"n258016406","geometry":{"type":"Point","coordinates":[-0.1629789,51.3547424]},"properties":{"@type":"node","@id":258016406,"@timestamp":1331063573},"coords":"51.3547424,-0.1629789","bedrooms":"1","price":"158000","area":"552"} , +{"type":"Feature","id":"n258016420","geometry":{"type":"Point","coordinates":[-0.1644342,51.3535819]},"properties":{"@type":"node","@id":258016420,"@timestamp":1208392829},"coords":"51.3535819,-0.1644342","bedrooms":"0","price":"226000","area":"490"} , +{"type":"Feature","id":"n258044931","geometry":{"type":"Point","coordinates":[-0.6143729,51.3657672]},"properties":{"@type":"node","@id":258044931,"@timestamp":1208427464},"coords":"51.3657672,-0.6143729","bedrooms":"2","price":"194000","area":"544"} , +{"type":"Feature","id":"n258044944","geometry":{"type":"Point","coordinates":[-0.6172793,51.3662946]},"properties":{"@type":"node","@id":258044944,"@timestamp":1208427465},"coords":"51.3662946,-0.6172793","bedrooms":"4","price":"161000","area":"352"} , +{"type":"Feature","id":"n258044954","geometry":{"type":"Point","coordinates":[-0.6197756,51.3675134]},"properties":{"@type":"node","@id":258044954,"@timestamp":1208427465},"coords":"51.3675134,-0.6197756","bedrooms":"1","price":"206000","area":"639"} , +{"type":"Feature","id":"n258045004","geometry":{"type":"Point","coordinates":[-0.6241138,51.3607678]},"properties":{"@type":"node","@id":258045004,"@timestamp":1208427472},"coords":"51.3607678,-0.6241138","bedrooms":"1","price":"166000","area":"527"} , +{"type":"Feature","id":"n258045054","geometry":{"type":"Point","coordinates":[-0.606176,51.3561322]},"properties":{"@type":"node","@id":258045054,"@timestamp":1208427476},"coords":"51.3561322,-0.606176","bedrooms":"2","price":"245000","area":"609"} , +{"type":"Feature","id":"n258045080","geometry":{"type":"Point","coordinates":[-0.6424247,51.3568183]},"properties":{"@type":"node","@id":258045080,"@timestamp":1208427478},"coords":"51.3568183,-0.6424247","bedrooms":"3","price":"184000","area":"384"} , +{"type":"Feature","id":"n258045090","geometry":{"type":"Point","coordinates":[-0.6428252,51.3611332]},"properties":{"@type":"node","@id":258045090,"@timestamp":1208427479},"coords":"51.3611332,-0.6428252","bedrooms":"1","price":"291000","area":"475"} , +{"type":"Feature","id":"n258049089","geometry":{"type":"Point","coordinates":[-0.6665572,51.8218832]},"properties":{"@type":"node","@id":258049089,"@timestamp":1208431842},"coords":"51.8218832,-0.6665572","bedrooms":"2","price":"163000","area":"696"} , +{"type":"Feature","id":"n258050281","geometry":{"type":"Point","coordinates":[-0.3444888,51.7177915]},"properties":{"@type":"node","@id":258050281,"@timestamp":1626087741},"coords":"51.7177915,-0.3444888","bedrooms":"4","price":"237000","area":"465"} , +{"type":"Feature","id":"n258050744","geometry":{"type":"Point","coordinates":[-0.4993323,50.9987189]},"properties":{"@type":"node","@id":258050744,"@timestamp":1208433235},"coords":"50.9987189,-0.4993323","bedrooms":"0","price":"153000","area":"684"} , +{"type":"Feature","id":"n258051019","geometry":{"type":"Point","coordinates":[-0.6071625,51.8333412]},"properties":{"@type":"node","@id":258051019,"@timestamp":1295029328},"coords":"51.8333412,-0.6071625","bedrooms":"3","price":"296000","area":"379"} , +{"type":"Feature","id":"n258052981","geometry":{"type":"Point","coordinates":[-0.5371082,51.6866613]},"properties":{"@type":"node","@id":258052981,"@timestamp":1420120886},"coords":"51.6866613,-0.5371082","bedrooms":"3","price":"188000","area":"572"} , +{"type":"Feature","id":"n258059065","geometry":{"type":"Point","coordinates":[-0.400594,51.6936041]},"properties":{"@type":"node","@id":258059065,"@timestamp":1604832589},"coords":"51.6936041,-0.400594","bedrooms":"0","price":"202000","area":"438"} , +{"type":"Feature","id":"n258077319","geometry":{"type":"Point","coordinates":[-0.6415953,51.3471315]},"properties":{"@type":"node","@id":258077319,"@timestamp":1208448382},"coords":"51.3471315,-0.6415953","bedrooms":"1","price":"238000","area":"350"} , +{"type":"Feature","id":"n258077341","geometry":{"type":"Point","coordinates":[-0.6334519,51.357863]},"properties":{"@type":"node","@id":258077341,"@timestamp":1208448384},"coords":"51.357863,-0.6334519","bedrooms":"1","price":"186000","area":"621"} , +{"type":"Feature","id":"n258077354","geometry":{"type":"Point","coordinates":[-0.6327857,51.354556]},"properties":{"@type":"node","@id":258077354,"@timestamp":1208448385},"coords":"51.354556,-0.6327857","bedrooms":"1","price":"234000","area":"481"} , +{"type":"Feature","id":"n258081901","geometry":{"type":"Point","coordinates":[-0.4935624,51.6367897]},"properties":{"@type":"node","@id":258081901,"@timestamp":1603320985},"coords":"51.6367897,-0.4935624","bedrooms":"2","price":"182000","area":"601"} , +{"type":"Feature","id":"n258082543","geometry":{"type":"Point","coordinates":[-0.679582,51.3410202]},"properties":{"@type":"node","@id":258082543,"@timestamp":1208451532},"coords":"51.3410202,-0.679582","bedrooms":"1","price":"208000","area":"632"} , +{"type":"Feature","id":"n258082555","geometry":{"type":"Point","coordinates":[-0.6958855,51.3330374]},"properties":{"@type":"node","@id":258082555,"@timestamp":1208451533},"coords":"51.3330374,-0.6958855","bedrooms":"1","price":"206000","area":"485"} , +{"type":"Feature","id":"n258082569","geometry":{"type":"Point","coordinates":[-0.6891276,51.3166072]},"properties":{"@type":"node","@id":258082569,"@timestamp":1208451534},"coords":"51.3166072,-0.6891276","bedrooms":"0","price":"178000","area":"397"} , +{"type":"Feature","id":"n258082581","geometry":{"type":"Point","coordinates":[-0.6796208,51.3106724]},"properties":{"@type":"node","@id":258082581,"@timestamp":1208451535},"coords":"51.3106724,-0.6796208","bedrooms":"2","price":"253000","area":"398"} , +{"type":"Feature","id":"n258082617","geometry":{"type":"Point","coordinates":[-0.6543191,51.3257367]},"properties":{"@type":"node","@id":258082617,"@timestamp":1208451537},"coords":"51.3257367,-0.6543191","bedrooms":"3","price":"256000","area":"573"} , +{"type":"Feature","id":"n258082636","geometry":{"type":"Point","coordinates":[-0.6592237,51.3278387]},"properties":{"@type":"node","@id":258082636,"@timestamp":1208451538},"coords":"51.3278387,-0.6592237","bedrooms":"0","price":"167000","area":"470"} , +{"type":"Feature","id":"n258082648","geometry":{"type":"Point","coordinates":[-0.6645566,51.3307581]},"properties":{"@type":"node","@id":258082648,"@timestamp":1208451538},"coords":"51.3307581,-0.6645566","bedrooms":"2","price":"198000","area":"660"} , +{"type":"Feature","id":"n258082660","geometry":{"type":"Point","coordinates":[-0.6649458,51.3351956]},"properties":{"@type":"node","@id":258082660,"@timestamp":1208451539},"coords":"51.3351956,-0.6649458","bedrooms":"2","price":"237000","area":"690"} , +{"type":"Feature","id":"n258082676","geometry":{"type":"Point","coordinates":[-0.6682934,51.3372976]},"properties":{"@type":"node","@id":258082676,"@timestamp":1208451540},"coords":"51.3372976,-0.6682934","bedrooms":"2","price":"212000","area":"686"} , +{"type":"Feature","id":"n258084816","geometry":{"type":"Point","coordinates":[0.3263236,51.441134]},"properties":{"@type":"node","@id":258084816,"@timestamp":1551235924},"coords":"51.441134,0.3263236","bedrooms":"2","price":"168000","area":"385"} , +{"type":"Feature","id":"n258092938","geometry":{"type":"Point","coordinates":[-0.0726994,51.4323338]},"properties":{"@type":"node","@id":258092938,"@timestamp":1586020525},"coords":"51.4323338,-0.0726994","bedrooms":"1","price":"272000","area":"579"} , +{"type":"Feature","id":"n258211292","geometry":{"type":"Point","coordinates":[-0.4763773,51.6395533]},"properties":{"@type":"node","@id":258211292,"@timestamp":1533072684},"coords":"51.6395533,-0.4763773","bedrooms":"1","price":"219000","area":"639"} , +{"type":"Feature","id":"n258229113","geometry":{"type":"Point","coordinates":[-0.2945365,51.489936]},"properties":{"@type":"node","@id":258229113,"@timestamp":1208478525},"coords":"51.489936,-0.2945365","bedrooms":"3","price":"226000","area":"600"} , +{"type":"Feature","id":"n258229128","geometry":{"type":"Point","coordinates":[-0.2946566,51.4899516]},"properties":{"@type":"node","@id":258229128,"@timestamp":1208478526},"coords":"51.4899516,-0.2946566","bedrooms":"1","price":"204000","area":"472"} , +{"type":"Feature","id":"n258229150","geometry":{"type":"Point","coordinates":[-0.2997556,51.4880143]},"properties":{"@type":"node","@id":258229150,"@timestamp":1208900334},"coords":"51.4880143,-0.2997556","bedrooms":"1","price":"192000","area":"561"} , +{"type":"Feature","id":"n258326867","geometry":{"type":"Point","coordinates":[-0.28964,51.4081708]},"properties":{"@type":"node","@id":258326867,"@timestamp":1481400150},"coords":"51.4081708,-0.28964","bedrooms":"4","price":"247000","area":"407"} , +{"type":"Feature","id":"n258337536","geometry":{"type":"Point","coordinates":[-0.6167796,51.3531686]},"properties":{"@type":"node","@id":258337536,"@timestamp":1208523293},"coords":"51.3531686,-0.6167796","bedrooms":"3","price":"241000","area":"597"} , +{"type":"Feature","id":"n258337557","geometry":{"type":"Point","coordinates":[-0.6191089,51.3542681]},"properties":{"@type":"node","@id":258337557,"@timestamp":1208523295},"coords":"51.3542681,-0.6191089","bedrooms":"1","price":"276000","area":"622"} , +{"type":"Feature","id":"n258337572","geometry":{"type":"Point","coordinates":[-0.6147023,51.3493543]},"properties":{"@type":"node","@id":258337572,"@timestamp":1208523299},"coords":"51.3493543,-0.6147023","bedrooms":"4","price":"156000","area":"432"} , +{"type":"Feature","id":"n258354026","geometry":{"type":"Point","coordinates":[-0.7557492,51.3207863]},"properties":{"@type":"node","@id":258354026,"@timestamp":1208534194},"coords":"51.3207863,-0.7557492","bedrooms":"1","price":"231000","area":"378"} , +{"type":"Feature","id":"n258354043","geometry":{"type":"Point","coordinates":[-0.7593922,51.3203317]},"properties":{"@type":"node","@id":258354043,"@timestamp":1208534195},"coords":"51.3203317,-0.7593922","bedrooms":"4","price":"284000","area":"421"} , +{"type":"Feature","id":"n258354066","geometry":{"type":"Point","coordinates":[-0.7585531,51.3193682]},"properties":{"@type":"node","@id":258354066,"@timestamp":1208534196},"coords":"51.3193682,-0.7585531","bedrooms":"1","price":"285000","area":"464"} , +{"type":"Feature","id":"n258354081","geometry":{"type":"Point","coordinates":[-0.7569541,51.3182016]},"properties":{"@type":"node","@id":258354081,"@timestamp":1208534197},"coords":"51.3182016,-0.7569541","bedrooms":"2","price":"233000","area":"589"} , +{"type":"Feature","id":"n258355681","geometry":{"type":"Point","coordinates":[-0.7555777,51.3221286]},"properties":{"@type":"node","@id":258355681,"@timestamp":1208534861},"coords":"51.3221286,-0.7555777","bedrooms":"0","price":"187000","area":"368"} , +{"type":"Feature","id":"n258374801","geometry":{"type":"Point","coordinates":[-0.5809887,51.7372415]},"properties":{"@type":"node","@id":258374801,"@timestamp":1208546088},"coords":"51.7372415,-0.5809887","bedrooms":"3","price":"162000","area":"552"} , +{"type":"Feature","id":"n258374820","geometry":{"type":"Point","coordinates":[-0.5894894,51.7409309]},"properties":{"@type":"node","@id":258374820,"@timestamp":1208546090},"coords":"51.7409309,-0.5894894","bedrooms":"2","price":"162000","area":"581"} , +{"type":"Feature","id":"n258374830","geometry":{"type":"Point","coordinates":[-0.5866629,51.7483955]},"properties":{"@type":"node","@id":258374830,"@timestamp":1208546091},"coords":"51.7483955,-0.5866629","bedrooms":"2","price":"209000","area":"618"} , +{"type":"Feature","id":"n258374841","geometry":{"type":"Point","coordinates":[-0.5887397,51.7488681]},"properties":{"@type":"node","@id":258374841,"@timestamp":1208546092},"coords":"51.7488681,-0.5887397","bedrooms":"0","price":"284000","area":"660"} , +{"type":"Feature","id":"n258420268","geometry":{"type":"Point","coordinates":[0.4499939,51.5256343]},"properties":{"@type":"node","@id":258420268,"@timestamp":1208561283},"coords":"51.5256343,0.4499939","bedrooms":"0","price":"212000","area":"519"} , +{"type":"Feature","id":"n258599832","geometry":{"type":"Point","coordinates":[-0.9522731,51.8113279]},"properties":{"@type":"node","@id":258599832,"@timestamp":1208627858},"coords":"51.8113279,-0.9522731","bedrooms":"3","price":"261000","area":"412"} , +{"type":"Feature","id":"n258604365","geometry":{"type":"Point","coordinates":[-0.9003477,51.8158946]},"properties":{"@type":"node","@id":258604365,"@timestamp":1298054539},"coords":"51.8158946,-0.9003477","bedrooms":"1","price":"173000","area":"503"} , +{"type":"Feature","id":"n258604877","geometry":{"type":"Point","coordinates":[-0.6297057,51.1794757]},"properties":{"@type":"node","@id":258604877,"@timestamp":1333995426},"coords":"51.1794757,-0.6297057","bedrooms":"0","price":"295000","area":"594"} , +{"type":"Feature","id":"n258608896","geometry":{"type":"Point","coordinates":[-0.6213763,51.184842]},"properties":{"@type":"node","@id":258608896,"@timestamp":1208631345},"coords":"51.184842,-0.6213763","bedrooms":"4","price":"234000","area":"469"} , +{"type":"Feature","id":"n258614501","geometry":{"type":"Point","coordinates":[-0.6198325,51.1834169]},"properties":{"@type":"node","@id":258614501,"@timestamp":1212857403},"coords":"51.1834169,-0.6198325","bedrooms":"2","price":"160000","area":"512"} , +{"type":"Feature","id":"n258619298","geometry":{"type":"Point","coordinates":[-0.6117855,51.1828179]},"properties":{"@type":"node","@id":258619298,"@timestamp":1208634188},"coords":"51.1828179,-0.6117855","bedrooms":"1","price":"229000","area":"616"} , +{"type":"Feature","id":"n258635311","geometry":{"type":"Point","coordinates":[-0.6142258,51.1766268]},"properties":{"@type":"node","@id":258635311,"@timestamp":1213563852},"coords":"51.1766268,-0.6142258","bedrooms":"3","price":"223000","area":"665"} , +{"type":"Feature","id":"n258657052","geometry":{"type":"Point","coordinates":[-0.6127764,51.1769739]},"properties":{"@type":"node","@id":258657052,"@timestamp":1208639358},"coords":"51.1769739,-0.6127764","bedrooms":"2","price":"185000","area":"360"} , +{"type":"Feature","id":"n258669671","geometry":{"type":"Point","coordinates":[-0.8644457,51.8153571]},"properties":{"@type":"node","@id":258669671,"@timestamp":1421489217},"coords":"51.8153571,-0.8644457","bedrooms":"1","price":"274000","area":"516"} , +{"type":"Feature","id":"n258671553","geometry":{"type":"Point","coordinates":[-0.3402716,51.4747923]},"properties":{"@type":"node","@id":258671553,"@timestamp":1208642171},"coords":"51.4747923,-0.3402716","bedrooms":"3","price":"235000","area":"676"} , +{"type":"Feature","id":"n258671568","geometry":{"type":"Point","coordinates":[-0.3472159,51.4724213]},"properties":{"@type":"node","@id":258671568,"@timestamp":1208642172},"coords":"51.4724213,-0.3472159","bedrooms":"0","price":"182000","area":"516"} , +{"type":"Feature","id":"n258671588","geometry":{"type":"Point","coordinates":[-0.3472502,51.4715915]},"properties":{"@type":"node","@id":258671588,"@timestamp":1208642173},"coords":"51.4715915,-0.3472502","bedrooms":"3","price":"206000","area":"395"} , +{"type":"Feature","id":"n258671603","geometry":{"type":"Point","coordinates":[-0.3458704,51.4718238]},"properties":{"@type":"node","@id":258671603,"@timestamp":1208642174},"coords":"51.4718238,-0.3458704","bedrooms":"3","price":"190000","area":"478"} , +{"type":"Feature","id":"n258674787","geometry":{"type":"Point","coordinates":[-0.8648749,51.8076627]},"properties":{"@type":"node","@id":258674787,"@timestamp":1208642602},"coords":"51.8076627,-0.8648749","bedrooms":"1","price":"231000","area":"455"} , +{"type":"Feature","id":"n258679187","geometry":{"type":"Point","coordinates":[-0.8583518,51.8044253]},"properties":{"@type":"node","@id":258679187,"@timestamp":1208643287},"coords":"51.8044253,-0.8583518","bedrooms":"4","price":"290000","area":"395"} , +{"type":"Feature","id":"n258683578","geometry":{"type":"Point","coordinates":[-0.7235528,51.1638191]},"properties":{"@type":"node","@id":258683578,"@timestamp":1208728638},"coords":"51.1638191,-0.7235528","bedrooms":"4","price":"189000","area":"456"} , +{"type":"Feature","id":"n258686705","geometry":{"type":"Point","coordinates":[-0.7258417,51.1679726]},"properties":{"@type":"node","@id":258686705,"@timestamp":1208644341},"coords":"51.1679726,-0.7258417","bedrooms":"3","price":"252000","area":"367"} , +{"type":"Feature","id":"n258686739","geometry":{"type":"Point","coordinates":[-0.7314448,51.1649991]},"properties":{"@type":"node","@id":258686739,"@timestamp":1208644343},"coords":"51.1649991,-0.7314448","bedrooms":"3","price":"283000","area":"509"} , +{"type":"Feature","id":"n258686850","geometry":{"type":"Point","coordinates":[-0.7268038,51.1587096]},"properties":{"@type":"node","@id":258686850,"@timestamp":1208726853},"coords":"51.1587096,-0.7268038","bedrooms":"2","price":"239000","area":"682"} , +{"type":"Feature","id":"n258686883","geometry":{"type":"Point","coordinates":[-0.7341205,51.1496197]},"properties":{"@type":"node","@id":258686883,"@timestamp":1208644350},"coords":"51.1496197,-0.7341205","bedrooms":"0","price":"272000","area":"495"} , +{"type":"Feature","id":"n258686907","geometry":{"type":"Point","coordinates":[-0.7301106,51.1732626]},"properties":{"@type":"node","@id":258686907,"@timestamp":1208644352},"coords":"51.1732626,-0.7301106","bedrooms":"1","price":"275000","area":"692"} , +{"type":"Feature","id":"n258686922","geometry":{"type":"Point","coordinates":[-0.7285608,51.1801553]},"properties":{"@type":"node","@id":258686922,"@timestamp":1208644352},"coords":"51.1801553,-0.7285608","bedrooms":"4","price":"266000","area":"650"} , +{"type":"Feature","id":"n258686946","geometry":{"type":"Point","coordinates":[-0.7346691,51.1769051]},"properties":{"@type":"node","@id":258686946,"@timestamp":1208644354},"coords":"51.1769051,-0.7346691","bedrooms":"4","price":"214000","area":"461"} , +{"type":"Feature","id":"n258686980","geometry":{"type":"Point","coordinates":[-0.7468651,51.1649552]},"properties":{"@type":"node","@id":258686980,"@timestamp":1208644356},"coords":"51.1649552,-0.7468651","bedrooms":"2","price":"223000","area":"541"} , +{"type":"Feature","id":"n258687007","geometry":{"type":"Point","coordinates":[-0.7360604,51.1649635]},"properties":{"@type":"node","@id":258687007,"@timestamp":1208644359},"coords":"51.1649635,-0.7360604","bedrooms":"4","price":"226000","area":"366"} , +{"type":"Feature","id":"n258687021","geometry":{"type":"Point","coordinates":[-0.7356998,51.163192]},"properties":{"@type":"node","@id":258687021,"@timestamp":1208644360},"coords":"51.163192,-0.7356998","bedrooms":"2","price":"208000","area":"613"} , +{"type":"Feature","id":"n258696469","geometry":{"type":"Point","coordinates":[-0.7269308,51.1729554]},"properties":{"@type":"node","@id":258696469,"@timestamp":1208645371},"coords":"51.1729554,-0.7269308","bedrooms":"1","price":"268000","area":"468"} , +{"type":"Feature","id":"n258696494","geometry":{"type":"Point","coordinates":[-0.7410216,51.178678]},"properties":{"@type":"node","@id":258696494,"@timestamp":1208645372},"coords":"51.178678,-0.7410216","bedrooms":"2","price":"197000","area":"478"} , +{"type":"Feature","id":"n258698547","geometry":{"type":"Point","coordinates":[-0.763524,51.1639715]},"properties":{"@type":"node","@id":258698547,"@timestamp":1208645551},"coords":"51.1639715,-0.763524","bedrooms":"3","price":"254000","area":"416"} , +{"type":"Feature","id":"n258763954","geometry":{"type":"Point","coordinates":[-0.7153691,51.1712849]},"properties":{"@type":"node","@id":258763954,"@timestamp":1208680205},"coords":"51.1712849,-0.7153691","bedrooms":"3","price":"261000","area":"470"} , +{"type":"Feature","id":"n258850305","geometry":{"type":"Point","coordinates":[-1.0594417,51.9230119]},"properties":{"@type":"node","@id":258850305,"@timestamp":1208709200},"coords":"51.9230119,-1.0594417","bedrooms":"3","price":"177000","area":"469"} , +{"type":"Feature","id":"n258852515","geometry":{"type":"Point","coordinates":[-1.0603513,51.9151842]},"properties":{"@type":"node","@id":258852515,"@timestamp":1239713324},"coords":"51.9151842,-1.0603513","bedrooms":"1","price":"177000","area":"366"} , +{"type":"Feature","id":"n258852560","geometry":{"type":"Point","coordinates":[-1.0601434,51.9142959]},"properties":{"@type":"node","@id":258852560,"@timestamp":1208709861},"coords":"51.9142959,-1.0601434","bedrooms":"3","price":"156000","area":"524"} , +{"type":"Feature","id":"n258852570","geometry":{"type":"Point","coordinates":[-1.0688668,51.9065033]},"properties":{"@type":"node","@id":258852570,"@timestamp":1208709862},"coords":"51.9065033,-1.0688668","bedrooms":"0","price":"260000","area":"432"} , +{"type":"Feature","id":"n258854870","geometry":{"type":"Point","coordinates":[-0.6470326,51.1701417]},"properties":{"@type":"node","@id":258854870,"@timestamp":1208710208},"coords":"51.1701417,-0.6470326","bedrooms":"2","price":"176000","area":"531"} , +{"type":"Feature","id":"n258857246","geometry":{"type":"Point","coordinates":[-0.6464989,51.1737474]},"properties":{"@type":"node","@id":258857246,"@timestamp":1208711151},"coords":"51.1737474,-0.6464989","bedrooms":"0","price":"180000","area":"475"} , +{"type":"Feature","id":"n258859668","geometry":{"type":"Point","coordinates":[-0.7154153,51.1490739]},"properties":{"@type":"node","@id":258859668,"@timestamp":1208729131},"coords":"51.1490739,-0.7154153","bedrooms":"4","price":"182000","area":"528"} , +{"type":"Feature","id":"n258862150","geometry":{"type":"Point","coordinates":[-0.6497007,51.177323]},"properties":{"@type":"node","@id":258862150,"@timestamp":1214426952},"coords":"51.177323,-0.6497007","bedrooms":"4","price":"176000","area":"551"} , +{"type":"Feature","id":"n258862474","geometry":{"type":"Point","coordinates":[-0.7423771,51.1355481]},"properties":{"@type":"node","@id":258862474,"@timestamp":1208712130},"coords":"51.1355481,-0.7423771","bedrooms":"1","price":"291000","area":"392"} , +{"type":"Feature","id":"n258862486","geometry":{"type":"Point","coordinates":[-0.7416622,51.1351397]},"properties":{"@type":"node","@id":258862486,"@timestamp":1208712130},"coords":"51.1351397,-0.7416622","bedrooms":"3","price":"153000","area":"633"} , +{"type":"Feature","id":"n258862498","geometry":{"type":"Point","coordinates":[-0.7415542,51.1374531]},"properties":{"@type":"node","@id":258862498,"@timestamp":1208712131},"coords":"51.1374531,-0.7415542","bedrooms":"0","price":"297000","area":"409"} , +{"type":"Feature","id":"n258862663","geometry":{"type":"Point","coordinates":[-0.7479422,51.1263205]},"properties":{"@type":"node","@id":258862663,"@timestamp":1208712185},"coords":"51.1263205,-0.7479422","bedrooms":"4","price":"177000","area":"570"} , +{"type":"Feature","id":"n258863501","geometry":{"type":"Point","coordinates":[-0.7333646,51.1395167]},"properties":{"@type":"node","@id":258863501,"@timestamp":1208712390},"coords":"51.1395167,-0.7333646","bedrooms":"3","price":"297000","area":"639"} , +{"type":"Feature","id":"n258864466","geometry":{"type":"Point","coordinates":[-0.7239914,51.1395976]},"properties":{"@type":"node","@id":258864466,"@timestamp":1374354281},"coords":"51.1395976,-0.7239914","bedrooms":"1","price":"285000","area":"470"} , +{"type":"Feature","id":"n258864637","geometry":{"type":"Point","coordinates":[-1.0759574,51.5115719]},"properties":{"@type":"node","@id":258864637,"@timestamp":1230666059},"coords":"51.5115719,-1.0759574","bedrooms":"1","price":"261000","area":"578"} , +{"type":"Feature","id":"n258864662","geometry":{"type":"Point","coordinates":[-1.0742552,51.5032224]},"properties":{"@type":"node","@id":258864662,"@timestamp":1208712865},"coords":"51.5032224,-1.0742552","bedrooms":"3","price":"185000","area":"621"} , +{"type":"Feature","id":"n258864684","geometry":{"type":"Point","coordinates":[-1.0759788,51.5018357]},"properties":{"@type":"node","@id":258864684,"@timestamp":1208712866},"coords":"51.5018357,-1.0759788","bedrooms":"4","price":"186000","area":"463"} , +{"type":"Feature","id":"n258864719","geometry":{"type":"Point","coordinates":[-1.069139,51.5047325]},"properties":{"@type":"node","@id":258864719,"@timestamp":1208712869},"coords":"51.5047325,-1.069139","bedrooms":"3","price":"211000","area":"459"} , +{"type":"Feature","id":"n258868727","geometry":{"type":"Point","coordinates":[-0.6982314,51.1661862]},"properties":{"@type":"node","@id":258868727,"@timestamp":1208713628},"coords":"51.1661862,-0.6982314","bedrooms":"3","price":"263000","area":"501"} , +{"type":"Feature","id":"n258869593","geometry":{"type":"Point","coordinates":[-0.1978787,51.3955031]},"properties":{"@type":"node","@id":258869593,"@timestamp":1336597767},"coords":"51.3955031,-0.1978787","bedrooms":"1","price":"214000","area":"571"} , +{"type":"Feature","id":"n258872076","geometry":{"type":"Point","coordinates":[-0.6924591,51.1584423]},"properties":{"@type":"node","@id":258872076,"@timestamp":1208738017},"coords":"51.1584423,-0.6924591","bedrooms":"1","price":"195000","area":"622"} , +{"type":"Feature","id":"n258875201","geometry":{"type":"Point","coordinates":[-0.6143165,51.1934552]},"properties":{"@type":"node","@id":258875201,"@timestamp":1208715474},"coords":"51.1934552,-0.6143165","bedrooms":"0","price":"231000","area":"627"} , +{"type":"Feature","id":"n258875254","geometry":{"type":"Point","coordinates":[-0.621811,51.2026979]},"properties":{"@type":"node","@id":258875254,"@timestamp":1208981979},"coords":"51.2026979,-0.621811","bedrooms":"0","price":"253000","area":"452"} , +{"type":"Feature","id":"n258877133","geometry":{"type":"Point","coordinates":[-0.7022411,51.1680737]},"properties":{"@type":"node","@id":258877133,"@timestamp":1208715851},"coords":"51.1680737,-0.7022411","bedrooms":"2","price":"190000","area":"651"} , +{"type":"Feature","id":"n258877297","geometry":{"type":"Point","coordinates":[-0.6153051,51.1978453]},"properties":{"@type":"node","@id":258877297,"@timestamp":1239441767},"coords":"51.1978453,-0.6153051","bedrooms":"2","price":"152000","area":"488"} , +{"type":"Feature","id":"n258882535","geometry":{"type":"Point","coordinates":[-0.7536867,51.1487462]},"properties":{"@type":"node","@id":258882535,"@timestamp":1208716776},"coords":"51.1487462,-0.7536867","bedrooms":"0","price":"245000","area":"693"} , +{"type":"Feature","id":"n258882549","geometry":{"type":"Point","coordinates":[-0.7482735,51.1692705]},"properties":{"@type":"node","@id":258882549,"@timestamp":1208716776},"coords":"51.1692705,-0.7482735","bedrooms":"3","price":"155000","area":"381"} , +{"type":"Feature","id":"n258884773","geometry":{"type":"Point","coordinates":[0.2970247,51.4915808]},"properties":{"@type":"node","@id":258884773,"@timestamp":1208717305},"coords":"51.4915808,0.2970247","bedrooms":"0","price":"170000","area":"672"} , +{"type":"Feature","id":"n258884796","geometry":{"type":"Point","coordinates":[0.2911145,51.4879061]},"properties":{"@type":"node","@id":258884796,"@timestamp":1208717308},"coords":"51.4879061,0.2911145","bedrooms":"4","price":"202000","area":"695"} , +{"type":"Feature","id":"n258884817","geometry":{"type":"Point","coordinates":[0.2937421,51.4865787]},"properties":{"@type":"node","@id":258884817,"@timestamp":1208717310},"coords":"51.4865787,0.2937421","bedrooms":"0","price":"259000","area":"579"} , +{"type":"Feature","id":"n258886396","geometry":{"type":"Point","coordinates":[-0.1888008,51.3897987]},"properties":{"@type":"node","@id":258886396,"@timestamp":1543104637},"coords":"51.3897987,-0.1888008","bedrooms":"3","price":"284000","area":"456"} , +{"type":"Feature","id":"n258887737","geometry":{"type":"Point","coordinates":[-0.6094052,51.1942493]},"properties":{"@type":"node","@id":258887737,"@timestamp":1208718108},"coords":"51.1942493,-0.6094052","bedrooms":"0","price":"214000","area":"506"} , +{"type":"Feature","id":"n258889511","geometry":{"type":"Point","coordinates":[-0.6019792,51.1953942]},"properties":{"@type":"node","@id":258889511,"@timestamp":1208718676},"coords":"51.1953942,-0.6019792","bedrooms":"4","price":"289000","area":"573"} , +{"type":"Feature","id":"n258889879","geometry":{"type":"Point","coordinates":[-0.2424457,51.3861735]},"properties":{"@type":"node","@id":258889879,"@timestamp":1633947775},"coords":"51.3861735,-0.2424457","bedrooms":"3","price":"230000","area":"683"} , +{"type":"Feature","id":"n258890420","geometry":{"type":"Point","coordinates":[-0.5949767,51.2016953]},"properties":{"@type":"node","@id":258890420,"@timestamp":1238497440},"coords":"51.2016953,-0.5949767","bedrooms":"3","price":"216000","area":"610"} , +{"type":"Feature","id":"n258891829","geometry":{"type":"Point","coordinates":[-0.6066506,51.202445]},"properties":{"@type":"node","@id":258891829,"@timestamp":1208719607},"coords":"51.202445,-0.6066506","bedrooms":"1","price":"223000","area":"403"} , +{"type":"Feature","id":"n258891842","geometry":{"type":"Point","coordinates":[-0.6064254,51.2026944]},"properties":{"@type":"node","@id":258891842,"@timestamp":1208719608},"coords":"51.2026944,-0.6064254","bedrooms":"3","price":"251000","area":"671"} , +{"type":"Feature","id":"n258892297","geometry":{"type":"Point","coordinates":[-0.6112786,51.2014317]},"properties":{"@type":"node","@id":258892297,"@timestamp":1241267123},"coords":"51.2014317,-0.6112786","bedrooms":"3","price":"186000","area":"368"} , +{"type":"Feature","id":"n258893528","geometry":{"type":"Point","coordinates":[-0.6115073,51.2062179]},"properties":{"@type":"node","@id":258893528,"@timestamp":1208720399},"coords":"51.2062179,-0.6115073","bedrooms":"1","price":"288000","area":"681"} , +{"type":"Feature","id":"n258894570","geometry":{"type":"Point","coordinates":[-0.3067567,51.4111086]},"properties":{"@type":"node","@id":258894570,"@timestamp":1626421613},"coords":"51.4111086,-0.3067567","bedrooms":"0","price":"258000","area":"440"} , +{"type":"Feature","id":"n258902626","geometry":{"type":"Point","coordinates":[-0.6431806,51.1705994]},"properties":{"@type":"node","@id":258902626,"@timestamp":1208723357},"coords":"51.1705994,-0.6431806","bedrooms":"0","price":"271000","area":"375"} , +{"type":"Feature","id":"n258903248","geometry":{"type":"Point","coordinates":[-0.645715,51.1682357]},"properties":{"@type":"node","@id":258903248,"@timestamp":1208723561},"coords":"51.1682357,-0.645715","bedrooms":"1","price":"200000","area":"541"} , +{"type":"Feature","id":"n258906674","geometry":{"type":"Point","coordinates":[-0.6441259,51.1677438]},"properties":{"@type":"node","@id":258906674,"@timestamp":1208724178},"coords":"51.1677438,-0.6441259","bedrooms":"2","price":"174000","area":"613"} , +{"type":"Feature","id":"n258907047","geometry":{"type":"Point","coordinates":[-0.6499648,51.162677]},"properties":{"@type":"node","@id":258907047,"@timestamp":1208724381},"coords":"51.162677,-0.6499648","bedrooms":"4","price":"156000","area":"586"} , +{"type":"Feature","id":"n258912064","geometry":{"type":"Point","coordinates":[-0.6526659,51.155618]},"properties":{"@type":"node","@id":258912064,"@timestamp":1208725512},"coords":"51.155618,-0.6526659","bedrooms":"2","price":"162000","area":"591"} , +{"type":"Feature","id":"n258913321","geometry":{"type":"Point","coordinates":[-0.6507763,51.1642722]},"properties":{"@type":"node","@id":258913321,"@timestamp":1208725884},"coords":"51.1642722,-0.6507763","bedrooms":"2","price":"228000","area":"516"} , +{"type":"Feature","id":"n258913849","geometry":{"type":"Point","coordinates":[-0.6511394,51.1654598]},"properties":{"@type":"node","@id":258913849,"@timestamp":1208726039},"coords":"51.1654598,-0.6511394","bedrooms":"1","price":"153000","area":"658"} , +{"type":"Feature","id":"n258914059","geometry":{"type":"Point","coordinates":[-0.6518886,51.1652674]},"properties":{"@type":"node","@id":258914059,"@timestamp":1208726091},"coords":"51.1652674,-0.6518886","bedrooms":"1","price":"236000","area":"405"} , +{"type":"Feature","id":"n258914499","geometry":{"type":"Point","coordinates":[-0.6499232,51.1649472]},"properties":{"@type":"node","@id":258914499,"@timestamp":1208726244},"coords":"51.1649472,-0.6499232","bedrooms":"2","price":"231000","area":"588"} , +{"type":"Feature","id":"n258914773","geometry":{"type":"Point","coordinates":[-0.6489127,51.1673568]},"properties":{"@type":"node","@id":258914773,"@timestamp":1208726412},"coords":"51.1673568,-0.6489127","bedrooms":"2","price":"182000","area":"441"} , +{"type":"Feature","id":"n258914822","geometry":{"type":"Point","coordinates":[-0.7280497,51.1658212]},"properties":{"@type":"node","@id":258914822,"@timestamp":1574686179},"coords":"51.1658212,-0.7280497","bedrooms":"1","price":"202000","area":"569"} , +{"type":"Feature","id":"n258915310","geometry":{"type":"Point","coordinates":[-0.6567427,51.1721191]},"properties":{"@type":"node","@id":258915310,"@timestamp":1208726648},"coords":"51.1721191,-0.6567427","bedrooms":"4","price":"229000","area":"569"} , +{"type":"Feature","id":"n258915360","geometry":{"type":"Point","coordinates":[-0.660642,51.172247]},"properties":{"@type":"node","@id":258915360,"@timestamp":1208726651},"coords":"51.172247,-0.660642","bedrooms":"1","price":"240000","area":"574"} , +{"type":"Feature","id":"n258920399","geometry":{"type":"Point","coordinates":[-0.7347441,51.1771436]},"properties":{"@type":"node","@id":258920399,"@timestamp":1208727445},"coords":"51.1771436,-0.7347441","bedrooms":"1","price":"284000","area":"621"} , +{"type":"Feature","id":"n258926798","geometry":{"type":"Point","coordinates":[-0.7275008,51.1616907]},"properties":{"@type":"node","@id":258926798,"@timestamp":1574686179},"coords":"51.1616907,-0.7275008","bedrooms":"3","price":"233000","area":"507"} , +{"type":"Feature","id":"n258929920","geometry":{"type":"Point","coordinates":[-0.717225,51.1669457]},"properties":{"@type":"node","@id":258929920,"@timestamp":1386788189},"coords":"51.1669457,-0.717225","bedrooms":"1","price":"176000","area":"355"} , +{"type":"Feature","id":"n258931957","geometry":{"type":"Point","coordinates":[-0.6306444,51.1789126]},"properties":{"@type":"node","@id":258931957,"@timestamp":1208729174},"coords":"51.1789126,-0.6306444","bedrooms":"4","price":"211000","area":"438"} , +{"type":"Feature","id":"n258932868","geometry":{"type":"Point","coordinates":[-0.7205378,51.1496577]},"properties":{"@type":"node","@id":258932868,"@timestamp":1208729322},"coords":"51.1496577,-0.7205378","bedrooms":"2","price":"219000","area":"572"} , +{"type":"Feature","id":"n258933492","geometry":{"type":"Point","coordinates":[-0.6367616,51.1741588]},"properties":{"@type":"node","@id":258933492,"@timestamp":1208729480},"coords":"51.1741588,-0.6367616","bedrooms":"1","price":"258000","area":"495"} , +{"type":"Feature","id":"n258934080","geometry":{"type":"Point","coordinates":[-0.3750057,51.6357149]},"properties":{"@type":"node","@id":258934080,"@timestamp":1208729657},"coords":"51.6357149,-0.3750057","bedrooms":"2","price":"221000","area":"669"} , +{"type":"Feature","id":"n258934098","geometry":{"type":"Point","coordinates":[-0.3684904,51.6395763]},"properties":{"@type":"node","@id":258934098,"@timestamp":1208729661},"coords":"51.6395763,-0.3684904","bedrooms":"2","price":"294000","area":"652"} , +{"type":"Feature","id":"n258934396","geometry":{"type":"Point","coordinates":[-0.6317024,51.182729]},"properties":{"@type":"node","@id":258934396,"@timestamp":1208729780},"coords":"51.182729,-0.6317024","bedrooms":"4","price":"228000","area":"631"} , +{"type":"Feature","id":"n258935012","geometry":{"type":"Point","coordinates":[-0.6309699,51.1833749]},"properties":{"@type":"node","@id":258935012,"@timestamp":1208729933},"coords":"51.1833749,-0.6309699","bedrooms":"4","price":"171000","area":"433"} , +{"type":"Feature","id":"n258935484","geometry":{"type":"Point","coordinates":[-0.6250795,51.1841831]},"properties":{"@type":"node","@id":258935484,"@timestamp":1208730088},"coords":"51.1841831,-0.6250795","bedrooms":"4","price":"153000","area":"579"} , +{"type":"Feature","id":"n258935505","geometry":{"type":"Point","coordinates":[-0.6253569,51.1832799]},"properties":{"@type":"node","@id":258935505,"@timestamp":1208730089},"coords":"51.1832799,-0.6253569","bedrooms":"4","price":"262000","area":"519"} , +{"type":"Feature","id":"n258936438","geometry":{"type":"Point","coordinates":[-0.6274659,51.1815618]},"properties":{"@type":"node","@id":258936438,"@timestamp":1208730192},"coords":"51.1815618,-0.6274659","bedrooms":"0","price":"290000","area":"515"} , +{"type":"Feature","id":"n258937908","geometry":{"type":"Point","coordinates":[-0.723547,51.1399076]},"properties":{"@type":"node","@id":258937908,"@timestamp":1501525108},"coords":"51.1399076,-0.723547","bedrooms":"1","price":"211000","area":"525"} , +{"type":"Feature","id":"n258937973","geometry":{"type":"Point","coordinates":[-0.7119577,51.1477836]},"properties":{"@type":"node","@id":258937973,"@timestamp":1208730497},"coords":"51.1477836,-0.7119577","bedrooms":"0","price":"163000","area":"361"} , +{"type":"Feature","id":"n258938108","geometry":{"type":"Point","coordinates":[-0.6284948,51.1827634]},"properties":{"@type":"node","@id":258938108,"@timestamp":1208730590},"coords":"51.1827634,-0.6284948","bedrooms":"2","price":"192000","area":"513"} , +{"type":"Feature","id":"n258938543","geometry":{"type":"Point","coordinates":[-0.6276281,51.1816926]},"properties":{"@type":"node","@id":258938543,"@timestamp":1208730768},"coords":"51.1816926,-0.6276281","bedrooms":"1","price":"289000","area":"523"} , +{"type":"Feature","id":"n258938663","geometry":{"type":"Point","coordinates":[-0.6281264,51.1826862]},"properties":{"@type":"node","@id":258938663,"@timestamp":1208730816},"coords":"51.1826862,-0.6281264","bedrooms":"1","price":"232000","area":"656"} , +{"type":"Feature","id":"n258940155","geometry":{"type":"Point","coordinates":[-0.7380981,51.119412]},"properties":{"@type":"node","@id":258940155,"@timestamp":1208731529},"coords":"51.119412,-0.7380981","bedrooms":"3","price":"177000","area":"691"} , +{"type":"Feature","id":"n258940764","geometry":{"type":"Point","coordinates":[-0.3281388,51.2945268]},"properties":{"@type":"node","@id":258940764,"@timestamp":1305046069},"coords":"51.2945268,-0.3281388","bedrooms":"4","price":"206000","area":"695"} , +{"type":"Feature","id":"n258940807","geometry":{"type":"Point","coordinates":[-0.7474954,51.1347775]},"properties":{"@type":"node","@id":258940807,"@timestamp":1208731811},"coords":"51.1347775,-0.7474954","bedrooms":"2","price":"256000","area":"526"} , +{"type":"Feature","id":"n258941276","geometry":{"type":"Point","coordinates":[-0.7360088,51.1386406]},"properties":{"@type":"node","@id":258941276,"@timestamp":1496238883},"coords":"51.1386406,-0.7360088","bedrooms":"3","price":"280000","area":"524"} , +{"type":"Feature","id":"n258943717","geometry":{"type":"Point","coordinates":[-0.6220467,51.1753221]},"properties":{"@type":"node","@id":258943717,"@timestamp":1208732985},"coords":"51.1753221,-0.6220467","bedrooms":"3","price":"258000","area":"670"} , +{"type":"Feature","id":"n258951158","geometry":{"type":"Point","coordinates":[-0.7130133,51.1465396]},"properties":{"@type":"node","@id":258951158,"@timestamp":1208735473},"coords":"51.1465396,-0.7130133","bedrooms":"3","price":"262000","area":"490"} , +{"type":"Feature","id":"n258954587","geometry":{"type":"Point","coordinates":[-0.7137757,51.1523392]},"properties":{"@type":"node","@id":258954587,"@timestamp":1208736200},"coords":"51.1523392,-0.7137757","bedrooms":"1","price":"188000","area":"477"} , +{"type":"Feature","id":"n258954638","geometry":{"type":"Point","coordinates":[-0.7144512,51.1565697]},"properties":{"@type":"node","@id":258954638,"@timestamp":1208736208},"coords":"51.1565697,-0.7144512","bedrooms":"2","price":"176000","area":"548"} , +{"type":"Feature","id":"n258955167","geometry":{"type":"Point","coordinates":[-0.7140638,51.1582829]},"properties":{"@type":"node","@id":258955167,"@timestamp":1208736413},"coords":"51.1582829,-0.7140638","bedrooms":"2","price":"218000","area":"465"} , +{"type":"Feature","id":"n258955185","geometry":{"type":"Point","coordinates":[-0.699715,51.1591146]},"properties":{"@type":"node","@id":258955185,"@timestamp":1208736462},"coords":"51.1591146,-0.699715","bedrooms":"0","price":"294000","area":"624"} , +{"type":"Feature","id":"n258955531","geometry":{"type":"Point","coordinates":[-0.7090276,51.1536647]},"properties":{"@type":"node","@id":258955531,"@timestamp":1208737021},"coords":"51.1536647,-0.7090276","bedrooms":"0","price":"199000","area":"516"} , +{"type":"Feature","id":"n258955620","geometry":{"type":"Point","coordinates":[-0.7084465,51.1562846]},"properties":{"@type":"node","@id":258955620,"@timestamp":1208737118},"coords":"51.1562846,-0.7084465","bedrooms":"1","price":"242000","area":"564"} , +{"type":"Feature","id":"n258955774","geometry":{"type":"Point","coordinates":[-0.7034748,51.1580384]},"properties":{"@type":"node","@id":258955774,"@timestamp":1208737321},"coords":"51.1580384,-0.7034748","bedrooms":"3","price":"249000","area":"669"} , +{"type":"Feature","id":"n258955784","geometry":{"type":"Point","coordinates":[-0.7020543,51.1580882]},"properties":{"@type":"node","@id":258955784,"@timestamp":1208737322},"coords":"51.1580882,-0.7020543","bedrooms":"3","price":"288000","area":"387"} , +{"type":"Feature","id":"n258955794","geometry":{"type":"Point","coordinates":[-0.7001173,51.1577269]},"properties":{"@type":"node","@id":258955794,"@timestamp":1208737323},"coords":"51.1577269,-0.7001173","bedrooms":"0","price":"213000","area":"359"} , +{"type":"Feature","id":"n258955805","geometry":{"type":"Point","coordinates":[-0.6957417,51.1555245]},"properties":{"@type":"node","@id":258955805,"@timestamp":1208737324},"coords":"51.1555245,-0.6957417","bedrooms":"2","price":"228000","area":"382"} , +{"type":"Feature","id":"n258955885","geometry":{"type":"Point","coordinates":[-0.7090574,51.150082]},"properties":{"@type":"node","@id":258955885,"@timestamp":1208737434},"coords":"51.150082,-0.7090574","bedrooms":"1","price":"228000","area":"648"} , +{"type":"Feature","id":"n258955895","geometry":{"type":"Point","coordinates":[-0.7085011,51.1511101]},"properties":{"@type":"node","@id":258955895,"@timestamp":1208737435},"coords":"51.1511101,-0.7085011","bedrooms":"0","price":"229000","area":"511"} , +{"type":"Feature","id":"n258956056","geometry":{"type":"Point","coordinates":[-0.7052727,51.1502752]},"properties":{"@type":"node","@id":258956056,"@timestamp":1520445548},"coords":"51.1502752,-0.7052727","bedrooms":"0","price":"188000","area":"494"} , +{"type":"Feature","id":"n258956066","geometry":{"type":"Point","coordinates":[-0.7050952,51.1502028]},"properties":{"@type":"node","@id":258956066,"@timestamp":1208737545},"coords":"51.1502028,-0.7050952","bedrooms":"0","price":"228000","area":"546"} , +{"type":"Feature","id":"n258956081","geometry":{"type":"Point","coordinates":[-0.7027571,51.150026]},"properties":{"@type":"node","@id":258956081,"@timestamp":1208737546},"coords":"51.150026,-0.7027571","bedrooms":"4","price":"188000","area":"426"} , +{"type":"Feature","id":"n258956132","geometry":{"type":"Point","coordinates":[-0.7015875,51.1509154]},"properties":{"@type":"node","@id":258956132,"@timestamp":1208737649},"coords":"51.1509154,-0.7015875","bedrooms":"3","price":"160000","area":"428"} , +{"type":"Feature","id":"n258956145","geometry":{"type":"Point","coordinates":[-0.6968939,51.1532177]},"properties":{"@type":"node","@id":258956145,"@timestamp":1208737651},"coords":"51.1532177,-0.6968939","bedrooms":"4","price":"229000","area":"384"} , +{"type":"Feature","id":"n258956155","geometry":{"type":"Point","coordinates":[-0.6947036,51.154199]},"properties":{"@type":"node","@id":258956155,"@timestamp":1208737652},"coords":"51.154199,-0.6947036","bedrooms":"1","price":"172000","area":"468"} , +{"type":"Feature","id":"n258956359","geometry":{"type":"Point","coordinates":[-0.6940207,51.1526928]},"properties":{"@type":"node","@id":258956359,"@timestamp":1208737859},"coords":"51.1526928,-0.6940207","bedrooms":"1","price":"172000","area":"424"} , +{"type":"Feature","id":"n258956370","geometry":{"type":"Point","coordinates":[-0.6931068,51.1554093]},"properties":{"@type":"node","@id":258956370,"@timestamp":1208737860},"coords":"51.1554093,-0.6931068","bedrooms":"4","price":"294000","area":"472"} , +{"type":"Feature","id":"n258956380","geometry":{"type":"Point","coordinates":[-0.6923618,51.1571537]},"properties":{"@type":"node","@id":258956380,"@timestamp":1208737861},"coords":"51.1571537,-0.6923618","bedrooms":"4","price":"170000","area":"685"} , +{"type":"Feature","id":"n258956390","geometry":{"type":"Point","coordinates":[-0.6915771,51.1596083]},"properties":{"@type":"node","@id":258956390,"@timestamp":1208737862},"coords":"51.1596083,-0.6915771","bedrooms":"1","price":"167000","area":"676"} , +{"type":"Feature","id":"n258956416","geometry":{"type":"Point","coordinates":[-0.6879713,51.1632463]},"properties":{"@type":"node","@id":258956416,"@timestamp":1208737865},"coords":"51.1632463,-0.6879713","bedrooms":"0","price":"225000","area":"386"} , +{"type":"Feature","id":"n258956426","geometry":{"type":"Point","coordinates":[-0.6869581,51.164785]},"properties":{"@type":"node","@id":258956426,"@timestamp":1208737866},"coords":"51.164785,-0.6869581","bedrooms":"1","price":"230000","area":"680"} , +{"type":"Feature","id":"n258956476","geometry":{"type":"Point","coordinates":[-0.6930224,51.156565]},"properties":{"@type":"node","@id":258956476,"@timestamp":1208738009},"coords":"51.156565,-0.6930224","bedrooms":"4","price":"151000","area":"645"} , +{"type":"Feature","id":"n258956974","geometry":{"type":"Point","coordinates":[-0.6911251,51.1549077]},"properties":{"@type":"node","@id":258956974,"@timestamp":1208739174},"coords":"51.1549077,-0.6911251","bedrooms":"3","price":"240000","area":"614"} , +{"type":"Feature","id":"n258956991","geometry":{"type":"Point","coordinates":[-0.691669,51.1546289]},"properties":{"@type":"node","@id":258956991,"@timestamp":1208739210},"coords":"51.1546289,-0.691669","bedrooms":"1","price":"269000","area":"511"} , +{"type":"Feature","id":"n258975966","geometry":{"type":"Point","coordinates":[-0.7575233,51.1479775]},"properties":{"@type":"node","@id":258975966,"@timestamp":1208765936},"coords":"51.1479775,-0.7575233","bedrooms":"3","price":"151000","area":"371"} , +{"type":"Feature","id":"n258975976","geometry":{"type":"Point","coordinates":[-0.757789,51.1486302]},"properties":{"@type":"node","@id":258975976,"@timestamp":1208765937},"coords":"51.1486302,-0.757789","bedrooms":"2","price":"190000","area":"534"} , +{"type":"Feature","id":"n258975986","geometry":{"type":"Point","coordinates":[-0.7568329,51.1494636]},"properties":{"@type":"node","@id":258975986,"@timestamp":1208765938},"coords":"51.1494636,-0.7568329","bedrooms":"2","price":"280000","area":"656"} , +{"type":"Feature","id":"n258975996","geometry":{"type":"Point","coordinates":[-0.7557403,51.1508282]},"properties":{"@type":"node","@id":258975996,"@timestamp":1208765939},"coords":"51.1508282,-0.7557403","bedrooms":"0","price":"156000","area":"608"} , +{"type":"Feature","id":"n258976079","geometry":{"type":"Point","coordinates":[-0.7582609,51.1484059]},"properties":{"@type":"node","@id":258976079,"@timestamp":1208766016},"coords":"51.1484059,-0.7582609","bedrooms":"0","price":"231000","area":"559"} , +{"type":"Feature","id":"n258976622","geometry":{"type":"Point","coordinates":[-0.7590183,51.1492175]},"properties":{"@type":"node","@id":258976622,"@timestamp":1208766129},"coords":"51.1492175,-0.7590183","bedrooms":"3","price":"242000","area":"539"} , +{"type":"Feature","id":"n258976632","geometry":{"type":"Point","coordinates":[-0.7603792,51.1504014]},"properties":{"@type":"node","@id":258976632,"@timestamp":1208766130},"coords":"51.1504014,-0.7603792","bedrooms":"0","price":"189000","area":"549"} , +{"type":"Feature","id":"n258976888","geometry":{"type":"Point","coordinates":[-0.7601805,51.1480336]},"properties":{"@type":"node","@id":258976888,"@timestamp":1208766217},"coords":"51.1480336,-0.7601805","bedrooms":"1","price":"266000","area":"682"} , +{"type":"Feature","id":"n258976898","geometry":{"type":"Point","coordinates":[-0.7607964,51.1493733]},"properties":{"@type":"node","@id":258976898,"@timestamp":1208766218},"coords":"51.1493733,-0.7607964","bedrooms":"1","price":"253000","area":"570"} , +{"type":"Feature","id":"n258977521","geometry":{"type":"Point","coordinates":[-0.7617649,51.1459429]},"properties":{"@type":"node","@id":258977521,"@timestamp":1208766337},"coords":"51.1459429,-0.7617649","bedrooms":"2","price":"175000","area":"604"} , +{"type":"Feature","id":"n258977533","geometry":{"type":"Point","coordinates":[-0.7609156,51.1492798]},"properties":{"@type":"node","@id":258977533,"@timestamp":1208766338},"coords":"51.1492798,-0.7609156","bedrooms":"3","price":"281000","area":"531"} , +{"type":"Feature","id":"n258977543","geometry":{"type":"Point","coordinates":[-0.7610844,51.1529187]},"properties":{"@type":"node","@id":258977543,"@timestamp":1208766339},"coords":"51.1529187,-0.7610844","bedrooms":"0","price":"299000","area":"393"} , +{"type":"Feature","id":"n258978316","geometry":{"type":"Point","coordinates":[-0.7602202,51.1507192]},"properties":{"@type":"node","@id":258978316,"@timestamp":1208766499},"coords":"51.1507192,-0.7602202","bedrooms":"4","price":"256000","area":"433"} , +{"type":"Feature","id":"n258978326","geometry":{"type":"Point","coordinates":[-0.7567336,51.151928]},"properties":{"@type":"node","@id":258978326,"@timestamp":1208766500},"coords":"51.151928,-0.7567336","bedrooms":"3","price":"200000","area":"550"} , +{"type":"Feature","id":"n258978542","geometry":{"type":"Point","coordinates":[-0.7616506,51.1504139]},"properties":{"@type":"node","@id":258978542,"@timestamp":1208766779},"coords":"51.1504139,-0.7616506","bedrooms":"3","price":"161000","area":"440"} , +{"type":"Feature","id":"n258978553","geometry":{"type":"Point","coordinates":[-0.7648889,51.1499154]},"properties":{"@type":"node","@id":258978553,"@timestamp":1208766779},"coords":"51.1499154,-0.7648889","bedrooms":"0","price":"192000","area":"649"} , +{"type":"Feature","id":"n258978563","geometry":{"type":"Point","coordinates":[-0.7678987,51.149149]},"properties":{"@type":"node","@id":258978563,"@timestamp":1208766780},"coords":"51.149149,-0.7678987","bedrooms":"1","price":"153000","area":"550"} , +{"type":"Feature","id":"n258978574","geometry":{"type":"Point","coordinates":[-0.7703125,51.1487751]},"properties":{"@type":"node","@id":258978574,"@timestamp":1208766781},"coords":"51.1487751,-0.7703125","bedrooms":"1","price":"231000","area":"689"} , +{"type":"Feature","id":"n258978585","geometry":{"type":"Point","coordinates":[-0.7710973,51.1499403]},"properties":{"@type":"node","@id":258978585,"@timestamp":1208766782},"coords":"51.1499403,-0.7710973","bedrooms":"2","price":"215000","area":"625"} , +{"type":"Feature","id":"n258978596","geometry":{"type":"Point","coordinates":[-0.7723886,51.1504014]},"properties":{"@type":"node","@id":258978596,"@timestamp":1208766784},"coords":"51.1504014,-0.7723886","bedrooms":"2","price":"240000","area":"572"} , +{"type":"Feature","id":"n258978606","geometry":{"type":"Point","coordinates":[-0.7738786,51.1504014]},"properties":{"@type":"node","@id":258978606,"@timestamp":1208766785},"coords":"51.1504014,-0.7738786","bedrooms":"0","price":"297000","area":"414"} , +{"type":"Feature","id":"n258978617","geometry":{"type":"Point","coordinates":[-0.7767792,51.1489059]},"properties":{"@type":"node","@id":258978617,"@timestamp":1208766786},"coords":"51.1489059,-0.7767792","bedrooms":"3","price":"185000","area":"483"} , +{"type":"Feature","id":"n258978756","geometry":{"type":"Point","coordinates":[-0.7770623,51.1467156]},"properties":{"@type":"node","@id":258978756,"@timestamp":1208766967},"coords":"51.1467156,-0.7770623","bedrooms":"4","price":"286000","area":"364"} , +{"type":"Feature","id":"n258978769","geometry":{"type":"Point","coordinates":[-0.7791185,51.1498624]},"properties":{"@type":"node","@id":258978769,"@timestamp":1208766968},"coords":"51.1498624,-0.7791185","bedrooms":"1","price":"214000","area":"578"} , +{"type":"Feature","id":"n258978900","geometry":{"type":"Point","coordinates":[-0.7810058,51.1528844]},"properties":{"@type":"node","@id":258978900,"@timestamp":1208767063},"coords":"51.1528844,-0.7810058","bedrooms":"3","price":"212000","area":"607"} , +{"type":"Feature","id":"n258978911","geometry":{"type":"Point","coordinates":[-0.7805886,51.1512644]},"properties":{"@type":"node","@id":258978911,"@timestamp":1208767064},"coords":"51.1512644,-0.7805886","bedrooms":"0","price":"194000","area":"682"} , +{"type":"Feature","id":"n258979063","geometry":{"type":"Point","coordinates":[-0.7759348,51.1536476]},"properties":{"@type":"node","@id":258979063,"@timestamp":1208767154},"coords":"51.1536476,-0.7759348","bedrooms":"2","price":"230000","area":"351"} , +{"type":"Feature","id":"n258979328","geometry":{"type":"Point","coordinates":[-0.7834743,51.1585135]},"properties":{"@type":"node","@id":258979328,"@timestamp":1208767441},"coords":"51.1585135,-0.7834743","bedrooms":"0","price":"224000","area":"472"} , +{"type":"Feature","id":"n258979341","geometry":{"type":"Point","coordinates":[-0.7805042,51.1588374]},"properties":{"@type":"node","@id":258979341,"@timestamp":1208767442},"coords":"51.1588374,-0.7805042","bedrooms":"3","price":"287000","area":"428"} , +{"type":"Feature","id":"n258979540","geometry":{"type":"Point","coordinates":[-0.7795705,51.1607935]},"properties":{"@type":"node","@id":258979540,"@timestamp":1208767582},"coords":"51.1607935,-0.7795705","bedrooms":"2","price":"224000","area":"473"} , +{"type":"Feature","id":"n258979550","geometry":{"type":"Point","coordinates":[-0.7826598,51.1612981]},"properties":{"@type":"node","@id":258979550,"@timestamp":1208767583},"coords":"51.1612981,-0.7826598","bedrooms":"4","price":"268000","area":"623"} , +{"type":"Feature","id":"n258979560","geometry":{"type":"Point","coordinates":[-0.7864642,51.1616408]},"properties":{"@type":"node","@id":258979560,"@timestamp":1208767584},"coords":"51.1616408,-0.7864642","bedrooms":"3","price":"291000","area":"625"} , +{"type":"Feature","id":"n258979570","geometry":{"type":"Point","coordinates":[-0.7891959,51.1618214]},"properties":{"@type":"node","@id":258979570,"@timestamp":1208767585},"coords":"51.1618214,-0.7891959","bedrooms":"1","price":"289000","area":"680"} , +{"type":"Feature","id":"n258979730","geometry":{"type":"Point","coordinates":[-0.7830819,51.1640609]},"properties":{"@type":"node","@id":258979730,"@timestamp":1208767710},"coords":"51.1640609,-0.7830819","bedrooms":"4","price":"253000","area":"678"} , +{"type":"Feature","id":"n258979741","geometry":{"type":"Point","coordinates":[-0.7851878,51.1654312]},"properties":{"@type":"node","@id":258979741,"@timestamp":1208767711},"coords":"51.1654312,-0.7851878","bedrooms":"2","price":"185000","area":"664"} , +{"type":"Feature","id":"n258980137","geometry":{"type":"Point","coordinates":[-0.7900204,51.1583452]},"properties":{"@type":"node","@id":258980137,"@timestamp":1208767812},"coords":"51.1583452,-0.7900204","bedrooms":"4","price":"200000","area":"407"} , +{"type":"Feature","id":"n258980153","geometry":{"type":"Point","coordinates":[-0.7887092,51.1591614]},"properties":{"@type":"node","@id":258980153,"@timestamp":1208767813},"coords":"51.1591614,-0.7887092","bedrooms":"3","price":"206000","area":"357"} , +{"type":"Feature","id":"n258980170","geometry":{"type":"Point","coordinates":[-0.7890767,51.1609929]},"properties":{"@type":"node","@id":258980170,"@timestamp":1208767814},"coords":"51.1609929,-0.7890767","bedrooms":"2","price":"175000","area":"616"} , +{"type":"Feature","id":"n258980541","geometry":{"type":"Point","coordinates":[-0.7803552,51.152495]},"properties":{"@type":"node","@id":258980541,"@timestamp":1208767950},"coords":"51.152495,-0.7803552","bedrooms":"4","price":"219000","area":"558"} , +{"type":"Feature","id":"n258980554","geometry":{"type":"Point","coordinates":[-0.7787857,51.1526258]},"properties":{"@type":"node","@id":258980554,"@timestamp":1208767951},"coords":"51.1526258,-0.7787857","bedrooms":"1","price":"264000","area":"600"} , +{"type":"Feature","id":"n258980570","geometry":{"type":"Point","coordinates":[-0.7770673,51.152981]},"properties":{"@type":"node","@id":258980570,"@timestamp":1208767952},"coords":"51.152981,-0.7770673","bedrooms":"3","price":"212000","area":"668"} , +{"type":"Feature","id":"n258980585","geometry":{"type":"Point","coordinates":[-0.7753488,51.1538595]},"properties":{"@type":"node","@id":258980585,"@timestamp":1208767953},"coords":"51.1538595,-0.7753488","bedrooms":"4","price":"254000","area":"624"} , +{"type":"Feature","id":"n258980600","geometry":{"type":"Point","coordinates":[-0.774117,51.1552053]},"properties":{"@type":"node","@id":258980600,"@timestamp":1208767954},"coords":"51.1552053,-0.774117","bedrooms":"0","price":"232000","area":"479"} , +{"type":"Feature","id":"n258980614","geometry":{"type":"Point","coordinates":[-0.7731634,51.1560588]},"properties":{"@type":"node","@id":258980614,"@timestamp":1208767955},"coords":"51.1560588,-0.7731634","bedrooms":"0","price":"246000","area":"366"} , +{"type":"Feature","id":"n258980629","geometry":{"type":"Point","coordinates":[-0.7726171,51.1579901]},"properties":{"@type":"node","@id":258980629,"@timestamp":1208767956},"coords":"51.1579901,-0.7726171","bedrooms":"0","price":"287000","area":"533"} , +{"type":"Feature","id":"n258980643","geometry":{"type":"Point","coordinates":[-0.77069,51.1586941]},"properties":{"@type":"node","@id":258980643,"@timestamp":1208767957},"coords":"51.1586941,-0.77069","bedrooms":"2","price":"221000","area":"582"} , +{"type":"Feature","id":"n258980856","geometry":{"type":"Point","coordinates":[-0.7749241,51.1595492]},"properties":{"@type":"node","@id":258980856,"@timestamp":1208768170},"coords":"51.1595492,-0.7749241","bedrooms":"4","price":"179000","area":"691"} , +{"type":"Feature","id":"n259017671","geometry":{"type":"Point","coordinates":[-0.6207703,51.169032]},"properties":{"@type":"node","@id":259017671,"@timestamp":1538404045},"coords":"51.169032,-0.6207703","bedrooms":"3","price":"189000","area":"365"} , +{"type":"Feature","id":"n259019829","geometry":{"type":"Point","coordinates":[-0.6468114,51.1468334]},"properties":{"@type":"node","@id":259019829,"@timestamp":1208786917},"coords":"51.1468334,-0.6468114","bedrooms":"0","price":"240000","area":"412"} , +{"type":"Feature","id":"n259020545","geometry":{"type":"Point","coordinates":[-0.6696097,51.1336741]},"properties":{"@type":"node","@id":259020545,"@timestamp":1208787344},"coords":"51.1336741,-0.6696097","bedrooms":"0","price":"252000","area":"658"} , +{"type":"Feature","id":"n259022876","geometry":{"type":"Point","coordinates":[-0.7128459,51.1460527]},"properties":{"@type":"node","@id":259022876,"@timestamp":1208788129},"coords":"51.1460527,-0.7128459","bedrooms":"0","price":"151000","area":"377"} , +{"type":"Feature","id":"n259023828","geometry":{"type":"Point","coordinates":[-0.7093674,51.1778636]},"properties":{"@type":"node","@id":259023828,"@timestamp":1208788582},"coords":"51.1778636,-0.7093674","bedrooms":"1","price":"182000","area":"556"} , +{"type":"Feature","id":"n259050654","geometry":{"type":"Point","coordinates":[-0.6514297,51.2050604]},"properties":{"@type":"node","@id":259050654,"@timestamp":1208799831},"coords":"51.2050604,-0.6514297","bedrooms":"3","price":"192000","area":"670"} , +{"type":"Feature","id":"n259053163","geometry":{"type":"Point","coordinates":[-0.6889031,51.1528956]},"properties":{"@type":"node","@id":259053163,"@timestamp":1208801092},"coords":"51.1528956,-0.6889031","bedrooms":"1","price":"276000","area":"563"} , +{"type":"Feature","id":"n259054857","geometry":{"type":"Point","coordinates":[-0.7714947,51.1575232]},"properties":{"@type":"node","@id":259054857,"@timestamp":1208801843},"coords":"51.1575232,-0.7714947","bedrooms":"3","price":"264000","area":"491"} , +{"type":"Feature","id":"n259054944","geometry":{"type":"Point","coordinates":[-0.7760883,51.1461033]},"properties":{"@type":"node","@id":259054944,"@timestamp":1208801914},"coords":"51.1461033,-0.7760883","bedrooms":"1","price":"163000","area":"385"} , +{"type":"Feature","id":"n259062474","geometry":{"type":"Point","coordinates":[-0.1745473,51.0968882]},"properties":{"@type":"node","@id":259062474,"@timestamp":1208805075},"coords":"51.0968882,-0.1745473","bedrooms":"3","price":"260000","area":"624"} , +{"type":"Feature","id":"n259074054","geometry":{"type":"Point","coordinates":[-0.4681967,51.728018]},"properties":{"@type":"node","@id":259074054,"@timestamp":1208809231},"coords":"51.728018,-0.4681967","bedrooms":"0","price":"181000","area":"642"} , +{"type":"Feature","id":"n259074081","geometry":{"type":"Point","coordinates":[-0.4622599,51.728978]},"properties":{"@type":"node","@id":259074081,"@timestamp":1208809237},"coords":"51.728978,-0.4622599","bedrooms":"4","price":"201000","area":"562"} , +{"type":"Feature","id":"n259074142","geometry":{"type":"Point","coordinates":[-0.4652134,51.7356772]},"properties":{"@type":"node","@id":259074142,"@timestamp":1580834154},"coords":"51.7356772,-0.4652134","bedrooms":"1","price":"288000","area":"687"} , +{"type":"Feature","id":"n259076794","geometry":{"type":"Point","coordinates":[-0.7659818,51.1560874]},"properties":{"@type":"node","@id":259076794,"@timestamp":1208809982},"coords":"51.1560874,-0.7659818","bedrooms":"1","price":"214000","area":"487"} , +{"type":"Feature","id":"n259077204","geometry":{"type":"Point","coordinates":[-0.7811501,51.1628094]},"properties":{"@type":"node","@id":259077204,"@timestamp":1208810123},"coords":"51.1628094,-0.7811501","bedrooms":"0","price":"220000","area":"605"} , +{"type":"Feature","id":"n259077214","geometry":{"type":"Point","coordinates":[-0.7821434,51.1643542]},"properties":{"@type":"node","@id":259077214,"@timestamp":1208810124},"coords":"51.1643542,-0.7821434","bedrooms":"4","price":"287000","area":"396"} , +{"type":"Feature","id":"n259077407","geometry":{"type":"Point","coordinates":[-0.782434,51.1649008]},"properties":{"@type":"node","@id":259077407,"@timestamp":1208810229},"coords":"51.1649008,-0.782434","bedrooms":"3","price":"165000","area":"392"} , +{"type":"Feature","id":"n259077418","geometry":{"type":"Point","coordinates":[-0.7815797,51.1656763]},"properties":{"@type":"node","@id":259077418,"@timestamp":1208810230},"coords":"51.1656763,-0.7815797","bedrooms":"0","price":"274000","area":"670"} , +{"type":"Feature","id":"n259077428","geometry":{"type":"Point","coordinates":[-0.7805118,51.1653057]},"properties":{"@type":"node","@id":259077428,"@timestamp":1208810231},"coords":"51.1653057,-0.7805118","bedrooms":"3","price":"286000","area":"515"} , +{"type":"Feature","id":"n259077438","geometry":{"type":"Point","coordinates":[-0.7799407,51.1649974]},"properties":{"@type":"node","@id":259077438,"@timestamp":1208810232},"coords":"51.1649974,-0.7799407","bedrooms":"4","price":"241000","area":"647"} , +{"type":"Feature","id":"n259077448","geometry":{"type":"Point","coordinates":[-0.7791063,51.1653213]},"properties":{"@type":"node","@id":259077448,"@timestamp":1208810233},"coords":"51.1653213,-0.7791063","bedrooms":"2","price":"202000","area":"447"} , +{"type":"Feature","id":"n259077566","geometry":{"type":"Point","coordinates":[-0.7819149,51.1657402]},"properties":{"@type":"node","@id":259077566,"@timestamp":1208810302},"coords":"51.1657402,-0.7819149","bedrooms":"2","price":"291000","area":"639"} , +{"type":"Feature","id":"n259077801","geometry":{"type":"Point","coordinates":[-0.7871002,51.1662572]},"properties":{"@type":"node","@id":259077801,"@timestamp":1208810416},"coords":"51.1662572,-0.7871002","bedrooms":"4","price":"290000","area":"369"} , +{"type":"Feature","id":"n259077811","geometry":{"type":"Point","coordinates":[-0.7856002,51.1643386]},"properties":{"@type":"node","@id":259077811,"@timestamp":1208810417},"coords":"51.1643386,-0.7856002","bedrooms":"0","price":"175000","area":"685"} , +{"type":"Feature","id":"n259077825","geometry":{"type":"Point","coordinates":[-0.7844504,51.1630227]},"properties":{"@type":"node","@id":259077825,"@timestamp":1208810419},"coords":"51.1630227,-0.7844504","bedrooms":"0","price":"178000","area":"547"} , +{"type":"Feature","id":"n259077841","geometry":{"type":"Point","coordinates":[-0.7843511,51.1621195]},"properties":{"@type":"node","@id":259077841,"@timestamp":1208810420},"coords":"51.1621195,-0.7843511","bedrooms":"0","price":"227000","area":"424"} , +{"type":"Feature","id":"n259077936","geometry":{"type":"Point","coordinates":[-0.7854065,51.1650301]},"properties":{"@type":"node","@id":259077936,"@timestamp":1208810463},"coords":"51.1650301,-0.7854065","bedrooms":"0","price":"208000","area":"658"} , +{"type":"Feature","id":"n259078409","geometry":{"type":"Point","coordinates":[-0.7864644,51.1596697]},"properties":{"@type":"node","@id":259078409,"@timestamp":1208810551},"coords":"51.1596697,-0.7864644","bedrooms":"3","price":"202000","area":"355"} , +{"type":"Feature","id":"n259079161","geometry":{"type":"Point","coordinates":[-0.7798538,51.1636721]},"properties":{"@type":"node","@id":259079161,"@timestamp":1208810645},"coords":"51.1636721,-0.7798538","bedrooms":"3","price":"297000","area":"553"} , +{"type":"Feature","id":"n259079177","geometry":{"type":"Point","coordinates":[-0.7767943,51.1655658]},"properties":{"@type":"node","@id":259079177,"@timestamp":1208810646},"coords":"51.1655658,-0.7767943","bedrooms":"4","price":"278000","area":"572"} , +{"type":"Feature","id":"n259079773","geometry":{"type":"Point","coordinates":[-0.7765708,51.164728]},"properties":{"@type":"node","@id":259079773,"@timestamp":1208810772},"coords":"51.164728,-0.7765708","bedrooms":"4","price":"276000","area":"559"} , +{"type":"Feature","id":"n259080012","geometry":{"type":"Point","coordinates":[-0.7804945,51.1616196]},"properties":{"@type":"node","@id":259080012,"@timestamp":1208810852},"coords":"51.1616196,-0.7804945","bedrooms":"1","price":"200000","area":"618"} , +{"type":"Feature","id":"n259080026","geometry":{"type":"Point","coordinates":[-0.7785376,51.1618812]},"properties":{"@type":"node","@id":259080026,"@timestamp":1208810853},"coords":"51.1618812,-0.7785376","bedrooms":"0","price":"249000","area":"519"} , +{"type":"Feature","id":"n259080592","geometry":{"type":"Point","coordinates":[-0.7765012,51.1633326]},"properties":{"@type":"node","@id":259080592,"@timestamp":1208811043},"coords":"51.1633326,-0.7765012","bedrooms":"3","price":"216000","area":"562"} , +{"type":"Feature","id":"n259080602","geometry":{"type":"Point","coordinates":[-0.7750013,51.1640116]},"properties":{"@type":"node","@id":259080602,"@timestamp":1208811045},"coords":"51.1640116,-0.7750013","bedrooms":"4","price":"252000","area":"556"} , +{"type":"Feature","id":"n259080624","geometry":{"type":"Point","coordinates":[-0.7717829,51.1640614]},"properties":{"@type":"node","@id":259080624,"@timestamp":1208811046},"coords":"51.1640614,-0.7717829","bedrooms":"1","price":"198000","area":"640"} , +{"type":"Feature","id":"n259080635","geometry":{"type":"Point","coordinates":[-0.771614,51.1618251]},"properties":{"@type":"node","@id":259080635,"@timestamp":1208811047},"coords":"51.1618251,-0.771614","bedrooms":"2","price":"159000","area":"398"} , +{"type":"Feature","id":"n259080645","geometry":{"type":"Point","coordinates":[-0.7726073,51.161171]},"properties":{"@type":"node","@id":259080645,"@timestamp":1208811048},"coords":"51.161171,-0.7726073","bedrooms":"3","price":"202000","area":"632"} , +{"type":"Feature","id":"n259080656","geometry":{"type":"Point","coordinates":[-0.773412,51.160411]},"properties":{"@type":"node","@id":259080656,"@timestamp":1208811049},"coords":"51.160411,-0.773412","bedrooms":"1","price":"291000","area":"693"} , +{"type":"Feature","id":"n259102648","geometry":{"type":"Point","coordinates":[-0.3028582,51.485148]},"properties":{"@type":"node","@id":259102648,"@timestamp":1208819338},"coords":"51.485148,-0.3028582","bedrooms":"1","price":"274000","area":"450"} , +{"type":"Feature","id":"n259102658","geometry":{"type":"Point","coordinates":[-0.3035851,51.4848703]},"properties":{"@type":"node","@id":259102658,"@timestamp":1208819339},"coords":"51.4848703,-0.3035851","bedrooms":"0","price":"184000","area":"557"} , +{"type":"Feature","id":"n259102669","geometry":{"type":"Point","coordinates":[-0.3035258,51.4861525]},"properties":{"@type":"node","@id":259102669,"@timestamp":1208819340},"coords":"51.4861525,-0.3035258","bedrooms":"1","price":"296000","area":"507"} , +{"type":"Feature","id":"n259163003","geometry":{"type":"Point","coordinates":[-0.8914174,51.4186474]},"properties":{"@type":"node","@id":259163003,"@timestamp":1208861175},"coords":"51.4186474,-0.8914174","bedrooms":"1","price":"243000","area":"381"} , +{"type":"Feature","id":"n259173710","geometry":{"type":"Point","coordinates":[-0.0256785,50.9492775]},"properties":{"@type":"node","@id":259173710,"@timestamp":1616346811},"coords":"50.9492775,-0.0256785","bedrooms":"1","price":"293000","area":"663"} , +{"type":"Feature","id":"n259174890","geometry":{"type":"Point","coordinates":[-0.0292452,50.9515952]},"properties":{"@type":"node","@id":259174890,"@timestamp":1593528523},"coords":"50.9515952,-0.0292452","bedrooms":"3","price":"191000","area":"354"} , +{"type":"Feature","id":"n259180299","geometry":{"type":"Point","coordinates":[0.3143924,51.4909605]},"properties":{"@type":"node","@id":259180299,"@timestamp":1208870902},"coords":"51.4909605,0.3143924","bedrooms":"3","price":"231000","area":"369"} , +{"type":"Feature","id":"n259180334","geometry":{"type":"Point","coordinates":[0.3107124,51.4896419]},"properties":{"@type":"node","@id":259180334,"@timestamp":1208870903},"coords":"51.4896419,0.3107124","bedrooms":"4","price":"161000","area":"451"} , +{"type":"Feature","id":"n259180344","geometry":{"type":"Point","coordinates":[0.3090973,51.4892439]},"properties":{"@type":"node","@id":259180344,"@timestamp":1208870904},"coords":"51.4892439,0.3090973","bedrooms":"1","price":"277000","area":"479"} , +{"type":"Feature","id":"n259190107","geometry":{"type":"Point","coordinates":[-0.0408603,51.8107659]},"properties":{"@type":"node","@id":259190107,"@timestamp":1579516563},"coords":"51.8107659,-0.0408603","bedrooms":"4","price":"198000","area":"440"} , +{"type":"Feature","id":"n259196714","geometry":{"type":"Point","coordinates":[-0.7570358,51.8091352]},"properties":{"@type":"node","@id":259196714,"@timestamp":1326929485},"coords":"51.8091352,-0.7570358","bedrooms":"1","price":"281000","area":"585"} , +{"type":"Feature","id":"n259198515","geometry":{"type":"Point","coordinates":[-0.7222387,51.8135904]},"properties":{"@type":"node","@id":259198515,"@timestamp":1328326850},"coords":"51.8135904,-0.7222387","bedrooms":"1","price":"228000","area":"647"} , +{"type":"Feature","id":"n259199002","geometry":{"type":"Point","coordinates":[0.8815773,51.0784693]},"properties":{"@type":"node","@id":259199002,"@timestamp":1214646327},"coords":"51.0784693,0.8815773","bedrooms":"0","price":"233000","area":"574"} , +{"type":"Feature","id":"n259199347","geometry":{"type":"Point","coordinates":[-0.7136715,51.8027259]},"properties":{"@type":"node","@id":259199347,"@timestamp":1529241872},"coords":"51.8027259,-0.7136715","bedrooms":"1","price":"261000","area":"503"} , +{"type":"Feature","id":"n259199404","geometry":{"type":"Point","coordinates":[0.877723,51.0750962]},"properties":{"@type":"node","@id":259199404,"@timestamp":1208883762},"coords":"51.0750962,0.877723","bedrooms":"4","price":"152000","area":"393"} , +{"type":"Feature","id":"n259199882","geometry":{"type":"Point","coordinates":[0.8780518,51.0807925]},"properties":{"@type":"node","@id":259199882,"@timestamp":1208883916},"coords":"51.0807925,0.8780518","bedrooms":"1","price":"215000","area":"440"} , +{"type":"Feature","id":"n259200021","geometry":{"type":"Point","coordinates":[0.8662067,51.0909052]},"properties":{"@type":"node","@id":259200021,"@timestamp":1208884034},"coords":"51.0909052,0.8662067","bedrooms":"1","price":"290000","area":"558"} , +{"type":"Feature","id":"n259200203","geometry":{"type":"Point","coordinates":[0.8325194,51.0750038]},"properties":{"@type":"node","@id":259200203,"@timestamp":1215718926},"coords":"51.0750038,0.8325194","bedrooms":"1","price":"245000","area":"675"} , +{"type":"Feature","id":"n259200259","geometry":{"type":"Point","coordinates":[0.8304847,51.0770461]},"properties":{"@type":"node","@id":259200259,"@timestamp":1215121688},"coords":"51.0770461,0.8304847","bedrooms":"0","price":"189000","area":"519"} , +{"type":"Feature","id":"n259200541","geometry":{"type":"Point","coordinates":[-0.0272073,51.5392476]},"properties":{"@type":"node","@id":259200541,"@timestamp":1406502897},"coords":"51.5392476,-0.0272073","bedrooms":"4","price":"222000","area":"426"} , +{"type":"Feature","id":"n259200983","geometry":{"type":"Point","coordinates":[0.8296803,51.0737445]},"properties":{"@type":"node","@id":259200983,"@timestamp":1208884593},"coords":"51.0737445,0.8296803","bedrooms":"1","price":"299000","area":"676"} , +{"type":"Feature","id":"n259201752","geometry":{"type":"Point","coordinates":[-0.7300652,51.805698]},"properties":{"@type":"node","@id":259201752,"@timestamp":1208884770},"coords":"51.805698,-0.7300652","bedrooms":"0","price":"194000","area":"388"} , +{"type":"Feature","id":"n259206284","geometry":{"type":"Point","coordinates":[-0.6634361,51.0854468]},"properties":{"@type":"node","@id":259206284,"@timestamp":1208886304},"coords":"51.0854468,-0.6634361","bedrooms":"0","price":"186000","area":"569"} , +{"type":"Feature","id":"n259206330","geometry":{"type":"Point","coordinates":[-0.646348,51.0994013]},"properties":{"@type":"node","@id":259206330,"@timestamp":1208886307},"coords":"51.0994013,-0.646348","bedrooms":"2","price":"299000","area":"549"} , +{"type":"Feature","id":"n259207885","geometry":{"type":"Point","coordinates":[-0.6855115,51.0779267]},"properties":{"@type":"node","@id":259207885,"@timestamp":1208886671},"coords":"51.0779267,-0.6855115","bedrooms":"4","price":"171000","area":"630"} , +{"type":"Feature","id":"n259226608","geometry":{"type":"Point","coordinates":[-0.6024311,51.1777076]},"properties":{"@type":"node","@id":259226608,"@timestamp":1594943390},"coords":"51.1777076,-0.6024311","bedrooms":"2","price":"269000","area":"543"} , +{"type":"Feature","id":"n259247833","geometry":{"type":"Point","coordinates":[-0.2983928,51.4884679]},"properties":{"@type":"node","@id":259247833,"@timestamp":1208900321},"coords":"51.4884679,-0.2983928","bedrooms":"0","price":"191000","area":"649"} , +{"type":"Feature","id":"n259247860","geometry":{"type":"Point","coordinates":[-0.2985207,51.4868613]},"properties":{"@type":"node","@id":259247860,"@timestamp":1208900323},"coords":"51.4868613,-0.2985207","bedrooms":"1","price":"214000","area":"512"} , +{"type":"Feature","id":"n259247872","geometry":{"type":"Point","coordinates":[-0.298842,51.4873448]},"properties":{"@type":"node","@id":259247872,"@timestamp":1208900324},"coords":"51.4873448,-0.298842","bedrooms":"3","price":"204000","area":"529"} , +{"type":"Feature","id":"n259247882","geometry":{"type":"Point","coordinates":[-0.2991306,51.4872621]},"properties":{"@type":"node","@id":259247882,"@timestamp":1208900325},"coords":"51.4872621,-0.2991306","bedrooms":"1","price":"286000","area":"393"} , +{"type":"Feature","id":"n259247892","geometry":{"type":"Point","coordinates":[-0.3001476,51.4892556]},"properties":{"@type":"node","@id":259247892,"@timestamp":1208900325},"coords":"51.4892556,-0.3001476","bedrooms":"3","price":"269000","area":"449"} , +{"type":"Feature","id":"n259247902","geometry":{"type":"Point","coordinates":[-0.2992366,51.4891339]},"properties":{"@type":"node","@id":259247902,"@timestamp":1208900326},"coords":"51.4891339,-0.2992366","bedrooms":"4","price":"167000","area":"399"} , +{"type":"Feature","id":"n259247912","geometry":{"type":"Point","coordinates":[-0.2987999,51.488772]},"properties":{"@type":"node","@id":259247912,"@timestamp":1208900327},"coords":"51.488772,-0.2987999","bedrooms":"4","price":"235000","area":"352"} , +{"type":"Feature","id":"n259247922","geometry":{"type":"Point","coordinates":[-0.2974179,51.4873932]},"properties":{"@type":"node","@id":259247922,"@timestamp":1208900328},"coords":"51.4873932,-0.2974179","bedrooms":"2","price":"160000","area":"574"} , +{"type":"Feature","id":"n259247932","geometry":{"type":"Point","coordinates":[-0.2978203,51.4883946]},"properties":{"@type":"node","@id":259247932,"@timestamp":1208900328},"coords":"51.4883946,-0.2978203","bedrooms":"3","price":"198000","area":"642"} , +{"type":"Feature","id":"n259247943","geometry":{"type":"Point","coordinates":[-0.2961653,51.48688]},"properties":{"@type":"node","@id":259247943,"@timestamp":1208900329},"coords":"51.48688,-0.2961653","bedrooms":"1","price":"225000","area":"359"} , +{"type":"Feature","id":"n259250010","geometry":{"type":"Point","coordinates":[-0.1575571,51.1129105]},"properties":{"@type":"node","@id":259250010,"@timestamp":1208901118},"coords":"51.1129105,-0.1575571","bedrooms":"2","price":"162000","area":"590"} , +{"type":"Feature","id":"n259263532","geometry":{"type":"Point","coordinates":[0.1545818,51.8162238]},"properties":{"@type":"node","@id":259263532,"@timestamp":1633122224},"coords":"51.8162238,0.1545818","bedrooms":"3","price":"173000","area":"441"} , +{"type":"Feature","id":"n259273259","geometry":{"type":"Point","coordinates":[-0.714036,51.1540962]},"properties":{"@type":"node","@id":259273259,"@timestamp":1208905675},"coords":"51.1540962,-0.714036","bedrooms":"0","price":"238000","area":"682"} , +{"type":"Feature","id":"n259273276","geometry":{"type":"Point","coordinates":[-0.7109695,51.1523627]},"properties":{"@type":"node","@id":259273276,"@timestamp":1208905676},"coords":"51.1523627,-0.7109695","bedrooms":"2","price":"151000","area":"353"} , +{"type":"Feature","id":"n259276494","geometry":{"type":"Point","coordinates":[0.0430299,51.7751425]},"properties":{"@type":"node","@id":259276494,"@timestamp":1567426330},"coords":"51.7751425,0.0430299","bedrooms":"1","price":"213000","area":"584"} , +{"type":"Feature","id":"n259296824","geometry":{"type":"Point","coordinates":[-0.7692323,51.1633717]},"properties":{"@type":"node","@id":259296824,"@timestamp":1208909947},"coords":"51.1633717,-0.7692323","bedrooms":"1","price":"227000","area":"626"} , +{"type":"Feature","id":"n259296839","geometry":{"type":"Point","coordinates":[-0.7679508,51.1638389]},"properties":{"@type":"node","@id":259296839,"@timestamp":1208909949},"coords":"51.1638389,-0.7679508","bedrooms":"4","price":"298000","area":"657"} , +{"type":"Feature","id":"n259297257","geometry":{"type":"Point","coordinates":[-0.7726493,51.1646424]},"properties":{"@type":"node","@id":259297257,"@timestamp":1208910040},"coords":"51.1646424,-0.7726493","bedrooms":"2","price":"276000","area":"435"} , +{"type":"Feature","id":"n259297275","geometry":{"type":"Point","coordinates":[-0.7712102,51.1642617]},"properties":{"@type":"node","@id":259297275,"@timestamp":1208910041},"coords":"51.1642617,-0.7712102","bedrooms":"2","price":"259000","area":"612"} , +{"type":"Feature","id":"n259297745","geometry":{"type":"Point","coordinates":[-0.7632524,51.1600187]},"properties":{"@type":"node","@id":259297745,"@timestamp":1404775251},"coords":"51.1600187,-0.7632524","bedrooms":"1","price":"259000","area":"593"} , +{"type":"Feature","id":"n259298457","geometry":{"type":"Point","coordinates":[-0.7822512,51.1670974]},"properties":{"@type":"node","@id":259298457,"@timestamp":1208910267},"coords":"51.1670974,-0.7822512","bedrooms":"3","price":"274000","area":"510"} , +{"type":"Feature","id":"n259298472","geometry":{"type":"Point","coordinates":[-0.7824548,51.1669542]},"properties":{"@type":"node","@id":259298472,"@timestamp":1208910268},"coords":"51.1669542,-0.7824548","bedrooms":"1","price":"285000","area":"405"} , +{"type":"Feature","id":"n259298488","geometry":{"type":"Point","coordinates":[-0.7850561,51.1670702]},"properties":{"@type":"node","@id":259298488,"@timestamp":1208910269},"coords":"51.1670702,-0.7850561","bedrooms":"0","price":"206000","area":"661"} , +{"type":"Feature","id":"n259298752","geometry":{"type":"Point","coordinates":[-0.7860271,51.167271]},"properties":{"@type":"node","@id":259298752,"@timestamp":1208910322},"coords":"51.167271,-0.7860271","bedrooms":"2","price":"283000","area":"358"} , +{"type":"Feature","id":"n259298767","geometry":{"type":"Point","coordinates":[-0.7869112,51.167078]},"properties":{"@type":"node","@id":259298767,"@timestamp":1208910323},"coords":"51.167078,-0.7869112","bedrooms":"3","price":"212000","area":"488"} , +{"type":"Feature","id":"n259299185","geometry":{"type":"Point","coordinates":[-0.7557924,51.1523244]},"properties":{"@type":"node","@id":259299185,"@timestamp":1208910413},"coords":"51.1523244,-0.7557924","bedrooms":"4","price":"241000","area":"666"} , +{"type":"Feature","id":"n259403687","geometry":{"type":"Point","coordinates":[-0.7378324,51.1470515]},"properties":{"@type":"node","@id":259403687,"@timestamp":1208937801},"coords":"51.1470515,-0.7378324","bedrooms":"1","price":"191000","area":"517"} , +{"type":"Feature","id":"n259403716","geometry":{"type":"Point","coordinates":[-0.7342527,51.1482139]},"properties":{"@type":"node","@id":259403716,"@timestamp":1208937803},"coords":"51.1482139,-0.7342527","bedrooms":"1","price":"286000","area":"535"} , +{"type":"Feature","id":"n259403735","geometry":{"type":"Point","coordinates":[-0.7434357,51.1494219]},"properties":{"@type":"node","@id":259403735,"@timestamp":1208937804},"coords":"51.1494219,-0.7434357","bedrooms":"3","price":"276000","area":"408"} , +{"type":"Feature","id":"n259403751","geometry":{"type":"Point","coordinates":[-0.7514213,51.1517621]},"properties":{"@type":"node","@id":259403751,"@timestamp":1208937805},"coords":"51.1517621,-0.7514213","bedrooms":"3","price":"213000","area":"660"} , +{"type":"Feature","id":"n259403769","geometry":{"type":"Point","coordinates":[-0.7420866,51.1473656]},"properties":{"@type":"node","@id":259403769,"@timestamp":1208937806},"coords":"51.1473656,-0.7420866","bedrooms":"2","price":"175000","area":"515"} , +{"type":"Feature","id":"n259403785","geometry":{"type":"Point","coordinates":[-0.7463055,51.1471535]},"properties":{"@type":"node","@id":259403785,"@timestamp":1208937807},"coords":"51.1471535,-0.7463055","bedrooms":"3","price":"157000","area":"695"} , +{"type":"Feature","id":"n259403800","geometry":{"type":"Point","coordinates":[-0.7521481,51.1492354]},"properties":{"@type":"node","@id":259403800,"@timestamp":1208937807},"coords":"51.1492354,-0.7521481","bedrooms":"4","price":"179000","area":"630"} , +{"type":"Feature","id":"n259404156","geometry":{"type":"Point","coordinates":[-0.7006211,51.1605801]},"properties":{"@type":"node","@id":259404156,"@timestamp":1208937974},"coords":"51.1605801,-0.7006211","bedrooms":"2","price":"290000","area":"688"} , +{"type":"Feature","id":"n259434501","geometry":{"type":"Point","coordinates":[-0.7427318,51.3379057]},"properties":{"@type":"node","@id":259434501,"@timestamp":1381668481},"coords":"51.3379057,-0.7427318","bedrooms":"2","price":"151000","area":"664"} , +{"type":"Feature","id":"n259435976","geometry":{"type":"Point","coordinates":[-0.6698673,51.8079776]},"properties":{"@type":"node","@id":259435976,"@timestamp":1208956770},"coords":"51.8079776,-0.6698673","bedrooms":"0","price":"258000","area":"696"} , +{"type":"Feature","id":"n259442781","geometry":{"type":"Point","coordinates":[-0.5374992,51.690851]},"properties":{"@type":"node","@id":259442781,"@timestamp":1231182138},"coords":"51.690851,-0.5374992","bedrooms":"1","price":"175000","area":"526"} , +{"type":"Feature","id":"n259448875","geometry":{"type":"Point","coordinates":[-0.3636009,51.7896874]},"properties":{"@type":"node","@id":259448875,"@timestamp":1290163689},"coords":"51.7896874,-0.3636009","bedrooms":"0","price":"260000","area":"354"} , +{"type":"Feature","id":"n259451327","geometry":{"type":"Point","coordinates":[-0.7502701,51.3333268]},"properties":{"@type":"node","@id":259451327,"@timestamp":1208964048},"coords":"51.3333268,-0.7502701","bedrooms":"4","price":"265000","area":"540"} , +{"type":"Feature","id":"n259451346","geometry":{"type":"Point","coordinates":[-0.7512206,51.334622]},"properties":{"@type":"node","@id":259451346,"@timestamp":1208964049},"coords":"51.334622,-0.7512206","bedrooms":"3","price":"157000","area":"503"} , +{"type":"Feature","id":"n259451359","geometry":{"type":"Point","coordinates":[-0.7514179,51.3322045]},"properties":{"@type":"node","@id":259451359,"@timestamp":1208964050},"coords":"51.3322045,-0.7514179","bedrooms":"3","price":"211000","area":"698"} , +{"type":"Feature","id":"n259451424","geometry":{"type":"Point","coordinates":[-0.7563617,51.3360639]},"properties":{"@type":"node","@id":259451424,"@timestamp":1208964061},"coords":"51.3360639,-0.7563617","bedrooms":"2","price":"299000","area":"441"} , +{"type":"Feature","id":"n259451457","geometry":{"type":"Point","coordinates":[-0.7576445,51.3351169]},"properties":{"@type":"node","@id":259451457,"@timestamp":1208964067},"coords":"51.3351169,-0.7576445","bedrooms":"2","price":"231000","area":"434"} , +{"type":"Feature","id":"n259451552","geometry":{"type":"Point","coordinates":[-0.7545404,51.3301877]},"properties":{"@type":"node","@id":259451552,"@timestamp":1208964073},"coords":"51.3301877,-0.7545404","bedrooms":"2","price":"271000","area":"413"} , +{"type":"Feature","id":"n259451681","geometry":{"type":"Point","coordinates":[-0.375159,51.8105673]},"properties":{"@type":"node","@id":259451681,"@timestamp":1290163690},"coords":"51.8105673,-0.375159","bedrooms":"2","price":"212000","area":"658"} , +{"type":"Feature","id":"n259453150","geometry":{"type":"Point","coordinates":[-0.3711593,51.8119842]},"properties":{"@type":"node","@id":259453150,"@timestamp":1208964800},"coords":"51.8119842,-0.3711593","bedrooms":"0","price":"204000","area":"440"} , +{"type":"Feature","id":"n259456517","geometry":{"type":"Point","coordinates":[-0.375331,51.8331635]},"properties":{"@type":"node","@id":259456517,"@timestamp":1627684055},"coords":"51.8331635,-0.375331","bedrooms":"2","price":"268000","area":"377"} , +{"type":"Feature","id":"n259458823","geometry":{"type":"Point","coordinates":[-0.3696058,51.8369864]},"properties":{"@type":"node","@id":259458823,"@timestamp":1208967139},"coords":"51.8369864,-0.3696058","bedrooms":"0","price":"243000","area":"437"} , +{"type":"Feature","id":"n259482528","geometry":{"type":"Point","coordinates":[-0.7471268,51.1472423]},"properties":{"@type":"node","@id":259482528,"@timestamp":1234485893},"coords":"51.1472423,-0.7471268","bedrooms":"4","price":"182000","area":"372"} , +{"type":"Feature","id":"n259483765","geometry":{"type":"Point","coordinates":[-0.7301452,51.1512224]},"properties":{"@type":"node","@id":259483765,"@timestamp":1208975853},"coords":"51.1512224,-0.7301452","bedrooms":"1","price":"210000","area":"363"} , +{"type":"Feature","id":"n259485313","geometry":{"type":"Point","coordinates":[-0.7136216,51.1680196]},"properties":{"@type":"node","@id":259485313,"@timestamp":1208976666},"coords":"51.1680196,-0.7136216","bedrooms":"4","price":"183000","area":"514"} , +{"type":"Feature","id":"n259485329","geometry":{"type":"Point","coordinates":[-0.7161292,51.160215]},"properties":{"@type":"node","@id":259485329,"@timestamp":1208976667},"coords":"51.160215,-0.7161292","bedrooms":"0","price":"155000","area":"361"} , +{"type":"Feature","id":"n259485374","geometry":{"type":"Point","coordinates":[-0.6876228,51.1672658]},"properties":{"@type":"node","@id":259485374,"@timestamp":1208976670},"coords":"51.1672658,-0.6876228","bedrooms":"2","price":"189000","area":"674"} , +{"type":"Feature","id":"n259494489","geometry":{"type":"Point","coordinates":[-0.3719151,51.8514036]},"properties":{"@type":"node","@id":259494489,"@timestamp":1290163704},"coords":"51.8514036,-0.3719151","bedrooms":"1","price":"204000","area":"561"} , +{"type":"Feature","id":"n259498357","geometry":{"type":"Point","coordinates":[-0.3696149,51.8661402]},"properties":{"@type":"node","@id":259498357,"@timestamp":1208981084},"coords":"51.8661402,-0.3696149","bedrooms":"0","price":"250000","area":"439"} , +{"type":"Feature","id":"n259499153","geometry":{"type":"Point","coordinates":[-0.3629287,51.868276]},"properties":{"@type":"node","@id":259499153,"@timestamp":1290163710},"coords":"51.868276,-0.3629287","bedrooms":"2","price":"287000","area":"399"} , +{"type":"Feature","id":"n259503964","geometry":{"type":"Point","coordinates":[-0.5902803,51.8088536]},"properties":{"@type":"node","@id":259503964,"@timestamp":1208982714},"coords":"51.8088536,-0.5902803","bedrooms":"1","price":"286000","area":"699"} , +{"type":"Feature","id":"n259518533","geometry":{"type":"Point","coordinates":[-0.9429552,51.7952441]},"properties":{"@type":"node","@id":259518533,"@timestamp":1333638107},"coords":"51.7952441,-0.9429552","bedrooms":"0","price":"235000","area":"670"} , +{"type":"Feature","id":"n259528812","geometry":{"type":"Point","coordinates":[-0.8606586,51.7943175]},"properties":{"@type":"node","@id":259528812,"@timestamp":1303823150},"coords":"51.7943175,-0.8606586","bedrooms":"0","price":"224000","area":"597"} , +{"type":"Feature","id":"n259568101","geometry":{"type":"Point","coordinates":[-0.1846786,51.8058819]},"properties":{"@type":"node","@id":259568101,"@timestamp":1208993663},"coords":"51.8058819,-0.1846786","bedrooms":"4","price":"250000","area":"657"} , +{"type":"Feature","id":"n259569697","geometry":{"type":"Point","coordinates":[-0.414931,51.9106263]},"properties":{"@type":"node","@id":259569697,"@timestamp":1613075134},"coords":"51.9106263,-0.414931","bedrooms":"4","price":"281000","area":"382"} , +{"type":"Feature","id":"n259570656","geometry":{"type":"Point","coordinates":[-1.0719795,51.2319062]},"properties":{"@type":"node","@id":259570656,"@timestamp":1208995670},"coords":"51.2319062,-1.0719795","bedrooms":"2","price":"186000","area":"478"} , +{"type":"Feature","id":"n259570666","geometry":{"type":"Point","coordinates":[-1.0734198,51.2305661]},"properties":{"@type":"node","@id":259570666,"@timestamp":1208995672},"coords":"51.2305661,-1.0734198","bedrooms":"2","price":"265000","area":"639"} , +{"type":"Feature","id":"n259571115","geometry":{"type":"Point","coordinates":[-0.0412619,50.941238]},"properties":{"@type":"node","@id":259571115,"@timestamp":1594824695},"coords":"50.941238,-0.0412619","bedrooms":"4","price":"266000","area":"606"} , +{"type":"Feature","id":"n259571195","geometry":{"type":"Point","coordinates":[-0.0524965,50.9457707]},"properties":{"@type":"node","@id":259571195,"@timestamp":1616346811},"coords":"50.9457707,-0.0524965","bedrooms":"1","price":"287000","area":"495"} , +{"type":"Feature","id":"n259571930","geometry":{"type":"Point","coordinates":[-1.0963425,51.2638758]},"properties":{"@type":"node","@id":259571930,"@timestamp":1432671335},"coords":"51.2638758,-1.0963425","bedrooms":"0","price":"294000","area":"573"} , +{"type":"Feature","id":"n259573099","geometry":{"type":"Point","coordinates":[-1.0908996,51.2643588]},"properties":{"@type":"node","@id":259573099,"@timestamp":1560457135},"coords":"51.2643588,-1.0908996","bedrooms":"1","price":"199000","area":"377"} , +{"type":"Feature","id":"n259589395","geometry":{"type":"Point","coordinates":[0.626236,51.3382868]},"properties":{"@type":"node","@id":259589395,"@timestamp":1209024489},"coords":"51.3382868,0.626236","bedrooms":"2","price":"293000","area":"505"} , +{"type":"Feature","id":"n259611776","geometry":{"type":"Point","coordinates":[-0.6015429,51.8022069]},"properties":{"@type":"node","@id":259611776,"@timestamp":1529363519},"coords":"51.8022069,-0.6015429","bedrooms":"0","price":"200000","area":"439"} , +{"type":"Feature","id":"n259612459","geometry":{"type":"Point","coordinates":[-0.3658995,51.8709754]},"properties":{"@type":"node","@id":259612459,"@timestamp":1290163743},"coords":"51.8709754,-0.3658995","bedrooms":"1","price":"193000","area":"427"} , +{"type":"Feature","id":"n259613802","geometry":{"type":"Point","coordinates":[-0.3545698,51.8638099]},"properties":{"@type":"node","@id":259613802,"@timestamp":1290163749},"coords":"51.8638099,-0.3545698","bedrooms":"2","price":"216000","area":"638"} , +{"type":"Feature","id":"n259632738","geometry":{"type":"Point","coordinates":[-0.3635734,51.8658677]},"properties":{"@type":"node","@id":259632738,"@timestamp":1290163754},"coords":"51.8658677,-0.3635734","bedrooms":"4","price":"299000","area":"474"} , +{"type":"Feature","id":"n259648927","geometry":{"type":"Point","coordinates":[-0.7056879,51.3321618]},"properties":{"@type":"node","@id":259648927,"@timestamp":1209055595},"coords":"51.3321618,-0.7056879","bedrooms":"1","price":"205000","area":"572"} , +{"type":"Feature","id":"n259648966","geometry":{"type":"Point","coordinates":[-0.7012555,51.3298711]},"properties":{"@type":"node","@id":259648966,"@timestamp":1584389646},"coords":"51.3298711,-0.7012555","bedrooms":"2","price":"240000","area":"672"} , +{"type":"Feature","id":"n259649012","geometry":{"type":"Point","coordinates":[-0.7085528,51.32685]},"properties":{"@type":"node","@id":259649012,"@timestamp":1209055602},"coords":"51.32685,-0.7085528","bedrooms":"4","price":"152000","area":"647"} , +{"type":"Feature","id":"n259649063","geometry":{"type":"Point","coordinates":[-0.7003212,51.3252258]},"properties":{"@type":"node","@id":259649063,"@timestamp":1209055607},"coords":"51.3252258,-0.7003212","bedrooms":"2","price":"174000","area":"637"} , +{"type":"Feature","id":"n259649144","geometry":{"type":"Point","coordinates":[-0.6990807,51.3273863]},"properties":{"@type":"node","@id":259649144,"@timestamp":1209055620},"coords":"51.3273863,-0.6990807","bedrooms":"2","price":"299000","area":"484"} , +{"type":"Feature","id":"n259653595","geometry":{"type":"Point","coordinates":[0.7423128,51.2460065]},"properties":{"@type":"node","@id":259653595,"@timestamp":1209058652},"coords":"51.2460065,0.7423128","bedrooms":"2","price":"152000","area":"410"} , +{"type":"Feature","id":"n259663222","geometry":{"type":"Point","coordinates":[0.809322,51.0775189]},"properties":{"@type":"node","@id":259663222,"@timestamp":1209063055},"coords":"51.0775189,0.809322","bedrooms":"3","price":"211000","area":"537"} , +{"type":"Feature","id":"n259716871","geometry":{"type":"Point","coordinates":[-0.122771,51.1764228]},"properties":{"@type":"node","@id":259716871,"@timestamp":1209075392},"coords":"51.1764228,-0.122771","bedrooms":"0","price":"198000","area":"496"} , +{"type":"Feature","id":"n259716881","geometry":{"type":"Point","coordinates":[-0.1248976,51.1720034]},"properties":{"@type":"node","@id":259716881,"@timestamp":1209075393},"coords":"51.1720034,-0.1248976","bedrooms":"1","price":"254000","area":"595"} , +{"type":"Feature","id":"n259716895","geometry":{"type":"Point","coordinates":[-0.1244659,51.1725199]},"properties":{"@type":"node","@id":259716895,"@timestamp":1209075396},"coords":"51.1725199,-0.1244659","bedrooms":"0","price":"165000","area":"647"} , +{"type":"Feature","id":"n259716907","geometry":{"type":"Point","coordinates":[-0.1217264,51.1726426]},"properties":{"@type":"node","@id":259716907,"@timestamp":1209075399},"coords":"51.1726426,-0.1217264","bedrooms":"0","price":"154000","area":"682"} , +{"type":"Feature","id":"n259716932","geometry":{"type":"Point","coordinates":[-0.1253856,51.1728877]},"properties":{"@type":"node","@id":259716932,"@timestamp":1209075403},"coords":"51.1728877,-0.1253856","bedrooms":"1","price":"226000","area":"549"} , +{"type":"Feature","id":"n259716963","geometry":{"type":"Point","coordinates":[-0.1130186,51.1741755]},"properties":{"@type":"node","@id":259716963,"@timestamp":1209075407},"coords":"51.1741755,-0.1130186","bedrooms":"0","price":"251000","area":"403"} , +{"type":"Feature","id":"n259716973","geometry":{"type":"Point","coordinates":[-0.1150286,51.1709459]},"properties":{"@type":"node","@id":259716973,"@timestamp":1209075409},"coords":"51.1709459,-0.1150286","bedrooms":"2","price":"153000","area":"679"} , +{"type":"Feature","id":"n259716985","geometry":{"type":"Point","coordinates":[-0.120244,51.1727496]},"properties":{"@type":"node","@id":259716985,"@timestamp":1209075411},"coords":"51.1727496,-0.120244","bedrooms":"0","price":"205000","area":"450"} , +{"type":"Feature","id":"n259717017","geometry":{"type":"Point","coordinates":[-0.1270606,51.1783857]},"properties":{"@type":"node","@id":259717017,"@timestamp":1609767637},"coords":"51.1783857,-0.1270606","bedrooms":"2","price":"259000","area":"441"} , +{"type":"Feature","id":"n259720573","geometry":{"type":"Point","coordinates":[-0.1121188,51.1747715]},"properties":{"@type":"node","@id":259720573,"@timestamp":1213620392},"coords":"51.1747715,-0.1121188","bedrooms":"4","price":"226000","area":"519"} , +{"type":"Feature","id":"n259720601","geometry":{"type":"Point","coordinates":[-0.111898,51.1758926]},"properties":{"@type":"node","@id":259720601,"@timestamp":1209077922},"coords":"51.1758926,-0.111898","bedrooms":"3","price":"279000","area":"624"} , +{"type":"Feature","id":"n259720616","geometry":{"type":"Point","coordinates":[-0.1107964,51.1738032]},"properties":{"@type":"node","@id":259720616,"@timestamp":1209077924},"coords":"51.1738032,-0.1107964","bedrooms":"3","price":"209000","area":"506"} , +{"type":"Feature","id":"n259720636","geometry":{"type":"Point","coordinates":[-0.1108082,51.171915]},"properties":{"@type":"node","@id":259720636,"@timestamp":1209077925},"coords":"51.171915,-0.1108082","bedrooms":"2","price":"207000","area":"650"} , +{"type":"Feature","id":"n259720654","geometry":{"type":"Point","coordinates":[-0.1117537,51.1740121]},"properties":{"@type":"node","@id":259720654,"@timestamp":1213618898},"coords":"51.1740121,-0.1117537","bedrooms":"0","price":"277000","area":"611"} , +{"type":"Feature","id":"n259720670","geometry":{"type":"Point","coordinates":[-0.1119343,51.1737513]},"properties":{"@type":"node","@id":259720670,"@timestamp":1213618899},"coords":"51.1737513,-0.1119343","bedrooms":"2","price":"241000","area":"409"} , +{"type":"Feature","id":"n259720695","geometry":{"type":"Point","coordinates":[-0.1123504,51.1719127]},"properties":{"@type":"node","@id":259720695,"@timestamp":1213620391},"coords":"51.1719127,-0.1123504","bedrooms":"4","price":"226000","area":"501"} , +{"type":"Feature","id":"n259721777","geometry":{"type":"Point","coordinates":[-0.110439,51.1652386]},"properties":{"@type":"node","@id":259721777,"@timestamp":1213617745},"coords":"51.1652386,-0.110439","bedrooms":"3","price":"267000","area":"680"} , +{"type":"Feature","id":"n259721788","geometry":{"type":"Point","coordinates":[-0.1116035,51.1651047]},"properties":{"@type":"node","@id":259721788,"@timestamp":1213617744},"coords":"51.1651047,-0.1116035","bedrooms":"4","price":"152000","area":"548"} , +{"type":"Feature","id":"n259721798","geometry":{"type":"Point","coordinates":[-0.1137877,51.1652142]},"properties":{"@type":"node","@id":259721798,"@timestamp":1213617743},"coords":"51.1652142,-0.1137877","bedrooms":"3","price":"229000","area":"430"} , +{"type":"Feature","id":"n259721811","geometry":{"type":"Point","coordinates":[-0.1110054,51.1628251]},"properties":{"@type":"node","@id":259721811,"@timestamp":1209078529},"coords":"51.1628251,-0.1110054","bedrooms":"0","price":"250000","area":"654"} , +{"type":"Feature","id":"n259722362","geometry":{"type":"Point","coordinates":[-0.1208718,51.1536501]},"properties":{"@type":"node","@id":259722362,"@timestamp":1209078706},"coords":"51.1536501,-0.1208718","bedrooms":"2","price":"290000","area":"697"} , +{"type":"Feature","id":"n259722674","geometry":{"type":"Point","coordinates":[-0.1292027,51.1541945]},"properties":{"@type":"node","@id":259722674,"@timestamp":1209078911},"coords":"51.1541945,-0.1292027","bedrooms":"2","price":"259000","area":"590"} , +{"type":"Feature","id":"n259722684","geometry":{"type":"Point","coordinates":[-0.1283703,51.1540846]},"properties":{"@type":"node","@id":259722684,"@timestamp":1209078913},"coords":"51.1540846,-0.1283703","bedrooms":"0","price":"184000","area":"696"} , +{"type":"Feature","id":"n259722695","geometry":{"type":"Point","coordinates":[-0.120341,51.154793]},"properties":{"@type":"node","@id":259722695,"@timestamp":1209078914},"coords":"51.154793,-0.120341","bedrooms":"0","price":"255000","area":"425"} , +{"type":"Feature","id":"n259767958","geometry":{"type":"Point","coordinates":[-0.702329,51.3337221]},"properties":{"@type":"node","@id":259767958,"@timestamp":1209118969},"coords":"51.3337221,-0.702329","bedrooms":"2","price":"174000","area":"487"} , +{"type":"Feature","id":"n259767979","geometry":{"type":"Point","coordinates":[-0.7008451,51.3355081]},"properties":{"@type":"node","@id":259767979,"@timestamp":1209118971},"coords":"51.3355081,-0.7008451","bedrooms":"1","price":"218000","area":"545"} , +{"type":"Feature","id":"n259767997","geometry":{"type":"Point","coordinates":[-0.7042902,51.3339137]},"properties":{"@type":"node","@id":259767997,"@timestamp":1209118972},"coords":"51.3339137,-0.7042902","bedrooms":"4","price":"299000","area":"406"} , +{"type":"Feature","id":"n259768007","geometry":{"type":"Point","coordinates":[-0.704416,51.3327601]},"properties":{"@type":"node","@id":259768007,"@timestamp":1209118972},"coords":"51.3327601,-0.704416","bedrooms":"1","price":"288000","area":"425"} , +{"type":"Feature","id":"n259768041","geometry":{"type":"Point","coordinates":[-0.6999026,51.3345166]},"properties":{"@type":"node","@id":259768041,"@timestamp":1209118976},"coords":"51.3345166,-0.6999026","bedrooms":"3","price":"202000","area":"615"} , +{"type":"Feature","id":"n259768056","geometry":{"type":"Point","coordinates":[-0.6987665,51.3336843]},"properties":{"@type":"node","@id":259768056,"@timestamp":1209118977},"coords":"51.3336843,-0.6987665","bedrooms":"3","price":"215000","area":"598"} , +{"type":"Feature","id":"n259768066","geometry":{"type":"Point","coordinates":[-0.6991441,51.3324345]},"properties":{"@type":"node","@id":259768066,"@timestamp":1209118978},"coords":"51.3324345,-0.6991441","bedrooms":"2","price":"160000","area":"426"} , +{"type":"Feature","id":"n259768076","geometry":{"type":"Point","coordinates":[-0.6978669,51.3318097]},"properties":{"@type":"node","@id":259768076,"@timestamp":1209118979},"coords":"51.3318097,-0.6978669","bedrooms":"0","price":"159000","area":"575"} , +{"type":"Feature","id":"n259777250","geometry":{"type":"Point","coordinates":[-0.5029118,51.6967033]},"properties":{"@type":"node","@id":259777250,"@timestamp":1545154920},"coords":"51.6967033,-0.5029118","bedrooms":"0","price":"270000","area":"468"} , +{"type":"Feature","id":"n259846406","geometry":{"type":"Point","coordinates":[-0.359384,51.728334]},"properties":{"@type":"node","@id":259846406,"@timestamp":1545147502},"coords":"51.728334,-0.359384","bedrooms":"4","price":"158000","area":"620"} , +{"type":"Feature","id":"n259983299","geometry":{"type":"Point","coordinates":[0.1302327,51.1646499]},"properties":{"@type":"node","@id":259983299,"@timestamp":1213553822},"coords":"51.1646499,0.1302327","bedrooms":"0","price":"285000","area":"514"} , +{"type":"Feature","id":"n259985226","geometry":{"type":"Point","coordinates":[0.5078709,51.1882147]},"properties":{"@type":"node","@id":259985226,"@timestamp":1209213221},"coords":"51.1882147,0.5078709","bedrooms":"1","price":"273000","area":"358"} , +{"type":"Feature","id":"n259985496","geometry":{"type":"Point","coordinates":[0.6533187,51.164346]},"properties":{"@type":"node","@id":259985496,"@timestamp":1227044846},"coords":"51.164346,0.6533187","bedrooms":"3","price":"297000","area":"696"} , +{"type":"Feature","id":"n259985521","geometry":{"type":"Point","coordinates":[0.7264274,51.1782625]},"properties":{"@type":"node","@id":259985521,"@timestamp":1227459450},"coords":"51.1782625,0.7264274","bedrooms":"1","price":"168000","area":"555"} , +{"type":"Feature","id":"n259992646","geometry":{"type":"Point","coordinates":[-0.2211036,51.9188215]},"properties":{"@type":"node","@id":259992646,"@timestamp":1209221367},"coords":"51.9188215,-0.2211036","bedrooms":"1","price":"280000","area":"626"} , +{"type":"Feature","id":"n259992674","geometry":{"type":"Point","coordinates":[-0.2199154,51.9205416]},"properties":{"@type":"node","@id":259992674,"@timestamp":1209221371},"coords":"51.9205416,-0.2199154","bedrooms":"2","price":"257000","area":"673"} , +{"type":"Feature","id":"n259992707","geometry":{"type":"Point","coordinates":[-0.2156103,51.9267243]},"properties":{"@type":"node","@id":259992707,"@timestamp":1209221374},"coords":"51.9267243,-0.2156103","bedrooms":"1","price":"260000","area":"579"} , +{"type":"Feature","id":"n259994401","geometry":{"type":"Point","coordinates":[-0.2370713,51.9467654]},"properties":{"@type":"node","@id":259994401,"@timestamp":1209222180},"coords":"51.9467654,-0.2370713","bedrooms":"2","price":"150000","area":"390"} , +{"type":"Feature","id":"n259996159","geometry":{"type":"Point","coordinates":[-0.2336497,51.9381398]},"properties":{"@type":"node","@id":259996159,"@timestamp":1209222848},"coords":"51.9381398,-0.2336497","bedrooms":"4","price":"174000","area":"635"} , +{"type":"Feature","id":"n259997472","geometry":{"type":"Point","coordinates":[-0.2346651,51.9231999]},"properties":{"@type":"node","@id":259997472,"@timestamp":1209223500},"coords":"51.9231999,-0.2346651","bedrooms":"2","price":"191000","area":"526"} , +{"type":"Feature","id":"n259997495","geometry":{"type":"Point","coordinates":[-0.2301654,51.9166485]},"properties":{"@type":"node","@id":259997495,"@timestamp":1498999311},"coords":"51.9166485,-0.2301654","bedrooms":"1","price":"291000","area":"374"} , +{"type":"Feature","id":"n259997522","geometry":{"type":"Point","coordinates":[-0.2268553,51.9153565]},"properties":{"@type":"node","@id":259997522,"@timestamp":1209223506},"coords":"51.9153565,-0.2268553","bedrooms":"1","price":"185000","area":"587"} , +{"type":"Feature","id":"n259998639","geometry":{"type":"Point","coordinates":[-0.226404,51.9125233]},"properties":{"@type":"node","@id":259998639,"@timestamp":1209224357},"coords":"51.9125233,-0.226404","bedrooms":"2","price":"211000","area":"624"} , +{"type":"Feature","id":"n260017922","geometry":{"type":"Point","coordinates":[-1.0352932,51.931247]},"properties":{"@type":"node","@id":260017922,"@timestamp":1253566476},"coords":"51.931247,-1.0352932","bedrooms":"1","price":"253000","area":"502"} , +{"type":"Feature","id":"n260018389","geometry":{"type":"Point","coordinates":[-1.045716,51.9365297]},"properties":{"@type":"node","@id":260018389,"@timestamp":1209230216},"coords":"51.9365297,-1.045716","bedrooms":"2","price":"247000","area":"625"} , +{"type":"Feature","id":"n260021742","geometry":{"type":"Point","coordinates":[-0.0838049,51.1194351]},"properties":{"@type":"node","@id":260021742,"@timestamp":1209231334},"coords":"51.1194351,-0.0838049","bedrooms":"1","price":"186000","area":"484"} , +{"type":"Feature","id":"n260021781","geometry":{"type":"Point","coordinates":[-0.0799887,51.1242886]},"properties":{"@type":"node","@id":260021781,"@timestamp":1209231339},"coords":"51.1242886,-0.0799887","bedrooms":"2","price":"161000","area":"531"} , +{"type":"Feature","id":"n260021804","geometry":{"type":"Point","coordinates":[-0.0773324,51.1206202]},"properties":{"@type":"node","@id":260021804,"@timestamp":1209231342},"coords":"51.1206202,-0.0773324","bedrooms":"0","price":"224000","area":"648"} , +{"type":"Feature","id":"n260022043","geometry":{"type":"Point","coordinates":[-1.046709,51.9360198]},"properties":{"@type":"node","@id":260022043,"@timestamp":1209231529},"coords":"51.9360198,-1.046709","bedrooms":"3","price":"224000","area":"398"} , +{"type":"Feature","id":"n260022065","geometry":{"type":"Point","coordinates":[-1.0609481,51.9391979]},"properties":{"@type":"node","@id":260022065,"@timestamp":1209231531},"coords":"51.9391979,-1.0609481","bedrooms":"2","price":"296000","area":"497"} , +{"type":"Feature","id":"n260022086","geometry":{"type":"Point","coordinates":[-1.0590695,51.9391664]},"properties":{"@type":"node","@id":260022086,"@timestamp":1209231533},"coords":"51.9391664,-1.0590695","bedrooms":"4","price":"195000","area":"524"} , +{"type":"Feature","id":"n260022098","geometry":{"type":"Point","coordinates":[-1.0636304,51.9400541]},"properties":{"@type":"node","@id":260022098,"@timestamp":1209231534},"coords":"51.9400541,-1.0636304","bedrooms":"4","price":"204000","area":"363"} , +{"type":"Feature","id":"n260025445","geometry":{"type":"Point","coordinates":[-1.0755621,51.9422777]},"properties":{"@type":"node","@id":260025445,"@timestamp":1209232935},"coords":"51.9422777,-1.0755621","bedrooms":"4","price":"288000","area":"554"} , +{"type":"Feature","id":"n260025458","geometry":{"type":"Point","coordinates":[-1.0816404,51.9442448]},"properties":{"@type":"node","@id":260025458,"@timestamp":1209232937},"coords":"51.9442448,-1.0816404","bedrooms":"2","price":"209000","area":"607"} , +{"type":"Feature","id":"n260025468","geometry":{"type":"Point","coordinates":[-1.0870887,51.9507066]},"properties":{"@type":"node","@id":260025468,"@timestamp":1209232938},"coords":"51.9507066,-1.0870887","bedrooms":"1","price":"230000","area":"612"} , +{"type":"Feature","id":"n260039104","geometry":{"type":"Point","coordinates":[-1.0867989,51.264408]},"properties":{"@type":"node","@id":260039104,"@timestamp":1263924685},"coords":"51.264408,-1.0867989","bedrooms":"2","price":"151000","area":"448"} , +{"type":"Feature","id":"n260061752","geometry":{"type":"Point","coordinates":[-0.3689515,51.6354749]},"properties":{"@type":"node","@id":260061752,"@timestamp":1209247251},"coords":"51.6354749,-0.3689515","bedrooms":"1","price":"151000","area":"589"} , +{"type":"Feature","id":"n260061766","geometry":{"type":"Point","coordinates":[-0.3597969,51.6359994]},"properties":{"@type":"node","@id":260061766,"@timestamp":1209247254},"coords":"51.6359994,-0.3597969","bedrooms":"0","price":"256000","area":"501"} , +{"type":"Feature","id":"n260061780","geometry":{"type":"Point","coordinates":[-0.3591493,51.6296018]},"properties":{"@type":"node","@id":260061780,"@timestamp":1209247257},"coords":"51.6296018,-0.3591493","bedrooms":"1","price":"169000","area":"416"} , +{"type":"Feature","id":"n260061790","geometry":{"type":"Point","coordinates":[-0.3657738,51.6274514]},"properties":{"@type":"node","@id":260061790,"@timestamp":1209247258},"coords":"51.6274514,-0.3657738","bedrooms":"3","price":"240000","area":"411"} , +{"type":"Feature","id":"n260061801","geometry":{"type":"Point","coordinates":[-0.3667947,51.6293719]},"properties":{"@type":"node","@id":260061801,"@timestamp":1209247260},"coords":"51.6293719,-0.3667947","bedrooms":"4","price":"252000","area":"466"} , +{"type":"Feature","id":"n260061812","geometry":{"type":"Point","coordinates":[-0.3662579,51.6325847]},"properties":{"@type":"node","@id":260061812,"@timestamp":1209247262},"coords":"51.6325847,-0.3662579","bedrooms":"4","price":"264000","area":"683"} , +{"type":"Feature","id":"n260071655","geometry":{"type":"Point","coordinates":[-0.4812873,51.7457958]},"properties":{"@type":"node","@id":260071655,"@timestamp":1296999611},"coords":"51.7457958,-0.4812873","bedrooms":"0","price":"157000","area":"594"} , +{"type":"Feature","id":"n260071739","geometry":{"type":"Point","coordinates":[-0.4793084,51.7564546]},"properties":{"@type":"node","@id":260071739,"@timestamp":1209249647},"coords":"51.7564546,-0.4793084","bedrooms":"1","price":"264000","area":"398"} , +{"type":"Feature","id":"n260071771","geometry":{"type":"Point","coordinates":[-0.4608472,51.7601955]},"properties":{"@type":"node","@id":260071771,"@timestamp":1209249649},"coords":"51.7601955,-0.4608472","bedrooms":"0","price":"259000","area":"604"} , +{"type":"Feature","id":"n260096310","geometry":{"type":"Point","coordinates":[-1.0786253,51.2660621]},"properties":{"@type":"node","@id":260096310,"@timestamp":1271291834},"coords":"51.2660621,-1.0786253","bedrooms":"4","price":"172000","area":"592"} , +{"type":"Feature","id":"n260124187","geometry":{"type":"Point","coordinates":[0.5652274,51.8806694]},"properties":{"@type":"node","@id":260124187,"@timestamp":1353605093},"coords":"51.8806694,0.5652274","bedrooms":"0","price":"165000","area":"448"} , +{"type":"Feature","id":"n260138483","geometry":{"type":"Point","coordinates":[-0.5184,50.9838949]},"properties":{"@type":"node","@id":260138483,"@timestamp":1209299334},"coords":"50.9838949,-0.5184","bedrooms":"2","price":"240000","area":"481"} , +{"type":"Feature","id":"n260139573","geometry":{"type":"Point","coordinates":[-0.566597,51.2157032]},"properties":{"@type":"node","@id":260139573,"@timestamp":1219509662},"coords":"51.2157032,-0.566597","bedrooms":"1","price":"285000","area":"449"} , +{"type":"Feature","id":"n260147569","geometry":{"type":"Point","coordinates":[-0.2153931,51.1994525]},"properties":{"@type":"node","@id":260147569,"@timestamp":1616606608},"coords":"51.1994525,-0.2153931","bedrooms":"2","price":"242000","area":"652"} , +{"type":"Feature","id":"n260151585","geometry":{"type":"Point","coordinates":[0.1082926,51.1666208]},"properties":{"@type":"node","@id":260151585,"@timestamp":1527715927},"coords":"51.1666208,0.1082926","bedrooms":"1","price":"153000","area":"536"} , +{"type":"Feature","id":"n260154685","geometry":{"type":"Point","coordinates":[0.3057632,51.1422209]},"properties":{"@type":"node","@id":260154685,"@timestamp":1566150114},"coords":"51.1422209,0.3057632","bedrooms":"2","price":"284000","area":"605"} , +{"type":"Feature","id":"n260238226","geometry":{"type":"Point","coordinates":[-0.4580262,51.7698533]},"properties":{"@type":"node","@id":260238226,"@timestamp":1209322405},"coords":"51.7698533,-0.4580262","bedrooms":"4","price":"216000","area":"682"} , +{"type":"Feature","id":"n260238236","geometry":{"type":"Point","coordinates":[-0.4594609,51.7690407]},"properties":{"@type":"node","@id":260238236,"@timestamp":1209322406},"coords":"51.7690407,-0.4594609","bedrooms":"2","price":"262000","area":"361"} , +{"type":"Feature","id":"n260238249","geometry":{"type":"Point","coordinates":[-0.4591677,51.769275]},"properties":{"@type":"node","@id":260238249,"@timestamp":1209322407},"coords":"51.769275,-0.4591677","bedrooms":"2","price":"223000","area":"502"} , +{"type":"Feature","id":"n260238261","geometry":{"type":"Point","coordinates":[-0.4493544,51.7690306]},"properties":{"@type":"node","@id":260238261,"@timestamp":1209322408},"coords":"51.7690306,-0.4493544","bedrooms":"3","price":"272000","area":"434"} , +{"type":"Feature","id":"n260243934","geometry":{"type":"Point","coordinates":[-0.0121252,51.6771525]},"properties":{"@type":"node","@id":260243934,"@timestamp":1355218035},"coords":"51.6771525,-0.0121252","bedrooms":"2","price":"192000","area":"660"} , +{"type":"Feature","id":"n260251215","geometry":{"type":"Point","coordinates":[-0.5084655,51.8155283]},"properties":{"@type":"node","@id":260251215,"@timestamp":1209325674},"coords":"51.8155283,-0.5084655","bedrooms":"0","price":"161000","area":"403"} , +{"type":"Feature","id":"n260251239","geometry":{"type":"Point","coordinates":[-0.5042074,51.8129456]},"properties":{"@type":"node","@id":260251239,"@timestamp":1209325689},"coords":"51.8129456,-0.5042074","bedrooms":"3","price":"238000","area":"514"} , +{"type":"Feature","id":"n260251283","geometry":{"type":"Point","coordinates":[-0.5042588,51.8128164]},"properties":{"@type":"node","@id":260251283,"@timestamp":1209325709},"coords":"51.8128164,-0.5042588","bedrooms":"3","price":"258000","area":"570"} , +{"type":"Feature","id":"n260251320","geometry":{"type":"Point","coordinates":[-0.4982817,51.8098014]},"properties":{"@type":"node","@id":260251320,"@timestamp":1209325724},"coords":"51.8098014,-0.4982817","bedrooms":"0","price":"186000","area":"642"} , +{"type":"Feature","id":"n260251332","geometry":{"type":"Point","coordinates":[-0.5010122,51.8069038]},"properties":{"@type":"node","@id":260251332,"@timestamp":1209325735},"coords":"51.8069038,-0.5010122","bedrooms":"3","price":"183000","area":"678"} , +{"type":"Feature","id":"n260251393","geometry":{"type":"Point","coordinates":[-0.502725,51.8087045]},"properties":{"@type":"node","@id":260251393,"@timestamp":1209325745},"coords":"51.8087045,-0.502725","bedrooms":"3","price":"228000","area":"506"} , +{"type":"Feature","id":"n260251452","geometry":{"type":"Point","coordinates":[-0.5009477,51.8073232]},"properties":{"@type":"node","@id":260251452,"@timestamp":1209325757},"coords":"51.8073232,-0.5009477","bedrooms":"3","price":"215000","area":"417"} , +{"type":"Feature","id":"n260251576","geometry":{"type":"Point","coordinates":[-0.5008274,51.8071941]},"properties":{"@type":"node","@id":260251576,"@timestamp":1209325771},"coords":"51.8071941,-0.5008274","bedrooms":"3","price":"201000","area":"570"} , +{"type":"Feature","id":"n260251594","geometry":{"type":"Point","coordinates":[-0.4959384,51.8129718]},"properties":{"@type":"node","@id":260251594,"@timestamp":1575449182},"coords":"51.8129718,-0.4959384","bedrooms":"4","price":"287000","area":"600"} , +{"type":"Feature","id":"n260251711","geometry":{"type":"Point","coordinates":[-0.4893113,51.7963387]},"properties":{"@type":"node","@id":260251711,"@timestamp":1209325807},"coords":"51.7963387,-0.4893113","bedrooms":"0","price":"281000","area":"381"} , +{"type":"Feature","id":"n260251731","geometry":{"type":"Point","coordinates":[-0.4916258,51.7957265]},"properties":{"@type":"node","@id":260251731,"@timestamp":1209325818},"coords":"51.7957265,-0.4916258","bedrooms":"1","price":"281000","area":"431"} , +{"type":"Feature","id":"n260251764","geometry":{"type":"Point","coordinates":[-0.4895523,51.7962514]},"properties":{"@type":"node","@id":260251764,"@timestamp":1209325829},"coords":"51.7962514,-0.4895523","bedrooms":"1","price":"271000","area":"603"} , +{"type":"Feature","id":"n260251964","geometry":{"type":"Point","coordinates":[-0.4875867,51.7926746]},"properties":{"@type":"node","@id":260251964,"@timestamp":1209325883},"coords":"51.7926746,-0.4875867","bedrooms":"2","price":"164000","area":"662"} , +{"type":"Feature","id":"n260251987","geometry":{"type":"Point","coordinates":[-0.4956696,51.7921467]},"properties":{"@type":"node","@id":260251987,"@timestamp":1209325896},"coords":"51.7921467,-0.4956696","bedrooms":"2","price":"186000","area":"604"} , +{"type":"Feature","id":"n260252083","geometry":{"type":"Point","coordinates":[-0.4877549,51.7887951]},"properties":{"@type":"node","@id":260252083,"@timestamp":1209325920},"coords":"51.7887951,-0.4877549","bedrooms":"3","price":"186000","area":"593"} , +{"type":"Feature","id":"n260252194","geometry":{"type":"Point","coordinates":[-0.4683776,51.7969033]},"properties":{"@type":"node","@id":260252194,"@timestamp":1209325953},"coords":"51.7969033,-0.4683776","bedrooms":"2","price":"216000","area":"682"} , +{"type":"Feature","id":"n260252526","geometry":{"type":"Point","coordinates":[-0.4410444,51.7908794]},"properties":{"@type":"node","@id":260252526,"@timestamp":1209325986},"coords":"51.7908794,-0.4410444","bedrooms":"1","price":"232000","area":"628"} , +{"type":"Feature","id":"n260252672","geometry":{"type":"Point","coordinates":[-0.442674,51.7932268]},"properties":{"@type":"node","@id":260252672,"@timestamp":1209326023},"coords":"51.7932268,-0.442674","bedrooms":"2","price":"175000","area":"374"} , +{"type":"Feature","id":"n260252720","geometry":{"type":"Point","coordinates":[-0.4456685,51.7904465]},"properties":{"@type":"node","@id":260252720,"@timestamp":1210081636},"coords":"51.7904465,-0.4456685","bedrooms":"4","price":"221000","area":"673"} , +{"type":"Feature","id":"n260257237","geometry":{"type":"Point","coordinates":[-0.1081134,51.1146025]},"properties":{"@type":"node","@id":260257237,"@timestamp":1209326724},"coords":"51.1146025,-0.1081134","bedrooms":"4","price":"299000","area":"579"} , +{"type":"Feature","id":"n260257251","geometry":{"type":"Point","coordinates":[-0.1157226,51.1114137]},"properties":{"@type":"node","@id":260257251,"@timestamp":1209326725},"coords":"51.1114137,-0.1157226","bedrooms":"0","price":"175000","area":"355"} , +{"type":"Feature","id":"n260257266","geometry":{"type":"Point","coordinates":[-0.12275,51.114883]},"properties":{"@type":"node","@id":260257266,"@timestamp":1209326727},"coords":"51.114883,-0.12275","bedrooms":"4","price":"293000","area":"385"} , +{"type":"Feature","id":"n260257281","geometry":{"type":"Point","coordinates":[-0.1528033,51.0953298]},"properties":{"@type":"node","@id":260257281,"@timestamp":1209326728},"coords":"51.0953298,-0.1528033","bedrooms":"1","price":"240000","area":"610"} , +{"type":"Feature","id":"n260257304","geometry":{"type":"Point","coordinates":[-0.1063581,51.1277415]},"properties":{"@type":"node","@id":260257304,"@timestamp":1209326730},"coords":"51.1277415,-0.1063581","bedrooms":"0","price":"287000","area":"418"} , +{"type":"Feature","id":"n260263367","geometry":{"type":"Point","coordinates":[-0.1186936,51.1032461]},"properties":{"@type":"node","@id":260263367,"@timestamp":1209328095},"coords":"51.1032461,-0.1186936","bedrooms":"3","price":"227000","area":"527"} , +{"type":"Feature","id":"n260263389","geometry":{"type":"Point","coordinates":[-0.1378483,51.1139029]},"properties":{"@type":"node","@id":260263389,"@timestamp":1609767637},"coords":"51.1139029,-0.1378483","bedrooms":"3","price":"202000","area":"507"} , +{"type":"Feature","id":"n260274735","geometry":{"type":"Point","coordinates":[-0.1436787,51.5628977]},"properties":{"@type":"node","@id":260274735,"@timestamp":1209330038},"coords":"51.5628977,-0.1436787","bedrooms":"2","price":"224000","area":"627"} , +{"type":"Feature","id":"n260291812","geometry":{"type":"Point","coordinates":[-0.0443202,51.6806755]},"properties":{"@type":"node","@id":260291812,"@timestamp":1209335096},"coords":"51.6806755,-0.0443202","bedrooms":"1","price":"257000","area":"654"} , +{"type":"Feature","id":"n260293437","geometry":{"type":"Point","coordinates":[-0.5294423,51.8253952]},"properties":{"@type":"node","@id":260293437,"@timestamp":1209335367},"coords":"51.8253952,-0.5294423","bedrooms":"1","price":"208000","area":"404"} , +{"type":"Feature","id":"n260293617","geometry":{"type":"Point","coordinates":[-0.5235732,51.843394]},"properties":{"@type":"node","@id":260293617,"@timestamp":1209430323},"coords":"51.843394,-0.5235732","bedrooms":"3","price":"273000","area":"639"} , +{"type":"Feature","id":"n260293845","geometry":{"type":"Point","coordinates":[-0.5182016,51.8447342]},"properties":{"@type":"node","@id":260293845,"@timestamp":1216924436},"coords":"51.8447342,-0.5182016","bedrooms":"1","price":"259000","area":"693"} , +{"type":"Feature","id":"n260293994","geometry":{"type":"Point","coordinates":[-0.5242287,51.8450217]},"properties":{"@type":"node","@id":260293994,"@timestamp":1209335402},"coords":"51.8450217,-0.5242287","bedrooms":"3","price":"273000","area":"625"} , +{"type":"Feature","id":"n260294053","geometry":{"type":"Point","coordinates":[-0.5215506,51.8417054]},"properties":{"@type":"node","@id":260294053,"@timestamp":1209335413},"coords":"51.8417054,-0.5215506","bedrooms":"4","price":"230000","area":"497"} , +{"type":"Feature","id":"n260294153","geometry":{"type":"Point","coordinates":[-0.5128949,51.8255544]},"properties":{"@type":"node","@id":260294153,"@timestamp":1209430310},"coords":"51.8255544,-0.5128949","bedrooms":"0","price":"261000","area":"410"} , +{"type":"Feature","id":"n260294352","geometry":{"type":"Point","coordinates":[-0.3515188,51.8178887]},"properties":{"@type":"node","@id":260294352,"@timestamp":1628760896},"coords":"51.8178887,-0.3515188","bedrooms":"0","price":"165000","area":"424"} , +{"type":"Feature","id":"n260299410","geometry":{"type":"Point","coordinates":[0.3399406,51.4143804]},"properties":{"@type":"node","@id":260299410,"@timestamp":1253296612},"coords":"51.4143804,0.3399406","bedrooms":"3","price":"198000","area":"446"} , +{"type":"Feature","id":"n260311047","geometry":{"type":"Point","coordinates":[-0.3352773,51.8234484]},"properties":{"@type":"node","@id":260311047,"@timestamp":1209344719},"coords":"51.8234484,-0.3352773","bedrooms":"2","price":"293000","area":"533"} , +{"type":"Feature","id":"n260311095","geometry":{"type":"Point","coordinates":[-0.3406274,51.8382826]},"properties":{"@type":"node","@id":260311095,"@timestamp":1209344738},"coords":"51.8382826,-0.3406274","bedrooms":"0","price":"290000","area":"361"} , +{"type":"Feature","id":"n260311122","geometry":{"type":"Point","coordinates":[-0.3414771,51.8381391]},"properties":{"@type":"node","@id":260311122,"@timestamp":1209344750},"coords":"51.8381391,-0.3414771","bedrooms":"4","price":"192000","area":"473"} , +{"type":"Feature","id":"n260311199","geometry":{"type":"Point","coordinates":[-0.3430803,51.8290357]},"properties":{"@type":"node","@id":260311199,"@timestamp":1209344778},"coords":"51.8290357,-0.3430803","bedrooms":"4","price":"212000","area":"527"} , +{"type":"Feature","id":"n260311255","geometry":{"type":"Point","coordinates":[-0.3435554,51.8291801]},"properties":{"@type":"node","@id":260311255,"@timestamp":1209344801},"coords":"51.8291801,-0.3435554","bedrooms":"4","price":"277000","area":"634"} , +{"type":"Feature","id":"n260311337","geometry":{"type":"Point","coordinates":[-0.306865,51.7995943]},"properties":{"@type":"node","@id":260311337,"@timestamp":1209344835},"coords":"51.7995943,-0.306865","bedrooms":"4","price":"218000","area":"491"} , +{"type":"Feature","id":"n260312055","geometry":{"type":"Point","coordinates":[-0.3369658,51.8095483]},"properties":{"@type":"node","@id":260312055,"@timestamp":1209345090},"coords":"51.8095483,-0.3369658","bedrooms":"4","price":"239000","area":"350"} , +{"type":"Feature","id":"n260312226","geometry":{"type":"Point","coordinates":[-0.3376962,51.8086243]},"properties":{"@type":"node","@id":260312226,"@timestamp":1209345101},"coords":"51.8086243,-0.3376962","bedrooms":"4","price":"295000","area":"531"} , +{"type":"Feature","id":"n260312468","geometry":{"type":"Point","coordinates":[-0.4076629,51.8281041]},"properties":{"@type":"node","@id":260312468,"@timestamp":1209345122},"coords":"51.8281041,-0.4076629","bedrooms":"2","price":"202000","area":"460"} , +{"type":"Feature","id":"n260312700","geometry":{"type":"Point","coordinates":[-0.3927924,51.7962148]},"properties":{"@type":"node","@id":260312700,"@timestamp":1209345138},"coords":"51.7962148,-0.3927924","bedrooms":"3","price":"219000","area":"607"} , +{"type":"Feature","id":"n260312750","geometry":{"type":"Point","coordinates":[-0.3925008,51.7958873]},"properties":{"@type":"node","@id":260312750,"@timestamp":1209345151},"coords":"51.7958873,-0.3925008","bedrooms":"0","price":"163000","area":"436"} , +{"type":"Feature","id":"n260312792","geometry":{"type":"Point","coordinates":[-0.3923879,51.7960398]},"properties":{"@type":"node","@id":260312792,"@timestamp":1209345161},"coords":"51.7960398,-0.3923879","bedrooms":"4","price":"225000","area":"363"} , +{"type":"Feature","id":"n260312848","geometry":{"type":"Point","coordinates":[-0.3571134,51.8160579]},"properties":{"@type":"node","@id":260312848,"@timestamp":1209345174},"coords":"51.8160579,-0.3571134","bedrooms":"2","price":"195000","area":"419"} , +{"type":"Feature","id":"n260312908","geometry":{"type":"Point","coordinates":[-0.3563193,51.8153881]},"properties":{"@type":"node","@id":260312908,"@timestamp":1209345184},"coords":"51.8153881,-0.3563193","bedrooms":"2","price":"256000","area":"563"} , +{"type":"Feature","id":"n260313054","geometry":{"type":"Point","coordinates":[-0.3548106,51.8147944]},"properties":{"@type":"node","@id":260313054,"@timestamp":1209345222},"coords":"51.8147944,-0.3548106","bedrooms":"0","price":"242000","area":"486"} , +{"type":"Feature","id":"n260374305","geometry":{"type":"Point","coordinates":[-0.7170575,51.332951]},"properties":{"@type":"node","@id":260374305,"@timestamp":1209383089},"coords":"51.332951,-0.7170575","bedrooms":"4","price":"277000","area":"629"} , +{"type":"Feature","id":"n260374317","geometry":{"type":"Point","coordinates":[-0.7035476,51.3351928]},"properties":{"@type":"node","@id":260374317,"@timestamp":1209383090},"coords":"51.3351928,-0.7035476","bedrooms":"0","price":"255000","area":"506"} , +{"type":"Feature","id":"n260374336","geometry":{"type":"Point","coordinates":[-0.7056598,51.3334178]},"properties":{"@type":"node","@id":260374336,"@timestamp":1209383092},"coords":"51.3334178,-0.7056598","bedrooms":"2","price":"190000","area":"587"} , +{"type":"Feature","id":"n260383372","geometry":{"type":"Point","coordinates":[-0.8884622,51.7922994]},"properties":{"@type":"node","@id":260383372,"@timestamp":1209388193},"coords":"51.7922994,-0.8884622","bedrooms":"3","price":"152000","area":"662"} , +{"type":"Feature","id":"n260383495","geometry":{"type":"Point","coordinates":[-0.8596231,51.7999433]},"properties":{"@type":"node","@id":260383495,"@timestamp":1336837894},"coords":"51.7999433,-0.8596231","bedrooms":"2","price":"234000","area":"511"} , +{"type":"Feature","id":"n260384059","geometry":{"type":"Point","coordinates":[-0.7610895,51.7996248]},"properties":{"@type":"node","@id":260384059,"@timestamp":1215399950},"coords":"51.7996248,-0.7610895","bedrooms":"0","price":"157000","area":"646"} , +{"type":"Feature","id":"n260384799","geometry":{"type":"Point","coordinates":[-0.6914808,51.7913969]},"properties":{"@type":"node","@id":260384799,"@timestamp":1209389857},"coords":"51.7913969,-0.6914808","bedrooms":"1","price":"242000","area":"500"} , +{"type":"Feature","id":"n260388586","geometry":{"type":"Point","coordinates":[-0.9372999,51.7884769]},"properties":{"@type":"node","@id":260388586,"@timestamp":1209391220},"coords":"51.7884769,-0.9372999","bedrooms":"2","price":"213000","area":"407"} , +{"type":"Feature","id":"n260390107","geometry":{"type":"Point","coordinates":[-0.9124948,51.7855568]},"properties":{"@type":"node","@id":260390107,"@timestamp":1209391681},"coords":"51.7855568,-0.9124948","bedrooms":"3","price":"198000","area":"671"} , +{"type":"Feature","id":"n260394129","geometry":{"type":"Point","coordinates":[-0.831299,51.7840701]},"properties":{"@type":"node","@id":260394129,"@timestamp":1209392656},"coords":"51.7840701,-0.831299","bedrooms":"2","price":"184000","area":"645"} , +{"type":"Feature","id":"n260401060","geometry":{"type":"Point","coordinates":[-0.6092682,51.3436621]},"properties":{"@type":"node","@id":260401060,"@timestamp":1209395034},"coords":"51.3436621,-0.6092682","bedrooms":"1","price":"190000","area":"425"} , +{"type":"Feature","id":"n260401071","geometry":{"type":"Point","coordinates":[-0.6109043,51.3426553]},"properties":{"@type":"node","@id":260401071,"@timestamp":1209395035},"coords":"51.3426553,-0.6109043","bedrooms":"4","price":"212000","area":"660"} , +{"type":"Feature","id":"n260401082","geometry":{"type":"Point","coordinates":[-0.6128368,51.3418776]},"properties":{"@type":"node","@id":260401082,"@timestamp":1209395036},"coords":"51.3418776,-0.6128368","bedrooms":"0","price":"283000","area":"666"} , +{"type":"Feature","id":"n260401093","geometry":{"type":"Point","coordinates":[-0.6144835,51.3412476]},"properties":{"@type":"node","@id":260401093,"@timestamp":1209395037},"coords":"51.3412476,-0.6144835","bedrooms":"2","price":"260000","area":"523"} , +{"type":"Feature","id":"n260401105","geometry":{"type":"Point","coordinates":[-0.6157222,51.3397297]},"properties":{"@type":"node","@id":260401105,"@timestamp":1209395038},"coords":"51.3397297,-0.6157222","bedrooms":"1","price":"221000","area":"683"} , +{"type":"Feature","id":"n260401121","geometry":{"type":"Point","coordinates":[-0.6181096,51.3384574]},"properties":{"@type":"node","@id":260401121,"@timestamp":1209395043},"coords":"51.3384574,-0.6181096","bedrooms":"0","price":"199000","area":"669"} , +{"type":"Feature","id":"n260401133","geometry":{"type":"Point","coordinates":[-0.6196901,51.3388139]},"properties":{"@type":"node","@id":260401133,"@timestamp":1209395043},"coords":"51.3388139,-0.6196901","bedrooms":"1","price":"193000","area":"613"} , +{"type":"Feature","id":"n260401148","geometry":{"type":"Point","coordinates":[-0.6210688,51.3383566]},"properties":{"@type":"node","@id":260401148,"@timestamp":1209395044},"coords":"51.3383566,-0.6210688","bedrooms":"2","price":"223000","area":"428"} , +{"type":"Feature","id":"n260401159","geometry":{"type":"Point","coordinates":[-0.6224714,51.3380011]},"properties":{"@type":"node","@id":260401159,"@timestamp":1209395045},"coords":"51.3380011,-0.6224714","bedrooms":"0","price":"268000","area":"614"} , +{"type":"Feature","id":"n260401170","geometry":{"type":"Point","coordinates":[-0.625728,51.3374553]},"properties":{"@type":"node","@id":260401170,"@timestamp":1209395046},"coords":"51.3374553,-0.625728","bedrooms":"0","price":"250000","area":"674"} , +{"type":"Feature","id":"n260401201","geometry":{"type":"Point","coordinates":[-0.6304674,51.3346808]},"properties":{"@type":"node","@id":260401201,"@timestamp":1209395048},"coords":"51.3346808,-0.6304674","bedrooms":"1","price":"274000","area":"668"} , +{"type":"Feature","id":"n260401230","geometry":{"type":"Point","coordinates":[-0.6344287,51.3339754]},"properties":{"@type":"node","@id":260401230,"@timestamp":1209395054},"coords":"51.3339754,-0.6344287","bedrooms":"2","price":"156000","area":"519"} , +{"type":"Feature","id":"n260401241","geometry":{"type":"Point","coordinates":[-0.636871,51.3332278]},"properties":{"@type":"node","@id":260401241,"@timestamp":1209395055},"coords":"51.3332278,-0.636871","bedrooms":"2","price":"188000","area":"641"} , +{"type":"Feature","id":"n260401253","geometry":{"type":"Point","coordinates":[-0.6385668,51.332799]},"properties":{"@type":"node","@id":260401253,"@timestamp":1209395056},"coords":"51.332799,-0.6385668","bedrooms":"2","price":"274000","area":"635"} , +{"type":"Feature","id":"n260401268","geometry":{"type":"Point","coordinates":[-0.6402791,51.3330197]},"properties":{"@type":"node","@id":260401268,"@timestamp":1209395057},"coords":"51.3330197,-0.6402791","bedrooms":"4","price":"208000","area":"537"} , +{"type":"Feature","id":"n260401284","geometry":{"type":"Point","coordinates":[-0.6432487,51.3341835]},"properties":{"@type":"node","@id":260401284,"@timestamp":1209395058},"coords":"51.3341835,-0.6432487","bedrooms":"0","price":"207000","area":"615"} , +{"type":"Feature","id":"n260401297","geometry":{"type":"Point","coordinates":[-0.6465819,51.3346065]},"properties":{"@type":"node","@id":260401297,"@timestamp":1209395059},"coords":"51.3346065,-0.6465819","bedrooms":"2","price":"289000","area":"423"} , +{"type":"Feature","id":"n260401308","geometry":{"type":"Point","coordinates":[-0.6495781,51.3342808]},"properties":{"@type":"node","@id":260401308,"@timestamp":1209395060},"coords":"51.3342808,-0.6495781","bedrooms":"1","price":"169000","area":"612"} , +{"type":"Feature","id":"n260401320","geometry":{"type":"Point","coordinates":[-0.6532149,51.333738]},"properties":{"@type":"node","@id":260401320,"@timestamp":1209395061},"coords":"51.333738,-0.6532149","bedrooms":"0","price":"165000","area":"384"} , +{"type":"Feature","id":"n260401331","geometry":{"type":"Point","coordinates":[-0.6570935,51.3333221]},"properties":{"@type":"node","@id":260401331,"@timestamp":1209395062},"coords":"51.3333221,-0.6570935","bedrooms":"0","price":"266000","area":"572"} , +{"type":"Feature","id":"n260401346","geometry":{"type":"Point","coordinates":[-0.6627181,51.3329882]},"properties":{"@type":"node","@id":260401346,"@timestamp":1209395064},"coords":"51.3329882,-0.6627181","bedrooms":"0","price":"208000","area":"637"} , +{"type":"Feature","id":"n260401357","geometry":{"type":"Point","coordinates":[-0.6657001,51.3328696]},"properties":{"@type":"node","@id":260401357,"@timestamp":1209395065},"coords":"51.3328696,-0.6657001","bedrooms":"0","price":"156000","area":"642"} , +{"type":"Feature","id":"n260401368","geometry":{"type":"Point","coordinates":[-0.668228,51.3328289]},"properties":{"@type":"node","@id":260401368,"@timestamp":1209395066},"coords":"51.3328289,-0.668228","bedrooms":"0","price":"211000","area":"669"} , +{"type":"Feature","id":"n260401379","geometry":{"type":"Point","coordinates":[-0.6726716,51.3326148]},"properties":{"@type":"node","@id":260401379,"@timestamp":1209395067},"coords":"51.3326148,-0.6726716","bedrooms":"2","price":"239000","area":"610"} , +{"type":"Feature","id":"n260401436","geometry":{"type":"Point","coordinates":[-0.6593574,51.3314401]},"properties":{"@type":"node","@id":260401436,"@timestamp":1209395072},"coords":"51.3314401,-0.6593574","bedrooms":"2","price":"212000","area":"551"} , +{"type":"Feature","id":"n260401459","geometry":{"type":"Point","coordinates":[-0.6417697,51.3322996]},"properties":{"@type":"node","@id":260401459,"@timestamp":1209395074},"coords":"51.3322996,-0.6417697","bedrooms":"0","price":"259000","area":"412"} , +{"type":"Feature","id":"n260401470","geometry":{"type":"Point","coordinates":[-0.6395035,51.3326552]},"properties":{"@type":"node","@id":260401470,"@timestamp":1209395075},"coords":"51.3326552,-0.6395035","bedrooms":"4","price":"208000","area":"620"} , +{"type":"Feature","id":"n260405242","geometry":{"type":"Point","coordinates":[-0.6244916,51.3452076]},"properties":{"@type":"node","@id":260405242,"@timestamp":1209396029},"coords":"51.3452076,-0.6244916","bedrooms":"2","price":"178000","area":"566"} , +{"type":"Feature","id":"n260405260","geometry":{"type":"Point","coordinates":[-0.6216201,51.3442566]},"properties":{"@type":"node","@id":260405260,"@timestamp":1209396030},"coords":"51.3442566,-0.6216201","bedrooms":"1","price":"213000","area":"696"} , +{"type":"Feature","id":"n260405284","geometry":{"type":"Point","coordinates":[-0.6196903,51.3444967]},"properties":{"@type":"node","@id":260405284,"@timestamp":1209396036},"coords":"51.3444967,-0.6196903","bedrooms":"2","price":"293000","area":"434"} , +{"type":"Feature","id":"n260405296","geometry":{"type":"Point","coordinates":[-0.6153671,51.3442439]},"properties":{"@type":"node","@id":260405296,"@timestamp":1209396037},"coords":"51.3442439,-0.6153671","bedrooms":"3","price":"168000","area":"402"} , +{"type":"Feature","id":"n260405309","geometry":{"type":"Point","coordinates":[-0.6117009,51.3435675]},"properties":{"@type":"node","@id":260405309,"@timestamp":1209396039},"coords":"51.3435675,-0.6117009","bedrooms":"1","price":"179000","area":"497"} , +{"type":"Feature","id":"n260405322","geometry":{"type":"Point","coordinates":[-0.6101441,51.3552098]},"properties":{"@type":"node","@id":260405322,"@timestamp":1209396042},"coords":"51.3552098,-0.6101441","bedrooms":"1","price":"283000","area":"593"} , +{"type":"Feature","id":"n260410911","geometry":{"type":"Point","coordinates":[0.400543,51.4271678]},"properties":{"@type":"node","@id":260410911,"@timestamp":1615557696},"coords":"51.4271678,0.400543","bedrooms":"4","price":"258000","area":"470"} , +{"type":"Feature","id":"n260415013","geometry":{"type":"Point","coordinates":[-0.6184945,51.3486488]},"properties":{"@type":"node","@id":260415013,"@timestamp":1209400456},"coords":"51.3486488,-0.6184945","bedrooms":"2","price":"172000","area":"656"} , +{"type":"Feature","id":"n260415025","geometry":{"type":"Point","coordinates":[-0.6200856,51.3491008]},"properties":{"@type":"node","@id":260415025,"@timestamp":1209400457},"coords":"51.3491008,-0.6200856","bedrooms":"2","price":"266000","area":"362"} , +{"type":"Feature","id":"n260415037","geometry":{"type":"Point","coordinates":[-0.6212969,51.3497788]},"properties":{"@type":"node","@id":260415037,"@timestamp":1209400458},"coords":"51.3497788,-0.6212969","bedrooms":"0","price":"167000","area":"522"} , +{"type":"Feature","id":"n260415060","geometry":{"type":"Point","coordinates":[-0.621768,51.3497653]},"properties":{"@type":"node","@id":260415060,"@timestamp":1209400459},"coords":"51.3497653,-0.621768","bedrooms":"0","price":"297000","area":"530"} , +{"type":"Feature","id":"n260415071","geometry":{"type":"Point","coordinates":[-0.6225649,51.349869]},"properties":{"@type":"node","@id":260415071,"@timestamp":1209400460},"coords":"51.349869,-0.6225649","bedrooms":"2","price":"184000","area":"538"} , +{"type":"Feature","id":"n260415084","geometry":{"type":"Point","coordinates":[-0.6236724,51.350222]},"properties":{"@type":"node","@id":260415084,"@timestamp":1209400461},"coords":"51.350222,-0.6236724","bedrooms":"3","price":"198000","area":"660"} , +{"type":"Feature","id":"n260415095","geometry":{"type":"Point","coordinates":[-0.6245072,51.3505733]},"properties":{"@type":"node","@id":260415095,"@timestamp":1209400461},"coords":"51.3505733,-0.6245072","bedrooms":"4","price":"251000","area":"631"} , +{"type":"Feature","id":"n260415107","geometry":{"type":"Point","coordinates":[-0.6252793,51.3502603]},"properties":{"@type":"node","@id":260415107,"@timestamp":1209400462},"coords":"51.3502603,-0.6252793","bedrooms":"0","price":"234000","area":"553"} , +{"type":"Feature","id":"n260415119","geometry":{"type":"Point","coordinates":[-0.6264285,51.3502948]},"properties":{"@type":"node","@id":260415119,"@timestamp":1209400463},"coords":"51.3502948,-0.6264285","bedrooms":"3","price":"156000","area":"406"} , +{"type":"Feature","id":"n260415131","geometry":{"type":"Point","coordinates":[-0.628239,51.3496618]},"properties":{"@type":"node","@id":260415131,"@timestamp":1209400464},"coords":"51.3496618,-0.628239","bedrooms":"1","price":"258000","area":"600"} , +{"type":"Feature","id":"n260415142","geometry":{"type":"Point","coordinates":[-0.6298698,51.3488392]},"properties":{"@type":"node","@id":260415142,"@timestamp":1209400465},"coords":"51.3488392,-0.6298698","bedrooms":"2","price":"250000","area":"564"} , +{"type":"Feature","id":"n260415155","geometry":{"type":"Point","coordinates":[-0.6313265,51.348293]},"properties":{"@type":"node","@id":260415155,"@timestamp":1209400466},"coords":"51.348293,-0.6313265","bedrooms":"4","price":"265000","area":"571"} , +{"type":"Feature","id":"n260415167","geometry":{"type":"Point","coordinates":[-0.6340338,51.3486257]},"properties":{"@type":"node","@id":260415167,"@timestamp":1209400467},"coords":"51.3486257,-0.6340338","bedrooms":"1","price":"292000","area":"689"} , +{"type":"Feature","id":"n260415179","geometry":{"type":"Point","coordinates":[-0.6358269,51.3487332]},"properties":{"@type":"node","@id":260415179,"@timestamp":1209400468},"coords":"51.3487332,-0.6358269","bedrooms":"0","price":"198000","area":"482"} , +{"type":"Feature","id":"n260415192","geometry":{"type":"Point","coordinates":[-0.6371179,51.3493429]},"properties":{"@type":"node","@id":260415192,"@timestamp":1209400469},"coords":"51.3493429,-0.6371179","bedrooms":"3","price":"222000","area":"578"} , +{"type":"Feature","id":"n260415205","geometry":{"type":"Point","coordinates":[-0.6373396,51.349625]},"properties":{"@type":"node","@id":260415205,"@timestamp":1209400470},"coords":"51.349625,-0.6373396","bedrooms":"0","price":"152000","area":"516"} , +{"type":"Feature","id":"n260415217","geometry":{"type":"Point","coordinates":[-0.6382492,51.3495474]},"properties":{"@type":"node","@id":260415217,"@timestamp":1209400471},"coords":"51.3495474,-0.6382492","bedrooms":"1","price":"286000","area":"618"} , +{"type":"Feature","id":"n260415233","geometry":{"type":"Point","coordinates":[-0.638649,51.3498169]},"properties":{"@type":"node","@id":260415233,"@timestamp":1209400472},"coords":"51.3498169,-0.638649","bedrooms":"0","price":"188000","area":"669"} , +{"type":"Feature","id":"n260415243","geometry":{"type":"Point","coordinates":[-0.6389959,51.349859]},"properties":{"@type":"node","@id":260415243,"@timestamp":1209400473},"coords":"51.349859,-0.6389959","bedrooms":"0","price":"294000","area":"516"} , +{"type":"Feature","id":"n260415253","geometry":{"type":"Point","coordinates":[-0.6399983,51.3497977]},"properties":{"@type":"node","@id":260415253,"@timestamp":1209400473},"coords":"51.3497977,-0.6399983","bedrooms":"2","price":"263000","area":"628"} , +{"type":"Feature","id":"n260415263","geometry":{"type":"Point","coordinates":[-0.6416395,51.349726]},"properties":{"@type":"node","@id":260415263,"@timestamp":1209400475},"coords":"51.349726,-0.6416395","bedrooms":"0","price":"218000","area":"365"} , +{"type":"Feature","id":"n260415276","geometry":{"type":"Point","coordinates":[-0.6435422,51.3495066]},"properties":{"@type":"node","@id":260415276,"@timestamp":1209400479},"coords":"51.3495066,-0.6435422","bedrooms":"1","price":"220000","area":"472"} , +{"type":"Feature","id":"n260415286","geometry":{"type":"Point","coordinates":[-0.6452581,51.349456]},"properties":{"@type":"node","@id":260415286,"@timestamp":1209400480},"coords":"51.349456,-0.6452581","bedrooms":"4","price":"196000","area":"405"} , +{"type":"Feature","id":"n260415296","geometry":{"type":"Point","coordinates":[-0.6477736,51.3496418]},"properties":{"@type":"node","@id":260415296,"@timestamp":1209400481},"coords":"51.3496418,-0.6477736","bedrooms":"0","price":"153000","area":"354"} , +{"type":"Feature","id":"n260415306","geometry":{"type":"Point","coordinates":[-0.6494299,51.3499591]},"properties":{"@type":"node","@id":260415306,"@timestamp":1209400482},"coords":"51.3499591,-0.6494299","bedrooms":"3","price":"201000","area":"696"} , +{"type":"Feature","id":"n260415316","geometry":{"type":"Point","coordinates":[-0.6506777,51.3500251]},"properties":{"@type":"node","@id":260415316,"@timestamp":1209400483},"coords":"51.3500251,-0.6506777","bedrooms":"1","price":"173000","area":"644"} , +{"type":"Feature","id":"n260415326","geometry":{"type":"Point","coordinates":[-0.6522044,51.350231]},"properties":{"@type":"node","@id":260415326,"@timestamp":1209400484},"coords":"51.350231,-0.6522044","bedrooms":"0","price":"262000","area":"604"} , +{"type":"Feature","id":"n260415336","geometry":{"type":"Point","coordinates":[-0.6532635,51.3517805]},"properties":{"@type":"node","@id":260415336,"@timestamp":1209400485},"coords":"51.3517805,-0.6532635","bedrooms":"0","price":"178000","area":"691"} , +{"type":"Feature","id":"n260415347","geometry":{"type":"Point","coordinates":[-0.65484,51.3522817]},"properties":{"@type":"node","@id":260415347,"@timestamp":1209400486},"coords":"51.3522817,-0.65484","bedrooms":"0","price":"223000","area":"442"} , +{"type":"Feature","id":"n260415357","geometry":{"type":"Point","coordinates":[-0.6573874,51.3528768]},"properties":{"@type":"node","@id":260415357,"@timestamp":1209400487},"coords":"51.3528768,-0.6573874","bedrooms":"2","price":"234000","area":"386"} , +{"type":"Feature","id":"n260415369","geometry":{"type":"Point","coordinates":[-0.6600079,51.353618]},"properties":{"@type":"node","@id":260415369,"@timestamp":1209400487},"coords":"51.353618,-0.6600079","bedrooms":"4","price":"233000","area":"687"} , +{"type":"Feature","id":"n260415380","geometry":{"type":"Point","coordinates":[-0.6624613,51.3541713]},"properties":{"@type":"node","@id":260415380,"@timestamp":1209400488},"coords":"51.3541713,-0.6624613","bedrooms":"0","price":"226000","area":"380"} , +{"type":"Feature","id":"n260415394","geometry":{"type":"Point","coordinates":[-0.6628949,51.3548061]},"properties":{"@type":"node","@id":260415394,"@timestamp":1209400490},"coords":"51.3548061,-0.6628949","bedrooms":"2","price":"216000","area":"588"} , +{"type":"Feature","id":"n260415419","geometry":{"type":"Point","coordinates":[-0.6636662,51.3551073]},"properties":{"@type":"node","@id":260415419,"@timestamp":1209400496},"coords":"51.3551073,-0.6636662","bedrooms":"2","price":"217000","area":"458"} , +{"type":"Feature","id":"n260415596","geometry":{"type":"Point","coordinates":[-0.6880486,51.3611156]},"properties":{"@type":"node","@id":260415596,"@timestamp":1209400509},"coords":"51.3611156,-0.6880486","bedrooms":"0","price":"154000","area":"683"} , +{"type":"Feature","id":"n260416752","geometry":{"type":"Point","coordinates":[-0.663032,51.3474401]},"properties":{"@type":"node","@id":260416752,"@timestamp":1209400953},"coords":"51.3474401,-0.663032","bedrooms":"0","price":"290000","area":"505"} , +{"type":"Feature","id":"n260416783","geometry":{"type":"Point","coordinates":[-0.6986849,51.363708]},"properties":{"@type":"node","@id":260416783,"@timestamp":1209400956},"coords":"51.363708,-0.6986849","bedrooms":"1","price":"191000","area":"351"} , +{"type":"Feature","id":"n260416793","geometry":{"type":"Point","coordinates":[-0.697956,51.3633639]},"properties":{"@type":"node","@id":260416793,"@timestamp":1209400957},"coords":"51.3633639,-0.697956","bedrooms":"2","price":"162000","area":"669"} , +{"type":"Feature","id":"n260416803","geometry":{"type":"Point","coordinates":[-0.6969386,51.3632566]},"properties":{"@type":"node","@id":260416803,"@timestamp":1209400958},"coords":"51.3632566,-0.6969386","bedrooms":"2","price":"297000","area":"622"} , +{"type":"Feature","id":"n260416877","geometry":{"type":"Point","coordinates":[-0.7017139,51.3570715]},"properties":{"@type":"node","@id":260416877,"@timestamp":1209400963},"coords":"51.3570715,-0.7017139","bedrooms":"4","price":"198000","area":"384"} , +{"type":"Feature","id":"n260450521","geometry":{"type":"Point","coordinates":[-0.1124842,51.3180129]},"properties":{"@type":"node","@id":260450521,"@timestamp":1364937226},"coords":"51.3180129,-0.1124842","bedrooms":"4","price":"161000","area":"491"} , +{"type":"Feature","id":"n260489523","geometry":{"type":"Point","coordinates":[-1.0771083,51.263918]},"properties":{"@type":"node","@id":260489523,"@timestamp":1383511642},"coords":"51.263918,-1.0771083","bedrooms":"1","price":"243000","area":"525"} , +{"type":"Feature","id":"n260493930","geometry":{"type":"Point","coordinates":[-0.5295014,51.8320344]},"properties":{"@type":"node","@id":260493930,"@timestamp":1210115909},"coords":"51.8320344,-0.5295014","bedrooms":"2","price":"183000","area":"578"} , +{"type":"Feature","id":"n260494019","geometry":{"type":"Point","coordinates":[-0.507549,51.8365127]},"properties":{"@type":"node","@id":260494019,"@timestamp":1209429773},"coords":"51.8365127,-0.507549","bedrooms":"3","price":"268000","area":"572"} , +{"type":"Feature","id":"n260494053","geometry":{"type":"Point","coordinates":[-0.5078371,51.8365862]},"properties":{"@type":"node","@id":260494053,"@timestamp":1209429786},"coords":"51.8365862,-0.5078371","bedrooms":"1","price":"187000","area":"356"} , +{"type":"Feature","id":"n260494080","geometry":{"type":"Point","coordinates":[-0.5211287,51.8458803]},"properties":{"@type":"node","@id":260494080,"@timestamp":1209429805},"coords":"51.8458803,-0.5211287","bedrooms":"4","price":"190000","area":"387"} , +{"type":"Feature","id":"n260494103","geometry":{"type":"Point","coordinates":[-0.5189907,51.8446045]},"properties":{"@type":"node","@id":260494103,"@timestamp":1209429818},"coords":"51.8446045,-0.5189907","bedrooms":"0","price":"264000","area":"503"} , +{"type":"Feature","id":"n260494113","geometry":{"type":"Point","coordinates":[-0.5178938,51.8453524]},"properties":{"@type":"node","@id":260494113,"@timestamp":1209429827},"coords":"51.8453524,-0.5178938","bedrooms":"4","price":"258000","area":"644"} , +{"type":"Feature","id":"n260494143","geometry":{"type":"Point","coordinates":[-0.5177262,51.8334392]},"properties":{"@type":"node","@id":260494143,"@timestamp":1209429838},"coords":"51.8334392,-0.5177262","bedrooms":"2","price":"191000","area":"352"} , +{"type":"Feature","id":"n260494157","geometry":{"type":"Point","coordinates":[-0.5306651,51.832963]},"properties":{"@type":"node","@id":260494157,"@timestamp":1210115915},"coords":"51.832963,-0.5306651","bedrooms":"1","price":"233000","area":"459"} , +{"type":"Feature","id":"n260494193","geometry":{"type":"Point","coordinates":[-0.5203481,51.8465732]},"properties":{"@type":"node","@id":260494193,"@timestamp":1209429860},"coords":"51.8465732,-0.5203481","bedrooms":"3","price":"210000","area":"417"} , +{"type":"Feature","id":"n260494213","geometry":{"type":"Point","coordinates":[-0.5187605,51.8460772]},"properties":{"@type":"node","@id":260494213,"@timestamp":1209429872},"coords":"51.8460772,-0.5187605","bedrooms":"1","price":"259000","area":"435"} , +{"type":"Feature","id":"n260494233","geometry":{"type":"Point","coordinates":[-0.5259016,51.8436335]},"properties":{"@type":"node","@id":260494233,"@timestamp":1210115921},"coords":"51.8436335,-0.5259016","bedrooms":"4","price":"250000","area":"493"} , +{"type":"Feature","id":"n260494248","geometry":{"type":"Point","coordinates":[-0.5196412,51.8462163]},"properties":{"@type":"node","@id":260494248,"@timestamp":1209429892},"coords":"51.8462163,-0.5196412","bedrooms":"4","price":"246000","area":"620"} , +{"type":"Feature","id":"n260494273","geometry":{"type":"Point","coordinates":[-0.5334103,51.8528226]},"properties":{"@type":"node","@id":260494273,"@timestamp":1209429908},"coords":"51.8528226,-0.5334103","bedrooms":"3","price":"253000","area":"534"} , +{"type":"Feature","id":"n260494301","geometry":{"type":"Point","coordinates":[-0.5385586,51.8557842]},"properties":{"@type":"node","@id":260494301,"@timestamp":1209429933},"coords":"51.8557842,-0.5385586","bedrooms":"0","price":"288000","area":"514"} , +{"type":"Feature","id":"n260494326","geometry":{"type":"Point","coordinates":[-0.5400881,51.8574928]},"properties":{"@type":"node","@id":260494326,"@timestamp":1209429949},"coords":"51.8574928,-0.5400881","bedrooms":"4","price":"285000","area":"394"} , +{"type":"Feature","id":"n260494347","geometry":{"type":"Point","coordinates":[-0.4324446,51.8306842]},"properties":{"@type":"node","@id":260494347,"@timestamp":1209429961},"coords":"51.8306842,-0.4324446","bedrooms":"0","price":"284000","area":"430"} , +{"type":"Feature","id":"n260494357","geometry":{"type":"Point","coordinates":[-0.4294997,51.83899]},"properties":{"@type":"node","@id":260494357,"@timestamp":1209429971},"coords":"51.83899,-0.4294997","bedrooms":"1","price":"176000","area":"623"} , +{"type":"Feature","id":"n260494374","geometry":{"type":"Point","coordinates":[-0.5159518,51.8332214]},"properties":{"@type":"node","@id":260494374,"@timestamp":1209429983},"coords":"51.8332214,-0.5159518","bedrooms":"2","price":"187000","area":"622"} , +{"type":"Feature","id":"n260494478","geometry":{"type":"Point","coordinates":[-0.539921,51.8590014]},"properties":{"@type":"node","@id":260494478,"@timestamp":1209430050},"coords":"51.8590014,-0.539921","bedrooms":"0","price":"165000","area":"354"} , +{"type":"Feature","id":"n260494488","geometry":{"type":"Point","coordinates":[-0.5313939,51.854341]},"properties":{"@type":"node","@id":260494488,"@timestamp":1210115895},"coords":"51.854341,-0.5313939","bedrooms":"1","price":"297000","area":"573"} , +{"type":"Feature","id":"n260494527","geometry":{"type":"Point","coordinates":[-0.5409124,51.860143]},"properties":{"@type":"node","@id":260494527,"@timestamp":1209430085},"coords":"51.860143,-0.5409124","bedrooms":"3","price":"224000","area":"688"} , +{"type":"Feature","id":"n260494568","geometry":{"type":"Point","coordinates":[-0.5337707,51.8486818]},"properties":{"@type":"node","@id":260494568,"@timestamp":1209430106},"coords":"51.8486818,-0.5337707","bedrooms":"3","price":"160000","area":"517"} , +{"type":"Feature","id":"n260494594","geometry":{"type":"Point","coordinates":[-0.5344921,51.8513394]},"properties":{"@type":"node","@id":260494594,"@timestamp":1209430127},"coords":"51.8513394,-0.5344921","bedrooms":"2","price":"176000","area":"637"} , +{"type":"Feature","id":"n260494610","geometry":{"type":"Point","coordinates":[-0.5314009,51.8537824]},"properties":{"@type":"node","@id":260494610,"@timestamp":1210115901},"coords":"51.8537824,-0.5314009","bedrooms":"1","price":"201000","area":"623"} , +{"type":"Feature","id":"n260494670","geometry":{"type":"Point","coordinates":[-0.535237,51.8497996]},"properties":{"@type":"node","@id":260494670,"@timestamp":1209430148},"coords":"51.8497996,-0.535237","bedrooms":"4","price":"254000","area":"557"} , +{"type":"Feature","id":"n260494708","geometry":{"type":"Point","coordinates":[-0.5309654,51.8521855]},"properties":{"@type":"node","@id":260494708,"@timestamp":1209430166},"coords":"51.8521855,-0.5309654","bedrooms":"0","price":"241000","area":"681"} , +{"type":"Feature","id":"n260494777","geometry":{"type":"Point","coordinates":[-0.5162375,51.8455782]},"properties":{"@type":"node","@id":260494777,"@timestamp":1209430196},"coords":"51.8455782,-0.5162375","bedrooms":"1","price":"203000","area":"359"} , +{"type":"Feature","id":"n260546811","geometry":{"type":"Point","coordinates":[0.3373395,51.4762518]},"properties":{"@type":"node","@id":260546811,"@timestamp":1581422347},"coords":"51.4762518,0.3373395","bedrooms":"0","price":"257000","area":"699"} , +{"type":"Feature","id":"n260562138","geometry":{"type":"Point","coordinates":[-0.2393112,51.0302505]},"properties":{"@type":"node","@id":260562138,"@timestamp":1209464874},"coords":"51.0302505,-0.2393112","bedrooms":"3","price":"217000","area":"610"} , +{"type":"Feature","id":"n260646959","geometry":{"type":"Point","coordinates":[-1.0831814,51.2626324]},"properties":{"@type":"node","@id":260646959,"@timestamp":1352902970},"coords":"51.2626324,-1.0831814","bedrooms":"0","price":"260000","area":"541"} , +{"type":"Feature","id":"n260662135","geometry":{"type":"Point","coordinates":[-0.2556047,51.4818844]},"properties":{"@type":"node","@id":260662135,"@timestamp":1209503797},"coords":"51.4818844,-0.2556047","bedrooms":"1","price":"276000","area":"616"} , +{"type":"Feature","id":"n260662214","geometry":{"type":"Point","coordinates":[-0.250869,51.4860305]},"properties":{"@type":"node","@id":260662214,"@timestamp":1209503803},"coords":"51.4860305,-0.250869","bedrooms":"3","price":"283000","area":"617"} , +{"type":"Feature","id":"n260669181","geometry":{"type":"Point","coordinates":[-0.2532213,51.4807894]},"properties":{"@type":"node","@id":260669181,"@timestamp":1209504945},"coords":"51.4807894,-0.2532213","bedrooms":"3","price":"266000","area":"664"} , +{"type":"Feature","id":"n260675628","geometry":{"type":"Point","coordinates":[-0.2482532,51.4881362]},"properties":{"@type":"node","@id":260675628,"@timestamp":1209505822},"coords":"51.4881362,-0.2482532","bedrooms":"4","price":"249000","area":"639"} , +{"type":"Feature","id":"n260675643","geometry":{"type":"Point","coordinates":[-0.2493624,51.4881313]},"properties":{"@type":"node","@id":260675643,"@timestamp":1234486620},"coords":"51.4881313,-0.2493624","bedrooms":"0","price":"189000","area":"670"} , +{"type":"Feature","id":"n260752311","geometry":{"type":"Point","coordinates":[-0.1988792,51.513332]},"properties":{"@type":"node","@id":260752311,"@timestamp":1273680927},"coords":"51.513332,-0.1988792","bedrooms":"0","price":"150000","area":"522"} , +{"type":"Feature","id":"n260809216","geometry":{"type":"Point","coordinates":[0.8845669,51.3011213]},"properties":{"@type":"node","@id":260809216,"@timestamp":1560006477},"coords":"51.3011213,0.8845669","bedrooms":"1","price":"198000","area":"488"} , +{"type":"Feature","id":"n260966006","geometry":{"type":"Point","coordinates":[-0.7093718,51.3289901]},"properties":{"@type":"node","@id":260966006,"@timestamp":1209643214},"coords":"51.3289901,-0.7093718","bedrooms":"4","price":"178000","area":"456"} , +{"type":"Feature","id":"n260966017","geometry":{"type":"Point","coordinates":[-0.7109462,51.3283119]},"properties":{"@type":"node","@id":260966017,"@timestamp":1209643215},"coords":"51.3283119,-0.7109462","bedrooms":"0","price":"260000","area":"454"} , +{"type":"Feature","id":"n260966048","geometry":{"type":"Point","coordinates":[-0.7101482,51.326842]},"properties":{"@type":"node","@id":260966048,"@timestamp":1209643217},"coords":"51.326842,-0.7101482","bedrooms":"0","price":"208000","area":"541"} , +{"type":"Feature","id":"n260966071","geometry":{"type":"Point","coordinates":[-0.7145905,51.3268938]},"properties":{"@type":"node","@id":260966071,"@timestamp":1209643219},"coords":"51.3268938,-0.7145905","bedrooms":"1","price":"226000","area":"682"} , +{"type":"Feature","id":"n260966087","geometry":{"type":"Point","coordinates":[-0.7131231,51.3281572]},"properties":{"@type":"node","@id":260966087,"@timestamp":1209643223},"coords":"51.3281572,-0.7131231","bedrooms":"0","price":"207000","area":"685"} , +{"type":"Feature","id":"n260966100","geometry":{"type":"Point","coordinates":[-0.7232181,51.3251989]},"properties":{"@type":"node","@id":260966100,"@timestamp":1209643224},"coords":"51.3251989,-0.7232181","bedrooms":"1","price":"278000","area":"663"} , +{"type":"Feature","id":"n260966121","geometry":{"type":"Point","coordinates":[-0.7190267,51.3269552]},"properties":{"@type":"node","@id":260966121,"@timestamp":1209643225},"coords":"51.3269552,-0.7190267","bedrooms":"0","price":"225000","area":"475"} , +{"type":"Feature","id":"n260966134","geometry":{"type":"Point","coordinates":[-0.7147785,51.3255055]},"properties":{"@type":"node","@id":260966134,"@timestamp":1209643226},"coords":"51.3255055,-0.7147785","bedrooms":"0","price":"224000","area":"554"} , +{"type":"Feature","id":"n260966146","geometry":{"type":"Point","coordinates":[-0.7149806,51.3259692]},"properties":{"@type":"node","@id":260966146,"@timestamp":1209643227},"coords":"51.3259692,-0.7149806","bedrooms":"1","price":"279000","area":"596"} , +{"type":"Feature","id":"n260966159","geometry":{"type":"Point","coordinates":[-0.7126811,51.3256232]},"properties":{"@type":"node","@id":260966159,"@timestamp":1209643228},"coords":"51.3256232,-0.7126811","bedrooms":"1","price":"281000","area":"572"} , +{"type":"Feature","id":"n260966171","geometry":{"type":"Point","coordinates":[-0.7115352,51.3251094]},"properties":{"@type":"node","@id":260966171,"@timestamp":1209643229},"coords":"51.3251094,-0.7115352","bedrooms":"3","price":"198000","area":"499"} , +{"type":"Feature","id":"n260966192","geometry":{"type":"Point","coordinates":[-0.70995,51.3309656]},"properties":{"@type":"node","@id":260966192,"@timestamp":1209643231},"coords":"51.3309656,-0.70995","bedrooms":"1","price":"207000","area":"459"} , +{"type":"Feature","id":"n260966203","geometry":{"type":"Point","coordinates":[-0.7090132,51.3302433]},"properties":{"@type":"node","@id":260966203,"@timestamp":1209643232},"coords":"51.3302433,-0.7090132","bedrooms":"1","price":"222000","area":"578"} , +{"type":"Feature","id":"n260966217","geometry":{"type":"Point","coordinates":[-0.709625,51.330313]},"properties":{"@type":"node","@id":260966217,"@timestamp":1209643233},"coords":"51.330313,-0.709625","bedrooms":"1","price":"250000","area":"606"} , +{"type":"Feature","id":"n260966229","geometry":{"type":"Point","coordinates":[-0.7085648,51.3308313]},"properties":{"@type":"node","@id":260966229,"@timestamp":1209643234},"coords":"51.3308313,-0.7085648","bedrooms":"3","price":"239000","area":"431"} , +{"type":"Feature","id":"n260966240","geometry":{"type":"Point","coordinates":[-0.7085648,51.3312391]},"properties":{"@type":"node","@id":260966240,"@timestamp":1209643235},"coords":"51.3312391,-0.7085648","bedrooms":"4","price":"210000","area":"587"} , +{"type":"Feature","id":"n260966252","geometry":{"type":"Point","coordinates":[-0.7099308,51.331486]},"properties":{"@type":"node","@id":260966252,"@timestamp":1209643236},"coords":"51.331486,-0.7099308","bedrooms":"0","price":"204000","area":"658"} , +{"type":"Feature","id":"n261017085","geometry":{"type":"Point","coordinates":[-0.20181,51.606244]},"properties":{"@type":"node","@id":261017085,"@timestamp":1209657023},"coords":"51.606244,-0.20181","bedrooms":"4","price":"156000","area":"401"} , +{"type":"Feature","id":"n261060227","geometry":{"type":"Point","coordinates":[-0.1901038,51.0980576]},"properties":{"@type":"node","@id":261060227,"@timestamp":1209668279},"coords":"51.0980576,-0.1901038","bedrooms":"4","price":"193000","area":"680"} , +{"type":"Feature","id":"n261060299","geometry":{"type":"Point","coordinates":[-0.1921732,51.0974601]},"properties":{"@type":"node","@id":261060299,"@timestamp":1209668284},"coords":"51.0974601,-0.1921732","bedrooms":"3","price":"173000","area":"625"} , +{"type":"Feature","id":"n261069527","geometry":{"type":"Point","coordinates":[-0.1869326,51.1251512]},"properties":{"@type":"node","@id":261069527,"@timestamp":1422052772},"coords":"51.1251512,-0.1869326","bedrooms":"4","price":"195000","area":"673"} , +{"type":"Feature","id":"n261071465","geometry":{"type":"Point","coordinates":[-0.1734902,51.1105618]},"properties":{"@type":"node","@id":261071465,"@timestamp":1209670850},"coords":"51.1105618,-0.1734902","bedrooms":"3","price":"202000","area":"353"} , +{"type":"Feature","id":"n261076575","geometry":{"type":"Point","coordinates":[-0.182019,51.1102556]},"properties":{"@type":"node","@id":261076575,"@timestamp":1209672057},"coords":"51.1102556,-0.182019","bedrooms":"4","price":"193000","area":"548"} , +{"type":"Feature","id":"n261076678","geometry":{"type":"Point","coordinates":[-0.1819471,51.1096695]},"properties":{"@type":"node","@id":261076678,"@timestamp":1209672059},"coords":"51.1096695,-0.1819471","bedrooms":"2","price":"252000","area":"695"} , +{"type":"Feature","id":"n261076691","geometry":{"type":"Point","coordinates":[-0.1805802,51.1113402]},"properties":{"@type":"node","@id":261076691,"@timestamp":1209672060},"coords":"51.1113402,-0.1805802","bedrooms":"0","price":"182000","area":"602"} , +{"type":"Feature","id":"n261076719","geometry":{"type":"Point","coordinates":[-0.1823688,51.1069433]},"properties":{"@type":"node","@id":261076719,"@timestamp":1209672063},"coords":"51.1069433,-0.1823688","bedrooms":"0","price":"248000","area":"505"} , +{"type":"Feature","id":"n261079321","geometry":{"type":"Point","coordinates":[-0.195397,51.1011463]},"properties":{"@type":"node","@id":261079321,"@timestamp":1209672630},"coords":"51.1011463,-0.195397","bedrooms":"2","price":"200000","area":"359"} , +{"type":"Feature","id":"n261079333","geometry":{"type":"Point","coordinates":[-0.1961512,51.1020058]},"properties":{"@type":"node","@id":261079333,"@timestamp":1209672632},"coords":"51.1020058,-0.1961512","bedrooms":"0","price":"183000","area":"643"} , +{"type":"Feature","id":"n261081252","geometry":{"type":"Point","coordinates":[-0.1834216,51.1053023]},"properties":{"@type":"node","@id":261081252,"@timestamp":1209673115},"coords":"51.1053023,-0.1834216","bedrooms":"4","price":"153000","area":"690"} , +{"type":"Feature","id":"n261245915","geometry":{"type":"Point","coordinates":[-0.1128611,51.4713507]},"properties":{"@type":"node","@id":261245915,"@timestamp":1409093106},"coords":"51.4713507,-0.1128611","bedrooms":"2","price":"152000","area":"663"} , +{"type":"Feature","id":"n261245979","geometry":{"type":"Point","coordinates":[-0.1201878,51.4727936]},"properties":{"@type":"node","@id":261245979,"@timestamp":1209687027},"coords":"51.4727936,-0.1201878","bedrooms":"3","price":"199000","area":"361"} , +{"type":"Feature","id":"n261246074","geometry":{"type":"Point","coordinates":[-0.1203843,51.472001]},"properties":{"@type":"node","@id":261246074,"@timestamp":1209687043},"coords":"51.472001,-0.1203843","bedrooms":"4","price":"177000","area":"561"} , +{"type":"Feature","id":"n261246106","geometry":{"type":"Point","coordinates":[-0.1210608,51.4731493]},"properties":{"@type":"node","@id":261246106,"@timestamp":1209687047},"coords":"51.4731493,-0.1210608","bedrooms":"2","price":"186000","area":"649"} , +{"type":"Feature","id":"n261249032","geometry":{"type":"Point","coordinates":[-0.113534,51.4707553]},"properties":{"@type":"node","@id":261249032,"@timestamp":1209687485},"coords":"51.4707553,-0.113534","bedrooms":"3","price":"243000","area":"576"} , +{"type":"Feature","id":"n261249100","geometry":{"type":"Point","coordinates":[-0.115495,51.4712048]},"properties":{"@type":"node","@id":261249100,"@timestamp":1209687493},"coords":"51.4712048,-0.115495","bedrooms":"4","price":"292000","area":"682"} , +{"type":"Feature","id":"n261251273","geometry":{"type":"Point","coordinates":[-0.1194689,51.4694821]},"properties":{"@type":"node","@id":261251273,"@timestamp":1209687686},"coords":"51.4694821,-0.1194689","bedrooms":"3","price":"191000","area":"434"} , +{"type":"Feature","id":"n261271771","geometry":{"type":"Point","coordinates":[-0.0493173,51.5250767]},"properties":{"@type":"node","@id":261271771,"@timestamp":1610902674},"coords":"51.5250767,-0.0493173","bedrooms":"4","price":"290000","area":"649"} , +{"type":"Feature","id":"n261277516","geometry":{"type":"Point","coordinates":[-0.122162,51.4763068]},"properties":{"@type":"node","@id":261277516,"@timestamp":1210001204},"coords":"51.4763068,-0.122162","bedrooms":"0","price":"166000","area":"451"} , +{"type":"Feature","id":"n261277543","geometry":{"type":"Point","coordinates":[-0.1203793,51.4748339]},"properties":{"@type":"node","@id":261277543,"@timestamp":1209689167},"coords":"51.4748339,-0.1203793","bedrooms":"0","price":"256000","area":"382"} , +{"type":"Feature","id":"n261277585","geometry":{"type":"Point","coordinates":[-0.1205392,51.4747724]},"properties":{"@type":"node","@id":261277585,"@timestamp":1209689168},"coords":"51.4747724,-0.1205392","bedrooms":"4","price":"267000","area":"547"} , +{"type":"Feature","id":"n261277625","geometry":{"type":"Point","coordinates":[-0.1220428,51.4753364]},"properties":{"@type":"node","@id":261277625,"@timestamp":1209689169},"coords":"51.4753364,-0.1220428","bedrooms":"0","price":"244000","area":"603"} , +{"type":"Feature","id":"n261277645","geometry":{"type":"Point","coordinates":[-0.1213496,51.4757393]},"properties":{"@type":"node","@id":261277645,"@timestamp":1209689170},"coords":"51.4757393,-0.1213496","bedrooms":"3","price":"281000","area":"398"} , +{"type":"Feature","id":"n261310648","geometry":{"type":"Point","coordinates":[-0.125829,51.4795237]},"properties":{"@type":"node","@id":261310648,"@timestamp":1209691009},"coords":"51.4795237,-0.125829","bedrooms":"4","price":"282000","area":"630"} , +{"type":"Feature","id":"n261325952","geometry":{"type":"Point","coordinates":[-0.1259443,51.4809021]},"properties":{"@type":"node","@id":261325952,"@timestamp":1209691886},"coords":"51.4809021,-0.1259443","bedrooms":"4","price":"245000","area":"629"} , +{"type":"Feature","id":"n261348576","geometry":{"type":"Point","coordinates":[-0.1276913,51.4764537]},"properties":{"@type":"node","@id":261348576,"@timestamp":1543944184},"coords":"51.4764537,-0.1276913","bedrooms":"1","price":"183000","area":"657"} , +{"type":"Feature","id":"n261584401","geometry":{"type":"Point","coordinates":[-0.6035289,51.3563959]},"properties":{"@type":"node","@id":261584401,"@timestamp":1209734887},"coords":"51.3563959,-0.6035289","bedrooms":"3","price":"223000","area":"459"} , +{"type":"Feature","id":"n261584512","geometry":{"type":"Point","coordinates":[-0.6042962,51.3502459]},"properties":{"@type":"node","@id":261584512,"@timestamp":1209734902},"coords":"51.3502459,-0.6042962","bedrooms":"3","price":"217000","area":"543"} , +{"type":"Feature","id":"n261584531","geometry":{"type":"Point","coordinates":[-0.6043516,51.3500648]},"properties":{"@type":"node","@id":261584531,"@timestamp":1209734903},"coords":"51.3500648,-0.6043516","bedrooms":"3","price":"292000","area":"366"} , +{"type":"Feature","id":"n261584594","geometry":{"type":"Point","coordinates":[-0.6034371,51.3502447]},"properties":{"@type":"node","@id":261584594,"@timestamp":1286488990},"coords":"51.3502447,-0.6034371","bedrooms":"1","price":"221000","area":"592"} , +{"type":"Feature","id":"n261584653","geometry":{"type":"Point","coordinates":[-0.6006617,51.3465682]},"properties":{"@type":"node","@id":261584653,"@timestamp":1209734914},"coords":"51.3465682,-0.6006617","bedrooms":"1","price":"267000","area":"459"} , +{"type":"Feature","id":"n261599942","geometry":{"type":"Point","coordinates":[-0.5977572,51.3499359]},"properties":{"@type":"node","@id":261599942,"@timestamp":1209740873},"coords":"51.3499359,-0.5977572","bedrooms":"3","price":"269000","area":"600"} , +{"type":"Feature","id":"n261599962","geometry":{"type":"Point","coordinates":[-0.6024731,51.3472271]},"properties":{"@type":"node","@id":261599962,"@timestamp":1209740882},"coords":"51.3472271,-0.6024731","bedrooms":"3","price":"196000","area":"508"} , +{"type":"Feature","id":"n261599980","geometry":{"type":"Point","coordinates":[-0.6007004,51.3471725]},"properties":{"@type":"node","@id":261599980,"@timestamp":1209740885},"coords":"51.3471725,-0.6007004","bedrooms":"0","price":"296000","area":"534"} , +{"type":"Feature","id":"n261599990","geometry":{"type":"Point","coordinates":[-0.6018361,51.3463134]},"properties":{"@type":"node","@id":261599990,"@timestamp":1209740886},"coords":"51.3463134,-0.6018361","bedrooms":"2","price":"241000","area":"516"} , +{"type":"Feature","id":"n261600002","geometry":{"type":"Point","coordinates":[-0.604342,51.3476798]},"properties":{"@type":"node","@id":261600002,"@timestamp":1209740891},"coords":"51.3476798,-0.604342","bedrooms":"4","price":"281000","area":"514"} , +{"type":"Feature","id":"n261600033","geometry":{"type":"Point","coordinates":[-0.6057524,51.3461759]},"properties":{"@type":"node","@id":261600033,"@timestamp":1209740893},"coords":"51.3461759,-0.6057524","bedrooms":"2","price":"285000","area":"476"} , +{"type":"Feature","id":"n261600043","geometry":{"type":"Point","coordinates":[-0.6053104,51.3457875]},"properties":{"@type":"node","@id":261600043,"@timestamp":1224605341},"coords":"51.3457875,-0.6053104","bedrooms":"1","price":"258000","area":"649"} , +{"type":"Feature","id":"n261600057","geometry":{"type":"Point","coordinates":[-0.6027663,51.3442614]},"properties":{"@type":"node","@id":261600057,"@timestamp":1209740898},"coords":"51.3442614,-0.6027663","bedrooms":"1","price":"238000","area":"529"} , +{"type":"Feature","id":"n261600067","geometry":{"type":"Point","coordinates":[-0.6022818,51.3449455]},"properties":{"@type":"node","@id":261600067,"@timestamp":1209740899},"coords":"51.3449455,-0.6022818","bedrooms":"3","price":"278000","area":"394"} , +{"type":"Feature","id":"n261600077","geometry":{"type":"Point","coordinates":[-0.6017206,51.3457888]},"properties":{"@type":"node","@id":261600077,"@timestamp":1209740899},"coords":"51.3457888,-0.6017206","bedrooms":"4","price":"166000","area":"694"} , +{"type":"Feature","id":"n261600088","geometry":{"type":"Point","coordinates":[-0.6001055,51.3451404]},"properties":{"@type":"node","@id":261600088,"@timestamp":1209740900},"coords":"51.3451404,-0.6001055","bedrooms":"4","price":"214000","area":"515"} , +{"type":"Feature","id":"n261600098","geometry":{"type":"Point","coordinates":[-0.6013818,51.3441971]},"properties":{"@type":"node","@id":261600098,"@timestamp":1209740901},"coords":"51.3441971,-0.6013818","bedrooms":"4","price":"268000","area":"654"} , +{"type":"Feature","id":"n261600108","geometry":{"type":"Point","coordinates":[-0.6022804,51.3448267]},"properties":{"@type":"node","@id":261600108,"@timestamp":1209740902},"coords":"51.3448267,-0.6022804","bedrooms":"0","price":"177000","area":"588"} , +{"type":"Feature","id":"n261600124","geometry":{"type":"Point","coordinates":[-0.6020136,51.3453319]},"properties":{"@type":"node","@id":261600124,"@timestamp":1209740903},"coords":"51.3453319,-0.6020136","bedrooms":"2","price":"254000","area":"557"} , +{"type":"Feature","id":"n261600134","geometry":{"type":"Point","coordinates":[-0.6019328,51.3480089]},"properties":{"@type":"node","@id":261600134,"@timestamp":1587194962},"coords":"51.3480089,-0.6019328","bedrooms":"3","price":"286000","area":"480"} , +{"type":"Feature","id":"n261610671","geometry":{"type":"Point","coordinates":[-0.7637594,51.3266854]},"properties":{"@type":"node","@id":261610671,"@timestamp":1209744759},"coords":"51.3266854,-0.7637594","bedrooms":"1","price":"188000","area":"687"} , +{"type":"Feature","id":"n261610681","geometry":{"type":"Point","coordinates":[-0.7612472,51.3274327]},"properties":{"@type":"node","@id":261610681,"@timestamp":1209744760},"coords":"51.3274327,-0.7612472","bedrooms":"1","price":"222000","area":"526"} , +{"type":"Feature","id":"n261610691","geometry":{"type":"Point","coordinates":[-0.7595128,51.3268839]},"properties":{"@type":"node","@id":261610691,"@timestamp":1209744761},"coords":"51.3268839,-0.7595128","bedrooms":"1","price":"264000","area":"659"} , +{"type":"Feature","id":"n261610827","geometry":{"type":"Point","coordinates":[-0.756795,51.3241953]},"properties":{"@type":"node","@id":261610827,"@timestamp":1209744772},"coords":"51.3241953,-0.756795","bedrooms":"4","price":"189000","area":"447"} , +{"type":"Feature","id":"n261610839","geometry":{"type":"Point","coordinates":[-0.7578802,51.3250266]},"properties":{"@type":"node","@id":261610839,"@timestamp":1209744773},"coords":"51.3250266,-0.7578802","bedrooms":"2","price":"265000","area":"554"} , +{"type":"Feature","id":"n261611988","geometry":{"type":"Point","coordinates":[-0.7050861,51.3157617]},"properties":{"@type":"node","@id":261611988,"@timestamp":1209745365},"coords":"51.3157617,-0.7050861","bedrooms":"3","price":"226000","area":"695"} , +{"type":"Feature","id":"n261612001","geometry":{"type":"Point","coordinates":[-0.7126286,51.3208294]},"properties":{"@type":"node","@id":261612001,"@timestamp":1209745366},"coords":"51.3208294,-0.7126286","bedrooms":"0","price":"251000","area":"428"} , +{"type":"Feature","id":"n261612026","geometry":{"type":"Point","coordinates":[-0.7260303,51.3259222]},"properties":{"@type":"node","@id":261612026,"@timestamp":1209745368},"coords":"51.3259222,-0.7260303","bedrooms":"3","price":"198000","area":"699"} , +{"type":"Feature","id":"n261612055","geometry":{"type":"Point","coordinates":[-0.7092265,51.3340602]},"properties":{"@type":"node","@id":261612055,"@timestamp":1209745371},"coords":"51.3340602,-0.7092265","bedrooms":"4","price":"211000","area":"561"} , +{"type":"Feature","id":"n261612067","geometry":{"type":"Point","coordinates":[-0.7052184,51.3367403]},"properties":{"@type":"node","@id":261612067,"@timestamp":1212661183},"coords":"51.3367403,-0.7052184","bedrooms":"2","price":"238000","area":"516"} , +{"type":"Feature","id":"n261612079","geometry":{"type":"Point","coordinates":[-0.7092769,51.3372358]},"properties":{"@type":"node","@id":261612079,"@timestamp":1212661184},"coords":"51.3372358,-0.7092769","bedrooms":"4","price":"276000","area":"605"} , +{"type":"Feature","id":"n261612100","geometry":{"type":"Point","coordinates":[-0.7155686,51.3362368]},"properties":{"@type":"node","@id":261612100,"@timestamp":1212661184},"coords":"51.3362368,-0.7155686","bedrooms":"0","price":"283000","area":"526"} , +{"type":"Feature","id":"n261612116","geometry":{"type":"Point","coordinates":[-0.7141051,51.3346384]},"properties":{"@type":"node","@id":261612116,"@timestamp":1212661183},"coords":"51.3346384,-0.7141051","bedrooms":"4","price":"236000","area":"525"} , +{"type":"Feature","id":"n261620645","geometry":{"type":"Point","coordinates":[-0.4848063,51.7635762]},"properties":{"@type":"node","@id":261620645,"@timestamp":1210199909},"coords":"51.7635762,-0.4848063","bedrooms":"2","price":"260000","area":"399"} , +{"type":"Feature","id":"n261621494","geometry":{"type":"Point","coordinates":[-0.6112258,51.2754478]},"properties":{"@type":"node","@id":261621494,"@timestamp":1210404590},"coords":"51.2754478,-0.6112258","bedrooms":"0","price":"295000","area":"559"} , +{"type":"Feature","id":"n261624734","geometry":{"type":"Point","coordinates":[0.3097121,51.290548]},"properties":{"@type":"node","@id":261624734,"@timestamp":1209750064},"coords":"51.290548,0.3097121","bedrooms":"4","price":"266000","area":"364"} , +{"type":"Feature","id":"n261628479","geometry":{"type":"Point","coordinates":[-0.1933637,51.0939819]},"properties":{"@type":"node","@id":261628479,"@timestamp":1209751915},"coords":"51.0939819,-0.1933637","bedrooms":"0","price":"252000","area":"582"} , +{"type":"Feature","id":"n261628524","geometry":{"type":"Point","coordinates":[-0.1951012,51.0958001]},"properties":{"@type":"node","@id":261628524,"@timestamp":1209751919},"coords":"51.0958001,-0.1951012","bedrooms":"1","price":"182000","area":"578"} , +{"type":"Feature","id":"n261629739","geometry":{"type":"Point","coordinates":[-0.2093113,51.0896009]},"properties":{"@type":"node","@id":261629739,"@timestamp":1209752316},"coords":"51.0896009,-0.2093113","bedrooms":"2","price":"202000","area":"380"} , +{"type":"Feature","id":"n261632902","geometry":{"type":"Point","coordinates":[-0.2123401,51.0919801]},"properties":{"@type":"node","@id":261632902,"@timestamp":1209753313},"coords":"51.0919801,-0.2123401","bedrooms":"4","price":"220000","area":"458"} , +{"type":"Feature","id":"n261635873","geometry":{"type":"Point","coordinates":[-0.4424785,51.9044155]},"properties":{"@type":"node","@id":261635873,"@timestamp":1613573493},"coords":"51.9044155,-0.4424785","bedrooms":"0","price":"249000","area":"448"} , +{"type":"Feature","id":"n261636130","geometry":{"type":"Point","coordinates":[-0.4337766,51.9168035]},"properties":{"@type":"node","@id":261636130,"@timestamp":1613313823},"coords":"51.9168035,-0.4337766","bedrooms":"1","price":"233000","area":"568"} , +{"type":"Feature","id":"n261644736","geometry":{"type":"Point","coordinates":[-1.0552191,51.4423029]},"properties":{"@type":"node","@id":261644736,"@timestamp":1211494462},"coords":"51.4423029,-1.0552191","bedrooms":"2","price":"200000","area":"570"} , +{"type":"Feature","id":"n261653160","geometry":{"type":"Point","coordinates":[-1.0964787,51.8666623]},"properties":{"@type":"node","@id":261653160,"@timestamp":1234486445},"coords":"51.8666623,-1.0964787","bedrooms":"0","price":"162000","area":"482"} , +{"type":"Feature","id":"n261656740","geometry":{"type":"Point","coordinates":[-1.0801815,51.8510794]},"properties":{"@type":"node","@id":261656740,"@timestamp":1209763206},"coords":"51.8510794,-1.0801815","bedrooms":"4","price":"227000","area":"410"} , +{"type":"Feature","id":"n261656750","geometry":{"type":"Point","coordinates":[-1.0800377,51.850846]},"properties":{"@type":"node","@id":261656750,"@timestamp":1209763208},"coords":"51.850846,-1.0800377","bedrooms":"0","price":"203000","area":"362"} , +{"type":"Feature","id":"n261659490","geometry":{"type":"Point","coordinates":[-1.0689154,51.8784814]},"properties":{"@type":"node","@id":261659490,"@timestamp":1239713293},"coords":"51.8784814,-1.0689154","bedrooms":"1","price":"186000","area":"648"} , +{"type":"Feature","id":"n261659500","geometry":{"type":"Point","coordinates":[-1.0677124,51.8925007]},"properties":{"@type":"node","@id":261659500,"@timestamp":1239713294},"coords":"51.8925007,-1.0677124","bedrooms":"1","price":"255000","area":"395"} , +{"type":"Feature","id":"n261673572","geometry":{"type":"Point","coordinates":[-1.0808617,51.4534161]},"properties":{"@type":"node","@id":261673572,"@timestamp":1209771073},"coords":"51.4534161,-1.0808617","bedrooms":"1","price":"184000","area":"460"} , +{"type":"Feature","id":"n261678375","geometry":{"type":"Point","coordinates":[-0.4026754,51.7724499]},"properties":{"@type":"node","@id":261678375,"@timestamp":1209775614},"coords":"51.7724499,-0.4026754","bedrooms":"3","price":"262000","area":"524"} , +{"type":"Feature","id":"n261678389","geometry":{"type":"Point","coordinates":[-0.3923151,51.7691395]},"properties":{"@type":"node","@id":261678389,"@timestamp":1209775626},"coords":"51.7691395,-0.3923151","bedrooms":"1","price":"264000","area":"481"} , +{"type":"Feature","id":"n261678400","geometry":{"type":"Point","coordinates":[-0.395268,51.7659347]},"properties":{"@type":"node","@id":261678400,"@timestamp":1209775638},"coords":"51.7659347,-0.395268","bedrooms":"0","price":"207000","area":"445"} , +{"type":"Feature","id":"n261678420","geometry":{"type":"Point","coordinates":[-0.3737967,51.7769398]},"properties":{"@type":"node","@id":261678420,"@timestamp":1209775657},"coords":"51.7769398,-0.3737967","bedrooms":"0","price":"176000","area":"621"} , +{"type":"Feature","id":"n261678435","geometry":{"type":"Point","coordinates":[-0.3865143,51.7686814]},"properties":{"@type":"node","@id":261678435,"@timestamp":1209775673},"coords":"51.7686814,-0.3865143","bedrooms":"2","price":"266000","area":"676"} , +{"type":"Feature","id":"n261678534","geometry":{"type":"Point","coordinates":[-0.2392793,51.7726238]},"properties":{"@type":"node","@id":261678534,"@timestamp":1555929823},"coords":"51.7726238,-0.2392793","bedrooms":"2","price":"254000","area":"689"} , +{"type":"Feature","id":"n261679698","geometry":{"type":"Point","coordinates":[-0.2462618,51.7645155]},"properties":{"@type":"node","@id":261679698,"@timestamp":1209776988},"coords":"51.7645155,-0.2462618","bedrooms":"3","price":"227000","area":"461"} , +{"type":"Feature","id":"n261699996","geometry":{"type":"Point","coordinates":[-0.1123117,51.4780994]},"properties":{"@type":"node","@id":261699996,"@timestamp":1616269554},"coords":"51.4780994,-0.1123117","bedrooms":"4","price":"262000","area":"563"} , +{"type":"Feature","id":"n261713495","geometry":{"type":"Point","coordinates":[-0.2150353,51.4644136]},"properties":{"@type":"node","@id":261713495,"@timestamp":1498568669},"coords":"51.4644136,-0.2150353","bedrooms":"2","price":"218000","area":"365"} , +{"type":"Feature","id":"n261729931","geometry":{"type":"Point","coordinates":[-0.2479948,51.9323906]},"properties":{"@type":"node","@id":261729931,"@timestamp":1209822619},"coords":"51.9323906,-0.2479948","bedrooms":"2","price":"296000","area":"538"} , +{"type":"Feature","id":"n261729942","geometry":{"type":"Point","coordinates":[-0.2508933,51.9299023]},"properties":{"@type":"node","@id":261729942,"@timestamp":1209822620},"coords":"51.9299023,-0.2508933","bedrooms":"4","price":"194000","area":"621"} , +{"type":"Feature","id":"n261729953","geometry":{"type":"Point","coordinates":[-0.2539514,51.9273334]},"properties":{"@type":"node","@id":261729953,"@timestamp":1209822622},"coords":"51.9273334,-0.2539514","bedrooms":"4","price":"183000","area":"353"} , +{"type":"Feature","id":"n261729965","geometry":{"type":"Point","coordinates":[-0.2467182,51.9260345]},"properties":{"@type":"node","@id":261729965,"@timestamp":1209822623},"coords":"51.9260345,-0.2467182","bedrooms":"2","price":"174000","area":"571"} , +{"type":"Feature","id":"n261730705","geometry":{"type":"Point","coordinates":[-0.2506302,51.9304357]},"properties":{"@type":"node","@id":261730705,"@timestamp":1585237291},"coords":"51.9304357,-0.2506302","bedrooms":"1","price":"205000","area":"639"} , +{"type":"Feature","id":"n261730718","geometry":{"type":"Point","coordinates":[-0.2462277,51.9267356]},"properties":{"@type":"node","@id":261730718,"@timestamp":1209822940},"coords":"51.9267356,-0.2462277","bedrooms":"1","price":"230000","area":"494"} , +{"type":"Feature","id":"n261732190","geometry":{"type":"Point","coordinates":[-0.2233029,51.9073589]},"properties":{"@type":"node","@id":261732190,"@timestamp":1209823421},"coords":"51.9073589,-0.2233029","bedrooms":"1","price":"293000","area":"671"} , +{"type":"Feature","id":"n261732201","geometry":{"type":"Point","coordinates":[-0.2266093,51.9101315]},"properties":{"@type":"node","@id":261732201,"@timestamp":1209823422},"coords":"51.9101315,-0.2266093","bedrooms":"3","price":"296000","area":"580"} , +{"type":"Feature","id":"n261733221","geometry":{"type":"Point","coordinates":[-0.2251249,51.9126955]},"properties":{"@type":"node","@id":261733221,"@timestamp":1209823780},"coords":"51.9126955,-0.2251249","bedrooms":"1","price":"208000","area":"388"} , +{"type":"Feature","id":"n261733252","geometry":{"type":"Point","coordinates":[-0.222299,51.9142505]},"properties":{"@type":"node","@id":261733252,"@timestamp":1209823781},"coords":"51.9142505,-0.222299","bedrooms":"2","price":"230000","area":"684"} , +{"type":"Feature","id":"n261733303","geometry":{"type":"Point","coordinates":[-0.2239184,51.9136702]},"properties":{"@type":"node","@id":261733303,"@timestamp":1209823784},"coords":"51.9136702,-0.2239184","bedrooms":"3","price":"280000","area":"654"} , +{"type":"Feature","id":"n261734375","geometry":{"type":"Point","coordinates":[-0.2205988,51.9161617]},"properties":{"@type":"node","@id":261734375,"@timestamp":1209824208},"coords":"51.9161617,-0.2205988","bedrooms":"3","price":"220000","area":"479"} , +{"type":"Feature","id":"n261736169","geometry":{"type":"Point","coordinates":[-0.480591,50.9523913]},"properties":{"@type":"node","@id":261736169,"@timestamp":1209824857},"coords":"50.9523913,-0.480591","bedrooms":"0","price":"209000","area":"685"} , +{"type":"Feature","id":"n261736193","geometry":{"type":"Point","coordinates":[-0.4797711,50.9526506]},"properties":{"@type":"node","@id":261736193,"@timestamp":1209824858},"coords":"50.9526506,-0.4797711","bedrooms":"1","price":"229000","area":"505"} , +{"type":"Feature","id":"n261736209","geometry":{"type":"Point","coordinates":[-0.4801627,50.9536171]},"properties":{"@type":"node","@id":261736209,"@timestamp":1209824859},"coords":"50.9536171,-0.4801627","bedrooms":"0","price":"285000","area":"367"} , +{"type":"Feature","id":"n261736489","geometry":{"type":"Point","coordinates":[-0.2261266,51.9247378]},"properties":{"@type":"node","@id":261736489,"@timestamp":1209824968},"coords":"51.9247378,-0.2261266","bedrooms":"1","price":"150000","area":"629"} , +{"type":"Feature","id":"n261736520","geometry":{"type":"Point","coordinates":[-0.2217231,51.9262688]},"properties":{"@type":"node","@id":261736520,"@timestamp":1209824971},"coords":"51.9262688,-0.2217231","bedrooms":"1","price":"247000","area":"439"} , +{"type":"Feature","id":"n261736530","geometry":{"type":"Point","coordinates":[-0.2210519,51.9282433]},"properties":{"@type":"node","@id":261736530,"@timestamp":1634234972},"coords":"51.9282433,-0.2210519","bedrooms":"1","price":"193000","area":"525"} , +{"type":"Feature","id":"n261736546","geometry":{"type":"Point","coordinates":[-0.2283774,51.9277717]},"properties":{"@type":"node","@id":261736546,"@timestamp":1209824974},"coords":"51.9277717,-0.2283774","bedrooms":"3","price":"157000","area":"631"} , +{"type":"Feature","id":"n261738933","geometry":{"type":"Point","coordinates":[-0.2484571,51.9198227]},"properties":{"@type":"node","@id":261738933,"@timestamp":1210509003},"coords":"51.9198227,-0.2484571","bedrooms":"2","price":"267000","area":"352"} , +{"type":"Feature","id":"n261739605","geometry":{"type":"Point","coordinates":[-0.2351211,51.9121818]},"properties":{"@type":"node","@id":261739605,"@timestamp":1210507879},"coords":"51.9121818,-0.2351211","bedrooms":"3","price":"250000","area":"474"} , +{"type":"Feature","id":"n261751017","geometry":{"type":"Point","coordinates":[-0.6197436,51.2723276]},"properties":{"@type":"node","@id":261751017,"@timestamp":1209830506},"coords":"51.2723276,-0.6197436","bedrooms":"2","price":"245000","area":"392"} , +{"type":"Feature","id":"n261754921","geometry":{"type":"Point","coordinates":[-0.1949411,51.1196502]},"properties":{"@type":"node","@id":261754921,"@timestamp":1209831821},"coords":"51.1196502,-0.1949411","bedrooms":"1","price":"181000","area":"483"} , +{"type":"Feature","id":"n261754933","geometry":{"type":"Point","coordinates":[-0.1957598,51.1178533]},"properties":{"@type":"node","@id":261754933,"@timestamp":1209832052},"coords":"51.1178533,-0.1957598","bedrooms":"3","price":"242000","area":"520"} , +{"type":"Feature","id":"n261765092","geometry":{"type":"Point","coordinates":[-1.1070129,51.8675542]},"properties":{"@type":"node","@id":261765092,"@timestamp":1234486539},"coords":"51.8675542,-1.1070129","bedrooms":"1","price":"212000","area":"431"} , +{"type":"Feature","id":"n261767446","geometry":{"type":"Point","coordinates":[-0.5633656,51.4272828]},"properties":{"@type":"node","@id":261767446,"@timestamp":1328113630},"coords":"51.4272828,-0.5633656","bedrooms":"0","price":"177000","area":"494"} , +{"type":"Feature","id":"n261786082","geometry":{"type":"Point","coordinates":[-0.5621702,51.4287015]},"properties":{"@type":"node","@id":261786082,"@timestamp":1624383446},"coords":"51.4287015,-0.5621702","bedrooms":"0","price":"276000","area":"486"} , +{"type":"Feature","id":"n261790168","geometry":{"type":"Point","coordinates":[-1.1016395,51.8690496]},"properties":{"@type":"node","@id":261790168,"@timestamp":1209837870},"coords":"51.8690496,-1.1016395","bedrooms":"1","price":"168000","area":"448"} , +{"type":"Feature","id":"n261856491","geometry":{"type":"Point","coordinates":[-0.5817441,51.4283598]},"properties":{"@type":"node","@id":261856491,"@timestamp":1350423371},"coords":"51.4283598,-0.5817441","bedrooms":"2","price":"255000","area":"503"} , +{"type":"Feature","id":"n261917560","geometry":{"type":"Point","coordinates":[-0.7731483,51.1589509]},"properties":{"@type":"node","@id":261917560,"@timestamp":1209847588},"coords":"51.1589509,-0.7731483","bedrooms":"2","price":"279000","area":"692"} , +{"type":"Feature","id":"n261952766","geometry":{"type":"Point","coordinates":[-0.1992497,50.9893737]},"properties":{"@type":"node","@id":261952766,"@timestamp":1209850181},"coords":"50.9893737,-0.1992497","bedrooms":"1","price":"155000","area":"609"} , +{"type":"Feature","id":"n262022001","geometry":{"type":"Point","coordinates":[-0.5599755,51.425697]},"properties":{"@type":"node","@id":262022001,"@timestamp":1613767056},"coords":"51.425697,-0.5599755","bedrooms":"3","price":"259000","area":"490"} , +{"type":"Feature","id":"n262072131","geometry":{"type":"Point","coordinates":[-0.5463901,51.4357127]},"properties":{"@type":"node","@id":262072131,"@timestamp":1579695208},"coords":"51.4357127,-0.5463901","bedrooms":"4","price":"276000","area":"365"} , +{"type":"Feature","id":"n262107734","geometry":{"type":"Point","coordinates":[0.8749723,51.1452596]},"properties":{"@type":"node","@id":262107734,"@timestamp":1562842126},"coords":"51.1452596,0.8749723","bedrooms":"4","price":"210000","area":"519"} , +{"type":"Feature","id":"n262113624","geometry":{"type":"Point","coordinates":[-0.6951844,51.2134399]},"properties":{"@type":"node","@id":262113624,"@timestamp":1217676807},"coords":"51.2134399,-0.6951844","bedrooms":"3","price":"202000","area":"406"} , +{"type":"Feature","id":"n262117838","geometry":{"type":"Point","coordinates":[-0.7073999,51.1942465]},"properties":{"@type":"node","@id":262117838,"@timestamp":1209903905},"coords":"51.1942465,-0.7073999","bedrooms":"0","price":"240000","area":"518"} , +{"type":"Feature","id":"n262117871","geometry":{"type":"Point","coordinates":[-0.7199162,51.2003388]},"properties":{"@type":"node","@id":262117871,"@timestamp":1209903908},"coords":"51.2003388,-0.7199162","bedrooms":"2","price":"218000","area":"591"} , +{"type":"Feature","id":"n262117891","geometry":{"type":"Point","coordinates":[-0.7328284,51.2037568]},"properties":{"@type":"node","@id":262117891,"@timestamp":1209903909},"coords":"51.2037568,-0.7328284","bedrooms":"2","price":"221000","area":"694"} , +{"type":"Feature","id":"n262119367","geometry":{"type":"Point","coordinates":[-0.7404572,51.2062262]},"properties":{"@type":"node","@id":262119367,"@timestamp":1218732828},"coords":"51.2062262,-0.7404572","bedrooms":"2","price":"150000","area":"451"} , +{"type":"Feature","id":"n262119377","geometry":{"type":"Point","coordinates":[-0.7422144,51.2079086]},"properties":{"@type":"node","@id":262119377,"@timestamp":1218732828},"coords":"51.2079086,-0.7422144","bedrooms":"1","price":"181000","area":"630"} , +{"type":"Feature","id":"n262122348","geometry":{"type":"Point","coordinates":[-0.7521288,51.2104325]},"properties":{"@type":"node","@id":262122348,"@timestamp":1209905544},"coords":"51.2104325,-0.7521288","bedrooms":"4","price":"218000","area":"507"} , +{"type":"Feature","id":"n262126367","geometry":{"type":"Point","coordinates":[-0.6199289,51.2618984]},"properties":{"@type":"node","@id":262126367,"@timestamp":1534670480},"coords":"51.2618984,-0.6199289","bedrooms":"1","price":"272000","area":"546"} , +{"type":"Feature","id":"n262131048","geometry":{"type":"Point","coordinates":[-0.1246612,51.4733098]},"properties":{"@type":"node","@id":262131048,"@timestamp":1616370968},"coords":"51.4733098,-0.1246612","bedrooms":"2","price":"172000","area":"463"} , +{"type":"Feature","id":"n262171651","geometry":{"type":"Point","coordinates":[-0.6147119,51.1706065]},"properties":{"@type":"node","@id":262171651,"@timestamp":1212857403},"coords":"51.1706065,-0.6147119","bedrooms":"3","price":"252000","area":"470"} , +{"type":"Feature","id":"n262171667","geometry":{"type":"Point","coordinates":[-0.6106759,51.1690564]},"properties":{"@type":"node","@id":262171667,"@timestamp":1209924011},"coords":"51.1690564,-0.6106759","bedrooms":"2","price":"288000","area":"504"} , +{"type":"Feature","id":"n262171677","geometry":{"type":"Point","coordinates":[-0.6100255,51.1682383]},"properties":{"@type":"node","@id":262171677,"@timestamp":1209924012},"coords":"51.1682383,-0.6100255","bedrooms":"4","price":"261000","area":"372"} , +{"type":"Feature","id":"n262171687","geometry":{"type":"Point","coordinates":[-0.6092047,51.1672909]},"properties":{"@type":"node","@id":262171687,"@timestamp":1209924013},"coords":"51.1672909,-0.6092047","bedrooms":"3","price":"211000","area":"394"} , +{"type":"Feature","id":"n262171697","geometry":{"type":"Point","coordinates":[-0.6089046,51.165446]},"properties":{"@type":"node","@id":262171697,"@timestamp":1209924014},"coords":"51.165446,-0.6089046","bedrooms":"4","price":"221000","area":"503"} , +{"type":"Feature","id":"n262171707","geometry":{"type":"Point","coordinates":[-0.6086169,51.1645643]},"properties":{"@type":"node","@id":262171707,"@timestamp":1209924015},"coords":"51.1645643,-0.6086169","bedrooms":"2","price":"266000","area":"398"} , +{"type":"Feature","id":"n262171717","geometry":{"type":"Point","coordinates":[-0.6089859,51.1631885]},"properties":{"@type":"node","@id":262171717,"@timestamp":1209924015},"coords":"51.1631885,-0.6089859","bedrooms":"2","price":"230000","area":"419"} , +{"type":"Feature","id":"n262171729","geometry":{"type":"Point","coordinates":[-0.6083417,51.161919]},"properties":{"@type":"node","@id":262171729,"@timestamp":1209924016},"coords":"51.161919,-0.6083417","bedrooms":"0","price":"257000","area":"581"} , +{"type":"Feature","id":"n262171788","geometry":{"type":"Point","coordinates":[-0.6078416,51.1600646]},"properties":{"@type":"node","@id":262171788,"@timestamp":1209924020},"coords":"51.1600646,-0.6078416","bedrooms":"4","price":"252000","area":"514"} , +{"type":"Feature","id":"n262171802","geometry":{"type":"Point","coordinates":[-0.6089309,51.1590446]},"properties":{"@type":"node","@id":262171802,"@timestamp":1209924021},"coords":"51.1590446,-0.6089309","bedrooms":"4","price":"210000","area":"613"} , +{"type":"Feature","id":"n262171812","geometry":{"type":"Point","coordinates":[-0.6091015,51.1579429]},"properties":{"@type":"node","@id":262171812,"@timestamp":1209924022},"coords":"51.1579429,-0.6091015","bedrooms":"1","price":"240000","area":"601"} , +{"type":"Feature","id":"n262171822","geometry":{"type":"Point","coordinates":[-0.6088314,51.1569088]},"properties":{"@type":"node","@id":262171822,"@timestamp":1209924023},"coords":"51.1569088,-0.6088314","bedrooms":"3","price":"174000","area":"690"} , +{"type":"Feature","id":"n262171946","geometry":{"type":"Point","coordinates":[-0.5891749,51.1603702]},"properties":{"@type":"node","@id":262171946,"@timestamp":1209924032},"coords":"51.1603702,-0.5891749","bedrooms":"4","price":"218000","area":"698"} , +{"type":"Feature","id":"n262171981","geometry":{"type":"Point","coordinates":[-0.5788874,51.1588938]},"properties":{"@type":"node","@id":262171981,"@timestamp":1209924034},"coords":"51.1588938,-0.5788874","bedrooms":"4","price":"219000","area":"410"} , +{"type":"Feature","id":"n262171995","geometry":{"type":"Point","coordinates":[-0.5797566,51.1600283]},"properties":{"@type":"node","@id":262171995,"@timestamp":1209924035},"coords":"51.1600283,-0.5797566","bedrooms":"1","price":"288000","area":"420"} , +{"type":"Feature","id":"n262172005","geometry":{"type":"Point","coordinates":[-0.5799033,51.1618626]},"properties":{"@type":"node","@id":262172005,"@timestamp":1209924036},"coords":"51.1618626,-0.5799033","bedrooms":"0","price":"297000","area":"613"} , +{"type":"Feature","id":"n262172019","geometry":{"type":"Point","coordinates":[-0.5788451,51.1635953]},"properties":{"@type":"node","@id":262172019,"@timestamp":1209924036},"coords":"51.1635953,-0.5788451","bedrooms":"4","price":"260000","area":"542"} , +{"type":"Feature","id":"n262172029","geometry":{"type":"Point","coordinates":[-0.5783823,51.1644322]},"properties":{"@type":"node","@id":262172029,"@timestamp":1209924037},"coords":"51.1644322,-0.5783823","bedrooms":"4","price":"171000","area":"680"} , +{"type":"Feature","id":"n262172039","geometry":{"type":"Point","coordinates":[-0.5779183,51.1649372]},"properties":{"@type":"node","@id":262172039,"@timestamp":1209924038},"coords":"51.1649372,-0.5779183","bedrooms":"0","price":"286000","area":"673"} , +{"type":"Feature","id":"n262172049","geometry":{"type":"Point","coordinates":[-0.581083,51.1638001]},"properties":{"@type":"node","@id":262172049,"@timestamp":1209924038},"coords":"51.1638001,-0.581083","bedrooms":"0","price":"198000","area":"554"} , +{"type":"Feature","id":"n262172059","geometry":{"type":"Point","coordinates":[-0.5814147,51.1641117]},"properties":{"@type":"node","@id":262172059,"@timestamp":1209924039},"coords":"51.1641117,-0.5814147","bedrooms":"0","price":"178000","area":"558"} , +{"type":"Feature","id":"n262172093","geometry":{"type":"Point","coordinates":[-0.6250394,51.1856959]},"properties":{"@type":"node","@id":262172093,"@timestamp":1209924042},"coords":"51.1856959,-0.6250394","bedrooms":"0","price":"181000","area":"454"} , +{"type":"Feature","id":"n262172103","geometry":{"type":"Point","coordinates":[-0.6250266,51.185209]},"properties":{"@type":"node","@id":262172103,"@timestamp":1209924042},"coords":"51.185209,-0.6250266","bedrooms":"3","price":"191000","area":"399"} , +{"type":"Feature","id":"n262172113","geometry":{"type":"Point","coordinates":[-0.6251451,51.185068]},"properties":{"@type":"node","@id":262172113,"@timestamp":1209924043},"coords":"51.185068,-0.6251451","bedrooms":"0","price":"172000","area":"401"} , +{"type":"Feature","id":"n262184487","geometry":{"type":"Point","coordinates":[-0.6492136,51.478724]},"properties":{"@type":"node","@id":262184487,"@timestamp":1609105140},"coords":"51.478724,-0.6492136","bedrooms":"2","price":"213000","area":"660"} , +{"type":"Feature","id":"n262185427","geometry":{"type":"Point","coordinates":[-0.7723624,51.2101808]},"properties":{"@type":"node","@id":262185427,"@timestamp":1209928385},"coords":"51.2101808,-0.7723624","bedrooms":"0","price":"206000","area":"538"} , +{"type":"Feature","id":"n262210101","geometry":{"type":"Point","coordinates":[-0.0201853,51.5124187]},"properties":{"@type":"node","@id":262210101,"@timestamp":1231844283},"coords":"51.5124187,-0.0201853","bedrooms":"3","price":"242000","area":"393"} , +{"type":"Feature","id":"n262215978","geometry":{"type":"Point","coordinates":[-0.4478688,51.4477429]},"properties":{"@type":"node","@id":262215978,"@timestamp":1209936684},"coords":"51.4477429,-0.4478688","bedrooms":"0","price":"288000","area":"472"} , +{"type":"Feature","id":"n262216160","geometry":{"type":"Point","coordinates":[-0.4531098,51.4397847]},"properties":{"@type":"node","@id":262216160,"@timestamp":1209936698},"coords":"51.4397847,-0.4531098","bedrooms":"3","price":"286000","area":"476"} , +{"type":"Feature","id":"n262216203","geometry":{"type":"Point","coordinates":[-0.4438694,51.441045]},"properties":{"@type":"node","@id":262216203,"@timestamp":1209936702},"coords":"51.441045,-0.4438694","bedrooms":"1","price":"167000","area":"370"} , +{"type":"Feature","id":"n262216234","geometry":{"type":"Point","coordinates":[-0.4403691,51.4451817]},"properties":{"@type":"node","@id":262216234,"@timestamp":1209936704},"coords":"51.4451817,-0.4403691","bedrooms":"4","price":"199000","area":"682"} , +{"type":"Feature","id":"n262281486","geometry":{"type":"Point","coordinates":[0.3922141,51.1020096]},"properties":{"@type":"node","@id":262281486,"@timestamp":1254387703},"coords":"51.1020096,0.3922141","bedrooms":"2","price":"175000","area":"643"} , +{"type":"Feature","id":"n262282220","geometry":{"type":"Point","coordinates":[0.4041866,51.128475]},"properties":{"@type":"node","@id":262282220,"@timestamp":1209980513},"coords":"51.128475,0.4041866","bedrooms":"3","price":"293000","area":"369"} , +{"type":"Feature","id":"n262282230","geometry":{"type":"Point","coordinates":[0.4177209,51.1147079]},"properties":{"@type":"node","@id":262282230,"@timestamp":1209980514},"coords":"51.1147079,0.4177209","bedrooms":"0","price":"262000","area":"590"} , +{"type":"Feature","id":"n262283232","geometry":{"type":"Point","coordinates":[0.3581248,51.120102]},"properties":{"@type":"node","@id":262283232,"@timestamp":1209981028},"coords":"51.120102,0.3581248","bedrooms":"2","price":"198000","area":"386"} , +{"type":"Feature","id":"n262283321","geometry":{"type":"Point","coordinates":[0.3815108,51.1132016]},"properties":{"@type":"node","@id":262283321,"@timestamp":1209981034},"coords":"51.1132016,0.3815108","bedrooms":"2","price":"299000","area":"649"} , +{"type":"Feature","id":"n262284368","geometry":{"type":"Point","coordinates":[0.4079546,51.1208003]},"properties":{"@type":"node","@id":262284368,"@timestamp":1209981556},"coords":"51.1208003,0.4079546","bedrooms":"0","price":"282000","area":"631"} , +{"type":"Feature","id":"n262285152","geometry":{"type":"Point","coordinates":[0.3978412,51.091745]},"properties":{"@type":"node","@id":262285152,"@timestamp":1209981863},"coords":"51.091745,0.3978412","bedrooms":"1","price":"284000","area":"427"} , +{"type":"Feature","id":"n262286072","geometry":{"type":"Point","coordinates":[0.414954,51.0647981]},"properties":{"@type":"node","@id":262286072,"@timestamp":1209982235},"coords":"51.0647981,0.414954","bedrooms":"2","price":"250000","area":"675"} , +{"type":"Feature","id":"n262289931","geometry":{"type":"Point","coordinates":[-0.0071333,51.5274857]},"properties":{"@type":"node","@id":262289931,"@timestamp":1346963831},"coords":"51.5274857,-0.0071333","bedrooms":"3","price":"173000","area":"692"} , +{"type":"Feature","id":"n262295378","geometry":{"type":"Point","coordinates":[0.0011673,51.5312405]},"properties":{"@type":"node","@id":262295378,"@timestamp":1209985802},"coords":"51.5312405,0.0011673","bedrooms":"4","price":"296000","area":"422"} , +{"type":"Feature","id":"n262311201","geometry":{"type":"Point","coordinates":[-0.0281728,51.5361814]},"properties":{"@type":"node","@id":262311201,"@timestamp":1632050859},"coords":"51.5361814,-0.0281728","bedrooms":"2","price":"183000","area":"439"} , +{"type":"Feature","id":"n262311244","geometry":{"type":"Point","coordinates":[-0.0144536,51.5265002]},"properties":{"@type":"node","@id":262311244,"@timestamp":1209993118},"coords":"51.5265002,-0.0144536","bedrooms":"2","price":"208000","area":"657"} , +{"type":"Feature","id":"n262314558","geometry":{"type":"Point","coordinates":[-0.0132785,51.5268274]},"properties":{"@type":"node","@id":262314558,"@timestamp":1209995104},"coords":"51.5268274,-0.0132785","bedrooms":"1","price":"199000","area":"693"} , +{"type":"Feature","id":"n262328689","geometry":{"type":"Point","coordinates":[-0.1229576,51.4771613]},"properties":{"@type":"node","@id":262328689,"@timestamp":1543944186},"coords":"51.4771613,-0.1229576","bedrooms":"3","price":"186000","area":"622"} , +{"type":"Feature","id":"n262328699","geometry":{"type":"Point","coordinates":[-0.1197316,51.4754967]},"properties":{"@type":"node","@id":262328699,"@timestamp":1210000819},"coords":"51.4754967,-0.1197316","bedrooms":"0","price":"284000","area":"427"} , +{"type":"Feature","id":"n262329530","geometry":{"type":"Point","coordinates":[-0.121712,51.4762791]},"properties":{"@type":"node","@id":262329530,"@timestamp":1210001201},"coords":"51.4762791,-0.121712","bedrooms":"0","price":"279000","area":"551"} , +{"type":"Feature","id":"n262329540","geometry":{"type":"Point","coordinates":[-0.1217515,51.4767188]},"properties":{"@type":"node","@id":262329540,"@timestamp":1210001202},"coords":"51.4767188,-0.1217515","bedrooms":"2","price":"263000","area":"610"} , +{"type":"Feature","id":"n262329550","geometry":{"type":"Point","coordinates":[-0.121359,51.4762781]},"properties":{"@type":"node","@id":262329550,"@timestamp":1210001202},"coords":"51.4762781,-0.121359","bedrooms":"4","price":"150000","area":"642"} , +{"type":"Feature","id":"n262329560","geometry":{"type":"Point","coordinates":[-0.1208017,51.4764757]},"properties":{"@type":"node","@id":262329560,"@timestamp":1210001203},"coords":"51.4764757,-0.1208017","bedrooms":"1","price":"239000","area":"647"} , +{"type":"Feature","id":"n262350865","geometry":{"type":"Point","coordinates":[-0.0181158,51.1490536]},"properties":{"@type":"node","@id":262350865,"@timestamp":1210010376},"coords":"51.1490536,-0.0181158","bedrooms":"1","price":"243000","area":"694"} , +{"type":"Feature","id":"n262351486","geometry":{"type":"Point","coordinates":[-0.0892309,51.1562901]},"properties":{"@type":"node","@id":262351486,"@timestamp":1210010640},"coords":"51.1562901,-0.0892309","bedrooms":"2","price":"233000","area":"649"} , +{"type":"Feature","id":"n262351517","geometry":{"type":"Point","coordinates":[-0.0754803,51.1600823]},"properties":{"@type":"node","@id":262351517,"@timestamp":1210010642},"coords":"51.1600823,-0.0754803","bedrooms":"1","price":"244000","area":"669"} , +{"type":"Feature","id":"n262353165","geometry":{"type":"Point","coordinates":[0.0226578,51.1725]},"properties":{"@type":"node","@id":262353165,"@timestamp":1210011293},"coords":"51.1725,0.0226578","bedrooms":"3","price":"204000","area":"402"} , +{"type":"Feature","id":"n262354222","geometry":{"type":"Point","coordinates":[0.0141814,51.148839]},"properties":{"@type":"node","@id":262354222,"@timestamp":1210011835},"coords":"51.148839,0.0141814","bedrooms":"0","price":"177000","area":"458"} , +{"type":"Feature","id":"n262354232","geometry":{"type":"Point","coordinates":[0.0088537,51.1533791]},"properties":{"@type":"node","@id":262354232,"@timestamp":1210011836},"coords":"51.1533791,0.0088537","bedrooms":"2","price":"172000","area":"404"} , +{"type":"Feature","id":"n262354380","geometry":{"type":"Point","coordinates":[0.0001687,51.1584246]},"properties":{"@type":"node","@id":262354380,"@timestamp":1210011849},"coords":"51.1584246,0.0001687","bedrooms":"0","price":"229000","area":"434"} , +{"type":"Feature","id":"n262354419","geometry":{"type":"Point","coordinates":[0.0280975,51.1772362]},"properties":{"@type":"node","@id":262354419,"@timestamp":1210011852},"coords":"51.1772362,0.0280975","bedrooms":"0","price":"235000","area":"657"} , +{"type":"Feature","id":"n262362380","geometry":{"type":"Point","coordinates":[-0.0276361,51.5119268]},"properties":{"@type":"node","@id":262362380,"@timestamp":1615750230},"coords":"51.5119268,-0.0276361","bedrooms":"0","price":"160000","area":"555"} , +{"type":"Feature","id":"n262362418","geometry":{"type":"Point","coordinates":[-0.0188907,51.5088325]},"properties":{"@type":"node","@id":262362418,"@timestamp":1210013204},"coords":"51.5088325,-0.0188907","bedrooms":"1","price":"189000","area":"694"} , +{"type":"Feature","id":"n262372671","geometry":{"type":"Point","coordinates":[0.0246721,51.6607094]},"properties":{"@type":"node","@id":262372671,"@timestamp":1210016771},"coords":"51.6607094,0.0246721","bedrooms":"0","price":"231000","area":"436"} , +{"type":"Feature","id":"n262372690","geometry":{"type":"Point","coordinates":[0.027498,51.6374968]},"properties":{"@type":"node","@id":262372690,"@timestamp":1210016778},"coords":"51.6374968,0.027498","bedrooms":"2","price":"262000","area":"518"} , +{"type":"Feature","id":"n262372738","geometry":{"type":"Point","coordinates":[0.0274694,51.6376882]},"properties":{"@type":"node","@id":262372738,"@timestamp":1210016783},"coords":"51.6376882,0.0274694","bedrooms":"4","price":"270000","area":"546"} , +{"type":"Feature","id":"n262372776","geometry":{"type":"Point","coordinates":[0.0289226,51.6392732]},"properties":{"@type":"node","@id":262372776,"@timestamp":1210016789},"coords":"51.6392732,0.0289226","bedrooms":"4","price":"213000","area":"486"} , +{"type":"Feature","id":"n262372786","geometry":{"type":"Point","coordinates":[0.0273283,51.6396306]},"properties":{"@type":"node","@id":262372786,"@timestamp":1210016793},"coords":"51.6396306,0.0273283","bedrooms":"1","price":"183000","area":"367"} , +{"type":"Feature","id":"n262374832","geometry":{"type":"Point","coordinates":[-0.0136253,51.5112113]},"properties":{"@type":"node","@id":262374832,"@timestamp":1622208476},"coords":"51.5112113,-0.0136253","bedrooms":"2","price":"159000","area":"449"} , +{"type":"Feature","id":"n262376291","geometry":{"type":"Point","coordinates":[-0.7290683,51.1257193]},"properties":{"@type":"node","@id":262376291,"@timestamp":1210017470},"coords":"51.1257193,-0.7290683","bedrooms":"3","price":"273000","area":"550"} , +{"type":"Feature","id":"n262377679","geometry":{"type":"Point","coordinates":[-0.7303398,51.1295346]},"properties":{"@type":"node","@id":262377679,"@timestamp":1210017888},"coords":"51.1295346,-0.7303398","bedrooms":"0","price":"259000","area":"521"} , +{"type":"Feature","id":"n262379472","geometry":{"type":"Point","coordinates":[-0.7200772,51.123702]},"properties":{"@type":"node","@id":262379472,"@timestamp":1328301131},"coords":"51.123702,-0.7200772","bedrooms":"3","price":"223000","area":"376"} , +{"type":"Feature","id":"n262413949","geometry":{"type":"Point","coordinates":[0.0248665,51.6348209]},"properties":{"@type":"node","@id":262413949,"@timestamp":1210029759},"coords":"51.6348209,0.0248665","bedrooms":"0","price":"217000","area":"607"} , +{"type":"Feature","id":"n262413959","geometry":{"type":"Point","coordinates":[0.0256564,51.6339347]},"properties":{"@type":"node","@id":262413959,"@timestamp":1210029763},"coords":"51.6339347,0.0256564","bedrooms":"4","price":"230000","area":"559"} , +{"type":"Feature","id":"n262414025","geometry":{"type":"Point","coordinates":[0.0062857,51.6521096]},"properties":{"@type":"node","@id":262414025,"@timestamp":1210029789},"coords":"51.6521096,0.0062857","bedrooms":"4","price":"172000","area":"450"} , +{"type":"Feature","id":"n262414040","geometry":{"type":"Point","coordinates":[0.0063224,51.6520474]},"properties":{"@type":"node","@id":262414040,"@timestamp":1210029792},"coords":"51.6520474,0.0063224","bedrooms":"2","price":"182000","area":"596"} , +{"type":"Feature","id":"n262414182","geometry":{"type":"Point","coordinates":[0.0238839,51.6303487]},"properties":{"@type":"node","@id":262414182,"@timestamp":1210029833},"coords":"51.6303487,0.0238839","bedrooms":"2","price":"181000","area":"576"} , +{"type":"Feature","id":"n262414192","geometry":{"type":"Point","coordinates":[0.0251268,51.6302702]},"properties":{"@type":"node","@id":262414192,"@timestamp":1210029837},"coords":"51.6302702,0.0251268","bedrooms":"0","price":"212000","area":"606"} , +{"type":"Feature","id":"n262443427","geometry":{"type":"Point","coordinates":[-0.0862947,51.561309]},"properties":{"@type":"node","@id":262443427,"@timestamp":1623662261},"coords":"51.561309,-0.0862947","bedrooms":"0","price":"163000","area":"508"} , +{"type":"Feature","id":"n262451120","geometry":{"type":"Point","coordinates":[0.6151141,51.2659777]},"properties":{"@type":"node","@id":262451120,"@timestamp":1210071728},"coords":"51.2659777,0.6151141","bedrooms":"0","price":"198000","area":"658"} , +{"type":"Feature","id":"n262454641","geometry":{"type":"Point","coordinates":[0.7138225,50.9791932]},"properties":{"@type":"node","@id":262454641,"@timestamp":1210074664},"coords":"50.9791932,0.7138225","bedrooms":"4","price":"193000","area":"630"} , +{"type":"Feature","id":"n262454679","geometry":{"type":"Point","coordinates":[0.6961472,50.9670462]},"properties":{"@type":"node","@id":262454679,"@timestamp":1210074680},"coords":"50.9670462,0.6961472","bedrooms":"0","price":"293000","area":"609"} , +{"type":"Feature","id":"n262454705","geometry":{"type":"Point","coordinates":[0.6844794,50.9636917]},"properties":{"@type":"node","@id":262454705,"@timestamp":1210074701},"coords":"50.9636917,0.6844794","bedrooms":"1","price":"222000","area":"678"} , +{"type":"Feature","id":"n262455088","geometry":{"type":"Point","coordinates":[0.6336308,50.9527327]},"properties":{"@type":"node","@id":262455088,"@timestamp":1210075120},"coords":"50.9527327,0.6336308","bedrooms":"0","price":"278000","area":"536"} , +{"type":"Feature","id":"n262455108","geometry":{"type":"Point","coordinates":[0.631012,50.9513298]},"properties":{"@type":"node","@id":262455108,"@timestamp":1210075128},"coords":"50.9513298,0.631012","bedrooms":"1","price":"207000","area":"684"} , +{"type":"Feature","id":"n262455118","geometry":{"type":"Point","coordinates":[0.6319385,50.9493891]},"properties":{"@type":"node","@id":262455118,"@timestamp":1210075132},"coords":"50.9493891,0.6319385","bedrooms":"4","price":"283000","area":"462"} , +{"type":"Feature","id":"n262455146","geometry":{"type":"Point","coordinates":[0.6315352,50.9480183]},"properties":{"@type":"node","@id":262455146,"@timestamp":1210075139},"coords":"50.9480183,0.6315352","bedrooms":"0","price":"168000","area":"524"} , +{"type":"Feature","id":"n262455157","geometry":{"type":"Point","coordinates":[0.6298488,50.9457912]},"properties":{"@type":"node","@id":262455157,"@timestamp":1210075143},"coords":"50.9457912,0.6298488","bedrooms":"4","price":"174000","area":"505"} , +{"type":"Feature","id":"n262455169","geometry":{"type":"Point","coordinates":[0.6282442,50.9443182]},"properties":{"@type":"node","@id":262455169,"@timestamp":1210075147},"coords":"50.9443182,0.6282442","bedrooms":"3","price":"226000","area":"615"} , +{"type":"Feature","id":"n262466708","geometry":{"type":"Point","coordinates":[-0.4977341,51.7914182]},"properties":{"@type":"node","@id":262466708,"@timestamp":1210081630},"coords":"51.7914182,-0.4977341","bedrooms":"1","price":"271000","area":"554"} , +{"type":"Feature","id":"n262466721","geometry":{"type":"Point","coordinates":[-0.4886026,51.781206]},"properties":{"@type":"node","@id":262466721,"@timestamp":1210081630},"coords":"51.781206,-0.4886026","bedrooms":"1","price":"294000","area":"556"} , +{"type":"Feature","id":"n262466731","geometry":{"type":"Point","coordinates":[-0.4805154,51.7837682]},"properties":{"@type":"node","@id":262466731,"@timestamp":1210081631},"coords":"51.7837682,-0.4805154","bedrooms":"1","price":"170000","area":"498"} , +{"type":"Feature","id":"n262466741","geometry":{"type":"Point","coordinates":[-0.4757675,51.785456]},"properties":{"@type":"node","@id":262466741,"@timestamp":1210081631},"coords":"51.785456,-0.4757675","bedrooms":"1","price":"258000","area":"398"} , +{"type":"Feature","id":"n262466751","geometry":{"type":"Point","coordinates":[-0.5014086,51.7856304]},"properties":{"@type":"node","@id":262466751,"@timestamp":1210081632},"coords":"51.7856304,-0.5014086","bedrooms":"4","price":"150000","area":"525"} , +{"type":"Feature","id":"n262466765","geometry":{"type":"Point","coordinates":[-0.5057393,51.801002]},"properties":{"@type":"node","@id":262466765,"@timestamp":1210081632},"coords":"51.801002,-0.5057393","bedrooms":"4","price":"245000","area":"491"} , +{"type":"Feature","id":"n262466785","geometry":{"type":"Point","coordinates":[-0.4587552,51.7861042]},"properties":{"@type":"node","@id":262466785,"@timestamp":1210081633},"coords":"51.7861042,-0.4587552","bedrooms":"4","price":"201000","area":"362"} , +{"type":"Feature","id":"n262466795","geometry":{"type":"Point","coordinates":[-0.4698356,51.7860617]},"properties":{"@type":"node","@id":262466795,"@timestamp":1210081634},"coords":"51.7860617,-0.4698356","bedrooms":"3","price":"299000","area":"453"} , +{"type":"Feature","id":"n262466806","geometry":{"type":"Point","coordinates":[-0.4857226,51.7814586]},"properties":{"@type":"node","@id":262466806,"@timestamp":1210637816},"coords":"51.7814586,-0.4857226","bedrooms":"0","price":"294000","area":"444"} , +{"type":"Feature","id":"n262467782","geometry":{"type":"Point","coordinates":[-0.4560215,51.7861224]},"properties":{"@type":"node","@id":262467782,"@timestamp":1210082283},"coords":"51.7861224,-0.4560215","bedrooms":"1","price":"232000","area":"384"} , +{"type":"Feature","id":"n262477954","geometry":{"type":"Point","coordinates":[-0.6159086,51.3582596]},"properties":{"@type":"node","@id":262477954,"@timestamp":1210088530},"coords":"51.3582596,-0.6159086","bedrooms":"1","price":"212000","area":"635"} , +{"type":"Feature","id":"n262477964","geometry":{"type":"Point","coordinates":[-0.6163686,51.354865]},"properties":{"@type":"node","@id":262477964,"@timestamp":1210088531},"coords":"51.354865,-0.6163686","bedrooms":"0","price":"240000","area":"392"} , +{"type":"Feature","id":"n262477974","geometry":{"type":"Point","coordinates":[-0.6186189,51.352707]},"properties":{"@type":"node","@id":262477974,"@timestamp":1210088532},"coords":"51.352707,-0.6186189","bedrooms":"0","price":"278000","area":"425"} , +{"type":"Feature","id":"n262477984","geometry":{"type":"Point","coordinates":[-0.6196786,51.3568865]},"properties":{"@type":"node","@id":262477984,"@timestamp":1210088533},"coords":"51.3568865,-0.6196786","bedrooms":"1","price":"186000","area":"404"} , +{"type":"Feature","id":"n262477994","geometry":{"type":"Point","coordinates":[-0.6128411,51.3594451]},"properties":{"@type":"node","@id":262477994,"@timestamp":1210088534},"coords":"51.3594451,-0.6128411","bedrooms":"4","price":"211000","area":"389"} , +{"type":"Feature","id":"n262478004","geometry":{"type":"Point","coordinates":[-0.6108137,51.3586098]},"properties":{"@type":"node","@id":262478004,"@timestamp":1210088538},"coords":"51.3586098,-0.6108137","bedrooms":"2","price":"248000","area":"361"} , +{"type":"Feature","id":"n262478014","geometry":{"type":"Point","coordinates":[-0.6106995,51.3573105]},"properties":{"@type":"node","@id":262478014,"@timestamp":1210088539},"coords":"51.3573105,-0.6106995","bedrooms":"1","price":"287000","area":"466"} , +{"type":"Feature","id":"n262478024","geometry":{"type":"Point","coordinates":[-0.6128054,51.3566252]},"properties":{"@type":"node","@id":262478024,"@timestamp":1210088540},"coords":"51.3566252,-0.6128054","bedrooms":"4","price":"159000","area":"664"} , +{"type":"Feature","id":"n262478057","geometry":{"type":"Point","coordinates":[-0.6064345,51.3554825]},"properties":{"@type":"node","@id":262478057,"@timestamp":1210088542},"coords":"51.3554825,-0.6064345","bedrooms":"2","price":"223000","area":"377"} , +{"type":"Feature","id":"n262478070","geometry":{"type":"Point","coordinates":[-0.6025919,51.3503476]},"properties":{"@type":"node","@id":262478070,"@timestamp":1210088543},"coords":"51.3503476,-0.6025919","bedrooms":"4","price":"169000","area":"663"} , +{"type":"Feature","id":"n262478080","geometry":{"type":"Point","coordinates":[-0.6049051,51.35028]},"properties":{"@type":"node","@id":262478080,"@timestamp":1210088544},"coords":"51.35028,-0.6049051","bedrooms":"1","price":"202000","area":"522"} , +{"type":"Feature","id":"n262478090","geometry":{"type":"Point","coordinates":[-0.607126,51.3509173]},"properties":{"@type":"node","@id":262478090,"@timestamp":1210088545},"coords":"51.3509173,-0.607126","bedrooms":"2","price":"252000","area":"452"} , +{"type":"Feature","id":"n262478101","geometry":{"type":"Point","coordinates":[-0.607542,51.3529592]},"properties":{"@type":"node","@id":262478101,"@timestamp":1210088549},"coords":"51.3529592,-0.607542","bedrooms":"0","price":"169000","area":"549"} , +{"type":"Feature","id":"n262478111","geometry":{"type":"Point","coordinates":[-0.6073706,51.3540107]},"properties":{"@type":"node","@id":262478111,"@timestamp":1210088550},"coords":"51.3540107,-0.6073706","bedrooms":"1","price":"204000","area":"370"} , +{"type":"Feature","id":"n262478121","geometry":{"type":"Point","coordinates":[-0.6089328,51.3554085]},"properties":{"@type":"node","@id":262478121,"@timestamp":1210088551},"coords":"51.3554085,-0.6089328","bedrooms":"1","price":"179000","area":"354"} , +{"type":"Feature","id":"n262478183","geometry":{"type":"Point","coordinates":[-0.5994794,51.3570859]},"properties":{"@type":"node","@id":262478183,"@timestamp":1210088557},"coords":"51.3570859,-0.5994794","bedrooms":"1","price":"200000","area":"632"} , +{"type":"Feature","id":"n262478236","geometry":{"type":"Point","coordinates":[-0.5947274,51.3537157]},"properties":{"@type":"node","@id":262478236,"@timestamp":1210088563},"coords":"51.3537157,-0.5947274","bedrooms":"1","price":"248000","area":"663"} , +{"type":"Feature","id":"n262478273","geometry":{"type":"Point","coordinates":[-0.5936141,51.3521324]},"properties":{"@type":"node","@id":262478273,"@timestamp":1210088569},"coords":"51.3521324,-0.5936141","bedrooms":"2","price":"254000","area":"688"} , +{"type":"Feature","id":"n262478297","geometry":{"type":"Point","coordinates":[-0.6023447,51.3482415]},"properties":{"@type":"node","@id":262478297,"@timestamp":1210088571},"coords":"51.3482415,-0.6023447","bedrooms":"2","price":"257000","area":"465"} , +{"type":"Feature","id":"n262478333","geometry":{"type":"Point","coordinates":[-0.5919643,51.3430581]},"properties":{"@type":"node","@id":262478333,"@timestamp":1210088574},"coords":"51.3430581,-0.5919643","bedrooms":"2","price":"288000","area":"477"} , +{"type":"Feature","id":"n262478348","geometry":{"type":"Point","coordinates":[-0.5813959,51.3419302]},"properties":{"@type":"node","@id":262478348,"@timestamp":1210088576},"coords":"51.3419302,-0.5813959","bedrooms":"1","price":"179000","area":"669"} , +{"type":"Feature","id":"n262478379","geometry":{"type":"Point","coordinates":[-0.5812348,51.3375673]},"properties":{"@type":"node","@id":262478379,"@timestamp":1210088578},"coords":"51.3375673,-0.5812348","bedrooms":"0","price":"263000","area":"513"} , +{"type":"Feature","id":"n262478400","geometry":{"type":"Point","coordinates":[-0.599414,51.3445443]},"properties":{"@type":"node","@id":262478400,"@timestamp":1210088586},"coords":"51.3445443,-0.599414","bedrooms":"1","price":"267000","area":"519"} , +{"type":"Feature","id":"n262478412","geometry":{"type":"Point","coordinates":[-0.6031754,51.3442368]},"properties":{"@type":"node","@id":262478412,"@timestamp":1210088587},"coords":"51.3442368,-0.6031754","bedrooms":"1","price":"250000","area":"459"} , +{"type":"Feature","id":"n262478423","geometry":{"type":"Point","coordinates":[-0.6042948,51.3424338]},"properties":{"@type":"node","@id":262478423,"@timestamp":1210088588},"coords":"51.3424338,-0.6042948","bedrooms":"1","price":"284000","area":"413"} , +{"type":"Feature","id":"n262478440","geometry":{"type":"Point","coordinates":[-0.6046087,51.3438548]},"properties":{"@type":"node","@id":262478440,"@timestamp":1210088589},"coords":"51.3438548,-0.6046087","bedrooms":"0","price":"278000","area":"622"} , +{"type":"Feature","id":"n262478454","geometry":{"type":"Point","coordinates":[-0.6113544,51.3395134]},"properties":{"@type":"node","@id":262478454,"@timestamp":1210088591},"coords":"51.3395134,-0.6113544","bedrooms":"3","price":"175000","area":"629"} , +{"type":"Feature","id":"n262478472","geometry":{"type":"Point","coordinates":[-0.6125182,51.3362507]},"properties":{"@type":"node","@id":262478472,"@timestamp":1210088593},"coords":"51.3362507,-0.6125182","bedrooms":"0","price":"268000","area":"419"} , +{"type":"Feature","id":"n262478484","geometry":{"type":"Point","coordinates":[-0.6157592,51.3383062]},"properties":{"@type":"node","@id":262478484,"@timestamp":1210088594},"coords":"51.3383062,-0.6157592","bedrooms":"3","price":"183000","area":"386"} , +{"type":"Feature","id":"n262478496","geometry":{"type":"Point","coordinates":[-0.6259278,51.3459992]},"properties":{"@type":"node","@id":262478496,"@timestamp":1210088595},"coords":"51.3459992,-0.6259278","bedrooms":"0","price":"187000","area":"443"} , +{"type":"Feature","id":"n262478506","geometry":{"type":"Point","coordinates":[-0.6351833,51.3475197]},"properties":{"@type":"node","@id":262478506,"@timestamp":1210088595},"coords":"51.3475197,-0.6351833","bedrooms":"2","price":"197000","area":"538"} , +{"type":"Feature","id":"n262478518","geometry":{"type":"Point","coordinates":[-0.6306324,51.3476124]},"properties":{"@type":"node","@id":262478518,"@timestamp":1210088596},"coords":"51.3476124,-0.6306324","bedrooms":"0","price":"214000","area":"684"} , +{"type":"Feature","id":"n262478530","geometry":{"type":"Point","coordinates":[-0.6307349,51.3468619]},"properties":{"@type":"node","@id":262478530,"@timestamp":1210088600},"coords":"51.3468619,-0.6307349","bedrooms":"2","price":"174000","area":"678"} , +{"type":"Feature","id":"n262478540","geometry":{"type":"Point","coordinates":[-0.6369511,51.3464692]},"properties":{"@type":"node","@id":262478540,"@timestamp":1210088602},"coords":"51.3464692,-0.6369511","bedrooms":"3","price":"225000","area":"487"} , +{"type":"Feature","id":"n262478556","geometry":{"type":"Point","coordinates":[-0.6098939,51.3467084]},"properties":{"@type":"node","@id":262478556,"@timestamp":1210088603},"coords":"51.3467084,-0.6098939","bedrooms":"4","price":"159000","area":"656"} , +{"type":"Feature","id":"n262478567","geometry":{"type":"Point","coordinates":[-0.613951,51.3456994]},"properties":{"@type":"node","@id":262478567,"@timestamp":1210088604},"coords":"51.3456994,-0.613951","bedrooms":"4","price":"185000","area":"351"} , +{"type":"Feature","id":"n262478580","geometry":{"type":"Point","coordinates":[-0.6065165,51.347962]},"properties":{"@type":"node","@id":262478580,"@timestamp":1210088605},"coords":"51.347962,-0.6065165","bedrooms":"3","price":"185000","area":"441"} , +{"type":"Feature","id":"n262478615","geometry":{"type":"Point","coordinates":[-0.6019329,51.3462474]},"properties":{"@type":"node","@id":262478615,"@timestamp":1210088609},"coords":"51.3462474,-0.6019329","bedrooms":"1","price":"219000","area":"639"} , +{"type":"Feature","id":"n262483463","geometry":{"type":"Point","coordinates":[-0.6654654,51.3686422]},"properties":{"@type":"node","@id":262483463,"@timestamp":1210091444},"coords":"51.3686422,-0.6654654","bedrooms":"3","price":"198000","area":"561"} , +{"type":"Feature","id":"n262483473","geometry":{"type":"Point","coordinates":[-0.6648143,51.3708744]},"properties":{"@type":"node","@id":262483473,"@timestamp":1210091445},"coords":"51.3708744,-0.6648143","bedrooms":"0","price":"222000","area":"694"} , +{"type":"Feature","id":"n262483483","geometry":{"type":"Point","coordinates":[-0.663366,51.3717116]},"properties":{"@type":"node","@id":262483483,"@timestamp":1210091446},"coords":"51.3717116,-0.663366","bedrooms":"0","price":"296000","area":"519"} , +{"type":"Feature","id":"n262483493","geometry":{"type":"Point","coordinates":[-0.6603231,51.3705024]},"properties":{"@type":"node","@id":262483493,"@timestamp":1210091447},"coords":"51.3705024,-0.6603231","bedrooms":"1","price":"235000","area":"368"} , +{"type":"Feature","id":"n262483507","geometry":{"type":"Point","coordinates":[-0.6619442,51.368496]},"properties":{"@type":"node","@id":262483507,"@timestamp":1210091448},"coords":"51.368496,-0.6619442","bedrooms":"3","price":"171000","area":"531"} , +{"type":"Feature","id":"n262483517","geometry":{"type":"Point","coordinates":[-0.6673655,51.3658651]},"properties":{"@type":"node","@id":262483517,"@timestamp":1210091449},"coords":"51.3658651,-0.6673655","bedrooms":"3","price":"192000","area":"396"} , +{"type":"Feature","id":"n262483530","geometry":{"type":"Point","coordinates":[-0.6686514,51.3666934]},"properties":{"@type":"node","@id":262483530,"@timestamp":1210091451},"coords":"51.3666934,-0.6686514","bedrooms":"3","price":"182000","area":"442"} , +{"type":"Feature","id":"n262483544","geometry":{"type":"Point","coordinates":[-0.6666649,51.3681628]},"properties":{"@type":"node","@id":262483544,"@timestamp":1210091452},"coords":"51.3681628,-0.6666649","bedrooms":"2","price":"150000","area":"641"} , +{"type":"Feature","id":"n262483685","geometry":{"type":"Point","coordinates":[-0.6759903,51.3543184]},"properties":{"@type":"node","@id":262483685,"@timestamp":1210091460},"coords":"51.3543184,-0.6759903","bedrooms":"3","price":"296000","area":"509"} , +{"type":"Feature","id":"n262483698","geometry":{"type":"Point","coordinates":[-0.6672674,51.3518083]},"properties":{"@type":"node","@id":262483698,"@timestamp":1210091461},"coords":"51.3518083,-0.6672674","bedrooms":"0","price":"177000","area":"436"} , +{"type":"Feature","id":"n262483732","geometry":{"type":"Point","coordinates":[-0.6903608,51.3432638]},"properties":{"@type":"node","@id":262483732,"@timestamp":1210091464},"coords":"51.3432638,-0.6903608","bedrooms":"1","price":"185000","area":"621"} , +{"type":"Feature","id":"n262483744","geometry":{"type":"Point","coordinates":[-0.689272,51.346419]},"properties":{"@type":"node","@id":262483744,"@timestamp":1210091465},"coords":"51.346419,-0.689272","bedrooms":"0","price":"245000","area":"383"} , +{"type":"Feature","id":"n262483754","geometry":{"type":"Point","coordinates":[-0.6843171,51.3469967]},"properties":{"@type":"node","@id":262483754,"@timestamp":1210091466},"coords":"51.3469967,-0.6843171","bedrooms":"2","price":"258000","area":"590"} , +{"type":"Feature","id":"n262483767","geometry":{"type":"Point","coordinates":[-0.679855,51.3507103]},"properties":{"@type":"node","@id":262483767,"@timestamp":1210091467},"coords":"51.3507103,-0.679855","bedrooms":"3","price":"236000","area":"541"} , +{"type":"Feature","id":"n262483795","geometry":{"type":"Point","coordinates":[-0.6560769,51.3469343]},"properties":{"@type":"node","@id":262483795,"@timestamp":1210091470},"coords":"51.3469343,-0.6560769","bedrooms":"0","price":"274000","area":"425"} , +{"type":"Feature","id":"n262503789","geometry":{"type":"Point","coordinates":[0.466887,51.1360695]},"properties":{"@type":"node","@id":262503789,"@timestamp":1210101001},"coords":"51.1360695,0.466887","bedrooms":"1","price":"231000","area":"655"} , +{"type":"Feature","id":"n262506180","geometry":{"type":"Point","coordinates":[0.5023434,51.0915104]},"properties":{"@type":"node","@id":262506180,"@timestamp":1210101972},"coords":"51.0915104,0.5023434","bedrooms":"4","price":"238000","area":"579"} , +{"type":"Feature","id":"n262506238","geometry":{"type":"Point","coordinates":[0.4752228,51.0903588]},"properties":{"@type":"node","@id":262506238,"@timestamp":1210101976},"coords":"51.0903588,0.4752228","bedrooms":"3","price":"282000","area":"625"} , +{"type":"Feature","id":"n262506294","geometry":{"type":"Point","coordinates":[0.4704342,51.0953858]},"properties":{"@type":"node","@id":262506294,"@timestamp":1210101979},"coords":"51.0953858,0.4704342","bedrooms":"0","price":"233000","area":"440"} , +{"type":"Feature","id":"n262506353","geometry":{"type":"Point","coordinates":[0.4886734,51.1039833]},"properties":{"@type":"node","@id":262506353,"@timestamp":1210101984},"coords":"51.1039833,0.4886734","bedrooms":"0","price":"246000","area":"414"} , +{"type":"Feature","id":"n262506379","geometry":{"type":"Point","coordinates":[0.4826606,51.1039728]},"properties":{"@type":"node","@id":262506379,"@timestamp":1210101985},"coords":"51.1039728,0.4826606","bedrooms":"0","price":"215000","area":"679"} , +{"type":"Feature","id":"n262506473","geometry":{"type":"Point","coordinates":[0.4688694,51.1227556]},"properties":{"@type":"node","@id":262506473,"@timestamp":1210101993},"coords":"51.1227556,0.4688694","bedrooms":"0","price":"154000","area":"411"} , +{"type":"Feature","id":"n262507041","geometry":{"type":"Point","coordinates":[0.5658553,51.0435512]},"properties":{"@type":"node","@id":262507041,"@timestamp":1210102127},"coords":"51.0435512,0.5658553","bedrooms":"3","price":"282000","area":"523"} , +{"type":"Feature","id":"n262508099","geometry":{"type":"Point","coordinates":[0.4681445,51.0373007]},"properties":{"@type":"node","@id":262508099,"@timestamp":1210102408},"coords":"51.0373007,0.4681445","bedrooms":"4","price":"230000","area":"692"} , +{"type":"Feature","id":"n262508127","geometry":{"type":"Point","coordinates":[0.4821837,51.0306857]},"properties":{"@type":"node","@id":262508127,"@timestamp":1210102411},"coords":"51.0306857,0.4821837","bedrooms":"2","price":"217000","area":"448"} , +{"type":"Feature","id":"n262508707","geometry":{"type":"Point","coordinates":[0.5537617,51.0606515]},"properties":{"@type":"node","@id":262508707,"@timestamp":1210102545},"coords":"51.0606515,0.5537617","bedrooms":"1","price":"161000","area":"472"} , +{"type":"Feature","id":"n262509589","geometry":{"type":"Point","coordinates":[0.5358641,51.0797217]},"properties":{"@type":"node","@id":262509589,"@timestamp":1210102732},"coords":"51.0797217,0.5358641","bedrooms":"2","price":"182000","area":"506"} , +{"type":"Feature","id":"n262509814","geometry":{"type":"Point","coordinates":[0.5399205,51.090394]},"properties":{"@type":"node","@id":262509814,"@timestamp":1210102852},"coords":"51.090394,0.5399205","bedrooms":"4","price":"211000","area":"433"} , +{"type":"Feature","id":"n262512940","geometry":{"type":"Point","coordinates":[0.5666406,51.0890915]},"properties":{"@type":"node","@id":262512940,"@timestamp":1210103576},"coords":"51.0890915,0.5666406","bedrooms":"3","price":"179000","area":"510"} , +{"type":"Feature","id":"n262512974","geometry":{"type":"Point","coordinates":[0.5586618,51.0825049]},"properties":{"@type":"node","@id":262512974,"@timestamp":1210103579},"coords":"51.0825049,0.5586618","bedrooms":"4","price":"225000","area":"667"} , +{"type":"Feature","id":"n262513006","geometry":{"type":"Point","coordinates":[0.5607186,51.0792857]},"properties":{"@type":"node","@id":262513006,"@timestamp":1210103582},"coords":"51.0792857,0.5607186","bedrooms":"4","price":"192000","area":"360"} , +{"type":"Feature","id":"n262513064","geometry":{"type":"Point","coordinates":[0.5612429,51.0670742]},"properties":{"@type":"node","@id":262513064,"@timestamp":1210103587},"coords":"51.0670742,0.5612429","bedrooms":"3","price":"269000","area":"689"} , +{"type":"Feature","id":"n262513094","geometry":{"type":"Point","coordinates":[0.5636743,51.0595016]},"properties":{"@type":"node","@id":262513094,"@timestamp":1210103589},"coords":"51.0595016,0.5636743","bedrooms":"0","price":"163000","area":"593"} , +{"type":"Feature","id":"n262513170","geometry":{"type":"Point","coordinates":[0.5594094,51.0434689]},"properties":{"@type":"node","@id":262513170,"@timestamp":1210103593},"coords":"51.0434689,0.5594094","bedrooms":"1","price":"249000","area":"526"} , +{"type":"Feature","id":"n262513186","geometry":{"type":"Point","coordinates":[0.5515752,51.0368256]},"properties":{"@type":"node","@id":262513186,"@timestamp":1210103594},"coords":"51.0368256,0.5515752","bedrooms":"1","price":"155000","area":"465"} , +{"type":"Feature","id":"n262513225","geometry":{"type":"Point","coordinates":[0.5549387,51.0465128]},"properties":{"@type":"node","@id":262513225,"@timestamp":1210103596},"coords":"51.0465128,0.5549387","bedrooms":"0","price":"249000","area":"354"} , +{"type":"Feature","id":"n262513274","geometry":{"type":"Point","coordinates":[0.544392,51.050944]},"properties":{"@type":"node","@id":262513274,"@timestamp":1210103600},"coords":"51.050944,0.544392","bedrooms":"3","price":"177000","area":"654"} , +{"type":"Feature","id":"n262513308","geometry":{"type":"Point","coordinates":[0.5476536,51.0612787]},"properties":{"@type":"node","@id":262513308,"@timestamp":1210103602},"coords":"51.0612787,0.5476536","bedrooms":"0","price":"216000","area":"557"} , +{"type":"Feature","id":"n262513327","geometry":{"type":"Point","coordinates":[0.5458076,51.0650454]},"properties":{"@type":"node","@id":262513327,"@timestamp":1210103604},"coords":"51.0650454,0.5458076","bedrooms":"3","price":"252000","area":"661"} , +{"type":"Feature","id":"n262513666","geometry":{"type":"Point","coordinates":[0.5043605,51.0532926]},"properties":{"@type":"node","@id":262513666,"@timestamp":1210103609},"coords":"51.0532926,0.5043605","bedrooms":"3","price":"200000","area":"662"} , +{"type":"Feature","id":"n262513719","geometry":{"type":"Point","coordinates":[0.5310978,51.0653564]},"properties":{"@type":"node","@id":262513719,"@timestamp":1210103615},"coords":"51.0653564,0.5310978","bedrooms":"0","price":"197000","area":"390"} , +{"type":"Feature","id":"n262513790","geometry":{"type":"Point","coordinates":[0.5199237,51.0549255]},"properties":{"@type":"node","@id":262513790,"@timestamp":1210103621},"coords":"51.0549255,0.5199237","bedrooms":"0","price":"194000","area":"361"} , +{"type":"Feature","id":"n262513862","geometry":{"type":"Point","coordinates":[0.5286239,51.0711884]},"properties":{"@type":"node","@id":262513862,"@timestamp":1210103625},"coords":"51.0711884,0.5286239","bedrooms":"1","price":"210000","area":"402"} , +{"type":"Feature","id":"n262514809","geometry":{"type":"Point","coordinates":[0.5239774,51.0410489]},"properties":{"@type":"node","@id":262514809,"@timestamp":1210103869},"coords":"51.0410489,0.5239774","bedrooms":"4","price":"155000","area":"478"} , +{"type":"Feature","id":"n262515655","geometry":{"type":"Point","coordinates":[0.53542,51.0302133]},"properties":{"@type":"node","@id":262515655,"@timestamp":1210104029},"coords":"51.0302133,0.53542","bedrooms":"2","price":"183000","area":"489"} , +{"type":"Feature","id":"n262515687","geometry":{"type":"Point","coordinates":[0.5425225,51.0294861]},"properties":{"@type":"node","@id":262515687,"@timestamp":1210104031},"coords":"51.0294861,0.5425225","bedrooms":"0","price":"295000","area":"510"} , +{"type":"Feature","id":"n262515724","geometry":{"type":"Point","coordinates":[0.5346313,51.0291859]},"properties":{"@type":"node","@id":262515724,"@timestamp":1210104033},"coords":"51.0291859,0.5346313","bedrooms":"2","price":"269000","area":"655"} , +{"type":"Feature","id":"n262515755","geometry":{"type":"Point","coordinates":[0.5426455,51.0178736]},"properties":{"@type":"node","@id":262515755,"@timestamp":1210104035},"coords":"51.0178736,0.5426455","bedrooms":"2","price":"200000","area":"663"} , +{"type":"Feature","id":"n262527368","geometry":{"type":"Point","coordinates":[0.7874996,51.0757836]},"properties":{"@type":"node","@id":262527368,"@timestamp":1210107302},"coords":"51.0757836,0.7874996","bedrooms":"2","price":"202000","area":"373"} , +{"type":"Feature","id":"n262528711","geometry":{"type":"Point","coordinates":[-1.0401958,51.4387815]},"properties":{"@type":"node","@id":262528711,"@timestamp":1210107522},"coords":"51.4387815,-1.0401958","bedrooms":"1","price":"247000","area":"552"} , +{"type":"Feature","id":"n262528724","geometry":{"type":"Point","coordinates":[-1.0430856,51.4381442]},"properties":{"@type":"node","@id":262528724,"@timestamp":1210107523},"coords":"51.4381442,-1.0430856","bedrooms":"1","price":"224000","area":"653"} , +{"type":"Feature","id":"n262528747","geometry":{"type":"Point","coordinates":[-1.0403892,51.4370425]},"properties":{"@type":"node","@id":262528747,"@timestamp":1210107528},"coords":"51.4370425,-1.0403892","bedrooms":"0","price":"170000","area":"444"} , +{"type":"Feature","id":"n262529478","geometry":{"type":"Point","coordinates":[0.7429767,51.0514632]},"properties":{"@type":"node","@id":262529478,"@timestamp":1210107793},"coords":"51.0514632,0.7429767","bedrooms":"4","price":"267000","area":"689"} , +{"type":"Feature","id":"n262529560","geometry":{"type":"Point","coordinates":[0.7011519,51.03797]},"properties":{"@type":"node","@id":262529560,"@timestamp":1210107799},"coords":"51.03797,0.7011519","bedrooms":"4","price":"190000","area":"488"} , +{"type":"Feature","id":"n262531153","geometry":{"type":"Point","coordinates":[0.7048434,51.0546867]},"properties":{"@type":"node","@id":262531153,"@timestamp":1210108240},"coords":"51.0546867,0.7048434","bedrooms":"4","price":"283000","area":"402"} , +{"type":"Feature","id":"n262531273","geometry":{"type":"Point","coordinates":[0.6730178,51.0248921]},"properties":{"@type":"node","@id":262531273,"@timestamp":1210108246},"coords":"51.0248921,0.6730178","bedrooms":"4","price":"201000","area":"668"} , +{"type":"Feature","id":"n262532223","geometry":{"type":"Point","coordinates":[0.7239158,51.0221766]},"properties":{"@type":"node","@id":262532223,"@timestamp":1210108557},"coords":"51.0221766,0.7239158","bedrooms":"3","price":"217000","area":"514"} , +{"type":"Feature","id":"n262532776","geometry":{"type":"Point","coordinates":[0.6553483,51.0136963]},"properties":{"@type":"node","@id":262532776,"@timestamp":1210108665},"coords":"51.0136963,0.6553483","bedrooms":"0","price":"155000","area":"411"} , +{"type":"Feature","id":"n262534007","geometry":{"type":"Point","coordinates":[0.7042803,51.0033506]},"properties":{"@type":"node","@id":262534007,"@timestamp":1210108978},"coords":"51.0033506,0.7042803","bedrooms":"0","price":"242000","area":"653"} , +{"type":"Feature","id":"n262534070","geometry":{"type":"Point","coordinates":[0.7072008,51.0184504]},"properties":{"@type":"node","@id":262534070,"@timestamp":1210108981},"coords":"51.0184504,0.7072008","bedrooms":"1","price":"268000","area":"513"} , +{"type":"Feature","id":"n262535631","geometry":{"type":"Point","coordinates":[0.7006457,51.0646164]},"properties":{"@type":"node","@id":262535631,"@timestamp":1210109292},"coords":"51.0646164,0.7006457","bedrooms":"1","price":"186000","area":"571"} , +{"type":"Feature","id":"n262535707","geometry":{"type":"Point","coordinates":[0.6711644,51.0526765]},"properties":{"@type":"node","@id":262535707,"@timestamp":1210109300},"coords":"51.0526765,0.6711644","bedrooms":"0","price":"248000","area":"629"} , +{"type":"Feature","id":"n262536172","geometry":{"type":"Point","coordinates":[0.6792606,51.0075636]},"properties":{"@type":"node","@id":262536172,"@timestamp":1210109430},"coords":"51.0075636,0.6792606","bedrooms":"4","price":"216000","area":"674"} , +{"type":"Feature","id":"n262556492","geometry":{"type":"Point","coordinates":[-0.3554017,51.5533362]},"properties":{"@type":"node","@id":262556492,"@timestamp":1210114595},"coords":"51.5533362,-0.3554017","bedrooms":"4","price":"246000","area":"555"} , +{"type":"Feature","id":"n262556561","geometry":{"type":"Point","coordinates":[-0.361656,51.5592405]},"properties":{"@type":"node","@id":262556561,"@timestamp":1210114600},"coords":"51.5592405,-0.361656","bedrooms":"4","price":"208000","area":"371"} , +{"type":"Feature","id":"n262556576","geometry":{"type":"Point","coordinates":[-0.3622739,51.5588975]},"properties":{"@type":"node","@id":262556576,"@timestamp":1210114601},"coords":"51.5588975,-0.3622739","bedrooms":"2","price":"156000","area":"420"} , +{"type":"Feature","id":"n262556601","geometry":{"type":"Point","coordinates":[-0.3645507,51.5619904]},"properties":{"@type":"node","@id":262556601,"@timestamp":1210114602},"coords":"51.5619904,-0.3645507","bedrooms":"1","price":"200000","area":"610"} , +{"type":"Feature","id":"n262556638","geometry":{"type":"Point","coordinates":[-0.3571885,51.5625124]},"properties":{"@type":"node","@id":262556638,"@timestamp":1210114605},"coords":"51.5625124,-0.3571885","bedrooms":"2","price":"204000","area":"425"} , +{"type":"Feature","id":"n262556659","geometry":{"type":"Point","coordinates":[-0.3593399,51.5618163]},"properties":{"@type":"node","@id":262556659,"@timestamp":1210114606},"coords":"51.5618163,-0.3593399","bedrooms":"4","price":"230000","area":"498"} , +{"type":"Feature","id":"n262559182","geometry":{"type":"Point","coordinates":[-0.52793,51.8475967]},"properties":{"@type":"node","@id":262559182,"@timestamp":1210115434},"coords":"51.8475967,-0.52793","bedrooms":"2","price":"181000","area":"440"} , +{"type":"Feature","id":"n262559373","geometry":{"type":"Point","coordinates":[-0.5265788,51.8500251]},"properties":{"@type":"node","@id":262559373,"@timestamp":1210115517},"coords":"51.8500251,-0.5265788","bedrooms":"3","price":"203000","area":"654"} , +{"type":"Feature","id":"n262559496","geometry":{"type":"Point","coordinates":[-0.5227076,51.8374113]},"properties":{"@type":"node","@id":262559496,"@timestamp":1210115529},"coords":"51.8374113,-0.5227076","bedrooms":"2","price":"176000","area":"354"} , +{"type":"Feature","id":"n262559522","geometry":{"type":"Point","coordinates":[-0.5325298,51.8312342]},"properties":{"@type":"node","@id":262559522,"@timestamp":1210115541},"coords":"51.8312342,-0.5325298","bedrooms":"0","price":"156000","area":"388"} , +{"type":"Feature","id":"n262559571","geometry":{"type":"Point","coordinates":[-0.5365814,51.8394655]},"properties":{"@type":"node","@id":262559571,"@timestamp":1210115558},"coords":"51.8394655,-0.5365814","bedrooms":"1","price":"275000","area":"608"} , +{"type":"Feature","id":"n262559621","geometry":{"type":"Point","coordinates":[-0.5510182,51.8357189]},"properties":{"@type":"node","@id":262559621,"@timestamp":1210115571},"coords":"51.8357189,-0.5510182","bedrooms":"1","price":"211000","area":"671"} , +{"type":"Feature","id":"n262559747","geometry":{"type":"Point","coordinates":[-0.5492374,51.8583546]},"properties":{"@type":"node","@id":262559747,"@timestamp":1210115591},"coords":"51.8583546,-0.5492374","bedrooms":"0","price":"220000","area":"630"} , +{"type":"Feature","id":"n262559765","geometry":{"type":"Point","coordinates":[-0.5418441,51.8633688]},"properties":{"@type":"node","@id":262559765,"@timestamp":1210115603},"coords":"51.8633688,-0.5418441","bedrooms":"3","price":"214000","area":"679"} , +{"type":"Feature","id":"n262559781","geometry":{"type":"Point","coordinates":[-0.5493472,51.8548668]},"properties":{"@type":"node","@id":262559781,"@timestamp":1210115616},"coords":"51.8548668,-0.5493472","bedrooms":"4","price":"248000","area":"509"} , +{"type":"Feature","id":"n262559808","geometry":{"type":"Point","coordinates":[-0.5485845,51.8556316]},"properties":{"@type":"node","@id":262559808,"@timestamp":1210115633},"coords":"51.8556316,-0.5485845","bedrooms":"4","price":"270000","area":"369"} , +{"type":"Feature","id":"n262559843","geometry":{"type":"Point","coordinates":[-0.524455,51.858399]},"properties":{"@type":"node","@id":262559843,"@timestamp":1210115645},"coords":"51.858399,-0.524455","bedrooms":"2","price":"216000","area":"508"} , +{"type":"Feature","id":"n262559864","geometry":{"type":"Point","coordinates":[-0.5305112,51.8640823]},"properties":{"@type":"node","@id":262559864,"@timestamp":1210115656},"coords":"51.8640823,-0.5305112","bedrooms":"4","price":"215000","area":"356"} , +{"type":"Feature","id":"n262559876","geometry":{"type":"Point","coordinates":[-0.5347859,51.8662547]},"properties":{"@type":"node","@id":262559876,"@timestamp":1210115667},"coords":"51.8662547,-0.5347859","bedrooms":"4","price":"269000","area":"620"} , +{"type":"Feature","id":"n262559939","geometry":{"type":"Point","coordinates":[-0.5222654,51.8555355]},"properties":{"@type":"node","@id":262559939,"@timestamp":1210115680},"coords":"51.8555355,-0.5222654","bedrooms":"3","price":"263000","area":"564"} , +{"type":"Feature","id":"n262560025","geometry":{"type":"Point","coordinates":[-0.5276501,51.8560018]},"properties":{"@type":"node","@id":262560025,"@timestamp":1210115690},"coords":"51.8560018,-0.5276501","bedrooms":"3","price":"265000","area":"697"} , +{"type":"Feature","id":"n262560067","geometry":{"type":"Point","coordinates":[-0.5301107,51.8547377]},"properties":{"@type":"node","@id":262560067,"@timestamp":1210115702},"coords":"51.8547377,-0.5301107","bedrooms":"2","price":"221000","area":"494"} , +{"type":"Feature","id":"n262560084","geometry":{"type":"Point","coordinates":[-0.5298989,51.852293]},"properties":{"@type":"node","@id":262560084,"@timestamp":1210115714},"coords":"51.852293,-0.5298989","bedrooms":"1","price":"198000","area":"367"} , +{"type":"Feature","id":"n262560130","geometry":{"type":"Point","coordinates":[-0.5470581,51.8552233]},"properties":{"@type":"node","@id":262560130,"@timestamp":1210115730},"coords":"51.8552233,-0.5470581","bedrooms":"2","price":"217000","area":"435"} , +{"type":"Feature","id":"n262560154","geometry":{"type":"Point","coordinates":[-0.5244074,51.860441]},"properties":{"@type":"node","@id":262560154,"@timestamp":1447940321},"coords":"51.860441,-0.5244074","bedrooms":"0","price":"224000","area":"669"} , +{"type":"Feature","id":"n262560181","geometry":{"type":"Point","coordinates":[-0.5240543,51.8397952]},"properties":{"@type":"node","@id":262560181,"@timestamp":1210115759},"coords":"51.8397952,-0.5240543","bedrooms":"2","price":"272000","area":"678"} , +{"type":"Feature","id":"n262560204","geometry":{"type":"Point","coordinates":[-0.5306955,51.8305169]},"properties":{"@type":"node","@id":262560204,"@timestamp":1210115777},"coords":"51.8305169,-0.5306955","bedrooms":"1","price":"183000","area":"610"} , +{"type":"Feature","id":"n262560290","geometry":{"type":"Point","coordinates":[-0.3611241,51.5641602]},"properties":{"@type":"node","@id":262560290,"@timestamp":1210115831},"coords":"51.5641602,-0.3611241","bedrooms":"3","price":"214000","area":"495"} , +{"type":"Feature","id":"n262560300","geometry":{"type":"Point","coordinates":[-0.3611096,51.5643195]},"properties":{"@type":"node","@id":262560300,"@timestamp":1210115833},"coords":"51.5643195,-0.3611096","bedrooms":"0","price":"218000","area":"464"} , +{"type":"Feature","id":"n262560324","geometry":{"type":"Point","coordinates":[-0.3540402,51.5643676]},"properties":{"@type":"node","@id":262560324,"@timestamp":1483114116},"coords":"51.5643676,-0.3540402","bedrooms":"1","price":"216000","area":"370"} , +{"type":"Feature","id":"n262566114","geometry":{"type":"Point","coordinates":[-0.3581608,51.5691809]},"properties":{"@type":"node","@id":262566114,"@timestamp":1210117839},"coords":"51.5691809,-0.3581608","bedrooms":"4","price":"218000","area":"624"} , +{"type":"Feature","id":"n262566125","geometry":{"type":"Point","coordinates":[-0.3614868,51.5697386]},"properties":{"@type":"node","@id":262566125,"@timestamp":1210117840},"coords":"51.5697386,-0.3614868","bedrooms":"1","price":"205000","area":"518"} , +{"type":"Feature","id":"n262566152","geometry":{"type":"Point","coordinates":[-0.3608274,51.5700319]},"properties":{"@type":"node","@id":262566152,"@timestamp":1210117842},"coords":"51.5700319,-0.3608274","bedrooms":"2","price":"222000","area":"661"} , +{"type":"Feature","id":"n262566172","geometry":{"type":"Point","coordinates":[-0.3646787,51.5687006]},"properties":{"@type":"node","@id":262566172,"@timestamp":1210117843},"coords":"51.5687006,-0.3646787","bedrooms":"0","price":"160000","area":"668"} , +{"type":"Feature","id":"n262566193","geometry":{"type":"Point","coordinates":[-0.3591098,51.5668349]},"properties":{"@type":"node","@id":262566193,"@timestamp":1210117845},"coords":"51.5668349,-0.3591098","bedrooms":"4","price":"290000","area":"599"} , +{"type":"Feature","id":"n262566209","geometry":{"type":"Point","coordinates":[-0.3656292,51.5637595]},"properties":{"@type":"node","@id":262566209,"@timestamp":1210117846},"coords":"51.5637595,-0.3656292","bedrooms":"3","price":"281000","area":"386"} , +{"type":"Feature","id":"n262566224","geometry":{"type":"Point","coordinates":[-0.3651948,51.5599536]},"properties":{"@type":"node","@id":262566224,"@timestamp":1210117847},"coords":"51.5599536,-0.3651948","bedrooms":"3","price":"227000","area":"455"} , +{"type":"Feature","id":"n262575098","geometry":{"type":"Point","coordinates":[-0.9178008,51.92733]},"properties":{"@type":"node","@id":262575098,"@timestamp":1375206296},"coords":"51.92733,-0.9178008","bedrooms":"0","price":"247000","area":"536"} , +{"type":"Feature","id":"n262575108","geometry":{"type":"Point","coordinates":[-0.9046806,51.9295819]},"properties":{"@type":"node","@id":262575108,"@timestamp":1566820577},"coords":"51.9295819,-0.9046806","bedrooms":"1","price":"272000","area":"408"} , +{"type":"Feature","id":"n262575118","geometry":{"type":"Point","coordinates":[-0.9355896,51.9143723]},"properties":{"@type":"node","@id":262575118,"@timestamp":1634863847},"coords":"51.9143723,-0.9355896","bedrooms":"2","price":"169000","area":"586"} , +{"type":"Feature","id":"n262575131","geometry":{"type":"Point","coordinates":[-0.9200676,51.9278859]},"properties":{"@type":"node","@id":262575131,"@timestamp":1375206296},"coords":"51.9278859,-0.9200676","bedrooms":"2","price":"281000","area":"365"} , +{"type":"Feature","id":"n262575146","geometry":{"type":"Point","coordinates":[-0.928513,51.9240814]},"properties":{"@type":"node","@id":262575146,"@timestamp":1305151577},"coords":"51.9240814,-0.928513","bedrooms":"1","price":"246000","area":"694"} , +{"type":"Feature","id":"n262575336","geometry":{"type":"Point","coordinates":[-0.9544158,51.9179535]},"properties":{"@type":"node","@id":262575336,"@timestamp":1210124139},"coords":"51.9179535,-0.9544158","bedrooms":"2","price":"298000","area":"505"} , +{"type":"Feature","id":"n262614466","geometry":{"type":"Point","coordinates":[-1.1016638,51.2788551]},"properties":{"@type":"node","@id":262614466,"@timestamp":1210155750},"coords":"51.2788551,-1.1016638","bedrooms":"1","price":"270000","area":"636"} , +{"type":"Feature","id":"n262614511","geometry":{"type":"Point","coordinates":[-1.0888594,51.2830234]},"properties":{"@type":"node","@id":262614511,"@timestamp":1210155766},"coords":"51.2830234,-1.0888594","bedrooms":"4","price":"160000","area":"583"} , +{"type":"Feature","id":"n262615658","geometry":{"type":"Point","coordinates":[-1.1015051,51.2789569]},"properties":{"@type":"node","@id":262615658,"@timestamp":1210156741},"coords":"51.2789569,-1.1015051","bedrooms":"1","price":"155000","area":"649"} , +{"type":"Feature","id":"n262616499","geometry":{"type":"Point","coordinates":[-0.4791553,51.0091892]},"properties":{"@type":"node","@id":262616499,"@timestamp":1210157423},"coords":"51.0091892,-0.4791553","bedrooms":"4","price":"265000","area":"365"} , +{"type":"Feature","id":"n262616509","geometry":{"type":"Point","coordinates":[-0.4835979,51.0093443]},"properties":{"@type":"node","@id":262616509,"@timestamp":1210157424},"coords":"51.0093443,-0.4835979","bedrooms":"1","price":"290000","area":"504"} , +{"type":"Feature","id":"n262616528","geometry":{"type":"Point","coordinates":[-0.4909962,51.0065346]},"properties":{"@type":"node","@id":262616528,"@timestamp":1210157426},"coords":"51.0065346,-0.4909962","bedrooms":"1","price":"277000","area":"368"} , +{"type":"Feature","id":"n262616538","geometry":{"type":"Point","coordinates":[-0.4979566,51.0041081]},"properties":{"@type":"node","@id":262616538,"@timestamp":1210157426},"coords":"51.0041081,-0.4979566","bedrooms":"1","price":"239000","area":"600"} , +{"type":"Feature","id":"n262618477","geometry":{"type":"Point","coordinates":[-0.6036923,51.3466765]},"properties":{"@type":"node","@id":262618477,"@timestamp":1210159250},"coords":"51.3466765,-0.6036923","bedrooms":"0","price":"274000","area":"494"} , +{"type":"Feature","id":"n262618487","geometry":{"type":"Point","coordinates":[-0.604003,51.3454184]},"properties":{"@type":"node","@id":262618487,"@timestamp":1210159251},"coords":"51.3454184,-0.604003","bedrooms":"1","price":"228000","area":"422"} , +{"type":"Feature","id":"n262618497","geometry":{"type":"Point","coordinates":[-0.6042498,51.3468276]},"properties":{"@type":"node","@id":262618497,"@timestamp":1210159252},"coords":"51.3468276,-0.6042498","bedrooms":"4","price":"171000","area":"559"} , +{"type":"Feature","id":"n262618507","geometry":{"type":"Point","coordinates":[-0.6033976,51.3473168]},"properties":{"@type":"node","@id":262618507,"@timestamp":1244625211},"coords":"51.3473168,-0.6033976","bedrooms":"0","price":"270000","area":"367"} , +{"type":"Feature","id":"n262618517","geometry":{"type":"Point","coordinates":[-0.6027202,51.3471895]},"properties":{"@type":"node","@id":262618517,"@timestamp":1210159254},"coords":"51.3471895,-0.6027202","bedrooms":"1","price":"279000","area":"658"} , +{"type":"Feature","id":"n262618757","geometry":{"type":"Point","coordinates":[-0.6663398,51.3520232]},"properties":{"@type":"node","@id":262618757,"@timestamp":1210159450},"coords":"51.3520232,-0.6663398","bedrooms":"0","price":"246000","area":"447"} , +{"type":"Feature","id":"n262618795","geometry":{"type":"Point","coordinates":[-0.6671881,51.3518379]},"properties":{"@type":"node","@id":262618795,"@timestamp":1210159460},"coords":"51.3518379,-0.6671881","bedrooms":"0","price":"163000","area":"570"} , +{"type":"Feature","id":"n262620244","geometry":{"type":"Point","coordinates":[-0.7451551,51.3441794]},"properties":{"@type":"node","@id":262620244,"@timestamp":1210161021},"coords":"51.3441794,-0.7451551","bedrooms":"3","price":"284000","area":"646"} , +{"type":"Feature","id":"n262620276","geometry":{"type":"Point","coordinates":[-0.7502659,51.3492406]},"properties":{"@type":"node","@id":262620276,"@timestamp":1210161023},"coords":"51.3492406,-0.7502659","bedrooms":"4","price":"269000","area":"387"} , +{"type":"Feature","id":"n262620293","geometry":{"type":"Point","coordinates":[-0.7451496,51.3518841]},"properties":{"@type":"node","@id":262620293,"@timestamp":1210161025},"coords":"51.3518841,-0.7451496","bedrooms":"0","price":"189000","area":"524"} , +{"type":"Feature","id":"n262620412","geometry":{"type":"Point","coordinates":[-0.7157596,51.3481864]},"properties":{"@type":"node","@id":262620412,"@timestamp":1210161033},"coords":"51.3481864,-0.7157596","bedrooms":"3","price":"219000","area":"612"} , +{"type":"Feature","id":"n262620474","geometry":{"type":"Point","coordinates":[-0.7103058,51.3408206]},"properties":{"@type":"node","@id":262620474,"@timestamp":1210161038},"coords":"51.3408206,-0.7103058","bedrooms":"3","price":"196000","area":"357"} , +{"type":"Feature","id":"n262620493","geometry":{"type":"Point","coordinates":[-0.7358063,51.3265904]},"properties":{"@type":"node","@id":262620493,"@timestamp":1210161039},"coords":"51.3265904,-0.7358063","bedrooms":"4","price":"190000","area":"374"} , +{"type":"Feature","id":"n262620619","geometry":{"type":"Point","coordinates":[-0.760434,51.3348015]},"properties":{"@type":"node","@id":262620619,"@timestamp":1210161050},"coords":"51.3348015,-0.760434","bedrooms":"1","price":"268000","area":"351"} , +{"type":"Feature","id":"n262620688","geometry":{"type":"Point","coordinates":[-0.7311773,51.2955275]},"properties":{"@type":"node","@id":262620688,"@timestamp":1210161061},"coords":"51.2955275,-0.7311773","bedrooms":"4","price":"219000","area":"568"} , +{"type":"Feature","id":"n262620715","geometry":{"type":"Point","coordinates":[-0.720981,51.274464]},"properties":{"@type":"node","@id":262620715,"@timestamp":1210161066},"coords":"51.274464,-0.720981","bedrooms":"3","price":"199000","area":"668"} , +{"type":"Feature","id":"n262620731","geometry":{"type":"Point","coordinates":[-0.7259212,51.2780097]},"properties":{"@type":"node","@id":262620731,"@timestamp":1210161068},"coords":"51.2780097,-0.7259212","bedrooms":"4","price":"289000","area":"556"} , +{"type":"Feature","id":"n262620741","geometry":{"type":"Point","coordinates":[-0.7293041,51.2773653]},"properties":{"@type":"node","@id":262620741,"@timestamp":1210161068},"coords":"51.2773653,-0.7293041","bedrooms":"3","price":"229000","area":"461"} , +{"type":"Feature","id":"n262620752","geometry":{"type":"Point","coordinates":[-0.726863,51.2794967]},"properties":{"@type":"node","@id":262620752,"@timestamp":1210161069},"coords":"51.2794967,-0.726863","bedrooms":"0","price":"291000","area":"619"} , +{"type":"Feature","id":"n262620762","geometry":{"type":"Point","coordinates":[-0.7302954,51.2803145]},"properties":{"@type":"node","@id":262620762,"@timestamp":1210161070},"coords":"51.2803145,-0.7302954","bedrooms":"2","price":"237000","area":"472"} , +{"type":"Feature","id":"n262620772","geometry":{"type":"Point","coordinates":[-0.7261195,51.2834248]},"properties":{"@type":"node","@id":262620772,"@timestamp":1210161071},"coords":"51.2834248,-0.7261195","bedrooms":"0","price":"246000","area":"490"} , +{"type":"Feature","id":"n262620796","geometry":{"type":"Point","coordinates":[-0.7256825,51.2879889]},"properties":{"@type":"node","@id":262620796,"@timestamp":1210161075},"coords":"51.2879889,-0.7256825","bedrooms":"4","price":"226000","area":"364"} , +{"type":"Feature","id":"n262620828","geometry":{"type":"Point","coordinates":[-0.7159464,51.3371479]},"properties":{"@type":"node","@id":262620828,"@timestamp":1210161078},"coords":"51.3371479,-0.7159464","bedrooms":"2","price":"206000","area":"604"} , +{"type":"Feature","id":"n262620872","geometry":{"type":"Point","coordinates":[-0.7142227,51.3368204]},"properties":{"@type":"node","@id":262620872,"@timestamp":1210161083},"coords":"51.3368204,-0.7142227","bedrooms":"0","price":"196000","area":"402"} , +{"type":"Feature","id":"n262620886","geometry":{"type":"Point","coordinates":[-0.7053709,51.3377157]},"properties":{"@type":"node","@id":262620886,"@timestamp":1210161084},"coords":"51.3377157,-0.7053709","bedrooms":"0","price":"281000","area":"404"} , +{"type":"Feature","id":"n262620896","geometry":{"type":"Point","coordinates":[-0.7085102,51.3350283]},"properties":{"@type":"node","@id":262620896,"@timestamp":1212661182},"coords":"51.3350283,-0.7085102","bedrooms":"1","price":"162000","area":"583"} , +{"type":"Feature","id":"n262620925","geometry":{"type":"Point","coordinates":[-0.7153955,51.3255225]},"properties":{"@type":"node","@id":262620925,"@timestamp":1210161088},"coords":"51.3255225,-0.7153955","bedrooms":"1","price":"188000","area":"382"} , +{"type":"Feature","id":"n262620948","geometry":{"type":"Point","coordinates":[-0.6979254,51.3330379]},"properties":{"@type":"node","@id":262620948,"@timestamp":1210161096},"coords":"51.3330379,-0.6979254","bedrooms":"3","price":"251000","area":"366"} , +{"type":"Feature","id":"n262620960","geometry":{"type":"Point","coordinates":[-0.7375982,51.3072802]},"properties":{"@type":"node","@id":262620960,"@timestamp":1210161097},"coords":"51.3072802,-0.7375982","bedrooms":"3","price":"228000","area":"504"} , +{"type":"Feature","id":"n262620999","geometry":{"type":"Point","coordinates":[-0.720855,51.3013692]},"properties":{"@type":"node","@id":262620999,"@timestamp":1210161100},"coords":"51.3013692,-0.720855","bedrooms":"0","price":"173000","area":"399"} , +{"type":"Feature","id":"n262621071","geometry":{"type":"Point","coordinates":[-0.7377218,51.3130178]},"properties":{"@type":"node","@id":262621071,"@timestamp":1210161106},"coords":"51.3130178,-0.7377218","bedrooms":"1","price":"170000","area":"572"} , +{"type":"Feature","id":"n262621115","geometry":{"type":"Point","coordinates":[-0.7251532,51.3269816]},"properties":{"@type":"node","@id":262621115,"@timestamp":1210161109},"coords":"51.3269816,-0.7251532","bedrooms":"3","price":"210000","area":"516"} , +{"type":"Feature","id":"n262621138","geometry":{"type":"Point","coordinates":[-0.7260901,51.3208086]},"properties":{"@type":"node","@id":262621138,"@timestamp":1210161111},"coords":"51.3208086,-0.7260901","bedrooms":"2","price":"241000","area":"412"} , +{"type":"Feature","id":"n262621194","geometry":{"type":"Point","coordinates":[-0.7402511,51.3167038]},"properties":{"@type":"node","@id":262621194,"@timestamp":1210161116},"coords":"51.3167038,-0.7402511","bedrooms":"4","price":"257000","area":"604"} , +{"type":"Feature","id":"n262621219","geometry":{"type":"Point","coordinates":[-0.7411503,51.3207595]},"properties":{"@type":"node","@id":262621219,"@timestamp":1210161119},"coords":"51.3207595,-0.7411503","bedrooms":"3","price":"216000","area":"605"} , +{"type":"Feature","id":"n262624553","geometry":{"type":"Point","coordinates":[-0.6186948,51.3840172]},"properties":{"@type":"node","@id":262624553,"@timestamp":1210163365},"coords":"51.3840172,-0.6186948","bedrooms":"3","price":"237000","area":"465"} , +{"type":"Feature","id":"n262637210","geometry":{"type":"Point","coordinates":[-0.0735286,51.5617228]},"properties":{"@type":"node","@id":262637210,"@timestamp":1602945788},"coords":"51.5617228,-0.0735286","bedrooms":"0","price":"299000","area":"663"} , +{"type":"Feature","id":"n262651667","geometry":{"type":"Point","coordinates":[-0.63214,51.3409316]},"properties":{"@type":"node","@id":262651667,"@timestamp":1210175843},"coords":"51.3409316,-0.63214","bedrooms":"3","price":"274000","area":"682"} , +{"type":"Feature","id":"n262651694","geometry":{"type":"Point","coordinates":[-0.6458715,51.3460623]},"properties":{"@type":"node","@id":262651694,"@timestamp":1210175854},"coords":"51.3460623,-0.6458715","bedrooms":"1","price":"177000","area":"676"} , +{"type":"Feature","id":"n262651704","geometry":{"type":"Point","coordinates":[-0.6526126,51.345454]},"properties":{"@type":"node","@id":262651704,"@timestamp":1210175855},"coords":"51.345454,-0.6526126","bedrooms":"2","price":"213000","area":"377"} , +{"type":"Feature","id":"n262651725","geometry":{"type":"Point","coordinates":[-0.671358,51.372247]},"properties":{"@type":"node","@id":262651725,"@timestamp":1210175857},"coords":"51.372247,-0.671358","bedrooms":"3","price":"227000","area":"575"} , +{"type":"Feature","id":"n262651735","geometry":{"type":"Point","coordinates":[-0.682829,51.3713604]},"properties":{"@type":"node","@id":262651735,"@timestamp":1210175858},"coords":"51.3713604,-0.682829","bedrooms":"3","price":"296000","area":"595"} , +{"type":"Feature","id":"n262651745","geometry":{"type":"Point","coordinates":[-0.6776783,51.3682151]},"properties":{"@type":"node","@id":262651745,"@timestamp":1210175859},"coords":"51.3682151,-0.6776783","bedrooms":"2","price":"221000","area":"416"} , +{"type":"Feature","id":"n262651755","geometry":{"type":"Point","coordinates":[-0.681792,51.3693721]},"properties":{"@type":"node","@id":262651755,"@timestamp":1210175860},"coords":"51.3693721,-0.681792","bedrooms":"0","price":"244000","area":"374"} , +{"type":"Feature","id":"n262651792","geometry":{"type":"Point","coordinates":[-0.6891716,51.3564839]},"properties":{"@type":"node","@id":262651792,"@timestamp":1210175867},"coords":"51.3564839,-0.6891716","bedrooms":"2","price":"170000","area":"373"} , +{"type":"Feature","id":"n262651806","geometry":{"type":"Point","coordinates":[-0.7195656,51.3539786]},"properties":{"@type":"node","@id":262651806,"@timestamp":1210175868},"coords":"51.3539786,-0.7195656","bedrooms":"3","price":"208000","area":"453"} , +{"type":"Feature","id":"n262651846","geometry":{"type":"Point","coordinates":[-0.7335279,51.3471658]},"properties":{"@type":"node","@id":262651846,"@timestamp":1210175872},"coords":"51.3471658,-0.7335279","bedrooms":"4","price":"248000","area":"399"} , +{"type":"Feature","id":"n262651872","geometry":{"type":"Point","coordinates":[-0.7255084,51.3412939]},"properties":{"@type":"node","@id":262651872,"@timestamp":1210175874},"coords":"51.3412939,-0.7255084","bedrooms":"4","price":"155000","area":"567"} , +{"type":"Feature","id":"n262651882","geometry":{"type":"Point","coordinates":[-0.7255371,51.3409317]},"properties":{"@type":"node","@id":262651882,"@timestamp":1210175875},"coords":"51.3409317,-0.7255371","bedrooms":"1","price":"264000","area":"507"} , +{"type":"Feature","id":"n262651893","geometry":{"type":"Point","coordinates":[-0.7239701,51.340903]},"properties":{"@type":"node","@id":262651893,"@timestamp":1210175876},"coords":"51.340903,-0.7239701","bedrooms":"1","price":"235000","area":"620"} , +{"type":"Feature","id":"n262651903","geometry":{"type":"Point","coordinates":[-0.7253004,51.3402109]},"properties":{"@type":"node","@id":262651903,"@timestamp":1210175877},"coords":"51.3402109,-0.7253004","bedrooms":"3","price":"281000","area":"441"} , +{"type":"Feature","id":"n262651913","geometry":{"type":"Point","coordinates":[-0.7233318,51.3418389]},"properties":{"@type":"node","@id":262651913,"@timestamp":1210175878},"coords":"51.3418389,-0.7233318","bedrooms":"1","price":"168000","area":"648"} , +{"type":"Feature","id":"n262651981","geometry":{"type":"Point","coordinates":[-0.7383987,51.3188876]},"properties":{"@type":"node","@id":262651981,"@timestamp":1210175885},"coords":"51.3188876,-0.7383987","bedrooms":"4","price":"250000","area":"397"} , +{"type":"Feature","id":"n262652205","geometry":{"type":"Point","coordinates":[-0.7285768,51.277318]},"properties":{"@type":"node","@id":262652205,"@timestamp":1210175906},"coords":"51.277318,-0.7285768","bedrooms":"4","price":"236000","area":"690"} , +{"type":"Feature","id":"n262652215","geometry":{"type":"Point","coordinates":[-0.7268151,51.2780591]},"properties":{"@type":"node","@id":262652215,"@timestamp":1210175907},"coords":"51.2780591,-0.7268151","bedrooms":"0","price":"180000","area":"352"} , +{"type":"Feature","id":"n262652231","geometry":{"type":"Point","coordinates":[-0.728674,51.2767712]},"properties":{"@type":"node","@id":262652231,"@timestamp":1210175908},"coords":"51.2767712,-0.728674","bedrooms":"0","price":"283000","area":"443"} , +{"type":"Feature","id":"n262658893","geometry":{"type":"Point","coordinates":[-1.0716154,51.4492346]},"properties":{"@type":"node","@id":262658893,"@timestamp":1210179482},"coords":"51.4492346,-1.0716154","bedrooms":"1","price":"258000","area":"542"} , +{"type":"Feature","id":"n262658903","geometry":{"type":"Point","coordinates":[-1.0700368,51.4538296]},"properties":{"@type":"node","@id":262658903,"@timestamp":1210179483},"coords":"51.4538296,-1.0700368","bedrooms":"1","price":"177000","area":"634"} , +{"type":"Feature","id":"n262658922","geometry":{"type":"Point","coordinates":[-1.0694673,51.45886]},"properties":{"@type":"node","@id":262658922,"@timestamp":1210179485},"coords":"51.45886,-1.0694673","bedrooms":"0","price":"193000","area":"425"} , +{"type":"Feature","id":"n262658944","geometry":{"type":"Point","coordinates":[-1.0613944,51.4655081]},"properties":{"@type":"node","@id":262658944,"@timestamp":1210179488},"coords":"51.4655081,-1.0613944","bedrooms":"4","price":"176000","area":"663"} , +{"type":"Feature","id":"n262658954","geometry":{"type":"Point","coordinates":[-1.0594365,51.4650238]},"properties":{"@type":"node","@id":262658954,"@timestamp":1247395712},"coords":"51.4650238,-1.0594365","bedrooms":"3","price":"276000","area":"676"} , +{"type":"Feature","id":"n262662857","geometry":{"type":"Point","coordinates":[-1.0999578,51.2798637]},"properties":{"@type":"node","@id":262662857,"@timestamp":1210181380},"coords":"51.2798637,-1.0999578","bedrooms":"4","price":"280000","area":"562"} , +{"type":"Feature","id":"n262702933","geometry":{"type":"Point","coordinates":[-0.2601345,51.4932879]},"properties":{"@type":"node","@id":262702933,"@timestamp":1210198362},"coords":"51.4932879,-0.2601345","bedrooms":"0","price":"298000","area":"619"} , +{"type":"Feature","id":"n262702952","geometry":{"type":"Point","coordinates":[-0.258662,51.4932785]},"properties":{"@type":"node","@id":262702952,"@timestamp":1210198363},"coords":"51.4932785,-0.258662","bedrooms":"4","price":"176000","area":"540"} , +{"type":"Feature","id":"n262702965","geometry":{"type":"Point","coordinates":[-0.2591705,51.4933753]},"properties":{"@type":"node","@id":262702965,"@timestamp":1210198364},"coords":"51.4933753,-0.2591705","bedrooms":"0","price":"284000","area":"378"} , +{"type":"Feature","id":"n262707785","geometry":{"type":"Point","coordinates":[0.5757744,51.0309281]},"properties":{"@type":"node","@id":262707785,"@timestamp":1210199841},"coords":"51.0309281,0.5757744","bedrooms":"4","price":"151000","area":"688"} , +{"type":"Feature","id":"n262707990","geometry":{"type":"Point","coordinates":[-0.4817713,51.7625532]},"properties":{"@type":"node","@id":262707990,"@timestamp":1210199891},"coords":"51.7625532,-0.4817713","bedrooms":"2","price":"279000","area":"636"} , +{"type":"Feature","id":"n262708019","geometry":{"type":"Point","coordinates":[-0.4847468,51.7608157]},"properties":{"@type":"node","@id":262708019,"@timestamp":1210199894},"coords":"51.7608157,-0.4847468","bedrooms":"3","price":"210000","area":"510"} , +{"type":"Feature","id":"n262708037","geometry":{"type":"Point","coordinates":[-0.4862142,51.7606234]},"properties":{"@type":"node","@id":262708037,"@timestamp":1210199895},"coords":"51.7606234,-0.4862142","bedrooms":"2","price":"246000","area":"520"} , +{"type":"Feature","id":"n262708076","geometry":{"type":"Point","coordinates":[-0.4884583,51.7639214]},"properties":{"@type":"node","@id":262708076,"@timestamp":1210199898},"coords":"51.7639214,-0.4884583","bedrooms":"3","price":"230000","area":"667"} , +{"type":"Feature","id":"n262708106","geometry":{"type":"Point","coordinates":[-0.4824415,51.7645435]},"properties":{"@type":"node","@id":262708106,"@timestamp":1210199900},"coords":"51.7645435,-0.4824415","bedrooms":"1","price":"275000","area":"544"} , +{"type":"Feature","id":"n262708124","geometry":{"type":"Point","coordinates":[-0.4781821,51.7620753]},"properties":{"@type":"node","@id":262708124,"@timestamp":1210199901},"coords":"51.7620753,-0.4781821","bedrooms":"3","price":"255000","area":"505"} , +{"type":"Feature","id":"n262708593","geometry":{"type":"Point","coordinates":[0.5788638,51.0493843]},"properties":{"@type":"node","@id":262708593,"@timestamp":1210200065},"coords":"51.0493843,0.5788638","bedrooms":"2","price":"231000","area":"355"} , +{"type":"Feature","id":"n262709612","geometry":{"type":"Point","coordinates":[0.5995777,51.0560184]},"properties":{"@type":"node","@id":262709612,"@timestamp":1210200406},"coords":"51.0560184,0.5995777","bedrooms":"2","price":"230000","area":"415"} , +{"type":"Feature","id":"n262709635","geometry":{"type":"Point","coordinates":[0.5980853,51.0417879]},"properties":{"@type":"node","@id":262709635,"@timestamp":1210200407},"coords":"51.0417879,0.5980853","bedrooms":"3","price":"281000","area":"453"} , +{"type":"Feature","id":"n262709739","geometry":{"type":"Point","coordinates":[0.5659299,51.0322099]},"properties":{"@type":"node","@id":262709739,"@timestamp":1210200415},"coords":"51.0322099,0.5659299","bedrooms":"0","price":"170000","area":"591"} , +{"type":"Feature","id":"n262709819","geometry":{"type":"Point","coordinates":[0.5723382,51.0145729]},"properties":{"@type":"node","@id":262709819,"@timestamp":1210200420},"coords":"51.0145729,0.5723382","bedrooms":"2","price":"292000","area":"667"} , +{"type":"Feature","id":"n262712497","geometry":{"type":"Point","coordinates":[-0.2722762,51.4952564]},"properties":{"@type":"node","@id":262712497,"@timestamp":1210201158},"coords":"51.4952564,-0.2722762","bedrooms":"3","price":"275000","area":"418"} , +{"type":"Feature","id":"n262712531","geometry":{"type":"Point","coordinates":[-0.2818036,51.4975182]},"properties":{"@type":"node","@id":262712531,"@timestamp":1630933240},"coords":"51.4975182,-0.2818036","bedrooms":"1","price":"238000","area":"649"} , +{"type":"Feature","id":"n262712596","geometry":{"type":"Point","coordinates":[-0.314507,51.4934221]},"properties":{"@type":"node","@id":262712596,"@timestamp":1210201165},"coords":"51.4934221,-0.314507","bedrooms":"4","price":"248000","area":"526"} , +{"type":"Feature","id":"n262712963","geometry":{"type":"Point","coordinates":[0.6254898,51.0298837]},"properties":{"@type":"node","@id":262712963,"@timestamp":1210201268},"coords":"51.0298837,0.6254898","bedrooms":"3","price":"254000","area":"375"} , +{"type":"Feature","id":"n262716133","geometry":{"type":"Point","coordinates":[-1.0627858,51.442291]},"properties":{"@type":"node","@id":262716133,"@timestamp":1210202187},"coords":"51.442291,-1.0627858","bedrooms":"3","price":"230000","area":"659"} , +{"type":"Feature","id":"n262783559","geometry":{"type":"Point","coordinates":[-0.0860451,51.5575831]},"properties":{"@type":"node","@id":262783559,"@timestamp":1587243504},"coords":"51.5575831,-0.0860451","bedrooms":"3","price":"240000","area":"426"} , +{"type":"Feature","id":"n262797153","geometry":{"type":"Point","coordinates":[-0.2561428,50.9800941]},"properties":{"@type":"node","@id":262797153,"@timestamp":1595965497},"coords":"50.9800941,-0.2561428","bedrooms":"3","price":"256000","area":"511"} , +{"type":"Feature","id":"n262802982","geometry":{"type":"Point","coordinates":[-0.5749949,51.3614581]},"properties":{"@type":"node","@id":262802982,"@timestamp":1210252386},"coords":"51.3614581,-0.5749949","bedrooms":"4","price":"246000","area":"458"} , +{"type":"Feature","id":"n262802993","geometry":{"type":"Point","coordinates":[-0.5730882,51.3613403]},"properties":{"@type":"node","@id":262802993,"@timestamp":1210252392},"coords":"51.3613403,-0.5730882","bedrooms":"1","price":"287000","area":"658"} , +{"type":"Feature","id":"n262803003","geometry":{"type":"Point","coordinates":[-0.570615,51.3620491]},"properties":{"@type":"node","@id":262803003,"@timestamp":1210252393},"coords":"51.3620491,-0.570615","bedrooms":"0","price":"153000","area":"468"} , +{"type":"Feature","id":"n262803013","geometry":{"type":"Point","coordinates":[-0.5694544,51.3614098]},"properties":{"@type":"node","@id":262803013,"@timestamp":1210252394},"coords":"51.3614098,-0.5694544","bedrooms":"2","price":"207000","area":"405"} , +{"type":"Feature","id":"n262803023","geometry":{"type":"Point","coordinates":[-0.5699069,51.3620491]},"properties":{"@type":"node","@id":262803023,"@timestamp":1210252395},"coords":"51.3620491,-0.5699069","bedrooms":"4","price":"222000","area":"470"} , +{"type":"Feature","id":"n262803033","geometry":{"type":"Point","coordinates":[-0.6127691,51.3670579]},"properties":{"@type":"node","@id":262803033,"@timestamp":1210252396},"coords":"51.3670579,-0.6127691","bedrooms":"0","price":"253000","area":"697"} , +{"type":"Feature","id":"n262803043","geometry":{"type":"Point","coordinates":[-0.6122691,51.3671733]},"properties":{"@type":"node","@id":262803043,"@timestamp":1210252396},"coords":"51.3671733,-0.6122691","bedrooms":"0","price":"172000","area":"516"} , +{"type":"Feature","id":"n262803132","geometry":{"type":"Point","coordinates":[-0.7627795,51.3397051]},"properties":{"@type":"node","@id":262803132,"@timestamp":1210252412},"coords":"51.3397051,-0.7627795","bedrooms":"1","price":"259000","area":"671"} , +{"type":"Feature","id":"n262803153","geometry":{"type":"Point","coordinates":[-0.7608545,51.3398067]},"properties":{"@type":"node","@id":262803153,"@timestamp":1210252414},"coords":"51.3398067,-0.7608545","bedrooms":"1","price":"275000","area":"450"} , +{"type":"Feature","id":"n262803163","geometry":{"type":"Point","coordinates":[-0.7621085,51.3375835]},"properties":{"@type":"node","@id":262803163,"@timestamp":1210252415},"coords":"51.3375835,-0.7621085","bedrooms":"1","price":"192000","area":"477"} , +{"type":"Feature","id":"n262803178","geometry":{"type":"Point","coordinates":[-0.7655246,51.3382342]},"properties":{"@type":"node","@id":262803178,"@timestamp":1210252416},"coords":"51.3382342,-0.7655246","bedrooms":"4","price":"209000","area":"655"} , +{"type":"Feature","id":"n262803188","geometry":{"type":"Point","coordinates":[-0.7564369,51.3398802]},"properties":{"@type":"node","@id":262803188,"@timestamp":1210252420},"coords":"51.3398802,-0.7564369","bedrooms":"4","price":"203000","area":"663"} , +{"type":"Feature","id":"n262803198","geometry":{"type":"Point","coordinates":[-0.7529821,51.3396971]},"properties":{"@type":"node","@id":262803198,"@timestamp":1210252421},"coords":"51.3396971,-0.7529821","bedrooms":"0","price":"273000","area":"414"} , +{"type":"Feature","id":"n262803208","geometry":{"type":"Point","coordinates":[-0.7529292,51.3391292]},"properties":{"@type":"node","@id":262803208,"@timestamp":1210252428},"coords":"51.3391292,-0.7529292","bedrooms":"2","price":"198000","area":"617"} , +{"type":"Feature","id":"n262803218","geometry":{"type":"Point","coordinates":[-0.7561773,51.3387687]},"properties":{"@type":"node","@id":262803218,"@timestamp":1210252429},"coords":"51.3387687,-0.7561773","bedrooms":"1","price":"222000","area":"599"} , +{"type":"Feature","id":"n262803228","geometry":{"type":"Point","coordinates":[-0.7580165,51.3397245]},"properties":{"@type":"node","@id":262803228,"@timestamp":1210252430},"coords":"51.3397245,-0.7580165","bedrooms":"4","price":"176000","area":"643"} , +{"type":"Feature","id":"n262803239","geometry":{"type":"Point","coordinates":[-0.7442813,51.3228059]},"properties":{"@type":"node","@id":262803239,"@timestamp":1210252431},"coords":"51.3228059,-0.7442813","bedrooms":"0","price":"230000","area":"563"} , +{"type":"Feature","id":"n262803249","geometry":{"type":"Point","coordinates":[-0.7443772,51.3232167]},"properties":{"@type":"node","@id":262803249,"@timestamp":1210252432},"coords":"51.3232167,-0.7443772","bedrooms":"0","price":"280000","area":"595"} , +{"type":"Feature","id":"n262803259","geometry":{"type":"Point","coordinates":[-0.7436895,51.3230092]},"properties":{"@type":"node","@id":262803259,"@timestamp":1210252433},"coords":"51.3230092,-0.7436895","bedrooms":"4","price":"208000","area":"444"} , +{"type":"Feature","id":"n262803269","geometry":{"type":"Point","coordinates":[-0.7439094,51.3234228]},"properties":{"@type":"node","@id":262803269,"@timestamp":1210252435},"coords":"51.3234228,-0.7439094","bedrooms":"0","price":"194000","area":"480"} , +{"type":"Feature","id":"n262803279","geometry":{"type":"Point","coordinates":[-0.7434291,51.3232358]},"properties":{"@type":"node","@id":262803279,"@timestamp":1210252436},"coords":"51.3232358,-0.7434291","bedrooms":"1","price":"284000","area":"503"} , +{"type":"Feature","id":"n262803296","geometry":{"type":"Point","coordinates":[-0.732152,51.3179228]},"properties":{"@type":"node","@id":262803296,"@timestamp":1210252439},"coords":"51.3179228,-0.732152","bedrooms":"4","price":"262000","area":"598"} , +{"type":"Feature","id":"n262803306","geometry":{"type":"Point","coordinates":[-0.7319452,51.3177143]},"properties":{"@type":"node","@id":262803306,"@timestamp":1210252443},"coords":"51.3177143,-0.7319452","bedrooms":"1","price":"252000","area":"357"} , +{"type":"Feature","id":"n262803446","geometry":{"type":"Point","coordinates":[-0.7478759,51.3116956]},"properties":{"@type":"node","@id":262803446,"@timestamp":1210252455},"coords":"51.3116956,-0.7478759","bedrooms":"1","price":"175000","area":"419"} , +{"type":"Feature","id":"n262803456","geometry":{"type":"Point","coordinates":[-0.7472992,51.3114517]},"properties":{"@type":"node","@id":262803456,"@timestamp":1210252456},"coords":"51.3114517,-0.7472992","bedrooms":"0","price":"276000","area":"639"} , +{"type":"Feature","id":"n262803466","geometry":{"type":"Point","coordinates":[-0.7474421,51.3115981]},"properties":{"@type":"node","@id":262803466,"@timestamp":1210252457},"coords":"51.3115981,-0.7474421","bedrooms":"4","price":"289000","area":"413"} , +{"type":"Feature","id":"n262803502","geometry":{"type":"Point","coordinates":[-0.7457656,51.3106607]},"properties":{"@type":"node","@id":262803502,"@timestamp":1210252460},"coords":"51.3106607,-0.7457656","bedrooms":"2","price":"210000","area":"513"} , +{"type":"Feature","id":"n262803512","geometry":{"type":"Point","coordinates":[-0.74553,51.3104681]},"properties":{"@type":"node","@id":262803512,"@timestamp":1210252461},"coords":"51.3104681,-0.74553","bedrooms":"1","price":"263000","area":"575"} , +{"type":"Feature","id":"n262803522","geometry":{"type":"Point","coordinates":[-0.7458944,51.3101235]},"properties":{"@type":"node","@id":262803522,"@timestamp":1210252461},"coords":"51.3101235,-0.7458944","bedrooms":"3","price":"195000","area":"424"} , +{"type":"Feature","id":"n262803532","geometry":{"type":"Point","coordinates":[-0.7451703,51.3102823]},"properties":{"@type":"node","@id":262803532,"@timestamp":1210252462},"coords":"51.3102823,-0.7451703","bedrooms":"4","price":"286000","area":"682"} , +{"type":"Feature","id":"n262803562","geometry":{"type":"Point","coordinates":[-0.7449672,51.3099008]},"properties":{"@type":"node","@id":262803562,"@timestamp":1210252463},"coords":"51.3099008,-0.7449672","bedrooms":"0","price":"245000","area":"434"} , +{"type":"Feature","id":"n262803572","geometry":{"type":"Point","coordinates":[-0.7447927,51.3098005]},"properties":{"@type":"node","@id":262803572,"@timestamp":1210252464},"coords":"51.3098005,-0.7447927","bedrooms":"4","price":"261000","area":"369"} , +{"type":"Feature","id":"n262803582","geometry":{"type":"Point","coordinates":[-0.7446742,51.3100427]},"properties":{"@type":"node","@id":262803582,"@timestamp":1210252464},"coords":"51.3100427,-0.7446742","bedrooms":"4","price":"245000","area":"633"} , +{"type":"Feature","id":"n262803612","geometry":{"type":"Point","coordinates":[-0.7443753,51.3099204]},"properties":{"@type":"node","@id":262803612,"@timestamp":1210252468},"coords":"51.3099204,-0.7443753","bedrooms":"0","price":"189000","area":"565"} , +{"type":"Feature","id":"n262803622","geometry":{"type":"Point","coordinates":[-0.7440304,51.3096635]},"properties":{"@type":"node","@id":262803622,"@timestamp":1210252472},"coords":"51.3096635,-0.7440304","bedrooms":"1","price":"157000","area":"699"} , +{"type":"Feature","id":"n262803632","geometry":{"type":"Point","coordinates":[-0.7433546,51.3093771]},"properties":{"@type":"node","@id":262803632,"@timestamp":1210252479},"coords":"51.3093771,-0.7433546","bedrooms":"3","price":"246000","area":"377"} , +{"type":"Feature","id":"n262803642","geometry":{"type":"Point","coordinates":[-0.7435328,51.3089894]},"properties":{"@type":"node","@id":262803642,"@timestamp":1210252480},"coords":"51.3089894,-0.7435328","bedrooms":"2","price":"262000","area":"475"} , +{"type":"Feature","id":"n262803652","geometry":{"type":"Point","coordinates":[-0.7440714,51.3090256]},"properties":{"@type":"node","@id":262803652,"@timestamp":1210252481},"coords":"51.3090256,-0.7440714","bedrooms":"0","price":"292000","area":"683"} , +{"type":"Feature","id":"n262803662","geometry":{"type":"Point","coordinates":[-0.7441692,51.3087819]},"properties":{"@type":"node","@id":262803662,"@timestamp":1210252482},"coords":"51.3087819,-0.7441692","bedrooms":"4","price":"260000","area":"430"} , +{"type":"Feature","id":"n262803672","geometry":{"type":"Point","coordinates":[-0.7448031,51.3085798]},"properties":{"@type":"node","@id":262803672,"@timestamp":1210252483},"coords":"51.3085798,-0.7448031","bedrooms":"0","price":"269000","area":"523"} , +{"type":"Feature","id":"n262803690","geometry":{"type":"Point","coordinates":[-0.7450432,51.3087932]},"properties":{"@type":"node","@id":262803690,"@timestamp":1210252484},"coords":"51.3087932,-0.7450432","bedrooms":"1","price":"242000","area":"693"} , +{"type":"Feature","id":"n262803708","geometry":{"type":"Point","coordinates":[-0.7450194,51.3090199]},"properties":{"@type":"node","@id":262803708,"@timestamp":1210252488},"coords":"51.3090199,-0.7450194","bedrooms":"4","price":"206000","area":"466"} , +{"type":"Feature","id":"n262803720","geometry":{"type":"Point","coordinates":[-0.7454564,51.3095001]},"properties":{"@type":"node","@id":262803720,"@timestamp":1210252489},"coords":"51.3095001,-0.7454564","bedrooms":"4","price":"284000","area":"678"} , +{"type":"Feature","id":"n262804084","geometry":{"type":"Point","coordinates":[-0.734999,51.3001928]},"properties":{"@type":"node","@id":262804084,"@timestamp":1210252515},"coords":"51.3001928,-0.734999","bedrooms":"2","price":"251000","area":"361"} , +{"type":"Feature","id":"n262804117","geometry":{"type":"Point","coordinates":[-0.7382232,51.3000827]},"properties":{"@type":"node","@id":262804117,"@timestamp":1210252516},"coords":"51.3000827,-0.7382232","bedrooms":"4","price":"253000","area":"529"} , +{"type":"Feature","id":"n262804146","geometry":{"type":"Point","coordinates":[-0.7374608,51.2954711]},"properties":{"@type":"node","@id":262804146,"@timestamp":1210252517},"coords":"51.2954711,-0.7374608","bedrooms":"1","price":"298000","area":"555"} , +{"type":"Feature","id":"n262804167","geometry":{"type":"Point","coordinates":[-0.7371644,51.2977409]},"properties":{"@type":"node","@id":262804167,"@timestamp":1210252518},"coords":"51.2977409,-0.7371644","bedrooms":"3","price":"239000","area":"628"} , +{"type":"Feature","id":"n262804187","geometry":{"type":"Point","coordinates":[-0.7353717,51.2979505]},"properties":{"@type":"node","@id":262804187,"@timestamp":1210252519},"coords":"51.2979505,-0.7353717","bedrooms":"0","price":"175000","area":"653"} , +{"type":"Feature","id":"n262804200","geometry":{"type":"Point","coordinates":[-0.7338537,51.298565]},"properties":{"@type":"node","@id":262804200,"@timestamp":1210252520},"coords":"51.298565,-0.7338537","bedrooms":"4","price":"187000","area":"359"} , +{"type":"Feature","id":"n262804210","geometry":{"type":"Point","coordinates":[-0.7330513,51.2980011]},"properties":{"@type":"node","@id":262804210,"@timestamp":1210252521},"coords":"51.2980011,-0.7330513","bedrooms":"2","price":"161000","area":"609"} , +{"type":"Feature","id":"n262804222","geometry":{"type":"Point","coordinates":[-0.7322273,51.2987688]},"properties":{"@type":"node","@id":262804222,"@timestamp":1210252521},"coords":"51.2987688,-0.7322273","bedrooms":"2","price":"156000","area":"637"} , +{"type":"Feature","id":"n262804236","geometry":{"type":"Point","coordinates":[-0.7314204,51.2983765]},"properties":{"@type":"node","@id":262804236,"@timestamp":1210252522},"coords":"51.2983765,-0.7314204","bedrooms":"2","price":"223000","area":"393"} , +{"type":"Feature","id":"n262804251","geometry":{"type":"Point","coordinates":[-0.7307434,51.2978497]},"properties":{"@type":"node","@id":262804251,"@timestamp":1210252523},"coords":"51.2978497,-0.7307434","bedrooms":"2","price":"169000","area":"554"} , +{"type":"Feature","id":"n262804264","geometry":{"type":"Point","coordinates":[-0.7311664,51.2974151]},"properties":{"@type":"node","@id":262804264,"@timestamp":1210252524},"coords":"51.2974151,-0.7311664","bedrooms":"2","price":"219000","area":"680"} , +{"type":"Feature","id":"n262804277","geometry":{"type":"Point","coordinates":[-0.731007,51.296882]},"properties":{"@type":"node","@id":262804277,"@timestamp":1210252525},"coords":"51.296882,-0.731007","bedrooms":"1","price":"273000","area":"521"} , +{"type":"Feature","id":"n262804292","geometry":{"type":"Point","coordinates":[-0.7313257,51.2963866]},"properties":{"@type":"node","@id":262804292,"@timestamp":1210252526},"coords":"51.2963866,-0.7313257","bedrooms":"0","price":"222000","area":"644"} , +{"type":"Feature","id":"n262804307","geometry":{"type":"Point","coordinates":[-0.7333637,51.2957571]},"properties":{"@type":"node","@id":262804307,"@timestamp":1210252527},"coords":"51.2957571,-0.7333637","bedrooms":"3","price":"175000","area":"469"} , +{"type":"Feature","id":"n262804325","geometry":{"type":"Point","coordinates":[-0.7344606,51.2953022]},"properties":{"@type":"node","@id":262804325,"@timestamp":1210252528},"coords":"51.2953022,-0.7344606","bedrooms":"1","price":"256000","area":"672"} , +{"type":"Feature","id":"n262804343","geometry":{"type":"Point","coordinates":[-0.7356925,51.2942991]},"properties":{"@type":"node","@id":262804343,"@timestamp":1210252529},"coords":"51.2942991,-0.7356925","bedrooms":"0","price":"221000","area":"487"} , +{"type":"Feature","id":"n262804359","geometry":{"type":"Point","coordinates":[-0.7347238,51.289838]},"properties":{"@type":"node","@id":262804359,"@timestamp":1210252529},"coords":"51.289838,-0.7347238","bedrooms":"4","price":"240000","area":"515"} , +{"type":"Feature","id":"n262804371","geometry":{"type":"Point","coordinates":[-0.7307112,51.2893568]},"properties":{"@type":"node","@id":262804371,"@timestamp":1210252530},"coords":"51.2893568,-0.7307112","bedrooms":"4","price":"224000","area":"490"} , +{"type":"Feature","id":"n262804390","geometry":{"type":"Point","coordinates":[-0.733084,51.2889762]},"properties":{"@type":"node","@id":262804390,"@timestamp":1210252531},"coords":"51.2889762,-0.733084","bedrooms":"0","price":"298000","area":"517"} , +{"type":"Feature","id":"n262804404","geometry":{"type":"Point","coordinates":[-0.7353729,51.2892169]},"properties":{"@type":"node","@id":262804404,"@timestamp":1210252532},"coords":"51.2892169,-0.7353729","bedrooms":"0","price":"242000","area":"672"} , +{"type":"Feature","id":"n262804419","geometry":{"type":"Point","coordinates":[-0.7338086,51.287232]},"properties":{"@type":"node","@id":262804419,"@timestamp":1210252533},"coords":"51.287232,-0.7338086","bedrooms":"3","price":"240000","area":"382"} , +{"type":"Feature","id":"n262804433","geometry":{"type":"Point","coordinates":[-0.7332082,51.2858061]},"properties":{"@type":"node","@id":262804433,"@timestamp":1210252534},"coords":"51.2858061,-0.7332082","bedrooms":"0","price":"251000","area":"626"} , +{"type":"Feature","id":"n262804447","geometry":{"type":"Point","coordinates":[-0.7324416,51.2862045]},"properties":{"@type":"node","@id":262804447,"@timestamp":1210252535},"coords":"51.2862045,-0.7324416","bedrooms":"1","price":"289000","area":"478"} , +{"type":"Feature","id":"n262804460","geometry":{"type":"Point","coordinates":[-0.7324161,51.2869146]},"properties":{"@type":"node","@id":262804460,"@timestamp":1210252535},"coords":"51.2869146,-0.7324161","bedrooms":"3","price":"286000","area":"525"} , +{"type":"Feature","id":"n262804472","geometry":{"type":"Point","coordinates":[-0.7331466,51.2873649]},"properties":{"@type":"node","@id":262804472,"@timestamp":1210252537},"coords":"51.2873649,-0.7331466","bedrooms":"0","price":"241000","area":"568"} , +{"type":"Feature","id":"n262804486","geometry":{"type":"Point","coordinates":[-0.7333046,51.2876127]},"properties":{"@type":"node","@id":262804486,"@timestamp":1210252537},"coords":"51.2876127,-0.7333046","bedrooms":"0","price":"187000","area":"696"} , +{"type":"Feature","id":"n262804502","geometry":{"type":"Point","coordinates":[-0.7320686,51.2854435]},"properties":{"@type":"node","@id":262804502,"@timestamp":1210252539},"coords":"51.2854435,-0.7320686","bedrooms":"0","price":"214000","area":"355"} , +{"type":"Feature","id":"n262804539","geometry":{"type":"Point","coordinates":[-0.7312655,51.2860586]},"properties":{"@type":"node","@id":262804539,"@timestamp":1210252542},"coords":"51.2860586,-0.7312655","bedrooms":"3","price":"241000","area":"539"} , +{"type":"Feature","id":"n262804549","geometry":{"type":"Point","coordinates":[-0.7307484,51.285087]},"properties":{"@type":"node","@id":262804549,"@timestamp":1210252543},"coords":"51.285087,-0.7307484","bedrooms":"4","price":"175000","area":"657"} , +{"type":"Feature","id":"n262804559","geometry":{"type":"Point","coordinates":[-0.7304269,51.2848288]},"properties":{"@type":"node","@id":262804559,"@timestamp":1210252544},"coords":"51.2848288,-0.7304269","bedrooms":"4","price":"204000","area":"590"} , +{"type":"Feature","id":"n262804591","geometry":{"type":"Point","coordinates":[-0.7312116,51.2847261]},"properties":{"@type":"node","@id":262804591,"@timestamp":1210252548},"coords":"51.2847261,-0.7312116","bedrooms":"1","price":"269000","area":"352"} , +{"type":"Feature","id":"n262804601","geometry":{"type":"Point","coordinates":[-0.7312835,51.2842018]},"properties":{"@type":"node","@id":262804601,"@timestamp":1210252548},"coords":"51.2842018,-0.7312835","bedrooms":"0","price":"187000","area":"504"} , +{"type":"Feature","id":"n262804611","geometry":{"type":"Point","coordinates":[-0.7313289,51.2837772]},"properties":{"@type":"node","@id":262804611,"@timestamp":1210252549},"coords":"51.2837772,-0.7313289","bedrooms":"0","price":"299000","area":"584"} , +{"type":"Feature","id":"n262804621","geometry":{"type":"Point","coordinates":[-0.7308758,51.2838184]},"properties":{"@type":"node","@id":262804621,"@timestamp":1210252550},"coords":"51.2838184,-0.7308758","bedrooms":"4","price":"218000","area":"464"} , +{"type":"Feature","id":"n262804631","geometry":{"type":"Point","coordinates":[-0.7306325,51.2834665]},"properties":{"@type":"node","@id":262804631,"@timestamp":1210252551},"coords":"51.2834665,-0.7306325","bedrooms":"4","price":"216000","area":"564"} , +{"type":"Feature","id":"n262804642","geometry":{"type":"Point","coordinates":[-0.7309628,51.2831258]},"properties":{"@type":"node","@id":262804642,"@timestamp":1210252551},"coords":"51.2831258,-0.7309628","bedrooms":"3","price":"158000","area":"556"} , +{"type":"Feature","id":"n262804653","geometry":{"type":"Point","coordinates":[-0.7321764,51.2841072]},"properties":{"@type":"node","@id":262804653,"@timestamp":1210252552},"coords":"51.2841072,-0.7321764","bedrooms":"4","price":"168000","area":"439"} , +{"type":"Feature","id":"n262804663","geometry":{"type":"Point","coordinates":[-0.7318518,51.2847633]},"properties":{"@type":"node","@id":262804663,"@timestamp":1210252553},"coords":"51.2847633,-0.7318518","bedrooms":"3","price":"270000","area":"548"} , +{"type":"Feature","id":"n262804673","geometry":{"type":"Point","coordinates":[-0.7303286,51.2832508]},"properties":{"@type":"node","@id":262804673,"@timestamp":1210252554},"coords":"51.2832508,-0.7303286","bedrooms":"0","price":"204000","area":"505"} , +{"type":"Feature","id":"n262804683","geometry":{"type":"Point","coordinates":[-0.7298723,51.2825112]},"properties":{"@type":"node","@id":262804683,"@timestamp":1210252555},"coords":"51.2825112,-0.7298723","bedrooms":"0","price":"197000","area":"649"} , +{"type":"Feature","id":"n262804700","geometry":{"type":"Point","coordinates":[-0.7294129,51.2818601]},"properties":{"@type":"node","@id":262804700,"@timestamp":1210252556},"coords":"51.2818601,-0.7294129","bedrooms":"4","price":"258000","area":"510"} , +{"type":"Feature","id":"n262804718","geometry":{"type":"Point","coordinates":[-0.7278191,51.2821256]},"properties":{"@type":"node","@id":262804718,"@timestamp":1210252560},"coords":"51.2821256,-0.7278191","bedrooms":"0","price":"151000","area":"475"} , +{"type":"Feature","id":"n262804735","geometry":{"type":"Point","coordinates":[-0.7271278,51.2828051]},"properties":{"@type":"node","@id":262804735,"@timestamp":1210252567},"coords":"51.2828051,-0.7271278","bedrooms":"3","price":"175000","area":"599"} , +{"type":"Feature","id":"n262804745","geometry":{"type":"Point","coordinates":[-0.7287732,51.283217]},"properties":{"@type":"node","@id":262804745,"@timestamp":1210252567},"coords":"51.283217,-0.7287732","bedrooms":"4","price":"219000","area":"596"} , +{"type":"Feature","id":"n262804756","geometry":{"type":"Point","coordinates":[-0.721938,51.2810807]},"properties":{"@type":"node","@id":262804756,"@timestamp":1245780184},"coords":"51.2810807,-0.721938","bedrooms":"1","price":"294000","area":"369"} , +{"type":"Feature","id":"n262804771","geometry":{"type":"Point","coordinates":[-0.7185521,51.2822304]},"properties":{"@type":"node","@id":262804771,"@timestamp":1210252569},"coords":"51.2822304,-0.7185521","bedrooms":"2","price":"240000","area":"550"} , +{"type":"Feature","id":"n262804781","geometry":{"type":"Point","coordinates":[-0.7175959,51.2814654]},"properties":{"@type":"node","@id":262804781,"@timestamp":1210252570},"coords":"51.2814654,-0.7175959","bedrooms":"1","price":"195000","area":"509"} , +{"type":"Feature","id":"n262804791","geometry":{"type":"Point","coordinates":[-0.7186439,51.2808305]},"properties":{"@type":"node","@id":262804791,"@timestamp":1210252571},"coords":"51.2808305,-0.7186439","bedrooms":"3","price":"167000","area":"361"} , +{"type":"Feature","id":"n262820256","geometry":{"type":"Point","coordinates":[-0.6697148,51.7800296]},"properties":{"@type":"node","@id":262820256,"@timestamp":1210262255},"coords":"51.7800296,-0.6697148","bedrooms":"1","price":"299000","area":"598"} , +{"type":"Feature","id":"n262822279","geometry":{"type":"Point","coordinates":[-0.2166248,51.2878359]},"properties":{"@type":"node","@id":262822279,"@timestamp":1554732651},"coords":"51.2878359,-0.2166248","bedrooms":"1","price":"246000","area":"560"} , +{"type":"Feature","id":"n262825016","geometry":{"type":"Point","coordinates":[-0.2016928,51.3153809]},"properties":{"@type":"node","@id":262825016,"@timestamp":1210264265},"coords":"51.3153809,-0.2016928","bedrooms":"3","price":"269000","area":"559"} , +{"type":"Feature","id":"n262825078","geometry":{"type":"Point","coordinates":[-0.2032324,51.3208855]},"properties":{"@type":"node","@id":262825078,"@timestamp":1210264266},"coords":"51.3208855,-0.2032324","bedrooms":"3","price":"264000","area":"671"} , +{"type":"Feature","id":"n262826083","geometry":{"type":"Point","coordinates":[-0.6541689,51.336771]},"properties":{"@type":"node","@id":262826083,"@timestamp":1210264881},"coords":"51.336771,-0.6541689","bedrooms":"2","price":"160000","area":"399"} , +{"type":"Feature","id":"n262826110","geometry":{"type":"Point","coordinates":[-0.6379935,51.3385016]},"properties":{"@type":"node","@id":262826110,"@timestamp":1210264883},"coords":"51.3385016,-0.6379935","bedrooms":"0","price":"225000","area":"403"} , +{"type":"Feature","id":"n262826132","geometry":{"type":"Point","coordinates":[-0.6381968,51.3346246]},"properties":{"@type":"node","@id":262826132,"@timestamp":1210264892},"coords":"51.3346246,-0.6381968","bedrooms":"3","price":"277000","area":"357"} , +{"type":"Feature","id":"n262833269","geometry":{"type":"Point","coordinates":[0.5712936,51.0868321]},"properties":{"@type":"node","@id":262833269,"@timestamp":1210268111},"coords":"51.0868321,0.5712936","bedrooms":"0","price":"270000","area":"350"} , +{"type":"Feature","id":"n262833291","geometry":{"type":"Point","coordinates":[0.5787004,51.0938213]},"properties":{"@type":"node","@id":262833291,"@timestamp":1210268113},"coords":"51.0938213,0.5787004","bedrooms":"3","price":"281000","area":"445"} , +{"type":"Feature","id":"n262833811","geometry":{"type":"Point","coordinates":[0.5691559,51.121599]},"properties":{"@type":"node","@id":262833811,"@timestamp":1210268405},"coords":"51.121599,0.5691559","bedrooms":"3","price":"233000","area":"489"} , +{"type":"Feature","id":"n262834278","geometry":{"type":"Point","coordinates":[0.5695113,51.0659412]},"properties":{"@type":"node","@id":262834278,"@timestamp":1210268690},"coords":"51.0659412,0.5695113","bedrooms":"1","price":"295000","area":"412"} , +{"type":"Feature","id":"n262834349","geometry":{"type":"Point","coordinates":[0.5845416,51.0774128]},"properties":{"@type":"node","@id":262834349,"@timestamp":1210268695},"coords":"51.0774128,0.5845416","bedrooms":"0","price":"178000","area":"603"} , +{"type":"Feature","id":"n262834507","geometry":{"type":"Point","coordinates":[0.600498,51.0813435]},"properties":{"@type":"node","@id":262834507,"@timestamp":1210268818},"coords":"51.0813435,0.600498","bedrooms":"2","price":"199000","area":"367"} , +{"type":"Feature","id":"n262835254","geometry":{"type":"Point","coordinates":[0.6124493,51.0698485]},"properties":{"@type":"node","@id":262835254,"@timestamp":1210269088},"coords":"51.0698485,0.6124493","bedrooms":"3","price":"164000","area":"445"} , +{"type":"Feature","id":"n262835278","geometry":{"type":"Point","coordinates":[0.5958029,51.0729079]},"properties":{"@type":"node","@id":262835278,"@timestamp":1210269090},"coords":"51.0729079,0.5958029","bedrooms":"1","price":"152000","area":"576"} , +{"type":"Feature","id":"n262835367","geometry":{"type":"Point","coordinates":[0.6207529,51.0791833]},"properties":{"@type":"node","@id":262835367,"@timestamp":1210269096},"coords":"51.0791833,0.6207529","bedrooms":"2","price":"191000","area":"376"} , +{"type":"Feature","id":"n262836641","geometry":{"type":"Point","coordinates":[0.6216497,51.105099]},"properties":{"@type":"node","@id":262836641,"@timestamp":1210269578},"coords":"51.105099,0.6216497","bedrooms":"3","price":"215000","area":"382"} , +{"type":"Feature","id":"n262836694","geometry":{"type":"Point","coordinates":[0.6196279,51.0951289]},"properties":{"@type":"node","@id":262836694,"@timestamp":1210269582},"coords":"51.0951289,0.6196279","bedrooms":"4","price":"215000","area":"641"} , +{"type":"Feature","id":"n262836740","geometry":{"type":"Point","coordinates":[0.6419076,51.0789376]},"properties":{"@type":"node","@id":262836740,"@timestamp":1210269585},"coords":"51.0789376,0.6419076","bedrooms":"3","price":"244000","area":"518"} , +{"type":"Feature","id":"n262836774","geometry":{"type":"Point","coordinates":[0.6462842,51.076033]},"properties":{"@type":"node","@id":262836774,"@timestamp":1210269587},"coords":"51.076033,0.6462842","bedrooms":"2","price":"218000","area":"485"} , +{"type":"Feature","id":"n262836904","geometry":{"type":"Point","coordinates":[0.6537912,51.0990495]},"properties":{"@type":"node","@id":262836904,"@timestamp":1210269594},"coords":"51.0990495,0.6537912","bedrooms":"2","price":"266000","area":"543"} , +{"type":"Feature","id":"n262837700","geometry":{"type":"Point","coordinates":[0.6340719,51.0645058]},"properties":{"@type":"node","@id":262837700,"@timestamp":1210269889},"coords":"51.0645058,0.6340719","bedrooms":"2","price":"201000","area":"455"} , +{"type":"Feature","id":"n262837754","geometry":{"type":"Point","coordinates":[0.6404108,51.0654056]},"properties":{"@type":"node","@id":262837754,"@timestamp":1210269892},"coords":"51.0654056,0.6404108","bedrooms":"4","price":"281000","area":"354"} , +{"type":"Feature","id":"n262837983","geometry":{"type":"Point","coordinates":[0.689896,51.0777816]},"properties":{"@type":"node","@id":262837983,"@timestamp":1210269974},"coords":"51.0777816,0.689896","bedrooms":"1","price":"256000","area":"692"} , +{"type":"Feature","id":"n262838548","geometry":{"type":"Point","coordinates":[0.6668603,51.0793808]},"properties":{"@type":"node","@id":262838548,"@timestamp":1210270187},"coords":"51.0793808,0.6668603","bedrooms":"4","price":"257000","area":"470"} , +{"type":"Feature","id":"n262838576","geometry":{"type":"Point","coordinates":[0.6725504,51.0856058]},"properties":{"@type":"node","@id":262838576,"@timestamp":1210270189},"coords":"51.0856058,0.6725504","bedrooms":"0","price":"159000","area":"408"} , +{"type":"Feature","id":"n262838625","geometry":{"type":"Point","coordinates":[0.6602786,51.09606]},"properties":{"@type":"node","@id":262838625,"@timestamp":1210270192},"coords":"51.09606,0.6602786","bedrooms":"0","price":"222000","area":"484"} , +{"type":"Feature","id":"n262839209","geometry":{"type":"Point","coordinates":[0.7304545,51.059435]},"properties":{"@type":"node","@id":262839209,"@timestamp":1210270402},"coords":"51.059435,0.7304545","bedrooms":"1","price":"218000","area":"697"} , +{"type":"Feature","id":"n262839262","geometry":{"type":"Point","coordinates":[0.6930561,51.0881131]},"properties":{"@type":"node","@id":262839262,"@timestamp":1210270406},"coords":"51.0881131,0.6930561","bedrooms":"3","price":"254000","area":"433"} , +{"type":"Feature","id":"n262843496","geometry":{"type":"Point","coordinates":[0.7070128,51.2841834]},"properties":{"@type":"node","@id":262843496,"@timestamp":1229886271},"coords":"51.2841834,0.7070128","bedrooms":"3","price":"166000","area":"506"} , +{"type":"Feature","id":"n262844435","geometry":{"type":"Point","coordinates":[0.7762391,51.2464189]},"properties":{"@type":"node","@id":262844435,"@timestamp":1226438142},"coords":"51.2464189,0.7762391","bedrooms":"0","price":"273000","area":"399"} , +{"type":"Feature","id":"n262844715","geometry":{"type":"Point","coordinates":[0.7217641,51.2401641]},"properties":{"@type":"node","@id":262844715,"@timestamp":1226771156},"coords":"51.2401641,0.7217641","bedrooms":"1","price":"160000","area":"670"} , +{"type":"Feature","id":"n262884140","geometry":{"type":"Point","coordinates":[-1.1012057,51.6736886]},"properties":{"@type":"node","@id":262884140,"@timestamp":1210284685},"coords":"51.6736886,-1.1012057","bedrooms":"4","price":"173000","area":"641"} , +{"type":"Feature","id":"n262893971","geometry":{"type":"Point","coordinates":[0.2609898,51.1912192]},"properties":{"@type":"node","@id":262893971,"@timestamp":1210288807},"coords":"51.1912192,0.2609898","bedrooms":"4","price":"153000","area":"598"} , +{"type":"Feature","id":"n262897638","geometry":{"type":"Point","coordinates":[-0.255976,51.4805642]},"properties":{"@type":"node","@id":262897638,"@timestamp":1210291319},"coords":"51.4805642,-0.255976","bedrooms":"3","price":"266000","area":"587"} , +{"type":"Feature","id":"n262897648","geometry":{"type":"Point","coordinates":[-0.2551166,51.4803]},"properties":{"@type":"node","@id":262897648,"@timestamp":1210291320},"coords":"51.4803,-0.2551166","bedrooms":"4","price":"170000","area":"479"} , +{"type":"Feature","id":"n262897662","geometry":{"type":"Point","coordinates":[-0.2565895,51.4818651]},"properties":{"@type":"node","@id":262897662,"@timestamp":1349987785},"coords":"51.4818651,-0.2565895","bedrooms":"4","price":"173000","area":"506"} , +{"type":"Feature","id":"n262898711","geometry":{"type":"Point","coordinates":[-0.2690274,51.4939908]},"properties":{"@type":"node","@id":262898711,"@timestamp":1210291806},"coords":"51.4939908,-0.2690274","bedrooms":"3","price":"232000","area":"611"} , +{"type":"Feature","id":"n262898721","geometry":{"type":"Point","coordinates":[-0.2718296,51.4944166]},"properties":{"@type":"node","@id":262898721,"@timestamp":1210291808},"coords":"51.4944166,-0.2718296","bedrooms":"1","price":"193000","area":"421"} , +{"type":"Feature","id":"n262898732","geometry":{"type":"Point","coordinates":[-0.2717325,51.494055]},"properties":{"@type":"node","@id":262898732,"@timestamp":1210291809},"coords":"51.494055,-0.2717325","bedrooms":"2","price":"236000","area":"579"} , +{"type":"Feature","id":"n262898745","geometry":{"type":"Point","coordinates":[-0.2719454,51.4944213]},"properties":{"@type":"node","@id":262898745,"@timestamp":1210291810},"coords":"51.4944213,-0.2719454","bedrooms":"3","price":"274000","area":"388"} , +{"type":"Feature","id":"n262898755","geometry":{"type":"Point","coordinates":[-0.2715916,51.4945841]},"properties":{"@type":"node","@id":262898755,"@timestamp":1210291812},"coords":"51.4945841,-0.2715916","bedrooms":"2","price":"286000","area":"456"} , +{"type":"Feature","id":"n262959612","geometry":{"type":"Point","coordinates":[-0.4933272,51.001185]},"properties":{"@type":"node","@id":262959612,"@timestamp":1210337449},"coords":"51.001185,-0.4933272","bedrooms":"1","price":"268000","area":"441"} , +{"type":"Feature","id":"n262959927","geometry":{"type":"Point","coordinates":[-0.5188711,51.0104816]},"properties":{"@type":"node","@id":262959927,"@timestamp":1210337637},"coords":"51.0104816,-0.5188711","bedrooms":"3","price":"289000","area":"556"} , +{"type":"Feature","id":"n262972655","geometry":{"type":"Point","coordinates":[-0.5923637,51.3535119]},"properties":{"@type":"node","@id":262972655,"@timestamp":1210342245},"coords":"51.3535119,-0.5923637","bedrooms":"1","price":"176000","area":"535"} , +{"type":"Feature","id":"n262972673","geometry":{"type":"Point","coordinates":[-0.610172,51.3551267]},"properties":{"@type":"node","@id":262972673,"@timestamp":1210342246},"coords":"51.3551267,-0.610172","bedrooms":"1","price":"225000","area":"417"} , +{"type":"Feature","id":"n262981426","geometry":{"type":"Point","coordinates":[-0.5022361,51.0125437]},"properties":{"@type":"node","@id":262981426,"@timestamp":1210345780},"coords":"51.0125437,-0.5022361","bedrooms":"2","price":"174000","area":"698"} , +{"type":"Feature","id":"n262983458","geometry":{"type":"Point","coordinates":[-0.677978,51.3529948]},"properties":{"@type":"node","@id":262983458,"@timestamp":1210347345},"coords":"51.3529948,-0.677978","bedrooms":"2","price":"168000","area":"350"} , +{"type":"Feature","id":"n262983475","geometry":{"type":"Point","coordinates":[-0.678254,51.3531086]},"properties":{"@type":"node","@id":262983475,"@timestamp":1210347346},"coords":"51.3531086,-0.678254","bedrooms":"4","price":"160000","area":"589"} , +{"type":"Feature","id":"n262983494","geometry":{"type":"Point","coordinates":[-0.6730463,51.3526363]},"properties":{"@type":"node","@id":262983494,"@timestamp":1210347347},"coords":"51.3526363,-0.6730463","bedrooms":"1","price":"176000","area":"387"} , +{"type":"Feature","id":"n262983542","geometry":{"type":"Point","coordinates":[-0.6608846,51.3485539]},"properties":{"@type":"node","@id":262983542,"@timestamp":1210347354},"coords":"51.3485539,-0.6608846","bedrooms":"0","price":"258000","area":"573"} , +{"type":"Feature","id":"n262983557","geometry":{"type":"Point","coordinates":[-0.6600841,51.3486383]},"properties":{"@type":"node","@id":262983557,"@timestamp":1210347356},"coords":"51.3486383,-0.6600841","bedrooms":"0","price":"291000","area":"595"} , +{"type":"Feature","id":"n262983589","geometry":{"type":"Point","coordinates":[-0.6591803,51.349119]},"properties":{"@type":"node","@id":262983589,"@timestamp":1210347357},"coords":"51.349119,-0.6591803","bedrooms":"3","price":"220000","area":"418"} , +{"type":"Feature","id":"n262983610","geometry":{"type":"Point","coordinates":[-0.6579304,51.3489334]},"properties":{"@type":"node","@id":262983610,"@timestamp":1210347359},"coords":"51.3489334,-0.6579304","bedrooms":"2","price":"169000","area":"492"} , +{"type":"Feature","id":"n262983623","geometry":{"type":"Point","coordinates":[-0.6571008,51.3490273]},"properties":{"@type":"node","@id":262983623,"@timestamp":1210347360},"coords":"51.3490273,-0.6571008","bedrooms":"4","price":"225000","area":"538"} , +{"type":"Feature","id":"n262983690","geometry":{"type":"Point","coordinates":[-0.6600823,51.3472983]},"properties":{"@type":"node","@id":262983690,"@timestamp":1210347368},"coords":"51.3472983,-0.6600823","bedrooms":"4","price":"297000","area":"544"} , +{"type":"Feature","id":"n262983701","geometry":{"type":"Point","coordinates":[-0.6654562,51.3471109]},"properties":{"@type":"node","@id":262983701,"@timestamp":1210347369},"coords":"51.3471109,-0.6654562","bedrooms":"2","price":"224000","area":"590"} , +{"type":"Feature","id":"n262983712","geometry":{"type":"Point","coordinates":[-0.6662905,51.347955]},"properties":{"@type":"node","@id":262983712,"@timestamp":1210347369},"coords":"51.347955,-0.6662905","bedrooms":"4","price":"210000","area":"594"} , +{"type":"Feature","id":"n262983733","geometry":{"type":"Point","coordinates":[-0.6671823,51.3476786]},"properties":{"@type":"node","@id":262983733,"@timestamp":1210347371},"coords":"51.3476786,-0.6671823","bedrooms":"4","price":"255000","area":"603"} , +{"type":"Feature","id":"n262983797","geometry":{"type":"Point","coordinates":[-0.6671682,51.3503932]},"properties":{"@type":"node","@id":262983797,"@timestamp":1210347375},"coords":"51.3503932,-0.6671682","bedrooms":"3","price":"200000","area":"587"} , +{"type":"Feature","id":"n262983851","geometry":{"type":"Point","coordinates":[-0.6767127,51.3496905]},"properties":{"@type":"node","@id":262983851,"@timestamp":1210347379},"coords":"51.3496905,-0.6767127","bedrooms":"1","price":"178000","area":"379"} , +{"type":"Feature","id":"n262983879","geometry":{"type":"Point","coordinates":[-0.6755694,51.3503851]},"properties":{"@type":"node","@id":262983879,"@timestamp":1210347381},"coords":"51.3503851,-0.6755694","bedrooms":"0","price":"163000","area":"485"} , +{"type":"Feature","id":"n262983926","geometry":{"type":"Point","coordinates":[-0.6808473,51.3484017]},"properties":{"@type":"node","@id":262983926,"@timestamp":1210347384},"coords":"51.3484017,-0.6808473","bedrooms":"4","price":"286000","area":"653"} , +{"type":"Feature","id":"n262983937","geometry":{"type":"Point","coordinates":[-0.6876481,51.3460685]},"properties":{"@type":"node","@id":262983937,"@timestamp":1210347385},"coords":"51.3460685,-0.6876481","bedrooms":"0","price":"244000","area":"439"} , +{"type":"Feature","id":"n262983947","geometry":{"type":"Point","coordinates":[-0.6866633,51.3462765]},"properties":{"@type":"node","@id":262983947,"@timestamp":1210347386},"coords":"51.3462765,-0.6866633","bedrooms":"4","price":"211000","area":"550"} , +{"type":"Feature","id":"n262983963","geometry":{"type":"Point","coordinates":[-0.6837729,51.3474836]},"properties":{"@type":"node","@id":262983963,"@timestamp":1210347387},"coords":"51.3474836,-0.6837729","bedrooms":"4","price":"264000","area":"487"} , +{"type":"Feature","id":"n262984020","geometry":{"type":"Point","coordinates":[-0.6851612,51.3441574]},"properties":{"@type":"node","@id":262984020,"@timestamp":1210347395},"coords":"51.3441574,-0.6851612","bedrooms":"3","price":"240000","area":"514"} , +{"type":"Feature","id":"n262984039","geometry":{"type":"Point","coordinates":[-0.6841063,51.3443513]},"properties":{"@type":"node","@id":262984039,"@timestamp":1210347396},"coords":"51.3443513,-0.6841063","bedrooms":"0","price":"289000","area":"455"} , +{"type":"Feature","id":"n262984159","geometry":{"type":"Point","coordinates":[-0.6717127,51.3460919]},"properties":{"@type":"node","@id":262984159,"@timestamp":1210347407},"coords":"51.3460919,-0.6717127","bedrooms":"2","price":"191000","area":"629"} , +{"type":"Feature","id":"n262984284","geometry":{"type":"Point","coordinates":[-0.6787538,51.3442895]},"properties":{"@type":"node","@id":262984284,"@timestamp":1210347416},"coords":"51.3442895,-0.6787538","bedrooms":"2","price":"160000","area":"389"} , +{"type":"Feature","id":"n262984453","geometry":{"type":"Point","coordinates":[-0.6741113,51.3450374]},"properties":{"@type":"node","@id":262984453,"@timestamp":1210347427},"coords":"51.3450374,-0.6741113","bedrooms":"3","price":"226000","area":"375"} , +{"type":"Feature","id":"n262984516","geometry":{"type":"Point","coordinates":[-0.6730983,51.344618]},"properties":{"@type":"node","@id":262984516,"@timestamp":1210347431},"coords":"51.344618,-0.6730983","bedrooms":"3","price":"209000","area":"656"} , +{"type":"Feature","id":"n262991525","geometry":{"type":"Point","coordinates":[0.7372643,51.0891827]},"properties":{"@type":"node","@id":262991525,"@timestamp":1210351511},"coords":"51.0891827,0.7372643","bedrooms":"4","price":"241000","area":"438"} , +{"type":"Feature","id":"n262991552","geometry":{"type":"Point","coordinates":[0.7410814,51.0917218]},"properties":{"@type":"node","@id":262991552,"@timestamp":1210351513},"coords":"51.0917218,0.7410814","bedrooms":"2","price":"183000","area":"514"} , +{"type":"Feature","id":"n262991699","geometry":{"type":"Point","coordinates":[0.7716948,51.094609]},"properties":{"@type":"node","@id":262991699,"@timestamp":1210351521},"coords":"51.094609,0.7716948","bedrooms":"2","price":"270000","area":"395"} , +{"type":"Feature","id":"n262992018","geometry":{"type":"Point","coordinates":[0.7523496,51.1116333]},"properties":{"@type":"node","@id":262992018,"@timestamp":1210351762},"coords":"51.1116333,0.7523496","bedrooms":"2","price":"196000","area":"477"} , +{"type":"Feature","id":"n262992465","geometry":{"type":"Point","coordinates":[0.7720484,51.1284846]},"properties":{"@type":"node","@id":262992465,"@timestamp":1210351969},"coords":"51.1284846,0.7720484","bedrooms":"4","price":"284000","area":"497"} , +{"type":"Feature","id":"n262992876","geometry":{"type":"Point","coordinates":[0.7027103,51.0888209]},"properties":{"@type":"node","@id":262992876,"@timestamp":1210352341},"coords":"51.0888209,0.7027103","bedrooms":"1","price":"266000","area":"675"} , +{"type":"Feature","id":"n262992928","geometry":{"type":"Point","coordinates":[0.6992764,51.0945606]},"properties":{"@type":"node","@id":262992928,"@timestamp":1210352346},"coords":"51.0945606,0.6992764","bedrooms":"0","price":"195000","area":"387"} , +{"type":"Feature","id":"n263017296","geometry":{"type":"Point","coordinates":[-0.0794013,51.5599859]},"properties":{"@type":"node","@id":263017296,"@timestamp":1330808946},"coords":"51.5599859,-0.0794013","bedrooms":"2","price":"212000","area":"667"} , +{"type":"Feature","id":"n263020082","geometry":{"type":"Point","coordinates":[-0.9385302,51.4221747]},"properties":{"@type":"node","@id":263020082,"@timestamp":1565400042},"coords":"51.4221747,-0.9385302","bedrooms":"4","price":"299000","area":"669"} , +{"type":"Feature","id":"n263045299","geometry":{"type":"Point","coordinates":[0.5227961,51.2751671]},"properties":{"@type":"node","@id":263045299,"@timestamp":1210370789},"coords":"51.2751671,0.5227961","bedrooms":"3","price":"217000","area":"428"} , +{"type":"Feature","id":"n263047493","geometry":{"type":"Point","coordinates":[0.278293,51.1925872]},"properties":{"@type":"node","@id":263047493,"@timestamp":1308088661},"coords":"51.1925872,0.278293","bedrooms":"4","price":"262000","area":"664"} , +{"type":"Feature","id":"n263055570","geometry":{"type":"Point","coordinates":[-0.3316157,51.0428042]},"properties":{"@type":"node","@id":263055570,"@timestamp":1396467462},"coords":"51.0428042,-0.3316157","bedrooms":"4","price":"180000","area":"584"} , +{"type":"Feature","id":"n263138456","geometry":{"type":"Point","coordinates":[-0.6047752,51.2696959]},"properties":{"@type":"node","@id":263138456,"@timestamp":1210404030},"coords":"51.2696959,-0.6047752","bedrooms":"3","price":"279000","area":"635"} , +{"type":"Feature","id":"n263140975","geometry":{"type":"Point","coordinates":[-0.6081271,51.2769894]},"properties":{"@type":"node","@id":263140975,"@timestamp":1236434658},"coords":"51.2769894,-0.6081271","bedrooms":"0","price":"227000","area":"523"} , +{"type":"Feature","id":"n263141557","geometry":{"type":"Point","coordinates":[-0.611462,51.2791088]},"properties":{"@type":"node","@id":263141557,"@timestamp":1210404661},"coords":"51.2791088,-0.611462","bedrooms":"2","price":"293000","area":"569"} , +{"type":"Feature","id":"n263142314","geometry":{"type":"Point","coordinates":[-0.609096,51.2756858]},"properties":{"@type":"node","@id":263142314,"@timestamp":1210404812},"coords":"51.2756858,-0.609096","bedrooms":"2","price":"204000","area":"394"} , +{"type":"Feature","id":"n263143180","geometry":{"type":"Point","coordinates":[-0.6101001,51.2734148]},"properties":{"@type":"node","@id":263143180,"@timestamp":1210405022},"coords":"51.2734148,-0.6101001","bedrooms":"0","price":"151000","area":"389"} , +{"type":"Feature","id":"n263144444","geometry":{"type":"Point","coordinates":[-0.6188433,51.271956]},"properties":{"@type":"node","@id":263144444,"@timestamp":1217077148},"coords":"51.271956,-0.6188433","bedrooms":"0","price":"202000","area":"494"} , +{"type":"Feature","id":"n263146971","geometry":{"type":"Point","coordinates":[-0.6102371,51.2751756]},"properties":{"@type":"node","@id":263146971,"@timestamp":1210405929},"coords":"51.2751756,-0.6102371","bedrooms":"4","price":"252000","area":"577"} , +{"type":"Feature","id":"n263148105","geometry":{"type":"Point","coordinates":[-0.6105502,51.2770514]},"properties":{"@type":"node","@id":263148105,"@timestamp":1210406253},"coords":"51.2770514,-0.6105502","bedrooms":"1","price":"152000","area":"662"} , +{"type":"Feature","id":"n263148601","geometry":{"type":"Point","coordinates":[-0.611725,51.2772234]},"properties":{"@type":"node","@id":263148601,"@timestamp":1210406403},"coords":"51.2772234,-0.611725","bedrooms":"4","price":"205000","area":"680"} , +{"type":"Feature","id":"n263148614","geometry":{"type":"Point","coordinates":[-0.6125005,51.2771927]},"properties":{"@type":"node","@id":263148614,"@timestamp":1210406404},"coords":"51.2771927,-0.6125005","bedrooms":"0","price":"278000","area":"467"} , +{"type":"Feature","id":"n263152445","geometry":{"type":"Point","coordinates":[-0.6189146,51.2616854]},"properties":{"@type":"node","@id":263152445,"@timestamp":1210407372},"coords":"51.2616854,-0.6189146","bedrooms":"0","price":"261000","area":"360"} , +{"type":"Feature","id":"n263153234","geometry":{"type":"Point","coordinates":[-0.6157349,51.2611362]},"properties":{"@type":"node","@id":263153234,"@timestamp":1210407574},"coords":"51.2611362,-0.6157349","bedrooms":"3","price":"292000","area":"610"} , +{"type":"Feature","id":"n263154061","geometry":{"type":"Point","coordinates":[-0.6160838,51.2587243]},"properties":{"@type":"node","@id":263154061,"@timestamp":1210407801},"coords":"51.2587243,-0.6160838","bedrooms":"3","price":"255000","area":"560"} , +{"type":"Feature","id":"n263156941","geometry":{"type":"Point","coordinates":[-0.6196308,51.2581713]},"properties":{"@type":"node","@id":263156941,"@timestamp":1210408526},"coords":"51.2581713,-0.6196308","bedrooms":"1","price":"175000","area":"660"} , +{"type":"Feature","id":"n263158073","geometry":{"type":"Point","coordinates":[-0.6221201,51.2611465]},"properties":{"@type":"node","@id":263158073,"@timestamp":1210408780},"coords":"51.2611465,-0.6221201","bedrooms":"3","price":"215000","area":"531"} , +{"type":"Feature","id":"n263228491","geometry":{"type":"Point","coordinates":[-0.1786155,51.8985414]},"properties":{"@type":"node","@id":263228491,"@timestamp":1210421135},"coords":"51.8985414,-0.1786155","bedrooms":"4","price":"251000","area":"404"} , +{"type":"Feature","id":"n263250791","geometry":{"type":"Point","coordinates":[-0.652853,51.7933439]},"properties":{"@type":"node","@id":263250791,"@timestamp":1565287676},"coords":"51.7933439,-0.652853","bedrooms":"3","price":"196000","area":"539"} , +{"type":"Feature","id":"n263257200","geometry":{"type":"Point","coordinates":[-0.6186686,51.2506087]},"properties":{"@type":"node","@id":263257200,"@timestamp":1210427187},"coords":"51.2506087,-0.6186686","bedrooms":"1","price":"167000","area":"565"} , +{"type":"Feature","id":"n263257765","geometry":{"type":"Point","coordinates":[-0.6195272,51.2515979]},"properties":{"@type":"node","@id":263257765,"@timestamp":1210427494},"coords":"51.2515979,-0.6195272","bedrooms":"3","price":"282000","area":"463"} , +{"type":"Feature","id":"n263257793","geometry":{"type":"Point","coordinates":[-0.6175376,51.2547658]},"properties":{"@type":"node","@id":263257793,"@timestamp":1210427497},"coords":"51.2547658,-0.6175376","bedrooms":"3","price":"160000","area":"658"} , +{"type":"Feature","id":"n263258555","geometry":{"type":"Point","coordinates":[-0.6251542,51.2498587]},"properties":{"@type":"node","@id":263258555,"@timestamp":1210427947},"coords":"51.2498587,-0.6251542","bedrooms":"1","price":"286000","area":"383"} , +{"type":"Feature","id":"n263268126","geometry":{"type":"Point","coordinates":[0.0454373,51.4929129]},"properties":{"@type":"node","@id":263268126,"@timestamp":1632145341},"coords":"51.4929129,0.0454373","bedrooms":"4","price":"187000","area":"611"} , +{"type":"Feature","id":"n263362099","geometry":{"type":"Point","coordinates":[-0.0300329,51.7234589]},"properties":{"@type":"node","@id":263362099,"@timestamp":1210442545},"coords":"51.7234589,-0.0300329","bedrooms":"3","price":"206000","area":"669"} , +{"type":"Feature","id":"n263362109","geometry":{"type":"Point","coordinates":[-0.031607,51.7235362]},"properties":{"@type":"node","@id":263362109,"@timestamp":1210442546},"coords":"51.7235362,-0.031607","bedrooms":"3","price":"179000","area":"529"} , +{"type":"Feature","id":"n263362126","geometry":{"type":"Point","coordinates":[-0.0318207,51.7230889]},"properties":{"@type":"node","@id":263362126,"@timestamp":1210442547},"coords":"51.7230889,-0.0318207","bedrooms":"2","price":"247000","area":"510"} , +{"type":"Feature","id":"n263362139","geometry":{"type":"Point","coordinates":[-0.0322583,51.7247063]},"properties":{"@type":"node","@id":263362139,"@timestamp":1210442548},"coords":"51.7247063,-0.0322583","bedrooms":"2","price":"294000","area":"652"} , +{"type":"Feature","id":"n263362151","geometry":{"type":"Point","coordinates":[-0.0319869,51.7256949]},"properties":{"@type":"node","@id":263362151,"@timestamp":1210442549},"coords":"51.7256949,-0.0319869","bedrooms":"2","price":"284000","area":"604"} , +{"type":"Feature","id":"n263363767","geometry":{"type":"Point","coordinates":[-0.6511221,51.7550767]},"properties":{"@type":"node","@id":263363767,"@timestamp":1531043409},"coords":"51.7550767,-0.6511221","bedrooms":"1","price":"153000","area":"449"} , +{"type":"Feature","id":"n263364205","geometry":{"type":"Point","coordinates":[-1.093589,50.9588761]},"properties":{"@type":"node","@id":263364205,"@timestamp":1210445034},"coords":"50.9588761,-1.093589","bedrooms":"0","price":"292000","area":"583"} , +{"type":"Feature","id":"n263364222","geometry":{"type":"Point","coordinates":[-1.0920389,50.9574319]},"properties":{"@type":"node","@id":263364222,"@timestamp":1210443401},"coords":"50.9574319,-1.0920389","bedrooms":"0","price":"252000","area":"590"} , +{"type":"Feature","id":"n263364232","geometry":{"type":"Point","coordinates":[-1.0987899,50.9623381]},"properties":{"@type":"node","@id":263364232,"@timestamp":1615320837},"coords":"50.9623381,-1.0987899","bedrooms":"4","price":"156000","area":"447"} , +{"type":"Feature","id":"n263368811","geometry":{"type":"Point","coordinates":[-0.0293164,51.7242121]},"properties":{"@type":"node","@id":263368811,"@timestamp":1210444218},"coords":"51.7242121,-0.0293164","bedrooms":"1","price":"211000","area":"454"} , +{"type":"Feature","id":"n263368827","geometry":{"type":"Point","coordinates":[-0.0285456,51.72436]},"properties":{"@type":"node","@id":263368827,"@timestamp":1210444219},"coords":"51.72436,-0.0285456","bedrooms":"3","price":"171000","area":"609"} , +{"type":"Feature","id":"n263368846","geometry":{"type":"Point","coordinates":[-0.0307276,51.724824]},"properties":{"@type":"node","@id":263368846,"@timestamp":1210444220},"coords":"51.724824,-0.0307276","bedrooms":"0","price":"284000","area":"601"} , +{"type":"Feature","id":"n263368865","geometry":{"type":"Point","coordinates":[-0.0294466,51.7246257]},"properties":{"@type":"node","@id":263368865,"@timestamp":1210444221},"coords":"51.7246257,-0.0294466","bedrooms":"4","price":"289000","area":"638"} , +{"type":"Feature","id":"n263368879","geometry":{"type":"Point","coordinates":[-0.0303694,51.7241717]},"properties":{"@type":"node","@id":263368879,"@timestamp":1210444222},"coords":"51.7241717,-0.0303694","bedrooms":"1","price":"269000","area":"618"} , +{"type":"Feature","id":"n263368893","geometry":{"type":"Point","coordinates":[-0.0311999,51.7240339]},"properties":{"@type":"node","@id":263368893,"@timestamp":1210444223},"coords":"51.7240339,-0.0311999","bedrooms":"1","price":"221000","area":"398"} , +{"type":"Feature","id":"n263368923","geometry":{"type":"Point","coordinates":[-0.0299297,51.7227225]},"properties":{"@type":"node","@id":263368923,"@timestamp":1210444224},"coords":"51.7227225,-0.0299297","bedrooms":"2","price":"188000","area":"556"} , +{"type":"Feature","id":"n263368946","geometry":{"type":"Point","coordinates":[-0.0307059,51.7224502]},"properties":{"@type":"node","@id":263368946,"@timestamp":1210444225},"coords":"51.7224502,-0.0307059","bedrooms":"0","price":"180000","area":"442"} , +{"type":"Feature","id":"n263368961","geometry":{"type":"Point","coordinates":[-0.0294683,51.7217642]},"properties":{"@type":"node","@id":263368961,"@timestamp":1210444227},"coords":"51.7217642,-0.0294683","bedrooms":"0","price":"205000","area":"434"} , +{"type":"Feature","id":"n263373474","geometry":{"type":"Point","coordinates":[-1.0935774,50.9588833]},"properties":{"@type":"node","@id":263373474,"@timestamp":1210445517},"coords":"50.9588833,-1.0935774","bedrooms":"2","price":"199000","area":"520"} , +{"type":"Feature","id":"n263373495","geometry":{"type":"Point","coordinates":[-1.0897003,50.9571961]},"properties":{"@type":"node","@id":263373495,"@timestamp":1210445519},"coords":"50.9571961,-1.0897003","bedrooms":"0","price":"250000","area":"469"} , +{"type":"Feature","id":"n263378800","geometry":{"type":"Point","coordinates":[-0.6612378,51.7908083]},"properties":{"@type":"node","@id":263378800,"@timestamp":1535995557},"coords":"51.7908083,-0.6612378","bedrooms":"0","price":"202000","area":"511"} , +{"type":"Feature","id":"n263421332","geometry":{"type":"Point","coordinates":[-0.3198603,51.4920603]},"properties":{"@type":"node","@id":263421332,"@timestamp":1210451430},"coords":"51.4920603,-0.3198603","bedrooms":"1","price":"168000","area":"373"} , +{"type":"Feature","id":"n263421355","geometry":{"type":"Point","coordinates":[-0.3190742,51.4925969]},"properties":{"@type":"node","@id":263421355,"@timestamp":1210451431},"coords":"51.4925969,-0.3190742","bedrooms":"2","price":"254000","area":"503"} , +{"type":"Feature","id":"n263517757","geometry":{"type":"Point","coordinates":[-0.8750515,51.9420053]},"properties":{"@type":"node","@id":263517757,"@timestamp":1231284934},"coords":"51.9420053,-0.8750515","bedrooms":"0","price":"169000","area":"583"} , +{"type":"Feature","id":"n263543701","geometry":{"type":"Point","coordinates":[-0.0327496,51.7257285]},"properties":{"@type":"node","@id":263543701,"@timestamp":1210464890},"coords":"51.7257285,-0.0327496","bedrooms":"4","price":"294000","area":"617"} , +{"type":"Feature","id":"n263543711","geometry":{"type":"Point","coordinates":[-0.0282525,51.7237783]},"properties":{"@type":"node","@id":263543711,"@timestamp":1210464891},"coords":"51.7237783,-0.0282525","bedrooms":"1","price":"210000","area":"441"} , +{"type":"Feature","id":"n263543721","geometry":{"type":"Point","coordinates":[-0.0342391,51.7202791]},"properties":{"@type":"node","@id":263543721,"@timestamp":1210464893},"coords":"51.7202791,-0.0342391","bedrooms":"4","price":"248000","area":"514"} , +{"type":"Feature","id":"n263543983","geometry":{"type":"Point","coordinates":[-0.3209491,51.492338]},"properties":{"@type":"node","@id":263543983,"@timestamp":1210465247},"coords":"51.492338,-0.3209491","bedrooms":"4","price":"233000","area":"601"} , +{"type":"Feature","id":"n263543993","geometry":{"type":"Point","coordinates":[-0.3232327,51.4918014]},"properties":{"@type":"node","@id":263543993,"@timestamp":1210465248},"coords":"51.4918014,-0.3232327","bedrooms":"1","price":"173000","area":"456"} , +{"type":"Feature","id":"n263544015","geometry":{"type":"Point","coordinates":[-0.3190149,51.4884259]},"properties":{"@type":"node","@id":263544015,"@timestamp":1210465250},"coords":"51.4884259,-0.3190149","bedrooms":"2","price":"216000","area":"550"} , +{"type":"Feature","id":"n263544027","geometry":{"type":"Point","coordinates":[-0.3189525,51.4889001]},"properties":{"@type":"node","@id":263544027,"@timestamp":1210465250},"coords":"51.4889001,-0.3189525","bedrooms":"3","price":"217000","area":"636"} , +{"type":"Feature","id":"n263544066","geometry":{"type":"Point","coordinates":[-0.3184846,51.4926]},"properties":{"@type":"node","@id":263544066,"@timestamp":1210465253},"coords":"51.4926,-0.3184846","bedrooms":"0","price":"287000","area":"583"} , +{"type":"Feature","id":"n263544458","geometry":{"type":"Point","coordinates":[0.1845226,51.4138268]},"properties":{"@type":"node","@id":263544458,"@timestamp":1610177620},"coords":"51.4138268,0.1845226","bedrooms":"0","price":"176000","area":"536"} , +{"type":"Feature","id":"n263544496","geometry":{"type":"Point","coordinates":[-0.0374181,51.7113017]},"properties":{"@type":"node","@id":263544496,"@timestamp":1210465496},"coords":"51.7113017,-0.0374181","bedrooms":"4","price":"298000","area":"604"} , +{"type":"Feature","id":"n263544506","geometry":{"type":"Point","coordinates":[-0.0375018,51.7112953]},"properties":{"@type":"node","@id":263544506,"@timestamp":1210465497},"coords":"51.7112953,-0.0375018","bedrooms":"3","price":"162000","area":"473"} , +{"type":"Feature","id":"n263544516","geometry":{"type":"Point","coordinates":[-0.0373363,51.7100206]},"properties":{"@type":"node","@id":263544516,"@timestamp":1210465498},"coords":"51.7100206,-0.0373363","bedrooms":"0","price":"251000","area":"491"} , +{"type":"Feature","id":"n263544526","geometry":{"type":"Point","coordinates":[-0.0351433,51.7126676]},"properties":{"@type":"node","@id":263544526,"@timestamp":1210465499},"coords":"51.7126676,-0.0351433","bedrooms":"2","price":"262000","area":"488"} , +{"type":"Feature","id":"n263544536","geometry":{"type":"Point","coordinates":[-0.0340082,51.7134467]},"properties":{"@type":"node","@id":263544536,"@timestamp":1210465500},"coords":"51.7134467,-0.0340082","bedrooms":"0","price":"214000","area":"548"} , +{"type":"Feature","id":"n263545090","geometry":{"type":"Point","coordinates":[-0.0373229,51.7082771]},"properties":{"@type":"node","@id":263545090,"@timestamp":1210465705},"coords":"51.7082771,-0.0373229","bedrooms":"2","price":"263000","area":"673"} , +{"type":"Feature","id":"n263549972","geometry":{"type":"Point","coordinates":[-0.0392297,51.7090898]},"properties":{"@type":"node","@id":263549972,"@timestamp":1210466173},"coords":"51.7090898,-0.0392297","bedrooms":"3","price":"214000","area":"498"} , +{"type":"Feature","id":"n263675208","geometry":{"type":"Point","coordinates":[-0.0059793,51.5618225]},"properties":{"@type":"node","@id":263675208,"@timestamp":1538611702},"coords":"51.5618225,-0.0059793","bedrooms":"1","price":"275000","area":"412"} , +{"type":"Feature","id":"n263684502","geometry":{"type":"Point","coordinates":[-0.0357807,51.7022323]},"properties":{"@type":"node","@id":263684502,"@timestamp":1617072506},"coords":"51.7022323,-0.0357807","bedrooms":"2","price":"293000","area":"365"} , +{"type":"Feature","id":"n263684524","geometry":{"type":"Point","coordinates":[-0.0363676,51.7040497]},"properties":{"@type":"node","@id":263684524,"@timestamp":1210500072},"coords":"51.7040497,-0.0363676","bedrooms":"3","price":"228000","area":"621"} , +{"type":"Feature","id":"n263684534","geometry":{"type":"Point","coordinates":[-0.0391183,51.704654]},"properties":{"@type":"node","@id":263684534,"@timestamp":1210500073},"coords":"51.704654,-0.0391183","bedrooms":"2","price":"214000","area":"633"} , +{"type":"Feature","id":"n263684545","geometry":{"type":"Point","coordinates":[-0.041503,51.706191]},"properties":{"@type":"node","@id":263684545,"@timestamp":1210500074},"coords":"51.706191,-0.041503","bedrooms":"1","price":"171000","area":"463"} , +{"type":"Feature","id":"n263684555","geometry":{"type":"Point","coordinates":[-0.0395579,51.7060294]},"properties":{"@type":"node","@id":263684555,"@timestamp":1210500075},"coords":"51.7060294,-0.0395579","bedrooms":"0","price":"182000","area":"694"} , +{"type":"Feature","id":"n263684568","geometry":{"type":"Point","coordinates":[-0.0344361,51.7054204]},"properties":{"@type":"node","@id":263684568,"@timestamp":1210500077},"coords":"51.7054204,-0.0344361","bedrooms":"4","price":"224000","area":"534"} , +{"type":"Feature","id":"n263684582","geometry":{"type":"Point","coordinates":[-0.0367582,51.7062416]},"properties":{"@type":"node","@id":263684582,"@timestamp":1210500078},"coords":"51.7062416,-0.0367582","bedrooms":"3","price":"160000","area":"449"} , +{"type":"Feature","id":"n263684592","geometry":{"type":"Point","coordinates":[-0.0362099,51.7047515]},"properties":{"@type":"node","@id":263684592,"@timestamp":1210500079},"coords":"51.7047515,-0.0362099","bedrooms":"1","price":"162000","area":"593"} , +{"type":"Feature","id":"n263692815","geometry":{"type":"Point","coordinates":[-0.0385983,51.7051249]},"properties":{"@type":"node","@id":263692815,"@timestamp":1210504805},"coords":"51.7051249,-0.0385983","bedrooms":"1","price":"257000","area":"597"} , +{"type":"Feature","id":"n263694182","geometry":{"type":"Point","coordinates":[-0.0284152,51.7027894]},"properties":{"@type":"node","@id":263694182,"@timestamp":1210505258},"coords":"51.7027894,-0.0284152","bedrooms":"3","price":"262000","area":"630"} , +{"type":"Feature","id":"n263694193","geometry":{"type":"Point","coordinates":[-0.0230334,51.7032075]},"properties":{"@type":"node","@id":263694193,"@timestamp":1214869526},"coords":"51.7032075,-0.0230334","bedrooms":"4","price":"240000","area":"463"} , +{"type":"Feature","id":"n263694205","geometry":{"type":"Point","coordinates":[-0.0263301,51.7038276]},"properties":{"@type":"node","@id":263694205,"@timestamp":1210505260},"coords":"51.7038276,-0.0263301","bedrooms":"4","price":"275000","area":"487"} , +{"type":"Feature","id":"n263695207","geometry":{"type":"Point","coordinates":[-0.0325822,51.7029248]},"properties":{"@type":"node","@id":263695207,"@timestamp":1210505788},"coords":"51.7029248,-0.0325822","bedrooms":"2","price":"266000","area":"617"} , +{"type":"Feature","id":"n263695259","geometry":{"type":"Point","coordinates":[-0.029838,51.7037783]},"properties":{"@type":"node","@id":263695259,"@timestamp":1210505790},"coords":"51.7037783,-0.029838","bedrooms":"4","price":"226000","area":"467"} , +{"type":"Feature","id":"n263695269","geometry":{"type":"Point","coordinates":[-0.0322919,51.7040786]},"properties":{"@type":"node","@id":263695269,"@timestamp":1210505791},"coords":"51.7040786,-0.0322919","bedrooms":"3","price":"208000","area":"616"} , +{"type":"Feature","id":"n263695930","geometry":{"type":"Point","coordinates":[-0.033941,51.7049567]},"properties":{"@type":"node","@id":263695930,"@timestamp":1210506165},"coords":"51.7049567,-0.033941","bedrooms":"4","price":"201000","area":"455"} , +{"type":"Feature","id":"n263696447","geometry":{"type":"Point","coordinates":[-0.0338985,51.7065974]},"properties":{"@type":"node","@id":263696447,"@timestamp":1210506506},"coords":"51.7065974,-0.0338985","bedrooms":"3","price":"177000","area":"597"} , +{"type":"Feature","id":"n263696457","geometry":{"type":"Point","coordinates":[-0.0338868,51.7052863]},"properties":{"@type":"node","@id":263696457,"@timestamp":1210506508},"coords":"51.7052863,-0.0338868","bedrooms":"1","price":"161000","area":"534"} , +{"type":"Feature","id":"n263697616","geometry":{"type":"Point","coordinates":[-0.0336696,51.7070321]},"properties":{"@type":"node","@id":263697616,"@timestamp":1210506993},"coords":"51.7070321,-0.0336696","bedrooms":"0","price":"223000","area":"521"} , +{"type":"Feature","id":"n263697632","geometry":{"type":"Point","coordinates":[-0.0286007,51.7050983]},"properties":{"@type":"node","@id":263697632,"@timestamp":1210506994},"coords":"51.7050983,-0.0286007","bedrooms":"2","price":"187000","area":"492"} , +{"type":"Feature","id":"n263697646","geometry":{"type":"Point","coordinates":[-0.0294353,51.7029823]},"properties":{"@type":"node","@id":263697646,"@timestamp":1210506995},"coords":"51.7029823,-0.0294353","bedrooms":"1","price":"229000","area":"351"} , +{"type":"Feature","id":"n263698184","geometry":{"type":"Point","coordinates":[-0.0278418,51.705752]},"properties":{"@type":"node","@id":263698184,"@timestamp":1210507279},"coords":"51.705752,-0.0278418","bedrooms":"3","price":"169000","area":"397"} , +{"type":"Feature","id":"n263698737","geometry":{"type":"Point","coordinates":[-0.0324392,51.7067519]},"properties":{"@type":"node","@id":263698737,"@timestamp":1210507551},"coords":"51.7067519,-0.0324392","bedrooms":"2","price":"226000","area":"469"} , +{"type":"Feature","id":"n263698748","geometry":{"type":"Point","coordinates":[-0.032622,51.7077116]},"properties":{"@type":"node","@id":263698748,"@timestamp":1210507551},"coords":"51.7077116,-0.032622","bedrooms":"2","price":"285000","area":"557"} , +{"type":"Feature","id":"n263698760","geometry":{"type":"Point","coordinates":[-0.0325895,51.7082027]},"properties":{"@type":"node","@id":263698760,"@timestamp":1210507552},"coords":"51.7082027,-0.0325895","bedrooms":"3","price":"264000","area":"625"} , +{"type":"Feature","id":"n263699610","geometry":{"type":"Point","coordinates":[-0.037035,51.7083305]},"properties":{"@type":"node","@id":263699610,"@timestamp":1210507820},"coords":"51.7083305,-0.037035","bedrooms":"3","price":"243000","area":"661"} , +{"type":"Feature","id":"n263699621","geometry":{"type":"Point","coordinates":[-0.0364108,51.7084886]},"properties":{"@type":"node","@id":263699621,"@timestamp":1210507822},"coords":"51.7084886,-0.0364108","bedrooms":"3","price":"273000","area":"529"} , +{"type":"Feature","id":"n263699704","geometry":{"type":"Point","coordinates":[-0.2338813,51.9151907]},"properties":{"@type":"node","@id":263699704,"@timestamp":1210507871},"coords":"51.9151907,-0.2338813","bedrooms":"4","price":"212000","area":"678"} , +{"type":"Feature","id":"n263699722","geometry":{"type":"Point","coordinates":[-0.2346132,51.9130601]},"properties":{"@type":"node","@id":263699722,"@timestamp":1210507873},"coords":"51.9130601,-0.2346132","bedrooms":"2","price":"296000","area":"606"} , +{"type":"Feature","id":"n263699732","geometry":{"type":"Point","coordinates":[-0.2334384,51.9156783]},"properties":{"@type":"node","@id":263699732,"@timestamp":1210507874},"coords":"51.9156783,-0.2334384","bedrooms":"1","price":"187000","area":"538"} , +{"type":"Feature","id":"n263699822","geometry":{"type":"Point","coordinates":[-0.0266774,51.7029346]},"properties":{"@type":"node","@id":263699822,"@timestamp":1500758449},"coords":"51.7029346,-0.0266774","bedrooms":"4","price":"215000","area":"651"} , +{"type":"Feature","id":"n263699850","geometry":{"type":"Point","coordinates":[0.4614621,51.5215783]},"properties":{"@type":"node","@id":263699850,"@timestamp":1210507964},"coords":"51.5215783,0.4614621","bedrooms":"2","price":"200000","area":"474"} , +{"type":"Feature","id":"n263699869","geometry":{"type":"Point","coordinates":[0.4589494,51.5226395]},"properties":{"@type":"node","@id":263699869,"@timestamp":1210507966},"coords":"51.5226395,0.4589494","bedrooms":"0","price":"197000","area":"678"} , +{"type":"Feature","id":"n263700162","geometry":{"type":"Point","coordinates":[-0.0331865,51.7019157]},"properties":{"@type":"node","@id":263700162,"@timestamp":1210508093},"coords":"51.7019157,-0.0331865","bedrooms":"0","price":"212000","area":"621"} , +{"type":"Feature","id":"n263702083","geometry":{"type":"Point","coordinates":[-0.2378895,51.9239698]},"properties":{"@type":"node","@id":263702083,"@timestamp":1210508993},"coords":"51.9239698,-0.2378895","bedrooms":"4","price":"166000","area":"363"} , +{"type":"Feature","id":"n263702104","geometry":{"type":"Point","coordinates":[-0.2448602,51.9203705]},"properties":{"@type":"node","@id":263702104,"@timestamp":1210508995},"coords":"51.9203705,-0.2448602","bedrooms":"3","price":"168000","area":"554"} , +{"type":"Feature","id":"n263704319","geometry":{"type":"Point","coordinates":[-0.2271292,51.9043788]},"properties":{"@type":"node","@id":263704319,"@timestamp":1210510320},"coords":"51.9043788,-0.2271292","bedrooms":"4","price":"178000","area":"453"} , +{"type":"Feature","id":"n263704358","geometry":{"type":"Point","coordinates":[-0.2261534,51.9094358]},"properties":{"@type":"node","@id":263704358,"@timestamp":1210510326},"coords":"51.9094358,-0.2261534","bedrooms":"1","price":"284000","area":"366"} , +{"type":"Feature","id":"n263715833","geometry":{"type":"Point","coordinates":[-0.6325566,51.4745619]},"properties":{"@type":"node","@id":263715833,"@timestamp":1609190104},"coords":"51.4745619,-0.6325566","bedrooms":"2","price":"281000","area":"612"} , +{"type":"Feature","id":"n263733440","geometry":{"type":"Point","coordinates":[-0.6363477,51.4758915]},"properties":{"@type":"node","@id":263733440,"@timestamp":1598480693},"coords":"51.4758915,-0.6363477","bedrooms":"2","price":"170000","area":"652"} , +{"type":"Feature","id":"n263798354","geometry":{"type":"Point","coordinates":[-0.0747108,51.1198371]},"properties":{"@type":"node","@id":263798354,"@timestamp":1210527268},"coords":"51.1198371,-0.0747108","bedrooms":"3","price":"230000","area":"493"} , +{"type":"Feature","id":"n263798384","geometry":{"type":"Point","coordinates":[-0.0753865,51.121133]},"properties":{"@type":"node","@id":263798384,"@timestamp":1210527270},"coords":"51.121133,-0.0753865","bedrooms":"4","price":"191000","area":"577"} , +{"type":"Feature","id":"n263863972","geometry":{"type":"Point","coordinates":[-0.0985062,51.5458205]},"properties":{"@type":"node","@id":263863972,"@timestamp":1233424690},"coords":"51.5458205,-0.0985062","bedrooms":"4","price":"211000","area":"429"} , +{"type":"Feature","id":"n263873438","geometry":{"type":"Point","coordinates":[0.7337647,51.2355878]},"properties":{"@type":"node","@id":263873438,"@timestamp":1232483734},"coords":"51.2355878,0.7337647","bedrooms":"2","price":"240000","area":"504"} , +{"type":"Feature","id":"n263873927","geometry":{"type":"Point","coordinates":[-0.8206724,51.5128134]},"properties":{"@type":"node","@id":263873927,"@timestamp":1210536985},"coords":"51.5128134,-0.8206724","bedrooms":"2","price":"182000","area":"522"} , +{"type":"Feature","id":"n263873947","geometry":{"type":"Point","coordinates":[-0.8274975,51.516832]},"properties":{"@type":"node","@id":263873947,"@timestamp":1210536986},"coords":"51.516832,-0.8274975","bedrooms":"4","price":"297000","area":"360"} , +{"type":"Feature","id":"n263873969","geometry":{"type":"Point","coordinates":[-0.8282507,51.5210986]},"properties":{"@type":"node","@id":263873969,"@timestamp":1210536987},"coords":"51.5210986,-0.8282507","bedrooms":"0","price":"272000","area":"622"} , +{"type":"Feature","id":"n263874002","geometry":{"type":"Point","coordinates":[-0.8192902,51.5182865]},"properties":{"@type":"node","@id":263874002,"@timestamp":1210536989},"coords":"51.5182865,-0.8192902","bedrooms":"2","price":"204000","area":"683"} , +{"type":"Feature","id":"n263874029","geometry":{"type":"Point","coordinates":[-0.814444,51.5229442]},"properties":{"@type":"node","@id":263874029,"@timestamp":1210536991},"coords":"51.5229442,-0.814444","bedrooms":"1","price":"155000","area":"505"} , +{"type":"Feature","id":"n263874066","geometry":{"type":"Point","coordinates":[-0.8081837,51.5397492]},"properties":{"@type":"node","@id":263874066,"@timestamp":1210536993},"coords":"51.5397492,-0.8081837","bedrooms":"0","price":"167000","area":"478"} , +{"type":"Feature","id":"n263874087","geometry":{"type":"Point","coordinates":[-0.8071822,51.5362637]},"properties":{"@type":"node","@id":263874087,"@timestamp":1210536994},"coords":"51.5362637,-0.8071822","bedrooms":"1","price":"166000","area":"648"} , +{"type":"Feature","id":"n263874110","geometry":{"type":"Point","coordinates":[-0.8070868,51.5321178]},"properties":{"@type":"node","@id":263874110,"@timestamp":1210536995},"coords":"51.5321178,-0.8070868","bedrooms":"3","price":"161000","area":"441"} , +{"type":"Feature","id":"n263874132","geometry":{"type":"Point","coordinates":[-0.8070213,51.5294662]},"properties":{"@type":"node","@id":263874132,"@timestamp":1210536997},"coords":"51.5294662,-0.8070213","bedrooms":"2","price":"206000","area":"693"} , +{"type":"Feature","id":"n263874152","geometry":{"type":"Point","coordinates":[-0.806592,51.527048]},"properties":{"@type":"node","@id":263874152,"@timestamp":1210536998},"coords":"51.527048,-0.806592","bedrooms":"0","price":"193000","area":"696"} , +{"type":"Feature","id":"n263874324","geometry":{"type":"Point","coordinates":[0.7219987,51.24388]},"properties":{"@type":"node","@id":263874324,"@timestamp":1226771155},"coords":"51.24388,0.7219987","bedrooms":"2","price":"204000","area":"418"} , +{"type":"Feature","id":"n263875067","geometry":{"type":"Point","coordinates":[-0.8303916,51.5397827]},"properties":{"@type":"node","@id":263875067,"@timestamp":1210537119},"coords":"51.5397827,-0.8303916","bedrooms":"0","price":"289000","area":"404"} , +{"type":"Feature","id":"n263881509","geometry":{"type":"Point","coordinates":[-0.5811666,51.2677916]},"properties":{"@type":"node","@id":263881509,"@timestamp":1210537942},"coords":"51.2677916,-0.5811666","bedrooms":"1","price":"281000","area":"599"} , +{"type":"Feature","id":"n263881537","geometry":{"type":"Point","coordinates":[-0.5827748,51.2679291]},"properties":{"@type":"node","@id":263881537,"@timestamp":1210537943},"coords":"51.2679291,-0.5827748","bedrooms":"1","price":"187000","area":"466"} , +{"type":"Feature","id":"n263882832","geometry":{"type":"Point","coordinates":[-0.5677691,51.2673439]},"properties":{"@type":"node","@id":263882832,"@timestamp":1210538212},"coords":"51.2673439,-0.5677691","bedrooms":"4","price":"162000","area":"424"} , +{"type":"Feature","id":"n263883794","geometry":{"type":"Point","coordinates":[-0.5683324,51.268359]},"properties":{"@type":"node","@id":263883794,"@timestamp":1210538387},"coords":"51.268359,-0.5683324","bedrooms":"1","price":"160000","area":"353"} , +{"type":"Feature","id":"n263884235","geometry":{"type":"Point","coordinates":[-0.5673329,51.2699947]},"properties":{"@type":"node","@id":263884235,"@timestamp":1210538480},"coords":"51.2699947,-0.5673329","bedrooms":"1","price":"281000","area":"427"} , +{"type":"Feature","id":"n263884980","geometry":{"type":"Point","coordinates":[-0.5647132,51.2733957]},"properties":{"@type":"node","@id":263884980,"@timestamp":1210538628},"coords":"51.2733957,-0.5647132","bedrooms":"0","price":"265000","area":"569"} , +{"type":"Feature","id":"n263887579","geometry":{"type":"Point","coordinates":[-0.5730416,51.2807153]},"properties":{"@type":"node","@id":263887579,"@timestamp":1210539166},"coords":"51.2807153,-0.5730416","bedrooms":"3","price":"292000","area":"650"} , +{"type":"Feature","id":"n263889381","geometry":{"type":"Point","coordinates":[-0.5804817,51.2716945]},"properties":{"@type":"node","@id":263889381,"@timestamp":1210539476},"coords":"51.2716945,-0.5804817","bedrooms":"0","price":"198000","area":"373"} , +{"type":"Feature","id":"n263889394","geometry":{"type":"Point","coordinates":[-0.5824103,51.2724593]},"properties":{"@type":"node","@id":263889394,"@timestamp":1210539477},"coords":"51.2724593,-0.5824103","bedrooms":"3","price":"283000","area":"549"} , +{"type":"Feature","id":"n263889948","geometry":{"type":"Point","coordinates":[-0.5792137,51.2719599]},"properties":{"@type":"node","@id":263889948,"@timestamp":1235915834},"coords":"51.2719599,-0.5792137","bedrooms":"0","price":"277000","area":"370"} , +{"type":"Feature","id":"n263897745","geometry":{"type":"Point","coordinates":[-0.1557428,51.1057042]},"properties":{"@type":"node","@id":263897745,"@timestamp":1210540767},"coords":"51.1057042,-0.1557428","bedrooms":"3","price":"169000","area":"570"} , +{"type":"Feature","id":"n263898964","geometry":{"type":"Point","coordinates":[0.8337386,51.1984306]},"properties":{"@type":"node","@id":263898964,"@timestamp":1210540963},"coords":"51.1984306,0.8337386","bedrooms":"0","price":"236000","area":"364"} , +{"type":"Feature","id":"n263901265","geometry":{"type":"Point","coordinates":[-0.0984862,51.1155446]},"properties":{"@type":"node","@id":263901265,"@timestamp":1210541524},"coords":"51.1155446,-0.0984862","bedrooms":"2","price":"266000","area":"466"} , +{"type":"Feature","id":"n263905030","geometry":{"type":"Point","coordinates":[-0.0763595,51.566929]},"properties":{"@type":"node","@id":263905030,"@timestamp":1452172152},"coords":"51.566929,-0.0763595","bedrooms":"4","price":"297000","area":"538"} , +{"type":"Feature","id":"n264005040","geometry":{"type":"Point","coordinates":[-0.0609502,51.5140308]},"properties":{"@type":"node","@id":264005040,"@timestamp":1282900617},"coords":"51.5140308,-0.0609502","bedrooms":"2","price":"225000","area":"538"} , +{"type":"Feature","id":"n264075490","geometry":{"type":"Point","coordinates":[0.6854721,51.2129831]},"properties":{"@type":"node","@id":264075490,"@timestamp":1210612640},"coords":"51.2129831,0.6854721","bedrooms":"4","price":"215000","area":"636"} , +{"type":"Feature","id":"n264079464","geometry":{"type":"Point","coordinates":[0.7940144,51.1144234]},"properties":{"@type":"node","@id":264079464,"@timestamp":1210613081},"coords":"51.1144234,0.7940144","bedrooms":"4","price":"152000","area":"377"} , +{"type":"Feature","id":"n264080307","geometry":{"type":"Point","coordinates":[0.7775871,51.1586806]},"properties":{"@type":"node","@id":264080307,"@timestamp":1210613150},"coords":"51.1586806,0.7775871","bedrooms":"3","price":"153000","area":"504"} , +{"type":"Feature","id":"n264080325","geometry":{"type":"Point","coordinates":[0.7819374,51.1487949]},"properties":{"@type":"node","@id":264080325,"@timestamp":1210613151},"coords":"51.1487949,0.7819374","bedrooms":"3","price":"216000","area":"640"} , +{"type":"Feature","id":"n264080345","geometry":{"type":"Point","coordinates":[0.7926982,51.1474356]},"properties":{"@type":"node","@id":264080345,"@timestamp":1210613152},"coords":"51.1474356,0.7926982","bedrooms":"2","price":"179000","area":"404"} , +{"type":"Feature","id":"n264080788","geometry":{"type":"Point","coordinates":[0.760492,51.1591779]},"properties":{"@type":"node","@id":264080788,"@timestamp":1210613189},"coords":"51.1591779,0.760492","bedrooms":"3","price":"195000","area":"667"} , +{"type":"Feature","id":"n264080814","geometry":{"type":"Point","coordinates":[0.7547834,51.1603635]},"properties":{"@type":"node","@id":264080814,"@timestamp":1210613190},"coords":"51.1603635,0.7547834","bedrooms":"0","price":"288000","area":"479"} , +{"type":"Feature","id":"n264081483","geometry":{"type":"Point","coordinates":[0.7335007,51.1725457]},"properties":{"@type":"node","@id":264081483,"@timestamp":1210613247},"coords":"51.1725457,0.7335007","bedrooms":"2","price":"162000","area":"690"} , +{"type":"Feature","id":"n264081519","geometry":{"type":"Point","coordinates":[0.7470868,51.1667719]},"properties":{"@type":"node","@id":264081519,"@timestamp":1210613248},"coords":"51.1667719,0.7470868","bedrooms":"4","price":"201000","area":"554"} , +{"type":"Feature","id":"n264083291","geometry":{"type":"Point","coordinates":[0.7580256,51.134694]},"properties":{"@type":"node","@id":264083291,"@timestamp":1210613386},"coords":"51.134694,0.7580256","bedrooms":"1","price":"254000","area":"376"} , +{"type":"Feature","id":"n264083334","geometry":{"type":"Point","coordinates":[0.7592919,51.1484965]},"properties":{"@type":"node","@id":264083334,"@timestamp":1210613388},"coords":"51.1484965,0.7592919","bedrooms":"3","price":"191000","area":"500"} , +{"type":"Feature","id":"n264083364","geometry":{"type":"Point","coordinates":[0.7526028,51.1522562]},"properties":{"@type":"node","@id":264083364,"@timestamp":1210613389},"coords":"51.1522562,0.7526028","bedrooms":"1","price":"265000","area":"394"} , +{"type":"Feature","id":"n264086909","geometry":{"type":"Point","coordinates":[0.7341295,51.1349217]},"properties":{"@type":"node","@id":264086909,"@timestamp":1210613671},"coords":"51.1349217,0.7341295","bedrooms":"0","price":"259000","area":"457"} , +{"type":"Feature","id":"n264087006","geometry":{"type":"Point","coordinates":[0.7285737,51.127463]},"properties":{"@type":"node","@id":264087006,"@timestamp":1210613674},"coords":"51.127463,0.7285737","bedrooms":"4","price":"284000","area":"645"} , +{"type":"Feature","id":"n264087218","geometry":{"type":"Point","coordinates":[0.7314735,51.1536951]},"properties":{"@type":"node","@id":264087218,"@timestamp":1210613679},"coords":"51.1536951,0.7314735","bedrooms":"2","price":"254000","area":"487"} , +{"type":"Feature","id":"n264087276","geometry":{"type":"Point","coordinates":[0.7429455,51.1629335]},"properties":{"@type":"node","@id":264087276,"@timestamp":1210613681},"coords":"51.1629335,0.7429455","bedrooms":"3","price":"229000","area":"387"} , +{"type":"Feature","id":"n264094185","geometry":{"type":"Point","coordinates":[0.7104609,51.1700788]},"properties":{"@type":"node","@id":264094185,"@timestamp":1210614208},"coords":"51.1700788,0.7104609","bedrooms":"3","price":"206000","area":"641"} , +{"type":"Feature","id":"n264094206","geometry":{"type":"Point","coordinates":[0.7223779,51.1706156]},"properties":{"@type":"node","@id":264094206,"@timestamp":1210614209},"coords":"51.1706156,0.7223779","bedrooms":"4","price":"183000","area":"471"} , +{"type":"Feature","id":"n264094250","geometry":{"type":"Point","coordinates":[0.7048352,51.164539]},"properties":{"@type":"node","@id":264094250,"@timestamp":1210614212},"coords":"51.164539,0.7048352","bedrooms":"0","price":"205000","area":"610"} , +{"type":"Feature","id":"n264094268","geometry":{"type":"Point","coordinates":[0.6897802,51.1717593]},"properties":{"@type":"node","@id":264094268,"@timestamp":1210614213},"coords":"51.1717593,0.6897802","bedrooms":"0","price":"262000","area":"696"} , +{"type":"Feature","id":"n264102383","geometry":{"type":"Point","coordinates":[0.6687827,51.1052758]},"properties":{"@type":"node","@id":264102383,"@timestamp":1210617015},"coords":"51.1052758,0.6687827","bedrooms":"1","price":"163000","area":"632"} , +{"type":"Feature","id":"n264102433","geometry":{"type":"Point","coordinates":[0.7260613,51.1144501]},"properties":{"@type":"node","@id":264102433,"@timestamp":1210617019},"coords":"51.1144501,0.7260613","bedrooms":"4","price":"174000","area":"386"} , +{"type":"Feature","id":"n264102491","geometry":{"type":"Point","coordinates":[0.7118945,51.1433851]},"properties":{"@type":"node","@id":264102491,"@timestamp":1210617023},"coords":"51.1433851,0.7118945","bedrooms":"0","price":"251000","area":"453"} , +{"type":"Feature","id":"n264102551","geometry":{"type":"Point","coordinates":[0.6997775,51.1390622]},"properties":{"@type":"node","@id":264102551,"@timestamp":1210617025},"coords":"51.1390622,0.6997775","bedrooms":"0","price":"295000","area":"538"} , +{"type":"Feature","id":"n264103098","geometry":{"type":"Point","coordinates":[0.601949,51.1105424]},"properties":{"@type":"node","@id":264103098,"@timestamp":1210617241},"coords":"51.1105424,0.601949","bedrooms":"1","price":"249000","area":"526"} , +{"type":"Feature","id":"n264104601","geometry":{"type":"Point","coordinates":[0.6391691,51.1328131]},"properties":{"@type":"node","@id":264104601,"@timestamp":1210617773},"coords":"51.1328131,0.6391691","bedrooms":"2","price":"273000","area":"531"} , +{"type":"Feature","id":"n264105544","geometry":{"type":"Point","coordinates":[0.7015592,51.1719629]},"properties":{"@type":"node","@id":264105544,"@timestamp":1210617925},"coords":"51.1719629,0.7015592","bedrooms":"4","price":"170000","area":"484"} , +{"type":"Feature","id":"n264105569","geometry":{"type":"Point","coordinates":[0.7078866,51.1759748]},"properties":{"@type":"node","@id":264105569,"@timestamp":1210617926},"coords":"51.1759748,0.7078866","bedrooms":"2","price":"188000","area":"445"} , +{"type":"Feature","id":"n264131813","geometry":{"type":"Point","coordinates":[0.0326394,51.5649515]},"properties":{"@type":"node","@id":264131813,"@timestamp":1590931822},"coords":"51.5649515,0.0326394","bedrooms":"4","price":"198000","area":"412"} , +{"type":"Feature","id":"n264135602","geometry":{"type":"Point","coordinates":[-0.6450116,51.7826867]},"properties":{"@type":"node","@id":264135602,"@timestamp":1210626952},"coords":"51.7826867,-0.6450116","bedrooms":"4","price":"290000","area":"375"} , +{"type":"Feature","id":"n264155618","geometry":{"type":"Point","coordinates":[-1.0889385,51.4603597]},"properties":{"@type":"node","@id":264155618,"@timestamp":1210632518},"coords":"51.4603597,-1.0889385","bedrooms":"3","price":"218000","area":"491"} , +{"type":"Feature","id":"n264155628","geometry":{"type":"Point","coordinates":[-1.087778,51.4604038]},"properties":{"@type":"node","@id":264155628,"@timestamp":1210632519},"coords":"51.4604038,-1.087778","bedrooms":"0","price":"176000","area":"393"} , +{"type":"Feature","id":"n264155638","geometry":{"type":"Point","coordinates":[-1.0878717,51.4597967]},"properties":{"@type":"node","@id":264155638,"@timestamp":1210632520},"coords":"51.4597967,-1.0878717","bedrooms":"0","price":"243000","area":"547"} , +{"type":"Feature","id":"n264155653","geometry":{"type":"Point","coordinates":[-1.0877692,51.4625637]},"properties":{"@type":"node","@id":264155653,"@timestamp":1210632521},"coords":"51.4625637,-1.0877692","bedrooms":"1","price":"236000","area":"427"} , +{"type":"Feature","id":"n264155683","geometry":{"type":"Point","coordinates":[-1.080535,51.4589882]},"properties":{"@type":"node","@id":264155683,"@timestamp":1210632524},"coords":"51.4589882,-1.080535","bedrooms":"4","price":"249000","area":"666"} , +{"type":"Feature","id":"n264155693","geometry":{"type":"Point","coordinates":[-1.0827075,51.4613565]},"properties":{"@type":"node","@id":264155693,"@timestamp":1210632524},"coords":"51.4613565,-1.0827075","bedrooms":"1","price":"266000","area":"614"} , +{"type":"Feature","id":"n264155711","geometry":{"type":"Point","coordinates":[-1.0836819,51.4615121]},"properties":{"@type":"node","@id":264155711,"@timestamp":1210632526},"coords":"51.4615121,-1.0836819","bedrooms":"3","price":"247000","area":"512"} , +{"type":"Feature","id":"n264163105","geometry":{"type":"Point","coordinates":[-0.4960804,51.8041022]},"properties":{"@type":"node","@id":264163105,"@timestamp":1210636779},"coords":"51.8041022,-0.4960804","bedrooms":"0","price":"232000","area":"508"} , +{"type":"Feature","id":"n264163147","geometry":{"type":"Point","coordinates":[-0.4864478,51.7946514]},"properties":{"@type":"node","@id":264163147,"@timestamp":1210636790},"coords":"51.7946514,-0.4864478","bedrooms":"1","price":"177000","area":"528"} , +{"type":"Feature","id":"n264163186","geometry":{"type":"Point","coordinates":[-0.4824295,51.7973935]},"properties":{"@type":"node","@id":264163186,"@timestamp":1210636800},"coords":"51.7973935,-0.4824295","bedrooms":"2","price":"177000","area":"476"} , +{"type":"Feature","id":"n264163329","geometry":{"type":"Point","coordinates":[-0.4770033,51.7974779]},"properties":{"@type":"node","@id":264163329,"@timestamp":1210636812},"coords":"51.7974779,-0.4770033","bedrooms":"0","price":"220000","area":"475"} , +{"type":"Feature","id":"n264163352","geometry":{"type":"Point","coordinates":[-0.4876245,51.7938101]},"properties":{"@type":"node","@id":264163352,"@timestamp":1210636828},"coords":"51.7938101,-0.4876245","bedrooms":"4","price":"219000","area":"651"} , +{"type":"Feature","id":"n264163364","geometry":{"type":"Point","coordinates":[-0.4853742,51.7957229]},"properties":{"@type":"node","@id":264163364,"@timestamp":1210636838},"coords":"51.7957229,-0.4853742","bedrooms":"2","price":"294000","area":"356"} , +{"type":"Feature","id":"n264163377","geometry":{"type":"Point","coordinates":[-0.4881642,51.785623]},"properties":{"@type":"node","@id":264163377,"@timestamp":1210636850},"coords":"51.785623,-0.4881642","bedrooms":"1","price":"168000","area":"606"} , +{"type":"Feature","id":"n264163387","geometry":{"type":"Point","coordinates":[-0.4875755,51.7850382]},"properties":{"@type":"node","@id":264163387,"@timestamp":1210636860},"coords":"51.7850382,-0.4875755","bedrooms":"3","price":"157000","area":"630"} , +{"type":"Feature","id":"n264163398","geometry":{"type":"Point","coordinates":[-0.4871472,51.7831173]},"properties":{"@type":"node","@id":264163398,"@timestamp":1210636871},"coords":"51.7831173,-0.4871472","bedrooms":"1","price":"293000","area":"551"} , +{"type":"Feature","id":"n264163415","geometry":{"type":"Point","coordinates":[-0.4834694,51.779416]},"properties":{"@type":"node","@id":264163415,"@timestamp":1210636889},"coords":"51.779416,-0.4834694","bedrooms":"2","price":"275000","area":"627"} , +{"type":"Feature","id":"n264163426","geometry":{"type":"Point","coordinates":[-0.469044,51.7872106]},"properties":{"@type":"node","@id":264163426,"@timestamp":1210636901},"coords":"51.7872106,-0.469044","bedrooms":"2","price":"218000","area":"394"} , +{"type":"Feature","id":"n264163437","geometry":{"type":"Point","coordinates":[-0.4632837,51.7893849]},"properties":{"@type":"node","@id":264163437,"@timestamp":1210636912},"coords":"51.7893849,-0.4632837","bedrooms":"1","price":"161000","area":"413"} , +{"type":"Feature","id":"n264163457","geometry":{"type":"Point","coordinates":[-0.4599125,51.7908981]},"properties":{"@type":"node","@id":264163457,"@timestamp":1210636922},"coords":"51.7908981,-0.4599125","bedrooms":"1","price":"213000","area":"438"} , +{"type":"Feature","id":"n264163469","geometry":{"type":"Point","coordinates":[-0.4578874,51.7879566]},"properties":{"@type":"node","@id":264163469,"@timestamp":1210636932},"coords":"51.7879566,-0.4578874","bedrooms":"0","price":"225000","area":"448"} , +{"type":"Feature","id":"n264163502","geometry":{"type":"Point","coordinates":[-0.4528335,51.7838618]},"properties":{"@type":"node","@id":264163502,"@timestamp":1210636948},"coords":"51.7838618,-0.4528335","bedrooms":"2","price":"196000","area":"589"} , +{"type":"Feature","id":"n264163536","geometry":{"type":"Point","coordinates":[-0.456245,51.7831338]},"properties":{"@type":"node","@id":264163536,"@timestamp":1210636958},"coords":"51.7831338,-0.456245","bedrooms":"1","price":"165000","area":"443"} , +{"type":"Feature","id":"n264163551","geometry":{"type":"Point","coordinates":[-0.460568,51.7840459]},"properties":{"@type":"node","@id":264163551,"@timestamp":1210636969},"coords":"51.7840459,-0.460568","bedrooms":"1","price":"265000","area":"572"} , +{"type":"Feature","id":"n264163569","geometry":{"type":"Point","coordinates":[-0.4660884,51.7865913]},"properties":{"@type":"node","@id":264163569,"@timestamp":1210636980},"coords":"51.7865913,-0.4660884","bedrooms":"0","price":"228000","area":"563"} , +{"type":"Feature","id":"n264163600","geometry":{"type":"Point","coordinates":[-0.4719768,51.7772156]},"properties":{"@type":"node","@id":264163600,"@timestamp":1210637023},"coords":"51.7772156,-0.4719768","bedrooms":"1","price":"185000","area":"656"} , +{"type":"Feature","id":"n264163635","geometry":{"type":"Point","coordinates":[-0.477201,51.7743739]},"properties":{"@type":"node","@id":264163635,"@timestamp":1210637033},"coords":"51.7743739,-0.477201","bedrooms":"0","price":"264000","area":"545"} , +{"type":"Feature","id":"n264163713","geometry":{"type":"Point","coordinates":[-0.4784957,51.773251]},"properties":{"@type":"node","@id":264163713,"@timestamp":1210637049},"coords":"51.773251,-0.4784957","bedrooms":"1","price":"179000","area":"659"} , +{"type":"Feature","id":"n264163736","geometry":{"type":"Point","coordinates":[-0.4386937,51.7877567]},"properties":{"@type":"node","@id":264163736,"@timestamp":1210637063},"coords":"51.7877567,-0.4386937","bedrooms":"3","price":"194000","area":"419"} , +{"type":"Feature","id":"n264163756","geometry":{"type":"Point","coordinates":[-0.436377,51.7815267]},"properties":{"@type":"node","@id":264163756,"@timestamp":1210637075},"coords":"51.7815267,-0.436377","bedrooms":"4","price":"208000","area":"587"} , +{"type":"Feature","id":"n264163798","geometry":{"type":"Point","coordinates":[-0.4395113,51.7819116]},"properties":{"@type":"node","@id":264163798,"@timestamp":1210637086},"coords":"51.7819116,-0.4395113","bedrooms":"1","price":"206000","area":"589"} , +{"type":"Feature","id":"n264163821","geometry":{"type":"Point","coordinates":[-0.4420917,51.7822327]},"properties":{"@type":"node","@id":264163821,"@timestamp":1210637097},"coords":"51.7822327,-0.4420917","bedrooms":"3","price":"285000","area":"542"} , +{"type":"Feature","id":"n264163835","geometry":{"type":"Point","coordinates":[-0.4448075,51.7820648]},"properties":{"@type":"node","@id":264163835,"@timestamp":1210637108},"coords":"51.7820648,-0.4448075","bedrooms":"0","price":"255000","area":"370"} , +{"type":"Feature","id":"n264163845","geometry":{"type":"Point","coordinates":[-0.4473097,51.781553]},"properties":{"@type":"node","@id":264163845,"@timestamp":1210637119},"coords":"51.781553,-0.4473097","bedrooms":"0","price":"210000","area":"448"} , +{"type":"Feature","id":"n264163855","geometry":{"type":"Point","coordinates":[-0.4505945,51.7814705]},"properties":{"@type":"node","@id":264163855,"@timestamp":1210637129},"coords":"51.7814705,-0.4505945","bedrooms":"3","price":"289000","area":"381"} , +{"type":"Feature","id":"n264163866","geometry":{"type":"Point","coordinates":[-0.4525693,51.7827719]},"properties":{"@type":"node","@id":264163866,"@timestamp":1210637141},"coords":"51.7827719,-0.4525693","bedrooms":"1","price":"270000","area":"435"} , +{"type":"Feature","id":"n264163876","geometry":{"type":"Point","coordinates":[-0.4449823,51.7820068]},"properties":{"@type":"node","@id":264163876,"@timestamp":1210637152},"coords":"51.7820068,-0.4449823","bedrooms":"1","price":"181000","area":"451"} , +{"type":"Feature","id":"n264163930","geometry":{"type":"Point","coordinates":[-0.4363538,51.7817187]},"properties":{"@type":"node","@id":264163930,"@timestamp":1210637163},"coords":"51.7817187,-0.4363538","bedrooms":"4","price":"167000","area":"479"} , +{"type":"Feature","id":"n264163950","geometry":{"type":"Point","coordinates":[-0.4874873,51.7850334]},"properties":{"@type":"node","@id":264163950,"@timestamp":1210637173},"coords":"51.7850334,-0.4874873","bedrooms":"2","price":"262000","area":"676"} , +{"type":"Feature","id":"n264163967","geometry":{"type":"Point","coordinates":[-0.4882774,51.7851745]},"properties":{"@type":"node","@id":264163967,"@timestamp":1210637183},"coords":"51.7851745,-0.4882774","bedrooms":"2","price":"223000","area":"477"} , +{"type":"Feature","id":"n264164009","geometry":{"type":"Point","coordinates":[-0.4875703,51.7849582]},"properties":{"@type":"node","@id":264164009,"@timestamp":1210637194},"coords":"51.7849582,-0.4875703","bedrooms":"2","price":"277000","area":"376"} , +{"type":"Feature","id":"n264164065","geometry":{"type":"Point","coordinates":[-0.3515331,51.8747023]},"properties":{"@type":"node","@id":264164065,"@timestamp":1210637228},"coords":"51.8747023,-0.3515331","bedrooms":"2","price":"271000","area":"438"} , +{"type":"Feature","id":"n264164081","geometry":{"type":"Point","coordinates":[-0.3529139,51.8918178]},"properties":{"@type":"node","@id":264164081,"@timestamp":1210637245},"coords":"51.8918178,-0.3529139","bedrooms":"4","price":"211000","area":"384"} , +{"type":"Feature","id":"n264164120","geometry":{"type":"Point","coordinates":[-0.3497989,51.8959934]},"properties":{"@type":"node","@id":264164120,"@timestamp":1244499662},"coords":"51.8959934,-0.3497989","bedrooms":"3","price":"277000","area":"676"} , +{"type":"Feature","id":"n264164144","geometry":{"type":"Point","coordinates":[-0.3583783,51.9043519]},"properties":{"@type":"node","@id":264164144,"@timestamp":1210637290},"coords":"51.9043519,-0.3583783","bedrooms":"3","price":"179000","area":"371"} , +{"type":"Feature","id":"n264164253","geometry":{"type":"Point","coordinates":[-0.3504506,51.8952274]},"properties":{"@type":"node","@id":264164253,"@timestamp":1210637368},"coords":"51.8952274,-0.3504506","bedrooms":"4","price":"172000","area":"596"} , +{"type":"Feature","id":"n264164279","geometry":{"type":"Point","coordinates":[-0.348743,51.8809209]},"properties":{"@type":"node","@id":264164279,"@timestamp":1246304555},"coords":"51.8809209,-0.348743","bedrooms":"1","price":"273000","area":"694"} , +{"type":"Feature","id":"n264164294","geometry":{"type":"Point","coordinates":[-0.3480794,51.8830777]},"properties":{"@type":"node","@id":264164294,"@timestamp":1210637393},"coords":"51.8830777,-0.3480794","bedrooms":"0","price":"283000","area":"542"} , +{"type":"Feature","id":"n264164317","geometry":{"type":"Point","coordinates":[-0.3493104,51.8857815]},"properties":{"@type":"node","@id":264164317,"@timestamp":1210637404},"coords":"51.8857815,-0.3493104","bedrooms":"0","price":"277000","area":"523"} , +{"type":"Feature","id":"n264164395","geometry":{"type":"Point","coordinates":[-0.3518589,51.892402]},"properties":{"@type":"node","@id":264164395,"@timestamp":1210637465},"coords":"51.892402,-0.3518589","bedrooms":"1","price":"158000","area":"658"} , +{"type":"Feature","id":"n264164547","geometry":{"type":"Point","coordinates":[-0.3739492,51.9444369]},"properties":{"@type":"node","@id":264164547,"@timestamp":1210637548},"coords":"51.9444369,-0.3739492","bedrooms":"3","price":"295000","area":"376"} , +{"type":"Feature","id":"n264166518","geometry":{"type":"Point","coordinates":[-1.0863231,51.2695946]},"properties":{"@type":"node","@id":264166518,"@timestamp":1349019070},"coords":"51.2695946,-1.0863231","bedrooms":"3","price":"275000","area":"411"} , +{"type":"Feature","id":"n264231500","geometry":{"type":"Point","coordinates":[0.8674529,51.1185749]},"properties":{"@type":"node","@id":264231500,"@timestamp":1210677710},"coords":"51.1185749,0.8674529","bedrooms":"4","price":"251000","area":"635"} , +{"type":"Feature","id":"n264329929","geometry":{"type":"Point","coordinates":[-1.0806822,51.2561469]},"properties":{"@type":"node","@id":264329929,"@timestamp":1349019071},"coords":"51.2561469,-1.0806822","bedrooms":"0","price":"254000","area":"646"} , +{"type":"Feature","id":"n264331349","geometry":{"type":"Point","coordinates":[-0.2079666,51.0963463]},"properties":{"@type":"node","@id":264331349,"@timestamp":1356044693},"coords":"51.0963463,-0.2079666","bedrooms":"4","price":"280000","area":"459"} , +{"type":"Feature","id":"n264370634","geometry":{"type":"Point","coordinates":[-1.0669094,50.9650028]},"properties":{"@type":"node","@id":264370634,"@timestamp":1210712834},"coords":"50.9650028,-1.0669094","bedrooms":"3","price":"277000","area":"524"} , +{"type":"Feature","id":"n264370644","geometry":{"type":"Point","coordinates":[-1.0783145,50.9616517]},"properties":{"@type":"node","@id":264370644,"@timestamp":1210712836},"coords":"50.9616517,-1.0783145","bedrooms":"1","price":"159000","area":"652"} , +{"type":"Feature","id":"n264370674","geometry":{"type":"Point","coordinates":[-1.0753289,50.9685305]},"properties":{"@type":"node","@id":264370674,"@timestamp":1210712838},"coords":"50.9685305,-1.0753289","bedrooms":"1","price":"253000","area":"498"} , +{"type":"Feature","id":"n264370684","geometry":{"type":"Point","coordinates":[-1.0734774,50.9734305]},"properties":{"@type":"node","@id":264370684,"@timestamp":1210712839},"coords":"50.9734305,-1.0734774","bedrooms":"1","price":"259000","area":"526"} , +{"type":"Feature","id":"n264373450","geometry":{"type":"Point","coordinates":[-1.0754204,50.9658386]},"properties":{"@type":"node","@id":264373450,"@timestamp":1210713830},"coords":"50.9658386,-1.0754204","bedrooms":"3","price":"286000","area":"668"} , +{"type":"Feature","id":"n264373463","geometry":{"type":"Point","coordinates":[-1.0750678,50.9689907]},"properties":{"@type":"node","@id":264373463,"@timestamp":1210713832},"coords":"50.9689907,-1.0750678","bedrooms":"1","price":"236000","area":"680"} , +{"type":"Feature","id":"n264380018","geometry":{"type":"Point","coordinates":[-0.3387868,51.4901386]},"properties":{"@type":"node","@id":264380018,"@timestamp":1210715762},"coords":"51.4901386,-0.3387868","bedrooms":"4","price":"296000","area":"469"} , +{"type":"Feature","id":"n264380029","geometry":{"type":"Point","coordinates":[-0.3380631,51.4905379]},"properties":{"@type":"node","@id":264380029,"@timestamp":1210715763},"coords":"51.4905379,-0.3380631","bedrooms":"2","price":"177000","area":"550"} , +{"type":"Feature","id":"n264380049","geometry":{"type":"Point","coordinates":[-0.3439251,51.4980363]},"properties":{"@type":"node","@id":264380049,"@timestamp":1423058504},"coords":"51.4980363,-0.3439251","bedrooms":"2","price":"241000","area":"612"} , +{"type":"Feature","id":"n264380083","geometry":{"type":"Point","coordinates":[-0.3424794,51.4971246]},"properties":{"@type":"node","@id":264380083,"@timestamp":1210715768},"coords":"51.4971246,-0.3424794","bedrooms":"4","price":"261000","area":"573"} , +{"type":"Feature","id":"n264382133","geometry":{"type":"Point","coordinates":[-0.2688213,51.3345754]},"properties":{"@type":"node","@id":264382133,"@timestamp":1628399266},"coords":"51.3345754,-0.2688213","bedrooms":"4","price":"172000","area":"447"} , +{"type":"Feature","id":"n264386834","geometry":{"type":"Point","coordinates":[-0.3562932,51.5028585]},"properties":{"@type":"node","@id":264386834,"@timestamp":1210718311},"coords":"51.5028585,-0.3562932","bedrooms":"0","price":"232000","area":"679"} , +{"type":"Feature","id":"n264386850","geometry":{"type":"Point","coordinates":[-0.3601242,51.5013423]},"properties":{"@type":"node","@id":264386850,"@timestamp":1210718312},"coords":"51.5013423,-0.3601242","bedrooms":"1","price":"241000","area":"687"} , +{"type":"Feature","id":"n264386866","geometry":{"type":"Point","coordinates":[-0.3600306,51.5014484]},"properties":{"@type":"node","@id":264386866,"@timestamp":1210718313},"coords":"51.5014484,-0.3600306","bedrooms":"2","price":"156000","area":"698"} , +{"type":"Feature","id":"n264386888","geometry":{"type":"Point","coordinates":[-0.3614656,51.4990775]},"properties":{"@type":"node","@id":264386888,"@timestamp":1210718315},"coords":"51.4990775,-0.3614656","bedrooms":"0","price":"282000","area":"350"} , +{"type":"Feature","id":"n264386907","geometry":{"type":"Point","coordinates":[-0.3626074,51.4988716]},"properties":{"@type":"node","@id":264386907,"@timestamp":1210718316},"coords":"51.4988716,-0.3626074","bedrooms":"0","price":"212000","area":"592"} , +{"type":"Feature","id":"n264386922","geometry":{"type":"Point","coordinates":[-0.3646726,51.4944479]},"properties":{"@type":"node","@id":264386922,"@timestamp":1210718317},"coords":"51.4944479,-0.3646726","bedrooms":"0","price":"289000","area":"623"} , +{"type":"Feature","id":"n264389214","geometry":{"type":"Point","coordinates":[0.7400215,51.1714912]},"properties":{"@type":"node","@id":264389214,"@timestamp":1210718872},"coords":"51.1714912,0.7400215","bedrooms":"2","price":"241000","area":"401"} , +{"type":"Feature","id":"n264389254","geometry":{"type":"Point","coordinates":[0.7681775,51.1824258]},"properties":{"@type":"node","@id":264389254,"@timestamp":1210718879},"coords":"51.1824258,0.7681775","bedrooms":"3","price":"291000","area":"566"} , +{"type":"Feature","id":"n264389274","geometry":{"type":"Point","coordinates":[0.7726937,51.1842333]},"properties":{"@type":"node","@id":264389274,"@timestamp":1210718880},"coords":"51.1842333,0.7726937","bedrooms":"3","price":"169000","area":"433"} , +{"type":"Feature","id":"n264389317","geometry":{"type":"Point","coordinates":[0.763732,51.198081]},"properties":{"@type":"node","@id":264389317,"@timestamp":1210718883},"coords":"51.198081,0.763732","bedrooms":"3","price":"224000","area":"456"} , +{"type":"Feature","id":"n264395708","geometry":{"type":"Point","coordinates":[0.1776393,51.4059492]},"properties":{"@type":"node","@id":264395708,"@timestamp":1314168912},"coords":"51.4059492,0.1776393","bedrooms":"4","price":"165000","area":"410"} , +{"type":"Feature","id":"n264501852","geometry":{"type":"Point","coordinates":[-0.6669506,51.9210454]},"properties":{"@type":"node","@id":264501852,"@timestamp":1210778560},"coords":"51.9210454,-0.6669506","bedrooms":"1","price":"227000","area":"456"} , +{"type":"Feature","id":"n264501874","geometry":{"type":"Point","coordinates":[-0.6607179,51.9361022]},"properties":{"@type":"node","@id":264501874,"@timestamp":1210778562},"coords":"51.9361022,-0.6607179","bedrooms":"0","price":"293000","area":"547"} , +{"type":"Feature","id":"n264518990","geometry":{"type":"Point","coordinates":[-0.0768598,51.3960823]},"properties":{"@type":"node","@id":264518990,"@timestamp":1369778544},"coords":"51.3960823,-0.0768598","bedrooms":"2","price":"211000","area":"683"} , +{"type":"Feature","id":"n264534123","geometry":{"type":"Point","coordinates":[-0.2169153,51.0960357]},"properties":{"@type":"node","@id":264534123,"@timestamp":1210793876},"coords":"51.0960357,-0.2169153","bedrooms":"3","price":"173000","area":"503"} , +{"type":"Feature","id":"n264551342","geometry":{"type":"Point","coordinates":[-1.0702867,51.265162]},"properties":{"@type":"node","@id":264551342,"@timestamp":1462655194},"coords":"51.265162,-1.0702867","bedrooms":"3","price":"165000","area":"365"} , +{"type":"Feature","id":"n264569652","geometry":{"type":"Point","coordinates":[0.3828,51.165299]},"properties":{"@type":"node","@id":264569652,"@timestamp":1210801722},"coords":"51.165299,0.3828","bedrooms":"3","price":"259000","area":"644"} , +{"type":"Feature","id":"n264572179","geometry":{"type":"Point","coordinates":[0.4772617,51.137131]},"properties":{"@type":"node","@id":264572179,"@timestamp":1210802418},"coords":"51.137131,0.4772617","bedrooms":"1","price":"153000","area":"535"} , +{"type":"Feature","id":"n264572256","geometry":{"type":"Point","coordinates":[0.4945127,51.1333357]},"properties":{"@type":"node","@id":264572256,"@timestamp":1210802423},"coords":"51.1333357,0.4945127","bedrooms":"3","price":"185000","area":"589"} , +{"type":"Feature","id":"n264572411","geometry":{"type":"Point","coordinates":[0.4955278,51.156554]},"properties":{"@type":"node","@id":264572411,"@timestamp":1210802436},"coords":"51.156554,0.4955278","bedrooms":"4","price":"155000","area":"509"} , +{"type":"Feature","id":"n264573111","geometry":{"type":"Point","coordinates":[0.5203354,51.1499727]},"properties":{"@type":"node","@id":264573111,"@timestamp":1210802673},"coords":"51.1499727,0.5203354","bedrooms":"0","price":"170000","area":"376"} , +{"type":"Feature","id":"n264573794","geometry":{"type":"Point","coordinates":[0.5272382,51.1162829]},"properties":{"@type":"node","@id":264573794,"@timestamp":1210802941},"coords":"51.1162829,0.5272382","bedrooms":"0","price":"268000","area":"577"} , +{"type":"Feature","id":"n264573848","geometry":{"type":"Point","coordinates":[0.5308548,51.1227117]},"properties":{"@type":"node","@id":264573848,"@timestamp":1210802945},"coords":"51.1227117,0.5308548","bedrooms":"4","price":"151000","area":"515"} , +{"type":"Feature","id":"n264588994","geometry":{"type":"Point","coordinates":[-0.2643634,51.4931484]},"properties":{"@type":"node","@id":264588994,"@timestamp":1289306846},"coords":"51.4931484,-0.2643634","bedrooms":"4","price":"266000","area":"610"} , +{"type":"Feature","id":"n264589009","geometry":{"type":"Point","coordinates":[-0.2602485,51.4946458]},"properties":{"@type":"node","@id":264589009,"@timestamp":1210807990},"coords":"51.4946458,-0.2602485","bedrooms":"3","price":"235000","area":"434"} , +{"type":"Feature","id":"n264592895","geometry":{"type":"Point","coordinates":[-0.2538408,51.4883254]},"properties":{"@type":"node","@id":264592895,"@timestamp":1210809824},"coords":"51.4883254,-0.2538408","bedrooms":"0","price":"184000","area":"607"} , +{"type":"Feature","id":"n264594529","geometry":{"type":"Point","coordinates":[-0.2564051,51.4872959]},"properties":{"@type":"node","@id":264594529,"@timestamp":1210810722},"coords":"51.4872959,-0.2564051","bedrooms":"0","price":"162000","area":"483"} , +{"type":"Feature","id":"n264714417","geometry":{"type":"Point","coordinates":[0.5560856,51.1295868]},"properties":{"@type":"node","@id":264714417,"@timestamp":1210872278},"coords":"51.1295868,0.5560856","bedrooms":"1","price":"227000","area":"659"} , +{"type":"Feature","id":"n264714454","geometry":{"type":"Point","coordinates":[0.5706651,51.1317238]},"properties":{"@type":"node","@id":264714454,"@timestamp":1210872280},"coords":"51.1317238,0.5706651","bedrooms":"4","price":"234000","area":"560"} , +{"type":"Feature","id":"n264714510","geometry":{"type":"Point","coordinates":[0.5669715,51.125189]},"properties":{"@type":"node","@id":264714510,"@timestamp":1210872284},"coords":"51.125189,0.5669715","bedrooms":"2","price":"195000","area":"536"} , +{"type":"Feature","id":"n264714552","geometry":{"type":"Point","coordinates":[0.5722736,51.1386573]},"properties":{"@type":"node","@id":264714552,"@timestamp":1210872287},"coords":"51.1386573,0.5722736","bedrooms":"3","price":"223000","area":"684"} , +{"type":"Feature","id":"n264714588","geometry":{"type":"Point","coordinates":[0.542664,51.1336383]},"properties":{"@type":"node","@id":264714588,"@timestamp":1210872290},"coords":"51.1336383,0.542664","bedrooms":"3","price":"241000","area":"412"} , +{"type":"Feature","id":"n264714674","geometry":{"type":"Point","coordinates":[0.5723899,51.1533905]},"properties":{"@type":"node","@id":264714674,"@timestamp":1210872295},"coords":"51.1533905,0.5723899","bedrooms":"3","price":"170000","area":"408"} , +{"type":"Feature","id":"n264714695","geometry":{"type":"Point","coordinates":[0.5711299,51.1477204]},"properties":{"@type":"node","@id":264714695,"@timestamp":1210872296},"coords":"51.1477204,0.5711299","bedrooms":"2","price":"283000","area":"668"} , +{"type":"Feature","id":"n264714710","geometry":{"type":"Point","coordinates":[0.5644832,51.1464919]},"properties":{"@type":"node","@id":264714710,"@timestamp":1210872297},"coords":"51.1464919,0.5644832","bedrooms":"0","price":"286000","area":"619"} , +{"type":"Feature","id":"n264714728","geometry":{"type":"Point","coordinates":[0.5530452,51.1477533]},"properties":{"@type":"node","@id":264714728,"@timestamp":1210872298},"coords":"51.1477533,0.5530452","bedrooms":"2","price":"167000","area":"672"} , +{"type":"Feature","id":"n264714748","geometry":{"type":"Point","coordinates":[0.5625333,51.1500025]},"properties":{"@type":"node","@id":264714748,"@timestamp":1210872299},"coords":"51.1500025,0.5625333","bedrooms":"1","price":"235000","area":"379"} , +{"type":"Feature","id":"n264714858","geometry":{"type":"Point","coordinates":[0.6011439,51.1689132]},"properties":{"@type":"node","@id":264714858,"@timestamp":1210872306},"coords":"51.1689132,0.6011439","bedrooms":"0","price":"215000","area":"423"} , +{"type":"Feature","id":"n264715583","geometry":{"type":"Point","coordinates":[0.5327276,51.1743392]},"properties":{"@type":"node","@id":264715583,"@timestamp":1210872542},"coords":"51.1743392,0.5327276","bedrooms":"2","price":"193000","area":"451"} , +{"type":"Feature","id":"n264754060","geometry":{"type":"Point","coordinates":[-0.6036926,51.6793015]},"properties":{"@type":"node","@id":264754060,"@timestamp":1631198868},"coords":"51.6793015,-0.6036926","bedrooms":"0","price":"176000","area":"461"} , +{"type":"Feature","id":"n264776927","geometry":{"type":"Point","coordinates":[0.5867664,51.1058094]},"properties":{"@type":"node","@id":264776927,"@timestamp":1210887581},"coords":"51.1058094,0.5867664","bedrooms":"1","price":"151000","area":"360"} , +{"type":"Feature","id":"n264777057","geometry":{"type":"Point","coordinates":[0.5965733,51.1178432]},"properties":{"@type":"node","@id":264777057,"@timestamp":1210887587},"coords":"51.1178432,0.5965733","bedrooms":"1","price":"291000","area":"454"} , +{"type":"Feature","id":"n264777176","geometry":{"type":"Point","coordinates":[0.6070549,51.1415532]},"properties":{"@type":"node","@id":264777176,"@timestamp":1210887592},"coords":"51.1415532,0.6070549","bedrooms":"1","price":"289000","area":"475"} , +{"type":"Feature","id":"n264777245","geometry":{"type":"Point","coordinates":[0.5966732,51.1610145]},"properties":{"@type":"node","@id":264777245,"@timestamp":1210887598},"coords":"51.1610145,0.5966732","bedrooms":"4","price":"193000","area":"545"} , +{"type":"Feature","id":"n264777311","geometry":{"type":"Point","coordinates":[0.6150429,51.1539302]},"properties":{"@type":"node","@id":264777311,"@timestamp":1210887603},"coords":"51.1539302,0.6150429","bedrooms":"0","price":"210000","area":"485"} , +{"type":"Feature","id":"n264778549","geometry":{"type":"Point","coordinates":[0.6628231,51.1766895]},"properties":{"@type":"node","@id":264778549,"@timestamp":1210887828},"coords":"51.1766895,0.6628231","bedrooms":"3","price":"209000","area":"615"} , +{"type":"Feature","id":"n264778611","geometry":{"type":"Point","coordinates":[0.6540214,51.1724297]},"properties":{"@type":"node","@id":264778611,"@timestamp":1210887831},"coords":"51.1724297,0.6540214","bedrooms":"1","price":"210000","area":"603"} , +{"type":"Feature","id":"n264778668","geometry":{"type":"Point","coordinates":[0.6764723,51.1766142]},"properties":{"@type":"node","@id":264778668,"@timestamp":1210887834},"coords":"51.1766142,0.6764723","bedrooms":"1","price":"293000","area":"546"} , +{"type":"Feature","id":"n264779619","geometry":{"type":"Point","coordinates":[0.6729926,51.1940345]},"properties":{"@type":"node","@id":264779619,"@timestamp":1210888208},"coords":"51.1940345,0.6729926","bedrooms":"4","price":"242000","area":"414"} , +{"type":"Feature","id":"n264779634","geometry":{"type":"Point","coordinates":[0.6707332,51.1848118]},"properties":{"@type":"node","@id":264779634,"@timestamp":1210888209},"coords":"51.1848118,0.6707332","bedrooms":"3","price":"291000","area":"353"} , +{"type":"Feature","id":"n264779651","geometry":{"type":"Point","coordinates":[0.6873275,51.1748353]},"properties":{"@type":"node","@id":264779651,"@timestamp":1210888210},"coords":"51.1748353,0.6873275","bedrooms":"1","price":"151000","area":"493"} , +{"type":"Feature","id":"n264779765","geometry":{"type":"Point","coordinates":[0.6925834,51.2002529]},"properties":{"@type":"node","@id":264779765,"@timestamp":1210888252},"coords":"51.2002529,0.6925834","bedrooms":"0","price":"230000","area":"444"} , +{"type":"Feature","id":"n264779808","geometry":{"type":"Point","coordinates":[0.709031,51.2058364]},"properties":{"@type":"node","@id":264779808,"@timestamp":1210888327},"coords":"51.2058364,0.709031","bedrooms":"0","price":"160000","area":"642"} , +{"type":"Feature","id":"n264780741","geometry":{"type":"Point","coordinates":[0.6720747,51.2403729]},"properties":{"@type":"node","@id":264780741,"@timestamp":1210888664},"coords":"51.2403729,0.6720747","bedrooms":"0","price":"156000","area":"565"} , +{"type":"Feature","id":"n264781824","geometry":{"type":"Point","coordinates":[-0.090494,51.4979863]},"properties":{"@type":"node","@id":264781824,"@timestamp":1298032201},"coords":"51.4979863,-0.090494","bedrooms":"0","price":"222000","area":"552"} , +{"type":"Feature","id":"n264781885","geometry":{"type":"Point","coordinates":[-0.0941798,51.4940271]},"properties":{"@type":"node","@id":264781885,"@timestamp":1635254824},"coords":"51.4940271,-0.0941798","bedrooms":"0","price":"201000","area":"361"} , +{"type":"Feature","id":"n264790279","geometry":{"type":"Point","coordinates":[-0.1038184,51.495739]},"properties":{"@type":"node","@id":264790279,"@timestamp":1210893045},"coords":"51.495739,-0.1038184","bedrooms":"4","price":"230000","area":"675"} , +{"type":"Feature","id":"n264797748","geometry":{"type":"Point","coordinates":[-0.1041898,51.4890582]},"properties":{"@type":"node","@id":264797748,"@timestamp":1210896968},"coords":"51.4890582,-0.1041898","bedrooms":"4","price":"295000","area":"603"} , +{"type":"Feature","id":"n264803284","geometry":{"type":"Point","coordinates":[-0.1064716,51.4879326]},"properties":{"@type":"node","@id":264803284,"@timestamp":1614798768},"coords":"51.4879326,-0.1064716","bedrooms":"0","price":"258000","area":"415"} , +{"type":"Feature","id":"n264803298","geometry":{"type":"Point","coordinates":[-0.1090502,51.4881546]},"properties":{"@type":"node","@id":264803298,"@timestamp":1259876248},"coords":"51.4881546,-0.1090502","bedrooms":"0","price":"280000","area":"481"} , +{"type":"Feature","id":"n264803330","geometry":{"type":"Point","coordinates":[-0.1115497,51.4872503]},"properties":{"@type":"node","@id":264803330,"@timestamp":1573665874},"coords":"51.4872503,-0.1115497","bedrooms":"1","price":"228000","area":"684"} , +{"type":"Feature","id":"n264835752","geometry":{"type":"Point","coordinates":[-0.1116942,51.4997421]},"properties":{"@type":"node","@id":264835752,"@timestamp":1607888318},"coords":"51.4997421,-0.1116942","bedrooms":"4","price":"178000","area":"371"} , +{"type":"Feature","id":"n264838569","geometry":{"type":"Point","coordinates":[-0.1071333,51.498311]},"properties":{"@type":"node","@id":264838569,"@timestamp":1498834847},"coords":"51.498311,-0.1071333","bedrooms":"0","price":"283000","area":"645"} , +{"type":"Feature","id":"n264904722","geometry":{"type":"Point","coordinates":[-0.1975578,51.5093344]},"properties":{"@type":"node","@id":264904722,"@timestamp":1579494027},"coords":"51.5093344,-0.1975578","bedrooms":"4","price":"279000","area":"596"} , +{"type":"Feature","id":"n264904736","geometry":{"type":"Point","coordinates":[-0.0789344,51.4622465]},"properties":{"@type":"node","@id":264904736,"@timestamp":1281709928},"coords":"51.4622465,-0.0789344","bedrooms":"0","price":"175000","area":"596"} , +{"type":"Feature","id":"n264904748","geometry":{"type":"Point","coordinates":[-0.11497,51.499607]},"properties":{"@type":"node","@id":264904748,"@timestamp":1210951668},"coords":"51.499607,-0.11497","bedrooms":"3","price":"268000","area":"548"} , +{"type":"Feature","id":"n264904761","geometry":{"type":"Point","coordinates":[-0.2844858,51.4907896]},"properties":{"@type":"node","@id":264904761,"@timestamp":1210951669},"coords":"51.4907896,-0.2844858","bedrooms":"2","price":"259000","area":"427"} , +{"type":"Feature","id":"n264904773","geometry":{"type":"Point","coordinates":[-0.1054321,51.5376887]},"properties":{"@type":"node","@id":264904773,"@timestamp":1234617563},"coords":"51.5376887,-0.1054321","bedrooms":"4","price":"266000","area":"539"} , +{"type":"Feature","id":"n264904783","geometry":{"type":"Point","coordinates":[-0.0925684,51.5568623]},"properties":{"@type":"node","@id":264904783,"@timestamp":1210951672},"coords":"51.5568623,-0.0925684","bedrooms":"3","price":"179000","area":"360"} , +{"type":"Feature","id":"n264904793","geometry":{"type":"Point","coordinates":[-0.040727,51.493395]},"properties":{"@type":"node","@id":264904793,"@timestamp":1210951673},"coords":"51.493395,-0.040727","bedrooms":"1","price":"176000","area":"497"} , +{"type":"Feature","id":"n264904803","geometry":{"type":"Point","coordinates":[-0.1385731,51.53813]},"properties":{"@type":"node","@id":264904803,"@timestamp":1243600660},"coords":"51.53813,-0.1385731","bedrooms":"4","price":"272000","area":"377"} , +{"type":"Feature","id":"n264904824","geometry":{"type":"Point","coordinates":[-0.1089254,51.454705]},"properties":{"@type":"node","@id":264904824,"@timestamp":1348578677},"coords":"51.454705,-0.1089254","bedrooms":"4","price":"282000","area":"571"} , +{"type":"Feature","id":"n264904864","geometry":{"type":"Point","coordinates":[-0.264723,51.506806]},"properties":{"@type":"node","@id":264904864,"@timestamp":1210951675},"coords":"51.506806,-0.264723","bedrooms":"0","price":"151000","area":"647"} , +{"type":"Feature","id":"n264904877","geometry":{"type":"Point","coordinates":[-0.2679678,51.5101995]},"properties":{"@type":"node","@id":264904877,"@timestamp":1258559262},"coords":"51.5101995,-0.2679678","bedrooms":"1","price":"239000","area":"614"} , +{"type":"Feature","id":"n264904888","geometry":{"type":"Point","coordinates":[-0.0825653,51.5254558]},"properties":{"@type":"node","@id":264904888,"@timestamp":1392233333},"coords":"51.5254558,-0.0825653","bedrooms":"3","price":"299000","area":"472"} , +{"type":"Feature","id":"n264904899","geometry":{"type":"Point","coordinates":[-0.186188,51.4542881]},"properties":{"@type":"node","@id":264904899,"@timestamp":1324490680},"coords":"51.4542881,-0.186188","bedrooms":"1","price":"240000","area":"355"} , +{"type":"Feature","id":"n264904913","geometry":{"type":"Point","coordinates":[-0.1424,51.4563]},"properties":{"@type":"node","@id":264904913,"@timestamp":1210951679},"coords":"51.4563,-0.1424","bedrooms":"0","price":"189000","area":"443"} , +{"type":"Feature","id":"n264904923","geometry":{"type":"Point","coordinates":[-0.1265,51.4977]},"properties":{"@type":"node","@id":264904923,"@timestamp":1210951679},"coords":"51.4977,-0.1265","bedrooms":"0","price":"190000","area":"457"} , +{"type":"Feature","id":"n264904935","geometry":{"type":"Point","coordinates":[-0.2029037,51.534831]},"properties":{"@type":"node","@id":264904935,"@timestamp":1210951680},"coords":"51.534831,-0.2029037","bedrooms":"1","price":"257000","area":"502"} , +{"type":"Feature","id":"n264904945","geometry":{"type":"Point","coordinates":[-0.2005854,51.4944377]},"properties":{"@type":"node","@id":264904945,"@timestamp":1595752248},"coords":"51.4944377,-0.2005854","bedrooms":"2","price":"196000","area":"574"} , +{"type":"Feature","id":"n264904955","geometry":{"type":"Point","coordinates":[-0.168198,51.4977401]},"properties":{"@type":"node","@id":264904955,"@timestamp":1601097385},"coords":"51.4977401,-0.168198","bedrooms":"3","price":"215000","area":"687"} , +{"type":"Feature","id":"n264904967","geometry":{"type":"Point","coordinates":[-0.1879282,51.4929961]},"properties":{"@type":"node","@id":264904967,"@timestamp":1597892089},"coords":"51.4929961,-0.1879282","bedrooms":"4","price":"210000","area":"531"} , +{"type":"Feature","id":"n264904978","geometry":{"type":"Point","coordinates":[-0.096259,51.52538]},"properties":{"@type":"node","@id":264904978,"@timestamp":1406642055},"coords":"51.52538,-0.096259","bedrooms":"2","price":"201000","area":"613"} , +{"type":"Feature","id":"n264904988","geometry":{"type":"Point","coordinates":[-0.097439,51.550578]},"properties":{"@type":"node","@id":264904988,"@timestamp":1342350042},"coords":"51.550578,-0.097439","bedrooms":"0","price":"249000","area":"357"} , +{"type":"Feature","id":"n264905001","geometry":{"type":"Point","coordinates":[-0.1710839,51.4827976]},"properties":{"@type":"node","@id":264905001,"@timestamp":1585316454},"coords":"51.4827976,-0.1710839","bedrooms":"2","price":"230000","area":"661"} , +{"type":"Feature","id":"n264905013","geometry":{"type":"Point","coordinates":[-0.034815,51.501063]},"properties":{"@type":"node","@id":264905013,"@timestamp":1210951685},"coords":"51.501063,-0.034815","bedrooms":"3","price":"189000","area":"417"} , +{"type":"Feature","id":"n264905030","geometry":{"type":"Point","coordinates":[-0.128403,51.560598]},"properties":{"@type":"node","@id":264905030,"@timestamp":1210951686},"coords":"51.560598,-0.128403","bedrooms":"2","price":"267000","area":"491"} , +{"type":"Feature","id":"n264905042","geometry":{"type":"Point","coordinates":[-0.1687,51.515072]},"properties":{"@type":"node","@id":264905042,"@timestamp":1210951687},"coords":"51.515072,-0.1687","bedrooms":"0","price":"210000","area":"378"} , +{"type":"Feature","id":"n264905053","geometry":{"type":"Point","coordinates":[-0.242257,51.537407]},"properties":{"@type":"node","@id":264905053,"@timestamp":1210951688},"coords":"51.537407,-0.242257","bedrooms":"4","price":"206000","area":"356"} , +{"type":"Feature","id":"n264905064","geometry":{"type":"Point","coordinates":[-0.1408317,51.5521336]},"properties":{"@type":"node","@id":264905064,"@timestamp":1629035134},"coords":"51.5521336,-0.1408317","bedrooms":"0","price":"206000","area":"619"} , +{"type":"Feature","id":"n264905074","geometry":{"type":"Point","coordinates":[-0.0817537,51.4804475]},"properties":{"@type":"node","@id":264905074,"@timestamp":1210951689},"coords":"51.4804475,-0.0817537","bedrooms":"1","price":"197000","area":"568"} , +{"type":"Feature","id":"n264905086","geometry":{"type":"Point","coordinates":[-0.1469851,51.5057107]},"properties":{"@type":"node","@id":264905086,"@timestamp":1210951690},"coords":"51.5057107,-0.1469851","bedrooms":"4","price":"260000","area":"664"} , +{"type":"Feature","id":"n264905101","geometry":{"type":"Point","coordinates":[-0.119648,51.5426119]},"properties":{"@type":"node","@id":264905101,"@timestamp":1210951691},"coords":"51.5426119,-0.119648","bedrooms":"3","price":"238000","area":"591"} , +{"type":"Feature","id":"n264905115","geometry":{"type":"Point","coordinates":[-0.199835,51.423939]},"properties":{"@type":"node","@id":264905115,"@timestamp":1210951692},"coords":"51.423939,-0.199835","bedrooms":"1","price":"241000","area":"668"} , +{"type":"Feature","id":"n264905126","geometry":{"type":"Point","coordinates":[-0.0744581,51.4266814]},"properties":{"@type":"node","@id":264905126,"@timestamp":1210951693},"coords":"51.4266814,-0.0744581","bedrooms":"2","price":"181000","area":"360"} , +{"type":"Feature","id":"n264905136","geometry":{"type":"Point","coordinates":[-0.0523,51.5371]},"properties":{"@type":"node","@id":264905136,"@timestamp":1210951693},"coords":"51.5371,-0.0523","bedrooms":"0","price":"176000","area":"465"} , +{"type":"Feature","id":"n264905148","geometry":{"type":"Point","coordinates":[-0.0840679,51.4754596]},"properties":{"@type":"node","@id":264905148,"@timestamp":1278937233},"coords":"51.4754596,-0.0840679","bedrooms":"2","price":"249000","area":"574"} , +{"type":"Feature","id":"n264905162","geometry":{"type":"Point","coordinates":[-0.0576,51.4427]},"properties":{"@type":"node","@id":264905162,"@timestamp":1210951695},"coords":"51.4427,-0.0576","bedrooms":"0","price":"262000","area":"482"} , +{"type":"Feature","id":"n264905175","geometry":{"type":"Point","coordinates":[0.0283,51.4729]},"properties":{"@type":"node","@id":264905175,"@timestamp":1210951696},"coords":"51.4729,0.0283","bedrooms":"0","price":"259000","area":"556"} , +{"type":"Feature","id":"n264905191","geometry":{"type":"Point","coordinates":[-0.3102,51.4547]},"properties":{"@type":"node","@id":264905191,"@timestamp":1210951697},"coords":"51.4547,-0.3102","bedrooms":"2","price":"183000","area":"583"} , +{"type":"Feature","id":"n264905206","geometry":{"type":"Point","coordinates":[0.1869,51.5797]},"properties":{"@type":"node","@id":264905206,"@timestamp":1210951698},"coords":"51.5797,0.1869","bedrooms":"3","price":"252000","area":"698"} , +{"type":"Feature","id":"n264905217","geometry":{"type":"Point","coordinates":[-0.0373,51.464]},"properties":{"@type":"node","@id":264905217,"@timestamp":1210951699},"coords":"51.464,-0.0373","bedrooms":"4","price":"219000","area":"396"} , +{"type":"Feature","id":"n264905229","geometry":{"type":"Point","coordinates":[-0.0773,51.5402]},"properties":{"@type":"node","@id":264905229,"@timestamp":1210951700},"coords":"51.5402,-0.0773","bedrooms":"1","price":"234000","area":"556"} , +{"type":"Feature","id":"n264905240","geometry":{"type":"Point","coordinates":[-0.2255939,51.53859]},"properties":{"@type":"node","@id":264905240,"@timestamp":1487022482},"coords":"51.53859,-0.2255939","bedrooms":"1","price":"171000","area":"435"} , +{"type":"Feature","id":"n264905251","geometry":{"type":"Point","coordinates":[-0.1019,51.4392]},"properties":{"@type":"node","@id":264905251,"@timestamp":1210951701},"coords":"51.4392,-0.1019","bedrooms":"2","price":"171000","area":"548"} , +{"type":"Feature","id":"n264905276","geometry":{"type":"Point","coordinates":[-0.0355,51.5119]},"properties":{"@type":"node","@id":264905276,"@timestamp":1210951703},"coords":"51.5119,-0.0355","bedrooms":"4","price":"220000","area":"402"} , +{"type":"Feature","id":"n264905287","geometry":{"type":"Point","coordinates":[-0.0813717,51.4982337]},"properties":{"@type":"node","@id":264905287,"@timestamp":1299061125},"coords":"51.4982337,-0.0813717","bedrooms":"3","price":"167000","area":"617"} , +{"type":"Feature","id":"n264905303","geometry":{"type":"Point","coordinates":[-0.3299861,51.4516405]},"properties":{"@type":"node","@id":264905303,"@timestamp":1435503328},"coords":"51.4516405,-0.3299861","bedrooms":"3","price":"171000","area":"651"} , +{"type":"Feature","id":"n264905317","geometry":{"type":"Point","coordinates":[-0.3245902,51.5083418]},"properties":{"@type":"node","@id":264905317,"@timestamp":1210951706},"coords":"51.5083418,-0.3245902","bedrooms":"2","price":"195000","area":"595"} , +{"type":"Feature","id":"n264905329","geometry":{"type":"Point","coordinates":[0.0511257,51.4560799]},"properties":{"@type":"node","@id":264905329,"@timestamp":1635611540},"coords":"51.4560799,0.0511257","bedrooms":"4","price":"180000","area":"463"} , +{"type":"Feature","id":"n264905340","geometry":{"type":"Point","coordinates":[0.0224018,51.5809232]},"properties":{"@type":"node","@id":264905340,"@timestamp":1210951707},"coords":"51.5809232,0.0224018","bedrooms":"1","price":"259000","area":"421"} , +{"type":"Feature","id":"n264905350","geometry":{"type":"Point","coordinates":[-0.1911128,51.4658072]},"properties":{"@type":"node","@id":264905350,"@timestamp":1350436484},"coords":"51.4658072,-0.1911128","bedrooms":"4","price":"201000","area":"353"} , +{"type":"Feature","id":"n264905361","geometry":{"type":"Point","coordinates":[-0.2155209,51.4651304]},"properties":{"@type":"node","@id":264905361,"@timestamp":1210951709},"coords":"51.4651304,-0.2155209","bedrooms":"4","price":"166000","area":"572"} , +{"type":"Feature","id":"n264905371","geometry":{"type":"Point","coordinates":[-0.0886338,51.4931773]},"properties":{"@type":"node","@id":264905371,"@timestamp":1247689615},"coords":"51.4931773,-0.0886338","bedrooms":"3","price":"285000","area":"536"} , +{"type":"Feature","id":"n264905384","geometry":{"type":"Point","coordinates":[-0.1025891,51.5628387]},"properties":{"@type":"node","@id":264905384,"@timestamp":1210951711},"coords":"51.5628387,-0.1025891","bedrooms":"2","price":"169000","area":"355"} , +{"type":"Feature","id":"n264907279","geometry":{"type":"Point","coordinates":[-0.7228527,51.7853847]},"properties":{"@type":"node","@id":264907279,"@timestamp":1210952873},"coords":"51.7853847,-0.7228527","bedrooms":"4","price":"158000","area":"391"} , +{"type":"Feature","id":"n264907293","geometry":{"type":"Point","coordinates":[-0.7136297,51.7798026]},"properties":{"@type":"node","@id":264907293,"@timestamp":1210952875},"coords":"51.7798026,-0.7136297","bedrooms":"3","price":"299000","area":"605"} , +{"type":"Feature","id":"n264907309","geometry":{"type":"Point","coordinates":[-0.706548,51.7698794]},"properties":{"@type":"node","@id":264907309,"@timestamp":1210952877},"coords":"51.7698794,-0.706548","bedrooms":"1","price":"153000","area":"503"} , +{"type":"Feature","id":"n264944575","geometry":{"type":"Point","coordinates":[-0.5802029,50.9523028]},"properties":{"@type":"node","@id":264944575,"@timestamp":1528360305},"coords":"50.9523028,-0.5802029","bedrooms":"0","price":"196000","area":"569"} , +{"type":"Feature","id":"n264982110","geometry":{"type":"Point","coordinates":[-0.6550847,51.7815675]},"properties":{"@type":"node","@id":264982110,"@timestamp":1210976031},"coords":"51.7815675,-0.6550847","bedrooms":"2","price":"153000","area":"604"} , +{"type":"Feature","id":"n265099800","geometry":{"type":"Point","coordinates":[-0.5342391,51.7508238]},"properties":{"@type":"node","@id":265099800,"@timestamp":1211035412},"coords":"51.7508238,-0.5342391","bedrooms":"2","price":"219000","area":"388"} , +{"type":"Feature","id":"n265248967","geometry":{"type":"Point","coordinates":[-0.1057052,51.4908878]},"properties":{"@type":"node","@id":265248967,"@timestamp":1631372505},"coords":"51.4908878,-0.1057052","bedrooms":"0","price":"236000","area":"422"} , +{"type":"Feature","id":"n265255746","geometry":{"type":"Point","coordinates":[-0.2867135,51.51]},"properties":{"@type":"node","@id":265255746,"@timestamp":1617460265},"coords":"51.51,-0.2867135","bedrooms":"3","price":"203000","area":"567"} , +{"type":"Feature","id":"n265327528","geometry":{"type":"Point","coordinates":[-1.0763442,51.6243822]},"properties":{"@type":"node","@id":265327528,"@timestamp":1476731417},"coords":"51.6243822,-1.0763442","bedrooms":"3","price":"160000","area":"372"} , +{"type":"Feature","id":"n265582597","geometry":{"type":"Point","coordinates":[-0.7569399,51.1828436]},"properties":{"@type":"node","@id":265582597,"@timestamp":1211124155},"coords":"51.1828436,-0.7569399","bedrooms":"0","price":"291000","area":"367"} , +{"type":"Feature","id":"n265582609","geometry":{"type":"Point","coordinates":[-0.7581533,51.1796355]},"properties":{"@type":"node","@id":265582609,"@timestamp":1211124156},"coords":"51.1796355,-0.7581533","bedrooms":"4","price":"183000","area":"648"} , +{"type":"Feature","id":"n265582625","geometry":{"type":"Point","coordinates":[-0.7590436,51.1887419]},"properties":{"@type":"node","@id":265582625,"@timestamp":1211124158},"coords":"51.1887419,-0.7590436","bedrooms":"1","price":"160000","area":"439"} , +{"type":"Feature","id":"n265582641","geometry":{"type":"Point","coordinates":[-0.757289,51.1924311]},"properties":{"@type":"node","@id":265582641,"@timestamp":1211124159},"coords":"51.1924311,-0.757289","bedrooms":"0","price":"258000","area":"386"} , +{"type":"Feature","id":"n265582653","geometry":{"type":"Point","coordinates":[-0.7553418,51.1907687]},"properties":{"@type":"node","@id":265582653,"@timestamp":1211124161},"coords":"51.1907687,-0.7553418","bedrooms":"4","price":"296000","area":"371"} , +{"type":"Feature","id":"n265582695","geometry":{"type":"Point","coordinates":[-0.7510079,51.1855723]},"properties":{"@type":"node","@id":265582695,"@timestamp":1211124166},"coords":"51.1855723,-0.7510079","bedrooms":"1","price":"259000","area":"480"} , +{"type":"Feature","id":"n265607775","geometry":{"type":"Point","coordinates":[-0.6626058,51.797168]},"properties":{"@type":"node","@id":265607775,"@timestamp":1565303443},"coords":"51.797168,-0.6626058","bedrooms":"3","price":"181000","area":"515"} , +{"type":"Feature","id":"n265648856","geometry":{"type":"Point","coordinates":[-0.9446844,51.6641177]},"properties":{"@type":"node","@id":265648856,"@timestamp":1211146531},"coords":"51.6641177,-0.9446844","bedrooms":"1","price":"297000","area":"472"} , +{"type":"Feature","id":"n265657331","geometry":{"type":"Point","coordinates":[-0.1125213,51.5043939]},"properties":{"@type":"node","@id":265657331,"@timestamp":1550111797},"coords":"51.5043939,-0.1125213","bedrooms":"0","price":"289000","area":"674"} , +{"type":"Feature","id":"n265662300","geometry":{"type":"Point","coordinates":[-0.0815383,51.4899434]},"properties":{"@type":"node","@id":265662300,"@timestamp":1211152795},"coords":"51.4899434,-0.0815383","bedrooms":"3","price":"292000","area":"416"} , +{"type":"Feature","id":"n265664308","geometry":{"type":"Point","coordinates":[-0.0702178,51.5067525]},"properties":{"@type":"node","@id":265664308,"@timestamp":1628835980},"coords":"51.5067525,-0.0702178","bedrooms":"2","price":"218000","area":"422"} , +{"type":"Feature","id":"n265706737","geometry":{"type":"Point","coordinates":[-0.0274045,51.697258]},"properties":{"@type":"node","@id":265706737,"@timestamp":1603388961},"coords":"51.697258,-0.0274045","bedrooms":"1","price":"216000","area":"667"} , +{"type":"Feature","id":"n265752694","geometry":{"type":"Point","coordinates":[-0.6865971,51.364436]},"properties":{"@type":"node","@id":265752694,"@timestamp":1211216616},"coords":"51.364436,-0.6865971","bedrooms":"2","price":"228000","area":"535"} , +{"type":"Feature","id":"n265752777","geometry":{"type":"Point","coordinates":[-0.6873005,51.3622656]},"properties":{"@type":"node","@id":265752777,"@timestamp":1211216623},"coords":"51.3622656,-0.6873005","bedrooms":"0","price":"230000","area":"514"} , +{"type":"Feature","id":"n265752810","geometry":{"type":"Point","coordinates":[-0.6854859,51.3609243]},"properties":{"@type":"node","@id":265752810,"@timestamp":1211216632},"coords":"51.3609243,-0.6854859","bedrooms":"4","price":"173000","area":"573"} , +{"type":"Feature","id":"n265768667","geometry":{"type":"Point","coordinates":[-1.0228979,51.5959377]},"properties":{"@type":"node","@id":265768667,"@timestamp":1211223467},"coords":"51.5959377,-1.0228979","bedrooms":"1","price":"215000","area":"483"} , +{"type":"Feature","id":"n265768680","geometry":{"type":"Point","coordinates":[-1.0145838,51.595468]},"properties":{"@type":"node","@id":265768680,"@timestamp":1211223469},"coords":"51.595468,-1.0145838","bedrooms":"2","price":"235000","area":"655"} , +{"type":"Feature","id":"n265769767","geometry":{"type":"Point","coordinates":[-0.9951201,51.5559784]},"properties":{"@type":"node","@id":265769767,"@timestamp":1211224274},"coords":"51.5559784,-0.9951201","bedrooms":"2","price":"230000","area":"478"} , +{"type":"Feature","id":"n265769779","geometry":{"type":"Point","coordinates":[-0.9949259,51.5560188]},"properties":{"@type":"node","@id":265769779,"@timestamp":1211224276},"coords":"51.5560188,-0.9949259","bedrooms":"0","price":"205000","area":"400"} , +{"type":"Feature","id":"n265770496","geometry":{"type":"Point","coordinates":[-0.9957908,51.5517106]},"properties":{"@type":"node","@id":265770496,"@timestamp":1211224743},"coords":"51.5517106,-0.9957908","bedrooms":"0","price":"155000","area":"377"} , +{"type":"Feature","id":"n265782621","geometry":{"type":"Point","coordinates":[-0.1736566,51.5614849]},"properties":{"@type":"node","@id":265782621,"@timestamp":1211229679},"coords":"51.5614849,-0.1736566","bedrooms":"3","price":"270000","area":"363"} , +{"type":"Feature","id":"n265783369","geometry":{"type":"Point","coordinates":[-0.1632112,51.0513285]},"properties":{"@type":"node","@id":265783369,"@timestamp":1211230067},"coords":"51.0513285,-0.1632112","bedrooms":"3","price":"204000","area":"533"} , +{"type":"Feature","id":"n265808525","geometry":{"type":"Point","coordinates":[0.6983894,51.0668034]},"properties":{"@type":"node","@id":265808525,"@timestamp":1351148433},"coords":"51.0668034,0.6983894","bedrooms":"3","price":"226000","area":"477"} , +{"type":"Feature","id":"n265818734","geometry":{"type":"Point","coordinates":[-0.0614443,51.4093355]},"properties":{"@type":"node","@id":265818734,"@timestamp":1564913925},"coords":"51.4093355,-0.0614443","bedrooms":"4","price":"185000","area":"616"} , +{"type":"Feature","id":"n265825633","geometry":{"type":"Point","coordinates":[-0.0343937,51.6920383]},"properties":{"@type":"node","@id":265825633,"@timestamp":1211244466},"coords":"51.6920383,-0.0343937","bedrooms":"3","price":"188000","area":"474"} , +{"type":"Feature","id":"n265931477","geometry":{"type":"Point","coordinates":[-0.6895902,51.3589971]},"properties":{"@type":"node","@id":265931477,"@timestamp":1211281444},"coords":"51.3589971,-0.6895902","bedrooms":"1","price":"278000","area":"492"} , +{"type":"Feature","id":"n265931637","geometry":{"type":"Point","coordinates":[-0.686119,51.3568918]},"properties":{"@type":"node","@id":265931637,"@timestamp":1211281455},"coords":"51.3568918,-0.686119","bedrooms":"2","price":"207000","area":"388"} , +{"type":"Feature","id":"n265931728","geometry":{"type":"Point","coordinates":[-0.6839203,51.3578497]},"properties":{"@type":"node","@id":265931728,"@timestamp":1211281463},"coords":"51.3578497,-0.6839203","bedrooms":"4","price":"277000","area":"476"} , +{"type":"Feature","id":"n265931752","geometry":{"type":"Point","coordinates":[-0.6839912,51.3549888]},"properties":{"@type":"node","@id":265931752,"@timestamp":1211281465},"coords":"51.3549888,-0.6839912","bedrooms":"2","price":"180000","area":"460"} , +{"type":"Feature","id":"n265931767","geometry":{"type":"Point","coordinates":[-0.6851165,51.3548377]},"properties":{"@type":"node","@id":265931767,"@timestamp":1211281466},"coords":"51.3548377,-0.6851165","bedrooms":"3","price":"291000","area":"525"} , +{"type":"Feature","id":"n265931795","geometry":{"type":"Point","coordinates":[-0.6860749,51.3555439]},"properties":{"@type":"node","@id":265931795,"@timestamp":1211281469},"coords":"51.3555439,-0.6860749","bedrooms":"1","price":"167000","area":"468"} , +{"type":"Feature","id":"n265948435","geometry":{"type":"Point","coordinates":[-0.6898234,51.3615544]},"properties":{"@type":"node","@id":265948435,"@timestamp":1211286554},"coords":"51.3615544,-0.6898234","bedrooms":"1","price":"247000","area":"635"} , +{"type":"Feature","id":"n265948968","geometry":{"type":"Point","coordinates":[-0.6929169,51.352753]},"properties":{"@type":"node","@id":265948968,"@timestamp":1211286620},"coords":"51.352753,-0.6929169","bedrooms":"0","price":"246000","area":"640"} , +{"type":"Feature","id":"n265980148","geometry":{"type":"Point","coordinates":[0.6518921,51.1820213]},"properties":{"@type":"node","@id":265980148,"@timestamp":1211301907},"coords":"51.1820213,0.6518921","bedrooms":"4","price":"294000","area":"486"} , +{"type":"Feature","id":"n265980166","geometry":{"type":"Point","coordinates":[0.6565443,51.1928087]},"properties":{"@type":"node","@id":265980166,"@timestamp":1211301908},"coords":"51.1928087,0.6565443","bedrooms":"3","price":"223000","area":"358"} , +{"type":"Feature","id":"n265980176","geometry":{"type":"Point","coordinates":[0.6596436,51.1906985]},"properties":{"@type":"node","@id":265980176,"@timestamp":1211301909},"coords":"51.1906985,0.6596436","bedrooms":"1","price":"235000","area":"618"} , +{"type":"Feature","id":"n265980192","geometry":{"type":"Point","coordinates":[0.6725144,51.1868874]},"properties":{"@type":"node","@id":265980192,"@timestamp":1211301910},"coords":"51.1868874,0.6725144","bedrooms":"4","price":"265000","area":"385"} , +{"type":"Feature","id":"n265980255","geometry":{"type":"Point","coordinates":[0.6523846,51.1976459]},"properties":{"@type":"node","@id":265980255,"@timestamp":1211301915},"coords":"51.1976459,0.6523846","bedrooms":"0","price":"298000","area":"488"} , +{"type":"Feature","id":"n265980265","geometry":{"type":"Point","coordinates":[0.6502274,51.1960684]},"properties":{"@type":"node","@id":265980265,"@timestamp":1211301916},"coords":"51.1960684,0.6502274","bedrooms":"1","price":"225000","area":"507"} , +{"type":"Feature","id":"n265982753","geometry":{"type":"Point","coordinates":[0.6750883,51.2096085]},"properties":{"@type":"node","@id":265982753,"@timestamp":1211302967},"coords":"51.2096085,0.6750883","bedrooms":"2","price":"214000","area":"555"} , +{"type":"Feature","id":"n265982804","geometry":{"type":"Point","coordinates":[0.6681957,51.2118853]},"properties":{"@type":"node","@id":265982804,"@timestamp":1211302970},"coords":"51.2118853,0.6681957","bedrooms":"0","price":"251000","area":"491"} , +{"type":"Feature","id":"n265982875","geometry":{"type":"Point","coordinates":[0.6505588,51.2446504]},"properties":{"@type":"node","@id":265982875,"@timestamp":1211302976},"coords":"51.2446504,0.6505588","bedrooms":"3","price":"279000","area":"592"} , +{"type":"Feature","id":"n265982936","geometry":{"type":"Point","coordinates":[0.6408873,51.2373106]},"properties":{"@type":"node","@id":265982936,"@timestamp":1211302982},"coords":"51.2373106,0.6408873","bedrooms":"0","price":"209000","area":"553"} , +{"type":"Feature","id":"n265983083","geometry":{"type":"Point","coordinates":[0.6536041,51.2507808]},"properties":{"@type":"node","@id":265983083,"@timestamp":1211302995},"coords":"51.2507808,0.6536041","bedrooms":"0","price":"233000","area":"416"} , +{"type":"Feature","id":"n265984990","geometry":{"type":"Point","coordinates":[0.6235594,51.2302393]},"properties":{"@type":"node","@id":265984990,"@timestamp":1211303724},"coords":"51.2302393,0.6235594","bedrooms":"0","price":"154000","area":"383"} , +{"type":"Feature","id":"n265985086","geometry":{"type":"Point","coordinates":[0.6179704,51.2255428]},"properties":{"@type":"node","@id":265985086,"@timestamp":1211303730},"coords":"51.2255428,0.6179704","bedrooms":"0","price":"206000","area":"508"} , +{"type":"Feature","id":"n265985142","geometry":{"type":"Point","coordinates":[0.637194,51.2104052]},"properties":{"@type":"node","@id":265985142,"@timestamp":1211303734},"coords":"51.2104052,0.637194","bedrooms":"0","price":"265000","area":"435"} , +{"type":"Feature","id":"n265985154","geometry":{"type":"Point","coordinates":[0.6328484,51.1977334]},"properties":{"@type":"node","@id":265985154,"@timestamp":1211303735},"coords":"51.1977334,0.6328484","bedrooms":"1","price":"201000","area":"395"} , +{"type":"Feature","id":"n265985188","geometry":{"type":"Point","coordinates":[0.6402012,51.1802167]},"properties":{"@type":"node","@id":265985188,"@timestamp":1211303737},"coords":"51.1802167,0.6402012","bedrooms":"2","price":"249000","area":"666"} , +{"type":"Feature","id":"n265985206","geometry":{"type":"Point","coordinates":[0.6436446,51.1946919]},"properties":{"@type":"node","@id":265985206,"@timestamp":1211303738},"coords":"51.1946919,0.6436446","bedrooms":"0","price":"218000","area":"471"} , +{"type":"Feature","id":"n265985223","geometry":{"type":"Point","coordinates":[0.6209318,51.1744334]},"properties":{"@type":"node","@id":265985223,"@timestamp":1211303739},"coords":"51.1744334,0.6209318","bedrooms":"1","price":"235000","area":"510"} , +{"type":"Feature","id":"n265985250","geometry":{"type":"Point","coordinates":[0.6252459,51.2024104]},"properties":{"@type":"node","@id":265985250,"@timestamp":1211303741},"coords":"51.2024104,0.6252459","bedrooms":"0","price":"174000","area":"505"} , +{"type":"Feature","id":"n265985261","geometry":{"type":"Point","coordinates":[0.6329069,51.2041439]},"properties":{"@type":"node","@id":265985261,"@timestamp":1211303742},"coords":"51.2041439,0.6329069","bedrooms":"3","price":"172000","area":"552"} , +{"type":"Feature","id":"n265985289","geometry":{"type":"Point","coordinates":[0.6201312,51.2084699]},"properties":{"@type":"node","@id":265985289,"@timestamp":1211303744},"coords":"51.2084699,0.6201312","bedrooms":"1","price":"295000","area":"393"} , +{"type":"Feature","id":"n265985315","geometry":{"type":"Point","coordinates":[0.6080029,51.2046214]},"properties":{"@type":"node","@id":265985315,"@timestamp":1211303746},"coords":"51.2046214,0.6080029","bedrooms":"3","price":"234000","area":"625"} , +{"type":"Feature","id":"n265987252","geometry":{"type":"Point","coordinates":[0.5655965,51.2437918]},"properties":{"@type":"node","@id":265987252,"@timestamp":1211304301},"coords":"51.2437918,0.5655965","bedrooms":"0","price":"204000","area":"453"} , +{"type":"Feature","id":"n265987363","geometry":{"type":"Point","coordinates":[0.579907,51.2085545]},"properties":{"@type":"node","@id":265987363,"@timestamp":1211304309},"coords":"51.2085545,0.579907","bedrooms":"4","price":"272000","area":"588"} , +{"type":"Feature","id":"n265987395","geometry":{"type":"Point","coordinates":[0.5896284,51.1997793]},"properties":{"@type":"node","@id":265987395,"@timestamp":1211304311},"coords":"51.1997793,0.5896284","bedrooms":"2","price":"277000","area":"618"} , +{"type":"Feature","id":"n265987406","geometry":{"type":"Point","coordinates":[0.5883888,51.1968966]},"properties":{"@type":"node","@id":265987406,"@timestamp":1211304312},"coords":"51.1968966,0.5883888","bedrooms":"0","price":"203000","area":"539"} , +{"type":"Feature","id":"n265987456","geometry":{"type":"Point","coordinates":[0.575878,51.1969295]},"properties":{"@type":"node","@id":265987456,"@timestamp":1211304315},"coords":"51.1969295,0.575878","bedrooms":"1","price":"167000","area":"457"} , +{"type":"Feature","id":"n265987479","geometry":{"type":"Point","coordinates":[0.5669445,51.2054739]},"properties":{"@type":"node","@id":265987479,"@timestamp":1211304316},"coords":"51.2054739,0.5669445","bedrooms":"1","price":"253000","area":"629"} , +{"type":"Feature","id":"n265987826","geometry":{"type":"Point","coordinates":[0.4839762,51.1846137]},"properties":{"@type":"node","@id":265987826,"@timestamp":1211304460},"coords":"51.1846137,0.4839762","bedrooms":"3","price":"226000","area":"457"} , +{"type":"Feature","id":"n265987837","geometry":{"type":"Point","coordinates":[0.4875792,51.200696]},"properties":{"@type":"node","@id":265987837,"@timestamp":1211304461},"coords":"51.200696,0.4875792","bedrooms":"4","price":"211000","area":"638"} , +{"type":"Feature","id":"n265987849","geometry":{"type":"Point","coordinates":[0.4918045,51.2047575]},"properties":{"@type":"node","@id":265987849,"@timestamp":1211304462},"coords":"51.2047575,0.4918045","bedrooms":"2","price":"163000","area":"521"} , +{"type":"Feature","id":"n265988884","geometry":{"type":"Point","coordinates":[0.5399375,51.1876942]},"properties":{"@type":"node","@id":265988884,"@timestamp":1211304877},"coords":"51.1876942,0.5399375","bedrooms":"2","price":"198000","area":"668"} , +{"type":"Feature","id":"n265988926","geometry":{"type":"Point","coordinates":[0.5270234,51.1905209]},"properties":{"@type":"node","@id":265988926,"@timestamp":1211304880},"coords":"51.1905209,0.5270234","bedrooms":"2","price":"240000","area":"582"} , +{"type":"Feature","id":"n265988954","geometry":{"type":"Point","coordinates":[0.5351298,51.199258]},"properties":{"@type":"node","@id":265988954,"@timestamp":1211304882},"coords":"51.199258,0.5351298","bedrooms":"3","price":"175000","area":"653"} , +{"type":"Feature","id":"n265988999","geometry":{"type":"Point","coordinates":[0.5211135,51.2188632]},"properties":{"@type":"node","@id":265988999,"@timestamp":1211304885},"coords":"51.2188632,0.5211135","bedrooms":"1","price":"262000","area":"624"} , +{"type":"Feature","id":"n265989051","geometry":{"type":"Point","coordinates":[0.5231072,51.2220709]},"properties":{"@type":"node","@id":265989051,"@timestamp":1211304889},"coords":"51.2220709,0.5231072","bedrooms":"1","price":"251000","area":"378"} , +{"type":"Feature","id":"n265989680","geometry":{"type":"Point","coordinates":[0.4977111,51.1968838]},"properties":{"@type":"node","@id":265989680,"@timestamp":1211305176},"coords":"51.1968838,0.4977111","bedrooms":"1","price":"249000","area":"686"} , +{"type":"Feature","id":"n265989730","geometry":{"type":"Point","coordinates":[0.487611,51.2025688]},"properties":{"@type":"node","@id":265989730,"@timestamp":1211305180},"coords":"51.2025688,0.487611","bedrooms":"3","price":"260000","area":"385"} , +{"type":"Feature","id":"n265989781","geometry":{"type":"Point","coordinates":[0.4937002,51.2176629]},"properties":{"@type":"node","@id":265989781,"@timestamp":1211305183},"coords":"51.2176629,0.4937002","bedrooms":"4","price":"232000","area":"600"} , +{"type":"Feature","id":"n265990990","geometry":{"type":"Point","coordinates":[0.4639187,51.2161672]},"properties":{"@type":"node","@id":265990990,"@timestamp":1211305703},"coords":"51.2161672,0.4639187","bedrooms":"3","price":"256000","area":"384"} , +{"type":"Feature","id":"n265991132","geometry":{"type":"Point","coordinates":[0.4475459,51.2438808]},"properties":{"@type":"node","@id":265991132,"@timestamp":1211305717},"coords":"51.2438808,0.4475459","bedrooms":"0","price":"184000","area":"434"} , +{"type":"Feature","id":"n265991149","geometry":{"type":"Point","coordinates":[0.4399614,51.2480716]},"properties":{"@type":"node","@id":265991149,"@timestamp":1211305718},"coords":"51.2480716,0.4399614","bedrooms":"2","price":"262000","area":"558"} , +{"type":"Feature","id":"n265991200","geometry":{"type":"Point","coordinates":[0.4100958,51.2215442]},"properties":{"@type":"node","@id":265991200,"@timestamp":1211305722},"coords":"51.2215442,0.4100958","bedrooms":"4","price":"219000","area":"561"} , +{"type":"Feature","id":"n266008045","geometry":{"type":"Point","coordinates":[0.5784295,51.3073567]},"properties":{"@type":"node","@id":266008045,"@timestamp":1211314080},"coords":"51.3073567,0.5784295","bedrooms":"4","price":"219000","area":"606"} , +{"type":"Feature","id":"n266008060","geometry":{"type":"Point","coordinates":[0.578326,51.3020499]},"properties":{"@type":"node","@id":266008060,"@timestamp":1211314081},"coords":"51.3020499,0.578326","bedrooms":"0","price":"272000","area":"558"} , +{"type":"Feature","id":"n266008173","geometry":{"type":"Point","coordinates":[0.6268274,51.2711489]},"properties":{"@type":"node","@id":266008173,"@timestamp":1211314088},"coords":"51.2711489,0.6268274","bedrooms":"1","price":"283000","area":"631"} , +{"type":"Feature","id":"n266008996","geometry":{"type":"Point","coordinates":[0.6498405,51.2779323]},"properties":{"@type":"node","@id":266008996,"@timestamp":1211314380},"coords":"51.2779323,0.6498405","bedrooms":"0","price":"297000","area":"496"} , +{"type":"Feature","id":"n266011768","geometry":{"type":"Point","coordinates":[0.8896691,51.3418111]},"properties":{"@type":"node","@id":266011768,"@timestamp":1211315814},"coords":"51.3418111,0.8896691","bedrooms":"3","price":"234000","area":"356"} , +{"type":"Feature","id":"n266138032","geometry":{"type":"Point","coordinates":[-0.1088841,51.4650897]},"properties":{"@type":"node","@id":266138032,"@timestamp":1617049992},"coords":"51.4650897,-0.1088841","bedrooms":"3","price":"286000","area":"378"} , +{"type":"Feature","id":"n266181576","geometry":{"type":"Point","coordinates":[0.6989015,51.4088991]},"properties":{"@type":"node","@id":266181576,"@timestamp":1211392681},"coords":"51.4088991,0.6989015","bedrooms":"2","price":"268000","area":"425"} , +{"type":"Feature","id":"n266181596","geometry":{"type":"Point","coordinates":[0.7075537,51.4090653]},"properties":{"@type":"node","@id":266181596,"@timestamp":1211392682},"coords":"51.4090653,0.7075537","bedrooms":"3","price":"229000","area":"403"} , +{"type":"Feature","id":"n266181996","geometry":{"type":"Point","coordinates":[0.7218837,51.3983768]},"properties":{"@type":"node","@id":266181996,"@timestamp":1211392795},"coords":"51.3983768,0.7218837","bedrooms":"3","price":"190000","area":"666"} , +{"type":"Feature","id":"n266182856","geometry":{"type":"Point","coordinates":[0.8952869,51.3322614]},"properties":{"@type":"node","@id":266182856,"@timestamp":1211393394},"coords":"51.3322614,0.8952869","bedrooms":"2","price":"193000","area":"458"} , +{"type":"Feature","id":"n266201912","geometry":{"type":"Point","coordinates":[-0.6272218,51.1866923]},"properties":{"@type":"node","@id":266201912,"@timestamp":1211404102},"coords":"51.1866923,-0.6272218","bedrooms":"2","price":"182000","area":"557"} , +{"type":"Feature","id":"n266201931","geometry":{"type":"Point","coordinates":[-0.6342839,51.1854463]},"properties":{"@type":"node","@id":266201931,"@timestamp":1211404103},"coords":"51.1854463,-0.6342839","bedrooms":"2","price":"176000","area":"543"} , +{"type":"Feature","id":"n266205167","geometry":{"type":"Point","coordinates":[0.9129174,51.3790956]},"properties":{"@type":"node","@id":266205167,"@timestamp":1211405268},"coords":"51.3790956,0.9129174","bedrooms":"3","price":"238000","area":"632"} , +{"type":"Feature","id":"n266207657","geometry":{"type":"Point","coordinates":[0.819177,51.3977872]},"properties":{"@type":"node","@id":266207657,"@timestamp":1211405731},"coords":"51.3977872,0.819177","bedrooms":"1","price":"229000","area":"384"} , +{"type":"Feature","id":"n266207675","geometry":{"type":"Point","coordinates":[0.8114035,51.3852806]},"properties":{"@type":"node","@id":266207675,"@timestamp":1211405732},"coords":"51.3852806,0.8114035","bedrooms":"0","price":"282000","area":"575"} , +{"type":"Feature","id":"n266207705","geometry":{"type":"Point","coordinates":[0.8071937,51.396118]},"properties":{"@type":"node","@id":266207705,"@timestamp":1211405734},"coords":"51.396118,0.8071937","bedrooms":"4","price":"209000","area":"686"} , +{"type":"Feature","id":"n266210349","geometry":{"type":"Point","coordinates":[0.8149253,51.3696919]},"properties":{"@type":"node","@id":266210349,"@timestamp":1211406392},"coords":"51.3696919,0.8149253","bedrooms":"4","price":"222000","area":"445"} , +{"type":"Feature","id":"n266210392","geometry":{"type":"Point","coordinates":[0.8013213,51.3900201]},"properties":{"@type":"node","@id":266210392,"@timestamp":1211406395},"coords":"51.3900201,0.8013213","bedrooms":"4","price":"223000","area":"563"} , +{"type":"Feature","id":"n266210411","geometry":{"type":"Point","coordinates":[0.8024948,51.3905938]},"properties":{"@type":"node","@id":266210411,"@timestamp":1211406396},"coords":"51.3905938,0.8024948","bedrooms":"2","price":"277000","area":"380"} , +{"type":"Feature","id":"n266210433","geometry":{"type":"Point","coordinates":[0.7982755,51.377694]},"properties":{"@type":"node","@id":266210433,"@timestamp":1211406397},"coords":"51.377694,0.7982755","bedrooms":"4","price":"297000","area":"553"} , +{"type":"Feature","id":"n266210465","geometry":{"type":"Point","coordinates":[0.8131111,51.3814296]},"properties":{"@type":"node","@id":266210465,"@timestamp":1211406399},"coords":"51.3814296,0.8131111","bedrooms":"2","price":"260000","area":"525"} , +{"type":"Feature","id":"n266210635","geometry":{"type":"Point","coordinates":[0.795985,51.3765948]},"properties":{"@type":"node","@id":266210635,"@timestamp":1211406410},"coords":"51.3765948,0.795985","bedrooms":"1","price":"184000","area":"523"} , +{"type":"Feature","id":"n266214956","geometry":{"type":"Point","coordinates":[-0.2698549,51.4888179]},"properties":{"@type":"node","@id":266214956,"@timestamp":1446304421},"coords":"51.4888179,-0.2698549","bedrooms":"0","price":"256000","area":"655"} , +{"type":"Feature","id":"n266215827","geometry":{"type":"Point","coordinates":[-0.2163214,51.1196639]},"properties":{"@type":"node","@id":266215827,"@timestamp":1211408145},"coords":"51.1196639,-0.2163214","bedrooms":"3","price":"236000","area":"593"} , +{"type":"Feature","id":"n266378851","geometry":{"type":"Point","coordinates":[-0.0677416,51.4604386]},"properties":{"@type":"node","@id":266378851,"@timestamp":1633302046},"coords":"51.4604386,-0.0677416","bedrooms":"2","price":"204000","area":"674"} , +{"type":"Feature","id":"n266389430","geometry":{"type":"Point","coordinates":[-0.0082122,51.4908994]},"properties":{"@type":"node","@id":266389430,"@timestamp":1358653638},"coords":"51.4908994,-0.0082122","bedrooms":"4","price":"266000","area":"354"} , +{"type":"Feature","id":"n266392750","geometry":{"type":"Point","coordinates":[0.8697843,51.0910527]},"properties":{"@type":"node","@id":266392750,"@timestamp":1211490509},"coords":"51.0910527,0.8697843","bedrooms":"2","price":"266000","area":"401"} , +{"type":"Feature","id":"n266392760","geometry":{"type":"Point","coordinates":[0.8471845,51.0911793]},"properties":{"@type":"node","@id":266392760,"@timestamp":1211490510},"coords":"51.0911793,0.8471845","bedrooms":"4","price":"259000","area":"464"} , +{"type":"Feature","id":"n266392835","geometry":{"type":"Point","coordinates":[-0.0069528,51.4889788]},"properties":{"@type":"node","@id":266392835,"@timestamp":1615933435},"coords":"51.4889788,-0.0069528","bedrooms":"3","price":"171000","area":"354"} , +{"type":"Feature","id":"n266397325","geometry":{"type":"Point","coordinates":[0.8785415,51.0647899]},"properties":{"@type":"node","@id":266397325,"@timestamp":1211492335},"coords":"51.0647899,0.8785415","bedrooms":"2","price":"182000","area":"420"} , +{"type":"Feature","id":"n266398176","geometry":{"type":"Point","coordinates":[0.8131292,51.1231221]},"properties":{"@type":"node","@id":266398176,"@timestamp":1211492615},"coords":"51.1231221,0.8131292","bedrooms":"2","price":"256000","area":"609"} , +{"type":"Feature","id":"n266398208","geometry":{"type":"Point","coordinates":[0.7981053,51.1107342]},"properties":{"@type":"node","@id":266398208,"@timestamp":1211492647},"coords":"51.1107342,0.7981053","bedrooms":"4","price":"276000","area":"492"} , +{"type":"Feature","id":"n266398492","geometry":{"type":"Point","coordinates":[0.8725479,51.1184394]},"properties":{"@type":"node","@id":266398492,"@timestamp":1211492824},"coords":"51.1184394,0.8725479","bedrooms":"1","price":"266000","area":"357"} , +{"type":"Feature","id":"n266401682","geometry":{"type":"Point","coordinates":[-1.0461266,51.4433859]},"properties":{"@type":"node","@id":266401682,"@timestamp":1211494446},"coords":"51.4433859,-1.0461266","bedrooms":"4","price":"234000","area":"496"} , +{"type":"Feature","id":"n266401782","geometry":{"type":"Point","coordinates":[-1.0559448,51.4416192]},"properties":{"@type":"node","@id":266401782,"@timestamp":1211494453},"coords":"51.4416192,-1.0559448","bedrooms":"3","price":"200000","area":"596"} , +{"type":"Feature","id":"n266402348","geometry":{"type":"Point","coordinates":[-1.0485909,51.4436725]},"properties":{"@type":"node","@id":266402348,"@timestamp":1211495024},"coords":"51.4436725,-1.0485909","bedrooms":"2","price":"218000","area":"472"} , +{"type":"Feature","id":"n266415276","geometry":{"type":"Point","coordinates":[-0.0093268,51.4965327]},"properties":{"@type":"node","@id":266415276,"@timestamp":1622657741},"coords":"51.4965327,-0.0093268","bedrooms":"0","price":"196000","area":"619"} , +{"type":"Feature","id":"n266416997","geometry":{"type":"Point","coordinates":[-0.0059061,51.4908588]},"properties":{"@type":"node","@id":266416997,"@timestamp":1617970231},"coords":"51.4908588,-0.0059061","bedrooms":"1","price":"187000","area":"469"} , +{"type":"Feature","id":"n266488900","geometry":{"type":"Point","coordinates":[-0.2382726,51.4058903]},"properties":{"@type":"node","@id":266488900,"@timestamp":1445533964},"coords":"51.4058903,-0.2382726","bedrooms":"1","price":"224000","area":"484"} , +{"type":"Feature","id":"n266526928","geometry":{"type":"Point","coordinates":[-0.3669127,51.2254511]},"properties":{"@type":"node","@id":266526928,"@timestamp":1536447417},"coords":"51.2254511,-0.3669127","bedrooms":"0","price":"290000","area":"585"} , +{"type":"Feature","id":"n266527284","geometry":{"type":"Point","coordinates":[-0.4550969,51.4546502]},"properties":{"@type":"node","@id":266527284,"@timestamp":1211563633},"coords":"51.4546502,-0.4550969","bedrooms":"1","price":"234000","area":"481"} , +{"type":"Feature","id":"n266527298","geometry":{"type":"Point","coordinates":[-0.4553777,51.4549559]},"properties":{"@type":"node","@id":266527298,"@timestamp":1211563635},"coords":"51.4549559,-0.4553777","bedrooms":"2","price":"226000","area":"594"} , +{"type":"Feature","id":"n266527334","geometry":{"type":"Point","coordinates":[-0.4538335,51.4496962]},"properties":{"@type":"node","@id":266527334,"@timestamp":1211563637},"coords":"51.4496962,-0.4538335","bedrooms":"1","price":"284000","area":"404"} , +{"type":"Feature","id":"n266527350","geometry":{"type":"Point","coordinates":[-0.4435589,51.457305]},"properties":{"@type":"node","@id":266527350,"@timestamp":1211563638},"coords":"51.457305,-0.4435589","bedrooms":"1","price":"180000","area":"477"} , +{"type":"Feature","id":"n266527403","geometry":{"type":"Point","coordinates":[-0.4530801,51.4410828]},"properties":{"@type":"node","@id":266527403,"@timestamp":1211563642},"coords":"51.4410828,-0.4530801","bedrooms":"4","price":"183000","area":"686"} , +{"type":"Feature","id":"n266527414","geometry":{"type":"Point","coordinates":[-0.4532735,51.4422558]},"properties":{"@type":"node","@id":266527414,"@timestamp":1211563642},"coords":"51.4422558,-0.4532735","bedrooms":"4","price":"263000","area":"420"} , +{"type":"Feature","id":"n266527427","geometry":{"type":"Point","coordinates":[-0.4548333,51.4403466]},"properties":{"@type":"node","@id":266527427,"@timestamp":1211563644},"coords":"51.4403466,-0.4548333","bedrooms":"1","price":"287000","area":"678"} , +{"type":"Feature","id":"n266527439","geometry":{"type":"Point","coordinates":[-0.4538413,51.439523]},"properties":{"@type":"node","@id":266527439,"@timestamp":1211563645},"coords":"51.439523,-0.4538413","bedrooms":"3","price":"258000","area":"627"} , +{"type":"Feature","id":"n266528183","geometry":{"type":"Point","coordinates":[-0.3259197,51.1934525]},"properties":{"@type":"node","@id":266528183,"@timestamp":1336243307},"coords":"51.1934525,-0.3259197","bedrooms":"4","price":"181000","area":"367"} , +{"type":"Feature","id":"n266529598","geometry":{"type":"Point","coordinates":[-0.362878,51.2004508]},"properties":{"@type":"node","@id":266529598,"@timestamp":1211564578},"coords":"51.2004508,-0.362878","bedrooms":"0","price":"209000","area":"569"} , +{"type":"Feature","id":"n266531778","geometry":{"type":"Point","coordinates":[-0.3930568,51.1605487]},"properties":{"@type":"node","@id":266531778,"@timestamp":1458489539},"coords":"51.1605487,-0.3930568","bedrooms":"2","price":"183000","area":"656"} , +{"type":"Feature","id":"n266540562","geometry":{"type":"Point","coordinates":[-1.0749966,51.2561466]},"properties":{"@type":"node","@id":266540562,"@timestamp":1255261382},"coords":"51.2561466,-1.0749966","bedrooms":"4","price":"245000","area":"608"} , +{"type":"Feature","id":"n266624540","geometry":{"type":"Point","coordinates":[-0.2391725,51.3722548]},"properties":{"@type":"node","@id":266624540,"@timestamp":1600987065},"coords":"51.3722548,-0.2391725","bedrooms":"3","price":"263000","area":"541"} , +{"type":"Feature","id":"n266642225","geometry":{"type":"Point","coordinates":[-1.0865181,51.9011127]},"properties":{"@type":"node","@id":266642225,"@timestamp":1239713290},"coords":"51.9011127,-1.0865181","bedrooms":"3","price":"245000","area":"652"} , +{"type":"Feature","id":"n266650819","geometry":{"type":"Point","coordinates":[-0.7152259,51.5233525]},"properties":{"@type":"node","@id":266650819,"@timestamp":1604948092},"coords":"51.5233525,-0.7152259","bedrooms":"1","price":"258000","area":"409"} , +{"type":"Feature","id":"n266656528","geometry":{"type":"Point","coordinates":[-1.0773332,50.944209]},"properties":{"@type":"node","@id":266656528,"@timestamp":1211652786},"coords":"50.944209,-1.0773332","bedrooms":"0","price":"236000","area":"413"} , +{"type":"Feature","id":"n266656538","geometry":{"type":"Point","coordinates":[-1.078653,50.9507272]},"properties":{"@type":"node","@id":266656538,"@timestamp":1211652787},"coords":"50.9507272,-1.078653","bedrooms":"1","price":"218000","area":"627"} , +{"type":"Feature","id":"n266656549","geometry":{"type":"Point","coordinates":[-1.0688849,50.9550272]},"properties":{"@type":"node","@id":266656549,"@timestamp":1211652789},"coords":"50.9550272,-1.0688849","bedrooms":"4","price":"238000","area":"562"} , +{"type":"Feature","id":"n266656559","geometry":{"type":"Point","coordinates":[-1.0706132,50.9537763]},"properties":{"@type":"node","@id":266656559,"@timestamp":1211652791},"coords":"50.9537763,-1.0706132","bedrooms":"1","price":"291000","area":"363"} , +{"type":"Feature","id":"n266656570","geometry":{"type":"Point","coordinates":[-1.0746049,50.9497718]},"properties":{"@type":"node","@id":266656570,"@timestamp":1359243953},"coords":"50.9497718,-1.0746049","bedrooms":"2","price":"209000","area":"499"} , +{"type":"Feature","id":"n266656582","geometry":{"type":"Point","coordinates":[-1.0769051,50.9446163]},"properties":{"@type":"node","@id":266656582,"@timestamp":1211652794},"coords":"50.9446163,-1.0769051","bedrooms":"2","price":"280000","area":"694"} , +{"type":"Feature","id":"n266656592","geometry":{"type":"Point","coordinates":[-1.073069,50.9406511]},"properties":{"@type":"node","@id":266656592,"@timestamp":1211652796},"coords":"50.9406511,-1.073069","bedrooms":"2","price":"220000","area":"603"} , +{"type":"Feature","id":"n266675579","geometry":{"type":"Point","coordinates":[-0.2334992,51.8875701]},"properties":{"@type":"node","@id":266675579,"@timestamp":1624721355},"coords":"51.8875701,-0.2334992","bedrooms":"1","price":"157000","area":"605"} , +{"type":"Feature","id":"n266679733","geometry":{"type":"Point","coordinates":[-0.2287789,51.3834444]},"properties":{"@type":"node","@id":266679733,"@timestamp":1211661845},"coords":"51.3834444,-0.2287789","bedrooms":"0","price":"197000","area":"543"} , +{"type":"Feature","id":"n266679775","geometry":{"type":"Point","coordinates":[-0.2306055,51.379962]},"properties":{"@type":"node","@id":266679775,"@timestamp":1211661848},"coords":"51.379962,-0.2306055","bedrooms":"3","price":"166000","area":"483"} , +{"type":"Feature","id":"n266679785","geometry":{"type":"Point","coordinates":[-0.2300172,51.3804254]},"properties":{"@type":"node","@id":266679785,"@timestamp":1211661849},"coords":"51.3804254,-0.2300172","bedrooms":"0","price":"258000","area":"532"} , +{"type":"Feature","id":"n266690149","geometry":{"type":"Point","coordinates":[-0.2139616,51.3710556]},"properties":{"@type":"node","@id":266690149,"@timestamp":1604225372},"coords":"51.3710556,-0.2139616","bedrooms":"3","price":"201000","area":"676"} , +{"type":"Feature","id":"n266696350","geometry":{"type":"Point","coordinates":[-0.2251936,51.3729779]},"properties":{"@type":"node","@id":266696350,"@timestamp":1211666916},"coords":"51.3729779,-0.2251936","bedrooms":"3","price":"151000","area":"445"} , +{"type":"Feature","id":"n266696539","geometry":{"type":"Point","coordinates":[-0.371545,51.6405947]},"properties":{"@type":"node","@id":266696539,"@timestamp":1211666986},"coords":"51.6405947,-0.371545","bedrooms":"3","price":"183000","area":"442"} , +{"type":"Feature","id":"n266696556","geometry":{"type":"Point","coordinates":[-0.3751356,51.6418619]},"properties":{"@type":"node","@id":266696556,"@timestamp":1211666988},"coords":"51.6418619,-0.3751356","bedrooms":"1","price":"284000","area":"569"} , +{"type":"Feature","id":"n266696581","geometry":{"type":"Point","coordinates":[-0.3762248,51.6446765]},"properties":{"@type":"node","@id":266696581,"@timestamp":1211666990},"coords":"51.6446765,-0.3762248","bedrooms":"4","price":"273000","area":"633"} , +{"type":"Feature","id":"n266696593","geometry":{"type":"Point","coordinates":[-0.3718432,51.6425371]},"properties":{"@type":"node","@id":266696593,"@timestamp":1211666992},"coords":"51.6425371,-0.3718432","bedrooms":"2","price":"168000","area":"641"} , +{"type":"Feature","id":"n266699785","geometry":{"type":"Point","coordinates":[-0.248096,51.3594574]},"properties":{"@type":"node","@id":266699785,"@timestamp":1211668966},"coords":"51.3594574,-0.248096","bedrooms":"0","price":"190000","area":"544"} , +{"type":"Feature","id":"n266702613","geometry":{"type":"Point","coordinates":[-0.2478212,51.363021]},"properties":{"@type":"node","@id":266702613,"@timestamp":1611599312},"coords":"51.363021,-0.2478212","bedrooms":"0","price":"163000","area":"616"} , +{"type":"Feature","id":"n266706261","geometry":{"type":"Point","coordinates":[-0.2355,51.386519]},"properties":{"@type":"node","@id":266706261,"@timestamp":1211709087},"coords":"51.386519,-0.2355","bedrooms":"1","price":"266000","area":"454"} , +{"type":"Feature","id":"n266739707","geometry":{"type":"Point","coordinates":[-0.1960826,51.3669302]},"properties":{"@type":"node","@id":266739707,"@timestamp":1558366584},"coords":"51.3669302,-0.1960826","bedrooms":"2","price":"227000","area":"384"} , +{"type":"Feature","id":"n266740645","geometry":{"type":"Point","coordinates":[-0.2021213,51.3637275]},"properties":{"@type":"node","@id":266740645,"@timestamp":1551440336},"coords":"51.3637275,-0.2021213","bedrooms":"2","price":"265000","area":"547"} , +{"type":"Feature","id":"n266741953","geometry":{"type":"Point","coordinates":[-0.2043891,51.3749006]},"properties":{"@type":"node","@id":266741953,"@timestamp":1564913925},"coords":"51.3749006,-0.2043891","bedrooms":"1","price":"255000","area":"541"} , +{"type":"Feature","id":"n266742586","geometry":{"type":"Point","coordinates":[-0.2000034,51.3777549]},"properties":{"@type":"node","@id":266742586,"@timestamp":1236964362},"coords":"51.3777549,-0.2000034","bedrooms":"0","price":"154000","area":"396"} , +{"type":"Feature","id":"n266742983","geometry":{"type":"Point","coordinates":[-0.2027255,51.3742766]},"properties":{"@type":"node","@id":266742983,"@timestamp":1236964360},"coords":"51.3742766,-0.2027255","bedrooms":"4","price":"258000","area":"588"} , +{"type":"Feature","id":"n266743630","geometry":{"type":"Point","coordinates":[-0.2007935,51.3705279]},"properties":{"@type":"node","@id":266743630,"@timestamp":1211712640},"coords":"51.3705279,-0.2007935","bedrooms":"1","price":"281000","area":"453"} , +{"type":"Feature","id":"n266744305","geometry":{"type":"Point","coordinates":[-0.2143048,51.3651076]},"properties":{"@type":"node","@id":266744305,"@timestamp":1499561187},"coords":"51.3651076,-0.2143048","bedrooms":"4","price":"178000","area":"544"} , +{"type":"Feature","id":"n266744769","geometry":{"type":"Point","coordinates":[-0.214582,51.3650877]},"properties":{"@type":"node","@id":266744769,"@timestamp":1211708648},"coords":"51.3650877,-0.214582","bedrooms":"3","price":"161000","area":"697"} , +{"type":"Feature","id":"n266745423","geometry":{"type":"Point","coordinates":[-0.2121317,51.3704213]},"properties":{"@type":"node","@id":266745423,"@timestamp":1211709216},"coords":"51.3704213,-0.2121317","bedrooms":"3","price":"272000","area":"613"} , +{"type":"Feature","id":"n266746602","geometry":{"type":"Point","coordinates":[-0.2195705,51.3661513]},"properties":{"@type":"node","@id":266746602,"@timestamp":1211710256},"coords":"51.3661513,-0.2195705","bedrooms":"1","price":"286000","area":"615"} , +{"type":"Feature","id":"n266747234","geometry":{"type":"Point","coordinates":[-0.2216863,51.3635761]},"properties":{"@type":"node","@id":266747234,"@timestamp":1211710583},"coords":"51.3635761,-0.2216863","bedrooms":"3","price":"169000","area":"479"} , +{"type":"Feature","id":"n266748086","geometry":{"type":"Point","coordinates":[-0.2226174,51.3698156]},"properties":{"@type":"node","@id":266748086,"@timestamp":1612645883},"coords":"51.3698156,-0.2226174","bedrooms":"1","price":"262000","area":"455"} , +{"type":"Feature","id":"n266748383","geometry":{"type":"Point","coordinates":[-0.2227465,51.3683723]},"properties":{"@type":"node","@id":266748383,"@timestamp":1211711509},"coords":"51.3683723,-0.2227465","bedrooms":"1","price":"291000","area":"587"} , +{"type":"Feature","id":"n266749319","geometry":{"type":"Point","coordinates":[-0.2303535,51.3724613]},"properties":{"@type":"node","@id":266749319,"@timestamp":1211712000},"coords":"51.3724613,-0.2303535","bedrooms":"2","price":"171000","area":"532"} , +{"type":"Feature","id":"n266749808","geometry":{"type":"Point","coordinates":[-0.2332526,51.3657235]},"properties":{"@type":"node","@id":266749808,"@timestamp":1211712312},"coords":"51.3657235,-0.2332526","bedrooms":"2","price":"239000","area":"505"} , +{"type":"Feature","id":"n266803195","geometry":{"type":"Point","coordinates":[-0.2409449,51.3738693]},"properties":{"@type":"node","@id":266803195,"@timestamp":1211729096},"coords":"51.3738693,-0.2409449","bedrooms":"3","price":"273000","area":"643"} , +{"type":"Feature","id":"n266819639","geometry":{"type":"Point","coordinates":[-0.2161373,51.4945989]},"properties":{"@type":"node","@id":266819639,"@timestamp":1634376911},"coords":"51.4945989,-0.2161373","bedrooms":"2","price":"153000","area":"533"} , +{"type":"Feature","id":"n266819675","geometry":{"type":"Point","coordinates":[-0.2197271,51.5029801]},"properties":{"@type":"node","@id":266819675,"@timestamp":1630296415},"coords":"51.5029801,-0.2197271","bedrooms":"2","price":"218000","area":"560"} , +{"type":"Feature","id":"n266820505","geometry":{"type":"Point","coordinates":[-0.5915466,51.2482208]},"properties":{"@type":"node","@id":266820505,"@timestamp":1236962719},"coords":"51.2482208,-0.5915466","bedrooms":"4","price":"166000","area":"400"} , +{"type":"Feature","id":"n266843474","geometry":{"type":"Point","coordinates":[-0.1195889,51.5020079]},"properties":{"@type":"node","@id":266843474,"@timestamp":1537579364},"coords":"51.5020079,-0.1195889","bedrooms":"3","price":"190000","area":"594"} , +{"type":"Feature","id":"n266872805","geometry":{"type":"Point","coordinates":[-0.233805,51.3801015]},"properties":{"@type":"node","@id":266872805,"@timestamp":1615019338},"coords":"51.3801015,-0.233805","bedrooms":"2","price":"154000","area":"650"} , +{"type":"Feature","id":"n266878324","geometry":{"type":"Point","coordinates":[-0.1192708,51.4688007]},"properties":{"@type":"node","@id":266878324,"@timestamp":1570670637},"coords":"51.4688007,-0.1192708","bedrooms":"1","price":"153000","area":"532"} , +{"type":"Feature","id":"n266885389","geometry":{"type":"Point","coordinates":[-0.2402971,51.3853741]},"properties":{"@type":"node","@id":266885389,"@timestamp":1600599350},"coords":"51.3853741,-0.2402971","bedrooms":"1","price":"172000","area":"409"} , +{"type":"Feature","id":"n266888067","geometry":{"type":"Point","coordinates":[-0.2312429,51.3852281]},"properties":{"@type":"node","@id":266888067,"@timestamp":1563671273},"coords":"51.3852281,-0.2312429","bedrooms":"0","price":"211000","area":"493"} , +{"type":"Feature","id":"n266890511","geometry":{"type":"Point","coordinates":[-0.237058,51.3764631]},"properties":{"@type":"node","@id":266890511,"@timestamp":1409649553},"coords":"51.3764631,-0.237058","bedrooms":"2","price":"241000","area":"690"} , +{"type":"Feature","id":"n266902539","geometry":{"type":"Point","coordinates":[-0.2239144,51.3890314]},"properties":{"@type":"node","@id":266902539,"@timestamp":1591780554},"coords":"51.3890314,-0.2239144","bedrooms":"2","price":"202000","area":"378"} , +{"type":"Feature","id":"n266921490","geometry":{"type":"Point","coordinates":[-0.1824786,51.3995179]},"properties":{"@type":"node","@id":266921490,"@timestamp":1583077815},"coords":"51.3995179,-0.1824786","bedrooms":"4","price":"197000","area":"408"} , +{"type":"Feature","id":"n266967538","geometry":{"type":"Point","coordinates":[-0.3253283,51.6020707]},"properties":{"@type":"node","@id":266967538,"@timestamp":1621535645},"coords":"51.6020707,-0.3253283","bedrooms":"1","price":"202000","area":"393"} , +{"type":"Feature","id":"n267017234","geometry":{"type":"Point","coordinates":[-0.7365639,51.8103602]},"properties":{"@type":"node","@id":267017234,"@timestamp":1211831807},"coords":"51.8103602,-0.7365639","bedrooms":"0","price":"211000","area":"445"} , +{"type":"Feature","id":"n267135900","geometry":{"type":"Point","coordinates":[-0.7754883,51.4862912]},"properties":{"@type":"node","@id":267135900,"@timestamp":1211913260},"coords":"51.4862912,-0.7754883","bedrooms":"0","price":"187000","area":"674"} , +{"type":"Feature","id":"n267135910","geometry":{"type":"Point","coordinates":[-0.771479,51.4872347]},"properties":{"@type":"node","@id":267135910,"@timestamp":1211913261},"coords":"51.4872347,-0.771479","bedrooms":"1","price":"157000","area":"547"} , +{"type":"Feature","id":"n267135922","geometry":{"type":"Point","coordinates":[-0.7771607,51.4864534]},"properties":{"@type":"node","@id":267135922,"@timestamp":1211913262},"coords":"51.4864534,-0.7771607","bedrooms":"2","price":"200000","area":"430"} , +{"type":"Feature","id":"n267160305","geometry":{"type":"Point","coordinates":[-0.2309785,51.5699951]},"properties":{"@type":"node","@id":267160305,"@timestamp":1211922865},"coords":"51.5699951,-0.2309785","bedrooms":"2","price":"219000","area":"655"} , +{"type":"Feature","id":"n267179315","geometry":{"type":"Point","coordinates":[-0.8267888,51.5268564]},"properties":{"@type":"node","@id":267179315,"@timestamp":1211930188},"coords":"51.5268564,-0.8267888","bedrooms":"1","price":"236000","area":"452"} , +{"type":"Feature","id":"n267179325","geometry":{"type":"Point","coordinates":[-0.8227884,51.5272428]},"properties":{"@type":"node","@id":267179325,"@timestamp":1211930190},"coords":"51.5272428,-0.8227884","bedrooms":"1","price":"157000","area":"521"} , +{"type":"Feature","id":"n267179335","geometry":{"type":"Point","coordinates":[-0.8215226,51.5280748]},"properties":{"@type":"node","@id":267179335,"@timestamp":1211930191},"coords":"51.5280748,-0.8215226","bedrooms":"0","price":"231000","area":"396"} , +{"type":"Feature","id":"n267188423","geometry":{"type":"Point","coordinates":[-0.1755956,51.6319909]},"properties":{"@type":"node","@id":267188423,"@timestamp":1211936661},"coords":"51.6319909,-0.1755956","bedrooms":"4","price":"207000","area":"510"} , +{"type":"Feature","id":"n267243992","geometry":{"type":"Point","coordinates":[-0.6068044,51.3361214]},"properties":{"@type":"node","@id":267243992,"@timestamp":1211996851},"coords":"51.3361214,-0.6068044","bedrooms":"2","price":"267000","area":"444"} , +{"type":"Feature","id":"n267248275","geometry":{"type":"Point","coordinates":[-0.2035103,51.083909]},"properties":{"@type":"node","@id":267248275,"@timestamp":1212001582},"coords":"51.083909,-0.2035103","bedrooms":"1","price":"231000","area":"640"} , +{"type":"Feature","id":"n267263172","geometry":{"type":"Point","coordinates":[-0.2351163,51.3870775]},"properties":{"@type":"node","@id":267263172,"@timestamp":1563671273},"coords":"51.3870775,-0.2351163","bedrooms":"2","price":"232000","area":"577"} , +{"type":"Feature","id":"n267272973","geometry":{"type":"Point","coordinates":[-0.268912,51.0879]},"properties":{"@type":"node","@id":267272973,"@timestamp":1212011272},"coords":"51.0879,-0.268912","bedrooms":"3","price":"189000","area":"588"} , +{"type":"Feature","id":"n267272991","geometry":{"type":"Point","coordinates":[-0.2685401,51.0884516]},"properties":{"@type":"node","@id":267272991,"@timestamp":1212011275},"coords":"51.0884516,-0.2685401","bedrooms":"2","price":"230000","area":"532"} , +{"type":"Feature","id":"n267273047","geometry":{"type":"Point","coordinates":[-0.2458154,51.0955383]},"properties":{"@type":"node","@id":267273047,"@timestamp":1212011291},"coords":"51.0955383,-0.2458154","bedrooms":"3","price":"190000","area":"544"} , +{"type":"Feature","id":"n267339153","geometry":{"type":"Point","coordinates":[-0.1322459,51.46304]},"properties":{"@type":"node","@id":267339153,"@timestamp":1557491062},"coords":"51.46304,-0.1322459","bedrooms":"0","price":"193000","area":"646"} , +{"type":"Feature","id":"n267396388","geometry":{"type":"Point","coordinates":[-0.1634758,51.9023367]},"properties":{"@type":"node","@id":267396388,"@timestamp":1246455529},"coords":"51.9023367,-0.1634758","bedrooms":"3","price":"262000","area":"582"} , +{"type":"Feature","id":"n267402850","geometry":{"type":"Point","coordinates":[-0.5914217,51.195935]},"properties":{"@type":"node","@id":267402850,"@timestamp":1212094137},"coords":"51.195935,-0.5914217","bedrooms":"2","price":"277000","area":"454"} , +{"type":"Feature","id":"n267402989","geometry":{"type":"Point","coordinates":[-0.5888783,51.1973933]},"properties":{"@type":"node","@id":267402989,"@timestamp":1212094169},"coords":"51.1973933,-0.5888783","bedrooms":"1","price":"270000","area":"353"} , +{"type":"Feature","id":"n267403232","geometry":{"type":"Point","coordinates":[-0.583885,51.200025]},"properties":{"@type":"node","@id":267403232,"@timestamp":1212094213},"coords":"51.200025,-0.583885","bedrooms":"2","price":"283000","area":"553"} , +{"type":"Feature","id":"n267403433","geometry":{"type":"Point","coordinates":[-0.58814,51.1974833]},"properties":{"@type":"node","@id":267403433,"@timestamp":1212094251},"coords":"51.1974833,-0.58814","bedrooms":"4","price":"293000","area":"552"} , +{"type":"Feature","id":"n267403599","geometry":{"type":"Point","coordinates":[-0.5907717,51.1965]},"properties":{"@type":"node","@id":267403599,"@timestamp":1212094290},"coords":"51.1965,-0.5907717","bedrooms":"4","price":"243000","area":"688"} , +{"type":"Feature","id":"n267404101","geometry":{"type":"Point","coordinates":[-0.1261801,51.4742779]},"properties":{"@type":"node","@id":267404101,"@timestamp":1212094446},"coords":"51.4742779,-0.1261801","bedrooms":"0","price":"194000","area":"531"} , +{"type":"Feature","id":"n267404120","geometry":{"type":"Point","coordinates":[-0.1265817,51.4741893]},"properties":{"@type":"node","@id":267404120,"@timestamp":1212094447},"coords":"51.4741893,-0.1265817","bedrooms":"2","price":"261000","area":"364"} , +{"type":"Feature","id":"n267404137","geometry":{"type":"Point","coordinates":[-0.1261143,51.4729393]},"properties":{"@type":"node","@id":267404137,"@timestamp":1212094449},"coords":"51.4729393,-0.1261143","bedrooms":"2","price":"243000","area":"503"} , +{"type":"Feature","id":"n267404148","geometry":{"type":"Point","coordinates":[-0.1256174,51.4732346]},"properties":{"@type":"node","@id":267404148,"@timestamp":1212094449},"coords":"51.4732346,-0.1256174","bedrooms":"2","price":"281000","area":"698"} , +{"type":"Feature","id":"n267404159","geometry":{"type":"Point","coordinates":[-0.1261985,51.4740123]},"properties":{"@type":"node","@id":267404159,"@timestamp":1212094450},"coords":"51.4740123,-0.1261985","bedrooms":"2","price":"213000","area":"369"} , +{"type":"Feature","id":"n267404173","geometry":{"type":"Point","coordinates":[-0.1256799,51.4728082]},"properties":{"@type":"node","@id":267404173,"@timestamp":1212094451},"coords":"51.4728082,-0.1256799","bedrooms":"0","price":"176000","area":"604"} , +{"type":"Feature","id":"n267404183","geometry":{"type":"Point","coordinates":[-0.125473,51.4728001]},"properties":{"@type":"node","@id":267404183,"@timestamp":1212094452},"coords":"51.4728001,-0.125473","bedrooms":"4","price":"151000","area":"495"} , +{"type":"Feature","id":"n267404194","geometry":{"type":"Point","coordinates":[-0.125056,51.4722671]},"properties":{"@type":"node","@id":267404194,"@timestamp":1212094453},"coords":"51.4722671,-0.125056","bedrooms":"3","price":"233000","area":"512"} , +{"type":"Feature","id":"n267404220","geometry":{"type":"Point","coordinates":[-0.1236149,51.4732406]},"properties":{"@type":"node","@id":267404220,"@timestamp":1212094454},"coords":"51.4732406,-0.1236149","bedrooms":"0","price":"251000","area":"483"} , +{"type":"Feature","id":"n267404244","geometry":{"type":"Point","coordinates":[-0.1281995,51.4725467]},"properties":{"@type":"node","@id":267404244,"@timestamp":1212094456},"coords":"51.4725467,-0.1281995","bedrooms":"4","price":"177000","area":"366"} , +{"type":"Feature","id":"n267404254","geometry":{"type":"Point","coordinates":[-0.1274305,51.4726027]},"properties":{"@type":"node","@id":267404254,"@timestamp":1212094457},"coords":"51.4726027,-0.1274305","bedrooms":"3","price":"289000","area":"533"} , +{"type":"Feature","id":"n267404265","geometry":{"type":"Point","coordinates":[-0.1279576,51.4724423]},"properties":{"@type":"node","@id":267404265,"@timestamp":1212094458},"coords":"51.4724423,-0.1279576","bedrooms":"1","price":"285000","area":"487"} , +{"type":"Feature","id":"n267404275","geometry":{"type":"Point","coordinates":[-0.1254104,51.4719246]},"properties":{"@type":"node","@id":267404275,"@timestamp":1212094458},"coords":"51.4719246,-0.1254104","bedrooms":"4","price":"253000","area":"514"} , +{"type":"Feature","id":"n267404285","geometry":{"type":"Point","coordinates":[-0.1267988,51.4716909]},"properties":{"@type":"node","@id":267404285,"@timestamp":1212094459},"coords":"51.4716909,-0.1267988","bedrooms":"1","price":"204000","area":"461"} , +{"type":"Feature","id":"n267404295","geometry":{"type":"Point","coordinates":[-0.1256864,51.4714895]},"properties":{"@type":"node","@id":267404295,"@timestamp":1212094460},"coords":"51.4714895,-0.1256864","bedrooms":"4","price":"274000","area":"485"} , +{"type":"Feature","id":"n267404305","geometry":{"type":"Point","coordinates":[-0.1250222,51.4710358]},"properties":{"@type":"node","@id":267404305,"@timestamp":1212094460},"coords":"51.4710358,-0.1250222","bedrooms":"1","price":"272000","area":"602"} , +{"type":"Feature","id":"n267431951","geometry":{"type":"Point","coordinates":[-0.1247227,51.5012403]},"properties":{"@type":"node","@id":267431951,"@timestamp":1392298724},"coords":"51.5012403,-0.1247227","bedrooms":"4","price":"292000","area":"496"} , +{"type":"Feature","id":"n267504740","geometry":{"type":"Point","coordinates":[-0.4819902,51.4554352]},"properties":{"@type":"node","@id":267504740,"@timestamp":1212324629},"coords":"51.4554352,-0.4819902","bedrooms":"3","price":"249000","area":"572"} , +{"type":"Feature","id":"n267519032","geometry":{"type":"Point","coordinates":[-0.4377842,51.448614]},"properties":{"@type":"node","@id":267519032,"@timestamp":1212162609},"coords":"51.448614,-0.4377842","bedrooms":"0","price":"214000","area":"541"} , +{"type":"Feature","id":"n267521265","geometry":{"type":"Point","coordinates":[-0.4287232,51.4491335]},"properties":{"@type":"node","@id":267521265,"@timestamp":1212163612},"coords":"51.4491335,-0.4287232","bedrooms":"0","price":"265000","area":"469"} , +{"type":"Feature","id":"n267531453","geometry":{"type":"Point","coordinates":[-1.0001409,51.9146931]},"properties":{"@type":"node","@id":267531453,"@timestamp":1628813417},"coords":"51.9146931,-1.0001409","bedrooms":"2","price":"230000","area":"591"} , +{"type":"Feature","id":"n267535080","geometry":{"type":"Point","coordinates":[-1.0055049,51.9097678]},"properties":{"@type":"node","@id":267535080,"@timestamp":1234485732},"coords":"51.9097678,-1.0055049","bedrooms":"1","price":"188000","area":"450"} , +{"type":"Feature","id":"n267544815","geometry":{"type":"Point","coordinates":[-1.0249095,51.9189052]},"properties":{"@type":"node","@id":267544815,"@timestamp":1239713296},"coords":"51.9189052,-1.0249095","bedrooms":"2","price":"236000","area":"361"} , +{"type":"Feature","id":"n267546201","geometry":{"type":"Point","coordinates":[0.026994,51.5766791]},"properties":{"@type":"node","@id":267546201,"@timestamp":1212176400},"coords":"51.5766791,0.026994","bedrooms":"1","price":"257000","area":"507"} , +{"type":"Feature","id":"n267564495","geometry":{"type":"Point","coordinates":[-0.3952639,51.1765172]},"properties":{"@type":"node","@id":267564495,"@timestamp":1212184433},"coords":"51.1765172,-0.3952639","bedrooms":"4","price":"150000","area":"354"} , +{"type":"Feature","id":"n267567490","geometry":{"type":"Point","coordinates":[-0.4813537,51.1603736]},"properties":{"@type":"node","@id":267567490,"@timestamp":1212185051},"coords":"51.1603736,-0.4813537","bedrooms":"4","price":"216000","area":"608"} , +{"type":"Feature","id":"n267585850","geometry":{"type":"Point","coordinates":[-0.5155384,51.4350634]},"properties":{"@type":"node","@id":267585850,"@timestamp":1629866622},"coords":"51.4350634,-0.5155384","bedrooms":"4","price":"272000","area":"445"} , +{"type":"Feature","id":"n267588818","geometry":{"type":"Point","coordinates":[-0.1516199,51.3750958]},"properties":{"@type":"node","@id":267588818,"@timestamp":1212193257},"coords":"51.3750958,-0.1516199","bedrooms":"4","price":"236000","area":"685"} , +{"type":"Feature","id":"n267624458","geometry":{"type":"Point","coordinates":[-0.6638965,51.9215285]},"properties":{"@type":"node","@id":267624458,"@timestamp":1212227767},"coords":"51.9215285,-0.6638965","bedrooms":"1","price":"232000","area":"415"} , +{"type":"Feature","id":"n267629334","geometry":{"type":"Point","coordinates":[-0.55744,51.4420834]},"properties":{"@type":"node","@id":267629334,"@timestamp":1212229698},"coords":"51.4420834,-0.55744","bedrooms":"1","price":"253000","area":"608"} , +{"type":"Feature","id":"n267640528","geometry":{"type":"Point","coordinates":[-0.1280578,51.4715069]},"properties":{"@type":"node","@id":267640528,"@timestamp":1212233778},"coords":"51.4715069,-0.1280578","bedrooms":"4","price":"238000","area":"571"} , +{"type":"Feature","id":"n267640540","geometry":{"type":"Point","coordinates":[-0.1267219,51.4712414]},"properties":{"@type":"node","@id":267640540,"@timestamp":1212233779},"coords":"51.4712414,-0.1267219","bedrooms":"3","price":"201000","area":"598"} , +{"type":"Feature","id":"n267640552","geometry":{"type":"Point","coordinates":[-0.1259322,51.4709026]},"properties":{"@type":"node","@id":267640552,"@timestamp":1212233780},"coords":"51.4709026,-0.1259322","bedrooms":"4","price":"240000","area":"377"} , +{"type":"Feature","id":"n267640565","geometry":{"type":"Point","coordinates":[-0.1259667,51.470865]},"properties":{"@type":"node","@id":267640565,"@timestamp":1212233781},"coords":"51.470865,-0.1259667","bedrooms":"3","price":"237000","area":"544"} , +{"type":"Feature","id":"n267640577","geometry":{"type":"Point","coordinates":[-0.1268161,51.470673]},"properties":{"@type":"node","@id":267640577,"@timestamp":1212233782},"coords":"51.470673,-0.1268161","bedrooms":"3","price":"286000","area":"529"} , +{"type":"Feature","id":"n267640592","geometry":{"type":"Point","coordinates":[-0.1259659,51.4703427]},"properties":{"@type":"node","@id":267640592,"@timestamp":1212233782},"coords":"51.4703427,-0.1259659","bedrooms":"3","price":"288000","area":"364"} , +{"type":"Feature","id":"n267640618","geometry":{"type":"Point","coordinates":[-0.1317832,51.4669637]},"properties":{"@type":"node","@id":267640618,"@timestamp":1212233784},"coords":"51.4669637,-0.1317832","bedrooms":"3","price":"267000","area":"351"} , +{"type":"Feature","id":"n267640632","geometry":{"type":"Point","coordinates":[-0.1323091,51.4669157]},"properties":{"@type":"node","@id":267640632,"@timestamp":1212233785},"coords":"51.4669157,-0.1323091","bedrooms":"1","price":"188000","area":"392"} , +{"type":"Feature","id":"n267642726","geometry":{"type":"Point","coordinates":[-0.1280492,51.4685028]},"properties":{"@type":"node","@id":267642726,"@timestamp":1212234319},"coords":"51.4685028,-0.1280492","bedrooms":"0","price":"281000","area":"675"} , +{"type":"Feature","id":"n267652989","geometry":{"type":"Point","coordinates":[-0.1235701,51.4706734]},"properties":{"@type":"node","@id":267652989,"@timestamp":1212237065},"coords":"51.4706734,-0.1235701","bedrooms":"0","price":"229000","area":"376"} , +{"type":"Feature","id":"n267653022","geometry":{"type":"Point","coordinates":[-0.1222294,51.4715409]},"properties":{"@type":"node","@id":267653022,"@timestamp":1212237067},"coords":"51.4715409,-0.1222294","bedrooms":"3","price":"265000","area":"535"} , +{"type":"Feature","id":"n267653038","geometry":{"type":"Point","coordinates":[-0.1223976,51.4714576]},"properties":{"@type":"node","@id":267653038,"@timestamp":1212237068},"coords":"51.4714576,-0.1223976","bedrooms":"1","price":"192000","area":"608"} , +{"type":"Feature","id":"n267653053","geometry":{"type":"Point","coordinates":[-0.1213024,51.4707405]},"properties":{"@type":"node","@id":267653053,"@timestamp":1212237069},"coords":"51.4707405,-0.1213024","bedrooms":"4","price":"227000","area":"637"} , +{"type":"Feature","id":"n267653081","geometry":{"type":"Point","coordinates":[-0.1213937,51.4701035]},"properties":{"@type":"node","@id":267653081,"@timestamp":1212237071},"coords":"51.4701035,-0.1213937","bedrooms":"4","price":"284000","area":"463"} , +{"type":"Feature","id":"n267653096","geometry":{"type":"Point","coordinates":[-0.1211641,51.469646]},"properties":{"@type":"node","@id":267653096,"@timestamp":1212237072},"coords":"51.469646,-0.1211641","bedrooms":"1","price":"288000","area":"583"} , +{"type":"Feature","id":"n267659604","geometry":{"type":"Point","coordinates":[-0.671948,51.8111048]},"properties":{"@type":"node","@id":267659604,"@timestamp":1212239205},"coords":"51.8111048,-0.671948","bedrooms":"0","price":"205000","area":"517"} , +{"type":"Feature","id":"n267701338","geometry":{"type":"Point","coordinates":[-0.5531973,51.3211113]},"properties":{"@type":"node","@id":267701338,"@timestamp":1402690572},"coords":"51.3211113,-0.5531973","bedrooms":"4","price":"229000","area":"589"} , +{"type":"Feature","id":"n267702632","geometry":{"type":"Point","coordinates":[-0.6659191,51.7914788]},"properties":{"@type":"node","@id":267702632,"@timestamp":1402147585},"coords":"51.7914788,-0.6659191","bedrooms":"4","price":"290000","area":"473"} , +{"type":"Feature","id":"n267703118","geometry":{"type":"Point","coordinates":[-0.5744704,51.2724165]},"properties":{"@type":"node","@id":267703118,"@timestamp":1212254558},"coords":"51.2724165,-0.5744704","bedrooms":"1","price":"283000","area":"699"} , +{"type":"Feature","id":"n267717374","geometry":{"type":"Point","coordinates":[-0.5502983,51.3238667]},"properties":{"@type":"node","@id":267717374,"@timestamp":1212256117},"coords":"51.3238667,-0.5502983","bedrooms":"1","price":"192000","area":"563"} , +{"type":"Feature","id":"n267720947","geometry":{"type":"Point","coordinates":[-0.5688227,51.3170759]},"properties":{"@type":"node","@id":267720947,"@timestamp":1212257293},"coords":"51.3170759,-0.5688227","bedrooms":"1","price":"174000","area":"547"} , +{"type":"Feature","id":"n267724169","geometry":{"type":"Point","coordinates":[-0.5730093,51.3091654]},"properties":{"@type":"node","@id":267724169,"@timestamp":1352670342},"coords":"51.3091654,-0.5730093","bedrooms":"1","price":"229000","area":"486"} , +{"type":"Feature","id":"n267724860","geometry":{"type":"Point","coordinates":[-0.5762473,51.3100063]},"properties":{"@type":"node","@id":267724860,"@timestamp":1212258635},"coords":"51.3100063,-0.5762473","bedrooms":"3","price":"233000","area":"693"} , +{"type":"Feature","id":"n267727690","geometry":{"type":"Point","coordinates":[-0.5788859,51.3099576]},"properties":{"@type":"node","@id":267727690,"@timestamp":1212259412},"coords":"51.3099576,-0.5788859","bedrooms":"1","price":"284000","area":"643"} , +{"type":"Feature","id":"n267728245","geometry":{"type":"Point","coordinates":[-0.5803055,51.3028995]},"properties":{"@type":"node","@id":267728245,"@timestamp":1212259532},"coords":"51.3028995,-0.5803055","bedrooms":"3","price":"266000","area":"480"} , +{"type":"Feature","id":"n267729316","geometry":{"type":"Point","coordinates":[-0.5921149,51.3076932]},"properties":{"@type":"node","@id":267729316,"@timestamp":1212259878},"coords":"51.3076932,-0.5921149","bedrooms":"1","price":"282000","area":"640"} , +{"type":"Feature","id":"n267729346","geometry":{"type":"Point","coordinates":[-0.5874284,51.3035104]},"properties":{"@type":"node","@id":267729346,"@timestamp":1212259880},"coords":"51.3035104,-0.5874284","bedrooms":"3","price":"238000","area":"654"} , +{"type":"Feature","id":"n267729374","geometry":{"type":"Point","coordinates":[-0.5820133,51.3030785]},"properties":{"@type":"node","@id":267729374,"@timestamp":1212259880},"coords":"51.3030785,-0.5820133","bedrooms":"1","price":"189000","area":"479"} , +{"type":"Feature","id":"n267729435","geometry":{"type":"Point","coordinates":[-0.5772086,51.304342]},"properties":{"@type":"node","@id":267729435,"@timestamp":1212259884},"coords":"51.304342,-0.5772086","bedrooms":"3","price":"181000","area":"540"} , +{"type":"Feature","id":"n267729552","geometry":{"type":"Point","coordinates":[-0.5809394,51.3017465]},"properties":{"@type":"node","@id":267729552,"@timestamp":1212259889},"coords":"51.3017465,-0.5809394","bedrooms":"0","price":"195000","area":"512"} , +{"type":"Feature","id":"n267729670","geometry":{"type":"Point","coordinates":[-0.5770042,51.2972046]},"properties":{"@type":"node","@id":267729670,"@timestamp":1342405173},"coords":"51.2972046,-0.5770042","bedrooms":"1","price":"188000","area":"454"} , +{"type":"Feature","id":"n267730364","geometry":{"type":"Point","coordinates":[-0.5790818,51.306473]},"properties":{"@type":"node","@id":267730364,"@timestamp":1212260076},"coords":"51.306473,-0.5790818","bedrooms":"3","price":"282000","area":"364"} , +{"type":"Feature","id":"n267735000","geometry":{"type":"Point","coordinates":[-0.5598019,51.320448]},"properties":{"@type":"node","@id":267735000,"@timestamp":1553284030},"coords":"51.320448,-0.5598019","bedrooms":"4","price":"268000","area":"642"} , +{"type":"Feature","id":"n267736811","geometry":{"type":"Point","coordinates":[-0.5925562,51.3076092]},"properties":{"@type":"node","@id":267736811,"@timestamp":1212262246},"coords":"51.3076092,-0.5925562","bedrooms":"1","price":"222000","area":"681"} , +{"type":"Feature","id":"n267740065","geometry":{"type":"Point","coordinates":[-0.5597536,51.3074266]},"properties":{"@type":"node","@id":267740065,"@timestamp":1429125148},"coords":"51.3074266,-0.5597536","bedrooms":"3","price":"195000","area":"591"} , +{"type":"Feature","id":"n267741469","geometry":{"type":"Point","coordinates":[-0.555621,51.3037373]},"properties":{"@type":"node","@id":267741469,"@timestamp":1212264226},"coords":"51.3037373,-0.555621","bedrooms":"0","price":"182000","area":"585"} , +{"type":"Feature","id":"n267742563","geometry":{"type":"Point","coordinates":[-0.552716,51.3051498]},"properties":{"@type":"node","@id":267742563,"@timestamp":1212264531},"coords":"51.3051498,-0.552716","bedrooms":"2","price":"197000","area":"492"} , +{"type":"Feature","id":"n267742718","geometry":{"type":"Point","coordinates":[-0.5513398,51.3029734]},"properties":{"@type":"node","@id":267742718,"@timestamp":1581806666},"coords":"51.3029734,-0.5513398","bedrooms":"2","price":"170000","area":"451"} , +{"type":"Feature","id":"n267743822","geometry":{"type":"Point","coordinates":[-0.5549006,51.3011163]},"properties":{"@type":"node","@id":267743822,"@timestamp":1212265261},"coords":"51.3011163,-0.5549006","bedrooms":"0","price":"248000","area":"679"} , +{"type":"Feature","id":"n267743833","geometry":{"type":"Point","coordinates":[-0.5536921,51.301154]},"properties":{"@type":"node","@id":267743833,"@timestamp":1212265262},"coords":"51.301154,-0.5536921","bedrooms":"2","price":"283000","area":"463"} , +{"type":"Feature","id":"n267745132","geometry":{"type":"Point","coordinates":[-0.5577007,51.3000655]},"properties":{"@type":"node","@id":267745132,"@timestamp":1212265452},"coords":"51.3000655,-0.5577007","bedrooms":"0","price":"272000","area":"624"} , +{"type":"Feature","id":"n267746477","geometry":{"type":"Point","coordinates":[-0.5605808,51.2993627]},"properties":{"@type":"node","@id":267746477,"@timestamp":1212265552},"coords":"51.2993627,-0.5605808","bedrooms":"1","price":"268000","area":"383"} , +{"type":"Feature","id":"n267749787","geometry":{"type":"Point","coordinates":[-0.5593029,51.3011823]},"properties":{"@type":"node","@id":267749787,"@timestamp":1212265814},"coords":"51.3011823,-0.5593029","bedrooms":"4","price":"277000","area":"378"} , +{"type":"Feature","id":"n267754405","geometry":{"type":"Point","coordinates":[-0.5644784,51.295665]},"properties":{"@type":"node","@id":267754405,"@timestamp":1212266202},"coords":"51.295665,-0.5644784","bedrooms":"4","price":"238000","area":"624"} , +{"type":"Feature","id":"n267757765","geometry":{"type":"Point","coordinates":[-0.5569345,51.2795664]},"properties":{"@type":"node","@id":267757765,"@timestamp":1235826061},"coords":"51.2795664,-0.5569345","bedrooms":"2","price":"289000","area":"537"} , +{"type":"Feature","id":"n267769027","geometry":{"type":"Point","coordinates":[-0.51364,51.2249469]},"properties":{"@type":"node","@id":267769027,"@timestamp":1212270338},"coords":"51.2249469,-0.51364","bedrooms":"2","price":"171000","area":"357"} , +{"type":"Feature","id":"n267783818","geometry":{"type":"Point","coordinates":[-0.3739595,51.5835267]},"properties":{"@type":"node","@id":267783818,"@timestamp":1342385963},"coords":"51.5835267,-0.3739595","bedrooms":"2","price":"184000","area":"555"} , +{"type":"Feature","id":"n267786290","geometry":{"type":"Point","coordinates":[-0.4316481,51.752319]},"properties":{"@type":"node","@id":267786290,"@timestamp":1431189229},"coords":"51.752319,-0.4316481","bedrooms":"3","price":"224000","area":"351"} , +{"type":"Feature","id":"n267815519","geometry":{"type":"Point","coordinates":[-0.5560545,51.2828428]},"properties":{"@type":"node","@id":267815519,"@timestamp":1212306549},"coords":"51.2828428,-0.5560545","bedrooms":"1","price":"193000","area":"450"} , +{"type":"Feature","id":"n267817685","geometry":{"type":"Point","coordinates":[-0.5462299,51.3017274]},"properties":{"@type":"node","@id":267817685,"@timestamp":1212307892},"coords":"51.3017274,-0.5462299","bedrooms":"2","price":"201000","area":"485"} , +{"type":"Feature","id":"n267820886","geometry":{"type":"Point","coordinates":[0.000748,51.5405743]},"properties":{"@type":"node","@id":267820886,"@timestamp":1617563744},"coords":"51.5405743,0.000748","bedrooms":"4","price":"189000","area":"575"} , +{"type":"Feature","id":"n267826243","geometry":{"type":"Point","coordinates":[-0.3368373,51.7413334]},"properties":{"@type":"node","@id":267826243,"@timestamp":1626550751},"coords":"51.7413334,-0.3368373","bedrooms":"3","price":"257000","area":"353"} , +{"type":"Feature","id":"n267853366","geometry":{"type":"Point","coordinates":[-0.4715532,51.4576974]},"properties":{"@type":"node","@id":267853366,"@timestamp":1212324072},"coords":"51.4576974,-0.4715532","bedrooms":"2","price":"294000","area":"654"} , +{"type":"Feature","id":"n267856951","geometry":{"type":"Point","coordinates":[-0.1987358,51.4056779]},"properties":{"@type":"node","@id":267856951,"@timestamp":1212325028},"coords":"51.4056779,-0.1987358","bedrooms":"0","price":"150000","area":"558"} , +{"type":"Feature","id":"n267856986","geometry":{"type":"Point","coordinates":[-0.1974832,51.400309]},"properties":{"@type":"node","@id":267856986,"@timestamp":1576919110},"coords":"51.400309,-0.1974832","bedrooms":"0","price":"201000","area":"444"} , +{"type":"Feature","id":"n267885627","geometry":{"type":"Point","coordinates":[-0.8295821,51.4119669]},"properties":{"@type":"node","@id":267885627,"@timestamp":1530883450},"coords":"51.4119669,-0.8295821","bedrooms":"1","price":"293000","area":"353"} , +{"type":"Feature","id":"n267900062","geometry":{"type":"Point","coordinates":[-0.5567542,51.3100521]},"properties":{"@type":"node","@id":267900062,"@timestamp":1212339014},"coords":"51.3100521,-0.5567542","bedrooms":"4","price":"228000","area":"558"} , +{"type":"Feature","id":"n267903333","geometry":{"type":"Point","coordinates":[-0.556358,51.31186]},"properties":{"@type":"node","@id":267903333,"@timestamp":1212339971},"coords":"51.31186,-0.556358","bedrooms":"4","price":"167000","area":"382"} , +{"type":"Feature","id":"n267905065","geometry":{"type":"Point","coordinates":[-0.5582706,51.3105608]},"properties":{"@type":"node","@id":267905065,"@timestamp":1496862834},"coords":"51.3105608,-0.5582706","bedrooms":"2","price":"192000","area":"494"} , +{"type":"Feature","id":"n267915101","geometry":{"type":"Point","coordinates":[-0.5481876,51.3109137]},"properties":{"@type":"node","@id":267915101,"@timestamp":1212341442},"coords":"51.3109137,-0.5481876","bedrooms":"1","price":"285000","area":"379"} , +{"type":"Feature","id":"n267916958","geometry":{"type":"Point","coordinates":[-0.2730005,51.88823]},"properties":{"@type":"node","@id":267916958,"@timestamp":1591536978},"coords":"51.88823,-0.2730005","bedrooms":"0","price":"242000","area":"480"} , +{"type":"Feature","id":"n267924119","geometry":{"type":"Point","coordinates":[-0.6671368,51.812592]},"properties":{"@type":"node","@id":267924119,"@timestamp":1212343965},"coords":"51.812592,-0.6671368","bedrooms":"4","price":"177000","area":"432"} , +{"type":"Feature","id":"n267925995","geometry":{"type":"Point","coordinates":[-0.5575712,51.3138177]},"properties":{"@type":"node","@id":267925995,"@timestamp":1212344518},"coords":"51.3138177,-0.5575712","bedrooms":"4","price":"201000","area":"439"} , +{"type":"Feature","id":"n267927537","geometry":{"type":"Point","coordinates":[-0.5583365,51.3134741]},"properties":{"@type":"node","@id":267927537,"@timestamp":1212344852},"coords":"51.3134741,-0.5583365","bedrooms":"1","price":"256000","area":"479"} , +{"type":"Feature","id":"n267928652","geometry":{"type":"Point","coordinates":[-0.5707691,51.2870961]},"properties":{"@type":"node","@id":267928652,"@timestamp":1212345343},"coords":"51.2870961,-0.5707691","bedrooms":"0","price":"298000","area":"367"} , +{"type":"Feature","id":"n267929362","geometry":{"type":"Point","coordinates":[-0.5726253,51.2914207]},"properties":{"@type":"node","@id":267929362,"@timestamp":1212348644},"coords":"51.2914207,-0.5726253","bedrooms":"4","price":"260000","area":"582"} , +{"type":"Feature","id":"n267930301","geometry":{"type":"Point","coordinates":[-0.5693129,51.2935526]},"properties":{"@type":"node","@id":267930301,"@timestamp":1212345887},"coords":"51.2935526,-0.5693129","bedrooms":"0","price":"281000","area":"666"} , +{"type":"Feature","id":"n267932308","geometry":{"type":"Point","coordinates":[-0.5483236,51.3114126]},"properties":{"@type":"node","@id":267932308,"@timestamp":1522963890},"coords":"51.3114126,-0.5483236","bedrooms":"0","price":"223000","area":"645"} , +{"type":"Feature","id":"n267935099","geometry":{"type":"Point","coordinates":[-0.261645,51.8899851]},"properties":{"@type":"node","@id":267935099,"@timestamp":1613923280},"coords":"51.8899851,-0.261645","bedrooms":"1","price":"152000","area":"455"} , +{"type":"Feature","id":"n267936679","geometry":{"type":"Point","coordinates":[-0.5638748,51.3024033]},"properties":{"@type":"node","@id":267936679,"@timestamp":1212347360},"coords":"51.3024033,-0.5638748","bedrooms":"0","price":"229000","area":"684"} , +{"type":"Feature","id":"n267936917","geometry":{"type":"Point","coordinates":[-0.5635455,51.3025354]},"properties":{"@type":"node","@id":267936917,"@timestamp":1212347433},"coords":"51.3025354,-0.5635455","bedrooms":"3","price":"253000","area":"517"} , +{"type":"Feature","id":"n267937672","geometry":{"type":"Point","coordinates":[-0.5640474,51.3015068]},"properties":{"@type":"node","@id":267937672,"@timestamp":1212347638},"coords":"51.3015068,-0.5640474","bedrooms":"1","price":"246000","area":"431"} , +{"type":"Feature","id":"n267939421","geometry":{"type":"Point","coordinates":[-0.5676706,51.3007944]},"properties":{"@type":"node","@id":267939421,"@timestamp":1212348029},"coords":"51.3007944,-0.5676706","bedrooms":"1","price":"191000","area":"689"} , +{"type":"Feature","id":"n267939771","geometry":{"type":"Point","coordinates":[-1.1149905,51.3490172]},"properties":{"@type":"node","@id":267939771,"@timestamp":1212867863},"coords":"51.3490172,-1.1149905","bedrooms":"0","price":"295000","area":"432"} , +{"type":"Feature","id":"n267939809","geometry":{"type":"Point","coordinates":[-1.114417,51.3517667]},"properties":{"@type":"node","@id":267939809,"@timestamp":1212348059},"coords":"51.3517667,-1.114417","bedrooms":"2","price":"259000","area":"690"} , +{"type":"Feature","id":"n267939833","geometry":{"type":"Point","coordinates":[-1.1157944,51.3555423]},"properties":{"@type":"node","@id":267939833,"@timestamp":1212348060},"coords":"51.3555423,-1.1157944","bedrooms":"3","price":"182000","area":"621"} , +{"type":"Feature","id":"n267941674","geometry":{"type":"Point","coordinates":[-0.56645,51.296926]},"properties":{"@type":"node","@id":267941674,"@timestamp":1284288102},"coords":"51.296926,-0.56645","bedrooms":"4","price":"260000","area":"499"} , +{"type":"Feature","id":"n267942007","geometry":{"type":"Point","coordinates":[-0.5653808,51.2951082]},"properties":{"@type":"node","@id":267942007,"@timestamp":1415805807},"coords":"51.2951082,-0.5653808","bedrooms":"1","price":"217000","area":"433"} , +{"type":"Feature","id":"n267942301","geometry":{"type":"Point","coordinates":[-0.5586708,51.2943455]},"properties":{"@type":"node","@id":267942301,"@timestamp":1212348782},"coords":"51.2943455,-0.5586708","bedrooms":"2","price":"280000","area":"517"} , +{"type":"Feature","id":"n267942625","geometry":{"type":"Point","coordinates":[-0.5611724,51.2962734]},"properties":{"@type":"node","@id":267942625,"@timestamp":1212348938},"coords":"51.2962734,-0.5611724","bedrooms":"3","price":"208000","area":"511"} , +{"type":"Feature","id":"n267944083","geometry":{"type":"Point","coordinates":[-1.1156632,51.356905]},"properties":{"@type":"node","@id":267944083,"@timestamp":1212349492},"coords":"51.356905,-1.1156632","bedrooms":"0","price":"250000","area":"405"} , +{"type":"Feature","id":"n267944093","geometry":{"type":"Point","coordinates":[-1.1143265,51.3568055]},"properties":{"@type":"node","@id":267944093,"@timestamp":1212349493},"coords":"51.3568055,-1.1143265","bedrooms":"1","price":"284000","area":"623"} , +{"type":"Feature","id":"n267944105","geometry":{"type":"Point","coordinates":[-1.1127849,51.356952]},"properties":{"@type":"node","@id":267944105,"@timestamp":1212349495},"coords":"51.356952,-1.1127849","bedrooms":"4","price":"255000","area":"629"} , +{"type":"Feature","id":"n267947816","geometry":{"type":"Point","coordinates":[-1.1085466,51.3572259]},"properties":{"@type":"node","@id":267947816,"@timestamp":1234485939},"coords":"51.3572259,-1.1085466","bedrooms":"0","price":"285000","area":"557"} , +{"type":"Feature","id":"n267947852","geometry":{"type":"Point","coordinates":[-1.1023984,51.3548692]},"properties":{"@type":"node","@id":267947852,"@timestamp":1446500328},"coords":"51.3548692,-1.1023984","bedrooms":"2","price":"241000","area":"523"} , +{"type":"Feature","id":"n267950095","geometry":{"type":"Point","coordinates":[-0.0434778,51.7141517]},"properties":{"@type":"node","@id":267950095,"@timestamp":1444652019},"coords":"51.7141517,-0.0434778","bedrooms":"3","price":"195000","area":"538"} , +{"type":"Feature","id":"n267950109","geometry":{"type":"Point","coordinates":[-1.1045226,51.3514069]},"properties":{"@type":"node","@id":267950109,"@timestamp":1212350718},"coords":"51.3514069,-1.1045226","bedrooms":"3","price":"248000","area":"449"} , +{"type":"Feature","id":"n267950119","geometry":{"type":"Point","coordinates":[-1.1022771,51.3513703]},"properties":{"@type":"node","@id":267950119,"@timestamp":1212350719},"coords":"51.3513703,-1.1022771","bedrooms":"4","price":"223000","area":"410"} , +{"type":"Feature","id":"n267950129","geometry":{"type":"Point","coordinates":[-1.1036466,51.3517166]},"properties":{"@type":"node","@id":267950129,"@timestamp":1212350720},"coords":"51.3517166,-1.1036466","bedrooms":"2","price":"258000","area":"676"} , +{"type":"Feature","id":"n267950147","geometry":{"type":"Point","coordinates":[-1.1023308,51.3538209]},"properties":{"@type":"node","@id":267950147,"@timestamp":1212350722},"coords":"51.3538209,-1.1023308","bedrooms":"4","price":"278000","area":"351"} , +{"type":"Feature","id":"n267959513","geometry":{"type":"Point","coordinates":[-1.0988023,51.353183]},"properties":{"@type":"node","@id":267959513,"@timestamp":1212352939},"coords":"51.353183,-1.0988023","bedrooms":"2","price":"167000","area":"352"} , +{"type":"Feature","id":"n267974187","geometry":{"type":"Point","coordinates":[-1.1065408,51.3580373]},"properties":{"@type":"node","@id":267974187,"@timestamp":1234121027},"coords":"51.3580373,-1.1065408","bedrooms":"3","price":"229000","area":"465"} , +{"type":"Feature","id":"n267975042","geometry":{"type":"Point","coordinates":[-1.0987368,51.3540357]},"properties":{"@type":"node","@id":267975042,"@timestamp":1212357441},"coords":"51.3540357,-1.0987368","bedrooms":"0","price":"236000","area":"604"} , +{"type":"Feature","id":"n267975969","geometry":{"type":"Point","coordinates":[-1.1002925,51.3570247]},"properties":{"@type":"node","@id":267975969,"@timestamp":1212357962},"coords":"51.3570247,-1.1002925","bedrooms":"1","price":"231000","area":"640"} , +{"type":"Feature","id":"n267976264","geometry":{"type":"Point","coordinates":[-1.1017624,51.3551242]},"properties":{"@type":"node","@id":267976264,"@timestamp":1424020984},"coords":"51.3551242,-1.1017624","bedrooms":"0","price":"152000","area":"520"} , +{"type":"Feature","id":"n267976505","geometry":{"type":"Point","coordinates":[-1.1037565,51.3489193]},"properties":{"@type":"node","@id":267976505,"@timestamp":1234486698},"coords":"51.3489193,-1.1037565","bedrooms":"2","price":"261000","area":"466"} , +{"type":"Feature","id":"n267977234","geometry":{"type":"Point","coordinates":[-1.0980327,51.3548413]},"properties":{"@type":"node","@id":267977234,"@timestamp":1212358999},"coords":"51.3548413,-1.0980327","bedrooms":"0","price":"230000","area":"533"} , +{"type":"Feature","id":"n267977850","geometry":{"type":"Point","coordinates":[-1.1070426,51.3577085]},"properties":{"@type":"node","@id":267977850,"@timestamp":1212359192},"coords":"51.3577085,-1.1070426","bedrooms":"4","price":"184000","area":"456"} , +{"type":"Feature","id":"n267977863","geometry":{"type":"Point","coordinates":[-1.1073724,51.3579957]},"properties":{"@type":"node","@id":267977863,"@timestamp":1212359193},"coords":"51.3579957,-1.1073724","bedrooms":"3","price":"169000","area":"579"} , +{"type":"Feature","id":"n267980924","geometry":{"type":"Point","coordinates":[0.3665666,51.5121455]},"properties":{"@type":"node","@id":267980924,"@timestamp":1212360641},"coords":"51.5121455,0.3665666","bedrooms":"4","price":"265000","area":"511"} , +{"type":"Feature","id":"n267983324","geometry":{"type":"Point","coordinates":[-0.6148942,51.3220677]},"properties":{"@type":"node","@id":267983324,"@timestamp":1212362179},"coords":"51.3220677,-0.6148942","bedrooms":"2","price":"180000","area":"689"} , +{"type":"Feature","id":"n267988060","geometry":{"type":"Point","coordinates":[-0.5741914,51.3137079]},"properties":{"@type":"node","@id":267988060,"@timestamp":1501271868},"coords":"51.3137079,-0.5741914","bedrooms":"2","price":"271000","area":"407"} , +{"type":"Feature","id":"n267989606","geometry":{"type":"Point","coordinates":[-0.5700718,51.3170618]},"properties":{"@type":"node","@id":267989606,"@timestamp":1465755828},"coords":"51.3170618,-0.5700718","bedrooms":"1","price":"246000","area":"674"} , +{"type":"Feature","id":"n268022507","geometry":{"type":"Point","coordinates":[-0.5548173,51.4263462]},"properties":{"@type":"node","@id":268022507,"@timestamp":1606750494},"coords":"51.4263462,-0.5548173","bedrooms":"0","price":"200000","area":"642"} , +{"type":"Feature","id":"n268023715","geometry":{"type":"Point","coordinates":[-0.5595461,51.4307945]},"properties":{"@type":"node","@id":268023715,"@timestamp":1212401055},"coords":"51.4307945,-0.5595461","bedrooms":"4","price":"255000","area":"369"} , +{"type":"Feature","id":"n268023727","geometry":{"type":"Point","coordinates":[-0.5668722,51.4326095]},"properties":{"@type":"node","@id":268023727,"@timestamp":1212401056},"coords":"51.4326095,-0.5668722","bedrooms":"4","price":"209000","area":"661"} , +{"type":"Feature","id":"n268030787","geometry":{"type":"Point","coordinates":[-0.57185,51.4292318]},"properties":{"@type":"node","@id":268030787,"@timestamp":1574240819},"coords":"51.4292318,-0.57185","bedrooms":"3","price":"247000","area":"359"} , +{"type":"Feature","id":"n268031402","geometry":{"type":"Point","coordinates":[-0.5633687,51.4305106]},"properties":{"@type":"node","@id":268031402,"@timestamp":1212403792},"coords":"51.4305106,-0.5633687","bedrooms":"0","price":"277000","area":"622"} , +{"type":"Feature","id":"n268040596","geometry":{"type":"Point","coordinates":[-0.1859132,51.6458522]},"properties":{"@type":"node","@id":268040596,"@timestamp":1296468467},"coords":"51.6458522,-0.1859132","bedrooms":"2","price":"195000","area":"370"} , +{"type":"Feature","id":"n268088361","geometry":{"type":"Point","coordinates":[-0.5125163,51.4345259]},"properties":{"@type":"node","@id":268088361,"@timestamp":1625403571},"coords":"51.4345259,-0.5125163","bedrooms":"4","price":"292000","area":"526"} , +{"type":"Feature","id":"n268120760","geometry":{"type":"Point","coordinates":[-0.4976665,51.4368472]},"properties":{"@type":"node","@id":268120760,"@timestamp":1255538279},"coords":"51.4368472,-0.4976665","bedrooms":"1","price":"193000","area":"448"} , +{"type":"Feature","id":"n268133422","geometry":{"type":"Point","coordinates":[-0.8181563,51.522856]},"properties":{"@type":"node","@id":268133422,"@timestamp":1212446489},"coords":"51.522856,-0.8181563","bedrooms":"0","price":"296000","area":"502"} , +{"type":"Feature","id":"n268133470","geometry":{"type":"Point","coordinates":[-0.8197675,51.5266526]},"properties":{"@type":"node","@id":268133470,"@timestamp":1212446492},"coords":"51.5266526,-0.8197675","bedrooms":"3","price":"296000","area":"370"} , +{"type":"Feature","id":"n268133489","geometry":{"type":"Point","coordinates":[-0.8157477,51.5258484]},"properties":{"@type":"node","@id":268133489,"@timestamp":1222026677},"coords":"51.5258484,-0.8157477","bedrooms":"3","price":"174000","area":"428"} , +{"type":"Feature","id":"n268133521","geometry":{"type":"Point","coordinates":[-0.823066,51.5193669]},"properties":{"@type":"node","@id":268133521,"@timestamp":1212446496},"coords":"51.5193669,-0.823066","bedrooms":"2","price":"201000","area":"461"} , +{"type":"Feature","id":"n268136074","geometry":{"type":"Point","coordinates":[-0.8116989,51.5181748]},"properties":{"@type":"node","@id":268136074,"@timestamp":1212447072},"coords":"51.5181748,-0.8116989","bedrooms":"0","price":"215000","area":"690"} , +{"type":"Feature","id":"n268136223","geometry":{"type":"Point","coordinates":[-0.8095676,51.5154512]},"properties":{"@type":"node","@id":268136223,"@timestamp":1212447074},"coords":"51.5154512,-0.8095676","bedrooms":"4","price":"196000","area":"472"} , +{"type":"Feature","id":"n268136240","geometry":{"type":"Point","coordinates":[-0.8057997,51.5145117]},"properties":{"@type":"node","@id":268136240,"@timestamp":1212447075},"coords":"51.5145117,-0.8057997","bedrooms":"2","price":"175000","area":"609"} , +{"type":"Feature","id":"n268136252","geometry":{"type":"Point","coordinates":[-0.8067131,51.5200063]},"properties":{"@type":"node","@id":268136252,"@timestamp":1212447076},"coords":"51.5200063,-0.8067131","bedrooms":"2","price":"228000","area":"414"} , +{"type":"Feature","id":"n268136269","geometry":{"type":"Point","coordinates":[-0.8049298,51.5242043]},"properties":{"@type":"node","@id":268136269,"@timestamp":1222026668},"coords":"51.5242043,-0.8049298","bedrooms":"4","price":"160000","area":"574"} , +{"type":"Feature","id":"n268136327","geometry":{"type":"Point","coordinates":[-0.79069,51.5240795]},"properties":{"@type":"node","@id":268136327,"@timestamp":1212447085},"coords":"51.5240795,-0.79069","bedrooms":"2","price":"250000","area":"500"} , +{"type":"Feature","id":"n268136340","geometry":{"type":"Point","coordinates":[-0.7896878,51.5203379]},"properties":{"@type":"node","@id":268136340,"@timestamp":1212447086},"coords":"51.5203379,-0.7896878","bedrooms":"4","price":"185000","area":"569"} , +{"type":"Feature","id":"n268136352","geometry":{"type":"Point","coordinates":[-0.7843594,51.5171722]},"properties":{"@type":"node","@id":268136352,"@timestamp":1212447087},"coords":"51.5171722,-0.7843594","bedrooms":"3","price":"252000","area":"359"} , +{"type":"Feature","id":"n268136365","geometry":{"type":"Point","coordinates":[-0.8046579,51.5374647]},"properties":{"@type":"node","@id":268136365,"@timestamp":1212447089},"coords":"51.5374647,-0.8046579","bedrooms":"0","price":"266000","area":"476"} , +{"type":"Feature","id":"n268136380","geometry":{"type":"Point","coordinates":[-0.8019246,51.5342467]},"properties":{"@type":"node","@id":268136380,"@timestamp":1222026672},"coords":"51.5342467,-0.8019246","bedrooms":"3","price":"273000","area":"531"} , +{"type":"Feature","id":"n268136392","geometry":{"type":"Point","coordinates":[-0.7997228,51.5313882]},"properties":{"@type":"node","@id":268136392,"@timestamp":1212447091},"coords":"51.5313882,-0.7997228","bedrooms":"0","price":"210000","area":"384"} , +{"type":"Feature","id":"n268136405","geometry":{"type":"Point","coordinates":[-0.7977564,51.5297545]},"properties":{"@type":"node","@id":268136405,"@timestamp":1212447093},"coords":"51.5297545,-0.7977564","bedrooms":"2","price":"229000","area":"373"} , +{"type":"Feature","id":"n268136917","geometry":{"type":"Point","coordinates":[-0.8126631,51.5323036]},"properties":{"@type":"node","@id":268136917,"@timestamp":1212447233},"coords":"51.5323036,-0.8126631","bedrooms":"0","price":"157000","area":"368"} , +{"type":"Feature","id":"n268137638","geometry":{"type":"Point","coordinates":[-0.793422,51.5236393]},"properties":{"@type":"node","@id":268137638,"@timestamp":1212447391},"coords":"51.5236393,-0.793422","bedrooms":"1","price":"239000","area":"374"} , +{"type":"Feature","id":"n268139506","geometry":{"type":"Point","coordinates":[-0.806246,51.5378095]},"properties":{"@type":"node","@id":268139506,"@timestamp":1212447832},"coords":"51.5378095,-0.806246","bedrooms":"0","price":"186000","area":"569"} , +{"type":"Feature","id":"n268139519","geometry":{"type":"Point","coordinates":[-0.8034994,51.5379117]},"properties":{"@type":"node","@id":268139519,"@timestamp":1212447833},"coords":"51.5379117,-0.8034994","bedrooms":"2","price":"232000","area":"525"} , +{"type":"Feature","id":"n268139532","geometry":{"type":"Point","coordinates":[-0.811299,51.5357057]},"properties":{"@type":"node","@id":268139532,"@timestamp":1212447834},"coords":"51.5357057,-0.811299","bedrooms":"2","price":"215000","area":"546"} , +{"type":"Feature","id":"n268139614","geometry":{"type":"Point","coordinates":[-0.8023736,51.520776]},"properties":{"@type":"node","@id":268139614,"@timestamp":1212447837},"coords":"51.520776,-0.8023736","bedrooms":"3","price":"186000","area":"695"} , +{"type":"Feature","id":"n268139626","geometry":{"type":"Point","coordinates":[-0.8016259,51.5181346]},"properties":{"@type":"node","@id":268139626,"@timestamp":1212447838},"coords":"51.5181346,-0.8016259","bedrooms":"0","price":"279000","area":"675"} , +{"type":"Feature","id":"n268139639","geometry":{"type":"Point","coordinates":[-0.8074869,51.5146824]},"properties":{"@type":"node","@id":268139639,"@timestamp":1212447839},"coords":"51.5146824,-0.8074869","bedrooms":"2","price":"168000","area":"353"} , +{"type":"Feature","id":"n268139790","geometry":{"type":"Point","coordinates":[-0.5967288,51.3166989]},"properties":{"@type":"node","@id":268139790,"@timestamp":1482088844},"coords":"51.3166989,-0.5967288","bedrooms":"4","price":"262000","area":"593"} , +{"type":"Feature","id":"n268147101","geometry":{"type":"Point","coordinates":[-0.4900291,51.7645546]},"properties":{"@type":"node","@id":268147101,"@timestamp":1552733140},"coords":"51.7645546,-0.4900291","bedrooms":"2","price":"268000","area":"597"} , +{"type":"Feature","id":"n268147651","geometry":{"type":"Point","coordinates":[-0.4783537,51.7655298]},"properties":{"@type":"node","@id":268147651,"@timestamp":1328736993},"coords":"51.7655298,-0.4783537","bedrooms":"4","price":"190000","area":"597"} , +{"type":"Feature","id":"n268149147","geometry":{"type":"Point","coordinates":[-0.6864089,51.5085819]},"properties":{"@type":"node","@id":268149147,"@timestamp":1212452920},"coords":"51.5085819,-0.6864089","bedrooms":"2","price":"193000","area":"429"} , +{"type":"Feature","id":"n268149986","geometry":{"type":"Point","coordinates":[-0.6729332,51.4993919]},"properties":{"@type":"node","@id":268149986,"@timestamp":1212453375},"coords":"51.4993919,-0.6729332","bedrooms":"3","price":"259000","area":"616"} , +{"type":"Feature","id":"n268149998","geometry":{"type":"Point","coordinates":[-0.6667736,51.4962972]},"properties":{"@type":"node","@id":268149998,"@timestamp":1212453376},"coords":"51.4962972,-0.6667736","bedrooms":"0","price":"185000","area":"490"} , +{"type":"Feature","id":"n268151354","geometry":{"type":"Point","coordinates":[-0.8863213,51.5501756]},"properties":{"@type":"node","@id":268151354,"@timestamp":1212454821},"coords":"51.5501756,-0.8863213","bedrooms":"3","price":"289000","area":"592"} , +{"type":"Feature","id":"n268203214","geometry":{"type":"Point","coordinates":[-0.691419,51.2138638]},"properties":{"@type":"node","@id":268203214,"@timestamp":1212489905},"coords":"51.2138638,-0.691419","bedrooms":"3","price":"153000","area":"430"} , +{"type":"Feature","id":"n268203231","geometry":{"type":"Point","coordinates":[-0.6903693,51.2138799]},"properties":{"@type":"node","@id":268203231,"@timestamp":1212489906},"coords":"51.2138799,-0.6903693","bedrooms":"1","price":"234000","area":"508"} , +{"type":"Feature","id":"n268203247","geometry":{"type":"Point","coordinates":[-0.6894973,51.213477]},"properties":{"@type":"node","@id":268203247,"@timestamp":1212489907},"coords":"51.213477,-0.6894973","bedrooms":"4","price":"216000","area":"666"} , +{"type":"Feature","id":"n268231682","geometry":{"type":"Point","coordinates":[0.8784512,51.8879433]},"properties":{"@type":"node","@id":268231682,"@timestamp":1538296523},"coords":"51.8879433,0.8784512","bedrooms":"0","price":"272000","area":"525"} , +{"type":"Feature","id":"n268265949","geometry":{"type":"Point","coordinates":[-0.3062539,51.0688733]},"properties":{"@type":"node","@id":268265949,"@timestamp":1212513770},"coords":"51.0688733,-0.3062539","bedrooms":"1","price":"162000","area":"663"} , +{"type":"Feature","id":"n268278075","geometry":{"type":"Point","coordinates":[-0.5587206,51.3201718]},"properties":{"@type":"node","@id":268278075,"@timestamp":1541021818},"coords":"51.3201718,-0.5587206","bedrooms":"1","price":"199000","area":"618"} , +{"type":"Feature","id":"n268303172","geometry":{"type":"Point","coordinates":[-0.9143974,51.4276765]},"properties":{"@type":"node","@id":268303172,"@timestamp":1286566792},"coords":"51.4276765,-0.9143974","bedrooms":"0","price":"276000","area":"352"} , +{"type":"Feature","id":"n268340366","geometry":{"type":"Point","coordinates":[-0.5107547,51.4320401]},"properties":{"@type":"node","@id":268340366,"@timestamp":1212531738},"coords":"51.4320401,-0.5107547","bedrooms":"0","price":"199000","area":"545"} , +{"type":"Feature","id":"n268366952","geometry":{"type":"Point","coordinates":[-1.0532409,51.4421321]},"properties":{"@type":"node","@id":268366952,"@timestamp":1212535238},"coords":"51.4421321,-1.0532409","bedrooms":"4","price":"183000","area":"479"} , +{"type":"Feature","id":"n268366964","geometry":{"type":"Point","coordinates":[-1.0539294,51.4425022]},"properties":{"@type":"node","@id":268366964,"@timestamp":1212535239},"coords":"51.4425022,-1.0539294","bedrooms":"4","price":"268000","area":"595"} , +{"type":"Feature","id":"n268368202","geometry":{"type":"Point","coordinates":[-1.0439246,51.4567385]},"properties":{"@type":"node","@id":268368202,"@timestamp":1355996243},"coords":"51.4567385,-1.0439246","bedrooms":"1","price":"246000","area":"503"} , +{"type":"Feature","id":"n268368244","geometry":{"type":"Point","coordinates":[-1.0202932,51.4507375]},"properties":{"@type":"node","@id":268368244,"@timestamp":1635007024},"coords":"51.4507375,-1.0202932","bedrooms":"4","price":"184000","area":"385"} , +{"type":"Feature","id":"n268368269","geometry":{"type":"Point","coordinates":[-1.0292309,51.4536679]},"properties":{"@type":"node","@id":268368269,"@timestamp":1229451539},"coords":"51.4536679,-1.0292309","bedrooms":"4","price":"214000","area":"467"} , +{"type":"Feature","id":"n268396948","geometry":{"type":"Point","coordinates":[-0.3414048,51.0674625]},"properties":{"@type":"node","@id":268396948,"@timestamp":1538945302},"coords":"51.0674625,-0.3414048","bedrooms":"1","price":"182000","area":"606"} , +{"type":"Feature","id":"n268412734","geometry":{"type":"Point","coordinates":[-0.1732709,51.6486171]},"properties":{"@type":"node","@id":268412734,"@timestamp":1603381764},"coords":"51.6486171,-0.1732709","bedrooms":"4","price":"209000","area":"507"} , +{"type":"Feature","id":"n268430691","geometry":{"type":"Point","coordinates":[-0.1075107,51.5071635]},"properties":{"@type":"node","@id":268430691,"@timestamp":1618328888},"coords":"51.5071635,-0.1075107","bedrooms":"1","price":"201000","area":"642"} , +{"type":"Feature","id":"n268467012","geometry":{"type":"Point","coordinates":[-0.5768642,51.2339103]},"properties":{"@type":"node","@id":268467012,"@timestamp":1212603907},"coords":"51.2339103,-0.5768642","bedrooms":"2","price":"177000","area":"452"} , +{"type":"Feature","id":"n268494079","geometry":{"type":"Point","coordinates":[-0.9310911,51.4418655]},"properties":{"@type":"node","@id":268494079,"@timestamp":1266083208},"coords":"51.4418655,-0.9310911","bedrooms":"0","price":"226000","area":"440"} , +{"type":"Feature","id":"n268512701","geometry":{"type":"Point","coordinates":[0.0345715,51.553634]},"properties":{"@type":"node","@id":268512701,"@timestamp":1633713300},"coords":"51.553634,0.0345715","bedrooms":"1","price":"225000","area":"612"} , +{"type":"Feature","id":"n268521296","geometry":{"type":"Point","coordinates":[-0.333644,51.4750753]},"properties":{"@type":"node","@id":268521296,"@timestamp":1212623718},"coords":"51.4750753,-0.333644","bedrooms":"3","price":"246000","area":"534"} , +{"type":"Feature","id":"n268521789","geometry":{"type":"Point","coordinates":[-0.2592963,51.4886084]},"properties":{"@type":"node","@id":268521789,"@timestamp":1636445352},"coords":"51.4886084,-0.2592963","bedrooms":"2","price":"282000","area":"489"} , +{"type":"Feature","id":"n268545073","geometry":{"type":"Point","coordinates":[0.0476642,51.529617]},"properties":{"@type":"node","@id":268545073,"@timestamp":1537799380},"coords":"51.529617,0.0476642","bedrooms":"3","price":"250000","area":"525"} , +{"type":"Feature","id":"n268547120","geometry":{"type":"Point","coordinates":[-0.2051898,51.0809854]},"properties":{"@type":"node","@id":268547120,"@timestamp":1212650726},"coords":"51.0809854,-0.2051898","bedrooms":"3","price":"239000","area":"438"} , +{"type":"Feature","id":"n268548460","geometry":{"type":"Point","coordinates":[-0.2035358,51.081566]},"properties":{"@type":"node","@id":268548460,"@timestamp":1214425199},"coords":"51.081566,-0.2035358","bedrooms":"2","price":"197000","area":"368"} , +{"type":"Feature","id":"n268567456","geometry":{"type":"Point","coordinates":[-0.2737985,51.7032183]},"properties":{"@type":"node","@id":268567456,"@timestamp":1309547939},"coords":"51.7032183,-0.2737985","bedrooms":"0","price":"270000","area":"517"} , +{"type":"Feature","id":"n268567475","geometry":{"type":"Point","coordinates":[-0.2890776,51.702612]},"properties":{"@type":"node","@id":268567475,"@timestamp":1309548376},"coords":"51.702612,-0.2890776","bedrooms":"0","price":"184000","area":"531"} , +{"type":"Feature","id":"n268579257","geometry":{"type":"Point","coordinates":[-0.6388794,51.3331545]},"properties":{"@type":"node","@id":268579257,"@timestamp":1212665425},"coords":"51.3331545,-0.6388794","bedrooms":"3","price":"166000","area":"573"} , +{"type":"Feature","id":"n268579280","geometry":{"type":"Point","coordinates":[-0.6383054,51.3352945]},"properties":{"@type":"node","@id":268579280,"@timestamp":1212665426},"coords":"51.3352945,-0.6383054","bedrooms":"1","price":"288000","area":"659"} , +{"type":"Feature","id":"n268585972","geometry":{"type":"Point","coordinates":[0.0055537,51.5338392]},"properties":{"@type":"node","@id":268585972,"@timestamp":1624379496},"coords":"51.5338392,0.0055537","bedrooms":"0","price":"270000","area":"610"} , +{"type":"Feature","id":"n268587850","geometry":{"type":"Point","coordinates":[0.0131653,51.5335336]},"properties":{"@type":"node","@id":268587850,"@timestamp":1617618862},"coords":"51.5335336,0.0131653","bedrooms":"3","price":"225000","area":"466"} , +{"type":"Feature","id":"n268621728","geometry":{"type":"Point","coordinates":[-0.6638275,51.362941]},"properties":{"@type":"node","@id":268621728,"@timestamp":1212683845},"coords":"51.362941,-0.6638275","bedrooms":"4","price":"206000","area":"577"} , +{"type":"Feature","id":"n268621795","geometry":{"type":"Point","coordinates":[-0.6611966,51.3752419]},"properties":{"@type":"node","@id":268621795,"@timestamp":1212683847},"coords":"51.3752419,-0.6611966","bedrooms":"1","price":"292000","area":"447"} , +{"type":"Feature","id":"n268621817","geometry":{"type":"Point","coordinates":[-0.6661387,51.3739379]},"properties":{"@type":"node","@id":268621817,"@timestamp":1212683848},"coords":"51.3739379,-0.6661387","bedrooms":"1","price":"263000","area":"445"} , +{"type":"Feature","id":"n268621850","geometry":{"type":"Point","coordinates":[-0.6736921,51.3746222]},"properties":{"@type":"node","@id":268621850,"@timestamp":1212683854},"coords":"51.3746222,-0.6736921","bedrooms":"0","price":"277000","area":"492"} , +{"type":"Feature","id":"n268621948","geometry":{"type":"Point","coordinates":[-0.6670143,51.3757784]},"properties":{"@type":"node","@id":268621948,"@timestamp":1212683864},"coords":"51.3757784,-0.6670143","bedrooms":"4","price":"199000","area":"470"} , +{"type":"Feature","id":"n268621998","geometry":{"type":"Point","coordinates":[-0.668995,51.3746776]},"properties":{"@type":"node","@id":268621998,"@timestamp":1212683866},"coords":"51.3746776,-0.668995","bedrooms":"1","price":"253000","area":"566"} , +{"type":"Feature","id":"n268622023","geometry":{"type":"Point","coordinates":[-0.6709231,51.3748336]},"properties":{"@type":"node","@id":268622023,"@timestamp":1212683868},"coords":"51.3748336,-0.6709231","bedrooms":"4","price":"293000","area":"497"} , +{"type":"Feature","id":"n268622046","geometry":{"type":"Point","coordinates":[-0.6684758,51.3721775]},"properties":{"@type":"node","@id":268622046,"@timestamp":1212683870},"coords":"51.3721775,-0.6684758","bedrooms":"1","price":"270000","area":"570"} , +{"type":"Feature","id":"n268622059","geometry":{"type":"Point","coordinates":[-0.6673311,51.3727579]},"properties":{"@type":"node","@id":268622059,"@timestamp":1212683874},"coords":"51.3727579,-0.6673311","bedrooms":"3","price":"262000","area":"608"} , +{"type":"Feature","id":"n268622276","geometry":{"type":"Point","coordinates":[-0.6477568,51.3673188]},"properties":{"@type":"node","@id":268622276,"@timestamp":1212683896},"coords":"51.3673188,-0.6477568","bedrooms":"2","price":"244000","area":"614"} , +{"type":"Feature","id":"n268622286","geometry":{"type":"Point","coordinates":[-0.6490792,51.3652258]},"properties":{"@type":"node","@id":268622286,"@timestamp":1212683898},"coords":"51.3652258,-0.6490792","bedrooms":"1","price":"188000","area":"469"} , +{"type":"Feature","id":"n268622346","geometry":{"type":"Point","coordinates":[-0.6521866,51.3669705]},"properties":{"@type":"node","@id":268622346,"@timestamp":1212683906},"coords":"51.3669705,-0.6521866","bedrooms":"4","price":"161000","area":"575"} , +{"type":"Feature","id":"n268622359","geometry":{"type":"Point","coordinates":[-0.651548,51.3682647]},"properties":{"@type":"node","@id":268622359,"@timestamp":1212683907},"coords":"51.3682647,-0.651548","bedrooms":"3","price":"271000","area":"599"} , +{"type":"Feature","id":"n268622369","geometry":{"type":"Point","coordinates":[-0.6517024,51.367422]},"properties":{"@type":"node","@id":268622369,"@timestamp":1212683908},"coords":"51.367422,-0.6517024","bedrooms":"3","price":"189000","area":"478"} , +{"type":"Feature","id":"n268622380","geometry":{"type":"Point","coordinates":[-0.6489578,51.3688714]},"properties":{"@type":"node","@id":268622380,"@timestamp":1212683909},"coords":"51.3688714,-0.6489578","bedrooms":"1","price":"270000","area":"439"} , +{"type":"Feature","id":"n268642681","geometry":{"type":"Point","coordinates":[0.0040219,51.5392533]},"properties":{"@type":"node","@id":268642681,"@timestamp":1617479451},"coords":"51.5392533,0.0040219","bedrooms":"4","price":"225000","area":"352"} , +{"type":"Feature","id":"n268659423","geometry":{"type":"Point","coordinates":[-0.9165636,51.4393216]},"properties":{"@type":"node","@id":268659423,"@timestamp":1475696256},"coords":"51.4393216,-0.9165636","bedrooms":"0","price":"265000","area":"649"} , +{"type":"Feature","id":"n268673809","geometry":{"type":"Point","coordinates":[-1.0054565,51.6470425]},"properties":{"@type":"node","@id":268673809,"@timestamp":1212703685},"coords":"51.6470425,-1.0054565","bedrooms":"3","price":"273000","area":"675"} , +{"type":"Feature","id":"n268706515","geometry":{"type":"Point","coordinates":[-0.0694167,51.4170258]},"properties":{"@type":"node","@id":268706515,"@timestamp":1597776614},"coords":"51.4170258,-0.0694167","bedrooms":"0","price":"294000","area":"582"} , +{"type":"Feature","id":"n268751561","geometry":{"type":"Point","coordinates":[-0.686044,51.2123254]},"properties":{"@type":"node","@id":268751561,"@timestamp":1212746817},"coords":"51.2123254,-0.686044","bedrooms":"2","price":"194000","area":"564"} , +{"type":"Feature","id":"n268751571","geometry":{"type":"Point","coordinates":[-0.6853496,51.2114701]},"properties":{"@type":"node","@id":268751571,"@timestamp":1212746819},"coords":"51.2114701,-0.6853496","bedrooms":"0","price":"152000","area":"599"} , +{"type":"Feature","id":"n268787347","geometry":{"type":"Point","coordinates":[0.0026211,51.5402142]},"properties":{"@type":"node","@id":268787347,"@timestamp":1636304205},"coords":"51.5402142,0.0026211","bedrooms":"1","price":"226000","area":"546"} , +{"type":"Feature","id":"n268807992","geometry":{"type":"Point","coordinates":[-0.7304541,51.3469938]},"properties":{"@type":"node","@id":268807992,"@timestamp":1500418315},"coords":"51.3469938,-0.7304541","bedrooms":"2","price":"203000","area":"504"} , +{"type":"Feature","id":"n268808114","geometry":{"type":"Point","coordinates":[-0.718698,51.3514168]},"properties":{"@type":"node","@id":268808114,"@timestamp":1212769276},"coords":"51.3514168,-0.718698","bedrooms":"2","price":"209000","area":"407"} , +{"type":"Feature","id":"n268808195","geometry":{"type":"Point","coordinates":[-0.7205163,51.3510712]},"properties":{"@type":"node","@id":268808195,"@timestamp":1212769282},"coords":"51.3510712,-0.7205163","bedrooms":"0","price":"205000","area":"517"} , +{"type":"Feature","id":"n268808317","geometry":{"type":"Point","coordinates":[-0.7261566,51.346395]},"properties":{"@type":"node","@id":268808317,"@timestamp":1212769295},"coords":"51.346395,-0.7261566","bedrooms":"3","price":"294000","area":"692"} , +{"type":"Feature","id":"n268822594","geometry":{"type":"Point","coordinates":[-0.6367109,51.250061]},"properties":{"@type":"node","@id":268822594,"@timestamp":1611348079},"coords":"51.250061,-0.6367109","bedrooms":"1","price":"155000","area":"698"} , +{"type":"Feature","id":"n268823695","geometry":{"type":"Point","coordinates":[-0.6267188,51.2632096]},"properties":{"@type":"node","@id":268823695,"@timestamp":1212775426},"coords":"51.2632096,-0.6267188","bedrooms":"2","price":"271000","area":"665"} , +{"type":"Feature","id":"n268824106","geometry":{"type":"Point","coordinates":[-0.6234625,51.2641764]},"properties":{"@type":"node","@id":268824106,"@timestamp":1212775535},"coords":"51.2641764,-0.6234625","bedrooms":"4","price":"249000","area":"555"} , +{"type":"Feature","id":"n268824736","geometry":{"type":"Point","coordinates":[-0.6132715,51.2552345]},"properties":{"@type":"node","@id":268824736,"@timestamp":1212775789},"coords":"51.2552345,-0.6132715","bedrooms":"1","price":"265000","area":"478"} , +{"type":"Feature","id":"n268824904","geometry":{"type":"Point","coordinates":[-0.6027191,51.2613611]},"properties":{"@type":"node","@id":268824904,"@timestamp":1212775868},"coords":"51.2613611,-0.6027191","bedrooms":"1","price":"235000","area":"656"} , +{"type":"Feature","id":"n268844822","geometry":{"type":"Point","coordinates":[-0.8840252,51.5112712]},"properties":{"@type":"node","@id":268844822,"@timestamp":1212783179},"coords":"51.5112712,-0.8840252","bedrooms":"0","price":"196000","area":"387"} , +{"type":"Feature","id":"n268974760","geometry":{"type":"Point","coordinates":[-0.7277785,51.5198125]},"properties":{"@type":"node","@id":268974760,"@timestamp":1473279319},"coords":"51.5198125,-0.7277785","bedrooms":"1","price":"254000","area":"380"} , +{"type":"Feature","id":"n268979400","geometry":{"type":"Point","coordinates":[-0.5851618,51.3201]},"properties":{"@type":"node","@id":268979400,"@timestamp":1212851263},"coords":"51.3201,-0.5851618","bedrooms":"1","price":"217000","area":"640"} , +{"type":"Feature","id":"n268979428","geometry":{"type":"Point","coordinates":[-0.5820038,51.3205724]},"properties":{"@type":"node","@id":268979428,"@timestamp":1610491673},"coords":"51.3205724,-0.5820038","bedrooms":"3","price":"238000","area":"485"} , +{"type":"Feature","id":"n268982577","geometry":{"type":"Point","coordinates":[-0.162591,51.1080905]},"properties":{"@type":"node","@id":268982577,"@timestamp":1212852534},"coords":"51.1080905,-0.162591","bedrooms":"3","price":"260000","area":"352"} , +{"type":"Feature","id":"n268982587","geometry":{"type":"Point","coordinates":[-0.1652717,51.1062281]},"properties":{"@type":"node","@id":268982587,"@timestamp":1212852537},"coords":"51.1062281,-0.1652717","bedrooms":"3","price":"176000","area":"575"} , +{"type":"Feature","id":"n268982601","geometry":{"type":"Point","coordinates":[-0.1636645,51.1079196]},"properties":{"@type":"node","@id":268982601,"@timestamp":1212852539},"coords":"51.1079196,-0.1636645","bedrooms":"0","price":"208000","area":"419"} , +{"type":"Feature","id":"n268982615","geometry":{"type":"Point","coordinates":[-0.1641085,51.1081879]},"properties":{"@type":"node","@id":268982615,"@timestamp":1212852543},"coords":"51.1081879,-0.1641085","bedrooms":"0","price":"298000","area":"685"} , +{"type":"Feature","id":"n268982629","geometry":{"type":"Point","coordinates":[-0.1663003,51.1062343]},"properties":{"@type":"node","@id":268982629,"@timestamp":1212852547},"coords":"51.1062343,-0.1663003","bedrooms":"4","price":"188000","area":"641"} , +{"type":"Feature","id":"n268982639","geometry":{"type":"Point","coordinates":[-0.1668056,51.1065881]},"properties":{"@type":"node","@id":268982639,"@timestamp":1212852549},"coords":"51.1065881,-0.1668056","bedrooms":"2","price":"245000","area":"550"} , +{"type":"Feature","id":"n268984159","geometry":{"type":"Point","coordinates":[-0.1628245,51.1089274]},"properties":{"@type":"node","@id":268984159,"@timestamp":1212852987},"coords":"51.1089274,-0.1628245","bedrooms":"0","price":"228000","area":"372"} , +{"type":"Feature","id":"n268985212","geometry":{"type":"Point","coordinates":[-0.3754116,51.4967394]},"properties":{"@type":"node","@id":268985212,"@timestamp":1234486630},"coords":"51.4967394,-0.3754116","bedrooms":"3","price":"279000","area":"587"} , +{"type":"Feature","id":"n268985245","geometry":{"type":"Point","coordinates":[-0.3827927,51.4949674]},"properties":{"@type":"node","@id":268985245,"@timestamp":1212853198},"coords":"51.4949674,-0.3827927","bedrooms":"0","price":"215000","area":"544"} , +{"type":"Feature","id":"n268985278","geometry":{"type":"Point","coordinates":[-0.3855411,51.4931331]},"properties":{"@type":"node","@id":268985278,"@timestamp":1212853200},"coords":"51.4931331,-0.3855411","bedrooms":"0","price":"269000","area":"401"} , +{"type":"Feature","id":"n268985289","geometry":{"type":"Point","coordinates":[-0.3842995,51.4937726]},"properties":{"@type":"node","@id":268985289,"@timestamp":1212853201},"coords":"51.4937726,-0.3842995","bedrooms":"4","price":"161000","area":"624"} , +{"type":"Feature","id":"n268985305","geometry":{"type":"Point","coordinates":[-0.3805871,51.4922877]},"properties":{"@type":"node","@id":268985305,"@timestamp":1212853203},"coords":"51.4922877,-0.3805871","bedrooms":"4","price":"277000","area":"687"} , +{"type":"Feature","id":"n268985318","geometry":{"type":"Point","coordinates":[-0.3818037,51.4941283]},"properties":{"@type":"node","@id":268985318,"@timestamp":1212853204},"coords":"51.4941283,-0.3818037","bedrooms":"1","price":"264000","area":"658"} , +{"type":"Feature","id":"n268985331","geometry":{"type":"Point","coordinates":[-0.3824245,51.4923282]},"properties":{"@type":"node","@id":268985331,"@timestamp":1212853205},"coords":"51.4923282,-0.3824245","bedrooms":"0","price":"160000","area":"565"} , +{"type":"Feature","id":"n268985355","geometry":{"type":"Point","coordinates":[-0.3807181,51.4918759]},"properties":{"@type":"node","@id":268985355,"@timestamp":1212853207},"coords":"51.4918759,-0.3807181","bedrooms":"4","price":"274000","area":"649"} , +{"type":"Feature","id":"n268985368","geometry":{"type":"Point","coordinates":[-0.3866361,51.4911989]},"properties":{"@type":"node","@id":268985368,"@timestamp":1212853208},"coords":"51.4911989,-0.3866361","bedrooms":"3","price":"188000","area":"595"} , +{"type":"Feature","id":"n268985925","geometry":{"type":"Point","coordinates":[-0.1646413,51.1056933]},"properties":{"@type":"node","@id":268985925,"@timestamp":1212853454},"coords":"51.1056933,-0.1646413","bedrooms":"2","price":"165000","area":"529"} , +{"type":"Feature","id":"n268988400","geometry":{"type":"Point","coordinates":[-0.3668387,51.4890027]},"properties":{"@type":"node","@id":268988400,"@timestamp":1212854191},"coords":"51.4890027,-0.3668387","bedrooms":"3","price":"288000","area":"481"} , +{"type":"Feature","id":"n268988414","geometry":{"type":"Point","coordinates":[-0.3663209,51.4875614]},"properties":{"@type":"node","@id":268988414,"@timestamp":1212854192},"coords":"51.4875614,-0.3663209","bedrooms":"2","price":"260000","area":"532"} , +{"type":"Feature","id":"n268988427","geometry":{"type":"Point","coordinates":[-0.3670072,51.4826448]},"properties":{"@type":"node","@id":268988427,"@timestamp":1212854193},"coords":"51.4826448,-0.3670072","bedrooms":"1","price":"216000","area":"433"} , +{"type":"Feature","id":"n268997562","geometry":{"type":"Point","coordinates":[-0.0949721,51.5142512]},"properties":{"@type":"node","@id":268997562,"@timestamp":1564913925},"coords":"51.5142512,-0.0949721","bedrooms":"1","price":"235000","area":"504"} , +{"type":"Feature","id":"n268997703","geometry":{"type":"Point","coordinates":[-0.609426,51.1703516]},"properties":{"@type":"node","@id":268997703,"@timestamp":1212857398},"coords":"51.1703516,-0.609426","bedrooms":"2","price":"175000","area":"698"} , +{"type":"Feature","id":"n268997720","geometry":{"type":"Point","coordinates":[-0.617221,51.1840576]},"properties":{"@type":"node","@id":268997720,"@timestamp":1212857399},"coords":"51.1840576,-0.617221","bedrooms":"4","price":"242000","area":"577"} , +{"type":"Feature","id":"n269002727","geometry":{"type":"Point","coordinates":[-0.585622,51.3206042]},"properties":{"@type":"node","@id":269002727,"@timestamp":1212859274},"coords":"51.3206042,-0.585622","bedrooms":"1","price":"207000","area":"427"} , +{"type":"Feature","id":"n269002751","geometry":{"type":"Point","coordinates":[-0.5835945,51.3187633]},"properties":{"@type":"node","@id":269002751,"@timestamp":1212859276},"coords":"51.3187633,-0.5835945","bedrooms":"3","price":"198000","area":"384"} , +{"type":"Feature","id":"n269002821","geometry":{"type":"Point","coordinates":[-0.5864164,51.3186988]},"properties":{"@type":"node","@id":269002821,"@timestamp":1212859281},"coords":"51.3186988,-0.5864164","bedrooms":"4","price":"180000","area":"448"} , +{"type":"Feature","id":"n269006463","geometry":{"type":"Point","coordinates":[-0.5864898,51.3209208]},"properties":{"@type":"node","@id":269006463,"@timestamp":1610491673},"coords":"51.3209208,-0.5864898","bedrooms":"3","price":"229000","area":"383"} , +{"type":"Feature","id":"n269006539","geometry":{"type":"Point","coordinates":[-0.5573586,51.3197324]},"properties":{"@type":"node","@id":269006539,"@timestamp":1463943826},"coords":"51.3197324,-0.5573586","bedrooms":"4","price":"229000","area":"442"} , +{"type":"Feature","id":"n269008481","geometry":{"type":"Point","coordinates":[-0.6068583,51.5536789]},"properties":{"@type":"node","@id":269008481,"@timestamp":1212861958},"coords":"51.5536789,-0.6068583","bedrooms":"4","price":"255000","area":"580"} , +{"type":"Feature","id":"n269008491","geometry":{"type":"Point","coordinates":[-0.6015799,51.5540172]},"properties":{"@type":"node","@id":269008491,"@timestamp":1212861959},"coords":"51.5540172,-0.6015799","bedrooms":"0","price":"268000","area":"388"} , +{"type":"Feature","id":"n269008501","geometry":{"type":"Point","coordinates":[-0.5979159,51.5547165]},"properties":{"@type":"node","@id":269008501,"@timestamp":1212861960},"coords":"51.5547165,-0.5979159","bedrooms":"0","price":"243000","area":"616"} , +{"type":"Feature","id":"n269008519","geometry":{"type":"Point","coordinates":[-0.595703,51.5565773]},"properties":{"@type":"node","@id":269008519,"@timestamp":1212861961},"coords":"51.5565773,-0.595703","bedrooms":"4","price":"245000","area":"486"} , +{"type":"Feature","id":"n269008531","geometry":{"type":"Point","coordinates":[-0.5885744,51.5560022]},"properties":{"@type":"node","@id":269008531,"@timestamp":1212861962},"coords":"51.5560022,-0.5885744","bedrooms":"1","price":"158000","area":"518"} , +{"type":"Feature","id":"n269008550","geometry":{"type":"Point","coordinates":[-0.5804119,51.5573442]},"properties":{"@type":"node","@id":269008550,"@timestamp":1212861964},"coords":"51.5573442,-0.5804119","bedrooms":"3","price":"282000","area":"590"} , +{"type":"Feature","id":"n269008561","geometry":{"type":"Point","coordinates":[-0.5697463,51.5593177]},"properties":{"@type":"node","@id":269008561,"@timestamp":1212861966},"coords":"51.5593177,-0.5697463","bedrooms":"3","price":"246000","area":"657"} , +{"type":"Feature","id":"n269008580","geometry":{"type":"Point","coordinates":[-0.5529317,51.5576938]},"properties":{"@type":"node","@id":269008580,"@timestamp":1212861968},"coords":"51.5576938,-0.5529317","bedrooms":"1","price":"279000","area":"624"} , +{"type":"Feature","id":"n269008596","geometry":{"type":"Point","coordinates":[-0.5543646,51.5549646]},"properties":{"@type":"node","@id":269008596,"@timestamp":1212861970},"coords":"51.5549646,-0.5543646","bedrooms":"1","price":"212000","area":"657"} , +{"type":"Feature","id":"n269008608","geometry":{"type":"Point","coordinates":[-0.5683859,51.5573668]},"properties":{"@type":"node","@id":269008608,"@timestamp":1212861971},"coords":"51.5573668,-0.5683859","bedrooms":"2","price":"170000","area":"565"} , +{"type":"Feature","id":"n269008618","geometry":{"type":"Point","coordinates":[-0.5717235,51.5581111]},"properties":{"@type":"node","@id":269008618,"@timestamp":1212861972},"coords":"51.5581111,-0.5717235","bedrooms":"0","price":"228000","area":"563"} , +{"type":"Feature","id":"n269008630","geometry":{"type":"Point","coordinates":[-0.5778362,51.5552917]},"properties":{"@type":"node","@id":269008630,"@timestamp":1212861973},"coords":"51.5552917,-0.5778362","bedrooms":"1","price":"156000","area":"666"} , +{"type":"Feature","id":"n269008640","geometry":{"type":"Point","coordinates":[-0.5827881,51.5542541]},"properties":{"@type":"node","@id":269008640,"@timestamp":1212861974},"coords":"51.5542541,-0.5827881","bedrooms":"4","price":"269000","area":"352"} , +{"type":"Feature","id":"n269013273","geometry":{"type":"Point","coordinates":[-1.0876945,51.3618136]},"properties":{"@type":"node","@id":269013273,"@timestamp":1212864434},"coords":"51.3618136,-1.0876945","bedrooms":"2","price":"230000","area":"536"} , +{"type":"Feature","id":"n269013292","geometry":{"type":"Point","coordinates":[-1.0876362,51.3616533]},"properties":{"@type":"node","@id":269013292,"@timestamp":1212864435},"coords":"51.3616533,-1.0876362","bedrooms":"2","price":"165000","area":"663"} , +{"type":"Feature","id":"n269014289","geometry":{"type":"Point","coordinates":[-0.5979589,51.3189309]},"properties":{"@type":"node","@id":269014289,"@timestamp":1212864854},"coords":"51.3189309,-0.5979589","bedrooms":"3","price":"265000","area":"469"} , +{"type":"Feature","id":"n269014317","geometry":{"type":"Point","coordinates":[-0.6000268,51.31934]},"properties":{"@type":"node","@id":269014317,"@timestamp":1212864856},"coords":"51.31934,-0.6000268","bedrooms":"0","price":"296000","area":"585"} , +{"type":"Feature","id":"n269014347","geometry":{"type":"Point","coordinates":[-0.60169,51.3204896]},"properties":{"@type":"node","@id":269014347,"@timestamp":1212864859},"coords":"51.3204896,-0.60169","bedrooms":"4","price":"164000","area":"556"} , +{"type":"Feature","id":"n269014538","geometry":{"type":"Point","coordinates":[-0.1909384,51.3592665]},"properties":{"@type":"node","@id":269014538,"@timestamp":1627382124},"coords":"51.3592665,-0.1909384","bedrooms":"4","price":"250000","area":"438"} , +{"type":"Feature","id":"n269015386","geometry":{"type":"Point","coordinates":[-1.0875242,51.3587573]},"properties":{"@type":"node","@id":269015386,"@timestamp":1238442139},"coords":"51.3587573,-1.0875242","bedrooms":"2","price":"204000","area":"465"} , +{"type":"Feature","id":"n269015413","geometry":{"type":"Point","coordinates":[-1.0869907,51.3586394]},"properties":{"@type":"node","@id":269015413,"@timestamp":1319387382},"coords":"51.3586394,-1.0869907","bedrooms":"3","price":"299000","area":"599"} , +{"type":"Feature","id":"n269019123","geometry":{"type":"Point","coordinates":[-1.0836738,51.3539252]},"properties":{"@type":"node","@id":269019123,"@timestamp":1319387380},"coords":"51.3539252,-1.0836738","bedrooms":"3","price":"222000","area":"373"} , +{"type":"Feature","id":"n269022741","geometry":{"type":"Point","coordinates":[0.0706977,51.507278]},"properties":{"@type":"node","@id":269022741,"@timestamp":1621792628},"coords":"51.507278,0.0706977","bedrooms":"0","price":"172000","area":"508"} , +{"type":"Feature","id":"n269030441","geometry":{"type":"Point","coordinates":[-0.5981287,51.3229688]},"properties":{"@type":"node","@id":269030441,"@timestamp":1542316796},"coords":"51.3229688,-0.5981287","bedrooms":"0","price":"194000","area":"650"} , +{"type":"Feature","id":"n269030470","geometry":{"type":"Point","coordinates":[-0.5952507,51.3233467]},"properties":{"@type":"node","@id":269030470,"@timestamp":1212870113},"coords":"51.3233467,-0.5952507","bedrooms":"0","price":"298000","area":"647"} , +{"type":"Feature","id":"n269030500","geometry":{"type":"Point","coordinates":[-0.5965712,51.3230071]},"properties":{"@type":"node","@id":269030500,"@timestamp":1212870115},"coords":"51.3230071,-0.5965712","bedrooms":"1","price":"154000","area":"485"} , +{"type":"Feature","id":"n269030521","geometry":{"type":"Point","coordinates":[-0.594574,51.3208034]},"properties":{"@type":"node","@id":269030521,"@timestamp":1212870117},"coords":"51.3208034,-0.594574","bedrooms":"3","price":"251000","area":"482"} , +{"type":"Feature","id":"n269060977","geometry":{"type":"Point","coordinates":[-0.1918859,51.3556742]},"properties":{"@type":"node","@id":269060977,"@timestamp":1542475451},"coords":"51.3556742,-0.1918859","bedrooms":"4","price":"279000","area":"359"} , +{"type":"Feature","id":"n269073885","geometry":{"type":"Point","coordinates":[-0.1814438,51.3571069]},"properties":{"@type":"node","@id":269073885,"@timestamp":1542475450},"coords":"51.3571069,-0.1814438","bedrooms":"0","price":"278000","area":"375"} , +{"type":"Feature","id":"n269134909","geometry":{"type":"Point","coordinates":[-0.1932752,51.3503296]},"properties":{"@type":"node","@id":269134909,"@timestamp":1625324706},"coords":"51.3503296,-0.1932752","bedrooms":"3","price":"271000","area":"499"} , +{"type":"Feature","id":"n269138164","geometry":{"type":"Point","coordinates":[0.0076451,51.5359461]},"properties":{"@type":"node","@id":269138164,"@timestamp":1212923733},"coords":"51.5359461,0.0076451","bedrooms":"4","price":"281000","area":"694"} , +{"type":"Feature","id":"n269139638","geometry":{"type":"Point","coordinates":[-0.1878993,51.3566509]},"properties":{"@type":"node","@id":269139638,"@timestamp":1624724371},"coords":"51.3566509,-0.1878993","bedrooms":"4","price":"183000","area":"427"} , +{"type":"Feature","id":"n269146397","geometry":{"type":"Point","coordinates":[0.0189101,51.5334623]},"properties":{"@type":"node","@id":269146397,"@timestamp":1626457627},"coords":"51.5334623,0.0189101","bedrooms":"4","price":"160000","area":"584"} , +{"type":"Feature","id":"n269149347","geometry":{"type":"Point","coordinates":[0.0060119,51.5375655]},"properties":{"@type":"node","@id":269149347,"@timestamp":1595526401},"coords":"51.5375655,0.0060119","bedrooms":"4","price":"197000","area":"557"} , +{"type":"Feature","id":"n269181315","geometry":{"type":"Point","coordinates":[-0.217865,51.8765318]},"properties":{"@type":"node","@id":269181315,"@timestamp":1506870705},"coords":"51.8765318,-0.217865","bedrooms":"1","price":"282000","area":"666"} , +{"type":"Feature","id":"n269184784","geometry":{"type":"Point","coordinates":[-0.2269562,51.870693]},"properties":{"@type":"node","@id":269184784,"@timestamp":1235396598},"coords":"51.870693,-0.2269562","bedrooms":"4","price":"230000","area":"542"} , +{"type":"Feature","id":"n269191773","geometry":{"type":"Point","coordinates":[-0.1453305,51.621627]},"properties":{"@type":"node","@id":269191773,"@timestamp":1332447626},"coords":"51.621627,-0.1453305","bedrooms":"2","price":"187000","area":"656"} , +{"type":"Feature","id":"n269198274","geometry":{"type":"Point","coordinates":[-0.1721394,51.3628969]},"properties":{"@type":"node","@id":269198274,"@timestamp":1329859148},"coords":"51.3628969,-0.1721394","bedrooms":"4","price":"247000","area":"365"} , +{"type":"Feature","id":"n269198297","geometry":{"type":"Point","coordinates":[-0.170702,51.3568192]},"properties":{"@type":"node","@id":269198297,"@timestamp":1538331222},"coords":"51.3568192,-0.170702","bedrooms":"0","price":"256000","area":"633"} , +{"type":"Feature","id":"n269204059","geometry":{"type":"Point","coordinates":[-0.5805892,51.7723958]},"properties":{"@type":"node","@id":269204059,"@timestamp":1212948476},"coords":"51.7723958,-0.5805892","bedrooms":"3","price":"221000","area":"471"} , +{"type":"Feature","id":"n269204118","geometry":{"type":"Point","coordinates":[-0.5536005,51.7799665]},"properties":{"@type":"node","@id":269204118,"@timestamp":1212948481},"coords":"51.7799665,-0.5536005","bedrooms":"3","price":"201000","area":"391"} , +{"type":"Feature","id":"n269204136","geometry":{"type":"Point","coordinates":[-0.559088,51.7834385]},"properties":{"@type":"node","@id":269204136,"@timestamp":1212948482},"coords":"51.7834385,-0.559088","bedrooms":"2","price":"195000","area":"417"} , +{"type":"Feature","id":"n269204154","geometry":{"type":"Point","coordinates":[-0.5672261,51.7928723]},"properties":{"@type":"node","@id":269204154,"@timestamp":1212948483},"coords":"51.7928723,-0.5672261","bedrooms":"3","price":"161000","area":"576"} , +{"type":"Feature","id":"n269204175","geometry":{"type":"Point","coordinates":[-0.5705917,51.7956035]},"properties":{"@type":"node","@id":269204175,"@timestamp":1242488455},"coords":"51.7956035,-0.5705917","bedrooms":"3","price":"181000","area":"598"} , +{"type":"Feature","id":"n269204237","geometry":{"type":"Point","coordinates":[-0.5967299,51.8089283]},"properties":{"@type":"node","@id":269204237,"@timestamp":1212948489},"coords":"51.8089283,-0.5967299","bedrooms":"1","price":"182000","area":"570"} , +{"type":"Feature","id":"n269204270","geometry":{"type":"Point","coordinates":[-0.5952479,51.7966068]},"properties":{"@type":"node","@id":269204270,"@timestamp":1212948491},"coords":"51.7966068,-0.5952479","bedrooms":"0","price":"192000","area":"350"} , +{"type":"Feature","id":"n269204303","geometry":{"type":"Point","coordinates":[-0.5950701,51.7863008]},"properties":{"@type":"node","@id":269204303,"@timestamp":1212948493},"coords":"51.7863008,-0.5950701","bedrooms":"0","price":"212000","area":"495"} , +{"type":"Feature","id":"n269204338","geometry":{"type":"Point","coordinates":[-0.6108551,51.8058458]},"properties":{"@type":"node","@id":269204338,"@timestamp":1212948495},"coords":"51.8058458,-0.6108551","bedrooms":"1","price":"239000","area":"446"} , +{"type":"Feature","id":"n269236135","geometry":{"type":"Point","coordinates":[-0.0050061,51.5535957]},"properties":{"@type":"node","@id":269236135,"@timestamp":1618333134},"coords":"51.5535957,-0.0050061","bedrooms":"2","price":"156000","area":"616"} , +{"type":"Feature","id":"n269239369","geometry":{"type":"Point","coordinates":[-0.0020576,51.5493958]},"properties":{"@type":"node","@id":269239369,"@timestamp":1624533789},"coords":"51.5493958,-0.0020576","bedrooms":"1","price":"191000","area":"561"} , +{"type":"Feature","id":"n269253616","geometry":{"type":"Point","coordinates":[-0.0004788,51.545385]},"properties":{"@type":"node","@id":269253616,"@timestamp":1606139521},"coords":"51.545385,-0.0004788","bedrooms":"4","price":"270000","area":"449"} , +{"type":"Feature","id":"n269260832","geometry":{"type":"Point","coordinates":[-0.1839175,51.3430017]},"properties":{"@type":"node","@id":269260832,"@timestamp":1542475450},"coords":"51.3430017,-0.1839175","bedrooms":"2","price":"160000","area":"598"} , +{"type":"Feature","id":"n269374494","geometry":{"type":"Point","coordinates":[-0.0899139,51.0633112]},"properties":{"@type":"node","@id":269374494,"@timestamp":1213033346},"coords":"51.0633112,-0.0899139","bedrooms":"0","price":"197000","area":"568"} , +{"type":"Feature","id":"n269392811","geometry":{"type":"Point","coordinates":[-0.0573056,51.6883365]},"properties":{"@type":"node","@id":269392811,"@timestamp":1213039990},"coords":"51.6883365,-0.0573056","bedrooms":"3","price":"277000","area":"512"} , +{"type":"Feature","id":"n269402472","geometry":{"type":"Point","coordinates":[-0.1844123,51.6102873]},"properties":{"@type":"node","@id":269402472,"@timestamp":1572880901},"coords":"51.6102873,-0.1844123","bedrooms":"1","price":"285000","area":"495"} , +{"type":"Feature","id":"n269402483","geometry":{"type":"Point","coordinates":[-0.1839313,51.6101371]},"properties":{"@type":"node","@id":269402483,"@timestamp":1572880901},"coords":"51.6101371,-0.1839313","bedrooms":"2","price":"248000","area":"353"} , +{"type":"Feature","id":"n269483141","geometry":{"type":"Point","coordinates":[-0.5266614,51.7166511]},"properties":{"@type":"node","@id":269483141,"@timestamp":1290163759},"coords":"51.7166511,-0.5266614","bedrooms":"4","price":"269000","area":"452"} , +{"type":"Feature","id":"n269486568","geometry":{"type":"Point","coordinates":[-0.7194272,51.7858719]},"properties":{"@type":"node","@id":269486568,"@timestamp":1215307917},"coords":"51.7858719,-0.7194272","bedrooms":"4","price":"179000","area":"455"} , +{"type":"Feature","id":"n269494799","geometry":{"type":"Point","coordinates":[-0.1990588,51.4614056]},"properties":{"@type":"node","@id":269494799,"@timestamp":1213097145},"coords":"51.4614056,-0.1990588","bedrooms":"3","price":"262000","area":"655"} , +{"type":"Feature","id":"n269517965","geometry":{"type":"Point","coordinates":[0.8817279,51.0784976]},"properties":{"@type":"node","@id":269517965,"@timestamp":1214646328},"coords":"51.0784976,0.8817279","bedrooms":"3","price":"225000","area":"452"} , +{"type":"Feature","id":"n269517980","geometry":{"type":"Point","coordinates":[0.88278,51.078777]},"properties":{"@type":"node","@id":269517980,"@timestamp":1213125035},"coords":"51.078777,0.88278","bedrooms":"2","price":"276000","area":"488"} , +{"type":"Feature","id":"n269518214","geometry":{"type":"Point","coordinates":[-0.0331779,50.9512915]},"properties":{"@type":"node","@id":269518214,"@timestamp":1290163766},"coords":"50.9512915,-0.0331779","bedrooms":"0","price":"157000","area":"463"} , +{"type":"Feature","id":"n269525027","geometry":{"type":"Point","coordinates":[-0.8179225,51.507721]},"properties":{"@type":"node","@id":269525027,"@timestamp":1213109961},"coords":"51.507721,-0.8179225","bedrooms":"2","price":"207000","area":"690"} , +{"type":"Feature","id":"n269525048","geometry":{"type":"Point","coordinates":[-0.8284839,51.5120714]},"properties":{"@type":"node","@id":269525048,"@timestamp":1213109966},"coords":"51.5120714,-0.8284839","bedrooms":"4","price":"192000","area":"504"} , +{"type":"Feature","id":"n269525063","geometry":{"type":"Point","coordinates":[-0.821528,51.5094252]},"properties":{"@type":"node","@id":269525063,"@timestamp":1213109969},"coords":"51.5094252,-0.821528","bedrooms":"0","price":"295000","area":"492"} , +{"type":"Feature","id":"n269540946","geometry":{"type":"Point","coordinates":[-1.029265,51.4491057]},"properties":{"@type":"node","@id":269540946,"@timestamp":1213116463},"coords":"51.4491057,-1.029265","bedrooms":"4","price":"203000","area":"581"} , +{"type":"Feature","id":"n269541078","geometry":{"type":"Point","coordinates":[-1.0254172,51.4458974]},"properties":{"@type":"node","@id":269541078,"@timestamp":1213116473},"coords":"51.4458974,-1.0254172","bedrooms":"1","price":"209000","area":"671"} , +{"type":"Feature","id":"n269541101","geometry":{"type":"Point","coordinates":[-1.0292736,51.4481499]},"properties":{"@type":"node","@id":269541101,"@timestamp":1213117498},"coords":"51.4481499,-1.0292736","bedrooms":"3","price":"282000","area":"644"} , +{"type":"Feature","id":"n269541112","geometry":{"type":"Point","coordinates":[-1.025023,51.4489236]},"properties":{"@type":"node","@id":269541112,"@timestamp":1213116480},"coords":"51.4489236,-1.025023","bedrooms":"3","price":"162000","area":"662"} , +{"type":"Feature","id":"n269541130","geometry":{"type":"Point","coordinates":[-1.0207362,51.4499244]},"properties":{"@type":"node","@id":269541130,"@timestamp":1213181492},"coords":"51.4499244,-1.0207362","bedrooms":"1","price":"200000","area":"378"} , +{"type":"Feature","id":"n269547419","geometry":{"type":"Point","coordinates":[-0.101148,51.5144516]},"properties":{"@type":"node","@id":269547419,"@timestamp":1472679995},"coords":"51.5144516,-0.101148","bedrooms":"3","price":"252000","area":"600"} , +{"type":"Feature","id":"n269557942","geometry":{"type":"Point","coordinates":[0.8867507,51.080904]},"properties":{"@type":"node","@id":269557942,"@timestamp":1213125031},"coords":"51.080904,0.8867507","bedrooms":"2","price":"236000","area":"384"} , +{"type":"Feature","id":"n269557967","geometry":{"type":"Point","coordinates":[0.8928752,51.0826342]},"properties":{"@type":"node","@id":269557967,"@timestamp":1213125032},"coords":"51.0826342,0.8928752","bedrooms":"3","price":"247000","area":"626"} , +{"type":"Feature","id":"n269574712","geometry":{"type":"Point","coordinates":[-0.0749785,51.5013218]},"properties":{"@type":"node","@id":269574712,"@timestamp":1628614022},"coords":"51.5013218,-0.0749785","bedrooms":"2","price":"288000","area":"635"} , +{"type":"Feature","id":"n269597279","geometry":{"type":"Point","coordinates":[-0.0423529,51.6809878]},"properties":{"@type":"node","@id":269597279,"@timestamp":1213134776},"coords":"51.6809878,-0.0423529","bedrooms":"1","price":"195000","area":"561"} , +{"type":"Feature","id":"n269604065","geometry":{"type":"Point","coordinates":[-0.8148328,51.5174553]},"properties":{"@type":"node","@id":269604065,"@timestamp":1213138177},"coords":"51.5174553,-0.8148328","bedrooms":"3","price":"292000","area":"464"} , +{"type":"Feature","id":"n269604076","geometry":{"type":"Point","coordinates":[-0.8119916,51.5134579]},"properties":{"@type":"node","@id":269604076,"@timestamp":1213138179},"coords":"51.5134579,-0.8119916","bedrooms":"3","price":"166000","area":"403"} , +{"type":"Feature","id":"n269612178","geometry":{"type":"Point","coordinates":[-0.0500669,51.4425151]},"properties":{"@type":"node","@id":269612178,"@timestamp":1633993356},"coords":"51.4425151,-0.0500669","bedrooms":"0","price":"295000","area":"366"} , +{"type":"Feature","id":"n269616562","geometry":{"type":"Point","coordinates":[-0.2536921,51.4820258]},"properties":{"@type":"node","@id":269616562,"@timestamp":1213145934},"coords":"51.4820258,-0.2536921","bedrooms":"4","price":"251000","area":"537"} , +{"type":"Feature","id":"n269616572","geometry":{"type":"Point","coordinates":[-0.2548901,51.4810525]},"properties":{"@type":"node","@id":269616572,"@timestamp":1213145935},"coords":"51.4810525,-0.2548901","bedrooms":"3","price":"165000","area":"694"} , +{"type":"Feature","id":"n269616582","geometry":{"type":"Point","coordinates":[-0.2534051,51.4807592]},"properties":{"@type":"node","@id":269616582,"@timestamp":1213145936},"coords":"51.4807592,-0.2534051","bedrooms":"2","price":"153000","area":"489"} , +{"type":"Feature","id":"n269616605","geometry":{"type":"Point","coordinates":[-0.2527999,51.4805221]},"properties":{"@type":"node","@id":269616605,"@timestamp":1213145939},"coords":"51.4805221,-0.2527999","bedrooms":"1","price":"160000","area":"555"} , +{"type":"Feature","id":"n269616636","geometry":{"type":"Point","coordinates":[-0.2774452,51.4864245]},"properties":{"@type":"node","@id":269616636,"@timestamp":1213145942},"coords":"51.4864245,-0.2774452","bedrooms":"0","price":"237000","area":"506"} , +{"type":"Feature","id":"n269616646","geometry":{"type":"Point","coordinates":[-0.2783873,51.4855198]},"properties":{"@type":"node","@id":269616646,"@timestamp":1213145943},"coords":"51.4855198,-0.2783873","bedrooms":"3","price":"183000","area":"385"} , +{"type":"Feature","id":"n269616656","geometry":{"type":"Point","coordinates":[-0.2777571,51.4873292]},"properties":{"@type":"node","@id":269616656,"@timestamp":1213145944},"coords":"51.4873292,-0.2777571","bedrooms":"4","price":"205000","area":"586"} , +{"type":"Feature","id":"n269674032","geometry":{"type":"Point","coordinates":[-0.2756325,51.7401036]},"properties":{"@type":"node","@id":269674032,"@timestamp":1213183335},"coords":"51.7401036,-0.2756325","bedrooms":"1","price":"239000","area":"563"} , +{"type":"Feature","id":"n269759558","geometry":{"type":"Point","coordinates":[-0.0717641,51.4885814]},"properties":{"@type":"node","@id":269759558,"@timestamp":1587780054},"coords":"51.4885814,-0.0717641","bedrooms":"4","price":"216000","area":"675"} , +{"type":"Feature","id":"n269784175","geometry":{"type":"Point","coordinates":[-0.9913918,51.4368223]},"properties":{"@type":"node","@id":269784175,"@timestamp":1294565684},"coords":"51.4368223,-0.9913918","bedrooms":"4","price":"167000","area":"453"} , +{"type":"Feature","id":"n269788895","geometry":{"type":"Point","coordinates":[-0.9955839,51.3965023]},"properties":{"@type":"node","@id":269788895,"@timestamp":1530883440},"coords":"51.3965023,-0.9955839","bedrooms":"0","price":"270000","area":"543"} , +{"type":"Feature","id":"n269805440","geometry":{"type":"Point","coordinates":[0.2154687,51.4342035]},"properties":{"@type":"node","@id":269805440,"@timestamp":1213234736},"coords":"51.4342035,0.2154687","bedrooms":"1","price":"222000","area":"625"} , +{"type":"Feature","id":"n269875474","geometry":{"type":"Point","coordinates":[-0.0582359,51.4945945]},"properties":{"@type":"node","@id":269875474,"@timestamp":1510018249},"coords":"51.4945945,-0.0582359","bedrooms":"0","price":"180000","area":"618"} , +{"type":"Feature","id":"n269882658","geometry":{"type":"Point","coordinates":[-0.0582562,51.4945241]},"properties":{"@type":"node","@id":269882658,"@timestamp":1251398285},"coords":"51.4945241,-0.0582562","bedrooms":"3","price":"197000","area":"401"} , +{"type":"Feature","id":"n269896000","geometry":{"type":"Point","coordinates":[-0.0607352,51.4940071]},"properties":{"@type":"node","@id":269896000,"@timestamp":1213276703},"coords":"51.4940071,-0.0607352","bedrooms":"2","price":"168000","area":"363"} , +{"type":"Feature","id":"n269912491","geometry":{"type":"Point","coordinates":[-0.744985,51.3513635]},"properties":{"@type":"node","@id":269912491,"@timestamp":1213283692},"coords":"51.3513635,-0.744985","bedrooms":"1","price":"166000","area":"377"} , +{"type":"Feature","id":"n269912607","geometry":{"type":"Point","coordinates":[-0.7502237,51.3484102]},"properties":{"@type":"node","@id":269912607,"@timestamp":1213283700},"coords":"51.3484102,-0.7502237","bedrooms":"2","price":"223000","area":"660"} , +{"type":"Feature","id":"n269912621","geometry":{"type":"Point","coordinates":[-0.7506303,51.3483924]},"properties":{"@type":"node","@id":269912621,"@timestamp":1213283701},"coords":"51.3483924,-0.7506303","bedrooms":"4","price":"282000","area":"594"} , +{"type":"Feature","id":"n269912783","geometry":{"type":"Point","coordinates":[-0.7388377,51.3424629]},"properties":{"@type":"node","@id":269912783,"@timestamp":1213283715},"coords":"51.3424629,-0.7388377","bedrooms":"4","price":"239000","area":"419"} , +{"type":"Feature","id":"n269912810","geometry":{"type":"Point","coordinates":[-0.7506726,51.3418686]},"properties":{"@type":"node","@id":269912810,"@timestamp":1213283718},"coords":"51.3418686,-0.7506726","bedrooms":"4","price":"182000","area":"427"} , +{"type":"Feature","id":"n269912820","geometry":{"type":"Point","coordinates":[-0.7533099,51.3422024]},"properties":{"@type":"node","@id":269912820,"@timestamp":1213283718},"coords":"51.3422024,-0.7533099","bedrooms":"1","price":"286000","area":"545"} , +{"type":"Feature","id":"n269912830","geometry":{"type":"Point","coordinates":[-0.7542671,51.3419952]},"properties":{"@type":"node","@id":269912830,"@timestamp":1213283722},"coords":"51.3419952,-0.7542671","bedrooms":"2","price":"253000","area":"489"} , +{"type":"Feature","id":"n269912869","geometry":{"type":"Point","coordinates":[-0.749252,51.3392863]},"properties":{"@type":"node","@id":269912869,"@timestamp":1381690530},"coords":"51.3392863,-0.749252","bedrooms":"4","price":"294000","area":"606"} , +{"type":"Feature","id":"n269912956","geometry":{"type":"Point","coordinates":[-0.7653502,51.33526]},"properties":{"@type":"node","@id":269912956,"@timestamp":1213283732},"coords":"51.33526,-0.7653502","bedrooms":"4","price":"239000","area":"663"} , +{"type":"Feature","id":"n269912992","geometry":{"type":"Point","coordinates":[-0.765054,51.3372067]},"properties":{"@type":"node","@id":269912992,"@timestamp":1213283735},"coords":"51.3372067,-0.765054","bedrooms":"0","price":"251000","area":"402"} , +{"type":"Feature","id":"n269936982","geometry":{"type":"Point","coordinates":[-0.9760629,51.5121573]},"properties":{"@type":"node","@id":269936982,"@timestamp":1437320895},"coords":"51.5121573,-0.9760629","bedrooms":"2","price":"178000","area":"689"} , +{"type":"Feature","id":"n269964402","geometry":{"type":"Point","coordinates":[-0.5392823,51.256554]},"properties":{"@type":"node","@id":269964402,"@timestamp":1213303769},"coords":"51.256554,-0.5392823","bedrooms":"2","price":"238000","area":"518"} , +{"type":"Feature","id":"n270084216","geometry":{"type":"Point","coordinates":[-0.7046,51.3423832]},"properties":{"@type":"node","@id":270084216,"@timestamp":1213361519},"coords":"51.3423832,-0.7046","bedrooms":"0","price":"270000","area":"637"} , +{"type":"Feature","id":"n270084246","geometry":{"type":"Point","coordinates":[-0.7090268,51.3397585]},"properties":{"@type":"node","@id":270084246,"@timestamp":1213361522},"coords":"51.3397585,-0.7090268","bedrooms":"3","price":"230000","area":"635"} , +{"type":"Feature","id":"n270084297","geometry":{"type":"Point","coordinates":[-0.712543,51.3373021]},"properties":{"@type":"node","@id":270084297,"@timestamp":1213361526},"coords":"51.3373021,-0.712543","bedrooms":"1","price":"241000","area":"542"} , +{"type":"Feature","id":"n270084308","geometry":{"type":"Point","coordinates":[-0.7118955,51.3372821]},"properties":{"@type":"node","@id":270084308,"@timestamp":1213361530},"coords":"51.3372821,-0.7118955","bedrooms":"2","price":"203000","area":"405"} , +{"type":"Feature","id":"n270084379","geometry":{"type":"Point","coordinates":[-0.7184615,51.3354887]},"properties":{"@type":"node","@id":270084379,"@timestamp":1213361540},"coords":"51.3354887,-0.7184615","bedrooms":"3","price":"231000","area":"468"} , +{"type":"Feature","id":"n270084447","geometry":{"type":"Point","coordinates":[-0.708361,51.3343098]},"properties":{"@type":"node","@id":270084447,"@timestamp":1213361547},"coords":"51.3343098,-0.708361","bedrooms":"3","price":"159000","area":"398"} , +{"type":"Feature","id":"n270084459","geometry":{"type":"Point","coordinates":[-0.7086888,51.3336101]},"properties":{"@type":"node","@id":270084459,"@timestamp":1213361549},"coords":"51.3336101,-0.7086888","bedrooms":"2","price":"232000","area":"580"} , +{"type":"Feature","id":"n270084491","geometry":{"type":"Point","coordinates":[-0.7013144,51.3372746]},"properties":{"@type":"node","@id":270084491,"@timestamp":1213361554},"coords":"51.3372746,-0.7013144","bedrooms":"3","price":"238000","area":"538"} , +{"type":"Feature","id":"n270084522","geometry":{"type":"Point","coordinates":[-0.7027968,51.3389442]},"properties":{"@type":"node","@id":270084522,"@timestamp":1213361563},"coords":"51.3389442,-0.7027968","bedrooms":"1","price":"199000","area":"538"} , +{"type":"Feature","id":"n270084537","geometry":{"type":"Point","coordinates":[-0.7111202,51.3470147]},"properties":{"@type":"node","@id":270084537,"@timestamp":1213361565},"coords":"51.3470147,-0.7111202","bedrooms":"3","price":"176000","area":"573"} , +{"type":"Feature","id":"n270084548","geometry":{"type":"Point","coordinates":[-0.7114798,51.3462674]},"properties":{"@type":"node","@id":270084548,"@timestamp":1213361566},"coords":"51.3462674,-0.7114798","bedrooms":"4","price":"288000","area":"585"} , +{"type":"Feature","id":"n270084558","geometry":{"type":"Point","coordinates":[-0.7099358,51.3469941]},"properties":{"@type":"node","@id":270084558,"@timestamp":1213361570},"coords":"51.3469941,-0.7099358","bedrooms":"4","price":"238000","area":"439"} , +{"type":"Feature","id":"n270084646","geometry":{"type":"Point","coordinates":[-0.7110719,51.3438829]},"properties":{"@type":"node","@id":270084646,"@timestamp":1213361581},"coords":"51.3438829,-0.7110719","bedrooms":"2","price":"188000","area":"628"} , +{"type":"Feature","id":"n270084659","geometry":{"type":"Point","coordinates":[-0.709606,51.3435431]},"properties":{"@type":"node","@id":270084659,"@timestamp":1213361581},"coords":"51.3435431,-0.709606","bedrooms":"2","price":"246000","area":"509"} , +{"type":"Feature","id":"n270084697","geometry":{"type":"Point","coordinates":[-0.7123676,51.3439387]},"properties":{"@type":"node","@id":270084697,"@timestamp":1213361585},"coords":"51.3439387,-0.7123676","bedrooms":"1","price":"184000","area":"413"} , +{"type":"Feature","id":"n270084709","geometry":{"type":"Point","coordinates":[-0.7114031,51.3429307]},"properties":{"@type":"node","@id":270084709,"@timestamp":1213361585},"coords":"51.3429307,-0.7114031","bedrooms":"2","price":"245000","area":"366"} , +{"type":"Feature","id":"n270084735","geometry":{"type":"Point","coordinates":[-0.7118129,51.3452957]},"properties":{"@type":"node","@id":270084735,"@timestamp":1213361587},"coords":"51.3452957,-0.7118129","bedrooms":"2","price":"209000","area":"379"} , +{"type":"Feature","id":"n270084748","geometry":{"type":"Point","coordinates":[-0.7101293,51.3417135]},"properties":{"@type":"node","@id":270084748,"@timestamp":1213361588},"coords":"51.3417135,-0.7101293","bedrooms":"3","price":"212000","area":"685"} , +{"type":"Feature","id":"n270084761","geometry":{"type":"Point","coordinates":[-0.7102413,51.3425651]},"properties":{"@type":"node","@id":270084761,"@timestamp":1213361588},"coords":"51.3425651,-0.7102413","bedrooms":"2","price":"271000","area":"383"} , +{"type":"Feature","id":"n270084775","geometry":{"type":"Point","coordinates":[-0.7073088,51.3456132]},"properties":{"@type":"node","@id":270084775,"@timestamp":1562358823},"coords":"51.3456132,-0.7073088","bedrooms":"0","price":"152000","area":"503"} , +{"type":"Feature","id":"n270084834","geometry":{"type":"Point","coordinates":[-0.7084507,51.3440465]},"properties":{"@type":"node","@id":270084834,"@timestamp":1213361594},"coords":"51.3440465,-0.7084507","bedrooms":"3","price":"173000","area":"397"} , +{"type":"Feature","id":"n270084861","geometry":{"type":"Point","coordinates":[-0.7083337,51.3447066]},"properties":{"@type":"node","@id":270084861,"@timestamp":1213361596},"coords":"51.3447066,-0.7083337","bedrooms":"1","price":"212000","area":"387"} , +{"type":"Feature","id":"n270084872","geometry":{"type":"Point","coordinates":[-0.7075168,51.3449682]},"properties":{"@type":"node","@id":270084872,"@timestamp":1213361597},"coords":"51.3449682,-0.7075168","bedrooms":"4","price":"170000","area":"448"} , +{"type":"Feature","id":"n270084882","geometry":{"type":"Point","coordinates":[-0.7116593,51.3414221]},"properties":{"@type":"node","@id":270084882,"@timestamp":1213361598},"coords":"51.3414221,-0.7116593","bedrooms":"3","price":"193000","area":"558"} , +{"type":"Feature","id":"n270084892","geometry":{"type":"Point","coordinates":[-0.7115432,51.3414259]},"properties":{"@type":"node","@id":270084892,"@timestamp":1213361599},"coords":"51.3414259,-0.7115432","bedrooms":"0","price":"213000","area":"381"} , +{"type":"Feature","id":"n270084903","geometry":{"type":"Point","coordinates":[-0.7155197,51.343832]},"properties":{"@type":"node","@id":270084903,"@timestamp":1213361599},"coords":"51.343832,-0.7155197","bedrooms":"1","price":"257000","area":"434"} , +{"type":"Feature","id":"n270084913","geometry":{"type":"Point","coordinates":[-0.7156953,51.3432033]},"properties":{"@type":"node","@id":270084913,"@timestamp":1213361604},"coords":"51.3432033,-0.7156953","bedrooms":"0","price":"299000","area":"376"} , +{"type":"Feature","id":"n270084943","geometry":{"type":"Point","coordinates":[-0.7172306,51.3420827]},"properties":{"@type":"node","@id":270084943,"@timestamp":1213361606},"coords":"51.3420827,-0.7172306","bedrooms":"3","price":"233000","area":"378"} , +{"type":"Feature","id":"n270084953","geometry":{"type":"Point","coordinates":[-0.7145325,51.3409615]},"properties":{"@type":"node","@id":270084953,"@timestamp":1213361607},"coords":"51.3409615,-0.7145325","bedrooms":"0","price":"248000","area":"377"} , +{"type":"Feature","id":"n270084966","geometry":{"type":"Point","coordinates":[-0.7163268,51.3409291]},"properties":{"@type":"node","@id":270084966,"@timestamp":1213361608},"coords":"51.3409291,-0.7163268","bedrooms":"1","price":"175000","area":"516"} , +{"type":"Feature","id":"n270085027","geometry":{"type":"Point","coordinates":[-0.7176457,51.3391905]},"properties":{"@type":"node","@id":270085027,"@timestamp":1213361610},"coords":"51.3391905,-0.7176457","bedrooms":"1","price":"262000","area":"377"} , +{"type":"Feature","id":"n270085108","geometry":{"type":"Point","coordinates":[-0.7124588,51.3403908]},"properties":{"@type":"node","@id":270085108,"@timestamp":1213361612},"coords":"51.3403908,-0.7124588","bedrooms":"3","price":"234000","area":"398"} , +{"type":"Feature","id":"n270085118","geometry":{"type":"Point","coordinates":[-0.7154091,51.3402861]},"properties":{"@type":"node","@id":270085118,"@timestamp":1213361612},"coords":"51.3402861,-0.7154091","bedrooms":"2","price":"272000","area":"444"} , +{"type":"Feature","id":"n270085132","geometry":{"type":"Point","coordinates":[-0.71756,51.3387525]},"properties":{"@type":"node","@id":270085132,"@timestamp":1213361617},"coords":"51.3387525,-0.71756","bedrooms":"3","price":"193000","area":"646"} , +{"type":"Feature","id":"n270102478","geometry":{"type":"Point","coordinates":[-0.7468793,51.3367493]},"properties":{"@type":"node","@id":270102478,"@timestamp":1213368609},"coords":"51.3367493,-0.7468793","bedrooms":"2","price":"279000","area":"454"} , +{"type":"Feature","id":"n270102629","geometry":{"type":"Point","coordinates":[-0.7494246,51.3381845]},"properties":{"@type":"node","@id":270102629,"@timestamp":1213368619},"coords":"51.3381845,-0.7494246","bedrooms":"0","price":"175000","area":"606"} , +{"type":"Feature","id":"n270102643","geometry":{"type":"Point","coordinates":[-0.749291,51.3380293]},"properties":{"@type":"node","@id":270102643,"@timestamp":1213368620},"coords":"51.3380293,-0.749291","bedrooms":"1","price":"156000","area":"697"} , +{"type":"Feature","id":"n270114200","geometry":{"type":"Point","coordinates":[-0.518165,51.0961567]},"properties":{"@type":"node","@id":270114200,"@timestamp":1451766123},"coords":"51.0961567,-0.518165","bedrooms":"4","price":"283000","area":"508"} , +{"type":"Feature","id":"n270140249","geometry":{"type":"Point","coordinates":[-0.3226485,51.1362991]},"properties":{"@type":"node","@id":270140249,"@timestamp":1421617972},"coords":"51.1362991,-0.3226485","bedrooms":"3","price":"164000","area":"385"} , +{"type":"Feature","id":"n270151032","geometry":{"type":"Point","coordinates":[-0.1693081,51.3347378]},"properties":{"@type":"node","@id":270151032,"@timestamp":1627165187},"coords":"51.3347378,-0.1693081","bedrooms":"1","price":"256000","area":"590"} , +{"type":"Feature","id":"n270201264","geometry":{"type":"Point","coordinates":[-0.1692843,51.3348775]},"properties":{"@type":"node","@id":270201264,"@timestamp":1396270133},"coords":"51.3348775,-0.1692843","bedrooms":"0","price":"176000","area":"428"} , +{"type":"Feature","id":"n270333153","geometry":{"type":"Point","coordinates":[-0.5576775,51.2496382]},"properties":{"@type":"node","@id":270333153,"@timestamp":1234486004},"coords":"51.2496382,-0.5576775","bedrooms":"3","price":"227000","area":"577"} , +{"type":"Feature","id":"n270341628","geometry":{"type":"Point","coordinates":[-0.5803307,51.7626441]},"properties":{"@type":"node","@id":270341628,"@timestamp":1213471547},"coords":"51.7626441,-0.5803307","bedrooms":"1","price":"256000","area":"544"} , +{"type":"Feature","id":"n270346092","geometry":{"type":"Point","coordinates":[-0.7285273,51.3996824]},"properties":{"@type":"node","@id":270346092,"@timestamp":1442437333},"coords":"51.3996824,-0.7285273","bedrooms":"3","price":"181000","area":"633"} , +{"type":"Feature","id":"n270385360","geometry":{"type":"Point","coordinates":[-0.4277228,51.7558507]},"properties":{"@type":"node","@id":270385360,"@timestamp":1213487218},"coords":"51.7558507,-0.4277228","bedrooms":"0","price":"285000","area":"679"} , +{"type":"Feature","id":"n270386205","geometry":{"type":"Point","coordinates":[-0.3963984,51.6790055]},"properties":{"@type":"node","@id":270386205,"@timestamp":1213487555},"coords":"51.6790055,-0.3963984","bedrooms":"0","price":"214000","area":"518"} , +{"type":"Feature","id":"n270420458","geometry":{"type":"Point","coordinates":[-0.03231,51.5010843]},"properties":{"@type":"node","@id":270420458,"@timestamp":1378594973},"coords":"51.5010843,-0.03231","bedrooms":"2","price":"200000","area":"613"} , +{"type":"Feature","id":"n270420485","geometry":{"type":"Point","coordinates":[-0.046808,51.5042527]},"properties":{"@type":"node","@id":270420485,"@timestamp":1353531424},"coords":"51.5042527,-0.046808","bedrooms":"1","price":"296000","area":"619"} , +{"type":"Feature","id":"n270442710","geometry":{"type":"Point","coordinates":[0.8938587,51.0741424]},"properties":{"@type":"node","@id":270442710,"@timestamp":1213530750},"coords":"51.0741424,0.8938587","bedrooms":"3","price":"292000","area":"575"} , +{"type":"Feature","id":"n270442720","geometry":{"type":"Point","coordinates":[0.8953226,51.0700649]},"properties":{"@type":"node","@id":270442720,"@timestamp":1213530751},"coords":"51.0700649,0.8953226","bedrooms":"3","price":"265000","area":"390"} , +{"type":"Feature","id":"n270442731","geometry":{"type":"Point","coordinates":[0.8915602,51.0763048]},"properties":{"@type":"node","@id":270442731,"@timestamp":1213530751},"coords":"51.0763048,0.8915602","bedrooms":"4","price":"202000","area":"589"} , +{"type":"Feature","id":"n270442741","geometry":{"type":"Point","coordinates":[0.8872169,51.0773199]},"properties":{"@type":"node","@id":270442741,"@timestamp":1213530752},"coords":"51.0773199,0.8872169","bedrooms":"1","price":"265000","area":"402"} , +{"type":"Feature","id":"n270443561","geometry":{"type":"Point","coordinates":[0.8745814,51.0871618]},"properties":{"@type":"node","@id":270443561,"@timestamp":1213531293},"coords":"51.0871618,0.8745814","bedrooms":"0","price":"218000","area":"667"} , +{"type":"Feature","id":"n270443575","geometry":{"type":"Point","coordinates":[0.8784941,51.0950519]},"properties":{"@type":"node","@id":270443575,"@timestamp":1213531295},"coords":"51.0950519,0.8784941","bedrooms":"1","price":"191000","area":"589"} , +{"type":"Feature","id":"n270480943","geometry":{"type":"Point","coordinates":[-0.0103755,51.7113176]},"properties":{"@type":"node","@id":270480943,"@timestamp":1505730919},"coords":"51.7113176,-0.0103755","bedrooms":"4","price":"249000","area":"364"} , +{"type":"Feature","id":"n270491184","geometry":{"type":"Point","coordinates":[-0.0304441,51.513611]},"properties":{"@type":"node","@id":270491184,"@timestamp":1534013611},"coords":"51.513611,-0.0304441","bedrooms":"3","price":"218000","area":"508"} , +{"type":"Feature","id":"n270521734","geometry":{"type":"Point","coordinates":[-0.6497327,51.7871855]},"properties":{"@type":"node","@id":270521734,"@timestamp":1535995558},"coords":"51.7871855,-0.6497327","bedrooms":"3","price":"163000","area":"642"} , +{"type":"Feature","id":"n270551014","geometry":{"type":"Point","coordinates":[-0.8490745,51.276073]},"properties":{"@type":"node","@id":270551014,"@timestamp":1434399590},"coords":"51.276073,-0.8490745","bedrooms":"2","price":"225000","area":"453"} , +{"type":"Feature","id":"n270561849","geometry":{"type":"Point","coordinates":[-0.6387403,51.6035639]},"properties":{"@type":"node","@id":270561849,"@timestamp":1213564837},"coords":"51.6035639,-0.6387403","bedrooms":"4","price":"206000","area":"405"} , +{"type":"Feature","id":"n270597388","geometry":{"type":"Point","coordinates":[0.3243858,51.4788175]},"properties":{"@type":"node","@id":270597388,"@timestamp":1494208134},"coords":"51.4788175,0.3243858","bedrooms":"1","price":"184000","area":"393"} , +{"type":"Feature","id":"n270600309","geometry":{"type":"Point","coordinates":[-0.1214289,51.1718762]},"properties":{"@type":"node","@id":270600309,"@timestamp":1213572256},"coords":"51.1718762,-0.1214289","bedrooms":"3","price":"153000","area":"554"} , +{"type":"Feature","id":"n270600324","geometry":{"type":"Point","coordinates":[-0.1241462,51.173436]},"properties":{"@type":"node","@id":270600324,"@timestamp":1213572257},"coords":"51.173436,-0.1241462","bedrooms":"0","price":"278000","area":"354"} , +{"type":"Feature","id":"n270601552","geometry":{"type":"Point","coordinates":[-0.1101826,51.1568769]},"properties":{"@type":"node","@id":270601552,"@timestamp":1213572729},"coords":"51.1568769,-0.1101826","bedrooms":"4","price":"292000","area":"674"} , +{"type":"Feature","id":"n270603471","geometry":{"type":"Point","coordinates":[-0.0882077,51.1255431]},"properties":{"@type":"node","@id":270603471,"@timestamp":1213573245},"coords":"51.1255431,-0.0882077","bedrooms":"0","price":"282000","area":"368"} , +{"type":"Feature","id":"n270603493","geometry":{"type":"Point","coordinates":[-0.0780002,51.126897]},"properties":{"@type":"node","@id":270603493,"@timestamp":1213573248},"coords":"51.126897,-0.0780002","bedrooms":"3","price":"159000","area":"527"} , +{"type":"Feature","id":"n270603598","geometry":{"type":"Point","coordinates":[-0.3900973,51.6869319]},"properties":{"@type":"node","@id":270603598,"@timestamp":1574786837},"coords":"51.6869319,-0.3900973","bedrooms":"2","price":"203000","area":"688"} , +{"type":"Feature","id":"n270615054","geometry":{"type":"Point","coordinates":[-0.5004662,51.7492462]},"properties":{"@type":"node","@id":270615054,"@timestamp":1296468250},"coords":"51.7492462,-0.5004662","bedrooms":"3","price":"260000","area":"593"} , +{"type":"Feature","id":"n270640936","geometry":{"type":"Point","coordinates":[-0.6271589,51.5936057]},"properties":{"@type":"node","@id":270640936,"@timestamp":1464715323},"coords":"51.5936057,-0.6271589","bedrooms":"0","price":"203000","area":"553"} , +{"type":"Feature","id":"n270676470","geometry":{"type":"Point","coordinates":[-0.2295508,51.7227591]},"properties":{"@type":"node","@id":270676470,"@timestamp":1213615982},"coords":"51.7227591,-0.2295508","bedrooms":"2","price":"299000","area":"642"} , +{"type":"Feature","id":"n270712105","geometry":{"type":"Point","coordinates":[-0.2020607,51.4980149]},"properties":{"@type":"node","@id":270712105,"@timestamp":1587544472},"coords":"51.4980149,-0.2020607","bedrooms":"3","price":"249000","area":"698"} , +{"type":"Feature","id":"n270757830","geometry":{"type":"Point","coordinates":[-0.9840117,51.5469783]},"properties":{"@type":"node","@id":270757830,"@timestamp":1256375302},"coords":"51.5469783,-0.9840117","bedrooms":"3","price":"159000","area":"429"} , +{"type":"Feature","id":"n270891475","geometry":{"type":"Point","coordinates":[-0.2801661,51.1210429]},"properties":{"@type":"node","@id":270891475,"@timestamp":1516834185},"coords":"51.1210429,-0.2801661","bedrooms":"2","price":"225000","area":"673"} , +{"type":"Feature","id":"n270907015","geometry":{"type":"Point","coordinates":[-0.7179433,51.3450923]},"properties":{"@type":"node","@id":270907015,"@timestamp":1213701951},"coords":"51.3450923,-0.7179433","bedrooms":"1","price":"269000","area":"561"} , +{"type":"Feature","id":"n270907026","geometry":{"type":"Point","coordinates":[-0.7181606,51.3452961]},"properties":{"@type":"node","@id":270907026,"@timestamp":1213701952},"coords":"51.3452961,-0.7181606","bedrooms":"0","price":"281000","area":"470"} , +{"type":"Feature","id":"n270907058","geometry":{"type":"Point","coordinates":[-0.7207975,51.3423682]},"properties":{"@type":"node","@id":270907058,"@timestamp":1213701955},"coords":"51.3423682,-0.7207975","bedrooms":"3","price":"234000","area":"468"} , +{"type":"Feature","id":"n270907130","geometry":{"type":"Point","coordinates":[-0.7228271,51.3398864]},"properties":{"@type":"node","@id":270907130,"@timestamp":1213701961},"coords":"51.3398864,-0.7228271","bedrooms":"3","price":"181000","area":"370"} , +{"type":"Feature","id":"n270907146","geometry":{"type":"Point","coordinates":[-0.7232011,51.336928]},"properties":{"@type":"node","@id":270907146,"@timestamp":1213701962},"coords":"51.336928,-0.7232011","bedrooms":"3","price":"181000","area":"585"} , +{"type":"Feature","id":"n270907171","geometry":{"type":"Point","coordinates":[-0.7267423,51.3368476]},"properties":{"@type":"node","@id":270907171,"@timestamp":1213701963},"coords":"51.3368476,-0.7267423","bedrooms":"4","price":"212000","area":"538"} , +{"type":"Feature","id":"n270907239","geometry":{"type":"Point","coordinates":[-0.7271021,51.3389407]},"properties":{"@type":"node","@id":270907239,"@timestamp":1213701969},"coords":"51.3389407,-0.7271021","bedrooms":"4","price":"288000","area":"678"} , +{"type":"Feature","id":"n270907338","geometry":{"type":"Point","coordinates":[-0.7279257,51.3439079]},"properties":{"@type":"node","@id":270907338,"@timestamp":1213701977},"coords":"51.3439079,-0.7279257","bedrooms":"4","price":"225000","area":"575"} , +{"type":"Feature","id":"n270907405","geometry":{"type":"Point","coordinates":[-0.7278245,51.3422869]},"properties":{"@type":"node","@id":270907405,"@timestamp":1213701989},"coords":"51.3422869,-0.7278245","bedrooms":"4","price":"176000","area":"394"} , +{"type":"Feature","id":"n270907418","geometry":{"type":"Point","coordinates":[-0.7293582,51.3412346]},"properties":{"@type":"node","@id":270907418,"@timestamp":1213701990},"coords":"51.3412346,-0.7293582","bedrooms":"0","price":"296000","area":"657"} , +{"type":"Feature","id":"n270907481","geometry":{"type":"Point","coordinates":[-0.7361241,51.3400867]},"properties":{"@type":"node","@id":270907481,"@timestamp":1213701995},"coords":"51.3400867,-0.7361241","bedrooms":"4","price":"261000","area":"494"} , +{"type":"Feature","id":"n270907492","geometry":{"type":"Point","coordinates":[-0.7346857,51.3407214]},"properties":{"@type":"node","@id":270907492,"@timestamp":1213701996},"coords":"51.3407214,-0.7346857","bedrooms":"2","price":"154000","area":"437"} , +{"type":"Feature","id":"n270907505","geometry":{"type":"Point","coordinates":[-0.7362802,51.3411945]},"properties":{"@type":"node","@id":270907505,"@timestamp":1213701997},"coords":"51.3411945,-0.7362802","bedrooms":"0","price":"282000","area":"445"} , +{"type":"Feature","id":"n270907516","geometry":{"type":"Point","coordinates":[-0.7350576,51.3401315]},"properties":{"@type":"node","@id":270907516,"@timestamp":1213701998},"coords":"51.3401315,-0.7350576","bedrooms":"3","price":"262000","area":"470"} , +{"type":"Feature","id":"n270912183","geometry":{"type":"Point","coordinates":[-0.7498908,51.4357901]},"properties":{"@type":"node","@id":270912183,"@timestamp":1213705633},"coords":"51.4357901,-0.7498908","bedrooms":"3","price":"180000","area":"602"} , +{"type":"Feature","id":"n270921707","geometry":{"type":"Point","coordinates":[0.8721763,51.0719932]},"properties":{"@type":"node","@id":270921707,"@timestamp":1213709456},"coords":"51.0719932,0.8721763","bedrooms":"3","price":"271000","area":"585"} , +{"type":"Feature","id":"n270921717","geometry":{"type":"Point","coordinates":[0.8732067,51.0701375]},"properties":{"@type":"node","@id":270921717,"@timestamp":1213709457},"coords":"51.0701375,0.8732067","bedrooms":"3","price":"265000","area":"640"} , +{"type":"Feature","id":"n270921727","geometry":{"type":"Point","coordinates":[0.8730558,51.067979]},"properties":{"@type":"node","@id":270921727,"@timestamp":1214339605},"coords":"51.067979,0.8730558","bedrooms":"4","price":"187000","area":"695"} , +{"type":"Feature","id":"n270934698","geometry":{"type":"Point","coordinates":[-0.7570903,51.4250781]},"properties":{"@type":"node","@id":270934698,"@timestamp":1617490871},"coords":"51.4250781,-0.7570903","bedrooms":"4","price":"188000","area":"401"} , +{"type":"Feature","id":"n270937349","geometry":{"type":"Point","coordinates":[-0.7285423,51.3307418]},"properties":{"@type":"node","@id":270937349,"@timestamp":1213717751},"coords":"51.3307418,-0.7285423","bedrooms":"1","price":"205000","area":"549"} , +{"type":"Feature","id":"n270937367","geometry":{"type":"Point","coordinates":[-0.7296853,51.3313944]},"properties":{"@type":"node","@id":270937367,"@timestamp":1213717752},"coords":"51.3313944,-0.7296853","bedrooms":"1","price":"163000","area":"474"} , +{"type":"Feature","id":"n270937394","geometry":{"type":"Point","coordinates":[-0.7310819,51.3311647]},"properties":{"@type":"node","@id":270937394,"@timestamp":1213717754},"coords":"51.3311647,-0.7310819","bedrooms":"4","price":"253000","area":"665"} , +{"type":"Feature","id":"n270937404","geometry":{"type":"Point","coordinates":[-0.7302777,51.3311518]},"properties":{"@type":"node","@id":270937404,"@timestamp":1213717754},"coords":"51.3311518,-0.7302777","bedrooms":"3","price":"285000","area":"474"} , +{"type":"Feature","id":"n270937416","geometry":{"type":"Point","coordinates":[-0.7330678,51.3332622]},"properties":{"@type":"node","@id":270937416,"@timestamp":1213717755},"coords":"51.3332622,-0.7330678","bedrooms":"4","price":"210000","area":"629"} , +{"type":"Feature","id":"n270937431","geometry":{"type":"Point","coordinates":[-0.7315225,51.3358955]},"properties":{"@type":"node","@id":270937431,"@timestamp":1213717757},"coords":"51.3358955,-0.7315225","bedrooms":"2","price":"235000","area":"591"} , +{"type":"Feature","id":"n270937444","geometry":{"type":"Point","coordinates":[-0.732715,51.3340602]},"properties":{"@type":"node","@id":270937444,"@timestamp":1213717758},"coords":"51.3340602,-0.732715","bedrooms":"1","price":"286000","area":"427"} , +{"type":"Feature","id":"n270937461","geometry":{"type":"Point","coordinates":[-0.7352009,51.3361354]},"properties":{"@type":"node","@id":270937461,"@timestamp":1213717759},"coords":"51.3361354,-0.7352009","bedrooms":"2","price":"150000","area":"635"} , +{"type":"Feature","id":"n270937505","geometry":{"type":"Point","coordinates":[-0.7381008,51.3354795]},"properties":{"@type":"node","@id":270937505,"@timestamp":1213717762},"coords":"51.3354795,-0.7381008","bedrooms":"0","price":"264000","area":"555"} , +{"type":"Feature","id":"n270937517","geometry":{"type":"Point","coordinates":[-0.7378049,51.3342265]},"properties":{"@type":"node","@id":270937517,"@timestamp":1213717763},"coords":"51.3342265,-0.7378049","bedrooms":"2","price":"264000","area":"361"} , +{"type":"Feature","id":"n270937532","geometry":{"type":"Point","coordinates":[-0.739724,51.3350179]},"properties":{"@type":"node","@id":270937532,"@timestamp":1213717764},"coords":"51.3350179,-0.739724","bedrooms":"3","price":"287000","area":"372"} , +{"type":"Feature","id":"n270937587","geometry":{"type":"Point","coordinates":[-0.7375435,51.3324401]},"properties":{"@type":"node","@id":270937587,"@timestamp":1213717768},"coords":"51.3324401,-0.7375435","bedrooms":"1","price":"257000","area":"380"} , +{"type":"Feature","id":"n270937611","geometry":{"type":"Point","coordinates":[-0.7338841,51.3322031]},"properties":{"@type":"node","@id":270937611,"@timestamp":1213717770},"coords":"51.3322031,-0.7338841","bedrooms":"2","price":"262000","area":"658"} , +{"type":"Feature","id":"n270937636","geometry":{"type":"Point","coordinates":[-0.7339113,51.3317716]},"properties":{"@type":"node","@id":270937636,"@timestamp":1213717772},"coords":"51.3317716,-0.7339113","bedrooms":"3","price":"235000","area":"562"} , +{"type":"Feature","id":"n270937676","geometry":{"type":"Point","coordinates":[-0.7428615,51.3311237]},"properties":{"@type":"node","@id":270937676,"@timestamp":1213717776},"coords":"51.3311237,-0.7428615","bedrooms":"1","price":"289000","area":"630"} , +{"type":"Feature","id":"n270937697","geometry":{"type":"Point","coordinates":[-0.7413126,51.3311416]},"properties":{"@type":"node","@id":270937697,"@timestamp":1213717777},"coords":"51.3311416,-0.7413126","bedrooms":"4","price":"172000","area":"385"} , +{"type":"Feature","id":"n270937715","geometry":{"type":"Point","coordinates":[-0.7394622,51.3297036]},"properties":{"@type":"node","@id":270937715,"@timestamp":1213717779},"coords":"51.3297036,-0.7394622","bedrooms":"1","price":"186000","area":"352"} , +{"type":"Feature","id":"n270937728","geometry":{"type":"Point","coordinates":[-0.737429,51.3292323]},"properties":{"@type":"node","@id":270937728,"@timestamp":1213717780},"coords":"51.3292323,-0.737429","bedrooms":"3","price":"241000","area":"495"} , +{"type":"Feature","id":"n270937749","geometry":{"type":"Point","coordinates":[-0.7445294,51.3312462]},"properties":{"@type":"node","@id":270937749,"@timestamp":1213717782},"coords":"51.3312462,-0.7445294","bedrooms":"4","price":"193000","area":"538"} , +{"type":"Feature","id":"n270937759","geometry":{"type":"Point","coordinates":[-0.743638,51.3314432]},"properties":{"@type":"node","@id":270937759,"@timestamp":1213717783},"coords":"51.3314432,-0.743638","bedrooms":"3","price":"249000","area":"353"} , +{"type":"Feature","id":"n270937808","geometry":{"type":"Point","coordinates":[-0.7416419,51.3234626]},"properties":{"@type":"node","@id":270937808,"@timestamp":1213717790},"coords":"51.3234626,-0.7416419","bedrooms":"3","price":"211000","area":"483"} , +{"type":"Feature","id":"n270937834","geometry":{"type":"Point","coordinates":[-0.7448668,51.323808]},"properties":{"@type":"node","@id":270937834,"@timestamp":1213717792},"coords":"51.323808,-0.7448668","bedrooms":"0","price":"213000","area":"556"} , +{"type":"Feature","id":"n270937859","geometry":{"type":"Point","coordinates":[-0.7523788,51.3240543]},"properties":{"@type":"node","@id":270937859,"@timestamp":1213717797},"coords":"51.3240543,-0.7523788","bedrooms":"2","price":"294000","area":"520"} , +{"type":"Feature","id":"n270980085","geometry":{"type":"Point","coordinates":[-1.0543879,51.4403967]},"properties":{"@type":"node","@id":270980085,"@timestamp":1213732725},"coords":"51.4403967,-1.0543879","bedrooms":"1","price":"292000","area":"450"} , +{"type":"Feature","id":"n270999504","geometry":{"type":"Point","coordinates":[-0.3530771,51.0897712]},"properties":{"@type":"node","@id":270999504,"@timestamp":1213735803},"coords":"51.0897712,-0.3530771","bedrooms":"4","price":"251000","area":"623"} , +{"type":"Feature","id":"n270999550","geometry":{"type":"Point","coordinates":[-0.3523089,51.0854397]},"properties":{"@type":"node","@id":270999550,"@timestamp":1213735811},"coords":"51.0854397,-0.3523089","bedrooms":"4","price":"150000","area":"519"} , +{"type":"Feature","id":"n271005176","geometry":{"type":"Point","coordinates":[-0.0724988,51.5000784]},"properties":{"@type":"node","@id":271005176,"@timestamp":1628777589},"coords":"51.5000784,-0.0724988","bedrooms":"0","price":"176000","area":"500"} , +{"type":"Feature","id":"n271048934","geometry":{"type":"Point","coordinates":[-0.0961795,51.4569986]},"properties":{"@type":"node","@id":271048934,"@timestamp":1313149069},"coords":"51.4569986,-0.0961795","bedrooms":"1","price":"162000","area":"514"} , +{"type":"Feature","id":"n271112488","geometry":{"type":"Point","coordinates":[-0.758236,51.3233093]},"properties":{"@type":"node","@id":271112488,"@timestamp":1213787078},"coords":"51.3233093,-0.758236","bedrooms":"4","price":"175000","area":"391"} , +{"type":"Feature","id":"n271112518","geometry":{"type":"Point","coordinates":[-0.760355,51.3241847]},"properties":{"@type":"node","@id":271112518,"@timestamp":1213787080},"coords":"51.3241847,-0.760355","bedrooms":"4","price":"199000","area":"442"} , +{"type":"Feature","id":"n271112531","geometry":{"type":"Point","coordinates":[-0.7601314,51.3249847]},"properties":{"@type":"node","@id":271112531,"@timestamp":1213787082},"coords":"51.3249847,-0.7601314","bedrooms":"1","price":"237000","area":"398"} , +{"type":"Feature","id":"n271112541","geometry":{"type":"Point","coordinates":[-0.7592019,51.3262066]},"properties":{"@type":"node","@id":271112541,"@timestamp":1213787083},"coords":"51.3262066,-0.7592019","bedrooms":"3","price":"221000","area":"444"} , +{"type":"Feature","id":"n271112551","geometry":{"type":"Point","coordinates":[-0.7585942,51.326158]},"properties":{"@type":"node","@id":271112551,"@timestamp":1213787086},"coords":"51.326158,-0.7585942","bedrooms":"3","price":"169000","area":"488"} , +{"type":"Feature","id":"n271112565","geometry":{"type":"Point","coordinates":[-0.7580472,51.3257448]},"properties":{"@type":"node","@id":271112565,"@timestamp":1213787092},"coords":"51.3257448,-0.7580472","bedrooms":"1","price":"246000","area":"626"} , +{"type":"Feature","id":"n271112575","geometry":{"type":"Point","coordinates":[-0.7589175,51.3259879]},"properties":{"@type":"node","@id":271112575,"@timestamp":1213787094},"coords":"51.3259879,-0.7589175","bedrooms":"2","price":"220000","area":"355"} , +{"type":"Feature","id":"n271112609","geometry":{"type":"Point","coordinates":[-0.7587219,51.3255232]},"properties":{"@type":"node","@id":271112609,"@timestamp":1213787097},"coords":"51.3255232,-0.7587219","bedrooms":"4","price":"189000","area":"410"} , +{"type":"Feature","id":"n271112654","geometry":{"type":"Point","coordinates":[-0.7576463,51.3254869]},"properties":{"@type":"node","@id":271112654,"@timestamp":1213787103},"coords":"51.3254869,-0.7576463","bedrooms":"4","price":"211000","area":"485"} , +{"type":"Feature","id":"n271112691","geometry":{"type":"Point","coordinates":[-0.7576578,51.3242552]},"properties":{"@type":"node","@id":271112691,"@timestamp":1213787106},"coords":"51.3242552,-0.7576578","bedrooms":"4","price":"210000","area":"582"} , +{"type":"Feature","id":"n271142085","geometry":{"type":"Point","coordinates":[-0.0263151,51.4940057]},"properties":{"@type":"node","@id":271142085,"@timestamp":1559080985},"coords":"51.4940057,-0.0263151","bedrooms":"4","price":"218000","area":"417"} , +{"type":"Feature","id":"n271190536","geometry":{"type":"Point","coordinates":[0.8709377,51.0731654]},"properties":{"@type":"node","@id":271190536,"@timestamp":1214941226},"coords":"51.0731654,0.8709377","bedrooms":"2","price":"198000","area":"381"} , +{"type":"Feature","id":"n271190572","geometry":{"type":"Point","coordinates":[0.8582215,51.0681791]},"properties":{"@type":"node","@id":271190572,"@timestamp":1213817818},"coords":"51.0681791,0.8582215","bedrooms":"1","price":"182000","area":"360"} , +{"type":"Feature","id":"n271190597","geometry":{"type":"Point","coordinates":[0.8598152,51.0693588]},"properties":{"@type":"node","@id":271190597,"@timestamp":1213817821},"coords":"51.0693588,0.8598152","bedrooms":"0","price":"235000","area":"417"} , +{"type":"Feature","id":"n271190631","geometry":{"type":"Point","coordinates":[0.863299,51.0705121]},"properties":{"@type":"node","@id":271190631,"@timestamp":1214593933},"coords":"51.0705121,0.863299","bedrooms":"3","price":"243000","area":"628"} , +{"type":"Feature","id":"n271190652","geometry":{"type":"Point","coordinates":[0.8677393,51.0733222]},"properties":{"@type":"node","@id":271190652,"@timestamp":1213817826},"coords":"51.0733222,0.8677393","bedrooms":"2","price":"241000","area":"522"} , +{"type":"Feature","id":"n271190665","geometry":{"type":"Point","coordinates":[0.8679347,51.0740171]},"properties":{"@type":"node","@id":271190665,"@timestamp":1213817828},"coords":"51.0740171,0.8679347","bedrooms":"0","price":"258000","area":"693"} , +{"type":"Feature","id":"n271215606","geometry":{"type":"Point","coordinates":[0.4215666,51.5615203]},"properties":{"@type":"node","@id":271215606,"@timestamp":1213822562},"coords":"51.5615203,0.4215666","bedrooms":"3","price":"241000","area":"633"} , +{"type":"Feature","id":"n271296268","geometry":{"type":"Point","coordinates":[-0.1888929,51.6094606]},"properties":{"@type":"node","@id":271296268,"@timestamp":1502665686},"coords":"51.6094606,-0.1888929","bedrooms":"2","price":"150000","area":"542"} , +{"type":"Feature","id":"n271330072","geometry":{"type":"Point","coordinates":[0.8616299,51.0722388]},"properties":{"@type":"node","@id":271330072,"@timestamp":1214941223},"coords":"51.0722388,0.8616299","bedrooms":"2","price":"189000","area":"489"} , +{"type":"Feature","id":"n271330092","geometry":{"type":"Point","coordinates":[0.8614338,51.0714532]},"properties":{"@type":"node","@id":271330092,"@timestamp":1213906472},"coords":"51.0714532,0.8614338","bedrooms":"2","price":"179000","area":"603"} , +{"type":"Feature","id":"n271330102","geometry":{"type":"Point","coordinates":[0.867183,51.0765844]},"properties":{"@type":"node","@id":271330102,"@timestamp":1213906473},"coords":"51.0765844,0.867183","bedrooms":"0","price":"201000","area":"565"} , +{"type":"Feature","id":"n271330112","geometry":{"type":"Point","coordinates":[0.865782,51.0738969]},"properties":{"@type":"node","@id":271330112,"@timestamp":1213906473},"coords":"51.0738969,0.865782","bedrooms":"2","price":"250000","area":"594"} , +{"type":"Feature","id":"n271330126","geometry":{"type":"Point","coordinates":[0.8674094,51.0758783]},"properties":{"@type":"node","@id":271330126,"@timestamp":1214941225},"coords":"51.0758783,0.8674094","bedrooms":"2","price":"224000","area":"594"} , +{"type":"Feature","id":"n271330140","geometry":{"type":"Point","coordinates":[0.8645856,51.0712465]},"properties":{"@type":"node","@id":271330140,"@timestamp":1213906476},"coords":"51.0712465,0.8645856","bedrooms":"4","price":"276000","area":"662"} , +{"type":"Feature","id":"n271330152","geometry":{"type":"Point","coordinates":[0.8619583,51.0686977]},"properties":{"@type":"node","@id":271330152,"@timestamp":1213906477},"coords":"51.0686977,0.8619583","bedrooms":"2","price":"249000","area":"422"} , +{"type":"Feature","id":"n271330162","geometry":{"type":"Point","coordinates":[0.861435,51.067693]},"properties":{"@type":"node","@id":271330162,"@timestamp":1213906477},"coords":"51.067693,0.861435","bedrooms":"0","price":"270000","area":"556"} , +{"type":"Feature","id":"n271379991","geometry":{"type":"Point","coordinates":[-0.329158,51.2953629]},"properties":{"@type":"node","@id":271379991,"@timestamp":1475773738},"coords":"51.2953629,-0.329158","bedrooms":"4","price":"266000","area":"374"} , +{"type":"Feature","id":"n271387070","geometry":{"type":"Point","coordinates":[-0.3466244,51.0677005]},"properties":{"@type":"node","@id":271387070,"@timestamp":1465422227},"coords":"51.0677005,-0.3466244","bedrooms":"2","price":"256000","area":"417"} , +{"type":"Feature","id":"n271388952","geometry":{"type":"Point","coordinates":[-0.1381212,51.4925881]},"properties":{"@type":"node","@id":271388952,"@timestamp":1626531102},"coords":"51.4925881,-0.1381212","bedrooms":"0","price":"218000","area":"614"} , +{"type":"Feature","id":"n271396250","geometry":{"type":"Point","coordinates":[-0.3328379,51.0611793]},"properties":{"@type":"node","@id":271396250,"@timestamp":1420995182},"coords":"51.0611793,-0.3328379","bedrooms":"4","price":"166000","area":"433"} , +{"type":"Feature","id":"n271409937","geometry":{"type":"Point","coordinates":[-0.026204,51.4997405]},"properties":{"@type":"node","@id":271409937,"@timestamp":1580168749},"coords":"51.4997405,-0.026204","bedrooms":"0","price":"165000","area":"583"} , +{"type":"Feature","id":"n271411787","geometry":{"type":"Point","coordinates":[-0.1562271,51.952091]},"properties":{"@type":"node","@id":271411787,"@timestamp":1589113322},"coords":"51.952091,-0.1562271","bedrooms":"2","price":"202000","area":"680"} , +{"type":"Feature","id":"n271415706","geometry":{"type":"Point","coordinates":[-0.1631104,51.953756]},"properties":{"@type":"node","@id":271415706,"@timestamp":1495642574},"coords":"51.953756,-0.1631104","bedrooms":"0","price":"173000","area":"449"} , +{"type":"Feature","id":"n271415752","geometry":{"type":"Point","coordinates":[-0.1702355,51.954688]},"properties":{"@type":"node","@id":271415752,"@timestamp":1517268445},"coords":"51.954688,-0.1702355","bedrooms":"1","price":"248000","area":"608"} , +{"type":"Feature","id":"n271487566","geometry":{"type":"Point","coordinates":[-0.6555235,51.4653374]},"properties":{"@type":"node","@id":271487566,"@timestamp":1214008238},"coords":"51.4653374,-0.6555235","bedrooms":"3","price":"256000","area":"490"} , +{"type":"Feature","id":"n271487714","geometry":{"type":"Point","coordinates":[-0.6588105,51.4658845]},"properties":{"@type":"node","@id":271487714,"@timestamp":1508929101},"coords":"51.4658845,-0.6588105","bedrooms":"1","price":"199000","area":"670"} , +{"type":"Feature","id":"n271656540","geometry":{"type":"Point","coordinates":[0.1600499,51.4196403]},"properties":{"@type":"node","@id":271656540,"@timestamp":1489249390},"coords":"51.4196403,0.1600499","bedrooms":"2","price":"206000","area":"371"} , +{"type":"Feature","id":"n271720807","geometry":{"type":"Point","coordinates":[-0.7409238,51.535775]},"properties":{"@type":"node","@id":271720807,"@timestamp":1530885292},"coords":"51.535775,-0.7409238","bedrooms":"4","price":"235000","area":"429"} , +{"type":"Feature","id":"n271742167","geometry":{"type":"Point","coordinates":[0.9063744,51.2171809]},"properties":{"@type":"node","@id":271742167,"@timestamp":1214069733},"coords":"51.2171809,0.9063744","bedrooms":"4","price":"224000","area":"588"} , +{"type":"Feature","id":"n271928524","geometry":{"type":"Point","coordinates":[0.298947,51.2361925]},"properties":{"@type":"node","@id":271928524,"@timestamp":1214148518},"coords":"51.2361925,0.298947","bedrooms":"0","price":"195000","area":"643"} , +{"type":"Feature","id":"n271928537","geometry":{"type":"Point","coordinates":[0.3058009,51.2379012]},"properties":{"@type":"node","@id":271928537,"@timestamp":1214148519},"coords":"51.2379012,0.3058009","bedrooms":"0","price":"266000","area":"366"} , +{"type":"Feature","id":"n271928560","geometry":{"type":"Point","coordinates":[0.3147556,51.2351246]},"properties":{"@type":"node","@id":271928560,"@timestamp":1214148521},"coords":"51.2351246,0.3147556","bedrooms":"4","price":"190000","area":"455"} , +{"type":"Feature","id":"n271929210","geometry":{"type":"Point","coordinates":[0.4171757,51.2730017]},"properties":{"@type":"node","@id":271929210,"@timestamp":1625009012},"coords":"51.2730017,0.4171757","bedrooms":"0","price":"274000","area":"667"} , +{"type":"Feature","id":"n271955802","geometry":{"type":"Point","coordinates":[-0.6966744,51.5954904]},"properties":{"@type":"node","@id":271955802,"@timestamp":1455383178},"coords":"51.5954904,-0.6966744","bedrooms":"1","price":"195000","area":"370"} , +{"type":"Feature","id":"n272031600","geometry":{"type":"Point","coordinates":[-1.0745241,51.0113633]},"properties":{"@type":"node","@id":272031600,"@timestamp":1581434798},"coords":"51.0113633,-1.0745241","bedrooms":"4","price":"288000","area":"486"} , +{"type":"Feature","id":"n272091767","geometry":{"type":"Point","coordinates":[-0.4913713,51.7503151]},"properties":{"@type":"node","@id":272091767,"@timestamp":1631214850},"coords":"51.7503151,-0.4913713","bedrooms":"3","price":"230000","area":"410"} , +{"type":"Feature","id":"n272279428","geometry":{"type":"Point","coordinates":[-0.8111839,51.481958]},"properties":{"@type":"node","@id":272279428,"@timestamp":1214217985},"coords":"51.481958,-0.8111839","bedrooms":"3","price":"253000","area":"686"} , +{"type":"Feature","id":"n272279447","geometry":{"type":"Point","coordinates":[-0.8087867,51.4834468]},"properties":{"@type":"node","@id":272279447,"@timestamp":1214217986},"coords":"51.4834468,-0.8087867","bedrooms":"1","price":"163000","area":"642"} , +{"type":"Feature","id":"n272282014","geometry":{"type":"Point","coordinates":[-0.8099038,51.4902674]},"properties":{"@type":"node","@id":272282014,"@timestamp":1214218355},"coords":"51.4902674,-0.8099038","bedrooms":"2","price":"234000","area":"358"} , +{"type":"Feature","id":"n272284667","geometry":{"type":"Point","coordinates":[-0.8093192,51.4987657]},"properties":{"@type":"node","@id":272284667,"@timestamp":1214218714},"coords":"51.4987657,-0.8093192","bedrooms":"3","price":"198000","area":"436"} , +{"type":"Feature","id":"n272284694","geometry":{"type":"Point","coordinates":[-0.8066121,51.4930097]},"properties":{"@type":"node","@id":272284694,"@timestamp":1214218715},"coords":"51.4930097,-0.8066121","bedrooms":"2","price":"228000","area":"557"} , +{"type":"Feature","id":"n272302718","geometry":{"type":"Point","coordinates":[-0.6956942,51.2734824]},"properties":{"@type":"node","@id":272302718,"@timestamp":1214221361},"coords":"51.2734824,-0.6956942","bedrooms":"0","price":"166000","area":"596"} , +{"type":"Feature","id":"n272305228","geometry":{"type":"Point","coordinates":[-0.7083838,51.268776]},"properties":{"@type":"node","@id":272305228,"@timestamp":1214221800},"coords":"51.268776,-0.7083838","bedrooms":"2","price":"183000","area":"485"} , +{"type":"Feature","id":"n272305730","geometry":{"type":"Point","coordinates":[-0.6821055,51.2822745]},"properties":{"@type":"node","@id":272305730,"@timestamp":1214221995},"coords":"51.2822745,-0.6821055","bedrooms":"2","price":"261000","area":"661"} , +{"type":"Feature","id":"n272310189","geometry":{"type":"Point","coordinates":[-0.6625533,51.2322782]},"properties":{"@type":"node","@id":272310189,"@timestamp":1224435751},"coords":"51.2322782,-0.6625533","bedrooms":"4","price":"152000","area":"417"} , +{"type":"Feature","id":"n272499302","geometry":{"type":"Point","coordinates":[-0.0211601,51.4893253]},"properties":{"@type":"node","@id":272499302,"@timestamp":1625893498},"coords":"51.4893253,-0.0211601","bedrooms":"3","price":"257000","area":"430"} , +{"type":"Feature","id":"n272526369","geometry":{"type":"Point","coordinates":[-0.2267234,51.5906005]},"properties":{"@type":"node","@id":272526369,"@timestamp":1522006280},"coords":"51.5906005,-0.2267234","bedrooms":"4","price":"224000","area":"516"} , +{"type":"Feature","id":"n272630503","geometry":{"type":"Point","coordinates":[-0.7540418,51.3325626]},"properties":{"@type":"node","@id":272630503,"@timestamp":1214306719},"coords":"51.3325626,-0.7540418","bedrooms":"4","price":"244000","area":"352"} , +{"type":"Feature","id":"n272630556","geometry":{"type":"Point","coordinates":[-0.7588782,51.3328308]},"properties":{"@type":"node","@id":272630556,"@timestamp":1214306725},"coords":"51.3328308,-0.7588782","bedrooms":"4","price":"187000","area":"535"} , +{"type":"Feature","id":"n272630587","geometry":{"type":"Point","coordinates":[-0.7715008,51.3313871]},"properties":{"@type":"node","@id":272630587,"@timestamp":1214306728},"coords":"51.3313871,-0.7715008","bedrooms":"4","price":"199000","area":"400"} , +{"type":"Feature","id":"n272630632","geometry":{"type":"Point","coordinates":[-0.7642208,51.331005]},"properties":{"@type":"node","@id":272630632,"@timestamp":1246865756},"coords":"51.331005,-0.7642208","bedrooms":"4","price":"218000","area":"413"} , +{"type":"Feature","id":"n272630649","geometry":{"type":"Point","coordinates":[-0.7594224,51.3309678]},"properties":{"@type":"node","@id":272630649,"@timestamp":1214306733},"coords":"51.3309678,-0.7594224","bedrooms":"4","price":"253000","area":"635"} , +{"type":"Feature","id":"n272630780","geometry":{"type":"Point","coordinates":[-0.7555188,51.3253317]},"properties":{"@type":"node","@id":272630780,"@timestamp":1214306744},"coords":"51.3253317,-0.7555188","bedrooms":"2","price":"192000","area":"566"} , +{"type":"Feature","id":"n272630856","geometry":{"type":"Point","coordinates":[-0.7607352,51.3289439]},"properties":{"@type":"node","@id":272630856,"@timestamp":1214306748},"coords":"51.3289439,-0.7607352","bedrooms":"0","price":"190000","area":"564"} , +{"type":"Feature","id":"n272631026","geometry":{"type":"Point","coordinates":[-0.7637537,51.3220972]},"properties":{"@type":"node","@id":272631026,"@timestamp":1214306765},"coords":"51.3220972,-0.7637537","bedrooms":"1","price":"282000","area":"484"} , +{"type":"Feature","id":"n272655718","geometry":{"type":"Point","coordinates":[0.6231351,51.5590898]},"properties":{"@type":"node","@id":272655718,"@timestamp":1214311307},"coords":"51.5590898,0.6231351","bedrooms":"4","price":"159000","area":"390"} , +{"type":"Feature","id":"n272657782","geometry":{"type":"Point","coordinates":[-0.7506711,51.3253097]},"properties":{"@type":"node","@id":272657782,"@timestamp":1214311607},"coords":"51.3253097,-0.7506711","bedrooms":"0","price":"259000","area":"584"} , +{"type":"Feature","id":"n272657810","geometry":{"type":"Point","coordinates":[-0.7489043,51.3259523]},"properties":{"@type":"node","@id":272657810,"@timestamp":1214311608},"coords":"51.3259523,-0.7489043","bedrooms":"1","price":"228000","area":"618"} , +{"type":"Feature","id":"n272739138","geometry":{"type":"Point","coordinates":[-0.748343,51.3180915]},"properties":{"@type":"node","@id":272739138,"@timestamp":1551237689},"coords":"51.3180915,-0.748343","bedrooms":"2","price":"228000","area":"373"} , +{"type":"Feature","id":"n272739202","geometry":{"type":"Point","coordinates":[-0.7454645,51.3199281]},"properties":{"@type":"node","@id":272739202,"@timestamp":1214325249},"coords":"51.3199281,-0.7454645","bedrooms":"0","price":"160000","area":"674"} , +{"type":"Feature","id":"n272739333","geometry":{"type":"Point","coordinates":[-0.7459027,51.3157693]},"properties":{"@type":"node","@id":272739333,"@timestamp":1214325256},"coords":"51.3157693,-0.7459027","bedrooms":"1","price":"234000","area":"514"} , +{"type":"Feature","id":"n272739367","geometry":{"type":"Point","coordinates":[-0.7483453,51.3154857]},"properties":{"@type":"node","@id":272739367,"@timestamp":1214325258},"coords":"51.3154857,-0.7483453","bedrooms":"2","price":"152000","area":"498"} , +{"type":"Feature","id":"n272739384","geometry":{"type":"Point","coordinates":[-0.7460857,51.3158287]},"properties":{"@type":"node","@id":272739384,"@timestamp":1214325259},"coords":"51.3158287,-0.7460857","bedrooms":"2","price":"292000","area":"677"} , +{"type":"Feature","id":"n272739402","geometry":{"type":"Point","coordinates":[-0.7387767,51.3205158]},"properties":{"@type":"node","@id":272739402,"@timestamp":1214325259},"coords":"51.3205158,-0.7387767","bedrooms":"1","price":"160000","area":"525"} , +{"type":"Feature","id":"n272739435","geometry":{"type":"Point","coordinates":[-0.7389427,51.3228373]},"properties":{"@type":"node","@id":272739435,"@timestamp":1214325261},"coords":"51.3228373,-0.7389427","bedrooms":"2","price":"191000","area":"660"} , +{"type":"Feature","id":"n272739464","geometry":{"type":"Point","coordinates":[-0.7389932,51.3219237]},"properties":{"@type":"node","@id":272739464,"@timestamp":1214325263},"coords":"51.3219237,-0.7389932","bedrooms":"0","price":"178000","area":"599"} , +{"type":"Feature","id":"n272739617","geometry":{"type":"Point","coordinates":[-0.7220231,51.332691]},"properties":{"@type":"node","@id":272739617,"@timestamp":1214325277},"coords":"51.332691,-0.7220231","bedrooms":"4","price":"225000","area":"353"} , +{"type":"Feature","id":"n272739773","geometry":{"type":"Point","coordinates":[-0.7268341,51.3268324]},"properties":{"@type":"node","@id":272739773,"@timestamp":1214325282},"coords":"51.3268324,-0.7268341","bedrooms":"1","price":"253000","area":"537"} , +{"type":"Feature","id":"n272739875","geometry":{"type":"Point","coordinates":[-0.7318131,51.3231577]},"properties":{"@type":"node","@id":272739875,"@timestamp":1214325287},"coords":"51.3231577,-0.7318131","bedrooms":"2","price":"234000","area":"569"} , +{"type":"Feature","id":"n272740026","geometry":{"type":"Point","coordinates":[-0.7336332,51.3229658]},"properties":{"@type":"node","@id":272740026,"@timestamp":1214325297},"coords":"51.3229658,-0.7336332","bedrooms":"1","price":"161000","area":"617"} , +{"type":"Feature","id":"n272749710","geometry":{"type":"Point","coordinates":[-1.0577934,51.4388301]},"properties":{"@type":"node","@id":272749710,"@timestamp":1214326648},"coords":"51.4388301,-1.0577934","bedrooms":"4","price":"199000","area":"624"} , +{"type":"Feature","id":"n272749868","geometry":{"type":"Point","coordinates":[-1.0471383,51.4456108]},"properties":{"@type":"node","@id":272749868,"@timestamp":1214326666},"coords":"51.4456108,-1.0471383","bedrooms":"4","price":"179000","area":"510"} , +{"type":"Feature","id":"n272749956","geometry":{"type":"Point","coordinates":[-1.0492551,51.4465169]},"properties":{"@type":"node","@id":272749956,"@timestamp":1214326676},"coords":"51.4465169,-1.0492551","bedrooms":"0","price":"230000","area":"595"} , +{"type":"Feature","id":"n272750013","geometry":{"type":"Point","coordinates":[-1.0474333,51.4453662]},"properties":{"@type":"node","@id":272750013,"@timestamp":1214326682},"coords":"51.4453662,-1.0474333","bedrooms":"1","price":"261000","area":"571"} , +{"type":"Feature","id":"n272830748","geometry":{"type":"Point","coordinates":[0.8736599,51.0662082]},"properties":{"@type":"node","@id":272830748,"@timestamp":1214339580},"coords":"51.0662082,0.8736599","bedrooms":"4","price":"186000","area":"483"} , +{"type":"Feature","id":"n272830769","geometry":{"type":"Point","coordinates":[0.8673571,51.0688161]},"properties":{"@type":"node","@id":272830769,"@timestamp":1225035368},"coords":"51.0688161,0.8673571","bedrooms":"2","price":"213000","area":"425"} , +{"type":"Feature","id":"n272830781","geometry":{"type":"Point","coordinates":[0.871018,51.0696087]},"properties":{"@type":"node","@id":272830781,"@timestamp":1214339583},"coords":"51.0696087,0.871018","bedrooms":"2","price":"274000","area":"601"} , +{"type":"Feature","id":"n272830793","geometry":{"type":"Point","coordinates":[0.8700976,51.0693405]},"properties":{"@type":"node","@id":272830793,"@timestamp":1225035366},"coords":"51.0693405,0.8700976","bedrooms":"3","price":"176000","area":"476"} , +{"type":"Feature","id":"n272830818","geometry":{"type":"Point","coordinates":[0.8639117,51.0682191]},"properties":{"@type":"node","@id":272830818,"@timestamp":1214339589},"coords":"51.0682191,0.8639117","bedrooms":"0","price":"173000","area":"668"} , +{"type":"Feature","id":"n272830842","geometry":{"type":"Point","coordinates":[0.8671229,51.0685936]},"properties":{"@type":"node","@id":272830842,"@timestamp":1225035366},"coords":"51.0685936,0.8671229","bedrooms":"0","price":"161000","area":"350"} , +{"type":"Feature","id":"n272830853","geometry":{"type":"Point","coordinates":[0.8613,51.0668146]},"properties":{"@type":"node","@id":272830853,"@timestamp":1214339597},"coords":"51.0668146,0.8613","bedrooms":"4","price":"157000","area":"490"} , +{"type":"Feature","id":"n272830865","geometry":{"type":"Point","coordinates":[0.859569,51.0661553]},"properties":{"@type":"node","@id":272830865,"@timestamp":1214339599},"coords":"51.0661553,0.859569","bedrooms":"1","price":"246000","area":"364"} , +{"type":"Feature","id":"n272830876","geometry":{"type":"Point","coordinates":[0.8604611,51.0696207]},"properties":{"@type":"node","@id":272830876,"@timestamp":1214593931},"coords":"51.0696207,0.8604611","bedrooms":"2","price":"299000","area":"544"} , +{"type":"Feature","id":"n272894124","geometry":{"type":"Point","coordinates":[-0.4491057,51.4819145]},"properties":{"@type":"node","@id":272894124,"@timestamp":1214351869},"coords":"51.4819145,-0.4491057","bedrooms":"0","price":"270000","area":"539"} , +{"type":"Feature","id":"n272894146","geometry":{"type":"Point","coordinates":[-0.4488464,51.482102]},"properties":{"@type":"node","@id":272894146,"@timestamp":1214351870},"coords":"51.482102,-0.4488464","bedrooms":"1","price":"211000","area":"403"} , +{"type":"Feature","id":"n273072201","geometry":{"type":"Point","coordinates":[0.8689428,51.0683488]},"properties":{"@type":"node","@id":273072201,"@timestamp":1225035373},"coords":"51.0683488,0.8689428","bedrooms":"3","price":"230000","area":"529"} , +{"type":"Feature","id":"n273120171","geometry":{"type":"Point","coordinates":[-0.0762024,51.461494]},"properties":{"@type":"node","@id":273120171,"@timestamp":1564913925},"coords":"51.461494,-0.0762024","bedrooms":"4","price":"160000","area":"522"} , +{"type":"Feature","id":"n273181882","geometry":{"type":"Point","coordinates":[-0.205221,51.0830277]},"properties":{"@type":"node","@id":273181882,"@timestamp":1214425154},"coords":"51.0830277,-0.205221","bedrooms":"1","price":"223000","area":"528"} , +{"type":"Feature","id":"n273181895","geometry":{"type":"Point","coordinates":[-0.2055238,51.0816035]},"properties":{"@type":"node","@id":273181895,"@timestamp":1214425160},"coords":"51.0816035,-0.2055238","bedrooms":"3","price":"207000","area":"646"} , +{"type":"Feature","id":"n273187253","geometry":{"type":"Point","coordinates":[-0.6485855,51.1790347]},"properties":{"@type":"node","@id":273187253,"@timestamp":1214426935},"coords":"51.1790347,-0.6485855","bedrooms":"0","price":"239000","area":"420"} , +{"type":"Feature","id":"n273187292","geometry":{"type":"Point","coordinates":[-0.6561013,51.172838]},"properties":{"@type":"node","@id":273187292,"@timestamp":1214426941},"coords":"51.172838,-0.6561013","bedrooms":"1","price":"208000","area":"548"} , +{"type":"Feature","id":"n273210306","geometry":{"type":"Point","coordinates":[-0.139029,51.4898053]},"properties":{"@type":"node","@id":273210306,"@timestamp":1215125787},"coords":"51.4898053,-0.139029","bedrooms":"2","price":"200000","area":"438"} , +{"type":"Feature","id":"n273404316","geometry":{"type":"Point","coordinates":[-0.1767173,51.6191328]},"properties":{"@type":"node","@id":273404316,"@timestamp":1573065703},"coords":"51.6191328,-0.1767173","bedrooms":"2","price":"249000","area":"639"} , +{"type":"Feature","id":"n273425133","geometry":{"type":"Point","coordinates":[-0.68909,51.92359]},"properties":{"@type":"node","@id":273425133,"@timestamp":1582569560},"coords":"51.92359,-0.68909","bedrooms":"2","price":"293000","area":"354"} , +{"type":"Feature","id":"n273460550","geometry":{"type":"Point","coordinates":[-0.1067566,51.4488678]},"properties":{"@type":"node","@id":273460550,"@timestamp":1386091819},"coords":"51.4488678,-0.1067566","bedrooms":"1","price":"240000","area":"453"} , +{"type":"Feature","id":"n273509333","geometry":{"type":"Point","coordinates":[-0.1169575,51.4677651]},"properties":{"@type":"node","@id":273509333,"@timestamp":1214518395},"coords":"51.4677651,-0.1169575","bedrooms":"0","price":"268000","area":"362"} , +{"type":"Feature","id":"n273533102","geometry":{"type":"Point","coordinates":[-0.0476733,51.503153]},"properties":{"@type":"node","@id":273533102,"@timestamp":1628552287},"coords":"51.503153,-0.0476733","bedrooms":"3","price":"283000","area":"643"} , +{"type":"Feature","id":"n273542280","geometry":{"type":"Point","coordinates":[-0.1157269,51.4633202]},"properties":{"@type":"node","@id":273542280,"@timestamp":1543944202},"coords":"51.4633202,-0.1157269","bedrooms":"2","price":"172000","area":"692"} , +{"type":"Feature","id":"n273542314","geometry":{"type":"Point","coordinates":[-0.1120991,51.4565303]},"properties":{"@type":"node","@id":273542314,"@timestamp":1214528462},"coords":"51.4565303,-0.1120991","bedrooms":"4","price":"156000","area":"501"} , +{"type":"Feature","id":"n273933965","geometry":{"type":"Point","coordinates":[-0.190421,51.4899869]},"properties":{"@type":"node","@id":273933965,"@timestamp":1615507618},"coords":"51.4899869,-0.190421","bedrooms":"2","price":"296000","area":"423"} , +{"type":"Feature","id":"n274071749","geometry":{"type":"Point","coordinates":[0.8628562,51.0653468]},"properties":{"@type":"node","@id":274071749,"@timestamp":1214593920},"coords":"51.0653468,0.8628562","bedrooms":"1","price":"150000","area":"530"} , +{"type":"Feature","id":"n274071759","geometry":{"type":"Point","coordinates":[0.8635628,51.0670952]},"properties":{"@type":"node","@id":274071759,"@timestamp":1225035371},"coords":"51.0670952,0.8635628","bedrooms":"1","price":"223000","area":"386"} , +{"type":"Feature","id":"n274071770","geometry":{"type":"Point","coordinates":[0.8632993,51.0663768]},"properties":{"@type":"node","@id":274071770,"@timestamp":1214593922},"coords":"51.0663768,0.8632993","bedrooms":"0","price":"199000","area":"485"} , +{"type":"Feature","id":"n274071780","geometry":{"type":"Point","coordinates":[0.8676049,51.0700662]},"properties":{"@type":"node","@id":274071780,"@timestamp":1214593923},"coords":"51.0700662,0.8676049","bedrooms":"4","price":"292000","area":"654"} , +{"type":"Feature","id":"n274071795","geometry":{"type":"Point","coordinates":[0.87176,51.0730751]},"properties":{"@type":"node","@id":274071795,"@timestamp":1214593924},"coords":"51.0730751,0.87176","bedrooms":"2","price":"191000","area":"549"} , +{"type":"Feature","id":"n274071805","geometry":{"type":"Point","coordinates":[0.8714102,51.071689]},"properties":{"@type":"node","@id":274071805,"@timestamp":1214593925},"coords":"51.071689,0.8714102","bedrooms":"0","price":"207000","area":"524"} , +{"type":"Feature","id":"n274071816","geometry":{"type":"Point","coordinates":[0.8651952,51.0707791]},"properties":{"@type":"node","@id":274071816,"@timestamp":1214593926},"coords":"51.0707791,0.8651952","bedrooms":"2","price":"249000","area":"632"} , +{"type":"Feature","id":"n274071826","geometry":{"type":"Point","coordinates":[0.8587048,51.0684432]},"properties":{"@type":"node","@id":274071826,"@timestamp":1214593927},"coords":"51.0684432,0.8587048","bedrooms":"1","price":"253000","area":"501"} , +{"type":"Feature","id":"n274234515","geometry":{"type":"Point","coordinates":[0.8814933,51.0773608]},"properties":{"@type":"node","@id":274234515,"@timestamp":1214646323},"coords":"51.0773608,0.8814933","bedrooms":"4","price":"238000","area":"531"} , +{"type":"Feature","id":"n274234525","geometry":{"type":"Point","coordinates":[0.8819238,51.0755368]},"properties":{"@type":"node","@id":274234525,"@timestamp":1214646324},"coords":"51.0755368,0.8819238","bedrooms":"4","price":"210000","area":"365"} , +{"type":"Feature","id":"n274234535","geometry":{"type":"Point","coordinates":[0.8794263,51.0761556]},"properties":{"@type":"node","@id":274234535,"@timestamp":1214646325},"coords":"51.0761556,0.8794263","bedrooms":"2","price":"165000","area":"627"} , +{"type":"Feature","id":"n274234545","geometry":{"type":"Point","coordinates":[0.8820435,51.0843092]},"properties":{"@type":"node","@id":274234545,"@timestamp":1214646326},"coords":"51.0843092,0.8820435","bedrooms":"1","price":"192000","area":"636"} , +{"type":"Feature","id":"n274269856","geometry":{"type":"Point","coordinates":[0.4044421,51.5239932]},"properties":{"@type":"node","@id":274269856,"@timestamp":1252531272},"coords":"51.5239932,0.4044421","bedrooms":"3","price":"160000","area":"673"} , +{"type":"Feature","id":"n274271739","geometry":{"type":"Point","coordinates":[-0.1169284,51.4695117]},"properties":{"@type":"node","@id":274271739,"@timestamp":1214666252},"coords":"51.4695117,-0.1169284","bedrooms":"2","price":"273000","area":"516"} , +{"type":"Feature","id":"n274271799","geometry":{"type":"Point","coordinates":[-0.1149507,51.4673613]},"properties":{"@type":"node","@id":274271799,"@timestamp":1214666257},"coords":"51.4673613,-0.1149507","bedrooms":"1","price":"244000","area":"491"} , +{"type":"Feature","id":"n274283952","geometry":{"type":"Point","coordinates":[-1.0968934,51.3291571]},"properties":{"@type":"node","@id":274283952,"@timestamp":1300567791},"coords":"51.3291571,-1.0968934","bedrooms":"3","price":"177000","area":"427"} , +{"type":"Feature","id":"n274304718","geometry":{"type":"Point","coordinates":[-1.1039954,51.5965875]},"properties":{"@type":"node","@id":274304718,"@timestamp":1214681646},"coords":"51.5965875,-1.1039954","bedrooms":"1","price":"190000","area":"461"} , +{"type":"Feature","id":"n274343536","geometry":{"type":"Point","coordinates":[-0.0149941,51.5138636]},"properties":{"@type":"node","@id":274343536,"@timestamp":1626099731},"coords":"51.5138636,-0.0149941","bedrooms":"2","price":"172000","area":"586"} , +{"type":"Feature","id":"n274343608","geometry":{"type":"Point","coordinates":[-0.0155628,51.5135846]},"properties":{"@type":"node","@id":274343608,"@timestamp":1588423919},"coords":"51.5135846,-0.0155628","bedrooms":"1","price":"240000","area":"567"} , +{"type":"Feature","id":"n274400657","geometry":{"type":"Point","coordinates":[-1.0899628,51.2101473]},"properties":{"@type":"node","@id":274400657,"@timestamp":1537828853},"coords":"51.2101473,-1.0899628","bedrooms":"4","price":"215000","area":"513"} , +{"type":"Feature","id":"n274409833","geometry":{"type":"Point","coordinates":[-1.0644445,51.129972]},"properties":{"@type":"node","@id":274409833,"@timestamp":1598362259},"coords":"51.129972,-1.0644445","bedrooms":"2","price":"222000","area":"628"} , +{"type":"Feature","id":"n274650279","geometry":{"type":"Point","coordinates":[-0.206309,51.8573742]},"properties":{"@type":"node","@id":274650279,"@timestamp":1520377599},"coords":"51.8573742,-0.206309","bedrooms":"3","price":"203000","area":"607"} , +{"type":"Feature","id":"n274662895","geometry":{"type":"Point","coordinates":[-0.2143004,51.8609683]},"properties":{"@type":"node","@id":274662895,"@timestamp":1509890058},"coords":"51.8609683,-0.2143004","bedrooms":"3","price":"164000","area":"402"} , +{"type":"Feature","id":"n274720194","geometry":{"type":"Point","coordinates":[-0.0310702,51.3557652]},"properties":{"@type":"node","@id":274720194,"@timestamp":1348699831},"coords":"51.3557652,-0.0310702","bedrooms":"4","price":"188000","area":"643"} , +{"type":"Feature","id":"n274788082","geometry":{"type":"Point","coordinates":[-0.7089089,51.6011669]},"properties":{"@type":"node","@id":274788082,"@timestamp":1528048550},"coords":"51.6011669,-0.7089089","bedrooms":"1","price":"245000","area":"555"} , +{"type":"Feature","id":"n274830410","geometry":{"type":"Point","coordinates":[0.1679564,51.4043114]},"properties":{"@type":"node","@id":274830410,"@timestamp":1387385375},"coords":"51.4043114,0.1679564","bedrooms":"2","price":"199000","area":"367"} , +{"type":"Feature","id":"n274863026","geometry":{"type":"Point","coordinates":[-0.7399755,51.0608363]},"properties":{"@type":"node","@id":274863026,"@timestamp":1214818515},"coords":"51.0608363,-0.7399755","bedrooms":"3","price":"198000","area":"451"} , +{"type":"Feature","id":"n274961193","geometry":{"type":"Point","coordinates":[-0.568974,51.2396373]},"properties":{"@type":"node","@id":274961193,"@timestamp":1214848151},"coords":"51.2396373,-0.568974","bedrooms":"4","price":"214000","area":"664"} , +{"type":"Feature","id":"n274982080","geometry":{"type":"Point","coordinates":[-0.6018355,51.5042499]},"properties":{"@type":"node","@id":274982080,"@timestamp":1608228009},"coords":"51.5042499,-0.6018355","bedrooms":"2","price":"198000","area":"366"} , +{"type":"Feature","id":"n274989496","geometry":{"type":"Point","coordinates":[-0.7001111,51.5903118]},"properties":{"@type":"node","@id":274989496,"@timestamp":1214857087},"coords":"51.5903118,-0.7001111","bedrooms":"4","price":"249000","area":"688"} , +{"type":"Feature","id":"n274989540","geometry":{"type":"Point","coordinates":[-0.6985455,51.5798704]},"properties":{"@type":"node","@id":274989540,"@timestamp":1214857091},"coords":"51.5798704,-0.6985455","bedrooms":"0","price":"161000","area":"497"} , +{"type":"Feature","id":"n274989556","geometry":{"type":"Point","coordinates":[-0.6971047,51.581323]},"properties":{"@type":"node","@id":274989556,"@timestamp":1214857092},"coords":"51.581323,-0.6971047","bedrooms":"3","price":"261000","area":"617"} , +{"type":"Feature","id":"n274989677","geometry":{"type":"Point","coordinates":[-0.7089192,51.5770078]},"properties":{"@type":"node","@id":274989677,"@timestamp":1214857098},"coords":"51.5770078,-0.7089192","bedrooms":"4","price":"183000","area":"585"} , +{"type":"Feature","id":"n274991129","geometry":{"type":"Point","coordinates":[-0.7197352,51.5714505]},"properties":{"@type":"node","@id":274991129,"@timestamp":1214857410},"coords":"51.5714505,-0.7197352","bedrooms":"3","price":"177000","area":"487"} , +{"type":"Feature","id":"n275026760","geometry":{"type":"Point","coordinates":[-0.7149479,51.7995369]},"properties":{"@type":"node","@id":275026760,"@timestamp":1242350219},"coords":"51.7995369,-0.7149479","bedrooms":"1","price":"231000","area":"635"} , +{"type":"Feature","id":"n275026777","geometry":{"type":"Point","coordinates":[-0.7181705,51.8009105]},"properties":{"@type":"node","@id":275026777,"@timestamp":1214863799},"coords":"51.8009105,-0.7181705","bedrooms":"1","price":"218000","area":"419"} , +{"type":"Feature","id":"n275026797","geometry":{"type":"Point","coordinates":[-0.7155708,51.7994164]},"properties":{"@type":"node","@id":275026797,"@timestamp":1214863800},"coords":"51.7994164,-0.7155708","bedrooms":"1","price":"195000","area":"501"} , +{"type":"Feature","id":"n275070454","geometry":{"type":"Point","coordinates":[0.0251026,51.5475161]},"properties":{"@type":"node","@id":275070454,"@timestamp":1605705873},"coords":"51.5475161,0.0251026","bedrooms":"0","price":"180000","area":"607"} , +{"type":"Feature","id":"n275222021","geometry":{"type":"Point","coordinates":[-0.132296,51.4575842]},"properties":{"@type":"node","@id":275222021,"@timestamp":1557491062},"coords":"51.4575842,-0.132296","bedrooms":"4","price":"180000","area":"651"} , +{"type":"Feature","id":"n275361450","geometry":{"type":"Point","coordinates":[0.8657678,51.0768858]},"properties":{"@type":"node","@id":275361450,"@timestamp":1214941217},"coords":"51.0768858,0.8657678","bedrooms":"3","price":"182000","area":"538"} , +{"type":"Feature","id":"n275361460","geometry":{"type":"Point","coordinates":[0.8645872,51.0764697]},"properties":{"@type":"node","@id":275361460,"@timestamp":1214941218},"coords":"51.0764697,0.8645872","bedrooms":"3","price":"219000","area":"692"} , +{"type":"Feature","id":"n275361473","geometry":{"type":"Point","coordinates":[0.8635641,51.0750718]},"properties":{"@type":"node","@id":275361473,"@timestamp":1214941219},"coords":"51.0750718,0.8635641","bedrooms":"1","price":"221000","area":"624"} , +{"type":"Feature","id":"n275361489","geometry":{"type":"Point","coordinates":[0.8643195,51.0750638]},"properties":{"@type":"node","@id":275361489,"@timestamp":1214941220},"coords":"51.0750638,0.8643195","bedrooms":"1","price":"203000","area":"510"} , +{"type":"Feature","id":"n275361499","geometry":{"type":"Point","coordinates":[0.8599247,51.0710005]},"properties":{"@type":"node","@id":275361499,"@timestamp":1214941220},"coords":"51.0710005,0.8599247","bedrooms":"3","price":"167000","area":"404"} , +{"type":"Feature","id":"n275361514","geometry":{"type":"Point","coordinates":[0.8637364,51.0728839]},"properties":{"@type":"node","@id":275361514,"@timestamp":1214941221},"coords":"51.0728839,0.8637364","bedrooms":"2","price":"229000","area":"682"} , +{"type":"Feature","id":"n275361528","geometry":{"type":"Point","coordinates":[0.8707336,51.0731222]},"properties":{"@type":"node","@id":275361528,"@timestamp":1214941222},"coords":"51.0731222,0.8707336","bedrooms":"4","price":"242000","area":"424"} , +{"type":"Feature","id":"n275392176","geometry":{"type":"Point","coordinates":[-1.0555493,51.4389184]},"properties":{"@type":"node","@id":275392176,"@timestamp":1214947015},"coords":"51.4389184,-1.0555493","bedrooms":"3","price":"276000","area":"492"} , +{"type":"Feature","id":"n275392568","geometry":{"type":"Point","coordinates":[-1.0517578,51.4391651]},"properties":{"@type":"node","@id":275392568,"@timestamp":1214947050},"coords":"51.4391651,-1.0517578","bedrooms":"0","price":"170000","area":"567"} , +{"type":"Feature","id":"n275452091","geometry":{"type":"Point","coordinates":[-0.0651033,51.473841]},"properties":{"@type":"node","@id":275452091,"@timestamp":1626409718},"coords":"51.473841,-0.0651033","bedrooms":"1","price":"174000","area":"622"} , +{"type":"Feature","id":"n275623450","geometry":{"type":"Point","coordinates":[0.2892329,51.507932]},"properties":{"@type":"node","@id":275623450,"@timestamp":1330809307},"coords":"51.507932,0.2892329","bedrooms":"2","price":"207000","area":"551"} , +{"type":"Feature","id":"n275646342","geometry":{"type":"Point","coordinates":[-0.871232,51.4000403]},"properties":{"@type":"node","@id":275646342,"@timestamp":1215024147},"coords":"51.4000403,-0.871232","bedrooms":"0","price":"159000","area":"633"} , +{"type":"Feature","id":"n275844605","geometry":{"type":"Point","coordinates":[-0.8068495,51.5484735]},"properties":{"@type":"node","@id":275844605,"@timestamp":1215082356},"coords":"51.5484735,-0.8068495","bedrooms":"4","price":"210000","area":"696"} , +{"type":"Feature","id":"n275844654","geometry":{"type":"Point","coordinates":[-0.7985364,51.5502318]},"properties":{"@type":"node","@id":275844654,"@timestamp":1215082359},"coords":"51.5502318,-0.7985364","bedrooms":"1","price":"176000","area":"630"} , +{"type":"Feature","id":"n276055535","geometry":{"type":"Point","coordinates":[0.023471,51.5943723]},"properties":{"@type":"node","@id":276055535,"@timestamp":1343248372},"coords":"51.5943723,0.023471","bedrooms":"1","price":"177000","area":"553"} , +{"type":"Feature","id":"n276060056","geometry":{"type":"Point","coordinates":[0.8330615,51.0748936]},"properties":{"@type":"node","@id":276060056,"@timestamp":1215121671},"coords":"51.0748936,0.8330615","bedrooms":"3","price":"183000","area":"559"} , +{"type":"Feature","id":"n276060066","geometry":{"type":"Point","coordinates":[0.8329786,51.0739505]},"properties":{"@type":"node","@id":276060066,"@timestamp":1215121672},"coords":"51.0739505,0.8329786","bedrooms":"2","price":"165000","area":"386"} , +{"type":"Feature","id":"n276060088","geometry":{"type":"Point","coordinates":[0.8285007,51.0781847]},"properties":{"@type":"node","@id":276060088,"@timestamp":1215121674},"coords":"51.0781847,0.8285007","bedrooms":"0","price":"230000","area":"539"} , +{"type":"Feature","id":"n276060142","geometry":{"type":"Point","coordinates":[0.8264128,51.0743383]},"properties":{"@type":"node","@id":276060142,"@timestamp":1215121675},"coords":"51.0743383,0.8264128","bedrooms":"0","price":"187000","area":"543"} , +{"type":"Feature","id":"n276060262","geometry":{"type":"Point","coordinates":[0.8239639,51.0700377]},"properties":{"@type":"node","@id":276060262,"@timestamp":1215121677},"coords":"51.0700377,0.8239639","bedrooms":"2","price":"191000","area":"441"} , +{"type":"Feature","id":"n276060323","geometry":{"type":"Point","coordinates":[0.825331,51.0700774]},"properties":{"@type":"node","@id":276060323,"@timestamp":1216755247},"coords":"51.0700774,0.825331","bedrooms":"2","price":"210000","area":"608"} , +{"type":"Feature","id":"n276060344","geometry":{"type":"Point","coordinates":[0.8303297,51.0735393]},"properties":{"@type":"node","@id":276060344,"@timestamp":1215121681},"coords":"51.0735393,0.8303297","bedrooms":"0","price":"188000","area":"418"} , +{"type":"Feature","id":"n276060366","geometry":{"type":"Point","coordinates":[0.8274411,51.0774371]},"properties":{"@type":"node","@id":276060366,"@timestamp":1215121684},"coords":"51.0774371,0.8274411","bedrooms":"4","price":"166000","area":"443"} , +{"type":"Feature","id":"n276084608","geometry":{"type":"Point","coordinates":[-0.2519638,51.5177005]},"properties":{"@type":"node","@id":276084608,"@timestamp":1215128388},"coords":"51.5177005,-0.2519638","bedrooms":"0","price":"175000","area":"545"} , +{"type":"Feature","id":"n276084621","geometry":{"type":"Point","coordinates":[-0.2536331,51.5185754]},"properties":{"@type":"node","@id":276084621,"@timestamp":1215128389},"coords":"51.5185754,-0.2536331","bedrooms":"0","price":"175000","area":"597"} , +{"type":"Feature","id":"n276091364","geometry":{"type":"Point","coordinates":[-0.2585975,51.5144234]},"properties":{"@type":"node","@id":276091364,"@timestamp":1260110954},"coords":"51.5144234,-0.2585975","bedrooms":"4","price":"283000","area":"464"} , +{"type":"Feature","id":"n276091904","geometry":{"type":"Point","coordinates":[-0.2446883,51.5080052]},"properties":{"@type":"node","@id":276091904,"@timestamp":1617447815},"coords":"51.5080052,-0.2446883","bedrooms":"2","price":"214000","area":"559"} , +{"type":"Feature","id":"n276131119","geometry":{"type":"Point","coordinates":[-0.5349105,51.8819455]},"properties":{"@type":"node","@id":276131119,"@timestamp":1215439393},"coords":"51.8819455,-0.5349105","bedrooms":"0","price":"203000","area":"591"} , +{"type":"Feature","id":"n276131827","geometry":{"type":"Point","coordinates":[-0.5166764,51.8782602]},"properties":{"@type":"node","@id":276131827,"@timestamp":1219608277},"coords":"51.8782602,-0.5166764","bedrooms":"1","price":"261000","area":"410"} , +{"type":"Feature","id":"n276142209","geometry":{"type":"Point","coordinates":[-0.529349,51.888538]},"properties":{"@type":"node","@id":276142209,"@timestamp":1219608874},"coords":"51.888538,-0.529349","bedrooms":"2","price":"242000","area":"426"} , +{"type":"Feature","id":"n276149861","geometry":{"type":"Point","coordinates":[-0.4365689,51.8754708]},"properties":{"@type":"node","@id":276149861,"@timestamp":1215170244},"coords":"51.8754708,-0.4365689","bedrooms":"2","price":"297000","area":"479"} , +{"type":"Feature","id":"n276151591","geometry":{"type":"Point","coordinates":[-0.4103166,51.8796636]},"properties":{"@type":"node","@id":276151591,"@timestamp":1245889309},"coords":"51.8796636,-0.4103166","bedrooms":"4","price":"281000","area":"604"} , +{"type":"Feature","id":"n276189428","geometry":{"type":"Point","coordinates":[-0.5835939,51.8734592]},"properties":{"@type":"node","@id":276189428,"@timestamp":1215183923},"coords":"51.8734592,-0.5835939","bedrooms":"0","price":"281000","area":"580"} , +{"type":"Feature","id":"n276189441","geometry":{"type":"Point","coordinates":[-0.5654074,51.8767251]},"properties":{"@type":"node","@id":276189441,"@timestamp":1215183924},"coords":"51.8767251,-0.5654074","bedrooms":"3","price":"213000","area":"527"} , +{"type":"Feature","id":"n276212766","geometry":{"type":"Point","coordinates":[-0.1899708,51.6492523]},"properties":{"@type":"node","@id":276212766,"@timestamp":1330466246},"coords":"51.6492523,-0.1899708","bedrooms":"1","price":"291000","area":"522"} , +{"type":"Feature","id":"n276340291","geometry":{"type":"Point","coordinates":[-0.8212253,51.2463102]},"properties":{"@type":"node","@id":276340291,"@timestamp":1262790466},"coords":"51.2463102,-0.8212253","bedrooms":"0","price":"153000","area":"499"} , +{"type":"Feature","id":"n276369818","geometry":{"type":"Point","coordinates":[-0.1182967,51.5431147]},"properties":{"@type":"node","@id":276369818,"@timestamp":1215260262},"coords":"51.5431147,-0.1182967","bedrooms":"3","price":"180000","area":"637"} , +{"type":"Feature","id":"n276377445","geometry":{"type":"Point","coordinates":[-0.1179654,51.5500412]},"properties":{"@type":"node","@id":276377445,"@timestamp":1594610243},"coords":"51.5500412,-0.1179654","bedrooms":"4","price":"210000","area":"626"} , +{"type":"Feature","id":"n276501184","geometry":{"type":"Point","coordinates":[-0.2306889,51.5061142]},"properties":{"@type":"node","@id":276501184,"@timestamp":1620189970},"coords":"51.5061142,-0.2306889","bedrooms":"3","price":"256000","area":"508"} , +{"type":"Feature","id":"n276607976","geometry":{"type":"Point","coordinates":[0.8261283,51.0697917]},"properties":{"@type":"node","@id":276607976,"@timestamp":1215341777},"coords":"51.0697917,0.8261283","bedrooms":"0","price":"185000","area":"495"} , +{"type":"Feature","id":"n276665112","geometry":{"type":"Point","coordinates":[-0.8573157,51.8829604]},"properties":{"@type":"node","@id":276665112,"@timestamp":1215358415},"coords":"51.8829604,-0.8573157","bedrooms":"1","price":"157000","area":"520"} , +{"type":"Feature","id":"n276687352","geometry":{"type":"Point","coordinates":[-0.6540542,51.802324]},"properties":{"@type":"node","@id":276687352,"@timestamp":1215365030},"coords":"51.802324,-0.6540542","bedrooms":"1","price":"195000","area":"395"} , +{"type":"Feature","id":"n276691239","geometry":{"type":"Point","coordinates":[-0.6494076,51.8005986]},"properties":{"@type":"node","@id":276691239,"@timestamp":1215365930},"coords":"51.8005986,-0.6494076","bedrooms":"0","price":"245000","area":"637"} , +{"type":"Feature","id":"n276757538","geometry":{"type":"Point","coordinates":[-0.1458119,51.4921849]},"properties":{"@type":"node","@id":276757538,"@timestamp":1511151679},"coords":"51.4921849,-0.1458119","bedrooms":"1","price":"168000","area":"564"} , +{"type":"Feature","id":"n276775213","geometry":{"type":"Point","coordinates":[-0.5840033,51.1967247]},"properties":{"@type":"node","@id":276775213,"@timestamp":1215376614},"coords":"51.1967247,-0.5840033","bedrooms":"4","price":"265000","area":"576"} , +{"type":"Feature","id":"n276775228","geometry":{"type":"Point","coordinates":[-0.5808477,51.1981544]},"properties":{"@type":"node","@id":276775228,"@timestamp":1215376616},"coords":"51.1981544,-0.5808477","bedrooms":"2","price":"273000","area":"531"} , +{"type":"Feature","id":"n276775242","geometry":{"type":"Point","coordinates":[-0.590239,51.1971059]},"properties":{"@type":"node","@id":276775242,"@timestamp":1215376617},"coords":"51.1971059,-0.590239","bedrooms":"4","price":"230000","area":"490"} , +{"type":"Feature","id":"n276906037","geometry":{"type":"Point","coordinates":[-0.2831367,51.7180355]},"properties":{"@type":"node","@id":276906037,"@timestamp":1626442481},"coords":"51.7180355,-0.2831367","bedrooms":"1","price":"154000","area":"607"} , +{"type":"Feature","id":"n276910055","geometry":{"type":"Point","coordinates":[-0.3290208,51.6966284]},"properties":{"@type":"node","@id":276910055,"@timestamp":1626184101},"coords":"51.6966284,-0.3290208","bedrooms":"2","price":"162000","area":"412"} , +{"type":"Feature","id":"n276910065","geometry":{"type":"Point","coordinates":[-0.3376295,51.6772893]},"properties":{"@type":"node","@id":276910065,"@timestamp":1291583949},"coords":"51.6772893,-0.3376295","bedrooms":"3","price":"279000","area":"589"} , +{"type":"Feature","id":"n276913466","geometry":{"type":"Point","coordinates":[-0.5272438,51.8817805]},"properties":{"@type":"node","@id":276913466,"@timestamp":1215437937},"coords":"51.8817805,-0.5272438","bedrooms":"4","price":"155000","area":"610"} , +{"type":"Feature","id":"n276916775","geometry":{"type":"Point","coordinates":[-0.5198123,51.8766083]},"properties":{"@type":"node","@id":276916775,"@timestamp":1219529120},"coords":"51.8766083,-0.5198123","bedrooms":"0","price":"183000","area":"354"} , +{"type":"Feature","id":"n276918579","geometry":{"type":"Point","coordinates":[-0.5384332,51.8807507]},"properties":{"@type":"node","@id":276918579,"@timestamp":1215440028},"coords":"51.8807507,-0.5384332","bedrooms":"4","price":"225000","area":"609"} , +{"type":"Feature","id":"n276918821","geometry":{"type":"Point","coordinates":[-0.5370029,51.8720721]},"properties":{"@type":"node","@id":276918821,"@timestamp":1215440213},"coords":"51.8720721,-0.5370029","bedrooms":"3","price":"278000","area":"467"} , +{"type":"Feature","id":"n277015877","geometry":{"type":"Point","coordinates":[0.0444463,51.3444369]},"properties":{"@type":"node","@id":277015877,"@timestamp":1625393369},"coords":"51.3444369,0.0444463","bedrooms":"1","price":"266000","area":"517"} , +{"type":"Feature","id":"n277313649","geometry":{"type":"Point","coordinates":[-0.1672282,51.4979083]},"properties":{"@type":"node","@id":277313649,"@timestamp":1609626528},"coords":"51.4979083,-0.1672282","bedrooms":"0","price":"220000","area":"658"} , +{"type":"Feature","id":"n277323652","geometry":{"type":"Point","coordinates":[0.0409505,51.6149341]},"properties":{"@type":"node","@id":277323652,"@timestamp":1579870228},"coords":"51.6149341,0.0409505","bedrooms":"1","price":"197000","area":"686"} , +{"type":"Feature","id":"n277336613","geometry":{"type":"Point","coordinates":[-0.1738994,51.4941386]},"properties":{"@type":"node","@id":277336613,"@timestamp":1604652172},"coords":"51.4941386,-0.1738994","bedrooms":"1","price":"157000","area":"672"} , +{"type":"Feature","id":"n277428933","geometry":{"type":"Point","coordinates":[-0.9271671,51.4283677]},"properties":{"@type":"node","@id":277428933,"@timestamp":1475868510},"coords":"51.4283677,-0.9271671","bedrooms":"1","price":"281000","area":"594"} , +{"type":"Feature","id":"n277547997","geometry":{"type":"Point","coordinates":[0.0035122,51.395403]},"properties":{"@type":"node","@id":277547997,"@timestamp":1616159525},"coords":"51.395403,0.0035122","bedrooms":"2","price":"205000","area":"363"} , +{"type":"Feature","id":"n277601704","geometry":{"type":"Point","coordinates":[0.8175555,51.0719754]},"properties":{"@type":"node","@id":277601704,"@timestamp":1215718907},"coords":"51.0719754,0.8175555","bedrooms":"2","price":"251000","area":"447"} , +{"type":"Feature","id":"n277601718","geometry":{"type":"Point","coordinates":[0.820327,51.0709262]},"properties":{"@type":"node","@id":277601718,"@timestamp":1221812723},"coords":"51.0709262,0.820327","bedrooms":"0","price":"171000","area":"584"} , +{"type":"Feature","id":"n277601741","geometry":{"type":"Point","coordinates":[0.8223047,51.0699205]},"properties":{"@type":"node","@id":277601741,"@timestamp":1216755245},"coords":"51.0699205,0.8223047","bedrooms":"4","price":"244000","area":"495"} , +{"type":"Feature","id":"n277601757","geometry":{"type":"Point","coordinates":[0.8248741,51.0683949]},"properties":{"@type":"node","@id":277601757,"@timestamp":1216755244},"coords":"51.0683949,0.8248741","bedrooms":"2","price":"276000","area":"526"} , +{"type":"Feature","id":"n277601790","geometry":{"type":"Point","coordinates":[0.8307151,51.0691025]},"properties":{"@type":"node","@id":277601790,"@timestamp":1215718913},"coords":"51.0691025,0.8307151","bedrooms":"2","price":"176000","area":"395"} , +{"type":"Feature","id":"n277601810","geometry":{"type":"Point","coordinates":[0.8178426,51.072845]},"properties":{"@type":"node","@id":277601810,"@timestamp":1215718915},"coords":"51.072845,0.8178426","bedrooms":"4","price":"225000","area":"630"} , +{"type":"Feature","id":"n277601823","geometry":{"type":"Point","coordinates":[0.8196607,51.0746004]},"properties":{"@type":"node","@id":277601823,"@timestamp":1216755248},"coords":"51.0746004,0.8196607","bedrooms":"4","price":"219000","area":"651"} , +{"type":"Feature","id":"n277601836","geometry":{"type":"Point","coordinates":[0.8202197,51.0745462]},"properties":{"@type":"node","@id":277601836,"@timestamp":1215718917},"coords":"51.0745462,0.8202197","bedrooms":"1","price":"228000","area":"445"} , +{"type":"Feature","id":"n277601864","geometry":{"type":"Point","coordinates":[0.8264519,51.0773686]},"properties":{"@type":"node","@id":277601864,"@timestamp":1215718919},"coords":"51.0773686,0.8264519","bedrooms":"3","price":"198000","area":"391"} , +{"type":"Feature","id":"n277601889","geometry":{"type":"Point","coordinates":[0.8333756,51.0717009]},"properties":{"@type":"node","@id":277601889,"@timestamp":1215718921},"coords":"51.0717009,0.8333756","bedrooms":"2","price":"165000","area":"385"} , +{"type":"Feature","id":"n277675321","geometry":{"type":"Point","coordinates":[-0.0566389,51.4351253]},"properties":{"@type":"node","@id":277675321,"@timestamp":1556641627},"coords":"51.4351253,-0.0566389","bedrooms":"0","price":"211000","area":"436"} , +{"type":"Feature","id":"n277675344","geometry":{"type":"Point","coordinates":[-0.0750306,51.4587131]},"properties":{"@type":"node","@id":277675344,"@timestamp":1295104631},"coords":"51.4587131,-0.0750306","bedrooms":"2","price":"164000","area":"556"} , +{"type":"Feature","id":"n277704701","geometry":{"type":"Point","coordinates":[-0.085712,51.5282192]},"properties":{"@type":"node","@id":277704701,"@timestamp":1565311032},"coords":"51.5282192,-0.085712","bedrooms":"2","price":"232000","area":"355"} , +{"type":"Feature","id":"n277885398","geometry":{"type":"Point","coordinates":[0.432992,51.5703741]},"properties":{"@type":"node","@id":277885398,"@timestamp":1562770094},"coords":"51.5703741,0.432992","bedrooms":"2","price":"191000","area":"696"} , +{"type":"Feature","id":"n277929198","geometry":{"type":"Point","coordinates":[-0.0285375,51.3085838]},"properties":{"@type":"node","@id":277929198,"@timestamp":1215874870},"coords":"51.3085838,-0.0285375","bedrooms":"2","price":"282000","area":"372"} , +{"type":"Feature","id":"n277929211","geometry":{"type":"Point","coordinates":[-0.0298799,51.3124227]},"properties":{"@type":"node","@id":277929211,"@timestamp":1215874871},"coords":"51.3124227,-0.0298799","bedrooms":"2","price":"216000","area":"441"} , +{"type":"Feature","id":"n277930570","geometry":{"type":"Point","coordinates":[0.0101833,51.331097]},"properties":{"@type":"node","@id":277930570,"@timestamp":1215875557},"coords":"51.331097,0.0101833","bedrooms":"3","price":"257000","area":"519"} , +{"type":"Feature","id":"n277930586","geometry":{"type":"Point","coordinates":[0.0110922,51.3330097]},"properties":{"@type":"node","@id":277930586,"@timestamp":1215875559},"coords":"51.3330097,0.0110922","bedrooms":"4","price":"188000","area":"559"} , +{"type":"Feature","id":"n277930596","geometry":{"type":"Point","coordinates":[0.0112155,51.3349545]},"properties":{"@type":"node","@id":277930596,"@timestamp":1215875560},"coords":"51.3349545,0.0112155","bedrooms":"2","price":"223000","area":"363"} , +{"type":"Feature","id":"n277930613","geometry":{"type":"Point","coordinates":[0.0133786,51.3402578]},"properties":{"@type":"node","@id":277930613,"@timestamp":1215875561},"coords":"51.3402578,0.0133786","bedrooms":"2","price":"256000","area":"544"} , +{"type":"Feature","id":"n277930624","geometry":{"type":"Point","coordinates":[0.0175074,51.3430243]},"properties":{"@type":"node","@id":277930624,"@timestamp":1215875562},"coords":"51.3430243,0.0175074","bedrooms":"1","price":"152000","area":"695"} , +{"type":"Feature","id":"n277930634","geometry":{"type":"Point","coordinates":[0.022405,51.346002]},"properties":{"@type":"node","@id":277930634,"@timestamp":1215875563},"coords":"51.346002,0.022405","bedrooms":"1","price":"233000","area":"477"} , +{"type":"Feature","id":"n277930644","geometry":{"type":"Point","coordinates":[0.0264062,51.3474776]},"properties":{"@type":"node","@id":277930644,"@timestamp":1215875563},"coords":"51.3474776,0.0264062","bedrooms":"3","price":"279000","area":"478"} , +{"type":"Feature","id":"n277930657","geometry":{"type":"Point","coordinates":[0.0314757,51.350685]},"properties":{"@type":"node","@id":277930657,"@timestamp":1215875564},"coords":"51.350685,0.0314757","bedrooms":"2","price":"156000","area":"532"} , +{"type":"Feature","id":"n277939399","geometry":{"type":"Point","coordinates":[-0.4054583,51.2288772]},"properties":{"@type":"node","@id":277939399,"@timestamp":1215878496},"coords":"51.2288772,-0.4054583","bedrooms":"0","price":"204000","area":"677"} , +{"type":"Feature","id":"n277939421","geometry":{"type":"Point","coordinates":[-0.4009898,51.2342817]},"properties":{"@type":"node","@id":277939421,"@timestamp":1215878497},"coords":"51.2342817,-0.4009898","bedrooms":"0","price":"249000","area":"513"} , +{"type":"Feature","id":"n277955304","geometry":{"type":"Point","coordinates":[-0.6520739,51.8037538]},"properties":{"@type":"node","@id":277955304,"@timestamp":1215883108},"coords":"51.8037538,-0.6520739","bedrooms":"2","price":"166000","area":"457"} , +{"type":"Feature","id":"n277955346","geometry":{"type":"Point","coordinates":[-0.6590136,51.800119]},"properties":{"@type":"node","@id":277955346,"@timestamp":1215883112},"coords":"51.800119,-0.6590136","bedrooms":"2","price":"180000","area":"697"} , +{"type":"Feature","id":"n278079993","geometry":{"type":"Point","coordinates":[-0.1757807,51.3793988]},"properties":{"@type":"node","@id":278079993,"@timestamp":1215910174},"coords":"51.3793988,-0.1757807","bedrooms":"1","price":"282000","area":"455"} , +{"type":"Feature","id":"n278080083","geometry":{"type":"Point","coordinates":[-0.1747027,51.3846305]},"properties":{"@type":"node","@id":278080083,"@timestamp":1542754152},"coords":"51.3846305,-0.1747027","bedrooms":"3","price":"161000","area":"358"} , +{"type":"Feature","id":"n278080094","geometry":{"type":"Point","coordinates":[-0.1745404,51.3855118]},"properties":{"@type":"node","@id":278080094,"@timestamp":1327862598},"coords":"51.3855118,-0.1745404","bedrooms":"4","price":"180000","area":"427"} , +{"type":"Feature","id":"n278186564","geometry":{"type":"Point","coordinates":[0.3943529,51.5148767]},"properties":{"@type":"node","@id":278186564,"@timestamp":1215955284},"coords":"51.5148767,0.3943529","bedrooms":"0","price":"182000","area":"395"} , +{"type":"Feature","id":"n278273423","geometry":{"type":"Point","coordinates":[-0.071148,51.5078149]},"properties":{"@type":"node","@id":278273423,"@timestamp":1350463110},"coords":"51.5078149,-0.071148","bedrooms":"4","price":"203000","area":"354"} , +{"type":"Feature","id":"n278312956","geometry":{"type":"Point","coordinates":[-0.0566157,51.5131287]},"properties":{"@type":"node","@id":278312956,"@timestamp":1605809435},"coords":"51.5131287,-0.0566157","bedrooms":"0","price":"281000","area":"517"} , +{"type":"Feature","id":"n278456496","geometry":{"type":"Point","coordinates":[0.4234084,51.6327446]},"properties":{"@type":"node","@id":278456496,"@timestamp":1257879972},"coords":"51.6327446,0.4234084","bedrooms":"3","price":"278000","area":"355"} , +{"type":"Feature","id":"n278514411","geometry":{"type":"Point","coordinates":[-0.3983288,51.5744179]},"properties":{"@type":"node","@id":278514411,"@timestamp":1579022746},"coords":"51.5744179,-0.3983288","bedrooms":"1","price":"224000","area":"461"} , +{"type":"Feature","id":"n278535284","geometry":{"type":"Point","coordinates":[-0.547465,50.9821921]},"properties":{"@type":"node","@id":278535284,"@timestamp":1304931318},"coords":"50.9821921,-0.547465","bedrooms":"4","price":"166000","area":"606"} , +{"type":"Feature","id":"n278567124","geometry":{"type":"Point","coordinates":[-0.1846863,51.4928263]},"properties":{"@type":"node","@id":278567124,"@timestamp":1598586900},"coords":"51.4928263,-0.1846863","bedrooms":"2","price":"279000","area":"509"} , +{"type":"Feature","id":"n278593211","geometry":{"type":"Point","coordinates":[-0.2718139,51.4866914]},"properties":{"@type":"node","@id":278593211,"@timestamp":1634741286},"coords":"51.4866914,-0.2718139","bedrooms":"1","price":"194000","area":"695"} , +{"type":"Feature","id":"n278601903","geometry":{"type":"Point","coordinates":[-0.7415103,50.9447284]},"properties":{"@type":"node","@id":278601903,"@timestamp":1421107174},"coords":"50.9447284,-0.7415103","bedrooms":"2","price":"168000","area":"405"} , +{"type":"Feature","id":"n278740872","geometry":{"type":"Point","coordinates":[0.2923637,51.5025328]},"properties":{"@type":"node","@id":278740872,"@timestamp":1330809436},"coords":"51.5025328,0.2923637","bedrooms":"4","price":"151000","area":"646"} , +{"type":"Feature","id":"n278779462","geometry":{"type":"Point","coordinates":[0.6366065,51.7972032]},"properties":{"@type":"node","@id":278779462,"@timestamp":1315817143},"coords":"51.7972032,0.6366065","bedrooms":"3","price":"157000","area":"674"} , +{"type":"Feature","id":"n278901630","geometry":{"type":"Point","coordinates":[-0.7002225,51.6481234]},"properties":{"@type":"node","@id":278901630,"@timestamp":1427724054},"coords":"51.6481234,-0.7002225","bedrooms":"4","price":"202000","area":"633"} , +{"type":"Feature","id":"n278939318","geometry":{"type":"Point","coordinates":[-0.7298436,51.309416]},"properties":{"@type":"node","@id":278939318,"@timestamp":1216216097},"coords":"51.309416,-0.7298436","bedrooms":"4","price":"245000","area":"453"} , +{"type":"Feature","id":"n278939330","geometry":{"type":"Point","coordinates":[-0.7289504,51.3092115]},"properties":{"@type":"node","@id":278939330,"@timestamp":1216216098},"coords":"51.3092115,-0.7289504","bedrooms":"1","price":"247000","area":"397"} , +{"type":"Feature","id":"n278939344","geometry":{"type":"Point","coordinates":[-0.7238146,51.3080874]},"properties":{"@type":"node","@id":278939344,"@timestamp":1216216099},"coords":"51.3080874,-0.7238146","bedrooms":"1","price":"261000","area":"377"} , +{"type":"Feature","id":"n278939358","geometry":{"type":"Point","coordinates":[-0.7254567,51.3047189]},"properties":{"@type":"node","@id":278939358,"@timestamp":1216216099},"coords":"51.3047189,-0.7254567","bedrooms":"4","price":"225000","area":"604"} , +{"type":"Feature","id":"n278939372","geometry":{"type":"Point","coordinates":[-0.7288445,51.3064643]},"properties":{"@type":"node","@id":278939372,"@timestamp":1216216100},"coords":"51.3064643,-0.7288445","bedrooms":"2","price":"194000","area":"571"} , +{"type":"Feature","id":"n278939385","geometry":{"type":"Point","coordinates":[-0.726499,51.3065035]},"properties":{"@type":"node","@id":278939385,"@timestamp":1216216101},"coords":"51.3065035,-0.726499","bedrooms":"3","price":"252000","area":"481"} , +{"type":"Feature","id":"n278939402","geometry":{"type":"Point","coordinates":[-0.7244087,51.3055424]},"properties":{"@type":"node","@id":278939402,"@timestamp":1216216102},"coords":"51.3055424,-0.7244087","bedrooms":"2","price":"276000","area":"578"} , +{"type":"Feature","id":"n278939426","geometry":{"type":"Point","coordinates":[-0.7290794,51.3067554]},"properties":{"@type":"node","@id":278939426,"@timestamp":1216216103},"coords":"51.3067554,-0.7290794","bedrooms":"0","price":"192000","area":"691"} , +{"type":"Feature","id":"n278939447","geometry":{"type":"Point","coordinates":[-0.7273338,51.307475]},"properties":{"@type":"node","@id":278939447,"@timestamp":1216216105},"coords":"51.307475,-0.7273338","bedrooms":"1","price":"163000","area":"554"} , +{"type":"Feature","id":"n278939486","geometry":{"type":"Point","coordinates":[-0.7278532,51.306438]},"properties":{"@type":"node","@id":278939486,"@timestamp":1216216110},"coords":"51.306438,-0.7278532","bedrooms":"2","price":"210000","area":"369"} , +{"type":"Feature","id":"n278939501","geometry":{"type":"Point","coordinates":[-0.7286779,51.3022635]},"properties":{"@type":"node","@id":278939501,"@timestamp":1216216112},"coords":"51.3022635,-0.7286779","bedrooms":"2","price":"193000","area":"671"} , +{"type":"Feature","id":"n278939781","geometry":{"type":"Point","coordinates":[-0.0025335,51.5396651]},"properties":{"@type":"node","@id":278939781,"@timestamp":1606310889},"coords":"51.5396651,-0.0025335","bedrooms":"0","price":"189000","area":"656"} , +{"type":"Feature","id":"n278959082","geometry":{"type":"Point","coordinates":[-0.7472844,51.3131499]},"properties":{"@type":"node","@id":278959082,"@timestamp":1216224066},"coords":"51.3131499,-0.7472844","bedrooms":"0","price":"167000","area":"501"} , +{"type":"Feature","id":"n278959169","geometry":{"type":"Point","coordinates":[-0.7433991,51.3131226]},"properties":{"@type":"node","@id":278959169,"@timestamp":1488057507},"coords":"51.3131226,-0.7433991","bedrooms":"4","price":"196000","area":"507"} , +{"type":"Feature","id":"n278959309","geometry":{"type":"Point","coordinates":[-0.73989,51.3169846]},"properties":{"@type":"node","@id":278959309,"@timestamp":1216224083},"coords":"51.3169846,-0.73989","bedrooms":"3","price":"151000","area":"382"} , +{"type":"Feature","id":"n278959405","geometry":{"type":"Point","coordinates":[-0.7344189,51.318148]},"properties":{"@type":"node","@id":278959405,"@timestamp":1216224092},"coords":"51.318148,-0.7344189","bedrooms":"1","price":"260000","area":"460"} , +{"type":"Feature","id":"n278959457","geometry":{"type":"Point","coordinates":[-0.7296537,51.318128]},"properties":{"@type":"node","@id":278959457,"@timestamp":1517082665},"coords":"51.318128,-0.7296537","bedrooms":"3","price":"176000","area":"448"} , +{"type":"Feature","id":"n278959536","geometry":{"type":"Point","coordinates":[-0.7219498,51.3183886]},"properties":{"@type":"node","@id":278959536,"@timestamp":1216224102},"coords":"51.3183886,-0.7219498","bedrooms":"3","price":"250000","area":"653"} , +{"type":"Feature","id":"n278959552","geometry":{"type":"Point","coordinates":[-0.7262647,51.3190019]},"properties":{"@type":"node","@id":278959552,"@timestamp":1216224103},"coords":"51.3190019,-0.7262647","bedrooms":"3","price":"172000","area":"686"} , +{"type":"Feature","id":"n278959617","geometry":{"type":"Point","coordinates":[-0.724655,51.310992]},"properties":{"@type":"node","@id":278959617,"@timestamp":1216224107},"coords":"51.310992,-0.724655","bedrooms":"4","price":"242000","area":"505"} , +{"type":"Feature","id":"n278959629","geometry":{"type":"Point","coordinates":[-0.7248545,51.3119664]},"properties":{"@type":"node","@id":278959629,"@timestamp":1216224108},"coords":"51.3119664,-0.7248545","bedrooms":"4","price":"235000","area":"440"} , +{"type":"Feature","id":"n278959813","geometry":{"type":"Point","coordinates":[-0.7307404,51.3155428]},"properties":{"@type":"node","@id":278959813,"@timestamp":1216224148},"coords":"51.3155428,-0.7307404","bedrooms":"3","price":"156000","area":"431"} , +{"type":"Feature","id":"n278959854","geometry":{"type":"Point","coordinates":[-0.7285143,51.3152342]},"properties":{"@type":"node","@id":278959854,"@timestamp":1216224151},"coords":"51.3152342,-0.7285143","bedrooms":"4","price":"213000","area":"385"} , +{"type":"Feature","id":"n278970896","geometry":{"type":"Point","coordinates":[-0.7338457,51.3085232]},"properties":{"@type":"node","@id":278970896,"@timestamp":1216228285},"coords":"51.3085232,-0.7338457","bedrooms":"0","price":"154000","area":"635"} , +{"type":"Feature","id":"n278970942","geometry":{"type":"Point","coordinates":[-0.7296723,51.3098079]},"properties":{"@type":"node","@id":278970942,"@timestamp":1216228288},"coords":"51.3098079,-0.7296723","bedrooms":"1","price":"295000","area":"535"} , +{"type":"Feature","id":"n278970954","geometry":{"type":"Point","coordinates":[-0.729438,51.3090126]},"properties":{"@type":"node","@id":278970954,"@timestamp":1216228292},"coords":"51.3090126,-0.729438","bedrooms":"4","price":"227000","area":"388"} , +{"type":"Feature","id":"n278971098","geometry":{"type":"Point","coordinates":[-0.7338157,51.3114861]},"properties":{"@type":"node","@id":278971098,"@timestamp":1216228303},"coords":"51.3114861,-0.7338157","bedrooms":"1","price":"219000","area":"603"} , +{"type":"Feature","id":"n278971152","geometry":{"type":"Point","coordinates":[-0.7326918,51.3049891]},"properties":{"@type":"node","@id":278971152,"@timestamp":1216228308},"coords":"51.3049891,-0.7326918","bedrooms":"3","price":"188000","area":"430"} , +{"type":"Feature","id":"n278971215","geometry":{"type":"Point","coordinates":[-0.7296916,51.3004864]},"properties":{"@type":"node","@id":278971215,"@timestamp":1216228312},"coords":"51.3004864,-0.7296916","bedrooms":"1","price":"286000","area":"514"} , +{"type":"Feature","id":"n278971255","geometry":{"type":"Point","coordinates":[-0.7227133,51.3045383]},"properties":{"@type":"node","@id":278971255,"@timestamp":1216228314},"coords":"51.3045383,-0.7227133","bedrooms":"1","price":"190000","area":"614"} , +{"type":"Feature","id":"n278971340","geometry":{"type":"Point","coordinates":[-0.7229287,51.3021545]},"properties":{"@type":"node","@id":278971340,"@timestamp":1216228318},"coords":"51.3021545,-0.7229287","bedrooms":"4","price":"239000","area":"662"} , +{"type":"Feature","id":"n278971375","geometry":{"type":"Point","coordinates":[-0.7212313,51.3014169]},"properties":{"@type":"node","@id":278971375,"@timestamp":1216228322},"coords":"51.3014169,-0.7212313","bedrooms":"0","price":"272000","area":"638"} , +{"type":"Feature","id":"n278971565","geometry":{"type":"Point","coordinates":[-0.7286057,51.3059829]},"properties":{"@type":"node","@id":278971565,"@timestamp":1216228328},"coords":"51.3059829,-0.7286057","bedrooms":"1","price":"150000","area":"361"} , +{"type":"Feature","id":"n279006654","geometry":{"type":"Point","coordinates":[-0.2584061,51.4827456]},"properties":{"@type":"node","@id":279006654,"@timestamp":1216240660},"coords":"51.4827456,-0.2584061","bedrooms":"1","price":"275000","area":"667"} , +{"type":"Feature","id":"n279015768","geometry":{"type":"Point","coordinates":[-0.2575545,51.485158]},"properties":{"@type":"node","@id":279015768,"@timestamp":1216243437},"coords":"51.485158,-0.2575545","bedrooms":"4","price":"236000","area":"430"} , +{"type":"Feature","id":"n279051548","geometry":{"type":"Point","coordinates":[-0.1739208,51.3847778]},"properties":{"@type":"node","@id":279051548,"@timestamp":1327863605},"coords":"51.3847778,-0.1739208","bedrooms":"1","price":"289000","area":"676"} , +{"type":"Feature","id":"n279051614","geometry":{"type":"Point","coordinates":[-0.1760636,51.3922911]},"properties":{"@type":"node","@id":279051614,"@timestamp":1529844757},"coords":"51.3922911,-0.1760636","bedrooms":"0","price":"204000","area":"574"} , +{"type":"Feature","id":"n279056286","geometry":{"type":"Point","coordinates":[-0.1794821,51.3851685]},"properties":{"@type":"node","@id":279056286,"@timestamp":1542754153},"coords":"51.3851685,-0.1794821","bedrooms":"1","price":"282000","area":"499"} , +{"type":"Feature","id":"n279104435","geometry":{"type":"Point","coordinates":[-0.0606715,51.5293899]},"properties":{"@type":"node","@id":279104435,"@timestamp":1599689362},"coords":"51.5293899,-0.0606715","bedrooms":"0","price":"210000","area":"633"} , +{"type":"Feature","id":"n279104455","geometry":{"type":"Point","coordinates":[-0.0769705,51.5352734]},"properties":{"@type":"node","@id":279104455,"@timestamp":1600625173},"coords":"51.5352734,-0.0769705","bedrooms":"4","price":"209000","area":"448"} , +{"type":"Feature","id":"n279201721","geometry":{"type":"Point","coordinates":[-0.0623435,51.4741561]},"properties":{"@type":"node","@id":279201721,"@timestamp":1574132054},"coords":"51.4741561,-0.0623435","bedrooms":"4","price":"202000","area":"481"} , +{"type":"Feature","id":"n279219478","geometry":{"type":"Point","coordinates":[-0.1170375,51.4866559]},"properties":{"@type":"node","@id":279219478,"@timestamp":1598652899},"coords":"51.4866559,-0.1170375","bedrooms":"0","price":"187000","area":"586"} , +{"type":"Feature","id":"n279266338","geometry":{"type":"Point","coordinates":[-0.7764794,51.221922]},"properties":{"@type":"node","@id":279266338,"@timestamp":1216383845},"coords":"51.221922,-0.7764794","bedrooms":"0","price":"271000","area":"632"} , +{"type":"Feature","id":"n279391479","geometry":{"type":"Point","coordinates":[-0.112081,51.4706805]},"properties":{"@type":"node","@id":279391479,"@timestamp":1371852797},"coords":"51.4706805,-0.112081","bedrooms":"3","price":"158000","area":"437"} , +{"type":"Feature","id":"n279403467","geometry":{"type":"Point","coordinates":[-0.5969486,51.7242767]},"properties":{"@type":"node","@id":279403467,"@timestamp":1496238893},"coords":"51.7242767,-0.5969486","bedrooms":"4","price":"215000","area":"638"} , +{"type":"Feature","id":"n279452791","geometry":{"type":"Point","coordinates":[0.1775597,51.8685015]},"properties":{"@type":"node","@id":279452791,"@timestamp":1545116751},"coords":"51.8685015,0.1775597","bedrooms":"4","price":"169000","area":"556"} , +{"type":"Feature","id":"n279527675","geometry":{"type":"Point","coordinates":[-0.225499,51.7844135]},"properties":{"@type":"node","@id":279527675,"@timestamp":1348432016},"coords":"51.7844135,-0.225499","bedrooms":"4","price":"174000","area":"560"} , +{"type":"Feature","id":"n279533530","geometry":{"type":"Point","coordinates":[0.7772668,51.7812039]},"properties":{"@type":"node","@id":279533530,"@timestamp":1299969000},"coords":"51.7812039,0.7772668","bedrooms":"0","price":"254000","area":"482"} , +{"type":"Feature","id":"n279533554","geometry":{"type":"Point","coordinates":[0.8400036,51.8298924]},"properties":{"@type":"node","@id":279533554,"@timestamp":1299969002},"coords":"51.8298924,0.8400036","bedrooms":"2","price":"187000","area":"491"} , +{"type":"Feature","id":"n279533772","geometry":{"type":"Point","coordinates":[0.8303689,51.825286]},"properties":{"@type":"node","@id":279533772,"@timestamp":1299968997},"coords":"51.825286,0.8303689","bedrooms":"4","price":"202000","area":"497"} , +{"type":"Feature","id":"n279533930","geometry":{"type":"Point","coordinates":[0.8080046,51.7973135]},"properties":{"@type":"node","@id":279533930,"@timestamp":1299969001},"coords":"51.7973135,0.8080046","bedrooms":"0","price":"225000","area":"468"} , +{"type":"Feature","id":"n279547956","geometry":{"type":"Point","coordinates":[-0.0034102,51.5574042]},"properties":{"@type":"node","@id":279547956,"@timestamp":1216482364},"coords":"51.5574042,-0.0034102","bedrooms":"3","price":"243000","area":"455"} , +{"type":"Feature","id":"n279548017","geometry":{"type":"Point","coordinates":[0.0050687,51.5537867]},"properties":{"@type":"node","@id":279548017,"@timestamp":1617592136},"coords":"51.5537867,0.0050687","bedrooms":"3","price":"275000","area":"651"} , +{"type":"Feature","id":"n279574645","geometry":{"type":"Point","coordinates":[0.0233282,51.5958415]},"properties":{"@type":"node","@id":279574645,"@timestamp":1216491210},"coords":"51.5958415,0.0233282","bedrooms":"1","price":"264000","area":"634"} , +{"type":"Feature","id":"n279581228","geometry":{"type":"Point","coordinates":[-0.1004014,51.4528428]},"properties":{"@type":"node","@id":279581228,"@timestamp":1313661337},"coords":"51.4528428,-0.1004014","bedrooms":"4","price":"192000","area":"654"} , +{"type":"Feature","id":"n279651213","geometry":{"type":"Point","coordinates":[-0.1184434,51.5637706]},"properties":{"@type":"node","@id":279651213,"@timestamp":1608392991},"coords":"51.5637706,-0.1184434","bedrooms":"3","price":"272000","area":"359"} , +{"type":"Feature","id":"n279651299","geometry":{"type":"Point","coordinates":[-0.1131677,51.5586699]},"properties":{"@type":"node","@id":279651299,"@timestamp":1231622959},"coords":"51.5586699,-0.1131677","bedrooms":"1","price":"252000","area":"375"} , +{"type":"Feature","id":"n279651436","geometry":{"type":"Point","coordinates":[-0.1038292,51.551943]},"properties":{"@type":"node","@id":279651436,"@timestamp":1498468831},"coords":"51.551943,-0.1038292","bedrooms":"0","price":"186000","area":"568"} , +{"type":"Feature","id":"n279761701","geometry":{"type":"Point","coordinates":[-0.7376568,50.9890279]},"properties":{"@type":"node","@id":279761701,"@timestamp":1587845084},"coords":"50.9890279,-0.7376568","bedrooms":"1","price":"172000","area":"468"} , +{"type":"Feature","id":"n279799447","geometry":{"type":"Point","coordinates":[-0.1194738,51.9422203]},"properties":{"@type":"node","@id":279799447,"@timestamp":1605456294},"coords":"51.9422203,-0.1194738","bedrooms":"2","price":"191000","area":"595"} , +{"type":"Feature","id":"n279799655","geometry":{"type":"Point","coordinates":[-0.1026887,51.9281998]},"properties":{"@type":"node","@id":279799655,"@timestamp":1260028249},"coords":"51.9281998,-0.1026887","bedrooms":"3","price":"248000","area":"387"} , +{"type":"Feature","id":"n279851729","geometry":{"type":"Point","coordinates":[-0.0718605,51.4157186]},"properties":{"@type":"node","@id":279851729,"@timestamp":1614425607},"coords":"51.4157186,-0.0718605","bedrooms":"0","price":"212000","area":"564"} , +{"type":"Feature","id":"n279973328","geometry":{"type":"Point","coordinates":[-0.6014521,51.5013145]},"properties":{"@type":"node","@id":279973328,"@timestamp":1586006450},"coords":"51.5013145,-0.6014521","bedrooms":"0","price":"220000","area":"572"} , +{"type":"Feature","id":"n280034659","geometry":{"type":"Point","coordinates":[-0.0811928,51.5273897]},"properties":{"@type":"node","@id":280034659,"@timestamp":1620859147},"coords":"51.5273897,-0.0811928","bedrooms":"3","price":"177000","area":"443"} , +{"type":"Feature","id":"n280046849","geometry":{"type":"Point","coordinates":[-0.3840752,51.7839482]},"properties":{"@type":"node","@id":280046849,"@timestamp":1376328985},"coords":"51.7839482,-0.3840752","bedrooms":"0","price":"195000","area":"690"} , +{"type":"Feature","id":"n280125450","geometry":{"type":"Point","coordinates":[-0.2033367,51.7752345]},"properties":{"@type":"node","@id":280125450,"@timestamp":1399933097},"coords":"51.7752345,-0.2033367","bedrooms":"2","price":"204000","area":"483"} , +{"type":"Feature","id":"n280136259","geometry":{"type":"Point","coordinates":[0.5129136,51.2958248]},"properties":{"@type":"node","@id":280136259,"@timestamp":1321268287},"coords":"51.2958248,0.5129136","bedrooms":"3","price":"285000","area":"554"} , +{"type":"Feature","id":"n280151740","geometry":{"type":"Point","coordinates":[-0.0753693,51.4912827]},"properties":{"@type":"node","@id":280151740,"@timestamp":1449709060},"coords":"51.4912827,-0.0753693","bedrooms":"4","price":"241000","area":"483"} , +{"type":"Feature","id":"n280173701","geometry":{"type":"Point","coordinates":[-0.5402324,51.4906687]},"properties":{"@type":"node","@id":280173701,"@timestamp":1632961299},"coords":"51.4906687,-0.5402324","bedrooms":"2","price":"234000","area":"396"} , +{"type":"Feature","id":"n280184509","geometry":{"type":"Point","coordinates":[-0.081771,51.5220564]},"properties":{"@type":"node","@id":280184509,"@timestamp":1539996437},"coords":"51.5220564,-0.081771","bedrooms":"3","price":"226000","area":"553"} , +{"type":"Feature","id":"n280202028","geometry":{"type":"Point","coordinates":[-0.7283059,51.3111263]},"properties":{"@type":"node","@id":280202028,"@timestamp":1216727984},"coords":"51.3111263,-0.7283059","bedrooms":"0","price":"272000","area":"511"} , +{"type":"Feature","id":"n280202047","geometry":{"type":"Point","coordinates":[-0.7242689,51.3094978]},"properties":{"@type":"node","@id":280202047,"@timestamp":1216727986},"coords":"51.3094978,-0.7242689","bedrooms":"3","price":"158000","area":"381"} , +{"type":"Feature","id":"n280202076","geometry":{"type":"Point","coordinates":[-0.7280826,51.3105118]},"properties":{"@type":"node","@id":280202076,"@timestamp":1216727989},"coords":"51.3105118,-0.7280826","bedrooms":"3","price":"186000","area":"396"} , +{"type":"Feature","id":"n280202115","geometry":{"type":"Point","coordinates":[-0.7276473,51.3087818]},"properties":{"@type":"node","@id":280202115,"@timestamp":1216727992},"coords":"51.3087818,-0.7276473","bedrooms":"1","price":"194000","area":"604"} , +{"type":"Feature","id":"n280202129","geometry":{"type":"Point","coordinates":[-0.7271281,51.3106113]},"properties":{"@type":"node","@id":280202129,"@timestamp":1216727993},"coords":"51.3106113,-0.7271281","bedrooms":"0","price":"203000","area":"431"} , +{"type":"Feature","id":"n280202184","geometry":{"type":"Point","coordinates":[-0.7221484,51.3087301]},"properties":{"@type":"node","@id":280202184,"@timestamp":1216727998},"coords":"51.3087301,-0.7221484","bedrooms":"4","price":"244000","area":"448"} , +{"type":"Feature","id":"n280202213","geometry":{"type":"Point","coordinates":[-0.7214893,51.3086549]},"properties":{"@type":"node","@id":280202213,"@timestamp":1216728000},"coords":"51.3086549,-0.7214893","bedrooms":"4","price":"221000","area":"525"} , +{"type":"Feature","id":"n280202252","geometry":{"type":"Point","coordinates":[-0.7220915,51.3116168]},"properties":{"@type":"node","@id":280202252,"@timestamp":1216728003},"coords":"51.3116168,-0.7220915","bedrooms":"4","price":"265000","area":"657"} , +{"type":"Feature","id":"n280202280","geometry":{"type":"Point","coordinates":[-0.7206466,51.3105003]},"properties":{"@type":"node","@id":280202280,"@timestamp":1216728005},"coords":"51.3105003,-0.7206466","bedrooms":"1","price":"217000","area":"467"} , +{"type":"Feature","id":"n280202295","geometry":{"type":"Point","coordinates":[-0.7246582,51.3089174]},"properties":{"@type":"node","@id":280202295,"@timestamp":1216728007},"coords":"51.3089174,-0.7246582","bedrooms":"4","price":"220000","area":"675"} , +{"type":"Feature","id":"n280202310","geometry":{"type":"Point","coordinates":[-0.7240332,51.3067993]},"properties":{"@type":"node","@id":280202310,"@timestamp":1216728008},"coords":"51.3067993,-0.7240332","bedrooms":"4","price":"277000","area":"651"} , +{"type":"Feature","id":"n280202321","geometry":{"type":"Point","coordinates":[-0.7230261,51.3065654]},"properties":{"@type":"node","@id":280202321,"@timestamp":1216728009},"coords":"51.3065654,-0.7230261","bedrooms":"0","price":"195000","area":"448"} , +{"type":"Feature","id":"n280202348","geometry":{"type":"Point","coordinates":[-0.7247325,51.3068687]},"properties":{"@type":"node","@id":280202348,"@timestamp":1216728011},"coords":"51.3068687,-0.7247325","bedrooms":"4","price":"256000","area":"680"} , +{"type":"Feature","id":"n280202358","geometry":{"type":"Point","coordinates":[-0.7242627,51.306211]},"properties":{"@type":"node","@id":280202358,"@timestamp":1216728011},"coords":"51.306211,-0.7242627","bedrooms":"2","price":"205000","area":"388"} , +{"type":"Feature","id":"n280202368","geometry":{"type":"Point","coordinates":[-0.7230328,51.3060609]},"properties":{"@type":"node","@id":280202368,"@timestamp":1216728012},"coords":"51.3060609,-0.7230328","bedrooms":"2","price":"243000","area":"692"} , +{"type":"Feature","id":"n280202385","geometry":{"type":"Point","coordinates":[-0.7211305,51.3073362]},"properties":{"@type":"node","@id":280202385,"@timestamp":1216728017},"coords":"51.3073362,-0.7211305","bedrooms":"1","price":"236000","area":"505"} , +{"type":"Feature","id":"n280297967","geometry":{"type":"Point","coordinates":[0.8215701,51.077974]},"properties":{"@type":"node","@id":280297967,"@timestamp":1221812725},"coords":"51.077974,0.8215701","bedrooms":"2","price":"298000","area":"534"} , +{"type":"Feature","id":"n280297977","geometry":{"type":"Point","coordinates":[0.820164,51.0752859]},"properties":{"@type":"node","@id":280297977,"@timestamp":1221812719},"coords":"51.0752859,0.820164","bedrooms":"2","price":"170000","area":"468"} , +{"type":"Feature","id":"n280297987","geometry":{"type":"Point","coordinates":[0.821595,51.0726773]},"properties":{"@type":"node","@id":280297987,"@timestamp":1216755235},"coords":"51.0726773,0.821595","bedrooms":"2","price":"280000","area":"626"} , +{"type":"Feature","id":"n280297997","geometry":{"type":"Point","coordinates":[0.8235558,51.0711709]},"properties":{"@type":"node","@id":280297997,"@timestamp":1221812722},"coords":"51.0711709,0.8235558","bedrooms":"4","price":"160000","area":"562"} , +{"type":"Feature","id":"n280298007","geometry":{"type":"Point","coordinates":[0.8260839,51.0685934]},"properties":{"@type":"node","@id":280298007,"@timestamp":1216755237},"coords":"51.0685934,0.8260839","bedrooms":"1","price":"235000","area":"375"} , +{"type":"Feature","id":"n280298017","geometry":{"type":"Point","coordinates":[0.8225401,51.0700406]},"properties":{"@type":"node","@id":280298017,"@timestamp":1221812720},"coords":"51.0700406,0.8225401","bedrooms":"4","price":"296000","area":"679"} , +{"type":"Feature","id":"n280298028","geometry":{"type":"Point","coordinates":[0.8150945,51.0732124]},"properties":{"@type":"node","@id":280298028,"@timestamp":1216755239},"coords":"51.0732124,0.8150945","bedrooms":"3","price":"186000","area":"464"} , +{"type":"Feature","id":"n280298048","geometry":{"type":"Point","coordinates":[0.8163797,51.0738988]},"properties":{"@type":"node","@id":280298048,"@timestamp":1221812725},"coords":"51.0738988,0.8163797","bedrooms":"4","price":"264000","area":"353"} , +{"type":"Feature","id":"n280298063","geometry":{"type":"Point","coordinates":[0.8186769,51.0750604]},"properties":{"@type":"node","@id":280298063,"@timestamp":1221812719},"coords":"51.0750604,0.8186769","bedrooms":"1","price":"272000","area":"538"} , +{"type":"Feature","id":"n280316936","geometry":{"type":"Point","coordinates":[-0.5816503,51.2622043]},"properties":{"@type":"node","@id":280316936,"@timestamp":1216759708},"coords":"51.2622043,-0.5816503","bedrooms":"2","price":"216000","area":"458"} , +{"type":"Feature","id":"n280397133","geometry":{"type":"Point","coordinates":[0.8156147,51.0736421]},"properties":{"@type":"node","@id":280397133,"@timestamp":1216799803},"coords":"51.0736421,0.8156147","bedrooms":"0","price":"192000","area":"485"} , +{"type":"Feature","id":"n280527071","geometry":{"type":"Point","coordinates":[-0.9770489,51.5182575]},"properties":{"@type":"node","@id":280527071,"@timestamp":1629036391},"coords":"51.5182575,-0.9770489","bedrooms":"2","price":"159000","area":"695"} , +{"type":"Feature","id":"n280537507","geometry":{"type":"Point","coordinates":[0.8124651,51.076069]},"properties":{"@type":"node","@id":280537507,"@timestamp":1216845213},"coords":"51.076069,0.8124651","bedrooms":"1","price":"242000","area":"434"} , +{"type":"Feature","id":"n280537520","geometry":{"type":"Point","coordinates":[0.8172269,51.0803354]},"properties":{"@type":"node","@id":280537520,"@timestamp":1216845214},"coords":"51.0803354,0.8172269","bedrooms":"1","price":"284000","area":"521"} , +{"type":"Feature","id":"n280571045","geometry":{"type":"Point","coordinates":[-0.7216101,51.5573968]},"properties":{"@type":"node","@id":280571045,"@timestamp":1267120559},"coords":"51.5573968,-0.7216101","bedrooms":"2","price":"287000","area":"386"} , +{"type":"Feature","id":"n280606829","geometry":{"type":"Point","coordinates":[-0.0283247,51.4696674]},"properties":{"@type":"node","@id":280606829,"@timestamp":1627831379},"coords":"51.4696674,-0.0283247","bedrooms":"1","price":"276000","area":"468"} , +{"type":"Feature","id":"n280606925","geometry":{"type":"Point","coordinates":[-0.0269541,51.4749833]},"properties":{"@type":"node","@id":280606925,"@timestamp":1450035828},"coords":"51.4749833,-0.0269541","bedrooms":"4","price":"288000","area":"393"} , +{"type":"Feature","id":"n280785317","geometry":{"type":"Point","coordinates":[-0.8555618,51.4054979]},"properties":{"@type":"node","@id":280785317,"@timestamp":1504630220},"coords":"51.4054979,-0.8555618","bedrooms":"3","price":"161000","area":"519"} , +{"type":"Feature","id":"n280790433","geometry":{"type":"Point","coordinates":[-0.854567,51.4093142]},"properties":{"@type":"node","@id":280790433,"@timestamp":1216927213},"coords":"51.4093142,-0.854567","bedrooms":"3","price":"211000","area":"434"} , +{"type":"Feature","id":"n280883312","geometry":{"type":"Point","coordinates":[-0.0323371,51.4072896]},"properties":{"@type":"node","@id":280883312,"@timestamp":1613658781},"coords":"51.4072896,-0.0323371","bedrooms":"2","price":"165000","area":"517"} , +{"type":"Feature","id":"n280930329","geometry":{"type":"Point","coordinates":[-0.0689668,51.4742641]},"properties":{"@type":"node","@id":280930329,"@timestamp":1401622478},"coords":"51.4742641,-0.0689668","bedrooms":"1","price":"270000","area":"503"} , +{"type":"Feature","id":"n281045437","geometry":{"type":"Point","coordinates":[0.2522979,51.5061433]},"properties":{"@type":"node","@id":281045437,"@timestamp":1330809522},"coords":"51.5061433,0.2522979","bedrooms":"0","price":"224000","area":"604"} , +{"type":"Feature","id":"n281066833","geometry":{"type":"Point","coordinates":[-0.0723171,51.9422407]},"properties":{"@type":"node","@id":281066833,"@timestamp":1634476893},"coords":"51.9422407,-0.0723171","bedrooms":"1","price":"298000","area":"615"} , +{"type":"Feature","id":"n281187934","geometry":{"type":"Point","coordinates":[-0.619864,51.2839117]},"properties":{"@type":"node","@id":281187934,"@timestamp":1217077632},"coords":"51.2839117,-0.619864","bedrooms":"0","price":"267000","area":"455"} , +{"type":"Feature","id":"n281194262","geometry":{"type":"Point","coordinates":[-0.6002998,51.2941229]},"properties":{"@type":"node","@id":281194262,"@timestamp":1553719428},"coords":"51.2941229,-0.6002998","bedrooms":"0","price":"155000","area":"362"} , +{"type":"Feature","id":"n281198158","geometry":{"type":"Point","coordinates":[-0.5945914,51.2761036]},"properties":{"@type":"node","@id":281198158,"@timestamp":1217080764},"coords":"51.2761036,-0.5945914","bedrooms":"1","price":"171000","area":"541"} , +{"type":"Feature","id":"n281240892","geometry":{"type":"Point","coordinates":[-1.0598961,51.9249078]},"properties":{"@type":"node","@id":281240892,"@timestamp":1239713284},"coords":"51.9249078,-1.0598961","bedrooms":"3","price":"229000","area":"423"} , +{"type":"Feature","id":"n281242787","geometry":{"type":"Point","coordinates":[-1.0181472,51.9338386]},"properties":{"@type":"node","@id":281242787,"@timestamp":1239713280},"coords":"51.9338386,-1.0181472","bedrooms":"1","price":"286000","area":"571"} , +{"type":"Feature","id":"n281327450","geometry":{"type":"Point","coordinates":[-0.5294682,51.8522826]},"properties":{"@type":"node","@id":281327450,"@timestamp":1624811223},"coords":"51.8522826,-0.5294682","bedrooms":"3","price":"152000","area":"616"} , +{"type":"Feature","id":"n281340321","geometry":{"type":"Point","coordinates":[-0.5860447,51.7675416]},"properties":{"@type":"node","@id":281340321,"@timestamp":1217117359},"coords":"51.7675416,-0.5860447","bedrooms":"4","price":"183000","area":"569"} , +{"type":"Feature","id":"n281412015","geometry":{"type":"Point","coordinates":[-0.316886,51.2367631]},"properties":{"@type":"node","@id":281412015,"@timestamp":1307828962},"coords":"51.2367631,-0.316886","bedrooms":"4","price":"204000","area":"599"} , +{"type":"Feature","id":"n281426069","geometry":{"type":"Point","coordinates":[-0.1876332,51.511834]},"properties":{"@type":"node","@id":281426069,"@timestamp":1578203864},"coords":"51.511834,-0.1876332","bedrooms":"3","price":"157000","area":"466"} , +{"type":"Feature","id":"n281437240","geometry":{"type":"Point","coordinates":[-0.5652487,51.2376363]},"properties":{"@type":"node","@id":281437240,"@timestamp":1262549276},"coords":"51.2376363,-0.5652487","bedrooms":"2","price":"166000","area":"479"} , +{"type":"Feature","id":"n281438762","geometry":{"type":"Point","coordinates":[-0.5657596,51.2381203]},"properties":{"@type":"node","@id":281438762,"@timestamp":1402943189},"coords":"51.2381203,-0.5657596","bedrooms":"4","price":"182000","area":"457"} , +{"type":"Feature","id":"n281442503","geometry":{"type":"Point","coordinates":[-0.5662875,51.237561]},"properties":{"@type":"node","@id":281442503,"@timestamp":1575552374},"coords":"51.237561,-0.5662875","bedrooms":"0","price":"161000","area":"497"} , +{"type":"Feature","id":"n281446092","geometry":{"type":"Point","coordinates":[-0.5680194,51.2372907]},"properties":{"@type":"node","@id":281446092,"@timestamp":1575290698},"coords":"51.2372907,-0.5680194","bedrooms":"0","price":"215000","area":"648"} , +{"type":"Feature","id":"n281447976","geometry":{"type":"Point","coordinates":[-0.5696716,51.2366706]},"properties":{"@type":"node","@id":281447976,"@timestamp":1481392565},"coords":"51.2366706,-0.5696716","bedrooms":"4","price":"270000","area":"605"} , +{"type":"Feature","id":"n281452261","geometry":{"type":"Point","coordinates":[-0.4605696,51.7554356]},"properties":{"@type":"node","@id":281452261,"@timestamp":1434643625},"coords":"51.7554356,-0.4605696","bedrooms":"1","price":"280000","area":"564"} , +{"type":"Feature","id":"n281453387","geometry":{"type":"Point","coordinates":[-0.5713,51.2361245]},"properties":{"@type":"node","@id":281453387,"@timestamp":1579821618},"coords":"51.2361245,-0.5713","bedrooms":"2","price":"152000","area":"480"} , +{"type":"Feature","id":"n281454988","geometry":{"type":"Point","coordinates":[-0.1189673,51.517691]},"properties":{"@type":"node","@id":281454988,"@timestamp":1564913925},"coords":"51.517691,-0.1189673","bedrooms":"3","price":"192000","area":"354"} , +{"type":"Feature","id":"n281455018","geometry":{"type":"Point","coordinates":[-0.1066228,51.5218265]},"properties":{"@type":"node","@id":281455018,"@timestamp":1623367555},"coords":"51.5218265,-0.1066228","bedrooms":"0","price":"266000","area":"626"} , +{"type":"Feature","id":"n281456175","geometry":{"type":"Point","coordinates":[-0.5723923,51.2358545]},"properties":{"@type":"node","@id":281456175,"@timestamp":1500376855},"coords":"51.2358545,-0.5723923","bedrooms":"3","price":"278000","area":"426"} , +{"type":"Feature","id":"n281456892","geometry":{"type":"Point","coordinates":[-0.5737884,51.2355447]},"properties":{"@type":"node","@id":281456892,"@timestamp":1579558797},"coords":"51.2355447,-0.5737884","bedrooms":"1","price":"221000","area":"675"} , +{"type":"Feature","id":"n281457881","geometry":{"type":"Point","coordinates":[-0.5763165,51.2362475]},"properties":{"@type":"node","@id":281457881,"@timestamp":1636330590},"coords":"51.2362475,-0.5763165","bedrooms":"1","price":"247000","area":"624"} , +{"type":"Feature","id":"n281458977","geometry":{"type":"Point","coordinates":[-0.5724969,51.2358277]},"properties":{"@type":"node","@id":281458977,"@timestamp":1579642586},"coords":"51.2358277,-0.5724969","bedrooms":"3","price":"274000","area":"658"} , +{"type":"Feature","id":"n281461535","geometry":{"type":"Point","coordinates":[-0.5745823,51.2351315]},"properties":{"@type":"node","@id":281461535,"@timestamp":1579170905},"coords":"51.2351315,-0.5745823","bedrooms":"2","price":"287000","area":"614"} , +{"type":"Feature","id":"n281464088","geometry":{"type":"Point","coordinates":[-0.5734508,51.2354232]},"properties":{"@type":"node","@id":281464088,"@timestamp":1593175244},"coords":"51.2354232,-0.5734508","bedrooms":"0","price":"201000","area":"478"} , +{"type":"Feature","id":"n281465308","geometry":{"type":"Point","coordinates":[-0.572513,51.2356387]},"properties":{"@type":"node","@id":281465308,"@timestamp":1277505353},"coords":"51.2356387,-0.572513","bedrooms":"0","price":"279000","area":"623"} , +{"type":"Feature","id":"n281466230","geometry":{"type":"Point","coordinates":[-0.5713436,51.2359015]},"properties":{"@type":"node","@id":281466230,"@timestamp":1576325453},"coords":"51.2359015,-0.5713436","bedrooms":"3","price":"250000","area":"641"} , +{"type":"Feature","id":"n281467504","geometry":{"type":"Point","coordinates":[-0.5695539,51.2365261]},"properties":{"@type":"node","@id":281467504,"@timestamp":1623553784},"coords":"51.2365261,-0.5695539","bedrooms":"1","price":"205000","area":"515"} , +{"type":"Feature","id":"n281469133","geometry":{"type":"Point","coordinates":[-0.5681722,51.2369502]},"properties":{"@type":"node","@id":281469133,"@timestamp":1481392564},"coords":"51.2369502,-0.5681722","bedrooms":"3","price":"253000","area":"376"} , +{"type":"Feature","id":"n281470674","geometry":{"type":"Point","coordinates":[-0.5670713,51.2373923]},"properties":{"@type":"node","@id":281470674,"@timestamp":1612297831},"coords":"51.2373923,-0.5670713","bedrooms":"4","price":"234000","area":"576"} , +{"type":"Feature","id":"n281578658","geometry":{"type":"Point","coordinates":[-0.0526441,51.5332051]},"properties":{"@type":"node","@id":281578658,"@timestamp":1615647799},"coords":"51.5332051,-0.0526441","bedrooms":"1","price":"295000","area":"509"} , +{"type":"Feature","id":"n281578830","geometry":{"type":"Point","coordinates":[-0.0491113,51.5284578]},"properties":{"@type":"node","@id":281578830,"@timestamp":1217194876},"coords":"51.5284578,-0.0491113","bedrooms":"1","price":"226000","area":"603"} , +{"type":"Feature","id":"n281583933","geometry":{"type":"Point","coordinates":[-0.0557006,51.52874]},"properties":{"@type":"node","@id":281583933,"@timestamp":1629063254},"coords":"51.52874,-0.0557006","bedrooms":"2","price":"191000","area":"607"} , +{"type":"Feature","id":"n281625434","geometry":{"type":"Point","coordinates":[-0.5390839,51.7167683]},"properties":{"@type":"node","@id":281625434,"@timestamp":1290163769},"coords":"51.7167683,-0.5390839","bedrooms":"0","price":"210000","area":"569"} , +{"type":"Feature","id":"n281629196","geometry":{"type":"Point","coordinates":[-0.5255249,51.6600348]},"properties":{"@type":"node","@id":281629196,"@timestamp":1217208072},"coords":"51.6600348,-0.5255249","bedrooms":"0","price":"156000","area":"665"} , +{"type":"Feature","id":"n281792318","geometry":{"type":"Point","coordinates":[-0.7799631,51.6284828]},"properties":{"@type":"node","@id":281792318,"@timestamp":1609618158},"coords":"51.6284828,-0.7799631","bedrooms":"4","price":"295000","area":"465"} , +{"type":"Feature","id":"n281792465","geometry":{"type":"Point","coordinates":[-0.7736849,51.6304768]},"properties":{"@type":"node","@id":281792465,"@timestamp":1609618158},"coords":"51.6304768,-0.7736849","bedrooms":"0","price":"235000","area":"398"} , +{"type":"Feature","id":"n281819710","geometry":{"type":"Point","coordinates":[0.2625945,51.1303523]},"properties":{"@type":"node","@id":281819710,"@timestamp":1387443202},"coords":"51.1303523,0.2625945","bedrooms":"4","price":"288000","area":"470"} , +{"type":"Feature","id":"n281853224","geometry":{"type":"Point","coordinates":[-0.2989459,51.4649312]},"properties":{"@type":"node","@id":281853224,"@timestamp":1625934067},"coords":"51.4649312,-0.2989459","bedrooms":"0","price":"197000","area":"560"} , +{"type":"Feature","id":"n281949904","geometry":{"type":"Point","coordinates":[-0.7511365,51.637439]},"properties":{"@type":"node","@id":281949904,"@timestamp":1353668656},"coords":"51.637439,-0.7511365","bedrooms":"4","price":"222000","area":"692"} , +{"type":"Feature","id":"n281972579","geometry":{"type":"Point","coordinates":[-0.7394414,51.2955374]},"properties":{"@type":"node","@id":281972579,"@timestamp":1217348647},"coords":"51.2955374,-0.7394414","bedrooms":"2","price":"230000","area":"678"} , +{"type":"Feature","id":"n281972659","geometry":{"type":"Point","coordinates":[-0.7292408,51.293978]},"properties":{"@type":"node","@id":281972659,"@timestamp":1217348653},"coords":"51.293978,-0.7292408","bedrooms":"1","price":"223000","area":"417"} , +{"type":"Feature","id":"n281972679","geometry":{"type":"Point","coordinates":[-0.7305403,51.2931435]},"properties":{"@type":"node","@id":281972679,"@timestamp":1217348653},"coords":"51.2931435,-0.7305403","bedrooms":"4","price":"244000","area":"460"} , +{"type":"Feature","id":"n281972695","geometry":{"type":"Point","coordinates":[-0.7299161,51.2912129]},"properties":{"@type":"node","@id":281972695,"@timestamp":1217348654},"coords":"51.2912129,-0.7299161","bedrooms":"2","price":"200000","area":"692"} , +{"type":"Feature","id":"n281972707","geometry":{"type":"Point","coordinates":[-0.727729,51.2918153]},"properties":{"@type":"node","@id":281972707,"@timestamp":1217348655},"coords":"51.2918153,-0.727729","bedrooms":"4","price":"211000","area":"628"} , +{"type":"Feature","id":"n281972786","geometry":{"type":"Point","coordinates":[-0.7328745,51.2942661]},"properties":{"@type":"node","@id":281972786,"@timestamp":1217348661},"coords":"51.2942661,-0.7328745","bedrooms":"1","price":"200000","area":"362"} , +{"type":"Feature","id":"n281972803","geometry":{"type":"Point","coordinates":[-0.7331628,51.2942518]},"properties":{"@type":"node","@id":281972803,"@timestamp":1217348662},"coords":"51.2942518,-0.7331628","bedrooms":"1","price":"285000","area":"432"} , +{"type":"Feature","id":"n281972819","geometry":{"type":"Point","coordinates":[-0.7327586,51.2940924]},"properties":{"@type":"node","@id":281972819,"@timestamp":1217348663},"coords":"51.2940924,-0.7327586","bedrooms":"2","price":"228000","area":"480"} , +{"type":"Feature","id":"n281972832","geometry":{"type":"Point","coordinates":[-0.7335331,51.2942629]},"properties":{"@type":"node","@id":281972832,"@timestamp":1217348664},"coords":"51.2942629,-0.7335331","bedrooms":"1","price":"177000","area":"645"} , +{"type":"Feature","id":"n281972845","geometry":{"type":"Point","coordinates":[-0.7332201,51.294082]},"properties":{"@type":"node","@id":281972845,"@timestamp":1217348665},"coords":"51.294082,-0.7332201","bedrooms":"1","price":"293000","area":"440"} , +{"type":"Feature","id":"n281973035","geometry":{"type":"Point","coordinates":[-0.669942,51.304167]},"properties":{"@type":"node","@id":281973035,"@timestamp":1217348679},"coords":"51.304167,-0.669942","bedrooms":"2","price":"164000","area":"580"} , +{"type":"Feature","id":"n282051369","geometry":{"type":"Point","coordinates":[-0.1177707,51.5457334]},"properties":{"@type":"node","@id":282051369,"@timestamp":1379716855},"coords":"51.5457334,-0.1177707","bedrooms":"0","price":"263000","area":"528"} , +{"type":"Feature","id":"n282069195","geometry":{"type":"Point","coordinates":[-0.8472559,51.4093631]},"properties":{"@type":"node","@id":282069195,"@timestamp":1504815498},"coords":"51.4093631,-0.8472559","bedrooms":"3","price":"234000","area":"363"} , +{"type":"Feature","id":"n282072209","geometry":{"type":"Point","coordinates":[-0.846008,51.4115779]},"properties":{"@type":"node","@id":282072209,"@timestamp":1419422567},"coords":"51.4115779,-0.846008","bedrooms":"3","price":"192000","area":"521"} , +{"type":"Feature","id":"n282097488","geometry":{"type":"Point","coordinates":[-0.8376646,51.4059359]},"properties":{"@type":"node","@id":282097488,"@timestamp":1475267798},"coords":"51.4059359,-0.8376646","bedrooms":"1","price":"278000","area":"350"} , +{"type":"Feature","id":"n282115715","geometry":{"type":"Point","coordinates":[-0.2706254,51.4832432]},"properties":{"@type":"node","@id":282115715,"@timestamp":1217378292},"coords":"51.4832432,-0.2706254","bedrooms":"4","price":"260000","area":"436"} , +{"type":"Feature","id":"n282115726","geometry":{"type":"Point","coordinates":[-0.2703612,51.4840614]},"properties":{"@type":"node","@id":282115726,"@timestamp":1217378293},"coords":"51.4840614,-0.2703612","bedrooms":"4","price":"166000","area":"623"} , +{"type":"Feature","id":"n282115792","geometry":{"type":"Point","coordinates":[-0.2717267,51.4853802]},"properties":{"@type":"node","@id":282115792,"@timestamp":1217378300},"coords":"51.4853802,-0.2717267","bedrooms":"3","price":"209000","area":"605"} , +{"type":"Feature","id":"n282174676","geometry":{"type":"Point","coordinates":[0.7259841,51.3522902]},"properties":{"@type":"node","@id":282174676,"@timestamp":1567599596},"coords":"51.3522902,0.7259841","bedrooms":"4","price":"271000","area":"697"} , +{"type":"Feature","id":"n282211031","geometry":{"type":"Point","coordinates":[-0.7250277,51.2929716]},"properties":{"@type":"node","@id":282211031,"@timestamp":1217423790},"coords":"51.2929716,-0.7250277","bedrooms":"3","price":"169000","area":"571"} , +{"type":"Feature","id":"n282211048","geometry":{"type":"Point","coordinates":[-0.72526,51.2952828]},"properties":{"@type":"node","@id":282211048,"@timestamp":1217423791},"coords":"51.2952828,-0.72526","bedrooms":"3","price":"282000","area":"458"} , +{"type":"Feature","id":"n282211142","geometry":{"type":"Point","coordinates":[-0.7219116,51.2883121]},"properties":{"@type":"node","@id":282211142,"@timestamp":1217423796},"coords":"51.2883121,-0.7219116","bedrooms":"2","price":"231000","area":"389"} , +{"type":"Feature","id":"n282211246","geometry":{"type":"Point","coordinates":[-0.7271803,51.2857538]},"properties":{"@type":"node","@id":282211246,"@timestamp":1217423808},"coords":"51.2857538,-0.7271803","bedrooms":"0","price":"211000","area":"412"} , +{"type":"Feature","id":"n282211380","geometry":{"type":"Point","coordinates":[-0.7254829,51.2769005]},"properties":{"@type":"node","@id":282211380,"@timestamp":1217423815},"coords":"51.2769005,-0.7254829","bedrooms":"4","price":"218000","area":"633"} , +{"type":"Feature","id":"n282211433","geometry":{"type":"Point","coordinates":[-0.7249871,51.2769223]},"properties":{"@type":"node","@id":282211433,"@timestamp":1217423819},"coords":"51.2769223,-0.7249871","bedrooms":"1","price":"155000","area":"485"} , +{"type":"Feature","id":"n282211454","geometry":{"type":"Point","coordinates":[-0.7245464,51.2766347]},"properties":{"@type":"node","@id":282211454,"@timestamp":1217423820},"coords":"51.2766347,-0.7245464","bedrooms":"2","price":"190000","area":"375"} , +{"type":"Feature","id":"n282211477","geometry":{"type":"Point","coordinates":[-0.7262957,51.2768144]},"properties":{"@type":"node","@id":282211477,"@timestamp":1217423821},"coords":"51.2768144,-0.7262957","bedrooms":"2","price":"172000","area":"385"} , +{"type":"Feature","id":"n282211497","geometry":{"type":"Point","coordinates":[-0.7221066,51.28378]},"properties":{"@type":"node","@id":282211497,"@timestamp":1217423822},"coords":"51.28378,-0.7221066","bedrooms":"2","price":"297000","area":"582"} , +{"type":"Feature","id":"n282211508","geometry":{"type":"Point","coordinates":[-0.7217508,51.2843334]},"properties":{"@type":"node","@id":282211508,"@timestamp":1217423823},"coords":"51.2843334,-0.7217508","bedrooms":"3","price":"155000","area":"517"} , +{"type":"Feature","id":"n282211526","geometry":{"type":"Point","coordinates":[-0.7147507,51.2835864]},"properties":{"@type":"node","@id":282211526,"@timestamp":1217423824},"coords":"51.2835864,-0.7147507","bedrooms":"3","price":"280000","area":"351"} , +{"type":"Feature","id":"n282211538","geometry":{"type":"Point","coordinates":[-0.7098466,51.2827656]},"properties":{"@type":"node","@id":282211538,"@timestamp":1217423825},"coords":"51.2827656,-0.7098466","bedrooms":"2","price":"217000","area":"417"} , +{"type":"Feature","id":"n282211548","geometry":{"type":"Point","coordinates":[-0.7142937,51.282861]},"properties":{"@type":"node","@id":282211548,"@timestamp":1217423826},"coords":"51.282861,-0.7142937","bedrooms":"3","price":"180000","area":"442"} , +{"type":"Feature","id":"n282211852","geometry":{"type":"Point","coordinates":[-0.6993725,51.3117466]},"properties":{"@type":"node","@id":282211852,"@timestamp":1561921041},"coords":"51.3117466,-0.6993725","bedrooms":"2","price":"290000","area":"395"} , +{"type":"Feature","id":"n282212016","geometry":{"type":"Point","coordinates":[-0.6922026,51.3178657]},"properties":{"@type":"node","@id":282212016,"@timestamp":1217423879},"coords":"51.3178657,-0.6922026","bedrooms":"0","price":"264000","area":"597"} , +{"type":"Feature","id":"n282212035","geometry":{"type":"Point","coordinates":[-0.6924136,51.3175783]},"properties":{"@type":"node","@id":282212035,"@timestamp":1217423880},"coords":"51.3175783,-0.6924136","bedrooms":"0","price":"215000","area":"551"} , +{"type":"Feature","id":"n282212089","geometry":{"type":"Point","coordinates":[-0.6947673,51.3184166]},"properties":{"@type":"node","@id":282212089,"@timestamp":1217423884},"coords":"51.3184166,-0.6947673","bedrooms":"1","price":"166000","area":"538"} , +{"type":"Feature","id":"n282212175","geometry":{"type":"Point","coordinates":[-0.6939562,51.318971]},"properties":{"@type":"node","@id":282212175,"@timestamp":1217423891},"coords":"51.318971,-0.6939562","bedrooms":"0","price":"275000","area":"413"} , +{"type":"Feature","id":"n282218108","geometry":{"type":"Point","coordinates":[0.0386558,51.5186592]},"properties":{"@type":"node","@id":282218108,"@timestamp":1596488274},"coords":"51.5186592,0.0386558","bedrooms":"2","price":"207000","area":"681"} , +{"type":"Feature","id":"n282318469","geometry":{"type":"Point","coordinates":[-0.255646,51.480632]},"properties":{"@type":"node","@id":282318469,"@timestamp":1217451280},"coords":"51.480632,-0.255646","bedrooms":"1","price":"172000","area":"524"} , +{"type":"Feature","id":"n282318484","geometry":{"type":"Point","coordinates":[-0.2681636,51.4812544]},"properties":{"@type":"node","@id":282318484,"@timestamp":1217451282},"coords":"51.4812544,-0.2681636","bedrooms":"3","price":"249000","area":"459"} , +{"type":"Feature","id":"n282372141","geometry":{"type":"Point","coordinates":[0.386172,51.6706325]},"properties":{"@type":"node","@id":282372141,"@timestamp":1323920019},"coords":"51.6706325,0.386172","bedrooms":"3","price":"255000","area":"524"} , +{"type":"Feature","id":"n282381041","geometry":{"type":"Point","coordinates":[0.3714942,51.6632947]},"properties":{"@type":"node","@id":282381041,"@timestamp":1353537306},"coords":"51.6632947,0.3714942","bedrooms":"2","price":"212000","area":"360"} , +{"type":"Feature","id":"n282431591","geometry":{"type":"Point","coordinates":[-0.325014,51.4822086]},"properties":{"@type":"node","@id":282431591,"@timestamp":1564913925},"coords":"51.4822086,-0.325014","bedrooms":"0","price":"290000","area":"364"} , +{"type":"Feature","id":"n282450903","geometry":{"type":"Point","coordinates":[-0.2963322,51.7200946]},"properties":{"@type":"node","@id":282450903,"@timestamp":1626431285},"coords":"51.7200946,-0.2963322","bedrooms":"2","price":"215000","area":"674"} , +{"type":"Feature","id":"n282460024","geometry":{"type":"Point","coordinates":[-0.6957732,51.2044807]},"properties":{"@type":"node","@id":282460024,"@timestamp":1217511627},"coords":"51.2044807,-0.6957732","bedrooms":"2","price":"214000","area":"476"} , +{"type":"Feature","id":"n282461282","geometry":{"type":"Point","coordinates":[0.3565548,51.6568428]},"properties":{"@type":"node","@id":282461282,"@timestamp":1217512048},"coords":"51.6568428,0.3565548","bedrooms":"3","price":"250000","area":"503"} , +{"type":"Feature","id":"n282462525","geometry":{"type":"Point","coordinates":[-0.3548415,51.4115679]},"properties":{"@type":"node","@id":282462525,"@timestamp":1618577260},"coords":"51.4115679,-0.3548415","bedrooms":"3","price":"164000","area":"527"} , +{"type":"Feature","id":"n282467720","geometry":{"type":"Point","coordinates":[0.7985155,51.147641]},"properties":{"@type":"node","@id":282467720,"@timestamp":1217514094},"coords":"51.147641,0.7985155","bedrooms":"2","price":"185000","area":"677"} , +{"type":"Feature","id":"n282468940","geometry":{"type":"Point","coordinates":[-0.0854171,51.5785891]},"properties":{"@type":"node","@id":282468940,"@timestamp":1617469920},"coords":"51.5785891,-0.0854171","bedrooms":"0","price":"261000","area":"463"} , +{"type":"Feature","id":"n282496367","geometry":{"type":"Point","coordinates":[-0.5931229,51.2421629]},"properties":{"@type":"node","@id":282496367,"@timestamp":1282997924},"coords":"51.2421629,-0.5931229","bedrooms":"2","price":"175000","area":"399"} , +{"type":"Feature","id":"n282508709","geometry":{"type":"Point","coordinates":[0.8861184,51.8800207]},"properties":{"@type":"node","@id":282508709,"@timestamp":1304605303},"coords":"51.8800207,0.8861184","bedrooms":"0","price":"212000","area":"637"} , +{"type":"Feature","id":"n282536306","geometry":{"type":"Point","coordinates":[-0.6890335,51.3318382]},"properties":{"@type":"node","@id":282536306,"@timestamp":1368538152},"coords":"51.3318382,-0.6890335","bedrooms":"4","price":"193000","area":"584"} , +{"type":"Feature","id":"n282542445","geometry":{"type":"Point","coordinates":[0.3029332,51.6211395]},"properties":{"@type":"node","@id":282542445,"@timestamp":1605991519},"coords":"51.6211395,0.3029332","bedrooms":"3","price":"260000","area":"379"} , +{"type":"Feature","id":"n282547292","geometry":{"type":"Point","coordinates":[0.7854634,51.1853373]},"properties":{"@type":"node","@id":282547292,"@timestamp":1217537985},"coords":"51.1853373,0.7854634","bedrooms":"4","price":"285000","area":"384"} , +{"type":"Feature","id":"n282548764","geometry":{"type":"Point","coordinates":[0.8111113,51.1994205]},"properties":{"@type":"node","@id":282548764,"@timestamp":1217538181},"coords":"51.1994205,0.8111113","bedrooms":"0","price":"228000","area":"418"} , +{"type":"Feature","id":"n282569752","geometry":{"type":"Point","coordinates":[-0.1187804,51.5117732]},"properties":{"@type":"node","@id":282569752,"@timestamp":1217543541},"coords":"51.5117732,-0.1187804","bedrooms":"4","price":"204000","area":"370"} , +{"type":"Feature","id":"n282581625","geometry":{"type":"Point","coordinates":[0.0914168,51.0930047]},"properties":{"@type":"node","@id":282581625,"@timestamp":1365614194},"coords":"51.0930047,0.0914168","bedrooms":"1","price":"195000","area":"410"} , +{"type":"Feature","id":"n282592450","geometry":{"type":"Point","coordinates":[0.0316459,51.5138166]},"properties":{"@type":"node","@id":282592450,"@timestamp":1611320188},"coords":"51.5138166,0.0316459","bedrooms":"1","price":"177000","area":"685"} , +{"type":"Feature","id":"n282618695","geometry":{"type":"Point","coordinates":[-0.7660287,51.2921752]},"properties":{"@type":"node","@id":282618695,"@timestamp":1286290919},"coords":"51.2921752,-0.7660287","bedrooms":"4","price":"295000","area":"393"} , +{"type":"Feature","id":"n282670582","geometry":{"type":"Point","coordinates":[-0.224946,51.7363483]},"properties":{"@type":"node","@id":282670582,"@timestamp":1589119339},"coords":"51.7363483,-0.224946","bedrooms":"2","price":"152000","area":"576"} , +{"type":"Feature","id":"n282686487","geometry":{"type":"Point","coordinates":[-0.1173741,51.5054263]},"properties":{"@type":"node","@id":282686487,"@timestamp":1618328888},"coords":"51.5054263,-0.1173741","bedrooms":"4","price":"214000","area":"629"} , +{"type":"Feature","id":"n282686510","geometry":{"type":"Point","coordinates":[-0.109174,51.5075472]},"properties":{"@type":"node","@id":282686510,"@timestamp":1217599687},"coords":"51.5075472,-0.109174","bedrooms":"1","price":"198000","area":"681"} , +{"type":"Feature","id":"n282694080","geometry":{"type":"Point","coordinates":[-0.6550574,51.3386767]},"properties":{"@type":"node","@id":282694080,"@timestamp":1429655457},"coords":"51.3386767,-0.6550574","bedrooms":"2","price":"228000","area":"670"} , +{"type":"Feature","id":"n282715897","geometry":{"type":"Point","coordinates":[-0.8501539,51.4115362]},"properties":{"@type":"node","@id":282715897,"@timestamp":1624705328},"coords":"51.4115362,-0.8501539","bedrooms":"4","price":"201000","area":"374"} , +{"type":"Feature","id":"n282723100","geometry":{"type":"Point","coordinates":[-0.8577386,51.4124041]},"properties":{"@type":"node","@id":282723100,"@timestamp":1624562059},"coords":"51.4124041,-0.8577386","bedrooms":"1","price":"223000","area":"447"} , +{"type":"Feature","id":"n282727958","geometry":{"type":"Point","coordinates":[-0.6301846,51.2618789]},"properties":{"@type":"node","@id":282727958,"@timestamp":1413048433},"coords":"51.2618789,-0.6301846","bedrooms":"1","price":"185000","area":"513"} , +{"type":"Feature","id":"n282733652","geometry":{"type":"Point","coordinates":[-0.6352371,51.2807377]},"properties":{"@type":"node","@id":282733652,"@timestamp":1488466168},"coords":"51.2807377,-0.6352371","bedrooms":"2","price":"299000","area":"401"} , +{"type":"Feature","id":"n282735488","geometry":{"type":"Point","coordinates":[-0.6071418,51.2731684]},"properties":{"@type":"node","@id":282735488,"@timestamp":1217619626},"coords":"51.2731684,-0.6071418","bedrooms":"3","price":"244000","area":"598"} , +{"type":"Feature","id":"n282786853","geometry":{"type":"Point","coordinates":[-1.0559228,51.85282]},"properties":{"@type":"node","@id":282786853,"@timestamp":1255885090},"coords":"51.85282,-1.0559228","bedrooms":"2","price":"239000","area":"531"} , +{"type":"Feature","id":"n282787739","geometry":{"type":"Point","coordinates":[-1.0387539,51.8510562]},"properties":{"@type":"node","@id":282787739,"@timestamp":1236961066},"coords":"51.8510562,-1.0387539","bedrooms":"3","price":"207000","area":"544"} , +{"type":"Feature","id":"n282839067","geometry":{"type":"Point","coordinates":[0.0178636,51.5051375]},"properties":{"@type":"node","@id":282839067,"@timestamp":1610318928},"coords":"51.5051375,0.0178636","bedrooms":"4","price":"277000","area":"586"} , +{"type":"Feature","id":"n282843552","geometry":{"type":"Point","coordinates":[0.0255272,51.5055064]},"properties":{"@type":"node","@id":282843552,"@timestamp":1602947807},"coords":"51.5055064,0.0255272","bedrooms":"1","price":"262000","area":"523"} , +{"type":"Feature","id":"n282850389","geometry":{"type":"Point","coordinates":[-0.4296312,51.8174102]},"properties":{"@type":"node","@id":282850389,"@timestamp":1496238894},"coords":"51.8174102,-0.4296312","bedrooms":"2","price":"198000","area":"440"} , +{"type":"Feature","id":"n282859043","geometry":{"type":"Point","coordinates":[0.0273324,51.5053879]},"properties":{"@type":"node","@id":282859043,"@timestamp":1611064703},"coords":"51.5053879,0.0273324","bedrooms":"2","price":"256000","area":"465"} , +{"type":"Feature","id":"n282879070","geometry":{"type":"Point","coordinates":[-0.0735509,51.4980364]},"properties":{"@type":"node","@id":282879070,"@timestamp":1635861770},"coords":"51.4980364,-0.0735509","bedrooms":"1","price":"154000","area":"401"} , +{"type":"Feature","id":"n282879110","geometry":{"type":"Point","coordinates":[0.0618041,51.4951054]},"properties":{"@type":"node","@id":282879110,"@timestamp":1349430467},"coords":"51.4951054,0.0618041","bedrooms":"4","price":"152000","area":"569"} , +{"type":"Feature","id":"n282935775","geometry":{"type":"Point","coordinates":[-0.708825,51.6580895]},"properties":{"@type":"node","@id":282935775,"@timestamp":1395246141},"coords":"51.6580895,-0.708825","bedrooms":"1","price":"249000","area":"532"} , +{"type":"Feature","id":"n283124261","geometry":{"type":"Point","coordinates":[-0.0380747,51.4928803]},"properties":{"@type":"node","@id":283124261,"@timestamp":1217780070},"coords":"51.4928803,-0.0380747","bedrooms":"2","price":"207000","area":"509"} , +{"type":"Feature","id":"n283162501","geometry":{"type":"Point","coordinates":[0.0049847,51.5276447]},"properties":{"@type":"node","@id":283162501,"@timestamp":1619453736},"coords":"51.5276447,0.0049847","bedrooms":"1","price":"230000","area":"451"} , +{"type":"Feature","id":"n283207082","geometry":{"type":"Point","coordinates":[-0.081097,51.49664]},"properties":{"@type":"node","@id":283207082,"@timestamp":1565370188},"coords":"51.49664,-0.081097","bedrooms":"4","price":"165000","area":"431"} , +{"type":"Feature","id":"n283229253","geometry":{"type":"Point","coordinates":[-0.4519531,51.2711414]},"properties":{"@type":"node","@id":283229253,"@timestamp":1443010932},"coords":"51.2711414,-0.4519531","bedrooms":"3","price":"186000","area":"595"} , +{"type":"Feature","id":"n283232854","geometry":{"type":"Point","coordinates":[-0.4549228,51.2620708]},"properties":{"@type":"node","@id":283232854,"@timestamp":1611865863},"coords":"51.2620708,-0.4549228","bedrooms":"2","price":"221000","area":"353"} , +{"type":"Feature","id":"n283249870","geometry":{"type":"Point","coordinates":[0.028492,51.5102513]},"properties":{"@type":"node","@id":283249870,"@timestamp":1611409610},"coords":"51.5102513,0.028492","bedrooms":"3","price":"271000","area":"588"} , +{"type":"Feature","id":"n283265098","geometry":{"type":"Point","coordinates":[-0.2305694,51.4928834]},"properties":{"@type":"node","@id":283265098,"@timestamp":1217820417},"coords":"51.4928834,-0.2305694","bedrooms":"3","price":"189000","area":"591"} , +{"type":"Feature","id":"n283310820","geometry":{"type":"Point","coordinates":[-0.6015155,51.3697953]},"properties":{"@type":"node","@id":283310820,"@timestamp":1217849739},"coords":"51.3697953,-0.6015155","bedrooms":"4","price":"171000","area":"540"} , +{"type":"Feature","id":"n283310831","geometry":{"type":"Point","coordinates":[-0.6022521,51.3689003]},"properties":{"@type":"node","@id":283310831,"@timestamp":1217849740},"coords":"51.3689003,-0.6022521","bedrooms":"3","price":"245000","area":"446"} , +{"type":"Feature","id":"n283310845","geometry":{"type":"Point","coordinates":[-0.5888868,51.3642726]},"properties":{"@type":"node","@id":283310845,"@timestamp":1223224083},"coords":"51.3642726,-0.5888868","bedrooms":"2","price":"287000","area":"470"} , +{"type":"Feature","id":"n283310856","geometry":{"type":"Point","coordinates":[-0.573405,51.3652427]},"properties":{"@type":"node","@id":283310856,"@timestamp":1217849742},"coords":"51.3652427,-0.573405","bedrooms":"3","price":"217000","area":"610"} , +{"type":"Feature","id":"n283310871","geometry":{"type":"Point","coordinates":[-0.5858656,51.3547791]},"properties":{"@type":"node","@id":283310871,"@timestamp":1217849743},"coords":"51.3547791,-0.5858656","bedrooms":"0","price":"252000","area":"390"} , +{"type":"Feature","id":"n283310884","geometry":{"type":"Point","coordinates":[-0.586558,51.3529342]},"properties":{"@type":"node","@id":283310884,"@timestamp":1217849744},"coords":"51.3529342,-0.586558","bedrooms":"2","price":"202000","area":"660"} , +{"type":"Feature","id":"n283310940","geometry":{"type":"Point","coordinates":[-0.6154509,51.3659975]},"properties":{"@type":"node","@id":283310940,"@timestamp":1217849748},"coords":"51.3659975,-0.6154509","bedrooms":"0","price":"255000","area":"539"} , +{"type":"Feature","id":"n283310951","geometry":{"type":"Point","coordinates":[-0.6177848,51.3664531]},"properties":{"@type":"node","@id":283310951,"@timestamp":1217849749},"coords":"51.3664531,-0.6177848","bedrooms":"3","price":"159000","area":"513"} , +{"type":"Feature","id":"n283316113","geometry":{"type":"Point","coordinates":[0.0021469,51.5660634]},"properties":{"@type":"node","@id":283316113,"@timestamp":1582245661},"coords":"51.5660634,0.0021469","bedrooms":"3","price":"250000","area":"515"} , +{"type":"Feature","id":"n283348313","geometry":{"type":"Point","coordinates":[-0.7492567,51.3375072]},"properties":{"@type":"node","@id":283348313,"@timestamp":1217866701},"coords":"51.3375072,-0.7492567","bedrooms":"3","price":"298000","area":"631"} , +{"type":"Feature","id":"n283348325","geometry":{"type":"Point","coordinates":[-0.7491384,51.33816]},"properties":{"@type":"node","@id":283348325,"@timestamp":1217866702},"coords":"51.33816,-0.7491384","bedrooms":"2","price":"180000","area":"574"} , +{"type":"Feature","id":"n283348393","geometry":{"type":"Point","coordinates":[-0.7493183,51.3371636]},"properties":{"@type":"node","@id":283348393,"@timestamp":1217866706},"coords":"51.3371636,-0.7493183","bedrooms":"0","price":"284000","area":"415"} , +{"type":"Feature","id":"n283348406","geometry":{"type":"Point","coordinates":[-0.7494288,51.3378078]},"properties":{"@type":"node","@id":283348406,"@timestamp":1217866707},"coords":"51.3378078,-0.7494288","bedrooms":"0","price":"159000","area":"405"} , +{"type":"Feature","id":"n283348417","geometry":{"type":"Point","coordinates":[-0.7495335,51.3377149]},"properties":{"@type":"node","@id":283348417,"@timestamp":1217866708},"coords":"51.3377149,-0.7495335","bedrooms":"2","price":"183000","area":"351"} , +{"type":"Feature","id":"n283370912","geometry":{"type":"Point","coordinates":[-0.1309922,51.5636753]},"properties":{"@type":"node","@id":283370912,"@timestamp":1498470091},"coords":"51.5636753,-0.1309922","bedrooms":"3","price":"257000","area":"632"} , +{"type":"Feature","id":"n283435910","geometry":{"type":"Point","coordinates":[-0.0440137,51.5573368]},"properties":{"@type":"node","@id":283435910,"@timestamp":1586803831},"coords":"51.5573368,-0.0440137","bedrooms":"3","price":"233000","area":"652"} , +{"type":"Feature","id":"n283446184","geometry":{"type":"Point","coordinates":[-0.0384795,51.4856482]},"properties":{"@type":"node","@id":283446184,"@timestamp":1217888205},"coords":"51.4856482,-0.0384795","bedrooms":"3","price":"150000","area":"612"} , +{"type":"Feature","id":"n283477421","geometry":{"type":"Point","coordinates":[-0.8670879,51.9469216]},"properties":{"@type":"node","@id":283477421,"@timestamp":1231278965},"coords":"51.9469216,-0.8670879","bedrooms":"4","price":"243000","area":"601"} , +{"type":"Feature","id":"n283528435","geometry":{"type":"Point","coordinates":[-0.1452091,51.436593]},"properties":{"@type":"node","@id":283528435,"@timestamp":1622301327},"coords":"51.436593,-0.1452091","bedrooms":"0","price":"189000","area":"421"} , +{"type":"Feature","id":"n283565147","geometry":{"type":"Point","coordinates":[-0.0500679,51.6554851]},"properties":{"@type":"node","@id":283565147,"@timestamp":1611802211},"coords":"51.6554851,-0.0500679","bedrooms":"1","price":"261000","area":"493"} , +{"type":"Feature","id":"n283575985","geometry":{"type":"Point","coordinates":[-0.8087182,51.1014245]},"properties":{"@type":"node","@id":283575985,"@timestamp":1290100256},"coords":"51.1014245,-0.8087182","bedrooms":"0","price":"291000","area":"612"} , +{"type":"Feature","id":"n283603695","geometry":{"type":"Point","coordinates":[-0.0849521,51.4515311]},"properties":{"@type":"node","@id":283603695,"@timestamp":1543449661},"coords":"51.4515311,-0.0849521","bedrooms":"3","price":"211000","area":"663"} , +{"type":"Feature","id":"n283616758","geometry":{"type":"Point","coordinates":[-0.0988669,51.3332703]},"properties":{"@type":"node","@id":283616758,"@timestamp":1532368939},"coords":"51.3332703,-0.0988669","bedrooms":"1","price":"283000","area":"508"} , +{"type":"Feature","id":"n283648633","geometry":{"type":"Point","coordinates":[-0.5220569,51.5443181]},"properties":{"@type":"node","@id":283648633,"@timestamp":1605550943},"coords":"51.5443181,-0.5220569","bedrooms":"4","price":"198000","area":"374"} , +{"type":"Feature","id":"n283653846","geometry":{"type":"Point","coordinates":[-0.517754,51.5399844]},"properties":{"@type":"node","@id":283653846,"@timestamp":1605793313},"coords":"51.5399844,-0.517754","bedrooms":"4","price":"160000","area":"387"} , +{"type":"Feature","id":"n283653891","geometry":{"type":"Point","coordinates":[-0.7387198,51.2964102]},"properties":{"@type":"node","@id":283653891,"@timestamp":1217952440},"coords":"51.2964102,-0.7387198","bedrooms":"4","price":"264000","area":"699"} , +{"type":"Feature","id":"n283653901","geometry":{"type":"Point","coordinates":[-0.7384978,51.2971001]},"properties":{"@type":"node","@id":283653901,"@timestamp":1217952441},"coords":"51.2971001,-0.7384978","bedrooms":"2","price":"261000","area":"499"} , +{"type":"Feature","id":"n283653913","geometry":{"type":"Point","coordinates":[-0.7391913,51.2981386]},"properties":{"@type":"node","@id":283653913,"@timestamp":1217952442},"coords":"51.2981386,-0.7391913","bedrooms":"1","price":"252000","area":"561"} , +{"type":"Feature","id":"n283654029","geometry":{"type":"Point","coordinates":[-0.7457025,51.3076155]},"properties":{"@type":"node","@id":283654029,"@timestamp":1217952452},"coords":"51.3076155,-0.7457025","bedrooms":"1","price":"153000","area":"433"} , +{"type":"Feature","id":"n283654039","geometry":{"type":"Point","coordinates":[-0.7475079,51.3088614]},"properties":{"@type":"node","@id":283654039,"@timestamp":1217952453},"coords":"51.3088614,-0.7475079","bedrooms":"4","price":"182000","area":"618"} , +{"type":"Feature","id":"n283654051","geometry":{"type":"Point","coordinates":[-0.7486792,51.3102105]},"properties":{"@type":"node","@id":283654051,"@timestamp":1217952454},"coords":"51.3102105,-0.7486792","bedrooms":"0","price":"203000","area":"472"} , +{"type":"Feature","id":"n283654062","geometry":{"type":"Point","coordinates":[-0.7488443,51.3108952]},"properties":{"@type":"node","@id":283654062,"@timestamp":1217952455},"coords":"51.3108952,-0.7488443","bedrooms":"0","price":"287000","area":"587"} , +{"type":"Feature","id":"n283654189","geometry":{"type":"Point","coordinates":[-0.7650455,51.3219775]},"properties":{"@type":"node","@id":283654189,"@timestamp":1217952468},"coords":"51.3219775,-0.7650455","bedrooms":"4","price":"299000","area":"518"} , +{"type":"Feature","id":"n283654244","geometry":{"type":"Point","coordinates":[-0.7668859,51.3247762]},"properties":{"@type":"node","@id":283654244,"@timestamp":1217952476},"coords":"51.3247762,-0.7668859","bedrooms":"1","price":"260000","area":"498"} , +{"type":"Feature","id":"n283654255","geometry":{"type":"Point","coordinates":[-0.7675341,51.3259923]},"properties":{"@type":"node","@id":283654255,"@timestamp":1217952477},"coords":"51.3259923,-0.7675341","bedrooms":"3","price":"267000","area":"403"} , +{"type":"Feature","id":"n283654373","geometry":{"type":"Point","coordinates":[-0.7756087,51.3321596]},"properties":{"@type":"node","@id":283654373,"@timestamp":1217952489},"coords":"51.3321596,-0.7756087","bedrooms":"1","price":"159000","area":"526"} , +{"type":"Feature","id":"n283654391","geometry":{"type":"Point","coordinates":[-0.7765524,51.3330733]},"properties":{"@type":"node","@id":283654391,"@timestamp":1217952494},"coords":"51.3330733,-0.7765524","bedrooms":"2","price":"249000","area":"517"} , +{"type":"Feature","id":"n283654407","geometry":{"type":"Point","coordinates":[-0.7777585,51.3332705]},"properties":{"@type":"node","@id":283654407,"@timestamp":1217952495},"coords":"51.3332705,-0.7777585","bedrooms":"1","price":"208000","area":"495"} , +{"type":"Feature","id":"n283654425","geometry":{"type":"Point","coordinates":[-0.5202689,51.5383571]},"properties":{"@type":"node","@id":283654425,"@timestamp":1605898780},"coords":"51.5383571,-0.5202689","bedrooms":"1","price":"280000","area":"473"} , +{"type":"Feature","id":"n283678758","geometry":{"type":"Point","coordinates":[-0.5724476,51.5176448]},"properties":{"@type":"node","@id":283678758,"@timestamp":1608658488},"coords":"51.5176448,-0.5724476","bedrooms":"4","price":"280000","area":"478"} , +{"type":"Feature","id":"n283686093","geometry":{"type":"Point","coordinates":[0.7154507,51.3583124]},"properties":{"@type":"node","@id":283686093,"@timestamp":1492080252},"coords":"51.3583124,0.7154507","bedrooms":"0","price":"208000","area":"556"} , +{"type":"Feature","id":"n283690483","geometry":{"type":"Point","coordinates":[-0.5790505,51.5199736]},"properties":{"@type":"node","@id":283690483,"@timestamp":1608829331},"coords":"51.5199736,-0.5790505","bedrooms":"3","price":"173000","area":"380"} , +{"type":"Feature","id":"n283770349","geometry":{"type":"Point","coordinates":[-0.6955956,51.6667553]},"properties":{"@type":"node","@id":283770349,"@timestamp":1623491573},"coords":"51.6667553,-0.6955956","bedrooms":"3","price":"200000","area":"681"} , +{"type":"Feature","id":"n283820267","geometry":{"type":"Point","coordinates":[-0.5940684,51.5119596]},"properties":{"@type":"node","@id":283820267,"@timestamp":1608334679},"coords":"51.5119596,-0.5940684","bedrooms":"1","price":"281000","area":"632"} , +{"type":"Feature","id":"n283894782","geometry":{"type":"Point","coordinates":[-0.0297267,51.5081769]},"properties":{"@type":"node","@id":283894782,"@timestamp":1234485406},"coords":"51.5081769,-0.0297267","bedrooms":"2","price":"200000","area":"621"} , +{"type":"Feature","id":"n284339517","geometry":{"type":"Point","coordinates":[-0.7416245,51.3382211]},"properties":{"@type":"node","@id":284339517,"@timestamp":1218016622},"coords":"51.3382211,-0.7416245","bedrooms":"2","price":"226000","area":"447"} , +{"type":"Feature","id":"n284339697","geometry":{"type":"Point","coordinates":[-0.7474619,51.3362021]},"properties":{"@type":"node","@id":284339697,"@timestamp":1544654285},"coords":"51.3362021,-0.7474619","bedrooms":"0","price":"254000","area":"696"} , +{"type":"Feature","id":"n284529343","geometry":{"type":"Point","coordinates":[-0.609921,51.5076761]},"properties":{"@type":"node","@id":284529343,"@timestamp":1608299532},"coords":"51.5076761,-0.609921","bedrooms":"2","price":"187000","area":"664"} , +{"type":"Feature","id":"n284776876","geometry":{"type":"Point","coordinates":[-0.7795648,51.6246048]},"properties":{"@type":"node","@id":284776876,"@timestamp":1609618158},"coords":"51.6246048,-0.7795648","bedrooms":"2","price":"159000","area":"360"} , +{"type":"Feature","id":"n284784221","geometry":{"type":"Point","coordinates":[-0.6227551,51.5122269]},"properties":{"@type":"node","@id":284784221,"@timestamp":1608166829},"coords":"51.5122269,-0.6227551","bedrooms":"3","price":"233000","area":"376"} , +{"type":"Feature","id":"n284836521","geometry":{"type":"Point","coordinates":[-0.7544658,51.4234501]},"properties":{"@type":"node","@id":284836521,"@timestamp":1218134865},"coords":"51.4234501,-0.7544658","bedrooms":"0","price":"170000","area":"363"} , +{"type":"Feature","id":"n284865334","geometry":{"type":"Point","coordinates":[-0.636406,51.5129865]},"properties":{"@type":"node","@id":284865334,"@timestamp":1608041216},"coords":"51.5129865,-0.636406","bedrooms":"4","price":"192000","area":"351"} , +{"type":"Feature","id":"n284974442","geometry":{"type":"Point","coordinates":[-0.6451276,51.5119852]},"properties":{"@type":"node","@id":284974442,"@timestamp":1608295540},"coords":"51.5119852,-0.6451276","bedrooms":"4","price":"223000","area":"382"} , +{"type":"Feature","id":"n285036113","geometry":{"type":"Point","coordinates":[-0.6434553,51.5144012]},"properties":{"@type":"node","@id":285036113,"@timestamp":1607884974},"coords":"51.5144012,-0.6434553","bedrooms":"1","price":"160000","area":"540"} , +{"type":"Feature","id":"n285044121","geometry":{"type":"Point","coordinates":[-0.645233,51.5194345]},"properties":{"@type":"node","@id":285044121,"@timestamp":1607884974},"coords":"51.5194345,-0.645233","bedrooms":"3","price":"263000","area":"398"} , +{"type":"Feature","id":"n285059614","geometry":{"type":"Point","coordinates":[-0.63759,51.5196068]},"properties":{"@type":"node","@id":285059614,"@timestamp":1607954266},"coords":"51.5196068,-0.63759","bedrooms":"2","price":"241000","area":"692"} , +{"type":"Feature","id":"n285237777","geometry":{"type":"Point","coordinates":[-0.6555595,51.522313]},"properties":{"@type":"node","@id":285237777,"@timestamp":1584539394},"coords":"51.522313,-0.6555595","bedrooms":"4","price":"251000","area":"651"} , +{"type":"Feature","id":"n285301964","geometry":{"type":"Point","coordinates":[-0.7718092,51.4159152]},"properties":{"@type":"node","@id":285301964,"@timestamp":1218046077},"coords":"51.4159152,-0.7718092","bedrooms":"4","price":"241000","area":"407"} , +{"type":"Feature","id":"n285302017","geometry":{"type":"Point","coordinates":[-0.7746292,51.4153862]},"properties":{"@type":"node","@id":285302017,"@timestamp":1218046079},"coords":"51.4153862,-0.7746292","bedrooms":"1","price":"243000","area":"646"} , +{"type":"Feature","id":"n285596276","geometry":{"type":"Point","coordinates":[-1.1052584,51.2735773]},"properties":{"@type":"node","@id":285596276,"@timestamp":1235690971},"coords":"51.2735773,-1.1052584","bedrooms":"4","price":"260000","area":"430"} , +{"type":"Feature","id":"n285600767","geometry":{"type":"Point","coordinates":[-0.3217974,51.4877035]},"properties":{"@type":"node","@id":285600767,"@timestamp":1218059791},"coords":"51.4877035,-0.3217974","bedrooms":"0","price":"276000","area":"372"} , +{"type":"Feature","id":"n285600820","geometry":{"type":"Point","coordinates":[-0.3235631,51.4902616]},"properties":{"@type":"node","@id":285600820,"@timestamp":1218059793},"coords":"51.4902616,-0.3235631","bedrooms":"4","price":"216000","area":"571"} , +{"type":"Feature","id":"n285611955","geometry":{"type":"Point","coordinates":[-0.3406422,51.4729885]},"properties":{"@type":"node","@id":285611955,"@timestamp":1218060485},"coords":"51.4729885,-0.3406422","bedrooms":"2","price":"266000","area":"664"} , +{"type":"Feature","id":"n285612004","geometry":{"type":"Point","coordinates":[-0.3426866,51.4721738]},"properties":{"@type":"node","@id":285612004,"@timestamp":1218060487},"coords":"51.4721738,-0.3426866","bedrooms":"0","price":"205000","area":"403"} , +{"type":"Feature","id":"n285612048","geometry":{"type":"Point","coordinates":[-0.3425618,51.472255]},"properties":{"@type":"node","@id":285612048,"@timestamp":1218060488},"coords":"51.472255,-0.3425618","bedrooms":"1","price":"197000","area":"653"} , +{"type":"Feature","id":"n285612089","geometry":{"type":"Point","coordinates":[-0.3407399,51.4731597]},"properties":{"@type":"node","@id":285612089,"@timestamp":1218060490},"coords":"51.4731597,-0.3407399","bedrooms":"1","price":"151000","area":"697"} , +{"type":"Feature","id":"n285621940","geometry":{"type":"Point","coordinates":[-0.3450357,51.4738772]},"properties":{"@type":"node","@id":285621940,"@timestamp":1218061204},"coords":"51.4738772,-0.3450357","bedrooms":"4","price":"256000","area":"620"} , +{"type":"Feature","id":"n285880866","geometry":{"type":"Point","coordinates":[-0.624042,51.5193644]},"properties":{"@type":"node","@id":285880866,"@timestamp":1476289188},"coords":"51.5193644,-0.624042","bedrooms":"3","price":"295000","area":"367"} , +{"type":"Feature","id":"n285955599","geometry":{"type":"Point","coordinates":[-0.7682947,51.4166318]},"properties":{"@type":"node","@id":285955599,"@timestamp":1556912794},"coords":"51.4166318,-0.7682947","bedrooms":"0","price":"221000","area":"412"} , +{"type":"Feature","id":"n286047869","geometry":{"type":"Point","coordinates":[-0.8255381,51.4053208]},"properties":{"@type":"node","@id":286047869,"@timestamp":1458860671},"coords":"51.4053208,-0.8255381","bedrooms":"4","price":"200000","area":"409"} , +{"type":"Feature","id":"n286055915","geometry":{"type":"Point","coordinates":[-0.2846839,51.4157806]},"properties":{"@type":"node","@id":286055915,"@timestamp":1407512512},"coords":"51.4157806,-0.2846839","bedrooms":"1","price":"194000","area":"525"} , +{"type":"Feature","id":"n286071229","geometry":{"type":"Point","coordinates":[-1.0947076,51.2716851]},"properties":{"@type":"node","@id":286071229,"@timestamp":1218154238},"coords":"51.2716851,-1.0947076","bedrooms":"3","price":"246000","area":"448"} , +{"type":"Feature","id":"n286120726","geometry":{"type":"Point","coordinates":[-0.6143617,51.5183786]},"properties":{"@type":"node","@id":286120726,"@timestamp":1607959943},"coords":"51.5183786,-0.6143617","bedrooms":"1","price":"275000","area":"450"} , +{"type":"Feature","id":"n286123907","geometry":{"type":"Point","coordinates":[-0.6010754,51.5251393]},"properties":{"@type":"node","@id":286123907,"@timestamp":1608897500},"coords":"51.5251393,-0.6010754","bedrooms":"4","price":"295000","area":"676"} , +{"type":"Feature","id":"n286131994","geometry":{"type":"Point","coordinates":[-0.5940682,51.5111014]},"properties":{"@type":"node","@id":286131994,"@timestamp":1591886772},"coords":"51.5111014,-0.5940682","bedrooms":"0","price":"177000","area":"369"} , +{"type":"Feature","id":"n286303916","geometry":{"type":"Point","coordinates":[-1.0970929,51.2751265]},"properties":{"@type":"node","@id":286303916,"@timestamp":1231277289},"coords":"51.2751265,-1.0970929","bedrooms":"1","price":"254000","area":"690"} , +{"type":"Feature","id":"n286347241","geometry":{"type":"Point","coordinates":[-0.6173711,51.5373097]},"properties":{"@type":"node","@id":286347241,"@timestamp":1605991020},"coords":"51.5373097,-0.6173711","bedrooms":"1","price":"235000","area":"658"} , +{"type":"Feature","id":"n286349841","geometry":{"type":"Point","coordinates":[-0.0599809,51.4860821]},"properties":{"@type":"node","@id":286349841,"@timestamp":1218233945},"coords":"51.4860821,-0.0599809","bedrooms":"1","price":"200000","area":"399"} , +{"type":"Feature","id":"n286349861","geometry":{"type":"Point","coordinates":[-0.0620506,51.4869279]},"properties":{"@type":"node","@id":286349861,"@timestamp":1218233946},"coords":"51.4869279,-0.0620506","bedrooms":"2","price":"157000","area":"629"} , +{"type":"Feature","id":"n286349893","geometry":{"type":"Point","coordinates":[-0.0611078,51.4869521]},"properties":{"@type":"node","@id":286349893,"@timestamp":1282296391},"coords":"51.4869521,-0.0611078","bedrooms":"4","price":"205000","area":"402"} , +{"type":"Feature","id":"n286349920","geometry":{"type":"Point","coordinates":[-0.0561818,51.4873565]},"properties":{"@type":"node","@id":286349920,"@timestamp":1218233948},"coords":"51.4873565,-0.0561818","bedrooms":"3","price":"289000","area":"430"} , +{"type":"Feature","id":"n286349966","geometry":{"type":"Point","coordinates":[-0.0537936,51.4847732]},"properties":{"@type":"node","@id":286349966,"@timestamp":1218233950},"coords":"51.4847732,-0.0537936","bedrooms":"0","price":"210000","area":"555"} , +{"type":"Feature","id":"n286350038","geometry":{"type":"Point","coordinates":[-0.0617456,51.4837323]},"properties":{"@type":"node","@id":286350038,"@timestamp":1218233955},"coords":"51.4837323,-0.0617456","bedrooms":"1","price":"260000","area":"649"} , +{"type":"Feature","id":"n286352988","geometry":{"type":"Point","coordinates":[-0.537573,51.5059136]},"properties":{"@type":"node","@id":286352988,"@timestamp":1608487954},"coords":"51.5059136,-0.537573","bedrooms":"4","price":"238000","area":"627"} , +{"type":"Feature","id":"n286372993","geometry":{"type":"Point","coordinates":[-0.3042096,51.392205]},"properties":{"@type":"node","@id":286372993,"@timestamp":1595695327},"coords":"51.392205,-0.3042096","bedrooms":"3","price":"216000","area":"541"} , +{"type":"Feature","id":"n286478359","geometry":{"type":"Point","coordinates":[-0.1445052,51.4404084]},"properties":{"@type":"node","@id":286478359,"@timestamp":1218296748},"coords":"51.4404084,-0.1445052","bedrooms":"1","price":"218000","area":"354"} , +{"type":"Feature","id":"n286480614","geometry":{"type":"Point","coordinates":[-0.1451753,51.4443874]},"properties":{"@type":"node","@id":286480614,"@timestamp":1619696766},"coords":"51.4443874,-0.1451753","bedrooms":"3","price":"212000","area":"490"} , +{"type":"Feature","id":"n286488345","geometry":{"type":"Point","coordinates":[-0.5159378,51.2775624]},"properties":{"@type":"node","@id":286488345,"@timestamp":1241350030},"coords":"51.2775624,-0.5159378","bedrooms":"1","price":"197000","area":"606"} , +{"type":"Feature","id":"n286493148","geometry":{"type":"Point","coordinates":[-0.0655157,51.4123869]},"properties":{"@type":"node","@id":286493148,"@timestamp":1348569479},"coords":"51.4123869,-0.0655157","bedrooms":"1","price":"171000","area":"527"} , +{"type":"Feature","id":"n286493286","geometry":{"type":"Point","coordinates":[-0.0689373,51.4926724]},"properties":{"@type":"node","@id":286493286,"@timestamp":1587781949},"coords":"51.4926724,-0.0689373","bedrooms":"3","price":"195000","area":"679"} , +{"type":"Feature","id":"n286509357","geometry":{"type":"Point","coordinates":[-0.0825831,51.4961827]},"properties":{"@type":"node","@id":286509357,"@timestamp":1618501762},"coords":"51.4961827,-0.0825831","bedrooms":"0","price":"258000","area":"672"} , +{"type":"Feature","id":"n286530654","geometry":{"type":"Point","coordinates":[-0.012827,51.1977436]},"properties":{"@type":"node","@id":286530654,"@timestamp":1254564178},"coords":"51.1977436,-0.012827","bedrooms":"4","price":"299000","area":"360"} , +{"type":"Feature","id":"n286543997","geometry":{"type":"Point","coordinates":[-0.9098499,51.5324379]},"properties":{"@type":"node","@id":286543997,"@timestamp":1355694823},"coords":"51.5324379,-0.9098499","bedrooms":"3","price":"205000","area":"494"} , +{"type":"Feature","id":"n286715367","geometry":{"type":"Point","coordinates":[-0.1280119,51.916624]},"properties":{"@type":"node","@id":286715367,"@timestamp":1621641843},"coords":"51.916624,-0.1280119","bedrooms":"3","price":"183000","area":"502"} , +{"type":"Feature","id":"n286720358","geometry":{"type":"Point","coordinates":[-0.0637467,51.9209762]},"properties":{"@type":"node","@id":286720358,"@timestamp":1525793864},"coords":"51.9209762,-0.0637467","bedrooms":"2","price":"220000","area":"415"} , +{"type":"Feature","id":"n286730772","geometry":{"type":"Point","coordinates":[-0.4647677,51.2198125]},"properties":{"@type":"node","@id":286730772,"@timestamp":1616100192},"coords":"51.2198125,-0.4647677","bedrooms":"2","price":"221000","area":"495"} , +{"type":"Feature","id":"n286736531","geometry":{"type":"Point","coordinates":[-0.8750958,51.4669084]},"properties":{"@type":"node","@id":286736531,"@timestamp":1622283601},"coords":"51.4669084,-0.8750958","bedrooms":"2","price":"282000","area":"546"} , +{"type":"Feature","id":"n286743677","geometry":{"type":"Point","coordinates":[-0.5247937,51.2825225]},"properties":{"@type":"node","@id":286743677,"@timestamp":1234485910},"coords":"51.2825225,-0.5247937","bedrooms":"3","price":"205000","area":"579"} , +{"type":"Feature","id":"n286774594","geometry":{"type":"Point","coordinates":[0.6853869,51.7291572]},"properties":{"@type":"node","@id":286774594,"@timestamp":1580663105},"coords":"51.7291572,0.6853869","bedrooms":"4","price":"279000","area":"428"} , +{"type":"Feature","id":"n286850771","geometry":{"type":"Point","coordinates":[-0.5382441,51.1833371]},"properties":{"@type":"node","@id":286850771,"@timestamp":1218405437},"coords":"51.1833371,-0.5382441","bedrooms":"2","price":"253000","area":"562"} , +{"type":"Feature","id":"n286876217","geometry":{"type":"Point","coordinates":[-0.039314,51.5180834]},"properties":{"@type":"node","@id":286876217,"@timestamp":1624017261},"coords":"51.5180834,-0.039314","bedrooms":"1","price":"213000","area":"572"} , +{"type":"Feature","id":"n286914880","geometry":{"type":"Point","coordinates":[-0.7728682,51.6325394]},"properties":{"@type":"node","@id":286914880,"@timestamp":1609618158},"coords":"51.6325394,-0.7728682","bedrooms":"0","price":"245000","area":"413"} , +{"type":"Feature","id":"n287035890","geometry":{"type":"Point","coordinates":[-0.7342952,51.3517956]},"properties":{"@type":"node","@id":287035890,"@timestamp":1218473178},"coords":"51.3517956,-0.7342952","bedrooms":"3","price":"158000","area":"469"} , +{"type":"Feature","id":"n287039966","geometry":{"type":"Point","coordinates":[-0.7725111,51.4176619]},"properties":{"@type":"node","@id":287039966,"@timestamp":1218474114},"coords":"51.4176619,-0.7725111","bedrooms":"0","price":"185000","area":"596"} , +{"type":"Feature","id":"n287039976","geometry":{"type":"Point","coordinates":[-0.7720433,51.4169437]},"properties":{"@type":"node","@id":287039976,"@timestamp":1218474115},"coords":"51.4169437,-0.7720433","bedrooms":"4","price":"221000","area":"566"} , +{"type":"Feature","id":"n287039987","geometry":{"type":"Point","coordinates":[-0.7737341,51.4169888]},"properties":{"@type":"node","@id":287039987,"@timestamp":1218474116},"coords":"51.4169888,-0.7737341","bedrooms":"1","price":"157000","area":"581"} , +{"type":"Feature","id":"n287039998","geometry":{"type":"Point","coordinates":[-0.7726899,51.4176786]},"properties":{"@type":"node","@id":287039998,"@timestamp":1218474117},"coords":"51.4176786,-0.7726899","bedrooms":"0","price":"179000","area":"684"} , +{"type":"Feature","id":"n287040008","geometry":{"type":"Point","coordinates":[-0.7715384,51.4169709]},"properties":{"@type":"node","@id":287040008,"@timestamp":1218474118},"coords":"51.4169709,-0.7715384","bedrooms":"3","price":"292000","area":"637"} , +{"type":"Feature","id":"n287040018","geometry":{"type":"Point","coordinates":[-0.7737102,51.4169272]},"properties":{"@type":"node","@id":287040018,"@timestamp":1218474119},"coords":"51.4169272,-0.7737102","bedrooms":"1","price":"277000","area":"434"} , +{"type":"Feature","id":"n287040031","geometry":{"type":"Point","coordinates":[-0.7737857,51.4168536]},"properties":{"@type":"node","@id":287040031,"@timestamp":1218474120},"coords":"51.4168536,-0.7737857","bedrooms":"1","price":"236000","area":"614"} , +{"type":"Feature","id":"n287040041","geometry":{"type":"Point","coordinates":[-0.7729292,51.417769]},"properties":{"@type":"node","@id":287040041,"@timestamp":1218474121},"coords":"51.417769,-0.7729292","bedrooms":"2","price":"206000","area":"483"} , +{"type":"Feature","id":"n287040053","geometry":{"type":"Point","coordinates":[-0.7714161,51.4172403]},"properties":{"@type":"node","@id":287040053,"@timestamp":1218474123},"coords":"51.4172403,-0.7714161","bedrooms":"2","price":"204000","area":"630"} , +{"type":"Feature","id":"n287041098","geometry":{"type":"Point","coordinates":[-0.6371084,51.3826968]},"properties":{"@type":"node","@id":287041098,"@timestamp":1622208529},"coords":"51.3826968,-0.6371084","bedrooms":"1","price":"166000","area":"437"} , +{"type":"Feature","id":"n287112002","geometry":{"type":"Point","coordinates":[-0.0287273,51.5381232]},"properties":{"@type":"node","@id":287112002,"@timestamp":1613308497},"coords":"51.5381232,-0.0287273","bedrooms":"1","price":"176000","area":"368"} , +{"type":"Feature","id":"n287134722","geometry":{"type":"Point","coordinates":[-0.7682025,51.5795246]},"properties":{"@type":"node","@id":287134722,"@timestamp":1586477399},"coords":"51.5795246,-0.7682025","bedrooms":"0","price":"161000","area":"495"} , +{"type":"Feature","id":"n287146871","geometry":{"type":"Point","coordinates":[-0.2440018,51.5009603]},"properties":{"@type":"node","@id":287146871,"@timestamp":1625158181},"coords":"51.5009603,-0.2440018","bedrooms":"4","price":"184000","area":"638"} , +{"type":"Feature","id":"n287243115","geometry":{"type":"Point","coordinates":[-0.7280041,51.6988137]},"properties":{"@type":"node","@id":287243115,"@timestamp":1343597724},"coords":"51.6988137,-0.7280041","bedrooms":"4","price":"242000","area":"424"} , +{"type":"Feature","id":"n287309864","geometry":{"type":"Point","coordinates":[-0.7832182,51.6171518]},"properties":{"@type":"node","@id":287309864,"@timestamp":1598848060},"coords":"51.6171518,-0.7832182","bedrooms":"2","price":"196000","area":"682"} , +{"type":"Feature","id":"n287326465","geometry":{"type":"Point","coordinates":[-0.3627741,51.2255543]},"properties":{"@type":"node","@id":287326465,"@timestamp":1371404068},"coords":"51.2255543,-0.3627741","bedrooms":"0","price":"220000","area":"512"} , +{"type":"Feature","id":"n287334359","geometry":{"type":"Point","coordinates":[-0.7737653,51.4140428]},"properties":{"@type":"node","@id":287334359,"@timestamp":1218561992},"coords":"51.4140428,-0.7737653","bedrooms":"4","price":"287000","area":"471"} , +{"type":"Feature","id":"n287334391","geometry":{"type":"Point","coordinates":[-0.7704268,51.4139583]},"properties":{"@type":"node","@id":287334391,"@timestamp":1218561995},"coords":"51.4139583,-0.7704268","bedrooms":"4","price":"262000","area":"616"} , +{"type":"Feature","id":"n287334401","geometry":{"type":"Point","coordinates":[-0.7732246,51.4137097]},"properties":{"@type":"node","@id":287334401,"@timestamp":1218561997},"coords":"51.4137097,-0.7732246","bedrooms":"3","price":"228000","area":"666"} , +{"type":"Feature","id":"n287350080","geometry":{"type":"Point","coordinates":[-0.5256971,51.3987704]},"properties":{"@type":"node","@id":287350080,"@timestamp":1605450008},"coords":"51.3987704,-0.5256971","bedrooms":"0","price":"221000","area":"505"} , +{"type":"Feature","id":"n287374622","geometry":{"type":"Point","coordinates":[-0.2861167,51.2307486]},"properties":{"@type":"node","@id":287374622,"@timestamp":1288897815},"coords":"51.2307486,-0.2861167","bedrooms":"0","price":"162000","area":"411"} , +{"type":"Feature","id":"n287381169","geometry":{"type":"Point","coordinates":[0.0384392,51.182766]},"properties":{"@type":"node","@id":287381169,"@timestamp":1592354086},"coords":"51.182766,0.0384392","bedrooms":"4","price":"277000","area":"689"} , +{"type":"Feature","id":"n287383112","geometry":{"type":"Point","coordinates":[-0.3112655,51.2296989]},"properties":{"@type":"node","@id":287383112,"@timestamp":1619961605},"coords":"51.2296989,-0.3112655","bedrooms":"2","price":"298000","area":"474"} , +{"type":"Feature","id":"n287387471","geometry":{"type":"Point","coordinates":[-0.0389473,51.1443254]},"properties":{"@type":"node","@id":287387471,"@timestamp":1610107145},"coords":"51.1443254,-0.0389473","bedrooms":"1","price":"254000","area":"359"} , +{"type":"Feature","id":"n287439204","geometry":{"type":"Point","coordinates":[-0.0967464,51.5034113]},"properties":{"@type":"node","@id":287439204,"@timestamp":1234485462},"coords":"51.5034113,-0.0967464","bedrooms":"2","price":"290000","area":"635"} , +{"type":"Feature","id":"n287453618","geometry":{"type":"Point","coordinates":[-0.0875986,51.4990697]},"properties":{"@type":"node","@id":287453618,"@timestamp":1298204108},"coords":"51.4990697,-0.0875986","bedrooms":"1","price":"229000","area":"523"} , +{"type":"Feature","id":"n287460387","geometry":{"type":"Point","coordinates":[-0.1060641,51.4400649]},"properties":{"@type":"node","@id":287460387,"@timestamp":1365361431},"coords":"51.4400649,-0.1060641","bedrooms":"3","price":"247000","area":"525"} , +{"type":"Feature","id":"n287656764","geometry":{"type":"Point","coordinates":[-0.7699334,51.4180127]},"properties":{"@type":"node","@id":287656764,"@timestamp":1218650105},"coords":"51.4180127,-0.7699334","bedrooms":"1","price":"214000","area":"394"} , +{"type":"Feature","id":"n287749130","geometry":{"type":"Point","coordinates":[-0.111312,51.5036385]},"properties":{"@type":"node","@id":287749130,"@timestamp":1389563160},"coords":"51.5036385,-0.111312","bedrooms":"0","price":"245000","area":"678"} , +{"type":"Feature","id":"n287759030","geometry":{"type":"Point","coordinates":[-0.5867635,51.2375644]},"properties":{"@type":"node","@id":287759030,"@timestamp":1497347598},"coords":"51.2375644,-0.5867635","bedrooms":"3","price":"280000","area":"440"} , +{"type":"Feature","id":"n287759870","geometry":{"type":"Point","coordinates":[-0.5746255,51.2335091]},"properties":{"@type":"node","@id":287759870,"@timestamp":1234486780},"coords":"51.2335091,-0.5746255","bedrooms":"2","price":"244000","area":"619"} , +{"type":"Feature","id":"n287912434","geometry":{"type":"Point","coordinates":[-0.2787002,51.5092348]},"properties":{"@type":"node","@id":287912434,"@timestamp":1524233806},"coords":"51.5092348,-0.2787002","bedrooms":"2","price":"230000","area":"486"} , +{"type":"Feature","id":"n287937197","geometry":{"type":"Point","coordinates":[0.8781936,51.9300907]},"properties":{"@type":"node","@id":287937197,"@timestamp":1588685258},"coords":"51.9300907,0.8781936","bedrooms":"3","price":"245000","area":"627"} , +{"type":"Feature","id":"n287954889","geometry":{"type":"Point","coordinates":[-0.9063881,51.5352011]},"properties":{"@type":"node","@id":287954889,"@timestamp":1624885293},"coords":"51.5352011,-0.9063881","bedrooms":"4","price":"279000","area":"692"} , +{"type":"Feature","id":"n287974935","geometry":{"type":"Point","coordinates":[0.7635303,51.8028761]},"properties":{"@type":"node","@id":287974935,"@timestamp":1382205023},"coords":"51.8028761,0.7635303","bedrooms":"0","price":"167000","area":"635"} , +{"type":"Feature","id":"n288026537","geometry":{"type":"Point","coordinates":[-0.0633576,51.4948365]},"properties":{"@type":"node","@id":288026537,"@timestamp":1218754546},"coords":"51.4948365,-0.0633576","bedrooms":"0","price":"185000","area":"439"} , +{"type":"Feature","id":"n288037177","geometry":{"type":"Point","coordinates":[0.0173112,51.3998026]},"properties":{"@type":"node","@id":288037177,"@timestamp":1616234509},"coords":"51.3998026,0.0173112","bedrooms":"4","price":"289000","area":"632"} , +{"type":"Feature","id":"n288044067","geometry":{"type":"Point","coordinates":[-0.2697862,51.506864]},"properties":{"@type":"node","@id":288044067,"@timestamp":1632901671},"coords":"51.506864,-0.2697862","bedrooms":"1","price":"289000","area":"410"} , +{"type":"Feature","id":"n288091346","geometry":{"type":"Point","coordinates":[-0.2458032,51.5050491]},"properties":{"@type":"node","@id":288091346,"@timestamp":1623171976},"coords":"51.5050491,-0.2458032","bedrooms":"3","price":"153000","area":"623"} , +{"type":"Feature","id":"n288243551","geometry":{"type":"Point","coordinates":[0.0520989,51.1990858]},"properties":{"@type":"node","@id":288243551,"@timestamp":1218824770},"coords":"51.1990858,0.0520989","bedrooms":"1","price":"289000","area":"556"} , +{"type":"Feature","id":"n288244995","geometry":{"type":"Point","coordinates":[0.0014993,51.2021367]},"properties":{"@type":"node","@id":288244995,"@timestamp":1496238897},"coords":"51.2021367,0.0014993","bedrooms":"1","price":"159000","area":"462"} , +{"type":"Feature","id":"n288248679","geometry":{"type":"Point","coordinates":[0.0315196,51.2449821]},"properties":{"@type":"node","@id":288248679,"@timestamp":1503562929},"coords":"51.2449821,0.0315196","bedrooms":"4","price":"245000","area":"688"} , +{"type":"Feature","id":"n288250461","geometry":{"type":"Point","coordinates":[-0.0032305,51.2224942]},"properties":{"@type":"node","@id":288250461,"@timestamp":1337456056},"coords":"51.2224942,-0.0032305","bedrooms":"0","price":"208000","area":"426"} , +{"type":"Feature","id":"n288252341","geometry":{"type":"Point","coordinates":[0.0491309,51.2524282]},"properties":{"@type":"node","@id":288252341,"@timestamp":1218826802},"coords":"51.2524282,0.0491309","bedrooms":"3","price":"208000","area":"403"} , +{"type":"Feature","id":"n288252966","geometry":{"type":"Point","coordinates":[-0.0330726,51.2548526]},"properties":{"@type":"node","@id":288252966,"@timestamp":1218827075},"coords":"51.2548526,-0.0330726","bedrooms":"2","price":"205000","area":"523"} , +{"type":"Feature","id":"n288254230","geometry":{"type":"Point","coordinates":[-0.0271303,51.2142471]},"properties":{"@type":"node","@id":288254230,"@timestamp":1218827647},"coords":"51.2142471,-0.0271303","bedrooms":"2","price":"204000","area":"419"} , +{"type":"Feature","id":"n288256268","geometry":{"type":"Point","coordinates":[-0.0821645,51.1673005]},"properties":{"@type":"node","@id":288256268,"@timestamp":1218828078},"coords":"51.1673005,-0.0821645","bedrooms":"2","price":"299000","area":"560"} , +{"type":"Feature","id":"n288256924","geometry":{"type":"Point","coordinates":[-0.082647,51.2001991]},"properties":{"@type":"node","@id":288256924,"@timestamp":1218828187},"coords":"51.2001991,-0.082647","bedrooms":"2","price":"234000","area":"445"} , +{"type":"Feature","id":"n288262673","geometry":{"type":"Point","coordinates":[-0.0954275,51.9167204]},"properties":{"@type":"node","@id":288262673,"@timestamp":1218829624},"coords":"51.9167204,-0.0954275","bedrooms":"4","price":"249000","area":"459"} , +{"type":"Feature","id":"n288266406","geometry":{"type":"Point","coordinates":[-0.0682441,51.9050527]},"properties":{"@type":"node","@id":288266406,"@timestamp":1525793864},"coords":"51.9050527,-0.0682441","bedrooms":"3","price":"223000","area":"382"} , +{"type":"Feature","id":"n288353873","geometry":{"type":"Point","coordinates":[-0.267893,51.5107925]},"properties":{"@type":"node","@id":288353873,"@timestamp":1631462248},"coords":"51.5107925,-0.267893","bedrooms":"1","price":"227000","area":"523"} , +{"type":"Feature","id":"n288388881","geometry":{"type":"Point","coordinates":[-0.0245951,51.2056952]},"properties":{"@type":"node","@id":288388881,"@timestamp":1496238899},"coords":"51.2056952,-0.0245951","bedrooms":"1","price":"231000","area":"588"} , +{"type":"Feature","id":"n288512651","geometry":{"type":"Point","coordinates":[-0.6401167,51.2428812]},"properties":{"@type":"node","@id":288512651,"@timestamp":1424625590},"coords":"51.2428812,-0.6401167","bedrooms":"3","price":"155000","area":"564"} , +{"type":"Feature","id":"n288521868","geometry":{"type":"Point","coordinates":[-0.7318189,51.2327384]},"properties":{"@type":"node","@id":288521868,"@timestamp":1590960247},"coords":"51.2327384,-0.7318189","bedrooms":"2","price":"180000","area":"484"} , +{"type":"Feature","id":"n288526545","geometry":{"type":"Point","coordinates":[-0.6395903,51.2438909]},"properties":{"@type":"node","@id":288526545,"@timestamp":1496238900},"coords":"51.2438909,-0.6395903","bedrooms":"4","price":"177000","area":"475"} , +{"type":"Feature","id":"n288532043","geometry":{"type":"Point","coordinates":[-0.7132887,51.5794713]},"properties":{"@type":"node","@id":288532043,"@timestamp":1287964410},"coords":"51.5794713,-0.7132887","bedrooms":"0","price":"199000","area":"507"} , +{"type":"Feature","id":"n288562209","geometry":{"type":"Point","coordinates":[-0.2629363,51.4961279]},"properties":{"@type":"node","@id":288562209,"@timestamp":1619792916},"coords":"51.4961279,-0.2629363","bedrooms":"0","price":"233000","area":"429"} , +{"type":"Feature","id":"n288571064","geometry":{"type":"Point","coordinates":[-0.9278204,51.4291654]},"properties":{"@type":"node","@id":288571064,"@timestamp":1300354270},"coords":"51.4291654,-0.9278204","bedrooms":"0","price":"261000","area":"617"} , +{"type":"Feature","id":"n288598378","geometry":{"type":"Point","coordinates":[-0.2645811,51.499365]},"properties":{"@type":"node","@id":288598378,"@timestamp":1538148866},"coords":"51.499365,-0.2645811","bedrooms":"3","price":"213000","area":"467"} , +{"type":"Feature","id":"n288600218","geometry":{"type":"Point","coordinates":[-0.4549924,51.7324902]},"properties":{"@type":"node","@id":288600218,"@timestamp":1288124519},"coords":"51.7324902,-0.4549924","bedrooms":"0","price":"207000","area":"667"} , +{"type":"Feature","id":"n288669019","geometry":{"type":"Point","coordinates":[-0.9440054,51.4307774]},"properties":{"@type":"node","@id":288669019,"@timestamp":1618655493},"coords":"51.4307774,-0.9440054","bedrooms":"3","price":"166000","area":"502"} , +{"type":"Feature","id":"n288771852","geometry":{"type":"Point","coordinates":[-0.4311888,51.4489541]},"properties":{"@type":"node","@id":288771852,"@timestamp":1218984406},"coords":"51.4489541,-0.4311888","bedrooms":"1","price":"242000","area":"621"} , +{"type":"Feature","id":"n288777245","geometry":{"type":"Point","coordinates":[-0.4244081,51.4491959]},"properties":{"@type":"node","@id":288777245,"@timestamp":1572099380},"coords":"51.4491959,-0.4244081","bedrooms":"2","price":"205000","area":"689"} , +{"type":"Feature","id":"n288777292","geometry":{"type":"Point","coordinates":[-0.4316583,51.4471432]},"properties":{"@type":"node","@id":288777292,"@timestamp":1218985512},"coords":"51.4471432,-0.4316583","bedrooms":"4","price":"185000","area":"371"} , +{"type":"Feature","id":"n288780156","geometry":{"type":"Point","coordinates":[-0.4248559,51.4515528]},"properties":{"@type":"node","@id":288780156,"@timestamp":1218986024},"coords":"51.4515528,-0.4248559","bedrooms":"1","price":"182000","area":"664"} , +{"type":"Feature","id":"n288788857","geometry":{"type":"Point","coordinates":[-0.4234333,51.4507199]},"properties":{"@type":"node","@id":288788857,"@timestamp":1218987941},"coords":"51.4507199,-0.4234333","bedrooms":"4","price":"183000","area":"604"} , +{"type":"Feature","id":"n288788924","geometry":{"type":"Point","coordinates":[-0.4239982,51.4478635]},"properties":{"@type":"node","@id":288788924,"@timestamp":1621858821},"coords":"51.4478635,-0.4239982","bedrooms":"0","price":"222000","area":"417"} , +{"type":"Feature","id":"n288789018","geometry":{"type":"Point","coordinates":[-0.4193278,51.4493223]},"properties":{"@type":"node","@id":288789018,"@timestamp":1218987955},"coords":"51.4493223,-0.4193278","bedrooms":"2","price":"289000","area":"500"} , +{"type":"Feature","id":"n288809541","geometry":{"type":"Point","coordinates":[-0.4221511,51.4492193]},"properties":{"@type":"node","@id":288809541,"@timestamp":1218991853},"coords":"51.4492193,-0.4221511","bedrooms":"4","price":"253000","area":"376"} , +{"type":"Feature","id":"n288809554","geometry":{"type":"Point","coordinates":[-0.4204696,51.4490945]},"properties":{"@type":"node","@id":288809554,"@timestamp":1218991854},"coords":"51.4490945,-0.4204696","bedrooms":"3","price":"268000","area":"492"} , +{"type":"Feature","id":"n288809568","geometry":{"type":"Point","coordinates":[-0.4222229,51.4490727]},"properties":{"@type":"node","@id":288809568,"@timestamp":1218991856},"coords":"51.4490727,-0.4222229","bedrooms":"0","price":"219000","area":"398"} , +{"type":"Feature","id":"n288830646","geometry":{"type":"Point","coordinates":[-0.7834399,51.8065997]},"properties":{"@type":"node","@id":288830646,"@timestamp":1288227777},"coords":"51.8065997,-0.7834399","bedrooms":"4","price":"264000","area":"644"} , +{"type":"Feature","id":"n288891092","geometry":{"type":"Point","coordinates":[-0.5214801,51.291533]},"properties":{"@type":"node","@id":288891092,"@timestamp":1219003513},"coords":"51.291533,-0.5214801","bedrooms":"0","price":"247000","area":"482"} , +{"type":"Feature","id":"n288976540","geometry":{"type":"Point","coordinates":[-0.0916259,51.7993505]},"properties":{"@type":"node","@id":288976540,"@timestamp":1588240989},"coords":"51.7993505,-0.0916259","bedrooms":"4","price":"263000","area":"381"} , +{"type":"Feature","id":"n288980721","geometry":{"type":"Point","coordinates":[-0.2754484,51.5079237]},"properties":{"@type":"node","@id":288980721,"@timestamp":1634513519},"coords":"51.5079237,-0.2754484","bedrooms":"1","price":"288000","area":"441"} , +{"type":"Feature","id":"n288991928","geometry":{"type":"Point","coordinates":[-0.1041274,51.4313162]},"properties":{"@type":"node","@id":288991928,"@timestamp":1628518882},"coords":"51.4313162,-0.1041274","bedrooms":"2","price":"217000","area":"599"} , +{"type":"Feature","id":"n289009561","geometry":{"type":"Point","coordinates":[-0.1227852,51.4746877]},"properties":{"@type":"node","@id":289009561,"@timestamp":1618840153},"coords":"51.4746877,-0.1227852","bedrooms":"3","price":"188000","area":"609"} , +{"type":"Feature","id":"n289009579","geometry":{"type":"Point","coordinates":[-0.105711,51.4884475]},"properties":{"@type":"node","@id":289009579,"@timestamp":1557499138},"coords":"51.4884475,-0.105711","bedrooms":"4","price":"234000","area":"475"} , +{"type":"Feature","id":"n289132088","geometry":{"type":"Point","coordinates":[-0.5173891,51.2914139]},"properties":{"@type":"node","@id":289132088,"@timestamp":1219081414},"coords":"51.2914139,-0.5173891","bedrooms":"3","price":"268000","area":"431"} , +{"type":"Feature","id":"n289172201","geometry":{"type":"Point","coordinates":[-0.0178921,51.4959872]},"properties":{"@type":"node","@id":289172201,"@timestamp":1624270457},"coords":"51.4959872,-0.0178921","bedrooms":"1","price":"250000","area":"582"} , +{"type":"Feature","id":"n289228231","geometry":{"type":"Point","coordinates":[-0.2521598,51.5211201]},"properties":{"@type":"node","@id":289228231,"@timestamp":1219096998},"coords":"51.5211201,-0.2521598","bedrooms":"0","price":"245000","area":"649"} , +{"type":"Feature","id":"n289228293","geometry":{"type":"Point","coordinates":[-0.2602292,51.5180964]},"properties":{"@type":"node","@id":289228293,"@timestamp":1219097002},"coords":"51.5180964,-0.2602292","bedrooms":"2","price":"167000","area":"442"} , +{"type":"Feature","id":"n289228319","geometry":{"type":"Point","coordinates":[-0.2591017,51.5156776]},"properties":{"@type":"node","@id":289228319,"@timestamp":1219097004},"coords":"51.5156776,-0.2591017","bedrooms":"3","price":"184000","area":"484"} , +{"type":"Feature","id":"n289268976","geometry":{"type":"Point","coordinates":[-0.1096993,51.8037606]},"properties":{"@type":"node","@id":289268976,"@timestamp":1561670270},"coords":"51.8037606,-0.1096993","bedrooms":"3","price":"245000","area":"631"} , +{"type":"Feature","id":"n289414132","geometry":{"type":"Point","coordinates":[-0.6025618,51.216015]},"properties":{"@type":"node","@id":289414132,"@timestamp":1220219912},"coords":"51.216015,-0.6025618","bedrooms":"1","price":"299000","area":"451"} , +{"type":"Feature","id":"n289424461","geometry":{"type":"Point","coordinates":[-0.091059,51.491504]},"properties":{"@type":"node","@id":289424461,"@timestamp":1619834658},"coords":"51.491504,-0.091059","bedrooms":"0","price":"299000","area":"500"} , +{"type":"Feature","id":"n289432848","geometry":{"type":"Point","coordinates":[-0.781144,51.6143528]},"properties":{"@type":"node","@id":289432848,"@timestamp":1598848060},"coords":"51.6143528,-0.781144","bedrooms":"2","price":"173000","area":"594"} , +{"type":"Feature","id":"n289530277","geometry":{"type":"Point","coordinates":[-0.7796604,51.612726]},"properties":{"@type":"node","@id":289530277,"@timestamp":1539281028},"coords":"51.612726,-0.7796604","bedrooms":"3","price":"183000","area":"688"} , +{"type":"Feature","id":"n289563810","geometry":{"type":"Point","coordinates":[-0.1757952,51.4894061]},"properties":{"@type":"node","@id":289563810,"@timestamp":1605291358},"coords":"51.4894061,-0.1757952","bedrooms":"3","price":"218000","area":"445"} , +{"type":"Feature","id":"n289563828","geometry":{"type":"Point","coordinates":[-0.1673688,51.4756415]},"properties":{"@type":"node","@id":289563828,"@timestamp":1236562994},"coords":"51.4756415,-0.1673688","bedrooms":"2","price":"268000","area":"406"} , +{"type":"Feature","id":"n289569162","geometry":{"type":"Point","coordinates":[-0.182687,51.4942344]},"properties":{"@type":"node","@id":289569162,"@timestamp":1598328514},"coords":"51.4942344,-0.182687","bedrooms":"1","price":"276000","area":"486"} , +{"type":"Feature","id":"n289705262","geometry":{"type":"Point","coordinates":[-0.599314,51.3250246]},"properties":{"@type":"node","@id":289705262,"@timestamp":1487537245},"coords":"51.3250246,-0.599314","bedrooms":"1","price":"248000","area":"362"} , +{"type":"Feature","id":"n289749367","geometry":{"type":"Point","coordinates":[-0.511708,51.2900363]},"properties":{"@type":"node","@id":289749367,"@timestamp":1219265482},"coords":"51.2900363,-0.511708","bedrooms":"0","price":"205000","area":"483"} , +{"type":"Feature","id":"n289806974","geometry":{"type":"Point","coordinates":[-0.1113942,51.4390005]},"properties":{"@type":"node","@id":289806974,"@timestamp":1319881173},"coords":"51.4390005,-0.1113942","bedrooms":"0","price":"265000","area":"392"} , +{"type":"Feature","id":"n289829475","geometry":{"type":"Point","coordinates":[-0.1348176,51.4630642]},"properties":{"@type":"node","@id":289829475,"@timestamp":1603428710},"coords":"51.4630642,-0.1348176","bedrooms":"4","price":"194000","area":"646"} , +{"type":"Feature","id":"n289834949","geometry":{"type":"Point","coordinates":[-0.1009034,51.4360477]},"properties":{"@type":"node","@id":289834949,"@timestamp":1543944237},"coords":"51.4360477,-0.1009034","bedrooms":"4","price":"232000","area":"397"} , +{"type":"Feature","id":"n289927292","geometry":{"type":"Point","coordinates":[-0.8899367,51.5514595]},"properties":{"@type":"node","@id":289927292,"@timestamp":1219333638},"coords":"51.5514595,-0.8899367","bedrooms":"4","price":"202000","area":"690"} , +{"type":"Feature","id":"n289966372","geometry":{"type":"Point","coordinates":[-0.1040151,51.1730551]},"properties":{"@type":"node","@id":289966372,"@timestamp":1342392696},"coords":"51.1730551,-0.1040151","bedrooms":"1","price":"167000","area":"364"} , +{"type":"Feature","id":"n289969033","geometry":{"type":"Point","coordinates":[-0.109415,51.170273]},"properties":{"@type":"node","@id":289969033,"@timestamp":1608224423},"coords":"51.170273,-0.109415","bedrooms":"1","price":"236000","area":"648"} , +{"type":"Feature","id":"n289971379","geometry":{"type":"Point","coordinates":[-0.0928039,51.209116]},"properties":{"@type":"node","@id":289971379,"@timestamp":1219346215},"coords":"51.209116,-0.0928039","bedrooms":"0","price":"233000","area":"507"} , +{"type":"Feature","id":"n289979969","geometry":{"type":"Point","coordinates":[-0.094708,51.4374408]},"properties":{"@type":"node","@id":289979969,"@timestamp":1532026615},"coords":"51.4374408,-0.094708","bedrooms":"3","price":"288000","area":"692"} , +{"type":"Feature","id":"n290007837","geometry":{"type":"Point","coordinates":[-0.0604708,51.2697626]},"properties":{"@type":"node","@id":290007837,"@timestamp":1512789001},"coords":"51.2697626,-0.0604708","bedrooms":"0","price":"295000","area":"353"} , +{"type":"Feature","id":"n290010970","geometry":{"type":"Point","coordinates":[-0.1646091,51.2049384]},"properties":{"@type":"node","@id":290010970,"@timestamp":1536599830},"coords":"51.2049384,-0.1646091","bedrooms":"0","price":"262000","area":"442"} , +{"type":"Feature","id":"n290017176","geometry":{"type":"Point","coordinates":[-0.1225356,51.4468882]},"properties":{"@type":"node","@id":290017176,"@timestamp":1289096039},"coords":"51.4468882,-0.1225356","bedrooms":"4","price":"203000","area":"595"} , +{"type":"Feature","id":"n290025607","geometry":{"type":"Point","coordinates":[-0.115801,51.454662]},"properties":{"@type":"node","@id":290025607,"@timestamp":1399562335},"coords":"51.454662,-0.115801","bedrooms":"2","price":"227000","area":"688"} , +{"type":"Feature","id":"n290043618","geometry":{"type":"Point","coordinates":[-1.076058,51.2746397]},"properties":{"@type":"node","@id":290043618,"@timestamp":1527846990},"coords":"51.2746397,-1.076058","bedrooms":"3","price":"204000","area":"533"} , +{"type":"Feature","id":"n290098337","geometry":{"type":"Point","coordinates":[-0.7446774,51.4019738]},"properties":{"@type":"node","@id":290098337,"@timestamp":1618486332},"coords":"51.4019738,-0.7446774","bedrooms":"3","price":"167000","area":"410"} , +{"type":"Feature","id":"n290188872","geometry":{"type":"Point","coordinates":[-0.1572625,51.8896461]},"properties":{"@type":"node","@id":290188872,"@timestamp":1358681134},"coords":"51.8896461,-0.1572625","bedrooms":"3","price":"282000","area":"617"} , +{"type":"Feature","id":"n290205061","geometry":{"type":"Point","coordinates":[-0.5960657,51.2575444]},"properties":{"@type":"node","@id":290205061,"@timestamp":1279378600},"coords":"51.2575444,-0.5960657","bedrooms":"3","price":"206000","area":"574"} , +{"type":"Feature","id":"n290205818","geometry":{"type":"Point","coordinates":[-0.5945529,51.2564687]},"properties":{"@type":"node","@id":290205818,"@timestamp":1273093587},"coords":"51.2564687,-0.5945529","bedrooms":"1","price":"204000","area":"632"} , +{"type":"Feature","id":"n290207448","geometry":{"type":"Point","coordinates":[-0.5886333,51.2498457]},"properties":{"@type":"node","@id":290207448,"@timestamp":1422118716},"coords":"51.2498457,-0.5886333","bedrooms":"1","price":"187000","area":"619"} , +{"type":"Feature","id":"n290208889","geometry":{"type":"Point","coordinates":[-0.5978262,51.2497444]},"properties":{"@type":"node","@id":290208889,"@timestamp":1420878257},"coords":"51.2497444,-0.5978262","bedrooms":"3","price":"269000","area":"529"} , +{"type":"Feature","id":"n290249589","geometry":{"type":"Point","coordinates":[-1.0048701,51.4179457]},"properties":{"@type":"node","@id":290249589,"@timestamp":1618593409},"coords":"51.4179457,-1.0048701","bedrooms":"2","price":"209000","area":"580"} , +{"type":"Feature","id":"n290251081","geometry":{"type":"Point","coordinates":[-0.5269854,51.2925596]},"properties":{"@type":"node","@id":290251081,"@timestamp":1219438972},"coords":"51.2925596,-0.5269854","bedrooms":"4","price":"165000","area":"571"} , +{"type":"Feature","id":"n290287662","geometry":{"type":"Point","coordinates":[-0.4483908,51.7382261]},"properties":{"@type":"node","@id":290287662,"@timestamp":1219447283},"coords":"51.7382261,-0.4483908","bedrooms":"1","price":"200000","area":"467"} , +{"type":"Feature","id":"n290362212","geometry":{"type":"Point","coordinates":[-0.5739318,51.2358275]},"properties":{"@type":"node","@id":290362212,"@timestamp":1612383695},"coords":"51.2358275,-0.5739318","bedrooms":"0","price":"273000","area":"363"} , +{"type":"Feature","id":"n290363886","geometry":{"type":"Point","coordinates":[-0.5706891,51.2366648]},"properties":{"@type":"node","@id":290363886,"@timestamp":1579442575},"coords":"51.2366648,-0.5706891","bedrooms":"2","price":"266000","area":"440"} , +{"type":"Feature","id":"n290367040","geometry":{"type":"Point","coordinates":[-0.5723078,51.2367894]},"properties":{"@type":"node","@id":290367040,"@timestamp":1576158936},"coords":"51.2367894,-0.5723078","bedrooms":"4","price":"243000","area":"540"} , +{"type":"Feature","id":"n290368817","geometry":{"type":"Point","coordinates":[-0.5746306,51.2363007]},"properties":{"@type":"node","@id":290368817,"@timestamp":1276012875},"coords":"51.2363007,-0.5746306","bedrooms":"2","price":"189000","area":"565"} , +{"type":"Feature","id":"n290370807","geometry":{"type":"Point","coordinates":[-0.5777447,51.2374812]},"properties":{"@type":"node","@id":290370807,"@timestamp":1612471708},"coords":"51.2374812,-0.5777447","bedrooms":"2","price":"287000","area":"512"} , +{"type":"Feature","id":"n290438761","geometry":{"type":"Point","coordinates":[-0.567118,51.2134672]},"properties":{"@type":"node","@id":290438761,"@timestamp":1540500649},"coords":"51.2134672,-0.567118","bedrooms":"0","price":"285000","area":"568"} , +{"type":"Feature","id":"n290494131","geometry":{"type":"Point","coordinates":[-0.4162071,51.446647]},"properties":{"@type":"node","@id":290494131,"@timestamp":1219521737},"coords":"51.446647,-0.4162071","bedrooms":"0","price":"260000","area":"537"} , +{"type":"Feature","id":"n290531068","geometry":{"type":"Point","coordinates":[-0.5366387,51.5294191]},"properties":{"@type":"node","@id":290531068,"@timestamp":1287998859},"coords":"51.5294191,-0.5366387","bedrooms":"0","price":"203000","area":"396"} , +{"type":"Feature","id":"n290554242","geometry":{"type":"Point","coordinates":[-0.0980728,51.8002232]},"properties":{"@type":"node","@id":290554242,"@timestamp":1562365745},"coords":"51.8002232,-0.0980728","bedrooms":"0","price":"262000","area":"390"} , +{"type":"Feature","id":"n290621082","geometry":{"type":"Point","coordinates":[-0.1500638,51.4902565]},"properties":{"@type":"node","@id":290621082,"@timestamp":1631303856},"coords":"51.4902565,-0.1500638","bedrooms":"0","price":"189000","area":"408"} , +{"type":"Feature","id":"n290669726","geometry":{"type":"Point","coordinates":[-0.7827916,51.6230361]},"properties":{"@type":"node","@id":290669726,"@timestamp":1609710729},"coords":"51.6230361,-0.7827916","bedrooms":"0","price":"154000","area":"648"} , +{"type":"Feature","id":"n290728661","geometry":{"type":"Point","coordinates":[-0.7820007,51.0574361]},"properties":{"@type":"node","@id":290728661,"@timestamp":1398024991},"coords":"51.0574361,-0.7820007","bedrooms":"2","price":"205000","area":"450"} , +{"type":"Feature","id":"n290784628","geometry":{"type":"Point","coordinates":[-0.6108941,51.9182079]},"properties":{"@type":"node","@id":290784628,"@timestamp":1516918311},"coords":"51.9182079,-0.6108941","bedrooms":"2","price":"264000","area":"392"} , +{"type":"Feature","id":"n290832542","geometry":{"type":"Point","coordinates":[-0.5089794,51.2972942]},"properties":{"@type":"node","@id":290832542,"@timestamp":1219618647},"coords":"51.2972942,-0.5089794","bedrooms":"2","price":"269000","area":"514"} , +{"type":"Feature","id":"n290868780","geometry":{"type":"Point","coordinates":[-0.1355246,51.5529152]},"properties":{"@type":"node","@id":290868780,"@timestamp":1613934746},"coords":"51.5529152,-0.1355246","bedrooms":"4","price":"260000","area":"486"} , +{"type":"Feature","id":"n290952990","geometry":{"type":"Point","coordinates":[-0.3146958,51.5062248]},"properties":{"@type":"node","@id":290952990,"@timestamp":1605148854},"coords":"51.5062248,-0.3146958","bedrooms":"0","price":"177000","area":"503"} , +{"type":"Feature","id":"n290971132","geometry":{"type":"Point","coordinates":[-0.1533658,51.4172055]},"properties":{"@type":"node","@id":290971132,"@timestamp":1539722910},"coords":"51.4172055,-0.1533658","bedrooms":"0","price":"165000","area":"421"} , +{"type":"Feature","id":"n290984538","geometry":{"type":"Point","coordinates":[-0.0028308,51.4828839]},"properties":{"@type":"node","@id":290984538,"@timestamp":1615694118},"coords":"51.4828839,-0.0028308","bedrooms":"2","price":"259000","area":"387"} , +{"type":"Feature","id":"n290989339","geometry":{"type":"Point","coordinates":[-0.3779461,51.5145083]},"properties":{"@type":"node","@id":290989339,"@timestamp":1354648252},"coords":"51.5145083,-0.3779461","bedrooms":"0","price":"214000","area":"468"} , +{"type":"Feature","id":"n291001013","geometry":{"type":"Point","coordinates":[-0.752603,51.4142374]},"properties":{"@type":"node","@id":291001013,"@timestamp":1453665724},"coords":"51.4142374,-0.752603","bedrooms":"2","price":"195000","area":"668"} , +{"type":"Feature","id":"n291022707","geometry":{"type":"Point","coordinates":[-0.2951275,51.387498]},"properties":{"@type":"node","@id":291022707,"@timestamp":1219694009},"coords":"51.387498,-0.2951275","bedrooms":"4","price":"270000","area":"374"} , +{"type":"Feature","id":"n291022838","geometry":{"type":"Point","coordinates":[-0.294217,51.388009]},"properties":{"@type":"node","@id":291022838,"@timestamp":1219694021},"coords":"51.388009,-0.294217","bedrooms":"2","price":"243000","area":"584"} , +{"type":"Feature","id":"n291025833","geometry":{"type":"Point","coordinates":[-0.2921483,51.3880724]},"properties":{"@type":"node","@id":291025833,"@timestamp":1219694516},"coords":"51.3880724,-0.2921483","bedrooms":"4","price":"297000","area":"610"} , +{"type":"Feature","id":"n291041134","geometry":{"type":"Point","coordinates":[-0.5103474,51.888668]},"properties":{"@type":"node","@id":291041134,"@timestamp":1321615345},"coords":"51.888668,-0.5103474","bedrooms":"2","price":"186000","area":"535"} , +{"type":"Feature","id":"n291086393","geometry":{"type":"Point","coordinates":[-0.8657421,51.3769423]},"properties":{"@type":"node","@id":291086393,"@timestamp":1624796098},"coords":"51.3769423,-0.8657421","bedrooms":"0","price":"239000","area":"490"} , +{"type":"Feature","id":"n291116724","geometry":{"type":"Point","coordinates":[-0.0798145,51.5094376]},"properties":{"@type":"node","@id":291116724,"@timestamp":1571233792},"coords":"51.5094376,-0.0798145","bedrooms":"3","price":"170000","area":"418"} , +{"type":"Feature","id":"n291201521","geometry":{"type":"Point","coordinates":[-0.3040128,51.8786089]},"properties":{"@type":"node","@id":291201521,"@timestamp":1330274424},"coords":"51.8786089,-0.3040128","bedrooms":"2","price":"269000","area":"553"} , +{"type":"Feature","id":"n291271379","geometry":{"type":"Point","coordinates":[-0.5223749,51.8844555]},"properties":{"@type":"node","@id":291271379,"@timestamp":1512755833},"coords":"51.8844555,-0.5223749","bedrooms":"2","price":"174000","area":"678"} , +{"type":"Feature","id":"n291299956","geometry":{"type":"Point","coordinates":[-0.5221316,51.8889963]},"properties":{"@type":"node","@id":291299956,"@timestamp":1629211710},"coords":"51.8889963,-0.5221316","bedrooms":"2","price":"239000","area":"367"} , +{"type":"Feature","id":"n291349304","geometry":{"type":"Point","coordinates":[-0.7640514,51.4998113]},"properties":{"@type":"node","@id":291349304,"@timestamp":1569775308},"coords":"51.4998113,-0.7640514","bedrooms":"2","price":"231000","area":"399"} , +{"type":"Feature","id":"n291413733","geometry":{"type":"Point","coordinates":[-0.5324741,51.8832109]},"properties":{"@type":"node","@id":291413733,"@timestamp":1219783890},"coords":"51.8832109,-0.5324741","bedrooms":"4","price":"219000","area":"447"} , +{"type":"Feature","id":"n291427277","geometry":{"type":"Point","coordinates":[-0.124601,51.443446]},"properties":{"@type":"node","@id":291427277,"@timestamp":1219786197},"coords":"51.443446,-0.124601","bedrooms":"0","price":"167000","area":"451"} , +{"type":"Feature","id":"n291427288","geometry":{"type":"Point","coordinates":[-0.1239327,51.4440803]},"properties":{"@type":"node","@id":291427288,"@timestamp":1219786199},"coords":"51.4440803,-0.1239327","bedrooms":"0","price":"222000","area":"409"} , +{"type":"Feature","id":"n291427299","geometry":{"type":"Point","coordinates":[-0.12292,51.4437925]},"properties":{"@type":"node","@id":291427299,"@timestamp":1219786200},"coords":"51.4437925,-0.12292","bedrooms":"1","price":"208000","area":"400"} , +{"type":"Feature","id":"n291427310","geometry":{"type":"Point","coordinates":[-0.1248551,51.4430971]},"properties":{"@type":"node","@id":291427310,"@timestamp":1616982828},"coords":"51.4430971,-0.1248551","bedrooms":"0","price":"283000","area":"566"} , +{"type":"Feature","id":"n291427444","geometry":{"type":"Point","coordinates":[-0.1146063,51.4399418]},"properties":{"@type":"node","@id":291427444,"@timestamp":1589565522},"coords":"51.4399418,-0.1146063","bedrooms":"4","price":"250000","area":"690"} , +{"type":"Feature","id":"n291434918","geometry":{"type":"Point","coordinates":[-0.050808,51.4563383]},"properties":{"@type":"node","@id":291434918,"@timestamp":1566846592},"coords":"51.4563383,-0.050808","bedrooms":"0","price":"155000","area":"479"} , +{"type":"Feature","id":"n291559131","geometry":{"type":"Point","coordinates":[-0.7418032,51.6185353]},"properties":{"@type":"node","@id":291559131,"@timestamp":1432203540},"coords":"51.6185353,-0.7418032","bedrooms":"1","price":"222000","area":"397"} , +{"type":"Feature","id":"n291607966","geometry":{"type":"Point","coordinates":[-0.7808055,51.4147781]},"properties":{"@type":"node","@id":291607966,"@timestamp":1219856632},"coords":"51.4147781,-0.7808055","bedrooms":"0","price":"197000","area":"520"} , +{"type":"Feature","id":"n291607992","geometry":{"type":"Point","coordinates":[-0.7748604,51.418117]},"properties":{"@type":"node","@id":291607992,"@timestamp":1219856635},"coords":"51.418117,-0.7748604","bedrooms":"1","price":"263000","area":"651"} , +{"type":"Feature","id":"n291647639","geometry":{"type":"Point","coordinates":[-0.119436,51.4220324]},"properties":{"@type":"node","@id":291647639,"@timestamp":1629147344},"coords":"51.4220324,-0.119436","bedrooms":"0","price":"290000","area":"380"} , +{"type":"Feature","id":"n291649509","geometry":{"type":"Point","coordinates":[0.36719,51.5103155]},"properties":{"@type":"node","@id":291649509,"@timestamp":1219879053},"coords":"51.5103155,0.36719","bedrooms":"1","price":"175000","area":"402"} , +{"type":"Feature","id":"n291658755","geometry":{"type":"Point","coordinates":[-0.0998657,51.3701988]},"properties":{"@type":"node","@id":291658755,"@timestamp":1413132462},"coords":"51.3701988,-0.0998657","bedrooms":"4","price":"177000","area":"417"} , +{"type":"Feature","id":"n291669851","geometry":{"type":"Point","coordinates":[-0.132106,51.4989]},"properties":{"@type":"node","@id":291669851,"@timestamp":1585072690},"coords":"51.4989,-0.132106","bedrooms":"2","price":"256000","area":"491"} , +{"type":"Feature","id":"n291671988","geometry":{"type":"Point","coordinates":[-0.1515542,51.4446886]},"properties":{"@type":"node","@id":291671988,"@timestamp":1613639863},"coords":"51.4446886,-0.1515542","bedrooms":"3","price":"204000","area":"518"} , +{"type":"Feature","id":"n291674083","geometry":{"type":"Point","coordinates":[-0.1095291,51.3750282]},"properties":{"@type":"node","@id":291674083,"@timestamp":1356621271},"coords":"51.3750282,-0.1095291","bedrooms":"4","price":"202000","area":"487"} , +{"type":"Feature","id":"n291675461","geometry":{"type":"Point","coordinates":[-0.1105317,51.3768875]},"properties":{"@type":"node","@id":291675461,"@timestamp":1418554972},"coords":"51.3768875,-0.1105317","bedrooms":"0","price":"157000","area":"464"} , +{"type":"Feature","id":"n291675789","geometry":{"type":"Point","coordinates":[-0.1161845,51.3829164]},"properties":{"@type":"node","@id":291675789,"@timestamp":1219898693},"coords":"51.3829164,-0.1161845","bedrooms":"2","price":"261000","area":"602"} , +{"type":"Feature","id":"n291676065","geometry":{"type":"Point","coordinates":[-0.1103416,51.3830398]},"properties":{"@type":"node","@id":291676065,"@timestamp":1219899820},"coords":"51.3830398,-0.1103416","bedrooms":"4","price":"220000","area":"688"} , +{"type":"Feature","id":"n291709519","geometry":{"type":"Point","coordinates":[-0.0951237,51.3738375]},"properties":{"@type":"node","@id":291709519,"@timestamp":1569825220},"coords":"51.3738375,-0.0951237","bedrooms":"4","price":"208000","area":"363"} , +{"type":"Feature","id":"n291722978","geometry":{"type":"Point","coordinates":[-0.1382953,51.5254511]},"properties":{"@type":"node","@id":291722978,"@timestamp":1635299160},"coords":"51.5254511,-0.1382953","bedrooms":"0","price":"160000","area":"489"} , +{"type":"Feature","id":"n291762576","geometry":{"type":"Point","coordinates":[-0.7748425,51.4146008]},"properties":{"@type":"node","@id":291762576,"@timestamp":1219932592},"coords":"51.4146008,-0.7748425","bedrooms":"4","price":"203000","area":"559"} , +{"type":"Feature","id":"n291891527","geometry":{"type":"Point","coordinates":[-0.7456107,50.9861536]},"properties":{"@type":"node","@id":291891527,"@timestamp":1346174489},"coords":"50.9861536,-0.7456107","bedrooms":"4","price":"227000","area":"546"} , +{"type":"Feature","id":"n291933326","geometry":{"type":"Point","coordinates":[-0.2044917,51.0662709]},"properties":{"@type":"node","@id":291933326,"@timestamp":1557322184},"coords":"51.0662709,-0.2044917","bedrooms":"3","price":"295000","area":"590"} , +{"type":"Feature","id":"n291950464","geometry":{"type":"Point","coordinates":[-0.0978953,51.3845329]},"properties":{"@type":"node","@id":291950464,"@timestamp":1536703381},"coords":"51.3845329,-0.0978953","bedrooms":"2","price":"283000","area":"646"} , +{"type":"Feature","id":"n291967152","geometry":{"type":"Point","coordinates":[-0.0743049,51.5554182]},"properties":{"@type":"node","@id":291967152,"@timestamp":1485686844},"coords":"51.5554182,-0.0743049","bedrooms":"3","price":"190000","area":"541"} , +{"type":"Feature","id":"n291978968","geometry":{"type":"Point","coordinates":[-0.1190048,51.4555024]},"properties":{"@type":"node","@id":291978968,"@timestamp":1617144658},"coords":"51.4555024,-0.1190048","bedrooms":"1","price":"159000","area":"679"} , +{"type":"Feature","id":"n292011853","geometry":{"type":"Point","coordinates":[-0.1197664,51.4548744]},"properties":{"@type":"node","@id":292011853,"@timestamp":1543944241},"coords":"51.4548744,-0.1197664","bedrooms":"1","price":"154000","area":"569"} , +{"type":"Feature","id":"n292026757","geometry":{"type":"Point","coordinates":[-0.90426,51.5375792]},"properties":{"@type":"node","@id":292026757,"@timestamp":1220019544},"coords":"51.5375792,-0.90426","bedrooms":"1","price":"216000","area":"680"} , +{"type":"Feature","id":"n292068632","geometry":{"type":"Point","coordinates":[-0.2017848,51.1924987]},"properties":{"@type":"node","@id":292068632,"@timestamp":1220030654},"coords":"51.1924987,-0.2017848","bedrooms":"0","price":"211000","area":"459"} , +{"type":"Feature","id":"n292073636","geometry":{"type":"Point","coordinates":[-0.2252619,51.1898371]},"properties":{"@type":"node","@id":292073636,"@timestamp":1220031507},"coords":"51.1898371,-0.2252619","bedrooms":"2","price":"261000","area":"665"} , +{"type":"Feature","id":"n292077783","geometry":{"type":"Point","coordinates":[-0.2590487,51.2279701]},"properties":{"@type":"node","@id":292077783,"@timestamp":1340394875},"coords":"51.2279701,-0.2590487","bedrooms":"1","price":"217000","area":"633"} , +{"type":"Feature","id":"n292120430","geometry":{"type":"Point","coordinates":[-1.0806166,51.2743982]},"properties":{"@type":"node","@id":292120430,"@timestamp":1220041352},"coords":"51.2743982,-1.0806166","bedrooms":"2","price":"261000","area":"596"} , +{"type":"Feature","id":"n292138077","geometry":{"type":"Point","coordinates":[-0.7373831,51.4265101]},"properties":{"@type":"node","@id":292138077,"@timestamp":1551237690},"coords":"51.4265101,-0.7373831","bedrooms":"1","price":"173000","area":"542"} , +{"type":"Feature","id":"n292166827","geometry":{"type":"Point","coordinates":[-0.182628,51.4948882]},"properties":{"@type":"node","@id":292166827,"@timestamp":1599029439},"coords":"51.4948882,-0.182628","bedrooms":"2","price":"174000","area":"626"} , +{"type":"Feature","id":"n292183286","geometry":{"type":"Point","coordinates":[-0.165233,51.553926]},"properties":{"@type":"node","@id":292183286,"@timestamp":1605357754},"coords":"51.553926,-0.165233","bedrooms":"4","price":"173000","area":"460"} , +{"type":"Feature","id":"n292250871","geometry":{"type":"Point","coordinates":[-0.1298158,51.5720234]},"properties":{"@type":"node","@id":292250871,"@timestamp":1623108902},"coords":"51.5720234,-0.1298158","bedrooms":"0","price":"238000","area":"367"} , +{"type":"Feature","id":"n292381384","geometry":{"type":"Point","coordinates":[-0.3006255,51.3874475]},"properties":{"@type":"node","@id":292381384,"@timestamp":1220132066},"coords":"51.3874475,-0.3006255","bedrooms":"3","price":"248000","area":"674"} , +{"type":"Feature","id":"n292381406","geometry":{"type":"Point","coordinates":[-0.3016934,51.3879608]},"properties":{"@type":"node","@id":292381406,"@timestamp":1220132068},"coords":"51.3879608,-0.3016934","bedrooms":"2","price":"190000","area":"511"} , +{"type":"Feature","id":"n292381435","geometry":{"type":"Point","coordinates":[-0.3016038,51.3879836]},"properties":{"@type":"node","@id":292381435,"@timestamp":1220132070},"coords":"51.3879836,-0.3016038","bedrooms":"2","price":"229000","area":"393"} , +{"type":"Feature","id":"n292561617","geometry":{"type":"Point","coordinates":[0.583724,51.7741454]},"properties":{"@type":"node","@id":292561617,"@timestamp":1346454669},"coords":"51.7741454,0.583724","bedrooms":"2","price":"246000","area":"540"} , +{"type":"Feature","id":"n292637400","geometry":{"type":"Point","coordinates":[0.1483581,51.9055602]},"properties":{"@type":"node","@id":292637400,"@timestamp":1611345935},"coords":"51.9055602,0.1483581","bedrooms":"2","price":"245000","area":"562"} , +{"type":"Feature","id":"n292666167","geometry":{"type":"Point","coordinates":[-0.6002488,51.2464627]},"properties":{"@type":"node","@id":292666167,"@timestamp":1276523592},"coords":"51.2464627,-0.6002488","bedrooms":"0","price":"185000","area":"541"} , +{"type":"Feature","id":"n292666607","geometry":{"type":"Point","coordinates":[-0.6006994,51.2471984]},"properties":{"@type":"node","@id":292666607,"@timestamp":1419692621},"coords":"51.2471984,-0.6006994","bedrooms":"4","price":"152000","area":"653"} , +{"type":"Feature","id":"n292667038","geometry":{"type":"Point","coordinates":[-0.598136,51.2492961]},"properties":{"@type":"node","@id":292667038,"@timestamp":1420878257},"coords":"51.2492961,-0.598136","bedrooms":"1","price":"287000","area":"670"} , +{"type":"Feature","id":"n292667832","geometry":{"type":"Point","coordinates":[-0.5881766,51.2372259]},"properties":{"@type":"node","@id":292667832,"@timestamp":1243360841},"coords":"51.2372259,-0.5881766","bedrooms":"0","price":"274000","area":"484"} , +{"type":"Feature","id":"n292691990","geometry":{"type":"Point","coordinates":[0.6904732,51.081814]},"properties":{"@type":"node","@id":292691990,"@timestamp":1338631575},"coords":"51.081814,0.6904732","bedrooms":"3","price":"227000","area":"684"} , +{"type":"Feature","id":"n292723973","geometry":{"type":"Point","coordinates":[-1.0856534,51.2653687]},"properties":{"@type":"node","@id":292723973,"@timestamp":1462139235},"coords":"51.2653687,-1.0856534","bedrooms":"2","price":"182000","area":"632"} , +{"type":"Feature","id":"n292744102","geometry":{"type":"Point","coordinates":[-0.1485347,51.4476631]},"properties":{"@type":"node","@id":292744102,"@timestamp":1629985745},"coords":"51.4476631,-0.1485347","bedrooms":"3","price":"282000","area":"658"} , +{"type":"Feature","id":"n292815921","geometry":{"type":"Point","coordinates":[-0.9002685,51.3059433]},"properties":{"@type":"node","@id":292815921,"@timestamp":1432485273},"coords":"51.3059433,-0.9002685","bedrooms":"3","price":"218000","area":"549"} , +{"type":"Feature","id":"n292928241","geometry":{"type":"Point","coordinates":[-0.5995638,51.2486453]},"properties":{"@type":"node","@id":292928241,"@timestamp":1419691603},"coords":"51.2486453,-0.5995638","bedrooms":"2","price":"288000","area":"481"} , +{"type":"Feature","id":"n292928662","geometry":{"type":"Point","coordinates":[-0.5984346,51.2501528]},"properties":{"@type":"node","@id":292928662,"@timestamp":1420788889},"coords":"51.2501528,-0.5984346","bedrooms":"4","price":"161000","area":"530"} , +{"type":"Feature","id":"n292935746","geometry":{"type":"Point","coordinates":[-0.426932,51.8810469]},"properties":{"@type":"node","@id":292935746,"@timestamp":1611520437},"coords":"51.8810469,-0.426932","bedrooms":"4","price":"203000","area":"522"} , +{"type":"Feature","id":"n292943483","geometry":{"type":"Point","coordinates":[-1.0910474,51.2736623]},"properties":{"@type":"node","@id":292943483,"@timestamp":1433259920},"coords":"51.2736623,-1.0910474","bedrooms":"3","price":"184000","area":"568"} , +{"type":"Feature","id":"n292947586","geometry":{"type":"Point","coordinates":[-0.1342789,51.1513583]},"properties":{"@type":"node","@id":292947586,"@timestamp":1220298497},"coords":"51.1513583,-0.1342789","bedrooms":"2","price":"299000","area":"531"} , +{"type":"Feature","id":"n292951593","geometry":{"type":"Point","coordinates":[-0.1437117,51.1344714]},"properties":{"@type":"node","@id":292951593,"@timestamp":1623759604},"coords":"51.1344714,-0.1437117","bedrooms":"4","price":"153000","area":"567"} , +{"type":"Feature","id":"n292953358","geometry":{"type":"Point","coordinates":[-0.1465184,51.1836609]},"properties":{"@type":"node","@id":292953358,"@timestamp":1220298919},"coords":"51.1836609,-0.1465184","bedrooms":"3","price":"290000","area":"628"} , +{"type":"Feature","id":"n292956449","geometry":{"type":"Point","coordinates":[-0.2039623,51.1968444]},"properties":{"@type":"node","@id":292956449,"@timestamp":1380229197},"coords":"51.1968444,-0.2039623","bedrooms":"3","price":"196000","area":"428"} , +{"type":"Feature","id":"n292984193","geometry":{"type":"Point","coordinates":[-0.4441002,51.8906173]},"properties":{"@type":"node","@id":292984193,"@timestamp":1611609652},"coords":"51.8906173,-0.4441002","bedrooms":"3","price":"226000","area":"481"} , +{"type":"Feature","id":"n292989180","geometry":{"type":"Point","coordinates":[-0.4567865,51.8984503]},"properties":{"@type":"node","@id":292989180,"@timestamp":1613926704},"coords":"51.8984503,-0.4567865","bedrooms":"2","price":"224000","area":"651"} , +{"type":"Feature","id":"n292992250","geometry":{"type":"Point","coordinates":[-0.4358988,51.9025916]},"properties":{"@type":"node","@id":292992250,"@timestamp":1612892870},"coords":"51.9025916,-0.4358988","bedrooms":"4","price":"279000","area":"542"} , +{"type":"Feature","id":"n292994533","geometry":{"type":"Point","coordinates":[-0.4248018,51.8860097]},"properties":{"@type":"node","@id":292994533,"@timestamp":1611705773},"coords":"51.8860097,-0.4248018","bedrooms":"3","price":"235000","area":"422"} , +{"type":"Feature","id":"n293001135","geometry":{"type":"Point","coordinates":[-0.4022709,51.8869555]},"properties":{"@type":"node","@id":293001135,"@timestamp":1612036344},"coords":"51.8869555,-0.4022709","bedrooms":"2","price":"275000","area":"423"} , +{"type":"Feature","id":"n293002346","geometry":{"type":"Point","coordinates":[-0.4051036,51.8889852]},"properties":{"@type":"node","@id":293002346,"@timestamp":1612559512},"coords":"51.8889852,-0.4051036","bedrooms":"4","price":"255000","area":"524"} , +{"type":"Feature","id":"n293010175","geometry":{"type":"Point","coordinates":[-0.1255244,51.4437919]},"properties":{"@type":"node","@id":293010175,"@timestamp":1512208726},"coords":"51.4437919,-0.1255244","bedrooms":"3","price":"155000","area":"690"} , +{"type":"Feature","id":"n293018545","geometry":{"type":"Point","coordinates":[0.0934887,51.3649173]},"properties":{"@type":"node","@id":293018545,"@timestamp":1220309051},"coords":"51.3649173,0.0934887","bedrooms":"4","price":"229000","area":"629"} , +{"type":"Feature","id":"n293018711","geometry":{"type":"Point","coordinates":[-0.043591,51.3976595]},"properties":{"@type":"node","@id":293018711,"@timestamp":1625728887},"coords":"51.3976595,-0.043591","bedrooms":"2","price":"231000","area":"527"} , +{"type":"Feature","id":"n293221208","geometry":{"type":"Point","coordinates":[-0.2988918,51.4093169]},"properties":{"@type":"node","@id":293221208,"@timestamp":1629041581},"coords":"51.4093169,-0.2988918","bedrooms":"3","price":"233000","area":"461"} , +{"type":"Feature","id":"n293263449","geometry":{"type":"Point","coordinates":[-0.296692,51.4106537]},"properties":{"@type":"node","@id":293263449,"@timestamp":1635042184},"coords":"51.4106537,-0.296692","bedrooms":"1","price":"158000","area":"563"} , +{"type":"Feature","id":"n293303486","geometry":{"type":"Point","coordinates":[-0.0881483,51.51812]},"properties":{"@type":"node","@id":293303486,"@timestamp":1220414762},"coords":"51.51812,-0.0881483","bedrooms":"1","price":"278000","area":"532"} , +{"type":"Feature","id":"n293390260","geometry":{"type":"Point","coordinates":[-0.1418511,51.5388604]},"properties":{"@type":"node","@id":293390260,"@timestamp":1340921105},"coords":"51.5388604,-0.1418511","bedrooms":"3","price":"239000","area":"383"} , +{"type":"Feature","id":"n293479366","geometry":{"type":"Point","coordinates":[0.0640994,51.4346858]},"properties":{"@type":"node","@id":293479366,"@timestamp":1554726677},"coords":"51.4346858,0.0640994","bedrooms":"0","price":"197000","area":"638"} , +{"type":"Feature","id":"n293515952","geometry":{"type":"Point","coordinates":[-0.6487601,51.4636061]},"properties":{"@type":"node","@id":293515952,"@timestamp":1397922408},"coords":"51.4636061,-0.6487601","bedrooms":"4","price":"242000","area":"359"} , +{"type":"Feature","id":"n293520318","geometry":{"type":"Point","coordinates":[-0.6540122,51.4644576]},"properties":{"@type":"node","@id":293520318,"@timestamp":1220478102},"coords":"51.4644576,-0.6540122","bedrooms":"4","price":"173000","area":"692"} , +{"type":"Feature","id":"n293522880","geometry":{"type":"Point","coordinates":[-0.64897,51.4636458]},"properties":{"@type":"node","@id":293522880,"@timestamp":1220478476},"coords":"51.4636458,-0.64897","bedrooms":"1","price":"195000","area":"381"} , +{"type":"Feature","id":"n293522921","geometry":{"type":"Point","coordinates":[-0.6468865,51.4641533]},"properties":{"@type":"node","@id":293522921,"@timestamp":1220478478},"coords":"51.4641533,-0.6468865","bedrooms":"2","price":"281000","area":"539"} , +{"type":"Feature","id":"n293522972","geometry":{"type":"Point","coordinates":[-0.6473825,51.4651062]},"properties":{"@type":"node","@id":293522972,"@timestamp":1220478482},"coords":"51.4651062,-0.6473825","bedrooms":"3","price":"275000","area":"409"} , +{"type":"Feature","id":"n293523136","geometry":{"type":"Point","coordinates":[-0.6503107,51.4653887]},"properties":{"@type":"node","@id":293523136,"@timestamp":1220478493},"coords":"51.4653887,-0.6503107","bedrooms":"1","price":"275000","area":"635"} , +{"type":"Feature","id":"n293524447","geometry":{"type":"Point","coordinates":[-0.6520893,51.4651543]},"properties":{"@type":"node","@id":293524447,"@timestamp":1220478790},"coords":"51.4651543,-0.6520893","bedrooms":"0","price":"276000","area":"526"} , +{"type":"Feature","id":"n293524482","geometry":{"type":"Point","coordinates":[-0.6523029,51.464881]},"properties":{"@type":"node","@id":293524482,"@timestamp":1220478793},"coords":"51.464881,-0.6523029","bedrooms":"0","price":"280000","area":"624"} , +{"type":"Feature","id":"n293524513","geometry":{"type":"Point","coordinates":[-0.6531526,51.464719]},"properties":{"@type":"node","@id":293524513,"@timestamp":1220478796},"coords":"51.464719,-0.6531526","bedrooms":"3","price":"221000","area":"648"} , +{"type":"Feature","id":"n293525826","geometry":{"type":"Point","coordinates":[-0.6528805,51.4643899]},"properties":{"@type":"node","@id":293525826,"@timestamp":1220478989},"coords":"51.4643899,-0.6528805","bedrooms":"1","price":"180000","area":"396"} , +{"type":"Feature","id":"n293525839","geometry":{"type":"Point","coordinates":[-0.6528936,51.4650471]},"properties":{"@type":"node","@id":293525839,"@timestamp":1509035393},"coords":"51.4650471,-0.6528936","bedrooms":"2","price":"269000","area":"644"} , +{"type":"Feature","id":"n293530969","geometry":{"type":"Point","coordinates":[-0.6501672,51.462808]},"properties":{"@type":"node","@id":293530969,"@timestamp":1220479922},"coords":"51.462808,-0.6501672","bedrooms":"1","price":"254000","area":"698"} , +{"type":"Feature","id":"n293530979","geometry":{"type":"Point","coordinates":[-0.6501667,51.4620247]},"properties":{"@type":"node","@id":293530979,"@timestamp":1220546925},"coords":"51.4620247,-0.6501667","bedrooms":"0","price":"263000","area":"614"} , +{"type":"Feature","id":"n293530993","geometry":{"type":"Point","coordinates":[-0.6503094,51.462634]},"properties":{"@type":"node","@id":293530993,"@timestamp":1220479926},"coords":"51.462634,-0.6503094","bedrooms":"1","price":"178000","area":"655"} , +{"type":"Feature","id":"n293531017","geometry":{"type":"Point","coordinates":[-0.651239,51.4628875]},"properties":{"@type":"node","@id":293531017,"@timestamp":1220479929},"coords":"51.4628875,-0.651239","bedrooms":"3","price":"177000","area":"609"} , +{"type":"Feature","id":"n293531031","geometry":{"type":"Point","coordinates":[-0.6522202,51.4633946]},"properties":{"@type":"node","@id":293531031,"@timestamp":1220479931},"coords":"51.4633946,-0.6522202","bedrooms":"4","price":"235000","area":"397"} , +{"type":"Feature","id":"n293531056","geometry":{"type":"Point","coordinates":[-0.6503401,51.4636978]},"properties":{"@type":"node","@id":293531056,"@timestamp":1220479935},"coords":"51.4636978,-0.6503401","bedrooms":"0","price":"226000","area":"464"} , +{"type":"Feature","id":"n293553664","geometry":{"type":"Point","coordinates":[-0.1214693,51.4923135]},"properties":{"@type":"node","@id":293553664,"@timestamp":1539339871},"coords":"51.4923135,-0.1214693","bedrooms":"2","price":"198000","area":"467"} , +{"type":"Feature","id":"n293653241","geometry":{"type":"Point","coordinates":[-0.1370536,51.5918037]},"properties":{"@type":"node","@id":293653241,"@timestamp":1605135395},"coords":"51.5918037,-0.1370536","bedrooms":"4","price":"178000","area":"361"} , +{"type":"Feature","id":"n293670744","geometry":{"type":"Point","coordinates":[-0.9122794,51.3307007]},"properties":{"@type":"node","@id":293670744,"@timestamp":1573896453},"coords":"51.3307007,-0.9122794","bedrooms":"3","price":"245000","area":"405"} , +{"type":"Feature","id":"n293689730","geometry":{"type":"Point","coordinates":[-0.6488486,51.4633395]},"properties":{"@type":"node","@id":293689730,"@timestamp":1220546908},"coords":"51.4633395,-0.6488486","bedrooms":"4","price":"296000","area":"681"} , +{"type":"Feature","id":"n293740954","geometry":{"type":"Point","coordinates":[-1.1036262,51.2717797]},"properties":{"@type":"node","@id":293740954,"@timestamp":1229715626},"coords":"51.2717797,-1.1036262","bedrooms":"2","price":"179000","area":"468"} , +{"type":"Feature","id":"n293741414","geometry":{"type":"Point","coordinates":[-0.1692689,51.5321311]},"properties":{"@type":"node","@id":293741414,"@timestamp":1626099777},"coords":"51.5321311,-0.1692689","bedrooms":"2","price":"188000","area":"652"} , +{"type":"Feature","id":"n293748585","geometry":{"type":"Point","coordinates":[-0.160874,51.5360145]},"properties":{"@type":"node","@id":293748585,"@timestamp":1560668906},"coords":"51.5360145,-0.160874","bedrooms":"1","price":"162000","area":"533"} , +{"type":"Feature","id":"n293776569","geometry":{"type":"Point","coordinates":[-0.065759,51.4648009]},"properties":{"@type":"node","@id":293776569,"@timestamp":1614796265},"coords":"51.4648009,-0.065759","bedrooms":"2","price":"220000","area":"633"} , +{"type":"Feature","id":"n293801995","geometry":{"type":"Point","coordinates":[-0.1398659,51.5305639]},"properties":{"@type":"node","@id":293801995,"@timestamp":1330702983},"coords":"51.5305639,-0.1398659","bedrooms":"1","price":"165000","area":"364"} , +{"type":"Feature","id":"n293812306","geometry":{"type":"Point","coordinates":[-0.1386315,51.5282545]},"properties":{"@type":"node","@id":293812306,"@timestamp":1631605166},"coords":"51.5282545,-0.1386315","bedrooms":"4","price":"185000","area":"393"} , +{"type":"Feature","id":"n293922573","geometry":{"type":"Point","coordinates":[-0.1161024,51.3073828]},"properties":{"@type":"node","@id":293922573,"@timestamp":1597519184},"coords":"51.3073828,-0.1161024","bedrooms":"3","price":"155000","area":"539"} , +{"type":"Feature","id":"n293975551","geometry":{"type":"Point","coordinates":[-0.303272,51.5129357]},"properties":{"@type":"node","@id":293975551,"@timestamp":1419953476},"coords":"51.5129357,-0.303272","bedrooms":"1","price":"157000","area":"525"} , +{"type":"Feature","id":"n293980695","geometry":{"type":"Point","coordinates":[-0.2660742,51.3051464]},"properties":{"@type":"node","@id":293980695,"@timestamp":1618511753},"coords":"51.3051464,-0.2660742","bedrooms":"1","price":"151000","area":"440"} , +{"type":"Feature","id":"n294032727","geometry":{"type":"Point","coordinates":[0.599242,51.7767009]},"properties":{"@type":"node","@id":294032727,"@timestamp":1300226418},"coords":"51.7767009,0.599242","bedrooms":"3","price":"161000","area":"402"} , +{"type":"Feature","id":"n294139785","geometry":{"type":"Point","coordinates":[-0.1451187,51.5402837]},"properties":{"@type":"node","@id":294139785,"@timestamp":1342382055},"coords":"51.5402837,-0.1451187","bedrooms":"0","price":"212000","area":"397"} , +{"type":"Feature","id":"n294162231","geometry":{"type":"Point","coordinates":[-0.0565413,51.5120048]},"properties":{"@type":"node","@id":294162231,"@timestamp":1560982772},"coords":"51.5120048,-0.0565413","bedrooms":"4","price":"257000","area":"639"} , +{"type":"Feature","id":"n294198948","geometry":{"type":"Point","coordinates":[-0.1128642,51.4822436]},"properties":{"@type":"node","@id":294198948,"@timestamp":1630758443},"coords":"51.4822436,-0.1128642","bedrooms":"2","price":"155000","area":"647"} , +{"type":"Feature","id":"n294213148","geometry":{"type":"Point","coordinates":[-0.6368238,51.4703623]},"properties":{"@type":"node","@id":294213148,"@timestamp":1345755644},"coords":"51.4703623,-0.6368238","bedrooms":"0","price":"253000","area":"602"} , +{"type":"Feature","id":"n294277227","geometry":{"type":"Point","coordinates":[-0.1525765,51.4167786]},"properties":{"@type":"node","@id":294277227,"@timestamp":1539722910},"coords":"51.4167786,-0.1525765","bedrooms":"2","price":"296000","area":"469"} , +{"type":"Feature","id":"n294599679","geometry":{"type":"Point","coordinates":[-0.1378517,51.5259074]},"properties":{"@type":"node","@id":294599679,"@timestamp":1551546221},"coords":"51.5259074,-0.1378517","bedrooms":"0","price":"190000","area":"461"} , +{"type":"Feature","id":"n294659466","geometry":{"type":"Point","coordinates":[-0.130895,51.5274061]},"properties":{"@type":"node","@id":294659466,"@timestamp":1635471672},"coords":"51.5274061,-0.130895","bedrooms":"4","price":"201000","area":"595"} , +{"type":"Feature","id":"n294733192","geometry":{"type":"Point","coordinates":[-0.5873153,51.2545346]},"properties":{"@type":"node","@id":294733192,"@timestamp":1279468988},"coords":"51.2545346,-0.5873153","bedrooms":"1","price":"168000","area":"644"} , +{"type":"Feature","id":"n294764999","geometry":{"type":"Point","coordinates":[-0.1344085,51.5354403]},"properties":{"@type":"node","@id":294764999,"@timestamp":1611803120},"coords":"51.5354403,-0.1344085","bedrooms":"0","price":"241000","area":"625"} , +{"type":"Feature","id":"n294824755","geometry":{"type":"Point","coordinates":[-1.0643351,51.3954242]},"properties":{"@type":"node","@id":294824755,"@timestamp":1478821262},"coords":"51.3954242,-1.0643351","bedrooms":"2","price":"238000","area":"564"} , +{"type":"Feature","id":"n294872611","geometry":{"type":"Point","coordinates":[-0.5131245,51.8743454]},"properties":{"@type":"node","@id":294872611,"@timestamp":1566063916},"coords":"51.8743454,-0.5131245","bedrooms":"2","price":"226000","area":"441"} , +{"type":"Feature","id":"n294950903","geometry":{"type":"Point","coordinates":[-0.0905437,51.5251618]},"properties":{"@type":"node","@id":294950903,"@timestamp":1613671788},"coords":"51.5251618,-0.0905437","bedrooms":"3","price":"268000","area":"474"} , +{"type":"Feature","id":"n295060479","geometry":{"type":"Point","coordinates":[-0.8556313,51.3770262]},"properties":{"@type":"node","@id":295060479,"@timestamp":1561320692},"coords":"51.3770262,-0.8556313","bedrooms":"0","price":"212000","area":"531"} , +{"type":"Feature","id":"n295124626","geometry":{"type":"Point","coordinates":[-1.066431,51.3996181]},"properties":{"@type":"node","@id":295124626,"@timestamp":1221254498},"coords":"51.3996181,-1.066431","bedrooms":"4","price":"276000","area":"628"} , +{"type":"Feature","id":"n295215823","geometry":{"type":"Point","coordinates":[-0.2958822,51.4273558]},"properties":{"@type":"node","@id":295215823,"@timestamp":1507558875},"coords":"51.4273558,-0.2958822","bedrooms":"2","price":"165000","area":"446"} , +{"type":"Feature","id":"n295223948","geometry":{"type":"Point","coordinates":[-0.3876445,51.5782015]},"properties":{"@type":"node","@id":295223948,"@timestamp":1620913550},"coords":"51.5782015,-0.3876445","bedrooms":"1","price":"185000","area":"573"} , +{"type":"Feature","id":"n295346681","geometry":{"type":"Point","coordinates":[-0.7454763,51.6274355]},"properties":{"@type":"node","@id":295346681,"@timestamp":1401541975},"coords":"51.6274355,-0.7454763","bedrooms":"4","price":"188000","area":"550"} , +{"type":"Feature","id":"n295442064","geometry":{"type":"Point","coordinates":[-1.0570732,51.3992419]},"properties":{"@type":"node","@id":295442064,"@timestamp":1603713748},"coords":"51.3992419,-1.0570732","bedrooms":"4","price":"299000","area":"415"} , +{"type":"Feature","id":"n295465583","geometry":{"type":"Point","coordinates":[-0.2915025,51.4090716]},"properties":{"@type":"node","@id":295465583,"@timestamp":1597869308},"coords":"51.4090716,-0.2915025","bedrooms":"2","price":"231000","area":"437"} , +{"type":"Feature","id":"n295482182","geometry":{"type":"Point","coordinates":[-0.1718406,51.5244858]},"properties":{"@type":"node","@id":295482182,"@timestamp":1558602244},"coords":"51.5244858,-0.1718406","bedrooms":"4","price":"299000","area":"434"} , +{"type":"Feature","id":"n295688584","geometry":{"type":"Point","coordinates":[-0.2101336,51.4122545]},"properties":{"@type":"node","@id":295688584,"@timestamp":1603057318},"coords":"51.4122545,-0.2101336","bedrooms":"0","price":"222000","area":"499"} , +{"type":"Feature","id":"n295715599","geometry":{"type":"Point","coordinates":[-0.0875249,51.5261496]},"properties":{"@type":"node","@id":295715599,"@timestamp":1630382433},"coords":"51.5261496,-0.0875249","bedrooms":"3","price":"286000","area":"575"} , +{"type":"Feature","id":"n295720417","geometry":{"type":"Point","coordinates":[-1.0619449,51.401925]},"properties":{"@type":"node","@id":295720417,"@timestamp":1456594386},"coords":"51.401925,-1.0619449","bedrooms":"3","price":"243000","area":"631"} , +{"type":"Feature","id":"n295792677","geometry":{"type":"Point","coordinates":[-0.7421397,51.426859]},"properties":{"@type":"node","@id":295792677,"@timestamp":1617899084},"coords":"51.426859,-0.7421397","bedrooms":"1","price":"213000","area":"681"} , +{"type":"Feature","id":"n295817593","geometry":{"type":"Point","coordinates":[-0.1660022,51.516859]},"properties":{"@type":"node","@id":295817593,"@timestamp":1433377579},"coords":"51.516859,-0.1660022","bedrooms":"3","price":"221000","area":"403"} , +{"type":"Feature","id":"n295905045","geometry":{"type":"Point","coordinates":[-0.1640981,51.5195485]},"properties":{"@type":"node","@id":295905045,"@timestamp":1554531895},"coords":"51.5195485,-0.1640981","bedrooms":"1","price":"229000","area":"607"} , +{"type":"Feature","id":"n295917172","geometry":{"type":"Point","coordinates":[-0.1026618,51.4831823]},"properties":{"@type":"node","@id":295917172,"@timestamp":1616269554},"coords":"51.4831823,-0.1026618","bedrooms":"2","price":"218000","area":"514"} , +{"type":"Feature","id":"n295967120","geometry":{"type":"Point","coordinates":[-0.5647732,51.239494]},"properties":{"@type":"node","@id":295967120,"@timestamp":1579642829},"coords":"51.239494,-0.5647732","bedrooms":"4","price":"291000","area":"658"} , +{"type":"Feature","id":"n295975602","geometry":{"type":"Point","coordinates":[-0.0847022,51.5126777]},"properties":{"@type":"node","@id":295975602,"@timestamp":1624761341},"coords":"51.5126777,-0.0847022","bedrooms":"1","price":"161000","area":"361"} , +{"type":"Feature","id":"n295998818","geometry":{"type":"Point","coordinates":[-0.1614171,51.5258148]},"properties":{"@type":"node","@id":295998818,"@timestamp":1596032628},"coords":"51.5258148,-0.1614171","bedrooms":"2","price":"290000","area":"683"} , +{"type":"Feature","id":"n296013288","geometry":{"type":"Point","coordinates":[0.0919865,51.4176301]},"properties":{"@type":"node","@id":296013288,"@timestamp":1532705434},"coords":"51.4176301,0.0919865","bedrooms":"4","price":"212000","area":"564"} , +{"type":"Feature","id":"n296044909","geometry":{"type":"Point","coordinates":[-0.0876349,51.5262928]},"properties":{"@type":"node","@id":296044909,"@timestamp":1628286274},"coords":"51.5262928,-0.0876349","bedrooms":"2","price":"253000","area":"681"} , +{"type":"Feature","id":"n296091764","geometry":{"type":"Point","coordinates":[0.1029182,51.4330325]},"properties":{"@type":"node","@id":296091764,"@timestamp":1360499480},"coords":"51.4330325,0.1029182","bedrooms":"4","price":"256000","area":"468"} , +{"type":"Feature","id":"n296180422","geometry":{"type":"Point","coordinates":[-1.0570032,51.3955203]},"properties":{"@type":"node","@id":296180422,"@timestamp":1221332549},"coords":"51.3955203,-1.0570032","bedrooms":"1","price":"230000","area":"374"} , +{"type":"Feature","id":"n296202238","geometry":{"type":"Point","coordinates":[-1.066563,51.394394]},"properties":{"@type":"node","@id":296202238,"@timestamp":1221332793},"coords":"51.394394,-1.066563","bedrooms":"2","price":"293000","area":"559"} , +{"type":"Feature","id":"n296267228","geometry":{"type":"Point","coordinates":[-0.2385154,51.4925219]},"properties":{"@type":"node","@id":296267228,"@timestamp":1221271854},"coords":"51.4925219,-0.2385154","bedrooms":"2","price":"167000","area":"670"} , +{"type":"Feature","id":"n296339380","geometry":{"type":"Point","coordinates":[-1.0708308,51.3914074]},"properties":{"@type":"node","@id":296339380,"@timestamp":1221428293},"coords":"51.3914074,-1.0708308","bedrooms":"3","price":"192000","area":"584"} , +{"type":"Feature","id":"n296359484","geometry":{"type":"Point","coordinates":[0.6122904,51.7441712]},"properties":{"@type":"node","@id":296359484,"@timestamp":1221313158},"coords":"51.7441712,0.6122904","bedrooms":"3","price":"257000","area":"682"} , +{"type":"Feature","id":"n296466501","geometry":{"type":"Point","coordinates":[-1.1135233,51.257317]},"properties":{"@type":"node","@id":296466501,"@timestamp":1603877624},"coords":"51.257317,-1.1135233","bedrooms":"3","price":"238000","area":"410"} , +{"type":"Feature","id":"n296521758","geometry":{"type":"Point","coordinates":[-0.7835496,51.2040049]},"properties":{"@type":"node","@id":296521758,"@timestamp":1221644107},"coords":"51.2040049,-0.7835496","bedrooms":"4","price":"208000","area":"507"} , +{"type":"Feature","id":"n296568402","geometry":{"type":"Point","coordinates":[-0.7967672,51.211744]},"properties":{"@type":"node","@id":296568402,"@timestamp":1538404028},"coords":"51.211744,-0.7967672","bedrooms":"4","price":"218000","area":"628"} , +{"type":"Feature","id":"n296589420","geometry":{"type":"Point","coordinates":[-0.8033696,51.2132677]},"properties":{"@type":"node","@id":296589420,"@timestamp":1538404065},"coords":"51.2132677,-0.8033696","bedrooms":"0","price":"276000","area":"465"} , +{"type":"Feature","id":"n296595808","geometry":{"type":"Point","coordinates":[-0.7955506,51.2141342]},"properties":{"@type":"node","@id":296595808,"@timestamp":1498553516},"coords":"51.2141342,-0.7955506","bedrooms":"0","price":"222000","area":"602"} , +{"type":"Feature","id":"n296603664","geometry":{"type":"Point","coordinates":[-0.8061402,51.1899107]},"properties":{"@type":"node","@id":296603664,"@timestamp":1596661932},"coords":"51.1899107,-0.8061402","bedrooms":"1","price":"276000","area":"540"} , +{"type":"Feature","id":"n296611988","geometry":{"type":"Point","coordinates":[-0.8176547,51.1993948]},"properties":{"@type":"node","@id":296611988,"@timestamp":1477949807},"coords":"51.1993948,-0.8176547","bedrooms":"3","price":"210000","area":"448"} , +{"type":"Feature","id":"n296615792","geometry":{"type":"Point","coordinates":[-0.8018115,51.2139589]},"properties":{"@type":"node","@id":296615792,"@timestamp":1538404055},"coords":"51.2139589,-0.8018115","bedrooms":"3","price":"234000","area":"564"} , +{"type":"Feature","id":"n296889741","geometry":{"type":"Point","coordinates":[-0.1389467,51.5283514]},"properties":{"@type":"node","@id":296889741,"@timestamp":1560085649},"coords":"51.5283514,-0.1389467","bedrooms":"0","price":"203000","area":"697"} , +{"type":"Feature","id":"n296916175","geometry":{"type":"Point","coordinates":[-1.0560264,51.4086001]},"properties":{"@type":"node","@id":296916175,"@timestamp":1221398075},"coords":"51.4086001,-1.0560264","bedrooms":"0","price":"192000","area":"538"} , +{"type":"Feature","id":"n296954133","geometry":{"type":"Point","coordinates":[-0.8073249,51.2005229]},"properties":{"@type":"node","@id":296954133,"@timestamp":1595876214},"coords":"51.2005229,-0.8073249","bedrooms":"2","price":"283000","area":"487"} , +{"type":"Feature","id":"n296963380","geometry":{"type":"Point","coordinates":[-0.9447152,51.4057618]},"properties":{"@type":"node","@id":296963380,"@timestamp":1221410209},"coords":"51.4057618,-0.9447152","bedrooms":"4","price":"298000","area":"555"} , +{"type":"Feature","id":"n296968345","geometry":{"type":"Point","coordinates":[-0.3280206,51.2310959]},"properties":{"@type":"node","@id":296968345,"@timestamp":1274037877},"coords":"51.2310959,-0.3280206","bedrooms":"0","price":"267000","area":"380"} , +{"type":"Feature","id":"n296990115","geometry":{"type":"Point","coordinates":[-0.808939,51.1930829]},"properties":{"@type":"node","@id":296990115,"@timestamp":1590151884},"coords":"51.1930829,-0.808939","bedrooms":"1","price":"211000","area":"436"} , +{"type":"Feature","id":"n296996319","geometry":{"type":"Point","coordinates":[-0.8023416,51.208586]},"properties":{"@type":"node","@id":296996319,"@timestamp":1593632314},"coords":"51.208586,-0.8023416","bedrooms":"2","price":"163000","area":"638"} , +{"type":"Feature","id":"n297007570","geometry":{"type":"Point","coordinates":[-0.0919248,51.4611314]},"properties":{"@type":"node","@id":297007570,"@timestamp":1221417512},"coords":"51.4611314,-0.0919248","bedrooms":"3","price":"275000","area":"634"} , +{"type":"Feature","id":"n297013732","geometry":{"type":"Point","coordinates":[0.0071733,51.5592174]},"properties":{"@type":"node","@id":297013732,"@timestamp":1627898689},"coords":"51.5592174,0.0071733","bedrooms":"0","price":"236000","area":"382"} , +{"type":"Feature","id":"n297031274","geometry":{"type":"Point","coordinates":[-0.9406753,51.4240518]},"properties":{"@type":"node","@id":297031274,"@timestamp":1261314794},"coords":"51.4240518,-0.9406753","bedrooms":"1","price":"234000","area":"664"} , +{"type":"Feature","id":"n297039207","geometry":{"type":"Point","coordinates":[-0.8005382,51.1906199]},"properties":{"@type":"node","@id":297039207,"@timestamp":1303238077},"coords":"51.1906199,-0.8005382","bedrooms":"4","price":"208000","area":"381"} , +{"type":"Feature","id":"n297040663","geometry":{"type":"Point","coordinates":[-0.8036278,51.213522]},"properties":{"@type":"node","@id":297040663,"@timestamp":1543770277},"coords":"51.213522,-0.8036278","bedrooms":"1","price":"284000","area":"652"} , +{"type":"Feature","id":"n297047207","geometry":{"type":"Point","coordinates":[-0.7946467,51.2130987]},"properties":{"@type":"node","@id":297047207,"@timestamp":1492289172},"coords":"51.2130987,-0.7946467","bedrooms":"0","price":"214000","area":"644"} , +{"type":"Feature","id":"n297054719","geometry":{"type":"Point","coordinates":[-0.937132,51.4265729]},"properties":{"@type":"node","@id":297054719,"@timestamp":1480449689},"coords":"51.4265729,-0.937132","bedrooms":"1","price":"227000","area":"554"} , +{"type":"Feature","id":"n297062480","geometry":{"type":"Point","coordinates":[-0.7929374,51.2014057]},"properties":{"@type":"node","@id":297062480,"@timestamp":1221427029},"coords":"51.2014057,-0.7929374","bedrooms":"4","price":"271000","area":"459"} , +{"type":"Feature","id":"n297063288","geometry":{"type":"Point","coordinates":[-0.8000285,51.1977923]},"properties":{"@type":"node","@id":297063288,"@timestamp":1221427220},"coords":"51.1977923,-0.8000285","bedrooms":"4","price":"194000","area":"649"} , +{"type":"Feature","id":"n297063954","geometry":{"type":"Point","coordinates":[-0.7995807,51.1981791]},"properties":{"@type":"node","@id":297063954,"@timestamp":1221427319},"coords":"51.1981791,-0.7995807","bedrooms":"0","price":"229000","area":"536"} , +{"type":"Feature","id":"n297064431","geometry":{"type":"Point","coordinates":[-0.7981082,51.1994209]},"properties":{"@type":"node","@id":297064431,"@timestamp":1221427529},"coords":"51.1994209,-0.7981082","bedrooms":"3","price":"252000","area":"378"} , +{"type":"Feature","id":"n297074628","geometry":{"type":"Point","coordinates":[-0.6394412,51.2106703]},"properties":{"@type":"node","@id":297074628,"@timestamp":1317773037},"coords":"51.2106703,-0.6394412","bedrooms":"0","price":"237000","area":"682"} , +{"type":"Feature","id":"n297081194","geometry":{"type":"Point","coordinates":[-0.7992393,51.1970645]},"properties":{"@type":"node","@id":297081194,"@timestamp":1221431422},"coords":"51.1970645,-0.7992393","bedrooms":"1","price":"199000","area":"675"} , +{"type":"Feature","id":"n297081683","geometry":{"type":"Point","coordinates":[-0.7966787,51.1978056]},"properties":{"@type":"node","@id":297081683,"@timestamp":1221431550},"coords":"51.1978056,-0.7966787","bedrooms":"3","price":"295000","area":"629"} , +{"type":"Feature","id":"n297082290","geometry":{"type":"Point","coordinates":[-0.7977761,51.1972076]},"properties":{"@type":"node","@id":297082290,"@timestamp":1221431646},"coords":"51.1972076,-0.7977761","bedrooms":"2","price":"215000","area":"388"} , +{"type":"Feature","id":"n297082704","geometry":{"type":"Point","coordinates":[-0.7961008,51.1972882]},"properties":{"@type":"node","@id":297082704,"@timestamp":1221431716},"coords":"51.1972882,-0.7961008","bedrooms":"0","price":"238000","area":"509"} , +{"type":"Feature","id":"n297083187","geometry":{"type":"Point","coordinates":[-0.7968345,51.1966945]},"properties":{"@type":"node","@id":297083187,"@timestamp":1221431812},"coords":"51.1966945,-0.7968345","bedrooms":"3","price":"298000","area":"502"} , +{"type":"Feature","id":"n297083513","geometry":{"type":"Point","coordinates":[-0.7942093,51.1973052]},"properties":{"@type":"node","@id":297083513,"@timestamp":1221431944},"coords":"51.1973052,-0.7942093","bedrooms":"3","price":"276000","area":"545"} , +{"type":"Feature","id":"n297084176","geometry":{"type":"Point","coordinates":[-0.7985267,51.1959268]},"properties":{"@type":"node","@id":297084176,"@timestamp":1221432102},"coords":"51.1959268,-0.7985267","bedrooms":"1","price":"178000","area":"670"} , +{"type":"Feature","id":"n297087299","geometry":{"type":"Point","coordinates":[-0.8075709,51.1918214]},"properties":{"@type":"node","@id":297087299,"@timestamp":1221432933},"coords":"51.1918214,-0.8075709","bedrooms":"4","price":"158000","area":"376"} , +{"type":"Feature","id":"n297087844","geometry":{"type":"Point","coordinates":[-0.8079971,51.1919826]},"properties":{"@type":"node","@id":297087844,"@timestamp":1221433104},"coords":"51.1919826,-0.8079971","bedrooms":"4","price":"173000","area":"452"} , +{"type":"Feature","id":"n297088696","geometry":{"type":"Point","coordinates":[-0.8057599,51.1948453]},"properties":{"@type":"node","@id":297088696,"@timestamp":1221433328},"coords":"51.1948453,-0.8057599","bedrooms":"1","price":"158000","area":"551"} , +{"type":"Feature","id":"n297088707","geometry":{"type":"Point","coordinates":[-0.8101452,51.1927248]},"properties":{"@type":"node","@id":297088707,"@timestamp":1221433330},"coords":"51.1927248,-0.8101452","bedrooms":"1","price":"246000","area":"358"} , +{"type":"Feature","id":"n297090051","geometry":{"type":"Point","coordinates":[-0.8098492,51.1927014]},"properties":{"@type":"node","@id":297090051,"@timestamp":1221433530},"coords":"51.1927014,-0.8098492","bedrooms":"2","price":"239000","area":"535"} , +{"type":"Feature","id":"n297091886","geometry":{"type":"Point","coordinates":[-0.8119774,51.1909732]},"properties":{"@type":"node","@id":297091886,"@timestamp":1221433949},"coords":"51.1909732,-0.8119774","bedrooms":"3","price":"277000","area":"637"} , +{"type":"Feature","id":"n297092026","geometry":{"type":"Point","coordinates":[-0.8116954,51.1939293]},"properties":{"@type":"node","@id":297092026,"@timestamp":1221434065},"coords":"51.1939293,-0.8116954","bedrooms":"1","price":"270000","area":"356"} , +{"type":"Feature","id":"n297096964","geometry":{"type":"Point","coordinates":[-0.8095154,51.1953967]},"properties":{"@type":"node","@id":297096964,"@timestamp":1221435690},"coords":"51.1953967,-0.8095154","bedrooms":"2","price":"152000","area":"356"} , +{"type":"Feature","id":"n297096988","geometry":{"type":"Point","coordinates":[-0.8097445,51.1946757]},"properties":{"@type":"node","@id":297096988,"@timestamp":1221435693},"coords":"51.1946757,-0.8097445","bedrooms":"1","price":"278000","area":"370"} , +{"type":"Feature","id":"n297097678","geometry":{"type":"Point","coordinates":[-0.8076409,51.1944043]},"properties":{"@type":"node","@id":297097678,"@timestamp":1221435814},"coords":"51.1944043,-0.8076409","bedrooms":"2","price":"298000","area":"453"} , +{"type":"Feature","id":"n297097696","geometry":{"type":"Point","coordinates":[-0.8081583,51.1943364]},"properties":{"@type":"node","@id":297097696,"@timestamp":1221435816},"coords":"51.1943364,-0.8081583","bedrooms":"3","price":"285000","area":"436"} , +{"type":"Feature","id":"n297098967","geometry":{"type":"Point","coordinates":[-0.8057578,51.1979138]},"properties":{"@type":"node","@id":297098967,"@timestamp":1221436060},"coords":"51.1979138,-0.8057578","bedrooms":"4","price":"293000","area":"623"} , +{"type":"Feature","id":"n297100380","geometry":{"type":"Point","coordinates":[-0.8025892,51.1971965]},"properties":{"@type":"node","@id":297100380,"@timestamp":1221436305},"coords":"51.1971965,-0.8025892","bedrooms":"0","price":"258000","area":"447"} , +{"type":"Feature","id":"n297100989","geometry":{"type":"Point","coordinates":[-0.8004458,51.2093139]},"properties":{"@type":"node","@id":297100989,"@timestamp":1221436637},"coords":"51.2093139,-0.8004458","bedrooms":"3","price":"173000","area":"362"} , +{"type":"Feature","id":"n297159069","geometry":{"type":"Point","coordinates":[-0.8170659,51.199501]},"properties":{"@type":"node","@id":297159069,"@timestamp":1506193496},"coords":"51.199501,-0.8170659","bedrooms":"0","price":"263000","area":"395"} , +{"type":"Feature","id":"n297243671","geometry":{"type":"Point","coordinates":[-0.7446002,51.6388095]},"properties":{"@type":"node","@id":297243671,"@timestamp":1538504039},"coords":"51.6388095,-0.7446002","bedrooms":"4","price":"164000","area":"414"} , +{"type":"Feature","id":"n297279986","geometry":{"type":"Point","coordinates":[-0.8075266,51.2114598]},"properties":{"@type":"node","@id":297279986,"@timestamp":1590968660},"coords":"51.2114598,-0.8075266","bedrooms":"4","price":"256000","area":"691"} , +{"type":"Feature","id":"n297341517","geometry":{"type":"Point","coordinates":[-0.7184547,51.7717358]},"properties":{"@type":"node","@id":297341517,"@timestamp":1221515895},"coords":"51.7717358,-0.7184547","bedrooms":"0","price":"184000","area":"630"} , +{"type":"Feature","id":"n297351253","geometry":{"type":"Point","coordinates":[-0.26296,51.3216039]},"properties":{"@type":"node","@id":297351253,"@timestamp":1636228695},"coords":"51.3216039,-0.26296","bedrooms":"0","price":"152000","area":"493"} , +{"type":"Feature","id":"n297367870","geometry":{"type":"Point","coordinates":[-0.5606342,51.7632099]},"properties":{"@type":"node","@id":297367870,"@timestamp":1587279309},"coords":"51.7632099,-0.5606342","bedrooms":"4","price":"188000","area":"533"} , +{"type":"Feature","id":"n297396652","geometry":{"type":"Point","coordinates":[-0.8273574,51.2052892]},"properties":{"@type":"node","@id":297396652,"@timestamp":1234562313},"coords":"51.2052892,-0.8273574","bedrooms":"2","price":"212000","area":"362"} , +{"type":"Feature","id":"n297396752","geometry":{"type":"Point","coordinates":[-0.8481712,51.1952353]},"properties":{"@type":"node","@id":297396752,"@timestamp":1559566176},"coords":"51.1952353,-0.8481712","bedrooms":"0","price":"272000","area":"696"} , +{"type":"Feature","id":"n297397079","geometry":{"type":"Point","coordinates":[-0.801581,51.2142103]},"properties":{"@type":"node","@id":297397079,"@timestamp":1621357512},"coords":"51.2142103,-0.801581","bedrooms":"1","price":"204000","area":"650"} , +{"type":"Feature","id":"n297514097","geometry":{"type":"Point","coordinates":[-0.8663916,51.6649806]},"properties":{"@type":"node","@id":297514097,"@timestamp":1283716645},"coords":"51.6649806,-0.8663916","bedrooms":"0","price":"232000","area":"570"} , +{"type":"Feature","id":"n297534644","geometry":{"type":"Point","coordinates":[0.0687371,51.489357]},"properties":{"@type":"node","@id":297534644,"@timestamp":1621612293},"coords":"51.489357,0.0687371","bedrooms":"0","price":"150000","area":"484"} , +{"type":"Feature","id":"n297592237","geometry":{"type":"Point","coordinates":[-0.1371056,51.4116611]},"properties":{"@type":"node","@id":297592237,"@timestamp":1623250527},"coords":"51.4116611,-0.1371056","bedrooms":"4","price":"159000","area":"406"} , +{"type":"Feature","id":"n297655882","geometry":{"type":"Point","coordinates":[-0.7922674,51.2116817]},"properties":{"@type":"node","@id":297655882,"@timestamp":1327067276},"coords":"51.2116817,-0.7922674","bedrooms":"0","price":"268000","area":"540"} , +{"type":"Feature","id":"n297685523","geometry":{"type":"Point","coordinates":[0.2122467,51.937548]},"properties":{"@type":"node","@id":297685523,"@timestamp":1221658115},"coords":"51.937548,0.2122467","bedrooms":"3","price":"158000","area":"367"} , +{"type":"Feature","id":"n297714935","geometry":{"type":"Point","coordinates":[-0.3600702,51.2841085]},"properties":{"@type":"node","@id":297714935,"@timestamp":1620470448},"coords":"51.2841085,-0.3600702","bedrooms":"2","price":"160000","area":"662"} , +{"type":"Feature","id":"n297914009","geometry":{"type":"Point","coordinates":[-0.7963434,51.2025127]},"properties":{"@type":"node","@id":297914009,"@timestamp":1591532381},"coords":"51.2025127,-0.7963434","bedrooms":"2","price":"239000","area":"510"} , +{"type":"Feature","id":"n297951471","geometry":{"type":"Point","coordinates":[-0.2779959,51.2132488]},"properties":{"@type":"node","@id":297951471,"@timestamp":1265052260},"coords":"51.2132488,-0.2779959","bedrooms":"3","price":"267000","area":"634"} , +{"type":"Feature","id":"n297956671","geometry":{"type":"Point","coordinates":[-0.2848748,51.2982826]},"properties":{"@type":"node","@id":297956671,"@timestamp":1221764127},"coords":"51.2982826,-0.2848748","bedrooms":"3","price":"297000","area":"531"} , +{"type":"Feature","id":"n297963660","geometry":{"type":"Point","coordinates":[-0.3063013,51.1520454]},"properties":{"@type":"node","@id":297963660,"@timestamp":1442516857},"coords":"51.1520454,-0.3063013","bedrooms":"2","price":"292000","area":"361"} , +{"type":"Feature","id":"n297967287","geometry":{"type":"Point","coordinates":[-0.3493859,51.1236234]},"properties":{"@type":"node","@id":297967287,"@timestamp":1631117056},"coords":"51.1236234,-0.3493859","bedrooms":"4","price":"295000","area":"434"} , +{"type":"Feature","id":"n298007702","geometry":{"type":"Point","coordinates":[-0.3628423,51.4224992]},"properties":{"@type":"node","@id":298007702,"@timestamp":1275055944},"coords":"51.4224992,-0.3628423","bedrooms":"4","price":"160000","area":"479"} , +{"type":"Feature","id":"n298015450","geometry":{"type":"Point","coordinates":[-0.3605608,51.4274871]},"properties":{"@type":"node","@id":298015450,"@timestamp":1221777488},"coords":"51.4274871,-0.3605608","bedrooms":"1","price":"249000","area":"692"} , +{"type":"Feature","id":"n298019997","geometry":{"type":"Point","coordinates":[-0.3598694,51.4292562]},"properties":{"@type":"node","@id":298019997,"@timestamp":1221778999},"coords":"51.4292562,-0.3598694","bedrooms":"3","price":"234000","area":"512"} , +{"type":"Feature","id":"n298024510","geometry":{"type":"Point","coordinates":[-0.3637259,51.4325524]},"properties":{"@type":"node","@id":298024510,"@timestamp":1398109574},"coords":"51.4325524,-0.3637259","bedrooms":"4","price":"153000","area":"562"} , +{"type":"Feature","id":"n298031366","geometry":{"type":"Point","coordinates":[0.4359748,51.6416894]},"properties":{"@type":"node","@id":298031366,"@timestamp":1221783560},"coords":"51.6416894,0.4359748","bedrooms":"1","price":"267000","area":"404"} , +{"type":"Feature","id":"n298035282","geometry":{"type":"Point","coordinates":[0.0744259,51.4925766]},"properties":{"@type":"node","@id":298035282,"@timestamp":1299505369},"coords":"51.4925766,0.0744259","bedrooms":"0","price":"182000","area":"614"} , +{"type":"Feature","id":"n298037895","geometry":{"type":"Point","coordinates":[-1.0898724,51.2773021]},"properties":{"@type":"node","@id":298037895,"@timestamp":1624052976},"coords":"51.2773021,-1.0898724","bedrooms":"2","price":"201000","area":"382"} , +{"type":"Feature","id":"n298061477","geometry":{"type":"Point","coordinates":[-0.8001341,51.2049518]},"properties":{"@type":"node","@id":298061477,"@timestamp":1590971881},"coords":"51.2049518,-0.8001341","bedrooms":"2","price":"285000","area":"416"} , +{"type":"Feature","id":"n298066678","geometry":{"type":"Point","coordinates":[-0.8175319,51.2009792]},"properties":{"@type":"node","@id":298066678,"@timestamp":1632839434},"coords":"51.2009792,-0.8175319","bedrooms":"2","price":"193000","area":"471"} , +{"type":"Feature","id":"n298079090","geometry":{"type":"Point","coordinates":[-0.2905797,51.4117502]},"properties":{"@type":"node","@id":298079090,"@timestamp":1582605804},"coords":"51.4117502,-0.2905797","bedrooms":"1","price":"257000","area":"552"} , +{"type":"Feature","id":"n298112668","geometry":{"type":"Point","coordinates":[-0.3646015,51.2816792]},"properties":{"@type":"node","@id":298112668,"@timestamp":1221828784},"coords":"51.2816792,-0.3646015","bedrooms":"4","price":"252000","area":"659"} , +{"type":"Feature","id":"n298114911","geometry":{"type":"Point","coordinates":[-0.4073785,51.3191879]},"properties":{"@type":"node","@id":298114911,"@timestamp":1534081471},"coords":"51.3191879,-0.4073785","bedrooms":"2","price":"197000","area":"639"} , +{"type":"Feature","id":"n298116416","geometry":{"type":"Point","coordinates":[-0.4459494,51.3023906]},"properties":{"@type":"node","@id":298116416,"@timestamp":1496238905},"coords":"51.3023906,-0.4459494","bedrooms":"0","price":"222000","area":"470"} , +{"type":"Feature","id":"n298129882","geometry":{"type":"Point","coordinates":[-0.4594024,51.2865073]},"properties":{"@type":"node","@id":298129882,"@timestamp":1443010932},"coords":"51.2865073,-0.4594024","bedrooms":"4","price":"272000","area":"641"} , +{"type":"Feature","id":"n298131432","geometry":{"type":"Point","coordinates":[-0.391326,51.2454258]},"properties":{"@type":"node","@id":298131432,"@timestamp":1221836031},"coords":"51.2454258,-0.391326","bedrooms":"2","price":"257000","area":"369"} , +{"type":"Feature","id":"n298132477","geometry":{"type":"Point","coordinates":[-0.4632017,51.2443714]},"properties":{"@type":"node","@id":298132477,"@timestamp":1496238905},"coords":"51.2443714,-0.4632017","bedrooms":"1","price":"208000","area":"631"} , +{"type":"Feature","id":"n298133025","geometry":{"type":"Point","coordinates":[-0.4110758,51.2717544]},"properties":{"@type":"node","@id":298133025,"@timestamp":1443010932},"coords":"51.2717544,-0.4110758","bedrooms":"3","price":"203000","area":"633"} , +{"type":"Feature","id":"n298136055","geometry":{"type":"Point","coordinates":[-0.3801762,51.2105004]},"properties":{"@type":"node","@id":298136055,"@timestamp":1221837656},"coords":"51.2105004,-0.3801762","bedrooms":"3","price":"173000","area":"443"} , +{"type":"Feature","id":"n298154395","geometry":{"type":"Point","coordinates":[-0.3765266,51.1739071]},"properties":{"@type":"node","@id":298154395,"@timestamp":1221842563},"coords":"51.1739071,-0.3765266","bedrooms":"2","price":"219000","area":"351"} , +{"type":"Feature","id":"n298156127","geometry":{"type":"Point","coordinates":[-0.3483384,51.1529094]},"properties":{"@type":"node","@id":298156127,"@timestamp":1628371349},"coords":"51.1529094,-0.3483384","bedrooms":"2","price":"218000","area":"551"} , +{"type":"Feature","id":"n298159003","geometry":{"type":"Point","coordinates":[-0.3578054,51.1094003]},"properties":{"@type":"node","@id":298159003,"@timestamp":1473793180},"coords":"51.1094003,-0.3578054","bedrooms":"0","price":"196000","area":"376"} , +{"type":"Feature","id":"n298162001","geometry":{"type":"Point","coordinates":[-0.439952,51.1144721]},"properties":{"@type":"node","@id":298162001,"@timestamp":1496238908},"coords":"51.1144721,-0.439952","bedrooms":"0","price":"180000","area":"461"} , +{"type":"Feature","id":"n298164656","geometry":{"type":"Point","coordinates":[-0.4441034,51.199457]},"properties":{"@type":"node","@id":298164656,"@timestamp":1496238909},"coords":"51.199457,-0.4441034","bedrooms":"2","price":"296000","area":"625"} , +{"type":"Feature","id":"n298220599","geometry":{"type":"Point","coordinates":[-0.1657799,51.5181298]},"properties":{"@type":"node","@id":298220599,"@timestamp":1554179727},"coords":"51.5181298,-0.1657799","bedrooms":"0","price":"151000","area":"457"} , +{"type":"Feature","id":"n298262228","geometry":{"type":"Point","coordinates":[-0.744731,51.5073232]},"properties":{"@type":"node","@id":298262228,"@timestamp":1267916626},"coords":"51.5073232,-0.744731","bedrooms":"3","price":"226000","area":"567"} , +{"type":"Feature","id":"n298347043","geometry":{"type":"Point","coordinates":[-0.1286764,51.5255881]},"properties":{"@type":"node","@id":298347043,"@timestamp":1619112256},"coords":"51.5255881,-0.1286764","bedrooms":"2","price":"235000","area":"405"} , +{"type":"Feature","id":"n298347055","geometry":{"type":"Point","coordinates":[-0.1226084,51.5242121]},"properties":{"@type":"node","@id":298347055,"@timestamp":1608699016},"coords":"51.5242121,-0.1226084","bedrooms":"1","price":"187000","area":"567"} , +{"type":"Feature","id":"n298371695","geometry":{"type":"Point","coordinates":[-0.1555195,51.4403406]},"properties":{"@type":"node","@id":298371695,"@timestamp":1221912197},"coords":"51.4403406,-0.1555195","bedrooms":"0","price":"174000","area":"353"} , +{"type":"Feature","id":"n298546076","geometry":{"type":"Point","coordinates":[-0.8032133,51.21661]},"properties":{"@type":"node","@id":298546076,"@timestamp":1438541716},"coords":"51.21661,-0.8032133","bedrooms":"4","price":"241000","area":"489"} , +{"type":"Feature","id":"n298561591","geometry":{"type":"Point","coordinates":[-0.7966424,51.2158142]},"properties":{"@type":"node","@id":298561591,"@timestamp":1492987250},"coords":"51.2158142,-0.7966424","bedrooms":"3","price":"189000","area":"417"} , +{"type":"Feature","id":"n298580373","geometry":{"type":"Point","coordinates":[-0.8181486,51.198103]},"properties":{"@type":"node","@id":298580373,"@timestamp":1221967621},"coords":"51.198103,-0.8181486","bedrooms":"1","price":"260000","area":"628"} , +{"type":"Feature","id":"n298645168","geometry":{"type":"Point","coordinates":[-1.062845,51.3762522]},"properties":{"@type":"node","@id":298645168,"@timestamp":1282595451},"coords":"51.3762522,-1.062845","bedrooms":"4","price":"195000","area":"575"} , +{"type":"Feature","id":"n298706495","geometry":{"type":"Point","coordinates":[0.500035,51.5635047]},"properties":{"@type":"node","@id":298706495,"@timestamp":1533914215},"coords":"51.5635047,0.500035","bedrooms":"0","price":"217000","area":"673"} , +{"type":"Feature","id":"n298846512","geometry":{"type":"Point","coordinates":[-0.252214,51.4696784]},"properties":{"@type":"node","@id":298846512,"@timestamp":1628024098},"coords":"51.4696784,-0.252214","bedrooms":"4","price":"206000","area":"565"} , +{"type":"Feature","id":"n298850337","geometry":{"type":"Point","coordinates":[0.8276632,51.0814741]},"properties":{"@type":"node","@id":298850337,"@timestamp":1222026578},"coords":"51.0814741,0.8276632","bedrooms":"2","price":"281000","area":"562"} , +{"type":"Feature","id":"n298850347","geometry":{"type":"Point","coordinates":[0.824583,51.0837851]},"properties":{"@type":"node","@id":298850347,"@timestamp":1222026579},"coords":"51.0837851,0.824583","bedrooms":"4","price":"177000","area":"650"} , +{"type":"Feature","id":"n298850359","geometry":{"type":"Point","coordinates":[0.8210012,51.0871768]},"properties":{"@type":"node","@id":298850359,"@timestamp":1222026581},"coords":"51.0871768,0.8210012","bedrooms":"2","price":"170000","area":"520"} , +{"type":"Feature","id":"n298850369","geometry":{"type":"Point","coordinates":[0.8191431,51.087499]},"properties":{"@type":"node","@id":298850369,"@timestamp":1222026582},"coords":"51.087499,0.8191431","bedrooms":"3","price":"184000","area":"523"} , +{"type":"Feature","id":"n298850380","geometry":{"type":"Point","coordinates":[0.8153805,51.0893666]},"properties":{"@type":"node","@id":298850380,"@timestamp":1222026583},"coords":"51.0893666,0.8153805","bedrooms":"1","price":"194000","area":"480"} , +{"type":"Feature","id":"n298850390","geometry":{"type":"Point","coordinates":[0.8115561,51.0914078]},"properties":{"@type":"node","@id":298850390,"@timestamp":1222026585},"coords":"51.0914078,0.8115561","bedrooms":"1","price":"292000","area":"526"} , +{"type":"Feature","id":"n298850401","geometry":{"type":"Point","coordinates":[0.819274,51.0872179]},"properties":{"@type":"node","@id":298850401,"@timestamp":1222026587},"coords":"51.0872179,0.819274","bedrooms":"3","price":"273000","area":"652"} , +{"type":"Feature","id":"n298867625","geometry":{"type":"Point","coordinates":[-0.7034737,51.0879596]},"properties":{"@type":"node","@id":298867625,"@timestamp":1510775819},"coords":"51.0879596,-0.7034737","bedrooms":"3","price":"196000","area":"658"} , +{"type":"Feature","id":"n298868364","geometry":{"type":"Point","coordinates":[-0.7016782,51.0885873]},"properties":{"@type":"node","@id":298868364,"@timestamp":1222030079},"coords":"51.0885873,-0.7016782","bedrooms":"3","price":"267000","area":"558"} , +{"type":"Feature","id":"n298868390","geometry":{"type":"Point","coordinates":[-0.7031053,51.0885067]},"properties":{"@type":"node","@id":298868390,"@timestamp":1222030081},"coords":"51.0885067,-0.7031053","bedrooms":"2","price":"209000","area":"618"} , +{"type":"Feature","id":"n298868431","geometry":{"type":"Point","coordinates":[-0.7022995,51.0878748]},"properties":{"@type":"node","@id":298868431,"@timestamp":1222030085},"coords":"51.0878748,-0.7022995","bedrooms":"2","price":"206000","area":"661"} , +{"type":"Feature","id":"n298868883","geometry":{"type":"Point","coordinates":[-0.6997867,51.0868527]},"properties":{"@type":"node","@id":298868883,"@timestamp":1222030283},"coords":"51.0868527,-0.6997867","bedrooms":"1","price":"246000","area":"662"} , +{"type":"Feature","id":"n298868908","geometry":{"type":"Point","coordinates":[-0.6941715,51.0877857]},"properties":{"@type":"node","@id":298868908,"@timestamp":1234486422},"coords":"51.0877857,-0.6941715","bedrooms":"0","price":"159000","area":"445"} , +{"type":"Feature","id":"n298870818","geometry":{"type":"Point","coordinates":[-0.680577,51.100602]},"properties":{"@type":"node","@id":298870818,"@timestamp":1432480838},"coords":"51.100602,-0.680577","bedrooms":"2","price":"157000","area":"510"} , +{"type":"Feature","id":"n298873492","geometry":{"type":"Point","coordinates":[-0.6949847,51.1032201]},"properties":{"@type":"node","@id":298873492,"@timestamp":1222031407},"coords":"51.1032201,-0.6949847","bedrooms":"1","price":"203000","area":"621"} , +{"type":"Feature","id":"n298875453","geometry":{"type":"Point","coordinates":[-0.6996884,51.1053659]},"properties":{"@type":"node","@id":298875453,"@timestamp":1438193598},"coords":"51.1053659,-0.6996884","bedrooms":"0","price":"268000","area":"376"} , +{"type":"Feature","id":"n298908350","geometry":{"type":"Point","coordinates":[-0.7223926,51.1227365]},"properties":{"@type":"node","@id":298908350,"@timestamp":1222038470},"coords":"51.1227365,-0.7223926","bedrooms":"0","price":"283000","area":"389"} , +{"type":"Feature","id":"n298908385","geometry":{"type":"Point","coordinates":[-0.7228761,51.1211716]},"properties":{"@type":"node","@id":298908385,"@timestamp":1222038474},"coords":"51.1211716,-0.7228761","bedrooms":"4","price":"153000","area":"516"} , +{"type":"Feature","id":"n298908682","geometry":{"type":"Point","coordinates":[-0.7275053,51.1184912]},"properties":{"@type":"node","@id":298908682,"@timestamp":1222038585},"coords":"51.1184912,-0.7275053","bedrooms":"3","price":"209000","area":"461"} , +{"type":"Feature","id":"n298909272","geometry":{"type":"Point","coordinates":[-0.7765576,51.3030276]},"properties":{"@type":"node","@id":298909272,"@timestamp":1492545471},"coords":"51.3030276,-0.7765576","bedrooms":"3","price":"270000","area":"353"} , +{"type":"Feature","id":"n298915892","geometry":{"type":"Point","coordinates":[-0.1655339,51.5245064]},"properties":{"@type":"node","@id":298915892,"@timestamp":1636390963},"coords":"51.5245064,-0.1655339","bedrooms":"4","price":"294000","area":"480"} , +{"type":"Feature","id":"n298917262","geometry":{"type":"Point","coordinates":[-0.170221,51.5204859]},"properties":{"@type":"node","@id":298917262,"@timestamp":1521184280},"coords":"51.5204859,-0.170221","bedrooms":"0","price":"255000","area":"598"} , +{"type":"Feature","id":"n298995857","geometry":{"type":"Point","coordinates":[-0.5395142,51.302291]},"properties":{"@type":"node","@id":298995857,"@timestamp":1626429736},"coords":"51.302291,-0.5395142","bedrooms":"4","price":"217000","area":"354"} , +{"type":"Feature","id":"n299104088","geometry":{"type":"Point","coordinates":[-0.087598,51.3782981]},"properties":{"@type":"node","@id":299104088,"@timestamp":1533909357},"coords":"51.3782981,-0.087598","bedrooms":"2","price":"196000","area":"526"} , +{"type":"Feature","id":"n299128255","geometry":{"type":"Point","coordinates":[-0.9284739,51.6364098]},"properties":{"@type":"node","@id":299128255,"@timestamp":1321231285},"coords":"51.6364098,-0.9284739","bedrooms":"1","price":"244000","area":"496"} , +{"type":"Feature","id":"n299137140","geometry":{"type":"Point","coordinates":[0.0088296,51.5406616]},"properties":{"@type":"node","@id":299137140,"@timestamp":1634045957},"coords":"51.5406616,0.0088296","bedrooms":"0","price":"208000","area":"495"} , +{"type":"Feature","id":"n299156369","geometry":{"type":"Point","coordinates":[-0.818468,51.2595336]},"properties":{"@type":"node","@id":299156369,"@timestamp":1222123680},"coords":"51.2595336,-0.818468","bedrooms":"4","price":"201000","area":"375"} , +{"type":"Feature","id":"n299167735","geometry":{"type":"Point","coordinates":[-0.4657802,51.5484604]},"properties":{"@type":"node","@id":299167735,"@timestamp":1332009691},"coords":"51.5484604,-0.4657802","bedrooms":"3","price":"251000","area":"419"} , +{"type":"Feature","id":"n299376204","geometry":{"type":"Point","coordinates":[-0.0387355,51.4085418]},"properties":{"@type":"node","@id":299376204,"@timestamp":1614422912},"coords":"51.4085418,-0.0387355","bedrooms":"4","price":"252000","area":"560"} , +{"type":"Feature","id":"n299424510","geometry":{"type":"Point","coordinates":[0.0218858,51.5032013]},"properties":{"@type":"node","@id":299424510,"@timestamp":1553638876},"coords":"51.5032013,0.0218858","bedrooms":"3","price":"153000","area":"444"} , +{"type":"Feature","id":"n299523379","geometry":{"type":"Point","coordinates":[-0.1578189,51.52228]},"properties":{"@type":"node","@id":299523379,"@timestamp":1621335494},"coords":"51.52228,-0.1578189","bedrooms":"0","price":"298000","area":"582"} , +{"type":"Feature","id":"n299535359","geometry":{"type":"Point","coordinates":[-1.1061292,51.2658014]},"properties":{"@type":"node","@id":299535359,"@timestamp":1231276657},"coords":"51.2658014,-1.1061292","bedrooms":"3","price":"200000","area":"679"} , +{"type":"Feature","id":"n299539159","geometry":{"type":"Point","coordinates":[0.8069731,51.0939958]},"properties":{"@type":"node","@id":299539159,"@timestamp":1222286632},"coords":"51.0939958,0.8069731","bedrooms":"4","price":"268000","area":"435"} , +{"type":"Feature","id":"n299539189","geometry":{"type":"Point","coordinates":[0.805301,51.0961399]},"properties":{"@type":"node","@id":299539189,"@timestamp":1222286635},"coords":"51.0961399,0.805301","bedrooms":"0","price":"211000","area":"675"} , +{"type":"Feature","id":"n299539200","geometry":{"type":"Point","coordinates":[0.8036632,51.0981212]},"properties":{"@type":"node","@id":299539200,"@timestamp":1222286639},"coords":"51.0981212,0.8036632","bedrooms":"0","price":"250000","area":"368"} , +{"type":"Feature","id":"n299539227","geometry":{"type":"Point","coordinates":[0.8027703,51.0995693]},"properties":{"@type":"node","@id":299539227,"@timestamp":1222286642},"coords":"51.0995693,0.8027703","bedrooms":"3","price":"200000","area":"662"} , +{"type":"Feature","id":"n299539238","geometry":{"type":"Point","coordinates":[0.7994986,51.099826]},"properties":{"@type":"node","@id":299539238,"@timestamp":1222286645},"coords":"51.099826,0.7994986","bedrooms":"3","price":"213000","area":"363"} , +{"type":"Feature","id":"n299539248","geometry":{"type":"Point","coordinates":[0.7968531,51.1013628]},"properties":{"@type":"node","@id":299539248,"@timestamp":1222286648},"coords":"51.1013628,0.7968531","bedrooms":"1","price":"205000","area":"482"} , +{"type":"Feature","id":"n299568963","geometry":{"type":"Point","coordinates":[-0.2418568,51.3996012]},"properties":{"@type":"node","@id":299568963,"@timestamp":1558177071},"coords":"51.3996012,-0.2418568","bedrooms":"4","price":"282000","area":"630"} , +{"type":"Feature","id":"n299596361","geometry":{"type":"Point","coordinates":[-0.0998346,51.5375804]},"properties":{"@type":"node","@id":299596361,"@timestamp":1381682329},"coords":"51.5375804,-0.0998346","bedrooms":"3","price":"166000","area":"363"} , +{"type":"Feature","id":"n299612594","geometry":{"type":"Point","coordinates":[-0.5285907,51.4217838]},"properties":{"@type":"node","@id":299612594,"@timestamp":1567548896},"coords":"51.4217838,-0.5285907","bedrooms":"3","price":"175000","area":"372"} , +{"type":"Feature","id":"n299615074","geometry":{"type":"Point","coordinates":[-0.1046723,51.5350431]},"properties":{"@type":"node","@id":299615074,"@timestamp":1478614139},"coords":"51.5350431,-0.1046723","bedrooms":"4","price":"161000","area":"401"} , +{"type":"Feature","id":"n299615649","geometry":{"type":"Point","coordinates":[-0.1039686,51.5351424]},"properties":{"@type":"node","@id":299615649,"@timestamp":1585026017},"coords":"51.5351424,-0.1039686","bedrooms":"3","price":"279000","area":"414"} , +{"type":"Feature","id":"n299661252","geometry":{"type":"Point","coordinates":[-0.5995185,51.201971]},"properties":{"@type":"node","@id":299661252,"@timestamp":1257689191},"coords":"51.201971,-0.5995185","bedrooms":"3","price":"221000","area":"671"} , +{"type":"Feature","id":"n299786255","geometry":{"type":"Point","coordinates":[-0.1455378,51.1210184]},"properties":{"@type":"node","@id":299786255,"@timestamp":1410287639},"coords":"51.1210184,-0.1455378","bedrooms":"2","price":"158000","area":"477"} , +{"type":"Feature","id":"n299796021","geometry":{"type":"Point","coordinates":[0.8028391,51.0854588]},"properties":{"@type":"node","@id":299796021,"@timestamp":1222372649},"coords":"51.0854588,0.8028391","bedrooms":"3","price":"296000","area":"461"} , +{"type":"Feature","id":"n299796034","geometry":{"type":"Point","coordinates":[0.8054522,51.0872795]},"properties":{"@type":"node","@id":299796034,"@timestamp":1222372652},"coords":"51.0872795,0.8054522","bedrooms":"3","price":"283000","area":"570"} , +{"type":"Feature","id":"n299796047","geometry":{"type":"Point","coordinates":[0.8083666,51.0874978]},"properties":{"@type":"node","@id":299796047,"@timestamp":1222372656},"coords":"51.0874978,0.8083666","bedrooms":"4","price":"196000","area":"440"} , +{"type":"Feature","id":"n299796065","geometry":{"type":"Point","coordinates":[0.8104402,51.0901948]},"properties":{"@type":"node","@id":299796065,"@timestamp":1222372659},"coords":"51.0901948,0.8104402","bedrooms":"0","price":"210000","area":"399"} , +{"type":"Feature","id":"n299796075","geometry":{"type":"Point","coordinates":[0.8084318,51.0947073]},"properties":{"@type":"node","@id":299796075,"@timestamp":1236690917},"coords":"51.0947073,0.8084318","bedrooms":"4","price":"236000","area":"584"} , +{"type":"Feature","id":"n299796085","geometry":{"type":"Point","coordinates":[0.8099507,51.0986376]},"properties":{"@type":"node","@id":299796085,"@timestamp":1236690916},"coords":"51.0986376,0.8099507","bedrooms":"1","price":"209000","area":"465"} , +{"type":"Feature","id":"n299798264","geometry":{"type":"Point","coordinates":[0.7249984,51.0822801]},"properties":{"@type":"node","@id":299798264,"@timestamp":1222373134},"coords":"51.0822801,0.7249984","bedrooms":"3","price":"151000","area":"387"} , +{"type":"Feature","id":"n299798282","geometry":{"type":"Point","coordinates":[0.7068828,51.0872246]},"properties":{"@type":"node","@id":299798282,"@timestamp":1222373140},"coords":"51.0872246,0.7068828","bedrooms":"2","price":"152000","area":"558"} , +{"type":"Feature","id":"n299798827","geometry":{"type":"Point","coordinates":[0.72213,51.0682495]},"properties":{"@type":"node","@id":299798827,"@timestamp":1222373302},"coords":"51.0682495,0.72213","bedrooms":"4","price":"239000","area":"460"} , +{"type":"Feature","id":"n299798854","geometry":{"type":"Point","coordinates":[0.7259005,51.0698624]},"properties":{"@type":"node","@id":299798854,"@timestamp":1222373307},"coords":"51.0698624,0.7259005","bedrooms":"1","price":"252000","area":"532"} , +{"type":"Feature","id":"n299825105","geometry":{"type":"Point","coordinates":[-0.4675111,51.1153675]},"properties":{"@type":"node","@id":299825105,"@timestamp":1636029641},"coords":"51.1153675,-0.4675111","bedrooms":"4","price":"175000","area":"453"} , +{"type":"Feature","id":"n299826403","geometry":{"type":"Point","coordinates":[-0.4452932,51.1623954]},"properties":{"@type":"node","@id":299826403,"@timestamp":1222379796},"coords":"51.1623954,-0.4452932","bedrooms":"3","price":"287000","area":"586"} , +{"type":"Feature","id":"n299828166","geometry":{"type":"Point","coordinates":[-0.4686703,51.1344091]},"properties":{"@type":"node","@id":299828166,"@timestamp":1628780788},"coords":"51.1344091,-0.4686703","bedrooms":"1","price":"206000","area":"439"} , +{"type":"Feature","id":"n299829584","geometry":{"type":"Point","coordinates":[-0.1845203,51.5205003]},"properties":{"@type":"node","@id":299829584,"@timestamp":1569734932},"coords":"51.5205003,-0.1845203","bedrooms":"0","price":"211000","area":"694"} , +{"type":"Feature","id":"n299830538","geometry":{"type":"Point","coordinates":[-0.5093436,51.1348332]},"properties":{"@type":"node","@id":299830538,"@timestamp":1496238910},"coords":"51.1348332,-0.5093436","bedrooms":"1","price":"208000","area":"430"} , +{"type":"Feature","id":"n299833802","geometry":{"type":"Point","coordinates":[-0.486587,51.2093441]},"properties":{"@type":"node","@id":299833802,"@timestamp":1336386229},"coords":"51.2093441,-0.486587","bedrooms":"3","price":"258000","area":"376"} , +{"type":"Feature","id":"n299859692","geometry":{"type":"Point","coordinates":[-1.0837516,51.276114]},"properties":{"@type":"node","@id":299859692,"@timestamp":1456519889},"coords":"51.276114,-1.0837516","bedrooms":"4","price":"241000","area":"446"} , +{"type":"Feature","id":"n299961747","geometry":{"type":"Point","coordinates":[0.61761,51.7295376]},"properties":{"@type":"node","@id":299961747,"@timestamp":1544284572},"coords":"51.7295376,0.61761","bedrooms":"4","price":"232000","area":"576"} , +{"type":"Feature","id":"n300038251","geometry":{"type":"Point","coordinates":[-0.4903909,51.278184]},"properties":{"@type":"node","@id":300038251,"@timestamp":1496238911},"coords":"51.278184,-0.4903909","bedrooms":"1","price":"282000","area":"570"} , +{"type":"Feature","id":"n300042130","geometry":{"type":"Point","coordinates":[-0.6125623,51.2889297]},"properties":{"@type":"node","@id":300042130,"@timestamp":1538509419},"coords":"51.2889297,-0.6125623","bedrooms":"1","price":"158000","area":"453"} , +{"type":"Feature","id":"n300066382","geometry":{"type":"Point","coordinates":[-0.098331,51.539291]},"properties":{"@type":"node","@id":300066382,"@timestamp":1585026017},"coords":"51.539291,-0.098331","bedrooms":"1","price":"203000","area":"586"} , +{"type":"Feature","id":"n300153609","geometry":{"type":"Point","coordinates":[0.0815533,51.445887]},"properties":{"@type":"node","@id":300153609,"@timestamp":1619377222},"coords":"51.445887,0.0815533","bedrooms":"2","price":"260000","area":"483"} , +{"type":"Feature","id":"n300396578","geometry":{"type":"Point","coordinates":[-0.1796142,51.1735664]},"properties":{"@type":"node","@id":300396578,"@timestamp":1222542381},"coords":"51.1735664,-0.1796142","bedrooms":"0","price":"211000","area":"687"} , +{"type":"Feature","id":"n300402036","geometry":{"type":"Point","coordinates":[0.1919888,50.9512301]},"properties":{"@type":"node","@id":300402036,"@timestamp":1222543889},"coords":"50.9512301,0.1919888","bedrooms":"4","price":"246000","area":"421"} , +{"type":"Feature","id":"n300402061","geometry":{"type":"Point","coordinates":[0.1866991,50.9384725]},"properties":{"@type":"node","@id":300402061,"@timestamp":1222543890},"coords":"50.9384725,0.1866991","bedrooms":"1","price":"220000","area":"427"} , +{"type":"Feature","id":"n300411875","geometry":{"type":"Point","coordinates":[-0.591373,51.2423221]},"properties":{"@type":"node","@id":300411875,"@timestamp":1222546289},"coords":"51.2423221,-0.591373","bedrooms":"0","price":"228000","area":"389"} , +{"type":"Feature","id":"n300413472","geometry":{"type":"Point","coordinates":[-0.1762136,51.4929291]},"properties":{"@type":"node","@id":300413472,"@timestamp":1605081626},"coords":"51.4929291,-0.1762136","bedrooms":"0","price":"251000","area":"634"} , +{"type":"Feature","id":"n300414691","geometry":{"type":"Point","coordinates":[-0.5888117,51.2445286]},"properties":{"@type":"node","@id":300414691,"@timestamp":1422809973},"coords":"51.2445286,-0.5888117","bedrooms":"4","price":"214000","area":"446"} , +{"type":"Feature","id":"n300423724","geometry":{"type":"Point","coordinates":[-0.5856391,51.2425679]},"properties":{"@type":"node","@id":300423724,"@timestamp":1222595929},"coords":"51.2425679,-0.5856391","bedrooms":"1","price":"178000","area":"646"} , +{"type":"Feature","id":"n300425820","geometry":{"type":"Point","coordinates":[-0.1779615,51.4938457]},"properties":{"@type":"node","@id":300425820,"@timestamp":1614391615},"coords":"51.4938457,-0.1779615","bedrooms":"3","price":"185000","area":"414"} , +{"type":"Feature","id":"n300425890","geometry":{"type":"Point","coordinates":[-0.1882974,51.4900365]},"properties":{"@type":"node","@id":300425890,"@timestamp":1615507618},"coords":"51.4900365,-0.1882974","bedrooms":"4","price":"297000","area":"444"} , +{"type":"Feature","id":"n300446703","geometry":{"type":"Point","coordinates":[-0.7598478,51.3031807]},"properties":{"@type":"node","@id":300446703,"@timestamp":1303430397},"coords":"51.3031807,-0.7598478","bedrooms":"3","price":"162000","area":"627"} , +{"type":"Feature","id":"n300500779","geometry":{"type":"Point","coordinates":[-0.3240748,51.2671872]},"properties":{"@type":"node","@id":300500779,"@timestamp":1264349561},"coords":"51.2671872,-0.3240748","bedrooms":"0","price":"234000","area":"640"} , +{"type":"Feature","id":"n300501039","geometry":{"type":"Point","coordinates":[-0.1479678,51.5236554]},"properties":{"@type":"node","@id":300501039,"@timestamp":1376573934},"coords":"51.5236554,-0.1479678","bedrooms":"4","price":"242000","area":"389"} , +{"type":"Feature","id":"n300595821","geometry":{"type":"Point","coordinates":[-0.0302416,51.4013459]},"properties":{"@type":"node","@id":300595821,"@timestamp":1603055383},"coords":"51.4013459,-0.0302416","bedrooms":"1","price":"273000","area":"354"} , +{"type":"Feature","id":"n300622165","geometry":{"type":"Point","coordinates":[-0.3874714,51.1994439]},"properties":{"@type":"node","@id":300622165,"@timestamp":1536447413},"coords":"51.1994439,-0.3874714","bedrooms":"2","price":"244000","area":"623"} , +{"type":"Feature","id":"n300643826","geometry":{"type":"Point","coordinates":[-0.8576588,50.9619752]},"properties":{"@type":"node","@id":300643826,"@timestamp":1280064691},"coords":"50.9619752,-0.8576588","bedrooms":"1","price":"247000","area":"370"} , +{"type":"Feature","id":"n300666378","geometry":{"type":"Point","coordinates":[0.8916953,51.2174724]},"properties":{"@type":"node","@id":300666378,"@timestamp":1222630359},"coords":"51.2174724,0.8916953","bedrooms":"3","price":"184000","area":"575"} , +{"type":"Feature","id":"n300666399","geometry":{"type":"Point","coordinates":[0.8954126,51.2184774]},"properties":{"@type":"node","@id":300666399,"@timestamp":1222630361},"coords":"51.2184774,0.8954126","bedrooms":"2","price":"278000","area":"417"} , +{"type":"Feature","id":"n300666431","geometry":{"type":"Point","coordinates":[0.8958805,51.2154197]},"properties":{"@type":"node","@id":300666431,"@timestamp":1222630364},"coords":"51.2154197,0.8958805","bedrooms":"3","price":"161000","area":"531"} , +{"type":"Feature","id":"n300666455","geometry":{"type":"Point","coordinates":[0.895464,51.2156319]},"properties":{"@type":"node","@id":300666455,"@timestamp":1223579834},"coords":"51.2156319,0.895464","bedrooms":"4","price":"282000","area":"363"} , +{"type":"Feature","id":"n300752877","geometry":{"type":"Point","coordinates":[-0.1332123,51.4633235]},"properties":{"@type":"node","@id":300752877,"@timestamp":1629984904},"coords":"51.4633235,-0.1332123","bedrooms":"1","price":"151000","area":"651"} , +{"type":"Feature","id":"n300829977","geometry":{"type":"Point","coordinates":[-0.7229287,51.6366625]},"properties":{"@type":"node","@id":300829977,"@timestamp":1610666170},"coords":"51.6366625,-0.7229287","bedrooms":"2","price":"187000","area":"624"} , +{"type":"Feature","id":"n300851836","geometry":{"type":"Point","coordinates":[-0.2236738,51.3244956]},"properties":{"@type":"node","@id":300851836,"@timestamp":1616966498},"coords":"51.3244956,-0.2236738","bedrooms":"0","price":"180000","area":"426"} , +{"type":"Feature","id":"n300952597","geometry":{"type":"Point","coordinates":[-0.0986099,51.4754513]},"properties":{"@type":"node","@id":300952597,"@timestamp":1222718699},"coords":"51.4754513,-0.0986099","bedrooms":"0","price":"283000","area":"564"} , +{"type":"Feature","id":"n300952673","geometry":{"type":"Point","coordinates":[-0.1013668,51.46871]},"properties":{"@type":"node","@id":300952673,"@timestamp":1330810370},"coords":"51.46871,-0.1013668","bedrooms":"1","price":"155000","area":"385"} , +{"type":"Feature","id":"n300971003","geometry":{"type":"Point","coordinates":[-0.1830759,51.5167051]},"properties":{"@type":"node","@id":300971003,"@timestamp":1599055355},"coords":"51.5167051,-0.1830759","bedrooms":"1","price":"189000","area":"506"} , +{"type":"Feature","id":"n301014967","geometry":{"type":"Point","coordinates":[-0.1738797,51.5345707]},"properties":{"@type":"node","@id":301014967,"@timestamp":1513046732},"coords":"51.5345707,-0.1738797","bedrooms":"3","price":"281000","area":"451"} , +{"type":"Feature","id":"n301015890","geometry":{"type":"Point","coordinates":[-0.1752035,51.5415354]},"properties":{"@type":"node","@id":301015890,"@timestamp":1621838597},"coords":"51.5415354,-0.1752035","bedrooms":"1","price":"252000","area":"584"} , +{"type":"Feature","id":"n301017051","geometry":{"type":"Point","coordinates":[-0.166784,51.535968]},"properties":{"@type":"node","@id":301017051,"@timestamp":1513046732},"coords":"51.535968,-0.166784","bedrooms":"1","price":"233000","area":"411"} , +{"type":"Feature","id":"n301017209","geometry":{"type":"Point","coordinates":[-0.1675122,51.5307515]},"properties":{"@type":"node","@id":301017209,"@timestamp":1627991815},"coords":"51.5307515,-0.1675122","bedrooms":"3","price":"249000","area":"548"} , +{"type":"Feature","id":"n301207816","geometry":{"type":"Point","coordinates":[-0.2174273,51.1170929]},"properties":{"@type":"node","@id":301207816,"@timestamp":1465419467},"coords":"51.1170929,-0.2174273","bedrooms":"2","price":"271000","area":"510"} , +{"type":"Feature","id":"n301261648","geometry":{"type":"Point","coordinates":[-0.5446347,51.1593966]},"properties":{"@type":"node","@id":301261648,"@timestamp":1490046553},"coords":"51.1593966,-0.5446347","bedrooms":"1","price":"217000","area":"576"} , +{"type":"Feature","id":"n301264700","geometry":{"type":"Point","coordinates":[-0.5877519,51.178689]},"properties":{"@type":"node","@id":301264700,"@timestamp":1222812572},"coords":"51.178689,-0.5877519","bedrooms":"4","price":"271000","area":"441"} , +{"type":"Feature","id":"n301265641","geometry":{"type":"Point","coordinates":[-0.5670618,51.149584]},"properties":{"@type":"node","@id":301265641,"@timestamp":1538404057},"coords":"51.149584,-0.5670618","bedrooms":"1","price":"232000","area":"390"} , +{"type":"Feature","id":"n301267367","geometry":{"type":"Point","coordinates":[-0.5835811,51.090105]},"properties":{"@type":"node","@id":301267367,"@timestamp":1222813797},"coords":"51.090105,-0.5835811","bedrooms":"3","price":"292000","area":"386"} , +{"type":"Feature","id":"n301268047","geometry":{"type":"Point","coordinates":[-0.6387308,51.1246283]},"properties":{"@type":"node","@id":301268047,"@timestamp":1496238913},"coords":"51.1246283,-0.6387308","bedrooms":"2","price":"200000","area":"686"} , +{"type":"Feature","id":"n301425835","geometry":{"type":"Point","coordinates":[-0.6570879,51.0852546]},"properties":{"@type":"node","@id":301425835,"@timestamp":1222886245},"coords":"51.0852546,-0.6570879","bedrooms":"4","price":"181000","area":"386"} , +{"type":"Feature","id":"n301428669","geometry":{"type":"Point","coordinates":[-0.6576447,51.0801295]},"properties":{"@type":"node","@id":301428669,"@timestamp":1222886742},"coords":"51.0801295,-0.6576447","bedrooms":"0","price":"153000","area":"544"} , +{"type":"Feature","id":"n301429597","geometry":{"type":"Point","coordinates":[-0.7049726,51.1182267]},"properties":{"@type":"node","@id":301429597,"@timestamp":1222887163},"coords":"51.1182267,-0.7049726","bedrooms":"2","price":"226000","area":"669"} , +{"type":"Feature","id":"n301431136","geometry":{"type":"Point","coordinates":[-0.6796332,51.1291892]},"properties":{"@type":"node","@id":301431136,"@timestamp":1222887922},"coords":"51.1291892,-0.6796332","bedrooms":"1","price":"231000","area":"571"} , +{"type":"Feature","id":"n301432981","geometry":{"type":"Point","coordinates":[-0.6673178,51.1810754]},"properties":{"@type":"node","@id":301432981,"@timestamp":1222888459},"coords":"51.1810754,-0.6673178","bedrooms":"4","price":"293000","area":"444"} , +{"type":"Feature","id":"n301455603","geometry":{"type":"Point","coordinates":[-0.9753027,51.4760357]},"properties":{"@type":"node","@id":301455603,"@timestamp":1636306839},"coords":"51.4760357,-0.9753027","bedrooms":"3","price":"222000","area":"592"} , +{"type":"Feature","id":"n301461495","geometry":{"type":"Point","coordinates":[-0.7891825,51.133648]},"properties":{"@type":"node","@id":301461495,"@timestamp":1222897086},"coords":"51.133648,-0.7891825","bedrooms":"1","price":"174000","area":"676"} , +{"type":"Feature","id":"n301510479","geometry":{"type":"Point","coordinates":[-0.3817791,51.641689]},"properties":{"@type":"node","@id":301510479,"@timestamp":1348516730},"coords":"51.641689,-0.3817791","bedrooms":"3","price":"186000","area":"608"} , +{"type":"Feature","id":"n301578727","geometry":{"type":"Point","coordinates":[-0.7717525,51.2856116]},"properties":{"@type":"node","@id":301578727,"@timestamp":1609905870},"coords":"51.2856116,-0.7717525","bedrooms":"1","price":"280000","area":"504"} , +{"type":"Feature","id":"n301593744","geometry":{"type":"Point","coordinates":[-0.7978392,51.1742503]},"properties":{"@type":"node","@id":301593744,"@timestamp":1222966228},"coords":"51.1742503,-0.7978392","bedrooms":"3","price":"298000","area":"490"} , +{"type":"Feature","id":"n301595994","geometry":{"type":"Point","coordinates":[-0.8432988,51.2066197]},"properties":{"@type":"node","@id":301595994,"@timestamp":1496238914},"coords":"51.2066197,-0.8432988","bedrooms":"4","price":"178000","area":"364"} , +{"type":"Feature","id":"n301596826","geometry":{"type":"Point","coordinates":[-0.837593,51.2279243]},"properties":{"@type":"node","@id":301596826,"@timestamp":1538548334},"coords":"51.2279243,-0.837593","bedrooms":"3","price":"230000","area":"595"} , +{"type":"Feature","id":"n301597560","geometry":{"type":"Point","coordinates":[-0.7509388,51.1980379]},"properties":{"@type":"node","@id":301597560,"@timestamp":1222967775},"coords":"51.1980379,-0.7509388","bedrooms":"3","price":"243000","area":"432"} , +{"type":"Feature","id":"n301598772","geometry":{"type":"Point","coordinates":[-0.7388765,51.2108372]},"properties":{"@type":"node","@id":301598772,"@timestamp":1467491318},"coords":"51.2108372,-0.7388765","bedrooms":"3","price":"264000","area":"449"} , +{"type":"Feature","id":"n301599961","geometry":{"type":"Point","coordinates":[-0.668499,51.2064123]},"properties":{"@type":"node","@id":301599961,"@timestamp":1443974204},"coords":"51.2064123,-0.668499","bedrooms":"1","price":"269000","area":"546"} , +{"type":"Feature","id":"n301601516","geometry":{"type":"Point","coordinates":[-0.61289,51.2346808]},"properties":{"@type":"node","@id":301601516,"@timestamp":1464353228},"coords":"51.2346808,-0.61289","bedrooms":"4","price":"244000","area":"564"} , +{"type":"Feature","id":"n301662422","geometry":{"type":"Point","coordinates":[-0.1060786,51.5476646]},"properties":{"@type":"node","@id":301662422,"@timestamp":1631795510},"coords":"51.5476646,-0.1060786","bedrooms":"2","price":"292000","area":"382"} , +{"type":"Feature","id":"n301819338","geometry":{"type":"Point","coordinates":[-0.5853626,51.2418592]},"properties":{"@type":"node","@id":301819338,"@timestamp":1587776796},"coords":"51.2418592,-0.5853626","bedrooms":"1","price":"269000","area":"519"} , +{"type":"Feature","id":"n301826245","geometry":{"type":"Point","coordinates":[-0.586242,51.2411719]},"properties":{"@type":"node","@id":301826245,"@timestamp":1270981592},"coords":"51.2411719,-0.586242","bedrooms":"4","price":"254000","area":"544"} , +{"type":"Feature","id":"n301826263","geometry":{"type":"Point","coordinates":[-0.5857862,51.2416175]},"properties":{"@type":"node","@id":301826263,"@timestamp":1270981601},"coords":"51.2416175,-0.5857862","bedrooms":"4","price":"206000","area":"646"} , +{"type":"Feature","id":"n301983000","geometry":{"type":"Point","coordinates":[-0.3607759,51.4770246]},"properties":{"@type":"node","@id":301983000,"@timestamp":1564913926},"coords":"51.4770246,-0.3607759","bedrooms":"3","price":"221000","area":"400"} , +{"type":"Feature","id":"n302013756","geometry":{"type":"Point","coordinates":[-0.0796987,51.5166022]},"properties":{"@type":"node","@id":302013756,"@timestamp":1632417642},"coords":"51.5166022,-0.0796987","bedrooms":"0","price":"158000","area":"672"} , +{"type":"Feature","id":"n302015393","geometry":{"type":"Point","coordinates":[-0.4718053,51.1435904]},"properties":{"@type":"node","@id":302015393,"@timestamp":1236962735},"coords":"51.1435904,-0.4718053","bedrooms":"1","price":"165000","area":"684"} , +{"type":"Feature","id":"n302039184","geometry":{"type":"Point","coordinates":[0.5927731,51.9766125]},"properties":{"@type":"node","@id":302039184,"@timestamp":1594217511},"coords":"51.9766125,0.5927731","bedrooms":"3","price":"194000","area":"588"} , +{"type":"Feature","id":"n302105810","geometry":{"type":"Point","coordinates":[-0.5023784,51.7378636]},"properties":{"@type":"node","@id":302105810,"@timestamp":1223155219},"coords":"51.7378636,-0.5023784","bedrooms":"1","price":"283000","area":"528"} , +{"type":"Feature","id":"n302153744","geometry":{"type":"Point","coordinates":[-0.276332,51.5024194]},"properties":{"@type":"node","@id":302153744,"@timestamp":1223174692},"coords":"51.5024194,-0.276332","bedrooms":"2","price":"263000","area":"423"} , +{"type":"Feature","id":"n302164054","geometry":{"type":"Point","coordinates":[-0.2770416,51.5048247]},"properties":{"@type":"node","@id":302164054,"@timestamp":1289306961},"coords":"51.5048247,-0.2770416","bedrooms":"3","price":"230000","area":"641"} , +{"type":"Feature","id":"n302168201","geometry":{"type":"Point","coordinates":[-0.2756745,51.5081338]},"properties":{"@type":"node","@id":302168201,"@timestamp":1617460265},"coords":"51.5081338,-0.2756745","bedrooms":"2","price":"214000","area":"611"} , +{"type":"Feature","id":"n302173382","geometry":{"type":"Point","coordinates":[-0.2695006,51.5067002]},"properties":{"@type":"node","@id":302173382,"@timestamp":1258246288},"coords":"51.5067002,-0.2695006","bedrooms":"3","price":"185000","area":"451"} , +{"type":"Feature","id":"n302178874","geometry":{"type":"Point","coordinates":[-0.3385892,51.5569408]},"properties":{"@type":"node","@id":302178874,"@timestamp":1328426711},"coords":"51.5569408,-0.3385892","bedrooms":"0","price":"170000","area":"393"} , +{"type":"Feature","id":"n302310010","geometry":{"type":"Point","coordinates":[-0.6119768,51.4657436]},"properties":{"@type":"node","@id":302310010,"@timestamp":1223221148},"coords":"51.4657436,-0.6119768","bedrooms":"1","price":"243000","area":"424"} , +{"type":"Feature","id":"n302322139","geometry":{"type":"Point","coordinates":[-0.5523393,51.3919452]},"properties":{"@type":"node","@id":302322139,"@timestamp":1223224029},"coords":"51.3919452,-0.5523393","bedrooms":"0","price":"264000","area":"353"} , +{"type":"Feature","id":"n302323773","geometry":{"type":"Point","coordinates":[-0.416667,51]},"properties":{"@type":"node","@id":302323773,"@timestamp":1400975949},"coords":"51,-0.416667","bedrooms":"0","price":"203000","area":"452"} , +{"type":"Feature","id":"n302336598","geometry":{"type":"Point","coordinates":[-0.7903426,51.2288573]},"properties":{"@type":"node","@id":302336598,"@timestamp":1432845054},"coords":"51.2288573,-0.7903426","bedrooms":"1","price":"210000","area":"585"} , +{"type":"Feature","id":"n302355487","geometry":{"type":"Point","coordinates":[-0.8008863,51.2349046]},"properties":{"@type":"node","@id":302355487,"@timestamp":1223373626},"coords":"51.2349046,-0.8008863","bedrooms":"1","price":"215000","area":"612"} , +{"type":"Feature","id":"n302397763","geometry":{"type":"Point","coordinates":[-0.165112,51.4957553]},"properties":{"@type":"node","@id":302397763,"@timestamp":1614366656},"coords":"51.4957553,-0.165112","bedrooms":"4","price":"156000","area":"417"} , +{"type":"Feature","id":"n302405681","geometry":{"type":"Point","coordinates":[-0.1050647,51.5401963]},"properties":{"@type":"node","@id":302405681,"@timestamp":1231409927},"coords":"51.5401963,-0.1050647","bedrooms":"0","price":"163000","area":"376"} , +{"type":"Feature","id":"n302410081","geometry":{"type":"Point","coordinates":[-0.106895,51.5391958]},"properties":{"@type":"node","@id":302410081,"@timestamp":1476485073},"coords":"51.5391958,-0.106895","bedrooms":"3","price":"155000","area":"486"} , +{"type":"Feature","id":"n302410528","geometry":{"type":"Point","coordinates":[-0.1691871,51.5240157]},"properties":{"@type":"node","@id":302410528,"@timestamp":1513100310},"coords":"51.5240157,-0.1691871","bedrooms":"0","price":"220000","area":"649"} , +{"type":"Feature","id":"n302410714","geometry":{"type":"Point","coordinates":[-0.1685458,51.5247927]},"properties":{"@type":"node","@id":302410714,"@timestamp":1558325858},"coords":"51.5247927,-0.1685458","bedrooms":"0","price":"182000","area":"521"} , +{"type":"Feature","id":"n302426977","geometry":{"type":"Point","coordinates":[-0.1712783,51.5254927]},"properties":{"@type":"node","@id":302426977,"@timestamp":1558406335},"coords":"51.5254927,-0.1712783","bedrooms":"3","price":"181000","area":"508"} , +{"type":"Feature","id":"n302427106","geometry":{"type":"Point","coordinates":[-0.1711704,51.5225796]},"properties":{"@type":"node","@id":302427106,"@timestamp":1558030452},"coords":"51.5225796,-0.1711704","bedrooms":"0","price":"261000","area":"619"} , +{"type":"Feature","id":"n302432909","geometry":{"type":"Point","coordinates":[-0.0371366,51.3919377]},"properties":{"@type":"node","@id":302432909,"@timestamp":1612961439},"coords":"51.3919377,-0.0371366","bedrooms":"1","price":"193000","area":"463"} , +{"type":"Feature","id":"n302610515","geometry":{"type":"Point","coordinates":[-0.7874632,51.3029405]},"properties":{"@type":"node","@id":302610515,"@timestamp":1568142417},"coords":"51.3029405,-0.7874632","bedrooms":"0","price":"200000","area":"391"} , +{"type":"Feature","id":"n302710766","geometry":{"type":"Point","coordinates":[-0.1079588,51.4799775]},"properties":{"@type":"node","@id":302710766,"@timestamp":1378390672},"coords":"51.4799775,-0.1079588","bedrooms":"4","price":"153000","area":"656"} , +{"type":"Feature","id":"n302820000","geometry":{"type":"Point","coordinates":[-0.8027118,51.2088665]},"properties":{"@type":"node","@id":302820000,"@timestamp":1593632314},"coords":"51.2088665,-0.8027118","bedrooms":"4","price":"248000","area":"514"} , +{"type":"Feature","id":"n303081637","geometry":{"type":"Point","coordinates":[-0.0026626,51.4764918]},"properties":{"@type":"node","@id":303081637,"@timestamp":1384955237},"coords":"51.4764918,-0.0026626","bedrooms":"0","price":"159000","area":"437"} , +{"type":"Feature","id":"n303189871","geometry":{"type":"Point","coordinates":[-0.0539226,51.4783235]},"properties":{"@type":"node","@id":303189871,"@timestamp":1296468566},"coords":"51.4783235,-0.0539226","bedrooms":"4","price":"263000","area":"363"} , +{"type":"Feature","id":"n303288294","geometry":{"type":"Point","coordinates":[-0.2688721,51.5283059]},"properties":{"@type":"node","@id":303288294,"@timestamp":1611270410},"coords":"51.5283059,-0.2688721","bedrooms":"3","price":"237000","area":"428"} , +{"type":"Feature","id":"n303299557","geometry":{"type":"Point","coordinates":[-0.3046023,51.5508718]},"properties":{"@type":"node","@id":303299557,"@timestamp":1223562652},"coords":"51.5508718,-0.3046023","bedrooms":"2","price":"249000","area":"554"} , +{"type":"Feature","id":"n303299569","geometry":{"type":"Point","coordinates":[-0.2937779,51.556163]},"properties":{"@type":"node","@id":303299569,"@timestamp":1224208310},"coords":"51.556163,-0.2937779","bedrooms":"4","price":"151000","area":"667"} , +{"type":"Feature","id":"n303299582","geometry":{"type":"Point","coordinates":[-0.2929883,51.5423884]},"properties":{"@type":"node","@id":303299582,"@timestamp":1223562656},"coords":"51.5423884,-0.2929883","bedrooms":"4","price":"192000","area":"663"} , +{"type":"Feature","id":"n303300997","geometry":{"type":"Point","coordinates":[-0.2928435,51.5657599]},"properties":{"@type":"node","@id":303300997,"@timestamp":1223563257},"coords":"51.5657599,-0.2928435","bedrooms":"3","price":"170000","area":"414"} , +{"type":"Feature","id":"n303357477","geometry":{"type":"Point","coordinates":[0.887232,51.2180491]},"properties":{"@type":"node","@id":303357477,"@timestamp":1223579747},"coords":"51.2180491,0.887232","bedrooms":"1","price":"236000","area":"562"} , +{"type":"Feature","id":"n303357498","geometry":{"type":"Point","coordinates":[0.895137,51.2158372]},"properties":{"@type":"node","@id":303357498,"@timestamp":1223579758},"coords":"51.2158372,0.895137","bedrooms":"0","price":"283000","area":"528"} , +{"type":"Feature","id":"n303357543","geometry":{"type":"Point","coordinates":[0.894227,51.223215]},"properties":{"@type":"node","@id":303357543,"@timestamp":1224699488},"coords":"51.223215,0.894227","bedrooms":"0","price":"222000","area":"545"} , +{"type":"Feature","id":"n303368933","geometry":{"type":"Point","coordinates":[-0.9596166,51.4828562]},"properties":{"@type":"node","@id":303368933,"@timestamp":1575574283},"coords":"51.4828562,-0.9596166","bedrooms":"1","price":"291000","area":"583"} , +{"type":"Feature","id":"n303531068","geometry":{"type":"Point","coordinates":[0.8603095,51.1295148]},"properties":{"@type":"node","@id":303531068,"@timestamp":1341003670},"coords":"51.1295148,0.8603095","bedrooms":"4","price":"174000","area":"421"} , +{"type":"Feature","id":"n303613176","geometry":{"type":"Point","coordinates":[-0.3031434,51.3929905]},"properties":{"@type":"node","@id":303613176,"@timestamp":1612620023},"coords":"51.3929905,-0.3031434","bedrooms":"0","price":"155000","area":"563"} , +{"type":"Feature","id":"n303748183","geometry":{"type":"Point","coordinates":[-0.0376496,51.3284456]},"properties":{"@type":"node","@id":303748183,"@timestamp":1515670748},"coords":"51.3284456,-0.0376496","bedrooms":"3","price":"266000","area":"675"} , +{"type":"Feature","id":"n303798330","geometry":{"type":"Point","coordinates":[-0.3660772,51.4680068]},"properties":{"@type":"node","@id":303798330,"@timestamp":1594698644},"coords":"51.4680068,-0.3660772","bedrooms":"0","price":"273000","area":"467"} , +{"type":"Feature","id":"n303910342","geometry":{"type":"Point","coordinates":[0.4437313,51.0725622]},"properties":{"@type":"node","@id":303910342,"@timestamp":1223803679},"coords":"51.0725622,0.4437313","bedrooms":"1","price":"206000","area":"594"} , +{"type":"Feature","id":"n303939891","geometry":{"type":"Point","coordinates":[-0.3766481,51.2712283]},"properties":{"@type":"node","@id":303939891,"@timestamp":1619997833},"coords":"51.2712283,-0.3766481","bedrooms":"4","price":"158000","area":"551"} , +{"type":"Feature","id":"n303990233","geometry":{"type":"Point","coordinates":[-0.7889591,51.7987831]},"properties":{"@type":"node","@id":303990233,"@timestamp":1635875062},"coords":"51.7987831,-0.7889591","bedrooms":"4","price":"168000","area":"396"} , +{"type":"Feature","id":"n303999352","geometry":{"type":"Point","coordinates":[-0.2732317,51.2183346]},"properties":{"@type":"node","@id":303999352,"@timestamp":1223828986},"coords":"51.2183346,-0.2732317","bedrooms":"0","price":"195000","area":"597"} , +{"type":"Feature","id":"n304043699","geometry":{"type":"Point","coordinates":[-0.3031153,51.2125523]},"properties":{"@type":"node","@id":304043699,"@timestamp":1234562996},"coords":"51.2125523,-0.3031153","bedrooms":"0","price":"249000","area":"361"} , +{"type":"Feature","id":"n304060121","geometry":{"type":"Point","coordinates":[-0.2742036,51.2182994]},"properties":{"@type":"node","@id":304060121,"@timestamp":1550073990},"coords":"51.2182994,-0.2742036","bedrooms":"0","price":"272000","area":"647"} , +{"type":"Feature","id":"n304128949","geometry":{"type":"Point","coordinates":[-1.1133934,51.3031798]},"properties":{"@type":"node","@id":304128949,"@timestamp":1223851847},"coords":"51.3031798,-1.1133934","bedrooms":"4","price":"229000","area":"589"} , +{"type":"Feature","id":"n304132921","geometry":{"type":"Point","coordinates":[-0.2499836,51.5299564]},"properties":{"@type":"node","@id":304132921,"@timestamp":1223852819},"coords":"51.5299564,-0.2499836","bedrooms":"0","price":"217000","area":"639"} , +{"type":"Feature","id":"n304132945","geometry":{"type":"Point","coordinates":[-0.2525275,51.5263753]},"properties":{"@type":"node","@id":304132945,"@timestamp":1223852821},"coords":"51.5263753,-0.2525275","bedrooms":"2","price":"285000","area":"550"} , +{"type":"Feature","id":"n304132990","geometry":{"type":"Point","coordinates":[-0.2667875,51.5278178]},"properties":{"@type":"node","@id":304132990,"@timestamp":1223852828},"coords":"51.5278178,-0.2667875","bedrooms":"0","price":"190000","area":"545"} , +{"type":"Feature","id":"n304266087","geometry":{"type":"Point","coordinates":[-0.7934137,51.3035467]},"properties":{"@type":"node","@id":304266087,"@timestamp":1492718615},"coords":"51.3035467,-0.7934137","bedrooms":"2","price":"175000","area":"602"} , +{"type":"Feature","id":"n304331161","geometry":{"type":"Point","coordinates":[0.748272,51.8112857]},"properties":{"@type":"node","@id":304331161,"@timestamp":1234486733},"coords":"51.8112857,0.748272","bedrooms":"4","price":"284000","area":"516"} , +{"type":"Feature","id":"n304402853","geometry":{"type":"Point","coordinates":[-0.2646377,51.5311901]},"properties":{"@type":"node","@id":304402853,"@timestamp":1223938681},"coords":"51.5311901,-0.2646377","bedrooms":"0","price":"195000","area":"649"} , +{"type":"Feature","id":"n304402878","geometry":{"type":"Point","coordinates":[-0.2702387,51.5273006]},"properties":{"@type":"node","@id":304402878,"@timestamp":1223938683},"coords":"51.5273006,-0.2702387","bedrooms":"1","price":"213000","area":"591"} , +{"type":"Feature","id":"n304402989","geometry":{"type":"Point","coordinates":[-0.2788061,51.52957]},"properties":{"@type":"node","@id":304402989,"@timestamp":1223938693},"coords":"51.52957,-0.2788061","bedrooms":"4","price":"252000","area":"459"} , +{"type":"Feature","id":"n304403078","geometry":{"type":"Point","coordinates":[-0.2653082,51.5349143]},"properties":{"@type":"node","@id":304403078,"@timestamp":1223938699},"coords":"51.5349143,-0.2653082","bedrooms":"0","price":"274000","area":"523"} , +{"type":"Feature","id":"n304403103","geometry":{"type":"Point","coordinates":[-0.2669553,51.5337744]},"properties":{"@type":"node","@id":304403103,"@timestamp":1223938701},"coords":"51.5337744,-0.2669553","bedrooms":"2","price":"239000","area":"432"} , +{"type":"Feature","id":"n304421983","geometry":{"type":"Point","coordinates":[-0.2432571,51.5350758]},"properties":{"@type":"node","@id":304421983,"@timestamp":1330810612},"coords":"51.5350758,-0.2432571","bedrooms":"0","price":"206000","area":"675"} , +{"type":"Feature","id":"n304422060","geometry":{"type":"Point","coordinates":[-0.2544551,51.5388876]},"properties":{"@type":"node","@id":304422060,"@timestamp":1607543625},"coords":"51.5388876,-0.2544551","bedrooms":"4","price":"281000","area":"511"} , +{"type":"Feature","id":"n304432821","geometry":{"type":"Point","coordinates":[0.242,51.314618]},"properties":{"@type":"node","@id":304432821,"@timestamp":1492082083},"coords":"51.314618,0.242","bedrooms":"3","price":"298000","area":"430"} , +{"type":"Feature","id":"n304464888","geometry":{"type":"Point","coordinates":[-0.2546402,51.5462389]},"properties":{"@type":"node","@id":304464888,"@timestamp":1554127688},"coords":"51.5462389,-0.2546402","bedrooms":"1","price":"273000","area":"442"} , +{"type":"Feature","id":"n304465257","geometry":{"type":"Point","coordinates":[-0.2536041,51.5434225]},"properties":{"@type":"node","@id":304465257,"@timestamp":1330810618},"coords":"51.5434225,-0.2536041","bedrooms":"4","price":"198000","area":"384"} , +{"type":"Feature","id":"n304508741","geometry":{"type":"Point","coordinates":[-0.379214,51.2413841]},"properties":{"@type":"node","@id":304508741,"@timestamp":1456761730},"coords":"51.2413841,-0.379214","bedrooms":"0","price":"287000","area":"639"} , +{"type":"Feature","id":"n304572798","geometry":{"type":"Point","coordinates":[-0.7388395,51.3348172]},"properties":{"@type":"node","@id":304572798,"@timestamp":1223996059},"coords":"51.3348172,-0.7388395","bedrooms":"2","price":"184000","area":"659"} , +{"type":"Feature","id":"n304572844","geometry":{"type":"Point","coordinates":[-0.7366378,51.3340561]},"properties":{"@type":"node","@id":304572844,"@timestamp":1223996067},"coords":"51.3340561,-0.7366378","bedrooms":"1","price":"227000","area":"386"} , +{"type":"Feature","id":"n304572908","geometry":{"type":"Point","coordinates":[-0.7338951,51.3340779]},"properties":{"@type":"node","@id":304572908,"@timestamp":1223996074},"coords":"51.3340779,-0.7338951","bedrooms":"4","price":"173000","area":"442"} , +{"type":"Feature","id":"n304608207","geometry":{"type":"Point","coordinates":[-0.2035174,51.1824127]},"properties":{"@type":"node","@id":304608207,"@timestamp":1625841331},"coords":"51.1824127,-0.2035174","bedrooms":"2","price":"289000","area":"660"} , +{"type":"Feature","id":"n304610221","geometry":{"type":"Point","coordinates":[-0.2240503,51.2271492]},"properties":{"@type":"node","@id":304610221,"@timestamp":1511641865},"coords":"51.2271492,-0.2240503","bedrooms":"0","price":"234000","area":"613"} , +{"type":"Feature","id":"n304615068","geometry":{"type":"Point","coordinates":[-0.2896395,51.2439183]},"properties":{"@type":"node","@id":304615068,"@timestamp":1498159477},"coords":"51.2439183,-0.2896395","bedrooms":"0","price":"262000","area":"464"} , +{"type":"Feature","id":"n304623578","geometry":{"type":"Point","coordinates":[-0.718921,51.6204993]},"properties":{"@type":"node","@id":304623578,"@timestamp":1398967297},"coords":"51.6204993,-0.718921","bedrooms":"0","price":"152000","area":"638"} , +{"type":"Feature","id":"n304651243","geometry":{"type":"Point","coordinates":[-0.2644694,51.534367]},"properties":{"@type":"node","@id":304651243,"@timestamp":1224017864},"coords":"51.534367,-0.2644694","bedrooms":"0","price":"299000","area":"634"} , +{"type":"Feature","id":"n304652466","geometry":{"type":"Point","coordinates":[-0.2873313,51.5344482]},"properties":{"@type":"node","@id":304652466,"@timestamp":1619966039},"coords":"51.5344482,-0.2873313","bedrooms":"4","price":"279000","area":"655"} , +{"type":"Feature","id":"n304652792","geometry":{"type":"Point","coordinates":[-0.2974307,51.5360985]},"properties":{"@type":"node","@id":304652792,"@timestamp":1224018083},"coords":"51.5360985,-0.2974307","bedrooms":"2","price":"299000","area":"539"} , +{"type":"Feature","id":"n304687745","geometry":{"type":"Point","coordinates":[-0.2850591,51.5427082]},"properties":{"@type":"node","@id":304687745,"@timestamp":1296468558},"coords":"51.5427082,-0.2850591","bedrooms":"3","price":"223000","area":"533"} , +{"type":"Feature","id":"n304687792","geometry":{"type":"Point","coordinates":[-0.2783139,51.5418858]},"properties":{"@type":"node","@id":304687792,"@timestamp":1330810624},"coords":"51.5418858,-0.2783139","bedrooms":"2","price":"211000","area":"589"} , +{"type":"Feature","id":"n304689710","geometry":{"type":"Point","coordinates":[-0.2892751,51.5360315]},"properties":{"@type":"node","@id":304689710,"@timestamp":1224026661},"coords":"51.5360315,-0.2892751","bedrooms":"0","price":"185000","area":"359"} , +{"type":"Feature","id":"n304689800","geometry":{"type":"Point","coordinates":[-0.28016,51.5471309]},"properties":{"@type":"node","@id":304689800,"@timestamp":1257879726},"coords":"51.5471309,-0.28016","bedrooms":"1","price":"237000","area":"487"} , +{"type":"Feature","id":"n304690321","geometry":{"type":"Point","coordinates":[-0.2323976,51.496853]},"properties":{"@type":"node","@id":304690321,"@timestamp":1627017038},"coords":"51.496853,-0.2323976","bedrooms":"0","price":"200000","area":"607"} , +{"type":"Feature","id":"n304690532","geometry":{"type":"Point","coordinates":[-0.2506357,51.5387965]},"properties":{"@type":"node","@id":304690532,"@timestamp":1224786411},"coords":"51.5387965,-0.2506357","bedrooms":"1","price":"224000","area":"420"} , +{"type":"Feature","id":"n304693165","geometry":{"type":"Point","coordinates":[-0.2979193,51.5417481]},"properties":{"@type":"node","@id":304693165,"@timestamp":1224028715},"coords":"51.5417481,-0.2979193","bedrooms":"1","price":"174000","area":"442"} , +{"type":"Feature","id":"n304695474","geometry":{"type":"Point","coordinates":[-0.2969969,51.5438397]},"properties":{"@type":"node","@id":304695474,"@timestamp":1564913926},"coords":"51.5438397,-0.2969969","bedrooms":"4","price":"174000","area":"443"} , +{"type":"Feature","id":"n304696336","geometry":{"type":"Point","coordinates":[-0.280588,51.5176896]},"properties":{"@type":"node","@id":304696336,"@timestamp":1487324043},"coords":"51.5176896,-0.280588","bedrooms":"3","price":"215000","area":"651"} , +{"type":"Feature","id":"n304745892","geometry":{"type":"Point","coordinates":[-0.2891641,51.5178332]},"properties":{"@type":"node","@id":304745892,"@timestamp":1224067751},"coords":"51.5178332,-0.2891641","bedrooms":"1","price":"266000","area":"680"} , +{"type":"Feature","id":"n304745925","geometry":{"type":"Point","coordinates":[-0.2846258,51.5272058]},"properties":{"@type":"node","@id":304745925,"@timestamp":1411202258},"coords":"51.5272058,-0.2846258","bedrooms":"1","price":"173000","area":"645"} , +{"type":"Feature","id":"n304749357","geometry":{"type":"Point","coordinates":[-0.7448694,51.3559368]},"properties":{"@type":"node","@id":304749357,"@timestamp":1349019212},"coords":"51.3559368,-0.7448694","bedrooms":"0","price":"227000","area":"689"} , +{"type":"Feature","id":"n304749367","geometry":{"type":"Point","coordinates":[-0.7024426,51.3420347]},"properties":{"@type":"node","@id":304749367,"@timestamp":1349019214},"coords":"51.3420347,-0.7024426","bedrooms":"2","price":"218000","area":"561"} , +{"type":"Feature","id":"n304749378","geometry":{"type":"Point","coordinates":[-0.6509758,51.3467333]},"properties":{"@type":"node","@id":304749378,"@timestamp":1349019216},"coords":"51.3467333,-0.6509758","bedrooms":"3","price":"243000","area":"523"} , +{"type":"Feature","id":"n304749392","geometry":{"type":"Point","coordinates":[-0.604278,51.3635319]},"properties":{"@type":"node","@id":304749392,"@timestamp":1349019217},"coords":"51.3635319,-0.604278","bedrooms":"4","price":"193000","area":"404"} , +{"type":"Feature","id":"n304783756","geometry":{"type":"Point","coordinates":[-0.514969,51.0701592]},"properties":{"@type":"node","@id":304783756,"@timestamp":1224083714},"coords":"51.0701592,-0.514969","bedrooms":"0","price":"214000","area":"519"} , +{"type":"Feature","id":"n304808225","geometry":{"type":"Point","coordinates":[-0.7484528,51.3083519]},"properties":{"@type":"node","@id":304808225,"@timestamp":1396903965},"coords":"51.3083519,-0.7484528","bedrooms":"2","price":"261000","area":"618"} , +{"type":"Feature","id":"n304922638","geometry":{"type":"Point","coordinates":[-0.0597086,51.5359901]},"properties":{"@type":"node","@id":304922638,"@timestamp":1592255774},"coords":"51.5359901,-0.0597086","bedrooms":"2","price":"247000","area":"559"} , +{"type":"Feature","id":"n304994974","geometry":{"type":"Point","coordinates":[-0.108515,51.5077662]},"properties":{"@type":"node","@id":304994974,"@timestamp":1224174957},"coords":"51.5077662,-0.108515","bedrooms":"1","price":"281000","area":"597"} , +{"type":"Feature","id":"n304995001","geometry":{"type":"Point","coordinates":[-0.1100813,51.5064744]},"properties":{"@type":"node","@id":304995001,"@timestamp":1284674250},"coords":"51.5064744,-0.1100813","bedrooms":"4","price":"199000","area":"482"} , +{"type":"Feature","id":"n304995025","geometry":{"type":"Point","coordinates":[-0.1082941,51.5057659]},"properties":{"@type":"node","@id":304995025,"@timestamp":1292023638},"coords":"51.5057659,-0.1082941","bedrooms":"3","price":"269000","area":"418"} , +{"type":"Feature","id":"n305041115","geometry":{"type":"Point","coordinates":[-0.1489823,51.4018152]},"properties":{"@type":"node","@id":305041115,"@timestamp":1224188885},"coords":"51.4018152,-0.1489823","bedrooms":"2","price":"295000","area":"612"} , +{"type":"Feature","id":"n305081357","geometry":{"type":"Point","coordinates":[-1.10406,51.2548833]},"properties":{"@type":"node","@id":305081357,"@timestamp":1224205646},"coords":"51.2548833,-1.10406","bedrooms":"0","price":"291000","area":"510"} , +{"type":"Feature","id":"n305084416","geometry":{"type":"Point","coordinates":[-0.2799296,51.5625155]},"properties":{"@type":"node","@id":305084416,"@timestamp":1626018315},"coords":"51.5625155,-0.2799296","bedrooms":"4","price":"266000","area":"360"} , +{"type":"Feature","id":"n305084527","geometry":{"type":"Point","coordinates":[-0.2775108,51.556418]},"properties":{"@type":"node","@id":305084527,"@timestamp":1626094797},"coords":"51.556418,-0.2775108","bedrooms":"1","price":"266000","area":"494"} , +{"type":"Feature","id":"n305135822","geometry":{"type":"Point","coordinates":[-0.2095457,51.4959312]},"properties":{"@type":"node","@id":305135822,"@timestamp":1633774814},"coords":"51.4959312,-0.2095457","bedrooms":"4","price":"172000","area":"639"} , +{"type":"Feature","id":"n305178096","geometry":{"type":"Point","coordinates":[-0.2622023,51.5534692]},"properties":{"@type":"node","@id":305178096,"@timestamp":1528702512},"coords":"51.5534692,-0.2622023","bedrooms":"1","price":"162000","area":"533"} , +{"type":"Feature","id":"n305267963","geometry":{"type":"Point","coordinates":[-0.3042885,51.553463]},"properties":{"@type":"node","@id":305267963,"@timestamp":1224279975},"coords":"51.553463,-0.3042885","bedrooms":"2","price":"281000","area":"372"} , +{"type":"Feature","id":"n305278554","geometry":{"type":"Point","coordinates":[-0.3067873,51.5495567]},"properties":{"@type":"node","@id":305278554,"@timestamp":1564913926},"coords":"51.5495567,-0.3067873","bedrooms":"1","price":"297000","area":"563"} , +{"type":"Feature","id":"n305278674","geometry":{"type":"Point","coordinates":[-0.3038116,51.54534]},"properties":{"@type":"node","@id":305278674,"@timestamp":1224283128},"coords":"51.54534,-0.3038116","bedrooms":"4","price":"288000","area":"650"} , +{"type":"Feature","id":"n305383270","geometry":{"type":"Point","coordinates":[-0.3045395,51.5503707]},"properties":{"@type":"node","@id":305383270,"@timestamp":1235492204},"coords":"51.5503707,-0.3045395","bedrooms":"1","price":"278000","area":"517"} , +{"type":"Feature","id":"n305386895","geometry":{"type":"Point","coordinates":[-0.2972403,51.5462476]},"properties":{"@type":"node","@id":305386895,"@timestamp":1224336609},"coords":"51.5462476,-0.2972403","bedrooms":"1","price":"157000","area":"685"} , +{"type":"Feature","id":"n305394809","geometry":{"type":"Point","coordinates":[-0.302161,51.5415386]},"properties":{"@type":"node","@id":305394809,"@timestamp":1333615740},"coords":"51.5415386,-0.302161","bedrooms":"0","price":"185000","area":"472"} , +{"type":"Feature","id":"n305394860","geometry":{"type":"Point","coordinates":[-0.2981719,51.5412122]},"properties":{"@type":"node","@id":305394860,"@timestamp":1224339273},"coords":"51.5412122,-0.2981719","bedrooms":"2","price":"250000","area":"490"} , +{"type":"Feature","id":"n305394883","geometry":{"type":"Point","coordinates":[-0.2982071,51.5504894]},"properties":{"@type":"node","@id":305394883,"@timestamp":1603757286},"coords":"51.5504894,-0.2982071","bedrooms":"3","price":"257000","area":"603"} , +{"type":"Feature","id":"n305399278","geometry":{"type":"Point","coordinates":[-0.2991912,51.5520243]},"properties":{"@type":"node","@id":305399278,"@timestamp":1564913926},"coords":"51.5520243,-0.2991912","bedrooms":"4","price":"178000","area":"601"} , +{"type":"Feature","id":"n305399300","geometry":{"type":"Point","coordinates":[-0.2594714,51.5414878]},"properties":{"@type":"node","@id":305399300,"@timestamp":1224340836},"coords":"51.5414878,-0.2594714","bedrooms":"3","price":"242000","area":"647"} , +{"type":"Feature","id":"n305403307","geometry":{"type":"Point","coordinates":[-0.257106,51.5363475]},"properties":{"@type":"node","@id":305403307,"@timestamp":1224341859},"coords":"51.5363475,-0.257106","bedrooms":"3","price":"201000","area":"612"} , +{"type":"Feature","id":"n305407040","geometry":{"type":"Point","coordinates":[-0.1140885,51.5466817]},"properties":{"@type":"node","@id":305407040,"@timestamp":1233616384},"coords":"51.5466817,-0.1140885","bedrooms":"3","price":"240000","area":"664"} , +{"type":"Feature","id":"n305410622","geometry":{"type":"Point","coordinates":[-0.2810344,51.5494347]},"properties":{"@type":"node","@id":305410622,"@timestamp":1358653639},"coords":"51.5494347,-0.2810344","bedrooms":"2","price":"259000","area":"568"} , +{"type":"Feature","id":"n305415284","geometry":{"type":"Point","coordinates":[-0.1083364,51.5436402]},"properties":{"@type":"node","@id":305415284,"@timestamp":1235930901},"coords":"51.5436402,-0.1083364","bedrooms":"1","price":"294000","area":"646"} , +{"type":"Feature","id":"n305415326","geometry":{"type":"Point","coordinates":[-0.1049486,51.5456107]},"properties":{"@type":"node","@id":305415326,"@timestamp":1389985357},"coords":"51.5456107,-0.1049486","bedrooms":"2","price":"172000","area":"465"} , +{"type":"Feature","id":"n305416483","geometry":{"type":"Point","coordinates":[-0.1035024,51.5420303]},"properties":{"@type":"node","@id":305416483,"@timestamp":1233445638},"coords":"51.5420303,-0.1035024","bedrooms":"0","price":"257000","area":"672"} , +{"type":"Feature","id":"n305417352","geometry":{"type":"Point","coordinates":[-0.2943475,51.5533263]},"properties":{"@type":"node","@id":305417352,"@timestamp":1224345862},"coords":"51.5533263,-0.2943475","bedrooms":"3","price":"207000","area":"612"} , +{"type":"Feature","id":"n305427994","geometry":{"type":"Point","coordinates":[-0.7292848,51.2422732]},"properties":{"@type":"node","@id":305427994,"@timestamp":1620905649},"coords":"51.2422732,-0.7292848","bedrooms":"2","price":"273000","area":"506"} , +{"type":"Feature","id":"n305432550","geometry":{"type":"Point","coordinates":[-0.7317896,51.2330735]},"properties":{"@type":"node","@id":305432550,"@timestamp":1610884723},"coords":"51.2330735,-0.7317896","bedrooms":"0","price":"232000","area":"692"} , +{"type":"Feature","id":"n305437297","geometry":{"type":"Point","coordinates":[-0.7301393,51.2387962]},"properties":{"@type":"node","@id":305437297,"@timestamp":1621084216},"coords":"51.2387962,-0.7301393","bedrooms":"3","price":"246000","area":"465"} , +{"type":"Feature","id":"n305442460","geometry":{"type":"Point","coordinates":[-0.2980565,51.5522919]},"properties":{"@type":"node","@id":305442460,"@timestamp":1224375612},"coords":"51.5522919,-0.2980565","bedrooms":"2","price":"276000","area":"656"} , +{"type":"Feature","id":"n305442558","geometry":{"type":"Point","coordinates":[-0.3018193,51.556179]},"properties":{"@type":"node","@id":305442558,"@timestamp":1289306972},"coords":"51.556179,-0.3018193","bedrooms":"1","price":"212000","area":"642"} , +{"type":"Feature","id":"n305442650","geometry":{"type":"Point","coordinates":[-0.3061862,51.5575797]},"properties":{"@type":"node","@id":305442650,"@timestamp":1257879738},"coords":"51.5575797,-0.3061862","bedrooms":"1","price":"291000","area":"454"} , +{"type":"Feature","id":"n305442676","geometry":{"type":"Point","coordinates":[-0.2926983,51.5620925]},"properties":{"@type":"node","@id":305442676,"@timestamp":1224351346,"type":"dome"},"coords":"51.5620925,-0.2926983","bedrooms":"1","price":"263000","area":"601"} , +{"type":"Feature","id":"n305450756","geometry":{"type":"Point","coordinates":[-0.7204629,51.2271986]},"properties":{"@type":"node","@id":305450756,"@timestamp":1621500765},"coords":"51.2271986,-0.7204629","bedrooms":"3","price":"226000","area":"495"} , +{"type":"Feature","id":"n305475130","geometry":{"type":"Point","coordinates":[-0.1047081,51.538314]},"properties":{"@type":"node","@id":305475130,"@timestamp":1234616039},"coords":"51.538314,-0.1047081","bedrooms":"2","price":"203000","area":"422"} , +{"type":"Feature","id":"n305488452","geometry":{"type":"Point","coordinates":[-0.1025515,51.5418498]},"properties":{"@type":"node","@id":305488452,"@timestamp":1233412740},"coords":"51.5418498,-0.1025515","bedrooms":"0","price":"187000","area":"599"} , +{"type":"Feature","id":"n305488470","geometry":{"type":"Point","coordinates":[-0.1062584,51.5486836]},"properties":{"@type":"node","@id":305488470,"@timestamp":1224362952},"coords":"51.5486836,-0.1062584","bedrooms":"1","price":"244000","area":"461"} , +{"type":"Feature","id":"n305523512","geometry":{"type":"Point","coordinates":[-0.0879011,51.4379875]},"properties":{"@type":"node","@id":305523512,"@timestamp":1352467154},"coords":"51.4379875,-0.0879011","bedrooms":"4","price":"182000","area":"443"} , +{"type":"Feature","id":"n305527929","geometry":{"type":"Point","coordinates":[-0.3008473,51.5626203]},"properties":{"@type":"node","@id":305527929,"@timestamp":1350979265},"coords":"51.5626203,-0.3008473","bedrooms":"2","price":"285000","area":"531"} , +{"type":"Feature","id":"n305580192","geometry":{"type":"Point","coordinates":[0.0429538,51.3569041]},"properties":{"@type":"node","@id":305580192,"@timestamp":1616711560},"coords":"51.3569041,0.0429538","bedrooms":"3","price":"231000","area":"469"} , +{"type":"Feature","id":"n305687349","geometry":{"type":"Point","coordinates":[-0.6949316,51.2483349]},"properties":{"@type":"node","@id":305687349,"@timestamp":1224436378},"coords":"51.2483349,-0.6949316","bedrooms":"1","price":"187000","area":"523"} , +{"type":"Feature","id":"n305691986","geometry":{"type":"Point","coordinates":[-0.6741904,51.2562676]},"properties":{"@type":"node","@id":305691986,"@timestamp":1625236371},"coords":"51.2562676,-0.6741904","bedrooms":"1","price":"180000","area":"677"} , +{"type":"Feature","id":"n305696915","geometry":{"type":"Point","coordinates":[-0.6644057,51.2445973]},"properties":{"@type":"node","@id":305696915,"@timestamp":1630846644},"coords":"51.2445973,-0.6644057","bedrooms":"0","price":"262000","area":"597"} , +{"type":"Feature","id":"n305749703","geometry":{"type":"Point","coordinates":[-0.1528392,51.6560277]},"properties":{"@type":"node","@id":305749703,"@timestamp":1605873774},"coords":"51.6560277,-0.1528392","bedrooms":"0","price":"246000","area":"540"} , +{"type":"Feature","id":"n305808467","geometry":{"type":"Point","coordinates":[-0.2984635,51.5509718]},"properties":{"@type":"node","@id":305808467,"@timestamp":1603757287},"coords":"51.5509718,-0.2984635","bedrooms":"0","price":"258000","area":"623"} , +{"type":"Feature","id":"n305947179","geometry":{"type":"Point","coordinates":[-0.2903107,51.4104083]},"properties":{"@type":"node","@id":305947179,"@timestamp":1300148617},"coords":"51.4104083,-0.2903107","bedrooms":"0","price":"199000","area":"609"} , +{"type":"Feature","id":"n306033735","geometry":{"type":"Point","coordinates":[-0.0969842,51.5400452]},"properties":{"@type":"node","@id":306033735,"@timestamp":1224543822},"coords":"51.5400452,-0.0969842","bedrooms":"0","price":"251000","area":"463"} , +{"type":"Feature","id":"n306047372","geometry":{"type":"Point","coordinates":[-0.1068017,51.5341226]},"properties":{"@type":"node","@id":306047372,"@timestamp":1420133768},"coords":"51.5341226,-0.1068017","bedrooms":"4","price":"189000","area":"457"} , +{"type":"Feature","id":"n306223769","geometry":{"type":"Point","coordinates":[-0.1409926,51.4930418]},"properties":{"@type":"node","@id":306223769,"@timestamp":1626531096},"coords":"51.4930418,-0.1409926","bedrooms":"1","price":"172000","area":"533"} , +{"type":"Feature","id":"n306223969","geometry":{"type":"Point","coordinates":[-0.1043516,51.5415454]},"properties":{"@type":"node","@id":306223969,"@timestamp":1233444837},"coords":"51.5415454,-0.1043516","bedrooms":"4","price":"179000","area":"397"} , +{"type":"Feature","id":"n306241407","geometry":{"type":"Point","coordinates":[-0.1363491,51.4868277]},"properties":{"@type":"node","@id":306241407,"@timestamp":1511853538},"coords":"51.4868277,-0.1363491","bedrooms":"3","price":"190000","area":"464"} , +{"type":"Feature","id":"n306417889","geometry":{"type":"Point","coordinates":[0.6078613,51.967989]},"properties":{"@type":"node","@id":306417889,"@timestamp":1627232999},"coords":"51.967989,0.6078613","bedrooms":"0","price":"278000","area":"451"} , +{"type":"Feature","id":"n306455262","geometry":{"type":"Point","coordinates":[0.8972512,51.215371]},"properties":{"@type":"node","@id":306455262,"@timestamp":1224699477},"coords":"51.215371,0.8972512","bedrooms":"1","price":"154000","area":"643"} , +{"type":"Feature","id":"n306455274","geometry":{"type":"Point","coordinates":[0.8953055,51.217128]},"properties":{"@type":"node","@id":306455274,"@timestamp":1224699478},"coords":"51.217128,0.8953055","bedrooms":"0","price":"218000","area":"692"} , +{"type":"Feature","id":"n306455286","geometry":{"type":"Point","coordinates":[0.8941911,51.2194117]},"properties":{"@type":"node","@id":306455286,"@timestamp":1224699479},"coords":"51.2194117,0.8941911","bedrooms":"2","price":"297000","area":"691"} , +{"type":"Feature","id":"n306455318","geometry":{"type":"Point","coordinates":[0.8918623,51.2187749]},"properties":{"@type":"node","@id":306455318,"@timestamp":1224699483},"coords":"51.2187749,0.8918623","bedrooms":"0","price":"275000","area":"575"} , +{"type":"Feature","id":"n306455331","geometry":{"type":"Point","coordinates":[0.8934657,51.222484]},"properties":{"@type":"node","@id":306455331,"@timestamp":1224699484},"coords":"51.222484,0.8934657","bedrooms":"4","price":"164000","area":"378"} , +{"type":"Feature","id":"n306495283","geometry":{"type":"Point","coordinates":[-0.2563982,51.3989866]},"properties":{"@type":"node","@id":306495283,"@timestamp":1591621335},"coords":"51.3989866,-0.2563982","bedrooms":"2","price":"287000","area":"537"} , +{"type":"Feature","id":"n306524679","geometry":{"type":"Point","coordinates":[-0.0866034,51.5181726]},"properties":{"@type":"node","@id":306524679,"@timestamp":1307235107},"coords":"51.5181726,-0.0866034","bedrooms":"4","price":"178000","area":"388"} , +{"type":"Feature","id":"n306551448","geometry":{"type":"Point","coordinates":[-0.1519849,51.5725427]},"properties":{"@type":"node","@id":306551448,"@timestamp":1614513790},"coords":"51.5725427,-0.1519849","bedrooms":"1","price":"195000","area":"675"} , +{"type":"Feature","id":"n306568707","geometry":{"type":"Point","coordinates":[-0.1176254,51.5439028]},"properties":{"@type":"node","@id":306568707,"@timestamp":1476916361},"coords":"51.5439028,-0.1176254","bedrooms":"3","price":"270000","area":"472"} , +{"type":"Feature","id":"n306686216","geometry":{"type":"Point","coordinates":[-0.1659677,51.1321754]},"properties":{"@type":"node","@id":306686216,"@timestamp":1465339845},"coords":"51.1321754,-0.1659677","bedrooms":"2","price":"299000","area":"451"} , +{"type":"Feature","id":"n307065879","geometry":{"type":"Point","coordinates":[-0.8208117,51.1822255]},"properties":{"@type":"node","@id":307065879,"@timestamp":1292687347},"coords":"51.1822255,-0.8208117","bedrooms":"3","price":"219000","area":"613"} , +{"type":"Feature","id":"n307134265","geometry":{"type":"Point","coordinates":[-0.0080483,51.6265977]},"properties":{"@type":"node","@id":307134265,"@timestamp":1547951112},"coords":"51.6265977,-0.0080483","bedrooms":"4","price":"176000","area":"466"} , +{"type":"Feature","id":"n307151988","geometry":{"type":"Point","coordinates":[-0.1388746,51.9440454]},"properties":{"@type":"node","@id":307151988,"@timestamp":1418577134},"coords":"51.9440454,-0.1388746","bedrooms":"2","price":"251000","area":"545"} , +{"type":"Feature","id":"n307388719","geometry":{"type":"Point","coordinates":[-0.6676152,51.7918931]},"properties":{"@type":"node","@id":307388719,"@timestamp":1630769947},"coords":"51.7918931,-0.6676152","bedrooms":"1","price":"203000","area":"632"} , +{"type":"Feature","id":"n307419289","geometry":{"type":"Point","coordinates":[0.8959664,51.2237004]},"properties":{"@type":"node","@id":307419289,"@timestamp":1224945294},"coords":"51.2237004,0.8959664","bedrooms":"3","price":"261000","area":"454"} , +{"type":"Feature","id":"n307419308","geometry":{"type":"Point","coordinates":[0.9000037,51.2241034]},"properties":{"@type":"node","@id":307419308,"@timestamp":1224945295},"coords":"51.2241034,0.9000037","bedrooms":"1","price":"278000","area":"388"} , +{"type":"Feature","id":"n307419342","geometry":{"type":"Point","coordinates":[0.8951227,51.2208832]},"properties":{"@type":"node","@id":307419342,"@timestamp":1224945298},"coords":"51.2208832,0.8951227","bedrooms":"0","price":"244000","area":"465"} , +{"type":"Feature","id":"n307419371","geometry":{"type":"Point","coordinates":[0.9031108,51.2234586]},"properties":{"@type":"node","@id":307419371,"@timestamp":1230999580},"coords":"51.2234586,0.9031108","bedrooms":"1","price":"282000","area":"365"} , +{"type":"Feature","id":"n307421188","geometry":{"type":"Point","coordinates":[-0.6561656,51.2545075]},"properties":{"@type":"node","@id":307421188,"@timestamp":1266702418},"coords":"51.2545075,-0.6561656","bedrooms":"3","price":"202000","area":"522"} , +{"type":"Feature","id":"n307423442","geometry":{"type":"Point","coordinates":[-0.6560497,51.2544482]},"properties":{"@type":"node","@id":307423442,"@timestamp":1506106138},"coords":"51.2544482,-0.6560497","bedrooms":"3","price":"270000","area":"479"} , +{"type":"Feature","id":"n307536211","geometry":{"type":"Point","coordinates":[0.0319951,51.5441876]},"properties":{"@type":"node","@id":307536211,"@timestamp":1224977792},"coords":"51.5441876,0.0319951","bedrooms":"3","price":"273000","area":"649"} , +{"type":"Feature","id":"n307627466","geometry":{"type":"Point","coordinates":[0.5251793,51.8556547]},"properties":{"@type":"node","@id":307627466,"@timestamp":1328020271},"coords":"51.8556547,0.5251793","bedrooms":"4","price":"203000","area":"652"} , +{"type":"Feature","id":"n307640499","geometry":{"type":"Point","coordinates":[-0.2489132,51.3796301]},"properties":{"@type":"node","@id":307640499,"@timestamp":1611488331},"coords":"51.3796301,-0.2489132","bedrooms":"1","price":"274000","area":"484"} , +{"type":"Feature","id":"n307684967","geometry":{"type":"Point","coordinates":[-0.7142952,51.6225851]},"properties":{"@type":"node","@id":307684967,"@timestamp":1405846121},"coords":"51.6225851,-0.7142952","bedrooms":"1","price":"257000","area":"490"} , +{"type":"Feature","id":"n307713026","geometry":{"type":"Point","coordinates":[0.8623446,51.0665061]},"properties":{"@type":"node","@id":307713026,"@timestamp":1225035351},"coords":"51.0665061,0.8623446","bedrooms":"0","price":"158000","area":"393"} , +{"type":"Feature","id":"n307713050","geometry":{"type":"Point","coordinates":[0.8674229,51.0683718]},"properties":{"@type":"node","@id":307713050,"@timestamp":1225035353},"coords":"51.0683718,0.8674229","bedrooms":"4","price":"188000","area":"482"} , +{"type":"Feature","id":"n307713068","geometry":{"type":"Point","coordinates":[0.8669443,51.0673899]},"properties":{"@type":"node","@id":307713068,"@timestamp":1225035354},"coords":"51.0673899,0.8669443","bedrooms":"3","price":"274000","area":"674"} , +{"type":"Feature","id":"n307713096","geometry":{"type":"Point","coordinates":[0.8713045,51.0674519]},"properties":{"@type":"node","@id":307713096,"@timestamp":1225035356},"coords":"51.0674519,0.8713045","bedrooms":"2","price":"265000","area":"687"} , +{"type":"Feature","id":"n307713141","geometry":{"type":"Point","coordinates":[0.872707,51.0677522]},"properties":{"@type":"node","@id":307713141,"@timestamp":1225035360},"coords":"51.0677522,0.872707","bedrooms":"2","price":"183000","area":"547"} , +{"type":"Feature","id":"n307713160","geometry":{"type":"Point","coordinates":[0.8724406,51.069381]},"properties":{"@type":"node","@id":307713160,"@timestamp":1225035362},"coords":"51.069381,0.8724406","bedrooms":"4","price":"205000","area":"630"} , +{"type":"Feature","id":"n307713191","geometry":{"type":"Point","coordinates":[0.8708268,51.0700247]},"properties":{"@type":"node","@id":307713191,"@timestamp":1225035364},"coords":"51.0700247,0.8708268","bedrooms":"4","price":"167000","area":"508"} , +{"type":"Feature","id":"n307741505","geometry":{"type":"Point","coordinates":[-0.7225758,51.6297993]},"properties":{"@type":"node","@id":307741505,"@timestamp":1610666170},"coords":"51.6297993,-0.7225758","bedrooms":"3","price":"267000","area":"696"} , +{"type":"Feature","id":"n307823214","geometry":{"type":"Point","coordinates":[-0.7305642,51.6236815]},"properties":{"@type":"node","@id":307823214,"@timestamp":1401136270},"coords":"51.6236815,-0.7305642","bedrooms":"2","price":"295000","area":"364"} , +{"type":"Feature","id":"n307837015","geometry":{"type":"Point","coordinates":[-0.7287534,51.6260605]},"properties":{"@type":"node","@id":307837015,"@timestamp":1405158110},"coords":"51.6260605,-0.7287534","bedrooms":"2","price":"243000","area":"526"} , +{"type":"Feature","id":"n307847442","geometry":{"type":"Point","coordinates":[-0.2526224,51.3609139]},"properties":{"@type":"node","@id":307847442,"@timestamp":1225057804},"coords":"51.3609139,-0.2526224","bedrooms":"1","price":"220000","area":"382"} , +{"type":"Feature","id":"n307853937","geometry":{"type":"Point","coordinates":[0.5160204,51.6301744]},"properties":{"@type":"node","@id":307853937,"@timestamp":1253297023},"coords":"51.6301744,0.5160204","bedrooms":"0","price":"175000","area":"389"} , +{"type":"Feature","id":"n308000521","geometry":{"type":"Point","coordinates":[-0.7453971,51.4092024]},"properties":{"@type":"node","@id":308000521,"@timestamp":1618748889},"coords":"51.4092024,-0.7453971","bedrooms":"0","price":"208000","area":"591"} , +{"type":"Feature","id":"n308060614","geometry":{"type":"Point","coordinates":[-0.2870454,51.373367]},"properties":{"@type":"node","@id":308060614,"@timestamp":1626252125},"coords":"51.373367,-0.2870454","bedrooms":"1","price":"174000","area":"393"} , +{"type":"Feature","id":"n308064709","geometry":{"type":"Point","coordinates":[-0.0424149,51.398893]},"properties":{"@type":"node","@id":308064709,"@timestamp":1434458630},"coords":"51.398893,-0.0424149","bedrooms":"0","price":"248000","area":"423"} , +{"type":"Feature","id":"n308079582","geometry":{"type":"Point","coordinates":[0.7754105,51.95878]},"properties":{"@type":"node","@id":308079582,"@timestamp":1225140982},"coords":"51.95878,0.7754105","bedrooms":"1","price":"292000","area":"647"} , +{"type":"Feature","id":"n308196787","geometry":{"type":"Point","coordinates":[-0.4309492,51.2623333]},"properties":{"@type":"node","@id":308196787,"@timestamp":1572561358},"coords":"51.2623333,-0.4309492","bedrooms":"1","price":"155000","area":"387"} , +{"type":"Feature","id":"n308254985","geometry":{"type":"Point","coordinates":[-0.7361299,51.2848507]},"properties":{"@type":"node","@id":308254985,"@timestamp":1520543188},"coords":"51.2848507,-0.7361299","bedrooms":"2","price":"157000","area":"497"} , +{"type":"Feature","id":"n308419823","geometry":{"type":"Point","coordinates":[-0.2184043,51.5058892]},"properties":{"@type":"node","@id":308419823,"@timestamp":1596210685},"coords":"51.5058892,-0.2184043","bedrooms":"4","price":"189000","area":"396"} , +{"type":"Feature","id":"n308426149","geometry":{"type":"Point","coordinates":[-0.2225928,51.5057938]},"properties":{"@type":"node","@id":308426149,"@timestamp":1619333289},"coords":"51.5057938,-0.2225928","bedrooms":"0","price":"285000","area":"453"} , +{"type":"Feature","id":"n308426708","geometry":{"type":"Point","coordinates":[-0.2244324,51.5099861]},"properties":{"@type":"node","@id":308426708,"@timestamp":1618418246},"coords":"51.5099861,-0.2244324","bedrooms":"2","price":"152000","area":"383"} , +{"type":"Feature","id":"n308507359","geometry":{"type":"Point","coordinates":[-0.3894493,51.6258376]},"properties":{"@type":"node","@id":308507359,"@timestamp":1225284871},"coords":"51.6258376,-0.3894493","bedrooms":"2","price":"276000","area":"478"} , +{"type":"Feature","id":"n308559937","geometry":{"type":"Point","coordinates":[0.6925553,51.8353785]},"properties":{"@type":"node","@id":308559937,"@timestamp":1621981501},"coords":"51.8353785,0.6925553","bedrooms":"0","price":"175000","area":"414"} , +{"type":"Feature","id":"n308710858","geometry":{"type":"Point","coordinates":[-0.1444595,51.491082]},"properties":{"@type":"node","@id":308710858,"@timestamp":1509309346},"coords":"51.491082,-0.1444595","bedrooms":"0","price":"249000","area":"639"} , +{"type":"Feature","id":"n308746499","geometry":{"type":"Point","coordinates":[-0.4890815,51.0335811]},"properties":{"@type":"node","@id":308746499,"@timestamp":1225366784},"coords":"51.0335811,-0.4890815","bedrooms":"3","price":"192000","area":"691"} , +{"type":"Feature","id":"n308833149","geometry":{"type":"Point","coordinates":[-0.1440929,51.4931735]},"properties":{"@type":"node","@id":308833149,"@timestamp":1282689601},"coords":"51.4931735,-0.1440929","bedrooms":"4","price":"154000","area":"695"} , +{"type":"Feature","id":"n308839732","geometry":{"type":"Point","coordinates":[-0.0916174,51.5283128]},"properties":{"@type":"node","@id":308839732,"@timestamp":1611273010},"coords":"51.5283128,-0.0916174","bedrooms":"0","price":"261000","area":"536"} , +{"type":"Feature","id":"n308945029","geometry":{"type":"Point","coordinates":[-0.1497694,51.9704276]},"properties":{"@type":"node","@id":308945029,"@timestamp":1517325750},"coords":"51.9704276,-0.1497694","bedrooms":"4","price":"240000","area":"425"} , +{"type":"Feature","id":"n308974759","geometry":{"type":"Point","coordinates":[-0.0123841,51.6261732]},"properties":{"@type":"node","@id":308974759,"@timestamp":1371423926},"coords":"51.6261732,-0.0123841","bedrooms":"3","price":"191000","area":"584"} , +{"type":"Feature","id":"n308992579","geometry":{"type":"Point","coordinates":[-0.0104036,51.1240834]},"properties":{"@type":"node","@id":308992579,"@timestamp":1626888047},"coords":"51.1240834,-0.0104036","bedrooms":"4","price":"150000","area":"531"} , +{"type":"Feature","id":"n309158493","geometry":{"type":"Point","coordinates":[0.521922,51.6239029]},"properties":{"@type":"node","@id":309158493,"@timestamp":1598850826},"coords":"51.6239029,0.521922","bedrooms":"0","price":"271000","area":"548"} , +{"type":"Feature","id":"n309250745","geometry":{"type":"Point","coordinates":[-0.9700057,51.4676051]},"properties":{"@type":"node","@id":309250745,"@timestamp":1624392083},"coords":"51.4676051,-0.9700057","bedrooms":"0","price":"204000","area":"355"} , +{"type":"Feature","id":"n309376848","geometry":{"type":"Point","coordinates":[-0.0734277,51.5631474]},"properties":{"@type":"node","@id":309376848,"@timestamp":1234041750},"coords":"51.5631474,-0.0734277","bedrooms":"1","price":"214000","area":"442"} , +{"type":"Feature","id":"n309423432","geometry":{"type":"Point","coordinates":[-0.7804047,51.2887464]},"properties":{"@type":"node","@id":309423432,"@timestamp":1436472094},"coords":"51.2887464,-0.7804047","bedrooms":"1","price":"182000","area":"637"} , +{"type":"Feature","id":"n309423481","geometry":{"type":"Point","coordinates":[-0.2137109,51.4565175]},"properties":{"@type":"node","@id":309423481,"@timestamp":1629759798},"coords":"51.4565175,-0.2137109","bedrooms":"3","price":"246000","area":"576"} , +{"type":"Feature","id":"n309423528","geometry":{"type":"Point","coordinates":[-0.2123267,51.4587049]},"properties":{"@type":"node","@id":309423528,"@timestamp":1586716024},"coords":"51.4587049,-0.2123267","bedrooms":"2","price":"199000","area":"610"} , +{"type":"Feature","id":"n309423575","geometry":{"type":"Point","coordinates":[-0.2127838,51.4590349]},"properties":{"@type":"node","@id":309423575,"@timestamp":1586691856},"coords":"51.4590349,-0.2127838","bedrooms":"3","price":"255000","area":"645"} , +{"type":"Feature","id":"n309427347","geometry":{"type":"Point","coordinates":[-0.1993653,51.5145121]},"properties":{"@type":"node","@id":309427347,"@timestamp":1438032839},"coords":"51.5145121,-0.1993653","bedrooms":"3","price":"218000","area":"369"} , +{"type":"Feature","id":"n309499860","geometry":{"type":"Point","coordinates":[-0.2248695,51.5119406]},"properties":{"@type":"node","@id":309499860,"@timestamp":1618393434},"coords":"51.5119406,-0.2248695","bedrooms":"0","price":"173000","area":"548"} , +{"type":"Feature","id":"n309499964","geometry":{"type":"Point","coordinates":[-0.2245998,51.5105678]},"properties":{"@type":"node","@id":309499964,"@timestamp":1618418246},"coords":"51.5105678,-0.2245998","bedrooms":"1","price":"289000","area":"639"} , +{"type":"Feature","id":"n309505937","geometry":{"type":"Point","coordinates":[-0.1884753,51.5126996]},"properties":{"@type":"node","@id":309505937,"@timestamp":1578134743},"coords":"51.5126996,-0.1884753","bedrooms":"3","price":"272000","area":"436"} , +{"type":"Feature","id":"n309526064","geometry":{"type":"Point","coordinates":[-0.1725858,51.4104795]},"properties":{"@type":"node","@id":309526064,"@timestamp":1533082988},"coords":"51.4104795,-0.1725858","bedrooms":"2","price":"192000","area":"624"} , +{"type":"Feature","id":"n309557513","geometry":{"type":"Point","coordinates":[-0.1960129,51.6000692]},"properties":{"@type":"node","@id":309557513,"@timestamp":1225666555},"coords":"51.6000692,-0.1960129","bedrooms":"0","price":"202000","area":"469"} , +{"type":"Feature","id":"n309645051","geometry":{"type":"Point","coordinates":[0.3532044,51.507966]},"properties":{"@type":"node","@id":309645051,"@timestamp":1225713916},"coords":"51.507966,0.3532044","bedrooms":"4","price":"275000","area":"437"} , +{"type":"Feature","id":"n309687655","geometry":{"type":"Point","coordinates":[-0.750136,51.3489589]},"properties":{"@type":"node","@id":309687655,"@timestamp":1225727523},"coords":"51.3489589,-0.750136","bedrooms":"0","price":"273000","area":"473"} , +{"type":"Feature","id":"n309740076","geometry":{"type":"Point","coordinates":[-0.2656566,51.4975695]},"properties":{"@type":"node","@id":309740076,"@timestamp":1412628159},"coords":"51.4975695,-0.2656566","bedrooms":"0","price":"226000","area":"628"} , +{"type":"Feature","id":"n309745772","geometry":{"type":"Point","coordinates":[-0.2167731,51.4605108]},"properties":{"@type":"node","@id":309745772,"@timestamp":1586691856},"coords":"51.4605108,-0.2167731","bedrooms":"0","price":"287000","area":"636"} , +{"type":"Feature","id":"n309745992","geometry":{"type":"Point","coordinates":[-0.2137703,51.4577174]},"properties":{"@type":"node","@id":309745992,"@timestamp":1225814584},"coords":"51.4577174,-0.2137703","bedrooms":"2","price":"159000","area":"639"} , +{"type":"Feature","id":"n309779833","geometry":{"type":"Point","coordinates":[-0.2151521,51.4578323]},"properties":{"@type":"node","@id":309779833,"@timestamp":1586716024},"coords":"51.4578323,-0.2151521","bedrooms":"3","price":"195000","area":"504"} , +{"type":"Feature","id":"n309780020","geometry":{"type":"Point","coordinates":[-0.2167388,51.458439]},"properties":{"@type":"node","@id":309780020,"@timestamp":1611271205},"coords":"51.458439,-0.2167388","bedrooms":"0","price":"241000","area":"601"} , +{"type":"Feature","id":"n309780767","geometry":{"type":"Point","coordinates":[-0.5196562,51.2079822]},"properties":{"@type":"node","@id":309780767,"@timestamp":1321817331},"coords":"51.2079822,-0.5196562","bedrooms":"2","price":"259000","area":"666"} , +{"type":"Feature","id":"n309787027","geometry":{"type":"Point","coordinates":[-0.4316347,51.7474683]},"properties":{"@type":"node","@id":309787027,"@timestamp":1483338486},"coords":"51.7474683,-0.4316347","bedrooms":"1","price":"153000","area":"539"} , +{"type":"Feature","id":"n309975282","geometry":{"type":"Point","coordinates":[0.7385843,51.355203]},"properties":{"@type":"node","@id":309975282,"@timestamp":1567458868},"coords":"51.355203,0.7385843","bedrooms":"2","price":"293000","area":"567"} , +{"type":"Feature","id":"n310010569","geometry":{"type":"Point","coordinates":[0.8163286,51.1786959]},"properties":{"@type":"node","@id":310010569,"@timestamp":1234484910},"coords":"51.1786959,0.8163286","bedrooms":"1","price":"291000","area":"673"} , +{"type":"Feature","id":"n310177652","geometry":{"type":"Point","coordinates":[0.8140176,51.176691]},"properties":{"@type":"node","@id":310177652,"@timestamp":1234485151},"coords":"51.176691,0.8140176","bedrooms":"2","price":"165000","area":"627"} , +{"type":"Feature","id":"n310177820","geometry":{"type":"Point","coordinates":[0.8177856,51.1794887]},"properties":{"@type":"node","@id":310177820,"@timestamp":1234485157},"coords":"51.1794887,0.8177856","bedrooms":"4","price":"286000","area":"675"} , +{"type":"Feature","id":"n310253199","geometry":{"type":"Point","coordinates":[-0.1560333,51.3694554]},"properties":{"@type":"node","@id":310253199,"@timestamp":1328645090},"coords":"51.3694554,-0.1560333","bedrooms":"0","price":"224000","area":"459"} , +{"type":"Feature","id":"n310271958","geometry":{"type":"Point","coordinates":[-0.4196824,51.8566319]},"properties":{"@type":"node","@id":310271958,"@timestamp":1607119579},"coords":"51.8566319,-0.4196824","bedrooms":"4","price":"183000","area":"505"} , +{"type":"Feature","id":"n310398338","geometry":{"type":"Point","coordinates":[-0.5313779,51.0640818]},"properties":{"@type":"node","@id":310398338,"@timestamp":1539290666},"coords":"51.0640818,-0.5313779","bedrooms":"2","price":"211000","area":"373"} , +{"type":"Feature","id":"n310418271","geometry":{"type":"Point","coordinates":[-0.0979638,51.881129]},"properties":{"@type":"node","@id":310418271,"@timestamp":1463939927},"coords":"51.881129,-0.0979638","bedrooms":"2","price":"230000","area":"513"} , +{"type":"Feature","id":"n310529669","geometry":{"type":"Point","coordinates":[0.6295429,51.9434318]},"properties":{"@type":"node","@id":310529669,"@timestamp":1292804835},"coords":"51.9434318,0.6295429","bedrooms":"0","price":"293000","area":"438"} , +{"type":"Feature","id":"n310639273","geometry":{"type":"Point","coordinates":[0.5007449,51.2316746]},"properties":{"@type":"node","@id":310639273,"@timestamp":1560943476},"coords":"51.2316746,0.5007449","bedrooms":"0","price":"233000","area":"405"} , +{"type":"Feature","id":"n310652712","geometry":{"type":"Point","coordinates":[0.5780603,51.2687133]},"properties":{"@type":"node","@id":310652712,"@timestamp":1295267417},"coords":"51.2687133,0.5780603","bedrooms":"3","price":"174000","area":"598"} , +{"type":"Feature","id":"n310662392","geometry":{"type":"Point","coordinates":[0.4948108,51.2326493]},"properties":{"@type":"node","@id":310662392,"@timestamp":1259864441},"coords":"51.2326493,0.4948108","bedrooms":"3","price":"193000","area":"693"} , +{"type":"Feature","id":"n310798866","geometry":{"type":"Point","coordinates":[0.5159374,51.2778604]},"properties":{"@type":"node","@id":310798866,"@timestamp":1297031401},"coords":"51.2778604,0.5159374","bedrooms":"1","price":"297000","area":"465"} , +{"type":"Feature","id":"n310814842","geometry":{"type":"Point","coordinates":[0.8089793,51.1827131]},"properties":{"@type":"node","@id":310814842,"@timestamp":1226248373},"coords":"51.1827131,0.8089793","bedrooms":"1","price":"187000","area":"681"} , +{"type":"Feature","id":"n310814852","geometry":{"type":"Point","coordinates":[0.8031193,51.1822337]},"properties":{"@type":"node","@id":310814852,"@timestamp":1226248375},"coords":"51.1822337,0.8031193","bedrooms":"2","price":"188000","area":"667"} , +{"type":"Feature","id":"n310814865","geometry":{"type":"Point","coordinates":[0.7984751,51.1775252]},"properties":{"@type":"node","@id":310814865,"@timestamp":1226248378},"coords":"51.1775252,0.7984751","bedrooms":"4","price":"175000","area":"453"} , +{"type":"Feature","id":"n310814875","geometry":{"type":"Point","coordinates":[0.7896787,51.1779875]},"properties":{"@type":"node","@id":310814875,"@timestamp":1226248379},"coords":"51.1779875,0.7896787","bedrooms":"0","price":"178000","area":"660"} , +{"type":"Feature","id":"n310821021","geometry":{"type":"Point","coordinates":[0.8099909,51.1914893]},"properties":{"@type":"node","@id":310821021,"@timestamp":1226249673},"coords":"51.1914893,0.8099909","bedrooms":"0","price":"164000","area":"543"} , +{"type":"Feature","id":"n310821085","geometry":{"type":"Point","coordinates":[0.7602525,51.193945]},"properties":{"@type":"node","@id":310821085,"@timestamp":1226249680},"coords":"51.193945,0.7602525","bedrooms":"2","price":"245000","area":"375"} , +{"type":"Feature","id":"n310825305","geometry":{"type":"Point","coordinates":[0.5160558,51.2915711]},"properties":{"@type":"node","@id":310825305,"@timestamp":1226356852},"coords":"51.2915711,0.5160558","bedrooms":"3","price":"260000","area":"588"} , +{"type":"Feature","id":"n310825467","geometry":{"type":"Point","coordinates":[0.7366067,51.2179514]},"properties":{"@type":"node","@id":310825467,"@timestamp":1226250731},"coords":"51.2179514,0.7366067","bedrooms":"0","price":"249000","area":"407"} , +{"type":"Feature","id":"n310828981","geometry":{"type":"Point","coordinates":[0.7418408,51.2177508]},"properties":{"@type":"node","@id":310828981,"@timestamp":1226251769},"coords":"51.2177508,0.7418408","bedrooms":"1","price":"183000","area":"604"} , +{"type":"Feature","id":"n310829060","geometry":{"type":"Point","coordinates":[0.7636562,51.2073319]},"properties":{"@type":"node","@id":310829060,"@timestamp":1226251783},"coords":"51.2073319,0.7636562","bedrooms":"3","price":"256000","area":"633"} , +{"type":"Feature","id":"n310829083","geometry":{"type":"Point","coordinates":[0.7634079,51.2026894]},"properties":{"@type":"node","@id":310829083,"@timestamp":1226251786},"coords":"51.2026894,0.7634079","bedrooms":"4","price":"271000","area":"695"} , +{"type":"Feature","id":"n310829134","geometry":{"type":"Point","coordinates":[0.7696009,51.2002122]},"properties":{"@type":"node","@id":310829134,"@timestamp":1226251793},"coords":"51.2002122,0.7696009","bedrooms":"4","price":"283000","area":"559"} , +{"type":"Feature","id":"n310829156","geometry":{"type":"Point","coordinates":[0.772708,51.2035101]},"properties":{"@type":"node","@id":310829156,"@timestamp":1226251797},"coords":"51.2035101,0.772708","bedrooms":"0","price":"186000","area":"655"} , +{"type":"Feature","id":"n310832631","geometry":{"type":"Point","coordinates":[0.7765937,51.2198442]},"properties":{"@type":"node","@id":310832631,"@timestamp":1226252652},"coords":"51.2198442,0.7765937","bedrooms":"4","price":"265000","area":"439"} , +{"type":"Feature","id":"n310832646","geometry":{"type":"Point","coordinates":[0.7830252,51.227227]},"properties":{"@type":"node","@id":310832646,"@timestamp":1226252658},"coords":"51.227227,0.7830252","bedrooms":"2","price":"193000","area":"679"} , +{"type":"Feature","id":"n310837776","geometry":{"type":"Point","coordinates":[0.840394,51.2838896]},"properties":{"@type":"node","@id":310837776,"@timestamp":1226254056},"coords":"51.2838896,0.840394","bedrooms":"4","price":"176000","area":"485"} , +{"type":"Feature","id":"n310837834","geometry":{"type":"Point","coordinates":[0.8389849,51.2809567]},"properties":{"@type":"node","@id":310837834,"@timestamp":1226254062},"coords":"51.2809567,0.8389849","bedrooms":"1","price":"184000","area":"616"} , +{"type":"Feature","id":"n310837879","geometry":{"type":"Point","coordinates":[0.8378003,51.2775749]},"properties":{"@type":"node","@id":310837879,"@timestamp":1226254066},"coords":"51.2775749,0.8378003","bedrooms":"1","price":"245000","area":"432"} , +{"type":"Feature","id":"n310837927","geometry":{"type":"Point","coordinates":[0.8389432,51.2725596]},"properties":{"@type":"node","@id":310837927,"@timestamp":1226254072},"coords":"51.2725596,0.8389432","bedrooms":"3","price":"193000","area":"559"} , +{"type":"Feature","id":"n310837973","geometry":{"type":"Point","coordinates":[0.836626,51.2627274]},"properties":{"@type":"node","@id":310837973,"@timestamp":1226254077},"coords":"51.2627274,0.836626","bedrooms":"2","price":"254000","area":"619"} , +{"type":"Feature","id":"n310838018","geometry":{"type":"Point","coordinates":[0.8325188,51.256924]},"properties":{"@type":"node","@id":310838018,"@timestamp":1226254081},"coords":"51.256924,0.8325188","bedrooms":"4","price":"208000","area":"399"} , +{"type":"Feature","id":"n310840852","geometry":{"type":"Point","coordinates":[0.800733,51.2228576]},"properties":{"@type":"node","@id":310840852,"@timestamp":1226254665},"coords":"51.2228576,0.800733","bedrooms":"2","price":"187000","area":"589"} , +{"type":"Feature","id":"n310840862","geometry":{"type":"Point","coordinates":[0.8036914,51.2262632]},"properties":{"@type":"node","@id":310840862,"@timestamp":1226254668},"coords":"51.2262632,0.8036914","bedrooms":"2","price":"195000","area":"604"} , +{"type":"Feature","id":"n310843557","geometry":{"type":"Point","coordinates":[0.7977331,51.2617602]},"properties":{"@type":"node","@id":310843557,"@timestamp":1226255325},"coords":"51.2617602,0.7977331","bedrooms":"2","price":"181000","area":"638"} , +{"type":"Feature","id":"n310843574","geometry":{"type":"Point","coordinates":[0.7804768,51.2446987]},"properties":{"@type":"node","@id":310843574,"@timestamp":1226255327},"coords":"51.2446987,0.7804768","bedrooms":"0","price":"204000","area":"400"} , +{"type":"Feature","id":"n310843602","geometry":{"type":"Point","coordinates":[0.7785273,51.2409332]},"properties":{"@type":"node","@id":310843602,"@timestamp":1226255330},"coords":"51.2409332,0.7785273","bedrooms":"3","price":"294000","area":"504"} , +{"type":"Feature","id":"n310843627","geometry":{"type":"Point","coordinates":[0.7713096,51.2381888]},"properties":{"@type":"node","@id":310843627,"@timestamp":1226255333},"coords":"51.2381888,0.7713096","bedrooms":"0","price":"245000","area":"513"} , +{"type":"Feature","id":"n310843650","geometry":{"type":"Point","coordinates":[0.8078819,51.2675056]},"properties":{"@type":"node","@id":310843650,"@timestamp":1226255336},"coords":"51.2675056,0.8078819","bedrooms":"1","price":"265000","area":"538"} , +{"type":"Feature","id":"n310843712","geometry":{"type":"Point","coordinates":[0.8201878,51.2811473]},"properties":{"@type":"node","@id":310843712,"@timestamp":1226255342},"coords":"51.2811473,0.8201878","bedrooms":"4","price":"229000","area":"623"} , +{"type":"Feature","id":"n310856729","geometry":{"type":"Point","coordinates":[0.4096511,51.294474]},"properties":{"@type":"node","@id":310856729,"@timestamp":1464453669},"coords":"51.294474,0.4096511","bedrooms":"4","price":"195000","area":"369"} , +{"type":"Feature","id":"n310856884","geometry":{"type":"Point","coordinates":[0.3988323,51.2959181]},"properties":{"@type":"node","@id":310856884,"@timestamp":1226258303},"coords":"51.2959181,0.3988323","bedrooms":"4","price":"240000","area":"563"} , +{"type":"Feature","id":"n310857256","geometry":{"type":"Point","coordinates":[0.4019514,51.2868881]},"properties":{"@type":"node","@id":310857256,"@timestamp":1598847948},"coords":"51.2868881,0.4019514","bedrooms":"0","price":"203000","area":"427"} , +{"type":"Feature","id":"n310857466","geometry":{"type":"Point","coordinates":[0.4044846,51.3009178]},"properties":{"@type":"node","@id":310857466,"@timestamp":1469902632},"coords":"51.3009178,0.4044846","bedrooms":"2","price":"205000","area":"369"} , +{"type":"Feature","id":"n310909221","geometry":{"type":"Point","coordinates":[-0.3281079,51.2258814]},"properties":{"@type":"node","@id":310909221,"@timestamp":1226267056},"coords":"51.2258814,-0.3281079","bedrooms":"3","price":"223000","area":"478"} , +{"type":"Feature","id":"n311042138","geometry":{"type":"Point","coordinates":[-0.3514727,51.2933027]},"properties":{"@type":"node","@id":311042138,"@timestamp":1315914348},"coords":"51.2933027,-0.3514727","bedrooms":"4","price":"211000","area":"659"} , +{"type":"Feature","id":"n311079987","geometry":{"type":"Point","coordinates":[-0.5946536,51.3514581]},"properties":{"@type":"node","@id":311079987,"@timestamp":1279546041},"coords":"51.3514581,-0.5946536","bedrooms":"2","price":"177000","area":"601"} , +{"type":"Feature","id":"n311116962","geometry":{"type":"Point","coordinates":[0.4029211,51.2816918]},"properties":{"@type":"node","@id":311116962,"@timestamp":1569942055},"coords":"51.2816918,0.4029211","bedrooms":"2","price":"260000","area":"664"} , +{"type":"Feature","id":"n311140571","geometry":{"type":"Point","coordinates":[-0.3779573,51.2880869]},"properties":{"@type":"node","@id":311140571,"@timestamp":1619996160},"coords":"51.2880869,-0.3779573","bedrooms":"2","price":"223000","area":"545"} , +{"type":"Feature","id":"n311155093","geometry":{"type":"Point","coordinates":[0.2755591,51.1969895]},"properties":{"@type":"node","@id":311155093,"@timestamp":1226349377},"coords":"51.1969895,0.2755591","bedrooms":"4","price":"152000","area":"468"} , +{"type":"Feature","id":"n311159223","geometry":{"type":"Point","coordinates":[0.5178662,51.2691485]},"properties":{"@type":"node","@id":311159223,"@timestamp":1271187496},"coords":"51.2691485,0.5178662","bedrooms":"4","price":"203000","area":"425"} , +{"type":"Feature","id":"n311164053","geometry":{"type":"Point","coordinates":[-0.382756,51.2885747]},"properties":{"@type":"node","@id":311164053,"@timestamp":1620472548},"coords":"51.2885747,-0.382756","bedrooms":"3","price":"205000","area":"461"} , +{"type":"Feature","id":"n311171288","geometry":{"type":"Point","coordinates":[0.5092464,51.2687143]},"properties":{"@type":"node","@id":311171288,"@timestamp":1226351771},"coords":"51.2687143,0.5092464","bedrooms":"0","price":"206000","area":"534"} , +{"type":"Feature","id":"n311179507","geometry":{"type":"Point","coordinates":[0.5154222,51.2766003]},"properties":{"@type":"node","@id":311179507,"@timestamp":1630947908},"coords":"51.2766003,0.5154222","bedrooms":"0","price":"207000","area":"508"} , +{"type":"Feature","id":"n311184652","geometry":{"type":"Point","coordinates":[0.5149069,51.2850934]},"properties":{"@type":"node","@id":311184652,"@timestamp":1226353955},"coords":"51.2850934,0.5149069","bedrooms":"1","price":"205000","area":"543"} , +{"type":"Feature","id":"n311195443","geometry":{"type":"Point","coordinates":[0.2763108,51.5046334]},"properties":{"@type":"node","@id":311195443,"@timestamp":1330810965},"coords":"51.5046334,0.2763108","bedrooms":"2","price":"218000","area":"378"} , +{"type":"Feature","id":"n311206731","geometry":{"type":"Point","coordinates":[0.5081272,51.2736656]},"properties":{"@type":"node","@id":311206731,"@timestamp":1401545009},"coords":"51.2736656,0.5081272","bedrooms":"3","price":"217000","area":"459"} , +{"type":"Feature","id":"n311217079","geometry":{"type":"Point","coordinates":[-0.559224,51.9300569]},"properties":{"@type":"node","@id":311217079,"@timestamp":1226361187},"coords":"51.9300569,-0.559224","bedrooms":"3","price":"163000","area":"670"} , +{"type":"Feature","id":"n311303835","geometry":{"type":"Point","coordinates":[0.5647144,51.2768336]},"properties":{"@type":"node","@id":311303835,"@timestamp":1236563042},"coords":"51.2768336,0.5647144","bedrooms":"2","price":"150000","area":"606"} , +{"type":"Feature","id":"n311355967","geometry":{"type":"Point","coordinates":[-0.3302905,51.253351]},"properties":{"@type":"node","@id":311355967,"@timestamp":1616712729},"coords":"51.253351,-0.3302905","bedrooms":"3","price":"185000","area":"499"} , +{"type":"Feature","id":"n311372304","geometry":{"type":"Point","coordinates":[0.5000073,51.281565]},"properties":{"@type":"node","@id":311372304,"@timestamp":1630947908},"coords":"51.281565,0.5000073","bedrooms":"1","price":"254000","area":"575"} , +{"type":"Feature","id":"n311376105","geometry":{"type":"Point","coordinates":[0.4912003,51.287025]},"properties":{"@type":"node","@id":311376105,"@timestamp":1243272813},"coords":"51.287025,0.4912003","bedrooms":"1","price":"206000","area":"557"} , +{"type":"Feature","id":"n311379094","geometry":{"type":"Point","coordinates":[0.511617,51.2743001]},"properties":{"@type":"node","@id":311379094,"@timestamp":1226434561},"coords":"51.2743001,0.511617","bedrooms":"3","price":"204000","area":"362"} , +{"type":"Feature","id":"n311379415","geometry":{"type":"Point","coordinates":[0.5051471,51.269699]},"properties":{"@type":"node","@id":311379415,"@timestamp":1448036187},"coords":"51.269699,0.5051471","bedrooms":"2","price":"277000","area":"636"} , +{"type":"Feature","id":"n311380917","geometry":{"type":"Point","coordinates":[0.8693097,51.3064539]},"properties":{"@type":"node","@id":311380917,"@timestamp":1226435662},"coords":"51.3064539,0.8693097","bedrooms":"2","price":"274000","area":"534"} , +{"type":"Feature","id":"n311380976","geometry":{"type":"Point","coordinates":[0.8669189,51.3021739]},"properties":{"@type":"node","@id":311380976,"@timestamp":1226435687},"coords":"51.3021739,0.8669189","bedrooms":"2","price":"191000","area":"487"} , +{"type":"Feature","id":"n311384198","geometry":{"type":"Point","coordinates":[0.8466999,51.2528309]},"properties":{"@type":"node","@id":311384198,"@timestamp":1226437187},"coords":"51.2528309,0.8466999","bedrooms":"4","price":"262000","area":"360"} , +{"type":"Feature","id":"n311384220","geometry":{"type":"Point","coordinates":[0.8418021,51.249471]},"properties":{"@type":"node","@id":311384220,"@timestamp":1226437192},"coords":"51.249471,0.8418021","bedrooms":"3","price":"231000","area":"548"} , +{"type":"Feature","id":"n311384237","geometry":{"type":"Point","coordinates":[0.8372562,51.2490657]},"properties":{"@type":"node","@id":311384237,"@timestamp":1226437200},"coords":"51.2490657,0.8372562","bedrooms":"4","price":"222000","area":"389"} , +{"type":"Feature","id":"n311384252","geometry":{"type":"Point","coordinates":[0.8368319,51.2510057]},"properties":{"@type":"node","@id":311384252,"@timestamp":1226437208},"coords":"51.2510057,0.8368319","bedrooms":"1","price":"250000","area":"425"} , +{"type":"Feature","id":"n311384273","geometry":{"type":"Point","coordinates":[0.8396587,51.2556682]},"properties":{"@type":"node","@id":311384273,"@timestamp":1226437215},"coords":"51.2556682,0.8396587","bedrooms":"1","price":"259000","area":"491"} , +{"type":"Feature","id":"n311384308","geometry":{"type":"Point","coordinates":[0.8373532,51.2596204]},"properties":{"@type":"node","@id":311384308,"@timestamp":1226437222},"coords":"51.2596204,0.8373532","bedrooms":"3","price":"220000","area":"664"} , +{"type":"Feature","id":"n311384340","geometry":{"type":"Point","coordinates":[0.830474,51.251993]},"properties":{"@type":"node","@id":311384340,"@timestamp":1226437226},"coords":"51.251993,0.830474","bedrooms":"1","price":"195000","area":"574"} , +{"type":"Feature","id":"n311386580","geometry":{"type":"Point","coordinates":[0.8078276,51.2698299]},"properties":{"@type":"node","@id":311386580,"@timestamp":1226437861},"coords":"51.2698299,0.8078276","bedrooms":"1","price":"164000","area":"529"} , +{"type":"Feature","id":"n311387812","geometry":{"type":"Point","coordinates":[0.8094654,51.2101311]},"properties":{"@type":"node","@id":311387812,"@timestamp":1226438460},"coords":"51.2101311,0.8094654","bedrooms":"1","price":"279000","area":"551"} , +{"type":"Feature","id":"n311387830","geometry":{"type":"Point","coordinates":[0.8037457,51.1990137]},"properties":{"@type":"node","@id":311387830,"@timestamp":1226438466},"coords":"51.1990137,0.8037457","bedrooms":"1","price":"211000","area":"494"} , +{"type":"Feature","id":"n311413806","geometry":{"type":"Point","coordinates":[0.5351782,51.2709726]},"properties":{"@type":"node","@id":311413806,"@timestamp":1407342295},"coords":"51.2709726,0.5351782","bedrooms":"3","price":"226000","area":"551"} , +{"type":"Feature","id":"n311414058","geometry":{"type":"Point","coordinates":[0.5350476,51.2676358]},"properties":{"@type":"node","@id":311414058,"@timestamp":1271185919},"coords":"51.2676358,0.5350476","bedrooms":"3","price":"213000","area":"443"} , +{"type":"Feature","id":"n311414742","geometry":{"type":"Point","coordinates":[0.524005,51.2593823]},"properties":{"@type":"node","@id":311414742,"@timestamp":1228434353},"coords":"51.2593823,0.524005","bedrooms":"0","price":"286000","area":"623"} , +{"type":"Feature","id":"n311470242","geometry":{"type":"Point","coordinates":[0.5595289,51.2760601]},"properties":{"@type":"node","@id":311470242,"@timestamp":1615992983},"coords":"51.2760601,0.5595289","bedrooms":"2","price":"202000","area":"543"} , +{"type":"Feature","id":"n311529381","geometry":{"type":"Point","coordinates":[-0.8898645,51.768857]},"properties":{"@type":"node","@id":311529381,"@timestamp":1539462176},"coords":"51.768857,-0.8898645","bedrooms":"0","price":"266000","area":"386"} , +{"type":"Feature","id":"n311622044","geometry":{"type":"Point","coordinates":[0.4899958,51.2660808]},"properties":{"@type":"node","@id":311622044,"@timestamp":1262278717},"coords":"51.2660808,0.4899958","bedrooms":"2","price":"286000","area":"688"} , +{"type":"Feature","id":"n311635542","geometry":{"type":"Point","coordinates":[0.307335,51.2929258]},"properties":{"@type":"node","@id":311635542,"@timestamp":1612801868},"coords":"51.2929258,0.307335","bedrooms":"1","price":"285000","area":"497"} , +{"type":"Feature","id":"n311749585","geometry":{"type":"Point","coordinates":[-0.155179,51.3790536]},"properties":{"@type":"node","@id":311749585,"@timestamp":1542928083},"coords":"51.3790536,-0.155179","bedrooms":"3","price":"281000","area":"590"} , +{"type":"Feature","id":"n311827070","geometry":{"type":"Point","coordinates":[0.4777355,51.2848759]},"properties":{"@type":"node","@id":311827070,"@timestamp":1226605841},"coords":"51.2848759,0.4777355","bedrooms":"0","price":"202000","area":"378"} , +{"type":"Feature","id":"n311830185","geometry":{"type":"Point","coordinates":[0.4865684,51.2681797]},"properties":{"@type":"node","@id":311830185,"@timestamp":1606434488},"coords":"51.2681797,0.4865684","bedrooms":"1","price":"201000","area":"688"} , +{"type":"Feature","id":"n311833000","geometry":{"type":"Point","coordinates":[0.8015241,51.2398156]},"properties":{"@type":"node","@id":311833000,"@timestamp":1226607341},"coords":"51.2398156,0.8015241","bedrooms":"2","price":"290000","area":"357"} , +{"type":"Feature","id":"n311835536","geometry":{"type":"Point","coordinates":[0.5082463,51.2785539]},"properties":{"@type":"node","@id":311835536,"@timestamp":1625311640},"coords":"51.2785539,0.5082463","bedrooms":"3","price":"293000","area":"614"} , +{"type":"Feature","id":"n311838208","geometry":{"type":"Point","coordinates":[0.7876938,51.2412338]},"properties":{"@type":"node","@id":311838208,"@timestamp":1226608779},"coords":"51.2412338,0.7876938","bedrooms":"1","price":"222000","area":"492"} , +{"type":"Feature","id":"n311838471","geometry":{"type":"Point","coordinates":[0.7919234,51.252483]},"properties":{"@type":"node","@id":311838471,"@timestamp":1226608829},"coords":"51.252483,0.7919234","bedrooms":"4","price":"213000","area":"612"} , +{"type":"Feature","id":"n311838494","geometry":{"type":"Point","coordinates":[0.7977865,51.2510568]},"properties":{"@type":"node","@id":311838494,"@timestamp":1226608834},"coords":"51.2510568,0.7977865","bedrooms":"3","price":"173000","area":"553"} , +{"type":"Feature","id":"n311838517","geometry":{"type":"Point","coordinates":[0.794318,51.2589857]},"properties":{"@type":"node","@id":311838517,"@timestamp":1226608840},"coords":"51.2589857,0.794318","bedrooms":"1","price":"199000","area":"399"} , +{"type":"Feature","id":"n311838553","geometry":{"type":"Point","coordinates":[0.7857988,51.2608944]},"properties":{"@type":"node","@id":311838553,"@timestamp":1226769609},"coords":"51.2608944,0.7857988","bedrooms":"3","price":"203000","area":"446"} , +{"type":"Feature","id":"n311838676","geometry":{"type":"Point","coordinates":[0.7810237,51.2602756]},"properties":{"@type":"node","@id":311838676,"@timestamp":1226769672},"coords":"51.2602756,0.7810237","bedrooms":"0","price":"242000","area":"650"} , +{"type":"Feature","id":"n311838774","geometry":{"type":"Point","coordinates":[0.7758084,51.2605915]},"properties":{"@type":"node","@id":311838774,"@timestamp":1226770101},"coords":"51.2605915,0.7758084","bedrooms":"2","price":"175000","area":"648"} , +{"type":"Feature","id":"n311838802","geometry":{"type":"Point","coordinates":[0.7719536,51.2585958]},"properties":{"@type":"node","@id":311838802,"@timestamp":1226608919},"coords":"51.2585958,0.7719536","bedrooms":"2","price":"295000","area":"585"} , +{"type":"Feature","id":"n311838848","geometry":{"type":"Point","coordinates":[0.7675727,51.2573194]},"properties":{"@type":"node","@id":311838848,"@timestamp":1226608933},"coords":"51.2573194,0.7675727","bedrooms":"1","price":"213000","area":"546"} , +{"type":"Feature","id":"n311838885","geometry":{"type":"Point","coordinates":[0.771448,51.2631185]},"properties":{"@type":"node","@id":311838885,"@timestamp":1226608958},"coords":"51.2631185,0.771448","bedrooms":"2","price":"283000","area":"383"} , +{"type":"Feature","id":"n311841920","geometry":{"type":"Point","coordinates":[0.7804511,51.2709008]},"properties":{"@type":"node","@id":311841920,"@timestamp":1226609953},"coords":"51.2709008,0.7804511","bedrooms":"1","price":"221000","area":"630"} , +{"type":"Feature","id":"n311841968","geometry":{"type":"Point","coordinates":[0.7853599,51.2744583]},"properties":{"@type":"node","@id":311841968,"@timestamp":1226609977},"coords":"51.2744583,0.7853599","bedrooms":"4","price":"284000","area":"414"} , +{"type":"Feature","id":"n311842055","geometry":{"type":"Point","coordinates":[0.7905705,51.2786293]},"properties":{"@type":"node","@id":311842055,"@timestamp":1226610015},"coords":"51.2786293,0.7905705","bedrooms":"3","price":"272000","area":"618"} , +{"type":"Feature","id":"n311842338","geometry":{"type":"Point","coordinates":[0.7977734,51.2879461]},"properties":{"@type":"node","@id":311842338,"@timestamp":1229196545},"coords":"51.2879461,0.7977734","bedrooms":"3","price":"198000","area":"498"} , +{"type":"Feature","id":"n311843274","geometry":{"type":"Point","coordinates":[0.8175376,51.2647957]},"properties":{"@type":"node","@id":311843274,"@timestamp":1226610413},"coords":"51.2647957,0.8175376","bedrooms":"2","price":"221000","area":"400"} , +{"type":"Feature","id":"n311845667","geometry":{"type":"Point","coordinates":[0.8314,51.2643184]},"properties":{"@type":"node","@id":311845667,"@timestamp":1226610967},"coords":"51.2643184,0.8314","bedrooms":"2","price":"257000","area":"470"} , +{"type":"Feature","id":"n311845815","geometry":{"type":"Point","coordinates":[0.8263396,51.2537569]},"properties":{"@type":"node","@id":311845815,"@timestamp":1226610994},"coords":"51.2537569,0.8263396","bedrooms":"1","price":"282000","area":"619"} , +{"type":"Feature","id":"n311847421","geometry":{"type":"Point","coordinates":[0.8105865,51.2631858]},"properties":{"@type":"node","@id":311847421,"@timestamp":1226611307},"coords":"51.2631858,0.8105865","bedrooms":"0","price":"183000","area":"500"} , +{"type":"Feature","id":"n311872723","geometry":{"type":"Point","coordinates":[-0.0943479,51.4813374]},"properties":{"@type":"node","@id":311872723,"@timestamp":1629150751},"coords":"51.4813374,-0.0943479","bedrooms":"0","price":"199000","area":"695"} , +{"type":"Feature","id":"n311877305","geometry":{"type":"Point","coordinates":[-0.1256046,51.5140415]},"properties":{"@type":"node","@id":311877305,"@timestamp":1574526546},"coords":"51.5140415,-0.1256046","bedrooms":"1","price":"210000","area":"409"} , +{"type":"Feature","id":"n311973831","geometry":{"type":"Point","coordinates":[-0.7392709,51.3296576]},"properties":{"@type":"node","@id":311973831,"@timestamp":1226669663},"coords":"51.3296576,-0.7392709","bedrooms":"2","price":"265000","area":"527"} , +{"type":"Feature","id":"n312044157","geometry":{"type":"Point","coordinates":[0.8591017,51.2493429]},"properties":{"@type":"node","@id":312044157,"@timestamp":1226693025},"coords":"51.2493429,0.8591017","bedrooms":"1","price":"172000","area":"418"} , +{"type":"Feature","id":"n312044226","geometry":{"type":"Point","coordinates":[0.8632199,51.2536407]},"properties":{"@type":"node","@id":312044226,"@timestamp":1226693036},"coords":"51.2536407,0.8632199","bedrooms":"3","price":"281000","area":"624"} , +{"type":"Feature","id":"n312048367","geometry":{"type":"Point","coordinates":[0.8624502,51.2657412]},"properties":{"@type":"node","@id":312048367,"@timestamp":1226694086},"coords":"51.2657412,0.8624502","bedrooms":"0","price":"192000","area":"571"} , +{"type":"Feature","id":"n312048478","geometry":{"type":"Point","coordinates":[0.8613795,51.26694]},"properties":{"@type":"node","@id":312048478,"@timestamp":1226694124},"coords":"51.26694,0.8613795","bedrooms":"3","price":"223000","area":"543"} , +{"type":"Feature","id":"n312048506","geometry":{"type":"Point","coordinates":[0.8650915,51.2697153]},"properties":{"@type":"node","@id":312048506,"@timestamp":1226694127},"coords":"51.2697153,0.8650915","bedrooms":"0","price":"198000","area":"656"} , +{"type":"Feature","id":"n312048635","geometry":{"type":"Point","coordinates":[0.8718377,51.2736797]},"properties":{"@type":"node","@id":312048635,"@timestamp":1226694152},"coords":"51.2736797,0.8718377","bedrooms":"3","price":"150000","area":"601"} , +{"type":"Feature","id":"n312048648","geometry":{"type":"Point","coordinates":[0.8774575,51.2738848]},"properties":{"@type":"node","@id":312048648,"@timestamp":1226694157},"coords":"51.2738848,0.8774575","bedrooms":"0","price":"165000","area":"409"} , +{"type":"Feature","id":"n312055040","geometry":{"type":"Point","coordinates":[0.4848927,51.298617]},"properties":{"@type":"node","@id":312055040,"@timestamp":1226848289},"coords":"51.298617,0.4848927","bedrooms":"1","price":"210000","area":"557"} , +{"type":"Feature","id":"n312163576","geometry":{"type":"Point","coordinates":[-0.4499313,51.2211532]},"properties":{"@type":"node","@id":312163576,"@timestamp":1513032113},"coords":"51.2211532,-0.4499313","bedrooms":"0","price":"180000","area":"640"} , +{"type":"Feature","id":"n312167891","geometry":{"type":"Point","coordinates":[-0.3769409,51.274126]},"properties":{"@type":"node","@id":312167891,"@timestamp":1619997833},"coords":"51.274126,-0.3769409","bedrooms":"4","price":"298000","area":"674"} , +{"type":"Feature","id":"n312184478","geometry":{"type":"Point","coordinates":[-0.1321135,51.4955243]},"properties":{"@type":"node","@id":312184478,"@timestamp":1552227831},"coords":"51.4955243,-0.1321135","bedrooms":"2","price":"274000","area":"428"} , +{"type":"Feature","id":"n312211495","geometry":{"type":"Point","coordinates":[0.5326237,51.866667]},"properties":{"@type":"node","@id":312211495,"@timestamp":1315914913},"coords":"51.866667,0.5326237","bedrooms":"3","price":"151000","area":"443"} , +{"type":"Feature","id":"n312244311","geometry":{"type":"Point","coordinates":[0.3450041,51.8728463]},"properties":{"@type":"node","@id":312244311,"@timestamp":1608822769},"coords":"51.8728463,0.3450041","bedrooms":"3","price":"195000","area":"437"} , +{"type":"Feature","id":"n312281573","geometry":{"type":"Point","coordinates":[0.8658326,51.2756483]},"properties":{"@type":"node","@id":312281573,"@timestamp":1226768270},"coords":"51.2756483,0.8658326","bedrooms":"3","price":"279000","area":"410"} , +{"type":"Feature","id":"n312281597","geometry":{"type":"Point","coordinates":[0.8595381,51.2771624]},"properties":{"@type":"node","@id":312281597,"@timestamp":1226768273},"coords":"51.2771624,0.8595381","bedrooms":"0","price":"180000","area":"356"} , +{"type":"Feature","id":"n312281653","geometry":{"type":"Point","coordinates":[0.8694635,51.2803208]},"properties":{"@type":"node","@id":312281653,"@timestamp":1226768277},"coords":"51.2803208,0.8694635","bedrooms":"1","price":"159000","area":"437"} , +{"type":"Feature","id":"n312283268","geometry":{"type":"Point","coordinates":[0.8490923,51.2851854]},"properties":{"@type":"node","@id":312283268,"@timestamp":1226768742},"coords":"51.2851854,0.8490923","bedrooms":"1","price":"190000","area":"420"} , +{"type":"Feature","id":"n312283279","geometry":{"type":"Point","coordinates":[0.8371843,51.2754731]},"properties":{"@type":"node","@id":312283279,"@timestamp":1226768747},"coords":"51.2754731,0.8371843","bedrooms":"3","price":"257000","area":"546"} , +{"type":"Feature","id":"n312283292","geometry":{"type":"Point","coordinates":[0.8325757,51.2723688]},"properties":{"@type":"node","@id":312283292,"@timestamp":1226768752},"coords":"51.2723688,0.8325757","bedrooms":"4","price":"171000","area":"441"} , +{"type":"Feature","id":"n312283327","geometry":{"type":"Point","coordinates":[0.8256104,51.2693889]},"properties":{"@type":"node","@id":312283327,"@timestamp":1226768758},"coords":"51.2693889,0.8256104","bedrooms":"1","price":"163000","area":"444"} , +{"type":"Feature","id":"n312285697","geometry":{"type":"Point","coordinates":[0.8007405,51.2829507]},"properties":{"@type":"node","@id":312285697,"@timestamp":1226769235},"coords":"51.2829507,0.8007405","bedrooms":"3","price":"253000","area":"459"} , +{"type":"Feature","id":"n312285743","geometry":{"type":"Point","coordinates":[0.7924452,51.2703242]},"properties":{"@type":"node","@id":312285743,"@timestamp":1226769241},"coords":"51.2703242,0.7924452","bedrooms":"4","price":"262000","area":"465"} , +{"type":"Feature","id":"n312285757","geometry":{"type":"Point","coordinates":[0.789759,51.2677821]},"properties":{"@type":"node","@id":312285757,"@timestamp":1226769243},"coords":"51.2677821,0.789759","bedrooms":"3","price":"156000","area":"522"} , +{"type":"Feature","id":"n312286579","geometry":{"type":"Point","coordinates":[0.7862925,51.2685523]},"properties":{"@type":"node","@id":312286579,"@timestamp":1226769603},"coords":"51.2685523,0.7862925","bedrooms":"2","price":"279000","area":"616"} , +{"type":"Feature","id":"n312286596","geometry":{"type":"Point","coordinates":[0.7868429,51.2637124]},"properties":{"@type":"node","@id":312286596,"@timestamp":1226769606},"coords":"51.2637124,0.7868429","bedrooms":"3","price":"159000","area":"490"} , +{"type":"Feature","id":"n312286661","geometry":{"type":"Point","coordinates":[0.7795891,51.255169]},"properties":{"@type":"node","@id":312286661,"@timestamp":1226769670},"coords":"51.255169,0.7795891","bedrooms":"2","price":"201000","area":"557"} , +{"type":"Feature","id":"n312288510","geometry":{"type":"Point","coordinates":[0.7754712,51.2504945]},"properties":{"@type":"node","@id":312288510,"@timestamp":1226770093},"coords":"51.2504945,0.7754712","bedrooms":"2","price":"201000","area":"459"} , +{"type":"Feature","id":"n312288544","geometry":{"type":"Point","coordinates":[0.7673421,51.247809]},"properties":{"@type":"node","@id":312288544,"@timestamp":1226770096},"coords":"51.247809,0.7673421","bedrooms":"3","price":"240000","area":"616"} , +{"type":"Feature","id":"n312290495","geometry":{"type":"Point","coordinates":[0.7618663,51.2603004]},"properties":{"@type":"node","@id":312290495,"@timestamp":1226770395},"coords":"51.2603004,0.7618663","bedrooms":"4","price":"290000","area":"655"} , +{"type":"Feature","id":"n312290512","geometry":{"type":"Point","coordinates":[0.7538488,51.2588858]},"properties":{"@type":"node","@id":312290512,"@timestamp":1226770397},"coords":"51.2588858,0.7538488","bedrooms":"4","price":"234000","area":"479"} , +{"type":"Feature","id":"n312293390","geometry":{"type":"Point","coordinates":[0.7206877,51.2371353]},"properties":{"@type":"node","@id":312293390,"@timestamp":1226771151},"coords":"51.2371353,0.7206877","bedrooms":"3","price":"241000","area":"433"} , +{"type":"Feature","id":"n312381869","geometry":{"type":"Point","coordinates":[0.7351836,51.3517439]},"properties":{"@type":"node","@id":312381869,"@timestamp":1567714035},"coords":"51.3517439,0.7351836","bedrooms":"0","price":"194000","area":"441"} , +{"type":"Feature","id":"n312387521","geometry":{"type":"Point","coordinates":[0.5390788,51.2870144]},"properties":{"@type":"node","@id":312387521,"@timestamp":1613313144},"coords":"51.2870144,0.5390788","bedrooms":"1","price":"281000","area":"379"} , +{"type":"Feature","id":"n312399022","geometry":{"type":"Point","coordinates":[0.5269573,51.2824478]},"properties":{"@type":"node","@id":312399022,"@timestamp":1586770095},"coords":"51.2824478,0.5269573","bedrooms":"0","price":"189000","area":"543"} , +{"type":"Feature","id":"n312515659","geometry":{"type":"Point","coordinates":[0.5282125,51.2714969]},"properties":{"@type":"node","@id":312515659,"@timestamp":1318621174},"coords":"51.2714969,0.5282125","bedrooms":"0","price":"229000","area":"519"} , +{"type":"Feature","id":"n312559593","geometry":{"type":"Point","coordinates":[0.0080113,51.5549347]},"properties":{"@type":"node","@id":312559593,"@timestamp":1579597288},"coords":"51.5549347,0.0080113","bedrooms":"2","price":"213000","area":"569"} , +{"type":"Feature","id":"n312571564","geometry":{"type":"Point","coordinates":[0.8497218,51.6765732]},"properties":{"@type":"node","@id":312571564,"@timestamp":1303388154},"coords":"51.6765732,0.8497218","bedrooms":"1","price":"259000","area":"641"} , +{"type":"Feature","id":"n312648920","geometry":{"type":"Point","coordinates":[0.0199708,51.5494308]},"properties":{"@type":"node","@id":312648920,"@timestamp":1620560443},"coords":"51.5494308,0.0199708","bedrooms":"2","price":"225000","area":"545"} , +{"type":"Feature","id":"n312668803","geometry":{"type":"Point","coordinates":[-0.2077451,51.4861742]},"properties":{"@type":"node","@id":312668803,"@timestamp":1633097684},"coords":"51.4861742,-0.2077451","bedrooms":"4","price":"266000","area":"679"} , +{"type":"Feature","id":"n312671343","geometry":{"type":"Point","coordinates":[-0.1932258,51.402885]},"properties":{"@type":"node","@id":312671343,"@timestamp":1569660361},"coords":"51.402885,-0.1932258","bedrooms":"1","price":"266000","area":"478"} , +{"type":"Feature","id":"n312798710","geometry":{"type":"Point","coordinates":[-0.3405151,51.4036783]},"properties":{"@type":"node","@id":312798710,"@timestamp":1468145391},"coords":"51.4036783,-0.3405151","bedrooms":"2","price":"275000","area":"507"} , +{"type":"Feature","id":"n312824296","geometry":{"type":"Point","coordinates":[-0.3200046,51.27146]},"properties":{"@type":"node","@id":312824296,"@timestamp":1452431191},"coords":"51.27146,-0.3200046","bedrooms":"1","price":"234000","area":"677"} , +{"type":"Feature","id":"n312870025","geometry":{"type":"Point","coordinates":[0.8864699,51.734496]},"properties":{"@type":"node","@id":312870025,"@timestamp":1609154168},"coords":"51.734496,0.8864699","bedrooms":"4","price":"171000","area":"653"} , +{"type":"Feature","id":"n312883456","geometry":{"type":"Point","coordinates":[0.2355156,51.4642773]},"properties":{"@type":"node","@id":312883456,"@timestamp":1299505186},"coords":"51.4642773,0.2355156","bedrooms":"0","price":"212000","area":"447"} , +{"type":"Feature","id":"n312989413","geometry":{"type":"Point","coordinates":[0.8894213,51.7336509]},"properties":{"@type":"node","@id":312989413,"@timestamp":1544184484},"coords":"51.7336509,0.8894213","bedrooms":"2","price":"296000","area":"429"} , +{"type":"Feature","id":"n313031925","geometry":{"type":"Point","coordinates":[-0.3004972,51.3126442]},"properties":{"@type":"node","@id":313031925,"@timestamp":1385653513},"coords":"51.3126442,-0.3004972","bedrooms":"0","price":"286000","area":"524"} , +{"type":"Feature","id":"n313032756","geometry":{"type":"Point","coordinates":[-0.301169,51.308982]},"properties":{"@type":"node","@id":313032756,"@timestamp":1520422792},"coords":"51.308982,-0.301169","bedrooms":"1","price":"150000","area":"388"} , +{"type":"Feature","id":"n313054694","geometry":{"type":"Point","coordinates":[0.7421873,51.1112239]},"properties":{"@type":"node","@id":313054694,"@timestamp":1227040778},"coords":"51.1112239,0.7421873","bedrooms":"4","price":"224000","area":"418"} , +{"type":"Feature","id":"n313054823","geometry":{"type":"Point","coordinates":[0.7235815,51.1099382]},"properties":{"@type":"node","@id":313054823,"@timestamp":1227040794},"coords":"51.1099382,0.7235815","bedrooms":"1","price":"286000","area":"584"} , +{"type":"Feature","id":"n313054859","geometry":{"type":"Point","coordinates":[0.7127559,51.1112513]},"properties":{"@type":"node","@id":313054859,"@timestamp":1227040799},"coords":"51.1112513,0.7127559","bedrooms":"4","price":"208000","area":"610"} , +{"type":"Feature","id":"n313054882","geometry":{"type":"Point","coordinates":[0.7025979,51.1119326]},"properties":{"@type":"node","@id":313054882,"@timestamp":1227040804},"coords":"51.1119326,0.7025979","bedrooms":"4","price":"188000","area":"428"} , +{"type":"Feature","id":"n313054898","geometry":{"type":"Point","coordinates":[0.696093,51.1110708]},"properties":{"@type":"node","@id":313054898,"@timestamp":1227040807},"coords":"51.1110708,0.696093","bedrooms":"3","price":"200000","area":"561"} , +{"type":"Feature","id":"n313057208","geometry":{"type":"Point","coordinates":[0.680128,51.1161085]},"properties":{"@type":"node","@id":313057208,"@timestamp":1227041170},"coords":"51.1161085,0.680128","bedrooms":"0","price":"251000","area":"564"} , +{"type":"Feature","id":"n313057223","geometry":{"type":"Point","coordinates":[0.7036538,51.1151418]},"properties":{"@type":"node","@id":313057223,"@timestamp":1227041174},"coords":"51.1151418,0.7036538","bedrooms":"0","price":"218000","area":"466"} , +{"type":"Feature","id":"n313057986","geometry":{"type":"Point","coordinates":[0.6771526,51.1197675]},"properties":{"@type":"node","@id":313057986,"@timestamp":1227041332},"coords":"51.1197675,0.6771526","bedrooms":"4","price":"255000","area":"527"} , +{"type":"Feature","id":"n313057997","geometry":{"type":"Point","coordinates":[0.674021,51.1239997]},"properties":{"@type":"node","@id":313057997,"@timestamp":1227041335},"coords":"51.1239997,0.674021","bedrooms":"2","price":"273000","area":"361"} , +{"type":"Feature","id":"n313059081","geometry":{"type":"Point","coordinates":[0.6621547,51.1264758]},"properties":{"@type":"node","@id":313059081,"@timestamp":1227041492},"coords":"51.1264758,0.6621547","bedrooms":"3","price":"174000","area":"515"} , +{"type":"Feature","id":"n313059138","geometry":{"type":"Point","coordinates":[0.6538912,51.1290173]},"properties":{"@type":"node","@id":313059138,"@timestamp":1227041497},"coords":"51.1290173,0.6538912","bedrooms":"0","price":"173000","area":"427"} , +{"type":"Feature","id":"n313060700","geometry":{"type":"Point","coordinates":[0.645334,51.1514835]},"properties":{"@type":"node","@id":313060700,"@timestamp":1227041963},"coords":"51.1514835,0.645334","bedrooms":"3","price":"202000","area":"427"} , +{"type":"Feature","id":"n313061294","geometry":{"type":"Point","coordinates":[0.6771576,51.1449491]},"properties":{"@type":"node","@id":313061294,"@timestamp":1227042185},"coords":"51.1449491,0.6771576","bedrooms":"0","price":"188000","area":"638"} , +{"type":"Feature","id":"n313062850","geometry":{"type":"Point","coordinates":[0.6774954,51.13595]},"properties":{"@type":"node","@id":313062850,"@timestamp":1227042691},"coords":"51.13595,0.6774954","bedrooms":"3","price":"274000","area":"438"} , +{"type":"Feature","id":"n313065076","geometry":{"type":"Point","coordinates":[0.7141432,51.15169]},"properties":{"@type":"node","@id":313065076,"@timestamp":1227043473},"coords":"51.15169,0.7141432","bedrooms":"2","price":"234000","area":"679"} , +{"type":"Feature","id":"n313072571","geometry":{"type":"Point","coordinates":[0.6865645,51.1539579]},"properties":{"@type":"node","@id":313072571,"@timestamp":1227044792},"coords":"51.1539579,0.6865645","bedrooms":"0","price":"291000","area":"389"} , +{"type":"Feature","id":"n313072886","geometry":{"type":"Point","coordinates":[0.6536728,51.1671112]},"properties":{"@type":"node","@id":313072886,"@timestamp":1227044828},"coords":"51.1671112,0.6536728","bedrooms":"0","price":"296000","area":"621"} , +{"type":"Feature","id":"n313072958","geometry":{"type":"Point","coordinates":[0.6612991,51.1648896]},"properties":{"@type":"node","@id":313072958,"@timestamp":1227044835},"coords":"51.1648896,0.6612991","bedrooms":"2","price":"166000","area":"629"} , +{"type":"Feature","id":"n313076027","geometry":{"type":"Point","coordinates":[0.6434117,51.2320648]},"properties":{"@type":"node","@id":313076027,"@timestamp":1227045465},"coords":"51.2320648,0.6434117","bedrooms":"3","price":"184000","area":"419"} , +{"type":"Feature","id":"n313076047","geometry":{"type":"Point","coordinates":[0.6484779,51.2396447]},"properties":{"@type":"node","@id":313076047,"@timestamp":1227045468},"coords":"51.2396447,0.6484779","bedrooms":"1","price":"298000","area":"479"} , +{"type":"Feature","id":"n313076394","geometry":{"type":"Point","coordinates":[0.646229,51.2468641]},"properties":{"@type":"node","@id":313076394,"@timestamp":1227045563},"coords":"51.2468641,0.646229","bedrooms":"3","price":"263000","area":"451"} , +{"type":"Feature","id":"n313181119","geometry":{"type":"Point","coordinates":[-0.1278575,51.5243645]},"properties":{"@type":"node","@id":313181119,"@timestamp":1601315605},"coords":"51.5243645,-0.1278575","bedrooms":"1","price":"157000","area":"378"} , +{"type":"Feature","id":"n313181186","geometry":{"type":"Point","coordinates":[-0.1220094,51.5363543]},"properties":{"@type":"node","@id":313181186,"@timestamp":1618338794},"coords":"51.5363543,-0.1220094","bedrooms":"0","price":"197000","area":"494"} , +{"type":"Feature","id":"n313223580","geometry":{"type":"Point","coordinates":[0.8093378,51.6331818]},"properties":{"@type":"node","@id":313223580,"@timestamp":1336910644},"coords":"51.6331818,0.8093378","bedrooms":"3","price":"170000","area":"618"} , +{"type":"Feature","id":"n313227886","geometry":{"type":"Point","coordinates":[0.8202538,51.6346912]},"properties":{"@type":"node","@id":313227886,"@timestamp":1336580214},"coords":"51.6346912,0.8202538","bedrooms":"2","price":"253000","area":"610"} , +{"type":"Feature","id":"n313350286","geometry":{"type":"Point","coordinates":[-0.127569,51.4949716]},"properties":{"@type":"node","@id":313350286,"@timestamp":1629643310},"coords":"51.4949716,-0.127569","bedrooms":"4","price":"259000","area":"353"} , +{"type":"Feature","id":"n313429721","geometry":{"type":"Point","coordinates":[0.2359266,51.4080546]},"properties":{"@type":"node","@id":313429721,"@timestamp":1243729696},"coords":"51.4080546,0.2359266","bedrooms":"4","price":"180000","area":"573"} , +{"type":"Feature","id":"n313457190","geometry":{"type":"Point","coordinates":[0.6190173,51.6519808]},"properties":{"@type":"node","@id":313457190,"@timestamp":1559524941},"coords":"51.6519808,0.6190173","bedrooms":"3","price":"192000","area":"459"} , +{"type":"Feature","id":"n313458057","geometry":{"type":"Point","coordinates":[0.6056398,51.6488329]},"properties":{"@type":"node","@id":313458057,"@timestamp":1511992510},"coords":"51.6488329,0.6056398","bedrooms":"2","price":"211000","area":"396"} , +{"type":"Feature","id":"n313512195","geometry":{"type":"Point","coordinates":[-0.169601,51.9574337]},"properties":{"@type":"node","@id":313512195,"@timestamp":1234485054},"coords":"51.9574337,-0.169601","bedrooms":"0","price":"287000","area":"448"} , +{"type":"Feature","id":"n313517440","geometry":{"type":"Point","coordinates":[-0.4339995,51.2759852]},"properties":{"@type":"node","@id":313517440,"@timestamp":1620511658},"coords":"51.2759852,-0.4339995","bedrooms":"4","price":"294000","area":"490"} , +{"type":"Feature","id":"n313522571","geometry":{"type":"Point","coordinates":[-0.662875,51.2835262]},"properties":{"@type":"node","@id":313522571,"@timestamp":1227284490},"coords":"51.2835262,-0.662875","bedrooms":"0","price":"159000","area":"541"} , +{"type":"Feature","id":"n313526647","geometry":{"type":"Point","coordinates":[-0.6442086,51.2904902]},"properties":{"@type":"node","@id":313526647,"@timestamp":1237070736},"coords":"51.2904902,-0.6442086","bedrooms":"2","price":"193000","area":"360"} , +{"type":"Feature","id":"n313617786","geometry":{"type":"Point","coordinates":[-0.2395565,51.4932737]},"properties":{"@type":"node","@id":313617786,"@timestamp":1621327148},"coords":"51.4932737,-0.2395565","bedrooms":"3","price":"203000","area":"573"} , +{"type":"Feature","id":"n313617804","geometry":{"type":"Point","coordinates":[-0.2430441,51.4935619]},"properties":{"@type":"node","@id":313617804,"@timestamp":1237294994},"coords":"51.4935619,-0.2430441","bedrooms":"1","price":"172000","area":"623"} , +{"type":"Feature","id":"n313705157","geometry":{"type":"Point","coordinates":[0.3609474,51.3793165]},"properties":{"@type":"node","@id":313705157,"@timestamp":1315086447},"coords":"51.3793165,0.3609474","bedrooms":"0","price":"216000","area":"559"} , +{"type":"Feature","id":"n313778082","geometry":{"type":"Point","coordinates":[-0.6756742,51.9169356]},"properties":{"@type":"node","@id":313778082,"@timestamp":1227381020},"coords":"51.9169356,-0.6756742","bedrooms":"3","price":"225000","area":"379"} , +{"type":"Feature","id":"n313794857","geometry":{"type":"Point","coordinates":[0.5255069,51.2538589]},"properties":{"@type":"node","@id":313794857,"@timestamp":1310380010},"coords":"51.2538589,0.5255069","bedrooms":"1","price":"188000","area":"440"} , +{"type":"Feature","id":"n313890575","geometry":{"type":"Point","coordinates":[0.5699632,51.260321]},"properties":{"@type":"node","@id":313890575,"@timestamp":1227439407},"coords":"51.260321,0.5699632","bedrooms":"4","price":"262000","area":"534"} , +{"type":"Feature","id":"n313947910","geometry":{"type":"Point","coordinates":[0.8021627,51.2017472]},"properties":{"@type":"node","@id":313947910,"@timestamp":1227457873},"coords":"51.2017472,0.8021627","bedrooms":"4","price":"293000","area":"359"} , +{"type":"Feature","id":"n313952610","geometry":{"type":"Point","coordinates":[0.7461122,51.1842122]},"properties":{"@type":"node","@id":313952610,"@timestamp":1227458919},"coords":"51.1842122,0.7461122","bedrooms":"3","price":"156000","area":"350"} , +{"type":"Feature","id":"n313954225","geometry":{"type":"Point","coordinates":[0.7250047,51.1899753]},"properties":{"@type":"node","@id":313954225,"@timestamp":1227459443},"coords":"51.1899753,0.7250047","bedrooms":"1","price":"153000","area":"427"} , +{"type":"Feature","id":"n313954238","geometry":{"type":"Point","coordinates":[0.7352049,51.1868892]},"properties":{"@type":"node","@id":313954238,"@timestamp":1227459445},"coords":"51.1868892,0.7352049","bedrooms":"4","price":"290000","area":"697"} , +{"type":"Feature","id":"n313956738","geometry":{"type":"Point","coordinates":[-0.1088337,51.4346953]},"properties":{"@type":"node","@id":313956738,"@timestamp":1619097726},"coords":"51.4346953,-0.1088337","bedrooms":"4","price":"185000","area":"495"} , +{"type":"Feature","id":"n313964189","geometry":{"type":"Point","coordinates":[0.7076061,51.1893226]},"properties":{"@type":"node","@id":313964189,"@timestamp":1227462313},"coords":"51.1893226,0.7076061","bedrooms":"0","price":"209000","area":"548"} , +{"type":"Feature","id":"n313964212","geometry":{"type":"Point","coordinates":[0.7150974,51.1935012]},"properties":{"@type":"node","@id":313964212,"@timestamp":1227462315},"coords":"51.1935012,0.7150974","bedrooms":"3","price":"240000","area":"481"} , +{"type":"Feature","id":"n313964227","geometry":{"type":"Point","coordinates":[0.7085073,51.1894283]},"properties":{"@type":"node","@id":313964227,"@timestamp":1227462318},"coords":"51.1894283,0.7085073","bedrooms":"4","price":"242000","area":"590"} , +{"type":"Feature","id":"n313971845","geometry":{"type":"Point","coordinates":[0.6562632,51.1742986]},"properties":{"@type":"node","@id":313971845,"@timestamp":1227463420},"coords":"51.1742986,0.6562632","bedrooms":"2","price":"174000","area":"645"} , +{"type":"Feature","id":"n313971934","geometry":{"type":"Point","coordinates":[0.6334072,51.1697017]},"properties":{"@type":"node","@id":313971934,"@timestamp":1227463428},"coords":"51.1697017,0.6334072","bedrooms":"3","price":"211000","area":"451"} , +{"type":"Feature","id":"n313972031","geometry":{"type":"Point","coordinates":[0.6370099,51.1953158]},"properties":{"@type":"node","@id":313972031,"@timestamp":1227463440},"coords":"51.1953158,0.6370099","bedrooms":"4","price":"185000","area":"618"} , +{"type":"Feature","id":"n313974317","geometry":{"type":"Point","coordinates":[0.6422582,51.2032903]},"properties":{"@type":"node","@id":313974317,"@timestamp":1227464007},"coords":"51.2032903,0.6422582","bedrooms":"2","price":"249000","area":"361"} , +{"type":"Feature","id":"n313974356","geometry":{"type":"Point","coordinates":[0.6451705,51.220531]},"properties":{"@type":"node","@id":313974356,"@timestamp":1227464016},"coords":"51.220531,0.6451705","bedrooms":"0","price":"258000","area":"402"} , +{"type":"Feature","id":"n313975242","geometry":{"type":"Point","coordinates":[0.6818472,51.2078653]},"properties":{"@type":"node","@id":313975242,"@timestamp":1227464380},"coords":"51.2078653,0.6818472","bedrooms":"0","price":"280000","area":"683"} , +{"type":"Feature","id":"n313975272","geometry":{"type":"Point","coordinates":[0.6805476,51.2019702]},"properties":{"@type":"node","@id":313975272,"@timestamp":1227464383},"coords":"51.2019702,0.6805476","bedrooms":"1","price":"244000","area":"688"} , +{"type":"Feature","id":"n313980189","geometry":{"type":"Point","coordinates":[0.6900915,51.2206814]},"properties":{"@type":"node","@id":313980189,"@timestamp":1227465810},"coords":"51.2206814,0.6900915","bedrooms":"2","price":"287000","area":"588"} , +{"type":"Feature","id":"n313980219","geometry":{"type":"Point","coordinates":[0.6953076,51.2178789]},"properties":{"@type":"node","@id":313980219,"@timestamp":1227465812},"coords":"51.2178789,0.6953076","bedrooms":"0","price":"202000","area":"508"} , +{"type":"Feature","id":"n313980243","geometry":{"type":"Point","coordinates":[0.7009187,51.2194036]},"properties":{"@type":"node","@id":313980243,"@timestamp":1227465815},"coords":"51.2194036,0.7009187","bedrooms":"2","price":"221000","area":"561"} , +{"type":"Feature","id":"n313980264","geometry":{"type":"Point","coordinates":[0.7052768,51.2222555]},"properties":{"@type":"node","@id":313980264,"@timestamp":1227465818},"coords":"51.2222555,0.7052768","bedrooms":"3","price":"261000","area":"540"} , +{"type":"Feature","id":"n313980304","geometry":{"type":"Point","coordinates":[0.7063827,51.2299743]},"properties":{"@type":"node","@id":313980304,"@timestamp":1227465822},"coords":"51.2299743,0.7063827","bedrooms":"3","price":"175000","area":"518"} , +{"type":"Feature","id":"n313981930","geometry":{"type":"Point","coordinates":[0.7025322,51.2361683]},"properties":{"@type":"node","@id":313981930,"@timestamp":1227466232},"coords":"51.2361683,0.7025322","bedrooms":"3","price":"239000","area":"478"} , +{"type":"Feature","id":"n313981942","geometry":{"type":"Point","coordinates":[0.6966698,51.2310584]},"properties":{"@type":"node","@id":313981942,"@timestamp":1227466233},"coords":"51.2310584,0.6966698","bedrooms":"2","price":"199000","area":"494"} , +{"type":"Feature","id":"n313981954","geometry":{"type":"Point","coordinates":[0.6958798,51.2285142]},"properties":{"@type":"node","@id":313981954,"@timestamp":1227466234},"coords":"51.2285142,0.6958798","bedrooms":"1","price":"287000","area":"542"} , +{"type":"Feature","id":"n313982871","geometry":{"type":"Point","coordinates":[0.670343,51.1712515]},"properties":{"@type":"node","@id":313982871,"@timestamp":1227466490},"coords":"51.1712515,0.670343","bedrooms":"2","price":"199000","area":"415"} , +{"type":"Feature","id":"n314003044","geometry":{"type":"Point","coordinates":[-0.010827,51.5658083]},"properties":{"@type":"node","@id":314003044,"@timestamp":1227470319},"coords":"51.5658083,-0.010827","bedrooms":"1","price":"284000","area":"617"} , +{"type":"Feature","id":"n314031884","geometry":{"type":"Point","coordinates":[0.0288393,51.5266419]},"properties":{"@type":"node","@id":314031884,"@timestamp":1611333898},"coords":"51.5266419,0.0288393","bedrooms":"4","price":"197000","area":"688"} , +{"type":"Feature","id":"n314258738","geometry":{"type":"Point","coordinates":[-0.5833361,51.2374396]},"properties":{"@type":"node","@id":314258738,"@timestamp":1461100510},"coords":"51.2374396,-0.5833361","bedrooms":"1","price":"217000","area":"505"} , +{"type":"Feature","id":"n314397124","geometry":{"type":"Point","coordinates":[-0.2881994,51.3402894]},"properties":{"@type":"node","@id":314397124,"@timestamp":1227550584},"coords":"51.3402894,-0.2881994","bedrooms":"4","price":"160000","area":"412"} , +{"type":"Feature","id":"n314425100","geometry":{"type":"Point","coordinates":[0.3204062,51.1435652]},"properties":{"@type":"node","@id":314425100,"@timestamp":1309954068},"coords":"51.1435652,0.3204062","bedrooms":"2","price":"158000","area":"412"} , +{"type":"Feature","id":"n314656261","geometry":{"type":"Point","coordinates":[0.8950484,51.8867287]},"properties":{"@type":"node","@id":314656261,"@timestamp":1605324979},"coords":"51.8867287,0.8950484","bedrooms":"1","price":"231000","area":"686"} , +{"type":"Feature","id":"n314713389","geometry":{"type":"Point","coordinates":[-0.209658,51.807018]},"properties":{"@type":"node","@id":314713389,"@timestamp":1227643280},"coords":"51.807018,-0.209658","bedrooms":"1","price":"286000","area":"352"} , +{"type":"Feature","id":"n314714008","geometry":{"type":"Point","coordinates":[0.19544,51.783697]},"properties":{"@type":"node","@id":314714008,"@timestamp":1227643313},"coords":"51.783697,0.19544","bedrooms":"3","price":"246000","area":"643"} , +{"type":"Feature","id":"n314714361","geometry":{"type":"Point","coordinates":[0.788996,51.824193]},"properties":{"@type":"node","@id":314714361,"@timestamp":1227643345},"coords":"51.824193,0.788996","bedrooms":"2","price":"257000","area":"385"} , +{"type":"Feature","id":"n314714405","geometry":{"type":"Point","coordinates":[0.231862,51.899538]},"properties":{"@type":"node","@id":314714405,"@timestamp":1227643349},"coords":"51.899538,0.231862","bedrooms":"0","price":"240000","area":"698"} , +{"type":"Feature","id":"n314714460","geometry":{"type":"Point","coordinates":[-0.086413,51.34995]},"properties":{"@type":"node","@id":314714460,"@timestamp":1227643353},"coords":"51.34995,-0.086413","bedrooms":"1","price":"212000","area":"444"} , +{"type":"Feature","id":"n314714492","geometry":{"type":"Point","coordinates":[0.376298,51.425798]},"properties":{"@type":"node","@id":314714492,"@timestamp":1227643355},"coords":"51.425798,0.376298","bedrooms":"4","price":"273000","area":"380"} , +{"type":"Feature","id":"n314714511","geometry":{"type":"Point","coordinates":[0.151878,51.496592]},"properties":{"@type":"node","@id":314714511,"@timestamp":1227643357},"coords":"51.496592,0.151878","bedrooms":"3","price":"251000","area":"498"} , +{"type":"Feature","id":"n314714849","geometry":{"type":"Point","coordinates":[-0.08551,51.518375]},"properties":{"@type":"node","@id":314714849,"@timestamp":1227643378},"coords":"51.518375,-0.08551","bedrooms":"4","price":"249000","area":"683"} , +{"type":"Feature","id":"n314714893","geometry":{"type":"Point","coordinates":[-0.064667,51.529068]},"properties":{"@type":"node","@id":314714893,"@timestamp":1227643381},"coords":"51.529068,-0.064667","bedrooms":"2","price":"188000","area":"663"} , +{"type":"Feature","id":"n314715001","geometry":{"type":"Point","coordinates":[0.008435,51.539751]},"properties":{"@type":"node","@id":314715001,"@timestamp":1227643398},"coords":"51.539751,0.008435","bedrooms":"1","price":"261000","area":"544"} , +{"type":"Feature","id":"n314715058","geometry":{"type":"Point","coordinates":[0.025312,51.548544]},"properties":{"@type":"node","@id":314715058,"@timestamp":1626081099},"coords":"51.548544,0.025312","bedrooms":"0","price":"211000","area":"680"} , +{"type":"Feature","id":"n314715157","geometry":{"type":"Point","coordinates":[-0.020448,51.747116]},"properties":{"@type":"node","@id":314715157,"@timestamp":1227643405},"coords":"51.747116,-0.020448","bedrooms":"3","price":"250000","area":"651"} , +{"type":"Feature","id":"n314715477","geometry":{"type":"Point","coordinates":[-0.650406,51.160739]},"properties":{"@type":"node","@id":314715477,"@timestamp":1227643428},"coords":"51.160739,-0.650406","bedrooms":"2","price":"156000","area":"585"} , +{"type":"Feature","id":"n314715500","geometry":{"type":"Point","coordinates":[-0.840337,51.281895]},"properties":{"@type":"node","@id":314715500,"@timestamp":1227643429},"coords":"51.281895,-0.840337","bedrooms":"3","price":"161000","area":"652"} , +{"type":"Feature","id":"n314715525","geometry":{"type":"Point","coordinates":[-0.657863,51.365248]},"properties":{"@type":"node","@id":314715525,"@timestamp":1227643431},"coords":"51.365248,-0.657863","bedrooms":"4","price":"203000","area":"378"} , +{"type":"Feature","id":"n314715559","geometry":{"type":"Point","coordinates":[-0.801863,51.194792]},"properties":{"@type":"node","@id":314715559,"@timestamp":1227643433},"coords":"51.194792,-0.801863","bedrooms":"3","price":"269000","area":"449"} , +{"type":"Feature","id":"n314715633","geometry":{"type":"Point","coordinates":[0.062639,51.584781]},"properties":{"@type":"node","@id":314715633,"@timestamp":1227643438},"coords":"51.584781,0.062639","bedrooms":"2","price":"286000","area":"625"} , +{"type":"Feature","id":"n314715749","geometry":{"type":"Point","coordinates":[-0.472691,51.7362]},"properties":{"@type":"node","@id":314715749,"@timestamp":1227643446},"coords":"51.7362,-0.472691","bedrooms":"1","price":"254000","area":"630"} , +{"type":"Feature","id":"n314715772","geometry":{"type":"Point","coordinates":[-0.80214,51.78953]},"properties":{"@type":"node","@id":314715772,"@timestamp":1227643447},"coords":"51.78953,-0.80214","bedrooms":"0","price":"260000","area":"651"} , +{"type":"Feature","id":"n314715925","geometry":{"type":"Point","coordinates":[-0.378468,51.280036]},"properties":{"@type":"node","@id":314715925,"@timestamp":1227643458},"coords":"51.280036,-0.378468","bedrooms":"3","price":"224000","area":"419"} , +{"type":"Feature","id":"n314715953","geometry":{"type":"Point","coordinates":[-0.330599,51.391282]},"properties":{"@type":"node","@id":314715953,"@timestamp":1227643460},"coords":"51.391282,-0.330599","bedrooms":"0","price":"222000","area":"418"} , +{"type":"Feature","id":"n314716611","geometry":{"type":"Point","coordinates":[-0.655352,51.898755]},"properties":{"@type":"node","@id":314716611,"@timestamp":1227643513},"coords":"51.898755,-0.655352","bedrooms":"0","price":"216000","area":"467"} , +{"type":"Feature","id":"n314716747","geometry":{"type":"Point","coordinates":[-0.072612,51.597328]},"properties":{"@type":"node","@id":314716747,"@timestamp":1227643523},"coords":"51.597328,-0.072612","bedrooms":"4","price":"154000","area":"424"} , +{"type":"Feature","id":"n314716783","geometry":{"type":"Point","coordinates":[-0.066121,51.623336]},"properties":{"@type":"node","@id":314716783,"@timestamp":1227643526},"coords":"51.623336,-0.066121","bedrooms":"1","price":"293000","area":"409"} , +{"type":"Feature","id":"n314716853","geometry":{"type":"Point","coordinates":[0.557831,51.437742]},"properties":{"@type":"node","@id":314716853,"@timestamp":1227643531},"coords":"51.437742,0.557831","bedrooms":"1","price":"169000","area":"388"} , +{"type":"Feature","id":"n314716882","geometry":{"type":"Point","coordinates":[-0.982481,51.967911]},"properties":{"@type":"node","@id":314716882,"@timestamp":1227643533},"coords":"51.967911,-0.982481","bedrooms":"2","price":"201000","area":"449"} , +{"type":"Feature","id":"n314717359","geometry":{"type":"Point","coordinates":[-0.1971241,51.579359]},"properties":{"@type":"node","@id":314717359,"@timestamp":1500758669},"coords":"51.579359,-0.1971241","bedrooms":"1","price":"155000","area":"444"} , +{"type":"Feature","id":"n314717778","geometry":{"type":"Point","coordinates":[0.170997,51.571188]},"properties":{"@type":"node","@id":314717778,"@timestamp":1227643589},"coords":"51.571188,0.170997","bedrooms":"1","price":"231000","area":"471"} , +{"type":"Feature","id":"n314717875","geometry":{"type":"Point","coordinates":[0.077416,51.484739]},"properties":{"@type":"node","@id":314717875,"@timestamp":1227643598},"coords":"51.484739,0.077416","bedrooms":"4","price":"160000","area":"457"} , +{"type":"Feature","id":"n314718038","geometry":{"type":"Point","coordinates":[-0.943122,51.241048]},"properties":{"@type":"node","@id":314718038,"@timestamp":1227643609},"coords":"51.241048,-0.943122","bedrooms":"0","price":"268000","area":"408"} , +{"type":"Feature","id":"n314718062","geometry":{"type":"Point","coordinates":[-0.861972,51.484781]},"properties":{"@type":"node","@id":314718062,"@timestamp":1227643611},"coords":"51.484781,-0.861972","bedrooms":"3","price":"285000","area":"373"} , +{"type":"Feature","id":"n314718098","geometry":{"type":"Point","coordinates":[-0.492128,50.970205]},"properties":{"@type":"node","@id":314718098,"@timestamp":1227643614},"coords":"50.970205,-0.492128","bedrooms":"4","price":"236000","area":"613"} , +{"type":"Feature","id":"n314718118","geometry":{"type":"Point","coordinates":[0.008266,51.16061]},"properties":{"@type":"node","@id":314718118,"@timestamp":1227643615},"coords":"51.16061,0.008266","bedrooms":"3","price":"227000","area":"378"} , +{"type":"Feature","id":"n314718134","geometry":{"type":"Point","coordinates":[-0.195478,51.136256]},"properties":{"@type":"node","@id":314718134,"@timestamp":1227643616},"coords":"51.136256,-0.195478","bedrooms":"0","price":"222000","area":"397"} , +{"type":"Feature","id":"n314718194","geometry":{"type":"Point","coordinates":[0.44911,51.5242376]},"properties":{"@type":"node","@id":314718194,"@timestamp":1499776239},"coords":"51.5242376,0.44911","bedrooms":"3","price":"159000","area":"575"} , +{"type":"Feature","id":"n314718250","geometry":{"type":"Point","coordinates":[-0.145576,51.49781]},"properties":{"@type":"node","@id":314718250,"@timestamp":1227643624},"coords":"51.49781,-0.145576","bedrooms":"4","price":"297000","area":"667"} , +{"type":"Feature","id":"n314718287","geometry":{"type":"Point","coordinates":[-0.2426145,51.4497944]},"properties":{"@type":"node","@id":314718287,"@timestamp":1406106681},"coords":"51.4497944,-0.2426145","bedrooms":"4","price":"240000","area":"427"} , +{"type":"Feature","id":"n314725478","geometry":{"type":"Point","coordinates":[-0.9506715,50.9773366]},"properties":{"@type":"node","@id":314725478,"@timestamp":1572960301},"coords":"50.9773366,-0.9506715","bedrooms":"2","price":"216000","area":"682"} , +{"type":"Feature","id":"n314728799","geometry":{"type":"Point","coordinates":[-0.009639,51.441187]},"properties":{"@type":"node","@id":314728799,"@timestamp":1227644889},"coords":"51.441187,-0.009639","bedrooms":"1","price":"167000","area":"619"} , +{"type":"Feature","id":"n314728832","geometry":{"type":"Point","coordinates":[-0.26644,51.916098]},"properties":{"@type":"node","@id":314728832,"@timestamp":1227644891},"coords":"51.916098,-0.26644","bedrooms":"0","price":"288000","area":"506"} , +{"type":"Feature","id":"n314728922","geometry":{"type":"Point","coordinates":[-0.223677,51.356108]},"properties":{"@type":"node","@id":314728922,"@timestamp":1227644896},"coords":"51.356108,-0.223677","bedrooms":"1","price":"255000","area":"387"} , +{"type":"Feature","id":"n314729069","geometry":{"type":"Point","coordinates":[-0.506117,51.576814]},"properties":{"@type":"node","@id":314729069,"@timestamp":1227644904},"coords":"51.576814,-0.506117","bedrooms":"2","price":"245000","area":"399"} , +{"type":"Feature","id":"n314729091","geometry":{"type":"Point","coordinates":[-0.334109,51.474635]},"properties":{"@type":"node","@id":314729091,"@timestamp":1227644906},"coords":"51.474635,-0.334109","bedrooms":"2","price":"236000","area":"385"} , +{"type":"Feature","id":"n314729111","geometry":{"type":"Point","coordinates":[-0.416822,51.416654]},"properties":{"@type":"node","@id":314729111,"@timestamp":1227644907},"coords":"51.416654,-0.416822","bedrooms":"0","price":"185000","area":"640"} , +{"type":"Feature","id":"n314729208","geometry":{"type":"Point","coordinates":[-0.2592,51.654203]},"properties":{"@type":"node","@id":314729208,"@timestamp":1227644917},"coords":"51.654203,-0.2592","bedrooms":"2","price":"196000","area":"689"} , +{"type":"Feature","id":"n314729229","geometry":{"type":"Point","coordinates":[-0.405626,51.667349]},"properties":{"@type":"node","@id":314729229,"@timestamp":1227644918},"coords":"51.667349,-0.405626","bedrooms":"0","price":"216000","area":"677"} , +{"type":"Feature","id":"n314729258","geometry":{"type":"Point","coordinates":[-0.1256737,51.5133662]},"properties":{"@type":"node","@id":314729258,"@timestamp":1291988422},"coords":"51.5133662,-0.1256737","bedrooms":"1","price":"212000","area":"476"} , +{"type":"Feature","id":"n314729374","geometry":{"type":"Point","coordinates":[-0.298806,51.511411]},"properties":{"@type":"node","@id":314729374,"@timestamp":1227644928},"coords":"51.511411,-0.298806","bedrooms":"3","price":"270000","area":"531"} , +{"type":"Feature","id":"n314729407","geometry":{"type":"Point","coordinates":[0.529879,51.107805]},"properties":{"@type":"node","@id":314729407,"@timestamp":1227644929},"coords":"51.107805,0.529879","bedrooms":"3","price":"254000","area":"678"} , +{"type":"Feature","id":"n314729500","geometry":{"type":"Point","coordinates":[0.265907,51.135119]},"properties":{"@type":"node","@id":314729500,"@timestamp":1227644934},"coords":"51.135119,0.265907","bedrooms":"3","price":"278000","area":"428"} , +{"type":"Feature","id":"n314762682","geometry":{"type":"Point","coordinates":[-0.1314901,51.5226258]},"properties":{"@type":"node","@id":314762682,"@timestamp":1606353668},"coords":"51.5226258,-0.1314901","bedrooms":"2","price":"154000","area":"398"} , +{"type":"Feature","id":"n314946873","geometry":{"type":"Point","coordinates":[-0.8323125,51.7219967]},"properties":{"@type":"node","@id":314946873,"@timestamp":1523047446},"coords":"51.7219967,-0.8323125","bedrooms":"3","price":"157000","area":"697"} , +{"type":"Feature","id":"n314952263","geometry":{"type":"Point","coordinates":[0.4867778,51.9533822]},"properties":{"@type":"node","@id":314952263,"@timestamp":1364334208},"coords":"51.9533822,0.4867778","bedrooms":"0","price":"185000","area":"646"} , +{"type":"Feature","id":"n314961059","geometry":{"type":"Point","coordinates":[-0.8288839,51.7222491]},"properties":{"@type":"node","@id":314961059,"@timestamp":1523380532},"coords":"51.7222491,-0.8288839","bedrooms":"0","price":"261000","area":"637"} , +{"type":"Feature","id":"n314971312","geometry":{"type":"Point","coordinates":[-0.8237472,51.7241331]},"properties":{"@type":"node","@id":314971312,"@timestamp":1236961404},"coords":"51.7241331,-0.8237472","bedrooms":"3","price":"225000","area":"688"} , +{"type":"Feature","id":"n315064867","geometry":{"type":"Point","coordinates":[-0.6109714,51.6646425]},"properties":{"@type":"node","@id":315064867,"@timestamp":1633188357},"coords":"51.6646425,-0.6109714","bedrooms":"2","price":"152000","area":"557"} , +{"type":"Feature","id":"n315242101","geometry":{"type":"Point","coordinates":[-0.048437,51.5359244]},"properties":{"@type":"node","@id":315242101,"@timestamp":1629063254},"coords":"51.5359244,-0.048437","bedrooms":"4","price":"272000","area":"616"} , +{"type":"Feature","id":"n315403407","geometry":{"type":"Point","coordinates":[-0.0590281,51.7600845]},"properties":{"@type":"node","@id":315403407,"@timestamp":1462712323},"coords":"51.7600845,-0.0590281","bedrooms":"4","price":"262000","area":"618"} , +{"type":"Feature","id":"n315533863","geometry":{"type":"Point","coordinates":[-0.7187705,51.2540698]},"properties":{"@type":"node","@id":315533863,"@timestamp":1632666773},"coords":"51.2540698,-0.7187705","bedrooms":"1","price":"226000","area":"520"} , +{"type":"Feature","id":"n315540363","geometry":{"type":"Point","coordinates":[-0.715724,51.2547032]},"properties":{"@type":"node","@id":315540363,"@timestamp":1314735013},"coords":"51.2547032,-0.715724","bedrooms":"2","price":"283000","area":"378"} , +{"type":"Feature","id":"n315543988","geometry":{"type":"Point","coordinates":[-0.7258644,51.2458662]},"properties":{"@type":"node","@id":315543988,"@timestamp":1227977942},"coords":"51.2458662,-0.7258644","bedrooms":"4","price":"249000","area":"458"} , +{"type":"Feature","id":"n315553140","geometry":{"type":"Point","coordinates":[-0.7099378,51.4251344]},"properties":{"@type":"node","@id":315553140,"@timestamp":1616715334},"coords":"51.4251344,-0.7099378","bedrooms":"0","price":"248000","area":"505"} , +{"type":"Feature","id":"n315572863","geometry":{"type":"Point","coordinates":[0.5017575,51.7136335]},"properties":{"@type":"node","@id":315572863,"@timestamp":1228252015},"coords":"51.7136335,0.5017575","bedrooms":"1","price":"198000","area":"465"} , +{"type":"Feature","id":"n315617460","geometry":{"type":"Point","coordinates":[-0.3197198,51.2115882]},"properties":{"@type":"node","@id":315617460,"@timestamp":1227996115},"coords":"51.2115882,-0.3197198","bedrooms":"0","price":"286000","area":"689"} , +{"type":"Feature","id":"n315617493","geometry":{"type":"Point","coordinates":[-0.3199124,51.211245]},"properties":{"@type":"node","@id":315617493,"@timestamp":1227996117},"coords":"51.211245,-0.3199124","bedrooms":"3","price":"155000","area":"517"} , +{"type":"Feature","id":"n315656052","geometry":{"type":"Point","coordinates":[-1.0840924,51.2562931]},"properties":{"@type":"node","@id":315656052,"@timestamp":1477865102},"coords":"51.2562931,-1.0840924","bedrooms":"1","price":"234000","area":"352"} , +{"type":"Feature","id":"n315774445","geometry":{"type":"Point","coordinates":[-0.3307557,51.2949977]},"properties":{"@type":"node","@id":315774445,"@timestamp":1334221244},"coords":"51.2949977,-0.3307557","bedrooms":"3","price":"218000","area":"513"} , +{"type":"Feature","id":"n315890008","geometry":{"type":"Point","coordinates":[-0.0206305,51.5654478]},"properties":{"@type":"node","@id":315890008,"@timestamp":1228071243},"coords":"51.5654478,-0.0206305","bedrooms":"0","price":"236000","area":"644"} , +{"type":"Feature","id":"n315967451","geometry":{"type":"Point","coordinates":[0.6383189,51.9466624]},"properties":{"@type":"node","@id":315967451,"@timestamp":1228083343},"coords":"51.9466624,0.6383189","bedrooms":"3","price":"297000","area":"379"} , +{"type":"Feature","id":"n315991794","geometry":{"type":"Point","coordinates":[-0.0356369,51.7567017]},"properties":{"@type":"node","@id":315991794,"@timestamp":1381677716},"coords":"51.7567017,-0.0356369","bedrooms":"1","price":"244000","area":"482"} , +{"type":"Feature","id":"n315992113","geometry":{"type":"Point","coordinates":[-0.0530541,51.7405777]},"properties":{"@type":"node","@id":315992113,"@timestamp":1264264371},"coords":"51.7405777,-0.0530541","bedrooms":"4","price":"281000","area":"433"} , +{"type":"Feature","id":"n316022620","geometry":{"type":"Point","coordinates":[-0.0324862,51.5677736]},"properties":{"@type":"node","@id":316022620,"@timestamp":1495272977},"coords":"51.5677736,-0.0324862","bedrooms":"4","price":"250000","area":"353"} , +{"type":"Feature","id":"n316072835","geometry":{"type":"Point","coordinates":[-0.0936576,51.3626768]},"properties":{"@type":"node","@id":316072835,"@timestamp":1617045879},"coords":"51.3626768,-0.0936576","bedrooms":"2","price":"263000","area":"412"} , +{"type":"Feature","id":"n316138753","geometry":{"type":"Point","coordinates":[-0.3501273,51.2276767]},"properties":{"@type":"node","@id":316138753,"@timestamp":1539803505},"coords":"51.2276767,-0.3501273","bedrooms":"1","price":"192000","area":"390"} , +{"type":"Feature","id":"n316283742","geometry":{"type":"Point","coordinates":[0.2382381,51.3837753]},"properties":{"@type":"node","@id":316283742,"@timestamp":1594598636},"coords":"51.3837753,0.2382381","bedrooms":"2","price":"168000","area":"494"} , +{"type":"Feature","id":"n316300242","geometry":{"type":"Point","coordinates":[0.5002978,51.7137691]},"properties":{"@type":"node","@id":316300242,"@timestamp":1228251997},"coords":"51.7137691,0.5002978","bedrooms":"0","price":"282000","area":"695"} , +{"type":"Feature","id":"n316332801","geometry":{"type":"Point","coordinates":[0.1490113,51.8126878]},"properties":{"@type":"node","@id":316332801,"@timestamp":1472515699},"coords":"51.8126878,0.1490113","bedrooms":"1","price":"158000","area":"606"} , +{"type":"Feature","id":"n316612862","geometry":{"type":"Point","coordinates":[-0.4936249,51.6850364]},"properties":{"@type":"node","@id":316612862,"@timestamp":1545154929},"coords":"51.6850364,-0.4936249","bedrooms":"2","price":"238000","area":"435"} , +{"type":"Feature","id":"n316661166","geometry":{"type":"Point","coordinates":[-0.3358858,51.1516337]},"properties":{"@type":"node","@id":316661166,"@timestamp":1396622682},"coords":"51.1516337,-0.3358858","bedrooms":"0","price":"157000","area":"391"} , +{"type":"Feature","id":"n316661230","geometry":{"type":"Point","coordinates":[-0.3602634,51.1495616]},"properties":{"@type":"node","@id":316661230,"@timestamp":1228412719},"coords":"51.1495616,-0.3602634","bedrooms":"0","price":"177000","area":"532"} , +{"type":"Feature","id":"n316661305","geometry":{"type":"Point","coordinates":[-0.3476161,51.15324]},"properties":{"@type":"node","@id":316661305,"@timestamp":1477245769},"coords":"51.15324,-0.3476161","bedrooms":"4","price":"267000","area":"418"} , +{"type":"Feature","id":"n316676443","geometry":{"type":"Point","coordinates":[0.7002479,51.5865807]},"properties":{"@type":"node","@id":316676443,"@timestamp":1495041507},"coords":"51.5865807,0.7002479","bedrooms":"4","price":"263000","area":"571"} , +{"type":"Feature","id":"n316687808","geometry":{"type":"Point","coordinates":[0.6739465,51.5665836]},"properties":{"@type":"node","@id":316687808,"@timestamp":1315915247},"coords":"51.5665836,0.6739465","bedrooms":"4","price":"169000","area":"352"} , +{"type":"Feature","id":"n316693228","geometry":{"type":"Point","coordinates":[0.5949827,51.5697011]},"properties":{"@type":"node","@id":316693228,"@timestamp":1320944035},"coords":"51.5697011,0.5949827","bedrooms":"0","price":"170000","area":"419"} , +{"type":"Feature","id":"n316703160","geometry":{"type":"Point","coordinates":[0.4625814,51.7529751]},"properties":{"@type":"node","@id":316703160,"@timestamp":1625853370},"coords":"51.7529751,0.4625814","bedrooms":"0","price":"259000","area":"481"} , +{"type":"Feature","id":"n316763495","geometry":{"type":"Point","coordinates":[-0.0948116,51.5145419]},"properties":{"@type":"node","@id":316763495,"@timestamp":1510490037},"coords":"51.5145419,-0.0948116","bedrooms":"3","price":"272000","area":"401"} , +{"type":"Feature","id":"n316780569","geometry":{"type":"Point","coordinates":[0.3648351,51.3188595]},"properties":{"@type":"node","@id":316780569,"@timestamp":1228482572},"coords":"51.3188595,0.3648351","bedrooms":"4","price":"179000","area":"509"} , +{"type":"Feature","id":"n316891963","geometry":{"type":"Point","coordinates":[0.0167937,51.7359813]},"properties":{"@type":"node","@id":316891963,"@timestamp":1632385816},"coords":"51.7359813,0.0167937","bedrooms":"1","price":"217000","area":"634"} , +{"type":"Feature","id":"n316933201","geometry":{"type":"Point","coordinates":[0.7014625,51.5567841]},"properties":{"@type":"node","@id":316933201,"@timestamp":1629137645},"coords":"51.5567841,0.7014625","bedrooms":"1","price":"222000","area":"478"} , +{"type":"Feature","id":"n316944951","geometry":{"type":"Point","coordinates":[0.5992562,51.5769107]},"properties":{"@type":"node","@id":316944951,"@timestamp":1353110325},"coords":"51.5769107,0.5992562","bedrooms":"4","price":"280000","area":"503"} , +{"type":"Feature","id":"n316945638","geometry":{"type":"Point","coordinates":[-0.7310643,51.2480345]},"properties":{"@type":"node","@id":316945638,"@timestamp":1617708122},"coords":"51.2480345,-0.7310643","bedrooms":"2","price":"243000","area":"352"} , +{"type":"Feature","id":"n316947619","geometry":{"type":"Point","coordinates":[-0.7207826,51.2569624]},"properties":{"@type":"node","@id":316947619,"@timestamp":1614518479},"coords":"51.2569624,-0.7207826","bedrooms":"4","price":"168000","area":"647"} , +{"type":"Feature","id":"n316954091","geometry":{"type":"Point","coordinates":[-0.7087411,51.2516995]},"properties":{"@type":"node","@id":316954091,"@timestamp":1630443298},"coords":"51.2516995,-0.7087411","bedrooms":"4","price":"252000","area":"511"} , +{"type":"Feature","id":"n316957354","geometry":{"type":"Point","coordinates":[-0.7207413,51.2567647]},"properties":{"@type":"node","@id":316957354,"@timestamp":1614518461},"coords":"51.2567647,-0.7207413","bedrooms":"4","price":"196000","area":"623"} , +{"type":"Feature","id":"n316960197","geometry":{"type":"Point","coordinates":[-0.7186579,51.2588975]},"properties":{"@type":"node","@id":316960197,"@timestamp":1619431984},"coords":"51.2588975,-0.7186579","bedrooms":"4","price":"294000","area":"606"} , +{"type":"Feature","id":"n316963080","geometry":{"type":"Point","coordinates":[0.4941042,51.7341032]},"properties":{"@type":"node","@id":316963080,"@timestamp":1366789235},"coords":"51.7341032,0.4941042","bedrooms":"1","price":"219000","area":"375"} , +{"type":"Feature","id":"n316973741","geometry":{"type":"Point","coordinates":[0.7531964,51.647755]},"properties":{"@type":"node","@id":316973741,"@timestamp":1604906549},"coords":"51.647755,0.7531964","bedrooms":"0","price":"183000","area":"574"} , +{"type":"Feature","id":"n316983809","geometry":{"type":"Point","coordinates":[-0.1126009,51.5495534]},"properties":{"@type":"node","@id":316983809,"@timestamp":1228667523},"coords":"51.5495534,-0.1126009","bedrooms":"1","price":"176000","area":"464"} , +{"type":"Feature","id":"n316983857","geometry":{"type":"Point","coordinates":[-0.1114564,51.5499544]},"properties":{"@type":"node","@id":316983857,"@timestamp":1228584022},"coords":"51.5499544,-0.1114564","bedrooms":"2","price":"260000","area":"458"} , +{"type":"Feature","id":"n316983881","geometry":{"type":"Point","coordinates":[-0.1097552,51.5487127]},"properties":{"@type":"node","@id":316983881,"@timestamp":1228664770},"coords":"51.5487127,-0.1097552","bedrooms":"2","price":"274000","area":"604"} , +{"type":"Feature","id":"n316983969","geometry":{"type":"Point","coordinates":[-0.1103299,51.5501096]},"properties":{"@type":"node","@id":316983969,"@timestamp":1228584034},"coords":"51.5501096,-0.1103299","bedrooms":"1","price":"287000","area":"594"} , +{"type":"Feature","id":"n316984001","geometry":{"type":"Point","coordinates":[-0.1112285,51.5511055]},"properties":{"@type":"node","@id":316984001,"@timestamp":1234024746},"coords":"51.5511055,-0.1112285","bedrooms":"4","price":"266000","area":"506"} , +{"type":"Feature","id":"n316984016","geometry":{"type":"Point","coordinates":[-0.1126513,51.5503651]},"properties":{"@type":"node","@id":316984016,"@timestamp":1234024743},"coords":"51.5503651,-0.1126513","bedrooms":"2","price":"153000","area":"383"} , +{"type":"Feature","id":"n316985109","geometry":{"type":"Point","coordinates":[0.7162113,51.9297586]},"properties":{"@type":"node","@id":316985109,"@timestamp":1228584363},"coords":"51.9297586,0.7162113","bedrooms":"2","price":"286000","area":"371"} , +{"type":"Feature","id":"n316990369","geometry":{"type":"Point","coordinates":[0.7004139,51.9276514]},"properties":{"@type":"node","@id":316990369,"@timestamp":1599866402},"coords":"51.9276514,0.7004139","bedrooms":"2","price":"271000","area":"400"} , +{"type":"Feature","id":"n316991191","geometry":{"type":"Point","coordinates":[-0.1123498,51.5499762]},"properties":{"@type":"node","@id":316991191,"@timestamp":1228667529},"coords":"51.5499762,-0.1123498","bedrooms":"1","price":"230000","area":"530"} , +{"type":"Feature","id":"n316991218","geometry":{"type":"Point","coordinates":[-0.1135282,51.5494955]},"properties":{"@type":"node","@id":316991218,"@timestamp":1228667526},"coords":"51.5494955,-0.1135282","bedrooms":"3","price":"284000","area":"443"} , +{"type":"Feature","id":"n316991512","geometry":{"type":"Point","coordinates":[-0.1080461,51.5452715]},"properties":{"@type":"node","@id":316991512,"@timestamp":1234911118},"coords":"51.5452715,-0.1080461","bedrooms":"0","price":"267000","area":"656"} , +{"type":"Feature","id":"n316993454","geometry":{"type":"Point","coordinates":[0.6985529,51.9281453]},"properties":{"@type":"node","@id":316993454,"@timestamp":1544173055},"coords":"51.9281453,0.6985529","bedrooms":"4","price":"198000","area":"667"} , +{"type":"Feature","id":"n317003248","geometry":{"type":"Point","coordinates":[0.4022138,51.3158742]},"properties":{"@type":"node","@id":317003248,"@timestamp":1612389462},"coords":"51.3158742,0.4022138","bedrooms":"0","price":"278000","area":"373"} , +{"type":"Feature","id":"n317007566","geometry":{"type":"Point","coordinates":[0.5625928,51.6224946]},"properties":{"@type":"node","@id":317007566,"@timestamp":1617284985},"coords":"51.6224946,0.5625928","bedrooms":"3","price":"218000","area":"557"} , +{"type":"Feature","id":"n317007871","geometry":{"type":"Point","coordinates":[0.6637607,51.7297811]},"properties":{"@type":"node","@id":317007871,"@timestamp":1298300577},"coords":"51.7297811,0.6637607","bedrooms":"1","price":"245000","area":"613"} , +{"type":"Feature","id":"n317035011","geometry":{"type":"Point","coordinates":[0.1908275,51.3526441]},"properties":{"@type":"node","@id":317035011,"@timestamp":1254836964},"coords":"51.3526441,0.1908275","bedrooms":"4","price":"229000","area":"422"} , +{"type":"Feature","id":"n317100202","geometry":{"type":"Point","coordinates":[0.0039803,51.5548677]},"properties":{"@type":"node","@id":317100202,"@timestamp":1228612957},"coords":"51.5548677,0.0039803","bedrooms":"4","price":"213000","area":"471"} , +{"type":"Feature","id":"n317169126","geometry":{"type":"Point","coordinates":[-0.0131473,51.4623116]},"properties":{"@type":"node","@id":317169126,"@timestamp":1548097270},"coords":"51.4623116,-0.0131473","bedrooms":"1","price":"265000","area":"600"} , +{"type":"Feature","id":"n317259630","geometry":{"type":"Point","coordinates":[0.4843125,51.2945449]},"properties":{"@type":"node","@id":317259630,"@timestamp":1632419615},"coords":"51.2945449,0.4843125","bedrooms":"2","price":"160000","area":"632"} , +{"type":"Feature","id":"n317265223","geometry":{"type":"Point","coordinates":[-0.7801151,51.5602111]},"properties":{"@type":"node","@id":317265223,"@timestamp":1228675735},"coords":"51.5602111,-0.7801151","bedrooms":"4","price":"239000","area":"639"} , +{"type":"Feature","id":"n317265244","geometry":{"type":"Point","coordinates":[-0.772097,51.568509]},"properties":{"@type":"node","@id":317265244,"@timestamp":1228675738},"coords":"51.568509,-0.772097","bedrooms":"2","price":"208000","area":"528"} , +{"type":"Feature","id":"n317270312","geometry":{"type":"Point","coordinates":[-0.9564003,51.4828034]},"properties":{"@type":"node","@id":317270312,"@timestamp":1575574387},"coords":"51.4828034,-0.9564003","bedrooms":"0","price":"289000","area":"687"} , +{"type":"Feature","id":"n317280240","geometry":{"type":"Point","coordinates":[0.8688015,51.1482097]},"properties":{"@type":"node","@id":317280240,"@timestamp":1610026537},"coords":"51.1482097,0.8688015","bedrooms":"2","price":"239000","area":"619"} , +{"type":"Feature","id":"n317316891","geometry":{"type":"Point","coordinates":[-0.1041738,51.5106598]},"properties":{"@type":"node","@id":317316891,"@timestamp":1627482582},"coords":"51.5106598,-0.1041738","bedrooms":"4","price":"218000","area":"594"} , +{"type":"Feature","id":"n317329013","geometry":{"type":"Point","coordinates":[0.5812944,51.7231789]},"properties":{"@type":"node","@id":317329013,"@timestamp":1239627831},"coords":"51.7231789,0.5812944","bedrooms":"3","price":"285000","area":"449"} , +{"type":"Feature","id":"n317380741","geometry":{"type":"Point","coordinates":[-0.0133513,51.5581451]},"properties":{"@type":"node","@id":317380741,"@timestamp":1631065508},"coords":"51.5581451,-0.0133513","bedrooms":"0","price":"165000","area":"690"} , +{"type":"Feature","id":"n317422235","geometry":{"type":"Point","coordinates":[-0.3190757,51.3410523]},"properties":{"@type":"node","@id":317422235,"@timestamp":1542473930},"coords":"51.3410523,-0.3190757","bedrooms":"1","price":"191000","area":"431"} , +{"type":"Feature","id":"n317610614","geometry":{"type":"Point","coordinates":[-0.284257,51.3508058]},"properties":{"@type":"node","@id":317610614,"@timestamp":1331828219},"coords":"51.3508058,-0.284257","bedrooms":"3","price":"165000","area":"566"} , +{"type":"Feature","id":"n317653951","geometry":{"type":"Point","coordinates":[-0.1882616,51.1162234]},"properties":{"@type":"node","@id":317653951,"@timestamp":1434473888},"coords":"51.1162234,-0.1882616","bedrooms":"0","price":"162000","area":"521"} , +{"type":"Feature","id":"n317832423","geometry":{"type":"Point","coordinates":[0.104799,51.3094614]},"properties":{"@type":"node","@id":317832423,"@timestamp":1395574516},"coords":"51.3094614,0.104799","bedrooms":"1","price":"260000","area":"512"} , +{"type":"Feature","id":"n317855722","geometry":{"type":"Point","coordinates":[0.5501119,51.2883152]},"properties":{"@type":"node","@id":317855722,"@timestamp":1565594364},"coords":"51.2883152,0.5501119","bedrooms":"3","price":"283000","area":"381"} , +{"type":"Feature","id":"n318020504","geometry":{"type":"Point","coordinates":[-0.0318,51.4074737]},"properties":{"@type":"node","@id":318020504,"@timestamp":1617804222},"coords":"51.4074737,-0.0318","bedrooms":"3","price":"296000","area":"549"} , +{"type":"Feature","id":"n318090120","geometry":{"type":"Point","coordinates":[0.130742,51.767147]},"properties":{"@type":"node","@id":318090120,"@timestamp":1279785602},"coords":"51.767147,0.130742","bedrooms":"2","price":"185000","area":"474"} , +{"type":"Feature","id":"n318207062","geometry":{"type":"Point","coordinates":[0.0152361,50.9233495]},"properties":{"@type":"node","@id":318207062,"@timestamp":1385477618},"coords":"50.9233495,0.0152361","bedrooms":"4","price":"228000","area":"372"} , +{"type":"Feature","id":"n318211040","geometry":{"type":"Point","coordinates":[-0.352013,51.1417651]},"properties":{"@type":"node","@id":318211040,"@timestamp":1229116252},"coords":"51.1417651,-0.352013","bedrooms":"2","price":"165000","area":"668"} , +{"type":"Feature","id":"n318211127","geometry":{"type":"Point","coordinates":[-0.351172,51.1401878]},"properties":{"@type":"node","@id":318211127,"@timestamp":1440591105},"coords":"51.1401878,-0.351172","bedrooms":"1","price":"206000","area":"376"} , +{"type":"Feature","id":"n318216703","geometry":{"type":"Point","coordinates":[0.6797124,51.0999821]},"properties":{"@type":"node","@id":318216703,"@timestamp":1260090900},"coords":"51.0999821,0.6797124","bedrooms":"3","price":"260000","area":"523"} , +{"type":"Feature","id":"n318221509","geometry":{"type":"Point","coordinates":[-0.9773781,51.4552284]},"properties":{"@type":"node","@id":318221509,"@timestamp":1615025062},"coords":"51.4552284,-0.9773781","bedrooms":"4","price":"285000","area":"383"} , +{"type":"Feature","id":"n318266388","geometry":{"type":"Point","coordinates":[0.1339638,51.7834988]},"properties":{"@type":"node","@id":318266388,"@timestamp":1571664959},"coords":"51.7834988,0.1339638","bedrooms":"4","price":"151000","area":"445"} , +{"type":"Feature","id":"n318325301","geometry":{"type":"Point","coordinates":[0.8711971,51.3056499]},"properties":{"@type":"node","@id":318325301,"@timestamp":1229172262},"coords":"51.3056499,0.8711971","bedrooms":"0","price":"277000","area":"640"} , +{"type":"Feature","id":"n318327565","geometry":{"type":"Point","coordinates":[0.832669,51.3179347]},"properties":{"@type":"node","@id":318327565,"@timestamp":1229172777},"coords":"51.3179347,0.832669","bedrooms":"0","price":"168000","area":"355"} , +{"type":"Feature","id":"n318327599","geometry":{"type":"Point","coordinates":[0.8310997,51.3128477]},"properties":{"@type":"node","@id":318327599,"@timestamp":1229172780},"coords":"51.3128477,0.8310997","bedrooms":"0","price":"189000","area":"475"} , +{"type":"Feature","id":"n318328582","geometry":{"type":"Point","coordinates":[0.8466562,51.2989419]},"properties":{"@type":"node","@id":318328582,"@timestamp":1229173155},"coords":"51.2989419,0.8466562","bedrooms":"1","price":"187000","area":"404"} , +{"type":"Feature","id":"n318328600","geometry":{"type":"Point","coordinates":[0.8579065,51.3015977]},"properties":{"@type":"node","@id":318328600,"@timestamp":1229173156},"coords":"51.3015977,0.8579065","bedrooms":"3","price":"168000","area":"582"} , +{"type":"Feature","id":"n318328681","geometry":{"type":"Point","coordinates":[0.8275288,51.2935535]},"properties":{"@type":"node","@id":318328681,"@timestamp":1229173399},"coords":"51.2935535,0.8275288","bedrooms":"2","price":"245000","area":"553"} , +{"type":"Feature","id":"n318435357","geometry":{"type":"Point","coordinates":[0.7929217,51.3190587]},"properties":{"@type":"node","@id":318435357,"@timestamp":1229196511},"coords":"51.3190587,0.7929217","bedrooms":"4","price":"238000","area":"594"} , +{"type":"Feature","id":"n318435439","geometry":{"type":"Point","coordinates":[0.7948275,51.3183398]},"properties":{"@type":"node","@id":318435439,"@timestamp":1229196519},"coords":"51.3183398,0.7948275","bedrooms":"1","price":"283000","area":"479"} , +{"type":"Feature","id":"n318435465","geometry":{"type":"Point","coordinates":[0.8041174,51.314997]},"properties":{"@type":"node","@id":318435465,"@timestamp":1229196522},"coords":"51.314997,0.8041174","bedrooms":"2","price":"179000","area":"366"} , +{"type":"Feature","id":"n318435539","geometry":{"type":"Point","coordinates":[0.7880022,51.3116494]},"properties":{"@type":"node","@id":318435539,"@timestamp":1229196529},"coords":"51.3116494,0.7880022","bedrooms":"3","price":"276000","area":"517"} , +{"type":"Feature","id":"n318443525","geometry":{"type":"Point","coordinates":[0.8110364,51.3131187]},"properties":{"@type":"node","@id":318443525,"@timestamp":1229197672},"coords":"51.3131187,0.8110364","bedrooms":"4","price":"268000","area":"362"} , +{"type":"Feature","id":"n318443579","geometry":{"type":"Point","coordinates":[0.8201704,51.3162382]},"properties":{"@type":"node","@id":318443579,"@timestamp":1229197674},"coords":"51.3162382,0.8201704","bedrooms":"1","price":"214000","area":"656"} , +{"type":"Feature","id":"n318443621","geometry":{"type":"Point","coordinates":[0.804172,51.2991326]},"properties":{"@type":"node","@id":318443621,"@timestamp":1229197676},"coords":"51.2991326,0.804172","bedrooms":"1","price":"273000","area":"550"} , +{"type":"Feature","id":"n318443678","geometry":{"type":"Point","coordinates":[0.7957508,51.3156004]},"properties":{"@type":"node","@id":318443678,"@timestamp":1229197679},"coords":"51.3156004,0.7957508","bedrooms":"1","price":"166000","area":"567"} , +{"type":"Feature","id":"n318448526","geometry":{"type":"Point","coordinates":[0.7856377,51.2760416]},"properties":{"@type":"node","@id":318448526,"@timestamp":1229198449},"coords":"51.2760416,0.7856377","bedrooms":"3","price":"183000","area":"568"} , +{"type":"Feature","id":"n318448544","geometry":{"type":"Point","coordinates":[0.7788951,51.276901]},"properties":{"@type":"node","@id":318448544,"@timestamp":1229198451},"coords":"51.276901,0.7788951","bedrooms":"4","price":"185000","area":"682"} , +{"type":"Feature","id":"n318448584","geometry":{"type":"Point","coordinates":[0.7557306,51.2710874]},"properties":{"@type":"node","@id":318448584,"@timestamp":1229198454},"coords":"51.2710874,0.7557306","bedrooms":"2","price":"187000","area":"542"} , +{"type":"Feature","id":"n318448609","geometry":{"type":"Point","coordinates":[0.7406668,51.2618485]},"properties":{"@type":"node","@id":318448609,"@timestamp":1234646409},"coords":"51.2618485,0.7406668","bedrooms":"0","price":"192000","area":"663"} , +{"type":"Feature","id":"n318452109","geometry":{"type":"Point","coordinates":[0.6935112,51.2441362]},"properties":{"@type":"node","@id":318452109,"@timestamp":1229199165},"coords":"51.2441362,0.6935112","bedrooms":"4","price":"160000","area":"653"} , +{"type":"Feature","id":"n318452141","geometry":{"type":"Point","coordinates":[0.6957115,51.2479295]},"properties":{"@type":"node","@id":318452141,"@timestamp":1229199167},"coords":"51.2479295,0.6957115","bedrooms":"2","price":"232000","area":"648"} , +{"type":"Feature","id":"n318476427","geometry":{"type":"Point","coordinates":[-0.9518182,51.4664617]},"properties":{"@type":"node","@id":318476427,"@timestamp":1634607435},"coords":"51.4664617,-0.9518182","bedrooms":"2","price":"240000","area":"368"} , +{"type":"Feature","id":"n318485037","geometry":{"type":"Point","coordinates":[-0.9621683,51.4642287]},"properties":{"@type":"node","@id":318485037,"@timestamp":1634491703},"coords":"51.4642287,-0.9621683","bedrooms":"3","price":"163000","area":"476"} , +{"type":"Feature","id":"n318554231","geometry":{"type":"Point","coordinates":[-0.9966715,51.4606338]},"properties":{"@type":"node","@id":318554231,"@timestamp":1520523647},"coords":"51.4606338,-0.9966715","bedrooms":"3","price":"158000","area":"454"} , +{"type":"Feature","id":"n318562245","geometry":{"type":"Point","coordinates":[-1.0130871,51.4623141]},"properties":{"@type":"node","@id":318562245,"@timestamp":1558128895},"coords":"51.4623141,-1.0130871","bedrooms":"3","price":"234000","area":"464"} , +{"type":"Feature","id":"n318627828","geometry":{"type":"Point","coordinates":[-0.9721107,51.4586178]},"properties":{"@type":"node","@id":318627828,"@timestamp":1575583157},"coords":"51.4586178,-0.9721107","bedrooms":"4","price":"156000","area":"387"} , +{"type":"Feature","id":"n318688656","geometry":{"type":"Point","coordinates":[-0.4834352,51.4888203]},"properties":{"@type":"node","@id":318688656,"@timestamp":1364811268},"coords":"51.4888203,-0.4834352","bedrooms":"4","price":"211000","area":"528"} , +{"type":"Feature","id":"n318696756","geometry":{"type":"Point","coordinates":[0.0240769,51.5549137]},"properties":{"@type":"node","@id":318696756,"@timestamp":1613847343},"coords":"51.5549137,0.0240769","bedrooms":"2","price":"177000","area":"618"} , +{"type":"Feature","id":"n318738345","geometry":{"type":"Point","coordinates":[-0.9594303,51.4708982]},"properties":{"@type":"node","@id":318738345,"@timestamp":1553285869},"coords":"51.4708982,-0.9594303","bedrooms":"2","price":"229000","area":"541"} , +{"type":"Feature","id":"n318739217","geometry":{"type":"Point","coordinates":[-0.9586538,51.4709426]},"properties":{"@type":"node","@id":318739217,"@timestamp":1519574327},"coords":"51.4709426,-0.9586538","bedrooms":"1","price":"153000","area":"416"} , +{"type":"Feature","id":"n318749246","geometry":{"type":"Point","coordinates":[-0.9649947,51.4750095]},"properties":{"@type":"node","@id":318749246,"@timestamp":1636057507},"coords":"51.4750095,-0.9649947","bedrooms":"3","price":"256000","area":"697"} , +{"type":"Feature","id":"n318753348","geometry":{"type":"Point","coordinates":[-0.9449685,51.4770141]},"properties":{"@type":"node","@id":318753348,"@timestamp":1635288507},"coords":"51.4770141,-0.9449685","bedrooms":"0","price":"192000","area":"470"} , +{"type":"Feature","id":"n318783873","geometry":{"type":"Point","coordinates":[-1.0077077,51.4405384]},"properties":{"@type":"node","@id":318783873,"@timestamp":1229295379},"coords":"51.4405384,-1.0077077","bedrooms":"1","price":"198000","area":"458"} , +{"type":"Feature","id":"n318864421","geometry":{"type":"Point","coordinates":[-1.0387137,51.4698682]},"properties":{"@type":"node","@id":318864421,"@timestamp":1229353137},"coords":"51.4698682,-1.0387137","bedrooms":"2","price":"181000","area":"546"} , +{"type":"Feature","id":"n318865564","geometry":{"type":"Point","coordinates":[-1.047198,51.4638997]},"properties":{"@type":"node","@id":318865564,"@timestamp":1229331149},"coords":"51.4638997,-1.047198","bedrooms":"0","price":"284000","area":"646"} , +{"type":"Feature","id":"n318907262","geometry":{"type":"Point","coordinates":[0.0413551,51.5454658]},"properties":{"@type":"node","@id":318907262,"@timestamp":1589189717},"coords":"51.5454658,0.0413551","bedrooms":"1","price":"265000","area":"596"} , +{"type":"Feature","id":"n318955946","geometry":{"type":"Point","coordinates":[-1.0251022,51.4599915]},"properties":{"@type":"node","@id":318955946,"@timestamp":1229358512},"coords":"51.4599915,-1.0251022","bedrooms":"2","price":"223000","area":"543"} , +{"type":"Feature","id":"n318989521","geometry":{"type":"Point","coordinates":[-1.0345494,51.4734469]},"properties":{"@type":"node","@id":318989521,"@timestamp":1622974588},"coords":"51.4734469,-1.0345494","bedrooms":"0","price":"236000","area":"606"} , +{"type":"Feature","id":"n319003377","geometry":{"type":"Point","coordinates":[-0.1587065,51.1597824]},"properties":{"@type":"node","@id":319003377,"@timestamp":1234731963},"coords":"51.1597824,-0.1587065","bedrooms":"2","price":"294000","area":"527"} , +{"type":"Feature","id":"n319082635","geometry":{"type":"Point","coordinates":[-0.8860164,51.2785554]},"properties":{"@type":"node","@id":319082635,"@timestamp":1288185547},"coords":"51.2785554,-0.8860164","bedrooms":"4","price":"216000","area":"518"} , +{"type":"Feature","id":"n319095948","geometry":{"type":"Point","coordinates":[-1.0137038,51.4621187]},"properties":{"@type":"node","@id":319095948,"@timestamp":1609535709},"coords":"51.4621187,-1.0137038","bedrooms":"4","price":"259000","area":"539"} , +{"type":"Feature","id":"n319105293","geometry":{"type":"Point","coordinates":[-0.0677797,51.4727677]},"properties":{"@type":"node","@id":319105293,"@timestamp":1284919989},"coords":"51.4727677,-0.0677797","bedrooms":"2","price":"241000","area":"554"} , +{"type":"Feature","id":"n319113777","geometry":{"type":"Point","coordinates":[-1.0504484,51.4731631]},"properties":{"@type":"node","@id":319113777,"@timestamp":1229383694},"coords":"51.4731631,-1.0504484","bedrooms":"0","price":"292000","area":"590"} , +{"type":"Feature","id":"n319122525","geometry":{"type":"Point","coordinates":[-0.9842185,51.4698119]},"properties":{"@type":"node","@id":319122525,"@timestamp":1229391285},"coords":"51.4698119,-0.9842185","bedrooms":"1","price":"233000","area":"494"} , +{"type":"Feature","id":"n319151267","geometry":{"type":"Point","coordinates":[-0.9771486,51.4553845]},"properties":{"@type":"node","@id":319151267,"@timestamp":1631119844},"coords":"51.4553845,-0.9771486","bedrooms":"1","price":"203000","area":"541"} , +{"type":"Feature","id":"n319157301","geometry":{"type":"Point","coordinates":[-0.9675157,51.4540097]},"properties":{"@type":"node","@id":319157301,"@timestamp":1536096236},"coords":"51.4540097,-0.9675157","bedrooms":"0","price":"195000","area":"451"} , +{"type":"Feature","id":"n319159019","geometry":{"type":"Point","coordinates":[-0.9697692,51.4531494]},"properties":{"@type":"node","@id":319159019,"@timestamp":1614268914},"coords":"51.4531494,-0.9697692","bedrooms":"4","price":"273000","area":"566"} , +{"type":"Feature","id":"n319162844","geometry":{"type":"Point","coordinates":[-0.9702595,51.4542202]},"properties":{"@type":"node","@id":319162844,"@timestamp":1327067856},"coords":"51.4542202,-0.9702595","bedrooms":"4","price":"217000","area":"479"} , +{"type":"Feature","id":"n319165836","geometry":{"type":"Point","coordinates":[-1.0044079,51.4517356]},"properties":{"@type":"node","@id":319165836,"@timestamp":1521736197},"coords":"51.4517356,-1.0044079","bedrooms":"1","price":"227000","area":"354"} , +{"type":"Feature","id":"n319251996","geometry":{"type":"Point","coordinates":[-1.0159124,51.4558008]},"properties":{"@type":"node","@id":319251996,"@timestamp":1592238623},"coords":"51.4558008,-1.0159124","bedrooms":"4","price":"165000","area":"640"} , +{"type":"Feature","id":"n319284053","geometry":{"type":"Point","coordinates":[0.8921999,51.8964755]},"properties":{"@type":"node","@id":319284053,"@timestamp":1607293690},"coords":"51.8964755,0.8921999","bedrooms":"4","price":"210000","area":"677"} , +{"type":"Feature","id":"n319408543","geometry":{"type":"Point","coordinates":[-0.0624708,51.4405581]},"properties":{"@type":"node","@id":319408543,"@timestamp":1564913928},"coords":"51.4405581,-0.0624708","bedrooms":"1","price":"247000","area":"556"} , +{"type":"Feature","id":"n319484989","geometry":{"type":"Point","coordinates":[-0.0561124,51.5402273]},"properties":{"@type":"node","@id":319484989,"@timestamp":1625672865},"coords":"51.5402273,-0.0561124","bedrooms":"1","price":"299000","area":"538"} , +{"type":"Feature","id":"n319583691","geometry":{"type":"Point","coordinates":[0.6874121,51.5528705]},"properties":{"@type":"node","@id":319583691,"@timestamp":1442700106},"coords":"51.5528705,0.6874121","bedrooms":"4","price":"186000","area":"427"} , +{"type":"Feature","id":"n319607583","geometry":{"type":"Point","coordinates":[0.7276657,51.8503234]},"properties":{"@type":"node","@id":319607583,"@timestamp":1366389073},"coords":"51.8503234,0.7276657","bedrooms":"0","price":"186000","area":"690"} , +{"type":"Feature","id":"n319637288","geometry":{"type":"Point","coordinates":[-0.0419816,51.5227185]},"properties":{"@type":"node","@id":319637288,"@timestamp":1620777172},"coords":"51.5227185,-0.0419816","bedrooms":"0","price":"270000","area":"481"} , +{"type":"Feature","id":"n319720621","geometry":{"type":"Point","coordinates":[0.6370049,51.5442517]},"properties":{"@type":"node","@id":319720621,"@timestamp":1561038596},"coords":"51.5442517,0.6370049","bedrooms":"4","price":"173000","area":"399"} , +{"type":"Feature","id":"n319821717","geometry":{"type":"Point","coordinates":[0.6134772,51.5921468]},"properties":{"@type":"node","@id":319821717,"@timestamp":1553096019},"coords":"51.5921468,0.6134772","bedrooms":"3","price":"160000","area":"673"} , +{"type":"Feature","id":"n319839519","geometry":{"type":"Point","coordinates":[-0.116928,51.5276137]},"properties":{"@type":"node","@id":319839519,"@timestamp":1489634735},"coords":"51.5276137,-0.116928","bedrooms":"4","price":"280000","area":"680"} , +{"type":"Feature","id":"n319984684","geometry":{"type":"Point","coordinates":[-0.0962153,51.5128525]},"properties":{"@type":"node","@id":319984684,"@timestamp":1629516061},"coords":"51.5128525,-0.0962153","bedrooms":"0","price":"278000","area":"503"} , +{"type":"Feature","id":"n320199311","geometry":{"type":"Point","coordinates":[0.7036788,51.5858191]},"properties":{"@type":"node","@id":320199311,"@timestamp":1315915248},"coords":"51.5858191,0.7036788","bedrooms":"4","price":"169000","area":"428"} , +{"type":"Feature","id":"n320215713","geometry":{"type":"Point","coordinates":[-1.0391202,51.4536463]},"properties":{"@type":"node","@id":320215713,"@timestamp":1632538257},"coords":"51.4536463,-1.0391202","bedrooms":"4","price":"177000","area":"461"} , +{"type":"Feature","id":"n320223016","geometry":{"type":"Point","coordinates":[0.5448128,51.6181585]},"properties":{"@type":"node","@id":320223016,"@timestamp":1294731849},"coords":"51.6181585,0.5448128","bedrooms":"0","price":"157000","area":"544"} , +{"type":"Feature","id":"n320223034","geometry":{"type":"Point","coordinates":[0.5294895,51.6528164]},"properties":{"@type":"node","@id":320223034,"@timestamp":1294731844},"coords":"51.6528164,0.5294895","bedrooms":"0","price":"171000","area":"501"} , +{"type":"Feature","id":"n320223055","geometry":{"type":"Point","coordinates":[0.5204786,51.7014433]},"properties":{"@type":"node","@id":320223055,"@timestamp":1294731849},"coords":"51.7014433,0.5204786","bedrooms":"0","price":"173000","area":"667"} , +{"type":"Feature","id":"n320223069","geometry":{"type":"Point","coordinates":[0.5324936,51.7380983]},"properties":{"@type":"node","@id":320223069,"@timestamp":1294731850},"coords":"51.7380983,0.5324936","bedrooms":"3","price":"272000","area":"457"} , +{"type":"Feature","id":"n320223083","geometry":{"type":"Point","coordinates":[0.5476856,51.7783291]},"properties":{"@type":"node","@id":320223083,"@timestamp":1294731849},"coords":"51.7783291,0.5476856","bedrooms":"1","price":"163000","area":"381"} , +{"type":"Feature","id":"n320223098","geometry":{"type":"Point","coordinates":[0.5469024,51.8202684]},"properties":{"@type":"node","@id":320223098,"@timestamp":1294731850},"coords":"51.8202684,0.5469024","bedrooms":"3","price":"251000","area":"623"} , +{"type":"Feature","id":"n320223114","geometry":{"type":"Point","coordinates":[0.5762023,51.8639052]},"properties":{"@type":"node","@id":320223114,"@timestamp":1394054926},"coords":"51.8639052,0.5762023","bedrooms":"1","price":"260000","area":"405"} , +{"type":"Feature","id":"n320223156","geometry":{"type":"Point","coordinates":[0.6500387,51.8843855]},"properties":{"@type":"node","@id":320223156,"@timestamp":1293157504},"coords":"51.8843855,0.6500387","bedrooms":"3","price":"197000","area":"514"} , +{"type":"Feature","id":"n320223254","geometry":{"type":"Point","coordinates":[0.5484324,51.5790598]},"properties":{"@type":"node","@id":320223254,"@timestamp":1393973475},"coords":"51.5790598,0.5484324","bedrooms":"3","price":"186000","area":"419"} , +{"type":"Feature","id":"n320228305","geometry":{"type":"Point","coordinates":[0.5904349,51.5875389]},"properties":{"@type":"node","@id":320228305,"@timestamp":1298280969},"coords":"51.5875389,0.5904349","bedrooms":"2","price":"255000","area":"397"} , +{"type":"Feature","id":"n320228530","geometry":{"type":"Point","coordinates":[0.578203,51.5880399]},"properties":{"@type":"node","@id":320228530,"@timestamp":1298280971},"coords":"51.5880399,0.578203","bedrooms":"2","price":"282000","area":"531"} , +{"type":"Feature","id":"n320299571","geometry":{"type":"Point","coordinates":[-0.0265733,51.5473122]},"properties":{"@type":"node","@id":320299571,"@timestamp":1613926238},"coords":"51.5473122,-0.0265733","bedrooms":"2","price":"298000","area":"554"} , +{"type":"Feature","id":"n320339391","geometry":{"type":"Point","coordinates":[-0.0260349,51.5482908]},"properties":{"@type":"node","@id":320339391,"@timestamp":1610538471},"coords":"51.5482908,-0.0260349","bedrooms":"3","price":"279000","area":"461"} , +{"type":"Feature","id":"n320500544","geometry":{"type":"Point","coordinates":[-0.0182062,51.5799789]},"properties":{"@type":"node","@id":320500544,"@timestamp":1330811334},"coords":"51.5799789,-0.0182062","bedrooms":"2","price":"290000","area":"623"} , +{"type":"Feature","id":"n320627255","geometry":{"type":"Point","coordinates":[0.6243475,51.2613631]},"properties":{"@type":"node","@id":320627255,"@timestamp":1229880323},"coords":"51.2613631,0.6243475","bedrooms":"1","price":"173000","area":"633"} , +{"type":"Feature","id":"n320642092","geometry":{"type":"Point","coordinates":[-0.9533515,51.4849716]},"properties":{"@type":"node","@id":320642092,"@timestamp":1575576394},"coords":"51.4849716,-0.9533515","bedrooms":"4","price":"296000","area":"523"} , +{"type":"Feature","id":"n320659615","geometry":{"type":"Point","coordinates":[0.7190862,51.3137046]},"properties":{"@type":"node","@id":320659615,"@timestamp":1486373255},"coords":"51.3137046,0.7190862","bedrooms":"0","price":"172000","area":"622"} , +{"type":"Feature","id":"n320663242","geometry":{"type":"Point","coordinates":[0.7703914,51.3113949]},"properties":{"@type":"node","@id":320663242,"@timestamp":1229885455},"coords":"51.3113949,0.7703914","bedrooms":"0","price":"175000","area":"430"} , +{"type":"Feature","id":"n320670121","geometry":{"type":"Point","coordinates":[0.7057672,51.2908219]},"properties":{"@type":"node","@id":320670121,"@timestamp":1229886263},"coords":"51.2908219,0.7057672","bedrooms":"4","price":"287000","area":"603"} , +{"type":"Feature","id":"n320670175","geometry":{"type":"Point","coordinates":[0.7275803,51.3035014]},"properties":{"@type":"node","@id":320670175,"@timestamp":1486475439},"coords":"51.3035014,0.7275803","bedrooms":"3","price":"221000","area":"458"} , +{"type":"Feature","id":"n320670222","geometry":{"type":"Point","coordinates":[0.735224,51.303192]},"properties":{"@type":"node","@id":320670222,"@timestamp":1284766066},"coords":"51.303192,0.735224","bedrooms":"4","price":"235000","area":"666"} , +{"type":"Feature","id":"n320674034","geometry":{"type":"Point","coordinates":[0.7348578,51.2768606]},"properties":{"@type":"node","@id":320674034,"@timestamp":1229886722},"coords":"51.2768606,0.7348578","bedrooms":"2","price":"233000","area":"662"} , +{"type":"Feature","id":"n320676954","geometry":{"type":"Point","coordinates":[0.7333449,51.2698784]},"properties":{"@type":"node","@id":320676954,"@timestamp":1229887194},"coords":"51.2698784,0.7333449","bedrooms":"4","price":"220000","area":"395"} , +{"type":"Feature","id":"n320676976","geometry":{"type":"Point","coordinates":[0.7293633,51.2601672]},"properties":{"@type":"node","@id":320676976,"@timestamp":1229887196},"coords":"51.2601672,0.7293633","bedrooms":"3","price":"203000","area":"457"} , +{"type":"Feature","id":"n320691802","geometry":{"type":"Point","coordinates":[0.8721499,51.1459108]},"properties":{"@type":"node","@id":320691802,"@timestamp":1609902106},"coords":"51.1459108,0.8721499","bedrooms":"0","price":"171000","area":"374"} , +{"type":"Feature","id":"n320694730","geometry":{"type":"Point","coordinates":[0.8669193,51.1487705]},"properties":{"@type":"node","@id":320694730,"@timestamp":1610026537},"coords":"51.1487705,0.8669193","bedrooms":"3","price":"214000","area":"583"} , +{"type":"Feature","id":"n320697048","geometry":{"type":"Point","coordinates":[0.8678456,51.149677]},"properties":{"@type":"node","@id":320697048,"@timestamp":1327067282},"coords":"51.149677,0.8678456","bedrooms":"0","price":"273000","area":"549"} , +{"type":"Feature","id":"n320701928","geometry":{"type":"Point","coordinates":[-0.9736941,51.4671931]},"properties":{"@type":"node","@id":320701928,"@timestamp":1600416503},"coords":"51.4671931,-0.9736941","bedrooms":"1","price":"293000","area":"408"} , +{"type":"Feature","id":"n320752994","geometry":{"type":"Point","coordinates":[0.1480052,51.7663017]},"properties":{"@type":"node","@id":320752994,"@timestamp":1563469209},"coords":"51.7663017,0.1480052","bedrooms":"1","price":"204000","area":"410"} , +{"type":"Feature","id":"n320788659","geometry":{"type":"Point","coordinates":[-0.2252384,51.4929928]},"properties":{"@type":"node","@id":320788659,"@timestamp":1630665451},"coords":"51.4929928,-0.2252384","bedrooms":"2","price":"234000","area":"543"} , +{"type":"Feature","id":"n321000851","geometry":{"type":"Point","coordinates":[-0.8149631,51.7311702]},"properties":{"@type":"node","@id":321000851,"@timestamp":1553287732},"coords":"51.7311702,-0.8149631","bedrooms":"2","price":"229000","area":"452"} , +{"type":"Feature","id":"n321190685","geometry":{"type":"Point","coordinates":[-0.2430762,51.9751945]},"properties":{"@type":"node","@id":321190685,"@timestamp":1588456328},"coords":"51.9751945,-0.2430762","bedrooms":"2","price":"239000","area":"556"} , +{"type":"Feature","id":"n321253204","geometry":{"type":"Point","coordinates":[-0.6701462,51.2607872]},"properties":{"@type":"node","@id":321253204,"@timestamp":1266702281},"coords":"51.2607872,-0.6701462","bedrooms":"3","price":"259000","area":"636"} , +{"type":"Feature","id":"n321263610","geometry":{"type":"Point","coordinates":[-0.6829566,51.2529778]},"properties":{"@type":"node","@id":321263610,"@timestamp":1582929089},"coords":"51.2529778,-0.6829566","bedrooms":"1","price":"281000","area":"573"} , +{"type":"Feature","id":"n321265540","geometry":{"type":"Point","coordinates":[-0.6783806,51.2478]},"properties":{"@type":"node","@id":321265540,"@timestamp":1234486000},"coords":"51.2478,-0.6783806","bedrooms":"2","price":"289000","area":"553"} , +{"type":"Feature","id":"n321272537","geometry":{"type":"Point","coordinates":[-0.6731306,51.2638759]},"properties":{"@type":"node","@id":321272537,"@timestamp":1266702281},"coords":"51.2638759,-0.6731306","bedrooms":"4","price":"176000","area":"515"} , +{"type":"Feature","id":"n321316700","geometry":{"type":"Point","coordinates":[-0.7005262,51.2518058]},"properties":{"@type":"node","@id":321316700,"@timestamp":1625403611},"coords":"51.2518058,-0.7005262","bedrooms":"0","price":"195000","area":"550"} , +{"type":"Feature","id":"n321372406","geometry":{"type":"Point","coordinates":[0.0425161,51.5312356]},"properties":{"@type":"node","@id":321372406,"@timestamp":1622149510},"coords":"51.5312356,0.0425161","bedrooms":"1","price":"167000","area":"418"} , +{"type":"Feature","id":"n321479161","geometry":{"type":"Point","coordinates":[0.1043695,51.3118406]},"properties":{"@type":"node","@id":321479161,"@timestamp":1395574517},"coords":"51.3118406,0.1043695","bedrooms":"2","price":"200000","area":"691"} , +{"type":"Feature","id":"n321512730","geometry":{"type":"Point","coordinates":[0.1217351,51.6234967]},"properties":{"@type":"node","@id":321512730,"@timestamp":1618590868},"coords":"51.6234967,0.1217351","bedrooms":"2","price":"170000","area":"659"} , +{"type":"Feature","id":"n321523322","geometry":{"type":"Point","coordinates":[-0.1504788,51.5567636]},"properties":{"@type":"node","@id":321523322,"@timestamp":1297119645},"coords":"51.5567636,-0.1504788","bedrooms":"3","price":"295000","area":"409"} , +{"type":"Feature","id":"n321797124","geometry":{"type":"Point","coordinates":[-0.7574269,51.1554867]},"properties":{"@type":"node","@id":321797124,"@timestamp":1234562728},"coords":"51.1554867,-0.7574269","bedrooms":"0","price":"284000","area":"467"} , +{"type":"Feature","id":"n321846180","geometry":{"type":"Point","coordinates":[-0.9684336,51.4796557]},"properties":{"@type":"node","@id":321846180,"@timestamp":1609067747},"coords":"51.4796557,-0.9684336","bedrooms":"1","price":"166000","area":"473"} , +{"type":"Feature","id":"n322084390","geometry":{"type":"Point","coordinates":[-0.3394667,51.5732409]},"properties":{"@type":"node","@id":322084390,"@timestamp":1230402313},"coords":"51.5732409,-0.3394667","bedrooms":"1","price":"167000","area":"356"} , +{"type":"Feature","id":"n322090436","geometry":{"type":"Point","coordinates":[-0.3392107,51.572241]},"properties":{"@type":"node","@id":322090436,"@timestamp":1347499275},"coords":"51.572241,-0.3392107","bedrooms":"1","price":"152000","area":"571"} , +{"type":"Feature","id":"n322120316","geometry":{"type":"Point","coordinates":[0.0385135,51.5371806]},"properties":{"@type":"node","@id":322120316,"@timestamp":1254725482},"coords":"51.5371806,0.0385135","bedrooms":"0","price":"255000","area":"573"} , +{"type":"Feature","id":"n322127825","geometry":{"type":"Point","coordinates":[-0.3377034,51.5724565]},"properties":{"@type":"node","@id":322127825,"@timestamp":1320245183},"coords":"51.5724565,-0.3377034","bedrooms":"4","price":"172000","area":"484"} , +{"type":"Feature","id":"n322151068","geometry":{"type":"Point","coordinates":[0.0467532,51.5337851]},"properties":{"@type":"node","@id":322151068,"@timestamp":1230416063},"coords":"51.5337851,0.0467532","bedrooms":"2","price":"289000","area":"550"} , +{"type":"Feature","id":"n322270128","geometry":{"type":"Point","coordinates":[-0.3355659,51.5746643]},"properties":{"@type":"node","@id":322270128,"@timestamp":1320245185},"coords":"51.5746643,-0.3355659","bedrooms":"4","price":"203000","area":"490"} , +{"type":"Feature","id":"n322270191","geometry":{"type":"Point","coordinates":[-0.3368314,51.5734418]},"properties":{"@type":"node","@id":322270191,"@timestamp":1333041631},"coords":"51.5734418,-0.3368314","bedrooms":"4","price":"241000","area":"532"} , +{"type":"Feature","id":"n322270232","geometry":{"type":"Point","coordinates":[-0.3385104,51.5719537]},"properties":{"@type":"node","@id":322270232,"@timestamp":1618279204},"coords":"51.5719537,-0.3385104","bedrooms":"0","price":"191000","area":"460"} , +{"type":"Feature","id":"n322270280","geometry":{"type":"Point","coordinates":[-0.339038,51.5709821]},"properties":{"@type":"node","@id":322270280,"@timestamp":1615545263},"coords":"51.5709821,-0.339038","bedrooms":"3","price":"230000","area":"672"} , +{"type":"Feature","id":"n322270317","geometry":{"type":"Point","coordinates":[-0.3397499,51.5706737]},"properties":{"@type":"node","@id":322270317,"@timestamp":1603757289},"coords":"51.5706737,-0.3397499","bedrooms":"4","price":"161000","area":"544"} , +{"type":"Feature","id":"n322270345","geometry":{"type":"Point","coordinates":[-0.3399747,51.5702132]},"properties":{"@type":"node","@id":322270345,"@timestamp":1306806421},"coords":"51.5702132,-0.3399747","bedrooms":"4","price":"249000","area":"373"} , +{"type":"Feature","id":"n322270442","geometry":{"type":"Point","coordinates":[-0.3406794,51.5719672]},"properties":{"@type":"node","@id":322270442,"@timestamp":1396737309},"coords":"51.5719672,-0.3406794","bedrooms":"2","price":"200000","area":"374"} , +{"type":"Feature","id":"n322577572","geometry":{"type":"Point","coordinates":[0.8706158,51.1635051]},"properties":{"@type":"node","@id":322577572,"@timestamp":1616960463},"coords":"51.1635051,0.8706158","bedrooms":"4","price":"175000","area":"361"} , +{"type":"Feature","id":"n322593801","geometry":{"type":"Point","coordinates":[0.8684286,51.1490733]},"properties":{"@type":"node","@id":322593801,"@timestamp":1349633327},"coords":"51.1490733,0.8684286","bedrooms":"0","price":"252000","area":"551"} , +{"type":"Feature","id":"n322685695","geometry":{"type":"Point","coordinates":[0.8705826,51.1503777]},"properties":{"@type":"node","@id":322685695,"@timestamp":1614137168},"coords":"51.1503777,0.8705826","bedrooms":"3","price":"280000","area":"538"} , +{"type":"Feature","id":"n322700814","geometry":{"type":"Point","coordinates":[0.8633759,51.1547053]},"properties":{"@type":"node","@id":322700814,"@timestamp":1230576642},"coords":"51.1547053,0.8633759","bedrooms":"1","price":"276000","area":"670"} , +{"type":"Feature","id":"n322702232","geometry":{"type":"Point","coordinates":[-0.3383399,51.5771008]},"properties":{"@type":"node","@id":322702232,"@timestamp":1333041633},"coords":"51.5771008,-0.3383399","bedrooms":"4","price":"150000","area":"484"} , +{"type":"Feature","id":"n322711019","geometry":{"type":"Point","coordinates":[-0.079995,51.5889263]},"properties":{"@type":"node","@id":322711019,"@timestamp":1617473220},"coords":"51.5889263,-0.079995","bedrooms":"1","price":"173000","area":"605"} , +{"type":"Feature","id":"n322779430","geometry":{"type":"Point","coordinates":[0.9049817,51.3697768]},"properties":{"@type":"node","@id":322779430,"@timestamp":1230552900},"coords":"51.3697768,0.9049817","bedrooms":"3","price":"280000","area":"412"} , +{"type":"Feature","id":"n322779456","geometry":{"type":"Point","coordinates":[0.9013107,51.3602565]},"properties":{"@type":"node","@id":322779456,"@timestamp":1230552902},"coords":"51.3602565,0.9013107","bedrooms":"1","price":"189000","area":"569"} , +{"type":"Feature","id":"n322781934","geometry":{"type":"Point","coordinates":[0.9006249,51.3597119]},"properties":{"@type":"node","@id":322781934,"@timestamp":1230553653},"coords":"51.3597119,0.9006249","bedrooms":"4","price":"280000","area":"666"} , +{"type":"Feature","id":"n322839568","geometry":{"type":"Point","coordinates":[-1.0331029,51.5073648]},"properties":{"@type":"node","@id":322839568,"@timestamp":1589804357},"coords":"51.5073648,-1.0331029","bedrooms":"2","price":"265000","area":"537"} , +{"type":"Feature","id":"n322853181","geometry":{"type":"Point","coordinates":[0.8751256,51.146526]},"properties":{"@type":"node","@id":322853181,"@timestamp":1565478725},"coords":"51.146526,0.8751256","bedrooms":"0","price":"209000","area":"589"} , +{"type":"Feature","id":"n322863769","geometry":{"type":"Point","coordinates":[0.8508574,51.1431285]},"properties":{"@type":"node","@id":322863769,"@timestamp":1316679521},"coords":"51.1431285,0.8508574","bedrooms":"3","price":"242000","area":"638"} , +{"type":"Feature","id":"n322892221","geometry":{"type":"Point","coordinates":[-0.3468857,51.4213621]},"properties":{"@type":"node","@id":322892221,"@timestamp":1600778000},"coords":"51.4213621,-0.3468857","bedrooms":"3","price":"268000","area":"489"} , +{"type":"Feature","id":"n322958489","geometry":{"type":"Point","coordinates":[-0.1063087,51.4851003]},"properties":{"@type":"node","@id":322958489,"@timestamp":1258419595},"coords":"51.4851003,-0.1063087","bedrooms":"2","price":"174000","area":"358"} , +{"type":"Feature","id":"n322959268","geometry":{"type":"Point","coordinates":[-0.098272,51.4861851]},"properties":{"@type":"node","@id":322959268,"@timestamp":1230593253},"coords":"51.4861851,-0.098272","bedrooms":"1","price":"205000","area":"544"} , +{"type":"Feature","id":"n322959340","geometry":{"type":"Point","coordinates":[-0.0944752,51.4859331]},"properties":{"@type":"node","@id":322959340,"@timestamp":1587653190},"coords":"51.4859331,-0.0944752","bedrooms":"3","price":"272000","area":"521"} , +{"type":"Feature","id":"n322975300","geometry":{"type":"Point","coordinates":[-0.0946432,51.4829763]},"properties":{"@type":"node","@id":322975300,"@timestamp":1616291854},"coords":"51.4829763,-0.0946432","bedrooms":"2","price":"285000","area":"368"} , +{"type":"Feature","id":"n322979559","geometry":{"type":"Point","coordinates":[-0.0938255,51.4845701]},"properties":{"@type":"node","@id":322979559,"@timestamp":1230596059},"coords":"51.4845701,-0.0938255","bedrooms":"3","price":"292000","area":"442"} , +{"type":"Feature","id":"n322981763","geometry":{"type":"Point","coordinates":[-0.0954595,51.4876825]},"properties":{"@type":"node","@id":322981763,"@timestamp":1616983259},"coords":"51.4876825,-0.0954595","bedrooms":"2","price":"257000","area":"504"} , +{"type":"Feature","id":"n322986283","geometry":{"type":"Point","coordinates":[-0.2951455,51.5190649]},"properties":{"@type":"node","@id":322986283,"@timestamp":1230597631},"coords":"51.5190649,-0.2951455","bedrooms":"1","price":"158000","area":"605"} , +{"type":"Feature","id":"n322987406","geometry":{"type":"Point","coordinates":[-0.2976694,51.5223735]},"properties":{"@type":"node","@id":322987406,"@timestamp":1230598083},"coords":"51.5223735,-0.2976694","bedrooms":"2","price":"225000","area":"597"} , +{"type":"Feature","id":"n323177598","geometry":{"type":"Point","coordinates":[0.4501538,51.1742068]},"properties":{"@type":"node","@id":323177598,"@timestamp":1613502242},"coords":"51.1742068,0.4501538","bedrooms":"0","price":"152000","area":"685"} , +{"type":"Feature","id":"n323307933","geometry":{"type":"Point","coordinates":[-0.2116024,51.4598027]},"properties":{"@type":"node","@id":323307933,"@timestamp":1230682441},"coords":"51.4598027,-0.2116024","bedrooms":"0","price":"189000","area":"382"} , +{"type":"Feature","id":"n323796747","geometry":{"type":"Point","coordinates":[-0.0835236,51.5258622]},"properties":{"@type":"node","@id":323796747,"@timestamp":1614129602},"coords":"51.5258622,-0.0835236","bedrooms":"2","price":"179000","area":"456"} , +{"type":"Feature","id":"n323861275","geometry":{"type":"Point","coordinates":[-0.2159497,51.4624392]},"properties":{"@type":"node","@id":323861275,"@timestamp":1230731515},"coords":"51.4624392,-0.2159497","bedrooms":"2","price":"170000","area":"457"} , +{"type":"Feature","id":"n323861361","geometry":{"type":"Point","coordinates":[-0.210524,51.463221]},"properties":{"@type":"node","@id":323861361,"@timestamp":1586647461},"coords":"51.463221,-0.210524","bedrooms":"0","price":"296000","area":"401"} , +{"type":"Feature","id":"n323945608","geometry":{"type":"Point","coordinates":[0.8731546,51.1509522]},"properties":{"@type":"node","@id":323945608,"@timestamp":1557139256},"coords":"51.1509522,0.8731546","bedrooms":"0","price":"171000","area":"545"} , +{"type":"Feature","id":"n323970950","geometry":{"type":"Point","coordinates":[0.8732973,51.1497186]},"properties":{"@type":"node","@id":323970950,"@timestamp":1620492088},"coords":"51.1497186,0.8732973","bedrooms":"2","price":"293000","area":"390"} , +{"type":"Feature","id":"n323977753","geometry":{"type":"Point","coordinates":[0.8724501,51.1465129]},"properties":{"@type":"node","@id":323977753,"@timestamp":1230740981},"coords":"51.1465129,0.8724501","bedrooms":"4","price":"195000","area":"391"} , +{"type":"Feature","id":"n323987483","geometry":{"type":"Point","coordinates":[0.8702568,51.1475589]},"properties":{"@type":"node","@id":323987483,"@timestamp":1230741803},"coords":"51.1475589,0.8702568","bedrooms":"0","price":"171000","area":"655"} , +{"type":"Feature","id":"n323987524","geometry":{"type":"Point","coordinates":[0.8708001,51.1484097]},"properties":{"@type":"node","@id":323987524,"@timestamp":1562833433},"coords":"51.1484097,0.8708001","bedrooms":"0","price":"206000","area":"658"} , +{"type":"Feature","id":"n323995012","geometry":{"type":"Point","coordinates":[0.8758098,51.1479618]},"properties":{"@type":"node","@id":323995012,"@timestamp":1567548524},"coords":"51.1479618,0.8758098","bedrooms":"0","price":"217000","area":"586"} , +{"type":"Feature","id":"n323998706","geometry":{"type":"Point","coordinates":[0.8703761,51.1495929]},"properties":{"@type":"node","@id":323998706,"@timestamp":1576177580},"coords":"51.1495929,0.8703761","bedrooms":"3","price":"185000","area":"603"} , +{"type":"Feature","id":"n324003265","geometry":{"type":"Point","coordinates":[0.8691803,51.1499673]},"properties":{"@type":"node","@id":324003265,"@timestamp":1230743030},"coords":"51.1499673,0.8691803","bedrooms":"3","price":"263000","area":"633"} , +{"type":"Feature","id":"n324006906","geometry":{"type":"Point","coordinates":[0.8708973,51.1496925]},"properties":{"@type":"node","@id":324006906,"@timestamp":1602068932},"coords":"51.1496925,0.8708973","bedrooms":"1","price":"153000","area":"612"} , +{"type":"Feature","id":"n324010922","geometry":{"type":"Point","coordinates":[0.8724545,51.1494185]},"properties":{"@type":"node","@id":324010922,"@timestamp":1571756944},"coords":"51.1494185,0.8724545","bedrooms":"0","price":"274000","area":"639"} , +{"type":"Feature","id":"n324012834","geometry":{"type":"Point","coordinates":[0.8739276,51.1491734]},"properties":{"@type":"node","@id":324012834,"@timestamp":1475589863},"coords":"51.1491734,0.8739276","bedrooms":"3","price":"256000","area":"416"} , +{"type":"Feature","id":"n324013083","geometry":{"type":"Point","coordinates":[-0.3383694,51.5762174]},"properties":{"@type":"node","@id":324013083,"@timestamp":1623094843},"coords":"51.5762174,-0.3383694","bedrooms":"2","price":"194000","area":"353"} , +{"type":"Feature","id":"n324016990","geometry":{"type":"Point","coordinates":[0.8743573,51.1492432]},"properties":{"@type":"node","@id":324016990,"@timestamp":1602068932},"coords":"51.1492432,0.8743573","bedrooms":"0","price":"252000","area":"388"} , +{"type":"Feature","id":"n324024126","geometry":{"type":"Point","coordinates":[0.8732372,51.1504707]},"properties":{"@type":"node","@id":324024126,"@timestamp":1230744600},"coords":"51.1504707,0.8732372","bedrooms":"1","price":"299000","area":"649"} , +{"type":"Feature","id":"n324321163","geometry":{"type":"Point","coordinates":[0.7355154,51.3601287]},"properties":{"@type":"node","@id":324321163,"@timestamp":1590232514},"coords":"51.3601287,0.7355154","bedrooms":"2","price":"233000","area":"441"} , +{"type":"Feature","id":"n324378700","geometry":{"type":"Point","coordinates":[0.0574932,51.5821234]},"properties":{"@type":"node","@id":324378700,"@timestamp":1557353299},"coords":"51.5821234,0.0574932","bedrooms":"1","price":"258000","area":"631"} , +{"type":"Feature","id":"n324512336","geometry":{"type":"Point","coordinates":[-0.0864662,51.2833302]},"properties":{"@type":"node","@id":324512336,"@timestamp":1560014888},"coords":"51.2833302,-0.0864662","bedrooms":"4","price":"236000","area":"558"} , +{"type":"Feature","id":"n324749425","geometry":{"type":"Point","coordinates":[-0.9646749,51.4833002]},"properties":{"@type":"node","@id":324749425,"@timestamp":1609680484},"coords":"51.4833002,-0.9646749","bedrooms":"2","price":"178000","area":"377"} , +{"type":"Feature","id":"n324811286","geometry":{"type":"Point","coordinates":[0.8862245,51.1600739]},"properties":{"@type":"node","@id":324811286,"@timestamp":1338626853},"coords":"51.1600739,0.8862245","bedrooms":"4","price":"157000","area":"582"} , +{"type":"Feature","id":"n324815642","geometry":{"type":"Point","coordinates":[-0.1934794,51.2425333]},"properties":{"@type":"node","@id":324815642,"@timestamp":1308445203},"coords":"51.2425333,-0.1934794","bedrooms":"3","price":"293000","area":"442"} , +{"type":"Feature","id":"n324815664","geometry":{"type":"Point","coordinates":[-0.2053743,51.2421117]},"properties":{"@type":"node","@id":324815664,"@timestamp":1514735493},"coords":"51.2421117,-0.2053743","bedrooms":"1","price":"215000","area":"638"} , +{"type":"Feature","id":"n325000519","geometry":{"type":"Point","coordinates":[-0.9529601,51.5722759]},"properties":{"@type":"node","@id":325000519,"@timestamp":1450114092},"coords":"51.5722759,-0.9529601","bedrooms":"2","price":"187000","area":"518"} , +{"type":"Feature","id":"n325005762","geometry":{"type":"Point","coordinates":[-0.1927403,51.490357]},"properties":{"@type":"node","@id":325005762,"@timestamp":1615507618},"coords":"51.490357,-0.1927403","bedrooms":"4","price":"160000","area":"572"} , +{"type":"Feature","id":"n325143442","geometry":{"type":"Point","coordinates":[0.9102589,51.2253531]},"properties":{"@type":"node","@id":325143442,"@timestamp":1230999554},"coords":"51.2253531,0.9102589","bedrooms":"3","price":"192000","area":"408"} , +{"type":"Feature","id":"n325143454","geometry":{"type":"Point","coordinates":[0.9034542,51.2234589]},"properties":{"@type":"node","@id":325143454,"@timestamp":1230999557},"coords":"51.2234589,0.9034542","bedrooms":"2","price":"236000","area":"565"} , +{"type":"Feature","id":"n325182132","geometry":{"type":"Point","coordinates":[-0.6628893,51.1988786]},"properties":{"@type":"node","@id":325182132,"@timestamp":1610834020},"coords":"51.1988786,-0.6628893","bedrooms":"1","price":"194000","area":"640"} , +{"type":"Feature","id":"n325207954","geometry":{"type":"Point","coordinates":[-0.8984435,51.400594]},"properties":{"@type":"node","@id":325207954,"@timestamp":1547733685},"coords":"51.400594,-0.8984435","bedrooms":"0","price":"178000","area":"419"} , +{"type":"Feature","id":"n325257564","geometry":{"type":"Point","coordinates":[-0.054553,51.4027692]},"properties":{"@type":"node","@id":325257564,"@timestamp":1375389595},"coords":"51.4027692,-0.054553","bedrooms":"1","price":"172000","area":"697"} , +{"type":"Feature","id":"n325700932","geometry":{"type":"Point","coordinates":[0.51052,51.3854646]},"properties":{"@type":"node","@id":325700932,"@timestamp":1231074570},"coords":"51.3854646,0.51052","bedrooms":"4","price":"174000","area":"506"} , +{"type":"Feature","id":"n325804459","geometry":{"type":"Point","coordinates":[-0.9505504,51.417391]},"properties":{"@type":"node","@id":325804459,"@timestamp":1355010624},"coords":"51.417391,-0.9505504","bedrooms":"4","price":"182000","area":"688"} , +{"type":"Feature","id":"n325906963","geometry":{"type":"Point","coordinates":[0.2403063,51.3914079]},"properties":{"@type":"node","@id":325906963,"@timestamp":1533526263},"coords":"51.3914079,0.2403063","bedrooms":"0","price":"224000","area":"584"} , +{"type":"Feature","id":"n325961064","geometry":{"type":"Point","coordinates":[-0.2645031,51.9534263]},"properties":{"@type":"node","@id":325961064,"@timestamp":1626774424},"coords":"51.9534263,-0.2645031","bedrooms":"3","price":"222000","area":"490"} , +{"type":"Feature","id":"n325971120","geometry":{"type":"Point","coordinates":[0.2837093,51.1816753]},"properties":{"@type":"node","@id":325971120,"@timestamp":1404489020},"coords":"51.1816753,0.2837093","bedrooms":"1","price":"201000","area":"697"} , +{"type":"Feature","id":"n326004812","geometry":{"type":"Point","coordinates":[-0.2696301,51.9509302]},"properties":{"@type":"node","@id":326004812,"@timestamp":1295117293},"coords":"51.9509302,-0.2696301","bedrooms":"1","price":"173000","area":"666"} , +{"type":"Feature","id":"n326122789","geometry":{"type":"Point","coordinates":[-0.0650781,51.6469507]},"properties":{"@type":"node","@id":326122789,"@timestamp":1237568606},"coords":"51.6469507,-0.0650781","bedrooms":"1","price":"273000","area":"691"} , +{"type":"Feature","id":"n326122985","geometry":{"type":"Point","coordinates":[-0.0797211,51.6504431]},"properties":{"@type":"node","@id":326122985,"@timestamp":1552649314},"coords":"51.6504431,-0.0797211","bedrooms":"1","price":"249000","area":"577"} , +{"type":"Feature","id":"n326217808","geometry":{"type":"Point","coordinates":[-0.2190831,51.4835745]},"properties":{"@type":"node","@id":326217808,"@timestamp":1564913928},"coords":"51.4835745,-0.2190831","bedrooms":"1","price":"288000","area":"635"} , +{"type":"Feature","id":"n326336379","geometry":{"type":"Point","coordinates":[-0.3700757,51.2362556]},"properties":{"@type":"node","@id":326336379,"@timestamp":1415467942},"coords":"51.2362556,-0.3700757","bedrooms":"3","price":"188000","area":"575"} , +{"type":"Feature","id":"n327183698","geometry":{"type":"Point","coordinates":[-1.056601,51.2772978]},"properties":{"@type":"node","@id":327183698,"@timestamp":1600550213},"coords":"51.2772978,-1.056601","bedrooms":"4","price":"280000","area":"395"} , +{"type":"Feature","id":"n327426281","geometry":{"type":"Point","coordinates":[-0.308042,51.4103079]},"properties":{"@type":"node","@id":327426281,"@timestamp":1603377188},"coords":"51.4103079,-0.308042","bedrooms":"3","price":"222000","area":"667"} , +{"type":"Feature","id":"n327776572","geometry":{"type":"Point","coordinates":[-0.1893369,51.2439794]},"properties":{"@type":"node","@id":327776572,"@timestamp":1610117892},"coords":"51.2439794,-0.1893369","bedrooms":"4","price":"167000","area":"394"} , +{"type":"Feature","id":"n327776614","geometry":{"type":"Point","coordinates":[-0.0879809,51.285412]},"properties":{"@type":"node","@id":327776614,"@timestamp":1559854343},"coords":"51.285412,-0.0879809","bedrooms":"1","price":"277000","area":"476"} , +{"type":"Feature","id":"n328956389","geometry":{"type":"Point","coordinates":[-0.7099504,51.146109]},"properties":{"@type":"node","@id":328956389,"@timestamp":1375621758},"coords":"51.146109,-0.7099504","bedrooms":"3","price":"219000","area":"529"} , +{"type":"Feature","id":"n329290205","geometry":{"type":"Point","coordinates":[-0.1344412,51.6330066]},"properties":{"@type":"node","@id":329290205,"@timestamp":1620301409},"coords":"51.6330066,-0.1344412","bedrooms":"4","price":"232000","area":"546"} , +{"type":"Feature","id":"n329334998","geometry":{"type":"Point","coordinates":[-0.4490568,51.3262667]},"properties":{"@type":"node","@id":329334998,"@timestamp":1231260975},"coords":"51.3262667,-0.4490568","bedrooms":"1","price":"173000","area":"507"} , +{"type":"Feature","id":"n329585918","geometry":{"type":"Point","coordinates":[-1.1071708,51.2687214]},"properties":{"@type":"node","@id":329585918,"@timestamp":1576359604},"coords":"51.2687214,-1.1071708","bedrooms":"1","price":"206000","area":"581"} , +{"type":"Feature","id":"n329640880","geometry":{"type":"Point","coordinates":[-0.8524719,51.9520253]},"properties":{"@type":"node","@id":329640880,"@timestamp":1231278963},"coords":"51.9520253,-0.8524719","bedrooms":"3","price":"280000","area":"433"} , +{"type":"Feature","id":"n329723912","geometry":{"type":"Point","coordinates":[-0.8826616,51.9469649]},"properties":{"@type":"node","@id":329723912,"@timestamp":1634679302},"coords":"51.9469649,-0.8826616","bedrooms":"0","price":"211000","area":"433"} , +{"type":"Feature","id":"n330035081","geometry":{"type":"Point","coordinates":[-0.1386314,51.6393918]},"properties":{"@type":"node","@id":330035081,"@timestamp":1231348770},"coords":"51.6393918,-0.1386314","bedrooms":"1","price":"244000","area":"647"} , +{"type":"Feature","id":"n330036955","geometry":{"type":"Point","coordinates":[-0.1317911,51.6343954]},"properties":{"@type":"node","@id":330036955,"@timestamp":1231349257},"coords":"51.6343954,-0.1317911","bedrooms":"4","price":"277000","area":"484"} , +{"type":"Feature","id":"n330128366","geometry":{"type":"Point","coordinates":[-0.1044658,51.6418692]},"properties":{"@type":"node","@id":330128366,"@timestamp":1613640145},"coords":"51.6418692,-0.1044658","bedrooms":"2","price":"154000","area":"555"} , +{"type":"Feature","id":"n330128387","geometry":{"type":"Point","coordinates":[-0.0987057,51.6449904]},"properties":{"@type":"node","@id":330128387,"@timestamp":1231369495},"coords":"51.6449904,-0.0987057","bedrooms":"4","price":"231000","area":"665"} , +{"type":"Feature","id":"n330131036","geometry":{"type":"Point","coordinates":[-1.1137567,51.2720511]},"properties":{"@type":"node","@id":330131036,"@timestamp":1413068182},"coords":"51.2720511,-1.1137567","bedrooms":"0","price":"159000","area":"448"} , +{"type":"Feature","id":"n330159801","geometry":{"type":"Point","coordinates":[-0.1028649,51.5399571]},"properties":{"@type":"node","@id":330159801,"@timestamp":1234736587},"coords":"51.5399571,-0.1028649","bedrooms":"0","price":"170000","area":"584"} , +{"type":"Feature","id":"n330218414","geometry":{"type":"Point","coordinates":[-0.4586537,51.3231765]},"properties":{"@type":"node","@id":330218414,"@timestamp":1231425904},"coords":"51.3231765,-0.4586537","bedrooms":"2","price":"160000","area":"496"} , +{"type":"Feature","id":"n330218445","geometry":{"type":"Point","coordinates":[-0.4454289,51.3162803]},"properties":{"@type":"node","@id":330218445,"@timestamp":1231425906},"coords":"51.3162803,-0.4454289","bedrooms":"1","price":"210000","area":"408"} , +{"type":"Feature","id":"n330218493","geometry":{"type":"Point","coordinates":[-0.4427831,51.3159887]},"properties":{"@type":"node","@id":330218493,"@timestamp":1231425908},"coords":"51.3159887,-0.4427831","bedrooms":"3","price":"162000","area":"481"} , +{"type":"Feature","id":"n330270844","geometry":{"type":"Point","coordinates":[-0.1436789,51.6370044]},"properties":{"@type":"node","@id":330270844,"@timestamp":1334567770},"coords":"51.6370044,-0.1436789","bedrooms":"4","price":"206000","area":"414"} , +{"type":"Feature","id":"n330416966","geometry":{"type":"Point","coordinates":[-0.0878979,51.3977557]},"properties":{"@type":"node","@id":330416966,"@timestamp":1349534580},"coords":"51.3977557,-0.0878979","bedrooms":"3","price":"268000","area":"409"} , +{"type":"Feature","id":"n330563778","geometry":{"type":"Point","coordinates":[-0.1000332,51.6310733]},"properties":{"@type":"node","@id":330563778,"@timestamp":1231522457},"coords":"51.6310733,-0.1000332","bedrooms":"4","price":"253000","area":"350"} , +{"type":"Feature","id":"n330696136","geometry":{"type":"Point","coordinates":[-0.0940064,51.634279]},"properties":{"@type":"node","@id":330696136,"@timestamp":1628545454},"coords":"51.634279,-0.0940064","bedrooms":"4","price":"226000","area":"515"} , +{"type":"Feature","id":"n330871903","geometry":{"type":"Point","coordinates":[-0.5075182,51.233148]},"properties":{"@type":"node","@id":330871903,"@timestamp":1327405867},"coords":"51.233148,-0.5075182","bedrooms":"0","price":"292000","area":"648"} , +{"type":"Feature","id":"n330894597","geometry":{"type":"Point","coordinates":[-0.5038633,51.249759]},"properties":{"@type":"node","@id":330894597,"@timestamp":1234486389},"coords":"51.249759,-0.5038633","bedrooms":"0","price":"150000","area":"653"} , +{"type":"Feature","id":"n330942982","geometry":{"type":"Point","coordinates":[-0.1222389,51.5603876]},"properties":{"@type":"node","@id":330942982,"@timestamp":1231607986},"coords":"51.5603876,-0.1222389","bedrooms":"1","price":"254000","area":"522"} , +{"type":"Feature","id":"n330955120","geometry":{"type":"Point","coordinates":[-0.1199215,51.5588617]},"properties":{"@type":"node","@id":330955120,"@timestamp":1231610199},"coords":"51.5588617,-0.1199215","bedrooms":"3","price":"190000","area":"357"} , +{"type":"Feature","id":"n330955164","geometry":{"type":"Point","coordinates":[-0.1216622,51.5606877]},"properties":{"@type":"node","@id":330955164,"@timestamp":1231610203},"coords":"51.5606877,-0.1216622","bedrooms":"3","price":"249000","area":"435"} , +{"type":"Feature","id":"n330955182","geometry":{"type":"Point","coordinates":[-0.1210816,51.5611277]},"properties":{"@type":"node","@id":330955182,"@timestamp":1231636795},"coords":"51.5611277,-0.1210816","bedrooms":"4","price":"201000","area":"529"} , +{"type":"Feature","id":"n330955205","geometry":{"type":"Point","coordinates":[-0.121158,51.5609812]},"properties":{"@type":"node","@id":330955205,"@timestamp":1231610207},"coords":"51.5609812,-0.121158","bedrooms":"1","price":"297000","area":"477"} , +{"type":"Feature","id":"n330955289","geometry":{"type":"Point","coordinates":[-0.118339,51.5580597]},"properties":{"@type":"node","@id":330955289,"@timestamp":1231610213},"coords":"51.5580597,-0.118339","bedrooms":"3","price":"255000","area":"653"} , +{"type":"Feature","id":"n330973371","geometry":{"type":"Point","coordinates":[-0.1219982,51.6279034]},"properties":{"@type":"node","@id":330973371,"@timestamp":1231612628},"coords":"51.6279034,-0.1219982","bedrooms":"1","price":"203000","area":"350"} , +{"type":"Feature","id":"n330973392","geometry":{"type":"Point","coordinates":[-0.1228829,51.6188396]},"properties":{"@type":"node","@id":330973392,"@timestamp":1231612629},"coords":"51.6188396,-0.1228829","bedrooms":"0","price":"257000","area":"394"} , +{"type":"Feature","id":"n331025131","geometry":{"type":"Point","coordinates":[0.4896671,51.7399577]},"properties":{"@type":"node","@id":331025131,"@timestamp":1585415718},"coords":"51.7399577,0.4896671","bedrooms":"2","price":"248000","area":"386"} , +{"type":"Feature","id":"n331106910","geometry":{"type":"Point","coordinates":[-0.1155207,51.5597977]},"properties":{"@type":"node","@id":331106910,"@timestamp":1323480926},"coords":"51.5597977,-0.1155207","bedrooms":"0","price":"289000","area":"447"} , +{"type":"Feature","id":"n331173442","geometry":{"type":"Point","coordinates":[-0.2784861,51.9468692]},"properties":{"@type":"node","@id":331173442,"@timestamp":1553297531},"coords":"51.9468692,-0.2784861","bedrooms":"0","price":"256000","area":"653"} , +{"type":"Feature","id":"n331175190","geometry":{"type":"Point","coordinates":[-0.2795098,51.9467144]},"properties":{"@type":"node","@id":331175190,"@timestamp":1520770852},"coords":"51.9467144,-0.2795098","bedrooms":"2","price":"196000","area":"383"} , +{"type":"Feature","id":"n331180451","geometry":{"type":"Point","coordinates":[-0.2784196,51.9481731]},"properties":{"@type":"node","@id":331180451,"@timestamp":1624607614},"coords":"51.9481731,-0.2784196","bedrooms":"2","price":"249000","area":"466"} , +{"type":"Feature","id":"n331242800","geometry":{"type":"Point","coordinates":[-0.1057642,51.5379207]},"properties":{"@type":"node","@id":331242800,"@timestamp":1234617572},"coords":"51.5379207,-0.1057642","bedrooms":"0","price":"252000","area":"534"} , +{"type":"Feature","id":"n331242850","geometry":{"type":"Point","coordinates":[-0.1057642,51.5385264]},"properties":{"@type":"node","@id":331242850,"@timestamp":1234617569},"coords":"51.5385264,-0.1057642","bedrooms":"1","price":"221000","area":"618"} , +{"type":"Feature","id":"n331242863","geometry":{"type":"Point","coordinates":[-0.1056275,51.5376422]},"properties":{"@type":"node","@id":331242863,"@timestamp":1234617569},"coords":"51.5376422,-0.1056275","bedrooms":"4","price":"294000","area":"441"} , +{"type":"Feature","id":"n331242930","geometry":{"type":"Point","coordinates":[-0.1108439,51.5410931]},"properties":{"@type":"node","@id":331242930,"@timestamp":1231704125},"coords":"51.5410931,-0.1108439","bedrooms":"0","price":"224000","area":"494"} , +{"type":"Feature","id":"n331242962","geometry":{"type":"Point","coordinates":[-0.1127176,51.5386827]},"properties":{"@type":"node","@id":331242962,"@timestamp":1234703507},"coords":"51.5386827,-0.1127176","bedrooms":"0","price":"238000","area":"619"} , +{"type":"Feature","id":"n331243029","geometry":{"type":"Point","coordinates":[-0.1125079,51.5382744]},"properties":{"@type":"node","@id":331243029,"@timestamp":1231690584},"coords":"51.5382744,-0.1125079","bedrooms":"4","price":"215000","area":"358"} , +{"type":"Feature","id":"n331243078","geometry":{"type":"Point","coordinates":[-0.1123469,51.5367528]},"properties":{"@type":"node","@id":331243078,"@timestamp":1231690587},"coords":"51.5367528,-0.1123469","bedrooms":"2","price":"237000","area":"359"} , +{"type":"Feature","id":"n331250370","geometry":{"type":"Point","coordinates":[-0.7049204,51.6313033]},"properties":{"@type":"node","@id":331250370,"@timestamp":1540077086},"coords":"51.6313033,-0.7049204","bedrooms":"2","price":"236000","area":"540"} , +{"type":"Feature","id":"n331258204","geometry":{"type":"Point","coordinates":[0.8033476,51.0680359]},"properties":{"@type":"node","@id":331258204,"@timestamp":1231693423},"coords":"51.0680359,0.8033476","bedrooms":"3","price":"152000","area":"501"} , +{"type":"Feature","id":"n331298051","geometry":{"type":"Point","coordinates":[-0.1101943,51.5405548]},"properties":{"@type":"node","@id":331298051,"@timestamp":1234723170},"coords":"51.5405548,-0.1101943","bedrooms":"1","price":"225000","area":"607"} , +{"type":"Feature","id":"n331318827","geometry":{"type":"Point","coordinates":[-0.1069786,51.5389818]},"properties":{"@type":"node","@id":331318827,"@timestamp":1618338794},"coords":"51.5389818,-0.1069786","bedrooms":"4","price":"193000","area":"688"} , +{"type":"Feature","id":"n331354907","geometry":{"type":"Point","coordinates":[0.0604212,51.5446741]},"properties":{"@type":"node","@id":331354907,"@timestamp":1231714059},"coords":"51.5446741,0.0604212","bedrooms":"4","price":"239000","area":"479"} , +{"type":"Feature","id":"n331362135","geometry":{"type":"Point","coordinates":[-0.1068144,51.5929449]},"properties":{"@type":"node","@id":331362135,"@timestamp":1609885255},"coords":"51.5929449,-0.1068144","bedrooms":"0","price":"258000","area":"507"} , +{"type":"Feature","id":"n331513091","geometry":{"type":"Point","coordinates":[0.1585905,50.9405243]},"properties":{"@type":"node","@id":331513091,"@timestamp":1298396570},"coords":"50.9405243,0.1585905","bedrooms":"4","price":"265000","area":"373"} , +{"type":"Feature","id":"n331513101","geometry":{"type":"Point","coordinates":[0.2172815,50.9265685]},"properties":{"@type":"node","@id":331513101,"@timestamp":1298396584},"coords":"50.9265685,0.2172815","bedrooms":"3","price":"178000","area":"607"} , +{"type":"Feature","id":"n331519014","geometry":{"type":"Point","coordinates":[-0.1045953,51.5371583]},"properties":{"@type":"node","@id":331519014,"@timestamp":1231784116},"coords":"51.5371583,-0.1045953","bedrooms":"4","price":"244000","area":"546"} , +{"type":"Feature","id":"n331534416","geometry":{"type":"Point","coordinates":[-0.1067055,51.5359043]},"properties":{"@type":"node","@id":331534416,"@timestamp":1371717780},"coords":"51.5359043,-0.1067055","bedrooms":"0","price":"194000","area":"565"} , +{"type":"Feature","id":"n331534437","geometry":{"type":"Point","coordinates":[-0.1024537,51.5395733]},"properties":{"@type":"node","@id":331534437,"@timestamp":1624469157},"coords":"51.5395733,-0.1024537","bedrooms":"3","price":"268000","area":"522"} , +{"type":"Feature","id":"n331817321","geometry":{"type":"Point","coordinates":[-0.1078624,51.5070959]},"properties":{"@type":"node","@id":331817321,"@timestamp":1566375323},"coords":"51.5070959,-0.1078624","bedrooms":"4","price":"295000","area":"439"} , +{"type":"Feature","id":"n331880896","geometry":{"type":"Point","coordinates":[-0.1032134,51.542405]},"properties":{"@type":"node","@id":331880896,"@timestamp":1236560436},"coords":"51.542405,-0.1032134","bedrooms":"3","price":"260000","area":"479"} , +{"type":"Feature","id":"n331880922","geometry":{"type":"Point","coordinates":[-0.1035031,51.5465143]},"properties":{"@type":"node","@id":331880922,"@timestamp":1618338794},"coords":"51.5465143,-0.1035031","bedrooms":"0","price":"234000","area":"510"} , +{"type":"Feature","id":"n331916324","geometry":{"type":"Point","coordinates":[0.0496806,51.5453204]},"properties":{"@type":"node","@id":331916324,"@timestamp":1231878824},"coords":"51.5453204,0.0496806","bedrooms":"4","price":"215000","area":"413"} , +{"type":"Feature","id":"n331919384","geometry":{"type":"Point","coordinates":[0.0489768,51.5469911]},"properties":{"@type":"node","@id":331919384,"@timestamp":1543944287},"coords":"51.5469911,0.0489768","bedrooms":"4","price":"252000","area":"382"} , +{"type":"Feature","id":"n331936133","geometry":{"type":"Point","coordinates":[0.0509853,51.5403774]},"properties":{"@type":"node","@id":331936133,"@timestamp":1231882165},"coords":"51.5403774,0.0509853","bedrooms":"1","price":"177000","area":"478"} , +{"type":"Feature","id":"n332063062","geometry":{"type":"Point","coordinates":[-0.4594688,51.2432081]},"properties":{"@type":"node","@id":332063062,"@timestamp":1231953946},"coords":"51.2432081,-0.4594688","bedrooms":"2","price":"273000","area":"519"} , +{"type":"Feature","id":"n332118767","geometry":{"type":"Point","coordinates":[-0.1281323,51.5288526]},"properties":{"@type":"node","@id":332118767,"@timestamp":1553719697},"coords":"51.5288526,-0.1281323","bedrooms":"1","price":"185000","area":"581"} , +{"type":"Feature","id":"n332147214","geometry":{"type":"Point","coordinates":[-0.0918332,51.4742066]},"properties":{"@type":"node","@id":332147214,"@timestamp":1616291854},"coords":"51.4742066,-0.0918332","bedrooms":"0","price":"162000","area":"612"} , +{"type":"Feature","id":"n332203935","geometry":{"type":"Point","coordinates":[0.4907076,51.8229364]},"properties":{"@type":"node","@id":332203935,"@timestamp":1616711474},"coords":"51.8229364,0.4907076","bedrooms":"4","price":"208000","area":"471"} , +{"type":"Feature","id":"n332204650","geometry":{"type":"Point","coordinates":[0.4256018,51.8131848]},"properties":{"@type":"node","@id":332204650,"@timestamp":1354485277},"coords":"51.8131848,0.4256018","bedrooms":"1","price":"295000","area":"520"} , +{"type":"Feature","id":"n332205231","geometry":{"type":"Point","coordinates":[0.4060784,51.901384]},"properties":{"@type":"node","@id":332205231,"@timestamp":1616712130},"coords":"51.901384,0.4060784","bedrooms":"0","price":"228000","area":"428"} , +{"type":"Feature","id":"n332206726","geometry":{"type":"Point","coordinates":[0.0984084,51.9521193]},"properties":{"@type":"node","@id":332206726,"@timestamp":1243677996},"coords":"51.9521193,0.0984084","bedrooms":"3","price":"231000","area":"489"} , +{"type":"Feature","id":"n332277466","geometry":{"type":"Point","coordinates":[-0.9805643,51.470871]},"properties":{"@type":"node","@id":332277466,"@timestamp":1635596137},"coords":"51.470871,-0.9805643","bedrooms":"0","price":"216000","area":"666"} , +{"type":"Feature","id":"n332325641","geometry":{"type":"Point","coordinates":[-0.0316708,51.4131303]},"properties":{"@type":"node","@id":332325641,"@timestamp":1237568595},"coords":"51.4131303,-0.0316708","bedrooms":"3","price":"217000","area":"667"} , +{"type":"Feature","id":"n332383985","geometry":{"type":"Point","coordinates":[-0.8566686,51.3874702]},"properties":{"@type":"node","@id":332383985,"@timestamp":1624890935},"coords":"51.3874702,-0.8566686","bedrooms":"2","price":"192000","area":"638"} , +{"type":"Feature","id":"n332492856","geometry":{"type":"Point","coordinates":[-0.3512026,51.4098866]},"properties":{"@type":"node","@id":332492856,"@timestamp":1624575785},"coords":"51.4098866,-0.3512026","bedrooms":"4","price":"227000","area":"589"} , +{"type":"Feature","id":"n332569064","geometry":{"type":"Point","coordinates":[-0.616679,51.2636016]},"properties":{"@type":"node","@id":332569064,"@timestamp":1598848197},"coords":"51.2636016,-0.616679","bedrooms":"4","price":"215000","area":"665"} , +{"type":"Feature","id":"n332572751","geometry":{"type":"Point","coordinates":[-0.6429691,51.2641927]},"properties":{"@type":"node","@id":332572751,"@timestamp":1284214620},"coords":"51.2641927,-0.6429691","bedrooms":"4","price":"259000","area":"409"} , +{"type":"Feature","id":"n332609952","geometry":{"type":"Point","coordinates":[-0.1065953,51.8944826]},"properties":{"@type":"node","@id":332609952,"@timestamp":1444749285},"coords":"51.8944826,-0.1065953","bedrooms":"0","price":"205000","area":"375"} , +{"type":"Feature","id":"n332614206","geometry":{"type":"Point","coordinates":[0.1634361,51.3867158]},"properties":{"@type":"node","@id":332614206,"@timestamp":1611363638},"coords":"51.3867158,0.1634361","bedrooms":"2","price":"269000","area":"358"} , +{"type":"Feature","id":"n332673175","geometry":{"type":"Point","coordinates":[-0.1086938,51.5408169]},"properties":{"@type":"node","@id":332673175,"@timestamp":1232219763},"coords":"51.5408169,-0.1086938","bedrooms":"2","price":"214000","area":"388"} , +{"type":"Feature","id":"n332673224","geometry":{"type":"Point","coordinates":[-0.1089985,51.5426261]},"properties":{"@type":"node","@id":332673224,"@timestamp":1235935315},"coords":"51.5426261,-0.1089985","bedrooms":"0","price":"295000","area":"476"} , +{"type":"Feature","id":"n332673248","geometry":{"type":"Point","coordinates":[-0.1079893,51.5435154]},"properties":{"@type":"node","@id":332673248,"@timestamp":1232240607},"coords":"51.5435154,-0.1079893","bedrooms":"3","price":"191000","area":"608"} , +{"type":"Feature","id":"n332673277","geometry":{"type":"Point","coordinates":[-0.112032,51.5420486]},"properties":{"@type":"node","@id":332673277,"@timestamp":1238344265},"coords":"51.5420486,-0.112032","bedrooms":"4","price":"160000","area":"574"} , +{"type":"Feature","id":"n332673298","geometry":{"type":"Point","coordinates":[-0.1111726,51.5425401]},"properties":{"@type":"node","@id":332673298,"@timestamp":1238344604},"coords":"51.5425401,-0.1111726","bedrooms":"4","price":"291000","area":"577"} , +{"type":"Feature","id":"n332710192","geometry":{"type":"Point","coordinates":[0.7365395,51.358718]},"properties":{"@type":"node","@id":332710192,"@timestamp":1590232514},"coords":"51.358718,0.7365395","bedrooms":"1","price":"292000","area":"649"} , +{"type":"Feature","id":"n332768973","geometry":{"type":"Point","coordinates":[-0.1154288,51.5397258]},"properties":{"@type":"node","@id":332768973,"@timestamp":1232231686},"coords":"51.5397258,-0.1154288","bedrooms":"4","price":"175000","area":"485"} , +{"type":"Feature","id":"n332768992","geometry":{"type":"Point","coordinates":[-0.115174,51.5407066]},"properties":{"@type":"node","@id":332768992,"@timestamp":1232231687},"coords":"51.5407066,-0.115174","bedrooms":"1","price":"195000","area":"388"} , +{"type":"Feature","id":"n332769011","geometry":{"type":"Point","coordinates":[-0.1151643,51.5404615]},"properties":{"@type":"node","@id":332769011,"@timestamp":1232231689},"coords":"51.5404615,-0.1151643","bedrooms":"0","price":"186000","area":"407"} , +{"type":"Feature","id":"n332769028","geometry":{"type":"Point","coordinates":[-0.1153483,51.5404148]},"properties":{"@type":"node","@id":332769028,"@timestamp":1232231690},"coords":"51.5404148,-0.1153483","bedrooms":"3","price":"203000","area":"369"} , +{"type":"Feature","id":"n332769050","geometry":{"type":"Point","coordinates":[-0.1154342,51.5406784]},"properties":{"@type":"node","@id":332769050,"@timestamp":1232231690},"coords":"51.5406784,-0.1154342","bedrooms":"3","price":"241000","area":"443"} , +{"type":"Feature","id":"n332769074","geometry":{"type":"Point","coordinates":[-0.1151579,51.5402297]},"properties":{"@type":"node","@id":332769074,"@timestamp":1232231692},"coords":"51.5402297,-0.1151579","bedrooms":"4","price":"275000","area":"371"} , +{"type":"Feature","id":"n332769093","geometry":{"type":"Point","coordinates":[-0.1156595,51.5412957]},"properties":{"@type":"node","@id":332769093,"@timestamp":1232231694},"coords":"51.5412957,-0.1156595","bedrooms":"4","price":"275000","area":"557"} , +{"type":"Feature","id":"n332769117","geometry":{"type":"Point","coordinates":[-0.1152404,51.5413064]},"properties":{"@type":"node","@id":332769117,"@timestamp":1232410512},"coords":"51.5413064,-0.1152404","bedrooms":"3","price":"280000","area":"383"} , +{"type":"Feature","id":"n332769206","geometry":{"type":"Point","coordinates":[-0.1155428,51.541169]},"properties":{"@type":"node","@id":332769206,"@timestamp":1232410508},"coords":"51.541169,-0.1155428","bedrooms":"1","price":"293000","area":"670"} , +{"type":"Feature","id":"n332769234","geometry":{"type":"Point","coordinates":[-0.1188786,51.5407915]},"properties":{"@type":"node","@id":332769234,"@timestamp":1232299680},"coords":"51.5407915,-0.1188786","bedrooms":"0","price":"179000","area":"456"} , +{"type":"Feature","id":"n332769257","geometry":{"type":"Point","coordinates":[-0.1191256,51.541619]},"properties":{"@type":"node","@id":332769257,"@timestamp":1232299615},"coords":"51.541619,-0.1191256","bedrooms":"0","price":"273000","area":"478"} , +{"type":"Feature","id":"n332769276","geometry":{"type":"Point","coordinates":[-0.119349,51.5409998]},"properties":{"@type":"node","@id":332769276,"@timestamp":1232299658},"coords":"51.5409998,-0.119349","bedrooms":"3","price":"181000","area":"491"} , +{"type":"Feature","id":"n332776747","geometry":{"type":"Point","coordinates":[-0.1179549,51.5416681]},"properties":{"@type":"node","@id":332776747,"@timestamp":1232299659},"coords":"51.5416681,-0.1179549","bedrooms":"1","price":"276000","area":"391"} , +{"type":"Feature","id":"n332776773","geometry":{"type":"Point","coordinates":[-0.1178569,51.5399896]},"properties":{"@type":"node","@id":332776773,"@timestamp":1232293927},"coords":"51.5399896,-0.1178569","bedrooms":"2","price":"200000","area":"699"} , +{"type":"Feature","id":"n332776808","geometry":{"type":"Point","coordinates":[-0.1197598,51.5401705]},"properties":{"@type":"node","@id":332776808,"@timestamp":1232244589},"coords":"51.5401705,-0.1197598","bedrooms":"4","price":"209000","area":"592"} , +{"type":"Feature","id":"n332776835","geometry":{"type":"Point","coordinates":[-0.1190032,51.5398827]},"properties":{"@type":"node","@id":332776835,"@timestamp":1232244590},"coords":"51.5398827,-0.1190032","bedrooms":"0","price":"165000","area":"440"} , +{"type":"Feature","id":"n332776863","geometry":{"type":"Point","coordinates":[-0.1178752,51.5400158]},"properties":{"@type":"node","@id":332776863,"@timestamp":1232299692},"coords":"51.5400158,-0.1178752","bedrooms":"2","price":"227000","area":"673"} , +{"type":"Feature","id":"n332776918","geometry":{"type":"Point","coordinates":[-0.1187745,51.5412989]},"properties":{"@type":"node","@id":332776918,"@timestamp":1232293928},"coords":"51.5412989,-0.1187745","bedrooms":"4","price":"210000","area":"658"} , +{"type":"Feature","id":"n332776970","geometry":{"type":"Point","coordinates":[-0.1186047,51.5404065]},"properties":{"@type":"node","@id":332776970,"@timestamp":1232293923},"coords":"51.5404065,-0.1186047","bedrooms":"2","price":"286000","area":"466"} , +{"type":"Feature","id":"n332777006","geometry":{"type":"Point","coordinates":[-0.1184179,51.5395499]},"properties":{"@type":"node","@id":332777006,"@timestamp":1232300928},"coords":"51.5395499,-0.1184179","bedrooms":"2","price":"243000","area":"462"} , +{"type":"Feature","id":"n332777161","geometry":{"type":"Point","coordinates":[-0.120002,51.5391487]},"properties":{"@type":"node","@id":332777161,"@timestamp":1232232576},"coords":"51.5391487,-0.120002","bedrooms":"3","price":"220000","area":"386"} , +{"type":"Feature","id":"n332783089","geometry":{"type":"Point","coordinates":[-0.1221048,51.5454476]},"properties":{"@type":"node","@id":332783089,"@timestamp":1232233788},"coords":"51.5454476,-0.1221048","bedrooms":"4","price":"178000","area":"356"} , +{"type":"Feature","id":"n332783104","geometry":{"type":"Point","coordinates":[-0.1118188,51.5413244]},"properties":{"@type":"node","@id":332783104,"@timestamp":1238888846},"coords":"51.5413244,-0.1118188","bedrooms":"4","price":"231000","area":"555"} , +{"type":"Feature","id":"n332789176","geometry":{"type":"Point","coordinates":[-0.1096829,51.5416938]},"properties":{"@type":"node","@id":332789176,"@timestamp":1610904574},"coords":"51.5416938,-0.1096829","bedrooms":"2","price":"159000","area":"378"} , +{"type":"Feature","id":"n332793882","geometry":{"type":"Point","coordinates":[-0.1071758,51.5438362]},"properties":{"@type":"node","@id":332793882,"@timestamp":1235863286},"coords":"51.5438362,-0.1071758","bedrooms":"3","price":"160000","area":"360"} , +{"type":"Feature","id":"n332794946","geometry":{"type":"Point","coordinates":[-0.1136472,51.5430815]},"properties":{"@type":"node","@id":332794946,"@timestamp":1613840775},"coords":"51.5430815,-0.1136472","bedrooms":"3","price":"173000","area":"529"} , +{"type":"Feature","id":"n332961982","geometry":{"type":"Point","coordinates":[-0.8019841,51.7207932]},"properties":{"@type":"node","@id":332961982,"@timestamp":1542534976},"coords":"51.7207932,-0.8019841","bedrooms":"0","price":"182000","area":"389"} , +{"type":"Feature","id":"n333037167","geometry":{"type":"Point","coordinates":[-0.5965356,51.2534538]},"properties":{"@type":"node","@id":333037167,"@timestamp":1232281380},"coords":"51.2534538,-0.5965356","bedrooms":"1","price":"227000","area":"358"} , +{"type":"Feature","id":"n333041420","geometry":{"type":"Point","coordinates":[-0.5982339,51.2538909]},"properties":{"@type":"node","@id":333041420,"@timestamp":1279302900},"coords":"51.2538909,-0.5982339","bedrooms":"3","price":"198000","area":"377"} , +{"type":"Feature","id":"n333041443","geometry":{"type":"Point","coordinates":[-0.6011684,51.2533127]},"properties":{"@type":"node","@id":333041443,"@timestamp":1279302900},"coords":"51.2533127,-0.6011684","bedrooms":"1","price":"225000","area":"425"} , +{"type":"Feature","id":"n333043463","geometry":{"type":"Point","coordinates":[-0.5929025,51.2551277]},"properties":{"@type":"node","@id":333043463,"@timestamp":1279468989},"coords":"51.2551277,-0.5929025","bedrooms":"2","price":"295000","area":"483"} , +{"type":"Feature","id":"n333045402","geometry":{"type":"Point","coordinates":[-0.6046822,51.2533477]},"properties":{"@type":"node","@id":333045402,"@timestamp":1276956607},"coords":"51.2533477,-0.6046822","bedrooms":"2","price":"249000","area":"647"} , +{"type":"Feature","id":"n333051436","geometry":{"type":"Point","coordinates":[-0.6092868,51.2433972]},"properties":{"@type":"node","@id":333051436,"@timestamp":1419701208},"coords":"51.2433972,-0.6092868","bedrooms":"0","price":"217000","area":"435"} , +{"type":"Feature","id":"n333057559","geometry":{"type":"Point","coordinates":[-0.5921376,51.2530188]},"properties":{"@type":"node","@id":333057559,"@timestamp":1279823444},"coords":"51.2530188,-0.5921376","bedrooms":"0","price":"208000","area":"392"} , +{"type":"Feature","id":"n333067656","geometry":{"type":"Point","coordinates":[-0.5943788,51.256473]},"properties":{"@type":"node","@id":333067656,"@timestamp":1254605292},"coords":"51.256473,-0.5943788","bedrooms":"4","price":"164000","area":"663"} , +{"type":"Feature","id":"n333075348","geometry":{"type":"Point","coordinates":[-0.6076729,51.2507106]},"properties":{"@type":"node","@id":333075348,"@timestamp":1614270641},"coords":"51.2507106,-0.6076729","bedrooms":"0","price":"222000","area":"582"} , +{"type":"Feature","id":"n333125744","geometry":{"type":"Point","coordinates":[-0.0935548,51.4743058]},"properties":{"@type":"node","@id":333125744,"@timestamp":1232293017},"coords":"51.4743058,-0.0935548","bedrooms":"2","price":"196000","area":"688"} , +{"type":"Feature","id":"n333167315","geometry":{"type":"Point","coordinates":[-0.116985,51.5409182]},"properties":{"@type":"node","@id":333167315,"@timestamp":1232302479},"coords":"51.5409182,-0.116985","bedrooms":"0","price":"221000","area":"365"} , +{"type":"Feature","id":"n333185603","geometry":{"type":"Point","coordinates":[-0.1176996,51.5436684]},"properties":{"@type":"node","@id":333185603,"@timestamp":1618338794},"coords":"51.5436684,-0.1176996","bedrooms":"4","price":"270000","area":"668"} , +{"type":"Feature","id":"n333205462","geometry":{"type":"Point","coordinates":[-0.115721,51.5466884]},"properties":{"@type":"node","@id":333205462,"@timestamp":1232306695},"coords":"51.5466884,-0.115721","bedrooms":"4","price":"241000","area":"387"} , +{"type":"Feature","id":"n333214505","geometry":{"type":"Point","coordinates":[-0.1045758,51.5450931]},"properties":{"@type":"node","@id":333214505,"@timestamp":1391382874},"coords":"51.5450931,-0.1045758","bedrooms":"1","price":"177000","area":"613"} , +{"type":"Feature","id":"n333231148","geometry":{"type":"Point","coordinates":[-0.1237425,51.5579646]},"properties":{"@type":"node","@id":333231148,"@timestamp":1232320657},"coords":"51.5579646,-0.1237425","bedrooms":"3","price":"194000","area":"568"} , +{"type":"Feature","id":"n333232607","geometry":{"type":"Point","coordinates":[-0.1264097,51.5578095]},"properties":{"@type":"node","@id":333232607,"@timestamp":1232309696},"coords":"51.5578095,-0.1264097","bedrooms":"2","price":"200000","area":"692"} , +{"type":"Feature","id":"n333234602","geometry":{"type":"Point","coordinates":[-0.1232272,51.5555995]},"properties":{"@type":"node","@id":333234602,"@timestamp":1232323963},"coords":"51.5555995,-0.1232272","bedrooms":"4","price":"296000","area":"682"} , +{"type":"Feature","id":"n333234629","geometry":{"type":"Point","coordinates":[-0.1238711,51.555467]},"properties":{"@type":"node","@id":333234629,"@timestamp":1232323954},"coords":"51.555467,-0.1238711","bedrooms":"1","price":"277000","area":"387"} , +{"type":"Feature","id":"n333234655","geometry":{"type":"Point","coordinates":[-0.1228439,51.5548473]},"properties":{"@type":"node","@id":333234655,"@timestamp":1232323950},"coords":"51.5548473,-0.1228439","bedrooms":"2","price":"168000","area":"370"} , +{"type":"Feature","id":"n333236056","geometry":{"type":"Point","coordinates":[-0.1220608,51.5548985]},"properties":{"@type":"node","@id":333236056,"@timestamp":1232323974},"coords":"51.5548985,-0.1220608","bedrooms":"4","price":"247000","area":"391"} , +{"type":"Feature","id":"n333239874","geometry":{"type":"Point","coordinates":[-0.1211607,51.5545276]},"properties":{"@type":"node","@id":333239874,"@timestamp":1232310544},"coords":"51.5545276,-0.1211607","bedrooms":"4","price":"163000","area":"493"} , +{"type":"Feature","id":"n333239972","geometry":{"type":"Point","coordinates":[-0.1149379,51.5533714]},"properties":{"@type":"node","@id":333239972,"@timestamp":1232398638},"coords":"51.5533714,-0.1149379","bedrooms":"0","price":"250000","area":"628"} , +{"type":"Feature","id":"n333240006","geometry":{"type":"Point","coordinates":[-0.1144887,51.5534965]},"properties":{"@type":"node","@id":333240006,"@timestamp":1232401492},"coords":"51.5534965,-0.1144887","bedrooms":"1","price":"191000","area":"477"} , +{"type":"Feature","id":"n333242672","geometry":{"type":"Point","coordinates":[-0.1238939,51.5552135]},"properties":{"@type":"node","@id":333242672,"@timestamp":1232323966},"coords":"51.5552135,-0.1238939","bedrooms":"0","price":"201000","area":"685"} , +{"type":"Feature","id":"n333244989","geometry":{"type":"Point","coordinates":[-0.0200025,51.6053953]},"properties":{"@type":"node","@id":333244989,"@timestamp":1316701745},"coords":"51.6053953,-0.0200025","bedrooms":"1","price":"155000","area":"584"} , +{"type":"Feature","id":"n333255051","geometry":{"type":"Point","coordinates":[-0.9670251,51.4764696]},"properties":{"@type":"node","@id":333255051,"@timestamp":1335213935},"coords":"51.4764696,-0.9670251","bedrooms":"3","price":"266000","area":"411"} , +{"type":"Feature","id":"n333257061","geometry":{"type":"Point","coordinates":[-0.4516705,51.3140472]},"properties":{"@type":"node","@id":333257061,"@timestamp":1232312780},"coords":"51.3140472,-0.4516705","bedrooms":"4","price":"196000","area":"531"} , +{"type":"Feature","id":"n333257146","geometry":{"type":"Point","coordinates":[-0.444853,51.3153209]},"properties":{"@type":"node","@id":333257146,"@timestamp":1232312789},"coords":"51.3153209,-0.444853","bedrooms":"4","price":"212000","area":"595"} , +{"type":"Feature","id":"n333257340","geometry":{"type":"Point","coordinates":[-0.4400146,51.3155197]},"properties":{"@type":"node","@id":333257340,"@timestamp":1232312805},"coords":"51.3155197,-0.4400146","bedrooms":"4","price":"216000","area":"377"} , +{"type":"Feature","id":"n333257530","geometry":{"type":"Point","coordinates":[-0.4482754,51.3167876]},"properties":{"@type":"node","@id":333257530,"@timestamp":1232312817},"coords":"51.3167876,-0.4482754","bedrooms":"0","price":"152000","area":"418"} , +{"type":"Feature","id":"n333257640","geometry":{"type":"Point","coordinates":[-0.4452528,51.3121639]},"properties":{"@type":"node","@id":333257640,"@timestamp":1232312827},"coords":"51.3121639,-0.4452528","bedrooms":"2","price":"179000","area":"483"} , +{"type":"Feature","id":"n333257682","geometry":{"type":"Point","coordinates":[-0.450108,51.3132568]},"properties":{"@type":"node","@id":333257682,"@timestamp":1232312830},"coords":"51.3132568,-0.450108","bedrooms":"3","price":"249000","area":"479"} , +{"type":"Feature","id":"n333265287","geometry":{"type":"Point","coordinates":[0.0447913,51.5389717]},"properties":{"@type":"node","@id":333265287,"@timestamp":1239144820},"coords":"51.5389717,0.0447913","bedrooms":"2","price":"197000","area":"377"} , +{"type":"Feature","id":"n333284377","geometry":{"type":"Point","coordinates":[0.0558393,51.5331704]},"properties":{"@type":"node","@id":333284377,"@timestamp":1234485586},"coords":"51.5331704,0.0558393","bedrooms":"3","price":"192000","area":"381"} , +{"type":"Feature","id":"n333313996","geometry":{"type":"Point","coordinates":[0.5845103,51.5697617]},"properties":{"@type":"node","@id":333313996,"@timestamp":1234974714},"coords":"51.5697617,0.5845103","bedrooms":"2","price":"228000","area":"503"} , +{"type":"Feature","id":"n333361495","geometry":{"type":"Point","coordinates":[-0.1271552,51.5568856]},"properties":{"@type":"node","@id":333361495,"@timestamp":1232322278},"coords":"51.5568856,-0.1271552","bedrooms":"4","price":"155000","area":"365"} , +{"type":"Feature","id":"n333386528","geometry":{"type":"Point","coordinates":[-0.1219457,51.552386]},"properties":{"@type":"node","@id":333386528,"@timestamp":1540145957},"coords":"51.552386,-0.1219457","bedrooms":"2","price":"216000","area":"566"} , +{"type":"Feature","id":"n333389457","geometry":{"type":"Point","coordinates":[0.019396,51.4068592]},"properties":{"@type":"node","@id":333389457,"@timestamp":1331602202},"coords":"51.4068592,0.019396","bedrooms":"4","price":"264000","area":"492"} , +{"type":"Feature","id":"n333593779","geometry":{"type":"Point","coordinates":[-0.7232467,51.5785115]},"properties":{"@type":"node","@id":333593779,"@timestamp":1366311382},"coords":"51.5785115,-0.7232467","bedrooms":"3","price":"168000","area":"697"} , +{"type":"Feature","id":"n333722488","geometry":{"type":"Point","coordinates":[-0.1353772,51.5171795]},"properties":{"@type":"node","@id":333722488,"@timestamp":1635968535},"coords":"51.5171795,-0.1353772","bedrooms":"1","price":"280000","area":"621"} , +{"type":"Feature","id":"n333731853","geometry":{"type":"Point","coordinates":[-0.1401752,51.5224421]},"properties":{"@type":"node","@id":333731853,"@timestamp":1625815684},"coords":"51.5224421,-0.1401752","bedrooms":"1","price":"151000","area":"508"} , +{"type":"Feature","id":"n333735481","geometry":{"type":"Point","coordinates":[-0.13986,51.5226816]},"properties":{"@type":"node","@id":333735481,"@timestamp":1232394874},"coords":"51.5226816,-0.13986","bedrooms":"0","price":"251000","area":"699"} , +{"type":"Feature","id":"n333753009","geometry":{"type":"Point","coordinates":[-0.1150382,51.5540721]},"properties":{"@type":"node","@id":333753009,"@timestamp":1232398642},"coords":"51.5540721,-0.1150382","bedrooms":"0","price":"176000","area":"446"} , +{"type":"Feature","id":"n333757392","geometry":{"type":"Point","coordinates":[-0.1147271,51.5532342]},"properties":{"@type":"node","@id":333757392,"@timestamp":1232401497},"coords":"51.5532342,-0.1147271","bedrooms":"2","price":"196000","area":"668"} , +{"type":"Feature","id":"n333757412","geometry":{"type":"Point","coordinates":[-0.1165844,51.5548299]},"properties":{"@type":"node","@id":333757412,"@timestamp":1233678083},"coords":"51.5548299,-0.1165844","bedrooms":"3","price":"169000","area":"390"} , +{"type":"Feature","id":"n333780063","geometry":{"type":"Point","coordinates":[-0.120905,51.5565181]},"properties":{"@type":"node","@id":333780063,"@timestamp":1232405962},"coords":"51.5565181,-0.120905","bedrooms":"1","price":"222000","area":"391"} , +{"type":"Feature","id":"n333780073","geometry":{"type":"Point","coordinates":[-0.1199325,51.5562733]},"properties":{"@type":"node","@id":333780073,"@timestamp":1232405962},"coords":"51.5562733,-0.1199325","bedrooms":"0","price":"279000","area":"506"} , +{"type":"Feature","id":"n333780085","geometry":{"type":"Point","coordinates":[-0.1201758,51.5559571]},"properties":{"@type":"node","@id":333780085,"@timestamp":1232405966},"coords":"51.5559571,-0.1201758","bedrooms":"3","price":"152000","area":"387"} , +{"type":"Feature","id":"n333780095","geometry":{"type":"Point","coordinates":[-0.1202652,51.5568168]},"properties":{"@type":"node","@id":333780095,"@timestamp":1232405965},"coords":"51.5568168,-0.1202652","bedrooms":"2","price":"240000","area":"621"} , +{"type":"Feature","id":"n333780105","geometry":{"type":"Point","coordinates":[-0.120841,51.5554081]},"properties":{"@type":"node","@id":333780105,"@timestamp":1232405959},"coords":"51.5554081,-0.120841","bedrooms":"1","price":"291000","area":"679"} , +{"type":"Feature","id":"n333780124","geometry":{"type":"Point","coordinates":[-0.1208705,51.5560759]},"properties":{"@type":"node","@id":333780124,"@timestamp":1232405959},"coords":"51.5560759,-0.1208705","bedrooms":"2","price":"213000","area":"611"} , +{"type":"Feature","id":"n333780155","geometry":{"type":"Point","coordinates":[-0.1220042,51.5577052]},"properties":{"@type":"node","@id":333780155,"@timestamp":1232405960},"coords":"51.5577052,-0.1220042","bedrooms":"0","price":"288000","area":"392"} , +{"type":"Feature","id":"n333780165","geometry":{"type":"Point","coordinates":[-0.1208951,51.5577344]},"properties":{"@type":"node","@id":333780165,"@timestamp":1232405315},"coords":"51.5577344,-0.1208951","bedrooms":"1","price":"222000","area":"648"} , +{"type":"Feature","id":"n333781685","geometry":{"type":"Point","coordinates":[-0.120323,51.5548957]},"properties":{"@type":"node","@id":333781685,"@timestamp":1232406072},"coords":"51.5548957,-0.120323","bedrooms":"0","price":"153000","area":"444"} , +{"type":"Feature","id":"n333783732","geometry":{"type":"Point","coordinates":[-0.1211976,51.5555846]},"properties":{"@type":"node","@id":333783732,"@timestamp":1232406861},"coords":"51.5555846,-0.1211976","bedrooms":"3","price":"219000","area":"498"} , +{"type":"Feature","id":"n333784707","geometry":{"type":"Point","coordinates":[-0.1225018,51.5566355]},"properties":{"@type":"node","@id":333784707,"@timestamp":1232407185},"coords":"51.5566355,-0.1225018","bedrooms":"1","price":"259000","area":"536"} , +{"type":"Feature","id":"n333791013","geometry":{"type":"Point","coordinates":[-0.1134094,51.5431315]},"properties":{"@type":"node","@id":333791013,"@timestamp":1517502298},"coords":"51.5431315,-0.1134094","bedrooms":"3","price":"232000","area":"674"} , +{"type":"Feature","id":"n334248290","geometry":{"type":"Point","coordinates":[-0.2958326,51.4096618]},"properties":{"@type":"node","@id":334248290,"@timestamp":1377899945},"coords":"51.4096618,-0.2958326","bedrooms":"3","price":"180000","area":"369"} , +{"type":"Feature","id":"n334258847","geometry":{"type":"Point","coordinates":[-0.2955021,51.4097624]},"properties":{"@type":"node","@id":334258847,"@timestamp":1299705409},"coords":"51.4097624,-0.2955021","bedrooms":"3","price":"160000","area":"629"} , +{"type":"Feature","id":"n334309082","geometry":{"type":"Point","coordinates":[0.1068739,50.9765673]},"properties":{"@type":"node","@id":334309082,"@timestamp":1605807931},"coords":"50.9765673,0.1068739","bedrooms":"0","price":"179000","area":"694"} , +{"type":"Feature","id":"n334312402","geometry":{"type":"Point","coordinates":[0.1048897,50.9803111]},"properties":{"@type":"node","@id":334312402,"@timestamp":1486762781},"coords":"50.9803111,0.1048897","bedrooms":"1","price":"156000","area":"489"} , +{"type":"Feature","id":"n334371994","geometry":{"type":"Point","coordinates":[-0.0470236,51.4054091]},"properties":{"@type":"node","@id":334371994,"@timestamp":1435180531},"coords":"51.4054091,-0.0470236","bedrooms":"1","price":"283000","area":"545"} , +{"type":"Feature","id":"n334506893","geometry":{"type":"Point","coordinates":[-0.0837519,51.5272296]},"properties":{"@type":"node","@id":334506893,"@timestamp":1601907869},"coords":"51.5272296,-0.0837519","bedrooms":"2","price":"255000","area":"586"} , +{"type":"Feature","id":"n334636068","geometry":{"type":"Point","coordinates":[-0.4826634,51.3192106]},"properties":{"@type":"node","@id":334636068,"@timestamp":1232554999},"coords":"51.3192106,-0.4826634","bedrooms":"2","price":"199000","area":"454"} , +{"type":"Feature","id":"n334636084","geometry":{"type":"Point","coordinates":[-0.4819124,51.3199449]},"properties":{"@type":"node","@id":334636084,"@timestamp":1232555000},"coords":"51.3199449,-0.4819124","bedrooms":"4","price":"206000","area":"440"} , +{"type":"Feature","id":"n334742749","geometry":{"type":"Point","coordinates":[-0.3944492,51.6803671]},"properties":{"@type":"node","@id":334742749,"@timestamp":1545155156},"coords":"51.6803671,-0.3944492","bedrooms":"3","price":"163000","area":"355"} , +{"type":"Feature","id":"n335598567","geometry":{"type":"Point","coordinates":[-0.7659846,51.2738788]},"properties":{"@type":"node","@id":335598567,"@timestamp":1366973502},"coords":"51.2738788,-0.7659846","bedrooms":"0","price":"170000","area":"465"} , +{"type":"Feature","id":"n335613597","geometry":{"type":"Point","coordinates":[0.1671917,51.4265387]},"properties":{"@type":"node","@id":335613597,"@timestamp":1624372140},"coords":"51.4265387,0.1671917","bedrooms":"0","price":"292000","area":"491"} , +{"type":"Feature","id":"n335882298","geometry":{"type":"Point","coordinates":[-0.3584028,51.4429704]},"properties":{"@type":"node","@id":335882298,"@timestamp":1257351522},"coords":"51.4429704,-0.3584028","bedrooms":"3","price":"237000","area":"447"} , +{"type":"Feature","id":"n335902767","geometry":{"type":"Point","coordinates":[-0.3088049,51.4613526]},"properties":{"@type":"node","@id":335902767,"@timestamp":1543711478},"coords":"51.4613526,-0.3088049","bedrooms":"0","price":"150000","area":"673"} , +{"type":"Feature","id":"n335929368","geometry":{"type":"Point","coordinates":[-0.4704161,51.2178865]},"properties":{"@type":"node","@id":335929368,"@timestamp":1484085827},"coords":"51.2178865,-0.4704161","bedrooms":"3","price":"225000","area":"371"} , +{"type":"Feature","id":"n335936327","geometry":{"type":"Point","coordinates":[-0.5010824,51.2119237]},"properties":{"@type":"node","@id":335936327,"@timestamp":1304275263},"coords":"51.2119237,-0.5010824","bedrooms":"0","price":"197000","area":"458"} , +{"type":"Feature","id":"n335958348","geometry":{"type":"Point","coordinates":[-0.7937745,51.7116496]},"properties":{"@type":"node","@id":335958348,"@timestamp":1232814910},"coords":"51.7116496,-0.7937745","bedrooms":"0","price":"157000","area":"402"} , +{"type":"Feature","id":"n335966684","geometry":{"type":"Point","coordinates":[-0.2091188,51.4586488]},"properties":{"@type":"node","@id":335966684,"@timestamp":1631056439},"coords":"51.4586488,-0.2091188","bedrooms":"4","price":"174000","area":"516"} , +{"type":"Feature","id":"n336015946","geometry":{"type":"Point","coordinates":[-0.108811,51.5341798]},"properties":{"@type":"node","@id":336015946,"@timestamp":1525827347},"coords":"51.5341798,-0.108811","bedrooms":"3","price":"238000","area":"611"} , +{"type":"Feature","id":"n336031194","geometry":{"type":"Point","coordinates":[-0.1105285,51.5326193]},"properties":{"@type":"node","@id":336031194,"@timestamp":1232824883},"coords":"51.5326193,-0.1105285","bedrooms":"0","price":"255000","area":"385"} , +{"type":"Feature","id":"n336042345","geometry":{"type":"Point","coordinates":[-0.8310959,51.0472502]},"properties":{"@type":"node","@id":336042345,"@timestamp":1234485529},"coords":"51.0472502,-0.8310959","bedrooms":"4","price":"250000","area":"462"} , +{"type":"Feature","id":"n336054888","geometry":{"type":"Point","coordinates":[-0.880454,51.0576828]},"properties":{"@type":"node","@id":336054888,"@timestamp":1384098924},"coords":"51.0576828,-0.880454","bedrooms":"1","price":"150000","area":"530"} , +{"type":"Feature","id":"n336094370","geometry":{"type":"Point","coordinates":[-0.1040868,51.5346558]},"properties":{"@type":"node","@id":336094370,"@timestamp":1628767367},"coords":"51.5346558,-0.1040868","bedrooms":"0","price":"175000","area":"601"} , +{"type":"Feature","id":"n336108194","geometry":{"type":"Point","coordinates":[-0.1014628,51.5369318]},"properties":{"@type":"node","@id":336108194,"@timestamp":1232912990},"coords":"51.5369318,-0.1014628","bedrooms":"1","price":"277000","area":"567"} , +{"type":"Feature","id":"n336252942","geometry":{"type":"Point","coordinates":[-0.1057709,51.5514234]},"properties":{"@type":"node","@id":336252942,"@timestamp":1232899957},"coords":"51.5514234,-0.1057709","bedrooms":"3","price":"236000","area":"577"} , +{"type":"Feature","id":"n336252952","geometry":{"type":"Point","coordinates":[-0.1058762,51.5516306]},"properties":{"@type":"node","@id":336252952,"@timestamp":1232899956},"coords":"51.5516306,-0.1058762","bedrooms":"1","price":"190000","area":"696"} , +{"type":"Feature","id":"n336252974","geometry":{"type":"Point","coordinates":[-0.0989664,51.5513992]},"properties":{"@type":"node","@id":336252974,"@timestamp":1233528446},"coords":"51.5513992,-0.0989664","bedrooms":"0","price":"182000","area":"661"} , +{"type":"Feature","id":"n336255006","geometry":{"type":"Point","coordinates":[-0.1002589,51.5507448]},"properties":{"@type":"node","@id":336255006,"@timestamp":1232886484},"coords":"51.5507448,-0.1002589","bedrooms":"1","price":"258000","area":"593"} , +{"type":"Feature","id":"n336287861","geometry":{"type":"Point","coordinates":[-0.110903,51.5562091]},"properties":{"@type":"node","@id":336287861,"@timestamp":1620994451},"coords":"51.5562091,-0.110903","bedrooms":"0","price":"185000","area":"613"} , +{"type":"Feature","id":"n336353308","geometry":{"type":"Point","coordinates":[-0.428666,51.578152]},"properties":{"@type":"node","@id":336353308,"@timestamp":1371219175},"coords":"51.578152,-0.428666","bedrooms":"4","price":"252000","area":"356"} , +{"type":"Feature","id":"n336412516","geometry":{"type":"Point","coordinates":[-0.1008856,51.5520355]},"properties":{"@type":"node","@id":336412516,"@timestamp":1628517588},"coords":"51.5520355,-0.1008856","bedrooms":"0","price":"254000","area":"360"} , +{"type":"Feature","id":"n336559224","geometry":{"type":"Point","coordinates":[-0.28142,51.9470888]},"properties":{"@type":"node","@id":336559224,"@timestamp":1520605220},"coords":"51.9470888,-0.28142","bedrooms":"3","price":"151000","area":"467"} , +{"type":"Feature","id":"n336566952","geometry":{"type":"Point","coordinates":[-0.1022015,51.5369164]},"properties":{"@type":"node","@id":336566952,"@timestamp":1232913426},"coords":"51.5369164,-0.1022015","bedrooms":"2","price":"150000","area":"608"} , +{"type":"Feature","id":"n336567111","geometry":{"type":"Point","coordinates":[-0.1013931,51.5374034]},"properties":{"@type":"node","@id":336567111,"@timestamp":1235645726},"coords":"51.5374034,-0.1013931","bedrooms":"3","price":"152000","area":"596"} , +{"type":"Feature","id":"n336759604","geometry":{"type":"Point","coordinates":[0.2011743,51.4388614]},"properties":{"@type":"node","@id":336759604,"@timestamp":1616986913},"coords":"51.4388614,0.2011743","bedrooms":"0","price":"164000","area":"395"} , +{"type":"Feature","id":"n336841349","geometry":{"type":"Point","coordinates":[0.7645506,51.4403518]},"properties":{"@type":"node","@id":336841349,"@timestamp":1447862561},"coords":"51.4403518,0.7645506","bedrooms":"2","price":"237000","area":"549"} , +{"type":"Feature","id":"n337803979","geometry":{"type":"Point","coordinates":[-1.1659611,51.6176696]},"properties":{"@type":"node","@id":337803979,"@timestamp":1583695871},"coords":"51.6176696,-1.1659611","bedrooms":"1","price":"244000","area":"443"} , +{"type":"Feature","id":"n337936776","geometry":{"type":"Point","coordinates":[-0.1145174,51.532487]},"properties":{"@type":"node","@id":337936776,"@timestamp":1623264271},"coords":"51.532487,-0.1145174","bedrooms":"3","price":"202000","area":"468"} , +{"type":"Feature","id":"n338289104","geometry":{"type":"Point","coordinates":[-0.3131034,51.3894952]},"properties":{"@type":"node","@id":338289104,"@timestamp":1596110507},"coords":"51.3894952,-0.3131034","bedrooms":"3","price":"205000","area":"497"} , +{"type":"Feature","id":"n338463555","geometry":{"type":"Point","coordinates":[-0.1088628,51.5190993]},"properties":{"@type":"node","@id":338463555,"@timestamp":1521930970},"coords":"51.5190993,-0.1088628","bedrooms":"1","price":"271000","area":"425"} , +{"type":"Feature","id":"n338472534","geometry":{"type":"Point","coordinates":[-0.1088985,51.5181575]},"properties":{"@type":"node","@id":338472534,"@timestamp":1603477432},"coords":"51.5181575,-0.1088985","bedrooms":"0","price":"194000","area":"460"} , +{"type":"Feature","id":"n338472592","geometry":{"type":"Point","coordinates":[-0.1071152,51.5178874]},"properties":{"@type":"node","@id":338472592,"@timestamp":1342797016},"coords":"51.5178874,-0.1071152","bedrooms":"0","price":"192000","area":"597"} , +{"type":"Feature","id":"n338481486","geometry":{"type":"Point","coordinates":[-0.1657846,51.4178319]},"properties":{"@type":"node","@id":338481486,"@timestamp":1330811839},"coords":"51.4178319,-0.1657846","bedrooms":"4","price":"251000","area":"441"} , +{"type":"Feature","id":"n338501923","geometry":{"type":"Point","coordinates":[-0.1168667,51.5188792]},"properties":{"@type":"node","@id":338501923,"@timestamp":1464617113},"coords":"51.5188792,-0.1168667","bedrooms":"4","price":"160000","area":"679"} , +{"type":"Feature","id":"n338505246","geometry":{"type":"Point","coordinates":[-0.1148883,51.5182743]},"properties":{"@type":"node","@id":338505246,"@timestamp":1626252720},"coords":"51.5182743,-0.1148883","bedrooms":"4","price":"258000","area":"477"} , +{"type":"Feature","id":"n338507306","geometry":{"type":"Point","coordinates":[-0.1200617,51.5177785]},"properties":{"@type":"node","@id":338507306,"@timestamp":1308943908},"coords":"51.5177785,-0.1200617","bedrooms":"2","price":"290000","area":"650"} , +{"type":"Feature","id":"n338507320","geometry":{"type":"Point","coordinates":[-0.1200347,51.5175199]},"properties":{"@type":"node","@id":338507320,"@timestamp":1582276671},"coords":"51.5175199,-0.1200347","bedrooms":"3","price":"281000","area":"535"} , +{"type":"Feature","id":"n338576420","geometry":{"type":"Point","coordinates":[-0.9607479,51.2007482]},"properties":{"@type":"node","@id":338576420,"@timestamp":1265814447},"coords":"51.2007482,-0.9607479","bedrooms":"3","price":"164000","area":"482"} , +{"type":"Feature","id":"n338577546","geometry":{"type":"Point","coordinates":[-0.9903119,51.2019831]},"properties":{"@type":"node","@id":338577546,"@timestamp":1233139541},"coords":"51.2019831,-0.9903119","bedrooms":"1","price":"181000","area":"519"} , +{"type":"Feature","id":"n338591189","geometry":{"type":"Point","coordinates":[-0.9408056,51.2481667]},"properties":{"@type":"node","@id":338591189,"@timestamp":1233140885},"coords":"51.2481667,-0.9408056","bedrooms":"2","price":"298000","area":"648"} , +{"type":"Feature","id":"n338591786","geometry":{"type":"Point","coordinates":[-0.1755278,51.0044444]},"properties":{"@type":"node","@id":338591786,"@timestamp":1233140934},"coords":"51.0044444,-0.1755278","bedrooms":"1","price":"189000","area":"474"} , +{"type":"Feature","id":"n338592773","geometry":{"type":"Point","coordinates":[-0.2569444,51.54975]},"properties":{"@type":"node","@id":338592773,"@timestamp":1233141006},"coords":"51.54975,-0.2569444","bedrooms":"0","price":"177000","area":"455"} , +{"type":"Feature","id":"n338597309","geometry":{"type":"Point","coordinates":[-0.0604444,51.0987222]},"properties":{"@type":"node","@id":338597309,"@timestamp":1233141406},"coords":"51.0987222,-0.0604444","bedrooms":"3","price":"227000","area":"512"} , +{"type":"Feature","id":"n338599283","geometry":{"type":"Point","coordinates":[-0.6777222,51.7853611]},"properties":{"@type":"node","@id":338599283,"@timestamp":1233141641},"coords":"51.7853611,-0.6777222","bedrooms":"1","price":"186000","area":"591"} , +{"type":"Feature","id":"n338599942","geometry":{"type":"Point","coordinates":[-0.9815833,51.1978333]},"properties":{"@type":"node","@id":338599942,"@timestamp":1265901451},"coords":"51.1978333,-0.9815833","bedrooms":"4","price":"274000","area":"391"} , +{"type":"Feature","id":"n338600633","geometry":{"type":"Point","coordinates":[-1.0296206,51.2141676]},"properties":{"@type":"node","@id":338600633,"@timestamp":1330330157},"coords":"51.2141676,-1.0296206","bedrooms":"4","price":"158000","area":"467"} , +{"type":"Feature","id":"n338603896","geometry":{"type":"Point","coordinates":[-0.2978131,51.2242289]},"properties":{"@type":"node","@id":338603896,"@timestamp":1233142339},"coords":"51.2242289,-0.2978131","bedrooms":"0","price":"290000","area":"477"} , +{"type":"Feature","id":"n338799189","geometry":{"type":"Point","coordinates":[-0.1152445,51.5073149]},"properties":{"@type":"node","@id":338799189,"@timestamp":1558609997},"coords":"51.5073149,-0.1152445","bedrooms":"0","price":"175000","area":"661"} , +{"type":"Feature","id":"n338825617","geometry":{"type":"Point","coordinates":[-0.0565784,51.4093305]},"properties":{"@type":"node","@id":338825617,"@timestamp":1626005812},"coords":"51.4093305,-0.0565784","bedrooms":"2","price":"225000","area":"698"} , +{"type":"Feature","id":"n338991810","geometry":{"type":"Point","coordinates":[-0.7663937,51.2615587]},"properties":{"@type":"node","@id":338991810,"@timestamp":1568661846},"coords":"51.2615587,-0.7663937","bedrooms":"4","price":"184000","area":"412"} , +{"type":"Feature","id":"n339156300","geometry":{"type":"Point","coordinates":[-0.0831456,51.505814]},"properties":{"@type":"node","@id":339156300,"@timestamp":1509822226},"coords":"51.505814,-0.0831456","bedrooms":"0","price":"212000","area":"524"} , +{"type":"Feature","id":"n339236417","geometry":{"type":"Point","coordinates":[-0.7351812,51.2619705]},"properties":{"@type":"node","@id":339236417,"@timestamp":1233354258},"coords":"51.2619705,-0.7351812","bedrooms":"1","price":"181000","area":"421"} , +{"type":"Feature","id":"n339295827","geometry":{"type":"Point","coordinates":[0.8872454,51.1665929]},"properties":{"@type":"node","@id":339295827,"@timestamp":1364984546},"coords":"51.1665929,0.8872454","bedrooms":"1","price":"179000","area":"586"} , +{"type":"Feature","id":"n339342030","geometry":{"type":"Point","coordinates":[-0.1008985,51.5415912]},"properties":{"@type":"node","@id":339342030,"@timestamp":1233678367},"coords":"51.5415912,-0.1008985","bedrooms":"2","price":"281000","area":"501"} , +{"type":"Feature","id":"n339364052","geometry":{"type":"Point","coordinates":[-0.0989177,51.5452057]},"properties":{"@type":"node","@id":339364052,"@timestamp":1233416707},"coords":"51.5452057,-0.0989177","bedrooms":"1","price":"198000","area":"549"} , +{"type":"Feature","id":"n339368637","geometry":{"type":"Point","coordinates":[0.8804943,51.1765379]},"properties":{"@type":"node","@id":339368637,"@timestamp":1236563051},"coords":"51.1765379,0.8804943","bedrooms":"2","price":"267000","area":"604"} , +{"type":"Feature","id":"n339391763","geometry":{"type":"Point","coordinates":[-0.0988738,51.5459132]},"properties":{"@type":"node","@id":339391763,"@timestamp":1233423791},"coords":"51.5459132,-0.0988738","bedrooms":"2","price":"245000","area":"561"} , +{"type":"Feature","id":"n339406586","geometry":{"type":"Point","coordinates":[-0.0992111,51.5467113]},"properties":{"@type":"node","@id":339406586,"@timestamp":1233524170},"coords":"51.5467113,-0.0992111","bedrooms":"1","price":"243000","area":"368"} , +{"type":"Feature","id":"n339412100","geometry":{"type":"Point","coordinates":[-0.2036524,51.4568102]},"properties":{"@type":"node","@id":339412100,"@timestamp":1573139370},"coords":"51.4568102,-0.2036524","bedrooms":"0","price":"241000","area":"549"} , +{"type":"Feature","id":"n339485288","geometry":{"type":"Point","coordinates":[-0.1495368,51.6544768]},"properties":{"@type":"node","@id":339485288,"@timestamp":1233441312},"coords":"51.6544768,-0.1495368","bedrooms":"3","price":"206000","area":"564"} , +{"type":"Feature","id":"n339521085","geometry":{"type":"Point","coordinates":[-0.1036294,51.5420623]},"properties":{"@type":"node","@id":339521085,"@timestamp":1233445629},"coords":"51.5420623,-0.1036294","bedrooms":"3","price":"168000","area":"441"} , +{"type":"Feature","id":"n339632000","geometry":{"type":"Point","coordinates":[-0.7565179,50.9512734]},"properties":{"@type":"node","@id":339632000,"@timestamp":1592656201},"coords":"50.9512734,-0.7565179","bedrooms":"1","price":"231000","area":"355"} , +{"type":"Feature","id":"n339802881","geometry":{"type":"Point","coordinates":[-0.1019797,51.5412536]},"properties":{"@type":"node","@id":339802881,"@timestamp":1233511520},"coords":"51.5412536,-0.1019797","bedrooms":"3","price":"211000","area":"428"} , +{"type":"Feature","id":"n339813824","geometry":{"type":"Point","coordinates":[-0.1010299,51.5400873]},"properties":{"@type":"node","@id":339813824,"@timestamp":1233513133},"coords":"51.5400873,-0.1010299","bedrooms":"1","price":"291000","area":"676"} , +{"type":"Feature","id":"n339843005","geometry":{"type":"Point","coordinates":[-0.0958722,51.5434749]},"properties":{"@type":"node","@id":339843005,"@timestamp":1498787067},"coords":"51.5434749,-0.0958722","bedrooms":"3","price":"274000","area":"578"} , +{"type":"Feature","id":"n339856556","geometry":{"type":"Point","coordinates":[-0.0102437,51.5620687]},"properties":{"@type":"node","@id":339856556,"@timestamp":1380993818},"coords":"51.5620687,-0.0102437","bedrooms":"0","price":"243000","area":"556"} , +{"type":"Feature","id":"n339857031","geometry":{"type":"Point","coordinates":[-0.0233487,51.5663256]},"properties":{"@type":"node","@id":339857031,"@timestamp":1502541186},"coords":"51.5663256,-0.0233487","bedrooms":"3","price":"247000","area":"557"} , +{"type":"Feature","id":"n339857204","geometry":{"type":"Point","coordinates":[-0.0193864,51.5734595]},"properties":{"@type":"node","@id":339857204,"@timestamp":1408785388},"coords":"51.5734595,-0.0193864","bedrooms":"1","price":"154000","area":"693"} , +{"type":"Feature","id":"n339863101","geometry":{"type":"Point","coordinates":[-0.1014502,51.54625]},"properties":{"@type":"node","@id":339863101,"@timestamp":1510493897},"coords":"51.54625,-0.1014502","bedrooms":"1","price":"171000","area":"457"} , +{"type":"Feature","id":"n339891171","geometry":{"type":"Point","coordinates":[0.5070052,51.7152689]},"properties":{"@type":"node","@id":339891171,"@timestamp":1595479183},"coords":"51.7152689,0.5070052","bedrooms":"4","price":"199000","area":"450"} , +{"type":"Feature","id":"n339925126","geometry":{"type":"Point","coordinates":[-0.1285642,51.5082227]},"properties":{"@type":"node","@id":339925126,"@timestamp":1621698871},"coords":"51.5082227,-0.1285642","bedrooms":"2","price":"194000","area":"629"} , +{"type":"Feature","id":"n340003238","geometry":{"type":"Point","coordinates":[-0.1021267,51.5426875]},"properties":{"@type":"node","@id":340003238,"@timestamp":1585026017},"coords":"51.5426875,-0.1021267","bedrooms":"0","price":"236000","area":"443"} , +{"type":"Feature","id":"n340024657","geometry":{"type":"Point","coordinates":[-1.1032072,51.6315217]},"properties":{"@type":"node","@id":340024657,"@timestamp":1365871639},"coords":"51.6315217,-1.1032072","bedrooms":"4","price":"245000","area":"662"} , +{"type":"Feature","id":"n340032565","geometry":{"type":"Point","coordinates":[0.5912681,51.9746369]},"properties":{"@type":"node","@id":340032565,"@timestamp":1368563616},"coords":"51.9746369,0.5912681","bedrooms":"1","price":"224000","area":"594"} , +{"type":"Feature","id":"n340127195","geometry":{"type":"Point","coordinates":[0.0626494,51.5397128]},"properties":{"@type":"node","@id":340127195,"@timestamp":1330811938},"coords":"51.5397128,0.0626494","bedrooms":"1","price":"285000","area":"651"} , +{"type":"Feature","id":"n340130640","geometry":{"type":"Point","coordinates":[0.0596942,51.5338171]},"properties":{"@type":"node","@id":340130640,"@timestamp":1611997168},"coords":"51.5338171,0.0596942","bedrooms":"1","price":"226000","area":"446"} , +{"type":"Feature","id":"n340236450","geometry":{"type":"Point","coordinates":[-0.1165003,51.5547658]},"properties":{"@type":"node","@id":340236450,"@timestamp":1233678074},"coords":"51.5547658,-0.1165003","bedrooms":"3","price":"211000","area":"686"} , +{"type":"Feature","id":"n340237066","geometry":{"type":"Point","coordinates":[-0.1028571,51.5423716]},"properties":{"@type":"node","@id":340237066,"@timestamp":1337175850},"coords":"51.5423716,-0.1028571","bedrooms":"0","price":"167000","area":"603"} , +{"type":"Feature","id":"n340422240","geometry":{"type":"Point","coordinates":[0.8585031,51.1582371]},"properties":{"@type":"node","@id":340422240,"@timestamp":1567117554},"coords":"51.1582371,0.8585031","bedrooms":"4","price":"177000","area":"371"} , +{"type":"Feature","id":"n341232621","geometry":{"type":"Point","coordinates":[-0.1385979,51.49366]},"properties":{"@type":"node","@id":341232621,"@timestamp":1627248958},"coords":"51.49366,-0.1385979","bedrooms":"2","price":"176000","area":"487"} , +{"type":"Feature","id":"n341335846","geometry":{"type":"Point","coordinates":[-1.0862272,51.2624384]},"properties":{"@type":"node","@id":341335846,"@timestamp":1250599540},"coords":"51.2624384,-1.0862272","bedrooms":"1","price":"273000","area":"418"} , +{"type":"Feature","id":"n341896028","geometry":{"type":"Point","coordinates":[-0.156932,51.3824688]},"properties":{"@type":"node","@id":341896028,"@timestamp":1290164075},"coords":"51.3824688,-0.156932","bedrooms":"4","price":"256000","area":"466"} , +{"type":"Feature","id":"n341902190","geometry":{"type":"Point","coordinates":[-0.1568533,51.3822209]},"properties":{"@type":"node","@id":341902190,"@timestamp":1290164081},"coords":"51.3822209,-0.1568533","bedrooms":"4","price":"232000","area":"629"} , +{"type":"Feature","id":"n342369395","geometry":{"type":"Point","coordinates":[-0.0859968,51.5603355]},"properties":{"@type":"node","@id":342369395,"@timestamp":1511266752},"coords":"51.5603355,-0.0859968","bedrooms":"4","price":"195000","area":"606"} , +{"type":"Feature","id":"n342498784","geometry":{"type":"Point","coordinates":[-0.047839,51.4779489]},"properties":{"@type":"node","@id":342498784,"@timestamp":1233969160},"coords":"51.4779489,-0.047839","bedrooms":"1","price":"224000","area":"640"} , +{"type":"Feature","id":"n342988692","geometry":{"type":"Point","coordinates":[-0.5635345,51.2381961]},"properties":{"@type":"node","@id":342988692,"@timestamp":1254605258},"coords":"51.2381961,-0.5635345","bedrooms":"4","price":"270000","area":"378"} , +{"type":"Feature","id":"n343006628","geometry":{"type":"Point","coordinates":[-0.5648146,51.2311485]},"properties":{"@type":"node","@id":343006628,"@timestamp":1236962749},"coords":"51.2311485,-0.5648146","bedrooms":"0","price":"153000","area":"625"} , +{"type":"Feature","id":"n343011657","geometry":{"type":"Point","coordinates":[-0.5659167,51.2347504]},"properties":{"@type":"node","@id":343011657,"@timestamp":1236962737},"coords":"51.2347504,-0.5659167","bedrooms":"3","price":"151000","area":"454"} , +{"type":"Feature","id":"n343020572","geometry":{"type":"Point","coordinates":[-0.5583641,51.237907]},"properties":{"@type":"node","@id":343020572,"@timestamp":1389532812},"coords":"51.237907,-0.5583641","bedrooms":"4","price":"225000","area":"420"} , +{"type":"Feature","id":"n343028664","geometry":{"type":"Point","coordinates":[-0.5713315,51.2352961]},"properties":{"@type":"node","@id":343028664,"@timestamp":1277495571},"coords":"51.2352961,-0.5713315","bedrooms":"3","price":"222000","area":"512"} , +{"type":"Feature","id":"n343031601","geometry":{"type":"Point","coordinates":[-0.571578,51.2350579]},"properties":{"@type":"node","@id":343031601,"@timestamp":1253571107},"coords":"51.2350579,-0.571578","bedrooms":"3","price":"172000","area":"573"} , +{"type":"Feature","id":"n343038477","geometry":{"type":"Point","coordinates":[-0.573464,51.2336998]},"properties":{"@type":"node","@id":343038477,"@timestamp":1267197375},"coords":"51.2336998,-0.573464","bedrooms":"0","price":"202000","area":"631"} , +{"type":"Feature","id":"n343046401","geometry":{"type":"Point","coordinates":[-0.571669,51.2289183]},"properties":{"@type":"node","@id":343046401,"@timestamp":1234017825},"coords":"51.2289183,-0.571669","bedrooms":"0","price":"176000","area":"606"} , +{"type":"Feature","id":"n343094958","geometry":{"type":"Point","coordinates":[-0.1110455,51.5480154]},"properties":{"@type":"node","@id":343094958,"@timestamp":1580978074},"coords":"51.5480154,-0.1110455","bedrooms":"0","price":"294000","area":"410"} , +{"type":"Feature","id":"n343156374","geometry":{"type":"Point","coordinates":[-0.6759565,51.9184232]},"properties":{"@type":"node","@id":343156374,"@timestamp":1625571102},"coords":"51.9184232,-0.6759565","bedrooms":"3","price":"165000","area":"686"} , +{"type":"Feature","id":"n343167405","geometry":{"type":"Point","coordinates":[-0.2148396,50.986795]},"properties":{"@type":"node","@id":343167405,"@timestamp":1298396571},"coords":"50.986795,-0.2148396","bedrooms":"1","price":"216000","area":"578"} , +{"type":"Feature","id":"n343167431","geometry":{"type":"Point","coordinates":[-0.1744204,51.0656022]},"properties":{"@type":"node","@id":343167431,"@timestamp":1298334002},"coords":"51.0656022,-0.1744204","bedrooms":"4","price":"198000","area":"444"} , +{"type":"Feature","id":"n343256006","geometry":{"type":"Point","coordinates":[-0.1978038,51.4571343]},"properties":{"@type":"node","@id":343256006,"@timestamp":1614015732},"coords":"51.4571343,-0.1978038","bedrooms":"4","price":"214000","area":"643"} , +{"type":"Feature","id":"n343354569","geometry":{"type":"Point","coordinates":[0.3929624,51.5608417]},"properties":{"@type":"node","@id":343354569,"@timestamp":1234092562},"coords":"51.5608417,0.3929624","bedrooms":"2","price":"261000","area":"482"} , +{"type":"Feature","id":"n343404867","geometry":{"type":"Point","coordinates":[-0.2152124,51.4630906]},"properties":{"@type":"node","@id":343404867,"@timestamp":1628350379},"coords":"51.4630906,-0.2152124","bedrooms":"4","price":"274000","area":"582"} , +{"type":"Feature","id":"n343414908","geometry":{"type":"Point","coordinates":[-0.6656806,51.2672967]},"properties":{"@type":"node","@id":343414908,"@timestamp":1466628209},"coords":"51.2672967,-0.6656806","bedrooms":"1","price":"204000","area":"433"} , +{"type":"Feature","id":"n343437630","geometry":{"type":"Point","coordinates":[-0.6479798,51.2634859]},"properties":{"@type":"node","@id":343437630,"@timestamp":1612113596},"coords":"51.2634859,-0.6479798","bedrooms":"1","price":"204000","area":"510"} , +{"type":"Feature","id":"n343470185","geometry":{"type":"Point","coordinates":[-0.1785183,51.9240904]},"properties":{"@type":"node","@id":343470185,"@timestamp":1633719284},"coords":"51.9240904,-0.1785183","bedrooms":"2","price":"275000","area":"677"} , +{"type":"Feature","id":"n343506974","geometry":{"type":"Point","coordinates":[-0.116612,51.5617662]},"properties":{"@type":"node","@id":343506974,"@timestamp":1234120386},"coords":"51.5617662,-0.116612","bedrooms":"0","price":"297000","area":"625"} , +{"type":"Feature","id":"n343508111","geometry":{"type":"Point","coordinates":[0.891989,51.3102364]},"properties":{"@type":"node","@id":343508111,"@timestamp":1536517210},"coords":"51.3102364,0.891989","bedrooms":"0","price":"200000","area":"604"} , +{"type":"Feature","id":"n343518198","geometry":{"type":"Point","coordinates":[-0.0883794,51.5928808]},"properties":{"@type":"node","@id":343518198,"@timestamp":1623435631},"coords":"51.5928808,-0.0883794","bedrooms":"0","price":"165000","area":"434"} , +{"type":"Feature","id":"n343537931","geometry":{"type":"Point","coordinates":[-0.0965641,51.58543]},"properties":{"@type":"node","@id":343537931,"@timestamp":1234126345},"coords":"51.58543,-0.0965641","bedrooms":"1","price":"288000","area":"371"} , +{"type":"Feature","id":"n343550599","geometry":{"type":"Point","coordinates":[0.6830764,51.3281421]},"properties":{"@type":"node","@id":343550599,"@timestamp":1527966849},"coords":"51.3281421,0.6830764","bedrooms":"3","price":"236000","area":"415"} , +{"type":"Feature","id":"n343572619","geometry":{"type":"Point","coordinates":[-0.7875152,51.357413]},"properties":{"@type":"node","@id":343572619,"@timestamp":1559733172},"coords":"51.357413,-0.7875152","bedrooms":"0","price":"280000","area":"566"} , +{"type":"Feature","id":"n343588087","geometry":{"type":"Point","coordinates":[-0.1067526,51.5658601]},"properties":{"@type":"node","@id":343588087,"@timestamp":1564913928},"coords":"51.5658601,-0.1067526","bedrooms":"1","price":"196000","area":"364"} , +{"type":"Feature","id":"n343588119","geometry":{"type":"Point","coordinates":[-0.1036883,51.5649944]},"properties":{"@type":"node","@id":343588119,"@timestamp":1597050929},"coords":"51.5649944,-0.1036883","bedrooms":"4","price":"289000","area":"448"} , +{"type":"Feature","id":"n343653947","geometry":{"type":"Point","coordinates":[0.8928847,51.3080004]},"properties":{"@type":"node","@id":343653947,"@timestamp":1234182658},"coords":"51.3080004,0.8928847","bedrooms":"3","price":"251000","area":"400"} , +{"type":"Feature","id":"n344101939","geometry":{"type":"Point","coordinates":[-0.0897456,51.4973845]},"properties":{"@type":"node","@id":344101939,"@timestamp":1619928809},"coords":"51.4973845,-0.0897456","bedrooms":"0","price":"197000","area":"547"} , +{"type":"Feature","id":"n344126267","geometry":{"type":"Point","coordinates":[0.8906396,51.3118857]},"properties":{"@type":"node","@id":344126267,"@timestamp":1615380294},"coords":"51.3118857,0.8906396","bedrooms":"2","price":"211000","area":"478"} , +{"type":"Feature","id":"n344245777","geometry":{"type":"Point","coordinates":[0.7574406,51.814768]},"properties":{"@type":"node","@id":344245777,"@timestamp":1296638703},"coords":"51.814768,0.7574406","bedrooms":"3","price":"185000","area":"497"} , +{"type":"Feature","id":"n344288974","geometry":{"type":"Point","coordinates":[-1.1116849,51.2610665]},"properties":{"@type":"node","@id":344288974,"@timestamp":1603559584},"coords":"51.2610665,-1.1116849","bedrooms":"4","price":"282000","area":"479"} , +{"type":"Feature","id":"n344362027","geometry":{"type":"Point","coordinates":[-0.7581376,51.4210702]},"properties":{"@type":"node","@id":344362027,"@timestamp":1572561209},"coords":"51.4210702,-0.7581376","bedrooms":"0","price":"169000","area":"610"} , +{"type":"Feature","id":"n344366698","geometry":{"type":"Point","coordinates":[-0.072589,51.4162729]},"properties":{"@type":"node","@id":344366698,"@timestamp":1345801682},"coords":"51.4162729,-0.072589","bedrooms":"1","price":"233000","area":"461"} , +{"type":"Feature","id":"n344509817","geometry":{"type":"Point","coordinates":[-0.1764084,51.2408496]},"properties":{"@type":"node","@id":344509817,"@timestamp":1610115676},"coords":"51.2408496,-0.1764084","bedrooms":"2","price":"278000","area":"615"} , +{"type":"Feature","id":"n344527149","geometry":{"type":"Point","coordinates":[-1.0877797,51.2676118]},"properties":{"@type":"node","@id":344527149,"@timestamp":1355077164},"coords":"51.2676118,-1.0877797","bedrooms":"1","price":"206000","area":"508"} , +{"type":"Feature","id":"n344527161","geometry":{"type":"Point","coordinates":[-1.088276,51.2684775]},"properties":{"@type":"node","@id":344527161,"@timestamp":1627853079},"coords":"51.2684775,-1.088276","bedrooms":"2","price":"200000","area":"355"} , +{"type":"Feature","id":"n344546638","geometry":{"type":"Point","coordinates":[-0.4259739,51.8759714]},"properties":{"@type":"node","@id":344546638,"@timestamp":1614443734},"coords":"51.8759714,-0.4259739","bedrooms":"2","price":"254000","area":"679"} , +{"type":"Feature","id":"n344682231","geometry":{"type":"Point","coordinates":[0.5480339,51.8791342]},"properties":{"@type":"node","@id":344682231,"@timestamp":1566244658},"coords":"51.8791342,0.5480339","bedrooms":"0","price":"218000","area":"380"} , +{"type":"Feature","id":"n344791683","geometry":{"type":"Point","coordinates":[-0.1121827,51.5614137]},"properties":{"@type":"node","@id":344791683,"@timestamp":1601371908},"coords":"51.5614137,-0.1121827","bedrooms":"1","price":"284000","area":"598"} , +{"type":"Feature","id":"n344873692","geometry":{"type":"Point","coordinates":[-0.10406,51.5596761]},"properties":{"@type":"node","@id":344873692,"@timestamp":1620559115},"coords":"51.5596761,-0.10406","bedrooms":"2","price":"150000","area":"506"} , +{"type":"Feature","id":"n344958697","geometry":{"type":"Point","coordinates":[-0.0931411,51.6639601]},"properties":{"@type":"node","@id":344958697,"@timestamp":1581687339},"coords":"51.6639601,-0.0931411","bedrooms":"1","price":"295000","area":"657"} , +{"type":"Feature","id":"n344965057","geometry":{"type":"Point","coordinates":[0.4226777,51.2990971]},"properties":{"@type":"node","@id":344965057,"@timestamp":1458987677},"coords":"51.2990971,0.4226777","bedrooms":"2","price":"238000","area":"379"} , +{"type":"Feature","id":"n344965101","geometry":{"type":"Point","coordinates":[0.4227987,51.3012504]},"properties":{"@type":"node","@id":344965101,"@timestamp":1382715954},"coords":"51.3012504,0.4227987","bedrooms":"4","price":"190000","area":"645"} , +{"type":"Feature","id":"n344991140","geometry":{"type":"Point","coordinates":[-0.8248777,51.1175985]},"properties":{"@type":"node","@id":344991140,"@timestamp":1544366312},"coords":"51.1175985,-0.8248777","bedrooms":"0","price":"260000","area":"537"} , +{"type":"Feature","id":"n345149405","geometry":{"type":"Point","coordinates":[0.0659999,51.4535415]},"properties":{"@type":"node","@id":345149405,"@timestamp":1582383434},"coords":"51.4535415,0.0659999","bedrooms":"0","price":"247000","area":"532"} , +{"type":"Feature","id":"n345207088","geometry":{"type":"Point","coordinates":[0.5253715,51.3721333]},"properties":{"@type":"node","@id":345207088,"@timestamp":1293565830},"coords":"51.3721333,0.5253715","bedrooms":"2","price":"156000","area":"559"} , +{"type":"Feature","id":"n345211807","geometry":{"type":"Point","coordinates":[-0.0304616,51.1282613]},"properties":{"@type":"node","@id":345211807,"@timestamp":1617636476},"coords":"51.1282613,-0.0304616","bedrooms":"0","price":"253000","area":"522"} , +{"type":"Feature","id":"n345253961","geometry":{"type":"Point","coordinates":[-0.2713957,51.9644669]},"properties":{"@type":"node","@id":345253961,"@timestamp":1507635728},"coords":"51.9644669,-0.2713957","bedrooms":"1","price":"283000","area":"671"} , +{"type":"Feature","id":"n345273249","geometry":{"type":"Point","coordinates":[0.5412748,51.3534164]},"properties":{"@type":"node","@id":345273249,"@timestamp":1541939984},"coords":"51.3534164,0.5412748","bedrooms":"3","price":"264000","area":"561"} , +{"type":"Feature","id":"n345282556","geometry":{"type":"Point","coordinates":[0.5381078,51.3381562]},"properties":{"@type":"node","@id":345282556,"@timestamp":1541939984},"coords":"51.3381562,0.5381078","bedrooms":"0","price":"199000","area":"548"} , +{"type":"Feature","id":"n345282639","geometry":{"type":"Point","coordinates":[0.5407604,51.339124]},"properties":{"@type":"node","@id":345282639,"@timestamp":1527520691},"coords":"51.339124,0.5407604","bedrooms":"3","price":"218000","area":"625"} , +{"type":"Feature","id":"n345284091","geometry":{"type":"Point","coordinates":[0.6170483,51.3616288]},"properties":{"@type":"node","@id":345284091,"@timestamp":1543944297},"coords":"51.3616288,0.6170483","bedrooms":"2","price":"289000","area":"686"} , +{"type":"Feature","id":"n345310242","geometry":{"type":"Point","coordinates":[0.6046661,51.3415365]},"properties":{"@type":"node","@id":345310242,"@timestamp":1628785147},"coords":"51.3415365,0.6046661","bedrooms":"1","price":"150000","area":"688"} , +{"type":"Feature","id":"n345324214","geometry":{"type":"Point","coordinates":[0.5397318,51.3561358]},"properties":{"@type":"node","@id":345324214,"@timestamp":1577557927},"coords":"51.3561358,0.5397318","bedrooms":"4","price":"272000","area":"443"} , +{"type":"Feature","id":"n345324279","geometry":{"type":"Point","coordinates":[0.5436292,51.3563529]},"properties":{"@type":"node","@id":345324279,"@timestamp":1517052964},"coords":"51.3563529,0.5436292","bedrooms":"3","price":"188000","area":"619"} , +{"type":"Feature","id":"n345331726","geometry":{"type":"Point","coordinates":[-0.9046511,51.0809411]},"properties":{"@type":"node","@id":345331726,"@timestamp":1431716056},"coords":"51.0809411,-0.9046511","bedrooms":"2","price":"225000","area":"649"} , +{"type":"Feature","id":"n345354777","geometry":{"type":"Point","coordinates":[0.7219481,51.3031489]},"properties":{"@type":"node","@id":345354777,"@timestamp":1486373255},"coords":"51.3031489,0.7219481","bedrooms":"4","price":"173000","area":"465"} , +{"type":"Feature","id":"n345379345","geometry":{"type":"Point","coordinates":[0.0893541,51.7756861]},"properties":{"@type":"node","@id":345379345,"@timestamp":1633014393},"coords":"51.7756861,0.0893541","bedrooms":"1","price":"160000","area":"589"} , +{"type":"Feature","id":"n345380934","geometry":{"type":"Point","coordinates":[-0.0262042,51.5745108]},"properties":{"@type":"node","@id":345380934,"@timestamp":1234649721},"coords":"51.5745108,-0.0262042","bedrooms":"2","price":"164000","area":"691"} , +{"type":"Feature","id":"n345399700","geometry":{"type":"Point","coordinates":[-0.2160296,51.3605601]},"properties":{"@type":"node","@id":345399700,"@timestamp":1234652769},"coords":"51.3605601,-0.2160296","bedrooms":"2","price":"293000","area":"458"} , +{"type":"Feature","id":"n345426837","geometry":{"type":"Point","coordinates":[0.7625136,51.4420236]},"properties":{"@type":"node","@id":345426837,"@timestamp":1509395697},"coords":"51.4420236,0.7625136","bedrooms":"2","price":"251000","area":"528"} , +{"type":"Feature","id":"n345438135","geometry":{"type":"Point","coordinates":[0.8040532,51.4325613]},"properties":{"@type":"node","@id":345438135,"@timestamp":1573049286},"coords":"51.4325613,0.8040532","bedrooms":"0","price":"185000","area":"641"} , +{"type":"Feature","id":"n345529554","geometry":{"type":"Point","coordinates":[0.0535218,51.3313237]},"properties":{"@type":"node","@id":345529554,"@timestamp":1407706064},"coords":"51.3313237,0.0535218","bedrooms":"2","price":"268000","area":"555"} , +{"type":"Feature","id":"n345628102","geometry":{"type":"Point","coordinates":[-0.3048191,51.3929815]},"properties":{"@type":"node","@id":345628102,"@timestamp":1600189447},"coords":"51.3929815,-0.3048191","bedrooms":"1","price":"187000","area":"574"} , +{"type":"Feature","id":"n345775039","geometry":{"type":"Point","coordinates":[0.5011053,51.7176337]},"properties":{"@type":"node","@id":345775039,"@timestamp":1401056352},"coords":"51.7176337,0.5011053","bedrooms":"4","price":"199000","area":"451"} , +{"type":"Feature","id":"n345777078","geometry":{"type":"Point","coordinates":[0.5045567,51.390162]},"properties":{"@type":"node","@id":345777078,"@timestamp":1254605954},"coords":"51.390162,0.5045567","bedrooms":"3","price":"211000","area":"387"} , +{"type":"Feature","id":"n345793895","geometry":{"type":"Point","coordinates":[0.6185824,51.3672594]},"properties":{"@type":"node","@id":345793895,"@timestamp":1234728058},"coords":"51.3672594,0.6185824","bedrooms":"3","price":"283000","area":"630"} , +{"type":"Feature","id":"n345817690","geometry":{"type":"Point","coordinates":[0.7340987,51.3441418]},"properties":{"@type":"node","@id":345817690,"@timestamp":1589911887},"coords":"51.3441418,0.7340987","bedrooms":"1","price":"221000","area":"641"} , +{"type":"Feature","id":"n345832479","geometry":{"type":"Point","coordinates":[0.7281915,51.3734021]},"properties":{"@type":"node","@id":345832479,"@timestamp":1418880817},"coords":"51.3734021,0.7281915","bedrooms":"2","price":"244000","area":"571"} , +{"type":"Feature","id":"n345832892","geometry":{"type":"Point","coordinates":[-0.1026869,51.539935]},"properties":{"@type":"node","@id":345832892,"@timestamp":1234736595},"coords":"51.539935,-0.1026869","bedrooms":"1","price":"190000","area":"406"} , +{"type":"Feature","id":"n345838183","geometry":{"type":"Point","coordinates":[-0.1289465,51.5033591]},"properties":{"@type":"node","@id":345838183,"@timestamp":1448303840},"coords":"51.5033591,-0.1289465","bedrooms":"0","price":"172000","area":"456"} , +{"type":"Feature","id":"n345848448","geometry":{"type":"Point","coordinates":[0.5856776,51.3528814]},"properties":{"@type":"node","@id":345848448,"@timestamp":1543944299},"coords":"51.3528814,0.5856776","bedrooms":"3","price":"197000","area":"420"} , +{"type":"Feature","id":"n345851808","geometry":{"type":"Point","coordinates":[0.5861268,51.3460426]},"properties":{"@type":"node","@id":345851808,"@timestamp":1403159839},"coords":"51.3460426,0.5861268","bedrooms":"0","price":"263000","area":"530"} , +{"type":"Feature","id":"n345858626","geometry":{"type":"Point","coordinates":[0.793743,51.4120269]},"properties":{"@type":"node","@id":345858626,"@timestamp":1572010615},"coords":"51.4120269,0.793743","bedrooms":"2","price":"188000","area":"605"} , +{"type":"Feature","id":"n345865636","geometry":{"type":"Point","coordinates":[-0.1252876,51.4853772]},"properties":{"@type":"node","@id":345865636,"@timestamp":1616269554},"coords":"51.4853772,-0.1252876","bedrooms":"2","price":"249000","area":"385"} , +{"type":"Feature","id":"n345876970","geometry":{"type":"Point","coordinates":[-0.1305623,51.5077837]},"properties":{"@type":"node","@id":345876970,"@timestamp":1535902611},"coords":"51.5077837,-0.1305623","bedrooms":"2","price":"199000","area":"396"} , +{"type":"Feature","id":"n345878661","geometry":{"type":"Point","coordinates":[0.75963,51.4412936]},"properties":{"@type":"node","@id":345878661,"@timestamp":1237568000},"coords":"51.4412936,0.75963","bedrooms":"4","price":"201000","area":"400"} , +{"type":"Feature","id":"n345882460","geometry":{"type":"Point","coordinates":[-1.0853595,51.2659522]},"properties":{"@type":"node","@id":345882460,"@timestamp":1263921375},"coords":"51.2659522,-1.0853595","bedrooms":"4","price":"249000","area":"625"} , +{"type":"Feature","id":"n346102720","geometry":{"type":"Point","coordinates":[0.5952864,51.3483767]},"properties":{"@type":"node","@id":346102720,"@timestamp":1403159839},"coords":"51.3483767,0.5952864","bedrooms":"0","price":"187000","area":"433"} , +{"type":"Feature","id":"n346106863","geometry":{"type":"Point","coordinates":[0.592038,51.3555387]},"properties":{"@type":"node","@id":346106863,"@timestamp":1403305316},"coords":"51.3555387,0.592038","bedrooms":"0","price":"265000","area":"634"} , +{"type":"Feature","id":"n346274257","geometry":{"type":"Point","coordinates":[0.6425471,51.7977603]},"properties":{"@type":"node","@id":346274257,"@timestamp":1447867018},"coords":"51.7977603,0.6425471","bedrooms":"4","price":"245000","area":"577"} , +{"type":"Feature","id":"n346294800","geometry":{"type":"Point","coordinates":[0.515603,51.3821367]},"properties":{"@type":"node","@id":346294800,"@timestamp":1234812018},"coords":"51.3821367,0.515603","bedrooms":"2","price":"217000","area":"695"} , +{"type":"Feature","id":"n346298813","geometry":{"type":"Point","coordinates":[0.4925141,51.3809512]},"properties":{"@type":"node","@id":346298813,"@timestamp":1234812301},"coords":"51.3809512,0.4925141","bedrooms":"4","price":"228000","area":"692"} , +{"type":"Feature","id":"n346299059","geometry":{"type":"Point","coordinates":[0.5041806,51.3844784]},"properties":{"@type":"node","@id":346299059,"@timestamp":1234812322},"coords":"51.3844784,0.5041806","bedrooms":"1","price":"186000","area":"360"} , +{"type":"Feature","id":"n346299189","geometry":{"type":"Point","coordinates":[0.4994375,51.3701816]},"properties":{"@type":"node","@id":346299189,"@timestamp":1400570096},"coords":"51.3701816,0.4994375","bedrooms":"2","price":"220000","area":"549"} , +{"type":"Feature","id":"n346299619","geometry":{"type":"Point","coordinates":[0.5007497,51.3538331]},"properties":{"@type":"node","@id":346299619,"@timestamp":1254324904},"coords":"51.3538331,0.5007497","bedrooms":"2","price":"274000","area":"492"} , +{"type":"Feature","id":"n346299846","geometry":{"type":"Point","coordinates":[0.5059852,51.3733872]},"properties":{"@type":"node","@id":346299846,"@timestamp":1545403615},"coords":"51.3733872,0.5059852","bedrooms":"1","price":"211000","area":"556"} , +{"type":"Feature","id":"n346299969","geometry":{"type":"Point","coordinates":[0.5046507,51.3595125]},"properties":{"@type":"node","@id":346299969,"@timestamp":1545911052},"coords":"51.3595125,0.5046507","bedrooms":"1","price":"232000","area":"377"} , +{"type":"Feature","id":"n346309690","geometry":{"type":"Point","coordinates":[0.5504843,51.3836329]},"properties":{"@type":"node","@id":346309690,"@timestamp":1532590296},"coords":"51.3836329,0.5504843","bedrooms":"0","price":"254000","area":"584"} , +{"type":"Feature","id":"n346325541","geometry":{"type":"Point","coordinates":[0.600816,51.3655507]},"properties":{"@type":"node","@id":346325541,"@timestamp":1234815704},"coords":"51.3655507,0.600816","bedrooms":"3","price":"210000","area":"487"} , +{"type":"Feature","id":"n346335489","geometry":{"type":"Point","coordinates":[0.6119786,51.3600609]},"properties":{"@type":"node","@id":346335489,"@timestamp":1484522947},"coords":"51.3600609,0.6119786","bedrooms":"1","price":"207000","area":"631"} , +{"type":"Feature","id":"n346342233","geometry":{"type":"Point","coordinates":[0.5978337,51.3431187]},"properties":{"@type":"node","@id":346342233,"@timestamp":1258914606},"coords":"51.3431187,0.5978337","bedrooms":"2","price":"171000","area":"464"} , +{"type":"Feature","id":"n346359402","geometry":{"type":"Point","coordinates":[-0.125652,51.506532]},"properties":{"@type":"node","@id":346359402,"@timestamp":1559138765},"coords":"51.506532,-0.125652","bedrooms":"4","price":"213000","area":"393"} , +{"type":"Feature","id":"n346449310","geometry":{"type":"Point","coordinates":[-1.1121427,51.3413634]},"properties":{"@type":"node","@id":346449310,"@timestamp":1234834340},"coords":"51.3413634,-1.1121427","bedrooms":"1","price":"288000","area":"690"} , +{"type":"Feature","id":"n346582389","geometry":{"type":"Point","coordinates":[0.6089352,51.3638121]},"properties":{"@type":"node","@id":346582389,"@timestamp":1392277946},"coords":"51.3638121,0.6089352","bedrooms":"0","price":"185000","area":"539"} , +{"type":"Feature","id":"n346877990","geometry":{"type":"Point","coordinates":[0.6236669,51.3677305]},"properties":{"@type":"node","@id":346877990,"@timestamp":1459076550},"coords":"51.3677305,0.6236669","bedrooms":"4","price":"223000","area":"418"} , +{"type":"Feature","id":"n346878468","geometry":{"type":"Point","coordinates":[0.6246625,51.3700171]},"properties":{"@type":"node","@id":346878468,"@timestamp":1352208389},"coords":"51.3700171,0.6246625","bedrooms":"4","price":"293000","area":"514"} , +{"type":"Feature","id":"n346899279","geometry":{"type":"Point","coordinates":[0.5947001,51.9413454]},"properties":{"@type":"node","@id":346899279,"@timestamp":1330812120},"coords":"51.9413454,0.5947001","bedrooms":"1","price":"154000","area":"365"} , +{"type":"Feature","id":"n346909909","geometry":{"type":"Point","coordinates":[0.6409498,51.9422022]},"properties":{"@type":"node","@id":346909909,"@timestamp":1544173038},"coords":"51.9422022,0.6409498","bedrooms":"1","price":"226000","area":"496"} , +{"type":"Feature","id":"n347049298","geometry":{"type":"Point","coordinates":[0.6664347,51.350883]},"properties":{"@type":"node","@id":347049298,"@timestamp":1459072113},"coords":"51.350883,0.6664347","bedrooms":"1","price":"168000","area":"400"} , +{"type":"Feature","id":"n347144006","geometry":{"type":"Point","coordinates":[-0.1272452,51.5004212]},"properties":{"@type":"node","@id":347144006,"@timestamp":1573665206},"coords":"51.5004212,-0.1272452","bedrooms":"1","price":"223000","area":"613"} , +{"type":"Feature","id":"n347147067","geometry":{"type":"Point","coordinates":[-0.127698,51.5023101]},"properties":{"@type":"node","@id":347147067,"@timestamp":1521154153},"coords":"51.5023101,-0.127698","bedrooms":"1","price":"295000","area":"527"} , +{"type":"Feature","id":"n347161474","geometry":{"type":"Point","coordinates":[-1.0760513,51.3255545]},"properties":{"@type":"node","@id":347161474,"@timestamp":1234918911},"coords":"51.3255545,-1.0760513","bedrooms":"2","price":"184000","area":"691"} , +{"type":"Feature","id":"n347265400","geometry":{"type":"Point","coordinates":[0.5925913,51.3746174]},"properties":{"@type":"node","@id":347265400,"@timestamp":1316679351},"coords":"51.3746174,0.5925913","bedrooms":"4","price":"232000","area":"527"} , +{"type":"Feature","id":"n347277108","geometry":{"type":"Point","coordinates":[-0.0983344,51.4963045]},"properties":{"@type":"node","@id":347277108,"@timestamp":1630358371},"coords":"51.4963045,-0.0983344","bedrooms":"2","price":"236000","area":"398"} , +{"type":"Feature","id":"n347302151","geometry":{"type":"Point","coordinates":[0.5143126,51.383379]},"properties":{"@type":"node","@id":347302151,"@timestamp":1543800569},"coords":"51.383379,0.5143126","bedrooms":"1","price":"223000","area":"695"} , +{"type":"Feature","id":"n347315041","geometry":{"type":"Point","coordinates":[-0.1057663,51.5474462]},"properties":{"@type":"node","@id":347315041,"@timestamp":1436277375},"coords":"51.5474462,-0.1057663","bedrooms":"1","price":"227000","area":"489"} , +{"type":"Feature","id":"n347342229","geometry":{"type":"Point","coordinates":[0.5956953,51.3480669]},"properties":{"@type":"node","@id":347342229,"@timestamp":1403159798},"coords":"51.3480669,0.5956953","bedrooms":"4","price":"159000","area":"586"} , +{"type":"Feature","id":"n347349047","geometry":{"type":"Point","coordinates":[0.5801449,51.3641683]},"properties":{"@type":"node","@id":347349047,"@timestamp":1236521976},"coords":"51.3641683,0.5801449","bedrooms":"3","price":"249000","area":"413"} , +{"type":"Feature","id":"n347356406","geometry":{"type":"Point","coordinates":[0.6065911,51.3590573]},"properties":{"@type":"node","@id":347356406,"@timestamp":1275381126},"coords":"51.3590573,0.6065911","bedrooms":"2","price":"223000","area":"579"} , +{"type":"Feature","id":"n347398344","geometry":{"type":"Point","coordinates":[0.5004568,51.7108856]},"properties":{"@type":"node","@id":347398344,"@timestamp":1236807083},"coords":"51.7108856,0.5004568","bedrooms":"2","price":"189000","area":"431"} , +{"type":"Feature","id":"n347406760","geometry":{"type":"Point","coordinates":[0.5545337,51.3635474]},"properties":{"@type":"node","@id":347406760,"@timestamp":1515244291},"coords":"51.3635474,0.5545337","bedrooms":"3","price":"219000","area":"628"} , +{"type":"Feature","id":"n347419938","geometry":{"type":"Point","coordinates":[-0.08685,51.5060052]},"properties":{"@type":"node","@id":347419938,"@timestamp":1530875384},"coords":"51.5060052,-0.08685","bedrooms":"0","price":"202000","area":"589"} , +{"type":"Feature","id":"n347539282","geometry":{"type":"Point","coordinates":[-0.079299,51.5180132]},"properties":{"@type":"node","@id":347539282,"@timestamp":1597497065},"coords":"51.5180132,-0.079299","bedrooms":"3","price":"157000","area":"679"} , +{"type":"Feature","id":"n347622089","geometry":{"type":"Point","coordinates":[0.5497405,51.3909978]},"properties":{"@type":"node","@id":347622089,"@timestamp":1592834205},"coords":"51.3909978,0.5497405","bedrooms":"1","price":"261000","area":"478"} , +{"type":"Feature","id":"n347693546","geometry":{"type":"Point","coordinates":[0.1861895,51.4783222]},"properties":{"@type":"node","@id":347693546,"@timestamp":1235077295},"coords":"51.4783222,0.1861895","bedrooms":"3","price":"271000","area":"547"} , +{"type":"Feature","id":"n348022129","geometry":{"type":"Point","coordinates":[-0.7376218,51.6172201]},"properties":{"@type":"node","@id":348022129,"@timestamp":1396859312},"coords":"51.6172201,-0.7376218","bedrooms":"3","price":"249000","area":"683"} , +{"type":"Feature","id":"n348051424","geometry":{"type":"Point","coordinates":[-0.1121231,51.5462197]},"properties":{"@type":"node","@id":348051424,"@timestamp":1235144245},"coords":"51.5462197,-0.1121231","bedrooms":"0","price":"265000","area":"359"} , +{"type":"Feature","id":"n348069407","geometry":{"type":"Point","coordinates":[-0.1028988,51.5430054]},"properties":{"@type":"node","@id":348069407,"@timestamp":1618338794},"coords":"51.5430054,-0.1028988","bedrooms":"3","price":"198000","area":"521"} , +{"type":"Feature","id":"n348073486","geometry":{"type":"Point","coordinates":[-0.6595783,51.2957972]},"properties":{"@type":"node","@id":348073486,"@timestamp":1235397187},"coords":"51.2957972,-0.6595783","bedrooms":"4","price":"152000","area":"557"} , +{"type":"Feature","id":"n348116227","geometry":{"type":"Point","coordinates":[-0.1063232,51.5478334]},"properties":{"@type":"node","@id":348116227,"@timestamp":1235162121},"coords":"51.5478334,-0.1063232","bedrooms":"4","price":"299000","area":"570"} , +{"type":"Feature","id":"n348116259","geometry":{"type":"Point","coordinates":[-0.1066126,51.5480237]},"properties":{"@type":"node","@id":348116259,"@timestamp":1436277378},"coords":"51.5480237,-0.1066126","bedrooms":"2","price":"248000","area":"452"} , +{"type":"Feature","id":"n348275892","geometry":{"type":"Point","coordinates":[-0.6370798,51.3012456]},"properties":{"@type":"node","@id":348275892,"@timestamp":1445792660},"coords":"51.3012456,-0.6370798","bedrooms":"2","price":"186000","area":"539"} , +{"type":"Feature","id":"n348287511","geometry":{"type":"Point","coordinates":[-0.6298341,51.3013313]},"properties":{"@type":"node","@id":348287511,"@timestamp":1235228236},"coords":"51.3013313,-0.6298341","bedrooms":"2","price":"263000","area":"452"} , +{"type":"Feature","id":"n348310256","geometry":{"type":"Point","coordinates":[-0.1022254,51.5396178]},"properties":{"@type":"node","@id":348310256,"@timestamp":1567474075},"coords":"51.5396178,-0.1022254","bedrooms":"3","price":"240000","area":"506"} , +{"type":"Feature","id":"n348311301","geometry":{"type":"Point","coordinates":[-0.1023519,51.5398558]},"properties":{"@type":"node","@id":348311301,"@timestamp":1476828988},"coords":"51.5398558,-0.1023519","bedrooms":"2","price":"198000","area":"670"} , +{"type":"Feature","id":"n348357927","geometry":{"type":"Point","coordinates":[-0.1028286,51.5378495]},"properties":{"@type":"node","@id":348357927,"@timestamp":1235235954},"coords":"51.5378495,-0.1028286","bedrooms":"0","price":"206000","area":"365"} , +{"type":"Feature","id":"n348357949","geometry":{"type":"Point","coordinates":[-0.1024857,51.5387351]},"properties":{"@type":"node","@id":348357949,"@timestamp":1485472928},"coords":"51.5387351,-0.1024857","bedrooms":"0","price":"189000","area":"670"} , +{"type":"Feature","id":"n348379525","geometry":{"type":"Point","coordinates":[0.8300434,51.8794165]},"properties":{"@type":"node","@id":348379525,"@timestamp":1460181822},"coords":"51.8794165,0.8300434","bedrooms":"3","price":"176000","area":"684"} , +{"type":"Feature","id":"n348407599","geometry":{"type":"Point","coordinates":[-0.6555748,51.9148318]},"properties":{"@type":"node","@id":348407599,"@timestamp":1292244534},"coords":"51.9148318,-0.6555748","bedrooms":"1","price":"201000","area":"488"} , +{"type":"Feature","id":"n348414892","geometry":{"type":"Point","coordinates":[-0.1064266,51.53318]},"properties":{"@type":"node","@id":348414892,"@timestamp":1568568263},"coords":"51.53318,-0.1064266","bedrooms":"0","price":"161000","area":"687"} , +{"type":"Feature","id":"n348426449","geometry":{"type":"Point","coordinates":[-0.1057503,51.5339834]},"properties":{"@type":"node","@id":348426449,"@timestamp":1568520394},"coords":"51.5339834,-0.1057503","bedrooms":"0","price":"298000","area":"446"} , +{"type":"Feature","id":"n348461560","geometry":{"type":"Point","coordinates":[-0.6648715,51.9157816]},"properties":{"@type":"node","@id":348461560,"@timestamp":1320168227},"coords":"51.9157816,-0.6648715","bedrooms":"4","price":"269000","area":"364"} , +{"type":"Feature","id":"n348496999","geometry":{"type":"Point","coordinates":[0.0601381,51.5545738]},"properties":{"@type":"node","@id":348496999,"@timestamp":1239149555},"coords":"51.5545738,0.0601381","bedrooms":"3","price":"289000","area":"480"} , +{"type":"Feature","id":"n348551027","geometry":{"type":"Point","coordinates":[0.5522153,51.3950993]},"properties":{"@type":"node","@id":348551027,"@timestamp":1516558250},"coords":"51.3950993,0.5522153","bedrooms":"3","price":"198000","area":"379"} , +{"type":"Feature","id":"n348605373","geometry":{"type":"Point","coordinates":[0.5352586,51.3976666]},"properties":{"@type":"node","@id":348605373,"@timestamp":1235254197},"coords":"51.3976666,0.5352586","bedrooms":"1","price":"216000","area":"674"} , +{"type":"Feature","id":"n348615598","geometry":{"type":"Point","coordinates":[0.5031879,51.3904822]},"properties":{"@type":"node","@id":348615598,"@timestamp":1549332575},"coords":"51.3904822,0.5031879","bedrooms":"4","price":"231000","area":"691"} , +{"type":"Feature","id":"n348713724","geometry":{"type":"Point","coordinates":[-0.1056061,51.5341519]},"properties":{"@type":"node","@id":348713724,"@timestamp":1621335494},"coords":"51.5341519,-0.1056061","bedrooms":"4","price":"222000","area":"353"} , +{"type":"Feature","id":"n348714086","geometry":{"type":"Point","coordinates":[-0.1049861,51.5347886]},"properties":{"@type":"node","@id":348714086,"@timestamp":1478614138},"coords":"51.5347886,-0.1049861","bedrooms":"1","price":"192000","area":"534"} , +{"type":"Feature","id":"n348813045","geometry":{"type":"Point","coordinates":[0.8047596,51.4269881]},"properties":{"@type":"node","@id":348813045,"@timestamp":1237568006},"coords":"51.4269881,0.8047596","bedrooms":"4","price":"182000","area":"629"} , +{"type":"Feature","id":"n348867089","geometry":{"type":"Point","coordinates":[-0.131813,51.511115]},"properties":{"@type":"node","@id":348867089,"@timestamp":1488424371},"coords":"51.511115,-0.131813","bedrooms":"0","price":"195000","area":"699"} , +{"type":"Feature","id":"n348911273","geometry":{"type":"Point","coordinates":[-0.133452,51.51186]},"properties":{"@type":"node","@id":348911273,"@timestamp":1521369714},"coords":"51.51186,-0.133452","bedrooms":"2","price":"284000","area":"479"} , +{"type":"Feature","id":"n349058797","geometry":{"type":"Point","coordinates":[0.8140508,51.4221052]},"properties":{"@type":"node","@id":349058797,"@timestamp":1254238168},"coords":"51.4221052,0.8140508","bedrooms":"4","price":"168000","area":"598"} , +{"type":"Feature","id":"n349081299","geometry":{"type":"Point","coordinates":[-0.1030557,51.5413169]},"properties":{"@type":"node","@id":349081299,"@timestamp":1235306056},"coords":"51.5413169,-0.1030557","bedrooms":"0","price":"210000","area":"465"} , +{"type":"Feature","id":"n349095504","geometry":{"type":"Point","coordinates":[0.8539298,51.3987283]},"properties":{"@type":"node","@id":349095504,"@timestamp":1237568024},"coords":"51.3987283,0.8539298","bedrooms":"0","price":"160000","area":"542"} , +{"type":"Feature","id":"n349132749","geometry":{"type":"Point","coordinates":[0.8629394,51.8763794]},"properties":{"@type":"node","@id":349132749,"@timestamp":1598242960},"coords":"51.8763794,0.8629394","bedrooms":"1","price":"282000","area":"586"} , +{"type":"Feature","id":"n349153569","geometry":{"type":"Point","coordinates":[-0.6742853,51.9221823]},"properties":{"@type":"node","@id":349153569,"@timestamp":1625571098},"coords":"51.9221823,-0.6742853","bedrooms":"4","price":"298000","area":"417"} , +{"type":"Feature","id":"n349165317","geometry":{"type":"Point","coordinates":[-0.6314072,51.2926029]},"properties":{"@type":"node","@id":349165317,"@timestamp":1235397185},"coords":"51.2926029,-0.6314072","bedrooms":"2","price":"207000","area":"501"} , +{"type":"Feature","id":"n349205003","geometry":{"type":"Point","coordinates":[-0.3698456,51.7116766]},"properties":{"@type":"node","@id":349205003,"@timestamp":1501380853},"coords":"51.7116766,-0.3698456","bedrooms":"1","price":"210000","area":"549"} , +{"type":"Feature","id":"n349254434","geometry":{"type":"Point","coordinates":[0.8864326,51.3138934]},"properties":{"@type":"node","@id":349254434,"@timestamp":1236563039},"coords":"51.3138934,0.8864326","bedrooms":"0","price":"270000","area":"503"} , +{"type":"Feature","id":"n349259220","geometry":{"type":"Point","coordinates":[-0.5933096,51.6278952]},"properties":{"@type":"node","@id":349259220,"@timestamp":1235397132},"coords":"51.6278952,-0.5933096","bedrooms":"3","price":"155000","area":"369"} , +{"type":"Feature","id":"n349260985","geometry":{"type":"Point","coordinates":[-0.519559,51.2074115]},"properties":{"@type":"node","@id":349260985,"@timestamp":1235331650},"coords":"51.2074115,-0.519559","bedrooms":"1","price":"236000","area":"518"} , +{"type":"Feature","id":"n349261022","geometry":{"type":"Point","coordinates":[-0.5197433,51.2063505]},"properties":{"@type":"node","@id":349261022,"@timestamp":1235331652},"coords":"51.2063505,-0.5197433","bedrooms":"3","price":"240000","area":"436"} , +{"type":"Feature","id":"n349334821","geometry":{"type":"Point","coordinates":[0.7094143,51.0661195]},"properties":{"@type":"node","@id":349334821,"@timestamp":1235346302},"coords":"51.0661195,0.7094143","bedrooms":"2","price":"161000","area":"526"} , +{"type":"Feature","id":"n350200830","geometry":{"type":"Point","coordinates":[0.8913912,51.3143468]},"properties":{"@type":"node","@id":350200830,"@timestamp":1616712531},"coords":"51.3143468,0.8913912","bedrooms":"2","price":"225000","area":"570"} , +{"type":"Feature","id":"n350201554","geometry":{"type":"Point","coordinates":[0.8904903,51.3151448]},"properties":{"@type":"node","@id":350201554,"@timestamp":1613754115},"coords":"51.3151448,0.8904903","bedrooms":"1","price":"207000","area":"525"} , +{"type":"Feature","id":"n350201989","geometry":{"type":"Point","coordinates":[0.8889413,51.3164308]},"properties":{"@type":"node","@id":350201989,"@timestamp":1615566939},"coords":"51.3164308,0.8889413","bedrooms":"4","price":"197000","area":"415"} , +{"type":"Feature","id":"n350301355","geometry":{"type":"Point","coordinates":[0.8778856,51.3163824]},"properties":{"@type":"node","@id":350301355,"@timestamp":1568200223},"coords":"51.3163824,0.8778856","bedrooms":"1","price":"254000","area":"566"} , +{"type":"Feature","id":"n350373472","geometry":{"type":"Point","coordinates":[0.5520458,51.8969307]},"properties":{"@type":"node","@id":350373472,"@timestamp":1235414478},"coords":"51.8969307,0.5520458","bedrooms":"2","price":"273000","area":"399"} , +{"type":"Feature","id":"n350437608","geometry":{"type":"Point","coordinates":[-0.1091368,51.5157816]},"properties":{"@type":"node","@id":350437608,"@timestamp":1539294847},"coords":"51.5157816,-0.1091368","bedrooms":"0","price":"229000","area":"449"} , +{"type":"Feature","id":"n350566089","geometry":{"type":"Point","coordinates":[0.8928892,51.8897825]},"properties":{"@type":"node","@id":350566089,"@timestamp":1380992395},"coords":"51.8897825,0.8928892","bedrooms":"1","price":"245000","area":"481"} , +{"type":"Feature","id":"n350593455","geometry":{"type":"Point","coordinates":[0.0714863,51.384747]},"properties":{"@type":"node","@id":350593455,"@timestamp":1330812196},"coords":"51.384747,0.0714863","bedrooms":"3","price":"244000","area":"593"} , +{"type":"Feature","id":"n350616314","geometry":{"type":"Point","coordinates":[0.7401378,51.3612635]},"properties":{"@type":"node","@id":350616314,"@timestamp":1570212979},"coords":"51.3612635,0.7401378","bedrooms":"1","price":"268000","area":"519"} , +{"type":"Feature","id":"n350676045","geometry":{"type":"Point","coordinates":[-1.0807138,51.3468774]},"properties":{"@type":"node","@id":350676045,"@timestamp":1496238921},"coords":"51.3468774,-1.0807138","bedrooms":"2","price":"231000","area":"453"} , +{"type":"Feature","id":"n350687677","geometry":{"type":"Point","coordinates":[-0.0996457,51.4007409]},"properties":{"@type":"node","@id":350687677,"@timestamp":1625566969},"coords":"51.4007409,-0.0996457","bedrooms":"1","price":"263000","area":"667"} , +{"type":"Feature","id":"n350912769","geometry":{"type":"Point","coordinates":[0.6751785,51.777897]},"properties":{"@type":"node","@id":350912769,"@timestamp":1600689316},"coords":"51.777897,0.6751785","bedrooms":"3","price":"273000","area":"351"} , +{"type":"Feature","id":"n351433639","geometry":{"type":"Point","coordinates":[0.6014472,51.6787088]},"properties":{"@type":"node","@id":351433639,"@timestamp":1298280967},"coords":"51.6787088,0.6014472","bedrooms":"1","price":"184000","area":"661"} , +{"type":"Feature","id":"n351869119","geometry":{"type":"Point","coordinates":[0.8803269,51.8840202]},"properties":{"@type":"node","@id":351869119,"@timestamp":1528915176},"coords":"51.8840202,0.8803269","bedrooms":"1","price":"161000","area":"609"} , +{"type":"Feature","id":"n351927712","geometry":{"type":"Point","coordinates":[0.7623902,51.877503]},"properties":{"@type":"node","@id":351927712,"@timestamp":1581281947},"coords":"51.877503,0.7623902","bedrooms":"0","price":"233000","area":"381"} , +{"type":"Feature","id":"n351967269","geometry":{"type":"Point","coordinates":[-1.0612046,51.3304935]},"properties":{"@type":"node","@id":351967269,"@timestamp":1549318985},"coords":"51.3304935,-1.0612046","bedrooms":"0","price":"232000","area":"527"} , +{"type":"Feature","id":"n352645703","geometry":{"type":"Point","coordinates":[-0.0844761,51.529316]},"properties":{"@type":"node","@id":352645703,"@timestamp":1349097065},"coords":"51.529316,-0.0844761","bedrooms":"0","price":"279000","area":"675"} , +{"type":"Feature","id":"n352673650","geometry":{"type":"Point","coordinates":[-0.1387827,51.5086375]},"properties":{"@type":"node","@id":352673650,"@timestamp":1592154032},"coords":"51.5086375,-0.1387827","bedrooms":"2","price":"180000","area":"633"} , +{"type":"Feature","id":"n352814308","geometry":{"type":"Point","coordinates":[0.5631367,51.4198744]},"properties":{"@type":"node","@id":352814308,"@timestamp":1546104770},"coords":"51.4198744,0.5631367","bedrooms":"2","price":"253000","area":"664"} , +{"type":"Feature","id":"n352844656","geometry":{"type":"Point","coordinates":[0.5072687,51.7194543]},"properties":{"@type":"node","@id":352844656,"@timestamp":1235599915},"coords":"51.7194543,0.5072687","bedrooms":"1","price":"214000","area":"555"} , +{"type":"Feature","id":"n352862828","geometry":{"type":"Point","coordinates":[-1.0612585,51.3285649]},"properties":{"@type":"node","@id":352862828,"@timestamp":1353019525},"coords":"51.3285649,-1.0612585","bedrooms":"3","price":"163000","area":"645"} , +{"type":"Feature","id":"n352866978","geometry":{"type":"Point","coordinates":[0.8787025,51.3299761]},"properties":{"@type":"node","@id":352866978,"@timestamp":1236562995},"coords":"51.3299761,0.8787025","bedrooms":"0","price":"275000","area":"421"} , +{"type":"Feature","id":"n352872520","geometry":{"type":"Point","coordinates":[-1.0765915,51.3251903]},"properties":{"@type":"node","@id":352872520,"@timestamp":1607248612},"coords":"51.3251903,-1.0765915","bedrooms":"1","price":"298000","area":"598"} , +{"type":"Feature","id":"n352873289","geometry":{"type":"Point","coordinates":[0.8763408,51.3313329]},"properties":{"@type":"node","@id":352873289,"@timestamp":1238152302},"coords":"51.3313329,0.8763408","bedrooms":"2","price":"281000","area":"613"} , +{"type":"Feature","id":"n352896489","geometry":{"type":"Point","coordinates":[-0.1021705,51.5393187]},"properties":{"@type":"node","@id":352896489,"@timestamp":1567474075},"coords":"51.5393187,-0.1021705","bedrooms":"0","price":"299000","area":"596"} , +{"type":"Feature","id":"n352896504","geometry":{"type":"Point","coordinates":[-0.102589,51.5374991]},"properties":{"@type":"node","@id":352896504,"@timestamp":1235624646},"coords":"51.5374991,-0.102589","bedrooms":"4","price":"175000","area":"546"} , +{"type":"Feature","id":"n352925490","geometry":{"type":"Point","coordinates":[-0.094947,51.5069622]},"properties":{"@type":"node","@id":352925490,"@timestamp":1250156164},"coords":"51.5069622,-0.094947","bedrooms":"0","price":"222000","area":"550"} , +{"type":"Feature","id":"n352925506","geometry":{"type":"Point","coordinates":[-0.0958436,51.502717]},"properties":{"@type":"node","@id":352925506,"@timestamp":1250156164},"coords":"51.502717,-0.0958436","bedrooms":"0","price":"264000","area":"436"} , +{"type":"Feature","id":"n352928515","geometry":{"type":"Point","coordinates":[-0.0966192,51.502113]},"properties":{"@type":"node","@id":352928515,"@timestamp":1235643461},"coords":"51.502113,-0.0966192","bedrooms":"0","price":"290000","area":"624"} , +{"type":"Feature","id":"n352928533","geometry":{"type":"Point","coordinates":[-0.0924753,51.5018877]},"properties":{"@type":"node","@id":352928533,"@timestamp":1627320300},"coords":"51.5018877,-0.0924753","bedrooms":"1","price":"224000","area":"499"} , +{"type":"Feature","id":"n352930266","geometry":{"type":"Point","coordinates":[-0.0860049,51.5015642]},"properties":{"@type":"node","@id":352930266,"@timestamp":1235644244},"coords":"51.5015642,-0.0860049","bedrooms":"0","price":"270000","area":"501"} , +{"type":"Feature","id":"n352936234","geometry":{"type":"Point","coordinates":[-0.1014396,51.5394541]},"properties":{"@type":"node","@id":352936234,"@timestamp":1603489820},"coords":"51.5394541,-0.1014396","bedrooms":"2","price":"253000","area":"521"} , +{"type":"Feature","id":"n352936265","geometry":{"type":"Point","coordinates":[-0.1008685,51.5394222]},"properties":{"@type":"node","@id":352936265,"@timestamp":1279478585},"coords":"51.5394222,-0.1008685","bedrooms":"0","price":"209000","area":"382"} , +{"type":"Feature","id":"n352950388","geometry":{"type":"Point","coordinates":[0.8910391,51.320312]},"properties":{"@type":"node","@id":352950388,"@timestamp":1236563027},"coords":"51.320312,0.8910391","bedrooms":"4","price":"190000","area":"596"} , +{"type":"Feature","id":"n353004461","geometry":{"type":"Point","coordinates":[-0.0127162,51.6359135]},"properties":{"@type":"node","@id":353004461,"@timestamp":1330812242},"coords":"51.6359135,-0.0127162","bedrooms":"3","price":"267000","area":"410"} , +{"type":"Feature","id":"n353117724","geometry":{"type":"Point","coordinates":[-1.0938167,51.2723289]},"properties":{"@type":"node","@id":353117724,"@timestamp":1235690971},"coords":"51.2723289,-1.0938167","bedrooms":"0","price":"178000","area":"466"} , +{"type":"Feature","id":"n353121293","geometry":{"type":"Point","coordinates":[-1.0906504,51.2808484]},"properties":{"@type":"node","@id":353121293,"@timestamp":1235692317},"coords":"51.2808484,-1.0906504","bedrooms":"0","price":"168000","area":"673"} , +{"type":"Feature","id":"n353282064","geometry":{"type":"Point","coordinates":[-0.1030428,51.5046983]},"properties":{"@type":"node","@id":353282064,"@timestamp":1631694238},"coords":"51.5046983,-0.1030428","bedrooms":"0","price":"186000","area":"572"} , +{"type":"Feature","id":"n353334149","geometry":{"type":"Point","coordinates":[0.5443881,51.8833274]},"properties":{"@type":"node","@id":353334149,"@timestamp":1235763177},"coords":"51.8833274,0.5443881","bedrooms":"1","price":"200000","area":"564"} , +{"type":"Feature","id":"n353761920","geometry":{"type":"Point","coordinates":[-0.5469782,51.2934469]},"properties":{"@type":"node","@id":353761920,"@timestamp":1558645076},"coords":"51.2934469,-0.5469782","bedrooms":"4","price":"173000","area":"365"} , +{"type":"Feature","id":"n353765303","geometry":{"type":"Point","coordinates":[-0.5695234,51.291523]},"properties":{"@type":"node","@id":353765303,"@timestamp":1257368802},"coords":"51.291523,-0.5695234","bedrooms":"0","price":"151000","area":"462"} , +{"type":"Feature","id":"n353773832","geometry":{"type":"Point","coordinates":[-0.5625366,51.2843345]},"properties":{"@type":"node","@id":353773832,"@timestamp":1458763986},"coords":"51.2843345,-0.5625366","bedrooms":"0","price":"287000","area":"364"} , +{"type":"Feature","id":"n353798855","geometry":{"type":"Point","coordinates":[-0.5483177,51.2991774]},"properties":{"@type":"node","@id":353798855,"@timestamp":1257368765},"coords":"51.2991774,-0.5483177","bedrooms":"3","price":"271000","area":"562"} , +{"type":"Feature","id":"n353804258","geometry":{"type":"Point","coordinates":[-0.5571913,51.2883308]},"properties":{"@type":"node","@id":353804258,"@timestamp":1530746799},"coords":"51.2883308,-0.5571913","bedrooms":"2","price":"229000","area":"510"} , +{"type":"Feature","id":"n353888157","geometry":{"type":"Point","coordinates":[-0.224057,51.4401933]},"properties":{"@type":"node","@id":353888157,"@timestamp":1617377689},"coords":"51.4401933,-0.224057","bedrooms":"4","price":"168000","area":"369"} , +{"type":"Feature","id":"n353905985","geometry":{"type":"Point","coordinates":[-0.2097847,51.5180761]},"properties":{"@type":"node","@id":353905985,"@timestamp":1582348641},"coords":"51.5180761,-0.2097847","bedrooms":"2","price":"211000","area":"551"} , +{"type":"Feature","id":"n353919654","geometry":{"type":"Point","coordinates":[-0.1210541,51.5662202]},"properties":{"@type":"node","@id":353919654,"@timestamp":1478300761},"coords":"51.5662202,-0.1210541","bedrooms":"2","price":"225000","area":"615"} , +{"type":"Feature","id":"n354034037","geometry":{"type":"Point","coordinates":[-0.7995453,51.7405403]},"properties":{"@type":"node","@id":354034037,"@timestamp":1313948819},"coords":"51.7405403,-0.7995453","bedrooms":"0","price":"202000","area":"586"} , +{"type":"Feature","id":"n354428744","geometry":{"type":"Point","coordinates":[-0.0093831,51.5557434]},"properties":{"@type":"node","@id":354428744,"@timestamp":1630287774},"coords":"51.5557434,-0.0093831","bedrooms":"3","price":"192000","area":"379"} , +{"type":"Feature","id":"n354435834","geometry":{"type":"Point","coordinates":[-0.017365,51.5546006]},"properties":{"@type":"node","@id":354435834,"@timestamp":1616047445},"coords":"51.5546006,-0.017365","bedrooms":"4","price":"230000","area":"543"} , +{"type":"Feature","id":"n354452428","geometry":{"type":"Point","coordinates":[-0.0147924,51.5549199]},"properties":{"@type":"node","@id":354452428,"@timestamp":1588219199},"coords":"51.5549199,-0.0147924","bedrooms":"0","price":"261000","area":"368"} , +{"type":"Feature","id":"n354513922","geometry":{"type":"Point","coordinates":[-0.5936823,51.2860121]},"properties":{"@type":"node","@id":354513922,"@timestamp":1496238922},"coords":"51.2860121,-0.5936823","bedrooms":"1","price":"198000","area":"537"} , +{"type":"Feature","id":"n354571032","geometry":{"type":"Point","coordinates":[-0.8981816,51.44959]},"properties":{"@type":"node","@id":354571032,"@timestamp":1571081749},"coords":"51.44959,-0.8981816","bedrooms":"1","price":"262000","area":"493"} , +{"type":"Feature","id":"n354616982","geometry":{"type":"Point","coordinates":[-0.0269027,51.5490525]},"properties":{"@type":"node","@id":354616982,"@timestamp":1625422546},"coords":"51.5490525,-0.0269027","bedrooms":"3","price":"278000","area":"611"} , +{"type":"Feature","id":"n354622369","geometry":{"type":"Point","coordinates":[-1.0890626,51.5140771]},"properties":{"@type":"node","@id":354622369,"@timestamp":1236453801},"coords":"51.5140771,-1.0890626","bedrooms":"0","price":"204000","area":"569"} , +{"type":"Feature","id":"n354630223","geometry":{"type":"Point","coordinates":[-0.9480027,51.4732143]},"properties":{"@type":"node","@id":354630223,"@timestamp":1635288507},"coords":"51.4732143,-0.9480027","bedrooms":"0","price":"269000","area":"625"} , +{"type":"Feature","id":"n354635744","geometry":{"type":"Point","coordinates":[-0.9561767,51.4629868]},"properties":{"@type":"node","@id":354635744,"@timestamp":1635371000},"coords":"51.4629868,-0.9561767","bedrooms":"0","price":"254000","area":"518"} , +{"type":"Feature","id":"n354658655","geometry":{"type":"Point","coordinates":[-0.7271688,50.9421387]},"properties":{"@type":"node","@id":354658655,"@timestamp":1306059917},"coords":"50.9421387,-0.7271688","bedrooms":"3","price":"159000","area":"553"} , +{"type":"Feature","id":"n354661981","geometry":{"type":"Point","coordinates":[-0.0139689,51.612542]},"properties":{"@type":"node","@id":354661981,"@timestamp":1235940586},"coords":"51.612542,-0.0139689","bedrooms":"1","price":"253000","area":"648"} , +{"type":"Feature","id":"n354662006","geometry":{"type":"Point","coordinates":[-0.0138321,51.6147806]},"properties":{"@type":"node","@id":354662006,"@timestamp":1235940590},"coords":"51.6147806,-0.0138321","bedrooms":"0","price":"166000","area":"475"} , +{"type":"Feature","id":"n354687036","geometry":{"type":"Point","coordinates":[-0.0162514,51.6139808]},"properties":{"@type":"node","@id":354687036,"@timestamp":1235945575},"coords":"51.6139808,-0.0162514","bedrooms":"2","price":"162000","area":"507"} , +{"type":"Feature","id":"n354687065","geometry":{"type":"Point","coordinates":[-0.0148158,51.6147828]},"properties":{"@type":"node","@id":354687065,"@timestamp":1235945586},"coords":"51.6147828,-0.0148158","bedrooms":"0","price":"249000","area":"556"} , +{"type":"Feature","id":"n354687150","geometry":{"type":"Point","coordinates":[-0.0112441,51.615931]},"properties":{"@type":"node","@id":354687150,"@timestamp":1617563528},"coords":"51.615931,-0.0112441","bedrooms":"1","price":"215000","area":"688"} , +{"type":"Feature","id":"n354811134","geometry":{"type":"Point","coordinates":[-1.0727709,51.3612248]},"properties":{"@type":"node","@id":354811134,"@timestamp":1277636523},"coords":"51.3612248,-1.0727709","bedrooms":"0","price":"265000","area":"449"} , +{"type":"Feature","id":"n354831459","geometry":{"type":"Point","coordinates":[-0.001456,51.6169444]},"properties":{"@type":"node","@id":354831459,"@timestamp":1235985980},"coords":"51.6169444,-0.001456","bedrooms":"1","price":"152000","area":"656"} , +{"type":"Feature","id":"n354834436","geometry":{"type":"Point","coordinates":[-0.0076598,51.6217283]},"properties":{"@type":"node","@id":354834436,"@timestamp":1235986954},"coords":"51.6217283,-0.0076598","bedrooms":"1","price":"249000","area":"616"} , +{"type":"Feature","id":"n354838755","geometry":{"type":"Point","coordinates":[-0.0167618,51.6210358]},"properties":{"@type":"node","@id":354838755,"@timestamp":1330812565},"coords":"51.6210358,-0.0167618","bedrooms":"0","price":"252000","area":"681"} , +{"type":"Feature","id":"n354912963","geometry":{"type":"Point","coordinates":[-1.1100084,51.2790909]},"properties":{"@type":"node","@id":354912963,"@timestamp":1236011105},"coords":"51.2790909,-1.1100084","bedrooms":"2","price":"218000","area":"389"} , +{"type":"Feature","id":"n354919939","geometry":{"type":"Point","coordinates":[-1.1040388,51.2812095]},"properties":{"@type":"node","@id":354919939,"@timestamp":1618752088},"coords":"51.2812095,-1.1040388","bedrooms":"4","price":"217000","area":"413"} , +{"type":"Feature","id":"n354924836","geometry":{"type":"Point","coordinates":[-1.103797,51.2802315]},"properties":{"@type":"node","@id":354924836,"@timestamp":1252697659},"coords":"51.2802315,-1.103797","bedrooms":"1","price":"296000","area":"629"} , +{"type":"Feature","id":"n354950399","geometry":{"type":"Point","coordinates":[0.0714266,51.2672337]},"properties":{"@type":"node","@id":354950399,"@timestamp":1462552342},"coords":"51.2672337,0.0714266","bedrooms":"0","price":"287000","area":"617"} , +{"type":"Feature","id":"n354979542","geometry":{"type":"Point","coordinates":[-0.6883269,51.2990953]},"properties":{"@type":"node","@id":354979542,"@timestamp":1553192351},"coords":"51.2990953,-0.6883269","bedrooms":"0","price":"213000","area":"564"} , +{"type":"Feature","id":"n355189966","geometry":{"type":"Point","coordinates":[-0.6657772,51.6169664]},"properties":{"@type":"node","@id":355189966,"@timestamp":1531043409},"coords":"51.6169664,-0.6657772","bedrooms":"1","price":"229000","area":"390"} , +{"type":"Feature","id":"n355249114","geometry":{"type":"Point","coordinates":[0.0146271,51.4056236]},"properties":{"@type":"node","@id":355249114,"@timestamp":1604446602},"coords":"51.4056236,0.0146271","bedrooms":"4","price":"287000","area":"366"} , +{"type":"Feature","id":"n355361717","geometry":{"type":"Point","coordinates":[0.2088153,51.4266125]},"properties":{"@type":"node","@id":355361717,"@timestamp":1606941866},"coords":"51.4266125,0.2088153","bedrooms":"3","price":"280000","area":"436"} , +{"type":"Feature","id":"n355591487","geometry":{"type":"Point","coordinates":[-0.1041604,51.5018258]},"properties":{"@type":"node","@id":355591487,"@timestamp":1236173503},"coords":"51.5018258,-0.1041604","bedrooms":"0","price":"296000","area":"402"} , +{"type":"Feature","id":"n355914599","geometry":{"type":"Point","coordinates":[-0.1756266,51.4209679]},"properties":{"@type":"node","@id":355914599,"@timestamp":1597684005},"coords":"51.4209679,-0.1756266","bedrooms":"1","price":"177000","area":"609"} , +{"type":"Feature","id":"n356232816","geometry":{"type":"Point","coordinates":[0.7386839,51.7735613]},"properties":{"@type":"node","@id":356232816,"@timestamp":1236335946},"coords":"51.7735613,0.7386839","bedrooms":"3","price":"240000","area":"553"} , +{"type":"Feature","id":"n356279374","geometry":{"type":"Point","coordinates":[0.0953319,51.5794509]},"properties":{"@type":"node","@id":356279374,"@timestamp":1237568588},"coords":"51.5794509,0.0953319","bedrooms":"4","price":"159000","area":"511"} , +{"type":"Feature","id":"n356286886","geometry":{"type":"Point","coordinates":[-0.1957132,51.4944349]},"properties":{"@type":"node","@id":356286886,"@timestamp":1424786073},"coords":"51.4944349,-0.1957132","bedrooms":"0","price":"219000","area":"436"} , +{"type":"Feature","id":"n356346096","geometry":{"type":"Point","coordinates":[-0.0111797,51.5887098]},"properties":{"@type":"node","@id":356346096,"@timestamp":1330812641},"coords":"51.5887098,-0.0111797","bedrooms":"0","price":"278000","area":"554"} , +{"type":"Feature","id":"n356691660","geometry":{"type":"Point","coordinates":[-0.5987817,51.2751477]},"properties":{"@type":"node","@id":356691660,"@timestamp":1276381907},"coords":"51.2751477,-0.5987817","bedrooms":"3","price":"270000","area":"443"} , +{"type":"Feature","id":"n356764364","geometry":{"type":"Point","coordinates":[-0.0002976,51.5425251]},"properties":{"@type":"node","@id":356764364,"@timestamp":1236445926},"coords":"51.5425251,-0.0002976","bedrooms":"1","price":"174000","area":"677"} , +{"type":"Feature","id":"n356778403","geometry":{"type":"Point","coordinates":[0.0033166,51.5379811]},"properties":{"@type":"node","@id":356778403,"@timestamp":1589201347},"coords":"51.5379811,0.0033166","bedrooms":"4","price":"204000","area":"491"} , +{"type":"Feature","id":"n356809886","geometry":{"type":"Point","coordinates":[-0.198889,51.4934313]},"properties":{"@type":"node","@id":356809886,"@timestamp":1564913928},"coords":"51.4934313,-0.198889","bedrooms":"0","price":"210000","area":"468"} , +{"type":"Feature","id":"n356857190","geometry":{"type":"Point","coordinates":[-1.1120143,51.5092615]},"properties":{"@type":"node","@id":356857190,"@timestamp":1238439045},"coords":"51.5092615,-1.1120143","bedrooms":"1","price":"165000","area":"436"} , +{"type":"Feature","id":"n356857234","geometry":{"type":"Point","coordinates":[-1.0999846,51.4993786]},"properties":{"@type":"node","@id":356857234,"@timestamp":1236453784},"coords":"51.4993786,-1.0999846","bedrooms":"3","price":"275000","area":"548"} , +{"type":"Feature","id":"n356857259","geometry":{"type":"Point","coordinates":[-1.0941695,51.4947867]},"properties":{"@type":"node","@id":356857259,"@timestamp":1236453785},"coords":"51.4947867,-1.0941695","bedrooms":"1","price":"296000","area":"432"} , +{"type":"Feature","id":"n356857393","geometry":{"type":"Point","coordinates":[-1.0938477,51.5102577]},"properties":{"@type":"node","@id":356857393,"@timestamp":1236453796},"coords":"51.5102577,-1.0938477","bedrooms":"1","price":"212000","area":"628"} , +{"type":"Feature","id":"n356857473","geometry":{"type":"Point","coordinates":[-1.0881185,51.5139698]},"properties":{"@type":"node","@id":356857473,"@timestamp":1236453802},"coords":"51.5139698,-1.0881185","bedrooms":"3","price":"213000","area":"678"} , +{"type":"Feature","id":"n356857676","geometry":{"type":"Point","coordinates":[-1.0995983,51.5182614]},"properties":{"@type":"node","@id":356857676,"@timestamp":1236453819},"coords":"51.5182614,-1.0995983","bedrooms":"3","price":"219000","area":"485"} , +{"type":"Feature","id":"n356857785","geometry":{"type":"Point","coordinates":[-1.1239742,51.5210509]},"properties":{"@type":"node","@id":356857785,"@timestamp":1236453826},"coords":"51.5210509,-1.1239742","bedrooms":"3","price":"220000","area":"575"} , +{"type":"Feature","id":"n356929790","geometry":{"type":"Point","coordinates":[0.023328,51.5200802]},"properties":{"@type":"node","@id":356929790,"@timestamp":1579699951},"coords":"51.5200802,0.023328","bedrooms":"3","price":"294000","area":"434"} , +{"type":"Feature","id":"n356961644","geometry":{"type":"Point","coordinates":[0.0304433,51.5235996]},"properties":{"@type":"node","@id":356961644,"@timestamp":1607116932},"coords":"51.5235996,0.0304433","bedrooms":"1","price":"273000","area":"643"} , +{"type":"Feature","id":"n356974845","geometry":{"type":"Point","coordinates":[0.023594,51.5225316]},"properties":{"@type":"node","@id":356974845,"@timestamp":1236472913},"coords":"51.5225316,0.023594","bedrooms":"1","price":"218000","area":"386"} , +{"type":"Feature","id":"n356990299","geometry":{"type":"Point","coordinates":[0.0219633,51.5222111]},"properties":{"@type":"node","@id":356990299,"@timestamp":1236475686},"coords":"51.5222111,0.0219633","bedrooms":"3","price":"271000","area":"404"} , +{"type":"Feature","id":"n357208646","geometry":{"type":"Point","coordinates":[-0.3111108,51.3966985]},"properties":{"@type":"node","@id":357208646,"@timestamp":1340324517},"coords":"51.3966985,-0.3111108","bedrooms":"4","price":"230000","area":"573"} , +{"type":"Feature","id":"n357375579","geometry":{"type":"Point","coordinates":[-0.1094816,51.5350963]},"properties":{"@type":"node","@id":357375579,"@timestamp":1626900145},"coords":"51.5350963,-0.1094816","bedrooms":"1","price":"264000","area":"663"} , +{"type":"Feature","id":"n357419556","geometry":{"type":"Point","coordinates":[-0.1114173,51.7551596]},"properties":{"@type":"node","@id":357419556,"@timestamp":1525616391},"coords":"51.7551596,-0.1114173","bedrooms":"4","price":"185000","area":"667"} , +{"type":"Feature","id":"n357464401","geometry":{"type":"Point","coordinates":[-0.669004,51.6187318]},"properties":{"@type":"node","@id":357464401,"@timestamp":1252011752},"coords":"51.6187318,-0.669004","bedrooms":"1","price":"237000","area":"484"} , +{"type":"Feature","id":"n357527360","geometry":{"type":"Point","coordinates":[-0.5725155,51.4290696]},"properties":{"@type":"node","@id":357527360,"@timestamp":1619108133},"coords":"51.4290696,-0.5725155","bedrooms":"2","price":"210000","area":"546"} , +{"type":"Feature","id":"n357659300","geometry":{"type":"Point","coordinates":[-0.103206,51.54222]},"properties":{"@type":"node","@id":357659300,"@timestamp":1236560427},"coords":"51.54222,-0.103206","bedrooms":"1","price":"202000","area":"661"} , +{"type":"Feature","id":"n357659372","geometry":{"type":"Point","coordinates":[-0.1032195,51.542746]},"properties":{"@type":"node","@id":357659372,"@timestamp":1236560430},"coords":"51.542746,-0.1032195","bedrooms":"0","price":"154000","area":"394"} , +{"type":"Feature","id":"n358162965","geometry":{"type":"Point","coordinates":[0.5705579,51.8892877]},"properties":{"@type":"node","@id":358162965,"@timestamp":1256212984},"coords":"51.8892877,0.5705579","bedrooms":"3","price":"162000","area":"467"} , +{"type":"Feature","id":"n358426943","geometry":{"type":"Point","coordinates":[-0.4698104,51.6389625]},"properties":{"@type":"node","@id":358426943,"@timestamp":1632745195},"coords":"51.6389625,-0.4698104","bedrooms":"3","price":"240000","area":"356"} , +{"type":"Feature","id":"n358548491","geometry":{"type":"Point","coordinates":[-0.0989419,51.5120294]},"properties":{"@type":"node","@id":358548491,"@timestamp":1445593301},"coords":"51.5120294,-0.0989419","bedrooms":"3","price":"160000","area":"597"} , +{"type":"Feature","id":"n358563113","geometry":{"type":"Point","coordinates":[-1.094368,51.2479064]},"properties":{"@type":"node","@id":358563113,"@timestamp":1341578152},"coords":"51.2479064,-1.094368","bedrooms":"3","price":"265000","area":"533"} , +{"type":"Feature","id":"n358941844","geometry":{"type":"Point","coordinates":[-0.101347,51.4997221]},"properties":{"@type":"node","@id":358941844,"@timestamp":1632075290},"coords":"51.4997221,-0.101347","bedrooms":"0","price":"210000","area":"517"} , +{"type":"Feature","id":"n359061647","geometry":{"type":"Point","coordinates":[-0.8490788,51.2555923]},"properties":{"@type":"node","@id":359061647,"@timestamp":1367315550},"coords":"51.2555923,-0.8490788","bedrooms":"0","price":"187000","area":"478"} , +{"type":"Feature","id":"n359160468","geometry":{"type":"Point","coordinates":[-1.0600159,51.2613952]},"properties":{"@type":"node","@id":359160468,"@timestamp":1236804944},"coords":"51.2613952,-1.0600159","bedrooms":"0","price":"222000","area":"615"} , +{"type":"Feature","id":"n359167647","geometry":{"type":"Point","coordinates":[-1.0432825,51.2630891]},"properties":{"@type":"node","@id":359167647,"@timestamp":1236805951},"coords":"51.2630891,-1.0432825","bedrooms":"0","price":"260000","area":"629"} , +{"type":"Feature","id":"n359239227","geometry":{"type":"Point","coordinates":[-0.0779118,51.5027003]},"properties":{"@type":"node","@id":359239227,"@timestamp":1628510680},"coords":"51.5027003,-0.0779118","bedrooms":"1","price":"281000","area":"687"} , +{"type":"Feature","id":"n359678677","geometry":{"type":"Point","coordinates":[-1.0625411,51.2656841]},"properties":{"@type":"node","@id":359678677,"@timestamp":1250034813},"coords":"51.2656841,-1.0625411","bedrooms":"2","price":"214000","area":"503"} , +{"type":"Feature","id":"n359718042","geometry":{"type":"Point","coordinates":[-0.0310944,51.5322104]},"properties":{"@type":"node","@id":359718042,"@timestamp":1588957225},"coords":"51.5322104,-0.0310944","bedrooms":"4","price":"188000","area":"672"} , +{"type":"Feature","id":"n359960088","geometry":{"type":"Point","coordinates":[-0.488233,51.3399464]},"properties":{"@type":"node","@id":359960088,"@timestamp":1497481042},"coords":"51.3399464,-0.488233","bedrooms":"4","price":"296000","area":"373"} , +{"type":"Feature","id":"n360013232","geometry":{"type":"Point","coordinates":[-0.0254056,51.589927]},"properties":{"@type":"node","@id":360013232,"@timestamp":1330812800},"coords":"51.589927,-0.0254056","bedrooms":"3","price":"237000","area":"496"} , +{"type":"Feature","id":"n360015504","geometry":{"type":"Point","coordinates":[-0.0395658,51.5895825]},"properties":{"@type":"node","@id":360015504,"@timestamp":1587513226},"coords":"51.5895825,-0.0395658","bedrooms":"1","price":"243000","area":"694"} , +{"type":"Feature","id":"n360017136","geometry":{"type":"Point","coordinates":[-1.0620381,51.2855643]},"properties":{"@type":"node","@id":360017136,"@timestamp":1612220965},"coords":"51.2855643,-1.0620381","bedrooms":"4","price":"293000","area":"631"} , +{"type":"Feature","id":"n360031074","geometry":{"type":"Point","coordinates":[-1.0669221,51.280402]},"properties":{"@type":"node","@id":360031074,"@timestamp":1237679771},"coords":"51.280402,-1.0669221","bedrooms":"3","price":"286000","area":"612"} , +{"type":"Feature","id":"n360045160","geometry":{"type":"Point","coordinates":[-0.1035265,51.5460069]},"properties":{"@type":"node","@id":360045160,"@timestamp":1629822894},"coords":"51.5460069,-0.1035265","bedrooms":"1","price":"155000","area":"687"} , +{"type":"Feature","id":"n360314388","geometry":{"type":"Point","coordinates":[0.0544859,51.4203433]},"properties":{"@type":"node","@id":360314388,"@timestamp":1237047149},"coords":"51.4203433,0.0544859","bedrooms":"1","price":"240000","area":"480"} , +{"type":"Feature","id":"n360327624","geometry":{"type":"Point","coordinates":[-0.2019756,51.9054801]},"properties":{"@type":"node","@id":360327624,"@timestamp":1633459981},"coords":"51.9054801,-0.2019756","bedrooms":"0","price":"229000","area":"575"} , +{"type":"Feature","id":"n360338125","geometry":{"type":"Point","coordinates":[-0.1676511,51.4276408]},"properties":{"@type":"node","@id":360338125,"@timestamp":1330812825},"coords":"51.4276408,-0.1676511","bedrooms":"1","price":"167000","area":"681"} , +{"type":"Feature","id":"n360384738","geometry":{"type":"Point","coordinates":[-0.1433371,51.4624599]},"properties":{"@type":"node","@id":360384738,"@timestamp":1499534069},"coords":"51.4624599,-0.1433371","bedrooms":"3","price":"275000","area":"625"} , +{"type":"Feature","id":"n360458895","geometry":{"type":"Point","coordinates":[-0.1019821,51.5516085]},"properties":{"@type":"node","@id":360458895,"@timestamp":1237070659},"coords":"51.5516085,-0.1019821","bedrooms":"4","price":"274000","area":"611"} , +{"type":"Feature","id":"n360488867","geometry":{"type":"Point","coordinates":[0.876268,51.1346418]},"properties":{"@type":"node","@id":360488867,"@timestamp":1572011992},"coords":"51.1346418,0.876268","bedrooms":"4","price":"284000","area":"371"} , +{"type":"Feature","id":"n360743540","geometry":{"type":"Point","coordinates":[-0.1075946,51.5356941]},"properties":{"@type":"node","@id":360743540,"@timestamp":1237132282},"coords":"51.5356941,-0.1075946","bedrooms":"3","price":"173000","area":"430"} , +{"type":"Feature","id":"n360882382","geometry":{"type":"Point","coordinates":[-0.6424635,51.6039644]},"properties":{"@type":"node","@id":360882382,"@timestamp":1580983176},"coords":"51.6039644,-0.6424635","bedrooms":"3","price":"258000","area":"354"} , +{"type":"Feature","id":"n360951326","geometry":{"type":"Point","coordinates":[-0.1972194,51.9056464]},"properties":{"@type":"node","@id":360951326,"@timestamp":1633459984},"coords":"51.9056464,-0.1972194","bedrooms":"0","price":"174000","area":"426"} , +{"type":"Feature","id":"n361078414","geometry":{"type":"Point","coordinates":[-0.0745651,51.0509683]},"properties":{"@type":"node","@id":361078414,"@timestamp":1591733379},"coords":"51.0509683,-0.0745651","bedrooms":"2","price":"299000","area":"443"} , +{"type":"Feature","id":"n361090457","geometry":{"type":"Point","coordinates":[0.8572668,51.1373949]},"properties":{"@type":"node","@id":361090457,"@timestamp":1322908047},"coords":"51.1373949,0.8572668","bedrooms":"3","price":"205000","area":"699"} , +{"type":"Feature","id":"n361118163","geometry":{"type":"Point","coordinates":[0.8582627,51.1555356]},"properties":{"@type":"node","@id":361118163,"@timestamp":1619279298},"coords":"51.1555356,0.8582627","bedrooms":"0","price":"191000","area":"459"} , +{"type":"Feature","id":"n361131068","geometry":{"type":"Point","coordinates":[0.8752816,51.1473782]},"properties":{"@type":"node","@id":361131068,"@timestamp":1316679663},"coords":"51.1473782,0.8752816","bedrooms":"4","price":"281000","area":"540"} , +{"type":"Feature","id":"n361168789","geometry":{"type":"Point","coordinates":[0.0119311,51.4906968]},"properties":{"@type":"node","@id":361168789,"@timestamp":1602536235},"coords":"51.4906968,0.0119311","bedrooms":"0","price":"224000","area":"619"} , +{"type":"Feature","id":"n361182982","geometry":{"type":"Point","coordinates":[-0.0329161,51.5808389]},"properties":{"@type":"node","@id":361182982,"@timestamp":1465725188},"coords":"51.5808389,-0.0329161","bedrooms":"0","price":"204000","area":"391"} , +{"type":"Feature","id":"n361187693","geometry":{"type":"Point","coordinates":[-0.1977785,51.1176905]},"properties":{"@type":"node","@id":361187693,"@timestamp":1516834288},"coords":"51.1176905,-0.1977785","bedrooms":"0","price":"258000","area":"606"} , +{"type":"Feature","id":"n361240903","geometry":{"type":"Point","coordinates":[-0.0756586,51.501401]},"properties":{"@type":"node","@id":361240903,"@timestamp":1628855152},"coords":"51.501401,-0.0756586","bedrooms":"4","price":"211000","area":"555"} , +{"type":"Feature","id":"n361392932","geometry":{"type":"Point","coordinates":[-0.5777163,51.225291]},"properties":{"@type":"node","@id":361392932,"@timestamp":1237285935},"coords":"51.225291,-0.5777163","bedrooms":"2","price":"162000","area":"640"} , +{"type":"Feature","id":"n361463388","geometry":{"type":"Point","coordinates":[-0.4930551,51.229859]},"properties":{"@type":"node","@id":361463388,"@timestamp":1237306200},"coords":"51.229859,-0.4930551","bedrooms":"0","price":"173000","area":"605"} , +{"type":"Feature","id":"n361463479","geometry":{"type":"Point","coordinates":[-0.4911244,51.2311317]},"properties":{"@type":"node","@id":361463479,"@timestamp":1237306204},"coords":"51.2311317,-0.4911244","bedrooms":"1","price":"212000","area":"468"} , +{"type":"Feature","id":"n361463497","geometry":{"type":"Point","coordinates":[-0.4887951,51.2314695]},"properties":{"@type":"node","@id":361463497,"@timestamp":1237306207},"coords":"51.2314695,-0.4887951","bedrooms":"4","price":"214000","area":"514"} , +{"type":"Feature","id":"n361463516","geometry":{"type":"Point","coordinates":[-0.4931963,51.2289714]},"properties":{"@type":"node","@id":361463516,"@timestamp":1237306209},"coords":"51.2289714,-0.4931963","bedrooms":"4","price":"211000","area":"416"} , +{"type":"Feature","id":"n361530817","geometry":{"type":"Point","coordinates":[0.5026374,51.7151879]},"properties":{"@type":"node","@id":361530817,"@timestamp":1574036318},"coords":"51.7151879,0.5026374","bedrooms":"3","price":"238000","area":"393"} , +{"type":"Feature","id":"n361586129","geometry":{"type":"Point","coordinates":[-0.55495,51.7560119]},"properties":{"@type":"node","@id":361586129,"@timestamp":1448843685},"coords":"51.7560119,-0.55495","bedrooms":"3","price":"191000","area":"644"} , +{"type":"Feature","id":"n361609272","geometry":{"type":"Point","coordinates":[-0.0821087,51.4913809]},"properties":{"@type":"node","@id":361609272,"@timestamp":1505377722},"coords":"51.4913809,-0.0821087","bedrooms":"0","price":"257000","area":"499"} , +{"type":"Feature","id":"n362260985","geometry":{"type":"Point","coordinates":[-0.1439777,51.4418511]},"properties":{"@type":"node","@id":362260985,"@timestamp":1237373547},"coords":"51.4418511,-0.1439777","bedrooms":"4","price":"245000","area":"373"} , +{"type":"Feature","id":"n362267518","geometry":{"type":"Point","coordinates":[-0.1495054,51.442951]},"properties":{"@type":"node","@id":362267518,"@timestamp":1419327523},"coords":"51.442951,-0.1495054","bedrooms":"2","price":"224000","area":"440"} , +{"type":"Feature","id":"n362272402","geometry":{"type":"Point","coordinates":[-0.148354,51.4432685]},"properties":{"@type":"node","@id":362272402,"@timestamp":1447344574},"coords":"51.4432685,-0.148354","bedrooms":"1","price":"198000","area":"570"} , +{"type":"Feature","id":"n362277717","geometry":{"type":"Point","coordinates":[-0.1500103,51.443615]},"properties":{"@type":"node","@id":362277717,"@timestamp":1452595506},"coords":"51.443615,-0.1500103","bedrooms":"3","price":"237000","area":"637"} , +{"type":"Feature","id":"n362283704","geometry":{"type":"Point","coordinates":[-0.1516101,51.4431665]},"properties":{"@type":"node","@id":362283704,"@timestamp":1452595505},"coords":"51.4431665,-0.1516101","bedrooms":"1","price":"262000","area":"433"} , +{"type":"Feature","id":"n362315125","geometry":{"type":"Point","coordinates":[-0.1088695,51.5497989]},"properties":{"@type":"node","@id":362315125,"@timestamp":1484180202},"coords":"51.5497989,-0.1088695","bedrooms":"2","price":"228000","area":"650"} , +{"type":"Feature","id":"n362323831","geometry":{"type":"Point","coordinates":[-0.1090366,51.5504597]},"properties":{"@type":"node","@id":362323831,"@timestamp":1237376614},"coords":"51.5504597,-0.1090366","bedrooms":"3","price":"184000","area":"488"} , +{"type":"Feature","id":"n362490415","geometry":{"type":"Point","coordinates":[-0.1428597,51.5268834]},"properties":{"@type":"node","@id":362490415,"@timestamp":1237386929},"coords":"51.5268834,-0.1428597","bedrooms":"0","price":"209000","area":"650"} , +{"type":"Feature","id":"n362501596","geometry":{"type":"Point","coordinates":[-0.1416316,51.5263448]},"properties":{"@type":"node","@id":362501596,"@timestamp":1237387559},"coords":"51.5263448,-0.1416316","bedrooms":"1","price":"175000","area":"475"} , +{"type":"Feature","id":"n362501703","geometry":{"type":"Point","coordinates":[-0.1410642,51.5285976]},"properties":{"@type":"node","@id":362501703,"@timestamp":1601124172},"coords":"51.5285976,-0.1410642","bedrooms":"2","price":"153000","area":"482"} , +{"type":"Feature","id":"n362575291","geometry":{"type":"Point","coordinates":[-0.1426535,51.5296969]},"properties":{"@type":"node","@id":362575291,"@timestamp":1601124172},"coords":"51.5296969,-0.1426535","bedrooms":"3","price":"159000","area":"620"} , +{"type":"Feature","id":"n362739056","geometry":{"type":"Point","coordinates":[0.0038624,51.6351099]},"properties":{"@type":"node","@id":362739056,"@timestamp":1486657156},"coords":"51.6351099,0.0038624","bedrooms":"2","price":"192000","area":"596"} , +{"type":"Feature","id":"n362858883","geometry":{"type":"Point","coordinates":[-0.0829133,51.4981147]},"properties":{"@type":"node","@id":362858883,"@timestamp":1516137547},"coords":"51.4981147,-0.0829133","bedrooms":"3","price":"245000","area":"486"} , +{"type":"Feature","id":"n362906279","geometry":{"type":"Point","coordinates":[-1.0798604,51.2763384]},"properties":{"@type":"node","@id":362906279,"@timestamp":1237421238},"coords":"51.2763384,-1.0798604","bedrooms":"3","price":"179000","area":"549"} , +{"type":"Feature","id":"n363886712","geometry":{"type":"Point","coordinates":[-0.4857923,51.3723935]},"properties":{"@type":"node","@id":363886712,"@timestamp":1420389772},"coords":"51.3723935,-0.4857923","bedrooms":"0","price":"254000","area":"573"} , +{"type":"Feature","id":"n363968390","geometry":{"type":"Point","coordinates":[-1.0760373,51.2756142]},"properties":{"@type":"node","@id":363968390,"@timestamp":1457905143},"coords":"51.2756142,-1.0760373","bedrooms":"3","price":"285000","area":"420"} , +{"type":"Feature","id":"n363996575","geometry":{"type":"Point","coordinates":[-0.0694443,51.4032811]},"properties":{"@type":"node","@id":363996575,"@timestamp":1330812999},"coords":"51.4032811,-0.0694443","bedrooms":"1","price":"253000","area":"512"} , +{"type":"Feature","id":"n364055652","geometry":{"type":"Point","coordinates":[-1.0641401,51.4443486]},"properties":{"@type":"node","@id":364055652,"@timestamp":1608807975},"coords":"51.4443486,-1.0641401","bedrooms":"2","price":"245000","area":"490"} , +{"type":"Feature","id":"n364112619","geometry":{"type":"Point","coordinates":[-0.1453414,51.4950456]},"properties":{"@type":"node","@id":364112619,"@timestamp":1323387441},"coords":"51.4950456,-0.1453414","bedrooms":"1","price":"226000","area":"676"} , +{"type":"Feature","id":"n364158043","geometry":{"type":"Point","coordinates":[0.6296958,51.0527797]},"properties":{"@type":"node","@id":364158043,"@timestamp":1237586513},"coords":"51.0527797,0.6296958","bedrooms":"2","price":"214000","area":"524"} , +{"type":"Feature","id":"n364179436","geometry":{"type":"Point","coordinates":[-0.1112948,51.4909686]},"properties":{"@type":"node","@id":364179436,"@timestamp":1599927150},"coords":"51.4909686,-0.1112948","bedrooms":"3","price":"195000","area":"637"} , +{"type":"Feature","id":"n364355125","geometry":{"type":"Point","coordinates":[-0.2083797,51.4618444]},"properties":{"@type":"node","@id":364355125,"@timestamp":1630883579},"coords":"51.4618444,-0.2083797","bedrooms":"4","price":"193000","area":"425"} , +{"type":"Feature","id":"n364387738","geometry":{"type":"Point","coordinates":[0.8853467,51.168146]},"properties":{"@type":"node","@id":364387738,"@timestamp":1237650308},"coords":"51.168146,0.8853467","bedrooms":"0","price":"188000","area":"566"} , +{"type":"Feature","id":"n364390708","geometry":{"type":"Point","coordinates":[0.8710712,51.1708203]},"properties":{"@type":"node","@id":364390708,"@timestamp":1616600123},"coords":"51.1708203,0.8710712","bedrooms":"0","price":"286000","area":"429"} , +{"type":"Feature","id":"n364400314","geometry":{"type":"Point","coordinates":[0.8806991,51.1754118]},"properties":{"@type":"node","@id":364400314,"@timestamp":1615805183},"coords":"51.1754118,0.8806991","bedrooms":"2","price":"235000","area":"652"} , +{"type":"Feature","id":"n364407403","geometry":{"type":"Point","coordinates":[0.8717418,51.1709078]},"properties":{"@type":"node","@id":364407403,"@timestamp":1616759993},"coords":"51.1709078,0.8717418","bedrooms":"2","price":"229000","area":"455"} , +{"type":"Feature","id":"n364413348","geometry":{"type":"Point","coordinates":[0.8625566,51.1683457]},"properties":{"@type":"node","@id":364413348,"@timestamp":1257369924},"coords":"51.1683457,0.8625566","bedrooms":"2","price":"259000","area":"613"} , +{"type":"Feature","id":"n364428473","geometry":{"type":"Point","coordinates":[-1.1109324,51.2955866]},"properties":{"@type":"node","@id":364428473,"@timestamp":1612826085},"coords":"51.2955866,-1.1109324","bedrooms":"4","price":"253000","area":"435"} , +{"type":"Feature","id":"n364459669","geometry":{"type":"Point","coordinates":[-0.1643622,51.4205208]},"properties":{"@type":"node","@id":364459669,"@timestamp":1330813015},"coords":"51.4205208,-0.1643622","bedrooms":"3","price":"157000","area":"497"} , +{"type":"Feature","id":"n364459684","geometry":{"type":"Point","coordinates":[-0.1593312,51.4399555]},"properties":{"@type":"node","@id":364459684,"@timestamp":1330813023},"coords":"51.4399555,-0.1593312","bedrooms":"1","price":"230000","area":"651"} , +{"type":"Feature","id":"n364506902","geometry":{"type":"Point","coordinates":[-0.0329114,51.5806323]},"properties":{"@type":"node","@id":364506902,"@timestamp":1555034143},"coords":"51.5806323,-0.0329114","bedrooms":"1","price":"184000","area":"463"} , +{"type":"Feature","id":"n364553899","geometry":{"type":"Point","coordinates":[-0.8965577,51.4533596]},"properties":{"@type":"node","@id":364553899,"@timestamp":1443972402},"coords":"51.4533596,-0.8965577","bedrooms":"4","price":"202000","area":"530"} , +{"type":"Feature","id":"n364629652","geometry":{"type":"Point","coordinates":[-0.9803376,51.1329288]},"properties":{"@type":"node","@id":364629652,"@timestamp":1402445023},"coords":"51.1329288,-0.9803376","bedrooms":"1","price":"170000","area":"429"} , +{"type":"Feature","id":"n364663239","geometry":{"type":"Point","coordinates":[-0.3404854,51.6047861]},"properties":{"@type":"node","@id":364663239,"@timestamp":1484559014},"coords":"51.6047861,-0.3404854","bedrooms":"4","price":"236000","area":"356"} , +{"type":"Feature","id":"n364697456","geometry":{"type":"Point","coordinates":[-0.2105692,51.4606105]},"properties":{"@type":"node","@id":364697456,"@timestamp":1586691856},"coords":"51.4606105,-0.2105692","bedrooms":"4","price":"248000","area":"368"} , +{"type":"Feature","id":"n364733313","geometry":{"type":"Point","coordinates":[-0.6600571,51.6145431]},"properties":{"@type":"node","@id":364733313,"@timestamp":1603029784},"coords":"51.6145431,-0.6600571","bedrooms":"3","price":"181000","area":"568"} , +{"type":"Feature","id":"n364779963","geometry":{"type":"Point","coordinates":[-0.1018394,51.548214]},"properties":{"@type":"node","@id":364779963,"@timestamp":1237747929},"coords":"51.548214,-0.1018394","bedrooms":"4","price":"287000","area":"423"} , +{"type":"Feature","id":"n364787278","geometry":{"type":"Point","coordinates":[-0.7834503,51.5695503]},"properties":{"@type":"node","@id":364787278,"@timestamp":1237749712},"coords":"51.5695503,-0.7834503","bedrooms":"1","price":"158000","area":"484"} , +{"type":"Feature","id":"n364811882","geometry":{"type":"Point","coordinates":[0.4952662,51.2882085]},"properties":{"@type":"node","@id":364811882,"@timestamp":1237754984},"coords":"51.2882085,0.4952662","bedrooms":"2","price":"176000","area":"423"} , +{"type":"Feature","id":"n364818716","geometry":{"type":"Point","coordinates":[0.1581042,51.4225417]},"properties":{"@type":"node","@id":364818716,"@timestamp":1237756509},"coords":"51.4225417,0.1581042","bedrooms":"2","price":"207000","area":"417"} , +{"type":"Feature","id":"n364852582","geometry":{"type":"Point","coordinates":[-0.0875672,51.4231491]},"properties":{"@type":"node","@id":364852582,"@timestamp":1615399169},"coords":"51.4231491,-0.0875672","bedrooms":"1","price":"205000","area":"381"} , +{"type":"Feature","id":"n364948462","geometry":{"type":"Point","coordinates":[0.1023478,51.5594565]},"properties":{"@type":"node","@id":364948462,"@timestamp":1237807625},"coords":"51.5594565,0.1023478","bedrooms":"2","price":"211000","area":"588"} , +{"type":"Feature","id":"n365091931","geometry":{"type":"Point","coordinates":[-0.4714649,50.9580847]},"properties":{"@type":"node","@id":365091931,"@timestamp":1528268335},"coords":"50.9580847,-0.4714649","bedrooms":"0","price":"270000","area":"579"} , +{"type":"Feature","id":"n365186075","geometry":{"type":"Point","coordinates":[0.1201072,51.4201253]},"properties":{"@type":"node","@id":365186075,"@timestamp":1511176873},"coords":"51.4201253,0.1201072","bedrooms":"3","price":"233000","area":"430"} , +{"type":"Feature","id":"n365259836","geometry":{"type":"Point","coordinates":[-0.1557717,51.4352383]},"properties":{"@type":"node","@id":365259836,"@timestamp":1591433586},"coords":"51.4352383,-0.1557717","bedrooms":"2","price":"185000","area":"547"} , +{"type":"Feature","id":"n365260508","geometry":{"type":"Point","coordinates":[-0.1632315,51.4331263]},"properties":{"@type":"node","@id":365260508,"@timestamp":1330813083},"coords":"51.4331263,-0.1632315","bedrooms":"0","price":"165000","area":"556"} , +{"type":"Feature","id":"n365344852","geometry":{"type":"Point","coordinates":[-0.0754368,51.8094442]},"properties":{"@type":"node","@id":365344852,"@timestamp":1589648550},"coords":"51.8094442,-0.0754368","bedrooms":"0","price":"165000","area":"619"} , +{"type":"Feature","id":"n365388099","geometry":{"type":"Point","coordinates":[-1.0742378,51.2809231]},"properties":{"@type":"node","@id":365388099,"@timestamp":1500026800},"coords":"51.2809231,-1.0742378","bedrooms":"0","price":"192000","area":"420"} , +{"type":"Feature","id":"n365647378","geometry":{"type":"Point","coordinates":[0.0226948,51.6093609]},"properties":{"@type":"node","@id":365647378,"@timestamp":1238520046},"coords":"51.6093609,0.0226948","bedrooms":"1","price":"220000","area":"515"} , +{"type":"Feature","id":"n365988730","geometry":{"type":"Point","coordinates":[-0.1428452,51.4663154]},"properties":{"@type":"node","@id":365988730,"@timestamp":1518379743},"coords":"51.4663154,-0.1428452","bedrooms":"1","price":"242000","area":"607"} , +{"type":"Feature","id":"n366067622","geometry":{"type":"Point","coordinates":[-1.0910582,51.2838522]},"properties":{"@type":"node","@id":366067622,"@timestamp":1239820219},"coords":"51.2838522,-1.0910582","bedrooms":"2","price":"173000","area":"663"} , +{"type":"Feature","id":"n366138431","geometry":{"type":"Point","coordinates":[-0.9345291,51.4234381]},"properties":{"@type":"node","@id":366138431,"@timestamp":1620994451},"coords":"51.4234381,-0.9345291","bedrooms":"0","price":"298000","area":"491"} , +{"type":"Feature","id":"n366138753","geometry":{"type":"Point","coordinates":[0.8151158,51.3481092]},"properties":{"@type":"node","@id":366138753,"@timestamp":1238152252},"coords":"51.3481092,0.8151158","bedrooms":"0","price":"260000","area":"686"} , +{"type":"Feature","id":"n366139367","geometry":{"type":"Point","coordinates":[-0.9173439,51.4306679]},"properties":{"@type":"node","@id":366139367,"@timestamp":1238152666},"coords":"51.4306679,-0.9173439","bedrooms":"0","price":"270000","area":"639"} , +{"type":"Feature","id":"n366170595","geometry":{"type":"Point","coordinates":[-0.8837504,51.4333966]},"properties":{"@type":"node","@id":366170595,"@timestamp":1365146552},"coords":"51.4333966,-0.8837504","bedrooms":"0","price":"251000","area":"647"} , +{"type":"Feature","id":"n366243122","geometry":{"type":"Point","coordinates":[-0.5858667,51.2488705]},"properties":{"@type":"node","@id":366243122,"@timestamp":1584959067},"coords":"51.2488705,-0.5858667","bedrooms":"2","price":"265000","area":"370"} , +{"type":"Feature","id":"n366349983","geometry":{"type":"Point","coordinates":[0.7351872,51.3630016]},"properties":{"@type":"node","@id":366349983,"@timestamp":1567289741},"coords":"51.3630016,0.7351872","bedrooms":"3","price":"214000","area":"603"} , +{"type":"Feature","id":"n366382806","geometry":{"type":"Point","coordinates":[-0.0549403,51.7170518]},"properties":{"@type":"node","@id":366382806,"@timestamp":1582166473},"coords":"51.7170518,-0.0549403","bedrooms":"4","price":"227000","area":"539"} , +{"type":"Feature","id":"n366421365","geometry":{"type":"Point","coordinates":[-0.0921348,51.5224652]},"properties":{"@type":"node","@id":366421365,"@timestamp":1406642056},"coords":"51.5224652,-0.0921348","bedrooms":"4","price":"179000","area":"534"} , +{"type":"Feature","id":"n366529376","geometry":{"type":"Point","coordinates":[-0.8531293,51.2952103]},"properties":{"@type":"node","@id":366529376,"@timestamp":1424302236},"coords":"51.2952103,-0.8531293","bedrooms":"1","price":"151000","area":"352"} , +{"type":"Feature","id":"n366530900","geometry":{"type":"Point","coordinates":[-0.8624278,51.2913152]},"properties":{"@type":"node","@id":366530900,"@timestamp":1551237692},"coords":"51.2913152,-0.8624278","bedrooms":"3","price":"284000","area":"416"} , +{"type":"Feature","id":"n366591929","geometry":{"type":"Point","coordinates":[-0.6112776,51.3201467]},"properties":{"@type":"node","@id":366591929,"@timestamp":1327329560},"coords":"51.3201467,-0.6112776","bedrooms":"0","price":"296000","area":"363"} , +{"type":"Feature","id":"n366614339","geometry":{"type":"Point","coordinates":[0.1166464,51.616769]},"properties":{"@type":"node","@id":366614339,"@timestamp":1618415286},"coords":"51.616769,0.1166464","bedrooms":"1","price":"171000","area":"678"} , +{"type":"Feature","id":"n366644482","geometry":{"type":"Point","coordinates":[0.1531699,51.4266327]},"properties":{"@type":"node","@id":366644482,"@timestamp":1238264055},"coords":"51.4266327,0.1531699","bedrooms":"1","price":"275000","area":"365"} , +{"type":"Feature","id":"n366644745","geometry":{"type":"Point","coordinates":[0.1534715,51.4239613]},"properties":{"@type":"node","@id":366644745,"@timestamp":1238264089},"coords":"51.4239613,0.1534715","bedrooms":"1","price":"164000","area":"634"} , +{"type":"Feature","id":"n366720053","geometry":{"type":"Point","coordinates":[0.7078034,51.7299845]},"properties":{"@type":"node","@id":366720053,"@timestamp":1325007214},"coords":"51.7299845,0.7078034","bedrooms":"4","price":"215000","area":"372"} , +{"type":"Feature","id":"n366803998","geometry":{"type":"Point","coordinates":[0.1207921,51.6106175]},"properties":{"@type":"node","@id":366803998,"@timestamp":1238321990},"coords":"51.6106175,0.1207921","bedrooms":"0","price":"184000","area":"669"} , +{"type":"Feature","id":"n366844381","geometry":{"type":"Point","coordinates":[-0.1715617,51.5136747]},"properties":{"@type":"node","@id":366844381,"@timestamp":1327067856},"coords":"51.5136747,-0.1715617","bedrooms":"1","price":"297000","area":"543"} , +{"type":"Feature","id":"n366885880","geometry":{"type":"Point","coordinates":[0.0038085,51.4557827]},"properties":{"@type":"node","@id":366885880,"@timestamp":1594338113},"coords":"51.4557827,0.0038085","bedrooms":"3","price":"218000","area":"530"} , +{"type":"Feature","id":"n366898851","geometry":{"type":"Point","coordinates":[-0.0380127,51.6311883]},"properties":{"@type":"node","@id":366898851,"@timestamp":1622110399},"coords":"51.6311883,-0.0380127","bedrooms":"2","price":"172000","area":"361"} , +{"type":"Feature","id":"n366917213","geometry":{"type":"Point","coordinates":[-1.0081485,50.9470164]},"properties":{"@type":"node","@id":366917213,"@timestamp":1572693166},"coords":"50.9470164,-1.0081485","bedrooms":"2","price":"258000","area":"403"} , +{"type":"Feature","id":"n366948355","geometry":{"type":"Point","coordinates":[-0.731084,51.2754143]},"properties":{"@type":"node","@id":366948355,"@timestamp":1579971624},"coords":"51.2754143,-0.731084","bedrooms":"4","price":"226000","area":"618"} , +{"type":"Feature","id":"n366954908","geometry":{"type":"Point","coordinates":[-0.727439,51.2685058]},"properties":{"@type":"node","@id":366954908,"@timestamp":1318701424},"coords":"51.2685058,-0.727439","bedrooms":"4","price":"223000","area":"693"} , +{"type":"Feature","id":"n366962580","geometry":{"type":"Point","coordinates":[-0.72483,51.2603981]},"properties":{"@type":"node","@id":366962580,"@timestamp":1523044480},"coords":"51.2603981,-0.72483","bedrooms":"1","price":"235000","area":"598"} , +{"type":"Feature","id":"n366980254","geometry":{"type":"Point","coordinates":[-0.7302188,51.2593922]},"properties":{"@type":"node","@id":366980254,"@timestamp":1612090192},"coords":"51.2593922,-0.7302188","bedrooms":"0","price":"155000","area":"653"} , +{"type":"Feature","id":"n366982294","geometry":{"type":"Point","coordinates":[-0.7289256,51.2633983]},"properties":{"@type":"node","@id":366982294,"@timestamp":1618741703},"coords":"51.2633983,-0.7289256","bedrooms":"3","price":"193000","area":"481"} , +{"type":"Feature","id":"n367075877","geometry":{"type":"Point","coordinates":[-0.1009508,51.4078676]},"properties":{"@type":"node","@id":367075877,"@timestamp":1296468324},"coords":"51.4078676,-0.1009508","bedrooms":"2","price":"185000","area":"402"} , +{"type":"Feature","id":"n367078285","geometry":{"type":"Point","coordinates":[-0.4209308,51.1940786]},"properties":{"@type":"node","@id":367078285,"@timestamp":1611442496},"coords":"51.1940786,-0.4209308","bedrooms":"1","price":"275000","area":"363"} , +{"type":"Feature","id":"n367184387","geometry":{"type":"Point","coordinates":[-0.9280319,51.0797421]},"properties":{"@type":"node","@id":367184387,"@timestamp":1244663908},"coords":"51.0797421,-0.9280319","bedrooms":"2","price":"159000","area":"620"} , +{"type":"Feature","id":"n367252468","geometry":{"type":"Point","coordinates":[-0.2984763,51.3207484]},"properties":{"@type":"node","@id":367252468,"@timestamp":1314987939},"coords":"51.3207484,-0.2984763","bedrooms":"4","price":"238000","area":"488"} , +{"type":"Feature","id":"n367266670","geometry":{"type":"Point","coordinates":[-0.2664719,51.3342286]},"properties":{"@type":"node","@id":367266670,"@timestamp":1549743963},"coords":"51.3342286,-0.2664719","bedrooms":"4","price":"292000","area":"614"} , +{"type":"Feature","id":"n367600880","geometry":{"type":"Point","coordinates":[-1.1128435,51.5111094]},"properties":{"@type":"node","@id":367600880,"@timestamp":1369693848},"coords":"51.5111094,-1.1128435","bedrooms":"4","price":"177000","area":"538"} , +{"type":"Feature","id":"n367752871","geometry":{"type":"Point","coordinates":[-1.0836761,51.2871128]},"properties":{"@type":"node","@id":367752871,"@timestamp":1486465768},"coords":"51.2871128,-1.0836761","bedrooms":"1","price":"268000","area":"535"} , +{"type":"Feature","id":"n367756287","geometry":{"type":"Point","coordinates":[-1.071842,51.2853052]},"properties":{"@type":"node","@id":367756287,"@timestamp":1467669285},"coords":"51.2853052,-1.071842","bedrooms":"3","price":"223000","area":"497"} , +{"type":"Feature","id":"n367863010","geometry":{"type":"Point","coordinates":[-0.0230623,51.4100188]},"properties":{"@type":"node","@id":367863010,"@timestamp":1617803343},"coords":"51.4100188,-0.0230623","bedrooms":"1","price":"165000","area":"596"} , +{"type":"Feature","id":"n367881700","geometry":{"type":"Point","coordinates":[-0.0358238,51.2847619]},"properties":{"@type":"node","@id":367881700,"@timestamp":1536877746},"coords":"51.2847619,-0.0358238","bedrooms":"4","price":"244000","area":"390"} , +{"type":"Feature","id":"n367911081","geometry":{"type":"Point","coordinates":[-0.2815806,51.4091588]},"properties":{"@type":"node","@id":367911081,"@timestamp":1307384486},"coords":"51.4091588,-0.2815806","bedrooms":"3","price":"245000","area":"613"} , +{"type":"Feature","id":"n367912388","geometry":{"type":"Point","coordinates":[-0.2817435,51.4089097]},"properties":{"@type":"node","@id":367912388,"@timestamp":1307484749},"coords":"51.4089097,-0.2817435","bedrooms":"3","price":"261000","area":"558"} , +{"type":"Feature","id":"n367914427","geometry":{"type":"Point","coordinates":[-0.2822006,51.4088822]},"properties":{"@type":"node","@id":367914427,"@timestamp":1307385029},"coords":"51.4088822,-0.2822006","bedrooms":"4","price":"155000","area":"461"} , +{"type":"Feature","id":"n367924656","geometry":{"type":"Point","coordinates":[-0.0811234,51.5272616]},"properties":{"@type":"node","@id":367924656,"@timestamp":1628370294},"coords":"51.5272616,-0.0811234","bedrooms":"0","price":"217000","area":"492"} , +{"type":"Feature","id":"n367933078","geometry":{"type":"Point","coordinates":[0.0291493,51.6202173]},"properties":{"@type":"node","@id":367933078,"@timestamp":1238520257},"coords":"51.6202173,0.0291493","bedrooms":"3","price":"198000","area":"447"} , +{"type":"Feature","id":"n368001831","geometry":{"type":"Point","coordinates":[0.8915375,51.3969007]},"properties":{"@type":"node","@id":368001831,"@timestamp":1238534853},"coords":"51.3969007,0.8915375","bedrooms":"3","price":"191000","area":"537"} , +{"type":"Feature","id":"n368005804","geometry":{"type":"Point","coordinates":[0.7392707,51.3956301]},"properties":{"@type":"node","@id":368005804,"@timestamp":1238535986},"coords":"51.3956301,0.7392707","bedrooms":"4","price":"268000","area":"546"} , +{"type":"Feature","id":"n368005814","geometry":{"type":"Point","coordinates":[0.7347845,51.3951875]},"properties":{"@type":"node","@id":368005814,"@timestamp":1238535987},"coords":"51.3951875,0.7347845","bedrooms":"1","price":"259000","area":"358"} , +{"type":"Feature","id":"n368005831","geometry":{"type":"Point","coordinates":[0.7266855,51.3987884]},"properties":{"@type":"node","@id":368005831,"@timestamp":1238535988},"coords":"51.3987884,0.7266855","bedrooms":"2","price":"219000","area":"553"} , +{"type":"Feature","id":"n368005842","geometry":{"type":"Point","coordinates":[0.7226898,51.4043512]},"properties":{"@type":"node","@id":368005842,"@timestamp":1238535990},"coords":"51.4043512,0.7226898","bedrooms":"2","price":"270000","area":"510"} , +{"type":"Feature","id":"n368005857","geometry":{"type":"Point","coordinates":[0.7194717,51.4008699]},"properties":{"@type":"node","@id":368005857,"@timestamp":1238535991},"coords":"51.4008699,0.7194717","bedrooms":"4","price":"263000","area":"534"} , +{"type":"Feature","id":"n368005873","geometry":{"type":"Point","coordinates":[0.7143634,51.3972212]},"properties":{"@type":"node","@id":368005873,"@timestamp":1238535992},"coords":"51.3972212,0.7143634","bedrooms":"4","price":"281000","area":"451"} , +{"type":"Feature","id":"n368005889","geometry":{"type":"Point","coordinates":[0.7089681,51.3970298]},"properties":{"@type":"node","@id":368005889,"@timestamp":1238535994},"coords":"51.3970298,0.7089681","bedrooms":"1","price":"260000","area":"538"} , +{"type":"Feature","id":"n368019303","geometry":{"type":"Point","coordinates":[-0.169675,51.4782645]},"properties":{"@type":"node","@id":368019303,"@timestamp":1238538956},"coords":"51.4782645,-0.169675","bedrooms":"3","price":"261000","area":"354"} , +{"type":"Feature","id":"n368044217","geometry":{"type":"Point","coordinates":[-0.1042659,51.5110006]},"properties":{"@type":"node","@id":368044217,"@timestamp":1618194285},"coords":"51.5110006,-0.1042659","bedrooms":"1","price":"223000","area":"428"} , +{"type":"Feature","id":"n368237991","geometry":{"type":"Point","coordinates":[-0.7413523,51.5837334]},"properties":{"@type":"node","@id":368237991,"@timestamp":1605384190},"coords":"51.5837334,-0.7413523","bedrooms":"3","price":"192000","area":"682"} , +{"type":"Feature","id":"n368309406","geometry":{"type":"Point","coordinates":[0.0342093,51.4884577]},"properties":{"@type":"node","@id":368309406,"@timestamp":1632945103},"coords":"51.4884577,0.0342093","bedrooms":"0","price":"151000","area":"427"} , +{"type":"Feature","id":"n368369092","geometry":{"type":"Point","coordinates":[-0.0831266,51.5041808]},"properties":{"@type":"node","@id":368369092,"@timestamp":1627723385},"coords":"51.5041808,-0.0831266","bedrooms":"4","price":"209000","area":"470"} , +{"type":"Feature","id":"n368369233","geometry":{"type":"Point","coordinates":[-0.0858685,51.5019046]},"properties":{"@type":"node","@id":368369233,"@timestamp":1513035728},"coords":"51.5019046,-0.0858685","bedrooms":"4","price":"150000","area":"422"} , +{"type":"Feature","id":"n368410415","geometry":{"type":"Point","coordinates":[0.1067998,51.3926141]},"properties":{"@type":"node","@id":368410415,"@timestamp":1615922279},"coords":"51.3926141,0.1067998","bedrooms":"2","price":"154000","area":"460"} , +{"type":"Feature","id":"n368772368","geometry":{"type":"Point","coordinates":[-0.607692,51.676685]},"properties":{"@type":"node","@id":368772368,"@timestamp":1511764237},"coords":"51.676685,-0.607692","bedrooms":"0","price":"287000","area":"416"} , +{"type":"Feature","id":"n369009843","geometry":{"type":"Point","coordinates":[-0.0836995,51.5121763]},"properties":{"@type":"node","@id":369009843,"@timestamp":1517437435},"coords":"51.5121763,-0.0836995","bedrooms":"3","price":"273000","area":"397"} , +{"type":"Feature","id":"n369039650","geometry":{"type":"Point","coordinates":[0.8968589,51.851805]},"properties":{"@type":"node","@id":369039650,"@timestamp":1241042316},"coords":"51.851805,0.8968589","bedrooms":"4","price":"180000","area":"620"} , +{"type":"Feature","id":"n369119283","geometry":{"type":"Point","coordinates":[-0.0790524,51.5147516]},"properties":{"@type":"node","@id":369119283,"@timestamp":1251121741},"coords":"51.5147516,-0.0790524","bedrooms":"2","price":"257000","area":"420"} , +{"type":"Feature","id":"n369406380","geometry":{"type":"Point","coordinates":[-0.9519648,51.6041261]},"properties":{"@type":"node","@id":369406380,"@timestamp":1505025835},"coords":"51.6041261,-0.9519648","bedrooms":"0","price":"227000","area":"353"} , +{"type":"Feature","id":"n369483188","geometry":{"type":"Point","coordinates":[0.0535389,51.6093353]},"properties":{"@type":"node","@id":369483188,"@timestamp":1238784077},"coords":"51.6093353,0.0535389","bedrooms":"3","price":"208000","area":"627"} , +{"type":"Feature","id":"n369519690","geometry":{"type":"Point","coordinates":[-0.7084843,51.2383076]},"properties":{"@type":"node","@id":369519690,"@timestamp":1617077588},"coords":"51.2383076,-0.7084843","bedrooms":"4","price":"258000","area":"511"} , +{"type":"Feature","id":"n369576426","geometry":{"type":"Point","coordinates":[-1.0269392,51.3173293]},"properties":{"@type":"node","@id":369576426,"@timestamp":1483902250},"coords":"51.3173293,-1.0269392","bedrooms":"2","price":"250000","area":"557"} , +{"type":"Feature","id":"n369643076","geometry":{"type":"Point","coordinates":[0.8350664,51.8844655]},"properties":{"@type":"node","@id":369643076,"@timestamp":1238824653},"coords":"51.8844655,0.8350664","bedrooms":"1","price":"250000","area":"611"} , +{"type":"Feature","id":"n369731186","geometry":{"type":"Point","coordinates":[-0.2828169,51.4084514]},"properties":{"@type":"node","@id":369731186,"@timestamp":1307383844},"coords":"51.4084514,-0.2828169","bedrooms":"4","price":"270000","area":"539"} , +{"type":"Feature","id":"n369732324","geometry":{"type":"Point","coordinates":[-0.2816094,51.4085038]},"properties":{"@type":"node","@id":369732324,"@timestamp":1307484751},"coords":"51.4085038,-0.2816094","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n369769051","geometry":{"type":"Point","coordinates":[-0.9286528,51.0070985]},"properties":{"@type":"node","@id":369769051,"@timestamp":1238866742},"coords":"51.0070985,-0.9286528","bedrooms":"0","price":"272000","area":"575"} , +{"type":"Feature","id":"n369793966","geometry":{"type":"Point","coordinates":[-0.7608122,51.2594359]},"properties":{"@type":"node","@id":369793966,"@timestamp":1610282118},"coords":"51.2594359,-0.7608122","bedrooms":"4","price":"254000","area":"618"} , +{"type":"Feature","id":"n369797653","geometry":{"type":"Point","coordinates":[-0.1148774,51.5390468]},"properties":{"@type":"node","@id":369797653,"@timestamp":1396729193},"coords":"51.5390468,-0.1148774","bedrooms":"2","price":"197000","area":"491"} , +{"type":"Feature","id":"n369829171","geometry":{"type":"Point","coordinates":[-0.1176729,51.5434695]},"properties":{"@type":"node","@id":369829171,"@timestamp":1238881346},"coords":"51.5434695,-0.1176729","bedrooms":"0","price":"293000","area":"673"} , +{"type":"Feature","id":"n369840821","geometry":{"type":"Point","coordinates":[-0.0633161,51.509237]},"properties":{"@type":"node","@id":369840821,"@timestamp":1629359795},"coords":"51.509237,-0.0633161","bedrooms":"4","price":"284000","area":"353"} , +{"type":"Feature","id":"n369848263","geometry":{"type":"Point","coordinates":[-0.1175104,51.5424612]},"properties":{"@type":"node","@id":369848263,"@timestamp":1250084905},"coords":"51.5424612,-0.1175104","bedrooms":"0","price":"228000","area":"552"} , +{"type":"Feature","id":"n369859307","geometry":{"type":"Point","coordinates":[-0.0728654,51.5654055]},"properties":{"@type":"node","@id":369859307,"@timestamp":1624630199},"coords":"51.5654055,-0.0728654","bedrooms":"4","price":"277000","area":"414"} , +{"type":"Feature","id":"n369859325","geometry":{"type":"Point","coordinates":[-0.0729958,51.5642196]},"properties":{"@type":"node","@id":369859325,"@timestamp":1624630199},"coords":"51.5642196,-0.0729958","bedrooms":"0","price":"271000","area":"564"} , +{"type":"Feature","id":"n369859337","geometry":{"type":"Point","coordinates":[-0.07298,51.5649236]},"properties":{"@type":"node","@id":369859337,"@timestamp":1624630199},"coords":"51.5649236,-0.07298","bedrooms":"2","price":"185000","area":"417"} , +{"type":"Feature","id":"n369875723","geometry":{"type":"Point","coordinates":[-0.0733375,51.5654109]},"properties":{"@type":"node","@id":369875723,"@timestamp":1624630199},"coords":"51.5654109,-0.0733375","bedrooms":"1","price":"177000","area":"630"} , +{"type":"Feature","id":"n369879103","geometry":{"type":"Point","coordinates":[-0.073576,51.5621597]},"properties":{"@type":"node","@id":369879103,"@timestamp":1238892716},"coords":"51.5621597,-0.073576","bedrooms":"1","price":"283000","area":"565"} , +{"type":"Feature","id":"n369879717","geometry":{"type":"Point","coordinates":[-0.0736785,51.5609351]},"properties":{"@type":"node","@id":369879717,"@timestamp":1634305997},"coords":"51.5609351,-0.0736785","bedrooms":"0","price":"171000","area":"616"} , +{"type":"Feature","id":"n369883662","geometry":{"type":"Point","coordinates":[-0.1066204,51.5399531]},"properties":{"@type":"node","@id":369883662,"@timestamp":1415725540},"coords":"51.5399531,-0.1066204","bedrooms":"1","price":"238000","area":"399"} , +{"type":"Feature","id":"n369940688","geometry":{"type":"Point","coordinates":[-0.7553654,51.2511256]},"properties":{"@type":"node","@id":369940688,"@timestamp":1618658451},"coords":"51.2511256,-0.7553654","bedrooms":"2","price":"268000","area":"470"} , +{"type":"Feature","id":"n369946741","geometry":{"type":"Point","coordinates":[-0.9079919,51.1088407]},"properties":{"@type":"node","@id":369946741,"@timestamp":1262193807},"coords":"51.1088407,-0.9079919","bedrooms":"3","price":"184000","area":"402"} , +{"type":"Feature","id":"n369949919","geometry":{"type":"Point","coordinates":[-0.7474651,51.2534163]},"properties":{"@type":"node","@id":369949919,"@timestamp":1472248943},"coords":"51.2534163,-0.7474651","bedrooms":"2","price":"244000","area":"550"} , +{"type":"Feature","id":"n369955635","geometry":{"type":"Point","coordinates":[-0.9250145,51.0796619]},"properties":{"@type":"node","@id":369955635,"@timestamp":1294752386},"coords":"51.0796619,-0.9250145","bedrooms":"1","price":"155000","area":"501"} , +{"type":"Feature","id":"n369958210","geometry":{"type":"Point","coordinates":[-0.8932277,51.0711742]},"properties":{"@type":"node","@id":369958210,"@timestamp":1265743587},"coords":"51.0711742,-0.8932277","bedrooms":"4","price":"150000","area":"515"} , +{"type":"Feature","id":"n369962659","geometry":{"type":"Point","coordinates":[-0.9410267,51.0801942]},"properties":{"@type":"node","@id":369962659,"@timestamp":1244663908},"coords":"51.0801942,-0.9410267","bedrooms":"3","price":"235000","area":"407"} , +{"type":"Feature","id":"n369970628","geometry":{"type":"Point","coordinates":[-0.7328201,51.2490241]},"properties":{"@type":"node","@id":369970628,"@timestamp":1617708122},"coords":"51.2490241,-0.7328201","bedrooms":"1","price":"298000","area":"409"} , +{"type":"Feature","id":"n369975042","geometry":{"type":"Point","coordinates":[-0.0737299,51.5603727]},"properties":{"@type":"node","@id":369975042,"@timestamp":1573003084},"coords":"51.5603727,-0.0737299","bedrooms":"1","price":"194000","area":"605"} , +{"type":"Feature","id":"n369975055","geometry":{"type":"Point","coordinates":[-0.073915,51.5595994]},"properties":{"@type":"node","@id":369975055,"@timestamp":1602570089},"coords":"51.5595994,-0.073915","bedrooms":"1","price":"255000","area":"645"} , +{"type":"Feature","id":"n369983016","geometry":{"type":"Point","coordinates":[-0.0740795,51.5584349]},"properties":{"@type":"node","@id":369983016,"@timestamp":1509200906},"coords":"51.5584349,-0.0740795","bedrooms":"2","price":"170000","area":"379"} , +{"type":"Feature","id":"n369983119","geometry":{"type":"Point","coordinates":[-0.0741457,51.5580197]},"properties":{"@type":"node","@id":369983119,"@timestamp":1443339240},"coords":"51.5580197,-0.0741457","bedrooms":"2","price":"165000","area":"683"} , +{"type":"Feature","id":"n369983227","geometry":{"type":"Point","coordinates":[-0.0741914,51.5576036]},"properties":{"@type":"node","@id":369983227,"@timestamp":1602570089},"coords":"51.5576036,-0.0741914","bedrooms":"1","price":"211000","area":"443"} , +{"type":"Feature","id":"n369983290","geometry":{"type":"Point","coordinates":[-0.0744054,51.5575216]},"properties":{"@type":"node","@id":369983290,"@timestamp":1617464060},"coords":"51.5575216,-0.0744054","bedrooms":"2","price":"244000","area":"620"} , +{"type":"Feature","id":"n370055869","geometry":{"type":"Point","coordinates":[-0.4862905,51.193842]},"properties":{"@type":"node","@id":370055869,"@timestamp":1524082490},"coords":"51.193842,-0.4862905","bedrooms":"4","price":"150000","area":"354"} , +{"type":"Feature","id":"n370082556","geometry":{"type":"Point","coordinates":[-0.3253674,51.3893655]},"properties":{"@type":"node","@id":370082556,"@timestamp":1438285129},"coords":"51.3893655,-0.3253674","bedrooms":"1","price":"157000","area":"579"} , +{"type":"Feature","id":"n370085842","geometry":{"type":"Point","coordinates":[-0.0788357,51.4472146]},"properties":{"@type":"node","@id":370085842,"@timestamp":1404850926},"coords":"51.4472146,-0.0788357","bedrooms":"4","price":"298000","area":"371"} , +{"type":"Feature","id":"n370086290","geometry":{"type":"Point","coordinates":[-0.0768414,51.4454387]},"properties":{"@type":"node","@id":370086290,"@timestamp":1404850927},"coords":"51.4454387,-0.0768414","bedrooms":"1","price":"218000","area":"627"} , +{"type":"Feature","id":"n370092556","geometry":{"type":"Point","coordinates":[-0.1144471,51.5827404]},"properties":{"@type":"node","@id":370092556,"@timestamp":1238956809},"coords":"51.5827404,-0.1144471","bedrooms":"0","price":"166000","area":"481"} , +{"type":"Feature","id":"n370092846","geometry":{"type":"Point","coordinates":[-0.1148216,51.5878821]},"properties":{"@type":"node","@id":370092846,"@timestamp":1594480705},"coords":"51.5878821,-0.1148216","bedrooms":"4","price":"262000","area":"359"} , +{"type":"Feature","id":"n370099914","geometry":{"type":"Point","coordinates":[0.5074246,51.2828599]},"properties":{"@type":"node","@id":370099914,"@timestamp":1608728978},"coords":"51.2828599,0.5074246","bedrooms":"1","price":"162000","area":"390"} , +{"type":"Feature","id":"n370100602","geometry":{"type":"Point","coordinates":[-0.0824908,51.4462191]},"properties":{"@type":"node","@id":370100602,"@timestamp":1404850927},"coords":"51.4462191,-0.0824908","bedrooms":"4","price":"240000","area":"659"} , +{"type":"Feature","id":"n370103056","geometry":{"type":"Point","coordinates":[-0.0758809,51.4460046]},"properties":{"@type":"node","@id":370103056,"@timestamp":1404850928},"coords":"51.4460046,-0.0758809","bedrooms":"0","price":"240000","area":"632"} , +{"type":"Feature","id":"n370103510","geometry":{"type":"Point","coordinates":[-0.0765539,51.444459]},"properties":{"@type":"node","@id":370103510,"@timestamp":1290164217},"coords":"51.444459,-0.0765539","bedrooms":"0","price":"297000","area":"659"} , +{"type":"Feature","id":"n370105457","geometry":{"type":"Point","coordinates":[-0.0724075,51.4444404]},"properties":{"@type":"node","@id":370105457,"@timestamp":1290164221},"coords":"51.4444404,-0.0724075","bedrooms":"2","price":"167000","area":"586"} , +{"type":"Feature","id":"n370135864","geometry":{"type":"Point","coordinates":[-0.1187684,51.5886864]},"properties":{"@type":"node","@id":370135864,"@timestamp":1239783116},"coords":"51.5886864,-0.1187684","bedrooms":"0","price":"188000","area":"419"} , +{"type":"Feature","id":"n370154648","geometry":{"type":"Point","coordinates":[-0.3135387,51.5713414]},"properties":{"@type":"node","@id":370154648,"@timestamp":1600541586},"coords":"51.5713414,-0.3135387","bedrooms":"2","price":"242000","area":"374"} , +{"type":"Feature","id":"n370187938","geometry":{"type":"Point","coordinates":[-0.131498,51.587506]},"properties":{"@type":"node","@id":370187938,"@timestamp":1238971645},"coords":"51.587506,-0.131498","bedrooms":"2","price":"247000","area":"608"} , +{"type":"Feature","id":"n370188215","geometry":{"type":"Point","coordinates":[-0.1228559,51.5851357]},"properties":{"@type":"node","@id":370188215,"@timestamp":1254152023},"coords":"51.5851357,-0.1228559","bedrooms":"1","price":"151000","area":"464"} , +{"type":"Feature","id":"n370198707","geometry":{"type":"Point","coordinates":[-0.6847789,51.0536159]},"properties":{"@type":"node","@id":370198707,"@timestamp":1320781500},"coords":"51.0536159,-0.6847789","bedrooms":"1","price":"271000","area":"572"} , +{"type":"Feature","id":"n370202190","geometry":{"type":"Point","coordinates":[0.1934622,51.2691968]},"properties":{"@type":"node","@id":370202190,"@timestamp":1243116524},"coords":"51.2691968,0.1934622","bedrooms":"4","price":"239000","area":"601"} , +{"type":"Feature","id":"n370202499","geometry":{"type":"Point","coordinates":[0.2185945,51.2925945]},"properties":{"@type":"node","@id":370202499,"@timestamp":1238975438},"coords":"51.2925945,0.2185945","bedrooms":"1","price":"224000","area":"450"} , +{"type":"Feature","id":"n370304951","geometry":{"type":"Point","coordinates":[-1.0528412,51.3268979]},"properties":{"@type":"node","@id":370304951,"@timestamp":1625597994},"coords":"51.3268979,-1.0528412","bedrooms":"2","price":"270000","area":"593"} , +{"type":"Feature","id":"n370335052","geometry":{"type":"Point","coordinates":[-0.1515001,51.4421375]},"properties":{"@type":"node","@id":370335052,"@timestamp":1239031944},"coords":"51.4421375,-0.1515001","bedrooms":"4","price":"296000","area":"601"} , +{"type":"Feature","id":"n370336129","geometry":{"type":"Point","coordinates":[-0.1527362,51.4426901]},"properties":{"@type":"node","@id":370336129,"@timestamp":1452595505},"coords":"51.4426901,-0.1527362","bedrooms":"1","price":"204000","area":"654"} , +{"type":"Feature","id":"n370337189","geometry":{"type":"Point","coordinates":[-0.144977,51.4437852]},"properties":{"@type":"node","@id":370337189,"@timestamp":1239032758},"coords":"51.4437852,-0.144977","bedrooms":"0","price":"153000","area":"624"} , +{"type":"Feature","id":"n370337805","geometry":{"type":"Point","coordinates":[-0.1491569,51.4440153]},"properties":{"@type":"node","@id":370337805,"@timestamp":1239032955},"coords":"51.4440153,-0.1491569","bedrooms":"1","price":"165000","area":"608"} , +{"type":"Feature","id":"n370338550","geometry":{"type":"Point","coordinates":[-0.149217,51.4452296]},"properties":{"@type":"node","@id":370338550,"@timestamp":1239033157},"coords":"51.4452296,-0.149217","bedrooms":"1","price":"192000","area":"520"} , +{"type":"Feature","id":"n370339439","geometry":{"type":"Point","coordinates":[-0.1493114,51.4458609]},"properties":{"@type":"node","@id":370339439,"@timestamp":1239033490},"coords":"51.4458609,-0.1493114","bedrooms":"4","price":"165000","area":"442"} , +{"type":"Feature","id":"n370340176","geometry":{"type":"Point","coordinates":[-0.1482702,51.4445277]},"properties":{"@type":"node","@id":370340176,"@timestamp":1591280292},"coords":"51.4445277,-0.1482702","bedrooms":"0","price":"208000","area":"686"} , +{"type":"Feature","id":"n370355056","geometry":{"type":"Point","coordinates":[0.3370677,51.9051834]},"properties":{"@type":"node","@id":370355056,"@timestamp":1239037530},"coords":"51.9051834,0.3370677","bedrooms":"1","price":"256000","area":"664"} , +{"type":"Feature","id":"n370422690","geometry":{"type":"Point","coordinates":[-0.9798953,51.4803734]},"properties":{"@type":"node","@id":370422690,"@timestamp":1392059688},"coords":"51.4803734,-0.9798953","bedrooms":"4","price":"297000","area":"641"} , +{"type":"Feature","id":"n370455904","geometry":{"type":"Point","coordinates":[-0.0729238,51.5089329]},"properties":{"@type":"node","@id":370455904,"@timestamp":1628510680},"coords":"51.5089329,-0.0729238","bedrooms":"3","price":"246000","area":"635"} , +{"type":"Feature","id":"n370464413","geometry":{"type":"Point","coordinates":[-0.0753738,51.5474539]},"properties":{"@type":"node","@id":370464413,"@timestamp":1443365057},"coords":"51.5474539,-0.0753738","bedrooms":"0","price":"298000","area":"592"} , +{"type":"Feature","id":"n370617741","geometry":{"type":"Point","coordinates":[-0.328629,51.2541227]},"properties":{"@type":"node","@id":370617741,"@timestamp":1308137337},"coords":"51.2541227,-0.328629","bedrooms":"3","price":"255000","area":"660"} , +{"type":"Feature","id":"n370646877","geometry":{"type":"Point","coordinates":[-1.0772272,51.2849333]},"properties":{"@type":"node","@id":370646877,"@timestamp":1462914432},"coords":"51.2849333,-1.0772272","bedrooms":"4","price":"177000","area":"418"} , +{"type":"Feature","id":"n370704468","geometry":{"type":"Point","coordinates":[-1.0740745,51.2864077]},"properties":{"@type":"node","@id":370704468,"@timestamp":1239151366},"coords":"51.2864077,-1.0740745","bedrooms":"4","price":"193000","area":"547"} , +{"type":"Feature","id":"n370903126","geometry":{"type":"Point","coordinates":[0.0827709,51.495699]},"properties":{"@type":"node","@id":370903126,"@timestamp":1239221681},"coords":"51.495699,0.0827709","bedrooms":"1","price":"186000","area":"655"} , +{"type":"Feature","id":"n370928401","geometry":{"type":"Point","coordinates":[0.7244664,51.3390298]},"properties":{"@type":"node","@id":370928401,"@timestamp":1349637813},"coords":"51.3390298,0.7244664","bedrooms":"3","price":"293000","area":"591"} , +{"type":"Feature","id":"n370937890","geometry":{"type":"Point","coordinates":[-0.5349335,51.7246798]},"properties":{"@type":"node","@id":370937890,"@timestamp":1459794152},"coords":"51.7246798,-0.5349335","bedrooms":"3","price":"242000","area":"629"} , +{"type":"Feature","id":"n371063206","geometry":{"type":"Point","coordinates":[-0.1017454,51.5362798]},"properties":{"@type":"node","@id":371063206,"@timestamp":1603489821},"coords":"51.5362798,-0.1017454","bedrooms":"0","price":"225000","area":"414"} , +{"type":"Feature","id":"n371085214","geometry":{"type":"Point","coordinates":[0.1145942,51.5682956]},"properties":{"@type":"node","@id":371085214,"@timestamp":1239277723},"coords":"51.5682956,0.1145942","bedrooms":"2","price":"218000","area":"362"} , +{"type":"Feature","id":"n371179015","geometry":{"type":"Point","coordinates":[-1.0869926,51.4884987]},"properties":{"@type":"node","@id":371179015,"@timestamp":1239300805},"coords":"51.4884987,-1.0869926","bedrooms":"2","price":"253000","area":"496"} , +{"type":"Feature","id":"n371190452","geometry":{"type":"Point","coordinates":[-0.7174158,51.5664982]},"properties":{"@type":"node","@id":371190452,"@timestamp":1239304351},"coords":"51.5664982,-0.7174158","bedrooms":"1","price":"260000","area":"438"} , +{"type":"Feature","id":"n371400302","geometry":{"type":"Point","coordinates":[-0.1239145,51.5164397]},"properties":{"@type":"node","@id":371400302,"@timestamp":1584920227},"coords":"51.5164397,-0.1239145","bedrooms":"4","price":"203000","area":"369"} , +{"type":"Feature","id":"n371447987","geometry":{"type":"Point","coordinates":[-0.1428733,51.4422108]},"properties":{"@type":"node","@id":371447987,"@timestamp":1589535809},"coords":"51.4422108,-0.1428733","bedrooms":"1","price":"257000","area":"672"} , +{"type":"Feature","id":"n371450100","geometry":{"type":"Point","coordinates":[-0.1414137,51.4436508]},"properties":{"@type":"node","@id":371450100,"@timestamp":1589535809},"coords":"51.4436508,-0.1414137","bedrooms":"0","price":"239000","area":"439"} , +{"type":"Feature","id":"n371452017","geometry":{"type":"Point","coordinates":[-0.1395346,51.4429848]},"properties":{"@type":"node","@id":371452017,"@timestamp":1589487329},"coords":"51.4429848,-0.1395346","bedrooms":"3","price":"188000","area":"519"} , +{"type":"Feature","id":"n371454980","geometry":{"type":"Point","coordinates":[-0.1434527,51.4419577]},"properties":{"@type":"node","@id":371454980,"@timestamp":1634849193},"coords":"51.4419577,-0.1434527","bedrooms":"1","price":"225000","area":"686"} , +{"type":"Feature","id":"n371457080","geometry":{"type":"Point","coordinates":[-0.137982,51.4418726]},"properties":{"@type":"node","@id":371457080,"@timestamp":1589531949},"coords":"51.4418726,-0.137982","bedrooms":"0","price":"262000","area":"658"} , +{"type":"Feature","id":"n371460259","geometry":{"type":"Point","coordinates":[-0.137503,51.4439085]},"properties":{"@type":"node","@id":371460259,"@timestamp":1589487329},"coords":"51.4439085,-0.137503","bedrooms":"4","price":"281000","area":"605"} , +{"type":"Feature","id":"n371461608","geometry":{"type":"Point","coordinates":[-0.1399798,51.44316]},"properties":{"@type":"node","@id":371461608,"@timestamp":1589531949},"coords":"51.44316,-0.1399798","bedrooms":"4","price":"276000","area":"386"} , +{"type":"Feature","id":"n371564813","geometry":{"type":"Point","coordinates":[-0.1246596,51.514009]},"properties":{"@type":"node","@id":371564813,"@timestamp":1518957762},"coords":"51.514009,-0.1246596","bedrooms":"0","price":"251000","area":"538"} , +{"type":"Feature","id":"n371598427","geometry":{"type":"Point","coordinates":[-0.3443732,51.4299133]},"properties":{"@type":"node","@id":371598427,"@timestamp":1321807145},"coords":"51.4299133,-0.3443732","bedrooms":"3","price":"269000","area":"475"} , +{"type":"Feature","id":"n371598885","geometry":{"type":"Point","coordinates":[-0.3491039,51.4384519]},"properties":{"@type":"node","@id":371598885,"@timestamp":1523677559},"coords":"51.4384519,-0.3491039","bedrooms":"2","price":"292000","area":"512"} , +{"type":"Feature","id":"n371627803","geometry":{"type":"Point","coordinates":[0.5953375,51.5697876]},"properties":{"@type":"node","@id":371627803,"@timestamp":1320944034},"coords":"51.5697876,0.5953375","bedrooms":"2","price":"274000","area":"521"} , +{"type":"Feature","id":"n371761570","geometry":{"type":"Point","coordinates":[-0.1850723,51.3615249]},"properties":{"@type":"node","@id":371761570,"@timestamp":1510496793},"coords":"51.3615249,-0.1850723","bedrooms":"0","price":"248000","area":"683"} , +{"type":"Feature","id":"n371781629","geometry":{"type":"Point","coordinates":[0.5633384,51.3861019]},"properties":{"@type":"node","@id":371781629,"@timestamp":1533822080},"coords":"51.3861019,0.5633384","bedrooms":"3","price":"281000","area":"547"} , +{"type":"Feature","id":"n371899329","geometry":{"type":"Point","coordinates":[-0.1797922,51.2982465]},"properties":{"@type":"node","@id":371899329,"@timestamp":1537892085},"coords":"51.2982465,-0.1797922","bedrooms":"3","price":"256000","area":"612"} , +{"type":"Feature","id":"n372091831","geometry":{"type":"Point","coordinates":[-0.1445674,51.2945981]},"properties":{"@type":"node","@id":372091831,"@timestamp":1600538807},"coords":"51.2945981,-0.1445674","bedrooms":"1","price":"155000","area":"511"} , +{"type":"Feature","id":"n372403826","geometry":{"type":"Point","coordinates":[-0.6190996,51.1973297]},"properties":{"@type":"node","@id":372403826,"@timestamp":1239441436},"coords":"51.1973297,-0.6190996","bedrooms":"1","price":"203000","area":"552"} , +{"type":"Feature","id":"n372514560","geometry":{"type":"Point","coordinates":[0.8791219,51.8642193]},"properties":{"@type":"node","@id":372514560,"@timestamp":1330813426},"coords":"51.8642193,0.8791219","bedrooms":"1","price":"194000","area":"488"} , +{"type":"Feature","id":"n372620221","geometry":{"type":"Point","coordinates":[-0.5928875,51.2310057]},"properties":{"@type":"node","@id":372620221,"@timestamp":1500367284},"coords":"51.2310057,-0.5928875","bedrooms":"3","price":"265000","area":"698"} , +{"type":"Feature","id":"n372771075","geometry":{"type":"Point","coordinates":[-0.3964612,51.8698657]},"properties":{"@type":"node","@id":372771075,"@timestamp":1365786728},"coords":"51.8698657,-0.3964612","bedrooms":"4","price":"226000","area":"463"} , +{"type":"Feature","id":"n372877740","geometry":{"type":"Point","coordinates":[0.7293878,51.3307858]},"properties":{"@type":"node","@id":372877740,"@timestamp":1568837490},"coords":"51.3307858,0.7293878","bedrooms":"4","price":"191000","area":"590"} , +{"type":"Feature","id":"n373128036","geometry":{"type":"Point","coordinates":[0.8519615,51.839207]},"properties":{"@type":"node","@id":373128036,"@timestamp":1330813449},"coords":"51.839207,0.8519615","bedrooms":"2","price":"218000","area":"629"} , +{"type":"Feature","id":"n373128057","geometry":{"type":"Point","coordinates":[0.794525,51.8288324]},"properties":{"@type":"node","@id":373128057,"@timestamp":1506983585},"coords":"51.8288324,0.794525","bedrooms":"3","price":"207000","area":"467"} , +{"type":"Feature","id":"n373305058","geometry":{"type":"Point","coordinates":[0.6737444,51.9434098]},"properties":{"@type":"node","@id":373305058,"@timestamp":1239553823},"coords":"51.9434098,0.6737444","bedrooms":"4","price":"297000","area":"507"} , +{"type":"Feature","id":"n373364878","geometry":{"type":"Point","coordinates":[-0.0969633,51.5147977]},"properties":{"@type":"node","@id":373364878,"@timestamp":1564913929},"coords":"51.5147977,-0.0969633","bedrooms":"1","price":"158000","area":"433"} , +{"type":"Feature","id":"n373419879","geometry":{"type":"Point","coordinates":[0.0119047,51.4823334]},"properties":{"@type":"node","@id":373419879,"@timestamp":1239566134},"coords":"51.4823334,0.0119047","bedrooms":"0","price":"290000","area":"671"} , +{"type":"Feature","id":"n373494832","geometry":{"type":"Point","coordinates":[-0.7331446,51.5298761]},"properties":{"@type":"node","@id":373494832,"@timestamp":1264002546},"coords":"51.5298761,-0.7331446","bedrooms":"2","price":"160000","area":"385"} , +{"type":"Feature","id":"n373495341","geometry":{"type":"Point","coordinates":[-0.7222865,51.5227884]},"properties":{"@type":"node","@id":373495341,"@timestamp":1581158251},"coords":"51.5227884,-0.7222865","bedrooms":"0","price":"243000","area":"371"} , +{"type":"Feature","id":"n373495931","geometry":{"type":"Point","coordinates":[-0.7550194,51.5427322]},"properties":{"@type":"node","@id":373495931,"@timestamp":1430657508},"coords":"51.5427322,-0.7550194","bedrooms":"1","price":"160000","area":"476"} , +{"type":"Feature","id":"n373502926","geometry":{"type":"Point","coordinates":[-0.4051059,51.4202007]},"properties":{"@type":"node","@id":373502926,"@timestamp":1239787824},"coords":"51.4202007,-0.4051059","bedrooms":"0","price":"208000","area":"373"} , +{"type":"Feature","id":"n373549513","geometry":{"type":"Point","coordinates":[-0.7300712,51.537289]},"properties":{"@type":"node","@id":373549513,"@timestamp":1292869051},"coords":"51.537289,-0.7300712","bedrooms":"2","price":"267000","area":"361"} , +{"type":"Feature","id":"n373821074","geometry":{"type":"Point","coordinates":[-0.5713959,51.4607759]},"properties":{"@type":"node","@id":373821074,"@timestamp":1239618641},"coords":"51.4607759,-0.5713959","bedrooms":"3","price":"220000","area":"550"} , +{"type":"Feature","id":"n373821137","geometry":{"type":"Point","coordinates":[-0.574464,51.454896]},"properties":{"@type":"node","@id":373821137,"@timestamp":1239618645},"coords":"51.454896,-0.574464","bedrooms":"0","price":"266000","area":"364"} , +{"type":"Feature","id":"n373842547","geometry":{"type":"Point","coordinates":[-0.5709449,51.5157277]},"properties":{"@type":"node","@id":373842547,"@timestamp":1292762709},"coords":"51.5157277,-0.5709449","bedrooms":"1","price":"166000","area":"451"} , +{"type":"Feature","id":"n373843718","geometry":{"type":"Point","coordinates":[-0.4907149,51.399106]},"properties":{"@type":"node","@id":373843718,"@timestamp":1239620915},"coords":"51.399106,-0.4907149","bedrooms":"2","price":"258000","area":"379"} , +{"type":"Feature","id":"n373843789","geometry":{"type":"Point","coordinates":[-0.4858354,51.3885466]},"properties":{"@type":"node","@id":373843789,"@timestamp":1635782427},"coords":"51.3885466,-0.4858354","bedrooms":"1","price":"203000","area":"486"} , +{"type":"Feature","id":"n373919217","geometry":{"type":"Point","coordinates":[-0.3420161,51.435169]},"properties":{"@type":"node","@id":373919217,"@timestamp":1602496403},"coords":"51.435169,-0.3420161","bedrooms":"0","price":"189000","area":"639"} , +{"type":"Feature","id":"n374098537","geometry":{"type":"Point","coordinates":[-0.454471,51.251054]},"properties":{"@type":"node","@id":374098537,"@timestamp":1239636020},"coords":"51.251054,-0.454471","bedrooms":"2","price":"160000","area":"682"} , +{"type":"Feature","id":"n374098555","geometry":{"type":"Point","coordinates":[-0.4584303,51.249812]},"properties":{"@type":"node","@id":374098555,"@timestamp":1239636021},"coords":"51.249812,-0.4584303","bedrooms":"0","price":"199000","area":"673"} , +{"type":"Feature","id":"n374098579","geometry":{"type":"Point","coordinates":[-0.4592605,51.2461924]},"properties":{"@type":"node","@id":374098579,"@timestamp":1239636022},"coords":"51.2461924,-0.4592605","bedrooms":"3","price":"288000","area":"697"} , +{"type":"Feature","id":"n374103313","geometry":{"type":"Point","coordinates":[-0.4457433,51.2486214]},"properties":{"@type":"node","@id":374103313,"@timestamp":1239636506},"coords":"51.2486214,-0.4457433","bedrooms":"1","price":"202000","area":"430"} , +{"type":"Feature","id":"n374103383","geometry":{"type":"Point","coordinates":[-0.4479077,51.2536715]},"properties":{"@type":"node","@id":374103383,"@timestamp":1239636510},"coords":"51.2536715,-0.4479077","bedrooms":"0","price":"218000","area":"518"} , +{"type":"Feature","id":"n374198831","geometry":{"type":"Point","coordinates":[-0.0759499,51.5664484]},"properties":{"@type":"node","@id":374198831,"@timestamp":1493134200},"coords":"51.5664484,-0.0759499","bedrooms":"3","price":"166000","area":"681"} , +{"type":"Feature","id":"n374211427","geometry":{"type":"Point","coordinates":[-0.9784775,51.4799114]},"properties":{"@type":"node","@id":374211427,"@timestamp":1636319793},"coords":"51.4799114,-0.9784775","bedrooms":"1","price":"151000","area":"388"} , +{"type":"Feature","id":"n374217269","geometry":{"type":"Point","coordinates":[-0.0754706,51.5647771]},"properties":{"@type":"node","@id":374217269,"@timestamp":1239648197},"coords":"51.5647771,-0.0754706","bedrooms":"4","price":"171000","area":"467"} , +{"type":"Feature","id":"n374237702","geometry":{"type":"Point","coordinates":[-0.0778173,51.562304]},"properties":{"@type":"node","@id":374237702,"@timestamp":1617464060},"coords":"51.562304,-0.0778173","bedrooms":"2","price":"166000","area":"360"} , +{"type":"Feature","id":"n374237995","geometry":{"type":"Point","coordinates":[-0.7539269,51.5081598]},"properties":{"@type":"node","@id":374237995,"@timestamp":1569687532},"coords":"51.5081598,-0.7539269","bedrooms":"1","price":"226000","area":"591"} , +{"type":"Feature","id":"n374241906","geometry":{"type":"Point","coordinates":[-0.0754648,51.5627537]},"properties":{"@type":"node","@id":374241906,"@timestamp":1443376162},"coords":"51.5627537,-0.0754648","bedrooms":"0","price":"214000","area":"427"} , +{"type":"Feature","id":"n374254988","geometry":{"type":"Point","coordinates":[-0.0771753,51.5622223]},"properties":{"@type":"node","@id":374254988,"@timestamp":1634252298},"coords":"51.5622223,-0.0771753","bedrooms":"2","price":"208000","area":"693"} , +{"type":"Feature","id":"n374317891","geometry":{"type":"Point","coordinates":[-0.0758697,51.5620821]},"properties":{"@type":"node","@id":374317891,"@timestamp":1443375715},"coords":"51.5620821,-0.0758697","bedrooms":"3","price":"175000","area":"504"} , +{"type":"Feature","id":"n374318072","geometry":{"type":"Point","coordinates":[-0.0754513,51.5620603]},"properties":{"@type":"node","@id":374318072,"@timestamp":1443378266},"coords":"51.5620603,-0.0754513","bedrooms":"4","price":"180000","area":"518"} , +{"type":"Feature","id":"n374318350","geometry":{"type":"Point","coordinates":[-0.074018,51.5619205]},"properties":{"@type":"node","@id":374318350,"@timestamp":1432330964},"coords":"51.5619205,-0.074018","bedrooms":"4","price":"239000","area":"367"} , +{"type":"Feature","id":"n375475617","geometry":{"type":"Point","coordinates":[-0.1502324,51.4440935]},"properties":{"@type":"node","@id":375475617,"@timestamp":1255545819},"coords":"51.4440935,-0.1502324","bedrooms":"4","price":"254000","area":"519"} , +{"type":"Feature","id":"n375693287","geometry":{"type":"Point","coordinates":[-0.8838419,51.9417385]},"properties":{"@type":"node","@id":375693287,"@timestamp":1610962689},"coords":"51.9417385,-0.8838419","bedrooms":"4","price":"249000","area":"424"} , +{"type":"Feature","id":"n375761389","geometry":{"type":"Point","coordinates":[0.1092245,51.3703853]},"properties":{"@type":"node","@id":375761389,"@timestamp":1546960914},"coords":"51.3703853,0.1092245","bedrooms":"0","price":"255000","area":"429"} , +{"type":"Feature","id":"n375784997","geometry":{"type":"Point","coordinates":[0.7987062,51.2087695]},"properties":{"@type":"node","@id":375784997,"@timestamp":1239722726},"coords":"51.2087695,0.7987062","bedrooms":"0","price":"236000","area":"375"} , +{"type":"Feature","id":"n375795876","geometry":{"type":"Point","coordinates":[0.7940145,51.2087612]},"properties":{"@type":"node","@id":375795876,"@timestamp":1239723989},"coords":"51.2087612,0.7940145","bedrooms":"4","price":"298000","area":"577"} , +{"type":"Feature","id":"n375800406","geometry":{"type":"Point","coordinates":[0.7946688,51.2105637]},"properties":{"@type":"node","@id":375800406,"@timestamp":1387377989},"coords":"51.2105637,0.7946688","bedrooms":"4","price":"238000","area":"674"} , +{"type":"Feature","id":"n375810085","geometry":{"type":"Point","coordinates":[0.791761,51.2122339]},"properties":{"@type":"node","@id":375810085,"@timestamp":1531240619},"coords":"51.2122339,0.791761","bedrooms":"0","price":"191000","area":"473"} , +{"type":"Feature","id":"n375848872","geometry":{"type":"Point","coordinates":[-0.0996848,51.5338264]},"properties":{"@type":"node","@id":375848872,"@timestamp":1603285584},"coords":"51.5338264,-0.0996848","bedrooms":"4","price":"291000","area":"584"} , +{"type":"Feature","id":"n375953358","geometry":{"type":"Point","coordinates":[0.7561089,51.8771434]},"properties":{"@type":"node","@id":375953358,"@timestamp":1417465237},"coords":"51.8771434,0.7561089","bedrooms":"2","price":"243000","area":"559"} , +{"type":"Feature","id":"n375978834","geometry":{"type":"Point","coordinates":[-1.0454722,51.5706205]},"properties":{"@type":"node","@id":375978834,"@timestamp":1505757972},"coords":"51.5706205,-1.0454722","bedrooms":"3","price":"176000","area":"389"} , +{"type":"Feature","id":"n376347090","geometry":{"type":"Point","coordinates":[0.8948375,51.9009346]},"properties":{"@type":"node","@id":376347090,"@timestamp":1239794032},"coords":"51.9009346,0.8948375","bedrooms":"3","price":"285000","area":"620"} , +{"type":"Feature","id":"n376452532","geometry":{"type":"Point","coordinates":[-0.3378102,51.450781]},"properties":{"@type":"node","@id":376452532,"@timestamp":1345048678},"coords":"51.450781,-0.3378102","bedrooms":"3","price":"213000","area":"696"} , +{"type":"Feature","id":"n376453301","geometry":{"type":"Point","coordinates":[-0.340783,51.4524183]},"properties":{"@type":"node","@id":376453301,"@timestamp":1239804134},"coords":"51.4524183,-0.340783","bedrooms":"2","price":"167000","area":"412"} , +{"type":"Feature","id":"n376491574","geometry":{"type":"Point","coordinates":[-0.1912436,51.4941158]},"properties":{"@type":"node","@id":376491574,"@timestamp":1479074312},"coords":"51.4941158,-0.1912436","bedrooms":"2","price":"283000","area":"625"} , +{"type":"Feature","id":"n376497656","geometry":{"type":"Point","coordinates":[-0.189437,51.4981347]},"properties":{"@type":"node","@id":376497656,"@timestamp":1593177722},"coords":"51.4981347,-0.189437","bedrooms":"0","price":"156000","area":"568"} , +{"type":"Feature","id":"n376687709","geometry":{"type":"Point","coordinates":[-0.1316559,51.5473574]},"properties":{"@type":"node","@id":376687709,"@timestamp":1628959548},"coords":"51.5473574,-0.1316559","bedrooms":"4","price":"227000","area":"449"} , +{"type":"Feature","id":"n376832862","geometry":{"type":"Point","coordinates":[-0.3450595,51.4168029]},"properties":{"@type":"node","@id":376832862,"@timestamp":1239819885},"coords":"51.4168029,-0.3450595","bedrooms":"3","price":"163000","area":"528"} , +{"type":"Feature","id":"n376835673","geometry":{"type":"Point","coordinates":[-0.3612671,51.4394573]},"properties":{"@type":"node","@id":376835673,"@timestamp":1403280462},"coords":"51.4394573,-0.3612671","bedrooms":"4","price":"281000","area":"644"} , +{"type":"Feature","id":"n376837088","geometry":{"type":"Point","coordinates":[-0.3452605,51.4414689]},"properties":{"@type":"node","@id":376837088,"@timestamp":1434486341},"coords":"51.4414689,-0.3452605","bedrooms":"3","price":"260000","area":"357"} , +{"type":"Feature","id":"n376875465","geometry":{"type":"Point","coordinates":[0.3310273,51.9174856]},"properties":{"@type":"node","@id":376875465,"@timestamp":1297099429},"coords":"51.9174856,0.3310273","bedrooms":"2","price":"243000","area":"514"} , +{"type":"Feature","id":"n377501917","geometry":{"type":"Point","coordinates":[-0.0775871,51.518492]},"properties":{"@type":"node","@id":377501917,"@timestamp":1432678853},"coords":"51.518492,-0.0775871","bedrooms":"1","price":"287000","area":"454"} , +{"type":"Feature","id":"n377781580","geometry":{"type":"Point","coordinates":[-0.965531,50.9624009]},"properties":{"@type":"node","@id":377781580,"@timestamp":1459243031},"coords":"50.9624009,-0.965531","bedrooms":"1","price":"153000","area":"396"} , +{"type":"Feature","id":"n378213554","geometry":{"type":"Point","coordinates":[-0.2724429,51.372413]},"properties":{"@type":"node","@id":378213554,"@timestamp":1307131327},"coords":"51.372413,-0.2724429","bedrooms":"4","price":"228000","area":"627"} , +{"type":"Feature","id":"n378386450","geometry":{"type":"Point","coordinates":[-0.9008563,51.0518862]},"properties":{"@type":"node","@id":378386450,"@timestamp":1545599931},"coords":"51.0518862,-0.9008563","bedrooms":"2","price":"207000","area":"667"} , +{"type":"Feature","id":"n378996680","geometry":{"type":"Point","coordinates":[-0.0830556,51.4547775]},"properties":{"@type":"node","@id":378996680,"@timestamp":1435917214},"coords":"51.4547775,-0.0830556","bedrooms":"2","price":"294000","area":"553"} , +{"type":"Feature","id":"n379422386","geometry":{"type":"Point","coordinates":[-0.2717918,51.3876729]},"properties":{"@type":"node","@id":379422386,"@timestamp":1574288853},"coords":"51.3876729,-0.2717918","bedrooms":"4","price":"214000","area":"356"} , +{"type":"Feature","id":"n379422464","geometry":{"type":"Point","coordinates":[-0.2801984,51.3990116]},"properties":{"@type":"node","@id":379422464,"@timestamp":1630893018},"coords":"51.3990116,-0.2801984","bedrooms":"4","price":"297000","area":"493"} , +{"type":"Feature","id":"n379524650","geometry":{"type":"Point","coordinates":[-0.1821237,51.4074788]},"properties":{"@type":"node","@id":379524650,"@timestamp":1343821452},"coords":"51.4074788,-0.1821237","bedrooms":"0","price":"214000","area":"531"} , +{"type":"Feature","id":"n379592519","geometry":{"type":"Point","coordinates":[-0.824958,51.0555034]},"properties":{"@type":"node","@id":379592519,"@timestamp":1240344024},"coords":"51.0555034,-0.824958","bedrooms":"0","price":"204000","area":"557"} , +{"type":"Feature","id":"n379690870","geometry":{"type":"Point","coordinates":[-0.1712656,51.4203456]},"properties":{"@type":"node","@id":379690870,"@timestamp":1534607602},"coords":"51.4203456,-0.1712656","bedrooms":"4","price":"291000","area":"677"} , +{"type":"Feature","id":"n379690903","geometry":{"type":"Point","coordinates":[-0.1920375,51.4335489]},"properties":{"@type":"node","@id":379690903,"@timestamp":1571387579},"coords":"51.4335489,-0.1920375","bedrooms":"2","price":"268000","area":"680"} , +{"type":"Feature","id":"n379690942","geometry":{"type":"Point","coordinates":[-0.221313,51.4409723]},"properties":{"@type":"node","@id":379690942,"@timestamp":1330813606},"coords":"51.4409723,-0.221313","bedrooms":"2","price":"187000","area":"487"} , +{"type":"Feature","id":"n379690980","geometry":{"type":"Point","coordinates":[-0.2265977,51.4214507]},"properties":{"@type":"node","@id":379690980,"@timestamp":1633799155},"coords":"51.4214507,-0.2265977","bedrooms":"2","price":"186000","area":"627"} , +{"type":"Feature","id":"n379704527","geometry":{"type":"Point","coordinates":[-0.1530859,51.1268347]},"properties":{"@type":"node","@id":379704527,"@timestamp":1504717387},"coords":"51.1268347,-0.1530859","bedrooms":"4","price":"252000","area":"531"} , +{"type":"Feature","id":"n379822497","geometry":{"type":"Point","coordinates":[-0.1320237,51.4749446]},"properties":{"@type":"node","@id":379822497,"@timestamp":1477994520},"coords":"51.4749446,-0.1320237","bedrooms":"1","price":"266000","area":"504"} , +{"type":"Feature","id":"n379822523","geometry":{"type":"Point","coordinates":[-0.1302291,51.4770259]},"properties":{"@type":"node","@id":379822523,"@timestamp":1581375498},"coords":"51.4770259,-0.1302291","bedrooms":"0","price":"154000","area":"581"} , +{"type":"Feature","id":"n379822553","geometry":{"type":"Point","coordinates":[-0.1332539,51.4738456]},"properties":{"@type":"node","@id":379822553,"@timestamp":1607701686},"coords":"51.4738456,-0.1332539","bedrooms":"2","price":"201000","area":"390"} , +{"type":"Feature","id":"n379822586","geometry":{"type":"Point","coordinates":[-0.1384834,51.4705424]},"properties":{"@type":"node","@id":379822586,"@timestamp":1342388939},"coords":"51.4705424,-0.1384834","bedrooms":"0","price":"217000","area":"446"} , +{"type":"Feature","id":"n379832533","geometry":{"type":"Point","coordinates":[-1.0599585,51.284611]},"properties":{"@type":"node","@id":379832533,"@timestamp":1240947738},"coords":"51.284611,-1.0599585","bedrooms":"2","price":"207000","area":"571"} , +{"type":"Feature","id":"n380421952","geometry":{"type":"Point","coordinates":[0.0595623,51.6339851]},"properties":{"@type":"node","@id":380421952,"@timestamp":1617876355},"coords":"51.6339851,0.0595623","bedrooms":"1","price":"252000","area":"469"} , +{"type":"Feature","id":"n380494798","geometry":{"type":"Point","coordinates":[-0.132733,51.5166921]},"properties":{"@type":"node","@id":380494798,"@timestamp":1574418743},"coords":"51.5166921,-0.132733","bedrooms":"4","price":"205000","area":"373"} , +{"type":"Feature","id":"n380742748","geometry":{"type":"Point","coordinates":[0.034607,51.4642705]},"properties":{"@type":"node","@id":380742748,"@timestamp":1556641632},"coords":"51.4642705,0.034607","bedrooms":"0","price":"274000","area":"698"} , +{"type":"Feature","id":"n380810832","geometry":{"type":"Point","coordinates":[-0.9366596,51.0040049]},"properties":{"@type":"node","@id":380810832,"@timestamp":1628410436},"coords":"51.0040049,-0.9366596","bedrooms":"4","price":"177000","area":"662"} , +{"type":"Feature","id":"n380810928","geometry":{"type":"Point","coordinates":[-0.9404441,51.0062544]},"properties":{"@type":"node","@id":380810928,"@timestamp":1606994810},"coords":"51.0062544,-0.9404441","bedrooms":"3","price":"151000","area":"578"} , +{"type":"Feature","id":"n380838627","geometry":{"type":"Point","coordinates":[-0.032174,51.8364772]},"properties":{"@type":"node","@id":380838627,"@timestamp":1240425184},"coords":"51.8364772,-0.032174","bedrooms":"0","price":"281000","area":"593"} , +{"type":"Feature","id":"n380950737","geometry":{"type":"Point","coordinates":[-0.3344964,51.0838266]},"properties":{"@type":"node","@id":380950737,"@timestamp":1615134344},"coords":"51.0838266,-0.3344964","bedrooms":"4","price":"216000","area":"463"} , +{"type":"Feature","id":"n381031240","geometry":{"type":"Point","coordinates":[-0.1209933,51.489788]},"properties":{"@type":"node","@id":381031240,"@timestamp":1635815433},"coords":"51.489788,-0.1209933","bedrooms":"4","price":"193000","area":"353"} , +{"type":"Feature","id":"n381120152","geometry":{"type":"Point","coordinates":[-0.9355687,51.0052415]},"properties":{"@type":"node","@id":381120152,"@timestamp":1264171551},"coords":"51.0052415,-0.9355687","bedrooms":"0","price":"239000","area":"496"} , +{"type":"Feature","id":"n381120414","geometry":{"type":"Point","coordinates":[-0.9345511,51.0035018]},"properties":{"@type":"node","@id":381120414,"@timestamp":1321232669},"coords":"51.0035018,-0.9345511","bedrooms":"3","price":"293000","area":"451"} , +{"type":"Feature","id":"n381157978","geometry":{"type":"Point","coordinates":[-0.1258285,51.4998325]},"properties":{"@type":"node","@id":381157978,"@timestamp":1535873711},"coords":"51.4998325,-0.1258285","bedrooms":"4","price":"221000","area":"669"} , +{"type":"Feature","id":"n381465933","geometry":{"type":"Point","coordinates":[-0.1632685,51.4162157]},"properties":{"@type":"node","@id":381465933,"@timestamp":1330813649},"coords":"51.4162157,-0.1632685","bedrooms":"2","price":"228000","area":"463"} , +{"type":"Feature","id":"n381466000","geometry":{"type":"Point","coordinates":[-0.1482848,51.4142038]},"properties":{"@type":"node","@id":381466000,"@timestamp":1330813657},"coords":"51.4142038,-0.1482848","bedrooms":"3","price":"233000","area":"605"} , +{"type":"Feature","id":"n381698652","geometry":{"type":"Point","coordinates":[0.8835079,51.8909744]},"properties":{"@type":"node","@id":381698652,"@timestamp":1240441284},"coords":"51.8909744,0.8835079","bedrooms":"0","price":"185000","area":"580"} , +{"type":"Feature","id":"n381913111","geometry":{"type":"Point","coordinates":[-0.1015398,51.5232158]},"properties":{"@type":"node","@id":381913111,"@timestamp":1240475626},"coords":"51.5232158,-0.1015398","bedrooms":"3","price":"212000","area":"384"} , +{"type":"Feature","id":"n382204868","geometry":{"type":"Point","coordinates":[-0.2314862,51.1217281]},"properties":{"@type":"node","@id":382204868,"@timestamp":1625136976},"coords":"51.1217281,-0.2314862","bedrooms":"1","price":"293000","area":"492"} , +{"type":"Feature","id":"n382317077","geometry":{"type":"Point","coordinates":[-0.2211996,51.1117364]},"properties":{"@type":"node","@id":382317077,"@timestamp":1465419429},"coords":"51.1117364,-0.2211996","bedrooms":"4","price":"266000","area":"455"} , +{"type":"Feature","id":"n382419736","geometry":{"type":"Point","coordinates":[-0.8161313,51.6998282]},"properties":{"@type":"node","@id":382419736,"@timestamp":1527444720},"coords":"51.6998282,-0.8161313","bedrooms":"0","price":"243000","area":"602"} , +{"type":"Feature","id":"n382513036","geometry":{"type":"Point","coordinates":[-0.1341419,51.5139734]},"properties":{"@type":"node","@id":382513036,"@timestamp":1520595770},"coords":"51.5139734,-0.1341419","bedrooms":"4","price":"186000","area":"366"} , +{"type":"Feature","id":"n382661566","geometry":{"type":"Point","coordinates":[-0.9622241,51.2788259]},"properties":{"@type":"node","@id":382661566,"@timestamp":1240526417},"coords":"51.2788259,-0.9622241","bedrooms":"0","price":"162000","area":"670"} , +{"type":"Feature","id":"n382940456","geometry":{"type":"Point","coordinates":[0.1612671,51.4714378]},"properties":{"@type":"node","@id":382940456,"@timestamp":1581433619},"coords":"51.4714378,0.1612671","bedrooms":"2","price":"214000","area":"661"} , +{"type":"Feature","id":"n383022865","geometry":{"type":"Point","coordinates":[-0.4236544,51.6115244]},"properties":{"@type":"node","@id":383022865,"@timestamp":1572286401},"coords":"51.6115244,-0.4236544","bedrooms":"1","price":"171000","area":"658"} , +{"type":"Feature","id":"n383439528","geometry":{"type":"Point","coordinates":[-0.7604331,51.372809]},"properties":{"@type":"node","@id":383439528,"@timestamp":1558487014},"coords":"51.372809,-0.7604331","bedrooms":"0","price":"235000","area":"684"} , +{"type":"Feature","id":"n383677594","geometry":{"type":"Point","coordinates":[-0.0931884,51.5251233]},"properties":{"@type":"node","@id":383677594,"@timestamp":1406642056},"coords":"51.5251233,-0.0931884","bedrooms":"4","price":"204000","area":"428"} , +{"type":"Feature","id":"n383875798","geometry":{"type":"Point","coordinates":[-0.9844498,51.4814312]},"properties":{"@type":"node","@id":383875798,"@timestamp":1240604503},"coords":"51.4814312,-0.9844498","bedrooms":"2","price":"184000","area":"448"} , +{"type":"Feature","id":"n383964407","geometry":{"type":"Point","coordinates":[-0.140945,51.515578]},"properties":{"@type":"node","@id":383964407,"@timestamp":1630020194},"coords":"51.515578,-0.140945","bedrooms":"1","price":"237000","area":"689"} , +{"type":"Feature","id":"n383964426","geometry":{"type":"Point","coordinates":[-0.1394753,51.5157606]},"properties":{"@type":"node","@id":383964426,"@timestamp":1611805851},"coords":"51.5157606,-0.1394753","bedrooms":"2","price":"201000","area":"646"} , +{"type":"Feature","id":"n383979080","geometry":{"type":"Point","coordinates":[-0.1375166,51.5156787]},"properties":{"@type":"node","@id":383979080,"@timestamp":1590256781},"coords":"51.5156787,-0.1375166","bedrooms":"1","price":"246000","area":"534"} , +{"type":"Feature","id":"n384568860","geometry":{"type":"Point","coordinates":[-0.113575,51.5215861]},"properties":{"@type":"node","@id":384568860,"@timestamp":1569602375},"coords":"51.5215861,-0.113575","bedrooms":"1","price":"270000","area":"648"} , +{"type":"Feature","id":"n384626261","geometry":{"type":"Point","coordinates":[0.0341936,51.1198285]},"properties":{"@type":"node","@id":384626261,"@timestamp":1554914611},"coords":"51.1198285,0.0341936","bedrooms":"3","price":"246000","area":"516"} , +{"type":"Feature","id":"n384663932","geometry":{"type":"Point","coordinates":[-0.0307386,51.6100253]},"properties":{"@type":"node","@id":384663932,"@timestamp":1554930925},"coords":"51.6100253,-0.0307386","bedrooms":"0","price":"235000","area":"464"} , +{"type":"Feature","id":"n384728502","geometry":{"type":"Point","coordinates":[-0.6486182,51.2238609]},"properties":{"@type":"node","@id":384728502,"@timestamp":1592125019},"coords":"51.2238609,-0.6486182","bedrooms":"0","price":"224000","area":"634"} , +{"type":"Feature","id":"n384739092","geometry":{"type":"Point","coordinates":[-0.5950682,51.1896747]},"properties":{"@type":"node","@id":384739092,"@timestamp":1240666922},"coords":"51.1896747,-0.5950682","bedrooms":"3","price":"185000","area":"510"} , +{"type":"Feature","id":"n384759667","geometry":{"type":"Point","coordinates":[-0.1363566,51.515789]},"properties":{"@type":"node","@id":384759667,"@timestamp":1590256781},"coords":"51.515789,-0.1363566","bedrooms":"1","price":"238000","area":"532"} , +{"type":"Feature","id":"n384761448","geometry":{"type":"Point","coordinates":[-0.0557414,51.5579297]},"properties":{"@type":"node","@id":384761448,"@timestamp":1620063827},"coords":"51.5579297,-0.0557414","bedrooms":"3","price":"182000","area":"684"} , +{"type":"Feature","id":"n384798644","geometry":{"type":"Point","coordinates":[-0.565894,51.6743252]},"properties":{"@type":"node","@id":384798644,"@timestamp":1598988831},"coords":"51.6743252,-0.565894","bedrooms":"0","price":"299000","area":"363"} , +{"type":"Feature","id":"n384808272","geometry":{"type":"Point","coordinates":[-0.5090993,51.6747084]},"properties":{"@type":"node","@id":384808272,"@timestamp":1595090798},"coords":"51.6747084,-0.5090993","bedrooms":"4","price":"157000","area":"476"} , +{"type":"Feature","id":"n384949055","geometry":{"type":"Point","coordinates":[0.894188,51.8496368]},"properties":{"@type":"node","@id":384949055,"@timestamp":1440375632},"coords":"51.8496368,0.894188","bedrooms":"1","price":"206000","area":"597"} , +{"type":"Feature","id":"n384965264","geometry":{"type":"Point","coordinates":[0.1357294,51.8180011]},"properties":{"@type":"node","@id":384965264,"@timestamp":1316022900},"coords":"51.8180011,0.1357294","bedrooms":"2","price":"223000","area":"647"} , +{"type":"Feature","id":"n384975561","geometry":{"type":"Point","coordinates":[-0.8073627,51.2784335]},"properties":{"@type":"node","@id":384975561,"@timestamp":1492807778},"coords":"51.2784335,-0.8073627","bedrooms":"1","price":"213000","area":"624"} , +{"type":"Feature","id":"n385024827","geometry":{"type":"Point","coordinates":[-1.1120224,51.6901635]},"properties":{"@type":"node","@id":385024827,"@timestamp":1478277782},"coords":"51.6901635,-1.1120224","bedrooms":"3","price":"244000","area":"368"} , +{"type":"Feature","id":"n385026764","geometry":{"type":"Point","coordinates":[-1.1112278,51.692184]},"properties":{"@type":"node","@id":385026764,"@timestamp":1478277781},"coords":"51.692184,-1.1112278","bedrooms":"2","price":"279000","area":"567"} , +{"type":"Feature","id":"n385036350","geometry":{"type":"Point","coordinates":[-0.2451063,51.4014658]},"properties":{"@type":"node","@id":385036350,"@timestamp":1554072045},"coords":"51.4014658,-0.2451063","bedrooms":"2","price":"279000","area":"402"} , +{"type":"Feature","id":"n385100794","geometry":{"type":"Point","coordinates":[-0.6823105,51.078435]},"properties":{"@type":"node","@id":385100794,"@timestamp":1493815714},"coords":"51.078435,-0.6823105","bedrooms":"2","price":"216000","area":"384"} , +{"type":"Feature","id":"n385119552","geometry":{"type":"Point","coordinates":[-0.6887082,51.0436484]},"properties":{"@type":"node","@id":385119552,"@timestamp":1240740863},"coords":"51.0436484,-0.6887082","bedrooms":"4","price":"152000","area":"479"} , +{"type":"Feature","id":"n385123835","geometry":{"type":"Point","coordinates":[-0.6632994,51.0499474]},"properties":{"@type":"node","@id":385123835,"@timestamp":1320780912},"coords":"51.0499474,-0.6632994","bedrooms":"4","price":"163000","area":"508"} , +{"type":"Feature","id":"n385123861","geometry":{"type":"Point","coordinates":[-0.6767049,51.0588066]},"properties":{"@type":"node","@id":385123861,"@timestamp":1262104051},"coords":"51.0588066,-0.6767049","bedrooms":"3","price":"182000","area":"458"} , +{"type":"Feature","id":"n385148479","geometry":{"type":"Point","coordinates":[-0.2685226,51.4698873]},"properties":{"@type":"node","@id":385148479,"@timestamp":1484560108},"coords":"51.4698873,-0.2685226","bedrooms":"1","price":"292000","area":"455"} , +{"type":"Feature","id":"n385208555","geometry":{"type":"Point","coordinates":[-0.5914669,51.2935029]},"properties":{"@type":"node","@id":385208555,"@timestamp":1240753211},"coords":"51.2935029,-0.5914669","bedrooms":"0","price":"252000","area":"630"} , +{"type":"Feature","id":"n385241812","geometry":{"type":"Point","coordinates":[0.0011371,51.8822605]},"properties":{"@type":"node","@id":385241812,"@timestamp":1622382957},"coords":"51.8822605,0.0011371","bedrooms":"1","price":"263000","area":"607"} , +{"type":"Feature","id":"n385246315","geometry":{"type":"Point","coordinates":[-0.752737,51.281761]},"properties":{"@type":"node","@id":385246315,"@timestamp":1279998064},"coords":"51.281761,-0.752737","bedrooms":"0","price":"283000","area":"534"} , +{"type":"Feature","id":"n385303752","geometry":{"type":"Point","coordinates":[-0.2812227,51.3813983]},"properties":{"@type":"node","@id":385303752,"@timestamp":1240762973},"coords":"51.3813983,-0.2812227","bedrooms":"2","price":"240000","area":"426"} , +{"type":"Feature","id":"n385375058","geometry":{"type":"Point","coordinates":[-0.2112683,51.4539527]},"properties":{"@type":"node","@id":385375058,"@timestamp":1616957310},"coords":"51.4539527,-0.2112683","bedrooms":"3","price":"164000","area":"477"} , +{"type":"Feature","id":"n385417907","geometry":{"type":"Point","coordinates":[-0.0983024,51.5578989]},"properties":{"@type":"node","@id":385417907,"@timestamp":1623155644},"coords":"51.5578989,-0.0983024","bedrooms":"2","price":"285000","area":"440"} , +{"type":"Feature","id":"n385484292","geometry":{"type":"Point","coordinates":[-0.1661515,51.4454644]},"properties":{"@type":"node","@id":385484292,"@timestamp":1479406704},"coords":"51.4454644,-0.1661515","bedrooms":"4","price":"240000","area":"656"} , +{"type":"Feature","id":"n385491690","geometry":{"type":"Point","coordinates":[-0.1347331,51.5162716]},"properties":{"@type":"node","@id":385491690,"@timestamp":1543051379},"coords":"51.5162716,-0.1347331","bedrooms":"2","price":"249000","area":"453"} , +{"type":"Feature","id":"n385549573","geometry":{"type":"Point","coordinates":[-0.1350032,51.5166209]},"properties":{"@type":"node","@id":385549573,"@timestamp":1379278934},"coords":"51.5166209,-0.1350032","bedrooms":"3","price":"242000","area":"412"} , +{"type":"Feature","id":"n385560783","geometry":{"type":"Point","coordinates":[-0.1416142,51.493775]},"properties":{"@type":"node","@id":385560783,"@timestamp":1240781673},"coords":"51.493775,-0.1416142","bedrooms":"0","price":"162000","area":"452"} , +{"type":"Feature","id":"n385560825","geometry":{"type":"Point","coordinates":[-0.1444736,51.4980972]},"properties":{"@type":"node","@id":385560825,"@timestamp":1510112447},"coords":"51.4980972,-0.1444736","bedrooms":"4","price":"154000","area":"366"} , +{"type":"Feature","id":"n385560840","geometry":{"type":"Point","coordinates":[-0.1266182,51.4939187]},"properties":{"@type":"node","@id":385560840,"@timestamp":1305245234},"coords":"51.4939187,-0.1266182","bedrooms":"4","price":"210000","area":"600"} , +{"type":"Feature","id":"n385562674","geometry":{"type":"Point","coordinates":[-0.1344066,51.5161317]},"properties":{"@type":"node","@id":385562674,"@timestamp":1613259577},"coords":"51.5161317,-0.1344066","bedrooms":"2","price":"205000","area":"450"} , +{"type":"Feature","id":"n385567440","geometry":{"type":"Point","coordinates":[-0.1320871,51.5161637]},"properties":{"@type":"node","@id":385567440,"@timestamp":1603505655},"coords":"51.5161637,-0.1320871","bedrooms":"2","price":"235000","area":"367"} , +{"type":"Feature","id":"n385595331","geometry":{"type":"Point","coordinates":[-0.0793562,51.5280394]},"properties":{"@type":"node","@id":385595331,"@timestamp":1240786816},"coords":"51.5280394,-0.0793562","bedrooms":"3","price":"292000","area":"451"} , +{"type":"Feature","id":"n385677780","geometry":{"type":"Point","coordinates":[-0.7614284,51.4133689]},"properties":{"@type":"node","@id":385677780,"@timestamp":1454451055},"coords":"51.4133689,-0.7614284","bedrooms":"4","price":"178000","area":"630"} , +{"type":"Feature","id":"n385912728","geometry":{"type":"Point","coordinates":[-0.0939537,51.8425031]},"properties":{"@type":"node","@id":385912728,"@timestamp":1280066917},"coords":"51.8425031,-0.0939537","bedrooms":"0","price":"190000","area":"392"} , +{"type":"Feature","id":"n385961461","geometry":{"type":"Point","coordinates":[0.0592482,51.5198814]},"properties":{"@type":"node","@id":385961461,"@timestamp":1383487567},"coords":"51.5198814,0.0592482","bedrooms":"2","price":"213000","area":"395"} , +{"type":"Feature","id":"n386149273","geometry":{"type":"Point","coordinates":[0.2829163,51.1533863]},"properties":{"@type":"node","@id":386149273,"@timestamp":1322252637},"coords":"51.1533863,0.2829163","bedrooms":"1","price":"181000","area":"599"} , +{"type":"Feature","id":"n386162559","geometry":{"type":"Point","coordinates":[0.51102,51.0503956]},"properties":{"@type":"node","@id":386162559,"@timestamp":1240860686},"coords":"51.0503956,0.51102","bedrooms":"2","price":"287000","area":"431"} , +{"type":"Feature","id":"n386184938","geometry":{"type":"Point","coordinates":[0.5083997,51.0446927]},"properties":{"@type":"node","@id":386184938,"@timestamp":1292271287},"coords":"51.0446927,0.5083997","bedrooms":"2","price":"167000","area":"368"} , +{"type":"Feature","id":"n386212560","geometry":{"type":"Point","coordinates":[0.5041191,51.0399564]},"properties":{"@type":"node","@id":386212560,"@timestamp":1240866076},"coords":"51.0399564,0.5041191","bedrooms":"4","price":"200000","area":"420"} , +{"type":"Feature","id":"n386262534","geometry":{"type":"Point","coordinates":[0.5933322,51.5589245]},"properties":{"@type":"node","@id":386262534,"@timestamp":1350505428},"coords":"51.5589245,0.5933322","bedrooms":"1","price":"160000","area":"481"} , +{"type":"Feature","id":"n386789979","geometry":{"type":"Point","coordinates":[-0.749447,51.4298423]},"properties":{"@type":"node","@id":386789979,"@timestamp":1240931778},"coords":"51.4298423,-0.749447","bedrooms":"1","price":"156000","area":"583"} , +{"type":"Feature","id":"n386889129","geometry":{"type":"Point","coordinates":[-1.068281,51.2832058]},"properties":{"@type":"node","@id":386889129,"@timestamp":1326398528},"coords":"51.2832058,-1.068281","bedrooms":"3","price":"244000","area":"576"} , +{"type":"Feature","id":"n386998265","geometry":{"type":"Point","coordinates":[-0.2177635,51.4005222]},"properties":{"@type":"node","@id":386998265,"@timestamp":1560464369},"coords":"51.4005222,-0.2177635","bedrooms":"3","price":"251000","area":"673"} , +{"type":"Feature","id":"n387188927","geometry":{"type":"Point","coordinates":[-0.1007523,51.8360068]},"properties":{"@type":"node","@id":387188927,"@timestamp":1439910024},"coords":"51.8360068,-0.1007523","bedrooms":"1","price":"272000","area":"662"} , +{"type":"Feature","id":"n387213362","geometry":{"type":"Point","coordinates":[-0.7872923,51.3726775]},"properties":{"@type":"node","@id":387213362,"@timestamp":1595711825},"coords":"51.3726775,-0.7872923","bedrooms":"1","price":"247000","area":"565"} , +{"type":"Feature","id":"n387396616","geometry":{"type":"Point","coordinates":[-0.1656882,51.1173522]},"properties":{"@type":"node","@id":387396616,"@timestamp":1382121816},"coords":"51.1173522,-0.1656882","bedrooms":"1","price":"232000","area":"646"} , +{"type":"Feature","id":"n387449054","geometry":{"type":"Point","coordinates":[0.8655217,51.8746593]},"properties":{"@type":"node","@id":387449054,"@timestamp":1330813767},"coords":"51.8746593,0.8655217","bedrooms":"2","price":"276000","area":"479"} , +{"type":"Feature","id":"n387490493","geometry":{"type":"Point","coordinates":[-1.0543731,51.2824963]},"properties":{"@type":"node","@id":387490493,"@timestamp":1241036431},"coords":"51.2824963,-1.0543731","bedrooms":"2","price":"157000","area":"489"} , +{"type":"Feature","id":"n387542886","geometry":{"type":"Point","coordinates":[-0.3081181,51.394756]},"properties":{"@type":"node","@id":387542886,"@timestamp":1427803352},"coords":"51.394756,-0.3081181","bedrooms":"2","price":"286000","area":"365"} , +{"type":"Feature","id":"n387643211","geometry":{"type":"Point","coordinates":[-0.7590566,51.416172]},"properties":{"@type":"node","@id":387643211,"@timestamp":1551237692},"coords":"51.416172,-0.7590566","bedrooms":"1","price":"189000","area":"420"} , +{"type":"Feature","id":"n387678781","geometry":{"type":"Point","coordinates":[-0.7924664,51.3588396]},"properties":{"@type":"node","@id":387678781,"@timestamp":1241087214},"coords":"51.3588396,-0.7924664","bedrooms":"4","price":"243000","area":"408"} , +{"type":"Feature","id":"n387794666","geometry":{"type":"Point","coordinates":[-0.2796041,51.0923029]},"properties":{"@type":"node","@id":387794666,"@timestamp":1483216953},"coords":"51.0923029,-0.2796041","bedrooms":"1","price":"171000","area":"511"} , +{"type":"Feature","id":"n387842372","geometry":{"type":"Point","coordinates":[0.0487603,51.4401495]},"properties":{"@type":"node","@id":387842372,"@timestamp":1243446154},"coords":"51.4401495,0.0487603","bedrooms":"1","price":"208000","area":"488"} , +{"type":"Feature","id":"n388111142","geometry":{"type":"Point","coordinates":[-0.1265088,51.5237711]},"properties":{"@type":"node","@id":388111142,"@timestamp":1576423363},"coords":"51.5237711,-0.1265088","bedrooms":"1","price":"173000","area":"641"} , +{"type":"Feature","id":"n388116720","geometry":{"type":"Point","coordinates":[-0.131671,51.5169332]},"properties":{"@type":"node","@id":388116720,"@timestamp":1634504430},"coords":"51.5169332,-0.131671","bedrooms":"4","price":"279000","area":"373"} , +{"type":"Feature","id":"n388203739","geometry":{"type":"Point","coordinates":[-0.1053531,51.592053]},"properties":{"@type":"node","@id":388203739,"@timestamp":1617473220},"coords":"51.592053,-0.1053531","bedrooms":"3","price":"281000","area":"558"} , +{"type":"Feature","id":"n388203749","geometry":{"type":"Point","coordinates":[-0.1091261,51.5962111]},"properties":{"@type":"node","@id":388203749,"@timestamp":1330813822},"coords":"51.5962111,-0.1091261","bedrooms":"1","price":"240000","area":"363"} , +{"type":"Feature","id":"n388286041","geometry":{"type":"Point","coordinates":[0.164799,51.4572722]},"properties":{"@type":"node","@id":388286041,"@timestamp":1623086282},"coords":"51.4572722,0.164799","bedrooms":"1","price":"276000","area":"578"} , +{"type":"Feature","id":"n388341497","geometry":{"type":"Point","coordinates":[-1.0536395,51.2866408]},"properties":{"@type":"node","@id":388341497,"@timestamp":1241206771},"coords":"51.2866408,-1.0536395","bedrooms":"2","price":"240000","area":"527"} , +{"type":"Feature","id":"n388349354","geometry":{"type":"Point","coordinates":[-1.0558099,51.2867483]},"properties":{"@type":"node","@id":388349354,"@timestamp":1241207250},"coords":"51.2867483,-1.0558099","bedrooms":"4","price":"285000","area":"427"} , +{"type":"Feature","id":"n388442106","geometry":{"type":"Point","coordinates":[0.099812,51.0439759]},"properties":{"@type":"node","@id":388442106,"@timestamp":1241226506},"coords":"51.0439759,0.099812","bedrooms":"1","price":"252000","area":"353"} , +{"type":"Feature","id":"n388455682","geometry":{"type":"Point","coordinates":[-0.103339,51.5127975]},"properties":{"@type":"node","@id":388455682,"@timestamp":1485910256},"coords":"51.5127975,-0.103339","bedrooms":"0","price":"151000","area":"557"} , +{"type":"Feature","id":"n388589603","geometry":{"type":"Point","coordinates":[-0.6453214,51.2937472]},"properties":{"@type":"node","@id":388589603,"@timestamp":1241270911},"coords":"51.2937472,-0.6453214","bedrooms":"1","price":"189000","area":"382"} , +{"type":"Feature","id":"n388589679","geometry":{"type":"Point","coordinates":[-0.6386336,51.2965352]},"properties":{"@type":"node","@id":388589679,"@timestamp":1241270913},"coords":"51.2965352,-0.6386336","bedrooms":"4","price":"220000","area":"397"} , +{"type":"Feature","id":"n388595245","geometry":{"type":"Point","coordinates":[-0.6308866,51.293058]},"properties":{"@type":"node","@id":388595245,"@timestamp":1261235113},"coords":"51.293058,-0.6308866","bedrooms":"2","price":"258000","area":"395"} , +{"type":"Feature","id":"n388952105","geometry":{"type":"Point","coordinates":[-0.1369933,51.7817089]},"properties":{"@type":"node","@id":388952105,"@timestamp":1241286468},"coords":"51.7817089,-0.1369933","bedrooms":"0","price":"166000","area":"583"} , +{"type":"Feature","id":"n389044071","geometry":{"type":"Point","coordinates":[0.1571083,51.4731503]},"properties":{"@type":"node","@id":389044071,"@timestamp":1630323737},"coords":"51.4731503,0.1571083","bedrooms":"4","price":"184000","area":"605"} , +{"type":"Feature","id":"n389147266","geometry":{"type":"Point","coordinates":[-0.1394612,51.7841223]},"properties":{"@type":"node","@id":389147266,"@timestamp":1241984526},"coords":"51.7841223,-0.1394612","bedrooms":"0","price":"273000","area":"489"} , +{"type":"Feature","id":"n389408204","geometry":{"type":"Point","coordinates":[-1.0082068,51.2982619]},"properties":{"@type":"node","@id":389408204,"@timestamp":1241337650},"coords":"51.2982619,-1.0082068","bedrooms":"4","price":"161000","area":"537"} , +{"type":"Feature","id":"n389474811","geometry":{"type":"Point","coordinates":[-0.0867784,51.7860187]},"properties":{"@type":"node","@id":389474811,"@timestamp":1241347746},"coords":"51.7860187,-0.0867784","bedrooms":"3","price":"152000","area":"568"} , +{"type":"Feature","id":"n389493645","geometry":{"type":"Point","coordinates":[-0.49272,51.2719815]},"properties":{"@type":"node","@id":389493645,"@timestamp":1241350025},"coords":"51.2719815,-0.49272","bedrooms":"4","price":"241000","area":"400"} , +{"type":"Feature","id":"n389519241","geometry":{"type":"Point","coordinates":[0.0063568,51.9153705]},"properties":{"@type":"node","@id":389519241,"@timestamp":1413101615},"coords":"51.9153705,0.0063568","bedrooms":"0","price":"164000","area":"671"} , +{"type":"Feature","id":"n389624630","geometry":{"type":"Point","coordinates":[-0.4753591,50.9677389]},"properties":{"@type":"node","@id":389624630,"@timestamp":1241360748},"coords":"50.9677389,-0.4753591","bedrooms":"4","price":"254000","area":"547"} , +{"type":"Feature","id":"n389631071","geometry":{"type":"Point","coordinates":[-0.5175178,50.9566692]},"properties":{"@type":"node","@id":389631071,"@timestamp":1537538933},"coords":"50.9566692,-0.5175178","bedrooms":"0","price":"197000","area":"470"} , +{"type":"Feature","id":"n389899517","geometry":{"type":"Point","coordinates":[-0.1276457,51.5633188]},"properties":{"@type":"node","@id":389899517,"@timestamp":1563407501},"coords":"51.5633188,-0.1276457","bedrooms":"0","price":"223000","area":"478"} , +{"type":"Feature","id":"n389933922","geometry":{"type":"Point","coordinates":[-0.479992,51.9837091]},"properties":{"@type":"node","@id":389933922,"@timestamp":1241378786},"coords":"51.9837091,-0.479992","bedrooms":"1","price":"253000","area":"374"} , +{"type":"Feature","id":"n389940656","geometry":{"type":"Point","coordinates":[-0.4251788,51.92698]},"properties":{"@type":"node","@id":389940656,"@timestamp":1241379353},"coords":"51.92698,-0.4251788","bedrooms":"3","price":"279000","area":"693"} , +{"type":"Feature","id":"n389972590","geometry":{"type":"Point","coordinates":[-0.340382,51.5722622]},"properties":{"@type":"node","@id":389972590,"@timestamp":1320272754},"coords":"51.5722622,-0.340382","bedrooms":"1","price":"240000","area":"393"} , +{"type":"Feature","id":"n390006353","geometry":{"type":"Point","coordinates":[-0.1202184,51.554781]},"properties":{"@type":"node","@id":390006353,"@timestamp":1564913929},"coords":"51.554781,-0.1202184","bedrooms":"3","price":"169000","area":"619"} , +{"type":"Feature","id":"n390007337","geometry":{"type":"Point","coordinates":[-0.3461986,51.5746361]},"properties":{"@type":"node","@id":390007337,"@timestamp":1424560565},"coords":"51.5746361,-0.3461986","bedrooms":"2","price":"267000","area":"434"} , +{"type":"Feature","id":"n390007404","geometry":{"type":"Point","coordinates":[-0.3466809,51.5746169]},"properties":{"@type":"node","@id":390007404,"@timestamp":1241395084},"coords":"51.5746169,-0.3466809","bedrooms":"2","price":"174000","area":"387"} , +{"type":"Feature","id":"n390007419","geometry":{"type":"Point","coordinates":[-0.3479208,51.5749538]},"properties":{"@type":"node","@id":390007419,"@timestamp":1424560567},"coords":"51.5749538,-0.3479208","bedrooms":"2","price":"213000","area":"424"} , +{"type":"Feature","id":"n390054397","geometry":{"type":"Point","coordinates":[-0.0505474,51.9238019]},"properties":{"@type":"node","@id":390054397,"@timestamp":1241390159},"coords":"51.9238019,-0.0505474","bedrooms":"1","price":"167000","area":"443"} , +{"type":"Feature","id":"n390064493","geometry":{"type":"Point","coordinates":[0.0074244,51.5223262]},"properties":{"@type":"node","@id":390064493,"@timestamp":1309555550},"coords":"51.5223262,0.0074244","bedrooms":"0","price":"290000","area":"668"} , +{"type":"Feature","id":"n390073204","geometry":{"type":"Point","coordinates":[-0.093437,51.5194875]},"properties":{"@type":"node","@id":390073204,"@timestamp":1613578190},"coords":"51.5194875,-0.093437","bedrooms":"2","price":"260000","area":"533"} , +{"type":"Feature","id":"n390074485","geometry":{"type":"Point","coordinates":[-0.3481467,51.575669]},"properties":{"@type":"node","@id":390074485,"@timestamp":1424560563},"coords":"51.575669,-0.3481467","bedrooms":"0","price":"285000","area":"378"} , +{"type":"Feature","id":"n390082267","geometry":{"type":"Point","coordinates":[-0.3455817,51.5759677]},"properties":{"@type":"node","@id":390082267,"@timestamp":1347499275},"coords":"51.5759677,-0.3455817","bedrooms":"1","price":"201000","area":"577"} , +{"type":"Feature","id":"n390084754","geometry":{"type":"Point","coordinates":[-0.3452947,51.5789527]},"properties":{"@type":"node","@id":390084754,"@timestamp":1384992984},"coords":"51.5789527,-0.3452947","bedrooms":"1","price":"256000","area":"529"} , +{"type":"Feature","id":"n390084764","geometry":{"type":"Point","coordinates":[-0.3437502,51.5786193]},"properties":{"@type":"node","@id":390084764,"@timestamp":1384992983},"coords":"51.5786193,-0.3437502","bedrooms":"3","price":"210000","area":"616"} , +{"type":"Feature","id":"n390210193","geometry":{"type":"Point","coordinates":[0.1601117,51.4720716]},"properties":{"@type":"node","@id":390210193,"@timestamp":1534513934},"coords":"51.4720716,0.1601117","bedrooms":"4","price":"196000","area":"397"} , +{"type":"Feature","id":"n390275289","geometry":{"type":"Point","coordinates":[0.8873769,51.8804804]},"properties":{"@type":"node","@id":390275289,"@timestamp":1330813874},"coords":"51.8804804,0.8873769","bedrooms":"2","price":"257000","area":"355"} , +{"type":"Feature","id":"n390275325","geometry":{"type":"Point","coordinates":[0.8553834,51.8791533]},"properties":{"@type":"node","@id":390275325,"@timestamp":1598090235},"coords":"51.8791533,0.8553834","bedrooms":"3","price":"206000","area":"632"} , +{"type":"Feature","id":"n390275369","geometry":{"type":"Point","coordinates":[0.8576127,51.8881687]},"properties":{"@type":"node","@id":390275369,"@timestamp":1485866742},"coords":"51.8881687,0.8576127","bedrooms":"3","price":"265000","area":"391"} , +{"type":"Feature","id":"n390282168","geometry":{"type":"Point","coordinates":[-1.0261703,51.313128]},"properties":{"@type":"node","@id":390282168,"@timestamp":1371405315},"coords":"51.313128,-1.0261703","bedrooms":"0","price":"270000","area":"566"} , +{"type":"Feature","id":"n390306041","geometry":{"type":"Point","coordinates":[-1.0409556,51.3249964]},"properties":{"@type":"node","@id":390306041,"@timestamp":1241440522},"coords":"51.3249964,-1.0409556","bedrooms":"4","price":"269000","area":"392"} , +{"type":"Feature","id":"n390315685","geometry":{"type":"Point","coordinates":[-1.0252878,51.3168939]},"properties":{"@type":"node","@id":390315685,"@timestamp":1336415906},"coords":"51.3168939,-1.0252878","bedrooms":"0","price":"215000","area":"688"} , +{"type":"Feature","id":"n390331753","geometry":{"type":"Point","coordinates":[0.1868029,51.3272643]},"properties":{"@type":"node","@id":390331753,"@timestamp":1241446293},"coords":"51.3272643,0.1868029","bedrooms":"1","price":"226000","area":"629"} , +{"type":"Feature","id":"n390339513","geometry":{"type":"Point","coordinates":[-0.0974112,51.5379189]},"properties":{"@type":"node","@id":390339513,"@timestamp":1478905751},"coords":"51.5379189,-0.0974112","bedrooms":"1","price":"221000","area":"585"} , +{"type":"Feature","id":"n390351710","geometry":{"type":"Point","coordinates":[0.1670744,51.3547248]},"properties":{"@type":"node","@id":390351710,"@timestamp":1241450141},"coords":"51.3547248,0.1670744","bedrooms":"0","price":"201000","area":"647"} , +{"type":"Feature","id":"n390359993","geometry":{"type":"Point","coordinates":[0.1756542,51.3095001]},"properties":{"@type":"node","@id":390359993,"@timestamp":1555178491},"coords":"51.3095001,0.1756542","bedrooms":"2","price":"256000","area":"640"} , +{"type":"Feature","id":"n390372691","geometry":{"type":"Point","coordinates":[-1.0295048,51.3145804]},"properties":{"@type":"node","@id":390372691,"@timestamp":1410102797},"coords":"51.3145804,-1.0295048","bedrooms":"3","price":"278000","area":"418"} , +{"type":"Feature","id":"n390393427","geometry":{"type":"Point","coordinates":[-0.6391581,50.9727754]},"properties":{"@type":"node","@id":390393427,"@timestamp":1426097139},"coords":"50.9727754,-0.6391581","bedrooms":"0","price":"173000","area":"546"} , +{"type":"Feature","id":"n390399912","geometry":{"type":"Point","coordinates":[0.0192895,51.9038223]},"properties":{"@type":"node","@id":390399912,"@timestamp":1616022783},"coords":"51.9038223,0.0192895","bedrooms":"4","price":"238000","area":"516"} , +{"type":"Feature","id":"n390417347","geometry":{"type":"Point","coordinates":[-0.1196158,51.0368608]},"properties":{"@type":"node","@id":390417347,"@timestamp":1631484265},"coords":"51.0368608,-0.1196158","bedrooms":"2","price":"284000","area":"352"} , +{"type":"Feature","id":"n390508481","geometry":{"type":"Point","coordinates":[-0.0427281,51.4097824]},"properties":{"@type":"node","@id":390508481,"@timestamp":1478714911},"coords":"51.4097824,-0.0427281","bedrooms":"0","price":"270000","area":"372"} , +{"type":"Feature","id":"n390556692","geometry":{"type":"Point","coordinates":[-0.0985691,51.5348625]},"properties":{"@type":"node","@id":390556692,"@timestamp":1241476535},"coords":"51.5348625,-0.0985691","bedrooms":"3","price":"296000","area":"500"} , +{"type":"Feature","id":"n390570316","geometry":{"type":"Point","coordinates":[-0.3463621,51.5796198]},"properties":{"@type":"node","@id":390570316,"@timestamp":1384992985},"coords":"51.5796198,-0.3463621","bedrooms":"3","price":"294000","area":"398"} , +{"type":"Feature","id":"n390577770","geometry":{"type":"Point","coordinates":[-0.3475524,51.5794332]},"properties":{"@type":"node","@id":390577770,"@timestamp":1241480360},"coords":"51.5794332,-0.3475524","bedrooms":"2","price":"186000","area":"442"} , +{"type":"Feature","id":"n390582727","geometry":{"type":"Point","coordinates":[-0.3499648,51.5788584]},"properties":{"@type":"node","@id":390582727,"@timestamp":1241751832},"coords":"51.5788584,-0.3499648","bedrooms":"0","price":"197000","area":"381"} , +{"type":"Feature","id":"n390829057","geometry":{"type":"Point","coordinates":[-0.9046656,51.5388057]},"properties":{"@type":"node","@id":390829057,"@timestamp":1624650648},"coords":"51.5388057,-0.9046656","bedrooms":"1","price":"169000","area":"444"} , +{"type":"Feature","id":"n390865298","geometry":{"type":"Point","coordinates":[-0.7503378,51.3792878]},"properties":{"@type":"node","@id":390865298,"@timestamp":1242639432},"coords":"51.3792878,-0.7503378","bedrooms":"1","price":"286000","area":"453"} , +{"type":"Feature","id":"n390924458","geometry":{"type":"Point","coordinates":[-0.1418678,51.5376529]},"properties":{"@type":"node","@id":390924458,"@timestamp":1608527631},"coords":"51.5376529,-0.1418678","bedrooms":"0","price":"296000","area":"455"} , +{"type":"Feature","id":"n390927868","geometry":{"type":"Point","coordinates":[-0.1464014,51.5362642]},"properties":{"@type":"node","@id":390927868,"@timestamp":1423507961},"coords":"51.5362642,-0.1464014","bedrooms":"1","price":"291000","area":"410"} , +{"type":"Feature","id":"n390986669","geometry":{"type":"Point","coordinates":[0.2393778,51.4218747]},"properties":{"@type":"node","@id":390986669,"@timestamp":1594342516},"coords":"51.4218747,0.2393778","bedrooms":"4","price":"296000","area":"670"} , +{"type":"Feature","id":"n391022574","geometry":{"type":"Point","coordinates":[-1.0483151,51.2897742]},"properties":{"@type":"node","@id":391022574,"@timestamp":1241549237},"coords":"51.2897742,-1.0483151","bedrooms":"0","price":"289000","area":"589"} , +{"type":"Feature","id":"n391041142","geometry":{"type":"Point","coordinates":[0.6341506,51.9412962]},"properties":{"@type":"node","@id":391041142,"@timestamp":1241554194},"coords":"51.9412962,0.6341506","bedrooms":"2","price":"254000","area":"617"} , +{"type":"Feature","id":"n391069158","geometry":{"type":"Point","coordinates":[-0.1359888,51.5591671]},"properties":{"@type":"node","@id":391069158,"@timestamp":1520205912},"coords":"51.5591671,-0.1359888","bedrooms":"1","price":"150000","area":"652"} , +{"type":"Feature","id":"n391097341","geometry":{"type":"Point","coordinates":[-0.1920537,51.5012525]},"properties":{"@type":"node","@id":391097341,"@timestamp":1592453369},"coords":"51.5012525,-0.1920537","bedrooms":"1","price":"202000","area":"461"} , +{"type":"Feature","id":"n391097395","geometry":{"type":"Point","coordinates":[-0.1861029,51.501987]},"properties":{"@type":"node","@id":391097395,"@timestamp":1618146499},"coords":"51.501987,-0.1861029","bedrooms":"2","price":"153000","area":"579"} , +{"type":"Feature","id":"n391288419","geometry":{"type":"Point","coordinates":[0.1837555,51.1739673]},"properties":{"@type":"node","@id":391288419,"@timestamp":1241605249},"coords":"51.1739673,0.1837555","bedrooms":"2","price":"246000","area":"463"} , +{"type":"Feature","id":"n391322580","geometry":{"type":"Point","coordinates":[-0.3316413,51.8039735]},"properties":{"@type":"node","@id":391322580,"@timestamp":1627594555},"coords":"51.8039735,-0.3316413","bedrooms":"4","price":"274000","area":"568"} , +{"type":"Feature","id":"n391462655","geometry":{"type":"Point","coordinates":[0.1484323,51.4809781]},"properties":{"@type":"node","@id":391462655,"@timestamp":1241634773},"coords":"51.4809781,0.1484323","bedrooms":"4","price":"256000","area":"615"} , +{"type":"Feature","id":"n391527392","geometry":{"type":"Point","coordinates":[-0.9514261,51.4258179]},"properties":{"@type":"node","@id":391527392,"@timestamp":1245874269},"coords":"51.4258179,-0.9514261","bedrooms":"1","price":"268000","area":"529"} , +{"type":"Feature","id":"n391657535","geometry":{"type":"Point","coordinates":[-0.2139862,51.5148147]},"properties":{"@type":"node","@id":391657535,"@timestamp":1624030267},"coords":"51.5148147,-0.2139862","bedrooms":"2","price":"187000","area":"580"} , +{"type":"Feature","id":"n392030896","geometry":{"type":"Point","coordinates":[-0.1909414,51.5469082]},"properties":{"@type":"node","@id":392030896,"@timestamp":1332775571},"coords":"51.5469082,-0.1909414","bedrooms":"0","price":"189000","area":"447"} , +{"type":"Feature","id":"n392083646","geometry":{"type":"Point","coordinates":[0.2188367,51.0919932]},"properties":{"@type":"node","@id":392083646,"@timestamp":1241726036},"coords":"51.0919932,0.2188367","bedrooms":"2","price":"200000","area":"372"} , +{"type":"Feature","id":"n392107325","geometry":{"type":"Point","coordinates":[0.7492214,51.8091682]},"properties":{"@type":"node","@id":392107325,"@timestamp":1455837981},"coords":"51.8091682,0.7492214","bedrooms":"1","price":"212000","area":"517"} , +{"type":"Feature","id":"n392131495","geometry":{"type":"Point","coordinates":[-0.2162707,51.5119857]},"properties":{"@type":"node","@id":392131495,"@timestamp":1585931077},"coords":"51.5119857,-0.2162707","bedrooms":"0","price":"217000","area":"664"} , +{"type":"Feature","id":"n392183347","geometry":{"type":"Point","coordinates":[-0.3542447,51.5720096]},"properties":{"@type":"node","@id":392183347,"@timestamp":1532284104},"coords":"51.5720096,-0.3542447","bedrooms":"2","price":"228000","area":"657"} , +{"type":"Feature","id":"n392184142","geometry":{"type":"Point","coordinates":[-0.3540587,51.5717975]},"properties":{"@type":"node","@id":392184142,"@timestamp":1535289711},"coords":"51.5717975,-0.3540587","bedrooms":"4","price":"218000","area":"468"} , +{"type":"Feature","id":"n392184581","geometry":{"type":"Point","coordinates":[-0.3508518,51.5704591]},"properties":{"@type":"node","@id":392184581,"@timestamp":1623361030},"coords":"51.5704591,-0.3508518","bedrooms":"1","price":"163000","area":"522"} , +{"type":"Feature","id":"n392184595","geometry":{"type":"Point","coordinates":[-0.3491339,51.5704481]},"properties":{"@type":"node","@id":392184595,"@timestamp":1369605056},"coords":"51.5704481,-0.3491339","bedrooms":"3","price":"151000","area":"497"} , +{"type":"Feature","id":"n392185611","geometry":{"type":"Point","coordinates":[-0.3475096,51.5691426]},"properties":{"@type":"node","@id":392185611,"@timestamp":1573518511},"coords":"51.5691426,-0.3475096","bedrooms":"4","price":"215000","area":"391"} , +{"type":"Feature","id":"n392185622","geometry":{"type":"Point","coordinates":[-0.3464483,51.569525]},"properties":{"@type":"node","@id":392185622,"@timestamp":1340229876},"coords":"51.569525,-0.3464483","bedrooms":"0","price":"270000","area":"618"} , +{"type":"Feature","id":"n392267647","geometry":{"type":"Point","coordinates":[-0.1047126,51.4850953]},"properties":{"@type":"node","@id":392267647,"@timestamp":1630758443},"coords":"51.4850953,-0.1047126","bedrooms":"4","price":"290000","area":"609"} , +{"type":"Feature","id":"n392324986","geometry":{"type":"Point","coordinates":[-0.2118188,51.1016684]},"properties":{"@type":"node","@id":392324986,"@timestamp":1241800280},"coords":"51.1016684,-0.2118188","bedrooms":"3","price":"227000","area":"576"} , +{"type":"Feature","id":"n392371663","geometry":{"type":"Point","coordinates":[-0.2146649,51.5051435]},"properties":{"@type":"node","@id":392371663,"@timestamp":1614412847},"coords":"51.5051435,-0.2146649","bedrooms":"3","price":"239000","area":"352"} , +{"type":"Feature","id":"n392374817","geometry":{"type":"Point","coordinates":[-0.216008,51.507759]},"properties":{"@type":"node","@id":392374817,"@timestamp":1619160569},"coords":"51.507759,-0.216008","bedrooms":"2","price":"162000","area":"585"} , +{"type":"Feature","id":"n392391232","geometry":{"type":"Point","coordinates":[-0.0060459,51.5377674]},"properties":{"@type":"node","@id":392391232,"@timestamp":1614094688},"coords":"51.5377674,-0.0060459","bedrooms":"4","price":"169000","area":"401"} , +{"type":"Feature","id":"n392488911","geometry":{"type":"Point","coordinates":[-1.0511406,51.2765625]},"properties":{"@type":"node","@id":392488911,"@timestamp":1241823609},"coords":"51.2765625,-1.0511406","bedrooms":"2","price":"183000","area":"616"} , +{"type":"Feature","id":"n392506820","geometry":{"type":"Point","coordinates":[-0.2158619,51.5102188]},"properties":{"@type":"node","@id":392506820,"@timestamp":1586004474},"coords":"51.5102188,-0.2158619","bedrooms":"0","price":"262000","area":"629"} , +{"type":"Feature","id":"n392625773","geometry":{"type":"Point","coordinates":[-0.1399661,51.462106]},"properties":{"@type":"node","@id":392625773,"@timestamp":1365329993},"coords":"51.462106,-0.1399661","bedrooms":"4","price":"182000","area":"500"} , +{"type":"Feature","id":"n392668963","geometry":{"type":"Point","coordinates":[-0.0657036,51.4557335]},"properties":{"@type":"node","@id":392668963,"@timestamp":1633302046},"coords":"51.4557335,-0.0657036","bedrooms":"1","price":"234000","area":"609"} , +{"type":"Feature","id":"n392683650","geometry":{"type":"Point","coordinates":[-0.1996133,51.4541862]},"properties":{"@type":"node","@id":392683650,"@timestamp":1629655540},"coords":"51.4541862,-0.1996133","bedrooms":"3","price":"227000","area":"600"} , +{"type":"Feature","id":"n392737973","geometry":{"type":"Point","coordinates":[0.0207341,51.9489813]},"properties":{"@type":"node","@id":392737973,"@timestamp":1254861829},"coords":"51.9489813,0.0207341","bedrooms":"0","price":"168000","area":"589"} , +{"type":"Feature","id":"n392771727","geometry":{"type":"Point","coordinates":[0.1084437,51.9738417]},"properties":{"@type":"node","@id":392771727,"@timestamp":1241892425},"coords":"51.9738417,0.1084437","bedrooms":"0","price":"214000","area":"368"} , +{"type":"Feature","id":"n392828899","geometry":{"type":"Point","coordinates":[-0.0421053,51.8944226]},"properties":{"@type":"node","@id":392828899,"@timestamp":1241897005},"coords":"51.8944226,-0.0421053","bedrooms":"2","price":"271000","area":"520"} , +{"type":"Feature","id":"n392852281","geometry":{"type":"Point","coordinates":[-0.3478582,51.569439]},"properties":{"@type":"node","@id":392852281,"@timestamp":1424560566},"coords":"51.569439,-0.3478582","bedrooms":"0","price":"283000","area":"417"} , +{"type":"Feature","id":"n392852291","geometry":{"type":"Point","coordinates":[-0.3484726,51.5693033]},"properties":{"@type":"node","@id":392852291,"@timestamp":1425684214},"coords":"51.5693033,-0.3484726","bedrooms":"2","price":"271000","area":"532"} , +{"type":"Feature","id":"n392869659","geometry":{"type":"Point","coordinates":[-0.3421903,51.5713705]},"properties":{"@type":"node","@id":392869659,"@timestamp":1583273748},"coords":"51.5713705,-0.3421903","bedrooms":"4","price":"270000","area":"351"} , +{"type":"Feature","id":"n392882249","geometry":{"type":"Point","coordinates":[0.054405,51.8270904]},"properties":{"@type":"node","@id":392882249,"@timestamp":1348432754},"coords":"51.8270904,0.054405","bedrooms":"1","price":"203000","area":"390"} , +{"type":"Feature","id":"n393100506","geometry":{"type":"Point","coordinates":[-0.0119562,51.9367665]},"properties":{"@type":"node","@id":393100506,"@timestamp":1301344780},"coords":"51.9367665,-0.0119562","bedrooms":"4","price":"270000","area":"424"} , +{"type":"Feature","id":"n393182126","geometry":{"type":"Point","coordinates":[-0.069664,51.4618936]},"properties":{"@type":"node","@id":393182126,"@timestamp":1244107783},"coords":"51.4618936,-0.069664","bedrooms":"0","price":"173000","area":"668"} , +{"type":"Feature","id":"n393201701","geometry":{"type":"Point","coordinates":[0.5035987,51.2898162]},"properties":{"@type":"node","@id":393201701,"@timestamp":1311249226},"coords":"51.2898162,0.5035987","bedrooms":"3","price":"228000","area":"384"} , +{"type":"Feature","id":"n393349977","geometry":{"type":"Point","coordinates":[-0.1711215,51.9211752]},"properties":{"@type":"node","@id":393349977,"@timestamp":1636284212},"coords":"51.9211752,-0.1711215","bedrooms":"4","price":"172000","area":"438"} , +{"type":"Feature","id":"n393386097","geometry":{"type":"Point","coordinates":[-0.2543144,51.2352904]},"properties":{"@type":"node","@id":393386097,"@timestamp":1321922113},"coords":"51.2352904,-0.2543144","bedrooms":"2","price":"213000","area":"475"} , +{"type":"Feature","id":"n393424660","geometry":{"type":"Point","coordinates":[0.7300264,51.3570504]},"properties":{"@type":"node","@id":393424660,"@timestamp":1567584854},"coords":"51.3570504,0.7300264","bedrooms":"3","price":"264000","area":"450"} , +{"type":"Feature","id":"n393464345","geometry":{"type":"Point","coordinates":[-0.111356,51.5687986]},"properties":{"@type":"node","@id":393464345,"@timestamp":1619541860},"coords":"51.5687986,-0.111356","bedrooms":"3","price":"178000","area":"485"} , +{"type":"Feature","id":"n393464451","geometry":{"type":"Point","coordinates":[-0.1059012,51.5650742]},"properties":{"@type":"node","@id":393464451,"@timestamp":1496770610},"coords":"51.5650742,-0.1059012","bedrooms":"1","price":"245000","area":"680"} , +{"type":"Feature","id":"n393523286","geometry":{"type":"Point","coordinates":[-0.1019716,51.5660169]},"properties":{"@type":"node","@id":393523286,"@timestamp":1597050929},"coords":"51.5660169,-0.1019716","bedrooms":"2","price":"216000","area":"607"} , +{"type":"Feature","id":"n393659208","geometry":{"type":"Point","coordinates":[-0.3593421,51.7467304]},"properties":{"@type":"node","@id":393659208,"@timestamp":1448228360},"coords":"51.7467304,-0.3593421","bedrooms":"0","price":"240000","area":"433"} , +{"type":"Feature","id":"n393882030","geometry":{"type":"Point","coordinates":[-0.0908999,51.6532751]},"properties":{"@type":"node","@id":393882030,"@timestamp":1489896113},"coords":"51.6532751,-0.0908999","bedrooms":"2","price":"155000","area":"486"} , +{"type":"Feature","id":"n393948511","geometry":{"type":"Point","coordinates":[-0.1863834,51.2821672]},"properties":{"@type":"node","@id":393948511,"@timestamp":1322347028},"coords":"51.2821672,-0.1863834","bedrooms":"3","price":"159000","area":"369"} , +{"type":"Feature","id":"n394094517","geometry":{"type":"Point","coordinates":[-1.0621904,51.3764606]},"properties":{"@type":"node","@id":394094517,"@timestamp":1603974104},"coords":"51.3764606,-1.0621904","bedrooms":"0","price":"264000","area":"687"} , +{"type":"Feature","id":"n394573218","geometry":{"type":"Point","coordinates":[-0.3070835,51.8839462]},"properties":{"@type":"node","@id":394573218,"@timestamp":1330274427},"coords":"51.8839462,-0.3070835","bedrooms":"1","price":"183000","area":"590"} , +{"type":"Feature","id":"n394574320","geometry":{"type":"Point","coordinates":[-0.3042504,51.8662551]},"properties":{"@type":"node","@id":394574320,"@timestamp":1330274430},"coords":"51.8662551,-0.3042504","bedrooms":"3","price":"232000","area":"699"} , +{"type":"Feature","id":"n394657935","geometry":{"type":"Point","coordinates":[-0.3242912,51.8744397]},"properties":{"@type":"node","@id":394657935,"@timestamp":1329333917},"coords":"51.8744397,-0.3242912","bedrooms":"2","price":"280000","area":"652"} , +{"type":"Feature","id":"n394800623","geometry":{"type":"Point","coordinates":[-0.2044924,51.4198494]},"properties":{"@type":"node","@id":394800623,"@timestamp":1489515862},"coords":"51.4198494,-0.2044924","bedrooms":"1","price":"212000","area":"500"} , +{"type":"Feature","id":"n394824796","geometry":{"type":"Point","coordinates":[-0.1046407,51.5776127]},"properties":{"@type":"node","@id":394824796,"@timestamp":1242149791},"coords":"51.5776127,-0.1046407","bedrooms":"4","price":"161000","area":"699"} , +{"type":"Feature","id":"n394860253","geometry":{"type":"Point","coordinates":[-0.1906226,51.110335]},"properties":{"@type":"node","@id":394860253,"@timestamp":1242154011},"coords":"51.110335,-0.1906226","bedrooms":"1","price":"181000","area":"399"} , +{"type":"Feature","id":"n395003201","geometry":{"type":"Point","coordinates":[-0.3424315,51.7305468]},"properties":{"@type":"node","@id":395003201,"@timestamp":1613489725},"coords":"51.7305468,-0.3424315","bedrooms":"0","price":"164000","area":"636"} , +{"type":"Feature","id":"n395034816","geometry":{"type":"Point","coordinates":[-0.2119544,51.5112212]},"properties":{"@type":"node","@id":395034816,"@timestamp":1586064950},"coords":"51.5112212,-0.2119544","bedrooms":"0","price":"294000","area":"596"} , +{"type":"Feature","id":"n395409172","geometry":{"type":"Point","coordinates":[-0.2060121,51.4201201]},"properties":{"@type":"node","@id":395409172,"@timestamp":1549437818},"coords":"51.4201201,-0.2060121","bedrooms":"1","price":"156000","area":"444"} , +{"type":"Feature","id":"n396341476","geometry":{"type":"Point","coordinates":[-1.0665174,51.2760442]},"properties":{"@type":"node","@id":396341476,"@timestamp":1242691307},"coords":"51.2760442,-1.0665174","bedrooms":"4","price":"157000","area":"566"} , +{"type":"Feature","id":"n399040794","geometry":{"type":"Point","coordinates":[-0.0750532,51.4744364]},"properties":{"@type":"node","@id":399040794,"@timestamp":1294500523},"coords":"51.4744364,-0.0750532","bedrooms":"1","price":"195000","area":"542"} , +{"type":"Feature","id":"n399322920","geometry":{"type":"Point","coordinates":[-0.197873,51.1106981]},"properties":{"@type":"node","@id":399322920,"@timestamp":1334259285},"coords":"51.1106981,-0.197873","bedrooms":"4","price":"255000","area":"413"} , +{"type":"Feature","id":"n399556088","geometry":{"type":"Point","coordinates":[0.4198948,51.4040185]},"properties":{"@type":"node","@id":399556088,"@timestamp":1429043905},"coords":"51.4040185,0.4198948","bedrooms":"2","price":"287000","area":"476"} , +{"type":"Feature","id":"n399616643","geometry":{"type":"Point","coordinates":[0.8622865,51.8899256]},"properties":{"@type":"node","@id":399616643,"@timestamp":1242333448},"coords":"51.8899256,0.8622865","bedrooms":"1","price":"159000","area":"438"} , +{"type":"Feature","id":"n400789627","geometry":{"type":"Point","coordinates":[-0.0105069,51.9258262]},"properties":{"@type":"node","@id":400789627,"@timestamp":1545116763},"coords":"51.9258262,-0.0105069","bedrooms":"2","price":"197000","area":"679"} , +{"type":"Feature","id":"n401097710","geometry":{"type":"Point","coordinates":[-0.0241782,51.9393625]},"properties":{"@type":"node","@id":401097710,"@timestamp":1634839078},"coords":"51.9393625,-0.0241782","bedrooms":"1","price":"195000","area":"519"} , +{"type":"Feature","id":"n401244901","geometry":{"type":"Point","coordinates":[0.7968034,51.8801547]},"properties":{"@type":"node","@id":401244901,"@timestamp":1330814466},"coords":"51.8801547,0.7968034","bedrooms":"3","price":"225000","area":"635"} , +{"type":"Feature","id":"n401249300","geometry":{"type":"Point","coordinates":[-0.5887814,51.2409557]},"properties":{"@type":"node","@id":401249300,"@timestamp":1242404281},"coords":"51.2409557,-0.5887814","bedrooms":"3","price":"174000","area":"612"} , +{"type":"Feature","id":"n401274492","geometry":{"type":"Point","coordinates":[0.7989142,51.8690262]},"properties":{"@type":"node","@id":401274492,"@timestamp":1330814479},"coords":"51.8690262,0.7989142","bedrooms":"4","price":"254000","area":"642"} , +{"type":"Feature","id":"n401290404","geometry":{"type":"Point","coordinates":[-0.0986621,51.5780856]},"properties":{"@type":"node","@id":401290404,"@timestamp":1569627710},"coords":"51.5780856,-0.0986621","bedrooms":"0","price":"183000","area":"445"} , +{"type":"Feature","id":"n401454735","geometry":{"type":"Point","coordinates":[-0.1376826,50.9577574]},"properties":{"@type":"node","@id":401454735,"@timestamp":1615482158},"coords":"50.9577574,-0.1376826","bedrooms":"2","price":"226000","area":"526"} , +{"type":"Feature","id":"n401529132","geometry":{"type":"Point","coordinates":[-0.1282985,51.5121161]},"properties":{"@type":"node","@id":401529132,"@timestamp":1599925509},"coords":"51.5121161,-0.1282985","bedrooms":"3","price":"153000","area":"371"} , +{"type":"Feature","id":"n401529161","geometry":{"type":"Point","coordinates":[-0.1298942,51.5152059]},"properties":{"@type":"node","@id":401529161,"@timestamp":1595094116},"coords":"51.5152059,-0.1298942","bedrooms":"2","price":"172000","area":"652"} , +{"type":"Feature","id":"n401617430","geometry":{"type":"Point","coordinates":[-0.5812689,51.2910735]},"properties":{"@type":"node","@id":401617430,"@timestamp":1242491016},"coords":"51.2910735,-0.5812689","bedrooms":"4","price":"177000","area":"529"} , +{"type":"Feature","id":"n401625768","geometry":{"type":"Point","coordinates":[-0.5812629,51.2893075]},"properties":{"@type":"node","@id":401625768,"@timestamp":1242492630},"coords":"51.2893075,-0.5812629","bedrooms":"2","price":"240000","area":"575"} , +{"type":"Feature","id":"n401625806","geometry":{"type":"Point","coordinates":[-0.5816188,51.2941443]},"properties":{"@type":"node","@id":401625806,"@timestamp":1496238927},"coords":"51.2941443,-0.5816188","bedrooms":"0","price":"188000","area":"527"} , +{"type":"Feature","id":"n401703598","geometry":{"type":"Point","coordinates":[-0.0570252,51.901912]},"properties":{"@type":"node","@id":401703598,"@timestamp":1577722524},"coords":"51.901912,-0.0570252","bedrooms":"1","price":"157000","area":"402"} , +{"type":"Feature","id":"n401788093","geometry":{"type":"Point","coordinates":[0.1813993,51.4811331]},"properties":{"@type":"node","@id":401788093,"@timestamp":1504863235},"coords":"51.4811331,0.1813993","bedrooms":"4","price":"225000","area":"644"} , +{"type":"Feature","id":"n401881515","geometry":{"type":"Point","coordinates":[0.0245423,51.9270031]},"properties":{"@type":"node","@id":401881515,"@timestamp":1545116721},"coords":"51.9270031,0.0245423","bedrooms":"4","price":"194000","area":"538"} , +{"type":"Feature","id":"n402351215","geometry":{"type":"Point","coordinates":[0.185343,51.4743881]},"properties":{"@type":"node","@id":402351215,"@timestamp":1242553986},"coords":"51.4743881,0.185343","bedrooms":"3","price":"152000","area":"641"} , +{"type":"Feature","id":"n402391502","geometry":{"type":"Point","coordinates":[-0.2322836,51.506424]},"properties":{"@type":"node","@id":402391502,"@timestamp":1618562629},"coords":"51.506424,-0.2322836","bedrooms":"0","price":"285000","area":"353"} , +{"type":"Feature","id":"n403215188","geometry":{"type":"Point","coordinates":[0.1769119,51.4837789]},"properties":{"@type":"node","@id":403215188,"@timestamp":1390855903},"coords":"51.4837789,0.1769119","bedrooms":"3","price":"221000","area":"545"} , +{"type":"Feature","id":"n403454618","geometry":{"type":"Point","coordinates":[-0.1156318,51.5554063]},"properties":{"@type":"node","@id":403454618,"@timestamp":1614482652},"coords":"51.5554063,-0.1156318","bedrooms":"0","price":"170000","area":"583"} , +{"type":"Feature","id":"n403850647","geometry":{"type":"Point","coordinates":[-0.0580076,51.4507736]},"properties":{"@type":"node","@id":403850647,"@timestamp":1633302046},"coords":"51.4507736,-0.0580076","bedrooms":"4","price":"170000","area":"555"} , +{"type":"Feature","id":"n403897928","geometry":{"type":"Point","coordinates":[0.1626707,51.4852306]},"properties":{"@type":"node","@id":403897928,"@timestamp":1408491683},"coords":"51.4852306,0.1626707","bedrooms":"3","price":"280000","area":"439"} , +{"type":"Feature","id":"n404467039","geometry":{"type":"Point","coordinates":[-0.3164653,51.0790459]},"properties":{"@type":"node","@id":404467039,"@timestamp":1600875031},"coords":"51.0790459,-0.3164653","bedrooms":"0","price":"292000","area":"609"} , +{"type":"Feature","id":"n405153357","geometry":{"type":"Point","coordinates":[-0.7936879,51.359539]},"properties":{"@type":"node","@id":405153357,"@timestamp":1309123772},"coords":"51.359539,-0.7936879","bedrooms":"4","price":"233000","area":"685"} , +{"type":"Feature","id":"n405232168","geometry":{"type":"Point","coordinates":[-0.3114787,51.8748293]},"properties":{"@type":"node","@id":405232168,"@timestamp":1330274432},"coords":"51.8748293,-0.3114787","bedrooms":"1","price":"159000","area":"384"} , +{"type":"Feature","id":"n405272947","geometry":{"type":"Point","coordinates":[-0.195801,51.5520811]},"properties":{"@type":"node","@id":405272947,"@timestamp":1284903133},"coords":"51.5520811,-0.195801","bedrooms":"1","price":"204000","area":"568"} , +{"type":"Feature","id":"n405811971","geometry":{"type":"Point","coordinates":[-0.2017377,51.2424127]},"properties":{"@type":"node","@id":405811971,"@timestamp":1301259883},"coords":"51.2424127,-0.2017377","bedrooms":"4","price":"279000","area":"580"} , +{"type":"Feature","id":"n406088170","geometry":{"type":"Point","coordinates":[-0.1767258,51.2413023]},"properties":{"@type":"node","@id":406088170,"@timestamp":1378363328},"coords":"51.2413023,-0.1767258","bedrooms":"3","price":"218000","area":"523"} , +{"type":"Feature","id":"n406948518","geometry":{"type":"Point","coordinates":[-0.2978722,51.415705]},"properties":{"@type":"node","@id":406948518,"@timestamp":1254734058},"coords":"51.415705,-0.2978722","bedrooms":"0","price":"180000","area":"469"} , +{"type":"Feature","id":"n407040050","geometry":{"type":"Point","coordinates":[-1.0533818,51.2919566]},"properties":{"@type":"node","@id":407040050,"@timestamp":1244155754},"coords":"51.2919566,-1.0533818","bedrooms":"4","price":"219000","area":"548"} , +{"type":"Feature","id":"n408070974","geometry":{"type":"Point","coordinates":[-0.202728,51.5458667]},"properties":{"@type":"node","@id":408070974,"@timestamp":1330961680},"coords":"51.5458667,-0.202728","bedrooms":"1","price":"171000","area":"642"} , +{"type":"Feature","id":"n408128503","geometry":{"type":"Point","coordinates":[-0.1858164,51.5342516]},"properties":{"@type":"node","@id":408128503,"@timestamp":1563246581},"coords":"51.5342516,-0.1858164","bedrooms":"4","price":"155000","area":"473"} , +{"type":"Feature","id":"n408423718","geometry":{"type":"Point","coordinates":[-0.348799,51.059842]},"properties":{"@type":"node","@id":408423718,"@timestamp":1615126164},"coords":"51.059842,-0.348799","bedrooms":"3","price":"240000","area":"603"} , +{"type":"Feature","id":"n408482815","geometry":{"type":"Point","coordinates":[-1.0574156,51.2947347]},"properties":{"@type":"node","@id":408482815,"@timestamp":1446586917},"coords":"51.2947347,-1.0574156","bedrooms":"3","price":"200000","area":"662"} , +{"type":"Feature","id":"n408489910","geometry":{"type":"Point","coordinates":[-1.0678277,51.2863428]},"properties":{"@type":"node","@id":408489910,"@timestamp":1242854412},"coords":"51.2863428,-1.0678277","bedrooms":"1","price":"287000","area":"433"} , +{"type":"Feature","id":"n408496111","geometry":{"type":"Point","coordinates":[-0.0204976,51.9362188]},"properties":{"@type":"node","@id":408496111,"@timestamp":1604364173},"coords":"51.9362188,-0.0204976","bedrooms":"1","price":"167000","area":"441"} , +{"type":"Feature","id":"n408501496","geometry":{"type":"Point","coordinates":[-1.0657991,51.2868]},"properties":{"@type":"node","@id":408501496,"@timestamp":1446761637},"coords":"51.2868,-1.0657991","bedrooms":"2","price":"183000","area":"356"} , +{"type":"Feature","id":"n408561643","geometry":{"type":"Point","coordinates":[-0.2212898,51.5469095]},"properties":{"@type":"node","@id":408561643,"@timestamp":1620924474},"coords":"51.5469095,-0.2212898","bedrooms":"1","price":"216000","area":"501"} , +{"type":"Feature","id":"n408762247","geometry":{"type":"Point","coordinates":[-0.1620812,51.235384]},"properties":{"@type":"node","@id":408762247,"@timestamp":1610362029},"coords":"51.235384,-0.1620812","bedrooms":"1","price":"284000","area":"466"} , +{"type":"Feature","id":"n408903678","geometry":{"type":"Point","coordinates":[-1.0454878,51.302901]},"properties":{"@type":"node","@id":408903678,"@timestamp":1520795348},"coords":"51.302901,-1.0454878","bedrooms":"4","price":"151000","area":"416"} , +{"type":"Feature","id":"n409009696","geometry":{"type":"Point","coordinates":[-0.4599704,51.0349111]},"properties":{"@type":"node","@id":409009696,"@timestamp":1245877743},"coords":"51.0349111,-0.4599704","bedrooms":"2","price":"203000","area":"573"} , +{"type":"Feature","id":"n409111142","geometry":{"type":"Point","coordinates":[-0.3438918,51.0655714]},"properties":{"@type":"node","@id":409111142,"@timestamp":1604862936},"coords":"51.0655714,-0.3438918","bedrooms":"4","price":"266000","area":"377"} , +{"type":"Feature","id":"n409241066","geometry":{"type":"Point","coordinates":[-0.0055603,51.5130451]},"properties":{"@type":"node","@id":409241066,"@timestamp":1582901843},"coords":"51.5130451,-0.0055603","bedrooms":"1","price":"232000","area":"623"} , +{"type":"Feature","id":"n409290477","geometry":{"type":"Point","coordinates":[-0.2082911,51.5431105]},"properties":{"@type":"node","@id":409290477,"@timestamp":1325333169},"coords":"51.5431105,-0.2082911","bedrooms":"2","price":"208000","area":"453"} , +{"type":"Feature","id":"n409715162","geometry":{"type":"Point","coordinates":[-0.1021887,51.0188569]},"properties":{"@type":"node","@id":409715162,"@timestamp":1591125879},"coords":"51.0188569,-0.1021887","bedrooms":"2","price":"250000","area":"668"} , +{"type":"Feature","id":"n409788876","geometry":{"type":"Point","coordinates":[0.5123006,51.4104671]},"properties":{"@type":"node","@id":409788876,"@timestamp":1543944359},"coords":"51.4104671,0.5123006","bedrooms":"2","price":"222000","area":"646"} , +{"type":"Feature","id":"n409906485","geometry":{"type":"Point","coordinates":[-0.1252427,51.4944747]},"properties":{"@type":"node","@id":409906485,"@timestamp":1634161095},"coords":"51.4944747,-0.1252427","bedrooms":"0","price":"235000","area":"457"} , +{"type":"Feature","id":"n409920359","geometry":{"type":"Point","coordinates":[-0.1259657,51.4909201]},"properties":{"@type":"node","@id":409920359,"@timestamp":1552745057},"coords":"51.4909201,-0.1259657","bedrooms":"0","price":"272000","area":"484"} , +{"type":"Feature","id":"n410141399","geometry":{"type":"Point","coordinates":[-0.2449631,51.4955366]},"properties":{"@type":"node","@id":410141399,"@timestamp":1489542187},"coords":"51.4955366,-0.2449631","bedrooms":"1","price":"202000","area":"690"} , +{"type":"Feature","id":"n410216401","geometry":{"type":"Point","coordinates":[-0.2168964,51.5577757]},"properties":{"@type":"node","@id":410216401,"@timestamp":1593530397},"coords":"51.5577757,-0.2168964","bedrooms":"2","price":"245000","area":"507"} , +{"type":"Feature","id":"n410216422","geometry":{"type":"Point","coordinates":[-0.2161675,51.5572119]},"properties":{"@type":"node","@id":410216422,"@timestamp":1588876218},"coords":"51.5572119,-0.2161675","bedrooms":"3","price":"291000","area":"614"} , +{"type":"Feature","id":"n410290614","geometry":{"type":"Point","coordinates":[0.2057375,51.2668555]},"properties":{"@type":"node","@id":410290614,"@timestamp":1451678471},"coords":"51.2668555,0.2057375","bedrooms":"2","price":"217000","area":"548"} , +{"type":"Feature","id":"n410318331","geometry":{"type":"Point","coordinates":[-1.0679619,51.2942736]},"properties":{"@type":"node","@id":410318331,"@timestamp":1446503948},"coords":"51.2942736,-1.0679619","bedrooms":"0","price":"196000","area":"566"} , +{"type":"Feature","id":"n410340028","geometry":{"type":"Point","coordinates":[0.1931345,51.2697668]},"properties":{"@type":"node","@id":410340028,"@timestamp":1526522114},"coords":"51.2697668,0.1931345","bedrooms":"0","price":"231000","area":"462"} , +{"type":"Feature","id":"n410343615","geometry":{"type":"Point","coordinates":[-0.9339722,51.04877]},"properties":{"@type":"node","@id":410343615,"@timestamp":1245014711},"coords":"51.04877,-0.9339722","bedrooms":"3","price":"277000","area":"562"} , +{"type":"Feature","id":"n410413470","geometry":{"type":"Point","coordinates":[0.1689657,51.2860649]},"properties":{"@type":"node","@id":410413470,"@timestamp":1500996393},"coords":"51.2860649,0.1689657","bedrooms":"4","price":"271000","area":"505"} , +{"type":"Feature","id":"n410432205","geometry":{"type":"Point","coordinates":[-0.6726065,51.1060256]},"properties":{"@type":"node","@id":410432205,"@timestamp":1438193599},"coords":"51.1060256,-0.6726065","bedrooms":"2","price":"163000","area":"454"} , +{"type":"Feature","id":"n410432232","geometry":{"type":"Point","coordinates":[-0.6594307,51.1111602]},"properties":{"@type":"node","@id":410432232,"@timestamp":1432480616},"coords":"51.1111602,-0.6594307","bedrooms":"2","price":"272000","area":"510"} , +{"type":"Feature","id":"n410443284","geometry":{"type":"Point","coordinates":[-0.6808222,51.1380048]},"properties":{"@type":"node","@id":410443284,"@timestamp":1432483806},"coords":"51.1380048,-0.6808222","bedrooms":"4","price":"235000","area":"399"} , +{"type":"Feature","id":"n410460641","geometry":{"type":"Point","coordinates":[-0.9438105,51.0084289]},"properties":{"@type":"node","@id":410460641,"@timestamp":1465933648},"coords":"51.0084289,-0.9438105","bedrooms":"2","price":"262000","area":"569"} , +{"type":"Feature","id":"n410511094","geometry":{"type":"Point","coordinates":[-0.9731737,51.3932655]},"properties":{"@type":"node","@id":410511094,"@timestamp":1605388907},"coords":"51.3932655,-0.9731737","bedrooms":"4","price":"244000","area":"391"} , +{"type":"Feature","id":"n410607364","geometry":{"type":"Point","coordinates":[0.1919437,51.2740054]},"properties":{"@type":"node","@id":410607364,"@timestamp":1243235931},"coords":"51.2740054,0.1919437","bedrooms":"1","price":"224000","area":"467"} , +{"type":"Feature","id":"n410614425","geometry":{"type":"Point","coordinates":[0.1927567,51.2850673]},"properties":{"@type":"node","@id":410614425,"@timestamp":1628710951},"coords":"51.2850673,0.1927567","bedrooms":"1","price":"278000","area":"593"} , +{"type":"Feature","id":"n410623388","geometry":{"type":"Point","coordinates":[-0.113844,51.499312]},"properties":{"@type":"node","@id":410623388,"@timestamp":1631209626},"coords":"51.499312,-0.113844","bedrooms":"1","price":"221000","area":"641"} , +{"type":"Feature","id":"n410648677","geometry":{"type":"Point","coordinates":[0.2173846,51.2842505]},"properties":{"@type":"node","@id":410648677,"@timestamp":1243187868},"coords":"51.2842505,0.2173846","bedrooms":"4","price":"298000","area":"606"} , +{"type":"Feature","id":"n410770997","geometry":{"type":"Point","coordinates":[-0.3779651,51.6424678]},"properties":{"@type":"node","@id":410770997,"@timestamp":1243204887},"coords":"51.6424678,-0.3779651","bedrooms":"0","price":"222000","area":"565"} , +{"type":"Feature","id":"n410784945","geometry":{"type":"Point","coordinates":[0.1682906,51.290019]},"properties":{"@type":"node","@id":410784945,"@timestamp":1550780093},"coords":"51.290019,0.1682906","bedrooms":"1","price":"157000","area":"359"} , +{"type":"Feature","id":"n410895352","geometry":{"type":"Point","coordinates":[0.2009683,51.2847053]},"properties":{"@type":"node","@id":410895352,"@timestamp":1243254763},"coords":"51.2847053,0.2009683","bedrooms":"4","price":"229000","area":"655"} , +{"type":"Feature","id":"n410895609","geometry":{"type":"Point","coordinates":[0.2053314,51.2825607]},"properties":{"@type":"node","@id":410895609,"@timestamp":1629126569},"coords":"51.2825607,0.2053314","bedrooms":"3","price":"202000","area":"418"} , +{"type":"Feature","id":"n410936537","geometry":{"type":"Point","coordinates":[-0.2158035,51.55691]},"properties":{"@type":"node","@id":410936537,"@timestamp":1257901950},"coords":"51.55691,-0.2158035","bedrooms":"4","price":"242000","area":"374"} , +{"type":"Feature","id":"n410936551","geometry":{"type":"Point","coordinates":[-0.2156829,51.5572008]},"properties":{"@type":"node","@id":410936551,"@timestamp":1243264776},"coords":"51.5572008,-0.2156829","bedrooms":"2","price":"268000","area":"412"} , +{"type":"Feature","id":"n410936572","geometry":{"type":"Point","coordinates":[-0.2155606,51.5567224]},"properties":{"@type":"node","@id":410936572,"@timestamp":1243264777},"coords":"51.5567224,-0.2155606","bedrooms":"0","price":"179000","area":"625"} , +{"type":"Feature","id":"n410936991","geometry":{"type":"Point","coordinates":[-0.3599866,51.6089927]},"properties":{"@type":"node","@id":410936991,"@timestamp":1243264868},"coords":"51.6089927,-0.3599866","bedrooms":"0","price":"262000","area":"683"} , +{"type":"Feature","id":"n410949771","geometry":{"type":"Point","coordinates":[-0.1775131,51.0025918]},"properties":{"@type":"node","@id":410949771,"@timestamp":1591810648},"coords":"51.0025918,-0.1775131","bedrooms":"4","price":"285000","area":"465"} , +{"type":"Feature","id":"n410949890","geometry":{"type":"Point","coordinates":[-0.2149538,51.5562643]},"properties":{"@type":"node","@id":410949890,"@timestamp":1587842556},"coords":"51.5562643,-0.2149538","bedrooms":"4","price":"177000","area":"620"} , +{"type":"Feature","id":"n410949907","geometry":{"type":"Point","coordinates":[-0.2145204,51.555888]},"properties":{"@type":"node","@id":410949907,"@timestamp":1437742277},"coords":"51.555888,-0.2145204","bedrooms":"0","price":"177000","area":"563"} , +{"type":"Feature","id":"n410952440","geometry":{"type":"Point","coordinates":[-0.2140653,51.5555448]},"properties":{"@type":"node","@id":410952440,"@timestamp":1243269656},"coords":"51.5555448,-0.2140653","bedrooms":"4","price":"271000","area":"476"} , +{"type":"Feature","id":"n410952467","geometry":{"type":"Point","coordinates":[-0.2135989,51.5555064]},"properties":{"@type":"node","@id":410952467,"@timestamp":1253220668},"coords":"51.5555064,-0.2135989","bedrooms":"1","price":"269000","area":"685"} , +{"type":"Feature","id":"n410955712","geometry":{"type":"Point","coordinates":[-0.2132544,51.555261]},"properties":{"@type":"node","@id":410955712,"@timestamp":1491932826},"coords":"51.555261,-0.2132544","bedrooms":"4","price":"206000","area":"569"} , +{"type":"Feature","id":"n410959149","geometry":{"type":"Point","coordinates":[0.501976,51.280609]},"properties":{"@type":"node","@id":410959149,"@timestamp":1243272814},"coords":"51.280609,0.501976","bedrooms":"2","price":"188000","area":"684"} , +{"type":"Feature","id":"n410960460","geometry":{"type":"Point","coordinates":[0.1959453,51.2866537]},"properties":{"@type":"node","@id":410960460,"@timestamp":1543777305},"coords":"51.2866537,0.1959453","bedrooms":"0","price":"269000","area":"637"} , +{"type":"Feature","id":"n410960511","geometry":{"type":"Point","coordinates":[0.1935116,51.2771821]},"properties":{"@type":"node","@id":410960511,"@timestamp":1563469209},"coords":"51.2771821,0.1935116","bedrooms":"1","price":"273000","area":"352"} , +{"type":"Feature","id":"n410960545","geometry":{"type":"Point","coordinates":[0.1932417,51.2741462]},"properties":{"@type":"node","@id":410960545,"@timestamp":1594109510},"coords":"51.2741462,0.1932417","bedrooms":"1","price":"211000","area":"404"} , +{"type":"Feature","id":"n410961379","geometry":{"type":"Point","coordinates":[-0.2132596,51.5548185]},"properties":{"@type":"node","@id":410961379,"@timestamp":1243270965},"coords":"51.5548185,-0.2132596","bedrooms":"2","price":"206000","area":"544"} , +{"type":"Feature","id":"n410961399","geometry":{"type":"Point","coordinates":[-0.2127755,51.5547622]},"properties":{"@type":"node","@id":410961399,"@timestamp":1243270966},"coords":"51.5547622,-0.2127755","bedrooms":"1","price":"225000","area":"512"} , +{"type":"Feature","id":"n410967628","geometry":{"type":"Point","coordinates":[-0.0107901,51.5321661]},"properties":{"@type":"node","@id":410967628,"@timestamp":1243889143},"coords":"51.5321661,-0.0107901","bedrooms":"2","price":"174000","area":"387"} , +{"type":"Feature","id":"n410991410","geometry":{"type":"Point","coordinates":[0.4868402,51.2826568]},"properties":{"@type":"node","@id":410991410,"@timestamp":1295348576},"coords":"51.2826568,0.4868402","bedrooms":"0","price":"168000","area":"572"} , +{"type":"Feature","id":"n410991541","geometry":{"type":"Point","coordinates":[0.4963164,51.2839606]},"properties":{"@type":"node","@id":410991541,"@timestamp":1243272809},"coords":"51.2839606,0.4963164","bedrooms":"1","price":"272000","area":"594"} , +{"type":"Feature","id":"n411002713","geometry":{"type":"Point","coordinates":[-0.0129534,51.5274005]},"properties":{"@type":"node","@id":411002713,"@timestamp":1624999931},"coords":"51.5274005,-0.0129534","bedrooms":"0","price":"202000","area":"515"} , +{"type":"Feature","id":"n411005951","geometry":{"type":"Point","coordinates":[0.4888619,51.275043]},"properties":{"@type":"node","@id":411005951,"@timestamp":1310547775},"coords":"51.275043,0.4888619","bedrooms":"3","price":"275000","area":"506"} , +{"type":"Feature","id":"n411008321","geometry":{"type":"Point","coordinates":[0.4940617,51.2789095]},"properties":{"@type":"node","@id":411008321,"@timestamp":1243274549},"coords":"51.2789095,0.4940617","bedrooms":"1","price":"199000","area":"469"} , +{"type":"Feature","id":"n411041548","geometry":{"type":"Point","coordinates":[-0.1351683,50.9902791]},"properties":{"@type":"node","@id":411041548,"@timestamp":1563825567},"coords":"50.9902791,-0.1351683","bedrooms":"0","price":"254000","area":"452"} , +{"type":"Feature","id":"n411042049","geometry":{"type":"Point","coordinates":[-0.129318,50.9975367]},"properties":{"@type":"node","@id":411042049,"@timestamp":1609509022},"coords":"50.9975367,-0.129318","bedrooms":"1","price":"158000","area":"695"} , +{"type":"Feature","id":"n411092126","geometry":{"type":"Point","coordinates":[-0.9014196,51.3073398]},"properties":{"@type":"node","@id":411092126,"@timestamp":1243287613},"coords":"51.3073398,-0.9014196","bedrooms":"4","price":"186000","area":"591"} , +{"type":"Feature","id":"n411096514","geometry":{"type":"Point","coordinates":[-0.2127527,51.5541954]},"properties":{"@type":"node","@id":411096514,"@timestamp":1306675064},"coords":"51.5541954,-0.2127527","bedrooms":"1","price":"283000","area":"692"} , +{"type":"Feature","id":"n411096524","geometry":{"type":"Point","coordinates":[-0.2124341,51.5539317]},"properties":{"@type":"node","@id":411096524,"@timestamp":1306675064},"coords":"51.5539317,-0.2124341","bedrooms":"0","price":"297000","area":"554"} , +{"type":"Feature","id":"n411108156","geometry":{"type":"Point","coordinates":[0.0219128,51.9045413]},"properties":{"@type":"node","@id":411108156,"@timestamp":1567947655},"coords":"51.9045413,0.0219128","bedrooms":"4","price":"157000","area":"591"} , +{"type":"Feature","id":"n411115270","geometry":{"type":"Point","coordinates":[-0.2117922,51.553425]},"properties":{"@type":"node","@id":411115270,"@timestamp":1587494394},"coords":"51.553425,-0.2117922","bedrooms":"4","price":"277000","area":"370"} , +{"type":"Feature","id":"n411115287","geometry":{"type":"Point","coordinates":[-0.2115181,51.5532449]},"properties":{"@type":"node","@id":411115287,"@timestamp":1243291218},"coords":"51.5532449,-0.2115181","bedrooms":"2","price":"201000","area":"670"} , +{"type":"Feature","id":"n411115303","geometry":{"type":"Point","coordinates":[-0.211203,51.5528061]},"properties":{"@type":"node","@id":411115303,"@timestamp":1288366343},"coords":"51.5528061,-0.211203","bedrooms":"4","price":"234000","area":"499"} , +{"type":"Feature","id":"n411115334","geometry":{"type":"Point","coordinates":[-0.2103275,51.5526407]},"properties":{"@type":"node","@id":411115334,"@timestamp":1257901654},"coords":"51.5526407,-0.2103275","bedrooms":"4","price":"265000","area":"569"} , +{"type":"Feature","id":"n411133095","geometry":{"type":"Point","coordinates":[0.1729825,51.2868139]},"properties":{"@type":"node","@id":411133095,"@timestamp":1503939020},"coords":"51.2868139,0.1729825","bedrooms":"4","price":"150000","area":"660"} , +{"type":"Feature","id":"n411306127","geometry":{"type":"Point","coordinates":[-0.2931824,51.62143]},"properties":{"@type":"node","@id":411306127,"@timestamp":1252747003},"coords":"51.62143,-0.2931824","bedrooms":"3","price":"240000","area":"482"} , +{"type":"Feature","id":"n411345065","geometry":{"type":"Point","coordinates":[-0.1562665,51.0968018]},"properties":{"@type":"node","@id":411345065,"@timestamp":1444164264},"coords":"51.0968018,-0.1562665","bedrooms":"0","price":"241000","area":"596"} , +{"type":"Feature","id":"n411492600","geometry":{"type":"Point","coordinates":[0.2202819,51.2864402]},"properties":{"@type":"node","@id":411492600,"@timestamp":1243360101},"coords":"51.2864402,0.2202819","bedrooms":"2","price":"217000","area":"693"} , +{"type":"Feature","id":"n411520149","geometry":{"type":"Point","coordinates":[-0.9339793,51.5045863]},"properties":{"@type":"node","@id":411520149,"@timestamp":1243366007},"coords":"51.5045863,-0.9339793","bedrooms":"4","price":"225000","area":"529"} , +{"type":"Feature","id":"n411566847","geometry":{"type":"Point","coordinates":[0.8482329,51.886724]},"properties":{"@type":"node","@id":411566847,"@timestamp":1243368956},"coords":"51.886724,0.8482329","bedrooms":"4","price":"198000","area":"493"} , +{"type":"Feature","id":"n411566910","geometry":{"type":"Point","coordinates":[0.8503129,51.8877507]},"properties":{"@type":"node","@id":411566910,"@timestamp":1485866742},"coords":"51.8877507,0.8503129","bedrooms":"3","price":"224000","area":"402"} , +{"type":"Feature","id":"n411585387","geometry":{"type":"Point","coordinates":[0.1778244,51.284973]},"properties":{"@type":"node","@id":411585387,"@timestamp":1555173454},"coords":"51.284973,0.1778244","bedrooms":"3","price":"176000","area":"401"} , +{"type":"Feature","id":"n411739677","geometry":{"type":"Point","coordinates":[-0.7760187,51.3029771]},"properties":{"@type":"node","@id":411739677,"@timestamp":1283332232},"coords":"51.3029771,-0.7760187","bedrooms":"0","price":"157000","area":"414"} , +{"type":"Feature","id":"n411818084","geometry":{"type":"Point","coordinates":[-0.3272187,51.8512628]},"properties":{"@type":"node","@id":411818084,"@timestamp":1568899240},"coords":"51.8512628,-0.3272187","bedrooms":"4","price":"162000","area":"398"} , +{"type":"Feature","id":"n411823454","geometry":{"type":"Point","coordinates":[0.3241153,51.2902423]},"properties":{"@type":"node","@id":411823454,"@timestamp":1243445768},"coords":"51.2902423,0.3241153","bedrooms":"2","price":"161000","area":"546"} , +{"type":"Feature","id":"n411828291","geometry":{"type":"Point","coordinates":[0.1953827,51.2859589]},"properties":{"@type":"node","@id":411828291,"@timestamp":1612151709},"coords":"51.2859589,0.1953827","bedrooms":"3","price":"272000","area":"433"} , +{"type":"Feature","id":"n411841126","geometry":{"type":"Point","coordinates":[-0.4676439,51.6420999]},"properties":{"@type":"node","@id":411841126,"@timestamp":1582980876},"coords":"51.6420999,-0.4676439","bedrooms":"4","price":"267000","area":"501"} , +{"type":"Feature","id":"n411848393","geometry":{"type":"Point","coordinates":[-0.4698315,51.6388343]},"properties":{"@type":"node","@id":411848393,"@timestamp":1636122254},"coords":"51.6388343,-0.4698315","bedrooms":"0","price":"201000","area":"395"} , +{"type":"Feature","id":"n411855750","geometry":{"type":"Point","coordinates":[0.6449618,51.9491091]},"properties":{"@type":"node","@id":411855750,"@timestamp":1330814605},"coords":"51.9491091,0.6449618","bedrooms":"2","price":"280000","area":"602"} , +{"type":"Feature","id":"n411888384","geometry":{"type":"Point","coordinates":[0.0413494,51.8237018]},"properties":{"@type":"node","@id":411888384,"@timestamp":1575108675},"coords":"51.8237018,0.0413494","bedrooms":"4","price":"192000","area":"660"} , +{"type":"Feature","id":"n411903609","geometry":{"type":"Point","coordinates":[0.2085053,51.2492513]},"properties":{"@type":"node","@id":411903609,"@timestamp":1609280670},"coords":"51.2492513,0.2085053","bedrooms":"1","price":"241000","area":"636"} , +{"type":"Feature","id":"n412089779","geometry":{"type":"Point","coordinates":[-0.460078,51.7330966]},"properties":{"@type":"node","@id":412089779,"@timestamp":1432642824},"coords":"51.7330966,-0.460078","bedrooms":"3","price":"190000","area":"669"} , +{"type":"Feature","id":"n412214268","geometry":{"type":"Point","coordinates":[0.0530534,51.4500822]},"properties":{"@type":"node","@id":412214268,"@timestamp":1381091011},"coords":"51.4500822,0.0530534","bedrooms":"0","price":"155000","area":"426"} , +{"type":"Feature","id":"n412268025","geometry":{"type":"Point","coordinates":[0.2179945,51.2890157]},"properties":{"@type":"node","@id":412268025,"@timestamp":1405977162},"coords":"51.2890157,0.2179945","bedrooms":"3","price":"295000","area":"390"} , +{"type":"Feature","id":"n412271183","geometry":{"type":"Point","coordinates":[-0.9730691,51.2044149]},"properties":{"@type":"node","@id":412271183,"@timestamp":1252655783},"coords":"51.2044149,-0.9730691","bedrooms":"3","price":"178000","area":"431"} , +{"type":"Feature","id":"n412341279","geometry":{"type":"Point","coordinates":[-1.0228494,51.4508321]},"properties":{"@type":"node","@id":412341279,"@timestamp":1599136417},"coords":"51.4508321,-1.0228494","bedrooms":"1","price":"199000","area":"685"} , +{"type":"Feature","id":"n412475296","geometry":{"type":"Point","coordinates":[-0.3328111,51.8854669]},"properties":{"@type":"node","@id":412475296,"@timestamp":1496238927},"coords":"51.8854669,-0.3328111","bedrooms":"1","price":"161000","area":"642"} , +{"type":"Feature","id":"n412477239","geometry":{"type":"Point","coordinates":[-0.3194986,51.8743023]},"properties":{"@type":"node","@id":412477239,"@timestamp":1329333924},"coords":"51.8743023,-0.3194986","bedrooms":"4","price":"184000","area":"491"} , +{"type":"Feature","id":"n412479286","geometry":{"type":"Point","coordinates":[-0.3284454,51.8764214]},"properties":{"@type":"node","@id":412479286,"@timestamp":1329333926},"coords":"51.8764214,-0.3284454","bedrooms":"4","price":"253000","area":"436"} , +{"type":"Feature","id":"n412486917","geometry":{"type":"Point","coordinates":[-0.3425529,51.8886507]},"properties":{"@type":"node","@id":412486917,"@timestamp":1243617316},"coords":"51.8886507,-0.3425529","bedrooms":"3","price":"249000","area":"662"} , +{"type":"Feature","id":"n412569512","geometry":{"type":"Point","coordinates":[-0.1993256,51.4034165]},"properties":{"@type":"node","@id":412569512,"@timestamp":1453319359},"coords":"51.4034165,-0.1993256","bedrooms":"3","price":"234000","area":"368"} , +{"type":"Feature","id":"n412569537","geometry":{"type":"Point","coordinates":[-0.2132075,51.4189383]},"properties":{"@type":"node","@id":412569537,"@timestamp":1610223980},"coords":"51.4189383,-0.2132075","bedrooms":"4","price":"240000","area":"416"} , +{"type":"Feature","id":"n412609825","geometry":{"type":"Point","coordinates":[-0.9452572,51.0934532]},"properties":{"@type":"node","@id":412609825,"@timestamp":1243636820},"coords":"51.0934532,-0.9452572","bedrooms":"3","price":"200000","area":"591"} , +{"type":"Feature","id":"n412727248","geometry":{"type":"Point","coordinates":[0.231161,51.2995636]},"properties":{"@type":"node","@id":412727248,"@timestamp":1243674332},"coords":"51.2995636,0.231161","bedrooms":"0","price":"253000","area":"573"} , +{"type":"Feature","id":"n412727869","geometry":{"type":"Point","coordinates":[0.2150409,51.3048128]},"properties":{"@type":"node","@id":412727869,"@timestamp":1556647538},"coords":"51.3048128,0.2150409","bedrooms":"3","price":"262000","area":"355"} , +{"type":"Feature","id":"n412783725","geometry":{"type":"Point","coordinates":[0.2176876,51.2947257]},"properties":{"@type":"node","@id":412783725,"@timestamp":1556647538},"coords":"51.2947257,0.2176876","bedrooms":"1","price":"189000","area":"685"} , +{"type":"Feature","id":"n412811751","geometry":{"type":"Point","coordinates":[0.195424,51.286174]},"properties":{"@type":"node","@id":412811751,"@timestamp":1612151483},"coords":"51.286174,0.195424","bedrooms":"0","price":"256000","area":"625"} , +{"type":"Feature","id":"n412812766","geometry":{"type":"Point","coordinates":[-0.6024856,51.2322476]},"properties":{"@type":"node","@id":412812766,"@timestamp":1531240710},"coords":"51.2322476,-0.6024856","bedrooms":"0","price":"211000","area":"565"} , +{"type":"Feature","id":"n412813818","geometry":{"type":"Point","coordinates":[-0.5998613,51.2339863]},"properties":{"@type":"node","@id":412813818,"@timestamp":1609092979},"coords":"51.2339863,-0.5998613","bedrooms":"2","price":"215000","area":"593"} , +{"type":"Feature","id":"n412815823","geometry":{"type":"Point","coordinates":[0.1930448,51.2991898]},"properties":{"@type":"node","@id":412815823,"@timestamp":1476247818},"coords":"51.2991898,0.1930448","bedrooms":"2","price":"279000","area":"411"} , +{"type":"Feature","id":"n412818014","geometry":{"type":"Point","coordinates":[-0.5951,51.2633375]},"properties":{"@type":"node","@id":412818014,"@timestamp":1243694125},"coords":"51.2633375,-0.5951","bedrooms":"3","price":"234000","area":"425"} , +{"type":"Feature","id":"n412820628","geometry":{"type":"Point","coordinates":[0.1934958,51.3003119]},"properties":{"@type":"node","@id":412820628,"@timestamp":1243694856},"coords":"51.3003119,0.1934958","bedrooms":"3","price":"196000","area":"467"} , +{"type":"Feature","id":"n412834778","geometry":{"type":"Point","coordinates":[0.1956667,51.2981716]},"properties":{"@type":"node","@id":412834778,"@timestamp":1243695544},"coords":"51.2981716,0.1956667","bedrooms":"1","price":"211000","area":"420"} , +{"type":"Feature","id":"n412841697","geometry":{"type":"Point","coordinates":[0.1819861,51.2768745]},"properties":{"@type":"node","@id":412841697,"@timestamp":1327067291},"coords":"51.2768745,0.1819861","bedrooms":"4","price":"205000","area":"464"} , +{"type":"Feature","id":"n412860178","geometry":{"type":"Point","coordinates":[0.1986558,51.2548816]},"properties":{"@type":"node","@id":412860178,"@timestamp":1547059371},"coords":"51.2548816,0.1986558","bedrooms":"4","price":"265000","area":"625"} , +{"type":"Feature","id":"n412876663","geometry":{"type":"Point","coordinates":[-0.04458,51.9591629]},"properties":{"@type":"node","@id":412876663,"@timestamp":1540127782},"coords":"51.9591629,-0.04458","bedrooms":"4","price":"178000","area":"409"} , +{"type":"Feature","id":"n412884626","geometry":{"type":"Point","coordinates":[0.2022392,51.283955]},"properties":{"@type":"node","@id":412884626,"@timestamp":1243702162},"coords":"51.283955,0.2022392","bedrooms":"1","price":"226000","area":"374"} , +{"type":"Feature","id":"n412943648","geometry":{"type":"Point","coordinates":[0.2681002,51.1915873]},"properties":{"@type":"node","@id":412943648,"@timestamp":1336144993},"coords":"51.1915873,0.2681002","bedrooms":"1","price":"238000","area":"570"} , +{"type":"Feature","id":"n412964124","geometry":{"type":"Point","coordinates":[-0.5207947,51.0898751]},"properties":{"@type":"node","@id":412964124,"@timestamp":1566118125},"coords":"51.0898751,-0.5207947","bedrooms":"4","price":"265000","area":"369"} , +{"type":"Feature","id":"n413049013","geometry":{"type":"Point","coordinates":[-0.5402375,50.960436]},"properties":{"@type":"node","@id":413049013,"@timestamp":1592872525},"coords":"50.960436,-0.5402375","bedrooms":"1","price":"262000","area":"453"} , +{"type":"Feature","id":"n413330126","geometry":{"type":"Point","coordinates":[0.4238841,51.7064293]},"properties":{"@type":"node","@id":413330126,"@timestamp":1356787368},"coords":"51.7064293,0.4238841","bedrooms":"2","price":"185000","area":"574"} , +{"type":"Feature","id":"n413435194","geometry":{"type":"Point","coordinates":[-0.0669306,51.4614344]},"properties":{"@type":"node","@id":413435194,"@timestamp":1350643008},"coords":"51.4614344,-0.0669306","bedrooms":"2","price":"194000","area":"602"} , +{"type":"Feature","id":"n413436111","geometry":{"type":"Point","coordinates":[-0.5757766,51.2361089]},"properties":{"@type":"node","@id":413436111,"@timestamp":1272625762},"coords":"51.2361089,-0.5757766","bedrooms":"2","price":"188000","area":"493"} , +{"type":"Feature","id":"n413442754","geometry":{"type":"Point","coordinates":[-0.5529633,51.2377888]},"properties":{"@type":"node","@id":413442754,"@timestamp":1597845967},"coords":"51.2377888,-0.5529633","bedrooms":"4","price":"163000","area":"602"} , +{"type":"Feature","id":"n413445308","geometry":{"type":"Point","coordinates":[-0.5297357,51.2460839]},"properties":{"@type":"node","@id":413445308,"@timestamp":1511301831},"coords":"51.2460839,-0.5297357","bedrooms":"3","price":"181000","area":"528"} , +{"type":"Feature","id":"n413446499","geometry":{"type":"Point","coordinates":[-0.5597197,51.2480565]},"properties":{"@type":"node","@id":413446499,"@timestamp":1623850205},"coords":"51.2480565,-0.5597197","bedrooms":"0","price":"165000","area":"376"} , +{"type":"Feature","id":"n413485078","geometry":{"type":"Point","coordinates":[-0.1629512,51.5676555]},"properties":{"@type":"node","@id":413485078,"@timestamp":1590070049},"coords":"51.5676555,-0.1629512","bedrooms":"4","price":"274000","area":"660"} , +{"type":"Feature","id":"n413600761","geometry":{"type":"Point","coordinates":[-0.8765117,51.7035441]},"properties":{"@type":"node","@id":413600761,"@timestamp":1567066362},"coords":"51.7035441,-0.8765117","bedrooms":"3","price":"283000","area":"354"} , +{"type":"Feature","id":"n413735768","geometry":{"type":"Point","coordinates":[-0.7784834,51.7046224]},"properties":{"@type":"node","@id":413735768,"@timestamp":1533055300},"coords":"51.7046224,-0.7784834","bedrooms":"1","price":"230000","area":"569"} , +{"type":"Feature","id":"n414021887","geometry":{"type":"Point","coordinates":[0.1336821,51.4531025]},"properties":{"@type":"node","@id":414021887,"@timestamp":1564913929},"coords":"51.4531025,0.1336821","bedrooms":"1","price":"251000","area":"541"} , +{"type":"Feature","id":"n414031209","geometry":{"type":"Point","coordinates":[0.1382867,51.4495917]},"properties":{"@type":"node","@id":414031209,"@timestamp":1564913929},"coords":"51.4495917,0.1382867","bedrooms":"3","price":"231000","area":"626"} , +{"type":"Feature","id":"n414203201","geometry":{"type":"Point","coordinates":[-0.0093009,51.1820513]},"properties":{"@type":"node","@id":414203201,"@timestamp":1349400868},"coords":"51.1820513,-0.0093009","bedrooms":"1","price":"212000","area":"660"} , +{"type":"Feature","id":"n414239290","geometry":{"type":"Point","coordinates":[-0.2799653,51.6257353]},"properties":{"@type":"node","@id":414239290,"@timestamp":1357334233},"coords":"51.6257353,-0.2799653","bedrooms":"3","price":"218000","area":"566"} , +{"type":"Feature","id":"n414251891","geometry":{"type":"Point","coordinates":[0.2353763,51.401554]},"properties":{"@type":"node","@id":414251891,"@timestamp":1327067397},"coords":"51.401554,0.2353763","bedrooms":"3","price":"249000","area":"652"} , +{"type":"Feature","id":"n414268025","geometry":{"type":"Point","coordinates":[-0.1995755,51.4235328]},"properties":{"@type":"node","@id":414268025,"@timestamp":1330814709},"coords":"51.4235328,-0.1995755","bedrooms":"2","price":"162000","area":"617"} , +{"type":"Feature","id":"n415003076","geometry":{"type":"Point","coordinates":[-0.4196039,51.5579147]},"properties":{"@type":"node","@id":415003076,"@timestamp":1263056442},"coords":"51.5579147,-0.4196039","bedrooms":"0","price":"240000","area":"581"} , +{"type":"Feature","id":"n415288149","geometry":{"type":"Point","coordinates":[-0.1324027,51.5648184]},"properties":{"@type":"node","@id":415288149,"@timestamp":1608980703},"coords":"51.5648184,-0.1324027","bedrooms":"3","price":"198000","area":"471"} , +{"type":"Feature","id":"n415310631","geometry":{"type":"Point","coordinates":[-0.3142859,51.8769886]},"properties":{"@type":"node","@id":415310631,"@timestamp":1329333934},"coords":"51.8769886,-0.3142859","bedrooms":"3","price":"263000","area":"446"} , +{"type":"Feature","id":"n415424701","geometry":{"type":"Point","coordinates":[-0.212759,51.4152148]},"properties":{"@type":"node","@id":415424701,"@timestamp":1603046558},"coords":"51.4152148,-0.212759","bedrooms":"2","price":"185000","area":"636"} , +{"type":"Feature","id":"n415462591","geometry":{"type":"Point","coordinates":[-0.2299722,51.4181433]},"properties":{"@type":"node","@id":415462591,"@timestamp":1595547911},"coords":"51.4181433,-0.2299722","bedrooms":"1","price":"211000","area":"353"} , +{"type":"Feature","id":"n415466221","geometry":{"type":"Point","coordinates":[-1.0498798,51.2936325]},"properties":{"@type":"node","@id":415466221,"@timestamp":1244155730},"coords":"51.2936325,-1.0498798","bedrooms":"0","price":"161000","area":"446"} , +{"type":"Feature","id":"n415505414","geometry":{"type":"Point","coordinates":[-1.0490994,51.2921076]},"properties":{"@type":"node","@id":415505414,"@timestamp":1244071168},"coords":"51.2921076,-1.0490994","bedrooms":"2","price":"277000","area":"588"} , +{"type":"Feature","id":"n415560861","geometry":{"type":"Point","coordinates":[-0.0871046,51.5003279]},"properties":{"@type":"node","@id":415560861,"@timestamp":1513035723},"coords":"51.5003279,-0.0871046","bedrooms":"0","price":"224000","area":"571"} , +{"type":"Feature","id":"n415580898","geometry":{"type":"Point","coordinates":[-0.0677151,51.4690511]},"properties":{"@type":"node","@id":415580898,"@timestamp":1593782434},"coords":"51.4690511,-0.0677151","bedrooms":"1","price":"188000","area":"502"} , +{"type":"Feature","id":"n415580909","geometry":{"type":"Point","coordinates":[-0.0593117,51.4736031]},"properties":{"@type":"node","@id":415580909,"@timestamp":1626395202},"coords":"51.4736031,-0.0593117","bedrooms":"1","price":"185000","area":"532"} , +{"type":"Feature","id":"n415580973","geometry":{"type":"Point","coordinates":[-0.0619823,51.4709143]},"properties":{"@type":"node","@id":415580973,"@timestamp":1616297384},"coords":"51.4709143,-0.0619823","bedrooms":"0","price":"241000","area":"524"} , +{"type":"Feature","id":"n415658991","geometry":{"type":"Point","coordinates":[-0.2394415,51.1163319]},"properties":{"@type":"node","@id":415658991,"@timestamp":1244133632},"coords":"51.1163319,-0.2394415","bedrooms":"0","price":"298000","area":"384"} , +{"type":"Feature","id":"n415659073","geometry":{"type":"Point","coordinates":[-0.2328926,51.1142413]},"properties":{"@type":"node","@id":415659073,"@timestamp":1244133650},"coords":"51.1142413,-0.2328926","bedrooms":"1","price":"179000","area":"532"} , +{"type":"Feature","id":"n415659427","geometry":{"type":"Point","coordinates":[-0.2326351,51.1173125]},"properties":{"@type":"node","@id":415659427,"@timestamp":1244133682},"coords":"51.1173125,-0.2326351","bedrooms":"3","price":"196000","area":"508"} , +{"type":"Feature","id":"n415689724","geometry":{"type":"Point","coordinates":[-0.0632712,51.4789643]},"properties":{"@type":"node","@id":415689724,"@timestamp":1565968104},"coords":"51.4789643,-0.0632712","bedrooms":"0","price":"160000","area":"399"} , +{"type":"Feature","id":"n415723089","geometry":{"type":"Point","coordinates":[0.5300321,51.411795]},"properties":{"@type":"node","@id":415723089,"@timestamp":1545918781},"coords":"51.411795,0.5300321","bedrooms":"1","price":"186000","area":"643"} , +{"type":"Feature","id":"n415803936","geometry":{"type":"Point","coordinates":[-0.0775525,51.476583]},"properties":{"@type":"node","@id":415803936,"@timestamp":1579851107},"coords":"51.476583,-0.0775525","bedrooms":"2","price":"249000","area":"539"} , +{"type":"Feature","id":"n415807174","geometry":{"type":"Point","coordinates":[-1.051574,51.2927419]},"properties":{"@type":"node","@id":415807174,"@timestamp":1244156137},"coords":"51.2927419,-1.051574","bedrooms":"3","price":"197000","area":"356"} , +{"type":"Feature","id":"n415822143","geometry":{"type":"Point","coordinates":[-0.1386821,51.4882133]},"properties":{"@type":"node","@id":415822143,"@timestamp":1627428655},"coords":"51.4882133,-0.1386821","bedrooms":"4","price":"229000","area":"634"} , +{"type":"Feature","id":"n415914136","geometry":{"type":"Point","coordinates":[-0.4121458,51.846689]},"properties":{"@type":"node","@id":415914136,"@timestamp":1625385061},"coords":"51.846689,-0.4121458","bedrooms":"4","price":"195000","area":"529"} , +{"type":"Feature","id":"n415986740","geometry":{"type":"Point","coordinates":[-0.9804477,51.4705568]},"properties":{"@type":"node","@id":415986740,"@timestamp":1244219079},"coords":"51.4705568,-0.9804477","bedrooms":"2","price":"190000","area":"596"} , +{"type":"Feature","id":"n416088754","geometry":{"type":"Point","coordinates":[0.1798069,51.2704335]},"properties":{"@type":"node","@id":416088754,"@timestamp":1365500875},"coords":"51.2704335,0.1798069","bedrooms":"4","price":"260000","area":"584"} , +{"type":"Feature","id":"n416088895","geometry":{"type":"Point","coordinates":[0.1803304,51.2701703]},"properties":{"@type":"node","@id":416088895,"@timestamp":1244237446},"coords":"51.2701703,0.1803304","bedrooms":"1","price":"176000","area":"628"} , +{"type":"Feature","id":"n416089022","geometry":{"type":"Point","coordinates":[0.1799766,51.2700241]},"properties":{"@type":"node","@id":416089022,"@timestamp":1244237449},"coords":"51.2700241,0.1799766","bedrooms":"4","price":"255000","area":"359"} , +{"type":"Feature","id":"n416091532","geometry":{"type":"Point","coordinates":[0.4636915,51.6139153]},"properties":{"@type":"node","@id":416091532,"@timestamp":1499066802},"coords":"51.6139153,0.4636915","bedrooms":"4","price":"153000","area":"464"} , +{"type":"Feature","id":"n416343647","geometry":{"type":"Point","coordinates":[0.2633426,51.1324144]},"properties":{"@type":"node","@id":416343647,"@timestamp":1599869255},"coords":"51.1324144,0.2633426","bedrooms":"2","price":"238000","area":"642"} , +{"type":"Feature","id":"n416426285","geometry":{"type":"Point","coordinates":[0.2731961,51.1361107]},"properties":{"@type":"node","@id":416426285,"@timestamp":1505038162},"coords":"51.1361107,0.2731961","bedrooms":"0","price":"166000","area":"628"} , +{"type":"Feature","id":"n416442531","geometry":{"type":"Point","coordinates":[-0.3103945,51.8799095]},"properties":{"@type":"node","@id":416442531,"@timestamp":1607275112},"coords":"51.8799095,-0.3103945","bedrooms":"0","price":"197000","area":"482"} , +{"type":"Feature","id":"n416447319","geometry":{"type":"Point","coordinates":[-0.3435612,51.8890071]},"properties":{"@type":"node","@id":416447319,"@timestamp":1521306817},"coords":"51.8890071,-0.3435612","bedrooms":"3","price":"186000","area":"363"} , +{"type":"Feature","id":"n416477893","geometry":{"type":"Point","coordinates":[-0.0633717,51.4981574]},"properties":{"@type":"node","@id":416477893,"@timestamp":1628835089},"coords":"51.4981574,-0.0633717","bedrooms":"0","price":"151000","area":"664"} , +{"type":"Feature","id":"n416521506","geometry":{"type":"Point","coordinates":[0.0756783,51.4358376]},"properties":{"@type":"node","@id":416521506,"@timestamp":1624380357},"coords":"51.4358376,0.0756783","bedrooms":"4","price":"223000","area":"466"} , +{"type":"Feature","id":"n416562944","geometry":{"type":"Point","coordinates":[-0.5795938,51.2575031]},"properties":{"@type":"node","@id":416562944,"@timestamp":1254605285},"coords":"51.2575031,-0.5795938","bedrooms":"4","price":"268000","area":"623"} , +{"type":"Feature","id":"n416567912","geometry":{"type":"Point","coordinates":[-0.5441538,51.2615743]},"properties":{"@type":"node","@id":416567912,"@timestamp":1628198172},"coords":"51.2615743,-0.5441538","bedrooms":"2","price":"233000","area":"360"} , +{"type":"Feature","id":"n416573602","geometry":{"type":"Point","coordinates":[-0.545052,51.258057]},"properties":{"@type":"node","@id":416573602,"@timestamp":1599822549},"coords":"51.258057,-0.545052","bedrooms":"4","price":"211000","area":"437"} , +{"type":"Feature","id":"n416590128","geometry":{"type":"Point","coordinates":[0.8243245,51.8604222]},"properties":{"@type":"node","@id":416590128,"@timestamp":1612736381},"coords":"51.8604222,0.8243245","bedrooms":"1","price":"162000","area":"442"} , +{"type":"Feature","id":"n416629776","geometry":{"type":"Point","coordinates":[-0.1007988,51.8412073]},"properties":{"@type":"node","@id":416629776,"@timestamp":1302457248},"coords":"51.8412073,-0.1007988","bedrooms":"3","price":"153000","area":"352"} , +{"type":"Feature","id":"n416987084","geometry":{"type":"Point","coordinates":[-0.0036722,51.5352031]},"properties":{"@type":"node","@id":416987084,"@timestamp":1614858777},"coords":"51.5352031,-0.0036722","bedrooms":"1","price":"248000","area":"408"} , +{"type":"Feature","id":"n416987432","geometry":{"type":"Point","coordinates":[-0.0055755,51.5317329]},"properties":{"@type":"node","@id":416987432,"@timestamp":1619446200},"coords":"51.5317329,-0.0055755","bedrooms":"3","price":"241000","area":"593"} , +{"type":"Feature","id":"n417001282","geometry":{"type":"Point","coordinates":[-0.010613,51.531082]},"properties":{"@type":"node","@id":417001282,"@timestamp":1380656261},"coords":"51.531082,-0.010613","bedrooms":"2","price":"189000","area":"420"} , +{"type":"Feature","id":"n417047785","geometry":{"type":"Point","coordinates":[-0.0442515,51.5522607]},"properties":{"@type":"node","@id":417047785,"@timestamp":1617467794},"coords":"51.5522607,-0.0442515","bedrooms":"2","price":"244000","area":"604"} , +{"type":"Feature","id":"n417072599","geometry":{"type":"Point","coordinates":[-0.2503802,51.4652384]},"properties":{"@type":"node","@id":417072599,"@timestamp":1616466787},"coords":"51.4652384,-0.2503802","bedrooms":"3","price":"196000","area":"544"} , +{"type":"Feature","id":"n417151119","geometry":{"type":"Point","coordinates":[-0.2373768,51.3480463]},"properties":{"@type":"node","@id":417151119,"@timestamp":1607785705},"coords":"51.3480463,-0.2373768","bedrooms":"2","price":"214000","area":"595"} , +{"type":"Feature","id":"n417182682","geometry":{"type":"Point","coordinates":[-0.0392668,51.5557872]},"properties":{"@type":"node","@id":417182682,"@timestamp":1597918222},"coords":"51.5557872,-0.0392668","bedrooms":"0","price":"246000","area":"445"} , +{"type":"Feature","id":"n417182693","geometry":{"type":"Point","coordinates":[-0.0419545,51.5531961]},"properties":{"@type":"node","@id":417182693,"@timestamp":1600674310},"coords":"51.5531961,-0.0419545","bedrooms":"1","price":"293000","area":"372"} , +{"type":"Feature","id":"n417216057","geometry":{"type":"Point","coordinates":[-0.245235,51.3423119]},"properties":{"@type":"node","@id":417216057,"@timestamp":1244412376},"coords":"51.3423119,-0.245235","bedrooms":"0","price":"285000","area":"401"} , +{"type":"Feature","id":"n417225277","geometry":{"type":"Point","coordinates":[-0.45238,51.864951]},"properties":{"@type":"node","@id":417225277,"@timestamp":1394374909},"coords":"51.864951,-0.45238","bedrooms":"2","price":"155000","area":"464"} , +{"type":"Feature","id":"n417225440","geometry":{"type":"Point","coordinates":[-0.4512207,51.8458719]},"properties":{"@type":"node","@id":417225440,"@timestamp":1601218835},"coords":"51.8458719,-0.4512207","bedrooms":"0","price":"199000","area":"672"} , +{"type":"Feature","id":"n417279494","geometry":{"type":"Point","coordinates":[-0.7090824,51.7037441]},"properties":{"@type":"node","@id":417279494,"@timestamp":1636050695},"coords":"51.7037441,-0.7090824","bedrooms":"1","price":"186000","area":"631"} , +{"type":"Feature","id":"n417640515","geometry":{"type":"Point","coordinates":[0.10969,51.4238894]},"properties":{"@type":"node","@id":417640515,"@timestamp":1541877258},"coords":"51.4238894,0.10969","bedrooms":"0","price":"276000","area":"684"} , +{"type":"Feature","id":"n417713380","geometry":{"type":"Point","coordinates":[-0.3191548,51.9059393]},"properties":{"@type":"node","@id":417713380,"@timestamp":1330857500},"coords":"51.9059393,-0.3191548","bedrooms":"1","price":"190000","area":"511"} , +{"type":"Feature","id":"n417713535","geometry":{"type":"Point","coordinates":[-0.2945222,51.8731258]},"properties":{"@type":"node","@id":417713535,"@timestamp":1329333938},"coords":"51.8731258,-0.2945222","bedrooms":"1","price":"279000","area":"401"} , +{"type":"Feature","id":"n417713703","geometry":{"type":"Point","coordinates":[-0.2900792,51.8727388]},"properties":{"@type":"node","@id":417713703,"@timestamp":1365428419},"coords":"51.8727388,-0.2900792","bedrooms":"4","price":"282000","area":"407"} , +{"type":"Feature","id":"n417718835","geometry":{"type":"Point","coordinates":[-0.0538707,51.4973082]},"properties":{"@type":"node","@id":417718835,"@timestamp":1621535674},"coords":"51.4973082,-0.0538707","bedrooms":"2","price":"293000","area":"603"} , +{"type":"Feature","id":"n417727703","geometry":{"type":"Point","coordinates":[-0.045728,51.4117063]},"properties":{"@type":"node","@id":417727703,"@timestamp":1531581097},"coords":"51.4117063,-0.045728","bedrooms":"2","price":"153000","area":"420"} , +{"type":"Feature","id":"n417727740","geometry":{"type":"Point","coordinates":[0.1501147,51.2828439]},"properties":{"@type":"node","@id":417727740,"@timestamp":1244503696},"coords":"51.2828439,0.1501147","bedrooms":"2","price":"214000","area":"674"} , +{"type":"Feature","id":"n417776914","geometry":{"type":"Point","coordinates":[-0.1925552,51.8918389]},"properties":{"@type":"node","@id":417776914,"@timestamp":1276288289},"coords":"51.8918389,-0.1925552","bedrooms":"3","price":"229000","area":"607"} , +{"type":"Feature","id":"n417857464","geometry":{"type":"Point","coordinates":[-0.0278364,51.8192917]},"properties":{"@type":"node","@id":417857464,"@timestamp":1244554922},"coords":"51.8192917,-0.0278364","bedrooms":"4","price":"231000","area":"645"} , +{"type":"Feature","id":"n418018276","geometry":{"type":"Point","coordinates":[-0.1334754,51.4736644]},"properties":{"@type":"node","@id":418018276,"@timestamp":1603987043},"coords":"51.4736644,-0.1334754","bedrooms":"4","price":"269000","area":"567"} , +{"type":"Feature","id":"n418044345","geometry":{"type":"Point","coordinates":[-0.899573,51.5336887]},"properties":{"@type":"node","@id":418044345,"@timestamp":1244581525},"coords":"51.5336887,-0.899573","bedrooms":"4","price":"283000","area":"403"} , +{"type":"Feature","id":"n418209520","geometry":{"type":"Point","coordinates":[-0.2175036,51.4608909]},"properties":{"@type":"node","@id":418209520,"@timestamp":1479333455},"coords":"51.4608909,-0.2175036","bedrooms":"3","price":"154000","area":"383"} , +{"type":"Feature","id":"n418214147","geometry":{"type":"Point","coordinates":[-0.2166293,51.4614504]},"properties":{"@type":"node","@id":418214147,"@timestamp":1628450414},"coords":"51.4614504,-0.2166293","bedrooms":"0","price":"202000","area":"661"} , +{"type":"Feature","id":"n418329550","geometry":{"type":"Point","coordinates":[-0.0651363,51.4777503]},"properties":{"@type":"node","@id":418329550,"@timestamp":1601315485},"coords":"51.4777503,-0.0651363","bedrooms":"3","price":"256000","area":"672"} , +{"type":"Feature","id":"n418416631","geometry":{"type":"Point","coordinates":[0.2634997,51.1321351]},"properties":{"@type":"node","@id":418416631,"@timestamp":1505035433},"coords":"51.1321351,0.2634997","bedrooms":"3","price":"248000","area":"417"} , +{"type":"Feature","id":"n418446599","geometry":{"type":"Point","coordinates":[0.2684368,51.1328967]},"properties":{"@type":"node","@id":418446599,"@timestamp":1462438927},"coords":"51.1328967,0.2684368","bedrooms":"3","price":"252000","area":"417"} , +{"type":"Feature","id":"n418497211","geometry":{"type":"Point","coordinates":[-0.343501,51.8595694]},"properties":{"@type":"node","@id":418497211,"@timestamp":1244671915},"coords":"51.8595694,-0.343501","bedrooms":"4","price":"207000","area":"383"} , +{"type":"Feature","id":"n418514684","geometry":{"type":"Point","coordinates":[0.1641556,51.2975748]},"properties":{"@type":"node","@id":418514684,"@timestamp":1503004803},"coords":"51.2975748,0.1641556","bedrooms":"0","price":"268000","area":"631"} , +{"type":"Feature","id":"n418609063","geometry":{"type":"Point","coordinates":[-0.1560418,51.3823164]},"properties":{"@type":"node","@id":418609063,"@timestamp":1290164365},"coords":"51.3823164,-0.1560418","bedrooms":"1","price":"177000","area":"495"} , +{"type":"Feature","id":"n418797367","geometry":{"type":"Point","coordinates":[-0.0353417,51.4167277]},"properties":{"@type":"node","@id":418797367,"@timestamp":1244738611},"coords":"51.4167277,-0.0353417","bedrooms":"2","price":"203000","area":"577"} , +{"type":"Feature","id":"n418802030","geometry":{"type":"Point","coordinates":[-0.4347493,51.8698475]},"properties":{"@type":"node","@id":418802030,"@timestamp":1611503460},"coords":"51.8698475,-0.4347493","bedrooms":"1","price":"162000","area":"537"} , +{"type":"Feature","id":"n418810447","geometry":{"type":"Point","coordinates":[-0.2644765,51.4697033]},"properties":{"@type":"node","@id":418810447,"@timestamp":1616466787},"coords":"51.4697033,-0.2644765","bedrooms":"4","price":"294000","area":"510"} , +{"type":"Feature","id":"n418827570","geometry":{"type":"Point","coordinates":[-0.0116019,51.9253832]},"properties":{"@type":"node","@id":418827570,"@timestamp":1632676113},"coords":"51.9253832,-0.0116019","bedrooms":"3","price":"171000","area":"680"} , +{"type":"Feature","id":"n418929317","geometry":{"type":"Point","coordinates":[-0.124085,51.4467291]},"properties":{"@type":"node","@id":418929317,"@timestamp":1581390830},"coords":"51.4467291,-0.124085","bedrooms":"0","price":"280000","area":"464"} , +{"type":"Feature","id":"n418954906","geometry":{"type":"Point","coordinates":[-0.4054706,51.0716056]},"properties":{"@type":"node","@id":418954906,"@timestamp":1480804218},"coords":"51.0716056,-0.4054706","bedrooms":"1","price":"189000","area":"540"} , +{"type":"Feature","id":"n418974179","geometry":{"type":"Point","coordinates":[-0.4350897,51.871755]},"properties":{"@type":"node","@id":418974179,"@timestamp":1244761727},"coords":"51.871755,-0.4350897","bedrooms":"1","price":"281000","area":"476"} , +{"type":"Feature","id":"n418985774","geometry":{"type":"Point","coordinates":[-0.1421496,51.4875724]},"properties":{"@type":"node","@id":418985774,"@timestamp":1511946008},"coords":"51.4875724,-0.1421496","bedrooms":"2","price":"197000","area":"452"} , +{"type":"Feature","id":"n419139311","geometry":{"type":"Point","coordinates":[-0.2379086,51.492835]},"properties":{"@type":"node","@id":419139311,"@timestamp":1244811882},"coords":"51.492835,-0.2379086","bedrooms":"0","price":"178000","area":"675"} , +{"type":"Feature","id":"n419243290","geometry":{"type":"Point","coordinates":[-0.088299,51.5255533]},"properties":{"@type":"node","@id":419243290,"@timestamp":1630197707},"coords":"51.5255533,-0.088299","bedrooms":"4","price":"239000","area":"427"} , +{"type":"Feature","id":"n419321845","geometry":{"type":"Point","coordinates":[-0.9065915,51.5420543]},"properties":{"@type":"node","@id":419321845,"@timestamp":1288649870},"coords":"51.5420543,-0.9065915","bedrooms":"0","price":"254000","area":"543"} , +{"type":"Feature","id":"n419327154","geometry":{"type":"Point","coordinates":[0.103661,51.4355134]},"properties":{"@type":"node","@id":419327154,"@timestamp":1289307585},"coords":"51.4355134,0.103661","bedrooms":"2","price":"282000","area":"500"} , +{"type":"Feature","id":"n419368273","geometry":{"type":"Point","coordinates":[0.2729342,51.1314051]},"properties":{"@type":"node","@id":419368273,"@timestamp":1542308130},"coords":"51.1314051,0.2729342","bedrooms":"3","price":"241000","area":"352"} , +{"type":"Feature","id":"n419547578","geometry":{"type":"Point","coordinates":[-0.4328527,51.5558837]},"properties":{"@type":"node","@id":419547578,"@timestamp":1244879499},"coords":"51.5558837,-0.4328527","bedrooms":"2","price":"250000","area":"414"} , +{"type":"Feature","id":"n419644266","geometry":{"type":"Point","coordinates":[-0.5638235,50.9607269]},"properties":{"@type":"node","@id":419644266,"@timestamp":1607952563},"coords":"50.9607269,-0.5638235","bedrooms":"2","price":"211000","area":"463"} , +{"type":"Feature","id":"n419805552","geometry":{"type":"Point","coordinates":[-0.1210405,51.4942851]},"properties":{"@type":"node","@id":419805552,"@timestamp":1600014488},"coords":"51.4942851,-0.1210405","bedrooms":"2","price":"240000","area":"466"} , +{"type":"Feature","id":"n419835195","geometry":{"type":"Point","coordinates":[-0.2111713,51.5913333]},"properties":{"@type":"node","@id":419835195,"@timestamp":1503936254},"coords":"51.5913333,-0.2111713","bedrooms":"1","price":"199000","area":"589"} , +{"type":"Feature","id":"n419856057","geometry":{"type":"Point","coordinates":[0.5800301,51.3779572]},"properties":{"@type":"node","@id":419856057,"@timestamp":1526315960},"coords":"51.3779572,0.5800301","bedrooms":"3","price":"230000","area":"518"} , +{"type":"Feature","id":"n419890237","geometry":{"type":"Point","coordinates":[-0.2255505,51.5322727]},"properties":{"@type":"node","@id":419890237,"@timestamp":1489085712},"coords":"51.5322727,-0.2255505","bedrooms":"1","price":"155000","area":"473"} , +{"type":"Feature","id":"n419890254","geometry":{"type":"Point","coordinates":[-0.2476435,51.5341285]},"properties":{"@type":"node","@id":419890254,"@timestamp":1369913591},"coords":"51.5341285,-0.2476435","bedrooms":"0","price":"203000","area":"447"} , +{"type":"Feature","id":"n419897336","geometry":{"type":"Point","coordinates":[-0.2697891,51.5287693]},"properties":{"@type":"node","@id":419897336,"@timestamp":1330814903},"coords":"51.5287693,-0.2697891","bedrooms":"3","price":"209000","area":"366"} , +{"type":"Feature","id":"n419901997","geometry":{"type":"Point","coordinates":[0.0806723,51.3980608]},"properties":{"@type":"node","@id":419901997,"@timestamp":1272372410},"coords":"51.3980608,0.0806723","bedrooms":"3","price":"288000","area":"423"} , +{"type":"Feature","id":"n419904478","geometry":{"type":"Point","coordinates":[-0.2458116,51.5477239]},"properties":{"@type":"node","@id":419904478,"@timestamp":1256153716},"coords":"51.5477239,-0.2458116","bedrooms":"1","price":"259000","area":"375"} , +{"type":"Feature","id":"n419912321","geometry":{"type":"Point","coordinates":[0.0161256,51.411984]},"properties":{"@type":"node","@id":419912321,"@timestamp":1244931612},"coords":"51.411984,0.0161256","bedrooms":"1","price":"153000","area":"495"} , +{"type":"Feature","id":"n419998465","geometry":{"type":"Point","coordinates":[-0.6920828,51.1217695]},"properties":{"@type":"node","@id":419998465,"@timestamp":1493813246},"coords":"51.1217695,-0.6920828","bedrooms":"3","price":"189000","area":"449"} , +{"type":"Feature","id":"n420081140","geometry":{"type":"Point","coordinates":[-0.7087419,51.1300302]},"properties":{"@type":"node","@id":420081140,"@timestamp":1244972426},"coords":"51.1300302,-0.7087419","bedrooms":"0","price":"261000","area":"513"} , +{"type":"Feature","id":"n420081232","geometry":{"type":"Point","coordinates":[-0.6779028,51.1333067]},"properties":{"@type":"node","@id":420081232,"@timestamp":1244972428},"coords":"51.1333067,-0.6779028","bedrooms":"4","price":"184000","area":"569"} , +{"type":"Feature","id":"n420159529","geometry":{"type":"Point","coordinates":[0.5803144,51.37415]},"properties":{"@type":"node","@id":420159529,"@timestamp":1376606611},"coords":"51.37415,0.5803144","bedrooms":"0","price":"170000","area":"617"} , +{"type":"Feature","id":"n420259149","geometry":{"type":"Point","coordinates":[-0.0687301,51.9545501]},"properties":{"@type":"node","@id":420259149,"@timestamp":1291609986},"coords":"51.9545501,-0.0687301","bedrooms":"2","price":"256000","area":"669"} , +{"type":"Feature","id":"n420259628","geometry":{"type":"Point","coordinates":[-0.0607733,51.9562295]},"properties":{"@type":"node","@id":420259628,"@timestamp":1291609986},"coords":"51.9562295,-0.0607733","bedrooms":"1","price":"239000","area":"542"} , +{"type":"Feature","id":"n420293951","geometry":{"type":"Point","coordinates":[-0.0601739,51.4768285]},"properties":{"@type":"node","@id":420293951,"@timestamp":1543777305},"coords":"51.4768285,-0.0601739","bedrooms":"3","price":"279000","area":"688"} , +{"type":"Feature","id":"n420293972","geometry":{"type":"Point","coordinates":[-0.0586269,51.4774333]},"properties":{"@type":"node","@id":420293972,"@timestamp":1564913930},"coords":"51.4774333,-0.0586269","bedrooms":"3","price":"188000","area":"369"} , +{"type":"Feature","id":"n420296081","geometry":{"type":"Point","coordinates":[-0.5710638,51.2340766]},"properties":{"@type":"node","@id":420296081,"@timestamp":1244998343},"coords":"51.2340766,-0.5710638","bedrooms":"0","price":"210000","area":"374"} , +{"type":"Feature","id":"n420302476","geometry":{"type":"Point","coordinates":[-0.3845874,51.6473901]},"properties":{"@type":"node","@id":420302476,"@timestamp":1581034510},"coords":"51.6473901,-0.3845874","bedrooms":"3","price":"282000","area":"428"} , +{"type":"Feature","id":"n420304468","geometry":{"type":"Point","coordinates":[0.0194969,51.4008863]},"properties":{"@type":"node","@id":420304468,"@timestamp":1503327908},"coords":"51.4008863,0.0194969","bedrooms":"3","price":"280000","area":"407"} , +{"type":"Feature","id":"n420309260","geometry":{"type":"Point","coordinates":[0.0272708,51.4067045]},"properties":{"@type":"node","@id":420309260,"@timestamp":1245000764},"coords":"51.4067045,0.0272708","bedrooms":"3","price":"283000","area":"664"} , +{"type":"Feature","id":"n420314193","geometry":{"type":"Point","coordinates":[0.0346663,51.4058556]},"properties":{"@type":"node","@id":420314193,"@timestamp":1444857869},"coords":"51.4058556,0.0346663","bedrooms":"3","price":"276000","area":"500"} , +{"type":"Feature","id":"n420319310","geometry":{"type":"Point","coordinates":[0.2008746,51.9034465]},"properties":{"@type":"node","@id":420319310,"@timestamp":1263396467},"coords":"51.9034465,0.2008746","bedrooms":"0","price":"232000","area":"658"} , +{"type":"Feature","id":"n420319336","geometry":{"type":"Point","coordinates":[0.0328165,51.4011352]},"properties":{"@type":"node","@id":420319336,"@timestamp":1245002335},"coords":"51.4011352,0.0328165","bedrooms":"1","price":"167000","area":"587"} , +{"type":"Feature","id":"n420331749","geometry":{"type":"Point","coordinates":[0.0022755,51.8354671]},"properties":{"@type":"node","@id":420331749,"@timestamp":1358800546},"coords":"51.8354671,0.0022755","bedrooms":"3","price":"246000","area":"489"} , +{"type":"Feature","id":"n420333493","geometry":{"type":"Point","coordinates":[-0.7216505,51.5576795]},"properties":{"@type":"node","@id":420333493,"@timestamp":1486032407},"coords":"51.5576795,-0.7216505","bedrooms":"0","price":"260000","area":"492"} , +{"type":"Feature","id":"n420339328","geometry":{"type":"Point","coordinates":[-0.905119,51.5389266]},"properties":{"@type":"node","@id":420339328,"@timestamp":1245004573},"coords":"51.5389266,-0.905119","bedrooms":"1","price":"260000","area":"514"} , +{"type":"Feature","id":"n420342093","geometry":{"type":"Point","coordinates":[-0.482616,50.9434165]},"properties":{"@type":"node","@id":420342093,"@timestamp":1366397909},"coords":"50.9434165,-0.482616","bedrooms":"2","price":"254000","area":"596"} , +{"type":"Feature","id":"n420364257","geometry":{"type":"Point","coordinates":[0.0577364,51.404227]},"properties":{"@type":"node","@id":420364257,"@timestamp":1245007998},"coords":"51.404227,0.0577364","bedrooms":"4","price":"241000","area":"603"} , +{"type":"Feature","id":"n420364310","geometry":{"type":"Point","coordinates":[0.0364109,51.395322]},"properties":{"@type":"node","@id":420364310,"@timestamp":1245008003},"coords":"51.395322,0.0364109","bedrooms":"4","price":"235000","area":"592"} , +{"type":"Feature","id":"n420364340","geometry":{"type":"Point","coordinates":[0.0219507,51.3968604]},"properties":{"@type":"node","@id":420364340,"@timestamp":1245051656},"coords":"51.3968604,0.0219507","bedrooms":"1","price":"273000","area":"432"} , +{"type":"Feature","id":"n420369793","geometry":{"type":"Point","coordinates":[0.0112825,51.4068884]},"properties":{"@type":"node","@id":420369793,"@timestamp":1245008759},"coords":"51.4068884,0.0112825","bedrooms":"0","price":"287000","area":"685"} , +{"type":"Feature","id":"n420406518","geometry":{"type":"Point","coordinates":[0.2739323,51.1398831]},"properties":{"@type":"node","@id":420406518,"@timestamp":1245012683},"coords":"51.1398831,0.2739323","bedrooms":"3","price":"272000","area":"385"} , +{"type":"Feature","id":"n420418274","geometry":{"type":"Point","coordinates":[-0.9530689,51.0269276]},"properties":{"@type":"node","@id":420418274,"@timestamp":1525206472},"coords":"51.0269276,-0.9530689","bedrooms":"2","price":"187000","area":"421"} , +{"type":"Feature","id":"n420445299","geometry":{"type":"Point","coordinates":[-0.2938212,51.8473526]},"properties":{"@type":"node","@id":420445299,"@timestamp":1245021207},"coords":"51.8473526,-0.2938212","bedrooms":"2","price":"216000","area":"594"} , +{"type":"Feature","id":"n420445385","geometry":{"type":"Point","coordinates":[-0.294494,51.8555235]},"properties":{"@type":"node","@id":420445385,"@timestamp":1555852859},"coords":"51.8555235,-0.294494","bedrooms":"3","price":"229000","area":"618"} , +{"type":"Feature","id":"n420445520","geometry":{"type":"Point","coordinates":[-0.2926956,51.8522951]},"properties":{"@type":"node","@id":420445520,"@timestamp":1479570645},"coords":"51.8522951,-0.2926956","bedrooms":"1","price":"209000","area":"641"} , +{"type":"Feature","id":"n420467890","geometry":{"type":"Point","coordinates":[-1.0906468,51.7504673]},"properties":{"@type":"node","@id":420467890,"@timestamp":1304263517},"coords":"51.7504673,-1.0906468","bedrooms":"1","price":"258000","area":"625"} , +{"type":"Feature","id":"n420475520","geometry":{"type":"Point","coordinates":[-1.0781976,51.744849]},"properties":{"@type":"node","@id":420475520,"@timestamp":1304253859},"coords":"51.744849,-1.0781976","bedrooms":"0","price":"263000","area":"557"} , +{"type":"Feature","id":"n420515796","geometry":{"type":"Point","coordinates":[0.0527933,51.4709721]},"properties":{"@type":"node","@id":420515796,"@timestamp":1245058298},"coords":"51.4709721,0.0527933","bedrooms":"2","price":"268000","area":"413"} , +{"type":"Feature","id":"n420703265","geometry":{"type":"Point","coordinates":[-0.178545,51.5587983]},"properties":{"@type":"node","@id":420703265,"@timestamp":1625268168},"coords":"51.5587983,-0.178545","bedrooms":"3","price":"155000","area":"541"} , +{"type":"Feature","id":"n420729596","geometry":{"type":"Point","coordinates":[0.0162491,51.4010308]},"properties":{"@type":"node","@id":420729596,"@timestamp":1621612293},"coords":"51.4010308,0.0162491","bedrooms":"4","price":"208000","area":"594"} , +{"type":"Feature","id":"n420729610","geometry":{"type":"Point","coordinates":[0.0158731,51.4017257]},"properties":{"@type":"node","@id":420729610,"@timestamp":1612612757},"coords":"51.4017257,0.0158731","bedrooms":"2","price":"267000","area":"518"} , +{"type":"Feature","id":"n420729621","geometry":{"type":"Point","coordinates":[0.0157514,51.4024976]},"properties":{"@type":"node","@id":420729621,"@timestamp":1616758649},"coords":"51.4024976,0.0157514","bedrooms":"1","price":"276000","area":"671"} , +{"type":"Feature","id":"n420729631","geometry":{"type":"Point","coordinates":[0.0149968,51.4031661]},"properties":{"@type":"node","@id":420729631,"@timestamp":1316634283},"coords":"51.4031661,0.0149968","bedrooms":"4","price":"276000","area":"580"} , +{"type":"Feature","id":"n420738692","geometry":{"type":"Point","coordinates":[0.014904,51.4037718]},"properties":{"@type":"node","@id":420738692,"@timestamp":1558897531},"coords":"51.4037718,0.014904","bedrooms":"0","price":"266000","area":"646"} , +{"type":"Feature","id":"n420738721","geometry":{"type":"Point","coordinates":[0.0148765,51.404515]},"properties":{"@type":"node","@id":420738721,"@timestamp":1558897530},"coords":"51.404515,0.0148765","bedrooms":"3","price":"150000","area":"406"} , +{"type":"Feature","id":"n420752244","geometry":{"type":"Point","coordinates":[0.0135449,51.4059632]},"properties":{"@type":"node","@id":420752244,"@timestamp":1619736125},"coords":"51.4059632,0.0135449","bedrooms":"2","price":"187000","area":"695"} , +{"type":"Feature","id":"n420752254","geometry":{"type":"Point","coordinates":[0.0127989,51.4063322]},"properties":{"@type":"node","@id":420752254,"@timestamp":1558897529},"coords":"51.4063322,0.0127989","bedrooms":"2","price":"272000","area":"531"} , +{"type":"Feature","id":"n420752269","geometry":{"type":"Point","coordinates":[0.0120875,51.4067846]},"properties":{"@type":"node","@id":420752269,"@timestamp":1245088098},"coords":"51.4067846,0.0120875","bedrooms":"1","price":"260000","area":"474"} , +{"type":"Feature","id":"n420752286","geometry":{"type":"Point","coordinates":[0.0122657,51.4079845]},"properties":{"@type":"node","@id":420752286,"@timestamp":1621865459},"coords":"51.4079845,0.0122657","bedrooms":"2","price":"173000","area":"548"} , +{"type":"Feature","id":"n420752299","geometry":{"type":"Point","coordinates":[0.0129718,51.4065409]},"properties":{"@type":"node","@id":420752299,"@timestamp":1245088099},"coords":"51.4065409,0.0129718","bedrooms":"4","price":"268000","area":"681"} , +{"type":"Feature","id":"n420752309","geometry":{"type":"Point","coordinates":[0.0139331,51.4059977]},"properties":{"@type":"node","@id":420752309,"@timestamp":1285107321},"coords":"51.4059977,0.0139331","bedrooms":"2","price":"254000","area":"556"} , +{"type":"Feature","id":"n420771829","geometry":{"type":"Point","coordinates":[0.0147226,51.405771]},"properties":{"@type":"node","@id":420771829,"@timestamp":1253571107},"coords":"51.405771,0.0147226","bedrooms":"1","price":"282000","area":"546"} , +{"type":"Feature","id":"n420771846","geometry":{"type":"Point","coordinates":[0.0165819,51.4079424]},"properties":{"@type":"node","@id":420771846,"@timestamp":1254605928},"coords":"51.4079424,0.0165819","bedrooms":"3","price":"265000","area":"452"} , +{"type":"Feature","id":"n420771859","geometry":{"type":"Point","coordinates":[0.0160061,51.4070401]},"properties":{"@type":"node","@id":420771859,"@timestamp":1618322903},"coords":"51.4070401,0.0160061","bedrooms":"0","price":"191000","area":"355"} , +{"type":"Feature","id":"n420771872","geometry":{"type":"Point","coordinates":[0.0166334,51.4074605]},"properties":{"@type":"node","@id":420771872,"@timestamp":1619736125},"coords":"51.4074605,0.0166334","bedrooms":"1","price":"220000","area":"645"} , +{"type":"Feature","id":"n420771885","geometry":{"type":"Point","coordinates":[0.0162595,51.4069595]},"properties":{"@type":"node","@id":420771885,"@timestamp":1245089870},"coords":"51.4069595,0.0162595","bedrooms":"3","price":"198000","area":"687"} , +{"type":"Feature","id":"n420774370","geometry":{"type":"Point","coordinates":[0.0134323,51.4075299]},"properties":{"@type":"node","@id":420774370,"@timestamp":1619638007},"coords":"51.4075299,0.0134323","bedrooms":"0","price":"160000","area":"496"} , +{"type":"Feature","id":"n420777387","geometry":{"type":"Point","coordinates":[0.0156775,51.4063529]},"properties":{"@type":"node","@id":420777387,"@timestamp":1636416011},"coords":"51.4063529,0.0156775","bedrooms":"3","price":"272000","area":"625"} , +{"type":"Feature","id":"n420777403","geometry":{"type":"Point","coordinates":[0.014765,51.4055541]},"properties":{"@type":"node","@id":420777403,"@timestamp":1558897528},"coords":"51.4055541,0.014765","bedrooms":"2","price":"218000","area":"358"} , +{"type":"Feature","id":"n420783157","geometry":{"type":"Point","coordinates":[0.0154133,51.4043917]},"properties":{"@type":"node","@id":420783157,"@timestamp":1558897529},"coords":"51.4043917,0.0154133","bedrooms":"3","price":"192000","area":"645"} , +{"type":"Feature","id":"n420783174","geometry":{"type":"Point","coordinates":[0.0155756,51.4033577]},"properties":{"@type":"node","@id":420783174,"@timestamp":1285107332},"coords":"51.4033577,0.0155756","bedrooms":"3","price":"177000","area":"628"} , +{"type":"Feature","id":"n420783185","geometry":{"type":"Point","coordinates":[0.0160593,51.4020478]},"properties":{"@type":"node","@id":420783185,"@timestamp":1591379264},"coords":"51.4020478,0.0160593","bedrooms":"1","price":"200000","area":"690"} , +{"type":"Feature","id":"n420783195","geometry":{"type":"Point","coordinates":[0.016685,51.4012812]},"properties":{"@type":"node","@id":420783195,"@timestamp":1260301278},"coords":"51.4012812,0.016685","bedrooms":"3","price":"171000","area":"459"} , +{"type":"Feature","id":"n420783206","geometry":{"type":"Point","coordinates":[0.0171418,51.4006267]},"properties":{"@type":"node","@id":420783206,"@timestamp":1618331219},"coords":"51.4006267,0.0171418","bedrooms":"3","price":"238000","area":"475"} , +{"type":"Feature","id":"n420786872","geometry":{"type":"Point","coordinates":[0.0080624,51.402436]},"properties":{"@type":"node","@id":420786872,"@timestamp":1245092730},"coords":"51.402436,0.0080624","bedrooms":"4","price":"285000","area":"361"} , +{"type":"Feature","id":"n420787962","geometry":{"type":"Point","coordinates":[0.0167094,51.4005305]},"properties":{"@type":"node","@id":420787962,"@timestamp":1260301275},"coords":"51.4005305,0.0167094","bedrooms":"0","price":"294000","area":"566"} , +{"type":"Feature","id":"n420792054","geometry":{"type":"Point","coordinates":[0.0167848,51.3998353]},"properties":{"@type":"node","@id":420792054,"@timestamp":1603498851},"coords":"51.3998353,0.0167848","bedrooms":"2","price":"190000","area":"584"} , +{"type":"Feature","id":"n420887661","geometry":{"type":"Point","coordinates":[0.3489386,51.2012766]},"properties":{"@type":"node","@id":420887661,"@timestamp":1311003405},"coords":"51.2012766,0.3489386","bedrooms":"2","price":"207000","area":"619"} , +{"type":"Feature","id":"n421064712","geometry":{"type":"Point","coordinates":[-0.124121,51.4237435]},"properties":{"@type":"node","@id":421064712,"@timestamp":1245118339},"coords":"51.4237435,-0.124121","bedrooms":"1","price":"207000","area":"506"} , +{"type":"Feature","id":"n421901229","geometry":{"type":"Point","coordinates":[-0.4561745,51.8838715]},"properties":{"@type":"node","@id":421901229,"@timestamp":1611766467},"coords":"51.8838715,-0.4561745","bedrooms":"2","price":"284000","area":"642"} , +{"type":"Feature","id":"n421901407","geometry":{"type":"Point","coordinates":[-0.4266616,51.8721114]},"properties":{"@type":"node","@id":421901407,"@timestamp":1611503460},"coords":"51.8721114,-0.4266616","bedrooms":"2","price":"270000","area":"499"} , +{"type":"Feature","id":"n421912845","geometry":{"type":"Point","coordinates":[-0.2658328,51.3342468]},"properties":{"@type":"node","@id":421912845,"@timestamp":1566288982},"coords":"51.3342468,-0.2658328","bedrooms":"4","price":"267000","area":"472"} , +{"type":"Feature","id":"n421962523","geometry":{"type":"Point","coordinates":[-0.8928602,51.5312239]},"properties":{"@type":"node","@id":421962523,"@timestamp":1290164376},"coords":"51.5312239,-0.8928602","bedrooms":"4","price":"246000","area":"372"} , +{"type":"Feature","id":"n421965985","geometry":{"type":"Point","coordinates":[-0.010424,51.5211873]},"properties":{"@type":"node","@id":421965985,"@timestamp":1348775448},"coords":"51.5211873,-0.010424","bedrooms":"0","price":"242000","area":"659"} , +{"type":"Feature","id":"n422017161","geometry":{"type":"Point","coordinates":[0.750703,51.8094433]},"properties":{"@type":"node","@id":422017161,"@timestamp":1597308693},"coords":"51.8094433,0.750703","bedrooms":"4","price":"236000","area":"633"} , +{"type":"Feature","id":"n422055061","geometry":{"type":"Point","coordinates":[-0.0997672,51.3782631]},"properties":{"@type":"node","@id":422055061,"@timestamp":1610207150},"coords":"51.3782631,-0.0997672","bedrooms":"2","price":"232000","area":"516"} , +{"type":"Feature","id":"n422065185","geometry":{"type":"Point","coordinates":[0.2148829,51.8774191]},"properties":{"@type":"node","@id":422065185,"@timestamp":1481014683},"coords":"51.8774191,0.2148829","bedrooms":"0","price":"173000","area":"391"} , +{"type":"Feature","id":"n422080749","geometry":{"type":"Point","coordinates":[-0.0798382,51.4197396]},"properties":{"@type":"node","@id":422080749,"@timestamp":1260477839},"coords":"51.4197396,-0.0798382","bedrooms":"3","price":"279000","area":"456"} , +{"type":"Feature","id":"n422164231","geometry":{"type":"Point","coordinates":[-0.4289551,51.8702855]},"properties":{"@type":"node","@id":422164231,"@timestamp":1611349172},"coords":"51.8702855,-0.4289551","bedrooms":"2","price":"264000","area":"535"} , +{"type":"Feature","id":"n422164395","geometry":{"type":"Point","coordinates":[-0.4431126,51.8762415]},"properties":{"@type":"node","@id":422164395,"@timestamp":1611351839},"coords":"51.8762415,-0.4431126","bedrooms":"3","price":"247000","area":"600"} , +{"type":"Feature","id":"n422164405","geometry":{"type":"Point","coordinates":[-0.4368331,51.8765128]},"properties":{"@type":"node","@id":422164405,"@timestamp":1245195614},"coords":"51.8765128,-0.4368331","bedrooms":"3","price":"235000","area":"368"} , +{"type":"Feature","id":"n422164480","geometry":{"type":"Point","coordinates":[-0.4389977,51.8758261]},"properties":{"@type":"node","@id":422164480,"@timestamp":1580943097},"coords":"51.8758261,-0.4389977","bedrooms":"2","price":"264000","area":"511"} , +{"type":"Feature","id":"n422164508","geometry":{"type":"Point","coordinates":[-0.4380852,51.8727338]},"properties":{"@type":"node","@id":422164508,"@timestamp":1245195622},"coords":"51.8727338,-0.4380852","bedrooms":"3","price":"291000","area":"367"} , +{"type":"Feature","id":"n422925488","geometry":{"type":"Point","coordinates":[0.4122969,51.8927742]},"properties":{"@type":"node","@id":422925488,"@timestamp":1633037847},"coords":"51.8927742,0.4122969","bedrooms":"4","price":"181000","area":"667"} , +{"type":"Feature","id":"n423221370","geometry":{"type":"Point","coordinates":[0.0312867,51.4266329]},"properties":{"@type":"node","@id":423221370,"@timestamp":1264535835},"coords":"51.4266329,0.0312867","bedrooms":"2","price":"234000","area":"490"} , +{"type":"Feature","id":"n423374916","geometry":{"type":"Point","coordinates":[-0.0812743,51.3969058]},"properties":{"@type":"node","@id":423374916,"@timestamp":1245276090},"coords":"51.3969058,-0.0812743","bedrooms":"2","price":"175000","area":"395"} , +{"type":"Feature","id":"n423503798","geometry":{"type":"Point","coordinates":[0.2636845,51.8900923]},"properties":{"@type":"node","@id":423503798,"@timestamp":1617366785},"coords":"51.8900923,0.2636845","bedrooms":"2","price":"212000","area":"544"} , +{"type":"Feature","id":"n423749758","geometry":{"type":"Point","coordinates":[-0.2188135,51.4254515]},"properties":{"@type":"node","@id":423749758,"@timestamp":1603381768},"coords":"51.4254515,-0.2188135","bedrooms":"3","price":"187000","area":"692"} , +{"type":"Feature","id":"n423754362","geometry":{"type":"Point","coordinates":[-0.9011575,51.5364986]},"properties":{"@type":"node","@id":423754362,"@timestamp":1624885293},"coords":"51.5364986,-0.9011575","bedrooms":"4","price":"229000","area":"414"} , +{"type":"Feature","id":"n423805880","geometry":{"type":"Point","coordinates":[-0.9038283,51.5374816]},"properties":{"@type":"node","@id":423805880,"@timestamp":1559318797},"coords":"51.5374816,-0.9038283","bedrooms":"1","price":"191000","area":"360"} , +{"type":"Feature","id":"n423805892","geometry":{"type":"Point","coordinates":[-0.9066658,51.5371413]},"properties":{"@type":"node","@id":423805892,"@timestamp":1435428955},"coords":"51.5371413,-0.9066658","bedrooms":"0","price":"179000","area":"592"} , +{"type":"Feature","id":"n423805904","geometry":{"type":"Point","coordinates":[-0.9063731,51.5376282]},"properties":{"@type":"node","@id":423805904,"@timestamp":1566167967},"coords":"51.5376282,-0.9063731","bedrooms":"3","price":"238000","area":"651"} , +{"type":"Feature","id":"n423807066","geometry":{"type":"Point","coordinates":[-0.1328426,51.1249365]},"properties":{"@type":"node","@id":423807066,"@timestamp":1245326761},"coords":"51.1249365,-0.1328426","bedrooms":"2","price":"211000","area":"500"} , +{"type":"Feature","id":"n423807275","geometry":{"type":"Point","coordinates":[-0.1323791,51.1140751]},"properties":{"@type":"node","@id":423807275,"@timestamp":1290164386},"coords":"51.1140751,-0.1323791","bedrooms":"2","price":"218000","area":"443"} , +{"type":"Feature","id":"n423807920","geometry":{"type":"Point","coordinates":[-0.1278816,51.1142583]},"properties":{"@type":"node","@id":423807920,"@timestamp":1290164392},"coords":"51.1142583,-0.1278816","bedrooms":"0","price":"181000","area":"662"} , +{"type":"Feature","id":"n423808004","geometry":{"type":"Point","coordinates":[-0.129375,51.1142799]},"properties":{"@type":"node","@id":423808004,"@timestamp":1290164399},"coords":"51.1142799,-0.129375","bedrooms":"0","price":"230000","area":"427"} , +{"type":"Feature","id":"n423808129","geometry":{"type":"Point","coordinates":[-0.1314693,51.1152767]},"properties":{"@type":"node","@id":423808129,"@timestamp":1290164407},"coords":"51.1152767,-0.1314693","bedrooms":"3","price":"209000","area":"573"} , +{"type":"Feature","id":"n423808171","geometry":{"type":"Point","coordinates":[-0.1170497,51.1097805]},"properties":{"@type":"node","@id":423808171,"@timestamp":1290164414},"coords":"51.1097805,-0.1170497","bedrooms":"2","price":"165000","area":"505"} , +{"type":"Feature","id":"n423990434","geometry":{"type":"Point","coordinates":[-0.7806411,51.5238431]},"properties":{"@type":"node","@id":423990434,"@timestamp":1453472171},"coords":"51.5238431,-0.7806411","bedrooms":"4","price":"198000","area":"512"} , +{"type":"Feature","id":"n424202373","geometry":{"type":"Point","coordinates":[-0.9084422,51.5376185]},"properties":{"@type":"node","@id":424202373,"@timestamp":1559318797},"coords":"51.5376185,-0.9084422","bedrooms":"0","price":"284000","area":"399"} , +{"type":"Feature","id":"n424202436","geometry":{"type":"Point","coordinates":[-0.9034448,51.5377818]},"properties":{"@type":"node","@id":424202436,"@timestamp":1624885293},"coords":"51.5377818,-0.9034448","bedrooms":"1","price":"204000","area":"660"} , +{"type":"Feature","id":"n424202536","geometry":{"type":"Point","coordinates":[-0.9021739,51.5377472]},"properties":{"@type":"node","@id":424202536,"@timestamp":1624885293},"coords":"51.5377472,-0.9021739","bedrooms":"4","price":"205000","area":"610"} , +{"type":"Feature","id":"n424228099","geometry":{"type":"Point","coordinates":[-0.9028837,51.5349396]},"properties":{"@type":"node","@id":424228099,"@timestamp":1624885293},"coords":"51.5349396,-0.9028837","bedrooms":"3","price":"227000","area":"501"} , +{"type":"Feature","id":"n424294649","geometry":{"type":"Point","coordinates":[-0.2126301,51.3850387]},"properties":{"@type":"node","@id":424294649,"@timestamp":1594326405},"coords":"51.3850387,-0.2126301","bedrooms":"0","price":"291000","area":"645"} , +{"type":"Feature","id":"n424529955","geometry":{"type":"Point","coordinates":[-0.5259304,51.4844638]},"properties":{"@type":"node","@id":424529955,"@timestamp":1608234855},"coords":"51.4844638,-0.5259304","bedrooms":"3","price":"233000","area":"635"} , +{"type":"Feature","id":"n424565456","geometry":{"type":"Point","coordinates":[-0.3681765,51.8935146]},"properties":{"@type":"node","@id":424565456,"@timestamp":1612136514},"coords":"51.8935146,-0.3681765","bedrooms":"4","price":"192000","area":"525"} , +{"type":"Feature","id":"n424565626","geometry":{"type":"Point","coordinates":[-0.3666135,51.8966349]},"properties":{"@type":"node","@id":424565626,"@timestamp":1390067496},"coords":"51.8966349,-0.3666135","bedrooms":"4","price":"264000","area":"691"} , +{"type":"Feature","id":"n425088355","geometry":{"type":"Point","coordinates":[-0.9954068,51.4584639]},"properties":{"@type":"node","@id":425088355,"@timestamp":1614148432},"coords":"51.4584639,-0.9954068","bedrooms":"1","price":"158000","area":"409"} , +{"type":"Feature","id":"n425357135","geometry":{"type":"Point","coordinates":[-0.9519126,51.4590199]},"properties":{"@type":"node","@id":425357135,"@timestamp":1370508422},"coords":"51.4590199,-0.9519126","bedrooms":"3","price":"273000","area":"362"} , +{"type":"Feature","id":"n425362411","geometry":{"type":"Point","coordinates":[-0.2299963,51.4994162]},"properties":{"@type":"node","@id":425362411,"@timestamp":1631388107},"coords":"51.4994162,-0.2299963","bedrooms":"0","price":"246000","area":"360"} , +{"type":"Feature","id":"n425451848","geometry":{"type":"Point","coordinates":[-0.1167116,51.5313188]},"properties":{"@type":"node","@id":425451848,"@timestamp":1618338794},"coords":"51.5313188,-0.1167116","bedrooms":"4","price":"248000","area":"589"} , +{"type":"Feature","id":"n425685366","geometry":{"type":"Point","coordinates":[0.2922216,51.1388057]},"properties":{"@type":"node","@id":425685366,"@timestamp":1630420595},"coords":"51.1388057,0.2922216","bedrooms":"1","price":"224000","area":"437"} , +{"type":"Feature","id":"n425720554","geometry":{"type":"Point","coordinates":[-0.1222859,51.5315742]},"properties":{"@type":"node","@id":425720554,"@timestamp":1618338794},"coords":"51.5315742,-0.1222859","bedrooms":"1","price":"217000","area":"500"} , +{"type":"Feature","id":"n425720642","geometry":{"type":"Point","coordinates":[-0.1219944,51.5367791]},"properties":{"@type":"node","@id":425720642,"@timestamp":1613601113},"coords":"51.5367791,-0.1219944","bedrooms":"2","price":"267000","area":"541"} , +{"type":"Feature","id":"n425784143","geometry":{"type":"Point","coordinates":[-0.7621472,51.0950608]},"properties":{"@type":"node","@id":425784143,"@timestamp":1245441619},"coords":"51.0950608,-0.7621472","bedrooms":"1","price":"290000","area":"402"} , +{"type":"Feature","id":"n425907406","geometry":{"type":"Point","coordinates":[0.0306803,51.3929861]},"properties":{"@type":"node","@id":425907406,"@timestamp":1630506824},"coords":"51.3929861,0.0306803","bedrooms":"4","price":"295000","area":"693"} , +{"type":"Feature","id":"n425982788","geometry":{"type":"Point","coordinates":[0.0793071,51.3863843]},"properties":{"@type":"node","@id":425982788,"@timestamp":1245450796},"coords":"51.3863843,0.0793071","bedrooms":"2","price":"228000","area":"602"} , +{"type":"Feature","id":"n425986581","geometry":{"type":"Point","coordinates":[-0.2184815,51.3949788]},"properties":{"@type":"node","@id":425986581,"@timestamp":1593548464},"coords":"51.3949788,-0.2184815","bedrooms":"0","price":"221000","area":"640"} , +{"type":"Feature","id":"n426001424","geometry":{"type":"Point","coordinates":[0.1077005,51.382644]},"properties":{"@type":"node","@id":426001424,"@timestamp":1564913930},"coords":"51.382644,0.1077005","bedrooms":"4","price":"218000","area":"384"} , +{"type":"Feature","id":"n426444387","geometry":{"type":"Point","coordinates":[-0.143858,51.1275661]},"properties":{"@type":"node","@id":426444387,"@timestamp":1545393117},"coords":"51.1275661,-0.143858","bedrooms":"2","price":"258000","area":"419"} , +{"type":"Feature","id":"n426783856","geometry":{"type":"Point","coordinates":[0.112343,51.4119384]},"properties":{"@type":"node","@id":426783856,"@timestamp":1525178375},"coords":"51.4119384,0.112343","bedrooms":"2","price":"214000","area":"455"} , +{"type":"Feature","id":"n426887580","geometry":{"type":"Point","coordinates":[0.2351178,51.4931279]},"properties":{"@type":"node","@id":426887580,"@timestamp":1635300692},"coords":"51.4931279,0.2351178","bedrooms":"1","price":"167000","area":"460"} , +{"type":"Feature","id":"n426929237","geometry":{"type":"Point","coordinates":[-0.245992,51.473888]},"properties":{"@type":"node","@id":426929237,"@timestamp":1628017902},"coords":"51.473888,-0.245992","bedrooms":"0","price":"257000","area":"528"} , +{"type":"Feature","id":"n426934328","geometry":{"type":"Point","coordinates":[-0.5994412,51.243652]},"properties":{"@type":"node","@id":426934328,"@timestamp":1421598228},"coords":"51.243652,-0.5994412","bedrooms":"2","price":"151000","area":"384"} , +{"type":"Feature","id":"n426939542","geometry":{"type":"Point","coordinates":[-0.742293,51.2438843]},"properties":{"@type":"node","@id":426939542,"@timestamp":1551540164},"coords":"51.2438843,-0.742293","bedrooms":"1","price":"291000","area":"476"} , +{"type":"Feature","id":"n426956999","geometry":{"type":"Point","coordinates":[-0.7406388,51.2455521]},"properties":{"@type":"node","@id":426956999,"@timestamp":1416557072},"coords":"51.2455521,-0.7406388","bedrooms":"0","price":"217000","area":"649"} , +{"type":"Feature","id":"n426957040","geometry":{"type":"Point","coordinates":[-0.7387199,51.2472596]},"properties":{"@type":"node","@id":426957040,"@timestamp":1629276825},"coords":"51.2472596,-0.7387199","bedrooms":"4","price":"238000","area":"541"} , +{"type":"Feature","id":"n426965102","geometry":{"type":"Point","coordinates":[-0.7389692,51.2407427]},"properties":{"@type":"node","@id":426965102,"@timestamp":1555358186},"coords":"51.2407427,-0.7389692","bedrooms":"0","price":"276000","area":"623"} , +{"type":"Feature","id":"n426966589","geometry":{"type":"Point","coordinates":[-0.7411352,51.2464387]},"properties":{"@type":"node","@id":426966589,"@timestamp":1619356487},"coords":"51.2464387,-0.7411352","bedrooms":"4","price":"169000","area":"668"} , +{"type":"Feature","id":"n426993461","geometry":{"type":"Point","coordinates":[0.0710097,51.42498]},"properties":{"@type":"node","@id":426993461,"@timestamp":1289307632},"coords":"51.42498,0.0710097","bedrooms":"2","price":"161000","area":"688"} , +{"type":"Feature","id":"n427057174","geometry":{"type":"Point","coordinates":[-0.8954057,51.5324898]},"properties":{"@type":"node","@id":427057174,"@timestamp":1531490062},"coords":"51.5324898,-0.8954057","bedrooms":"1","price":"193000","area":"464"} , +{"type":"Feature","id":"n427057194","geometry":{"type":"Point","coordinates":[-0.8952512,51.5324737]},"properties":{"@type":"node","@id":427057194,"@timestamp":1531490063},"coords":"51.5324737,-0.8952512","bedrooms":"0","price":"168000","area":"356"} , +{"type":"Feature","id":"n427210985","geometry":{"type":"Point","coordinates":[-0.3058619,51.4987251]},"properties":{"@type":"node","@id":427210985,"@timestamp":1632063443},"coords":"51.4987251,-0.3058619","bedrooms":"1","price":"281000","area":"553"} , +{"type":"Feature","id":"n427211009","geometry":{"type":"Point","coordinates":[-0.3023905,51.5088937]},"properties":{"@type":"node","@id":427211009,"@timestamp":1330815061},"coords":"51.5088937,-0.3023905","bedrooms":"4","price":"253000","area":"662"} , +{"type":"Feature","id":"n427211035","geometry":{"type":"Point","coordinates":[-0.2887409,51.5132]},"properties":{"@type":"node","@id":427211035,"@timestamp":1621176596},"coords":"51.5132,-0.2887409","bedrooms":"0","price":"286000","area":"639"} , +{"type":"Feature","id":"n427247585","geometry":{"type":"Point","coordinates":[-0.3047275,51.5151875]},"properties":{"@type":"node","@id":427247585,"@timestamp":1330815076},"coords":"51.5151875,-0.3047275","bedrooms":"2","price":"252000","area":"425"} , +{"type":"Feature","id":"n427247614","geometry":{"type":"Point","coordinates":[-0.3031049,51.5227603]},"properties":{"@type":"node","@id":427247614,"@timestamp":1330815082},"coords":"51.5227603,-0.3031049","bedrooms":"3","price":"279000","area":"557"} , +{"type":"Feature","id":"n427247644","geometry":{"type":"Point","coordinates":[-0.2916554,51.5169618]},"properties":{"@type":"node","@id":427247644,"@timestamp":1632661922},"coords":"51.5169618,-0.2916554","bedrooms":"2","price":"182000","area":"414"} , +{"type":"Feature","id":"n427531604","geometry":{"type":"Point","coordinates":[0.0654174,51.4203762]},"properties":{"@type":"node","@id":427531604,"@timestamp":1258449385},"coords":"51.4203762,0.0654174","bedrooms":"3","price":"267000","area":"686"} , +{"type":"Feature","id":"n427571022","geometry":{"type":"Point","coordinates":[-0.1208459,51.5319211]},"properties":{"@type":"node","@id":427571022,"@timestamp":1621784912},"coords":"51.5319211,-0.1208459","bedrooms":"0","price":"199000","area":"371"} , +{"type":"Feature","id":"n427574846","geometry":{"type":"Point","coordinates":[-0.1182431,51.5347714]},"properties":{"@type":"node","@id":427574846,"@timestamp":1621336033},"coords":"51.5347714,-0.1182431","bedrooms":"3","price":"251000","area":"638"} , +{"type":"Feature","id":"n427581441","geometry":{"type":"Point","coordinates":[-0.6481065,51.3034161]},"properties":{"@type":"node","@id":427581441,"@timestamp":1276876952},"coords":"51.3034161,-0.6481065","bedrooms":"3","price":"224000","area":"508"} , +{"type":"Feature","id":"n427585417","geometry":{"type":"Point","coordinates":[-0.6399672,51.3047536]},"properties":{"@type":"node","@id":427585417,"@timestamp":1302467750},"coords":"51.3047536,-0.6399672","bedrooms":"4","price":"271000","area":"625"} , +{"type":"Feature","id":"n427587585","geometry":{"type":"Point","coordinates":[-0.626533,51.3058342]},"properties":{"@type":"node","@id":427587585,"@timestamp":1245595455},"coords":"51.3058342,-0.626533","bedrooms":"3","price":"166000","area":"479"} , +{"type":"Feature","id":"n427630702","geometry":{"type":"Point","coordinates":[-0.8955637,51.5378152]},"properties":{"@type":"node","@id":427630702,"@timestamp":1325792783},"coords":"51.5378152,-0.8955637","bedrooms":"0","price":"226000","area":"391"} , +{"type":"Feature","id":"n427630742","geometry":{"type":"Point","coordinates":[-0.9033587,51.5374649]},"properties":{"@type":"node","@id":427630742,"@timestamp":1304263349},"coords":"51.5374649,-0.9033587","bedrooms":"1","price":"240000","area":"594"} , +{"type":"Feature","id":"n427646442","geometry":{"type":"Point","coordinates":[0.2815514,51.1263421]},"properties":{"@type":"node","@id":427646442,"@timestamp":1517137030},"coords":"51.1263421,0.2815514","bedrooms":"3","price":"264000","area":"508"} , +{"type":"Feature","id":"n427680659","geometry":{"type":"Point","coordinates":[-0.0477989,51.5132891]},"properties":{"@type":"node","@id":427680659,"@timestamp":1592352724},"coords":"51.5132891,-0.0477989","bedrooms":"4","price":"175000","area":"463"} , +{"type":"Feature","id":"n427832238","geometry":{"type":"Point","coordinates":[0.019065,51.5255221]},"properties":{"@type":"node","@id":427832238,"@timestamp":1498786518},"coords":"51.5255221,0.019065","bedrooms":"1","price":"207000","area":"480"} , +{"type":"Feature","id":"n427931757","geometry":{"type":"Point","coordinates":[-0.1215913,51.5290388]},"properties":{"@type":"node","@id":427931757,"@timestamp":1421516532},"coords":"51.5290388,-0.1215913","bedrooms":"1","price":"269000","area":"554"} , +{"type":"Feature","id":"n428004752","geometry":{"type":"Point","coordinates":[-0.9088318,51.4728399]},"properties":{"@type":"node","@id":428004752,"@timestamp":1632539069},"coords":"51.4728399,-0.9088318","bedrooms":"0","price":"263000","area":"354"} , +{"type":"Feature","id":"n428059018","geometry":{"type":"Point","coordinates":[-0.1209395,51.5325195]},"properties":{"@type":"node","@id":428059018,"@timestamp":1632858053},"coords":"51.5325195,-0.1209395","bedrooms":"2","price":"209000","area":"561"} , +{"type":"Feature","id":"n428099344","geometry":{"type":"Point","coordinates":[0.0615336,51.4093752]},"properties":{"@type":"node","@id":428099344,"@timestamp":1600700570},"coords":"51.4093752,0.0615336","bedrooms":"2","price":"275000","area":"620"} , +{"type":"Feature","id":"n428114142","geometry":{"type":"Point","coordinates":[0.2636495,51.1353337]},"properties":{"@type":"node","@id":428114142,"@timestamp":1245699857},"coords":"51.1353337,0.2636495","bedrooms":"4","price":"236000","area":"554"} , +{"type":"Feature","id":"n428172922","geometry":{"type":"Point","coordinates":[-0.9307827,51.4043505]},"properties":{"@type":"node","@id":428172922,"@timestamp":1245705782},"coords":"51.4043505,-0.9307827","bedrooms":"0","price":"187000","area":"660"} , +{"type":"Feature","id":"n428173744","geometry":{"type":"Point","coordinates":[0.0514299,51.3328316]},"properties":{"@type":"node","@id":428173744,"@timestamp":1371505741},"coords":"51.3328316,0.0514299","bedrooms":"2","price":"150000","area":"515"} , +{"type":"Feature","id":"n428179218","geometry":{"type":"Point","coordinates":[-0.8590868,51.4467885]},"properties":{"@type":"node","@id":428179218,"@timestamp":1245706848},"coords":"51.4467885,-0.8590868","bedrooms":"1","price":"297000","area":"617"} , +{"type":"Feature","id":"n428217569","geometry":{"type":"Point","coordinates":[-0.1287901,51.4320332]},"properties":{"@type":"node","@id":428217569,"@timestamp":1349524044},"coords":"51.4320332,-0.1287901","bedrooms":"0","price":"202000","area":"693"} , +{"type":"Feature","id":"n428552683","geometry":{"type":"Point","coordinates":[-0.7220797,51.2620376]},"properties":{"@type":"node","@id":428552683,"@timestamp":1610900432},"coords":"51.2620376,-0.7220797","bedrooms":"2","price":"271000","area":"663"} , +{"type":"Feature","id":"n428576021","geometry":{"type":"Point","coordinates":[-0.7230083,51.2999023]},"properties":{"@type":"node","@id":428576021,"@timestamp":1511641055},"coords":"51.2999023,-0.7230083","bedrooms":"4","price":"234000","area":"637"} , +{"type":"Feature","id":"n428582647","geometry":{"type":"Point","coordinates":[-0.6856946,51.299928]},"properties":{"@type":"node","@id":428582647,"@timestamp":1626254026},"coords":"51.299928,-0.6856946","bedrooms":"2","price":"279000","area":"434"} , +{"type":"Feature","id":"n428584535","geometry":{"type":"Point","coordinates":[-0.6806324,51.2974866]},"properties":{"@type":"node","@id":428584535,"@timestamp":1517002688},"coords":"51.2974866,-0.6806324","bedrooms":"0","price":"227000","area":"617"} , +{"type":"Feature","id":"n428605374","geometry":{"type":"Point","coordinates":[-1.0742529,51.0573499]},"properties":{"@type":"node","@id":428605374,"@timestamp":1399153757},"coords":"51.0573499,-1.0742529","bedrooms":"1","price":"151000","area":"390"} , +{"type":"Feature","id":"n428626250","geometry":{"type":"Point","coordinates":[-0.9100357,51.4106634]},"properties":{"@type":"node","@id":428626250,"@timestamp":1364801353},"coords":"51.4106634,-0.9100357","bedrooms":"1","price":"262000","area":"486"} , +{"type":"Feature","id":"n428626517","geometry":{"type":"Point","coordinates":[-0.9384627,51.413199]},"properties":{"@type":"node","@id":428626517,"@timestamp":1607370141},"coords":"51.413199,-0.9384627","bedrooms":"0","price":"176000","area":"601"} , +{"type":"Feature","id":"n428639330","geometry":{"type":"Point","coordinates":[-0.588987,51.544828]},"properties":{"@type":"node","@id":428639330,"@timestamp":1605448679},"coords":"51.544828,-0.588987","bedrooms":"2","price":"167000","area":"407"} , +{"type":"Feature","id":"n428829965","geometry":{"type":"Point","coordinates":[-1.009769,51.294658]},"properties":{"@type":"node","@id":428829965,"@timestamp":1245860751},"coords":"51.294658,-1.009769","bedrooms":"2","price":"169000","area":"513"} , +{"type":"Feature","id":"n428872942","geometry":{"type":"Point","coordinates":[-0.3915643,51.1628612]},"properties":{"@type":"node","@id":428872942,"@timestamp":1446477585},"coords":"51.1628612,-0.3915643","bedrooms":"4","price":"270000","area":"511"} , +{"type":"Feature","id":"n428890770","geometry":{"type":"Point","coordinates":[-1.0599908,51.2960197]},"properties":{"@type":"node","@id":428890770,"@timestamp":1245872937},"coords":"51.2960197,-1.0599908","bedrooms":"0","price":"223000","area":"424"} , +{"type":"Feature","id":"n428923490","geometry":{"type":"Point","coordinates":[-1.0534323,51.2967257]},"properties":{"@type":"node","@id":428923490,"@timestamp":1252352002},"coords":"51.2967257,-1.0534323","bedrooms":"4","price":"287000","area":"437"} , +{"type":"Feature","id":"n428964048","geometry":{"type":"Point","coordinates":[-0.1448525,51.4906678]},"properties":{"@type":"node","@id":428964048,"@timestamp":1619031585},"coords":"51.4906678,-0.1448525","bedrooms":"2","price":"225000","area":"498"} , +{"type":"Feature","id":"n428972309","geometry":{"type":"Point","coordinates":[-0.3832104,51.899279]},"properties":{"@type":"node","@id":428972309,"@timestamp":1612203529},"coords":"51.899279,-0.3832104","bedrooms":"4","price":"210000","area":"675"} , +{"type":"Feature","id":"n428972407","geometry":{"type":"Point","coordinates":[-0.3779308,51.9058663]},"properties":{"@type":"node","@id":428972407,"@timestamp":1328970332},"coords":"51.9058663,-0.3779308","bedrooms":"4","price":"168000","area":"418"} , +{"type":"Feature","id":"n428972419","geometry":{"type":"Point","coordinates":[-0.3765986,51.9067124]},"properties":{"@type":"node","@id":428972419,"@timestamp":1328970334},"coords":"51.9067124,-0.3765986","bedrooms":"0","price":"160000","area":"363"} , +{"type":"Feature","id":"n428972556","geometry":{"type":"Point","coordinates":[-0.3109421,51.913643]},"properties":{"@type":"node","@id":428972556,"@timestamp":1330857508},"coords":"51.913643,-0.3109421","bedrooms":"2","price":"173000","area":"658"} , +{"type":"Feature","id":"n428972682","geometry":{"type":"Point","coordinates":[-0.4030658,51.8892138]},"properties":{"@type":"node","@id":428972682,"@timestamp":1612036344},"coords":"51.8892138,-0.4030658","bedrooms":"2","price":"226000","area":"487"} , +{"type":"Feature","id":"n429187267","geometry":{"type":"Point","coordinates":[-0.0976654,51.5765301]},"properties":{"@type":"node","@id":429187267,"@timestamp":1611343977},"coords":"51.5765301,-0.0976654","bedrooms":"3","price":"228000","area":"544"} , +{"type":"Feature","id":"n429254441","geometry":{"type":"Point","coordinates":[-0.1039804,51.4340754]},"properties":{"@type":"node","@id":429254441,"@timestamp":1601571742},"coords":"51.4340754,-0.1039804","bedrooms":"0","price":"250000","area":"539"} , +{"type":"Feature","id":"n429283547","geometry":{"type":"Point","coordinates":[-0.3915437,51.1627648]},"properties":{"@type":"node","@id":429283547,"@timestamp":1508773220},"coords":"51.1627648,-0.3915437","bedrooms":"3","price":"238000","area":"576"} , +{"type":"Feature","id":"n429322685","geometry":{"type":"Point","coordinates":[-0.8801203,51.4283874]},"properties":{"@type":"node","@id":429322685,"@timestamp":1349296243},"coords":"51.4283874,-0.8801203","bedrooms":"0","price":"245000","area":"478"} , +{"type":"Feature","id":"n429346252","geometry":{"type":"Point","coordinates":[-0.0776393,51.5143184]},"properties":{"@type":"node","@id":429346252,"@timestamp":1480693761},"coords":"51.5143184,-0.0776393","bedrooms":"3","price":"162000","area":"627"} , +{"type":"Feature","id":"n429382808","geometry":{"type":"Point","coordinates":[-0.4144041,51.8778583]},"properties":{"@type":"node","@id":429382808,"@timestamp":1580589732},"coords":"51.8778583,-0.4144041","bedrooms":"4","price":"289000","area":"620"} , +{"type":"Feature","id":"n429492072","geometry":{"type":"Point","coordinates":[-0.9667016,51.4566861]},"properties":{"@type":"node","@id":429492072,"@timestamp":1560970257},"coords":"51.4566861,-0.9667016","bedrooms":"3","price":"215000","area":"351"} , +{"type":"Feature","id":"n429523197","geometry":{"type":"Point","coordinates":[-0.9754127,51.4653524]},"properties":{"@type":"node","@id":429523197,"@timestamp":1601942903},"coords":"51.4653524,-0.9754127","bedrooms":"0","price":"153000","area":"642"} , +{"type":"Feature","id":"n429640067","geometry":{"type":"Point","coordinates":[0.0117622,51.519693]},"properties":{"@type":"node","@id":429640067,"@timestamp":1309043459},"coords":"51.519693,0.0117622","bedrooms":"4","price":"244000","area":"365"} , +{"type":"Feature","id":"n429640136","geometry":{"type":"Point","coordinates":[0.0122123,51.5214014]},"properties":{"@type":"node","@id":429640136,"@timestamp":1517698104},"coords":"51.5214014,0.0122123","bedrooms":"0","price":"169000","area":"592"} , +{"type":"Feature","id":"n429712749","geometry":{"type":"Point","coordinates":[-0.6051474,51.7796666]},"properties":{"@type":"node","@id":429712749,"@timestamp":1612382126},"coords":"51.7796666,-0.6051474","bedrooms":"4","price":"176000","area":"387"} , +{"type":"Feature","id":"n429822970","geometry":{"type":"Point","coordinates":[0.0133862,51.8301916]},"properties":{"@type":"node","@id":429822970,"@timestamp":1246112088},"coords":"51.8301916,0.0133862","bedrooms":"4","price":"211000","area":"545"} , +{"type":"Feature","id":"n429831748","geometry":{"type":"Point","coordinates":[-0.300223,51.4446786]},"properties":{"@type":"node","@id":429831748,"@timestamp":1632866491},"coords":"51.4446786,-0.300223","bedrooms":"0","price":"296000","area":"384"} , +{"type":"Feature","id":"n429831760","geometry":{"type":"Point","coordinates":[-0.3034877,51.4436093]},"properties":{"@type":"node","@id":429831760,"@timestamp":1632866491},"coords":"51.4436093,-0.3034877","bedrooms":"2","price":"186000","area":"658"} , +{"type":"Feature","id":"n429831783","geometry":{"type":"Point","coordinates":[-0.3093596,51.4416612]},"properties":{"@type":"node","@id":429831783,"@timestamp":1632866491},"coords":"51.4416612,-0.3093596","bedrooms":"2","price":"173000","area":"428"} , +{"type":"Feature","id":"n429831794","geometry":{"type":"Point","coordinates":[-0.3038539,51.4406984]},"properties":{"@type":"node","@id":429831794,"@timestamp":1632866491},"coords":"51.4406984,-0.3038539","bedrooms":"2","price":"227000","area":"614"} , +{"type":"Feature","id":"n429831804","geometry":{"type":"Point","coordinates":[-0.3053926,51.4399562]},"properties":{"@type":"node","@id":429831804,"@timestamp":1632866491},"coords":"51.4399562,-0.3053926","bedrooms":"3","price":"274000","area":"672"} , +{"type":"Feature","id":"n429831814","geometry":{"type":"Point","coordinates":[-0.3135496,51.4385975]},"properties":{"@type":"node","@id":429831814,"@timestamp":1631236337},"coords":"51.4385975,-0.3135496","bedrooms":"3","price":"248000","area":"442"} , +{"type":"Feature","id":"n429894040","geometry":{"type":"Point","coordinates":[-0.8961459,51.4550901]},"properties":{"@type":"node","@id":429894040,"@timestamp":1246126560},"coords":"51.4550901,-0.8961459","bedrooms":"4","price":"165000","area":"680"} , +{"type":"Feature","id":"n429894357","geometry":{"type":"Point","coordinates":[-0.865968,51.4632531]},"properties":{"@type":"node","@id":429894357,"@timestamp":1594056753},"coords":"51.4632531,-0.865968","bedrooms":"2","price":"214000","area":"571"} , +{"type":"Feature","id":"n429917665","geometry":{"type":"Point","coordinates":[-0.8880103,51.4538989]},"properties":{"@type":"node","@id":429917665,"@timestamp":1344359895},"coords":"51.4538989,-0.8880103","bedrooms":"4","price":"224000","area":"361"} , +{"type":"Feature","id":"n429929180","geometry":{"type":"Point","coordinates":[-0.335577,51.2107194]},"properties":{"@type":"node","@id":429929180,"@timestamp":1413999208},"coords":"51.2107194,-0.335577","bedrooms":"3","price":"210000","area":"525"} , +{"type":"Feature","id":"n429976606","geometry":{"type":"Point","coordinates":[-1.1119602,51.3787014]},"properties":{"@type":"node","@id":429976606,"@timestamp":1246139598},"coords":"51.3787014,-1.1119602","bedrooms":"0","price":"228000","area":"477"} , +{"type":"Feature","id":"n430199405","geometry":{"type":"Point","coordinates":[0.8721847,50.9957397]},"properties":{"@type":"node","@id":430199405,"@timestamp":1353082372},"coords":"50.9957397,0.8721847","bedrooms":"1","price":"172000","area":"543"} , +{"type":"Feature","id":"n430243728","geometry":{"type":"Point","coordinates":[-0.5368868,50.9561549]},"properties":{"@type":"node","@id":430243728,"@timestamp":1534631235},"coords":"50.9561549,-0.5368868","bedrooms":"2","price":"277000","area":"357"} , +{"type":"Feature","id":"n430266898","geometry":{"type":"Point","coordinates":[-0.9127009,51.4730676]},"properties":{"@type":"node","@id":430266898,"@timestamp":1483439283},"coords":"51.4730676,-0.9127009","bedrooms":"3","price":"157000","area":"496"} , +{"type":"Feature","id":"n430286630","geometry":{"type":"Point","coordinates":[0.8568987,51.0657223]},"properties":{"@type":"node","@id":430286630,"@timestamp":1599250740},"coords":"51.0657223,0.8568987","bedrooms":"3","price":"156000","area":"653"} , +{"type":"Feature","id":"n430295980","geometry":{"type":"Point","coordinates":[0.8547771,51.0647112]},"properties":{"@type":"node","@id":430295980,"@timestamp":1599250740},"coords":"51.0647112,0.8547771","bedrooms":"4","price":"164000","area":"669"} , +{"type":"Feature","id":"n430308888","geometry":{"type":"Point","coordinates":[0.5039527,51.2768106]},"properties":{"@type":"node","@id":430308888,"@timestamp":1246207961},"coords":"51.2768106,0.5039527","bedrooms":"3","price":"165000","area":"561"} , +{"type":"Feature","id":"n430312109","geometry":{"type":"Point","coordinates":[0.102548,51.4064108]},"properties":{"@type":"node","@id":430312109,"@timestamp":1246208363},"coords":"51.4064108,0.102548","bedrooms":"1","price":"153000","area":"354"} , +{"type":"Feature","id":"n430322784","geometry":{"type":"Point","coordinates":[-0.9463901,51.4810248]},"properties":{"@type":"node","@id":430322784,"@timestamp":1635635680},"coords":"51.4810248,-0.9463901","bedrooms":"3","price":"163000","area":"618"} , +{"type":"Feature","id":"n430371228","geometry":{"type":"Point","coordinates":[-0.5606678,50.9555657]},"properties":{"@type":"node","@id":430371228,"@timestamp":1246214102},"coords":"50.9555657,-0.5606678","bedrooms":"2","price":"185000","area":"404"} , +{"type":"Feature","id":"n430432974","geometry":{"type":"Point","coordinates":[-0.1194934,51.5288857]},"properties":{"@type":"node","@id":430432974,"@timestamp":1570036119},"coords":"51.5288857,-0.1194934","bedrooms":"3","price":"181000","area":"618"} , +{"type":"Feature","id":"n430439300","geometry":{"type":"Point","coordinates":[-0.1212556,51.5305926]},"properties":{"@type":"node","@id":430439300,"@timestamp":1543775696},"coords":"51.5305926,-0.1212556","bedrooms":"3","price":"163000","area":"592"} , +{"type":"Feature","id":"n430445022","geometry":{"type":"Point","coordinates":[-0.0358102,51.5318134]},"properties":{"@type":"node","@id":430445022,"@timestamp":1573758867},"coords":"51.5318134,-0.0358102","bedrooms":"1","price":"201000","area":"631"} , +{"type":"Feature","id":"n430497406","geometry":{"type":"Point","coordinates":[-0.2518193,51.2930412]},"properties":{"@type":"node","@id":430497406,"@timestamp":1246226303},"coords":"51.2930412,-0.2518193","bedrooms":"1","price":"254000","area":"390"} , +{"type":"Feature","id":"n430700906","geometry":{"type":"Point","coordinates":[-0.1985037,51.2379459]},"properties":{"@type":"node","@id":430700906,"@timestamp":1246274643},"coords":"51.2379459,-0.1985037","bedrooms":"3","price":"213000","area":"364"} , +{"type":"Feature","id":"n430840002","geometry":{"type":"Point","coordinates":[-0.3088407,51.4374936]},"properties":{"@type":"node","@id":430840002,"@timestamp":1632866491},"coords":"51.4374936,-0.3088407","bedrooms":"3","price":"272000","area":"360"} , +{"type":"Feature","id":"n430882048","geometry":{"type":"Point","coordinates":[-0.3421221,51.8906298]},"properties":{"@type":"node","@id":430882048,"@timestamp":1328970336},"coords":"51.8906298,-0.3421221","bedrooms":"4","price":"247000","area":"677"} , +{"type":"Feature","id":"n430882062","geometry":{"type":"Point","coordinates":[-0.3462749,51.8920578]},"properties":{"@type":"node","@id":430882062,"@timestamp":1328970338},"coords":"51.8920578,-0.3462749","bedrooms":"4","price":"257000","area":"478"} , +{"type":"Feature","id":"n430882078","geometry":{"type":"Point","coordinates":[-0.3465069,51.893194]},"properties":{"@type":"node","@id":430882078,"@timestamp":1328970339},"coords":"51.893194,-0.3465069","bedrooms":"4","price":"214000","area":"517"} , +{"type":"Feature","id":"n430882200","geometry":{"type":"Point","coordinates":[-0.3410653,51.8901999]},"properties":{"@type":"node","@id":430882200,"@timestamp":1541346583},"coords":"51.8901999,-0.3410653","bedrooms":"0","price":"209000","area":"354"} , +{"type":"Feature","id":"n430921306","geometry":{"type":"Point","coordinates":[0.6523114,51.5394385]},"properties":{"@type":"node","@id":430921306,"@timestamp":1630666180},"coords":"51.5394385,0.6523114","bedrooms":"0","price":"161000","area":"426"} , +{"type":"Feature","id":"n431032786","geometry":{"type":"Point","coordinates":[-0.3072226,51.4311535]},"properties":{"@type":"node","@id":431032786,"@timestamp":1629100334},"coords":"51.4311535,-0.3072226","bedrooms":"0","price":"245000","area":"636"} , +{"type":"Feature","id":"n431033879","geometry":{"type":"Point","coordinates":[-0.3296734,51.1805783]},"properties":{"@type":"node","@id":431033879,"@timestamp":1611139047},"coords":"51.1805783,-0.3296734","bedrooms":"0","price":"192000","area":"435"} , +{"type":"Feature","id":"n431072279","geometry":{"type":"Point","coordinates":[0.3532473,51.5833853]},"properties":{"@type":"node","@id":431072279,"@timestamp":1246357148},"coords":"51.5833853,0.3532473","bedrooms":"3","price":"228000","area":"523"} , +{"type":"Feature","id":"n431133398","geometry":{"type":"Point","coordinates":[-0.2988059,51.9106359]},"properties":{"@type":"node","@id":431133398,"@timestamp":1330857512},"coords":"51.9106359,-0.2988059","bedrooms":"3","price":"191000","area":"379"} , +{"type":"Feature","id":"n431232813","geometry":{"type":"Point","coordinates":[-0.1208155,51.512899]},"properties":{"@type":"node","@id":431232813,"@timestamp":1513042426},"coords":"51.512899,-0.1208155","bedrooms":"2","price":"233000","area":"360"} , +{"type":"Feature","id":"n431322441","geometry":{"type":"Point","coordinates":[-0.9999789,51.4487658]},"properties":{"@type":"node","@id":431322441,"@timestamp":1578753040},"coords":"51.4487658,-0.9999789","bedrooms":"2","price":"252000","area":"486"} , +{"type":"Feature","id":"n431492669","geometry":{"type":"Point","coordinates":[-0.3249315,51.8883922]},"properties":{"@type":"node","@id":431492669,"@timestamp":1619971394},"coords":"51.8883922,-0.3249315","bedrooms":"0","price":"175000","area":"695"} , +{"type":"Feature","id":"n431504477","geometry":{"type":"Point","coordinates":[-0.9746294,51.9675914]},"properties":{"@type":"node","@id":431504477,"@timestamp":1246453084},"coords":"51.9675914,-0.9746294","bedrooms":"0","price":"182000","area":"585"} , +{"type":"Feature","id":"n431513839","geometry":{"type":"Point","coordinates":[-0.8312076,51.9382043]},"properties":{"@type":"node","@id":431513839,"@timestamp":1246454792},"coords":"51.9382043,-0.8312076","bedrooms":"2","price":"291000","area":"610"} , +{"type":"Feature","id":"n431516419","geometry":{"type":"Point","coordinates":[-0.937554,51.9333883]},"properties":{"@type":"node","@id":431516419,"@timestamp":1246455808},"coords":"51.9333883,-0.937554","bedrooms":"2","price":"287000","area":"573"} , +{"type":"Feature","id":"n431526128","geometry":{"type":"Point","coordinates":[-0.0955562,51.5448778]},"properties":{"@type":"node","@id":431526128,"@timestamp":1626176078},"coords":"51.5448778,-0.0955562","bedrooms":"4","price":"152000","area":"351"} , +{"type":"Feature","id":"n431526142","geometry":{"type":"Point","coordinates":[-0.0940731,51.5453484]},"properties":{"@type":"node","@id":431526142,"@timestamp":1246457832},"coords":"51.5453484,-0.0940731","bedrooms":"1","price":"179000","area":"686"} , +{"type":"Feature","id":"n431530340","geometry":{"type":"Point","coordinates":[-0.0964077,51.5444197]},"properties":{"@type":"node","@id":431530340,"@timestamp":1624460330},"coords":"51.5444197,-0.0964077","bedrooms":"1","price":"199000","area":"603"} , +{"type":"Feature","id":"n431530351","geometry":{"type":"Point","coordinates":[-0.0966958,51.5443715]},"properties":{"@type":"node","@id":431530351,"@timestamp":1626043619},"coords":"51.5443715,-0.0966958","bedrooms":"4","price":"194000","area":"469"} , +{"type":"Feature","id":"n431530361","geometry":{"type":"Point","coordinates":[-0.0946975,51.5436418]},"properties":{"@type":"node","@id":431530361,"@timestamp":1376412022},"coords":"51.5436418,-0.0946975","bedrooms":"3","price":"208000","area":"570"} , +{"type":"Feature","id":"n431530372","geometry":{"type":"Point","coordinates":[-0.0951863,51.5440306]},"properties":{"@type":"node","@id":431530372,"@timestamp":1626176078},"coords":"51.5440306,-0.0951863","bedrooms":"4","price":"179000","area":"584"} , +{"type":"Feature","id":"n431613562","geometry":{"type":"Point","coordinates":[-0.9682786,51.7409211]},"properties":{"@type":"node","@id":431613562,"@timestamp":1583078965},"coords":"51.7409211,-0.9682786","bedrooms":"4","price":"279000","area":"613"} , +{"type":"Feature","id":"n431924102","geometry":{"type":"Point","coordinates":[0.14794,51.4413735]},"properties":{"@type":"node","@id":431924102,"@timestamp":1395443009},"coords":"51.4413735,0.14794","bedrooms":"1","price":"232000","area":"477"} , +{"type":"Feature","id":"n432011112","geometry":{"type":"Point","coordinates":[-0.3713125,51.4026964]},"properties":{"@type":"node","@id":432011112,"@timestamp":1377211278},"coords":"51.4026964,-0.3713125","bedrooms":"4","price":"282000","area":"375"} , +{"type":"Feature","id":"n432011144","geometry":{"type":"Point","coordinates":[-0.3563096,51.4006116]},"properties":{"@type":"node","@id":432011144,"@timestamp":1246490108},"coords":"51.4006116,-0.3563096","bedrooms":"2","price":"231000","area":"546"} , +{"type":"Feature","id":"n432028430","geometry":{"type":"Point","coordinates":[-1.0874623,51.2625313]},"properties":{"@type":"node","@id":432028430,"@timestamp":1352976640},"coords":"51.2625313,-1.0874623","bedrooms":"3","price":"276000","area":"609"} , +{"type":"Feature","id":"n432385350","geometry":{"type":"Point","coordinates":[-0.0182541,51.5294069]},"properties":{"@type":"node","@id":432385350,"@timestamp":1246517152},"coords":"51.5294069,-0.0182541","bedrooms":"1","price":"177000","area":"493"} , +{"type":"Feature","id":"n432427007","geometry":{"type":"Point","coordinates":[-0.0305068,51.5357599]},"properties":{"@type":"node","@id":432427007,"@timestamp":1633466885},"coords":"51.5357599,-0.0305068","bedrooms":"4","price":"190000","area":"627"} , +{"type":"Feature","id":"n432438123","geometry":{"type":"Point","coordinates":[-0.0797795,51.5005616]},"properties":{"@type":"node","@id":432438123,"@timestamp":1246525245},"coords":"51.5005616,-0.0797795","bedrooms":"3","price":"164000","area":"487"} , +{"type":"Feature","id":"n432449457","geometry":{"type":"Point","coordinates":[0.1531222,51.4460594]},"properties":{"@type":"node","@id":432449457,"@timestamp":1443533968},"coords":"51.4460594,0.1531222","bedrooms":"2","price":"274000","area":"688"} , +{"type":"Feature","id":"n432693157","geometry":{"type":"Point","coordinates":[-0.3330261,51.4271694]},"properties":{"@type":"node","@id":432693157,"@timestamp":1246574153},"coords":"51.4271694,-0.3330261","bedrooms":"3","price":"167000","area":"571"} , +{"type":"Feature","id":"n432693168","geometry":{"type":"Point","coordinates":[-0.3241091,51.4290554]},"properties":{"@type":"node","@id":432693168,"@timestamp":1490140106},"coords":"51.4290554,-0.3241091","bedrooms":"2","price":"274000","area":"430"} , +{"type":"Feature","id":"n432693307","geometry":{"type":"Point","coordinates":[-0.3177655,51.4331677]},"properties":{"@type":"node","@id":432693307,"@timestamp":1331571068},"coords":"51.4331677,-0.3177655","bedrooms":"3","price":"262000","area":"398"} , +{"type":"Feature","id":"n432721470","geometry":{"type":"Point","coordinates":[-0.0295045,51.5290027]},"properties":{"@type":"node","@id":432721470,"@timestamp":1628943490},"coords":"51.5290027,-0.0295045","bedrooms":"1","price":"230000","area":"509"} , +{"type":"Feature","id":"n432878708","geometry":{"type":"Point","coordinates":[-0.0090817,51.8163373]},"properties":{"@type":"node","@id":432878708,"@timestamp":1404044832},"coords":"51.8163373,-0.0090817","bedrooms":"1","price":"197000","area":"457"} , +{"type":"Feature","id":"n432878721","geometry":{"type":"Point","coordinates":[0.0057301,51.8116761]},"properties":{"@type":"node","@id":432878721,"@timestamp":1625349302},"coords":"51.8116761,0.0057301","bedrooms":"1","price":"215000","area":"481"} , +{"type":"Feature","id":"n432878733","geometry":{"type":"Point","coordinates":[-0.0030533,51.8165222]},"properties":{"@type":"node","@id":432878733,"@timestamp":1625349302},"coords":"51.8165222,-0.0030533","bedrooms":"2","price":"251000","area":"422"} , +{"type":"Feature","id":"n432878749","geometry":{"type":"Point","coordinates":[0.0063491,51.8108391]},"properties":{"@type":"node","@id":432878749,"@timestamp":1625349302},"coords":"51.8108391,0.0063491","bedrooms":"3","price":"238000","area":"485"} , +{"type":"Feature","id":"n432878761","geometry":{"type":"Point","coordinates":[0.0101705,51.8114449]},"properties":{"@type":"node","@id":432878761,"@timestamp":1405861222},"coords":"51.8114449,0.0101705","bedrooms":"2","price":"192000","area":"677"} , +{"type":"Feature","id":"n432878775","geometry":{"type":"Point","coordinates":[0.0217713,51.8075567]},"properties":{"@type":"node","@id":432878775,"@timestamp":1579453486},"coords":"51.8075567,0.0217713","bedrooms":"3","price":"186000","area":"399"} , +{"type":"Feature","id":"n432878786","geometry":{"type":"Point","coordinates":[0.0352376,51.804866]},"properties":{"@type":"node","@id":432878786,"@timestamp":1408282786},"coords":"51.804866,0.0352376","bedrooms":"4","price":"298000","area":"613"} , +{"type":"Feature","id":"n432878800","geometry":{"type":"Point","coordinates":[0.0396094,51.8034401]},"properties":{"@type":"node","@id":432878800,"@timestamp":1473003688},"coords":"51.8034401,0.0396094","bedrooms":"4","price":"283000","area":"616"} , +{"type":"Feature","id":"n432878815","geometry":{"type":"Point","coordinates":[0.0412339,51.8100249]},"properties":{"@type":"node","@id":432878815,"@timestamp":1625255034},"coords":"51.8100249,0.0412339","bedrooms":"4","price":"168000","area":"393"} , +{"type":"Feature","id":"n432878830","geometry":{"type":"Point","coordinates":[0.0482338,51.823406]},"properties":{"@type":"node","@id":432878830,"@timestamp":1625349302},"coords":"51.823406,0.0482338","bedrooms":"3","price":"183000","area":"469"} , +{"type":"Feature","id":"n432878844","geometry":{"type":"Point","coordinates":[0.0530805,51.8256288]},"properties":{"@type":"node","@id":432878844,"@timestamp":1543937428},"coords":"51.8256288,0.0530805","bedrooms":"2","price":"256000","area":"605"} , +{"type":"Feature","id":"n432878867","geometry":{"type":"Point","coordinates":[0.051145,51.8269954]},"properties":{"@type":"node","@id":432878867,"@timestamp":1395585091},"coords":"51.8269954,0.051145","bedrooms":"4","price":"217000","area":"406"} , +{"type":"Feature","id":"n432878882","geometry":{"type":"Point","coordinates":[0.0456186,51.825179]},"properties":{"@type":"node","@id":432878882,"@timestamp":1395585091},"coords":"51.825179,0.0456186","bedrooms":"4","price":"171000","area":"414"} , +{"type":"Feature","id":"n432878896","geometry":{"type":"Point","coordinates":[0.0499145,51.8352671]},"properties":{"@type":"node","@id":432878896,"@timestamp":1348432781},"coords":"51.8352671,0.0499145","bedrooms":"0","price":"227000","area":"589"} , +{"type":"Feature","id":"n432878907","geometry":{"type":"Point","coordinates":[0.0427341,51.8311563]},"properties":{"@type":"node","@id":432878907,"@timestamp":1597310392},"coords":"51.8311563,0.0427341","bedrooms":"4","price":"297000","area":"569"} , +{"type":"Feature","id":"n432878919","geometry":{"type":"Point","coordinates":[0.039482,51.8245382]},"properties":{"@type":"node","@id":432878919,"@timestamp":1597310601},"coords":"51.8245382,0.039482","bedrooms":"1","price":"186000","area":"408"} , +{"type":"Feature","id":"n432878931","geometry":{"type":"Point","coordinates":[0.0606052,51.8398288]},"properties":{"@type":"node","@id":432878931,"@timestamp":1348432787},"coords":"51.8398288,0.0606052","bedrooms":"3","price":"201000","area":"429"} , +{"type":"Feature","id":"n432878941","geometry":{"type":"Point","coordinates":[0.0645632,51.8427183]},"properties":{"@type":"node","@id":432878941,"@timestamp":1273093589},"coords":"51.8427183,0.0645632","bedrooms":"2","price":"205000","area":"471"} , +{"type":"Feature","id":"n432878955","geometry":{"type":"Point","coordinates":[0.0532384,51.8532528]},"properties":{"@type":"node","@id":432878955,"@timestamp":1348432790},"coords":"51.8532528,0.0532384","bedrooms":"4","price":"263000","area":"474"} , +{"type":"Feature","id":"n432878968","geometry":{"type":"Point","coordinates":[0.0600051,51.8551012]},"properties":{"@type":"node","@id":432878968,"@timestamp":1348432792},"coords":"51.8551012,0.0600051","bedrooms":"2","price":"236000","area":"381"} , +{"type":"Feature","id":"n432878979","geometry":{"type":"Point","coordinates":[0.0667417,51.8561654]},"properties":{"@type":"node","@id":432878979,"@timestamp":1468948627},"coords":"51.8561654,0.0667417","bedrooms":"0","price":"207000","area":"679"} , +{"type":"Feature","id":"n432878991","geometry":{"type":"Point","coordinates":[0.064539,51.8558944]},"properties":{"@type":"node","@id":432878991,"@timestamp":1348432794},"coords":"51.8558944,0.064539","bedrooms":"4","price":"172000","area":"537"} , +{"type":"Feature","id":"n433063591","geometry":{"type":"Point","coordinates":[0.1197176,51.4002929]},"properties":{"@type":"node","@id":433063591,"@timestamp":1626683729},"coords":"51.4002929,0.1197176","bedrooms":"2","price":"174000","area":"363"} , +{"type":"Feature","id":"n433182849","geometry":{"type":"Point","coordinates":[-0.0335059,51.5358808]},"properties":{"@type":"node","@id":433182849,"@timestamp":1246644725},"coords":"51.5358808,-0.0335059","bedrooms":"2","price":"241000","area":"510"} , +{"type":"Feature","id":"n433224247","geometry":{"type":"Point","coordinates":[0.041044,51.3178327]},"properties":{"@type":"node","@id":433224247,"@timestamp":1564068591},"coords":"51.3178327,0.041044","bedrooms":"3","price":"214000","area":"680"} , +{"type":"Feature","id":"n433360354","geometry":{"type":"Point","coordinates":[-0.2192206,51.4734165]},"properties":{"@type":"node","@id":433360354,"@timestamp":1246656380},"coords":"51.4734165,-0.2192206","bedrooms":"1","price":"181000","area":"476"} , +{"type":"Feature","id":"n433584943","geometry":{"type":"Point","coordinates":[0.1217867,51.4133321]},"properties":{"@type":"node","@id":433584943,"@timestamp":1619964239},"coords":"51.4133321,0.1217867","bedrooms":"2","price":"296000","area":"554"} , +{"type":"Feature","id":"n433715815","geometry":{"type":"Point","coordinates":[-0.3178172,51.4387764]},"properties":{"@type":"node","@id":433715815,"@timestamp":1632776150},"coords":"51.4387764,-0.3178172","bedrooms":"0","price":"196000","area":"375"} , +{"type":"Feature","id":"n433789701","geometry":{"type":"Point","coordinates":[-0.0345235,51.5301362]},"properties":{"@type":"node","@id":433789701,"@timestamp":1467806170},"coords":"51.5301362,-0.0345235","bedrooms":"4","price":"162000","area":"416"} , +{"type":"Feature","id":"n433789849","geometry":{"type":"Point","coordinates":[-0.0346102,51.5294664]},"properties":{"@type":"node","@id":433789849,"@timestamp":1246716495},"coords":"51.5294664,-0.0346102","bedrooms":"2","price":"253000","area":"501"} , +{"type":"Feature","id":"n433922946","geometry":{"type":"Point","coordinates":[-0.9060158,51.5369553]},"properties":{"@type":"node","@id":433922946,"@timestamp":1609165246},"coords":"51.5369553,-0.9060158","bedrooms":"0","price":"282000","area":"686"} , +{"type":"Feature","id":"n434140608","geometry":{"type":"Point","coordinates":[0.1505331,51.8606429]},"properties":{"@type":"node","@id":434140608,"@timestamp":1633122224},"coords":"51.8606429,0.1505331","bedrooms":"1","price":"238000","area":"558"} , +{"type":"Feature","id":"n434187553","geometry":{"type":"Point","coordinates":[-0.5262152,51.6985194]},"properties":{"@type":"node","@id":434187553,"@timestamp":1246753376},"coords":"51.6985194,-0.5262152","bedrooms":"4","price":"160000","area":"433"} , +{"type":"Feature","id":"n434405013","geometry":{"type":"Point","coordinates":[0.5768358,51.3315032]},"properties":{"@type":"node","@id":434405013,"@timestamp":1543944378},"coords":"51.3315032,0.5768358","bedrooms":"1","price":"243000","area":"378"} , +{"type":"Feature","id":"n434432607","geometry":{"type":"Point","coordinates":[-0.3184219,51.4384923]},"properties":{"@type":"node","@id":434432607,"@timestamp":1632776150},"coords":"51.4384923,-0.3184219","bedrooms":"1","price":"245000","area":"634"} , +{"type":"Feature","id":"n434432743","geometry":{"type":"Point","coordinates":[-0.3180871,51.4384602]},"properties":{"@type":"node","@id":434432743,"@timestamp":1632776150},"coords":"51.4384602,-0.3180871","bedrooms":"0","price":"164000","area":"538"} , +{"type":"Feature","id":"n434437008","geometry":{"type":"Point","coordinates":[-0.3128944,51.4364805]},"properties":{"@type":"node","@id":434437008,"@timestamp":1632776150},"coords":"51.4364805,-0.3128944","bedrooms":"2","price":"234000","area":"350"} , +{"type":"Feature","id":"n434453742","geometry":{"type":"Point","coordinates":[0.2606897,51.1338612]},"properties":{"@type":"node","@id":434453742,"@timestamp":1505038162},"coords":"51.1338612,0.2606897","bedrooms":"4","price":"157000","area":"541"} , +{"type":"Feature","id":"n434527243","geometry":{"type":"Point","coordinates":[0.1090839,51.8853745]},"properties":{"@type":"node","@id":434527243,"@timestamp":1633888615},"coords":"51.8853745,0.1090839","bedrooms":"0","price":"237000","area":"537"} , +{"type":"Feature","id":"n434557518","geometry":{"type":"Point","coordinates":[-0.1502349,51.5400274]},"properties":{"@type":"node","@id":434557518,"@timestamp":1608308972},"coords":"51.5400274,-0.1502349","bedrooms":"3","price":"277000","area":"409"} , +{"type":"Feature","id":"n434557544","geometry":{"type":"Point","coordinates":[-0.1381217,51.5341536]},"properties":{"@type":"node","@id":434557544,"@timestamp":1501456959},"coords":"51.5341536,-0.1381217","bedrooms":"4","price":"169000","area":"611"} , +{"type":"Feature","id":"n434565683","geometry":{"type":"Point","coordinates":[-0.0847353,51.5418325]},"properties":{"@type":"node","@id":434565683,"@timestamp":1611968754},"coords":"51.5418325,-0.0847353","bedrooms":"2","price":"217000","area":"449"} , +{"type":"Feature","id":"n434637473","geometry":{"type":"Point","coordinates":[-0.9498548,51.7060072]},"properties":{"@type":"node","@id":434637473,"@timestamp":1246823801},"coords":"51.7060072,-0.9498548","bedrooms":"4","price":"271000","area":"696"} , +{"type":"Feature","id":"n434644505","geometry":{"type":"Point","coordinates":[-0.6801531,51.7192763]},"properties":{"@type":"node","@id":434644505,"@timestamp":1246824098},"coords":"51.7192763,-0.6801531","bedrooms":"1","price":"178000","area":"632"} , +{"type":"Feature","id":"n434713178","geometry":{"type":"Point","coordinates":[-1.1135596,50.985365]},"properties":{"@type":"node","@id":434713178,"@timestamp":1424369112},"coords":"50.985365,-1.1135596","bedrooms":"0","price":"278000","area":"371"} , +{"type":"Feature","id":"n434823609","geometry":{"type":"Point","coordinates":[-0.0973147,51.5204346]},"properties":{"@type":"node","@id":434823609,"@timestamp":1618667342},"coords":"51.5204346,-0.0973147","bedrooms":"1","price":"174000","area":"442"} , +{"type":"Feature","id":"n434845171","geometry":{"type":"Point","coordinates":[-0.2970895,51.9154274]},"properties":{"@type":"node","@id":434845171,"@timestamp":1618149928},"coords":"51.9154274,-0.2970895","bedrooms":"3","price":"157000","area":"406"} , +{"type":"Feature","id":"n434845306","geometry":{"type":"Point","coordinates":[-0.3311331,51.8884666]},"properties":{"@type":"node","@id":434845306,"@timestamp":1330274450},"coords":"51.8884666,-0.3311331","bedrooms":"3","price":"191000","area":"350"} , +{"type":"Feature","id":"n435099303","geometry":{"type":"Point","coordinates":[-0.89707,51.3203247]},"properties":{"@type":"node","@id":435099303,"@timestamp":1493319769},"coords":"51.3203247,-0.89707","bedrooms":"1","price":"174000","area":"592"} , +{"type":"Feature","id":"n435128990","geometry":{"type":"Point","coordinates":[-0.1563961,51.1292125]},"properties":{"@type":"node","@id":435128990,"@timestamp":1599911971},"coords":"51.1292125,-0.1563961","bedrooms":"0","price":"242000","area":"360"} , +{"type":"Feature","id":"n435194205","geometry":{"type":"Point","coordinates":[0.1552034,51.9697756]},"properties":{"@type":"node","@id":435194205,"@timestamp":1376479506},"coords":"51.9697756,0.1552034","bedrooms":"4","price":"228000","area":"368"} , +{"type":"Feature","id":"n435194295","geometry":{"type":"Point","coordinates":[0.1450526,51.9613879]},"properties":{"@type":"node","@id":435194295,"@timestamp":1480784329},"coords":"51.9613879,0.1450526","bedrooms":"0","price":"229000","area":"655"} , +{"type":"Feature","id":"n435194358","geometry":{"type":"Point","coordinates":[0.1945965,51.90408]},"properties":{"@type":"node","@id":435194358,"@timestamp":1246883356},"coords":"51.90408,0.1945965","bedrooms":"4","price":"294000","area":"546"} , +{"type":"Feature","id":"n435203838","geometry":{"type":"Point","coordinates":[-0.9771753,51.4520843]},"properties":{"@type":"node","@id":435203838,"@timestamp":1625076504},"coords":"51.4520843,-0.9771753","bedrooms":"1","price":"199000","area":"536"} , +{"type":"Feature","id":"n435514276","geometry":{"type":"Point","coordinates":[-0.9813504,51.4257353]},"properties":{"@type":"node","@id":435514276,"@timestamp":1612621900},"coords":"51.4257353,-0.9813504","bedrooms":"0","price":"153000","area":"662"} , +{"type":"Feature","id":"n436172381","geometry":{"type":"Point","coordinates":[-0.0843778,51.5490731]},"properties":{"@type":"node","@id":436172381,"@timestamp":1525308198},"coords":"51.5490731,-0.0843778","bedrooms":"3","price":"265000","area":"530"} , +{"type":"Feature","id":"n436172427","geometry":{"type":"Point","coordinates":[-0.1436283,51.5468064]},"properties":{"@type":"node","@id":436172427,"@timestamp":1630400263},"coords":"51.5468064,-0.1436283","bedrooms":"0","price":"168000","area":"571"} , +{"type":"Feature","id":"n436174857","geometry":{"type":"Point","coordinates":[-0.0577205,51.5527877]},"properties":{"@type":"node","@id":436174857,"@timestamp":1628275672},"coords":"51.5527877,-0.0577205","bedrooms":"1","price":"166000","area":"548"} , +{"type":"Feature","id":"n437302059","geometry":{"type":"Point","coordinates":[-0.1925685,51.1346919]},"properties":{"@type":"node","@id":437302059,"@timestamp":1624897026},"coords":"51.1346919,-0.1925685","bedrooms":"0","price":"268000","area":"351"} , +{"type":"Feature","id":"n437930459","geometry":{"type":"Point","coordinates":[-1.0864917,51.554234]},"properties":{"@type":"node","@id":437930459,"@timestamp":1465758694},"coords":"51.554234,-1.0864917","bedrooms":"3","price":"154000","area":"513"} , +{"type":"Feature","id":"n438170616","geometry":{"type":"Point","coordinates":[-0.1251845,51.5144115]},"properties":{"@type":"node","@id":438170616,"@timestamp":1634078027},"coords":"51.5144115,-0.1251845","bedrooms":"4","price":"280000","area":"351"} , +{"type":"Feature","id":"n438322563","geometry":{"type":"Point","coordinates":[0.1904508,51.4540547]},"properties":{"@type":"node","@id":438322563,"@timestamp":1601821073},"coords":"51.4540547,0.1904508","bedrooms":"1","price":"282000","area":"359"} , +{"type":"Feature","id":"n438684474","geometry":{"type":"Point","coordinates":[-0.9948493,51.4428869]},"properties":{"@type":"node","@id":438684474,"@timestamp":1247180688},"coords":"51.4428869,-0.9948493","bedrooms":"3","price":"195000","area":"562"} , +{"type":"Feature","id":"n438684921","geometry":{"type":"Point","coordinates":[-1.0234815,51.4442888]},"properties":{"@type":"node","@id":438684921,"@timestamp":1567713715},"coords":"51.4442888,-1.0234815","bedrooms":"1","price":"291000","area":"526"} , +{"type":"Feature","id":"n438685332","geometry":{"type":"Point","coordinates":[-1.0281287,51.4402683]},"properties":{"@type":"node","@id":438685332,"@timestamp":1247180698},"coords":"51.4402683,-1.0281287","bedrooms":"0","price":"221000","area":"442"} , +{"type":"Feature","id":"n438686262","geometry":{"type":"Point","coordinates":[-1.0464149,51.4409664]},"properties":{"@type":"node","@id":438686262,"@timestamp":1247180708},"coords":"51.4409664,-1.0464149","bedrooms":"3","price":"250000","area":"535"} , +{"type":"Feature","id":"n439404987","geometry":{"type":"Point","coordinates":[-0.6119332,51.2397753]},"properties":{"@type":"node","@id":439404987,"@timestamp":1497270503},"coords":"51.2397753,-0.6119332","bedrooms":"4","price":"169000","area":"642"} , +{"type":"Feature","id":"n439658681","geometry":{"type":"Point","coordinates":[0.1625392,51.4405443]},"properties":{"@type":"node","@id":439658681,"@timestamp":1289307713},"coords":"51.4405443,0.1625392","bedrooms":"2","price":"288000","area":"583"} , +{"type":"Feature","id":"n439716232","geometry":{"type":"Point","coordinates":[-0.0602428,51.5189061]},"properties":{"@type":"node","@id":439716232,"@timestamp":1563559918},"coords":"51.5189061,-0.0602428","bedrooms":"2","price":"285000","area":"498"} , +{"type":"Feature","id":"n439935207","geometry":{"type":"Point","coordinates":[-0.2230634,51.4873758]},"properties":{"@type":"node","@id":439935207,"@timestamp":1521769155},"coords":"51.4873758,-0.2230634","bedrooms":"2","price":"150000","area":"465"} , +{"type":"Feature","id":"n439935224","geometry":{"type":"Point","coordinates":[-0.2236144,51.4832209]},"properties":{"@type":"node","@id":439935224,"@timestamp":1616887581},"coords":"51.4832209,-0.2236144","bedrooms":"0","price":"221000","area":"581"} , +{"type":"Feature","id":"n440119612","geometry":{"type":"Point","coordinates":[-0.304904,51.4381377]},"properties":{"@type":"node","@id":440119612,"@timestamp":1632866491},"coords":"51.4381377,-0.304904","bedrooms":"4","price":"151000","area":"391"} , +{"type":"Feature","id":"n440119666","geometry":{"type":"Point","coordinates":[-0.3041486,51.4404544]},"properties":{"@type":"node","@id":440119666,"@timestamp":1522147100},"coords":"51.4404544,-0.3041486","bedrooms":"3","price":"299000","area":"609"} , +{"type":"Feature","id":"n440149689","geometry":{"type":"Point","coordinates":[-0.5825186,51.2316238]},"properties":{"@type":"node","@id":440149689,"@timestamp":1247324447},"coords":"51.2316238,-0.5825186","bedrooms":"3","price":"233000","area":"503"} , +{"type":"Feature","id":"n440269626","geometry":{"type":"Point","coordinates":[0.1905989,51.4625397]},"properties":{"@type":"node","@id":440269626,"@timestamp":1247336762},"coords":"51.4625397,0.1905989","bedrooms":"1","price":"206000","area":"659"} , +{"type":"Feature","id":"n440273863","geometry":{"type":"Point","coordinates":[-0.3164268,51.4319115]},"properties":{"@type":"node","@id":440273863,"@timestamp":1632776150},"coords":"51.4319115,-0.3164268","bedrooms":"0","price":"235000","area":"449"} , +{"type":"Feature","id":"n440394713","geometry":{"type":"Point","coordinates":[-0.0086242,51.5117468]},"properties":{"@type":"node","@id":440394713,"@timestamp":1622598393},"coords":"51.5117468,-0.0086242","bedrooms":"0","price":"206000","area":"628"} , +{"type":"Feature","id":"n440427177","geometry":{"type":"Point","coordinates":[0.6659523,51.8167357]},"properties":{"@type":"node","@id":440427177,"@timestamp":1531043678},"coords":"51.8167357,0.6659523","bedrooms":"2","price":"238000","area":"521"} , +{"type":"Feature","id":"n440616864","geometry":{"type":"Point","coordinates":[-1.0451164,51.4764539]},"properties":{"@type":"node","@id":440616864,"@timestamp":1361953345},"coords":"51.4764539,-1.0451164","bedrooms":"4","price":"160000","area":"517"} , +{"type":"Feature","id":"n440617050","geometry":{"type":"Point","coordinates":[-1.0625455,51.4859129]},"properties":{"@type":"node","@id":440617050,"@timestamp":1247387514},"coords":"51.4859129,-1.0625455","bedrooms":"2","price":"165000","area":"409"} , +{"type":"Feature","id":"n440617285","geometry":{"type":"Point","coordinates":[-1.0478173,51.4788432]},"properties":{"@type":"node","@id":440617285,"@timestamp":1532336477},"coords":"51.4788432,-1.0478173","bedrooms":"3","price":"165000","area":"430"} , +{"type":"Feature","id":"n440651203","geometry":{"type":"Point","coordinates":[-1.0496795,51.4758475]},"properties":{"@type":"node","@id":440651203,"@timestamp":1363603430},"coords":"51.4758475,-1.0496795","bedrooms":"0","price":"154000","area":"697"} , +{"type":"Feature","id":"n440651592","geometry":{"type":"Point","coordinates":[-1.0523494,51.4648058]},"properties":{"@type":"node","@id":440651592,"@timestamp":1247395694},"coords":"51.4648058,-1.0523494","bedrooms":"1","price":"152000","area":"396"} , +{"type":"Feature","id":"n440675643","geometry":{"type":"Point","coordinates":[0.1458575,51.8140905]},"properties":{"@type":"node","@id":440675643,"@timestamp":1285330680},"coords":"51.8140905,0.1458575","bedrooms":"1","price":"154000","area":"563"} , +{"type":"Feature","id":"n440777600","geometry":{"type":"Point","coordinates":[-1.0117255,51.6434648]},"properties":{"@type":"node","@id":440777600,"@timestamp":1540227775},"coords":"51.6434648,-1.0117255","bedrooms":"4","price":"270000","area":"650"} , +{"type":"Feature","id":"n440804315","geometry":{"type":"Point","coordinates":[-0.008445,51.5131408]},"properties":{"@type":"node","@id":440804315,"@timestamp":1622598393},"coords":"51.5131408,-0.008445","bedrooms":"1","price":"205000","area":"665"} , +{"type":"Feature","id":"n440827597","geometry":{"type":"Point","coordinates":[-0.0106542,51.5110975]},"properties":{"@type":"node","@id":440827597,"@timestamp":1359932744},"coords":"51.5110975,-0.0106542","bedrooms":"2","price":"230000","area":"674"} , +{"type":"Feature","id":"n440862871","geometry":{"type":"Point","coordinates":[-0.5770071,51.2353219]},"properties":{"@type":"node","@id":440862871,"@timestamp":1582551470},"coords":"51.2353219,-0.5770071","bedrooms":"2","price":"183000","area":"664"} , +{"type":"Feature","id":"n440899711","geometry":{"type":"Point","coordinates":[-1.0477851,51.4606034]},"properties":{"@type":"node","@id":440899711,"@timestamp":1247429651},"coords":"51.4606034,-1.0477851","bedrooms":"4","price":"268000","area":"589"} , +{"type":"Feature","id":"n440900133","geometry":{"type":"Point","coordinates":[-1.0524935,51.4527121]},"properties":{"@type":"node","@id":440900133,"@timestamp":1247429671},"coords":"51.4527121,-1.0524935","bedrooms":"1","price":"209000","area":"547"} , +{"type":"Feature","id":"n440906938","geometry":{"type":"Point","coordinates":[-0.2661623,51.2132495]},"properties":{"@type":"node","@id":440906938,"@timestamp":1608129651},"coords":"51.2132495,-0.2661623","bedrooms":"2","price":"176000","area":"624"} , +{"type":"Feature","id":"n440911499","geometry":{"type":"Point","coordinates":[-0.2478603,51.2259233]},"properties":{"@type":"node","@id":440911499,"@timestamp":1305065287},"coords":"51.2259233,-0.2478603","bedrooms":"4","price":"152000","area":"499"} , +{"type":"Feature","id":"n440944165","geometry":{"type":"Point","coordinates":[0.6698094,51.8162413]},"properties":{"@type":"node","@id":440944165,"@timestamp":1544173015},"coords":"51.8162413,0.6698094","bedrooms":"1","price":"206000","area":"526"} , +{"type":"Feature","id":"n441019549","geometry":{"type":"Point","coordinates":[0.5003426,51.4009603]},"properties":{"@type":"node","@id":441019549,"@timestamp":1247451160},"coords":"51.4009603,0.5003426","bedrooms":"3","price":"248000","area":"562"} , +{"type":"Feature","id":"n441024987","geometry":{"type":"Point","coordinates":[0.5094705,51.4140182]},"properties":{"@type":"node","@id":441024987,"@timestamp":1472829225},"coords":"51.4140182,0.5094705","bedrooms":"3","price":"153000","area":"595"} , +{"type":"Feature","id":"n441058027","geometry":{"type":"Point","coordinates":[-0.3068431,51.4311009]},"properties":{"@type":"node","@id":441058027,"@timestamp":1543774607},"coords":"51.4311009,-0.3068431","bedrooms":"4","price":"203000","area":"461"} , +{"type":"Feature","id":"n441127635","geometry":{"type":"Point","coordinates":[-0.0875854,51.5651374]},"properties":{"@type":"node","@id":441127635,"@timestamp":1628933011},"coords":"51.5651374,-0.0875854","bedrooms":"3","price":"279000","area":"515"} , +{"type":"Feature","id":"n441195362","geometry":{"type":"Point","coordinates":[-0.1698456,51.4607449]},"properties":{"@type":"node","@id":441195362,"@timestamp":1348844106},"coords":"51.4607449,-0.1698456","bedrooms":"3","price":"243000","area":"391"} , +{"type":"Feature","id":"n441205752","geometry":{"type":"Point","coordinates":[-0.1659534,51.4585924]},"properties":{"@type":"node","@id":441205752,"@timestamp":1575961233},"coords":"51.4585924,-0.1659534","bedrooms":"3","price":"212000","area":"618"} , +{"type":"Feature","id":"n441291069","geometry":{"type":"Point","coordinates":[-0.9697879,51.4290096]},"properties":{"@type":"node","@id":441291069,"@timestamp":1489259183},"coords":"51.4290096,-0.9697879","bedrooms":"3","price":"154000","area":"602"} , +{"type":"Feature","id":"n441303926","geometry":{"type":"Point","coordinates":[0.0878954,51.4871728]},"properties":{"@type":"node","@id":441303926,"@timestamp":1256074871},"coords":"51.4871728,0.0878954","bedrooms":"1","price":"150000","area":"560"} , +{"type":"Feature","id":"n441419146","geometry":{"type":"Point","coordinates":[-0.6032742,51.3454942]},"properties":{"@type":"node","@id":441419146,"@timestamp":1247681187},"coords":"51.3454942,-0.6032742","bedrooms":"1","price":"299000","area":"544"} , +{"type":"Feature","id":"n441869135","geometry":{"type":"Point","coordinates":[0.5004418,51.3965697]},"properties":{"@type":"node","@id":441869135,"@timestamp":1247598284},"coords":"51.3965697,0.5004418","bedrooms":"3","price":"219000","area":"370"} , +{"type":"Feature","id":"n441950766","geometry":{"type":"Point","coordinates":[-0.0983976,51.5128438]},"properties":{"@type":"node","@id":441950766,"@timestamp":1495836833},"coords":"51.5128438,-0.0983976","bedrooms":"0","price":"253000","area":"695"} , +{"type":"Feature","id":"n441980819","geometry":{"type":"Point","coordinates":[-0.1055994,51.5213995]},"properties":{"@type":"node","@id":441980819,"@timestamp":1333962387},"coords":"51.5213995,-0.1055994","bedrooms":"3","price":"265000","area":"392"} , +{"type":"Feature","id":"n441984439","geometry":{"type":"Point","coordinates":[-0.2771989,51.5981141]},"properties":{"@type":"node","@id":441984439,"@timestamp":1621810605},"coords":"51.5981141,-0.2771989","bedrooms":"0","price":"155000","area":"461"} , +{"type":"Feature","id":"n442034213","geometry":{"type":"Point","coordinates":[0.0401921,51.4413961]},"properties":{"@type":"node","@id":442034213,"@timestamp":1526260713},"coords":"51.4413961,0.0401921","bedrooms":"1","price":"205000","area":"378"} , +{"type":"Feature","id":"n442072241","geometry":{"type":"Point","coordinates":[0.0600132,51.4006799]},"properties":{"@type":"node","@id":442072241,"@timestamp":1588588927},"coords":"51.4006799,0.0600132","bedrooms":"2","price":"258000","area":"538"} , +{"type":"Feature","id":"n442091551","geometry":{"type":"Point","coordinates":[-0.1071578,51.4854263]},"properties":{"@type":"node","@id":442091551,"@timestamp":1247660876},"coords":"51.4854263,-0.1071578","bedrooms":"4","price":"152000","area":"408"} , +{"type":"Feature","id":"n442130396","geometry":{"type":"Point","coordinates":[-0.0530848,51.5494445]},"properties":{"@type":"node","@id":442130396,"@timestamp":1247670533},"coords":"51.5494445,-0.0530848","bedrooms":"0","price":"244000","area":"400"} , +{"type":"Feature","id":"n442138985","geometry":{"type":"Point","coordinates":[-0.7072873,51.4121389]},"properties":{"@type":"node","@id":442138985,"@timestamp":1457558923},"coords":"51.4121389,-0.7072873","bedrooms":"4","price":"224000","area":"399"} , +{"type":"Feature","id":"n442174632","geometry":{"type":"Point","coordinates":[0.7216502,51.7284434]},"properties":{"@type":"node","@id":442174632,"@timestamp":1291924929},"coords":"51.7284434,0.7216502","bedrooms":"1","price":"266000","area":"452"} , +{"type":"Feature","id":"n442330102","geometry":{"type":"Point","coordinates":[-0.0920918,51.4942749]},"properties":{"@type":"node","@id":442330102,"@timestamp":1298032232},"coords":"51.4942749,-0.0920918","bedrooms":"0","price":"217000","area":"538"} , +{"type":"Feature","id":"n442493972","geometry":{"type":"Point","coordinates":[-1.0873347,51.5657064]},"properties":{"@type":"node","@id":442493972,"@timestamp":1590153229},"coords":"51.5657064,-1.0873347","bedrooms":"3","price":"260000","area":"429"} , +{"type":"Feature","id":"n442524117","geometry":{"type":"Point","coordinates":[-0.0781959,51.7992006]},"properties":{"@type":"node","@id":442524117,"@timestamp":1380838010},"coords":"51.7992006,-0.0781959","bedrooms":"3","price":"181000","area":"693"} , +{"type":"Feature","id":"n442532073","geometry":{"type":"Point","coordinates":[-0.1072831,51.4859443]},"properties":{"@type":"node","@id":442532073,"@timestamp":1247741120},"coords":"51.4859443,-0.1072831","bedrooms":"4","price":"286000","area":"466"} , +{"type":"Feature","id":"n442587723","geometry":{"type":"Point","coordinates":[-0.0781471,51.7475022]},"properties":{"@type":"node","@id":442587723,"@timestamp":1440031651},"coords":"51.7475022,-0.0781471","bedrooms":"1","price":"230000","area":"578"} , +{"type":"Feature","id":"n442607386","geometry":{"type":"Point","coordinates":[0.046666,51.5089195]},"properties":{"@type":"node","@id":442607386,"@timestamp":1630739700},"coords":"51.5089195,0.046666","bedrooms":"1","price":"185000","area":"591"} , +{"type":"Feature","id":"n442634986","geometry":{"type":"Point","coordinates":[-0.2076882,51.9107538]},"properties":{"@type":"node","@id":442634986,"@timestamp":1247765057},"coords":"51.9107538,-0.2076882","bedrooms":"3","price":"198000","area":"487"} , +{"type":"Feature","id":"n442644344","geometry":{"type":"Point","coordinates":[-0.0882831,51.4929277]},"properties":{"@type":"node","@id":442644344,"@timestamp":1247767143},"coords":"51.4929277,-0.0882831","bedrooms":"2","price":"252000","area":"470"} , +{"type":"Feature","id":"n442690299","geometry":{"type":"Point","coordinates":[0.1961237,51.4561616]},"properties":{"@type":"node","@id":442690299,"@timestamp":1551496137},"coords":"51.4561616,0.1961237","bedrooms":"1","price":"195000","area":"628"} , +{"type":"Feature","id":"n442694289","geometry":{"type":"Point","coordinates":[-0.0947567,51.5382655]},"properties":{"@type":"node","@id":442694289,"@timestamp":1611968754},"coords":"51.5382655,-0.0947567","bedrooms":"3","price":"253000","area":"552"} , +{"type":"Feature","id":"n442704659","geometry":{"type":"Point","coordinates":[-0.8661069,51.41459]},"properties":{"@type":"node","@id":442704659,"@timestamp":1256194369},"coords":"51.41459,-0.8661069","bedrooms":"2","price":"245000","area":"392"} , +{"type":"Feature","id":"n442716459","geometry":{"type":"Point","coordinates":[-0.1047078,51.4861829]},"properties":{"@type":"node","@id":442716459,"@timestamp":1247782268},"coords":"51.4861829,-0.1047078","bedrooms":"0","price":"212000","area":"536"} , +{"type":"Feature","id":"n442864113","geometry":{"type":"Point","coordinates":[-0.1632831,51.4893878]},"properties":{"@type":"node","@id":442864113,"@timestamp":1611809421},"coords":"51.4893878,-0.1632831","bedrooms":"0","price":"278000","area":"372"} , +{"type":"Feature","id":"n442900637","geometry":{"type":"Point","coordinates":[-0.5890962,51.2373245]},"properties":{"@type":"node","@id":442900637,"@timestamp":1586438664},"coords":"51.2373245,-0.5890962","bedrooms":"0","price":"151000","area":"603"} , +{"type":"Feature","id":"n443009276","geometry":{"type":"Point","coordinates":[-0.3973464,51.2482785]},"properties":{"@type":"node","@id":443009276,"@timestamp":1465336346},"coords":"51.2482785,-0.3973464","bedrooms":"1","price":"278000","area":"390"} , +{"type":"Feature","id":"n443067928","geometry":{"type":"Point","coordinates":[0.1808894,51.8032362]},"properties":{"@type":"node","@id":443067928,"@timestamp":1544950958},"coords":"51.8032362,0.1808894","bedrooms":"4","price":"210000","area":"510"} , +{"type":"Feature","id":"n443192401","geometry":{"type":"Point","coordinates":[-0.0414797,51.5328226]},"properties":{"@type":"node","@id":443192401,"@timestamp":1529364893},"coords":"51.5328226,-0.0414797","bedrooms":"4","price":"280000","area":"533"} , +{"type":"Feature","id":"n443275563","geometry":{"type":"Point","coordinates":[-0.173512,51.163155]},"properties":{"@type":"node","@id":443275563,"@timestamp":1571000449},"coords":"51.163155,-0.173512","bedrooms":"2","price":"175000","area":"671"} , +{"type":"Feature","id":"n443289142","geometry":{"type":"Point","coordinates":[-0.1608477,51.4902365]},"properties":{"@type":"node","@id":443289142,"@timestamp":1611660833},"coords":"51.4902365,-0.1608477","bedrooms":"3","price":"189000","area":"539"} , +{"type":"Feature","id":"n443289178","geometry":{"type":"Point","coordinates":[-0.1607131,51.4902426]},"properties":{"@type":"node","@id":443289178,"@timestamp":1611660833},"coords":"51.4902426,-0.1607131","bedrooms":"4","price":"197000","area":"556"} , +{"type":"Feature","id":"n443357220","geometry":{"type":"Point","coordinates":[-0.7518075,51.2481109]},"properties":{"@type":"node","@id":443357220,"@timestamp":1416557347},"coords":"51.2481109,-0.7518075","bedrooms":"2","price":"227000","area":"693"} , +{"type":"Feature","id":"n443357572","geometry":{"type":"Point","coordinates":[-0.7615729,51.2407067]},"properties":{"@type":"node","@id":443357572,"@timestamp":1247931143},"coords":"51.2407067,-0.7615729","bedrooms":"4","price":"252000","area":"397"} , +{"type":"Feature","id":"n443360727","geometry":{"type":"Point","coordinates":[-0.7519764,51.2467539]},"properties":{"@type":"node","@id":443360727,"@timestamp":1531241126},"coords":"51.2467539,-0.7519764","bedrooms":"1","price":"249000","area":"398"} , +{"type":"Feature","id":"n443361641","geometry":{"type":"Point","coordinates":[-0.7496735,51.2485906]},"properties":{"@type":"node","@id":443361641,"@timestamp":1247928977},"coords":"51.2485906,-0.7496735","bedrooms":"3","price":"157000","area":"536"} , +{"type":"Feature","id":"n443370160","geometry":{"type":"Point","coordinates":[-0.1832115,51.4800149]},"properties":{"@type":"node","@id":443370160,"@timestamp":1613894174},"coords":"51.4800149,-0.1832115","bedrooms":"2","price":"167000","area":"424"} , +{"type":"Feature","id":"n443370255","geometry":{"type":"Point","coordinates":[-0.1834731,51.4792563]},"properties":{"@type":"node","@id":443370255,"@timestamp":1613907424},"coords":"51.4792563,-0.1834731","bedrooms":"0","price":"269000","area":"382"} , +{"type":"Feature","id":"n443373003","geometry":{"type":"Point","coordinates":[-0.7499403,51.2455066]},"properties":{"@type":"node","@id":443373003,"@timestamp":1531240646},"coords":"51.2455066,-0.7499403","bedrooms":"0","price":"290000","area":"442"} , +{"type":"Feature","id":"n443373092","geometry":{"type":"Point","coordinates":[-0.7634131,51.243254]},"properties":{"@type":"node","@id":443373092,"@timestamp":1496780581},"coords":"51.243254,-0.7634131","bedrooms":"2","price":"269000","area":"559"} , +{"type":"Feature","id":"n443373135","geometry":{"type":"Point","coordinates":[-0.7648689,51.2360392]},"properties":{"@type":"node","@id":443373135,"@timestamp":1247931138},"coords":"51.2360392,-0.7648689","bedrooms":"3","price":"231000","area":"684"} , +{"type":"Feature","id":"n443393642","geometry":{"type":"Point","coordinates":[-0.8619142,51.4173681]},"properties":{"@type":"node","@id":443393642,"@timestamp":1624024227},"coords":"51.4173681,-0.8619142","bedrooms":"4","price":"154000","area":"584"} , +{"type":"Feature","id":"n443403506","geometry":{"type":"Point","coordinates":[-0.3997283,51.5651393]},"properties":{"@type":"node","@id":443403506,"@timestamp":1595432299},"coords":"51.5651393,-0.3997283","bedrooms":"3","price":"266000","area":"604"} , +{"type":"Feature","id":"n443404555","geometry":{"type":"Point","coordinates":[-0.1591235,51.4911785]},"properties":{"@type":"node","@id":443404555,"@timestamp":1632576011},"coords":"51.4911785,-0.1591235","bedrooms":"1","price":"233000","area":"394"} , +{"type":"Feature","id":"n443418038","geometry":{"type":"Point","coordinates":[-0.0403337,51.5319427]},"properties":{"@type":"node","@id":443418038,"@timestamp":1619441562},"coords":"51.5319427,-0.0403337","bedrooms":"1","price":"290000","area":"661"} , +{"type":"Feature","id":"n443418097","geometry":{"type":"Point","coordinates":[-0.033679,51.5322382]},"properties":{"@type":"node","@id":443418097,"@timestamp":1574241421},"coords":"51.5322382,-0.033679","bedrooms":"2","price":"286000","area":"611"} , +{"type":"Feature","id":"n443422047","geometry":{"type":"Point","coordinates":[-0.1300056,51.4986215]},"properties":{"@type":"node","@id":443422047,"@timestamp":1308743955},"coords":"51.4986215,-0.1300056","bedrooms":"4","price":"285000","area":"531"} , +{"type":"Feature","id":"n443436162","geometry":{"type":"Point","coordinates":[-0.2500072,51.8500328]},"properties":{"@type":"node","@id":443436162,"@timestamp":1590325943},"coords":"51.8500328,-0.2500072","bedrooms":"0","price":"188000","area":"613"} , +{"type":"Feature","id":"n443443057","geometry":{"type":"Point","coordinates":[0.6853213,51.8155626]},"properties":{"@type":"node","@id":443443057,"@timestamp":1456134776},"coords":"51.8155626,0.6853213","bedrooms":"2","price":"184000","area":"416"} , +{"type":"Feature","id":"n443456023","geometry":{"type":"Point","coordinates":[-0.0567522,51.6536526]},"properties":{"@type":"node","@id":443456023,"@timestamp":1519786059},"coords":"51.6536526,-0.0567522","bedrooms":"3","price":"226000","area":"360"} , +{"type":"Feature","id":"n443456527","geometry":{"type":"Point","coordinates":[-0.0900331,51.6638017]},"properties":{"@type":"node","@id":443456527,"@timestamp":1612777355},"coords":"51.6638017,-0.0900331","bedrooms":"4","price":"179000","area":"607"} , +{"type":"Feature","id":"n443457860","geometry":{"type":"Point","coordinates":[-0.0874396,51.6628003]},"properties":{"@type":"node","@id":443457860,"@timestamp":1615367202},"coords":"51.6628003,-0.0874396","bedrooms":"3","price":"192000","area":"351"} , +{"type":"Feature","id":"n443457993","geometry":{"type":"Point","coordinates":[-0.0894236,51.6632593]},"properties":{"@type":"node","@id":443457993,"@timestamp":1615367202},"coords":"51.6632593,-0.0894236","bedrooms":"3","price":"185000","area":"510"} , +{"type":"Feature","id":"n443461705","geometry":{"type":"Point","coordinates":[-0.8686021,51.4169163]},"properties":{"@type":"node","@id":443461705,"@timestamp":1247952083},"coords":"51.4169163,-0.8686021","bedrooms":"3","price":"228000","area":"433"} , +{"type":"Feature","id":"n443465642","geometry":{"type":"Point","coordinates":[-0.0354366,51.5318811]},"properties":{"@type":"node","@id":443465642,"@timestamp":1573758867},"coords":"51.5318811,-0.0354366","bedrooms":"4","price":"285000","area":"504"} , +{"type":"Feature","id":"n443465653","geometry":{"type":"Point","coordinates":[-0.0371321,51.5315632]},"properties":{"@type":"node","@id":443465653,"@timestamp":1573725463},"coords":"51.5315632,-0.0371321","bedrooms":"0","price":"267000","area":"412"} , +{"type":"Feature","id":"n443532429","geometry":{"type":"Point","coordinates":[-0.1401262,51.5082327]},"properties":{"@type":"node","@id":443532429,"@timestamp":1385384218},"coords":"51.5082327,-0.1401262","bedrooms":"1","price":"269000","area":"654"} , +{"type":"Feature","id":"n443655162","geometry":{"type":"Point","coordinates":[-0.1572384,51.4901857]},"properties":{"@type":"node","@id":443655162,"@timestamp":1627027340},"coords":"51.4901857,-0.1572384","bedrooms":"4","price":"200000","area":"476"} , +{"type":"Feature","id":"n443666557","geometry":{"type":"Point","coordinates":[-0.1820084,51.4784335]},"properties":{"@type":"node","@id":443666557,"@timestamp":1615062432},"coords":"51.4784335,-0.1820084","bedrooms":"3","price":"288000","area":"399"} , +{"type":"Feature","id":"n443666700","geometry":{"type":"Point","coordinates":[-0.1792126,51.4800682]},"properties":{"@type":"node","@id":443666700,"@timestamp":1615062432},"coords":"51.4800682,-0.1792126","bedrooms":"1","price":"265000","area":"400"} , +{"type":"Feature","id":"n443666756","geometry":{"type":"Point","coordinates":[-0.1827756,51.480349]},"properties":{"@type":"node","@id":443666756,"@timestamp":1613886650},"coords":"51.480349,-0.1827756","bedrooms":"4","price":"159000","area":"537"} , +{"type":"Feature","id":"n443673425","geometry":{"type":"Point","coordinates":[0.3119963,51.7972788]},"properties":{"@type":"node","@id":443673425,"@timestamp":1303053587},"coords":"51.7972788,0.3119963","bedrooms":"0","price":"248000","area":"467"} , +{"type":"Feature","id":"n443866608","geometry":{"type":"Point","coordinates":[-0.0265681,51.4814629]},"properties":{"@type":"node","@id":443866608,"@timestamp":1427494911},"coords":"51.4814629,-0.0265681","bedrooms":"0","price":"208000","area":"483"} , +{"type":"Feature","id":"n444252661","geometry":{"type":"Point","coordinates":[-0.2068764,51.9015492]},"properties":{"@type":"node","@id":444252661,"@timestamp":1618655399},"coords":"51.9015492,-0.2068764","bedrooms":"4","price":"217000","area":"495"} , +{"type":"Feature","id":"n444285242","geometry":{"type":"Point","coordinates":[-0.1619845,51.4903042]},"properties":{"@type":"node","@id":444285242,"@timestamp":1632936184},"coords":"51.4903042,-0.1619845","bedrooms":"4","price":"188000","area":"637"} , +{"type":"Feature","id":"n444510697","geometry":{"type":"Point","coordinates":[-0.7587425,51.2395852]},"properties":{"@type":"node","@id":444510697,"@timestamp":1248110158},"coords":"51.2395852,-0.7587425","bedrooms":"0","price":"292000","area":"655"} , +{"type":"Feature","id":"n444517765","geometry":{"type":"Point","coordinates":[-0.7607864,51.2467954]},"properties":{"@type":"node","@id":444517765,"@timestamp":1612695762},"coords":"51.2467954,-0.7607864","bedrooms":"2","price":"247000","area":"668"} , +{"type":"Feature","id":"n444517780","geometry":{"type":"Point","coordinates":[-0.7637627,51.2484815]},"properties":{"@type":"node","@id":444517780,"@timestamp":1620293193},"coords":"51.2484815,-0.7637627","bedrooms":"1","price":"265000","area":"653"} , +{"type":"Feature","id":"n444543658","geometry":{"type":"Point","coordinates":[-0.0263109,51.4748826]},"properties":{"@type":"node","@id":444543658,"@timestamp":1616983672},"coords":"51.4748826,-0.0263109","bedrooms":"1","price":"231000","area":"403"} , +{"type":"Feature","id":"n444635319","geometry":{"type":"Point","coordinates":[-0.1411202,51.4968567]},"properties":{"@type":"node","@id":444635319,"@timestamp":1621335494},"coords":"51.4968567,-0.1411202","bedrooms":"1","price":"156000","area":"627"} , +{"type":"Feature","id":"n444687229","geometry":{"type":"Point","coordinates":[-0.1636567,51.4894456]},"properties":{"@type":"node","@id":444687229,"@timestamp":1611811522},"coords":"51.4894456,-0.1636567","bedrooms":"3","price":"283000","area":"504"} , +{"type":"Feature","id":"n444825254","geometry":{"type":"Point","coordinates":[-0.0181253,51.593644]},"properties":{"@type":"node","@id":444825254,"@timestamp":1564913932},"coords":"51.593644,-0.0181253","bedrooms":"1","price":"297000","area":"585"} , +{"type":"Feature","id":"n444893183","geometry":{"type":"Point","coordinates":[-0.4101467,51.4928595]},"properties":{"@type":"node","@id":444893183,"@timestamp":1386614423},"coords":"51.4928595,-0.4101467","bedrooms":"0","price":"203000","area":"395"} , +{"type":"Feature","id":"n444930137","geometry":{"type":"Point","coordinates":[-0.4033852,51.4775045]},"properties":{"@type":"node","@id":444930137,"@timestamp":1564913932},"coords":"51.4775045,-0.4033852","bedrooms":"2","price":"263000","area":"691"} , +{"type":"Feature","id":"n444934593","geometry":{"type":"Point","coordinates":[-0.3949988,51.4754138]},"properties":{"@type":"node","@id":444934593,"@timestamp":1564913932},"coords":"51.4754138,-0.3949988","bedrooms":"0","price":"253000","area":"546"} , +{"type":"Feature","id":"n445075322","geometry":{"type":"Point","coordinates":[-0.332292,51.7507997]},"properties":{"@type":"node","@id":445075322,"@timestamp":1558715889},"coords":"51.7507997,-0.332292","bedrooms":"4","price":"259000","area":"377"} , +{"type":"Feature","id":"n445150787","geometry":{"type":"Point","coordinates":[0.2810499,51.4130046]},"properties":{"@type":"node","@id":445150787,"@timestamp":1296468370},"coords":"51.4130046,0.2810499","bedrooms":"3","price":"283000","area":"669"} , +{"type":"Feature","id":"n445402143","geometry":{"type":"Point","coordinates":[-0.4233756,51.4780458]},"properties":{"@type":"node","@id":445402143,"@timestamp":1603966125},"coords":"51.4780458,-0.4233756","bedrooms":"2","price":"157000","area":"364"} , +{"type":"Feature","id":"n445492513","geometry":{"type":"Point","coordinates":[-0.0672918,51.568023]},"properties":{"@type":"node","@id":445492513,"@timestamp":1248275024},"coords":"51.568023,-0.0672918","bedrooms":"1","price":"297000","area":"633"} , +{"type":"Feature","id":"n445551463","geometry":{"type":"Point","coordinates":[-1.0326315,51.4857308]},"properties":{"@type":"node","@id":445551463,"@timestamp":1460390792},"coords":"51.4857308,-1.0326315","bedrooms":"4","price":"277000","area":"526"} , +{"type":"Feature","id":"n445636489","geometry":{"type":"Point","coordinates":[-0.4984732,51.5619965]},"properties":{"@type":"node","@id":445636489,"@timestamp":1322431802},"coords":"51.5619965,-0.4984732","bedrooms":"0","price":"185000","area":"554"} , +{"type":"Feature","id":"n445848412","geometry":{"type":"Point","coordinates":[-0.6578864,51.5343724]},"properties":{"@type":"node","@id":445848412,"@timestamp":1583189790},"coords":"51.5343724,-0.6578864","bedrooms":"0","price":"288000","area":"608"} , +{"type":"Feature","id":"n445876031","geometry":{"type":"Point","coordinates":[-0.8825753,51.4733846]},"properties":{"@type":"node","@id":445876031,"@timestamp":1248301771},"coords":"51.4733846,-0.8825753","bedrooms":"1","price":"298000","area":"402"} , +{"type":"Feature","id":"n446003040","geometry":{"type":"Point","coordinates":[-0.8863202,51.4789082]},"properties":{"@type":"node","@id":446003040,"@timestamp":1289772867},"coords":"51.4789082,-0.8863202","bedrooms":"2","price":"213000","area":"587"} , +{"type":"Feature","id":"n446057916","geometry":{"type":"Point","coordinates":[-0.4655844,51.4593588]},"properties":{"@type":"node","@id":446057916,"@timestamp":1300900157},"coords":"51.4593588,-0.4655844","bedrooms":"0","price":"262000","area":"625"} , +{"type":"Feature","id":"n446102702","geometry":{"type":"Point","coordinates":[-0.9807605,51.748812]},"properties":{"@type":"node","@id":446102702,"@timestamp":1538645671},"coords":"51.748812,-0.9807605","bedrooms":"0","price":"154000","area":"551"} , +{"type":"Feature","id":"n446133090","geometry":{"type":"Point","coordinates":[-0.4670462,51.5041607]},"properties":{"@type":"node","@id":446133090,"@timestamp":1622611373},"coords":"51.5041607,-0.4670462","bedrooms":"3","price":"151000","area":"501"} , +{"type":"Feature","id":"n446192435","geometry":{"type":"Point","coordinates":[-0.4466221,51.4581765]},"properties":{"@type":"node","@id":446192435,"@timestamp":1544540754},"coords":"51.4581765,-0.4466221","bedrooms":"1","price":"215000","area":"672"} , +{"type":"Feature","id":"n446762443","geometry":{"type":"Point","coordinates":[-1.0671094,51.5512465]},"properties":{"@type":"node","@id":446762443,"@timestamp":1362512625},"coords":"51.5512465,-1.0671094","bedrooms":"2","price":"246000","area":"580"} , +{"type":"Feature","id":"n446879110","geometry":{"type":"Point","coordinates":[-0.7180656,51.8964455]},"properties":{"@type":"node","@id":446879110,"@timestamp":1248440452},"coords":"51.8964455,-0.7180656","bedrooms":"1","price":"185000","area":"653"} , +{"type":"Feature","id":"n447081077","geometry":{"type":"Point","coordinates":[-0.0108962,51.4282752]},"properties":{"@type":"node","@id":447081077,"@timestamp":1602941336},"coords":"51.4282752,-0.0108962","bedrooms":"1","price":"268000","area":"675"} , +{"type":"Feature","id":"n447115155","geometry":{"type":"Point","coordinates":[0.2422154,51.4537979]},"properties":{"@type":"node","@id":447115155,"@timestamp":1620005945},"coords":"51.4537979,0.2422154","bedrooms":"4","price":"261000","area":"474"} , +{"type":"Feature","id":"n447193265","geometry":{"type":"Point","coordinates":[-0.0049306,51.4257561]},"properties":{"@type":"node","@id":447193265,"@timestamp":1248458685},"coords":"51.4257561,-0.0049306","bedrooms":"1","price":"265000","area":"426"} , +{"type":"Feature","id":"n447360156","geometry":{"type":"Point","coordinates":[0.0069277,51.4095818]},"properties":{"@type":"node","@id":447360156,"@timestamp":1285163799},"coords":"51.4095818,0.0069277","bedrooms":"0","price":"298000","area":"406"} , +{"type":"Feature","id":"n447488047","geometry":{"type":"Point","coordinates":[0.0217378,51.4099845]},"properties":{"@type":"node","@id":447488047,"@timestamp":1619736125},"coords":"51.4099845,0.0217378","bedrooms":"1","price":"196000","area":"386"} , +{"type":"Feature","id":"n447540663","geometry":{"type":"Point","coordinates":[-0.9779318,51.40328]},"properties":{"@type":"node","@id":447540663,"@timestamp":1603787709},"coords":"51.40328,-0.9779318","bedrooms":"0","price":"263000","area":"581"} , +{"type":"Feature","id":"n447755886","geometry":{"type":"Point","coordinates":[-0.2313713,51.5016548]},"properties":{"@type":"node","@id":447755886,"@timestamp":1633027262},"coords":"51.5016548,-0.2313713","bedrooms":"3","price":"186000","area":"669"} , +{"type":"Feature","id":"n447791187","geometry":{"type":"Point","coordinates":[0.3303496,51.4453478]},"properties":{"@type":"node","@id":447791187,"@timestamp":1393161292},"coords":"51.4453478,0.3303496","bedrooms":"3","price":"276000","area":"390"} , +{"type":"Feature","id":"n447869129","geometry":{"type":"Point","coordinates":[-0.1237817,51.5199748]},"properties":{"@type":"node","@id":447869129,"@timestamp":1312876677},"coords":"51.5199748,-0.1237817","bedrooms":"3","price":"227000","area":"603"} , +{"type":"Feature","id":"n447875930","geometry":{"type":"Point","coordinates":[0.3823008,51.1727984]},"properties":{"@type":"node","@id":447875930,"@timestamp":1248545142},"coords":"51.1727984,0.3823008","bedrooms":"0","price":"212000","area":"670"} , +{"type":"Feature","id":"n447882315","geometry":{"type":"Point","coordinates":[0.3832692,51.1768115]},"properties":{"@type":"node","@id":447882315,"@timestamp":1325365723},"coords":"51.1768115,0.3832692","bedrooms":"0","price":"199000","area":"629"} , +{"type":"Feature","id":"n447887925","geometry":{"type":"Point","coordinates":[-0.1084739,51.5158361]},"properties":{"@type":"node","@id":447887925,"@timestamp":1548939604},"coords":"51.5158361,-0.1084739","bedrooms":"1","price":"166000","area":"618"} , +{"type":"Feature","id":"n447919650","geometry":{"type":"Point","coordinates":[-0.0548136,51.547983]},"properties":{"@type":"node","@id":447919650,"@timestamp":1622805898},"coords":"51.547983,-0.0548136","bedrooms":"2","price":"235000","area":"367"} , +{"type":"Feature","id":"n447977821","geometry":{"type":"Point","coordinates":[0.1566542,51.4522842]},"properties":{"@type":"node","@id":447977821,"@timestamp":1563446041},"coords":"51.4522842,0.1566542","bedrooms":"0","price":"198000","area":"485"} , +{"type":"Feature","id":"n447985703","geometry":{"type":"Point","coordinates":[-1.1132758,51.2494236]},"properties":{"@type":"node","@id":447985703,"@timestamp":1574266145},"coords":"51.2494236,-1.1132758","bedrooms":"3","price":"244000","area":"642"} , +{"type":"Feature","id":"n448004767","geometry":{"type":"Point","coordinates":[0.224247,51.4407796]},"properties":{"@type":"node","@id":448004767,"@timestamp":1614137148},"coords":"51.4407796,0.224247","bedrooms":"4","price":"239000","area":"598"} , +{"type":"Feature","id":"n448004918","geometry":{"type":"Point","coordinates":[0.248773,51.4391018]},"properties":{"@type":"node","@id":448004918,"@timestamp":1593474599},"coords":"51.4391018,0.248773","bedrooms":"1","price":"191000","area":"645"} , +{"type":"Feature","id":"n448012033","geometry":{"type":"Point","coordinates":[0.2630779,51.4434281]},"properties":{"@type":"node","@id":448012033,"@timestamp":1248560074},"coords":"51.4434281,0.2630779","bedrooms":"3","price":"185000","area":"657"} , +{"type":"Feature","id":"n448014815","geometry":{"type":"Point","coordinates":[0.2645401,51.4464461]},"properties":{"@type":"node","@id":448014815,"@timestamp":1526518396},"coords":"51.4464461,0.2645401","bedrooms":"3","price":"223000","area":"677"} , +{"type":"Feature","id":"n448020441","geometry":{"type":"Point","coordinates":[0.2765488,51.4478912]},"properties":{"@type":"node","@id":448020441,"@timestamp":1526434981},"coords":"51.4478912,0.2765488","bedrooms":"4","price":"205000","area":"620"} , +{"type":"Feature","id":"n448029271","geometry":{"type":"Point","coordinates":[0.2649663,51.4472691]},"properties":{"@type":"node","@id":448029271,"@timestamp":1248711387},"coords":"51.4472691,0.2649663","bedrooms":"4","price":"216000","area":"691"} , +{"type":"Feature","id":"n448029366","geometry":{"type":"Point","coordinates":[0.2747898,51.4525981]},"properties":{"@type":"node","@id":448029366,"@timestamp":1248564503},"coords":"51.4525981,0.2747898","bedrooms":"0","price":"299000","area":"601"} , +{"type":"Feature","id":"n448034544","geometry":{"type":"Point","coordinates":[0.2707562,51.4503999]},"properties":{"@type":"node","@id":448034544,"@timestamp":1248565850},"coords":"51.4503999,0.2707562","bedrooms":"3","price":"163000","area":"440"} , +{"type":"Feature","id":"n448034591","geometry":{"type":"Point","coordinates":[0.2546593,51.4443013]},"properties":{"@type":"node","@id":448034591,"@timestamp":1531241138},"coords":"51.4443013,0.2546593","bedrooms":"4","price":"270000","area":"489"} , +{"type":"Feature","id":"n448035785","geometry":{"type":"Point","coordinates":[0.2446116,51.4425011]},"properties":{"@type":"node","@id":448035785,"@timestamp":1548808201},"coords":"51.4425011,0.2446116","bedrooms":"2","price":"214000","area":"572"} , +{"type":"Feature","id":"n448037419","geometry":{"type":"Point","coordinates":[0.2310128,51.4390889]},"properties":{"@type":"node","@id":448037419,"@timestamp":1249067576},"coords":"51.4390889,0.2310128","bedrooms":"3","price":"188000","area":"411"} , +{"type":"Feature","id":"n448154529","geometry":{"type":"Point","coordinates":[0.3841014,51.1795601]},"properties":{"@type":"node","@id":448154529,"@timestamp":1253630777},"coords":"51.1795601,0.3841014","bedrooms":"3","price":"156000","area":"364"} , +{"type":"Feature","id":"n448303877","geometry":{"type":"Point","coordinates":[-0.1311752,51.9808328]},"properties":{"@type":"node","@id":448303877,"@timestamp":1573393710},"coords":"51.9808328,-0.1311752","bedrooms":"1","price":"246000","area":"468"} , +{"type":"Feature","id":"n448446322","geometry":{"type":"Point","coordinates":[0.2167253,51.4463096]},"properties":{"@type":"node","@id":448446322,"@timestamp":1620258005},"coords":"51.4463096,0.2167253","bedrooms":"2","price":"235000","area":"496"} , +{"type":"Feature","id":"n448446347","geometry":{"type":"Point","coordinates":[0.2169482,51.4448521]},"properties":{"@type":"node","@id":448446347,"@timestamp":1618868531},"coords":"51.4448521,0.2169482","bedrooms":"2","price":"236000","area":"474"} , +{"type":"Feature","id":"n448446376","geometry":{"type":"Point","coordinates":[0.2191003,51.444165]},"properties":{"@type":"node","@id":448446376,"@timestamp":1620260002},"coords":"51.444165,0.2191003","bedrooms":"0","price":"246000","area":"458"} , +{"type":"Feature","id":"n448457495","geometry":{"type":"Point","coordinates":[0.2135727,51.4448353]},"properties":{"@type":"node","@id":448457495,"@timestamp":1620257399},"coords":"51.4448353,0.2135727","bedrooms":"3","price":"232000","area":"358"} , +{"type":"Feature","id":"n448509410","geometry":{"type":"Point","coordinates":[-0.1508774,51.4983229]},"properties":{"@type":"node","@id":448509410,"@timestamp":1532181340},"coords":"51.4983229,-0.1508774","bedrooms":"1","price":"283000","area":"637"} , +{"type":"Feature","id":"n448525771","geometry":{"type":"Point","coordinates":[0.2139625,51.4450821]},"properties":{"@type":"node","@id":448525771,"@timestamp":1248634903},"coords":"51.4450821,0.2139625","bedrooms":"4","price":"283000","area":"597"} , +{"type":"Feature","id":"n448525825","geometry":{"type":"Point","coordinates":[0.2165015,51.445004]},"properties":{"@type":"node","@id":448525825,"@timestamp":1248634905},"coords":"51.445004,0.2165015","bedrooms":"1","price":"282000","area":"601"} , +{"type":"Feature","id":"n448525884","geometry":{"type":"Point","coordinates":[0.214187,51.4458925]},"properties":{"@type":"node","@id":448525884,"@timestamp":1248634906},"coords":"51.4458925,0.214187","bedrooms":"1","price":"271000","area":"464"} , +{"type":"Feature","id":"n448555332","geometry":{"type":"Point","coordinates":[0.2157293,51.4428667]},"properties":{"@type":"node","@id":448555332,"@timestamp":1622420279},"coords":"51.4428667,0.2157293","bedrooms":"1","price":"184000","area":"580"} , +{"type":"Feature","id":"n448560566","geometry":{"type":"Point","coordinates":[-0.1253842,51.5620756]},"properties":{"@type":"node","@id":448560566,"@timestamp":1619527560},"coords":"51.5620756,-0.1253842","bedrooms":"1","price":"182000","area":"676"} , +{"type":"Feature","id":"n448577781","geometry":{"type":"Point","coordinates":[0.2180958,51.4456395]},"properties":{"@type":"node","@id":448577781,"@timestamp":1595282836},"coords":"51.4456395,0.2180958","bedrooms":"3","price":"169000","area":"537"} , +{"type":"Feature","id":"n448644063","geometry":{"type":"Point","coordinates":[0.2543841,51.4525766]},"properties":{"@type":"node","@id":448644063,"@timestamp":1619921749},"coords":"51.4525766,0.2543841","bedrooms":"0","price":"297000","area":"492"} , +{"type":"Feature","id":"n448698424","geometry":{"type":"Point","coordinates":[0.2355268,51.4537042]},"properties":{"@type":"node","@id":448698424,"@timestamp":1330815510},"coords":"51.4537042,0.2355268","bedrooms":"0","price":"270000","area":"538"} , +{"type":"Feature","id":"n448727766","geometry":{"type":"Point","coordinates":[-0.9925285,51.3838316]},"properties":{"@type":"node","@id":448727766,"@timestamp":1248646847},"coords":"51.3838316,-0.9925285","bedrooms":"1","price":"206000","area":"425"} , +{"type":"Feature","id":"n448728290","geometry":{"type":"Point","coordinates":[-0.9928284,51.3739684]},"properties":{"@type":"node","@id":448728290,"@timestamp":1456865959},"coords":"51.3739684,-0.9928284","bedrooms":"1","price":"154000","area":"409"} , +{"type":"Feature","id":"n448750299","geometry":{"type":"Point","coordinates":[0.2177878,51.5627213]},"properties":{"@type":"node","@id":448750299,"@timestamp":1608124696},"coords":"51.5627213,0.2177878","bedrooms":"4","price":"245000","area":"532"} , +{"type":"Feature","id":"n448750353","geometry":{"type":"Point","coordinates":[0.2498087,51.5583267]},"properties":{"@type":"node","@id":448750353,"@timestamp":1582201634},"coords":"51.5583267,0.2498087","bedrooms":"0","price":"174000","area":"593"} , +{"type":"Feature","id":"n448873549","geometry":{"type":"Point","coordinates":[-0.1957979,51.5894454]},"properties":{"@type":"node","@id":448873549,"@timestamp":1370214709},"coords":"51.5894454,-0.1957979","bedrooms":"0","price":"236000","area":"544"} , +{"type":"Feature","id":"n449073246","geometry":{"type":"Point","coordinates":[-0.2311646,51.1511746]},"properties":{"@type":"node","@id":449073246,"@timestamp":1339706813},"coords":"51.1511746,-0.2311646","bedrooms":"1","price":"248000","area":"400"} , +{"type":"Feature","id":"n449091946","geometry":{"type":"Point","coordinates":[0.2071124,51.4555654]},"properties":{"@type":"node","@id":449091946,"@timestamp":1248711914},"coords":"51.4555654,0.2071124","bedrooms":"3","price":"295000","area":"575"} , +{"type":"Feature","id":"n449096259","geometry":{"type":"Point","coordinates":[-0.1220613,51.5345909]},"properties":{"@type":"node","@id":449096259,"@timestamp":1452451488},"coords":"51.5345909,-0.1220613","bedrooms":"0","price":"236000","area":"542"} , +{"type":"Feature","id":"n449099941","geometry":{"type":"Point","coordinates":[0.2181165,51.4514606]},"properties":{"@type":"node","@id":449099941,"@timestamp":1614534031},"coords":"51.4514606,0.2181165","bedrooms":"3","price":"217000","area":"461"} , +{"type":"Feature","id":"n449107365","geometry":{"type":"Point","coordinates":[-0.1081829,51.5945011]},"properties":{"@type":"node","@id":449107365,"@timestamp":1609511960},"coords":"51.5945011,-0.1081829","bedrooms":"4","price":"222000","area":"527"} , +{"type":"Feature","id":"n449117214","geometry":{"type":"Point","coordinates":[0.1415103,51.5725211]},"properties":{"@type":"node","@id":449117214,"@timestamp":1573109808},"coords":"51.5725211,0.1415103","bedrooms":"0","price":"177000","area":"580"} , +{"type":"Feature","id":"n449130731","geometry":{"type":"Point","coordinates":[0.2606864,51.4522477]},"properties":{"@type":"node","@id":449130731,"@timestamp":1248718643},"coords":"51.4522477,0.2606864","bedrooms":"1","price":"176000","area":"415"} , +{"type":"Feature","id":"n449202822","geometry":{"type":"Point","coordinates":[0.0182534,51.4576933]},"properties":{"@type":"node","@id":449202822,"@timestamp":1619261814},"coords":"51.4576933,0.0182534","bedrooms":"0","price":"260000","area":"663"} , +{"type":"Feature","id":"n449215357","geometry":{"type":"Point","coordinates":[0.0081726,51.4576183]},"properties":{"@type":"node","@id":449215357,"@timestamp":1259098745},"coords":"51.4576183,0.0081726","bedrooms":"0","price":"279000","area":"684"} , +{"type":"Feature","id":"n449309188","geometry":{"type":"Point","coordinates":[0.2580232,51.5502421]},"properties":{"@type":"node","@id":449309188,"@timestamp":1624154228},"coords":"51.5502421,0.2580232","bedrooms":"1","price":"246000","area":"465"} , +{"type":"Feature","id":"n449350976","geometry":{"type":"Point","coordinates":[0.2569259,51.4365618]},"properties":{"@type":"node","@id":449350976,"@timestamp":1311094680},"coords":"51.4365618,0.2569259","bedrooms":"3","price":"299000","area":"443"} , +{"type":"Feature","id":"n449351205","geometry":{"type":"Point","coordinates":[0.2585543,51.4356615]},"properties":{"@type":"node","@id":449351205,"@timestamp":1311094440},"coords":"51.4356615,0.2585543","bedrooms":"2","price":"196000","area":"478"} , +{"type":"Feature","id":"n449351418","geometry":{"type":"Point","coordinates":[0.2597868,51.4343252]},"properties":{"@type":"node","@id":449351418,"@timestamp":1248734870},"coords":"51.4343252,0.2597868","bedrooms":"4","price":"286000","area":"461"} , +{"type":"Feature","id":"n449351551","geometry":{"type":"Point","coordinates":[0.2566463,51.4317678]},"properties":{"@type":"node","@id":449351551,"@timestamp":1248734873},"coords":"51.4317678,0.2566463","bedrooms":"3","price":"287000","area":"402"} , +{"type":"Feature","id":"n449351649","geometry":{"type":"Point","coordinates":[0.2366539,51.4366129]},"properties":{"@type":"node","@id":449351649,"@timestamp":1622068911},"coords":"51.4366129,0.2366539","bedrooms":"2","price":"150000","area":"499"} , +{"type":"Feature","id":"n449368326","geometry":{"type":"Point","coordinates":[0.3183215,51.4502577]},"properties":{"@type":"node","@id":449368326,"@timestamp":1393193359},"coords":"51.4502577,0.3183215","bedrooms":"2","price":"180000","area":"369"} , +{"type":"Feature","id":"n449823029","geometry":{"type":"Point","coordinates":[-0.6098113,51.7163443]},"properties":{"@type":"node","@id":449823029,"@timestamp":1462700535},"coords":"51.7163443,-0.6098113","bedrooms":"3","price":"178000","area":"666"} , +{"type":"Feature","id":"n450122973","geometry":{"type":"Point","coordinates":[0.0073778,51.626976]},"properties":{"@type":"node","@id":450122973,"@timestamp":1586475093},"coords":"51.626976,0.0073778","bedrooms":"4","price":"201000","area":"491"} , +{"type":"Feature","id":"n450151771","geometry":{"type":"Point","coordinates":[0.0028631,51.4611618]},"properties":{"@type":"node","@id":450151771,"@timestamp":1614889780},"coords":"51.4611618,0.0028631","bedrooms":"2","price":"294000","area":"666"} , +{"type":"Feature","id":"n450188020","geometry":{"type":"Point","coordinates":[0.4823346,51.7039459]},"properties":{"@type":"node","@id":450188020,"@timestamp":1249595075},"coords":"51.7039459,0.4823346","bedrooms":"2","price":"150000","area":"398"} , +{"type":"Feature","id":"n450211902","geometry":{"type":"Point","coordinates":[-0.1664773,51.4905107]},"properties":{"@type":"node","@id":450211902,"@timestamp":1610471801},"coords":"51.4905107,-0.1664773","bedrooms":"3","price":"238000","area":"680"} , +{"type":"Feature","id":"n450252605","geometry":{"type":"Point","coordinates":[-0.1635075,51.4897005]},"properties":{"@type":"node","@id":450252605,"@timestamp":1626022592},"coords":"51.4897005,-0.1635075","bedrooms":"3","price":"258000","area":"638"} , +{"type":"Feature","id":"n450274440","geometry":{"type":"Point","coordinates":[-1.102281,51.1451634]},"properties":{"@type":"node","@id":450274440,"@timestamp":1516647411},"coords":"51.1451634,-1.102281","bedrooms":"2","price":"205000","area":"530"} , +{"type":"Feature","id":"n450566614","geometry":{"type":"Point","coordinates":[-0.0593109,51.5271002]},"properties":{"@type":"node","@id":450566614,"@timestamp":1558622516},"coords":"51.5271002,-0.0593109","bedrooms":"2","price":"248000","area":"645"} , +{"type":"Feature","id":"n450610986","geometry":{"type":"Point","coordinates":[0.1523842,51.8133709]},"properties":{"@type":"node","@id":450610986,"@timestamp":1275919257},"coords":"51.8133709,0.1523842","bedrooms":"1","price":"187000","area":"684"} , +{"type":"Feature","id":"n450942658","geometry":{"type":"Point","coordinates":[-1.0607057,51.1276736]},"properties":{"@type":"node","@id":450942658,"@timestamp":1393791737},"coords":"51.1276736,-1.0607057","bedrooms":"4","price":"194000","area":"355"} , +{"type":"Feature","id":"n451139602","geometry":{"type":"Point","coordinates":[-1.084344,51.2623349]},"properties":{"@type":"node","@id":451139602,"@timestamp":1359145216},"coords":"51.2623349,-1.084344","bedrooms":"4","price":"187000","area":"570"} , +{"type":"Feature","id":"n451139620","geometry":{"type":"Point","coordinates":[-1.0878648,51.2623509]},"properties":{"@type":"node","@id":451139620,"@timestamp":1630665451},"coords":"51.2623509,-1.0878648","bedrooms":"0","price":"277000","area":"649"} , +{"type":"Feature","id":"n451694094","geometry":{"type":"Point","coordinates":[-0.2256419,51.5513212]},"properties":{"@type":"node","@id":451694094,"@timestamp":1625929338},"coords":"51.5513212,-0.2256419","bedrooms":"0","price":"291000","area":"382"} , +{"type":"Feature","id":"n451705576","geometry":{"type":"Point","coordinates":[-0.1719582,51.4918564]},"properties":{"@type":"node","@id":451705576,"@timestamp":1630768169},"coords":"51.4918564,-0.1719582","bedrooms":"2","price":"231000","area":"648"} , +{"type":"Feature","id":"n451705605","geometry":{"type":"Point","coordinates":[-0.1709086,51.4922066]},"properties":{"@type":"node","@id":451705605,"@timestamp":1634930149},"coords":"51.4922066,-0.1709086","bedrooms":"0","price":"276000","area":"482"} , +{"type":"Feature","id":"n451753576","geometry":{"type":"Point","coordinates":[-0.225492,51.5309151]},"properties":{"@type":"node","@id":451753576,"@timestamp":1533071208},"coords":"51.5309151,-0.225492","bedrooms":"1","price":"230000","area":"414"} , +{"type":"Feature","id":"n452168084","geometry":{"type":"Point","coordinates":[-0.1622861,51.5151994]},"properties":{"@type":"node","@id":452168084,"@timestamp":1553916095},"coords":"51.5151994,-0.1622861","bedrooms":"1","price":"268000","area":"625"} , +{"type":"Feature","id":"n452212190","geometry":{"type":"Point","coordinates":[-0.143647,51.5136068]},"properties":{"@type":"node","@id":452212190,"@timestamp":1576503489},"coords":"51.5136068,-0.143647","bedrooms":"2","price":"287000","area":"622"} , +{"type":"Feature","id":"n452215445","geometry":{"type":"Point","coordinates":[-0.1398283,51.510031]},"properties":{"@type":"node","@id":452215445,"@timestamp":1543948318},"coords":"51.510031,-0.1398283","bedrooms":"2","price":"187000","area":"446"} , +{"type":"Feature","id":"n452235373","geometry":{"type":"Point","coordinates":[-0.1441578,51.5143427]},"properties":{"@type":"node","@id":452235373,"@timestamp":1617593211},"coords":"51.5143427,-0.1441578","bedrooms":"2","price":"202000","area":"624"} , +{"type":"Feature","id":"n452240939","geometry":{"type":"Point","coordinates":[-0.1474367,51.5143279]},"properties":{"@type":"node","@id":452240939,"@timestamp":1603502899},"coords":"51.5143279,-0.1474367","bedrooms":"0","price":"269000","area":"623"} , +{"type":"Feature","id":"n452412667","geometry":{"type":"Point","coordinates":[-0.1513297,51.5062323]},"properties":{"@type":"node","@id":452412667,"@timestamp":1249032970},"coords":"51.5062323,-0.1513297","bedrooms":"1","price":"161000","area":"559"} , +{"type":"Feature","id":"n452417622","geometry":{"type":"Point","coordinates":[-0.1523155,51.5105083]},"properties":{"@type":"node","@id":452417622,"@timestamp":1609627337},"coords":"51.5105083,-0.1523155","bedrooms":"0","price":"213000","area":"578"} , +{"type":"Feature","id":"n452433527","geometry":{"type":"Point","coordinates":[-0.1104184,51.5224993]},"properties":{"@type":"node","@id":452433527,"@timestamp":1253446774},"coords":"51.5224993,-0.1104184","bedrooms":"4","price":"209000","area":"381"} , +{"type":"Feature","id":"n452484831","geometry":{"type":"Point","coordinates":[-0.1210031,51.5126863]},"properties":{"@type":"node","@id":452484831,"@timestamp":1391874814},"coords":"51.5126863,-0.1210031","bedrooms":"2","price":"285000","area":"480"} , +{"type":"Feature","id":"n452487218","geometry":{"type":"Point","coordinates":[-0.1269277,51.5140276]},"properties":{"@type":"node","@id":452487218,"@timestamp":1597684532},"coords":"51.5140276,-0.1269277","bedrooms":"4","price":"201000","area":"625"} , +{"type":"Feature","id":"n452489464","geometry":{"type":"Point","coordinates":[-0.1295319,51.5134062]},"properties":{"@type":"node","@id":452489464,"@timestamp":1611971856},"coords":"51.5134062,-0.1295319","bedrooms":"3","price":"171000","area":"495"} , +{"type":"Feature","id":"n452514321","geometry":{"type":"Point","coordinates":[-0.126056,51.5081055]},"properties":{"@type":"node","@id":452514321,"@timestamp":1635686926},"coords":"51.5081055,-0.126056","bedrooms":"0","price":"191000","area":"474"} , +{"type":"Feature","id":"n452542925","geometry":{"type":"Point","coordinates":[-0.7356073,51.4120924]},"properties":{"@type":"node","@id":452542925,"@timestamp":1442526153},"coords":"51.4120924,-0.7356073","bedrooms":"2","price":"247000","area":"497"} , +{"type":"Feature","id":"n452592750","geometry":{"type":"Point","coordinates":[0.2276654,51.4449363]},"properties":{"@type":"node","@id":452592750,"@timestamp":1313655585},"coords":"51.4449363,0.2276654","bedrooms":"0","price":"277000","area":"439"} , +{"type":"Feature","id":"n452740634","geometry":{"type":"Point","coordinates":[-0.2251599,51.5028247]},"properties":{"@type":"node","@id":452740634,"@timestamp":1632854119},"coords":"51.5028247,-0.2251599","bedrooms":"0","price":"243000","area":"480"} , +{"type":"Feature","id":"n453105675","geometry":{"type":"Point","coordinates":[-0.642864,51.1732254]},"properties":{"@type":"node","@id":453105675,"@timestamp":1249135026},"coords":"51.1732254,-0.642864","bedrooms":"0","price":"221000","area":"604"} , +{"type":"Feature","id":"n453327902","geometry":{"type":"Point","coordinates":[0.0555018,51.317947]},"properties":{"@type":"node","@id":453327902,"@timestamp":1395390609},"coords":"51.317947,0.0555018","bedrooms":"3","price":"206000","area":"433"} , +{"type":"Feature","id":"n453814609","geometry":{"type":"Point","coordinates":[-0.0271171,51.3544591]},"properties":{"@type":"node","@id":453814609,"@timestamp":1394663329},"coords":"51.3544591,-0.0271171","bedrooms":"0","price":"218000","area":"644"} , +{"type":"Feature","id":"n454212886","geometry":{"type":"Point","coordinates":[-0.1445799,51.5090309]},"properties":{"@type":"node","@id":454212886,"@timestamp":1561453306},"coords":"51.5090309,-0.1445799","bedrooms":"0","price":"197000","area":"505"} , +{"type":"Feature","id":"n454360109","geometry":{"type":"Point","coordinates":[-0.1407678,51.5078738]},"properties":{"@type":"node","@id":454360109,"@timestamp":1429562097},"coords":"51.5078738,-0.1407678","bedrooms":"4","price":"228000","area":"525"} , +{"type":"Feature","id":"n454373609","geometry":{"type":"Point","coordinates":[-0.1453381,51.5087629]},"properties":{"@type":"node","@id":454373609,"@timestamp":1548963984},"coords":"51.5087629,-0.1453381","bedrooms":"2","price":"187000","area":"516"} , +{"type":"Feature","id":"n454535914","geometry":{"type":"Point","coordinates":[0.1604347,51.5987624]},"properties":{"@type":"node","@id":454535914,"@timestamp":1342202584},"coords":"51.5987624,0.1604347","bedrooms":"4","price":"244000","area":"543"} , +{"type":"Feature","id":"n454616738","geometry":{"type":"Point","coordinates":[-0.0397234,51.5562928]},"properties":{"@type":"node","@id":454616738,"@timestamp":1249246136},"coords":"51.5562928,-0.0397234","bedrooms":"4","price":"241000","area":"372"} , +{"type":"Feature","id":"n455011135","geometry":{"type":"Point","coordinates":[0.0024052,51.6311016]},"properties":{"@type":"node","@id":455011135,"@timestamp":1618646090},"coords":"51.6311016,0.0024052","bedrooms":"1","price":"195000","area":"619"} , +{"type":"Feature","id":"n455193150","geometry":{"type":"Point","coordinates":[0.2053506,51.9054874]},"properties":{"@type":"node","@id":455193150,"@timestamp":1610401134},"coords":"51.9054874,0.2053506","bedrooms":"3","price":"186000","area":"398"} , +{"type":"Feature","id":"n455193205","geometry":{"type":"Point","coordinates":[0.205514,51.9045037]},"properties":{"@type":"node","@id":455193205,"@timestamp":1610401134},"coords":"51.9045037,0.205514","bedrooms":"4","price":"216000","area":"653"} , +{"type":"Feature","id":"n455193311","geometry":{"type":"Point","coordinates":[0.1963466,51.9065203]},"properties":{"@type":"node","@id":455193311,"@timestamp":1249309763},"coords":"51.9065203,0.1963466","bedrooms":"2","price":"207000","area":"429"} , +{"type":"Feature","id":"n455193395","geometry":{"type":"Point","coordinates":[0.1949899,51.9028938]},"properties":{"@type":"node","@id":455193395,"@timestamp":1249309765},"coords":"51.9028938,0.1949899","bedrooms":"4","price":"262000","area":"642"} , +{"type":"Feature","id":"n455193511","geometry":{"type":"Point","coordinates":[0.189701,51.8973024]},"properties":{"@type":"node","@id":455193511,"@timestamp":1249309766},"coords":"51.8973024,0.189701","bedrooms":"0","price":"185000","area":"574"} , +{"type":"Feature","id":"n455193710","geometry":{"type":"Point","coordinates":[0.2012111,51.8990155]},"properties":{"@type":"node","@id":455193710,"@timestamp":1249309770},"coords":"51.8990155,0.2012111","bedrooms":"0","price":"242000","area":"445"} , +{"type":"Feature","id":"n455193850","geometry":{"type":"Point","coordinates":[0.2294538,51.9140772]},"properties":{"@type":"node","@id":455193850,"@timestamp":1610579952},"coords":"51.9140772,0.2294538","bedrooms":"1","price":"259000","area":"692"} , +{"type":"Feature","id":"n455492936","geometry":{"type":"Point","coordinates":[0.2094032,51.4566709]},"properties":{"@type":"node","@id":455492936,"@timestamp":1249324938},"coords":"51.4566709,0.2094032","bedrooms":"2","price":"271000","area":"449"} , +{"type":"Feature","id":"n455562168","geometry":{"type":"Point","coordinates":[-1.0862199,51.3100484]},"properties":{"@type":"node","@id":455562168,"@timestamp":1249331697},"coords":"51.3100484,-1.0862199","bedrooms":"1","price":"283000","area":"564"} , +{"type":"Feature","id":"n455705563","geometry":{"type":"Point","coordinates":[-0.1043325,51.5131764]},"properties":{"@type":"node","@id":455705563,"@timestamp":1287503156},"coords":"51.5131764,-0.1043325","bedrooms":"4","price":"290000","area":"568"} , +{"type":"Feature","id":"n455705612","geometry":{"type":"Point","coordinates":[-0.1183936,51.514105]},"properties":{"@type":"node","@id":455705612,"@timestamp":1632651851},"coords":"51.514105,-0.1183936","bedrooms":"3","price":"232000","area":"387"} , +{"type":"Feature","id":"n455879774","geometry":{"type":"Point","coordinates":[-0.5690345,51.8815182]},"properties":{"@type":"node","@id":455879774,"@timestamp":1585327651},"coords":"51.8815182,-0.5690345","bedrooms":"0","price":"220000","area":"380"} , +{"type":"Feature","id":"n455926948","geometry":{"type":"Point","coordinates":[0.7864124,51.4640932]},"properties":{"@type":"node","@id":455926948,"@timestamp":1601174782},"coords":"51.4640932,0.7864124","bedrooms":"3","price":"169000","area":"592"} , +{"type":"Feature","id":"n456065267","geometry":{"type":"Point","coordinates":[-0.0262747,51.4077659]},"properties":{"@type":"node","@id":456065267,"@timestamp":1613722660},"coords":"51.4077659,-0.0262747","bedrooms":"2","price":"265000","area":"426"} , +{"type":"Feature","id":"n456089145","geometry":{"type":"Point","coordinates":[-0.9905836,51.1391166]},"properties":{"@type":"node","@id":456089145,"@timestamp":1315911888},"coords":"51.1391166,-0.9905836","bedrooms":"2","price":"224000","area":"518"} , +{"type":"Feature","id":"n456245551","geometry":{"type":"Point","coordinates":[-0.1422747,51.5117829]},"properties":{"@type":"node","@id":456245551,"@timestamp":1634665741},"coords":"51.5117829,-0.1422747","bedrooms":"1","price":"210000","area":"570"} , +{"type":"Feature","id":"n456281120","geometry":{"type":"Point","coordinates":[-0.1413844,51.5109586]},"properties":{"@type":"node","@id":456281120,"@timestamp":1528258003},"coords":"51.5109586,-0.1413844","bedrooms":"0","price":"257000","area":"561"} , +{"type":"Feature","id":"n456363897","geometry":{"type":"Point","coordinates":[-0.1198517,51.5165266]},"properties":{"@type":"node","@id":456363897,"@timestamp":1490266001},"coords":"51.5165266,-0.1198517","bedrooms":"3","price":"199000","area":"633"} , +{"type":"Feature","id":"n456363913","geometry":{"type":"Point","coordinates":[-0.1328085,51.517634]},"properties":{"@type":"node","@id":456363913,"@timestamp":1379279002},"coords":"51.517634,-0.1328085","bedrooms":"0","price":"199000","area":"639"} , +{"type":"Feature","id":"n456369517","geometry":{"type":"Point","coordinates":[-0.1470556,51.4413262]},"properties":{"@type":"node","@id":456369517,"@timestamp":1249418608},"coords":"51.4413262,-0.1470556","bedrooms":"3","price":"193000","area":"667"} , +{"type":"Feature","id":"n456370909","geometry":{"type":"Point","coordinates":[-0.1435193,51.439336]},"properties":{"@type":"node","@id":456370909,"@timestamp":1249418868},"coords":"51.439336,-0.1435193","bedrooms":"2","price":"260000","area":"595"} , +{"type":"Feature","id":"n456372931","geometry":{"type":"Point","coordinates":[-0.1471414,51.4412299]},"properties":{"@type":"node","@id":456372931,"@timestamp":1249419133},"coords":"51.4412299,-0.1471414","bedrooms":"2","price":"167000","area":"403"} , +{"type":"Feature","id":"n456373456","geometry":{"type":"Point","coordinates":[-0.1435857,51.4395114]},"properties":{"@type":"node","@id":456373456,"@timestamp":1591436777},"coords":"51.4395114,-0.1435857","bedrooms":"3","price":"217000","area":"456"} , +{"type":"Feature","id":"n456374139","geometry":{"type":"Point","coordinates":[-0.1454505,51.4387689]},"properties":{"@type":"node","@id":456374139,"@timestamp":1249419473},"coords":"51.4387689,-0.1454505","bedrooms":"1","price":"183000","area":"456"} , +{"type":"Feature","id":"n456374821","geometry":{"type":"Point","coordinates":[-0.1448497,51.4380412]},"properties":{"@type":"node","@id":456374821,"@timestamp":1249419679},"coords":"51.4380412,-0.1448497","bedrooms":"0","price":"244000","area":"388"} , +{"type":"Feature","id":"n456375498","geometry":{"type":"Point","coordinates":[-0.1452445,51.4363204]},"properties":{"@type":"node","@id":456375498,"@timestamp":1591435980},"coords":"51.4363204,-0.1452445","bedrooms":"4","price":"297000","area":"620"} , +{"type":"Feature","id":"n456376647","geometry":{"type":"Point","coordinates":[-0.1485576,51.4403044]},"properties":{"@type":"node","@id":456376647,"@timestamp":1249419977},"coords":"51.4403044,-0.1485576","bedrooms":"2","price":"220000","area":"670"} , +{"type":"Feature","id":"n456380957","geometry":{"type":"Point","coordinates":[-0.1492736,51.4354546]},"properties":{"@type":"node","@id":456380957,"@timestamp":1252090828},"coords":"51.4354546,-0.1492736","bedrooms":"0","price":"200000","area":"696"} , +{"type":"Feature","id":"n456381295","geometry":{"type":"Point","coordinates":[-0.1467375,51.4369518]},"properties":{"@type":"node","@id":456381295,"@timestamp":1591435980},"coords":"51.4369518,-0.1467375","bedrooms":"1","price":"273000","area":"554"} , +{"type":"Feature","id":"n456384023","geometry":{"type":"Point","coordinates":[-0.0277819,51.4070103]},"properties":{"@type":"node","@id":456384023,"@timestamp":1613722660},"coords":"51.4070103,-0.0277819","bedrooms":"4","price":"280000","area":"441"} , +{"type":"Feature","id":"n456389172","geometry":{"type":"Point","coordinates":[-0.0253765,51.409576]},"properties":{"@type":"node","@id":456389172,"@timestamp":1603381770},"coords":"51.409576,-0.0253765","bedrooms":"1","price":"236000","area":"661"} , +{"type":"Feature","id":"n456400602","geometry":{"type":"Point","coordinates":[-0.0254013,51.4102872]},"properties":{"@type":"node","@id":456400602,"@timestamp":1603382751},"coords":"51.4102872,-0.0254013","bedrooms":"1","price":"154000","area":"401"} , +{"type":"Feature","id":"n456705801","geometry":{"type":"Point","coordinates":[-0.148537,51.4378326]},"properties":{"@type":"node","@id":456705801,"@timestamp":1249453616},"coords":"51.4378326,-0.148537","bedrooms":"4","price":"213000","area":"650"} , +{"type":"Feature","id":"n456706512","geometry":{"type":"Point","coordinates":[-0.149646,51.4400412]},"properties":{"@type":"node","@id":456706512,"@timestamp":1591280292},"coords":"51.4400412,-0.149646","bedrooms":"2","price":"180000","area":"447"} , +{"type":"Feature","id":"n456706701","geometry":{"type":"Point","coordinates":[-0.151489,51.4396442]},"properties":{"@type":"node","@id":456706701,"@timestamp":1591284146},"coords":"51.4396442,-0.151489","bedrooms":"3","price":"260000","area":"609"} , +{"type":"Feature","id":"n456707228","geometry":{"type":"Point","coordinates":[-0.1499361,51.4402618]},"properties":{"@type":"node","@id":456707228,"@timestamp":1591290383},"coords":"51.4402618,-0.1499361","bedrooms":"0","price":"273000","area":"674"} , +{"type":"Feature","id":"n456718367","geometry":{"type":"Point","coordinates":[-0.1414957,51.5101793]},"properties":{"@type":"node","@id":456718367,"@timestamp":1379279244},"coords":"51.5101793,-0.1414957","bedrooms":"0","price":"156000","area":"443"} , +{"type":"Feature","id":"n456977488","geometry":{"type":"Point","coordinates":[-0.1330906,51.1854612]},"properties":{"@type":"node","@id":456977488,"@timestamp":1525641757},"coords":"51.1854612,-0.1330906","bedrooms":"2","price":"222000","area":"567"} , +{"type":"Feature","id":"n456999194","geometry":{"type":"Point","coordinates":[0.0350967,51.4522216]},"properties":{"@type":"node","@id":456999194,"@timestamp":1545358324},"coords":"51.4522216,0.0350967","bedrooms":"2","price":"227000","area":"485"} , +{"type":"Feature","id":"n457020287","geometry":{"type":"Point","coordinates":[0.0125815,51.4503297]},"properties":{"@type":"node","@id":457020287,"@timestamp":1564913933},"coords":"51.4503297,0.0125815","bedrooms":"4","price":"232000","area":"535"} , +{"type":"Feature","id":"n457090108","geometry":{"type":"Point","coordinates":[-0.1933579,51.601723]},"properties":{"@type":"node","@id":457090108,"@timestamp":1358704977},"coords":"51.601723,-0.1933579","bedrooms":"2","price":"260000","area":"682"} , +{"type":"Feature","id":"n457127223","geometry":{"type":"Point","coordinates":[-0.2249914,51.5898853]},"properties":{"@type":"node","@id":457127223,"@timestamp":1249506779},"coords":"51.5898853,-0.2249914","bedrooms":"4","price":"248000","area":"574"} , +{"type":"Feature","id":"n457138364","geometry":{"type":"Point","coordinates":[-0.2230093,51.5900392]},"properties":{"@type":"node","@id":457138364,"@timestamp":1358205516},"coords":"51.5900392,-0.2230093","bedrooms":"0","price":"203000","area":"491"} , +{"type":"Feature","id":"n457410835","geometry":{"type":"Point","coordinates":[-0.098389,51.5935]},"properties":{"@type":"node","@id":457410835,"@timestamp":1603486957},"coords":"51.5935,-0.098389","bedrooms":"3","price":"269000","area":"431"} , +{"type":"Feature","id":"n457500531","geometry":{"type":"Point","coordinates":[0.0093021,51.6330111]},"properties":{"@type":"node","@id":457500531,"@timestamp":1432129925},"coords":"51.6330111,0.0093021","bedrooms":"3","price":"289000","area":"475"} , +{"type":"Feature","id":"n457561858","geometry":{"type":"Point","coordinates":[-0.5655923,51.6033382]},"properties":{"@type":"node","@id":457561858,"@timestamp":1627058548},"coords":"51.6033382,-0.5655923","bedrooms":"4","price":"238000","area":"674"} , +{"type":"Feature","id":"n457946770","geometry":{"type":"Point","coordinates":[-0.2913183,51.4320956]},"properties":{"@type":"node","@id":457946770,"@timestamp":1621592732},"coords":"51.4320956,-0.2913183","bedrooms":"3","price":"272000","area":"632"} , +{"type":"Feature","id":"n458218633","geometry":{"type":"Point","coordinates":[0.2149648,51.4342757]},"properties":{"@type":"node","@id":458218633,"@timestamp":1301952678},"coords":"51.4342757,0.2149648","bedrooms":"3","price":"174000","area":"486"} , +{"type":"Feature","id":"n458259767","geometry":{"type":"Point","coordinates":[-0.4065619,51.3865054]},"properties":{"@type":"node","@id":458259767,"@timestamp":1249667903},"coords":"51.3865054,-0.4065619","bedrooms":"2","price":"173000","area":"583"} , +{"type":"Feature","id":"n458507344","geometry":{"type":"Point","coordinates":[-0.5098068,51.3058831]},"properties":{"@type":"node","@id":458507344,"@timestamp":1442408576},"coords":"51.3058831,-0.5098068","bedrooms":"4","price":"254000","area":"524"} , +{"type":"Feature","id":"n458749858","geometry":{"type":"Point","coordinates":[-0.0589468,51.5634377]},"properties":{"@type":"node","@id":458749858,"@timestamp":1599823894},"coords":"51.5634377,-0.0589468","bedrooms":"4","price":"251000","area":"687"} , +{"type":"Feature","id":"n458876769","geometry":{"type":"Point","coordinates":[-0.0119657,51.5077382]},"properties":{"@type":"node","@id":458876769,"@timestamp":1341494598},"coords":"51.5077382,-0.0119657","bedrooms":"2","price":"237000","area":"675"} , +{"type":"Feature","id":"n459048995","geometry":{"type":"Point","coordinates":[-0.7749495,51.2418775]},"properties":{"@type":"node","@id":459048995,"@timestamp":1590724083},"coords":"51.2418775,-0.7749495","bedrooms":"1","price":"281000","area":"646"} , +{"type":"Feature","id":"n459058802","geometry":{"type":"Point","coordinates":[0.0933046,51.364116]},"properties":{"@type":"node","@id":459058802,"@timestamp":1593827942},"coords":"51.364116,0.0933046","bedrooms":"4","price":"285000","area":"534"} , +{"type":"Feature","id":"n459096767","geometry":{"type":"Point","coordinates":[-0.7690116,51.2422502]},"properties":{"@type":"node","@id":459096767,"@timestamp":1249757183},"coords":"51.2422502,-0.7690116","bedrooms":"0","price":"272000","area":"605"} , +{"type":"Feature","id":"n459107360","geometry":{"type":"Point","coordinates":[-0.7855732,51.2426197]},"properties":{"@type":"node","@id":459107360,"@timestamp":1591019817},"coords":"51.2426197,-0.7855732","bedrooms":"2","price":"172000","area":"420"} , +{"type":"Feature","id":"n459128587","geometry":{"type":"Point","coordinates":[-0.777413,51.2468592]},"properties":{"@type":"node","@id":459128587,"@timestamp":1627400905},"coords":"51.2468592,-0.777413","bedrooms":"4","price":"182000","area":"354"} , +{"type":"Feature","id":"n459156759","geometry":{"type":"Point","coordinates":[-0.2591398,51.9579684]},"properties":{"@type":"node","@id":459156759,"@timestamp":1613837660},"coords":"51.9579684,-0.2591398","bedrooms":"2","price":"195000","area":"601"} , +{"type":"Feature","id":"n459222940","geometry":{"type":"Point","coordinates":[-0.0901771,51.5532706]},"properties":{"@type":"node","@id":459222940,"@timestamp":1513215869},"coords":"51.5532706,-0.0901771","bedrooms":"1","price":"248000","area":"470"} , +{"type":"Feature","id":"n459269359","geometry":{"type":"Point","coordinates":[-0.0789926,51.5622912]},"properties":{"@type":"node","@id":459269359,"@timestamp":1616530299},"coords":"51.5622912,-0.0789926","bedrooms":"4","price":"222000","area":"684"} , +{"type":"Feature","id":"n459341799","geometry":{"type":"Point","coordinates":[-0.257175,51.9570028]},"properties":{"@type":"node","@id":459341799,"@timestamp":1609600945},"coords":"51.9570028,-0.257175","bedrooms":"1","price":"211000","area":"641"} , +{"type":"Feature","id":"n459487058","geometry":{"type":"Point","coordinates":[-0.7674495,51.2490799]},"properties":{"@type":"node","@id":459487058,"@timestamp":1602240668},"coords":"51.2490799,-0.7674495","bedrooms":"0","price":"219000","area":"587"} , +{"type":"Feature","id":"n459519519","geometry":{"type":"Point","coordinates":[-0.3157731,51.1273409]},"properties":{"@type":"node","@id":459519519,"@timestamp":1517431755},"coords":"51.1273409,-0.3157731","bedrooms":"1","price":"200000","area":"509"} , +{"type":"Feature","id":"n459578685","geometry":{"type":"Point","coordinates":[0.2214228,51.5505177]},"properties":{"@type":"node","@id":459578685,"@timestamp":1560857890},"coords":"51.5505177,0.2214228","bedrooms":"2","price":"222000","area":"515"} , +{"type":"Feature","id":"n459592435","geometry":{"type":"Point","coordinates":[-0.5802025,51.2450099]},"properties":{"@type":"node","@id":459592435,"@timestamp":1288174640},"coords":"51.2450099,-0.5802025","bedrooms":"4","price":"280000","area":"548"} , +{"type":"Feature","id":"n459654489","geometry":{"type":"Point","coordinates":[-0.1125483,51.6013284]},"properties":{"@type":"node","@id":459654489,"@timestamp":1249827431},"coords":"51.6013284,-0.1125483","bedrooms":"4","price":"233000","area":"426"} , +{"type":"Feature","id":"n459673832","geometry":{"type":"Point","coordinates":[0.2339492,51.593688]},"properties":{"@type":"node","@id":459673832,"@timestamp":1317998456},"coords":"51.593688,0.2339492","bedrooms":"0","price":"197000","area":"405"} , +{"type":"Feature","id":"n459786456","geometry":{"type":"Point","coordinates":[-0.1107082,51.5987564]},"properties":{"@type":"node","@id":459786456,"@timestamp":1249834480},"coords":"51.5987564,-0.1107082","bedrooms":"2","price":"197000","area":"559"} , +{"type":"Feature","id":"n459786535","geometry":{"type":"Point","coordinates":[-0.1101901,51.59781]},"properties":{"@type":"node","@id":459786535,"@timestamp":1593647767},"coords":"51.59781,-0.1101901","bedrooms":"4","price":"239000","area":"643"} , +{"type":"Feature","id":"n459786567","geometry":{"type":"Point","coordinates":[-0.1091514,51.5973463]},"properties":{"@type":"node","@id":459786567,"@timestamp":1600691586},"coords":"51.5973463,-0.1091514","bedrooms":"1","price":"274000","area":"363"} , +{"type":"Feature","id":"n459793039","geometry":{"type":"Point","coordinates":[-0.3704828,51.2545561]},"properties":{"@type":"node","@id":459793039,"@timestamp":1627378868},"coords":"51.2545561,-0.3704828","bedrooms":"0","price":"293000","area":"585"} , +{"type":"Feature","id":"n459802023","geometry":{"type":"Point","coordinates":[-0.1077138,51.5501991]},"properties":{"@type":"node","@id":459802023,"@timestamp":1626200092},"coords":"51.5501991,-0.1077138","bedrooms":"0","price":"247000","area":"523"} , +{"type":"Feature","id":"n459807603","geometry":{"type":"Point","coordinates":[-0.0639268,51.6129389]},"properties":{"@type":"node","@id":459807603,"@timestamp":1249836896},"coords":"51.6129389,-0.0639268","bedrooms":"4","price":"184000","area":"671"} , +{"type":"Feature","id":"n459872609","geometry":{"type":"Point","coordinates":[0.2663945,51.1329856]},"properties":{"@type":"node","@id":459872609,"@timestamp":1315261454},"coords":"51.1329856,0.2663945","bedrooms":"4","price":"164000","area":"387"} , +{"type":"Feature","id":"n459944586","geometry":{"type":"Point","coordinates":[-0.2537151,51.9548798]},"properties":{"@type":"node","@id":459944586,"@timestamp":1293713762},"coords":"51.9548798,-0.2537151","bedrooms":"1","price":"287000","area":"593"} , +{"type":"Feature","id":"n459991504","geometry":{"type":"Point","coordinates":[-0.2406058,51.2434221]},"properties":{"@type":"node","@id":459991504,"@timestamp":1299950286},"coords":"51.2434221,-0.2406058","bedrooms":"3","price":"273000","area":"460"} , +{"type":"Feature","id":"n460402385","geometry":{"type":"Point","coordinates":[0.1949761,51.1772971]},"properties":{"@type":"node","@id":460402385,"@timestamp":1405449201},"coords":"51.1772971,0.1949761","bedrooms":"0","price":"263000","area":"391"} , +{"type":"Feature","id":"n460668847","geometry":{"type":"Point","coordinates":[-0.0642382,51.5847587]},"properties":{"@type":"node","@id":460668847,"@timestamp":1618332592},"coords":"51.5847587,-0.0642382","bedrooms":"1","price":"221000","area":"390"} , +{"type":"Feature","id":"n460930200","geometry":{"type":"Point","coordinates":[-1.0497761,51.5029372]},"properties":{"@type":"node","@id":460930200,"@timestamp":1249924079},"coords":"51.5029372,-1.0497761","bedrooms":"3","price":"158000","area":"380"} , +{"type":"Feature","id":"n461041465","geometry":{"type":"Point","coordinates":[0.090006,51.3598261]},"properties":{"@type":"node","@id":461041465,"@timestamp":1249928176},"coords":"51.3598261,0.090006","bedrooms":"2","price":"186000","area":"464"} , +{"type":"Feature","id":"n461281902","geometry":{"type":"Point","coordinates":[-0.1121765,51.517279]},"properties":{"@type":"node","@id":461281902,"@timestamp":1475506100},"coords":"51.517279,-0.1121765","bedrooms":"4","price":"194000","area":"648"} , +{"type":"Feature","id":"n461623201","geometry":{"type":"Point","coordinates":[-0.5883164,51.2661127]},"properties":{"@type":"node","@id":461623201,"@timestamp":1586377717},"coords":"51.2661127,-0.5883164","bedrooms":"4","price":"236000","area":"471"} , +{"type":"Feature","id":"n461686464","geometry":{"type":"Point","coordinates":[0.0894058,51.3530543]},"properties":{"@type":"node","@id":461686464,"@timestamp":1333139042},"coords":"51.3530543,0.0894058","bedrooms":"3","price":"258000","area":"557"} , +{"type":"Feature","id":"n461906372","geometry":{"type":"Point","coordinates":[-0.7256828,51.9803595]},"properties":{"@type":"node","@id":461906372,"@timestamp":1267646185},"coords":"51.9803595,-0.7256828","bedrooms":"3","price":"260000","area":"653"} , +{"type":"Feature","id":"n461971140","geometry":{"type":"Point","coordinates":[0.0454828,51.5022662]},"properties":{"@type":"node","@id":461971140,"@timestamp":1535490489},"coords":"51.5022662,0.0454828","bedrooms":"0","price":"234000","area":"371"} , +{"type":"Feature","id":"n462007227","geometry":{"type":"Point","coordinates":[-0.102026,51.5260298]},"properties":{"@type":"node","@id":462007227,"@timestamp":1330119941},"coords":"51.5260298,-0.102026","bedrooms":"1","price":"262000","area":"608"} , +{"type":"Feature","id":"n462008963","geometry":{"type":"Point","coordinates":[-0.1838594,51.4990881]},"properties":{"@type":"node","@id":462008963,"@timestamp":1600372517},"coords":"51.4990881,-0.1838594","bedrooms":"0","price":"168000","area":"409"} , +{"type":"Feature","id":"n462012585","geometry":{"type":"Point","coordinates":[-0.6617189,51.8566106]},"properties":{"@type":"node","@id":462012585,"@timestamp":1635952196},"coords":"51.8566106,-0.6617189","bedrooms":"1","price":"243000","area":"589"} , +{"type":"Feature","id":"n462023028","geometry":{"type":"Point","coordinates":[-0.7215681,51.5197677]},"properties":{"@type":"node","@id":462023028,"@timestamp":1507139442},"coords":"51.5197677,-0.7215681","bedrooms":"1","price":"180000","area":"526"} , +{"type":"Feature","id":"n462025210","geometry":{"type":"Point","coordinates":[-0.1501507,51.5133351]},"properties":{"@type":"node","@id":462025210,"@timestamp":1532841533},"coords":"51.5133351,-0.1501507","bedrooms":"1","price":"291000","area":"687"} , +{"type":"Feature","id":"n462025244","geometry":{"type":"Point","coordinates":[-0.1509087,51.5129113]},"properties":{"@type":"node","@id":462025244,"@timestamp":1561456325},"coords":"51.5129113,-0.1509087","bedrooms":"4","price":"252000","area":"543"} , +{"type":"Feature","id":"n462025261","geometry":{"type":"Point","coordinates":[-0.1517723,51.5098879]},"properties":{"@type":"node","@id":462025261,"@timestamp":1553720398},"coords":"51.5098879,-0.1517723","bedrooms":"1","price":"174000","area":"627"} , +{"type":"Feature","id":"n462026326","geometry":{"type":"Point","coordinates":[-1.0704319,51.266763]},"properties":{"@type":"node","@id":462026326,"@timestamp":1250036147},"coords":"51.266763,-1.0704319","bedrooms":"0","price":"192000","area":"648"} , +{"type":"Feature","id":"n462159408","geometry":{"type":"Point","coordinates":[0.6499682,51.5726471]},"properties":{"@type":"node","@id":462159408,"@timestamp":1330815791},"coords":"51.5726471,0.6499682","bedrooms":"3","price":"284000","area":"419"} , +{"type":"Feature","id":"n462202936","geometry":{"type":"Point","coordinates":[-0.7779261,51.6480906]},"properties":{"@type":"node","@id":462202936,"@timestamp":1296049137},"coords":"51.6480906,-0.7779261","bedrooms":"1","price":"239000","area":"500"} , +{"type":"Feature","id":"n462209093","geometry":{"type":"Point","coordinates":[-0.7774465,51.6401585]},"properties":{"@type":"node","@id":462209093,"@timestamp":1598848064},"coords":"51.6401585,-0.7774465","bedrooms":"3","price":"190000","area":"358"} , +{"type":"Feature","id":"n462209127","geometry":{"type":"Point","coordinates":[-0.7825534,51.6419056]},"properties":{"@type":"node","@id":462209127,"@timestamp":1598848067},"coords":"51.6419056,-0.7825534","bedrooms":"0","price":"159000","area":"556"} , +{"type":"Feature","id":"n462223289","geometry":{"type":"Point","coordinates":[-0.4455834,51.1938269]},"properties":{"@type":"node","@id":462223289,"@timestamp":1575466487},"coords":"51.1938269,-0.4455834","bedrooms":"4","price":"234000","area":"699"} , +{"type":"Feature","id":"n462237386","geometry":{"type":"Point","coordinates":[-0.463034,51.2203399]},"properties":{"@type":"node","@id":462237386,"@timestamp":1568212253},"coords":"51.2203399,-0.463034","bedrooms":"3","price":"245000","area":"517"} , +{"type":"Feature","id":"n462270157","geometry":{"type":"Point","coordinates":[0.4993306,51.7303262]},"properties":{"@type":"node","@id":462270157,"@timestamp":1562194061},"coords":"51.7303262,0.4993306","bedrooms":"2","price":"266000","area":"350"} , +{"type":"Feature","id":"n462378774","geometry":{"type":"Point","coordinates":[-0.4643518,51.2202058]},"properties":{"@type":"node","@id":462378774,"@timestamp":1582327110},"coords":"51.2202058,-0.4643518","bedrooms":"0","price":"244000","area":"540"} , +{"type":"Feature","id":"n462626780","geometry":{"type":"Point","coordinates":[-0.66383,51.9209787]},"properties":{"@type":"node","@id":462626780,"@timestamp":1302709766},"coords":"51.9209787,-0.66383","bedrooms":"4","price":"288000","area":"617"} , +{"type":"Feature","id":"n462755978","geometry":{"type":"Point","coordinates":[0.6361827,51.5688672]},"properties":{"@type":"node","@id":462755978,"@timestamp":1250116499},"coords":"51.5688672,0.6361827","bedrooms":"2","price":"230000","area":"354"} , +{"type":"Feature","id":"n463236253","geometry":{"type":"Point","coordinates":[-0.2375031,51.769255]},"properties":{"@type":"node","@id":463236253,"@timestamp":1552431146},"coords":"51.769255,-0.2375031","bedrooms":"1","price":"166000","area":"379"} , +{"type":"Feature","id":"n463487678","geometry":{"type":"Point","coordinates":[-0.2373744,51.3899585]},"properties":{"@type":"node","@id":463487678,"@timestamp":1558397666},"coords":"51.3899585,-0.2373744","bedrooms":"3","price":"277000","area":"504"} , +{"type":"Feature","id":"n463994951","geometry":{"type":"Point","coordinates":[-0.6473976,51.9050737]},"properties":{"@type":"node","@id":463994951,"@timestamp":1572983747},"coords":"51.9050737,-0.6473976","bedrooms":"0","price":"206000","area":"461"} , +{"type":"Feature","id":"n464512973","geometry":{"type":"Point","coordinates":[-0.5028148,51.3754769]},"properties":{"@type":"node","@id":464512973,"@timestamp":1385492105},"coords":"51.3754769,-0.5028148","bedrooms":"4","price":"263000","area":"452"} , +{"type":"Feature","id":"n464675292","geometry":{"type":"Point","coordinates":[-0.177155,51.5227421]},"properties":{"@type":"node","@id":464675292,"@timestamp":1437154402},"coords":"51.5227421,-0.177155","bedrooms":"3","price":"299000","area":"515"} , +{"type":"Feature","id":"n464800101","geometry":{"type":"Point","coordinates":[-1.0355812,51.2652585]},"properties":{"@type":"node","@id":464800101,"@timestamp":1631301904},"coords":"51.2652585,-1.0355812","bedrooms":"2","price":"174000","area":"391"} , +{"type":"Feature","id":"n465206131","geometry":{"type":"Point","coordinates":[-1.1014075,51.148291]},"properties":{"@type":"node","@id":465206131,"@timestamp":1541534750},"coords":"51.148291,-1.1014075","bedrooms":"0","price":"159000","area":"496"} , +{"type":"Feature","id":"n465265199","geometry":{"type":"Point","coordinates":[-0.306341,51.763149]},"properties":{"@type":"node","@id":465265199,"@timestamp":1309786268},"coords":"51.763149,-0.306341","bedrooms":"2","price":"177000","area":"392"} , +{"type":"Feature","id":"n465667486","geometry":{"type":"Point","coordinates":[-0.0491885,51.533517]},"properties":{"@type":"node","@id":465667486,"@timestamp":1613920064},"coords":"51.533517,-0.0491885","bedrooms":"4","price":"185000","area":"432"} , +{"type":"Feature","id":"n465946616","geometry":{"type":"Point","coordinates":[-0.0189526,51.3542148]},"properties":{"@type":"node","@id":465946616,"@timestamp":1394663331},"coords":"51.3542148,-0.0189526","bedrooms":"2","price":"288000","area":"686"} , +{"type":"Feature","id":"n466926203","geometry":{"type":"Point","coordinates":[-0.1360037,51.5117152]},"properties":{"@type":"node","@id":466926203,"@timestamp":1379280049},"coords":"51.5117152,-0.1360037","bedrooms":"1","price":"274000","area":"681"} , +{"type":"Feature","id":"n466926226","geometry":{"type":"Point","coordinates":[-0.1366451,51.5114962]},"properties":{"@type":"node","@id":466926226,"@timestamp":1609634778},"coords":"51.5114962,-0.1366451","bedrooms":"4","price":"194000","area":"362"} , +{"type":"Feature","id":"n466926262","geometry":{"type":"Point","coordinates":[-0.1356465,51.5129919]},"properties":{"@type":"node","@id":466926262,"@timestamp":1379279660},"coords":"51.5129919,-0.1356465","bedrooms":"0","price":"206000","area":"423"} , +{"type":"Feature","id":"n467168714","geometry":{"type":"Point","coordinates":[-0.6491055,51.1734956]},"properties":{"@type":"node","@id":467168714,"@timestamp":1615645022},"coords":"51.1734956,-0.6491055","bedrooms":"1","price":"203000","area":"577"} , +{"type":"Feature","id":"n467687497","geometry":{"type":"Point","coordinates":[-0.5383085,51.2145814]},"properties":{"@type":"node","@id":467687497,"@timestamp":1349025426},"coords":"51.2145814,-0.5383085","bedrooms":"4","price":"292000","area":"505"} , +{"type":"Feature","id":"n467761744","geometry":{"type":"Point","coordinates":[-0.0550627,51.5411067]},"properties":{"@type":"node","@id":467761744,"@timestamp":1625644840},"coords":"51.5411067,-0.0550627","bedrooms":"4","price":"287000","area":"589"} , +{"type":"Feature","id":"n469168059","geometry":{"type":"Point","coordinates":[0.462023,51.7209188]},"properties":{"@type":"node","@id":469168059,"@timestamp":1581962211},"coords":"51.7209188,0.462023","bedrooms":"3","price":"264000","area":"506"} , +{"type":"Feature","id":"n469184178","geometry":{"type":"Point","coordinates":[-0.1053056,51.9685396]},"properties":{"@type":"node","@id":469184178,"@timestamp":1281294805},"coords":"51.9685396,-0.1053056","bedrooms":"1","price":"211000","area":"377"} , +{"type":"Feature","id":"n469303569","geometry":{"type":"Point","coordinates":[0.0508423,51.4556223]},"properties":{"@type":"node","@id":469303569,"@timestamp":1563800509},"coords":"51.4556223,0.0508423","bedrooms":"1","price":"212000","area":"683"} , +{"type":"Feature","id":"n469341861","geometry":{"type":"Point","coordinates":[0.1995993,51.5863833]},"properties":{"@type":"node","@id":469341861,"@timestamp":1591358199},"coords":"51.5863833,0.1995993","bedrooms":"1","price":"277000","area":"698"} , +{"type":"Feature","id":"n469390521","geometry":{"type":"Point","coordinates":[-0.2583212,51.361359]},"properties":{"@type":"node","@id":469390521,"@timestamp":1607634257},"coords":"51.361359,-0.2583212","bedrooms":"0","price":"220000","area":"550"} , +{"type":"Feature","id":"n469390642","geometry":{"type":"Point","coordinates":[-0.2651733,51.3683878]},"properties":{"@type":"node","@id":469390642,"@timestamp":1616980490},"coords":"51.3683878,-0.2651733","bedrooms":"0","price":"209000","area":"501"} , +{"type":"Feature","id":"n469409606","geometry":{"type":"Point","coordinates":[-1.037884,51.736873]},"properties":{"@type":"node","@id":469409606,"@timestamp":1250457113},"coords":"51.736873,-1.037884","bedrooms":"4","price":"162000","area":"599"} , +{"type":"Feature","id":"n469410053","geometry":{"type":"Point","coordinates":[-1.005186,51.703555]},"properties":{"@type":"node","@id":469410053,"@timestamp":1250457149},"coords":"51.703555,-1.005186","bedrooms":"0","price":"286000","area":"517"} , +{"type":"Feature","id":"n469410128","geometry":{"type":"Point","coordinates":[-0.9991236,51.6750372]},"properties":{"@type":"node","@id":469410128,"@timestamp":1250457165},"coords":"51.6750372,-0.9991236","bedrooms":"2","price":"168000","area":"509"} , +{"type":"Feature","id":"n469434145","geometry":{"type":"Point","coordinates":[-0.1266641,51.5458952]},"properties":{"@type":"node","@id":469434145,"@timestamp":1391780434},"coords":"51.5458952,-0.1266641","bedrooms":"0","price":"180000","area":"517"} , +{"type":"Feature","id":"n469446862","geometry":{"type":"Point","coordinates":[0.0194859,51.5213762]},"properties":{"@type":"node","@id":469446862,"@timestamp":1571570081},"coords":"51.5213762,0.0194859","bedrooms":"2","price":"211000","area":"523"} , +{"type":"Feature","id":"n469456544","geometry":{"type":"Point","coordinates":[-0.0982912,51.5690127]},"properties":{"@type":"node","@id":469456544,"@timestamp":1456961375},"coords":"51.5690127,-0.0982912","bedrooms":"1","price":"243000","area":"689"} , +{"type":"Feature","id":"n469456600","geometry":{"type":"Point","coordinates":[-0.1103915,51.5686345]},"properties":{"@type":"node","@id":469456600,"@timestamp":1281099300},"coords":"51.5686345,-0.1103915","bedrooms":"1","price":"223000","area":"676"} , +{"type":"Feature","id":"n469733910","geometry":{"type":"Point","coordinates":[-0.015286,51.4109779]},"properties":{"@type":"node","@id":469733910,"@timestamp":1407742800},"coords":"51.4109779,-0.015286","bedrooms":"2","price":"200000","area":"499"} , +{"type":"Feature","id":"n469759899","geometry":{"type":"Point","coordinates":[-0.0700265,51.5160514]},"properties":{"@type":"node","@id":469759899,"@timestamp":1564404769},"coords":"51.5160514,-0.0700265","bedrooms":"0","price":"227000","area":"436"} , +{"type":"Feature","id":"n469759912","geometry":{"type":"Point","coordinates":[-0.1363277,51.5664423]},"properties":{"@type":"node","@id":469759912,"@timestamp":1515849683},"coords":"51.5664423,-0.1363277","bedrooms":"3","price":"246000","area":"513"} , +{"type":"Feature","id":"n469759925","geometry":{"type":"Point","coordinates":[-0.1580436,51.523415]},"properties":{"@type":"node","@id":469759925,"@timestamp":1634301240},"coords":"51.523415,-0.1580436","bedrooms":"3","price":"294000","area":"559"} , +{"type":"Feature","id":"n469759939","geometry":{"type":"Point","coordinates":[-0.0874589,51.5133627]},"properties":{"@type":"node","@id":469759939,"@timestamp":1586095024},"coords":"51.5133627,-0.0874589","bedrooms":"3","price":"225000","area":"494"} , +{"type":"Feature","id":"n469759950","geometry":{"type":"Point","coordinates":[0.0821453,51.5400498]},"properties":{"@type":"node","@id":469759950,"@timestamp":1564913933},"coords":"51.5400498,0.0821453","bedrooms":"3","price":"268000","area":"385"} , +{"type":"Feature","id":"n469759962","geometry":{"type":"Point","coordinates":[-0.165208,51.5507864]},"properties":{"@type":"node","@id":469759962,"@timestamp":1605114129},"coords":"51.5507864,-0.165208","bedrooms":"3","price":"173000","area":"683"} , +{"type":"Feature","id":"n469759973","geometry":{"type":"Point","coordinates":[-0.1021306,51.5114711]},"properties":{"@type":"node","@id":469759973,"@timestamp":1565366090},"coords":"51.5114711,-0.1021306","bedrooms":"0","price":"275000","area":"362"} , +{"type":"Feature","id":"n469760000","geometry":{"type":"Point","coordinates":[-0.3240467,51.4957582]},"properties":{"@type":"node","@id":469760000,"@timestamp":1600536355},"coords":"51.4957582,-0.3240467","bedrooms":"3","price":"157000","area":"680"} , +{"type":"Feature","id":"n469760025","geometry":{"type":"Point","coordinates":[-0.1150654,51.4622801]},"properties":{"@type":"node","@id":469760025,"@timestamp":1611787622},"coords":"51.4622801,-0.1150654","bedrooms":"0","price":"271000","area":"622"} , +{"type":"Feature","id":"n469760036","geometry":{"type":"Point","coordinates":[-0.2642278,51.6024115]},"properties":{"@type":"node","@id":469760036,"@timestamp":1556642932},"coords":"51.6024115,-0.2642278","bedrooms":"1","price":"196000","area":"656"} , +{"type":"Feature","id":"n469760046","geometry":{"type":"Point","coordinates":[-0.1412998,51.539803]},"properties":{"@type":"node","@id":469760046,"@timestamp":1597485085},"coords":"51.539803,-0.1412998","bedrooms":"3","price":"294000","area":"406"} , +{"type":"Feature","id":"n469760058","geometry":{"type":"Point","coordinates":[-0.1924361,51.4919274]},"properties":{"@type":"node","@id":469760058,"@timestamp":1619961214},"coords":"51.4919274,-0.1924361","bedrooms":"0","price":"182000","area":"426"} , +{"type":"Feature","id":"n469760075","geometry":{"type":"Point","coordinates":[0.051032,51.5394162]},"properties":{"@type":"node","@id":469760075,"@timestamp":1564913933},"coords":"51.5394162,0.051032","bedrooms":"1","price":"160000","area":"470"} , +{"type":"Feature","id":"n469760090","geometry":{"type":"Point","coordinates":[-0.1688174,51.5199253]},"properties":{"@type":"node","@id":469760090,"@timestamp":1627029859},"coords":"51.5199253,-0.1688174","bedrooms":"4","price":"293000","area":"609"} , +{"type":"Feature","id":"n469760104","geometry":{"type":"Point","coordinates":[0.1990481,51.5503318]},"properties":{"@type":"node","@id":469760104,"@timestamp":1556645664},"coords":"51.5503318,0.1990481","bedrooms":"1","price":"284000","area":"626"} , +{"type":"Feature","id":"n469760117","geometry":{"type":"Point","coordinates":[-0.132939,51.5264495]},"properties":{"@type":"node","@id":469760117,"@timestamp":1602948041},"coords":"51.5264495,-0.132939","bedrooms":"4","price":"268000","area":"375"} , +{"type":"Feature","id":"n469760127","geometry":{"type":"Point","coordinates":[-0.1921731,51.6023454]},"properties":{"@type":"node","@id":469760127,"@timestamp":1564913933},"coords":"51.6023454,-0.1921731","bedrooms":"1","price":"194000","area":"457"} , +{"type":"Feature","id":"n469760138","geometry":{"type":"Point","coordinates":[-0.1070025,51.5656831]},"properties":{"@type":"node","@id":469760138,"@timestamp":1564913933},"coords":"51.5656831,-0.1070025","bedrooms":"1","price":"281000","area":"353"} , +{"type":"Feature","id":"n469760150","geometry":{"type":"Point","coordinates":[-0.1937597,51.4801017]},"properties":{"@type":"node","@id":469760150,"@timestamp":1629661100},"coords":"51.4801017,-0.1937597","bedrooms":"3","price":"272000","area":"601"} , +{"type":"Feature","id":"n469760173","geometry":{"type":"Point","coordinates":[-0.1940697,51.5717668]},"properties":{"@type":"node","@id":469760173,"@timestamp":1540036234},"coords":"51.5717668,-0.1940697","bedrooms":"0","price":"295000","area":"473"} , +{"type":"Feature","id":"n469760183","geometry":{"type":"Point","coordinates":[-0.1439454,51.5229962]},"properties":{"@type":"node","@id":469760183,"@timestamp":1632248269},"coords":"51.5229962,-0.1439454","bedrooms":"3","price":"273000","area":"601"} , +{"type":"Feature","id":"n469760194","geometry":{"type":"Point","coordinates":[-0.1431467,51.5065266]},"properties":{"@type":"node","@id":469760194,"@timestamp":1576956529},"coords":"51.5065266,-0.1431467","bedrooms":"4","price":"228000","area":"364"} , +{"type":"Feature","id":"n469760204","geometry":{"type":"Point","coordinates":[-0.1774177,51.5559882]},"properties":{"@type":"node","@id":469760204,"@timestamp":1606654944},"coords":"51.5559882,-0.1774177","bedrooms":"0","price":"257000","area":"369"} , +{"type":"Feature","id":"n469760214","geometry":{"type":"Point","coordinates":[-0.1739396,51.5428643]},"properties":{"@type":"node","@id":469760214,"@timestamp":1564913933},"coords":"51.5428643,-0.1739396","bedrooms":"2","price":"270000","area":"655"} , +{"type":"Feature","id":"n469760224","geometry":{"type":"Point","coordinates":[-0.1666517,51.4271414]},"properties":{"@type":"node","@id":469760224,"@timestamp":1619965636},"coords":"51.4271414,-0.1666517","bedrooms":"4","price":"261000","area":"562"} , +{"type":"Feature","id":"n469760236","geometry":{"type":"Point","coordinates":[-0.1282758,51.5167103]},"properties":{"@type":"node","@id":469760236,"@timestamp":1610032518},"coords":"51.5167103,-0.1282758","bedrooms":"4","price":"297000","area":"529"} , +{"type":"Feature","id":"n469760252","geometry":{"type":"Point","coordinates":[-0.1367868,51.5570674]},"properties":{"@type":"node","@id":469760252,"@timestamp":1515849302},"coords":"51.5570674,-0.1367868","bedrooms":"2","price":"158000","area":"355"} , +{"type":"Feature","id":"n469760266","geometry":{"type":"Point","coordinates":[-0.1035568,51.5907904]},"properties":{"@type":"node","@id":469760266,"@timestamp":1564913933},"coords":"51.5907904,-0.1035568","bedrooms":"0","price":"168000","area":"509"} , +{"type":"Feature","id":"n469760280","geometry":{"type":"Point","coordinates":[0.2359365,51.5590698]},"properties":{"@type":"node","@id":469760280,"@timestamp":1595258111},"coords":"51.5590698,0.2359365","bedrooms":"4","price":"221000","area":"520"} , +{"type":"Feature","id":"n469760303","geometry":{"type":"Point","coordinates":[-0.4783898,51.5465717]},"properties":{"@type":"node","@id":469760303,"@timestamp":1598452292},"coords":"51.5465717,-0.4783898","bedrooms":"1","price":"233000","area":"380"} , +{"type":"Feature","id":"n469760325","geometry":{"type":"Point","coordinates":[-0.1245651,51.4849887]},"properties":{"@type":"node","@id":469760325,"@timestamp":1633021633},"coords":"51.4849887,-0.1245651","bedrooms":"0","price":"184000","area":"482"} , +{"type":"Feature","id":"n469760354","geometry":{"type":"Point","coordinates":[-0.0202835,51.5838555]},"properties":{"@type":"node","@id":469760354,"@timestamp":1564913933},"coords":"51.5838555,-0.0202835","bedrooms":"2","price":"242000","area":"672"} , +{"type":"Feature","id":"n469760368","geometry":{"type":"Point","coordinates":[-0.1386598,51.5258432]},"properties":{"@type":"node","@id":469760368,"@timestamp":1631605098},"coords":"51.5258432,-0.1386598","bedrooms":"3","price":"165000","area":"599"} , +{"type":"Feature","id":"n469760379","geometry":{"type":"Point","coordinates":[-0.1131981,51.503986]},"properties":{"@type":"node","@id":469760379,"@timestamp":1565369665},"coords":"51.503986,-0.1131981","bedrooms":"1","price":"280000","area":"604"} , +{"type":"Feature","id":"n469760395","geometry":{"type":"Point","coordinates":[-0.1634759,51.5128511]},"properties":{"@type":"node","@id":469760395,"@timestamp":1572764606},"coords":"51.5128511,-0.1634759","bedrooms":"0","price":"164000","area":"598"} , +{"type":"Feature","id":"n469760406","geometry":{"type":"Point","coordinates":[-0.1626801,51.5223983]},"properties":{"@type":"node","@id":469760406,"@timestamp":1627027586},"coords":"51.5223983,-0.1626801","bedrooms":"4","price":"255000","area":"528"} , +{"type":"Feature","id":"n469760419","geometry":{"type":"Point","coordinates":[-0.0849072,51.5107942]},"properties":{"@type":"node","@id":469760419,"@timestamp":1575627845},"coords":"51.5107942,-0.0849072","bedrooms":"2","price":"172000","area":"505"} , +{"type":"Feature","id":"n469760431","geometry":{"type":"Point","coordinates":[-0.1955132,51.4017335]},"properties":{"@type":"node","@id":469760431,"@timestamp":1597482181},"coords":"51.4017335,-0.1955132","bedrooms":"2","price":"218000","area":"442"} , +{"type":"Feature","id":"n469760441","geometry":{"type":"Point","coordinates":[0.0904863,51.5756436]},"properties":{"@type":"node","@id":469760441,"@timestamp":1556640694},"coords":"51.5756436,0.0904863","bedrooms":"1","price":"230000","area":"407"} , +{"type":"Feature","id":"n469760453","geometry":{"type":"Point","coordinates":[-0.2597912,51.522892]},"properties":{"@type":"node","@id":469760453,"@timestamp":1597485085},"coords":"51.522892,-0.2597912","bedrooms":"0","price":"162000","area":"354"} , +{"type":"Feature","id":"n469760463","geometry":{"type":"Point","coordinates":[-0.3673664,51.5484712]},"properties":{"@type":"node","@id":469760463,"@timestamp":1563978726},"coords":"51.5484712,-0.3673664","bedrooms":"1","price":"191000","area":"405"} , +{"type":"Feature","id":"n469760474","geometry":{"type":"Point","coordinates":[-0.4096441,51.6010228]},"properties":{"@type":"node","@id":469760474,"@timestamp":1574797878},"coords":"51.6010228,-0.4096441","bedrooms":"2","price":"243000","area":"685"} , +{"type":"Feature","id":"n469760487","geometry":{"type":"Point","coordinates":[-0.3518018,51.4806435]},"properties":{"@type":"node","@id":469760487,"@timestamp":1564913933},"coords":"51.4806435,-0.3518018","bedrooms":"2","price":"261000","area":"518"} , +{"type":"Feature","id":"n469760499","geometry":{"type":"Point","coordinates":[-0.1418836,51.5144539]},"properties":{"@type":"node","@id":469760499,"@timestamp":1628884876},"coords":"51.5144539,-0.1418836","bedrooms":"0","price":"247000","area":"647"} , +{"type":"Feature","id":"n469760515","geometry":{"type":"Point","coordinates":[-0.135466,51.5100703]},"properties":{"@type":"node","@id":469760515,"@timestamp":1622131755},"coords":"51.5100703,-0.135466","bedrooms":"4","price":"231000","area":"672"} , +{"type":"Feature","id":"n469760527","geometry":{"type":"Point","coordinates":[-0.2089888,51.468211]},"properties":{"@type":"node","@id":469760527,"@timestamp":1597484030},"coords":"51.468211,-0.2089888","bedrooms":"4","price":"188000","area":"588"} , +{"type":"Feature","id":"n469760550","geometry":{"type":"Point","coordinates":[-0.2344562,51.4948669]},"properties":{"@type":"node","@id":469760550,"@timestamp":1627413016},"coords":"51.4948669,-0.2344562","bedrooms":"1","price":"231000","area":"405"} , +{"type":"Feature","id":"n469760569","geometry":{"type":"Point","coordinates":[-0.188802,51.5179448]},"properties":{"@type":"node","@id":469760569,"@timestamp":1559062231},"coords":"51.5179448,-0.188802","bedrooms":"4","price":"275000","area":"448"} , +{"type":"Feature","id":"n469760581","geometry":{"type":"Point","coordinates":[-0.4131901,51.5733412]},"properties":{"@type":"node","@id":469760581,"@timestamp":1578868405},"coords":"51.5733412,-0.4131901","bedrooms":"4","price":"294000","area":"655"} , +{"type":"Feature","id":"n469760594","geometry":{"type":"Point","coordinates":[-0.0732315,51.5825621]},"properties":{"@type":"node","@id":469760594,"@timestamp":1564913933},"coords":"51.5825621,-0.0732315","bedrooms":"1","price":"258000","area":"436"} , +{"type":"Feature","id":"n469760604","geometry":{"type":"Point","coordinates":[-0.1563015,51.4931364]},"properties":{"@type":"node","@id":469760604,"@timestamp":1611324004},"coords":"51.4931364,-0.1563015","bedrooms":"1","price":"173000","area":"557"} , +{"type":"Feature","id":"n469760615","geometry":{"type":"Point","coordinates":[-0.2061382,51.4453479]},"properties":{"@type":"node","@id":469760615,"@timestamp":1624211725},"coords":"51.4453479,-0.2061382","bedrooms":"4","price":"228000","area":"455"} , +{"type":"Feature","id":"n469760626","geometry":{"type":"Point","coordinates":[-0.1280754,51.6324165]},"properties":{"@type":"node","@id":469760626,"@timestamp":1633608123},"coords":"51.6324165,-0.1280754","bedrooms":"1","price":"170000","area":"637"} , +{"type":"Feature","id":"n469760640","geometry":{"type":"Point","coordinates":[-0.1745834,51.4945521]},"properties":{"@type":"node","@id":469760640,"@timestamp":1604603770},"coords":"51.4945521,-0.1745834","bedrooms":"1","price":"244000","area":"477"} , +{"type":"Feature","id":"n469760650","geometry":{"type":"Point","coordinates":[-0.2447895,51.4946531]},"properties":{"@type":"node","@id":469760650,"@timestamp":1556642943},"coords":"51.4946531,-0.2447895","bedrooms":"2","price":"222000","area":"688"} , +{"type":"Feature","id":"n469760673","geometry":{"type":"Point","coordinates":[-0.122482,51.4736461]},"properties":{"@type":"node","@id":469760673,"@timestamp":1618840216},"coords":"51.4736461,-0.122482","bedrooms":"1","price":"255000","area":"367"} , +{"type":"Feature","id":"n469760709","geometry":{"type":"Point","coordinates":[-0.2925409,51.5306034]},"properties":{"@type":"node","@id":469760709,"@timestamp":1564913933},"coords":"51.5306034,-0.2925409","bedrooms":"4","price":"257000","area":"410"} , +{"type":"Feature","id":"n469760747","geometry":{"type":"Point","coordinates":[-0.4232743,51.4669352]},"properties":{"@type":"node","@id":469760747,"@timestamp":1564913933},"coords":"51.4669352,-0.4232743","bedrooms":"3","price":"228000","area":"460"} , +{"type":"Feature","id":"n469760772","geometry":{"type":"Point","coordinates":[-0.4472889,51.4584934]},"properties":{"@type":"node","@id":469760772,"@timestamp":1580951897},"coords":"51.4584934,-0.4472889","bedrooms":"0","price":"216000","area":"377"} , +{"type":"Feature","id":"n469760783","geometry":{"type":"Point","coordinates":[-0.1949427,51.6501469]},"properties":{"@type":"node","@id":469760783,"@timestamp":1598704264},"coords":"51.6501469,-0.1949427","bedrooms":"2","price":"150000","area":"403"} , +{"type":"Feature","id":"n469760814","geometry":{"type":"Point","coordinates":[-0.193861,51.5006825]},"properties":{"@type":"node","@id":469760814,"@timestamp":1636231848},"coords":"51.5006825,-0.193861","bedrooms":"4","price":"150000","area":"358"} , +{"type":"Feature","id":"n469760843","geometry":{"type":"Point","coordinates":[-0.112709,51.5528966]},"properties":{"@type":"node","@id":469760843,"@timestamp":1564913933},"coords":"51.5528966,-0.112709","bedrooms":"4","price":"216000","area":"372"} , +{"type":"Feature","id":"n469760886","geometry":{"type":"Point","coordinates":[-0.1502031,51.5008696]},"properties":{"@type":"node","@id":469760886,"@timestamp":1573588672},"coords":"51.5008696,-0.1502031","bedrooms":"2","price":"292000","area":"540"} , +{"type":"Feature","id":"n469760913","geometry":{"type":"Point","coordinates":[-0.1531458,51.5029847]},"properties":{"@type":"node","@id":469760913,"@timestamp":1564913933},"coords":"51.5029847,-0.1531458","bedrooms":"2","price":"229000","area":"564"} , +{"type":"Feature","id":"n469760924","geometry":{"type":"Point","coordinates":[-0.139061,51.5509174]},"properties":{"@type":"node","@id":469760924,"@timestamp":1627411340},"coords":"51.5509174,-0.139061","bedrooms":"0","price":"171000","area":"531"} , +{"type":"Feature","id":"n469760934","geometry":{"type":"Point","coordinates":[-0.1935916,51.5347786]},"properties":{"@type":"node","@id":469760934,"@timestamp":1619961214},"coords":"51.5347786,-0.1935916","bedrooms":"0","price":"289000","area":"439"} , +{"type":"Feature","id":"n469760954","geometry":{"type":"Point","coordinates":[-0.1598525,51.5005198]},"properties":{"@type":"node","@id":469760954,"@timestamp":1601873216},"coords":"51.5005198,-0.1598525","bedrooms":"2","price":"217000","area":"645"} , +{"type":"Feature","id":"n469760970","geometry":{"type":"Point","coordinates":[-0.1749627,51.5125963]},"properties":{"@type":"node","@id":469760970,"@timestamp":1548369930},"coords":"51.5125963,-0.1749627","bedrooms":"2","price":"247000","area":"362"} , +{"type":"Feature","id":"n469760982","geometry":{"type":"Point","coordinates":[0.0092904,51.5690036]},"properties":{"@type":"node","@id":469760982,"@timestamp":1629985591},"coords":"51.5690036,0.0092904","bedrooms":"1","price":"213000","area":"451"} , +{"type":"Feature","id":"n469760993","geometry":{"type":"Point","coordinates":[-0.2788171,51.5636774]},"properties":{"@type":"node","@id":469760993,"@timestamp":1564913933},"coords":"51.5636774,-0.2788171","bedrooms":"1","price":"249000","area":"469"} , +{"type":"Feature","id":"n469761004","geometry":{"type":"Point","coordinates":[0.0047409,51.5277844]},"properties":{"@type":"node","@id":469761004,"@timestamp":1624457481},"coords":"51.5277844,0.0047409","bedrooms":"3","price":"206000","area":"496"} , +{"type":"Feature","id":"n469761015","geometry":{"type":"Point","coordinates":[-0.2246557,51.5115622]},"properties":{"@type":"node","@id":469761015,"@timestamp":1616056378},"coords":"51.5115622,-0.2246557","bedrooms":"4","price":"188000","area":"583"} , +{"type":"Feature","id":"n469761052","geometry":{"type":"Point","coordinates":[-0.1102286,51.5977031]},"properties":{"@type":"node","@id":469761052,"@timestamp":1548922293},"coords":"51.5977031,-0.1102286","bedrooms":"4","price":"203000","area":"675"} , +{"type":"Feature","id":"n469761088","geometry":{"type":"Point","coordinates":[0.1175995,51.400653]},"properties":{"@type":"node","@id":469761088,"@timestamp":1564913933},"coords":"51.400653,0.1175995","bedrooms":"2","price":"162000","area":"414"} , +{"type":"Feature","id":"n469761115","geometry":{"type":"Point","coordinates":[-0.2635444,51.5064749]},"properties":{"@type":"node","@id":469761115,"@timestamp":1613401204},"coords":"51.5064749,-0.2635444","bedrooms":"4","price":"211000","area":"356"} , +{"type":"Feature","id":"n469761127","geometry":{"type":"Point","coordinates":[-0.0658316,51.4119144]},"properties":{"@type":"node","@id":469761127,"@timestamp":1556641634},"coords":"51.4119144,-0.0658316","bedrooms":"2","price":"183000","area":"683"} , +{"type":"Feature","id":"n469761145","geometry":{"type":"Point","coordinates":[-0.1469692,51.4769797]},"properties":{"@type":"node","@id":469761145,"@timestamp":1549917978},"coords":"51.4769797,-0.1469692","bedrooms":"4","price":"268000","area":"414"} , +{"type":"Feature","id":"n469761156","geometry":{"type":"Point","coordinates":[-0.1974464,51.3446235]},"properties":{"@type":"node","@id":469761156,"@timestamp":1501094452},"coords":"51.3446235,-0.1974464","bedrooms":"1","price":"231000","area":"452"} , +{"type":"Feature","id":"n469761167","geometry":{"type":"Point","coordinates":[0.0090996,51.4654353]},"properties":{"@type":"node","@id":469761167,"@timestamp":1573559152},"coords":"51.4654353,0.0090996","bedrooms":"4","price":"290000","area":"612"} , +{"type":"Feature","id":"n469761177","geometry":{"type":"Point","coordinates":[0.0164604,51.4089149]},"properties":{"@type":"node","@id":469761177,"@timestamp":1561205891},"coords":"51.4089149,0.0164604","bedrooms":"0","price":"157000","area":"559"} , +{"type":"Feature","id":"n469761190","geometry":{"type":"Point","coordinates":[-0.0697285,51.5931377]},"properties":{"@type":"node","@id":469761190,"@timestamp":1548344975},"coords":"51.5931377,-0.0697285","bedrooms":"0","price":"185000","area":"601"} , +{"type":"Feature","id":"n469761214","geometry":{"type":"Point","coordinates":[-0.1377928,51.542304]},"properties":{"@type":"node","@id":469761214,"@timestamp":1597485085},"coords":"51.542304,-0.1377928","bedrooms":"4","price":"237000","area":"635"} , +{"type":"Feature","id":"n469761227","geometry":{"type":"Point","coordinates":[-0.0242204,51.4450169]},"properties":{"@type":"node","@id":469761227,"@timestamp":1631446183},"coords":"51.4450169,-0.0242204","bedrooms":"0","price":"270000","area":"460"} , +{"type":"Feature","id":"n469761239","geometry":{"type":"Point","coordinates":[-0.0999169,51.5157403]},"properties":{"@type":"node","@id":469761239,"@timestamp":1573937352},"coords":"51.5157403,-0.0999169","bedrooms":"2","price":"197000","area":"686"} , +{"type":"Feature","id":"n469761251","geometry":{"type":"Point","coordinates":[-0.0924437,51.3747418]},"properties":{"@type":"node","@id":469761251,"@timestamp":1610625686},"coords":"51.3747418,-0.0924437","bedrooms":"1","price":"186000","area":"436"} , +{"type":"Feature","id":"n469761268","geometry":{"type":"Point","coordinates":[-0.0511796,51.3998336]},"properties":{"@type":"node","@id":469761268,"@timestamp":1625729370},"coords":"51.3998336,-0.0511796","bedrooms":"1","price":"157000","area":"532"} , +{"type":"Feature","id":"n469761279","geometry":{"type":"Point","coordinates":[-0.0909716,51.6535576]},"properties":{"@type":"node","@id":469761279,"@timestamp":1629478757},"coords":"51.6535576,-0.0909716","bedrooms":"1","price":"212000","area":"457"} , +{"type":"Feature","id":"n469761289","geometry":{"type":"Point","coordinates":[-0.0783252,51.6523584]},"properties":{"@type":"node","@id":469761289,"@timestamp":1615673592},"coords":"51.6523584,-0.0783252","bedrooms":"0","price":"225000","area":"382"} , +{"type":"Feature","id":"n469761303","geometry":{"type":"Point","coordinates":[-0.0797766,51.5121152]},"properties":{"@type":"node","@id":469761303,"@timestamp":1560563410},"coords":"51.5121152,-0.0797766","bedrooms":"4","price":"277000","area":"519"} , +{"type":"Feature","id":"n469761314","geometry":{"type":"Point","coordinates":[-0.0536578,51.4395979]},"properties":{"@type":"node","@id":469761314,"@timestamp":1556641641},"coords":"51.4395979,-0.0536578","bedrooms":"2","price":"193000","area":"382"} , +{"type":"Feature","id":"n469761324","geometry":{"type":"Point","coordinates":[-0.0979187,51.6424985]},"properties":{"@type":"node","@id":469761324,"@timestamp":1564913933},"coords":"51.6424985,-0.0979187","bedrooms":"0","price":"153000","area":"535"} , +{"type":"Feature","id":"n469761343","geometry":{"type":"Point","coordinates":[-0.0556586,51.5475246]},"properties":{"@type":"node","@id":469761343,"@timestamp":1628274164},"coords":"51.5475246,-0.0556586","bedrooms":"2","price":"299000","area":"367"} , +{"type":"Feature","id":"n469761353","geometry":{"type":"Point","coordinates":[-0.1763951,51.6682401]},"properties":{"@type":"node","@id":469761353,"@timestamp":1633649050},"coords":"51.6682401,-0.1763951","bedrooms":"1","price":"218000","area":"394"} , +{"type":"Feature","id":"n469761367","geometry":{"type":"Point","coordinates":[0.2328785,51.592996]},"properties":{"@type":"node","@id":469761367,"@timestamp":1552740767},"coords":"51.592996,0.2328785","bedrooms":"1","price":"279000","area":"661"} , +{"type":"Feature","id":"n469761377","geometry":{"type":"Point","coordinates":[-0.4206833,51.5033962]},"properties":{"@type":"node","@id":469761377,"@timestamp":1608850568},"coords":"51.5033962,-0.4206833","bedrooms":"2","price":"243000","area":"668"} , +{"type":"Feature","id":"n469761389","geometry":{"type":"Point","coordinates":[-0.1043969,51.4528766]},"properties":{"@type":"node","@id":469761389,"@timestamp":1611787622},"coords":"51.4528766,-0.1043969","bedrooms":"3","price":"167000","area":"366"} , +{"type":"Feature","id":"n469761401","geometry":{"type":"Point","coordinates":[0.0703208,51.5590395]},"properties":{"@type":"node","@id":469761401,"@timestamp":1552740767},"coords":"51.5590395,0.0703208","bedrooms":"1","price":"261000","area":"624"} , +{"type":"Feature","id":"n469761411","geometry":{"type":"Point","coordinates":[-0.0474846,51.4109232]},"properties":{"@type":"node","@id":469761411,"@timestamp":1625747706},"coords":"51.4109232,-0.0474846","bedrooms":"1","price":"246000","area":"539"} , +{"type":"Feature","id":"n469761422","geometry":{"type":"Point","coordinates":[-0.1931964,51.5378615]},"properties":{"@type":"node","@id":469761422,"@timestamp":1597485085},"coords":"51.5378615,-0.1931964","bedrooms":"0","price":"157000","area":"429"} , +{"type":"Feature","id":"n469761432","geometry":{"type":"Point","coordinates":[-0.3027535,51.4125645]},"properties":{"@type":"node","@id":469761432,"@timestamp":1597225284},"coords":"51.4125645,-0.3027535","bedrooms":"4","price":"288000","area":"417"} , +{"type":"Feature","id":"n469761448","geometry":{"type":"Point","coordinates":[-0.0879952,51.506654]},"properties":{"@type":"node","@id":469761448,"@timestamp":1591977604},"coords":"51.506654,-0.0879952","bedrooms":"4","price":"190000","area":"685"} , +{"type":"Feature","id":"n469761461","geometry":{"type":"Point","coordinates":[-0.0947054,51.5121283]},"properties":{"@type":"node","@id":469761461,"@timestamp":1573932027},"coords":"51.5121283,-0.0947054","bedrooms":"0","price":"204000","area":"548"} , +{"type":"Feature","id":"n469761471","geometry":{"type":"Point","coordinates":[-0.3357777,51.5573196]},"properties":{"@type":"node","@id":469761471,"@timestamp":1594915315},"coords":"51.5573196,-0.3357777","bedrooms":"4","price":"290000","area":"566"} , +{"type":"Feature","id":"n469761481","geometry":{"type":"Point","coordinates":[-0.3250632,51.4823101]},"properties":{"@type":"node","@id":469761481,"@timestamp":1564913933},"coords":"51.4823101,-0.3250632","bedrooms":"1","price":"212000","area":"544"} , +{"type":"Feature","id":"n469761491","geometry":{"type":"Point","coordinates":[-0.1061239,51.4395555]},"properties":{"@type":"node","@id":469761491,"@timestamp":1635238888},"coords":"51.4395555,-0.1061239","bedrooms":"4","price":"254000","area":"576"} , +{"type":"Feature","id":"n469761524","geometry":{"type":"Point","coordinates":[-0.1660947,51.4458404]},"properties":{"@type":"node","@id":469761524,"@timestamp":1597484030},"coords":"51.4458404,-0.1660947","bedrooms":"3","price":"172000","area":"677"} , +{"type":"Feature","id":"n469761555","geometry":{"type":"Point","coordinates":[0.1005701,51.4665636]},"properties":{"@type":"node","@id":469761555,"@timestamp":1561292036},"coords":"51.4665636,0.1005701","bedrooms":"0","price":"266000","area":"424"} , +{"type":"Feature","id":"n469761588","geometry":{"type":"Point","coordinates":[-0.1032228,51.3787541]},"properties":{"@type":"node","@id":469761588,"@timestamp":1564913933},"coords":"51.3787541,-0.1032228","bedrooms":"0","price":"187000","area":"390"} , +{"type":"Feature","id":"n469761599","geometry":{"type":"Point","coordinates":[-0.1039845,51.4323501]},"properties":{"@type":"node","@id":469761599,"@timestamp":1628518908},"coords":"51.4323501,-0.1039845","bedrooms":"0","price":"255000","area":"495"} , +{"type":"Feature","id":"n469761634","geometry":{"type":"Point","coordinates":[-0.3582558,51.4488269]},"properties":{"@type":"node","@id":469761634,"@timestamp":1564913933},"coords":"51.4488269,-0.3582558","bedrooms":"2","price":"297000","area":"385"} , +{"type":"Feature","id":"n469761661","geometry":{"type":"Point","coordinates":[-0.0033149,51.5867728]},"properties":{"@type":"node","@id":469761661,"@timestamp":1564913933},"coords":"51.5867728,-0.0033149","bedrooms":"3","price":"213000","area":"390"} , +{"type":"Feature","id":"n469761711","geometry":{"type":"Point","coordinates":[-0.2463279,51.3814929]},"properties":{"@type":"node","@id":469761711,"@timestamp":1615454103},"coords":"51.3814929,-0.2463279","bedrooms":"1","price":"154000","area":"443"} , +{"type":"Feature","id":"n469761752","geometry":{"type":"Point","coordinates":[-0.0737944,51.3800507]},"properties":{"@type":"node","@id":469761752,"@timestamp":1609422356},"coords":"51.3800507,-0.0737944","bedrooms":"3","price":"220000","area":"541"} , +{"type":"Feature","id":"n469761820","geometry":{"type":"Point","coordinates":[-0.1409933,51.3882156]},"properties":{"@type":"node","@id":469761820,"@timestamp":1632769274},"coords":"51.3882156,-0.1409933","bedrooms":"4","price":"160000","area":"548"} , +{"type":"Feature","id":"n469761857","geometry":{"type":"Point","coordinates":[0.0104068,51.6334498]},"properties":{"@type":"node","@id":469761857,"@timestamp":1518818239},"coords":"51.6334498,0.0104068","bedrooms":"0","price":"162000","area":"425"} , +{"type":"Feature","id":"n469761894","geometry":{"type":"Point","coordinates":[-0.1028863,51.5165025]},"properties":{"@type":"node","@id":469761894,"@timestamp":1565365952},"coords":"51.5165025,-0.1028863","bedrooms":"2","price":"195000","area":"519"} , +{"type":"Feature","id":"n469761939","geometry":{"type":"Point","coordinates":[-0.137035,51.3165357]},"properties":{"@type":"node","@id":469761939,"@timestamp":1609631760},"coords":"51.3165357,-0.137035","bedrooms":"2","price":"229000","area":"581"} , +{"type":"Feature","id":"n469761973","geometry":{"type":"Point","coordinates":[-0.0739138,51.4178649]},"properties":{"@type":"node","@id":469761973,"@timestamp":1623511976},"coords":"51.4178649,-0.0739138","bedrooms":"0","price":"278000","area":"370"} , +{"type":"Feature","id":"n469762011","geometry":{"type":"Point","coordinates":[-0.1884222,51.4430236]},"properties":{"@type":"node","@id":469762011,"@timestamp":1597484030},"coords":"51.4430236,-0.1884222","bedrooms":"1","price":"228000","area":"522"} , +{"type":"Feature","id":"n469762049","geometry":{"type":"Point","coordinates":[-0.0376554,51.6657655]},"properties":{"@type":"node","@id":469762049,"@timestamp":1556794523},"coords":"51.6657655,-0.0376554","bedrooms":"4","price":"150000","area":"672"} , +{"type":"Feature","id":"n469762068","geometry":{"type":"Point","coordinates":[-0.2193579,51.4151132]},"properties":{"@type":"node","@id":469762068,"@timestamp":1570144016},"coords":"51.4151132,-0.2193579","bedrooms":"1","price":"150000","area":"448"} , +{"type":"Feature","id":"n469762079","geometry":{"type":"Point","coordinates":[0.0826256,51.5579869]},"properties":{"@type":"node","@id":469762079,"@timestamp":1556640698},"coords":"51.5579869,0.0826256","bedrooms":"0","price":"177000","area":"548"} , +{"type":"Feature","id":"n469762090","geometry":{"type":"Point","coordinates":[-0.3978995,51.6048137]},"properties":{"@type":"node","@id":469762090,"@timestamp":1619707597},"coords":"51.6048137,-0.3978995","bedrooms":"3","price":"251000","area":"563"} , +{"type":"Feature","id":"n469762102","geometry":{"type":"Point","coordinates":[-0.1281968,51.3163066]},"properties":{"@type":"node","@id":469762102,"@timestamp":1590878316},"coords":"51.3163066,-0.1281968","bedrooms":"2","price":"176000","area":"543"} , +{"type":"Feature","id":"n469762113","geometry":{"type":"Point","coordinates":[-0.1947776,51.5520803]},"properties":{"@type":"node","@id":469762113,"@timestamp":1597485085},"coords":"51.5520803,-0.1947776","bedrooms":"0","price":"249000","area":"612"} , +{"type":"Feature","id":"n469762124","geometry":{"type":"Point","coordinates":[-0.117972,51.5130955]},"properties":{"@type":"node","@id":469762124,"@timestamp":1619269877},"coords":"51.5130955,-0.117972","bedrooms":"0","price":"157000","area":"372"} , +{"type":"Feature","id":"n469762136","geometry":{"type":"Point","coordinates":[-0.1328983,51.5932322]},"properties":{"@type":"node","@id":469762136,"@timestamp":1625932231},"coords":"51.5932322,-0.1328983","bedrooms":"4","price":"213000","area":"551"} , +{"type":"Feature","id":"n469762146","geometry":{"type":"Point","coordinates":[-0.1251121,51.5984819]},"properties":{"@type":"node","@id":469762146,"@timestamp":1556640699},"coords":"51.5984819,-0.1251121","bedrooms":"3","price":"187000","area":"355"} , +{"type":"Feature","id":"n469762156","geometry":{"type":"Point","coordinates":[-0.1451587,51.5959463]},"properties":{"@type":"node","@id":469762156,"@timestamp":1625930433},"coords":"51.5959463,-0.1451587","bedrooms":"0","price":"155000","area":"505"} , +{"type":"Feature","id":"n469762166","geometry":{"type":"Point","coordinates":[-0.1431124,51.6089657]},"properties":{"@type":"node","@id":469762166,"@timestamp":1627214929},"coords":"51.6089657,-0.1431124","bedrooms":"2","price":"186000","area":"647"} , +{"type":"Feature","id":"n469762178","geometry":{"type":"Point","coordinates":[0.0939318,51.5281165]},"properties":{"@type":"node","@id":469762178,"@timestamp":1564913933},"coords":"51.5281165,0.0939318","bedrooms":"1","price":"165000","area":"368"} , +{"type":"Feature","id":"n469762189","geometry":{"type":"Point","coordinates":[-0.088708,51.4304034]},"properties":{"@type":"node","@id":469762189,"@timestamp":1570369983},"coords":"51.4304034,-0.088708","bedrooms":"0","price":"261000","area":"382"} , +{"type":"Feature","id":"n469762204","geometry":{"type":"Point","coordinates":[-0.0433041,51.4871313]},"properties":{"@type":"node","@id":469762204,"@timestamp":1630065545},"coords":"51.4871313,-0.0433041","bedrooms":"3","price":"213000","area":"643"} , +{"type":"Feature","id":"n469762220","geometry":{"type":"Point","coordinates":[-0.0754834,51.6073449]},"properties":{"@type":"node","@id":469762220,"@timestamp":1556640700},"coords":"51.6073449,-0.0754834","bedrooms":"1","price":"292000","area":"449"} , +{"type":"Feature","id":"n469762230","geometry":{"type":"Point","coordinates":[-0.0209881,51.4564621]},"properties":{"@type":"node","@id":469762230,"@timestamp":1564913933},"coords":"51.4564621,-0.0209881","bedrooms":"0","price":"290000","area":"656"} , +{"type":"Feature","id":"n469762240","geometry":{"type":"Point","coordinates":[-0.0082117,51.5693927]},"properties":{"@type":"node","@id":469762240,"@timestamp":1616334418},"coords":"51.5693927,-0.0082117","bedrooms":"1","price":"293000","area":"548"} , +{"type":"Feature","id":"n469762251","geometry":{"type":"Point","coordinates":[-0.0317733,51.4249136]},"properties":{"@type":"node","@id":469762251,"@timestamp":1556641654},"coords":"51.4249136,-0.0317733","bedrooms":"3","price":"295000","area":"441"} , +{"type":"Feature","id":"n469762270","geometry":{"type":"Point","coordinates":[-0.2489885,51.6133201]},"properties":{"@type":"node","@id":469762270,"@timestamp":1564913933},"coords":"51.6133201,-0.2489885","bedrooms":"1","price":"197000","area":"571"} , +{"type":"Feature","id":"n469762280","geometry":{"type":"Point","coordinates":[0.0509986,51.4396668]},"properties":{"@type":"node","@id":469762280,"@timestamp":1564913933},"coords":"51.4396668,0.0509986","bedrooms":"4","price":"199000","area":"544"} , +{"type":"Feature","id":"n469762291","geometry":{"type":"Point","coordinates":[0.0715596,51.437317]},"properties":{"@type":"node","@id":469762291,"@timestamp":1564913933},"coords":"51.437317,0.0715596","bedrooms":"1","price":"169000","area":"589"} , +{"type":"Feature","id":"n469762301","geometry":{"type":"Point","coordinates":[-0.0879956,51.4536716]},"properties":{"@type":"node","@id":469762301,"@timestamp":1564913933},"coords":"51.4536716,-0.0879956","bedrooms":"3","price":"205000","area":"561"} , +{"type":"Feature","id":"n469762311","geometry":{"type":"Point","coordinates":[-0.0515552,51.4667426]},"properties":{"@type":"node","@id":469762311,"@timestamp":1584197847},"coords":"51.4667426,-0.0515552","bedrooms":"2","price":"197000","area":"524"} , +{"type":"Feature","id":"n469762322","geometry":{"type":"Point","coordinates":[-0.1755506,51.5155439]},"properties":{"@type":"node","@id":469762322,"@timestamp":1618685844},"coords":"51.5155439,-0.1755506","bedrooms":"4","price":"201000","area":"420"} , +{"type":"Feature","id":"n469762333","geometry":{"type":"Point","coordinates":[-0.0590718,51.4177168]},"properties":{"@type":"node","@id":469762333,"@timestamp":1630334331},"coords":"51.4177168,-0.0590718","bedrooms":"3","price":"216000","area":"353"} , +{"type":"Feature","id":"n469762344","geometry":{"type":"Point","coordinates":[-0.1143253,51.3380932]},"properties":{"@type":"node","@id":469762344,"@timestamp":1591523491},"coords":"51.3380932,-0.1143253","bedrooms":"3","price":"296000","area":"619"} , +{"type":"Feature","id":"n469762355","geometry":{"type":"Point","coordinates":[-0.0582052,51.4734221]},"properties":{"@type":"node","@id":469762355,"@timestamp":1572827230},"coords":"51.4734221,-0.0582052","bedrooms":"0","price":"234000","area":"489"} , +{"type":"Feature","id":"n469762366","geometry":{"type":"Point","coordinates":[-0.2293553,51.4090341]},"properties":{"@type":"node","@id":469762366,"@timestamp":1621495065},"coords":"51.4090341,-0.2293553","bedrooms":"1","price":"212000","area":"472"} , +{"type":"Feature","id":"n469762376","geometry":{"type":"Point","coordinates":[-0.0923371,51.3485236]},"properties":{"@type":"node","@id":469762376,"@timestamp":1610625686},"coords":"51.3485236,-0.0923371","bedrooms":"1","price":"156000","area":"578"} , +{"type":"Feature","id":"n469762387","geometry":{"type":"Point","coordinates":[0.0448581,51.5025507]},"properties":{"@type":"node","@id":469762387,"@timestamp":1565285091},"coords":"51.5025507,0.0448581","bedrooms":"2","price":"233000","area":"688"} , +{"type":"Feature","id":"n469762397","geometry":{"type":"Point","coordinates":[-0.2718249,51.4971177]},"properties":{"@type":"node","@id":469762397,"@timestamp":1521747838},"coords":"51.4971177,-0.2718249","bedrooms":"4","price":"292000","area":"584"} , +{"type":"Feature","id":"n469762407","geometry":{"type":"Point","coordinates":[-0.095388,51.3643161]},"properties":{"@type":"node","@id":469762407,"@timestamp":1556641659},"coords":"51.3643161,-0.095388","bedrooms":"2","price":"154000","area":"533"} , +{"type":"Feature","id":"n469762417","geometry":{"type":"Point","coordinates":[-0.1968609,51.3893363]},"properties":{"@type":"node","@id":469762417,"@timestamp":1597482181},"coords":"51.3893363,-0.1968609","bedrooms":"4","price":"254000","area":"544"} , +{"type":"Feature","id":"n469762427","geometry":{"type":"Point","coordinates":[-0.0069622,51.5083005]},"properties":{"@type":"node","@id":469762427,"@timestamp":1626252645},"coords":"51.5083005,-0.0069622","bedrooms":"1","price":"172000","area":"542"} , +{"type":"Feature","id":"n469762438","geometry":{"type":"Point","coordinates":[-0.0140684,51.4956493]},"properties":{"@type":"node","@id":469762438,"@timestamp":1625661880},"coords":"51.4956493,-0.0140684","bedrooms":"0","price":"268000","area":"403"} , +{"type":"Feature","id":"n469762451","geometry":{"type":"Point","coordinates":[-0.0156792,51.5228825]},"properties":{"@type":"node","@id":469762451,"@timestamp":1624815391},"coords":"51.5228825,-0.0156792","bedrooms":"0","price":"299000","area":"502"} , +{"type":"Feature","id":"n469762468","geometry":{"type":"Point","coordinates":[-0.0376398,51.3526926]},"properties":{"@type":"node","@id":469762468,"@timestamp":1591525618},"coords":"51.3526926,-0.0376398","bedrooms":"0","price":"190000","area":"421"} , +{"type":"Feature","id":"n469762483","geometry":{"type":"Point","coordinates":[-0.2022514,51.4151232]},"properties":{"@type":"node","@id":469762483,"@timestamp":1597482181},"coords":"51.4151232,-0.2022514","bedrooms":"3","price":"279000","area":"457"} , +{"type":"Feature","id":"n469762494","geometry":{"type":"Point","coordinates":[-0.0180446,51.3432856]},"properties":{"@type":"node","@id":469762494,"@timestamp":1592427908},"coords":"51.3432856,-0.0180446","bedrooms":"4","price":"298000","area":"359"} , +{"type":"Feature","id":"n469762511","geometry":{"type":"Point","coordinates":[-0.1182427,51.3766596]},"properties":{"@type":"node","@id":469762511,"@timestamp":1556641661},"coords":"51.3766596,-0.1182427","bedrooms":"1","price":"205000","area":"524"} , +{"type":"Feature","id":"n469762528","geometry":{"type":"Point","coordinates":[-0.0064675,51.5346751]},"properties":{"@type":"node","@id":469762528,"@timestamp":1628836622},"coords":"51.5346751,-0.0064675","bedrooms":"4","price":"216000","area":"468"} , +{"type":"Feature","id":"n469762543","geometry":{"type":"Point","coordinates":[-0.2790666,51.5387615]},"properties":{"@type":"node","@id":469762543,"@timestamp":1547349246},"coords":"51.5387615,-0.2790666","bedrooms":"3","price":"273000","area":"694"} , +{"type":"Feature","id":"n469762555","geometry":{"type":"Point","coordinates":[0.2130111,51.5293426]},"properties":{"@type":"node","@id":469762555,"@timestamp":1556645668},"coords":"51.5293426,0.2130111","bedrooms":"1","price":"222000","area":"435"} , +{"type":"Feature","id":"n469762570","geometry":{"type":"Point","coordinates":[-0.0009568,51.5125089]},"properties":{"@type":"node","@id":469762570,"@timestamp":1626098589},"coords":"51.5125089,-0.0009568","bedrooms":"3","price":"242000","area":"608"} , +{"type":"Feature","id":"n469762584","geometry":{"type":"Point","coordinates":[-0.2070342,51.6066941]},"properties":{"@type":"node","@id":469762584,"@timestamp":1583880080},"coords":"51.6066941,-0.2070342","bedrooms":"4","price":"240000","area":"629"} , +{"type":"Feature","id":"n469762598","geometry":{"type":"Point","coordinates":[-0.1281193,51.4089575]},"properties":{"@type":"node","@id":469762598,"@timestamp":1610218023},"coords":"51.4089575,-0.1281193","bedrooms":"2","price":"221000","area":"454"} , +{"type":"Feature","id":"n469762609","geometry":{"type":"Point","coordinates":[-0.0023233,51.5479782]},"properties":{"@type":"node","@id":469762609,"@timestamp":1627119838},"coords":"51.5479782,-0.0023233","bedrooms":"1","price":"262000","area":"635"} , +{"type":"Feature","id":"n469762623","geometry":{"type":"Point","coordinates":[-0.3115348,51.5320916]},"properties":{"@type":"node","@id":469762623,"@timestamp":1556642952},"coords":"51.5320916,-0.3115348","bedrooms":"4","price":"202000","area":"651"} , +{"type":"Feature","id":"n469762641","geometry":{"type":"Point","coordinates":[-0.016987,51.6202516]},"properties":{"@type":"node","@id":469762641,"@timestamp":1617462124},"coords":"51.6202516,-0.016987","bedrooms":"4","price":"202000","area":"663"} , +{"type":"Feature","id":"n469762656","geometry":{"type":"Point","coordinates":[-0.1874654,51.5526298]},"properties":{"@type":"node","@id":469762656,"@timestamp":1597485085},"coords":"51.5526298,-0.1874654","bedrooms":"2","price":"159000","area":"486"} , +{"type":"Feature","id":"n469762668","geometry":{"type":"Point","coordinates":[0.1992184,51.5479531]},"properties":{"@type":"node","@id":469762668,"@timestamp":1556645669},"coords":"51.5479531,0.1992184","bedrooms":"4","price":"191000","area":"443"} , +{"type":"Feature","id":"n469762678","geometry":{"type":"Point","coordinates":[-0.0760656,51.6110643]},"properties":{"@type":"node","@id":469762678,"@timestamp":1556643695},"coords":"51.6110643,-0.0760656","bedrooms":"2","price":"195000","area":"403"} , +{"type":"Feature","id":"n469762692","geometry":{"type":"Point","coordinates":[-0.3107411,51.5190248]},"properties":{"@type":"node","@id":469762692,"@timestamp":1564913933},"coords":"51.5190248,-0.3107411","bedrooms":"3","price":"260000","area":"362"} , +{"type":"Feature","id":"n469762702","geometry":{"type":"Point","coordinates":[-0.0610213,51.4921688]},"properties":{"@type":"node","@id":469762702,"@timestamp":1574340155},"coords":"51.4921688,-0.0610213","bedrooms":"3","price":"280000","area":"360"} , +{"type":"Feature","id":"n469762715","geometry":{"type":"Point","coordinates":[-0.072796,51.4158646]},"properties":{"@type":"node","@id":469762715,"@timestamp":1579985597},"coords":"51.4158646,-0.072796","bedrooms":"3","price":"163000","area":"601"} , +{"type":"Feature","id":"n469762725","geometry":{"type":"Point","coordinates":[-0.1049053,51.5315226]},"properties":{"@type":"node","@id":469762725,"@timestamp":1628836060},"coords":"51.5315226,-0.1049053","bedrooms":"1","price":"163000","area":"388"} , +{"type":"Feature","id":"n469762741","geometry":{"type":"Point","coordinates":[-0.055599,51.5064972]},"properties":{"@type":"node","@id":469762741,"@timestamp":1631437422},"coords":"51.5064972,-0.055599","bedrooms":"2","price":"191000","area":"371"} , +{"type":"Feature","id":"n469762751","geometry":{"type":"Point","coordinates":[-0.2547043,51.6227495]},"properties":{"@type":"node","@id":469762751,"@timestamp":1623271802},"coords":"51.6227495,-0.2547043","bedrooms":"1","price":"243000","area":"361"} , +{"type":"Feature","id":"n469762761","geometry":{"type":"Point","coordinates":[-0.4632932,51.5174512]},"properties":{"@type":"node","@id":469762761,"@timestamp":1564913933},"coords":"51.5174512,-0.4632932","bedrooms":"2","price":"154000","area":"510"} , +{"type":"Feature","id":"n469762771","geometry":{"type":"Point","coordinates":[0.0510763,51.4643938]},"properties":{"@type":"node","@id":469762771,"@timestamp":1556641666},"coords":"51.4643938,0.0510763","bedrooms":"0","price":"283000","area":"411"} , +{"type":"Feature","id":"n469762782","geometry":{"type":"Point","coordinates":[-0.1379706,51.5707063]},"properties":{"@type":"node","@id":469762782,"@timestamp":1628460085},"coords":"51.5707063,-0.1379706","bedrooms":"1","price":"286000","area":"562"} , +{"type":"Feature","id":"n469762792","geometry":{"type":"Point","coordinates":[-0.0018162,51.4377802]},"properties":{"@type":"node","@id":469762792,"@timestamp":1556641667},"coords":"51.4377802,-0.0018162","bedrooms":"2","price":"168000","area":"477"} , +{"type":"Feature","id":"n469762803","geometry":{"type":"Point","coordinates":[-0.2237713,51.5086108]},"properties":{"@type":"node","@id":469762803,"@timestamp":1571349925},"coords":"51.5086108,-0.2237713","bedrooms":"1","price":"271000","area":"542"} , +{"type":"Feature","id":"n469762814","geometry":{"type":"Point","coordinates":[-0.1408122,51.6278423]},"properties":{"@type":"node","@id":469762814,"@timestamp":1556643696},"coords":"51.6278423,-0.1408122","bedrooms":"1","price":"194000","area":"532"} , +{"type":"Feature","id":"n469762824","geometry":{"type":"Point","coordinates":[0.1482429,51.5351138]},"properties":{"@type":"node","@id":469762824,"@timestamp":1601328765},"coords":"51.5351138,0.1482429","bedrooms":"0","price":"175000","area":"375"} , +{"type":"Feature","id":"n469762838","geometry":{"type":"Point","coordinates":[-0.0684904,51.344754]},"properties":{"@type":"node","@id":469762838,"@timestamp":1591525618},"coords":"51.344754,-0.0684904","bedrooms":"2","price":"249000","area":"443"} , +{"type":"Feature","id":"n469762863","geometry":{"type":"Point","coordinates":[-0.1512526,51.4174838]},"properties":{"@type":"node","@id":469762863,"@timestamp":1556641067},"coords":"51.4174838,-0.1512526","bedrooms":"0","price":"299000","area":"360"} , +{"type":"Feature","id":"n469762885","geometry":{"type":"Point","coordinates":[-0.1343445,51.4186859]},"properties":{"@type":"node","@id":469762885,"@timestamp":1613328659},"coords":"51.4186859,-0.1343445","bedrooms":"0","price":"185000","area":"453"} , +{"type":"Feature","id":"n469762910","geometry":{"type":"Point","coordinates":[-0.1165829,51.4448095]},"properties":{"@type":"node","@id":469762910,"@timestamp":1556641668},"coords":"51.4448095,-0.1165829","bedrooms":"0","price":"231000","area":"462"} , +{"type":"Feature","id":"n469762934","geometry":{"type":"Point","coordinates":[-0.4510259,51.5521362]},"properties":{"@type":"node","@id":469762934,"@timestamp":1564913933},"coords":"51.5521362,-0.4510259","bedrooms":"1","price":"212000","area":"418"} , +{"type":"Feature","id":"n469762956","geometry":{"type":"Point","coordinates":[0.1756522,51.6032308]},"properties":{"@type":"node","@id":469762956,"@timestamp":1556645670},"coords":"51.6032308,0.1756522","bedrooms":"0","price":"215000","area":"688"} , +{"type":"Feature","id":"n469762973","geometry":{"type":"Point","coordinates":[-0.1643506,51.5346736]},"properties":{"@type":"node","@id":469762973,"@timestamp":1617542120},"coords":"51.5346736,-0.1643506","bedrooms":"4","price":"194000","area":"543"} , +{"type":"Feature","id":"n469763003","geometry":{"type":"Point","coordinates":[-0.2025348,51.3459683]},"properties":{"@type":"node","@id":469763003,"@timestamp":1564913933},"coords":"51.3459683,-0.2025348","bedrooms":"1","price":"255000","area":"632"} , +{"type":"Feature","id":"n469763021","geometry":{"type":"Point","coordinates":[-0.0762833,51.4655189]},"properties":{"@type":"node","@id":469763021,"@timestamp":1564913933},"coords":"51.4655189,-0.0762833","bedrooms":"3","price":"209000","area":"619"} , +{"type":"Feature","id":"n469763036","geometry":{"type":"Point","coordinates":[-0.0831099,51.5978521]},"properties":{"@type":"node","@id":469763036,"@timestamp":1556640704},"coords":"51.5978521,-0.0831099","bedrooms":"1","price":"191000","area":"358"} , +{"type":"Feature","id":"n469763071","geometry":{"type":"Point","coordinates":[-0.0710885,51.4927941]},"properties":{"@type":"node","@id":469763071,"@timestamp":1591984840},"coords":"51.4927941,-0.0710885","bedrooms":"3","price":"250000","area":"571"} , +{"type":"Feature","id":"n469763083","geometry":{"type":"Point","coordinates":[-0.1738897,51.469822]},"properties":{"@type":"node","@id":469763083,"@timestamp":1597484030},"coords":"51.469822,-0.1738897","bedrooms":"2","price":"271000","area":"603"} , +{"type":"Feature","id":"n469763099","geometry":{"type":"Point","coordinates":[-0.311861,51.3915079]},"properties":{"@type":"node","@id":469763099,"@timestamp":1595761112},"coords":"51.3915079,-0.311861","bedrooms":"4","price":"209000","area":"536"} , +{"type":"Feature","id":"n469763109","geometry":{"type":"Point","coordinates":[0.2071461,51.5788647]},"properties":{"@type":"node","@id":469763109,"@timestamp":1564913933},"coords":"51.5788647,0.2071461","bedrooms":"3","price":"182000","area":"653"} , +{"type":"Feature","id":"n469763119","geometry":{"type":"Point","coordinates":[-0.0725042,51.3558278]},"properties":{"@type":"node","@id":469763119,"@timestamp":1556641670},"coords":"51.3558278,-0.0725042","bedrooms":"1","price":"269000","area":"557"} , +{"type":"Feature","id":"n469763132","geometry":{"type":"Point","coordinates":[0.0261048,51.618814]},"properties":{"@type":"node","@id":469763132,"@timestamp":1617462605},"coords":"51.618814,0.0261048","bedrooms":"3","price":"161000","area":"516"} , +{"type":"Feature","id":"n469763143","geometry":{"type":"Point","coordinates":[0.0822332,51.5472232]},"properties":{"@type":"node","@id":469763143,"@timestamp":1556640705},"coords":"51.5472232,0.0822332","bedrooms":"2","price":"159000","area":"554"} , +{"type":"Feature","id":"n469763154","geometry":{"type":"Point","coordinates":[-0.0917262,51.5199187]},"properties":{"@type":"node","@id":469763154,"@timestamp":1537524553},"coords":"51.5199187,-0.0917262","bedrooms":"2","price":"274000","area":"663"} , +{"type":"Feature","id":"n469763164","geometry":{"type":"Point","coordinates":[0.0131342,51.4460045]},"properties":{"@type":"node","@id":469763164,"@timestamp":1564913933},"coords":"51.4460045,0.0131342","bedrooms":"0","price":"272000","area":"412"} , +{"type":"Feature","id":"n469763176","geometry":{"type":"Point","coordinates":[0.0770102,51.5360192]},"properties":{"@type":"node","@id":469763176,"@timestamp":1626715162},"coords":"51.5360192,0.0770102","bedrooms":"0","price":"248000","area":"376"} , +{"type":"Feature","id":"n469763187","geometry":{"type":"Point","coordinates":[0.0812911,51.5879934]},"properties":{"@type":"node","@id":469763187,"@timestamp":1558015778},"coords":"51.5879934,0.0812911","bedrooms":"2","price":"284000","area":"578"} , +{"type":"Feature","id":"n469763198","geometry":{"type":"Point","coordinates":[-0.2515522,51.5640841]},"properties":{"@type":"node","@id":469763198,"@timestamp":1564913933},"coords":"51.5640841,-0.2515522","bedrooms":"1","price":"274000","area":"473"} , +{"type":"Feature","id":"n469763208","geometry":{"type":"Point","coordinates":[-0.1925168,51.5415381]},"properties":{"@type":"node","@id":469763208,"@timestamp":1619961214},"coords":"51.5415381,-0.1925168","bedrooms":"2","price":"236000","area":"410"} , +{"type":"Feature","id":"n469763220","geometry":{"type":"Point","coordinates":[-0.2682029,51.5293575]},"properties":{"@type":"node","@id":469763220,"@timestamp":1597485085},"coords":"51.5293575,-0.2682029","bedrooms":"1","price":"154000","area":"388"} , +{"type":"Feature","id":"n469763230","geometry":{"type":"Point","coordinates":[-0.268167,51.5062568]},"properties":{"@type":"node","@id":469763230,"@timestamp":1556642958},"coords":"51.5062568,-0.268167","bedrooms":"3","price":"154000","area":"603"} , +{"type":"Feature","id":"n469763242","geometry":{"type":"Point","coordinates":[-0.0183651,51.3640296]},"properties":{"@type":"node","@id":469763242,"@timestamp":1617716313},"coords":"51.3640296,-0.0183651","bedrooms":"1","price":"241000","area":"564"} , +{"type":"Feature","id":"n469763252","geometry":{"type":"Point","coordinates":[-0.0325435,51.3564158]},"properties":{"@type":"node","@id":469763252,"@timestamp":1594244186},"coords":"51.3564158,-0.0325435","bedrooms":"2","price":"177000","area":"438"} , +{"type":"Feature","id":"n469763262","geometry":{"type":"Point","coordinates":[-0.0074514,51.5832552]},"properties":{"@type":"node","@id":469763262,"@timestamp":1564913933},"coords":"51.5832552,-0.0074514","bedrooms":"2","price":"219000","area":"403"} , +{"type":"Feature","id":"n469763273","geometry":{"type":"Point","coordinates":[-0.3729046,51.5327515]},"properties":{"@type":"node","@id":469763273,"@timestamp":1623872974},"coords":"51.5327515,-0.3729046","bedrooms":"4","price":"167000","area":"465"} , +{"type":"Feature","id":"n469763283","geometry":{"type":"Point","coordinates":[-0.322776,51.4599398]},"properties":{"@type":"node","@id":469763283,"@timestamp":1628946067},"coords":"51.4599398,-0.322776","bedrooms":"4","price":"288000","area":"508"} , +{"type":"Feature","id":"n469763296","geometry":{"type":"Point","coordinates":[0.2092449,51.5434345]},"properties":{"@type":"node","@id":469763296,"@timestamp":1587759072},"coords":"51.5434345,0.2092449","bedrooms":"3","price":"193000","area":"433"} , +{"type":"Feature","id":"n469763310","geometry":{"type":"Point","coordinates":[-0.0930143,51.4824313]},"properties":{"@type":"node","@id":469763310,"@timestamp":1629150751},"coords":"51.4824313,-0.0930143","bedrooms":"2","price":"234000","area":"515"} , +{"type":"Feature","id":"n469763324","geometry":{"type":"Point","coordinates":[-0.2416364,51.5065878]},"properties":{"@type":"node","@id":469763324,"@timestamp":1622873699},"coords":"51.5065878,-0.2416364","bedrooms":"3","price":"282000","area":"691"} , +{"type":"Feature","id":"n469763340","geometry":{"type":"Point","coordinates":[0.0790494,51.5256376]},"properties":{"@type":"node","@id":469763340,"@timestamp":1556640708},"coords":"51.5256376,0.0790494","bedrooms":"0","price":"293000","area":"350"} , +{"type":"Feature","id":"n469763350","geometry":{"type":"Point","coordinates":[0.1303005,51.5581766]},"properties":{"@type":"node","@id":469763350,"@timestamp":1556643699},"coords":"51.5581766,0.1303005","bedrooms":"3","price":"219000","area":"563"} , +{"type":"Feature","id":"n469763365","geometry":{"type":"Point","coordinates":[-0.1313017,51.3676079]},"properties":{"@type":"node","@id":469763365,"@timestamp":1556641072},"coords":"51.3676079,-0.1313017","bedrooms":"3","price":"204000","area":"584"} , +{"type":"Feature","id":"n469763376","geometry":{"type":"Point","coordinates":[-0.1317925,51.3731367]},"properties":{"@type":"node","@id":469763376,"@timestamp":1632769274},"coords":"51.3731367,-0.1317925","bedrooms":"0","price":"243000","area":"683"} , +{"type":"Feature","id":"n469763393","geometry":{"type":"Point","coordinates":[-0.4249653,51.4401]},"properties":{"@type":"node","@id":469763393,"@timestamp":1581033272},"coords":"51.4401,-0.4249653","bedrooms":"0","price":"191000","area":"574"} , +{"type":"Feature","id":"n469763410","geometry":{"type":"Point","coordinates":[-0.434493,51.4523048]},"properties":{"@type":"node","@id":469763410,"@timestamp":1574784209},"coords":"51.4523048,-0.434493","bedrooms":"2","price":"212000","area":"662"} , +{"type":"Feature","id":"n469763422","geometry":{"type":"Point","coordinates":[0.0225793,51.5916845]},"properties":{"@type":"node","@id":469763422,"@timestamp":1552813819},"coords":"51.5916845,0.0225793","bedrooms":"2","price":"269000","area":"426"} , +{"type":"Feature","id":"n469763433","geometry":{"type":"Point","coordinates":[-0.1678399,51.3776095]},"properties":{"@type":"node","@id":469763433,"@timestamp":1556641074},"coords":"51.3776095,-0.1678399","bedrooms":"1","price":"179000","area":"413"} , +{"type":"Feature","id":"n469763443","geometry":{"type":"Point","coordinates":[-0.1584029,51.6676239]},"properties":{"@type":"node","@id":469763443,"@timestamp":1556643701},"coords":"51.6676239,-0.1584029","bedrooms":"1","price":"265000","area":"434"} , +{"type":"Feature","id":"n469763453","geometry":{"type":"Point","coordinates":[-0.0615328,51.3869182]},"properties":{"@type":"node","@id":469763453,"@timestamp":1556641678},"coords":"51.3869182,-0.0615328","bedrooms":"3","price":"277000","area":"686"} , +{"type":"Feature","id":"n469763463","geometry":{"type":"Point","coordinates":[0.0818634,51.4151364]},"properties":{"@type":"node","@id":469763463,"@timestamp":1564913938},"coords":"51.4151364,0.0818634","bedrooms":"4","price":"154000","area":"427"} , +{"type":"Feature","id":"n469763473","geometry":{"type":"Point","coordinates":[-0.1285172,51.4275369]},"properties":{"@type":"node","@id":469763473,"@timestamp":1619897963},"coords":"51.4275369,-0.1285172","bedrooms":"1","price":"207000","area":"619"} , +{"type":"Feature","id":"n469763483","geometry":{"type":"Point","coordinates":[-0.208973,51.4027404]},"properties":{"@type":"node","@id":469763483,"@timestamp":1589107205},"coords":"51.4027404,-0.208973","bedrooms":"0","price":"286000","area":"630"} , +{"type":"Feature","id":"n469763493","geometry":{"type":"Point","coordinates":[0.0031625,51.5631757]},"properties":{"@type":"node","@id":469763493,"@timestamp":1625198475},"coords":"51.5631757,0.0031625","bedrooms":"4","price":"264000","area":"613"} , +{"type":"Feature","id":"n469763504","geometry":{"type":"Point","coordinates":[-0.3213123,51.423851]},"properties":{"@type":"node","@id":469763504,"@timestamp":1564913938},"coords":"51.423851,-0.3213123","bedrooms":"2","price":"282000","area":"635"} , +{"type":"Feature","id":"n469763531","geometry":{"type":"Point","coordinates":[0.155123,51.4473074]},"properties":{"@type":"node","@id":469763531,"@timestamp":1556641680},"coords":"51.4473074,0.155123","bedrooms":"4","price":"176000","area":"619"} , +{"type":"Feature","id":"n469763563","geometry":{"type":"Point","coordinates":[0.0953376,51.5355322]},"properties":{"@type":"node","@id":469763563,"@timestamp":1625399552},"coords":"51.5355322,0.0953376","bedrooms":"4","price":"194000","area":"542"} , +{"type":"Feature","id":"n469763586","geometry":{"type":"Point","coordinates":[-0.1788246,51.5853455]},"properties":{"@type":"node","@id":469763586,"@timestamp":1635600012},"coords":"51.5853455,-0.1788246","bedrooms":"3","price":"244000","area":"665"} , +{"type":"Feature","id":"n469763611","geometry":{"type":"Point","coordinates":[-0.1483849,51.3535188]},"properties":{"@type":"node","@id":469763611,"@timestamp":1564913938},"coords":"51.3535188,-0.1483849","bedrooms":"4","price":"161000","area":"404"} , +{"type":"Feature","id":"n469763623","geometry":{"type":"Point","coordinates":[-0.165252,51.4508236]},"properties":{"@type":"node","@id":469763623,"@timestamp":1597484030},"coords":"51.4508236,-0.165252","bedrooms":"0","price":"275000","area":"619"} , +{"type":"Feature","id":"n469763633","geometry":{"type":"Point","coordinates":[-0.0903332,51.6639872]},"properties":{"@type":"node","@id":469763633,"@timestamp":1629118219},"coords":"51.6639872,-0.0903332","bedrooms":"3","price":"289000","area":"655"} , +{"type":"Feature","id":"n469763643","geometry":{"type":"Point","coordinates":[-0.4307756,51.5052857]},"properties":{"@type":"node","@id":469763643,"@timestamp":1564913938},"coords":"51.5052857,-0.4307756","bedrooms":"3","price":"270000","area":"504"} , +{"type":"Feature","id":"n469763653","geometry":{"type":"Point","coordinates":[-0.1626808,51.4485725]},"properties":{"@type":"node","@id":469763653,"@timestamp":1597484030},"coords":"51.4485725,-0.1626808","bedrooms":"3","price":"277000","area":"656"} , +{"type":"Feature","id":"n469763664","geometry":{"type":"Point","coordinates":[-0.3058537,51.5118702]},"properties":{"@type":"node","@id":469763664,"@timestamp":1607896005},"coords":"51.5118702,-0.3058537","bedrooms":"4","price":"252000","area":"557"} , +{"type":"Feature","id":"n469763676","geometry":{"type":"Point","coordinates":[-0.0996662,51.4995053]},"properties":{"@type":"node","@id":469763676,"@timestamp":1591986669},"coords":"51.4995053,-0.0996662","bedrooms":"3","price":"189000","area":"599"} , +{"type":"Feature","id":"n469763687","geometry":{"type":"Point","coordinates":[0.1132243,51.4874877]},"properties":{"@type":"node","@id":469763687,"@timestamp":1500075100},"coords":"51.4874877,0.1132243","bedrooms":"3","price":"246000","area":"445"} , +{"type":"Feature","id":"n469763697","geometry":{"type":"Point","coordinates":[-0.1259017,51.6760657]},"properties":{"@type":"node","@id":469763697,"@timestamp":1605365341},"coords":"51.6760657,-0.1259017","bedrooms":"1","price":"166000","area":"567"} , +{"type":"Feature","id":"n469763708","geometry":{"type":"Point","coordinates":[-0.4208737,51.5093076]},"properties":{"@type":"node","@id":469763708,"@timestamp":1608916705},"coords":"51.5093076,-0.4208737","bedrooms":"1","price":"161000","area":"542"} , +{"type":"Feature","id":"n469763721","geometry":{"type":"Point","coordinates":[0.0399877,51.5224357]},"properties":{"@type":"node","@id":469763721,"@timestamp":1596982460},"coords":"51.5224357,0.0399877","bedrooms":"3","price":"257000","area":"591"} , +{"type":"Feature","id":"n469763740","geometry":{"type":"Point","coordinates":[-0.1848999,51.5381926]},"properties":{"@type":"node","@id":469763740,"@timestamp":1597485085},"coords":"51.5381926,-0.1848999","bedrooms":"4","price":"224000","area":"689"} , +{"type":"Feature","id":"n469763767","geometry":{"type":"Point","coordinates":[0.1599983,51.4598465]},"properties":{"@type":"node","@id":469763767,"@timestamp":1560078101},"coords":"51.4598465,0.1599983","bedrooms":"3","price":"282000","area":"650"} , +{"type":"Feature","id":"n469763785","geometry":{"type":"Point","coordinates":[-0.1991937,51.6528371]},"properties":{"@type":"node","@id":469763785,"@timestamp":1558782781},"coords":"51.6528371,-0.1991937","bedrooms":"1","price":"236000","area":"489"} , +{"type":"Feature","id":"n469763806","geometry":{"type":"Point","coordinates":[-0.2015454,51.6544068]},"properties":{"@type":"node","@id":469763806,"@timestamp":1588683313},"coords":"51.6544068,-0.2015454","bedrooms":"1","price":"275000","area":"678"} , +{"type":"Feature","id":"n469763822","geometry":{"type":"Point","coordinates":[-0.3017151,51.428633]},"properties":{"@type":"node","@id":469763822,"@timestamp":1626623173},"coords":"51.428633,-0.3017151","bedrooms":"3","price":"210000","area":"593"} , +{"type":"Feature","id":"n469763853","geometry":{"type":"Point","coordinates":[-0.2769921,51.3811992]},"properties":{"@type":"node","@id":469763853,"@timestamp":1597481022},"coords":"51.3811992,-0.2769921","bedrooms":"2","price":"276000","area":"393"} , +{"type":"Feature","id":"n469763879","geometry":{"type":"Point","coordinates":[-0.0573946,51.4659572]},"properties":{"@type":"node","@id":469763879,"@timestamp":1619893722},"coords":"51.4659572,-0.0573946","bedrooms":"3","price":"201000","area":"476"} , +{"type":"Feature","id":"n469763928","geometry":{"type":"Point","coordinates":[0.1622692,51.5631932]},"properties":{"@type":"node","@id":469763928,"@timestamp":1564913938},"coords":"51.5631932,0.1622692","bedrooms":"1","price":"229000","area":"622"} , +{"type":"Feature","id":"n469763977","geometry":{"type":"Point","coordinates":[-0.3952278,51.4680902]},"properties":{"@type":"node","@id":469763977,"@timestamp":1580951036},"coords":"51.4680902,-0.3952278","bedrooms":"0","price":"177000","area":"512"} , +{"type":"Feature","id":"n469764010","geometry":{"type":"Point","coordinates":[0.0948378,51.5259488]},"properties":{"@type":"node","@id":469764010,"@timestamp":1564913938},"coords":"51.5259488,0.0948378","bedrooms":"2","price":"257000","area":"533"} , +{"type":"Feature","id":"n469764031","geometry":{"type":"Point","coordinates":[-0.1722666,51.482359]},"properties":{"@type":"node","@id":469764031,"@timestamp":1630759093},"coords":"51.482359,-0.1722666","bedrooms":"1","price":"162000","area":"656"} , +{"type":"Feature","id":"n469764055","geometry":{"type":"Point","coordinates":[-0.1705268,51.4704365]},"properties":{"@type":"node","@id":469764055,"@timestamp":1630759093},"coords":"51.4704365,-0.1705268","bedrooms":"2","price":"227000","area":"425"} , +{"type":"Feature","id":"n469764077","geometry":{"type":"Point","coordinates":[0.0006532,51.4363166]},"properties":{"@type":"node","@id":469764077,"@timestamp":1592123658},"coords":"51.4363166,0.0006532","bedrooms":"4","price":"275000","area":"429"} , +{"type":"Feature","id":"n469764087","geometry":{"type":"Point","coordinates":[0.0328836,51.4096385]},"properties":{"@type":"node","@id":469764087,"@timestamp":1627393012},"coords":"51.4096385,0.0328836","bedrooms":"2","price":"159000","area":"699"} , +{"type":"Feature","id":"n469764097","geometry":{"type":"Point","coordinates":[-0.0925959,51.3882816]},"properties":{"@type":"node","@id":469764097,"@timestamp":1556641686},"coords":"51.3882816,-0.0925959","bedrooms":"2","price":"268000","area":"558"} , +{"type":"Feature","id":"n469764107","geometry":{"type":"Point","coordinates":[-0.243726,51.54901]},"properties":{"@type":"node","@id":469764107,"@timestamp":1597485085},"coords":"51.54901,-0.243726","bedrooms":"1","price":"233000","area":"369"} , +{"type":"Feature","id":"n469764117","geometry":{"type":"Point","coordinates":[-0.3920641,51.4341728]},"properties":{"@type":"node","@id":469764117,"@timestamp":1564913938},"coords":"51.4341728,-0.3920641","bedrooms":"2","price":"183000","area":"699"} , +{"type":"Feature","id":"n469764127","geometry":{"type":"Point","coordinates":[-0.1786118,51.4873681]},"properties":{"@type":"node","@id":469764127,"@timestamp":1608314022},"coords":"51.4873681,-0.1786118","bedrooms":"4","price":"213000","area":"576"} , +{"type":"Feature","id":"n469764137","geometry":{"type":"Point","coordinates":[0.0889655,51.4196478]},"properties":{"@type":"node","@id":469764137,"@timestamp":1556641688},"coords":"51.4196478,0.0889655","bedrooms":"4","price":"210000","area":"408"} , +{"type":"Feature","id":"n469764147","geometry":{"type":"Point","coordinates":[-0.0492691,51.3484969]},"properties":{"@type":"node","@id":469764147,"@timestamp":1591525618},"coords":"51.3484969,-0.0492691","bedrooms":"2","price":"160000","area":"359"} , +{"type":"Feature","id":"n469764157","geometry":{"type":"Point","coordinates":[-0.0219787,51.4326854]},"properties":{"@type":"node","@id":469764157,"@timestamp":1596547034},"coords":"51.4326854,-0.0219787","bedrooms":"3","price":"190000","area":"489"} , +{"type":"Feature","id":"n469764168","geometry":{"type":"Point","coordinates":[-0.122591,51.6307197]},"properties":{"@type":"node","@id":469764168,"@timestamp":1564913938},"coords":"51.6307197,-0.122591","bedrooms":"0","price":"172000","area":"554"} , +{"type":"Feature","id":"n469764178","geometry":{"type":"Point","coordinates":[-0.1896682,51.475263]},"properties":{"@type":"node","@id":469764178,"@timestamp":1556641078},"coords":"51.475263,-0.1896682","bedrooms":"4","price":"197000","area":"357"} , +{"type":"Feature","id":"n469764190","geometry":{"type":"Point","coordinates":[-0.0225499,51.5176132]},"properties":{"@type":"node","@id":469764190,"@timestamp":1592249015},"coords":"51.5176132,-0.0225499","bedrooms":"3","price":"152000","area":"696"} , +{"type":"Feature","id":"n469764201","geometry":{"type":"Point","coordinates":[-0.1521991,51.3709945]},"properties":{"@type":"node","@id":469764201,"@timestamp":1556641079},"coords":"51.3709945,-0.1521991","bedrooms":"1","price":"155000","area":"513"} , +{"type":"Feature","id":"n469764217","geometry":{"type":"Point","coordinates":[-0.0246045,51.4159002]},"properties":{"@type":"node","@id":469764217,"@timestamp":1556641690},"coords":"51.4159002,-0.0246045","bedrooms":"3","price":"231000","area":"501"} , +{"type":"Feature","id":"n469764227","geometry":{"type":"Point","coordinates":[-0.1392847,51.4156295]},"properties":{"@type":"node","@id":469764227,"@timestamp":1564913938},"coords":"51.4156295,-0.1392847","bedrooms":"3","price":"207000","area":"466"} , +{"type":"Feature","id":"n469764237","geometry":{"type":"Point","coordinates":[-0.1064319,51.3616154]},"properties":{"@type":"node","@id":469764237,"@timestamp":1556641692},"coords":"51.3616154,-0.1064319","bedrooms":"1","price":"247000","area":"572"} , +{"type":"Feature","id":"n469764249","geometry":{"type":"Point","coordinates":[0.1281498,51.4657803]},"properties":{"@type":"node","@id":469764249,"@timestamp":1564913938},"coords":"51.4657803,0.1281498","bedrooms":"2","price":"165000","area":"666"} , +{"type":"Feature","id":"n469764260","geometry":{"type":"Point","coordinates":[-0.3304823,51.4652821]},"properties":{"@type":"node","@id":469764260,"@timestamp":1564913938},"coords":"51.4652821,-0.3304823","bedrooms":"3","price":"210000","area":"682"} , +{"type":"Feature","id":"n469764270","geometry":{"type":"Point","coordinates":[-0.4356687,51.5872889]},"properties":{"@type":"node","@id":469764270,"@timestamp":1564913938},"coords":"51.5872889,-0.4356687","bedrooms":"4","price":"292000","area":"393"} , +{"type":"Feature","id":"n469764280","geometry":{"type":"Point","coordinates":[-0.1284803,51.5494612]},"properties":{"@type":"node","@id":469764280,"@timestamp":1597485085},"coords":"51.5494612,-0.1284803","bedrooms":"1","price":"270000","area":"523"} , +{"type":"Feature","id":"n469764291","geometry":{"type":"Point","coordinates":[-0.2197962,51.5753356]},"properties":{"@type":"node","@id":469764291,"@timestamp":1534252334},"coords":"51.5753356,-0.2197962","bedrooms":"0","price":"169000","area":"687"} , +{"type":"Feature","id":"n469764310","geometry":{"type":"Point","coordinates":[-0.2845656,51.4904489]},"properties":{"@type":"node","@id":469764310,"@timestamp":1602531920},"coords":"51.4904489,-0.2845656","bedrooms":"0","price":"269000","area":"574"} , +{"type":"Feature","id":"n469764327","geometry":{"type":"Point","coordinates":[-0.3128914,51.4823481]},"properties":{"@type":"node","@id":469764327,"@timestamp":1564913938},"coords":"51.4823481,-0.3128914","bedrooms":"0","price":"159000","area":"479"} , +{"type":"Feature","id":"n469764338","geometry":{"type":"Point","coordinates":[-0.1419831,51.4975199]},"properties":{"@type":"node","@id":469764338,"@timestamp":1573662808},"coords":"51.4975199,-0.1419831","bedrooms":"3","price":"156000","area":"553"} , +{"type":"Feature","id":"n469764348","geometry":{"type":"Point","coordinates":[-0.3626093,51.5491417]},"properties":{"@type":"node","@id":469764348,"@timestamp":1563978748},"coords":"51.5491417,-0.3626093","bedrooms":"0","price":"284000","area":"551"} , +{"type":"Feature","id":"n469764359","geometry":{"type":"Point","coordinates":[-0.083491,51.4956213]},"properties":{"@type":"node","@id":469764359,"@timestamp":1612004077},"coords":"51.4956213,-0.083491","bedrooms":"0","price":"222000","area":"412"} , +{"type":"Feature","id":"n469764371","geometry":{"type":"Point","coordinates":[0.0217754,51.5097848]},"properties":{"@type":"node","@id":469764371,"@timestamp":1500901313},"coords":"51.5097848,0.0217754","bedrooms":"2","price":"202000","area":"455"} , +{"type":"Feature","id":"n469764382","geometry":{"type":"Point","coordinates":[-0.2785221,51.565624]},"properties":{"@type":"node","@id":469764382,"@timestamp":1559587135},"coords":"51.565624,-0.2785221","bedrooms":"3","price":"175000","area":"453"} , +{"type":"Feature","id":"n469764392","geometry":{"type":"Point","coordinates":[0.04277,51.3862323]},"properties":{"@type":"node","@id":469764392,"@timestamp":1556641696},"coords":"51.3862323,0.04277","bedrooms":"1","price":"184000","area":"565"} , +{"type":"Feature","id":"n469764402","geometry":{"type":"Point","coordinates":[-0.0941673,51.5207704]},"properties":{"@type":"node","@id":469764402,"@timestamp":1630234761},"coords":"51.5207704,-0.0941673","bedrooms":"2","price":"197000","area":"503"} , +{"type":"Feature","id":"n469764430","geometry":{"type":"Point","coordinates":[0.0650328,51.5728368]},"properties":{"@type":"node","@id":469764430,"@timestamp":1553613472},"coords":"51.5728368,0.0650328","bedrooms":"1","price":"219000","area":"645"} , +{"type":"Feature","id":"n469764463","geometry":{"type":"Point","coordinates":[0.2110278,51.5873709]},"properties":{"@type":"node","@id":469764463,"@timestamp":1556645674},"coords":"51.5873709,0.2110278","bedrooms":"3","price":"153000","area":"382"} , +{"type":"Feature","id":"n469764501","geometry":{"type":"Point","coordinates":[0.1723004,51.6013651]},"properties":{"@type":"node","@id":469764501,"@timestamp":1556645674},"coords":"51.6013651,0.1723004","bedrooms":"2","price":"264000","area":"630"} , +{"type":"Feature","id":"n469764550","geometry":{"type":"Point","coordinates":[-0.0349211,51.4306489]},"properties":{"@type":"node","@id":469764550,"@timestamp":1556641698},"coords":"51.4306489,-0.0349211","bedrooms":"1","price":"209000","area":"509"} , +{"type":"Feature","id":"n469764588","geometry":{"type":"Point","coordinates":[-0.045825,51.4587988]},"properties":{"@type":"node","@id":469764588,"@timestamp":1564913938},"coords":"51.4587988,-0.045825","bedrooms":"1","price":"234000","area":"459"} , +{"type":"Feature","id":"n469764621","geometry":{"type":"Point","coordinates":[-0.3207933,51.6008003]},"properties":{"@type":"node","@id":469764621,"@timestamp":1634156543},"coords":"51.6008003,-0.3207933","bedrooms":"0","price":"167000","area":"611"} , +{"type":"Feature","id":"n469764631","geometry":{"type":"Point","coordinates":[-0.0034595,51.4592387]},"properties":{"@type":"node","@id":469764631,"@timestamp":1564913938},"coords":"51.4592387,-0.0034595","bedrooms":"2","price":"198000","area":"496"} , +{"type":"Feature","id":"n469764641","geometry":{"type":"Point","coordinates":[0.1521415,51.4906865]},"properties":{"@type":"node","@id":469764641,"@timestamp":1564913938},"coords":"51.4906865,0.1521415","bedrooms":"1","price":"176000","area":"644"} , +{"type":"Feature","id":"n469764651","geometry":{"type":"Point","coordinates":[-0.4824765,51.5255579]},"properties":{"@type":"node","@id":469764651,"@timestamp":1556645106},"coords":"51.5255579,-0.4824765","bedrooms":"4","price":"293000","area":"664"} , +{"type":"Feature","id":"n469764661","geometry":{"type":"Point","coordinates":[-0.1896292,51.3667784]},"properties":{"@type":"node","@id":469764661,"@timestamp":1564913938},"coords":"51.3667784,-0.1896292","bedrooms":"3","price":"157000","area":"414"} , +{"type":"Feature","id":"n469764680","geometry":{"type":"Point","coordinates":[0.1259628,51.5590336]},"properties":{"@type":"node","@id":469764680,"@timestamp":1552760004},"coords":"51.5590336,0.1259628","bedrooms":"4","price":"188000","area":"511"} , +{"type":"Feature","id":"n469764696","geometry":{"type":"Point","coordinates":[-0.0439548,51.3708599]},"properties":{"@type":"node","@id":469764696,"@timestamp":1614241718},"coords":"51.3708599,-0.0439548","bedrooms":"3","price":"262000","area":"596"} , +{"type":"Feature","id":"n469764732","geometry":{"type":"Point","coordinates":[-0.087591,51.5499489]},"properties":{"@type":"node","@id":469764732,"@timestamp":1626776593},"coords":"51.5499489,-0.087591","bedrooms":"0","price":"249000","area":"488"} , +{"type":"Feature","id":"n469764754","geometry":{"type":"Point","coordinates":[0.0676076,51.5914533]},"properties":{"@type":"node","@id":469764754,"@timestamp":1556640717},"coords":"51.5914533,0.0676076","bedrooms":"0","price":"272000","area":"405"} , +{"type":"Feature","id":"n469764777","geometry":{"type":"Point","coordinates":[-0.1102104,51.6084205]},"properties":{"@type":"node","@id":469764777,"@timestamp":1564913938},"coords":"51.6084205,-0.1102104","bedrooms":"0","price":"162000","area":"502"} , +{"type":"Feature","id":"n469764797","geometry":{"type":"Point","coordinates":[-0.294436,51.3932585]},"properties":{"@type":"node","@id":469764797,"@timestamp":1595761112},"coords":"51.3932585,-0.294436","bedrooms":"3","price":"289000","area":"506"} , +{"type":"Feature","id":"n469764823","geometry":{"type":"Point","coordinates":[-0.2798918,51.463938]},"properties":{"@type":"node","@id":469764823,"@timestamp":1631566043},"coords":"51.463938,-0.2798918","bedrooms":"4","price":"209000","area":"413"} , +{"type":"Feature","id":"n469764848","geometry":{"type":"Point","coordinates":[-0.0273339,51.3812952]},"properties":{"@type":"node","@id":469764848,"@timestamp":1628020120},"coords":"51.3812952,-0.0273339","bedrooms":"0","price":"278000","area":"550"} , +{"type":"Feature","id":"n469764870","geometry":{"type":"Point","coordinates":[0.1755236,51.5241201]},"properties":{"@type":"node","@id":469764870,"@timestamp":1556643711},"coords":"51.5241201,0.1755236","bedrooms":"4","price":"261000","area":"408"} , +{"type":"Feature","id":"n469764884","geometry":{"type":"Point","coordinates":[-0.0866905,51.5298045]},"properties":{"@type":"node","@id":469764884,"@timestamp":1592252781},"coords":"51.5298045,-0.0866905","bedrooms":"3","price":"202000","area":"696"} , +{"type":"Feature","id":"n469764895","geometry":{"type":"Point","coordinates":[0.042291,51.6010415]},"properties":{"@type":"node","@id":469764895,"@timestamp":1524436139},"coords":"51.6010415,0.042291","bedrooms":"1","price":"169000","area":"353"} , +{"type":"Feature","id":"n469764906","geometry":{"type":"Point","coordinates":[-0.0757255,51.5954054]},"properties":{"@type":"node","@id":469764906,"@timestamp":1564913938},"coords":"51.5954054,-0.0757255","bedrooms":"4","price":"178000","area":"410"} , +{"type":"Feature","id":"n469764918","geometry":{"type":"Point","coordinates":[-0.3323562,51.6128837]},"properties":{"@type":"node","@id":469764918,"@timestamp":1634466529},"coords":"51.6128837,-0.3323562","bedrooms":"1","price":"237000","area":"601"} , +{"type":"Feature","id":"n469764928","geometry":{"type":"Point","coordinates":[-0.0391609,51.4524524]},"properties":{"@type":"node","@id":469764928,"@timestamp":1581802013},"coords":"51.4524524,-0.0391609","bedrooms":"3","price":"250000","area":"652"} , +{"type":"Feature","id":"n469764938","geometry":{"type":"Point","coordinates":[-0.1133348,51.4516946]},"properties":{"@type":"node","@id":469764938,"@timestamp":1611787622},"coords":"51.4516946,-0.1133348","bedrooms":"3","price":"250000","area":"382"} , +{"type":"Feature","id":"n469764950","geometry":{"type":"Point","coordinates":[0.0163394,51.4027237]},"properties":{"@type":"node","@id":469764950,"@timestamp":1629322893},"coords":"51.4027237,0.0163394","bedrooms":"0","price":"180000","area":"650"} , +{"type":"Feature","id":"n469764977","geometry":{"type":"Point","coordinates":[0.0032764,51.4175412]},"properties":{"@type":"node","@id":469764977,"@timestamp":1564913938},"coords":"51.4175412,0.0032764","bedrooms":"1","price":"228000","area":"519"} , +{"type":"Feature","id":"n469764987","geometry":{"type":"Point","coordinates":[0.0147532,51.4068812]},"properties":{"@type":"node","@id":469764987,"@timestamp":1561205891},"coords":"51.4068812,0.0147532","bedrooms":"0","price":"252000","area":"498"} , +{"type":"Feature","id":"n469764998","geometry":{"type":"Point","coordinates":[-0.0135607,51.4281292]},"properties":{"@type":"node","@id":469764998,"@timestamp":1556641711},"coords":"51.4281292,-0.0135607","bedrooms":"1","price":"151000","area":"430"} , +{"type":"Feature","id":"n469765009","geometry":{"type":"Point","coordinates":[-0.1995075,51.536508]},"properties":{"@type":"node","@id":469765009,"@timestamp":1619961214},"coords":"51.536508,-0.1995075","bedrooms":"4","price":"269000","area":"428"} , +{"type":"Feature","id":"n469765019","geometry":{"type":"Point","coordinates":[-0.1377741,51.6199672]},"properties":{"@type":"node","@id":469765019,"@timestamp":1556643712},"coords":"51.6199672,-0.1377741","bedrooms":"4","price":"200000","area":"415"} , +{"type":"Feature","id":"n469765029","geometry":{"type":"Point","coordinates":[-0.1470474,51.5626151]},"properties":{"@type":"node","@id":469765029,"@timestamp":1564913938},"coords":"51.5626151,-0.1470474","bedrooms":"3","price":"154000","area":"448"} , +{"type":"Feature","id":"n469765039","geometry":{"type":"Point","coordinates":[0.0468367,51.4726813]},"properties":{"@type":"node","@id":469765039,"@timestamp":1599533706},"coords":"51.4726813,0.0468367","bedrooms":"3","price":"150000","area":"448"} , +{"type":"Feature","id":"n469765049","geometry":{"type":"Point","coordinates":[0.0165086,51.4206532]},"properties":{"@type":"node","@id":469765049,"@timestamp":1556641712},"coords":"51.4206532,0.0165086","bedrooms":"0","price":"248000","area":"521"} , +{"type":"Feature","id":"n469765060","geometry":{"type":"Point","coordinates":[0.1614216,51.4711963]},"properties":{"@type":"node","@id":469765060,"@timestamp":1564913938},"coords":"51.4711963,0.1614216","bedrooms":"4","price":"245000","area":"531"} , +{"type":"Feature","id":"n469765070","geometry":{"type":"Point","coordinates":[-0.1980966,51.44456]},"properties":{"@type":"node","@id":469765070,"@timestamp":1597484030},"coords":"51.44456,-0.1980966","bedrooms":"0","price":"274000","area":"411"} , +{"type":"Feature","id":"n469765080","geometry":{"type":"Point","coordinates":[-0.123191,51.6135328]},"properties":{"@type":"node","@id":469765080,"@timestamp":1556643714},"coords":"51.6135328,-0.123191","bedrooms":"3","price":"290000","area":"462"} , +{"type":"Feature","id":"n469765093","geometry":{"type":"Point","coordinates":[-0.3149905,51.4330674]},"properties":{"@type":"node","@id":469765093,"@timestamp":1526832481},"coords":"51.4330674,-0.3149905","bedrooms":"2","price":"151000","area":"578"} , +{"type":"Feature","id":"n469765108","geometry":{"type":"Point","coordinates":[-0.0022023,51.4444683]},"properties":{"@type":"node","@id":469765108,"@timestamp":1564913938},"coords":"51.4444683,-0.0022023","bedrooms":"1","price":"271000","area":"627"} , +{"type":"Feature","id":"n469765123","geometry":{"type":"Point","coordinates":[0.2025015,51.520076]},"properties":{"@type":"node","@id":469765123,"@timestamp":1610919226},"coords":"51.520076,0.2025015","bedrooms":"0","price":"223000","area":"489"} , +{"type":"Feature","id":"n469765133","geometry":{"type":"Point","coordinates":[0.0399571,51.4619288]},"properties":{"@type":"node","@id":469765133,"@timestamp":1556641715},"coords":"51.4619288,0.0399571","bedrooms":"3","price":"178000","area":"666"} , +{"type":"Feature","id":"n469765146","geometry":{"type":"Point","coordinates":[-0.1134611,51.4649003]},"properties":{"@type":"node","@id":469765146,"@timestamp":1564913938},"coords":"51.4649003,-0.1134611","bedrooms":"0","price":"208000","area":"698"} , +{"type":"Feature","id":"n469765156","geometry":{"type":"Point","coordinates":[-0.1297279,51.5142889]},"properties":{"@type":"node","@id":469765156,"@timestamp":1634166862},"coords":"51.5142889,-0.1297279","bedrooms":"0","price":"209000","area":"362"} , +{"type":"Feature","id":"n469765168","geometry":{"type":"Point","coordinates":[-0.2119794,51.517854]},"properties":{"@type":"node","@id":469765168,"@timestamp":1571349450},"coords":"51.517854,-0.2119794","bedrooms":"3","price":"203000","area":"660"} , +{"type":"Feature","id":"n469765178","geometry":{"type":"Point","coordinates":[-0.3286753,51.4272625]},"properties":{"@type":"node","@id":469765178,"@timestamp":1597781342},"coords":"51.4272625,-0.3286753","bedrooms":"1","price":"291000","area":"668"} , +{"type":"Feature","id":"n469765190","geometry":{"type":"Point","coordinates":[-0.1405094,51.5364996]},"properties":{"@type":"node","@id":469765190,"@timestamp":1606492751},"coords":"51.5364996,-0.1405094","bedrooms":"0","price":"268000","area":"516"} , +{"type":"Feature","id":"n469765221","geometry":{"type":"Point","coordinates":[-0.1252918,51.5293191]},"properties":{"@type":"node","@id":469765221,"@timestamp":1597485085},"coords":"51.5293191,-0.1252918","bedrooms":"1","price":"172000","area":"426"} , +{"type":"Feature","id":"n469765256","geometry":{"type":"Point","coordinates":[0.2325348,51.5821226]},"properties":{"@type":"node","@id":469765256,"@timestamp":1556645676},"coords":"51.5821226,0.2325348","bedrooms":"2","price":"183000","area":"481"} , +{"type":"Feature","id":"n469765279","geometry":{"type":"Point","coordinates":[0.1702623,51.537157]},"properties":{"@type":"node","@id":469765279,"@timestamp":1570755757},"coords":"51.537157,0.1702623","bedrooms":"0","price":"274000","area":"495"} , +{"type":"Feature","id":"n469765295","geometry":{"type":"Point","coordinates":[-0.1119796,51.6017924]},"properties":{"@type":"node","@id":469765295,"@timestamp":1564913938},"coords":"51.6017924,-0.1119796","bedrooms":"0","price":"164000","area":"633"} , +{"type":"Feature","id":"n469765317","geometry":{"type":"Point","coordinates":[-0.3832599,51.5884229]},"properties":{"@type":"node","@id":469765317,"@timestamp":1620736699},"coords":"51.5884229,-0.3832599","bedrooms":"2","price":"292000","area":"499"} , +{"type":"Feature","id":"n469765332","geometry":{"type":"Point","coordinates":[-0.292016,51.6220791]},"properties":{"@type":"node","@id":469765332,"@timestamp":1544201138},"coords":"51.6220791,-0.292016","bedrooms":"4","price":"195000","area":"549"} , +{"type":"Feature","id":"n469765350","geometry":{"type":"Point","coordinates":[-0.1926011,51.3864696]},"properties":{"@type":"node","@id":469765350,"@timestamp":1564913938},"coords":"51.3864696,-0.1926011","bedrooms":"4","price":"206000","area":"599"} , +{"type":"Feature","id":"n469765360","geometry":{"type":"Point","coordinates":[-0.297224,51.4246]},"properties":{"@type":"node","@id":469765360,"@timestamp":1564913938},"coords":"51.4246,-0.297224","bedrooms":"3","price":"269000","area":"481"} , +{"type":"Feature","id":"n469765372","geometry":{"type":"Point","coordinates":[-0.0331635,51.5824369]},"properties":{"@type":"node","@id":469765372,"@timestamp":1564913938},"coords":"51.5824369,-0.0331635","bedrooms":"2","price":"225000","area":"358"} , +{"type":"Feature","id":"n469765386","geometry":{"type":"Point","coordinates":[-0.261816,51.5959729]},"properties":{"@type":"node","@id":469765386,"@timestamp":1564913938},"coords":"51.5959729,-0.261816","bedrooms":"4","price":"194000","area":"496"} , +{"type":"Feature","id":"n469765397","geometry":{"type":"Point","coordinates":[-0.2949119,51.5707573]},"properties":{"@type":"node","@id":469765397,"@timestamp":1614638546},"coords":"51.5707573,-0.2949119","bedrooms":"0","price":"246000","area":"513"} , +{"type":"Feature","id":"n469765408","geometry":{"type":"Point","coordinates":[0.1057331,51.381604]},"properties":{"@type":"node","@id":469765408,"@timestamp":1627826839},"coords":"51.381604,0.1057331","bedrooms":"3","price":"152000","area":"403"} , +{"type":"Feature","id":"n469765418","geometry":{"type":"Point","coordinates":[-0.2029799,51.5324661]},"properties":{"@type":"node","@id":469765418,"@timestamp":1597485085},"coords":"51.5324661,-0.2029799","bedrooms":"3","price":"219000","area":"686"} , +{"type":"Feature","id":"n469765455","geometry":{"type":"Point","coordinates":[0.150737,51.4556728]},"properties":{"@type":"node","@id":469765455,"@timestamp":1594478614},"coords":"51.4556728,0.150737","bedrooms":"0","price":"155000","area":"377"} , +{"type":"Feature","id":"n469765472","geometry":{"type":"Point","coordinates":[0.1479518,51.4569228]},"properties":{"@type":"node","@id":469765472,"@timestamp":1564913938},"coords":"51.4569228,0.1479518","bedrooms":"4","price":"183000","area":"561"} , +{"type":"Feature","id":"n469765482","geometry":{"type":"Point","coordinates":[0.1217063,51.4318451]},"properties":{"@type":"node","@id":469765482,"@timestamp":1533246514},"coords":"51.4318451,0.1217063","bedrooms":"1","price":"161000","area":"596"} , +{"type":"Feature","id":"n469765492","geometry":{"type":"Point","coordinates":[-0.1177756,51.5552453]},"properties":{"@type":"node","@id":469765492,"@timestamp":1613412747},"coords":"51.5552453,-0.1177756","bedrooms":"0","price":"282000","area":"362"} , +{"type":"Feature","id":"n469765502","geometry":{"type":"Point","coordinates":[0.0237581,51.5533865]},"properties":{"@type":"node","@id":469765502,"@timestamp":1606830649},"coords":"51.5533865,0.0237581","bedrooms":"3","price":"157000","area":"679"} , +{"type":"Feature","id":"n469765512","geometry":{"type":"Point","coordinates":[-0.0104513,51.5061974]},"properties":{"@type":"node","@id":469765512,"@timestamp":1622298639},"coords":"51.5061974,-0.0104513","bedrooms":"2","price":"260000","area":"625"} , +{"type":"Feature","id":"n469765522","geometry":{"type":"Point","coordinates":[0.0040328,51.3657979]},"properties":{"@type":"node","@id":469765522,"@timestamp":1556641723},"coords":"51.3657979,0.0040328","bedrooms":"0","price":"153000","area":"650"} , +{"type":"Feature","id":"n469765535","geometry":{"type":"Point","coordinates":[-0.0360681,51.3974274]},"properties":{"@type":"node","@id":469765535,"@timestamp":1613394625},"coords":"51.3974274,-0.0360681","bedrooms":"0","price":"210000","area":"629"} , +{"type":"Feature","id":"n469765550","geometry":{"type":"Point","coordinates":[-0.2404213,51.6156018]},"properties":{"@type":"node","@id":469765550,"@timestamp":1564913938},"coords":"51.6156018,-0.2404213","bedrooms":"1","price":"206000","area":"419"} , +{"type":"Feature","id":"n469765563","geometry":{"type":"Point","coordinates":[-0.0821166,51.5158106]},"properties":{"@type":"node","@id":469765563,"@timestamp":1631871531},"coords":"51.5158106,-0.0821166","bedrooms":"0","price":"288000","area":"607"} , +{"type":"Feature","id":"n469765579","geometry":{"type":"Point","coordinates":[-0.2666153,51.5656781]},"properties":{"@type":"node","@id":469765579,"@timestamp":1564913938},"coords":"51.5656781,-0.2666153","bedrooms":"1","price":"152000","area":"399"} , +{"type":"Feature","id":"n469765590","geometry":{"type":"Point","coordinates":[0.1016914,51.4508384]},"properties":{"@type":"node","@id":469765590,"@timestamp":1627852200},"coords":"51.4508384,0.1016914","bedrooms":"4","price":"243000","area":"432"} , +{"type":"Feature","id":"n469765605","geometry":{"type":"Point","coordinates":[0.0200679,51.4780366]},"properties":{"@type":"node","@id":469765605,"@timestamp":1627996939},"coords":"51.4780366,0.0200679","bedrooms":"0","price":"225000","area":"599"} , +{"type":"Feature","id":"n469765627","geometry":{"type":"Point","coordinates":[-0.1009694,51.4817592]},"properties":{"@type":"node","@id":469765627,"@timestamp":1629150751},"coords":"51.4817592,-0.1009694","bedrooms":"4","price":"291000","area":"410"} , +{"type":"Feature","id":"n469765641","geometry":{"type":"Point","coordinates":[-0.0195864,51.4065732]},"properties":{"@type":"node","@id":469765641,"@timestamp":1613735732},"coords":"51.4065732,-0.0195864","bedrooms":"1","price":"221000","area":"420"} , +{"type":"Feature","id":"n469765652","geometry":{"type":"Point","coordinates":[-0.2549843,51.5259092]},"properties":{"@type":"node","@id":469765652,"@timestamp":1597485085},"coords":"51.5259092,-0.2549843","bedrooms":"1","price":"172000","area":"681"} , +{"type":"Feature","id":"n469765663","geometry":{"type":"Point","coordinates":[-0.2215353,51.4871233]},"properties":{"@type":"node","@id":469765663,"@timestamp":1564913938},"coords":"51.4871233,-0.2215353","bedrooms":"4","price":"276000","area":"466"} , +{"type":"Feature","id":"n469765673","geometry":{"type":"Point","coordinates":[-0.0669529,51.426615]},"properties":{"@type":"node","@id":469765673,"@timestamp":1556641728},"coords":"51.426615,-0.0669529","bedrooms":"1","price":"154000","area":"588"} , +{"type":"Feature","id":"n469765683","geometry":{"type":"Point","coordinates":[0.0314779,51.3080076]},"properties":{"@type":"node","@id":469765683,"@timestamp":1592428680},"coords":"51.3080076,0.0314779","bedrooms":"1","price":"232000","area":"477"} , +{"type":"Feature","id":"n469765693","geometry":{"type":"Point","coordinates":[0.1016609,51.3443702]},"properties":{"@type":"node","@id":469765693,"@timestamp":1573373268},"coords":"51.3443702,0.1016609","bedrooms":"3","price":"232000","area":"462"} , +{"type":"Feature","id":"n469765703","geometry":{"type":"Point","coordinates":[0.1030496,51.364536]},"properties":{"@type":"node","@id":469765703,"@timestamp":1573408938},"coords":"51.364536,0.1030496","bedrooms":"3","price":"195000","area":"476"} , +{"type":"Feature","id":"n469765713","geometry":{"type":"Point","coordinates":[-0.4289382,51.5366792]},"properties":{"@type":"node","@id":469765713,"@timestamp":1564913938},"coords":"51.5366792,-0.4289382","bedrooms":"4","price":"275000","area":"532"} , +{"type":"Feature","id":"n469765724","geometry":{"type":"Point","coordinates":[-0.1012968,51.6553447]},"properties":{"@type":"node","@id":469765724,"@timestamp":1632933624},"coords":"51.6553447,-0.1012968","bedrooms":"0","price":"229000","area":"579"} , +{"type":"Feature","id":"n469765734","geometry":{"type":"Point","coordinates":[-0.181107,51.4646618]},"properties":{"@type":"node","@id":469765734,"@timestamp":1597484030},"coords":"51.4646618,-0.181107","bedrooms":"3","price":"236000","area":"526"} , +{"type":"Feature","id":"n469765745","geometry":{"type":"Point","coordinates":[-0.2173281,51.3576616]},"properties":{"@type":"node","@id":469765745,"@timestamp":1597481218},"coords":"51.3576616,-0.2173281","bedrooms":"3","price":"223000","area":"424"} , +{"type":"Feature","id":"n469765755","geometry":{"type":"Point","coordinates":[-0.1824996,51.4851591]},"properties":{"@type":"node","@id":469765755,"@timestamp":1606157564},"coords":"51.4851591,-0.1824996","bedrooms":"1","price":"295000","area":"695"} , +{"type":"Feature","id":"n469765769","geometry":{"type":"Point","coordinates":[-0.1900065,51.4800893]},"properties":{"@type":"node","@id":469765769,"@timestamp":1567462709},"coords":"51.4800893,-0.1900065","bedrooms":"4","price":"236000","area":"689"} , +{"type":"Feature","id":"n469765808","geometry":{"type":"Point","coordinates":[-0.1791389,51.4824764]},"properties":{"@type":"node","@id":469765808,"@timestamp":1619961214},"coords":"51.4824764,-0.1791389","bedrooms":"2","price":"262000","area":"682"} , +{"type":"Feature","id":"n469765848","geometry":{"type":"Point","coordinates":[0.0966156,51.368648]},"properties":{"@type":"node","@id":469765848,"@timestamp":1625406649},"coords":"51.368648,0.0966156","bedrooms":"3","price":"197000","area":"366"} , +{"type":"Feature","id":"n469765878","geometry":{"type":"Point","coordinates":[0.1466992,51.5314428]},"properties":{"@type":"node","@id":469765878,"@timestamp":1605646825},"coords":"51.5314428,0.1466992","bedrooms":"1","price":"174000","area":"482"} , +{"type":"Feature","id":"n469765938","geometry":{"type":"Point","coordinates":[-0.2168725,51.4018103]},"properties":{"@type":"node","@id":469765938,"@timestamp":1576543552},"coords":"51.4018103,-0.2168725","bedrooms":"2","price":"294000","area":"480"} , +{"type":"Feature","id":"n469765953","geometry":{"type":"Point","coordinates":[-0.3618843,51.4436354]},"properties":{"@type":"node","@id":469765953,"@timestamp":1564913938},"coords":"51.4436354,-0.3618843","bedrooms":"1","price":"215000","area":"674"} , +{"type":"Feature","id":"n469765963","geometry":{"type":"Point","coordinates":[-0.2866052,51.3696826]},"properties":{"@type":"node","@id":469765963,"@timestamp":1597481218},"coords":"51.3696826,-0.2866052","bedrooms":"4","price":"211000","area":"566"} , +{"type":"Feature","id":"n469765974","geometry":{"type":"Point","coordinates":[-0.2684192,51.4858735]},"properties":{"@type":"node","@id":469765974,"@timestamp":1564913938},"coords":"51.4858735,-0.2684192","bedrooms":"3","price":"196000","area":"361"} , +{"type":"Feature","id":"n469765984","geometry":{"type":"Point","coordinates":[0.1023469,51.5649929]},"properties":{"@type":"node","@id":469765984,"@timestamp":1564913938},"coords":"51.5649929,0.1023469","bedrooms":"2","price":"198000","area":"644"} , +{"type":"Feature","id":"n469765994","geometry":{"type":"Point","coordinates":[-0.3192668,51.5565752]},"properties":{"@type":"node","@id":469765994,"@timestamp":1556642980},"coords":"51.5565752,-0.3192668","bedrooms":"0","price":"184000","area":"508"} , +{"type":"Feature","id":"n469766004","geometry":{"type":"Point","coordinates":[-0.3738072,51.4475968]},"properties":{"@type":"node","@id":469766004,"@timestamp":1607737101},"coords":"51.4475968,-0.3738072","bedrooms":"3","price":"227000","area":"438"} , +{"type":"Feature","id":"n469766014","geometry":{"type":"Point","coordinates":[-0.1967754,51.5638788]},"properties":{"@type":"node","@id":469766014,"@timestamp":1559587135},"coords":"51.5638788,-0.1967754","bedrooms":"1","price":"248000","area":"380"} , +{"type":"Feature","id":"n469766024","geometry":{"type":"Point","coordinates":[-0.0141867,51.6260674]},"properties":{"@type":"node","@id":469766024,"@timestamp":1617462124},"coords":"51.6260674,-0.0141867","bedrooms":"2","price":"213000","area":"431"} , +{"type":"Feature","id":"n469766034","geometry":{"type":"Point","coordinates":[-0.0003971,51.6202847]},"properties":{"@type":"node","@id":469766034,"@timestamp":1617461325},"coords":"51.6202847,-0.0003971","bedrooms":"3","price":"165000","area":"439"} , +{"type":"Feature","id":"n469766046","geometry":{"type":"Point","coordinates":[-0.0746813,51.5981186]},"properties":{"@type":"node","@id":469766046,"@timestamp":1556640722},"coords":"51.5981186,-0.0746813","bedrooms":"1","price":"248000","area":"650"} , +{"type":"Feature","id":"n469766057","geometry":{"type":"Point","coordinates":[-0.0038002,51.5122405]},"properties":{"@type":"node","@id":469766057,"@timestamp":1626098361},"coords":"51.5122405,-0.0038002","bedrooms":"4","price":"225000","area":"381"} , +{"type":"Feature","id":"n469766068","geometry":{"type":"Point","coordinates":[0.0901548,51.4566139]},"properties":{"@type":"node","@id":469766068,"@timestamp":1564913938},"coords":"51.4566139,0.0901548","bedrooms":"3","price":"242000","area":"672"} , +{"type":"Feature","id":"n469766079","geometry":{"type":"Point","coordinates":[-0.1731899,51.5454296]},"properties":{"@type":"node","@id":469766079,"@timestamp":1597485085},"coords":"51.5454296,-0.1731899","bedrooms":"2","price":"230000","area":"452"} , +{"type":"Feature","id":"n469766090","geometry":{"type":"Point","coordinates":[-0.0531456,51.3405563]},"properties":{"@type":"node","@id":469766090,"@timestamp":1612274264},"coords":"51.3405563,-0.0531456","bedrooms":"1","price":"269000","area":"659"} , +{"type":"Feature","id":"n469766103","geometry":{"type":"Point","coordinates":[0.1401058,51.4307954]},"properties":{"@type":"node","@id":469766103,"@timestamp":1560078101},"coords":"51.4307954,0.1401058","bedrooms":"4","price":"275000","area":"678"} , +{"type":"Feature","id":"n469766115","geometry":{"type":"Point","coordinates":[-0.0279278,51.5127879]},"properties":{"@type":"node","@id":469766115,"@timestamp":1622210154},"coords":"51.5127879,-0.0279278","bedrooms":"2","price":"297000","area":"440"} , +{"type":"Feature","id":"n469766125","geometry":{"type":"Point","coordinates":[0.1655785,51.6033402]},"properties":{"@type":"node","@id":469766125,"@timestamp":1556645679},"coords":"51.6033402,0.1655785","bedrooms":"3","price":"173000","area":"658"} , +{"type":"Feature","id":"n469766135","geometry":{"type":"Point","coordinates":[-0.2963117,51.3976943]},"properties":{"@type":"node","@id":469766135,"@timestamp":1626957113},"coords":"51.3976943,-0.2963117","bedrooms":"3","price":"213000","area":"547"} , +{"type":"Feature","id":"n469766148","geometry":{"type":"Point","coordinates":[-0.2707068,51.6031799]},"properties":{"@type":"node","@id":469766148,"@timestamp":1621285119},"coords":"51.6031799,-0.2707068","bedrooms":"4","price":"202000","area":"377"} , +{"type":"Feature","id":"n469766158","geometry":{"type":"Point","coordinates":[0.0729046,51.4904332]},"properties":{"@type":"node","@id":469766158,"@timestamp":1628682736},"coords":"51.4904332,0.0729046","bedrooms":"2","price":"162000","area":"561"} , +{"type":"Feature","id":"n469766169","geometry":{"type":"Point","coordinates":[-0.3244972,51.4781729]},"properties":{"@type":"node","@id":469766169,"@timestamp":1564913938},"coords":"51.4781729,-0.3244972","bedrooms":"1","price":"280000","area":"460"} , +{"type":"Feature","id":"n469766182","geometry":{"type":"Point","coordinates":[-0.0808024,51.6441674]},"properties":{"@type":"node","@id":469766182,"@timestamp":1627050573},"coords":"51.6441674,-0.0808024","bedrooms":"1","price":"247000","area":"428"} , +{"type":"Feature","id":"n469766193","geometry":{"type":"Point","coordinates":[-0.3212527,51.4177066]},"properties":{"@type":"node","@id":469766193,"@timestamp":1556641094},"coords":"51.4177066,-0.3212527","bedrooms":"0","price":"229000","area":"406"} , +{"type":"Feature","id":"n469766205","geometry":{"type":"Point","coordinates":[-0.1277327,51.3177178]},"properties":{"@type":"node","@id":469766205,"@timestamp":1590878316},"coords":"51.3177178,-0.1277327","bedrooms":"0","price":"295000","area":"660"} , +{"type":"Feature","id":"n469766217","geometry":{"type":"Point","coordinates":[-0.0954197,51.4700038]},"properties":{"@type":"node","@id":469766217,"@timestamp":1631442278},"coords":"51.4700038,-0.0954197","bedrooms":"4","price":"203000","area":"477"} , +{"type":"Feature","id":"n469766228","geometry":{"type":"Point","coordinates":[-0.2241118,51.4324745]},"properties":{"@type":"node","@id":469766228,"@timestamp":1597482181},"coords":"51.4324745,-0.2241118","bedrooms":"4","price":"267000","area":"575"} , +{"type":"Feature","id":"n469766240","geometry":{"type":"Point","coordinates":[-0.1244809,51.4442933]},"properties":{"@type":"node","@id":469766240,"@timestamp":1630105375},"coords":"51.4442933,-0.1244809","bedrooms":"4","price":"179000","area":"357"} , +{"type":"Feature","id":"n469766251","geometry":{"type":"Point","coordinates":[-0.3356476,51.4533383]},"properties":{"@type":"node","@id":469766251,"@timestamp":1556641095},"coords":"51.4533383,-0.3356476","bedrooms":"2","price":"183000","area":"596"} , +{"type":"Feature","id":"n469766261","geometry":{"type":"Point","coordinates":[-0.0823635,51.5588387]},"properties":{"@type":"node","@id":469766261,"@timestamp":1564913938},"coords":"51.5588387,-0.0823635","bedrooms":"3","price":"211000","area":"370"} , +{"type":"Feature","id":"n469766271","geometry":{"type":"Point","coordinates":[-0.002668,51.5373128]},"properties":{"@type":"node","@id":469766271,"@timestamp":1629290339},"coords":"51.5373128,-0.002668","bedrooms":"0","price":"269000","area":"653"} , +{"type":"Feature","id":"n469766281","geometry":{"type":"Point","coordinates":[0.16108,51.6088921]},"properties":{"@type":"node","@id":469766281,"@timestamp":1556645680},"coords":"51.6088921,0.16108","bedrooms":"4","price":"267000","area":"676"} , +{"type":"Feature","id":"n469766292","geometry":{"type":"Point","coordinates":[-0.2371777,51.4049116]},"properties":{"@type":"node","@id":469766292,"@timestamp":1597482181},"coords":"51.4049116,-0.2371777","bedrooms":"3","price":"168000","area":"518"} , +{"type":"Feature","id":"n469766302","geometry":{"type":"Point","coordinates":[0.0022383,51.435254]},"properties":{"@type":"node","@id":469766302,"@timestamp":1592123658},"coords":"51.435254,0.0022383","bedrooms":"0","price":"201000","area":"391"} , +{"type":"Feature","id":"n469766312","geometry":{"type":"Point","coordinates":[-0.0341349,51.4366838]},"properties":{"@type":"node","@id":469766312,"@timestamp":1601658090},"coords":"51.4366838,-0.0341349","bedrooms":"1","price":"259000","area":"452"} , +{"type":"Feature","id":"n469766322","geometry":{"type":"Point","coordinates":[-0.0241914,51.4444214]},"properties":{"@type":"node","@id":469766322,"@timestamp":1628957113},"coords":"51.4444214,-0.0241914","bedrooms":"0","price":"221000","area":"610"} , +{"type":"Feature","id":"n469766333","geometry":{"type":"Point","coordinates":[-0.1433305,51.6406396]},"properties":{"@type":"node","@id":469766333,"@timestamp":1564913938},"coords":"51.6406396,-0.1433305","bedrooms":"2","price":"236000","area":"624"} , +{"type":"Feature","id":"n469766343","geometry":{"type":"Point","coordinates":[-0.0181023,51.6707774]},"properties":{"@type":"node","@id":469766343,"@timestamp":1617458264},"coords":"51.6707774,-0.0181023","bedrooms":"4","price":"298000","area":"390"} , +{"type":"Feature","id":"n469766353","geometry":{"type":"Point","coordinates":[-0.1428547,51.4527353]},"properties":{"@type":"node","@id":469766353,"@timestamp":1597484030},"coords":"51.4527353,-0.1428547","bedrooms":"2","price":"299000","area":"501"} , +{"type":"Feature","id":"n469766364","geometry":{"type":"Point","coordinates":[-0.1272278,51.3194835]},"properties":{"@type":"node","@id":469766364,"@timestamp":1590878316},"coords":"51.3194835,-0.1272278","bedrooms":"3","price":"161000","area":"368"} , +{"type":"Feature","id":"n469766374","geometry":{"type":"Point","coordinates":[-0.1887925,51.3584389]},"properties":{"@type":"node","@id":469766374,"@timestamp":1564913938},"coords":"51.3584389,-0.1887925","bedrooms":"1","price":"299000","area":"630"} , +{"type":"Feature","id":"n469766384","geometry":{"type":"Point","coordinates":[0.0460756,51.4825205]},"properties":{"@type":"node","@id":469766384,"@timestamp":1632756851},"coords":"51.4825205,0.0460756","bedrooms":"2","price":"268000","area":"432"} , +{"type":"Feature","id":"n469766394","geometry":{"type":"Point","coordinates":[0.0989573,51.4639238]},"properties":{"@type":"node","@id":469766394,"@timestamp":1626694029},"coords":"51.4639238,0.0989573","bedrooms":"1","price":"211000","area":"441"} , +{"type":"Feature","id":"n469766405","geometry":{"type":"Point","coordinates":[-0.0139372,51.3402164]},"properties":{"@type":"node","@id":469766405,"@timestamp":1556646537},"coords":"51.3402164,-0.0139372","bedrooms":"0","price":"153000","area":"673"} , +{"type":"Feature","id":"n469766416","geometry":{"type":"Point","coordinates":[-0.0510313,51.4030022]},"properties":{"@type":"node","@id":469766416,"@timestamp":1625729745},"coords":"51.4030022,-0.0510313","bedrooms":"0","price":"269000","area":"588"} , +{"type":"Feature","id":"n469766427","geometry":{"type":"Point","coordinates":[0.1423805,51.5715402]},"properties":{"@type":"node","@id":469766427,"@timestamp":1556645681},"coords":"51.5715402,0.1423805","bedrooms":"0","price":"294000","area":"399"} , +{"type":"Feature","id":"n469766437","geometry":{"type":"Point","coordinates":[-0.0748572,51.6223538]},"properties":{"@type":"node","@id":469766437,"@timestamp":1564913938},"coords":"51.6223538,-0.0748572","bedrooms":"1","price":"243000","area":"444"} , +{"type":"Feature","id":"n469766448","geometry":{"type":"Point","coordinates":[-0.4207308,51.4966821]},"properties":{"@type":"node","@id":469766448,"@timestamp":1564913938},"coords":"51.4966821,-0.4207308","bedrooms":"0","price":"179000","area":"436"} , +{"type":"Feature","id":"n469766458","geometry":{"type":"Point","coordinates":[-0.1060015,51.4220066]},"properties":{"@type":"node","@id":469766458,"@timestamp":1628614140},"coords":"51.4220066,-0.1060015","bedrooms":"0","price":"208000","area":"459"} , +{"type":"Feature","id":"n469766468","geometry":{"type":"Point","coordinates":[-0.0156437,51.6169844]},"properties":{"@type":"node","@id":469766468,"@timestamp":1617461325},"coords":"51.6169844,-0.0156437","bedrooms":"2","price":"212000","area":"396"} , +{"type":"Feature","id":"n469766481","geometry":{"type":"Point","coordinates":[-0.4762995,51.5472551]},"properties":{"@type":"node","@id":469766481,"@timestamp":1618063666},"coords":"51.5472551,-0.4762995","bedrooms":"0","price":"183000","area":"460"} , +{"type":"Feature","id":"n469766496","geometry":{"type":"Point","coordinates":[0.0774886,51.4106525]},"properties":{"@type":"node","@id":469766496,"@timestamp":1622905217},"coords":"51.4106525,0.0774886","bedrooms":"2","price":"191000","area":"436"} , +{"type":"Feature","id":"n469766517","geometry":{"type":"Point","coordinates":[0.0725933,51.4134713]},"properties":{"@type":"node","@id":469766517,"@timestamp":1622905231},"coords":"51.4134713,0.0725933","bedrooms":"4","price":"158000","area":"369"} , +{"type":"Feature","id":"n469766541","geometry":{"type":"Point","coordinates":[-0.2658776,51.4909532]},"properties":{"@type":"node","@id":469766541,"@timestamp":1564913938},"coords":"51.4909532,-0.2658776","bedrooms":"1","price":"174000","area":"682"} , +{"type":"Feature","id":"n469766562","geometry":{"type":"Point","coordinates":[-0.1780897,51.4176853]},"properties":{"@type":"node","@id":469766562,"@timestamp":1597482181},"coords":"51.4176853,-0.1780897","bedrooms":"4","price":"176000","area":"551"} , +{"type":"Feature","id":"n469766577","geometry":{"type":"Point","coordinates":[-0.1207525,51.4441929]},"properties":{"@type":"node","@id":469766577,"@timestamp":1556641743},"coords":"51.4441929,-0.1207525","bedrooms":"3","price":"246000","area":"591"} , +{"type":"Feature","id":"n469766588","geometry":{"type":"Point","coordinates":[-0.078298,51.5219004]},"properties":{"@type":"node","@id":469766588,"@timestamp":1586095024},"coords":"51.5219004,-0.078298","bedrooms":"4","price":"284000","area":"510"} , +{"type":"Feature","id":"n469766598","geometry":{"type":"Point","coordinates":[-0.2008004,51.4985425]},"properties":{"@type":"node","@id":469766598,"@timestamp":1619961214},"coords":"51.4985425,-0.2008004","bedrooms":"2","price":"228000","area":"616"} , +{"type":"Feature","id":"n469766608","geometry":{"type":"Point","coordinates":[-0.3790512,51.5849275]},"properties":{"@type":"node","@id":469766608,"@timestamp":1620742731},"coords":"51.5849275,-0.3790512","bedrooms":"2","price":"222000","area":"398"} , +{"type":"Feature","id":"n469766620","geometry":{"type":"Point","coordinates":[0.0011381,51.3694321]},"properties":{"@type":"node","@id":469766620,"@timestamp":1614767447},"coords":"51.3694321,0.0011381","bedrooms":"3","price":"157000","area":"583"} , +{"type":"Feature","id":"n469766630","geometry":{"type":"Point","coordinates":[-0.079939,51.6394633]},"properties":{"@type":"node","@id":469766630,"@timestamp":1627049903},"coords":"51.6394633,-0.079939","bedrooms":"0","price":"154000","area":"419"} , +{"type":"Feature","id":"n469766644","geometry":{"type":"Point","coordinates":[-0.1076189,51.5747233]},"properties":{"@type":"node","@id":469766644,"@timestamp":1564913938},"coords":"51.5747233,-0.1076189","bedrooms":"2","price":"298000","area":"650"} , +{"type":"Feature","id":"n469766654","geometry":{"type":"Point","coordinates":[0.0846889,51.4876014]},"properties":{"@type":"node","@id":469766654,"@timestamp":1490678350},"coords":"51.4876014,0.0846889","bedrooms":"1","price":"261000","area":"622"} , +{"type":"Feature","id":"n469766667","geometry":{"type":"Point","coordinates":[-0.153882,51.6593005]},"properties":{"@type":"node","@id":469766667,"@timestamp":1564913938},"coords":"51.6593005,-0.153882","bedrooms":"0","price":"209000","area":"531"} , +{"type":"Feature","id":"n469766681","geometry":{"type":"Point","coordinates":[-0.1388895,51.3848727]},"properties":{"@type":"node","@id":469766681,"@timestamp":1632769274},"coords":"51.3848727,-0.1388895","bedrooms":"3","price":"237000","area":"612"} , +{"type":"Feature","id":"n469766692","geometry":{"type":"Point","coordinates":[-0.0245876,51.4122614]},"properties":{"@type":"node","@id":469766692,"@timestamp":1556641746},"coords":"51.4122614,-0.0245876","bedrooms":"3","price":"286000","area":"517"} , +{"type":"Feature","id":"n469766706","geometry":{"type":"Point","coordinates":[-0.2306034,51.4182833]},"properties":{"@type":"node","@id":469766706,"@timestamp":1570312396},"coords":"51.4182833,-0.2306034","bedrooms":"0","price":"298000","area":"573"} , +{"type":"Feature","id":"n469766717","geometry":{"type":"Point","coordinates":[-0.1594214,51.3776308]},"properties":{"@type":"node","@id":469766717,"@timestamp":1556641103},"coords":"51.3776308,-0.1594214","bedrooms":"1","price":"181000","area":"511"} , +{"type":"Feature","id":"n469766727","geometry":{"type":"Point","coordinates":[-0.3608578,51.5650992]},"properties":{"@type":"node","@id":469766727,"@timestamp":1622909035},"coords":"51.5650992,-0.3608578","bedrooms":"3","price":"242000","area":"351"} , +{"type":"Feature","id":"n469766737","geometry":{"type":"Point","coordinates":[-0.0296492,51.6133334]},"properties":{"@type":"node","@id":469766737,"@timestamp":1617461325},"coords":"51.6133334,-0.0296492","bedrooms":"4","price":"268000","area":"600"} , +{"type":"Feature","id":"n469766747","geometry":{"type":"Point","coordinates":[0.1080839,51.4089702]},"properties":{"@type":"node","@id":469766747,"@timestamp":1618675420},"coords":"51.4089702,0.1080839","bedrooms":"3","price":"232000","area":"610"} , +{"type":"Feature","id":"n469766757","geometry":{"type":"Point","coordinates":[-0.1000322,51.3701224]},"properties":{"@type":"node","@id":469766757,"@timestamp":1556641748},"coords":"51.3701224,-0.1000322","bedrooms":"3","price":"173000","area":"619"} , +{"type":"Feature","id":"n469766768","geometry":{"type":"Point","coordinates":[-0.0988975,51.3724137]},"properties":{"@type":"node","@id":469766768,"@timestamp":1520792171},"coords":"51.3724137,-0.0988975","bedrooms":"1","price":"231000","area":"421"} , +{"type":"Feature","id":"n469766801","geometry":{"type":"Point","coordinates":[0.0058014,51.4336838]},"properties":{"@type":"node","@id":469766801,"@timestamp":1592123658},"coords":"51.4336838,0.0058014","bedrooms":"2","price":"204000","area":"365"} , +{"type":"Feature","id":"n469766832","geometry":{"type":"Point","coordinates":[-0.0692479,51.4262863]},"properties":{"@type":"node","@id":469766832,"@timestamp":1561205891},"coords":"51.4262863,-0.0692479","bedrooms":"4","price":"177000","area":"387"} , +{"type":"Feature","id":"n469766847","geometry":{"type":"Point","coordinates":[-0.0497217,51.6375718]},"properties":{"@type":"node","@id":469766847,"@timestamp":1564913943},"coords":"51.6375718,-0.0497217","bedrooms":"3","price":"154000","area":"534"} , +{"type":"Feature","id":"n469766857","geometry":{"type":"Point","coordinates":[-0.0811905,51.5464422]},"properties":{"@type":"node","@id":469766857,"@timestamp":1564913943},"coords":"51.5464422,-0.0811905","bedrooms":"3","price":"217000","area":"393"} , +{"type":"Feature","id":"n469766867","geometry":{"type":"Point","coordinates":[0.0055768,51.3986697]},"properties":{"@type":"node","@id":469766867,"@timestamp":1556641752},"coords":"51.3986697,0.0055768","bedrooms":"2","price":"273000","area":"477"} , +{"type":"Feature","id":"n469766877","geometry":{"type":"Point","coordinates":[-0.3437025,51.5885171]},"properties":{"@type":"node","@id":469766877,"@timestamp":1621857465},"coords":"51.5885171,-0.3437025","bedrooms":"2","price":"293000","area":"551"} , +{"type":"Feature","id":"n469766889","geometry":{"type":"Point","coordinates":[-0.0813427,51.4087686]},"properties":{"@type":"node","@id":469766889,"@timestamp":1579985597},"coords":"51.4087686,-0.0813427","bedrooms":"1","price":"285000","area":"453"} , +{"type":"Feature","id":"n469766899","geometry":{"type":"Point","coordinates":[-0.1655296,51.4302891]},"properties":{"@type":"node","@id":469766899,"@timestamp":1597482181},"coords":"51.4302891,-0.1655296","bedrooms":"1","price":"158000","area":"531"} , +{"type":"Feature","id":"n469766909","geometry":{"type":"Point","coordinates":[-0.1449169,51.4215624]},"properties":{"@type":"node","@id":469766909,"@timestamp":1556641105},"coords":"51.4215624,-0.1449169","bedrooms":"1","price":"173000","area":"380"} , +{"type":"Feature","id":"n469766921","geometry":{"type":"Point","coordinates":[-0.129344,51.557695]},"properties":{"@type":"node","@id":469766921,"@timestamp":1627411353},"coords":"51.557695,-0.129344","bedrooms":"3","price":"267000","area":"491"} , +{"type":"Feature","id":"n469766941","geometry":{"type":"Point","coordinates":[-0.3613778,51.5560182]},"properties":{"@type":"node","@id":469766941,"@timestamp":1556642990},"coords":"51.5560182,-0.3613778","bedrooms":"3","price":"286000","area":"541"} , +{"type":"Feature","id":"n469766959","geometry":{"type":"Point","coordinates":[-0.0442198,51.3858206]},"properties":{"@type":"node","@id":469766959,"@timestamp":1556641754},"coords":"51.3858206,-0.0442198","bedrooms":"1","price":"246000","area":"658"} , +{"type":"Feature","id":"n469766975","geometry":{"type":"Point","coordinates":[-0.0040192,51.4705399]},"properties":{"@type":"node","@id":469766975,"@timestamp":1576305686},"coords":"51.4705399,-0.0040192","bedrooms":"1","price":"158000","area":"527"} , +{"type":"Feature","id":"n469767017","geometry":{"type":"Point","coordinates":[0.0965133,51.4615748]},"properties":{"@type":"node","@id":469767017,"@timestamp":1626694029},"coords":"51.4615748,0.0965133","bedrooms":"0","price":"290000","area":"431"} , +{"type":"Feature","id":"n469767053","geometry":{"type":"Point","coordinates":[-0.0848821,51.385503]},"properties":{"@type":"node","@id":469767053,"@timestamp":1609942994},"coords":"51.385503,-0.0848821","bedrooms":"4","price":"211000","area":"692"} , +{"type":"Feature","id":"n469767068","geometry":{"type":"Point","coordinates":[-0.2940794,51.4070926]},"properties":{"@type":"node","@id":469767068,"@timestamp":1597226036},"coords":"51.4070926,-0.2940794","bedrooms":"3","price":"275000","area":"365"} , +{"type":"Feature","id":"n469767079","geometry":{"type":"Point","coordinates":[-0.2648196,51.6094536]},"properties":{"@type":"node","@id":469767079,"@timestamp":1580672777},"coords":"51.6094536,-0.2648196","bedrooms":"3","price":"248000","area":"372"} , +{"type":"Feature","id":"n469767094","geometry":{"type":"Point","coordinates":[-0.0812477,51.6241638]},"properties":{"@type":"node","@id":469767094,"@timestamp":1564913943},"coords":"51.6241638,-0.0812477","bedrooms":"0","price":"151000","area":"425"} , +{"type":"Feature","id":"n469767116","geometry":{"type":"Point","coordinates":[-0.2529649,51.5447178]},"properties":{"@type":"node","@id":469767116,"@timestamp":1597485085},"coords":"51.5447178,-0.2529649","bedrooms":"0","price":"201000","area":"382"} , +{"type":"Feature","id":"n469767134","geometry":{"type":"Point","coordinates":[-0.1118719,51.6379111]},"properties":{"@type":"node","@id":469767134,"@timestamp":1564913943},"coords":"51.6379111,-0.1118719","bedrooms":"2","price":"249000","area":"544"} , +{"type":"Feature","id":"n469767161","geometry":{"type":"Point","coordinates":[-0.2630063,51.5830368]},"properties":{"@type":"node","@id":469767161,"@timestamp":1564913943},"coords":"51.5830368,-0.2630063","bedrooms":"0","price":"155000","area":"468"} , +{"type":"Feature","id":"n469767180","geometry":{"type":"Point","coordinates":[0.1043019,51.495367]},"properties":{"@type":"node","@id":469767180,"@timestamp":1556640727},"coords":"51.495367,0.1043019","bedrooms":"1","price":"187000","area":"530"} , +{"type":"Feature","id":"n469767195","geometry":{"type":"Point","coordinates":[0.056881,51.5479394]},"properties":{"@type":"node","@id":469767195,"@timestamp":1556640727},"coords":"51.5479394,0.056881","bedrooms":"3","price":"166000","area":"619"} , +{"type":"Feature","id":"n469767211","geometry":{"type":"Point","coordinates":[0.1065865,51.4247762]},"properties":{"@type":"node","@id":469767211,"@timestamp":1627753619},"coords":"51.4247762,0.1065865","bedrooms":"1","price":"220000","area":"677"} , +{"type":"Feature","id":"n469767221","geometry":{"type":"Point","coordinates":[0.0080045,51.5355295]},"properties":{"@type":"node","@id":469767221,"@timestamp":1621855586},"coords":"51.5355295,0.0080045","bedrooms":"0","price":"213000","area":"657"} , +{"type":"Feature","id":"n469767234","geometry":{"type":"Point","coordinates":[-0.1736317,51.533949]},"properties":{"@type":"node","@id":469767234,"@timestamp":1632844286},"coords":"51.533949,-0.1736317","bedrooms":"2","price":"169000","area":"352"} , +{"type":"Feature","id":"n469767244","geometry":{"type":"Point","coordinates":[-0.343,51.6203335]},"properties":{"@type":"node","@id":469767244,"@timestamp":1564913943},"coords":"51.6203335,-0.343","bedrooms":"0","price":"193000","area":"544"} , +{"type":"Feature","id":"n469767256","geometry":{"type":"Point","coordinates":[-0.1676146,51.4630699]},"properties":{"@type":"node","@id":469767256,"@timestamp":1630759093},"coords":"51.4630699,-0.1676146","bedrooms":"1","price":"263000","area":"422"} , +{"type":"Feature","id":"n469767267","geometry":{"type":"Point","coordinates":[-0.0544039,51.5475218]},"properties":{"@type":"node","@id":469767267,"@timestamp":1527755118},"coords":"51.5475218,-0.0544039","bedrooms":"3","price":"255000","area":"522"} , +{"type":"Feature","id":"n469767289","geometry":{"type":"Point","coordinates":[-0.129563,51.4546035]},"properties":{"@type":"node","@id":469767289,"@timestamp":1597484030},"coords":"51.4546035,-0.129563","bedrooms":"2","price":"182000","area":"605"} , +{"type":"Feature","id":"n469767300","geometry":{"type":"Point","coordinates":[0.0221318,51.5901944]},"properties":{"@type":"node","@id":469767300,"@timestamp":1552813820},"coords":"51.5901944,0.0221318","bedrooms":"4","price":"243000","area":"452"} , +{"type":"Feature","id":"n469767310","geometry":{"type":"Point","coordinates":[-0.1376913,51.4860281]},"properties":{"@type":"node","@id":469767310,"@timestamp":1541076176},"coords":"51.4860281,-0.1376913","bedrooms":"4","price":"238000","area":"558"} , +{"type":"Feature","id":"n469767324","geometry":{"type":"Point","coordinates":[0.1657116,51.5637181]},"properties":{"@type":"node","@id":469767324,"@timestamp":1626709179},"coords":"51.5637181,0.1657116","bedrooms":"1","price":"155000","area":"459"} , +{"type":"Feature","id":"n469767335","geometry":{"type":"Point","coordinates":[0.0215992,51.5310836]},"properties":{"@type":"node","@id":469767335,"@timestamp":1549918881},"coords":"51.5310836,0.0215992","bedrooms":"3","price":"298000","area":"548"} , +{"type":"Feature","id":"n469767346","geometry":{"type":"Point","coordinates":[-0.4777166,51.5303458]},"properties":{"@type":"node","@id":469767346,"@timestamp":1564913943},"coords":"51.5303458,-0.4777166","bedrooms":"3","price":"252000","area":"658"} , +{"type":"Feature","id":"n469767357","geometry":{"type":"Point","coordinates":[-0.2739013,51.4705983]},"properties":{"@type":"node","@id":469767357,"@timestamp":1626372046},"coords":"51.4705983,-0.2739013","bedrooms":"0","price":"261000","area":"492"} , +{"type":"Feature","id":"n469767367","geometry":{"type":"Point","coordinates":[-0.0051889,51.5930712]},"properties":{"@type":"node","@id":469767367,"@timestamp":1564913943},"coords":"51.5930712,-0.0051889","bedrooms":"2","price":"281000","area":"398"} , +{"type":"Feature","id":"n469767377","geometry":{"type":"Point","coordinates":[-0.368308,51.5195797]},"properties":{"@type":"node","@id":469767377,"@timestamp":1613744157},"coords":"51.5195797,-0.368308","bedrooms":"0","price":"244000","area":"576"} , +{"type":"Feature","id":"n469767389","geometry":{"type":"Point","coordinates":[-0.0833851,51.5264946]},"properties":{"@type":"node","@id":469767389,"@timestamp":1568575088},"coords":"51.5264946,-0.0833851","bedrooms":"4","price":"168000","area":"688"} , +{"type":"Feature","id":"n469767399","geometry":{"type":"Point","coordinates":[-0.1954008,51.3471196]},"properties":{"@type":"node","@id":469767399,"@timestamp":1564913943},"coords":"51.3471196,-0.1954008","bedrooms":"3","price":"249000","area":"422"} , +{"type":"Feature","id":"n469767410","geometry":{"type":"Point","coordinates":[-0.0100084,51.5094482]},"properties":{"@type":"node","@id":469767410,"@timestamp":1626252228},"coords":"51.5094482,-0.0100084","bedrooms":"1","price":"205000","area":"622"} , +{"type":"Feature","id":"n469767420","geometry":{"type":"Point","coordinates":[-0.1241952,51.3147135]},"properties":{"@type":"node","@id":469767420,"@timestamp":1590878316},"coords":"51.3147135,-0.1241952","bedrooms":"4","price":"173000","area":"503"} , +{"type":"Feature","id":"n469767430","geometry":{"type":"Point","coordinates":[-0.1179742,51.5008442]},"properties":{"@type":"node","@id":469767430,"@timestamp":1573665206},"coords":"51.5008442,-0.1179742","bedrooms":"2","price":"173000","area":"436"} , +{"type":"Feature","id":"n469767440","geometry":{"type":"Point","coordinates":[-0.3672605,51.4382928]},"properties":{"@type":"node","@id":469767440,"@timestamp":1556641110},"coords":"51.4382928,-0.3672605","bedrooms":"2","price":"200000","area":"448"} , +{"type":"Feature","id":"n469767450","geometry":{"type":"Point","coordinates":[-0.00752,51.3701749]},"properties":{"@type":"node","@id":469767450,"@timestamp":1621423043},"coords":"51.3701749,-0.00752","bedrooms":"3","price":"172000","area":"664"} , +{"type":"Feature","id":"n469767466","geometry":{"type":"Point","coordinates":[-0.0881937,51.602664]},"properties":{"@type":"node","@id":469767466,"@timestamp":1613380605},"coords":"51.602664,-0.0881937","bedrooms":"3","price":"171000","area":"436"} , +{"type":"Feature","id":"n469767486","geometry":{"type":"Point","coordinates":[0.1096234,51.3696362]},"properties":{"@type":"node","@id":469767486,"@timestamp":1630574577},"coords":"51.3696362,0.1096234","bedrooms":"0","price":"213000","area":"454"} , +{"type":"Feature","id":"n469767497","geometry":{"type":"Point","coordinates":[-0.347175,51.5351718]},"properties":{"@type":"node","@id":469767497,"@timestamp":1564913943},"coords":"51.5351718,-0.347175","bedrooms":"2","price":"275000","area":"569"} , +{"type":"Feature","id":"n469767507","geometry":{"type":"Point","coordinates":[-0.412747,51.5962112]},"properties":{"@type":"node","@id":469767507,"@timestamp":1564913943},"coords":"51.5962112,-0.412747","bedrooms":"0","price":"284000","area":"485"} , +{"type":"Feature","id":"n469767517","geometry":{"type":"Point","coordinates":[-0.3306698,51.4585624]},"properties":{"@type":"node","@id":469767517,"@timestamp":1552318162},"coords":"51.4585624,-0.3306698","bedrooms":"2","price":"252000","area":"454"} , +{"type":"Feature","id":"n469767527","geometry":{"type":"Point","coordinates":[0.2036128,51.5745066]},"properties":{"@type":"node","@id":469767527,"@timestamp":1556645684},"coords":"51.5745066,0.2036128","bedrooms":"2","price":"194000","area":"460"} , +{"type":"Feature","id":"n469767539","geometry":{"type":"Point","coordinates":[-0.0419787,51.4422718]},"properties":{"@type":"node","@id":469767539,"@timestamp":1564913943},"coords":"51.4422718,-0.0419787","bedrooms":"4","price":"247000","area":"568"} , +{"type":"Feature","id":"n469767563","geometry":{"type":"Point","coordinates":[-0.0650755,51.5764005]},"properties":{"@type":"node","@id":469767563,"@timestamp":1556640729},"coords":"51.5764005,-0.0650755","bedrooms":"0","price":"273000","area":"546"} , +{"type":"Feature","id":"n469767585","geometry":{"type":"Point","coordinates":[0.1008759,51.3899332]},"properties":{"@type":"node","@id":469767585,"@timestamp":1564913943},"coords":"51.3899332,0.1008759","bedrooms":"3","price":"170000","area":"611"} , +{"type":"Feature","id":"n469767615","geometry":{"type":"Point","coordinates":[0.0671467,51.3886012]},"properties":{"@type":"node","@id":469767615,"@timestamp":1564913943},"coords":"51.3886012,0.0671467","bedrooms":"2","price":"256000","area":"406"} , +{"type":"Feature","id":"n469767636","geometry":{"type":"Point","coordinates":[0.0888949,51.3607417]},"properties":{"@type":"node","@id":469767636,"@timestamp":1564913943},"coords":"51.3607417,0.0888949","bedrooms":"0","price":"223000","area":"449"} , +{"type":"Feature","id":"n469767647","geometry":{"type":"Point","coordinates":[-0.2572366,51.6050018]},"properties":{"@type":"node","@id":469767647,"@timestamp":1564913943},"coords":"51.6050018,-0.2572366","bedrooms":"4","price":"208000","area":"603"} , +{"type":"Feature","id":"n469767657","geometry":{"type":"Point","coordinates":[-0.2371293,51.4558145]},"properties":{"@type":"node","@id":469767657,"@timestamp":1628353773},"coords":"51.4558145,-0.2371293","bedrooms":"4","price":"203000","area":"520"} , +{"type":"Feature","id":"n469767667","geometry":{"type":"Point","coordinates":[-0.2614932,51.4924946]},"properties":{"@type":"node","@id":469767667,"@timestamp":1564913943},"coords":"51.4924946,-0.2614932","bedrooms":"3","price":"237000","area":"597"} , +{"type":"Feature","id":"n469767677","geometry":{"type":"Point","coordinates":[-0.0840317,51.5566107]},"properties":{"@type":"node","@id":469767677,"@timestamp":1564913943},"coords":"51.5566107,-0.0840317","bedrooms":"1","price":"188000","area":"441"} , +{"type":"Feature","id":"n469767687","geometry":{"type":"Point","coordinates":[0.1634074,51.5988604]},"properties":{"@type":"node","@id":469767687,"@timestamp":1556645685},"coords":"51.5988604,0.1634074","bedrooms":"4","price":"228000","area":"534"} , +{"type":"Feature","id":"n469767697","geometry":{"type":"Point","coordinates":[-0.2691383,51.5209778]},"properties":{"@type":"node","@id":469767697,"@timestamp":1597485085},"coords":"51.5209778,-0.2691383","bedrooms":"2","price":"155000","area":"362"} , +{"type":"Feature","id":"n469767709","geometry":{"type":"Point","coordinates":[0.1867493,51.5673365]},"properties":{"@type":"node","@id":469767709,"@timestamp":1564913943},"coords":"51.5673365,0.1867493","bedrooms":"2","price":"274000","area":"426"} , +{"type":"Feature","id":"n469767719","geometry":{"type":"Point","coordinates":[-0.435126,51.5012158]},"properties":{"@type":"node","@id":469767719,"@timestamp":1564913943},"coords":"51.5012158,-0.435126","bedrooms":"1","price":"219000","area":"625"} , +{"type":"Feature","id":"n469767733","geometry":{"type":"Point","coordinates":[-0.0928593,51.4710282]},"properties":{"@type":"node","@id":469767733,"@timestamp":1631442304},"coords":"51.4710282,-0.0928593","bedrooms":"2","price":"156000","area":"389"} , +{"type":"Feature","id":"n469767747","geometry":{"type":"Point","coordinates":[-0.2358165,51.5699442]},"properties":{"@type":"node","@id":469767747,"@timestamp":1564913943},"coords":"51.5699442,-0.2358165","bedrooms":"3","price":"259000","area":"401"} , +{"type":"Feature","id":"n469767758","geometry":{"type":"Point","coordinates":[-0.2573784,51.5919306]},"properties":{"@type":"node","@id":469767758,"@timestamp":1550001816},"coords":"51.5919306,-0.2573784","bedrooms":"4","price":"262000","area":"694"} , +{"type":"Feature","id":"n469767774","geometry":{"type":"Point","coordinates":[-0.1755378,51.5445412]},"properties":{"@type":"node","@id":469767774,"@timestamp":1632378782},"coords":"51.5445412,-0.1755378","bedrooms":"3","price":"208000","area":"390"} , +{"type":"Feature","id":"n469767799","geometry":{"type":"Point","coordinates":[-0.2259772,51.5358774]},"properties":{"@type":"node","@id":469767799,"@timestamp":1597485085},"coords":"51.5358774,-0.2259772","bedrooms":"0","price":"282000","area":"352"} , +{"type":"Feature","id":"n469767810","geometry":{"type":"Point","coordinates":[-0.0431153,51.6491609]},"properties":{"@type":"node","@id":469767810,"@timestamp":1524098953},"coords":"51.6491609,-0.0431153","bedrooms":"2","price":"214000","area":"405"} , +{"type":"Feature","id":"n469767821","geometry":{"type":"Point","coordinates":[0.0004653,51.6211693]},"properties":{"@type":"node","@id":469767821,"@timestamp":1617461325},"coords":"51.6211693,0.0004653","bedrooms":"1","price":"189000","area":"540"} , +{"type":"Feature","id":"n469767838","geometry":{"type":"Point","coordinates":[-0.3131337,51.4829876]},"properties":{"@type":"node","@id":469767838,"@timestamp":1564913943},"coords":"51.4829876,-0.3131337","bedrooms":"4","price":"261000","area":"632"} , +{"type":"Feature","id":"n469767850","geometry":{"type":"Point","coordinates":[-0.3685023,51.518403]},"properties":{"@type":"node","@id":469767850,"@timestamp":1613744157},"coords":"51.518403,-0.3685023","bedrooms":"3","price":"293000","area":"422"} , +{"type":"Feature","id":"n469767861","geometry":{"type":"Point","coordinates":[-0.1604127,51.523211]},"properties":{"@type":"node","@id":469767861,"@timestamp":1624638960},"coords":"51.523211,-0.1604127","bedrooms":"1","price":"245000","area":"528"} , +{"type":"Feature","id":"n469767872","geometry":{"type":"Point","coordinates":[-0.3063332,51.5821608]},"properties":{"@type":"node","@id":469767872,"@timestamp":1556643006},"coords":"51.5821608,-0.3063332","bedrooms":"2","price":"158000","area":"407"} , +{"type":"Feature","id":"n469767882","geometry":{"type":"Point","coordinates":[0.1910751,51.5227598]},"properties":{"@type":"node","@id":469767882,"@timestamp":1556645686},"coords":"51.5227598,0.1910751","bedrooms":"3","price":"235000","area":"396"} , +{"type":"Feature","id":"n469767894","geometry":{"type":"Point","coordinates":[0.0468581,51.3450124]},"properties":{"@type":"node","@id":469767894,"@timestamp":1556647540},"coords":"51.3450124,0.0468581","bedrooms":"0","price":"198000","area":"637"} , +{"type":"Feature","id":"n469767905","geometry":{"type":"Point","coordinates":[-0.0859742,51.5388392]},"properties":{"@type":"node","@id":469767905,"@timestamp":1508604903},"coords":"51.5388392,-0.0859742","bedrooms":"2","price":"155000","area":"510"} , +{"type":"Feature","id":"n469767916","geometry":{"type":"Point","coordinates":[-0.1067721,51.3318378]},"properties":{"@type":"node","@id":469767916,"@timestamp":1591523491},"coords":"51.3318378,-0.1067721","bedrooms":"4","price":"270000","area":"583"} , +{"type":"Feature","id":"n469767926","geometry":{"type":"Point","coordinates":[-0.1944114,51.3431803]},"properties":{"@type":"node","@id":469767926,"@timestamp":1556646543},"coords":"51.3431803,-0.1944114","bedrooms":"0","price":"253000","area":"352"} , +{"type":"Feature","id":"n469767938","geometry":{"type":"Point","coordinates":[-0.3312311,51.5164002]},"properties":{"@type":"node","@id":469767938,"@timestamp":1614599227},"coords":"51.5164002,-0.3312311","bedrooms":"4","price":"190000","area":"367"} , +{"type":"Feature","id":"n469767948","geometry":{"type":"Point","coordinates":[-0.0701183,51.4325272]},"properties":{"@type":"node","@id":469767948,"@timestamp":1564913943},"coords":"51.4325272,-0.0701183","bedrooms":"4","price":"280000","area":"352"} , +{"type":"Feature","id":"n469767959","geometry":{"type":"Point","coordinates":[0.1435099,51.4786907]},"properties":{"@type":"node","@id":469767959,"@timestamp":1564913943},"coords":"51.4786907,0.1435099","bedrooms":"1","price":"294000","area":"497"} , +{"type":"Feature","id":"n469767969","geometry":{"type":"Point","coordinates":[0.0385172,51.4291561]},"properties":{"@type":"node","@id":469767969,"@timestamp":1564913943},"coords":"51.4291561,0.0385172","bedrooms":"1","price":"190000","area":"424"} , +{"type":"Feature","id":"n469767984","geometry":{"type":"Point","coordinates":[-0.1605162,51.4911268]},"properties":{"@type":"node","@id":469767984,"@timestamp":1571421915},"coords":"51.4911268,-0.1605162","bedrooms":"3","price":"161000","area":"623"} , +{"type":"Feature","id":"n469767995","geometry":{"type":"Point","coordinates":[0.223229,51.6022113]},"properties":{"@type":"node","@id":469767995,"@timestamp":1556645687},"coords":"51.6022113,0.223229","bedrooms":"0","price":"194000","area":"610"} , +{"type":"Feature","id":"n469768006","geometry":{"type":"Point","coordinates":[-0.083997,51.4257332]},"properties":{"@type":"node","@id":469768006,"@timestamp":1556641773},"coords":"51.4257332,-0.083997","bedrooms":"1","price":"217000","area":"381"} , +{"type":"Feature","id":"n469768016","geometry":{"type":"Point","coordinates":[-0.0609876,51.5032925]},"properties":{"@type":"node","@id":469768016,"@timestamp":1630965699},"coords":"51.5032925,-0.0609876","bedrooms":"4","price":"294000","area":"515"} , +{"type":"Feature","id":"n469768026","geometry":{"type":"Point","coordinates":[0.0527074,51.4290895]},"properties":{"@type":"node","@id":469768026,"@timestamp":1564913943},"coords":"51.4290895,0.0527074","bedrooms":"1","price":"223000","area":"438"} , +{"type":"Feature","id":"n469768036","geometry":{"type":"Point","coordinates":[-0.0727588,51.5700022]},"properties":{"@type":"node","@id":469768036,"@timestamp":1625914463},"coords":"51.5700022,-0.0727588","bedrooms":"4","price":"221000","area":"502"} , +{"type":"Feature","id":"n469768047","geometry":{"type":"Point","coordinates":[-0.0771014,51.4896913]},"properties":{"@type":"node","@id":469768047,"@timestamp":1542314090},"coords":"51.4896913,-0.0771014","bedrooms":"3","price":"195000","area":"514"} , +{"type":"Feature","id":"n469768058","geometry":{"type":"Point","coordinates":[-0.3820732,51.5789074]},"properties":{"@type":"node","@id":469768058,"@timestamp":1620922933},"coords":"51.5789074,-0.3820732","bedrooms":"3","price":"289000","area":"506"} , +{"type":"Feature","id":"n469768070","geometry":{"type":"Point","coordinates":[0.1130211,51.3775694]},"properties":{"@type":"node","@id":469768070,"@timestamp":1573373268},"coords":"51.3775694,0.1130211","bedrooms":"3","price":"212000","area":"695"} , +{"type":"Feature","id":"n469768080","geometry":{"type":"Point","coordinates":[-0.2973558,51.5465422]},"properties":{"@type":"node","@id":469768080,"@timestamp":1564913943},"coords":"51.5465422,-0.2973558","bedrooms":"1","price":"292000","area":"479"} , +{"type":"Feature","id":"n469768092","geometry":{"type":"Point","coordinates":[-0.3136808,51.4942103]},"properties":{"@type":"node","@id":469768092,"@timestamp":1570365668},"coords":"51.4942103,-0.3136808","bedrooms":"2","price":"249000","area":"374"} , +{"type":"Feature","id":"n469768103","geometry":{"type":"Point","coordinates":[-0.3084956,51.5127111]},"properties":{"@type":"node","@id":469768103,"@timestamp":1600537338},"coords":"51.5127111,-0.3084956","bedrooms":"4","price":"258000","area":"397"} , +{"type":"Feature","id":"n469768115","geometry":{"type":"Point","coordinates":[-0.1941941,51.4946151]},"properties":{"@type":"node","@id":469768115,"@timestamp":1625839336},"coords":"51.4946151,-0.1941941","bedrooms":"3","price":"216000","area":"397"} , +{"type":"Feature","id":"n469768126","geometry":{"type":"Point","coordinates":[-0.1682119,51.647792]},"properties":{"@type":"node","@id":469768126,"@timestamp":1588683313},"coords":"51.647792,-0.1682119","bedrooms":"3","price":"150000","area":"543"} , +{"type":"Feature","id":"n469768136","geometry":{"type":"Point","coordinates":[0.0668551,51.5210125]},"properties":{"@type":"node","@id":469768136,"@timestamp":1556640733},"coords":"51.5210125,0.0668551","bedrooms":"4","price":"162000","area":"384"} , +{"type":"Feature","id":"n469768146","geometry":{"type":"Point","coordinates":[-0.3909028,51.5133053]},"properties":{"@type":"node","@id":469768146,"@timestamp":1564913943},"coords":"51.5133053,-0.3909028","bedrooms":"3","price":"251000","area":"643"} , +{"type":"Feature","id":"n469768156","geometry":{"type":"Point","coordinates":[-0.4266252,51.6119873]},"properties":{"@type":"node","@id":469768156,"@timestamp":1564913943},"coords":"51.6119873,-0.4266252","bedrooms":"4","price":"150000","area":"493"} , +{"type":"Feature","id":"n469768167","geometry":{"type":"Point","coordinates":[-0.0059437,51.3999418]},"properties":{"@type":"node","@id":469768167,"@timestamp":1612611492},"coords":"51.3999418,-0.0059437","bedrooms":"3","price":"178000","area":"662"} , +{"type":"Feature","id":"n469768179","geometry":{"type":"Point","coordinates":[-0.0370321,51.4882896]},"properties":{"@type":"node","@id":469768179,"@timestamp":1535994182},"coords":"51.4882896,-0.0370321","bedrooms":"4","price":"299000","area":"621"} , +{"type":"Feature","id":"n469768189","geometry":{"type":"Point","coordinates":[-0.1764985,51.6239241]},"properties":{"@type":"node","@id":469768189,"@timestamp":1564913943},"coords":"51.6239241,-0.1764985","bedrooms":"4","price":"230000","area":"641"} , +{"type":"Feature","id":"n469768199","geometry":{"type":"Point","coordinates":[-0.2146243,51.3506732]},"properties":{"@type":"node","@id":469768199,"@timestamp":1556646545},"coords":"51.3506732,-0.2146243","bedrooms":"2","price":"184000","area":"537"} , +{"type":"Feature","id":"n469768209","geometry":{"type":"Point","coordinates":[-0.1219627,51.5751843]},"properties":{"@type":"node","@id":469768209,"@timestamp":1449855631},"coords":"51.5751843,-0.1219627","bedrooms":"4","price":"259000","area":"500"} , +{"type":"Feature","id":"n469768219","geometry":{"type":"Point","coordinates":[-0.0463017,51.5480869]},"properties":{"@type":"node","@id":469768219,"@timestamp":1625590990},"coords":"51.5480869,-0.0463017","bedrooms":"0","price":"286000","area":"689"} , +{"type":"Feature","id":"n469768230","geometry":{"type":"Point","coordinates":[-0.024844,51.4943293]},"properties":{"@type":"node","@id":469768230,"@timestamp":1625893498},"coords":"51.4943293,-0.024844","bedrooms":"2","price":"199000","area":"406"} , +{"type":"Feature","id":"n469768242","geometry":{"type":"Point","coordinates":[-0.0750268,51.4296999]},"properties":{"@type":"node","@id":469768242,"@timestamp":1564913943},"coords":"51.4296999,-0.0750268","bedrooms":"2","price":"243000","area":"602"} , +{"type":"Feature","id":"n469768253","geometry":{"type":"Point","coordinates":[-0.1542364,51.5084982]},"properties":{"@type":"node","@id":469768253,"@timestamp":1535080490},"coords":"51.5084982,-0.1542364","bedrooms":"4","price":"176000","area":"660"} , +{"type":"Feature","id":"n469768264","geometry":{"type":"Point","coordinates":[-0.261963,51.5942096]},"properties":{"@type":"node","@id":469768264,"@timestamp":1566652363},"coords":"51.5942096,-0.261963","bedrooms":"4","price":"288000","area":"508"} , +{"type":"Feature","id":"n469768274","geometry":{"type":"Point","coordinates":[-0.1849321,51.4837932]},"properties":{"@type":"node","@id":469768274,"@timestamp":1606622247},"coords":"51.4837932,-0.1849321","bedrooms":"2","price":"277000","area":"519"} , +{"type":"Feature","id":"n469768284","geometry":{"type":"Point","coordinates":[-0.0615459,51.6227101]},"properties":{"@type":"node","@id":469768284,"@timestamp":1564913943},"coords":"51.6227101,-0.0615459","bedrooms":"1","price":"240000","area":"580"} , +{"type":"Feature","id":"n469768300","geometry":{"type":"Point","coordinates":[0.0269768,51.4341885]},"properties":{"@type":"node","@id":469768300,"@timestamp":1630325654},"coords":"51.4341885,0.0269768","bedrooms":"0","price":"264000","area":"649"} , +{"type":"Feature","id":"n469768323","geometry":{"type":"Point","coordinates":[-0.0769262,51.5223108]},"properties":{"@type":"node","@id":469768323,"@timestamp":1586095024},"coords":"51.5223108,-0.0769262","bedrooms":"3","price":"269000","area":"463"} , +{"type":"Feature","id":"n469768333","geometry":{"type":"Point","coordinates":[-0.1929496,51.5261333]},"properties":{"@type":"node","@id":469768333,"@timestamp":1625668793},"coords":"51.5261333,-0.1929496","bedrooms":"2","price":"238000","area":"468"} , +{"type":"Feature","id":"n469768357","geometry":{"type":"Point","coordinates":[-0.4136273,51.6133691]},"properties":{"@type":"node","@id":469768357,"@timestamp":1556645117},"coords":"51.6133691,-0.4136273","bedrooms":"2","price":"178000","area":"413"} , +{"type":"Feature","id":"n469768368","geometry":{"type":"Point","coordinates":[-0.2216957,51.6318575]},"properties":{"@type":"node","@id":469768368,"@timestamp":1564913943},"coords":"51.6318575,-0.2216957","bedrooms":"2","price":"227000","area":"653"} , +{"type":"Feature","id":"n469768378","geometry":{"type":"Point","coordinates":[0.0470537,51.4594431]},"properties":{"@type":"node","@id":469768378,"@timestamp":1564913943},"coords":"51.4594431,0.0470537","bedrooms":"0","price":"156000","area":"364"} , +{"type":"Feature","id":"n469768390","geometry":{"type":"Point","coordinates":[-0.3046224,51.3732264]},"properties":{"@type":"node","@id":469768390,"@timestamp":1564913943},"coords":"51.3732264,-0.3046224","bedrooms":"2","price":"207000","area":"619"} , +{"type":"Feature","id":"n469768402","geometry":{"type":"Point","coordinates":[0.0160386,51.4019208]},"properties":{"@type":"node","@id":469768402,"@timestamp":1629322893},"coords":"51.4019208,0.0160386","bedrooms":"2","price":"299000","area":"470"} , +{"type":"Feature","id":"n469768414","geometry":{"type":"Point","coordinates":[-0.1762106,51.4890883]},"properties":{"@type":"node","@id":469768414,"@timestamp":1605291358},"coords":"51.4890883,-0.1762106","bedrooms":"0","price":"277000","area":"577"} , +{"type":"Feature","id":"n469768428","geometry":{"type":"Point","coordinates":[-0.1438391,51.4565485]},"properties":{"@type":"node","@id":469768428,"@timestamp":1621596244},"coords":"51.4565485,-0.1438391","bedrooms":"0","price":"160000","area":"689"} , +{"type":"Feature","id":"n469768442","geometry":{"type":"Point","coordinates":[0.0513893,51.4540975]},"properties":{"@type":"node","@id":469768442,"@timestamp":1635611540},"coords":"51.4540975,0.0513893","bedrooms":"2","price":"270000","area":"467"} , +{"type":"Feature","id":"n469768479","geometry":{"type":"Point","coordinates":[0.0536148,51.4506886]},"properties":{"@type":"node","@id":469768479,"@timestamp":1635611540},"coords":"51.4506886,0.0536148","bedrooms":"2","price":"208000","area":"687"} , +{"type":"Feature","id":"n469768509","geometry":{"type":"Point","coordinates":[0.0363428,51.4519622]},"properties":{"@type":"node","@id":469768509,"@timestamp":1635611540},"coords":"51.4519622,0.0363428","bedrooms":"2","price":"220000","area":"591"} , +{"type":"Feature","id":"n469768541","geometry":{"type":"Point","coordinates":[-0.3307082,51.5022512]},"properties":{"@type":"node","@id":469768541,"@timestamp":1600176138},"coords":"51.5022512,-0.3307082","bedrooms":"3","price":"215000","area":"560"} , +{"type":"Feature","id":"n469768559","geometry":{"type":"Point","coordinates":[0.2427647,51.5698372]},"properties":{"@type":"node","@id":469768559,"@timestamp":1564913943},"coords":"51.5698372,0.2427647","bedrooms":"3","price":"253000","area":"371"} , +{"type":"Feature","id":"n469768608","geometry":{"type":"Point","coordinates":[0.0020224,51.6245643]},"properties":{"@type":"node","@id":469768608,"@timestamp":1617461325},"coords":"51.6245643,0.0020224","bedrooms":"4","price":"273000","area":"687"} , +{"type":"Feature","id":"n469768631","geometry":{"type":"Point","coordinates":[-0.0480071,51.6527487]},"properties":{"@type":"node","@id":469768631,"@timestamp":1564913943},"coords":"51.6527487,-0.0480071","bedrooms":"1","price":"271000","area":"431"} , +{"type":"Feature","id":"n469768642","geometry":{"type":"Point","coordinates":[-0.0813885,51.6505993]},"properties":{"@type":"node","@id":469768642,"@timestamp":1615673592},"coords":"51.6505993,-0.0813885","bedrooms":"0","price":"245000","area":"537"} , +{"type":"Feature","id":"n469768653","geometry":{"type":"Point","coordinates":[-0.1617051,51.5462958]},"properties":{"@type":"node","@id":469768653,"@timestamp":1597485085},"coords":"51.5462958,-0.1617051","bedrooms":"0","price":"212000","area":"614"} , +{"type":"Feature","id":"n469768663","geometry":{"type":"Point","coordinates":[-0.0870413,51.522583]},"properties":{"@type":"node","@id":469768663,"@timestamp":1591416139},"coords":"51.522583,-0.0870413","bedrooms":"0","price":"154000","area":"424"} , +{"type":"Feature","id":"n469768674","geometry":{"type":"Point","coordinates":[0.1537201,51.4588816]},"properties":{"@type":"node","@id":469768674,"@timestamp":1560079401},"coords":"51.4588816,0.1537201","bedrooms":"4","price":"224000","area":"527"} , +{"type":"Feature","id":"n469768684","geometry":{"type":"Point","coordinates":[-0.1734211,51.3716387]},"properties":{"@type":"node","@id":469768684,"@timestamp":1564913943},"coords":"51.3716387,-0.1734211","bedrooms":"3","price":"217000","area":"574"} , +{"type":"Feature","id":"n469768694","geometry":{"type":"Point","coordinates":[-0.0068936,51.5782777]},"properties":{"@type":"node","@id":469768694,"@timestamp":1634759083},"coords":"51.5782777,-0.0068936","bedrooms":"0","price":"220000","area":"530"} , +{"type":"Feature","id":"n469768704","geometry":{"type":"Point","coordinates":[0.1138891,51.3624371]},"properties":{"@type":"node","@id":469768704,"@timestamp":1556641791},"coords":"51.3624371,0.1138891","bedrooms":"2","price":"170000","area":"502"} , +{"type":"Feature","id":"n469768714","geometry":{"type":"Point","coordinates":[-0.2976647,51.4663414]},"properties":{"@type":"node","@id":469768714,"@timestamp":1574532013},"coords":"51.4663414,-0.2976647","bedrooms":"4","price":"158000","area":"622"} , +{"type":"Feature","id":"n469768724","geometry":{"type":"Point","coordinates":[-0.2143416,51.5559799]},"properties":{"@type":"node","@id":469768724,"@timestamp":1587494394},"coords":"51.5559799,-0.2143416","bedrooms":"1","price":"213000","area":"393"} , +{"type":"Feature","id":"n469768734","geometry":{"type":"Point","coordinates":[-0.2037078,51.5619461]},"properties":{"@type":"node","@id":469768734,"@timestamp":1564913943},"coords":"51.5619461,-0.2037078","bedrooms":"3","price":"187000","area":"564"} , +{"type":"Feature","id":"n469768746","geometry":{"type":"Point","coordinates":[-0.0159653,51.5993005]},"properties":{"@type":"node","@id":469768746,"@timestamp":1617461325},"coords":"51.5993005,-0.0159653","bedrooms":"4","price":"223000","area":"406"} , +{"type":"Feature","id":"n469768756","geometry":{"type":"Point","coordinates":[0.0755953,51.3742156]},"properties":{"@type":"node","@id":469768756,"@timestamp":1624129540},"coords":"51.3742156,0.0755953","bedrooms":"2","price":"182000","area":"506"} , +{"type":"Feature","id":"n469768767","geometry":{"type":"Point","coordinates":[-0.0367603,51.402828]},"properties":{"@type":"node","@id":469768767,"@timestamp":1614176506},"coords":"51.402828,-0.0367603","bedrooms":"2","price":"263000","area":"555"} , +{"type":"Feature","id":"n469768779","geometry":{"type":"Point","coordinates":[-0.2984884,51.4124373]},"properties":{"@type":"node","@id":469768779,"@timestamp":1622047952},"coords":"51.4124373,-0.2984884","bedrooms":"2","price":"152000","area":"630"} , +{"type":"Feature","id":"n469768794","geometry":{"type":"Point","coordinates":[-0.0172217,51.6006094]},"properties":{"@type":"node","@id":469768794,"@timestamp":1617461325},"coords":"51.6006094,-0.0172217","bedrooms":"2","price":"154000","area":"610"} , +{"type":"Feature","id":"n469768804","geometry":{"type":"Point","coordinates":[0.1398724,51.4432928]},"properties":{"@type":"node","@id":469768804,"@timestamp":1564913943},"coords":"51.4432928,0.1398724","bedrooms":"4","price":"255000","area":"531"} , +{"type":"Feature","id":"n469768814","geometry":{"type":"Point","coordinates":[0.1797743,51.480761]},"properties":{"@type":"node","@id":469768814,"@timestamp":1531175762},"coords":"51.480761,0.1797743","bedrooms":"2","price":"264000","area":"489"} , +{"type":"Feature","id":"n469768826","geometry":{"type":"Point","coordinates":[-0.1229548,51.5803756]},"properties":{"@type":"node","@id":469768826,"@timestamp":1629140779},"coords":"51.5803756,-0.1229548","bedrooms":"4","price":"241000","area":"392"} , +{"type":"Feature","id":"n469768836","geometry":{"type":"Point","coordinates":[-0.0288772,51.5491663]},"properties":{"@type":"node","@id":469768836,"@timestamp":1614011084},"coords":"51.5491663,-0.0288772","bedrooms":"1","price":"234000","area":"499"} , +{"type":"Feature","id":"n469768846","geometry":{"type":"Point","coordinates":[-0.407023,51.4501003]},"properties":{"@type":"node","@id":469768846,"@timestamp":1580954418},"coords":"51.4501003,-0.407023","bedrooms":"2","price":"240000","area":"522"} , +{"type":"Feature","id":"n469768856","geometry":{"type":"Point","coordinates":[0.0838289,51.5951319]},"properties":{"@type":"node","@id":469768856,"@timestamp":1556640738},"coords":"51.5951319,0.0838289","bedrooms":"2","price":"207000","area":"420"} , +{"type":"Feature","id":"n469768875","geometry":{"type":"Point","coordinates":[-0.3944353,51.5729397]},"properties":{"@type":"node","@id":469768875,"@timestamp":1578952882},"coords":"51.5729397,-0.3944353","bedrooms":"1","price":"256000","area":"689"} , +{"type":"Feature","id":"n469768888","geometry":{"type":"Point","coordinates":[0.1094181,51.6084844]},"properties":{"@type":"node","@id":469768888,"@timestamp":1526503536},"coords":"51.6084844,0.1094181","bedrooms":"0","price":"250000","area":"397"} , +{"type":"Feature","id":"n469768898","geometry":{"type":"Point","coordinates":[-0.0535881,51.587157]},"properties":{"@type":"node","@id":469768898,"@timestamp":1600467152},"coords":"51.587157,-0.0535881","bedrooms":"0","price":"161000","area":"436"} , +{"type":"Feature","id":"n469768911","geometry":{"type":"Point","coordinates":[-0.1087338,51.5142214]},"properties":{"@type":"node","@id":469768911,"@timestamp":1609041577},"coords":"51.5142214,-0.1087338","bedrooms":"0","price":"270000","area":"431"} , +{"type":"Feature","id":"n469768922","geometry":{"type":"Point","coordinates":[-0.0609838,51.5677009]},"properties":{"@type":"node","@id":469768922,"@timestamp":1628363180},"coords":"51.5677009,-0.0609838","bedrooms":"0","price":"242000","area":"688"} , +{"type":"Feature","id":"n469768938","geometry":{"type":"Point","coordinates":[-0.0568257,51.6303883]},"properties":{"@type":"node","@id":469768938,"@timestamp":1573411018},"coords":"51.6303883,-0.0568257","bedrooms":"4","price":"285000","area":"497"} , +{"type":"Feature","id":"n469768948","geometry":{"type":"Point","coordinates":[-0.0862107,51.5203377]},"properties":{"@type":"node","@id":469768948,"@timestamp":1592252781},"coords":"51.5203377,-0.0862107","bedrooms":"3","price":"208000","area":"559"} , +{"type":"Feature","id":"n469768962","geometry":{"type":"Point","coordinates":[-0.0566855,51.4431361]},"properties":{"@type":"node","@id":469768962,"@timestamp":1564913943},"coords":"51.4431361,-0.0566855","bedrooms":"3","price":"155000","area":"690"} , +{"type":"Feature","id":"n469768978","geometry":{"type":"Point","coordinates":[-0.0337513,51.4772803]},"properties":{"@type":"node","@id":469768978,"@timestamp":1573391928},"coords":"51.4772803,-0.0337513","bedrooms":"4","price":"193000","area":"654"} , +{"type":"Feature","id":"n469769000","geometry":{"type":"Point","coordinates":[-0.2435844,51.4619232]},"properties":{"@type":"node","@id":469769000,"@timestamp":1597484030},"coords":"51.4619232,-0.2435844","bedrooms":"0","price":"218000","area":"395"} , +{"type":"Feature","id":"n469769019","geometry":{"type":"Point","coordinates":[-0.2998692,51.4103864]},"properties":{"@type":"node","@id":469769019,"@timestamp":1630551648},"coords":"51.4103864,-0.2998692","bedrooms":"1","price":"210000","area":"477"} , +{"type":"Feature","id":"n469769039","geometry":{"type":"Point","coordinates":[0.1989816,51.577884]},"properties":{"@type":"node","@id":469769039,"@timestamp":1564913943},"coords":"51.577884,0.1989816","bedrooms":"2","price":"222000","area":"515"} , +{"type":"Feature","id":"n469769063","geometry":{"type":"Point","coordinates":[-0.0641055,51.5230064]},"properties":{"@type":"node","@id":469769063,"@timestamp":1592251184},"coords":"51.5230064,-0.0641055","bedrooms":"4","price":"298000","area":"451"} , +{"type":"Feature","id":"n469769086","geometry":{"type":"Point","coordinates":[-0.1009796,51.5866748]},"properties":{"@type":"node","@id":469769086,"@timestamp":1564913943},"coords":"51.5866748,-0.1009796","bedrooms":"2","price":"206000","area":"639"} , +{"type":"Feature","id":"n469769099","geometry":{"type":"Point","coordinates":[0.104049,51.4604757]},"properties":{"@type":"node","@id":469769099,"@timestamp":1564913943},"coords":"51.4604757,0.104049","bedrooms":"0","price":"162000","area":"416"} , +{"type":"Feature","id":"n469769109","geometry":{"type":"Point","coordinates":[0.016451,51.4406056]},"properties":{"@type":"node","@id":469769109,"@timestamp":1556641798},"coords":"51.4406056,0.016451","bedrooms":"2","price":"266000","area":"407"} , +{"type":"Feature","id":"n469769119","geometry":{"type":"Point","coordinates":[0.0715403,51.3594858]},"properties":{"@type":"node","@id":469769119,"@timestamp":1556641799},"coords":"51.3594858,0.0715403","bedrooms":"4","price":"246000","area":"544"} , +{"type":"Feature","id":"n469769129","geometry":{"type":"Point","coordinates":[0.0579838,51.3653722]},"properties":{"@type":"node","@id":469769129,"@timestamp":1524147370},"coords":"51.3653722,0.0579838","bedrooms":"1","price":"291000","area":"423"} , +{"type":"Feature","id":"n469769139","geometry":{"type":"Point","coordinates":[0.2188749,51.6076585]},"properties":{"@type":"node","@id":469769139,"@timestamp":1580017228},"coords":"51.6076585,0.2188749","bedrooms":"3","price":"299000","area":"375"} , +{"type":"Feature","id":"n469769150","geometry":{"type":"Point","coordinates":[-0.2596682,51.5428974]},"properties":{"@type":"node","@id":469769150,"@timestamp":1597485085},"coords":"51.5428974,-0.2596682","bedrooms":"4","price":"251000","area":"671"} , +{"type":"Feature","id":"n469769163","geometry":{"type":"Point","coordinates":[-0.3786332,51.4311916]},"properties":{"@type":"node","@id":469769163,"@timestamp":1564913943},"coords":"51.4311916,-0.3786332","bedrooms":"4","price":"208000","area":"535"} , +{"type":"Feature","id":"n469769179","geometry":{"type":"Point","coordinates":[-0.1359008,51.4302915]},"properties":{"@type":"node","@id":469769179,"@timestamp":1622301350},"coords":"51.4302915,-0.1359008","bedrooms":"4","price":"292000","area":"685"} , +{"type":"Feature","id":"n469769196","geometry":{"type":"Point","coordinates":[-0.2172715,51.3809314]},"properties":{"@type":"node","@id":469769196,"@timestamp":1629143404},"coords":"51.3809314,-0.2172715","bedrooms":"2","price":"289000","area":"426"} , +{"type":"Feature","id":"n469769232","geometry":{"type":"Point","coordinates":[-0.1934521,51.3497929]},"properties":{"@type":"node","@id":469769232,"@timestamp":1625324705},"coords":"51.3497929,-0.1934521","bedrooms":"4","price":"285000","area":"410"} , +{"type":"Feature","id":"n469769247","geometry":{"type":"Point","coordinates":[-0.237534,51.5545946]},"properties":{"@type":"node","@id":469769247,"@timestamp":1597485085},"coords":"51.5545946,-0.237534","bedrooms":"1","price":"268000","area":"457"} , +{"type":"Feature","id":"n469769262","geometry":{"type":"Point","coordinates":[0.140817,51.5788998]},"properties":{"@type":"node","@id":469769262,"@timestamp":1556645692},"coords":"51.5788998,0.140817","bedrooms":"3","price":"255000","area":"607"} , +{"type":"Feature","id":"n469769272","geometry":{"type":"Point","coordinates":[0.0245403,51.5941105]},"properties":{"@type":"node","@id":469769272,"@timestamp":1552813821},"coords":"51.5941105,0.0245403","bedrooms":"2","price":"266000","area":"454"} , +{"type":"Feature","id":"n469769297","geometry":{"type":"Point","coordinates":[0.0376649,51.358823]},"properties":{"@type":"node","@id":469769297,"@timestamp":1564913943},"coords":"51.358823,0.0376649","bedrooms":"3","price":"223000","area":"407"} , +{"type":"Feature","id":"n469769313","geometry":{"type":"Point","coordinates":[-0.1192131,51.3641218]},"properties":{"@type":"node","@id":469769313,"@timestamp":1556641802},"coords":"51.3641218,-0.1192131","bedrooms":"2","price":"298000","area":"535"} , +{"type":"Feature","id":"n469769326","geometry":{"type":"Point","coordinates":[0.0860003,51.4735193]},"properties":{"@type":"node","@id":469769326,"@timestamp":1556641803},"coords":"51.4735193,0.0860003","bedrooms":"3","price":"252000","area":"394"} , +{"type":"Feature","id":"n469769341","geometry":{"type":"Point","coordinates":[-0.27833,51.5979237]},"properties":{"@type":"node","@id":469769341,"@timestamp":1621810605},"coords":"51.5979237,-0.27833","bedrooms":"3","price":"168000","area":"502"} , +{"type":"Feature","id":"n469769352","geometry":{"type":"Point","coordinates":[-0.1078157,51.5622056]},"properties":{"@type":"node","@id":469769352,"@timestamp":1613550468},"coords":"51.5622056,-0.1078157","bedrooms":"2","price":"240000","area":"667"} , +{"type":"Feature","id":"n469769372","geometry":{"type":"Point","coordinates":[0.1920291,51.5336904]},"properties":{"@type":"node","@id":469769372,"@timestamp":1556645692},"coords":"51.5336904,0.1920291","bedrooms":"3","price":"198000","area":"643"} , +{"type":"Feature","id":"n469769382","geometry":{"type":"Point","coordinates":[-0.1223708,51.6200695]},"properties":{"@type":"node","@id":469769382,"@timestamp":1564913943},"coords":"51.6200695,-0.1223708","bedrooms":"2","price":"285000","area":"556"} , +{"type":"Feature","id":"n469769392","geometry":{"type":"Point","coordinates":[0.0260118,51.5457905]},"properties":{"@type":"node","@id":469769392,"@timestamp":1614885758},"coords":"51.5457905,0.0260118","bedrooms":"1","price":"202000","area":"495"} , +{"type":"Feature","id":"n469769402","geometry":{"type":"Point","coordinates":[-0.4094517,51.5833649]},"properties":{"@type":"node","@id":469769402,"@timestamp":1564913943},"coords":"51.5833649,-0.4094517","bedrooms":"1","price":"200000","area":"445"} , +{"type":"Feature","id":"n469769412","geometry":{"type":"Point","coordinates":[-0.076104,51.5446336]},"properties":{"@type":"node","@id":469769412,"@timestamp":1634330219},"coords":"51.5446336,-0.076104","bedrooms":"4","price":"234000","area":"619"} , +{"type":"Feature","id":"n469769424","geometry":{"type":"Point","coordinates":[-0.2046669,51.383147]},"properties":{"@type":"node","@id":469769424,"@timestamp":1556641129},"coords":"51.383147,-0.2046669","bedrooms":"4","price":"247000","area":"511"} , +{"type":"Feature","id":"n469769436","geometry":{"type":"Point","coordinates":[-0.1536128,51.4613073]},"properties":{"@type":"node","@id":469769436,"@timestamp":1597484030},"coords":"51.4613073,-0.1536128","bedrooms":"3","price":"203000","area":"578"} , +{"type":"Feature","id":"n469769446","geometry":{"type":"Point","coordinates":[-0.1967647,51.5547557]},"properties":{"@type":"node","@id":469769446,"@timestamp":1619961214},"coords":"51.5547557,-0.1967647","bedrooms":"1","price":"262000","area":"450"} , +{"type":"Feature","id":"n469769456","geometry":{"type":"Point","coordinates":[0.1276009,51.4900822]},"properties":{"@type":"node","@id":469769456,"@timestamp":1564913943},"coords":"51.4900822,0.1276009","bedrooms":"2","price":"195000","area":"512"} , +{"type":"Feature","id":"n469769468","geometry":{"type":"Point","coordinates":[0.1264268,51.6108114]},"properties":{"@type":"node","@id":469769468,"@timestamp":1603849614},"coords":"51.6108114,0.1264268","bedrooms":"4","price":"260000","area":"444"} , +{"type":"Feature","id":"n469769484","geometry":{"type":"Point","coordinates":[0.2493788,51.5443234]},"properties":{"@type":"node","@id":469769484,"@timestamp":1556645693},"coords":"51.5443234,0.2493788","bedrooms":"2","price":"277000","area":"442"} , +{"type":"Feature","id":"n469769502","geometry":{"type":"Point","coordinates":[0.05661,51.486999]},"properties":{"@type":"node","@id":469769502,"@timestamp":1632824674},"coords":"51.486999,0.05661","bedrooms":"4","price":"276000","area":"501"} , +{"type":"Feature","id":"n469769512","geometry":{"type":"Point","coordinates":[-0.2096839,51.4211494]},"properties":{"@type":"node","@id":469769512,"@timestamp":1597482181},"coords":"51.4211494,-0.2096839","bedrooms":"2","price":"234000","area":"679"} , +{"type":"Feature","id":"n469769527","geometry":{"type":"Point","coordinates":[0.2849341,51.5593607]},"properties":{"@type":"node","@id":469769527,"@timestamp":1624418900},"coords":"51.5593607,0.2849341","bedrooms":"2","price":"212000","area":"444"} , +{"type":"Feature","id":"n469769544","geometry":{"type":"Point","coordinates":[-0.4171536,51.5282627]},"properties":{"@type":"node","@id":469769544,"@timestamp":1629214203},"coords":"51.5282627,-0.4171536","bedrooms":"1","price":"174000","area":"501"} , +{"type":"Feature","id":"n469769554","geometry":{"type":"Point","coordinates":[-0.2379133,51.4609049]},"properties":{"@type":"node","@id":469769554,"@timestamp":1597484030},"coords":"51.4609049,-0.2379133","bedrooms":"1","price":"184000","area":"651"} , +{"type":"Feature","id":"n469769565","geometry":{"type":"Point","coordinates":[-0.3285063,51.4832204]},"properties":{"@type":"node","@id":469769565,"@timestamp":1564913943},"coords":"51.4832204,-0.3285063","bedrooms":"1","price":"178000","area":"398"} , +{"type":"Feature","id":"n469769575","geometry":{"type":"Point","coordinates":[-0.263903,51.5228382]},"properties":{"@type":"node","@id":469769575,"@timestamp":1597485085},"coords":"51.5228382,-0.263903","bedrooms":"1","price":"177000","area":"480"} , +{"type":"Feature","id":"n469769585","geometry":{"type":"Point","coordinates":[0.1235146,51.4666526]},"properties":{"@type":"node","@id":469769585,"@timestamp":1564913943},"coords":"51.4666526,0.1235146","bedrooms":"0","price":"251000","area":"388"} , +{"type":"Feature","id":"n469769595","geometry":{"type":"Point","coordinates":[0.054961,51.5416353]},"properties":{"@type":"node","@id":469769595,"@timestamp":1556640744},"coords":"51.5416353,0.054961","bedrooms":"4","price":"287000","area":"400"} , +{"type":"Feature","id":"n469769619","geometry":{"type":"Point","coordinates":[-0.3545004,51.5486875]},"properties":{"@type":"node","@id":469769619,"@timestamp":1556643020},"coords":"51.5486875,-0.3545004","bedrooms":"1","price":"172000","area":"521"} , +{"type":"Feature","id":"n469769646","geometry":{"type":"Point","coordinates":[-0.2445757,51.4740395]},"properties":{"@type":"node","@id":469769646,"@timestamp":1628018085},"coords":"51.4740395,-0.2445757","bedrooms":"3","price":"157000","area":"591"} , +{"type":"Feature","id":"n469769656","geometry":{"type":"Point","coordinates":[-0.1266666,51.4281276]},"properties":{"@type":"node","@id":469769656,"@timestamp":1619897963},"coords":"51.4281276,-0.1266666","bedrooms":"2","price":"231000","area":"384"} , +{"type":"Feature","id":"n469769666","geometry":{"type":"Point","coordinates":[0.1092094,51.5278513]},"properties":{"@type":"node","@id":469769666,"@timestamp":1564913943},"coords":"51.5278513,0.1092094","bedrooms":"0","price":"278000","area":"422"} , +{"type":"Feature","id":"n469769678","geometry":{"type":"Point","coordinates":[-0.0065501,51.4894731]},"properties":{"@type":"node","@id":469769678,"@timestamp":1625402231},"coords":"51.4894731,-0.0065501","bedrooms":"4","price":"298000","area":"530"} , +{"type":"Feature","id":"n469769688","geometry":{"type":"Point","coordinates":[-0.3436782,51.4293612]},"properties":{"@type":"node","@id":469769688,"@timestamp":1632690766},"coords":"51.4293612,-0.3436782","bedrooms":"0","price":"271000","area":"415"} , +{"type":"Feature","id":"n469769698","geometry":{"type":"Point","coordinates":[0.131375,51.46073]},"properties":{"@type":"node","@id":469769698,"@timestamp":1564913943},"coords":"51.46073,0.131375","bedrooms":"4","price":"216000","area":"427"} , +{"type":"Feature","id":"n469769708","geometry":{"type":"Point","coordinates":[0.1739196,51.6014349]},"properties":{"@type":"node","@id":469769708,"@timestamp":1556645694},"coords":"51.6014349,0.1739196","bedrooms":"0","price":"234000","area":"438"} , +{"type":"Feature","id":"n469769718","geometry":{"type":"Point","coordinates":[-0.1954512,51.5711869]},"properties":{"@type":"node","@id":469769718,"@timestamp":1564913943},"coords":"51.5711869,-0.1954512","bedrooms":"3","price":"235000","area":"696"} , +{"type":"Feature","id":"n469769736","geometry":{"type":"Point","coordinates":[-0.2465057,51.4934149]},"properties":{"@type":"node","@id":469769736,"@timestamp":1609445641},"coords":"51.4934149,-0.2465057","bedrooms":"2","price":"206000","area":"430"} , +{"type":"Feature","id":"n469769757","geometry":{"type":"Point","coordinates":[-0.166659,51.6229969]},"properties":{"@type":"node","@id":469769757,"@timestamp":1588683313},"coords":"51.6229969,-0.166659","bedrooms":"0","price":"241000","area":"450"} , +{"type":"Feature","id":"n469769769","geometry":{"type":"Point","coordinates":[0.1132791,51.5758547]},"properties":{"@type":"node","@id":469769769,"@timestamp":1564913949},"coords":"51.5758547,0.1132791","bedrooms":"3","price":"245000","area":"453"} , +{"type":"Feature","id":"n469769788","geometry":{"type":"Point","coordinates":[-0.0716608,51.4511629]},"properties":{"@type":"node","@id":469769788,"@timestamp":1564913949},"coords":"51.4511629,-0.0716608","bedrooms":"3","price":"217000","area":"642"} , +{"type":"Feature","id":"n469769803","geometry":{"type":"Point","coordinates":[-0.3297101,51.6095011]},"properties":{"@type":"node","@id":469769803,"@timestamp":1615829402},"coords":"51.6095011,-0.3297101","bedrooms":"3","price":"170000","area":"602"} , +{"type":"Feature","id":"n469769814","geometry":{"type":"Point","coordinates":[0.0334361,51.5979677]},"properties":{"@type":"node","@id":469769814,"@timestamp":1373903076},"coords":"51.5979677,0.0334361","bedrooms":"0","price":"213000","area":"363"} , +{"type":"Feature","id":"n469769824","geometry":{"type":"Point","coordinates":[-0.0265202,51.3681169]},"properties":{"@type":"node","@id":469769824,"@timestamp":1556641811},"coords":"51.3681169,-0.0265202","bedrooms":"1","price":"200000","area":"520"} , +{"type":"Feature","id":"n469769834","geometry":{"type":"Point","coordinates":[0.0673336,51.525993]},"properties":{"@type":"node","@id":469769834,"@timestamp":1623242198},"coords":"51.525993,0.0673336","bedrooms":"1","price":"222000","area":"603"} , +{"type":"Feature","id":"n469769847","geometry":{"type":"Point","coordinates":[-0.3802681,51.5587498]},"properties":{"@type":"node","@id":469769847,"@timestamp":1622719413},"coords":"51.5587498,-0.3802681","bedrooms":"1","price":"203000","area":"476"} , +{"type":"Feature","id":"n469769861","geometry":{"type":"Point","coordinates":[-0.0762685,51.4554583]},"properties":{"@type":"node","@id":469769861,"@timestamp":1564913949},"coords":"51.4554583,-0.0762685","bedrooms":"2","price":"226000","area":"476"} , +{"type":"Feature","id":"n469769873","geometry":{"type":"Point","coordinates":[0.1554416,51.4982536]},"properties":{"@type":"node","@id":469769873,"@timestamp":1564913949},"coords":"51.4982536,0.1554416","bedrooms":"1","price":"255000","area":"373"} , +{"type":"Feature","id":"n469769883","geometry":{"type":"Point","coordinates":[-0.0397986,51.6661386]},"properties":{"@type":"node","@id":469769883,"@timestamp":1556794528},"coords":"51.6661386,-0.0397986","bedrooms":"4","price":"223000","area":"531"} , +{"type":"Feature","id":"n469769893","geometry":{"type":"Point","coordinates":[0.209613,51.5088891]},"properties":{"@type":"node","@id":469769893,"@timestamp":1556647220},"coords":"51.5088891,0.209613","bedrooms":"1","price":"166000","area":"514"} , +{"type":"Feature","id":"n469769904","geometry":{"type":"Point","coordinates":[-0.307968,51.4065554]},"properties":{"@type":"node","@id":469769904,"@timestamp":1597226036},"coords":"51.4065554,-0.307968","bedrooms":"0","price":"241000","area":"390"} , +{"type":"Feature","id":"n469769914","geometry":{"type":"Point","coordinates":[0.1483202,51.4776795]},"properties":{"@type":"node","@id":469769914,"@timestamp":1564913949},"coords":"51.4776795,0.1483202","bedrooms":"0","price":"294000","area":"405"} , +{"type":"Feature","id":"n469769928","geometry":{"type":"Point","coordinates":[0.2952369,51.559326]},"properties":{"@type":"node","@id":469769928,"@timestamp":1564964580},"coords":"51.559326,0.2952369","bedrooms":"1","price":"220000","area":"480"} , +{"type":"Feature","id":"n469769942","geometry":{"type":"Point","coordinates":[-0.1462577,51.4200124]},"properties":{"@type":"node","@id":469769942,"@timestamp":1556641136},"coords":"51.4200124,-0.1462577","bedrooms":"3","price":"178000","area":"640"} , +{"type":"Feature","id":"n469769958","geometry":{"type":"Point","coordinates":[-0.0759476,51.5235699]},"properties":{"@type":"node","@id":469769958,"@timestamp":1592251184},"coords":"51.5235699,-0.0759476","bedrooms":"3","price":"210000","area":"668"} , +{"type":"Feature","id":"n469769984","geometry":{"type":"Point","coordinates":[-0.3765292,51.4697631]},"properties":{"@type":"node","@id":469769984,"@timestamp":1564913949},"coords":"51.4697631,-0.3765292","bedrooms":"4","price":"253000","area":"505"} , +{"type":"Feature","id":"n469770012","geometry":{"type":"Point","coordinates":[-0.3027036,51.4099496]},"properties":{"@type":"node","@id":469770012,"@timestamp":1636274586},"coords":"51.4099496,-0.3027036","bedrooms":"1","price":"230000","area":"566"} , +{"type":"Feature","id":"n469770048","geometry":{"type":"Point","coordinates":[-0.2229865,51.4199932]},"properties":{"@type":"node","@id":469770048,"@timestamp":1565558053},"coords":"51.4199932,-0.2229865","bedrooms":"1","price":"168000","area":"552"} , +{"type":"Feature","id":"n469770076","geometry":{"type":"Point","coordinates":[-0.2127513,51.5909215]},"properties":{"@type":"node","@id":469770076,"@timestamp":1559092630},"coords":"51.5909215,-0.2127513","bedrooms":"3","price":"177000","area":"562"} , +{"type":"Feature","id":"n469770102","geometry":{"type":"Point","coordinates":[-0.0982779,51.5011825]},"properties":{"@type":"node","@id":469770102,"@timestamp":1591986669},"coords":"51.5011825,-0.0982779","bedrooms":"3","price":"172000","area":"586"} , +{"type":"Feature","id":"n469770128","geometry":{"type":"Point","coordinates":[-0.31467,51.4878676]},"properties":{"@type":"node","@id":469770128,"@timestamp":1632523429},"coords":"51.4878676,-0.31467","bedrooms":"4","price":"203000","area":"540"} , +{"type":"Feature","id":"n469770148","geometry":{"type":"Point","coordinates":[-0.1969547,51.6681093]},"properties":{"@type":"node","@id":469770148,"@timestamp":1564913949},"coords":"51.6681093,-0.1969547","bedrooms":"3","price":"263000","area":"667"} , +{"type":"Feature","id":"n469770175","geometry":{"type":"Point","coordinates":[-0.3520111,51.5280361]},"properties":{"@type":"node","@id":469770175,"@timestamp":1613990000},"coords":"51.5280361,-0.3520111","bedrooms":"0","price":"192000","area":"539"} , +{"type":"Feature","id":"n469770204","geometry":{"type":"Point","coordinates":[-0.3540754,51.5280218]},"properties":{"@type":"node","@id":469770204,"@timestamp":1613990000},"coords":"51.5280218,-0.3540754","bedrooms":"0","price":"280000","area":"439"} , +{"type":"Feature","id":"n469770218","geometry":{"type":"Point","coordinates":[-0.1179368,51.5526455]},"properties":{"@type":"node","@id":469770218,"@timestamp":1564913949},"coords":"51.5526455,-0.1179368","bedrooms":"2","price":"163000","area":"396"} , +{"type":"Feature","id":"n469770228","geometry":{"type":"Point","coordinates":[-0.0169045,51.3526068]},"properties":{"@type":"node","@id":469770228,"@timestamp":1556646549},"coords":"51.3526068,-0.0169045","bedrooms":"1","price":"288000","area":"386"} , +{"type":"Feature","id":"n469770238","geometry":{"type":"Point","coordinates":[-0.1626851,51.6168934]},"properties":{"@type":"node","@id":469770238,"@timestamp":1588683313},"coords":"51.6168934,-0.1626851","bedrooms":"0","price":"232000","area":"523"} , +{"type":"Feature","id":"n469770250","geometry":{"type":"Point","coordinates":[-0.1574505,51.6121247]},"properties":{"@type":"node","@id":469770250,"@timestamp":1556643760},"coords":"51.6121247,-0.1574505","bedrooms":"3","price":"237000","area":"681"} , +{"type":"Feature","id":"n469770260","geometry":{"type":"Point","coordinates":[-0.0647341,51.4574144]},"properties":{"@type":"node","@id":469770260,"@timestamp":1564913949},"coords":"51.4574144,-0.0647341","bedrooms":"2","price":"169000","area":"446"} , +{"type":"Feature","id":"n469770271","geometry":{"type":"Point","coordinates":[0.1550154,51.5603135]},"properties":{"@type":"node","@id":469770271,"@timestamp":1635883746},"coords":"51.5603135,0.1550154","bedrooms":"1","price":"208000","area":"573"} , +{"type":"Feature","id":"n469770281","geometry":{"type":"Point","coordinates":[-0.2108922,51.470721]},"properties":{"@type":"node","@id":469770281,"@timestamp":1597484030},"coords":"51.470721,-0.2108922","bedrooms":"4","price":"159000","area":"672"} , +{"type":"Feature","id":"n469770292","geometry":{"type":"Point","coordinates":[-0.1944635,51.4791069]},"properties":{"@type":"node","@id":469770292,"@timestamp":1629661208},"coords":"51.4791069,-0.1944635","bedrooms":"3","price":"220000","area":"632"} , +{"type":"Feature","id":"n469770306","geometry":{"type":"Point","coordinates":[-0.2832826,51.5605477]},"properties":{"@type":"node","@id":469770306,"@timestamp":1564913949},"coords":"51.5605477,-0.2832826","bedrooms":"3","price":"276000","area":"490"} , +{"type":"Feature","id":"n469770316","geometry":{"type":"Point","coordinates":[-0.2376393,51.5351412]},"properties":{"@type":"node","@id":469770316,"@timestamp":1597485085},"coords":"51.5351412,-0.2376393","bedrooms":"3","price":"285000","area":"385"} , +{"type":"Feature","id":"n469770327","geometry":{"type":"Point","coordinates":[-0.3372839,51.554508]},"properties":{"@type":"node","@id":469770327,"@timestamp":1564913949},"coords":"51.554508,-0.3372839","bedrooms":"2","price":"207000","area":"353"} , +{"type":"Feature","id":"n469770337","geometry":{"type":"Point","coordinates":[0.1074633,51.5249708]},"properties":{"@type":"node","@id":469770337,"@timestamp":1564913949},"coords":"51.5249708,0.1074633","bedrooms":"0","price":"214000","area":"500"} , +{"type":"Feature","id":"n469770353","geometry":{"type":"Point","coordinates":[0.2132532,51.5938982]},"properties":{"@type":"node","@id":469770353,"@timestamp":1564913949},"coords":"51.5938982,0.2132532","bedrooms":"0","price":"199000","area":"367"} , +{"type":"Feature","id":"n469770367","geometry":{"type":"Point","coordinates":[-0.2057871,51.3613127]},"properties":{"@type":"node","@id":469770367,"@timestamp":1597481218},"coords":"51.3613127,-0.2057871","bedrooms":"0","price":"158000","area":"531"} , +{"type":"Feature","id":"n469770377","geometry":{"type":"Point","coordinates":[0.0045581,51.5829595]},"properties":{"@type":"node","@id":469770377,"@timestamp":1634752718},"coords":"51.5829595,0.0045581","bedrooms":"4","price":"191000","area":"662"} , +{"type":"Feature","id":"n469770387","geometry":{"type":"Point","coordinates":[0.118722,51.5852027]},"properties":{"@type":"node","@id":469770387,"@timestamp":1556640751},"coords":"51.5852027,0.118722","bedrooms":"1","price":"205000","area":"654"} , +{"type":"Feature","id":"n469770397","geometry":{"type":"Point","coordinates":[0.14774,51.5465235]},"properties":{"@type":"node","@id":469770397,"@timestamp":1556643763},"coords":"51.5465235,0.14774","bedrooms":"1","price":"225000","area":"558"} , +{"type":"Feature","id":"n469770407","geometry":{"type":"Point","coordinates":[0.0857,51.4418057]},"properties":{"@type":"node","@id":469770407,"@timestamp":1627753505},"coords":"51.4418057,0.0857","bedrooms":"0","price":"161000","area":"598"} , +{"type":"Feature","id":"n469770418","geometry":{"type":"Point","coordinates":[-0.3385328,51.5191533]},"properties":{"@type":"node","@id":469770418,"@timestamp":1625599896},"coords":"51.5191533,-0.3385328","bedrooms":"4","price":"238000","area":"547"} , +{"type":"Feature","id":"n469770430","geometry":{"type":"Point","coordinates":[-0.1725233,51.4025173]},"properties":{"@type":"node","@id":469770430,"@timestamp":1597482181},"coords":"51.4025173,-0.1725233","bedrooms":"1","price":"246000","area":"564"} , +{"type":"Feature","id":"n469770441","geometry":{"type":"Point","coordinates":[-0.0992251,51.5424852]},"properties":{"@type":"node","@id":469770441,"@timestamp":1625851713},"coords":"51.5424852,-0.0992251","bedrooms":"3","price":"295000","area":"567"} , +{"type":"Feature","id":"n469770452","geometry":{"type":"Point","coordinates":[-0.3559682,51.517658]},"properties":{"@type":"node","@id":469770452,"@timestamp":1613744157},"coords":"51.517658,-0.3559682","bedrooms":"4","price":"186000","area":"572"} , +{"type":"Feature","id":"n469770469","geometry":{"type":"Point","coordinates":[-0.215492,51.5831625]},"properties":{"@type":"node","@id":469770469,"@timestamp":1564913949},"coords":"51.5831625,-0.215492","bedrooms":"0","price":"263000","area":"550"} , +{"type":"Feature","id":"n469770482","geometry":{"type":"Point","coordinates":[-0.2392486,51.3848184]},"properties":{"@type":"node","@id":469770482,"@timestamp":1564913949},"coords":"51.3848184,-0.2392486","bedrooms":"0","price":"263000","area":"599"} , +{"type":"Feature","id":"n469770493","geometry":{"type":"Point","coordinates":[-0.0930919,51.5636103]},"properties":{"@type":"node","@id":469770493,"@timestamp":1631268501},"coords":"51.5636103,-0.0930919","bedrooms":"1","price":"289000","area":"635"} , +{"type":"Feature","id":"n469770504","geometry":{"type":"Point","coordinates":[-0.1473093,51.4930542]},"properties":{"@type":"node","@id":469770504,"@timestamp":1573581551},"coords":"51.4930542,-0.1473093","bedrooms":"2","price":"199000","area":"532"} , +{"type":"Feature","id":"n469770514","geometry":{"type":"Point","coordinates":[0.0406786,51.6070789]},"properties":{"@type":"node","@id":469770514,"@timestamp":1556640754},"coords":"51.6070789,0.0406786","bedrooms":"1","price":"295000","area":"455"} , +{"type":"Feature","id":"n469770525","geometry":{"type":"Point","coordinates":[0.0367831,51.453557]},"properties":{"@type":"node","@id":469770525,"@timestamp":1564913949},"coords":"51.453557,0.0367831","bedrooms":"1","price":"242000","area":"522"} , +{"type":"Feature","id":"n469770535","geometry":{"type":"Point","coordinates":[0.0480256,51.4747218]},"properties":{"@type":"node","@id":469770535,"@timestamp":1556641819},"coords":"51.4747218,0.0480256","bedrooms":"1","price":"169000","area":"682"} , +{"type":"Feature","id":"n469770549","geometry":{"type":"Point","coordinates":[-0.0086545,51.4820373]},"properties":{"@type":"node","@id":469770549,"@timestamp":1586811568},"coords":"51.4820373,-0.0086545","bedrooms":"2","price":"205000","area":"649"} , +{"type":"Feature","id":"n469770560","geometry":{"type":"Point","coordinates":[-0.1138902,51.4656652]},"properties":{"@type":"node","@id":469770560,"@timestamp":1573161142},"coords":"51.4656652,-0.1138902","bedrooms":"2","price":"214000","area":"500"} , +{"type":"Feature","id":"n469770570","geometry":{"type":"Point","coordinates":[-0.2341399,51.5923713]},"properties":{"@type":"node","@id":469770570,"@timestamp":1564913949},"coords":"51.5923713,-0.2341399","bedrooms":"1","price":"168000","area":"556"} , +{"type":"Feature","id":"n469770583","geometry":{"type":"Point","coordinates":[-0.0424156,51.4853903]},"properties":{"@type":"node","@id":469770583,"@timestamp":1630065438},"coords":"51.4853903,-0.0424156","bedrooms":"3","price":"172000","area":"619"} , +{"type":"Feature","id":"n469770593","geometry":{"type":"Point","coordinates":[-0.4439915,51.5435549]},"properties":{"@type":"node","@id":469770593,"@timestamp":1617654181},"coords":"51.5435549,-0.4439915","bedrooms":"0","price":"183000","area":"447"} , +{"type":"Feature","id":"n469770611","geometry":{"type":"Point","coordinates":[-0.0155264,51.579839]},"properties":{"@type":"node","@id":469770611,"@timestamp":1564913949},"coords":"51.579839,-0.0155264","bedrooms":"3","price":"282000","area":"650"} , +{"type":"Feature","id":"n469770629","geometry":{"type":"Point","coordinates":[0.1165407,51.49609]},"properties":{"@type":"node","@id":469770629,"@timestamp":1556640755},"coords":"51.49609,0.1165407","bedrooms":"2","price":"211000","area":"450"} , +{"type":"Feature","id":"n469770639","geometry":{"type":"Point","coordinates":[-0.0639597,51.5779774]},"properties":{"@type":"node","@id":469770639,"@timestamp":1556640755},"coords":"51.5779774,-0.0639597","bedrooms":"0","price":"292000","area":"423"} , +{"type":"Feature","id":"n469770656","geometry":{"type":"Point","coordinates":[-0.3633412,51.4659315]},"properties":{"@type":"node","@id":469770656,"@timestamp":1552275120},"coords":"51.4659315,-0.3633412","bedrooms":"1","price":"294000","area":"488"} , +{"type":"Feature","id":"n469770685","geometry":{"type":"Point","coordinates":[-0.1657497,51.6548533]},"properties":{"@type":"node","@id":469770685,"@timestamp":1598704264},"coords":"51.6548533,-0.1657497","bedrooms":"1","price":"259000","area":"536"} , +{"type":"Feature","id":"n469770705","geometry":{"type":"Point","coordinates":[-0.0603705,51.6601579]},"properties":{"@type":"node","@id":469770705,"@timestamp":1556794528},"coords":"51.6601579,-0.0603705","bedrooms":"3","price":"168000","area":"684"} , +{"type":"Feature","id":"n469770721","geometry":{"type":"Point","coordinates":[-0.3073241,51.4081783]},"properties":{"@type":"node","@id":469770721,"@timestamp":1597226036},"coords":"51.4081783,-0.3073241","bedrooms":"4","price":"228000","area":"442"} , +{"type":"Feature","id":"n469770739","geometry":{"type":"Point","coordinates":[-0.2752575,51.4643128]},"properties":{"@type":"node","@id":469770739,"@timestamp":1631566044},"coords":"51.4643128,-0.2752575","bedrooms":"1","price":"209000","area":"498"} , +{"type":"Feature","id":"n469770749","geometry":{"type":"Point","coordinates":[-0.0366364,51.524315]},"properties":{"@type":"node","@id":469770749,"@timestamp":1624620141},"coords":"51.524315,-0.0366364","bedrooms":"2","price":"255000","area":"495"} , +{"type":"Feature","id":"n469770760","geometry":{"type":"Point","coordinates":[-0.3052175,51.5091028]},"properties":{"@type":"node","@id":469770760,"@timestamp":1569594877},"coords":"51.5091028,-0.3052175","bedrooms":"0","price":"288000","area":"535"} , +{"type":"Feature","id":"n469770770","geometry":{"type":"Point","coordinates":[-0.0822506,51.4964104]},"properties":{"@type":"node","@id":469770770,"@timestamp":1565370188},"coords":"51.4964104,-0.0822506","bedrooms":"0","price":"223000","area":"649"} , +{"type":"Feature","id":"n469770781","geometry":{"type":"Point","coordinates":[-0.4003432,51.4737006]},"properties":{"@type":"node","@id":469770781,"@timestamp":1618478450},"coords":"51.4737006,-0.4003432","bedrooms":"3","price":"261000","area":"607"} , +{"type":"Feature","id":"n469770791","geometry":{"type":"Point","coordinates":[-0.2010892,51.449831]},"properties":{"@type":"node","@id":469770791,"@timestamp":1597484030},"coords":"51.449831,-0.2010892","bedrooms":"1","price":"258000","area":"556"} , +{"type":"Feature","id":"n469770801","geometry":{"type":"Point","coordinates":[0.1029032,51.5013936]},"properties":{"@type":"node","@id":469770801,"@timestamp":1562978230},"coords":"51.5013936,0.1029032","bedrooms":"0","price":"246000","area":"475"} , +{"type":"Feature","id":"n469770811","geometry":{"type":"Point","coordinates":[-0.0791601,51.6303684]},"properties":{"@type":"node","@id":469770811,"@timestamp":1626109201},"coords":"51.6303684,-0.0791601","bedrooms":"4","price":"191000","area":"656"} , +{"type":"Feature","id":"n469770823","geometry":{"type":"Point","coordinates":[0.0279096,51.3963901]},"properties":{"@type":"node","@id":469770823,"@timestamp":1556641822},"coords":"51.3963901,0.0279096","bedrooms":"0","price":"222000","area":"424"} , +{"type":"Feature","id":"n469770833","geometry":{"type":"Point","coordinates":[-0.3989869,51.5154584]},"properties":{"@type":"node","@id":469770833,"@timestamp":1556643033},"coords":"51.5154584,-0.3989869","bedrooms":"3","price":"240000","area":"422"} , +{"type":"Feature","id":"n469770844","geometry":{"type":"Point","coordinates":[-0.0072736,51.3993736]},"properties":{"@type":"node","@id":469770844,"@timestamp":1612611424},"coords":"51.3993736,-0.0072736","bedrooms":"0","price":"170000","area":"410"} , +{"type":"Feature","id":"n469770855","geometry":{"type":"Point","coordinates":[-0.017181,51.3988227]},"properties":{"@type":"node","@id":469770855,"@timestamp":1556641825},"coords":"51.3988227,-0.017181","bedrooms":"0","price":"204000","area":"631"} , +{"type":"Feature","id":"n469770869","geometry":{"type":"Point","coordinates":[-0.2263251,51.4529314]},"properties":{"@type":"node","@id":469770869,"@timestamp":1635688580},"coords":"51.4529314,-0.2263251","bedrooms":"0","price":"235000","area":"538"} , +{"type":"Feature","id":"n469770880","geometry":{"type":"Point","coordinates":[0.1931483,51.4709768]},"properties":{"@type":"node","@id":469770880,"@timestamp":1564913949},"coords":"51.4709768,0.1931483","bedrooms":"4","price":"206000","area":"523"} , +{"type":"Feature","id":"n469770891","geometry":{"type":"Point","coordinates":[-0.3606056,51.6084749]},"properties":{"@type":"node","@id":469770891,"@timestamp":1619953169},"coords":"51.6084749,-0.3606056","bedrooms":"4","price":"276000","area":"504"} , +{"type":"Feature","id":"n469770901","geometry":{"type":"Point","coordinates":[0.1784696,51.5952658]},"properties":{"@type":"node","@id":469770901,"@timestamp":1564913949},"coords":"51.5952658,0.1784696","bedrooms":"1","price":"259000","area":"582"} , +{"type":"Feature","id":"n469770911","geometry":{"type":"Point","coordinates":[-0.0508997,51.3563345]},"properties":{"@type":"node","@id":469770911,"@timestamp":1609686205},"coords":"51.3563345,-0.0508997","bedrooms":"3","price":"267000","area":"484"} , +{"type":"Feature","id":"n469770921","geometry":{"type":"Point","coordinates":[-0.1796907,51.4522925]},"properties":{"@type":"node","@id":469770921,"@timestamp":1597484030},"coords":"51.4522925,-0.1796907","bedrooms":"3","price":"287000","area":"506"} , +{"type":"Feature","id":"n469770931","geometry":{"type":"Point","coordinates":[0.1872755,51.4493499]},"properties":{"@type":"node","@id":469770931,"@timestamp":1560013663},"coords":"51.4493499,0.1872755","bedrooms":"0","price":"156000","area":"471"} , +{"type":"Feature","id":"n469770942","geometry":{"type":"Point","coordinates":[-0.356045,51.4635034]},"properties":{"@type":"node","@id":469770942,"@timestamp":1564913949},"coords":"51.4635034,-0.356045","bedrooms":"0","price":"209000","area":"621"} , +{"type":"Feature","id":"n469770952","geometry":{"type":"Point","coordinates":[-0.4528289,51.4709429]},"properties":{"@type":"node","@id":469770952,"@timestamp":1556645125},"coords":"51.4709429,-0.4528289","bedrooms":"2","price":"222000","area":"562"} , +{"type":"Feature","id":"n469770963","geometry":{"type":"Point","coordinates":[-0.2263625,51.4917722]},"properties":{"@type":"node","@id":469770963,"@timestamp":1549917992},"coords":"51.4917722,-0.2263625","bedrooms":"1","price":"168000","area":"414"} , +{"type":"Feature","id":"n469770973","geometry":{"type":"Point","coordinates":[-0.2239883,51.4923559]},"properties":{"@type":"node","@id":469770973,"@timestamp":1634836031},"coords":"51.4923559,-0.2239883","bedrooms":"4","price":"151000","area":"419"} , +{"type":"Feature","id":"n469770985","geometry":{"type":"Point","coordinates":[-0.234651,51.5162766]},"properties":{"@type":"node","@id":469770985,"@timestamp":1614596379},"coords":"51.5162766,-0.234651","bedrooms":"4","price":"276000","area":"519"} , +{"type":"Feature","id":"n469770998","geometry":{"type":"Point","coordinates":[-0.3431154,51.4060015]},"properties":{"@type":"node","@id":469770998,"@timestamp":1564913949},"coords":"51.4060015,-0.3431154","bedrooms":"1","price":"220000","area":"473"} , +{"type":"Feature","id":"n469771011","geometry":{"type":"Point","coordinates":[-0.1908631,51.5785778]},"properties":{"@type":"node","@id":469771011,"@timestamp":1564913949},"coords":"51.5785778,-0.1908631","bedrooms":"4","price":"248000","area":"486"} , +{"type":"Feature","id":"n469771021","geometry":{"type":"Point","coordinates":[-0.3831068,51.4382475]},"properties":{"@type":"node","@id":469771021,"@timestamp":1564913949},"coords":"51.4382475,-0.3831068","bedrooms":"3","price":"178000","area":"547"} , +{"type":"Feature","id":"n469771031","geometry":{"type":"Point","coordinates":[-0.3662586,51.4147856]},"properties":{"@type":"node","@id":469771031,"@timestamp":1556641148},"coords":"51.4147856,-0.3662586","bedrooms":"3","price":"232000","area":"554"} , +{"type":"Feature","id":"n469771041","geometry":{"type":"Point","coordinates":[-0.0645025,51.3190546]},"properties":{"@type":"node","@id":469771041,"@timestamp":1592672533},"coords":"51.3190546,-0.0645025","bedrooms":"2","price":"181000","area":"610"} , +{"type":"Feature","id":"n469771052","geometry":{"type":"Point","coordinates":[-0.1156178,51.5706553]},"properties":{"@type":"node","@id":469771052,"@timestamp":1449855630},"coords":"51.5706553,-0.1156178","bedrooms":"2","price":"175000","area":"625"} , +{"type":"Feature","id":"n469771062","geometry":{"type":"Point","coordinates":[-0.4380308,51.5229871]},"properties":{"@type":"node","@id":469771062,"@timestamp":1609033814},"coords":"51.5229871,-0.4380308","bedrooms":"1","price":"166000","area":"362"} , +{"type":"Feature","id":"n469771072","geometry":{"type":"Point","coordinates":[-0.3765814,51.4366863]},"properties":{"@type":"node","@id":469771072,"@timestamp":1599638766},"coords":"51.4366863,-0.3765814","bedrooms":"4","price":"190000","area":"534"} , +{"type":"Feature","id":"n469771082","geometry":{"type":"Point","coordinates":[-0.0388409,51.6133249]},"properties":{"@type":"node","@id":469771082,"@timestamp":1617461325},"coords":"51.6133249,-0.0388409","bedrooms":"2","price":"175000","area":"449"} , +{"type":"Feature","id":"n469771094","geometry":{"type":"Point","coordinates":[-0.1008368,51.6633898]},"properties":{"@type":"node","@id":469771094,"@timestamp":1616329666},"coords":"51.6633898,-0.1008368","bedrooms":"1","price":"289000","area":"677"} , +{"type":"Feature","id":"n469771119","geometry":{"type":"Point","coordinates":[-0.4698511,51.5568524]},"properties":{"@type":"node","@id":469771119,"@timestamp":1564913949},"coords":"51.5568524,-0.4698511","bedrooms":"0","price":"202000","area":"523"} , +{"type":"Feature","id":"n469771131","geometry":{"type":"Point","coordinates":[-0.0102536,51.6351215]},"properties":{"@type":"node","@id":469771131,"@timestamp":1617462605},"coords":"51.6351215,-0.0102536","bedrooms":"1","price":"200000","area":"406"} , +{"type":"Feature","id":"n469771155","geometry":{"type":"Point","coordinates":[0.0149539,51.4435171]},"properties":{"@type":"node","@id":469771155,"@timestamp":1589243196},"coords":"51.4435171,0.0149539","bedrooms":"2","price":"244000","area":"692"} , +{"type":"Feature","id":"n469771177","geometry":{"type":"Point","coordinates":[-0.1191898,51.4849978]},"properties":{"@type":"node","@id":469771177,"@timestamp":1636075879},"coords":"51.4849978,-0.1191898","bedrooms":"4","price":"279000","area":"681"} , +{"type":"Feature","id":"n469771192","geometry":{"type":"Point","coordinates":[-0.4084767,51.4577728]},"properties":{"@type":"node","@id":469771192,"@timestamp":1580951036},"coords":"51.4577728,-0.4084767","bedrooms":"1","price":"241000","area":"415"} , +{"type":"Feature","id":"n469771205","geometry":{"type":"Point","coordinates":[-0.4740909,51.4897015]},"properties":{"@type":"node","@id":469771205,"@timestamp":1564913949},"coords":"51.4897015,-0.4740909","bedrooms":"4","price":"282000","area":"687"} , +{"type":"Feature","id":"n469771217","geometry":{"type":"Point","coordinates":[0.2256571,51.6054248]},"properties":{"@type":"node","@id":469771217,"@timestamp":1564913949},"coords":"51.6054248,0.2256571","bedrooms":"0","price":"208000","area":"652"} , +{"type":"Feature","id":"n469771228","geometry":{"type":"Point","coordinates":[-0.0293483,51.5996054]},"properties":{"@type":"node","@id":469771228,"@timestamp":1564913949},"coords":"51.5996054,-0.0293483","bedrooms":"4","price":"252000","area":"586"} , +{"type":"Feature","id":"n469771240","geometry":{"type":"Point","coordinates":[-0.2843583,51.5012124]},"properties":{"@type":"node","@id":469771240,"@timestamp":1632682122},"coords":"51.5012124,-0.2843583","bedrooms":"4","price":"254000","area":"496"} , +{"type":"Feature","id":"n469771250","geometry":{"type":"Point","coordinates":[-0.4030348,51.533365]},"properties":{"@type":"node","@id":469771250,"@timestamp":1564913949},"coords":"51.533365,-0.4030348","bedrooms":"3","price":"164000","area":"477"} , +{"type":"Feature","id":"n469771263","geometry":{"type":"Point","coordinates":[-0.1553606,51.3802895]},"properties":{"@type":"node","@id":469771263,"@timestamp":1556641150},"coords":"51.3802895,-0.1553606","bedrooms":"3","price":"284000","area":"381"} , +{"type":"Feature","id":"n469771278","geometry":{"type":"Point","coordinates":[-0.0519285,51.5507539]},"properties":{"@type":"node","@id":469771278,"@timestamp":1622490163},"coords":"51.5507539,-0.0519285","bedrooms":"4","price":"292000","area":"469"} , +{"type":"Feature","id":"n469771300","geometry":{"type":"Point","coordinates":[0.0916104,51.4918699]},"properties":{"@type":"node","@id":469771300,"@timestamp":1556640757},"coords":"51.4918699,0.0916104","bedrooms":"4","price":"163000","area":"581"} , +{"type":"Feature","id":"n469771334","geometry":{"type":"Point","coordinates":[-0.1003253,51.640743]},"properties":{"@type":"node","@id":469771334,"@timestamp":1626973951},"coords":"51.640743,-0.1003253","bedrooms":"1","price":"241000","area":"650"} , +{"type":"Feature","id":"n469771393","geometry":{"type":"Point","coordinates":[0.2091082,51.6108496]},"properties":{"@type":"node","@id":469771393,"@timestamp":1564913949},"coords":"51.6108496,0.2091082","bedrooms":"3","price":"157000","area":"666"} , +{"type":"Feature","id":"n469771437","geometry":{"type":"Point","coordinates":[-0.0492355,51.5411268]},"properties":{"@type":"node","@id":469771437,"@timestamp":1628531574},"coords":"51.5411268,-0.0492355","bedrooms":"0","price":"257000","area":"577"} , +{"type":"Feature","id":"n469771456","geometry":{"type":"Point","coordinates":[-0.2488555,51.4144761]},"properties":{"@type":"node","@id":469771456,"@timestamp":1626958911},"coords":"51.4144761,-0.2488555","bedrooms":"2","price":"227000","area":"532"} , +{"type":"Feature","id":"n469771468","geometry":{"type":"Point","coordinates":[0.0947548,51.4382101]},"properties":{"@type":"node","@id":469771468,"@timestamp":1621776298},"coords":"51.4382101,0.0947548","bedrooms":"2","price":"289000","area":"655"} , +{"type":"Feature","id":"n469771479","geometry":{"type":"Point","coordinates":[-0.1177396,51.5565093]},"properties":{"@type":"node","@id":469771479,"@timestamp":1631789042},"coords":"51.5565093,-0.1177396","bedrooms":"3","price":"294000","area":"696"} , +{"type":"Feature","id":"n469771490","geometry":{"type":"Point","coordinates":[-0.0543447,51.4675869]},"properties":{"@type":"node","@id":469771490,"@timestamp":1556641831},"coords":"51.4675869,-0.0543447","bedrooms":"4","price":"170000","area":"403"} , +{"type":"Feature","id":"n469771502","geometry":{"type":"Point","coordinates":[-0.1912948,51.5964196]},"properties":{"@type":"node","@id":469771502,"@timestamp":1564913949},"coords":"51.5964196,-0.1912948","bedrooms":"1","price":"163000","area":"675"} , +{"type":"Feature","id":"n469771512","geometry":{"type":"Point","coordinates":[-0.0143648,51.4431249]},"properties":{"@type":"node","@id":469771512,"@timestamp":1619804414},"coords":"51.4431249,-0.0143648","bedrooms":"0","price":"204000","area":"456"} , +{"type":"Feature","id":"n469771522","geometry":{"type":"Point","coordinates":[-0.1136627,51.3021134]},"properties":{"@type":"node","@id":469771522,"@timestamp":1596987320},"coords":"51.3021134,-0.1136627","bedrooms":"4","price":"214000","area":"559"} , +{"type":"Feature","id":"n469771532","geometry":{"type":"Point","coordinates":[-0.0157424,51.3391117]},"properties":{"@type":"node","@id":469771532,"@timestamp":1556646554},"coords":"51.3391117,-0.0157424","bedrooms":"2","price":"198000","area":"431"} , +{"type":"Feature","id":"n469771545","geometry":{"type":"Point","coordinates":[-0.306281,51.3681872]},"properties":{"@type":"node","@id":469771545,"@timestamp":1564913949},"coords":"51.3681872,-0.306281","bedrooms":"1","price":"223000","area":"567"} , +{"type":"Feature","id":"n469771561","geometry":{"type":"Point","coordinates":[-0.0552666,51.4446953]},"properties":{"@type":"node","@id":469771561,"@timestamp":1564913949},"coords":"51.4446953,-0.0552666","bedrooms":"1","price":"165000","area":"697"} , +{"type":"Feature","id":"n469771579","geometry":{"type":"Point","coordinates":[-0.1315871,51.5848035]},"properties":{"@type":"node","@id":469771579,"@timestamp":1628002745},"coords":"51.5848035,-0.1315871","bedrooms":"1","price":"253000","area":"376"} , +{"type":"Feature","id":"n469771594","geometry":{"type":"Point","coordinates":[-0.1159848,51.5597892]},"properties":{"@type":"node","@id":469771594,"@timestamp":1620940220},"coords":"51.5597892,-0.1159848","bedrooms":"3","price":"189000","area":"533"} , +{"type":"Feature","id":"n469771609","geometry":{"type":"Point","coordinates":[-0.3641972,51.6090063]},"properties":{"@type":"node","@id":469771609,"@timestamp":1593167564},"coords":"51.6090063,-0.3641972","bedrooms":"0","price":"233000","area":"431"} , +{"type":"Feature","id":"n469771627","geometry":{"type":"Point","coordinates":[-0.3401264,51.5932949]},"properties":{"@type":"node","@id":469771627,"@timestamp":1629842928},"coords":"51.5932949,-0.3401264","bedrooms":"4","price":"268000","area":"540"} , +{"type":"Feature","id":"n469771643","geometry":{"type":"Point","coordinates":[-0.3399025,51.569477]},"properties":{"@type":"node","@id":469771643,"@timestamp":1625577645},"coords":"51.569477,-0.3399025","bedrooms":"1","price":"154000","area":"430"} , +{"type":"Feature","id":"n469771658","geometry":{"type":"Point","coordinates":[-0.2018647,51.5234301]},"properties":{"@type":"node","@id":469771658,"@timestamp":1619961214},"coords":"51.5234301,-0.2018647","bedrooms":"2","price":"239000","area":"353"} , +{"type":"Feature","id":"n469771688","geometry":{"type":"Point","coordinates":[-0.3331098,51.5817469]},"properties":{"@type":"node","@id":469771688,"@timestamp":1636146191},"coords":"51.5817469,-0.3331098","bedrooms":"0","price":"286000","area":"499"} , +{"type":"Feature","id":"n469771700","geometry":{"type":"Point","coordinates":[-0.3284159,51.4772061]},"properties":{"@type":"node","@id":469771700,"@timestamp":1564913949},"coords":"51.4772061,-0.3284159","bedrooms":"2","price":"187000","area":"617"} , +{"type":"Feature","id":"n469771711","geometry":{"type":"Point","coordinates":[-0.116361,51.5839702]},"properties":{"@type":"node","@id":469771711,"@timestamp":1564913949},"coords":"51.5839702,-0.116361","bedrooms":"3","price":"238000","area":"377"} , +{"type":"Feature","id":"n469771721","geometry":{"type":"Point","coordinates":[-0.14446,51.3109234]},"properties":{"@type":"node","@id":469771721,"@timestamp":1590878316},"coords":"51.3109234,-0.14446","bedrooms":"0","price":"207000","area":"638"} , +{"type":"Feature","id":"n469771731","geometry":{"type":"Point","coordinates":[-0.4757374,51.4815905]},"properties":{"@type":"node","@id":469771731,"@timestamp":1579805184},"coords":"51.4815905,-0.4757374","bedrooms":"3","price":"297000","area":"430"} , +{"type":"Feature","id":"n469771743","geometry":{"type":"Point","coordinates":[-0.421697,51.4661833]},"properties":{"@type":"node","@id":469771743,"@timestamp":1564913949},"coords":"51.4661833,-0.421697","bedrooms":"2","price":"274000","area":"505"} , +{"type":"Feature","id":"n469771753","geometry":{"type":"Point","coordinates":[0.220363,51.5824127]},"properties":{"@type":"node","@id":469771753,"@timestamp":1556645704},"coords":"51.5824127,0.220363","bedrooms":"4","price":"203000","area":"617"} , +{"type":"Feature","id":"n469771764","geometry":{"type":"Point","coordinates":[0.2313681,51.5611392]},"properties":{"@type":"node","@id":469771764,"@timestamp":1556645706},"coords":"51.5611392,0.2313681","bedrooms":"2","price":"173000","area":"395"} , +{"type":"Feature","id":"n469771774","geometry":{"type":"Point","coordinates":[-0.141999,51.542078]},"properties":{"@type":"node","@id":469771774,"@timestamp":1597485085},"coords":"51.542078,-0.141999","bedrooms":"2","price":"290000","area":"431"} , +{"type":"Feature","id":"n469771784","geometry":{"type":"Point","coordinates":[-0.4151442,51.5950988]},"properties":{"@type":"node","@id":469771784,"@timestamp":1564913949},"coords":"51.5950988,-0.4151442","bedrooms":"0","price":"279000","area":"381"} , +{"type":"Feature","id":"n469771795","geometry":{"type":"Point","coordinates":[-0.4446325,51.6061911]},"properties":{"@type":"node","@id":469771795,"@timestamp":1556645130},"coords":"51.6061911,-0.4446325","bedrooms":"2","price":"204000","area":"594"} , +{"type":"Feature","id":"n469771805","geometry":{"type":"Point","coordinates":[-0.0488803,51.5168863]},"properties":{"@type":"node","@id":469771805,"@timestamp":1628933004},"coords":"51.5168863,-0.0488803","bedrooms":"0","price":"253000","area":"672"} , +{"type":"Feature","id":"n469771818","geometry":{"type":"Point","coordinates":[-0.1221521,51.4510114]},"properties":{"@type":"node","@id":469771818,"@timestamp":1630105375},"coords":"51.4510114,-0.1221521","bedrooms":"3","price":"227000","area":"395"} , +{"type":"Feature","id":"n469771833","geometry":{"type":"Point","coordinates":[0.0768195,51.3852674]},"properties":{"@type":"node","@id":469771833,"@timestamp":1564913949},"coords":"51.3852674,0.0768195","bedrooms":"4","price":"170000","area":"580"} , +{"type":"Feature","id":"n469771843","geometry":{"type":"Point","coordinates":[-0.235435,51.4968095]},"properties":{"@type":"node","@id":469771843,"@timestamp":1626494066},"coords":"51.4968095,-0.235435","bedrooms":"0","price":"210000","area":"502"} , +{"type":"Feature","id":"n469771853","geometry":{"type":"Point","coordinates":[-0.4536856,51.4713577]},"properties":{"@type":"node","@id":469771853,"@timestamp":1607128899},"coords":"51.4713577,-0.4536856","bedrooms":"3","price":"259000","area":"495"} , +{"type":"Feature","id":"n469771867","geometry":{"type":"Point","coordinates":[-0.4512598,51.4702794]},"properties":{"@type":"node","@id":469771867,"@timestamp":1606896425},"coords":"51.4702794,-0.4512598","bedrooms":"1","price":"268000","area":"535"} , +{"type":"Feature","id":"n469771879","geometry":{"type":"Point","coordinates":[0.1470221,51.5434133]},"properties":{"@type":"node","@id":469771879,"@timestamp":1601315308},"coords":"51.5434133,0.1470221","bedrooms":"4","price":"261000","area":"368"} , +{"type":"Feature","id":"n469771889","geometry":{"type":"Point","coordinates":[-0.0772093,51.4529981]},"properties":{"@type":"node","@id":469771889,"@timestamp":1556641837},"coords":"51.4529981,-0.0772093","bedrooms":"2","price":"278000","area":"351"} , +{"type":"Feature","id":"n469771900","geometry":{"type":"Point","coordinates":[-0.2438967,51.6040624]},"properties":{"@type":"node","@id":469771900,"@timestamp":1566652363},"coords":"51.6040624,-0.2438967","bedrooms":"1","price":"292000","area":"487"} , +{"type":"Feature","id":"n469771910","geometry":{"type":"Point","coordinates":[-0.2290425,51.5847455]},"properties":{"@type":"node","@id":469771910,"@timestamp":1630104241},"coords":"51.5847455,-0.2290425","bedrooms":"1","price":"295000","area":"430"} , +{"type":"Feature","id":"n469771922","geometry":{"type":"Point","coordinates":[-0.2188398,51.3713177]},"properties":{"@type":"node","@id":469771922,"@timestamp":1597481218},"coords":"51.3713177,-0.2188398","bedrooms":"2","price":"188000","area":"612"} , +{"type":"Feature","id":"n469771934","geometry":{"type":"Point","coordinates":[-0.1999707,51.5888532]},"properties":{"@type":"node","@id":469771934,"@timestamp":1622384316},"coords":"51.5888532,-0.1999707","bedrooms":"2","price":"233000","area":"466"} , +{"type":"Feature","id":"n469771944","geometry":{"type":"Point","coordinates":[-0.2261052,51.554557]},"properties":{"@type":"node","@id":469771944,"@timestamp":1597485085},"coords":"51.554557,-0.2261052","bedrooms":"4","price":"267000","area":"507"} , +{"type":"Feature","id":"n469771955","geometry":{"type":"Point","coordinates":[-0.0947851,51.4190851]},"properties":{"@type":"node","@id":469771955,"@timestamp":1623508818},"coords":"51.4190851,-0.0947851","bedrooms":"4","price":"171000","area":"444"} , +{"type":"Feature","id":"n469771969","geometry":{"type":"Point","coordinates":[0.0236639,51.5799832]},"properties":{"@type":"node","@id":469771969,"@timestamp":1535674115},"coords":"51.5799832,0.0236639","bedrooms":"1","price":"250000","area":"678"} , +{"type":"Feature","id":"n469771979","geometry":{"type":"Point","coordinates":[0.0255079,51.5842313]},"properties":{"@type":"node","@id":469771979,"@timestamp":1564913949},"coords":"51.5842313,0.0255079","bedrooms":"3","price":"267000","area":"459"} , +{"type":"Feature","id":"n469771991","geometry":{"type":"Point","coordinates":[-0.4023105,51.4933482]},"properties":{"@type":"node","@id":469771991,"@timestamp":1564913949},"coords":"51.4933482,-0.4023105","bedrooms":"3","price":"274000","area":"569"} , +{"type":"Feature","id":"n469772007","geometry":{"type":"Point","coordinates":[0.139346,51.3518908]},"properties":{"@type":"node","@id":469772007,"@timestamp":1564913949},"coords":"51.3518908,0.139346","bedrooms":"4","price":"282000","area":"670"} , +{"type":"Feature","id":"n469772020","geometry":{"type":"Point","coordinates":[-0.0025872,51.6106708]},"properties":{"@type":"node","@id":469772020,"@timestamp":1626691421},"coords":"51.6106708,-0.0025872","bedrooms":"3","price":"163000","area":"674"} , +{"type":"Feature","id":"n469772032","geometry":{"type":"Point","coordinates":[0.0093712,51.331506]},"properties":{"@type":"node","@id":469772032,"@timestamp":1556646556},"coords":"51.331506,0.0093712","bedrooms":"3","price":"249000","area":"619"} , +{"type":"Feature","id":"n469772051","geometry":{"type":"Point","coordinates":[-0.1015644,51.5461621]},"properties":{"@type":"node","@id":469772051,"@timestamp":1601998668},"coords":"51.5461621,-0.1015644","bedrooms":"2","price":"226000","area":"636"} , +{"type":"Feature","id":"n469772063","geometry":{"type":"Point","coordinates":[0.0751774,51.353017]},"properties":{"@type":"node","@id":469772063,"@timestamp":1564913949},"coords":"51.353017,0.0751774","bedrooms":"0","price":"163000","area":"544"} , +{"type":"Feature","id":"n469772076","geometry":{"type":"Point","coordinates":[-0.1528418,51.577668]},"properties":{"@type":"node","@id":469772076,"@timestamp":1621720763},"coords":"51.577668,-0.1528418","bedrooms":"1","price":"218000","area":"602"} , +{"type":"Feature","id":"n469772090","geometry":{"type":"Point","coordinates":[-0.1125065,51.5201841]},"properties":{"@type":"node","@id":469772090,"@timestamp":1630110712},"coords":"51.5201841,-0.1125065","bedrooms":"0","price":"248000","area":"507"} , +{"type":"Feature","id":"n469772100","geometry":{"type":"Point","coordinates":[-0.4875533,51.5868066]},"properties":{"@type":"node","@id":469772100,"@timestamp":1556645134},"coords":"51.5868066,-0.4875533","bedrooms":"4","price":"221000","area":"409"} , +{"type":"Feature","id":"n469772112","geometry":{"type":"Point","coordinates":[0.0664768,51.5118912]},"properties":{"@type":"node","@id":469772112,"@timestamp":1564913949},"coords":"51.5118912,0.0664768","bedrooms":"3","price":"249000","area":"434"} , +{"type":"Feature","id":"n469772128","geometry":{"type":"Point","coordinates":[-0.367129,51.4682212]},"properties":{"@type":"node","@id":469772128,"@timestamp":1625054910},"coords":"51.4682212,-0.367129","bedrooms":"4","price":"293000","area":"513"} , +{"type":"Feature","id":"n469772140","geometry":{"type":"Point","coordinates":[-0.3892696,51.4625104]},"properties":{"@type":"node","@id":469772140,"@timestamp":1628713904},"coords":"51.4625104,-0.3892696","bedrooms":"3","price":"272000","area":"697"} , +{"type":"Feature","id":"n469772153","geometry":{"type":"Point","coordinates":[-0.3869779,51.4400987]},"properties":{"@type":"node","@id":469772153,"@timestamp":1564913949},"coords":"51.4400987,-0.3869779","bedrooms":"0","price":"206000","area":"623"} , +{"type":"Feature","id":"n469772164","geometry":{"type":"Point","coordinates":[-0.0763509,51.5777236]},"properties":{"@type":"node","@id":469772164,"@timestamp":1556640761},"coords":"51.5777236,-0.0763509","bedrooms":"4","price":"252000","area":"526"} , +{"type":"Feature","id":"n469772175","geometry":{"type":"Point","coordinates":[0.2366777,51.5760429]},"properties":{"@type":"node","@id":469772175,"@timestamp":1556645708},"coords":"51.5760429,0.2366777","bedrooms":"4","price":"183000","area":"571"} , +{"type":"Feature","id":"n469772196","geometry":{"type":"Point","coordinates":[-0.2260347,51.5663833]},"properties":{"@type":"node","@id":469772196,"@timestamp":1564913949},"coords":"51.5663833,-0.2260347","bedrooms":"3","price":"191000","area":"594"} , +{"type":"Feature","id":"n469772214","geometry":{"type":"Point","coordinates":[-0.3731279,51.5002701]},"properties":{"@type":"node","@id":469772214,"@timestamp":1564913949},"coords":"51.5002701,-0.3731279","bedrooms":"1","price":"232000","area":"457"} , +{"type":"Feature","id":"n469772225","geometry":{"type":"Point","coordinates":[-0.2085038,51.4696497]},"properties":{"@type":"node","@id":469772225,"@timestamp":1597484030},"coords":"51.4696497,-0.2085038","bedrooms":"4","price":"161000","area":"687"} , +{"type":"Feature","id":"n469772236","geometry":{"type":"Point","coordinates":[-0.0888091,51.354147]},"properties":{"@type":"node","@id":469772236,"@timestamp":1556646557},"coords":"51.354147,-0.0888091","bedrooms":"0","price":"213000","area":"353"} , +{"type":"Feature","id":"n469772249","geometry":{"type":"Point","coordinates":[-0.2354926,51.5273369]},"properties":{"@type":"node","@id":469772249,"@timestamp":1614441224},"coords":"51.5273369,-0.2354926","bedrooms":"3","price":"173000","area":"440"} , +{"type":"Feature","id":"n469772259","geometry":{"type":"Point","coordinates":[-0.0906272,51.436683]},"properties":{"@type":"node","@id":469772259,"@timestamp":1487583150},"coords":"51.436683,-0.0906272","bedrooms":"3","price":"184000","area":"414"} , +{"type":"Feature","id":"n469772269","geometry":{"type":"Point","coordinates":[0.0683513,51.5579383]},"properties":{"@type":"node","@id":469772269,"@timestamp":1543931488},"coords":"51.5579383,0.0683513","bedrooms":"0","price":"249000","area":"370"} , +{"type":"Feature","id":"n469772281","geometry":{"type":"Point","coordinates":[0.0735102,51.4262573]},"properties":{"@type":"node","@id":469772281,"@timestamp":1556641844},"coords":"51.4262573,0.0735102","bedrooms":"4","price":"241000","area":"495"} , +{"type":"Feature","id":"n469772292","geometry":{"type":"Point","coordinates":[-0.0463271,51.434157]},"properties":{"@type":"node","@id":469772292,"@timestamp":1556641845},"coords":"51.434157,-0.0463271","bedrooms":"1","price":"243000","area":"511"} , +{"type":"Feature","id":"n469772302","geometry":{"type":"Point","coordinates":[-0.1802976,51.5636541]},"properties":{"@type":"node","@id":469772302,"@timestamp":1624047002},"coords":"51.5636541,-0.1802976","bedrooms":"0","price":"203000","area":"637"} , +{"type":"Feature","id":"n469772315","geometry":{"type":"Point","coordinates":[-0.3546765,51.5102833]},"properties":{"@type":"node","@id":469772315,"@timestamp":1556643050},"coords":"51.5102833,-0.3546765","bedrooms":"1","price":"287000","area":"599"} , +{"type":"Feature","id":"n469772326","geometry":{"type":"Point","coordinates":[-0.3918696,51.461832]},"properties":{"@type":"node","@id":469772326,"@timestamp":1628713904},"coords":"51.461832,-0.3918696","bedrooms":"1","price":"159000","area":"550"} , +{"type":"Feature","id":"n469772339","geometry":{"type":"Point","coordinates":[-0.0437545,51.3495719]},"properties":{"@type":"node","@id":469772339,"@timestamp":1591525618},"coords":"51.3495719,-0.0437545","bedrooms":"2","price":"238000","area":"402"} , +{"type":"Feature","id":"n469772374","geometry":{"type":"Point","coordinates":[-0.0105412,51.5146217]},"properties":{"@type":"node","@id":469772374,"@timestamp":1628586618},"coords":"51.5146217,-0.0105412","bedrooms":"0","price":"250000","area":"454"} , +{"type":"Feature","id":"n469772417","geometry":{"type":"Point","coordinates":[0.0126491,51.5115885]},"properties":{"@type":"node","@id":469772417,"@timestamp":1516480227},"coords":"51.5115885,0.0126491","bedrooms":"2","price":"196000","area":"517"} , +{"type":"Feature","id":"n469772447","geometry":{"type":"Point","coordinates":[-0.1140637,51.5477372]},"properties":{"@type":"node","@id":469772447,"@timestamp":1597485085},"coords":"51.5477372,-0.1140637","bedrooms":"0","price":"177000","area":"600"} , +{"type":"Feature","id":"n469772463","geometry":{"type":"Point","coordinates":[0.0010539,51.4244065]},"properties":{"@type":"node","@id":469772463,"@timestamp":1556641846},"coords":"51.4244065,0.0010539","bedrooms":"3","price":"221000","area":"363"} , +{"type":"Feature","id":"n469772477","geometry":{"type":"Point","coordinates":[-0.0982938,51.5528568]},"properties":{"@type":"node","@id":469772477,"@timestamp":1626780231},"coords":"51.5528568,-0.0982938","bedrooms":"3","price":"268000","area":"440"} , +{"type":"Feature","id":"n469772489","geometry":{"type":"Point","coordinates":[-0.0748114,51.6648126]},"properties":{"@type":"node","@id":469772489,"@timestamp":1615298434},"coords":"51.6648126,-0.0748114","bedrooms":"3","price":"253000","area":"482"} , +{"type":"Feature","id":"n469772500","geometry":{"type":"Point","coordinates":[-0.3014488,51.594992]},"properties":{"@type":"node","@id":469772500,"@timestamp":1630104241},"coords":"51.594992,-0.3014488","bedrooms":"0","price":"184000","area":"616"} , +{"type":"Feature","id":"n469772511","geometry":{"type":"Point","coordinates":[-0.0091949,51.334921]},"properties":{"@type":"node","@id":469772511,"@timestamp":1556646558},"coords":"51.334921,-0.0091949","bedrooms":"4","price":"171000","area":"370"} , +{"type":"Feature","id":"n469772523","geometry":{"type":"Point","coordinates":[-0.1108631,51.4850726]},"properties":{"@type":"node","@id":469772523,"@timestamp":1573665874},"coords":"51.4850726,-0.1108631","bedrooms":"3","price":"182000","area":"560"} , +{"type":"Feature","id":"n469772535","geometry":{"type":"Point","coordinates":[-0.2145511,51.5051441]},"properties":{"@type":"node","@id":469772535,"@timestamp":1591542989},"coords":"51.5051441,-0.2145511","bedrooms":"1","price":"209000","area":"698"} , +{"type":"Feature","id":"n469772548","geometry":{"type":"Point","coordinates":[-0.3172049,51.5216909]},"properties":{"@type":"node","@id":469772548,"@timestamp":1632587204},"coords":"51.5216909,-0.3172049","bedrooms":"1","price":"239000","area":"487"} , +{"type":"Feature","id":"n469772575","geometry":{"type":"Point","coordinates":[0.0185872,51.4042895]},"properties":{"@type":"node","@id":469772575,"@timestamp":1616757649},"coords":"51.4042895,0.0185872","bedrooms":"4","price":"208000","area":"681"} , +{"type":"Feature","id":"n469772585","geometry":{"type":"Point","coordinates":[-0.0134043,51.3993049]},"properties":{"@type":"node","@id":469772585,"@timestamp":1612611187},"coords":"51.3993049,-0.0134043","bedrooms":"3","price":"278000","area":"628"} , +{"type":"Feature","id":"n469772596","geometry":{"type":"Point","coordinates":[-0.1141642,51.3057812]},"properties":{"@type":"node","@id":469772596,"@timestamp":1596840045},"coords":"51.3057812,-0.1141642","bedrooms":"4","price":"299000","area":"629"} , +{"type":"Feature","id":"n469772606","geometry":{"type":"Point","coordinates":[-0.0085616,51.3475322]},"properties":{"@type":"node","@id":469772606,"@timestamp":1530876195},"coords":"51.3475322,-0.0085616","bedrooms":"3","price":"205000","area":"626"} , +{"type":"Feature","id":"n469772616","geometry":{"type":"Point","coordinates":[-0.2933397,51.4709497]},"properties":{"@type":"node","@id":469772616,"@timestamp":1574532013},"coords":"51.4709497,-0.2933397","bedrooms":"0","price":"295000","area":"593"} , +{"type":"Feature","id":"n469772626","geometry":{"type":"Point","coordinates":[-0.1975162,51.5188834]},"properties":{"@type":"node","@id":469772626,"@timestamp":1619961214},"coords":"51.5188834,-0.1975162","bedrooms":"4","price":"271000","area":"619"} , +{"type":"Feature","id":"n469772637","geometry":{"type":"Point","coordinates":[0.0176007,51.4738363]},"properties":{"@type":"node","@id":469772637,"@timestamp":1576305686},"coords":"51.4738363,0.0176007","bedrooms":"3","price":"180000","area":"678"} , +{"type":"Feature","id":"n469772647","geometry":{"type":"Point","coordinates":[-0.2167542,51.5282879]},"properties":{"@type":"node","@id":469772647,"@timestamp":1597485085},"coords":"51.5282879,-0.2167542","bedrooms":"3","price":"251000","area":"552"} , +{"type":"Feature","id":"n469772658","geometry":{"type":"Point","coordinates":[-0.0547299,51.4666161]},"properties":{"@type":"node","@id":469772658,"@timestamp":1571179902},"coords":"51.4666161,-0.0547299","bedrooms":"2","price":"214000","area":"494"} , +{"type":"Feature","id":"n469772670","geometry":{"type":"Point","coordinates":[-0.1153221,51.6448565]},"properties":{"@type":"node","@id":469772670,"@timestamp":1615673592},"coords":"51.6448565,-0.1153221","bedrooms":"4","price":"240000","area":"607"} , +{"type":"Feature","id":"n469772680","geometry":{"type":"Point","coordinates":[-0.2162504,51.4246543]},"properties":{"@type":"node","@id":469772680,"@timestamp":1597482181},"coords":"51.4246543,-0.2162504","bedrooms":"3","price":"173000","area":"391"} , +{"type":"Feature","id":"n469772690","geometry":{"type":"Point","coordinates":[-0.1102363,51.4432033]},"properties":{"@type":"node","@id":469772690,"@timestamp":1483989506},"coords":"51.4432033,-0.1102363","bedrooms":"4","price":"242000","area":"389"} , +{"type":"Feature","id":"n469772700","geometry":{"type":"Point","coordinates":[-0.2375319,51.6253584]},"properties":{"@type":"node","@id":469772700,"@timestamp":1564913949},"coords":"51.6253584,-0.2375319","bedrooms":"0","price":"164000","area":"366"} , +{"type":"Feature","id":"n469772712","geometry":{"type":"Point","coordinates":[-0.150471,51.5751827]},"properties":{"@type":"node","@id":469772712,"@timestamp":1621779353},"coords":"51.5751827,-0.150471","bedrooms":"4","price":"288000","area":"594"} , +{"type":"Feature","id":"n469772723","geometry":{"type":"Point","coordinates":[-0.214897,51.3945764]},"properties":{"@type":"node","@id":469772723,"@timestamp":1597482181},"coords":"51.3945764,-0.214897","bedrooms":"3","price":"257000","area":"596"} , +{"type":"Feature","id":"n469772733","geometry":{"type":"Point","coordinates":[-0.4491301,51.5513867]},"properties":{"@type":"node","@id":469772733,"@timestamp":1617570299},"coords":"51.5513867,-0.4491301","bedrooms":"1","price":"196000","area":"538"} , +{"type":"Feature","id":"n469772746","geometry":{"type":"Point","coordinates":[-0.1178756,51.5505765]},"properties":{"@type":"node","@id":469772746,"@timestamp":1597485085},"coords":"51.5505765,-0.1178756","bedrooms":"1","price":"201000","area":"547"} , +{"type":"Feature","id":"n469772756","geometry":{"type":"Point","coordinates":[-0.111724,51.4408117]},"properties":{"@type":"node","@id":469772756,"@timestamp":1615308128},"coords":"51.4408117,-0.111724","bedrooms":"0","price":"194000","area":"585"} , +{"type":"Feature","id":"n469772767","geometry":{"type":"Point","coordinates":[-0.0677638,51.3235368]},"properties":{"@type":"node","@id":469772767,"@timestamp":1556646559},"coords":"51.3235368,-0.0677638","bedrooms":"2","price":"289000","area":"523"} , +{"type":"Feature","id":"n469772777","geometry":{"type":"Point","coordinates":[-0.0002054,51.4470242]},"properties":{"@type":"node","@id":469772777,"@timestamp":1636447306},"coords":"51.4470242,-0.0002054","bedrooms":"1","price":"202000","area":"382"} , +{"type":"Feature","id":"n469772787","geometry":{"type":"Point","coordinates":[-0.1968029,51.5717945]},"properties":{"@type":"node","@id":469772787,"@timestamp":1452076879},"coords":"51.5717945,-0.1968029","bedrooms":"4","price":"211000","area":"386"} , +{"type":"Feature","id":"n469772811","geometry":{"type":"Point","coordinates":[-0.0667181,51.4627319]},"properties":{"@type":"node","@id":469772811,"@timestamp":1564912828},"coords":"51.4627319,-0.0667181","bedrooms":"4","price":"256000","area":"575"} , +{"type":"Feature","id":"n469772842","geometry":{"type":"Point","coordinates":[-0.3013828,51.4160272]},"properties":{"@type":"node","@id":469772842,"@timestamp":1597780850},"coords":"51.4160272,-0.3013828","bedrooms":"1","price":"186000","area":"688"} , +{"type":"Feature","id":"n469772870","geometry":{"type":"Point","coordinates":[0.137398,51.5899236]},"properties":{"@type":"node","@id":469772870,"@timestamp":1556645711},"coords":"51.5899236,0.137398","bedrooms":"3","price":"215000","area":"571"} , +{"type":"Feature","id":"n469772898","geometry":{"type":"Point","coordinates":[-0.304346,51.4028637]},"properties":{"@type":"node","@id":469772898,"@timestamp":1622295310},"coords":"51.4028637,-0.304346","bedrooms":"4","price":"161000","area":"612"} , +{"type":"Feature","id":"n469772926","geometry":{"type":"Point","coordinates":[-0.0556407,51.3467215]},"properties":{"@type":"node","@id":469772926,"@timestamp":1612292325},"coords":"51.3467215,-0.0556407","bedrooms":"1","price":"251000","area":"418"} , +{"type":"Feature","id":"n469772936","geometry":{"type":"Point","coordinates":[-0.0795944,51.4295704]},"properties":{"@type":"node","@id":469772936,"@timestamp":1556641856},"coords":"51.4295704,-0.0795944","bedrooms":"0","price":"155000","area":"566"} , +{"type":"Feature","id":"n469772946","geometry":{"type":"Point","coordinates":[-0.0604867,51.4973763]},"properties":{"@type":"node","@id":469772946,"@timestamp":1591984840},"coords":"51.4973763,-0.0604867","bedrooms":"3","price":"281000","area":"586"} , +{"type":"Feature","id":"n469772957","geometry":{"type":"Point","coordinates":[-0.0478639,51.342455]},"properties":{"@type":"node","@id":469772957,"@timestamp":1612274831},"coords":"51.342455,-0.0478639","bedrooms":"1","price":"218000","area":"557"} , +{"type":"Feature","id":"n469772967","geometry":{"type":"Point","coordinates":[-0.3528253,51.4567183]},"properties":{"@type":"node","@id":469772967,"@timestamp":1564912828},"coords":"51.4567183,-0.3528253","bedrooms":"1","price":"165000","area":"474"} , +{"type":"Feature","id":"n469772977","geometry":{"type":"Point","coordinates":[-0.1631778,51.5017524]},"properties":{"@type":"node","@id":469772977,"@timestamp":1628635275},"coords":"51.5017524,-0.1631778","bedrooms":"0","price":"167000","area":"424"} , +{"type":"Feature","id":"n469772988","geometry":{"type":"Point","coordinates":[-0.2882052,51.3830462]},"properties":{"@type":"node","@id":469772988,"@timestamp":1615941929},"coords":"51.3830462,-0.2882052","bedrooms":"3","price":"284000","area":"616"} , +{"type":"Feature","id":"n469772999","geometry":{"type":"Point","coordinates":[0.0850549,51.5342072]},"properties":{"@type":"node","@id":469772999,"@timestamp":1626715162},"coords":"51.5342072,0.0850549","bedrooms":"0","price":"204000","area":"689"} , +{"type":"Feature","id":"n469773010","geometry":{"type":"Point","coordinates":[0.1698361,51.5848803]},"properties":{"@type":"node","@id":469773010,"@timestamp":1585732152},"coords":"51.5848803,0.1698361","bedrooms":"1","price":"298000","area":"388"} , +{"type":"Feature","id":"n469773020","geometry":{"type":"Point","coordinates":[-0.1331022,51.4483027]},"properties":{"@type":"node","@id":469773020,"@timestamp":1597484030},"coords":"51.4483027,-0.1331022","bedrooms":"4","price":"243000","area":"381"} , +{"type":"Feature","id":"n469773050","geometry":{"type":"Point","coordinates":[-0.2486167,51.5848317]},"properties":{"@type":"node","@id":469773050,"@timestamp":1564912828},"coords":"51.5848317,-0.2486167","bedrooms":"1","price":"151000","area":"688"} , +{"type":"Feature","id":"n469773071","geometry":{"type":"Point","coordinates":[-0.20588,51.5489131]},"properties":{"@type":"node","@id":469773071,"@timestamp":1597485085},"coords":"51.5489131,-0.20588","bedrooms":"3","price":"236000","area":"417"} , +{"type":"Feature","id":"n469773105","geometry":{"type":"Point","coordinates":[0.267889,51.5661699]},"properties":{"@type":"node","@id":469773105,"@timestamp":1556645712},"coords":"51.5661699,0.267889","bedrooms":"0","price":"297000","area":"507"} , +{"type":"Feature","id":"n469773129","geometry":{"type":"Point","coordinates":[-0.4186556,51.531361]},"properties":{"@type":"node","@id":469773129,"@timestamp":1617534471},"coords":"51.531361,-0.4186556","bedrooms":"3","price":"214000","area":"655"} , +{"type":"Feature","id":"n469773159","geometry":{"type":"Point","coordinates":[-0.1777942,51.3656353]},"properties":{"@type":"node","@id":469773159,"@timestamp":1556641166},"coords":"51.3656353,-0.1777942","bedrooms":"3","price":"154000","area":"425"} , +{"type":"Feature","id":"n469773186","geometry":{"type":"Point","coordinates":[-0.1808552,51.5854488]},"properties":{"@type":"node","@id":469773186,"@timestamp":1528576735},"coords":"51.5854488,-0.1808552","bedrooms":"1","price":"194000","area":"354"} , +{"type":"Feature","id":"n469773200","geometry":{"type":"Point","coordinates":[-0.0974102,51.6805696]},"properties":{"@type":"node","@id":469773200,"@timestamp":1615673592},"coords":"51.6805696,-0.0974102","bedrooms":"2","price":"262000","area":"487"} , +{"type":"Feature","id":"n469773210","geometry":{"type":"Point","coordinates":[-0.1152801,51.4236432]},"properties":{"@type":"node","@id":469773210,"@timestamp":1628784248},"coords":"51.4236432,-0.1152801","bedrooms":"2","price":"218000","area":"475"} , +{"type":"Feature","id":"n469773221","geometry":{"type":"Point","coordinates":[-0.1911903,51.366831]},"properties":{"@type":"node","@id":469773221,"@timestamp":1564912828},"coords":"51.366831,-0.1911903","bedrooms":"0","price":"271000","area":"404"} , +{"type":"Feature","id":"n469773231","geometry":{"type":"Point","coordinates":[0.1308517,51.4902659]},"properties":{"@type":"node","@id":469773231,"@timestamp":1564912828},"coords":"51.4902659,0.1308517","bedrooms":"3","price":"195000","area":"627"} , +{"type":"Feature","id":"n469773241","geometry":{"type":"Point","coordinates":[-0.1002324,51.5270913]},"properties":{"@type":"node","@id":469773241,"@timestamp":1568575088},"coords":"51.5270913,-0.1002324","bedrooms":"1","price":"203000","area":"677"} , +{"type":"Feature","id":"n469773253","geometry":{"type":"Point","coordinates":[-0.0105582,51.4611318]},"properties":{"@type":"node","@id":469773253,"@timestamp":1565283373},"coords":"51.4611318,-0.0105582","bedrooms":"3","price":"181000","area":"661"} , +{"type":"Feature","id":"n469773266","geometry":{"type":"Point","coordinates":[-0.0139914,51.456723]},"properties":{"@type":"node","@id":469773266,"@timestamp":1564912828},"coords":"51.456723,-0.0139914","bedrooms":"0","price":"276000","area":"570"} , +{"type":"Feature","id":"n469773277","geometry":{"type":"Point","coordinates":[-0.0222079,51.4441621]},"properties":{"@type":"node","@id":469773277,"@timestamp":1626707512},"coords":"51.4441621,-0.0222079","bedrooms":"1","price":"283000","area":"481"} , +{"type":"Feature","id":"n469773287","geometry":{"type":"Point","coordinates":[-0.4412965,51.5429616]},"properties":{"@type":"node","@id":469773287,"@timestamp":1607958182},"coords":"51.5429616,-0.4412965","bedrooms":"3","price":"228000","area":"509"} , +{"type":"Feature","id":"n469773298","geometry":{"type":"Point","coordinates":[-0.1035563,51.536119]},"properties":{"@type":"node","@id":469773298,"@timestamp":1624470227},"coords":"51.536119,-0.1035563","bedrooms":"0","price":"156000","area":"520"} , +{"type":"Feature","id":"n469773308","geometry":{"type":"Point","coordinates":[-0.078084,51.4654212]},"properties":{"@type":"node","@id":469773308,"@timestamp":1564912828},"coords":"51.4654212,-0.078084","bedrooms":"0","price":"261000","area":"634"} , +{"type":"Feature","id":"n469773318","geometry":{"type":"Point","coordinates":[-0.0497813,51.4653185]},"properties":{"@type":"node","@id":469773318,"@timestamp":1584198519},"coords":"51.4653185,-0.0497813","bedrooms":"4","price":"281000","area":"397"} , +{"type":"Feature","id":"n469773328","geometry":{"type":"Point","coordinates":[-0.2333461,51.4852774]},"properties":{"@type":"node","@id":469773328,"@timestamp":1631456845},"coords":"51.4852774,-0.2333461","bedrooms":"0","price":"191000","area":"519"} , +{"type":"Feature","id":"n469773339","geometry":{"type":"Point","coordinates":[-0.1696475,51.5304662]},"properties":{"@type":"node","@id":469773339,"@timestamp":1625575771},"coords":"51.5304662,-0.1696475","bedrooms":"2","price":"286000","area":"691"} , +{"type":"Feature","id":"n469773350","geometry":{"type":"Point","coordinates":[-0.0716172,51.4433807]},"properties":{"@type":"node","@id":469773350,"@timestamp":1564912828},"coords":"51.4433807,-0.0716172","bedrooms":"2","price":"170000","area":"388"} , +{"type":"Feature","id":"n469773368","geometry":{"type":"Point","coordinates":[-0.1806627,51.5414871]},"properties":{"@type":"node","@id":469773368,"@timestamp":1597485085},"coords":"51.5414871,-0.1806627","bedrooms":"2","price":"254000","area":"601"} , +{"type":"Feature","id":"n469773380","geometry":{"type":"Point","coordinates":[0.0586575,51.6076878]},"properties":{"@type":"node","@id":469773380,"@timestamp":1516848588},"coords":"51.6076878,0.0586575","bedrooms":"3","price":"166000","area":"636"} , +{"type":"Feature","id":"n469773392","geometry":{"type":"Point","coordinates":[-0.0854517,51.3806671]},"properties":{"@type":"node","@id":469773392,"@timestamp":1609378273},"coords":"51.3806671,-0.0854517","bedrooms":"3","price":"295000","area":"550"} , +{"type":"Feature","id":"n469773402","geometry":{"type":"Point","coordinates":[-0.2173925,51.4103591]},"properties":{"@type":"node","@id":469773402,"@timestamp":1583619362},"coords":"51.4103591,-0.2173925","bedrooms":"3","price":"151000","area":"635"} , +{"type":"Feature","id":"n469773412","geometry":{"type":"Point","coordinates":[-0.1138206,51.4994875]},"properties":{"@type":"node","@id":469773412,"@timestamp":1631111794},"coords":"51.4994875,-0.1138206","bedrooms":"1","price":"178000","area":"355"} , +{"type":"Feature","id":"n469773423","geometry":{"type":"Point","coordinates":[0.1084672,51.3833735]},"properties":{"@type":"node","@id":469773423,"@timestamp":1627826843},"coords":"51.3833735,0.1084672","bedrooms":"1","price":"167000","area":"395"} , +{"type":"Feature","id":"n469773433","geometry":{"type":"Point","coordinates":[0.0927615,51.5504537]},"properties":{"@type":"node","@id":469773433,"@timestamp":1552570027},"coords":"51.5504537,0.0927615","bedrooms":"0","price":"194000","area":"509"} , +{"type":"Feature","id":"n469773443","geometry":{"type":"Point","coordinates":[-0.078862,51.6468197]},"properties":{"@type":"node","@id":469773443,"@timestamp":1556643782},"coords":"51.6468197,-0.078862","bedrooms":"3","price":"282000","area":"643"} , +{"type":"Feature","id":"n469773454","geometry":{"type":"Point","coordinates":[-0.2185402,51.3616459]},"properties":{"@type":"node","@id":469773454,"@timestamp":1597481218},"coords":"51.3616459,-0.2185402","bedrooms":"2","price":"242000","area":"361"} , +{"type":"Feature","id":"n469773465","geometry":{"type":"Point","coordinates":[-0.1986012,51.5597366]},"properties":{"@type":"node","@id":469773465,"@timestamp":1596033268},"coords":"51.5597366,-0.1986012","bedrooms":"3","price":"184000","area":"545"} , +{"type":"Feature","id":"n469773476","geometry":{"type":"Point","coordinates":[-0.2529995,51.3879897]},"properties":{"@type":"node","@id":469773476,"@timestamp":1627213457},"coords":"51.3879897,-0.2529995","bedrooms":"1","price":"151000","area":"669"} , +{"type":"Feature","id":"n469773486","geometry":{"type":"Point","coordinates":[-0.1460222,51.4545265]},"properties":{"@type":"node","@id":469773486,"@timestamp":1597484030},"coords":"51.4545265,-0.1460222","bedrooms":"2","price":"223000","area":"452"} , +{"type":"Feature","id":"n469773497","geometry":{"type":"Point","coordinates":[-0.2822456,51.5141892]},"properties":{"@type":"node","@id":469773497,"@timestamp":1552144419},"coords":"51.5141892,-0.2822456","bedrooms":"1","price":"213000","area":"579"} , +{"type":"Feature","id":"n469773507","geometry":{"type":"Point","coordinates":[-0.1815641,51.6418914]},"properties":{"@type":"node","@id":469773507,"@timestamp":1564912828},"coords":"51.6418914,-0.1815641","bedrooms":"2","price":"242000","area":"634"} , +{"type":"Feature","id":"n469773518","geometry":{"type":"Point","coordinates":[-0.2247149,51.5064501]},"properties":{"@type":"node","@id":469773518,"@timestamp":1618938524},"coords":"51.5064501,-0.2247149","bedrooms":"1","price":"220000","area":"403"} , +{"type":"Feature","id":"n469773528","geometry":{"type":"Point","coordinates":[0.2146821,51.6142735]},"properties":{"@type":"node","@id":469773528,"@timestamp":1564912828},"coords":"51.6142735,0.2146821","bedrooms":"4","price":"198000","area":"642"} , +{"type":"Feature","id":"n469773539","geometry":{"type":"Point","coordinates":[-0.215844,51.5256515]},"properties":{"@type":"node","@id":469773539,"@timestamp":1583435286},"coords":"51.5256515,-0.215844","bedrooms":"0","price":"182000","area":"650"} , +{"type":"Feature","id":"n469773555","geometry":{"type":"Point","coordinates":[-0.1398716,51.5550016]},"properties":{"@type":"node","@id":469773555,"@timestamp":1597485085},"coords":"51.5550016,-0.1398716","bedrooms":"2","price":"172000","area":"462"} , +{"type":"Feature","id":"n469773565","geometry":{"type":"Point","coordinates":[0.0245411,51.5635513]},"properties":{"@type":"node","@id":469773565,"@timestamp":1540526686},"coords":"51.5635513,0.0245411","bedrooms":"1","price":"224000","area":"459"} , +{"type":"Feature","id":"n469773577","geometry":{"type":"Point","coordinates":[-0.119105,51.4948289]},"properties":{"@type":"node","@id":469773577,"@timestamp":1631793855},"coords":"51.4948289,-0.119105","bedrooms":"3","price":"250000","area":"649"} , +{"type":"Feature","id":"n469773588","geometry":{"type":"Point","coordinates":[-0.1168226,51.4595616]},"properties":{"@type":"node","@id":469773588,"@timestamp":1611787622},"coords":"51.4595616,-0.1168226","bedrooms":"2","price":"175000","area":"373"} , +{"type":"Feature","id":"n469773607","geometry":{"type":"Point","coordinates":[-0.1050502,51.4367429]},"properties":{"@type":"node","@id":469773607,"@timestamp":1628978313},"coords":"51.4367429,-0.1050502","bedrooms":"2","price":"217000","area":"548"} , +{"type":"Feature","id":"n469773617","geometry":{"type":"Point","coordinates":[0.1263942,51.4915034]},"properties":{"@type":"node","@id":469773617,"@timestamp":1564912828},"coords":"51.4915034,0.1263942","bedrooms":"2","price":"289000","area":"478"} , +{"type":"Feature","id":"n469773629","geometry":{"type":"Point","coordinates":[-0.1400252,51.5720967]},"properties":{"@type":"node","@id":469773629,"@timestamp":1630621345},"coords":"51.5720967,-0.1400252","bedrooms":"4","price":"202000","area":"452"} , +{"type":"Feature","id":"n469773642","geometry":{"type":"Point","coordinates":[-0.2222558,51.3764476]},"properties":{"@type":"node","@id":469773642,"@timestamp":1597481218},"coords":"51.3764476,-0.2222558","bedrooms":"0","price":"227000","area":"584"} , +{"type":"Feature","id":"n469773657","geometry":{"type":"Point","coordinates":[-0.1862569,51.35929]},"properties":{"@type":"node","@id":469773657,"@timestamp":1628591287},"coords":"51.35929,-0.1862569","bedrooms":"4","price":"159000","area":"551"} , +{"type":"Feature","id":"n469773678","geometry":{"type":"Point","coordinates":[-0.4197383,51.5320218]},"properties":{"@type":"node","@id":469773678,"@timestamp":1617534471},"coords":"51.5320218,-0.4197383","bedrooms":"4","price":"155000","area":"460"} , +{"type":"Feature","id":"n469773694","geometry":{"type":"Point","coordinates":[0.0589658,51.3824377]},"properties":{"@type":"node","@id":469773694,"@timestamp":1564912828},"coords":"51.3824377,0.0589658","bedrooms":"3","price":"287000","area":"628"} , +{"type":"Feature","id":"n469773712","geometry":{"type":"Point","coordinates":[-0.1321232,51.4745957]},"properties":{"@type":"node","@id":469773712,"@timestamp":1564912828},"coords":"51.4745957,-0.1321232","bedrooms":"3","price":"284000","area":"586"} , +{"type":"Feature","id":"n469773728","geometry":{"type":"Point","coordinates":[-0.3453642,51.5767146]},"properties":{"@type":"node","@id":469773728,"@timestamp":1623416266},"coords":"51.5767146,-0.3453642","bedrooms":"3","price":"197000","area":"517"} , +{"type":"Feature","id":"n469773739","geometry":{"type":"Point","coordinates":[-0.2183318,51.4931958]},"properties":{"@type":"node","@id":469773739,"@timestamp":1634971930},"coords":"51.4931958,-0.2183318","bedrooms":"1","price":"217000","area":"379"} , +{"type":"Feature","id":"n469773754","geometry":{"type":"Point","coordinates":[-0.3296754,51.6074758]},"properties":{"@type":"node","@id":469773754,"@timestamp":1621351527},"coords":"51.6074758,-0.3296754","bedrooms":"1","price":"251000","area":"511"} , +{"type":"Feature","id":"n469773767","geometry":{"type":"Point","coordinates":[-0.0866085,51.6634505]},"properties":{"@type":"node","@id":469773767,"@timestamp":1611834758},"coords":"51.6634505,-0.0866085","bedrooms":"0","price":"295000","area":"477"} , +{"type":"Feature","id":"n469773779","geometry":{"type":"Point","coordinates":[-0.2694437,51.4837123]},"properties":{"@type":"node","@id":469773779,"@timestamp":1564912828},"coords":"51.4837123,-0.2694437","bedrooms":"3","price":"281000","area":"399"} , +{"type":"Feature","id":"n469773792","geometry":{"type":"Point","coordinates":[-0.1702237,51.6252614]},"properties":{"@type":"node","@id":469773792,"@timestamp":1588683313},"coords":"51.6252614,-0.1702237","bedrooms":"3","price":"150000","area":"665"} , +{"type":"Feature","id":"n469773812","geometry":{"type":"Point","coordinates":[-0.1710343,51.653491]},"properties":{"@type":"node","@id":469773812,"@timestamp":1598704264},"coords":"51.653491,-0.1710343","bedrooms":"3","price":"244000","area":"648"} , +{"type":"Feature","id":"n469773827","geometry":{"type":"Point","coordinates":[-0.0137527,51.574841]},"properties":{"@type":"node","@id":469773827,"@timestamp":1599354394},"coords":"51.574841,-0.0137527","bedrooms":"1","price":"185000","area":"388"} , +{"type":"Feature","id":"n469773838","geometry":{"type":"Point","coordinates":[-0.0075274,51.5591192]},"properties":{"@type":"node","@id":469773838,"@timestamp":1564912828},"coords":"51.5591192,-0.0075274","bedrooms":"3","price":"259000","area":"455"} , +{"type":"Feature","id":"n469773848","geometry":{"type":"Point","coordinates":[0.0081565,51.560388]},"properties":{"@type":"node","@id":469773848,"@timestamp":1627898549},"coords":"51.560388,0.0081565","bedrooms":"3","price":"235000","area":"425"} , +{"type":"Feature","id":"n469773865","geometry":{"type":"Point","coordinates":[-0.4010113,51.4674244]},"properties":{"@type":"node","@id":469773865,"@timestamp":1580951036},"coords":"51.4674244,-0.4010113","bedrooms":"2","price":"269000","area":"593"} , +{"type":"Feature","id":"n469773875","geometry":{"type":"Point","coordinates":[-0.1068959,51.4701017]},"properties":{"@type":"node","@id":469773875,"@timestamp":1611787622},"coords":"51.4701017,-0.1068959","bedrooms":"1","price":"201000","area":"539"} , +{"type":"Feature","id":"n469773885","geometry":{"type":"Point","coordinates":[-0.0467629,51.4610628]},"properties":{"@type":"node","@id":469773885,"@timestamp":1564912828},"coords":"51.4610628,-0.0467629","bedrooms":"2","price":"298000","area":"370"} , +{"type":"Feature","id":"n469773896","geometry":{"type":"Point","coordinates":[0.1892455,51.465339]},"properties":{"@type":"node","@id":469773896,"@timestamp":1564912828},"coords":"51.465339,0.1892455","bedrooms":"4","price":"248000","area":"693"} , +{"type":"Feature","id":"n469773906","geometry":{"type":"Point","coordinates":[-0.1843563,51.3628151]},"properties":{"@type":"node","@id":469773906,"@timestamp":1564912828},"coords":"51.3628151,-0.1843563","bedrooms":"0","price":"201000","area":"695"} , +{"type":"Feature","id":"n469773916","geometry":{"type":"Point","coordinates":[-0.1298848,51.3597935]},"properties":{"@type":"node","@id":469773916,"@timestamp":1500991538},"coords":"51.3597935,-0.1298848","bedrooms":"2","price":"196000","area":"491"} , +{"type":"Feature","id":"n469773927","geometry":{"type":"Point","coordinates":[0.0425245,51.3839588]},"properties":{"@type":"node","@id":469773927,"@timestamp":1556641875},"coords":"51.3839588,0.0425245","bedrooms":"2","price":"263000","area":"690"} , +{"type":"Feature","id":"n469773937","geometry":{"type":"Point","coordinates":[-0.2992275,51.4999662]},"properties":{"@type":"node","@id":469773937,"@timestamp":1564912828},"coords":"51.4999662,-0.2992275","bedrooms":"2","price":"248000","area":"423"} , +{"type":"Feature","id":"n469773948","geometry":{"type":"Point","coordinates":[-0.0749715,51.5657801]},"properties":{"@type":"node","@id":469773948,"@timestamp":1544675103},"coords":"51.5657801,-0.0749715","bedrooms":"1","price":"246000","area":"691"} , +{"type":"Feature","id":"n469773962","geometry":{"type":"Point","coordinates":[-0.0690989,51.3509839]},"properties":{"@type":"node","@id":469773962,"@timestamp":1556646563},"coords":"51.3509839,-0.0690989","bedrooms":"2","price":"263000","area":"557"} , +{"type":"Feature","id":"n469773972","geometry":{"type":"Point","coordinates":[-0.1105127,51.5500213]},"properties":{"@type":"node","@id":469773972,"@timestamp":1613837187},"coords":"51.5500213,-0.1105127","bedrooms":"0","price":"260000","area":"644"} , +{"type":"Feature","id":"n469773983","geometry":{"type":"Point","coordinates":[-0.0083714,51.4628416]},"properties":{"@type":"node","@id":469773983,"@timestamp":1565315103},"coords":"51.4628416,-0.0083714","bedrooms":"2","price":"243000","area":"407"} , +{"type":"Feature","id":"n469773994","geometry":{"type":"Point","coordinates":[0.1060261,51.5323584]},"properties":{"@type":"node","@id":469773994,"@timestamp":1556640774},"coords":"51.5323584,0.1060261","bedrooms":"0","price":"290000","area":"482"} , +{"type":"Feature","id":"n469774008","geometry":{"type":"Point","coordinates":[-0.1202708,51.3849292]},"properties":{"@type":"node","@id":469774008,"@timestamp":1632769274},"coords":"51.3849292,-0.1202708","bedrooms":"1","price":"215000","area":"527"} , +{"type":"Feature","id":"n469774018","geometry":{"type":"Point","coordinates":[-0.0873094,51.509521]},"properties":{"@type":"node","@id":469774018,"@timestamp":1614543408},"coords":"51.509521,-0.0873094","bedrooms":"1","price":"241000","area":"556"} , +{"type":"Feature","id":"n469774035","geometry":{"type":"Point","coordinates":[-0.1174123,51.5028274]},"properties":{"@type":"node","@id":469774035,"@timestamp":1635248735},"coords":"51.5028274,-0.1174123","bedrooms":"4","price":"167000","area":"357"} , +{"type":"Feature","id":"n469774057","geometry":{"type":"Point","coordinates":[-0.1015937,51.4962887]},"properties":{"@type":"node","@id":469774057,"@timestamp":1539589877},"coords":"51.4962887,-0.1015937","bedrooms":"2","price":"223000","area":"516"} , +{"type":"Feature","id":"n469774067","geometry":{"type":"Point","coordinates":[0.0930341,51.4178732]},"properties":{"@type":"node","@id":469774067,"@timestamp":1564912828},"coords":"51.4178732,0.0930341","bedrooms":"2","price":"231000","area":"532"} , +{"type":"Feature","id":"n469774077","geometry":{"type":"Point","coordinates":[0.0307958,51.339548]},"properties":{"@type":"node","@id":469774077,"@timestamp":1564912828},"coords":"51.339548,0.0307958","bedrooms":"4","price":"152000","area":"473"} , +{"type":"Feature","id":"n469774087","geometry":{"type":"Point","coordinates":[0.0125108,51.4561787]},"properties":{"@type":"node","@id":469774087,"@timestamp":1564912828},"coords":"51.4561787,0.0125108","bedrooms":"2","price":"174000","area":"391"} , +{"type":"Feature","id":"n469774097","geometry":{"type":"Point","coordinates":[0.0863247,51.402367]},"properties":{"@type":"node","@id":469774097,"@timestamp":1564912828},"coords":"51.402367,0.0863247","bedrooms":"2","price":"213000","area":"582"} , +{"type":"Feature","id":"n469774107","geometry":{"type":"Point","coordinates":[0.1050123,51.3921582]},"properties":{"@type":"node","@id":469774107,"@timestamp":1564912828},"coords":"51.3921582,0.1050123","bedrooms":"2","price":"273000","area":"429"} , +{"type":"Feature","id":"n469774117","geometry":{"type":"Point","coordinates":[-0.0379428,51.3408641]},"properties":{"@type":"node","@id":469774117,"@timestamp":1591525618},"coords":"51.3408641,-0.0379428","bedrooms":"4","price":"271000","area":"444"} , +{"type":"Feature","id":"n469774127","geometry":{"type":"Point","coordinates":[0.1422355,51.5944434]},"properties":{"@type":"node","@id":469774127,"@timestamp":1556645716},"coords":"51.5944434,0.1422355","bedrooms":"1","price":"278000","area":"400"} , +{"type":"Feature","id":"n469774138","geometry":{"type":"Point","coordinates":[-0.3688669,51.5339646]},"properties":{"@type":"node","@id":469774138,"@timestamp":1564912828},"coords":"51.5339646,-0.3688669","bedrooms":"3","price":"277000","area":"689"} , +{"type":"Feature","id":"n469774149","geometry":{"type":"Point","coordinates":[-0.1335056,51.3137988]},"properties":{"@type":"node","@id":469774149,"@timestamp":1590878316},"coords":"51.3137988,-0.1335056","bedrooms":"2","price":"158000","area":"571"} , +{"type":"Feature","id":"n469774160","geometry":{"type":"Point","coordinates":[-0.0975138,51.502514]},"properties":{"@type":"node","@id":469774160,"@timestamp":1600657871},"coords":"51.502514,-0.0975138","bedrooms":"0","price":"221000","area":"673"} , +{"type":"Feature","id":"n469774170","geometry":{"type":"Point","coordinates":[-0.0956123,51.4348161]},"properties":{"@type":"node","@id":469774170,"@timestamp":1556641882},"coords":"51.4348161,-0.0956123","bedrooms":"3","price":"198000","area":"415"} , +{"type":"Feature","id":"n469774181","geometry":{"type":"Point","coordinates":[0.0336133,51.4285923]},"properties":{"@type":"node","@id":469774181,"@timestamp":1564912828},"coords":"51.4285923,0.0336133","bedrooms":"1","price":"194000","area":"578"} , +{"type":"Feature","id":"n469774194","geometry":{"type":"Point","coordinates":[0.0661531,51.5273446]},"properties":{"@type":"node","@id":469774194,"@timestamp":1564912828},"coords":"51.5273446,0.0661531","bedrooms":"2","price":"283000","area":"442"} , +{"type":"Feature","id":"n469774212","geometry":{"type":"Point","coordinates":[0.0770742,51.4909321]},"properties":{"@type":"node","@id":469774212,"@timestamp":1562980511},"coords":"51.4909321,0.0770742","bedrooms":"3","price":"222000","area":"646"} , +{"type":"Feature","id":"n469774227","geometry":{"type":"Point","coordinates":[-0.2039063,51.3990086]},"properties":{"@type":"node","@id":469774227,"@timestamp":1571006146},"coords":"51.3990086,-0.2039063","bedrooms":"2","price":"284000","area":"570"} , +{"type":"Feature","id":"n469774239","geometry":{"type":"Point","coordinates":[-0.3465658,51.5207796]},"properties":{"@type":"node","@id":469774239,"@timestamp":1614599227},"coords":"51.5207796,-0.3465658","bedrooms":"2","price":"231000","area":"529"} , +{"type":"Feature","id":"n469774257","geometry":{"type":"Point","coordinates":[-0.2848504,51.5677961]},"properties":{"@type":"node","@id":469774257,"@timestamp":1614638546},"coords":"51.5677961,-0.2848504","bedrooms":"0","price":"199000","area":"673"} , +{"type":"Feature","id":"n469774269","geometry":{"type":"Point","coordinates":[-0.0215609,51.6085846]},"properties":{"@type":"node","@id":469774269,"@timestamp":1564912828},"coords":"51.6085846,-0.0215609","bedrooms":"3","price":"160000","area":"629"} , +{"type":"Feature","id":"n469774281","geometry":{"type":"Point","coordinates":[0.0136217,51.5477031]},"properties":{"@type":"node","@id":469774281,"@timestamp":1633877527},"coords":"51.5477031,0.0136217","bedrooms":"0","price":"176000","area":"509"} , +{"type":"Feature","id":"n469774294","geometry":{"type":"Point","coordinates":[-0.128605,51.3079607]},"properties":{"@type":"node","@id":469774294,"@timestamp":1599764561},"coords":"51.3079607,-0.128605","bedrooms":"0","price":"290000","area":"416"} , +{"type":"Feature","id":"n469774308","geometry":{"type":"Point","coordinates":[-0.289347,51.578242]},"properties":{"@type":"node","@id":469774308,"@timestamp":1589899435},"coords":"51.578242,-0.289347","bedrooms":"0","price":"226000","area":"358"} , +{"type":"Feature","id":"n469774322","geometry":{"type":"Point","coordinates":[-0.2230752,51.3656709]},"properties":{"@type":"node","@id":469774322,"@timestamp":1597481218},"coords":"51.3656709,-0.2230752","bedrooms":"1","price":"174000","area":"552"} , +{"type":"Feature","id":"n469774333","geometry":{"type":"Point","coordinates":[-0.0702157,51.4853968]},"properties":{"@type":"node","@id":469774333,"@timestamp":1573667900},"coords":"51.4853968,-0.0702157","bedrooms":"2","price":"194000","area":"689"} , +{"type":"Feature","id":"n469774343","geometry":{"type":"Point","coordinates":[-0.3280426,51.4722999]},"properties":{"@type":"node","@id":469774343,"@timestamp":1552384339},"coords":"51.4722999,-0.3280426","bedrooms":"3","price":"175000","area":"351"} , +{"type":"Feature","id":"n469774353","geometry":{"type":"Point","coordinates":[-0.2903049,51.4671306]},"properties":{"@type":"node","@id":469774353,"@timestamp":1627926940},"coords":"51.4671306,-0.2903049","bedrooms":"1","price":"239000","area":"617"} , +{"type":"Feature","id":"n469774364","geometry":{"type":"Point","coordinates":[-0.3058322,51.5374284]},"properties":{"@type":"node","@id":469774364,"@timestamp":1559618623},"coords":"51.5374284,-0.3058322","bedrooms":"4","price":"196000","area":"457"} , +{"type":"Feature","id":"n469774374","geometry":{"type":"Point","coordinates":[-0.1836088,51.5679418]},"properties":{"@type":"node","@id":469774374,"@timestamp":1630409659},"coords":"51.5679418,-0.1836088","bedrooms":"4","price":"271000","area":"623"} , +{"type":"Feature","id":"n469774387","geometry":{"type":"Point","coordinates":[0.0811713,51.408475]},"properties":{"@type":"node","@id":469774387,"@timestamp":1622905214},"coords":"51.408475,0.0811713","bedrooms":"1","price":"244000","area":"414"} , +{"type":"Feature","id":"n469774402","geometry":{"type":"Point","coordinates":[0.0550869,51.6062381]},"properties":{"@type":"node","@id":469774402,"@timestamp":1516849078},"coords":"51.6062381,0.0550869","bedrooms":"0","price":"238000","area":"372"} , +{"type":"Feature","id":"n469774412","geometry":{"type":"Point","coordinates":[-0.1890987,51.595797]},"properties":{"@type":"node","@id":469774412,"@timestamp":1564912828},"coords":"51.595797,-0.1890987","bedrooms":"1","price":"166000","area":"636"} , +{"type":"Feature","id":"n469774424","geometry":{"type":"Point","coordinates":[0.0099189,51.4592712]},"properties":{"@type":"node","@id":469774424,"@timestamp":1556641887},"coords":"51.4592712,0.0099189","bedrooms":"2","price":"288000","area":"368"} , +{"type":"Feature","id":"n469774434","geometry":{"type":"Point","coordinates":[-0.05789,51.6390206]},"properties":{"@type":"node","@id":469774434,"@timestamp":1556643791},"coords":"51.6390206,-0.05789","bedrooms":"3","price":"294000","area":"592"} , +{"type":"Feature","id":"n469774444","geometry":{"type":"Point","coordinates":[-0.1577761,51.5523638]},"properties":{"@type":"node","@id":469774444,"@timestamp":1597485085},"coords":"51.5523638,-0.1577761","bedrooms":"2","price":"193000","area":"651"} , +{"type":"Feature","id":"n469774458","geometry":{"type":"Point","coordinates":[-0.3045687,51.3986208]},"properties":{"@type":"node","@id":469774458,"@timestamp":1614263546},"coords":"51.3986208,-0.3045687","bedrooms":"1","price":"180000","area":"596"} , +{"type":"Feature","id":"n469774475","geometry":{"type":"Point","coordinates":[-0.1584649,51.5119236]},"properties":{"@type":"node","@id":469774475,"@timestamp":1630398266},"coords":"51.5119236,-0.1584649","bedrooms":"4","price":"287000","area":"363"} , +{"type":"Feature","id":"n469774486","geometry":{"type":"Point","coordinates":[0.0835629,51.4305665]},"properties":{"@type":"node","@id":469774486,"@timestamp":1534168930},"coords":"51.4305665,0.0835629","bedrooms":"0","price":"150000","area":"445"} , +{"type":"Feature","id":"n469774496","geometry":{"type":"Point","coordinates":[0.2022514,51.5777638]},"properties":{"@type":"node","@id":469774496,"@timestamp":1595262311},"coords":"51.5777638,0.2022514","bedrooms":"4","price":"191000","area":"431"} , +{"type":"Feature","id":"n469774506","geometry":{"type":"Point","coordinates":[-0.0134266,51.4885789]},"properties":{"@type":"node","@id":469774506,"@timestamp":1627296113},"coords":"51.4885789,-0.0134266","bedrooms":"3","price":"157000","area":"458"} , +{"type":"Feature","id":"n469774516","geometry":{"type":"Point","coordinates":[-0.1878657,51.4224769]},"properties":{"@type":"node","@id":469774516,"@timestamp":1597482181},"coords":"51.4224769,-0.1878657","bedrooms":"1","price":"166000","area":"570"} , +{"type":"Feature","id":"n469774527","geometry":{"type":"Point","coordinates":[-0.2054795,51.5530412]},"properties":{"@type":"node","@id":469774527,"@timestamp":1597485085},"coords":"51.5530412,-0.2054795","bedrooms":"0","price":"222000","area":"693"} , +{"type":"Feature","id":"n469774537","geometry":{"type":"Point","coordinates":[-0.1676822,51.4026564]},"properties":{"@type":"node","@id":469774537,"@timestamp":1597482181},"coords":"51.4026564,-0.1676822","bedrooms":"3","price":"238000","area":"457"} , +{"type":"Feature","id":"n469774548","geometry":{"type":"Point","coordinates":[-0.0894348,51.515584]},"properties":{"@type":"node","@id":469774548,"@timestamp":1630108494},"coords":"51.515584,-0.0894348","bedrooms":"4","price":"170000","area":"438"} , +{"type":"Feature","id":"n469774559","geometry":{"type":"Point","coordinates":[0.1062822,51.3985224]},"properties":{"@type":"node","@id":469774559,"@timestamp":1620562472},"coords":"51.3985224,0.1062822","bedrooms":"2","price":"293000","area":"603"} , +{"type":"Feature","id":"n469774569","geometry":{"type":"Point","coordinates":[-0.0376308,51.5844746]},"properties":{"@type":"node","@id":469774569,"@timestamp":1553783117},"coords":"51.5844746,-0.0376308","bedrooms":"3","price":"256000","area":"459"} , +{"type":"Feature","id":"n469774579","geometry":{"type":"Point","coordinates":[-0.0524092,51.3922828]},"properties":{"@type":"node","@id":469774579,"@timestamp":1610891593},"coords":"51.3922828,-0.0524092","bedrooms":"4","price":"157000","area":"384"} , +{"type":"Feature","id":"n469774598","geometry":{"type":"Point","coordinates":[0.0889898,51.4320152]},"properties":{"@type":"node","@id":469774598,"@timestamp":1556641890},"coords":"51.4320152,0.0889898","bedrooms":"3","price":"186000","area":"452"} , +{"type":"Feature","id":"n469774608","geometry":{"type":"Point","coordinates":[-0.1821536,51.5997986]},"properties":{"@type":"node","@id":469774608,"@timestamp":1556640780},"coords":"51.5997986,-0.1821536","bedrooms":"1","price":"282000","area":"637"} , +{"type":"Feature","id":"n469774619","geometry":{"type":"Point","coordinates":[-0.142156,51.409306]},"properties":{"@type":"node","@id":469774619,"@timestamp":1564912828},"coords":"51.409306,-0.142156","bedrooms":"4","price":"170000","area":"442"} , +{"type":"Feature","id":"n469774629","geometry":{"type":"Point","coordinates":[0.0585167,51.5212436]},"properties":{"@type":"node","@id":469774629,"@timestamp":1636302175},"coords":"51.5212436,0.0585167","bedrooms":"2","price":"289000","area":"371"} , +{"type":"Feature","id":"n469774639","geometry":{"type":"Point","coordinates":[-0.1206508,51.3817871]},"properties":{"@type":"node","@id":469774639,"@timestamp":1632769274},"coords":"51.3817871,-0.1206508","bedrooms":"2","price":"175000","area":"591"} , +{"type":"Feature","id":"n469774650","geometry":{"type":"Point","coordinates":[-0.4619334,51.4810328]},"properties":{"@type":"node","@id":469774650,"@timestamp":1579805184},"coords":"51.4810328,-0.4619334","bedrooms":"3","price":"241000","area":"520"} , +{"type":"Feature","id":"n469774660","geometry":{"type":"Point","coordinates":[-0.0963757,51.6049327]},"properties":{"@type":"node","@id":469774660,"@timestamp":1450886904},"coords":"51.6049327,-0.0963757","bedrooms":"1","price":"180000","area":"535"} , +{"type":"Feature","id":"n469774687","geometry":{"type":"Point","coordinates":[0.0949077,51.5634902]},"properties":{"@type":"node","@id":469774687,"@timestamp":1564912828},"coords":"51.5634902,0.0949077","bedrooms":"4","price":"249000","area":"512"} , +{"type":"Feature","id":"n469774708","geometry":{"type":"Point","coordinates":[0.0220988,51.4212826]},"properties":{"@type":"node","@id":469774708,"@timestamp":1556641891},"coords":"51.4212826,0.0220988","bedrooms":"4","price":"181000","area":"357"} , +{"type":"Feature","id":"n469774724","geometry":{"type":"Point","coordinates":[-0.1606402,51.3757285]},"properties":{"@type":"node","@id":469774724,"@timestamp":1556641187},"coords":"51.3757285,-0.1606402","bedrooms":"1","price":"279000","area":"648"} , +{"type":"Feature","id":"n469774734","geometry":{"type":"Point","coordinates":[-0.3712968,51.4227869]},"properties":{"@type":"node","@id":469774734,"@timestamp":1564912828},"coords":"51.4227869,-0.3712968","bedrooms":"1","price":"215000","area":"423"} , +{"type":"Feature","id":"n469774744","geometry":{"type":"Point","coordinates":[-0.1525344,51.4208101]},"properties":{"@type":"node","@id":469774744,"@timestamp":1597482181},"coords":"51.4208101,-0.1525344","bedrooms":"3","price":"160000","area":"646"} , +{"type":"Feature","id":"n469774755","geometry":{"type":"Point","coordinates":[-0.2212812,51.3572628]},"properties":{"@type":"node","@id":469774755,"@timestamp":1597481218},"coords":"51.3572628,-0.2212812","bedrooms":"2","price":"192000","area":"455"} , +{"type":"Feature","id":"n469774766","geometry":{"type":"Point","coordinates":[-0.2099659,51.506066]},"properties":{"@type":"node","@id":469774766,"@timestamp":1564912828},"coords":"51.506066,-0.2099659","bedrooms":"4","price":"266000","area":"613"} , +{"type":"Feature","id":"n469774776","geometry":{"type":"Point","coordinates":[-0.0138867,51.4814746]},"properties":{"@type":"node","@id":469774776,"@timestamp":1635864683},"coords":"51.4814746,-0.0138867","bedrooms":"4","price":"285000","area":"696"} , +{"type":"Feature","id":"n469774786","geometry":{"type":"Point","coordinates":[-0.2504734,51.601088]},"properties":{"@type":"node","@id":469774786,"@timestamp":1564912828},"coords":"51.601088,-0.2504734","bedrooms":"4","price":"182000","area":"507"} , +{"type":"Feature","id":"n469774803","geometry":{"type":"Point","coordinates":[0.0027118,51.3873003]},"properties":{"@type":"node","@id":469774803,"@timestamp":1611400828},"coords":"51.3873003,0.0027118","bedrooms":"3","price":"292000","area":"366"} , +{"type":"Feature","id":"n469774822","geometry":{"type":"Point","coordinates":[-0.0938651,51.4773717]},"properties":{"@type":"node","@id":469774822,"@timestamp":1629150751},"coords":"51.4773717,-0.0938651","bedrooms":"0","price":"197000","area":"398"} , +{"type":"Feature","id":"n469774839","geometry":{"type":"Point","coordinates":[-0.0673783,51.6412021]},"properties":{"@type":"node","@id":469774839,"@timestamp":1556643794},"coords":"51.6412021,-0.0673783","bedrooms":"1","price":"177000","area":"547"} , +{"type":"Feature","id":"n469774849","geometry":{"type":"Point","coordinates":[-0.1331318,51.3600701]},"properties":{"@type":"node","@id":469774849,"@timestamp":1556641189},"coords":"51.3600701,-0.1331318","bedrooms":"3","price":"282000","area":"548"} , +{"type":"Feature","id":"n469774859","geometry":{"type":"Point","coordinates":[0.1157844,51.4338106]},"properties":{"@type":"node","@id":469774859,"@timestamp":1556641895},"coords":"51.4338106,0.1157844","bedrooms":"0","price":"191000","area":"490"} , +{"type":"Feature","id":"n469774869","geometry":{"type":"Point","coordinates":[0.0757534,51.4396514]},"properties":{"@type":"node","@id":469774869,"@timestamp":1564912828},"coords":"51.4396514,0.0757534","bedrooms":"0","price":"215000","area":"692"} , +{"type":"Feature","id":"n469774879","geometry":{"type":"Point","coordinates":[-0.2828433,51.6035807]},"properties":{"@type":"node","@id":469774879,"@timestamp":1621691930},"coords":"51.6035807,-0.2828433","bedrooms":"2","price":"254000","area":"373"} , +{"type":"Feature","id":"n469774891","geometry":{"type":"Point","coordinates":[0.26111,51.569564]},"properties":{"@type":"node","@id":469774891,"@timestamp":1556645719},"coords":"51.569564,0.26111","bedrooms":"4","price":"230000","area":"660"} , +{"type":"Feature","id":"n469774902","geometry":{"type":"Point","coordinates":[-0.2168793,51.4082779]},"properties":{"@type":"node","@id":469774902,"@timestamp":1582246250},"coords":"51.4082779,-0.2168793","bedrooms":"4","price":"188000","area":"359"} , +{"type":"Feature","id":"n469774912","geometry":{"type":"Point","coordinates":[-0.1695639,51.4662901]},"properties":{"@type":"node","@id":469774912,"@timestamp":1597484030},"coords":"51.4662901,-0.1695639","bedrooms":"0","price":"183000","area":"643"} , +{"type":"Feature","id":"n469774922","geometry":{"type":"Point","coordinates":[-0.1239153,51.5869919]},"properties":{"@type":"node","@id":469774922,"@timestamp":1626543292},"coords":"51.5869919,-0.1239153","bedrooms":"4","price":"264000","area":"664"} , +{"type":"Feature","id":"n469774932","geometry":{"type":"Point","coordinates":[-0.3454727,51.5357316]},"properties":{"@type":"node","@id":469774932,"@timestamp":1556643076},"coords":"51.5357316,-0.3454727","bedrooms":"0","price":"192000","area":"549"} , +{"type":"Feature","id":"n469774965","geometry":{"type":"Point","coordinates":[-0.1817532,51.3883674]},"properties":{"@type":"node","@id":469774965,"@timestamp":1597482181},"coords":"51.3883674,-0.1817532","bedrooms":"1","price":"255000","area":"525"} , +{"type":"Feature","id":"n469774998","geometry":{"type":"Point","coordinates":[-0.187599,51.5864402]},"properties":{"@type":"node","@id":469774998,"@timestamp":1635599932},"coords":"51.5864402,-0.187599","bedrooms":"3","price":"176000","area":"628"} , +{"type":"Feature","id":"n469775035","geometry":{"type":"Point","coordinates":[-0.1379401,51.3836372]},"properties":{"@type":"node","@id":469775035,"@timestamp":1632769274},"coords":"51.3836372,-0.1379401","bedrooms":"1","price":"224000","area":"407"} , +{"type":"Feature","id":"n469775067","geometry":{"type":"Point","coordinates":[0.0836855,51.4590294]},"properties":{"@type":"node","@id":469775067,"@timestamp":1564912828},"coords":"51.4590294,0.0836855","bedrooms":"3","price":"174000","area":"363"} , +{"type":"Feature","id":"n469775102","geometry":{"type":"Point","coordinates":[0.0137332,51.4920332]},"properties":{"@type":"node","@id":469775102,"@timestamp":1586811568},"coords":"51.4920332,0.0137332","bedrooms":"4","price":"282000","area":"578"} , +{"type":"Feature","id":"n469775134","geometry":{"type":"Point","coordinates":[-0.0395527,51.5577238]},"properties":{"@type":"node","@id":469775134,"@timestamp":1636193272},"coords":"51.5577238,-0.0395527","bedrooms":"1","price":"295000","area":"584"} , +{"type":"Feature","id":"n469775146","geometry":{"type":"Point","coordinates":[-0.2451291,51.615907]},"properties":{"@type":"node","@id":469775146,"@timestamp":1564912828},"coords":"51.615907,-0.2451291","bedrooms":"2","price":"240000","area":"608"} , +{"type":"Feature","id":"n469775156","geometry":{"type":"Point","coordinates":[-0.0358347,51.4669588]},"properties":{"@type":"node","@id":469775156,"@timestamp":1571179902},"coords":"51.4669588,-0.0358347","bedrooms":"2","price":"277000","area":"429"} , +{"type":"Feature","id":"n469775166","geometry":{"type":"Point","coordinates":[-0.2222191,51.4780249]},"properties":{"@type":"node","@id":469775166,"@timestamp":1556641194},"coords":"51.4780249,-0.2222191","bedrooms":"4","price":"259000","area":"630"} , +{"type":"Feature","id":"n469775177","geometry":{"type":"Point","coordinates":[-0.1658294,51.3995552]},"properties":{"@type":"node","@id":469775177,"@timestamp":1597482181},"coords":"51.3995552,-0.1658294","bedrooms":"4","price":"195000","area":"617"} , +{"type":"Feature","id":"n469775187","geometry":{"type":"Point","coordinates":[-0.3704528,51.5464731]},"properties":{"@type":"node","@id":469775187,"@timestamp":1564912828},"coords":"51.5464731,-0.3704528","bedrooms":"0","price":"191000","area":"545"} , +{"type":"Feature","id":"n469775197","geometry":{"type":"Point","coordinates":[-0.0202233,51.6707128]},"properties":{"@type":"node","@id":469775197,"@timestamp":1628939049},"coords":"51.6707128,-0.0202233","bedrooms":"3","price":"190000","area":"641"} , +{"type":"Feature","id":"n469775207","geometry":{"type":"Point","coordinates":[0.0242836,51.6134897]},"properties":{"@type":"node","@id":469775207,"@timestamp":1564912828},"coords":"51.6134897,0.0242836","bedrooms":"0","price":"199000","area":"535"} , +{"type":"Feature","id":"n469775217","geometry":{"type":"Point","coordinates":[-0.0297028,51.376474]},"properties":{"@type":"node","@id":469775217,"@timestamp":1556641898},"coords":"51.376474,-0.0297028","bedrooms":"1","price":"293000","area":"621"} , +{"type":"Feature","id":"n469775227","geometry":{"type":"Point","coordinates":[-0.0580176,51.6254211]},"properties":{"@type":"node","@id":469775227,"@timestamp":1564912828},"coords":"51.6254211,-0.0580176","bedrooms":"4","price":"180000","area":"433"} , +{"type":"Feature","id":"n469775238","geometry":{"type":"Point","coordinates":[-0.0288736,51.4589793]},"properties":{"@type":"node","@id":469775238,"@timestamp":1556641899},"coords":"51.4589793,-0.0288736","bedrooms":"4","price":"222000","area":"625"} , +{"type":"Feature","id":"n469775251","geometry":{"type":"Point","coordinates":[0.0664688,51.4289118]},"properties":{"@type":"node","@id":469775251,"@timestamp":1556641900},"coords":"51.4289118,0.0664688","bedrooms":"2","price":"282000","area":"374"} , +{"type":"Feature","id":"n469775288","geometry":{"type":"Point","coordinates":[-0.3073512,51.5220496]},"properties":{"@type":"node","@id":469775288,"@timestamp":1635088307},"coords":"51.5220496,-0.3073512","bedrooms":"0","price":"261000","area":"457"} , +{"type":"Feature","id":"n469775299","geometry":{"type":"Point","coordinates":[-0.3338494,51.5970453]},"properties":{"@type":"node","@id":469775299,"@timestamp":1634108172},"coords":"51.5970453,-0.3338494","bedrooms":"2","price":"214000","area":"512"} , +{"type":"Feature","id":"n469775309","geometry":{"type":"Point","coordinates":[0.2674036,51.5619585]},"properties":{"@type":"node","@id":469775309,"@timestamp":1556645719},"coords":"51.5619585,0.2674036","bedrooms":"1","price":"289000","area":"592"} , +{"type":"Feature","id":"n469775319","geometry":{"type":"Point","coordinates":[-0.1954329,51.4011561]},"properties":{"@type":"node","@id":469775319,"@timestamp":1597482181},"coords":"51.4011561,-0.1954329","bedrooms":"0","price":"158000","area":"435"} , +{"type":"Feature","id":"n469775329","geometry":{"type":"Point","coordinates":[-0.1934514,51.3951924]},"properties":{"@type":"node","@id":469775329,"@timestamp":1597482181},"coords":"51.3951924,-0.1934514","bedrooms":"3","price":"220000","area":"470"} , +{"type":"Feature","id":"n469775339","geometry":{"type":"Point","coordinates":[-0.0881288,51.3806744]},"properties":{"@type":"node","@id":469775339,"@timestamp":1609943586},"coords":"51.3806744,-0.0881288","bedrooms":"4","price":"155000","area":"582"} , +{"type":"Feature","id":"n469775349","geometry":{"type":"Point","coordinates":[0.1339309,51.5315698]},"properties":{"@type":"node","@id":469775349,"@timestamp":1556643798},"coords":"51.5315698,0.1339309","bedrooms":"0","price":"249000","area":"430"} , +{"type":"Feature","id":"n469775359","geometry":{"type":"Point","coordinates":[-0.2594397,51.467938]},"properties":{"@type":"node","@id":469775359,"@timestamp":1628020476},"coords":"51.467938,-0.2594397","bedrooms":"2","price":"238000","area":"697"} , +{"type":"Feature","id":"n469775376","geometry":{"type":"Point","coordinates":[-0.2066728,51.4125854]},"properties":{"@type":"node","@id":469775376,"@timestamp":1597482181},"coords":"51.4125854,-0.2066728","bedrooms":"4","price":"199000","area":"424"} , +{"type":"Feature","id":"n469775391","geometry":{"type":"Point","coordinates":[0.0456333,51.4365149]},"properties":{"@type":"node","@id":469775391,"@timestamp":1564912828},"coords":"51.4365149,0.0456333","bedrooms":"0","price":"215000","area":"394"} , +{"type":"Feature","id":"n469775421","geometry":{"type":"Point","coordinates":[-0.3005019,51.5244204]},"properties":{"@type":"node","@id":469775421,"@timestamp":1564783238},"coords":"51.5244204,-0.3005019","bedrooms":"0","price":"209000","area":"616"} , +{"type":"Feature","id":"n469775453","geometry":{"type":"Point","coordinates":[-0.2588399,51.6216499]},"properties":{"@type":"node","@id":469775453,"@timestamp":1564912828},"coords":"51.6216499,-0.2588399","bedrooms":"0","price":"206000","area":"682"} , +{"type":"Feature","id":"n469775503","geometry":{"type":"Point","coordinates":[-0.4926135,51.6059787]},"properties":{"@type":"node","@id":469775503,"@timestamp":1564912828},"coords":"51.6059787,-0.4926135","bedrooms":"1","price":"178000","area":"655"} , +{"type":"Feature","id":"n469775526","geometry":{"type":"Point","coordinates":[-0.2240701,51.3747051]},"properties":{"@type":"node","@id":469775526,"@timestamp":1597481218},"coords":"51.3747051,-0.2240701","bedrooms":"3","price":"292000","area":"621"} , +{"type":"Feature","id":"n469775556","geometry":{"type":"Point","coordinates":[-0.2527106,51.5611575]},"properties":{"@type":"node","@id":469775556,"@timestamp":1564912828},"coords":"51.5611575,-0.2527106","bedrooms":"1","price":"254000","area":"436"} , +{"type":"Feature","id":"n469775591","geometry":{"type":"Point","coordinates":[-0.2738605,51.5450854]},"properties":{"@type":"node","@id":469775591,"@timestamp":1597485085},"coords":"51.5450854,-0.2738605","bedrooms":"2","price":"278000","area":"521"} , +{"type":"Feature","id":"n469775631","geometry":{"type":"Point","coordinates":[-0.0259669,51.5996761]},"properties":{"@type":"node","@id":469775631,"@timestamp":1564912828},"coords":"51.5996761,-0.0259669","bedrooms":"4","price":"184000","area":"608"} , +{"type":"Feature","id":"n469775651","geometry":{"type":"Point","coordinates":[0.0528694,51.3381439]},"properties":{"@type":"node","@id":469775651,"@timestamp":1556647543},"coords":"51.3381439,0.0528694","bedrooms":"3","price":"176000","area":"623"} , +{"type":"Feature","id":"n469775679","geometry":{"type":"Point","coordinates":[-0.3185311,51.5110025]},"properties":{"@type":"node","@id":469775679,"@timestamp":1613424280},"coords":"51.5110025,-0.3185311","bedrooms":"1","price":"160000","area":"418"} , +{"type":"Feature","id":"n469775708","geometry":{"type":"Point","coordinates":[-0.174686,51.612422]},"properties":{"@type":"node","@id":469775708,"@timestamp":1556643800},"coords":"51.612422,-0.174686","bedrooms":"3","price":"274000","area":"410"} , +{"type":"Feature","id":"n469775752","geometry":{"type":"Point","coordinates":[0.0024479,51.4995082]},"properties":{"@type":"node","@id":469775752,"@timestamp":1630219387},"coords":"51.4995082,0.0024479","bedrooms":"0","price":"262000","area":"457"} , +{"type":"Feature","id":"n469775771","geometry":{"type":"Point","coordinates":[-0.4265184,51.5022944]},"properties":{"@type":"node","@id":469775771,"@timestamp":1564912828},"coords":"51.5022944,-0.4265184","bedrooms":"4","price":"247000","area":"396"} , +{"type":"Feature","id":"n469775830","geometry":{"type":"Point","coordinates":[-0.3687356,51.5493066]},"properties":{"@type":"node","@id":469775830,"@timestamp":1563978724},"coords":"51.5493066,-0.3687356","bedrooms":"4","price":"295000","area":"470"} , +{"type":"Feature","id":"n469775875","geometry":{"type":"Point","coordinates":[0.0753106,51.5377225]},"properties":{"@type":"node","@id":469775875,"@timestamp":1597609873},"coords":"51.5377225,0.0753106","bedrooms":"0","price":"226000","area":"649"} , +{"type":"Feature","id":"n469775920","geometry":{"type":"Point","coordinates":[0.0428691,51.5922286]},"properties":{"@type":"node","@id":469775920,"@timestamp":1626708401},"coords":"51.5922286,0.0428691","bedrooms":"3","price":"293000","area":"583"} , +{"type":"Feature","id":"n469775948","geometry":{"type":"Point","coordinates":[-0.3244746,51.5758407]},"properties":{"@type":"node","@id":469775948,"@timestamp":1564912828},"coords":"51.5758407,-0.3244746","bedrooms":"4","price":"212000","area":"393"} , +{"type":"Feature","id":"n469776011","geometry":{"type":"Point","coordinates":[-0.4093445,51.6033192]},"properties":{"@type":"node","@id":469776011,"@timestamp":1564912828},"coords":"51.6033192,-0.4093445","bedrooms":"3","price":"167000","area":"604"} , +{"type":"Feature","id":"n469776080","geometry":{"type":"Point","coordinates":[0.0608016,51.498983]},"properties":{"@type":"node","@id":469776080,"@timestamp":1617188797},"coords":"51.498983,0.0608016","bedrooms":"2","price":"159000","area":"436"} , +{"type":"Feature","id":"n469776194","geometry":{"type":"Point","coordinates":[0.1830101,51.5657168]},"properties":{"@type":"node","@id":469776194,"@timestamp":1626709179},"coords":"51.5657168,0.1830101","bedrooms":"3","price":"156000","area":"352"} , +{"type":"Feature","id":"n469776257","geometry":{"type":"Point","coordinates":[-0.0972932,51.423349]},"properties":{"@type":"node","@id":469776257,"@timestamp":1534343734},"coords":"51.423349,-0.0972932","bedrooms":"4","price":"239000","area":"381"} , +{"type":"Feature","id":"n469776327","geometry":{"type":"Point","coordinates":[-0.3757242,51.425978]},"properties":{"@type":"node","@id":469776327,"@timestamp":1619480656},"coords":"51.425978,-0.3757242","bedrooms":"2","price":"280000","area":"471"} , +{"type":"Feature","id":"n469776386","geometry":{"type":"Point","coordinates":[0.1487979,51.4842283]},"properties":{"@type":"node","@id":469776386,"@timestamp":1564912833},"coords":"51.4842283,0.1487979","bedrooms":"4","price":"289000","area":"663"} , +{"type":"Feature","id":"n469776453","geometry":{"type":"Point","coordinates":[0.1632174,51.4532599]},"properties":{"@type":"node","@id":469776453,"@timestamp":1594478614},"coords":"51.4532599,0.1632174","bedrooms":"1","price":"240000","area":"386"} , +{"type":"Feature","id":"n469776511","geometry":{"type":"Point","coordinates":[-0.0791447,51.5272733]},"properties":{"@type":"node","@id":469776511,"@timestamp":1626380165},"coords":"51.5272733,-0.0791447","bedrooms":"1","price":"291000","area":"518"} , +{"type":"Feature","id":"n469776546","geometry":{"type":"Point","coordinates":[-0.0155035,51.563415]},"properties":{"@type":"node","@id":469776546,"@timestamp":1549915820},"coords":"51.563415,-0.0155035","bedrooms":"4","price":"206000","area":"473"} , +{"type":"Feature","id":"n469776583","geometry":{"type":"Point","coordinates":[-4.21e-05,51.6241787]},"properties":{"@type":"node","@id":469776583,"@timestamp":1617461325},"coords":"51.6241787,-4.21e-05","bedrooms":"2","price":"245000","area":"628"} , +{"type":"Feature","id":"n469776611","geometry":{"type":"Point","coordinates":[-0.1780375,51.439569]},"properties":{"@type":"node","@id":469776611,"@timestamp":1597484030},"coords":"51.439569,-0.1780375","bedrooms":"2","price":"194000","area":"437"} , +{"type":"Feature","id":"n469776630","geometry":{"type":"Point","coordinates":[-0.3018445,51.3685564]},"properties":{"@type":"node","@id":469776630,"@timestamp":1597481218},"coords":"51.3685564,-0.3018445","bedrooms":"1","price":"295000","area":"675"} , +{"type":"Feature","id":"n469776640","geometry":{"type":"Point","coordinates":[-0.0005272,51.4693445]},"properties":{"@type":"node","@id":469776640,"@timestamp":1626630177},"coords":"51.4693445,-0.0005272","bedrooms":"3","price":"173000","area":"559"} , +{"type":"Feature","id":"n469776654","geometry":{"type":"Point","coordinates":[-0.0124543,51.5827078]},"properties":{"@type":"node","@id":469776654,"@timestamp":1564912833},"coords":"51.5827078,-0.0124543","bedrooms":"0","price":"251000","area":"412"} , +{"type":"Feature","id":"n469776664","geometry":{"type":"Point","coordinates":[0.0915233,51.3632356]},"properties":{"@type":"node","@id":469776664,"@timestamp":1564912833},"coords":"51.3632356,0.0915233","bedrooms":"2","price":"287000","area":"547"} , +{"type":"Feature","id":"n469776675","geometry":{"type":"Point","coordinates":[-0.0276137,51.5463185]},"properties":{"@type":"node","@id":469776675,"@timestamp":1613996795},"coords":"51.5463185,-0.0276137","bedrooms":"0","price":"220000","area":"440"} , +{"type":"Feature","id":"n469776685","geometry":{"type":"Point","coordinates":[-0.1796572,51.5920196]},"properties":{"@type":"node","@id":469776685,"@timestamp":1564912833},"coords":"51.5920196,-0.1796572","bedrooms":"3","price":"156000","area":"685"} , +{"type":"Feature","id":"n469776699","geometry":{"type":"Point","coordinates":[0.1562336,51.5330881]},"properties":{"@type":"node","@id":469776699,"@timestamp":1600965418},"coords":"51.5330881,0.1562336","bedrooms":"4","price":"157000","area":"472"} , +{"type":"Feature","id":"n469776710","geometry":{"type":"Point","coordinates":[-0.0632825,51.4484777]},"properties":{"@type":"node","@id":469776710,"@timestamp":1564912833},"coords":"51.4484777,-0.0632825","bedrooms":"2","price":"165000","area":"417"} , +{"type":"Feature","id":"n469776721","geometry":{"type":"Point","coordinates":[-0.3317818,51.5931642]},"properties":{"@type":"node","@id":469776721,"@timestamp":1630784921},"coords":"51.5931642,-0.3317818","bedrooms":"0","price":"156000","area":"444"} , +{"type":"Feature","id":"n469776731","geometry":{"type":"Point","coordinates":[-0.1387604,51.5156984]},"properties":{"@type":"node","@id":469776731,"@timestamp":1628606294},"coords":"51.5156984,-0.1387604","bedrooms":"2","price":"162000","area":"369"} , +{"type":"Feature","id":"n469776741","geometry":{"type":"Point","coordinates":[0.0679882,51.4625487]},"properties":{"@type":"node","@id":469776741,"@timestamp":1616148457},"coords":"51.4625487,0.0679882","bedrooms":"1","price":"202000","area":"425"} , +{"type":"Feature","id":"n469776751","geometry":{"type":"Point","coordinates":[0.1616798,51.5503143]},"properties":{"@type":"node","@id":469776751,"@timestamp":1556643803},"coords":"51.5503143,0.1616798","bedrooms":"3","price":"273000","area":"582"} , +{"type":"Feature","id":"n469776767","geometry":{"type":"Point","coordinates":[-0.3889116,51.5281441]},"properties":{"@type":"node","@id":469776767,"@timestamp":1564912833},"coords":"51.5281441,-0.3889116","bedrooms":"2","price":"186000","area":"511"} , +{"type":"Feature","id":"n469776777","geometry":{"type":"Point","coordinates":[-0.0359423,51.506428]},"properties":{"@type":"node","@id":469776777,"@timestamp":1592249015},"coords":"51.506428,-0.0359423","bedrooms":"0","price":"277000","area":"531"} , +{"type":"Feature","id":"n469776788","geometry":{"type":"Point","coordinates":[-0.1914055,51.5099096]},"properties":{"@type":"node","@id":469776788,"@timestamp":1608292902},"coords":"51.5099096,-0.1914055","bedrooms":"0","price":"223000","area":"670"} , +{"type":"Feature","id":"n469776802","geometry":{"type":"Point","coordinates":[-0.079494,51.589097]},"properties":{"@type":"node","@id":469776802,"@timestamp":1553783117},"coords":"51.589097,-0.079494","bedrooms":"2","price":"186000","area":"694"} , +{"type":"Feature","id":"n469776821","geometry":{"type":"Point","coordinates":[-0.4443401,51.616673]},"properties":{"@type":"node","@id":469776821,"@timestamp":1564912833},"coords":"51.616673,-0.4443401","bedrooms":"3","price":"175000","area":"534"} , +{"type":"Feature","id":"n469776842","geometry":{"type":"Point","coordinates":[-0.0882324,51.5271269]},"properties":{"@type":"node","@id":469776842,"@timestamp":1628286274},"coords":"51.5271269,-0.0882324","bedrooms":"2","price":"152000","area":"644"} , +{"type":"Feature","id":"n469776861","geometry":{"type":"Point","coordinates":[-0.2459766,51.556771]},"properties":{"@type":"node","@id":469776861,"@timestamp":1564912833},"coords":"51.556771,-0.2459766","bedrooms":"2","price":"260000","area":"667"} , +{"type":"Feature","id":"n469776880","geometry":{"type":"Point","coordinates":[-0.1310917,51.5429702]},"properties":{"@type":"node","@id":469776880,"@timestamp":1597485085},"coords":"51.5429702,-0.1310917","bedrooms":"4","price":"222000","area":"569"} , +{"type":"Feature","id":"n469776903","geometry":{"type":"Point","coordinates":[-0.1243292,51.51763]},"properties":{"@type":"node","@id":469776903,"@timestamp":1572824163},"coords":"51.51763,-0.1243292","bedrooms":"3","price":"198000","area":"604"} , +{"type":"Feature","id":"n469776924","geometry":{"type":"Point","coordinates":[-0.1651822,51.6290435]},"properties":{"@type":"node","@id":469776924,"@timestamp":1559093843},"coords":"51.6290435,-0.1651822","bedrooms":"1","price":"256000","area":"611"} , +{"type":"Feature","id":"n469776946","geometry":{"type":"Point","coordinates":[-0.4006522,51.431049]},"properties":{"@type":"node","@id":469776946,"@timestamp":1602751613},"coords":"51.431049,-0.4006522","bedrooms":"2","price":"215000","area":"570"} , +{"type":"Feature","id":"n469776972","geometry":{"type":"Point","coordinates":[-0.1386788,51.5279506]},"properties":{"@type":"node","@id":469776972,"@timestamp":1631992248},"coords":"51.5279506,-0.1386788","bedrooms":"0","price":"200000","area":"547"} , +{"type":"Feature","id":"n469776982","geometry":{"type":"Point","coordinates":[-0.1418481,51.495312]},"properties":{"@type":"node","@id":469776982,"@timestamp":1573581551},"coords":"51.495312,-0.1418481","bedrooms":"0","price":"271000","area":"672"} , +{"type":"Feature","id":"n469776994","geometry":{"type":"Point","coordinates":[-0.3056135,51.6141027]},"properties":{"@type":"node","@id":469776994,"@timestamp":1602120122},"coords":"51.6141027,-0.3056135","bedrooms":"4","price":"197000","area":"587"} , +{"type":"Feature","id":"n469777004","geometry":{"type":"Point","coordinates":[-0.0665773,51.5069163]},"properties":{"@type":"node","@id":469777004,"@timestamp":1613919087},"coords":"51.5069163,-0.0665773","bedrooms":"1","price":"242000","area":"682"} , +{"type":"Feature","id":"n469777014","geometry":{"type":"Point","coordinates":[0.1210613,51.4978569]},"properties":{"@type":"node","@id":469777014,"@timestamp":1515152510},"coords":"51.4978569,0.1210613","bedrooms":"4","price":"264000","area":"556"} , +{"type":"Feature","id":"n469777025","geometry":{"type":"Point","coordinates":[0.0322451,51.5279247]},"properties":{"@type":"node","@id":469777025,"@timestamp":1516919647},"coords":"51.5279247,0.0322451","bedrooms":"2","price":"239000","area":"521"} , +{"type":"Feature","id":"n469777036","geometry":{"type":"Point","coordinates":[-0.0473206,51.4756651]},"properties":{"@type":"node","@id":469777036,"@timestamp":1572827230},"coords":"51.4756651,-0.0473206","bedrooms":"4","price":"299000","area":"568"} , +{"type":"Feature","id":"n469777047","geometry":{"type":"Point","coordinates":[0.0308786,51.5225657]},"properties":{"@type":"node","@id":469777047,"@timestamp":1611322007},"coords":"51.5225657,0.0308786","bedrooms":"4","price":"252000","area":"468"} , +{"type":"Feature","id":"n469777060","geometry":{"type":"Point","coordinates":[0.023496,51.5180799]},"properties":{"@type":"node","@id":469777060,"@timestamp":1619358129},"coords":"51.5180799,0.023496","bedrooms":"1","price":"160000","area":"503"} , +{"type":"Feature","id":"n469777074","geometry":{"type":"Point","coordinates":[-0.1019659,51.4920732]},"properties":{"@type":"node","@id":469777074,"@timestamp":1627528915},"coords":"51.4920732,-0.1019659","bedrooms":"0","price":"177000","area":"615"} , +{"type":"Feature","id":"n469777087","geometry":{"type":"Point","coordinates":[-0.0506683,51.6599992]},"properties":{"@type":"node","@id":469777087,"@timestamp":1556794530},"coords":"51.6599992,-0.0506683","bedrooms":"0","price":"251000","area":"569"} , +{"type":"Feature","id":"n469777098","geometry":{"type":"Point","coordinates":[-0.0538306,51.4830644]},"properties":{"@type":"node","@id":469777098,"@timestamp":1564912833},"coords":"51.4830644,-0.0538306","bedrooms":"1","price":"252000","area":"498"} , +{"type":"Feature","id":"n469777108","geometry":{"type":"Point","coordinates":[-0.1530682,51.5651035]},"properties":{"@type":"node","@id":469777108,"@timestamp":1556640790},"coords":"51.5651035,-0.1530682","bedrooms":"2","price":"259000","area":"527"} , +{"type":"Feature","id":"n469777119","geometry":{"type":"Point","coordinates":[0.0984703,51.4431483]},"properties":{"@type":"node","@id":469777119,"@timestamp":1564912833},"coords":"51.4431483,0.0984703","bedrooms":"2","price":"154000","area":"616"} , +{"type":"Feature","id":"n469777131","geometry":{"type":"Point","coordinates":[-0.2683831,51.4091535]},"properties":{"@type":"node","@id":469777131,"@timestamp":1597482181},"coords":"51.4091535,-0.2683831","bedrooms":"3","price":"209000","area":"380"} , +{"type":"Feature","id":"n469777143","geometry":{"type":"Point","coordinates":[0.0714707,51.3733777]},"properties":{"@type":"node","@id":469777143,"@timestamp":1564912833},"coords":"51.3733777,0.0714707","bedrooms":"2","price":"205000","area":"539"} , +{"type":"Feature","id":"n469777157","geometry":{"type":"Point","coordinates":[-0.222313,51.5375959]},"properties":{"@type":"node","@id":469777157,"@timestamp":1597485085},"coords":"51.5375959,-0.222313","bedrooms":"4","price":"225000","area":"400"} , +{"type":"Feature","id":"n469777169","geometry":{"type":"Point","coordinates":[-0.0063403,51.4260824]},"properties":{"@type":"node","@id":469777169,"@timestamp":1564912833},"coords":"51.4260824,-0.0063403","bedrooms":"0","price":"266000","area":"501"} , +{"type":"Feature","id":"n469777180","geometry":{"type":"Point","coordinates":[-0.1917979,51.5036069]},"properties":{"@type":"node","@id":469777180,"@timestamp":1619961214},"coords":"51.5036069,-0.1917979","bedrooms":"1","price":"242000","area":"356"} , +{"type":"Feature","id":"n469777194","geometry":{"type":"Point","coordinates":[-0.339415,51.5520373]},"properties":{"@type":"node","@id":469777194,"@timestamp":1616703522},"coords":"51.5520373,-0.339415","bedrooms":"0","price":"161000","area":"358"} , +{"type":"Feature","id":"n469777211","geometry":{"type":"Point","coordinates":[-0.0417593,51.5337896]},"properties":{"@type":"node","@id":469777211,"@timestamp":1617550962},"coords":"51.5337896,-0.0417593","bedrooms":"0","price":"250000","area":"531"} , +{"type":"Feature","id":"n469777228","geometry":{"type":"Point","coordinates":[-0.1254418,51.3308811]},"properties":{"@type":"node","@id":469777228,"@timestamp":1591523491},"coords":"51.3308811,-0.1254418","bedrooms":"4","price":"284000","area":"444"} , +{"type":"Feature","id":"n469777263","geometry":{"type":"Point","coordinates":[0.0349746,51.5094957]},"properties":{"@type":"node","@id":469777263,"@timestamp":1611409610},"coords":"51.5094957,0.0349746","bedrooms":"2","price":"287000","area":"360"} , +{"type":"Feature","id":"n469777295","geometry":{"type":"Point","coordinates":[0.0847406,51.5842473]},"properties":{"@type":"node","@id":469777295,"@timestamp":1626702665},"coords":"51.5842473,0.0847406","bedrooms":"4","price":"194000","area":"680"} , +{"type":"Feature","id":"n469777307","geometry":{"type":"Point","coordinates":[-0.0747709,51.5532589]},"properties":{"@type":"node","@id":469777307,"@timestamp":1597485085},"coords":"51.5532589,-0.0747709","bedrooms":"4","price":"287000","area":"487"} , +{"type":"Feature","id":"n469777317","geometry":{"type":"Point","coordinates":[-0.0239128,51.6227832]},"properties":{"@type":"node","@id":469777317,"@timestamp":1617462124},"coords":"51.6227832,-0.0239128","bedrooms":"2","price":"177000","area":"352"} , +{"type":"Feature","id":"n469777328","geometry":{"type":"Point","coordinates":[-0.1219185,51.5864072]},"properties":{"@type":"node","@id":469777328,"@timestamp":1629141694},"coords":"51.5864072,-0.1219185","bedrooms":"4","price":"296000","area":"566"} , +{"type":"Feature","id":"n469777338","geometry":{"type":"Point","coordinates":[-0.373652,51.4180404]},"properties":{"@type":"node","@id":469777338,"@timestamp":1556641211},"coords":"51.4180404,-0.373652","bedrooms":"3","price":"276000","area":"462"} , +{"type":"Feature","id":"n469777349","geometry":{"type":"Point","coordinates":[-0.0090121,51.5878184]},"properties":{"@type":"node","@id":469777349,"@timestamp":1617461325},"coords":"51.5878184,-0.0090121","bedrooms":"2","price":"259000","area":"683"} , +{"type":"Feature","id":"n469777376","geometry":{"type":"Point","coordinates":[0.1025046,51.4953005]},"properties":{"@type":"node","@id":469777376,"@timestamp":1562978230},"coords":"51.4953005,0.1025046","bedrooms":"0","price":"152000","area":"394"} , +{"type":"Feature","id":"n469777398","geometry":{"type":"Point","coordinates":[-0.1148245,51.3397635]},"properties":{"@type":"node","@id":469777398,"@timestamp":1591523491},"coords":"51.3397635,-0.1148245","bedrooms":"2","price":"266000","area":"621"} , +{"type":"Feature","id":"n469777408","geometry":{"type":"Point","coordinates":[-0.1186767,51.336687]},"properties":{"@type":"node","@id":469777408,"@timestamp":1591523491},"coords":"51.336687,-0.1186767","bedrooms":"1","price":"232000","area":"547"} , +{"type":"Feature","id":"n469777426","geometry":{"type":"Point","coordinates":[0.022466,51.4900699]},"properties":{"@type":"node","@id":469777426,"@timestamp":1628347640},"coords":"51.4900699,0.022466","bedrooms":"0","price":"177000","area":"485"} , +{"type":"Feature","id":"n469777436","geometry":{"type":"Point","coordinates":[-0.2084389,51.5693518]},"properties":{"@type":"node","@id":469777436,"@timestamp":1627389245},"coords":"51.5693518,-0.2084389","bedrooms":"2","price":"268000","area":"663"} , +{"type":"Feature","id":"n469777448","geometry":{"type":"Point","coordinates":[-0.1969622,51.4413319]},"properties":{"@type":"node","@id":469777448,"@timestamp":1622291525},"coords":"51.4413319,-0.1969622","bedrooms":"2","price":"206000","area":"599"} , +{"type":"Feature","id":"n469777479","geometry":{"type":"Point","coordinates":[0.16142,51.5887918]},"properties":{"@type":"node","@id":469777479,"@timestamp":1556645723},"coords":"51.5887918,0.16142","bedrooms":"2","price":"195000","area":"356"} , +{"type":"Feature","id":"n469777492","geometry":{"type":"Point","coordinates":[-0.3242813,51.539957]},"properties":{"@type":"node","@id":469777492,"@timestamp":1559617355},"coords":"51.539957,-0.3242813","bedrooms":"3","price":"232000","area":"612"} , +{"type":"Feature","id":"n469777503","geometry":{"type":"Point","coordinates":[-0.0143158,51.4059358]},"properties":{"@type":"node","@id":469777503,"@timestamp":1556641923},"coords":"51.4059358,-0.0143158","bedrooms":"3","price":"268000","area":"605"} , +{"type":"Feature","id":"n469777514","geometry":{"type":"Point","coordinates":[-0.2319633,51.5421232]},"properties":{"@type":"node","@id":469777514,"@timestamp":1597485085},"coords":"51.5421232,-0.2319633","bedrooms":"0","price":"150000","area":"698"} , +{"type":"Feature","id":"n469777529","geometry":{"type":"Point","coordinates":[-0.0407965,51.50558]},"properties":{"@type":"node","@id":469777529,"@timestamp":1552375732},"coords":"51.50558,-0.0407965","bedrooms":"2","price":"234000","area":"515"} , +{"type":"Feature","id":"n469777544","geometry":{"type":"Point","coordinates":[0.0524365,51.3351031]},"properties":{"@type":"node","@id":469777544,"@timestamp":1564912833},"coords":"51.3351031,0.0524365","bedrooms":"0","price":"285000","area":"373"} , +{"type":"Feature","id":"n469777561","geometry":{"type":"Point","coordinates":[0.0847988,51.3908023]},"properties":{"@type":"node","@id":469777561,"@timestamp":1564912833},"coords":"51.3908023,0.0847988","bedrooms":"1","price":"226000","area":"389"} , +{"type":"Feature","id":"n469777575","geometry":{"type":"Point","coordinates":[-0.4770453,51.5177106]},"properties":{"@type":"node","@id":469777575,"@timestamp":1562757307},"coords":"51.5177106,-0.4770453","bedrooms":"4","price":"262000","area":"654"} , +{"type":"Feature","id":"n469777594","geometry":{"type":"Point","coordinates":[-0.4649604,51.5287116]},"properties":{"@type":"node","@id":469777594,"@timestamp":1609033814},"coords":"51.5287116,-0.4649604","bedrooms":"2","price":"273000","area":"609"} , +{"type":"Feature","id":"n469777608","geometry":{"type":"Point","coordinates":[-0.1377949,51.4882909]},"properties":{"@type":"node","@id":469777608,"@timestamp":1540932887},"coords":"51.4882909,-0.1377949","bedrooms":"0","price":"187000","area":"441"} , +{"type":"Feature","id":"n469777620","geometry":{"type":"Point","coordinates":[0.1231327,51.479445]},"properties":{"@type":"node","@id":469777620,"@timestamp":1564912833},"coords":"51.479445,0.1231327","bedrooms":"2","price":"192000","area":"648"} , +{"type":"Feature","id":"n469777631","geometry":{"type":"Point","coordinates":[-0.3807236,51.5912814]},"properties":{"@type":"node","@id":469777631,"@timestamp":1627321153},"coords":"51.5912814,-0.3807236","bedrooms":"1","price":"161000","area":"378"} , +{"type":"Feature","id":"n469777646","geometry":{"type":"Point","coordinates":[-0.3521043,51.5916738]},"properties":{"@type":"node","@id":469777646,"@timestamp":1629830668},"coords":"51.5916738,-0.3521043","bedrooms":"4","price":"242000","area":"357"} , +{"type":"Feature","id":"n469777661","geometry":{"type":"Point","coordinates":[-0.028761,51.515141]},"properties":{"@type":"node","@id":469777661,"@timestamp":1626100856},"coords":"51.515141,-0.028761","bedrooms":"3","price":"266000","area":"393"} , +{"type":"Feature","id":"n469777676","geometry":{"type":"Point","coordinates":[0.0229889,51.5221138]},"properties":{"@type":"node","@id":469777676,"@timestamp":1516309345},"coords":"51.5221138,0.0229889","bedrooms":"4","price":"199000","area":"533"} , +{"type":"Feature","id":"n469777693","geometry":{"type":"Point","coordinates":[0.0241103,51.5296166]},"properties":{"@type":"node","@id":469777693,"@timestamp":1519322051},"coords":"51.5296166,0.0241103","bedrooms":"2","price":"252000","area":"440"} , +{"type":"Feature","id":"n469777704","geometry":{"type":"Point","coordinates":[0.0429194,51.5383843]},"properties":{"@type":"node","@id":469777704,"@timestamp":1564912833},"coords":"51.5383843,0.0429194","bedrooms":"0","price":"211000","area":"502"} , +{"type":"Feature","id":"n469777714","geometry":{"type":"Point","coordinates":[-0.1148374,51.4395371]},"properties":{"@type":"node","@id":469777714,"@timestamp":1589561210},"coords":"51.4395371,-0.1148374","bedrooms":"3","price":"294000","area":"576"} , +{"type":"Feature","id":"n469777724","geometry":{"type":"Point","coordinates":[0.1035148,51.4932692]},"properties":{"@type":"node","@id":469777724,"@timestamp":1556640793},"coords":"51.4932692,0.1035148","bedrooms":"4","price":"184000","area":"522"} , +{"type":"Feature","id":"n469777734","geometry":{"type":"Point","coordinates":[-0.2905488,51.5337142]},"properties":{"@type":"node","@id":469777734,"@timestamp":1556643096},"coords":"51.5337142,-0.2905488","bedrooms":"3","price":"196000","area":"421"} , +{"type":"Feature","id":"n469777744","geometry":{"type":"Point","coordinates":[-0.359023,51.4158912]},"properties":{"@type":"node","@id":469777744,"@timestamp":1598528576},"coords":"51.4158912,-0.359023","bedrooms":"2","price":"257000","area":"605"} , +{"type":"Feature","id":"n469777760","geometry":{"type":"Point","coordinates":[-0.3562013,51.5993973]},"properties":{"@type":"node","@id":469777760,"@timestamp":1621702174},"coords":"51.5993973,-0.3562013","bedrooms":"1","price":"288000","area":"611"} , +{"type":"Feature","id":"n469777774","geometry":{"type":"Point","coordinates":[-0.1702979,51.4778828]},"properties":{"@type":"node","@id":469777774,"@timestamp":1630759093},"coords":"51.4778828,-0.1702979","bedrooms":"2","price":"290000","area":"615"} , +{"type":"Feature","id":"n469777784","geometry":{"type":"Point","coordinates":[-0.3317601,51.4066046]},"properties":{"@type":"node","@id":469777784,"@timestamp":1556641216},"coords":"51.4066046,-0.3317601","bedrooms":"4","price":"198000","area":"638"} , +{"type":"Feature","id":"n469777800","geometry":{"type":"Point","coordinates":[-0.2910019,51.5598324]},"properties":{"@type":"node","@id":469777800,"@timestamp":1556643097},"coords":"51.5598324,-0.2910019","bedrooms":"2","price":"171000","area":"616"} , +{"type":"Feature","id":"n469777816","geometry":{"type":"Point","coordinates":[-0.2441103,51.5367665]},"properties":{"@type":"node","@id":469777816,"@timestamp":1597485085},"coords":"51.5367665,-0.2441103","bedrooms":"1","price":"166000","area":"569"} , +{"type":"Feature","id":"n469777838","geometry":{"type":"Point","coordinates":[-0.2387305,51.576811]},"properties":{"@type":"node","@id":469777838,"@timestamp":1564912833},"coords":"51.576811,-0.2387305","bedrooms":"1","price":"177000","area":"476"} , +{"type":"Feature","id":"n469777850","geometry":{"type":"Point","coordinates":[-0.3550622,51.4280966]},"properties":{"@type":"node","@id":469777850,"@timestamp":1564912833},"coords":"51.4280966,-0.3550622","bedrooms":"0","price":"263000","area":"485"} , +{"type":"Feature","id":"n469777860","geometry":{"type":"Point","coordinates":[-0.1523528,51.3755106]},"properties":{"@type":"node","@id":469777860,"@timestamp":1556641217},"coords":"51.3755106,-0.1523528","bedrooms":"3","price":"214000","area":"677"} , +{"type":"Feature","id":"n469777873","geometry":{"type":"Point","coordinates":[-0.0864249,51.3992003]},"properties":{"@type":"node","@id":469777873,"@timestamp":1564912833},"coords":"51.3992003,-0.0864249","bedrooms":"2","price":"278000","area":"366"} , +{"type":"Feature","id":"n469777883","geometry":{"type":"Point","coordinates":[-0.2235589,51.4284648]},"properties":{"@type":"node","@id":469777883,"@timestamp":1597482181},"coords":"51.4284648,-0.2235589","bedrooms":"0","price":"212000","area":"522"} , +{"type":"Feature","id":"n469777893","geometry":{"type":"Point","coordinates":[-0.2365338,51.5446219]},"properties":{"@type":"node","@id":469777893,"@timestamp":1597485085},"coords":"51.5446219,-0.2365338","bedrooms":"3","price":"187000","area":"528"} , +{"type":"Feature","id":"n469777904","geometry":{"type":"Point","coordinates":[-0.4561463,51.5196555]},"properties":{"@type":"node","@id":469777904,"@timestamp":1564912833},"coords":"51.5196555,-0.4561463","bedrooms":"4","price":"176000","area":"680"} , +{"type":"Feature","id":"n469777915","geometry":{"type":"Point","coordinates":[-0.2197935,51.3978221]},"properties":{"@type":"node","@id":469777915,"@timestamp":1574725176},"coords":"51.3978221,-0.2197935","bedrooms":"0","price":"263000","area":"417"} , +{"type":"Feature","id":"n469777927","geometry":{"type":"Point","coordinates":[-0.0879933,51.6589908]},"properties":{"@type":"node","@id":469777927,"@timestamp":1626941433},"coords":"51.6589908,-0.0879933","bedrooms":"4","price":"204000","area":"443"} , +{"type":"Feature","id":"n469777937","geometry":{"type":"Point","coordinates":[0.0580558,51.4316157]},"properties":{"@type":"node","@id":469777937,"@timestamp":1556641932},"coords":"51.4316157,0.0580558","bedrooms":"3","price":"224000","area":"550"} , +{"type":"Feature","id":"n469777948","geometry":{"type":"Point","coordinates":[-0.1397247,51.6455942]},"properties":{"@type":"node","@id":469777948,"@timestamp":1564912833},"coords":"51.6455942,-0.1397247","bedrooms":"2","price":"216000","area":"540"} , +{"type":"Feature","id":"n469777958","geometry":{"type":"Point","coordinates":[-0.0488457,51.4642629]},"properties":{"@type":"node","@id":469777958,"@timestamp":1571179902},"coords":"51.4642629,-0.0488457","bedrooms":"1","price":"163000","area":"413"} , +{"type":"Feature","id":"n469777970","geometry":{"type":"Point","coordinates":[-0.213344,51.4667023]},"properties":{"@type":"node","@id":469777970,"@timestamp":1597484030},"coords":"51.4667023,-0.213344","bedrooms":"2","price":"165000","area":"577"} , +{"type":"Feature","id":"n469777981","geometry":{"type":"Point","coordinates":[-0.2215123,51.4517062]},"properties":{"@type":"node","@id":469777981,"@timestamp":1597484030},"coords":"51.4517062,-0.2215123","bedrooms":"0","price":"194000","area":"570"} , +{"type":"Feature","id":"n469777991","geometry":{"type":"Point","coordinates":[-0.2207733,51.4616395]},"properties":{"@type":"node","@id":469777991,"@timestamp":1624191298},"coords":"51.4616395,-0.2207733","bedrooms":"1","price":"263000","area":"428"} , +{"type":"Feature","id":"n469778005","geometry":{"type":"Point","coordinates":[-0.2460374,51.6014743]},"properties":{"@type":"node","@id":469778005,"@timestamp":1566652363},"coords":"51.6014743,-0.2460374","bedrooms":"4","price":"259000","area":"523"} , +{"type":"Feature","id":"n469778016","geometry":{"type":"Point","coordinates":[0.0511326,51.4766507]},"properties":{"@type":"node","@id":469778016,"@timestamp":1556641935},"coords":"51.4766507,0.0511326","bedrooms":"3","price":"276000","area":"483"} , +{"type":"Feature","id":"n469778026","geometry":{"type":"Point","coordinates":[-0.0658648,51.3455873]},"properties":{"@type":"node","@id":469778026,"@timestamp":1556646574},"coords":"51.3455873,-0.0658648","bedrooms":"1","price":"220000","area":"641"} , +{"type":"Feature","id":"n469778038","geometry":{"type":"Point","coordinates":[-0.3130061,51.5966442]},"properties":{"@type":"node","@id":469778038,"@timestamp":1622364643},"coords":"51.5966442,-0.3130061","bedrooms":"2","price":"186000","area":"411"} , +{"type":"Feature","id":"n469778048","geometry":{"type":"Point","coordinates":[-0.2856765,51.5918828]},"properties":{"@type":"node","@id":469778048,"@timestamp":1630104241},"coords":"51.5918828,-0.2856765","bedrooms":"4","price":"176000","area":"583"} , +{"type":"Feature","id":"n469778059","geometry":{"type":"Point","coordinates":[-0.1808727,51.5013767]},"properties":{"@type":"node","@id":469778059,"@timestamp":1605281865},"coords":"51.5013767,-0.1808727","bedrooms":"1","price":"206000","area":"620"} , +{"type":"Feature","id":"n469778072","geometry":{"type":"Point","coordinates":[-0.3692571,51.4335275]},"properties":{"@type":"node","@id":469778072,"@timestamp":1556641223},"coords":"51.4335275,-0.3692571","bedrooms":"4","price":"150000","area":"510"} , +{"type":"Feature","id":"n469778096","geometry":{"type":"Point","coordinates":[-0.075251,51.6517244]},"properties":{"@type":"node","@id":469778096,"@timestamp":1556794531},"coords":"51.6517244,-0.075251","bedrooms":"2","price":"206000","area":"438"} , +{"type":"Feature","id":"n469778108","geometry":{"type":"Point","coordinates":[-0.3886268,51.5570791]},"properties":{"@type":"node","@id":469778108,"@timestamp":1556643100},"coords":"51.5570791,-0.3886268","bedrooms":"0","price":"253000","area":"503"} , +{"type":"Feature","id":"n469778125","geometry":{"type":"Point","coordinates":[0.0255575,51.5639041]},"properties":{"@type":"node","@id":469778125,"@timestamp":1564912833},"coords":"51.5639041,0.0255575","bedrooms":"0","price":"225000","area":"397"} , +{"type":"Feature","id":"n469778139","geometry":{"type":"Point","coordinates":[0.8668689,51.161601]},"properties":{"@type":"node","@id":469778139,"@timestamp":1485039151},"coords":"51.161601,0.8668689","bedrooms":"3","price":"247000","area":"597"} , +{"type":"Feature","id":"n469778149","geometry":{"type":"Point","coordinates":[0.8218779,51.18864]},"properties":{"@type":"node","@id":469778149,"@timestamp":1485039151},"coords":"51.18864,0.8218779","bedrooms":"4","price":"255000","area":"545"} , +{"type":"Feature","id":"n469778159","geometry":{"type":"Point","coordinates":[0.7620535,51.2013257]},"properties":{"@type":"node","@id":469778159,"@timestamp":1485039151},"coords":"51.2013257,0.7620535","bedrooms":"0","price":"229000","area":"689"} , +{"type":"Feature","id":"n469778173","geometry":{"type":"Point","coordinates":[0.7252853,51.2155586]},"properties":{"@type":"node","@id":469778173,"@timestamp":1485039151},"coords":"51.2155586,0.7252853","bedrooms":"0","price":"260000","area":"516"} , +{"type":"Feature","id":"n469778183","geometry":{"type":"Point","coordinates":[-0.2772848,51.5282736]},"properties":{"@type":"node","@id":469778183,"@timestamp":1559445194},"coords":"51.5282736,-0.2772848","bedrooms":"4","price":"259000","area":"440"} , +{"type":"Feature","id":"n469778201","geometry":{"type":"Point","coordinates":[0.1649832,51.5381625]},"properties":{"@type":"node","@id":469778201,"@timestamp":1552570031},"coords":"51.5381625,0.1649832","bedrooms":"2","price":"207000","area":"354"} , +{"type":"Feature","id":"n469778221","geometry":{"type":"Point","coordinates":[-0.3854413,51.5777874]},"properties":{"@type":"node","@id":469778221,"@timestamp":1620913550},"coords":"51.5777874,-0.3854413","bedrooms":"1","price":"252000","area":"534"} , +{"type":"Feature","id":"n469778234","geometry":{"type":"Point","coordinates":[0.1096581,51.4469237]},"properties":{"@type":"node","@id":469778234,"@timestamp":1564912833},"coords":"51.4469237,0.1096581","bedrooms":"0","price":"213000","area":"373"} , +{"type":"Feature","id":"n469778244","geometry":{"type":"Point","coordinates":[-0.2451945,51.5632909]},"properties":{"@type":"node","@id":469778244,"@timestamp":1559587135},"coords":"51.5632909,-0.2451945","bedrooms":"1","price":"185000","area":"511"} , +{"type":"Feature","id":"n469778257","geometry":{"type":"Point","coordinates":[0.005193,51.4230913]},"properties":{"@type":"node","@id":469778257,"@timestamp":1556641937},"coords":"51.4230913,0.005193","bedrooms":"1","price":"180000","area":"665"} , +{"type":"Feature","id":"n469778267","geometry":{"type":"Point","coordinates":[-0.0173801,51.445186]},"properties":{"@type":"node","@id":469778267,"@timestamp":1626707512},"coords":"51.445186,-0.0173801","bedrooms":"1","price":"255000","area":"447"} , +{"type":"Feature","id":"n469778277","geometry":{"type":"Point","coordinates":[-0.1889853,51.4280399]},"properties":{"@type":"node","@id":469778277,"@timestamp":1597482181},"coords":"51.4280399,-0.1889853","bedrooms":"4","price":"219000","area":"623"} , +{"type":"Feature","id":"n469778287","geometry":{"type":"Point","coordinates":[0.1115124,51.4735221]},"properties":{"@type":"node","@id":469778287,"@timestamp":1594478614},"coords":"51.4735221,0.1115124","bedrooms":"4","price":"246000","area":"661"} , +{"type":"Feature","id":"n469778297","geometry":{"type":"Point","coordinates":[0.1004966,51.4857889]},"properties":{"@type":"node","@id":469778297,"@timestamp":1500075101},"coords":"51.4857889,0.1004966","bedrooms":"3","price":"244000","area":"696"} , +{"type":"Feature","id":"n469778309","geometry":{"type":"Point","coordinates":[-0.0062516,51.6324898]},"properties":{"@type":"node","@id":469778309,"@timestamp":1617462605},"coords":"51.6324898,-0.0062516","bedrooms":"4","price":"226000","area":"442"} , +{"type":"Feature","id":"n469778321","geometry":{"type":"Point","coordinates":[-0.0520807,51.4777073]},"properties":{"@type":"node","@id":469778321,"@timestamp":1633882671},"coords":"51.4777073,-0.0520807","bedrooms":"1","price":"155000","area":"627"} , +{"type":"Feature","id":"n469778331","geometry":{"type":"Point","coordinates":[-0.158918,51.4966198]},"properties":{"@type":"node","@id":469778331,"@timestamp":1574702961},"coords":"51.4966198,-0.158918","bedrooms":"3","price":"152000","area":"403"} , +{"type":"Feature","id":"n469778343","geometry":{"type":"Point","coordinates":[-0.0112407,51.510866]},"properties":{"@type":"node","@id":469778343,"@timestamp":1619894793},"coords":"51.510866,-0.0112407","bedrooms":"3","price":"180000","area":"435"} , +{"type":"Feature","id":"n469778355","geometry":{"type":"Point","coordinates":[-0.0165711,51.5109687]},"properties":{"@type":"node","@id":469778355,"@timestamp":1617114395},"coords":"51.5109687,-0.0165711","bedrooms":"4","price":"172000","area":"665"} , +{"type":"Feature","id":"n469778365","geometry":{"type":"Point","coordinates":[-0.1870545,51.5162838]},"properties":{"@type":"node","@id":469778365,"@timestamp":1607257677},"coords":"51.5162838,-0.1870545","bedrooms":"3","price":"219000","area":"661"} , +{"type":"Feature","id":"n469778375","geometry":{"type":"Point","coordinates":[-0.1572372,51.5212213]},"properties":{"@type":"node","@id":469778375,"@timestamp":1619131417},"coords":"51.5212213,-0.1572372","bedrooms":"1","price":"236000","area":"587"} , +{"type":"Feature","id":"n469778395","geometry":{"type":"Point","coordinates":[-0.1563006,51.5142317]},"properties":{"@type":"node","@id":469778395,"@timestamp":1576056993},"coords":"51.5142317,-0.1563006","bedrooms":"3","price":"237000","area":"498"} , +{"type":"Feature","id":"n469778405","geometry":{"type":"Point","coordinates":[-0.0430456,51.3789008]},"properties":{"@type":"node","@id":469778405,"@timestamp":1556641941},"coords":"51.3789008,-0.0430456","bedrooms":"2","price":"190000","area":"487"} , +{"type":"Feature","id":"n469778418","geometry":{"type":"Point","coordinates":[0.0419401,51.4864177]},"properties":{"@type":"node","@id":469778418,"@timestamp":1556640796},"coords":"51.4864177,0.0419401","bedrooms":"3","price":"168000","area":"518"} , +{"type":"Feature","id":"n469778452","geometry":{"type":"Point","coordinates":[-0.202277,51.5175348]},"properties":{"@type":"node","@id":469778452,"@timestamp":1607796689},"coords":"51.5175348,-0.202277","bedrooms":"2","price":"161000","area":"439"} , +{"type":"Feature","id":"n469778484","geometry":{"type":"Point","coordinates":[0.1109472,51.3441448]},"properties":{"@type":"node","@id":469778484,"@timestamp":1564912833},"coords":"51.3441448,0.1109472","bedrooms":"0","price":"192000","area":"680"} , +{"type":"Feature","id":"n469778516","geometry":{"type":"Point","coordinates":[-0.0263916,51.4580359]},"properties":{"@type":"node","@id":469778516,"@timestamp":1556641942},"coords":"51.4580359,-0.0263916","bedrooms":"0","price":"297000","area":"586"} , +{"type":"Feature","id":"n469778541","geometry":{"type":"Point","coordinates":[0.1124603,51.5738016]},"properties":{"@type":"node","@id":469778541,"@timestamp":1564912833},"coords":"51.5738016,0.1124603","bedrooms":"0","price":"165000","area":"530"} , +{"type":"Feature","id":"n469778579","geometry":{"type":"Point","coordinates":[-0.1625746,51.5443582]},"properties":{"@type":"node","@id":469778579,"@timestamp":1615562379},"coords":"51.5443582,-0.1625746","bedrooms":"1","price":"158000","area":"400"} , +{"type":"Feature","id":"n469778630","geometry":{"type":"Point","coordinates":[-0.1663691,51.4743818]},"properties":{"@type":"node","@id":469778630,"@timestamp":1630759093},"coords":"51.4743818,-0.1663691","bedrooms":"2","price":"184000","area":"676"} , +{"type":"Feature","id":"n469778655","geometry":{"type":"Point","coordinates":[-0.0655352,51.4825245]},"properties":{"@type":"node","@id":469778655,"@timestamp":1573667900},"coords":"51.4825245,-0.0655352","bedrooms":"3","price":"229000","area":"664"} , +{"type":"Feature","id":"n469778693","geometry":{"type":"Point","coordinates":[-0.0645272,51.4624505]},"properties":{"@type":"node","@id":469778693,"@timestamp":1581520775},"coords":"51.4624505,-0.0645272","bedrooms":"1","price":"262000","area":"681"} , +{"type":"Feature","id":"n469778732","geometry":{"type":"Point","coordinates":[0.1137041,51.6106402]},"properties":{"@type":"node","@id":469778732,"@timestamp":1556643816},"coords":"51.6106402,0.1137041","bedrooms":"3","price":"179000","area":"678"} , +{"type":"Feature","id":"n469778773","geometry":{"type":"Point","coordinates":[-0.133903,51.508616]},"properties":{"@type":"node","@id":469778773,"@timestamp":1628978224},"coords":"51.508616,-0.133903","bedrooms":"3","price":"153000","area":"422"} , +{"type":"Feature","id":"n469778803","geometry":{"type":"Point","coordinates":[0.0845313,51.4506715]},"properties":{"@type":"node","@id":469778803,"@timestamp":1564912833},"coords":"51.4506715,0.0845313","bedrooms":"3","price":"251000","area":"387"} , +{"type":"Feature","id":"n469778838","geometry":{"type":"Point","coordinates":[-0.4368704,51.5899897]},"properties":{"@type":"node","@id":469778838,"@timestamp":1556645152},"coords":"51.5899897,-0.4368704","bedrooms":"3","price":"263000","area":"616"} , +{"type":"Feature","id":"n469778875","geometry":{"type":"Point","coordinates":[-0.302383,51.3579101]},"properties":{"@type":"node","@id":469778875,"@timestamp":1597481218},"coords":"51.3579101,-0.302383","bedrooms":"4","price":"245000","area":"523"} , +{"type":"Feature","id":"n469778934","geometry":{"type":"Point","coordinates":[0.1700539,51.574355]},"properties":{"@type":"node","@id":469778934,"@timestamp":1564912833},"coords":"51.574355,0.1700539","bedrooms":"0","price":"186000","area":"499"} , +{"type":"Feature","id":"n469778995","geometry":{"type":"Point","coordinates":[-0.1138845,51.5373377]},"properties":{"@type":"node","@id":469778995,"@timestamp":1631211158},"coords":"51.5373377,-0.1138845","bedrooms":"2","price":"215000","area":"381"} , +{"type":"Feature","id":"n469779072","geometry":{"type":"Point","coordinates":[-0.0700684,51.5423868]},"properties":{"@type":"node","@id":469779072,"@timestamp":1458697222},"coords":"51.5423868,-0.0700684","bedrooms":"2","price":"193000","area":"578"} , +{"type":"Feature","id":"n469779131","geometry":{"type":"Point","coordinates":[-0.0902149,51.3303453]},"properties":{"@type":"node","@id":469779131,"@timestamp":1591525618},"coords":"51.3303453,-0.0902149","bedrooms":"3","price":"247000","area":"533"} , +{"type":"Feature","id":"n469779177","geometry":{"type":"Point","coordinates":[-0.0719122,51.3468503]},"properties":{"@type":"node","@id":469779177,"@timestamp":1591525618},"coords":"51.3468503,-0.0719122","bedrooms":"4","price":"208000","area":"558"} , +{"type":"Feature","id":"n469779228","geometry":{"type":"Point","coordinates":[0.079273,51.4510652]},"properties":{"@type":"node","@id":469779228,"@timestamp":1635611540},"coords":"51.4510652,0.079273","bedrooms":"0","price":"236000","area":"451"} , +{"type":"Feature","id":"n469779273","geometry":{"type":"Point","coordinates":[0.1028714,51.5361752]},"properties":{"@type":"node","@id":469779273,"@timestamp":1595283325},"coords":"51.5361752,0.1028714","bedrooms":"0","price":"163000","area":"368"} , +{"type":"Feature","id":"n469779301","geometry":{"type":"Point","coordinates":[-0.0985174,51.5584354]},"properties":{"@type":"node","@id":469779301,"@timestamp":1632660113},"coords":"51.5584354,-0.0985174","bedrooms":"1","price":"237000","area":"612"} , +{"type":"Feature","id":"n469779339","geometry":{"type":"Point","coordinates":[-0.1407437,51.4020965]},"properties":{"@type":"node","@id":469779339,"@timestamp":1564912833},"coords":"51.4020965,-0.1407437","bedrooms":"4","price":"169000","area":"666"} , +{"type":"Feature","id":"n469779370","geometry":{"type":"Point","coordinates":[-0.1390598,51.4933164]},"properties":{"@type":"node","@id":469779370,"@timestamp":1635082513},"coords":"51.4933164,-0.1390598","bedrooms":"1","price":"270000","area":"381"} , +{"type":"Feature","id":"n469779401","geometry":{"type":"Point","coordinates":[0.0682237,51.5570477]},"properties":{"@type":"node","@id":469779401,"@timestamp":1558014513},"coords":"51.5570477,0.0682237","bedrooms":"4","price":"232000","area":"530"} , +{"type":"Feature","id":"n469779430","geometry":{"type":"Point","coordinates":[-0.265049,51.5840496]},"properties":{"@type":"node","@id":469779430,"@timestamp":1564912833},"coords":"51.5840496,-0.265049","bedrooms":"4","price":"283000","area":"473"} , +{"type":"Feature","id":"n469779461","geometry":{"type":"Point","coordinates":[-0.2420487,51.4495795]},"properties":{"@type":"node","@id":469779461,"@timestamp":1632665374},"coords":"51.4495795,-0.2420487","bedrooms":"4","price":"288000","area":"388"} , +{"type":"Feature","id":"n469779494","geometry":{"type":"Point","coordinates":[0.0391965,51.3625721]},"properties":{"@type":"node","@id":469779494,"@timestamp":1564912833},"coords":"51.3625721,0.0391965","bedrooms":"1","price":"275000","area":"461"} , +{"type":"Feature","id":"n469779505","geometry":{"type":"Point","coordinates":[0.0145352,51.6334562]},"properties":{"@type":"node","@id":469779505,"@timestamp":1617462605},"coords":"51.6334562,0.0145352","bedrooms":"0","price":"250000","area":"602"} , +{"type":"Feature","id":"n469779515","geometry":{"type":"Point","coordinates":[-0.1564522,51.4898834]},"properties":{"@type":"node","@id":469779515,"@timestamp":1611650297},"coords":"51.4898834,-0.1564522","bedrooms":"1","price":"252000","area":"426"} , +{"type":"Feature","id":"n469779527","geometry":{"type":"Point","coordinates":[0.0071369,51.4674208]},"properties":{"@type":"node","@id":469779527,"@timestamp":1573559152},"coords":"51.4674208,0.0071369","bedrooms":"2","price":"294000","area":"389"} , +{"type":"Feature","id":"n469779537","geometry":{"type":"Point","coordinates":[-0.2575718,51.5017792]},"properties":{"@type":"node","@id":469779537,"@timestamp":1564912833},"coords":"51.5017792,-0.2575718","bedrooms":"0","price":"204000","area":"615"} , +{"type":"Feature","id":"n469779547","geometry":{"type":"Point","coordinates":[-0.4228467,51.5689485]},"properties":{"@type":"node","@id":469779547,"@timestamp":1564912833},"coords":"51.5689485,-0.4228467","bedrooms":"4","price":"198000","area":"507"} , +{"type":"Feature","id":"n469779557","geometry":{"type":"Point","coordinates":[-0.1583241,51.4501611]},"properties":{"@type":"node","@id":469779557,"@timestamp":1597484030},"coords":"51.4501611,-0.1583241","bedrooms":"3","price":"210000","area":"508"} , +{"type":"Feature","id":"n469779567","geometry":{"type":"Point","coordinates":[0.1753371,51.5603242]},"properties":{"@type":"node","@id":469779567,"@timestamp":1556643817},"coords":"51.5603242,0.1753371","bedrooms":"4","price":"283000","area":"668"} , +{"type":"Feature","id":"n469779578","geometry":{"type":"Point","coordinates":[0.1036519,51.4630846]},"properties":{"@type":"node","@id":469779578,"@timestamp":1626694029},"coords":"51.4630846,0.1036519","bedrooms":"2","price":"276000","area":"654"} , +{"type":"Feature","id":"n469779592","geometry":{"type":"Point","coordinates":[-0.2105515,51.50014]},"properties":{"@type":"node","@id":469779592,"@timestamp":1630759093},"coords":"51.50014,-0.2105515","bedrooms":"2","price":"207000","area":"532"} , +{"type":"Feature","id":"n469779603","geometry":{"type":"Point","coordinates":[-0.1293082,51.3148202]},"properties":{"@type":"node","@id":469779603,"@timestamp":1590878316},"coords":"51.3148202,-0.1293082","bedrooms":"3","price":"288000","area":"424"} , +{"type":"Feature","id":"n469779613","geometry":{"type":"Point","coordinates":[-0.3517302,51.582179]},"properties":{"@type":"node","@id":469779613,"@timestamp":1621888555},"coords":"51.582179,-0.3517302","bedrooms":"0","price":"297000","area":"446"} , +{"type":"Feature","id":"n469779631","geometry":{"type":"Point","coordinates":[0.1581571,51.4676243]},"properties":{"@type":"node","@id":469779631,"@timestamp":1564912833},"coords":"51.4676243,0.1581571","bedrooms":"1","price":"181000","area":"616"} , +{"type":"Feature","id":"n469779642","geometry":{"type":"Point","coordinates":[-0.0584812,51.4595324]},"properties":{"@type":"node","@id":469779642,"@timestamp":1581520775},"coords":"51.4595324,-0.0584812","bedrooms":"1","price":"194000","area":"519"} , +{"type":"Feature","id":"n469779653","geometry":{"type":"Point","coordinates":[0.2330656,51.606049]},"properties":{"@type":"node","@id":469779653,"@timestamp":1564912833},"coords":"51.606049,0.2330656","bedrooms":"0","price":"231000","area":"699"} , +{"type":"Feature","id":"n469779663","geometry":{"type":"Point","coordinates":[-0.2222438,51.6086327]},"properties":{"@type":"node","@id":469779663,"@timestamp":1556643107},"coords":"51.6086327,-0.2222438","bedrooms":"1","price":"171000","area":"637"} , +{"type":"Feature","id":"n469779675","geometry":{"type":"Point","coordinates":[0.2062604,51.5758294]},"properties":{"@type":"node","@id":469779675,"@timestamp":1556645729},"coords":"51.5758294,0.2062604","bedrooms":"0","price":"162000","area":"446"} , +{"type":"Feature","id":"n469779685","geometry":{"type":"Point","coordinates":[-0.0905108,51.4270822]},"properties":{"@type":"node","@id":469779685,"@timestamp":1556641951},"coords":"51.4270822,-0.0905108","bedrooms":"1","price":"179000","area":"524"} , +{"type":"Feature","id":"n469779696","geometry":{"type":"Point","coordinates":[-0.430887,51.4957205]},"properties":{"@type":"node","@id":469779696,"@timestamp":1564912833},"coords":"51.4957205,-0.430887","bedrooms":"4","price":"191000","area":"502"} , +{"type":"Feature","id":"n469779706","geometry":{"type":"Point","coordinates":[-0.2123916,51.6102556]},"properties":{"@type":"node","@id":469779706,"@timestamp":1559498118},"coords":"51.6102556,-0.2123916","bedrooms":"4","price":"215000","area":"421"} , +{"type":"Feature","id":"n469779716","geometry":{"type":"Point","coordinates":[-0.0754475,51.3312583]},"properties":{"@type":"node","@id":469779716,"@timestamp":1591525618},"coords":"51.3312583,-0.0754475","bedrooms":"1","price":"170000","area":"484"} , +{"type":"Feature","id":"n469779726","geometry":{"type":"Point","coordinates":[0.1224971,51.4514489]},"properties":{"@type":"node","@id":469779726,"@timestamp":1564912833},"coords":"51.4514489,0.1224971","bedrooms":"3","price":"196000","area":"357"} , +{"type":"Feature","id":"n469779736","geometry":{"type":"Point","coordinates":[0.0381662,51.5951929]},"properties":{"@type":"node","@id":469779736,"@timestamp":1524435202},"coords":"51.5951929,0.0381662","bedrooms":"1","price":"163000","area":"509"} , +{"type":"Feature","id":"n469779748","geometry":{"type":"Point","coordinates":[0.1028262,51.4009274]},"properties":{"@type":"node","@id":469779748,"@timestamp":1621157703},"coords":"51.4009274,0.1028262","bedrooms":"3","price":"269000","area":"512"} , +{"type":"Feature","id":"n469779758","geometry":{"type":"Point","coordinates":[-0.0453452,51.611269]},"properties":{"@type":"node","@id":469779758,"@timestamp":1572008826},"coords":"51.611269,-0.0453452","bedrooms":"2","price":"290000","area":"619"} , +{"type":"Feature","id":"n469779769","geometry":{"type":"Point","coordinates":[-0.3744534,51.583873]},"properties":{"@type":"node","@id":469779769,"@timestamp":1564912833},"coords":"51.583873,-0.3744534","bedrooms":"4","price":"173000","area":"630"} , +{"type":"Feature","id":"n469779780","geometry":{"type":"Point","coordinates":[0.2663981,51.5591735]},"properties":{"@type":"node","@id":469779780,"@timestamp":1624488130},"coords":"51.5591735,0.2663981","bedrooms":"4","price":"269000","area":"361"} , +{"type":"Feature","id":"n469779790","geometry":{"type":"Point","coordinates":[-0.3728,51.4280836]},"properties":{"@type":"node","@id":469779790,"@timestamp":1619480656},"coords":"51.4280836,-0.3728","bedrooms":"4","price":"296000","area":"669"} , +{"type":"Feature","id":"n469779800","geometry":{"type":"Point","coordinates":[-0.098586,51.3518613]},"properties":{"@type":"node","@id":469779800,"@timestamp":1564912833},"coords":"51.3518613,-0.098586","bedrooms":"0","price":"263000","area":"382"} , +{"type":"Feature","id":"n469779821","geometry":{"type":"Point","coordinates":[-0.4264264,51.4979021]},"properties":{"@type":"node","@id":469779821,"@timestamp":1564912833},"coords":"51.4979021,-0.4264264","bedrooms":"1","price":"214000","area":"635"} , +{"type":"Feature","id":"n469779832","geometry":{"type":"Point","coordinates":[-0.0400107,51.5538578]},"properties":{"@type":"node","@id":469779832,"@timestamp":1617886277},"coords":"51.5538578,-0.0400107","bedrooms":"2","price":"177000","area":"699"} , +{"type":"Feature","id":"n469779845","geometry":{"type":"Point","coordinates":[-0.1053235,51.3745669]},"properties":{"@type":"node","@id":469779845,"@timestamp":1556641955},"coords":"51.3745669,-0.1053235","bedrooms":"1","price":"287000","area":"386"} , +{"type":"Feature","id":"n469779855","geometry":{"type":"Point","coordinates":[-0.0482032,51.6598926]},"properties":{"@type":"node","@id":469779855,"@timestamp":1599778461},"coords":"51.6598926,-0.0482032","bedrooms":"1","price":"285000","area":"531"} , +{"type":"Feature","id":"n469779865","geometry":{"type":"Point","coordinates":[0.1191423,51.4458318]},"properties":{"@type":"node","@id":469779865,"@timestamp":1627852200},"coords":"51.4458318,0.1191423","bedrooms":"0","price":"249000","area":"368"} , +{"type":"Feature","id":"n469779876","geometry":{"type":"Point","coordinates":[0.0840337,51.3573569]},"properties":{"@type":"node","@id":469779876,"@timestamp":1564912833},"coords":"51.3573569,0.0840337","bedrooms":"1","price":"206000","area":"350"} , +{"type":"Feature","id":"n469779886","geometry":{"type":"Point","coordinates":[-0.0469475,51.3752402]},"properties":{"@type":"node","@id":469779886,"@timestamp":1613821663},"coords":"51.3752402,-0.0469475","bedrooms":"3","price":"212000","area":"457"} , +{"type":"Feature","id":"n469779896","geometry":{"type":"Point","coordinates":[-0.0659435,51.383182]},"properties":{"@type":"node","@id":469779896,"@timestamp":1610629020},"coords":"51.383182,-0.0659435","bedrooms":"0","price":"258000","area":"691"} , +{"type":"Feature","id":"n469779907","geometry":{"type":"Point","coordinates":[0.0698873,51.4737042]},"properties":{"@type":"node","@id":469779907,"@timestamp":1556641961},"coords":"51.4737042,0.0698873","bedrooms":"1","price":"235000","area":"448"} , +{"type":"Feature","id":"n469779919","geometry":{"type":"Point","coordinates":[0.000865,51.4288154]},"properties":{"@type":"node","@id":469779919,"@timestamp":1556641962},"coords":"51.4288154,0.000865","bedrooms":"2","price":"253000","area":"581"} , +{"type":"Feature","id":"n469779929","geometry":{"type":"Point","coordinates":[-0.016242,51.573128]},"properties":{"@type":"node","@id":469779929,"@timestamp":1599352147},"coords":"51.573128,-0.016242","bedrooms":"0","price":"193000","area":"392"} , +{"type":"Feature","id":"n469779946","geometry":{"type":"Point","coordinates":[-0.39446,51.4978705]},"properties":{"@type":"node","@id":469779946,"@timestamp":1564912833},"coords":"51.4978705,-0.39446","bedrooms":"1","price":"241000","area":"476"} , +{"type":"Feature","id":"n469779961","geometry":{"type":"Point","coordinates":[0.0993075,51.419411]},"properties":{"@type":"node","@id":469779961,"@timestamp":1556641963},"coords":"51.419411,0.0993075","bedrooms":"4","price":"186000","area":"585"} , +{"type":"Feature","id":"n469779979","geometry":{"type":"Point","coordinates":[0.1186348,51.4182354]},"properties":{"@type":"node","@id":469779979,"@timestamp":1326366818},"coords":"51.4182354,0.1186348","bedrooms":"0","price":"244000","area":"689"} , +{"type":"Feature","id":"n469779992","geometry":{"type":"Point","coordinates":[-0.191327,51.4718162]},"properties":{"@type":"node","@id":469779992,"@timestamp":1597484030},"coords":"51.4718162,-0.191327","bedrooms":"3","price":"256000","area":"656"} , +{"type":"Feature","id":"n469780006","geometry":{"type":"Point","coordinates":[-0.1370034,51.3597197]},"properties":{"@type":"node","@id":469780006,"@timestamp":1556641238},"coords":"51.3597197,-0.1370034","bedrooms":"3","price":"204000","area":"474"} , +{"type":"Feature","id":"n469780025","geometry":{"type":"Point","coordinates":[-0.1447103,51.3504937]},"properties":{"@type":"node","@id":469780025,"@timestamp":1564912833},"coords":"51.3504937,-0.1447103","bedrooms":"2","price":"244000","area":"544"} , +{"type":"Feature","id":"n469780051","geometry":{"type":"Point","coordinates":[-0.2474408,51.5138802]},"properties":{"@type":"node","@id":469780051,"@timestamp":1616218261},"coords":"51.5138802,-0.2474408","bedrooms":"3","price":"168000","area":"404"} , +{"type":"Feature","id":"n469780065","geometry":{"type":"Point","coordinates":[-0.2568911,51.524605]},"properties":{"@type":"node","@id":469780065,"@timestamp":1597485085},"coords":"51.524605,-0.2568911","bedrooms":"0","price":"150000","area":"641"} , +{"type":"Feature","id":"n469780076","geometry":{"type":"Point","coordinates":[-0.0595308,51.6052165]},"properties":{"@type":"node","@id":469780076,"@timestamp":1617461325},"coords":"51.6052165,-0.0595308","bedrooms":"4","price":"260000","area":"472"} , +{"type":"Feature","id":"n469780091","geometry":{"type":"Point","coordinates":[-0.2263749,51.5195985]},"properties":{"@type":"node","@id":469780091,"@timestamp":1584632720},"coords":"51.5195985,-0.2263749","bedrooms":"1","price":"287000","area":"428"} , +{"type":"Feature","id":"n469780108","geometry":{"type":"Point","coordinates":[0.2344963,51.6109124]},"properties":{"@type":"node","@id":469780108,"@timestamp":1556645730},"coords":"51.6109124,0.2344963","bedrooms":"2","price":"278000","area":"541"} , +{"type":"Feature","id":"n469780129","geometry":{"type":"Point","coordinates":[-0.0231722,51.5827886]},"properties":{"@type":"node","@id":469780129,"@timestamp":1564912833},"coords":"51.5827886,-0.0231722","bedrooms":"1","price":"229000","area":"472"} , +{"type":"Feature","id":"n469780145","geometry":{"type":"Point","coordinates":[-0.0686369,51.4036807]},"properties":{"@type":"node","@id":469780145,"@timestamp":1585176137},"coords":"51.4036807,-0.0686369","bedrooms":"3","price":"187000","area":"449"} , +{"type":"Feature","id":"n469780170","geometry":{"type":"Point","coordinates":[-0.0627866,51.3427546]},"properties":{"@type":"node","@id":469780170,"@timestamp":1612293025},"coords":"51.3427546,-0.0627866","bedrooms":"0","price":"172000","area":"588"} , +{"type":"Feature","id":"n469780181","geometry":{"type":"Point","coordinates":[0.090876,51.5627537]},"properties":{"@type":"node","@id":469780181,"@timestamp":1564912833},"coords":"51.5627537,0.090876","bedrooms":"0","price":"156000","area":"360"} , +{"type":"Feature","id":"n469780197","geometry":{"type":"Point","coordinates":[0.2574744,51.5701834]},"properties":{"@type":"node","@id":469780197,"@timestamp":1556645730},"coords":"51.5701834,0.2574744","bedrooms":"1","price":"175000","area":"536"} , +{"type":"Feature","id":"n469780212","geometry":{"type":"Point","coordinates":[0.0195329,51.6267316]},"properties":{"@type":"node","@id":469780212,"@timestamp":1617462605},"coords":"51.6267316,0.0195329","bedrooms":"0","price":"263000","area":"636"} , +{"type":"Feature","id":"n469780224","geometry":{"type":"Point","coordinates":[-0.3384759,51.4324158]},"properties":{"@type":"node","@id":469780224,"@timestamp":1564912833},"coords":"51.4324158,-0.3384759","bedrooms":"4","price":"214000","area":"445"} , +{"type":"Feature","id":"n469780234","geometry":{"type":"Point","coordinates":[-0.3264404,51.4194696]},"properties":{"@type":"node","@id":469780234,"@timestamp":1556641241},"coords":"51.4194696,-0.3264404","bedrooms":"1","price":"173000","area":"598"} , +{"type":"Feature","id":"n469780245","geometry":{"type":"Point","coordinates":[-0.1786887,51.385465]},"properties":{"@type":"node","@id":469780245,"@timestamp":1564912833},"coords":"51.385465,-0.1786887","bedrooms":"3","price":"206000","area":"613"} , +{"type":"Feature","id":"n469780255","geometry":{"type":"Point","coordinates":[-0.1041588,51.4643055]},"properties":{"@type":"node","@id":469780255,"@timestamp":1611714775},"coords":"51.4643055,-0.1041588","bedrooms":"0","price":"213000","area":"527"} , +{"type":"Feature","id":"n469780265","geometry":{"type":"Point","coordinates":[-0.2668687,51.465189]},"properties":{"@type":"node","@id":469780265,"@timestamp":1627746415},"coords":"51.465189,-0.2668687","bedrooms":"2","price":"204000","area":"362"} , +{"type":"Feature","id":"n469780288","geometry":{"type":"Point","coordinates":[0.0038247,51.3319859]},"properties":{"@type":"node","@id":469780288,"@timestamp":1556646583},"coords":"51.3319859,0.0038247","bedrooms":"0","price":"166000","area":"677"} , +{"type":"Feature","id":"n469780304","geometry":{"type":"Point","coordinates":[0.0498961,51.5436594]},"properties":{"@type":"node","@id":469780304,"@timestamp":1540526699},"coords":"51.5436594,0.0498961","bedrooms":"4","price":"276000","area":"660"} , +{"type":"Feature","id":"n469780315","geometry":{"type":"Point","coordinates":[0.0473004,51.5514053]},"properties":{"@type":"node","@id":469780315,"@timestamp":1564912839},"coords":"51.5514053,0.0473004","bedrooms":"4","price":"298000","area":"414"} , +{"type":"Feature","id":"n469780325","geometry":{"type":"Point","coordinates":[0.1910394,51.565282]},"properties":{"@type":"node","@id":469780325,"@timestamp":1626709179},"coords":"51.565282,0.1910394","bedrooms":"1","price":"231000","area":"513"} , +{"type":"Feature","id":"n469780341","geometry":{"type":"Point","coordinates":[-0.3531069,51.4622079]},"properties":{"@type":"node","@id":469780341,"@timestamp":1564912839},"coords":"51.4622079,-0.3531069","bedrooms":"1","price":"163000","area":"695"} , +{"type":"Feature","id":"n469780351","geometry":{"type":"Point","coordinates":[-0.0213541,51.4809668]},"properties":{"@type":"node","@id":469780351,"@timestamp":1623605145},"coords":"51.4809668,-0.0213541","bedrooms":"3","price":"247000","area":"648"} , +{"type":"Feature","id":"n469780364","geometry":{"type":"Point","coordinates":[0.0260954,51.3099846]},"properties":{"@type":"node","@id":469780364,"@timestamp":1564912839},"coords":"51.3099846,0.0260954","bedrooms":"2","price":"197000","area":"414"} , +{"type":"Feature","id":"n469780391","geometry":{"type":"Point","coordinates":[-0.102557,51.4481234]},"properties":{"@type":"node","@id":469780391,"@timestamp":1564912839},"coords":"51.4481234,-0.102557","bedrooms":"1","price":"152000","area":"684"} , +{"type":"Feature","id":"n469780419","geometry":{"type":"Point","coordinates":[-0.2762849,51.4993517]},"properties":{"@type":"node","@id":469780419,"@timestamp":1552144422},"coords":"51.4993517,-0.2762849","bedrooms":"2","price":"154000","area":"471"} , +{"type":"Feature","id":"n469780444","geometry":{"type":"Point","coordinates":[-0.2437638,51.4640697]},"properties":{"@type":"node","@id":469780444,"@timestamp":1597484030},"coords":"51.4640697,-0.2437638","bedrooms":"0","price":"187000","area":"360"} , +{"type":"Feature","id":"n469780457","geometry":{"type":"Point","coordinates":[-0.0490853,51.491135]},"properties":{"@type":"node","@id":469780457,"@timestamp":1573667900},"coords":"51.491135,-0.0490853","bedrooms":"2","price":"251000","area":"403"} , +{"type":"Feature","id":"n469780474","geometry":{"type":"Point","coordinates":[-0.1088325,51.6667395]},"properties":{"@type":"node","@id":469780474,"@timestamp":1614262292},"coords":"51.6667395,-0.1088325","bedrooms":"2","price":"177000","area":"615"} , +{"type":"Feature","id":"n469780484","geometry":{"type":"Point","coordinates":[-0.1185795,51.4440684]},"properties":{"@type":"node","@id":469780484,"@timestamp":1605467833},"coords":"51.4440684,-0.1185795","bedrooms":"1","price":"258000","area":"567"} , +{"type":"Feature","id":"n469780494","geometry":{"type":"Point","coordinates":[-0.1389989,51.4058784]},"properties":{"@type":"node","@id":469780494,"@timestamp":1564912839},"coords":"51.4058784,-0.1389989","bedrooms":"1","price":"255000","area":"404"} , +{"type":"Feature","id":"n469780505","geometry":{"type":"Point","coordinates":[-0.3414477,51.5684975]},"properties":{"@type":"node","@id":469780505,"@timestamp":1622835323},"coords":"51.5684975,-0.3414477","bedrooms":"2","price":"197000","area":"440"} , +{"type":"Feature","id":"n469780516","geometry":{"type":"Point","coordinates":[0.0525816,51.446253]},"properties":{"@type":"node","@id":469780516,"@timestamp":1564912839},"coords":"51.446253,0.0525816","bedrooms":"2","price":"268000","area":"440"} , +{"type":"Feature","id":"n469780526","geometry":{"type":"Point","coordinates":[-0.0864269,51.580615]},"properties":{"@type":"node","@id":469780526,"@timestamp":1621775154},"coords":"51.580615,-0.0864269","bedrooms":"1","price":"280000","area":"684"} , +{"type":"Feature","id":"n469780536","geometry":{"type":"Point","coordinates":[-0.057161,51.5385404]},"properties":{"@type":"node","@id":469780536,"@timestamp":1627837805},"coords":"51.5385404,-0.057161","bedrooms":"4","price":"246000","area":"366"} , +{"type":"Feature","id":"n469780549","geometry":{"type":"Point","coordinates":[-0.2929548,51.4621363]},"properties":{"@type":"node","@id":469780549,"@timestamp":1631641675},"coords":"51.4621363,-0.2929548","bedrooms":"0","price":"166000","area":"622"} , +{"type":"Feature","id":"n469780559","geometry":{"type":"Point","coordinates":[-0.0334934,51.5340544]},"properties":{"@type":"node","@id":469780559,"@timestamp":1499871078},"coords":"51.5340544,-0.0334934","bedrooms":"3","price":"269000","area":"678"} , +{"type":"Feature","id":"n469780569","geometry":{"type":"Point","coordinates":[0.1070952,51.6071578]},"properties":{"@type":"node","@id":469780569,"@timestamp":1526503535},"coords":"51.6071578,0.1070952","bedrooms":"1","price":"232000","area":"499"} , +{"type":"Feature","id":"n469780593","geometry":{"type":"Point","coordinates":[-0.2252282,51.5427652]},"properties":{"@type":"node","@id":469780593,"@timestamp":1597485085},"coords":"51.5427652,-0.2252282","bedrooms":"4","price":"251000","area":"550"} , +{"type":"Feature","id":"n469780603","geometry":{"type":"Point","coordinates":[0.1558896,51.4787408]},"properties":{"@type":"node","@id":469780603,"@timestamp":1564912839},"coords":"51.4787408,0.1558896","bedrooms":"4","price":"290000","area":"613"} , +{"type":"Feature","id":"n469780614","geometry":{"type":"Point","coordinates":[0.0049634,51.6237348]},"properties":{"@type":"node","@id":469780614,"@timestamp":1617461325},"coords":"51.6237348,0.0049634","bedrooms":"4","price":"292000","area":"595"} , +{"type":"Feature","id":"n469780628","geometry":{"type":"Point","coordinates":[-0.4482445,51.4813034]},"properties":{"@type":"node","@id":469780628,"@timestamp":1538524288},"coords":"51.4813034,-0.4482445","bedrooms":"0","price":"221000","area":"487"} , +{"type":"Feature","id":"n469780641","geometry":{"type":"Point","coordinates":[-0.1585771,51.4613707]},"properties":{"@type":"node","@id":469780641,"@timestamp":1597484030},"coords":"51.4613707,-0.1585771","bedrooms":"3","price":"263000","area":"524"} , +{"type":"Feature","id":"n469780652","geometry":{"type":"Point","coordinates":[0.1903435,51.4707415]},"properties":{"@type":"node","@id":469780652,"@timestamp":1564912839},"coords":"51.4707415,0.1903435","bedrooms":"0","price":"179000","area":"402"} , +{"type":"Feature","id":"n469780662","geometry":{"type":"Point","coordinates":[-0.2628226,51.5792036]},"properties":{"@type":"node","@id":469780662,"@timestamp":1564912839},"coords":"51.5792036,-0.2628226","bedrooms":"2","price":"165000","area":"433"} , +{"type":"Feature","id":"n469780673","geometry":{"type":"Point","coordinates":[-0.1299964,51.3261851]},"properties":{"@type":"node","@id":469780673,"@timestamp":1591523491},"coords":"51.3261851,-0.1299964","bedrooms":"0","price":"287000","area":"527"} , +{"type":"Feature","id":"n469780683","geometry":{"type":"Point","coordinates":[0.04737,51.6043596]},"properties":{"@type":"node","@id":469780683,"@timestamp":1516931678},"coords":"51.6043596,0.04737","bedrooms":"3","price":"258000","area":"405"} , +{"type":"Feature","id":"n469780694","geometry":{"type":"Point","coordinates":[-0.0623811,51.4612207]},"properties":{"@type":"node","@id":469780694,"@timestamp":1627599549},"coords":"51.4612207,-0.0623811","bedrooms":"3","price":"175000","area":"521"} , +{"type":"Feature","id":"n469780704","geometry":{"type":"Point","coordinates":[-0.3785702,51.5561279]},"properties":{"@type":"node","@id":469780704,"@timestamp":1622719413},"coords":"51.5561279,-0.3785702","bedrooms":"2","price":"221000","area":"504"} , +{"type":"Feature","id":"n469780715","geometry":{"type":"Point","coordinates":[-0.3783602,51.5113449]},"properties":{"@type":"node","@id":469780715,"@timestamp":1564912839},"coords":"51.5113449,-0.3783602","bedrooms":"2","price":"197000","area":"658"} , +{"type":"Feature","id":"n469780725","geometry":{"type":"Point","coordinates":[-0.3752588,51.5107001]},"properties":{"@type":"node","@id":469780725,"@timestamp":1564912839},"coords":"51.5107001,-0.3752588","bedrooms":"3","price":"212000","area":"381"} , +{"type":"Feature","id":"n469780736","geometry":{"type":"Point","coordinates":[0.0459373,51.4015212]},"properties":{"@type":"node","@id":469780736,"@timestamp":1556641973},"coords":"51.4015212,0.0459373","bedrooms":"0","price":"242000","area":"594"} , +{"type":"Feature","id":"n469780746","geometry":{"type":"Point","coordinates":[-0.2805334,51.3865513]},"properties":{"@type":"node","@id":469780746,"@timestamp":1564912839},"coords":"51.3865513,-0.2805334","bedrooms":"3","price":"252000","area":"540"} , +{"type":"Feature","id":"n469780756","geometry":{"type":"Point","coordinates":[-0.0978267,51.3552774]},"properties":{"@type":"node","@id":469780756,"@timestamp":1564912839},"coords":"51.3552774,-0.0978267","bedrooms":"2","price":"289000","area":"465"} , +{"type":"Feature","id":"n469780766","geometry":{"type":"Point","coordinates":[0.2251961,51.5871966]},"properties":{"@type":"node","@id":469780766,"@timestamp":1556645733},"coords":"51.5871966,0.2251961","bedrooms":"3","price":"298000","area":"657"} , +{"type":"Feature","id":"n469780776","geometry":{"type":"Point","coordinates":[-0.0194382,51.4270724]},"properties":{"@type":"node","@id":469780776,"@timestamp":1556641975},"coords":"51.4270724,-0.0194382","bedrooms":"4","price":"171000","area":"549"} , +{"type":"Feature","id":"n469780786","geometry":{"type":"Point","coordinates":[-0.3628865,51.5886718]},"properties":{"@type":"node","@id":469780786,"@timestamp":1564912839},"coords":"51.5886718,-0.3628865","bedrooms":"4","price":"249000","area":"616"} , +{"type":"Feature","id":"n469780797","geometry":{"type":"Point","coordinates":[-0.1276573,51.629341]},"properties":{"@type":"node","@id":469780797,"@timestamp":1564912839},"coords":"51.629341,-0.1276573","bedrooms":"0","price":"178000","area":"657"} , +{"type":"Feature","id":"n469780807","geometry":{"type":"Point","coordinates":[0.0843064,51.360556]},"properties":{"@type":"node","@id":469780807,"@timestamp":1564912839},"coords":"51.360556,0.0843064","bedrooms":"4","price":"233000","area":"574"} , +{"type":"Feature","id":"n469780819","geometry":{"type":"Point","coordinates":[-0.4033247,51.4582088]},"properties":{"@type":"node","@id":469780819,"@timestamp":1626695306},"coords":"51.4582088,-0.4033247","bedrooms":"4","price":"200000","area":"584"} , +{"type":"Feature","id":"n469780831","geometry":{"type":"Point","coordinates":[-0.2018799,51.6567265]},"properties":{"@type":"node","@id":469780831,"@timestamp":1564912839},"coords":"51.6567265,-0.2018799","bedrooms":"0","price":"197000","area":"655"} , +{"type":"Feature","id":"n469780841","geometry":{"type":"Point","coordinates":[-0.0727925,51.5726813]},"properties":{"@type":"node","@id":469780841,"@timestamp":1625914564},"coords":"51.5726813,-0.0727925","bedrooms":"3","price":"297000","area":"683"} , +{"type":"Feature","id":"n469780851","geometry":{"type":"Point","coordinates":[-0.2638148,51.5280447]},"properties":{"@type":"node","@id":469780851,"@timestamp":1597485085},"coords":"51.5280447,-0.2638148","bedrooms":"2","price":"280000","area":"527"} , +{"type":"Feature","id":"n469780861","geometry":{"type":"Point","coordinates":[0.2259797,51.5607526]},"properties":{"@type":"node","@id":469780861,"@timestamp":1587077403},"coords":"51.5607526,0.2259797","bedrooms":"3","price":"280000","area":"428"} , +{"type":"Feature","id":"n469780871","geometry":{"type":"Point","coordinates":[-0.3448016,51.6042484]},"properties":{"@type":"node","@id":469780871,"@timestamp":1621345484},"coords":"51.6042484,-0.3448016","bedrooms":"3","price":"286000","area":"620"} , +{"type":"Feature","id":"n469780881","geometry":{"type":"Point","coordinates":[-0.201143,51.5117183]},"properties":{"@type":"node","@id":469780881,"@timestamp":1559062231},"coords":"51.5117183,-0.201143","bedrooms":"2","price":"272000","area":"394"} , +{"type":"Feature","id":"n469780893","geometry":{"type":"Point","coordinates":[-0.0973234,51.5870996]},"properties":{"@type":"node","@id":469780893,"@timestamp":1564912839},"coords":"51.5870996,-0.0973234","bedrooms":"4","price":"234000","area":"579"} , +{"type":"Feature","id":"n469780903","geometry":{"type":"Point","coordinates":[-0.3153418,51.6164943]},"properties":{"@type":"node","@id":469780903,"@timestamp":1621699591},"coords":"51.6164943,-0.3153418","bedrooms":"0","price":"263000","area":"460"} , +{"type":"Feature","id":"n469780915","geometry":{"type":"Point","coordinates":[-0.105332,51.3564332]},"properties":{"@type":"node","@id":469780915,"@timestamp":1556641978},"coords":"51.3564332,-0.105332","bedrooms":"4","price":"187000","area":"515"} , +{"type":"Feature","id":"n469780927","geometry":{"type":"Point","coordinates":[0.0256142,51.5371512]},"properties":{"@type":"node","@id":469780927,"@timestamp":1614950468},"coords":"51.5371512,0.0256142","bedrooms":"3","price":"204000","area":"494"} , +{"type":"Feature","id":"n469780941","geometry":{"type":"Point","coordinates":[-0.2334529,51.5702829]},"properties":{"@type":"node","@id":469780941,"@timestamp":1564912839},"coords":"51.5702829,-0.2334529","bedrooms":"4","price":"183000","area":"534"} , +{"type":"Feature","id":"n469780954","geometry":{"type":"Point","coordinates":[0.0125809,51.5190716]},"properties":{"@type":"node","@id":469780954,"@timestamp":1571019031},"coords":"51.5190716,0.0125809","bedrooms":"4","price":"298000","area":"433"} , +{"type":"Feature","id":"n469780965","geometry":{"type":"Point","coordinates":[-0.4037592,51.5534336]},"properties":{"@type":"node","@id":469780965,"@timestamp":1578936699},"coords":"51.5534336,-0.4037592","bedrooms":"1","price":"195000","area":"460"} , +{"type":"Feature","id":"n469780977","geometry":{"type":"Point","coordinates":[-0.4807572,51.5302601]},"properties":{"@type":"node","@id":469780977,"@timestamp":1564912839},"coords":"51.5302601,-0.4807572","bedrooms":"2","price":"281000","area":"350"} , +{"type":"Feature","id":"n469780987","geometry":{"type":"Point","coordinates":[0.0027864,51.6312867]},"properties":{"@type":"node","@id":469780987,"@timestamp":1618646450},"coords":"51.6312867,0.0027864","bedrooms":"2","price":"197000","area":"691"} , +{"type":"Feature","id":"n469781000","geometry":{"type":"Point","coordinates":[0.1444811,51.4912326]},"properties":{"@type":"node","@id":469781000,"@timestamp":1564912839},"coords":"51.4912326,0.1444811","bedrooms":"0","price":"201000","area":"583"} , +{"type":"Feature","id":"n469781013","geometry":{"type":"Point","coordinates":[-0.3094679,51.5269503]},"properties":{"@type":"node","@id":469781013,"@timestamp":1635087757},"coords":"51.5269503,-0.3094679","bedrooms":"4","price":"151000","area":"528"} , +{"type":"Feature","id":"n469781023","geometry":{"type":"Point","coordinates":[-0.1044624,51.5150244]},"properties":{"@type":"node","@id":469781023,"@timestamp":1571044257},"coords":"51.5150244,-0.1044624","bedrooms":"4","price":"271000","area":"640"} , +{"type":"Feature","id":"n469781034","geometry":{"type":"Point","coordinates":[-0.2175346,51.5195235]},"properties":{"@type":"node","@id":469781034,"@timestamp":1583774276},"coords":"51.5195235,-0.2175346","bedrooms":"2","price":"172000","area":"509"} , +{"type":"Feature","id":"n469781046","geometry":{"type":"Point","coordinates":[0.0089636,51.5139852]},"properties":{"@type":"node","@id":469781046,"@timestamp":1520235541},"coords":"51.5139852,0.0089636","bedrooms":"4","price":"188000","area":"636"} , +{"type":"Feature","id":"n469781061","geometry":{"type":"Point","coordinates":[-0.2953146,51.6073919]},"properties":{"@type":"node","@id":469781061,"@timestamp":1623273972},"coords":"51.6073919,-0.2953146","bedrooms":"4","price":"179000","area":"631"} , +{"type":"Feature","id":"n469781071","geometry":{"type":"Point","coordinates":[-0.2659712,51.4925666]},"properties":{"@type":"node","@id":469781071,"@timestamp":1564912839},"coords":"51.4925666,-0.2659712","bedrooms":"3","price":"289000","area":"615"} , +{"type":"Feature","id":"n469781081","geometry":{"type":"Point","coordinates":[-0.1292866,51.4646996]},"properties":{"@type":"node","@id":469781081,"@timestamp":1597484030},"coords":"51.4646996,-0.1292866","bedrooms":"1","price":"249000","area":"653"} , +{"type":"Feature","id":"n469781091","geometry":{"type":"Point","coordinates":[-0.1501299,51.6515793]},"properties":{"@type":"node","@id":469781091,"@timestamp":1605577432},"coords":"51.6515793,-0.1501299","bedrooms":"0","price":"170000","area":"442"} , +{"type":"Feature","id":"n469781104","geometry":{"type":"Point","coordinates":[-0.3022028,51.5156057]},"properties":{"@type":"node","@id":469781104,"@timestamp":1598742973},"coords":"51.5156057,-0.3022028","bedrooms":"4","price":"282000","area":"468"} , +{"type":"Feature","id":"n469781116","geometry":{"type":"Point","coordinates":[-0.0582375,51.4339745]},"properties":{"@type":"node","@id":469781116,"@timestamp":1556641981},"coords":"51.4339745,-0.0582375","bedrooms":"3","price":"267000","area":"384"} , +{"type":"Feature","id":"n469781127","geometry":{"type":"Point","coordinates":[-0.0840932,51.4135423]},"properties":{"@type":"node","@id":469781127,"@timestamp":1556641982},"coords":"51.4135423,-0.0840932","bedrooms":"1","price":"285000","area":"468"} , +{"type":"Feature","id":"n469781139","geometry":{"type":"Point","coordinates":[-0.4224477,51.451266]},"properties":{"@type":"node","@id":469781139,"@timestamp":1574784209},"coords":"51.451266,-0.4224477","bedrooms":"4","price":"219000","area":"663"} , +{"type":"Feature","id":"n469781149","geometry":{"type":"Point","coordinates":[-0.1505384,51.4006336]},"properties":{"@type":"node","@id":469781149,"@timestamp":1564912839},"coords":"51.4006336,-0.1505384","bedrooms":"1","price":"249000","area":"511"} , +{"type":"Feature","id":"n469781165","geometry":{"type":"Point","coordinates":[0.2425645,51.6036549]},"properties":{"@type":"node","@id":469781165,"@timestamp":1564912839},"coords":"51.6036549,0.2425645","bedrooms":"0","price":"220000","area":"688"} , +{"type":"Feature","id":"n469781194","geometry":{"type":"Point","coordinates":[-0.118018,51.301332]},"properties":{"@type":"node","@id":469781194,"@timestamp":1596885126},"coords":"51.301332,-0.118018","bedrooms":"2","price":"253000","area":"536"} , +{"type":"Feature","id":"n469781212","geometry":{"type":"Point","coordinates":[-0.3248836,51.428533]},"properties":{"@type":"node","@id":469781212,"@timestamp":1625134147},"coords":"51.428533,-0.3248836","bedrooms":"0","price":"277000","area":"380"} , +{"type":"Feature","id":"n469781228","geometry":{"type":"Point","coordinates":[-0.3119176,51.4219968]},"properties":{"@type":"node","@id":469781228,"@timestamp":1556641259},"coords":"51.4219968,-0.3119176","bedrooms":"0","price":"187000","area":"414"} , +{"type":"Feature","id":"n469781238","geometry":{"type":"Point","coordinates":[-0.1243483,51.4420337]},"properties":{"@type":"node","@id":469781238,"@timestamp":1597484030},"coords":"51.4420337,-0.1243483","bedrooms":"0","price":"283000","area":"405"} , +{"type":"Feature","id":"n469781248","geometry":{"type":"Point","coordinates":[-0.1988029,51.5815596]},"properties":{"@type":"node","@id":469781248,"@timestamp":1564912839},"coords":"51.5815596,-0.1988029","bedrooms":"0","price":"197000","area":"482"} , +{"type":"Feature","id":"n469781259","geometry":{"type":"Point","coordinates":[0.2443852,51.5914784]},"properties":{"@type":"node","@id":469781259,"@timestamp":1556645735},"coords":"51.5914784,0.2443852","bedrooms":"4","price":"269000","area":"629"} , +{"type":"Feature","id":"n469781269","geometry":{"type":"Point","coordinates":[-0.2010153,51.5977665]},"properties":{"@type":"node","@id":469781269,"@timestamp":1561861167},"coords":"51.5977665,-0.2010153","bedrooms":"1","price":"219000","area":"365"} , +{"type":"Feature","id":"n469781279","geometry":{"type":"Point","coordinates":[-0.440619,51.4519884]},"properties":{"@type":"node","@id":469781279,"@timestamp":1574784209},"coords":"51.4519884,-0.440619","bedrooms":"0","price":"189000","area":"388"} , +{"type":"Feature","id":"n469781289","geometry":{"type":"Point","coordinates":[-0.3783934,51.41349]},"properties":{"@type":"node","@id":469781289,"@timestamp":1556641260},"coords":"51.41349,-0.3783934","bedrooms":"3","price":"158000","area":"575"} , +{"type":"Feature","id":"n469781300","geometry":{"type":"Point","coordinates":[-0.1153311,51.4599112]},"properties":{"@type":"node","@id":469781300,"@timestamp":1630704542},"coords":"51.4599112,-0.1153311","bedrooms":"1","price":"214000","area":"532"} , +{"type":"Feature","id":"n469781311","geometry":{"type":"Point","coordinates":[-0.1495398,51.5741796]},"properties":{"@type":"node","@id":469781311,"@timestamp":1618265646},"coords":"51.5741796,-0.1495398","bedrooms":"0","price":"226000","area":"388"} , +{"type":"Feature","id":"n469781327","geometry":{"type":"Point","coordinates":[0.0287759,51.3122154]},"properties":{"@type":"node","@id":469781327,"@timestamp":1556646587},"coords":"51.3122154,0.0287759","bedrooms":"2","price":"153000","area":"613"} , +{"type":"Feature","id":"n469781338","geometry":{"type":"Point","coordinates":[-0.1188176,51.4683965]},"properties":{"@type":"node","@id":469781338,"@timestamp":1548581830},"coords":"51.4683965,-0.1188176","bedrooms":"4","price":"276000","area":"575"} , +{"type":"Feature","id":"n469781348","geometry":{"type":"Point","coordinates":[-0.298296,51.3587597]},"properties":{"@type":"node","@id":469781348,"@timestamp":1597481218},"coords":"51.3587597,-0.298296","bedrooms":"4","price":"233000","area":"411"} , +{"type":"Feature","id":"n469781358","geometry":{"type":"Point","coordinates":[-0.2616236,51.5410665]},"properties":{"@type":"node","@id":469781358,"@timestamp":1597485085},"coords":"51.5410665,-0.2616236","bedrooms":"2","price":"172000","area":"493"} , +{"type":"Feature","id":"n469781371","geometry":{"type":"Point","coordinates":[-0.2169161,51.5111923]},"properties":{"@type":"node","@id":469781371,"@timestamp":1585933789},"coords":"51.5111923,-0.2169161","bedrooms":"4","price":"200000","area":"499"} , +{"type":"Feature","id":"n469781382","geometry":{"type":"Point","coordinates":[-0.1305923,51.5270507]},"properties":{"@type":"node","@id":469781382,"@timestamp":1597485085},"coords":"51.5270507,-0.1305923","bedrooms":"3","price":"210000","area":"532"} , +{"type":"Feature","id":"n469781412","geometry":{"type":"Point","coordinates":[-0.0877363,51.546736]},"properties":{"@type":"node","@id":469781412,"@timestamp":1601998668},"coords":"51.546736,-0.0877363","bedrooms":"3","price":"197000","area":"395"} , +{"type":"Feature","id":"n469781432","geometry":{"type":"Point","coordinates":[0.0896935,51.4036787]},"properties":{"@type":"node","@id":469781432,"@timestamp":1622899078},"coords":"51.4036787,0.0896935","bedrooms":"3","price":"196000","area":"368"} , +{"type":"Feature","id":"n469781461","geometry":{"type":"Point","coordinates":[0.2110176,51.6052107]},"properties":{"@type":"node","@id":469781461,"@timestamp":1564912839},"coords":"51.6052107,0.2110176","bedrooms":"3","price":"265000","area":"633"} , +{"type":"Feature","id":"n469781482","geometry":{"type":"Point","coordinates":[-0.0019493,51.5410676]},"properties":{"@type":"node","@id":469781482,"@timestamp":1574361387},"coords":"51.5410676,-0.0019493","bedrooms":"4","price":"174000","area":"395"} , +{"type":"Feature","id":"n469781520","geometry":{"type":"Point","coordinates":[-0.1634458,51.3733677]},"properties":{"@type":"node","@id":469781520,"@timestamp":1556641262},"coords":"51.3733677,-0.1634458","bedrooms":"0","price":"168000","area":"548"} , +{"type":"Feature","id":"n469781538","geometry":{"type":"Point","coordinates":[-0.1284715,51.4211572]},"properties":{"@type":"node","@id":469781538,"@timestamp":1564912839},"coords":"51.4211572,-0.1284715","bedrooms":"3","price":"237000","area":"688"} , +{"type":"Feature","id":"n469781555","geometry":{"type":"Point","coordinates":[-0.0876222,51.3837598]},"properties":{"@type":"node","@id":469781555,"@timestamp":1609943263},"coords":"51.3837598,-0.0876222","bedrooms":"1","price":"159000","area":"609"} , +{"type":"Feature","id":"n469781568","geometry":{"type":"Point","coordinates":[-0.1959015,51.5180025]},"properties":{"@type":"node","@id":469781568,"@timestamp":1619961214},"coords":"51.5180025,-0.1959015","bedrooms":"0","price":"209000","area":"606"} , +{"type":"Feature","id":"n469781582","geometry":{"type":"Point","coordinates":[0.0074081,51.3895223]},"properties":{"@type":"node","@id":469781582,"@timestamp":1618066392},"coords":"51.3895223,0.0074081","bedrooms":"2","price":"291000","area":"379"} , +{"type":"Feature","id":"n469781593","geometry":{"type":"Point","coordinates":[0.1528073,51.5732047]},"properties":{"@type":"node","@id":469781593,"@timestamp":1556645736},"coords":"51.5732047,0.1528073","bedrooms":"0","price":"212000","area":"685"} , +{"type":"Feature","id":"n469781617","geometry":{"type":"Point","coordinates":[-0.1319924,51.440449]},"properties":{"@type":"node","@id":469781617,"@timestamp":1597484030},"coords":"51.440449,-0.1319924","bedrooms":"0","price":"231000","area":"533"} , +{"type":"Feature","id":"n469781640","geometry":{"type":"Point","coordinates":[-0.3101067,51.4910212]},"properties":{"@type":"node","@id":469781640,"@timestamp":1570365754},"coords":"51.4910212,-0.3101067","bedrooms":"4","price":"207000","area":"492"} , +{"type":"Feature","id":"n469781652","geometry":{"type":"Point","coordinates":[-0.3394688,51.5810371]},"properties":{"@type":"node","@id":469781652,"@timestamp":1627384656},"coords":"51.5810371,-0.3394688","bedrooms":"1","price":"212000","area":"374"} , +{"type":"Feature","id":"n469781664","geometry":{"type":"Point","coordinates":[0.2167139,51.5472373]},"properties":{"@type":"node","@id":469781664,"@timestamp":1623668277},"coords":"51.5472373,0.2167139","bedrooms":"3","price":"211000","area":"350"} , +{"type":"Feature","id":"n469781675","geometry":{"type":"Point","coordinates":[0.0263099,51.5426409]},"properties":{"@type":"node","@id":469781675,"@timestamp":1615212994},"coords":"51.5426409,0.0263099","bedrooms":"2","price":"170000","area":"475"} , +{"type":"Feature","id":"n469781687","geometry":{"type":"Point","coordinates":[-0.0858098,51.4735039]},"properties":{"@type":"node","@id":469781687,"@timestamp":1573666537},"coords":"51.4735039,-0.0858098","bedrooms":"0","price":"199000","area":"623"} , +{"type":"Feature","id":"n469781698","geometry":{"type":"Point","coordinates":[-0.0975861,51.6021523]},"properties":{"@type":"node","@id":469781698,"@timestamp":1450886904},"coords":"51.6021523,-0.0975861","bedrooms":"2","price":"252000","area":"690"} , +{"type":"Feature","id":"n469781710","geometry":{"type":"Point","coordinates":[-0.0655139,51.4980695]},"properties":{"@type":"node","@id":469781710,"@timestamp":1628853113},"coords":"51.4980695,-0.0655139","bedrooms":"4","price":"237000","area":"482"} , +{"type":"Feature","id":"n469781720","geometry":{"type":"Point","coordinates":[-0.0094496,51.4968961]},"properties":{"@type":"node","@id":469781720,"@timestamp":1625403012},"coords":"51.4968961,-0.0094496","bedrooms":"2","price":"266000","area":"391"} , +{"type":"Feature","id":"n469781731","geometry":{"type":"Point","coordinates":[-0.1010934,51.5226065]},"properties":{"@type":"node","@id":469781731,"@timestamp":1597485085},"coords":"51.5226065,-0.1010934","bedrooms":"0","price":"163000","area":"401"} , +{"type":"Feature","id":"n469781741","geometry":{"type":"Point","coordinates":[-0.2429831,51.6210334]},"properties":{"@type":"node","@id":469781741,"@timestamp":1602430978},"coords":"51.6210334,-0.2429831","bedrooms":"0","price":"277000","area":"579"} , +{"type":"Feature","id":"n469781751","geometry":{"type":"Point","coordinates":[-0.288645,51.6080762]},"properties":{"@type":"node","@id":469781751,"@timestamp":1634108711},"coords":"51.6080762,-0.288645","bedrooms":"0","price":"259000","area":"552"} , +{"type":"Feature","id":"n469781761","geometry":{"type":"Point","coordinates":[-0.3130877,51.5119771]},"properties":{"@type":"node","@id":469781761,"@timestamp":1569606382},"coords":"51.5119771,-0.3130877","bedrooms":"0","price":"290000","area":"350"} , +{"type":"Feature","id":"n469781774","geometry":{"type":"Point","coordinates":[-0.093545,51.524719]},"properties":{"@type":"node","@id":469781774,"@timestamp":1597485085},"coords":"51.524719,-0.093545","bedrooms":"4","price":"170000","area":"377"} , +{"type":"Feature","id":"n469781798","geometry":{"type":"Point","coordinates":[-0.30034,51.39486]},"properties":{"@type":"node","@id":469781798,"@timestamp":1626949985},"coords":"51.39486,-0.30034","bedrooms":"1","price":"156000","area":"435"} , +{"type":"Feature","id":"n469781820","geometry":{"type":"Point","coordinates":[-0.0876988,51.3798162]},"properties":{"@type":"node","@id":469781820,"@timestamp":1514144175},"coords":"51.3798162,-0.0876988","bedrooms":"3","price":"173000","area":"551"} , +{"type":"Feature","id":"n469781841","geometry":{"type":"Point","coordinates":[0.068921,51.4793047]},"properties":{"@type":"node","@id":469781841,"@timestamp":1556641993},"coords":"51.4793047,0.068921","bedrooms":"4","price":"294000","area":"361"} , +{"type":"Feature","id":"n469781861","geometry":{"type":"Point","coordinates":[0.1409863,51.5611541]},"properties":{"@type":"node","@id":469781861,"@timestamp":1556643832},"coords":"51.5611541,0.1409863","bedrooms":"0","price":"291000","area":"392"} , +{"type":"Feature","id":"n469781878","geometry":{"type":"Point","coordinates":[-0.1191105,51.4301424]},"properties":{"@type":"node","@id":469781878,"@timestamp":1619897963},"coords":"51.4301424,-0.1191105","bedrooms":"2","price":"153000","area":"682"} , +{"type":"Feature","id":"n469781893","geometry":{"type":"Point","coordinates":[0.0919694,51.559305]},"properties":{"@type":"node","@id":469781893,"@timestamp":1552570033},"coords":"51.559305,0.0919694","bedrooms":"3","price":"247000","area":"362"} , +{"type":"Feature","id":"n469781904","geometry":{"type":"Point","coordinates":[-0.0584096,51.4408615]},"properties":{"@type":"node","@id":469781904,"@timestamp":1564912839},"coords":"51.4408615,-0.0584096","bedrooms":"2","price":"174000","area":"668"} , +{"type":"Feature","id":"n469781916","geometry":{"type":"Point","coordinates":[-0.0656158,51.4923525]},"properties":{"@type":"node","@id":469781916,"@timestamp":1600619696},"coords":"51.4923525,-0.0656158","bedrooms":"1","price":"254000","area":"457"} , +{"type":"Feature","id":"n469781929","geometry":{"type":"Point","coordinates":[-0.3642724,51.5518405]},"properties":{"@type":"node","@id":469781929,"@timestamp":1556643130},"coords":"51.5518405,-0.3642724","bedrooms":"3","price":"196000","area":"639"} , +{"type":"Feature","id":"n469781940","geometry":{"type":"Point","coordinates":[-0.0776637,51.4953553]},"properties":{"@type":"node","@id":469781940,"@timestamp":1591984840},"coords":"51.4953553,-0.0776637","bedrooms":"1","price":"212000","area":"559"} , +{"type":"Feature","id":"n469781951","geometry":{"type":"Point","coordinates":[-0.2133019,51.4187103]},"properties":{"@type":"node","@id":469781951,"@timestamp":1597482181},"coords":"51.4187103,-0.2133019","bedrooms":"0","price":"188000","area":"414"} , +{"type":"Feature","id":"n469781967","geometry":{"type":"Point","coordinates":[0.1739805,51.524442]},"properties":{"@type":"node","@id":469781967,"@timestamp":1556643833},"coords":"51.524442,0.1739805","bedrooms":"4","price":"193000","area":"504"} , +{"type":"Feature","id":"n469781980","geometry":{"type":"Point","coordinates":[-0.2727092,51.4028389]},"properties":{"@type":"node","@id":469781980,"@timestamp":1628520275},"coords":"51.4028389,-0.2727092","bedrooms":"3","price":"279000","area":"373"} , +{"type":"Feature","id":"n469781992","geometry":{"type":"Point","coordinates":[-0.3605842,51.4767165]},"properties":{"@type":"node","@id":469781992,"@timestamp":1564912839},"coords":"51.4767165,-0.3605842","bedrooms":"1","price":"219000","area":"570"} , +{"type":"Feature","id":"n469782003","geometry":{"type":"Point","coordinates":[0.1042305,51.3724183]},"properties":{"@type":"node","@id":469782003,"@timestamp":1630574578},"coords":"51.3724183,0.1042305","bedrooms":"3","price":"237000","area":"400"} , +{"type":"Feature","id":"n469782013","geometry":{"type":"Point","coordinates":[-0.4726053,51.5428889]},"properties":{"@type":"node","@id":469782013,"@timestamp":1598452292},"coords":"51.5428889,-0.4726053","bedrooms":"0","price":"290000","area":"633"} , +{"type":"Feature","id":"n469782023","geometry":{"type":"Point","coordinates":[-0.072898,51.5768375]},"properties":{"@type":"node","@id":469782023,"@timestamp":1625916422},"coords":"51.5768375,-0.072898","bedrooms":"1","price":"215000","area":"401"} , +{"type":"Feature","id":"n469782034","geometry":{"type":"Point","coordinates":[-0.3812163,51.4434633]},"properties":{"@type":"node","@id":469782034,"@timestamp":1564912839},"coords":"51.4434633,-0.3812163","bedrooms":"3","price":"294000","area":"590"} , +{"type":"Feature","id":"n469782044","geometry":{"type":"Point","coordinates":[-0.4087145,51.5343246]},"properties":{"@type":"node","@id":469782044,"@timestamp":1629214203},"coords":"51.5343246,-0.4087145","bedrooms":"0","price":"259000","area":"417"} , +{"type":"Feature","id":"n469782056","geometry":{"type":"Point","coordinates":[-0.0019104,51.4832405]},"properties":{"@type":"node","@id":469782056,"@timestamp":1624892024},"coords":"51.4832405,-0.0019104","bedrooms":"3","price":"197000","area":"490"} , +{"type":"Feature","id":"n469782070","geometry":{"type":"Point","coordinates":[-0.1291428,51.5076239]},"properties":{"@type":"node","@id":469782070,"@timestamp":1626531002},"coords":"51.5076239,-0.1291428","bedrooms":"2","price":"161000","area":"361"} , +{"type":"Feature","id":"n469782081","geometry":{"type":"Point","coordinates":[0.0070649,51.4667655]},"properties":{"@type":"node","@id":469782081,"@timestamp":1573558212},"coords":"51.4667655,0.0070649","bedrooms":"4","price":"199000","area":"535"} , +{"type":"Feature","id":"n469782099","geometry":{"type":"Point","coordinates":[-0.0237846,51.5324973]},"properties":{"@type":"node","@id":469782099,"@timestamp":1608643091},"coords":"51.5324973,-0.0237846","bedrooms":"3","price":"175000","area":"423"} , +{"type":"Feature","id":"n469782109","geometry":{"type":"Point","coordinates":[-0.1294238,51.4619276]},"properties":{"@type":"node","@id":469782109,"@timestamp":1597484030},"coords":"51.4619276,-0.1294238","bedrooms":"2","price":"259000","area":"467"} , +{"type":"Feature","id":"n469782120","geometry":{"type":"Point","coordinates":[-0.1230649,51.6341453]},"properties":{"@type":"node","@id":469782120,"@timestamp":1628772282},"coords":"51.6341453,-0.1230649","bedrooms":"1","price":"257000","area":"529"} , +{"type":"Feature","id":"n469782138","geometry":{"type":"Point","coordinates":[-0.052256,51.4217642]},"properties":{"@type":"node","@id":469782138,"@timestamp":1556641999},"coords":"51.4217642,-0.052256","bedrooms":"0","price":"280000","area":"623"} , +{"type":"Feature","id":"n469782148","geometry":{"type":"Point","coordinates":[-0.1048678,51.427111]},"properties":{"@type":"node","@id":469782148,"@timestamp":1628834970},"coords":"51.427111,-0.1048678","bedrooms":"4","price":"192000","area":"536"} , +{"type":"Feature","id":"n469782169","geometry":{"type":"Point","coordinates":[-0.3209978,51.5636475]},"properties":{"@type":"node","@id":469782169,"@timestamp":1564912839},"coords":"51.5636475,-0.3209978","bedrooms":"3","price":"175000","area":"359"} , +{"type":"Feature","id":"n469782217","geometry":{"type":"Point","coordinates":[-0.2033195,51.4565064]},"properties":{"@type":"node","@id":469782217,"@timestamp":1597484030},"coords":"51.4565064,-0.2033195","bedrooms":"0","price":"219000","area":"683"} , +{"type":"Feature","id":"n469782232","geometry":{"type":"Point","coordinates":[-0.1624074,51.6109392]},"properties":{"@type":"node","@id":469782232,"@timestamp":1628603059},"coords":"51.6109392,-0.1624074","bedrooms":"4","price":"237000","area":"456"} , +{"type":"Feature","id":"n469782242","geometry":{"type":"Point","coordinates":[-0.2595906,51.5265909]},"properties":{"@type":"node","@id":469782242,"@timestamp":1597485085},"coords":"51.5265909,-0.2595906","bedrooms":"0","price":"178000","area":"585"} , +{"type":"Feature","id":"n469782254","geometry":{"type":"Point","coordinates":[0.0277715,51.322067]},"properties":{"@type":"node","@id":469782254,"@timestamp":1614505753},"coords":"51.322067,0.0277715","bedrooms":"0","price":"170000","area":"657"} , +{"type":"Feature","id":"n469782265","geometry":{"type":"Point","coordinates":[0.0850385,51.552571]},"properties":{"@type":"node","@id":469782265,"@timestamp":1556640816},"coords":"51.552571,0.0850385","bedrooms":"3","price":"289000","area":"578"} , +{"type":"Feature","id":"n469782277","geometry":{"type":"Point","coordinates":[-0.2980492,51.3908044]},"properties":{"@type":"node","@id":469782277,"@timestamp":1627731877},"coords":"51.3908044,-0.2980492","bedrooms":"4","price":"177000","area":"525"} , +{"type":"Feature","id":"n469782288","geometry":{"type":"Point","coordinates":[-0.2984699,51.3926127]},"properties":{"@type":"node","@id":469782288,"@timestamp":1626920192},"coords":"51.3926127,-0.2984699","bedrooms":"1","price":"169000","area":"379"} , +{"type":"Feature","id":"n469782301","geometry":{"type":"Point","coordinates":[-0.167615,51.4433293]},"properties":{"@type":"node","@id":469782301,"@timestamp":1597484030},"coords":"51.4433293,-0.167615","bedrooms":"0","price":"157000","area":"419"} , +{"type":"Feature","id":"n469782320","geometry":{"type":"Point","coordinates":[-0.1903123,51.6153625]},"properties":{"@type":"node","@id":469782320,"@timestamp":1556646590},"coords":"51.6153625,-0.1903123","bedrooms":"0","price":"226000","area":"456"} , +{"type":"Feature","id":"n469782334","geometry":{"type":"Point","coordinates":[-0.3213442,51.5160854]},"properties":{"@type":"node","@id":469782334,"@timestamp":1625595742},"coords":"51.5160854,-0.3213442","bedrooms":"3","price":"231000","area":"617"} , +{"type":"Feature","id":"n469782345","geometry":{"type":"Point","coordinates":[-0.1995309,51.3689661]},"properties":{"@type":"node","@id":469782345,"@timestamp":1597481218},"coords":"51.3689661,-0.1995309","bedrooms":"3","price":"160000","area":"493"} , +{"type":"Feature","id":"n469782360","geometry":{"type":"Point","coordinates":[-0.1947587,51.3711838]},"properties":{"@type":"node","@id":469782360,"@timestamp":1564912839},"coords":"51.3711838,-0.1947587","bedrooms":"3","price":"165000","area":"510"} , +{"type":"Feature","id":"n469782370","geometry":{"type":"Point","coordinates":[-0.2698116,51.4908222]},"properties":{"@type":"node","@id":469782370,"@timestamp":1552144423},"coords":"51.4908222,-0.2698116","bedrooms":"3","price":"240000","area":"631"} , +{"type":"Feature","id":"n469782381","geometry":{"type":"Point","coordinates":[-0.0506196,51.5491775]},"properties":{"@type":"node","@id":469782381,"@timestamp":1626595852},"coords":"51.5491775,-0.0506196","bedrooms":"3","price":"177000","area":"442"} , +{"type":"Feature","id":"n469782391","geometry":{"type":"Point","coordinates":[-0.4436766,51.5640163]},"properties":{"@type":"node","@id":469782391,"@timestamp":1564912839},"coords":"51.5640163,-0.4436766","bedrooms":"1","price":"224000","area":"625"} , +{"type":"Feature","id":"n469782402","geometry":{"type":"Point","coordinates":[-0.1765652,51.6202838]},"properties":{"@type":"node","@id":469782402,"@timestamp":1564912839},"coords":"51.6202838,-0.1765652","bedrooms":"4","price":"217000","area":"405"} , +{"type":"Feature","id":"n469782412","geometry":{"type":"Point","coordinates":[-0.2382472,51.368111]},"properties":{"@type":"node","@id":469782412,"@timestamp":1606818071},"coords":"51.368111,-0.2382472","bedrooms":"3","price":"256000","area":"470"} , +{"type":"Feature","id":"n469782429","geometry":{"type":"Point","coordinates":[0.2000588,51.5514232]},"properties":{"@type":"node","@id":469782429,"@timestamp":1556645739},"coords":"51.5514232,0.2000588","bedrooms":"0","price":"260000","area":"636"} , +{"type":"Feature","id":"n469782445","geometry":{"type":"Point","coordinates":[-0.112982,51.5208649]},"properties":{"@type":"node","@id":469782445,"@timestamp":1560569642},"coords":"51.5208649,-0.112982","bedrooms":"0","price":"230000","area":"508"} , +{"type":"Feature","id":"n469782461","geometry":{"type":"Point","coordinates":[0.1856793,51.5707984]},"properties":{"@type":"node","@id":469782461,"@timestamp":1564912839},"coords":"51.5707984,0.1856793","bedrooms":"2","price":"229000","area":"362"} , +{"type":"Feature","id":"n469782474","geometry":{"type":"Point","coordinates":[-0.4308181,51.5725284]},"properties":{"@type":"node","@id":469782474,"@timestamp":1564912839},"coords":"51.5725284,-0.4308181","bedrooms":"4","price":"289000","area":"663"} , +{"type":"Feature","id":"n469782485","geometry":{"type":"Point","coordinates":[0.0621188,51.4218494]},"properties":{"@type":"node","@id":469782485,"@timestamp":1564912839},"coords":"51.4218494,0.0621188","bedrooms":"2","price":"266000","area":"526"} , +{"type":"Feature","id":"n469782497","geometry":{"type":"Point","coordinates":[-0.2525124,51.3851408]},"properties":{"@type":"node","@id":469782497,"@timestamp":1564912839},"coords":"51.3851408,-0.2525124","bedrooms":"4","price":"295000","area":"358"} , +{"type":"Feature","id":"n469782508","geometry":{"type":"Point","coordinates":[-0.3029007,51.4619106]},"properties":{"@type":"node","@id":469782508,"@timestamp":1632758268},"coords":"51.4619106,-0.3029007","bedrooms":"2","price":"244000","area":"665"} , +{"type":"Feature","id":"n469782518","geometry":{"type":"Point","coordinates":[-0.0504184,51.5266622]},"properties":{"@type":"node","@id":469782518,"@timestamp":1626610707},"coords":"51.5266622,-0.0504184","bedrooms":"2","price":"224000","area":"625"} , +{"type":"Feature","id":"n469782529","geometry":{"type":"Point","coordinates":[-0.1601304,51.6186158]},"properties":{"@type":"node","@id":469782529,"@timestamp":1588683313},"coords":"51.6186158,-0.1601304","bedrooms":"0","price":"262000","area":"679"} , +{"type":"Feature","id":"n469782539","geometry":{"type":"Point","coordinates":[0.1180541,51.4421764]},"properties":{"@type":"node","@id":469782539,"@timestamp":1564912839},"coords":"51.4421764,0.1180541","bedrooms":"0","price":"291000","area":"586"} , +{"type":"Feature","id":"n469782550","geometry":{"type":"Point","coordinates":[-0.09125,51.5979498]},"properties":{"@type":"node","@id":469782550,"@timestamp":1556640817},"coords":"51.5979498,-0.09125","bedrooms":"0","price":"291000","area":"551"} , +{"type":"Feature","id":"n469782560","geometry":{"type":"Point","coordinates":[-0.2064087,51.4808016]},"properties":{"@type":"node","@id":469782560,"@timestamp":1567300873},"coords":"51.4808016,-0.2064087","bedrooms":"4","price":"221000","area":"390"} , +{"type":"Feature","id":"n469782571","geometry":{"type":"Point","coordinates":[-0.0047108,51.5690886]},"properties":{"@type":"node","@id":469782571,"@timestamp":1617467544},"coords":"51.5690886,-0.0047108","bedrooms":"0","price":"205000","area":"508"} , +{"type":"Feature","id":"n469782581","geometry":{"type":"Point","coordinates":[-0.2352723,51.4834143]},"properties":{"@type":"node","@id":469782581,"@timestamp":1631456185},"coords":"51.4834143,-0.2352723","bedrooms":"0","price":"183000","area":"479"} , +{"type":"Feature","id":"n469782595","geometry":{"type":"Point","coordinates":[-0.1607707,51.4112176]},"properties":{"@type":"node","@id":469782595,"@timestamp":1597482181},"coords":"51.4112176,-0.1607707","bedrooms":"2","price":"202000","area":"633"} , +{"type":"Feature","id":"n469782608","geometry":{"type":"Point","coordinates":[-0.3027852,51.4540707]},"properties":{"@type":"node","@id":469782608,"@timestamp":1564912839},"coords":"51.4540707,-0.3027852","bedrooms":"1","price":"248000","area":"583"} , +{"type":"Feature","id":"n469782619","geometry":{"type":"Point","coordinates":[-0.2149894,51.5629818]},"properties":{"@type":"node","@id":469782619,"@timestamp":1559446096},"coords":"51.5629818,-0.2149894","bedrooms":"1","price":"287000","area":"409"} , +{"type":"Feature","id":"n469782634","geometry":{"type":"Point","coordinates":[0.1372908,51.4834036]},"properties":{"@type":"node","@id":469782634,"@timestamp":1564912839},"coords":"51.4834036,0.1372908","bedrooms":"3","price":"236000","area":"472"} , +{"type":"Feature","id":"n469782644","geometry":{"type":"Point","coordinates":[-0.0976685,51.6538505]},"properties":{"@type":"node","@id":469782644,"@timestamp":1626940252},"coords":"51.6538505,-0.0976685","bedrooms":"2","price":"257000","area":"687"} , +{"type":"Feature","id":"n469782655","geometry":{"type":"Point","coordinates":[-0.3073268,51.3660805]},"properties":{"@type":"node","@id":469782655,"@timestamp":1564912839},"coords":"51.3660805,-0.3073268","bedrooms":"1","price":"217000","area":"576"} , +{"type":"Feature","id":"n469782672","geometry":{"type":"Point","coordinates":[-0.1002145,51.3498064]},"properties":{"@type":"node","@id":469782672,"@timestamp":1564912839},"coords":"51.3498064,-0.1002145","bedrooms":"4","price":"158000","area":"595"} , +{"type":"Feature","id":"n469782688","geometry":{"type":"Point","coordinates":[-0.3909336,51.4313058]},"properties":{"@type":"node","@id":469782688,"@timestamp":1564912839},"coords":"51.4313058,-0.3909336","bedrooms":"0","price":"200000","area":"613"} , +{"type":"Feature","id":"n469782703","geometry":{"type":"Point","coordinates":[-0.1185165,51.5287823]},"properties":{"@type":"node","@id":469782703,"@timestamp":1627550394},"coords":"51.5287823,-0.1185165","bedrooms":"1","price":"291000","area":"592"} , +{"type":"Feature","id":"n469782718","geometry":{"type":"Point","coordinates":[-0.1725807,51.495915]},"properties":{"@type":"node","@id":469782718,"@timestamp":1572631123},"coords":"51.495915,-0.1725807","bedrooms":"2","price":"276000","area":"590"} , +{"type":"Feature","id":"n469782741","geometry":{"type":"Point","coordinates":[-0.2111276,51.4397402]},"properties":{"@type":"node","@id":469782741,"@timestamp":1617377691},"coords":"51.4397402,-0.2111276","bedrooms":"3","price":"270000","area":"647"} , +{"type":"Feature","id":"n469782755","geometry":{"type":"Point","coordinates":[-0.0060704,51.5953183]},"properties":{"@type":"node","@id":469782755,"@timestamp":1617461325},"coords":"51.5953183,-0.0060704","bedrooms":"3","price":"231000","area":"586"} , +{"type":"Feature","id":"n469782769","geometry":{"type":"Point","coordinates":[0.1761644,51.479748]},"properties":{"@type":"node","@id":469782769,"@timestamp":1564912839},"coords":"51.479748,0.1761644","bedrooms":"3","price":"179000","area":"567"} , +{"type":"Feature","id":"n469782781","geometry":{"type":"Point","coordinates":[0.0397498,51.3082299]},"properties":{"@type":"node","@id":469782781,"@timestamp":1556647546},"coords":"51.3082299,0.0397498","bedrooms":"3","price":"152000","area":"561"} , +{"type":"Feature","id":"n469782797","geometry":{"type":"Point","coordinates":[-0.1126444,51.4676074]},"properties":{"@type":"node","@id":469782797,"@timestamp":1487859851},"coords":"51.4676074,-0.1126444","bedrooms":"1","price":"242000","area":"674"} , +{"type":"Feature","id":"n469782812","geometry":{"type":"Point","coordinates":[-0.4014178,51.4544376]},"properties":{"@type":"node","@id":469782812,"@timestamp":1626695306},"coords":"51.4544376,-0.4014178","bedrooms":"3","price":"234000","area":"372"} , +{"type":"Feature","id":"n469782839","geometry":{"type":"Point","coordinates":[-0.1083744,51.3048063]},"properties":{"@type":"node","@id":469782839,"@timestamp":1596987320},"coords":"51.3048063,-0.1083744","bedrooms":"1","price":"238000","area":"379"} , +{"type":"Feature","id":"n469782865","geometry":{"type":"Point","coordinates":[-0.0011402,51.6009138]},"properties":{"@type":"node","@id":469782865,"@timestamp":1595783302},"coords":"51.6009138,-0.0011402","bedrooms":"2","price":"282000","area":"448"} , +{"type":"Feature","id":"n469782935","geometry":{"type":"Point","coordinates":[0.1316113,51.3869213]},"properties":{"@type":"node","@id":469782935,"@timestamp":1552936786},"coords":"51.3869213,0.1316113","bedrooms":"3","price":"188000","area":"513"} , +{"type":"Feature","id":"n469782968","geometry":{"type":"Point","coordinates":[-0.2601973,51.5211968]},"properties":{"@type":"node","@id":469782968,"@timestamp":1597485085},"coords":"51.5211968,-0.2601973","bedrooms":"3","price":"210000","area":"490"} , +{"type":"Feature","id":"n469783067","geometry":{"type":"Point","coordinates":[-0.1482295,51.3687728]},"properties":{"@type":"node","@id":469783067,"@timestamp":1564912839},"coords":"51.3687728,-0.1482295","bedrooms":"1","price":"261000","area":"609"} , +{"type":"Feature","id":"n469783120","geometry":{"type":"Point","coordinates":[-0.2120777,51.5539699]},"properties":{"@type":"node","@id":469783120,"@timestamp":1587494394},"coords":"51.5539699,-0.2120777","bedrooms":"3","price":"274000","area":"400"} , +{"type":"Feature","id":"n469783160","geometry":{"type":"Point","coordinates":[-0.0137417,51.3441644]},"properties":{"@type":"node","@id":469783160,"@timestamp":1556646593},"coords":"51.3441644,-0.0137417","bedrooms":"4","price":"293000","area":"412"} , +{"type":"Feature","id":"n469783228","geometry":{"type":"Point","coordinates":[-0.17753,51.3821814]},"properties":{"@type":"node","@id":469783228,"@timestamp":1556641288},"coords":"51.3821814,-0.17753","bedrooms":"1","price":"205000","area":"406"} , +{"type":"Feature","id":"n469783277","geometry":{"type":"Point","coordinates":[-0.0202804,51.5836029]},"properties":{"@type":"node","@id":469783277,"@timestamp":1564912839},"coords":"51.5836029,-0.0202804","bedrooms":"1","price":"280000","area":"618"} , +{"type":"Feature","id":"n469783364","geometry":{"type":"Point","coordinates":[-0.0163996,51.6034804]},"properties":{"@type":"node","@id":469783364,"@timestamp":1621903526},"coords":"51.6034804,-0.0163996","bedrooms":"0","price":"237000","area":"353"} , +{"type":"Feature","id":"n469783450","geometry":{"type":"Point","coordinates":[-0.1525056,51.6551819]},"properties":{"@type":"node","@id":469783450,"@timestamp":1564912839},"coords":"51.6551819,-0.1525056","bedrooms":"3","price":"241000","area":"530"} , +{"type":"Feature","id":"n469783528","geometry":{"type":"Point","coordinates":[-0.2813015,51.5499146]},"properties":{"@type":"node","@id":469783528,"@timestamp":1600735622},"coords":"51.5499146,-0.2813015","bedrooms":"2","price":"288000","area":"535"} , +{"type":"Feature","id":"n469783587","geometry":{"type":"Point","coordinates":[-0.0251614,51.6057124]},"properties":{"@type":"node","@id":469783587,"@timestamp":1556640819},"coords":"51.6057124,-0.0251614","bedrooms":"4","price":"206000","area":"660"} , +{"type":"Feature","id":"n469783652","geometry":{"type":"Point","coordinates":[0.2197315,51.6126824]},"properties":{"@type":"node","@id":469783652,"@timestamp":1556645741},"coords":"51.6126824,0.2197315","bedrooms":"4","price":"159000","area":"356"} , +{"type":"Feature","id":"n469783732","geometry":{"type":"Point","coordinates":[0.0737085,51.3594953]},"properties":{"@type":"node","@id":469783732,"@timestamp":1556642014},"coords":"51.3594953,0.0737085","bedrooms":"0","price":"292000","area":"586"} , +{"type":"Feature","id":"n469783793","geometry":{"type":"Point","coordinates":[0.0834812,51.6058965]},"properties":{"@type":"node","@id":469783793,"@timestamp":1556640819},"coords":"51.6058965,0.0834812","bedrooms":"3","price":"243000","area":"484"} , +{"type":"Feature","id":"n469783861","geometry":{"type":"Point","coordinates":[-0.3938441,51.5992187]},"properties":{"@type":"node","@id":469783861,"@timestamp":1619818488},"coords":"51.5992187,-0.3938441","bedrooms":"2","price":"188000","area":"408"} , +{"type":"Feature","id":"n469783913","geometry":{"type":"Point","coordinates":[-0.2858041,51.5966546]},"properties":{"@type":"node","@id":469783913,"@timestamp":1623970884},"coords":"51.5966546,-0.2858041","bedrooms":"4","price":"181000","area":"352"} , +{"type":"Feature","id":"n469783982","geometry":{"type":"Point","coordinates":[-0.2530029,51.4928968]},"properties":{"@type":"node","@id":469783982,"@timestamp":1633127100},"coords":"51.4928968,-0.2530029","bedrooms":"1","price":"248000","area":"354"} , +{"type":"Feature","id":"n469784028","geometry":{"type":"Point","coordinates":[0.0405116,51.3832694]},"properties":{"@type":"node","@id":469784028,"@timestamp":1556642016},"coords":"51.3832694,0.0405116","bedrooms":"0","price":"197000","area":"525"} , +{"type":"Feature","id":"n469784103","geometry":{"type":"Point","coordinates":[-0.342946,51.4425333]},"properties":{"@type":"node","@id":469784103,"@timestamp":1632644367},"coords":"51.4425333,-0.342946","bedrooms":"2","price":"292000","area":"484"} , +{"type":"Feature","id":"n469784177","geometry":{"type":"Point","coordinates":[-0.3398195,51.45469]},"properties":{"@type":"node","@id":469784177,"@timestamp":1556641291},"coords":"51.45469,-0.3398195","bedrooms":"1","price":"215000","area":"582"} , +{"type":"Feature","id":"n469784202","geometry":{"type":"Point","coordinates":[-0.1631831,51.5897267]},"properties":{"@type":"node","@id":469784202,"@timestamp":1632674954},"coords":"51.5897267,-0.1631831","bedrooms":"1","price":"161000","area":"517"} , +{"type":"Feature","id":"n469784246","geometry":{"type":"Point","coordinates":[-0.1924806,51.4777537]},"properties":{"@type":"node","@id":469784246,"@timestamp":1564912839},"coords":"51.4777537,-0.1924806","bedrooms":"3","price":"283000","area":"659"} , +{"type":"Feature","id":"n469784286","geometry":{"type":"Point","coordinates":[0.0084669,51.4813101]},"properties":{"@type":"node","@id":469784286,"@timestamp":1556643842},"coords":"51.4813101,0.0084669","bedrooms":"0","price":"200000","area":"555"} , +{"type":"Feature","id":"n469784352","geometry":{"type":"Point","coordinates":[-0.1923908,51.647365]},"properties":{"@type":"node","@id":469784352,"@timestamp":1564912845},"coords":"51.647365,-0.1923908","bedrooms":"1","price":"296000","area":"573"} , +{"type":"Feature","id":"n469784406","geometry":{"type":"Point","coordinates":[-0.0921266,51.5025526]},"properties":{"@type":"node","@id":469784406,"@timestamp":1614542689},"coords":"51.5025526,-0.0921266","bedrooms":"0","price":"203000","area":"430"} , +{"type":"Feature","id":"n469784457","geometry":{"type":"Point","coordinates":[-0.0677752,51.4565535]},"properties":{"@type":"node","@id":469784457,"@timestamp":1564912845},"coords":"51.4565535,-0.0677752","bedrooms":"1","price":"275000","area":"392"} , +{"type":"Feature","id":"n469784508","geometry":{"type":"Point","coordinates":[0.2554896,51.5672476]},"properties":{"@type":"node","@id":469784508,"@timestamp":1556645742},"coords":"51.5672476,0.2554896","bedrooms":"1","price":"214000","area":"609"} , +{"type":"Feature","id":"n469784578","geometry":{"type":"Point","coordinates":[-0.4078549,51.5892814]},"properties":{"@type":"node","@id":469784578,"@timestamp":1598628079},"coords":"51.5892814,-0.4078549","bedrooms":"1","price":"189000","area":"397"} , +{"type":"Feature","id":"n469784628","geometry":{"type":"Point","coordinates":[-0.2489748,51.506633]},"properties":{"@type":"node","@id":469784628,"@timestamp":1564912845},"coords":"51.506633,-0.2489748","bedrooms":"3","price":"233000","area":"448"} , +{"type":"Feature","id":"n469784678","geometry":{"type":"Point","coordinates":[-0.3445783,51.4740924]},"properties":{"@type":"node","@id":469784678,"@timestamp":1564912845},"coords":"51.4740924,-0.3445783","bedrooms":"2","price":"188000","area":"615"} , +{"type":"Feature","id":"n469784755","geometry":{"type":"Point","coordinates":[-0.3022116,51.3788948]},"properties":{"@type":"node","@id":469784755,"@timestamp":1596443840},"coords":"51.3788948,-0.3022116","bedrooms":"0","price":"286000","area":"691"} , +{"type":"Feature","id":"n469784802","geometry":{"type":"Point","coordinates":[-0.1157724,51.3929225]},"properties":{"@type":"node","@id":469784802,"@timestamp":1556642021},"coords":"51.3929225,-0.1157724","bedrooms":"2","price":"154000","area":"468"} , +{"type":"Feature","id":"n469784860","geometry":{"type":"Point","coordinates":[-0.0011933,51.5961463]},"properties":{"@type":"node","@id":469784860,"@timestamp":1556640820},"coords":"51.5961463,-0.0011933","bedrooms":"1","price":"168000","area":"612"} , +{"type":"Feature","id":"n469784941","geometry":{"type":"Point","coordinates":[-0.1922813,51.366854]},"properties":{"@type":"node","@id":469784941,"@timestamp":1564912845},"coords":"51.366854,-0.1922813","bedrooms":"3","price":"291000","area":"588"} , +{"type":"Feature","id":"n469785056","geometry":{"type":"Point","coordinates":[-0.1030724,51.4336856]},"properties":{"@type":"node","@id":469785056,"@timestamp":1629051224},"coords":"51.4336856,-0.1030724","bedrooms":"4","price":"288000","area":"609"} , +{"type":"Feature","id":"n469785106","geometry":{"type":"Point","coordinates":[-0.0249526,51.437846]},"properties":{"@type":"node","@id":469785106,"@timestamp":1595845419},"coords":"51.437846,-0.0249526","bedrooms":"4","price":"215000","area":"416"} , +{"type":"Feature","id":"n469785159","geometry":{"type":"Point","coordinates":[-0.1745771,51.4408319]},"properties":{"@type":"node","@id":469785159,"@timestamp":1597484030},"coords":"51.4408319,-0.1745771","bedrooms":"2","price":"185000","area":"593"} , +{"type":"Feature","id":"n469785219","geometry":{"type":"Point","coordinates":[-0.1563278,51.4655062]},"properties":{"@type":"node","@id":469785219,"@timestamp":1624801764},"coords":"51.4655062,-0.1563278","bedrooms":"3","price":"256000","area":"677"} , +{"type":"Feature","id":"n469785255","geometry":{"type":"Point","coordinates":[-0.0598463,51.5094121]},"properties":{"@type":"node","@id":469785255,"@timestamp":1628260483},"coords":"51.5094121,-0.0598463","bedrooms":"1","price":"298000","area":"572"} , +{"type":"Feature","id":"n469785291","geometry":{"type":"Point","coordinates":[-0.2813659,51.379951]},"properties":{"@type":"node","@id":469785291,"@timestamp":1597480395},"coords":"51.379951,-0.2813659","bedrooms":"1","price":"169000","area":"651"} , +{"type":"Feature","id":"n469785329","geometry":{"type":"Point","coordinates":[-0.2804269,51.3804866]},"properties":{"@type":"node","@id":469785329,"@timestamp":1597480395},"coords":"51.3804866,-0.2804269","bedrooms":"1","price":"243000","area":"599"} , +{"type":"Feature","id":"n469785377","geometry":{"type":"Point","coordinates":[-0.1458246,51.4311924]},"properties":{"@type":"node","@id":469785377,"@timestamp":1556641298},"coords":"51.4311924,-0.1458246","bedrooms":"4","price":"264000","area":"612"} , +{"type":"Feature","id":"n469785411","geometry":{"type":"Point","coordinates":[-0.0028978,51.4450197]},"properties":{"@type":"node","@id":469785411,"@timestamp":1564912845},"coords":"51.4450197,-0.0028978","bedrooms":"3","price":"185000","area":"572"} , +{"type":"Feature","id":"n469785447","geometry":{"type":"Point","coordinates":[-0.071703,51.588581]},"properties":{"@type":"node","@id":469785447,"@timestamp":1609427940},"coords":"51.588581,-0.071703","bedrooms":"3","price":"199000","area":"361"} , +{"type":"Feature","id":"n469785457","geometry":{"type":"Point","coordinates":[-0.066657,51.598689]},"properties":{"@type":"node","@id":469785457,"@timestamp":1556640822},"coords":"51.598689,-0.066657","bedrooms":"4","price":"237000","area":"510"} , +{"type":"Feature","id":"n469785467","geometry":{"type":"Point","coordinates":[-0.0710438,51.5875232]},"properties":{"@type":"node","@id":469785467,"@timestamp":1540547136},"coords":"51.5875232,-0.0710438","bedrooms":"3","price":"286000","area":"675"} , +{"type":"Feature","id":"n469785479","geometry":{"type":"Point","coordinates":[-0.2882853,51.5536136]},"properties":{"@type":"node","@id":469785479,"@timestamp":1564912845},"coords":"51.5536136,-0.2882853","bedrooms":"0","price":"236000","area":"682"} , +{"type":"Feature","id":"n469785489","geometry":{"type":"Point","coordinates":[-0.3959437,51.4950219]},"properties":{"@type":"node","@id":469785489,"@timestamp":1608852412},"coords":"51.4950219,-0.3959437","bedrooms":"0","price":"244000","area":"426"} , +{"type":"Feature","id":"n469785499","geometry":{"type":"Point","coordinates":[-0.0133871,51.6339921]},"properties":{"@type":"node","@id":469785499,"@timestamp":1617462124},"coords":"51.6339921,-0.0133871","bedrooms":"1","price":"177000","area":"501"} , +{"type":"Feature","id":"n469785509","geometry":{"type":"Point","coordinates":[-0.1741625,51.3943854]},"properties":{"@type":"node","@id":469785509,"@timestamp":1583077815},"coords":"51.3943854,-0.1741625","bedrooms":"0","price":"239000","area":"517"} , +{"type":"Feature","id":"n469785521","geometry":{"type":"Point","coordinates":[-0.188436,51.467068]},"properties":{"@type":"node","@id":469785521,"@timestamp":1597484030},"coords":"51.467068,-0.188436","bedrooms":"2","price":"299000","area":"354"} , +{"type":"Feature","id":"n469785533","geometry":{"type":"Point","coordinates":[-0.1295845,51.4842055]},"properties":{"@type":"node","@id":469785533,"@timestamp":1556643843},"coords":"51.4842055,-0.1295845","bedrooms":"0","price":"172000","area":"472"} , +{"type":"Feature","id":"n469785544","geometry":{"type":"Point","coordinates":[0.01872,51.55769]},"properties":{"@type":"node","@id":469785544,"@timestamp":1606831113},"coords":"51.55769,0.01872","bedrooms":"0","price":"188000","area":"671"} , +{"type":"Feature","id":"n469785554","geometry":{"type":"Point","coordinates":[-0.0585969,51.5057425]},"properties":{"@type":"node","@id":469785554,"@timestamp":1630962253},"coords":"51.5057425,-0.0585969","bedrooms":"3","price":"225000","area":"476"} , +{"type":"Feature","id":"n469785567","geometry":{"type":"Point","coordinates":[-0.0035965,51.5369166]},"properties":{"@type":"node","@id":469785567,"@timestamp":1629208977},"coords":"51.5369166,-0.0035965","bedrooms":"4","price":"295000","area":"659"} , +{"type":"Feature","id":"n469785579","geometry":{"type":"Point","coordinates":[-0.0940423,51.4743108]},"properties":{"@type":"node","@id":469785579,"@timestamp":1631442321},"coords":"51.4743108,-0.0940423","bedrooms":"1","price":"276000","area":"694"} , +{"type":"Feature","id":"n469785596","geometry":{"type":"Point","coordinates":[0.0158356,51.6308112]},"properties":{"@type":"node","@id":469785596,"@timestamp":1617462605},"coords":"51.6308112,0.0158356","bedrooms":"3","price":"238000","area":"398"} , +{"type":"Feature","id":"n469785617","geometry":{"type":"Point","coordinates":[0.0347977,51.4826081]},"properties":{"@type":"node","@id":469785617,"@timestamp":1556643843},"coords":"51.4826081,0.0347977","bedrooms":"2","price":"281000","area":"513"} , +{"type":"Feature","id":"n469785628","geometry":{"type":"Point","coordinates":[-0.1816319,51.6482347]},"properties":{"@type":"node","@id":469785628,"@timestamp":1598704264},"coords":"51.6482347,-0.1816319","bedrooms":"3","price":"241000","area":"550"} , +{"type":"Feature","id":"n469785638","geometry":{"type":"Point","coordinates":[-0.2368452,51.4811513]},"properties":{"@type":"node","@id":469785638,"@timestamp":1631455466},"coords":"51.4811513,-0.2368452","bedrooms":"4","price":"262000","area":"696"} , +{"type":"Feature","id":"n469785651","geometry":{"type":"Point","coordinates":[-0.1125099,51.5052153]},"properties":{"@type":"node","@id":469785651,"@timestamp":1565369665},"coords":"51.5052153,-0.1125099","bedrooms":"1","price":"234000","area":"624"} , +{"type":"Feature","id":"n469785662","geometry":{"type":"Point","coordinates":[-0.4921929,51.4840426]},"properties":{"@type":"node","@id":469785662,"@timestamp":1556645168},"coords":"51.4840426,-0.4921929","bedrooms":"1","price":"159000","area":"636"} , +{"type":"Feature","id":"n469785673","geometry":{"type":"Point","coordinates":[-0.26294,51.6035117]},"properties":{"@type":"node","@id":469785673,"@timestamp":1556643149},"coords":"51.6035117,-0.26294","bedrooms":"0","price":"179000","area":"463"} , +{"type":"Feature","id":"n469785683","geometry":{"type":"Point","coordinates":[-0.0508907,51.5600007]},"properties":{"@type":"node","@id":469785683,"@timestamp":1564912845},"coords":"51.5600007,-0.0508907","bedrooms":"1","price":"269000","area":"480"} , +{"type":"Feature","id":"n469785694","geometry":{"type":"Point","coordinates":[-0.1166906,51.4389689]},"properties":{"@type":"node","@id":469785694,"@timestamp":1589565527},"coords":"51.4389689,-0.1166906","bedrooms":"2","price":"224000","area":"414"} , +{"type":"Feature","id":"n469785704","geometry":{"type":"Point","coordinates":[-0.340131,51.6139445]},"properties":{"@type":"node","@id":469785704,"@timestamp":1564912845},"coords":"51.6139445,-0.340131","bedrooms":"2","price":"269000","area":"538"} , +{"type":"Feature","id":"n469785714","geometry":{"type":"Point","coordinates":[0.0197121,51.454539]},"properties":{"@type":"node","@id":469785714,"@timestamp":1564912845},"coords":"51.454539,0.0197121","bedrooms":"4","price":"276000","area":"538"} , +{"type":"Feature","id":"n469785724","geometry":{"type":"Point","coordinates":[-0.3309739,51.5339984]},"properties":{"@type":"node","@id":469785724,"@timestamp":1559694782},"coords":"51.5339984,-0.3309739","bedrooms":"2","price":"263000","area":"473"} , +{"type":"Feature","id":"n469785740","geometry":{"type":"Point","coordinates":[-0.0215016,51.5109313]},"properties":{"@type":"node","@id":469785740,"@timestamp":1622209512},"coords":"51.5109313,-0.0215016","bedrooms":"0","price":"289000","area":"684"} , +{"type":"Feature","id":"n469785750","geometry":{"type":"Point","coordinates":[-0.3724226,51.4800047]},"properties":{"@type":"node","@id":469785750,"@timestamp":1564912845},"coords":"51.4800047,-0.3724226","bedrooms":"1","price":"231000","area":"558"} , +{"type":"Feature","id":"n469785760","geometry":{"type":"Point","coordinates":[-0.1396657,51.333765]},"properties":{"@type":"node","@id":469785760,"@timestamp":1591523491},"coords":"51.333765,-0.1396657","bedrooms":"3","price":"241000","area":"606"} , +{"type":"Feature","id":"n469785770","geometry":{"type":"Point","coordinates":[0.0397158,51.5305762]},"properties":{"@type":"node","@id":469785770,"@timestamp":1564912845},"coords":"51.5305762,0.0397158","bedrooms":"2","price":"215000","area":"493"} , +{"type":"Feature","id":"n469785780","geometry":{"type":"Point","coordinates":[0.0682814,51.5619108]},"properties":{"@type":"node","@id":469785780,"@timestamp":1552760009},"coords":"51.5619108,0.0682814","bedrooms":"2","price":"274000","area":"559"} , +{"type":"Feature","id":"n469785799","geometry":{"type":"Point","coordinates":[-0.3396235,51.6093513]},"properties":{"@type":"node","@id":469785799,"@timestamp":1615831168},"coords":"51.6093513,-0.3396235","bedrooms":"3","price":"168000","area":"592"} , +{"type":"Feature","id":"n469785816","geometry":{"type":"Point","coordinates":[-0.3095226,51.3987418]},"properties":{"@type":"node","@id":469785816,"@timestamp":1595687508},"coords":"51.3987418,-0.3095226","bedrooms":"3","price":"190000","area":"545"} , +{"type":"Feature","id":"n469785826","geometry":{"type":"Point","coordinates":[-0.2563757,51.4350593]},"properties":{"@type":"node","@id":469785826,"@timestamp":1609625518},"coords":"51.4350593,-0.2563757","bedrooms":"0","price":"165000","area":"600"} , +{"type":"Feature","id":"n469785837","geometry":{"type":"Point","coordinates":[0.1758941,51.5579924]},"properties":{"@type":"node","@id":469785837,"@timestamp":1556643844},"coords":"51.5579924,0.1758941","bedrooms":"1","price":"257000","area":"579"} , +{"type":"Feature","id":"n469785847","geometry":{"type":"Point","coordinates":[-0.2741971,51.586029]},"properties":{"@type":"node","@id":469785847,"@timestamp":1630104241},"coords":"51.586029,-0.2741971","bedrooms":"2","price":"190000","area":"428"} , +{"type":"Feature","id":"n469785858","geometry":{"type":"Point","coordinates":[-0.0202945,51.6271438]},"properties":{"@type":"node","@id":469785858,"@timestamp":1617462124},"coords":"51.6271438,-0.0202945","bedrooms":"0","price":"285000","area":"428"} , +{"type":"Feature","id":"n469785868","geometry":{"type":"Point","coordinates":[-0.2885286,51.4924892]},"properties":{"@type":"node","@id":469785868,"@timestamp":1564912845},"coords":"51.4924892,-0.2885286","bedrooms":"1","price":"160000","area":"634"} , +{"type":"Feature","id":"n469785878","geometry":{"type":"Point","coordinates":[0.2196898,51.5506397]},"properties":{"@type":"node","@id":469785878,"@timestamp":1556645744},"coords":"51.5506397,0.2196898","bedrooms":"3","price":"189000","area":"530"} , +{"type":"Feature","id":"n469785889","geometry":{"type":"Point","coordinates":[-0.1489263,51.4182035]},"properties":{"@type":"node","@id":469785889,"@timestamp":1556641307},"coords":"51.4182035,-0.1489263","bedrooms":"1","price":"240000","area":"541"} , +{"type":"Feature","id":"n469785899","geometry":{"type":"Point","coordinates":[0.0289389,51.6045058]},"properties":{"@type":"node","@id":469785899,"@timestamp":1629811494},"coords":"51.6045058,0.0289389","bedrooms":"2","price":"188000","area":"627"} , +{"type":"Feature","id":"n469785909","geometry":{"type":"Point","coordinates":[-0.290957,51.4101004]},"properties":{"@type":"node","@id":469785909,"@timestamp":1635194471},"coords":"51.4101004,-0.290957","bedrooms":"2","price":"239000","area":"394"} , +{"type":"Feature","id":"n469785919","geometry":{"type":"Point","coordinates":[0.1530852,51.438664]},"properties":{"@type":"node","@id":469785919,"@timestamp":1564912845},"coords":"51.438664,0.1530852","bedrooms":"3","price":"229000","area":"559"} , +{"type":"Feature","id":"n469785929","geometry":{"type":"Point","coordinates":[-0.3578853,51.4517877]},"properties":{"@type":"node","@id":469785929,"@timestamp":1564912845},"coords":"51.4517877,-0.3578853","bedrooms":"0","price":"165000","area":"697"} , +{"type":"Feature","id":"n469785939","geometry":{"type":"Point","coordinates":[-0.2532499,51.4212954]},"properties":{"@type":"node","@id":469785939,"@timestamp":1609607572},"coords":"51.4212954,-0.2532499","bedrooms":"4","price":"200000","area":"368"} , +{"type":"Feature","id":"n469785950","geometry":{"type":"Point","coordinates":[0.1106651,51.4707114]},"properties":{"@type":"node","@id":469785950,"@timestamp":1560013663},"coords":"51.4707114,0.1106651","bedrooms":"2","price":"235000","area":"474"} , +{"type":"Feature","id":"n469785960","geometry":{"type":"Point","coordinates":[-0.1113378,51.5888138]},"properties":{"@type":"node","@id":469785960,"@timestamp":1564912845},"coords":"51.5888138,-0.1113378","bedrooms":"3","price":"179000","area":"375"} , +{"type":"Feature","id":"n469785973","geometry":{"type":"Point","coordinates":[0.1080195,51.4629404]},"properties":{"@type":"node","@id":469785973,"@timestamp":1564912845},"coords":"51.4629404,0.1080195","bedrooms":"2","price":"287000","area":"444"} , +{"type":"Feature","id":"n469785983","geometry":{"type":"Point","coordinates":[-0.3775669,51.4699229]},"properties":{"@type":"node","@id":469785983,"@timestamp":1564912845},"coords":"51.4699229,-0.3775669","bedrooms":"3","price":"164000","area":"595"} , +{"type":"Feature","id":"n469785996","geometry":{"type":"Point","coordinates":[0.076095,51.4619413]},"properties":{"@type":"node","@id":469785996,"@timestamp":1564912845},"coords":"51.4619413,0.076095","bedrooms":"1","price":"181000","area":"573"} , +{"type":"Feature","id":"n469786008","geometry":{"type":"Point","coordinates":[-0.0554573,51.5405666]},"properties":{"@type":"node","@id":469786008,"@timestamp":1628627184},"coords":"51.5405666,-0.0554573","bedrooms":"3","price":"292000","area":"623"} , +{"type":"Feature","id":"n469786036","geometry":{"type":"Point","coordinates":[-0.2908938,51.5587942]},"properties":{"@type":"node","@id":469786036,"@timestamp":1559618623},"coords":"51.5587942,-0.2908938","bedrooms":"2","price":"192000","area":"387"} , +{"type":"Feature","id":"n469786046","geometry":{"type":"Point","coordinates":[-0.2110445,51.4401025]},"properties":{"@type":"node","@id":469786046,"@timestamp":1617377692},"coords":"51.4401025,-0.2110445","bedrooms":"3","price":"178000","area":"562"} , +{"type":"Feature","id":"n469786056","geometry":{"type":"Point","coordinates":[-0.0778934,51.405621]},"properties":{"@type":"node","@id":469786056,"@timestamp":1579985597},"coords":"51.405621,-0.0778934","bedrooms":"3","price":"226000","area":"586"} , +{"type":"Feature","id":"n469786068","geometry":{"type":"Point","coordinates":[0.041455,51.4913297]},"properties":{"@type":"node","@id":469786068,"@timestamp":1632249349},"coords":"51.4913297,0.041455","bedrooms":"0","price":"221000","area":"540"} , +{"type":"Feature","id":"n469786078","geometry":{"type":"Point","coordinates":[0.0645672,51.4937483]},"properties":{"@type":"node","@id":469786078,"@timestamp":1500112805},"coords":"51.4937483,0.0645672","bedrooms":"2","price":"271000","area":"675"} , +{"type":"Feature","id":"n469786089","geometry":{"type":"Point","coordinates":[-0.0414612,51.5968149]},"properties":{"@type":"node","@id":469786089,"@timestamp":1556640828},"coords":"51.5968149,-0.0414612","bedrooms":"1","price":"270000","area":"574"} , +{"type":"Feature","id":"n469786102","geometry":{"type":"Point","coordinates":[-0.0271172,51.4169056]},"properties":{"@type":"node","@id":469786102,"@timestamp":1630330904},"coords":"51.4169056,-0.0271172","bedrooms":"0","price":"183000","area":"405"} , +{"type":"Feature","id":"n469786112","geometry":{"type":"Point","coordinates":[0.1233465,51.3935896]},"properties":{"@type":"node","@id":469786112,"@timestamp":1627668075},"coords":"51.3935896,0.1233465","bedrooms":"3","price":"250000","area":"633"} , +{"type":"Feature","id":"n469786122","geometry":{"type":"Point","coordinates":[-0.2399167,51.5376152]},"properties":{"@type":"node","@id":469786122,"@timestamp":1597485085},"coords":"51.5376152,-0.2399167","bedrooms":"3","price":"205000","area":"447"} , +{"type":"Feature","id":"n469786132","geometry":{"type":"Point","coordinates":[-0.2419297,51.5156647]},"properties":{"@type":"node","@id":469786132,"@timestamp":1615221894},"coords":"51.5156647,-0.2419297","bedrooms":"0","price":"293000","area":"598"} , +{"type":"Feature","id":"n469786142","geometry":{"type":"Point","coordinates":[0.0270002,51.4795373]},"properties":{"@type":"node","@id":469786142,"@timestamp":1564912845},"coords":"51.4795373,0.0270002","bedrooms":"1","price":"197000","area":"411"} , +{"type":"Feature","id":"n469786152","geometry":{"type":"Point","coordinates":[-0.2577568,51.5932307]},"properties":{"@type":"node","@id":469786152,"@timestamp":1526357999},"coords":"51.5932307,-0.2577568","bedrooms":"2","price":"230000","area":"406"} , +{"type":"Feature","id":"n469786162","geometry":{"type":"Point","coordinates":[-0.3985088,51.5274949]},"properties":{"@type":"node","@id":469786162,"@timestamp":1564912845},"coords":"51.5274949,-0.3985088","bedrooms":"3","price":"243000","area":"605"} , +{"type":"Feature","id":"n469786172","geometry":{"type":"Point","coordinates":[0.0245882,51.541858]},"properties":{"@type":"node","@id":469786172,"@timestamp":1613313973},"coords":"51.541858,0.0245882","bedrooms":"4","price":"280000","area":"398"} , +{"type":"Feature","id":"n469786182","geometry":{"type":"Point","coordinates":[-0.0549848,51.5296249]},"properties":{"@type":"node","@id":469786182,"@timestamp":1592255774},"coords":"51.5296249,-0.0549848","bedrooms":"3","price":"172000","area":"415"} , +{"type":"Feature","id":"n469786193","geometry":{"type":"Point","coordinates":[0.034273,51.4528813]},"properties":{"@type":"node","@id":469786193,"@timestamp":1635611540},"coords":"51.4528813,0.034273","bedrooms":"0","price":"159000","area":"533"} , +{"type":"Feature","id":"n469786203","geometry":{"type":"Point","coordinates":[-0.2973191,51.602206]},"properties":{"@type":"node","@id":469786203,"@timestamp":1623967670},"coords":"51.602206,-0.2973191","bedrooms":"4","price":"155000","area":"492"} , +{"type":"Feature","id":"n469786214","geometry":{"type":"Point","coordinates":[-0.1800895,51.5713936]},"properties":{"@type":"node","@id":469786214,"@timestamp":1564912845},"coords":"51.5713936,-0.1800895","bedrooms":"1","price":"266000","area":"543"} , +{"type":"Feature","id":"n469786225","geometry":{"type":"Point","coordinates":[-0.2366519,51.5422417]},"properties":{"@type":"node","@id":469786225,"@timestamp":1597485085},"coords":"51.5422417,-0.2366519","bedrooms":"3","price":"251000","area":"429"} , +{"type":"Feature","id":"n469786235","geometry":{"type":"Point","coordinates":[-0.2456746,51.5322198]},"properties":{"@type":"node","@id":469786235,"@timestamp":1597485085},"coords":"51.5322198,-0.2456746","bedrooms":"4","price":"243000","area":"603"} , +{"type":"Feature","id":"n469786245","geometry":{"type":"Point","coordinates":[0.0639921,51.4329159]},"properties":{"@type":"node","@id":469786245,"@timestamp":1556642047},"coords":"51.4329159,0.0639921","bedrooms":"2","price":"154000","area":"363"} , +{"type":"Feature","id":"n469786255","geometry":{"type":"Point","coordinates":[-0.2041399,51.6493019]},"properties":{"@type":"node","@id":469786255,"@timestamp":1556646597},"coords":"51.6493019,-0.2041399","bedrooms":"4","price":"255000","area":"427"} , +{"type":"Feature","id":"n469786266","geometry":{"type":"Point","coordinates":[0.0456372,51.5120469]},"properties":{"@type":"node","@id":469786266,"@timestamp":1630740140},"coords":"51.5120469,0.0456372","bedrooms":"1","price":"155000","area":"376"} , +{"type":"Feature","id":"n469786287","geometry":{"type":"Point","coordinates":[-0.1626759,51.397987]},"properties":{"@type":"node","@id":469786287,"@timestamp":1597482181},"coords":"51.397987,-0.1626759","bedrooms":"4","price":"224000","area":"385"} , +{"type":"Feature","id":"n469786298","geometry":{"type":"Point","coordinates":[-0.2034347,51.4188805]},"properties":{"@type":"node","@id":469786298,"@timestamp":1608669968},"coords":"51.4188805,-0.2034347","bedrooms":"1","price":"258000","area":"629"} , +{"type":"Feature","id":"n469786308","geometry":{"type":"Point","coordinates":[-0.2087856,51.422421]},"properties":{"@type":"node","@id":469786308,"@timestamp":1597482181},"coords":"51.422421,-0.2087856","bedrooms":"0","price":"170000","area":"692"} , +{"type":"Feature","id":"n469786333","geometry":{"type":"Point","coordinates":[-0.2185461,51.422118]},"properties":{"@type":"node","@id":469786333,"@timestamp":1597482181},"coords":"51.422118,-0.2185461","bedrooms":"4","price":"221000","area":"589"} , +{"type":"Feature","id":"n469786366","geometry":{"type":"Point","coordinates":[-0.4042764,51.5175851]},"properties":{"@type":"node","@id":469786366,"@timestamp":1564912845},"coords":"51.5175851,-0.4042764","bedrooms":"2","price":"225000","area":"387"} , +{"type":"Feature","id":"n469786383","geometry":{"type":"Point","coordinates":[-0.1028173,51.6340043]},"properties":{"@type":"node","@id":469786383,"@timestamp":1564912845},"coords":"51.6340043,-0.1028173","bedrooms":"0","price":"257000","area":"594"} , +{"type":"Feature","id":"n469786393","geometry":{"type":"Point","coordinates":[-0.1005798,51.3858152]},"properties":{"@type":"node","@id":469786393,"@timestamp":1556642048},"coords":"51.3858152,-0.1005798","bedrooms":"0","price":"153000","area":"539"} , +{"type":"Feature","id":"n469786403","geometry":{"type":"Point","coordinates":[-0.3080598,51.4869797]},"properties":{"@type":"node","@id":469786403,"@timestamp":1564912845},"coords":"51.4869797,-0.3080598","bedrooms":"0","price":"197000","area":"680"} , +{"type":"Feature","id":"n469786413","geometry":{"type":"Point","coordinates":[-0.1386461,51.6809759]},"properties":{"@type":"node","@id":469786413,"@timestamp":1605365341},"coords":"51.6809759,-0.1386461","bedrooms":"0","price":"193000","area":"697"} , +{"type":"Feature","id":"n469786423","geometry":{"type":"Point","coordinates":[0.0215637,51.4615068]},"properties":{"@type":"node","@id":469786423,"@timestamp":1605194750},"coords":"51.4615068,0.0215637","bedrooms":"0","price":"178000","area":"597"} , +{"type":"Feature","id":"n469786433","geometry":{"type":"Point","coordinates":[0.0381508,51.4695569]},"properties":{"@type":"node","@id":469786433,"@timestamp":1616864088},"coords":"51.4695569,0.0381508","bedrooms":"4","price":"247000","area":"659"} , +{"type":"Feature","id":"n469786443","geometry":{"type":"Point","coordinates":[0.0589001,51.5527749]},"properties":{"@type":"node","@id":469786443,"@timestamp":1556640831},"coords":"51.5527749,0.0589001","bedrooms":"2","price":"296000","area":"430"} , +{"type":"Feature","id":"n469786454","geometry":{"type":"Point","coordinates":[-0.1022933,51.6105911]},"properties":{"@type":"node","@id":469786454,"@timestamp":1564912845},"coords":"51.6105911,-0.1022933","bedrooms":"2","price":"283000","area":"625"} , +{"type":"Feature","id":"n469786464","geometry":{"type":"Point","coordinates":[-0.233284,51.3737301]},"properties":{"@type":"node","@id":469786464,"@timestamp":1580999712},"coords":"51.3737301,-0.233284","bedrooms":"4","price":"178000","area":"497"} , +{"type":"Feature","id":"n469786476","geometry":{"type":"Point","coordinates":[-0.2942984,51.5754146]},"properties":{"@type":"node","@id":469786476,"@timestamp":1614638546},"coords":"51.5754146,-0.2942984","bedrooms":"2","price":"299000","area":"417"} , +{"type":"Feature","id":"n469786488","geometry":{"type":"Point","coordinates":[-0.2781517,51.4908578]},"properties":{"@type":"node","@id":469786488,"@timestamp":1552144425},"coords":"51.4908578,-0.2781517","bedrooms":"2","price":"156000","area":"459"} , +{"type":"Feature","id":"n469786503","geometry":{"type":"Point","coordinates":[-0.2430876,51.455798]},"properties":{"@type":"node","@id":469786503,"@timestamp":1569684594},"coords":"51.455798,-0.2430876","bedrooms":"1","price":"205000","area":"560"} , +{"type":"Feature","id":"n469786516","geometry":{"type":"Point","coordinates":[-0.1386888,51.5260159]},"properties":{"@type":"node","@id":469786516,"@timestamp":1631605085},"coords":"51.5260159,-0.1386888","bedrooms":"2","price":"234000","area":"485"} , +{"type":"Feature","id":"n469786539","geometry":{"type":"Point","coordinates":[-0.1268122,51.5001776]},"properties":{"@type":"node","@id":469786539,"@timestamp":1582024510},"coords":"51.5001776,-0.1268122","bedrooms":"4","price":"280000","area":"548"} , +{"type":"Feature","id":"n469786549","geometry":{"type":"Point","coordinates":[-0.1708458,51.4654487]},"properties":{"@type":"node","@id":469786549,"@timestamp":1597484030},"coords":"51.4654487,-0.1708458","bedrooms":"3","price":"152000","area":"522"} , +{"type":"Feature","id":"n469786561","geometry":{"type":"Point","coordinates":[-0.2552199,51.4932927]},"properties":{"@type":"node","@id":469786561,"@timestamp":1564912845},"coords":"51.4932927,-0.2552199","bedrooms":"4","price":"272000","area":"506"} , +{"type":"Feature","id":"n469786573","geometry":{"type":"Point","coordinates":[-0.103309,51.5653002]},"properties":{"@type":"node","@id":469786573,"@timestamp":1628711989},"coords":"51.5653002,-0.103309","bedrooms":"3","price":"215000","area":"455"} , +{"type":"Feature","id":"n469786583","geometry":{"type":"Point","coordinates":[0.0071745,51.42256]},"properties":{"@type":"node","@id":469786583,"@timestamp":1556642050},"coords":"51.42256,0.0071745","bedrooms":"4","price":"180000","area":"578"} , +{"type":"Feature","id":"n469786594","geometry":{"type":"Point","coordinates":[-0.0116459,51.5764198]},"properties":{"@type":"node","@id":469786594,"@timestamp":1564912845},"coords":"51.5764198,-0.0116459","bedrooms":"2","price":"277000","area":"400"} , +{"type":"Feature","id":"n469786618","geometry":{"type":"Point","coordinates":[-0.0846549,51.5420654]},"properties":{"@type":"node","@id":469786618,"@timestamp":1585026017},"coords":"51.5420654,-0.0846549","bedrooms":"0","price":"204000","area":"440"} , +{"type":"Feature","id":"n469786642","geometry":{"type":"Point","coordinates":[0.1918085,51.5723085]},"properties":{"@type":"node","@id":469786642,"@timestamp":1556645746},"coords":"51.5723085,0.1918085","bedrooms":"1","price":"287000","area":"444"} , +{"type":"Feature","id":"n469786652","geometry":{"type":"Point","coordinates":[0.0265152,51.5749709]},"properties":{"@type":"node","@id":469786652,"@timestamp":1536753803},"coords":"51.5749709,0.0265152","bedrooms":"4","price":"176000","area":"407"} , +{"type":"Feature","id":"n469786662","geometry":{"type":"Point","coordinates":[-0.0838386,51.5469378]},"properties":{"@type":"node","@id":469786662,"@timestamp":1416702320},"coords":"51.5469378,-0.0838386","bedrooms":"2","price":"292000","area":"459"} , +{"type":"Feature","id":"n469786672","geometry":{"type":"Point","coordinates":[0.1599025,51.4619351]},"properties":{"@type":"node","@id":469786672,"@timestamp":1564912845},"coords":"51.4619351,0.1599025","bedrooms":"4","price":"211000","area":"448"} , +{"type":"Feature","id":"n469786682","geometry":{"type":"Point","coordinates":[-0.1750977,51.4838879]},"properties":{"@type":"node","@id":469786682,"@timestamp":1630759093},"coords":"51.4838879,-0.1750977","bedrooms":"1","price":"238000","area":"448"} , +{"type":"Feature","id":"n469786692","geometry":{"type":"Point","coordinates":[-0.0202509,51.443462]},"properties":{"@type":"node","@id":469786692,"@timestamp":1626707512},"coords":"51.443462,-0.0202509","bedrooms":"4","price":"217000","area":"597"} , +{"type":"Feature","id":"n469786728","geometry":{"type":"Point","coordinates":[-0.3062024,51.5853636]},"properties":{"@type":"node","@id":469786728,"@timestamp":1556643162},"coords":"51.5853636,-0.3062024","bedrooms":"4","price":"212000","area":"552"} , +{"type":"Feature","id":"n469786755","geometry":{"type":"Point","coordinates":[-0.2445936,51.6075432]},"properties":{"@type":"node","@id":469786755,"@timestamp":1566652363},"coords":"51.6075432,-0.2445936","bedrooms":"4","price":"156000","area":"363"} , +{"type":"Feature","id":"n469786767","geometry":{"type":"Point","coordinates":[0.0191883,51.6018251]},"properties":{"@type":"node","@id":469786767,"@timestamp":1629802988},"coords":"51.6018251,0.0191883","bedrooms":"3","price":"246000","area":"551"} , +{"type":"Feature","id":"n469786777","geometry":{"type":"Point","coordinates":[-0.1038834,51.5986572]},"properties":{"@type":"node","@id":469786777,"@timestamp":1450886907},"coords":"51.5986572,-0.1038834","bedrooms":"0","price":"193000","area":"604"} , +{"type":"Feature","id":"n469786789","geometry":{"type":"Point","coordinates":[-0.0916939,51.5820293]},"properties":{"@type":"node","@id":469786789,"@timestamp":1549921421},"coords":"51.5820293,-0.0916939","bedrooms":"2","price":"250000","area":"366"} , +{"type":"Feature","id":"n469786806","geometry":{"type":"Point","coordinates":[-0.2281475,51.5168817]},"properties":{"@type":"node","@id":469786806,"@timestamp":1614748179},"coords":"51.5168817,-0.2281475","bedrooms":"4","price":"153000","area":"454"} , +{"type":"Feature","id":"n469786822","geometry":{"type":"Point","coordinates":[-0.3377387,51.4826336]},"properties":{"@type":"node","@id":469786822,"@timestamp":1564912845},"coords":"51.4826336,-0.3377387","bedrooms":"2","price":"193000","area":"594"} , +{"type":"Feature","id":"n469786834","geometry":{"type":"Point","coordinates":[-0.1721648,51.3527613]},"properties":{"@type":"node","@id":469786834,"@timestamp":1564912845},"coords":"51.3527613,-0.1721648","bedrooms":"0","price":"260000","area":"401"} , +{"type":"Feature","id":"n469786845","geometry":{"type":"Point","coordinates":[-0.1582037,51.582533]},"properties":{"@type":"node","@id":469786845,"@timestamp":1632846592},"coords":"51.582533,-0.1582037","bedrooms":"2","price":"298000","area":"389"} , +{"type":"Feature","id":"n469786856","geometry":{"type":"Point","coordinates":[-0.1906786,51.4901959]},"properties":{"@type":"node","@id":469786856,"@timestamp":1619961214},"coords":"51.4901959,-0.1906786","bedrooms":"1","price":"244000","area":"474"} , +{"type":"Feature","id":"n469786866","geometry":{"type":"Point","coordinates":[-0.1779282,51.4176918]},"properties":{"@type":"node","@id":469786866,"@timestamp":1597482181},"coords":"51.4176918,-0.1779282","bedrooms":"4","price":"207000","area":"632"} , +{"type":"Feature","id":"n469786877","geometry":{"type":"Point","coordinates":[-0.1424372,51.5466195]},"properties":{"@type":"node","@id":469786877,"@timestamp":1628808547},"coords":"51.5466195,-0.1424372","bedrooms":"1","price":"218000","area":"355"} , +{"type":"Feature","id":"n469786891","geometry":{"type":"Point","coordinates":[-0.3136108,51.5146334]},"properties":{"@type":"node","@id":469786891,"@timestamp":1629971268},"coords":"51.5146334,-0.3136108","bedrooms":"3","price":"285000","area":"638"} , +{"type":"Feature","id":"n469786902","geometry":{"type":"Point","coordinates":[-0.2637132,51.5668119]},"properties":{"@type":"node","@id":469786902,"@timestamp":1564912845},"coords":"51.5668119,-0.2637132","bedrooms":"1","price":"275000","area":"656"} , +{"type":"Feature","id":"n469786912","geometry":{"type":"Point","coordinates":[0.074782,51.4122372]},"properties":{"@type":"node","@id":469786912,"@timestamp":1500553534},"coords":"51.4122372,0.074782","bedrooms":"1","price":"249000","area":"643"} , +{"type":"Feature","id":"n469786922","geometry":{"type":"Point","coordinates":[0.0368849,51.3887933]},"properties":{"@type":"node","@id":469786922,"@timestamp":1564912845},"coords":"51.3887933,0.0368849","bedrooms":"4","price":"178000","area":"535"} , +{"type":"Feature","id":"n469786932","geometry":{"type":"Point","coordinates":[-0.1734465,51.522228]},"properties":{"@type":"node","@id":469786932,"@timestamp":1570119271},"coords":"51.522228,-0.1734465","bedrooms":"2","price":"257000","area":"577"} , +{"type":"Feature","id":"n469786942","geometry":{"type":"Point","coordinates":[-0.0883221,51.3663827]},"properties":{"@type":"node","@id":469786942,"@timestamp":1556642056},"coords":"51.3663827,-0.0883221","bedrooms":"2","price":"155000","area":"395"} , +{"type":"Feature","id":"n469786958","geometry":{"type":"Point","coordinates":[-0.0860485,51.6174071]},"properties":{"@type":"node","@id":469786958,"@timestamp":1564912845},"coords":"51.6174071,-0.0860485","bedrooms":"4","price":"229000","area":"625"} , +{"type":"Feature","id":"n469786969","geometry":{"type":"Point","coordinates":[-0.1738024,51.4934873]},"properties":{"@type":"node","@id":469786969,"@timestamp":1630759093},"coords":"51.4934873,-0.1738024","bedrooms":"2","price":"176000","area":"683"} , +{"type":"Feature","id":"n469786980","geometry":{"type":"Point","coordinates":[0.1838448,51.5738073]},"properties":{"@type":"node","@id":469786980,"@timestamp":1634143141},"coords":"51.5738073,0.1838448","bedrooms":"1","price":"290000","area":"680"} , +{"type":"Feature","id":"n469786992","geometry":{"type":"Point","coordinates":[-0.0637182,51.6166934]},"properties":{"@type":"node","@id":469786992,"@timestamp":1564912845},"coords":"51.6166934,-0.0637182","bedrooms":"1","price":"252000","area":"394"} , +{"type":"Feature","id":"n469787003","geometry":{"type":"Point","coordinates":[-0.1447472,51.515849]},"properties":{"@type":"node","@id":469787003,"@timestamp":1576503489},"coords":"51.515849,-0.1447472","bedrooms":"2","price":"290000","area":"674"} , +{"type":"Feature","id":"n469787019","geometry":{"type":"Point","coordinates":[0.0660779,51.5759924]},"properties":{"@type":"node","@id":469787019,"@timestamp":1553613477},"coords":"51.5759924,0.0660779","bedrooms":"2","price":"175000","area":"382"} , +{"type":"Feature","id":"n469787031","geometry":{"type":"Point","coordinates":[-0.0872972,51.5209528]},"properties":{"@type":"node","@id":469787031,"@timestamp":1592252781},"coords":"51.5209528,-0.0872972","bedrooms":"4","price":"231000","area":"468"} , +{"type":"Feature","id":"n469787041","geometry":{"type":"Point","coordinates":[-0.0252986,51.409429]},"properties":{"@type":"node","@id":469787041,"@timestamp":1617802946},"coords":"51.409429,-0.0252986","bedrooms":"4","price":"241000","area":"448"} , +{"type":"Feature","id":"n469787055","geometry":{"type":"Point","coordinates":[0.2486844,51.5550274]},"properties":{"@type":"node","@id":469787055,"@timestamp":1595258111},"coords":"51.5550274,0.2486844","bedrooms":"2","price":"178000","area":"571"} , +{"type":"Feature","id":"n469787068","geometry":{"type":"Point","coordinates":[-0.1105126,51.5977894]},"properties":{"@type":"node","@id":469787068,"@timestamp":1564912845},"coords":"51.5977894,-0.1105126","bedrooms":"0","price":"165000","area":"377"} , +{"type":"Feature","id":"n469787080","geometry":{"type":"Point","coordinates":[0.0712187,51.4825908]},"properties":{"@type":"node","@id":469787080,"@timestamp":1628682736},"coords":"51.4825908,0.0712187","bedrooms":"1","price":"248000","area":"655"} , +{"type":"Feature","id":"n469787102","geometry":{"type":"Point","coordinates":[-0.2755479,51.5010181]},"properties":{"@type":"node","@id":469787102,"@timestamp":1552144426},"coords":"51.5010181,-0.2755479","bedrooms":"2","price":"222000","area":"487"} , +{"type":"Feature","id":"n469787123","geometry":{"type":"Point","coordinates":[0.0910612,51.4442162]},"properties":{"@type":"node","@id":469787123,"@timestamp":1627422919},"coords":"51.4442162,0.0910612","bedrooms":"0","price":"261000","area":"435"} , +{"type":"Feature","id":"n469787157","geometry":{"type":"Point","coordinates":[-0.0289787,51.5304174]},"properties":{"@type":"node","@id":469787157,"@timestamp":1558622524},"coords":"51.5304174,-0.0289787","bedrooms":"0","price":"188000","area":"527"} , +{"type":"Feature","id":"n469787173","geometry":{"type":"Point","coordinates":[-0.2807292,51.5886047]},"properties":{"@type":"node","@id":469787173,"@timestamp":1566652363},"coords":"51.5886047,-0.2807292","bedrooms":"1","price":"242000","area":"433"} , +{"type":"Feature","id":"n469787195","geometry":{"type":"Point","coordinates":[-0.2668723,51.5934357]},"properties":{"@type":"node","@id":469787195,"@timestamp":1566652363},"coords":"51.5934357,-0.2668723","bedrooms":"1","price":"238000","area":"644"} , +{"type":"Feature","id":"n469787213","geometry":{"type":"Point","coordinates":[-0.1076956,51.4227737]},"properties":{"@type":"node","@id":469787213,"@timestamp":1628456093},"coords":"51.4227737,-0.1076956","bedrooms":"4","price":"223000","area":"413"} , +{"type":"Feature","id":"n469787230","geometry":{"type":"Point","coordinates":[-0.2630218,51.5205618]},"properties":{"@type":"node","@id":469787230,"@timestamp":1543575417},"coords":"51.5205618,-0.2630218","bedrooms":"3","price":"161000","area":"410"} , +{"type":"Feature","id":"n469787250","geometry":{"type":"Point","coordinates":[-0.0577951,51.6491989]},"properties":{"@type":"node","@id":469787250,"@timestamp":1556795818},"coords":"51.6491989,-0.0577951","bedrooms":"4","price":"229000","area":"369"} , +{"type":"Feature","id":"n469787273","geometry":{"type":"Point","coordinates":[-0.0983481,51.4171015]},"properties":{"@type":"node","@id":469787273,"@timestamp":1623507865},"coords":"51.4171015,-0.0983481","bedrooms":"1","price":"265000","area":"430"} , +{"type":"Feature","id":"n469787285","geometry":{"type":"Point","coordinates":[-0.3802726,51.4358311]},"properties":{"@type":"node","@id":469787285,"@timestamp":1618996908},"coords":"51.4358311,-0.3802726","bedrooms":"1","price":"218000","area":"397"} , +{"type":"Feature","id":"n469787303","geometry":{"type":"Point","coordinates":[-0.1097445,51.4969361]},"properties":{"@type":"node","@id":469787303,"@timestamp":1631793780},"coords":"51.4969361,-0.1097445","bedrooms":"4","price":"183000","area":"656"} , +{"type":"Feature","id":"n469787313","geometry":{"type":"Point","coordinates":[-0.1370122,51.4073126]},"properties":{"@type":"node","@id":469787313,"@timestamp":1556641326},"coords":"51.4073126,-0.1370122","bedrooms":"0","price":"165000","area":"616"} , +{"type":"Feature","id":"n469787328","geometry":{"type":"Point","coordinates":[-0.1450653,51.5553057]},"properties":{"@type":"node","@id":469787328,"@timestamp":1597485085},"coords":"51.5553057,-0.1450653","bedrooms":"1","price":"226000","area":"579"} , +{"type":"Feature","id":"n469787341","geometry":{"type":"Point","coordinates":[-0.0930919,51.4922057]},"properties":{"@type":"node","@id":469787341,"@timestamp":1473740748},"coords":"51.4922057,-0.0930919","bedrooms":"1","price":"281000","area":"686"} , +{"type":"Feature","id":"n469787354","geometry":{"type":"Point","coordinates":[0.0330285,51.5099698]},"properties":{"@type":"node","@id":469787354,"@timestamp":1611319042},"coords":"51.5099698,0.0330285","bedrooms":"1","price":"236000","area":"352"} , +{"type":"Feature","id":"n469787368","geometry":{"type":"Point","coordinates":[-0.2046043,51.4719254]},"properties":{"@type":"node","@id":469787368,"@timestamp":1597484030},"coords":"51.4719254,-0.2046043","bedrooms":"2","price":"229000","area":"652"} , +{"type":"Feature","id":"n469787398","geometry":{"type":"Point","coordinates":[-0.188319,51.3854106]},"properties":{"@type":"node","@id":469787398,"@timestamp":1588617537},"coords":"51.3854106,-0.188319","bedrooms":"2","price":"199000","area":"687"} , +{"type":"Feature","id":"n469787418","geometry":{"type":"Point","coordinates":[0.1222357,51.431729]},"properties":{"@type":"node","@id":469787418,"@timestamp":1564912845},"coords":"51.431729,0.1222357","bedrooms":"3","price":"187000","area":"630"} , +{"type":"Feature","id":"n469787439","geometry":{"type":"Point","coordinates":[-0.2697425,51.5273607]},"properties":{"@type":"node","@id":469787439,"@timestamp":1552144426},"coords":"51.5273607,-0.2697425","bedrooms":"4","price":"208000","area":"537"} , +{"type":"Feature","id":"n469787450","geometry":{"type":"Point","coordinates":[-0.1740551,51.490382]},"properties":{"@type":"node","@id":469787450,"@timestamp":1609012768},"coords":"51.490382,-0.1740551","bedrooms":"1","price":"230000","area":"439"} , +{"type":"Feature","id":"n469787461","geometry":{"type":"Point","coordinates":[-0.0748554,51.449516]},"properties":{"@type":"node","@id":469787461,"@timestamp":1556642066},"coords":"51.449516,-0.0748554","bedrooms":"3","price":"200000","area":"431"} , +{"type":"Feature","id":"n469787473","geometry":{"type":"Point","coordinates":[-0.046303,51.4553407]},"properties":{"@type":"node","@id":469787473,"@timestamp":1564912845},"coords":"51.4553407,-0.046303","bedrooms":"1","price":"269000","area":"495"} , +{"type":"Feature","id":"n469787488","geometry":{"type":"Point","coordinates":[-0.418475,51.4487919]},"properties":{"@type":"node","@id":469787488,"@timestamp":1580954418},"coords":"51.4487919,-0.418475","bedrooms":"0","price":"272000","area":"417"} , +{"type":"Feature","id":"n469787505","geometry":{"type":"Point","coordinates":[-0.2851663,51.5813904]},"properties":{"@type":"node","@id":469787505,"@timestamp":1564912845},"coords":"51.5813904,-0.2851663","bedrooms":"1","price":"243000","area":"434"} , +{"type":"Feature","id":"n469787521","geometry":{"type":"Point","coordinates":[0.0612631,51.5833803]},"properties":{"@type":"node","@id":469787521,"@timestamp":1556640837},"coords":"51.5833803,0.0612631","bedrooms":"1","price":"247000","area":"659"} , +{"type":"Feature","id":"n469787534","geometry":{"type":"Point","coordinates":[-0.1878844,51.5254504]},"properties":{"@type":"node","@id":469787534,"@timestamp":1597485085},"coords":"51.5254504,-0.1878844","bedrooms":"3","price":"273000","area":"574"} , +{"type":"Feature","id":"n469787545","geometry":{"type":"Point","coordinates":[-0.0777376,51.61191]},"properties":{"@type":"node","@id":469787545,"@timestamp":1615673592},"coords":"51.61191,-0.0777376","bedrooms":"3","price":"295000","area":"591"} , +{"type":"Feature","id":"n469787555","geometry":{"type":"Point","coordinates":[0.2763524,51.568783]},"properties":{"@type":"node","@id":469787555,"@timestamp":1556645749},"coords":"51.568783,0.2763524","bedrooms":"0","price":"257000","area":"669"} , +{"type":"Feature","id":"n469787566","geometry":{"type":"Point","coordinates":[-0.0774574,51.580919]},"properties":{"@type":"node","@id":469787566,"@timestamp":1564912845},"coords":"51.580919,-0.0774574","bedrooms":"0","price":"159000","area":"557"} , +{"type":"Feature","id":"n469787585","geometry":{"type":"Point","coordinates":[-0.3314036,51.5176572]},"properties":{"@type":"node","@id":469787585,"@timestamp":1614599227},"coords":"51.5176572,-0.3314036","bedrooms":"3","price":"206000","area":"450"} , +{"type":"Feature","id":"n469787599","geometry":{"type":"Point","coordinates":[0.0941057,51.3547423]},"properties":{"@type":"node","@id":469787599,"@timestamp":1564912845},"coords":"51.3547423,0.0941057","bedrooms":"1","price":"225000","area":"644"} , +{"type":"Feature","id":"n469787611","geometry":{"type":"Point","coordinates":[0.1522577,51.4866724]},"properties":{"@type":"node","@id":469787611,"@timestamp":1556643856},"coords":"51.4866724,0.1522577","bedrooms":"3","price":"240000","area":"588"} , +{"type":"Feature","id":"n469787623","geometry":{"type":"Point","coordinates":[0.1749726,51.4556224]},"properties":{"@type":"node","@id":469787623,"@timestamp":1556642071},"coords":"51.4556224,0.1749726","bedrooms":"4","price":"189000","area":"352"} , +{"type":"Feature","id":"n469787640","geometry":{"type":"Point","coordinates":[-0.2282711,51.4204454]},"properties":{"@type":"node","@id":469787640,"@timestamp":1597482181},"coords":"51.4204454,-0.2282711","bedrooms":"2","price":"278000","area":"653"} , +{"type":"Feature","id":"n469787650","geometry":{"type":"Point","coordinates":[-0.1563084,51.4557451]},"properties":{"@type":"node","@id":469787650,"@timestamp":1597484030},"coords":"51.4557451,-0.1563084","bedrooms":"1","price":"185000","area":"675"} , +{"type":"Feature","id":"n469787663","geometry":{"type":"Point","coordinates":[0.1251243,51.5599295]},"properties":{"@type":"node","@id":469787663,"@timestamp":1552760010},"coords":"51.5599295,0.1251243","bedrooms":"0","price":"196000","area":"692"} , +{"type":"Feature","id":"n469787673","geometry":{"type":"Point","coordinates":[-0.2065057,51.3631316]},"properties":{"@type":"node","@id":469787673,"@timestamp":1597481218},"coords":"51.3631316,-0.2065057","bedrooms":"1","price":"270000","area":"626"} , +{"type":"Feature","id":"n469787683","geometry":{"type":"Point","coordinates":[0.2083196,51.5706845]},"properties":{"@type":"node","@id":469787683,"@timestamp":1556645750},"coords":"51.5706845,0.2083196","bedrooms":"1","price":"231000","area":"437"} , +{"type":"Feature","id":"n469787693","geometry":{"type":"Point","coordinates":[0.0634434,51.3642659]},"properties":{"@type":"node","@id":469787693,"@timestamp":1620113345},"coords":"51.3642659,0.0634434","bedrooms":"1","price":"290000","area":"499"} , +{"type":"Feature","id":"n469787703","geometry":{"type":"Point","coordinates":[-0.1450757,51.4106932]},"properties":{"@type":"node","@id":469787703,"@timestamp":1556641333},"coords":"51.4106932,-0.1450757","bedrooms":"1","price":"276000","area":"588"} , +{"type":"Feature","id":"n469787715","geometry":{"type":"Point","coordinates":[-0.1574258,51.3237169]},"properties":{"@type":"node","@id":469787715,"@timestamp":1596144339},"coords":"51.3237169,-0.1574258","bedrooms":"2","price":"258000","area":"456"} , +{"type":"Feature","id":"n469787725","geometry":{"type":"Point","coordinates":[0.0395385,51.6155904]},"properties":{"@type":"node","@id":469787725,"@timestamp":1579870228},"coords":"51.6155904,0.0395385","bedrooms":"0","price":"168000","area":"625"} , +{"type":"Feature","id":"n469787742","geometry":{"type":"Point","coordinates":[0.0833966,51.4377127]},"properties":{"@type":"node","@id":469787742,"@timestamp":1579897069},"coords":"51.4377127,0.0833966","bedrooms":"4","price":"219000","area":"474"} , +{"type":"Feature","id":"n469787755","geometry":{"type":"Point","coordinates":[-0.0572304,51.5972736]},"properties":{"@type":"node","@id":469787755,"@timestamp":1617461325},"coords":"51.5972736,-0.0572304","bedrooms":"0","price":"265000","area":"596"} , +{"type":"Feature","id":"n469787767","geometry":{"type":"Point","coordinates":[-0.1875843,51.5813978]},"properties":{"@type":"node","@id":469787767,"@timestamp":1556640839},"coords":"51.5813978,-0.1875843","bedrooms":"0","price":"234000","area":"689"} , +{"type":"Feature","id":"n469787778","geometry":{"type":"Point","coordinates":[0.1639092,51.5008223]},"properties":{"@type":"node","@id":469787778,"@timestamp":1618081866},"coords":"51.5008223,0.1639092","bedrooms":"4","price":"288000","area":"406"} , +{"type":"Feature","id":"n469787788","geometry":{"type":"Point","coordinates":[0.0339354,51.5289745]},"properties":{"@type":"node","@id":469787788,"@timestamp":1516919647},"coords":"51.5289745,0.0339354","bedrooms":"0","price":"179000","area":"503"} , +{"type":"Feature","id":"n469787800","geometry":{"type":"Point","coordinates":[-0.2048174,51.4889285]},"properties":{"@type":"node","@id":469787800,"@timestamp":1525737531},"coords":"51.4889285,-0.2048174","bedrooms":"2","price":"241000","area":"384"} , +{"type":"Feature","id":"n469787811","geometry":{"type":"Point","coordinates":[-0.0588571,51.5658517]},"properties":{"@type":"node","@id":469787811,"@timestamp":1556640841},"coords":"51.5658517,-0.0588571","bedrooms":"0","price":"277000","area":"459"} , +{"type":"Feature","id":"n469787843","geometry":{"type":"Point","coordinates":[-0.0926563,51.5554091]},"properties":{"@type":"node","@id":469787843,"@timestamp":1626013470},"coords":"51.5554091,-0.0926563","bedrooms":"0","price":"288000","area":"615"} , +{"type":"Feature","id":"n469787898","geometry":{"type":"Point","coordinates":[-0.2182766,51.3572685]},"properties":{"@type":"node","@id":469787898,"@timestamp":1597481218},"coords":"51.3572685,-0.2182766","bedrooms":"0","price":"215000","area":"467"} , +{"type":"Feature","id":"n469787917","geometry":{"type":"Point","coordinates":[-0.1418711,51.4877525]},"properties":{"@type":"node","@id":469787917,"@timestamp":1540937878},"coords":"51.4877525,-0.1418711","bedrooms":"0","price":"246000","area":"673"} , +{"type":"Feature","id":"n469787934","geometry":{"type":"Point","coordinates":[-0.2799325,51.4788521]},"properties":{"@type":"node","@id":469787934,"@timestamp":1574532013},"coords":"51.4788521,-0.2799325","bedrooms":"2","price":"239000","area":"440"} , +{"type":"Feature","id":"n469787944","geometry":{"type":"Point","coordinates":[-0.0600066,51.5903776]},"properties":{"@type":"node","@id":469787944,"@timestamp":1415532686},"coords":"51.5903776,-0.0600066","bedrooms":"3","price":"166000","area":"500"} , +{"type":"Feature","id":"n469787954","geometry":{"type":"Point","coordinates":[-0.0053456,51.5232024]},"properties":{"@type":"node","@id":469787954,"@timestamp":1624814247},"coords":"51.5232024,-0.0053456","bedrooms":"4","price":"168000","area":"574"} , +{"type":"Feature","id":"n469787973","geometry":{"type":"Point","coordinates":[-0.0629743,51.5433694]},"properties":{"@type":"node","@id":469787973,"@timestamp":1633113037},"coords":"51.5433694,-0.0629743","bedrooms":"1","price":"293000","area":"600"} , +{"type":"Feature","id":"n469787998","geometry":{"type":"Point","coordinates":[-0.0834932,51.5322863]},"properties":{"@type":"node","@id":469787998,"@timestamp":1628446138},"coords":"51.5322863,-0.0834932","bedrooms":"4","price":"208000","area":"691"} , +{"type":"Feature","id":"n469788020","geometry":{"type":"Point","coordinates":[-0.330262,51.4849022]},"properties":{"@type":"node","@id":469788020,"@timestamp":1564912845},"coords":"51.4849022,-0.330262","bedrooms":"3","price":"156000","area":"552"} , +{"type":"Feature","id":"n469788033","geometry":{"type":"Point","coordinates":[0.1110032,51.5249698]},"properties":{"@type":"node","@id":469788033,"@timestamp":1564912845},"coords":"51.5249698,0.1110032","bedrooms":"4","price":"152000","area":"528"} , +{"type":"Feature","id":"n469788053","geometry":{"type":"Point","coordinates":[0.0949153,51.5253237]},"properties":{"@type":"node","@id":469788053,"@timestamp":1564912845},"coords":"51.5253237,0.0949153","bedrooms":"3","price":"215000","area":"355"} , +{"type":"Feature","id":"n469788075","geometry":{"type":"Point","coordinates":[-0.3163006,51.6208878]},"properties":{"@type":"node","@id":469788075,"@timestamp":1620165401},"coords":"51.6208878,-0.3163006","bedrooms":"3","price":"290000","area":"509"} , +{"type":"Feature","id":"n469788094","geometry":{"type":"Point","coordinates":[-0.0724417,51.5956734]},"properties":{"@type":"node","@id":469788094,"@timestamp":1564912845},"coords":"51.5956734,-0.0724417","bedrooms":"4","price":"291000","area":"396"} , +{"type":"Feature","id":"n469788106","geometry":{"type":"Point","coordinates":[0.1767733,51.5818704]},"properties":{"@type":"node","@id":469788106,"@timestamp":1564912845},"coords":"51.5818704,0.1767733","bedrooms":"3","price":"173000","area":"689"} , +{"type":"Feature","id":"n469788119","geometry":{"type":"Point","coordinates":[0.2207277,51.5613456]},"properties":{"@type":"node","@id":469788119,"@timestamp":1586705954},"coords":"51.5613456,0.2207277","bedrooms":"4","price":"231000","area":"440"} , +{"type":"Feature","id":"n469788150","geometry":{"type":"Point","coordinates":[-0.0985541,51.4863825]},"properties":{"@type":"node","@id":469788150,"@timestamp":1629150751},"coords":"51.4863825,-0.0985541","bedrooms":"3","price":"253000","area":"581"} , +{"type":"Feature","id":"n469788200","geometry":{"type":"Point","coordinates":[-0.1625637,51.5851262]},"properties":{"@type":"node","@id":469788200,"@timestamp":1596472499},"coords":"51.5851262,-0.1625637","bedrooms":"1","price":"240000","area":"390"} , +{"type":"Feature","id":"n469788226","geometry":{"type":"Point","coordinates":[0.1784964,51.5758332]},"properties":{"@type":"node","@id":469788226,"@timestamp":1582107598},"coords":"51.5758332,0.1784964","bedrooms":"4","price":"202000","area":"508"} , +{"type":"Feature","id":"n469788250","geometry":{"type":"Point","coordinates":[-0.2976599,51.4266618]},"properties":{"@type":"node","@id":469788250,"@timestamp":1624877834},"coords":"51.4266618,-0.2976599","bedrooms":"0","price":"228000","area":"471"} , +{"type":"Feature","id":"n469788261","geometry":{"type":"Point","coordinates":[-0.1578465,51.6296939]},"properties":{"@type":"node","@id":469788261,"@timestamp":1564912845},"coords":"51.6296939,-0.1578465","bedrooms":"4","price":"256000","area":"413"} , +{"type":"Feature","id":"n469788282","geometry":{"type":"Point","coordinates":[-0.0183396,51.3997836]},"properties":{"@type":"node","@id":469788282,"@timestamp":1613737784},"coords":"51.3997836,-0.0183396","bedrooms":"3","price":"192000","area":"537"} , +{"type":"Feature","id":"n469788321","geometry":{"type":"Point","coordinates":[-0.116014,51.3566418]},"properties":{"@type":"node","@id":469788321,"@timestamp":1556642079},"coords":"51.3566418,-0.116014","bedrooms":"1","price":"281000","area":"562"} , +{"type":"Feature","id":"n469788351","geometry":{"type":"Point","coordinates":[-0.413772,51.4979713]},"properties":{"@type":"node","@id":469788351,"@timestamp":1608852412},"coords":"51.4979713,-0.413772","bedrooms":"2","price":"194000","area":"415"} , +{"type":"Feature","id":"n469788367","geometry":{"type":"Point","coordinates":[-0.0219836,51.3464286]},"properties":{"@type":"node","@id":469788367,"@timestamp":1556646603},"coords":"51.3464286,-0.0219836","bedrooms":"1","price":"258000","area":"438"} , +{"type":"Feature","id":"n469788389","geometry":{"type":"Point","coordinates":[-0.2097048,51.5773384]},"properties":{"@type":"node","@id":469788389,"@timestamp":1622378763},"coords":"51.5773384,-0.2097048","bedrooms":"3","price":"288000","area":"405"} , +{"type":"Feature","id":"n469788404","geometry":{"type":"Point","coordinates":[-0.3281972,51.6047242]},"properties":{"@type":"node","@id":469788404,"@timestamp":1634474812},"coords":"51.6047242,-0.3281972","bedrooms":"0","price":"203000","area":"430"} , +{"type":"Feature","id":"n469788415","geometry":{"type":"Point","coordinates":[-0.2152031,51.4663411]},"properties":{"@type":"node","@id":469788415,"@timestamp":1628347610},"coords":"51.4663411,-0.2152031","bedrooms":"2","price":"274000","area":"460"} , +{"type":"Feature","id":"n469788426","geometry":{"type":"Point","coordinates":[-0.3858093,51.5657079]},"properties":{"@type":"node","@id":469788426,"@timestamp":1556643175},"coords":"51.5657079,-0.3858093","bedrooms":"4","price":"245000","area":"604"} , +{"type":"Feature","id":"n469788440","geometry":{"type":"Point","coordinates":[-0.0887632,51.5337182]},"properties":{"@type":"node","@id":469788440,"@timestamp":1625100402},"coords":"51.5337182,-0.0887632","bedrooms":"2","price":"229000","area":"408"} , +{"type":"Feature","id":"n469788462","geometry":{"type":"Point","coordinates":[-0.3941361,51.4827435]},"properties":{"@type":"node","@id":469788462,"@timestamp":1564912845},"coords":"51.4827435,-0.3941361","bedrooms":"3","price":"207000","area":"389"} , +{"type":"Feature","id":"n469788478","geometry":{"type":"Point","coordinates":[-0.3797397,51.4812666]},"properties":{"@type":"node","@id":469788478,"@timestamp":1564912845},"coords":"51.4812666,-0.3797397","bedrooms":"2","price":"246000","area":"489"} , +{"type":"Feature","id":"n469788494","geometry":{"type":"Point","coordinates":[-0.3453424,51.4778758]},"properties":{"@type":"node","@id":469788494,"@timestamp":1564912850},"coords":"51.4778758,-0.3453424","bedrooms":"2","price":"199000","area":"452"} , +{"type":"Feature","id":"n469788510","geometry":{"type":"Point","coordinates":[-0.3411813,51.4873094]},"properties":{"@type":"node","@id":469788510,"@timestamp":1564912850},"coords":"51.4873094,-0.3411813","bedrooms":"0","price":"186000","area":"464"} , +{"type":"Feature","id":"n469788527","geometry":{"type":"Point","coordinates":[-0.3298223,51.4746917]},"properties":{"@type":"node","@id":469788527,"@timestamp":1564912850},"coords":"51.4746917,-0.3298223","bedrooms":"1","price":"280000","area":"441"} , +{"type":"Feature","id":"n469788540","geometry":{"type":"Point","coordinates":[-0.085359,51.4467376]},"properties":{"@type":"node","@id":469788540,"@timestamp":1564912850},"coords":"51.4467376,-0.085359","bedrooms":"0","price":"221000","area":"516"} , +{"type":"Feature","id":"n469788553","geometry":{"type":"Point","coordinates":[-0.0664331,51.3412626]},"properties":{"@type":"node","@id":469788553,"@timestamp":1591525618},"coords":"51.3412626,-0.0664331","bedrooms":"3","price":"183000","area":"690"} , +{"type":"Feature","id":"n469788564","geometry":{"type":"Point","coordinates":[-0.4895807,51.4701335]},"properties":{"@type":"node","@id":469788564,"@timestamp":1549450050},"coords":"51.4701335,-0.4895807","bedrooms":"3","price":"223000","area":"495"} , +{"type":"Feature","id":"n469788577","geometry":{"type":"Point","coordinates":[-0.4897814,51.4721747]},"properties":{"@type":"node","@id":469788577,"@timestamp":1532041984},"coords":"51.4721747,-0.4897814","bedrooms":"4","price":"185000","area":"537"} , +{"type":"Feature","id":"n469788587","geometry":{"type":"Point","coordinates":[-0.4895927,51.4723611]},"properties":{"@type":"node","@id":469788587,"@timestamp":1549450050},"coords":"51.4723611,-0.4895927","bedrooms":"2","price":"228000","area":"473"} , +{"type":"Feature","id":"n469788598","geometry":{"type":"Point","coordinates":[0.2337613,51.6009476]},"properties":{"@type":"node","@id":469788598,"@timestamp":1528548758},"coords":"51.6009476,0.2337613","bedrooms":"0","price":"296000","area":"463"} , +{"type":"Feature","id":"n469788608","geometry":{"type":"Point","coordinates":[-0.1448648,51.6212201]},"properties":{"@type":"node","@id":469788608,"@timestamp":1556643860},"coords":"51.6212201,-0.1448648","bedrooms":"4","price":"219000","area":"357"} , +{"type":"Feature","id":"n469788618","geometry":{"type":"Point","coordinates":[-0.3632186,51.425307]},"properties":{"@type":"node","@id":469788618,"@timestamp":1564912850},"coords":"51.425307,-0.3632186","bedrooms":"3","price":"232000","area":"365"} , +{"type":"Feature","id":"n469788628","geometry":{"type":"Point","coordinates":[-0.1543937,51.313714]},"properties":{"@type":"node","@id":469788628,"@timestamp":1590878316},"coords":"51.313714,-0.1543937","bedrooms":"1","price":"153000","area":"405"} , +{"type":"Feature","id":"n469788639","geometry":{"type":"Point","coordinates":[-0.226442,51.3878548]},"properties":{"@type":"node","@id":469788639,"@timestamp":1570398953},"coords":"51.3878548,-0.226442","bedrooms":"4","price":"222000","area":"619"} , +{"type":"Feature","id":"n469788652","geometry":{"type":"Point","coordinates":[0.1692853,51.5212386]},"properties":{"@type":"node","@id":469788652,"@timestamp":1556643862},"coords":"51.5212386,0.1692853","bedrooms":"4","price":"271000","area":"564"} , +{"type":"Feature","id":"n469788663","geometry":{"type":"Point","coordinates":[-0.3763436,51.4623526]},"properties":{"@type":"node","@id":469788663,"@timestamp":1628706367},"coords":"51.4623526,-0.3763436","bedrooms":"4","price":"189000","area":"608"} , +{"type":"Feature","id":"n469788675","geometry":{"type":"Point","coordinates":[0.0795302,51.3775809]},"properties":{"@type":"node","@id":469788675,"@timestamp":1564912850},"coords":"51.3775809,0.0795302","bedrooms":"4","price":"299000","area":"360"} , +{"type":"Feature","id":"n469788685","geometry":{"type":"Point","coordinates":[-0.3027756,51.5687429]},"properties":{"@type":"node","@id":469788685,"@timestamp":1556643177},"coords":"51.5687429,-0.3027756","bedrooms":"1","price":"286000","area":"560"} , +{"type":"Feature","id":"n469788695","geometry":{"type":"Point","coordinates":[-0.0741188,51.5076352]},"properties":{"@type":"node","@id":469788695,"@timestamp":1576504258},"coords":"51.5076352,-0.0741188","bedrooms":"4","price":"216000","area":"633"} , +{"type":"Feature","id":"n469788706","geometry":{"type":"Point","coordinates":[0.0131252,51.4900643]},"properties":{"@type":"node","@id":469788706,"@timestamp":1624545612},"coords":"51.4900643,0.0131252","bedrooms":"1","price":"209000","area":"447"} , +{"type":"Feature","id":"n469788716","geometry":{"type":"Point","coordinates":[-0.3099051,51.5518519]},"properties":{"@type":"node","@id":469788716,"@timestamp":1564912850},"coords":"51.5518519,-0.3099051","bedrooms":"4","price":"182000","area":"373"} , +{"type":"Feature","id":"n469788727","geometry":{"type":"Point","coordinates":[-0.06881,51.3958716]},"properties":{"@type":"node","@id":469788727,"@timestamp":1610808102},"coords":"51.3958716,-0.06881","bedrooms":"1","price":"252000","area":"663"} , +{"type":"Feature","id":"n469788737","geometry":{"type":"Point","coordinates":[-0.0969233,51.3863323]},"properties":{"@type":"node","@id":469788737,"@timestamp":1564912850},"coords":"51.3863323,-0.0969233","bedrooms":"4","price":"267000","area":"510"} , +{"type":"Feature","id":"n469788747","geometry":{"type":"Point","coordinates":[0.201883,51.5399537]},"properties":{"@type":"node","@id":469788747,"@timestamp":1556645753},"coords":"51.5399537,0.201883","bedrooms":"2","price":"241000","area":"447"} , +{"type":"Feature","id":"n469788759","geometry":{"type":"Point","coordinates":[0.101136,51.4242347]},"properties":{"@type":"node","@id":469788759,"@timestamp":1564912850},"coords":"51.4242347,0.101136","bedrooms":"2","price":"259000","area":"544"} , +{"type":"Feature","id":"n469788769","geometry":{"type":"Point","coordinates":[-0.4774693,51.5025247]},"properties":{"@type":"node","@id":469788769,"@timestamp":1624087769},"coords":"51.5025247,-0.4774693","bedrooms":"3","price":"268000","area":"377"} , +{"type":"Feature","id":"n469788779","geometry":{"type":"Point","coordinates":[0.1228754,51.4560379]},"properties":{"@type":"node","@id":469788779,"@timestamp":1564912850},"coords":"51.4560379,0.1228754","bedrooms":"1","price":"256000","area":"695"} , +{"type":"Feature","id":"n469788789","geometry":{"type":"Point","coordinates":[-0.2963683,51.5120101]},"properties":{"@type":"node","@id":469788789,"@timestamp":1564912850},"coords":"51.5120101,-0.2963683","bedrooms":"2","price":"189000","area":"488"} , +{"type":"Feature","id":"n469788799","geometry":{"type":"Point","coordinates":[-0.2722851,51.5985002]},"properties":{"@type":"node","@id":469788799,"@timestamp":1621810605},"coords":"51.5985002,-0.2722851","bedrooms":"4","price":"210000","area":"570"} , +{"type":"Feature","id":"n469788814","geometry":{"type":"Point","coordinates":[-0.1443296,51.3695258]},"properties":{"@type":"node","@id":469788814,"@timestamp":1556641340},"coords":"51.3695258,-0.1443296","bedrooms":"0","price":"208000","area":"417"} , +{"type":"Feature","id":"n469788828","geometry":{"type":"Point","coordinates":[0.2740302,51.5580194]},"properties":{"@type":"node","@id":469788828,"@timestamp":1624418901},"coords":"51.5580194,0.2740302","bedrooms":"0","price":"237000","area":"591"} , +{"type":"Feature","id":"n469788838","geometry":{"type":"Point","coordinates":[-0.0999981,51.325589]},"properties":{"@type":"node","@id":469788838,"@timestamp":1556646605},"coords":"51.325589,-0.0999981","bedrooms":"4","price":"283000","area":"414"} , +{"type":"Feature","id":"n469788848","geometry":{"type":"Point","coordinates":[-0.1658381,51.4728291]},"properties":{"@type":"node","@id":469788848,"@timestamp":1630759093},"coords":"51.4728291,-0.1658381","bedrooms":"3","price":"297000","area":"470"} , +{"type":"Feature","id":"n469788864","geometry":{"type":"Point","coordinates":[-0.4290114,51.6085197]},"properties":{"@type":"node","@id":469788864,"@timestamp":1556643181},"coords":"51.6085197,-0.4290114","bedrooms":"0","price":"168000","area":"530"} , +{"type":"Feature","id":"n469788878","geometry":{"type":"Point","coordinates":[-0.2856319,51.5321796]},"properties":{"@type":"node","@id":469788878,"@timestamp":1559445194},"coords":"51.5321796,-0.2856319","bedrooms":"4","price":"263000","area":"375"} , +{"type":"Feature","id":"n469788897","geometry":{"type":"Point","coordinates":[-0.29062,51.3974922]},"properties":{"@type":"node","@id":469788897,"@timestamp":1596541538},"coords":"51.3974922,-0.29062","bedrooms":"2","price":"244000","area":"445"} , +{"type":"Feature","id":"n469788909","geometry":{"type":"Point","coordinates":[-0.3302233,51.5817047]},"properties":{"@type":"node","@id":469788909,"@timestamp":1633719825},"coords":"51.5817047,-0.3302233","bedrooms":"1","price":"246000","area":"360"} , +{"type":"Feature","id":"n469788923","geometry":{"type":"Point","coordinates":[-0.1457078,51.428078]},"properties":{"@type":"node","@id":469788923,"@timestamp":1564912850},"coords":"51.428078,-0.1457078","bedrooms":"1","price":"204000","area":"585"} , +{"type":"Feature","id":"n469788935","geometry":{"type":"Point","coordinates":[-0.3184881,51.5755381]},"properties":{"@type":"node","@id":469788935,"@timestamp":1632331391},"coords":"51.5755381,-0.3184881","bedrooms":"0","price":"173000","area":"407"} , +{"type":"Feature","id":"n469788946","geometry":{"type":"Point","coordinates":[-0.1791804,51.3485205]},"properties":{"@type":"node","@id":469788946,"@timestamp":1564912850},"coords":"51.3485205,-0.1791804","bedrooms":"2","price":"216000","area":"356"} , +{"type":"Feature","id":"n469788968","geometry":{"type":"Point","coordinates":[0.0388378,51.5641417]},"properties":{"@type":"node","@id":469788968,"@timestamp":1552823883},"coords":"51.5641417,0.0388378","bedrooms":"1","price":"207000","area":"567"} , +{"type":"Feature","id":"n469788980","geometry":{"type":"Point","coordinates":[0.1234502,51.4581708]},"properties":{"@type":"node","@id":469788980,"@timestamp":1564912850},"coords":"51.4581708,0.1234502","bedrooms":"1","price":"259000","area":"658"} , +{"type":"Feature","id":"n469788991","geometry":{"type":"Point","coordinates":[-0.3674799,51.4520611]},"properties":{"@type":"node","@id":469788991,"@timestamp":1556641344},"coords":"51.4520611,-0.3674799","bedrooms":"0","price":"255000","area":"460"} , +{"type":"Feature","id":"n469789001","geometry":{"type":"Point","coordinates":[-0.1071201,51.6433226]},"properties":{"@type":"node","@id":469789001,"@timestamp":1588703165},"coords":"51.6433226,-0.1071201","bedrooms":"3","price":"239000","area":"613"} , +{"type":"Feature","id":"n469789013","geometry":{"type":"Point","coordinates":[-0.3915743,51.4672823]},"properties":{"@type":"node","@id":469789013,"@timestamp":1580951036},"coords":"51.4672823,-0.3915743","bedrooms":"2","price":"169000","area":"657"} , +{"type":"Feature","id":"n469789025","geometry":{"type":"Point","coordinates":[-0.1502787,51.6352226]},"properties":{"@type":"node","@id":469789025,"@timestamp":1556643866},"coords":"51.6352226,-0.1502787","bedrooms":"4","price":"233000","area":"650"} , +{"type":"Feature","id":"n469789036","geometry":{"type":"Point","coordinates":[-0.4035963,51.5291362]},"properties":{"@type":"node","@id":469789036,"@timestamp":1564912850},"coords":"51.5291362,-0.4035963","bedrooms":"4","price":"203000","area":"458"} , +{"type":"Feature","id":"n469789046","geometry":{"type":"Point","coordinates":[-0.1801244,51.3791336]},"properties":{"@type":"node","@id":469789046,"@timestamp":1564912850},"coords":"51.3791336,-0.1801244","bedrooms":"3","price":"295000","area":"627"} , +{"type":"Feature","id":"n469789076","geometry":{"type":"Point","coordinates":[-0.2359091,51.3958765]},"properties":{"@type":"node","@id":469789076,"@timestamp":1607382037},"coords":"51.3958765,-0.2359091","bedrooms":"1","price":"281000","area":"651"} , +{"type":"Feature","id":"n469789123","geometry":{"type":"Point","coordinates":[-0.1498992,51.6502839]},"properties":{"@type":"node","@id":469789123,"@timestamp":1598704264},"coords":"51.6502839,-0.1498992","bedrooms":"1","price":"211000","area":"661"} , +{"type":"Feature","id":"n469789135","geometry":{"type":"Point","coordinates":[-0.1031686,51.6232753]},"properties":{"@type":"node","@id":469789135,"@timestamp":1564912850},"coords":"51.6232753,-0.1031686","bedrooms":"1","price":"259000","area":"469"} , +{"type":"Feature","id":"n469789145","geometry":{"type":"Point","coordinates":[-0.1358538,51.599087]},"properties":{"@type":"node","@id":469789145,"@timestamp":1605105761},"coords":"51.599087,-0.1358538","bedrooms":"0","price":"280000","area":"410"} , +{"type":"Feature","id":"n469789157","geometry":{"type":"Point","coordinates":[-0.4414299,51.5300978]},"properties":{"@type":"node","@id":469789157,"@timestamp":1617288798},"coords":"51.5300978,-0.4414299","bedrooms":"1","price":"174000","area":"501"} , +{"type":"Feature","id":"n469789171","geometry":{"type":"Point","coordinates":[0.036178,51.5467178]},"properties":{"@type":"node","@id":469789171,"@timestamp":1556640849},"coords":"51.5467178,0.036178","bedrooms":"2","price":"272000","area":"552"} , +{"type":"Feature","id":"n469789182","geometry":{"type":"Point","coordinates":[-0.1434798,51.4984583]},"properties":{"@type":"node","@id":469789182,"@timestamp":1573662808},"coords":"51.4984583,-0.1434798","bedrooms":"2","price":"167000","area":"535"} , +{"type":"Feature","id":"n469789194","geometry":{"type":"Point","coordinates":[-0.4678441,51.458649]},"properties":{"@type":"node","@id":469789194,"@timestamp":1564912850},"coords":"51.458649,-0.4678441","bedrooms":"3","price":"179000","area":"573"} , +{"type":"Feature","id":"n469789204","geometry":{"type":"Point","coordinates":[-0.1764077,51.6125764]},"properties":{"@type":"node","@id":469789204,"@timestamp":1564912850},"coords":"51.6125764,-0.1764077","bedrooms":"0","price":"201000","area":"537"} , +{"type":"Feature","id":"n469789217","geometry":{"type":"Point","coordinates":[-0.0974669,51.3987441]},"properties":{"@type":"node","@id":469789217,"@timestamp":1622199464},"coords":"51.3987441,-0.0974669","bedrooms":"2","price":"216000","area":"547"} , +{"type":"Feature","id":"n469789229","geometry":{"type":"Point","coordinates":[-0.2410911,51.499139]},"properties":{"@type":"node","@id":469789229,"@timestamp":1626164502},"coords":"51.499139,-0.2410911","bedrooms":"3","price":"178000","area":"692"} , +{"type":"Feature","id":"n469789240","geometry":{"type":"Point","coordinates":[-0.1983866,51.5088336]},"properties":{"@type":"node","@id":469789240,"@timestamp":1579495859},"coords":"51.5088336,-0.1983866","bedrooms":"4","price":"261000","area":"500"} , +{"type":"Feature","id":"n469789255","geometry":{"type":"Point","coordinates":[-0.1076093,51.5976092]},"properties":{"@type":"node","@id":469789255,"@timestamp":1539463490},"coords":"51.5976092,-0.1076093","bedrooms":"3","price":"224000","area":"621"} , +{"type":"Feature","id":"n469789266","geometry":{"type":"Point","coordinates":[-0.1024927,51.5897111]},"properties":{"@type":"node","@id":469789266,"@timestamp":1564912850},"coords":"51.5897111,-0.1024927","bedrooms":"4","price":"285000","area":"685"} , +{"type":"Feature","id":"n469789276","geometry":{"type":"Point","coordinates":[-0.4799615,51.5008893]},"properties":{"@type":"node","@id":469789276,"@timestamp":1564912850},"coords":"51.5008893,-0.4799615","bedrooms":"4","price":"258000","area":"605"} , +{"type":"Feature","id":"n469789286","geometry":{"type":"Point","coordinates":[-0.195594,51.5730113]},"properties":{"@type":"node","@id":469789286,"@timestamp":1554381704},"coords":"51.5730113,-0.195594","bedrooms":"2","price":"287000","area":"414"} , +{"type":"Feature","id":"n469789297","geometry":{"type":"Point","coordinates":[-0.4229242,51.6114062]},"properties":{"@type":"node","@id":469789297,"@timestamp":1564912850},"coords":"51.6114062,-0.4229242","bedrooms":"1","price":"254000","area":"379"} , +{"type":"Feature","id":"n469789324","geometry":{"type":"Point","coordinates":[0.0144108,51.4103108]},"properties":{"@type":"node","@id":469789324,"@timestamp":1556642097},"coords":"51.4103108,0.0144108","bedrooms":"2","price":"169000","area":"596"} , +{"type":"Feature","id":"n469789364","geometry":{"type":"Point","coordinates":[-0.1501966,51.5606679]},"properties":{"@type":"node","@id":469789364,"@timestamp":1503012308},"coords":"51.5606679,-0.1501966","bedrooms":"4","price":"159000","area":"556"} , +{"type":"Feature","id":"n469789406","geometry":{"type":"Point","coordinates":[-0.1140958,51.547557]},"properties":{"@type":"node","@id":469789406,"@timestamp":1626900279},"coords":"51.547557,-0.1140958","bedrooms":"4","price":"225000","area":"584"} , +{"type":"Feature","id":"n469789439","geometry":{"type":"Point","coordinates":[-0.1817145,51.5176878]},"properties":{"@type":"node","@id":469789439,"@timestamp":1572163755},"coords":"51.5176878,-0.1817145","bedrooms":"2","price":"152000","area":"692"} , +{"type":"Feature","id":"n469789475","geometry":{"type":"Point","coordinates":[-0.2095276,51.5567409]},"properties":{"@type":"node","@id":469789475,"@timestamp":1564912850},"coords":"51.5567409,-0.2095276","bedrooms":"1","price":"262000","area":"633"} , +{"type":"Feature","id":"n469789503","geometry":{"type":"Point","coordinates":[-0.1260976,51.3298516]},"properties":{"@type":"node","@id":469789503,"@timestamp":1591523491},"coords":"51.3298516,-0.1260976","bedrooms":"2","price":"178000","area":"449"} , +{"type":"Feature","id":"n469789517","geometry":{"type":"Point","coordinates":[-0.3259053,51.5098072]},"properties":{"@type":"node","@id":469789517,"@timestamp":1619139714},"coords":"51.5098072,-0.3259053","bedrooms":"4","price":"184000","area":"609"} , +{"type":"Feature","id":"n469789528","geometry":{"type":"Point","coordinates":[-0.3919079,51.5981315]},"properties":{"@type":"node","@id":469789528,"@timestamp":1564912850},"coords":"51.5981315,-0.3919079","bedrooms":"3","price":"227000","area":"526"} , +{"type":"Feature","id":"n469789538","geometry":{"type":"Point","coordinates":[-0.2492322,51.5133458]},"properties":{"@type":"node","@id":469789538,"@timestamp":1571351075},"coords":"51.5133458,-0.2492322","bedrooms":"4","price":"299000","area":"378"} , +{"type":"Feature","id":"n469789548","geometry":{"type":"Point","coordinates":[-0.2026938,51.3605899]},"properties":{"@type":"node","@id":469789548,"@timestamp":1597481218},"coords":"51.3605899,-0.2026938","bedrooms":"4","price":"292000","area":"604"} , +{"type":"Feature","id":"n469789563","geometry":{"type":"Point","coordinates":[-0.195227,51.5535883]},"properties":{"@type":"node","@id":469789563,"@timestamp":1619961214},"coords":"51.5535883,-0.195227","bedrooms":"2","price":"275000","area":"538"} , +{"type":"Feature","id":"n469789577","geometry":{"type":"Point","coordinates":[-0.2095717,51.4544431]},"properties":{"@type":"node","@id":469789577,"@timestamp":1597484030},"coords":"51.4544431,-0.2095717","bedrooms":"1","price":"196000","area":"686"} , +{"type":"Feature","id":"n469789587","geometry":{"type":"Point","coordinates":[-0.2039476,51.4880115]},"properties":{"@type":"node","@id":469789587,"@timestamp":1564912850},"coords":"51.4880115,-0.2039476","bedrooms":"1","price":"182000","area":"413"} , +{"type":"Feature","id":"n469789598","geometry":{"type":"Point","coordinates":[-0.3253781,51.4738495]},"properties":{"@type":"node","@id":469789598,"@timestamp":1552275131},"coords":"51.4738495,-0.3253781","bedrooms":"4","price":"299000","area":"395"} , +{"type":"Feature","id":"n469789608","geometry":{"type":"Point","coordinates":[-0.1322859,51.4996528]},"properties":{"@type":"node","@id":469789608,"@timestamp":1573662808},"coords":"51.4996528,-0.1322859","bedrooms":"2","price":"221000","area":"685"} , +{"type":"Feature","id":"n469789620","geometry":{"type":"Point","coordinates":[-0.1451668,51.4866356]},"properties":{"@type":"node","@id":469789620,"@timestamp":1540937878},"coords":"51.4866356,-0.1451668","bedrooms":"0","price":"191000","area":"531"} , +{"type":"Feature","id":"n469789630","geometry":{"type":"Point","coordinates":[-0.0821795,51.4158849]},"properties":{"@type":"node","@id":469789630,"@timestamp":1623511286},"coords":"51.4158849,-0.0821795","bedrooms":"3","price":"269000","area":"401"} , +{"type":"Feature","id":"n469789640","geometry":{"type":"Point","coordinates":[-0.3438971,51.5736825]},"properties":{"@type":"node","@id":469789640,"@timestamp":1564912850},"coords":"51.5736825,-0.3438971","bedrooms":"0","price":"277000","area":"668"} , +{"type":"Feature","id":"n469789651","geometry":{"type":"Point","coordinates":[-0.0230247,51.3773223]},"properties":{"@type":"node","@id":469789651,"@timestamp":1615572273},"coords":"51.3773223,-0.0230247","bedrooms":"4","price":"202000","area":"508"} , +{"type":"Feature","id":"n469789662","geometry":{"type":"Point","coordinates":[-0.0685471,51.4254284]},"properties":{"@type":"node","@id":469789662,"@timestamp":1561205891},"coords":"51.4254284,-0.0685471","bedrooms":"3","price":"175000","area":"642"} , +{"type":"Feature","id":"n469789676","geometry":{"type":"Point","coordinates":[0.142794,51.5722471]},"properties":{"@type":"node","@id":469789676,"@timestamp":1564912850},"coords":"51.5722471,0.142794","bedrooms":"0","price":"186000","area":"583"} , +{"type":"Feature","id":"n469789686","geometry":{"type":"Point","coordinates":[-0.1918735,51.4880044]},"properties":{"@type":"node","@id":469789686,"@timestamp":1619961214},"coords":"51.4880044,-0.1918735","bedrooms":"3","price":"198000","area":"492"} , +{"type":"Feature","id":"n469789696","geometry":{"type":"Point","coordinates":[-0.0759702,51.618122]},"properties":{"@type":"node","@id":469789696,"@timestamp":1564912850},"coords":"51.618122,-0.0759702","bedrooms":"3","price":"226000","area":"437"} , +{"type":"Feature","id":"n469789707","geometry":{"type":"Point","coordinates":[-0.0427041,51.5495628]},"properties":{"@type":"node","@id":469789707,"@timestamp":1635192488},"coords":"51.5495628,-0.0427041","bedrooms":"1","price":"272000","area":"415"} , +{"type":"Feature","id":"n469789717","geometry":{"type":"Point","coordinates":[-0.1079521,51.5781182]},"properties":{"@type":"node","@id":469789717,"@timestamp":1609329544},"coords":"51.5781182,-0.1079521","bedrooms":"4","price":"286000","area":"560"} , +{"type":"Feature","id":"n469789728","geometry":{"type":"Point","coordinates":[0.0252099,51.5154945]},"properties":{"@type":"node","@id":469789728,"@timestamp":1518473801},"coords":"51.5154945,0.0252099","bedrooms":"3","price":"234000","area":"590"} , +{"type":"Feature","id":"n469789740","geometry":{"type":"Point","coordinates":[-0.1277477,51.4655553]},"properties":{"@type":"node","@id":469789740,"@timestamp":1597484030},"coords":"51.4655553,-0.1277477","bedrooms":"3","price":"287000","area":"643"} , +{"type":"Feature","id":"n469789753","geometry":{"type":"Point","coordinates":[0.0957917,51.5014397]},"properties":{"@type":"node","@id":469789753,"@timestamp":1556640853},"coords":"51.5014397,0.0957917","bedrooms":"4","price":"264000","area":"439"} , +{"type":"Feature","id":"n469789765","geometry":{"type":"Point","coordinates":[-0.0933188,51.5885904]},"properties":{"@type":"node","@id":469789765,"@timestamp":1564912850},"coords":"51.5885904,-0.0933188","bedrooms":"3","price":"155000","area":"403"} , +{"type":"Feature","id":"n469789775","geometry":{"type":"Point","coordinates":[-0.0605532,51.5957226]},"properties":{"@type":"node","@id":469789775,"@timestamp":1556640855},"coords":"51.5957226,-0.0605532","bedrooms":"4","price":"276000","area":"607"} , +{"type":"Feature","id":"n469789785","geometry":{"type":"Point","coordinates":[0.0796484,51.5162918]},"properties":{"@type":"node","@id":469789785,"@timestamp":1497358765},"coords":"51.5162918,0.0796484","bedrooms":"1","price":"186000","area":"398"} , +{"type":"Feature","id":"n469789796","geometry":{"type":"Point","coordinates":[-0.1368605,51.5055097]},"properties":{"@type":"node","@id":469789796,"@timestamp":1604774688},"coords":"51.5055097,-0.1368605","bedrooms":"0","price":"299000","area":"424"} , +{"type":"Feature","id":"n469789808","geometry":{"type":"Point","coordinates":[-0.0875876,51.4999739]},"properties":{"@type":"node","@id":469789808,"@timestamp":1591977604},"coords":"51.4999739,-0.0875876","bedrooms":"4","price":"229000","area":"354"} , +{"type":"Feature","id":"n469789819","geometry":{"type":"Point","coordinates":[-0.2465095,51.5912033]},"properties":{"@type":"node","@id":469789819,"@timestamp":1630104241},"coords":"51.5912033,-0.2465095","bedrooms":"3","price":"195000","area":"685"} , +{"type":"Feature","id":"n469789830","geometry":{"type":"Point","coordinates":[-0.4286509,51.5134796]},"properties":{"@type":"node","@id":469789830,"@timestamp":1608916705},"coords":"51.5134796,-0.4286509","bedrooms":"3","price":"258000","area":"509"} , +{"type":"Feature","id":"n469789842","geometry":{"type":"Point","coordinates":[-0.0848786,51.312575]},"properties":{"@type":"node","@id":469789842,"@timestamp":1592493167},"coords":"51.312575,-0.0848786","bedrooms":"0","price":"270000","area":"425"} , +{"type":"Feature","id":"n469789856","geometry":{"type":"Point","coordinates":[-0.1129037,51.3306109]},"properties":{"@type":"node","@id":469789856,"@timestamp":1591523491},"coords":"51.3306109,-0.1129037","bedrooms":"1","price":"209000","area":"383"} , +{"type":"Feature","id":"n469789870","geometry":{"type":"Point","coordinates":[0.218984,51.6055951]},"properties":{"@type":"node","@id":469789870,"@timestamp":1528548757},"coords":"51.6055951,0.218984","bedrooms":"4","price":"187000","area":"375"} , +{"type":"Feature","id":"n469789886","geometry":{"type":"Point","coordinates":[0.1865149,51.5854037]},"properties":{"@type":"node","@id":469789886,"@timestamp":1585732152},"coords":"51.5854037,0.1865149","bedrooms":"1","price":"184000","area":"387"} , +{"type":"Feature","id":"n469789901","geometry":{"type":"Point","coordinates":[-0.0685187,51.5350501]},"properties":{"@type":"node","@id":469789901,"@timestamp":1592255774},"coords":"51.5350501,-0.0685187","bedrooms":"1","price":"236000","area":"367"} , +{"type":"Feature","id":"n469789917","geometry":{"type":"Point","coordinates":[-0.0316141,51.5510663]},"properties":{"@type":"node","@id":469789917,"@timestamp":1533695801},"coords":"51.5510663,-0.0316141","bedrooms":"1","price":"153000","area":"369"} , +{"type":"Feature","id":"n469789938","geometry":{"type":"Point","coordinates":[-0.0820474,51.3729051]},"properties":{"@type":"node","@id":469789938,"@timestamp":1535589175},"coords":"51.3729051,-0.0820474","bedrooms":"2","price":"243000","area":"589"} , +{"type":"Feature","id":"n469789950","geometry":{"type":"Point","coordinates":[-0.0986589,51.5369596]},"properties":{"@type":"node","@id":469789950,"@timestamp":1585026017},"coords":"51.5369596,-0.0986589","bedrooms":"1","price":"230000","area":"573"} , +{"type":"Feature","id":"n469789966","geometry":{"type":"Point","coordinates":[-0.1108286,51.5309468]},"properties":{"@type":"node","@id":469789966,"@timestamp":1597485085},"coords":"51.5309468,-0.1108286","bedrooms":"2","price":"258000","area":"368"} , +{"type":"Feature","id":"n469789984","geometry":{"type":"Point","coordinates":[-0.0911572,51.523067]},"properties":{"@type":"node","@id":469789984,"@timestamp":1592252781},"coords":"51.523067,-0.0911572","bedrooms":"3","price":"189000","area":"431"} , +{"type":"Feature","id":"n469789999","geometry":{"type":"Point","coordinates":[-0.0195586,51.6748807]},"properties":{"@type":"node","@id":469789999,"@timestamp":1433064260},"coords":"51.6748807,-0.0195586","bedrooms":"1","price":"248000","area":"394"} , +{"type":"Feature","id":"n469790016","geometry":{"type":"Point","coordinates":[0.0642736,51.5294072]},"properties":{"@type":"node","@id":469790016,"@timestamp":1564912850},"coords":"51.5294072,0.0642736","bedrooms":"4","price":"220000","area":"522"} , +{"type":"Feature","id":"n469790029","geometry":{"type":"Point","coordinates":[0.0209146,51.433626]},"properties":{"@type":"node","@id":469790029,"@timestamp":1564912850},"coords":"51.433626,0.0209146","bedrooms":"0","price":"187000","area":"359"} , +{"type":"Feature","id":"n469790041","geometry":{"type":"Point","coordinates":[-0.0959432,51.5493427]},"properties":{"@type":"node","@id":469790041,"@timestamp":1597485085},"coords":"51.5493427,-0.0959432","bedrooms":"1","price":"202000","area":"597"} , +{"type":"Feature","id":"n469790051","geometry":{"type":"Point","coordinates":[0.0971646,51.3916556]},"properties":{"@type":"node","@id":469790051,"@timestamp":1564912850},"coords":"51.3916556,0.0971646","bedrooms":"2","price":"289000","area":"416"} , +{"type":"Feature","id":"n469790063","geometry":{"type":"Point","coordinates":[-0.2524251,51.5235228]},"properties":{"@type":"node","@id":469790063,"@timestamp":1597485085},"coords":"51.5235228,-0.2524251","bedrooms":"4","price":"160000","area":"556"} , +{"type":"Feature","id":"n469790073","geometry":{"type":"Point","coordinates":[-0.2245238,51.4575488]},"properties":{"@type":"node","@id":469790073,"@timestamp":1628352553},"coords":"51.4575488,-0.2245238","bedrooms":"4","price":"171000","area":"640"} , +{"type":"Feature","id":"n469790083","geometry":{"type":"Point","coordinates":[-0.0795624,51.6594807]},"properties":{"@type":"node","@id":469790083,"@timestamp":1564912850},"coords":"51.6594807,-0.0795624","bedrooms":"4","price":"163000","area":"532"} , +{"type":"Feature","id":"n469790093","geometry":{"type":"Point","coordinates":[0.0015505,51.4515633]},"properties":{"@type":"node","@id":469790093,"@timestamp":1590252498},"coords":"51.4515633,0.0015505","bedrooms":"1","price":"253000","area":"508"} , +{"type":"Feature","id":"n469790104","geometry":{"type":"Point","coordinates":[-0.1737648,51.6299861]},"properties":{"@type":"node","@id":469790104,"@timestamp":1559093843},"coords":"51.6299861,-0.1737648","bedrooms":"3","price":"190000","area":"517"} , +{"type":"Feature","id":"n469790131","geometry":{"type":"Point","coordinates":[-0.0010612,51.5809164]},"properties":{"@type":"node","@id":469790131,"@timestamp":1564912850},"coords":"51.5809164,-0.0010612","bedrooms":"4","price":"266000","area":"439"} , +{"type":"Feature","id":"n469790156","geometry":{"type":"Point","coordinates":[-0.2320482,51.5147713]},"properties":{"@type":"node","@id":469790156,"@timestamp":1571351075},"coords":"51.5147713,-0.2320482","bedrooms":"2","price":"199000","area":"370"} , +{"type":"Feature","id":"n469790166","geometry":{"type":"Point","coordinates":[-0.0063548,51.430411]},"properties":{"@type":"node","@id":469790166,"@timestamp":1556642111},"coords":"51.430411,-0.0063548","bedrooms":"0","price":"166000","area":"395"} , +{"type":"Feature","id":"n469790177","geometry":{"type":"Point","coordinates":[0.026912,51.6190222]},"properties":{"@type":"node","@id":469790177,"@timestamp":1617462605},"coords":"51.6190222,0.026912","bedrooms":"0","price":"208000","area":"591"} , +{"type":"Feature","id":"n469790187","geometry":{"type":"Point","coordinates":[-0.2567971,51.4702655]},"properties":{"@type":"node","@id":469790187,"@timestamp":1631452120},"coords":"51.4702655,-0.2567971","bedrooms":"3","price":"269000","area":"398"} , +{"type":"Feature","id":"n469790197","geometry":{"type":"Point","coordinates":[-0.0819001,51.4036385]},"properties":{"@type":"node","@id":469790197,"@timestamp":1564912850},"coords":"51.4036385,-0.0819001","bedrooms":"1","price":"267000","area":"615"} , +{"type":"Feature","id":"n469790207","geometry":{"type":"Point","coordinates":[-0.0986585,51.6824611]},"properties":{"@type":"node","@id":469790207,"@timestamp":1556643875},"coords":"51.6824611,-0.0986585","bedrooms":"0","price":"297000","area":"689"} , +{"type":"Feature","id":"n469790224","geometry":{"type":"Point","coordinates":[-0.0841077,51.4014004]},"properties":{"@type":"node","@id":469790224,"@timestamp":1564912850},"coords":"51.4014004,-0.0841077","bedrooms":"0","price":"284000","area":"657"} , +{"type":"Feature","id":"n469790245","geometry":{"type":"Point","coordinates":[-0.3541213,51.445424]},"properties":{"@type":"node","@id":469790245,"@timestamp":1622137110},"coords":"51.445424,-0.3541213","bedrooms":"1","price":"248000","area":"594"} , +{"type":"Feature","id":"n469876241","geometry":{"type":"Point","coordinates":[-0.1698524,51.4927629]},"properties":{"@type":"node","@id":469876241,"@timestamp":1610003345},"coords":"51.4927629,-0.1698524","bedrooms":"0","price":"262000","area":"373"} , +{"type":"Feature","id":"n469876289","geometry":{"type":"Point","coordinates":[-0.1683764,51.492316]},"properties":{"@type":"node","@id":469876289,"@timestamp":1250531464},"coords":"51.492316,-0.1683764","bedrooms":"1","price":"172000","area":"442"} , +{"type":"Feature","id":"n469939104","geometry":{"type":"Point","coordinates":[-1.0312135,51.2633529]},"properties":{"@type":"node","@id":469939104,"@timestamp":1576184640},"coords":"51.2633529,-1.0312135","bedrooms":"3","price":"247000","area":"511"} , +{"type":"Feature","id":"n469955878","geometry":{"type":"Point","coordinates":[-1.0363507,51.2637228]},"properties":{"@type":"node","@id":469955878,"@timestamp":1576185131},"coords":"51.2637228,-1.0363507","bedrooms":"4","price":"247000","area":"616"} , +{"type":"Feature","id":"n470167655","geometry":{"type":"Point","coordinates":[-0.6854483,51.9650517]},"properties":{"@type":"node","@id":470167655,"@timestamp":1264934677},"coords":"51.9650517,-0.6854483","bedrooms":"2","price":"180000","area":"402"} , +{"type":"Feature","id":"n470286559","geometry":{"type":"Point","coordinates":[-0.0709649,51.5250738]},"properties":{"@type":"node","@id":470286559,"@timestamp":1570468710},"coords":"51.5250738,-0.0709649","bedrooms":"4","price":"214000","area":"463"} , +{"type":"Feature","id":"n470304250","geometry":{"type":"Point","coordinates":[-0.0238786,51.505304]},"properties":{"@type":"node","@id":470304250,"@timestamp":1620734472},"coords":"51.505304,-0.0238786","bedrooms":"4","price":"226000","area":"475"} , +{"type":"Feature","id":"n470310356","geometry":{"type":"Point","coordinates":[-1.0872096,51.2623775]},"properties":{"@type":"node","@id":470310356,"@timestamp":1352976640},"coords":"51.2623775,-1.0872096","bedrooms":"0","price":"177000","area":"557"} , +{"type":"Feature","id":"n470310377","geometry":{"type":"Point","coordinates":[-1.0856536,51.2623569]},"properties":{"@type":"node","@id":470310377,"@timestamp":1250599536},"coords":"51.2623569,-1.0856536","bedrooms":"1","price":"275000","area":"564"} , +{"type":"Feature","id":"n470310394","geometry":{"type":"Point","coordinates":[-1.08739,51.2628786]},"properties":{"@type":"node","@id":470310394,"@timestamp":1450713002},"coords":"51.2628786,-1.08739","bedrooms":"2","price":"254000","area":"397"} , +{"type":"Feature","id":"n470310414","geometry":{"type":"Point","coordinates":[-1.0865478,51.2633415]},"properties":{"@type":"node","@id":470310414,"@timestamp":1629390393},"coords":"51.2633415,-1.0865478","bedrooms":"0","price":"197000","area":"586"} , +{"type":"Feature","id":"n470310444","geometry":{"type":"Point","coordinates":[-1.0846075,51.2648646]},"properties":{"@type":"node","@id":470310444,"@timestamp":1629497616},"coords":"51.2648646,-1.0846075","bedrooms":"2","price":"197000","area":"657"} , +{"type":"Feature","id":"n470350997","geometry":{"type":"Point","coordinates":[-0.0194066,51.5042118]},"properties":{"@type":"node","@id":470350997,"@timestamp":1603273159},"coords":"51.5042118,-0.0194066","bedrooms":"4","price":"166000","area":"417"} , +{"type":"Feature","id":"n470442815","geometry":{"type":"Point","coordinates":[-1.0756005,51.3490018]},"properties":{"@type":"node","@id":470442815,"@timestamp":1250620010},"coords":"51.3490018,-1.0756005","bedrooms":"2","price":"277000","area":"558"} , +{"type":"Feature","id":"n470442904","geometry":{"type":"Point","coordinates":[-1.0682186,51.3480992]},"properties":{"@type":"node","@id":470442904,"@timestamp":1250620012},"coords":"51.3480992,-1.0682186","bedrooms":"1","price":"254000","area":"368"} , +{"type":"Feature","id":"n470628753","geometry":{"type":"Point","coordinates":[-0.1187857,51.5124678]},"properties":{"@type":"node","@id":470628753,"@timestamp":1619269920},"coords":"51.5124678,-0.1187857","bedrooms":"1","price":"183000","area":"548"} , +{"type":"Feature","id":"n470672031","geometry":{"type":"Point","coordinates":[-0.183022,51.8658934]},"properties":{"@type":"node","@id":470672031,"@timestamp":1250635457},"coords":"51.8658934,-0.183022","bedrooms":"4","price":"234000","area":"580"} , +{"type":"Feature","id":"n471035356","geometry":{"type":"Point","coordinates":[-0.0237407,51.5045558]},"properties":{"@type":"node","@id":471035356,"@timestamp":1540539927},"coords":"51.5045558,-0.0237407","bedrooms":"1","price":"196000","area":"375"} , +{"type":"Feature","id":"n471089852","geometry":{"type":"Point","coordinates":[0.2866339,51.3022127]},"properties":{"@type":"node","@id":471089852,"@timestamp":1487104658},"coords":"51.3022127,0.2866339","bedrooms":"1","price":"277000","area":"683"} , +{"type":"Feature","id":"n471089863","geometry":{"type":"Point","coordinates":[0.1792398,51.3018019]},"properties":{"@type":"node","@id":471089863,"@timestamp":1487105648},"coords":"51.3018019,0.1792398","bedrooms":"4","price":"246000","area":"380"} , +{"type":"Feature","id":"n471137625","geometry":{"type":"Point","coordinates":[0.0951341,51.2798095]},"properties":{"@type":"node","@id":471137625,"@timestamp":1487022024},"coords":"51.2798095,0.0951341","bedrooms":"4","price":"263000","area":"479"} , +{"type":"Feature","id":"n471137635","geometry":{"type":"Point","coordinates":[-0.0101873,51.269221]},"properties":{"@type":"node","@id":471137635,"@timestamp":1486221209},"coords":"51.269221,-0.0101873","bedrooms":"2","price":"153000","area":"351"} , +{"type":"Feature","id":"n471137646","geometry":{"type":"Point","coordinates":[-0.0978079,51.258004]},"properties":{"@type":"node","@id":471137646,"@timestamp":1486221210},"coords":"51.258004,-0.0978079","bedrooms":"2","price":"163000","area":"525"} , +{"type":"Feature","id":"n471137657","geometry":{"type":"Point","coordinates":[-0.1458995,51.2653506]},"properties":{"@type":"node","@id":471137657,"@timestamp":1620243542},"coords":"51.2653506,-0.1458995","bedrooms":"3","price":"246000","area":"693"} , +{"type":"Feature","id":"n471137668","geometry":{"type":"Point","coordinates":[-0.1799419,51.2653884]},"properties":{"@type":"node","@id":471137668,"@timestamp":1620298292},"coords":"51.2653884,-0.1799419","bedrooms":"4","price":"284000","area":"455"} , +{"type":"Feature","id":"n471137679","geometry":{"type":"Point","coordinates":[-0.2105747,51.2577862]},"properties":{"@type":"node","@id":471137679,"@timestamp":1633714558},"coords":"51.2577862,-0.2105747","bedrooms":"3","price":"170000","area":"504"} , +{"type":"Feature","id":"n471137692","geometry":{"type":"Point","coordinates":[-0.2462535,51.2670935]},"properties":{"@type":"node","@id":471137692,"@timestamp":1633714558},"coords":"51.2670935,-0.2462535","bedrooms":"2","price":"233000","area":"525"} , +{"type":"Feature","id":"n471137702","geometry":{"type":"Point","coordinates":[-0.2657275,51.283016]},"properties":{"@type":"node","@id":471137702,"@timestamp":1633714558},"coords":"51.283016,-0.2657275","bedrooms":"3","price":"242000","area":"545"} , +{"type":"Feature","id":"n471137713","geometry":{"type":"Point","coordinates":[-0.3037898,51.2940378]},"properties":{"@type":"node","@id":471137713,"@timestamp":1633714558},"coords":"51.2940378,-0.3037898","bedrooms":"1","price":"228000","area":"664"} , +{"type":"Feature","id":"n471224219","geometry":{"type":"Point","coordinates":[-1.0328624,51.2637074]},"properties":{"@type":"node","@id":471224219,"@timestamp":1354893633},"coords":"51.2637074,-1.0328624","bedrooms":"1","price":"245000","area":"535"} , +{"type":"Feature","id":"n471421643","geometry":{"type":"Point","coordinates":[-0.0817643,51.5001364]},"properties":{"@type":"node","@id":471421643,"@timestamp":1298714579},"coords":"51.5001364,-0.0817643","bedrooms":"1","price":"176000","area":"655"} , +{"type":"Feature","id":"n471438027","geometry":{"type":"Point","coordinates":[-0.0802046,51.4988035]},"properties":{"@type":"node","@id":471438027,"@timestamp":1298563737},"coords":"51.4988035,-0.0802046","bedrooms":"0","price":"223000","area":"691"} , +{"type":"Feature","id":"n471487780","geometry":{"type":"Point","coordinates":[-0.1509257,51.2577608]},"properties":{"@type":"node","@id":471487780,"@timestamp":1584554089},"coords":"51.2577608,-0.1509257","bedrooms":"0","price":"256000","area":"530"} , +{"type":"Feature","id":"n471488483","geometry":{"type":"Point","coordinates":[-0.0824945,51.5122296]},"properties":{"@type":"node","@id":471488483,"@timestamp":1622452621},"coords":"51.5122296,-0.0824945","bedrooms":"3","price":"255000","area":"584"} , +{"type":"Feature","id":"n471488737","geometry":{"type":"Point","coordinates":[-0.2264297,51.5352229]},"properties":{"@type":"node","@id":471488737,"@timestamp":1603427046},"coords":"51.5352229,-0.2264297","bedrooms":"3","price":"201000","area":"694"} , +{"type":"Feature","id":"n471492547","geometry":{"type":"Point","coordinates":[0.8630522,51.9725191]},"properties":{"@type":"node","@id":471492547,"@timestamp":1583328620},"coords":"51.9725191,0.8630522","bedrooms":"4","price":"155000","area":"569"} , +{"type":"Feature","id":"n471544553","geometry":{"type":"Point","coordinates":[-0.9617342,51.2831261]},"properties":{"@type":"node","@id":471544553,"@timestamp":1470855136},"coords":"51.2831261,-0.9617342","bedrooms":"3","price":"287000","area":"431"} , +{"type":"Feature","id":"n471548871","geometry":{"type":"Point","coordinates":[-0.3624416,51.313146]},"properties":{"@type":"node","@id":471548871,"@timestamp":1633714558},"coords":"51.313146,-0.3624416","bedrooms":"4","price":"279000","area":"618"} , +{"type":"Feature","id":"n471548885","geometry":{"type":"Point","coordinates":[-0.4207578,51.3097915]},"properties":{"@type":"node","@id":471548885,"@timestamp":1633714558},"coords":"51.3097915,-0.4207578","bedrooms":"0","price":"161000","area":"358"} , +{"type":"Feature","id":"n471548895","geometry":{"type":"Point","coordinates":[-0.4726131,51.326622]},"properties":{"@type":"node","@id":471548895,"@timestamp":1633714558},"coords":"51.326622,-0.4726131","bedrooms":"0","price":"157000","area":"559"} , +{"type":"Feature","id":"n471548905","geometry":{"type":"Point","coordinates":[-0.4880108,51.3512338]},"properties":{"@type":"node","@id":471548905,"@timestamp":1633714558},"coords":"51.3512338,-0.4880108","bedrooms":"3","price":"206000","area":"569"} , +{"type":"Feature","id":"n471548915","geometry":{"type":"Point","coordinates":[-0.5088628,51.3750564]},"properties":{"@type":"node","@id":471548915,"@timestamp":1633714558},"coords":"51.3750564,-0.5088628","bedrooms":"0","price":"219000","area":"682"} , +{"type":"Feature","id":"n471548925","geometry":{"type":"Point","coordinates":[-0.5292299,51.3907444]},"properties":{"@type":"node","@id":471548925,"@timestamp":1633714558},"coords":"51.3907444,-0.5292299","bedrooms":"0","price":"154000","area":"486"} , +{"type":"Feature","id":"n471561211","geometry":{"type":"Point","coordinates":[-0.5692264,51.3893064]},"properties":{"@type":"node","@id":471561211,"@timestamp":1569342785},"coords":"51.3893064,-0.5692264","bedrooms":"3","price":"281000","area":"619"} , +{"type":"Feature","id":"n471561239","geometry":{"type":"Point","coordinates":[-0.7667725,51.3128674]},"properties":{"@type":"node","@id":471561239,"@timestamp":1601543449},"coords":"51.3128674,-0.7667725","bedrooms":"0","price":"244000","area":"350"} , +{"type":"Feature","id":"n471561255","geometry":{"type":"Point","coordinates":[-0.8390879,51.2985764]},"properties":{"@type":"node","@id":471561255,"@timestamp":1633714558},"coords":"51.2985764,-0.8390879","bedrooms":"3","price":"197000","area":"413"} , +{"type":"Feature","id":"n471561267","geometry":{"type":"Point","coordinates":[-0.9188155,51.2829612]},"properties":{"@type":"node","@id":471561267,"@timestamp":1633714558},"coords":"51.2829612,-0.9188155","bedrooms":"2","price":"208000","area":"405"} , +{"type":"Feature","id":"n471561279","geometry":{"type":"Point","coordinates":[-0.9950461,51.2670874]},"properties":{"@type":"node","@id":471561279,"@timestamp":1486905483},"coords":"51.2670874,-0.9950461","bedrooms":"1","price":"223000","area":"400"} , +{"type":"Feature","id":"n471574395","geometry":{"type":"Point","coordinates":[-0.0750604,51.4596003]},"properties":{"@type":"node","@id":471574395,"@timestamp":1274542278},"coords":"51.4596003,-0.0750604","bedrooms":"1","price":"239000","area":"586"} , +{"type":"Feature","id":"n471587388","geometry":{"type":"Point","coordinates":[-0.3173433,51.047533]},"properties":{"@type":"node","@id":471587388,"@timestamp":1486053457},"coords":"51.047533,-0.3173433","bedrooms":"0","price":"199000","area":"438"} , +{"type":"Feature","id":"n471587398","geometry":{"type":"Point","coordinates":[-0.3159414,51.047645]},"properties":{"@type":"node","@id":471587398,"@timestamp":1290164501},"coords":"51.047645,-0.3159414","bedrooms":"0","price":"158000","area":"469"} , +{"type":"Feature","id":"n471801278","geometry":{"type":"Point","coordinates":[-0.1489172,51.8976375]},"properties":{"@type":"node","@id":471801278,"@timestamp":1288467242},"coords":"51.8976375,-0.1489172","bedrooms":"0","price":"260000","area":"430"} , +{"type":"Feature","id":"n471950477","geometry":{"type":"Point","coordinates":[-0.9889139,51.4807869]},"properties":{"@type":"node","@id":471950477,"@timestamp":1329498404},"coords":"51.4807869,-0.9889139","bedrooms":"2","price":"235000","area":"529"} , +{"type":"Feature","id":"n471989593","geometry":{"type":"Point","coordinates":[-0.718165,51.61714]},"properties":{"@type":"node","@id":471989593,"@timestamp":1398967299},"coords":"51.61714,-0.718165","bedrooms":"1","price":"177000","area":"546"} , +{"type":"Feature","id":"n472095558","geometry":{"type":"Point","coordinates":[0.1491863,51.1582681]},"properties":{"@type":"node","@id":472095558,"@timestamp":1250885290},"coords":"51.1582681,0.1491863","bedrooms":"4","price":"283000","area":"693"} , +{"type":"Feature","id":"n472152158","geometry":{"type":"Point","coordinates":[-0.1156513,51.5048027]},"properties":{"@type":"node","@id":472152158,"@timestamp":1504862914},"coords":"51.5048027,-0.1156513","bedrooms":"4","price":"255000","area":"410"} , +{"type":"Feature","id":"n472295971","geometry":{"type":"Point","coordinates":[0.2609666,51.1289952]},"properties":{"@type":"node","@id":472295971,"@timestamp":1630865740},"coords":"51.1289952,0.2609666","bedrooms":"4","price":"228000","area":"365"} , +{"type":"Feature","id":"n472377441","geometry":{"type":"Point","coordinates":[0.7473478,51.3595108]},"properties":{"@type":"node","@id":472377441,"@timestamp":1570213532},"coords":"51.3595108,0.7473478","bedrooms":"3","price":"163000","area":"471"} , +{"type":"Feature","id":"n472419754","geometry":{"type":"Point","coordinates":[0.4820142,51.2715078]},"properties":{"@type":"node","@id":472419754,"@timestamp":1251060366},"coords":"51.2715078,0.4820142","bedrooms":"1","price":"287000","area":"436"} , +{"type":"Feature","id":"n472419877","geometry":{"type":"Point","coordinates":[0.4868415,51.2710055]},"properties":{"@type":"node","@id":472419877,"@timestamp":1310547777},"coords":"51.2710055,0.4868415","bedrooms":"4","price":"286000","area":"532"} , +{"type":"Feature","id":"n472419941","geometry":{"type":"Point","coordinates":[0.484365,51.2706747]},"properties":{"@type":"node","@id":472419941,"@timestamp":1608728978},"coords":"51.2706747,0.484365","bedrooms":"2","price":"229000","area":"495"} , +{"type":"Feature","id":"n472434455","geometry":{"type":"Point","coordinates":[-0.4664852,51.735327]},"properties":{"@type":"node","@id":472434455,"@timestamp":1580834154},"coords":"51.735327,-0.4664852","bedrooms":"3","price":"160000","area":"378"} , +{"type":"Feature","id":"n472442479","geometry":{"type":"Point","coordinates":[-0.1127534,51.5203914]},"properties":{"@type":"node","@id":472442479,"@timestamp":1283564152},"coords":"51.5203914,-0.1127534","bedrooms":"0","price":"185000","area":"616"} , +{"type":"Feature","id":"n472446485","geometry":{"type":"Point","coordinates":[-0.0268882,51.5695812]},"properties":{"@type":"node","@id":472446485,"@timestamp":1251063479},"coords":"51.5695812,-0.0268882","bedrooms":"2","price":"279000","area":"560"} , +{"type":"Feature","id":"n472471214","geometry":{"type":"Point","coordinates":[0.3846201,51.6704196]},"properties":{"@type":"node","@id":472471214,"@timestamp":1323743093},"coords":"51.6704196,0.3846201","bedrooms":"0","price":"219000","area":"628"} , +{"type":"Feature","id":"n472616745","geometry":{"type":"Point","coordinates":[-0.0698429,51.5440859]},"properties":{"@type":"node","@id":472616745,"@timestamp":1527479464},"coords":"51.5440859,-0.0698429","bedrooms":"4","price":"289000","area":"421"} , +{"type":"Feature","id":"n472633881","geometry":{"type":"Point","coordinates":[0.5408009,51.3675332]},"properties":{"@type":"node","@id":472633881,"@timestamp":1529760167},"coords":"51.3675332,0.5408009","bedrooms":"4","price":"279000","area":"430"} , +{"type":"Feature","id":"n472663741","geometry":{"type":"Point","coordinates":[-0.1560993,51.5129814]},"properties":{"@type":"node","@id":472663741,"@timestamp":1534651549},"coords":"51.5129814,-0.1560993","bedrooms":"3","price":"230000","area":"573"} , +{"type":"Feature","id":"n472708227","geometry":{"type":"Point","coordinates":[-0.4872197,51.0682273]},"properties":{"@type":"node","@id":472708227,"@timestamp":1333993864},"coords":"51.0682273,-0.4872197","bedrooms":"2","price":"201000","area":"548"} , +{"type":"Feature","id":"n472864661","geometry":{"type":"Point","coordinates":[0.0759123,51.4819193]},"properties":{"@type":"node","@id":472864661,"@timestamp":1251126234},"coords":"51.4819193,0.0759123","bedrooms":"4","price":"245000","area":"543"} , +{"type":"Feature","id":"n472975040","geometry":{"type":"Point","coordinates":[0.4414219,51.29852]},"properties":{"@type":"node","@id":472975040,"@timestamp":1600130754},"coords":"51.29852,0.4414219","bedrooms":"2","price":"164000","area":"388"} , +{"type":"Feature","id":"n472975106","geometry":{"type":"Point","coordinates":[0.4518074,51.3115006]},"properties":{"@type":"node","@id":472975106,"@timestamp":1545374560},"coords":"51.3115006,0.4518074","bedrooms":"2","price":"162000","area":"393"} , +{"type":"Feature","id":"n472977605","geometry":{"type":"Point","coordinates":[0.3882074,51.1755396]},"properties":{"@type":"node","@id":472977605,"@timestamp":1251130914},"coords":"51.1755396,0.3882074","bedrooms":"1","price":"220000","area":"524"} , +{"type":"Feature","id":"n472985338","geometry":{"type":"Point","coordinates":[0.4362896,51.3106749]},"properties":{"@type":"node","@id":472985338,"@timestamp":1251131953},"coords":"51.3106749,0.4362896","bedrooms":"1","price":"228000","area":"505"} , +{"type":"Feature","id":"n472989902","geometry":{"type":"Point","coordinates":[0.632884,51.2528415]},"properties":{"@type":"node","@id":472989902,"@timestamp":1530872391},"coords":"51.2528415,0.632884","bedrooms":"1","price":"297000","area":"589"} , +{"type":"Feature","id":"n473022095","geometry":{"type":"Point","coordinates":[0.5726059,51.2676974]},"properties":{"@type":"node","@id":473022095,"@timestamp":1251133928},"coords":"51.2676974,0.5726059","bedrooms":"4","price":"223000","area":"530"} , +{"type":"Feature","id":"n473022177","geometry":{"type":"Point","coordinates":[0.5458609,51.253191]},"properties":{"@type":"node","@id":473022177,"@timestamp":1316679354},"coords":"51.253191,0.5458609","bedrooms":"3","price":"296000","area":"486"} , +{"type":"Feature","id":"n473092159","geometry":{"type":"Point","coordinates":[-0.054584,51.4190248]},"properties":{"@type":"node","@id":473092159,"@timestamp":1630333931},"coords":"51.4190248,-0.054584","bedrooms":"0","price":"297000","area":"489"} , +{"type":"Feature","id":"n473122840","geometry":{"type":"Point","coordinates":[-0.2515619,51.8125479]},"properties":{"@type":"node","@id":473122840,"@timestamp":1297007687},"coords":"51.8125479,-0.2515619","bedrooms":"2","price":"218000","area":"485"} , +{"type":"Feature","id":"n473147546","geometry":{"type":"Point","coordinates":[0.5168359,51.2507213]},"properties":{"@type":"node","@id":473147546,"@timestamp":1251145048},"coords":"51.2507213,0.5168359","bedrooms":"1","price":"272000","area":"397"} , +{"type":"Feature","id":"n473174112","geometry":{"type":"Point","coordinates":[0.3898354,51.1729076]},"properties":{"@type":"node","@id":473174112,"@timestamp":1253533689},"coords":"51.1729076,0.3898354","bedrooms":"2","price":"153000","area":"577"} , +{"type":"Feature","id":"n473481258","geometry":{"type":"Point","coordinates":[-0.1014376,51.481114]},"properties":{"@type":"node","@id":473481258,"@timestamp":1251201723},"coords":"51.481114,-0.1014376","bedrooms":"0","price":"252000","area":"521"} , +{"type":"Feature","id":"n473538341","geometry":{"type":"Point","coordinates":[0.7732923,51.9681867]},"properties":{"@type":"node","@id":473538341,"@timestamp":1330816008},"coords":"51.9681867,0.7732923","bedrooms":"3","price":"237000","area":"370"} , +{"type":"Feature","id":"n473668877","geometry":{"type":"Point","coordinates":[0.5431081,51.3668591]},"properties":{"@type":"node","@id":473668877,"@timestamp":1529268609},"coords":"51.3668591,0.5431081","bedrooms":"3","price":"277000","area":"500"} , +{"type":"Feature","id":"n473709500","geometry":{"type":"Point","coordinates":[0.5483146,51.3314434]},"properties":{"@type":"node","@id":473709500,"@timestamp":1537113644},"coords":"51.3314434,0.5483146","bedrooms":"3","price":"215000","area":"579"} , +{"type":"Feature","id":"n473902849","geometry":{"type":"Point","coordinates":[-1.0446834,51.2725647]},"properties":{"@type":"node","@id":473902849,"@timestamp":1612610523},"coords":"51.2725647,-1.0446834","bedrooms":"2","price":"209000","area":"386"} , +{"type":"Feature","id":"n474029623","geometry":{"type":"Point","coordinates":[-1.0440141,51.2768136]},"properties":{"@type":"node","@id":474029623,"@timestamp":1251244494},"coords":"51.2768136,-1.0440141","bedrooms":"2","price":"277000","area":"524"} , +{"type":"Feature","id":"n474386398","geometry":{"type":"Point","coordinates":[-0.7861068,51.2314688]},"properties":{"@type":"node","@id":474386398,"@timestamp":1372930707},"coords":"51.2314688,-0.7861068","bedrooms":"0","price":"192000","area":"540"} , +{"type":"Feature","id":"n474720139","geometry":{"type":"Point","coordinates":[0.309174,51.4991047]},"properties":{"@type":"node","@id":474720139,"@timestamp":1251995723},"coords":"51.4991047,0.309174","bedrooms":"0","price":"238000","area":"519"} , +{"type":"Feature","id":"n474820514","geometry":{"type":"Point","coordinates":[-0.5807208,51.4854503]},"properties":{"@type":"node","@id":474820514,"@timestamp":1284715751},"coords":"51.4854503,-0.5807208","bedrooms":"3","price":"201000","area":"678"} , +{"type":"Feature","id":"n474840010","geometry":{"type":"Point","coordinates":[-1.0431773,51.2756073]},"properties":{"@type":"node","@id":474840010,"@timestamp":1251330416},"coords":"51.2756073,-1.0431773","bedrooms":"2","price":"169000","area":"382"} , +{"type":"Feature","id":"n474842068","geometry":{"type":"Point","coordinates":[-0.0963315,51.4751673]},"properties":{"@type":"node","@id":474842068,"@timestamp":1574396461},"coords":"51.4751673,-0.0963315","bedrooms":"2","price":"177000","area":"631"} , +{"type":"Feature","id":"n474842643","geometry":{"type":"Point","coordinates":[-1.0484203,51.273177]},"properties":{"@type":"node","@id":474842643,"@timestamp":1496238932},"coords":"51.273177,-1.0484203","bedrooms":"1","price":"261000","area":"459"} , +{"type":"Feature","id":"n474886950","geometry":{"type":"Point","coordinates":[0.4717642,51.7668386]},"properties":{"@type":"node","@id":474886950,"@timestamp":1620730353},"coords":"51.7668386,0.4717642","bedrooms":"1","price":"285000","area":"653"} , +{"type":"Feature","id":"n474886960","geometry":{"type":"Point","coordinates":[0.5427123,51.7626625]},"properties":{"@type":"node","@id":474886960,"@timestamp":1627260582},"coords":"51.7626625,0.5427123","bedrooms":"1","price":"188000","area":"363"} , +{"type":"Feature","id":"n474886970","geometry":{"type":"Point","coordinates":[0.6516598,51.8274084]},"properties":{"@type":"node","@id":474886970,"@timestamp":1595355070},"coords":"51.8274084,0.6516598","bedrooms":"4","price":"253000","area":"673"} , +{"type":"Feature","id":"n474886982","geometry":{"type":"Point","coordinates":[0.5683399,51.8517509]},"properties":{"@type":"node","@id":474886982,"@timestamp":1595368838},"coords":"51.8517509,0.5683399","bedrooms":"2","price":"262000","area":"567"} , +{"type":"Feature","id":"n474886994","geometry":{"type":"Point","coordinates":[0.5335271,51.8152381]},"properties":{"@type":"node","@id":474886994,"@timestamp":1595368838},"coords":"51.8152381,0.5335271","bedrooms":"0","price":"285000","area":"608"} , +{"type":"Feature","id":"n474887009","geometry":{"type":"Point","coordinates":[0.6172834,51.7849924]},"properties":{"@type":"node","@id":474887009,"@timestamp":1547655807},"coords":"51.7849924,0.6172834","bedrooms":"3","price":"241000","area":"374"} , +{"type":"Feature","id":"n474887022","geometry":{"type":"Point","coordinates":[0.474013,51.7754203]},"properties":{"@type":"node","@id":474887022,"@timestamp":1618254074},"coords":"51.7754203,0.474013","bedrooms":"1","price":"249000","area":"534"} , +{"type":"Feature","id":"n474887032","geometry":{"type":"Point","coordinates":[0.5203569,51.8441738]},"properties":{"@type":"node","@id":474887032,"@timestamp":1598292551},"coords":"51.8441738,0.5203569","bedrooms":"2","price":"289000","area":"605"} , +{"type":"Feature","id":"n474887043","geometry":{"type":"Point","coordinates":[0.4288723,51.7416798]},"properties":{"@type":"node","@id":474887043,"@timestamp":1595455629},"coords":"51.7416798,0.4288723","bedrooms":"3","price":"193000","area":"373"} , +{"type":"Feature","id":"n474887053","geometry":{"type":"Point","coordinates":[0.3434546,51.7740004]},"properties":{"@type":"node","@id":474887053,"@timestamp":1595455629},"coords":"51.7740004,0.3434546","bedrooms":"3","price":"210000","area":"614"} , +{"type":"Feature","id":"n474887063","geometry":{"type":"Point","coordinates":[0.4113561,51.7438123]},"properties":{"@type":"node","@id":474887063,"@timestamp":1595455629},"coords":"51.7438123,0.4113561","bedrooms":"2","price":"281000","area":"535"} , +{"type":"Feature","id":"n474887084","geometry":{"type":"Point","coordinates":[0.3065879,51.8097575]},"properties":{"@type":"node","@id":474887084,"@timestamp":1619390434},"coords":"51.8097575,0.3065879","bedrooms":"0","price":"173000","area":"399"} , +{"type":"Feature","id":"n474887094","geometry":{"type":"Point","coordinates":[0.4123414,51.8337273]},"properties":{"@type":"node","@id":474887094,"@timestamp":1621986327},"coords":"51.8337273,0.4123414","bedrooms":"1","price":"203000","area":"605"} , +{"type":"Feature","id":"n474887107","geometry":{"type":"Point","coordinates":[0.4043138,51.8674398]},"properties":{"@type":"node","@id":474887107,"@timestamp":1622042920},"coords":"51.8674398,0.4043138","bedrooms":"0","price":"281000","area":"517"} , +{"type":"Feature","id":"n474887118","geometry":{"type":"Point","coordinates":[0.3689121,51.808338]},"properties":{"@type":"node","@id":474887118,"@timestamp":1595547376},"coords":"51.808338,0.3689121","bedrooms":"3","price":"193000","area":"667"} , +{"type":"Feature","id":"n474887129","geometry":{"type":"Point","coordinates":[0.0670735,51.60718]},"properties":{"@type":"node","@id":474887129,"@timestamp":1516848588},"coords":"51.60718,0.0670735","bedrooms":"2","price":"242000","area":"365"} , +{"type":"Feature","id":"n474887140","geometry":{"type":"Point","coordinates":[0.3944598,51.626958]},"properties":{"@type":"node","@id":474887140,"@timestamp":1594842361},"coords":"51.626958,0.3944598","bedrooms":"2","price":"199000","area":"438"} , +{"type":"Feature","id":"n474887152","geometry":{"type":"Point","coordinates":[0.408527,51.6320122]},"properties":{"@type":"node","@id":474887152,"@timestamp":1594930939},"coords":"51.6320122,0.408527","bedrooms":"4","price":"225000","area":"586"} , +{"type":"Feature","id":"n474887162","geometry":{"type":"Point","coordinates":[0.4226017,51.6387733]},"properties":{"@type":"node","@id":474887162,"@timestamp":1596780789},"coords":"51.6387733,0.4226017","bedrooms":"2","price":"230000","area":"648"} , +{"type":"Feature","id":"n474887172","geometry":{"type":"Point","coordinates":[0.4217758,51.6918688]},"properties":{"@type":"node","@id":474887172,"@timestamp":1595445856},"coords":"51.6918688,0.4217758","bedrooms":"1","price":"160000","area":"495"} , +{"type":"Feature","id":"n474887182","geometry":{"type":"Point","coordinates":[0.3656104,51.6607082]},"properties":{"@type":"node","@id":474887182,"@timestamp":1595445856},"coords":"51.6607082,0.3656104","bedrooms":"4","price":"180000","area":"495"} , +{"type":"Feature","id":"n474887192","geometry":{"type":"Point","coordinates":[0.2897267,51.5891736]},"properties":{"@type":"node","@id":474887192,"@timestamp":1564964580},"coords":"51.5891736,0.2897267","bedrooms":"0","price":"197000","area":"502"} , +{"type":"Feature","id":"n474887202","geometry":{"type":"Point","coordinates":[0.3460016,51.6004623]},"properties":{"@type":"node","@id":474887202,"@timestamp":1588080631},"coords":"51.6004623,0.3460016","bedrooms":"3","price":"239000","area":"699"} , +{"type":"Feature","id":"n474887213","geometry":{"type":"Point","coordinates":[0.4363273,51.6082084]},"properties":{"@type":"node","@id":474887213,"@timestamp":1595005430},"coords":"51.6082084,0.4363273","bedrooms":"1","price":"225000","area":"435"} , +{"type":"Feature","id":"n474887223","geometry":{"type":"Point","coordinates":[0.4180664,51.6059601]},"properties":{"@type":"node","@id":474887223,"@timestamp":1598850807},"coords":"51.6059601,0.4180664","bedrooms":"3","price":"205000","area":"656"} , +{"type":"Feature","id":"n474887233","geometry":{"type":"Point","coordinates":[0.4539458,51.6009253]},"properties":{"@type":"node","@id":474887233,"@timestamp":1594842361},"coords":"51.6009253,0.4539458","bedrooms":"2","price":"240000","area":"410"} , +{"type":"Feature","id":"n474887243","geometry":{"type":"Point","coordinates":[0.4812617,51.626207]},"properties":{"@type":"node","@id":474887243,"@timestamp":1594899854},"coords":"51.626207,0.4812617","bedrooms":"1","price":"220000","area":"660"} , +{"type":"Feature","id":"n474887253","geometry":{"type":"Point","coordinates":[0.4191192,51.6208674]},"properties":{"@type":"node","@id":474887253,"@timestamp":1594721315},"coords":"51.6208674,0.4191192","bedrooms":"0","price":"189000","area":"456"} , +{"type":"Feature","id":"n474887269","geometry":{"type":"Point","coordinates":[0.4262091,51.6362256]},"properties":{"@type":"node","@id":474887269,"@timestamp":1594722499},"coords":"51.6362256,0.4262091","bedrooms":"1","price":"150000","area":"492"} , +{"type":"Feature","id":"n474887281","geometry":{"type":"Point","coordinates":[0.4502929,51.6356016]},"properties":{"@type":"node","@id":474887281,"@timestamp":1594932720},"coords":"51.6356016,0.4502929","bedrooms":"0","price":"197000","area":"505"} , +{"type":"Feature","id":"n474887299","geometry":{"type":"Point","coordinates":[0.4359749,51.6548658]},"properties":{"@type":"node","@id":474887299,"@timestamp":1594722499},"coords":"51.6548658,0.4359749","bedrooms":"0","price":"230000","area":"595"} , +{"type":"Feature","id":"n474887315","geometry":{"type":"Point","coordinates":[0.4890166,51.6733482]},"properties":{"@type":"node","@id":474887315,"@timestamp":1559776383},"coords":"51.6733482,0.4890166","bedrooms":"4","price":"171000","area":"625"} , +{"type":"Feature","id":"n474887329","geometry":{"type":"Point","coordinates":[0.4318111,51.616997]},"properties":{"@type":"node","@id":474887329,"@timestamp":1594842361},"coords":"51.616997,0.4318111","bedrooms":"0","price":"296000","area":"587"} , +{"type":"Feature","id":"n474887342","geometry":{"type":"Point","coordinates":[0.429644,51.6256657]},"properties":{"@type":"node","@id":474887342,"@timestamp":1594842361},"coords":"51.6256657,0.429644","bedrooms":"2","price":"233000","area":"451"} , +{"type":"Feature","id":"n474887355","geometry":{"type":"Point","coordinates":[0.5537898,51.6422424]},"properties":{"@type":"node","@id":474887355,"@timestamp":1559520552},"coords":"51.6422424,0.5537898","bedrooms":"3","price":"197000","area":"643"} , +{"type":"Feature","id":"n474887367","geometry":{"type":"Point","coordinates":[0.5631244,51.6738459]},"properties":{"@type":"node","@id":474887367,"@timestamp":1595072622},"coords":"51.6738459,0.5631244","bedrooms":"1","price":"247000","area":"403"} , +{"type":"Feature","id":"n474887380","geometry":{"type":"Point","coordinates":[0.5323762,51.6986458]},"properties":{"@type":"node","@id":474887380,"@timestamp":1595075947},"coords":"51.6986458,0.5323762","bedrooms":"3","price":"280000","area":"609"} , +{"type":"Feature","id":"n474887392","geometry":{"type":"Point","coordinates":[0.5754576,51.6361209]},"properties":{"@type":"node","@id":474887392,"@timestamp":1595009323},"coords":"51.6361209,0.5754576","bedrooms":"2","price":"264000","area":"456"} , +{"type":"Feature","id":"n474887405","geometry":{"type":"Point","coordinates":[0.5504136,51.7110711]},"properties":{"@type":"node","@id":474887405,"@timestamp":1560095095},"coords":"51.7110711,0.5504136","bedrooms":"0","price":"245000","area":"547"} , +{"type":"Feature","id":"n474887417","geometry":{"type":"Point","coordinates":[0.5864767,51.6867372]},"properties":{"@type":"node","@id":474887417,"@timestamp":1560295639},"coords":"51.6867372,0.5864767","bedrooms":"4","price":"287000","area":"397"} , +{"type":"Feature","id":"n474887428","geometry":{"type":"Point","coordinates":[0.5900618,51.6831327]},"properties":{"@type":"node","@id":474887428,"@timestamp":1560297129},"coords":"51.6831327,0.5900618","bedrooms":"3","price":"289000","area":"436"} , +{"type":"Feature","id":"n474887441","geometry":{"type":"Point","coordinates":[0.7085804,51.6772382]},"properties":{"@type":"node","@id":474887441,"@timestamp":1534347938},"coords":"51.6772382,0.7085804","bedrooms":"1","price":"220000","area":"544"} , +{"type":"Feature","id":"n474887452","geometry":{"type":"Point","coordinates":[0.6004873,51.6529896]},"properties":{"@type":"node","@id":474887452,"@timestamp":1610652230},"coords":"51.6529896,0.6004873","bedrooms":"0","price":"287000","area":"699"} , +{"type":"Feature","id":"n474887462","geometry":{"type":"Point","coordinates":[0.6158386,51.6383665]},"properties":{"@type":"node","@id":474887462,"@timestamp":1559233482},"coords":"51.6383665,0.6158386","bedrooms":"4","price":"231000","area":"636"} , +{"type":"Feature","id":"n474887473","geometry":{"type":"Point","coordinates":[0.5737916,51.7178896]},"properties":{"@type":"node","@id":474887473,"@timestamp":1603594206},"coords":"51.7178896,0.5737916","bedrooms":"2","price":"288000","area":"377"} , +{"type":"Feature","id":"n474887485","geometry":{"type":"Point","coordinates":[0.6276675,51.7151174]},"properties":{"@type":"node","@id":474887485,"@timestamp":1548515136},"coords":"51.7151174,0.6276675","bedrooms":"2","price":"272000","area":"496"} , +{"type":"Feature","id":"n474887501","geometry":{"type":"Point","coordinates":[0.581383,51.7172295]},"properties":{"@type":"node","@id":474887501,"@timestamp":1603594206},"coords":"51.7172295,0.581383","bedrooms":"0","price":"272000","area":"698"} , +{"type":"Feature","id":"n474887515","geometry":{"type":"Point","coordinates":[0.6499224,51.7529869]},"properties":{"@type":"node","@id":474887515,"@timestamp":1548515137},"coords":"51.7529869,0.6499224","bedrooms":"4","price":"166000","area":"410"} , +{"type":"Feature","id":"n474887527","geometry":{"type":"Point","coordinates":[0.6836546,51.7715786]},"properties":{"@type":"node","@id":474887527,"@timestamp":1559399985},"coords":"51.7715786,0.6836546","bedrooms":"4","price":"160000","area":"554"} , +{"type":"Feature","id":"n474887543","geometry":{"type":"Point","coordinates":[0.6008642,51.5891656]},"properties":{"@type":"node","@id":474887543,"@timestamp":1586304903},"coords":"51.5891656,0.6008642","bedrooms":"1","price":"259000","area":"403"} , +{"type":"Feature","id":"n474887560","geometry":{"type":"Point","coordinates":[0.6094581,51.5977507]},"properties":{"@type":"node","@id":474887560,"@timestamp":1595065883},"coords":"51.5977507,0.6094581","bedrooms":"4","price":"260000","area":"521"} , +{"type":"Feature","id":"n474887570","geometry":{"type":"Point","coordinates":[0.5695629,51.6228677]},"properties":{"@type":"node","@id":474887570,"@timestamp":1595074849},"coords":"51.6228677,0.5695629","bedrooms":"1","price":"222000","area":"606"} , +{"type":"Feature","id":"n474887580","geometry":{"type":"Point","coordinates":[0.543784,51.6034546]},"properties":{"@type":"node","@id":474887580,"@timestamp":1594899854},"coords":"51.6034546,0.543784","bedrooms":"0","price":"173000","area":"679"} , +{"type":"Feature","id":"n474887594","geometry":{"type":"Point","coordinates":[0.5085547,51.5969637]},"properties":{"@type":"node","@id":474887594,"@timestamp":1560076132},"coords":"51.5969637,0.5085547","bedrooms":"3","price":"164000","area":"506"} , +{"type":"Feature","id":"n474887604","geometry":{"type":"Point","coordinates":[0.5915925,51.5913461]},"properties":{"@type":"node","@id":474887604,"@timestamp":1594761989},"coords":"51.5913461,0.5915925","bedrooms":"1","price":"266000","area":"625"} , +{"type":"Feature","id":"n474887614","geometry":{"type":"Point","coordinates":[0.5315574,51.6133158]},"properties":{"@type":"node","@id":474887614,"@timestamp":1594761989},"coords":"51.6133158,0.5315574","bedrooms":"3","price":"157000","area":"400"} , +{"type":"Feature","id":"n474887625","geometry":{"type":"Point","coordinates":[0.5201521,51.6255401]},"properties":{"@type":"node","@id":474887625,"@timestamp":1594822153},"coords":"51.6255401,0.5201521","bedrooms":"1","price":"178000","area":"353"} , +{"type":"Feature","id":"n474887636","geometry":{"type":"Point","coordinates":[0.5285202,51.6180394]},"properties":{"@type":"node","@id":474887636,"@timestamp":1560076132},"coords":"51.6180394,0.5285202","bedrooms":"0","price":"246000","area":"418"} , +{"type":"Feature","id":"n474887647","geometry":{"type":"Point","coordinates":[0.5216967,51.6140431]},"properties":{"@type":"node","@id":474887647,"@timestamp":1594822153},"coords":"51.6140431,0.5216967","bedrooms":"3","price":"154000","area":"562"} , +{"type":"Feature","id":"n474887659","geometry":{"type":"Point","coordinates":[0.6265059,51.5800919]},"properties":{"@type":"node","@id":474887659,"@timestamp":1595065883},"coords":"51.5800919,0.6265059","bedrooms":"3","price":"240000","area":"670"} , +{"type":"Feature","id":"n474887670","geometry":{"type":"Point","coordinates":[0.6231944,51.596452]},"properties":{"@type":"node","@id":474887670,"@timestamp":1595093506},"coords":"51.596452,0.6231944","bedrooms":"2","price":"219000","area":"485"} , +{"type":"Feature","id":"n474887680","geometry":{"type":"Point","coordinates":[0.6482795,51.6017066]},"properties":{"@type":"node","@id":474887680,"@timestamp":1595093506},"coords":"51.6017066,0.6482795","bedrooms":"0","price":"283000","area":"524"} , +{"type":"Feature","id":"n474887690","geometry":{"type":"Point","coordinates":[0.6636635,51.5925024]},"properties":{"@type":"node","@id":474887690,"@timestamp":1595105877},"coords":"51.5925024,0.6636635","bedrooms":"1","price":"182000","area":"573"} , +{"type":"Feature","id":"n474887702","geometry":{"type":"Point","coordinates":[0.609107,51.6109888]},"properties":{"@type":"node","@id":474887702,"@timestamp":1595065883},"coords":"51.6109888,0.609107","bedrooms":"3","price":"283000","area":"495"} , +{"type":"Feature","id":"n474887712","geometry":{"type":"Point","coordinates":[0.623171,51.6174095]},"properties":{"@type":"node","@id":474887712,"@timestamp":1595148412},"coords":"51.6174095,0.623171","bedrooms":"3","price":"150000","area":"666"} , +{"type":"Feature","id":"n474887722","geometry":{"type":"Point","coordinates":[0.7002252,51.5862753]},"properties":{"@type":"node","@id":474887722,"@timestamp":1629137645},"coords":"51.5862753,0.7002252","bedrooms":"0","price":"216000","area":"392"} , +{"type":"Feature","id":"n474887732","geometry":{"type":"Point","coordinates":[0.733352,51.584333]},"properties":{"@type":"node","@id":474887732,"@timestamp":1595083741},"coords":"51.584333,0.733352","bedrooms":"2","price":"196000","area":"440"} , +{"type":"Feature","id":"n474887749","geometry":{"type":"Point","coordinates":[0.754709,51.6164106]},"properties":{"@type":"node","@id":474887749,"@timestamp":1595083741},"coords":"51.6164106,0.754709","bedrooms":"2","price":"206000","area":"620"} , +{"type":"Feature","id":"n474887767","geometry":{"type":"Point","coordinates":[0.8100812,51.5531632]},"properties":{"@type":"node","@id":474887767,"@timestamp":1595062588},"coords":"51.5531632,0.8100812","bedrooms":"4","price":"202000","area":"533"} , +{"type":"Feature","id":"n474887778","geometry":{"type":"Point","coordinates":[0.7903151,51.5543277]},"properties":{"@type":"node","@id":474887778,"@timestamp":1595062588},"coords":"51.5543277,0.7903151","bedrooms":"2","price":"267000","area":"567"} , +{"type":"Feature","id":"n474887789","geometry":{"type":"Point","coordinates":[0.785562,51.5631919]},"properties":{"@type":"node","@id":474887789,"@timestamp":1595062588},"coords":"51.5631919,0.785562","bedrooms":"2","price":"204000","area":"652"} , +{"type":"Feature","id":"n474887800","geometry":{"type":"Point","coordinates":[0.7656714,51.56619]},"properties":{"@type":"node","@id":474887800,"@timestamp":1595062588},"coords":"51.56619,0.7656714","bedrooms":"4","price":"226000","area":"508"} , +{"type":"Feature","id":"n474887810","geometry":{"type":"Point","coordinates":[0.8115883,51.5478925]},"properties":{"@type":"node","@id":474887810,"@timestamp":1595062588},"coords":"51.5478925,0.8115883","bedrooms":"2","price":"213000","area":"627"} , +{"type":"Feature","id":"n474887820","geometry":{"type":"Point","coordinates":[0.8931906,51.6012126]},"properties":{"@type":"node","@id":474887820,"@timestamp":1595151708},"coords":"51.6012126,0.8931906","bedrooms":"4","price":"205000","area":"466"} , +{"type":"Feature","id":"n474887830","geometry":{"type":"Point","coordinates":[0.6952063,51.6008561]},"properties":{"@type":"node","@id":474887830,"@timestamp":1595093506},"coords":"51.6008561,0.6952063","bedrooms":"0","price":"243000","area":"492"} , +{"type":"Feature","id":"n474887840","geometry":{"type":"Point","coordinates":[0.6704486,51.5909445]},"properties":{"@type":"node","@id":474887840,"@timestamp":1595105877},"coords":"51.5909445,0.6704486","bedrooms":"1","price":"287000","area":"663"} , +{"type":"Feature","id":"n474887850","geometry":{"type":"Point","coordinates":[0.6927386,51.5954883]},"properties":{"@type":"node","@id":474887850,"@timestamp":1595105877},"coords":"51.5954883,0.6927386","bedrooms":"2","price":"244000","area":"517"} , +{"type":"Feature","id":"n474887860","geometry":{"type":"Point","coordinates":[0.6282248,51.5768047]},"properties":{"@type":"node","@id":474887860,"@timestamp":1594812553},"coords":"51.5768047,0.6282248","bedrooms":"2","price":"202000","area":"432"} , +{"type":"Feature","id":"n474887875","geometry":{"type":"Point","coordinates":[0.6697553,51.60866]},"properties":{"@type":"node","@id":474887875,"@timestamp":1595093506},"coords":"51.60866,0.6697553","bedrooms":"4","price":"284000","area":"393"} , +{"type":"Feature","id":"n474887887","geometry":{"type":"Point","coordinates":[0.657989,51.6702824]},"properties":{"@type":"node","@id":474887887,"@timestamp":1559718632},"coords":"51.6702824,0.657989","bedrooms":"1","price":"261000","area":"370"} , +{"type":"Feature","id":"n474887897","geometry":{"type":"Point","coordinates":[0.8136563,51.6443849]},"properties":{"@type":"node","@id":474887897,"@timestamp":1627589097},"coords":"51.6443849,0.8136563","bedrooms":"1","price":"258000","area":"628"} , +{"type":"Feature","id":"n474887907","geometry":{"type":"Point","coordinates":[0.8263161,51.6582696]},"properties":{"@type":"node","@id":474887907,"@timestamp":1627589097},"coords":"51.6582696,0.8263161","bedrooms":"3","price":"171000","area":"602"} , +{"type":"Feature","id":"n474887917","geometry":{"type":"Point","coordinates":[0.6158221,51.8788117]},"properties":{"@type":"node","@id":474887917,"@timestamp":1547912930},"coords":"51.8788117,0.6158221","bedrooms":"3","price":"172000","area":"690"} , +{"type":"Feature","id":"n474887928","geometry":{"type":"Point","coordinates":[0.7569617,51.8772566]},"properties":{"@type":"node","@id":474887928,"@timestamp":1599347247},"coords":"51.8772566,0.7569617","bedrooms":"4","price":"187000","area":"618"} , +{"type":"Feature","id":"n474887952","geometry":{"type":"Point","coordinates":[0.6910032,51.8742789]},"properties":{"@type":"node","@id":474887952,"@timestamp":1547650023},"coords":"51.8742789,0.6910032","bedrooms":"3","price":"271000","area":"593"} , +{"type":"Feature","id":"n474887962","geometry":{"type":"Point","coordinates":[0.7002141,51.8365517]},"properties":{"@type":"node","@id":474887962,"@timestamp":1547923830},"coords":"51.8365517,0.7002141","bedrooms":"1","price":"297000","area":"511"} , +{"type":"Feature","id":"n474887976","geometry":{"type":"Point","coordinates":[0.7748556,51.8747671]},"properties":{"@type":"node","@id":474887976,"@timestamp":1550177902},"coords":"51.8747671,0.7748556","bedrooms":"4","price":"152000","area":"614"} , +{"type":"Feature","id":"n474887992","geometry":{"type":"Point","coordinates":[0.7974444,51.8802936]},"properties":{"@type":"node","@id":474887992,"@timestamp":1607883821},"coords":"51.8802936,0.7974444","bedrooms":"1","price":"191000","area":"674"} , +{"type":"Feature","id":"n474888002","geometry":{"type":"Point","coordinates":[0.7985857,51.8731704]},"properties":{"@type":"node","@id":474888002,"@timestamp":1607883821},"coords":"51.8731704,0.7985857","bedrooms":"2","price":"180000","area":"528"} , +{"type":"Feature","id":"n474888012","geometry":{"type":"Point","coordinates":[0.7958256,51.8380527]},"properties":{"@type":"node","@id":474888012,"@timestamp":1547389755},"coords":"51.8380527,0.7958256","bedrooms":"2","price":"298000","area":"673"} , +{"type":"Feature","id":"n474888024","geometry":{"type":"Point","coordinates":[0.7958512,51.8379981]},"properties":{"@type":"node","@id":474888024,"@timestamp":1547389756},"coords":"51.8379981,0.7958512","bedrooms":"1","price":"179000","area":"585"} , +{"type":"Feature","id":"n474888034","geometry":{"type":"Point","coordinates":[0.7116904,51.7894528]},"properties":{"@type":"node","@id":474888034,"@timestamp":1546962261},"coords":"51.7894528,0.7116904","bedrooms":"4","price":"158000","area":"478"} , +{"type":"Feature","id":"n474888044","geometry":{"type":"Point","coordinates":[0.6938378,51.7545961]},"properties":{"@type":"node","@id":474888044,"@timestamp":1546966437},"coords":"51.7545961,0.6938378","bedrooms":"0","price":"229000","area":"510"} , +{"type":"Feature","id":"n474888056","geometry":{"type":"Point","coordinates":[0.7580014,51.7503133]},"properties":{"@type":"node","@id":474888056,"@timestamp":1559477945},"coords":"51.7503133,0.7580014","bedrooms":"4","price":"161000","area":"375"} , +{"type":"Feature","id":"n474888075","geometry":{"type":"Point","coordinates":[0.7978587,51.7710907]},"properties":{"@type":"node","@id":474888075,"@timestamp":1547501727},"coords":"51.7710907,0.7978587","bedrooms":"4","price":"153000","area":"501"} , +{"type":"Feature","id":"n474888088","geometry":{"type":"Point","coordinates":[0.8299609,51.7586836]},"properties":{"@type":"node","@id":474888088,"@timestamp":1547501728},"coords":"51.7586836,0.8299609","bedrooms":"1","price":"212000","area":"644"} , +{"type":"Feature","id":"n474888098","geometry":{"type":"Point","coordinates":[0.8299831,51.7585752]},"properties":{"@type":"node","@id":474888098,"@timestamp":1547496284},"coords":"51.7585752,0.8299831","bedrooms":"3","price":"209000","area":"602"} , +{"type":"Feature","id":"n474888110","geometry":{"type":"Point","coordinates":[0.8194301,51.8570593]},"properties":{"@type":"node","@id":474888110,"@timestamp":1546966437},"coords":"51.8570593,0.8194301","bedrooms":"0","price":"168000","area":"564"} , +{"type":"Feature","id":"n474888120","geometry":{"type":"Point","coordinates":[0.8143767,51.7849131]},"properties":{"@type":"node","@id":474888120,"@timestamp":1549063980},"coords":"51.7849131,0.8143767","bedrooms":"2","price":"190000","area":"656"} , +{"type":"Feature","id":"n474888130","geometry":{"type":"Point","coordinates":[0.8320483,51.800113]},"properties":{"@type":"node","@id":474888130,"@timestamp":1547501729},"coords":"51.800113,0.8320483","bedrooms":"2","price":"192000","area":"687"} , +{"type":"Feature","id":"n474888140","geometry":{"type":"Point","coordinates":[0.8521468,51.8392717]},"properties":{"@type":"node","@id":474888140,"@timestamp":1547496286},"coords":"51.8392717,0.8521468","bedrooms":"0","price":"230000","area":"699"} , +{"type":"Feature","id":"n474888205","geometry":{"type":"Point","coordinates":[0.1663969,51.9172885]},"properties":{"@type":"node","@id":474888205,"@timestamp":1617571286},"coords":"51.9172885,0.1663969","bedrooms":"1","price":"273000","area":"372"} , +{"type":"Feature","id":"n474888220","geometry":{"type":"Point","coordinates":[0.1275495,51.9743534]},"properties":{"@type":"node","@id":474888220,"@timestamp":1595677531},"coords":"51.9743534,0.1275495","bedrooms":"1","price":"248000","area":"398"} , +{"type":"Feature","id":"n474888281","geometry":{"type":"Point","coordinates":[0.2142186,51.9835822]},"properties":{"@type":"node","@id":474888281,"@timestamp":1621380126},"coords":"51.9835822,0.2142186","bedrooms":"2","price":"271000","area":"559"} , +{"type":"Feature","id":"n474888294","geometry":{"type":"Point","coordinates":[0.2330741,51.9659242]},"properties":{"@type":"node","@id":474888294,"@timestamp":1595615266},"coords":"51.9659242,0.2330741","bedrooms":"0","price":"229000","area":"625"} , +{"type":"Feature","id":"n474888304","geometry":{"type":"Point","coordinates":[0.1866181,51.894112]},"properties":{"@type":"node","@id":474888304,"@timestamp":1595609879},"coords":"51.894112,0.1866181","bedrooms":"1","price":"218000","area":"652"} , +{"type":"Feature","id":"n474888315","geometry":{"type":"Point","coordinates":[0.1992666,51.9316514]},"properties":{"@type":"node","@id":474888315,"@timestamp":1617571286},"coords":"51.9316514,0.1992666","bedrooms":"2","price":"179000","area":"688"} , +{"type":"Feature","id":"n474888326","geometry":{"type":"Point","coordinates":[0.230049,51.9143636]},"properties":{"@type":"node","@id":474888326,"@timestamp":1595599255},"coords":"51.9143636,0.230049","bedrooms":"2","price":"171000","area":"479"} , +{"type":"Feature","id":"n474888336","geometry":{"type":"Point","coordinates":[0.2300521,51.9144265]},"properties":{"@type":"node","@id":474888336,"@timestamp":1595599255},"coords":"51.9144265,0.2300521","bedrooms":"0","price":"225000","area":"513"} , +{"type":"Feature","id":"n474888355","geometry":{"type":"Point","coordinates":[0.297278,51.9238344]},"properties":{"@type":"node","@id":474888355,"@timestamp":1595668663},"coords":"51.9238344,0.297278","bedrooms":"4","price":"274000","area":"664"} , +{"type":"Feature","id":"n474888366","geometry":{"type":"Point","coordinates":[0.2716276,51.8991887]},"properties":{"@type":"node","@id":474888366,"@timestamp":1617366785},"coords":"51.8991887,0.2716276","bedrooms":"0","price":"276000","area":"679"} , +{"type":"Feature","id":"n474888377","geometry":{"type":"Point","coordinates":[0.3659057,51.8689253]},"properties":{"@type":"node","@id":474888377,"@timestamp":1619955417},"coords":"51.8689253,0.3659057","bedrooms":"0","price":"280000","area":"567"} , +{"type":"Feature","id":"n474888411","geometry":{"type":"Point","coordinates":[0.2931205,51.9678002]},"properties":{"@type":"node","@id":474888411,"@timestamp":1595668663},"coords":"51.9678002,0.2931205","bedrooms":"0","price":"241000","area":"403"} , +{"type":"Feature","id":"n474888454","geometry":{"type":"Point","coordinates":[0.6723082,51.7431355]},"properties":{"@type":"node","@id":474888454,"@timestamp":1559462759},"coords":"51.7431355,0.6723082","bedrooms":"3","price":"274000","area":"414"} , +{"type":"Feature","id":"n474888468","geometry":{"type":"Point","coordinates":[0.3275549,51.6940262]},"properties":{"@type":"node","@id":474888468,"@timestamp":1595493213},"coords":"51.6940262,0.3275549","bedrooms":"1","price":"276000","area":"610"} , +{"type":"Feature","id":"n474888485","geometry":{"type":"Point","coordinates":[0.2462303,51.7127416]},"properties":{"@type":"node","@id":474888485,"@timestamp":1595493213},"coords":"51.7127416,0.2462303","bedrooms":"4","price":"289000","area":"457"} , +{"type":"Feature","id":"n474888495","geometry":{"type":"Point","coordinates":[0.2194063,51.7393671]},"properties":{"@type":"node","@id":474888495,"@timestamp":1596047302},"coords":"51.7393671,0.2194063","bedrooms":"3","price":"272000","area":"483"} , +{"type":"Feature","id":"n474888516","geometry":{"type":"Point","coordinates":[0.1722742,51.8018848]},"properties":{"@type":"node","@id":474888516,"@timestamp":1624384662},"coords":"51.8018848,0.1722742","bedrooms":"4","price":"214000","area":"651"} , +{"type":"Feature","id":"n474888526","geometry":{"type":"Point","coordinates":[0.2861154,51.7942399]},"properties":{"@type":"node","@id":474888526,"@timestamp":1619390434},"coords":"51.7942399,0.2861154","bedrooms":"0","price":"294000","area":"695"} , +{"type":"Feature","id":"n474888536","geometry":{"type":"Point","coordinates":[0.1930619,51.8213458]},"properties":{"@type":"node","@id":474888536,"@timestamp":1617283977},"coords":"51.8213458,0.1930619","bedrooms":"1","price":"196000","area":"413"} , +{"type":"Feature","id":"n474888547","geometry":{"type":"Point","coordinates":[0.1737362,51.8410032]},"properties":{"@type":"node","@id":474888547,"@timestamp":1617283977},"coords":"51.8410032,0.1737362","bedrooms":"3","price":"180000","area":"493"} , +{"type":"Feature","id":"n474888570","geometry":{"type":"Point","coordinates":[0.263304,51.8530272]},"properties":{"@type":"node","@id":474888570,"@timestamp":1616355924},"coords":"51.8530272,0.263304","bedrooms":"3","price":"170000","area":"389"} , +{"type":"Feature","id":"n474888594","geometry":{"type":"Point","coordinates":[0.2353154,51.8690302]},"properties":{"@type":"node","@id":474888594,"@timestamp":1614075395},"coords":"51.8690302,0.2353154","bedrooms":"0","price":"245000","area":"546"} , +{"type":"Feature","id":"n474888606","geometry":{"type":"Point","coordinates":[0.2913836,51.8677802]},"properties":{"@type":"node","@id":474888606,"@timestamp":1547301964},"coords":"51.8677802,0.2913836","bedrooms":"2","price":"256000","area":"357"} , +{"type":"Feature","id":"n474888625","geometry":{"type":"Point","coordinates":[0.4570266,51.7957102]},"properties":{"@type":"node","@id":474888625,"@timestamp":1613987453},"coords":"51.7957102,0.4570266","bedrooms":"0","price":"234000","area":"590"} , +{"type":"Feature","id":"n474888649","geometry":{"type":"Point","coordinates":[0.2953166,51.6067915]},"properties":{"@type":"node","@id":474888649,"@timestamp":1588080631},"coords":"51.6067915,0.2953166","bedrooms":"1","price":"214000","area":"606"} , +{"type":"Feature","id":"n474888664","geometry":{"type":"Point","coordinates":[0.2896728,51.6384471]},"properties":{"@type":"node","@id":474888664,"@timestamp":1595968873},"coords":"51.6384471,0.2896728","bedrooms":"2","price":"259000","area":"454"} , +{"type":"Feature","id":"n474888687","geometry":{"type":"Point","coordinates":[0.168236,51.6479152]},"properties":{"@type":"node","@id":474888687,"@timestamp":1609771814},"coords":"51.6479152,0.168236","bedrooms":"0","price":"204000","area":"695"} , +{"type":"Feature","id":"n474888700","geometry":{"type":"Point","coordinates":[0.187689,51.626876]},"properties":{"@type":"node","@id":474888700,"@timestamp":1556645758},"coords":"51.626876,0.187689","bedrooms":"3","price":"173000","area":"431"} , +{"type":"Feature","id":"n474888718","geometry":{"type":"Point","coordinates":[0.1632111,51.6570015]},"properties":{"@type":"node","@id":474888718,"@timestamp":1556647224},"coords":"51.6570015,0.1632111","bedrooms":"2","price":"240000","area":"395"} , +{"type":"Feature","id":"n474888742","geometry":{"type":"Point","coordinates":[0.0918734,51.6799178]},"properties":{"@type":"node","@id":474888742,"@timestamp":1595794516},"coords":"51.6799178,0.0918734","bedrooms":"0","price":"190000","area":"633"} , +{"type":"Feature","id":"n474888756","geometry":{"type":"Point","coordinates":[0.1181976,51.6878991]},"properties":{"@type":"node","@id":474888756,"@timestamp":1625428362},"coords":"51.6878991,0.1181976","bedrooms":"3","price":"229000","area":"455"} , +{"type":"Feature","id":"n474888770","geometry":{"type":"Point","coordinates":[0.1079665,51.6894142]},"properties":{"@type":"node","@id":474888770,"@timestamp":1556643879},"coords":"51.6894142,0.1079665","bedrooms":"2","price":"250000","area":"556"} , +{"type":"Feature","id":"n474888783","geometry":{"type":"Point","coordinates":[0.1239923,51.7100947]},"properties":{"@type":"node","@id":474888783,"@timestamp":1564964580},"coords":"51.7100947,0.1239923","bedrooms":"2","price":"194000","area":"455"} , +{"type":"Feature","id":"n474888796","geometry":{"type":"Point","coordinates":[0.2245215,51.7184696]},"properties":{"@type":"node","@id":474888796,"@timestamp":1595874639},"coords":"51.7184696,0.2245215","bedrooms":"1","price":"296000","area":"676"} , +{"type":"Feature","id":"n474888812","geometry":{"type":"Point","coordinates":[0.1224841,51.7061092]},"properties":{"@type":"node","@id":474888812,"@timestamp":1625428362},"coords":"51.7061092,0.1224841","bedrooms":"3","price":"264000","area":"458"} , +{"type":"Feature","id":"n474888832","geometry":{"type":"Point","coordinates":[0.267666,51.6550613]},"properties":{"@type":"node","@id":474888832,"@timestamp":1556647226},"coords":"51.6550613,0.267666","bedrooms":"3","price":"156000","area":"645"} , +{"type":"Feature","id":"n474888844","geometry":{"type":"Point","coordinates":[0.2673328,51.6394023]},"properties":{"@type":"node","@id":474888844,"@timestamp":1556647227},"coords":"51.6394023,0.2673328","bedrooms":"2","price":"295000","area":"464"} , +{"type":"Feature","id":"n474888857","geometry":{"type":"Point","coordinates":[0.3042539,51.66149]},"properties":{"@type":"node","@id":474888857,"@timestamp":1596055177},"coords":"51.66149,0.3042539","bedrooms":"4","price":"210000","area":"477"} , +{"type":"Feature","id":"n474888870","geometry":{"type":"Point","coordinates":[0.2946263,51.6764272]},"properties":{"@type":"node","@id":474888870,"@timestamp":1596007615},"coords":"51.6764272,0.2946263","bedrooms":"2","price":"211000","area":"429"} , +{"type":"Feature","id":"n474888883","geometry":{"type":"Point","coordinates":[0.2751906,51.6629741]},"properties":{"@type":"node","@id":474888883,"@timestamp":1596007615},"coords":"51.6629741,0.2751906","bedrooms":"4","price":"171000","area":"475"} , +{"type":"Feature","id":"n474888913","geometry":{"type":"Point","coordinates":[0.059542,51.745532]},"properties":{"@type":"node","@id":474888913,"@timestamp":1624317623},"coords":"51.745532,0.059542","bedrooms":"3","price":"203000","area":"689"} , +{"type":"Feature","id":"n474888930","geometry":{"type":"Point","coordinates":[0.0267381,51.7317856]},"properties":{"@type":"node","@id":474888930,"@timestamp":1556648304},"coords":"51.7317856,0.0267381","bedrooms":"2","price":"207000","area":"564"} , +{"type":"Feature","id":"n474888946","geometry":{"type":"Point","coordinates":[0.112231,51.6489236]},"properties":{"@type":"node","@id":474888946,"@timestamp":1595788568},"coords":"51.6489236,0.112231","bedrooms":"0","price":"242000","area":"570"} , +{"type":"Feature","id":"n474888962","geometry":{"type":"Point","coordinates":[0.0032621,51.6769039]},"properties":{"@type":"node","@id":474888962,"@timestamp":1617466884},"coords":"51.6769039,0.0032621","bedrooms":"1","price":"218000","area":"439"} , +{"type":"Feature","id":"n474888977","geometry":{"type":"Point","coordinates":[-0.010419,51.6474513]},"properties":{"@type":"node","@id":474888977,"@timestamp":1595779947},"coords":"51.6474513,-0.010419","bedrooms":"3","price":"291000","area":"404"} , +{"type":"Feature","id":"n474888994","geometry":{"type":"Point","coordinates":[0.0076694,51.6869383]},"properties":{"@type":"node","@id":474888994,"@timestamp":1617466884},"coords":"51.6869383,0.0076694","bedrooms":"2","price":"274000","area":"669"} , +{"type":"Feature","id":"n474889007","geometry":{"type":"Point","coordinates":[0.0252972,51.6812848]},"properties":{"@type":"node","@id":474889007,"@timestamp":1617466884},"coords":"51.6812848,0.0252972","bedrooms":"3","price":"184000","area":"694"} , +{"type":"Feature","id":"n474889020","geometry":{"type":"Point","coordinates":[0.0534933,51.6758235]},"properties":{"@type":"node","@id":474889020,"@timestamp":1559790902},"coords":"51.6758235,0.0534933","bedrooms":"0","price":"210000","area":"591"} , +{"type":"Feature","id":"n474889034","geometry":{"type":"Point","coordinates":[0.0201056,51.6888664]},"properties":{"@type":"node","@id":474889034,"@timestamp":1617466884},"coords":"51.6888664,0.0201056","bedrooms":"1","price":"193000","area":"471"} , +{"type":"Feature","id":"n474889047","geometry":{"type":"Point","coordinates":[0.0636293,51.6851747]},"properties":{"@type":"node","@id":474889047,"@timestamp":1595786661},"coords":"51.6851747,0.0636293","bedrooms":"4","price":"289000","area":"429"} , +{"type":"Feature","id":"n474889061","geometry":{"type":"Point","coordinates":[0.0965094,51.6918836]},"properties":{"@type":"node","@id":474889061,"@timestamp":1625428362},"coords":"51.6918836,0.0965094","bedrooms":"1","price":"170000","area":"654"} , +{"type":"Feature","id":"n474889081","geometry":{"type":"Point","coordinates":[0.4508772,51.9658349]},"properties":{"@type":"node","@id":474889081,"@timestamp":1595344726},"coords":"51.9658349,0.4508772","bedrooms":"2","price":"183000","area":"425"} , +{"type":"Feature","id":"n474889095","geometry":{"type":"Point","coordinates":[0.4506465,51.966676]},"properties":{"@type":"node","@id":474889095,"@timestamp":1595347574},"coords":"51.966676,0.4506465","bedrooms":"4","price":"153000","area":"541"} , +{"type":"Feature","id":"n474889110","geometry":{"type":"Point","coordinates":[0.4963395,51.9466324]},"properties":{"@type":"node","@id":474889110,"@timestamp":1595372425},"coords":"51.9466324,0.4963395","bedrooms":"3","price":"287000","area":"629"} , +{"type":"Feature","id":"n474889123","geometry":{"type":"Point","coordinates":[0.5151315,51.9001604]},"properties":{"@type":"node","@id":474889123,"@timestamp":1595372425},"coords":"51.9001604,0.5151315","bedrooms":"0","price":"275000","area":"401"} , +{"type":"Feature","id":"n474889137","geometry":{"type":"Point","coordinates":[0.5043278,51.9340792]},"properties":{"@type":"node","@id":474889137,"@timestamp":1595363361},"coords":"51.9340792,0.5043278","bedrooms":"0","price":"217000","area":"464"} , +{"type":"Feature","id":"n474889250","geometry":{"type":"Point","coordinates":[0.6268315,51.9443581]},"properties":{"@type":"node","@id":474889250,"@timestamp":1548966948},"coords":"51.9443581,0.6268315","bedrooms":"2","price":"241000","area":"599"} , +{"type":"Feature","id":"n474889263","geometry":{"type":"Point","coordinates":[0.5952042,51.9414897]},"properties":{"@type":"node","@id":474889263,"@timestamp":1549063981},"coords":"51.9414897,0.5952042","bedrooms":"0","price":"155000","area":"371"} , +{"type":"Feature","id":"n474889288","geometry":{"type":"Point","coordinates":[0.5951844,51.932326]},"properties":{"@type":"node","@id":474889288,"@timestamp":1595347083},"coords":"51.932326,0.5951844","bedrooms":"4","price":"214000","area":"438"} , +{"type":"Feature","id":"n474889303","geometry":{"type":"Point","coordinates":[0.5826559,51.9160721]},"properties":{"@type":"node","@id":474889303,"@timestamp":1595347083},"coords":"51.9160721,0.5826559","bedrooms":"0","price":"208000","area":"474"} , +{"type":"Feature","id":"n474889327","geometry":{"type":"Point","coordinates":[0.6585192,51.9735043]},"properties":{"@type":"node","@id":474889327,"@timestamp":1595421626},"coords":"51.9735043,0.6585192","bedrooms":"3","price":"208000","area":"592"} , +{"type":"Feature","id":"n474889339","geometry":{"type":"Point","coordinates":[0.6438682,51.9482484]},"properties":{"@type":"node","@id":474889339,"@timestamp":1620168310},"coords":"51.9482484,0.6438682","bedrooms":"0","price":"209000","area":"355"} , +{"type":"Feature","id":"n474889356","geometry":{"type":"Point","coordinates":[0.5907178,51.9832991]},"properties":{"@type":"node","@id":474889356,"@timestamp":1547995293},"coords":"51.9832991,0.5907178","bedrooms":"1","price":"259000","area":"428"} , +{"type":"Feature","id":"n474889474","geometry":{"type":"Point","coordinates":[0.6299455,51.9346567]},"properties":{"@type":"node","@id":474889474,"@timestamp":1620168310},"coords":"51.9346567,0.6299455","bedrooms":"1","price":"234000","area":"364"} , +{"type":"Feature","id":"n474889487","geometry":{"type":"Point","coordinates":[0.5783496,51.9109684]},"properties":{"@type":"node","@id":474889487,"@timestamp":1595347083},"coords":"51.9109684,0.5783496","bedrooms":"2","price":"231000","area":"351"} , +{"type":"Feature","id":"n474889500","geometry":{"type":"Point","coordinates":[0.5607197,51.9049864]},"properties":{"@type":"node","@id":474889500,"@timestamp":1595347083},"coords":"51.9049864,0.5607197","bedrooms":"4","price":"225000","area":"516"} , +{"type":"Feature","id":"n474889516","geometry":{"type":"Point","coordinates":[0.812366,51.9000295]},"properties":{"@type":"node","@id":474889516,"@timestamp":1547995294},"coords":"51.9000295,0.812366","bedrooms":"2","price":"163000","area":"433"} , +{"type":"Feature","id":"n474889530","geometry":{"type":"Point","coordinates":[0.6527718,51.9400619]},"properties":{"@type":"node","@id":474889530,"@timestamp":1547995294},"coords":"51.9400619,0.6527718","bedrooms":"2","price":"275000","area":"389"} , +{"type":"Feature","id":"n474889543","geometry":{"type":"Point","coordinates":[0.6892647,51.9706833]},"properties":{"@type":"node","@id":474889543,"@timestamp":1595421626},"coords":"51.9706833,0.6892647","bedrooms":"0","price":"225000","area":"549"} , +{"type":"Feature","id":"n474889562","geometry":{"type":"Point","coordinates":[0.7183037,51.9286642]},"properties":{"@type":"node","@id":474889562,"@timestamp":1549045704},"coords":"51.9286642,0.7183037","bedrooms":"0","price":"251000","area":"466"} , +{"type":"Feature","id":"n474889581","geometry":{"type":"Point","coordinates":[0.7869845,51.958031]},"properties":{"@type":"node","@id":474889581,"@timestamp":1548009572},"coords":"51.958031,0.7869845","bedrooms":"0","price":"168000","area":"672"} , +{"type":"Feature","id":"n474889596","geometry":{"type":"Point","coordinates":[0.8037164,51.9501957]},"properties":{"@type":"node","@id":474889596,"@timestamp":1548009573},"coords":"51.9501957,0.8037164","bedrooms":"4","price":"275000","area":"416"} , +{"type":"Feature","id":"n474889802","geometry":{"type":"Point","coordinates":[0.8920292,51.9198175]},"properties":{"@type":"node","@id":474889802,"@timestamp":1570168960},"coords":"51.9198175,0.8920292","bedrooms":"1","price":"239000","area":"551"} , +{"type":"Feature","id":"n474889817","geometry":{"type":"Point","coordinates":[0.8015595,51.9146683]},"properties":{"@type":"node","@id":474889817,"@timestamp":1547987879},"coords":"51.9146683,0.8015595","bedrooms":"2","price":"156000","area":"606"} , +{"type":"Feature","id":"n474890648","geometry":{"type":"Point","coordinates":[0.8795795,51.8667649]},"properties":{"@type":"node","@id":474890648,"@timestamp":1598243872},"coords":"51.8667649,0.8795795","bedrooms":"1","price":"163000","area":"466"} , +{"type":"Feature","id":"n474890666","geometry":{"type":"Point","coordinates":[0.8884879,51.8812041]},"properties":{"@type":"node","@id":474890666,"@timestamp":1598090235},"coords":"51.8812041,0.8884879","bedrooms":"0","price":"213000","area":"598"} , +{"type":"Feature","id":"n474890680","geometry":{"type":"Point","coordinates":[0.8900288,51.8850605]},"properties":{"@type":"node","@id":474890680,"@timestamp":1598090235},"coords":"51.8850605,0.8900288","bedrooms":"1","price":"159000","area":"649"} , +{"type":"Feature","id":"n474890691","geometry":{"type":"Point","coordinates":[0.8659967,51.8747784]},"properties":{"@type":"node","@id":474890691,"@timestamp":1598090235},"coords":"51.8747784,0.8659967","bedrooms":"0","price":"241000","area":"369"} , +{"type":"Feature","id":"n474890703","geometry":{"type":"Point","coordinates":[0.8724311,51.8696087]},"properties":{"@type":"node","@id":474890703,"@timestamp":1598090235},"coords":"51.8696087,0.8724311","bedrooms":"2","price":"192000","area":"599"} , +{"type":"Feature","id":"n474890713","geometry":{"type":"Point","coordinates":[0.8637723,51.8773837]},"properties":{"@type":"node","@id":474890713,"@timestamp":1622966911},"coords":"51.8773837,0.8637723","bedrooms":"4","price":"295000","area":"423"} , +{"type":"Feature","id":"n474890723","geometry":{"type":"Point","coordinates":[0.8561065,51.8765719]},"properties":{"@type":"node","@id":474890723,"@timestamp":1598090235},"coords":"51.8765719,0.8561065","bedrooms":"4","price":"273000","area":"452"} , +{"type":"Feature","id":"n474890741","geometry":{"type":"Point","coordinates":[0.8545453,51.8757823]},"properties":{"@type":"node","@id":474890741,"@timestamp":1598090235},"coords":"51.8757823,0.8545453","bedrooms":"3","price":"170000","area":"474"} , +{"type":"Feature","id":"n474890757","geometry":{"type":"Point","coordinates":[0.8417493,51.8804751]},"properties":{"@type":"node","@id":474890757,"@timestamp":1598090235},"coords":"51.8804751,0.8417493","bedrooms":"1","price":"210000","area":"388"} , +{"type":"Feature","id":"n474890768","geometry":{"type":"Point","coordinates":[0.8301185,51.8861636]},"properties":{"@type":"node","@id":474890768,"@timestamp":1597815030},"coords":"51.8861636,0.8301185","bedrooms":"0","price":"254000","area":"688"} , +{"type":"Feature","id":"n474890778","geometry":{"type":"Point","coordinates":[0.8476585,51.8893707]},"properties":{"@type":"node","@id":474890778,"@timestamp":1547655810},"coords":"51.8893707,0.8476585","bedrooms":"1","price":"280000","area":"488"} , +{"type":"Feature","id":"n474890788","geometry":{"type":"Point","coordinates":[0.8820026,51.8874874]},"properties":{"@type":"node","@id":474890788,"@timestamp":1607888555},"coords":"51.8874874,0.8820026","bedrooms":"3","price":"199000","area":"602"} , +{"type":"Feature","id":"n474890800","geometry":{"type":"Point","coordinates":[0.8443476,51.8910131]},"properties":{"@type":"node","@id":474890800,"@timestamp":1547995296},"coords":"51.8910131,0.8443476","bedrooms":"3","price":"215000","area":"384"} , +{"type":"Feature","id":"n474890816","geometry":{"type":"Point","coordinates":[0.8942635,51.9016489]},"properties":{"@type":"node","@id":474890816,"@timestamp":1597260158},"coords":"51.9016489,0.8942635","bedrooms":"2","price":"269000","area":"584"} , +{"type":"Feature","id":"n474890826","geometry":{"type":"Point","coordinates":[0.8644963,51.9097797]},"properties":{"@type":"node","@id":474890826,"@timestamp":1597260294},"coords":"51.9097797,0.8644963","bedrooms":"1","price":"210000","area":"553"} , +{"type":"Feature","id":"n474890836","geometry":{"type":"Point","coordinates":[0.8536816,51.9134005]},"properties":{"@type":"node","@id":474890836,"@timestamp":1547370358},"coords":"51.9134005,0.8536816","bedrooms":"2","price":"220000","area":"420"} , +{"type":"Feature","id":"n474890859","geometry":{"type":"Point","coordinates":[0.4397592,51.7531094]},"properties":{"@type":"node","@id":474890859,"@timestamp":1574036318},"coords":"51.7531094,0.4397592","bedrooms":"1","price":"274000","area":"628"} , +{"type":"Feature","id":"n474890872","geometry":{"type":"Point","coordinates":[0.4420364,51.7550316]},"properties":{"@type":"node","@id":474890872,"@timestamp":1574036318},"coords":"51.7550316,0.4420364","bedrooms":"4","price":"278000","area":"357"} , +{"type":"Feature","id":"n474890882","geometry":{"type":"Point","coordinates":[0.4541153,51.7503732]},"properties":{"@type":"node","@id":474890882,"@timestamp":1595446766},"coords":"51.7503732,0.4541153","bedrooms":"0","price":"194000","area":"367"} , +{"type":"Feature","id":"n474890893","geometry":{"type":"Point","coordinates":[0.4600928,51.7454548]},"properties":{"@type":"node","@id":474890893,"@timestamp":1620725198},"coords":"51.7454548,0.4600928","bedrooms":"1","price":"157000","area":"452"} , +{"type":"Feature","id":"n474890904","geometry":{"type":"Point","coordinates":[0.4480882,51.7471482]},"properties":{"@type":"node","@id":474890904,"@timestamp":1620724878},"coords":"51.7471482,0.4480882","bedrooms":"0","price":"277000","area":"358"} , +{"type":"Feature","id":"n474890914","geometry":{"type":"Point","coordinates":[0.466912,51.7453473]},"properties":{"@type":"node","@id":474890914,"@timestamp":1562194061},"coords":"51.7453473,0.466912","bedrooms":"0","price":"247000","area":"466"} , +{"type":"Feature","id":"n474890924","geometry":{"type":"Point","coordinates":[0.4858232,51.7481743]},"properties":{"@type":"node","@id":474890924,"@timestamp":1562194061},"coords":"51.7481743,0.4858232","bedrooms":"4","price":"234000","area":"362"} , +{"type":"Feature","id":"n474890934","geometry":{"type":"Point","coordinates":[0.4846846,51.7388216]},"properties":{"@type":"node","@id":474890934,"@timestamp":1562194061},"coords":"51.7388216,0.4846846","bedrooms":"4","price":"238000","area":"422"} , +{"type":"Feature","id":"n474890945","geometry":{"type":"Point","coordinates":[0.5028471,51.752861]},"properties":{"@type":"node","@id":474890945,"@timestamp":1623432731},"coords":"51.752861,0.5028471","bedrooms":"4","price":"162000","area":"650"} , +{"type":"Feature","id":"n474890957","geometry":{"type":"Point","coordinates":[0.4947007,51.7561329]},"properties":{"@type":"node","@id":474890957,"@timestamp":1621130765},"coords":"51.7561329,0.4947007","bedrooms":"4","price":"223000","area":"594"} , +{"type":"Feature","id":"n474890972","geometry":{"type":"Point","coordinates":[0.4917543,51.7361241]},"properties":{"@type":"node","@id":474890972,"@timestamp":1562194061},"coords":"51.7361241,0.4917543","bedrooms":"0","price":"248000","area":"588"} , +{"type":"Feature","id":"n474890982","geometry":{"type":"Point","coordinates":[0.5106297,51.7411398]},"properties":{"@type":"node","@id":474890982,"@timestamp":1614417386},"coords":"51.7411398,0.5106297","bedrooms":"0","price":"170000","area":"523"} , +{"type":"Feature","id":"n474890992","geometry":{"type":"Point","coordinates":[0.5013504,51.7362197]},"properties":{"@type":"node","@id":474890992,"@timestamp":1569896638},"coords":"51.7362197,0.5013504","bedrooms":"0","price":"264000","area":"635"} , +{"type":"Feature","id":"n474891002","geometry":{"type":"Point","coordinates":[0.5174339,51.7528732]},"properties":{"@type":"node","@id":474891002,"@timestamp":1627260450},"coords":"51.7528732,0.5174339","bedrooms":"4","price":"162000","area":"409"} , +{"type":"Feature","id":"n474891050","geometry":{"type":"Point","coordinates":[0.4732452,51.7325101]},"properties":{"@type":"node","@id":474891050,"@timestamp":1620726083},"coords":"51.7325101,0.4732452","bedrooms":"1","price":"150000","area":"560"} , +{"type":"Feature","id":"n474891069","geometry":{"type":"Point","coordinates":[0.4613372,51.7229562]},"properties":{"@type":"node","@id":474891069,"@timestamp":1581962211},"coords":"51.7229562,0.4613372","bedrooms":"4","price":"150000","area":"372"} , +{"type":"Feature","id":"n474891079","geometry":{"type":"Point","coordinates":[0.4781088,51.7276021]},"properties":{"@type":"node","@id":474891079,"@timestamp":1562194061},"coords":"51.7276021,0.4781088","bedrooms":"2","price":"217000","area":"684"} , +{"type":"Feature","id":"n474891093","geometry":{"type":"Point","coordinates":[0.4461624,51.7319051]},"properties":{"@type":"node","@id":474891093,"@timestamp":1595446766},"coords":"51.7319051,0.4461624","bedrooms":"1","price":"209000","area":"540"} , +{"type":"Feature","id":"n474891103","geometry":{"type":"Point","coordinates":[0.4498887,51.7267749]},"properties":{"@type":"node","@id":474891103,"@timestamp":1595446766},"coords":"51.7267749,0.4498887","bedrooms":"3","price":"234000","area":"642"} , +{"type":"Feature","id":"n474891113","geometry":{"type":"Point","coordinates":[0.4182143,51.7303614]},"properties":{"@type":"node","@id":474891113,"@timestamp":1576555357},"coords":"51.7303614,0.4182143","bedrooms":"2","price":"250000","area":"551"} , +{"type":"Feature","id":"n474891123","geometry":{"type":"Point","coordinates":[0.5216443,51.7208839]},"properties":{"@type":"node","@id":474891123,"@timestamp":1574036318},"coords":"51.7208839,0.5216443","bedrooms":"4","price":"248000","area":"641"} , +{"type":"Feature","id":"n474891133","geometry":{"type":"Point","coordinates":[0.4948374,51.7205389]},"properties":{"@type":"node","@id":474891133,"@timestamp":1574036318},"coords":"51.7205389,0.4948374","bedrooms":"1","price":"278000","area":"443"} , +{"type":"Feature","id":"n474891143","geometry":{"type":"Point","coordinates":[0.5148054,51.7150677]},"properties":{"@type":"node","@id":474891143,"@timestamp":1574036318},"coords":"51.7150677,0.5148054","bedrooms":"0","price":"157000","area":"377"} , +{"type":"Feature","id":"n474891154","geometry":{"type":"Point","coordinates":[0.4838073,51.7155835]},"properties":{"@type":"node","@id":474891154,"@timestamp":1574036318},"coords":"51.7155835,0.4838073","bedrooms":"3","price":"284000","area":"581"} , +{"type":"Feature","id":"n474891169","geometry":{"type":"Point","coordinates":[0.5000778,51.7151415]},"properties":{"@type":"node","@id":474891169,"@timestamp":1574036318},"coords":"51.7151415,0.5000778","bedrooms":"2","price":"257000","area":"593"} , +{"type":"Feature","id":"n474891192","geometry":{"type":"Point","coordinates":[0.4403082,51.7071525]},"properties":{"@type":"node","@id":474891192,"@timestamp":1618709493},"coords":"51.7071525,0.4403082","bedrooms":"4","price":"263000","area":"694"} , +{"type":"Feature","id":"n474891203","geometry":{"type":"Point","coordinates":[0.4780074,51.7119828]},"properties":{"@type":"node","@id":474891203,"@timestamp":1595371884},"coords":"51.7119828,0.4780074","bedrooms":"2","price":"232000","area":"398"} , +{"type":"Feature","id":"n474891221","geometry":{"type":"Point","coordinates":[0.4761921,51.709494]},"properties":{"@type":"node","@id":474891221,"@timestamp":1574036318},"coords":"51.709494,0.4761921","bedrooms":"4","price":"247000","area":"657"} , +{"type":"Feature","id":"n474891231","geometry":{"type":"Point","coordinates":[0.4561148,51.7458348]},"properties":{"@type":"node","@id":474891231,"@timestamp":1598908254},"coords":"51.7458348,0.4561148","bedrooms":"1","price":"271000","area":"669"} , +{"type":"Feature","id":"n474891251","geometry":{"type":"Point","coordinates":[0.1342105,51.7514936]},"properties":{"@type":"node","@id":474891251,"@timestamp":1624365693},"coords":"51.7514936,0.1342105","bedrooms":"4","price":"215000","area":"444"} , +{"type":"Feature","id":"n474891283","geometry":{"type":"Point","coordinates":[0.1417981,51.7619655]},"properties":{"@type":"node","@id":474891283,"@timestamp":1624365693},"coords":"51.7619655,0.1417981","bedrooms":"3","price":"245000","area":"573"} , +{"type":"Feature","id":"n474891316","geometry":{"type":"Point","coordinates":[0.1487308,51.7823266]},"properties":{"@type":"node","@id":474891316,"@timestamp":1624384662},"coords":"51.7823266,0.1487308","bedrooms":"3","price":"277000","area":"357"} , +{"type":"Feature","id":"n474891351","geometry":{"type":"Point","coordinates":[0.1398338,51.7864188]},"properties":{"@type":"node","@id":474891351,"@timestamp":1625323805},"coords":"51.7864188,0.1398338","bedrooms":"0","price":"242000","area":"542"} , +{"type":"Feature","id":"n474891370","geometry":{"type":"Point","coordinates":[0.0943458,51.7510066]},"properties":{"@type":"node","@id":474891370,"@timestamp":1595965382},"coords":"51.7510066,0.0943458","bedrooms":"2","price":"187000","area":"538"} , +{"type":"Feature","id":"n474891382","geometry":{"type":"Point","coordinates":[0.0699273,51.7505429]},"properties":{"@type":"node","@id":474891382,"@timestamp":1626131774},"coords":"51.7505429,0.0699273","bedrooms":"3","price":"241000","area":"592"} , +{"type":"Feature","id":"n474891394","geometry":{"type":"Point","coordinates":[0.0574845,51.7499942]},"properties":{"@type":"node","@id":474891394,"@timestamp":1595852051},"coords":"51.7499942,0.0574845","bedrooms":"3","price":"268000","area":"448"} , +{"type":"Feature","id":"n474891406","geometry":{"type":"Point","coordinates":[0.0910674,51.7791402]},"properties":{"@type":"node","@id":474891406,"@timestamp":1595959483},"coords":"51.7791402,0.0910674","bedrooms":"1","price":"210000","area":"525"} , +{"type":"Feature","id":"n474891437","geometry":{"type":"Point","coordinates":[0.0950438,51.7709044]},"properties":{"@type":"node","@id":474891437,"@timestamp":1591546676},"coords":"51.7709044,0.0950438","bedrooms":"1","price":"265000","area":"458"} , +{"type":"Feature","id":"n474891450","geometry":{"type":"Point","coordinates":[0.0678924,51.7570637]},"properties":{"@type":"node","@id":474891450,"@timestamp":1626134283},"coords":"51.7570637,0.0678924","bedrooms":"2","price":"258000","area":"667"} , +{"type":"Feature","id":"n474891465","geometry":{"type":"Point","coordinates":[0.1202784,51.7632412]},"properties":{"@type":"node","@id":474891465,"@timestamp":1596062026},"coords":"51.7632412,0.1202784","bedrooms":"1","price":"252000","area":"380"} , +{"type":"Feature","id":"n474891475","geometry":{"type":"Point","coordinates":[0.1078036,51.759363]},"properties":{"@type":"node","@id":474891475,"@timestamp":1625665538},"coords":"51.759363,0.1078036","bedrooms":"4","price":"256000","area":"387"} , +{"type":"Feature","id":"n474891485","geometry":{"type":"Point","coordinates":[0.0886918,51.7591285]},"properties":{"@type":"node","@id":474891485,"@timestamp":1626129473},"coords":"51.7591285,0.0886918","bedrooms":"4","price":"212000","area":"667"} , +{"type":"Feature","id":"n474891497","geometry":{"type":"Point","coordinates":[0.0691367,51.7675052]},"properties":{"@type":"node","@id":474891497,"@timestamp":1618925173},"coords":"51.7675052,0.0691367","bedrooms":"0","price":"265000","area":"512"} , +{"type":"Feature","id":"n474891507","geometry":{"type":"Point","coordinates":[0.0844225,51.7749418]},"properties":{"@type":"node","@id":474891507,"@timestamp":1595959483},"coords":"51.7749418,0.0844225","bedrooms":"3","price":"164000","area":"381"} , +{"type":"Feature","id":"n474891518","geometry":{"type":"Point","coordinates":[0.1065883,51.7684315]},"properties":{"@type":"node","@id":474891518,"@timestamp":1619097909},"coords":"51.7684315,0.1065883","bedrooms":"0","price":"164000","area":"491"} , +{"type":"Feature","id":"n474891530","geometry":{"type":"Point","coordinates":[0.1156444,51.7727112]},"properties":{"@type":"node","@id":474891530,"@timestamp":1624147460},"coords":"51.7727112,0.1156444","bedrooms":"4","price":"206000","area":"487"} , +{"type":"Feature","id":"n474891540","geometry":{"type":"Point","coordinates":[0.1111833,51.7783759]},"properties":{"@type":"node","@id":474891540,"@timestamp":1624147460},"coords":"51.7783759,0.1111833","bedrooms":"1","price":"248000","area":"482"} , +{"type":"Feature","id":"n474891555","geometry":{"type":"Point","coordinates":[0.4162844,51.5797451]},"properties":{"@type":"node","@id":474891555,"@timestamp":1595000231},"coords":"51.5797451,0.4162844","bedrooms":"3","price":"258000","area":"470"} , +{"type":"Feature","id":"n474891565","geometry":{"type":"Point","coordinates":[0.4006545,51.5715852]},"properties":{"@type":"node","@id":474891565,"@timestamp":1595001004},"coords":"51.5715852,0.4006545","bedrooms":"4","price":"204000","area":"638"} , +{"type":"Feature","id":"n474891578","geometry":{"type":"Point","coordinates":[0.421757,51.5613216]},"properties":{"@type":"node","@id":474891578,"@timestamp":1594836586},"coords":"51.5613216,0.421757","bedrooms":"2","price":"275000","area":"352"} , +{"type":"Feature","id":"n474891589","geometry":{"type":"Point","coordinates":[0.424809,51.5883018]},"properties":{"@type":"node","@id":474891589,"@timestamp":1594930939},"coords":"51.5883018,0.424809","bedrooms":"3","price":"235000","area":"645"} , +{"type":"Feature","id":"n474891600","geometry":{"type":"Point","coordinates":[0.438529,51.5770634]},"properties":{"@type":"node","@id":474891600,"@timestamp":1562500430},"coords":"51.5770634,0.438529","bedrooms":"3","price":"181000","area":"560"} , +{"type":"Feature","id":"n474891617","geometry":{"type":"Point","coordinates":[0.4491412,51.5696123]},"properties":{"@type":"node","@id":474891617,"@timestamp":1586909780},"coords":"51.5696123,0.4491412","bedrooms":"1","price":"190000","area":"455"} , +{"type":"Feature","id":"n474891631","geometry":{"type":"Point","coordinates":[0.4242987,51.5692283]},"properties":{"@type":"node","@id":474891631,"@timestamp":1594751550},"coords":"51.5692283,0.4242987","bedrooms":"4","price":"268000","area":"381"} , +{"type":"Feature","id":"n474891644","geometry":{"type":"Point","coordinates":[0.4403937,51.5878887]},"properties":{"@type":"node","@id":474891644,"@timestamp":1586909780},"coords":"51.5878887,0.4403937","bedrooms":"0","price":"212000","area":"523"} , +{"type":"Feature","id":"n474891655","geometry":{"type":"Point","coordinates":[0.4527051,51.5677204]},"properties":{"@type":"node","@id":474891655,"@timestamp":1574730514},"coords":"51.5677204,0.4527051","bedrooms":"2","price":"246000","area":"661"} , +{"type":"Feature","id":"n474891666","geometry":{"type":"Point","coordinates":[0.4652663,51.5747688]},"properties":{"@type":"node","@id":474891666,"@timestamp":1594761989},"coords":"51.5747688,0.4652663","bedrooms":"2","price":"152000","area":"520"} , +{"type":"Feature","id":"n474891676","geometry":{"type":"Point","coordinates":[0.4913394,51.5820153]},"properties":{"@type":"node","@id":474891676,"@timestamp":1594761989},"coords":"51.5820153,0.4913394","bedrooms":"3","price":"299000","area":"397"} , +{"type":"Feature","id":"n474891698","geometry":{"type":"Point","coordinates":[0.5189812,51.5864074]},"properties":{"@type":"node","@id":474891698,"@timestamp":1251339535},"coords":"51.5864074,0.5189812","bedrooms":"1","price":"212000","area":"354"} , +{"type":"Feature","id":"n474891709","geometry":{"type":"Point","coordinates":[0.5174889,51.5795234]},"properties":{"@type":"node","@id":474891709,"@timestamp":1594836586},"coords":"51.5795234,0.5174889","bedrooms":"3","price":"269000","area":"681"} , +{"type":"Feature","id":"n474891719","geometry":{"type":"Point","coordinates":[0.5097625,51.5687168]},"properties":{"@type":"node","@id":474891719,"@timestamp":1594827911},"coords":"51.5687168,0.5097625","bedrooms":"3","price":"278000","area":"655"} , +{"type":"Feature","id":"n474891729","geometry":{"type":"Point","coordinates":[0.4997538,51.5746235]},"properties":{"@type":"node","@id":474891729,"@timestamp":1594826293},"coords":"51.5746235,0.4997538","bedrooms":"4","price":"207000","area":"422"} , +{"type":"Feature","id":"n474891739","geometry":{"type":"Point","coordinates":[0.4732002,51.5738913]},"properties":{"@type":"node","@id":474891739,"@timestamp":1560073756},"coords":"51.5738913,0.4732002","bedrooms":"0","price":"259000","area":"612"} , +{"type":"Feature","id":"n474891749","geometry":{"type":"Point","coordinates":[0.5334636,51.5773627]},"properties":{"@type":"node","@id":474891749,"@timestamp":1594825360},"coords":"51.5773627,0.5334636","bedrooms":"4","price":"211000","area":"581"} , +{"type":"Feature","id":"n474891759","geometry":{"type":"Point","coordinates":[0.4957996,51.5628131]},"properties":{"@type":"node","@id":474891759,"@timestamp":1587566542},"coords":"51.5628131,0.4957996","bedrooms":"1","price":"292000","area":"421"} , +{"type":"Feature","id":"n474891769","geometry":{"type":"Point","coordinates":[0.479807,51.565926]},"properties":{"@type":"node","@id":474891769,"@timestamp":1594927306},"coords":"51.565926,0.479807","bedrooms":"1","price":"207000","area":"436"} , +{"type":"Feature","id":"n474891780","geometry":{"type":"Point","coordinates":[0.474239,51.5720257]},"properties":{"@type":"node","@id":474891780,"@timestamp":1594998339},"coords":"51.5720257,0.474239","bedrooms":"0","price":"281000","area":"595"} , +{"type":"Feature","id":"n474891790","geometry":{"type":"Point","coordinates":[0.4607828,51.5671195]},"properties":{"@type":"node","@id":474891790,"@timestamp":1594925834},"coords":"51.5671195,0.4607828","bedrooms":"0","price":"276000","area":"475"} , +{"type":"Feature","id":"n474891800","geometry":{"type":"Point","coordinates":[0.4589386,51.568777]},"properties":{"@type":"node","@id":474891800,"@timestamp":1574730514},"coords":"51.568777,0.4589386","bedrooms":"4","price":"248000","area":"487"} , +{"type":"Feature","id":"n474891811","geometry":{"type":"Point","coordinates":[0.4596642,51.5688518]},"properties":{"@type":"node","@id":474891811,"@timestamp":1574730514},"coords":"51.5688518,0.4596642","bedrooms":"1","price":"155000","area":"497"} , +{"type":"Feature","id":"n474891822","geometry":{"type":"Point","coordinates":[0.2993192,51.6196049]},"properties":{"@type":"node","@id":474891822,"@timestamp":1593261017},"coords":"51.6196049,0.2993192","bedrooms":"3","price":"150000","area":"409"} , +{"type":"Feature","id":"n474891839","geometry":{"type":"Point","coordinates":[0.3355061,51.6427151]},"properties":{"@type":"node","@id":474891839,"@timestamp":1595445856},"coords":"51.6427151,0.3355061","bedrooms":"3","price":"206000","area":"680"} , +{"type":"Feature","id":"n474891858","geometry":{"type":"Point","coordinates":[0.2952722,51.6043119]},"properties":{"@type":"node","@id":474891858,"@timestamp":1588080631},"coords":"51.6043119,0.2952722","bedrooms":"3","price":"252000","area":"456"} , +{"type":"Feature","id":"n474891874","geometry":{"type":"Point","coordinates":[0.2993009,51.6170472]},"properties":{"@type":"node","@id":474891874,"@timestamp":1594846627},"coords":"51.6170472,0.2993009","bedrooms":"0","price":"173000","area":"683"} , +{"type":"Feature","id":"n474891893","geometry":{"type":"Point","coordinates":[0.3238045,51.6106167]},"properties":{"@type":"node","@id":474891893,"@timestamp":1588080631},"coords":"51.6106167,0.3238045","bedrooms":"1","price":"217000","area":"420"} , +{"type":"Feature","id":"n474891903","geometry":{"type":"Point","coordinates":[0.3355354,51.6160046]},"properties":{"@type":"node","@id":474891903,"@timestamp":1588079651},"coords":"51.6160046,0.3355354","bedrooms":"2","price":"283000","area":"478"} , +{"type":"Feature","id":"n474891914","geometry":{"type":"Point","coordinates":[0.3513849,51.629178]},"properties":{"@type":"node","@id":474891914,"@timestamp":1596043129},"coords":"51.629178,0.3513849","bedrooms":"0","price":"167000","area":"641"} , +{"type":"Feature","id":"n474891924","geometry":{"type":"Point","coordinates":[0.3390833,51.6316182]},"properties":{"@type":"node","@id":474891924,"@timestamp":1594842361},"coords":"51.6316182,0.3390833","bedrooms":"4","price":"269000","area":"631"} , +{"type":"Feature","id":"n474891934","geometry":{"type":"Point","coordinates":[0.3413177,51.6371224]},"properties":{"@type":"node","@id":474891934,"@timestamp":1596043442},"coords":"51.6371224,0.3413177","bedrooms":"2","price":"175000","area":"434"} , +{"type":"Feature","id":"n474891945","geometry":{"type":"Point","coordinates":[0.2972176,51.6344506]},"properties":{"@type":"node","@id":474891945,"@timestamp":1588080881},"coords":"51.6344506,0.2972176","bedrooms":"2","price":"168000","area":"593"} , +{"type":"Feature","id":"n474891955","geometry":{"type":"Point","coordinates":[0.282849,51.6348942]},"properties":{"@type":"node","@id":474891955,"@timestamp":1610038003},"coords":"51.6348942,0.282849","bedrooms":"0","price":"256000","area":"407"} , +{"type":"Feature","id":"n474891965","geometry":{"type":"Point","coordinates":[0.5540926,51.893763]},"properties":{"@type":"node","@id":474891965,"@timestamp":1566244658},"coords":"51.893763,0.5540926","bedrooms":"1","price":"225000","area":"451"} , +{"type":"Feature","id":"n474891978","geometry":{"type":"Point","coordinates":[0.5500418,51.8912788]},"properties":{"@type":"node","@id":474891978,"@timestamp":1566244658},"coords":"51.8912788,0.5500418","bedrooms":"1","price":"281000","area":"352"} , +{"type":"Feature","id":"n474891992","geometry":{"type":"Point","coordinates":[0.543698,51.8875581]},"properties":{"@type":"node","@id":474891992,"@timestamp":1562546329},"coords":"51.8875581,0.543698","bedrooms":"4","price":"188000","area":"517"} , +{"type":"Feature","id":"n474892008","geometry":{"type":"Point","coordinates":[0.5572478,51.882264]},"properties":{"@type":"node","@id":474892008,"@timestamp":1595372425},"coords":"51.882264,0.5572478","bedrooms":"4","price":"298000","area":"383"} , +{"type":"Feature","id":"n474892024","geometry":{"type":"Point","coordinates":[0.5681334,51.8810106]},"properties":{"@type":"node","@id":474892024,"@timestamp":1566244658},"coords":"51.8810106,0.5681334","bedrooms":"2","price":"251000","area":"521"} , +{"type":"Feature","id":"n474892049","geometry":{"type":"Point","coordinates":[0.5251624,51.8770938]},"properties":{"@type":"node","@id":474892049,"@timestamp":1547301965},"coords":"51.8770938,0.5251624","bedrooms":"3","price":"234000","area":"665"} , +{"type":"Feature","id":"n474892060","geometry":{"type":"Point","coordinates":[0.5785551,51.8726795]},"properties":{"@type":"node","@id":474892060,"@timestamp":1566244658},"coords":"51.8726795,0.5785551","bedrooms":"1","price":"270000","area":"647"} , +{"type":"Feature","id":"n474892073","geometry":{"type":"Point","coordinates":[0.5798279,51.8690273]},"properties":{"@type":"node","@id":474892073,"@timestamp":1595355070},"coords":"51.8690273,0.5798279","bedrooms":"1","price":"198000","area":"400"} , +{"type":"Feature","id":"n474892083","geometry":{"type":"Point","coordinates":[0.5557771,51.8781141]},"properties":{"@type":"node","@id":474892083,"@timestamp":1595372425},"coords":"51.8781141,0.5557771","bedrooms":"4","price":"280000","area":"569"} , +{"type":"Feature","id":"n474892095","geometry":{"type":"Point","coordinates":[0.5524883,51.8713597]},"properties":{"@type":"node","@id":474892095,"@timestamp":1566244658},"coords":"51.8713597,0.5524883","bedrooms":"3","price":"170000","area":"576"} , +{"type":"Feature","id":"n474892105","geometry":{"type":"Point","coordinates":[0.5757488,51.8708614]},"properties":{"@type":"node","@id":474892105,"@timestamp":1566244658},"coords":"51.8708614,0.5757488","bedrooms":"0","price":"151000","area":"548"} , +{"type":"Feature","id":"n474892116","geometry":{"type":"Point","coordinates":[0.5562997,51.8601792]},"properties":{"@type":"node","@id":474892116,"@timestamp":1588202090},"coords":"51.8601792,0.5562997","bedrooms":"1","price":"197000","area":"666"} , +{"type":"Feature","id":"n474892127","geometry":{"type":"Point","coordinates":[0.5288209,51.8537407]},"properties":{"@type":"node","@id":474892127,"@timestamp":1547912935},"coords":"51.8537407,0.5288209","bedrooms":"3","price":"151000","area":"600"} , +{"type":"Feature","id":"n474892137","geometry":{"type":"Point","coordinates":[0.5240368,51.8572609]},"properties":{"@type":"node","@id":474892137,"@timestamp":1598292551},"coords":"51.8572609,0.5240368","bedrooms":"0","price":"150000","area":"503"} , +{"type":"Feature","id":"n474892150","geometry":{"type":"Point","coordinates":[0.641404,51.8108935]},"properties":{"@type":"node","@id":474892150,"@timestamp":1559399985},"coords":"51.8108935,0.641404","bedrooms":"0","price":"169000","area":"505"} , +{"type":"Feature","id":"n474892170","geometry":{"type":"Point","coordinates":[0.6337573,51.8116317]},"properties":{"@type":"node","@id":474892170,"@timestamp":1595371181},"coords":"51.8116317,0.6337573","bedrooms":"1","price":"274000","area":"631"} , +{"type":"Feature","id":"n474892183","geometry":{"type":"Point","coordinates":[0.6292911,51.8074418]},"properties":{"@type":"node","@id":474892183,"@timestamp":1595350178},"coords":"51.8074418,0.6292911","bedrooms":"4","price":"164000","area":"461"} , +{"type":"Feature","id":"n474892194","geometry":{"type":"Point","coordinates":[0.6215269,51.8014008]},"properties":{"@type":"node","@id":474892194,"@timestamp":1595350178},"coords":"51.8014008,0.6215269","bedrooms":"0","price":"279000","area":"495"} , +{"type":"Feature","id":"n474892206","geometry":{"type":"Point","coordinates":[0.6304586,51.7930509]},"properties":{"@type":"node","@id":474892206,"@timestamp":1547923833},"coords":"51.7930509,0.6304586","bedrooms":"2","price":"256000","area":"513"} , +{"type":"Feature","id":"n474892226","geometry":{"type":"Point","coordinates":[0.6383154,51.7928729]},"properties":{"@type":"node","@id":474892226,"@timestamp":1559465386},"coords":"51.7928729,0.6383154","bedrooms":"3","price":"274000","area":"561"} , +{"type":"Feature","id":"n474892245","geometry":{"type":"Point","coordinates":[0.6865822,51.7403817]},"properties":{"@type":"node","@id":474892245,"@timestamp":1565228727},"coords":"51.7403817,0.6865822","bedrooms":"0","price":"291000","area":"451"} , +{"type":"Feature","id":"n474892255","geometry":{"type":"Point","coordinates":[0.7082235,51.7373393]},"properties":{"@type":"node","@id":474892255,"@timestamp":1565228727},"coords":"51.7373393,0.7082235","bedrooms":"1","price":"245000","area":"558"} , +{"type":"Feature","id":"n474892268","geometry":{"type":"Point","coordinates":[0.6631969,51.7230609]},"properties":{"@type":"node","@id":474892268,"@timestamp":1565823930},"coords":"51.7230609,0.6631969","bedrooms":"2","price":"252000","area":"608"} , +{"type":"Feature","id":"n474892278","geometry":{"type":"Point","coordinates":[0.6825019,51.7247792]},"properties":{"@type":"node","@id":474892278,"@timestamp":1565228727},"coords":"51.7247792,0.6825019","bedrooms":"1","price":"156000","area":"466"} , +{"type":"Feature","id":"n474892288","geometry":{"type":"Point","coordinates":[0.6774233,51.7235868]},"properties":{"@type":"node","@id":474892288,"@timestamp":1565228727},"coords":"51.7235868,0.6774233","bedrooms":"4","price":"299000","area":"453"} , +{"type":"Feature","id":"n474892298","geometry":{"type":"Point","coordinates":[0.673479,51.7249335]},"properties":{"@type":"node","@id":474892298,"@timestamp":1565826756},"coords":"51.7249335,0.673479","bedrooms":"3","price":"230000","area":"653"} , +{"type":"Feature","id":"n474892316","geometry":{"type":"Point","coordinates":[0.6212635,51.550206]},"properties":{"@type":"node","@id":474892316,"@timestamp":1594936211},"coords":"51.550206,0.6212635","bedrooms":"3","price":"180000","area":"537"} , +{"type":"Feature","id":"n474892326","geometry":{"type":"Point","coordinates":[0.6115584,51.5695341]},"properties":{"@type":"node","@id":474892326,"@timestamp":1595070033},"coords":"51.5695341,0.6115584","bedrooms":"2","price":"174000","area":"428"} , +{"type":"Feature","id":"n474892338","geometry":{"type":"Point","coordinates":[0.5999056,51.5585918]},"properties":{"@type":"node","@id":474892338,"@timestamp":1595157493},"coords":"51.5585918,0.5999056","bedrooms":"0","price":"257000","area":"470"} , +{"type":"Feature","id":"n474892358","geometry":{"type":"Point","coordinates":[0.5980116,51.5758069]},"properties":{"@type":"node","@id":474892358,"@timestamp":1595058627},"coords":"51.5758069,0.5980116","bedrooms":"4","price":"165000","area":"410"} , +{"type":"Feature","id":"n474892368","geometry":{"type":"Point","coordinates":[0.5769995,51.56557]},"properties":{"@type":"node","@id":474892368,"@timestamp":1595058627},"coords":"51.56557,0.5769995","bedrooms":"1","price":"171000","area":"410"} , +{"type":"Feature","id":"n474892379","geometry":{"type":"Point","coordinates":[0.5710141,51.5637384]},"properties":{"@type":"node","@id":474892379,"@timestamp":1559050083},"coords":"51.5637384,0.5710141","bedrooms":"1","price":"170000","area":"514"} , +{"type":"Feature","id":"n474892389","geometry":{"type":"Point","coordinates":[0.5496396,51.5702141]},"properties":{"@type":"node","@id":474892389,"@timestamp":1595157303},"coords":"51.5702141,0.5496396","bedrooms":"4","price":"166000","area":"489"} , +{"type":"Feature","id":"n474892399","geometry":{"type":"Point","coordinates":[0.5644785,51.5693409]},"properties":{"@type":"node","@id":474892399,"@timestamp":1595157493},"coords":"51.5693409,0.5644785","bedrooms":"0","price":"291000","area":"395"} , +{"type":"Feature","id":"n474892409","geometry":{"type":"Point","coordinates":[0.5597471,51.5569735]},"properties":{"@type":"node","@id":474892409,"@timestamp":1595180004},"coords":"51.5569735,0.5597471","bedrooms":"4","price":"231000","area":"646"} , +{"type":"Feature","id":"n474892419","geometry":{"type":"Point","coordinates":[0.556147,51.5546023]},"properties":{"@type":"node","@id":474892419,"@timestamp":1594925834},"coords":"51.5546023,0.556147","bedrooms":"4","price":"190000","area":"474"} , +{"type":"Feature","id":"n474892429","geometry":{"type":"Point","coordinates":[0.5879499,51.5521601]},"properties":{"@type":"node","@id":474892429,"@timestamp":1595174122},"coords":"51.5521601,0.5879499","bedrooms":"3","price":"174000","area":"366"} , +{"type":"Feature","id":"n474892439","geometry":{"type":"Point","coordinates":[0.5628296,51.5346207]},"properties":{"@type":"node","@id":474892439,"@timestamp":1595157493},"coords":"51.5346207,0.5628296","bedrooms":"2","price":"157000","area":"529"} , +{"type":"Feature","id":"n474892449","geometry":{"type":"Point","coordinates":[0.5838793,51.5198886]},"properties":{"@type":"node","@id":474892449,"@timestamp":1629921589},"coords":"51.5198886,0.5838793","bedrooms":"0","price":"152000","area":"473"} , +{"type":"Feature","id":"n474892460","geometry":{"type":"Point","coordinates":[0.5696193,51.5252107]},"properties":{"@type":"node","@id":474892460,"@timestamp":1629921589},"coords":"51.5252107,0.5696193","bedrooms":"3","price":"274000","area":"423"} , +{"type":"Feature","id":"n474892471","geometry":{"type":"Point","coordinates":[0.5961269,51.528047]},"properties":{"@type":"node","@id":474892471,"@timestamp":1629921589},"coords":"51.528047,0.5961269","bedrooms":"3","price":"169000","area":"514"} , +{"type":"Feature","id":"n474892482","geometry":{"type":"Point","coordinates":[0.6057951,51.5135415]},"properties":{"@type":"node","@id":474892482,"@timestamp":1629921589},"coords":"51.5135415,0.6057951","bedrooms":"4","price":"240000","area":"558"} , +{"type":"Feature","id":"n474892492","geometry":{"type":"Point","coordinates":[0.5939143,51.5215935]},"properties":{"@type":"node","@id":474892492,"@timestamp":1629921589},"coords":"51.5215935,0.5939143","bedrooms":"2","price":"232000","area":"494"} , +{"type":"Feature","id":"n474892502","geometry":{"type":"Point","coordinates":[0.0659379,51.6624987]},"properties":{"@type":"node","@id":474892502,"@timestamp":1556643894},"coords":"51.6624987,0.0659379","bedrooms":"3","price":"199000","area":"459"} , +{"type":"Feature","id":"n474892513","geometry":{"type":"Point","coordinates":[0.0801818,51.6476524]},"properties":{"@type":"node","@id":474892513,"@timestamp":1595786816},"coords":"51.6476524,0.0801818","bedrooms":"4","price":"204000","area":"626"} , +{"type":"Feature","id":"n474892523","geometry":{"type":"Point","coordinates":[0.0858078,51.6548474]},"properties":{"@type":"node","@id":474892523,"@timestamp":1553306369},"coords":"51.6548474,0.0858078","bedrooms":"3","price":"229000","area":"608"} , +{"type":"Feature","id":"n474892537","geometry":{"type":"Point","coordinates":[0.0736983,51.6565133]},"properties":{"@type":"node","@id":474892537,"@timestamp":1553306371},"coords":"51.6565133,0.0736983","bedrooms":"2","price":"208000","area":"694"} , +{"type":"Feature","id":"n474892547","geometry":{"type":"Point","coordinates":[0.0523962,51.6447405]},"properties":{"@type":"node","@id":474892547,"@timestamp":1562777486},"coords":"51.6447405,0.0523962","bedrooms":"3","price":"181000","area":"473"} , +{"type":"Feature","id":"n474892557","geometry":{"type":"Point","coordinates":[0.0449068,51.6403486]},"properties":{"@type":"node","@id":474892557,"@timestamp":1564912850},"coords":"51.6403486,0.0449068","bedrooms":"1","price":"262000","area":"614"} , +{"type":"Feature","id":"n474892567","geometry":{"type":"Point","coordinates":[0.0671857,51.6466859]},"properties":{"@type":"node","@id":474892567,"@timestamp":1556643899},"coords":"51.6466859,0.0671857","bedrooms":"2","price":"183000","area":"696"} , +{"type":"Feature","id":"n474892577","geometry":{"type":"Point","coordinates":[0.0806303,51.6454502]},"properties":{"@type":"node","@id":474892577,"@timestamp":1556643901},"coords":"51.6454502,0.0806303","bedrooms":"0","price":"189000","area":"364"} , +{"type":"Feature","id":"n474892588","geometry":{"type":"Point","coordinates":[0.0638052,51.6449734]},"properties":{"@type":"node","@id":474892588,"@timestamp":1559856600},"coords":"51.6449734,0.0638052","bedrooms":"0","price":"243000","area":"423"} , +{"type":"Feature","id":"n474892598","geometry":{"type":"Point","coordinates":[0.0621874,51.6391119]},"properties":{"@type":"node","@id":474892598,"@timestamp":1556643904},"coords":"51.6391119,0.0621874","bedrooms":"3","price":"229000","area":"518"} , +{"type":"Feature","id":"n474892609","geometry":{"type":"Point","coordinates":[0.0483656,51.6276638]},"properties":{"@type":"node","@id":474892609,"@timestamp":1617462605},"coords":"51.6276638,0.0483656","bedrooms":"0","price":"246000","area":"469"} , +{"type":"Feature","id":"n474892620","geometry":{"type":"Point","coordinates":[0.0691809,51.6225679]},"properties":{"@type":"node","@id":474892620,"@timestamp":1556643908},"coords":"51.6225679,0.0691809","bedrooms":"0","price":"152000","area":"416"} , +{"type":"Feature","id":"n474892631","geometry":{"type":"Point","coordinates":[0.0874242,51.6352265]},"properties":{"@type":"node","@id":474892631,"@timestamp":1556643910},"coords":"51.6352265,0.0874242","bedrooms":"4","price":"208000","area":"437"} , +{"type":"Feature","id":"n474892643","geometry":{"type":"Point","coordinates":[0.0841949,51.6113668]},"properties":{"@type":"node","@id":474892643,"@timestamp":1595784352},"coords":"51.6113668,0.0841949","bedrooms":"2","price":"246000","area":"465"} , +{"type":"Feature","id":"n474892828","geometry":{"type":"Point","coordinates":[0.4968062,51.874066]},"properties":{"@type":"node","@id":474892828,"@timestamp":1622155533},"coords":"51.874066,0.4968062","bedrooms":"1","price":"166000","area":"524"} , +{"type":"Feature","id":"n474892838","geometry":{"type":"Point","coordinates":[0.6213004,51.8537207]},"properties":{"@type":"node","@id":474892838,"@timestamp":1595355070},"coords":"51.8537207,0.6213004","bedrooms":"0","price":"201000","area":"397"} , +{"type":"Feature","id":"n474892855","geometry":{"type":"Point","coordinates":[-0.0032572,51.7044783]},"properties":{"@type":"node","@id":474892855,"@timestamp":1618061150},"coords":"51.7044783,-0.0032572","bedrooms":"1","price":"180000","area":"450"} , +{"type":"Feature","id":"n474892868","geometry":{"type":"Point","coordinates":[0.1555735,51.6572628]},"properties":{"@type":"node","@id":474892868,"@timestamp":1595783302},"coords":"51.6572628,0.1555735","bedrooms":"1","price":"225000","area":"375"} , +{"type":"Feature","id":"n474892880","geometry":{"type":"Point","coordinates":[0.6087924,51.5867042]},"properties":{"@type":"node","@id":474892880,"@timestamp":1595065883},"coords":"51.5867042,0.6087924","bedrooms":"4","price":"161000","area":"407"} , +{"type":"Feature","id":"n474892891","geometry":{"type":"Point","coordinates":[0.4948876,51.579062]},"properties":{"@type":"node","@id":474892891,"@timestamp":1594844146},"coords":"51.579062,0.4948876","bedrooms":"1","price":"213000","area":"480"} , +{"type":"Feature","id":"n474892910","geometry":{"type":"Point","coordinates":[0.4458681,51.7408747]},"properties":{"@type":"node","@id":474892910,"@timestamp":1604316260},"coords":"51.7408747,0.4458681","bedrooms":"0","price":"247000","area":"425"} , +{"type":"Feature","id":"n474892924","geometry":{"type":"Point","coordinates":[0.3544251,51.8721556]},"properties":{"@type":"node","@id":474892924,"@timestamp":1616249532},"coords":"51.8721556,0.3544251","bedrooms":"3","price":"245000","area":"586"} , +{"type":"Feature","id":"n474892935","geometry":{"type":"Point","coordinates":[0.4993114,51.5886538]},"properties":{"@type":"node","@id":474892935,"@timestamp":1560077244},"coords":"51.5886538,0.4993114","bedrooms":"0","price":"275000","area":"595"} , +{"type":"Feature","id":"n474892951","geometry":{"type":"Point","coordinates":[0.0964147,51.7478132]},"properties":{"@type":"node","@id":474892951,"@timestamp":1596059718},"coords":"51.7478132,0.0964147","bedrooms":"1","price":"276000","area":"384"} , +{"type":"Feature","id":"n474892964","geometry":{"type":"Point","coordinates":[0.2854082,51.636129]},"properties":{"@type":"node","@id":474892964,"@timestamp":1556647230},"coords":"51.636129,0.2854082","bedrooms":"2","price":"212000","area":"625"} , +{"type":"Feature","id":"n474892989","geometry":{"type":"Point","coordinates":[0.3037589,51.6268986]},"properties":{"@type":"node","@id":474892989,"@timestamp":1588080881},"coords":"51.6268986,0.3037589","bedrooms":"1","price":"207000","area":"665"} , +{"type":"Feature","id":"n474892999","geometry":{"type":"Point","coordinates":[0.5746958,51.87557]},"properties":{"@type":"node","@id":474892999,"@timestamp":1566244658},"coords":"51.87557,0.5746958","bedrooms":"0","price":"274000","area":"520"} , +{"type":"Feature","id":"n474893009","geometry":{"type":"Point","coordinates":[0.5855372,51.6895459]},"properties":{"@type":"node","@id":474893009,"@timestamp":1560297129},"coords":"51.6895459,0.5855372","bedrooms":"1","price":"270000","area":"458"} , +{"type":"Feature","id":"n474893021","geometry":{"type":"Point","coordinates":[0.5453657,51.7634164]},"properties":{"@type":"node","@id":474893021,"@timestamp":1627260582},"coords":"51.7634164,0.5453657","bedrooms":"3","price":"259000","area":"642"} , +{"type":"Feature","id":"n474893068","geometry":{"type":"Point","coordinates":[0.8889749,51.7339477]},"properties":{"@type":"node","@id":474893068,"@timestamp":1559775596},"coords":"51.7339477,0.8889749","bedrooms":"3","price":"237000","area":"446"} , +{"type":"Feature","id":"n474893084","geometry":{"type":"Point","coordinates":[0.4162163,51.621498]},"properties":{"@type":"node","@id":474893084,"@timestamp":1598850808},"coords":"51.621498,0.4162163","bedrooms":"0","price":"226000","area":"677"} , +{"type":"Feature","id":"n474893100","geometry":{"type":"Point","coordinates":[0.4686984,51.7360992]},"properties":{"@type":"node","@id":474893100,"@timestamp":1620725789},"coords":"51.7360992,0.4686984","bedrooms":"0","price":"258000","area":"626"} , +{"type":"Feature","id":"n474893111","geometry":{"type":"Point","coordinates":[0.4669383,51.7366217]},"properties":{"@type":"node","@id":474893111,"@timestamp":1617079403},"coords":"51.7366217,0.4669383","bedrooms":"3","price":"238000","area":"619"} , +{"type":"Feature","id":"n474893125","geometry":{"type":"Point","coordinates":[0.1305557,51.7655353]},"properties":{"@type":"node","@id":474893125,"@timestamp":1624365693},"coords":"51.7655353,0.1305557","bedrooms":"1","price":"282000","area":"588"} , +{"type":"Feature","id":"n474893172","geometry":{"type":"Point","coordinates":[0.8945751,51.9225925]},"properties":{"@type":"node","@id":474893172,"@timestamp":1576183845},"coords":"51.9225925,0.8945751","bedrooms":"3","price":"274000","area":"589"} , +{"type":"Feature","id":"n474893184","geometry":{"type":"Point","coordinates":[0.8780148,51.8879793]},"properties":{"@type":"node","@id":474893184,"@timestamp":1538246021},"coords":"51.8879793,0.8780148","bedrooms":"4","price":"173000","area":"566"} , +{"type":"Feature","id":"n474893212","geometry":{"type":"Point","coordinates":[0.0775789,51.6569002]},"properties":{"@type":"node","@id":474893212,"@timestamp":1553306376},"coords":"51.6569002,0.0775789","bedrooms":"1","price":"281000","area":"498"} , +{"type":"Feature","id":"n474893224","geometry":{"type":"Point","coordinates":[0.2346914,51.869042]},"properties":{"@type":"node","@id":474893224,"@timestamp":1614075395},"coords":"51.869042,0.2346914","bedrooms":"0","price":"166000","area":"672"} , +{"type":"Feature","id":"n474893235","geometry":{"type":"Point","coordinates":[0.8433121,51.8096712]},"properties":{"@type":"node","@id":474893235,"@timestamp":1547501730},"coords":"51.8096712,0.8433121","bedrooms":"0","price":"244000","area":"557"} , +{"type":"Feature","id":"n474893251","geometry":{"type":"Point","coordinates":[0.5343753,51.8647098]},"properties":{"@type":"node","@id":474893251,"@timestamp":1595372425},"coords":"51.8647098,0.5343753","bedrooms":"4","price":"256000","area":"489"} , +{"type":"Feature","id":"n474893270","geometry":{"type":"Point","coordinates":[0.637467,51.7978581]},"properties":{"@type":"node","@id":474893270,"@timestamp":1559465386},"coords":"51.7978581,0.637467","bedrooms":"2","price":"165000","area":"429"} , +{"type":"Feature","id":"n474893282","geometry":{"type":"Point","coordinates":[0.5260325,51.6135692]},"properties":{"@type":"node","@id":474893282,"@timestamp":1594812553},"coords":"51.6135692,0.5260325","bedrooms":"1","price":"288000","area":"600"} , +{"type":"Feature","id":"n474893306","geometry":{"type":"Point","coordinates":[0.4170479,51.6416937]},"properties":{"@type":"node","@id":474893306,"@timestamp":1594901454},"coords":"51.6416937,0.4170479","bedrooms":"1","price":"172000","area":"512"} , +{"type":"Feature","id":"n474893342","geometry":{"type":"Point","coordinates":[0.4966529,51.7566265]},"properties":{"@type":"node","@id":474893342,"@timestamp":1621130765},"coords":"51.7566265,0.4966529","bedrooms":"3","price":"261000","area":"652"} , +{"type":"Feature","id":"n474893363","geometry":{"type":"Point","coordinates":[0.5015364,51.7146766]},"properties":{"@type":"node","@id":474893363,"@timestamp":1574036318},"coords":"51.7146766,0.5015364","bedrooms":"4","price":"202000","area":"646"} , +{"type":"Feature","id":"n474893379","geometry":{"type":"Point","coordinates":[0.107741,51.6966804]},"properties":{"@type":"node","@id":474893379,"@timestamp":1625428362},"coords":"51.6966804,0.107741","bedrooms":"0","price":"269000","area":"563"} , +{"type":"Feature","id":"n474893399","geometry":{"type":"Point","coordinates":[0.5700822,51.8689564]},"properties":{"@type":"node","@id":474893399,"@timestamp":1566244658},"coords":"51.8689564,0.5700822","bedrooms":"0","price":"174000","area":"425"} , +{"type":"Feature","id":"n474893422","geometry":{"type":"Point","coordinates":[0.3353831,51.9050266]},"properties":{"@type":"node","@id":474893422,"@timestamp":1616246251},"coords":"51.9050266,0.3353831","bedrooms":"3","price":"228000","area":"521"} , +{"type":"Feature","id":"n474893442","geometry":{"type":"Point","coordinates":[0.5983797,51.7770121]},"properties":{"@type":"node","@id":474893442,"@timestamp":1576556227},"coords":"51.7770121,0.5983797","bedrooms":"4","price":"163000","area":"394"} , +{"type":"Feature","id":"n474893459","geometry":{"type":"Point","coordinates":[0.404031,51.5639166]},"properties":{"@type":"node","@id":474893459,"@timestamp":1594844146},"coords":"51.5639166,0.404031","bedrooms":"4","price":"237000","area":"540"} , +{"type":"Feature","id":"n474893476","geometry":{"type":"Point","coordinates":[0.4583853,51.6360416]},"properties":{"@type":"node","@id":474893476,"@timestamp":1594932720},"coords":"51.6360416,0.4583853","bedrooms":"1","price":"229000","area":"466"} , +{"type":"Feature","id":"n474893492","geometry":{"type":"Point","coordinates":[0.1641395,51.9199379]},"properties":{"@type":"node","@id":474893492,"@timestamp":1617564310},"coords":"51.9199379,0.1641395","bedrooms":"0","price":"180000","area":"384"} , +{"type":"Feature","id":"n474893503","geometry":{"type":"Point","coordinates":[0.5726363,51.7452472]},"properties":{"@type":"node","@id":474893503,"@timestamp":1559517525},"coords":"51.7452472,0.5726363","bedrooms":"0","price":"255000","area":"588"} , +{"type":"Feature","id":"n474893519","geometry":{"type":"Point","coordinates":[0.4420363,51.6378669]},"properties":{"@type":"node","@id":474893519,"@timestamp":1594932720},"coords":"51.6378669,0.4420363","bedrooms":"1","price":"170000","area":"668"} , +{"type":"Feature","id":"n474893531","geometry":{"type":"Point","coordinates":[0.0936093,51.7530198]},"properties":{"@type":"node","@id":474893531,"@timestamp":1625926947},"coords":"51.7530198,0.0936093","bedrooms":"2","price":"279000","area":"671"} , +{"type":"Feature","id":"n474893543","geometry":{"type":"Point","coordinates":[0.132296,51.7575532]},"properties":{"@type":"node","@id":474893543,"@timestamp":1624365693},"coords":"51.7575532,0.132296","bedrooms":"3","price":"173000","area":"565"} , +{"type":"Feature","id":"n474893581","geometry":{"type":"Point","coordinates":[0.3209913,51.9526856]},"properties":{"@type":"node","@id":474893581,"@timestamp":1595668663},"coords":"51.9526856,0.3209913","bedrooms":"1","price":"208000","area":"515"} , +{"type":"Feature","id":"n474893622","geometry":{"type":"Point","coordinates":[0.388258,51.7571534]},"properties":{"@type":"node","@id":474893622,"@timestamp":1595455629},"coords":"51.7571534,0.388258","bedrooms":"2","price":"187000","area":"676"} , +{"type":"Feature","id":"n474893639","geometry":{"type":"Point","coordinates":[0.8545806,51.8871099]},"properties":{"@type":"node","@id":474893639,"@timestamp":1547306312},"coords":"51.8871099,0.8545806","bedrooms":"1","price":"282000","area":"625"} , +{"type":"Feature","id":"n474893676","geometry":{"type":"Point","coordinates":[0.6970945,51.5947685]},"properties":{"@type":"node","@id":474893676,"@timestamp":1595097125},"coords":"51.5947685,0.6970945","bedrooms":"2","price":"249000","area":"411"} , +{"type":"Feature","id":"n474893692","geometry":{"type":"Point","coordinates":[0.0883477,51.7534254]},"properties":{"@type":"node","@id":474893692,"@timestamp":1625926947},"coords":"51.7534254,0.0883477","bedrooms":"1","price":"175000","area":"614"} , +{"type":"Feature","id":"n474893705","geometry":{"type":"Point","coordinates":[0.2916805,51.6802529]},"properties":{"@type":"node","@id":474893705,"@timestamp":1596021812},"coords":"51.6802529,0.2916805","bedrooms":"2","price":"273000","area":"607"} , +{"type":"Feature","id":"n474893715","geometry":{"type":"Point","coordinates":[0.6977094,51.8340631]},"properties":{"@type":"node","@id":474893715,"@timestamp":1549063986},"coords":"51.8340631,0.6977094","bedrooms":"1","price":"184000","area":"546"} , +{"type":"Feature","id":"n474893738","geometry":{"type":"Point","coordinates":[0.2985828,51.6023006]},"properties":{"@type":"node","@id":474893738,"@timestamp":1588080631},"coords":"51.6023006,0.2985828","bedrooms":"3","price":"211000","area":"681"} , +{"type":"Feature","id":"n474893766","geometry":{"type":"Point","coordinates":[0.6934735,51.7436889]},"properties":{"@type":"node","@id":474893766,"@timestamp":1565228727},"coords":"51.7436889,0.6934735","bedrooms":"3","price":"295000","area":"546"} , +{"type":"Feature","id":"n474893848","geometry":{"type":"Point","coordinates":[0.8115133,51.9031348]},"properties":{"@type":"node","@id":474893848,"@timestamp":1547987880},"coords":"51.9031348,0.8115133","bedrooms":"2","price":"159000","area":"370"} , +{"type":"Feature","id":"n474893859","geometry":{"type":"Point","coordinates":[0.7491992,51.8983934]},"properties":{"@type":"node","@id":474893859,"@timestamp":1618682748},"coords":"51.8983934,0.7491992","bedrooms":"1","price":"264000","area":"351"} , +{"type":"Feature","id":"n474893884","geometry":{"type":"Point","coordinates":[0.0793908,51.7707083]},"properties":{"@type":"node","@id":474893884,"@timestamp":1595959483},"coords":"51.7707083,0.0793908","bedrooms":"2","price":"260000","area":"564"} , +{"type":"Feature","id":"n474893914","geometry":{"type":"Point","coordinates":[0.1238044,51.7732352]},"properties":{"@type":"node","@id":474893914,"@timestamp":1625699388},"coords":"51.7732352,0.1238044","bedrooms":"0","price":"280000","area":"689"} , +{"type":"Feature","id":"n474893925","geometry":{"type":"Point","coordinates":[0.3441052,51.6023348]},"properties":{"@type":"node","@id":474893925,"@timestamp":1588080631},"coords":"51.6023348,0.3441052","bedrooms":"2","price":"217000","area":"518"} , +{"type":"Feature","id":"n474893951","geometry":{"type":"Point","coordinates":[0.5940809,51.9731976]},"properties":{"@type":"node","@id":474893951,"@timestamp":1547995297},"coords":"51.9731976,0.5940809","bedrooms":"0","price":"232000","area":"390"} , +{"type":"Feature","id":"n474893964","geometry":{"type":"Point","coordinates":[0.776209,51.7988464]},"properties":{"@type":"node","@id":474893964,"@timestamp":1548426251},"coords":"51.7988464,0.776209","bedrooms":"1","price":"275000","area":"691"} , +{"type":"Feature","id":"n474893983","geometry":{"type":"Point","coordinates":[0.8477893,51.6758633]},"properties":{"@type":"node","@id":474893983,"@timestamp":1559501053},"coords":"51.6758633,0.8477893","bedrooms":"3","price":"285000","area":"412"} , +{"type":"Feature","id":"n474893999","geometry":{"type":"Point","coordinates":[0.6633512,51.6734883]},"properties":{"@type":"node","@id":474893999,"@timestamp":1627589097},"coords":"51.6734883,0.6633512","bedrooms":"4","price":"223000","area":"561"} , +{"type":"Feature","id":"n474894010","geometry":{"type":"Point","coordinates":[0.6907153,51.7223558]},"properties":{"@type":"node","@id":474894010,"@timestamp":1546966442},"coords":"51.7223558,0.6907153","bedrooms":"4","price":"184000","area":"375"} , +{"type":"Feature","id":"n474894035","geometry":{"type":"Point","coordinates":[0.7186187,51.7377287]},"properties":{"@type":"node","@id":474894035,"@timestamp":1559716860},"coords":"51.7377287,0.7186187","bedrooms":"4","price":"214000","area":"427"} , +{"type":"Feature","id":"n474894051","geometry":{"type":"Point","coordinates":[0.6894282,51.8736943]},"properties":{"@type":"node","@id":474894051,"@timestamp":1502052647},"coords":"51.8736943,0.6894282","bedrooms":"0","price":"216000","area":"577"} , +{"type":"Feature","id":"n474894069","geometry":{"type":"Point","coordinates":[0.471864,51.7854644]},"properties":{"@type":"node","@id":474894069,"@timestamp":1609770220},"coords":"51.7854644,0.471864","bedrooms":"0","price":"241000","area":"463"} , +{"type":"Feature","id":"n474894079","geometry":{"type":"Point","coordinates":[0.0528507,51.736946]},"properties":{"@type":"node","@id":474894079,"@timestamp":1618061150},"coords":"51.736946,0.0528507","bedrooms":"1","price":"251000","area":"489"} , +{"type":"Feature","id":"n474894090","geometry":{"type":"Point","coordinates":[0.5187481,51.6114145]},"properties":{"@type":"node","@id":474894090,"@timestamp":1594842361},"coords":"51.6114145,0.5187481","bedrooms":"3","price":"226000","area":"640"} , +{"type":"Feature","id":"n474894105","geometry":{"type":"Point","coordinates":[0.4730263,51.8775812]},"properties":{"@type":"node","@id":474894105,"@timestamp":1548535622},"coords":"51.8775812,0.4730263","bedrooms":"0","price":"225000","area":"648"} , +{"type":"Feature","id":"n474894117","geometry":{"type":"Point","coordinates":[0.4330761,51.8566305]},"properties":{"@type":"node","@id":474894117,"@timestamp":1630150929},"coords":"51.8566305,0.4330761","bedrooms":"1","price":"161000","area":"551"} , +{"type":"Feature","id":"n474894202","geometry":{"type":"Point","coordinates":[0.363563,51.8714859]},"properties":{"@type":"node","@id":474894202,"@timestamp":1632940626},"coords":"51.8714859,0.363563","bedrooms":"2","price":"246000","area":"487"} , +{"type":"Feature","id":"n474894228","geometry":{"type":"Point","coordinates":[0.5547178,51.8778564]},"properties":{"@type":"node","@id":474894228,"@timestamp":1566244658},"coords":"51.8778564,0.5547178","bedrooms":"2","price":"214000","area":"382"} , +{"type":"Feature","id":"n474894265","geometry":{"type":"Point","coordinates":[0.8583868,51.8851925]},"properties":{"@type":"node","@id":474894265,"@timestamp":1547306313},"coords":"51.8851925,0.8583868","bedrooms":"0","price":"152000","area":"624"} , +{"type":"Feature","id":"n474894275","geometry":{"type":"Point","coordinates":[0.6667017,51.7266607]},"properties":{"@type":"node","@id":474894275,"@timestamp":1565228727},"coords":"51.7266607,0.6667017","bedrooms":"3","price":"279000","area":"669"} , +{"type":"Feature","id":"n474894293","geometry":{"type":"Point","coordinates":[0.2632593,51.8885077]},"properties":{"@type":"node","@id":474894293,"@timestamp":1631652894},"coords":"51.8885077,0.2632593","bedrooms":"3","price":"279000","area":"526"} , +{"type":"Feature","id":"n474894303","geometry":{"type":"Point","coordinates":[0.2647475,51.889616]},"properties":{"@type":"node","@id":474894303,"@timestamp":1631652894},"coords":"51.889616,0.2647475","bedrooms":"3","price":"173000","area":"480"} , +{"type":"Feature","id":"n474894313","geometry":{"type":"Point","coordinates":[0.2631412,51.888737]},"properties":{"@type":"node","@id":474894313,"@timestamp":1631652894},"coords":"51.888737,0.2631412","bedrooms":"3","price":"226000","area":"426"} , +{"type":"Feature","id":"n474894324","geometry":{"type":"Point","coordinates":[0.2635848,51.8892754]},"properties":{"@type":"node","@id":474894324,"@timestamp":1631652894},"coords":"51.8892754,0.2635848","bedrooms":"2","price":"217000","area":"628"} , +{"type":"Feature","id":"n474894344","geometry":{"type":"Point","coordinates":[0.7995388,51.8686329]},"properties":{"@type":"node","@id":474894344,"@timestamp":1548976383},"coords":"51.8686329,0.7995388","bedrooms":"1","price":"291000","area":"561"} , +{"type":"Feature","id":"n474894373","geometry":{"type":"Point","coordinates":[0.7676943,51.6799065]},"properties":{"@type":"node","@id":474894373,"@timestamp":1627589097},"coords":"51.6799065,0.7676943","bedrooms":"2","price":"251000","area":"669"} , +{"type":"Feature","id":"n474894391","geometry":{"type":"Point","coordinates":[0.551915,51.5552881]},"properties":{"@type":"node","@id":474894391,"@timestamp":1594927306},"coords":"51.5552881,0.551915","bedrooms":"1","price":"236000","area":"551"} , +{"type":"Feature","id":"n474894404","geometry":{"type":"Point","coordinates":[0.4507512,51.5716374]},"properties":{"@type":"node","@id":474894404,"@timestamp":1586909780},"coords":"51.5716374,0.4507512","bedrooms":"3","price":"299000","area":"501"} , +{"type":"Feature","id":"n474894428","geometry":{"type":"Point","coordinates":[0.3067799,51.6199161]},"properties":{"@type":"node","@id":474894428,"@timestamp":1588079651},"coords":"51.6199161,0.3067799","bedrooms":"2","price":"294000","area":"515"} , +{"type":"Feature","id":"n474894452","geometry":{"type":"Point","coordinates":[0.2951832,51.6279952]},"properties":{"@type":"node","@id":474894452,"@timestamp":1583788637},"coords":"51.6279952,0.2951832","bedrooms":"0","price":"214000","area":"579"} , +{"type":"Feature","id":"n474894462","geometry":{"type":"Point","coordinates":[0.6742965,51.7309224]},"properties":{"@type":"node","@id":474894462,"@timestamp":1564535612},"coords":"51.7309224,0.6742965","bedrooms":"1","price":"183000","area":"688"} , +{"type":"Feature","id":"n474894477","geometry":{"type":"Point","coordinates":[0.4666656,51.7423492]},"properties":{"@type":"node","@id":474894477,"@timestamp":1611159463},"coords":"51.7423492,0.4666656","bedrooms":"1","price":"205000","area":"449"} , +{"type":"Feature","id":"n474894491","geometry":{"type":"Point","coordinates":[0.6550277,51.6866639]},"properties":{"@type":"node","@id":474894491,"@timestamp":1610745088},"coords":"51.6866639,0.6550277","bedrooms":"2","price":"238000","area":"685"} , +{"type":"Feature","id":"n474894505","geometry":{"type":"Point","coordinates":[0.3294676,51.6140208]},"properties":{"@type":"node","@id":474894505,"@timestamp":1588080631},"coords":"51.6140208,0.3294676","bedrooms":"1","price":"183000","area":"376"} , +{"type":"Feature","id":"n474894525","geometry":{"type":"Point","coordinates":[0.3408388,51.9048192]},"properties":{"@type":"node","@id":474894525,"@timestamp":1251339886},"coords":"51.9048192,0.3408388","bedrooms":"1","price":"155000","area":"609"} , +{"type":"Feature","id":"n474894536","geometry":{"type":"Point","coordinates":[0.3049693,51.6211758]},"properties":{"@type":"node","@id":474894536,"@timestamp":1568662394},"coords":"51.6211758,0.3049693","bedrooms":"4","price":"236000","area":"572"} , +{"type":"Feature","id":"n474894546","geometry":{"type":"Point","coordinates":[0.2674854,51.8643283]},"properties":{"@type":"node","@id":474894546,"@timestamp":1614075395},"coords":"51.8643283,0.2674854","bedrooms":"2","price":"257000","area":"447"} , +{"type":"Feature","id":"n474894564","geometry":{"type":"Point","coordinates":[0.1841102,51.7514585]},"properties":{"@type":"node","@id":474894564,"@timestamp":1596045207},"coords":"51.7514585,0.1841102","bedrooms":"1","price":"247000","area":"381"} , +{"type":"Feature","id":"n474894592","geometry":{"type":"Point","coordinates":[0.3276863,51.8340362]},"properties":{"@type":"node","@id":474894592,"@timestamp":1595548661},"coords":"51.8340362,0.3276863","bedrooms":"0","price":"183000","area":"397"} , +{"type":"Feature","id":"n474894608","geometry":{"type":"Point","coordinates":[0.5841163,51.8576735]},"properties":{"@type":"node","@id":474894608,"@timestamp":1595355070},"coords":"51.8576735,0.5841163","bedrooms":"3","price":"161000","area":"649"} , +{"type":"Feature","id":"n474894618","geometry":{"type":"Point","coordinates":[0.5947335,51.5699526]},"properties":{"@type":"node","@id":474894618,"@timestamp":1595058627},"coords":"51.5699526,0.5947335","bedrooms":"3","price":"206000","area":"443"} , +{"type":"Feature","id":"n474894630","geometry":{"type":"Point","coordinates":[0.1848079,51.890042]},"properties":{"@type":"node","@id":474894630,"@timestamp":1619376635},"coords":"51.890042,0.1848079","bedrooms":"2","price":"190000","area":"611"} , +{"type":"Feature","id":"n474894642","geometry":{"type":"Point","coordinates":[0.4757388,51.6327273]},"properties":{"@type":"node","@id":474894642,"@timestamp":1594932720},"coords":"51.6327273,0.4757388","bedrooms":"4","price":"260000","area":"585"} , +{"type":"Feature","id":"n474894655","geometry":{"type":"Point","coordinates":[0.5047722,51.7092765]},"properties":{"@type":"node","@id":474894655,"@timestamp":1595503934},"coords":"51.7092765,0.5047722","bedrooms":"3","price":"253000","area":"581"} , +{"type":"Feature","id":"n474894668","geometry":{"type":"Point","coordinates":[0.5018381,51.7179571]},"properties":{"@type":"node","@id":474894668,"@timestamp":1574036318},"coords":"51.7179571,0.5018381","bedrooms":"4","price":"210000","area":"395"} , +{"type":"Feature","id":"n474894679","geometry":{"type":"Point","coordinates":[0.4386572,51.9480398]},"properties":{"@type":"node","@id":474894679,"@timestamp":1595372425},"coords":"51.9480398,0.4386572","bedrooms":"4","price":"297000","area":"675"} , +{"type":"Feature","id":"n474894693","geometry":{"type":"Point","coordinates":[0.4648357,51.756462]},"properties":{"@type":"node","@id":474894693,"@timestamp":1620724201},"coords":"51.756462,0.4648357","bedrooms":"2","price":"277000","area":"690"} , +{"type":"Feature","id":"n474894703","geometry":{"type":"Point","coordinates":[0.8152133,51.6321958]},"properties":{"@type":"node","@id":474894703,"@timestamp":1559146845},"coords":"51.6321958,0.8152133","bedrooms":"0","price":"191000","area":"461"} , +{"type":"Feature","id":"n474894713","geometry":{"type":"Point","coordinates":[0.4695248,51.7144812]},"properties":{"@type":"node","@id":474894713,"@timestamp":1630841120},"coords":"51.7144812,0.4695248","bedrooms":"2","price":"194000","area":"452"} , +{"type":"Feature","id":"n474894723","geometry":{"type":"Point","coordinates":[0.310615,51.7409808]},"properties":{"@type":"node","@id":474894723,"@timestamp":1595497231},"coords":"51.7409808,0.310615","bedrooms":"2","price":"277000","area":"460"} , +{"type":"Feature","id":"n474894734","geometry":{"type":"Point","coordinates":[0.4313442,51.6143308]},"properties":{"@type":"node","@id":474894734,"@timestamp":1594842361},"coords":"51.6143308,0.4313442","bedrooms":"2","price":"276000","area":"668"} , +{"type":"Feature","id":"n474894755","geometry":{"type":"Point","coordinates":[0.2103406,51.7563187]},"properties":{"@type":"node","@id":474894755,"@timestamp":1596047302},"coords":"51.7563187,0.2103406","bedrooms":"3","price":"173000","area":"524"} , +{"type":"Feature","id":"n474894774","geometry":{"type":"Point","coordinates":[0.5039427,51.7443304]},"properties":{"@type":"node","@id":474894774,"@timestamp":1562194061},"coords":"51.7443304,0.5039427","bedrooms":"1","price":"269000","area":"698"} , +{"type":"Feature","id":"n474894789","geometry":{"type":"Point","coordinates":[0.4917707,51.7579248]},"properties":{"@type":"node","@id":474894789,"@timestamp":1621130765},"coords":"51.7579248,0.4917707","bedrooms":"0","price":"299000","area":"357"} , +{"type":"Feature","id":"n474894801","geometry":{"type":"Point","coordinates":[0.5004555,51.7569953]},"properties":{"@type":"node","@id":474894801,"@timestamp":1611534180},"coords":"51.7569953,0.5004555","bedrooms":"1","price":"220000","area":"640"} , +{"type":"Feature","id":"n474894817","geometry":{"type":"Point","coordinates":[0.4223366,51.5743951]},"properties":{"@type":"node","@id":474894817,"@timestamp":1562500873},"coords":"51.5743951,0.4223366","bedrooms":"2","price":"179000","area":"529"} , +{"type":"Feature","id":"n474894872","geometry":{"type":"Point","coordinates":[0.8881352,51.8117709]},"properties":{"@type":"node","@id":474894872,"@timestamp":1547933910},"coords":"51.8117709,0.8881352","bedrooms":"4","price":"229000","area":"450"} , +{"type":"Feature","id":"n474894907","geometry":{"type":"Point","coordinates":[0.1327239,51.7900012]},"properties":{"@type":"node","@id":474894907,"@timestamp":1624994755},"coords":"51.7900012,0.1327239","bedrooms":"3","price":"177000","area":"589"} , +{"type":"Feature","id":"n474894922","geometry":{"type":"Point","coordinates":[0.7516504,51.9372871]},"properties":{"@type":"node","@id":474894922,"@timestamp":1547987881},"coords":"51.9372871,0.7516504","bedrooms":"1","price":"245000","area":"381"} , +{"type":"Feature","id":"n474894940","geometry":{"type":"Point","coordinates":[0.5741343,51.9061684]},"properties":{"@type":"node","@id":474894940,"@timestamp":1595347083},"coords":"51.9061684,0.5741343","bedrooms":"4","price":"219000","area":"628"} , +{"type":"Feature","id":"n474894966","geometry":{"type":"Point","coordinates":[0.8615577,51.872937]},"properties":{"@type":"node","@id":474894966,"@timestamp":1598090235},"coords":"51.872937,0.8615577","bedrooms":"0","price":"206000","area":"442"} , +{"type":"Feature","id":"n474894990","geometry":{"type":"Point","coordinates":[0.6235409,51.7943679]},"properties":{"@type":"node","@id":474894990,"@timestamp":1595355070},"coords":"51.7943679,0.6235409","bedrooms":"2","price":"241000","area":"691"} , +{"type":"Feature","id":"n474895002","geometry":{"type":"Point","coordinates":[0.1326299,51.9734072]},"properties":{"@type":"node","@id":474895002,"@timestamp":1595678299},"coords":"51.9734072,0.1326299","bedrooms":"4","price":"265000","area":"623"} , +{"type":"Feature","id":"n474895015","geometry":{"type":"Point","coordinates":[0.7069583,51.58306]},"properties":{"@type":"node","@id":474895015,"@timestamp":1629137645},"coords":"51.58306,0.7069583","bedrooms":"1","price":"162000","area":"457"} , +{"type":"Feature","id":"n474895035","geometry":{"type":"Point","coordinates":[0.6104219,51.5538475]},"properties":{"@type":"node","@id":474895035,"@timestamp":1598851089},"coords":"51.5538475,0.6104219","bedrooms":"0","price":"276000","area":"651"} , +{"type":"Feature","id":"n474895055","geometry":{"type":"Point","coordinates":[0.8652,51.880182]},"properties":{"@type":"node","@id":474895055,"@timestamp":1598090235},"coords":"51.880182,0.8652","bedrooms":"4","price":"227000","area":"669"} , +{"type":"Feature","id":"n474895075","geometry":{"type":"Point","coordinates":[0.0132722,51.7354643]},"properties":{"@type":"node","@id":474895075,"@timestamp":1556648306},"coords":"51.7354643,0.0132722","bedrooms":"2","price":"283000","area":"665"} , +{"type":"Feature","id":"n474895087","geometry":{"type":"Point","coordinates":[0.1807722,51.7233728]},"properties":{"@type":"node","@id":474895087,"@timestamp":1625174095},"coords":"51.7233728,0.1807722","bedrooms":"2","price":"292000","area":"657"} , +{"type":"Feature","id":"n474895098","geometry":{"type":"Point","coordinates":[0.0550759,51.6419705]},"properties":{"@type":"node","@id":474895098,"@timestamp":1553306377},"coords":"51.6419705,0.0550759","bedrooms":"3","price":"226000","area":"461"} , +{"type":"Feature","id":"n474895108","geometry":{"type":"Point","coordinates":[0.5562135,51.8663414]},"properties":{"@type":"node","@id":474895108,"@timestamp":1566244658},"coords":"51.8663414,0.5562135","bedrooms":"1","price":"244000","area":"376"} , +{"type":"Feature","id":"n474895122","geometry":{"type":"Point","coordinates":[0.0666146,51.6557689]},"properties":{"@type":"node","@id":474895122,"@timestamp":1595783302},"coords":"51.6557689,0.0666146","bedrooms":"1","price":"243000","area":"570"} , +{"type":"Feature","id":"n474895132","geometry":{"type":"Point","coordinates":[0.0459986,51.6904203]},"properties":{"@type":"node","@id":474895132,"@timestamp":1595786661},"coords":"51.6904203,0.0459986","bedrooms":"3","price":"224000","area":"525"} , +{"type":"Feature","id":"n474895144","geometry":{"type":"Point","coordinates":[0.2041271,51.689708]},"properties":{"@type":"node","@id":474895144,"@timestamp":1251339955},"coords":"51.689708,0.2041271","bedrooms":"1","price":"183000","area":"623"} , +{"type":"Feature","id":"n474895154","geometry":{"type":"Point","coordinates":[0.5359328,51.5856734]},"properties":{"@type":"node","@id":474895154,"@timestamp":1594825360},"coords":"51.5856734,0.5359328","bedrooms":"1","price":"267000","area":"668"} , +{"type":"Feature","id":"n474895165","geometry":{"type":"Point","coordinates":[0.5477543,51.609619]},"properties":{"@type":"node","@id":474895165,"@timestamp":1594812553},"coords":"51.609619,0.5477543","bedrooms":"4","price":"257000","area":"527"} , +{"type":"Feature","id":"n474895184","geometry":{"type":"Point","coordinates":[0.3208295,51.6304427]},"properties":{"@type":"node","@id":474895184,"@timestamp":1594846627},"coords":"51.6304427,0.3208295","bedrooms":"3","price":"293000","area":"576"} , +{"type":"Feature","id":"n474895194","geometry":{"type":"Point","coordinates":[0.5394595,51.6128508]},"properties":{"@type":"node","@id":474895194,"@timestamp":1594899854},"coords":"51.6128508,0.5394595","bedrooms":"3","price":"241000","area":"416"} , +{"type":"Feature","id":"n474895204","geometry":{"type":"Point","coordinates":[0.5188985,51.6279503]},"properties":{"@type":"node","@id":474895204,"@timestamp":1594819714},"coords":"51.6279503,0.5188985","bedrooms":"2","price":"165000","area":"422"} , +{"type":"Feature","id":"n474895218","geometry":{"type":"Point","coordinates":[0.4146737,51.5757762]},"properties":{"@type":"node","@id":474895218,"@timestamp":1595000231},"coords":"51.5757762,0.4146737","bedrooms":"0","price":"202000","area":"353"} , +{"type":"Feature","id":"n474895230","geometry":{"type":"Point","coordinates":[0.0725644,51.6482831]},"properties":{"@type":"node","@id":474895230,"@timestamp":1556643921},"coords":"51.6482831,0.0725644","bedrooms":"0","price":"179000","area":"533"} , +{"type":"Feature","id":"n474895240","geometry":{"type":"Point","coordinates":[0.400118,51.5682507]},"properties":{"@type":"node","@id":474895240,"@timestamp":1594751550},"coords":"51.5682507,0.400118","bedrooms":"0","price":"158000","area":"623"} , +{"type":"Feature","id":"n474895253","geometry":{"type":"Point","coordinates":[-0.0020677,51.6632955]},"properties":{"@type":"node","@id":474895253,"@timestamp":1617458264},"coords":"51.6632955,-0.0020677","bedrooms":"2","price":"275000","area":"607"} , +{"type":"Feature","id":"n474895263","geometry":{"type":"Point","coordinates":[0.2992414,51.675015]},"properties":{"@type":"node","@id":474895263,"@timestamp":1596055177},"coords":"51.675015,0.2992414","bedrooms":"3","price":"231000","area":"484"} , +{"type":"Feature","id":"n474895294","geometry":{"type":"Point","coordinates":[0.6870843,51.7744052]},"properties":{"@type":"node","@id":474895294,"@timestamp":1559399985},"coords":"51.7744052,0.6870843","bedrooms":"3","price":"281000","area":"384"} , +{"type":"Feature","id":"n474895307","geometry":{"type":"Point","coordinates":[0.2070439,51.8944154]},"properties":{"@type":"node","@id":474895307,"@timestamp":1616951446},"coords":"51.8944154,0.2070439","bedrooms":"1","price":"172000","area":"600"} , +{"type":"Feature","id":"n474895326","geometry":{"type":"Point","coordinates":[0.4443211,51.6641491]},"properties":{"@type":"node","@id":474895326,"@timestamp":1594721315},"coords":"51.6641491,0.4443211","bedrooms":"2","price":"288000","area":"684"} , +{"type":"Feature","id":"n474895345","geometry":{"type":"Point","coordinates":[0.3270471,51.9026738]},"properties":{"@type":"node","@id":474895345,"@timestamp":1595698938},"coords":"51.9026738,0.3270471","bedrooms":"0","price":"253000","area":"624"} , +{"type":"Feature","id":"n474895356","geometry":{"type":"Point","coordinates":[0.6235259,51.7142464]},"properties":{"@type":"node","@id":474895356,"@timestamp":1548515140},"coords":"51.7142464,0.6235259","bedrooms":"1","price":"285000","area":"602"} , +{"type":"Feature","id":"n474895367","geometry":{"type":"Point","coordinates":[0.7655882,51.6833289]},"properties":{"@type":"node","@id":474895367,"@timestamp":1559494328},"coords":"51.6833289,0.7655882","bedrooms":"0","price":"297000","area":"500"} , +{"type":"Feature","id":"n474895386","geometry":{"type":"Point","coordinates":[0.6315709,51.9812956]},"properties":{"@type":"node","@id":474895386,"@timestamp":1595421626},"coords":"51.9812956,0.6315709","bedrooms":"0","price":"184000","area":"427"} , +{"type":"Feature","id":"n474895400","geometry":{"type":"Point","coordinates":[0.6915666,51.9417978]},"properties":{"@type":"node","@id":474895400,"@timestamp":1548013418},"coords":"51.9417978,0.6915666","bedrooms":"1","price":"287000","area":"541"} , +{"type":"Feature","id":"n474895454","geometry":{"type":"Point","coordinates":[0.8840629,51.8629383]},"properties":{"@type":"node","@id":474895454,"@timestamp":1547501731},"coords":"51.8629383,0.8840629","bedrooms":"2","price":"200000","area":"377"} , +{"type":"Feature","id":"n474895469","geometry":{"type":"Point","coordinates":[0.4520669,51.5590556]},"properties":{"@type":"node","@id":474895469,"@timestamp":1596660749},"coords":"51.5590556,0.4520669","bedrooms":"1","price":"277000","area":"461"} , +{"type":"Feature","id":"n474895482","geometry":{"type":"Point","coordinates":[0.5452978,51.8976049]},"properties":{"@type":"node","@id":474895482,"@timestamp":1595363361},"coords":"51.8976049,0.5452978","bedrooms":"0","price":"171000","area":"586"} , +{"type":"Feature","id":"n474895495","geometry":{"type":"Point","coordinates":[0.486956,51.5794642]},"properties":{"@type":"node","@id":474895495,"@timestamp":1594826293},"coords":"51.5794642,0.486956","bedrooms":"1","price":"184000","area":"438"} , +{"type":"Feature","id":"n474895505","geometry":{"type":"Point","coordinates":[0.5707343,51.805095]},"properties":{"@type":"node","@id":474895505,"@timestamp":1595368838},"coords":"51.805095,0.5707343","bedrooms":"1","price":"159000","area":"353"} , +{"type":"Feature","id":"n474895517","geometry":{"type":"Point","coordinates":[0.5696096,51.819844]},"properties":{"@type":"node","@id":474895517,"@timestamp":1595424590},"coords":"51.819844,0.5696096","bedrooms":"3","price":"212000","area":"668"} , +{"type":"Feature","id":"n474895530","geometry":{"type":"Point","coordinates":[0.5264027,51.865268]},"properties":{"@type":"node","@id":474895530,"@timestamp":1598292551},"coords":"51.865268,0.5264027","bedrooms":"0","price":"161000","area":"523"} , +{"type":"Feature","id":"n474895541","geometry":{"type":"Point","coordinates":[0.3848218,51.6707764]},"properties":{"@type":"node","@id":474895541,"@timestamp":1595445856},"coords":"51.6707764,0.3848218","bedrooms":"0","price":"177000","area":"555"} , +{"type":"Feature","id":"n474895557","geometry":{"type":"Point","coordinates":[0.4756616,51.7903728]},"properties":{"@type":"node","@id":474895557,"@timestamp":1547912938},"coords":"51.7903728,0.4756616","bedrooms":"4","price":"258000","area":"589"} , +{"type":"Feature","id":"n474895570","geometry":{"type":"Point","coordinates":[0.6193921,51.6438453]},"properties":{"@type":"node","@id":474895570,"@timestamp":1559233483},"coords":"51.6438453,0.6193921","bedrooms":"2","price":"285000","area":"636"} , +{"type":"Feature","id":"n474895584","geometry":{"type":"Point","coordinates":[0.6322488,51.8148762]},"properties":{"@type":"node","@id":474895584,"@timestamp":1595355070},"coords":"51.8148762,0.6322488","bedrooms":"2","price":"263000","area":"539"} , +{"type":"Feature","id":"n474895600","geometry":{"type":"Point","coordinates":[0.6330951,51.794816]},"properties":{"@type":"node","@id":474895600,"@timestamp":1547655818},"coords":"51.794816,0.6330951","bedrooms":"3","price":"282000","area":"444"} , +{"type":"Feature","id":"n474895611","geometry":{"type":"Point","coordinates":[0.2772154,51.7785042]},"properties":{"@type":"node","@id":474895611,"@timestamp":1251340012},"coords":"51.7785042,0.2772154","bedrooms":"1","price":"288000","area":"374"} , +{"type":"Feature","id":"n474895624","geometry":{"type":"Point","coordinates":[0.1890189,51.7558906]},"properties":{"@type":"node","@id":474895624,"@timestamp":1596045207},"coords":"51.7558906,0.1890189","bedrooms":"2","price":"246000","area":"593"} , +{"type":"Feature","id":"n474895636","geometry":{"type":"Point","coordinates":[0.4449462,51.6015555]},"properties":{"@type":"node","@id":474895636,"@timestamp":1594721315},"coords":"51.6015555,0.4449462","bedrooms":"1","price":"161000","area":"652"} , +{"type":"Feature","id":"n474895657","geometry":{"type":"Point","coordinates":[0.4450703,51.5642105]},"properties":{"@type":"node","@id":474895657,"@timestamp":1594836586},"coords":"51.5642105,0.4450703","bedrooms":"3","price":"180000","area":"543"} , +{"type":"Feature","id":"n474895668","geometry":{"type":"Point","coordinates":[0.423186,51.6326232]},"properties":{"@type":"node","@id":474895668,"@timestamp":1594722499},"coords":"51.6326232,0.423186","bedrooms":"0","price":"250000","area":"673"} , +{"type":"Feature","id":"n474895686","geometry":{"type":"Point","coordinates":[0.4642591,51.7519955]},"properties":{"@type":"node","@id":474895686,"@timestamp":1574188710},"coords":"51.7519955,0.4642591","bedrooms":"1","price":"155000","area":"394"} , +{"type":"Feature","id":"n474895716","geometry":{"type":"Point","coordinates":[0.514213,51.7417008]},"properties":{"@type":"node","@id":474895716,"@timestamp":1569896638},"coords":"51.7417008,0.514213","bedrooms":"0","price":"240000","area":"502"} , +{"type":"Feature","id":"n474895734","geometry":{"type":"Point","coordinates":[0.1809545,51.8038193]},"properties":{"@type":"node","@id":474895734,"@timestamp":1624384662},"coords":"51.8038193,0.1809545","bedrooms":"2","price":"268000","area":"367"} , +{"type":"Feature","id":"n474895746","geometry":{"type":"Point","coordinates":[0.5123393,51.7396538]},"properties":{"@type":"node","@id":474895746,"@timestamp":1569896638},"coords":"51.7396538,0.5123393","bedrooms":"1","price":"247000","area":"474"} , +{"type":"Feature","id":"n474895759","geometry":{"type":"Point","coordinates":[0.7245498,51.6716702]},"properties":{"@type":"node","@id":474895759,"@timestamp":1534347937},"coords":"51.6716702,0.7245498","bedrooms":"3","price":"223000","area":"503"} , +{"type":"Feature","id":"n474895773","geometry":{"type":"Point","coordinates":[0.4800067,51.7217973]},"properties":{"@type":"node","@id":474895773,"@timestamp":1574036318},"coords":"51.7217973,0.4800067","bedrooms":"1","price":"268000","area":"591"} , +{"type":"Feature","id":"n474895806","geometry":{"type":"Point","coordinates":[0.3852733,51.7879435]},"properties":{"@type":"node","@id":474895806,"@timestamp":1595548306},"coords":"51.7879435,0.3852733","bedrooms":"1","price":"244000","area":"484"} , +{"type":"Feature","id":"n474895818","geometry":{"type":"Point","coordinates":[0.6804203,51.7360773]},"properties":{"@type":"node","@id":474895818,"@timestamp":1574731576},"coords":"51.7360773,0.6804203","bedrooms":"1","price":"161000","area":"623"} , +{"type":"Feature","id":"n474895828","geometry":{"type":"Point","coordinates":[0.7662815,51.8761653]},"properties":{"@type":"node","@id":474895828,"@timestamp":1547912939},"coords":"51.8761653,0.7662815","bedrooms":"4","price":"237000","area":"649"} , +{"type":"Feature","id":"n474895848","geometry":{"type":"Point","coordinates":[0.4527796,51.5650838]},"properties":{"@type":"node","@id":474895848,"@timestamp":1614522842},"coords":"51.5650838,0.4527796","bedrooms":"0","price":"189000","area":"627"} , +{"type":"Feature","id":"n474895859","geometry":{"type":"Point","coordinates":[0.4677767,51.7290165]},"properties":{"@type":"node","@id":474895859,"@timestamp":1562194061},"coords":"51.7290165,0.4677767","bedrooms":"4","price":"187000","area":"454"} , +{"type":"Feature","id":"n474895890","geometry":{"type":"Point","coordinates":[0.5268873,51.5660198]},"properties":{"@type":"node","@id":474895890,"@timestamp":1594844146},"coords":"51.5660198,0.5268873","bedrooms":"3","price":"154000","area":"480"} , +{"type":"Feature","id":"n474895908","geometry":{"type":"Point","coordinates":[0.2764201,51.8674683]},"properties":{"@type":"node","@id":474895908,"@timestamp":1614075395},"coords":"51.8674683,0.2764201","bedrooms":"3","price":"215000","area":"519"} , +{"type":"Feature","id":"n474895918","geometry":{"type":"Point","coordinates":[0.2885587,51.8676464]},"properties":{"@type":"node","@id":474895918,"@timestamp":1547287841},"coords":"51.8676464,0.2885587","bedrooms":"0","price":"205000","area":"534"} , +{"type":"Feature","id":"n474895932","geometry":{"type":"Point","coordinates":[0.6870754,51.6844328]},"properties":{"@type":"node","@id":474895932,"@timestamp":1559520552},"coords":"51.6844328,0.6870754","bedrooms":"3","price":"229000","area":"643"} , +{"type":"Feature","id":"n474895947","geometry":{"type":"Point","coordinates":[0.0535036,51.6433453]},"properties":{"@type":"node","@id":474895947,"@timestamp":1595783302},"coords":"51.6433453,0.0535036","bedrooms":"2","price":"226000","area":"453"} , +{"type":"Feature","id":"n474895961","geometry":{"type":"Point","coordinates":[0.8167869,51.6685576]},"properties":{"@type":"node","@id":474895961,"@timestamp":1559629509},"coords":"51.6685576,0.8167869","bedrooms":"0","price":"159000","area":"616"} , +{"type":"Feature","id":"n474895977","geometry":{"type":"Point","coordinates":[0.1941578,51.903267]},"properties":{"@type":"node","@id":474895977,"@timestamp":1616781269},"coords":"51.903267,0.1941578","bedrooms":"4","price":"241000","area":"564"} , +{"type":"Feature","id":"n474895996","geometry":{"type":"Point","coordinates":[0.2366217,51.8749356]},"properties":{"@type":"node","@id":474895996,"@timestamp":1616355924},"coords":"51.8749356,0.2366217","bedrooms":"1","price":"212000","area":"461"} , +{"type":"Feature","id":"n474896008","geometry":{"type":"Point","coordinates":[0.5355755,51.651778]},"properties":{"@type":"node","@id":474896008,"@timestamp":1594904534},"coords":"51.651778,0.5355755","bedrooms":"3","price":"226000","area":"503"} , +{"type":"Feature","id":"n474896030","geometry":{"type":"Point","coordinates":[0.8740042,51.8792219]},"properties":{"@type":"node","@id":474896030,"@timestamp":1598090235},"coords":"51.8792219,0.8740042","bedrooms":"4","price":"173000","area":"474"} , +{"type":"Feature","id":"n474896060","geometry":{"type":"Point","coordinates":[0.088625,51.6092245]},"properties":{"@type":"node","@id":474896060,"@timestamp":1556640865},"coords":"51.6092245,0.088625","bedrooms":"0","price":"297000","area":"492"} , +{"type":"Feature","id":"n474896099","geometry":{"type":"Point","coordinates":[0.0094578,51.6877076]},"properties":{"@type":"node","@id":474896099,"@timestamp":1617466884},"coords":"51.6877076,0.0094578","bedrooms":"1","price":"214000","area":"558"} , +{"type":"Feature","id":"n474896119","geometry":{"type":"Point","coordinates":[0.5319918,51.8626207]},"properties":{"@type":"node","@id":474896119,"@timestamp":1622155533},"coords":"51.8626207,0.5319918","bedrooms":"2","price":"220000","area":"355"} , +{"type":"Feature","id":"n474896134","geometry":{"type":"Point","coordinates":[0.6441094,51.8026148]},"properties":{"@type":"node","@id":474896134,"@timestamp":1561445917},"coords":"51.8026148,0.6441094","bedrooms":"4","price":"248000","area":"631"} , +{"type":"Feature","id":"n474994775","geometry":{"type":"Point","coordinates":[-0.1226161,51.5224771]},"properties":{"@type":"node","@id":474994775,"@timestamp":1607876488},"coords":"51.5224771,-0.1226161","bedrooms":"4","price":"262000","area":"535"} , +{"type":"Feature","id":"n475182479","geometry":{"type":"Point","coordinates":[-0.4941571,51.7327462]},"properties":{"@type":"node","@id":475182479,"@timestamp":1459802384},"coords":"51.7327462,-0.4941571","bedrooms":"2","price":"223000","area":"540"} , +{"type":"Feature","id":"n475223089","geometry":{"type":"Point","coordinates":[-0.7792729,51.1371028]},"properties":{"@type":"node","@id":475223089,"@timestamp":1435870161},"coords":"51.1371028,-0.7792729","bedrooms":"4","price":"209000","area":"484"} , +{"type":"Feature","id":"n475280860","geometry":{"type":"Point","coordinates":[0.3279885,51.4976415]},"properties":{"@type":"node","@id":475280860,"@timestamp":1603761199},"coords":"51.4976415,0.3279885","bedrooms":"1","price":"243000","area":"629"} , +{"type":"Feature","id":"n475280967","geometry":{"type":"Point","coordinates":[0.2614583,51.4991626]},"properties":{"@type":"node","@id":475280967,"@timestamp":1635107369},"coords":"51.4991626,0.2614583","bedrooms":"3","price":"205000","area":"361"} , +{"type":"Feature","id":"n475381384","geometry":{"type":"Point","coordinates":[-0.0666139,51.5171921]},"properties":{"@type":"node","@id":475381384,"@timestamp":1574683265},"coords":"51.5171921,-0.0666139","bedrooms":"1","price":"271000","area":"455"} , +{"type":"Feature","id":"n475383059","geometry":{"type":"Point","coordinates":[0.4391301,51.5314973]},"properties":{"@type":"node","@id":475383059,"@timestamp":1252702984},"coords":"51.5314973,0.4391301","bedrooms":"2","price":"281000","area":"500"} , +{"type":"Feature","id":"n475394808","geometry":{"type":"Point","coordinates":[-0.5678238,51.4802437]},"properties":{"@type":"node","@id":475394808,"@timestamp":1272815941},"coords":"51.4802437,-0.5678238","bedrooms":"0","price":"174000","area":"535"} , +{"type":"Feature","id":"n475394917","geometry":{"type":"Point","coordinates":[-0.5786891,51.4754709]},"properties":{"@type":"node","@id":475394917,"@timestamp":1251414317},"coords":"51.4754709,-0.5786891","bedrooms":"1","price":"161000","area":"442"} , +{"type":"Feature","id":"n475410029","geometry":{"type":"Point","coordinates":[-1.0213404,51.263308]},"properties":{"@type":"node","@id":475410029,"@timestamp":1251416854},"coords":"51.263308,-1.0213404","bedrooms":"3","price":"258000","area":"650"} , +{"type":"Feature","id":"n475418210","geometry":{"type":"Point","coordinates":[-1.0263274,51.2497165]},"properties":{"@type":"node","@id":475418210,"@timestamp":1504047915},"coords":"51.2497165,-1.0263274","bedrooms":"2","price":"168000","area":"535"} , +{"type":"Feature","id":"n475511557","geometry":{"type":"Point","coordinates":[0.4303345,51.5257878]},"properties":{"@type":"node","@id":475511557,"@timestamp":1366376787},"coords":"51.5257878,0.4303345","bedrooms":"0","price":"285000","area":"507"} , +{"type":"Feature","id":"n475555525","geometry":{"type":"Point","coordinates":[0.0198492,51.4158922]},"properties":{"@type":"node","@id":475555525,"@timestamp":1259356536},"coords":"51.4158922,0.0198492","bedrooms":"4","price":"287000","area":"427"} , +{"type":"Feature","id":"n475868738","geometry":{"type":"Point","coordinates":[-0.1047894,51.5171622]},"properties":{"@type":"node","@id":475868738,"@timestamp":1635292483},"coords":"51.5171622,-0.1047894","bedrooms":"1","price":"192000","area":"548"} , +{"type":"Feature","id":"n475978442","geometry":{"type":"Point","coordinates":[-0.1321322,51.5112675]},"properties":{"@type":"node","@id":475978442,"@timestamp":1634601670},"coords":"51.5112675,-0.1321322","bedrooms":"4","price":"252000","area":"601"} , +{"type":"Feature","id":"n476043808","geometry":{"type":"Point","coordinates":[-0.7433221,51.516549]},"properties":{"@type":"node","@id":476043808,"@timestamp":1621187647},"coords":"51.516549,-0.7433221","bedrooms":"1","price":"291000","area":"428"} , +{"type":"Feature","id":"n476290909","geometry":{"type":"Point","coordinates":[-0.3417199,51.7440963]},"properties":{"@type":"node","@id":476290909,"@timestamp":1562975752},"coords":"51.7440963,-0.3417199","bedrooms":"1","price":"217000","area":"512"} , +{"type":"Feature","id":"n476588677","geometry":{"type":"Point","coordinates":[-0.6548263,51.9481702]},"properties":{"@type":"node","@id":476588677,"@timestamp":1251558747},"coords":"51.9481702,-0.6548263","bedrooms":"4","price":"193000","area":"654"} , +{"type":"Feature","id":"n476659374","geometry":{"type":"Point","coordinates":[-0.7325274,51.4045441]},"properties":{"@type":"node","@id":476659374,"@timestamp":1457988856},"coords":"51.4045441,-0.7325274","bedrooms":"2","price":"267000","area":"416"} , +{"type":"Feature","id":"n476670769","geometry":{"type":"Point","coordinates":[-0.0717563,51.9830214]},"properties":{"@type":"node","@id":476670769,"@timestamp":1461504752},"coords":"51.9830214,-0.0717563","bedrooms":"4","price":"197000","area":"670"} , +{"type":"Feature","id":"n476690801","geometry":{"type":"Point","coordinates":[0.1197567,51.5112944]},"properties":{"@type":"node","@id":476690801,"@timestamp":1603929918},"coords":"51.5112944,0.1197567","bedrooms":"0","price":"276000","area":"603"} , +{"type":"Feature","id":"n476754820","geometry":{"type":"Point","coordinates":[-0.6139436,51.3112808]},"properties":{"@type":"node","@id":476754820,"@timestamp":1533071208},"coords":"51.3112808,-0.6139436","bedrooms":"0","price":"241000","area":"585"} , +{"type":"Feature","id":"n476754916","geometry":{"type":"Point","coordinates":[-0.6194838,51.3165653]},"properties":{"@type":"node","@id":476754916,"@timestamp":1251571516},"coords":"51.3165653,-0.6194838","bedrooms":"4","price":"222000","area":"466"} , +{"type":"Feature","id":"n476754969","geometry":{"type":"Point","coordinates":[-0.6178906,51.3138484]},"properties":{"@type":"node","@id":476754969,"@timestamp":1562877564},"coords":"51.3138484,-0.6178906","bedrooms":"4","price":"222000","area":"412"} , +{"type":"Feature","id":"n476757701","geometry":{"type":"Point","coordinates":[-0.6176998,51.3176615]},"properties":{"@type":"node","@id":476757701,"@timestamp":1524325909},"coords":"51.3176615,-0.6176998","bedrooms":"1","price":"175000","area":"550"} , +{"type":"Feature","id":"n476766121","geometry":{"type":"Point","coordinates":[-0.6764065,51.3997151]},"properties":{"@type":"node","@id":476766121,"@timestamp":1610992824},"coords":"51.3997151,-0.6764065","bedrooms":"4","price":"157000","area":"520"} , +{"type":"Feature","id":"n476806152","geometry":{"type":"Point","coordinates":[-0.4963331,51.2102799]},"properties":{"@type":"node","@id":476806152,"@timestamp":1450955938},"coords":"51.2102799,-0.4963331","bedrooms":"0","price":"180000","area":"472"} , +{"type":"Feature","id":"n477286838","geometry":{"type":"Point","coordinates":[-0.070296,51.538169]},"properties":{"@type":"node","@id":477286838,"@timestamp":1604721120},"coords":"51.538169,-0.070296","bedrooms":"3","price":"152000","area":"439"} , +{"type":"Feature","id":"n477367888","geometry":{"type":"Point","coordinates":[-0.047301,51.492459]},"properties":{"@type":"node","@id":477367888,"@timestamp":1251640012},"coords":"51.492459,-0.047301","bedrooms":"3","price":"199000","area":"448"} , +{"type":"Feature","id":"n477395795","geometry":{"type":"Point","coordinates":[0.2153605,51.9218681]},"properties":{"@type":"node","@id":477395795,"@timestamp":1533472210},"coords":"51.9218681,0.2153605","bedrooms":"0","price":"276000","area":"427"} , +{"type":"Feature","id":"n477530711","geometry":{"type":"Point","coordinates":[0.0718831,51.4375837]},"properties":{"@type":"node","@id":477530711,"@timestamp":1471345035},"coords":"51.4375837,0.0718831","bedrooms":"1","price":"230000","area":"618"} , +{"type":"Feature","id":"n477620168","geometry":{"type":"Point","coordinates":[0.5395494,51.3754142]},"properties":{"@type":"node","@id":477620168,"@timestamp":1543944415},"coords":"51.3754142,0.5395494","bedrooms":"1","price":"160000","area":"409"} , +{"type":"Feature","id":"n477983689","geometry":{"type":"Point","coordinates":[-0.2690472,51.3327595]},"properties":{"@type":"node","@id":477983689,"@timestamp":1552441783},"coords":"51.3327595,-0.2690472","bedrooms":"3","price":"154000","area":"447"} , +{"type":"Feature","id":"n478029044","geometry":{"type":"Point","coordinates":[-0.2706747,51.3321187]},"properties":{"@type":"node","@id":478029044,"@timestamp":1611339666},"coords":"51.3321187,-0.2706747","bedrooms":"0","price":"227000","area":"678"} , +{"type":"Feature","id":"n478171090","geometry":{"type":"Point","coordinates":[-0.8625452,51.6775061]},"properties":{"@type":"node","@id":478171090,"@timestamp":1367189569},"coords":"51.6775061,-0.8625452","bedrooms":"2","price":"225000","area":"586"} , +{"type":"Feature","id":"n478578110","geometry":{"type":"Point","coordinates":[-0.2194304,51.571192]},"properties":{"@type":"node","@id":478578110,"@timestamp":1527475335},"coords":"51.571192,-0.2194304","bedrooms":"0","price":"166000","area":"695"} , +{"type":"Feature","id":"n478621160","geometry":{"type":"Point","coordinates":[-0.3310757,51.2321719]},"properties":{"@type":"node","@id":478621160,"@timestamp":1569152291},"coords":"51.2321719,-0.3310757","bedrooms":"3","price":"165000","area":"492"} , +{"type":"Feature","id":"n478647167","geometry":{"type":"Point","coordinates":[-0.3335967,51.2312486]},"properties":{"@type":"node","@id":478647167,"@timestamp":1628445542},"coords":"51.2312486,-0.3335967","bedrooms":"2","price":"213000","area":"400"} , +{"type":"Feature","id":"n478774041","geometry":{"type":"Point","coordinates":[-0.1543806,51.4410616]},"properties":{"@type":"node","@id":478774041,"@timestamp":1251723229},"coords":"51.4410616,-0.1543806","bedrooms":"1","price":"241000","area":"353"} , +{"type":"Feature","id":"n478775585","geometry":{"type":"Point","coordinates":[-0.1521147,51.4398043]},"properties":{"@type":"node","@id":478775585,"@timestamp":1251723484},"coords":"51.4398043,-0.1521147","bedrooms":"0","price":"285000","area":"536"} , +{"type":"Feature","id":"n478777461","geometry":{"type":"Point","coordinates":[-0.1523893,51.4390761]},"properties":{"@type":"node","@id":478777461,"@timestamp":1591280292},"coords":"51.4390761,-0.1523893","bedrooms":"0","price":"179000","area":"516"} , +{"type":"Feature","id":"n478785952","geometry":{"type":"Point","coordinates":[-0.15496,51.4380926]},"properties":{"@type":"node","@id":478785952,"@timestamp":1452504346},"coords":"51.4380926,-0.15496","bedrooms":"3","price":"188000","area":"363"} , +{"type":"Feature","id":"n478867700","geometry":{"type":"Point","coordinates":[-0.0577855,51.4243121]},"properties":{"@type":"node","@id":478867700,"@timestamp":1613861660},"coords":"51.4243121,-0.0577855","bedrooms":"3","price":"175000","area":"557"} , +{"type":"Feature","id":"n479019417","geometry":{"type":"Point","coordinates":[-0.1062696,51.5314047]},"properties":{"@type":"node","@id":479019417,"@timestamp":1624470236},"coords":"51.5314047,-0.1062696","bedrooms":"4","price":"251000","area":"570"} , +{"type":"Feature","id":"n479120445","geometry":{"type":"Point","coordinates":[-0.775574,51.2470992]},"properties":{"@type":"node","@id":479120445,"@timestamp":1621370314},"coords":"51.2470992,-0.775574","bedrooms":"4","price":"237000","area":"428"} , +{"type":"Feature","id":"n479151221","geometry":{"type":"Point","coordinates":[0.0833395,51.4664489]},"properties":{"@type":"node","@id":479151221,"@timestamp":1564912850},"coords":"51.4664489,0.0833395","bedrooms":"2","price":"236000","area":"648"} , +{"type":"Feature","id":"n479159830","geometry":{"type":"Point","coordinates":[-0.763997,51.2503909]},"properties":{"@type":"node","@id":479159830,"@timestamp":1472304872},"coords":"51.2503909,-0.763997","bedrooms":"3","price":"161000","area":"395"} , +{"type":"Feature","id":"n479159863","geometry":{"type":"Point","coordinates":[-0.7665918,51.2492175]},"properties":{"@type":"node","@id":479159863,"@timestamp":1623919347},"coords":"51.2492175,-0.7665918","bedrooms":"2","price":"168000","area":"362"} , +{"type":"Feature","id":"n479159884","geometry":{"type":"Point","coordinates":[-0.7680857,51.2491112]},"properties":{"@type":"node","@id":479159884,"@timestamp":1635950411},"coords":"51.2491112,-0.7680857","bedrooms":"2","price":"203000","area":"698"} , +{"type":"Feature","id":"n479188725","geometry":{"type":"Point","coordinates":[-0.7695383,51.2477682]},"properties":{"@type":"node","@id":479188725,"@timestamp":1620292218},"coords":"51.2477682,-0.7695383","bedrooms":"2","price":"187000","area":"699"} , +{"type":"Feature","id":"n479188810","geometry":{"type":"Point","coordinates":[-0.7713142,51.247828]},"properties":{"@type":"node","@id":479188810,"@timestamp":1630770505},"coords":"51.247828,-0.7713142","bedrooms":"1","price":"157000","area":"560"} , +{"type":"Feature","id":"n479189058","geometry":{"type":"Point","coordinates":[-0.7797071,51.249278]},"properties":{"@type":"node","@id":479189058,"@timestamp":1251743517},"coords":"51.249278,-0.7797071","bedrooms":"2","price":"209000","area":"525"} , +{"type":"Feature","id":"n479266030","geometry":{"type":"Point","coordinates":[-0.9312849,51.5646519]},"properties":{"@type":"node","@id":479266030,"@timestamp":1251747080},"coords":"51.5646519,-0.9312849","bedrooms":"2","price":"187000","area":"589"} , +{"type":"Feature","id":"n479442928","geometry":{"type":"Point","coordinates":[0.0196174,51.8990254]},"properties":{"@type":"node","@id":479442928,"@timestamp":1362935669},"coords":"51.8990254,0.0196174","bedrooms":"2","price":"278000","area":"636"} , +{"type":"Feature","id":"n479570931","geometry":{"type":"Point","coordinates":[-0.096573,51.5271072]},"properties":{"@type":"node","@id":479570931,"@timestamp":1539852269},"coords":"51.5271072,-0.096573","bedrooms":"0","price":"240000","area":"368"} , +{"type":"Feature","id":"n479652531","geometry":{"type":"Point","coordinates":[-0.0595219,51.4310121]},"properties":{"@type":"node","@id":479652531,"@timestamp":1618527241},"coords":"51.4310121,-0.0595219","bedrooms":"2","price":"280000","area":"397"} , +{"type":"Feature","id":"n479744307","geometry":{"type":"Point","coordinates":[-0.6925963,50.9468898]},"properties":{"@type":"node","@id":479744307,"@timestamp":1251794003},"coords":"50.9468898,-0.6925963","bedrooms":"1","price":"290000","area":"673"} , +{"type":"Feature","id":"n479744439","geometry":{"type":"Point","coordinates":[-0.7011315,50.9610625]},"properties":{"@type":"node","@id":479744439,"@timestamp":1251794008},"coords":"50.9610625,-0.7011315","bedrooms":"4","price":"160000","area":"610"} , +{"type":"Feature","id":"n479799342","geometry":{"type":"Point","coordinates":[-0.1781687,51.2407571]},"properties":{"@type":"node","@id":479799342,"@timestamp":1328228975},"coords":"51.2407571,-0.1781687","bedrooms":"0","price":"215000","area":"429"} , +{"type":"Feature","id":"n479846479","geometry":{"type":"Point","coordinates":[0.0254468,51.9120927]},"properties":{"@type":"node","@id":479846479,"@timestamp":1567947655},"coords":"51.9120927,0.0254468","bedrooms":"3","price":"188000","area":"658"} , +{"type":"Feature","id":"n479894589","geometry":{"type":"Point","coordinates":[0.4976527,51.7566371]},"properties":{"@type":"node","@id":479894589,"@timestamp":1586024156},"coords":"51.7566371,0.4976527","bedrooms":"3","price":"161000","area":"424"} , +{"type":"Feature","id":"n480015008","geometry":{"type":"Point","coordinates":[-0.2315391,51.2880894]},"properties":{"@type":"node","@id":480015008,"@timestamp":1608733678},"coords":"51.2880894,-0.2315391","bedrooms":"1","price":"158000","area":"396"} , +{"type":"Feature","id":"n480268930","geometry":{"type":"Point","coordinates":[-0.951164,51.2520164]},"properties":{"@type":"node","@id":480268930,"@timestamp":1342012291},"coords":"51.2520164,-0.951164","bedrooms":"4","price":"231000","area":"604"} , +{"type":"Feature","id":"n480335643","geometry":{"type":"Point","coordinates":[-0.9550666,51.2572867]},"properties":{"@type":"node","@id":480335643,"@timestamp":1538548351},"coords":"51.2572867,-0.9550666","bedrooms":"2","price":"211000","area":"575"} , +{"type":"Feature","id":"n480406781","geometry":{"type":"Point","coordinates":[0.3930903,50.8988911]},"properties":{"@type":"node","@id":480406781,"@timestamp":1514912889},"coords":"50.8988911,0.3930903","bedrooms":"1","price":"231000","area":"530"} , +{"type":"Feature","id":"n480475347","geometry":{"type":"Point","coordinates":[-1.0398426,51.2684605]},"properties":{"@type":"node","@id":480475347,"@timestamp":1251847364},"coords":"51.2684605,-1.0398426","bedrooms":"4","price":"274000","area":"571"} , +{"type":"Feature","id":"n480689547","geometry":{"type":"Point","coordinates":[-0.2219214,51.3092903]},"properties":{"@type":"node","@id":480689547,"@timestamp":1582665208},"coords":"51.3092903,-0.2219214","bedrooms":"0","price":"234000","area":"591"} , +{"type":"Feature","id":"n480829681","geometry":{"type":"Point","coordinates":[-0.1329722,51.5648097]},"properties":{"@type":"node","@id":480829681,"@timestamp":1297551347},"coords":"51.5648097,-0.1329722","bedrooms":"0","price":"194000","area":"666"} , +{"type":"Feature","id":"n481098944","geometry":{"type":"Point","coordinates":[-0.1077869,51.1716637]},"properties":{"@type":"node","@id":481098944,"@timestamp":1251909791},"coords":"51.1716637,-0.1077869","bedrooms":"1","price":"291000","area":"608"} , +{"type":"Feature","id":"n481336772","geometry":{"type":"Point","coordinates":[-1.0352981,51.267363]},"properties":{"@type":"node","@id":481336772,"@timestamp":1482087916},"coords":"51.267363,-1.0352981","bedrooms":"0","price":"186000","area":"357"} , +{"type":"Feature","id":"n481441922","geometry":{"type":"Point","coordinates":[-0.6833534,50.9507827]},"properties":{"@type":"node","@id":481441922,"@timestamp":1251930952},"coords":"50.9507827,-0.6833534","bedrooms":"2","price":"253000","area":"445"} , +{"type":"Feature","id":"n481643779","geometry":{"type":"Point","coordinates":[-0.1121823,51.4820593]},"properties":{"@type":"node","@id":481643779,"@timestamp":1627580318},"coords":"51.4820593,-0.1121823","bedrooms":"4","price":"274000","area":"383"} , +{"type":"Feature","id":"n481643817","geometry":{"type":"Point","coordinates":[-0.1007435,51.4773831]},"properties":{"@type":"node","@id":481643817,"@timestamp":1251940053},"coords":"51.4773831,-0.1007435","bedrooms":"3","price":"190000","area":"631"} , +{"type":"Feature","id":"n481644058","geometry":{"type":"Point","coordinates":[-0.0940943,51.476811]},"properties":{"@type":"node","@id":481644058,"@timestamp":1503560886},"coords":"51.476811,-0.0940943","bedrooms":"4","price":"230000","area":"455"} , +{"type":"Feature","id":"n481644153","geometry":{"type":"Point","coordinates":[-0.0939133,51.4759677]},"properties":{"@type":"node","@id":481644153,"@timestamp":1488132749},"coords":"51.4759677,-0.0939133","bedrooms":"3","price":"172000","area":"367"} , +{"type":"Feature","id":"n482244340","geometry":{"type":"Point","coordinates":[-0.0905064,51.5066359]},"properties":{"@type":"node","@id":482244340,"@timestamp":1622041974},"coords":"51.5066359,-0.0905064","bedrooms":"0","price":"220000","area":"517"} , +{"type":"Feature","id":"n482337621","geometry":{"type":"Point","coordinates":[-0.2127,51.8949054]},"properties":{"@type":"node","@id":482337621,"@timestamp":1487104309},"coords":"51.8949054,-0.2127","bedrooms":"0","price":"268000","area":"605"} , +{"type":"Feature","id":"n482385882","geometry":{"type":"Point","coordinates":[-0.278466,51.737581]},"properties":{"@type":"node","@id":482385882,"@timestamp":1614082407},"coords":"51.737581,-0.278466","bedrooms":"1","price":"238000","area":"547"} , +{"type":"Feature","id":"n482417468","geometry":{"type":"Point","coordinates":[-0.4448544,51.6992125]},"properties":{"@type":"node","@id":482417468,"@timestamp":1633714558},"coords":"51.6992125,-0.4448544","bedrooms":"1","price":"293000","area":"572"} , +{"type":"Feature","id":"n482417541","geometry":{"type":"Point","coordinates":[-0.4945386,51.6633354]},"properties":{"@type":"node","@id":482417541,"@timestamp":1633714558},"coords":"51.6633354,-0.4945386","bedrooms":"1","price":"268000","area":"555"} , +{"type":"Feature","id":"n482417576","geometry":{"type":"Point","coordinates":[-0.53367,51.5900305]},"properties":{"@type":"node","@id":482417576,"@timestamp":1633714558},"coords":"51.5900305,-0.53367","bedrooms":"3","price":"203000","area":"671"} , +{"type":"Feature","id":"n482432854","geometry":{"type":"Point","coordinates":[-0.5388788,51.4925959]},"properties":{"@type":"node","@id":482432854,"@timestamp":1486247187},"coords":"51.4925959,-0.5388788","bedrooms":"4","price":"216000","area":"425"} , +{"type":"Feature","id":"n482432891","geometry":{"type":"Point","coordinates":[-0.5882983,51.4988135]},"properties":{"@type":"node","@id":482432891,"@timestamp":1487020040},"coords":"51.4988135,-0.5882983","bedrooms":"1","price":"265000","area":"516"} , +{"type":"Feature","id":"n482537571","geometry":{"type":"Point","coordinates":[-0.6129206,51.502206]},"properties":{"@type":"node","@id":482537571,"@timestamp":1487020040},"coords":"51.502206,-0.6129206","bedrooms":"3","price":"260000","area":"583"} , +{"type":"Feature","id":"n482537589","geometry":{"type":"Point","coordinates":[-0.6593672,51.5117008]},"properties":{"@type":"node","@id":482537589,"@timestamp":1487022794},"coords":"51.5117008,-0.6593672","bedrooms":"0","price":"161000","area":"686"} , +{"type":"Feature","id":"n482537610","geometry":{"type":"Point","coordinates":[-0.7285427,51.497407]},"properties":{"@type":"node","@id":482537610,"@timestamp":1419523930},"coords":"51.497407,-0.7285427","bedrooms":"3","price":"209000","area":"452"} , +{"type":"Feature","id":"n482537629","geometry":{"type":"Point","coordinates":[-0.7962234,51.4578147]},"properties":{"@type":"node","@id":482537629,"@timestamp":1486932834},"coords":"51.4578147,-0.7962234","bedrooms":"4","price":"207000","area":"353"} , +{"type":"Feature","id":"n482673566","geometry":{"type":"Point","coordinates":[0.0399891,51.4924162]},"properties":{"@type":"node","@id":482673566,"@timestamp":1632145341},"coords":"51.4924162,0.0399891","bedrooms":"3","price":"217000","area":"498"} , +{"type":"Feature","id":"n482793839","geometry":{"type":"Point","coordinates":[-0.9949719,50.9446126]},"properties":{"@type":"node","@id":482793839,"@timestamp":1449952447},"coords":"50.9446126,-0.9949719","bedrooms":"0","price":"213000","area":"662"} , +{"type":"Feature","id":"n482835023","geometry":{"type":"Point","coordinates":[-0.095477,51.4881096]},"properties":{"@type":"node","@id":482835023,"@timestamp":1587653190},"coords":"51.4881096,-0.095477","bedrooms":"1","price":"190000","area":"420"} , +{"type":"Feature","id":"n482835057","geometry":{"type":"Point","coordinates":[-0.0940069,51.4857805]},"properties":{"@type":"node","@id":482835057,"@timestamp":1252050621},"coords":"51.4857805,-0.0940069","bedrooms":"2","price":"184000","area":"382"} , +{"type":"Feature","id":"n482901458","geometry":{"type":"Point","coordinates":[0.4888376,51.7312943]},"properties":{"@type":"node","@id":482901458,"@timestamp":1446576968},"coords":"51.7312943,0.4888376","bedrooms":"3","price":"217000","area":"666"} , +{"type":"Feature","id":"n483395981","geometry":{"type":"Point","coordinates":[-0.3715103,51.1738637]},"properties":{"@type":"node","@id":483395981,"@timestamp":1476113089},"coords":"51.1738637,-0.3715103","bedrooms":"2","price":"220000","area":"492"} , +{"type":"Feature","id":"n483457471","geometry":{"type":"Point","coordinates":[-0.1518622,51.4366204]},"properties":{"@type":"node","@id":483457471,"@timestamp":1591435980},"coords":"51.4366204,-0.1518622","bedrooms":"2","price":"204000","area":"530"} , +{"type":"Feature","id":"n483463605","geometry":{"type":"Point","coordinates":[-0.1502177,51.4349945]},"properties":{"@type":"node","@id":483463605,"@timestamp":1252090872},"coords":"51.4349945,-0.1502177","bedrooms":"2","price":"188000","area":"563"} , +{"type":"Feature","id":"n483468838","geometry":{"type":"Point","coordinates":[-0.1505187,51.4352738]},"properties":{"@type":"node","@id":483468838,"@timestamp":1591435980},"coords":"51.4352738,-0.1505187","bedrooms":"2","price":"257000","area":"549"} , +{"type":"Feature","id":"n483480412","geometry":{"type":"Point","coordinates":[-0.1572682,51.4368275]},"properties":{"@type":"node","@id":483480412,"@timestamp":1591433586},"coords":"51.4368275,-0.1572682","bedrooms":"1","price":"234000","area":"604"} , +{"type":"Feature","id":"n483676161","geometry":{"type":"Point","coordinates":[0.2728423,51.5051456]},"properties":{"@type":"node","@id":483676161,"@timestamp":1252100733},"coords":"51.5051456,0.2728423","bedrooms":"2","price":"154000","area":"673"} , +{"type":"Feature","id":"n483676613","geometry":{"type":"Point","coordinates":[0.2761163,51.5047437]},"properties":{"@type":"node","@id":483676613,"@timestamp":1271916762},"coords":"51.5047437,0.2761163","bedrooms":"3","price":"212000","area":"437"} , +{"type":"Feature","id":"n483693516","geometry":{"type":"Point","coordinates":[0.2746426,51.506363]},"properties":{"@type":"node","@id":483693516,"@timestamp":1271916756},"coords":"51.506363,0.2746426","bedrooms":"4","price":"236000","area":"430"} , +{"type":"Feature","id":"n484208115","geometry":{"type":"Point","coordinates":[-0.1548073,51.433668]},"properties":{"@type":"node","@id":484208115,"@timestamp":1633975849},"coords":"51.433668,-0.1548073","bedrooms":"1","price":"275000","area":"476"} , +{"type":"Feature","id":"n484208462","geometry":{"type":"Point","coordinates":[-0.1550364,51.4334909]},"properties":{"@type":"node","@id":484208462,"@timestamp":1633975849},"coords":"51.4334909,-0.1550364","bedrooms":"3","price":"200000","area":"624"} , +{"type":"Feature","id":"n484208549","geometry":{"type":"Point","coordinates":[-0.1592249,51.4354171]},"properties":{"@type":"node","@id":484208549,"@timestamp":1252137609},"coords":"51.4354171,-0.1592249","bedrooms":"0","price":"184000","area":"468"} , +{"type":"Feature","id":"n484375399","geometry":{"type":"Point","coordinates":[-0.1156026,51.5108645]},"properties":{"@type":"node","@id":484375399,"@timestamp":1252152521},"coords":"51.5108645,-0.1156026","bedrooms":"4","price":"298000","area":"362"} , +{"type":"Feature","id":"n484782820","geometry":{"type":"Point","coordinates":[-0.2201482,51.2035393]},"properties":{"@type":"node","@id":484782820,"@timestamp":1511638036},"coords":"51.2035393,-0.2201482","bedrooms":"0","price":"222000","area":"619"} , +{"type":"Feature","id":"n484790635","geometry":{"type":"Point","coordinates":[-0.6069064,51.1907641]},"properties":{"@type":"node","@id":484790635,"@timestamp":1471587285},"coords":"51.1907641,-0.6069064","bedrooms":"3","price":"203000","area":"563"} , +{"type":"Feature","id":"n484828012","geometry":{"type":"Point","coordinates":[-0.6134281,51.190392]},"properties":{"@type":"node","@id":484828012,"@timestamp":1334000264},"coords":"51.190392,-0.6134281","bedrooms":"2","price":"232000","area":"677"} , +{"type":"Feature","id":"n484875161","geometry":{"type":"Point","coordinates":[-0.6010791,51.1925704]},"properties":{"@type":"node","@id":484875161,"@timestamp":1333564786},"coords":"51.1925704,-0.6010791","bedrooms":"0","price":"262000","area":"572"} , +{"type":"Feature","id":"n484899894","geometry":{"type":"Point","coordinates":[-0.0520176,51.5264441]},"properties":{"@type":"node","@id":484899894,"@timestamp":1538444640},"coords":"51.5264441,-0.0520176","bedrooms":"1","price":"286000","area":"629"} , +{"type":"Feature","id":"n485200538","geometry":{"type":"Point","coordinates":[-0.0511955,51.4740041]},"properties":{"@type":"node","@id":485200538,"@timestamp":1596103548},"coords":"51.4740041,-0.0511955","bedrooms":"4","price":"289000","area":"511"} , +{"type":"Feature","id":"n485257346","geometry":{"type":"Point","coordinates":[-0.1301655,51.5237322]},"properties":{"@type":"node","@id":485257346,"@timestamp":1630092163},"coords":"51.5237322,-0.1301655","bedrooms":"3","price":"178000","area":"442"} , +{"type":"Feature","id":"n485268597","geometry":{"type":"Point","coordinates":[-0.3316468,51.0609892]},"properties":{"@type":"node","@id":485268597,"@timestamp":1504709043},"coords":"51.0609892,-0.3316468","bedrooms":"4","price":"207000","area":"487"} , +{"type":"Feature","id":"n485349451","geometry":{"type":"Point","coordinates":[-0.7303945,50.9812544]},"properties":{"@type":"node","@id":485349451,"@timestamp":1555515495},"coords":"50.9812544,-0.7303945","bedrooms":"4","price":"252000","area":"371"} , +{"type":"Feature","id":"n485611737","geometry":{"type":"Point","coordinates":[-0.6775663,50.9563934]},"properties":{"@type":"node","@id":485611737,"@timestamp":1252229146},"coords":"50.9563934,-0.6775663","bedrooms":"2","price":"151000","area":"404"} , +{"type":"Feature","id":"n485660217","geometry":{"type":"Point","coordinates":[-0.0550942,51.2657469]},"properties":{"@type":"node","@id":485660217,"@timestamp":1512792925},"coords":"51.2657469,-0.0550942","bedrooms":"2","price":"222000","area":"599"} , +{"type":"Feature","id":"n485773435","geometry":{"type":"Point","coordinates":[-0.1513614,51.4383959]},"properties":{"@type":"node","@id":485773435,"@timestamp":1591280292},"coords":"51.4383959,-0.1513614","bedrooms":"3","price":"175000","area":"564"} , +{"type":"Feature","id":"n486014423","geometry":{"type":"Point","coordinates":[-0.2067022,51.8471731]},"properties":{"@type":"node","@id":486014423,"@timestamp":1592398249},"coords":"51.8471731,-0.2067022","bedrooms":"2","price":"153000","area":"627"} , +{"type":"Feature","id":"n486014801","geometry":{"type":"Point","coordinates":[-0.2335173,51.854469]},"properties":{"@type":"node","@id":486014801,"@timestamp":1252250189},"coords":"51.854469,-0.2335173","bedrooms":"2","price":"264000","area":"632"} , +{"type":"Feature","id":"n486096457","geometry":{"type":"Point","coordinates":[0.6454277,51.5708329]},"properties":{"@type":"node","@id":486096457,"@timestamp":1594761989},"coords":"51.5708329,0.6454277","bedrooms":"3","price":"275000","area":"631"} , +{"type":"Feature","id":"n486100377","geometry":{"type":"Point","coordinates":[-0.5933153,51.1903566]},"properties":{"@type":"node","@id":486100377,"@timestamp":1606988577},"coords":"51.1903566,-0.5933153","bedrooms":"1","price":"267000","area":"554"} , +{"type":"Feature","id":"n486172787","geometry":{"type":"Point","coordinates":[-0.607091,51.1864482]},"properties":{"@type":"node","@id":486172787,"@timestamp":1477742192},"coords":"51.1864482,-0.607091","bedrooms":"0","price":"231000","area":"499"} , +{"type":"Feature","id":"n486172990","geometry":{"type":"Point","coordinates":[-0.5983704,51.1937286]},"properties":{"@type":"node","@id":486172990,"@timestamp":1606989133},"coords":"51.1937286,-0.5983704","bedrooms":"1","price":"164000","area":"648"} , +{"type":"Feature","id":"n486363067","geometry":{"type":"Point","coordinates":[-0.703548,51.8268838]},"properties":{"@type":"node","@id":486363067,"@timestamp":1252262797},"coords":"51.8268838,-0.703548","bedrooms":"4","price":"174000","area":"601"} , +{"type":"Feature","id":"n486544101","geometry":{"type":"Point","coordinates":[-0.4268008,51.5968923]},"properties":{"@type":"node","@id":486544101,"@timestamp":1589908171},"coords":"51.5968923,-0.4268008","bedrooms":"4","price":"197000","area":"548"} , +{"type":"Feature","id":"n486564691","geometry":{"type":"Point","coordinates":[-0.7078485,51.6422735]},"properties":{"@type":"node","@id":486564691,"@timestamp":1432196775},"coords":"51.6422735,-0.7078485","bedrooms":"1","price":"171000","area":"689"} , +{"type":"Feature","id":"n486565071","geometry":{"type":"Point","coordinates":[-0.7164813,51.6470988]},"properties":{"@type":"node","@id":486565071,"@timestamp":1432196776},"coords":"51.6470988,-0.7164813","bedrooms":"4","price":"150000","area":"543"} , +{"type":"Feature","id":"n486666338","geometry":{"type":"Point","coordinates":[0.0251688,51.8638052]},"properties":{"@type":"node","@id":486666338,"@timestamp":1252273016},"coords":"51.8638052,0.0251688","bedrooms":"0","price":"273000","area":"550"} , +{"type":"Feature","id":"n487645137","geometry":{"type":"Point","coordinates":[0.1229477,51.8073359]},"properties":{"@type":"node","@id":487645137,"@timestamp":1618925173},"coords":"51.8073359,0.1229477","bedrooms":"4","price":"162000","area":"561"} , +{"type":"Feature","id":"n488388710","geometry":{"type":"Point","coordinates":[-1.0536156,51.2967399]},"properties":{"@type":"node","@id":488388710,"@timestamp":1252351994},"coords":"51.2967399,-1.0536156","bedrooms":"4","price":"166000","area":"612"} , +{"type":"Feature","id":"n488402697","geometry":{"type":"Point","coordinates":[-0.1827944,51.8675628]},"properties":{"@type":"node","@id":488402697,"@timestamp":1456930551},"coords":"51.8675628,-0.1827944","bedrooms":"3","price":"285000","area":"601"} , +{"type":"Feature","id":"n488497554","geometry":{"type":"Point","coordinates":[-0.6037965,51.6791982]},"properties":{"@type":"node","@id":488497554,"@timestamp":1631198868},"coords":"51.6791982,-0.6037965","bedrooms":"3","price":"173000","area":"459"} , +{"type":"Feature","id":"n488588875","geometry":{"type":"Point","coordinates":[-0.4263464,51.5820867]},"properties":{"@type":"node","@id":488588875,"@timestamp":1578868405},"coords":"51.5820867,-0.4263464","bedrooms":"3","price":"276000","area":"652"} , +{"type":"Feature","id":"n488787409","geometry":{"type":"Point","coordinates":[-0.9709112,51.7413495]},"properties":{"@type":"node","@id":488787409,"@timestamp":1296831697},"coords":"51.7413495,-0.9709112","bedrooms":"2","price":"230000","area":"537"} , +{"type":"Feature","id":"n488816626","geometry":{"type":"Point","coordinates":[-0.9779157,51.7440792]},"properties":{"@type":"node","@id":488816626,"@timestamp":1252366731},"coords":"51.7440792,-0.9779157","bedrooms":"4","price":"274000","area":"539"} , +{"type":"Feature","id":"n489280707","geometry":{"type":"Point","coordinates":[-0.3012289,51.4163692]},"properties":{"@type":"node","@id":489280707,"@timestamp":1479412557},"coords":"51.4163692,-0.3012289","bedrooms":"4","price":"254000","area":"422"} , +{"type":"Feature","id":"n489280725","geometry":{"type":"Point","coordinates":[-0.3022008,51.4170589]},"properties":{"@type":"node","@id":489280725,"@timestamp":1252392809},"coords":"51.4170589,-0.3022008","bedrooms":"3","price":"194000","area":"569"} , +{"type":"Feature","id":"n489280738","geometry":{"type":"Point","coordinates":[-0.2996386,51.4184826]},"properties":{"@type":"node","@id":489280738,"@timestamp":1252392809},"coords":"51.4184826,-0.2996386","bedrooms":"4","price":"270000","area":"564"} , +{"type":"Feature","id":"n489280754","geometry":{"type":"Point","coordinates":[-0.3000211,51.418971]},"properties":{"@type":"node","@id":489280754,"@timestamp":1252392810},"coords":"51.418971,-0.3000211","bedrooms":"3","price":"280000","area":"533"} , +{"type":"Feature","id":"n489293140","geometry":{"type":"Point","coordinates":[-0.1778697,51.486137]},"properties":{"@type":"node","@id":489293140,"@timestamp":1607917193},"coords":"51.486137,-0.1778697","bedrooms":"3","price":"264000","area":"656"} , +{"type":"Feature","id":"n489402086","geometry":{"type":"Point","coordinates":[0.4559527,51.7423366]},"properties":{"@type":"node","@id":489402086,"@timestamp":1486109450},"coords":"51.7423366,0.4559527","bedrooms":"3","price":"254000","area":"599"} , +{"type":"Feature","id":"n489414797","geometry":{"type":"Point","coordinates":[0.837512,51.0578566]},"properties":{"@type":"node","@id":489414797,"@timestamp":1621453661},"coords":"51.0578566,0.837512","bedrooms":"3","price":"211000","area":"547"} , +{"type":"Feature","id":"n489749537","geometry":{"type":"Point","coordinates":[-0.7186409,51.6333754]},"properties":{"@type":"node","@id":489749537,"@timestamp":1252429674},"coords":"51.6333754,-0.7186409","bedrooms":"0","price":"254000","area":"504"} , +{"type":"Feature","id":"n489796735","geometry":{"type":"Point","coordinates":[-0.1504064,51.5051094]},"properties":{"@type":"node","@id":489796735,"@timestamp":1414176538},"coords":"51.5051094,-0.1504064","bedrooms":"4","price":"221000","area":"677"} , +{"type":"Feature","id":"n489832139","geometry":{"type":"Point","coordinates":[-0.8611636,51.4076286]},"properties":{"@type":"node","@id":489832139,"@timestamp":1385586009},"coords":"51.4076286,-0.8611636","bedrooms":"2","price":"255000","area":"449"} , +{"type":"Feature","id":"n489981608","geometry":{"type":"Point","coordinates":[0.8920943,50.9897613]},"properties":{"@type":"node","@id":489981608,"@timestamp":1273325431},"coords":"50.9897613,0.8920943","bedrooms":"3","price":"266000","area":"565"} , +{"type":"Feature","id":"n490201364","geometry":{"type":"Point","coordinates":[-1.0957971,51.2804088]},"properties":{"@type":"node","@id":490201364,"@timestamp":1252446150},"coords":"51.2804088,-1.0957971","bedrooms":"3","price":"208000","area":"521"} , +{"type":"Feature","id":"n490274898","geometry":{"type":"Point","coordinates":[-0.1504357,51.5614172]},"properties":{"@type":"node","@id":490274898,"@timestamp":1574031125},"coords":"51.5614172,-0.1504357","bedrooms":"1","price":"186000","area":"447"} , +{"type":"Feature","id":"n490699734","geometry":{"type":"Point","coordinates":[-0.21691,51.3577814]},"properties":{"@type":"node","@id":490699734,"@timestamp":1599500863},"coords":"51.3577814,-0.21691","bedrooms":"4","price":"195000","area":"659"} , +{"type":"Feature","id":"n491380236","geometry":{"type":"Point","coordinates":[-0.184931,51.2089273]},"properties":{"@type":"node","@id":491380236,"@timestamp":1630410295},"coords":"51.2089273,-0.184931","bedrooms":"3","price":"287000","area":"456"} , +{"type":"Feature","id":"n491426074","geometry":{"type":"Point","coordinates":[0.4064319,51.568643]},"properties":{"@type":"node","@id":491426074,"@timestamp":1322753204},"coords":"51.568643,0.4064319","bedrooms":"4","price":"244000","area":"359"} , +{"type":"Feature","id":"n491427988","geometry":{"type":"Point","coordinates":[-0.7287389,51.3977298]},"properties":{"@type":"node","@id":491427988,"@timestamp":1252519031},"coords":"51.3977298,-0.7287389","bedrooms":"4","price":"256000","area":"553"} , +{"type":"Feature","id":"n491450403","geometry":{"type":"Point","coordinates":[-0.1557989,51.2173522]},"properties":{"@type":"node","@id":491450403,"@timestamp":1509390859},"coords":"51.2173522,-0.1557989","bedrooms":"3","price":"252000","area":"666"} , +{"type":"Feature","id":"n491471354","geometry":{"type":"Point","coordinates":[-0.985445,51.7494059]},"properties":{"@type":"node","@id":491471354,"@timestamp":1252522923},"coords":"51.7494059,-0.985445","bedrooms":"0","price":"296000","area":"619"} , +{"type":"Feature","id":"n491487573","geometry":{"type":"Point","coordinates":[-0.9946278,51.7363691]},"properties":{"@type":"node","@id":491487573,"@timestamp":1505026077},"coords":"51.7363691,-0.9946278","bedrooms":"2","price":"289000","area":"600"} , +{"type":"Feature","id":"n491493665","geometry":{"type":"Point","coordinates":[-1.0898589,51.2820839]},"properties":{"@type":"node","@id":491493665,"@timestamp":1627410208},"coords":"51.2820839,-1.0898589","bedrooms":"3","price":"228000","area":"371"} , +{"type":"Feature","id":"n491539644","geometry":{"type":"Point","coordinates":[-0.1012264,51.460937]},"properties":{"@type":"node","@id":491539644,"@timestamp":1622749836},"coords":"51.460937,-0.1012264","bedrooms":"0","price":"259000","area":"377"} , +{"type":"Feature","id":"n491839136","geometry":{"type":"Point","coordinates":[-0.1674259,51.2394737]},"properties":{"@type":"node","@id":491839136,"@timestamp":1628910246},"coords":"51.2394737,-0.1674259","bedrooms":"3","price":"203000","area":"566"} , +{"type":"Feature","id":"n492095642","geometry":{"type":"Point","coordinates":[-0.1119106,51.5035379]},"properties":{"@type":"node","@id":492095642,"@timestamp":1563989189},"coords":"51.5035379,-0.1119106","bedrooms":"1","price":"299000","area":"463"} , +{"type":"Feature","id":"n492098191","geometry":{"type":"Point","coordinates":[-0.1154672,51.4997759]},"properties":{"@type":"node","@id":492098191,"@timestamp":1630358371},"coords":"51.4997759,-0.1154672","bedrooms":"0","price":"226000","area":"691"} , +{"type":"Feature","id":"n492098464","geometry":{"type":"Point","coordinates":[-0.1151213,51.5019357]},"properties":{"@type":"node","@id":492098464,"@timestamp":1630358371},"coords":"51.5019357,-0.1151213","bedrooms":"1","price":"244000","area":"647"} , +{"type":"Feature","id":"n492098588","geometry":{"type":"Point","coordinates":[-0.1152439,51.4993591]},"properties":{"@type":"node","@id":492098588,"@timestamp":1630358371},"coords":"51.4993591,-0.1152439","bedrooms":"4","price":"215000","area":"643"} , +{"type":"Feature","id":"n492268779","geometry":{"type":"Point","coordinates":[-0.8529582,51.289508]},"properties":{"@type":"node","@id":492268779,"@timestamp":1511211465},"coords":"51.289508,-0.8529582","bedrooms":"4","price":"205000","area":"363"} , +{"type":"Feature","id":"n492268995","geometry":{"type":"Point","coordinates":[-0.8622854,51.2901957]},"properties":{"@type":"node","@id":492268995,"@timestamp":1366706716},"coords":"51.2901957,-0.8622854","bedrooms":"3","price":"295000","area":"385"} , +{"type":"Feature","id":"n492719104","geometry":{"type":"Point","coordinates":[-1.0972677,51.2810758]},"properties":{"@type":"node","@id":492719104,"@timestamp":1628701584},"coords":"51.2810758,-1.0972677","bedrooms":"2","price":"166000","area":"536"} , +{"type":"Feature","id":"n493162264","geometry":{"type":"Point","coordinates":[-1.0015563,51.1936153]},"properties":{"@type":"node","@id":493162264,"@timestamp":1252655641},"coords":"51.1936153,-1.0015563","bedrooms":"3","price":"226000","area":"660"} , +{"type":"Feature","id":"n493240048","geometry":{"type":"Point","coordinates":[0.4915658,51.7572749]},"properties":{"@type":"node","@id":493240048,"@timestamp":1632520159},"coords":"51.7572749,0.4915658","bedrooms":"1","price":"293000","area":"540"} , +{"type":"Feature","id":"n493380053","geometry":{"type":"Point","coordinates":[-0.9777618,51.5182907]},"properties":{"@type":"node","@id":493380053,"@timestamp":1329379977},"coords":"51.5182907,-0.9777618","bedrooms":"1","price":"154000","area":"660"} , +{"type":"Feature","id":"n493572629","geometry":{"type":"Point","coordinates":[-0.3420107,51.2680084]},"properties":{"@type":"node","@id":493572629,"@timestamp":1359912378},"coords":"51.2680084,-0.3420107","bedrooms":"0","price":"201000","area":"364"} , +{"type":"Feature","id":"n493651023","geometry":{"type":"Point","coordinates":[-1.1111456,51.2844427]},"properties":{"@type":"node","@id":493651023,"@timestamp":1627989160},"coords":"51.2844427,-1.1111456","bedrooms":"0","price":"284000","area":"428"} , +{"type":"Feature","id":"n493716210","geometry":{"type":"Point","coordinates":[0.4678606,51.7746331]},"properties":{"@type":"node","@id":493716210,"@timestamp":1613506550},"coords":"51.7746331,0.4678606","bedrooms":"0","price":"249000","area":"542"} , +{"type":"Feature","id":"n493757519","geometry":{"type":"Point","coordinates":[0.435409,51.5290067]},"properties":{"@type":"node","@id":493757519,"@timestamp":1252702982},"coords":"51.5290067,0.435409","bedrooms":"1","price":"156000","area":"352"} , +{"type":"Feature","id":"n493757534","geometry":{"type":"Point","coordinates":[0.4417576,51.5332377]},"properties":{"@type":"node","@id":493757534,"@timestamp":1252702982},"coords":"51.5332377,0.4417576","bedrooms":"4","price":"160000","area":"526"} , +{"type":"Feature","id":"n493855498","geometry":{"type":"Point","coordinates":[0.2045372,51.3624731]},"properties":{"@type":"node","@id":493855498,"@timestamp":1400055275},"coords":"51.3624731,0.2045372","bedrooms":"0","price":"246000","area":"382"} , +{"type":"Feature","id":"n494253319","geometry":{"type":"Point","coordinates":[-0.846946,51.4212677]},"properties":{"@type":"node","@id":494253319,"@timestamp":1624135758},"coords":"51.4212677,-0.846946","bedrooms":"3","price":"298000","area":"461"} , +{"type":"Feature","id":"n494321760","geometry":{"type":"Point","coordinates":[0.139808,51.4309386]},"properties":{"@type":"node","@id":494321760,"@timestamp":1279556066},"coords":"51.4309386,0.139808","bedrooms":"2","price":"180000","area":"490"} , +{"type":"Feature","id":"n494408254","geometry":{"type":"Point","coordinates":[0.4730854,51.7495052]},"properties":{"@type":"node","@id":494408254,"@timestamp":1504482224},"coords":"51.7495052,0.4730854","bedrooms":"3","price":"298000","area":"364"} , +{"type":"Feature","id":"n494916129","geometry":{"type":"Point","coordinates":[-0.1722419,51.5264211]},"properties":{"@type":"node","@id":494916129,"@timestamp":1574519026},"coords":"51.5264211,-0.1722419","bedrooms":"0","price":"243000","area":"612"} , +{"type":"Feature","id":"n494978954","geometry":{"type":"Point","coordinates":[0.1377676,51.4329194]},"properties":{"@type":"node","@id":494978954,"@timestamp":1566389339},"coords":"51.4329194,0.1377676","bedrooms":"1","price":"198000","area":"439"} , +{"type":"Feature","id":"n495173951","geometry":{"type":"Point","coordinates":[-0.1308072,50.9649925]},"properties":{"@type":"node","@id":495173951,"@timestamp":1615908861},"coords":"50.9649925,-0.1308072","bedrooms":"4","price":"259000","area":"379"} , +{"type":"Feature","id":"n495243197","geometry":{"type":"Point","coordinates":[-0.7179576,51.6350179]},"properties":{"@type":"node","@id":495243197,"@timestamp":1409588204},"coords":"51.6350179,-0.7179576","bedrooms":"3","price":"222000","area":"396"} , +{"type":"Feature","id":"n495535795","geometry":{"type":"Point","coordinates":[-0.1303611,51.5235223]},"properties":{"@type":"node","@id":495535795,"@timestamp":1630092120},"coords":"51.5235223,-0.1303611","bedrooms":"0","price":"247000","area":"611"} , +{"type":"Feature","id":"n495731226","geometry":{"type":"Point","coordinates":[-0.1154747,51.5009686]},"properties":{"@type":"node","@id":495731226,"@timestamp":1630358371},"coords":"51.5009686,-0.1154747","bedrooms":"4","price":"155000","area":"423"} , +{"type":"Feature","id":"n495738316","geometry":{"type":"Point","coordinates":[-0.1148724,51.5023898]},"properties":{"@type":"node","@id":495738316,"@timestamp":1630358371},"coords":"51.5023898,-0.1148724","bedrooms":"1","price":"217000","area":"569"} , +{"type":"Feature","id":"n496098943","geometry":{"type":"Point","coordinates":[-0.3580989,51.189462]},"properties":{"@type":"node","@id":496098943,"@timestamp":1342904945},"coords":"51.189462,-0.3580989","bedrooms":"1","price":"232000","area":"466"} , +{"type":"Feature","id":"n496191446","geometry":{"type":"Point","coordinates":[-1.1140614,51.3491833]},"properties":{"@type":"node","@id":496191446,"@timestamp":1252946119},"coords":"51.3491833,-1.1140614","bedrooms":"0","price":"193000","area":"669"} , +{"type":"Feature","id":"n496535473","geometry":{"type":"Point","coordinates":[-1.0981837,51.265069]},"properties":{"@type":"node","@id":496535473,"@timestamp":1429703367},"coords":"51.265069,-1.0981837","bedrooms":"1","price":"206000","area":"426"} , +{"type":"Feature","id":"n496821329","geometry":{"type":"Point","coordinates":[0.2380287,51.4804844]},"properties":{"@type":"node","@id":496821329,"@timestamp":1593263352},"coords":"51.4804844,0.2380287","bedrooms":"4","price":"255000","area":"363"} , +{"type":"Feature","id":"n496821347","geometry":{"type":"Point","coordinates":[0.2619033,51.4777993]},"properties":{"@type":"node","@id":496821347,"@timestamp":1593263352},"coords":"51.4777993,0.2619033","bedrooms":"2","price":"224000","area":"397"} , +{"type":"Feature","id":"n496821391","geometry":{"type":"Point","coordinates":[0.2461815,51.498787]},"properties":{"@type":"node","@id":496821391,"@timestamp":1556645763},"coords":"51.498787,0.2461815","bedrooms":"4","price":"162000","area":"565"} , +{"type":"Feature","id":"n496821413","geometry":{"type":"Point","coordinates":[0.2560772,51.4978505]},"properties":{"@type":"node","@id":496821413,"@timestamp":1556645765},"coords":"51.4978505,0.2560772","bedrooms":"1","price":"209000","area":"572"} , +{"type":"Feature","id":"n496821449","geometry":{"type":"Point","coordinates":[0.2485072,51.5034354]},"properties":{"@type":"node","@id":496821449,"@timestamp":1593222896},"coords":"51.5034354,0.2485072","bedrooms":"3","price":"160000","area":"654"} , +{"type":"Feature","id":"n496821482","geometry":{"type":"Point","coordinates":[0.2762012,51.5098457]},"properties":{"@type":"node","@id":496821482,"@timestamp":1593222896},"coords":"51.5098457,0.2762012","bedrooms":"0","price":"219000","area":"491"} , +{"type":"Feature","id":"n496821510","geometry":{"type":"Point","coordinates":[0.282284,51.5059698]},"properties":{"@type":"node","@id":496821510,"@timestamp":1556647238},"coords":"51.5059698,0.282284","bedrooms":"1","price":"190000","area":"462"} , +{"type":"Feature","id":"n496821536","geometry":{"type":"Point","coordinates":[0.2871665,51.5184814]},"properties":{"@type":"node","@id":496821536,"@timestamp":1564964580},"coords":"51.5184814,0.2871665","bedrooms":"2","price":"235000","area":"472"} , +{"type":"Feature","id":"n496821553","geometry":{"type":"Point","coordinates":[0.2930237,51.5108752]},"properties":{"@type":"node","@id":496821553,"@timestamp":1565147396},"coords":"51.5108752,0.2930237","bedrooms":"3","price":"295000","area":"584"} , +{"type":"Feature","id":"n496821570","geometry":{"type":"Point","coordinates":[0.2947004,51.522774]},"properties":{"@type":"node","@id":496821570,"@timestamp":1564964580},"coords":"51.522774,0.2947004","bedrooms":"0","price":"181000","area":"415"} , +{"type":"Feature","id":"n496821592","geometry":{"type":"Point","coordinates":[0.2687595,51.478005]},"properties":{"@type":"node","@id":496821592,"@timestamp":1593294755},"coords":"51.478005,0.2687595","bedrooms":"4","price":"293000","area":"549"} , +{"type":"Feature","id":"n496821608","geometry":{"type":"Point","coordinates":[0.2743607,51.4897715]},"properties":{"@type":"node","@id":496821608,"@timestamp":1595262311},"coords":"51.4897715,0.2743607","bedrooms":"2","price":"173000","area":"655"} , +{"type":"Feature","id":"n496821628","geometry":{"type":"Point","coordinates":[0.2831378,51.4761181]},"properties":{"@type":"node","@id":496821628,"@timestamp":1593222896},"coords":"51.4761181,0.2831378","bedrooms":"1","price":"266000","area":"508"} , +{"type":"Feature","id":"n496821644","geometry":{"type":"Point","coordinates":[0.2967982,51.47702]},"properties":{"@type":"node","@id":496821644,"@timestamp":1593222896},"coords":"51.47702,0.2967982","bedrooms":"4","price":"188000","area":"447"} , +{"type":"Feature","id":"n496821659","geometry":{"type":"Point","coordinates":[0.3172981,51.4934927]},"properties":{"@type":"node","@id":496821659,"@timestamp":1603761199},"coords":"51.4934927,0.3172981","bedrooms":"0","price":"177000","area":"422"} , +{"type":"Feature","id":"n496821679","geometry":{"type":"Point","coordinates":[0.3246034,51.4864405]},"properties":{"@type":"node","@id":496821679,"@timestamp":1603761199},"coords":"51.4864405,0.3246034","bedrooms":"4","price":"181000","area":"658"} , +{"type":"Feature","id":"n496821711","geometry":{"type":"Point","coordinates":[0.3417828,51.476726]},"properties":{"@type":"node","@id":496821711,"@timestamp":1612099985},"coords":"51.476726,0.3417828","bedrooms":"2","price":"203000","area":"449"} , +{"type":"Feature","id":"n496821730","geometry":{"type":"Point","coordinates":[0.3401272,51.4847363]},"properties":{"@type":"node","@id":496821730,"@timestamp":1588554812},"coords":"51.4847363,0.3401272","bedrooms":"1","price":"245000","area":"451"} , +{"type":"Feature","id":"n496821752","geometry":{"type":"Point","coordinates":[0.3260344,51.4909638]},"properties":{"@type":"node","@id":496821752,"@timestamp":1603761199},"coords":"51.4909638,0.3260344","bedrooms":"4","price":"182000","area":"412"} , +{"type":"Feature","id":"n496821771","geometry":{"type":"Point","coordinates":[0.3312476,51.5007632]},"properties":{"@type":"node","@id":496821771,"@timestamp":1603761199},"coords":"51.5007632,0.3312476","bedrooms":"3","price":"157000","area":"383"} , +{"type":"Feature","id":"n496821787","geometry":{"type":"Point","coordinates":[0.3404275,51.4915494]},"properties":{"@type":"node","@id":496821787,"@timestamp":1593400904},"coords":"51.4915494,0.3404275","bedrooms":"0","price":"208000","area":"531"} , +{"type":"Feature","id":"n496821812","geometry":{"type":"Point","coordinates":[0.3472175,51.4848785]},"properties":{"@type":"node","@id":496821812,"@timestamp":1594993763},"coords":"51.4848785,0.3472175","bedrooms":"2","price":"222000","area":"687"} , +{"type":"Feature","id":"n496821830","geometry":{"type":"Point","coordinates":[0.350705,51.490991]},"properties":{"@type":"node","@id":496821830,"@timestamp":1562972947},"coords":"51.490991,0.350705","bedrooms":"1","price":"175000","area":"584"} , +{"type":"Feature","id":"n496821854","geometry":{"type":"Point","coordinates":[0.3652302,51.4619314]},"properties":{"@type":"node","@id":496821854,"@timestamp":1593293510},"coords":"51.4619314,0.3652302","bedrooms":"3","price":"270000","area":"373"} , +{"type":"Feature","id":"n496821873","geometry":{"type":"Point","coordinates":[0.3696704,51.4670545]},"properties":{"@type":"node","@id":496821873,"@timestamp":1593398842},"coords":"51.4670545,0.3696704","bedrooms":"4","price":"274000","area":"557"} , +{"type":"Feature","id":"n496821887","geometry":{"type":"Point","coordinates":[0.4276423,51.4677644]},"properties":{"@type":"node","@id":496821887,"@timestamp":1594939263},"coords":"51.4677644,0.4276423","bedrooms":"0","price":"164000","area":"601"} , +{"type":"Feature","id":"n496821903","geometry":{"type":"Point","coordinates":[0.3610251,51.4933197]},"properties":{"@type":"node","@id":496821903,"@timestamp":1562972947},"coords":"51.4933197,0.3610251","bedrooms":"4","price":"202000","area":"499"} , +{"type":"Feature","id":"n496821921","geometry":{"type":"Point","coordinates":[0.354674,51.5084575]},"properties":{"@type":"node","@id":496821921,"@timestamp":1562972947},"coords":"51.5084575,0.354674","bedrooms":"0","price":"190000","area":"635"} , +{"type":"Feature","id":"n496821942","geometry":{"type":"Point","coordinates":[0.3734354,51.5043508]},"properties":{"@type":"node","@id":496821942,"@timestamp":1608154435},"coords":"51.5043508,0.3734354","bedrooms":"4","price":"154000","area":"600"} , +{"type":"Feature","id":"n496821965","geometry":{"type":"Point","coordinates":[0.3756254,51.4862355]},"properties":{"@type":"node","@id":496821965,"@timestamp":1593293510},"coords":"51.4862355,0.3756254","bedrooms":"2","price":"180000","area":"496"} , +{"type":"Feature","id":"n496821976","geometry":{"type":"Point","coordinates":[0.4173238,51.4809753]},"properties":{"@type":"node","@id":496821976,"@timestamp":1594941032},"coords":"51.4809753,0.4173238","bedrooms":"3","price":"294000","area":"403"} , +{"type":"Feature","id":"n496821989","geometry":{"type":"Point","coordinates":[0.3944477,51.5086682]},"properties":{"@type":"node","@id":496821989,"@timestamp":1608154435},"coords":"51.5086682,0.3944477","bedrooms":"2","price":"176000","area":"393"} , +{"type":"Feature","id":"n496822008","geometry":{"type":"Point","coordinates":[0.3647571,51.5486888]},"properties":{"@type":"node","@id":496822008,"@timestamp":1595274090},"coords":"51.5486888,0.3647571","bedrooms":"4","price":"172000","area":"670"} , +{"type":"Feature","id":"n496822022","geometry":{"type":"Point","coordinates":[0.4278613,51.5142045]},"properties":{"@type":"node","@id":496822022,"@timestamp":1594844146},"coords":"51.5142045,0.4278613","bedrooms":"4","price":"240000","area":"694"} , +{"type":"Feature","id":"n496822042","geometry":{"type":"Point","coordinates":[0.436986,51.5211872]},"properties":{"@type":"node","@id":496822042,"@timestamp":1608154435},"coords":"51.5211872,0.436986","bedrooms":"3","price":"292000","area":"437"} , +{"type":"Feature","id":"n496822066","geometry":{"type":"Point","coordinates":[0.4425992,51.5302216]},"properties":{"@type":"node","@id":496822066,"@timestamp":1608154435},"coords":"51.5302216,0.4425992","bedrooms":"0","price":"277000","area":"383"} , +{"type":"Feature","id":"n496822098","geometry":{"type":"Point","coordinates":[0.4466558,51.5235897]},"properties":{"@type":"node","@id":496822098,"@timestamp":1608154435},"coords":"51.5235897,0.4466558","bedrooms":"4","price":"288000","area":"613"} , +{"type":"Feature","id":"n496822108","geometry":{"type":"Point","coordinates":[0.4605078,51.5262138]},"properties":{"@type":"node","@id":496822108,"@timestamp":1608154435},"coords":"51.5262138,0.4605078","bedrooms":"1","price":"176000","area":"477"} , +{"type":"Feature","id":"n496822120","geometry":{"type":"Point","coordinates":[0.4518587,51.5434107]},"properties":{"@type":"node","@id":496822120,"@timestamp":1594732489},"coords":"51.5434107,0.4518587","bedrooms":"2","price":"215000","area":"696"} , +{"type":"Feature","id":"n496822137","geometry":{"type":"Point","coordinates":[0.4727219,51.5331697]},"properties":{"@type":"node","@id":496822137,"@timestamp":1608154435},"coords":"51.5331697,0.4727219","bedrooms":"2","price":"279000","area":"591"} , +{"type":"Feature","id":"n496822148","geometry":{"type":"Point","coordinates":[0.2958975,51.4991564]},"properties":{"@type":"node","@id":496822148,"@timestamp":1627687761},"coords":"51.4991564,0.2958975","bedrooms":"4","price":"150000","area":"441"} , +{"type":"Feature","id":"n496822161","geometry":{"type":"Point","coordinates":[0.4234813,51.4819274]},"properties":{"@type":"node","@id":496822161,"@timestamp":1594939263},"coords":"51.4819274,0.4234813","bedrooms":"3","price":"267000","area":"452"} , +{"type":"Feature","id":"n496822172","geometry":{"type":"Point","coordinates":[0.3569155,51.461457]},"properties":{"@type":"node","@id":496822172,"@timestamp":1593403117},"coords":"51.461457,0.3569155","bedrooms":"3","price":"154000","area":"639"} , +{"type":"Feature","id":"n496822184","geometry":{"type":"Point","coordinates":[0.3054009,51.4921963]},"properties":{"@type":"node","@id":496822184,"@timestamp":1593260116},"coords":"51.4921963,0.3054009","bedrooms":"4","price":"237000","area":"650"} , +{"type":"Feature","id":"n496822200","geometry":{"type":"Point","coordinates":[0.2920635,51.4905315]},"properties":{"@type":"node","@id":496822200,"@timestamp":1593260116},"coords":"51.4905315,0.2920635","bedrooms":"0","price":"211000","area":"492"} , +{"type":"Feature","id":"n496822219","geometry":{"type":"Point","coordinates":[0.3209388,51.4766606]},"properties":{"@type":"node","@id":496822219,"@timestamp":1593222896},"coords":"51.4766606,0.3209388","bedrooms":"3","price":"219000","area":"699"} , +{"type":"Feature","id":"n496822238","geometry":{"type":"Point","coordinates":[0.2829613,51.4902418]},"properties":{"@type":"node","@id":496822238,"@timestamp":1574049072},"coords":"51.4902418,0.2829613","bedrooms":"1","price":"243000","area":"437"} , +{"type":"Feature","id":"n496822250","geometry":{"type":"Point","coordinates":[0.254322,51.4990714]},"properties":{"@type":"node","@id":496822250,"@timestamp":1252999517},"coords":"51.4990714,0.254322","bedrooms":"3","price":"234000","area":"599"} , +{"type":"Feature","id":"n496822262","geometry":{"type":"Point","coordinates":[0.3286898,51.5014099]},"properties":{"@type":"node","@id":496822262,"@timestamp":1603761199},"coords":"51.5014099,0.3286898","bedrooms":"1","price":"194000","area":"595"} , +{"type":"Feature","id":"n496822275","geometry":{"type":"Point","coordinates":[0.2982594,51.4814774]},"properties":{"@type":"node","@id":496822275,"@timestamp":1603761199},"coords":"51.4814774,0.2982594","bedrooms":"1","price":"195000","area":"697"} , +{"type":"Feature","id":"n496822286","geometry":{"type":"Point","coordinates":[0.2593411,51.4863981]},"properties":{"@type":"node","@id":496822286,"@timestamp":1593263352},"coords":"51.4863981,0.2593411","bedrooms":"4","price":"190000","area":"359"} , +{"type":"Feature","id":"n496822302","geometry":{"type":"Point","coordinates":[0.4068975,51.5214718]},"properties":{"@type":"node","@id":496822302,"@timestamp":1594755392},"coords":"51.5214718,0.4068975","bedrooms":"4","price":"167000","area":"519"} , +{"type":"Feature","id":"n496822318","geometry":{"type":"Point","coordinates":[0.2911901,51.5219641]},"properties":{"@type":"node","@id":496822318,"@timestamp":1594755392},"coords":"51.5219641,0.2911901","bedrooms":"1","price":"211000","area":"573"} , +{"type":"Feature","id":"n497028769","geometry":{"type":"Point","coordinates":[0.4686622,51.7377186]},"properties":{"@type":"node","@id":497028769,"@timestamp":1617034369},"coords":"51.7377186,0.4686622","bedrooms":"0","price":"254000","area":"470"} , +{"type":"Feature","id":"n497283164","geometry":{"type":"Point","coordinates":[-0.1461977,51.260164]},"properties":{"@type":"node","@id":497283164,"@timestamp":1610362029},"coords":"51.260164,-0.1461977","bedrooms":"0","price":"233000","area":"557"} , +{"type":"Feature","id":"n497397568","geometry":{"type":"Point","coordinates":[-1.0628929,51.2958594]},"properties":{"@type":"node","@id":497397568,"@timestamp":1447540966},"coords":"51.2958594,-1.0628929","bedrooms":"4","price":"205000","area":"559"} , +{"type":"Feature","id":"n497398319","geometry":{"type":"Point","coordinates":[-1.0680502,51.295218]},"properties":{"@type":"node","@id":497398319,"@timestamp":1572014381},"coords":"51.295218,-1.0680502","bedrooms":"4","price":"281000","area":"367"} , +{"type":"Feature","id":"n498088856","geometry":{"type":"Point","coordinates":[0.1557057,51.4177339]},"properties":{"@type":"node","@id":498088856,"@timestamp":1253117237},"coords":"51.4177339,0.1557057","bedrooms":"3","price":"162000","area":"650"} , +{"type":"Feature","id":"n498299867","geometry":{"type":"Point","coordinates":[0.1190143,51.4240914]},"properties":{"@type":"node","@id":498299867,"@timestamp":1253122564},"coords":"51.4240914,0.1190143","bedrooms":"0","price":"267000","area":"546"} , +{"type":"Feature","id":"n498437243","geometry":{"type":"Point","coordinates":[-1.0297911,51.2413647]},"properties":{"@type":"node","@id":498437243,"@timestamp":1401052174},"coords":"51.2413647,-1.0297911","bedrooms":"4","price":"175000","area":"437"} , +{"type":"Feature","id":"n498694171","geometry":{"type":"Point","coordinates":[-0.174676,51.4851785]},"properties":{"@type":"node","@id":498694171,"@timestamp":1608922744},"coords":"51.4851785,-0.174676","bedrooms":"4","price":"192000","area":"490"} , +{"type":"Feature","id":"n498694213","geometry":{"type":"Point","coordinates":[-0.1708198,51.4865622]},"properties":{"@type":"node","@id":498694213,"@timestamp":1613020659},"coords":"51.4865622,-0.1708198","bedrooms":"0","price":"190000","area":"454"} , +{"type":"Feature","id":"n498737012","geometry":{"type":"Point","coordinates":[-0.0373695,51.7179142]},"properties":{"@type":"node","@id":498737012,"@timestamp":1635758603},"coords":"51.7179142,-0.0373695","bedrooms":"0","price":"178000","area":"587"} , +{"type":"Feature","id":"n498774784","geometry":{"type":"Point","coordinates":[0.8738922,51.1491064]},"properties":{"@type":"node","@id":498774784,"@timestamp":1253179001},"coords":"51.1491064,0.8738922","bedrooms":"1","price":"216000","area":"591"} , +{"type":"Feature","id":"n498916437","geometry":{"type":"Point","coordinates":[-0.2498446,51.6557319]},"properties":{"@type":"node","@id":498916437,"@timestamp":1574741050},"coords":"51.6557319,-0.2498446","bedrooms":"4","price":"206000","area":"633"} , +{"type":"Feature","id":"n499277637","geometry":{"type":"Point","coordinates":[-0.289626,51.5174028]},"properties":{"@type":"node","@id":499277637,"@timestamp":1320535562},"coords":"51.5174028,-0.289626","bedrooms":"0","price":"214000","area":"495"} , +{"type":"Feature","id":"n499350869","geometry":{"type":"Point","coordinates":[-0.135737,51.5136431]},"properties":{"@type":"node","@id":499350869,"@timestamp":1397313363},"coords":"51.5136431,-0.135737","bedrooms":"2","price":"206000","area":"681"} , +{"type":"Feature","id":"n499904517","geometry":{"type":"Point","coordinates":[-0.9908302,51.2397496]},"properties":{"@type":"node","@id":499904517,"@timestamp":1496238934},"coords":"51.2397496,-0.9908302","bedrooms":"3","price":"188000","area":"370"} , +{"type":"Feature","id":"n500103433","geometry":{"type":"Point","coordinates":[-0.2358033,51.4928927]},"properties":{"@type":"node","@id":500103433,"@timestamp":1253273925},"coords":"51.4928927,-0.2358033","bedrooms":"3","price":"183000","area":"553"} , +{"type":"Feature","id":"n500128103","geometry":{"type":"Point","coordinates":[-0.9649348,51.5432668]},"properties":{"@type":"node","@id":500128103,"@timestamp":1450114093},"coords":"51.5432668,-0.9649348","bedrooms":"0","price":"166000","area":"673"} , +{"type":"Feature","id":"n500346692","geometry":{"type":"Point","coordinates":[-0.0414179,51.0748963]},"properties":{"@type":"node","@id":500346692,"@timestamp":1619370573},"coords":"51.0748963,-0.0414179","bedrooms":"1","price":"207000","area":"544"} , +{"type":"Feature","id":"n500864533","geometry":{"type":"Point","coordinates":[-0.6677296,51.7842462]},"properties":{"@type":"node","@id":500864533,"@timestamp":1378928269},"coords":"51.7842462,-0.6677296","bedrooms":"4","price":"269000","area":"554"} , +{"type":"Feature","id":"n500880080","geometry":{"type":"Point","coordinates":[-0.9977512,51.0545625]},"properties":{"@type":"node","@id":500880080,"@timestamp":1291736014},"coords":"51.0545625,-0.9977512","bedrooms":"2","price":"220000","area":"656"} , +{"type":"Feature","id":"n500935134","geometry":{"type":"Point","coordinates":[-0.9330846,51.2721817]},"properties":{"@type":"node","@id":500935134,"@timestamp":1359090915},"coords":"51.2721817,-0.9330846","bedrooms":"1","price":"252000","area":"366"} , +{"type":"Feature","id":"n501626367","geometry":{"type":"Point","coordinates":[-1.039299,51.2534769]},"properties":{"@type":"node","@id":501626367,"@timestamp":1611008440},"coords":"51.2534769,-1.039299","bedrooms":"3","price":"264000","area":"373"} , +{"type":"Feature","id":"n501661009","geometry":{"type":"Point","coordinates":[0.3773236,51.4264894]},"properties":{"@type":"node","@id":501661009,"@timestamp":1307900211},"coords":"51.4264894,0.3773236","bedrooms":"2","price":"154000","area":"499"} , +{"type":"Feature","id":"n501766465","geometry":{"type":"Point","coordinates":[-0.1410176,51.5299912]},"properties":{"@type":"node","@id":501766465,"@timestamp":1560092869},"coords":"51.5299912,-0.1410176","bedrooms":"4","price":"200000","area":"643"} , +{"type":"Feature","id":"n501780748","geometry":{"type":"Point","coordinates":[-0.0977171,51.5395829]},"properties":{"@type":"node","@id":501780748,"@timestamp":1601999471},"coords":"51.5395829,-0.0977171","bedrooms":"4","price":"228000","area":"482"} , +{"type":"Feature","id":"n501849878","geometry":{"type":"Point","coordinates":[-0.0906725,51.537827]},"properties":{"@type":"node","@id":501849878,"@timestamp":1603489823},"coords":"51.537827,-0.0906725","bedrooms":"4","price":"253000","area":"503"} , +{"type":"Feature","id":"n501896646","geometry":{"type":"Point","coordinates":[-0.8956282,51.2733768]},"properties":{"@type":"node","@id":501896646,"@timestamp":1392310497},"coords":"51.2733768,-0.8956282","bedrooms":"3","price":"274000","area":"404"} , +{"type":"Feature","id":"n501946838","geometry":{"type":"Point","coordinates":[-0.8919917,51.2252616]},"properties":{"@type":"node","@id":501946838,"@timestamp":1496238934},"coords":"51.2252616,-0.8919917","bedrooms":"3","price":"278000","area":"556"} , +{"type":"Feature","id":"n502245924","geometry":{"type":"Point","coordinates":[-0.7540648,50.9899604]},"properties":{"@type":"node","@id":502245924,"@timestamp":1305324879},"coords":"50.9899604,-0.7540648","bedrooms":"0","price":"228000","area":"393"} , +{"type":"Feature","id":"n502426683","geometry":{"type":"Point","coordinates":[0.0421658,51.5153593]},"properties":{"@type":"node","@id":502426683,"@timestamp":1564912850},"coords":"51.5153593,0.0421658","bedrooms":"3","price":"262000","area":"666"} , +{"type":"Feature","id":"n502535540","geometry":{"type":"Point","coordinates":[-0.1880267,51.7017787]},"properties":{"@type":"node","@id":502535540,"@timestamp":1616352703},"coords":"51.7017787,-0.1880267","bedrooms":"4","price":"214000","area":"586"} , +{"type":"Feature","id":"n502535585","geometry":{"type":"Point","coordinates":[-0.1692046,51.6923728]},"properties":{"@type":"node","@id":502535585,"@timestamp":1628455521},"coords":"51.6923728,-0.1692046","bedrooms":"4","price":"266000","area":"511"} , +{"type":"Feature","id":"n502535614","geometry":{"type":"Point","coordinates":[-0.18215,51.6927438]},"properties":{"@type":"node","@id":502535614,"@timestamp":1628528519},"coords":"51.6927438,-0.18215","bedrooms":"2","price":"297000","area":"677"} , +{"type":"Feature","id":"n502535626","geometry":{"type":"Point","coordinates":[-0.2025068,51.7050401]},"properties":{"@type":"node","@id":502535626,"@timestamp":1558782784},"coords":"51.7050401,-0.2025068","bedrooms":"2","price":"182000","area":"455"} , +{"type":"Feature","id":"n502535637","geometry":{"type":"Point","coordinates":[-0.2045862,51.694148]},"properties":{"@type":"node","@id":502535637,"@timestamp":1629293849},"coords":"51.694148,-0.2045862","bedrooms":"3","price":"252000","area":"463"} , +{"type":"Feature","id":"n502535651","geometry":{"type":"Point","coordinates":[-0.2261475,51.6911134]},"properties":{"@type":"node","@id":502535651,"@timestamp":1566664755},"coords":"51.6911134,-0.2261475","bedrooms":"1","price":"271000","area":"628"} , +{"type":"Feature","id":"n502535663","geometry":{"type":"Point","coordinates":[-0.2508501,51.7051165]},"properties":{"@type":"node","@id":502535663,"@timestamp":1559309975},"coords":"51.7051165,-0.2508501","bedrooms":"0","price":"232000","area":"420"} , +{"type":"Feature","id":"n502535674","geometry":{"type":"Point","coordinates":[-0.2044067,51.7003378]},"properties":{"@type":"node","@id":502535674,"@timestamp":1628242387},"coords":"51.7003378,-0.2044067","bedrooms":"0","price":"150000","area":"588"} , +{"type":"Feature","id":"n502535693","geometry":{"type":"Point","coordinates":[-0.1797159,51.6855204]},"properties":{"@type":"node","@id":502535693,"@timestamp":1616513468},"coords":"51.6855204,-0.1797159","bedrooms":"2","price":"231000","area":"644"} , +{"type":"Feature","id":"n502535710","geometry":{"type":"Point","coordinates":[-0.1834797,51.703507]},"properties":{"@type":"node","@id":502535710,"@timestamp":1632878972},"coords":"51.703507,-0.1834797","bedrooms":"0","price":"231000","area":"459"} , +{"type":"Feature","id":"n502535721","geometry":{"type":"Point","coordinates":[-0.2661545,51.6499473]},"properties":{"@type":"node","@id":502535721,"@timestamp":1615218723},"coords":"51.6499473,-0.2661545","bedrooms":"1","price":"207000","area":"467"} , +{"type":"Feature","id":"n502535736","geometry":{"type":"Point","coordinates":[-0.2613039,51.6574294]},"properties":{"@type":"node","@id":502535736,"@timestamp":1623717823},"coords":"51.6574294,-0.2613039","bedrooms":"1","price":"193000","area":"396"} , +{"type":"Feature","id":"n502535757","geometry":{"type":"Point","coordinates":[-0.26597,51.6636381]},"properties":{"@type":"node","@id":502535757,"@timestamp":1615823644},"coords":"51.6636381,-0.26597","bedrooms":"4","price":"276000","area":"695"} , +{"type":"Feature","id":"n502535770","geometry":{"type":"Point","coordinates":[-0.296293,51.6492055]},"properties":{"@type":"node","@id":502535770,"@timestamp":1604976814},"coords":"51.6492055,-0.296293","bedrooms":"1","price":"252000","area":"553"} , +{"type":"Feature","id":"n502535782","geometry":{"type":"Point","coordinates":[-0.2727305,51.6711386]},"properties":{"@type":"node","@id":502535782,"@timestamp":1604976814},"coords":"51.6711386,-0.2727305","bedrooms":"1","price":"165000","area":"681"} , +{"type":"Feature","id":"n502535793","geometry":{"type":"Point","coordinates":[-0.2760335,51.6544846]},"properties":{"@type":"node","@id":502535793,"@timestamp":1604976814},"coords":"51.6544846,-0.2760335","bedrooms":"0","price":"237000","area":"459"} , +{"type":"Feature","id":"n502535806","geometry":{"type":"Point","coordinates":[-0.2897751,51.6651348]},"properties":{"@type":"node","@id":502535806,"@timestamp":1615147652},"coords":"51.6651348,-0.2897751","bedrooms":"0","price":"229000","area":"454"} , +{"type":"Feature","id":"n502535829","geometry":{"type":"Point","coordinates":[-0.2926538,51.6670291]},"properties":{"@type":"node","@id":502535829,"@timestamp":1615147652},"coords":"51.6670291,-0.2926538","bedrooms":"3","price":"238000","area":"375"} , +{"type":"Feature","id":"n502535845","geometry":{"type":"Point","coordinates":[-0.2722316,51.6640777]},"properties":{"@type":"node","@id":502535845,"@timestamp":1556646641},"coords":"51.6640777,-0.2722316","bedrooms":"0","price":"156000","area":"586"} , +{"type":"Feature","id":"n502535859","geometry":{"type":"Point","coordinates":[-0.279682,51.6666648]},"properties":{"@type":"node","@id":502535859,"@timestamp":1615827429},"coords":"51.6666648,-0.279682","bedrooms":"0","price":"289000","area":"604"} , +{"type":"Feature","id":"n502535871","geometry":{"type":"Point","coordinates":[-0.2790465,51.670328]},"properties":{"@type":"node","@id":502535871,"@timestamp":1615328032},"coords":"51.670328,-0.2790465","bedrooms":"1","price":"243000","area":"658"} , +{"type":"Feature","id":"n502535890","geometry":{"type":"Point","coordinates":[-0.2745422,51.6763323]},"properties":{"@type":"node","@id":502535890,"@timestamp":1615835154},"coords":"51.6763323,-0.2745422","bedrooms":"2","price":"150000","area":"510"} , +{"type":"Feature","id":"n502535917","geometry":{"type":"Point","coordinates":[-0.2849299,51.652145]},"properties":{"@type":"node","@id":502535917,"@timestamp":1604976814},"coords":"51.652145,-0.2849299","bedrooms":"0","price":"247000","area":"659"} , +{"type":"Feature","id":"n502535929","geometry":{"type":"Point","coordinates":[-0.2586533,51.6644616]},"properties":{"@type":"node","@id":502535929,"@timestamp":1615753704},"coords":"51.6644616,-0.2586533","bedrooms":"2","price":"189000","area":"628"} , +{"type":"Feature","id":"n502535941","geometry":{"type":"Point","coordinates":[-0.2556638,51.6585283]},"properties":{"@type":"node","@id":502535941,"@timestamp":1615930280},"coords":"51.6585283,-0.2556638","bedrooms":"2","price":"155000","area":"467"} , +{"type":"Feature","id":"n502535957","geometry":{"type":"Point","coordinates":[-0.2654115,51.6501218]},"properties":{"@type":"node","@id":502535957,"@timestamp":1615218723},"coords":"51.6501218,-0.2654115","bedrooms":"1","price":"170000","area":"595"} , +{"type":"Feature","id":"n502535991","geometry":{"type":"Point","coordinates":[-0.2557697,51.6435383]},"properties":{"@type":"node","@id":502535991,"@timestamp":1591194364},"coords":"51.6435383,-0.2557697","bedrooms":"1","price":"154000","area":"481"} , +{"type":"Feature","id":"n502536016","geometry":{"type":"Point","coordinates":[-0.3711738,51.655703]},"properties":{"@type":"node","@id":502536016,"@timestamp":1605157429},"coords":"51.655703,-0.3711738","bedrooms":"1","price":"297000","area":"489"} , +{"type":"Feature","id":"n502536054","geometry":{"type":"Point","coordinates":[-0.3686101,51.6652044]},"properties":{"@type":"node","@id":502536054,"@timestamp":1556646657},"coords":"51.6652044,-0.3686101","bedrooms":"3","price":"238000","area":"638"} , +{"type":"Feature","id":"n502536086","geometry":{"type":"Point","coordinates":[-0.3721182,51.6640348]},"properties":{"@type":"node","@id":502536086,"@timestamp":1612221051},"coords":"51.6640348,-0.3721182","bedrooms":"4","price":"201000","area":"363"} , +{"type":"Feature","id":"n502536121","geometry":{"type":"Point","coordinates":[-0.363625,51.6646879]},"properties":{"@type":"node","@id":502536121,"@timestamp":1605157429},"coords":"51.6646879,-0.363625","bedrooms":"4","price":"164000","area":"616"} , +{"type":"Feature","id":"n502536147","geometry":{"type":"Point","coordinates":[-0.3228291,51.6935765]},"properties":{"@type":"node","@id":502536147,"@timestamp":1614895251},"coords":"51.6935765,-0.3228291","bedrooms":"3","price":"196000","area":"651"} , +{"type":"Feature","id":"n502536179","geometry":{"type":"Point","coordinates":[-0.2785892,51.6886123]},"properties":{"@type":"node","@id":502536179,"@timestamp":1556646665},"coords":"51.6886123,-0.2785892","bedrooms":"0","price":"190000","area":"685"} , +{"type":"Feature","id":"n502536191","geometry":{"type":"Point","coordinates":[-0.2861453,51.7123769]},"properties":{"@type":"node","@id":502536191,"@timestamp":1615986149},"coords":"51.7123769,-0.2861453","bedrooms":"3","price":"195000","area":"473"} , +{"type":"Feature","id":"n502536203","geometry":{"type":"Point","coordinates":[-0.2922625,51.6905025]},"properties":{"@type":"node","@id":502536203,"@timestamp":1556646668},"coords":"51.6905025,-0.2922625","bedrooms":"4","price":"192000","area":"358"} , +{"type":"Feature","id":"n502536216","geometry":{"type":"Point","coordinates":[-0.3329545,51.6812585]},"properties":{"@type":"node","@id":502536216,"@timestamp":1253397067},"coords":"51.6812585,-0.3329545","bedrooms":"1","price":"220000","area":"693"} , +{"type":"Feature","id":"n502536229","geometry":{"type":"Point","coordinates":[-0.3526529,51.6741808]},"properties":{"@type":"node","@id":502536229,"@timestamp":1614614474},"coords":"51.6741808,-0.3526529","bedrooms":"4","price":"265000","area":"633"} , +{"type":"Feature","id":"n502536242","geometry":{"type":"Point","coordinates":[-0.322307,51.6859807]},"properties":{"@type":"node","@id":502536242,"@timestamp":1614895251},"coords":"51.6859807,-0.322307","bedrooms":"3","price":"177000","area":"502"} , +{"type":"Feature","id":"n502536254","geometry":{"type":"Point","coordinates":[-0.3029403,51.6441042]},"properties":{"@type":"node","@id":502536254,"@timestamp":1604976814},"coords":"51.6441042,-0.3029403","bedrooms":"4","price":"181000","area":"453"} , +{"type":"Feature","id":"n502536288","geometry":{"type":"Point","coordinates":[-0.3418538,51.6342831]},"properties":{"@type":"node","@id":502536288,"@timestamp":1564912854},"coords":"51.6342831,-0.3418538","bedrooms":"2","price":"193000","area":"621"} , +{"type":"Feature","id":"n502536316","geometry":{"type":"Point","coordinates":[-0.3036726,51.637964]},"properties":{"@type":"node","@id":502536316,"@timestamp":1630101264},"coords":"51.637964,-0.3036726","bedrooms":"0","price":"255000","area":"462"} , +{"type":"Feature","id":"n502536359","geometry":{"type":"Point","coordinates":[-0.3066946,51.6440495]},"properties":{"@type":"node","@id":502536359,"@timestamp":1604976814},"coords":"51.6440495,-0.3066946","bedrooms":"4","price":"159000","area":"493"} , +{"type":"Feature","id":"n502536379","geometry":{"type":"Point","coordinates":[-0.352918,51.6452675]},"properties":{"@type":"node","@id":502536379,"@timestamp":1614970137},"coords":"51.6452675,-0.352918","bedrooms":"1","price":"161000","area":"380"} , +{"type":"Feature","id":"n502536400","geometry":{"type":"Point","coordinates":[-0.3705064,51.6514998]},"properties":{"@type":"node","@id":502536400,"@timestamp":1604976814},"coords":"51.6514998,-0.3705064","bedrooms":"2","price":"267000","area":"569"} , +{"type":"Feature","id":"n502536421","geometry":{"type":"Point","coordinates":[-0.3430025,51.6416117]},"properties":{"@type":"node","@id":502536421,"@timestamp":1614526717},"coords":"51.6416117,-0.3430025","bedrooms":"3","price":"223000","area":"408"} , +{"type":"Feature","id":"n502536447","geometry":{"type":"Point","coordinates":[-0.3925939,51.9605289]},"properties":{"@type":"node","@id":502536447,"@timestamp":1253397083},"coords":"51.9605289,-0.3925939","bedrooms":"0","price":"259000","area":"601"} , +{"type":"Feature","id":"n502536468","geometry":{"type":"Point","coordinates":[-0.3321851,51.8904414]},"properties":{"@type":"node","@id":502536468,"@timestamp":1619970733},"coords":"51.8904414,-0.3321851","bedrooms":"1","price":"193000","area":"651"} , +{"type":"Feature","id":"n502536497","geometry":{"type":"Point","coordinates":[-0.2855763,51.9099856]},"properties":{"@type":"node","@id":502536497,"@timestamp":1253397086},"coords":"51.9099856,-0.2855763","bedrooms":"3","price":"174000","area":"520"} , +{"type":"Feature","id":"n502536518","geometry":{"type":"Point","coordinates":[-0.3056354,51.8494448]},"properties":{"@type":"node","@id":502536518,"@timestamp":1253397087},"coords":"51.8494448,-0.3056354","bedrooms":"4","price":"240000","area":"519"} , +{"type":"Feature","id":"n502536547","geometry":{"type":"Point","coordinates":[-0.2685421,51.8811144]},"properties":{"@type":"node","@id":502536547,"@timestamp":1634388596},"coords":"51.8811144,-0.2685421","bedrooms":"1","price":"254000","area":"689"} , +{"type":"Feature","id":"n502536586","geometry":{"type":"Point","coordinates":[-0.2617891,51.8516465]},"properties":{"@type":"node","@id":502536586,"@timestamp":1558526301},"coords":"51.8516465,-0.2617891","bedrooms":"0","price":"170000","area":"600"} , +{"type":"Feature","id":"n502536611","geometry":{"type":"Point","coordinates":[-0.2354785,51.8535027]},"properties":{"@type":"node","@id":502536611,"@timestamp":1253397093},"coords":"51.8535027,-0.2354785","bedrooms":"3","price":"151000","area":"599"} , +{"type":"Feature","id":"n502536621","geometry":{"type":"Point","coordinates":[-0.2350458,51.9320514]},"properties":{"@type":"node","@id":502536621,"@timestamp":1253397095},"coords":"51.9320514,-0.2350458","bedrooms":"1","price":"297000","area":"639"} , +{"type":"Feature","id":"n502536638","geometry":{"type":"Point","coordinates":[-0.1051744,51.9666032]},"properties":{"@type":"node","@id":502536638,"@timestamp":1634468368},"coords":"51.9666032,-0.1051744","bedrooms":"4","price":"179000","area":"448"} , +{"type":"Feature","id":"n502536650","geometry":{"type":"Point","coordinates":[-0.1465928,51.94293]},"properties":{"@type":"node","@id":502536650,"@timestamp":1253397099},"coords":"51.94293,-0.1465928","bedrooms":"0","price":"276000","area":"676"} , +{"type":"Feature","id":"n502536665","geometry":{"type":"Point","coordinates":[-0.1741867,51.9302058]},"properties":{"@type":"node","@id":502536665,"@timestamp":1631381687},"coords":"51.9302058,-0.1741867","bedrooms":"0","price":"273000","area":"382"} , +{"type":"Feature","id":"n502536749","geometry":{"type":"Point","coordinates":[-0.2102419,51.9347671]},"properties":{"@type":"node","@id":502536749,"@timestamp":1611501355},"coords":"51.9347671,-0.2102419","bedrooms":"3","price":"289000","area":"610"} , +{"type":"Feature","id":"n502536766","geometry":{"type":"Point","coordinates":[-0.2388188,51.9341402]},"properties":{"@type":"node","@id":502536766,"@timestamp":1253397112},"coords":"51.9341402,-0.2388188","bedrooms":"4","price":"204000","area":"651"} , +{"type":"Feature","id":"n502536779","geometry":{"type":"Point","coordinates":[-0.2604962,51.9194009]},"properties":{"@type":"node","@id":502536779,"@timestamp":1634388586},"coords":"51.9194009,-0.2604962","bedrooms":"1","price":"155000","area":"537"} , +{"type":"Feature","id":"n502536800","geometry":{"type":"Point","coordinates":[-0.2370095,51.8503694]},"properties":{"@type":"node","@id":502536800,"@timestamp":1634388514},"coords":"51.8503694,-0.2370095","bedrooms":"3","price":"255000","area":"439"} , +{"type":"Feature","id":"n502536817","geometry":{"type":"Point","coordinates":[-0.2652745,51.8908856]},"properties":{"@type":"node","@id":502536817,"@timestamp":1253397116},"coords":"51.8908856,-0.2652745","bedrooms":"4","price":"235000","area":"452"} , +{"type":"Feature","id":"n502536828","geometry":{"type":"Point","coordinates":[-0.3012339,51.8506582]},"properties":{"@type":"node","@id":502536828,"@timestamp":1253397117},"coords":"51.8506582,-0.3012339","bedrooms":"2","price":"163000","area":"551"} , +{"type":"Feature","id":"n502536839","geometry":{"type":"Point","coordinates":[-0.2856482,51.9088626]},"properties":{"@type":"node","@id":502536839,"@timestamp":1253397119},"coords":"51.9088626,-0.2856482","bedrooms":"1","price":"177000","area":"562"} , +{"type":"Feature","id":"n502536851","geometry":{"type":"Point","coordinates":[-0.3507319,51.8950033]},"properties":{"@type":"node","@id":502536851,"@timestamp":1518478543},"coords":"51.8950033,-0.3507319","bedrooms":"0","price":"249000","area":"450"} , +{"type":"Feature","id":"n502536862","geometry":{"type":"Point","coordinates":[-0.3926113,51.9604482]},"properties":{"@type":"node","@id":502536862,"@timestamp":1253397122},"coords":"51.9604482,-0.3926113","bedrooms":"3","price":"224000","area":"547"} , +{"type":"Feature","id":"n502536878","geometry":{"type":"Point","coordinates":[-0.2901454,51.9554168]},"properties":{"@type":"node","@id":502536878,"@timestamp":1261599030},"coords":"51.9554168,-0.2901454","bedrooms":"1","price":"281000","area":"378"} , +{"type":"Feature","id":"n502536889","geometry":{"type":"Point","coordinates":[-0.2911834,51.9598736]},"properties":{"@type":"node","@id":502536889,"@timestamp":1293494083},"coords":"51.9598736,-0.2911834","bedrooms":"4","price":"221000","area":"503"} , +{"type":"Feature","id":"n502536901","geometry":{"type":"Point","coordinates":[-0.283803,51.9538138]},"properties":{"@type":"node","@id":502536901,"@timestamp":1253397127},"coords":"51.9538138,-0.283803","bedrooms":"3","price":"170000","area":"636"} , +{"type":"Feature","id":"n502536914","geometry":{"type":"Point","coordinates":[-0.2672898,51.9601091]},"properties":{"@type":"node","@id":502536914,"@timestamp":1613832669},"coords":"51.9601091,-0.2672898","bedrooms":"4","price":"290000","area":"484"} , +{"type":"Feature","id":"n502536926","geometry":{"type":"Point","coordinates":[-0.259862,51.959478]},"properties":{"@type":"node","@id":502536926,"@timestamp":1613837659},"coords":"51.959478,-0.259862","bedrooms":"4","price":"219000","area":"427"} , +{"type":"Feature","id":"n502536939","geometry":{"type":"Point","coordinates":[-0.2513448,51.9524369]},"properties":{"@type":"node","@id":502536939,"@timestamp":1608050452},"coords":"51.9524369,-0.2513448","bedrooms":"4","price":"286000","area":"660"} , +{"type":"Feature","id":"n502536951","geometry":{"type":"Point","coordinates":[-0.2563116,51.9425744]},"properties":{"@type":"node","@id":502536951,"@timestamp":1634234997},"coords":"51.9425744,-0.2563116","bedrooms":"4","price":"293000","area":"471"} , +{"type":"Feature","id":"n502536962","geometry":{"type":"Point","coordinates":[-0.2653279,51.9294893]},"properties":{"@type":"node","@id":502536962,"@timestamp":1253397136},"coords":"51.9294893,-0.2653279","bedrooms":"0","price":"277000","area":"392"} , +{"type":"Feature","id":"n502536972","geometry":{"type":"Point","coordinates":[-0.2474079,51.9530078]},"properties":{"@type":"node","@id":502536972,"@timestamp":1608143766},"coords":"51.9530078,-0.2474079","bedrooms":"4","price":"298000","area":"589"} , +{"type":"Feature","id":"n502536989","geometry":{"type":"Point","coordinates":[-0.2710623,51.9437721]},"properties":{"@type":"node","@id":502536989,"@timestamp":1253397139},"coords":"51.9437721,-0.2710623","bedrooms":"4","price":"270000","area":"367"} , +{"type":"Feature","id":"n502537008","geometry":{"type":"Point","coordinates":[-0.2666045,51.9429311]},"properties":{"@type":"node","@id":502537008,"@timestamp":1505396790},"coords":"51.9429311,-0.2666045","bedrooms":"4","price":"169000","area":"593"} , +{"type":"Feature","id":"n502537022","geometry":{"type":"Point","coordinates":[-0.2572789,51.9570299]},"properties":{"@type":"node","@id":502537022,"@timestamp":1609600938},"coords":"51.9570299,-0.2572789","bedrooms":"3","price":"197000","area":"603"} , +{"type":"Feature","id":"n502537034","geometry":{"type":"Point","coordinates":[-0.2621502,51.9545711]},"properties":{"@type":"node","@id":502537034,"@timestamp":1609601525},"coords":"51.9545711,-0.2621502","bedrooms":"0","price":"289000","area":"681"} , +{"type":"Feature","id":"n502537047","geometry":{"type":"Point","coordinates":[-0.2636361,51.9533382]},"properties":{"@type":"node","@id":502537047,"@timestamp":1253397146},"coords":"51.9533382,-0.2636361","bedrooms":"1","price":"291000","area":"405"} , +{"type":"Feature","id":"n502537058","geometry":{"type":"Point","coordinates":[-0.2891506,51.9574616]},"properties":{"@type":"node","@id":502537058,"@timestamp":1261599031},"coords":"51.9574616,-0.2891506","bedrooms":"2","price":"220000","area":"497"} , +{"type":"Feature","id":"n502537071","geometry":{"type":"Point","coordinates":[-0.2341494,51.9685817]},"properties":{"@type":"node","@id":502537071,"@timestamp":1253397150},"coords":"51.9685817,-0.2341494","bedrooms":"4","price":"214000","area":"587"} , +{"type":"Feature","id":"n502537083","geometry":{"type":"Point","coordinates":[-0.2373159,51.9776661]},"properties":{"@type":"node","@id":502537083,"@timestamp":1253397151},"coords":"51.9776661,-0.2373159","bedrooms":"2","price":"189000","area":"662"} , +{"type":"Feature","id":"n502537104","geometry":{"type":"Point","coordinates":[-0.2439088,51.9803543]},"properties":{"@type":"node","@id":502537104,"@timestamp":1253397153},"coords":"51.9803543,-0.2439088","bedrooms":"3","price":"195000","area":"405"} , +{"type":"Feature","id":"n502537133","geometry":{"type":"Point","coordinates":[-0.2209977,51.9757122]},"properties":{"@type":"node","@id":502537133,"@timestamp":1253397157},"coords":"51.9757122,-0.2209977","bedrooms":"3","price":"153000","area":"608"} , +{"type":"Feature","id":"n502537148","geometry":{"type":"Point","coordinates":[0.774143,51.1226436]},"properties":{"@type":"node","@id":502537148,"@timestamp":1612226988},"coords":"51.1226436,0.774143","bedrooms":"1","price":"293000","area":"539"} , +{"type":"Feature","id":"n502537164","geometry":{"type":"Point","coordinates":[-0.2004644,51.983421]},"properties":{"@type":"node","@id":502537164,"@timestamp":1617279496},"coords":"51.983421,-0.2004644","bedrooms":"2","price":"239000","area":"641"} , +{"type":"Feature","id":"n502537234","geometry":{"type":"Point","coordinates":[0.3211264,51.444471]},"properties":{"@type":"node","@id":502537234,"@timestamp":1614528369},"coords":"51.444471,0.3211264","bedrooms":"2","price":"183000","area":"647"} , +{"type":"Feature","id":"n502537253","geometry":{"type":"Point","coordinates":[0.8604651,51.1302145]},"properties":{"@type":"node","@id":502537253,"@timestamp":1562929826},"coords":"51.1302145,0.8604651","bedrooms":"0","price":"217000","area":"648"} , +{"type":"Feature","id":"n502537279","geometry":{"type":"Point","coordinates":[-0.2014923,51.9715762]},"properties":{"@type":"node","@id":502537279,"@timestamp":1253397166},"coords":"51.9715762,-0.2014923","bedrooms":"0","price":"218000","area":"362"} , +{"type":"Feature","id":"n502537303","geometry":{"type":"Point","coordinates":[-0.2132392,51.9646784]},"properties":{"@type":"node","@id":502537303,"@timestamp":1253397167},"coords":"51.9646784,-0.2132392","bedrooms":"2","price":"166000","area":"526"} , +{"type":"Feature","id":"n502537323","geometry":{"type":"Point","coordinates":[-0.1986668,51.9610753]},"properties":{"@type":"node","@id":502537323,"@timestamp":1253397169},"coords":"51.9610753,-0.1986668","bedrooms":"2","price":"257000","area":"383"} , +{"type":"Feature","id":"n502537409","geometry":{"type":"Point","coordinates":[0.8364354,51.2508955]},"properties":{"@type":"node","@id":502537409,"@timestamp":1616076549},"coords":"51.2508955,0.8364354","bedrooms":"0","price":"282000","area":"613"} , +{"type":"Feature","id":"n502537429","geometry":{"type":"Point","coordinates":[0.8758145,51.1177399]},"properties":{"@type":"node","@id":502537429,"@timestamp":1616076549},"coords":"51.1177399,0.8758145","bedrooms":"4","price":"152000","area":"688"} , +{"type":"Feature","id":"n502537484","geometry":{"type":"Point","coordinates":[-0.2233275,51.9834355]},"properties":{"@type":"node","@id":502537484,"@timestamp":1253397179},"coords":"51.9834355,-0.2233275","bedrooms":"1","price":"294000","area":"384"} , +{"type":"Feature","id":"n502537537","geometry":{"type":"Point","coordinates":[-0.2117077,51.9762869]},"properties":{"@type":"node","@id":502537537,"@timestamp":1635354277},"coords":"51.9762869,-0.2117077","bedrooms":"4","price":"297000","area":"421"} , +{"type":"Feature","id":"n502537607","geometry":{"type":"Point","coordinates":[-0.2301077,51.9795272]},"properties":{"@type":"node","@id":502537607,"@timestamp":1253397185},"coords":"51.9795272,-0.2301077","bedrooms":"2","price":"171000","area":"362"} , +{"type":"Feature","id":"n502537646","geometry":{"type":"Point","coordinates":[-0.2394654,51.9692638]},"properties":{"@type":"node","@id":502537646,"@timestamp":1253397186},"coords":"51.9692638,-0.2394654","bedrooms":"1","price":"291000","area":"568"} , +{"type":"Feature","id":"n502537678","geometry":{"type":"Point","coordinates":[-0.243556,51.9636869]},"properties":{"@type":"node","@id":502537678,"@timestamp":1618147397},"coords":"51.9636869,-0.243556","bedrooms":"3","price":"276000","area":"513"} , +{"type":"Feature","id":"n502537749","geometry":{"type":"Point","coordinates":[0.2790968,51.142277]},"properties":{"@type":"node","@id":502537749,"@timestamp":1616076549},"coords":"51.142277,0.2790968","bedrooms":"2","price":"195000","area":"699"} , +{"type":"Feature","id":"n502537785","geometry":{"type":"Point","coordinates":[0.386041,51.1785651]},"properties":{"@type":"node","@id":502537785,"@timestamp":1616076549},"coords":"51.1785651,0.386041","bedrooms":"1","price":"197000","area":"541"} , +{"type":"Feature","id":"n502537872","geometry":{"type":"Point","coordinates":[0.8584408,51.1520745]},"properties":{"@type":"node","@id":502537872,"@timestamp":1612132949},"coords":"51.1520745,0.8584408","bedrooms":"3","price":"177000","area":"519"} , +{"type":"Feature","id":"n502537899","geometry":{"type":"Point","coordinates":[-0.2121515,51.9049364]},"properties":{"@type":"node","@id":502537899,"@timestamp":1633460005},"coords":"51.9049364,-0.2121515","bedrooms":"1","price":"197000","area":"691"} , +{"type":"Feature","id":"n502537910","geometry":{"type":"Point","coordinates":[0.8697952,51.1677609]},"properties":{"@type":"node","@id":502537910,"@timestamp":1615335537},"coords":"51.1677609,0.8697952","bedrooms":"4","price":"152000","area":"369"} , +{"type":"Feature","id":"n502537924","geometry":{"type":"Point","coordinates":[0.5155188,51.294545]},"properties":{"@type":"node","@id":502537924,"@timestamp":1616076549},"coords":"51.294545,0.5155188","bedrooms":"2","price":"229000","area":"673"} , +{"type":"Feature","id":"n502537939","geometry":{"type":"Point","coordinates":[-0.203648,51.8906108]},"properties":{"@type":"node","@id":502537939,"@timestamp":1636445866},"coords":"51.8906108,-0.203648","bedrooms":"3","price":"167000","area":"665"} , +{"type":"Feature","id":"n502537959","geometry":{"type":"Point","coordinates":[-0.2201121,51.91538]},"properties":{"@type":"node","@id":502537959,"@timestamp":1633460031},"coords":"51.91538,-0.2201121","bedrooms":"2","price":"174000","area":"612"} , +{"type":"Feature","id":"n502537970","geometry":{"type":"Point","coordinates":[0.2268504,51.4618033]},"properties":{"@type":"node","@id":502537970,"@timestamp":1614137148},"coords":"51.4618033,0.2268504","bedrooms":"0","price":"274000","area":"557"} , +{"type":"Feature","id":"n502537980","geometry":{"type":"Point","coordinates":[0.2191655,51.446449]},"properties":{"@type":"node","@id":502537980,"@timestamp":1614137148},"coords":"51.446449,0.2191655","bedrooms":"4","price":"281000","area":"491"} , +{"type":"Feature","id":"n502537990","geometry":{"type":"Point","coordinates":[0.2350339,51.4604205]},"properties":{"@type":"node","@id":502537990,"@timestamp":1614137148},"coords":"51.4604205,0.2350339","bedrooms":"2","price":"156000","area":"374"} , +{"type":"Feature","id":"n502538000","geometry":{"type":"Point","coordinates":[-0.1980516,51.895819]},"properties":{"@type":"node","@id":502538000,"@timestamp":1609602727},"coords":"51.895819,-0.1980516","bedrooms":"3","price":"261000","area":"354"} , +{"type":"Feature","id":"n502538012","geometry":{"type":"Point","coordinates":[0.6294594,51.3729777]},"properties":{"@type":"node","@id":502538012,"@timestamp":1616076549},"coords":"51.3729777,0.6294594","bedrooms":"4","price":"238000","area":"678"} , +{"type":"Feature","id":"n502538023","geometry":{"type":"Point","coordinates":[-0.1890431,51.8841797]},"properties":{"@type":"node","@id":502538023,"@timestamp":1633719504},"coords":"51.8841797,-0.1890431","bedrooms":"1","price":"162000","area":"491"} , +{"type":"Feature","id":"n502538049","geometry":{"type":"Point","coordinates":[-0.1839288,51.8827251]},"properties":{"@type":"node","@id":502538049,"@timestamp":1633719533},"coords":"51.8827251,-0.1839288","bedrooms":"1","price":"175000","area":"473"} , +{"type":"Feature","id":"n502538083","geometry":{"type":"Point","coordinates":[-0.1734086,51.892049]},"properties":{"@type":"node","@id":502538083,"@timestamp":1633719445},"coords":"51.892049,-0.1734086","bedrooms":"4","price":"243000","area":"672"} , +{"type":"Feature","id":"n502538096","geometry":{"type":"Point","coordinates":[-0.1681914,51.8923995]},"properties":{"@type":"node","@id":502538096,"@timestamp":1633460042},"coords":"51.8923995,-0.1681914","bedrooms":"3","price":"215000","area":"599"} , +{"type":"Feature","id":"n502538109","geometry":{"type":"Point","coordinates":[0.1108987,51.1959025]},"properties":{"@type":"node","@id":502538109,"@timestamp":1618686340},"coords":"51.1959025,0.1108987","bedrooms":"0","price":"248000","area":"505"} , +{"type":"Feature","id":"n502538121","geometry":{"type":"Point","coordinates":[-0.1735229,51.8999818]},"properties":{"@type":"node","@id":502538121,"@timestamp":1633459969},"coords":"51.8999818,-0.1735229","bedrooms":"4","price":"267000","area":"375"} , +{"type":"Feature","id":"n502538134","geometry":{"type":"Point","coordinates":[0.5321171,51.276316]},"properties":{"@type":"node","@id":502538134,"@timestamp":1253397211},"coords":"51.276316,0.5321171","bedrooms":"1","price":"271000","area":"376"} , +{"type":"Feature","id":"n502538161","geometry":{"type":"Point","coordinates":[-0.2014922,51.9079301]},"properties":{"@type":"node","@id":502538161,"@timestamp":1253397212},"coords":"51.9079301,-0.2014922","bedrooms":"2","price":"229000","area":"658"} , +{"type":"Feature","id":"n502538177","geometry":{"type":"Point","coordinates":[-0.1862344,51.9254195]},"properties":{"@type":"node","@id":502538177,"@timestamp":1633460098},"coords":"51.9254195,-0.1862344","bedrooms":"2","price":"296000","area":"367"} , +{"type":"Feature","id":"n502538191","geometry":{"type":"Point","coordinates":[0.2201157,51.4437233]},"properties":{"@type":"node","@id":502538191,"@timestamp":1614137148},"coords":"51.4437233,0.2201157","bedrooms":"3","price":"272000","area":"466"} , +{"type":"Feature","id":"n502538210","geometry":{"type":"Point","coordinates":[-0.1971753,51.9111732]},"properties":{"@type":"node","@id":502538210,"@timestamp":1253397216},"coords":"51.9111732,-0.1971753","bedrooms":"2","price":"191000","area":"458"} , +{"type":"Feature","id":"n502538225","geometry":{"type":"Point","coordinates":[-0.2049399,51.9137108]},"properties":{"@type":"node","@id":502538225,"@timestamp":1253397218},"coords":"51.9137108,-0.2049399","bedrooms":"3","price":"295000","area":"545"} , +{"type":"Feature","id":"n502538237","geometry":{"type":"Point","coordinates":[0.2780708,51.1957469]},"properties":{"@type":"node","@id":502538237,"@timestamp":1616076549},"coords":"51.1957469,0.2780708","bedrooms":"1","price":"172000","area":"671"} , +{"type":"Feature","id":"n502538250","geometry":{"type":"Point","coordinates":[-0.1602675,51.9195132]},"properties":{"@type":"node","@id":502538250,"@timestamp":1631381690},"coords":"51.9195132,-0.1602675","bedrooms":"2","price":"173000","area":"471"} , +{"type":"Feature","id":"n502538261","geometry":{"type":"Point","coordinates":[-0.1698363,51.9227287]},"properties":{"@type":"node","@id":502538261,"@timestamp":1633719339},"coords":"51.9227287,-0.1698363","bedrooms":"3","price":"220000","area":"581"} , +{"type":"Feature","id":"n502538273","geometry":{"type":"Point","coordinates":[-0.1789765,51.9133709]},"properties":{"@type":"node","@id":502538273,"@timestamp":1633459979},"coords":"51.9133709,-0.1789765","bedrooms":"3","price":"212000","area":"453"} , +{"type":"Feature","id":"n502538285","geometry":{"type":"Point","coordinates":[0.2782772,51.1291171]},"properties":{"@type":"node","@id":502538285,"@timestamp":1253397222},"coords":"51.1291171,0.2782772","bedrooms":"3","price":"231000","area":"383"} , +{"type":"Feature","id":"n502538297","geometry":{"type":"Point","coordinates":[0.2765762,51.1218365]},"properties":{"@type":"node","@id":502538297,"@timestamp":1616189293},"coords":"51.1218365,0.2765762","bedrooms":"4","price":"235000","area":"493"} , +{"type":"Feature","id":"n502538308","geometry":{"type":"Point","coordinates":[-0.185185,51.9162973]},"properties":{"@type":"node","@id":502538308,"@timestamp":1633459897},"coords":"51.9162973,-0.185185","bedrooms":"2","price":"194000","area":"531"} , +{"type":"Feature","id":"n502538319","geometry":{"type":"Point","coordinates":[-0.1835974,51.912565]},"properties":{"@type":"node","@id":502538319,"@timestamp":1633459891},"coords":"51.912565,-0.1835974","bedrooms":"3","price":"298000","area":"664"} , +{"type":"Feature","id":"n502538335","geometry":{"type":"Point","coordinates":[-0.1868815,51.927048]},"properties":{"@type":"node","@id":502538335,"@timestamp":1631381685},"coords":"51.927048,-0.1868815","bedrooms":"1","price":"174000","area":"408"} , +{"type":"Feature","id":"n502538349","geometry":{"type":"Point","coordinates":[-0.1927633,51.9141472]},"properties":{"@type":"node","@id":502538349,"@timestamp":1633719309},"coords":"51.9141472,-0.1927633","bedrooms":"1","price":"218000","area":"505"} , +{"type":"Feature","id":"n502538362","geometry":{"type":"Point","coordinates":[0.1928912,51.2810075]},"properties":{"@type":"node","@id":502538362,"@timestamp":1556647552},"coords":"51.2810075,0.1928912","bedrooms":"1","price":"231000","area":"593"} , +{"type":"Feature","id":"n502538373","geometry":{"type":"Point","coordinates":[-0.1743521,51.899608]},"properties":{"@type":"node","@id":502538373,"@timestamp":1633459968},"coords":"51.899608,-0.1743521","bedrooms":"0","price":"225000","area":"687"} , +{"type":"Feature","id":"n502538383","geometry":{"type":"Point","coordinates":[-0.1564219,51.9090221]},"properties":{"@type":"node","@id":502538383,"@timestamp":1631381657},"coords":"51.9090221,-0.1564219","bedrooms":"2","price":"208000","area":"593"} , +{"type":"Feature","id":"n502538398","geometry":{"type":"Point","coordinates":[-0.1576555,51.8895373]},"properties":{"@type":"node","@id":502538398,"@timestamp":1631381649},"coords":"51.8895373,-0.1576555","bedrooms":"4","price":"219000","area":"695"} , +{"type":"Feature","id":"n502538415","geometry":{"type":"Point","coordinates":[-0.1636965,51.8945269]},"properties":{"@type":"node","@id":502538415,"@timestamp":1633719432},"coords":"51.8945269,-0.1636965","bedrooms":"2","price":"180000","area":"551"} , +{"type":"Feature","id":"n502538442","geometry":{"type":"Point","coordinates":[-0.1705063,51.8801341]},"properties":{"@type":"node","@id":502538442,"@timestamp":1633719481},"coords":"51.8801341,-0.1705063","bedrooms":"1","price":"203000","area":"467"} , +{"type":"Feature","id":"n502538462","geometry":{"type":"Point","coordinates":[-0.1739774,51.8776613]},"properties":{"@type":"node","@id":502538462,"@timestamp":1253397234},"coords":"51.8776613,-0.1739774","bedrooms":"1","price":"281000","area":"548"} , +{"type":"Feature","id":"n502538474","geometry":{"type":"Point","coordinates":[0.3916323,51.0999608]},"properties":{"@type":"node","@id":502538474,"@timestamp":1253397235},"coords":"51.0999608,0.3916323","bedrooms":"2","price":"266000","area":"354"} , +{"type":"Feature","id":"n502538506","geometry":{"type":"Point","coordinates":[0.2895041,51.2092438]},"properties":{"@type":"node","@id":502538506,"@timestamp":1616508186},"coords":"51.2092438,0.2895041","bedrooms":"3","price":"223000","area":"384"} , +{"type":"Feature","id":"n502538516","geometry":{"type":"Point","coordinates":[0.3290832,51.1406579]},"properties":{"@type":"node","@id":502538516,"@timestamp":1624556539},"coords":"51.1406579,0.3290832","bedrooms":"4","price":"177000","area":"623"} , +{"type":"Feature","id":"n502538528","geometry":{"type":"Point","coordinates":[0.2794055,51.2097288]},"properties":{"@type":"node","@id":502538528,"@timestamp":1613336903},"coords":"51.2097288,0.2794055","bedrooms":"4","price":"189000","area":"577"} , +{"type":"Feature","id":"n502538538","geometry":{"type":"Point","coordinates":[-0.2068683,51.8941373]},"properties":{"@type":"node","@id":502538538,"@timestamp":1636445866},"coords":"51.8941373,-0.2068683","bedrooms":"4","price":"171000","area":"659"} , +{"type":"Feature","id":"n502538551","geometry":{"type":"Point","coordinates":[-0.2091898,51.9244085]},"properties":{"@type":"node","@id":502538551,"@timestamp":1634234217},"coords":"51.9244085,-0.2091898","bedrooms":"1","price":"233000","area":"554"} , +{"type":"Feature","id":"n502538562","geometry":{"type":"Point","coordinates":[0.4446858,51.3078279]},"properties":{"@type":"node","@id":502538562,"@timestamp":1253397242},"coords":"51.3078279,0.4446858","bedrooms":"0","price":"265000","area":"544"} , +{"type":"Feature","id":"n502538576","geometry":{"type":"Point","coordinates":[0.5029857,51.2672024]},"properties":{"@type":"node","@id":502538576,"@timestamp":1253397243},"coords":"51.2672024,0.5029857","bedrooms":"0","price":"268000","area":"376"} , +{"type":"Feature","id":"n502538592","geometry":{"type":"Point","coordinates":[0.3812727,51.2171247]},"properties":{"@type":"node","@id":502538592,"@timestamp":1614523666},"coords":"51.2171247,0.3812727","bedrooms":"1","price":"154000","area":"661"} , +{"type":"Feature","id":"n502538612","geometry":{"type":"Point","coordinates":[0.2741965,51.1176109]},"properties":{"@type":"node","@id":502538612,"@timestamp":1616189293},"coords":"51.1176109,0.2741965","bedrooms":"3","price":"202000","area":"369"} , +{"type":"Feature","id":"n502538623","geometry":{"type":"Point","coordinates":[-0.151167,51.8858116]},"properties":{"@type":"node","@id":502538623,"@timestamp":1253397246},"coords":"51.8858116,-0.151167","bedrooms":"3","price":"292000","area":"638"} , +{"type":"Feature","id":"n502538637","geometry":{"type":"Point","coordinates":[-0.1104946,51.8570284]},"properties":{"@type":"node","@id":502538637,"@timestamp":1253397248},"coords":"51.8570284,-0.1104946","bedrooms":"0","price":"208000","area":"407"} , +{"type":"Feature","id":"n502538650","geometry":{"type":"Point","coordinates":[0.241618,51.4380538]},"properties":{"@type":"node","@id":502538650,"@timestamp":1614137148},"coords":"51.4380538,0.241618","bedrooms":"1","price":"276000","area":"561"} , +{"type":"Feature","id":"n502538663","geometry":{"type":"Point","coordinates":[-0.1578737,51.8536347]},"properties":{"@type":"node","@id":502538663,"@timestamp":1253397250},"coords":"51.8536347,-0.1578737","bedrooms":"3","price":"185000","area":"660"} , +{"type":"Feature","id":"n502538674","geometry":{"type":"Point","coordinates":[0.2277641,51.4567621]},"properties":{"@type":"node","@id":502538674,"@timestamp":1630146974},"coords":"51.4567621,0.2277641","bedrooms":"0","price":"232000","area":"616"} , +{"type":"Feature","id":"n502538685","geometry":{"type":"Point","coordinates":[0.2342775,51.4516555]},"properties":{"@type":"node","@id":502538685,"@timestamp":1560507776},"coords":"51.4516555,0.2342775","bedrooms":"2","price":"297000","area":"358"} , +{"type":"Feature","id":"n502538699","geometry":{"type":"Point","coordinates":[-0.1043485,51.804576]},"properties":{"@type":"node","@id":502538699,"@timestamp":1253397252},"coords":"51.804576,-0.1043485","bedrooms":"1","price":"223000","area":"537"} , +{"type":"Feature","id":"n502538723","geometry":{"type":"Point","coordinates":[-0.1292843,51.7898323]},"properties":{"@type":"node","@id":502538723,"@timestamp":1630926853},"coords":"51.7898323,-0.1292843","bedrooms":"4","price":"157000","area":"385"} , +{"type":"Feature","id":"n502538745","geometry":{"type":"Point","coordinates":[-0.0798789,51.7967061]},"properties":{"@type":"node","@id":502538745,"@timestamp":1253397255},"coords":"51.7967061,-0.0798789","bedrooms":"0","price":"189000","area":"441"} , +{"type":"Feature","id":"n502538770","geometry":{"type":"Point","coordinates":[0.7673273,51.2129721]},"properties":{"@type":"node","@id":502538770,"@timestamp":1616076549},"coords":"51.2129721,0.7673273","bedrooms":"0","price":"263000","area":"524"} , +{"type":"Feature","id":"n502538805","geometry":{"type":"Point","coordinates":[-0.1246353,51.7701188]},"properties":{"@type":"node","@id":502538805,"@timestamp":1253397258},"coords":"51.7701188,-0.1246353","bedrooms":"0","price":"257000","area":"387"} , +{"type":"Feature","id":"n502538819","geometry":{"type":"Point","coordinates":[0.7384512,51.361434]},"properties":{"@type":"node","@id":502538819,"@timestamp":1624375096},"coords":"51.361434,0.7384512","bedrooms":"4","price":"150000","area":"576"} , +{"type":"Feature","id":"n502538840","geometry":{"type":"Point","coordinates":[-0.0765274,51.7978658]},"properties":{"@type":"node","@id":502538840,"@timestamp":1599410363},"coords":"51.7978658,-0.0765274","bedrooms":"1","price":"295000","area":"572"} , +{"type":"Feature","id":"n502538863","geometry":{"type":"Point","coordinates":[-0.0417998,51.7805119]},"properties":{"@type":"node","@id":502538863,"@timestamp":1566229257},"coords":"51.7805119,-0.0417998","bedrooms":"0","price":"265000","area":"583"} , +{"type":"Feature","id":"n502538896","geometry":{"type":"Point","coordinates":[-0.0443592,51.8047983]},"properties":{"@type":"node","@id":502538896,"@timestamp":1599410363},"coords":"51.8047983,-0.0443592","bedrooms":"1","price":"244000","area":"431"} , +{"type":"Feature","id":"n502538932","geometry":{"type":"Point","coordinates":[-0.0408413,51.8206924]},"properties":{"@type":"node","@id":502538932,"@timestamp":1625584049},"coords":"51.8206924,-0.0408413","bedrooms":"2","price":"169000","area":"457"} , +{"type":"Feature","id":"n502538964","geometry":{"type":"Point","coordinates":[-0.0404247,51.8169176]},"properties":{"@type":"node","@id":502538964,"@timestamp":1253397268},"coords":"51.8169176,-0.0404247","bedrooms":"2","price":"224000","area":"365"} , +{"type":"Feature","id":"n502539000","geometry":{"type":"Point","coordinates":[-0.0045385,51.8767523]},"properties":{"@type":"node","@id":502539000,"@timestamp":1634839195},"coords":"51.8767523,-0.0045385","bedrooms":"2","price":"216000","area":"648"} , +{"type":"Feature","id":"n502539031","geometry":{"type":"Point","coordinates":[0.0109899,51.9007764]},"properties":{"@type":"node","@id":502539031,"@timestamp":1270665025},"coords":"51.9007764,0.0109899","bedrooms":"0","price":"293000","area":"492"} , +{"type":"Feature","id":"n502539056","geometry":{"type":"Point","coordinates":[0.0420615,51.9518667]},"properties":{"@type":"node","@id":502539056,"@timestamp":1253397272},"coords":"51.9518667,0.0420615","bedrooms":"1","price":"193000","area":"571"} , +{"type":"Feature","id":"n502539092","geometry":{"type":"Point","coordinates":[0.0229117,51.9692378]},"properties":{"@type":"node","@id":502539092,"@timestamp":1629035162},"coords":"51.9692378,0.0229117","bedrooms":"0","price":"247000","area":"484"} , +{"type":"Feature","id":"n502539130","geometry":{"type":"Point","coordinates":[-0.0188529,51.8122037]},"properties":{"@type":"node","@id":502539130,"@timestamp":1253397275},"coords":"51.8122037,-0.0188529","bedrooms":"3","price":"195000","area":"393"} , +{"type":"Feature","id":"n502539185","geometry":{"type":"Point","coordinates":[-0.0293826,51.8109418]},"properties":{"@type":"node","@id":502539185,"@timestamp":1601949400},"coords":"51.8109418,-0.0293826","bedrooms":"4","price":"176000","area":"582"} , +{"type":"Feature","id":"n502539228","geometry":{"type":"Point","coordinates":[-0.0251754,51.803974]},"properties":{"@type":"node","@id":502539228,"@timestamp":1626910784},"coords":"51.803974,-0.0251754","bedrooms":"4","price":"204000","area":"441"} , +{"type":"Feature","id":"n502539265","geometry":{"type":"Point","coordinates":[0.0113048,51.787016]},"properties":{"@type":"node","@id":502539265,"@timestamp":1626565895},"coords":"51.787016,0.0113048","bedrooms":"0","price":"241000","area":"506"} , +{"type":"Feature","id":"n502539307","geometry":{"type":"Point","coordinates":[0.054415,51.7953529]},"properties":{"@type":"node","@id":502539307,"@timestamp":1253397283},"coords":"51.7953529,0.054415","bedrooms":"2","price":"249000","area":"620"} , +{"type":"Feature","id":"n502539348","geometry":{"type":"Point","coordinates":[0.0676075,51.8380253]},"properties":{"@type":"node","@id":502539348,"@timestamp":1618159801},"coords":"51.8380253,0.0676075","bedrooms":"1","price":"151000","area":"536"} , +{"type":"Feature","id":"n502539396","geometry":{"type":"Point","coordinates":[0.0651814,51.8798383]},"properties":{"@type":"node","@id":502539396,"@timestamp":1253397288},"coords":"51.8798383,0.0651814","bedrooms":"0","price":"159000","area":"516"} , +{"type":"Feature","id":"n502539493","geometry":{"type":"Point","coordinates":[0.1480766,51.8740821]},"properties":{"@type":"node","@id":502539493,"@timestamp":1615223149},"coords":"51.8740821,0.1480766","bedrooms":"0","price":"189000","area":"528"} , +{"type":"Feature","id":"n502539540","geometry":{"type":"Point","coordinates":[0.1370595,51.8071705]},"properties":{"@type":"node","@id":502539540,"@timestamp":1253397292},"coords":"51.8071705,0.1370595","bedrooms":"1","price":"247000","area":"608"} , +{"type":"Feature","id":"n502539573","geometry":{"type":"Point","coordinates":[0.1470763,51.8125095]},"properties":{"@type":"node","@id":502539573,"@timestamp":1595608536},"coords":"51.8125095,0.1470763","bedrooms":"0","price":"227000","area":"668"} , +{"type":"Feature","id":"n502539646","geometry":{"type":"Point","coordinates":[0.1598088,51.8481752]},"properties":{"@type":"node","@id":502539646,"@timestamp":1614074476},"coords":"51.8481752,0.1598088","bedrooms":"2","price":"176000","area":"588"} , +{"type":"Feature","id":"n502539665","geometry":{"type":"Point","coordinates":[0.1640954,51.8588337]},"properties":{"@type":"node","@id":502539665,"@timestamp":1571769873},"coords":"51.8588337,0.1640954","bedrooms":"4","price":"265000","area":"371"} , +{"type":"Feature","id":"n502539700","geometry":{"type":"Point","coordinates":[0.1425151,51.8562714]},"properties":{"@type":"node","@id":502539700,"@timestamp":1617901598},"coords":"51.8562714,0.1425151","bedrooms":"3","price":"157000","area":"685"} , +{"type":"Feature","id":"n502539822","geometry":{"type":"Point","coordinates":[0.145558,51.8541374]},"properties":{"@type":"node","@id":502539822,"@timestamp":1617661534},"coords":"51.8541374,0.145558","bedrooms":"3","price":"164000","area":"604"} , +{"type":"Feature","id":"n502539900","geometry":{"type":"Point","coordinates":[0.1622143,51.8638232]},"properties":{"@type":"node","@id":502539900,"@timestamp":1603356831},"coords":"51.8638232,0.1622143","bedrooms":"4","price":"249000","area":"686"} , +{"type":"Feature","id":"n502539953","geometry":{"type":"Point","coordinates":[0.1838292,51.8722547]},"properties":{"@type":"node","@id":502539953,"@timestamp":1253397304},"coords":"51.8722547,0.1838292","bedrooms":"2","price":"224000","area":"498"} , +{"type":"Feature","id":"n502539997","geometry":{"type":"Point","coordinates":[0.1585373,51.8749913]},"properties":{"@type":"node","@id":502539997,"@timestamp":1636216778},"coords":"51.8749913,0.1585373","bedrooms":"0","price":"168000","area":"622"} , +{"type":"Feature","id":"n502540020","geometry":{"type":"Point","coordinates":[0.7920309,51.4102908]},"properties":{"@type":"node","@id":502540020,"@timestamp":1616076549},"coords":"51.4102908,0.7920309","bedrooms":"4","price":"296000","area":"636"} , +{"type":"Feature","id":"n502540065","geometry":{"type":"Point","coordinates":[0.1758086,51.8791478]},"properties":{"@type":"node","@id":502540065,"@timestamp":1571766107},"coords":"51.8791478,0.1758086","bedrooms":"2","price":"211000","area":"555"} , +{"type":"Feature","id":"n502540088","geometry":{"type":"Point","coordinates":[0.3855928,51.4009798]},"properties":{"@type":"node","@id":502540088,"@timestamp":1616195377},"coords":"51.4009798,0.3855928","bedrooms":"3","price":"226000","area":"454"} , +{"type":"Feature","id":"n502540103","geometry":{"type":"Point","coordinates":[0.5447758,51.2861147]},"properties":{"@type":"node","@id":502540103,"@timestamp":1253397311},"coords":"51.2861147,0.5447758","bedrooms":"3","price":"158000","area":"387"} , +{"type":"Feature","id":"n502540140","geometry":{"type":"Point","coordinates":[0.2529692,51.1421449]},"properties":{"@type":"node","@id":502540140,"@timestamp":1253397314},"coords":"51.1421449,0.2529692","bedrooms":"4","price":"167000","area":"620"} , +{"type":"Feature","id":"n502540169","geometry":{"type":"Point","coordinates":[0.1706255,51.8614331]},"properties":{"@type":"node","@id":502540169,"@timestamp":1595666936},"coords":"51.8614331,0.1706255","bedrooms":"3","price":"165000","area":"508"} , +{"type":"Feature","id":"n502540209","geometry":{"type":"Point","coordinates":[0.1628503,51.8586138]},"properties":{"@type":"node","@id":502540209,"@timestamp":1635333817},"coords":"51.8586138,0.1628503","bedrooms":"1","price":"180000","area":"680"} , +{"type":"Feature","id":"n502540230","geometry":{"type":"Point","coordinates":[0.1627863,51.8808898]},"properties":{"@type":"node","@id":502540230,"@timestamp":1571766107},"coords":"51.8808898,0.1627863","bedrooms":"1","price":"293000","area":"493"} , +{"type":"Feature","id":"n502540289","geometry":{"type":"Point","coordinates":[0.1662305,51.866229]},"properties":{"@type":"node","@id":502540289,"@timestamp":1571558461},"coords":"51.866229,0.1662305","bedrooms":"4","price":"203000","area":"542"} , +{"type":"Feature","id":"n502540332","geometry":{"type":"Point","coordinates":[0.1484945,51.860607]},"properties":{"@type":"node","@id":502540332,"@timestamp":1617989455},"coords":"51.860607,0.1484945","bedrooms":"4","price":"237000","area":"604"} , +{"type":"Feature","id":"n502540370","geometry":{"type":"Point","coordinates":[0.1352485,51.8655029]},"properties":{"@type":"node","@id":502540370,"@timestamp":1618178122},"coords":"51.8655029,0.1352485","bedrooms":"0","price":"170000","area":"369"} , +{"type":"Feature","id":"n502540442","geometry":{"type":"Point","coordinates":[0.1449128,51.3397952]},"properties":{"@type":"node","@id":502540442,"@timestamp":1616076549},"coords":"51.3397952,0.1449128","bedrooms":"3","price":"229000","area":"460"} , +{"type":"Feature","id":"n502540490","geometry":{"type":"Point","coordinates":[0.1709805,51.8697138]},"properties":{"@type":"node","@id":502540490,"@timestamp":1595533558},"coords":"51.8697138,0.1709805","bedrooms":"1","price":"274000","area":"674"} , +{"type":"Feature","id":"n502540516","geometry":{"type":"Point","coordinates":[0.1736611,51.8758962]},"properties":{"@type":"node","@id":502540516,"@timestamp":1571766107},"coords":"51.8758962,0.1736611","bedrooms":"3","price":"242000","area":"439"} , +{"type":"Feature","id":"n502540552","geometry":{"type":"Point","coordinates":[0.1512246,51.8124876]},"properties":{"@type":"node","@id":502540552,"@timestamp":1253397331},"coords":"51.8124876,0.1512246","bedrooms":"1","price":"225000","area":"675"} , +{"type":"Feature","id":"n502540588","geometry":{"type":"Point","coordinates":[0.0835852,51.8423206]},"properties":{"@type":"node","@id":502540588,"@timestamp":1262863186},"coords":"51.8423206,0.0835852","bedrooms":"1","price":"218000","area":"661"} , +{"type":"Feature","id":"n502540627","geometry":{"type":"Point","coordinates":[0.1345287,51.8745356]},"properties":{"@type":"node","@id":502540627,"@timestamp":1617890617},"coords":"51.8745356,0.1345287","bedrooms":"1","price":"150000","area":"403"} , +{"type":"Feature","id":"n502540670","geometry":{"type":"Point","coordinates":[0.0913538,51.9115332]},"properties":{"@type":"node","@id":502540670,"@timestamp":1595625672},"coords":"51.9115332,0.0913538","bedrooms":"2","price":"161000","area":"686"} , +{"type":"Feature","id":"n502540692","geometry":{"type":"Point","coordinates":[0.0274743,51.8823259]},"properties":{"@type":"node","@id":502540692,"@timestamp":1356821109},"coords":"51.8823259,0.0274743","bedrooms":"4","price":"217000","area":"586"} , +{"type":"Feature","id":"n502540712","geometry":{"type":"Point","coordinates":[0.0593871,51.8236196]},"properties":{"@type":"node","@id":502540712,"@timestamp":1621815223},"coords":"51.8236196,0.0593871","bedrooms":"0","price":"246000","area":"383"} , +{"type":"Feature","id":"n502540733","geometry":{"type":"Point","coordinates":[0.1458077,51.8163456]},"properties":{"@type":"node","@id":502540733,"@timestamp":1253397342},"coords":"51.8163456,0.1458077","bedrooms":"2","price":"155000","area":"497"} , +{"type":"Feature","id":"n502540755","geometry":{"type":"Point","coordinates":[0.0022945,51.7878087]},"properties":{"@type":"node","@id":502540755,"@timestamp":1601949400},"coords":"51.7878087,0.0022945","bedrooms":"4","price":"230000","area":"641"} , +{"type":"Feature","id":"n502540776","geometry":{"type":"Point","coordinates":[-0.0260837,51.8060935]},"properties":{"@type":"node","@id":502540776,"@timestamp":1601949400},"coords":"51.8060935,-0.0260837","bedrooms":"1","price":"158000","area":"452"} , +{"type":"Feature","id":"n502540791","geometry":{"type":"Point","coordinates":[-0.0124936,51.8083554]},"properties":{"@type":"node","@id":502540791,"@timestamp":1253397346},"coords":"51.8083554,-0.0124936","bedrooms":"0","price":"217000","area":"492"} , +{"type":"Feature","id":"n502540823","geometry":{"type":"Point","coordinates":[-0.0951,51.9399779]},"properties":{"@type":"node","@id":502540823,"@timestamp":1633871385},"coords":"51.9399779,-0.0951","bedrooms":"0","price":"195000","area":"622"} , +{"type":"Feature","id":"n502540850","geometry":{"type":"Point","coordinates":[0.0063933,51.9160341]},"properties":{"@type":"node","@id":502540850,"@timestamp":1253397351},"coords":"51.9160341,0.0063933","bedrooms":"1","price":"245000","area":"619"} , +{"type":"Feature","id":"n502540901","geometry":{"type":"Point","coordinates":[0.0851734,51.9570009]},"properties":{"@type":"node","@id":502540901,"@timestamp":1633871302},"coords":"51.9570009,0.0851734","bedrooms":"0","price":"261000","area":"689"} , +{"type":"Feature","id":"n502540956","geometry":{"type":"Point","coordinates":[0.0253881,51.9332349]},"properties":{"@type":"node","@id":502540956,"@timestamp":1621641843},"coords":"51.9332349,0.0253881","bedrooms":"3","price":"178000","area":"597"} , +{"type":"Feature","id":"n502541004","geometry":{"type":"Point","coordinates":[0.0224204,51.8869659]},"properties":{"@type":"node","@id":502541004,"@timestamp":1253397359},"coords":"51.8869659,0.0224204","bedrooms":"3","price":"235000","area":"523"} , +{"type":"Feature","id":"n502541042","geometry":{"type":"Point","coordinates":[-0.022578,51.8490546]},"properties":{"@type":"node","@id":502541042,"@timestamp":1634839215},"coords":"51.8490546,-0.022578","bedrooms":"1","price":"176000","area":"500"} , +{"type":"Feature","id":"n502541082","geometry":{"type":"Point","coordinates":[-0.0136055,51.9136307]},"properties":{"@type":"node","@id":502541082,"@timestamp":1253397364},"coords":"51.9136307,-0.0136055","bedrooms":"2","price":"188000","area":"539"} , +{"type":"Feature","id":"n502541108","geometry":{"type":"Point","coordinates":[0.8618013,51.1391045]},"properties":{"@type":"node","@id":502541108,"@timestamp":1562924422},"coords":"51.1391045,0.8618013","bedrooms":"2","price":"202000","area":"387"} , +{"type":"Feature","id":"n502541124","geometry":{"type":"Point","coordinates":[0.8705503,51.1364007]},"properties":{"@type":"node","@id":502541124,"@timestamp":1562924422},"coords":"51.1364007,0.8705503","bedrooms":"2","price":"290000","area":"477"} , +{"type":"Feature","id":"n502541145","geometry":{"type":"Point","coordinates":[-0.0417033,51.8165432]},"properties":{"@type":"node","@id":502541145,"@timestamp":1253397367},"coords":"51.8165432,-0.0417033","bedrooms":"0","price":"227000","area":"519"} , +{"type":"Feature","id":"n502541168","geometry":{"type":"Point","coordinates":[0.8798753,51.1706797]},"properties":{"@type":"node","@id":502541168,"@timestamp":1624478570},"coords":"51.1706797,0.8798753","bedrooms":"0","price":"297000","area":"356"} , +{"type":"Feature","id":"n502541187","geometry":{"type":"Point","coordinates":[-0.0532287,51.801951]},"properties":{"@type":"node","@id":502541187,"@timestamp":1560169506},"coords":"51.801951,-0.0532287","bedrooms":"3","price":"236000","area":"381"} , +{"type":"Feature","id":"n502541203","geometry":{"type":"Point","coordinates":[0.8847545,51.129149]},"properties":{"@type":"node","@id":502541203,"@timestamp":1562915944},"coords":"51.129149,0.8847545","bedrooms":"3","price":"241000","area":"430"} , +{"type":"Feature","id":"n502541247","geometry":{"type":"Point","coordinates":[-0.0716373,51.7957799]},"properties":{"@type":"node","@id":502541247,"@timestamp":1253397372},"coords":"51.7957799,-0.0716373","bedrooms":"3","price":"214000","area":"489"} , +{"type":"Feature","id":"n502541273","geometry":{"type":"Point","coordinates":[0.6902666,51.0882589]},"properties":{"@type":"node","@id":502541273,"@timestamp":1616076549},"coords":"51.0882589,0.6902666","bedrooms":"1","price":"205000","area":"642"} , +{"type":"Feature","id":"n502541291","geometry":{"type":"Point","coordinates":[0.7308568,51.109632]},"properties":{"@type":"node","@id":502541291,"@timestamp":1616496042},"coords":"51.109632,0.7308568","bedrooms":"2","price":"239000","area":"608"} , +{"type":"Feature","id":"n502541312","geometry":{"type":"Point","coordinates":[-0.084157,51.784735]},"properties":{"@type":"node","@id":502541312,"@timestamp":1253397375},"coords":"51.784735,-0.084157","bedrooms":"1","price":"255000","area":"549"} , +{"type":"Feature","id":"n502541327","geometry":{"type":"Point","coordinates":[-0.1193217,51.7699799]},"properties":{"@type":"node","@id":502541327,"@timestamp":1253397376},"coords":"51.7699799,-0.1193217","bedrooms":"4","price":"196000","area":"509"} , +{"type":"Feature","id":"n502541342","geometry":{"type":"Point","coordinates":[0.4049292,51.2898096]},"properties":{"@type":"node","@id":502541342,"@timestamp":1577620753},"coords":"51.2898096,0.4049292","bedrooms":"2","price":"176000","area":"632"} , +{"type":"Feature","id":"n502541354","geometry":{"type":"Point","coordinates":[0.4084517,51.2939593]},"properties":{"@type":"node","@id":502541354,"@timestamp":1577620753},"coords":"51.2939593,0.4084517","bedrooms":"1","price":"247000","area":"470"} , +{"type":"Feature","id":"n502541371","geometry":{"type":"Point","coordinates":[0.3387309,51.2239816]},"properties":{"@type":"node","@id":502541371,"@timestamp":1615995602},"coords":"51.2239816,0.3387309","bedrooms":"2","price":"176000","area":"461"} , +{"type":"Feature","id":"n502541387","geometry":{"type":"Point","coordinates":[-0.1049157,51.8045402]},"properties":{"@type":"node","@id":502541387,"@timestamp":1253397380},"coords":"51.8045402,-0.1049157","bedrooms":"3","price":"278000","area":"650"} , +{"type":"Feature","id":"n502541406","geometry":{"type":"Point","coordinates":[0.4967051,51.2679751]},"properties":{"@type":"node","@id":502541406,"@timestamp":1253397381},"coords":"51.2679751,0.4967051","bedrooms":"3","price":"288000","area":"636"} , +{"type":"Feature","id":"n502541426","geometry":{"type":"Point","coordinates":[0.4862673,51.2672745]},"properties":{"@type":"node","@id":502541426,"@timestamp":1612148746},"coords":"51.2672745,0.4862673","bedrooms":"2","price":"151000","area":"653"} , +{"type":"Feature","id":"n502541447","geometry":{"type":"Point","coordinates":[0.4759234,51.2634017]},"properties":{"@type":"node","@id":502541447,"@timestamp":1612148746},"coords":"51.2634017,0.4759234","bedrooms":"3","price":"232000","area":"365"} , +{"type":"Feature","id":"n502541467","geometry":{"type":"Point","coordinates":[0.4246785,51.2549288]},"properties":{"@type":"node","@id":502541467,"@timestamp":1253397383},"coords":"51.2549288,0.4246785","bedrooms":"3","price":"168000","area":"496"} , +{"type":"Feature","id":"n502541489","geometry":{"type":"Point","coordinates":[-0.1402085,51.8686075]},"properties":{"@type":"node","@id":502541489,"@timestamp":1253397384},"coords":"51.8686075,-0.1402085","bedrooms":"4","price":"213000","area":"558"} , +{"type":"Feature","id":"n502541509","geometry":{"type":"Point","coordinates":[0.5265869,51.2737913]},"properties":{"@type":"node","@id":502541509,"@timestamp":1253397385},"coords":"51.2737913,0.5265869","bedrooms":"4","price":"260000","area":"676"} , +{"type":"Feature","id":"n502541532","geometry":{"type":"Point","coordinates":[0.5217475,51.2732972]},"properties":{"@type":"node","@id":502541532,"@timestamp":1349023996},"coords":"51.2732972,0.5217475","bedrooms":"0","price":"254000","area":"649"} , +{"type":"Feature","id":"n502541549","geometry":{"type":"Point","coordinates":[-0.1244761,51.7456388]},"properties":{"@type":"node","@id":502541549,"@timestamp":1253397386},"coords":"51.7456388,-0.1244761","bedrooms":"2","price":"166000","area":"609"} , +{"type":"Feature","id":"n502541579","geometry":{"type":"Point","coordinates":[0.1544688,51.8529468]},"properties":{"@type":"node","@id":502541579,"@timestamp":1617989455},"coords":"51.8529468,0.1544688","bedrooms":"3","price":"252000","area":"374"} , +{"type":"Feature","id":"n502541596","geometry":{"type":"Point","coordinates":[0.5252597,51.2712927]},"properties":{"@type":"node","@id":502541596,"@timestamp":1628007141},"coords":"51.2712927,0.5252597","bedrooms":"2","price":"257000","area":"456"} , +{"type":"Feature","id":"n502541622","geometry":{"type":"Point","coordinates":[0.5305489,51.2598485]},"properties":{"@type":"node","@id":502541622,"@timestamp":1270678019},"coords":"51.2598485,0.5305489","bedrooms":"3","price":"254000","area":"393"} , +{"type":"Feature","id":"n502541642","geometry":{"type":"Point","coordinates":[0.5413747,51.2507523]},"properties":{"@type":"node","@id":502541642,"@timestamp":1253397391},"coords":"51.2507523,0.5413747","bedrooms":"2","price":"241000","area":"493"} , +{"type":"Feature","id":"n502541663","geometry":{"type":"Point","coordinates":[0.549997,51.2459957]},"properties":{"@type":"node","@id":502541663,"@timestamp":1253397392},"coords":"51.2459957,0.549997","bedrooms":"0","price":"175000","area":"495"} , +{"type":"Feature","id":"n502541686","geometry":{"type":"Point","coordinates":[0.5571447,51.2404421]},"properties":{"@type":"node","@id":502541686,"@timestamp":1271189608},"coords":"51.2404421,0.5571447","bedrooms":"4","price":"226000","area":"478"} , +{"type":"Feature","id":"n502541708","geometry":{"type":"Point","coordinates":[0.5537115,51.2431153]},"properties":{"@type":"node","@id":502541708,"@timestamp":1271189612},"coords":"51.2431153,0.5537115","bedrooms":"2","price":"175000","area":"561"} , +{"type":"Feature","id":"n502541725","geometry":{"type":"Point","coordinates":[0.5518223,51.2497154]},"properties":{"@type":"node","@id":502541725,"@timestamp":1253397395},"coords":"51.2497154,0.5518223","bedrooms":"2","price":"218000","area":"387"} , +{"type":"Feature","id":"n502541746","geometry":{"type":"Point","coordinates":[0.5603033,51.2514638]},"properties":{"@type":"node","@id":502541746,"@timestamp":1253397396},"coords":"51.2514638,0.5603033","bedrooms":"0","price":"211000","area":"517"} , +{"type":"Feature","id":"n502541765","geometry":{"type":"Point","coordinates":[0.5471546,51.256014]},"properties":{"@type":"node","@id":502541765,"@timestamp":1253397397},"coords":"51.256014,0.5471546","bedrooms":"3","price":"282000","area":"557"} , +{"type":"Feature","id":"n502541782","geometry":{"type":"Point","coordinates":[0.5333599,51.2598122]},"properties":{"@type":"node","@id":502541782,"@timestamp":1270711432},"coords":"51.2598122,0.5333599","bedrooms":"1","price":"206000","area":"393"} , +{"type":"Feature","id":"n502541793","geometry":{"type":"Point","coordinates":[0.5469375,51.2533835]},"properties":{"@type":"node","@id":502541793,"@timestamp":1569114000},"coords":"51.2533835,0.5469375","bedrooms":"1","price":"273000","area":"610"} , +{"type":"Feature","id":"n502541808","geometry":{"type":"Point","coordinates":[-0.4627438,51.7623896]},"properties":{"@type":"node","@id":502541808,"@timestamp":1607199131},"coords":"51.7623896,-0.4627438","bedrooms":"2","price":"274000","area":"587"} , +{"type":"Feature","id":"n502541829","geometry":{"type":"Point","coordinates":[0.5345101,51.2653455]},"properties":{"@type":"node","@id":502541829,"@timestamp":1253397401},"coords":"51.2653455,0.5345101","bedrooms":"0","price":"192000","area":"513"} , +{"type":"Feature","id":"n502541847","geometry":{"type":"Point","coordinates":[-0.4698087,51.7580796]},"properties":{"@type":"node","@id":502541847,"@timestamp":1598846208},"coords":"51.7580796,-0.4698087","bedrooms":"2","price":"287000","area":"408"} , +{"type":"Feature","id":"n502541865","geometry":{"type":"Point","coordinates":[0.5518473,51.2748835]},"properties":{"@type":"node","@id":502541865,"@timestamp":1615992983},"coords":"51.2748835,0.5518473","bedrooms":"2","price":"202000","area":"561"} , +{"type":"Feature","id":"n502541876","geometry":{"type":"Point","coordinates":[0.5570268,51.2771406]},"properties":{"@type":"node","@id":502541876,"@timestamp":1615992983},"coords":"51.2771406,0.5570268","bedrooms":"0","price":"287000","area":"675"} , +{"type":"Feature","id":"n502541887","geometry":{"type":"Point","coordinates":[-0.4329248,51.7515959]},"properties":{"@type":"node","@id":502541887,"@timestamp":1253397405},"coords":"51.7515959,-0.4329248","bedrooms":"3","price":"249000","area":"477"} , +{"type":"Feature","id":"n502541899","geometry":{"type":"Point","coordinates":[-0.4403217,51.7635548]},"properties":{"@type":"node","@id":502541899,"@timestamp":1621950338},"coords":"51.7635548,-0.4403217","bedrooms":"3","price":"182000","area":"490"} , +{"type":"Feature","id":"n502541913","geometry":{"type":"Point","coordinates":[0.568311,51.2600253]},"properties":{"@type":"node","@id":502541913,"@timestamp":1614357977},"coords":"51.2600253,0.568311","bedrooms":"4","price":"186000","area":"371"} , +{"type":"Feature","id":"n502541925","geometry":{"type":"Point","coordinates":[0.5599872,51.2603606]},"properties":{"@type":"node","@id":502541925,"@timestamp":1614357977},"coords":"51.2603606,0.5599872","bedrooms":"4","price":"173000","area":"578"} , +{"type":"Feature","id":"n502541936","geometry":{"type":"Point","coordinates":[0.5628637,51.2652855]},"properties":{"@type":"node","@id":502541936,"@timestamp":1253397409},"coords":"51.2652855,0.5628637","bedrooms":"1","price":"235000","area":"532"} , +{"type":"Feature","id":"n502541948","geometry":{"type":"Point","coordinates":[0.5096869,51.2681021]},"properties":{"@type":"node","@id":502541948,"@timestamp":1253397410},"coords":"51.2681021,0.5096869","bedrooms":"2","price":"250000","area":"374"} , +{"type":"Feature","id":"n502541964","geometry":{"type":"Point","coordinates":[0.4976696,51.2638173]},"properties":{"@type":"node","@id":502541964,"@timestamp":1253397411},"coords":"51.2638173,0.4976696","bedrooms":"0","price":"238000","area":"691"} , +{"type":"Feature","id":"n502541980","geometry":{"type":"Point","coordinates":[-0.4706155,51.7548859]},"properties":{"@type":"node","@id":502541980,"@timestamp":1607514965},"coords":"51.7548859,-0.4706155","bedrooms":"3","price":"198000","area":"659"} , +{"type":"Feature","id":"n502541991","geometry":{"type":"Point","coordinates":[0.478244,51.2676336]},"properties":{"@type":"node","@id":502541991,"@timestamp":1612149398},"coords":"51.2676336,0.478244","bedrooms":"2","price":"206000","area":"668"} , +{"type":"Feature","id":"n502542002","geometry":{"type":"Point","coordinates":[0.4832274,51.2736436]},"properties":{"@type":"node","@id":502542002,"@timestamp":1612149398},"coords":"51.2736436,0.4832274","bedrooms":"1","price":"171000","area":"382"} , +{"type":"Feature","id":"n502542014","geometry":{"type":"Point","coordinates":[0.4966026,51.274282]},"properties":{"@type":"node","@id":502542014,"@timestamp":1594284885},"coords":"51.274282,0.4966026","bedrooms":"1","price":"167000","area":"554"} , +{"type":"Feature","id":"n502542024","geometry":{"type":"Point","coordinates":[-0.4454672,51.7428513]},"properties":{"@type":"node","@id":502542024,"@timestamp":1606921428},"coords":"51.7428513,-0.4454672","bedrooms":"2","price":"265000","area":"566"} , +{"type":"Feature","id":"n502542035","geometry":{"type":"Point","coordinates":[0.498959,51.2810882]},"properties":{"@type":"node","@id":502542035,"@timestamp":1612116885},"coords":"51.2810882,0.498959","bedrooms":"2","price":"245000","area":"368"} , +{"type":"Feature","id":"n502542045","geometry":{"type":"Point","coordinates":[-0.4528651,51.7548364]},"properties":{"@type":"node","@id":502542045,"@timestamp":1607085473},"coords":"51.7548364,-0.4528651","bedrooms":"4","price":"189000","area":"377"} , +{"type":"Feature","id":"n502542057","geometry":{"type":"Point","coordinates":[-0.4602131,51.7355999]},"properties":{"@type":"node","@id":502542057,"@timestamp":1606591191},"coords":"51.7355999,-0.4602131","bedrooms":"1","price":"172000","area":"403"} , +{"type":"Feature","id":"n502542068","geometry":{"type":"Point","coordinates":[-0.4682825,51.7410917]},"properties":{"@type":"node","@id":502542068,"@timestamp":1598846238},"coords":"51.7410917,-0.4682825","bedrooms":"2","price":"185000","area":"699"} , +{"type":"Feature","id":"n502542081","geometry":{"type":"Point","coordinates":[0.4711616,51.2943415]},"properties":{"@type":"node","@id":502542081,"@timestamp":1612137271},"coords":"51.2943415,0.4711616","bedrooms":"3","price":"220000","area":"472"} , +{"type":"Feature","id":"n502542092","geometry":{"type":"Point","coordinates":[-0.4496777,51.7120413]},"properties":{"@type":"node","@id":502542092,"@timestamp":1604157949},"coords":"51.7120413,-0.4496777","bedrooms":"3","price":"180000","area":"621"} , +{"type":"Feature","id":"n502542103","geometry":{"type":"Point","coordinates":[-0.4625109,51.7135544]},"properties":{"@type":"node","@id":502542103,"@timestamp":1253397421},"coords":"51.7135544,-0.4625109","bedrooms":"4","price":"248000","area":"643"} , +{"type":"Feature","id":"n502542118","geometry":{"type":"Point","coordinates":[0.4720141,51.2941886]},"properties":{"@type":"node","@id":502542118,"@timestamp":1612137271},"coords":"51.2941886,0.4720141","bedrooms":"4","price":"228000","area":"691"} , +{"type":"Feature","id":"n502542135","geometry":{"type":"Point","coordinates":[0.5278865,51.2781343]},"properties":{"@type":"node","@id":502542135,"@timestamp":1253397423},"coords":"51.2781343,0.5278865","bedrooms":"2","price":"150000","area":"685"} , +{"type":"Feature","id":"n502542151","geometry":{"type":"Point","coordinates":[0.5358622,51.2888535]},"properties":{"@type":"node","@id":502542151,"@timestamp":1253397424},"coords":"51.2888535,0.5358622","bedrooms":"4","price":"192000","area":"619"} , +{"type":"Feature","id":"n502542172","geometry":{"type":"Point","coordinates":[0.5352539,51.2772914]},"properties":{"@type":"node","@id":502542172,"@timestamp":1253397425},"coords":"51.2772914,0.5352539","bedrooms":"1","price":"218000","area":"665"} , +{"type":"Feature","id":"n502542188","geometry":{"type":"Point","coordinates":[0.5415421,51.28158]},"properties":{"@type":"node","@id":502542188,"@timestamp":1253397426},"coords":"51.28158,0.5415421","bedrooms":"0","price":"198000","area":"580"} , +{"type":"Feature","id":"n502542204","geometry":{"type":"Point","coordinates":[0.5374273,51.2831623]},"properties":{"@type":"node","@id":502542204,"@timestamp":1253397428},"coords":"51.2831623,0.5374273","bedrooms":"1","price":"239000","area":"498"} , +{"type":"Feature","id":"n502542222","geometry":{"type":"Point","coordinates":[-0.5502782,51.7211677]},"properties":{"@type":"node","@id":502542222,"@timestamp":1564967308},"coords":"51.7211677,-0.5502782","bedrooms":"1","price":"270000","area":"443"} , +{"type":"Feature","id":"n502542240","geometry":{"type":"Point","coordinates":[-0.4952774,51.7050135]},"properties":{"@type":"node","@id":502542240,"@timestamp":1598847828},"coords":"51.7050135,-0.4952774","bedrooms":"2","price":"200000","area":"598"} , +{"type":"Feature","id":"n502542257","geometry":{"type":"Point","coordinates":[0.5144788,51.3057867]},"properties":{"@type":"node","@id":502542257,"@timestamp":1337512953},"coords":"51.3057867,0.5144788","bedrooms":"4","price":"161000","area":"590"} , +{"type":"Feature","id":"n502542269","geometry":{"type":"Point","coordinates":[0.5176059,51.2923146]},"properties":{"@type":"node","@id":502542269,"@timestamp":1253397431},"coords":"51.2923146,0.5176059","bedrooms":"0","price":"288000","area":"402"} , +{"type":"Feature","id":"n502542284","geometry":{"type":"Point","coordinates":[0.4976019,51.3007413]},"properties":{"@type":"node","@id":502542284,"@timestamp":1612137271},"coords":"51.3007413,0.4976019","bedrooms":"4","price":"214000","area":"381"} , +{"type":"Feature","id":"n502542310","geometry":{"type":"Point","coordinates":[0.4732079,51.3043891]},"properties":{"@type":"node","@id":502542310,"@timestamp":1616076549},"coords":"51.3043891,0.4732079","bedrooms":"3","price":"194000","area":"415"} , +{"type":"Feature","id":"n502542329","geometry":{"type":"Point","coordinates":[-0.5084007,51.7438288]},"properties":{"@type":"node","@id":502542329,"@timestamp":1253397434},"coords":"51.7438288,-0.5084007","bedrooms":"0","price":"200000","area":"549"} , +{"type":"Feature","id":"n502542357","geometry":{"type":"Point","coordinates":[0.5164067,51.2643512]},"properties":{"@type":"node","@id":502542357,"@timestamp":1253397435},"coords":"51.2643512,0.5164067","bedrooms":"3","price":"282000","area":"596"} , +{"type":"Feature","id":"n502542374","geometry":{"type":"Point","coordinates":[-0.4724892,51.7396178]},"properties":{"@type":"node","@id":502542374,"@timestamp":1606948978},"coords":"51.7396178,-0.4724892","bedrooms":"1","price":"265000","area":"554"} , +{"type":"Feature","id":"n502542386","geometry":{"type":"Point","coordinates":[-0.4737968,51.7433665]},"properties":{"@type":"node","@id":502542386,"@timestamp":1598846243},"coords":"51.7433665,-0.4737968","bedrooms":"1","price":"239000","area":"417"} , +{"type":"Feature","id":"n502542399","geometry":{"type":"Point","coordinates":[0.476134,51.2529197]},"properties":{"@type":"node","@id":502542399,"@timestamp":1614387259},"coords":"51.2529197,0.476134","bedrooms":"3","price":"161000","area":"506"} , +{"type":"Feature","id":"n502542413","geometry":{"type":"Point","coordinates":[-0.4923134,51.7556601]},"properties":{"@type":"node","@id":502542413,"@timestamp":1607624031},"coords":"51.7556601,-0.4923134","bedrooms":"2","price":"150000","area":"426"} , +{"type":"Feature","id":"n502542424","geometry":{"type":"Point","coordinates":[-0.5022763,51.761699]},"properties":{"@type":"node","@id":502542424,"@timestamp":1598846609},"coords":"51.761699,-0.5022763","bedrooms":"3","price":"218000","area":"493"} , +{"type":"Feature","id":"n502542445","geometry":{"type":"Point","coordinates":[0.4290151,51.2232704]},"properties":{"@type":"node","@id":502542445,"@timestamp":1253397441},"coords":"51.2232704,0.4290151","bedrooms":"4","price":"229000","area":"360"} , +{"type":"Feature","id":"n502542462","geometry":{"type":"Point","coordinates":[0.4856107,51.238104]},"properties":{"@type":"node","@id":502542462,"@timestamp":1614173328},"coords":"51.238104,0.4856107","bedrooms":"3","price":"283000","area":"444"} , +{"type":"Feature","id":"n502542473","geometry":{"type":"Point","coordinates":[0.5171065,51.2622046]},"properties":{"@type":"node","@id":502542473,"@timestamp":1253397443},"coords":"51.2622046,0.5171065","bedrooms":"3","price":"170000","area":"687"} , +{"type":"Feature","id":"n502542486","geometry":{"type":"Point","coordinates":[-0.494677,51.815446]},"properties":{"@type":"node","@id":502542486,"@timestamp":1253397444},"coords":"51.815446,-0.494677","bedrooms":"3","price":"223000","area":"679"} , +{"type":"Feature","id":"n502542498","geometry":{"type":"Point","coordinates":[0.5124642,51.2299171]},"properties":{"@type":"node","@id":502542498,"@timestamp":1253397445},"coords":"51.2299171,0.5124642","bedrooms":"0","price":"199000","area":"598"} , +{"type":"Feature","id":"n502542510","geometry":{"type":"Point","coordinates":[0.4956631,51.2324488]},"properties":{"@type":"node","@id":502542510,"@timestamp":1614106538},"coords":"51.2324488,0.4956631","bedrooms":"0","price":"285000","area":"661"} , +{"type":"Feature","id":"n502542524","geometry":{"type":"Point","coordinates":[0.5231998,51.244688]},"properties":{"@type":"node","@id":502542524,"@timestamp":1253397446},"coords":"51.244688,0.5231998","bedrooms":"3","price":"200000","area":"363"} , +{"type":"Feature","id":"n502542535","geometry":{"type":"Point","coordinates":[-0.4722671,51.7513582]},"properties":{"@type":"node","@id":502542535,"@timestamp":1598846580},"coords":"51.7513582,-0.4722671","bedrooms":"0","price":"266000","area":"637"} , +{"type":"Feature","id":"n502542551","geometry":{"type":"Point","coordinates":[0.5196163,51.2423099]},"properties":{"@type":"node","@id":502542551,"@timestamp":1253397449},"coords":"51.2423099,0.5196163","bedrooms":"0","price":"263000","area":"601"} , +{"type":"Feature","id":"n502542567","geometry":{"type":"Point","coordinates":[0.5169066,51.2013375]},"properties":{"@type":"node","@id":502542567,"@timestamp":1253397450},"coords":"51.2013375,0.5169066","bedrooms":"3","price":"193000","area":"353"} , +{"type":"Feature","id":"n502542580","geometry":{"type":"Point","coordinates":[-0.4743516,51.7469307]},"properties":{"@type":"node","@id":502542580,"@timestamp":1598846581},"coords":"51.7469307,-0.4743516","bedrooms":"1","price":"241000","area":"383"} , +{"type":"Feature","id":"n502542591","geometry":{"type":"Point","coordinates":[-0.4726921,51.7542146]},"properties":{"@type":"node","@id":502542591,"@timestamp":1598846582},"coords":"51.7542146,-0.4726921","bedrooms":"1","price":"186000","area":"511"} , +{"type":"Feature","id":"n502542602","geometry":{"type":"Point","coordinates":[-0.4741997,51.7572015]},"properties":{"@type":"node","@id":502542602,"@timestamp":1598846615},"coords":"51.7572015,-0.4741997","bedrooms":"2","price":"289000","area":"591"} , +{"type":"Feature","id":"n502542613","geometry":{"type":"Point","coordinates":[-0.4785373,51.7708358]},"properties":{"@type":"node","@id":502542613,"@timestamp":1598846503},"coords":"51.7708358,-0.4785373","bedrooms":"3","price":"283000","area":"692"} , +{"type":"Feature","id":"n502542625","geometry":{"type":"Point","coordinates":[0.4323,51.2945709]},"properties":{"@type":"node","@id":502542625,"@timestamp":1613928509},"coords":"51.2945709,0.4323","bedrooms":"0","price":"175000","area":"651"} , +{"type":"Feature","id":"n502542638","geometry":{"type":"Point","coordinates":[0.4377859,51.2922534]},"properties":{"@type":"node","@id":502542638,"@timestamp":1614521609},"coords":"51.2922534,0.4377859","bedrooms":"3","price":"255000","area":"411"} , +{"type":"Feature","id":"n502542649","geometry":{"type":"Point","coordinates":[0.4287483,51.3035639]},"properties":{"@type":"node","@id":502542649,"@timestamp":1253397456},"coords":"51.3035639,0.4287483","bedrooms":"4","price":"197000","area":"594"} , +{"type":"Feature","id":"n502542659","geometry":{"type":"Point","coordinates":[0.39249,51.302431]},"properties":{"@type":"node","@id":502542659,"@timestamp":1598847954},"coords":"51.302431,0.39249","bedrooms":"0","price":"174000","area":"662"} , +{"type":"Feature","id":"n502542669","geometry":{"type":"Point","coordinates":[-0.4844169,51.7567043]},"properties":{"@type":"node","@id":502542669,"@timestamp":1598846505},"coords":"51.7567043,-0.4844169","bedrooms":"4","price":"153000","area":"421"} , +{"type":"Feature","id":"n502542680","geometry":{"type":"Point","coordinates":[0.3059443,51.292083]},"properties":{"@type":"node","@id":502542680,"@timestamp":1612801615},"coords":"51.292083,0.3059443","bedrooms":"4","price":"188000","area":"401"} , +{"type":"Feature","id":"n502542690","geometry":{"type":"Point","coordinates":[0.2836499,51.2798457]},"properties":{"@type":"node","@id":502542690,"@timestamp":1623447458},"coords":"51.2798457,0.2836499","bedrooms":"0","price":"171000","area":"696"} , +{"type":"Feature","id":"n502542700","geometry":{"type":"Point","coordinates":[0.3042559,51.2583427]},"properties":{"@type":"node","@id":502542700,"@timestamp":1556647560},"coords":"51.2583427,0.3042559","bedrooms":"0","price":"267000","area":"638"} , +{"type":"Feature","id":"n502542713","geometry":{"type":"Point","coordinates":[0.2611372,51.2781092]},"properties":{"@type":"node","@id":502542713,"@timestamp":1624358958},"coords":"51.2781092,0.2611372","bedrooms":"3","price":"204000","area":"368"} , +{"type":"Feature","id":"n502542729","geometry":{"type":"Point","coordinates":[0.2050636,51.2823984]},"properties":{"@type":"node","@id":502542729,"@timestamp":1556647562},"coords":"51.2823984,0.2050636","bedrooms":"0","price":"214000","area":"602"} , +{"type":"Feature","id":"n502542740","geometry":{"type":"Point","coordinates":[-0.4833767,51.7458015]},"properties":{"@type":"node","@id":502542740,"@timestamp":1607541224},"coords":"51.7458015,-0.4833767","bedrooms":"0","price":"155000","area":"448"} , +{"type":"Feature","id":"n502542751","geometry":{"type":"Point","coordinates":[-0.4774355,51.7396837]},"properties":{"@type":"node","@id":502542751,"@timestamp":1580843254},"coords":"51.7396837,-0.4774355","bedrooms":"3","price":"245000","area":"477"} , +{"type":"Feature","id":"n502542761","geometry":{"type":"Point","coordinates":[-0.4906789,51.7429733]},"properties":{"@type":"node","@id":502542761,"@timestamp":1606948978},"coords":"51.7429733,-0.4906789","bedrooms":"3","price":"212000","area":"436"} , +{"type":"Feature","id":"n502542772","geometry":{"type":"Point","coordinates":[0.2657991,51.1843375]},"properties":{"@type":"node","@id":502542772,"@timestamp":1569149297},"coords":"51.1843375,0.2657991","bedrooms":"1","price":"164000","area":"473"} , +{"type":"Feature","id":"n502542783","geometry":{"type":"Point","coordinates":[0.2723407,51.1926009]},"properties":{"@type":"node","@id":502542783,"@timestamp":1308097005},"coords":"51.1926009,0.2723407","bedrooms":"1","price":"215000","area":"356"} , +{"type":"Feature","id":"n502542793","geometry":{"type":"Point","coordinates":[-0.5314373,51.7225117]},"properties":{"@type":"node","@id":502542793,"@timestamp":1606573240},"coords":"51.7225117,-0.5314373","bedrooms":"1","price":"288000","area":"415"} , +{"type":"Feature","id":"n502542804","geometry":{"type":"Point","coordinates":[0.2434478,51.2155276]},"properties":{"@type":"node","@id":502542804,"@timestamp":1616509778},"coords":"51.2155276,0.2434478","bedrooms":"0","price":"158000","area":"531"} , +{"type":"Feature","id":"n502542814","geometry":{"type":"Point","coordinates":[-0.498412,51.7082548]},"properties":{"@type":"node","@id":502542814,"@timestamp":1598847834},"coords":"51.7082548,-0.498412","bedrooms":"3","price":"258000","area":"646"} , +{"type":"Feature","id":"n502542827","geometry":{"type":"Point","coordinates":[0.1956476,51.2867574]},"properties":{"@type":"node","@id":502542827,"@timestamp":1612151483},"coords":"51.2867574,0.1956476","bedrooms":"3","price":"150000","area":"612"} , +{"type":"Feature","id":"n502542841","geometry":{"type":"Point","coordinates":[0.1930713,51.2745502]},"properties":{"@type":"node","@id":502542841,"@timestamp":1594482183},"coords":"51.2745502,0.1930713","bedrooms":"0","price":"224000","area":"545"} , +{"type":"Feature","id":"n502542854","geometry":{"type":"Point","coordinates":[-0.533008,51.7192753]},"properties":{"@type":"node","@id":502542854,"@timestamp":1606584617},"coords":"51.7192753,-0.533008","bedrooms":"1","price":"241000","area":"620"} , +{"type":"Feature","id":"n502542867","geometry":{"type":"Point","coordinates":[-0.5356341,51.71287]},"properties":{"@type":"node","@id":502542867,"@timestamp":1253397473},"coords":"51.71287,-0.5356341","bedrooms":"2","price":"248000","area":"490"} , +{"type":"Feature","id":"n502542883","geometry":{"type":"Point","coordinates":[-0.5305093,51.6968091]},"properties":{"@type":"node","@id":502542883,"@timestamp":1598846773},"coords":"51.6968091,-0.5305093","bedrooms":"3","price":"208000","area":"667"} , +{"type":"Feature","id":"n502542922","geometry":{"type":"Point","coordinates":[-0.4769966,51.7098045]},"properties":{"@type":"node","@id":502542922,"@timestamp":1598847837},"coords":"51.7098045,-0.4769966","bedrooms":"4","price":"202000","area":"414"} , +{"type":"Feature","id":"n502542949","geometry":{"type":"Point","coordinates":[0.1110452,51.2767126]},"properties":{"@type":"node","@id":502542949,"@timestamp":1612808104},"coords":"51.2767126,0.1110452","bedrooms":"0","price":"270000","area":"523"} , +{"type":"Feature","id":"n502542975","geometry":{"type":"Point","coordinates":[0.1624336,51.2800642]},"properties":{"@type":"node","@id":502542975,"@timestamp":1612225695},"coords":"51.2800642,0.1624336","bedrooms":"2","price":"171000","area":"565"} , +{"type":"Feature","id":"n502542996","geometry":{"type":"Point","coordinates":[0.3106864,51.2128024]},"properties":{"@type":"node","@id":502542996,"@timestamp":1616508186},"coords":"51.2128024,0.3106864","bedrooms":"0","price":"260000","area":"559"} , +{"type":"Feature","id":"n502543013","geometry":{"type":"Point","coordinates":[-0.4516678,51.730533]},"properties":{"@type":"node","@id":502543013,"@timestamp":1606669535},"coords":"51.730533,-0.4516678","bedrooms":"2","price":"260000","area":"566"} , +{"type":"Feature","id":"n502543030","geometry":{"type":"Point","coordinates":[-0.4627396,51.7417902]},"properties":{"@type":"node","@id":502543030,"@timestamp":1634155284},"coords":"51.7417902,-0.4627396","bedrooms":"0","price":"213000","area":"648"} , +{"type":"Feature","id":"n502543041","geometry":{"type":"Point","coordinates":[0.3025465,51.2080656]},"properties":{"@type":"node","@id":502543041,"@timestamp":1616508186},"coords":"51.2080656,0.3025465","bedrooms":"2","price":"199000","area":"359"} , +{"type":"Feature","id":"n502543052","geometry":{"type":"Point","coordinates":[-0.4528414,51.7432363]},"properties":{"@type":"node","@id":502543052,"@timestamp":1598846623},"coords":"51.7432363,-0.4528414","bedrooms":"4","price":"295000","area":"490"} , +{"type":"Feature","id":"n502543063","geometry":{"type":"Point","coordinates":[0.2942717,51.2111252]},"properties":{"@type":"node","@id":502543063,"@timestamp":1616508186},"coords":"51.2111252,0.2942717","bedrooms":"0","price":"276000","area":"639"} , +{"type":"Feature","id":"n502543075","geometry":{"type":"Point","coordinates":[-0.4528762,51.7553581]},"properties":{"@type":"node","@id":502543075,"@timestamp":1607085473},"coords":"51.7553581,-0.4528762","bedrooms":"1","price":"162000","area":"588"} , +{"type":"Feature","id":"n502543086","geometry":{"type":"Point","coordinates":[-0.4445558,51.7575773]},"properties":{"@type":"node","@id":502543086,"@timestamp":1598846624},"coords":"51.7575773,-0.4445558","bedrooms":"3","price":"278000","area":"687"} , +{"type":"Feature","id":"n502543096","geometry":{"type":"Point","coordinates":[0.2774199,51.215051]},"properties":{"@type":"node","@id":502543096,"@timestamp":1253397485},"coords":"51.215051,0.2774199","bedrooms":"3","price":"220000","area":"404"} , +{"type":"Feature","id":"n502543107","geometry":{"type":"Point","coordinates":[-0.4256694,51.7563145]},"properties":{"@type":"node","@id":502543107,"@timestamp":1598846589},"coords":"51.7563145,-0.4256694","bedrooms":"2","price":"151000","area":"454"} , +{"type":"Feature","id":"n502543117","geometry":{"type":"Point","coordinates":[0.2492754,51.2128705]},"properties":{"@type":"node","@id":502543117,"@timestamp":1616510850},"coords":"51.2128705,0.2492754","bedrooms":"1","price":"227000","area":"681"} , +{"type":"Feature","id":"n502543128","geometry":{"type":"Point","coordinates":[-0.4330776,51.7557045]},"properties":{"@type":"node","@id":502543128,"@timestamp":1297340321},"coords":"51.7557045,-0.4330776","bedrooms":"2","price":"223000","area":"570"} , +{"type":"Feature","id":"n502543139","geometry":{"type":"Point","coordinates":[0.0648545,51.1972343]},"properties":{"@type":"node","@id":502543139,"@timestamp":1615329613},"coords":"51.1972343,0.0648545","bedrooms":"4","price":"203000","area":"631"} , +{"type":"Feature","id":"n502543150","geometry":{"type":"Point","coordinates":[0.0942034,51.144932]},"properties":{"@type":"node","@id":502543150,"@timestamp":1613928509},"coords":"51.144932,0.0942034","bedrooms":"0","price":"220000","area":"396"} , +{"type":"Feature","id":"n502543167","geometry":{"type":"Point","coordinates":[0.063924,51.1995205]},"properties":{"@type":"node","@id":502543167,"@timestamp":1615329613},"coords":"51.1995205,0.063924","bedrooms":"4","price":"161000","area":"406"} , +{"type":"Feature","id":"n502543193","geometry":{"type":"Point","coordinates":[0.0801913,51.258982]},"properties":{"@type":"node","@id":502543193,"@timestamp":1627913026},"coords":"51.258982,0.0801913","bedrooms":"3","price":"295000","area":"359"} , +{"type":"Feature","id":"n502543226","geometry":{"type":"Point","coordinates":[0.2190381,51.1505539]},"properties":{"@type":"node","@id":502543226,"@timestamp":1597585477},"coords":"51.1505539,0.2190381","bedrooms":"1","price":"153000","area":"384"} , +{"type":"Feature","id":"n502543258","geometry":{"type":"Point","coordinates":[0.1772511,51.1628607]},"properties":{"@type":"node","@id":502543258,"@timestamp":1589568506},"coords":"51.1628607,0.1772511","bedrooms":"4","price":"292000","area":"568"} , +{"type":"Feature","id":"n502543283","geometry":{"type":"Point","coordinates":[0.2213762,51.1305571]},"properties":{"@type":"node","@id":502543283,"@timestamp":1589162000},"coords":"51.1305571,0.2213762","bedrooms":"1","price":"283000","area":"390"} , +{"type":"Feature","id":"n502543294","geometry":{"type":"Point","coordinates":[0.2281011,51.1360413]},"properties":{"@type":"node","@id":502543294,"@timestamp":1430133345},"coords":"51.1360413,0.2281011","bedrooms":"4","price":"264000","area":"551"} , +{"type":"Feature","id":"n502543305","geometry":{"type":"Point","coordinates":[-0.4652808,51.7732441]},"properties":{"@type":"node","@id":502543305,"@timestamp":1598846530},"coords":"51.7732441,-0.4652808","bedrooms":"0","price":"297000","area":"593"} , +{"type":"Feature","id":"n502543319","geometry":{"type":"Point","coordinates":[-0.434782,51.7774909]},"properties":{"@type":"node","@id":502543319,"@timestamp":1598846531},"coords":"51.7774909,-0.434782","bedrooms":"2","price":"208000","area":"583"} , +{"type":"Feature","id":"n502543330","geometry":{"type":"Point","coordinates":[0.2599071,51.1421561]},"properties":{"@type":"node","@id":502543330,"@timestamp":1589568506},"coords":"51.1421561,0.2599071","bedrooms":"4","price":"206000","area":"450"} , +{"type":"Feature","id":"n502543342","geometry":{"type":"Point","coordinates":[0.2613093,51.1391156]},"properties":{"@type":"node","@id":502543342,"@timestamp":1589568506},"coords":"51.1391156,0.2613093","bedrooms":"2","price":"216000","area":"532"} , +{"type":"Feature","id":"n502543357","geometry":{"type":"Point","coordinates":[0.2569354,51.160692]},"properties":{"@type":"node","@id":502543357,"@timestamp":1589568506},"coords":"51.160692,0.2569354","bedrooms":"3","price":"203000","area":"677"} , +{"type":"Feature","id":"n502543370","geometry":{"type":"Point","coordinates":[0.2594837,51.3441661]},"properties":{"@type":"node","@id":502543370,"@timestamp":1627425990},"coords":"51.3441661,0.2594837","bedrooms":"4","price":"292000","area":"534"} , +{"type":"Feature","id":"n502543381","geometry":{"type":"Point","coordinates":[0.2204141,51.381189]},"properties":{"@type":"node","@id":502543381,"@timestamp":1615374656},"coords":"51.381189,0.2204141","bedrooms":"3","price":"183000","area":"411"} , +{"type":"Feature","id":"n502543393","geometry":{"type":"Point","coordinates":[0.2140963,51.3693814]},"properties":{"@type":"node","@id":502543393,"@timestamp":1615339416},"coords":"51.3693814,0.2140963","bedrooms":"4","price":"293000","area":"588"} , +{"type":"Feature","id":"n502543405","geometry":{"type":"Point","coordinates":[0.1897537,51.3110342]},"properties":{"@type":"node","@id":502543405,"@timestamp":1594482183},"coords":"51.3110342,0.1897537","bedrooms":"3","price":"192000","area":"405"} , +{"type":"Feature","id":"n502543416","geometry":{"type":"Point","coordinates":[-0.5652673,51.7653713]},"properties":{"@type":"node","@id":502543416,"@timestamp":1253397506},"coords":"51.7653713,-0.5652673","bedrooms":"0","price":"189000","area":"497"} , +{"type":"Feature","id":"n502543428","geometry":{"type":"Point","coordinates":[0.0863121,51.3004529]},"properties":{"@type":"node","@id":502543428,"@timestamp":1564912854},"coords":"51.3004529,0.0863121","bedrooms":"1","price":"181000","area":"671"} , +{"type":"Feature","id":"n502543439","geometry":{"type":"Point","coordinates":[0.1268773,51.3188266]},"properties":{"@type":"node","@id":502543439,"@timestamp":1564912854},"coords":"51.3188266,0.1268773","bedrooms":"2","price":"287000","area":"525"} , +{"type":"Feature","id":"n502543454","geometry":{"type":"Point","coordinates":[-0.5897375,51.7669803]},"properties":{"@type":"node","@id":502543454,"@timestamp":1633515104},"coords":"51.7669803,-0.5897375","bedrooms":"3","price":"274000","area":"480"} , +{"type":"Feature","id":"n502543467","geometry":{"type":"Point","coordinates":[0.3682276,51.4243472]},"properties":{"@type":"node","@id":502543467,"@timestamp":1615557696},"coords":"51.4243472,0.3682276","bedrooms":"0","price":"261000","area":"490"} , +{"type":"Feature","id":"n502543478","geometry":{"type":"Point","coordinates":[0.3689873,51.4376423]},"properties":{"@type":"node","@id":502543478,"@timestamp":1615557696},"coords":"51.4376423,0.3689873","bedrooms":"3","price":"169000","area":"614"} , +{"type":"Feature","id":"n502543491","geometry":{"type":"Point","coordinates":[-0.5816464,51.8050176]},"properties":{"@type":"node","@id":502543491,"@timestamp":1253397513},"coords":"51.8050176,-0.5816464","bedrooms":"1","price":"265000","area":"689"} , +{"type":"Feature","id":"n502543501","geometry":{"type":"Point","coordinates":[-0.5544275,51.804821]},"properties":{"@type":"node","@id":502543501,"@timestamp":1253397514},"coords":"51.804821,-0.5544275","bedrooms":"2","price":"193000","area":"631"} , +{"type":"Feature","id":"n502543512","geometry":{"type":"Point","coordinates":[-0.5301278,51.8089708]},"properties":{"@type":"node","@id":502543512,"@timestamp":1253397514},"coords":"51.8089708,-0.5301278","bedrooms":"1","price":"224000","area":"482"} , +{"type":"Feature","id":"n502543523","geometry":{"type":"Point","coordinates":[-0.5895083,51.7724716]},"properties":{"@type":"node","@id":502543523,"@timestamp":1253397515},"coords":"51.7724716,-0.5895083","bedrooms":"3","price":"188000","area":"686"} , +{"type":"Feature","id":"n502543535","geometry":{"type":"Point","coordinates":[-0.5935438,51.7685455]},"properties":{"@type":"node","@id":502543535,"@timestamp":1253397516},"coords":"51.7685455,-0.5935438","bedrooms":"1","price":"223000","area":"631"} , +{"type":"Feature","id":"n502543546","geometry":{"type":"Point","coordinates":[0.6475128,51.3558163]},"properties":{"@type":"node","@id":502543546,"@timestamp":1616186277},"coords":"51.3558163,0.6475128","bedrooms":"1","price":"175000","area":"656"} , +{"type":"Feature","id":"n502543558","geometry":{"type":"Point","coordinates":[-0.5750022,51.768102]},"properties":{"@type":"node","@id":502543558,"@timestamp":1633699408},"coords":"51.768102,-0.5750022","bedrooms":"4","price":"152000","area":"593"} , +{"type":"Feature","id":"n502543570","geometry":{"type":"Point","coordinates":[0.6634988,51.3494085]},"properties":{"@type":"node","@id":502543570,"@timestamp":1253397519},"coords":"51.3494085,0.6634988","bedrooms":"4","price":"202000","area":"457"} , +{"type":"Feature","id":"n502543582","geometry":{"type":"Point","coordinates":[0.7192564,51.3501593]},"properties":{"@type":"node","@id":502543582,"@timestamp":1253397521},"coords":"51.3501593,0.7192564","bedrooms":"0","price":"283000","area":"650"} , +{"type":"Feature","id":"n502543593","geometry":{"type":"Point","coordinates":[0.722284,51.361225]},"properties":{"@type":"node","@id":502543593,"@timestamp":1618686435},"coords":"51.361225,0.722284","bedrooms":"0","price":"151000","area":"437"} , +{"type":"Feature","id":"n502543606","geometry":{"type":"Point","coordinates":[-0.5726228,51.8188459]},"properties":{"@type":"node","@id":502543606,"@timestamp":1253397523},"coords":"51.8188459,-0.5726228","bedrooms":"4","price":"191000","area":"527"} , +{"type":"Feature","id":"n502543618","geometry":{"type":"Point","coordinates":[0.7367995,51.3593936]},"properties":{"@type":"node","@id":502543618,"@timestamp":1624375096},"coords":"51.3593936,0.7367995","bedrooms":"1","price":"255000","area":"491"} , +{"type":"Feature","id":"n502543632","geometry":{"type":"Point","coordinates":[0.7402299,51.3640548]},"properties":{"@type":"node","@id":502543632,"@timestamp":1624375096},"coords":"51.3640548,0.7402299","bedrooms":"2","price":"214000","area":"357"} , +{"type":"Feature","id":"n502543644","geometry":{"type":"Point","coordinates":[0.7408761,51.3513423]},"properties":{"@type":"node","@id":502543644,"@timestamp":1368390831},"coords":"51.3513423,0.7408761","bedrooms":"4","price":"192000","area":"379"} , +{"type":"Feature","id":"n502543663","geometry":{"type":"Point","coordinates":[0.7452324,51.3588161]},"properties":{"@type":"node","@id":502543663,"@timestamp":1624375096},"coords":"51.3588161,0.7452324","bedrooms":"0","price":"166000","area":"473"} , +{"type":"Feature","id":"n502543673","geometry":{"type":"Point","coordinates":[0.7258638,51.3453034]},"properties":{"@type":"node","@id":502543673,"@timestamp":1613360934},"coords":"51.3453034,0.7258638","bedrooms":"0","price":"212000","area":"629"} , +{"type":"Feature","id":"n502543690","geometry":{"type":"Point","coordinates":[0.7373994,51.3410128]},"properties":{"@type":"node","@id":502543690,"@timestamp":1593806678},"coords":"51.3410128,0.7373994","bedrooms":"1","price":"152000","area":"590"} , +{"type":"Feature","id":"n502543700","geometry":{"type":"Point","coordinates":[0.7363616,51.3373667]},"properties":{"@type":"node","@id":502543700,"@timestamp":1253397531},"coords":"51.3373667,0.7363616","bedrooms":"2","price":"199000","area":"443"} , +{"type":"Feature","id":"n502543725","geometry":{"type":"Point","coordinates":[-0.6605949,51.7937596]},"properties":{"@type":"node","@id":502543725,"@timestamp":1630772457},"coords":"51.7937596,-0.6605949","bedrooms":"0","price":"172000","area":"610"} , +{"type":"Feature","id":"n502543754","geometry":{"type":"Point","coordinates":[0.7138321,51.3463547]},"properties":{"@type":"node","@id":502543754,"@timestamp":1253397533},"coords":"51.3463547,0.7138321","bedrooms":"1","price":"212000","area":"637"} , +{"type":"Feature","id":"n502543771","geometry":{"type":"Point","coordinates":[-0.6708578,51.7973379]},"properties":{"@type":"node","@id":502543771,"@timestamp":1253397534},"coords":"51.7973379,-0.6708578","bedrooms":"3","price":"285000","area":"595"} , +{"type":"Feature","id":"n502543787","geometry":{"type":"Point","coordinates":[-0.6618362,51.7994097]},"properties":{"@type":"node","@id":502543787,"@timestamp":1588519781},"coords":"51.7994097,-0.6618362","bedrooms":"2","price":"227000","area":"376"} , +{"type":"Feature","id":"n502543802","geometry":{"type":"Point","coordinates":[0.7127523,51.3356137]},"properties":{"@type":"node","@id":502543802,"@timestamp":1253397535},"coords":"51.3356137,0.7127523","bedrooms":"2","price":"222000","area":"412"} , +{"type":"Feature","id":"n502543822","geometry":{"type":"Point","coordinates":[-0.6581498,51.8067609]},"properties":{"@type":"node","@id":502543822,"@timestamp":1253397536},"coords":"51.8067609,-0.6581498","bedrooms":"3","price":"263000","area":"686"} , +{"type":"Feature","id":"n502543841","geometry":{"type":"Point","coordinates":[-0.6894785,51.818336]},"properties":{"@type":"node","@id":502543841,"@timestamp":1253397537},"coords":"51.818336,-0.6894785","bedrooms":"4","price":"163000","area":"503"} , +{"type":"Feature","id":"n502543875","geometry":{"type":"Point","coordinates":[0.7305986,51.3382478]},"properties":{"@type":"node","@id":502543875,"@timestamp":1253397538},"coords":"51.3382478,0.7305986","bedrooms":"4","price":"276000","area":"377"} , +{"type":"Feature","id":"n502543904","geometry":{"type":"Point","coordinates":[-0.6605959,51.7995953]},"properties":{"@type":"node","@id":502543904,"@timestamp":1588519781},"coords":"51.7995953,-0.6605959","bedrooms":"3","price":"272000","area":"566"} , +{"type":"Feature","id":"n502543960","geometry":{"type":"Point","coordinates":[-0.6542541,51.7977875]},"properties":{"@type":"node","@id":502543960,"@timestamp":1253397542},"coords":"51.7977875,-0.6542541","bedrooms":"2","price":"283000","area":"676"} , +{"type":"Feature","id":"n502543989","geometry":{"type":"Point","coordinates":[0.729268,51.3250394]},"properties":{"@type":"node","@id":502543989,"@timestamp":1253397543},"coords":"51.3250394,0.729268","bedrooms":"3","price":"156000","area":"476"} , +{"type":"Feature","id":"n502544014","geometry":{"type":"Point","coordinates":[0.7305573,51.3288588]},"properties":{"@type":"node","@id":502544014,"@timestamp":1253397544},"coords":"51.3288588,0.7305573","bedrooms":"0","price":"245000","area":"351"} , +{"type":"Feature","id":"n502544049","geometry":{"type":"Point","coordinates":[-0.6891088,51.8275754]},"properties":{"@type":"node","@id":502544049,"@timestamp":1253397545},"coords":"51.8275754,-0.6891088","bedrooms":"0","price":"219000","area":"465"} , +{"type":"Feature","id":"n502544090","geometry":{"type":"Point","coordinates":[-0.7016176,51.8331362]},"properties":{"@type":"node","@id":502544090,"@timestamp":1253397546},"coords":"51.8331362,-0.7016176","bedrooms":"1","price":"245000","area":"638"} , +{"type":"Feature","id":"n502544119","geometry":{"type":"Point","coordinates":[0.7535738,51.3377726]},"properties":{"@type":"node","@id":502544119,"@timestamp":1253397548},"coords":"51.3377726,0.7535738","bedrooms":"4","price":"259000","area":"623"} , +{"type":"Feature","id":"n502544160","geometry":{"type":"Point","coordinates":[-0.6506117,51.7968915]},"properties":{"@type":"node","@id":502544160,"@timestamp":1630772498},"coords":"51.7968915,-0.6506117","bedrooms":"1","price":"230000","area":"382"} , +{"type":"Feature","id":"n502544196","geometry":{"type":"Point","coordinates":[0.7542597,51.3367581]},"properties":{"@type":"node","@id":502544196,"@timestamp":1253397549},"coords":"51.3367581,0.7542597","bedrooms":"0","price":"278000","area":"447"} , +{"type":"Feature","id":"n502544222","geometry":{"type":"Point","coordinates":[0.7551318,51.3331039]},"properties":{"@type":"node","@id":502544222,"@timestamp":1253397550},"coords":"51.3331039,0.7551318","bedrooms":"3","price":"293000","area":"694"} , +{"type":"Feature","id":"n502544252","geometry":{"type":"Point","coordinates":[0.7743664,51.3334972]},"properties":{"@type":"node","@id":502544252,"@timestamp":1612143354},"coords":"51.3334972,0.7743664","bedrooms":"3","price":"248000","area":"564"} , +{"type":"Feature","id":"n502544289","geometry":{"type":"Point","coordinates":[0.8030058,51.3270653]},"properties":{"@type":"node","@id":502544289,"@timestamp":1253397552},"coords":"51.3270653,0.8030058","bedrooms":"1","price":"299000","area":"354"} , +{"type":"Feature","id":"n502544350","geometry":{"type":"Point","coordinates":[0.7693422,51.3342277]},"properties":{"@type":"node","@id":502544350,"@timestamp":1612143354},"coords":"51.3342277,0.7693422","bedrooms":"0","price":"162000","area":"609"} , +{"type":"Feature","id":"n502544409","geometry":{"type":"Point","coordinates":[-0.4660324,51.8376514]},"properties":{"@type":"node","@id":502544409,"@timestamp":1607864939},"coords":"51.8376514,-0.4660324","bedrooms":"3","price":"236000","area":"521"} , +{"type":"Feature","id":"n502544449","geometry":{"type":"Point","coordinates":[0.7952986,51.3228514]},"properties":{"@type":"node","@id":502544449,"@timestamp":1616076549},"coords":"51.3228514,0.7952986","bedrooms":"3","price":"291000","area":"396"} , +{"type":"Feature","id":"n502544484","geometry":{"type":"Point","coordinates":[-0.4537592,51.8443998]},"properties":{"@type":"node","@id":502544484,"@timestamp":1253397558},"coords":"51.8443998,-0.4537592","bedrooms":"1","price":"183000","area":"461"} , +{"type":"Feature","id":"n502544519","geometry":{"type":"Point","coordinates":[0.8712526,51.3118653]},"properties":{"@type":"node","@id":502544519,"@timestamp":1253397560},"coords":"51.3118653,0.8712526","bedrooms":"2","price":"206000","area":"519"} , +{"type":"Feature","id":"n502544551","geometry":{"type":"Point","coordinates":[0.3876716,51.2724035]},"properties":{"@type":"node","@id":502544551,"@timestamp":1625009012},"coords":"51.2724035,0.3876716","bedrooms":"2","price":"179000","area":"418"} , +{"type":"Feature","id":"n502544576","geometry":{"type":"Point","coordinates":[-0.4622579,51.7598334]},"properties":{"@type":"node","@id":502544576,"@timestamp":1598846634},"coords":"51.7598334,-0.4622579","bedrooms":"0","price":"161000","area":"653"} , +{"type":"Feature","id":"n502544603","geometry":{"type":"Point","coordinates":[0.5700901,51.2947292]},"properties":{"@type":"node","@id":502544603,"@timestamp":1614214290},"coords":"51.2947292,0.5700901","bedrooms":"2","price":"279000","area":"393"} , +{"type":"Feature","id":"n502544660","geometry":{"type":"Point","coordinates":[-0.3618306,51.8233007]},"properties":{"@type":"node","@id":502544660,"@timestamp":1253397564},"coords":"51.8233007,-0.3618306","bedrooms":"4","price":"250000","area":"386"} , +{"type":"Feature","id":"n502544692","geometry":{"type":"Point","coordinates":[0.7728946,51.421565]},"properties":{"@type":"node","@id":502544692,"@timestamp":1616011122},"coords":"51.421565,0.7728946","bedrooms":"0","price":"242000","area":"401"} , +{"type":"Feature","id":"n502544744","geometry":{"type":"Point","coordinates":[0.7666582,51.4354829]},"properties":{"@type":"node","@id":502544744,"@timestamp":1253397567},"coords":"51.4354829,0.7666582","bedrooms":"3","price":"168000","area":"424"} , +{"type":"Feature","id":"n502544769","geometry":{"type":"Point","coordinates":[-0.3534145,51.8150489]},"properties":{"@type":"node","@id":502544769,"@timestamp":1566666395},"coords":"51.8150489,-0.3534145","bedrooms":"2","price":"162000","area":"537"} , +{"type":"Feature","id":"n502544806","geometry":{"type":"Point","coordinates":[0.7767487,51.4227329]},"properties":{"@type":"node","@id":502544806,"@timestamp":1616011122},"coords":"51.4227329,0.7767487","bedrooms":"3","price":"157000","area":"358"} , +{"type":"Feature","id":"n502544844","geometry":{"type":"Point","coordinates":[-0.3413277,51.8108552]},"properties":{"@type":"node","@id":502544844,"@timestamp":1628673573},"coords":"51.8108552,-0.3413277","bedrooms":"4","price":"242000","area":"557"} , +{"type":"Feature","id":"n502544864","geometry":{"type":"Point","coordinates":[-0.336961,51.8063829]},"properties":{"@type":"node","@id":502544864,"@timestamp":1628262724},"coords":"51.8063829,-0.336961","bedrooms":"0","price":"297000","area":"410"} , +{"type":"Feature","id":"n502544890","geometry":{"type":"Point","coordinates":[0.7441715,51.4288435]},"properties":{"@type":"node","@id":502544890,"@timestamp":1253397573},"coords":"51.4288435,0.7441715","bedrooms":"1","price":"190000","area":"673"} , +{"type":"Feature","id":"n502544910","geometry":{"type":"Point","coordinates":[0.7574744,51.4270741]},"properties":{"@type":"node","@id":502544910,"@timestamp":1253397574},"coords":"51.4270741,0.7574744","bedrooms":"1","price":"175000","area":"675"} , +{"type":"Feature","id":"n502544932","geometry":{"type":"Point","coordinates":[0.7644159,51.4395742]},"properties":{"@type":"node","@id":502544932,"@timestamp":1253397575},"coords":"51.4395742,0.7644159","bedrooms":"2","price":"297000","area":"413"} , +{"type":"Feature","id":"n502544959","geometry":{"type":"Point","coordinates":[-0.3409157,51.8205216]},"properties":{"@type":"node","@id":502544959,"@timestamp":1628688482},"coords":"51.8205216,-0.3409157","bedrooms":"2","price":"212000","area":"477"} , +{"type":"Feature","id":"n502544988","geometry":{"type":"Point","coordinates":[-0.3450771,51.807391]},"properties":{"@type":"node","@id":502544988,"@timestamp":1628543648},"coords":"51.807391,-0.3450771","bedrooms":"4","price":"299000","area":"536"} , +{"type":"Feature","id":"n502545027","geometry":{"type":"Point","coordinates":[0.3826403,51.213854]},"properties":{"@type":"node","@id":502545027,"@timestamp":1614523666},"coords":"51.213854,0.3826403","bedrooms":"0","price":"259000","area":"456"} , +{"type":"Feature","id":"n502545053","geometry":{"type":"Point","coordinates":[-0.3508741,51.7974931]},"properties":{"@type":"node","@id":502545053,"@timestamp":1628768208},"coords":"51.7974931,-0.3508741","bedrooms":"1","price":"204000","area":"452"} , +{"type":"Feature","id":"n502545075","geometry":{"type":"Point","coordinates":[-0.3367031,51.7766564]},"properties":{"@type":"node","@id":502545075,"@timestamp":1628768204},"coords":"51.7766564,-0.3367031","bedrooms":"1","price":"225000","area":"400"} , +{"type":"Feature","id":"n502545120","geometry":{"type":"Point","coordinates":[0.344162,51.1814684]},"properties":{"@type":"node","@id":502545120,"@timestamp":1615382178},"coords":"51.1814684,0.344162","bedrooms":"0","price":"276000","area":"521"} , +{"type":"Feature","id":"n502545148","geometry":{"type":"Point","coordinates":[-0.3436834,51.8270983]},"properties":{"@type":"node","@id":502545148,"@timestamp":1626456249},"coords":"51.8270983,-0.3436834","bedrooms":"1","price":"179000","area":"665"} , +{"type":"Feature","id":"n502545170","geometry":{"type":"Point","coordinates":[0.3345465,51.1398158]},"properties":{"@type":"node","@id":502545170,"@timestamp":1253397583},"coords":"51.1398158,0.3345465","bedrooms":"3","price":"243000","area":"698"} , +{"type":"Feature","id":"n502545191","geometry":{"type":"Point","coordinates":[0.3287245,51.1457306]},"properties":{"@type":"node","@id":502545191,"@timestamp":1616195997},"coords":"51.1457306,0.3287245","bedrooms":"2","price":"238000","area":"651"} , +{"type":"Feature","id":"n502545221","geometry":{"type":"Point","coordinates":[0.3300959,51.153087]},"properties":{"@type":"node","@id":502545221,"@timestamp":1616195997},"coords":"51.153087,0.3300959","bedrooms":"0","price":"185000","area":"547"} , +{"type":"Feature","id":"n502545249","geometry":{"type":"Point","coordinates":[-0.308802,51.8176452]},"properties":{"@type":"node","@id":502545249,"@timestamp":1633580391},"coords":"51.8176452,-0.308802","bedrooms":"2","price":"216000","area":"605"} , +{"type":"Feature","id":"n502545273","geometry":{"type":"Point","coordinates":[-0.2941253,51.8278412]},"properties":{"@type":"node","@id":502545273,"@timestamp":1253397586},"coords":"51.8278412,-0.2941253","bedrooms":"0","price":"294000","area":"357"} , +{"type":"Feature","id":"n502545320","geometry":{"type":"Point","coordinates":[0.2647787,51.1334849]},"properties":{"@type":"node","@id":502545320,"@timestamp":1626041868},"coords":"51.1334849,0.2647787","bedrooms":"3","price":"205000","area":"430"} , +{"type":"Feature","id":"n502545348","geometry":{"type":"Point","coordinates":[0.2635067,51.1304653]},"properties":{"@type":"node","@id":502545348,"@timestamp":1578715921},"coords":"51.1304653,0.2635067","bedrooms":"3","price":"249000","area":"698"} , +{"type":"Feature","id":"n502545367","geometry":{"type":"Point","coordinates":[0.2600708,51.1204807]},"properties":{"@type":"node","@id":502545367,"@timestamp":1586306368},"coords":"51.1204807,0.2600708","bedrooms":"3","price":"160000","area":"483"} , +{"type":"Feature","id":"n502545398","geometry":{"type":"Point","coordinates":[0.2633598,51.1329212]},"properties":{"@type":"node","@id":502545398,"@timestamp":1626041868},"coords":"51.1329212,0.2633598","bedrooms":"2","price":"174000","area":"695"} , +{"type":"Feature","id":"n502545436","geometry":{"type":"Point","coordinates":[-0.3005016,51.7879813]},"properties":{"@type":"node","@id":502545436,"@timestamp":1253397592},"coords":"51.7879813,-0.3005016","bedrooms":"2","price":"223000","area":"607"} , +{"type":"Feature","id":"n502545471","geometry":{"type":"Point","coordinates":[-0.3072907,51.7788686]},"properties":{"@type":"node","@id":502545471,"@timestamp":1614263505},"coords":"51.7788686,-0.3072907","bedrooms":"3","price":"281000","area":"524"} , +{"type":"Feature","id":"n502545515","geometry":{"type":"Point","coordinates":[-0.316048,51.7727118]},"properties":{"@type":"node","@id":502545515,"@timestamp":1613568085},"coords":"51.7727118,-0.316048","bedrooms":"0","price":"266000","area":"698"} , +{"type":"Feature","id":"n502545563","geometry":{"type":"Point","coordinates":[0.2854866,51.136756]},"properties":{"@type":"node","@id":502545563,"@timestamp":1253397595},"coords":"51.136756,0.2854866","bedrooms":"3","price":"193000","area":"499"} , +{"type":"Feature","id":"n502545589","geometry":{"type":"Point","coordinates":[0.2863072,51.1426579]},"properties":{"@type":"node","@id":502545589,"@timestamp":1500203221},"coords":"51.1426579,0.2863072","bedrooms":"1","price":"176000","area":"385"} , +{"type":"Feature","id":"n502545627","geometry":{"type":"Point","coordinates":[0.4390392,51.3229937]},"properties":{"@type":"node","@id":502545627,"@timestamp":1616077858},"coords":"51.3229937,0.4390392","bedrooms":"4","price":"214000","area":"468"} , +{"type":"Feature","id":"n502545680","geometry":{"type":"Point","coordinates":[-0.3109899,51.7668839]},"properties":{"@type":"node","@id":502545680,"@timestamp":1569720396},"coords":"51.7668839,-0.3109899","bedrooms":"1","price":"255000","area":"569"} , +{"type":"Feature","id":"n502545705","geometry":{"type":"Point","coordinates":[-0.2904844,51.7637638]},"properties":{"@type":"node","@id":502545705,"@timestamp":1613568085},"coords":"51.7637638,-0.2904844","bedrooms":"0","price":"276000","area":"537"} , +{"type":"Feature","id":"n502545723","geometry":{"type":"Point","coordinates":[0.2556284,51.1236039]},"properties":{"@type":"node","@id":502545723,"@timestamp":1626041868},"coords":"51.1236039,0.2556284","bedrooms":"2","price":"277000","area":"362"} , +{"type":"Feature","id":"n502545738","geometry":{"type":"Point","coordinates":[0.2498265,51.1191088]},"properties":{"@type":"node","@id":502545738,"@timestamp":1616076549},"coords":"51.1191088,0.2498265","bedrooms":"3","price":"219000","area":"407"} , +{"type":"Feature","id":"n502545755","geometry":{"type":"Point","coordinates":[0.2458522,51.1223306]},"properties":{"@type":"node","@id":502545755,"@timestamp":1616076549},"coords":"51.1223306,0.2458522","bedrooms":"4","price":"235000","area":"525"} , +{"type":"Feature","id":"n502545768","geometry":{"type":"Point","coordinates":[0.283472,51.1466256]},"properties":{"@type":"node","@id":502545768,"@timestamp":1253397603},"coords":"51.1466256,0.283472","bedrooms":"4","price":"256000","area":"473"} , +{"type":"Feature","id":"n502545788","geometry":{"type":"Point","coordinates":[0.3597028,51.3305992]},"properties":{"@type":"node","@id":502545788,"@timestamp":1598847167},"coords":"51.3305992,0.3597028","bedrooms":"4","price":"213000","area":"464"} , +{"type":"Feature","id":"n502545809","geometry":{"type":"Point","coordinates":[0.3472099,51.3432266]},"properties":{"@type":"node","@id":502545809,"@timestamp":1614115771},"coords":"51.3432266,0.3472099","bedrooms":"2","price":"158000","area":"628"} , +{"type":"Feature","id":"n502545843","geometry":{"type":"Point","coordinates":[-0.3992735,51.7977754]},"properties":{"@type":"node","@id":502545843,"@timestamp":1628863918},"coords":"51.7977754,-0.3992735","bedrooms":"4","price":"262000","area":"516"} , +{"type":"Feature","id":"n502545872","geometry":{"type":"Point","coordinates":[0.3611563,51.3787578]},"properties":{"@type":"node","@id":502545872,"@timestamp":1617190913},"coords":"51.3787578,0.3611563","bedrooms":"2","price":"266000","area":"508"} , +{"type":"Feature","id":"n502545892","geometry":{"type":"Point","coordinates":[-0.4307174,51.7772388]},"properties":{"@type":"node","@id":502545892,"@timestamp":1598846635},"coords":"51.7772388,-0.4307174","bedrooms":"1","price":"150000","area":"421"} , +{"type":"Feature","id":"n502545931","geometry":{"type":"Point","coordinates":[0.3477383,51.4029856]},"properties":{"@type":"node","@id":502545931,"@timestamp":1624362327},"coords":"51.4029856,0.3477383","bedrooms":"0","price":"294000","area":"462"} , +{"type":"Feature","id":"n502545951","geometry":{"type":"Point","coordinates":[0.3466204,51.4072176]},"properties":{"@type":"node","@id":502545951,"@timestamp":1624362327},"coords":"51.4072176,0.3466204","bedrooms":"2","price":"213000","area":"646"} , +{"type":"Feature","id":"n502545976","geometry":{"type":"Point","coordinates":[0.358996,51.4174995]},"properties":{"@type":"node","@id":502545976,"@timestamp":1615557696},"coords":"51.4174995,0.358996","bedrooms":"0","price":"267000","area":"436"} , +{"type":"Feature","id":"n502546008","geometry":{"type":"Point","coordinates":[-0.3559656,51.7535927]},"properties":{"@type":"node","@id":502546008,"@timestamp":1570587653},"coords":"51.7535927,-0.3559656","bedrooms":"1","price":"273000","area":"393"} , +{"type":"Feature","id":"n502546032","geometry":{"type":"Point","coordinates":[-0.3404604,51.7709962]},"properties":{"@type":"node","@id":502546032,"@timestamp":1613743984},"coords":"51.7709962,-0.3404604","bedrooms":"3","price":"242000","area":"431"} , +{"type":"Feature","id":"n502546070","geometry":{"type":"Point","coordinates":[0.2901049,51.4027274]},"properties":{"@type":"node","@id":502546070,"@timestamp":1560846665},"coords":"51.4027274,0.2901049","bedrooms":"3","price":"174000","area":"516"} , +{"type":"Feature","id":"n502546111","geometry":{"type":"Point","coordinates":[0.7836138,51.440046]},"properties":{"@type":"node","@id":502546111,"@timestamp":1253397613},"coords":"51.440046,0.7836138","bedrooms":"1","price":"206000","area":"550"} , +{"type":"Feature","id":"n502546146","geometry":{"type":"Point","coordinates":[0.7984371,51.4209849]},"properties":{"@type":"node","@id":502546146,"@timestamp":1342200115},"coords":"51.4209849,0.7984371","bedrooms":"3","price":"259000","area":"568"} , +{"type":"Feature","id":"n502546177","geometry":{"type":"Point","coordinates":[-0.3368516,51.753934]},"properties":{"@type":"node","@id":502546177,"@timestamp":1613051909},"coords":"51.753934,-0.3368516","bedrooms":"1","price":"263000","area":"394"} , +{"type":"Feature","id":"n502546204","geometry":{"type":"Point","coordinates":[0.7789922,51.422248]},"properties":{"@type":"node","@id":502546204,"@timestamp":1616011122},"coords":"51.422248,0.7789922","bedrooms":"3","price":"216000","area":"421"} , +{"type":"Feature","id":"n502546236","geometry":{"type":"Point","coordinates":[0.8043151,51.4204216]},"properties":{"@type":"node","@id":502546236,"@timestamp":1253397617},"coords":"51.4204216,0.8043151","bedrooms":"3","price":"285000","area":"598"} , +{"type":"Feature","id":"n502546317","geometry":{"type":"Point","coordinates":[0.7983945,51.4294675]},"properties":{"@type":"node","@id":502546317,"@timestamp":1253397618},"coords":"51.4294675,0.7983945","bedrooms":"2","price":"279000","area":"609"} , +{"type":"Feature","id":"n502546344","geometry":{"type":"Point","coordinates":[0.811909,51.4234415]},"properties":{"@type":"node","@id":502546344,"@timestamp":1253397619},"coords":"51.4234415,0.811909","bedrooms":"4","price":"171000","area":"530"} , +{"type":"Feature","id":"n502546388","geometry":{"type":"Point","coordinates":[0.8238811,51.4195198]},"properties":{"@type":"node","@id":502546388,"@timestamp":1253397620},"coords":"51.4195198,0.8238811","bedrooms":"1","price":"246000","area":"405"} , +{"type":"Feature","id":"n502546431","geometry":{"type":"Point","coordinates":[0.8366217,51.4139053]},"properties":{"@type":"node","@id":502546431,"@timestamp":1616076549},"coords":"51.4139053,0.8366217","bedrooms":"3","price":"233000","area":"431"} , +{"type":"Feature","id":"n502546461","geometry":{"type":"Point","coordinates":[-0.3367026,51.7434272]},"properties":{"@type":"node","@id":502546461,"@timestamp":1626550751},"coords":"51.7434272,-0.3367026","bedrooms":"3","price":"228000","area":"474"} , +{"type":"Feature","id":"n502546505","geometry":{"type":"Point","coordinates":[0.8581287,51.4070596]},"properties":{"@type":"node","@id":502546505,"@timestamp":1614525040},"coords":"51.4070596,0.8581287","bedrooms":"0","price":"202000","area":"582"} , +{"type":"Feature","id":"n502546561","geometry":{"type":"Point","coordinates":[-0.3398022,51.7344728]},"properties":{"@type":"node","@id":502546561,"@timestamp":1613489725},"coords":"51.7344728,-0.3398022","bedrooms":"1","price":"157000","area":"593"} , +{"type":"Feature","id":"n502546632","geometry":{"type":"Point","coordinates":[0.86251,51.4038118]},"properties":{"@type":"node","@id":502546632,"@timestamp":1614525040},"coords":"51.4038118,0.86251","bedrooms":"2","price":"227000","area":"459"} , +{"type":"Feature","id":"n502546682","geometry":{"type":"Point","coordinates":[-0.3349389,51.7182205]},"properties":{"@type":"node","@id":502546682,"@timestamp":1626182157},"coords":"51.7182205,-0.3349389","bedrooms":"1","price":"223000","area":"493"} , +{"type":"Feature","id":"n502546725","geometry":{"type":"Point","coordinates":[-0.3546614,51.72649]},"properties":{"@type":"node","@id":502546725,"@timestamp":1559996412},"coords":"51.72649,-0.3546614","bedrooms":"3","price":"168000","area":"484"} , +{"type":"Feature","id":"n502546783","geometry":{"type":"Point","coordinates":[-0.3475507,51.7218261]},"properties":{"@type":"node","@id":502546783,"@timestamp":1626087741},"coords":"51.7218261,-0.3475507","bedrooms":"2","price":"235000","area":"434"} , +{"type":"Feature","id":"n502546827","geometry":{"type":"Point","coordinates":[-0.350512,51.7151446]},"properties":{"@type":"node","@id":502546827,"@timestamp":1625955490},"coords":"51.7151446,-0.350512","bedrooms":"0","price":"200000","area":"672"} , +{"type":"Feature","id":"n502546863","geometry":{"type":"Point","coordinates":[0.3322232,51.4290386]},"properties":{"@type":"node","@id":502546863,"@timestamp":1598845813},"coords":"51.4290386,0.3322232","bedrooms":"3","price":"206000","area":"689"} , +{"type":"Feature","id":"n502546910","geometry":{"type":"Point","coordinates":[-0.3676737,51.7066676]},"properties":{"@type":"node","@id":502546910,"@timestamp":1625936221},"coords":"51.7066676,-0.3676737","bedrooms":"3","price":"266000","area":"393"} , +{"type":"Feature","id":"n502546974","geometry":{"type":"Point","coordinates":[-0.3304859,51.7487284]},"properties":{"@type":"node","@id":502546974,"@timestamp":1621792619},"coords":"51.7487284,-0.3304859","bedrooms":"1","price":"256000","area":"520"} , +{"type":"Feature","id":"n502547021","geometry":{"type":"Point","coordinates":[0.3499567,51.4223588]},"properties":{"@type":"node","@id":502547021,"@timestamp":1561549968},"coords":"51.4223588,0.3499567","bedrooms":"4","price":"296000","area":"402"} , +{"type":"Feature","id":"n502547055","geometry":{"type":"Point","coordinates":[-0.3085699,51.734702]},"properties":{"@type":"node","@id":502547055,"@timestamp":1626449852},"coords":"51.734702,-0.3085699","bedrooms":"0","price":"291000","area":"696"} , +{"type":"Feature","id":"n502547082","geometry":{"type":"Point","coordinates":[-0.2950377,51.7233233]},"properties":{"@type":"node","@id":502547082,"@timestamp":1559310471},"coords":"51.7233233,-0.2950377","bedrooms":"2","price":"263000","area":"603"} , +{"type":"Feature","id":"n502547111","geometry":{"type":"Point","coordinates":[-0.3083244,51.7233166]},"properties":{"@type":"node","@id":502547111,"@timestamp":1626192691},"coords":"51.7233166,-0.3083244","bedrooms":"1","price":"273000","area":"583"} , +{"type":"Feature","id":"n502547138","geometry":{"type":"Point","coordinates":[0.3346137,51.4314971]},"properties":{"@type":"node","@id":502547138,"@timestamp":1598845818},"coords":"51.4314971,0.3346137","bedrooms":"4","price":"179000","area":"695"} , +{"type":"Feature","id":"n502547162","geometry":{"type":"Point","coordinates":[0.3690667,51.4359034]},"properties":{"@type":"node","@id":502547162,"@timestamp":1615557696},"coords":"51.4359034,0.3690667","bedrooms":"0","price":"234000","area":"555"} , +{"type":"Feature","id":"n502547198","geometry":{"type":"Point","coordinates":[-0.2969929,51.7194275]},"properties":{"@type":"node","@id":502547198,"@timestamp":1253397639},"coords":"51.7194275,-0.2969929","bedrooms":"1","price":"164000","area":"601"} , +{"type":"Feature","id":"n502547233","geometry":{"type":"Point","coordinates":[0.385366,51.415131]},"properties":{"@type":"node","@id":502547233,"@timestamp":1615557696},"coords":"51.415131,0.385366","bedrooms":"3","price":"246000","area":"577"} , +{"type":"Feature","id":"n502547263","geometry":{"type":"Point","coordinates":[0.3856224,51.4294163]},"properties":{"@type":"node","@id":502547263,"@timestamp":1625005394},"coords":"51.4294163,0.3856224","bedrooms":"2","price":"167000","area":"666"} , +{"type":"Feature","id":"n502547292","geometry":{"type":"Point","coordinates":[-0.3118362,51.7427748]},"properties":{"@type":"node","@id":502547292,"@timestamp":1626603275},"coords":"51.7427748,-0.3118362","bedrooms":"4","price":"192000","area":"525"} , +{"type":"Feature","id":"n502547323","geometry":{"type":"Point","coordinates":[0.4469712,51.4165855]},"properties":{"@type":"node","@id":502547323,"@timestamp":1616498570},"coords":"51.4165855,0.4469712","bedrooms":"0","price":"174000","area":"387"} , +{"type":"Feature","id":"n502547359","geometry":{"type":"Point","coordinates":[-0.3073639,51.752624]},"properties":{"@type":"node","@id":502547359,"@timestamp":1625512278},"coords":"51.752624,-0.3073639","bedrooms":"0","price":"220000","area":"390"} , +{"type":"Feature","id":"n502547384","geometry":{"type":"Point","coordinates":[-0.3042343,51.7468238]},"properties":{"@type":"node","@id":502547384,"@timestamp":1615733085},"coords":"51.7468238,-0.3042343","bedrooms":"4","price":"271000","area":"451"} , +{"type":"Feature","id":"n502547411","geometry":{"type":"Point","coordinates":[-0.3019188,51.7452167]},"properties":{"@type":"node","@id":502547411,"@timestamp":1615733273},"coords":"51.7452167,-0.3019188","bedrooms":"4","price":"298000","area":"545"} , +{"type":"Feature","id":"n502547444","geometry":{"type":"Point","coordinates":[-0.2968604,51.7489661]},"properties":{"@type":"node","@id":502547444,"@timestamp":1627240723},"coords":"51.7489661,-0.2968604","bedrooms":"3","price":"295000","area":"672"} , +{"type":"Feature","id":"n502547477","geometry":{"type":"Point","coordinates":[-0.2842039,51.7514758]},"properties":{"@type":"node","@id":502547477,"@timestamp":1626708449},"coords":"51.7514758,-0.2842039","bedrooms":"2","price":"157000","area":"440"} , +{"type":"Feature","id":"n502547513","geometry":{"type":"Point","coordinates":[0.3898901,51.4243828]},"properties":{"@type":"node","@id":502547513,"@timestamp":1615557696},"coords":"51.4243828,0.3898901","bedrooms":"3","price":"271000","area":"522"} , +{"type":"Feature","id":"n502547538","geometry":{"type":"Point","coordinates":[-0.2530788,51.7382871]},"properties":{"@type":"node","@id":502547538,"@timestamp":1634839470},"coords":"51.7382871,-0.2530788","bedrooms":"4","price":"201000","area":"368"} , +{"type":"Feature","id":"n502547572","geometry":{"type":"Point","coordinates":[0.4013591,51.4279354]},"properties":{"@type":"node","@id":502547572,"@timestamp":1615557696},"coords":"51.4279354,0.4013591","bedrooms":"1","price":"177000","area":"685"} , +{"type":"Feature","id":"n502547603","geometry":{"type":"Point","coordinates":[-0.2871903,51.7480165]},"properties":{"@type":"node","@id":502547603,"@timestamp":1626706270},"coords":"51.7480165,-0.2871903","bedrooms":"4","price":"157000","area":"688"} , +{"type":"Feature","id":"n502547629","geometry":{"type":"Point","coordinates":[0.4095655,51.4291523]},"properties":{"@type":"node","@id":502547629,"@timestamp":1613359675},"coords":"51.4291523,0.4095655","bedrooms":"3","price":"214000","area":"394"} , +{"type":"Feature","id":"n502547656","geometry":{"type":"Point","coordinates":[-0.288096,51.7482887]},"properties":{"@type":"node","@id":502547656,"@timestamp":1613603361},"coords":"51.7482887,-0.288096","bedrooms":"3","price":"160000","area":"625"} , +{"type":"Feature","id":"n502547687","geometry":{"type":"Point","coordinates":[0.3830334,51.4390572]},"properties":{"@type":"node","@id":502547687,"@timestamp":1560091631},"coords":"51.4390572,0.3830334","bedrooms":"0","price":"258000","area":"473"} , +{"type":"Feature","id":"n502547710","geometry":{"type":"Point","coordinates":[0.3698915,51.4423915]},"properties":{"@type":"node","@id":502547710,"@timestamp":1633425321},"coords":"51.4423915,0.3698915","bedrooms":"1","price":"236000","area":"584"} , +{"type":"Feature","id":"n502547740","geometry":{"type":"Point","coordinates":[0.3702364,51.4448118]},"properties":{"@type":"node","@id":502547740,"@timestamp":1615557696},"coords":"51.4448118,0.3702364","bedrooms":"3","price":"237000","area":"619"} , +{"type":"Feature","id":"n502547767","geometry":{"type":"Point","coordinates":[0.3643764,51.4294434]},"properties":{"@type":"node","@id":502547767,"@timestamp":1615557696},"coords":"51.4294434,0.3643764","bedrooms":"3","price":"174000","area":"672"} , +{"type":"Feature","id":"n502547806","geometry":{"type":"Point","coordinates":[0.358397,51.4422902]},"properties":{"@type":"node","@id":502547806,"@timestamp":1615557696},"coords":"51.4422902,0.358397","bedrooms":"0","price":"250000","area":"488"} , +{"type":"Feature","id":"n502547838","geometry":{"type":"Point","coordinates":[-0.3269845,51.7503149]},"properties":{"@type":"node","@id":502547838,"@timestamp":1614780896},"coords":"51.7503149,-0.3269845","bedrooms":"3","price":"153000","area":"471"} , +{"type":"Feature","id":"n502547868","geometry":{"type":"Point","coordinates":[-0.2854776,51.7184375]},"properties":{"@type":"node","@id":502547868,"@timestamp":1626442481},"coords":"51.7184375,-0.2854776","bedrooms":"3","price":"175000","area":"538"} , +{"type":"Feature","id":"n502547909","geometry":{"type":"Point","coordinates":[-0.300742,51.7257287]},"properties":{"@type":"node","@id":502547909,"@timestamp":1626431285},"coords":"51.7257287,-0.300742","bedrooms":"1","price":"259000","area":"490"} , +{"type":"Feature","id":"n502547944","geometry":{"type":"Point","coordinates":[0.3535339,51.4423238]},"properties":{"@type":"node","@id":502547944,"@timestamp":1560091631},"coords":"51.4423238,0.3535339","bedrooms":"4","price":"185000","area":"532"} , +{"type":"Feature","id":"n502547975","geometry":{"type":"Point","coordinates":[0.2963144,51.4507514]},"properties":{"@type":"node","@id":502547975,"@timestamp":1615818191},"coords":"51.4507514,0.2963144","bedrooms":"0","price":"289000","area":"671"} , +{"type":"Feature","id":"n502547992","geometry":{"type":"Point","coordinates":[0.2596523,51.4455604]},"properties":{"@type":"node","@id":502547992,"@timestamp":1617193616},"coords":"51.4455604,0.2596523","bedrooms":"3","price":"272000","area":"665"} , +{"type":"Feature","id":"n502548004","geometry":{"type":"Point","coordinates":[0.2355075,51.4420488]},"properties":{"@type":"node","@id":502548004,"@timestamp":1614137148},"coords":"51.4420488,0.2355075","bedrooms":"1","price":"195000","area":"649"} , +{"type":"Feature","id":"n502548017","geometry":{"type":"Point","coordinates":[0.2599103,51.4457214]},"properties":{"@type":"node","@id":502548017,"@timestamp":1617193616},"coords":"51.4457214,0.2599103","bedrooms":"3","price":"167000","area":"408"} , +{"type":"Feature","id":"n502548030","geometry":{"type":"Point","coordinates":[0.3012329,51.4512146]},"properties":{"@type":"node","@id":502548030,"@timestamp":1615818625},"coords":"51.4512146,0.3012329","bedrooms":"0","price":"167000","area":"577"} , +{"type":"Feature","id":"n502548044","geometry":{"type":"Point","coordinates":[0.3032106,51.4430367]},"properties":{"@type":"node","@id":502548044,"@timestamp":1560860187},"coords":"51.4430367,0.3032106","bedrooms":"1","price":"246000","area":"553"} , +{"type":"Feature","id":"n502548059","geometry":{"type":"Point","coordinates":[-0.3346143,51.7176199]},"properties":{"@type":"node","@id":502548059,"@timestamp":1556647974},"coords":"51.7176199,-0.3346143","bedrooms":"3","price":"201000","area":"549"} , +{"type":"Feature","id":"n502548094","geometry":{"type":"Point","coordinates":[0.247909,51.4282707]},"properties":{"@type":"node","@id":502548094,"@timestamp":1614120062},"coords":"51.4282707,0.247909","bedrooms":"0","price":"200000","area":"514"} , +{"type":"Feature","id":"n502548133","geometry":{"type":"Point","coordinates":[-0.3778845,51.7101542]},"properties":{"@type":"node","@id":502548133,"@timestamp":1625751264},"coords":"51.7101542,-0.3778845","bedrooms":"1","price":"157000","area":"385"} , +{"type":"Feature","id":"n502548160","geometry":{"type":"Point","coordinates":[0.2477221,51.439329]},"properties":{"@type":"node","@id":502548160,"@timestamp":1614137148},"coords":"51.439329,0.2477221","bedrooms":"1","price":"237000","area":"573"} , +{"type":"Feature","id":"n502548207","geometry":{"type":"Point","coordinates":[0.2156208,51.4386646]},"properties":{"@type":"node","@id":502548207,"@timestamp":1561716522},"coords":"51.4386646,0.2156208","bedrooms":"4","price":"170000","area":"448"} , +{"type":"Feature","id":"n502548233","geometry":{"type":"Point","coordinates":[0.2321539,51.4198496]},"properties":{"@type":"node","@id":502548233,"@timestamp":1616193169},"coords":"51.4198496,0.2321539","bedrooms":"2","price":"150000","area":"436"} , +{"type":"Feature","id":"n502548267","geometry":{"type":"Point","coordinates":[0.2307804,51.3899652]},"properties":{"@type":"node","@id":502548267,"@timestamp":1618684705},"coords":"51.3899652,0.2307804","bedrooms":"2","price":"160000","area":"683"} , +{"type":"Feature","id":"n502548310","geometry":{"type":"Point","coordinates":[0.2339273,51.4164086]},"properties":{"@type":"node","@id":502548310,"@timestamp":1383160258},"coords":"51.4164086,0.2339273","bedrooms":"3","price":"209000","area":"568"} , +{"type":"Feature","id":"n502548340","geometry":{"type":"Point","coordinates":[0.215478,51.4346284]},"properties":{"@type":"node","@id":502548340,"@timestamp":1614137148},"coords":"51.4346284,0.215478","bedrooms":"2","price":"179000","area":"454"} , +{"type":"Feature","id":"n502548379","geometry":{"type":"Point","coordinates":[0.1913371,51.4485729]},"properties":{"@type":"node","@id":502548379,"@timestamp":1614137148},"coords":"51.4485729,0.1913371","bedrooms":"0","price":"235000","area":"631"} , +{"type":"Feature","id":"n502548416","geometry":{"type":"Point","coordinates":[-0.3433212,51.7617959]},"properties":{"@type":"node","@id":502548416,"@timestamp":1558709517},"coords":"51.7617959,-0.3433212","bedrooms":"3","price":"266000","area":"595"} , +{"type":"Feature","id":"n502548443","geometry":{"type":"Point","coordinates":[-0.3437295,51.7676646]},"properties":{"@type":"node","@id":502548443,"@timestamp":1613743984},"coords":"51.7676646,-0.3437295","bedrooms":"2","price":"238000","area":"522"} , +{"type":"Feature","id":"n502548467","geometry":{"type":"Point","coordinates":[0.2179909,51.446675]},"properties":{"@type":"node","@id":502548467,"@timestamp":1614137148},"coords":"51.446675,0.2179909","bedrooms":"3","price":"197000","area":"497"} , +{"type":"Feature","id":"n502548494","geometry":{"type":"Point","coordinates":[0.2790269,51.4332119]},"properties":{"@type":"node","@id":502548494,"@timestamp":1613663662},"coords":"51.4332119,0.2790269","bedrooms":"2","price":"173000","area":"677"} , +{"type":"Feature","id":"n502548522","geometry":{"type":"Point","coordinates":[0.2422354,51.4370568]},"properties":{"@type":"node","@id":502548522,"@timestamp":1616076549},"coords":"51.4370568,0.2422354","bedrooms":"4","price":"161000","area":"495"} , +{"type":"Feature","id":"n502548549","geometry":{"type":"Point","coordinates":[-0.4117495,51.7427097]},"properties":{"@type":"node","@id":502548549,"@timestamp":1629369484},"coords":"51.7427097,-0.4117495","bedrooms":"2","price":"204000","area":"501"} , +{"type":"Feature","id":"n502548586","geometry":{"type":"Point","coordinates":[0.2339316,51.4430269]},"properties":{"@type":"node","@id":502548586,"@timestamp":1614137148},"coords":"51.4430269,0.2339316","bedrooms":"2","price":"177000","area":"521"} , +{"type":"Feature","id":"n502548619","geometry":{"type":"Point","coordinates":[0.1802598,51.4271217]},"properties":{"@type":"node","@id":502548619,"@timestamp":1624372140},"coords":"51.4271217,0.1802598","bedrooms":"3","price":"159000","area":"405"} , +{"type":"Feature","id":"n502548643","geometry":{"type":"Point","coordinates":[-0.4141098,51.7857832]},"properties":{"@type":"node","@id":502548643,"@timestamp":1253397688},"coords":"51.7857832,-0.4141098","bedrooms":"1","price":"214000","area":"385"} , +{"type":"Feature","id":"n502548669","geometry":{"type":"Point","coordinates":[-0.396626,51.7967772]},"properties":{"@type":"node","@id":502548669,"@timestamp":1628859675},"coords":"51.7967772,-0.396626","bedrooms":"3","price":"172000","area":"470"} , +{"type":"Feature","id":"n502548703","geometry":{"type":"Point","coordinates":[-0.3962106,51.7997542]},"properties":{"@type":"node","@id":502548703,"@timestamp":1628863918},"coords":"51.7997542,-0.3962106","bedrooms":"2","price":"292000","area":"622"} , +{"type":"Feature","id":"n502548732","geometry":{"type":"Point","coordinates":[0.177917,51.3951855]},"properties":{"@type":"node","@id":502548732,"@timestamp":1618701055},"coords":"51.3951855,0.177917","bedrooms":"0","price":"268000","area":"652"} , +{"type":"Feature","id":"n502548762","geometry":{"type":"Point","coordinates":[0.1791215,51.3946581]},"properties":{"@type":"node","@id":502548762,"@timestamp":1594482183},"coords":"51.3946581,0.1791215","bedrooms":"0","price":"261000","area":"634"} , +{"type":"Feature","id":"n502548794","geometry":{"type":"Point","coordinates":[0.1593453,51.3831371]},"properties":{"@type":"node","@id":502548794,"@timestamp":1614113583},"coords":"51.3831371,0.1593453","bedrooms":"0","price":"288000","area":"537"} , +{"type":"Feature","id":"n502548821","geometry":{"type":"Point","coordinates":[-0.3022142,51.7605168]},"properties":{"@type":"node","@id":502548821,"@timestamp":1253397695},"coords":"51.7605168,-0.3022142","bedrooms":"0","price":"277000","area":"351"} , +{"type":"Feature","id":"n502548858","geometry":{"type":"Point","coordinates":[0.1577348,51.4055899]},"properties":{"@type":"node","@id":502548858,"@timestamp":1617450852},"coords":"51.4055899,0.1577348","bedrooms":"4","price":"255000","area":"390"} , +{"type":"Feature","id":"n502548888","geometry":{"type":"Point","coordinates":[0.168267,51.4290731]},"properties":{"@type":"node","@id":502548888,"@timestamp":1624372140},"coords":"51.4290731,0.168267","bedrooms":"0","price":"196000","area":"507"} , +{"type":"Feature","id":"n502548917","geometry":{"type":"Point","coordinates":[0.1653664,51.402637]},"properties":{"@type":"node","@id":502548917,"@timestamp":1618064975},"coords":"51.402637,0.1653664","bedrooms":"2","price":"198000","area":"612"} , +{"type":"Feature","id":"n502548945","geometry":{"type":"Point","coordinates":[-0.2931082,51.7645124]},"properties":{"@type":"node","@id":502548945,"@timestamp":1613568085},"coords":"51.7645124,-0.2931082","bedrooms":"0","price":"201000","area":"640"} , +{"type":"Feature","id":"n502548973","geometry":{"type":"Point","coordinates":[-0.3126642,51.7747132]},"properties":{"@type":"node","@id":502548973,"@timestamp":1613568085},"coords":"51.7747132,-0.3126642","bedrooms":"1","price":"262000","area":"603"} , +{"type":"Feature","id":"n502549001","geometry":{"type":"Point","coordinates":[0.2517414,51.4025325]},"properties":{"@type":"node","@id":502549001,"@timestamp":1556645797},"coords":"51.4025325,0.2517414","bedrooms":"4","price":"263000","area":"544"} , +{"type":"Feature","id":"n502549027","geometry":{"type":"Point","coordinates":[0.582498,51.267115]},"properties":{"@type":"node","@id":502549027,"@timestamp":1612156479},"coords":"51.267115,0.582498","bedrooms":"0","price":"156000","area":"608"} , +{"type":"Feature","id":"n502549060","geometry":{"type":"Point","coordinates":[-0.2890007,51.8072902]},"properties":{"@type":"node","@id":502549060,"@timestamp":1633580391},"coords":"51.8072902,-0.2890007","bedrooms":"1","price":"168000","area":"644"} , +{"type":"Feature","id":"n502549085","geometry":{"type":"Point","coordinates":[0.605192,51.2436282]},"properties":{"@type":"node","@id":502549085,"@timestamp":1253397705},"coords":"51.2436282,0.605192","bedrooms":"2","price":"266000","area":"660"} , +{"type":"Feature","id":"n502549111","geometry":{"type":"Point","coordinates":[0.6074271,51.2469153]},"properties":{"@type":"node","@id":502549111,"@timestamp":1253397706},"coords":"51.2469153,0.6074271","bedrooms":"2","price":"251000","area":"570"} , +{"type":"Feature","id":"n502549134","geometry":{"type":"Point","coordinates":[0.6738868,51.2430541]},"properties":{"@type":"node","@id":502549134,"@timestamp":1616184023},"coords":"51.2430541,0.6738868","bedrooms":"1","price":"173000","area":"543"} , +{"type":"Feature","id":"n502549166","geometry":{"type":"Point","coordinates":[-0.3368563,51.8225731]},"properties":{"@type":"node","@id":502549166,"@timestamp":1626456249},"coords":"51.8225731,-0.3368563","bedrooms":"1","price":"286000","area":"407"} , +{"type":"Feature","id":"n502549200","geometry":{"type":"Point","coordinates":[0.7945498,51.2094287]},"properties":{"@type":"node","@id":502549200,"@timestamp":1613407224},"coords":"51.2094287,0.7945498","bedrooms":"3","price":"235000","area":"413"} , +{"type":"Feature","id":"n502549225","geometry":{"type":"Point","coordinates":[-0.3428887,51.8270008]},"properties":{"@type":"node","@id":502549225,"@timestamp":1253397710},"coords":"51.8270008,-0.3428887","bedrooms":"4","price":"233000","area":"655"} , +{"type":"Feature","id":"n502549260","geometry":{"type":"Point","coordinates":[0.6353426,51.2510615]},"properties":{"@type":"node","@id":502549260,"@timestamp":1634903983},"coords":"51.2510615,0.6353426","bedrooms":"0","price":"261000","area":"681"} , +{"type":"Feature","id":"n502549284","geometry":{"type":"Point","coordinates":[-0.3342803,51.7707374]},"properties":{"@type":"node","@id":502549284,"@timestamp":1613568085},"coords":"51.7707374,-0.3342803","bedrooms":"0","price":"272000","area":"351"} , +{"type":"Feature","id":"n502549316","geometry":{"type":"Point","coordinates":[0.8839135,51.3174481]},"properties":{"@type":"node","@id":502549316,"@timestamp":1631956062},"coords":"51.3174481,0.8839135","bedrooms":"3","price":"247000","area":"392"} , +{"type":"Feature","id":"n502549339","geometry":{"type":"Point","coordinates":[0.8927765,51.3079353]},"properties":{"@type":"node","@id":502549339,"@timestamp":1253397713},"coords":"51.3079353,0.8927765","bedrooms":"2","price":"204000","area":"445"} , +{"type":"Feature","id":"n502549396","geometry":{"type":"Point","coordinates":[-0.3523628,51.8120899]},"properties":{"@type":"node","@id":502549396,"@timestamp":1628364704},"coords":"51.8120899,-0.3523628","bedrooms":"0","price":"294000","area":"367"} , +{"type":"Feature","id":"n502549423","geometry":{"type":"Point","coordinates":[0.8762945,51.3305129]},"properties":{"@type":"node","@id":502549423,"@timestamp":1253397716},"coords":"51.3305129,0.8762945","bedrooms":"2","price":"164000","area":"561"} , +{"type":"Feature","id":"n502549456","geometry":{"type":"Point","coordinates":[-0.3398505,51.809774]},"properties":{"@type":"node","@id":502549456,"@timestamp":1253397718},"coords":"51.809774,-0.3398505","bedrooms":"1","price":"162000","area":"501"} , +{"type":"Feature","id":"n502549486","geometry":{"type":"Point","coordinates":[0.8865926,51.314643]},"properties":{"@type":"node","@id":502549486,"@timestamp":1615380294},"coords":"51.314643,0.8865926","bedrooms":"3","price":"158000","area":"414"} , +{"type":"Feature","id":"n502549540","geometry":{"type":"Point","coordinates":[0.8812603,51.2748407]},"properties":{"@type":"node","@id":502549540,"@timestamp":1253397720},"coords":"51.2748407,0.8812603","bedrooms":"4","price":"179000","area":"568"} , +{"type":"Feature","id":"n502549566","geometry":{"type":"Point","coordinates":[0.6304163,51.2291408]},"properties":{"@type":"node","@id":502549566,"@timestamp":1625436501},"coords":"51.2291408,0.6304163","bedrooms":"2","price":"170000","area":"431"} , +{"type":"Feature","id":"n502549612","geometry":{"type":"Point","coordinates":[0.6363126,51.2267865]},"properties":{"@type":"node","@id":502549612,"@timestamp":1634467573},"coords":"51.2267865,0.6363126","bedrooms":"3","price":"278000","area":"468"} , +{"type":"Feature","id":"n502549650","geometry":{"type":"Point","coordinates":[0.5907643,51.2059305]},"properties":{"@type":"node","@id":502549650,"@timestamp":1253397723},"coords":"51.2059305,0.5907643","bedrooms":"3","price":"230000","area":"692"} , +{"type":"Feature","id":"n502549679","geometry":{"type":"Point","coordinates":[-0.347453,51.8220385]},"properties":{"@type":"node","@id":502549679,"@timestamp":1253397724},"coords":"51.8220385,-0.347453","bedrooms":"0","price":"191000","area":"529"} , +{"type":"Feature","id":"n502549708","geometry":{"type":"Point","coordinates":[-0.3713749,51.8201872]},"properties":{"@type":"node","@id":502549708,"@timestamp":1253397725},"coords":"51.8201872,-0.3713749","bedrooms":"3","price":"217000","area":"472"} , +{"type":"Feature","id":"n502549746","geometry":{"type":"Point","coordinates":[-0.176404,51.8500028]},"properties":{"@type":"node","@id":502549746,"@timestamp":1253397726},"coords":"51.8500028,-0.176404","bedrooms":"2","price":"207000","area":"657"} , +{"type":"Feature","id":"n502549775","geometry":{"type":"Point","coordinates":[0.6067912,51.020499]},"properties":{"@type":"node","@id":502549775,"@timestamp":1253397727},"coords":"51.020499,0.6067912","bedrooms":"1","price":"237000","area":"646"} , +{"type":"Feature","id":"n502549806","geometry":{"type":"Point","coordinates":[0.6338509,51.0560854]},"properties":{"@type":"node","@id":502549806,"@timestamp":1253397728},"coords":"51.0560854,0.6338509","bedrooms":"3","price":"274000","area":"582"} , +{"type":"Feature","id":"n502549838","geometry":{"type":"Point","coordinates":[-0.2149048,51.8251905]},"properties":{"@type":"node","@id":502549838,"@timestamp":1253397729},"coords":"51.8251905,-0.2149048","bedrooms":"3","price":"203000","area":"549"} , +{"type":"Feature","id":"n502549872","geometry":{"type":"Point","coordinates":[-0.1917371,51.8231909]},"properties":{"@type":"node","@id":502549872,"@timestamp":1253397730},"coords":"51.8231909,-0.1917371","bedrooms":"1","price":"170000","area":"690"} , +{"type":"Feature","id":"n502549893","geometry":{"type":"Point","coordinates":[0.6350934,51.1555916]},"properties":{"@type":"node","@id":502549893,"@timestamp":1616194748},"coords":"51.1555916,0.6350934","bedrooms":"4","price":"191000","area":"587"} , +{"type":"Feature","id":"n502549911","geometry":{"type":"Point","coordinates":[0.5467913,51.1883565]},"properties":{"@type":"node","@id":502549911,"@timestamp":1614114644},"coords":"51.1883565,0.5467913","bedrooms":"3","price":"188000","area":"470"} , +{"type":"Feature","id":"n502549931","geometry":{"type":"Point","coordinates":[-0.1952716,51.810638]},"properties":{"@type":"node","@id":502549931,"@timestamp":1253397733},"coords":"51.810638,-0.1952716","bedrooms":"1","price":"233000","area":"422"} , +{"type":"Feature","id":"n502549951","geometry":{"type":"Point","coordinates":[0.5442922,51.1077186]},"properties":{"@type":"node","@id":502549951,"@timestamp":1271973333},"coords":"51.1077186,0.5442922","bedrooms":"4","price":"164000","area":"696"} , +{"type":"Feature","id":"n502549972","geometry":{"type":"Point","coordinates":[-0.2243844,51.797422]},"properties":{"@type":"node","@id":502549972,"@timestamp":1253397735},"coords":"51.797422,-0.2243844","bedrooms":"2","price":"220000","area":"557"} , +{"type":"Feature","id":"n502550008","geometry":{"type":"Point","coordinates":[0.4963535,51.0384265]},"properties":{"@type":"node","@id":502550008,"@timestamp":1292271271},"coords":"51.0384265,0.4963535","bedrooms":"1","price":"192000","area":"666"} , +{"type":"Feature","id":"n502550037","geometry":{"type":"Point","coordinates":[-0.2040738,51.8024068]},"properties":{"@type":"node","@id":502550037,"@timestamp":1591787486},"coords":"51.8024068,-0.2040738","bedrooms":"3","price":"177000","area":"367"} , +{"type":"Feature","id":"n502550069","geometry":{"type":"Point","coordinates":[0.5373242,51.1037769]},"properties":{"@type":"node","@id":502550069,"@timestamp":1614111724},"coords":"51.1037769,0.5373242","bedrooms":"4","price":"248000","area":"550"} , +{"type":"Feature","id":"n502550100","geometry":{"type":"Point","coordinates":[-0.1970309,51.8043124]},"properties":{"@type":"node","@id":502550100,"@timestamp":1560033976},"coords":"51.8043124,-0.1970309","bedrooms":"0","price":"182000","area":"507"} , +{"type":"Feature","id":"n502550133","geometry":{"type":"Point","coordinates":[-0.1864923,51.808902]},"properties":{"@type":"node","@id":502550133,"@timestamp":1605279343},"coords":"51.808902,-0.1864923","bedrooms":"4","price":"237000","area":"352"} , +{"type":"Feature","id":"n502550162","geometry":{"type":"Point","coordinates":[0.6994436,51.0698245]},"properties":{"@type":"node","@id":502550162,"@timestamp":1626699381},"coords":"51.0698245,0.6994436","bedrooms":"0","price":"242000","area":"675"} , +{"type":"Feature","id":"n502550231","geometry":{"type":"Point","coordinates":[-0.177293,51.8042728]},"properties":{"@type":"node","@id":502550231,"@timestamp":1253397743},"coords":"51.8042728,-0.177293","bedrooms":"3","price":"207000","area":"365"} , +{"type":"Feature","id":"n502550302","geometry":{"type":"Point","coordinates":[-0.16098,51.8012941]},"properties":{"@type":"node","@id":502550302,"@timestamp":1253397745},"coords":"51.8012941,-0.16098","bedrooms":"2","price":"261000","area":"613"} , +{"type":"Feature","id":"n502550366","geometry":{"type":"Point","coordinates":[-0.1713661,51.7905125]},"properties":{"@type":"node","@id":502550366,"@timestamp":1253397747},"coords":"51.7905125,-0.1713661","bedrooms":"3","price":"216000","area":"467"} , +{"type":"Feature","id":"n502550442","geometry":{"type":"Point","coordinates":[-0.1875626,51.7905799]},"properties":{"@type":"node","@id":502550442,"@timestamp":1605279343},"coords":"51.7905799,-0.1875626","bedrooms":"0","price":"157000","area":"654"} , +{"type":"Feature","id":"n502550476","geometry":{"type":"Point","coordinates":[0.7715729,51.0812639]},"properties":{"@type":"node","@id":502550476,"@timestamp":1578393274},"coords":"51.0812639,0.7715729","bedrooms":"1","price":"237000","area":"415"} , +{"type":"Feature","id":"n502550505","geometry":{"type":"Point","coordinates":[-0.1799162,51.785502]},"properties":{"@type":"node","@id":502550505,"@timestamp":1605279343},"coords":"51.785502,-0.1799162","bedrooms":"2","price":"201000","area":"643"} , +{"type":"Feature","id":"n502550541","geometry":{"type":"Point","coordinates":[-0.2054395,51.7739164]},"properties":{"@type":"node","@id":502550541,"@timestamp":1605279343},"coords":"51.7739164,-0.2054395","bedrooms":"0","price":"150000","area":"581"} , +{"type":"Feature","id":"n502550580","geometry":{"type":"Point","coordinates":[0.8177439,51.1843458]},"properties":{"@type":"node","@id":502550580,"@timestamp":1618686032},"coords":"51.1843458,0.8177439","bedrooms":"0","price":"226000","area":"650"} , +{"type":"Feature","id":"n502550601","geometry":{"type":"Point","coordinates":[0.847013,51.1676168]},"properties":{"@type":"node","@id":502550601,"@timestamp":1612132949},"coords":"51.1676168,0.847013","bedrooms":"4","price":"182000","area":"597"} , +{"type":"Feature","id":"n502550637","geometry":{"type":"Point","coordinates":[0.8513591,51.1511052]},"properties":{"@type":"node","@id":502550637,"@timestamp":1615485574},"coords":"51.1511052,0.8513591","bedrooms":"3","price":"277000","area":"518"} , +{"type":"Feature","id":"n502550691","geometry":{"type":"Point","coordinates":[0.8879945,51.164639]},"properties":{"@type":"node","@id":502550691,"@timestamp":1624478570},"coords":"51.164639,0.8879945","bedrooms":"4","price":"238000","area":"442"} , +{"type":"Feature","id":"n502550737","geometry":{"type":"Point","coordinates":[0.8912176,51.1890809]},"properties":{"@type":"node","@id":502550737,"@timestamp":1612805533},"coords":"51.1890809,0.8912176","bedrooms":"0","price":"151000","area":"502"} , +{"type":"Feature","id":"n502550780","geometry":{"type":"Point","coordinates":[-0.2020219,51.7722454]},"properties":{"@type":"node","@id":502550780,"@timestamp":1598848851},"coords":"51.7722454,-0.2020219","bedrooms":"3","price":"291000","area":"488"} , +{"type":"Feature","id":"n502550810","geometry":{"type":"Point","coordinates":[0.8004035,51.202861]},"properties":{"@type":"node","@id":502550810,"@timestamp":1613407224},"coords":"51.202861,0.8004035","bedrooms":"3","price":"247000","area":"566"} , +{"type":"Feature","id":"n502550896","geometry":{"type":"Point","coordinates":[-0.2360267,51.7733542]},"properties":{"@type":"node","@id":502550896,"@timestamp":1598848890},"coords":"51.7733542,-0.2360267","bedrooms":"4","price":"188000","area":"563"} , +{"type":"Feature","id":"n502551002","geometry":{"type":"Point","coordinates":[-0.2251831,51.7557592]},"properties":{"@type":"node","@id":502551002,"@timestamp":1598037085},"coords":"51.7557592,-0.2251831","bedrooms":"3","price":"257000","area":"492"} , +{"type":"Feature","id":"n502551077","geometry":{"type":"Point","coordinates":[-0.2339993,51.7540993]},"properties":{"@type":"node","@id":502551077,"@timestamp":1583790533},"coords":"51.7540993,-0.2339993","bedrooms":"1","price":"288000","area":"529"} , +{"type":"Feature","id":"n502551148","geometry":{"type":"Point","coordinates":[0.8623146,51.1550468]},"properties":{"@type":"node","@id":502551148,"@timestamp":1612132949},"coords":"51.1550468,0.8623146","bedrooms":"0","price":"157000","area":"384"} , +{"type":"Feature","id":"n502551171","geometry":{"type":"Point","coordinates":[-0.2523732,51.7594148]},"properties":{"@type":"node","@id":502551171,"@timestamp":1634839653},"coords":"51.7594148,-0.2523732","bedrooms":"4","price":"157000","area":"507"} , +{"type":"Feature","id":"n502551204","geometry":{"type":"Point","coordinates":[0.8936498,51.1373938]},"properties":{"@type":"node","@id":502551204,"@timestamp":1620663789},"coords":"51.1373938,0.8936498","bedrooms":"3","price":"222000","area":"459"} , +{"type":"Feature","id":"n502551230","geometry":{"type":"Point","coordinates":[-0.1795371,51.7280469]},"properties":{"@type":"node","@id":502551230,"@timestamp":1564967308},"coords":"51.7280469,-0.1795371","bedrooms":"0","price":"182000","area":"449"} , +{"type":"Feature","id":"n502551258","geometry":{"type":"Point","coordinates":[0.8829411,51.1478787]},"properties":{"@type":"node","@id":502551258,"@timestamp":1615235926},"coords":"51.1478787,0.8829411","bedrooms":"3","price":"211000","area":"569"} , +{"type":"Feature","id":"n502551276","geometry":{"type":"Point","coordinates":[0.8744679,51.1542989]},"properties":{"@type":"node","@id":502551276,"@timestamp":1612132949},"coords":"51.1542989,0.8744679","bedrooms":"2","price":"228000","area":"585"} , +{"type":"Feature","id":"n502551302","geometry":{"type":"Point","coordinates":[-0.2019116,51.7214469]},"properties":{"@type":"node","@id":502551302,"@timestamp":1583790533},"coords":"51.7214469,-0.2019116","bedrooms":"3","price":"199000","area":"560"} , +{"type":"Feature","id":"n502551328","geometry":{"type":"Point","coordinates":[0.8539148,51.1403587]},"properties":{"@type":"node","@id":502551328,"@timestamp":1562924422},"coords":"51.1403587,0.8539148","bedrooms":"4","price":"213000","area":"608"} , +{"type":"Feature","id":"n502551360","geometry":{"type":"Point","coordinates":[0.8554574,51.1364559]},"properties":{"@type":"node","@id":502551360,"@timestamp":1562925530},"coords":"51.1364559,0.8554574","bedrooms":"0","price":"180000","area":"687"} , +{"type":"Feature","id":"n502551382","geometry":{"type":"Point","coordinates":[0.8519964,51.143511]},"properties":{"@type":"node","@id":502551382,"@timestamp":1602166543},"coords":"51.143511,0.8519964","bedrooms":"4","price":"223000","area":"470"} , +{"type":"Feature","id":"n502551404","geometry":{"type":"Point","coordinates":[0.8703757,51.1394968]},"properties":{"@type":"node","@id":502551404,"@timestamp":1562924422},"coords":"51.1394968,0.8703757","bedrooms":"1","price":"202000","area":"446"} , +{"type":"Feature","id":"n502551430","geometry":{"type":"Point","coordinates":[0.8600921,51.1306554]},"properties":{"@type":"node","@id":502551430,"@timestamp":1562929826},"coords":"51.1306554,0.8600921","bedrooms":"4","price":"222000","area":"672"} , +{"type":"Feature","id":"n502551470","geometry":{"type":"Point","coordinates":[0.8474625,51.1319352]},"properties":{"@type":"node","@id":502551470,"@timestamp":1618753267},"coords":"51.1319352,0.8474625","bedrooms":"0","price":"239000","area":"437"} , +{"type":"Feature","id":"n502551513","geometry":{"type":"Point","coordinates":[0.8392427,51.140788]},"properties":{"@type":"node","@id":502551513,"@timestamp":1562918492},"coords":"51.140788,0.8392427","bedrooms":"0","price":"244000","area":"620"} , +{"type":"Feature","id":"n502551540","geometry":{"type":"Point","coordinates":[-0.1999059,51.7190411]},"properties":{"@type":"node","@id":502551540,"@timestamp":1556647982},"coords":"51.7190411,-0.1999059","bedrooms":"4","price":"250000","area":"539"} , +{"type":"Feature","id":"n502551620","geometry":{"type":"Point","coordinates":[-0.2170007,51.7345614]},"properties":{"@type":"node","@id":502551620,"@timestamp":1583790533},"coords":"51.7345614,-0.2170007","bedrooms":"4","price":"189000","area":"665"} , +{"type":"Feature","id":"n502551660","geometry":{"type":"Point","coordinates":[-0.1869279,51.7333255]},"properties":{"@type":"node","@id":502551660,"@timestamp":1564967308},"coords":"51.7333255,-0.1869279","bedrooms":"3","price":"167000","area":"667"} , +{"type":"Feature","id":"n502551692","geometry":{"type":"Point","coordinates":[-0.1686193,51.7176133]},"properties":{"@type":"node","@id":502551692,"@timestamp":1556647982},"coords":"51.7176133,-0.1686193","bedrooms":"0","price":"197000","area":"407"} , +{"type":"Feature","id":"n502551708","geometry":{"type":"Point","coordinates":[0.8431278,51.1307356]},"properties":{"@type":"node","@id":502551708,"@timestamp":1615832282},"coords":"51.1307356,0.8431278","bedrooms":"1","price":"170000","area":"374"} , +{"type":"Feature","id":"n502551754","geometry":{"type":"Point","coordinates":[-0.2444148,51.7609355]},"properties":{"@type":"node","@id":502551754,"@timestamp":1634839706},"coords":"51.7609355,-0.2444148","bedrooms":"4","price":"150000","area":"464"} , +{"type":"Feature","id":"n502551839","geometry":{"type":"Point","coordinates":[-0.2346872,51.7471199]},"properties":{"@type":"node","@id":502551839,"@timestamp":1583790533},"coords":"51.7471199,-0.2346872","bedrooms":"2","price":"278000","area":"580"} , +{"type":"Feature","id":"n502551914","geometry":{"type":"Point","coordinates":[-0.2330479,51.7613739]},"properties":{"@type":"node","@id":502551914,"@timestamp":1564967308},"coords":"51.7613739,-0.2330479","bedrooms":"0","price":"290000","area":"589"} , +{"type":"Feature","id":"n502552008","geometry":{"type":"Point","coordinates":[-0.2435693,51.7740652]},"properties":{"@type":"node","@id":502552008,"@timestamp":1564967308},"coords":"51.7740652,-0.2435693","bedrooms":"3","price":"163000","area":"457"} , +{"type":"Feature","id":"n502552090","geometry":{"type":"Point","coordinates":[-0.233516,51.7655716]},"properties":{"@type":"node","@id":502552090,"@timestamp":1605279343},"coords":"51.7655716,-0.233516","bedrooms":"2","price":"174000","area":"540"} , +{"type":"Feature","id":"n502552166","geometry":{"type":"Point","coordinates":[-0.2425442,51.7656555]},"properties":{"@type":"node","@id":502552166,"@timestamp":1635420706},"coords":"51.7656555,-0.2425442","bedrooms":"1","price":"270000","area":"425"} , +{"type":"Feature","id":"n502552199","geometry":{"type":"Point","coordinates":[-0.2174473,51.7662846]},"properties":{"@type":"node","@id":502552199,"@timestamp":1598848856},"coords":"51.7662846,-0.2174473","bedrooms":"2","price":"185000","area":"574"} , +{"type":"Feature","id":"n502552228","geometry":{"type":"Point","coordinates":[-0.214133,51.7676371]},"properties":{"@type":"node","@id":502552228,"@timestamp":1598848859},"coords":"51.7676371,-0.214133","bedrooms":"0","price":"286000","area":"359"} , +{"type":"Feature","id":"n502552256","geometry":{"type":"Point","coordinates":[-0.2203533,51.7771464]},"properties":{"@type":"node","@id":502552256,"@timestamp":1598848860},"coords":"51.7771464,-0.2203533","bedrooms":"1","price":"202000","area":"406"} , +{"type":"Feature","id":"n502552291","geometry":{"type":"Point","coordinates":[-0.2161828,51.79835]},"properties":{"@type":"node","@id":502552291,"@timestamp":1253397802},"coords":"51.79835,-0.2161828","bedrooms":"1","price":"245000","area":"639"} , +{"type":"Feature","id":"n502552350","geometry":{"type":"Point","coordinates":[-0.1911784,51.7836574]},"properties":{"@type":"node","@id":502552350,"@timestamp":1605279343},"coords":"51.7836574,-0.1911784","bedrooms":"3","price":"292000","area":"438"} , +{"type":"Feature","id":"n502552411","geometry":{"type":"Point","coordinates":[-0.182758,51.7901801]},"properties":{"@type":"node","@id":502552411,"@timestamp":1605279343},"coords":"51.7901801,-0.182758","bedrooms":"3","price":"293000","area":"375"} , +{"type":"Feature","id":"n502552501","geometry":{"type":"Point","coordinates":[-0.1682013,51.7916771]},"properties":{"@type":"node","@id":502552501,"@timestamp":1253397808},"coords":"51.7916771,-0.1682013","bedrooms":"2","price":"197000","area":"464"} , +{"type":"Feature","id":"n502552592","geometry":{"type":"Point","coordinates":[-0.1819943,51.8060638]},"properties":{"@type":"node","@id":502552592,"@timestamp":1605279343},"coords":"51.8060638,-0.1819943","bedrooms":"3","price":"168000","area":"512"} , +{"type":"Feature","id":"n502552667","geometry":{"type":"Point","coordinates":[-0.180637,51.8004759]},"properties":{"@type":"node","@id":502552667,"@timestamp":1253397812},"coords":"51.8004759,-0.180637","bedrooms":"3","price":"264000","area":"393"} , +{"type":"Feature","id":"n502552732","geometry":{"type":"Point","coordinates":[-0.2456328,51.7615807]},"properties":{"@type":"node","@id":502552732,"@timestamp":1598848932},"coords":"51.7615807,-0.2456328","bedrooms":"2","price":"245000","area":"508"} , +{"type":"Feature","id":"n502552803","geometry":{"type":"Point","coordinates":[-0.1985337,51.815418]},"properties":{"@type":"node","@id":502552803,"@timestamp":1389029652},"coords":"51.815418,-0.1985337","bedrooms":"3","price":"189000","area":"656"} , +{"type":"Feature","id":"n502552856","geometry":{"type":"Point","coordinates":[-0.2088507,51.8172122]},"properties":{"@type":"node","@id":502552856,"@timestamp":1621274221},"coords":"51.8172122,-0.2088507","bedrooms":"3","price":"294000","area":"537"} , +{"type":"Feature","id":"n502552917","geometry":{"type":"Point","coordinates":[0.1817649,51.2771308]},"properties":{"@type":"node","@id":502552917,"@timestamp":1616076549},"coords":"51.2771308,0.1817649","bedrooms":"2","price":"236000","area":"633"} , +{"type":"Feature","id":"n502552947","geometry":{"type":"Point","coordinates":[0.1581034,51.2840472]},"properties":{"@type":"node","@id":502552947,"@timestamp":1613928509},"coords":"51.2840472,0.1581034","bedrooms":"2","price":"150000","area":"574"} , +{"type":"Feature","id":"n502552998","geometry":{"type":"Point","coordinates":[-0.2000696,51.8391271]},"properties":{"@type":"node","@id":502552998,"@timestamp":1253397821},"coords":"51.8391271,-0.2000696","bedrooms":"3","price":"292000","area":"666"} , +{"type":"Feature","id":"n502553031","geometry":{"type":"Point","coordinates":[0.1891145,51.2870934]},"properties":{"@type":"node","@id":502553031,"@timestamp":1556647581},"coords":"51.2870934,0.1891145","bedrooms":"3","price":"260000","area":"415"} , +{"type":"Feature","id":"n502553058","geometry":{"type":"Point","coordinates":[0.2039996,51.2868426]},"properties":{"@type":"node","@id":502553058,"@timestamp":1556647582},"coords":"51.2868426,0.2039996","bedrooms":"0","price":"245000","area":"391"} , +{"type":"Feature","id":"n502553092","geometry":{"type":"Point","coordinates":[-0.242551,51.7500366]},"properties":{"@type":"node","@id":502553092,"@timestamp":1564967308},"coords":"51.7500366,-0.242551","bedrooms":"0","price":"297000","area":"350"} , +{"type":"Feature","id":"n502553192","geometry":{"type":"Point","coordinates":[-0.1713461,51.745829]},"properties":{"@type":"node","@id":502553192,"@timestamp":1253397826},"coords":"51.745829,-0.1713461","bedrooms":"4","price":"203000","area":"376"} , +{"type":"Feature","id":"n502553220","geometry":{"type":"Point","coordinates":[-0.0274927,51.6854777]},"properties":{"@type":"node","@id":502553220,"@timestamp":1556643928},"coords":"51.6854777,-0.0274927","bedrooms":"2","price":"200000","area":"535"} , +{"type":"Feature","id":"n502553248","geometry":{"type":"Point","coordinates":[0.2288605,51.2464477]},"properties":{"@type":"node","@id":502553248,"@timestamp":1598847224},"coords":"51.2464477,0.2288605","bedrooms":"3","price":"197000","area":"487"} , +{"type":"Feature","id":"n502553285","geometry":{"type":"Point","coordinates":[0.1894335,51.2555642]},"properties":{"@type":"node","@id":502553285,"@timestamp":1578790924},"coords":"51.2555642,0.1894335","bedrooms":"2","price":"228000","area":"517"} , +{"type":"Feature","id":"n502553314","geometry":{"type":"Point","coordinates":[0.1893552,51.2550537]},"properties":{"@type":"node","@id":502553314,"@timestamp":1578790924},"coords":"51.2550537,0.1893552","bedrooms":"3","price":"275000","area":"400"} , +{"type":"Feature","id":"n502553340","geometry":{"type":"Point","coordinates":[0.1789062,51.2618682]},"properties":{"@type":"node","@id":502553340,"@timestamp":1556647590},"coords":"51.2618682,0.1789062","bedrooms":"3","price":"243000","area":"633"} , +{"type":"Feature","id":"n502553377","geometry":{"type":"Point","coordinates":[-0.0841557,51.7245213]},"properties":{"@type":"node","@id":502553377,"@timestamp":1253397831},"coords":"51.7245213,-0.0841557","bedrooms":"1","price":"236000","area":"374"} , +{"type":"Feature","id":"n502553455","geometry":{"type":"Point","coordinates":[-0.0559,51.7027176]},"properties":{"@type":"node","@id":502553455,"@timestamp":1556648312},"coords":"51.7027176,-0.0559","bedrooms":"4","price":"196000","area":"681"} , +{"type":"Feature","id":"n502553500","geometry":{"type":"Point","coordinates":[-0.0251963,51.7314494]},"properties":{"@type":"node","@id":502553500,"@timestamp":1556648314},"coords":"51.7314494,-0.0251963","bedrooms":"2","price":"218000","area":"399"} , +{"type":"Feature","id":"n502553556","geometry":{"type":"Point","coordinates":[-0.016388,51.7516469]},"properties":{"@type":"node","@id":502553556,"@timestamp":1622723312},"coords":"51.7516469,-0.016388","bedrooms":"1","price":"236000","area":"463"} , +{"type":"Feature","id":"n502553623","geometry":{"type":"Point","coordinates":[-0.0073806,51.7691264]},"properties":{"@type":"node","@id":502553623,"@timestamp":1254067373},"coords":"51.7691264,-0.0073806","bedrooms":"2","price":"221000","area":"409"} , +{"type":"Feature","id":"n502553680","geometry":{"type":"Point","coordinates":[-0.0134221,51.7765378]},"properties":{"@type":"node","@id":502553680,"@timestamp":1626648876},"coords":"51.7765378,-0.0134221","bedrooms":"4","price":"256000","area":"442"} , +{"type":"Feature","id":"n502553719","geometry":{"type":"Point","coordinates":[0.3761077,51.2905332]},"properties":{"@type":"node","@id":502553719,"@timestamp":1633035886},"coords":"51.2905332,0.3761077","bedrooms":"2","price":"261000","area":"532"} , +{"type":"Feature","id":"n502553742","geometry":{"type":"Point","coordinates":[0.0003197,51.7701578]},"properties":{"@type":"node","@id":502553742,"@timestamp":1622593349},"coords":"51.7701578,0.0003197","bedrooms":"4","price":"200000","area":"459"} , +{"type":"Feature","id":"n502553800","geometry":{"type":"Point","coordinates":[-0.0294513,51.7704497]},"properties":{"@type":"node","@id":502553800,"@timestamp":1253397842},"coords":"51.7704497,-0.0294513","bedrooms":"2","price":"239000","area":"559"} , +{"type":"Feature","id":"n502553868","geometry":{"type":"Point","coordinates":[-0.0088752,51.7609616]},"properties":{"@type":"node","@id":502553868,"@timestamp":1558861479},"coords":"51.7609616,-0.0088752","bedrooms":"3","price":"258000","area":"441"} , +{"type":"Feature","id":"n502553922","geometry":{"type":"Point","coordinates":[-0.0261298,51.7259796]},"properties":{"@type":"node","@id":502553922,"@timestamp":1556648316},"coords":"51.7259796,-0.0261298","bedrooms":"4","price":"170000","area":"413"} , +{"type":"Feature","id":"n502553966","geometry":{"type":"Point","coordinates":[-0.0841234,51.7246017]},"properties":{"@type":"node","@id":502553966,"@timestamp":1556648317},"coords":"51.7246017,-0.0841234","bedrooms":"0","price":"230000","area":"696"} , +{"type":"Feature","id":"n502554019","geometry":{"type":"Point","coordinates":[-0.0940809,51.7164456]},"properties":{"@type":"node","@id":502554019,"@timestamp":1253397849},"coords":"51.7164456,-0.0940809","bedrooms":"3","price":"201000","area":"453"} , +{"type":"Feature","id":"n502554113","geometry":{"type":"Point","coordinates":[-0.0430313,51.7098149]},"properties":{"@type":"node","@id":502554113,"@timestamp":1253397851},"coords":"51.7098149,-0.0430313","bedrooms":"0","price":"283000","area":"353"} , +{"type":"Feature","id":"n502554165","geometry":{"type":"Point","coordinates":[-0.0633164,51.706635]},"properties":{"@type":"node","@id":502554165,"@timestamp":1556648321},"coords":"51.706635,-0.0633164","bedrooms":"3","price":"206000","area":"421"} , +{"type":"Feature","id":"n502554224","geometry":{"type":"Point","coordinates":[-0.0337596,51.6906317]},"properties":{"@type":"node","@id":502554224,"@timestamp":1556643928},"coords":"51.6906317,-0.0337596","bedrooms":"4","price":"195000","area":"605"} , +{"type":"Feature","id":"n502554294","geometry":{"type":"Point","coordinates":[-0.3839092,51.6990131]},"properties":{"@type":"node","@id":502554294,"@timestamp":1620240451},"coords":"51.6990131,-0.3839092","bedrooms":"1","price":"174000","area":"547"} , +{"type":"Feature","id":"n502554348","geometry":{"type":"Point","coordinates":[-0.4311382,51.704016]},"properties":{"@type":"node","@id":502554348,"@timestamp":1556646688},"coords":"51.704016,-0.4311382","bedrooms":"3","price":"238000","area":"390"} , +{"type":"Feature","id":"n502554377","geometry":{"type":"Point","coordinates":[-0.4119547,51.6947697]},"properties":{"@type":"node","@id":502554377,"@timestamp":1557833386},"coords":"51.6947697,-0.4119547","bedrooms":"3","price":"279000","area":"651"} , +{"type":"Feature","id":"n502554399","geometry":{"type":"Point","coordinates":[-0.4107222,51.701473]},"properties":{"@type":"node","@id":502554399,"@timestamp":1557833388},"coords":"51.701473,-0.4107222","bedrooms":"1","price":"242000","area":"390"} , +{"type":"Feature","id":"n502554445","geometry":{"type":"Point","coordinates":[-0.4164965,51.7075117]},"properties":{"@type":"node","@id":502554445,"@timestamp":1557833389},"coords":"51.7075117,-0.4164965","bedrooms":"3","price":"171000","area":"644"} , +{"type":"Feature","id":"n502554490","geometry":{"type":"Point","coordinates":[-0.4115347,51.7040115]},"properties":{"@type":"node","@id":502554490,"@timestamp":1605354981},"coords":"51.7040115,-0.4115347","bedrooms":"4","price":"269000","area":"647"} , +{"type":"Feature","id":"n502554577","geometry":{"type":"Point","coordinates":[-0.4304532,51.6511491]},"properties":{"@type":"node","@id":502554577,"@timestamp":1612209616},"coords":"51.6511491,-0.4304532","bedrooms":"3","price":"233000","area":"620"} , +{"type":"Feature","id":"n502554681","geometry":{"type":"Point","coordinates":[-0.4668912,51.6666275]},"properties":{"@type":"node","@id":502554681,"@timestamp":1253397873},"coords":"51.6666275,-0.4668912","bedrooms":"3","price":"166000","area":"622"} , +{"type":"Feature","id":"n502554731","geometry":{"type":"Point","coordinates":[-0.5041368,51.6970517]},"properties":{"@type":"node","@id":502554731,"@timestamp":1598847844},"coords":"51.6970517,-0.5041368","bedrooms":"1","price":"298000","area":"695"} , +{"type":"Feature","id":"n502554793","geometry":{"type":"Point","coordinates":[-0.4698151,51.6388771]},"properties":{"@type":"node","@id":502554793,"@timestamp":1636122254},"coords":"51.6388771,-0.4698151","bedrooms":"4","price":"212000","area":"675"} , +{"type":"Feature","id":"n502554841","geometry":{"type":"Point","coordinates":[-0.4918625,51.6365055]},"properties":{"@type":"node","@id":502554841,"@timestamp":1560183769},"coords":"51.6365055,-0.4918625","bedrooms":"2","price":"265000","area":"598"} , +{"type":"Feature","id":"n502554887","geometry":{"type":"Point","coordinates":[-0.5266133,51.645451]},"properties":{"@type":"node","@id":502554887,"@timestamp":1587230052},"coords":"51.645451,-0.5266133","bedrooms":"4","price":"205000","area":"508"} , +{"type":"Feature","id":"n502554977","geometry":{"type":"Point","coordinates":[-0.4934229,51.6549574]},"properties":{"@type":"node","@id":502554977,"@timestamp":1556647984},"coords":"51.6549574,-0.4934229","bedrooms":"1","price":"288000","area":"641"} , +{"type":"Feature","id":"n502555028","geometry":{"type":"Point","coordinates":[-0.5137997,51.6206389]},"properties":{"@type":"node","@id":502555028,"@timestamp":1556645207},"coords":"51.6206389,-0.5137997","bedrooms":"0","price":"171000","area":"475"} , +{"type":"Feature","id":"n502555077","geometry":{"type":"Point","coordinates":[-0.5137155,51.6207567]},"properties":{"@type":"node","@id":502555077,"@timestamp":1556645209},"coords":"51.6207567,-0.5137155","bedrooms":"1","price":"284000","area":"655"} , +{"type":"Feature","id":"n502555148","geometry":{"type":"Point","coordinates":[-0.3935473,51.6367853]},"properties":{"@type":"node","@id":502555148,"@timestamp":1557835717},"coords":"51.6367853,-0.3935473","bedrooms":"3","price":"230000","area":"445"} , +{"type":"Feature","id":"n502555183","geometry":{"type":"Point","coordinates":[0.4764935,51.2918635]},"properties":{"@type":"node","@id":502555183,"@timestamp":1612137271},"coords":"51.2918635,0.4764935","bedrooms":"4","price":"161000","area":"577"} , +{"type":"Feature","id":"n502555210","geometry":{"type":"Point","coordinates":[0.4773353,51.2851184]},"properties":{"@type":"node","@id":502555210,"@timestamp":1612148746},"coords":"51.2851184,0.4773353","bedrooms":"0","price":"220000","area":"593"} , +{"type":"Feature","id":"n502555247","geometry":{"type":"Point","coordinates":[0.5025513,51.3315827]},"properties":{"@type":"node","@id":502555247,"@timestamp":1612399326},"coords":"51.3315827,0.5025513","bedrooms":"4","price":"229000","area":"692"} , +{"type":"Feature","id":"n502555288","geometry":{"type":"Point","coordinates":[0.5198567,51.3357516]},"properties":{"@type":"node","@id":502555288,"@timestamp":1253397890},"coords":"51.3357516,0.5198567","bedrooms":"3","price":"261000","area":"601"} , +{"type":"Feature","id":"n502555309","geometry":{"type":"Point","coordinates":[0.5212255,51.3327002]},"properties":{"@type":"node","@id":502555309,"@timestamp":1253397891},"coords":"51.3327002,0.5212255","bedrooms":"4","price":"192000","area":"475"} , +{"type":"Feature","id":"n502555340","geometry":{"type":"Point","coordinates":[0.5214771,51.3364992]},"properties":{"@type":"node","@id":502555340,"@timestamp":1623619609},"coords":"51.3364992,0.5214771","bedrooms":"4","price":"289000","area":"652"} , +{"type":"Feature","id":"n502555365","geometry":{"type":"Point","coordinates":[0.5470619,51.3292179]},"properties":{"@type":"node","@id":502555365,"@timestamp":1253397893},"coords":"51.3292179,0.5470619","bedrooms":"0","price":"192000","area":"509"} , +{"type":"Feature","id":"n502555386","geometry":{"type":"Point","coordinates":[-0.4506317,51.6145881]},"properties":{"@type":"node","@id":502555386,"@timestamp":1560186628},"coords":"51.6145881,-0.4506317","bedrooms":"4","price":"216000","area":"542"} , +{"type":"Feature","id":"n502555425","geometry":{"type":"Point","coordinates":[0.4587589,51.3509552]},"properties":{"@type":"node","@id":502555425,"@timestamp":1253397895},"coords":"51.3509552,0.4587589","bedrooms":"4","price":"297000","area":"595"} , +{"type":"Feature","id":"n502555449","geometry":{"type":"Point","coordinates":[-0.4140663,51.6277088]},"properties":{"@type":"node","@id":502555449,"@timestamp":1556645220},"coords":"51.6277088,-0.4140663","bedrooms":"3","price":"179000","area":"560"} , +{"type":"Feature","id":"n502555471","geometry":{"type":"Point","coordinates":[-0.3920861,51.6275898]},"properties":{"@type":"node","@id":502555471,"@timestamp":1557406964},"coords":"51.6275898,-0.3920861","bedrooms":"1","price":"282000","area":"364"} , +{"type":"Feature","id":"n502555499","geometry":{"type":"Point","coordinates":[0.1246648,51.3163412]},"properties":{"@type":"node","@id":502555499,"@timestamp":1564912854},"coords":"51.3163412,0.1246648","bedrooms":"0","price":"219000","area":"533"} , +{"type":"Feature","id":"n502555525","geometry":{"type":"Point","coordinates":[-0.404187,51.6202012]},"properties":{"@type":"node","@id":502555525,"@timestamp":1566502235},"coords":"51.6202012,-0.404187","bedrooms":"3","price":"272000","area":"597"} , +{"type":"Feature","id":"n502555555","geometry":{"type":"Point","coordinates":[0.0653038,51.2833987]},"properties":{"@type":"node","@id":502555555,"@timestamp":1556647593},"coords":"51.2833987,0.0653038","bedrooms":"4","price":"289000","area":"371"} , +{"type":"Feature","id":"n502555582","geometry":{"type":"Point","coordinates":[0.0604626,51.227058]},"properties":{"@type":"node","@id":502555582,"@timestamp":1614114473},"coords":"51.227058,0.0604626","bedrooms":"3","price":"179000","area":"427"} , +{"type":"Feature","id":"n502555606","geometry":{"type":"Point","coordinates":[-0.3835261,51.6279573]},"properties":{"@type":"node","@id":502555606,"@timestamp":1556645225},"coords":"51.6279573,-0.3835261","bedrooms":"1","price":"253000","area":"526"} , +{"type":"Feature","id":"n502555638","geometry":{"type":"Point","coordinates":[0.0636452,51.1989759]},"properties":{"@type":"node","@id":502555638,"@timestamp":1615329613},"coords":"51.1989759,0.0636452","bedrooms":"4","price":"240000","area":"674"} , +{"type":"Feature","id":"n502555659","geometry":{"type":"Point","coordinates":[0.0561695,51.1785753]},"properties":{"@type":"node","@id":502555659,"@timestamp":1575298948},"coords":"51.1785753,0.0561695","bedrooms":"1","price":"231000","area":"388"} , +{"type":"Feature","id":"n502555690","geometry":{"type":"Point","coordinates":[0.185553,51.1185001]},"properties":{"@type":"node","@id":502555690,"@timestamp":1634594199},"coords":"51.1185001,0.185553","bedrooms":"4","price":"164000","area":"434"} , +{"type":"Feature","id":"n502555712","geometry":{"type":"Point","coordinates":[-0.4022088,51.629631]},"properties":{"@type":"node","@id":502555712,"@timestamp":1556645229},"coords":"51.629631,-0.4022088","bedrooms":"0","price":"214000","area":"375"} , +{"type":"Feature","id":"n502555736","geometry":{"type":"Point","coordinates":[0.2815579,51.13507]},"properties":{"@type":"node","@id":502555736,"@timestamp":1253397905},"coords":"51.13507,0.2815579","bedrooms":"3","price":"177000","area":"434"} , +{"type":"Feature","id":"n502555764","geometry":{"type":"Point","coordinates":[0.2965227,51.1540327]},"properties":{"@type":"node","@id":502555764,"@timestamp":1498044641},"coords":"51.1540327,0.2965227","bedrooms":"0","price":"255000","area":"433"} , +{"type":"Feature","id":"n502555792","geometry":{"type":"Point","coordinates":[-0.5132959,51.614458]},"properties":{"@type":"node","@id":502555792,"@timestamp":1556645232},"coords":"51.614458,-0.5132959","bedrooms":"4","price":"271000","area":"576"} , +{"type":"Feature","id":"n502555818","geometry":{"type":"Point","coordinates":[0.2679107,51.1351647]},"properties":{"@type":"node","@id":502555818,"@timestamp":1591736297},"coords":"51.1351647,0.2679107","bedrooms":"1","price":"217000","area":"657"} , +{"type":"Feature","id":"n502555844","geometry":{"type":"Point","coordinates":[-0.5180604,51.6526452]},"properties":{"@type":"node","@id":502555844,"@timestamp":1253397909},"coords":"51.6526452,-0.5180604","bedrooms":"2","price":"291000","area":"382"} , +{"type":"Feature","id":"n502555871","geometry":{"type":"Point","coordinates":[-0.502388,51.6584081]},"properties":{"@type":"node","@id":502555871,"@timestamp":1556647987},"coords":"51.6584081,-0.502388","bedrooms":"2","price":"214000","area":"384"} , +{"type":"Feature","id":"n502555893","geometry":{"type":"Point","coordinates":[-0.4893296,51.6541494]},"properties":{"@type":"node","@id":502555893,"@timestamp":1556647988},"coords":"51.6541494,-0.4893296","bedrooms":"3","price":"257000","area":"480"} , +{"type":"Feature","id":"n502555918","geometry":{"type":"Point","coordinates":[-0.4748322,51.6442469]},"properties":{"@type":"node","@id":502555918,"@timestamp":1556645235},"coords":"51.6442469,-0.4748322","bedrooms":"0","price":"183000","area":"354"} , +{"type":"Feature","id":"n502555944","geometry":{"type":"Point","coordinates":[0.3889306,51.4211558]},"properties":{"@type":"node","@id":502555944,"@timestamp":1615557696},"coords":"51.4211558,0.3889306","bedrooms":"1","price":"163000","area":"540"} , +{"type":"Feature","id":"n502555972","geometry":{"type":"Point","coordinates":[0.3976707,51.425447]},"properties":{"@type":"node","@id":502555972,"@timestamp":1615557696},"coords":"51.425447,0.3976707","bedrooms":"1","price":"178000","area":"414"} , +{"type":"Feature","id":"n502555997","geometry":{"type":"Point","coordinates":[0.2604649,51.4199376]},"properties":{"@type":"node","@id":502555997,"@timestamp":1586732237},"coords":"51.4199376,0.2604649","bedrooms":"1","price":"259000","area":"599"} , +{"type":"Feature","id":"n502556016","geometry":{"type":"Point","coordinates":[0.2588606,51.4200752]},"properties":{"@type":"node","@id":502556016,"@timestamp":1614120062},"coords":"51.4200752,0.2588606","bedrooms":"3","price":"254000","area":"359"} , +{"type":"Feature","id":"n502556043","geometry":{"type":"Point","coordinates":[0.1881817,51.4327476]},"properties":{"@type":"node","@id":502556043,"@timestamp":1614171108},"coords":"51.4327476,0.1881817","bedrooms":"2","price":"268000","area":"436"} , +{"type":"Feature","id":"n502556067","geometry":{"type":"Point","coordinates":[-0.4933619,51.6389135]},"properties":{"@type":"node","@id":502556067,"@timestamp":1603320985},"coords":"51.6389135,-0.4933619","bedrooms":"4","price":"279000","area":"355"} , +{"type":"Feature","id":"n502556104","geometry":{"type":"Point","coordinates":[-0.4731533,51.6392066]},"properties":{"@type":"node","@id":502556104,"@timestamp":1603315483},"coords":"51.6392066,-0.4731533","bedrooms":"4","price":"273000","area":"503"} , +{"type":"Feature","id":"n502556130","geometry":{"type":"Point","coordinates":[0.2363875,51.3377233]},"properties":{"@type":"node","@id":502556130,"@timestamp":1616076549},"coords":"51.3377233,0.2363875","bedrooms":"2","price":"168000","area":"396"} , +{"type":"Feature","id":"n502556153","geometry":{"type":"Point","coordinates":[-0.4871288,51.680729]},"properties":{"@type":"node","@id":502556153,"@timestamp":1598847847},"coords":"51.680729,-0.4871288","bedrooms":"0","price":"214000","area":"588"} , +{"type":"Feature","id":"n502556176","geometry":{"type":"Point","coordinates":[-0.4627071,51.6620767]},"properties":{"@type":"node","@id":502556176,"@timestamp":1253397919},"coords":"51.6620767,-0.4627071","bedrooms":"1","price":"267000","area":"659"} , +{"type":"Feature","id":"n502556203","geometry":{"type":"Point","coordinates":[-0.4551206,51.6491902]},"properties":{"@type":"node","@id":502556203,"@timestamp":1618071483},"coords":"51.6491902,-0.4551206","bedrooms":"3","price":"166000","area":"625"} , +{"type":"Feature","id":"n502556229","geometry":{"type":"Point","coordinates":[-0.4495575,51.6464337]},"properties":{"@type":"node","@id":502556229,"@timestamp":1618091648},"coords":"51.6464337,-0.4495575","bedrooms":"3","price":"233000","area":"401"} , +{"type":"Feature","id":"n502556274","geometry":{"type":"Point","coordinates":[-0.4366598,51.6530194]},"properties":{"@type":"node","@id":502556274,"@timestamp":1627222565},"coords":"51.6530194,-0.4366598","bedrooms":"3","price":"283000","area":"654"} , +{"type":"Feature","id":"n502556307","geometry":{"type":"Point","coordinates":[-0.4141444,51.7086999]},"properties":{"@type":"node","@id":502556307,"@timestamp":1557833390},"coords":"51.7086999,-0.4141444","bedrooms":"0","price":"239000","area":"426"} , +{"type":"Feature","id":"n502556327","geometry":{"type":"Point","coordinates":[-0.4118451,51.7251637]},"properties":{"@type":"node","@id":502556327,"@timestamp":1598846597},"coords":"51.7251637,-0.4118451","bedrooms":"0","price":"206000","area":"362"} , +{"type":"Feature","id":"n502556338","geometry":{"type":"Point","coordinates":[0.6968117,51.2851739]},"properties":{"@type":"node","@id":502556338,"@timestamp":1616076549},"coords":"51.2851739,0.6968117","bedrooms":"3","price":"264000","area":"541"} , +{"type":"Feature","id":"n502556351","geometry":{"type":"Point","coordinates":[-0.424021,51.6999704]},"properties":{"@type":"node","@id":502556351,"@timestamp":1557833391},"coords":"51.6999704,-0.424021","bedrooms":"0","price":"188000","area":"586"} , +{"type":"Feature","id":"n502556362","geometry":{"type":"Point","coordinates":[-0.4151922,51.696147]},"properties":{"@type":"node","@id":502556362,"@timestamp":1363025397},"coords":"51.696147,-0.4151922","bedrooms":"2","price":"252000","area":"487"} , +{"type":"Feature","id":"n502556373","geometry":{"type":"Point","coordinates":[-0.4345372,51.7007317]},"properties":{"@type":"node","@id":502556373,"@timestamp":1556646703},"coords":"51.7007317,-0.4345372","bedrooms":"3","price":"293000","area":"398"} , +{"type":"Feature","id":"n502556388","geometry":{"type":"Point","coordinates":[-0.4353309,51.7025038]},"properties":{"@type":"node","@id":502556388,"@timestamp":1556646704},"coords":"51.7025038,-0.4353309","bedrooms":"4","price":"282000","area":"516"} , +{"type":"Feature","id":"n502556405","geometry":{"type":"Point","coordinates":[-0.4412,51.712797]},"properties":{"@type":"node","@id":502556405,"@timestamp":1598847849},"coords":"51.712797,-0.4412","bedrooms":"2","price":"230000","area":"614"} , +{"type":"Feature","id":"n502556431","geometry":{"type":"Point","coordinates":[-0.4482148,51.7243818]},"properties":{"@type":"node","@id":502556431,"@timestamp":1598846640},"coords":"51.7243818,-0.4482148","bedrooms":"0","price":"197000","area":"648"} , +{"type":"Feature","id":"n502556460","geometry":{"type":"Point","coordinates":[-0.4019377,51.7009968]},"properties":{"@type":"node","@id":502556460,"@timestamp":1605129072},"coords":"51.7009968,-0.4019377","bedrooms":"4","price":"151000","area":"621"} , +{"type":"Feature","id":"n502556475","geometry":{"type":"Point","coordinates":[-0.3858254,51.6900391]},"properties":{"@type":"node","@id":502556475,"@timestamp":1620225223},"coords":"51.6900391,-0.3858254","bedrooms":"0","price":"200000","area":"460"} , +{"type":"Feature","id":"n502556510","geometry":{"type":"Point","coordinates":[0.3614182,51.0986148]},"properties":{"@type":"node","@id":502556510,"@timestamp":1617190913},"coords":"51.0986148,0.3614182","bedrooms":"3","price":"249000","area":"520"} , +{"type":"Feature","id":"n502556547","geometry":{"type":"Point","coordinates":[0.5313068,51.0414713]},"properties":{"@type":"node","@id":502556547,"@timestamp":1616190805},"coords":"51.0414713,0.5313068","bedrooms":"0","price":"190000","area":"594"} , +{"type":"Feature","id":"n502556586","geometry":{"type":"Point","coordinates":[-0.390671,51.686164]},"properties":{"@type":"node","@id":502556586,"@timestamp":1628424327},"coords":"51.686164,-0.390671","bedrooms":"3","price":"199000","area":"377"} , +{"type":"Feature","id":"n502556613","geometry":{"type":"Point","coordinates":[0.6332803,51.0505577]},"properties":{"@type":"node","@id":502556613,"@timestamp":1616076549},"coords":"51.0505577,0.6332803","bedrooms":"2","price":"215000","area":"571"} , +{"type":"Feature","id":"n502556647","geometry":{"type":"Point","coordinates":[-0.3892015,51.6611274]},"properties":{"@type":"node","@id":502556647,"@timestamp":1556646712},"coords":"51.6611274,-0.3892015","bedrooms":"2","price":"150000","area":"385"} , +{"type":"Feature","id":"n502556672","geometry":{"type":"Point","coordinates":[-0.3929877,51.6681303]},"properties":{"@type":"node","@id":502556672,"@timestamp":1253397936},"coords":"51.6681303,-0.3929877","bedrooms":"3","price":"289000","area":"397"} , +{"type":"Feature","id":"n502556712","geometry":{"type":"Point","coordinates":[-0.3926911,51.6667055]},"properties":{"@type":"node","@id":502556712,"@timestamp":1556646713},"coords":"51.6667055,-0.3926911","bedrooms":"2","price":"158000","area":"505"} , +{"type":"Feature","id":"n502556757","geometry":{"type":"Point","coordinates":[0.8907917,51.0666938]},"properties":{"@type":"node","@id":502556757,"@timestamp":1253397938},"coords":"51.0666938,0.8907917","bedrooms":"1","price":"292000","area":"378"} , +{"type":"Feature","id":"n502556785","geometry":{"type":"Point","coordinates":[-0.4087514,51.6795741]},"properties":{"@type":"node","@id":502556785,"@timestamp":1557833394},"coords":"51.6795741,-0.4087514","bedrooms":"2","price":"273000","area":"373"} , +{"type":"Feature","id":"n502556812","geometry":{"type":"Point","coordinates":[0.7157293,51.0622155]},"properties":{"@type":"node","@id":502556812,"@timestamp":1616076549},"coords":"51.0622155,0.7157293","bedrooms":"4","price":"291000","area":"477"} , +{"type":"Feature","id":"n502556824","geometry":{"type":"Point","coordinates":[-0.4000363,51.6929912]},"properties":{"@type":"node","@id":502556824,"@timestamp":1556646718},"coords":"51.6929912,-0.4000363","bedrooms":"2","price":"204000","area":"433"} , +{"type":"Feature","id":"n502556857","geometry":{"type":"Point","coordinates":[-0.4098069,51.6908129]},"properties":{"@type":"node","@id":502556857,"@timestamp":1604830362},"coords":"51.6908129,-0.4098069","bedrooms":"3","price":"195000","area":"681"} , +{"type":"Feature","id":"n502556891","geometry":{"type":"Point","coordinates":[-0.4124051,51.672378]},"properties":{"@type":"node","@id":502556891,"@timestamp":1556646721},"coords":"51.672378,-0.4124051","bedrooms":"3","price":"241000","area":"595"} , +{"type":"Feature","id":"n502556958","geometry":{"type":"Point","coordinates":[-0.3987328,51.665703]},"properties":{"@type":"node","@id":502556958,"@timestamp":1597765944},"coords":"51.665703,-0.3987328","bedrooms":"0","price":"260000","area":"430"} , +{"type":"Feature","id":"n502557013","geometry":{"type":"Point","coordinates":[-0.4141546,51.6641108]},"properties":{"@type":"node","@id":502557013,"@timestamp":1604166187},"coords":"51.6641108,-0.4141546","bedrooms":"4","price":"151000","area":"452"} , +{"type":"Feature","id":"n502557047","geometry":{"type":"Point","coordinates":[-0.4030954,51.6677377]},"properties":{"@type":"node","@id":502557047,"@timestamp":1556646726},"coords":"51.6677377,-0.4030954","bedrooms":"3","price":"177000","area":"433"} , +{"type":"Feature","id":"n502557085","geometry":{"type":"Point","coordinates":[0.3498049,51.1360869]},"properties":{"@type":"node","@id":502557085,"@timestamp":1625480558},"coords":"51.1360869,0.3498049","bedrooms":"0","price":"214000","area":"385"} , +{"type":"Feature","id":"n502557118","geometry":{"type":"Point","coordinates":[0.3810217,51.1514585]},"properties":{"@type":"node","@id":502557118,"@timestamp":1616076549},"coords":"51.1514585,0.3810217","bedrooms":"3","price":"170000","area":"471"} , +{"type":"Feature","id":"n502557143","geometry":{"type":"Point","coordinates":[-0.3974887,51.6551241]},"properties":{"@type":"node","@id":502557143,"@timestamp":1604976814},"coords":"51.6551241,-0.3974887","bedrooms":"3","price":"247000","area":"459"} , +{"type":"Feature","id":"n502557161","geometry":{"type":"Point","coordinates":[-0.4021145,51.6595231]},"properties":{"@type":"node","@id":502557161,"@timestamp":1581034510},"coords":"51.6595231,-0.4021145","bedrooms":"1","price":"176000","area":"396"} , +{"type":"Feature","id":"n502557181","geometry":{"type":"Point","coordinates":[0.8131394,51.2749259]},"properties":{"@type":"node","@id":502557181,"@timestamp":1614526221},"coords":"51.2749259,0.8131394","bedrooms":"3","price":"161000","area":"613"} , +{"type":"Feature","id":"n502557209","geometry":{"type":"Point","coordinates":[-0.3830702,51.6434719]},"properties":{"@type":"node","@id":502557209,"@timestamp":1556645244},"coords":"51.6434719,-0.3830702","bedrooms":"0","price":"169000","area":"593"} , +{"type":"Feature","id":"n502557245","geometry":{"type":"Point","coordinates":[0.8461776,51.1916547]},"properties":{"@type":"node","@id":502557245,"@timestamp":1616076549},"coords":"51.1916547,0.8461776","bedrooms":"0","price":"296000","area":"364"} , +{"type":"Feature","id":"n502557277","geometry":{"type":"Point","coordinates":[-0.4176058,51.6463976]},"properties":{"@type":"node","@id":502557277,"@timestamp":1620562956},"coords":"51.6463976,-0.4176058","bedrooms":"3","price":"152000","area":"538"} , +{"type":"Feature","id":"n502557318","geometry":{"type":"Point","coordinates":[-0.4116595,51.6428373]},"properties":{"@type":"node","@id":502557318,"@timestamp":1556645248},"coords":"51.6428373,-0.4116595","bedrooms":"3","price":"257000","area":"481"} , +{"type":"Feature","id":"n502557344","geometry":{"type":"Point","coordinates":[-0.4083936,51.6523159]},"properties":{"@type":"node","@id":502557344,"@timestamp":1556646732},"coords":"51.6523159,-0.4083936","bedrooms":"4","price":"274000","area":"431"} , +{"type":"Feature","id":"n502557374","geometry":{"type":"Point","coordinates":[0.7670032,51.4008372]},"properties":{"@type":"node","@id":502557374,"@timestamp":1616076549},"coords":"51.4008372,0.7670032","bedrooms":"1","price":"271000","area":"579"} , +{"type":"Feature","id":"n502557429","geometry":{"type":"Point","coordinates":[-0.4256611,51.6483583]},"properties":{"@type":"node","@id":502557429,"@timestamp":1556645250},"coords":"51.6483583,-0.4256611","bedrooms":"1","price":"164000","area":"502"} , +{"type":"Feature","id":"n502557459","geometry":{"type":"Point","coordinates":[0.8189565,51.315853]},"properties":{"@type":"node","@id":502557459,"@timestamp":1616076549},"coords":"51.315853,0.8189565","bedrooms":"4","price":"233000","area":"389"} , +{"type":"Feature","id":"n502557482","geometry":{"type":"Point","coordinates":[-0.4149995,51.6539879]},"properties":{"@type":"node","@id":502557482,"@timestamp":1612208639},"coords":"51.6539879,-0.4149995","bedrooms":"2","price":"298000","area":"395"} , +{"type":"Feature","id":"n502557516","geometry":{"type":"Point","coordinates":[-0.4125241,51.6507712]},"properties":{"@type":"node","@id":502557516,"@timestamp":1556646737},"coords":"51.6507712,-0.4125241","bedrooms":"0","price":"191000","area":"409"} , +{"type":"Feature","id":"n502557592","geometry":{"type":"Point","coordinates":[-0.3840765,51.6458519]},"properties":{"@type":"node","@id":502557592,"@timestamp":1622386281},"coords":"51.6458519,-0.3840765","bedrooms":"3","price":"214000","area":"447"} , +{"type":"Feature","id":"n502557648","geometry":{"type":"Point","coordinates":[-0.3962067,51.6553068]},"properties":{"@type":"node","@id":502557648,"@timestamp":1581034510},"coords":"51.6553068,-0.3962067","bedrooms":"1","price":"207000","area":"550"} , +{"type":"Feature","id":"n502557728","geometry":{"type":"Point","coordinates":[-0.3960872,51.6632424]},"properties":{"@type":"node","@id":502557728,"@timestamp":1628420170},"coords":"51.6632424,-0.3960872","bedrooms":"1","price":"260000","area":"483"} , +{"type":"Feature","id":"n502557785","geometry":{"type":"Point","coordinates":[-0.4036125,51.660434]},"properties":{"@type":"node","@id":502557785,"@timestamp":1581034510},"coords":"51.660434,-0.4036125","bedrooms":"3","price":"155000","area":"363"} , +{"type":"Feature","id":"n502557831","geometry":{"type":"Point","coordinates":[-0.420814,51.6767717]},"properties":{"@type":"node","@id":502557831,"@timestamp":1556646745},"coords":"51.6767717,-0.420814","bedrooms":"3","price":"255000","area":"528"} , +{"type":"Feature","id":"n502557867","geometry":{"type":"Point","coordinates":[-0.4036031,51.6742729]},"properties":{"@type":"node","@id":502557867,"@timestamp":1620242449},"coords":"51.6742729,-0.4036031","bedrooms":"1","price":"289000","area":"356"} , +{"type":"Feature","id":"n502557896","geometry":{"type":"Point","coordinates":[0.8827684,51.1658501]},"properties":{"@type":"node","@id":502557896,"@timestamp":1612799399},"coords":"51.1658501,0.8827684","bedrooms":"0","price":"242000","area":"634"} , +{"type":"Feature","id":"n502557923","geometry":{"type":"Point","coordinates":[-0.3983301,51.6923544]},"properties":{"@type":"node","@id":502557923,"@timestamp":1604832589},"coords":"51.6923544,-0.3983301","bedrooms":"0","price":"243000","area":"518"} , +{"type":"Feature","id":"n502557947","geometry":{"type":"Point","coordinates":[-0.4031463,51.695752]},"properties":{"@type":"node","@id":502557947,"@timestamp":1557834457},"coords":"51.695752,-0.4031463","bedrooms":"2","price":"250000","area":"508"} , +{"type":"Feature","id":"n502558020","geometry":{"type":"Point","coordinates":[-0.4087592,51.6794142]},"properties":{"@type":"node","@id":502558020,"@timestamp":1557833398},"coords":"51.6794142,-0.4087592","bedrooms":"2","price":"211000","area":"657"} , +{"type":"Feature","id":"n502558070","geometry":{"type":"Point","coordinates":[-0.3953484,51.6894578]},"properties":{"@type":"node","@id":502558070,"@timestamp":1605111590},"coords":"51.6894578,-0.3953484","bedrooms":"4","price":"264000","area":"692"} , +{"type":"Feature","id":"n502558140","geometry":{"type":"Point","coordinates":[-0.3964834,51.6788879]},"properties":{"@type":"node","@id":502558140,"@timestamp":1628449562},"coords":"51.6788879,-0.3964834","bedrooms":"4","price":"227000","area":"498"} , +{"type":"Feature","id":"n502558200","geometry":{"type":"Point","coordinates":[-0.382679,51.6725389]},"properties":{"@type":"node","@id":502558200,"@timestamp":1628424316},"coords":"51.6725389,-0.382679","bedrooms":"4","price":"165000","area":"564"} , +{"type":"Feature","id":"n502558301","geometry":{"type":"Point","coordinates":[-0.3854957,51.6912652]},"properties":{"@type":"node","@id":502558301,"@timestamp":1605157429},"coords":"51.6912652,-0.3854957","bedrooms":"1","price":"164000","area":"639"} , +{"type":"Feature","id":"n502558324","geometry":{"type":"Point","coordinates":[-0.4011377,51.7007395]},"properties":{"@type":"node","@id":502558324,"@timestamp":1556646762},"coords":"51.7007395,-0.4011377","bedrooms":"1","price":"250000","area":"426"} , +{"type":"Feature","id":"n502562428","geometry":{"type":"Point","coordinates":[0.5266122,51.2726845]},"properties":{"@type":"node","@id":502562428,"@timestamp":1588870512},"coords":"51.2726845,0.5266122","bedrooms":"0","price":"284000","area":"663"} , +{"type":"Feature","id":"n502562478","geometry":{"type":"Point","coordinates":[0.2803281,51.332325]},"properties":{"@type":"node","@id":502562478,"@timestamp":1556647594},"coords":"51.332325,0.2803281","bedrooms":"2","price":"244000","area":"501"} , +{"type":"Feature","id":"n502562528","geometry":{"type":"Point","coordinates":[0.2532649,51.3501074]},"properties":{"@type":"node","@id":502562528,"@timestamp":1627339682},"coords":"51.3501074,0.2532649","bedrooms":"4","price":"185000","area":"522"} , +{"type":"Feature","id":"n502562611","geometry":{"type":"Point","coordinates":[0.4248248,51.4228027]},"properties":{"@type":"node","@id":502562611,"@timestamp":1561804825},"coords":"51.4228027,0.4248248","bedrooms":"4","price":"183000","area":"683"} , +{"type":"Feature","id":"n502562709","geometry":{"type":"Point","coordinates":[0.1689354,51.3924538]},"properties":{"@type":"node","@id":502562709,"@timestamp":1616076549},"coords":"51.3924538,0.1689354","bedrooms":"0","price":"295000","area":"416"} , +{"type":"Feature","id":"n502562809","geometry":{"type":"Point","coordinates":[0.5553295,51.2473184]},"properties":{"@type":"node","@id":502562809,"@timestamp":1616076549},"coords":"51.2473184,0.5553295","bedrooms":"0","price":"268000","area":"651"} , +{"type":"Feature","id":"n502562853","geometry":{"type":"Point","coordinates":[0.4389117,51.2859655]},"properties":{"@type":"node","@id":502562853,"@timestamp":1621275673},"coords":"51.2859655,0.4389117","bedrooms":"1","price":"250000","area":"531"} , +{"type":"Feature","id":"n502562916","geometry":{"type":"Point","coordinates":[0.3000796,51.3981939]},"properties":{"@type":"node","@id":502562916,"@timestamp":1616076549},"coords":"51.3981939,0.3000796","bedrooms":"1","price":"194000","area":"449"} , +{"type":"Feature","id":"n502562954","geometry":{"type":"Point","coordinates":[0.2155955,51.4447598]},"properties":{"@type":"node","@id":502562954,"@timestamp":1614137148},"coords":"51.4447598,0.2155955","bedrooms":"3","price":"236000","area":"619"} , +{"type":"Feature","id":"n502562978","geometry":{"type":"Point","coordinates":[0.2698642,51.1912837]},"properties":{"@type":"node","@id":502562978,"@timestamp":1253398161},"coords":"51.1912837,0.2698642","bedrooms":"2","price":"150000","area":"456"} , +{"type":"Feature","id":"n502562990","geometry":{"type":"Point","coordinates":[0.3893466,51.1821671]},"properties":{"@type":"node","@id":502562990,"@timestamp":1616076549},"coords":"51.1821671,0.3893466","bedrooms":"3","price":"274000","area":"389"} , +{"type":"Feature","id":"n502563004","geometry":{"type":"Point","coordinates":[0.790477,51.2081408]},"properties":{"@type":"node","@id":502563004,"@timestamp":1616076549},"coords":"51.2081408,0.790477","bedrooms":"0","price":"217000","area":"494"} , +{"type":"Feature","id":"n502563055","geometry":{"type":"Point","coordinates":[0.7495554,51.4157811]},"properties":{"@type":"node","@id":502563055,"@timestamp":1616076549},"coords":"51.4157811,0.7495554","bedrooms":"2","price":"205000","area":"635"} , +{"type":"Feature","id":"n502563199","geometry":{"type":"Point","coordinates":[0.2473698,51.2971613]},"properties":{"@type":"node","@id":502563199,"@timestamp":1624373730},"coords":"51.2971613,0.2473698","bedrooms":"2","price":"239000","area":"643"} , +{"type":"Feature","id":"n502563234","geometry":{"type":"Point","coordinates":[0.2760424,51.4375616]},"properties":{"@type":"node","@id":502563234,"@timestamp":1612400817},"coords":"51.4375616,0.2760424","bedrooms":"0","price":"284000","area":"631"} , +{"type":"Feature","id":"n502563338","geometry":{"type":"Point","coordinates":[0.8514242,51.1266479]},"properties":{"@type":"node","@id":502563338,"@timestamp":1616076549},"coords":"51.1266479,0.8514242","bedrooms":"3","price":"292000","area":"589"} , +{"type":"Feature","id":"n502563419","geometry":{"type":"Point","coordinates":[0.7573701,51.2085966]},"properties":{"@type":"node","@id":502563419,"@timestamp":1616076549},"coords":"51.2085966,0.7573701","bedrooms":"1","price":"235000","area":"549"} , +{"type":"Feature","id":"n502563486","geometry":{"type":"Point","coordinates":[0.1915038,51.4397382]},"properties":{"@type":"node","@id":502563486,"@timestamp":1614171108},"coords":"51.4397382,0.1915038","bedrooms":"1","price":"155000","area":"461"} , +{"type":"Feature","id":"n502563579","geometry":{"type":"Point","coordinates":[0.5659518,51.0996352]},"properties":{"@type":"node","@id":502563579,"@timestamp":1616076549},"coords":"51.0996352,0.5659518","bedrooms":"1","price":"241000","area":"589"} , +{"type":"Feature","id":"n502563657","geometry":{"type":"Point","coordinates":[0.8458975,51.1367045]},"properties":{"@type":"node","@id":502563657,"@timestamp":1616076549},"coords":"51.1367045,0.8458975","bedrooms":"3","price":"179000","area":"648"} , +{"type":"Feature","id":"n502563751","geometry":{"type":"Point","coordinates":[0.4025269,51.2738082]},"properties":{"@type":"node","@id":502563751,"@timestamp":1625009012},"coords":"51.2738082,0.4025269","bedrooms":"1","price":"218000","area":"483"} , +{"type":"Feature","id":"n502563799","geometry":{"type":"Point","coordinates":[0.3325442,51.3869126]},"properties":{"@type":"node","@id":502563799,"@timestamp":1616076549},"coords":"51.3869126,0.3325442","bedrooms":"3","price":"267000","area":"485"} , +{"type":"Feature","id":"n502563846","geometry":{"type":"Point","coordinates":[0.5135436,51.253656]},"properties":{"@type":"node","@id":502563846,"@timestamp":1616076549},"coords":"51.253656,0.5135436","bedrooms":"0","price":"247000","area":"400"} , +{"type":"Feature","id":"n502563907","geometry":{"type":"Point","coordinates":[0.6759346,51.1376345]},"properties":{"@type":"node","@id":502563907,"@timestamp":1616076549},"coords":"51.1376345,0.6759346","bedrooms":"3","price":"151000","area":"540"} , +{"type":"Feature","id":"n502563978","geometry":{"type":"Point","coordinates":[0.750618,51.1673813]},"properties":{"@type":"node","@id":502563978,"@timestamp":1616076549},"coords":"51.1673813,0.750618","bedrooms":"4","price":"150000","area":"607"} , +{"type":"Feature","id":"n502564065","geometry":{"type":"Point","coordinates":[0.1974387,51.4417701]},"properties":{"@type":"node","@id":502564065,"@timestamp":1614137148},"coords":"51.4417701,0.1974387","bedrooms":"3","price":"226000","area":"641"} , +{"type":"Feature","id":"n502564128","geometry":{"type":"Point","coordinates":[0.3068203,51.3361319]},"properties":{"@type":"node","@id":502564128,"@timestamp":1616076549},"coords":"51.3361319,0.3068203","bedrooms":"4","price":"163000","area":"591"} , +{"type":"Feature","id":"n502564184","geometry":{"type":"Point","coordinates":[0.260945,51.1365584]},"properties":{"@type":"node","@id":502564184,"@timestamp":1616076549},"coords":"51.1365584,0.260945","bedrooms":"2","price":"182000","area":"445"} , +{"type":"Feature","id":"n502564251","geometry":{"type":"Point","coordinates":[0.2793121,51.1829066]},"properties":{"@type":"node","@id":502564251,"@timestamp":1616076549},"coords":"51.1829066,0.2793121","bedrooms":"4","price":"212000","area":"459"} , +{"type":"Feature","id":"n502564298","geometry":{"type":"Point","coordinates":[0.5837449,51.0227831]},"properties":{"@type":"node","@id":502564298,"@timestamp":1616076549},"coords":"51.0227831,0.5837449","bedrooms":"1","price":"154000","area":"687"} , +{"type":"Feature","id":"n502564351","geometry":{"type":"Point","coordinates":[0.8472943,51.1535115]},"properties":{"@type":"node","@id":502564351,"@timestamp":1615485574},"coords":"51.1535115,0.8472943","bedrooms":"1","price":"236000","area":"616"} , +{"type":"Feature","id":"n502564390","geometry":{"type":"Point","coordinates":[0.8648899,51.1384172]},"properties":{"@type":"node","@id":502564390,"@timestamp":1562924422},"coords":"51.1384172,0.8648899","bedrooms":"0","price":"257000","area":"696"} , +{"type":"Feature","id":"n502564466","geometry":{"type":"Point","coordinates":[0.5521325,51.3292694]},"properties":{"@type":"node","@id":502564466,"@timestamp":1616076549},"coords":"51.3292694,0.5521325","bedrooms":"1","price":"216000","area":"626"} , +{"type":"Feature","id":"n502564546","geometry":{"type":"Point","coordinates":[0.4107007,51.2439034]},"properties":{"@type":"node","@id":502564546,"@timestamp":1616076549},"coords":"51.2439034,0.4107007","bedrooms":"0","price":"222000","area":"549"} , +{"type":"Feature","id":"n502564560","geometry":{"type":"Point","coordinates":[0.4213913,51.2559233]},"properties":{"@type":"node","@id":502564560,"@timestamp":1616076549},"coords":"51.2559233,0.4213913","bedrooms":"1","price":"293000","area":"410"} , +{"type":"Feature","id":"n502564579","geometry":{"type":"Point","coordinates":[0.5356444,51.3306979]},"properties":{"@type":"node","@id":502564579,"@timestamp":1616076549},"coords":"51.3306979,0.5356444","bedrooms":"1","price":"254000","area":"586"} , +{"type":"Feature","id":"n502564594","geometry":{"type":"Point","coordinates":[0.0598349,51.2884421]},"properties":{"@type":"node","@id":502564594,"@timestamp":1556647598},"coords":"51.2884421,0.0598349","bedrooms":"1","price":"218000","area":"521"} , +{"type":"Feature","id":"n502581619","geometry":{"type":"Point","coordinates":[0.4856592,51.3933684]},"properties":{"@type":"node","@id":502581619,"@timestamp":1561632230},"coords":"51.3933684,0.4856592","bedrooms":"4","price":"192000","area":"401"} , +{"type":"Feature","id":"n502581682","geometry":{"type":"Point","coordinates":[0.4675358,51.3879331]},"properties":{"@type":"node","@id":502581682,"@timestamp":1308225390},"coords":"51.3879331,0.4675358","bedrooms":"4","price":"177000","area":"426"} , +{"type":"Feature","id":"n502581722","geometry":{"type":"Point","coordinates":[0.4727921,51.3914913]},"properties":{"@type":"node","@id":502581722,"@timestamp":1561632230},"coords":"51.3914913,0.4727921","bedrooms":"0","price":"230000","area":"350"} , +{"type":"Feature","id":"n502581775","geometry":{"type":"Point","coordinates":[0.4738063,51.3977655]},"properties":{"@type":"node","@id":502581775,"@timestamp":1253398995},"coords":"51.3977655,0.4738063","bedrooms":"2","price":"288000","area":"665"} , +{"type":"Feature","id":"n502581826","geometry":{"type":"Point","coordinates":[0.5248399,51.4070464]},"properties":{"@type":"node","@id":502581826,"@timestamp":1253398996},"coords":"51.4070464,0.5248399","bedrooms":"3","price":"150000","area":"452"} , +{"type":"Feature","id":"n502581870","geometry":{"type":"Point","coordinates":[0.5412668,51.4195703]},"properties":{"@type":"node","@id":502581870,"@timestamp":1253398998},"coords":"51.4195703,0.5412668","bedrooms":"0","price":"282000","area":"675"} , +{"type":"Feature","id":"n502581960","geometry":{"type":"Point","coordinates":[0.565076,51.4170547]},"properties":{"@type":"node","@id":502581960,"@timestamp":1253399000},"coords":"51.4170547,0.565076","bedrooms":"2","price":"203000","area":"356"} , +{"type":"Feature","id":"n502582015","geometry":{"type":"Point","coordinates":[0.6212641,51.4462912]},"properties":{"@type":"node","@id":502582015,"@timestamp":1253399001},"coords":"51.4462912,0.6212641","bedrooms":"4","price":"239000","area":"350"} , +{"type":"Feature","id":"n502582065","geometry":{"type":"Point","coordinates":[0.5654609,51.4513937]},"properties":{"@type":"node","@id":502582065,"@timestamp":1439461381},"coords":"51.4513937,0.5654609","bedrooms":"4","price":"215000","area":"690"} , +{"type":"Feature","id":"n502582117","geometry":{"type":"Point","coordinates":[0.4956639,51.4466684]},"properties":{"@type":"node","@id":502582117,"@timestamp":1253399004},"coords":"51.4466684,0.4956639","bedrooms":"0","price":"190000","area":"475"} , +{"type":"Feature","id":"n502582158","geometry":{"type":"Point","coordinates":[0.4913019,51.4154541]},"properties":{"@type":"node","@id":502582158,"@timestamp":1253399005},"coords":"51.4154541,0.4913019","bedrooms":"2","price":"228000","area":"596"} , +{"type":"Feature","id":"n502582227","geometry":{"type":"Point","coordinates":[0.4805193,51.3857877]},"properties":{"@type":"node","@id":502582227,"@timestamp":1253399007},"coords":"51.3857877,0.4805193","bedrooms":"0","price":"286000","area":"445"} , +{"type":"Feature","id":"n502582297","geometry":{"type":"Point","coordinates":[0.4544299,51.3763634]},"properties":{"@type":"node","@id":502582297,"@timestamp":1270931281},"coords":"51.3763634,0.4544299","bedrooms":"4","price":"238000","area":"385"} , +{"type":"Feature","id":"n502582346","geometry":{"type":"Point","coordinates":[0.4436528,51.3545271]},"properties":{"@type":"node","@id":502582346,"@timestamp":1253399010},"coords":"51.3545271,0.4436528","bedrooms":"0","price":"244000","area":"391"} , +{"type":"Feature","id":"n502582400","geometry":{"type":"Point","coordinates":[0.4418571,51.3523611]},"properties":{"@type":"node","@id":502582400,"@timestamp":1253399011},"coords":"51.3523611,0.4418571","bedrooms":"1","price":"173000","area":"411"} , +{"type":"Feature","id":"n502582447","geometry":{"type":"Point","coordinates":[0.5794518,51.360707]},"properties":{"@type":"node","@id":502582447,"@timestamp":1253399013},"coords":"51.360707,0.5794518","bedrooms":"3","price":"165000","area":"377"} , +{"type":"Feature","id":"n502582499","geometry":{"type":"Point","coordinates":[0.5394817,51.3660867]},"properties":{"@type":"node","@id":502582499,"@timestamp":1253399014},"coords":"51.3660867,0.5394817","bedrooms":"3","price":"278000","area":"426"} , +{"type":"Feature","id":"n502582550","geometry":{"type":"Point","coordinates":[0.5492258,51.3330292]},"properties":{"@type":"node","@id":502582550,"@timestamp":1253399015},"coords":"51.3330292,0.5492258","bedrooms":"1","price":"234000","area":"616"} , +{"type":"Feature","id":"n502582624","geometry":{"type":"Point","coordinates":[0.5378036,51.347173]},"properties":{"@type":"node","@id":502582624,"@timestamp":1253399017},"coords":"51.347173,0.5378036","bedrooms":"3","price":"298000","area":"590"} , +{"type":"Feature","id":"n502582702","geometry":{"type":"Point","coordinates":[0.5348418,51.3512754]},"properties":{"@type":"node","@id":502582702,"@timestamp":1253399019},"coords":"51.3512754,0.5348418","bedrooms":"0","price":"250000","area":"547"} , +{"type":"Feature","id":"n502582769","geometry":{"type":"Point","coordinates":[0.5248025,51.3400521]},"properties":{"@type":"node","@id":502582769,"@timestamp":1253399020},"coords":"51.3400521,0.5248025","bedrooms":"0","price":"242000","area":"654"} , +{"type":"Feature","id":"n502582838","geometry":{"type":"Point","coordinates":[0.480282,51.4021254]},"properties":{"@type":"node","@id":502582838,"@timestamp":1561804825},"coords":"51.4021254,0.480282","bedrooms":"0","price":"193000","area":"367"} , +{"type":"Feature","id":"n502582911","geometry":{"type":"Point","coordinates":[0.4995005,51.4078146]},"properties":{"@type":"node","@id":502582911,"@timestamp":1253399023},"coords":"51.4078146,0.4995005","bedrooms":"2","price":"198000","area":"396"} , +{"type":"Feature","id":"n502582985","geometry":{"type":"Point","coordinates":[0.5123959,51.4111727]},"properties":{"@type":"node","@id":502582985,"@timestamp":1256726923},"coords":"51.4111727,0.5123959","bedrooms":"3","price":"284000","area":"545"} , +{"type":"Feature","id":"n502583041","geometry":{"type":"Point","coordinates":[0.502583,51.3634005]},"properties":{"@type":"node","@id":502583041,"@timestamp":1253399025},"coords":"51.3634005,0.502583","bedrooms":"2","price":"167000","area":"522"} , +{"type":"Feature","id":"n502583136","geometry":{"type":"Point","coordinates":[0.507034,51.3712442]},"properties":{"@type":"node","@id":502583136,"@timestamp":1400049370},"coords":"51.3712442,0.507034","bedrooms":"0","price":"269000","area":"522"} , +{"type":"Feature","id":"n502583174","geometry":{"type":"Point","coordinates":[0.5041593,51.3599041]},"properties":{"@type":"node","@id":502583174,"@timestamp":1630849685},"coords":"51.3599041,0.5041593","bedrooms":"3","price":"215000","area":"550"} , +{"type":"Feature","id":"n502583229","geometry":{"type":"Point","coordinates":[0.5069833,51.3758347]},"properties":{"@type":"node","@id":502583229,"@timestamp":1253399031},"coords":"51.3758347,0.5069833","bedrooms":"0","price":"184000","area":"420"} , +{"type":"Feature","id":"n502583306","geometry":{"type":"Point","coordinates":[0.502986,51.38343]},"properties":{"@type":"node","@id":502583306,"@timestamp":1623186389},"coords":"51.38343,0.502986","bedrooms":"3","price":"200000","area":"399"} , +{"type":"Feature","id":"n502583401","geometry":{"type":"Point","coordinates":[0.5032835,51.3912483]},"properties":{"@type":"node","@id":502583401,"@timestamp":1561632230},"coords":"51.3912483,0.5032835","bedrooms":"3","price":"250000","area":"380"} , +{"type":"Feature","id":"n502583512","geometry":{"type":"Point","coordinates":[0.4923481,51.3770465]},"properties":{"@type":"node","@id":502583512,"@timestamp":1253399036},"coords":"51.3770465,0.4923481","bedrooms":"2","price":"260000","area":"543"} , +{"type":"Feature","id":"n502583636","geometry":{"type":"Point","coordinates":[0.5643277,51.379018]},"properties":{"@type":"node","@id":502583636,"@timestamp":1253399038},"coords":"51.379018,0.5643277","bedrooms":"0","price":"276000","area":"583"} , +{"type":"Feature","id":"n502583712","geometry":{"type":"Point","coordinates":[0.5603088,51.3755239]},"properties":{"@type":"node","@id":502583712,"@timestamp":1593884333},"coords":"51.3755239,0.5603088","bedrooms":"4","price":"217000","area":"401"} , +{"type":"Feature","id":"n502583763","geometry":{"type":"Point","coordinates":[0.5950551,51.3734395]},"properties":{"@type":"node","@id":502583763,"@timestamp":1253399041},"coords":"51.3734395,0.5950551","bedrooms":"0","price":"265000","area":"582"} , +{"type":"Feature","id":"n502583813","geometry":{"type":"Point","coordinates":[0.5771755,51.3795185]},"properties":{"@type":"node","@id":502583813,"@timestamp":1253399042},"coords":"51.3795185,0.5771755","bedrooms":"2","price":"153000","area":"411"} , +{"type":"Feature","id":"n502583895","geometry":{"type":"Point","coordinates":[0.6137925,51.3613125]},"properties":{"@type":"node","@id":502583895,"@timestamp":1253399045},"coords":"51.3613125,0.6137925","bedrooms":"4","price":"235000","area":"695"} , +{"type":"Feature","id":"n502583958","geometry":{"type":"Point","coordinates":[0.6023189,51.3429056]},"properties":{"@type":"node","@id":502583958,"@timestamp":1253399047},"coords":"51.3429056,0.6023189","bedrooms":"3","price":"285000","area":"367"} , +{"type":"Feature","id":"n502584039","geometry":{"type":"Point","coordinates":[0.5886378,51.3451857]},"properties":{"@type":"node","@id":502584039,"@timestamp":1403303461},"coords":"51.3451857,0.5886378","bedrooms":"3","price":"267000","area":"686"} , +{"type":"Feature","id":"n502584092","geometry":{"type":"Point","coordinates":[0.5979392,51.3477337]},"properties":{"@type":"node","@id":502584092,"@timestamp":1253399050},"coords":"51.3477337,0.5979392","bedrooms":"3","price":"188000","area":"545"} , +{"type":"Feature","id":"n502584161","geometry":{"type":"Point","coordinates":[0.5959239,51.3593357]},"properties":{"@type":"node","@id":502584161,"@timestamp":1253399051},"coords":"51.3593357,0.5959239","bedrooms":"3","price":"151000","area":"588"} , +{"type":"Feature","id":"n502584221","geometry":{"type":"Point","coordinates":[0.5839849,51.348852]},"properties":{"@type":"node","@id":502584221,"@timestamp":1253399054},"coords":"51.348852,0.5839849","bedrooms":"0","price":"245000","area":"453"} , +{"type":"Feature","id":"n502584306","geometry":{"type":"Point","coordinates":[0.5795447,51.3483942]},"properties":{"@type":"node","@id":502584306,"@timestamp":1258929711},"coords":"51.3483942,0.5795447","bedrooms":"3","price":"159000","area":"386"} , +{"type":"Feature","id":"n502584367","geometry":{"type":"Point","coordinates":[0.5862815,51.3562213]},"properties":{"@type":"node","@id":502584367,"@timestamp":1253399057},"coords":"51.3562213,0.5862815","bedrooms":"2","price":"240000","area":"542"} , +{"type":"Feature","id":"n502584415","geometry":{"type":"Point","coordinates":[0.5719749,51.3531547]},"properties":{"@type":"node","@id":502584415,"@timestamp":1253399058},"coords":"51.3531547,0.5719749","bedrooms":"1","price":"237000","area":"672"} , +{"type":"Feature","id":"n502584462","geometry":{"type":"Point","coordinates":[0.5436475,51.3595926]},"properties":{"@type":"node","@id":502584462,"@timestamp":1253399059},"coords":"51.3595926,0.5436475","bedrooms":"0","price":"201000","area":"508"} , +{"type":"Feature","id":"n502584508","geometry":{"type":"Point","coordinates":[0.5325874,51.3554523]},"properties":{"@type":"node","@id":502584508,"@timestamp":1253399060},"coords":"51.3554523,0.5325874","bedrooms":"3","price":"177000","area":"417"} , +{"type":"Feature","id":"n502584548","geometry":{"type":"Point","coordinates":[0.532842,51.3384574]},"properties":{"@type":"node","@id":502584548,"@timestamp":1253399061},"coords":"51.3384574,0.532842","bedrooms":"3","price":"208000","area":"650"} , +{"type":"Feature","id":"n502584628","geometry":{"type":"Point","coordinates":[0.5184821,51.3462951]},"properties":{"@type":"node","@id":502584628,"@timestamp":1253399063},"coords":"51.3462951,0.5184821","bedrooms":"1","price":"270000","area":"406"} , +{"type":"Feature","id":"n502584687","geometry":{"type":"Point","coordinates":[0.5248395,51.347777]},"properties":{"@type":"node","@id":502584687,"@timestamp":1253399065},"coords":"51.347777,0.5248395","bedrooms":"0","price":"269000","area":"607"} , +{"type":"Feature","id":"n502584744","geometry":{"type":"Point","coordinates":[0.5332345,51.3593687]},"properties":{"@type":"node","@id":502584744,"@timestamp":1253399066},"coords":"51.3593687,0.5332345","bedrooms":"1","price":"266000","area":"490"} , +{"type":"Feature","id":"n502584807","geometry":{"type":"Point","coordinates":[0.5257533,51.358338]},"properties":{"@type":"node","@id":502584807,"@timestamp":1298481137},"coords":"51.358338,0.5257533","bedrooms":"4","price":"237000","area":"551"} , +{"type":"Feature","id":"n502584854","geometry":{"type":"Point","coordinates":[0.5704303,51.3894341]},"properties":{"@type":"node","@id":502584854,"@timestamp":1253399068},"coords":"51.3894341,0.5704303","bedrooms":"0","price":"236000","area":"358"} , +{"type":"Feature","id":"n502584894","geometry":{"type":"Point","coordinates":[0.547524,51.3898267]},"properties":{"@type":"node","@id":502584894,"@timestamp":1253399070},"coords":"51.3898267,0.547524","bedrooms":"1","price":"153000","area":"357"} , +{"type":"Feature","id":"n502584972","geometry":{"type":"Point","coordinates":[0.550746,51.3800432]},"properties":{"@type":"node","@id":502584972,"@timestamp":1253399072},"coords":"51.3800432,0.550746","bedrooms":"0","price":"223000","area":"447"} , +{"type":"Feature","id":"n502585028","geometry":{"type":"Point","coordinates":[0.5248698,51.3874932]},"properties":{"@type":"node","@id":502585028,"@timestamp":1253399074},"coords":"51.3874932,0.5248698","bedrooms":"1","price":"290000","area":"577"} , +{"type":"Feature","id":"n502585088","geometry":{"type":"Point","coordinates":[0.5222276,51.353858]},"properties":{"@type":"node","@id":502585088,"@timestamp":1529268610},"coords":"51.353858,0.5222276","bedrooms":"0","price":"246000","area":"516"} , +{"type":"Feature","id":"n502585147","geometry":{"type":"Point","coordinates":[0.5097444,51.3598475]},"properties":{"@type":"node","@id":502585147,"@timestamp":1253399077},"coords":"51.3598475,0.5097444","bedrooms":"1","price":"199000","area":"422"} , +{"type":"Feature","id":"n502585184","geometry":{"type":"Point","coordinates":[0.5159615,51.367125]},"properties":{"@type":"node","@id":502585184,"@timestamp":1253399078},"coords":"51.367125,0.5159615","bedrooms":"2","price":"173000","area":"456"} , +{"type":"Feature","id":"n502585257","geometry":{"type":"Point","coordinates":[0.5125071,51.3754106]},"properties":{"@type":"node","@id":502585257,"@timestamp":1253399080},"coords":"51.3754106,0.5125071","bedrooms":"2","price":"175000","area":"536"} , +{"type":"Feature","id":"n502585284","geometry":{"type":"Point","coordinates":[0.5216692,51.3747729]},"properties":{"@type":"node","@id":502585284,"@timestamp":1253399081},"coords":"51.3747729,0.5216692","bedrooms":"3","price":"245000","area":"496"} , +{"type":"Feature","id":"n502585308","geometry":{"type":"Point","coordinates":[0.5217316,51.3625759]},"properties":{"@type":"node","@id":502585308,"@timestamp":1253399083},"coords":"51.3625759,0.5217316","bedrooms":"1","price":"255000","area":"385"} , +{"type":"Feature","id":"n502585329","geometry":{"type":"Point","coordinates":[0.5352098,51.3779612]},"properties":{"@type":"node","@id":502585329,"@timestamp":1253399084},"coords":"51.3779612,0.5352098","bedrooms":"4","price":"261000","area":"548"} , +{"type":"Feature","id":"n502585350","geometry":{"type":"Point","coordinates":[0.5367848,51.3748447]},"properties":{"@type":"node","@id":502585350,"@timestamp":1529742377},"coords":"51.3748447,0.5367848","bedrooms":"4","price":"193000","area":"613"} , +{"type":"Feature","id":"n502585371","geometry":{"type":"Point","coordinates":[0.5176989,51.3961647]},"properties":{"@type":"node","@id":502585371,"@timestamp":1253399086},"coords":"51.3961647,0.5176989","bedrooms":"3","price":"267000","area":"615"} , +{"type":"Feature","id":"n502585440","geometry":{"type":"Point","coordinates":[0.55512,51.3845167]},"properties":{"@type":"node","@id":502585440,"@timestamp":1253399089},"coords":"51.3845167,0.55512","bedrooms":"4","price":"161000","area":"354"} , +{"type":"Feature","id":"n502585515","geometry":{"type":"Point","coordinates":[0.5477786,51.3743073]},"properties":{"@type":"node","@id":502585515,"@timestamp":1577557927},"coords":"51.3743073,0.5477786","bedrooms":"4","price":"205000","area":"554"} , +{"type":"Feature","id":"n502585565","geometry":{"type":"Point","coordinates":[0.5306918,51.3799476]},"properties":{"@type":"node","@id":502585565,"@timestamp":1253399092},"coords":"51.3799476,0.5306918","bedrooms":"1","price":"259000","area":"613"} , +{"type":"Feature","id":"n502585616","geometry":{"type":"Point","coordinates":[0.5602514,51.389666]},"properties":{"@type":"node","@id":502585616,"@timestamp":1253399094},"coords":"51.389666,0.5602514","bedrooms":"3","price":"236000","area":"470"} , +{"type":"Feature","id":"n502585674","geometry":{"type":"Point","coordinates":[0.6087626,51.3633045]},"properties":{"@type":"node","@id":502585674,"@timestamp":1253399095},"coords":"51.3633045,0.6087626","bedrooms":"3","price":"163000","area":"648"} , +{"type":"Feature","id":"n502585765","geometry":{"type":"Point","coordinates":[0.5613794,51.3707452]},"properties":{"@type":"node","@id":502585765,"@timestamp":1253399098},"coords":"51.3707452,0.5613794","bedrooms":"4","price":"298000","area":"477"} , +{"type":"Feature","id":"n502585825","geometry":{"type":"Point","coordinates":[0.5539006,51.3951381]},"properties":{"@type":"node","@id":502585825,"@timestamp":1253399099},"coords":"51.3951381,0.5539006","bedrooms":"1","price":"214000","area":"444"} , +{"type":"Feature","id":"n502585888","geometry":{"type":"Point","coordinates":[0.5422225,51.3732852]},"properties":{"@type":"node","@id":502585888,"@timestamp":1253399101},"coords":"51.3732852,0.5422225","bedrooms":"4","price":"205000","area":"502"} , +{"type":"Feature","id":"n502585942","geometry":{"type":"Point","coordinates":[0.5945613,51.3585123]},"properties":{"@type":"node","@id":502585942,"@timestamp":1258929969},"coords":"51.3585123,0.5945613","bedrooms":"1","price":"152000","area":"603"} , +{"type":"Feature","id":"n502585991","geometry":{"type":"Point","coordinates":[0.57331,51.3405113]},"properties":{"@type":"node","@id":502585991,"@timestamp":1631789639},"coords":"51.3405113,0.57331","bedrooms":"3","price":"241000","area":"351"} , +{"type":"Feature","id":"n502586044","geometry":{"type":"Point","coordinates":[0.4913113,51.4148333]},"properties":{"@type":"node","@id":502586044,"@timestamp":1253399105},"coords":"51.4148333,0.4913113","bedrooms":"2","price":"299000","area":"382"} , +{"type":"Feature","id":"n502586105","geometry":{"type":"Point","coordinates":[0.6451272,51.4696787]},"properties":{"@type":"node","@id":502586105,"@timestamp":1253399108},"coords":"51.4696787,0.6451272","bedrooms":"2","price":"296000","area":"403"} , +{"type":"Feature","id":"n502586157","geometry":{"type":"Point","coordinates":[0.6061906,51.4606219]},"properties":{"@type":"node","@id":502586157,"@timestamp":1346499662},"coords":"51.4606219,0.6061906","bedrooms":"2","price":"169000","area":"576"} , +{"type":"Feature","id":"n502586222","geometry":{"type":"Point","coordinates":[0.5557674,51.3842687]},"properties":{"@type":"node","@id":502586222,"@timestamp":1253399111},"coords":"51.3842687,0.5557674","bedrooms":"3","price":"284000","area":"524"} , +{"type":"Feature","id":"n502586277","geometry":{"type":"Point","coordinates":[0.5262882,51.364969]},"properties":{"@type":"node","@id":502586277,"@timestamp":1253399112},"coords":"51.364969,0.5262882","bedrooms":"0","price":"194000","area":"483"} , +{"type":"Feature","id":"n502586328","geometry":{"type":"Point","coordinates":[0.5256735,51.3689396]},"properties":{"@type":"node","@id":502586328,"@timestamp":1253399114},"coords":"51.3689396,0.5256735","bedrooms":"1","price":"231000","area":"474"} , +{"type":"Feature","id":"n502586480","geometry":{"type":"Point","coordinates":[0.5570406,51.3581227]},"properties":{"@type":"node","@id":502586480,"@timestamp":1253399118},"coords":"51.3581227,0.5570406","bedrooms":"4","price":"150000","area":"421"} , +{"type":"Feature","id":"n502586570","geometry":{"type":"Point","coordinates":[0.5918133,51.3448378]},"properties":{"@type":"node","@id":502586570,"@timestamp":1403159797},"coords":"51.3448378,0.5918133","bedrooms":"1","price":"223000","area":"386"} , +{"type":"Feature","id":"n502586623","geometry":{"type":"Point","coordinates":[0.520236,51.3800742]},"properties":{"@type":"node","@id":502586623,"@timestamp":1253399122},"coords":"51.3800742,0.520236","bedrooms":"3","price":"250000","area":"589"} , +{"type":"Feature","id":"n502586692","geometry":{"type":"Point","coordinates":[0.5108077,51.4431776]},"properties":{"@type":"node","@id":502586692,"@timestamp":1613928509},"coords":"51.4431776,0.5108077","bedrooms":"2","price":"155000","area":"508"} , +{"type":"Feature","id":"n502586757","geometry":{"type":"Point","coordinates":[0.4918805,51.3930504]},"properties":{"@type":"node","@id":502586757,"@timestamp":1561632230},"coords":"51.3930504,0.4918805","bedrooms":"3","price":"270000","area":"593"} , +{"type":"Feature","id":"n502876922","geometry":{"type":"Point","coordinates":[-0.772486,50.971728]},"properties":{"@type":"node","@id":502876922,"@timestamp":1253431676},"coords":"50.971728,-0.772486","bedrooms":"4","price":"265000","area":"680"} , +{"type":"Feature","id":"n502877070","geometry":{"type":"Point","coordinates":[-0.7591863,50.9801949]},"properties":{"@type":"node","@id":502877070,"@timestamp":1484408427},"coords":"50.9801949,-0.7591863","bedrooms":"2","price":"266000","area":"575"} , +{"type":"Feature","id":"n502885120","geometry":{"type":"Point","coordinates":[-0.9454209,51.1567928]},"properties":{"@type":"node","@id":502885120,"@timestamp":1265712056},"coords":"51.1567928,-0.9454209","bedrooms":"0","price":"237000","area":"643"} , +{"type":"Feature","id":"n502950179","geometry":{"type":"Point","coordinates":[-0.1325531,51.5147246]},"properties":{"@type":"node","@id":502950179,"@timestamp":1524086341},"coords":"51.5147246,-0.1325531","bedrooms":"3","price":"245000","area":"516"} , +{"type":"Feature","id":"n503338727","geometry":{"type":"Point","coordinates":[-1.0533039,51.5319599]},"properties":{"@type":"node","@id":503338727,"@timestamp":1462987117},"coords":"51.5319599,-1.0533039","bedrooms":"3","price":"159000","area":"392"} , +{"type":"Feature","id":"n503392397","geometry":{"type":"Point","coordinates":[-1.0302311,51.3149189]},"properties":{"@type":"node","@id":503392397,"@timestamp":1587124371},"coords":"51.3149189,-1.0302311","bedrooms":"2","price":"163000","area":"375"} , +{"type":"Feature","id":"n503392451","geometry":{"type":"Point","coordinates":[-1.0006534,51.3336291]},"properties":{"@type":"node","@id":503392451,"@timestamp":1294011156},"coords":"51.3336291,-1.0006534","bedrooms":"2","price":"154000","area":"658"} , +{"type":"Feature","id":"n503392498","geometry":{"type":"Point","coordinates":[-1.070044,51.3279228]},"properties":{"@type":"node","@id":503392498,"@timestamp":1587124371},"coords":"51.3279228,-1.070044","bedrooms":"2","price":"236000","area":"437"} , +{"type":"Feature","id":"n503392544","geometry":{"type":"Point","coordinates":[-1.0985682,51.3577192]},"properties":{"@type":"node","@id":503392544,"@timestamp":1253464116},"coords":"51.3577192,-1.0985682","bedrooms":"0","price":"196000","area":"580"} , +{"type":"Feature","id":"n503392590","geometry":{"type":"Point","coordinates":[-1.1080711,51.3584617]},"properties":{"@type":"node","@id":503392590,"@timestamp":1587124371},"coords":"51.3584617,-1.1080711","bedrooms":"4","price":"224000","area":"550"} , +{"type":"Feature","id":"n503392920","geometry":{"type":"Point","coordinates":[-1.1098291,51.2946619]},"properties":{"@type":"node","@id":503392920,"@timestamp":1559661411},"coords":"51.2946619,-1.1098291","bedrooms":"4","price":"150000","area":"524"} , +{"type":"Feature","id":"n503393211","geometry":{"type":"Point","coordinates":[-1.0987792,51.2554069]},"properties":{"@type":"node","@id":503393211,"@timestamp":1339200452},"coords":"51.2554069,-1.0987792","bedrooms":"3","price":"271000","area":"533"} , +{"type":"Feature","id":"n503393554","geometry":{"type":"Point","coordinates":[-1.0584021,51.2768596]},"properties":{"@type":"node","@id":503393554,"@timestamp":1586874521},"coords":"51.2768596,-1.0584021","bedrooms":"1","price":"271000","area":"377"} , +{"type":"Feature","id":"n503393640","geometry":{"type":"Point","coordinates":[-1.0625482,51.2837719]},"properties":{"@type":"node","@id":503393640,"@timestamp":1586874521},"coords":"51.2837719,-1.0625482","bedrooms":"4","price":"235000","area":"383"} , +{"type":"Feature","id":"n503393694","geometry":{"type":"Point","coordinates":[-1.0726584,51.2815864]},"properties":{"@type":"node","@id":503393694,"@timestamp":1560501828},"coords":"51.2815864,-1.0726584","bedrooms":"1","price":"220000","area":"432"} , +{"type":"Feature","id":"n503393753","geometry":{"type":"Point","coordinates":[-1.0901507,51.2808963]},"properties":{"@type":"node","@id":503393753,"@timestamp":1560330914},"coords":"51.2808963,-1.0901507","bedrooms":"0","price":"248000","area":"605"} , +{"type":"Feature","id":"n503393820","geometry":{"type":"Point","coordinates":[-1.0957893,51.2829003]},"properties":{"@type":"node","@id":503393820,"@timestamp":1253464147},"coords":"51.2829003,-1.0957893","bedrooms":"4","price":"182000","area":"631"} , +{"type":"Feature","id":"n503393871","geometry":{"type":"Point","coordinates":[-1.0730212,51.2856448]},"properties":{"@type":"node","@id":503393871,"@timestamp":1588508621},"coords":"51.2856448,-1.0730212","bedrooms":"0","price":"201000","area":"681"} , +{"type":"Feature","id":"n503393923","geometry":{"type":"Point","coordinates":[-1.0634026,51.2967547]},"properties":{"@type":"node","@id":503393923,"@timestamp":1253464149},"coords":"51.2967547,-1.0634026","bedrooms":"2","price":"166000","area":"417"} , +{"type":"Feature","id":"n503394240","geometry":{"type":"Point","coordinates":[-1.0100156,50.943851]},"properties":{"@type":"node","@id":503394240,"@timestamp":1602442165},"coords":"50.943851,-1.0100156","bedrooms":"2","price":"251000","area":"403"} , +{"type":"Feature","id":"n503394320","geometry":{"type":"Point","coordinates":[-0.9590805,50.9835432]},"properties":{"@type":"node","@id":503394320,"@timestamp":1253464159},"coords":"50.9835432,-0.9590805","bedrooms":"3","price":"279000","area":"452"} , +{"type":"Feature","id":"n503394359","geometry":{"type":"Point","coordinates":[-0.939706,50.9985129]},"properties":{"@type":"node","@id":503394359,"@timestamp":1253464160},"coords":"50.9985129,-0.939706","bedrooms":"3","price":"212000","area":"696"} , +{"type":"Feature","id":"n503394419","geometry":{"type":"Point","coordinates":[-0.943295,51.0030058]},"properties":{"@type":"node","@id":503394419,"@timestamp":1606995220},"coords":"51.0030058,-0.943295","bedrooms":"4","price":"175000","area":"595"} , +{"type":"Feature","id":"n503394476","geometry":{"type":"Point","coordinates":[-0.9465879,51.0061291]},"properties":{"@type":"node","@id":503394476,"@timestamp":1620811825},"coords":"51.0061291,-0.9465879","bedrooms":"4","price":"279000","area":"468"} , +{"type":"Feature","id":"n503394529","geometry":{"type":"Point","coordinates":[-0.9375635,51.0128249]},"properties":{"@type":"node","@id":503394529,"@timestamp":1606994367},"coords":"51.0128249,-0.9375635","bedrooms":"3","price":"233000","area":"537"} , +{"type":"Feature","id":"n503394594","geometry":{"type":"Point","coordinates":[-0.9230413,51.0067327]},"properties":{"@type":"node","@id":503394594,"@timestamp":1606995061},"coords":"51.0067327,-0.9230413","bedrooms":"0","price":"257000","area":"636"} , +{"type":"Feature","id":"n503394689","geometry":{"type":"Point","coordinates":[-0.9108539,51.0018805]},"properties":{"@type":"node","@id":503394689,"@timestamp":1607877914},"coords":"51.0018805,-0.9108539","bedrooms":"0","price":"259000","area":"434"} , +{"type":"Feature","id":"n503394747","geometry":{"type":"Point","coordinates":[-0.930818,51.008225]},"properties":{"@type":"node","@id":503394747,"@timestamp":1606994367},"coords":"51.008225,-0.930818","bedrooms":"0","price":"235000","area":"380"} , +{"type":"Feature","id":"n503394801","geometry":{"type":"Point","coordinates":[-0.9748282,51.0078821]},"properties":{"@type":"node","@id":503394801,"@timestamp":1253464169},"coords":"51.0078821,-0.9748282","bedrooms":"3","price":"191000","area":"449"} , +{"type":"Feature","id":"n503394890","geometry":{"type":"Point","coordinates":[-1.0049405,51.0001928]},"properties":{"@type":"node","@id":503394890,"@timestamp":1617903598},"coords":"51.0001928,-1.0049405","bedrooms":"1","price":"213000","area":"631"} , +{"type":"Feature","id":"n503394962","geometry":{"type":"Point","coordinates":[-1.0320595,50.9954926]},"properties":{"@type":"node","@id":503394962,"@timestamp":1617875352},"coords":"50.9954926,-1.0320595","bedrooms":"0","price":"279000","area":"396"} , +{"type":"Feature","id":"n503395029","geometry":{"type":"Point","coordinates":[-0.9823385,51.0346562]},"properties":{"@type":"node","@id":503395029,"@timestamp":1253464173},"coords":"51.0346562,-0.9823385","bedrooms":"0","price":"160000","area":"695"} , +{"type":"Feature","id":"n503395118","geometry":{"type":"Point","coordinates":[-1.0708743,51.0576775]},"properties":{"@type":"node","@id":503395118,"@timestamp":1253464174},"coords":"51.0576775,-1.0708743","bedrooms":"4","price":"210000","area":"650"} , +{"type":"Feature","id":"n503395191","geometry":{"type":"Point","coordinates":[-1.1076218,51.0826935]},"properties":{"@type":"node","@id":503395191,"@timestamp":1253464176},"coords":"51.0826935,-1.1076218","bedrooms":"2","price":"223000","area":"641"} , +{"type":"Feature","id":"n503395242","geometry":{"type":"Point","coordinates":[-1.0473489,51.1102748]},"properties":{"@type":"node","@id":503395242,"@timestamp":1253464177},"coords":"51.1102748,-1.0473489","bedrooms":"3","price":"218000","area":"603"} , +{"type":"Feature","id":"n503395318","geometry":{"type":"Point","coordinates":[-1.0496989,51.1113191]},"properties":{"@type":"node","@id":503395318,"@timestamp":1253464178},"coords":"51.1113191,-1.0496989","bedrooms":"1","price":"219000","area":"424"} , +{"type":"Feature","id":"n503395366","geometry":{"type":"Point","coordinates":[-1.0912472,51.1592787]},"properties":{"@type":"node","@id":503395366,"@timestamp":1536876527},"coords":"51.1592787,-1.0912472","bedrooms":"0","price":"232000","area":"645"} , +{"type":"Feature","id":"n503395394","geometry":{"type":"Point","coordinates":[-0.9900589,51.1439299]},"properties":{"@type":"node","@id":503395394,"@timestamp":1253464180},"coords":"51.1439299,-0.9900589","bedrooms":"3","price":"268000","area":"513"} , +{"type":"Feature","id":"n503395445","geometry":{"type":"Point","coordinates":[-0.9921975,51.1264668]},"properties":{"@type":"node","@id":503395445,"@timestamp":1613915372},"coords":"51.1264668,-0.9921975","bedrooms":"2","price":"181000","area":"539"} , +{"type":"Feature","id":"n503395502","geometry":{"type":"Point","coordinates":[-0.9752578,51.0924803]},"properties":{"@type":"node","@id":503395502,"@timestamp":1253464183},"coords":"51.0924803,-0.9752578","bedrooms":"4","price":"227000","area":"617"} , +{"type":"Feature","id":"n503395554","geometry":{"type":"Point","coordinates":[-0.9887785,51.1331727]},"properties":{"@type":"node","@id":503395554,"@timestamp":1253464184},"coords":"51.1331727,-0.9887785","bedrooms":"4","price":"289000","area":"354"} , +{"type":"Feature","id":"n503396131","geometry":{"type":"Point","coordinates":[-1.0937834,51.2420057]},"properties":{"@type":"node","@id":503396131,"@timestamp":1253464196},"coords":"51.2420057,-1.0937834","bedrooms":"4","price":"165000","area":"578"} , +{"type":"Feature","id":"n503396188","geometry":{"type":"Point","coordinates":[-1.0900089,51.2111236]},"properties":{"@type":"node","@id":503396188,"@timestamp":1253464197},"coords":"51.2111236,-1.0900089","bedrooms":"3","price":"206000","area":"358"} , +{"type":"Feature","id":"n503396325","geometry":{"type":"Point","coordinates":[-1.0519132,51.2093331]},"properties":{"@type":"node","@id":503396325,"@timestamp":1543332967},"coords":"51.2093331,-1.0519132","bedrooms":"1","price":"292000","area":"411"} , +{"type":"Feature","id":"n503396375","geometry":{"type":"Point","coordinates":[-1.0155695,51.2564273]},"properties":{"@type":"node","@id":503396375,"@timestamp":1253464201},"coords":"51.2564273,-1.0155695","bedrooms":"2","price":"228000","area":"421"} , +{"type":"Feature","id":"n503396447","geometry":{"type":"Point","coordinates":[-0.9993771,51.2728629]},"properties":{"@type":"node","@id":503396447,"@timestamp":1588688304},"coords":"51.2728629,-0.9993771","bedrooms":"2","price":"173000","area":"439"} , +{"type":"Feature","id":"n503396506","geometry":{"type":"Point","coordinates":[-1.0363886,51.265503]},"properties":{"@type":"node","@id":503396506,"@timestamp":1586803324},"coords":"51.265503,-1.0363886","bedrooms":"3","price":"223000","area":"595"} , +{"type":"Feature","id":"n503396560","geometry":{"type":"Point","coordinates":[-1.0345821,51.2675743]},"properties":{"@type":"node","@id":503396560,"@timestamp":1586803324},"coords":"51.2675743,-1.0345821","bedrooms":"4","price":"287000","area":"654"} , +{"type":"Feature","id":"n503396627","geometry":{"type":"Point","coordinates":[-1.0470931,51.2725596]},"properties":{"@type":"node","@id":503396627,"@timestamp":1253464206},"coords":"51.2725596,-1.0470931","bedrooms":"4","price":"208000","area":"398"} , +{"type":"Feature","id":"n503396678","geometry":{"type":"Point","coordinates":[-1.0639966,51.2865891]},"properties":{"@type":"node","@id":503396678,"@timestamp":1586874521},"coords":"51.2865891,-1.0639966","bedrooms":"3","price":"278000","area":"372"} , +{"type":"Feature","id":"n503396745","geometry":{"type":"Point","coordinates":[-1.0638626,51.2917676]},"properties":{"@type":"node","@id":503396745,"@timestamp":1586874521},"coords":"51.2917676,-1.0638626","bedrooms":"1","price":"209000","area":"629"} , +{"type":"Feature","id":"n503396812","geometry":{"type":"Point","coordinates":[-1.0428265,51.2978202]},"properties":{"@type":"node","@id":503396812,"@timestamp":1253464211},"coords":"51.2978202,-1.0428265","bedrooms":"3","price":"209000","area":"519"} , +{"type":"Feature","id":"n503401493","geometry":{"type":"Point","coordinates":[-0.975774,51.1468271]},"properties":{"@type":"node","@id":503401493,"@timestamp":1588708916},"coords":"51.1468271,-0.975774","bedrooms":"2","price":"264000","area":"389"} , +{"type":"Feature","id":"n503401581","geometry":{"type":"Point","coordinates":[-0.9855458,51.1489446]},"properties":{"@type":"node","@id":503401581,"@timestamp":1253464327},"coords":"51.1489446,-0.9855458","bedrooms":"0","price":"180000","area":"550"} , +{"type":"Feature","id":"n503401634","geometry":{"type":"Point","coordinates":[-0.9799247,51.1581221]},"properties":{"@type":"node","@id":503401634,"@timestamp":1588688304},"coords":"51.1581221,-0.9799247","bedrooms":"1","price":"168000","area":"558"} , +{"type":"Feature","id":"n503401692","geometry":{"type":"Point","coordinates":[-0.9687376,51.1621606]},"properties":{"@type":"node","@id":503401692,"@timestamp":1253464329},"coords":"51.1621606,-0.9687376","bedrooms":"1","price":"245000","area":"679"} , +{"type":"Feature","id":"n503401761","geometry":{"type":"Point","coordinates":[-0.9703143,51.1562214]},"properties":{"@type":"node","@id":503401761,"@timestamp":1253464331},"coords":"51.1562214,-0.9703143","bedrooms":"3","price":"244000","area":"572"} , +{"type":"Feature","id":"n503401835","geometry":{"type":"Point","coordinates":[-0.9578703,51.1595374]},"properties":{"@type":"node","@id":503401835,"@timestamp":1405201909},"coords":"51.1595374,-0.9578703","bedrooms":"2","price":"159000","area":"350"} , +{"type":"Feature","id":"n503401909","geometry":{"type":"Point","coordinates":[-0.9449282,51.1614678]},"properties":{"@type":"node","@id":503401909,"@timestamp":1378320480},"coords":"51.1614678,-0.9449282","bedrooms":"2","price":"207000","area":"616"} , +{"type":"Feature","id":"n503401978","geometry":{"type":"Point","coordinates":[-0.9223603,51.1786126]},"properties":{"@type":"node","@id":503401978,"@timestamp":1253464335},"coords":"51.1786126,-0.9223603","bedrooms":"4","price":"285000","area":"525"} , +{"type":"Feature","id":"n503402017","geometry":{"type":"Point","coordinates":[-0.8774973,51.1896832]},"properties":{"@type":"node","@id":503402017,"@timestamp":1635705006},"coords":"51.1896832,-0.8774973","bedrooms":"4","price":"211000","area":"448"} , +{"type":"Feature","id":"n503402062","geometry":{"type":"Point","coordinates":[-0.9262992,51.1642517]},"properties":{"@type":"node","@id":503402062,"@timestamp":1253464338},"coords":"51.1642517,-0.9262992","bedrooms":"1","price":"168000","area":"546"} , +{"type":"Feature","id":"n503402125","geometry":{"type":"Point","coordinates":[-0.8461419,51.153075]},"properties":{"@type":"node","@id":503402125,"@timestamp":1253464339},"coords":"51.153075,-0.8461419","bedrooms":"1","price":"191000","area":"632"} , +{"type":"Feature","id":"n503402208","geometry":{"type":"Point","coordinates":[-0.9592954,51.1540376]},"properties":{"@type":"node","@id":503402208,"@timestamp":1253464341},"coords":"51.1540376,-0.9592954","bedrooms":"2","price":"254000","area":"617"} , +{"type":"Feature","id":"n503402252","geometry":{"type":"Point","coordinates":[-0.9250062,51.0815878]},"properties":{"@type":"node","@id":503402252,"@timestamp":1420913439},"coords":"51.0815878,-0.9250062","bedrooms":"3","price":"191000","area":"513"} , +{"type":"Feature","id":"n503402294","geometry":{"type":"Point","coordinates":[-0.8893635,51.0727842]},"properties":{"@type":"node","@id":503402294,"@timestamp":1605879130},"coords":"51.0727842,-0.8893635","bedrooms":"3","price":"163000","area":"657"} , +{"type":"Feature","id":"n503402356","geometry":{"type":"Point","coordinates":[-0.876646,51.1187233]},"properties":{"@type":"node","@id":503402356,"@timestamp":1253464345},"coords":"51.1187233,-0.876646","bedrooms":"3","price":"291000","area":"626"} , +{"type":"Feature","id":"n503402397","geometry":{"type":"Point","coordinates":[-0.8626853,51.1129499]},"properties":{"@type":"node","@id":503402397,"@timestamp":1588708916},"coords":"51.1129499,-0.8626853","bedrooms":"0","price":"218000","area":"467"} , +{"type":"Feature","id":"n503402439","geometry":{"type":"Point","coordinates":[-0.85358,51.1062154]},"properties":{"@type":"node","@id":503402439,"@timestamp":1588708916},"coords":"51.1062154,-0.85358","bedrooms":"3","price":"178000","area":"696"} , +{"type":"Feature","id":"n503403411","geometry":{"type":"Point","coordinates":[-0.9690998,51.2799021]},"properties":{"@type":"node","@id":503403411,"@timestamp":1588688304},"coords":"51.2799021,-0.9690998","bedrooms":"3","price":"201000","area":"627"} , +{"type":"Feature","id":"n503403449","geometry":{"type":"Point","coordinates":[-0.9602534,51.2894187]},"properties":{"@type":"node","@id":503403449,"@timestamp":1253464376},"coords":"51.2894187,-0.9602534","bedrooms":"0","price":"264000","area":"647"} , +{"type":"Feature","id":"n503403500","geometry":{"type":"Point","coordinates":[-0.9824659,51.3005305]},"properties":{"@type":"node","@id":503403500,"@timestamp":1253464378},"coords":"51.3005305,-0.9824659","bedrooms":"4","price":"164000","area":"652"} , +{"type":"Feature","id":"n503403545","geometry":{"type":"Point","coordinates":[-0.9604217,51.3454513]},"properties":{"@type":"node","@id":503403545,"@timestamp":1253464379},"coords":"51.3454513,-0.9604217","bedrooms":"4","price":"227000","area":"588"} , +{"type":"Feature","id":"n503404309","geometry":{"type":"Point","coordinates":[-0.8493186,51.2638406]},"properties":{"@type":"node","@id":503404309,"@timestamp":1253464403},"coords":"51.2638406,-0.8493186","bedrooms":"0","price":"169000","area":"688"} , +{"type":"Feature","id":"n503404349","geometry":{"type":"Point","coordinates":[-0.8604046,51.2792272]},"properties":{"@type":"node","@id":503404349,"@timestamp":1253464404},"coords":"51.2792272,-0.8604046","bedrooms":"3","price":"279000","area":"470"} , +{"type":"Feature","id":"n503404400","geometry":{"type":"Point","coordinates":[-0.8412498,51.2753992]},"properties":{"@type":"node","@id":503404400,"@timestamp":1571503154},"coords":"51.2753992,-0.8412498","bedrooms":"2","price":"210000","area":"463"} , +{"type":"Feature","id":"n503404464","geometry":{"type":"Point","coordinates":[-0.8268454,51.2628491]},"properties":{"@type":"node","@id":503404464,"@timestamp":1468868161},"coords":"51.2628491,-0.8268454","bedrooms":"4","price":"251000","area":"559"} , +{"type":"Feature","id":"n503404505","geometry":{"type":"Point","coordinates":[-0.8441306,51.1173902]},"properties":{"@type":"node","@id":503404505,"@timestamp":1588761819},"coords":"51.1173902,-0.8441306","bedrooms":"3","price":"182000","area":"492"} , +{"type":"Feature","id":"n503404546","geometry":{"type":"Point","coordinates":[-0.8047477,51.1225877]},"properties":{"@type":"node","@id":503404546,"@timestamp":1588761819},"coords":"51.1225877,-0.8047477","bedrooms":"0","price":"171000","area":"542"} , +{"type":"Feature","id":"n503404600","geometry":{"type":"Point","coordinates":[-0.7539827,51.1106909]},"properties":{"@type":"node","@id":503404600,"@timestamp":1588761819},"coords":"51.1106909,-0.7539827","bedrooms":"1","price":"241000","area":"478"} , +{"type":"Feature","id":"n503404639","geometry":{"type":"Point","coordinates":[-1.0186996,51.0694452]},"properties":{"@type":"node","@id":503404639,"@timestamp":1253464413},"coords":"51.0694452,-1.0186996","bedrooms":"1","price":"184000","area":"678"} , +{"type":"Feature","id":"n503404676","geometry":{"type":"Point","coordinates":[-0.8091953,51.0813114]},"properties":{"@type":"node","@id":503404676,"@timestamp":1353682644},"coords":"51.0813114,-0.8091953","bedrooms":"1","price":"282000","area":"637"} , +{"type":"Feature","id":"n503404731","geometry":{"type":"Point","coordinates":[-0.8002148,51.0713996]},"properties":{"@type":"node","@id":503404731,"@timestamp":1262476829},"coords":"51.0713996,-0.8002148","bedrooms":"2","price":"189000","area":"401"} , +{"type":"Feature","id":"n503404780","geometry":{"type":"Point","coordinates":[-0.891611,51.0422388]},"properties":{"@type":"node","@id":503404780,"@timestamp":1618170697},"coords":"51.0422388,-0.891611","bedrooms":"0","price":"227000","area":"529"} , +{"type":"Feature","id":"n503404855","geometry":{"type":"Point","coordinates":[-0.9015951,51.019159]},"properties":{"@type":"node","@id":503404855,"@timestamp":1253464418},"coords":"51.019159,-0.9015951","bedrooms":"4","price":"276000","area":"652"} , +{"type":"Feature","id":"n503404935","geometry":{"type":"Point","coordinates":[-0.9706516,51.1519889]},"properties":{"@type":"node","@id":503404935,"@timestamp":1497135291},"coords":"51.1519889,-0.9706516","bedrooms":"4","price":"162000","area":"508"} , +{"type":"Feature","id":"n503404981","geometry":{"type":"Point","coordinates":[-0.8627293,51.1204682]},"properties":{"@type":"node","@id":503404981,"@timestamp":1253464423},"coords":"51.1204682,-0.8627293","bedrooms":"3","price":"218000","area":"395"} , +{"type":"Feature","id":"n503405511","geometry":{"type":"Point","coordinates":[-1.1148441,51.2407425]},"properties":{"@type":"node","@id":503405511,"@timestamp":1586937382},"coords":"51.2407425,-1.1148441","bedrooms":"2","price":"221000","area":"644"} , +{"type":"Feature","id":"n503405583","geometry":{"type":"Point","coordinates":[-1.0906791,51.2478004]},"properties":{"@type":"node","@id":503405583,"@timestamp":1254353481},"coords":"51.2478004,-1.0906791","bedrooms":"2","price":"206000","area":"491"} , +{"type":"Feature","id":"n503405666","geometry":{"type":"Point","coordinates":[-1.070522,51.2604359]},"properties":{"@type":"node","@id":503405666,"@timestamp":1255260535},"coords":"51.2604359,-1.070522","bedrooms":"3","price":"261000","area":"648"} , +{"type":"Feature","id":"n503405815","geometry":{"type":"Point","coordinates":[-1.1137166,51.2542543]},"properties":{"@type":"node","@id":503405815,"@timestamp":1604183615},"coords":"51.2542543,-1.1137166","bedrooms":"2","price":"245000","area":"376"} , +{"type":"Feature","id":"n503405872","geometry":{"type":"Point","coordinates":[-1.1108409,51.2589803]},"properties":{"@type":"node","@id":503405872,"@timestamp":1559761553},"coords":"51.2589803,-1.1108409","bedrooms":"2","price":"230000","area":"541"} , +{"type":"Feature","id":"n503405955","geometry":{"type":"Point","coordinates":[-1.0939443,51.2607295]},"properties":{"@type":"node","@id":503405955,"@timestamp":1588508621},"coords":"51.2607295,-1.0939443","bedrooms":"4","price":"270000","area":"415"} , +{"type":"Feature","id":"n503406016","geometry":{"type":"Point","coordinates":[-1.0963121,51.2708727]},"properties":{"@type":"node","@id":503406016,"@timestamp":1559650015},"coords":"51.2708727,-1.0963121","bedrooms":"4","price":"268000","area":"684"} , +{"type":"Feature","id":"n503406071","geometry":{"type":"Point","coordinates":[-1.1078179,51.2711498]},"properties":{"@type":"node","@id":503406071,"@timestamp":1560501828},"coords":"51.2711498,-1.1078179","bedrooms":"4","price":"269000","area":"392"} , +{"type":"Feature","id":"n503406217","geometry":{"type":"Point","coordinates":[-1.0977409,51.2755057]},"properties":{"@type":"node","@id":503406217,"@timestamp":1560330914},"coords":"51.2755057,-1.0977409","bedrooms":"2","price":"197000","area":"552"} , +{"type":"Feature","id":"n503406257","geometry":{"type":"Point","coordinates":[-1.0829274,51.2785739]},"properties":{"@type":"node","@id":503406257,"@timestamp":1253464460},"coords":"51.2785739,-1.0829274","bedrooms":"4","price":"264000","area":"502"} , +{"type":"Feature","id":"n503406307","geometry":{"type":"Point","coordinates":[-1.0941877,51.2724749]},"properties":{"@type":"node","@id":503406307,"@timestamp":1586859731},"coords":"51.2724749,-1.0941877","bedrooms":"0","price":"242000","area":"567"} , +{"type":"Feature","id":"n503406342","geometry":{"type":"Point","coordinates":[-1.0851976,51.2658757]},"properties":{"@type":"node","@id":503406342,"@timestamp":1559650015},"coords":"51.2658757,-1.0851976","bedrooms":"0","price":"240000","area":"474"} , +{"type":"Feature","id":"n503406371","geometry":{"type":"Point","coordinates":[-1.0854444,51.2663473]},"properties":{"@type":"node","@id":503406371,"@timestamp":1559650015},"coords":"51.2663473,-1.0854444","bedrooms":"2","price":"230000","area":"539"} , +{"type":"Feature","id":"n503406396","geometry":{"type":"Point","coordinates":[-1.0668071,51.2731501]},"properties":{"@type":"node","@id":503406396,"@timestamp":1253464465},"coords":"51.2731501,-1.0668071","bedrooms":"4","price":"181000","area":"615"} , +{"type":"Feature","id":"n503406466","geometry":{"type":"Point","coordinates":[-0.9487947,51.3409054]},"properties":{"@type":"node","@id":503406466,"@timestamp":1253464468},"coords":"51.3409054,-0.9487947","bedrooms":"1","price":"151000","area":"622"} , +{"type":"Feature","id":"n503406493","geometry":{"type":"Point","coordinates":[-0.9170452,51.314952]},"properties":{"@type":"node","@id":503406493,"@timestamp":1253464469},"coords":"51.314952,-0.9170452","bedrooms":"4","price":"294000","area":"466"} , +{"type":"Feature","id":"n503406522","geometry":{"type":"Point","coordinates":[-0.9527437,51.2627163]},"properties":{"@type":"node","@id":503406522,"@timestamp":1588688304},"coords":"51.2627163,-0.9527437","bedrooms":"2","price":"224000","area":"539"} , +{"type":"Feature","id":"n503406557","geometry":{"type":"Point","coordinates":[-0.9397125,51.2541102]},"properties":{"@type":"node","@id":503406557,"@timestamp":1635705321},"coords":"51.2541102,-0.9397125","bedrooms":"3","price":"284000","area":"501"} , +{"type":"Feature","id":"n503406605","geometry":{"type":"Point","coordinates":[-0.9250936,51.2738681]},"properties":{"@type":"node","@id":503406605,"@timestamp":1253464473},"coords":"51.2738681,-0.9250936","bedrooms":"2","price":"169000","area":"631"} , +{"type":"Feature","id":"n503406668","geometry":{"type":"Point","coordinates":[-0.9078127,51.3001008]},"properties":{"@type":"node","@id":503406668,"@timestamp":1253464475},"coords":"51.3001008,-0.9078127","bedrooms":"2","price":"171000","area":"596"} , +{"type":"Feature","id":"n503406726","geometry":{"type":"Point","coordinates":[-0.884877,51.2988685]},"properties":{"@type":"node","@id":503406726,"@timestamp":1253464476},"coords":"51.2988685,-0.884877","bedrooms":"4","price":"225000","area":"537"} , +{"type":"Feature","id":"n503406794","geometry":{"type":"Point","coordinates":[-0.8647736,51.2685223]},"properties":{"@type":"node","@id":503406794,"@timestamp":1434393737},"coords":"51.2685223,-0.8647736","bedrooms":"4","price":"202000","area":"497"} , +{"type":"Feature","id":"n503406859","geometry":{"type":"Point","coordinates":[-0.8432111,51.2599047]},"properties":{"@type":"node","@id":503406859,"@timestamp":1253464479},"coords":"51.2599047,-0.8432111","bedrooms":"1","price":"210000","area":"542"} , +{"type":"Feature","id":"n503406964","geometry":{"type":"Point","coordinates":[-0.8593918,51.2396415]},"properties":{"@type":"node","@id":503406964,"@timestamp":1635705110},"coords":"51.2396415,-0.8593918","bedrooms":"0","price":"281000","area":"465"} , +{"type":"Feature","id":"n503407066","geometry":{"type":"Point","coordinates":[-0.8579387,51.2306348]},"properties":{"@type":"node","@id":503407066,"@timestamp":1635705110},"coords":"51.2306348,-0.8579387","bedrooms":"0","price":"228000","area":"520"} , +{"type":"Feature","id":"n503407149","geometry":{"type":"Point","coordinates":[-0.8250495,51.2544002]},"properties":{"@type":"node","@id":503407149,"@timestamp":1253464483},"coords":"51.2544002,-0.8250495","bedrooms":"3","price":"240000","area":"536"} , +{"type":"Feature","id":"n503407658","geometry":{"type":"Point","coordinates":[-0.8299219,51.2741516]},"properties":{"@type":"node","@id":503407658,"@timestamp":1253464496},"coords":"51.2741516,-0.8299219","bedrooms":"3","price":"278000","area":"563"} , +{"type":"Feature","id":"n503407678","geometry":{"type":"Point","coordinates":[-0.8425126,51.2808576]},"properties":{"@type":"node","@id":503407678,"@timestamp":1423155075},"coords":"51.2808576,-0.8425126","bedrooms":"1","price":"292000","area":"579"} , +{"type":"Feature","id":"n503407690","geometry":{"type":"Point","coordinates":[-0.8190225,51.2775079]},"properties":{"@type":"node","@id":503407690,"@timestamp":1587385294},"coords":"51.2775079,-0.8190225","bedrooms":"4","price":"259000","area":"647"} , +{"type":"Feature","id":"n503407707","geometry":{"type":"Point","coordinates":[-0.8457474,51.2891012]},"properties":{"@type":"node","@id":503407707,"@timestamp":1253464501},"coords":"51.2891012,-0.8457474","bedrooms":"2","price":"282000","area":"626"} , +{"type":"Feature","id":"n503407725","geometry":{"type":"Point","coordinates":[-0.8236547,51.2933972]},"properties":{"@type":"node","@id":503407725,"@timestamp":1604530157},"coords":"51.2933972,-0.8236547","bedrooms":"0","price":"279000","area":"406"} , +{"type":"Feature","id":"n503407778","geometry":{"type":"Point","coordinates":[-0.7800828,51.3306281]},"properties":{"@type":"node","@id":503407778,"@timestamp":1565041338},"coords":"51.3306281,-0.7800828","bedrooms":"0","price":"179000","area":"531"} , +{"type":"Feature","id":"n503407805","geometry":{"type":"Point","coordinates":[-0.7952104,51.3345255]},"properties":{"@type":"node","@id":503407805,"@timestamp":1630232801},"coords":"51.3345255,-0.7952104","bedrooms":"1","price":"192000","area":"417"} , +{"type":"Feature","id":"n503407863","geometry":{"type":"Point","coordinates":[-0.8052682,51.3363821]},"properties":{"@type":"node","@id":503407863,"@timestamp":1631708085},"coords":"51.3363821,-0.8052682","bedrooms":"4","price":"166000","area":"497"} , +{"type":"Feature","id":"n503407957","geometry":{"type":"Point","coordinates":[-0.8325245,51.3394266]},"properties":{"@type":"node","@id":503407957,"@timestamp":1565046585},"coords":"51.3394266,-0.8325245","bedrooms":"0","price":"209000","area":"501"} , +{"type":"Feature","id":"n503408007","geometry":{"type":"Point","coordinates":[-0.8267753,51.3306825]},"properties":{"@type":"node","@id":503408007,"@timestamp":1565046585},"coords":"51.3306825,-0.8267753","bedrooms":"2","price":"183000","area":"411"} , +{"type":"Feature","id":"n503408035","geometry":{"type":"Point","coordinates":[-0.8408796,51.3411551]},"properties":{"@type":"node","@id":503408035,"@timestamp":1565046585},"coords":"51.3411551,-0.8408796","bedrooms":"4","price":"235000","area":"649"} , +{"type":"Feature","id":"n503408062","geometry":{"type":"Point","coordinates":[-0.8670501,51.3482633]},"properties":{"@type":"node","@id":503408062,"@timestamp":1253464512},"coords":"51.3482633,-0.8670501","bedrooms":"0","price":"181000","area":"525"} , +{"type":"Feature","id":"n503408094","geometry":{"type":"Point","coordinates":[-0.7799288,51.3310221]},"properties":{"@type":"node","@id":503408094,"@timestamp":1598848277},"coords":"51.3310221,-0.7799288","bedrooms":"4","price":"245000","area":"540"} , +{"type":"Feature","id":"n503410970","geometry":{"type":"Point","coordinates":[-0.7376648,51.2831029]},"properties":{"@type":"node","@id":503410970,"@timestamp":1253464635},"coords":"51.2831029,-0.7376648","bedrooms":"4","price":"275000","area":"699"} , +{"type":"Feature","id":"n503411047","geometry":{"type":"Point","coordinates":[-0.7625523,51.257832]},"properties":{"@type":"node","@id":503411047,"@timestamp":1632852790},"coords":"51.257832,-0.7625523","bedrooms":"0","price":"155000","area":"419"} , +{"type":"Feature","id":"n503411160","geometry":{"type":"Point","coordinates":[-0.7382285,51.2520577]},"properties":{"@type":"node","@id":503411160,"@timestamp":1625750441},"coords":"51.2520577,-0.7382285","bedrooms":"0","price":"175000","area":"606"} , +{"type":"Feature","id":"n503411205","geometry":{"type":"Point","coordinates":[-0.7419947,51.2469005]},"properties":{"@type":"node","@id":503411205,"@timestamp":1628257925},"coords":"51.2469005,-0.7419947","bedrooms":"2","price":"230000","area":"381"} , +{"type":"Feature","id":"n503411232","geometry":{"type":"Point","coordinates":[-0.749597,51.2425837]},"properties":{"@type":"node","@id":503411232,"@timestamp":1612113596},"coords":"51.2425837,-0.749597","bedrooms":"2","price":"190000","area":"575"} , +{"type":"Feature","id":"n503411282","geometry":{"type":"Point","coordinates":[-0.7431184,51.2387923]},"properties":{"@type":"node","@id":503411282,"@timestamp":1610795451},"coords":"51.2387923,-0.7431184","bedrooms":"4","price":"160000","area":"598"} , +{"type":"Feature","id":"n503411348","geometry":{"type":"Point","coordinates":[-0.7476808,51.2327352]},"properties":{"@type":"node","@id":503411348,"@timestamp":1253464647},"coords":"51.2327352,-0.7476808","bedrooms":"4","price":"232000","area":"368"} , +{"type":"Feature","id":"n503411425","geometry":{"type":"Point","coordinates":[-0.74813,51.2383514]},"properties":{"@type":"node","@id":503411425,"@timestamp":1627578570},"coords":"51.2383514,-0.74813","bedrooms":"3","price":"277000","area":"686"} , +{"type":"Feature","id":"n503411472","geometry":{"type":"Point","coordinates":[-0.7609873,51.242948]},"properties":{"@type":"node","@id":503411472,"@timestamp":1266100998},"coords":"51.242948,-0.7609873","bedrooms":"3","price":"249000","area":"387"} , +{"type":"Feature","id":"n503411501","geometry":{"type":"Point","coordinates":[-0.7621004,51.2467732]},"properties":{"@type":"node","@id":503411501,"@timestamp":1602240668},"coords":"51.2467732,-0.7621004","bedrooms":"2","price":"156000","area":"690"} , +{"type":"Feature","id":"n503411534","geometry":{"type":"Point","coordinates":[-0.7602691,51.2445416]},"properties":{"@type":"node","@id":503411534,"@timestamp":1253464653},"coords":"51.2445416,-0.7602691","bedrooms":"4","price":"173000","area":"383"} , +{"type":"Feature","id":"n503412738","geometry":{"type":"Point","coordinates":[-0.7875047,51.2957605]},"properties":{"@type":"node","@id":503412738,"@timestamp":1253464695},"coords":"51.2957605,-0.7875047","bedrooms":"0","price":"154000","area":"429"} , +{"type":"Feature","id":"n503412788","geometry":{"type":"Point","coordinates":[-0.7838922,51.2989423]},"properties":{"@type":"node","@id":503412788,"@timestamp":1253464696},"coords":"51.2989423,-0.7838922","bedrooms":"0","price":"278000","area":"590"} , +{"type":"Feature","id":"n503412836","geometry":{"type":"Point","coordinates":[-0.7863287,51.3071777]},"properties":{"@type":"node","@id":503412836,"@timestamp":1253464698},"coords":"51.3071777,-0.7863287","bedrooms":"1","price":"215000","area":"436"} , +{"type":"Feature","id":"n503412909","geometry":{"type":"Point","coordinates":[-0.775053,51.3141464]},"properties":{"@type":"node","@id":503412909,"@timestamp":1253464699},"coords":"51.3141464,-0.775053","bedrooms":"1","price":"280000","area":"698"} , +{"type":"Feature","id":"n503412941","geometry":{"type":"Point","coordinates":[-0.7667509,51.3171347]},"properties":{"@type":"node","@id":503412941,"@timestamp":1253464701},"coords":"51.3171347,-0.7667509","bedrooms":"3","price":"290000","area":"451"} , +{"type":"Feature","id":"n503412977","geometry":{"type":"Point","coordinates":[-0.7772942,51.2966672]},"properties":{"@type":"node","@id":503412977,"@timestamp":1377601407},"coords":"51.2966672,-0.7772942","bedrooms":"4","price":"295000","area":"526"} , +{"type":"Feature","id":"n503413012","geometry":{"type":"Point","coordinates":[-0.7597415,51.3060161]},"properties":{"@type":"node","@id":503413012,"@timestamp":1366879737},"coords":"51.3060161,-0.7597415","bedrooms":"3","price":"237000","area":"591"} , +{"type":"Feature","id":"n503413046","geometry":{"type":"Point","coordinates":[-0.7596024,51.295382]},"properties":{"@type":"node","@id":503413046,"@timestamp":1634854422},"coords":"51.295382,-0.7596024","bedrooms":"4","price":"211000","area":"428"} , +{"type":"Feature","id":"n503413081","geometry":{"type":"Point","coordinates":[-0.7657698,51.2884563]},"properties":{"@type":"node","@id":503413081,"@timestamp":1253464708},"coords":"51.2884563,-0.7657698","bedrooms":"1","price":"236000","area":"688"} , +{"type":"Feature","id":"n503413116","geometry":{"type":"Point","coordinates":[-0.7684242,51.2920489]},"properties":{"@type":"node","@id":503413116,"@timestamp":1367244369},"coords":"51.2920489,-0.7684242","bedrooms":"4","price":"278000","area":"495"} , +{"type":"Feature","id":"n503413156","geometry":{"type":"Point","coordinates":[-0.7582969,51.2906388]},"properties":{"@type":"node","@id":503413156,"@timestamp":1432483061},"coords":"51.2906388,-0.7582969","bedrooms":"4","price":"200000","area":"440"} , +{"type":"Feature","id":"n503413181","geometry":{"type":"Point","coordinates":[-0.7508718,51.3052079]},"properties":{"@type":"node","@id":503413181,"@timestamp":1635459627},"coords":"51.3052079,-0.7508718","bedrooms":"3","price":"180000","area":"645"} , +{"type":"Feature","id":"n503413271","geometry":{"type":"Point","coordinates":[-0.7456866,51.2997548]},"properties":{"@type":"node","@id":503413271,"@timestamp":1521057589},"coords":"51.2997548,-0.7456866","bedrooms":"4","price":"238000","area":"601"} , +{"type":"Feature","id":"n503413340","geometry":{"type":"Point","coordinates":[-0.7813116,51.2474154]},"properties":{"@type":"node","@id":503413340,"@timestamp":1621960187},"coords":"51.2474154,-0.7813116","bedrooms":"3","price":"234000","area":"456"} , +{"type":"Feature","id":"n503413374","geometry":{"type":"Point","coordinates":[-0.7646465,51.2485356]},"properties":{"@type":"node","@id":503413374,"@timestamp":1602240668},"coords":"51.2485356,-0.7646465","bedrooms":"2","price":"157000","area":"532"} , +{"type":"Feature","id":"n503414857","geometry":{"type":"Point","coordinates":[-0.7467405,51.2932454]},"properties":{"@type":"node","@id":503414857,"@timestamp":1367244445},"coords":"51.2932454,-0.7467405","bedrooms":"3","price":"198000","area":"465"} , +{"type":"Feature","id":"n503414905","geometry":{"type":"Point","coordinates":[-0.7410524,51.287168]},"properties":{"@type":"node","@id":503414905,"@timestamp":1253464785},"coords":"51.287168,-0.7410524","bedrooms":"4","price":"251000","area":"463"} , +{"type":"Feature","id":"n503414943","geometry":{"type":"Point","coordinates":[-0.7433128,51.2805378]},"properties":{"@type":"node","@id":503414943,"@timestamp":1253464786},"coords":"51.2805378,-0.7433128","bedrooms":"4","price":"288000","area":"351"} , +{"type":"Feature","id":"n503414982","geometry":{"type":"Point","coordinates":[-0.7424535,51.27525]},"properties":{"@type":"node","@id":503414982,"@timestamp":1632852790},"coords":"51.27525,-0.7424535","bedrooms":"4","price":"288000","area":"691"} , +{"type":"Feature","id":"n503417188","geometry":{"type":"Point","coordinates":[-0.8445656,51.2716172]},"properties":{"@type":"node","@id":503417188,"@timestamp":1253464853},"coords":"51.2716172,-0.8445656","bedrooms":"3","price":"214000","area":"567"} , +{"type":"Feature","id":"n503418664","geometry":{"type":"Point","coordinates":[-1.0977836,51.0078621]},"properties":{"@type":"node","@id":503418664,"@timestamp":1610104996},"coords":"51.0078621,-1.0977836","bedrooms":"2","price":"151000","area":"403"} , +{"type":"Feature","id":"n503418700","geometry":{"type":"Point","coordinates":[-1.0750084,51.011317]},"properties":{"@type":"node","@id":503418700,"@timestamp":1610104996},"coords":"51.011317,-1.0750084","bedrooms":"3","price":"163000","area":"394"} , +{"type":"Feature","id":"n503418732","geometry":{"type":"Point","coordinates":[-1.0900309,51.0347351]},"properties":{"@type":"node","@id":503418732,"@timestamp":1253464925},"coords":"51.0347351,-1.0900309","bedrooms":"4","price":"239000","area":"384"} , +{"type":"Feature","id":"n503418872","geometry":{"type":"Point","coordinates":[-0.773694,51.2512044]},"properties":{"@type":"node","@id":503418872,"@timestamp":1631456224},"coords":"51.2512044,-0.773694","bedrooms":"2","price":"203000","area":"498"} , +{"type":"Feature","id":"n503419060","geometry":{"type":"Point","coordinates":[-0.825615,51.3227216]},"properties":{"@type":"node","@id":503419060,"@timestamp":1565301460},"coords":"51.3227216,-0.825615","bedrooms":"2","price":"280000","area":"376"} , +{"type":"Feature","id":"n503419089","geometry":{"type":"Point","coordinates":[-1.0446052,51.2701744]},"properties":{"@type":"node","@id":503419089,"@timestamp":1253464943},"coords":"51.2701744,-1.0446052","bedrooms":"2","price":"151000","area":"432"} , +{"type":"Feature","id":"n503419117","geometry":{"type":"Point","coordinates":[-0.8886713,51.3145963]},"properties":{"@type":"node","@id":503419117,"@timestamp":1253464945},"coords":"51.3145963,-0.8886713","bedrooms":"3","price":"261000","area":"378"} , +{"type":"Feature","id":"n503419310","geometry":{"type":"Point","coordinates":[-0.8589311,51.2894934]},"properties":{"@type":"node","@id":503419310,"@timestamp":1366812739},"coords":"51.2894934,-0.8589311","bedrooms":"1","price":"285000","area":"421"} , +{"type":"Feature","id":"n503419602","geometry":{"type":"Point","coordinates":[-0.766851,51.2736428]},"properties":{"@type":"node","@id":503419602,"@timestamp":1632852790},"coords":"51.2736428,-0.766851","bedrooms":"0","price":"227000","area":"697"} , +{"type":"Feature","id":"n503419629","geometry":{"type":"Point","coordinates":[-0.861172,51.2932111]},"properties":{"@type":"node","@id":503419629,"@timestamp":1366812737},"coords":"51.2932111,-0.861172","bedrooms":"0","price":"285000","area":"404"} , +{"type":"Feature","id":"n503419664","geometry":{"type":"Point","coordinates":[-0.8631248,51.1014435]},"properties":{"@type":"node","@id":503419664,"@timestamp":1605879130},"coords":"51.1014435,-0.8631248","bedrooms":"1","price":"206000","area":"575"} , +{"type":"Feature","id":"n503419685","geometry":{"type":"Point","coordinates":[-1.08156,51.2651826]},"properties":{"@type":"node","@id":503419685,"@timestamp":1586804864},"coords":"51.2651826,-1.08156","bedrooms":"0","price":"289000","area":"383"} , +{"type":"Feature","id":"n503419698","geometry":{"type":"Point","coordinates":[-0.8766866,51.102321]},"properties":{"@type":"node","@id":503419698,"@timestamp":1605879130},"coords":"51.102321,-0.8766866","bedrooms":"3","price":"233000","area":"680"} , +{"type":"Feature","id":"n503419765","geometry":{"type":"Point","coordinates":[-1.0974262,51.2665082]},"properties":{"@type":"node","@id":503419765,"@timestamp":1586877943},"coords":"51.2665082,-1.0974262","bedrooms":"1","price":"209000","area":"526"} , +{"type":"Feature","id":"n503419830","geometry":{"type":"Point","coordinates":[-1.0683963,51.2753838]},"properties":{"@type":"node","@id":503419830,"@timestamp":1586874521},"coords":"51.2753838,-1.0683963","bedrooms":"4","price":"256000","area":"666"} , +{"type":"Feature","id":"n503419869","geometry":{"type":"Point","coordinates":[-1.0591515,51.2724593]},"properties":{"@type":"node","@id":503419869,"@timestamp":1253465011},"coords":"51.2724593,-1.0591515","bedrooms":"2","price":"181000","area":"422"} , +{"type":"Feature","id":"n503420045","geometry":{"type":"Point","coordinates":[-0.8244525,51.0944514]},"properties":{"@type":"node","@id":503420045,"@timestamp":1588708916},"coords":"51.0944514,-0.8244525","bedrooms":"4","price":"217000","area":"540"} , +{"type":"Feature","id":"n503420115","geometry":{"type":"Point","coordinates":[-0.7476658,51.2768006]},"properties":{"@type":"node","@id":503420115,"@timestamp":1350165942},"coords":"51.2768006,-0.7476658","bedrooms":"2","price":"261000","area":"524"} , +{"type":"Feature","id":"n503420169","geometry":{"type":"Point","coordinates":[-1.0423907,51.2636099]},"properties":{"@type":"node","@id":503420169,"@timestamp":1586803324},"coords":"51.2636099,-1.0423907","bedrooms":"2","price":"222000","area":"683"} , +{"type":"Feature","id":"n503420199","geometry":{"type":"Point","coordinates":[-1.112009,51.2664157]},"properties":{"@type":"node","@id":503420199,"@timestamp":1613037054},"coords":"51.2664157,-1.112009","bedrooms":"3","price":"159000","area":"520"} , +{"type":"Feature","id":"n503421464","geometry":{"type":"Point","coordinates":[-1.0546835,51.3280946]},"properties":{"@type":"node","@id":503421464,"@timestamp":1611667448},"coords":"51.3280946,-1.0546835","bedrooms":"3","price":"261000","area":"672"} , +{"type":"Feature","id":"n503421484","geometry":{"type":"Point","coordinates":[-0.9440082,51.2535282]},"properties":{"@type":"node","@id":503421484,"@timestamp":1635705321},"coords":"51.2535282,-0.9440082","bedrooms":"1","price":"195000","area":"408"} , +{"type":"Feature","id":"n503421508","geometry":{"type":"Point","coordinates":[-0.8877839,51.0451884]},"properties":{"@type":"node","@id":503421508,"@timestamp":1618171537},"coords":"51.0451884,-0.8877839","bedrooms":"4","price":"206000","area":"368"} , +{"type":"Feature","id":"n503421560","geometry":{"type":"Point","coordinates":[-1.0651344,51.011787]},"properties":{"@type":"node","@id":503421560,"@timestamp":1610104996},"coords":"51.011787,-1.0651344","bedrooms":"1","price":"218000","area":"539"} , +{"type":"Feature","id":"n503573040","geometry":{"type":"Point","coordinates":[-0.7786112,51.8922815]},"properties":{"@type":"node","@id":503573040,"@timestamp":1253472027},"coords":"51.8922815,-0.7786112","bedrooms":"3","price":"172000","area":"665"} , +{"type":"Feature","id":"n503721813","geometry":{"type":"Point","coordinates":[-0.119306,51.5628229]},"properties":{"@type":"node","@id":503721813,"@timestamp":1498791471},"coords":"51.5628229,-0.119306","bedrooms":"0","price":"166000","area":"641"} , +{"type":"Feature","id":"n503917778","geometry":{"type":"Point","coordinates":[-0.2184071,51.5726335]},"properties":{"@type":"node","@id":503917778,"@timestamp":1564912854},"coords":"51.5726335,-0.2184071","bedrooms":"2","price":"155000","area":"645"} , +{"type":"Feature","id":"n504319815","geometry":{"type":"Point","coordinates":[-0.0726357,51.5672596]},"properties":{"@type":"node","@id":504319815,"@timestamp":1603005445},"coords":"51.5672596,-0.0726357","bedrooms":"1","price":"168000","area":"559"} , +{"type":"Feature","id":"n504319827","geometry":{"type":"Point","coordinates":[-0.0726856,51.5664852]},"properties":{"@type":"node","@id":504319827,"@timestamp":1538091781},"coords":"51.5664852,-0.0726856","bedrooms":"2","price":"230000","area":"404"} , +{"type":"Feature","id":"n504538413","geometry":{"type":"Point","coordinates":[-0.3326809,51.0630152]},"properties":{"@type":"node","@id":504538413,"@timestamp":1625174009},"coords":"51.0630152,-0.3326809","bedrooms":"4","price":"293000","area":"506"} , +{"type":"Feature","id":"n504702802","geometry":{"type":"Point","coordinates":[-0.3472023,51.1043677]},"properties":{"@type":"node","@id":504702802,"@timestamp":1371575317},"coords":"51.1043677,-0.3472023","bedrooms":"3","price":"255000","area":"558"} , +{"type":"Feature","id":"n505511927","geometry":{"type":"Point","coordinates":[-0.827288,50.9457222]},"properties":{"@type":"node","@id":505511927,"@timestamp":1583366346},"coords":"50.9457222,-0.827288","bedrooms":"4","price":"200000","area":"411"} , +{"type":"Feature","id":"n505743196","geometry":{"type":"Point","coordinates":[-0.0175362,51.503064]},"properties":{"@type":"node","@id":505743196,"@timestamp":1618059432},"coords":"51.503064,-0.0175362","bedrooms":"1","price":"179000","area":"690"} , +{"type":"Feature","id":"n505824032","geometry":{"type":"Point","coordinates":[-0.9396994,51.4255033]},"properties":{"@type":"node","@id":505824032,"@timestamp":1612717324},"coords":"51.4255033,-0.9396994","bedrooms":"3","price":"241000","area":"499"} , +{"type":"Feature","id":"n505945341","geometry":{"type":"Point","coordinates":[-0.2092261,51.5364272]},"properties":{"@type":"node","@id":505945341,"@timestamp":1285178700},"coords":"51.5364272,-0.2092261","bedrooms":"2","price":"213000","area":"490"} , +{"type":"Feature","id":"n506168872","geometry":{"type":"Point","coordinates":[0.8157759,51.1545479]},"properties":{"@type":"node","@id":506168872,"@timestamp":1253709712},"coords":"51.1545479,0.8157759","bedrooms":"1","price":"274000","area":"603"} , +{"type":"Feature","id":"n506283557","geometry":{"type":"Point","coordinates":[-0.7466092,51.4039213]},"properties":{"@type":"node","@id":506283557,"@timestamp":1618653966},"coords":"51.4039213,-0.7466092","bedrooms":"1","price":"160000","area":"384"} , +{"type":"Feature","id":"n506308893","geometry":{"type":"Point","coordinates":[-0.1382763,51.5057511]},"properties":{"@type":"node","@id":506308893,"@timestamp":1603493994},"coords":"51.5057511,-0.1382763","bedrooms":"0","price":"200000","area":"651"} , +{"type":"Feature","id":"n506323272","geometry":{"type":"Point","coordinates":[-0.1119725,51.4972703]},"properties":{"@type":"node","@id":506323272,"@timestamp":1629998845},"coords":"51.4972703,-0.1119725","bedrooms":"3","price":"294000","area":"401"} , +{"type":"Feature","id":"n506327773","geometry":{"type":"Point","coordinates":[-0.1159222,51.5027478]},"properties":{"@type":"node","@id":506327773,"@timestamp":1328306628},"coords":"51.5027478,-0.1159222","bedrooms":"4","price":"294000","area":"527"} , +{"type":"Feature","id":"n506332265","geometry":{"type":"Point","coordinates":[-0.9278587,51.4267817]},"properties":{"@type":"node","@id":506332265,"@timestamp":1633165243},"coords":"51.4267817,-0.9278587","bedrooms":"1","price":"241000","area":"500"} , +{"type":"Feature","id":"n506351494","geometry":{"type":"Point","coordinates":[-0.0728931,51.5634509]},"properties":{"@type":"node","@id":506351494,"@timestamp":1603285777},"coords":"51.5634509,-0.0728931","bedrooms":"1","price":"275000","area":"364"} , +{"type":"Feature","id":"n506391470","geometry":{"type":"Point","coordinates":[-0.3130486,51.4116365]},"properties":{"@type":"node","@id":506391470,"@timestamp":1398109573},"coords":"51.4116365,-0.3130486","bedrooms":"0","price":"279000","area":"568"} , +{"type":"Feature","id":"n506427004","geometry":{"type":"Point","coordinates":[-0.2475528,51.4378346]},"properties":{"@type":"node","@id":506427004,"@timestamp":1635604728},"coords":"51.4378346,-0.2475528","bedrooms":"0","price":"171000","area":"605"} , +{"type":"Feature","id":"n506557618","geometry":{"type":"Point","coordinates":[0.823875,51.1686202]},"properties":{"@type":"node","@id":506557618,"@timestamp":1253794206},"coords":"51.1686202,0.823875","bedrooms":"4","price":"192000","area":"573"} , +{"type":"Feature","id":"n506675572","geometry":{"type":"Point","coordinates":[-0.5518338,51.5893171]},"properties":{"@type":"node","@id":506675572,"@timestamp":1253808524},"coords":"51.5893171,-0.5518338","bedrooms":"4","price":"164000","area":"426"} , +{"type":"Feature","id":"n506752431","geometry":{"type":"Point","coordinates":[-0.9461495,51.4291271]},"properties":{"@type":"node","@id":506752431,"@timestamp":1566876028},"coords":"51.4291271,-0.9461495","bedrooms":"0","price":"221000","area":"551"} , +{"type":"Feature","id":"n506752464","geometry":{"type":"Point","coordinates":[-0.9326061,51.4349634]},"properties":{"@type":"node","@id":506752464,"@timestamp":1631587585},"coords":"51.4349634,-0.9326061","bedrooms":"3","price":"222000","area":"611"} , +{"type":"Feature","id":"n506779121","geometry":{"type":"Point","coordinates":[-0.9258849,51.4308962]},"properties":{"@type":"node","@id":506779121,"@timestamp":1566876184},"coords":"51.4308962,-0.9258849","bedrooms":"3","price":"284000","area":"677"} , +{"type":"Feature","id":"n506779134","geometry":{"type":"Point","coordinates":[-0.9149098,51.4233055]},"properties":{"@type":"node","@id":506779134,"@timestamp":1566876184},"coords":"51.4233055,-0.9149098","bedrooms":"2","price":"169000","area":"682"} , +{"type":"Feature","id":"n506779151","geometry":{"type":"Point","coordinates":[-0.9028695,51.4295937]},"properties":{"@type":"node","@id":506779151,"@timestamp":1566670613},"coords":"51.4295937,-0.9028695","bedrooms":"3","price":"226000","area":"410"} , +{"type":"Feature","id":"n506884010","geometry":{"type":"Point","coordinates":[-0.099373,51.5379813]},"properties":{"@type":"node","@id":506884010,"@timestamp":1584903862},"coords":"51.5379813,-0.099373","bedrooms":"0","price":"285000","area":"506"} , +{"type":"Feature","id":"n507065643","geometry":{"type":"Point","coordinates":[-0.9700581,51.1469095]},"properties":{"@type":"node","@id":507065643,"@timestamp":1562327239},"coords":"51.1469095,-0.9700581","bedrooms":"2","price":"207000","area":"501"} , +{"type":"Feature","id":"n507575467","geometry":{"type":"Point","coordinates":[0.1720257,51.2988859]},"properties":{"@type":"node","@id":507575467,"@timestamp":1416502158},"coords":"51.2988859,0.1720257","bedrooms":"1","price":"278000","area":"420"} , +{"type":"Feature","id":"n507858868","geometry":{"type":"Point","coordinates":[-0.9498606,51.4367549]},"properties":{"@type":"node","@id":507858868,"@timestamp":1626015978},"coords":"51.4367549,-0.9498606","bedrooms":"3","price":"216000","area":"518"} , +{"type":"Feature","id":"n507858935","geometry":{"type":"Point","coordinates":[-0.9471633,51.4525446]},"properties":{"@type":"node","@id":507858935,"@timestamp":1631587094},"coords":"51.4525446,-0.9471633","bedrooms":"2","price":"186000","area":"509"} , +{"type":"Feature","id":"n507891113","geometry":{"type":"Point","coordinates":[-0.930793,51.4567642]},"properties":{"@type":"node","@id":507891113,"@timestamp":1631476144},"coords":"51.4567642,-0.930793","bedrooms":"1","price":"264000","area":"359"} , +{"type":"Feature","id":"n507891201","geometry":{"type":"Point","coordinates":[-0.9010755,51.4438051]},"properties":{"@type":"node","@id":507891201,"@timestamp":1287434387},"coords":"51.4438051,-0.9010755","bedrooms":"1","price":"188000","area":"613"} , +{"type":"Feature","id":"n507957263","geometry":{"type":"Point","coordinates":[0.1491991,51.2855826]},"properties":{"@type":"node","@id":507957263,"@timestamp":1253919947},"coords":"51.2855826,0.1491991","bedrooms":"0","price":"195000","area":"590"} , +{"type":"Feature","id":"n507957330","geometry":{"type":"Point","coordinates":[0.1813199,51.3336321]},"properties":{"@type":"node","@id":507957330,"@timestamp":1253919950},"coords":"51.3336321,0.1813199","bedrooms":"3","price":"184000","area":"560"} , +{"type":"Feature","id":"n507962659","geometry":{"type":"Point","coordinates":[-0.3281648,51.0630298]},"properties":{"@type":"node","@id":507962659,"@timestamp":1508965862},"coords":"51.0630298,-0.3281648","bedrooms":"2","price":"209000","area":"395"} , +{"type":"Feature","id":"n508048676","geometry":{"type":"Point","coordinates":[-0.9022517,51.4472001]},"properties":{"@type":"node","@id":508048676,"@timestamp":1566876123},"coords":"51.4472001,-0.9022517","bedrooms":"2","price":"181000","area":"384"} , +{"type":"Feature","id":"n508048686","geometry":{"type":"Point","coordinates":[-0.888609,51.434096]},"properties":{"@type":"node","@id":508048686,"@timestamp":1272400624},"coords":"51.434096,-0.888609","bedrooms":"2","price":"195000","area":"436"} , +{"type":"Feature","id":"n508068207","geometry":{"type":"Point","coordinates":[-0.5169355,50.957509]},"properties":{"@type":"node","@id":508068207,"@timestamp":1253956375},"coords":"50.957509,-0.5169355","bedrooms":"0","price":"166000","area":"694"} , +{"type":"Feature","id":"n508323009","geometry":{"type":"Point","coordinates":[-0.0096379,51.1829571]},"properties":{"@type":"node","@id":508323009,"@timestamp":1401189260},"coords":"51.1829571,-0.0096379","bedrooms":"0","price":"238000","area":"604"} , +{"type":"Feature","id":"n508443644","geometry":{"type":"Point","coordinates":[-0.9703414,51.4503671]},"properties":{"@type":"node","@id":508443644,"@timestamp":1631587268},"coords":"51.4503671,-0.9703414","bedrooms":"4","price":"222000","area":"496"} , +{"type":"Feature","id":"n508560772","geometry":{"type":"Point","coordinates":[-0.1510032,51.1684699]},"properties":{"@type":"node","@id":508560772,"@timestamp":1618826979},"coords":"51.1684699,-0.1510032","bedrooms":"2","price":"208000","area":"590"} , +{"type":"Feature","id":"n508604327","geometry":{"type":"Point","coordinates":[-1.0911622,51.7153091]},"properties":{"@type":"node","@id":508604327,"@timestamp":1605549890},"coords":"51.7153091,-1.0911622","bedrooms":"1","price":"160000","area":"459"} , +{"type":"Feature","id":"n508650485","geometry":{"type":"Point","coordinates":[-0.0212127,51.1776788]},"properties":{"@type":"node","@id":508650485,"@timestamp":1632609336},"coords":"51.1776788,-0.0212127","bedrooms":"1","price":"299000","area":"428"} , +{"type":"Feature","id":"n508707362","geometry":{"type":"Point","coordinates":[-1.0918145,51.7182338]},"properties":{"@type":"node","@id":508707362,"@timestamp":1259876362},"coords":"51.7182338,-1.0918145","bedrooms":"3","price":"186000","area":"455"} , +{"type":"Feature","id":"n508797251","geometry":{"type":"Point","coordinates":[-1.0815063,51.7260179]},"properties":{"@type":"node","@id":508797251,"@timestamp":1253985911},"coords":"51.7260179,-1.0815063","bedrooms":"1","price":"229000","area":"522"} , +{"type":"Feature","id":"n508961242","geometry":{"type":"Point","coordinates":[0.5714788,51.3407354]},"properties":{"@type":"node","@id":508961242,"@timestamp":1289747514},"coords":"51.3407354,0.5714788","bedrooms":"1","price":"255000","area":"588"} , +{"type":"Feature","id":"n509289310","geometry":{"type":"Point","coordinates":[-0.6463439,51.7530983]},"properties":{"@type":"node","@id":509289310,"@timestamp":1253998100},"coords":"51.7530983,-0.6463439","bedrooms":"4","price":"258000","area":"569"} , +{"type":"Feature","id":"n509316018","geometry":{"type":"Point","coordinates":[0.5107391,51.5749721]},"properties":{"@type":"node","@id":509316018,"@timestamp":1536618189},"coords":"51.5749721,0.5107391","bedrooms":"2","price":"294000","area":"483"} , +{"type":"Feature","id":"n509421594","geometry":{"type":"Point","coordinates":[0.4958846,51.5690751]},"properties":{"@type":"node","@id":509421594,"@timestamp":1322041340},"coords":"51.5690751,0.4958846","bedrooms":"2","price":"281000","area":"422"} , +{"type":"Feature","id":"n509580066","geometry":{"type":"Point","coordinates":[-0.7292927,50.9633926]},"properties":{"@type":"node","@id":509580066,"@timestamp":1254005860},"coords":"50.9633926,-0.7292927","bedrooms":"0","price":"285000","area":"383"} , +{"type":"Feature","id":"n509901937","geometry":{"type":"Point","coordinates":[-0.1713439,51.5180687]},"properties":{"@type":"node","@id":509901937,"@timestamp":1570812415},"coords":"51.5180687,-0.1713439","bedrooms":"4","price":"210000","area":"453"} , +{"type":"Feature","id":"n510036303","geometry":{"type":"Point","coordinates":[0.4964767,51.5698958]},"properties":{"@type":"node","@id":510036303,"@timestamp":1254034899},"coords":"51.5698958,0.4964767","bedrooms":"4","price":"264000","area":"573"} , +{"type":"Feature","id":"n510079278","geometry":{"type":"Point","coordinates":[0.1601017,51.8784907]},"properties":{"@type":"node","@id":510079278,"@timestamp":1609955945},"coords":"51.8784907,0.1601017","bedrooms":"1","price":"176000","area":"393"} , +{"type":"Feature","id":"n510086460","geometry":{"type":"Point","coordinates":[0.5030415,51.5648921]},"properties":{"@type":"node","@id":510086460,"@timestamp":1534113781},"coords":"51.5648921,0.5030415","bedrooms":"2","price":"195000","area":"475"} , +{"type":"Feature","id":"n510114010","geometry":{"type":"Point","coordinates":[0.2914379,51.6807695]},"properties":{"@type":"node","@id":510114010,"@timestamp":1254040231},"coords":"51.6807695,0.2914379","bedrooms":"2","price":"293000","area":"431"} , +{"type":"Feature","id":"n510144041","geometry":{"type":"Point","coordinates":[-0.9576165,51.4197642]},"properties":{"@type":"node","@id":510144041,"@timestamp":1609366972},"coords":"51.4197642,-0.9576165","bedrooms":"3","price":"222000","area":"557"} , +{"type":"Feature","id":"n510144127","geometry":{"type":"Point","coordinates":[-0.9514062,51.4161105]},"properties":{"@type":"node","@id":510144127,"@timestamp":1465067976},"coords":"51.4161105,-0.9514062","bedrooms":"0","price":"182000","area":"661"} , +{"type":"Feature","id":"n510144148","geometry":{"type":"Point","coordinates":[-0.973795,51.4073488]},"properties":{"@type":"node","@id":510144148,"@timestamp":1254045966},"coords":"51.4073488,-0.973795","bedrooms":"3","price":"288000","area":"675"} , +{"type":"Feature","id":"n510144164","geometry":{"type":"Point","coordinates":[-0.9745304,51.3905049]},"properties":{"@type":"node","@id":510144164,"@timestamp":1490291676},"coords":"51.3905049,-0.9745304","bedrooms":"0","price":"218000","area":"357"} , +{"type":"Feature","id":"n510155940","geometry":{"type":"Point","coordinates":[-0.1502046,51.4460129]},"properties":{"@type":"node","@id":510155940,"@timestamp":1613734071},"coords":"51.4460129,-0.1502046","bedrooms":"4","price":"192000","area":"427"} , +{"type":"Feature","id":"n510163157","geometry":{"type":"Point","coordinates":[-0.096333,51.4896744]},"properties":{"@type":"node","@id":510163157,"@timestamp":1254049897},"coords":"51.4896744,-0.096333","bedrooms":"1","price":"267000","area":"486"} , +{"type":"Feature","id":"n510282421","geometry":{"type":"Point","coordinates":[-0.0697001,51.5442178]},"properties":{"@type":"node","@id":510282421,"@timestamp":1254053086},"coords":"51.5442178,-0.0697001","bedrooms":"3","price":"252000","area":"470"} , +{"type":"Feature","id":"n510533157","geometry":{"type":"Point","coordinates":[-0.5600345,51.3205449]},"properties":{"@type":"node","@id":510533157,"@timestamp":1497728116},"coords":"51.3205449,-0.5600345","bedrooms":"4","price":"284000","area":"385"} , +{"type":"Feature","id":"n510606735","geometry":{"type":"Point","coordinates":[-0.0732063,51.547484]},"properties":{"@type":"node","@id":510606735,"@timestamp":1601047908},"coords":"51.547484,-0.0732063","bedrooms":"3","price":"158000","area":"445"} , +{"type":"Feature","id":"n510626929","geometry":{"type":"Point","coordinates":[-0.0142057,51.7703553]},"properties":{"@type":"node","@id":510626929,"@timestamp":1254067368},"coords":"51.7703553,-0.0142057","bedrooms":"4","price":"161000","area":"353"} , +{"type":"Feature","id":"n510686723","geometry":{"type":"Point","coordinates":[-0.1663268,51.905604]},"properties":{"@type":"node","@id":510686723,"@timestamp":1267886265},"coords":"51.905604,-0.1663268","bedrooms":"1","price":"174000","area":"352"} , +{"type":"Feature","id":"n510822003","geometry":{"type":"Point","coordinates":[0.2012653,51.8955676]},"properties":{"@type":"node","@id":510822003,"@timestamp":1616807278},"coords":"51.8955676,0.2012653","bedrooms":"4","price":"185000","area":"617"} , +{"type":"Feature","id":"n510887474","geometry":{"type":"Point","coordinates":[-0.2600377,51.2237117]},"properties":{"@type":"node","@id":510887474,"@timestamp":1515701901},"coords":"51.2237117,-0.2600377","bedrooms":"0","price":"205000","area":"524"} , +{"type":"Feature","id":"n511139856","geometry":{"type":"Point","coordinates":[0.447335,51.5859259]},"properties":{"@type":"node","@id":511139856,"@timestamp":1254086888},"coords":"51.5859259,0.447335","bedrooms":"1","price":"269000","area":"654"} , +{"type":"Feature","id":"n511171427","geometry":{"type":"Point","coordinates":[0.4505122,51.591567]},"properties":{"@type":"node","@id":511171427,"@timestamp":1322767270},"coords":"51.591567,0.4505122","bedrooms":"3","price":"273000","area":"691"} , +{"type":"Feature","id":"n511189850","geometry":{"type":"Point","coordinates":[-0.1704444,51.5186385]},"properties":{"@type":"node","@id":511189850,"@timestamp":1570185764},"coords":"51.5186385,-0.1704444","bedrooms":"4","price":"243000","area":"602"} , +{"type":"Feature","id":"n511663547","geometry":{"type":"Point","coordinates":[-0.1956011,51.5172055]},"properties":{"@type":"node","@id":511663547,"@timestamp":1576602239},"coords":"51.5172055,-0.1956011","bedrooms":"4","price":"277000","area":"470"} , +{"type":"Feature","id":"n512022613","geometry":{"type":"Point","coordinates":[0.5015231,51.5816392]},"properties":{"@type":"node","@id":512022613,"@timestamp":1533320468},"coords":"51.5816392,0.5015231","bedrooms":"3","price":"228000","area":"489"} , +{"type":"Feature","id":"n512026834","geometry":{"type":"Point","coordinates":[0.5065711,51.579357]},"properties":{"@type":"node","@id":512026834,"@timestamp":1534429278},"coords":"51.579357,0.5065711","bedrooms":"3","price":"279000","area":"642"} , +{"type":"Feature","id":"n512045652","geometry":{"type":"Point","coordinates":[-1.0897435,51.7219647]},"properties":{"@type":"node","@id":512045652,"@timestamp":1254127541},"coords":"51.7219647,-1.0897435","bedrooms":"3","price":"161000","area":"469"} , +{"type":"Feature","id":"n512073253","geometry":{"type":"Point","coordinates":[0.4360678,51.5766869]},"properties":{"@type":"node","@id":512073253,"@timestamp":1254133424},"coords":"51.5766869,0.4360678","bedrooms":"2","price":"194000","area":"615"} , +{"type":"Feature","id":"n512078014","geometry":{"type":"Point","coordinates":[0.4242729,51.5731051]},"properties":{"@type":"node","@id":512078014,"@timestamp":1605440550},"coords":"51.5731051,0.4242729","bedrooms":"1","price":"272000","area":"410"} , +{"type":"Feature","id":"n512246937","geometry":{"type":"Point","coordinates":[0.0721697,51.3892672]},"properties":{"@type":"node","@id":512246937,"@timestamp":1630665451},"coords":"51.3892672,0.0721697","bedrooms":"0","price":"236000","area":"679"} , +{"type":"Feature","id":"n512455519","geometry":{"type":"Point","coordinates":[-0.5138539,51.4796653]},"properties":{"@type":"node","@id":512455519,"@timestamp":1433055353},"coords":"51.4796653,-0.5138539","bedrooms":"0","price":"296000","area":"631"} , +{"type":"Feature","id":"n512466934","geometry":{"type":"Point","coordinates":[-0.1498631,51.2514131]},"properties":{"@type":"node","@id":512466934,"@timestamp":1610124276},"coords":"51.2514131,-0.1498631","bedrooms":"0","price":"295000","area":"654"} , +{"type":"Feature","id":"n512562533","geometry":{"type":"Point","coordinates":[-0.0036711,51.3663215]},"properties":{"@type":"node","@id":512562533,"@timestamp":1537135511},"coords":"51.3663215,-0.0036711","bedrooms":"0","price":"299000","area":"499"} , +{"type":"Feature","id":"n512569899","geometry":{"type":"Point","coordinates":[-0.9034621,51.428373]},"properties":{"@type":"node","@id":512569899,"@timestamp":1254166795},"coords":"51.428373,-0.9034621","bedrooms":"4","price":"168000","area":"406"} , +{"type":"Feature","id":"n512756174","geometry":{"type":"Point","coordinates":[-0.2051374,51.2294966]},"properties":{"@type":"node","@id":512756174,"@timestamp":1610120103},"coords":"51.2294966,-0.2051374","bedrooms":"2","price":"186000","area":"655"} , +{"type":"Feature","id":"n512765027","geometry":{"type":"Point","coordinates":[-0.1032568,51.4747438]},"properties":{"@type":"node","@id":512765027,"@timestamp":1300930472},"coords":"51.4747438,-0.1032568","bedrooms":"2","price":"248000","area":"688"} , +{"type":"Feature","id":"n512765223","geometry":{"type":"Point","coordinates":[-0.1048194,51.4743669]},"properties":{"@type":"node","@id":512765223,"@timestamp":1254178088},"coords":"51.4743669,-0.1048194","bedrooms":"2","price":"216000","area":"399"} , +{"type":"Feature","id":"n513234965","geometry":{"type":"Point","coordinates":[-0.5576001,51.5671141]},"properties":{"@type":"node","@id":513234965,"@timestamp":1254222414},"coords":"51.5671141,-0.5576001","bedrooms":"4","price":"258000","area":"582"} , +{"type":"Feature","id":"n513247796","geometry":{"type":"Point","coordinates":[-0.5859426,51.5807842]},"properties":{"@type":"node","@id":513247796,"@timestamp":1254222414},"coords":"51.5807842,-0.5859426","bedrooms":"0","price":"184000","area":"590"} , +{"type":"Feature","id":"n513247811","geometry":{"type":"Point","coordinates":[-0.5830861,51.6131959]},"properties":{"@type":"node","@id":513247811,"@timestamp":1600023733},"coords":"51.6131959,-0.5830861","bedrooms":"3","price":"199000","area":"479"} , +{"type":"Feature","id":"n513247830","geometry":{"type":"Point","coordinates":[-0.6223345,51.6312282]},"properties":{"@type":"node","@id":513247830,"@timestamp":1254222416},"coords":"51.6312282,-0.6223345","bedrooms":"1","price":"281000","area":"500"} , +{"type":"Feature","id":"n513247849","geometry":{"type":"Point","coordinates":[-0.6518133,51.6548782]},"properties":{"@type":"node","@id":513247849,"@timestamp":1254222417},"coords":"51.6548782,-0.6518133","bedrooms":"2","price":"186000","area":"481"} , +{"type":"Feature","id":"n513276240","geometry":{"type":"Point","coordinates":[-0.5735578,51.6453989]},"properties":{"@type":"node","@id":513276240,"@timestamp":1254223479},"coords":"51.6453989,-0.5735578","bedrooms":"1","price":"256000","area":"420"} , +{"type":"Feature","id":"n513276264","geometry":{"type":"Point","coordinates":[-0.6100898,51.652566]},"properties":{"@type":"node","@id":513276264,"@timestamp":1254223480},"coords":"51.652566,-0.6100898","bedrooms":"3","price":"152000","area":"486"} , +{"type":"Feature","id":"n513276286","geometry":{"type":"Point","coordinates":[-0.6452141,51.6615327]},"properties":{"@type":"node","@id":513276286,"@timestamp":1254223480},"coords":"51.6615327,-0.6452141","bedrooms":"1","price":"262000","area":"571"} , +{"type":"Feature","id":"n513345945","geometry":{"type":"Point","coordinates":[-0.6729489,51.6750174]},"properties":{"@type":"node","@id":513345945,"@timestamp":1254227261},"coords":"51.6750174,-0.6729489","bedrooms":"3","price":"166000","area":"632"} , +{"type":"Feature","id":"n513345955","geometry":{"type":"Point","coordinates":[-0.6896029,51.7080727]},"properties":{"@type":"node","@id":513345955,"@timestamp":1633087651},"coords":"51.7080727,-0.6896029","bedrooms":"1","price":"281000","area":"693"} , +{"type":"Feature","id":"n513345965","geometry":{"type":"Point","coordinates":[-0.720149,51.7317857]},"properties":{"@type":"node","@id":513345965,"@timestamp":1634050906},"coords":"51.7317857,-0.720149","bedrooms":"0","price":"276000","area":"550"} , +{"type":"Feature","id":"n513345976","geometry":{"type":"Point","coordinates":[-0.7453016,51.7594404]},"properties":{"@type":"node","@id":513345976,"@timestamp":1633969477},"coords":"51.7594404,-0.7453016","bedrooms":"3","price":"243000","area":"542"} , +{"type":"Feature","id":"n513345993","geometry":{"type":"Point","coordinates":[-0.7777157,51.7690513]},"properties":{"@type":"node","@id":513345993,"@timestamp":1254227263},"coords":"51.7690513,-0.7777157","bedrooms":"3","price":"203000","area":"454"} , +{"type":"Feature","id":"n513346003","geometry":{"type":"Point","coordinates":[-0.8151295,51.785204]},"properties":{"@type":"node","@id":513346003,"@timestamp":1636045536},"coords":"51.785204,-0.8151295","bedrooms":"4","price":"247000","area":"384"} , +{"type":"Feature","id":"n513346013","geometry":{"type":"Point","coordinates":[-0.8419868,51.8218081]},"properties":{"@type":"node","@id":513346013,"@timestamp":1254226813},"coords":"51.8218081,-0.8419868","bedrooms":"2","price":"202000","area":"450"} , +{"type":"Feature","id":"n513363640","geometry":{"type":"Point","coordinates":[-0.879334,51.8503892]},"properties":{"@type":"node","@id":513363640,"@timestamp":1254227865},"coords":"51.8503892,-0.879334","bedrooms":"3","price":"218000","area":"513"} , +{"type":"Feature","id":"n513363674","geometry":{"type":"Point","coordinates":[-0.8893556,51.8812633]},"properties":{"@type":"node","@id":513363674,"@timestamp":1254227866},"coords":"51.8812633,-0.8893556","bedrooms":"0","price":"280000","area":"366"} , +{"type":"Feature","id":"n513363698","geometry":{"type":"Point","coordinates":[-0.9007798,51.9122822]},"properties":{"@type":"node","@id":513363698,"@timestamp":1254227866},"coords":"51.9122822,-0.9007798","bedrooms":"0","price":"195000","area":"517"} , +{"type":"Feature","id":"n513421428","geometry":{"type":"Point","coordinates":[-0.9694685,51.4595516]},"properties":{"@type":"node","@id":513421428,"@timestamp":1584362461},"coords":"51.4595516,-0.9694685","bedrooms":"2","price":"171000","area":"423"} , +{"type":"Feature","id":"n513445102","geometry":{"type":"Point","coordinates":[-0.1797312,51.6996368]},"properties":{"@type":"node","@id":513445102,"@timestamp":1616420643},"coords":"51.6996368,-0.1797312","bedrooms":"4","price":"206000","area":"414"} , +{"type":"Feature","id":"n513784683","geometry":{"type":"Point","coordinates":[-0.1634024,51.51558]},"properties":{"@type":"node","@id":513784683,"@timestamp":1553923302},"coords":"51.51558,-0.1634024","bedrooms":"1","price":"267000","area":"598"} , +{"type":"Feature","id":"n513799484","geometry":{"type":"Point","coordinates":[-0.9385794,51.4303778]},"properties":{"@type":"node","@id":513799484,"@timestamp":1566670613},"coords":"51.4303778,-0.9385794","bedrooms":"2","price":"257000","area":"655"} , +{"type":"Feature","id":"n513799527","geometry":{"type":"Point","coordinates":[-0.918032,51.4354694]},"properties":{"@type":"node","@id":513799527,"@timestamp":1612717324},"coords":"51.4354694,-0.918032","bedrooms":"4","price":"218000","area":"662"} , +{"type":"Feature","id":"n514050429","geometry":{"type":"Point","coordinates":[0.0598566,51.5157711]},"properties":{"@type":"node","@id":514050429,"@timestamp":1564912854},"coords":"51.5157711,0.0598566","bedrooms":"4","price":"209000","area":"614"} , +{"type":"Feature","id":"n514124801","geometry":{"type":"Point","coordinates":[-0.2361601,51.6982285]},"properties":{"@type":"node","@id":514124801,"@timestamp":1634337154},"coords":"51.6982285,-0.2361601","bedrooms":"3","price":"212000","area":"456"} , +{"type":"Feature","id":"n514227548","geometry":{"type":"Point","coordinates":[-0.5760524,51.7145146]},"properties":{"@type":"node","@id":514227548,"@timestamp":1602874866},"coords":"51.7145146,-0.5760524","bedrooms":"3","price":"240000","area":"594"} , +{"type":"Feature","id":"n514268545","geometry":{"type":"Point","coordinates":[-0.5936654,51.7257526]},"properties":{"@type":"node","@id":514268545,"@timestamp":1254307046},"coords":"51.7257526,-0.5936654","bedrooms":"0","price":"284000","area":"419"} , +{"type":"Feature","id":"n514268577","geometry":{"type":"Point","coordinates":[-0.6043131,51.7300587]},"properties":{"@type":"node","@id":514268577,"@timestamp":1254307046},"coords":"51.7300587,-0.6043131","bedrooms":"3","price":"263000","area":"516"} , +{"type":"Feature","id":"n514268604","geometry":{"type":"Point","coordinates":[-0.6152234,51.7317751]},"properties":{"@type":"node","@id":514268604,"@timestamp":1254307047},"coords":"51.7317751,-0.6152234","bedrooms":"2","price":"204000","area":"675"} , +{"type":"Feature","id":"n514268623","geometry":{"type":"Point","coordinates":[-0.6276153,51.7307392]},"properties":{"@type":"node","@id":514268623,"@timestamp":1254307048},"coords":"51.7307392,-0.6276153","bedrooms":"0","price":"252000","area":"427"} , +{"type":"Feature","id":"n514268653","geometry":{"type":"Point","coordinates":[-0.6421055,51.7288192]},"properties":{"@type":"node","@id":514268653,"@timestamp":1254307049},"coords":"51.7288192,-0.6421055","bedrooms":"2","price":"282000","area":"537"} , +{"type":"Feature","id":"n514268685","geometry":{"type":"Point","coordinates":[-0.6577112,51.7267116]},"properties":{"@type":"node","@id":514268685,"@timestamp":1254307050},"coords":"51.7267116,-0.6577112","bedrooms":"0","price":"204000","area":"626"} , +{"type":"Feature","id":"n514268717","geometry":{"type":"Point","coordinates":[-0.6715151,51.7248764]},"properties":{"@type":"node","@id":514268717,"@timestamp":1254307051},"coords":"51.7248764,-0.6715151","bedrooms":"4","price":"213000","area":"610"} , +{"type":"Feature","id":"n514268748","geometry":{"type":"Point","coordinates":[-0.6839243,51.7221482]},"properties":{"@type":"node","@id":514268748,"@timestamp":1254307051},"coords":"51.7221482,-0.6839243","bedrooms":"4","price":"278000","area":"635"} , +{"type":"Feature","id":"n514268768","geometry":{"type":"Point","coordinates":[-0.6992129,51.7185229]},"properties":{"@type":"node","@id":514268768,"@timestamp":1254307052},"coords":"51.7185229,-0.6992129","bedrooms":"0","price":"199000","area":"589"} , +{"type":"Feature","id":"n514268788","geometry":{"type":"Point","coordinates":[-0.7017199,51.7107015]},"properties":{"@type":"node","@id":514268788,"@timestamp":1254307053},"coords":"51.7107015,-0.7017199","bedrooms":"3","price":"250000","area":"502"} , +{"type":"Feature","id":"n514334294","geometry":{"type":"Point","coordinates":[-0.5936921,51.7268578]},"properties":{"@type":"node","@id":514334294,"@timestamp":1254309822},"coords":"51.7268578,-0.5936921","bedrooms":"0","price":"232000","area":"642"} , +{"type":"Feature","id":"n514334315","geometry":{"type":"Point","coordinates":[-0.6081318,51.7307769]},"properties":{"@type":"node","@id":514334315,"@timestamp":1254309823},"coords":"51.7307769,-0.6081318","bedrooms":"3","price":"180000","area":"376"} , +{"type":"Feature","id":"n514334326","geometry":{"type":"Point","coordinates":[-0.6211162,51.7317297]},"properties":{"@type":"node","@id":514334326,"@timestamp":1254309824},"coords":"51.7317297,-0.6211162","bedrooms":"3","price":"262000","area":"400"} , +{"type":"Feature","id":"n514334344","geometry":{"type":"Point","coordinates":[-0.6355741,51.7298259]},"properties":{"@type":"node","@id":514334344,"@timestamp":1254309824},"coords":"51.7298259,-0.6355741","bedrooms":"2","price":"229000","area":"532"} , +{"type":"Feature","id":"n514334364","geometry":{"type":"Point","coordinates":[-0.6500744,51.7279066]},"properties":{"@type":"node","@id":514334364,"@timestamp":1254309825},"coords":"51.7279066,-0.6500744","bedrooms":"2","price":"237000","area":"507"} , +{"type":"Feature","id":"n514334381","geometry":{"type":"Point","coordinates":[-0.6662034,51.7257632]},"properties":{"@type":"node","@id":514334381,"@timestamp":1254309826},"coords":"51.7257632,-0.6662034","bedrooms":"3","price":"284000","area":"383"} , +{"type":"Feature","id":"n514334405","geometry":{"type":"Point","coordinates":[-0.6802195,51.7234955]},"properties":{"@type":"node","@id":514334405,"@timestamp":1254309826},"coords":"51.7234955,-0.6802195","bedrooms":"1","price":"201000","area":"364"} , +{"type":"Feature","id":"n514334448","geometry":{"type":"Point","coordinates":[-0.6919368,51.7214277]},"properties":{"@type":"node","@id":514334448,"@timestamp":1636014842},"coords":"51.7214277,-0.6919368","bedrooms":"3","price":"153000","area":"649"} , +{"type":"Feature","id":"n514334470","geometry":{"type":"Point","coordinates":[-0.7008062,51.7162256]},"properties":{"@type":"node","@id":514334470,"@timestamp":1254309828},"coords":"51.7162256,-0.7008062","bedrooms":"3","price":"187000","area":"408"} , +{"type":"Feature","id":"n514390752","geometry":{"type":"Point","coordinates":[-0.588969,51.722483]},"properties":{"@type":"node","@id":514390752,"@timestamp":1447939010},"coords":"51.722483,-0.588969","bedrooms":"1","price":"256000","area":"396"} , +{"type":"Feature","id":"n514390764","geometry":{"type":"Point","coordinates":[-0.5634568,51.7426016]},"properties":{"@type":"node","@id":514390764,"@timestamp":1254314688},"coords":"51.7426016,-0.5634568","bedrooms":"0","price":"245000","area":"556"} , +{"type":"Feature","id":"n514390774","geometry":{"type":"Point","coordinates":[-0.5270121,51.7557986]},"properties":{"@type":"node","@id":514390774,"@timestamp":1254314688},"coords":"51.7557986,-0.5270121","bedrooms":"0","price":"214000","area":"455"} , +{"type":"Feature","id":"n514390785","geometry":{"type":"Point","coordinates":[-0.5003138,51.7715742]},"properties":{"@type":"node","@id":514390785,"@timestamp":1254314689},"coords":"51.7715742,-0.5003138","bedrooms":"2","price":"214000","area":"610"} , +{"type":"Feature","id":"n514427341","geometry":{"type":"Point","coordinates":[-0.481099,51.7831108]},"properties":{"@type":"node","@id":514427341,"@timestamp":1254316492},"coords":"51.7831108,-0.481099","bedrooms":"1","price":"164000","area":"515"} , +{"type":"Feature","id":"n514486107","geometry":{"type":"Point","coordinates":[-0.6806646,51.6708383]},"properties":{"@type":"node","@id":514486107,"@timestamp":1254320085},"coords":"51.6708383,-0.6806646","bedrooms":"1","price":"205000","area":"674"} , +{"type":"Feature","id":"n514486117","geometry":{"type":"Point","coordinates":[-0.716543,51.6788265]},"properties":{"@type":"node","@id":514486117,"@timestamp":1254320085},"coords":"51.6788265,-0.716543","bedrooms":"4","price":"165000","area":"529"} , +{"type":"Feature","id":"n514486136","geometry":{"type":"Point","coordinates":[-0.7510153,51.6850033]},"properties":{"@type":"node","@id":514486136,"@timestamp":1603281163},"coords":"51.6850033,-0.7510153","bedrooms":"0","price":"189000","area":"373"} , +{"type":"Feature","id":"n514486146","geometry":{"type":"Point","coordinates":[-0.7806794,51.6966639]},"properties":{"@type":"node","@id":514486146,"@timestamp":1254320086},"coords":"51.6966639,-0.7806794","bedrooms":"0","price":"219000","area":"402"} , +{"type":"Feature","id":"n514486156","geometry":{"type":"Point","coordinates":[-0.8177627,51.7052958]},"properties":{"@type":"node","@id":514486156,"@timestamp":1254320087},"coords":"51.7052958,-0.8177627","bedrooms":"0","price":"288000","area":"462"} , +{"type":"Feature","id":"n514486172","geometry":{"type":"Point","coordinates":[-0.8538922,51.7105686]},"properties":{"@type":"node","@id":514486172,"@timestamp":1254320088},"coords":"51.7105686,-0.8538922","bedrooms":"1","price":"225000","area":"526"} , +{"type":"Feature","id":"n514486194","geometry":{"type":"Point","coordinates":[-0.8696514,51.7348853]},"properties":{"@type":"node","@id":514486194,"@timestamp":1254320089},"coords":"51.7348853,-0.8696514","bedrooms":"4","price":"180000","area":"356"} , +{"type":"Feature","id":"n514513967","geometry":{"type":"Point","coordinates":[-0.9365177,51.8952071]},"properties":{"@type":"node","@id":514513967,"@timestamp":1254323495},"coords":"51.8952071,-0.9365177","bedrooms":"1","price":"150000","area":"617"} , +{"type":"Feature","id":"n514513989","geometry":{"type":"Point","coordinates":[-0.9908302,51.8719005]},"properties":{"@type":"node","@id":514513989,"@timestamp":1635156576},"coords":"51.8719005,-0.9908302","bedrooms":"2","price":"230000","area":"425"} , +{"type":"Feature","id":"n514514014","geometry":{"type":"Point","coordinates":[-1.0378865,51.8692536]},"properties":{"@type":"node","@id":514514014,"@timestamp":1635156576},"coords":"51.8692536,-1.0378865","bedrooms":"3","price":"169000","area":"392"} , +{"type":"Feature","id":"n514543858","geometry":{"type":"Point","coordinates":[-1.0857217,51.8577655]},"properties":{"@type":"node","@id":514543858,"@timestamp":1635156576},"coords":"51.8577655,-1.0857217","bedrooms":"4","price":"208000","area":"468"} , +{"type":"Feature","id":"n514543869","geometry":{"type":"Point","coordinates":[-1.1098445,51.8341322]},"properties":{"@type":"node","@id":514543869,"@timestamp":1635014374},"coords":"51.8341322,-1.1098445","bedrooms":"3","price":"280000","area":"600"} , +{"type":"Feature","id":"n514543879","geometry":{"type":"Point","coordinates":[-1.0941761,51.8041601]},"properties":{"@type":"node","@id":514543879,"@timestamp":1254323493},"coords":"51.8041601,-1.0941761","bedrooms":"2","price":"162000","area":"585"} , +{"type":"Feature","id":"n514543890","geometry":{"type":"Point","coordinates":[-1.087764,51.7753811]},"properties":{"@type":"node","@id":514543890,"@timestamp":1254323493},"coords":"51.7753811,-1.087764","bedrooms":"2","price":"223000","area":"665"} , +{"type":"Feature","id":"n514543910","geometry":{"type":"Point","coordinates":[-1.114317,51.748586]},"properties":{"@type":"node","@id":514543910,"@timestamp":1254323494},"coords":"51.748586,-1.114317","bedrooms":"0","price":"284000","area":"382"} , +{"type":"Feature","id":"n514611837","geometry":{"type":"Point","coordinates":[-0.8239576,51.6580842]},"properties":{"@type":"node","@id":514611837,"@timestamp":1254327635},"coords":"51.6580842,-0.8239576","bedrooms":"1","price":"272000","area":"377"} , +{"type":"Feature","id":"n514611847","geometry":{"type":"Point","coordinates":[-0.8437391,51.6795909]},"properties":{"@type":"node","@id":514611847,"@timestamp":1254327635},"coords":"51.6795909,-0.8437391","bedrooms":"3","price":"266000","area":"460"} , +{"type":"Feature","id":"n514611858","geometry":{"type":"Point","coordinates":[-0.8584963,51.7067341]},"properties":{"@type":"node","@id":514611858,"@timestamp":1254327636},"coords":"51.7067341,-0.8584963","bedrooms":"4","price":"282000","area":"405"} , +{"type":"Feature","id":"n514611868","geometry":{"type":"Point","coordinates":[-0.8986047,51.712788]},"properties":{"@type":"node","@id":514611868,"@timestamp":1254327636},"coords":"51.712788,-0.8986047","bedrooms":"2","price":"203000","area":"362"} , +{"type":"Feature","id":"n514611878","geometry":{"type":"Point","coordinates":[-0.933639,51.706043]},"properties":{"@type":"node","@id":514611878,"@timestamp":1254327637},"coords":"51.706043,-0.933639","bedrooms":"0","price":"197000","area":"557"} , +{"type":"Feature","id":"n514611889","geometry":{"type":"Point","coordinates":[-0.974559,51.7046724]},"properties":{"@type":"node","@id":514611889,"@timestamp":1254327637},"coords":"51.7046724,-0.974559","bedrooms":"1","price":"228000","area":"634"} , +{"type":"Feature","id":"n514611900","geometry":{"type":"Point","coordinates":[-1.0158816,51.7042616]},"properties":{"@type":"node","@id":514611900,"@timestamp":1254327639},"coords":"51.7042616,-1.0158816","bedrooms":"1","price":"235000","area":"669"} , +{"type":"Feature","id":"n514611911","geometry":{"type":"Point","coordinates":[-1.0563554,51.7063463]},"properties":{"@type":"node","@id":514611911,"@timestamp":1254327639},"coords":"51.7063463,-1.0563554","bedrooms":"2","price":"183000","area":"613"} , +{"type":"Feature","id":"n514611922","geometry":{"type":"Point","coordinates":[-1.0974364,51.7078704]},"properties":{"@type":"node","@id":514611922,"@timestamp":1254327640},"coords":"51.7078704,-1.0974364","bedrooms":"3","price":"151000","area":"378"} , +{"type":"Feature","id":"n514611934","geometry":{"type":"Point","coordinates":[-1.1357614,51.7081637]},"properties":{"@type":"node","@id":514611934,"@timestamp":1254327640},"coords":"51.7081637,-1.1357614","bedrooms":"4","price":"216000","area":"415"} , +{"type":"Feature","id":"n514611945","geometry":{"type":"Point","coordinates":[-1.1735041,51.7056064]},"properties":{"@type":"node","@id":514611945,"@timestamp":1254327641},"coords":"51.7056064,-1.1735041","bedrooms":"1","price":"213000","area":"501"} , +{"type":"Feature","id":"n514773082","geometry":{"type":"Point","coordinates":[-0.1651869,51.5168026]},"properties":{"@type":"node","@id":514773082,"@timestamp":1603687810},"coords":"51.5168026,-0.1651869","bedrooms":"2","price":"155000","area":"654"} , +{"type":"Feature","id":"n514922613","geometry":{"type":"Point","coordinates":[-0.2096341,51.9732773]},"properties":{"@type":"node","@id":514922613,"@timestamp":1568892616},"coords":"51.9732773,-0.2096341","bedrooms":"0","price":"167000","area":"464"} , +{"type":"Feature","id":"n515166709","geometry":{"type":"Point","coordinates":[0.641696,51.1649746]},"properties":{"@type":"node","@id":515166709,"@timestamp":1254351396},"coords":"51.1649746,0.641696","bedrooms":"4","price":"294000","area":"616"} , +{"type":"Feature","id":"n515268214","geometry":{"type":"Point","coordinates":[-1.0965978,51.2480234]},"properties":{"@type":"node","@id":515268214,"@timestamp":1351378770},"coords":"51.2480234,-1.0965978","bedrooms":"1","price":"235000","area":"424"} , +{"type":"Feature","id":"n515663689","geometry":{"type":"Point","coordinates":[0.4563152,51.1117052]},"properties":{"@type":"node","@id":515663689,"@timestamp":1309882013},"coords":"51.1117052,0.4563152","bedrooms":"2","price":"288000","area":"414"} , +{"type":"Feature","id":"n515681130","geometry":{"type":"Point","coordinates":[0.5321942,51.113166]},"properties":{"@type":"node","@id":515681130,"@timestamp":1254387703},"coords":"51.113166,0.5321942","bedrooms":"2","price":"233000","area":"390"} , +{"type":"Feature","id":"n516083178","geometry":{"type":"Point","coordinates":[-0.9776916,51.1490215]},"properties":{"@type":"node","@id":516083178,"@timestamp":1495489271},"coords":"51.1490215,-0.9776916","bedrooms":"4","price":"276000","area":"495"} , +{"type":"Feature","id":"n516090402","geometry":{"type":"Point","coordinates":[-0.4990462,51.9137322]},"properties":{"@type":"node","@id":516090402,"@timestamp":1254408917},"coords":"51.9137322,-0.4990462","bedrooms":"2","price":"158000","area":"563"} , +{"type":"Feature","id":"n516090417","geometry":{"type":"Point","coordinates":[-0.5103158,51.889163]},"properties":{"@type":"node","@id":516090417,"@timestamp":1254408916},"coords":"51.889163,-0.5103158","bedrooms":"3","price":"218000","area":"481"} , +{"type":"Feature","id":"n516090432","geometry":{"type":"Point","coordinates":[-0.4842357,51.8647693]},"properties":{"@type":"node","@id":516090432,"@timestamp":1298835408},"coords":"51.8647693,-0.4842357","bedrooms":"4","price":"169000","area":"514"} , +{"type":"Feature","id":"n516090449","geometry":{"type":"Point","coordinates":[-0.4741878,51.8366857]},"properties":{"@type":"node","@id":516090449,"@timestamp":1254408918},"coords":"51.8366857,-0.4741878","bedrooms":"3","price":"271000","area":"524"} , +{"type":"Feature","id":"n516139178","geometry":{"type":"Point","coordinates":[-0.4566281,51.8253614]},"properties":{"@type":"node","@id":516139178,"@timestamp":1254408914},"coords":"51.8253614,-0.4566281","bedrooms":"3","price":"242000","area":"614"} , +{"type":"Feature","id":"n516139202","geometry":{"type":"Point","coordinates":[-0.4357398,51.796678]},"properties":{"@type":"node","@id":516139202,"@timestamp":1254408915},"coords":"51.796678,-0.4357398","bedrooms":"1","price":"264000","area":"370"} , +{"type":"Feature","id":"n516139232","geometry":{"type":"Point","coordinates":[-0.4160468,51.7685332]},"properties":{"@type":"node","@id":516139232,"@timestamp":1254408915},"coords":"51.7685332,-0.4160468","bedrooms":"2","price":"163000","area":"644"} , +{"type":"Feature","id":"n516431672","geometry":{"type":"Point","coordinates":[0.4867814,51.7533983]},"properties":{"@type":"node","@id":516431672,"@timestamp":1540331874},"coords":"51.7533983,0.4867814","bedrooms":"3","price":"239000","area":"519"} , +{"type":"Feature","id":"n516826506","geometry":{"type":"Point","coordinates":[-0.9751165,51.1761722]},"properties":{"@type":"node","@id":516826506,"@timestamp":1611008440},"coords":"51.1761722,-0.9751165","bedrooms":"0","price":"272000","area":"565"} , +{"type":"Feature","id":"n517507732","geometry":{"type":"Point","coordinates":[-0.9580861,51.4597558]},"properties":{"@type":"node","@id":517507732,"@timestamp":1537801141},"coords":"51.4597558,-0.9580861","bedrooms":"0","price":"248000","area":"599"} , +{"type":"Feature","id":"n517706184","geometry":{"type":"Point","coordinates":[-0.7800108,51.5713751]},"properties":{"@type":"node","@id":517706184,"@timestamp":1526486042},"coords":"51.5713751,-0.7800108","bedrooms":"2","price":"284000","area":"693"} , +{"type":"Feature","id":"n517913092","geometry":{"type":"Point","coordinates":[-0.283635,52.1897563]},"properties":{"@type":"node","@id":517913092,"@timestamp":1459716625},"coords":"52.1897563,-0.283635","bedrooms":"0","price":"272000","area":"698"} , +{"type":"Feature","id":"n518483248","geometry":{"type":"Point","coordinates":[-0.1689349,51.5193141]},"properties":{"@type":"node","@id":518483248,"@timestamp":1600868313},"coords":"51.5193141,-0.1689349","bedrooms":"3","price":"278000","area":"559"} , +{"type":"Feature","id":"n518523572","geometry":{"type":"Point","coordinates":[-0.0532412,51.1964137]},"properties":{"@type":"node","@id":518523572,"@timestamp":1254564174},"coords":"51.1964137,-0.0532412","bedrooms":"3","price":"286000","area":"458"} , +{"type":"Feature","id":"n518621315","geometry":{"type":"Point","coordinates":[-0.9243838,51.4507754]},"properties":{"@type":"node","@id":518621315,"@timestamp":1612716646},"coords":"51.4507754,-0.9243838","bedrooms":"1","price":"175000","area":"416"} , +{"type":"Feature","id":"n518656136","geometry":{"type":"Point","coordinates":[-0.257805,51.5534097]},"properties":{"@type":"node","@id":518656136,"@timestamp":1482188107},"coords":"51.5534097,-0.257805","bedrooms":"4","price":"205000","area":"542"} , +{"type":"Feature","id":"n519175235","geometry":{"type":"Point","coordinates":[-0.16508,51.5167265]},"properties":{"@type":"node","@id":519175235,"@timestamp":1554116541},"coords":"51.5167265,-0.16508","bedrooms":"1","price":"150000","area":"662"} , +{"type":"Feature","id":"n519218984","geometry":{"type":"Point","coordinates":[0.0722252,51.4746307]},"properties":{"@type":"node","@id":519218984,"@timestamp":1624733891},"coords":"51.4746307,0.0722252","bedrooms":"3","price":"166000","area":"608"} , +{"type":"Feature","id":"n519219018","geometry":{"type":"Point","coordinates":[0.093306,51.475011]},"properties":{"@type":"node","@id":519219018,"@timestamp":1630742569},"coords":"51.475011,0.093306","bedrooms":"3","price":"185000","area":"387"} , +{"type":"Feature","id":"n519253393","geometry":{"type":"Point","coordinates":[0.071522,51.4845494]},"properties":{"@type":"node","@id":519253393,"@timestamp":1625050703},"coords":"51.4845494,0.071522","bedrooms":"0","price":"290000","area":"466"} , +{"type":"Feature","id":"n519354955","geometry":{"type":"Point","coordinates":[0.0642188,51.429505]},"properties":{"@type":"node","@id":519354955,"@timestamp":1617649230},"coords":"51.429505,0.0642188","bedrooms":"1","price":"276000","area":"406"} , +{"type":"Feature","id":"n519391968","geometry":{"type":"Point","coordinates":[0.0413814,51.4409487]},"properties":{"@type":"node","@id":519391968,"@timestamp":1619265574},"coords":"51.4409487,0.0413814","bedrooms":"4","price":"246000","area":"598"} , +{"type":"Feature","id":"n519413283","geometry":{"type":"Point","coordinates":[-0.6517427,51.142996]},"properties":{"@type":"node","@id":519413283,"@timestamp":1278313121},"coords":"51.142996,-0.6517427","bedrooms":"2","price":"221000","area":"642"} , +{"type":"Feature","id":"n519436741","geometry":{"type":"Point","coordinates":[-0.1329594,51.5873256]},"properties":{"@type":"node","@id":519436741,"@timestamp":1450634898},"coords":"51.5873256,-0.1329594","bedrooms":"1","price":"188000","area":"658"} , +{"type":"Feature","id":"n519451377","geometry":{"type":"Point","coordinates":[0.057006,51.4540752]},"properties":{"@type":"node","@id":519451377,"@timestamp":1635611540},"coords":"51.4540752,0.057006","bedrooms":"4","price":"166000","area":"594"} , +{"type":"Feature","id":"n519477979","geometry":{"type":"Point","coordinates":[0.0814537,51.4503117]},"properties":{"@type":"node","@id":519477979,"@timestamp":1635611540},"coords":"51.4503117,0.0814537","bedrooms":"3","price":"216000","area":"375"} , +{"type":"Feature","id":"n519547874","geometry":{"type":"Point","coordinates":[-0.1095435,51.5973002]},"properties":{"@type":"node","@id":519547874,"@timestamp":1377204982},"coords":"51.5973002,-0.1095435","bedrooms":"3","price":"224000","area":"365"} , +{"type":"Feature","id":"n519907554","geometry":{"type":"Point","coordinates":[-0.086185,51.605387]},"properties":{"@type":"node","@id":519907554,"@timestamp":1617474582},"coords":"51.605387,-0.086185","bedrooms":"0","price":"254000","area":"355"} , +{"type":"Feature","id":"n519998351","geometry":{"type":"Point","coordinates":[-0.161656,51.5129588]},"properties":{"@type":"node","@id":519998351,"@timestamp":1572266194},"coords":"51.5129588,-0.161656","bedrooms":"4","price":"218000","area":"451"} , +{"type":"Feature","id":"n520194108","geometry":{"type":"Point","coordinates":[-0.083502,51.3167604]},"properties":{"@type":"node","@id":520194108,"@timestamp":1348326170},"coords":"51.3167604,-0.083502","bedrooms":"4","price":"205000","area":"661"} , +{"type":"Feature","id":"n520293178","geometry":{"type":"Point","coordinates":[0.1115242,51.699]},"properties":{"@type":"node","@id":520293178,"@timestamp":1254674898},"coords":"51.699,0.1115242","bedrooms":"3","price":"182000","area":"550"} , +{"type":"Feature","id":"n520335460","geometry":{"type":"Point","coordinates":[-0.1038697,51.3047422]},"properties":{"@type":"node","@id":520335460,"@timestamp":1375049141},"coords":"51.3047422,-0.1038697","bedrooms":"3","price":"228000","area":"353"} , +{"type":"Feature","id":"n520399897","geometry":{"type":"Point","coordinates":[0.4991883,51.749163]},"properties":{"@type":"node","@id":520399897,"@timestamp":1613656167},"coords":"51.749163,0.4991883","bedrooms":"0","price":"159000","area":"627"} , +{"type":"Feature","id":"n520410731","geometry":{"type":"Point","coordinates":[0.4908361,51.7504299]},"properties":{"@type":"node","@id":520410731,"@timestamp":1487112897},"coords":"51.7504299,0.4908361","bedrooms":"3","price":"227000","area":"461"} , +{"type":"Feature","id":"n520441761","geometry":{"type":"Point","coordinates":[0.4870855,51.7558176]},"properties":{"@type":"node","@id":520441761,"@timestamp":1615231775},"coords":"51.7558176,0.4870855","bedrooms":"3","price":"272000","area":"622"} , +{"type":"Feature","id":"n520442169","geometry":{"type":"Point","coordinates":[0.4845531,51.7444683]},"properties":{"@type":"node","@id":520442169,"@timestamp":1540251422},"coords":"51.7444683,0.4845531","bedrooms":"4","price":"276000","area":"371"} , +{"type":"Feature","id":"n520443885","geometry":{"type":"Point","coordinates":[-0.6603614,50.9577995]},"properties":{"@type":"node","@id":520443885,"@timestamp":1254683010},"coords":"50.9577995,-0.6603614","bedrooms":"4","price":"278000","area":"361"} , +{"type":"Feature","id":"n520480924","geometry":{"type":"Point","coordinates":[-0.6671566,50.9526573]},"properties":{"@type":"node","@id":520480924,"@timestamp":1433668674},"coords":"50.9526573,-0.6671566","bedrooms":"0","price":"220000","area":"602"} , +{"type":"Feature","id":"n520590178","geometry":{"type":"Point","coordinates":[-0.9012562,51.9255814]},"properties":{"@type":"node","@id":520590178,"@timestamp":1254688889},"coords":"51.9255814,-0.9012562","bedrooms":"2","price":"264000","area":"639"} , +{"type":"Feature","id":"n520590199","geometry":{"type":"Point","coordinates":[-0.8407098,51.9253174]},"properties":{"@type":"node","@id":520590199,"@timestamp":1254688889},"coords":"51.9253174,-0.8407098","bedrooms":"0","price":"236000","area":"642"} , +{"type":"Feature","id":"n520590224","geometry":{"type":"Point","coordinates":[-0.7883617,51.9203603]},"properties":{"@type":"node","@id":520590224,"@timestamp":1254688890},"coords":"51.9203603,-0.7883617","bedrooms":"2","price":"194000","area":"661"} , +{"type":"Feature","id":"n520590249","geometry":{"type":"Point","coordinates":[-0.7427132,51.9137078]},"properties":{"@type":"node","@id":520590249,"@timestamp":1254688891},"coords":"51.9137078,-0.7427132","bedrooms":"2","price":"166000","area":"643"} , +{"type":"Feature","id":"n520590274","geometry":{"type":"Point","coordinates":[-0.6907754,51.9067021]},"properties":{"@type":"node","@id":520590274,"@timestamp":1254688892},"coords":"51.9067021,-0.6907754","bedrooms":"3","price":"208000","area":"507"} , +{"type":"Feature","id":"n520590300","geometry":{"type":"Point","coordinates":[-0.6404306,51.903287]},"properties":{"@type":"node","@id":520590300,"@timestamp":1254688892},"coords":"51.903287,-0.6404306","bedrooms":"1","price":"168000","area":"685"} , +{"type":"Feature","id":"n520590316","geometry":{"type":"Point","coordinates":[-0.5898042,51.9014321]},"properties":{"@type":"node","@id":520590316,"@timestamp":1254688893},"coords":"51.9014321,-0.5898042","bedrooms":"2","price":"271000","area":"541"} , +{"type":"Feature","id":"n520590327","geometry":{"type":"Point","coordinates":[-0.5447267,51.9157907]},"properties":{"@type":"node","@id":520590327,"@timestamp":1254688894},"coords":"51.9157907,-0.5447267","bedrooms":"2","price":"178000","area":"682"} , +{"type":"Feature","id":"n520590345","geometry":{"type":"Point","coordinates":[-0.5078363,51.9341076]},"properties":{"@type":"node","@id":520590345,"@timestamp":1298745471},"coords":"51.9341076,-0.5078363","bedrooms":"3","price":"213000","area":"570"} , +{"type":"Feature","id":"n520595176","geometry":{"type":"Point","coordinates":[-0.9638866,51.4141162]},"properties":{"@type":"node","@id":520595176,"@timestamp":1627731744},"coords":"51.4141162,-0.9638866","bedrooms":"1","price":"211000","area":"586"} , +{"type":"Feature","id":"n520595251","geometry":{"type":"Point","coordinates":[-0.9595681,51.4224831]},"properties":{"@type":"node","@id":520595251,"@timestamp":1626627340},"coords":"51.4224831,-0.9595681","bedrooms":"4","price":"278000","area":"442"} , +{"type":"Feature","id":"n520682665","geometry":{"type":"Point","coordinates":[-0.551437,51.972856]},"properties":{"@type":"node","@id":520682665,"@timestamp":1508607782},"coords":"51.972856,-0.551437","bedrooms":"4","price":"196000","area":"517"} , +{"type":"Feature","id":"n520913682","geometry":{"type":"Point","coordinates":[-0.0681684,51.6038454]},"properties":{"@type":"node","@id":520913682,"@timestamp":1254704140},"coords":"51.6038454,-0.0681684","bedrooms":"0","price":"194000","area":"524"} , +{"type":"Feature","id":"n521197937","geometry":{"type":"Point","coordinates":[-0.66158,50.9589232]},"properties":{"@type":"node","@id":521197937,"@timestamp":1254730603},"coords":"50.9589232,-0.66158","bedrooms":"4","price":"194000","area":"566"} , +{"type":"Feature","id":"n521317735","geometry":{"type":"Point","coordinates":[-0.2785661,51.9237643]},"properties":{"@type":"node","@id":521317735,"@timestamp":1254741554},"coords":"51.9237643,-0.2785661","bedrooms":"2","price":"191000","area":"442"} , +{"type":"Feature","id":"n521317767","geometry":{"type":"Point","coordinates":[-0.3251253,51.9370028]},"properties":{"@type":"node","@id":521317767,"@timestamp":1614561509},"coords":"51.9370028,-0.3251253","bedrooms":"2","price":"251000","area":"581"} , +{"type":"Feature","id":"n521317788","geometry":{"type":"Point","coordinates":[-0.3756603,51.9394874]},"properties":{"@type":"node","@id":521317788,"@timestamp":1614561509},"coords":"51.9394874,-0.3756603","bedrooms":"4","price":"289000","area":"410"} , +{"type":"Feature","id":"n521317808","geometry":{"type":"Point","coordinates":[-0.4256649,51.9399755]},"properties":{"@type":"node","@id":521317808,"@timestamp":1254741556},"coords":"51.9399755,-0.4256649","bedrooms":"4","price":"224000","area":"567"} , +{"type":"Feature","id":"n521317828","geometry":{"type":"Point","coordinates":[-0.4733817,51.9348331]},"properties":{"@type":"node","@id":521317828,"@timestamp":1254741556},"coords":"51.9348331,-0.4733817","bedrooms":"2","price":"230000","area":"381"} , +{"type":"Feature","id":"n521355700","geometry":{"type":"Point","coordinates":[0.7543721,51.174874]},"properties":{"@type":"node","@id":521355700,"@timestamp":1436976980},"coords":"51.174874,0.7543721","bedrooms":"0","price":"248000","area":"664"} , +{"type":"Feature","id":"n521402930","geometry":{"type":"Point","coordinates":[-0.4041044,51.5208361]},"properties":{"@type":"node","@id":521402930,"@timestamp":1542235731},"coords":"51.5208361,-0.4041044","bedrooms":"2","price":"220000","area":"604"} , +{"type":"Feature","id":"n521524821","geometry":{"type":"Point","coordinates":[0.8333936,51.1444603]},"properties":{"@type":"node","@id":521524821,"@timestamp":1254748661},"coords":"51.1444603,0.8333936","bedrooms":"4","price":"240000","area":"478"} , +{"type":"Feature","id":"n521528276","geometry":{"type":"Point","coordinates":[-0.7461505,51.840937]},"properties":{"@type":"node","@id":521528276,"@timestamp":1254749826},"coords":"51.840937,-0.7461505","bedrooms":"0","price":"276000","area":"634"} , +{"type":"Feature","id":"n521528296","geometry":{"type":"Point","coordinates":[-0.7199889,51.8627476]},"properties":{"@type":"node","@id":521528296,"@timestamp":1254749827},"coords":"51.8627476,-0.7199889","bedrooms":"3","price":"254000","area":"471"} , +{"type":"Feature","id":"n521528314","geometry":{"type":"Point","coordinates":[-0.6943472,51.8815022]},"properties":{"@type":"node","@id":521528314,"@timestamp":1254749828},"coords":"51.8815022,-0.6943472","bedrooms":"1","price":"155000","area":"620"} , +{"type":"Feature","id":"n521528324","geometry":{"type":"Point","coordinates":[-0.6459019,51.895187]},"properties":{"@type":"node","@id":521528324,"@timestamp":1254749829},"coords":"51.895187,-0.6459019","bedrooms":"4","price":"168000","area":"642"} , +{"type":"Feature","id":"n521528334","geometry":{"type":"Point","coordinates":[-0.6061338,51.91334]},"properties":{"@type":"node","@id":521528334,"@timestamp":1254749830},"coords":"51.91334,-0.6061338","bedrooms":"1","price":"211000","area":"357"} , +{"type":"Feature","id":"n521528344","geometry":{"type":"Point","coordinates":[-0.5680875,51.9318451]},"properties":{"@type":"node","@id":521528344,"@timestamp":1254749831},"coords":"51.9318451,-0.5680875","bedrooms":"2","price":"290000","area":"359"} , +{"type":"Feature","id":"n521528354","geometry":{"type":"Point","coordinates":[-0.5312896,51.9321158]},"properties":{"@type":"node","@id":521528354,"@timestamp":1254749832},"coords":"51.9321158,-0.5312896","bedrooms":"3","price":"259000","area":"465"} , +{"type":"Feature","id":"n521551770","geometry":{"type":"Point","coordinates":[-0.6022617,51.915083]},"properties":{"@type":"node","@id":521551770,"@timestamp":1254750212},"coords":"51.915083,-0.6022617","bedrooms":"2","price":"285000","area":"351"} , +{"type":"Feature","id":"n521575039","geometry":{"type":"Point","coordinates":[-0.7997702,51.8190176]},"properties":{"@type":"node","@id":521575039,"@timestamp":1634641389},"coords":"51.8190176,-0.7997702","bedrooms":"2","price":"282000","area":"510"} , +{"type":"Feature","id":"n521594918","geometry":{"type":"Point","coordinates":[-0.7527309,51.8257871]},"properties":{"@type":"node","@id":521594918,"@timestamp":1254753305},"coords":"51.8257871,-0.7527309","bedrooms":"0","price":"266000","area":"583"} , +{"type":"Feature","id":"n521597029","geometry":{"type":"Point","coordinates":[-0.1787351,51.5167965]},"properties":{"@type":"node","@id":521597029,"@timestamp":1254753416},"coords":"51.5167965,-0.1787351","bedrooms":"1","price":"275000","area":"579"} , +{"type":"Feature","id":"n521606016","geometry":{"type":"Point","coordinates":[-0.7379242,51.8286104]},"properties":{"@type":"node","@id":521606016,"@timestamp":1254753863},"coords":"51.8286104,-0.7379242","bedrooms":"2","price":"279000","area":"595"} , +{"type":"Feature","id":"n521606039","geometry":{"type":"Point","coordinates":[-0.7103075,51.8338119]},"properties":{"@type":"node","@id":521606039,"@timestamp":1607123082},"coords":"51.8338119,-0.7103075","bedrooms":"1","price":"279000","area":"560"} , +{"type":"Feature","id":"n521681521","geometry":{"type":"Point","coordinates":[-0.186253,51.5182232]},"properties":{"@type":"node","@id":521681521,"@timestamp":1573884340},"coords":"51.5182232,-0.186253","bedrooms":"1","price":"227000","area":"355"} , +{"type":"Feature","id":"n521689944","geometry":{"type":"Point","coordinates":[-0.1803762,51.5195485]},"properties":{"@type":"node","@id":521689944,"@timestamp":1629194193},"coords":"51.5195485,-0.1803762","bedrooms":"3","price":"268000","area":"459"} , +{"type":"Feature","id":"n521716197","geometry":{"type":"Point","coordinates":[-0.1887295,51.5179591]},"properties":{"@type":"node","@id":521716197,"@timestamp":1573878890},"coords":"51.5179591,-0.1887295","bedrooms":"2","price":"237000","area":"388"} , +{"type":"Feature","id":"n521726649","geometry":{"type":"Point","coordinates":[-0.5948727,50.9803024]},"properties":{"@type":"node","@id":521726649,"@timestamp":1534630326},"coords":"50.9803024,-0.5948727","bedrooms":"1","price":"212000","area":"417"} , +{"type":"Feature","id":"n521816924","geometry":{"type":"Point","coordinates":[-0.9068201,51.4347291]},"properties":{"@type":"node","@id":521816924,"@timestamp":1254764052},"coords":"51.4347291,-0.9068201","bedrooms":"2","price":"244000","area":"364"} , +{"type":"Feature","id":"n521817011","geometry":{"type":"Point","coordinates":[-0.914963,51.4391223]},"properties":{"@type":"node","@id":521817011,"@timestamp":1612715948},"coords":"51.4391223,-0.914963","bedrooms":"2","price":"178000","area":"461"} , +{"type":"Feature","id":"n521908045","geometry":{"type":"Point","coordinates":[-1.0871254,51.0123528]},"properties":{"@type":"node","@id":521908045,"@timestamp":1581434544},"coords":"51.0123528,-1.0871254","bedrooms":"2","price":"197000","area":"597"} , +{"type":"Feature","id":"n522089531","geometry":{"type":"Point","coordinates":[-0.103872,51.4338129]},"properties":{"@type":"node","@id":522089531,"@timestamp":1543944435},"coords":"51.4338129,-0.103872","bedrooms":"2","price":"254000","area":"560"} , +{"type":"Feature","id":"n522097368","geometry":{"type":"Point","coordinates":[-0.1064275,51.4398056]},"properties":{"@type":"node","@id":522097368,"@timestamp":1593620287},"coords":"51.4398056,-0.1064275","bedrooms":"4","price":"239000","area":"403"} , +{"type":"Feature","id":"n522524841","geometry":{"type":"Point","coordinates":[-0.5522053,51.5891313]},"properties":{"@type":"node","@id":522524841,"@timestamp":1254822090},"coords":"51.5891313,-0.5522053","bedrooms":"3","price":"218000","area":"493"} , +{"type":"Feature","id":"n522524923","geometry":{"type":"Point","coordinates":[-0.5508577,51.5879048]},"properties":{"@type":"node","@id":522524923,"@timestamp":1254822094},"coords":"51.5879048,-0.5508577","bedrooms":"3","price":"250000","area":"494"} , +{"type":"Feature","id":"n522853872","geometry":{"type":"Point","coordinates":[-0.2044552,51.2127379]},"properties":{"@type":"node","@id":522853872,"@timestamp":1610359380},"coords":"51.2127379,-0.2044552","bedrooms":"4","price":"211000","area":"641"} , +{"type":"Feature","id":"n522862835","geometry":{"type":"Point","coordinates":[-0.2034118,51.2097681]},"properties":{"@type":"node","@id":522862835,"@timestamp":1616608294},"coords":"51.2097681,-0.2034118","bedrooms":"1","price":"276000","area":"518"} , +{"type":"Feature","id":"n522869847","geometry":{"type":"Point","coordinates":[-0.199108,51.2119744]},"properties":{"@type":"node","@id":522869847,"@timestamp":1404850928},"coords":"51.2119744,-0.199108","bedrooms":"0","price":"299000","area":"452"} , +{"type":"Feature","id":"n522873471","geometry":{"type":"Point","coordinates":[-0.1959052,51.2094724]},"properties":{"@type":"node","@id":522873471,"@timestamp":1425257230},"coords":"51.2094724,-0.1959052","bedrooms":"1","price":"181000","area":"351"} , +{"type":"Feature","id":"n522874865","geometry":{"type":"Point","coordinates":[-0.191409,51.2111087]},"properties":{"@type":"node","@id":522874865,"@timestamp":1404850929},"coords":"51.2111087,-0.191409","bedrooms":"1","price":"165000","area":"605"} , +{"type":"Feature","id":"n522879277","geometry":{"type":"Point","coordinates":[-0.1907395,51.2114905]},"properties":{"@type":"node","@id":522879277,"@timestamp":1404850930},"coords":"51.2114905,-0.1907395","bedrooms":"2","price":"197000","area":"443"} , +{"type":"Feature","id":"n522882592","geometry":{"type":"Point","coordinates":[-0.2294749,51.2113184]},"properties":{"@type":"node","@id":522882592,"@timestamp":1404850930},"coords":"51.2113184,-0.2294749","bedrooms":"2","price":"150000","area":"683"} , +{"type":"Feature","id":"n523170160","geometry":{"type":"Point","coordinates":[0.1101575,51.7003913]},"properties":{"@type":"node","@id":523170160,"@timestamp":1536826836},"coords":"51.7003913,0.1101575","bedrooms":"4","price":"176000","area":"493"} , +{"type":"Feature","id":"n523201600","geometry":{"type":"Point","coordinates":[0.4395584,51.3212435]},"properties":{"@type":"node","@id":523201600,"@timestamp":1305622729},"coords":"51.3212435,0.4395584","bedrooms":"3","price":"257000","area":"369"} , +{"type":"Feature","id":"n523771441","geometry":{"type":"Point","coordinates":[-0.2881344,51.4666429]},"properties":{"@type":"node","@id":523771441,"@timestamp":1619402706},"coords":"51.4666429,-0.2881344","bedrooms":"0","price":"287000","area":"382"} , +{"type":"Feature","id":"n524325654","geometry":{"type":"Point","coordinates":[-0.2596193,51.4869631]},"properties":{"@type":"node","@id":524325654,"@timestamp":1612721477},"coords":"51.4869631,-0.2596193","bedrooms":"1","price":"185000","area":"357"} , +{"type":"Feature","id":"n524816112","geometry":{"type":"Point","coordinates":[-1.0997413,51.2477668]},"properties":{"@type":"node","@id":524816112,"@timestamp":1254959676},"coords":"51.2477668,-1.0997413","bedrooms":"1","price":"269000","area":"407"} , +{"type":"Feature","id":"n525705399","geometry":{"type":"Point","coordinates":[0.472912,51.7700711]},"properties":{"@type":"node","@id":525705399,"@timestamp":1303914832},"coords":"51.7700711,0.472912","bedrooms":"2","price":"274000","area":"574"} , +{"type":"Feature","id":"n526076535","geometry":{"type":"Point","coordinates":[0.4745996,51.7545831]},"properties":{"@type":"node","@id":526076535,"@timestamp":1618269782},"coords":"51.7545831,0.4745996","bedrooms":"0","price":"287000","area":"635"} , +{"type":"Feature","id":"n526078830","geometry":{"type":"Point","coordinates":[0.470851,51.7569367]},"properties":{"@type":"node","@id":526078830,"@timestamp":1618269782},"coords":"51.7569367,0.470851","bedrooms":"0","price":"220000","area":"511"} , +{"type":"Feature","id":"n526083398","geometry":{"type":"Point","coordinates":[-0.9177987,51.4329868]},"properties":{"@type":"node","@id":526083398,"@timestamp":1255029246},"coords":"51.4329868,-0.9177987","bedrooms":"2","price":"157000","area":"636"} , +{"type":"Feature","id":"n526086097","geometry":{"type":"Point","coordinates":[0.4704538,51.7703151]},"properties":{"@type":"node","@id":526086097,"@timestamp":1619467541},"coords":"51.7703151,0.4704538","bedrooms":"0","price":"221000","area":"589"} , +{"type":"Feature","id":"n526943888","geometry":{"type":"Point","coordinates":[-0.5566699,51.6093273]},"properties":{"@type":"node","@id":526943888,"@timestamp":1634581897},"coords":"51.6093273,-0.5566699","bedrooms":"0","price":"297000","area":"478"} , +{"type":"Feature","id":"n526952841","geometry":{"type":"Point","coordinates":[-0.1906678,51.2050563]},"properties":{"@type":"node","@id":526952841,"@timestamp":1404850931},"coords":"51.2050563,-0.1906678","bedrooms":"1","price":"234000","area":"378"} , +{"type":"Feature","id":"n526952903","geometry":{"type":"Point","coordinates":[-0.1991392,51.2016949]},"properties":{"@type":"node","@id":526952903,"@timestamp":1404850932},"coords":"51.2016949,-0.1991392","bedrooms":"0","price":"207000","area":"549"} , +{"type":"Feature","id":"n526961835","geometry":{"type":"Point","coordinates":[-0.2142542,51.1758278]},"properties":{"@type":"node","@id":526961835,"@timestamp":1290164582},"coords":"51.1758278,-0.2142542","bedrooms":"3","price":"153000","area":"574"} , +{"type":"Feature","id":"n526961892","geometry":{"type":"Point","coordinates":[-0.2177131,51.1766511]},"properties":{"@type":"node","@id":526961892,"@timestamp":1255091480},"coords":"51.1766511,-0.2177131","bedrooms":"0","price":"184000","area":"443"} , +{"type":"Feature","id":"n526962550","geometry":{"type":"Point","coordinates":[-0.2151726,51.1826988]},"properties":{"@type":"node","@id":526962550,"@timestamp":1290164592},"coords":"51.1826988,-0.2151726","bedrooms":"4","price":"190000","area":"505"} , +{"type":"Feature","id":"n527371199","geometry":{"type":"Point","coordinates":[-0.9334005,51.426982]},"properties":{"@type":"node","@id":527371199,"@timestamp":1255118395},"coords":"51.426982,-0.9334005","bedrooms":"4","price":"167000","area":"643"} , +{"type":"Feature","id":"n527807345","geometry":{"type":"Point","coordinates":[0.8663785,51.9088869]},"properties":{"@type":"node","@id":527807345,"@timestamp":1501362156},"coords":"51.9088869,0.8663785","bedrooms":"2","price":"240000","area":"662"} , +{"type":"Feature","id":"n528070541","geometry":{"type":"Point","coordinates":[0.3677481,51.4288979]},"properties":{"@type":"node","@id":528070541,"@timestamp":1478889095},"coords":"51.4288979,0.3677481","bedrooms":"2","price":"200000","area":"489"} , +{"type":"Feature","id":"n528126577","geometry":{"type":"Point","coordinates":[0.3640461,51.4416835]},"properties":{"@type":"node","@id":528126577,"@timestamp":1255198382},"coords":"51.4416835,0.3640461","bedrooms":"1","price":"258000","area":"511"} , +{"type":"Feature","id":"n528221932","geometry":{"type":"Point","coordinates":[-0.1130071,51.4509235]},"properties":{"@type":"node","@id":528221932,"@timestamp":1564912854},"coords":"51.4509235,-0.1130071","bedrooms":"0","price":"288000","area":"447"} , +{"type":"Feature","id":"n528419516","geometry":{"type":"Point","coordinates":[0.3706711,51.4158629]},"properties":{"@type":"node","@id":528419516,"@timestamp":1451318050},"coords":"51.4158629,0.3706711","bedrooms":"4","price":"258000","area":"678"} , +{"type":"Feature","id":"n528510708","geometry":{"type":"Point","coordinates":[0.3882498,51.4274672]},"properties":{"@type":"node","@id":528510708,"@timestamp":1445765791},"coords":"51.4274672,0.3882498","bedrooms":"4","price":"240000","area":"443"} , +{"type":"Feature","id":"n528510825","geometry":{"type":"Point","coordinates":[0.3998342,51.4207698]},"properties":{"@type":"node","@id":528510825,"@timestamp":1255218527},"coords":"51.4207698,0.3998342","bedrooms":"3","price":"276000","area":"537"} , +{"type":"Feature","id":"n528695167","geometry":{"type":"Point","coordinates":[-0.112314,51.2358018]},"properties":{"@type":"node","@id":528695167,"@timestamp":1275085136},"coords":"51.2358018,-0.112314","bedrooms":"3","price":"162000","area":"638"} , +{"type":"Feature","id":"n528906358","geometry":{"type":"Point","coordinates":[0.3359254,51.4268195]},"properties":{"@type":"node","@id":528906358,"@timestamp":1255278251},"coords":"51.4268195,0.3359254","bedrooms":"3","price":"241000","area":"361"} , +{"type":"Feature","id":"n528906439","geometry":{"type":"Point","coordinates":[0.3406437,51.4299274]},"properties":{"@type":"node","@id":528906439,"@timestamp":1255278254},"coords":"51.4299274,0.3406437","bedrooms":"0","price":"284000","area":"543"} , +{"type":"Feature","id":"n528921302","geometry":{"type":"Point","coordinates":[0.3367995,51.4323831]},"properties":{"@type":"node","@id":528921302,"@timestamp":1431809548},"coords":"51.4323831,0.3367995","bedrooms":"3","price":"224000","area":"393"} , +{"type":"Feature","id":"n528921323","geometry":{"type":"Point","coordinates":[0.3449281,51.4314071]},"properties":{"@type":"node","@id":528921323,"@timestamp":1255279791},"coords":"51.4314071,0.3449281","bedrooms":"0","price":"224000","area":"654"} , +{"type":"Feature","id":"n528921349","geometry":{"type":"Point","coordinates":[0.3433353,51.4352958]},"properties":{"@type":"node","@id":528921349,"@timestamp":1255279793},"coords":"51.4352958,0.3433353","bedrooms":"2","price":"284000","area":"385"} , +{"type":"Feature","id":"n528945086","geometry":{"type":"Point","coordinates":[0.3547334,51.4202204]},"properties":{"@type":"node","@id":528945086,"@timestamp":1338156716},"coords":"51.4202204,0.3547334","bedrooms":"0","price":"193000","area":"419"} , +{"type":"Feature","id":"n528945201","geometry":{"type":"Point","coordinates":[0.3543972,51.4270609]},"properties":{"@type":"node","@id":528945201,"@timestamp":1255282324},"coords":"51.4270609,0.3543972","bedrooms":"2","price":"181000","area":"431"} , +{"type":"Feature","id":"n528946772","geometry":{"type":"Point","coordinates":[0.3664315,51.442372]},"properties":{"@type":"node","@id":528946772,"@timestamp":1255282416},"coords":"51.442372,0.3664315","bedrooms":"3","price":"176000","area":"631"} , +{"type":"Feature","id":"n528946838","geometry":{"type":"Point","coordinates":[0.3686351,51.4424537]},"properties":{"@type":"node","@id":528946838,"@timestamp":1633345258},"coords":"51.4424537,0.3686351","bedrooms":"2","price":"215000","area":"424"} , +{"type":"Feature","id":"n528946863","geometry":{"type":"Point","coordinates":[0.3731152,51.4413128]},"properties":{"@type":"node","@id":528946863,"@timestamp":1485483784},"coords":"51.4413128,0.3731152","bedrooms":"0","price":"242000","area":"595"} , +{"type":"Feature","id":"n528964410","geometry":{"type":"Point","coordinates":[0.3501524,51.4271209]},"properties":{"@type":"node","@id":528964410,"@timestamp":1255282975},"coords":"51.4271209,0.3501524","bedrooms":"4","price":"252000","area":"514"} , +{"type":"Feature","id":"n528973632","geometry":{"type":"Point","coordinates":[0.351816,51.4082164]},"properties":{"@type":"node","@id":528973632,"@timestamp":1591641040},"coords":"51.4082164,0.351816","bedrooms":"1","price":"205000","area":"462"} , +{"type":"Feature","id":"n529003376","geometry":{"type":"Point","coordinates":[-0.1901378,51.6990918]},"properties":{"@type":"node","@id":529003376,"@timestamp":1629934008},"coords":"51.6990918,-0.1901378","bedrooms":"1","price":"215000","area":"357"} , +{"type":"Feature","id":"n529012860","geometry":{"type":"Point","coordinates":[-0.7344727,51.576866]},"properties":{"@type":"node","@id":529012860,"@timestamp":1366311382},"coords":"51.576866,-0.7344727","bedrooms":"4","price":"293000","area":"610"} , +{"type":"Feature","id":"n529021145","geometry":{"type":"Point","coordinates":[0.3484088,51.426827]},"properties":{"@type":"node","@id":529021145,"@timestamp":1299539435},"coords":"51.426827,0.3484088","bedrooms":"2","price":"298000","area":"385"} , +{"type":"Feature","id":"n529035487","geometry":{"type":"Point","coordinates":[0.3680739,51.4242105]},"properties":{"@type":"node","@id":529035487,"@timestamp":1615557696},"coords":"51.4242105,0.3680739","bedrooms":"3","price":"297000","area":"653"} , +{"type":"Feature","id":"n529040740","geometry":{"type":"Point","coordinates":[0.3735884,51.4367141]},"properties":{"@type":"node","@id":529040740,"@timestamp":1635580585},"coords":"51.4367141,0.3735884","bedrooms":"0","price":"201000","area":"539"} , +{"type":"Feature","id":"n529055615","geometry":{"type":"Point","coordinates":[0.0459508,51.5149463]},"properties":{"@type":"node","@id":529055615,"@timestamp":1268409620},"coords":"51.5149463,0.0459508","bedrooms":"1","price":"235000","area":"357"} , +{"type":"Feature","id":"n529071825","geometry":{"type":"Point","coordinates":[-0.0706898,51.5985969]},"properties":{"@type":"node","@id":529071825,"@timestamp":1255294465},"coords":"51.5985969,-0.0706898","bedrooms":"2","price":"159000","area":"422"} , +{"type":"Feature","id":"n529080663","geometry":{"type":"Point","coordinates":[0.3898701,51.1832799]},"properties":{"@type":"node","@id":529080663,"@timestamp":1543944441},"coords":"51.1832799,0.3898701","bedrooms":"1","price":"177000","area":"642"} , +{"type":"Feature","id":"n529080832","geometry":{"type":"Point","coordinates":[0.3977213,51.1866745]},"properties":{"@type":"node","@id":529080832,"@timestamp":1415024899},"coords":"51.1866745,0.3977213","bedrooms":"4","price":"284000","area":"565"} , +{"type":"Feature","id":"n529096617","geometry":{"type":"Point","coordinates":[-0.0689886,51.595706]},"properties":{"@type":"node","@id":529096617,"@timestamp":1409913391},"coords":"51.595706,-0.0689886","bedrooms":"4","price":"244000","area":"420"} , +{"type":"Feature","id":"n529096641","geometry":{"type":"Point","coordinates":[-0.0682348,51.5963058]},"properties":{"@type":"node","@id":529096641,"@timestamp":1255297808},"coords":"51.5963058,-0.0682348","bedrooms":"0","price":"210000","area":"360"} , +{"type":"Feature","id":"n529103038","geometry":{"type":"Point","coordinates":[0.387467,51.1829756]},"properties":{"@type":"node","@id":529103038,"@timestamp":1630443516},"coords":"51.1829756,0.387467","bedrooms":"3","price":"177000","area":"373"} , +{"type":"Feature","id":"n529116426","geometry":{"type":"Point","coordinates":[-0.0704947,51.5893829]},"properties":{"@type":"node","@id":529116426,"@timestamp":1255301803},"coords":"51.5893829,-0.0704947","bedrooms":"1","price":"269000","area":"584"} , +{"type":"Feature","id":"n529116446","geometry":{"type":"Point","coordinates":[-0.0701657,51.5913709]},"properties":{"@type":"node","@id":529116446,"@timestamp":1575617199},"coords":"51.5913709,-0.0701657","bedrooms":"0","price":"253000","area":"655"} , +{"type":"Feature","id":"n529116456","geometry":{"type":"Point","coordinates":[-0.069672,51.5915681]},"properties":{"@type":"node","@id":529116456,"@timestamp":1255301805},"coords":"51.5915681,-0.069672","bedrooms":"2","price":"204000","area":"578"} , +{"type":"Feature","id":"n529116472","geometry":{"type":"Point","coordinates":[-0.069547,51.5923409]},"properties":{"@type":"node","@id":529116472,"@timestamp":1255301805},"coords":"51.5923409,-0.069547","bedrooms":"3","price":"214000","area":"363"} , +{"type":"Feature","id":"n529116488","geometry":{"type":"Point","coordinates":[-0.0693213,51.5936599]},"properties":{"@type":"node","@id":529116488,"@timestamp":1436133404},"coords":"51.5936599,-0.0693213","bedrooms":"3","price":"222000","area":"357"} , +{"type":"Feature","id":"n529119160","geometry":{"type":"Point","coordinates":[-0.0659179,51.5891425]},"properties":{"@type":"node","@id":529119160,"@timestamp":1255303063},"coords":"51.5891425,-0.0659179","bedrooms":"3","price":"297000","area":"587"} , +{"type":"Feature","id":"n529377104","geometry":{"type":"Point","coordinates":[0.3793047,51.424759]},"properties":{"@type":"node","@id":529377104,"@timestamp":1255341392},"coords":"51.424759,0.3793047","bedrooms":"1","price":"217000","area":"572"} , +{"type":"Feature","id":"n529505920","geometry":{"type":"Point","coordinates":[0.3828938,51.4184611]},"properties":{"@type":"node","@id":529505920,"@timestamp":1451404914},"coords":"51.4184611,0.3828938","bedrooms":"2","price":"265000","area":"483"} , +{"type":"Feature","id":"n529505934","geometry":{"type":"Point","coordinates":[0.3851694,51.4281407]},"properties":{"@type":"node","@id":529505934,"@timestamp":1601829949},"coords":"51.4281407,0.3851694","bedrooms":"0","price":"158000","area":"640"} , +{"type":"Feature","id":"n529511768","geometry":{"type":"Point","coordinates":[0.3741494,51.4224316]},"properties":{"@type":"node","@id":529511768,"@timestamp":1451318050},"coords":"51.4224316,0.3741494","bedrooms":"1","price":"238000","area":"370"} , +{"type":"Feature","id":"n529512791","geometry":{"type":"Point","coordinates":[0.3576127,51.4263751]},"properties":{"@type":"node","@id":529512791,"@timestamp":1255365636},"coords":"51.4263751,0.3576127","bedrooms":"4","price":"225000","area":"502"} , +{"type":"Feature","id":"n529528625","geometry":{"type":"Point","coordinates":[0.3813009,51.4324584]},"properties":{"@type":"node","@id":529528625,"@timestamp":1543667359},"coords":"51.4324584,0.3813009","bedrooms":"2","price":"221000","area":"422"} , +{"type":"Feature","id":"n529529643","geometry":{"type":"Point","coordinates":[0.3613833,51.4390152]},"properties":{"@type":"node","@id":529529643,"@timestamp":1634031570},"coords":"51.4390152,0.3613833","bedrooms":"0","price":"159000","area":"597"} , +{"type":"Feature","id":"n529712143","geometry":{"type":"Point","coordinates":[-0.4116142,51.519151]},"properties":{"@type":"node","@id":529712143,"@timestamp":1413546214},"coords":"51.519151,-0.4116142","bedrooms":"1","price":"231000","area":"480"} , +{"type":"Feature","id":"n529748716","geometry":{"type":"Point","coordinates":[0.3876279,51.4184476]},"properties":{"@type":"node","@id":529748716,"@timestamp":1631132960},"coords":"51.4184476,0.3876279","bedrooms":"2","price":"165000","area":"414"} , +{"type":"Feature","id":"n529774316","geometry":{"type":"Point","coordinates":[-0.4688608,51.4634031]},"properties":{"@type":"node","@id":529774316,"@timestamp":1619526330},"coords":"51.4634031,-0.4688608","bedrooms":"1","price":"277000","area":"618"} , +{"type":"Feature","id":"n529814579","geometry":{"type":"Point","coordinates":[0.3865102,51.4387974]},"properties":{"@type":"node","@id":529814579,"@timestamp":1255422373},"coords":"51.4387974,0.3865102","bedrooms":"4","price":"299000","area":"646"} , +{"type":"Feature","id":"n529828010","geometry":{"type":"Point","coordinates":[0.3948519,51.4394927]},"properties":{"@type":"node","@id":529828010,"@timestamp":1424021465},"coords":"51.4394927,0.3948519","bedrooms":"0","price":"212000","area":"679"} , +{"type":"Feature","id":"n529905873","geometry":{"type":"Point","coordinates":[0.0208657,51.4086951]},"properties":{"@type":"node","@id":529905873,"@timestamp":1619736125},"coords":"51.4086951,0.0208657","bedrooms":"0","price":"196000","area":"525"} , +{"type":"Feature","id":"n529992361","geometry":{"type":"Point","coordinates":[-0.3798794,51.277834]},"properties":{"@type":"node","@id":529992361,"@timestamp":1443010934},"coords":"51.277834,-0.3798794","bedrooms":"3","price":"169000","area":"698"} , +{"type":"Feature","id":"n530134705","geometry":{"type":"Point","coordinates":[0.3692158,51.4414629]},"properties":{"@type":"node","@id":530134705,"@timestamp":1577055840},"coords":"51.4414629,0.3692158","bedrooms":"3","price":"254000","area":"435"} , +{"type":"Feature","id":"n530220981","geometry":{"type":"Point","coordinates":[-0.7285948,51.110016]},"properties":{"@type":"node","@id":530220981,"@timestamp":1255470063},"coords":"51.110016,-0.7285948","bedrooms":"1","price":"274000","area":"501"} , +{"type":"Feature","id":"n530221085","geometry":{"type":"Point","coordinates":[-0.66918,51.1733784]},"properties":{"@type":"node","@id":530221085,"@timestamp":1255470066},"coords":"51.1733784,-0.66918","bedrooms":"4","price":"253000","area":"557"} , +{"type":"Feature","id":"n530577319","geometry":{"type":"Point","coordinates":[0.3882651,51.180233]},"properties":{"@type":"node","@id":530577319,"@timestamp":1257866781},"coords":"51.180233,0.3882651","bedrooms":"3","price":"264000","area":"596"} , +{"type":"Feature","id":"n530640562","geometry":{"type":"Point","coordinates":[-0.902176,51.4652068]},"properties":{"@type":"node","@id":530640562,"@timestamp":1255520209},"coords":"51.4652068,-0.902176","bedrooms":"0","price":"177000","area":"666"} , +{"type":"Feature","id":"n530643161","geometry":{"type":"Point","coordinates":[-0.9148074,51.4551764]},"properties":{"@type":"node","@id":530643161,"@timestamp":1306360828},"coords":"51.4551764,-0.9148074","bedrooms":"1","price":"178000","area":"674"} , +{"type":"Feature","id":"n530646865","geometry":{"type":"Point","coordinates":[-0.8880788,51.4572867]},"properties":{"@type":"node","@id":530646865,"@timestamp":1376141031},"coords":"51.4572867,-0.8880788","bedrooms":"3","price":"192000","area":"532"} , +{"type":"Feature","id":"n530647372","geometry":{"type":"Point","coordinates":[-0.8802739,51.4562156]},"properties":{"@type":"node","@id":530647372,"@timestamp":1344621826},"coords":"51.4562156,-0.8802739","bedrooms":"0","price":"181000","area":"658"} , +{"type":"Feature","id":"n530674848","geometry":{"type":"Point","coordinates":[-0.3268238,51.061744]},"properties":{"@type":"node","@id":530674848,"@timestamp":1591964969},"coords":"51.061744,-0.3268238","bedrooms":"4","price":"284000","area":"474"} , +{"type":"Feature","id":"n530731910","geometry":{"type":"Point","coordinates":[0.2977514,51.6672134]},"properties":{"@type":"node","@id":530731910,"@timestamp":1255537784},"coords":"51.6672134,0.2977514","bedrooms":"4","price":"152000","area":"475"} , +{"type":"Feature","id":"n530778810","geometry":{"type":"Point","coordinates":[-0.8900856,51.4222785]},"properties":{"@type":"node","@id":530778810,"@timestamp":1474818679},"coords":"51.4222785,-0.8900856","bedrooms":"4","price":"159000","area":"366"} , +{"type":"Feature","id":"n530971309","geometry":{"type":"Point","coordinates":[-1.0975052,51.2580275]},"properties":{"@type":"node","@id":530971309,"@timestamp":1255563812},"coords":"51.2580275,-1.0975052","bedrooms":"4","price":"238000","area":"673"} , +{"type":"Feature","id":"n530986300","geometry":{"type":"Point","coordinates":[-0.1053762,51.5228415]},"properties":{"@type":"node","@id":530986300,"@timestamp":1608806507},"coords":"51.5228415,-0.1053762","bedrooms":"1","price":"271000","area":"698"} , +{"type":"Feature","id":"n531639735","geometry":{"type":"Point","coordinates":[0.2263213,51.550924]},"properties":{"@type":"node","@id":531639735,"@timestamp":1583265624},"coords":"51.550924,0.2263213","bedrooms":"3","price":"237000","area":"580"} , +{"type":"Feature","id":"n531819623","geometry":{"type":"Point","coordinates":[0.2063889,51.5482376]},"properties":{"@type":"node","@id":531819623,"@timestamp":1565711153},"coords":"51.5482376,0.2063889","bedrooms":"0","price":"288000","area":"479"} , +{"type":"Feature","id":"n532218656","geometry":{"type":"Point","coordinates":[-0.3406405,51.7506487]},"properties":{"@type":"node","@id":532218656,"@timestamp":1558712746},"coords":"51.7506487,-0.3406405","bedrooms":"3","price":"182000","area":"597"} , +{"type":"Feature","id":"n532699212","geometry":{"type":"Point","coordinates":[0.3920077,51.4189434]},"properties":{"@type":"node","@id":532699212,"@timestamp":1312149421},"coords":"51.4189434,0.3920077","bedrooms":"4","price":"270000","area":"587"} , +{"type":"Feature","id":"n532726838","geometry":{"type":"Point","coordinates":[-0.3935721,51.5221048]},"properties":{"@type":"node","@id":532726838,"@timestamp":1598619124},"coords":"51.5221048,-0.3935721","bedrooms":"4","price":"293000","area":"379"} , +{"type":"Feature","id":"n533643035","geometry":{"type":"Point","coordinates":[-0.254212,51.6162102]},"properties":{"@type":"node","@id":533643035,"@timestamp":1357006743},"coords":"51.6162102,-0.254212","bedrooms":"1","price":"283000","area":"395"} , +{"type":"Feature","id":"n533869411","geometry":{"type":"Point","coordinates":[-0.9094888,51.7058031]},"properties":{"@type":"node","@id":533869411,"@timestamp":1563621002},"coords":"51.7058031,-0.9094888","bedrooms":"0","price":"193000","area":"438"} , +{"type":"Feature","id":"n533869575","geometry":{"type":"Point","coordinates":[-0.9112049,51.500803]},"properties":{"@type":"node","@id":533869575,"@timestamp":1255718449},"coords":"51.500803,-0.9112049","bedrooms":"4","price":"293000","area":"656"} , +{"type":"Feature","id":"n533869648","geometry":{"type":"Point","coordinates":[-1.0568801,51.6498733]},"properties":{"@type":"node","@id":533869648,"@timestamp":1596714705},"coords":"51.6498733,-1.0568801","bedrooms":"4","price":"195000","area":"654"} , +{"type":"Feature","id":"n533869789","geometry":{"type":"Point","coordinates":[-1.0264296,51.6752694]},"properties":{"@type":"node","@id":533869789,"@timestamp":1596715993},"coords":"51.6752694,-1.0264296","bedrooms":"4","price":"174000","area":"516"} , +{"type":"Feature","id":"n533870054","geometry":{"type":"Point","coordinates":[-1.0713256,51.6191826]},"properties":{"@type":"node","@id":533870054,"@timestamp":1255718481},"coords":"51.6191826,-1.0713256","bedrooms":"3","price":"198000","area":"373"} , +{"type":"Feature","id":"n533870497","geometry":{"type":"Point","coordinates":[-0.9066179,51.5371422]},"properties":{"@type":"node","@id":533870497,"@timestamp":1566167967},"coords":"51.5371422,-0.9066179","bedrooms":"2","price":"237000","area":"404"} , +{"type":"Feature","id":"n533870588","geometry":{"type":"Point","coordinates":[-1.0254216,51.584048]},"properties":{"@type":"node","@id":533870588,"@timestamp":1255718503},"coords":"51.584048,-1.0254216","bedrooms":"2","price":"190000","area":"504"} , +{"type":"Feature","id":"n533870671","geometry":{"type":"Point","coordinates":[-0.9507035,51.7059176]},"properties":{"@type":"node","@id":533870671,"@timestamp":1255718507},"coords":"51.7059176,-0.9507035","bedrooms":"1","price":"235000","area":"657"} , +{"type":"Feature","id":"n533870828","geometry":{"type":"Point","coordinates":[-0.9339147,51.7145694]},"properties":{"@type":"node","@id":533870828,"@timestamp":1255718515},"coords":"51.7145694,-0.9339147","bedrooms":"3","price":"159000","area":"616"} , +{"type":"Feature","id":"n533871017","geometry":{"type":"Point","coordinates":[-1.0732364,51.8518921]},"properties":{"@type":"node","@id":533871017,"@timestamp":1255718526},"coords":"51.8518921,-1.0732364","bedrooms":"1","price":"250000","area":"619"} , +{"type":"Feature","id":"n533871162","geometry":{"type":"Point","coordinates":[-0.9828825,51.5453994]},"properties":{"@type":"node","@id":533871162,"@timestamp":1255718533},"coords":"51.5453994,-0.9828825","bedrooms":"2","price":"254000","area":"580"} , +{"type":"Feature","id":"n533871320","geometry":{"type":"Point","coordinates":[-1.1128984,51.8565317]},"properties":{"@type":"node","@id":533871320,"@timestamp":1255718540},"coords":"51.8565317,-1.1128984","bedrooms":"3","price":"204000","area":"694"} , +{"type":"Feature","id":"n533871521","geometry":{"type":"Point","coordinates":[-0.9446046,51.7105297]},"properties":{"@type":"node","@id":533871521,"@timestamp":1255718550},"coords":"51.7105297,-0.9446046","bedrooms":"1","price":"151000","area":"683"} , +{"type":"Feature","id":"n533871717","geometry":{"type":"Point","coordinates":[-1.0756909,51.5066117]},"properties":{"@type":"node","@id":533871717,"@timestamp":1255718560},"coords":"51.5066117,-1.0756909","bedrooms":"1","price":"195000","area":"530"} , +{"type":"Feature","id":"n533875441","geometry":{"type":"Point","coordinates":[-1.1112389,51.5998175]},"properties":{"@type":"node","@id":533875441,"@timestamp":1255718716},"coords":"51.5998175,-1.1112389","bedrooms":"1","price":"270000","area":"683"} , +{"type":"Feature","id":"n533875529","geometry":{"type":"Point","coordinates":[-1.1062673,51.6177094]},"properties":{"@type":"node","@id":533875529,"@timestamp":1255718718},"coords":"51.6177094,-1.1062673","bedrooms":"4","price":"197000","area":"489"} , +{"type":"Feature","id":"n533875643","geometry":{"type":"Point","coordinates":[-1.0990597,51.5615183]},"properties":{"@type":"node","@id":533875643,"@timestamp":1569220462},"coords":"51.5615183,-1.0990597","bedrooms":"3","price":"260000","area":"381"} , +{"type":"Feature","id":"n533875662","geometry":{"type":"Point","coordinates":[-1.0143329,51.5795494]},"properties":{"@type":"node","@id":533875662,"@timestamp":1255718723},"coords":"51.5795494,-1.0143329","bedrooms":"2","price":"288000","area":"514"} , +{"type":"Feature","id":"n533875683","geometry":{"type":"Point","coordinates":[-1.0715298,51.5928921]},"properties":{"@type":"node","@id":533875683,"@timestamp":1255718725},"coords":"51.5928921,-1.0715298","bedrooms":"2","price":"271000","area":"489"} , +{"type":"Feature","id":"n533875936","geometry":{"type":"Point","coordinates":[-1.0782233,51.6223751]},"properties":{"@type":"node","@id":533875936,"@timestamp":1255718736},"coords":"51.6223751,-1.0782233","bedrooms":"4","price":"217000","area":"354"} , +{"type":"Feature","id":"n533876004","geometry":{"type":"Point","coordinates":[-1.0019051,51.4926179]},"properties":{"@type":"node","@id":533876004,"@timestamp":1608030538},"coords":"51.4926179,-1.0019051","bedrooms":"2","price":"193000","area":"428"} , +{"type":"Feature","id":"n533876046","geometry":{"type":"Point","coordinates":[-0.9777047,51.7497564]},"properties":{"@type":"node","@id":533876046,"@timestamp":1566643210},"coords":"51.7497564,-0.9777047","bedrooms":"3","price":"245000","area":"484"} , +{"type":"Feature","id":"n533876065","geometry":{"type":"Point","coordinates":[-0.9149752,51.7039296]},"properties":{"@type":"node","@id":533876065,"@timestamp":1255718744},"coords":"51.7039296,-0.9149752","bedrooms":"2","price":"287000","area":"379"} , +{"type":"Feature","id":"n533876093","geometry":{"type":"Point","coordinates":[-0.995255,51.5323508]},"properties":{"@type":"node","@id":533876093,"@timestamp":1255718746},"coords":"51.5323508,-0.995255","bedrooms":"0","price":"153000","area":"471"} , +{"type":"Feature","id":"n533876122","geometry":{"type":"Point","coordinates":[-0.9644339,51.4991719]},"properties":{"@type":"node","@id":533876122,"@timestamp":1629036569},"coords":"51.4991719,-0.9644339","bedrooms":"3","price":"224000","area":"446"} , +{"type":"Feature","id":"n533876159","geometry":{"type":"Point","coordinates":[-1.0054923,51.5164233]},"properties":{"@type":"node","@id":533876159,"@timestamp":1597172503},"coords":"51.5164233,-1.0054923","bedrooms":"2","price":"167000","area":"498"} , +{"type":"Feature","id":"n533876187","geometry":{"type":"Point","coordinates":[-1.0021208,51.6468401]},"properties":{"@type":"node","@id":533876187,"@timestamp":1255718752},"coords":"51.6468401,-1.0021208","bedrooms":"0","price":"274000","area":"641"} , +{"type":"Feature","id":"n533876227","geometry":{"type":"Point","coordinates":[-0.9818149,51.7492886]},"properties":{"@type":"node","@id":533876227,"@timestamp":1255718753},"coords":"51.7492886,-0.9818149","bedrooms":"0","price":"253000","area":"417"} , +{"type":"Feature","id":"n533876263","geometry":{"type":"Point","coordinates":[-0.9036027,51.5456115]},"properties":{"@type":"node","@id":533876263,"@timestamp":1566167967},"coords":"51.5456115,-0.9036027","bedrooms":"2","price":"255000","area":"658"} , +{"type":"Feature","id":"n533876323","geometry":{"type":"Point","coordinates":[-0.9059207,51.5006639]},"properties":{"@type":"node","@id":533876323,"@timestamp":1618137704},"coords":"51.5006639,-0.9059207","bedrooms":"0","price":"211000","area":"578"} , +{"type":"Feature","id":"n533876370","geometry":{"type":"Point","coordinates":[-0.9994821,51.5335379]},"properties":{"@type":"node","@id":533876370,"@timestamp":1255718757},"coords":"51.5335379,-0.9994821","bedrooms":"0","price":"289000","area":"518"} , +{"type":"Feature","id":"n533876546","geometry":{"type":"Point","coordinates":[-1.1040762,51.7061892]},"properties":{"@type":"node","@id":533876546,"@timestamp":1255718762},"coords":"51.7061892,-1.1040762","bedrooms":"3","price":"152000","area":"614"} , +{"type":"Feature","id":"n533876657","geometry":{"type":"Point","coordinates":[-0.9763825,51.747644]},"properties":{"@type":"node","@id":533876657,"@timestamp":1428416685},"coords":"51.747644,-0.9763825","bedrooms":"3","price":"172000","area":"510"} , +{"type":"Feature","id":"n533876767","geometry":{"type":"Point","coordinates":[-1.0896501,51.7384842]},"properties":{"@type":"node","@id":533876767,"@timestamp":1255718767},"coords":"51.7384842,-1.0896501","bedrooms":"1","price":"260000","area":"670"} , +{"type":"Feature","id":"n533876842","geometry":{"type":"Point","coordinates":[-1.006677,51.6480117]},"properties":{"@type":"node","@id":533876842,"@timestamp":1255718769},"coords":"51.6480117,-1.006677","bedrooms":"0","price":"241000","area":"408"} , +{"type":"Feature","id":"n533877172","geometry":{"type":"Point","coordinates":[-0.964628,51.6709553]},"properties":{"@type":"node","@id":533877172,"@timestamp":1255718788},"coords":"51.6709553,-0.964628","bedrooms":"1","price":"215000","area":"654"} , +{"type":"Feature","id":"n533877947","geometry":{"type":"Point","coordinates":[-1.114588,51.6198945]},"properties":{"@type":"node","@id":533877947,"@timestamp":1255718833},"coords":"51.6198945,-1.114588","bedrooms":"2","price":"161000","area":"402"} , +{"type":"Feature","id":"n533878651","geometry":{"type":"Point","coordinates":[-1.0852971,51.560072]},"properties":{"@type":"node","@id":533878651,"@timestamp":1255718874},"coords":"51.560072,-1.0852971","bedrooms":"3","price":"226000","area":"366"} , +{"type":"Feature","id":"n533879050","geometry":{"type":"Point","coordinates":[-1.0189204,51.747662]},"properties":{"@type":"node","@id":533879050,"@timestamp":1255718891},"coords":"51.747662,-1.0189204","bedrooms":"4","price":"226000","area":"639"} , +{"type":"Feature","id":"n533879124","geometry":{"type":"Point","coordinates":[-0.9761011,51.5143341]},"properties":{"@type":"node","@id":533879124,"@timestamp":1610999556},"coords":"51.5143341,-0.9761011","bedrooms":"0","price":"298000","area":"531"} , +{"type":"Feature","id":"n533879333","geometry":{"type":"Point","coordinates":[-1.0701595,51.7093965]},"properties":{"@type":"node","@id":533879333,"@timestamp":1255718900},"coords":"51.7093965,-1.0701595","bedrooms":"0","price":"162000","area":"625"} , +{"type":"Feature","id":"n533879467","geometry":{"type":"Point","coordinates":[-0.993173,51.5809613]},"properties":{"@type":"node","@id":533879467,"@timestamp":1255718905},"coords":"51.5809613,-0.993173","bedrooms":"4","price":"297000","area":"452"} , +{"type":"Feature","id":"n533879550","geometry":{"type":"Point","coordinates":[-0.975031,51.6899382]},"properties":{"@type":"node","@id":533879550,"@timestamp":1255718908},"coords":"51.6899382,-0.975031","bedrooms":"3","price":"249000","area":"467"} , +{"type":"Feature","id":"n533879857","geometry":{"type":"Point","coordinates":[-1.0723485,51.5285796]},"properties":{"@type":"node","@id":533879857,"@timestamp":1255718921},"coords":"51.5285796,-1.0723485","bedrooms":"3","price":"231000","area":"383"} , +{"type":"Feature","id":"n533879896","geometry":{"type":"Point","coordinates":[-0.9391566,51.7410885]},"properties":{"@type":"node","@id":533879896,"@timestamp":1255718922},"coords":"51.7410885,-0.9391566","bedrooms":"1","price":"291000","area":"488"} , +{"type":"Feature","id":"n533906244","geometry":{"type":"Point","coordinates":[-0.8952624,51.4237055]},"properties":{"@type":"node","@id":533906244,"@timestamp":1547459038},"coords":"51.4237055,-0.8952624","bedrooms":"1","price":"200000","area":"353"} , +{"type":"Feature","id":"n533979234","geometry":{"type":"Point","coordinates":[0.1128962,51.7004048]},"properties":{"@type":"node","@id":533979234,"@timestamp":1633304700},"coords":"51.7004048,0.1128962","bedrooms":"4","price":"160000","area":"677"} , +{"type":"Feature","id":"n533979255","geometry":{"type":"Point","coordinates":[0.1133924,51.7007293]},"properties":{"@type":"node","@id":533979255,"@timestamp":1493717909},"coords":"51.7007293,0.1133924","bedrooms":"4","price":"267000","area":"668"} , +{"type":"Feature","id":"n533984641","geometry":{"type":"Point","coordinates":[0.111314,51.6986921]},"properties":{"@type":"node","@id":533984641,"@timestamp":1493717909},"coords":"51.6986921,0.111314","bedrooms":"0","price":"267000","area":"504"} , +{"type":"Feature","id":"n533984654","geometry":{"type":"Point","coordinates":[0.1116484,51.6995231]},"properties":{"@type":"node","@id":533984654,"@timestamp":1493717909},"coords":"51.6995231,0.1116484","bedrooms":"1","price":"259000","area":"632"} , +{"type":"Feature","id":"n534146392","geometry":{"type":"Point","coordinates":[-0.327568,51.0620305]},"properties":{"@type":"node","@id":534146392,"@timestamp":1633641079},"coords":"51.0620305,-0.327568","bedrooms":"1","price":"232000","area":"549"} , +{"type":"Feature","id":"n534249671","geometry":{"type":"Point","coordinates":[-1.0700182,51.3775309]},"properties":{"@type":"node","@id":534249671,"@timestamp":1520107175},"coords":"51.3775309,-1.0700182","bedrooms":"4","price":"286000","area":"578"} , +{"type":"Feature","id":"n534350159","geometry":{"type":"Point","coordinates":[0.5004241,51.4093558]},"properties":{"@type":"node","@id":534350159,"@timestamp":1309461956},"coords":"51.4093558,0.5004241","bedrooms":"2","price":"184000","area":"688"} , +{"type":"Feature","id":"n534386579","geometry":{"type":"Point","coordinates":[-0.2415985,51.5990538]},"properties":{"@type":"node","@id":534386579,"@timestamp":1357067163},"coords":"51.5990538,-0.2415985","bedrooms":"2","price":"254000","area":"563"} , +{"type":"Feature","id":"n534389527","geometry":{"type":"Point","coordinates":[-0.2425746,51.585304]},"properties":{"@type":"node","@id":534389527,"@timestamp":1330816832},"coords":"51.585304,-0.2425746","bedrooms":"1","price":"214000","area":"647"} , +{"type":"Feature","id":"n534394115","geometry":{"type":"Point","coordinates":[-0.2710091,51.5898531]},"properties":{"@type":"node","@id":534394115,"@timestamp":1566299846},"coords":"51.5898531,-0.2710091","bedrooms":"4","price":"221000","area":"585"} , +{"type":"Feature","id":"n534411526","geometry":{"type":"Point","coordinates":[-0.2654662,51.5842333]},"properties":{"@type":"node","@id":534411526,"@timestamp":1463956755},"coords":"51.5842333,-0.2654662","bedrooms":"0","price":"249000","area":"594"} , +{"type":"Feature","id":"n534413474","geometry":{"type":"Point","coordinates":[-0.2623232,51.5750305]},"properties":{"@type":"node","@id":534413474,"@timestamp":1330816853},"coords":"51.5750305,-0.2623232","bedrooms":"3","price":"276000","area":"392"} , +{"type":"Feature","id":"n534416604","geometry":{"type":"Point","coordinates":[-0.2412662,51.5790141]},"properties":{"@type":"node","@id":534416604,"@timestamp":1330816860},"coords":"51.5790141,-0.2412662","bedrooms":"4","price":"296000","area":"662"} , +{"type":"Feature","id":"n534645327","geometry":{"type":"Point","coordinates":[-0.1884505,51.5155033]},"properties":{"@type":"node","@id":534645327,"@timestamp":1577885573},"coords":"51.5155033,-0.1884505","bedrooms":"0","price":"150000","area":"514"} , +{"type":"Feature","id":"n534670125","geometry":{"type":"Point","coordinates":[-0.1874572,51.5127033]},"properties":{"@type":"node","@id":534670125,"@timestamp":1575792908},"coords":"51.5127033,-0.1874572","bedrooms":"2","price":"180000","area":"418"} , +{"type":"Feature","id":"n534671858","geometry":{"type":"Point","coordinates":[-0.1875856,51.511682]},"properties":{"@type":"node","@id":534671858,"@timestamp":1578203864},"coords":"51.511682,-0.1875856","bedrooms":"0","price":"235000","area":"569"} , +{"type":"Feature","id":"n534732995","geometry":{"type":"Point","coordinates":[-0.1027982,51.8543655]},"properties":{"@type":"node","@id":534732995,"@timestamp":1349099106},"coords":"51.8543655,-0.1027982","bedrooms":"2","price":"179000","area":"549"} , +{"type":"Feature","id":"n534759339","geometry":{"type":"Point","coordinates":[-1.0499568,51.4602356]},"properties":{"@type":"node","@id":534759339,"@timestamp":1255883052},"coords":"51.4602356,-1.0499568","bedrooms":"2","price":"222000","area":"575"} , +{"type":"Feature","id":"n534759356","geometry":{"type":"Point","coordinates":[-0.9982981,51.4572719]},"properties":{"@type":"node","@id":534759356,"@timestamp":1630727012},"coords":"51.4572719,-0.9982981","bedrooms":"2","price":"254000","area":"597"} , +{"type":"Feature","id":"n534759371","geometry":{"type":"Point","coordinates":[-1.0539086,51.4601181]},"properties":{"@type":"node","@id":534759371,"@timestamp":1255883054},"coords":"51.4601181,-1.0539086","bedrooms":"0","price":"299000","area":"517"} , +{"type":"Feature","id":"n534763979","geometry":{"type":"Point","coordinates":[-0.1633069,51.4845556]},"properties":{"@type":"node","@id":534763979,"@timestamp":1612081810},"coords":"51.4845556,-0.1633069","bedrooms":"4","price":"232000","area":"416"} , +{"type":"Feature","id":"n534764967","geometry":{"type":"Point","coordinates":[-0.0880538,51.4437852]},"properties":{"@type":"node","@id":534764967,"@timestamp":1443569066},"coords":"51.4437852,-0.0880538","bedrooms":"0","price":"257000","area":"489"} , +{"type":"Feature","id":"n534823474","geometry":{"type":"Point","coordinates":[0.465003,51.2449321]},"properties":{"@type":"node","@id":534823474,"@timestamp":1635330273},"coords":"51.2449321,0.465003","bedrooms":"3","price":"222000","area":"393"} , +{"type":"Feature","id":"n534857731","geometry":{"type":"Point","coordinates":[-0.2167992,51.6954549]},"properties":{"@type":"node","@id":534857731,"@timestamp":1290164617},"coords":"51.6954549,-0.2167992","bedrooms":"3","price":"176000","area":"351"} , +{"type":"Feature","id":"n534909824","geometry":{"type":"Point","coordinates":[0.2651016,51.8892569]},"properties":{"@type":"node","@id":534909824,"@timestamp":1409530832},"coords":"51.8892569,0.2651016","bedrooms":"1","price":"269000","area":"538"} , +{"type":"Feature","id":"n534962782","geometry":{"type":"Point","coordinates":[-0.0911485,51.5048141]},"properties":{"@type":"node","@id":534962782,"@timestamp":1591977604},"coords":"51.5048141,-0.0911485","bedrooms":"4","price":"212000","area":"665"} , +{"type":"Feature","id":"n534968981","geometry":{"type":"Point","coordinates":[-0.1182245,51.5714672]},"properties":{"@type":"node","@id":534968981,"@timestamp":1369755091},"coords":"51.5714672,-0.1182245","bedrooms":"2","price":"170000","area":"351"} , +{"type":"Feature","id":"n534973032","geometry":{"type":"Point","coordinates":[-0.0954884,51.5038257]},"properties":{"@type":"node","@id":534973032,"@timestamp":1419277421},"coords":"51.5038257,-0.0954884","bedrooms":"4","price":"185000","area":"357"} , +{"type":"Feature","id":"n534997721","geometry":{"type":"Point","coordinates":[-0.1744973,51.4945661]},"properties":{"@type":"node","@id":534997721,"@timestamp":1604603770},"coords":"51.4945661,-0.1744973","bedrooms":"2","price":"254000","area":"579"} , +{"type":"Feature","id":"n535099408","geometry":{"type":"Point","coordinates":[-0.2562522,51.6192319]},"properties":{"@type":"node","@id":535099408,"@timestamp":1255942893},"coords":"51.6192319,-0.2562522","bedrooms":"4","price":"234000","area":"625"} , +{"type":"Feature","id":"n535275118","geometry":{"type":"Point","coordinates":[-0.5536888,51.5017009]},"properties":{"@type":"node","@id":535275118,"@timestamp":1259919883},"coords":"51.5017009,-0.5536888","bedrooms":"1","price":"249000","area":"485"} , +{"type":"Feature","id":"n535312317","geometry":{"type":"Point","coordinates":[-0.5735014,51.234836]},"properties":{"@type":"node","@id":535312317,"@timestamp":1410974447},"coords":"51.234836,-0.5735014","bedrooms":"2","price":"203000","area":"423"} , +{"type":"Feature","id":"n535360308","geometry":{"type":"Point","coordinates":[-0.1704965,51.6890066]},"properties":{"@type":"node","@id":535360308,"@timestamp":1255967816},"coords":"51.6890066,-0.1704965","bedrooms":"3","price":"263000","area":"664"} , +{"type":"Feature","id":"n535390131","geometry":{"type":"Point","coordinates":[0.8634483,51.8924918]},"properties":{"@type":"node","@id":535390131,"@timestamp":1427632644},"coords":"51.8924918,0.8634483","bedrooms":"1","price":"156000","area":"495"} , +{"type":"Feature","id":"n535398873","geometry":{"type":"Point","coordinates":[0.8625926,51.8875525]},"properties":{"@type":"node","@id":535398873,"@timestamp":1326362643},"coords":"51.8875525,0.8625926","bedrooms":"2","price":"181000","area":"634"} , +{"type":"Feature","id":"n535725256","geometry":{"type":"Point","coordinates":[0.4723638,51.7416628]},"properties":{"@type":"node","@id":535725256,"@timestamp":1488023360},"coords":"51.7416628,0.4723638","bedrooms":"1","price":"264000","area":"449"} , +{"type":"Feature","id":"n535936545","geometry":{"type":"Point","coordinates":[-0.0610958,51.5868126]},"properties":{"@type":"node","@id":535936545,"@timestamp":1589217689},"coords":"51.5868126,-0.0610958","bedrooms":"3","price":"162000","area":"503"} , +{"type":"Feature","id":"n536126429","geometry":{"type":"Point","coordinates":[-0.3095408,51.5856439]},"properties":{"@type":"node","@id":536126429,"@timestamp":1256953962},"coords":"51.5856439,-0.3095408","bedrooms":"1","price":"193000","area":"388"} , +{"type":"Feature","id":"n536126509","geometry":{"type":"Point","coordinates":[-0.3028909,51.5874078]},"properties":{"@type":"node","@id":536126509,"@timestamp":1255995772},"coords":"51.5874078,-0.3028909","bedrooms":"4","price":"266000","area":"689"} , +{"type":"Feature","id":"n536170342","geometry":{"type":"Point","coordinates":[-0.3336719,51.5751474]},"properties":{"@type":"node","@id":536170342,"@timestamp":1623093636},"coords":"51.5751474,-0.3336719","bedrooms":"4","price":"154000","area":"537"} , +{"type":"Feature","id":"n536205483","geometry":{"type":"Point","coordinates":[-1.1095961,51.2656401]},"properties":{"@type":"node","@id":536205483,"@timestamp":1613037319},"coords":"51.2656401,-1.1095961","bedrooms":"0","price":"206000","area":"620"} , +{"type":"Feature","id":"n536221739","geometry":{"type":"Point","coordinates":[-1.110412,51.2654247]},"properties":{"@type":"node","@id":536221739,"@timestamp":1613037276},"coords":"51.2654247,-1.110412","bedrooms":"1","price":"226000","area":"471"} , +{"type":"Feature","id":"n536456088","geometry":{"type":"Point","coordinates":[-0.1838845,51.6869424]},"properties":{"@type":"node","@id":536456088,"@timestamp":1256032981},"coords":"51.6869424,-0.1838845","bedrooms":"3","price":"216000","area":"661"} , +{"type":"Feature","id":"n536460963","geometry":{"type":"Point","coordinates":[-0.1978062,51.6886558]},"properties":{"@type":"node","@id":536460963,"@timestamp":1290164622},"coords":"51.6886558,-0.1978062","bedrooms":"4","price":"257000","area":"625"} , +{"type":"Feature","id":"n536752360","geometry":{"type":"Point","coordinates":[-0.0023251,51.6625543]},"properties":{"@type":"node","@id":536752360,"@timestamp":1308071933},"coords":"51.6625543,-0.0023251","bedrooms":"3","price":"208000","area":"626"} , +{"type":"Feature","id":"n536757788","geometry":{"type":"Point","coordinates":[0.8574785,51.8772688]},"properties":{"@type":"node","@id":536757788,"@timestamp":1256058588},"coords":"51.8772688,0.8574785","bedrooms":"1","price":"201000","area":"647"} , +{"type":"Feature","id":"n536757917","geometry":{"type":"Point","coordinates":[0.8589944,51.8810588]},"properties":{"@type":"node","@id":536757917,"@timestamp":1485817520},"coords":"51.8810588,0.8589944","bedrooms":"1","price":"231000","area":"509"} , +{"type":"Feature","id":"n536758022","geometry":{"type":"Point","coordinates":[0.8610199,51.8833168]},"properties":{"@type":"node","@id":536758022,"@timestamp":1485545135},"coords":"51.8833168,0.8610199","bedrooms":"2","price":"172000","area":"375"} , +{"type":"Feature","id":"n536758053","geometry":{"type":"Point","coordinates":[0.866055,51.8835557]},"properties":{"@type":"node","@id":536758053,"@timestamp":1256058595},"coords":"51.8835557,0.866055","bedrooms":"4","price":"240000","area":"549"} , +{"type":"Feature","id":"n536762875","geometry":{"type":"Point","coordinates":[0.8580182,51.8836015]},"properties":{"@type":"node","@id":536762875,"@timestamp":1259671595},"coords":"51.8836015,0.8580182","bedrooms":"0","price":"282000","area":"366"} , +{"type":"Feature","id":"n536787942","geometry":{"type":"Point","coordinates":[-0.1414722,51.6715957]},"properties":{"@type":"node","@id":536787942,"@timestamp":1290164631},"coords":"51.6715957,-0.1414722","bedrooms":"1","price":"293000","area":"435"} , +{"type":"Feature","id":"n537513968","geometry":{"type":"Point","coordinates":[-0.0857122,51.5040206]},"properties":{"@type":"node","@id":537513968,"@timestamp":1530467568},"coords":"51.5040206,-0.0857122","bedrooms":"0","price":"290000","area":"681"} , +{"type":"Feature","id":"n537643715","geometry":{"type":"Point","coordinates":[-0.1522228,51.5350674]},"properties":{"@type":"node","@id":537643715,"@timestamp":1358376518},"coords":"51.5350674,-0.1522228","bedrooms":"2","price":"195000","area":"554"} , +{"type":"Feature","id":"n537685532","geometry":{"type":"Point","coordinates":[-0.016951,51.2704982]},"properties":{"@type":"node","@id":537685532,"@timestamp":1411945353},"coords":"51.2704982,-0.016951","bedrooms":"1","price":"244000","area":"568"} , +{"type":"Feature","id":"n537788181","geometry":{"type":"Point","coordinates":[-0.2121196,51.3180987]},"properties":{"@type":"node","@id":537788181,"@timestamp":1448729154},"coords":"51.3180987,-0.2121196","bedrooms":"0","price":"266000","area":"562"} , +{"type":"Feature","id":"n537861774","geometry":{"type":"Point","coordinates":[-0.1530203,51.5366405]},"properties":{"@type":"node","@id":537861774,"@timestamp":1598971824},"coords":"51.5366405,-0.1530203","bedrooms":"3","price":"241000","area":"555"} , +{"type":"Feature","id":"n537978450","geometry":{"type":"Point","coordinates":[0.0801882,51.624122]},"properties":{"@type":"node","@id":537978450,"@timestamp":1256149638},"coords":"51.624122,0.0801882","bedrooms":"3","price":"161000","area":"599"} , +{"type":"Feature","id":"n537997626","geometry":{"type":"Point","coordinates":[-0.3536194,51.5717878]},"properties":{"@type":"node","@id":537997626,"@timestamp":1618344223},"coords":"51.5717878,-0.3536194","bedrooms":"0","price":"225000","area":"565"} , +{"type":"Feature","id":"n538054172","geometry":{"type":"Point","coordinates":[-0.8350165,51.4078692]},"properties":{"@type":"node","@id":538054172,"@timestamp":1513629395},"coords":"51.4078692,-0.8350165","bedrooms":"2","price":"231000","area":"555"} , +{"type":"Feature","id":"n538090933","geometry":{"type":"Point","coordinates":[-0.1215071,51.4922503]},"properties":{"@type":"node","@id":538090933,"@timestamp":1539339871},"coords":"51.4922503,-0.1215071","bedrooms":"3","price":"245000","area":"490"} , +{"type":"Feature","id":"n538090951","geometry":{"type":"Point","coordinates":[-0.1160324,51.5049229]},"properties":{"@type":"node","@id":538090951,"@timestamp":1417620899},"coords":"51.5049229,-0.1160324","bedrooms":"0","price":"170000","area":"533"} , +{"type":"Feature","id":"n538102454","geometry":{"type":"Point","coordinates":[0.4936799,51.5616299]},"properties":{"@type":"node","@id":538102454,"@timestamp":1353937166},"coords":"51.5616299,0.4936799","bedrooms":"2","price":"189000","area":"520"} , +{"type":"Feature","id":"n538344436","geometry":{"type":"Point","coordinates":[-0.1554046,51.5364225]},"properties":{"@type":"node","@id":538344436,"@timestamp":1636039043},"coords":"51.5364225,-0.1554046","bedrooms":"2","price":"241000","area":"575"} , +{"type":"Feature","id":"n538358626","geometry":{"type":"Point","coordinates":[0.8339639,51.8879882]},"properties":{"@type":"node","@id":538358626,"@timestamp":1256225624},"coords":"51.8879882,0.8339639","bedrooms":"1","price":"157000","area":"586"} , +{"type":"Feature","id":"n538359258","geometry":{"type":"Point","coordinates":[0.8597981,51.8893315]},"properties":{"@type":"node","@id":538359258,"@timestamp":1256225824},"coords":"51.8893315,0.8597981","bedrooms":"2","price":"269000","area":"564"} , +{"type":"Feature","id":"n538430818","geometry":{"type":"Point","coordinates":[-0.1460747,51.1775234]},"properties":{"@type":"node","@id":538430818,"@timestamp":1256237943},"coords":"51.1775234,-0.1460747","bedrooms":"1","price":"152000","area":"510"} , +{"type":"Feature","id":"n538510569","geometry":{"type":"Point","coordinates":[0.0100828,51.0057111]},"properties":{"@type":"node","@id":538510569,"@timestamp":1475220559},"coords":"51.0057111,0.0100828","bedrooms":"1","price":"271000","area":"516"} , +{"type":"Feature","id":"n538555215","geometry":{"type":"Point","coordinates":[0.485692,51.5651605]},"properties":{"@type":"node","@id":538555215,"@timestamp":1256250609},"coords":"51.5651605,0.485692","bedrooms":"2","price":"252000","area":"699"} , +{"type":"Feature","id":"n538891619","geometry":{"type":"Point","coordinates":[-0.0744469,51.237981]},"properties":{"@type":"node","@id":538891619,"@timestamp":1608408029},"coords":"51.237981,-0.0744469","bedrooms":"0","price":"176000","area":"464"} , +{"type":"Feature","id":"n538934583","geometry":{"type":"Point","coordinates":[-0.7457586,51.8641702]},"properties":{"@type":"node","@id":538934583,"@timestamp":1256303792},"coords":"51.8641702,-0.7457586","bedrooms":"2","price":"244000","area":"647"} , +{"type":"Feature","id":"n538961337","geometry":{"type":"Point","coordinates":[-0.1014036,51.5370366]},"properties":{"@type":"node","@id":538961337,"@timestamp":1256307602},"coords":"51.5370366,-0.1014036","bedrooms":"0","price":"153000","area":"562"} , +{"type":"Feature","id":"n539038838","geometry":{"type":"Point","coordinates":[0.872279,51.8715178]},"properties":{"@type":"node","@id":539038838,"@timestamp":1598090235},"coords":"51.8715178,0.872279","bedrooms":"0","price":"299000","area":"535"} , +{"type":"Feature","id":"n539038949","geometry":{"type":"Point","coordinates":[0.872457,51.873419]},"properties":{"@type":"node","@id":539038949,"@timestamp":1256319481},"coords":"51.873419,0.872457","bedrooms":"1","price":"206000","area":"688"} , +{"type":"Feature","id":"n539063877","geometry":{"type":"Point","coordinates":[0.1318703,51.6135307]},"properties":{"@type":"node","@id":539063877,"@timestamp":1491998051},"coords":"51.6135307,0.1318703","bedrooms":"1","price":"246000","area":"496"} , +{"type":"Feature","id":"n539120741","geometry":{"type":"Point","coordinates":[0.1841475,51.6184119]},"properties":{"@type":"node","@id":539120741,"@timestamp":1411329979},"coords":"51.6184119,0.1841475","bedrooms":"3","price":"287000","area":"657"} , +{"type":"Feature","id":"n539128230","geometry":{"type":"Point","coordinates":[-0.5869447,51.7204914]},"properties":{"@type":"node","@id":539128230,"@timestamp":1618183441},"coords":"51.7204914,-0.5869447","bedrooms":"3","price":"223000","area":"679"} , +{"type":"Feature","id":"n539182820","geometry":{"type":"Point","coordinates":[0.873008,51.8716713]},"properties":{"@type":"node","@id":539182820,"@timestamp":1447367917},"coords":"51.8716713,0.873008","bedrooms":"1","price":"276000","area":"694"} , +{"type":"Feature","id":"n539235109","geometry":{"type":"Point","coordinates":[-0.7745041,51.2153009]},"properties":{"@type":"node","@id":539235109,"@timestamp":1256342319},"coords":"51.2153009,-0.7745041","bedrooms":"3","price":"199000","area":"437"} , +{"type":"Feature","id":"n539243248","geometry":{"type":"Point","coordinates":[-0.7156952,51.2205991]},"properties":{"@type":"node","@id":539243248,"@timestamp":1367173445},"coords":"51.2205991,-0.7156952","bedrooms":"2","price":"204000","area":"687"} , +{"type":"Feature","id":"n539243295","geometry":{"type":"Point","coordinates":[-0.6293951,51.2210839]},"properties":{"@type":"node","@id":539243295,"@timestamp":1630871609},"coords":"51.2210839,-0.6293951","bedrooms":"4","price":"289000","area":"352"} , +{"type":"Feature","id":"n539395966","geometry":{"type":"Point","coordinates":[-0.6007576,51.7578355]},"properties":{"@type":"node","@id":539395966,"@timestamp":1256596493},"coords":"51.7578355,-0.6007576","bedrooms":"4","price":"164000","area":"557"} , +{"type":"Feature","id":"n539396130","geometry":{"type":"Point","coordinates":[-0.6624441,51.7157704]},"properties":{"@type":"node","@id":539396130,"@timestamp":1256596255},"coords":"51.7157704,-0.6624441","bedrooms":"0","price":"161000","area":"617"} , +{"type":"Feature","id":"n539433924","geometry":{"type":"Point","coordinates":[0.1454591,51.3017368]},"properties":{"@type":"node","@id":539433924,"@timestamp":1256386062},"coords":"51.3017368,0.1454591","bedrooms":"0","price":"292000","area":"603"} , +{"type":"Feature","id":"n539508888","geometry":{"type":"Point","coordinates":[-0.9044515,51.5458667]},"properties":{"@type":"node","@id":539508888,"@timestamp":1614601229},"coords":"51.5458667,-0.9044515","bedrooms":"3","price":"188000","area":"404"} , +{"type":"Feature","id":"n539552684","geometry":{"type":"Point","coordinates":[-0.6909797,51.7132798]},"properties":{"@type":"node","@id":539552684,"@timestamp":1585192809},"coords":"51.7132798,-0.6909797","bedrooms":"1","price":"182000","area":"514"} , +{"type":"Feature","id":"n539568891","geometry":{"type":"Point","coordinates":[0.8623626,51.8847904]},"properties":{"@type":"node","@id":539568891,"@timestamp":1259671744},"coords":"51.8847904,0.8623626","bedrooms":"1","price":"271000","area":"533"} , +{"type":"Feature","id":"n539721617","geometry":{"type":"Point","coordinates":[-0.098369,51.494703]},"properties":{"@type":"node","@id":539721617,"@timestamp":1256411838},"coords":"51.494703,-0.098369","bedrooms":"1","price":"241000","area":"585"} , +{"type":"Feature","id":"n539750170","geometry":{"type":"Point","coordinates":[-0.3744068,51.3855563]},"properties":{"@type":"node","@id":539750170,"@timestamp":1553627014},"coords":"51.3855563,-0.3744068","bedrooms":"0","price":"196000","area":"468"} , +{"type":"Feature","id":"n539779374","geometry":{"type":"Point","coordinates":[0.0665068,51.6374566]},"properties":{"@type":"node","@id":539779374,"@timestamp":1619465447},"coords":"51.6374566,0.0665068","bedrooms":"0","price":"286000","area":"478"} , +{"type":"Feature","id":"n539837664","geometry":{"type":"Point","coordinates":[-0.7143379,51.0029179]},"properties":{"@type":"node","@id":539837664,"@timestamp":1256424875},"coords":"51.0029179,-0.7143379","bedrooms":"2","price":"261000","area":"579"} , +{"type":"Feature","id":"n539837723","geometry":{"type":"Point","coordinates":[-0.7434365,51.0074337]},"properties":{"@type":"node","@id":539837723,"@timestamp":1256424877},"coords":"51.0074337,-0.7434365","bedrooms":"3","price":"293000","area":"491"} , +{"type":"Feature","id":"n539837820","geometry":{"type":"Point","coordinates":[-0.735812,50.9995708]},"properties":{"@type":"node","@id":539837820,"@timestamp":1256424881},"coords":"50.9995708,-0.735812","bedrooms":"2","price":"217000","area":"493"} , +{"type":"Feature","id":"n540132565","geometry":{"type":"Point","coordinates":[-0.0535331,51.4237169]},"properties":{"@type":"node","@id":540132565,"@timestamp":1613861149},"coords":"51.4237169,-0.0535331","bedrooms":"3","price":"231000","area":"625"} , +{"type":"Feature","id":"n540214570","geometry":{"type":"Point","coordinates":[-0.088059,51.5060307]},"properties":{"@type":"node","@id":540214570,"@timestamp":1618993638},"coords":"51.5060307,-0.088059","bedrooms":"4","price":"180000","area":"595"} , +{"type":"Feature","id":"n540292254","geometry":{"type":"Point","coordinates":[0.708857,51.7289346]},"properties":{"@type":"node","@id":540292254,"@timestamp":1565228727},"coords":"51.7289346,0.708857","bedrooms":"2","price":"209000","area":"632"} , +{"type":"Feature","id":"n540307464","geometry":{"type":"Point","coordinates":[-0.0931526,51.4988569]},"properties":{"@type":"node","@id":540307464,"@timestamp":1631372578},"coords":"51.4988569,-0.0931526","bedrooms":"0","price":"268000","area":"630"} , +{"type":"Feature","id":"n540309659","geometry":{"type":"Point","coordinates":[-0.1712718,51.4600307]},"properties":{"@type":"node","@id":540309659,"@timestamp":1548933355},"coords":"51.4600307,-0.1712718","bedrooms":"4","price":"235000","area":"536"} , +{"type":"Feature","id":"n540333711","geometry":{"type":"Point","coordinates":[-0.947788,51.4410517]},"properties":{"@type":"node","@id":540333711,"@timestamp":1626017633},"coords":"51.4410517,-0.947788","bedrooms":"1","price":"167000","area":"660"} , +{"type":"Feature","id":"n540343289","geometry":{"type":"Point","coordinates":[-0.1575555,51.5557297]},"properties":{"@type":"node","@id":540343289,"@timestamp":1617554313},"coords":"51.5557297,-0.1575555","bedrooms":"2","price":"243000","area":"355"} , +{"type":"Feature","id":"n540348893","geometry":{"type":"Point","coordinates":[-1.0508848,51.4657723]},"properties":{"@type":"node","@id":540348893,"@timestamp":1256496100},"coords":"51.4657723,-1.0508848","bedrooms":"1","price":"187000","area":"486"} , +{"type":"Feature","id":"n540348905","geometry":{"type":"Point","coordinates":[-1.0126333,51.4619886]},"properties":{"@type":"node","@id":540348905,"@timestamp":1630727012},"coords":"51.4619886,-1.0126333","bedrooms":"4","price":"286000","area":"568"} , +{"type":"Feature","id":"n540351485","geometry":{"type":"Point","coordinates":[-0.1793115,51.5504594]},"properties":{"@type":"node","@id":540351485,"@timestamp":1630683209},"coords":"51.5504594,-0.1793115","bedrooms":"2","price":"273000","area":"492"} , +{"type":"Feature","id":"n540359571","geometry":{"type":"Point","coordinates":[-0.1940453,51.5594774]},"properties":{"@type":"node","@id":540359571,"@timestamp":1330816951},"coords":"51.5594774,-0.1940453","bedrooms":"1","price":"200000","area":"463"} , +{"type":"Feature","id":"n540363712","geometry":{"type":"Point","coordinates":[-0.135578,50.960466]},"properties":{"@type":"node","@id":540363712,"@timestamp":1615140545},"coords":"50.960466,-0.135578","bedrooms":"0","price":"241000","area":"609"} , +{"type":"Feature","id":"n540372741","geometry":{"type":"Point","coordinates":[-0.1029936,51.5226546]},"properties":{"@type":"node","@id":540372741,"@timestamp":1516316032},"coords":"51.5226546,-0.1029936","bedrooms":"3","price":"298000","area":"508"} , +{"type":"Feature","id":"n540393145","geometry":{"type":"Point","coordinates":[0.7384989,51.3313339]},"properties":{"@type":"node","@id":540393145,"@timestamp":1340808338},"coords":"51.3313339,0.7384989","bedrooms":"0","price":"294000","area":"612"} , +{"type":"Feature","id":"n540393360","geometry":{"type":"Point","coordinates":[0.7534264,51.3313885]},"properties":{"@type":"node","@id":540393360,"@timestamp":1568458633},"coords":"51.3313885,0.7534264","bedrooms":"4","price":"227000","area":"572"} , +{"type":"Feature","id":"n540393420","geometry":{"type":"Point","coordinates":[0.755271,51.3323641]},"properties":{"@type":"node","@id":540393420,"@timestamp":1566495672},"coords":"51.3323641,0.755271","bedrooms":"0","price":"181000","area":"518"} , +{"type":"Feature","id":"n540393547","geometry":{"type":"Point","coordinates":[0.7503246,51.3372307]},"properties":{"@type":"node","@id":540393547,"@timestamp":1566495079},"coords":"51.3372307,0.7503246","bedrooms":"0","price":"155000","area":"562"} , +{"type":"Feature","id":"n540393577","geometry":{"type":"Point","coordinates":[0.7534086,51.334978]},"properties":{"@type":"node","@id":540393577,"@timestamp":1256501540},"coords":"51.334978,0.7534086","bedrooms":"4","price":"244000","area":"412"} , +{"type":"Feature","id":"n540393648","geometry":{"type":"Point","coordinates":[0.7560626,51.3353247]},"properties":{"@type":"node","@id":540393648,"@timestamp":1568476395},"coords":"51.3353247,0.7560626","bedrooms":"4","price":"199000","area":"560"} , +{"type":"Feature","id":"n540403149","geometry":{"type":"Point","coordinates":[0.749397,51.3011918]},"properties":{"@type":"node","@id":540403149,"@timestamp":1256503329},"coords":"51.3011918,0.749397","bedrooms":"4","price":"228000","area":"360"} , +{"type":"Feature","id":"n540403247","geometry":{"type":"Point","coordinates":[0.8181252,51.3165245]},"properties":{"@type":"node","@id":540403247,"@timestamp":1256503334},"coords":"51.3165245,0.8181252","bedrooms":"4","price":"275000","area":"603"} , +{"type":"Feature","id":"n540408326","geometry":{"type":"Point","coordinates":[-0.169441,51.5447255]},"properties":{"@type":"node","@id":540408326,"@timestamp":1609385192},"coords":"51.5447255,-0.169441","bedrooms":"2","price":"198000","area":"677"} , +{"type":"Feature","id":"n540414969","geometry":{"type":"Point","coordinates":[-0.1632972,51.5496574]},"properties":{"@type":"node","@id":540414969,"@timestamp":1598317432},"coords":"51.5496574,-0.1632972","bedrooms":"3","price":"259000","area":"383"} , +{"type":"Feature","id":"n540420039","geometry":{"type":"Point","coordinates":[-1.1093736,51.2513103]},"properties":{"@type":"node","@id":540420039,"@timestamp":1524731145},"coords":"51.2513103,-1.1093736","bedrooms":"3","price":"212000","area":"579"} , +{"type":"Feature","id":"n540650220","geometry":{"type":"Point","coordinates":[-0.1430149,51.6788848]},"properties":{"@type":"node","@id":540650220,"@timestamp":1256553185},"coords":"51.6788848,-0.1430149","bedrooms":"4","price":"203000","area":"668"} , +{"type":"Feature","id":"n540747009","geometry":{"type":"Point","coordinates":[-0.1911019,51.5013847]},"properties":{"@type":"node","@id":540747009,"@timestamp":1592365723},"coords":"51.5013847,-0.1911019","bedrooms":"3","price":"281000","area":"438"} , +{"type":"Feature","id":"n540869083","geometry":{"type":"Point","coordinates":[0.8633413,51.893236]},"properties":{"@type":"node","@id":540869083,"@timestamp":1427632644},"coords":"51.893236,0.8633413","bedrooms":"0","price":"295000","area":"445"} , +{"type":"Feature","id":"n540898512","geometry":{"type":"Point","coordinates":[0.8638702,51.8902393]},"properties":{"@type":"node","@id":540898512,"@timestamp":1256580801},"coords":"51.8902393,0.8638702","bedrooms":"2","price":"255000","area":"377"} , +{"type":"Feature","id":"n540933874","geometry":{"type":"Point","coordinates":[0.0538278,51.6331752]},"properties":{"@type":"node","@id":540933874,"@timestamp":1616822077},"coords":"51.6331752,0.0538278","bedrooms":"1","price":"213000","area":"696"} , +{"type":"Feature","id":"n541000680","geometry":{"type":"Point","coordinates":[-0.3587326,50.9640822]},"properties":{"@type":"node","@id":541000680,"@timestamp":1610253913},"coords":"50.9640822,-0.3587326","bedrooms":"2","price":"152000","area":"490"} , +{"type":"Feature","id":"n541028795","geometry":{"type":"Point","coordinates":[0.4875675,51.560761]},"properties":{"@type":"node","@id":541028795,"@timestamp":1536616044},"coords":"51.560761,0.4875675","bedrooms":"0","price":"231000","area":"600"} , +{"type":"Feature","id":"n541124129","geometry":{"type":"Point","coordinates":[-0.3607318,51.5749044]},"properties":{"@type":"node","@id":541124129,"@timestamp":1256599237},"coords":"51.5749044,-0.3607318","bedrooms":"2","price":"224000","area":"427"} , +{"type":"Feature","id":"n541125144","geometry":{"type":"Point","coordinates":[-0.3468277,51.5698731]},"properties":{"@type":"node","@id":541125144,"@timestamp":1424560572},"coords":"51.5698731,-0.3468277","bedrooms":"4","price":"275000","area":"484"} , +{"type":"Feature","id":"n541172877","geometry":{"type":"Point","coordinates":[-0.3595991,51.5699312]},"properties":{"@type":"node","@id":541172877,"@timestamp":1256601468},"coords":"51.5699312,-0.3595991","bedrooms":"3","price":"225000","area":"409"} , +{"type":"Feature","id":"n541380091","geometry":{"type":"Point","coordinates":[-0.9275585,51.4271755]},"properties":{"@type":"node","@id":541380091,"@timestamp":1606256620},"coords":"51.4271755,-0.9275585","bedrooms":"3","price":"257000","area":"440"} , +{"type":"Feature","id":"n541635691","geometry":{"type":"Point","coordinates":[-0.2172541,51.6957688]},"properties":{"@type":"node","@id":541635691,"@timestamp":1290164656},"coords":"51.6957688,-0.2172541","bedrooms":"2","price":"216000","area":"541"} , +{"type":"Feature","id":"n541976361","geometry":{"type":"Point","coordinates":[-0.4830243,51.5201277]},"properties":{"@type":"node","@id":541976361,"@timestamp":1614524808},"coords":"51.5201277,-0.4830243","bedrooms":"4","price":"249000","area":"555"} , +{"type":"Feature","id":"n542042683","geometry":{"type":"Point","coordinates":[0.8490298,51.8875454]},"properties":{"@type":"node","@id":542042683,"@timestamp":1398880679},"coords":"51.8875454,0.8490298","bedrooms":"1","price":"181000","area":"539"} , +{"type":"Feature","id":"n542105155","geometry":{"type":"Point","coordinates":[0.8433845,51.879328]},"properties":{"@type":"node","@id":542105155,"@timestamp":1598090235},"coords":"51.879328,0.8433845","bedrooms":"0","price":"227000","area":"516"} , +{"type":"Feature","id":"n542244051","geometry":{"type":"Point","coordinates":[-0.103639,51.535139]},"properties":{"@type":"node","@id":542244051,"@timestamp":1603489826},"coords":"51.535139,-0.103639","bedrooms":"1","price":"240000","area":"597"} , +{"type":"Feature","id":"n542631442","geometry":{"type":"Point","coordinates":[0.4715753,51.7709992]},"properties":{"@type":"node","@id":542631442,"@timestamp":1619467541},"coords":"51.7709992,0.4715753","bedrooms":"3","price":"267000","area":"589"} , +{"type":"Feature","id":"n543519689","geometry":{"type":"Point","coordinates":[0.7324174,51.3499886]},"properties":{"@type":"node","@id":543519689,"@timestamp":1256735977},"coords":"51.3499886,0.7324174","bedrooms":"3","price":"281000","area":"375"} , +{"type":"Feature","id":"n543942899","geometry":{"type":"Point","coordinates":[0.8418949,51.8920055]},"properties":{"@type":"node","@id":543942899,"@timestamp":1256751474},"coords":"51.8920055,0.8418949","bedrooms":"2","price":"191000","area":"579"} , +{"type":"Feature","id":"n543992926","geometry":{"type":"Point","coordinates":[0.8434238,51.8888384]},"properties":{"@type":"node","@id":543992926,"@timestamp":1256753067},"coords":"51.8888384,0.8434238","bedrooms":"3","price":"254000","area":"573"} , +{"type":"Feature","id":"n544150170","geometry":{"type":"Point","coordinates":[0.8511739,51.8905625]},"properties":{"@type":"node","@id":544150170,"@timestamp":1259671804},"coords":"51.8905625,0.8511739","bedrooms":"1","price":"295000","area":"525"} , +{"type":"Feature","id":"n544161710","geometry":{"type":"Point","coordinates":[0.8494857,51.8911544]},"properties":{"@type":"node","@id":544161710,"@timestamp":1259671812},"coords":"51.8911544,0.8494857","bedrooms":"4","price":"155000","area":"463"} , +{"type":"Feature","id":"n544161767","geometry":{"type":"Point","coordinates":[0.8506716,51.8918012]},"properties":{"@type":"node","@id":544161767,"@timestamp":1259671817},"coords":"51.8918012,0.8506716","bedrooms":"2","price":"280000","area":"474"} , +{"type":"Feature","id":"n544163692","geometry":{"type":"Point","coordinates":[0.8500803,51.8916606]},"properties":{"@type":"node","@id":544163692,"@timestamp":1486321503},"coords":"51.8916606,0.8500803","bedrooms":"3","price":"214000","area":"476"} , +{"type":"Feature","id":"n544175220","geometry":{"type":"Point","coordinates":[-0.2833683,51.56426]},"properties":{"@type":"node","@id":544175220,"@timestamp":1257002199},"coords":"51.56426,-0.2833683","bedrooms":"0","price":"192000","area":"617"} , +{"type":"Feature","id":"n544196427","geometry":{"type":"Point","coordinates":[0.8429091,51.8887548]},"properties":{"@type":"node","@id":544196427,"@timestamp":1486321503},"coords":"51.8887548,0.8429091","bedrooms":"1","price":"151000","area":"676"} , +{"type":"Feature","id":"n544301261","geometry":{"type":"Point","coordinates":[-0.4106457,51.560168]},"properties":{"@type":"node","@id":544301261,"@timestamp":1256772880},"coords":"51.560168,-0.4106457","bedrooms":"3","price":"213000","area":"510"} , +{"type":"Feature","id":"n544304079","geometry":{"type":"Point","coordinates":[-0.4312062,51.5719064]},"properties":{"@type":"node","@id":544304079,"@timestamp":1468107489},"coords":"51.5719064,-0.4312062","bedrooms":"0","price":"265000","area":"545"} , +{"type":"Feature","id":"n544316304","geometry":{"type":"Point","coordinates":[-0.4440864,51.5629324]},"properties":{"@type":"node","@id":544316304,"@timestamp":1610839531},"coords":"51.5629324,-0.4440864","bedrooms":"1","price":"200000","area":"493"} , +{"type":"Feature","id":"n544327723","geometry":{"type":"Point","coordinates":[-0.4781739,51.517942]},"properties":{"@type":"node","@id":544327723,"@timestamp":1613646671},"coords":"51.517942,-0.4781739","bedrooms":"1","price":"229000","area":"681"} , +{"type":"Feature","id":"n544460892","geometry":{"type":"Point","coordinates":[-0.1177239,51.5022577]},"properties":{"@type":"node","@id":544460892,"@timestamp":1619833089},"coords":"51.5022577,-0.1177239","bedrooms":"4","price":"208000","area":"682"} , +{"type":"Feature","id":"n544504397","geometry":{"type":"Point","coordinates":[-0.10693,51.4998813]},"properties":{"@type":"node","@id":544504397,"@timestamp":1565369957},"coords":"51.4998813,-0.10693","bedrooms":"1","price":"179000","area":"383"} , +{"type":"Feature","id":"n544603537","geometry":{"type":"Point","coordinates":[0.8637951,51.8735196]},"properties":{"@type":"node","@id":544603537,"@timestamp":1598242960},"coords":"51.8735196,0.8637951","bedrooms":"3","price":"216000","area":"418"} , +{"type":"Feature","id":"n544603595","geometry":{"type":"Point","coordinates":[0.859065,51.8787459]},"properties":{"@type":"node","@id":544603595,"@timestamp":1485817520},"coords":"51.8787459,0.859065","bedrooms":"1","price":"177000","area":"444"} , +{"type":"Feature","id":"n544641965","geometry":{"type":"Point","coordinates":[0.860389,51.8838597]},"properties":{"@type":"node","@id":544641965,"@timestamp":1259671859},"coords":"51.8838597,0.860389","bedrooms":"2","price":"165000","area":"444"} , +{"type":"Feature","id":"n544926198","geometry":{"type":"Point","coordinates":[-0.229881,51.1555307]},"properties":{"@type":"node","@id":544926198,"@timestamp":1465337897},"coords":"51.1555307,-0.229881","bedrooms":"0","price":"183000","area":"416"} , +{"type":"Feature","id":"n546119721","geometry":{"type":"Point","coordinates":[0.6315352,51.9434828]},"properties":{"@type":"node","@id":546119721,"@timestamp":1330817008},"coords":"51.9434828,0.6315352","bedrooms":"0","price":"241000","area":"608"} , +{"type":"Feature","id":"n546305070","geometry":{"type":"Point","coordinates":[-0.1055695,51.5398503]},"properties":{"@type":"node","@id":546305070,"@timestamp":1416586930},"coords":"51.5398503,-0.1055695","bedrooms":"3","price":"169000","area":"538"} , +{"type":"Feature","id":"n546557707","geometry":{"type":"Point","coordinates":[0.8738292,51.8968009]},"properties":{"@type":"node","@id":546557707,"@timestamp":1256922687},"coords":"51.8968009,0.8738292","bedrooms":"1","price":"284000","area":"652"} , +{"type":"Feature","id":"n546571440","geometry":{"type":"Point","coordinates":[0.8751521,51.8885866]},"properties":{"@type":"node","@id":546571440,"@timestamp":1538296524},"coords":"51.8885866,0.8751521","bedrooms":"3","price":"225000","area":"410"} , +{"type":"Feature","id":"n546844048","geometry":{"type":"Point","coordinates":[0.3690908,51.3774076]},"properties":{"@type":"node","@id":546844048,"@timestamp":1482947411},"coords":"51.3774076,0.3690908","bedrooms":"3","price":"229000","area":"592"} , +{"type":"Feature","id":"n547124964","geometry":{"type":"Point","coordinates":[-0.3638674,51.5807833]},"properties":{"@type":"node","@id":547124964,"@timestamp":1256946475},"coords":"51.5807833,-0.3638674","bedrooms":"0","price":"204000","area":"586"} , +{"type":"Feature","id":"n547125023","geometry":{"type":"Point","coordinates":[-0.3488007,51.5773604]},"properties":{"@type":"node","@id":547125023,"@timestamp":1623416266},"coords":"51.5773604,-0.3488007","bedrooms":"2","price":"229000","area":"687"} , +{"type":"Feature","id":"n547322479","geometry":{"type":"Point","coordinates":[-0.3706882,51.5725043]},"properties":{"@type":"node","@id":547322479,"@timestamp":1629830696},"coords":"51.5725043,-0.3706882","bedrooms":"2","price":"184000","area":"667"} , +{"type":"Feature","id":"n547322976","geometry":{"type":"Point","coordinates":[-0.3712987,51.5769582]},"properties":{"@type":"node","@id":547322976,"@timestamp":1256949170},"coords":"51.5769582,-0.3712987","bedrooms":"3","price":"188000","area":"549"} , +{"type":"Feature","id":"n547422764","geometry":{"type":"Point","coordinates":[-0.3583038,51.5693345]},"properties":{"@type":"node","@id":547422764,"@timestamp":1377309044},"coords":"51.5693345,-0.3583038","bedrooms":"2","price":"232000","area":"528"} , +{"type":"Feature","id":"n547514028","geometry":{"type":"Point","coordinates":[-0.3061567,51.5854097]},"properties":{"@type":"node","@id":547514028,"@timestamp":1256953956},"coords":"51.5854097,-0.3061567","bedrooms":"3","price":"224000","area":"542"} , +{"type":"Feature","id":"n547514144","geometry":{"type":"Point","coordinates":[-0.2992495,51.5898059]},"properties":{"@type":"node","@id":547514144,"@timestamp":1623855737},"coords":"51.5898059,-0.2992495","bedrooms":"4","price":"259000","area":"353"} , +{"type":"Feature","id":"n547540202","geometry":{"type":"Point","coordinates":[-0.3144645,51.5812582]},"properties":{"@type":"node","@id":547540202,"@timestamp":1297037135},"coords":"51.5812582,-0.3144645","bedrooms":"0","price":"294000","area":"455"} , +{"type":"Feature","id":"n548205762","geometry":{"type":"Point","coordinates":[-0.0977752,51.5393013]},"properties":{"@type":"node","@id":548205762,"@timestamp":1603489827},"coords":"51.5393013,-0.0977752","bedrooms":"0","price":"289000","area":"557"} , +{"type":"Feature","id":"n548659828","geometry":{"type":"Point","coordinates":[-0.7362957,51.4779388]},"properties":{"@type":"node","@id":548659828,"@timestamp":1419523930},"coords":"51.4779388,-0.7362957","bedrooms":"2","price":"160000","area":"558"} , +{"type":"Feature","id":"n548660236","geometry":{"type":"Point","coordinates":[-0.3112833,51.5824983]},"properties":{"@type":"node","@id":548660236,"@timestamp":1277564084},"coords":"51.5824983,-0.3112833","bedrooms":"3","price":"251000","area":"570"} , +{"type":"Feature","id":"n548660252","geometry":{"type":"Point","coordinates":[-0.2950791,51.5761121]},"properties":{"@type":"node","@id":548660252,"@timestamp":1589899907},"coords":"51.5761121,-0.2950791","bedrooms":"3","price":"229000","area":"438"} , +{"type":"Feature","id":"n548704484","geometry":{"type":"Point","coordinates":[-0.317124,51.5819505]},"properties":{"@type":"node","@id":548704484,"@timestamp":1626421077},"coords":"51.5819505,-0.317124","bedrooms":"4","price":"240000","area":"543"} , +{"type":"Feature","id":"n548802767","geometry":{"type":"Point","coordinates":[-0.3143803,51.5818655]},"properties":{"@type":"node","@id":548802767,"@timestamp":1297037133},"coords":"51.5818655,-0.3143803","bedrooms":"2","price":"173000","area":"560"} , +{"type":"Feature","id":"n548865942","geometry":{"type":"Point","coordinates":[-0.3123924,51.5792722]},"properties":{"@type":"node","@id":548865942,"@timestamp":1581075545},"coords":"51.5792722,-0.3123924","bedrooms":"3","price":"159000","area":"486"} , +{"type":"Feature","id":"n548865992","geometry":{"type":"Point","coordinates":[-0.3030112,51.573943]},"properties":{"@type":"node","@id":548865992,"@timestamp":1257003505},"coords":"51.573943,-0.3030112","bedrooms":"0","price":"296000","area":"638"} , +{"type":"Feature","id":"n548866039","geometry":{"type":"Point","coordinates":[-0.2949578,51.571032]},"properties":{"@type":"node","@id":548866039,"@timestamp":1614638546},"coords":"51.571032,-0.2949578","bedrooms":"0","price":"208000","area":"429"} , +{"type":"Feature","id":"n548907839","geometry":{"type":"Point","coordinates":[-0.097065,51.540027]},"properties":{"@type":"node","@id":548907839,"@timestamp":1257004850},"coords":"51.540027,-0.097065","bedrooms":"4","price":"164000","area":"538"} , +{"type":"Feature","id":"n549124138","geometry":{"type":"Point","coordinates":[-0.1079853,51.5193092]},"properties":{"@type":"node","@id":549124138,"@timestamp":1595094139},"coords":"51.5193092,-0.1079853","bedrooms":"2","price":"217000","area":"570"} , +{"type":"Feature","id":"n549145758","geometry":{"type":"Point","coordinates":[-0.1083222,51.5203663]},"properties":{"@type":"node","@id":549145758,"@timestamp":1595094143},"coords":"51.5203663,-0.1083222","bedrooms":"0","price":"208000","area":"480"} , +{"type":"Feature","id":"n549148327","geometry":{"type":"Point","coordinates":[-0.1080916,51.5196036]},"properties":{"@type":"node","@id":549148327,"@timestamp":1595094147},"coords":"51.5196036,-0.1080916","bedrooms":"1","price":"160000","area":"650"} , +{"type":"Feature","id":"n549161285","geometry":{"type":"Point","coordinates":[-0.1078307,51.5208192]},"properties":{"@type":"node","@id":549161285,"@timestamp":1595094150},"coords":"51.5208192,-0.1078307","bedrooms":"2","price":"211000","area":"445"} , +{"type":"Feature","id":"n549245607","geometry":{"type":"Point","coordinates":[-0.1068424,51.5205486]},"properties":{"@type":"node","@id":549245607,"@timestamp":1595094154},"coords":"51.5205486,-0.1068424","bedrooms":"3","price":"150000","area":"677"} , +{"type":"Feature","id":"n549327744","geometry":{"type":"Point","coordinates":[0.6977247,51.264142]},"properties":{"@type":"node","@id":549327744,"@timestamp":1257024979},"coords":"51.264142,0.6977247","bedrooms":"0","price":"295000","area":"632"} , +{"type":"Feature","id":"n549328004","geometry":{"type":"Point","coordinates":[0.8681185,51.2976673]},"properties":{"@type":"node","@id":549328004,"@timestamp":1257024986},"coords":"51.2976673,0.8681185","bedrooms":"1","price":"259000","area":"477"} , +{"type":"Feature","id":"n549338020","geometry":{"type":"Point","coordinates":[0.740052,51.3266227]},"properties":{"@type":"node","@id":549338020,"@timestamp":1568486361},"coords":"51.3266227,0.740052","bedrooms":"2","price":"250000","area":"566"} , +{"type":"Feature","id":"n549446967","geometry":{"type":"Point","coordinates":[0.7413155,51.3342251]},"properties":{"@type":"node","@id":549446967,"@timestamp":1436119830},"coords":"51.3342251,0.7413155","bedrooms":"0","price":"211000","area":"666"} , +{"type":"Feature","id":"n549471402","geometry":{"type":"Point","coordinates":[-0.1391319,51.5066237]},"properties":{"@type":"node","@id":549471402,"@timestamp":1457881903},"coords":"51.5066237,-0.1391319","bedrooms":"0","price":"256000","area":"644"} , +{"type":"Feature","id":"n549788565","geometry":{"type":"Point","coordinates":[0.5135343,51.7419227]},"properties":{"@type":"node","@id":549788565,"@timestamp":1315817148},"coords":"51.7419227,0.5135343","bedrooms":"4","price":"202000","area":"483"} , +{"type":"Feature","id":"n550174368","geometry":{"type":"Point","coordinates":[-0.9619515,51.4302176]},"properties":{"@type":"node","@id":550174368,"@timestamp":1625685495},"coords":"51.4302176,-0.9619515","bedrooms":"0","price":"158000","area":"410"} , +{"type":"Feature","id":"n550174385","geometry":{"type":"Point","coordinates":[-0.9626555,51.4369563]},"properties":{"@type":"node","@id":550174385,"@timestamp":1625686922},"coords":"51.4369563,-0.9626555","bedrooms":"3","price":"250000","area":"534"} , +{"type":"Feature","id":"n550174413","geometry":{"type":"Point","coordinates":[-0.9637184,51.4431056]},"properties":{"@type":"node","@id":550174413,"@timestamp":1625687505},"coords":"51.4431056,-0.9637184","bedrooms":"0","price":"200000","area":"370"} , +{"type":"Feature","id":"n550301659","geometry":{"type":"Point","coordinates":[0.843937,51.8833297]},"properties":{"@type":"node","@id":550301659,"@timestamp":1486321504},"coords":"51.8833297,0.843937","bedrooms":"2","price":"158000","area":"414"} , +{"type":"Feature","id":"n550344704","geometry":{"type":"Point","coordinates":[0.8461688,51.8804021]},"properties":{"@type":"node","@id":550344704,"@timestamp":1485549700},"coords":"51.8804021,0.8461688","bedrooms":"3","price":"230000","area":"538"} , +{"type":"Feature","id":"n550344792","geometry":{"type":"Point","coordinates":[0.8544526,51.8864819]},"properties":{"@type":"node","@id":550344792,"@timestamp":1326362633},"coords":"51.8864819,0.8544526","bedrooms":"2","price":"155000","area":"549"} , +{"type":"Feature","id":"n550356383","geometry":{"type":"Point","coordinates":[-0.0684004,51.5047178]},"properties":{"@type":"node","@id":550356383,"@timestamp":1635859630},"coords":"51.5047178,-0.0684004","bedrooms":"4","price":"192000","area":"681"} , +{"type":"Feature","id":"n550417232","geometry":{"type":"Point","coordinates":[-0.2604924,50.9828985]},"properties":{"@type":"node","@id":550417232,"@timestamp":1595965497},"coords":"50.9828985,-0.2604924","bedrooms":"0","price":"152000","area":"387"} , +{"type":"Feature","id":"n551359934","geometry":{"type":"Point","coordinates":[-0.194097,51.7150448]},"properties":{"@type":"node","@id":551359934,"@timestamp":1599400034},"coords":"51.7150448,-0.194097","bedrooms":"2","price":"265000","area":"427"} , +{"type":"Feature","id":"n551592909","geometry":{"type":"Point","coordinates":[-0.3062667,51.4578109]},"properties":{"@type":"node","@id":551592909,"@timestamp":1478983766},"coords":"51.4578109,-0.3062667","bedrooms":"3","price":"162000","area":"386"} , +{"type":"Feature","id":"n551978336","geometry":{"type":"Point","coordinates":[0.8732703,51.2186804]},"properties":{"@type":"node","@id":551978336,"@timestamp":1620574938},"coords":"51.2186804,0.8732703","bedrooms":"3","price":"237000","area":"370"} , +{"type":"Feature","id":"n552160792","geometry":{"type":"Point","coordinates":[0.7192305,51.3496626]},"properties":{"@type":"node","@id":552160792,"@timestamp":1567618028},"coords":"51.3496626,0.7192305","bedrooms":"4","price":"258000","area":"397"} , +{"type":"Feature","id":"n552391174","geometry":{"type":"Point","coordinates":[0.1725949,51.3959513]},"properties":{"@type":"node","@id":552391174,"@timestamp":1290164681},"coords":"51.3959513,0.1725949","bedrooms":"2","price":"245000","area":"627"} , +{"type":"Feature","id":"n552391268","geometry":{"type":"Point","coordinates":[0.1715264,51.3983262]},"properties":{"@type":"node","@id":552391268,"@timestamp":1318510079},"coords":"51.3983262,0.1715264","bedrooms":"1","price":"198000","area":"497"} , +{"type":"Feature","id":"n552391318","geometry":{"type":"Point","coordinates":[0.1695835,51.4001973]},"properties":{"@type":"node","@id":552391318,"@timestamp":1290164691},"coords":"51.4001973,0.1695835","bedrooms":"4","price":"205000","area":"494"} , +{"type":"Feature","id":"n552855940","geometry":{"type":"Point","coordinates":[0.0311764,51.7735067]},"properties":{"@type":"node","@id":552855940,"@timestamp":1476560452},"coords":"51.7735067,0.0311764","bedrooms":"0","price":"176000","area":"371"} , +{"type":"Feature","id":"n553306708","geometry":{"type":"Point","coordinates":[-0.1375809,51.5184342]},"properties":{"@type":"node","@id":553306708,"@timestamp":1616574681},"coords":"51.5184342,-0.1375809","bedrooms":"1","price":"246000","area":"559"} , +{"type":"Feature","id":"n553312885","geometry":{"type":"Point","coordinates":[-0.1293653,51.5207867]},"properties":{"@type":"node","@id":553312885,"@timestamp":1606353668},"coords":"51.5207867,-0.1293653","bedrooms":"1","price":"167000","area":"461"} , +{"type":"Feature","id":"n553321736","geometry":{"type":"Point","coordinates":[0.7462333,51.3383309]},"properties":{"@type":"node","@id":553321736,"@timestamp":1568751335},"coords":"51.3383309,0.7462333","bedrooms":"4","price":"264000","area":"602"} , +{"type":"Feature","id":"n553376830","geometry":{"type":"Point","coordinates":[-0.2377567,51.9778982]},"properties":{"@type":"node","@id":553376830,"@timestamp":1341758628},"coords":"51.9778982,-0.2377567","bedrooms":"4","price":"226000","area":"372"} , +{"type":"Feature","id":"n554738794","geometry":{"type":"Point","coordinates":[-0.895647,51.5322576]},"properties":{"@type":"node","@id":554738794,"@timestamp":1553286198},"coords":"51.5322576,-0.895647","bedrooms":"0","price":"235000","area":"520"} , +{"type":"Feature","id":"n554959833","geometry":{"type":"Point","coordinates":[-0.232078,51.4637835]},"properties":{"@type":"node","@id":554959833,"@timestamp":1627401463},"coords":"51.4637835,-0.232078","bedrooms":"4","price":"215000","area":"534"} , +{"type":"Feature","id":"n554975954","geometry":{"type":"Point","coordinates":[-0.1240485,51.529716]},"properties":{"@type":"node","@id":554975954,"@timestamp":1624819204},"coords":"51.529716,-0.1240485","bedrooms":"0","price":"242000","area":"591"} , +{"type":"Feature","id":"n555013297","geometry":{"type":"Point","coordinates":[-0.1611894,51.1177489]},"properties":{"@type":"node","@id":555013297,"@timestamp":1602687615},"coords":"51.1177489,-0.1611894","bedrooms":"1","price":"299000","area":"387"} , +{"type":"Feature","id":"n555062509","geometry":{"type":"Point","coordinates":[-0.24141,51.4470033]},"properties":{"@type":"node","@id":555062509,"@timestamp":1633790536},"coords":"51.4470033,-0.24141","bedrooms":"3","price":"285000","area":"598"} , +{"type":"Feature","id":"n555062531","geometry":{"type":"Point","coordinates":[-0.2294952,51.4499704]},"properties":{"@type":"node","@id":555062531,"@timestamp":1594890042},"coords":"51.4499704,-0.2294952","bedrooms":"0","price":"180000","area":"472"} , +{"type":"Feature","id":"n555072025","geometry":{"type":"Point","coordinates":[-0.2196769,51.4597001]},"properties":{"@type":"node","@id":555072025,"@timestamp":1538595893},"coords":"51.4597001,-0.2196769","bedrooms":"2","price":"190000","area":"489"} , +{"type":"Feature","id":"n556248622","geometry":{"type":"Point","coordinates":[0.3475939,50.912533]},"properties":{"@type":"node","@id":556248622,"@timestamp":1391190309},"coords":"50.912533,0.3475939","bedrooms":"1","price":"177000","area":"415"} , +{"type":"Feature","id":"n556248884","geometry":{"type":"Point","coordinates":[0.3000359,50.9185382]},"properties":{"@type":"node","@id":556248884,"@timestamp":1391190309},"coords":"50.9185382,0.3000359","bedrooms":"0","price":"272000","area":"562"} , +{"type":"Feature","id":"n556249205","geometry":{"type":"Point","coordinates":[0.2795044,50.9416387]},"properties":{"@type":"node","@id":556249205,"@timestamp":1391190309},"coords":"50.9416387,0.2795044","bedrooms":"0","price":"232000","area":"509"} , +{"type":"Feature","id":"n556592043","geometry":{"type":"Point","coordinates":[0.8500955,51.8894436]},"properties":{"@type":"node","@id":556592043,"@timestamp":1486319909},"coords":"51.8894436,0.8500955","bedrooms":"1","price":"260000","area":"605"} , +{"type":"Feature","id":"n556592091","geometry":{"type":"Point","coordinates":[0.8529426,51.8896431]},"properties":{"@type":"node","@id":556592091,"@timestamp":1259671995},"coords":"51.8896431,0.8529426","bedrooms":"3","price":"193000","area":"680"} , +{"type":"Feature","id":"n556592156","geometry":{"type":"Point","coordinates":[0.8582071,51.8900719]},"properties":{"@type":"node","@id":556592156,"@timestamp":1259672000},"coords":"51.8900719,0.8582071","bedrooms":"2","price":"231000","area":"679"} , +{"type":"Feature","id":"n556606532","geometry":{"type":"Point","coordinates":[0.8524233,51.8870959]},"properties":{"@type":"node","@id":556606532,"@timestamp":1485866752},"coords":"51.8870959,0.8524233","bedrooms":"3","price":"222000","area":"378"} , +{"type":"Feature","id":"n556606559","geometry":{"type":"Point","coordinates":[0.8521911,51.8878012]},"properties":{"@type":"node","@id":556606559,"@timestamp":1485866753},"coords":"51.8878012,0.8521911","bedrooms":"3","price":"191000","area":"513"} , +{"type":"Feature","id":"n556624208","geometry":{"type":"Point","coordinates":[0.8571941,51.8835954]},"properties":{"@type":"node","@id":556624208,"@timestamp":1259672024},"coords":"51.8835954,0.8571941","bedrooms":"1","price":"194000","area":"394"} , +{"type":"Feature","id":"n556624258","geometry":{"type":"Point","coordinates":[0.859781,51.8829293]},"properties":{"@type":"node","@id":556624258,"@timestamp":1553763762},"coords":"51.8829293,0.859781","bedrooms":"4","price":"227000","area":"371"} , +{"type":"Feature","id":"n556764234","geometry":{"type":"Point","coordinates":[-0.5678843,51.5025277]},"properties":{"@type":"node","@id":556764234,"@timestamp":1608643787},"coords":"51.5025277,-0.5678843","bedrooms":"4","price":"179000","area":"601"} , +{"type":"Feature","id":"n557198726","geometry":{"type":"Point","coordinates":[0.1775494,51.4342275]},"properties":{"@type":"node","@id":557198726,"@timestamp":1608743139},"coords":"51.4342275,0.1775494","bedrooms":"2","price":"161000","area":"670"} , +{"type":"Feature","id":"n558260279","geometry":{"type":"Point","coordinates":[-0.7759606,51.5730136]},"properties":{"@type":"node","@id":558260279,"@timestamp":1526422356},"coords":"51.5730136,-0.7759606","bedrooms":"2","price":"287000","area":"373"} , +{"type":"Feature","id":"n558530793","geometry":{"type":"Point","coordinates":[-0.5215397,51.4498853]},"properties":{"@type":"node","@id":558530793,"@timestamp":1620466167},"coords":"51.4498853,-0.5215397","bedrooms":"1","price":"166000","area":"621"} , +{"type":"Feature","id":"n558807174","geometry":{"type":"Point","coordinates":[-0.1346432,51.6468656]},"properties":{"@type":"node","@id":558807174,"@timestamp":1269797094},"coords":"51.6468656,-0.1346432","bedrooms":"3","price":"257000","area":"530"} , +{"type":"Feature","id":"n558910186","geometry":{"type":"Point","coordinates":[0.8919465,51.8914092]},"properties":{"@type":"node","@id":558910186,"@timestamp":1257607014},"coords":"51.8914092,0.8919465","bedrooms":"2","price":"277000","area":"477"} , +{"type":"Feature","id":"n558927068","geometry":{"type":"Point","coordinates":[0.8927592,51.8900019]},"properties":{"@type":"node","@id":558927068,"@timestamp":1489230615},"coords":"51.8900019,0.8927592","bedrooms":"4","price":"214000","area":"515"} , +{"type":"Feature","id":"n559035675","geometry":{"type":"Point","coordinates":[0.0252561,51.884811]},"properties":{"@type":"node","@id":559035675,"@timestamp":1359237295},"coords":"51.884811,0.0252561","bedrooms":"0","price":"294000","area":"556"} , +{"type":"Feature","id":"n559149465","geometry":{"type":"Point","coordinates":[-0.0961349,51.4987181]},"properties":{"@type":"node","@id":559149465,"@timestamp":1571102516},"coords":"51.4987181,-0.0961349","bedrooms":"3","price":"293000","area":"504"} , +{"type":"Feature","id":"n559493407","geometry":{"type":"Point","coordinates":[0.0894278,51.3250373]},"properties":{"@type":"node","@id":559493407,"@timestamp":1386351311},"coords":"51.3250373,0.0894278","bedrooms":"2","price":"212000","area":"671"} , +{"type":"Feature","id":"n559494738","geometry":{"type":"Point","coordinates":[-0.600186,51.1997886]},"properties":{"@type":"node","@id":559494738,"@timestamp":1606989319},"coords":"51.1997886,-0.600186","bedrooms":"2","price":"211000","area":"392"} , +{"type":"Feature","id":"n559520519","geometry":{"type":"Point","coordinates":[-0.1285538,51.5073138]},"properties":{"@type":"node","@id":559520519,"@timestamp":1576503489},"coords":"51.5073138,-0.1285538","bedrooms":"1","price":"289000","area":"465"} , +{"type":"Feature","id":"n559548342","geometry":{"type":"Point","coordinates":[-0.1625864,51.9582627]},"properties":{"@type":"node","@id":559548342,"@timestamp":1500813095},"coords":"51.9582627,-0.1625864","bedrooms":"0","price":"165000","area":"431"} , +{"type":"Feature","id":"n559661569","geometry":{"type":"Point","coordinates":[-0.1757848,51.9182578]},"properties":{"@type":"node","@id":559661569,"@timestamp":1633370777},"coords":"51.9182578,-0.1757848","bedrooms":"1","price":"229000","area":"631"} , +{"type":"Feature","id":"n559701564","geometry":{"type":"Point","coordinates":[-0.1813737,51.9091773]},"properties":{"@type":"node","@id":559701564,"@timestamp":1562586743},"coords":"51.9091773,-0.1813737","bedrooms":"2","price":"207000","area":"604"} , +{"type":"Feature","id":"n559757037","geometry":{"type":"Point","coordinates":[-0.2089193,51.9003479]},"properties":{"@type":"node","@id":559757037,"@timestamp":1636287203},"coords":"51.9003479,-0.2089193","bedrooms":"2","price":"200000","area":"446"} , +{"type":"Feature","id":"n559764027","geometry":{"type":"Point","coordinates":[-0.2016158,51.9025844]},"properties":{"@type":"node","@id":559764027,"@timestamp":1257717092},"coords":"51.9025844,-0.2016158","bedrooms":"3","price":"221000","area":"483"} , +{"type":"Feature","id":"n559782685","geometry":{"type":"Point","coordinates":[-0.2030936,51.9020658]},"properties":{"@type":"node","@id":559782685,"@timestamp":1257719646},"coords":"51.9020658,-0.2030936","bedrooms":"2","price":"175000","area":"551"} , +{"type":"Feature","id":"n559787948","geometry":{"type":"Point","coordinates":[-0.8042291,51.089072]},"properties":{"@type":"node","@id":559787948,"@timestamp":1431686497},"coords":"51.089072,-0.8042291","bedrooms":"3","price":"232000","area":"438"} , +{"type":"Feature","id":"n559945059","geometry":{"type":"Point","coordinates":[-0.6320586,51.3049736]},"properties":{"@type":"node","@id":559945059,"@timestamp":1468182371},"coords":"51.3049736,-0.6320586","bedrooms":"0","price":"253000","area":"537"} , +{"type":"Feature","id":"n560020876","geometry":{"type":"Point","coordinates":[-0.0094126,51.4840612]},"properties":{"@type":"node","@id":560020876,"@timestamp":1628094153},"coords":"51.4840612,-0.0094126","bedrooms":"1","price":"268000","area":"564"} , +{"type":"Feature","id":"n560105436","geometry":{"type":"Point","coordinates":[-0.3130607,51.4970197]},"properties":{"@type":"node","@id":560105436,"@timestamp":1618417767},"coords":"51.4970197,-0.3130607","bedrooms":"2","price":"268000","area":"561"} , +{"type":"Feature","id":"n560145232","geometry":{"type":"Point","coordinates":[0.6497575,51.569827]},"properties":{"@type":"node","@id":560145232,"@timestamp":1594812553},"coords":"51.569827,0.6497575","bedrooms":"0","price":"155000","area":"448"} , +{"type":"Feature","id":"n560406016","geometry":{"type":"Point","coordinates":[-0.7461153,51.5614551]},"properties":{"@type":"node","@id":560406016,"@timestamp":1530885289},"coords":"51.5614551,-0.7461153","bedrooms":"3","price":"293000","area":"479"} , +{"type":"Feature","id":"n560717334","geometry":{"type":"Point","coordinates":[-0.0915278,51.5135459]},"properties":{"@type":"node","@id":560717334,"@timestamp":1606723752},"coords":"51.5135459,-0.0915278","bedrooms":"4","price":"239000","area":"621"} , +{"type":"Feature","id":"n560921530","geometry":{"type":"Point","coordinates":[-0.4732267,50.9568397]},"properties":{"@type":"node","@id":560921530,"@timestamp":1366142410},"coords":"50.9568397,-0.4732267","bedrooms":"2","price":"233000","area":"525"} , +{"type":"Feature","id":"n561196972","geometry":{"type":"Point","coordinates":[-0.362415,51.5573679]},"properties":{"@type":"node","@id":561196972,"@timestamp":1412280615},"coords":"51.5573679,-0.362415","bedrooms":"1","price":"150000","area":"431"} , +{"type":"Feature","id":"n561240826","geometry":{"type":"Point","coordinates":[-0.3861371,51.6524426]},"properties":{"@type":"node","@id":561240826,"@timestamp":1603897124},"coords":"51.6524426,-0.3861371","bedrooms":"3","price":"184000","area":"551"} , +{"type":"Feature","id":"n561251409","geometry":{"type":"Point","coordinates":[-0.4601036,50.9427561]},"properties":{"@type":"node","@id":561251409,"@timestamp":1374776369},"coords":"50.9427561,-0.4601036","bedrooms":"2","price":"224000","area":"535"} , +{"type":"Feature","id":"n561270987","geometry":{"type":"Point","coordinates":[-0.6290596,51.2188962]},"properties":{"@type":"node","@id":561270987,"@timestamp":1275832503},"coords":"51.2188962,-0.6290596","bedrooms":"4","price":"178000","area":"393"} , +{"type":"Feature","id":"n561391365","geometry":{"type":"Point","coordinates":[-0.6271416,51.2130131]},"properties":{"@type":"node","@id":561391365,"@timestamp":1258057089},"coords":"51.2130131,-0.6271416","bedrooms":"2","price":"254000","area":"509"} , +{"type":"Feature","id":"n562655228","geometry":{"type":"Point","coordinates":[-0.2023716,51.8973972]},"properties":{"@type":"node","@id":562655228,"@timestamp":1321810847},"coords":"51.8973972,-0.2023716","bedrooms":"2","price":"173000","area":"667"} , +{"type":"Feature","id":"n562872586","geometry":{"type":"Point","coordinates":[0.0091978,51.5018298]},"properties":{"@type":"node","@id":562872586,"@timestamp":1618731354},"coords":"51.5018298,0.0091978","bedrooms":"3","price":"209000","area":"449"} , +{"type":"Feature","id":"n563199960","geometry":{"type":"Point","coordinates":[-0.1761446,51.5160172]},"properties":{"@type":"node","@id":563199960,"@timestamp":1622046332},"coords":"51.5160172,-0.1761446","bedrooms":"1","price":"229000","area":"448"} , +{"type":"Feature","id":"n563313190","geometry":{"type":"Point","coordinates":[-0.0203305,51.4002906]},"properties":{"@type":"node","@id":563313190,"@timestamp":1395792845},"coords":"51.4002906,-0.0203305","bedrooms":"1","price":"285000","area":"425"} , +{"type":"Feature","id":"n563791709","geometry":{"type":"Point","coordinates":[0.5064815,51.406389]},"properties":{"@type":"node","@id":563791709,"@timestamp":1306868380},"coords":"51.406389,0.5064815","bedrooms":"2","price":"226000","area":"377"} , +{"type":"Feature","id":"n563939001","geometry":{"type":"Point","coordinates":[-0.6500348,51.1956826]},"properties":{"@type":"node","@id":563939001,"@timestamp":1531240817},"coords":"51.1956826,-0.6500348","bedrooms":"0","price":"200000","area":"514"} , +{"type":"Feature","id":"n563939239","geometry":{"type":"Point","coordinates":[-0.6408689,51.1990399]},"properties":{"@type":"node","@id":563939239,"@timestamp":1258218192},"coords":"51.1990399,-0.6408689","bedrooms":"2","price":"215000","area":"409"} , +{"type":"Feature","id":"n564644273","geometry":{"type":"Point","coordinates":[0.2240865,51.4609748]},"properties":{"@type":"node","@id":564644273,"@timestamp":1619561283},"coords":"51.4609748,0.2240865","bedrooms":"3","price":"247000","area":"652"} , +{"type":"Feature","id":"n564741175","geometry":{"type":"Point","coordinates":[-0.7921613,51.7476956]},"properties":{"@type":"node","@id":564741175,"@timestamp":1609255982},"coords":"51.7476956,-0.7921613","bedrooms":"4","price":"214000","area":"681"} , +{"type":"Feature","id":"n564773823","geometry":{"type":"Point","coordinates":[-0.6071499,51.1963425]},"properties":{"@type":"node","@id":564773823,"@timestamp":1492592520},"coords":"51.1963425,-0.6071499","bedrooms":"3","price":"233000","area":"589"} , +{"type":"Feature","id":"n564810427","geometry":{"type":"Point","coordinates":[-0.2220553,51.9579259]},"properties":{"@type":"node","@id":564810427,"@timestamp":1586962203},"coords":"51.9579259,-0.2220553","bedrooms":"0","price":"163000","area":"478"} , +{"type":"Feature","id":"n564819374","geometry":{"type":"Point","coordinates":[-0.5786996,51.1869078]},"properties":{"@type":"node","@id":564819374,"@timestamp":1258301034},"coords":"51.1869078,-0.5786996","bedrooms":"0","price":"233000","area":"465"} , +{"type":"Feature","id":"n564824599","geometry":{"type":"Point","coordinates":[-0.2032901,51.9644072]},"properties":{"@type":"node","@id":564824599,"@timestamp":1392817912},"coords":"51.9644072,-0.2032901","bedrooms":"1","price":"217000","area":"381"} , +{"type":"Feature","id":"n564862647","geometry":{"type":"Point","coordinates":[-0.1333946,51.4856623]},"properties":{"@type":"node","@id":564862647,"@timestamp":1506019114},"coords":"51.4856623,-0.1333946","bedrooms":"1","price":"242000","area":"367"} , +{"type":"Feature","id":"n564875357","geometry":{"type":"Point","coordinates":[0.5553484,51.3745501]},"properties":{"@type":"node","@id":564875357,"@timestamp":1295730018},"coords":"51.3745501,0.5553484","bedrooms":"4","price":"154000","area":"395"} , +{"type":"Feature","id":"n564908769","geometry":{"type":"Point","coordinates":[-0.1765402,51.5159676]},"properties":{"@type":"node","@id":564908769,"@timestamp":1570556013},"coords":"51.5159676,-0.1765402","bedrooms":"0","price":"156000","area":"578"} , +{"type":"Feature","id":"n565073744","geometry":{"type":"Point","coordinates":[-1.0881875,51.6705724]},"properties":{"@type":"node","@id":565073744,"@timestamp":1258325035},"coords":"51.6705724,-1.0881875","bedrooms":"3","price":"225000","area":"388"} , +{"type":"Feature","id":"n565207373","geometry":{"type":"Point","coordinates":[-0.077441,51.5238794]},"properties":{"@type":"node","@id":565207373,"@timestamp":1597760027},"coords":"51.5238794,-0.077441","bedrooms":"4","price":"294000","area":"678"} , +{"type":"Feature","id":"n565345694","geometry":{"type":"Point","coordinates":[-0.9720733,51.4200939]},"properties":{"@type":"node","@id":565345694,"@timestamp":1609366972},"coords":"51.4200939,-0.9720733","bedrooms":"2","price":"228000","area":"613"} , +{"type":"Feature","id":"n565381112","geometry":{"type":"Point","coordinates":[-0.214247,51.8044042]},"properties":{"@type":"node","@id":565381112,"@timestamp":1258363531},"coords":"51.8044042,-0.214247","bedrooms":"0","price":"263000","area":"683"} , +{"type":"Feature","id":"n565439101","geometry":{"type":"Point","coordinates":[-0.5721176,51.5956268]},"properties":{"@type":"node","@id":565439101,"@timestamp":1555945318},"coords":"51.5956268,-0.5721176","bedrooms":"2","price":"156000","area":"573"} , +{"type":"Feature","id":"n565470142","geometry":{"type":"Point","coordinates":[-0.1319456,51.5129587]},"properties":{"@type":"node","@id":565470142,"@timestamp":1609634838},"coords":"51.5129587,-0.1319456","bedrooms":"2","price":"169000","area":"531"} , +{"type":"Feature","id":"n565474615","geometry":{"type":"Point","coordinates":[0.4966876,51.870958]},"properties":{"@type":"node","@id":565474615,"@timestamp":1292091411},"coords":"51.870958,0.4966876","bedrooms":"2","price":"189000","area":"585"} , +{"type":"Feature","id":"n565504025","geometry":{"type":"Point","coordinates":[-0.1092354,51.585298]},"properties":{"@type":"node","@id":565504025,"@timestamp":1511614220},"coords":"51.585298,-0.1092354","bedrooms":"4","price":"224000","area":"502"} , +{"type":"Feature","id":"n565504081","geometry":{"type":"Point","coordinates":[-0.1072664,51.5821529]},"properties":{"@type":"node","@id":565504081,"@timestamp":1511614220},"coords":"51.5821529,-0.1072664","bedrooms":"2","price":"207000","area":"554"} , +{"type":"Feature","id":"n565516873","geometry":{"type":"Point","coordinates":[-0.9790014,51.1488773]},"properties":{"@type":"node","@id":565516873,"@timestamp":1494713568},"coords":"51.1488773,-0.9790014","bedrooms":"4","price":"235000","area":"488"} , +{"type":"Feature","id":"n565562196","geometry":{"type":"Point","coordinates":[-0.5281041,51.224765]},"properties":{"@type":"node","@id":565562196,"@timestamp":1613834347},"coords":"51.224765,-0.5281041","bedrooms":"2","price":"279000","area":"472"} , +{"type":"Feature","id":"n565578615","geometry":{"type":"Point","coordinates":[-0.0062999,51.4841065]},"properties":{"@type":"node","@id":565578615,"@timestamp":1627872718},"coords":"51.4841065,-0.0062999","bedrooms":"1","price":"286000","area":"400"} , +{"type":"Feature","id":"n565580954","geometry":{"type":"Point","coordinates":[-0.4092557,51.2269954]},"properties":{"@type":"node","@id":565580954,"@timestamp":1374431709},"coords":"51.2269954,-0.4092557","bedrooms":"1","price":"156000","area":"671"} , +{"type":"Feature","id":"n565583598","geometry":{"type":"Point","coordinates":[-0.0032698,51.4848301]},"properties":{"@type":"node","@id":565583598,"@timestamp":1379180415},"coords":"51.4848301,-0.0032698","bedrooms":"4","price":"290000","area":"622"} , +{"type":"Feature","id":"n565642076","geometry":{"type":"Point","coordinates":[-0.3649917,51.2403675]},"properties":{"@type":"node","@id":565642076,"@timestamp":1495887462},"coords":"51.2403675,-0.3649917","bedrooms":"3","price":"153000","area":"520"} , +{"type":"Feature","id":"n565728475","geometry":{"type":"Point","coordinates":[-0.1281612,51.5167678]},"properties":{"@type":"node","@id":565728475,"@timestamp":1513035243},"coords":"51.5167678,-0.1281612","bedrooms":"3","price":"281000","area":"627"} , +{"type":"Feature","id":"n565754193","geometry":{"type":"Point","coordinates":[-0.5740458,51.4357157]},"properties":{"@type":"node","@id":565754193,"@timestamp":1636012428},"coords":"51.4357157,-0.5740458","bedrooms":"3","price":"265000","area":"350"} , +{"type":"Feature","id":"n565754203","geometry":{"type":"Point","coordinates":[-0.5806621,51.4290848]},"properties":{"@type":"node","@id":565754203,"@timestamp":1581089486},"coords":"51.4290848,-0.5806621","bedrooms":"4","price":"245000","area":"512"} , +{"type":"Feature","id":"n565754215","geometry":{"type":"Point","coordinates":[-0.5689073,51.4256243]},"properties":{"@type":"node","@id":565754215,"@timestamp":1632162416},"coords":"51.4256243,-0.5689073","bedrooms":"2","price":"279000","area":"689"} , +{"type":"Feature","id":"n565754227","geometry":{"type":"Point","coordinates":[-0.5399331,51.4325624]},"properties":{"@type":"node","@id":565754227,"@timestamp":1581089486},"coords":"51.4325624,-0.5399331","bedrooms":"0","price":"151000","area":"564"} , +{"type":"Feature","id":"n565754239","geometry":{"type":"Point","coordinates":[-0.5216374,51.4294563]},"properties":{"@type":"node","@id":565754239,"@timestamp":1610799164},"coords":"51.4294563,-0.5216374","bedrooms":"3","price":"239000","area":"487"} , +{"type":"Feature","id":"n565754250","geometry":{"type":"Point","coordinates":[-0.5344979,51.4184874]},"properties":{"@type":"node","@id":565754250,"@timestamp":1611579344},"coords":"51.4184874,-0.5344979","bedrooms":"0","price":"172000","area":"590"} , +{"type":"Feature","id":"n565754264","geometry":{"type":"Point","coordinates":[-0.5349746,51.4062238]},"properties":{"@type":"node","@id":565754264,"@timestamp":1581423330},"coords":"51.4062238,-0.5349746","bedrooms":"4","price":"201000","area":"431"} , +{"type":"Feature","id":"n565754275","geometry":{"type":"Point","coordinates":[-0.5641559,51.4025644]},"properties":{"@type":"node","@id":565754275,"@timestamp":1581423330},"coords":"51.4025644,-0.5641559","bedrooms":"2","price":"231000","area":"648"} , +{"type":"Feature","id":"n565754286","geometry":{"type":"Point","coordinates":[-0.5568659,51.4103782]},"properties":{"@type":"node","@id":565754286,"@timestamp":1581423330},"coords":"51.4103782,-0.5568659","bedrooms":"1","price":"282000","area":"673"} , +{"type":"Feature","id":"n565754296","geometry":{"type":"Point","coordinates":[-0.5470824,51.4260359]},"properties":{"@type":"node","@id":565754296,"@timestamp":1581423330},"coords":"51.4260359,-0.5470824","bedrooms":"2","price":"232000","area":"625"} , +{"type":"Feature","id":"n565754306","geometry":{"type":"Point","coordinates":[-0.5196869,51.4331814]},"properties":{"@type":"node","@id":565754306,"@timestamp":1628660601},"coords":"51.4331814,-0.5196869","bedrooms":"0","price":"210000","area":"516"} , +{"type":"Feature","id":"n565754316","geometry":{"type":"Point","coordinates":[-0.5020922,51.3479145]},"properties":{"@type":"node","@id":565754316,"@timestamp":1610685904},"coords":"51.3479145,-0.5020922","bedrooms":"3","price":"245000","area":"593"} , +{"type":"Feature","id":"n565754326","geometry":{"type":"Point","coordinates":[-0.4825508,51.3502975]},"properties":{"@type":"node","@id":565754326,"@timestamp":1631888178},"coords":"51.3502975,-0.4825508","bedrooms":"3","price":"211000","area":"412"} , +{"type":"Feature","id":"n565754336","geometry":{"type":"Point","coordinates":[-0.4903586,51.3668429]},"properties":{"@type":"node","@id":565754336,"@timestamp":1628708565},"coords":"51.3668429,-0.4903586","bedrooms":"1","price":"174000","area":"530"} , +{"type":"Feature","id":"n565754346","geometry":{"type":"Point","coordinates":[-0.487209,51.3716378]},"properties":{"@type":"node","@id":565754346,"@timestamp":1538163097},"coords":"51.3716378,-0.487209","bedrooms":"1","price":"211000","area":"421"} , +{"type":"Feature","id":"n565754356","geometry":{"type":"Point","coordinates":[-0.5306528,51.3655116]},"properties":{"@type":"node","@id":565754356,"@timestamp":1564970648},"coords":"51.3655116,-0.5306528","bedrooms":"1","price":"259000","area":"363"} , +{"type":"Feature","id":"n565754374","geometry":{"type":"Point","coordinates":[-0.5140798,51.3642135]},"properties":{"@type":"node","@id":565754374,"@timestamp":1611283847},"coords":"51.3642135,-0.5140798","bedrooms":"3","price":"259000","area":"667"} , +{"type":"Feature","id":"n565754385","geometry":{"type":"Point","coordinates":[-0.4939009,51.3703993]},"properties":{"@type":"node","@id":565754385,"@timestamp":1610326158},"coords":"51.3703993,-0.4939009","bedrooms":"0","price":"259000","area":"386"} , +{"type":"Feature","id":"n565754395","geometry":{"type":"Point","coordinates":[-0.4939826,51.3820006]},"properties":{"@type":"node","@id":565754395,"@timestamp":1556646775},"coords":"51.3820006,-0.4939826","bedrooms":"1","price":"181000","area":"581"} , +{"type":"Feature","id":"n565754405","geometry":{"type":"Point","coordinates":[-0.4982574,51.3905332]},"properties":{"@type":"node","@id":565754405,"@timestamp":1631571747},"coords":"51.3905332,-0.4982574","bedrooms":"2","price":"257000","area":"694"} , +{"type":"Feature","id":"n565754415","geometry":{"type":"Point","coordinates":[-0.5074325,51.4085528]},"properties":{"@type":"node","@id":565754415,"@timestamp":1581251473},"coords":"51.4085528,-0.5074325","bedrooms":"0","price":"242000","area":"513"} , +{"type":"Feature","id":"n565754425","geometry":{"type":"Point","coordinates":[-0.513263,51.4288001]},"properties":{"@type":"node","@id":565754425,"@timestamp":1631888178},"coords":"51.4288001,-0.513263","bedrooms":"4","price":"168000","area":"369"} , +{"type":"Feature","id":"n565754470","geometry":{"type":"Point","coordinates":[-0.5139817,51.3554212]},"properties":{"@type":"node","@id":565754470,"@timestamp":1611283847},"coords":"51.3554212,-0.5139817","bedrooms":"0","price":"240000","area":"683"} , +{"type":"Feature","id":"n565754503","geometry":{"type":"Point","coordinates":[-0.4980235,51.3885002]},"properties":{"@type":"node","@id":565754503,"@timestamp":1556646781},"coords":"51.3885002,-0.4980235","bedrooms":"0","price":"262000","area":"448"} , +{"type":"Feature","id":"n565754529","geometry":{"type":"Point","coordinates":[-0.5909247,51.4100209]},"properties":{"@type":"node","@id":565754529,"@timestamp":1581903057},"coords":"51.4100209,-0.5909247","bedrooms":"3","price":"198000","area":"647"} , +{"type":"Feature","id":"n565754565","geometry":{"type":"Point","coordinates":[-0.5082381,51.3873474]},"properties":{"@type":"node","@id":565754565,"@timestamp":1581251473},"coords":"51.3873474,-0.5082381","bedrooms":"2","price":"187000","area":"502"} , +{"type":"Feature","id":"n565754600","geometry":{"type":"Point","coordinates":[-0.4819902,51.4572515]},"properties":{"@type":"node","@id":565754600,"@timestamp":1556645267},"coords":"51.4572515,-0.4819902","bedrooms":"1","price":"202000","area":"361"} , +{"type":"Feature","id":"n565754616","geometry":{"type":"Point","coordinates":[-0.4732745,51.4547317]},"properties":{"@type":"node","@id":565754616,"@timestamp":1564912854},"coords":"51.4547317,-0.4732745","bedrooms":"3","price":"184000","area":"614"} , +{"type":"Feature","id":"n565754631","geometry":{"type":"Point","coordinates":[-0.4749736,51.4440389]},"properties":{"@type":"node","@id":565754631,"@timestamp":1581426234},"coords":"51.4440389,-0.4749736","bedrooms":"3","price":"247000","area":"584"} , +{"type":"Feature","id":"n565754645","geometry":{"type":"Point","coordinates":[-0.4740222,51.4416412]},"properties":{"@type":"node","@id":565754645,"@timestamp":1556645271},"coords":"51.4416412,-0.4740222","bedrooms":"2","price":"227000","area":"354"} , +{"type":"Feature","id":"n565754659","geometry":{"type":"Point","coordinates":[-0.3926246,51.4138847]},"properties":{"@type":"node","@id":565754659,"@timestamp":1556641360},"coords":"51.4138847,-0.3926246","bedrooms":"2","price":"158000","area":"520"} , +{"type":"Feature","id":"n565754669","geometry":{"type":"Point","coordinates":[-0.397184,51.4090375]},"properties":{"@type":"node","@id":565754669,"@timestamp":1556641362},"coords":"51.4090375,-0.397184","bedrooms":"1","price":"205000","area":"370"} , +{"type":"Feature","id":"n565754679","geometry":{"type":"Point","coordinates":[-0.4687819,51.3898853]},"properties":{"@type":"node","@id":565754679,"@timestamp":1631571747},"coords":"51.3898853,-0.4687819","bedrooms":"3","price":"176000","area":"366"} , +{"type":"Feature","id":"n565754698","geometry":{"type":"Point","coordinates":[-0.4476272,51.3959365]},"properties":{"@type":"node","@id":565754698,"@timestamp":1581085549},"coords":"51.3959365,-0.4476272","bedrooms":"2","price":"291000","area":"522"} , +{"type":"Feature","id":"n565754722","geometry":{"type":"Point","coordinates":[-0.4356025,51.3949123]},"properties":{"@type":"node","@id":565754722,"@timestamp":1581085549},"coords":"51.3949123,-0.4356025","bedrooms":"4","price":"185000","area":"670"} , +{"type":"Feature","id":"n565754741","geometry":{"type":"Point","coordinates":[-0.4219568,51.4137148]},"properties":{"@type":"node","@id":565754741,"@timestamp":1631571747},"coords":"51.4137148,-0.4219568","bedrooms":"3","price":"229000","area":"630"} , +{"type":"Feature","id":"n565754767","geometry":{"type":"Point","coordinates":[-0.4157427,51.4086065]},"properties":{"@type":"node","@id":565754767,"@timestamp":1556641368},"coords":"51.4086065,-0.4157427","bedrooms":"4","price":"207000","area":"452"} , +{"type":"Feature","id":"n565754782","geometry":{"type":"Point","coordinates":[-0.4627009,51.4076369]},"properties":{"@type":"node","@id":565754782,"@timestamp":1258416661},"coords":"51.4076369,-0.4627009","bedrooms":"3","price":"184000","area":"398"} , +{"type":"Feature","id":"n565754795","geometry":{"type":"Point","coordinates":[-0.4209657,51.4195148]},"properties":{"@type":"node","@id":565754795,"@timestamp":1631571747},"coords":"51.4195148,-0.4209657","bedrooms":"4","price":"268000","area":"475"} , +{"type":"Feature","id":"n565754805","geometry":{"type":"Point","coordinates":[-0.4554404,51.3986659]},"properties":{"@type":"node","@id":565754805,"@timestamp":1581085549},"coords":"51.3986659,-0.4554404","bedrooms":"1","price":"181000","area":"628"} , +{"type":"Feature","id":"n565754815","geometry":{"type":"Point","coordinates":[-0.4845366,51.4058159]},"properties":{"@type":"node","@id":565754815,"@timestamp":1631750726},"coords":"51.4058159,-0.4845366","bedrooms":"0","price":"158000","area":"547"} , +{"type":"Feature","id":"n565754825","geometry":{"type":"Point","coordinates":[-0.4978486,51.419504]},"properties":{"@type":"node","@id":565754825,"@timestamp":1556645275},"coords":"51.419504,-0.4978486","bedrooms":"0","price":"200000","area":"374"} , +{"type":"Feature","id":"n565754860","geometry":{"type":"Point","coordinates":[-0.463264,51.4041876]},"properties":{"@type":"node","@id":565754860,"@timestamp":1581085549},"coords":"51.4041876,-0.463264","bedrooms":"4","price":"197000","area":"368"} , +{"type":"Feature","id":"n565754896","geometry":{"type":"Point","coordinates":[-0.4424766,51.4201393]},"properties":{"@type":"node","@id":565754896,"@timestamp":1556645277},"coords":"51.4201393,-0.4424766","bedrooms":"1","price":"220000","area":"387"} , +{"type":"Feature","id":"n565754934","geometry":{"type":"Point","coordinates":[-0.4305063,51.4273895]},"properties":{"@type":"node","@id":565754934,"@timestamp":1556641373},"coords":"51.4273895,-0.4305063","bedrooms":"0","price":"272000","area":"538"} , +{"type":"Feature","id":"n565754968","geometry":{"type":"Point","coordinates":[-0.4476591,51.4229688]},"properties":{"@type":"node","@id":565754968,"@timestamp":1615220306},"coords":"51.4229688,-0.4476591","bedrooms":"2","price":"242000","area":"549"} , +{"type":"Feature","id":"n565755016","geometry":{"type":"Point","coordinates":[-0.4514403,51.4327116]},"properties":{"@type":"node","@id":565755016,"@timestamp":1552010140},"coords":"51.4327116,-0.4514403","bedrooms":"0","price":"215000","area":"391"} , +{"type":"Feature","id":"n565755053","geometry":{"type":"Point","coordinates":[-0.4721018,51.4394672]},"properties":{"@type":"node","@id":565755053,"@timestamp":1556645281},"coords":"51.4394672,-0.4721018","bedrooms":"0","price":"273000","area":"365"} , +{"type":"Feature","id":"n565755085","geometry":{"type":"Point","coordinates":[-0.4709525,51.4348249]},"properties":{"@type":"node","@id":565755085,"@timestamp":1552010142},"coords":"51.4348249,-0.4709525","bedrooms":"3","price":"203000","area":"565"} , +{"type":"Feature","id":"n565755101","geometry":{"type":"Point","coordinates":[-0.4851996,51.4270904]},"properties":{"@type":"node","@id":565755101,"@timestamp":1552010143},"coords":"51.4270904,-0.4851996","bedrooms":"3","price":"225000","area":"571"} , +{"type":"Feature","id":"n565755111","geometry":{"type":"Point","coordinates":[-0.5019265,51.4330952]},"properties":{"@type":"node","@id":565755111,"@timestamp":1631666494},"coords":"51.4330952,-0.5019265","bedrooms":"0","price":"183000","area":"387"} , +{"type":"Feature","id":"n565755121","geometry":{"type":"Point","coordinates":[-0.5093826,51.4325939]},"properties":{"@type":"node","@id":565755121,"@timestamp":1591788453},"coords":"51.4325939,-0.5093826","bedrooms":"4","price":"264000","area":"492"} , +{"type":"Feature","id":"n565755131","geometry":{"type":"Point","coordinates":[-0.4947674,51.4223504]},"properties":{"@type":"node","@id":565755131,"@timestamp":1619891639},"coords":"51.4223504,-0.4947674","bedrooms":"4","price":"260000","area":"387"} , +{"type":"Feature","id":"n565755141","geometry":{"type":"Point","coordinates":[-0.5026472,51.4593237]},"properties":{"@type":"node","@id":565755141,"@timestamp":1556645285},"coords":"51.4593237,-0.5026472","bedrooms":"3","price":"180000","area":"455"} , +{"type":"Feature","id":"n565755151","geometry":{"type":"Point","coordinates":[-0.4683289,51.4457463]},"properties":{"@type":"node","@id":565755151,"@timestamp":1581087385},"coords":"51.4457463,-0.4683289","bedrooms":"2","price":"252000","area":"660"} , +{"type":"Feature","id":"n565755162","geometry":{"type":"Point","coordinates":[-0.432102,51.4053544]},"properties":{"@type":"node","@id":565755162,"@timestamp":1631666494},"coords":"51.4053544,-0.432102","bedrooms":"4","price":"177000","area":"557"} , +{"type":"Feature","id":"n565755173","geometry":{"type":"Point","coordinates":[-0.440044,51.4342303]},"properties":{"@type":"node","@id":565755173,"@timestamp":1605605242},"coords":"51.4342303,-0.440044","bedrooms":"3","price":"254000","area":"431"} , +{"type":"Feature","id":"n565755183","geometry":{"type":"Point","coordinates":[-0.481333,51.4546802]},"properties":{"@type":"node","@id":565755183,"@timestamp":1556645289},"coords":"51.4546802,-0.481333","bedrooms":"4","price":"267000","area":"554"} , +{"type":"Feature","id":"n565755205","geometry":{"type":"Point","coordinates":[-0.6833545,51.3715485]},"properties":{"@type":"node","@id":565755205,"@timestamp":1598847368},"coords":"51.3715485,-0.6833545","bedrooms":"3","price":"290000","area":"624"} , +{"type":"Feature","id":"n565755215","geometry":{"type":"Point","coordinates":[-0.5953299,51.3434972]},"properties":{"@type":"node","@id":565755215,"@timestamp":1610240582},"coords":"51.3434972,-0.5953299","bedrooms":"2","price":"220000","area":"481"} , +{"type":"Feature","id":"n565755225","geometry":{"type":"Point","coordinates":[-0.6054818,51.3526042]},"properties":{"@type":"node","@id":565755225,"@timestamp":1610047332},"coords":"51.3526042,-0.6054818","bedrooms":"2","price":"182000","area":"610"} , +{"type":"Feature","id":"n565755235","geometry":{"type":"Point","coordinates":[-0.6548224,51.3648518]},"properties":{"@type":"node","@id":565755235,"@timestamp":1581903057},"coords":"51.3648518,-0.6548224","bedrooms":"2","price":"280000","area":"635"} , +{"type":"Feature","id":"n565755245","geometry":{"type":"Point","coordinates":[-0.6369158,51.324805]},"properties":{"@type":"node","@id":565755245,"@timestamp":1609972707},"coords":"51.324805,-0.6369158","bedrooms":"1","price":"240000","area":"361"} , +{"type":"Feature","id":"n565755255","geometry":{"type":"Point","coordinates":[-0.6441244,51.3402236]},"properties":{"@type":"node","@id":565755255,"@timestamp":1609972707},"coords":"51.3402236,-0.6441244","bedrooms":"2","price":"237000","area":"405"} , +{"type":"Feature","id":"n565755265","geometry":{"type":"Point","coordinates":[-0.6737627,51.353623]},"properties":{"@type":"node","@id":565755265,"@timestamp":1609972707},"coords":"51.353623,-0.6737627","bedrooms":"2","price":"284000","area":"380"} , +{"type":"Feature","id":"n565755275","geometry":{"type":"Point","coordinates":[-0.6989214,51.3565428]},"properties":{"@type":"node","@id":565755275,"@timestamp":1609972707},"coords":"51.3565428,-0.6989214","bedrooms":"3","price":"194000","area":"412"} , +{"type":"Feature","id":"n565755285","geometry":{"type":"Point","coordinates":[-0.7206061,51.3465086]},"properties":{"@type":"node","@id":565755285,"@timestamp":1610242574},"coords":"51.3465086,-0.7206061","bedrooms":"4","price":"157000","area":"384"} , +{"type":"Feature","id":"n565755295","geometry":{"type":"Point","coordinates":[-0.724208,51.3484548]},"properties":{"@type":"node","@id":565755295,"@timestamp":1635184553},"coords":"51.3484548,-0.724208","bedrooms":"4","price":"246000","area":"655"} , +{"type":"Feature","id":"n565755305","geometry":{"type":"Point","coordinates":[-0.7437933,51.3443626]},"properties":{"@type":"node","@id":565755305,"@timestamp":1258416702},"coords":"51.3443626,-0.7437933","bedrooms":"2","price":"281000","area":"496"} , +{"type":"Feature","id":"n565755316","geometry":{"type":"Point","coordinates":[-0.7338721,51.3243957]},"properties":{"@type":"node","@id":565755316,"@timestamp":1381690528},"coords":"51.3243957,-0.7338721","bedrooms":"3","price":"195000","area":"526"} , +{"type":"Feature","id":"n565755326","geometry":{"type":"Point","coordinates":[-0.7199868,51.3225806]},"properties":{"@type":"node","@id":565755326,"@timestamp":1616991307},"coords":"51.3225806,-0.7199868","bedrooms":"0","price":"224000","area":"649"} , +{"type":"Feature","id":"n565755336","geometry":{"type":"Point","coordinates":[-0.7076013,51.3334387]},"properties":{"@type":"node","@id":565755336,"@timestamp":1258416706},"coords":"51.3334387,-0.7076013","bedrooms":"4","price":"248000","area":"450"} , +{"type":"Feature","id":"n565755346","geometry":{"type":"Point","coordinates":[-0.7190428,51.3388924]},"properties":{"@type":"node","@id":565755346,"@timestamp":1609972707},"coords":"51.3388924,-0.7190428","bedrooms":"2","price":"227000","area":"646"} , +{"type":"Feature","id":"n565755356","geometry":{"type":"Point","coordinates":[-0.744748,51.3367485]},"properties":{"@type":"node","@id":565755356,"@timestamp":1581903057},"coords":"51.3367485,-0.744748","bedrooms":"2","price":"202000","area":"662"} , +{"type":"Feature","id":"n565755366","geometry":{"type":"Point","coordinates":[-0.7553664,51.3373408]},"properties":{"@type":"node","@id":565755366,"@timestamp":1631221046},"coords":"51.3373408,-0.7553664","bedrooms":"0","price":"158000","area":"506"} , +{"type":"Feature","id":"n565755376","geometry":{"type":"Point","coordinates":[-0.7584313,51.3329544]},"properties":{"@type":"node","@id":565755376,"@timestamp":1598848278},"coords":"51.3329544,-0.7584313","bedrooms":"2","price":"189000","area":"554"} , +{"type":"Feature","id":"n565755386","geometry":{"type":"Point","coordinates":[-0.7520732,51.326461]},"properties":{"@type":"node","@id":565755386,"@timestamp":1581903057},"coords":"51.326461,-0.7520732","bedrooms":"2","price":"279000","area":"493"} , +{"type":"Feature","id":"n565755401","geometry":{"type":"Point","coordinates":[-0.7426726,51.3144776]},"properties":{"@type":"node","@id":565755401,"@timestamp":1611872711},"coords":"51.3144776,-0.7426726","bedrooms":"1","price":"152000","area":"529"} , +{"type":"Feature","id":"n565755420","geometry":{"type":"Point","coordinates":[-0.7352862,51.3112238]},"properties":{"@type":"node","@id":565755420,"@timestamp":1258416716},"coords":"51.3112238,-0.7352862","bedrooms":"2","price":"289000","area":"654"} , +{"type":"Feature","id":"n565755439","geometry":{"type":"Point","coordinates":[-0.7007421,51.313105]},"properties":{"@type":"node","@id":565755439,"@timestamp":1616991307},"coords":"51.313105,-0.7007421","bedrooms":"1","price":"185000","area":"390"} , +{"type":"Feature","id":"n565755451","geometry":{"type":"Point","coordinates":[-0.7288968,51.2989248]},"properties":{"@type":"node","@id":565755451,"@timestamp":1258416718},"coords":"51.2989248,-0.7288968","bedrooms":"3","price":"244000","area":"685"} , +{"type":"Feature","id":"n565755461","geometry":{"type":"Point","coordinates":[-0.7303888,51.2905959]},"properties":{"@type":"node","@id":565755461,"@timestamp":1258416719},"coords":"51.2905959,-0.7303888","bedrooms":"3","price":"205000","area":"560"} , +{"type":"Feature","id":"n565755471","geometry":{"type":"Point","coordinates":[-0.7252597,51.3514912]},"properties":{"@type":"node","@id":565755471,"@timestamp":1258416720},"coords":"51.3514912,-0.7252597","bedrooms":"0","price":"226000","area":"485"} , +{"type":"Feature","id":"n565755481","geometry":{"type":"Point","coordinates":[-0.7255249,51.3217183]},"properties":{"@type":"node","@id":565755481,"@timestamp":1616991307},"coords":"51.3217183,-0.7255249","bedrooms":"3","price":"174000","area":"559"} , +{"type":"Feature","id":"n565755492","geometry":{"type":"Point","coordinates":[-0.6969696,51.3191854]},"properties":{"@type":"node","@id":565755492,"@timestamp":1616991307},"coords":"51.3191854,-0.6969696","bedrooms":"0","price":"266000","area":"623"} , +{"type":"Feature","id":"n565755503","geometry":{"type":"Point","coordinates":[-0.678608,51.3452781]},"properties":{"@type":"node","@id":565755503,"@timestamp":1581903057},"coords":"51.3452781,-0.678608","bedrooms":"2","price":"265000","area":"485"} , +{"type":"Feature","id":"n565755513","geometry":{"type":"Point","coordinates":[-0.6748425,51.3532253]},"properties":{"@type":"node","@id":565755513,"@timestamp":1609972707},"coords":"51.3532253,-0.6748425","bedrooms":"3","price":"295000","area":"368"} , +{"type":"Feature","id":"n565755523","geometry":{"type":"Point","coordinates":[-0.7328965,51.309948]},"properties":{"@type":"node","@id":565755523,"@timestamp":1258416727},"coords":"51.309948,-0.7328965","bedrooms":"3","price":"198000","area":"688"} , +{"type":"Feature","id":"n565755533","geometry":{"type":"Point","coordinates":[-0.4741495,51.339644]},"properties":{"@type":"node","@id":565755533,"@timestamp":1610685904},"coords":"51.339644,-0.4741495","bedrooms":"2","price":"205000","area":"678"} , +{"type":"Feature","id":"n565755543","geometry":{"type":"Point","coordinates":[-0.4790022,51.3345377]},"properties":{"@type":"node","@id":565755543,"@timestamp":1610685904},"coords":"51.3345377,-0.4790022","bedrooms":"4","price":"232000","area":"515"} , +{"type":"Feature","id":"n565755553","geometry":{"type":"Point","coordinates":[-0.4996014,51.3424896]},"properties":{"@type":"node","@id":565755553,"@timestamp":1610685904},"coords":"51.3424896,-0.4996014","bedrooms":"4","price":"179000","area":"571"} , +{"type":"Feature","id":"n565755563","geometry":{"type":"Point","coordinates":[-0.5081061,51.3354059]},"properties":{"@type":"node","@id":565755563,"@timestamp":1610778486},"coords":"51.3354059,-0.5081061","bedrooms":"1","price":"223000","area":"637"} , +{"type":"Feature","id":"n565755573","geometry":{"type":"Point","coordinates":[-0.5121823,51.3190524]},"properties":{"@type":"node","@id":565755573,"@timestamp":1610778486},"coords":"51.3190524,-0.5121823","bedrooms":"4","price":"187000","area":"559"} , +{"type":"Feature","id":"n565755583","geometry":{"type":"Point","coordinates":[-0.5326146,51.3189492]},"properties":{"@type":"node","@id":565755583,"@timestamp":1598847406},"coords":"51.3189492,-0.5326146","bedrooms":"1","price":"225000","area":"683"} , +{"type":"Feature","id":"n565755594","geometry":{"type":"Point","coordinates":[-0.5432017,51.3392251]},"properties":{"@type":"node","@id":565755594,"@timestamp":1581251473},"coords":"51.3392251,-0.5432017","bedrooms":"2","price":"263000","area":"608"} , +{"type":"Feature","id":"n565755605","geometry":{"type":"Point","coordinates":[-0.5184588,51.3373858]},"properties":{"@type":"node","@id":565755605,"@timestamp":1610685904},"coords":"51.3373858,-0.5184588","bedrooms":"3","price":"168000","area":"507"} , +{"type":"Feature","id":"n565755621","geometry":{"type":"Point","coordinates":[-0.5358427,51.3288358]},"properties":{"@type":"node","@id":565755621,"@timestamp":1610685904},"coords":"51.3288358,-0.5358427","bedrooms":"0","price":"278000","area":"411"} , +{"type":"Feature","id":"n565755639","geometry":{"type":"Point","coordinates":[-0.5647023,51.332954]},"properties":{"@type":"node","@id":565755639,"@timestamp":1611357051},"coords":"51.332954,-0.5647023","bedrooms":"3","price":"169000","area":"549"} , +{"type":"Feature","id":"n565755649","geometry":{"type":"Point","coordinates":[-0.5505864,51.3030288]},"properties":{"@type":"node","@id":565755649,"@timestamp":1610240582},"coords":"51.3030288,-0.5505864","bedrooms":"2","price":"168000","area":"511"} , +{"type":"Feature","id":"n565755706","geometry":{"type":"Point","coordinates":[-0.5638035,51.2965613]},"properties":{"@type":"node","@id":565755706,"@timestamp":1609972707},"coords":"51.2965613,-0.5638035","bedrooms":"0","price":"162000","area":"372"} , +{"type":"Feature","id":"n565755754","geometry":{"type":"Point","coordinates":[-0.5729749,51.2794397]},"properties":{"@type":"node","@id":565755754,"@timestamp":1598848143},"coords":"51.2794397,-0.5729749","bedrooms":"2","price":"251000","area":"491"} , +{"type":"Feature","id":"n565755765","geometry":{"type":"Point","coordinates":[-0.5697001,51.3063443]},"properties":{"@type":"node","@id":565755765,"@timestamp":1609877880},"coords":"51.3063443,-0.5697001","bedrooms":"2","price":"298000","area":"597"} , +{"type":"Feature","id":"n565755775","geometry":{"type":"Point","coordinates":[-0.5610851,51.3100164]},"properties":{"@type":"node","@id":565755775,"@timestamp":1623102775},"coords":"51.3100164,-0.5610851","bedrooms":"0","price":"219000","area":"404"} , +{"type":"Feature","id":"n565755789","geometry":{"type":"Point","coordinates":[-0.6378583,51.3045013]},"properties":{"@type":"node","@id":565755789,"@timestamp":1609875564},"coords":"51.3045013,-0.6378583","bedrooms":"4","price":"234000","area":"541"} , +{"type":"Feature","id":"n565755803","geometry":{"type":"Point","coordinates":[-0.6265812,51.3119533]},"properties":{"@type":"node","@id":565755803,"@timestamp":1610047332},"coords":"51.3119533,-0.6265812","bedrooms":"4","price":"152000","area":"675"} , +{"type":"Feature","id":"n565755813","geometry":{"type":"Point","coordinates":[-0.6237503,51.3184619]},"properties":{"@type":"node","@id":565755813,"@timestamp":1624030007},"coords":"51.3184619,-0.6237503","bedrooms":"2","price":"171000","area":"420"} , +{"type":"Feature","id":"n565755823","geometry":{"type":"Point","coordinates":[-0.5989409,51.325953]},"properties":{"@type":"node","@id":565755823,"@timestamp":1610049311},"coords":"51.325953,-0.5989409","bedrooms":"0","price":"214000","area":"647"} , +{"type":"Feature","id":"n565755833","geometry":{"type":"Point","coordinates":[-0.6103185,51.3204646]},"properties":{"@type":"node","@id":565755833,"@timestamp":1610491673},"coords":"51.3204646,-0.6103185","bedrooms":"4","price":"294000","area":"536"} , +{"type":"Feature","id":"n565755862","geometry":{"type":"Point","coordinates":[-0.5606955,51.3217442]},"properties":{"@type":"node","@id":565755862,"@timestamp":1616991307},"coords":"51.3217442,-0.5606955","bedrooms":"4","price":"287000","area":"460"} , +{"type":"Feature","id":"n565755878","geometry":{"type":"Point","coordinates":[-0.6126118,51.3118045]},"properties":{"@type":"node","@id":565755878,"@timestamp":1609972707},"coords":"51.3118045,-0.6126118","bedrooms":"2","price":"208000","area":"584"} , +{"type":"Feature","id":"n565755888","geometry":{"type":"Point","coordinates":[-0.5826,51.3093647]},"properties":{"@type":"node","@id":565755888,"@timestamp":1609875564},"coords":"51.3093647,-0.5826","bedrooms":"2","price":"163000","area":"613"} , +{"type":"Feature","id":"n565755900","geometry":{"type":"Point","coordinates":[-0.5744282,51.3140974]},"properties":{"@type":"node","@id":565755900,"@timestamp":1609875564},"coords":"51.3140974,-0.5744282","bedrooms":"1","price":"160000","area":"680"} , +{"type":"Feature","id":"n565755916","geometry":{"type":"Point","coordinates":[-0.5555451,51.3193332]},"properties":{"@type":"node","@id":565755916,"@timestamp":1609972707},"coords":"51.3193332,-0.5555451","bedrooms":"3","price":"159000","area":"379"} , +{"type":"Feature","id":"n565755927","geometry":{"type":"Point","coordinates":[-0.6018937,51.3233803]},"properties":{"@type":"node","@id":565755927,"@timestamp":1610491673},"coords":"51.3233803,-0.6018937","bedrooms":"3","price":"191000","area":"443"} , +{"type":"Feature","id":"n565755939","geometry":{"type":"Point","coordinates":[-0.5363491,51.3038391]},"properties":{"@type":"node","@id":565755939,"@timestamp":1610160678},"coords":"51.3038391,-0.5363491","bedrooms":"4","price":"224000","area":"517"} , +{"type":"Feature","id":"n565755949","geometry":{"type":"Point","coordinates":[-0.560195,51.3061713]},"properties":{"@type":"node","@id":565755949,"@timestamp":1258416775},"coords":"51.3061713,-0.560195","bedrooms":"1","price":"298000","area":"376"} , +{"type":"Feature","id":"n565755960","geometry":{"type":"Point","coordinates":[-0.5652727,51.3129075]},"properties":{"@type":"node","@id":565755960,"@timestamp":1610241401},"coords":"51.3129075,-0.5652727","bedrooms":"2","price":"214000","area":"494"} , +{"type":"Feature","id":"n565755972","geometry":{"type":"Point","coordinates":[-0.4715897,51.3316121]},"properties":{"@type":"node","@id":565755972,"@timestamp":1610685904},"coords":"51.3316121,-0.4715897","bedrooms":"3","price":"290000","area":"416"} , +{"type":"Feature","id":"n565755982","geometry":{"type":"Point","coordinates":[-0.5065363,51.3231558]},"properties":{"@type":"node","@id":565755982,"@timestamp":1610778486},"coords":"51.3231558,-0.5065363","bedrooms":"3","price":"270000","area":"651"} , +{"type":"Feature","id":"n565755994","geometry":{"type":"Point","coordinates":[-0.5428334,51.3343103]},"properties":{"@type":"node","@id":565755994,"@timestamp":1598847423},"coords":"51.3343103,-0.5428334","bedrooms":"0","price":"170000","area":"362"} , +{"type":"Feature","id":"n565756007","geometry":{"type":"Point","coordinates":[-0.6133761,51.3181695]},"properties":{"@type":"node","@id":565756007,"@timestamp":1610047332},"coords":"51.3181695,-0.6133761","bedrooms":"0","price":"175000","area":"682"} , +{"type":"Feature","id":"n565756022","geometry":{"type":"Point","coordinates":[-0.596867,51.3130323]},"properties":{"@type":"node","@id":565756022,"@timestamp":1610047332},"coords":"51.3130323,-0.596867","bedrooms":"2","price":"220000","area":"630"} , +{"type":"Feature","id":"n565756032","geometry":{"type":"Point","coordinates":[-0.5596993,51.2827754]},"properties":{"@type":"node","@id":565756032,"@timestamp":1609972707},"coords":"51.2827754,-0.5596993","bedrooms":"3","price":"215000","area":"411"} , +{"type":"Feature","id":"n565756042","geometry":{"type":"Point","coordinates":[-0.5023888,51.3114078]},"properties":{"@type":"node","@id":565756042,"@timestamp":1610778486},"coords":"51.3114078,-0.5023888","bedrooms":"2","price":"272000","area":"479"} , +{"type":"Feature","id":"n565756052","geometry":{"type":"Point","coordinates":[-0.613653,51.3113397]},"properties":{"@type":"node","@id":565756052,"@timestamp":1598847575},"coords":"51.3113397,-0.613653","bedrooms":"4","price":"226000","area":"435"} , +{"type":"Feature","id":"n565756062","geometry":{"type":"Point","coordinates":[-0.4016653,51.3255107]},"properties":{"@type":"node","@id":565756062,"@timestamp":1628709302},"coords":"51.3255107,-0.4016653","bedrooms":"2","price":"270000","area":"635"} , +{"type":"Feature","id":"n565756072","geometry":{"type":"Point","coordinates":[-0.4361628,51.3358121]},"properties":{"@type":"node","@id":565756072,"@timestamp":1556646808},"coords":"51.3358121,-0.4361628","bedrooms":"3","price":"173000","area":"496"} , +{"type":"Feature","id":"n565756082","geometry":{"type":"Point","coordinates":[-0.4626505,51.346325]},"properties":{"@type":"node","@id":565756082,"@timestamp":1624716733},"coords":"51.346325,-0.4626505","bedrooms":"4","price":"242000","area":"416"} , +{"type":"Feature","id":"n565756093","geometry":{"type":"Point","coordinates":[-0.4600402,51.365675]},"properties":{"@type":"node","@id":565756093,"@timestamp":1612525859},"coords":"51.365675,-0.4600402","bedrooms":"0","price":"241000","area":"451"} , +{"type":"Feature","id":"n565756127","geometry":{"type":"Point","coordinates":[-0.393199,51.3434859]},"properties":{"@type":"node","@id":565756127,"@timestamp":1556646814},"coords":"51.3434859,-0.393199","bedrooms":"2","price":"212000","area":"453"} , +{"type":"Feature","id":"n565756155","geometry":{"type":"Point","coordinates":[-0.4606145,51.3723949]},"properties":{"@type":"node","@id":565756155,"@timestamp":1610685904},"coords":"51.3723949,-0.4606145","bedrooms":"1","price":"286000","area":"419"} , +{"type":"Feature","id":"n565756165","geometry":{"type":"Point","coordinates":[-0.4406402,51.3729841]},"properties":{"@type":"node","@id":565756165,"@timestamp":1556646816},"coords":"51.3729841,-0.4406402","bedrooms":"0","price":"189000","area":"547"} , +{"type":"Feature","id":"n565756175","geometry":{"type":"Point","coordinates":[-0.4282291,51.3844536]},"properties":{"@type":"node","@id":565756175,"@timestamp":1556641378},"coords":"51.3844536,-0.4282291","bedrooms":"3","price":"180000","area":"664"} , +{"type":"Feature","id":"n565756185","geometry":{"type":"Point","coordinates":[-0.4140967,51.3810624]},"properties":{"@type":"node","@id":565756185,"@timestamp":1556641380},"coords":"51.3810624,-0.4140967","bedrooms":"3","price":"238000","area":"513"} , +{"type":"Feature","id":"n565756195","geometry":{"type":"Point","coordinates":[-0.4143739,51.3731855]},"properties":{"@type":"node","@id":565756195,"@timestamp":1556641382},"coords":"51.3731855,-0.4143739","bedrooms":"4","price":"287000","area":"365"} , +{"type":"Feature","id":"n565756205","geometry":{"type":"Point","coordinates":[-0.4477786,51.3689252]},"properties":{"@type":"node","@id":565756205,"@timestamp":1605765319},"coords":"51.3689252,-0.4477786","bedrooms":"1","price":"195000","area":"670"} , +{"type":"Feature","id":"n565756215","geometry":{"type":"Point","coordinates":[-0.4225726,51.3709028]},"properties":{"@type":"node","@id":565756215,"@timestamp":1605765319},"coords":"51.3709028,-0.4225726","bedrooms":"3","price":"299000","area":"676"} , +{"type":"Feature","id":"n565756225","geometry":{"type":"Point","coordinates":[-0.4005962,51.3651371]},"properties":{"@type":"node","@id":565756225,"@timestamp":1556641387},"coords":"51.3651371,-0.4005962","bedrooms":"4","price":"299000","area":"442"} , +{"type":"Feature","id":"n565756235","geometry":{"type":"Point","coordinates":[-0.3766321,51.3675297]},"properties":{"@type":"node","@id":565756235,"@timestamp":1556641389},"coords":"51.3675297,-0.3766321","bedrooms":"1","price":"192000","area":"388"} , +{"type":"Feature","id":"n565756245","geometry":{"type":"Point","coordinates":[-0.3533082,51.3768763]},"properties":{"@type":"node","@id":565756245,"@timestamp":1615157110},"coords":"51.3768763,-0.3533082","bedrooms":"2","price":"246000","area":"361"} , +{"type":"Feature","id":"n565756255","geometry":{"type":"Point","coordinates":[-0.3304735,51.3861424]},"properties":{"@type":"node","@id":565756255,"@timestamp":1556641392},"coords":"51.3861424,-0.3304735","bedrooms":"1","price":"224000","area":"630"} , +{"type":"Feature","id":"n565756265","geometry":{"type":"Point","coordinates":[-0.4154626,51.3895586]},"properties":{"@type":"node","@id":565756265,"@timestamp":1556641394},"coords":"51.3895586,-0.4154626","bedrooms":"2","price":"199000","area":"667"} , +{"type":"Feature","id":"n565756283","geometry":{"type":"Point","coordinates":[-0.4103177,51.3888268]},"properties":{"@type":"node","@id":565756283,"@timestamp":1556641396},"coords":"51.3888268,-0.4103177","bedrooms":"2","price":"163000","area":"630"} , +{"type":"Feature","id":"n565756293","geometry":{"type":"Point","coordinates":[-0.396237,51.3813907]},"properties":{"@type":"node","@id":565756293,"@timestamp":1556641398},"coords":"51.3813907,-0.396237","bedrooms":"1","price":"174000","area":"492"} , +{"type":"Feature","id":"n565756303","geometry":{"type":"Point","coordinates":[-0.3919811,51.3735223]},"properties":{"@type":"node","@id":565756303,"@timestamp":1556641400},"coords":"51.3735223,-0.3919811","bedrooms":"3","price":"243000","area":"462"} , +{"type":"Feature","id":"n565756313","geometry":{"type":"Point","coordinates":[-0.3852686,51.3876967]},"properties":{"@type":"node","@id":565756313,"@timestamp":1556641402},"coords":"51.3876967,-0.3852686","bedrooms":"2","price":"168000","area":"539"} , +{"type":"Feature","id":"n565756323","geometry":{"type":"Point","coordinates":[-0.3799038,51.4017179]},"properties":{"@type":"node","@id":565756323,"@timestamp":1556641404},"coords":"51.4017179,-0.3799038","bedrooms":"2","price":"230000","area":"586"} , +{"type":"Feature","id":"n565756333","geometry":{"type":"Point","coordinates":[-0.3601651,51.4075383]},"properties":{"@type":"node","@id":565756333,"@timestamp":1556641406},"coords":"51.4075383,-0.3601651","bedrooms":"4","price":"212000","area":"471"} , +{"type":"Feature","id":"n565756345","geometry":{"type":"Point","coordinates":[-0.3609644,51.4013226]},"properties":{"@type":"node","@id":565756345,"@timestamp":1556641408},"coords":"51.4013226,-0.3609644","bedrooms":"3","price":"190000","area":"377"} , +{"type":"Feature","id":"n565756358","geometry":{"type":"Point","coordinates":[-0.346598,51.3868059]},"properties":{"@type":"node","@id":565756358,"@timestamp":1556641410},"coords":"51.3868059,-0.346598","bedrooms":"2","price":"245000","area":"479"} , +{"type":"Feature","id":"n565756395","geometry":{"type":"Point","coordinates":[-0.354435,51.3812052]},"properties":{"@type":"node","@id":565756395,"@timestamp":1556641410},"coords":"51.3812052,-0.354435","bedrooms":"2","price":"151000","area":"666"} , +{"type":"Feature","id":"n565756425","geometry":{"type":"Point","coordinates":[-0.3665348,51.3709872]},"properties":{"@type":"node","@id":565756425,"@timestamp":1615130102},"coords":"51.3709872,-0.3665348","bedrooms":"2","price":"282000","area":"620"} , +{"type":"Feature","id":"n565756462","geometry":{"type":"Point","coordinates":[-0.3460717,51.3612235]},"properties":{"@type":"node","@id":565756462,"@timestamp":1605822638},"coords":"51.3612235,-0.3460717","bedrooms":"0","price":"291000","area":"382"} , +{"type":"Feature","id":"n565756510","geometry":{"type":"Point","coordinates":[-0.3427128,51.363088]},"properties":{"@type":"node","@id":565756510,"@timestamp":1605826611},"coords":"51.363088,-0.3427128","bedrooms":"4","price":"245000","area":"509"} , +{"type":"Feature","id":"n565756540","geometry":{"type":"Point","coordinates":[-0.3214141,51.384018]},"properties":{"@type":"node","@id":565756540,"@timestamp":1564912854},"coords":"51.384018,-0.3214141","bedrooms":"1","price":"221000","area":"377"} , +{"type":"Feature","id":"n565756572","geometry":{"type":"Point","coordinates":[-0.3718343,51.3632651]},"properties":{"@type":"node","@id":565756572,"@timestamp":1592503293},"coords":"51.3632651,-0.3718343","bedrooms":"4","price":"259000","area":"377"} , +{"type":"Feature","id":"n565756604","geometry":{"type":"Point","coordinates":[-0.3498978,51.3880601]},"properties":{"@type":"node","@id":565756604,"@timestamp":1556641421},"coords":"51.3880601,-0.3498978","bedrooms":"4","price":"226000","area":"616"} , +{"type":"Feature","id":"n565756636","geometry":{"type":"Point","coordinates":[-0.3631806,51.3313751]},"properties":{"@type":"node","@id":565756636,"@timestamp":1561496551},"coords":"51.3313751,-0.3631806","bedrooms":"0","price":"267000","area":"429"} , +{"type":"Feature","id":"n565756665","geometry":{"type":"Point","coordinates":[-0.3402906,51.3898013]},"properties":{"@type":"node","@id":565756665,"@timestamp":1556641423},"coords":"51.3898013,-0.3402906","bedrooms":"0","price":"275000","area":"566"} , +{"type":"Feature","id":"n565756696","geometry":{"type":"Point","coordinates":[-0.3286169,51.3893324]},"properties":{"@type":"node","@id":565756696,"@timestamp":1626967344},"coords":"51.3893324,-0.3286169","bedrooms":"2","price":"259000","area":"545"} , +{"type":"Feature","id":"n565756730","geometry":{"type":"Point","coordinates":[-0.3478906,51.3907455]},"properties":{"@type":"node","@id":565756730,"@timestamp":1556641426},"coords":"51.3907455,-0.3478906","bedrooms":"1","price":"241000","area":"371"} , +{"type":"Feature","id":"n565756760","geometry":{"type":"Point","coordinates":[-0.4206231,51.3330481]},"properties":{"@type":"node","@id":565756760,"@timestamp":1556646822},"coords":"51.3330481,-0.4206231","bedrooms":"4","price":"226000","area":"409"} , +{"type":"Feature","id":"n565756793","geometry":{"type":"Point","coordinates":[-0.3630362,51.3558916]},"properties":{"@type":"node","@id":565756793,"@timestamp":1556646823},"coords":"51.3558916,-0.3630362","bedrooms":"2","price":"217000","area":"653"} , +{"type":"Feature","id":"n565756830","geometry":{"type":"Point","coordinates":[-0.3865224,51.3883137]},"properties":{"@type":"node","@id":565756830,"@timestamp":1556641429},"coords":"51.3883137,-0.3865224","bedrooms":"3","price":"251000","area":"634"} , +{"type":"Feature","id":"n565756842","geometry":{"type":"Point","coordinates":[-0.3573503,51.3972591]},"properties":{"@type":"node","@id":565756842,"@timestamp":1556641431},"coords":"51.3972591,-0.3573503","bedrooms":"2","price":"176000","area":"470"} , +{"type":"Feature","id":"n565756852","geometry":{"type":"Point","coordinates":[-0.4045065,51.3718949]},"properties":{"@type":"node","@id":565756852,"@timestamp":1556641432},"coords":"51.3718949,-0.4045065","bedrooms":"2","price":"240000","area":"535"} , +{"type":"Feature","id":"n565756864","geometry":{"type":"Point","coordinates":[-0.4736068,51.343193]},"properties":{"@type":"node","@id":565756864,"@timestamp":1610685904},"coords":"51.343193,-0.4736068","bedrooms":"0","price":"165000","area":"620"} , +{"type":"Feature","id":"n565756875","geometry":{"type":"Point","coordinates":[-0.2787184,51.3067634]},"properties":{"@type":"node","@id":565756875,"@timestamp":1561561578},"coords":"51.3067634,-0.2787184","bedrooms":"3","price":"299000","area":"542"} , +{"type":"Feature","id":"n565756885","geometry":{"type":"Point","coordinates":[-0.2744932,51.3228095]},"properties":{"@type":"node","@id":565756885,"@timestamp":1561396199},"coords":"51.3228095,-0.2744932","bedrooms":"2","price":"153000","area":"629"} , +{"type":"Feature","id":"n565756907","geometry":{"type":"Point","coordinates":[-0.2566206,51.313816]},"properties":{"@type":"node","@id":565756907,"@timestamp":1636228695},"coords":"51.313816,-0.2566206","bedrooms":"4","price":"222000","area":"492"} , +{"type":"Feature","id":"n565756930","geometry":{"type":"Point","coordinates":[-0.2829813,51.3238434]},"properties":{"@type":"node","@id":565756930,"@timestamp":1561397350},"coords":"51.3238434,-0.2829813","bedrooms":"1","price":"235000","area":"487"} , +{"type":"Feature","id":"n565756940","geometry":{"type":"Point","coordinates":[-0.283198,51.3344104]},"properties":{"@type":"node","@id":565756940,"@timestamp":1561570378},"coords":"51.3344104,-0.283198","bedrooms":"1","price":"238000","area":"433"} , +{"type":"Feature","id":"n565756950","geometry":{"type":"Point","coordinates":[-0.2727158,51.3274309]},"properties":{"@type":"node","@id":565756950,"@timestamp":1561396199},"coords":"51.3274309,-0.2727158","bedrooms":"4","price":"176000","area":"620"} , +{"type":"Feature","id":"n565756960","geometry":{"type":"Point","coordinates":[-0.2558587,51.3395796]},"properties":{"@type":"node","@id":565756960,"@timestamp":1556646836},"coords":"51.3395796,-0.2558587","bedrooms":"3","price":"280000","area":"684"} , +{"type":"Feature","id":"n565756991","geometry":{"type":"Point","coordinates":[-0.2281159,51.3456932]},"properties":{"@type":"node","@id":565756991,"@timestamp":1556646838},"coords":"51.3456932,-0.2281159","bedrooms":"4","price":"248000","area":"629"} , +{"type":"Feature","id":"n565757022","geometry":{"type":"Point","coordinates":[-0.2519597,51.3321387]},"properties":{"@type":"node","@id":565757022,"@timestamp":1561396199},"coords":"51.3321387,-0.2519597","bedrooms":"2","price":"203000","area":"469"} , +{"type":"Feature","id":"n565757056","geometry":{"type":"Point","coordinates":[-0.2433595,51.3556604]},"properties":{"@type":"node","@id":565757056,"@timestamp":1602006863},"coords":"51.3556604,-0.2433595","bedrooms":"2","price":"218000","area":"610"} , +{"type":"Feature","id":"n565757090","geometry":{"type":"Point","coordinates":[-0.2508654,51.3591816]},"properties":{"@type":"node","@id":565757090,"@timestamp":1597481218},"coords":"51.3591816,-0.2508654","bedrooms":"3","price":"230000","area":"427"} , +{"type":"Feature","id":"n565757119","geometry":{"type":"Point","coordinates":[-0.2664662,51.3363399]},"properties":{"@type":"node","@id":565757119,"@timestamp":1556646843},"coords":"51.3363399,-0.2664662","bedrooms":"3","price":"256000","area":"550"} , +{"type":"Feature","id":"n565757160","geometry":{"type":"Point","coordinates":[-0.272517,51.3455316]},"properties":{"@type":"node","@id":565757160,"@timestamp":1561561578},"coords":"51.3455316,-0.272517","bedrooms":"3","price":"230000","area":"553"} , +{"type":"Feature","id":"n565757203","geometry":{"type":"Point","coordinates":[-0.26196,51.3495525]},"properties":{"@type":"node","@id":565757203,"@timestamp":1556646847},"coords":"51.3495525,-0.26196","bedrooms":"0","price":"200000","area":"557"} , +{"type":"Feature","id":"n565757238","geometry":{"type":"Point","coordinates":[-0.2702629,51.3543054]},"properties":{"@type":"node","@id":565757238,"@timestamp":1556646848},"coords":"51.3543054,-0.2702629","bedrooms":"4","price":"297000","area":"592"} , +{"type":"Feature","id":"n565757273","geometry":{"type":"Point","coordinates":[-0.2765317,51.362446]},"properties":{"@type":"node","@id":565757273,"@timestamp":1621464312},"coords":"51.362446,-0.2765317","bedrooms":"4","price":"176000","area":"500"} , +{"type":"Feature","id":"n565757302","geometry":{"type":"Point","coordinates":[-0.2702839,51.3717824]},"properties":{"@type":"node","@id":565757302,"@timestamp":1597481218},"coords":"51.3717824,-0.2702839","bedrooms":"3","price":"299000","area":"385"} , +{"type":"Feature","id":"n565757333","geometry":{"type":"Point","coordinates":[-0.2663101,51.3477133]},"properties":{"@type":"node","@id":565757333,"@timestamp":1561570378},"coords":"51.3477133,-0.2663101","bedrooms":"4","price":"293000","area":"530"} , +{"type":"Feature","id":"n565757366","geometry":{"type":"Point","coordinates":[-0.252837,51.3696597]},"properties":{"@type":"node","@id":565757366,"@timestamp":1605614681},"coords":"51.3696597,-0.252837","bedrooms":"2","price":"286000","area":"429"} , +{"type":"Feature","id":"n565757403","geometry":{"type":"Point","coordinates":[-0.2490011,51.3640088]},"properties":{"@type":"node","@id":565757403,"@timestamp":1597481218},"coords":"51.3640088,-0.2490011","bedrooms":"1","price":"174000","area":"406"} , +{"type":"Feature","id":"n565757440","geometry":{"type":"Point","coordinates":[-0.2348024,51.3646673]},"properties":{"@type":"node","@id":565757440,"@timestamp":1601733890},"coords":"51.3646673,-0.2348024","bedrooms":"1","price":"255000","area":"671"} , +{"type":"Feature","id":"n565757475","geometry":{"type":"Point","coordinates":[-0.2599845,51.3660316]},"properties":{"@type":"node","@id":565757475,"@timestamp":1606143350},"coords":"51.3660316,-0.2599845","bedrooms":"4","price":"192000","area":"524"} , +{"type":"Feature","id":"n565757507","geometry":{"type":"Point","coordinates":[-0.2690163,51.3581398]},"properties":{"@type":"node","@id":565757507,"@timestamp":1621464312},"coords":"51.3581398,-0.2690163","bedrooms":"1","price":"234000","area":"501"} , +{"type":"Feature","id":"n565757546","geometry":{"type":"Point","coordinates":[-0.2829793,51.3237089]},"properties":{"@type":"node","@id":565757546,"@timestamp":1561561578},"coords":"51.3237089,-0.2829793","bedrooms":"4","price":"214000","area":"549"} , +{"type":"Feature","id":"n565757575","geometry":{"type":"Point","coordinates":[-0.5883552,51.2014436]},"properties":{"@type":"node","@id":565757575,"@timestamp":1606989133},"coords":"51.2014436,-0.5883552","bedrooms":"4","price":"282000","area":"414"} , +{"type":"Feature","id":"n565757611","geometry":{"type":"Point","coordinates":[-0.579669,51.2266786]},"properties":{"@type":"node","@id":565757611,"@timestamp":1612904691},"coords":"51.2266786,-0.579669","bedrooms":"3","price":"299000","area":"351"} , +{"type":"Feature","id":"n565757640","geometry":{"type":"Point","coordinates":[-0.733421,51.2215388]},"properties":{"@type":"node","@id":565757640,"@timestamp":1336238791},"coords":"51.2215388,-0.733421","bedrooms":"3","price":"265000","area":"647"} , +{"type":"Feature","id":"n565757673","geometry":{"type":"Point","coordinates":[-0.5605684,51.2344229]},"properties":{"@type":"node","@id":565757673,"@timestamp":1586955894},"coords":"51.2344229,-0.5605684","bedrooms":"2","price":"289000","area":"520"} , +{"type":"Feature","id":"n565757710","geometry":{"type":"Point","coordinates":[-0.7368477,51.2245255]},"properties":{"@type":"node","@id":565757710,"@timestamp":1258416905},"coords":"51.2245255,-0.7368477","bedrooms":"2","price":"216000","area":"553"} , +{"type":"Feature","id":"n565757753","geometry":{"type":"Point","coordinates":[-0.6415007,51.2273243]},"properties":{"@type":"node","@id":565757753,"@timestamp":1512570540},"coords":"51.2273243,-0.6415007","bedrooms":"2","price":"184000","area":"415"} , +{"type":"Feature","id":"n565757788","geometry":{"type":"Point","coordinates":[-0.5935949,51.2326663]},"properties":{"@type":"node","@id":565757788,"@timestamp":1586788789},"coords":"51.2326663,-0.5935949","bedrooms":"2","price":"199000","area":"540"} , +{"type":"Feature","id":"n565757816","geometry":{"type":"Point","coordinates":[-0.7224398,51.2729001]},"properties":{"@type":"node","@id":565757816,"@timestamp":1502719119},"coords":"51.2729001,-0.7224398","bedrooms":"2","price":"284000","area":"376"} , +{"type":"Feature","id":"n565757848","geometry":{"type":"Point","coordinates":[-0.7194758,51.25614]},"properties":{"@type":"node","@id":565757848,"@timestamp":1626977738},"coords":"51.25614,-0.7194758","bedrooms":"4","price":"226000","area":"421"} , +{"type":"Feature","id":"n565757901","geometry":{"type":"Point","coordinates":[-0.7291755,51.2451793]},"properties":{"@type":"node","@id":565757901,"@timestamp":1625576886},"coords":"51.2451793,-0.7291755","bedrooms":"3","price":"216000","area":"635"} , +{"type":"Feature","id":"n565757937","geometry":{"type":"Point","coordinates":[-0.7325531,51.2366288]},"properties":{"@type":"node","@id":565757937,"@timestamp":1625836340},"coords":"51.2366288,-0.7325531","bedrooms":"2","price":"228000","area":"673"} , +{"type":"Feature","id":"n565757978","geometry":{"type":"Point","coordinates":[-0.7172491,51.2467549]},"properties":{"@type":"node","@id":565757978,"@timestamp":1617077588},"coords":"51.2467549,-0.7172491","bedrooms":"4","price":"187000","area":"592"} , +{"type":"Feature","id":"n565758031","geometry":{"type":"Point","coordinates":[-0.7157746,51.2487679]},"properties":{"@type":"node","@id":565758031,"@timestamp":1625401658},"coords":"51.2487679,-0.7157746","bedrooms":"4","price":"288000","area":"371"} , +{"type":"Feature","id":"n565758074","geometry":{"type":"Point","coordinates":[-0.701461,51.2532407]},"properties":{"@type":"node","@id":565758074,"@timestamp":1612113596},"coords":"51.2532407,-0.701461","bedrooms":"3","price":"210000","area":"398"} , +{"type":"Feature","id":"n565758144","geometry":{"type":"Point","coordinates":[-0.6441234,51.2650523]},"properties":{"@type":"node","@id":565758144,"@timestamp":1612113596},"coords":"51.2650523,-0.6441234","bedrooms":"4","price":"261000","area":"563"} , +{"type":"Feature","id":"n565758202","geometry":{"type":"Point","coordinates":[-0.6414513,51.2566342]},"properties":{"@type":"node","@id":565758202,"@timestamp":1586787423},"coords":"51.2566342,-0.6414513","bedrooms":"2","price":"299000","area":"592"} , +{"type":"Feature","id":"n565758234","geometry":{"type":"Point","coordinates":[-0.6243543,51.2505392]},"properties":{"@type":"node","@id":565758234,"@timestamp":1586787423},"coords":"51.2505392,-0.6243543","bedrooms":"3","price":"284000","area":"558"} , +{"type":"Feature","id":"n565758274","geometry":{"type":"Point","coordinates":[-0.6118857,51.2457804]},"properties":{"@type":"node","@id":565758274,"@timestamp":1258416926},"coords":"51.2457804,-0.6118857","bedrooms":"3","price":"280000","area":"351"} , +{"type":"Feature","id":"n565758318","geometry":{"type":"Point","coordinates":[-0.6096777,51.231416]},"properties":{"@type":"node","@id":565758318,"@timestamp":1586788789},"coords":"51.231416,-0.6096777","bedrooms":"0","price":"192000","area":"470"} , +{"type":"Feature","id":"n565758347","geometry":{"type":"Point","coordinates":[-0.584911,51.2378203]},"properties":{"@type":"node","@id":565758347,"@timestamp":1586438664},"coords":"51.2378203,-0.584911","bedrooms":"2","price":"290000","area":"599"} , +{"type":"Feature","id":"n565758393","geometry":{"type":"Point","coordinates":[-0.6023334,51.2522779]},"properties":{"@type":"node","@id":565758393,"@timestamp":1636199074},"coords":"51.2522779,-0.6023334","bedrooms":"4","price":"174000","area":"570"} , +{"type":"Feature","id":"n565758426","geometry":{"type":"Point","coordinates":[-0.5720763,51.2533408]},"properties":{"@type":"node","@id":565758426,"@timestamp":1609972707},"coords":"51.2533408,-0.5720763","bedrooms":"0","price":"192000","area":"662"} , +{"type":"Feature","id":"n565758462","geometry":{"type":"Point","coordinates":[-0.653378,51.3054374]},"properties":{"@type":"node","@id":565758462,"@timestamp":1616991307},"coords":"51.3054374,-0.653378","bedrooms":"2","price":"280000","area":"613"} , +{"type":"Feature","id":"n565758494","geometry":{"type":"Point","coordinates":[-0.6411932,51.2805065]},"properties":{"@type":"node","@id":565758494,"@timestamp":1609875564},"coords":"51.2805065,-0.6411932","bedrooms":"1","price":"185000","area":"619"} , +{"type":"Feature","id":"n565758522","geometry":{"type":"Point","coordinates":[-0.6089023,51.2760813]},"properties":{"@type":"node","@id":565758522,"@timestamp":1609875564},"coords":"51.2760813,-0.6089023","bedrooms":"3","price":"257000","area":"443"} , +{"type":"Feature","id":"n565758561","geometry":{"type":"Point","coordinates":[-0.5921214,51.2534006]},"properties":{"@type":"node","@id":565758561,"@timestamp":1605968197},"coords":"51.2534006,-0.5921214","bedrooms":"4","price":"279000","area":"483"} , +{"type":"Feature","id":"n565758598","geometry":{"type":"Point","coordinates":[-0.5849239,51.2639247]},"properties":{"@type":"node","@id":565758598,"@timestamp":1586377717},"coords":"51.2639247,-0.5849239","bedrooms":"4","price":"217000","area":"380"} , +{"type":"Feature","id":"n565758627","geometry":{"type":"Point","coordinates":[-0.5883052,51.2548603]},"properties":{"@type":"node","@id":565758627,"@timestamp":1598848216},"coords":"51.2548603,-0.5883052","bedrooms":"2","price":"285000","area":"493"} , +{"type":"Feature","id":"n565758667","geometry":{"type":"Point","coordinates":[-0.5771596,51.2453004]},"properties":{"@type":"node","@id":565758667,"@timestamp":1609875564},"coords":"51.2453004,-0.5771596","bedrooms":"0","price":"270000","area":"650"} , +{"type":"Feature","id":"n565758695","geometry":{"type":"Point","coordinates":[-0.5757351,51.2676161]},"properties":{"@type":"node","@id":565758695,"@timestamp":1609877880},"coords":"51.2676161,-0.5757351","bedrooms":"3","price":"220000","area":"514"} , +{"type":"Feature","id":"n565758732","geometry":{"type":"Point","coordinates":[-0.5728308,51.2610527]},"properties":{"@type":"node","@id":565758732,"@timestamp":1609972707},"coords":"51.2610527,-0.5728308","bedrooms":"2","price":"165000","area":"666"} , +{"type":"Feature","id":"n565758773","geometry":{"type":"Point","coordinates":[-0.573156,51.2566604]},"properties":{"@type":"node","@id":565758773,"@timestamp":1609972707},"coords":"51.2566604,-0.573156","bedrooms":"3","price":"241000","area":"694"} , +{"type":"Feature","id":"n565758790","geometry":{"type":"Point","coordinates":[-0.4766673,51.3064862]},"properties":{"@type":"node","@id":565758790,"@timestamp":1556646858},"coords":"51.3064862,-0.4766673","bedrooms":"3","price":"224000","area":"460"} , +{"type":"Feature","id":"n565758807","geometry":{"type":"Point","coordinates":[-0.5417576,51.2946584]},"properties":{"@type":"node","@id":565758807,"@timestamp":1610160678},"coords":"51.2946584,-0.5417576","bedrooms":"2","price":"263000","area":"584"} , +{"type":"Feature","id":"n565758835","geometry":{"type":"Point","coordinates":[-0.5233707,51.2866959]},"properties":{"@type":"node","@id":565758835,"@timestamp":1610160678},"coords":"51.2866959,-0.5233707","bedrooms":"0","price":"273000","area":"378"} , +{"type":"Feature","id":"n565758857","geometry":{"type":"Point","coordinates":[-0.5064405,51.287942]},"properties":{"@type":"node","@id":565758857,"@timestamp":1611357051},"coords":"51.287942,-0.5064405","bedrooms":"4","price":"200000","area":"526"} , +{"type":"Feature","id":"n565758867","geometry":{"type":"Point","coordinates":[-0.5397192,51.2577251]},"properties":{"@type":"node","@id":565758867,"@timestamp":1612648070},"coords":"51.2577251,-0.5397192","bedrooms":"2","price":"273000","area":"604"} , +{"type":"Feature","id":"n565758879","geometry":{"type":"Point","coordinates":[-0.5517717,51.2519345]},"properties":{"@type":"node","@id":565758879,"@timestamp":1564972266},"coords":"51.2519345,-0.5517717","bedrooms":"3","price":"201000","area":"408"} , +{"type":"Feature","id":"n565758890","geometry":{"type":"Point","coordinates":[-0.5095099,51.2784319]},"properties":{"@type":"node","@id":565758890,"@timestamp":1611890863},"coords":"51.2784319,-0.5095099","bedrooms":"0","price":"285000","area":"641"} , +{"type":"Feature","id":"n565758900","geometry":{"type":"Point","coordinates":[-0.5039922,51.26145]},"properties":{"@type":"node","@id":565758900,"@timestamp":1611890863},"coords":"51.26145,-0.5039922","bedrooms":"1","price":"167000","area":"643"} , +{"type":"Feature","id":"n565758910","geometry":{"type":"Point","coordinates":[-0.5506176,51.2556447]},"properties":{"@type":"node","@id":565758910,"@timestamp":1632254040},"coords":"51.2556447,-0.5506176","bedrooms":"4","price":"298000","area":"572"} , +{"type":"Feature","id":"n565758928","geometry":{"type":"Point","coordinates":[-0.5460134,51.2465011]},"properties":{"@type":"node","@id":565758928,"@timestamp":1598847636},"coords":"51.2465011,-0.5460134","bedrooms":"3","price":"158000","area":"428"} , +{"type":"Feature","id":"n565758942","geometry":{"type":"Point","coordinates":[-0.4187678,51.2910195]},"properties":{"@type":"node","@id":565758942,"@timestamp":1598847287},"coords":"51.2910195,-0.4187678","bedrooms":"4","price":"191000","area":"654"} , +{"type":"Feature","id":"n565758952","geometry":{"type":"Point","coordinates":[-0.4293446,51.2790576]},"properties":{"@type":"node","@id":565758952,"@timestamp":1598847291},"coords":"51.2790576,-0.4293446","bedrooms":"2","price":"154000","area":"644"} , +{"type":"Feature","id":"n565758962","geometry":{"type":"Point","coordinates":[-0.4404378,51.2830098]},"properties":{"@type":"node","@id":565758962,"@timestamp":1598847296},"coords":"51.2830098,-0.4404378","bedrooms":"4","price":"183000","area":"697"} , +{"type":"Feature","id":"n565758972","geometry":{"type":"Point","coordinates":[-0.4558911,51.2664791]},"properties":{"@type":"node","@id":565758972,"@timestamp":1598847300},"coords":"51.2664791,-0.4558911","bedrooms":"4","price":"260000","area":"580"} , +{"type":"Feature","id":"n565758983","geometry":{"type":"Point","coordinates":[-0.4230978,51.261306]},"properties":{"@type":"node","@id":565758983,"@timestamp":1562072704},"coords":"51.261306,-0.4230978","bedrooms":"1","price":"256000","area":"557"} , +{"type":"Feature","id":"n565758994","geometry":{"type":"Point","coordinates":[-0.4872489,51.2529775]},"properties":{"@type":"node","@id":565758994,"@timestamp":1562326736},"coords":"51.2529775,-0.4872489","bedrooms":"3","price":"230000","area":"620"} , +{"type":"Feature","id":"n565759009","geometry":{"type":"Point","coordinates":[-0.549421,51.2406075]},"properties":{"@type":"node","@id":565759009,"@timestamp":1562326736},"coords":"51.2406075,-0.549421","bedrooms":"2","price":"269000","area":"544"} , +{"type":"Feature","id":"n565759023","geometry":{"type":"Point","coordinates":[-0.5484922,51.2364098]},"properties":{"@type":"node","@id":565759023,"@timestamp":1586955894},"coords":"51.2364098,-0.5484922","bedrooms":"3","price":"164000","area":"487"} , +{"type":"Feature","id":"n565759038","geometry":{"type":"Point","coordinates":[-0.5495299,51.2451139]},"properties":{"@type":"node","@id":565759038,"@timestamp":1586955894},"coords":"51.2451139,-0.5495299","bedrooms":"2","price":"202000","area":"359"} , +{"type":"Feature","id":"n565759048","geometry":{"type":"Point","coordinates":[-0.442014,51.2020594]},"properties":{"@type":"node","@id":565759048,"@timestamp":1258416984},"coords":"51.2020594,-0.442014","bedrooms":"3","price":"282000","area":"588"} , +{"type":"Feature","id":"n565759058","geometry":{"type":"Point","coordinates":[-0.45185,51.2174041]},"properties":{"@type":"node","@id":565759058,"@timestamp":1550781905},"coords":"51.2174041,-0.45185","bedrooms":"1","price":"234000","area":"580"} , +{"type":"Feature","id":"n565759069","geometry":{"type":"Point","coordinates":[-0.5649316,51.1998014]},"properties":{"@type":"node","@id":565759069,"@timestamp":1600465512},"coords":"51.1998014,-0.5649316","bedrooms":"3","price":"171000","area":"559"} , +{"type":"Feature","id":"n565759079","geometry":{"type":"Point","coordinates":[-0.449673,51.2209519]},"properties":{"@type":"node","@id":565759079,"@timestamp":1568635166},"coords":"51.2209519,-0.449673","bedrooms":"1","price":"298000","area":"410"} , +{"type":"Feature","id":"n565759091","geometry":{"type":"Point","coordinates":[-0.4988889,51.2201254]},"properties":{"@type":"node","@id":565759091,"@timestamp":1584984850},"coords":"51.2201254,-0.4988889","bedrooms":"0","price":"279000","area":"455"} , +{"type":"Feature","id":"n565759101","geometry":{"type":"Point","coordinates":[-0.5323401,51.2151372]},"properties":{"@type":"node","@id":565759101,"@timestamp":1584984850},"coords":"51.2151372,-0.5323401","bedrooms":"4","price":"284000","area":"534"} , +{"type":"Feature","id":"n565759111","geometry":{"type":"Point","coordinates":[-0.5946376,51.2441592]},"properties":{"@type":"node","@id":565759111,"@timestamp":1586377717},"coords":"51.2441592,-0.5946376","bedrooms":"2","price":"296000","area":"451"} , +{"type":"Feature","id":"n565759121","geometry":{"type":"Point","coordinates":[-0.5723645,51.2302992]},"properties":{"@type":"node","@id":565759121,"@timestamp":1584984850},"coords":"51.2302992,-0.5723645","bedrooms":"3","price":"210000","area":"542"} , +{"type":"Feature","id":"n565759133","geometry":{"type":"Point","coordinates":[-0.5135553,51.2822608]},"properties":{"@type":"node","@id":565759133,"@timestamp":1610160678},"coords":"51.2822608,-0.5135553","bedrooms":"2","price":"229000","area":"493"} , +{"type":"Feature","id":"n565759146","geometry":{"type":"Point","coordinates":[-0.586285,51.2427483]},"properties":{"@type":"node","@id":565759146,"@timestamp":1586377717},"coords":"51.2427483,-0.586285","bedrooms":"3","price":"233000","area":"658"} , +{"type":"Feature","id":"n565759158","geometry":{"type":"Point","coordinates":[-0.5688799,51.2367713]},"properties":{"@type":"node","@id":565759158,"@timestamp":1568134800},"coords":"51.2367713,-0.5688799","bedrooms":"4","price":"291000","area":"546"} , +{"type":"Feature","id":"n565759169","geometry":{"type":"Point","coordinates":[-0.5445553,51.2606153]},"properties":{"@type":"node","@id":565759169,"@timestamp":1551508048},"coords":"51.2606153,-0.5445553","bedrooms":"0","price":"161000","area":"441"} , +{"type":"Feature","id":"n565759180","geometry":{"type":"Point","coordinates":[-0.6216751,51.2586028]},"properties":{"@type":"node","@id":565759180,"@timestamp":1258417003},"coords":"51.2586028,-0.6216751","bedrooms":"4","price":"284000","area":"679"} , +{"type":"Feature","id":"n565759190","geometry":{"type":"Point","coordinates":[-0.612099,51.2296501]},"properties":{"@type":"node","@id":565759190,"@timestamp":1258417004},"coords":"51.2296501,-0.612099","bedrooms":"3","price":"210000","area":"694"} , +{"type":"Feature","id":"n565759200","geometry":{"type":"Point","coordinates":[-0.5696056,51.2355682]},"properties":{"@type":"node","@id":565759200,"@timestamp":1568134801},"coords":"51.2355682,-0.5696056","bedrooms":"4","price":"208000","area":"429"} , +{"type":"Feature","id":"n565759211","geometry":{"type":"Point","coordinates":[-0.6214418,51.26195]},"properties":{"@type":"node","@id":565759211,"@timestamp":1586787423},"coords":"51.26195,-0.6214418","bedrooms":"4","price":"235000","area":"551"} , +{"type":"Feature","id":"n565759221","geometry":{"type":"Point","coordinates":[-0.5658459,51.2090565]},"properties":{"@type":"node","@id":565759221,"@timestamp":1258417008},"coords":"51.2090565,-0.5658459","bedrooms":"0","price":"168000","area":"509"} , +{"type":"Feature","id":"n565759240","geometry":{"type":"Point","coordinates":[-0.5569981,51.2415734]},"properties":{"@type":"node","@id":565759240,"@timestamp":1598848173},"coords":"51.2415734,-0.5569981","bedrooms":"0","price":"172000","area":"513"} , +{"type":"Feature","id":"n565759250","geometry":{"type":"Point","coordinates":[-0.415011,51.1880454]},"properties":{"@type":"node","@id":565759250,"@timestamp":1598849131},"coords":"51.1880454,-0.415011","bedrooms":"0","price":"165000","area":"546"} , +{"type":"Feature","id":"n565759261","geometry":{"type":"Point","coordinates":[-0.4264705,51.2033629]},"properties":{"@type":"node","@id":565759261,"@timestamp":1634039153},"coords":"51.2033629,-0.4264705","bedrooms":"0","price":"286000","area":"442"} , +{"type":"Feature","id":"n565759271","geometry":{"type":"Point","coordinates":[-0.5442119,51.2512839]},"properties":{"@type":"node","@id":565759271,"@timestamp":1586955894},"coords":"51.2512839,-0.5442119","bedrooms":"3","price":"189000","area":"406"} , +{"type":"Feature","id":"n565759282","geometry":{"type":"Point","coordinates":[-0.5760167,51.2376338]},"properties":{"@type":"node","@id":565759282,"@timestamp":1586571591},"coords":"51.2376338,-0.5760167","bedrooms":"1","price":"200000","area":"410"} , +{"type":"Feature","id":"n565759292","geometry":{"type":"Point","coordinates":[-0.5757686,51.2372329]},"properties":{"@type":"node","@id":565759292,"@timestamp":1564972266},"coords":"51.2372329,-0.5757686","bedrooms":"2","price":"229000","area":"389"} , +{"type":"Feature","id":"n565759303","geometry":{"type":"Point","coordinates":[-0.5874263,51.2435186]},"properties":{"@type":"node","@id":565759303,"@timestamp":1586377717},"coords":"51.2435186,-0.5874263","bedrooms":"0","price":"229000","area":"633"} , +{"type":"Feature","id":"n565759313","geometry":{"type":"Point","coordinates":[-0.1945557,51.1625337]},"properties":{"@type":"node","@id":565759313,"@timestamp":1568300586},"coords":"51.1625337,-0.1945557","bedrooms":"1","price":"249000","area":"415"} , +{"type":"Feature","id":"n565759323","geometry":{"type":"Point","coordinates":[-0.2751721,51.1800945]},"properties":{"@type":"node","@id":565759323,"@timestamp":1610359380},"coords":"51.1800945,-0.2751721","bedrooms":"1","price":"237000","area":"551"} , +{"type":"Feature","id":"n565759333","geometry":{"type":"Point","coordinates":[-0.257339,51.2102615]},"properties":{"@type":"node","@id":565759333,"@timestamp":1616405414},"coords":"51.2102615,-0.257339","bedrooms":"0","price":"291000","area":"514"} , +{"type":"Feature","id":"n565759343","geometry":{"type":"Point","coordinates":[-0.2805086,51.2152592]},"properties":{"@type":"node","@id":565759343,"@timestamp":1607710420},"coords":"51.2152592,-0.2805086","bedrooms":"2","price":"254000","area":"417"} , +{"type":"Feature","id":"n565759354","geometry":{"type":"Point","coordinates":[-0.2794632,51.253258]},"properties":{"@type":"node","@id":565759354,"@timestamp":1567462858},"coords":"51.253258,-0.2794632","bedrooms":"0","price":"290000","area":"628"} , +{"type":"Feature","id":"n565759364","geometry":{"type":"Point","coordinates":[-0.2606866,51.2396278]},"properties":{"@type":"node","@id":565759364,"@timestamp":1633781261},"coords":"51.2396278,-0.2606866","bedrooms":"3","price":"286000","area":"452"} , +{"type":"Feature","id":"n565759375","geometry":{"type":"Point","coordinates":[-0.2823749,51.2364325]},"properties":{"@type":"node","@id":565759375,"@timestamp":1584984850},"coords":"51.2364325,-0.2823749","bedrooms":"1","price":"153000","area":"552"} , +{"type":"Feature","id":"n565759385","geometry":{"type":"Point","coordinates":[-0.3032897,51.2387568]},"properties":{"@type":"node","@id":565759385,"@timestamp":1567463389},"coords":"51.2387568,-0.3032897","bedrooms":"0","price":"188000","area":"551"} , +{"type":"Feature","id":"n565759396","geometry":{"type":"Point","coordinates":[-0.3234821,51.230939]},"properties":{"@type":"node","@id":565759396,"@timestamp":1568477485},"coords":"51.230939,-0.3234821","bedrooms":"3","price":"217000","area":"673"} , +{"type":"Feature","id":"n565759408","geometry":{"type":"Point","coordinates":[-0.326946,51.1436909]},"properties":{"@type":"node","@id":565759408,"@timestamp":1588807546},"coords":"51.1436909,-0.326946","bedrooms":"4","price":"290000","area":"353"} , +{"type":"Feature","id":"n565759419","geometry":{"type":"Point","coordinates":[-0.3169068,51.1720859]},"properties":{"@type":"node","@id":565759419,"@timestamp":1588807546},"coords":"51.1720859,-0.3169068","bedrooms":"3","price":"259000","area":"505"} , +{"type":"Feature","id":"n565759429","geometry":{"type":"Point","coordinates":[-0.3237394,51.1914963]},"properties":{"@type":"node","@id":565759429,"@timestamp":1568207581},"coords":"51.1914963,-0.3237394","bedrooms":"0","price":"227000","area":"433"} , +{"type":"Feature","id":"n565759440","geometry":{"type":"Point","coordinates":[-0.3292352,51.2116879]},"properties":{"@type":"node","@id":565759440,"@timestamp":1567647512},"coords":"51.2116879,-0.3292352","bedrooms":"0","price":"219000","area":"393"} , +{"type":"Feature","id":"n565759451","geometry":{"type":"Point","coordinates":[-0.3354853,51.2271228]},"properties":{"@type":"node","@id":565759451,"@timestamp":1588807546},"coords":"51.2271228,-0.3354853","bedrooms":"1","price":"281000","area":"650"} , +{"type":"Feature","id":"n565759462","geometry":{"type":"Point","coordinates":[-0.4325118,51.2159496]},"properties":{"@type":"node","@id":565759462,"@timestamp":1634039153},"coords":"51.2159496,-0.4325118","bedrooms":"0","price":"195000","area":"374"} , +{"type":"Feature","id":"n565759472","geometry":{"type":"Point","coordinates":[-0.3891751,51.2169375]},"properties":{"@type":"node","@id":565759472,"@timestamp":1436009872},"coords":"51.2169375,-0.3891751","bedrooms":"4","price":"224000","area":"396"} , +{"type":"Feature","id":"n565759482","geometry":{"type":"Point","coordinates":[-0.3534342,51.2266845]},"properties":{"@type":"node","@id":565759482,"@timestamp":1568478718},"coords":"51.2266845,-0.3534342","bedrooms":"4","price":"236000","area":"437"} , +{"type":"Feature","id":"n565759492","geometry":{"type":"Point","coordinates":[-0.3305142,51.2324804]},"properties":{"@type":"node","@id":565759492,"@timestamp":1569101605},"coords":"51.2324804,-0.3305142","bedrooms":"1","price":"283000","area":"668"} , +{"type":"Feature","id":"n565759503","geometry":{"type":"Point","coordinates":[-0.3642332,51.2411062]},"properties":{"@type":"node","@id":565759503,"@timestamp":1270895424},"coords":"51.2411062,-0.3642332","bedrooms":"3","price":"163000","area":"635"} , +{"type":"Feature","id":"n565759516","geometry":{"type":"Point","coordinates":[-0.3242199,51.2930482]},"properties":{"@type":"node","@id":565759516,"@timestamp":1619138777},"coords":"51.2930482,-0.3242199","bedrooms":"2","price":"156000","area":"528"} , +{"type":"Feature","id":"n565759526","geometry":{"type":"Point","coordinates":[-0.323893,51.2678366]},"properties":{"@type":"node","@id":565759526,"@timestamp":1598847261},"coords":"51.2678366,-0.323893","bedrooms":"0","price":"299000","area":"539"} , +{"type":"Feature","id":"n565759536","geometry":{"type":"Point","coordinates":[-0.3805462,51.2783657]},"properties":{"@type":"node","@id":565759536,"@timestamp":1598847322},"coords":"51.2783657,-0.3805462","bedrooms":"4","price":"280000","area":"378"} , +{"type":"Feature","id":"n565759546","geometry":{"type":"Point","coordinates":[-0.3866796,51.2862382]},"properties":{"@type":"node","@id":565759546,"@timestamp":1258417057},"coords":"51.2862382,-0.3866796","bedrooms":"0","price":"202000","area":"529"} , +{"type":"Feature","id":"n565759556","geometry":{"type":"Point","coordinates":[-0.3681233,51.2818837]},"properties":{"@type":"node","@id":565759556,"@timestamp":1562072004},"coords":"51.2818837,-0.3681233","bedrooms":"3","price":"276000","area":"444"} , +{"type":"Feature","id":"n565759576","geometry":{"type":"Point","coordinates":[-0.3545298,51.2957997]},"properties":{"@type":"node","@id":565759576,"@timestamp":1619355542},"coords":"51.2957997,-0.3545298","bedrooms":"3","price":"245000","area":"581"} , +{"type":"Feature","id":"n565759600","geometry":{"type":"Point","coordinates":[-0.3841739,51.2705639]},"properties":{"@type":"node","@id":565759600,"@timestamp":1561547014},"coords":"51.2705639,-0.3841739","bedrooms":"3","price":"171000","area":"466"} , +{"type":"Feature","id":"n565759613","geometry":{"type":"Point","coordinates":[-0.3448684,51.2850441]},"properties":{"@type":"node","@id":565759613,"@timestamp":1618404088},"coords":"51.2850441,-0.3448684","bedrooms":"3","price":"279000","area":"659"} , +{"type":"Feature","id":"n565759623","geometry":{"type":"Point","coordinates":[-0.3221117,51.2971415]},"properties":{"@type":"node","@id":565759623,"@timestamp":1618870365},"coords":"51.2971415,-0.3221117","bedrooms":"1","price":"299000","area":"374"} , +{"type":"Feature","id":"n565759633","geometry":{"type":"Point","coordinates":[-0.3023201,51.3078202]},"properties":{"@type":"node","@id":565759633,"@timestamp":1619480769},"coords":"51.3078202,-0.3023201","bedrooms":"2","price":"236000","area":"598"} , +{"type":"Feature","id":"n565759643","geometry":{"type":"Point","coordinates":[-0.3331177,51.310654]},"properties":{"@type":"node","@id":565759643,"@timestamp":1626635631},"coords":"51.310654,-0.3331177","bedrooms":"2","price":"157000","area":"448"} , +{"type":"Feature","id":"n565759653","geometry":{"type":"Point","coordinates":[-0.3135451,51.3120997]},"properties":{"@type":"node","@id":565759653,"@timestamp":1562070822},"coords":"51.3120997,-0.3135451","bedrooms":"0","price":"198000","area":"633"} , +{"type":"Feature","id":"n565759663","geometry":{"type":"Point","coordinates":[-0.2922023,51.3155133]},"properties":{"@type":"node","@id":565759663,"@timestamp":1561397350},"coords":"51.3155133,-0.2922023","bedrooms":"2","price":"158000","area":"366"} , +{"type":"Feature","id":"n565759673","geometry":{"type":"Point","coordinates":[-0.3633146,51.1453743]},"properties":{"@type":"node","@id":565759673,"@timestamp":1549011780},"coords":"51.1453743,-0.3633146","bedrooms":"4","price":"213000","area":"676"} , +{"type":"Feature","id":"n565759685","geometry":{"type":"Point","coordinates":[-0.3382825,51.3180997]},"properties":{"@type":"node","@id":565759685,"@timestamp":1561496551},"coords":"51.3180997,-0.3382825","bedrooms":"3","price":"193000","area":"453"} , +{"type":"Feature","id":"n565759697","geometry":{"type":"Point","coordinates":[-0.3243526,51.2496338]},"properties":{"@type":"node","@id":565759697,"@timestamp":1258417079},"coords":"51.2496338,-0.3243526","bedrooms":"4","price":"185000","area":"685"} , +{"type":"Feature","id":"n565759708","geometry":{"type":"Point","coordinates":[-0.3663701,51.2673233]},"properties":{"@type":"node","@id":565759708,"@timestamp":1258417081},"coords":"51.2673233,-0.3663701","bedrooms":"2","price":"181000","area":"433"} , +{"type":"Feature","id":"n565759718","geometry":{"type":"Point","coordinates":[-0.3277193,51.2140968]},"properties":{"@type":"node","@id":565759718,"@timestamp":1505626305},"coords":"51.2140968,-0.3277193","bedrooms":"2","price":"254000","area":"483"} , +{"type":"Feature","id":"n565759728","geometry":{"type":"Point","coordinates":[-0.3148061,51.3139668]},"properties":{"@type":"node","@id":565759728,"@timestamp":1258417085},"coords":"51.3139668,-0.3148061","bedrooms":"0","price":"299000","area":"401"} , +{"type":"Feature","id":"n565759738","geometry":{"type":"Point","coordinates":[-0.2793423,51.2413566]},"properties":{"@type":"node","@id":565759738,"@timestamp":1567462858},"coords":"51.2413566,-0.2793423","bedrooms":"2","price":"167000","area":"505"} , +{"type":"Feature","id":"n565759750","geometry":{"type":"Point","coordinates":[-0.2889449,51.3194906]},"properties":{"@type":"node","@id":565759750,"@timestamp":1561397350},"coords":"51.3194906,-0.2889449","bedrooms":"4","price":"262000","area":"479"} , +{"type":"Feature","id":"n565759774","geometry":{"type":"Point","coordinates":[-0.3383829,51.2372617]},"properties":{"@type":"node","@id":565759774,"@timestamp":1258417090},"coords":"51.2372617,-0.3383829","bedrooms":"4","price":"202000","area":"366"} , +{"type":"Feature","id":"n565759788","geometry":{"type":"Point","coordinates":[-0.1584176,51.1732276]},"properties":{"@type":"node","@id":565759788,"@timestamp":1627130365},"coords":"51.1732276,-0.1584176","bedrooms":"4","price":"150000","area":"585"} , +{"type":"Feature","id":"n565759798","geometry":{"type":"Point","coordinates":[-0.1650553,51.1722758]},"properties":{"@type":"node","@id":565759798,"@timestamp":1610112039},"coords":"51.1722758,-0.1650553","bedrooms":"2","price":"260000","area":"659"} , +{"type":"Feature","id":"n565759808","geometry":{"type":"Point","coordinates":[-0.1832038,51.1764432]},"properties":{"@type":"node","@id":565759808,"@timestamp":1576555346},"coords":"51.1764432,-0.1832038","bedrooms":"3","price":"219000","area":"694"} , +{"type":"Feature","id":"n565759818","geometry":{"type":"Point","coordinates":[-0.2161021,51.1974762]},"properties":{"@type":"node","@id":565759818,"@timestamp":1610362029},"coords":"51.1974762,-0.2161021","bedrooms":"1","price":"276000","area":"642"} , +{"type":"Feature","id":"n565759828","geometry":{"type":"Point","coordinates":[-0.1958273,51.1841506]},"properties":{"@type":"node","@id":565759828,"@timestamp":1610359380},"coords":"51.1841506,-0.1958273","bedrooms":"2","price":"164000","area":"636"} , +{"type":"Feature","id":"n565759838","geometry":{"type":"Point","coordinates":[-0.194135,51.3399118]},"properties":{"@type":"node","@id":565759838,"@timestamp":1564912854},"coords":"51.3399118,-0.194135","bedrooms":"4","price":"202000","area":"581"} , +{"type":"Feature","id":"n565759849","geometry":{"type":"Point","coordinates":[-0.1969932,51.2340115]},"properties":{"@type":"node","@id":565759849,"@timestamp":1628913584},"coords":"51.2340115,-0.1969932","bedrooms":"4","price":"221000","area":"639"} , +{"type":"Feature","id":"n565759861","geometry":{"type":"Point","coordinates":[-0.2070604,51.3248478]},"properties":{"@type":"node","@id":565759861,"@timestamp":1561396199},"coords":"51.3248478,-0.2070604","bedrooms":"4","price":"174000","area":"369"} , +{"type":"Feature","id":"n565759873","geometry":{"type":"Point","coordinates":[-0.2281283,51.3271565]},"properties":{"@type":"node","@id":565759873,"@timestamp":1556646879},"coords":"51.3271565,-0.2281283","bedrooms":"0","price":"270000","area":"392"} , +{"type":"Feature","id":"n565759883","geometry":{"type":"Point","coordinates":[-0.2145832,51.3127118]},"properties":{"@type":"node","@id":565759883,"@timestamp":1556646881},"coords":"51.3127118,-0.2145832","bedrooms":"0","price":"196000","area":"413"} , +{"type":"Feature","id":"n565759894","geometry":{"type":"Point","coordinates":[-0.2281757,51.3106555]},"properties":{"@type":"node","@id":565759894,"@timestamp":1556646883},"coords":"51.3106555,-0.2281757","bedrooms":"1","price":"285000","area":"584"} , +{"type":"Feature","id":"n565759904","geometry":{"type":"Point","coordinates":[-0.2353953,51.3082863]},"properties":{"@type":"node","@id":565759904,"@timestamp":1561658835},"coords":"51.3082863,-0.2353953","bedrooms":"0","price":"235000","area":"350"} , +{"type":"Feature","id":"n565759914","geometry":{"type":"Point","coordinates":[-0.2368017,51.2956716]},"properties":{"@type":"node","@id":565759914,"@timestamp":1606932340},"coords":"51.2956716,-0.2368017","bedrooms":"0","price":"299000","area":"678"} , +{"type":"Feature","id":"n565759924","geometry":{"type":"Point","coordinates":[-0.2482956,51.2821155]},"properties":{"@type":"node","@id":565759924,"@timestamp":1561638064},"coords":"51.2821155,-0.2482956","bedrooms":"3","price":"280000","area":"604"} , +{"type":"Feature","id":"n565759934","geometry":{"type":"Point","coordinates":[-0.2224922,51.2930224]},"properties":{"@type":"node","@id":565759934,"@timestamp":1561638315},"coords":"51.2930224,-0.2224922","bedrooms":"3","price":"266000","area":"400"} , +{"type":"Feature","id":"n565759944","geometry":{"type":"Point","coordinates":[-0.2106991,51.2691093]},"properties":{"@type":"node","@id":565759944,"@timestamp":1561655597},"coords":"51.2691093,-0.2106991","bedrooms":"2","price":"298000","area":"661"} , +{"type":"Feature","id":"n565759954","geometry":{"type":"Point","coordinates":[-0.2043652,51.2462295]},"properties":{"@type":"node","@id":565759954,"@timestamp":1610359380},"coords":"51.2462295,-0.2043652","bedrooms":"3","price":"241000","area":"372"} , +{"type":"Feature","id":"n565759965","geometry":{"type":"Point","coordinates":[-0.2098181,51.2385593]},"properties":{"@type":"node","@id":565759965,"@timestamp":1610359380},"coords":"51.2385593,-0.2098181","bedrooms":"4","price":"163000","area":"399"} , +{"type":"Feature","id":"n565759977","geometry":{"type":"Point","coordinates":[-0.2106166,51.2271021]},"properties":{"@type":"node","@id":565759977,"@timestamp":1610362029},"coords":"51.2271021,-0.2106166","bedrooms":"1","price":"299000","area":"420"} , +{"type":"Feature","id":"n565760012","geometry":{"type":"Point","coordinates":[-0.1986205,51.2243129]},"properties":{"@type":"node","@id":565760012,"@timestamp":1628913584},"coords":"51.2243129,-0.1986205","bedrooms":"0","price":"251000","area":"413"} , +{"type":"Feature","id":"n565760024","geometry":{"type":"Point","coordinates":[-0.1741936,51.2469341]},"properties":{"@type":"node","@id":565760024,"@timestamp":1610124276},"coords":"51.2469341,-0.1741936","bedrooms":"3","price":"181000","area":"407"} , +{"type":"Feature","id":"n565760034","geometry":{"type":"Point","coordinates":[-0.2023564,51.2341954]},"properties":{"@type":"node","@id":565760034,"@timestamp":1610120103},"coords":"51.2341954,-0.2023564","bedrooms":"1","price":"198000","area":"370"} , +{"type":"Feature","id":"n565760044","geometry":{"type":"Point","coordinates":[-0.1813832,51.2382124]},"properties":{"@type":"node","@id":565760044,"@timestamp":1634595636},"coords":"51.2382124,-0.1813832","bedrooms":"4","price":"172000","area":"629"} , +{"type":"Feature","id":"n565760055","geometry":{"type":"Point","coordinates":[-0.1927596,51.2234212]},"properties":{"@type":"node","@id":565760055,"@timestamp":1629474116},"coords":"51.2234212,-0.1927596","bedrooms":"1","price":"204000","area":"448"} , +{"type":"Feature","id":"n565760065","geometry":{"type":"Point","coordinates":[-0.164673,51.1803217]},"properties":{"@type":"node","@id":565760065,"@timestamp":1610112039},"coords":"51.1803217,-0.164673","bedrooms":"1","price":"193000","area":"646"} , +{"type":"Feature","id":"n565760075","geometry":{"type":"Point","coordinates":[-0.1638847,51.1954308]},"properties":{"@type":"node","@id":565760075,"@timestamp":1610113682},"coords":"51.1954308,-0.1638847","bedrooms":"1","price":"227000","area":"490"} , +{"type":"Feature","id":"n565760085","geometry":{"type":"Point","coordinates":[-0.1697872,51.2111932]},"properties":{"@type":"node","@id":565760085,"@timestamp":1610113682},"coords":"51.2111932,-0.1697872","bedrooms":"0","price":"225000","area":"363"} , +{"type":"Feature","id":"n565760097","geometry":{"type":"Point","coordinates":[-0.173157,51.2258597]},"properties":{"@type":"node","@id":565760097,"@timestamp":1610534086},"coords":"51.2258597,-0.173157","bedrooms":"4","price":"152000","area":"525"} , +{"type":"Feature","id":"n565760107","geometry":{"type":"Point","coordinates":[-0.164852,51.2311429]},"properties":{"@type":"node","@id":565760107,"@timestamp":1610120103},"coords":"51.2311429,-0.164852","bedrooms":"3","price":"185000","area":"614"} , +{"type":"Feature","id":"n565760119","geometry":{"type":"Point","coordinates":[-0.1571277,51.2360217]},"properties":{"@type":"node","@id":565760119,"@timestamp":1610362029},"coords":"51.2360217,-0.1571277","bedrooms":"2","price":"226000","area":"589"} , +{"type":"Feature","id":"n565760140","geometry":{"type":"Point","coordinates":[-0.1494308,51.2600833]},"properties":{"@type":"node","@id":565760140,"@timestamp":1610124276},"coords":"51.2600833,-0.1494308","bedrooms":"3","price":"224000","area":"530"} , +{"type":"Feature","id":"n565760157","geometry":{"type":"Point","coordinates":[-0.164755,51.2527841]},"properties":{"@type":"node","@id":565760157,"@timestamp":1610124276},"coords":"51.2527841,-0.164755","bedrooms":"1","price":"230000","area":"428"} , +{"type":"Feature","id":"n565760169","geometry":{"type":"Point","coordinates":[-0.1562374,51.2746101]},"properties":{"@type":"node","@id":565760169,"@timestamp":1610362029},"coords":"51.2746101,-0.1562374","bedrooms":"3","price":"230000","area":"359"} , +{"type":"Feature","id":"n565760179","geometry":{"type":"Point","coordinates":[-0.1379648,51.2803101]},"properties":{"@type":"node","@id":565760179,"@timestamp":1593615312},"coords":"51.2803101,-0.1379648","bedrooms":"1","price":"298000","area":"491"} , +{"type":"Feature","id":"n565760190","geometry":{"type":"Point","coordinates":[-0.2317345,51.3049988]},"properties":{"@type":"node","@id":565760190,"@timestamp":1636228695},"coords":"51.3049988,-0.2317345","bedrooms":"0","price":"206000","area":"516"} , +{"type":"Feature","id":"n565760204","geometry":{"type":"Point","coordinates":[-0.1658437,51.2412613]},"properties":{"@type":"node","@id":565760204,"@timestamp":1610115676},"coords":"51.2412613,-0.1658437","bedrooms":"3","price":"150000","area":"557"} , +{"type":"Feature","id":"n565760218","geometry":{"type":"Point","coordinates":[-0.204102,51.2409272]},"properties":{"@type":"node","@id":565760218,"@timestamp":1610359380},"coords":"51.2409272,-0.204102","bedrooms":"4","price":"243000","area":"452"} , +{"type":"Feature","id":"n565760229","geometry":{"type":"Point","coordinates":[-0.2244547,51.2985126]},"properties":{"@type":"node","@id":565760229,"@timestamp":1556646903},"coords":"51.2985126,-0.2244547","bedrooms":"0","price":"251000","area":"389"} , +{"type":"Feature","id":"n565760239","geometry":{"type":"Point","coordinates":[-0.2254287,51.3115451]},"properties":{"@type":"node","@id":565760239,"@timestamp":1556646904},"coords":"51.3115451,-0.2254287","bedrooms":"3","price":"202000","area":"659"} , +{"type":"Feature","id":"n565760250","geometry":{"type":"Point","coordinates":[-0.2150656,51.3277942]},"properties":{"@type":"node","@id":565760250,"@timestamp":1561659173},"coords":"51.3277942,-0.2150656","bedrooms":"0","price":"290000","area":"470"} , +{"type":"Feature","id":"n565760261","geometry":{"type":"Point","coordinates":[-0.2333211,51.2996]},"properties":{"@type":"node","@id":565760261,"@timestamp":1609946427},"coords":"51.2996,-0.2333211","bedrooms":"0","price":"158000","area":"440"} , +{"type":"Feature","id":"n565760272","geometry":{"type":"Point","coordinates":[-0.2049066,51.244706]},"properties":{"@type":"node","@id":565760272,"@timestamp":1610359380},"coords":"51.244706,-0.2049066","bedrooms":"4","price":"256000","area":"353"} , +{"type":"Feature","id":"n565760283","geometry":{"type":"Point","coordinates":[-0.1575439,51.1727993]},"properties":{"@type":"node","@id":565760283,"@timestamp":1610108795},"coords":"51.1727993,-0.1575439","bedrooms":"3","price":"217000","area":"598"} , +{"type":"Feature","id":"n565760295","geometry":{"type":"Point","coordinates":[-0.1691984,51.2283529]},"properties":{"@type":"node","@id":565760295,"@timestamp":1610124276},"coords":"51.2283529,-0.1691984","bedrooms":"0","price":"272000","area":"525"} , +{"type":"Feature","id":"n565760309","geometry":{"type":"Point","coordinates":[-0.1699208,51.3264954]},"properties":{"@type":"node","@id":565760309,"@timestamp":1556646907},"coords":"51.3264954,-0.1699208","bedrooms":"1","price":"243000","area":"437"} , +{"type":"Feature","id":"n565760323","geometry":{"type":"Point","coordinates":[-0.1716863,51.2336967]},"properties":{"@type":"node","@id":565760323,"@timestamp":1258417180},"coords":"51.2336967,-0.1716863","bedrooms":"0","price":"197000","area":"602"} , +{"type":"Feature","id":"n565760337","geometry":{"type":"Point","coordinates":[-0.1656369,51.1808155]},"properties":{"@type":"node","@id":565760337,"@timestamp":1616860131},"coords":"51.1808155,-0.1656369","bedrooms":"2","price":"189000","area":"452"} , +{"type":"Feature","id":"n565760348","geometry":{"type":"Point","coordinates":[-0.0460978,51.1393813]},"properties":{"@type":"node","@id":565760348,"@timestamp":1608126667},"coords":"51.1393813,-0.0460978","bedrooms":"0","price":"160000","area":"505"} , +{"type":"Feature","id":"n565760359","geometry":{"type":"Point","coordinates":[-0.1105342,51.1488507]},"properties":{"@type":"node","@id":565760359,"@timestamp":1609853044},"coords":"51.1488507,-0.1105342","bedrooms":"0","price":"191000","area":"642"} , +{"type":"Feature","id":"n565760370","geometry":{"type":"Point","coordinates":[-0.1153696,51.1689897]},"properties":{"@type":"node","@id":565760370,"@timestamp":1610108795},"coords":"51.1689897,-0.1153696","bedrooms":"4","price":"276000","area":"486"} , +{"type":"Feature","id":"n565760380","geometry":{"type":"Point","coordinates":[-0.0506525,51.1571015]},"properties":{"@type":"node","@id":565760380,"@timestamp":1610107145},"coords":"51.1571015,-0.0506525","bedrooms":"0","price":"264000","area":"563"} , +{"type":"Feature","id":"n565760390","geometry":{"type":"Point","coordinates":[-0.0291258,51.1743739]},"properties":{"@type":"node","@id":565760390,"@timestamp":1593600995},"coords":"51.1743739,-0.0291258","bedrooms":"4","price":"197000","area":"670"} , +{"type":"Feature","id":"n565760400","geometry":{"type":"Point","coordinates":[-0.0226806,51.1586521]},"properties":{"@type":"node","@id":565760400,"@timestamp":1592255321},"coords":"51.1586521,-0.0226806","bedrooms":"2","price":"240000","area":"437"} , +{"type":"Feature","id":"n565760410","geometry":{"type":"Point","coordinates":[0.0027564,51.1494631]},"properties":{"@type":"node","@id":565760410,"@timestamp":1585455214},"coords":"51.1494631,0.0027564","bedrooms":"4","price":"255000","area":"600"} , +{"type":"Feature","id":"n565760421","geometry":{"type":"Point","coordinates":[-0.0900492,51.2903982]},"properties":{"@type":"node","@id":565760421,"@timestamp":1592667537},"coords":"51.2903982,-0.0900492","bedrooms":"3","price":"275000","area":"355"} , +{"type":"Feature","id":"n565760431","geometry":{"type":"Point","coordinates":[-0.0085512,51.1761341]},"properties":{"@type":"node","@id":565760431,"@timestamp":1592235067},"coords":"51.1761341,-0.0085512","bedrooms":"4","price":"239000","area":"553"} , +{"type":"Feature","id":"n565760441","geometry":{"type":"Point","coordinates":[-0.0271347,51.1826559]},"properties":{"@type":"node","@id":565760441,"@timestamp":1592237782},"coords":"51.1826559,-0.0271347","bedrooms":"1","price":"263000","area":"526"} , +{"type":"Feature","id":"n565760451","geometry":{"type":"Point","coordinates":[-0.0573632,51.2050143]},"properties":{"@type":"node","@id":565760451,"@timestamp":1611575971},"coords":"51.2050143,-0.0573632","bedrooms":"3","price":"278000","area":"462"} , +{"type":"Feature","id":"n565760472","geometry":{"type":"Point","coordinates":[-0.057316,51.2409838]},"properties":{"@type":"node","@id":565760472,"@timestamp":1597489046},"coords":"51.2409838,-0.057316","bedrooms":"3","price":"252000","area":"528"} , +{"type":"Feature","id":"n565760514","geometry":{"type":"Point","coordinates":[-0.1162389,51.2412004]},"properties":{"@type":"node","@id":565760514,"@timestamp":1611835047},"coords":"51.2412004,-0.1162389","bedrooms":"2","price":"299000","area":"395"} , +{"type":"Feature","id":"n565760555","geometry":{"type":"Point","coordinates":[-0.0880658,51.2422364]},"properties":{"@type":"node","@id":565760555,"@timestamp":1589738857},"coords":"51.2422364,-0.0880658","bedrooms":"4","price":"283000","area":"359"} , +{"type":"Feature","id":"n565760566","geometry":{"type":"Point","coordinates":[-0.065312,51.2520146]},"properties":{"@type":"node","@id":565760566,"@timestamp":1609074051},"coords":"51.2520146,-0.065312","bedrooms":"2","price":"253000","area":"691"} , +{"type":"Feature","id":"n565760578","geometry":{"type":"Point","coordinates":[-0.0773779,51.2825812]},"properties":{"@type":"node","@id":565760578,"@timestamp":1592564443},"coords":"51.2825812,-0.0773779","bedrooms":"0","price":"268000","area":"624"} , +{"type":"Feature","id":"n565760588","geometry":{"type":"Point","coordinates":[-0.0930779,51.2861862]},"properties":{"@type":"node","@id":565760588,"@timestamp":1599764561},"coords":"51.2861862,-0.0930779","bedrooms":"2","price":"181000","area":"595"} , +{"type":"Feature","id":"n565760598","geometry":{"type":"Point","coordinates":[-0.1051287,51.2947488]},"properties":{"@type":"node","@id":565760598,"@timestamp":1599764561},"coords":"51.2947488,-0.1051287","bedrooms":"0","price":"231000","area":"488"} , +{"type":"Feature","id":"n565760608","geometry":{"type":"Point","coordinates":[-0.1207796,51.2785345]},"properties":{"@type":"node","@id":565760608,"@timestamp":1556646915},"coords":"51.2785345,-0.1207796","bedrooms":"1","price":"150000","area":"629"} , +{"type":"Feature","id":"n565760618","geometry":{"type":"Point","coordinates":[-0.0893487,51.2974505]},"properties":{"@type":"node","@id":565760618,"@timestamp":1611679729},"coords":"51.2974505,-0.0893487","bedrooms":"0","price":"189000","area":"442"} , +{"type":"Feature","id":"n565760628","geometry":{"type":"Point","coordinates":[-0.0781587,51.2872711]},"properties":{"@type":"node","@id":565760628,"@timestamp":1592564028},"coords":"51.2872711,-0.0781587","bedrooms":"0","price":"243000","area":"395"} , +{"type":"Feature","id":"n565760642","geometry":{"type":"Point","coordinates":[-0.0765432,51.3038682]},"properties":{"@type":"node","@id":565760642,"@timestamp":1592503171},"coords":"51.3038682,-0.0765432","bedrooms":"1","price":"279000","area":"563"} , +{"type":"Feature","id":"n565760659","geometry":{"type":"Point","coordinates":[-0.0600039,51.296433]},"properties":{"@type":"node","@id":565760659,"@timestamp":1592521185},"coords":"51.296433,-0.0600039","bedrooms":"3","price":"276000","area":"473"} , +{"type":"Feature","id":"n565760677","geometry":{"type":"Point","coordinates":[-0.0373012,51.2862136]},"properties":{"@type":"node","@id":565760677,"@timestamp":1592519392},"coords":"51.2862136,-0.0373012","bedrooms":"0","price":"234000","area":"591"} , +{"type":"Feature","id":"n565760694","geometry":{"type":"Point","coordinates":[0.0472566,51.2828023]},"properties":{"@type":"node","@id":565760694,"@timestamp":1592409348},"coords":"51.2828023,0.0472566","bedrooms":"0","price":"292000","area":"487"} , +{"type":"Feature","id":"n565760713","geometry":{"type":"Point","coordinates":[0.0170505,51.2844833]},"properties":{"@type":"node","@id":565760713,"@timestamp":1592407549},"coords":"51.2844833,0.0170505","bedrooms":"1","price":"198000","area":"417"} , +{"type":"Feature","id":"n565760767","geometry":{"type":"Point","coordinates":[-0.0173182,51.2976968]},"properties":{"@type":"node","@id":565760767,"@timestamp":1258417230},"coords":"51.2976968,-0.0173182","bedrooms":"1","price":"207000","area":"375"} , +{"type":"Feature","id":"n565760784","geometry":{"type":"Point","coordinates":[-0.0417925,51.3192723]},"properties":{"@type":"node","@id":565760784,"@timestamp":1592695635},"coords":"51.3192723,-0.0417925","bedrooms":"4","price":"267000","area":"695"} , +{"type":"Feature","id":"n565760805","geometry":{"type":"Point","coordinates":[-0.0480073,51.3077155]},"properties":{"@type":"node","@id":565760805,"@timestamp":1627135999},"coords":"51.3077155,-0.0480073","bedrooms":"2","price":"219000","area":"630"} , +{"type":"Feature","id":"n565760831","geometry":{"type":"Point","coordinates":[-0.0619282,51.3046626]},"properties":{"@type":"node","@id":565760831,"@timestamp":1592692110},"coords":"51.3046626,-0.0619282","bedrooms":"2","price":"281000","area":"573"} , +{"type":"Feature","id":"n565760861","geometry":{"type":"Point","coordinates":[-0.0614246,51.3154748]},"properties":{"@type":"node","@id":565760861,"@timestamp":1592672616},"coords":"51.3154748,-0.0614246","bedrooms":"3","price":"242000","area":"696"} , +{"type":"Feature","id":"n565760891","geometry":{"type":"Point","coordinates":[-0.0950921,51.1934352]},"properties":{"@type":"node","@id":565760891,"@timestamp":1598849162},"coords":"51.1934352,-0.0950921","bedrooms":"1","price":"209000","area":"528"} , +{"type":"Feature","id":"n565760919","geometry":{"type":"Point","coordinates":[-0.0117799,51.2543469]},"properties":{"@type":"node","@id":565760919,"@timestamp":1589737599},"coords":"51.2543469,-0.0117799","bedrooms":"2","price":"151000","area":"636"} , +{"type":"Feature","id":"n565760944","geometry":{"type":"Point","coordinates":[-0.0043053,51.2583959]},"properties":{"@type":"node","@id":565760944,"@timestamp":1589736191},"coords":"51.2583959,-0.0043053","bedrooms":"4","price":"260000","area":"431"} , +{"type":"Feature","id":"n565760971","geometry":{"type":"Point","coordinates":[0.011915,51.2609639]},"properties":{"@type":"node","@id":565760971,"@timestamp":1589889744},"coords":"51.2609639,0.011915","bedrooms":"4","price":"293000","area":"677"} , +{"type":"Feature","id":"n565760996","geometry":{"type":"Point","coordinates":[0.0496801,51.2624592]},"properties":{"@type":"node","@id":565760996,"@timestamp":1589794577},"coords":"51.2624592,0.0496801","bedrooms":"2","price":"204000","area":"641"} , +{"type":"Feature","id":"n565761032","geometry":{"type":"Point","coordinates":[0.0111227,51.2424497]},"properties":{"@type":"node","@id":565761032,"@timestamp":1589735223},"coords":"51.2424497,0.0111227","bedrooms":"0","price":"220000","area":"640"} , +{"type":"Feature","id":"n565761064","geometry":{"type":"Point","coordinates":[-0.0478512,51.1905347]},"properties":{"@type":"node","@id":565761064,"@timestamp":1592239553},"coords":"51.1905347,-0.0478512","bedrooms":"0","price":"217000","area":"490"} , +{"type":"Feature","id":"n565761083","geometry":{"type":"Point","coordinates":[-0.0208229,51.1755019]},"properties":{"@type":"node","@id":565761083,"@timestamp":1592233117},"coords":"51.1755019,-0.0208229","bedrooms":"1","price":"188000","area":"612"} , +{"type":"Feature","id":"n565761099","geometry":{"type":"Point","coordinates":[-0.0344396,51.2802377]},"properties":{"@type":"node","@id":565761099,"@timestamp":1592518950},"coords":"51.2802377,-0.0344396","bedrooms":"4","price":"244000","area":"383"} , +{"type":"Feature","id":"n565761119","geometry":{"type":"Point","coordinates":[-0.1157193,51.175232]},"properties":{"@type":"node","@id":565761119,"@timestamp":1610108795},"coords":"51.175232,-0.1157193","bedrooms":"1","price":"236000","area":"627"} , +{"type":"Feature","id":"n565761130","geometry":{"type":"Point","coordinates":[-0.1268686,51.2222434]},"properties":{"@type":"node","@id":565761130,"@timestamp":1610362029},"coords":"51.2222434,-0.1268686","bedrooms":"0","price":"218000","area":"643"} , +{"type":"Feature","id":"n565761147","geometry":{"type":"Point","coordinates":[0.0291021,51.1912477]},"properties":{"@type":"node","@id":565761147,"@timestamp":1598849189},"coords":"51.1912477,0.0291021","bedrooms":"2","price":"249000","area":"563"} , +{"type":"Feature","id":"n565761173","geometry":{"type":"Point","coordinates":[0.0045409,51.1456018]},"properties":{"@type":"node","@id":565761173,"@timestamp":1608064154},"coords":"51.1456018,0.0045409","bedrooms":"4","price":"286000","area":"590"} , +{"type":"Feature","id":"n565761198","geometry":{"type":"Point","coordinates":[-0.0426043,51.3197059]},"properties":{"@type":"node","@id":565761198,"@timestamp":1627135999},"coords":"51.3197059,-0.0426043","bedrooms":"2","price":"175000","area":"427"} , +{"type":"Feature","id":"n565761218","geometry":{"type":"Point","coordinates":[-0.0363625,51.3163162]},"properties":{"@type":"node","@id":565761218,"@timestamp":1592695853},"coords":"51.3163162,-0.0363625","bedrooms":"0","price":"223000","area":"351"} , +{"type":"Feature","id":"n565761229","geometry":{"type":"Point","coordinates":[-0.4429253,51.1563425]},"properties":{"@type":"node","@id":565761229,"@timestamp":1258417265},"coords":"51.1563425,-0.4429253","bedrooms":"3","price":"256000","area":"351"} , +{"type":"Feature","id":"n565761240","geometry":{"type":"Point","coordinates":[-0.6076378,51.1900021]},"properties":{"@type":"node","@id":565761240,"@timestamp":1606989319},"coords":"51.1900021,-0.6076378","bedrooms":"4","price":"254000","area":"421"} , +{"type":"Feature","id":"n565761251","geometry":{"type":"Point","coordinates":[-0.7905927,51.2317118]},"properties":{"@type":"node","@id":565761251,"@timestamp":1460630872},"coords":"51.2317118,-0.7905927","bedrooms":"4","price":"294000","area":"580"} , +{"type":"Feature","id":"n565761261","geometry":{"type":"Point","coordinates":[-0.4386079,51.1029115]},"properties":{"@type":"node","@id":565761261,"@timestamp":1258417271},"coords":"51.1029115,-0.4386079","bedrooms":"1","price":"299000","area":"624"} , +{"type":"Feature","id":"n565761271","geometry":{"type":"Point","coordinates":[-0.4813331,51.1381422]},"properties":{"@type":"node","@id":565761271,"@timestamp":1582470753},"coords":"51.1381422,-0.4813331","bedrooms":"2","price":"214000","area":"385"} , +{"type":"Feature","id":"n565761281","geometry":{"type":"Point","coordinates":[-0.7973585,51.2018362]},"properties":{"@type":"node","@id":565761281,"@timestamp":1258417274},"coords":"51.2018362,-0.7973585","bedrooms":"1","price":"287000","area":"419"} , +{"type":"Feature","id":"n565761292","geometry":{"type":"Point","coordinates":[-0.5112215,51.1424465]},"properties":{"@type":"node","@id":565761292,"@timestamp":1600465512},"coords":"51.1424465,-0.5112215","bedrooms":"4","price":"153000","area":"539"} , +{"type":"Feature","id":"n565761302","geometry":{"type":"Point","coordinates":[-0.539299,51.1715723]},"properties":{"@type":"node","@id":565761302,"@timestamp":1600465512},"coords":"51.1715723,-0.539299","bedrooms":"3","price":"177000","area":"409"} , +{"type":"Feature","id":"n565761312","geometry":{"type":"Point","coordinates":[-0.4868805,51.1407322]},"properties":{"@type":"node","@id":565761312,"@timestamp":1582470753},"coords":"51.1407322,-0.4868805","bedrooms":"0","price":"297000","area":"636"} , +{"type":"Feature","id":"n565761323","geometry":{"type":"Point","coordinates":[-0.5147379,51.1736536]},"properties":{"@type":"node","@id":565761323,"@timestamp":1614714713},"coords":"51.1736536,-0.5147379","bedrooms":"2","price":"213000","area":"389"} , +{"type":"Feature","id":"n565761333","geometry":{"type":"Point","coordinates":[-0.5411141,51.1996437]},"properties":{"@type":"node","@id":565761333,"@timestamp":1614714713},"coords":"51.1996437,-0.5411141","bedrooms":"4","price":"165000","area":"383"} , +{"type":"Feature","id":"n565761344","geometry":{"type":"Point","coordinates":[-0.558031,51.1952213]},"properties":{"@type":"node","@id":565761344,"@timestamp":1600465512},"coords":"51.1952213,-0.558031","bedrooms":"2","price":"234000","area":"575"} , +{"type":"Feature","id":"n565761355","geometry":{"type":"Point","coordinates":[-0.5694257,51.1452514]},"properties":{"@type":"node","@id":565761355,"@timestamp":1258417286},"coords":"51.1452514,-0.5694257","bedrooms":"4","price":"229000","area":"541"} , +{"type":"Feature","id":"n565761367","geometry":{"type":"Point","coordinates":[-0.7385922,51.1108586]},"properties":{"@type":"node","@id":565761367,"@timestamp":1588761819},"coords":"51.1108586,-0.7385922","bedrooms":"2","price":"279000","area":"471"} , +{"type":"Feature","id":"n565761378","geometry":{"type":"Point","coordinates":[-0.7409904,51.0856867]},"properties":{"@type":"node","@id":565761378,"@timestamp":1615034800},"coords":"51.0856867,-0.7409904","bedrooms":"3","price":"260000","area":"510"} , +{"type":"Feature","id":"n565761388","geometry":{"type":"Point","coordinates":[-0.7366636,51.1009008]},"properties":{"@type":"node","@id":565761388,"@timestamp":1588761819},"coords":"51.1009008,-0.7366636","bedrooms":"2","price":"193000","area":"389"} , +{"type":"Feature","id":"n565761398","geometry":{"type":"Point","coordinates":[-0.7313718,51.0896834]},"properties":{"@type":"node","@id":565761398,"@timestamp":1615034800},"coords":"51.0896834,-0.7313718","bedrooms":"4","price":"202000","area":"377"} , +{"type":"Feature","id":"n565761411","geometry":{"type":"Point","coordinates":[-0.7076681,51.0917259]},"properties":{"@type":"node","@id":565761411,"@timestamp":1258417296},"coords":"51.0917259,-0.7076681","bedrooms":"0","price":"194000","area":"531"} , +{"type":"Feature","id":"n565761432","geometry":{"type":"Point","coordinates":[-0.7048841,51.0850584]},"properties":{"@type":"node","@id":565761432,"@timestamp":1258417297},"coords":"51.0850584,-0.7048841","bedrooms":"0","price":"238000","area":"628"} , +{"type":"Feature","id":"n565761450","geometry":{"type":"Point","coordinates":[-0.6229677,51.118322]},"properties":{"@type":"node","@id":565761450,"@timestamp":1352562144},"coords":"51.118322,-0.6229677","bedrooms":"0","price":"187000","area":"537"} , +{"type":"Feature","id":"n565761487","geometry":{"type":"Point","coordinates":[-0.7667647,51.2207709]},"properties":{"@type":"node","@id":565761487,"@timestamp":1353150201},"coords":"51.2207709,-0.7667647","bedrooms":"2","price":"193000","area":"560"} , +{"type":"Feature","id":"n565761540","geometry":{"type":"Point","coordinates":[-0.7378943,51.0861299]},"properties":{"@type":"node","@id":565761540,"@timestamp":1615034800},"coords":"51.0861299,-0.7378943","bedrooms":"2","price":"196000","area":"442"} , +{"type":"Feature","id":"n565761603","geometry":{"type":"Point","coordinates":[-0.6913422,51.104503]},"properties":{"@type":"node","@id":565761603,"@timestamp":1258417305},"coords":"51.104503,-0.6913422","bedrooms":"2","price":"214000","area":"419"} , +{"type":"Feature","id":"n565761660","geometry":{"type":"Point","coordinates":[-0.6468533,51.1727465]},"properties":{"@type":"node","@id":565761660,"@timestamp":1258417306},"coords":"51.1727465,-0.6468533","bedrooms":"1","price":"266000","area":"543"} , +{"type":"Feature","id":"n565761679","geometry":{"type":"Point","coordinates":[-0.648597,51.1567104]},"properties":{"@type":"node","@id":565761679,"@timestamp":1431246056},"coords":"51.1567104,-0.648597","bedrooms":"3","price":"158000","area":"510"} , +{"type":"Feature","id":"n565761699","geometry":{"type":"Point","coordinates":[-0.7082403,51.1823433]},"properties":{"@type":"node","@id":565761699,"@timestamp":1258417310},"coords":"51.1823433,-0.7082403","bedrooms":"0","price":"237000","area":"492"} , +{"type":"Feature","id":"n565761717","geometry":{"type":"Point","coordinates":[-0.6420448,51.1718365]},"properties":{"@type":"node","@id":565761717,"@timestamp":1258417312},"coords":"51.1718365,-0.6420448","bedrooms":"0","price":"187000","area":"458"} , +{"type":"Feature","id":"n565761730","geometry":{"type":"Point","coordinates":[-0.6296515,51.1787693]},"properties":{"@type":"node","@id":565761730,"@timestamp":1258417313},"coords":"51.1787693,-0.6296515","bedrooms":"3","price":"291000","area":"523"} , +{"type":"Feature","id":"n565761741","geometry":{"type":"Point","coordinates":[-0.616516,51.1568341]},"properties":{"@type":"node","@id":565761741,"@timestamp":1422979954},"coords":"51.1568341,-0.616516","bedrooms":"0","price":"165000","area":"374"} , +{"type":"Feature","id":"n565761752","geometry":{"type":"Point","coordinates":[-0.6074161,51.1745678]},"properties":{"@type":"node","@id":565761752,"@timestamp":1606906622},"coords":"51.1745678,-0.6074161","bedrooms":"0","price":"276000","area":"439"} , +{"type":"Feature","id":"n565761765","geometry":{"type":"Point","coordinates":[-0.6236153,51.1811265]},"properties":{"@type":"node","@id":565761765,"@timestamp":1258417319},"coords":"51.1811265,-0.6236153","bedrooms":"4","price":"298000","area":"441"} , +{"type":"Feature","id":"n565761777","geometry":{"type":"Point","coordinates":[-0.5998818,51.1928232]},"properties":{"@type":"node","@id":565761777,"@timestamp":1606989133},"coords":"51.1928232,-0.5998818","bedrooms":"4","price":"262000","area":"363"} , +{"type":"Feature","id":"n565761796","geometry":{"type":"Point","coordinates":[-0.6097942,51.1972849]},"properties":{"@type":"node","@id":565761796,"@timestamp":1258417322},"coords":"51.1972849,-0.6097942","bedrooms":"0","price":"221000","area":"651"} , +{"type":"Feature","id":"n565761812","geometry":{"type":"Point","coordinates":[-0.6119712,51.2062855]},"properties":{"@type":"node","@id":565761812,"@timestamp":1258417325},"coords":"51.2062855,-0.6119712","bedrooms":"0","price":"155000","area":"507"} , +{"type":"Feature","id":"n565761822","geometry":{"type":"Point","coordinates":[-0.7386317,51.114654]},"properties":{"@type":"node","@id":565761822,"@timestamp":1258417326},"coords":"51.114654,-0.7386317","bedrooms":"3","price":"221000","area":"666"} , +{"type":"Feature","id":"n565761832","geometry":{"type":"Point","coordinates":[-0.7491602,51.1215746]},"properties":{"@type":"node","@id":565761832,"@timestamp":1258417328},"coords":"51.1215746,-0.7491602","bedrooms":"4","price":"233000","area":"505"} , +{"type":"Feature","id":"n565761842","geometry":{"type":"Point","coordinates":[-0.7477494,51.1251297]},"properties":{"@type":"node","@id":565761842,"@timestamp":1258417330},"coords":"51.1251297,-0.7477494","bedrooms":"3","price":"236000","area":"679"} , +{"type":"Feature","id":"n565761861","geometry":{"type":"Point","coordinates":[-0.7522129,51.1583515]},"properties":{"@type":"node","@id":565761861,"@timestamp":1258417331},"coords":"51.1583515,-0.7522129","bedrooms":"2","price":"172000","area":"642"} , +{"type":"Feature","id":"n565761893","geometry":{"type":"Point","coordinates":[-0.7908364,51.2120295]},"properties":{"@type":"node","@id":565761893,"@timestamp":1512299978},"coords":"51.2120295,-0.7908364","bedrooms":"3","price":"284000","area":"471"} , +{"type":"Feature","id":"n565761904","geometry":{"type":"Point","coordinates":[-0.8062704,51.1898774]},"properties":{"@type":"node","@id":565761904,"@timestamp":1258417335},"coords":"51.1898774,-0.8062704","bedrooms":"0","price":"234000","area":"533"} , +{"type":"Feature","id":"n565761914","geometry":{"type":"Point","coordinates":[-0.8075919,51.2024355]},"properties":{"@type":"node","@id":565761914,"@timestamp":1575827671},"coords":"51.2024355,-0.8075919","bedrooms":"0","price":"172000","area":"639"} , +{"type":"Feature","id":"n565761924","geometry":{"type":"Point","coordinates":[-0.7587447,51.1211732]},"properties":{"@type":"node","@id":565761924,"@timestamp":1258417338},"coords":"51.1211732,-0.7587447","bedrooms":"2","price":"218000","area":"582"} , +{"type":"Feature","id":"n565761934","geometry":{"type":"Point","coordinates":[-0.7800764,51.1380612]},"properties":{"@type":"node","@id":565761934,"@timestamp":1258417340},"coords":"51.1380612,-0.7800764","bedrooms":"0","price":"294000","area":"535"} , +{"type":"Feature","id":"n565761944","geometry":{"type":"Point","coordinates":[-0.7891095,51.1927136]},"properties":{"@type":"node","@id":565761944,"@timestamp":1258417342},"coords":"51.1927136,-0.7891095","bedrooms":"3","price":"171000","area":"552"} , +{"type":"Feature","id":"n565761954","geometry":{"type":"Point","coordinates":[-0.7940239,51.2061993]},"properties":{"@type":"node","@id":565761954,"@timestamp":1258417344},"coords":"51.2061993,-0.7940239","bedrooms":"1","price":"152000","area":"371"} , +{"type":"Feature","id":"n565761965","geometry":{"type":"Point","coordinates":[-0.8211707,51.1964762]},"properties":{"@type":"node","@id":565761965,"@timestamp":1258417345},"coords":"51.1964762,-0.8211707","bedrooms":"0","price":"221000","area":"439"} , +{"type":"Feature","id":"n565761984","geometry":{"type":"Point","coordinates":[-0.8110558,51.2102224]},"properties":{"@type":"node","@id":565761984,"@timestamp":1258417348},"coords":"51.2102224,-0.8110558","bedrooms":"3","price":"283000","area":"440"} , +{"type":"Feature","id":"n565761994","geometry":{"type":"Point","coordinates":[-0.7964105,51.2162416]},"properties":{"@type":"node","@id":565761994,"@timestamp":1336742372},"coords":"51.2162416,-0.7964105","bedrooms":"0","price":"228000","area":"641"} , +{"type":"Feature","id":"n565762005","geometry":{"type":"Point","coordinates":[-0.7848394,51.2190266]},"properties":{"@type":"node","@id":565762005,"@timestamp":1303238234},"coords":"51.2190266,-0.7848394","bedrooms":"4","price":"160000","area":"401"} , +{"type":"Feature","id":"n565762015","geometry":{"type":"Point","coordinates":[-0.777057,51.2230103]},"properties":{"@type":"node","@id":565762015,"@timestamp":1423923261},"coords":"51.2230103,-0.777057","bedrooms":"2","price":"224000","area":"401"} , +{"type":"Feature","id":"n565762026","geometry":{"type":"Point","coordinates":[-0.7811356,51.2261599]},"properties":{"@type":"node","@id":565762026,"@timestamp":1627578553},"coords":"51.2261599,-0.7811356","bedrooms":"3","price":"280000","area":"508"} , +{"type":"Feature","id":"n565762036","geometry":{"type":"Point","coordinates":[-0.7745265,51.2369312]},"properties":{"@type":"node","@id":565762036,"@timestamp":1258417357},"coords":"51.2369312,-0.7745265","bedrooms":"4","price":"284000","area":"559"} , +{"type":"Feature","id":"n565762046","geometry":{"type":"Point","coordinates":[-0.7867429,51.2386681]},"properties":{"@type":"node","@id":565762046,"@timestamp":1634228261},"coords":"51.2386681,-0.7867429","bedrooms":"3","price":"156000","area":"542"} , +{"type":"Feature","id":"n565762058","geometry":{"type":"Point","coordinates":[-0.8073787,51.236731]},"properties":{"@type":"node","@id":565762058,"@timestamp":1258417361},"coords":"51.236731,-0.8073787","bedrooms":"1","price":"171000","area":"459"} , +{"type":"Feature","id":"n565762068","geometry":{"type":"Point","coordinates":[-0.8113392,51.2342444]},"properties":{"@type":"node","@id":565762068,"@timestamp":1258417363},"coords":"51.2342444,-0.8113392","bedrooms":"0","price":"230000","area":"604"} , +{"type":"Feature","id":"n565762079","geometry":{"type":"Point","coordinates":[-0.8131476,51.2034812]},"properties":{"@type":"node","@id":565762079,"@timestamp":1258417365},"coords":"51.2034812,-0.8131476","bedrooms":"3","price":"276000","area":"609"} , +{"type":"Feature","id":"n565762092","geometry":{"type":"Point","coordinates":[-0.6487013,51.1163561]},"properties":{"@type":"node","@id":565762092,"@timestamp":1258417367},"coords":"51.1163561,-0.6487013","bedrooms":"1","price":"285000","area":"669"} , +{"type":"Feature","id":"n565762102","geometry":{"type":"Point","coordinates":[-0.6026538,51.1778294]},"properties":{"@type":"node","@id":565762102,"@timestamp":1606906622},"coords":"51.1778294,-0.6026538","bedrooms":"2","price":"284000","area":"534"} , +{"type":"Feature","id":"n565762113","geometry":{"type":"Point","coordinates":[-0.551818,51.1980294]},"properties":{"@type":"node","@id":565762113,"@timestamp":1258417370},"coords":"51.1980294,-0.551818","bedrooms":"3","price":"294000","area":"428"} , +{"type":"Feature","id":"n565762123","geometry":{"type":"Point","coordinates":[-0.6432773,51.1717609]},"properties":{"@type":"node","@id":565762123,"@timestamp":1258417372},"coords":"51.1717609,-0.6432773","bedrooms":"4","price":"255000","area":"543"} , +{"type":"Feature","id":"n565762133","geometry":{"type":"Point","coordinates":[-0.5306506,51.1909485]},"properties":{"@type":"node","@id":565762133,"@timestamp":1614714713},"coords":"51.1909485,-0.5306506","bedrooms":"4","price":"161000","area":"655"} , +{"type":"Feature","id":"n565762143","geometry":{"type":"Point","coordinates":[-0.8112853,51.200198]},"properties":{"@type":"node","@id":565762143,"@timestamp":1258417375},"coords":"51.200198,-0.8112853","bedrooms":"1","price":"163000","area":"361"} , +{"type":"Feature","id":"n565762166","geometry":{"type":"Point","coordinates":[-0.7650281,51.2284053]},"properties":{"@type":"node","@id":565762166,"@timestamp":1258417377},"coords":"51.2284053,-0.7650281","bedrooms":"0","price":"236000","area":"680"} , +{"type":"Feature","id":"n565762190","geometry":{"type":"Point","coordinates":[-0.8014283,51.2005561]},"properties":{"@type":"node","@id":565762190,"@timestamp":1258417379},"coords":"51.2005561,-0.8014283","bedrooms":"3","price":"221000","area":"664"} , +{"type":"Feature","id":"n565762200","geometry":{"type":"Point","coordinates":[-0.7559955,51.1251098]},"properties":{"@type":"node","@id":565762200,"@timestamp":1258417381},"coords":"51.1251098,-0.7559955","bedrooms":"1","price":"157000","area":"666"} , +{"type":"Feature","id":"n565762212","geometry":{"type":"Point","coordinates":[-0.7440571,51.0863312]},"properties":{"@type":"node","@id":565762212,"@timestamp":1615034800},"coords":"51.0863312,-0.7440571","bedrooms":"4","price":"234000","area":"399"} , +{"type":"Feature","id":"n565762222","geometry":{"type":"Point","coordinates":[-0.7538898,51.0997997]},"properties":{"@type":"node","@id":565762222,"@timestamp":1258417385},"coords":"51.0997997,-0.7538898","bedrooms":"3","price":"211000","area":"655"} , +{"type":"Feature","id":"n565762232","geometry":{"type":"Point","coordinates":[-0.8119336,51.1922461]},"properties":{"@type":"node","@id":565762232,"@timestamp":1258417387},"coords":"51.1922461,-0.8119336","bedrooms":"4","price":"220000","area":"603"} , +{"type":"Feature","id":"n565762242","geometry":{"type":"Point","coordinates":[-0.6430098,51.1140869]},"properties":{"@type":"node","@id":565762242,"@timestamp":1615032038},"coords":"51.1140869,-0.6430098","bedrooms":"2","price":"156000","area":"552"} , +{"type":"Feature","id":"n565764214","geometry":{"type":"Point","coordinates":[-0.2262012,51.1132818]},"properties":{"@type":"node","@id":565764214,"@timestamp":1567005617},"coords":"51.1132818,-0.2262012","bedrooms":"3","price":"279000","area":"392"} , +{"type":"Feature","id":"n565764224","geometry":{"type":"Point","coordinates":[-0.2200847,51.1015691]},"properties":{"@type":"node","@id":565764224,"@timestamp":1567115539},"coords":"51.1015691,-0.2200847","bedrooms":"4","price":"211000","area":"647"} , +{"type":"Feature","id":"n565764234","geometry":{"type":"Point","coordinates":[-0.1936697,51.1027737]},"properties":{"@type":"node","@id":565764234,"@timestamp":1610468000},"coords":"51.1027737,-0.1936697","bedrooms":"1","price":"172000","area":"447"} , +{"type":"Feature","id":"n565764244","geometry":{"type":"Point","coordinates":[-0.2272053,51.1018667]},"properties":{"@type":"node","@id":565764244,"@timestamp":1566928951},"coords":"51.1018667,-0.2272053","bedrooms":"0","price":"262000","area":"502"} , +{"type":"Feature","id":"n565764254","geometry":{"type":"Point","coordinates":[-0.2146648,51.112573]},"properties":{"@type":"node","@id":565764254,"@timestamp":1566928951},"coords":"51.112573,-0.2146648","bedrooms":"3","price":"194000","area":"560"} , +{"type":"Feature","id":"n565764264","geometry":{"type":"Point","coordinates":[-0.2128743,51.1219671]},"properties":{"@type":"node","@id":565764264,"@timestamp":1567006502},"coords":"51.1219671,-0.2128743","bedrooms":"3","price":"175000","area":"514"} , +{"type":"Feature","id":"n565764275","geometry":{"type":"Point","coordinates":[-0.2060906,51.1049741]},"properties":{"@type":"node","@id":565764275,"@timestamp":1585511155},"coords":"51.1049741,-0.2060906","bedrooms":"1","price":"224000","area":"545"} , +{"type":"Feature","id":"n565764285","geometry":{"type":"Point","coordinates":[-0.1675213,51.1354022]},"properties":{"@type":"node","@id":565764285,"@timestamp":1567115539},"coords":"51.1354022,-0.1675213","bedrooms":"4","price":"242000","area":"484"} , +{"type":"Feature","id":"n565764296","geometry":{"type":"Point","coordinates":[-0.2009487,51.0905357]},"properties":{"@type":"node","@id":565764296,"@timestamp":1566928951},"coords":"51.0905357,-0.2009487","bedrooms":"0","price":"218000","area":"676"} , +{"type":"Feature","id":"n565764307","geometry":{"type":"Point","coordinates":[-0.2111261,51.0987112]},"properties":{"@type":"node","@id":565764307,"@timestamp":1566928951},"coords":"51.0987112,-0.2111261","bedrooms":"1","price":"268000","area":"699"} , +{"type":"Feature","id":"n565764317","geometry":{"type":"Point","coordinates":[-0.205371,51.1020835]},"properties":{"@type":"node","@id":565764317,"@timestamp":1566938048},"coords":"51.1020835,-0.205371","bedrooms":"1","price":"287000","area":"586"} , +{"type":"Feature","id":"n565764328","geometry":{"type":"Point","coordinates":[-0.1917985,51.1139309]},"properties":{"@type":"node","@id":565764328,"@timestamp":1585232550},"coords":"51.1139309,-0.1917985","bedrooms":"1","price":"268000","area":"647"} , +{"type":"Feature","id":"n565764338","geometry":{"type":"Point","coordinates":[-0.2276425,51.1013679]},"properties":{"@type":"node","@id":565764338,"@timestamp":1572987327},"coords":"51.1013679,-0.2276425","bedrooms":"2","price":"206000","area":"573"} , +{"type":"Feature","id":"n565764348","geometry":{"type":"Point","coordinates":[-0.1499718,51.1067152]},"properties":{"@type":"node","@id":565764348,"@timestamp":1608202177},"coords":"51.1067152,-0.1499718","bedrooms":"1","price":"231000","area":"616"} , +{"type":"Feature","id":"n565764360","geometry":{"type":"Point","coordinates":[-0.1449805,51.1161127]},"properties":{"@type":"node","@id":565764360,"@timestamp":1610538942},"coords":"51.1161127,-0.1449805","bedrooms":"4","price":"291000","area":"580"} , +{"type":"Feature","id":"n565764370","geometry":{"type":"Point","coordinates":[-0.1542391,51.1174441]},"properties":{"@type":"node","@id":565764370,"@timestamp":1608205273},"coords":"51.1174441,-0.1542391","bedrooms":"4","price":"183000","area":"494"} , +{"type":"Feature","id":"n565764380","geometry":{"type":"Point","coordinates":[-0.1481094,51.1283849]},"properties":{"@type":"node","@id":565764380,"@timestamp":1608208921},"coords":"51.1283849,-0.1481094","bedrooms":"4","price":"257000","area":"540"} , +{"type":"Feature","id":"n565764390","geometry":{"type":"Point","coordinates":[-0.1593957,51.1197877]},"properties":{"@type":"node","@id":565764390,"@timestamp":1567009313},"coords":"51.1197877,-0.1593957","bedrooms":"3","price":"278000","area":"478"} , +{"type":"Feature","id":"n565764400","geometry":{"type":"Point","coordinates":[-0.1691162,51.1211786]},"properties":{"@type":"node","@id":565764400,"@timestamp":1627390454},"coords":"51.1211786,-0.1691162","bedrooms":"0","price":"232000","area":"429"} , +{"type":"Feature","id":"n565764410","geometry":{"type":"Point","coordinates":[-0.174024,51.117487]},"properties":{"@type":"node","@id":565764410,"@timestamp":1575452255},"coords":"51.117487,-0.174024","bedrooms":"1","price":"280000","area":"565"} , +{"type":"Feature","id":"n565764420","geometry":{"type":"Point","coordinates":[-0.1780692,51.1227743]},"properties":{"@type":"node","@id":565764420,"@timestamp":1627390454},"coords":"51.1227743,-0.1780692","bedrooms":"3","price":"269000","area":"415"} , +{"type":"Feature","id":"n565764432","geometry":{"type":"Point","coordinates":[-0.169563,51.1071736]},"properties":{"@type":"node","@id":565764432,"@timestamp":1608202177},"coords":"51.1071736,-0.169563","bedrooms":"0","price":"280000","area":"418"} , +{"type":"Feature","id":"n565764442","geometry":{"type":"Point","coordinates":[-0.1822074,51.100804]},"properties":{"@type":"node","@id":565764442,"@timestamp":1567005617},"coords":"51.100804,-0.1822074","bedrooms":"1","price":"258000","area":"362"} , +{"type":"Feature","id":"n565764452","geometry":{"type":"Point","coordinates":[-0.182171,51.1084881]},"properties":{"@type":"node","@id":565764452,"@timestamp":1610468000},"coords":"51.1084881,-0.182171","bedrooms":"0","price":"263000","area":"620"} , +{"type":"Feature","id":"n565764462","geometry":{"type":"Point","coordinates":[-0.2086611,51.1060778]},"properties":{"@type":"node","@id":565764462,"@timestamp":1561656553},"coords":"51.1060778,-0.2086611","bedrooms":"2","price":"298000","area":"363"} , +{"type":"Feature","id":"n565764472","geometry":{"type":"Point","coordinates":[-0.1880848,51.122416]},"properties":{"@type":"node","@id":565764472,"@timestamp":1567009313},"coords":"51.122416,-0.1880848","bedrooms":"4","price":"168000","area":"535"} , +{"type":"Feature","id":"n565764483","geometry":{"type":"Point","coordinates":[-0.1871118,51.1135208]},"properties":{"@type":"node","@id":565764483,"@timestamp":1636019262},"coords":"51.1135208,-0.1871118","bedrooms":"2","price":"216000","area":"686"} , +{"type":"Feature","id":"n565764523","geometry":{"type":"Point","coordinates":[-0.1850277,51.1391979]},"properties":{"@type":"node","@id":565764523,"@timestamp":1567008068},"coords":"51.1391979,-0.1850277","bedrooms":"2","price":"195000","area":"414"} , +{"type":"Feature","id":"n565764535","geometry":{"type":"Point","coordinates":[-0.1915,51.1311094]},"properties":{"@type":"node","@id":565764535,"@timestamp":1567079335},"coords":"51.1311094,-0.1915","bedrooms":"1","price":"295000","area":"432"} , +{"type":"Feature","id":"n565764546","geometry":{"type":"Point","coordinates":[-0.1988915,51.1188107]},"properties":{"@type":"node","@id":565764546,"@timestamp":1566928951},"coords":"51.1188107,-0.1988915","bedrooms":"2","price":"287000","area":"630"} , +{"type":"Feature","id":"n565764558","geometry":{"type":"Point","coordinates":[-0.1661365,51.1466188]},"properties":{"@type":"node","@id":565764558,"@timestamp":1610536265},"coords":"51.1466188,-0.1661365","bedrooms":"2","price":"219000","area":"539"} , +{"type":"Feature","id":"n565764582","geometry":{"type":"Point","coordinates":[-0.1645248,51.1385159]},"properties":{"@type":"node","@id":565764582,"@timestamp":1628913584},"coords":"51.1385159,-0.1645248","bedrooms":"1","price":"198000","area":"511"} , +{"type":"Feature","id":"n565764592","geometry":{"type":"Point","coordinates":[-0.1910312,51.1019929]},"properties":{"@type":"node","@id":565764592,"@timestamp":1599142009},"coords":"51.1019929,-0.1910312","bedrooms":"1","price":"215000","area":"471"} , +{"type":"Feature","id":"n565764602","geometry":{"type":"Point","coordinates":[-0.1626332,51.1456173]},"properties":{"@type":"node","@id":565764602,"@timestamp":1616427307},"coords":"51.1456173,-0.1626332","bedrooms":"1","price":"267000","area":"413"} , +{"type":"Feature","id":"n565764612","geometry":{"type":"Point","coordinates":[-0.203036,51.0931882]},"properties":{"@type":"node","@id":565764612,"@timestamp":1566928951},"coords":"51.0931882,-0.203036","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n565764622","geometry":{"type":"Point","coordinates":[-0.213376,51.1268873]},"properties":{"@type":"node","@id":565764622,"@timestamp":1610013324},"coords":"51.1268873,-0.213376","bedrooms":"1","price":"276000","area":"526"} , +{"type":"Feature","id":"n565764632","geometry":{"type":"Point","coordinates":[-0.1866934,51.1332068]},"properties":{"@type":"node","@id":565764632,"@timestamp":1567079335},"coords":"51.1332068,-0.1866934","bedrooms":"0","price":"232000","area":"565"} , +{"type":"Feature","id":"n565764642","geometry":{"type":"Point","coordinates":[-0.1682198,51.1261379]},"properties":{"@type":"node","@id":565764642,"@timestamp":1612280548},"coords":"51.1261379,-0.1682198","bedrooms":"1","price":"294000","area":"601"} , +{"type":"Feature","id":"n565764652","geometry":{"type":"Point","coordinates":[-0.1479539,51.1221932]},"properties":{"@type":"node","@id":565764652,"@timestamp":1612280548},"coords":"51.1221932,-0.1479539","bedrooms":"3","price":"169000","area":"472"} , +{"type":"Feature","id":"n565764663","geometry":{"type":"Point","coordinates":[-0.147524,51.1276111]},"properties":{"@type":"node","@id":565764663,"@timestamp":1608208921},"coords":"51.1276111,-0.147524","bedrooms":"0","price":"244000","area":"421"} , +{"type":"Feature","id":"n565764674","geometry":{"type":"Point","coordinates":[-0.0695175,51.0275468]},"properties":{"@type":"node","@id":565764674,"@timestamp":1608119758},"coords":"51.0275468,-0.0695175","bedrooms":"3","price":"166000","area":"357"} , +{"type":"Feature","id":"n565764685","geometry":{"type":"Point","coordinates":[-0.1005623,50.9901927]},"properties":{"@type":"node","@id":565764685,"@timestamp":1610542765},"coords":"50.9901927,-0.1005623","bedrooms":"3","price":"294000","area":"363"} , +{"type":"Feature","id":"n565764695","geometry":{"type":"Point","coordinates":[-0.1041742,50.9875803]},"properties":{"@type":"node","@id":565764695,"@timestamp":1258418030},"coords":"50.9875803,-0.1041742","bedrooms":"4","price":"256000","area":"660"} , +{"type":"Feature","id":"n565764705","geometry":{"type":"Point","coordinates":[-0.0944094,51.0082054]},"properties":{"@type":"node","@id":565764705,"@timestamp":1610366208},"coords":"51.0082054,-0.0944094","bedrooms":"4","price":"288000","area":"616"} , +{"type":"Feature","id":"n565764715","geometry":{"type":"Point","coordinates":[-0.1034951,51.0053952]},"properties":{"@type":"node","@id":565764715,"@timestamp":1610368073},"coords":"51.0053952,-0.1034951","bedrooms":"1","price":"291000","area":"530"} , +{"type":"Feature","id":"n565764725","geometry":{"type":"Point","coordinates":[-0.135176,51.0146911]},"properties":{"@type":"node","@id":565764725,"@timestamp":1258418034},"coords":"51.0146911,-0.135176","bedrooms":"2","price":"232000","area":"577"} , +{"type":"Feature","id":"n565764735","geometry":{"type":"Point","coordinates":[-0.1322655,51.0059978]},"properties":{"@type":"node","@id":565764735,"@timestamp":1610368073},"coords":"51.0059978,-0.1322655","bedrooms":"3","price":"240000","area":"576"} , +{"type":"Feature","id":"n565764746","geometry":{"type":"Point","coordinates":[-0.1047322,51.0057492]},"properties":{"@type":"node","@id":565764746,"@timestamp":1610368073},"coords":"51.0057492,-0.1047322","bedrooms":"0","price":"267000","area":"486"} , +{"type":"Feature","id":"n565764756","geometry":{"type":"Point","coordinates":[-0.0936696,50.992714]},"properties":{"@type":"node","@id":565764756,"@timestamp":1598805752},"coords":"50.992714,-0.0936696","bedrooms":"3","price":"291000","area":"574"} , +{"type":"Feature","id":"n565764766","geometry":{"type":"Point","coordinates":[-0.0927468,51.0021706]},"properties":{"@type":"node","@id":565764766,"@timestamp":1610365592},"coords":"51.0021706,-0.0927468","bedrooms":"4","price":"158000","area":"488"} , +{"type":"Feature","id":"n565764776","geometry":{"type":"Point","coordinates":[-0.0904321,51.0009186]},"properties":{"@type":"node","@id":565764776,"@timestamp":1610365592},"coords":"51.0009186,-0.0904321","bedrooms":"4","price":"151000","area":"630"} , +{"type":"Feature","id":"n565764786","geometry":{"type":"Point","coordinates":[-0.0818997,50.9963001]},"properties":{"@type":"node","@id":565764786,"@timestamp":1258418042},"coords":"50.9963001,-0.0818997","bedrooms":"3","price":"284000","area":"389"} , +{"type":"Feature","id":"n565764796","geometry":{"type":"Point","coordinates":[-0.0845663,50.9976479]},"properties":{"@type":"node","@id":565764796,"@timestamp":1258418044},"coords":"50.9976479,-0.0845663","bedrooms":"2","price":"272000","area":"524"} , +{"type":"Feature","id":"n565764807","geometry":{"type":"Point","coordinates":[-0.0847189,51.010936]},"properties":{"@type":"node","@id":565764807,"@timestamp":1610365592},"coords":"51.010936,-0.0847189","bedrooms":"4","price":"157000","area":"459"} , +{"type":"Feature","id":"n565764819","geometry":{"type":"Point","coordinates":[-0.0555698,51.076736]},"properties":{"@type":"node","@id":565764819,"@timestamp":1619803162},"coords":"51.076736,-0.0555698","bedrooms":"2","price":"277000","area":"443"} , +{"type":"Feature","id":"n565764831","geometry":{"type":"Point","coordinates":[0.0253112,51.110702]},"properties":{"@type":"node","@id":565764831,"@timestamp":1589162000},"coords":"51.110702,0.0253112","bedrooms":"4","price":"194000","area":"562"} , +{"type":"Feature","id":"n565764841","geometry":{"type":"Point","coordinates":[0.0022061,51.1217381]},"properties":{"@type":"node","@id":565764841,"@timestamp":1594325789},"coords":"51.1217381,0.0022061","bedrooms":"0","price":"206000","area":"372"} , +{"type":"Feature","id":"n565764851","geometry":{"type":"Point","coordinates":[-0.0233896,51.1057258]},"properties":{"@type":"node","@id":565764851,"@timestamp":1485986350},"coords":"51.1057258,-0.0233896","bedrooms":"0","price":"218000","area":"649"} , +{"type":"Feature","id":"n565764861","geometry":{"type":"Point","coordinates":[-0.0011949,51.1270904]},"properties":{"@type":"node","@id":565764861,"@timestamp":1626717266},"coords":"51.1270904,-0.0011949","bedrooms":"1","price":"195000","area":"579"} , +{"type":"Feature","id":"n565764871","geometry":{"type":"Point","coordinates":[-2.71e-05,51.1349041]},"properties":{"@type":"node","@id":565764871,"@timestamp":1631917709},"coords":"51.1349041,-2.71e-05","bedrooms":"4","price":"225000","area":"559"} , +{"type":"Feature","id":"n565764881","geometry":{"type":"Point","coordinates":[-0.1238702,51.133652]},"properties":{"@type":"node","@id":565764881,"@timestamp":1608208921},"coords":"51.133652,-0.1238702","bedrooms":"4","price":"270000","area":"409"} , +{"type":"Feature","id":"n565764891","geometry":{"type":"Point","coordinates":[-0.092753,51.1360309]},"properties":{"@type":"node","@id":565764891,"@timestamp":1610108795},"coords":"51.1360309,-0.092753","bedrooms":"2","price":"288000","area":"608"} , +{"type":"Feature","id":"n565764901","geometry":{"type":"Point","coordinates":[-0.0791983,51.1249034]},"properties":{"@type":"node","@id":565764901,"@timestamp":1609851534},"coords":"51.1249034,-0.0791983","bedrooms":"4","price":"293000","area":"513"} , +{"type":"Feature","id":"n565764911","geometry":{"type":"Point","coordinates":[-0.1244931,51.1349735]},"properties":{"@type":"node","@id":565764911,"@timestamp":1609853044},"coords":"51.1349735,-0.1244931","bedrooms":"3","price":"182000","area":"606"} , +{"type":"Feature","id":"n565764946","geometry":{"type":"Point","coordinates":[-0.1167046,51.139927]},"properties":{"@type":"node","@id":565764946,"@timestamp":1636019262},"coords":"51.139927,-0.1167046","bedrooms":"3","price":"202000","area":"479"} , +{"type":"Feature","id":"n565764986","geometry":{"type":"Point","coordinates":[-0.0113278,51.1269068]},"properties":{"@type":"node","@id":565764986,"@timestamp":1594317457},"coords":"51.1269068,-0.0113278","bedrooms":"3","price":"247000","area":"396"} , +{"type":"Feature","id":"n565765051","geometry":{"type":"Point","coordinates":[-0.0167702,51.1255022]},"properties":{"@type":"node","@id":565765051,"@timestamp":1602511315},"coords":"51.1255022,-0.0167702","bedrooms":"2","price":"174000","area":"363"} , +{"type":"Feature","id":"n565765103","geometry":{"type":"Point","coordinates":[-0.0284163,51.134822]},"properties":{"@type":"node","@id":565765103,"@timestamp":1594325789},"coords":"51.134822,-0.0284163","bedrooms":"3","price":"189000","area":"569"} , +{"type":"Feature","id":"n565765132","geometry":{"type":"Point","coordinates":[-0.0176995,51.1338572]},"properties":{"@type":"node","@id":565765132,"@timestamp":1599228636},"coords":"51.1338572,-0.0176995","bedrooms":"2","price":"233000","area":"408"} , +{"type":"Feature","id":"n565765181","geometry":{"type":"Point","coordinates":[-0.0301765,51.1154036]},"properties":{"@type":"node","@id":565765181,"@timestamp":1258418069},"coords":"51.1154036,-0.0301765","bedrooms":"3","price":"169000","area":"564"} , +{"type":"Feature","id":"n565765250","geometry":{"type":"Point","coordinates":[-0.0872957,51.1076625]},"properties":{"@type":"node","@id":565765250,"@timestamp":1613245301},"coords":"51.1076625,-0.0872957","bedrooms":"3","price":"260000","area":"573"} , +{"type":"Feature","id":"n565765299","geometry":{"type":"Point","coordinates":[-0.0943902,50.9940673]},"properties":{"@type":"node","@id":565765299,"@timestamp":1258418072},"coords":"50.9940673,-0.0943902","bedrooms":"1","price":"160000","area":"430"} , +{"type":"Feature","id":"n565765337","geometry":{"type":"Point","coordinates":[-0.1192988,51.0156147]},"properties":{"@type":"node","@id":565765337,"@timestamp":1258418074},"coords":"51.0156147,-0.1192988","bedrooms":"0","price":"244000","area":"485"} , +{"type":"Feature","id":"n565765370","geometry":{"type":"Point","coordinates":[-0.1070063,51.1055842]},"properties":{"@type":"node","@id":565765370,"@timestamp":1609853044},"coords":"51.1055842,-0.1070063","bedrooms":"1","price":"246000","area":"665"} , +{"type":"Feature","id":"n565765433","geometry":{"type":"Point","coordinates":[-0.0764787,51.0856241]},"properties":{"@type":"node","@id":565765433,"@timestamp":1610104086},"coords":"51.0856241,-0.0764787","bedrooms":"4","price":"293000","area":"388"} , +{"type":"Feature","id":"n565765476","geometry":{"type":"Point","coordinates":[-0.0866749,51.0413009]},"properties":{"@type":"node","@id":565765476,"@timestamp":1258418078},"coords":"51.0413009,-0.0866749","bedrooms":"0","price":"292000","area":"653"} , +{"type":"Feature","id":"n565765493","geometry":{"type":"Point","coordinates":[-0.0670626,51.0830315]},"properties":{"@type":"node","@id":565765493,"@timestamp":1610104086},"coords":"51.0830315,-0.0670626","bedrooms":"4","price":"267000","area":"515"} , +{"type":"Feature","id":"n565765504","geometry":{"type":"Point","coordinates":[-0.1095821,51.0021205]},"properties":{"@type":"node","@id":565765504,"@timestamp":1258418081},"coords":"51.0021205,-0.1095821","bedrooms":"2","price":"187000","area":"537"} , +{"type":"Feature","id":"n565765514","geometry":{"type":"Point","coordinates":[-0.1079856,51.0066039]},"properties":{"@type":"node","@id":565765514,"@timestamp":1378759560},"coords":"51.0066039,-0.1079856","bedrooms":"3","price":"178000","area":"477"} , +{"type":"Feature","id":"n565765524","geometry":{"type":"Point","coordinates":[-0.0990223,50.9948211]},"properties":{"@type":"node","@id":565765524,"@timestamp":1610542765},"coords":"50.9948211,-0.0990223","bedrooms":"0","price":"277000","area":"465"} , +{"type":"Feature","id":"n565765535","geometry":{"type":"Point","coordinates":[-0.0792384,51.0513565]},"properties":{"@type":"node","@id":565765535,"@timestamp":1598919910},"coords":"51.0513565,-0.0792384","bedrooms":"1","price":"244000","area":"555"} , +{"type":"Feature","id":"n565765545","geometry":{"type":"Point","coordinates":[-0.102129,50.9930061]},"properties":{"@type":"node","@id":565765545,"@timestamp":1258418086},"coords":"50.9930061,-0.102129","bedrooms":"3","price":"283000","area":"635"} , +{"type":"Feature","id":"n565765557","geometry":{"type":"Point","coordinates":[-0.3519239,51.0316404]},"properties":{"@type":"node","@id":565765557,"@timestamp":1619293732},"coords":"51.0316404,-0.3519239","bedrooms":"4","price":"275000","area":"427"} , +{"type":"Feature","id":"n565765569","geometry":{"type":"Point","coordinates":[-0.3528471,51.0238736]},"properties":{"@type":"node","@id":565765569,"@timestamp":1619293732},"coords":"51.0238736,-0.3528471","bedrooms":"0","price":"259000","area":"601"} , +{"type":"Feature","id":"n565765579","geometry":{"type":"Point","coordinates":[-0.3377437,51.0575209]},"properties":{"@type":"node","@id":565765579,"@timestamp":1585511155},"coords":"51.0575209,-0.3377437","bedrooms":"1","price":"231000","area":"697"} , +{"type":"Feature","id":"n565765591","geometry":{"type":"Point","coordinates":[-0.3636615,51.0714502]},"properties":{"@type":"node","@id":565765591,"@timestamp":1421001255},"coords":"51.0714502,-0.3636615","bedrooms":"0","price":"167000","area":"451"} , +{"type":"Feature","id":"n565765604","geometry":{"type":"Point","coordinates":[-0.3373225,51.0584537]},"properties":{"@type":"node","@id":565765604,"@timestamp":1604072419},"coords":"51.0584537,-0.3373225","bedrooms":"2","price":"279000","area":"699"} , +{"type":"Feature","id":"n565765614","geometry":{"type":"Point","coordinates":[-0.3332417,51.068488]},"properties":{"@type":"node","@id":565765614,"@timestamp":1585652625},"coords":"51.068488,-0.3332417","bedrooms":"4","price":"261000","area":"453"} , +{"type":"Feature","id":"n565765624","geometry":{"type":"Point","coordinates":[-0.3385869,51.0694719]},"properties":{"@type":"node","@id":565765624,"@timestamp":1608913412},"coords":"51.0694719,-0.3385869","bedrooms":"1","price":"255000","area":"616"} , +{"type":"Feature","id":"n565765634","geometry":{"type":"Point","coordinates":[-0.3279844,51.0751173]},"properties":{"@type":"node","@id":565765634,"@timestamp":1609868403},"coords":"51.0751173,-0.3279844","bedrooms":"2","price":"154000","area":"379"} , +{"type":"Feature","id":"n565765644","geometry":{"type":"Point","coordinates":[-0.3204238,51.0749644]},"properties":{"@type":"node","@id":565765644,"@timestamp":1585652625},"coords":"51.0749644,-0.3204238","bedrooms":"0","price":"280000","area":"601"} , +{"type":"Feature","id":"n565765656","geometry":{"type":"Point","coordinates":[-0.2993022,51.0842789]},"properties":{"@type":"node","@id":565765656,"@timestamp":1617447133},"coords":"51.0842789,-0.2993022","bedrooms":"2","price":"252000","area":"482"} , +{"type":"Feature","id":"n565765666","geometry":{"type":"Point","coordinates":[-0.3144983,51.0684213]},"properties":{"@type":"node","@id":565765666,"@timestamp":1585511155},"coords":"51.0684213,-0.3144983","bedrooms":"3","price":"179000","area":"567"} , +{"type":"Feature","id":"n565765676","geometry":{"type":"Point","coordinates":[-0.3236015,51.0700774]},"properties":{"@type":"node","@id":565765676,"@timestamp":1585652625},"coords":"51.0700774,-0.3236015","bedrooms":"1","price":"286000","area":"666"} , +{"type":"Feature","id":"n565765686","geometry":{"type":"Point","coordinates":[-0.2972607,51.079628]},"properties":{"@type":"node","@id":565765686,"@timestamp":1611265094},"coords":"51.079628,-0.2972607","bedrooms":"0","price":"283000","area":"578"} , +{"type":"Feature","id":"n565765697","geometry":{"type":"Point","coordinates":[-0.3017475,51.0737884]},"properties":{"@type":"node","@id":565765697,"@timestamp":1609614166},"coords":"51.0737884,-0.3017475","bedrooms":"2","price":"237000","area":"530"} , +{"type":"Feature","id":"n565765707","geometry":{"type":"Point","coordinates":[-0.308477,51.0584845]},"properties":{"@type":"node","@id":565765707,"@timestamp":1601715753},"coords":"51.0584845,-0.308477","bedrooms":"1","price":"237000","area":"364"} , +{"type":"Feature","id":"n565765718","geometry":{"type":"Point","coordinates":[-0.3144708,51.0628395]},"properties":{"@type":"node","@id":565765718,"@timestamp":1602436846},"coords":"51.0628395,-0.3144708","bedrooms":"4","price":"179000","area":"667"} , +{"type":"Feature","id":"n565765729","geometry":{"type":"Point","coordinates":[-0.3159176,51.0589709]},"properties":{"@type":"node","@id":565765729,"@timestamp":1602185691},"coords":"51.0589709,-0.3159176","bedrooms":"1","price":"250000","area":"623"} , +{"type":"Feature","id":"n565765740","geometry":{"type":"Point","coordinates":[-0.2921992,51.0749369]},"properties":{"@type":"node","@id":565765740,"@timestamp":1258418113},"coords":"51.0749369,-0.2921992","bedrooms":"3","price":"195000","area":"491"} , +{"type":"Feature","id":"n565765755","geometry":{"type":"Point","coordinates":[-0.3156986,51.0693784]},"properties":{"@type":"node","@id":565765755,"@timestamp":1258418115},"coords":"51.0693784,-0.3156986","bedrooms":"0","price":"154000","area":"391"} , +{"type":"Feature","id":"n565765765","geometry":{"type":"Point","coordinates":[-0.3472493,51.029083]},"properties":{"@type":"node","@id":565765765,"@timestamp":1619293732},"coords":"51.029083,-0.3472493","bedrooms":"4","price":"211000","area":"350"} , +{"type":"Feature","id":"n565765780","geometry":{"type":"Point","coordinates":[-0.3520362,51.0249393]},"properties":{"@type":"node","@id":565765780,"@timestamp":1619293732},"coords":"51.0249393,-0.3520362","bedrooms":"0","price":"151000","area":"570"} , +{"type":"Feature","id":"n565765791","geometry":{"type":"Point","coordinates":[-0.3165123,51.0638683]},"properties":{"@type":"node","@id":565765791,"@timestamp":1258418120},"coords":"51.0638683,-0.3165123","bedrooms":"0","price":"197000","area":"360"} , +{"type":"Feature","id":"n565765801","geometry":{"type":"Point","coordinates":[-0.4170497,51.0858765]},"properties":{"@type":"node","@id":565765801,"@timestamp":1509530968},"coords":"51.0858765,-0.4170497","bedrooms":"2","price":"291000","area":"477"} , +{"type":"Feature","id":"n565765825","geometry":{"type":"Point","coordinates":[-0.4442306,51.0979594]},"properties":{"@type":"node","@id":565765825,"@timestamp":1258418123},"coords":"51.0979594,-0.4442306","bedrooms":"3","price":"180000","area":"654"} , +{"type":"Feature","id":"n565765847","geometry":{"type":"Point","coordinates":[-0.4040163,51.070438]},"properties":{"@type":"node","@id":565765847,"@timestamp":1258418124},"coords":"51.070438,-0.4040163","bedrooms":"3","price":"212000","area":"613"} , +{"type":"Feature","id":"n565765875","geometry":{"type":"Point","coordinates":[-0.3459811,51.0925749]},"properties":{"@type":"node","@id":565765875,"@timestamp":1588807546},"coords":"51.0925749,-0.3459811","bedrooms":"0","price":"251000","area":"634"} , +{"type":"Feature","id":"n565765888","geometry":{"type":"Point","coordinates":[-0.2645171,51.0917265]},"properties":{"@type":"node","@id":565765888,"@timestamp":1585511155},"coords":"51.0917265,-0.2645171","bedrooms":"1","price":"196000","area":"607"} , +{"type":"Feature","id":"n565765900","geometry":{"type":"Point","coordinates":[-0.4575066,51.0144277]},"properties":{"@type":"node","@id":565765900,"@timestamp":1615033659},"coords":"51.0144277,-0.4575066","bedrooms":"0","price":"170000","area":"367"} , +{"type":"Feature","id":"n565765918","geometry":{"type":"Point","coordinates":[-0.5011918,50.9670089]},"properties":{"@type":"node","@id":565765918,"@timestamp":1610818391},"coords":"50.9670089,-0.5011918","bedrooms":"3","price":"209000","area":"585"} , +{"type":"Feature","id":"n565765938","geometry":{"type":"Point","coordinates":[-0.5320054,50.9546602]},"properties":{"@type":"node","@id":565765938,"@timestamp":1610818391},"coords":"50.9546602,-0.5320054","bedrooms":"2","price":"251000","area":"453"} , +{"type":"Feature","id":"n565765959","geometry":{"type":"Point","coordinates":[-0.500478,50.9573321]},"properties":{"@type":"node","@id":565765959,"@timestamp":1610818391},"coords":"50.9573321,-0.500478","bedrooms":"3","price":"207000","area":"667"} , +{"type":"Feature","id":"n565765969","geometry":{"type":"Point","coordinates":[-0.4949058,50.9610015]},"properties":{"@type":"node","@id":565765969,"@timestamp":1258418137},"coords":"50.9610015,-0.4949058","bedrooms":"0","price":"290000","area":"571"} , +{"type":"Feature","id":"n565765979","geometry":{"type":"Point","coordinates":[-0.5047328,51.0234772]},"properties":{"@type":"node","@id":565765979,"@timestamp":1615033410},"coords":"51.0234772,-0.5047328","bedrooms":"2","price":"289000","area":"649"} , +{"type":"Feature","id":"n565765990","geometry":{"type":"Point","coordinates":[-0.4573962,51.021189]},"properties":{"@type":"node","@id":565765990,"@timestamp":1612279583},"coords":"51.021189,-0.4573962","bedrooms":"0","price":"199000","area":"583"} , +{"type":"Feature","id":"n565766008","geometry":{"type":"Point","coordinates":[-0.4574742,50.9517897]},"properties":{"@type":"node","@id":565766008,"@timestamp":1258418143},"coords":"50.9517897,-0.4574742","bedrooms":"3","price":"199000","area":"683"} , +{"type":"Feature","id":"n565766047","geometry":{"type":"Point","coordinates":[-0.4809336,50.9519084]},"properties":{"@type":"node","@id":565766047,"@timestamp":1609501997},"coords":"50.9519084,-0.4809336","bedrooms":"1","price":"150000","area":"635"} , +{"type":"Feature","id":"n565766092","geometry":{"type":"Point","coordinates":[-0.515682,51.0703986]},"properties":{"@type":"node","@id":565766092,"@timestamp":1258418154},"coords":"51.0703986,-0.515682","bedrooms":"1","price":"213000","area":"577"} , +{"type":"Feature","id":"n565766103","geometry":{"type":"Point","coordinates":[-0.5679126,51.0693776]},"properties":{"@type":"node","@id":565766103,"@timestamp":1258418155},"coords":"51.0693776,-0.5679126","bedrooms":"3","price":"204000","area":"518"} , +{"type":"Feature","id":"n565766114","geometry":{"type":"Point","coordinates":[-0.4884761,51.0335921]},"properties":{"@type":"node","@id":565766114,"@timestamp":1258418157},"coords":"51.0335921,-0.4884761","bedrooms":"0","price":"186000","area":"683"} , +{"type":"Feature","id":"n565766124","geometry":{"type":"Point","coordinates":[-0.3815659,51.0458117]},"properties":{"@type":"node","@id":565766124,"@timestamp":1258418158},"coords":"51.0458117,-0.3815659","bedrooms":"0","price":"260000","area":"357"} , +{"type":"Feature","id":"n565766134","geometry":{"type":"Point","coordinates":[-0.3923285,51.0172091]},"properties":{"@type":"node","@id":565766134,"@timestamp":1258418159},"coords":"51.0172091,-0.3923285","bedrooms":"2","price":"158000","area":"642"} , +{"type":"Feature","id":"n565766148","geometry":{"type":"Point","coordinates":[-0.3376248,50.9984651]},"properties":{"@type":"node","@id":565766148,"@timestamp":1585513689},"coords":"50.9984651,-0.3376248","bedrooms":"1","price":"230000","area":"442"} , +{"type":"Feature","id":"n565766158","geometry":{"type":"Point","coordinates":[-0.3698119,50.9462298]},"properties":{"@type":"node","@id":565766158,"@timestamp":1585513689},"coords":"50.9462298,-0.3698119","bedrooms":"2","price":"280000","area":"591"} , +{"type":"Feature","id":"n565766269","geometry":{"type":"Point","coordinates":[-0.28388,50.9562923]},"properties":{"@type":"node","@id":565766269,"@timestamp":1258418170},"coords":"50.9562923,-0.28388","bedrooms":"4","price":"251000","area":"601"} , +{"type":"Feature","id":"n565766325","geometry":{"type":"Point","coordinates":[-0.2797935,50.9663137]},"properties":{"@type":"node","@id":565766325,"@timestamp":1258418174},"coords":"50.9663137,-0.2797935","bedrooms":"4","price":"264000","area":"688"} , +{"type":"Feature","id":"n565766335","geometry":{"type":"Point","coordinates":[-0.2586082,51.0940071]},"properties":{"@type":"node","@id":565766335,"@timestamp":1586358399},"coords":"51.0940071,-0.2586082","bedrooms":"1","price":"209000","area":"488"} , +{"type":"Feature","id":"n565766347","geometry":{"type":"Point","coordinates":[-0.2484656,51.0808097]},"properties":{"@type":"node","@id":565766347,"@timestamp":1598848676},"coords":"51.0808097,-0.2484656","bedrooms":"3","price":"235000","area":"428"} , +{"type":"Feature","id":"n565766357","geometry":{"type":"Point","coordinates":[-0.2627098,51.0218376]},"properties":{"@type":"node","@id":565766357,"@timestamp":1610375488},"coords":"51.0218376,-0.2627098","bedrooms":"4","price":"156000","area":"699"} , +{"type":"Feature","id":"n565766367","geometry":{"type":"Point","coordinates":[-0.3026537,50.9713518]},"properties":{"@type":"node","@id":565766367,"@timestamp":1258418180},"coords":"50.9713518,-0.3026537","bedrooms":"4","price":"191000","area":"418"} , +{"type":"Feature","id":"n565766394","geometry":{"type":"Point","coordinates":[-0.3065122,51.0081904]},"properties":{"@type":"node","@id":565766394,"@timestamp":1403542480},"coords":"51.0081904,-0.3065122","bedrooms":"4","price":"221000","area":"402"} , +{"type":"Feature","id":"n565766405","geometry":{"type":"Point","coordinates":[-0.2545297,51.0349988]},"properties":{"@type":"node","@id":565766405,"@timestamp":1608302584},"coords":"51.0349988,-0.2545297","bedrooms":"2","price":"152000","area":"424"} , +{"type":"Feature","id":"n565766415","geometry":{"type":"Point","coordinates":[-0.1981465,51.0835414]},"properties":{"@type":"node","@id":565766415,"@timestamp":1630235732},"coords":"51.0835414,-0.1981465","bedrooms":"1","price":"164000","area":"436"} , +{"type":"Feature","id":"n565766425","geometry":{"type":"Point","coordinates":[-0.2082055,51.0386144]},"properties":{"@type":"node","@id":565766425,"@timestamp":1610104086},"coords":"51.0386144,-0.2082055","bedrooms":"2","price":"249000","area":"626"} , +{"type":"Feature","id":"n565766435","geometry":{"type":"Point","coordinates":[-0.1076683,51.0575342]},"properties":{"@type":"node","@id":565766435,"@timestamp":1258418189},"coords":"51.0575342,-0.1076683","bedrooms":"4","price":"156000","area":"429"} , +{"type":"Feature","id":"n565766447","geometry":{"type":"Point","coordinates":[-0.2038874,50.9931314]},"properties":{"@type":"node","@id":565766447,"@timestamp":1258418191},"coords":"50.9931314,-0.2038874","bedrooms":"1","price":"189000","area":"420"} , +{"type":"Feature","id":"n565766462","geometry":{"type":"Point","coordinates":[-0.4617358,51.0860594]},"properties":{"@type":"node","@id":565766462,"@timestamp":1258418193},"coords":"51.0860594,-0.4617358","bedrooms":"0","price":"278000","area":"522"} , +{"type":"Feature","id":"n565766475","geometry":{"type":"Point","coordinates":[-0.251458,51.0843709]},"properties":{"@type":"node","@id":565766475,"@timestamp":1258418195},"coords":"51.0843709,-0.251458","bedrooms":"3","price":"252000","area":"563"} , +{"type":"Feature","id":"n565766496","geometry":{"type":"Point","coordinates":[-0.4303913,50.9570684]},"properties":{"@type":"node","@id":565766496,"@timestamp":1375269963},"coords":"50.9570684,-0.4303913","bedrooms":"2","price":"292000","area":"402"} , +{"type":"Feature","id":"n565766508","geometry":{"type":"Point","coordinates":[-0.4071431,50.9888856]},"properties":{"@type":"node","@id":565766508,"@timestamp":1258418200},"coords":"50.9888856,-0.4071431","bedrooms":"2","price":"193000","area":"524"} , +{"type":"Feature","id":"n565766531","geometry":{"type":"Point","coordinates":[-0.5177311,50.9516618]},"properties":{"@type":"node","@id":565766531,"@timestamp":1610818391},"coords":"50.9516618,-0.5177311","bedrooms":"2","price":"219000","area":"662"} , +{"type":"Feature","id":"n565766541","geometry":{"type":"Point","coordinates":[-0.4817179,50.9859398]},"properties":{"@type":"node","@id":565766541,"@timestamp":1258418204},"coords":"50.9859398,-0.4817179","bedrooms":"0","price":"280000","area":"562"} , +{"type":"Feature","id":"n565766551","geometry":{"type":"Point","coordinates":[-0.4314698,51.0500551]},"properties":{"@type":"node","@id":565766551,"@timestamp":1509554004},"coords":"51.0500551,-0.4314698","bedrooms":"4","price":"299000","area":"463"} , +{"type":"Feature","id":"n565766561","geometry":{"type":"Point","coordinates":[-0.3958075,51.0692374]},"properties":{"@type":"node","@id":565766561,"@timestamp":1258418207},"coords":"51.0692374,-0.3958075","bedrooms":"3","price":"240000","area":"450"} , +{"type":"Feature","id":"n565766571","geometry":{"type":"Point","coordinates":[-0.5866386,51.0276892]},"properties":{"@type":"node","@id":565766571,"@timestamp":1258418208},"coords":"51.0276892,-0.5866386","bedrooms":"3","price":"209000","area":"366"} , +{"type":"Feature","id":"n565766581","geometry":{"type":"Point","coordinates":[-0.543814,51.0281436]},"properties":{"@type":"node","@id":565766581,"@timestamp":1258418209},"coords":"51.0281436,-0.543814","bedrooms":"1","price":"273000","area":"602"} , +{"type":"Feature","id":"n565766591","geometry":{"type":"Point","coordinates":[-0.5173679,51.0198611]},"properties":{"@type":"node","@id":565766591,"@timestamp":1258418211},"coords":"51.0198611,-0.5173679","bedrooms":"1","price":"186000","area":"375"} , +{"type":"Feature","id":"n565766602","geometry":{"type":"Point","coordinates":[-0.4738806,51.0215854]},"properties":{"@type":"node","@id":565766602,"@timestamp":1258418212},"coords":"51.0215854,-0.4738806","bedrooms":"3","price":"257000","area":"627"} , +{"type":"Feature","id":"n565766686","geometry":{"type":"Point","coordinates":[-0.3065613,50.9485024]},"properties":{"@type":"node","@id":565766686,"@timestamp":1258418222},"coords":"50.9485024,-0.3065613","bedrooms":"3","price":"244000","area":"662"} , +{"type":"Feature","id":"n565766696","geometry":{"type":"Point","coordinates":[-0.3083995,50.9904021]},"properties":{"@type":"node","@id":565766696,"@timestamp":1258418224},"coords":"50.9904021,-0.3083995","bedrooms":"4","price":"188000","area":"617"} , +{"type":"Feature","id":"n565766706","geometry":{"type":"Point","coordinates":[-0.2991201,51.0259437]},"properties":{"@type":"node","@id":565766706,"@timestamp":1258418225},"coords":"51.0259437,-0.2991201","bedrooms":"4","price":"280000","area":"352"} , +{"type":"Feature","id":"n565766729","geometry":{"type":"Point","coordinates":[-0.3648652,50.994192]},"properties":{"@type":"node","@id":565766729,"@timestamp":1258418228},"coords":"50.994192,-0.3648652","bedrooms":"1","price":"153000","area":"665"} , +{"type":"Feature","id":"n565766743","geometry":{"type":"Point","coordinates":[-0.1324736,51.0464577]},"properties":{"@type":"node","@id":565766743,"@timestamp":1258418229},"coords":"51.0464577,-0.1324736","bedrooms":"0","price":"278000","area":"677"} , +{"type":"Feature","id":"n565766755","geometry":{"type":"Point","coordinates":[-0.1402839,51.0947238]},"properties":{"@type":"node","@id":565766755,"@timestamp":1258418231},"coords":"51.0947238,-0.1402839","bedrooms":"4","price":"202000","area":"554"} , +{"type":"Feature","id":"n565766765","geometry":{"type":"Point","coordinates":[-0.6143693,51.0780852]},"properties":{"@type":"node","@id":565766765,"@timestamp":1258418232},"coords":"51.0780852,-0.6143693","bedrooms":"1","price":"208000","area":"555"} , +{"type":"Feature","id":"n565766775","geometry":{"type":"Point","coordinates":[-0.5585372,51.0688487]},"properties":{"@type":"node","@id":565766775,"@timestamp":1281424649},"coords":"51.0688487,-0.5585372","bedrooms":"2","price":"166000","area":"456"} , +{"type":"Feature","id":"n565766785","geometry":{"type":"Point","coordinates":[-0.553333,51.0398269]},"properties":{"@type":"node","@id":565766785,"@timestamp":1281424663},"coords":"51.0398269,-0.553333","bedrooms":"4","price":"154000","area":"589"} , +{"type":"Feature","id":"n565766795","geometry":{"type":"Point","coordinates":[-0.4724692,51.0159373]},"properties":{"@type":"node","@id":565766795,"@timestamp":1258418236},"coords":"51.0159373,-0.4724692","bedrooms":"1","price":"270000","area":"529"} , +{"type":"Feature","id":"n565766815","geometry":{"type":"Point","coordinates":[-0.1861578,51.0625832]},"properties":{"@type":"node","@id":565766815,"@timestamp":1610012086},"coords":"51.0625832,-0.1861578","bedrooms":"4","price":"278000","area":"384"} , +{"type":"Feature","id":"n565766851","geometry":{"type":"Point","coordinates":[-0.1463606,51.0645487]},"properties":{"@type":"node","@id":565766851,"@timestamp":1258418239},"coords":"51.0645487,-0.1463606","bedrooms":"1","price":"296000","area":"423"} , +{"type":"Feature","id":"n565766881","geometry":{"type":"Point","coordinates":[-0.2029881,51.0686832]},"properties":{"@type":"node","@id":565766881,"@timestamp":1611923211},"coords":"51.0686832,-0.2029881","bedrooms":"2","price":"224000","area":"598"} , +{"type":"Feature","id":"n565766891","geometry":{"type":"Point","coordinates":[-0.1891756,51.0298673]},"properties":{"@type":"node","@id":565766891,"@timestamp":1610104086},"coords":"51.0298673,-0.1891756","bedrooms":"0","price":"222000","area":"671"} , +{"type":"Feature","id":"n565766911","geometry":{"type":"Point","coordinates":[-0.2390514,51.0316818]},"properties":{"@type":"node","@id":565766911,"@timestamp":1258418244},"coords":"51.0316818,-0.2390514","bedrooms":"0","price":"273000","area":"549"} , +{"type":"Feature","id":"n565766936","geometry":{"type":"Point","coordinates":[-0.2890297,50.9920805]},"properties":{"@type":"node","@id":565766936,"@timestamp":1258418246},"coords":"50.9920805,-0.2890297","bedrooms":"1","price":"236000","area":"463"} , +{"type":"Feature","id":"n565766963","geometry":{"type":"Point","coordinates":[-0.3012156,50.9794441]},"properties":{"@type":"node","@id":565766963,"@timestamp":1548943065},"coords":"50.9794441,-0.3012156","bedrooms":"4","price":"292000","area":"490"} , +{"type":"Feature","id":"n565766989","geometry":{"type":"Point","coordinates":[-0.4167436,51.0161936]},"properties":{"@type":"node","@id":565766989,"@timestamp":1258418250},"coords":"51.0161936,-0.4167436","bedrooms":"2","price":"222000","area":"668"} , +{"type":"Feature","id":"n565767003","geometry":{"type":"Point","coordinates":[-0.4390966,51.0863423]},"properties":{"@type":"node","@id":565767003,"@timestamp":1626210657},"coords":"51.0863423,-0.4390966","bedrooms":"3","price":"205000","area":"629"} , +{"type":"Feature","id":"n565767016","geometry":{"type":"Point","coordinates":[-0.4601293,51.0901481]},"properties":{"@type":"node","@id":565767016,"@timestamp":1258418253},"coords":"51.0901481,-0.4601293","bedrooms":"1","price":"179000","area":"549"} , +{"type":"Feature","id":"n565767027","geometry":{"type":"Point","coordinates":[-0.3082669,50.9591663]},"properties":{"@type":"node","@id":565767027,"@timestamp":1401729811},"coords":"50.9591663,-0.3082669","bedrooms":"0","price":"270000","area":"532"} , +{"type":"Feature","id":"n565767044","geometry":{"type":"Point","coordinates":[-0.4590537,50.9462167]},"properties":{"@type":"node","@id":565767044,"@timestamp":1258418257},"coords":"50.9462167,-0.4590537","bedrooms":"1","price":"269000","area":"482"} , +{"type":"Feature","id":"n565767927","geometry":{"type":"Point","coordinates":[-0.7266042,50.9595221]},"properties":{"@type":"node","@id":565767927,"@timestamp":1620417753},"coords":"50.9595221,-0.7266042","bedrooms":"3","price":"210000","area":"434"} , +{"type":"Feature","id":"n565767945","geometry":{"type":"Point","coordinates":[-0.8131014,50.9793723]},"properties":{"@type":"node","@id":565767945,"@timestamp":1606595518},"coords":"50.9793723,-0.8131014","bedrooms":"2","price":"152000","area":"569"} , +{"type":"Feature","id":"n565767958","geometry":{"type":"Point","coordinates":[-0.8198436,50.9904479]},"properties":{"@type":"node","@id":565767958,"@timestamp":1609434167},"coords":"50.9904479,-0.8198436","bedrooms":"4","price":"289000","area":"445"} , +{"type":"Feature","id":"n565767970","geometry":{"type":"Point","coordinates":[-0.6962551,50.9780006]},"properties":{"@type":"node","@id":565767970,"@timestamp":1258418388},"coords":"50.9780006,-0.6962551","bedrooms":"1","price":"202000","area":"684"} , +{"type":"Feature","id":"n565767984","geometry":{"type":"Point","coordinates":[-0.6022619,50.9505818]},"properties":{"@type":"node","@id":565767984,"@timestamp":1258418390},"coords":"50.9505818,-0.6022619","bedrooms":"2","price":"175000","area":"605"} , +{"type":"Feature","id":"n565767994","geometry":{"type":"Point","coordinates":[-0.8595484,50.9883963]},"properties":{"@type":"node","@id":565767994,"@timestamp":1258418392},"coords":"50.9883963,-0.8595484","bedrooms":"0","price":"289000","area":"529"} , +{"type":"Feature","id":"n565768004","geometry":{"type":"Point","coordinates":[-0.8189951,51.0541627]},"properties":{"@type":"node","@id":565768004,"@timestamp":1258418395},"coords":"51.0541627,-0.8189951","bedrooms":"4","price":"284000","area":"600"} , +{"type":"Feature","id":"n565768014","geometry":{"type":"Point","coordinates":[-0.7580537,50.9981708]},"properties":{"@type":"node","@id":565768014,"@timestamp":1606990172},"coords":"50.9981708,-0.7580537","bedrooms":"1","price":"281000","area":"552"} , +{"type":"Feature","id":"n565768024","geometry":{"type":"Point","coordinates":[-0.7283041,51.0250094]},"properties":{"@type":"node","@id":565768024,"@timestamp":1258418399},"coords":"51.0250094,-0.7283041","bedrooms":"0","price":"256000","area":"516"} , +{"type":"Feature","id":"n565768035","geometry":{"type":"Point","coordinates":[-0.7197384,51.0522812]},"properties":{"@type":"node","@id":565768035,"@timestamp":1610976738},"coords":"51.0522812,-0.7197384","bedrooms":"4","price":"236000","area":"470"} , +{"type":"Feature","id":"n565768045","geometry":{"type":"Point","coordinates":[-0.7623852,51.0731544]},"properties":{"@type":"node","@id":565768045,"@timestamp":1258418402},"coords":"51.0731544,-0.7623852","bedrooms":"1","price":"249000","area":"538"} , +{"type":"Feature","id":"n565768055","geometry":{"type":"Point","coordinates":[-0.6302734,50.9880911]},"properties":{"@type":"node","@id":565768055,"@timestamp":1258418404},"coords":"50.9880911,-0.6302734","bedrooms":"4","price":"236000","area":"445"} , +{"type":"Feature","id":"n565768066","geometry":{"type":"Point","coordinates":[-0.598732,50.9851]},"properties":{"@type":"node","@id":565768066,"@timestamp":1609102434},"coords":"50.9851,-0.598732","bedrooms":"2","price":"263000","area":"381"} , +{"type":"Feature","id":"n565768094","geometry":{"type":"Point","coordinates":[-0.6135976,50.9963928]},"properties":{"@type":"node","@id":565768094,"@timestamp":1258418408},"coords":"50.9963928,-0.6135976","bedrooms":"4","price":"156000","area":"675"} , +{"type":"Feature","id":"n565768105","geometry":{"type":"Point","coordinates":[-0.6649981,51.0354635]},"properties":{"@type":"node","@id":565768105,"@timestamp":1611002675},"coords":"51.0354635,-0.6649981","bedrooms":"4","price":"280000","area":"435"} , +{"type":"Feature","id":"n565768115","geometry":{"type":"Point","coordinates":[-0.7454755,50.9762914]},"properties":{"@type":"node","@id":565768115,"@timestamp":1588533262},"coords":"50.9762914,-0.7454755","bedrooms":"4","price":"234000","area":"442"} , +{"type":"Feature","id":"n565768125","geometry":{"type":"Point","coordinates":[-0.7377392,50.9890198]},"properties":{"@type":"node","@id":565768125,"@timestamp":1587845084},"coords":"50.9890198,-0.7377392","bedrooms":"0","price":"207000","area":"558"} , +{"type":"Feature","id":"n565768135","geometry":{"type":"Point","coordinates":[-0.7296579,50.9937377]},"properties":{"@type":"node","@id":565768135,"@timestamp":1592300659},"coords":"50.9937377,-0.7296579","bedrooms":"4","price":"198000","area":"571"} , +{"type":"Feature","id":"n565768169","geometry":{"type":"Point","coordinates":[-0.6389972,50.9436144]},"properties":{"@type":"node","@id":565768169,"@timestamp":1606857366},"coords":"50.9436144,-0.6389972","bedrooms":"1","price":"272000","area":"686"} , +{"type":"Feature","id":"n565768181","geometry":{"type":"Point","coordinates":[-0.6521589,51.020055]},"properties":{"@type":"node","@id":565768181,"@timestamp":1258418420},"coords":"51.020055,-0.6521589","bedrooms":"1","price":"196000","area":"471"} , +{"type":"Feature","id":"n565768195","geometry":{"type":"Point","coordinates":[-0.7433184,50.982939]},"properties":{"@type":"node","@id":565768195,"@timestamp":1587845084},"coords":"50.982939,-0.7433184","bedrooms":"0","price":"299000","area":"633"} , +{"type":"Feature","id":"n565768206","geometry":{"type":"Point","coordinates":[-0.7308576,50.994677]},"properties":{"@type":"node","@id":565768206,"@timestamp":1592300659},"coords":"50.994677,-0.7308576","bedrooms":"4","price":"239000","area":"564"} , +{"type":"Feature","id":"n565768216","geometry":{"type":"Point","coordinates":[-0.7466358,50.9860972]},"properties":{"@type":"node","@id":565768216,"@timestamp":1587845084},"coords":"50.9860972,-0.7466358","bedrooms":"2","price":"220000","area":"496"} , +{"type":"Feature","id":"n565768226","geometry":{"type":"Point","coordinates":[-0.8278708,50.9619583]},"properties":{"@type":"node","@id":565768226,"@timestamp":1611262484},"coords":"50.9619583,-0.8278708","bedrooms":"0","price":"176000","area":"500"} , +{"type":"Feature","id":"n565768236","geometry":{"type":"Point","coordinates":[-0.8529316,50.9955618]},"properties":{"@type":"node","@id":565768236,"@timestamp":1321529065},"coords":"50.9955618,-0.8529316","bedrooms":"4","price":"178000","area":"492"} , +{"type":"Feature","id":"n565768247","geometry":{"type":"Point","coordinates":[-0.8151319,51.0501128]},"properties":{"@type":"node","@id":565768247,"@timestamp":1339359333},"coords":"51.0501128,-0.8151319","bedrooms":"2","price":"290000","area":"483"} , +{"type":"Feature","id":"n565768258","geometry":{"type":"Point","coordinates":[-0.8006343,51.0391466]},"properties":{"@type":"node","@id":565768258,"@timestamp":1610977297},"coords":"51.0391466,-0.8006343","bedrooms":"4","price":"291000","area":"539"} , +{"type":"Feature","id":"n565768284","geometry":{"type":"Point","coordinates":[-0.593877,50.9708416]},"properties":{"@type":"node","@id":565768284,"@timestamp":1258418435},"coords":"50.9708416,-0.593877","bedrooms":"2","price":"296000","area":"615"} , +{"type":"Feature","id":"n565768294","geometry":{"type":"Point","coordinates":[-0.7382677,50.9626254]},"properties":{"@type":"node","@id":565768294,"@timestamp":1258418436},"coords":"50.9626254,-0.7382677","bedrooms":"0","price":"172000","area":"359"} , +{"type":"Feature","id":"n565768307","geometry":{"type":"Point","coordinates":[-0.6546116,51.0501152]},"properties":{"@type":"node","@id":565768307,"@timestamp":1304104513},"coords":"51.0501152,-0.6546116","bedrooms":"2","price":"195000","area":"579"} , +{"type":"Feature","id":"n565768321","geometry":{"type":"Point","coordinates":[-0.6700159,51.031312]},"properties":{"@type":"node","@id":565768321,"@timestamp":1293891965},"coords":"51.031312,-0.6700159","bedrooms":"4","price":"239000","area":"445"} , +{"type":"Feature","id":"n565768341","geometry":{"type":"Point","coordinates":[-0.6788437,51.0072391]},"properties":{"@type":"node","@id":565768341,"@timestamp":1293892054},"coords":"51.0072391,-0.6788437","bedrooms":"3","price":"196000","area":"485"} , +{"type":"Feature","id":"n565768354","geometry":{"type":"Point","coordinates":[-0.7138563,50.9911008]},"properties":{"@type":"node","@id":565768354,"@timestamp":1592300755},"coords":"50.9911008,-0.7138563","bedrooms":"2","price":"260000","area":"545"} , +{"type":"Feature","id":"n565768364","geometry":{"type":"Point","coordinates":[-0.7648685,51.0125598]},"properties":{"@type":"node","@id":565768364,"@timestamp":1258418447},"coords":"51.0125598,-0.7648685","bedrooms":"4","price":"159000","area":"518"} , +{"type":"Feature","id":"n565768374","geometry":{"type":"Point","coordinates":[-0.789398,51.0406494]},"properties":{"@type":"node","@id":565768374,"@timestamp":1608892422},"coords":"51.0406494,-0.789398","bedrooms":"2","price":"250000","area":"645"} , +{"type":"Feature","id":"n565768392","geometry":{"type":"Point","coordinates":[-0.7100084,50.9603658]},"properties":{"@type":"node","@id":565768392,"@timestamp":1264174774},"coords":"50.9603658,-0.7100084","bedrooms":"3","price":"252000","area":"351"} , +{"type":"Feature","id":"n565768403","geometry":{"type":"Point","coordinates":[-0.6772591,50.950673]},"properties":{"@type":"node","@id":565768403,"@timestamp":1586511501},"coords":"50.950673,-0.6772591","bedrooms":"4","price":"229000","area":"632"} , +{"type":"Feature","id":"n565768413","geometry":{"type":"Point","coordinates":[-0.6435174,51.0689306]},"properties":{"@type":"node","@id":565768413,"@timestamp":1258418456},"coords":"51.0689306,-0.6435174","bedrooms":"1","price":"226000","area":"510"} , +{"type":"Feature","id":"n565768423","geometry":{"type":"Point","coordinates":[-0.8315868,50.972769]},"properties":{"@type":"node","@id":565768423,"@timestamp":1606595518},"coords":"50.972769,-0.8315868","bedrooms":"3","price":"202000","area":"460"} , +{"type":"Feature","id":"n565768433","geometry":{"type":"Point","coordinates":[-0.7680322,50.9889238]},"properties":{"@type":"node","@id":565768433,"@timestamp":1606990548},"coords":"50.9889238,-0.7680322","bedrooms":"1","price":"209000","area":"384"} , +{"type":"Feature","id":"n565768443","geometry":{"type":"Point","coordinates":[-0.8943462,50.9774448]},"properties":{"@type":"node","@id":565768443,"@timestamp":1609429691},"coords":"50.9774448,-0.8943462","bedrooms":"0","price":"152000","area":"689"} , +{"type":"Feature","id":"n565768454","geometry":{"type":"Point","coordinates":[-0.7795473,50.9920933]},"properties":{"@type":"node","@id":565768454,"@timestamp":1606990548},"coords":"50.9920933,-0.7795473","bedrooms":"3","price":"173000","area":"689"} , +{"type":"Feature","id":"n565768477","geometry":{"type":"Point","coordinates":[-0.7098366,51.0096447]},"properties":{"@type":"node","@id":565768477,"@timestamp":1288786821},"coords":"51.0096447,-0.7098366","bedrooms":"4","price":"215000","area":"383"} , +{"type":"Feature","id":"n565768487","geometry":{"type":"Point","coordinates":[-0.6285001,51.0284219]},"properties":{"@type":"node","@id":565768487,"@timestamp":1258418465},"coords":"51.0284219,-0.6285001","bedrooms":"2","price":"229000","area":"578"} , +{"type":"Feature","id":"n565768497","geometry":{"type":"Point","coordinates":[-0.6348795,50.958324]},"properties":{"@type":"node","@id":565768497,"@timestamp":1619469521},"coords":"50.958324,-0.6348795","bedrooms":"3","price":"195000","area":"552"} , +{"type":"Feature","id":"n565768507","geometry":{"type":"Point","coordinates":[-0.6716428,50.9554116]},"properties":{"@type":"node","@id":565768507,"@timestamp":1293893390},"coords":"50.9554116,-0.6716428","bedrooms":"3","price":"274000","area":"552"} , +{"type":"Feature","id":"n565768517","geometry":{"type":"Point","coordinates":[-0.7032261,50.965542]},"properties":{"@type":"node","@id":565768517,"@timestamp":1258418469},"coords":"50.965542,-0.7032261","bedrooms":"2","price":"261000","area":"457"} , +{"type":"Feature","id":"n565768527","geometry":{"type":"Point","coordinates":[-0.734302,50.9922143]},"properties":{"@type":"node","@id":565768527,"@timestamp":1592300659},"coords":"50.9922143,-0.734302","bedrooms":"1","price":"236000","area":"694"} , +{"type":"Feature","id":"n565768543","geometry":{"type":"Point","coordinates":[-0.6441061,51.0633284]},"properties":{"@type":"node","@id":565768543,"@timestamp":1554877281},"coords":"51.0633284,-0.6441061","bedrooms":"4","price":"219000","area":"574"} , +{"type":"Feature","id":"n565768559","geometry":{"type":"Point","coordinates":[-0.5944917,50.970768]},"properties":{"@type":"node","@id":565768559,"@timestamp":1336665297},"coords":"50.970768,-0.5944917","bedrooms":"0","price":"182000","area":"596"} , +{"type":"Feature","id":"n565768569","geometry":{"type":"Point","coordinates":[-0.1435239,50.9614051]},"properties":{"@type":"node","@id":565768569,"@timestamp":1618678406},"coords":"50.9614051,-0.1435239","bedrooms":"1","price":"205000","area":"529"} , +{"type":"Feature","id":"n565768579","geometry":{"type":"Point","coordinates":[-0.1486559,50.9600903]},"properties":{"@type":"node","@id":565768579,"@timestamp":1609855368},"coords":"50.9600903,-0.1486559","bedrooms":"1","price":"163000","area":"388"} , +{"type":"Feature","id":"n565768593","geometry":{"type":"Point","coordinates":[-0.1497326,50.9519862]},"properties":{"@type":"node","@id":565768593,"@timestamp":1626710909},"coords":"50.9519862,-0.1497326","bedrooms":"4","price":"294000","area":"683"} , +{"type":"Feature","id":"n565768605","geometry":{"type":"Point","coordinates":[-0.135898,50.9542685]},"properties":{"@type":"node","@id":565768605,"@timestamp":1612117053},"coords":"50.9542685,-0.135898","bedrooms":"0","price":"258000","area":"692"} , +{"type":"Feature","id":"n565768616","geometry":{"type":"Point","coordinates":[-0.1381677,50.9470897]},"properties":{"@type":"node","@id":565768616,"@timestamp":1591884152},"coords":"50.9470897,-0.1381677","bedrooms":"4","price":"250000","area":"491"} , +{"type":"Feature","id":"n565768626","geometry":{"type":"Point","coordinates":[-0.1275329,50.9541052]},"properties":{"@type":"node","@id":565768626,"@timestamp":1598876569},"coords":"50.9541052,-0.1275329","bedrooms":"0","price":"218000","area":"620"} , +{"type":"Feature","id":"n565768638","geometry":{"type":"Point","coordinates":[-0.1270302,50.9662764]},"properties":{"@type":"node","@id":565768638,"@timestamp":1615822161},"coords":"50.9662764,-0.1270302","bedrooms":"2","price":"151000","area":"471"} , +{"type":"Feature","id":"n565768649","geometry":{"type":"Point","coordinates":[-0.1154497,50.9653542]},"properties":{"@type":"node","@id":565768649,"@timestamp":1608651094},"coords":"50.9653542,-0.1154497","bedrooms":"4","price":"277000","area":"513"} , +{"type":"Feature","id":"n565768659","geometry":{"type":"Point","coordinates":[-0.1175635,50.959836]},"properties":{"@type":"node","@id":565768659,"@timestamp":1616346811},"coords":"50.959836,-0.1175635","bedrooms":"1","price":"277000","area":"482"} , +{"type":"Feature","id":"n565768674","geometry":{"type":"Point","coordinates":[-0.1155799,50.9501179]},"properties":{"@type":"node","@id":565768674,"@timestamp":1609855368},"coords":"50.9501179,-0.1155799","bedrooms":"1","price":"281000","area":"434"} , +{"type":"Feature","id":"n565768702","geometry":{"type":"Point","coordinates":[-0.1244015,50.9570526]},"properties":{"@type":"node","@id":565768702,"@timestamp":1616346811},"coords":"50.9570526,-0.1244015","bedrooms":"4","price":"226000","area":"359"} , +{"type":"Feature","id":"n565768734","geometry":{"type":"Point","coordinates":[-0.1369281,50.9645566]},"properties":{"@type":"node","@id":565768734,"@timestamp":1616082999},"coords":"50.9645566,-0.1369281","bedrooms":"0","price":"174000","area":"508"} , +{"type":"Feature","id":"n565768775","geometry":{"type":"Point","coordinates":[-0.1789696,50.9441718]},"properties":{"@type":"node","@id":565768775,"@timestamp":1587850944},"coords":"50.9441718,-0.1789696","bedrooms":"4","price":"234000","area":"619"} , +{"type":"Feature","id":"n565768902","geometry":{"type":"Point","coordinates":[-0.1436958,50.9536696]},"properties":{"@type":"node","@id":565768902,"@timestamp":1609855368},"coords":"50.9536696,-0.1436958","bedrooms":"0","price":"185000","area":"470"} , +{"type":"Feature","id":"n565768920","geometry":{"type":"Point","coordinates":[-0.32735,51.0641257]},"properties":{"@type":"node","@id":565768920,"@timestamp":1522409658},"coords":"51.0641257,-0.32735","bedrooms":"1","price":"252000","area":"684"} , +{"type":"Feature","id":"n565768951","geometry":{"type":"Point","coordinates":[-0.0088601,51.1263163]},"properties":{"@type":"node","@id":565768951,"@timestamp":1606218538},"coords":"51.1263163,-0.0088601","bedrooms":"0","price":"169000","area":"651"} , +{"type":"Feature","id":"n565771440","geometry":{"type":"Point","coordinates":[-0.7382752,51.5356233]},"properties":{"@type":"node","@id":565771440,"@timestamp":1626633398},"coords":"51.5356233,-0.7382752","bedrooms":"3","price":"268000","area":"405"} , +{"type":"Feature","id":"n565771450","geometry":{"type":"Point","coordinates":[-0.7066742,51.5324107]},"properties":{"@type":"node","@id":565771450,"@timestamp":1598848423},"coords":"51.5324107,-0.7066742","bedrooms":"4","price":"272000","area":"404"} , +{"type":"Feature","id":"n565771460","geometry":{"type":"Point","coordinates":[-0.7338543,51.520352]},"properties":{"@type":"node","@id":565771460,"@timestamp":1258418807},"coords":"51.520352,-0.7338543","bedrooms":"0","price":"221000","area":"461"} , +{"type":"Feature","id":"n565771470","geometry":{"type":"Point","coordinates":[-0.7763038,51.502875]},"properties":{"@type":"node","@id":565771470,"@timestamp":1598848337},"coords":"51.502875,-0.7763038","bedrooms":"3","price":"154000","area":"540"} , +{"type":"Feature","id":"n565771481","geometry":{"type":"Point","coordinates":[-0.5422314,51.4731311]},"properties":{"@type":"node","@id":565771481,"@timestamp":1609589086},"coords":"51.4731311,-0.5422314","bedrooms":"0","price":"215000","area":"454"} , +{"type":"Feature","id":"n565771491","geometry":{"type":"Point","coordinates":[-0.6463219,51.4635284]},"properties":{"@type":"node","@id":565771491,"@timestamp":1564972266},"coords":"51.4635284,-0.6463219","bedrooms":"2","price":"293000","area":"559"} , +{"type":"Feature","id":"n565771501","geometry":{"type":"Point","coordinates":[-0.8156295,51.5106674]},"properties":{"@type":"node","@id":565771501,"@timestamp":1258418812},"coords":"51.5106674,-0.8156295","bedrooms":"0","price":"207000","area":"389"} , +{"type":"Feature","id":"n565771512","geometry":{"type":"Point","coordinates":[-0.6332642,51.3918586]},"properties":{"@type":"node","@id":565771512,"@timestamp":1581903057},"coords":"51.3918586,-0.6332642","bedrooms":"1","price":"244000","area":"612"} , +{"type":"Feature","id":"n565771524","geometry":{"type":"Point","coordinates":[-0.7753684,51.5572693]},"properties":{"@type":"node","@id":565771524,"@timestamp":1610735270},"coords":"51.5572693,-0.7753684","bedrooms":"2","price":"282000","area":"440"} , +{"type":"Feature","id":"n565771535","geometry":{"type":"Point","coordinates":[-0.6036845,51.4867781]},"properties":{"@type":"node","@id":565771535,"@timestamp":1385040541},"coords":"51.4867781,-0.6036845","bedrooms":"0","price":"260000","area":"528"} , +{"type":"Feature","id":"n565771546","geometry":{"type":"Point","coordinates":[-0.7466144,51.532243]},"properties":{"@type":"node","@id":565771546,"@timestamp":1610565873},"coords":"51.532243,-0.7466144","bedrooms":"2","price":"228000","area":"563"} , +{"type":"Feature","id":"n565771557","geometry":{"type":"Point","coordinates":[-0.7352198,51.5269382]},"properties":{"@type":"node","@id":565771557,"@timestamp":1610307444},"coords":"51.5269382,-0.7352198","bedrooms":"4","price":"167000","area":"640"} , +{"type":"Feature","id":"n565771572","geometry":{"type":"Point","coordinates":[-0.7817309,51.5140879]},"properties":{"@type":"node","@id":565771572,"@timestamp":1598848339},"coords":"51.5140879,-0.7817309","bedrooms":"2","price":"200000","area":"674"} , +{"type":"Feature","id":"n565771582","geometry":{"type":"Point","coordinates":[-0.585741,51.4948032]},"properties":{"@type":"node","@id":565771582,"@timestamp":1564970648},"coords":"51.4948032,-0.585741","bedrooms":"1","price":"273000","area":"402"} , +{"type":"Feature","id":"n565771593","geometry":{"type":"Point","coordinates":[-0.6542028,51.4644292]},"properties":{"@type":"node","@id":565771593,"@timestamp":1564972266},"coords":"51.4644292,-0.6542028","bedrooms":"4","price":"189000","area":"533"} , +{"type":"Feature","id":"n565771604","geometry":{"type":"Point","coordinates":[-0.7922879,51.5361379]},"properties":{"@type":"node","@id":565771604,"@timestamp":1598848340},"coords":"51.5361379,-0.7922879","bedrooms":"1","price":"225000","area":"414"} , +{"type":"Feature","id":"n565771614","geometry":{"type":"Point","coordinates":[-0.6145363,51.4343404]},"properties":{"@type":"node","@id":565771614,"@timestamp":1258418829},"coords":"51.4343404,-0.6145363","bedrooms":"2","price":"267000","area":"631"} , +{"type":"Feature","id":"n565771626","geometry":{"type":"Point","coordinates":[-0.7889703,51.5308213]},"properties":{"@type":"node","@id":565771626,"@timestamp":1610128895},"coords":"51.5308213,-0.7889703","bedrooms":"0","price":"250000","area":"438"} , +{"type":"Feature","id":"n565771637","geometry":{"type":"Point","coordinates":[-0.6389625,51.4852199]},"properties":{"@type":"node","@id":565771637,"@timestamp":1598847720},"coords":"51.4852199,-0.6389625","bedrooms":"1","price":"234000","area":"552"} , +{"type":"Feature","id":"n565771648","geometry":{"type":"Point","coordinates":[-0.733943,51.5374201]},"properties":{"@type":"node","@id":565771648,"@timestamp":1258418834},"coords":"51.5374201,-0.733943","bedrooms":"2","price":"236000","area":"412"} , +{"type":"Feature","id":"n565771658","geometry":{"type":"Point","coordinates":[-0.7163235,51.5220291]},"properties":{"@type":"node","@id":565771658,"@timestamp":1610301510},"coords":"51.5220291,-0.7163235","bedrooms":"3","price":"183000","area":"689"} , +{"type":"Feature","id":"n565771668","geometry":{"type":"Point","coordinates":[-0.7262298,51.5151709]},"properties":{"@type":"node","@id":565771668,"@timestamp":1258418837},"coords":"51.5151709,-0.7262298","bedrooms":"3","price":"209000","area":"676"} , +{"type":"Feature","id":"n565771679","geometry":{"type":"Point","coordinates":[-0.7382462,51.5059039]},"properties":{"@type":"node","@id":565771679,"@timestamp":1606084272},"coords":"51.5059039,-0.7382462","bedrooms":"2","price":"166000","area":"617"} , +{"type":"Feature","id":"n565771689","geometry":{"type":"Point","coordinates":[-0.7516823,51.5061826]},"properties":{"@type":"node","@id":565771689,"@timestamp":1598848451},"coords":"51.5061826,-0.7516823","bedrooms":"1","price":"244000","area":"584"} , +{"type":"Feature","id":"n565771699","geometry":{"type":"Point","coordinates":[-0.7477174,51.5152044]},"properties":{"@type":"node","@id":565771699,"@timestamp":1258418841},"coords":"51.5152044,-0.7477174","bedrooms":"4","price":"182000","area":"373"} , +{"type":"Feature","id":"n565771709","geometry":{"type":"Point","coordinates":[-0.7435261,51.5240197]},"properties":{"@type":"node","@id":565771709,"@timestamp":1610110366},"coords":"51.5240197,-0.7435261","bedrooms":"1","price":"158000","area":"525"} , +{"type":"Feature","id":"n565771719","geometry":{"type":"Point","coordinates":[-0.7581023,51.5233808]},"properties":{"@type":"node","@id":565771719,"@timestamp":1258418844},"coords":"51.5233808,-0.7581023","bedrooms":"2","price":"234000","area":"483"} , +{"type":"Feature","id":"n565771729","geometry":{"type":"Point","coordinates":[-0.7209291,51.5267942]},"properties":{"@type":"node","@id":565771729,"@timestamp":1610810671},"coords":"51.5267942,-0.7209291","bedrooms":"1","price":"221000","area":"435"} , +{"type":"Feature","id":"n565771739","geometry":{"type":"Point","coordinates":[-0.7294246,51.5372597]},"properties":{"@type":"node","@id":565771739,"@timestamp":1610481148},"coords":"51.5372597,-0.7294246","bedrooms":"1","price":"259000","area":"534"} , +{"type":"Feature","id":"n565771749","geometry":{"type":"Point","coordinates":[-0.7061165,51.5124149]},"properties":{"@type":"node","@id":565771749,"@timestamp":1598848391},"coords":"51.5124149,-0.7061165","bedrooms":"3","price":"239000","area":"574"} , +{"type":"Feature","id":"n565771759","geometry":{"type":"Point","coordinates":[-0.718562,51.5247825]},"properties":{"@type":"node","@id":565771759,"@timestamp":1579805184},"coords":"51.5247825,-0.718562","bedrooms":"4","price":"233000","area":"667"} , +{"type":"Feature","id":"n565771769","geometry":{"type":"Point","coordinates":[-0.815448,51.5082197]},"properties":{"@type":"node","@id":565771769,"@timestamp":1258418852},"coords":"51.5082197,-0.815448","bedrooms":"0","price":"246000","area":"681"} , +{"type":"Feature","id":"n565771779","geometry":{"type":"Point","coordinates":[-0.7206114,51.5577685]},"properties":{"@type":"node","@id":565771779,"@timestamp":1598848314},"coords":"51.5577685,-0.7206114","bedrooms":"1","price":"167000","area":"365"} , +{"type":"Feature","id":"n565771789","geometry":{"type":"Point","coordinates":[-0.6932568,51.4954569]},"properties":{"@type":"node","@id":565771789,"@timestamp":1598847778},"coords":"51.4954569,-0.6932568","bedrooms":"2","price":"284000","area":"609"} , +{"type":"Feature","id":"n565771799","geometry":{"type":"Point","coordinates":[-0.6066923,51.4818129]},"properties":{"@type":"node","@id":565771799,"@timestamp":1618704451},"coords":"51.4818129,-0.6066923","bedrooms":"0","price":"273000","area":"586"} , +{"type":"Feature","id":"n565771809","geometry":{"type":"Point","coordinates":[-0.6085057,51.4800522]},"properties":{"@type":"node","@id":565771809,"@timestamp":1564970648},"coords":"51.4800522,-0.6085057","bedrooms":"0","price":"216000","area":"492"} , +{"type":"Feature","id":"n565771819","geometry":{"type":"Point","coordinates":[-0.6154322,51.4736927]},"properties":{"@type":"node","@id":565771819,"@timestamp":1564972266},"coords":"51.4736927,-0.6154322","bedrooms":"2","price":"198000","area":"686"} , +{"type":"Feature","id":"n565771829","geometry":{"type":"Point","coordinates":[-0.6432047,51.4757528]},"properties":{"@type":"node","@id":565771829,"@timestamp":1598847722},"coords":"51.4757528,-0.6432047","bedrooms":"4","price":"237000","area":"388"} , +{"type":"Feature","id":"n565771839","geometry":{"type":"Point","coordinates":[-0.648662,51.4781988]},"properties":{"@type":"node","@id":565771839,"@timestamp":1598847726},"coords":"51.4781988,-0.648662","bedrooms":"2","price":"176000","area":"574"} , +{"type":"Feature","id":"n565771849","geometry":{"type":"Point","coordinates":[-0.6751959,51.4759298]},"properties":{"@type":"node","@id":565771849,"@timestamp":1598847780},"coords":"51.4759298,-0.6751959","bedrooms":"4","price":"257000","area":"424"} , +{"type":"Feature","id":"n565771860","geometry":{"type":"Point","coordinates":[-0.720076,51.483793]},"properties":{"@type":"node","@id":565771860,"@timestamp":1609413787},"coords":"51.483793,-0.720076","bedrooms":"2","price":"245000","area":"648"} , +{"type":"Feature","id":"n565771871","geometry":{"type":"Point","coordinates":[-0.7051123,51.4939518]},"properties":{"@type":"node","@id":565771871,"@timestamp":1609336425},"coords":"51.4939518,-0.7051123","bedrooms":"4","price":"220000","area":"621"} , +{"type":"Feature","id":"n565771881","geometry":{"type":"Point","coordinates":[-0.6435307,51.4776956]},"properties":{"@type":"node","@id":565771881,"@timestamp":1573523610},"coords":"51.4776956,-0.6435307","bedrooms":"3","price":"262000","area":"373"} , +{"type":"Feature","id":"n565771891","geometry":{"type":"Point","coordinates":[-0.647845,51.4829373]},"properties":{"@type":"node","@id":565771891,"@timestamp":1564970648},"coords":"51.4829373,-0.647845","bedrooms":"0","price":"175000","area":"358"} , +{"type":"Feature","id":"n565771901","geometry":{"type":"Point","coordinates":[-0.6423882,51.4819121]},"properties":{"@type":"node","@id":565771901,"@timestamp":1598847733},"coords":"51.4819121,-0.6423882","bedrooms":"3","price":"232000","area":"578"} , +{"type":"Feature","id":"n565771911","geometry":{"type":"Point","coordinates":[-0.6345997,51.4843638]},"properties":{"@type":"node","@id":565771911,"@timestamp":1610990113},"coords":"51.4843638,-0.6345997","bedrooms":"2","price":"299000","area":"651"} , +{"type":"Feature","id":"n565771922","geometry":{"type":"Point","coordinates":[-0.6379923,51.4679502]},"properties":{"@type":"node","@id":565771922,"@timestamp":1564970648},"coords":"51.4679502,-0.6379923","bedrooms":"1","price":"291000","area":"519"} , +{"type":"Feature","id":"n565771932","geometry":{"type":"Point","coordinates":[-0.5863821,51.465064]},"properties":{"@type":"node","@id":565771932,"@timestamp":1564970648},"coords":"51.465064,-0.5863821","bedrooms":"3","price":"230000","area":"449"} , +{"type":"Feature","id":"n565771942","geometry":{"type":"Point","coordinates":[-0.5862985,51.4607827]},"properties":{"@type":"node","@id":565771942,"@timestamp":1609445872},"coords":"51.4607827,-0.5862985","bedrooms":"3","price":"181000","area":"606"} , +{"type":"Feature","id":"n565771952","geometry":{"type":"Point","coordinates":[-0.5653442,51.4840315]},"properties":{"@type":"node","@id":565771952,"@timestamp":1564970648},"coords":"51.4840315,-0.5653442","bedrooms":"0","price":"177000","area":"685"} , +{"type":"Feature","id":"n565771962","geometry":{"type":"Point","coordinates":[-0.5617816,51.4573281]},"properties":{"@type":"node","@id":565771962,"@timestamp":1609514565},"coords":"51.4573281,-0.5617816","bedrooms":"4","price":"185000","area":"544"} , +{"type":"Feature","id":"n565771972","geometry":{"type":"Point","coordinates":[-0.5347194,51.4627538]},"properties":{"@type":"node","@id":565771972,"@timestamp":1609668736},"coords":"51.4627538,-0.5347194","bedrooms":"0","price":"255000","area":"552"} , +{"type":"Feature","id":"n565771982","geometry":{"type":"Point","coordinates":[-0.6319912,51.4963139]},"properties":{"@type":"node","@id":565771982,"@timestamp":1608071218},"coords":"51.4963139,-0.6319912","bedrooms":"4","price":"247000","area":"519"} , +{"type":"Feature","id":"n565772008","geometry":{"type":"Point","coordinates":[-0.5303379,51.4697699]},"properties":{"@type":"node","@id":565772008,"@timestamp":1556645294},"coords":"51.4697699,-0.5303379","bedrooms":"4","price":"247000","area":"481"} , +{"type":"Feature","id":"n565772046","geometry":{"type":"Point","coordinates":[-0.6214254,51.3982393]},"properties":{"@type":"node","@id":565772046,"@timestamp":1581903057},"coords":"51.3982393,-0.6214254","bedrooms":"2","price":"213000","area":"414"} , +{"type":"Feature","id":"n565772097","geometry":{"type":"Point","coordinates":[-0.6418329,51.4157399]},"properties":{"@type":"node","@id":565772097,"@timestamp":1598847447},"coords":"51.4157399,-0.6418329","bedrooms":"1","price":"228000","area":"667"} , +{"type":"Feature","id":"n565772130","geometry":{"type":"Point","coordinates":[-0.6751946,51.4038741]},"properties":{"@type":"node","@id":565772130,"@timestamp":1598847452},"coords":"51.4038741,-0.6751946","bedrooms":"0","price":"154000","area":"674"} , +{"type":"Feature","id":"n565772167","geometry":{"type":"Point","coordinates":[-0.8045716,51.5147096]},"properties":{"@type":"node","@id":565772167,"@timestamp":1258418889},"coords":"51.5147096,-0.8045716","bedrooms":"4","price":"228000","area":"631"} , +{"type":"Feature","id":"n565772204","geometry":{"type":"Point","coordinates":[-0.6435134,51.4769974]},"properties":{"@type":"node","@id":565772204,"@timestamp":1609259114},"coords":"51.4769974,-0.6435134","bedrooms":"3","price":"184000","area":"678"} , +{"type":"Feature","id":"n565772230","geometry":{"type":"Point","coordinates":[-0.5693858,51.4814974]},"properties":{"@type":"node","@id":565772230,"@timestamp":1564970648},"coords":"51.4814974,-0.5693858","bedrooms":"3","price":"157000","area":"631"} , +{"type":"Feature","id":"n565772269","geometry":{"type":"Point","coordinates":[-0.7051145,51.5406303]},"properties":{"@type":"node","@id":565772269,"@timestamp":1598848431},"coords":"51.5406303,-0.7051145","bedrooms":"1","price":"242000","area":"356"} , +{"type":"Feature","id":"n565772334","geometry":{"type":"Point","coordinates":[-0.5551173,51.4526151]},"properties":{"@type":"node","@id":565772334,"@timestamp":1556645295},"coords":"51.4526151,-0.5551173","bedrooms":"0","price":"173000","area":"481"} , +{"type":"Feature","id":"n565772373","geometry":{"type":"Point","coordinates":[-0.6449335,51.4193368]},"properties":{"@type":"node","@id":565772373,"@timestamp":1598847456},"coords":"51.4193368,-0.6449335","bedrooms":"3","price":"281000","area":"643"} , +{"type":"Feature","id":"n565772423","geometry":{"type":"Point","coordinates":[-0.7375022,51.5265599]},"properties":{"@type":"node","@id":565772423,"@timestamp":1358543642},"coords":"51.5265599,-0.7375022","bedrooms":"0","price":"197000","area":"490"} , +{"type":"Feature","id":"n565772460","geometry":{"type":"Point","coordinates":[-0.7586066,51.5268886]},"properties":{"@type":"node","@id":565772460,"@timestamp":1609946102},"coords":"51.5268886,-0.7586066","bedrooms":"1","price":"225000","area":"485"} , +{"type":"Feature","id":"n565772484","geometry":{"type":"Point","coordinates":[-0.6442907,51.4637785]},"properties":{"@type":"node","@id":565772484,"@timestamp":1564970648},"coords":"51.4637785,-0.6442907","bedrooms":"1","price":"224000","area":"688"} , +{"type":"Feature","id":"n565772522","geometry":{"type":"Point","coordinates":[-0.6241477,51.3955075]},"properties":{"@type":"node","@id":565772522,"@timestamp":1258418902},"coords":"51.3955075,-0.6241477","bedrooms":"0","price":"207000","area":"536"} , +{"type":"Feature","id":"n566139463","geometry":{"type":"Point","coordinates":[-0.1360452,51.5258393]},"properties":{"@type":"node","@id":566139463,"@timestamp":1624128750},"coords":"51.5258393,-0.1360452","bedrooms":"4","price":"194000","area":"635"} , +{"type":"Feature","id":"n566160122","geometry":{"type":"Point","coordinates":[-0.1070348,51.5817687]},"properties":{"@type":"node","@id":566160122,"@timestamp":1511615443},"coords":"51.5817687,-0.1070348","bedrooms":"0","price":"203000","area":"363"} , +{"type":"Feature","id":"n566160164","geometry":{"type":"Point","coordinates":[-0.108145,51.5823988]},"properties":{"@type":"node","@id":566160164,"@timestamp":1511615443},"coords":"51.5823988,-0.108145","bedrooms":"3","price":"251000","area":"490"} , +{"type":"Feature","id":"n566199741","geometry":{"type":"Point","coordinates":[-0.1211322,51.5983522]},"properties":{"@type":"node","@id":566199741,"@timestamp":1627664482},"coords":"51.5983522,-0.1211322","bedrooms":"3","price":"178000","area":"405"} , +{"type":"Feature","id":"n566223322","geometry":{"type":"Point","coordinates":[-0.0947474,51.4977165]},"properties":{"@type":"node","@id":566223322,"@timestamp":1631372572},"coords":"51.4977165,-0.0947474","bedrooms":"2","price":"173000","area":"507"} , +{"type":"Feature","id":"n566233588","geometry":{"type":"Point","coordinates":[-0.6577493,51.8674174]},"properties":{"@type":"node","@id":566233588,"@timestamp":1291737352},"coords":"51.8674174,-0.6577493","bedrooms":"1","price":"187000","area":"563"} , +{"type":"Feature","id":"n566254851","geometry":{"type":"Point","coordinates":[-0.6461131,51.8854782]},"properties":{"@type":"node","@id":566254851,"@timestamp":1258477009},"coords":"51.8854782,-0.6461131","bedrooms":"4","price":"266000","area":"475"} , +{"type":"Feature","id":"n566274234","geometry":{"type":"Point","coordinates":[-0.0930531,51.494541]},"properties":{"@type":"node","@id":566274234,"@timestamp":1258477340},"coords":"51.494541,-0.0930531","bedrooms":"3","price":"187000","area":"539"} , +{"type":"Feature","id":"n566389435","geometry":{"type":"Point","coordinates":[-0.3666786,51.4426741]},"properties":{"@type":"node","@id":566389435,"@timestamp":1435000347},"coords":"51.4426741,-0.3666786","bedrooms":"1","price":"277000","area":"591"} , +{"type":"Feature","id":"n566586211","geometry":{"type":"Point","coordinates":[-0.8232785,51.7967591]},"properties":{"@type":"node","@id":566586211,"@timestamp":1636045536},"coords":"51.7967591,-0.8232785","bedrooms":"3","price":"209000","area":"590"} , +{"type":"Feature","id":"n566591759","geometry":{"type":"Point","coordinates":[-0.1762772,51.6695418]},"properties":{"@type":"node","@id":566591759,"@timestamp":1633649050},"coords":"51.6695418,-0.1762772","bedrooms":"1","price":"200000","area":"506"} , +{"type":"Feature","id":"n566646572","geometry":{"type":"Point","coordinates":[0.6007931,51.5833315]},"properties":{"@type":"node","@id":566646572,"@timestamp":1609956043},"coords":"51.5833315,0.6007931","bedrooms":"2","price":"256000","area":"588"} , +{"type":"Feature","id":"n566686196","geometry":{"type":"Point","coordinates":[0.054317,50.937803]},"properties":{"@type":"node","@id":566686196,"@timestamp":1594135811},"coords":"50.937803,0.054317","bedrooms":"0","price":"255000","area":"554"} , +{"type":"Feature","id":"n566733740","geometry":{"type":"Point","coordinates":[-0.3298847,51.4325478]},"properties":{"@type":"node","@id":566733740,"@timestamp":1591565679},"coords":"51.4325478,-0.3298847","bedrooms":"3","price":"208000","area":"527"} , +{"type":"Feature","id":"n566799961","geometry":{"type":"Point","coordinates":[-0.101009,51.536763]},"properties":{"@type":"node","@id":566799961,"@timestamp":1258582908},"coords":"51.536763,-0.101009","bedrooms":"1","price":"202000","area":"617"} , +{"type":"Feature","id":"n566980268","geometry":{"type":"Point","coordinates":[-0.0206351,51.5841221]},"properties":{"@type":"node","@id":566980268,"@timestamp":1334386652},"coords":"51.5841221,-0.0206351","bedrooms":"3","price":"182000","area":"589"} , +{"type":"Feature","id":"n567044692","geometry":{"type":"Point","coordinates":[-0.4574358,51.4744606]},"properties":{"@type":"node","@id":567044692,"@timestamp":1458984166},"coords":"51.4744606,-0.4574358","bedrooms":"2","price":"270000","area":"363"} , +{"type":"Feature","id":"n567061633","geometry":{"type":"Point","coordinates":[-0.4657882,51.4709779]},"properties":{"@type":"node","@id":567061633,"@timestamp":1458934260},"coords":"51.4709779,-0.4657882","bedrooms":"1","price":"185000","area":"500"} , +{"type":"Feature","id":"n567061644","geometry":{"type":"Point","coordinates":[-0.4628285,51.4729897]},"properties":{"@type":"node","@id":567061644,"@timestamp":1458934260},"coords":"51.4729897,-0.4628285","bedrooms":"2","price":"224000","area":"479"} , +{"type":"Feature","id":"n567061656","geometry":{"type":"Point","coordinates":[-0.4573724,51.4686672]},"properties":{"@type":"node","@id":567061656,"@timestamp":1458934261},"coords":"51.4686672,-0.4573724","bedrooms":"1","price":"153000","area":"397"} , +{"type":"Feature","id":"n567061666","geometry":{"type":"Point","coordinates":[-0.4550029,51.4686607]},"properties":{"@type":"node","@id":567061666,"@timestamp":1458934261},"coords":"51.4686607,-0.4550029","bedrooms":"3","price":"223000","area":"697"} , +{"type":"Feature","id":"n567064018","geometry":{"type":"Point","coordinates":[-0.4496145,51.4590422]},"properties":{"@type":"node","@id":567064018,"@timestamp":1458933357},"coords":"51.4590422,-0.4496145","bedrooms":"2","price":"189000","area":"460"} , +{"type":"Feature","id":"n567064048","geometry":{"type":"Point","coordinates":[-0.446815,51.4611782]},"properties":{"@type":"node","@id":567064048,"@timestamp":1258646406},"coords":"51.4611782,-0.446815","bedrooms":"0","price":"172000","area":"441"} , +{"type":"Feature","id":"n567064064","geometry":{"type":"Point","coordinates":[-0.4445863,51.4620408]},"properties":{"@type":"node","@id":567064064,"@timestamp":1458933357},"coords":"51.4620408,-0.4445863","bedrooms":"4","price":"199000","area":"431"} , +{"type":"Feature","id":"n567065461","geometry":{"type":"Point","coordinates":[-0.4886296,51.4694253]},"properties":{"@type":"node","@id":567065461,"@timestamp":1611603754},"coords":"51.4694253,-0.4886296","bedrooms":"4","price":"296000","area":"572"} , +{"type":"Feature","id":"n567065488","geometry":{"type":"Point","coordinates":[-0.4860847,51.4723283]},"properties":{"@type":"node","@id":567065488,"@timestamp":1611422656},"coords":"51.4723283,-0.4860847","bedrooms":"0","price":"299000","area":"578"} , +{"type":"Feature","id":"n567065512","geometry":{"type":"Point","coordinates":[-0.7138285,51.8984366]},"properties":{"@type":"node","@id":567065512,"@timestamp":1568842075},"coords":"51.8984366,-0.7138285","bedrooms":"3","price":"295000","area":"579"} , +{"type":"Feature","id":"n567065527","geometry":{"type":"Point","coordinates":[-0.4805907,51.470526]},"properties":{"@type":"node","@id":567065527,"@timestamp":1447284894},"coords":"51.470526,-0.4805907","bedrooms":"2","price":"187000","area":"575"} , +{"type":"Feature","id":"n567065541","geometry":{"type":"Point","coordinates":[-0.4752463,51.4698066]},"properties":{"@type":"node","@id":567065541,"@timestamp":1447284894},"coords":"51.4698066,-0.4752463","bedrooms":"2","price":"289000","area":"613"} , +{"type":"Feature","id":"n567065568","geometry":{"type":"Point","coordinates":[-0.4819888,51.472741]},"properties":{"@type":"node","@id":567065568,"@timestamp":1447284894},"coords":"51.472741,-0.4819888","bedrooms":"0","price":"245000","area":"514"} , +{"type":"Feature","id":"n567065595","geometry":{"type":"Point","coordinates":[-0.4819943,51.4734157]},"properties":{"@type":"node","@id":567065595,"@timestamp":1447284895},"coords":"51.4734157,-0.4819943","bedrooms":"0","price":"243000","area":"434"} , +{"type":"Feature","id":"n567065729","geometry":{"type":"Point","coordinates":[-0.7129547,51.8996465]},"properties":{"@type":"node","@id":567065729,"@timestamp":1568842075},"coords":"51.8996465,-0.7129547","bedrooms":"3","price":"186000","area":"579"} , +{"type":"Feature","id":"n567133633","geometry":{"type":"Point","coordinates":[-0.3187237,51.4938221]},"properties":{"@type":"node","@id":567133633,"@timestamp":1258656913},"coords":"51.4938221,-0.3187237","bedrooms":"4","price":"157000","area":"541"} , +{"type":"Feature","id":"n567193304","geometry":{"type":"Point","coordinates":[0.4938532,51.7133002]},"properties":{"@type":"node","@id":567193304,"@timestamp":1488402315},"coords":"51.7133002,0.4938532","bedrooms":"1","price":"288000","area":"432"} , +{"type":"Feature","id":"n567478476","geometry":{"type":"Point","coordinates":[-0.969468,51.163448]},"properties":{"@type":"node","@id":567478476,"@timestamp":1500412902},"coords":"51.163448,-0.969468","bedrooms":"1","price":"163000","area":"696"} , +{"type":"Feature","id":"n567598078","geometry":{"type":"Point","coordinates":[0.023314,51.412235]},"properties":{"@type":"node","@id":567598078,"@timestamp":1258754878},"coords":"51.412235,0.023314","bedrooms":"3","price":"278000","area":"475"} , +{"type":"Feature","id":"n567809102","geometry":{"type":"Point","coordinates":[-0.4774294,51.5463535]},"properties":{"@type":"node","@id":567809102,"@timestamp":1630412702},"coords":"51.5463535,-0.4774294","bedrooms":"2","price":"209000","area":"480"} , +{"type":"Feature","id":"n567871268","geometry":{"type":"Point","coordinates":[0.130076,51.2774188]},"properties":{"@type":"node","@id":567871268,"@timestamp":1258807376},"coords":"51.2774188,0.130076","bedrooms":"2","price":"237000","area":"671"} , +{"type":"Feature","id":"n568031045","geometry":{"type":"Point","coordinates":[-0.3063433,51.4986525]},"properties":{"@type":"node","@id":568031045,"@timestamp":1293801956},"coords":"51.4986525,-0.3063433","bedrooms":"1","price":"215000","area":"350"} , +{"type":"Feature","id":"n568116304","geometry":{"type":"Point","coordinates":[-0.0798019,51.3646463]},"properties":{"@type":"node","@id":568116304,"@timestamp":1389572515},"coords":"51.3646463,-0.0798019","bedrooms":"0","price":"291000","area":"611"} , +{"type":"Feature","id":"n568198492","geometry":{"type":"Point","coordinates":[-0.1683144,51.4875121]},"properties":{"@type":"node","@id":568198492,"@timestamp":1612674144},"coords":"51.4875121,-0.1683144","bedrooms":"3","price":"186000","area":"600"} , +{"type":"Feature","id":"n568297584","geometry":{"type":"Point","coordinates":[0.053357,51.1077964]},"properties":{"@type":"node","@id":568297584,"@timestamp":1258887782},"coords":"51.1077964,0.053357","bedrooms":"0","price":"261000","area":"641"} , +{"type":"Feature","id":"n568333703","geometry":{"type":"Point","coordinates":[-0.4838858,51.6139799]},"properties":{"@type":"node","@id":568333703,"@timestamp":1399278865},"coords":"51.6139799,-0.4838858","bedrooms":"3","price":"213000","area":"647"} , +{"type":"Feature","id":"n568360408","geometry":{"type":"Point","coordinates":[-0.44382,51.6204608]},"properties":{"@type":"node","@id":568360408,"@timestamp":1399797262},"coords":"51.6204608,-0.44382","bedrooms":"3","price":"186000","area":"406"} , +{"type":"Feature","id":"n568365701","geometry":{"type":"Point","coordinates":[-0.9617672,51.453644]},"properties":{"@type":"node","@id":568365701,"@timestamp":1617557012},"coords":"51.453644,-0.9617672","bedrooms":"4","price":"235000","area":"660"} , +{"type":"Feature","id":"n568365724","geometry":{"type":"Point","coordinates":[-0.9548245,51.4535177]},"properties":{"@type":"node","@id":568365724,"@timestamp":1572845427},"coords":"51.4535177,-0.9548245","bedrooms":"2","price":"278000","area":"589"} , +{"type":"Feature","id":"n568365740","geometry":{"type":"Point","coordinates":[-0.9367816,51.4482603]},"properties":{"@type":"node","@id":568365740,"@timestamp":1631587752},"coords":"51.4482603,-0.9367816","bedrooms":"0","price":"243000","area":"371"} , +{"type":"Feature","id":"n568386395","geometry":{"type":"Point","coordinates":[-0.4329195,51.6211056]},"properties":{"@type":"node","@id":568386395,"@timestamp":1399842387},"coords":"51.6211056,-0.4329195","bedrooms":"2","price":"150000","area":"489"} , +{"type":"Feature","id":"n568392328","geometry":{"type":"Point","coordinates":[-0.9984052,51.4474204]},"properties":{"@type":"node","@id":568392328,"@timestamp":1631585710},"coords":"51.4474204,-0.9984052","bedrooms":"4","price":"249000","area":"531"} , +{"type":"Feature","id":"n568392353","geometry":{"type":"Point","coordinates":[-0.9881454,51.4497273]},"properties":{"@type":"node","@id":568392353,"@timestamp":1634388741},"coords":"51.4497273,-0.9881454","bedrooms":"1","price":"191000","area":"636"} , +{"type":"Feature","id":"n568438773","geometry":{"type":"Point","coordinates":[-0.2055007,51.8316335]},"properties":{"@type":"node","@id":568438773,"@timestamp":1474818620},"coords":"51.8316335,-0.2055007","bedrooms":"3","price":"179000","area":"687"} , +{"type":"Feature","id":"n568468753","geometry":{"type":"Point","coordinates":[-1.0462995,51.4526311]},"properties":{"@type":"node","@id":568468753,"@timestamp":1635073013},"coords":"51.4526311,-1.0462995","bedrooms":"4","price":"231000","area":"694"} , +{"type":"Feature","id":"n568537972","geometry":{"type":"Point","coordinates":[0.0296843,51.093049]},"properties":{"@type":"node","@id":568537972,"@timestamp":1608761712},"coords":"51.093049,0.0296843","bedrooms":"2","price":"179000","area":"438"} , +{"type":"Feature","id":"n568542898","geometry":{"type":"Point","coordinates":[-0.2695482,51.4982643]},"properties":{"@type":"node","@id":568542898,"@timestamp":1636146561},"coords":"51.4982643,-0.2695482","bedrooms":"0","price":"173000","area":"408"} , +{"type":"Feature","id":"n568547029","geometry":{"type":"Point","coordinates":[-0.1249714,51.5078524]},"properties":{"@type":"node","@id":568547029,"@timestamp":1609316986},"coords":"51.5078524,-0.1249714","bedrooms":"3","price":"251000","area":"597"} , +{"type":"Feature","id":"n568548677","geometry":{"type":"Point","coordinates":[0.5915822,51.3476313]},"properties":{"@type":"node","@id":568548677,"@timestamp":1403305315},"coords":"51.3476313,0.5915822","bedrooms":"2","price":"213000","area":"398"} , +{"type":"Feature","id":"n568596839","geometry":{"type":"Point","coordinates":[-0.5576248,51.6036607]},"properties":{"@type":"node","@id":568596839,"@timestamp":1617658490},"coords":"51.6036607,-0.5576248","bedrooms":"4","price":"279000","area":"500"} , +{"type":"Feature","id":"n568834741","geometry":{"type":"Point","coordinates":[-0.1285486,51.649228]},"properties":{"@type":"node","@id":568834741,"@timestamp":1377835922},"coords":"51.649228,-0.1285486","bedrooms":"4","price":"274000","area":"424"} , +{"type":"Feature","id":"n569044719","geometry":{"type":"Point","coordinates":[-0.2771101,51.4336595]},"properties":{"@type":"node","@id":569044719,"@timestamp":1526938408},"coords":"51.4336595,-0.2771101","bedrooms":"0","price":"284000","area":"579"} , +{"type":"Feature","id":"n569058335","geometry":{"type":"Point","coordinates":[-0.5924506,51.2564423]},"properties":{"@type":"node","@id":569058335,"@timestamp":1272835569},"coords":"51.2564423,-0.5924506","bedrooms":"2","price":"165000","area":"409"} , +{"type":"Feature","id":"n569201175","geometry":{"type":"Point","coordinates":[-0.716008,51.8961066]},"properties":{"@type":"node","@id":569201175,"@timestamp":1292174137},"coords":"51.8961066,-0.716008","bedrooms":"3","price":"254000","area":"530"} , +{"type":"Feature","id":"n569482494","geometry":{"type":"Point","coordinates":[-0.3135317,51.5019236]},"properties":{"@type":"node","@id":569482494,"@timestamp":1605489594},"coords":"51.5019236,-0.3135317","bedrooms":"4","price":"289000","area":"386"} , +{"type":"Feature","id":"n569575619","geometry":{"type":"Point","coordinates":[0.0414547,51.0957738]},"properties":{"@type":"node","@id":569575619,"@timestamp":1589468166},"coords":"51.0957738,0.0414547","bedrooms":"3","price":"172000","area":"633"} , +{"type":"Feature","id":"n569700958","geometry":{"type":"Point","coordinates":[-0.1619789,51.5420469]},"properties":{"@type":"node","@id":569700958,"@timestamp":1513077250},"coords":"51.5420469,-0.1619789","bedrooms":"2","price":"252000","area":"368"} , +{"type":"Feature","id":"n569783408","geometry":{"type":"Point","coordinates":[-0.6675403,51.3652353]},"properties":{"@type":"node","@id":569783408,"@timestamp":1611343977},"coords":"51.3652353,-0.6675403","bedrooms":"1","price":"193000","area":"563"} , +{"type":"Feature","id":"n570032636","geometry":{"type":"Point","coordinates":[-0.7297696,51.8617768]},"properties":{"@type":"node","@id":570032636,"@timestamp":1259077225},"coords":"51.8617768,-0.7297696","bedrooms":"3","price":"285000","area":"440"} , +{"type":"Feature","id":"n570053322","geometry":{"type":"Point","coordinates":[-0.6996538,51.8356938]},"properties":{"@type":"node","@id":570053322,"@timestamp":1259080560},"coords":"51.8356938,-0.6996538","bedrooms":"3","price":"230000","area":"451"} , +{"type":"Feature","id":"n570178378","geometry":{"type":"Point","coordinates":[0.7357826,51.3441687]},"properties":{"@type":"node","@id":570178378,"@timestamp":1578351835},"coords":"51.3441687,0.7357826","bedrooms":"3","price":"176000","area":"672"} , +{"type":"Feature","id":"n570239702","geometry":{"type":"Point","coordinates":[0.0208915,51.1124651]},"properties":{"@type":"node","@id":570239702,"@timestamp":1625072121},"coords":"51.1124651,0.0208915","bedrooms":"2","price":"161000","area":"540"} , +{"type":"Feature","id":"n570851423","geometry":{"type":"Point","coordinates":[-0.2207096,51.7025034]},"properties":{"@type":"node","@id":570851423,"@timestamp":1259161123},"coords":"51.7025034,-0.2207096","bedrooms":"1","price":"267000","area":"602"} , +{"type":"Feature","id":"n570898548","geometry":{"type":"Point","coordinates":[-0.715707,51.8984544]},"properties":{"@type":"node","@id":570898548,"@timestamp":1259162391},"coords":"51.8984544,-0.715707","bedrooms":"3","price":"246000","area":"364"} , +{"type":"Feature","id":"n570929696","geometry":{"type":"Point","coordinates":[-0.7282275,51.8731246]},"properties":{"@type":"node","@id":570929696,"@timestamp":1259163578},"coords":"51.8731246,-0.7282275","bedrooms":"1","price":"168000","area":"590"} , +{"type":"Feature","id":"n571175406","geometry":{"type":"Point","coordinates":[-0.8952785,51.1637232]},"properties":{"@type":"node","@id":571175406,"@timestamp":1573290221},"coords":"51.1637232,-0.8952785","bedrooms":"2","price":"150000","area":"625"} , +{"type":"Feature","id":"n571285800","geometry":{"type":"Point","coordinates":[-0.0013384,51.5417035]},"properties":{"@type":"node","@id":571285800,"@timestamp":1607502356},"coords":"51.5417035,-0.0013384","bedrooms":"0","price":"155000","area":"648"} , +{"type":"Feature","id":"n571391335","geometry":{"type":"Point","coordinates":[-0.1157244,51.5057562]},"properties":{"@type":"node","@id":571391335,"@timestamp":1560818852},"coords":"51.5057562,-0.1157244","bedrooms":"0","price":"150000","area":"377"} , +{"type":"Feature","id":"n571462875","geometry":{"type":"Point","coordinates":[-0.1334181,51.5276995]},"properties":{"@type":"node","@id":571462875,"@timestamp":1554309207},"coords":"51.5276995,-0.1334181","bedrooms":"4","price":"190000","area":"375"} , +{"type":"Feature","id":"n571521104","geometry":{"type":"Point","coordinates":[-0.4880796,51.4718077]},"properties":{"@type":"node","@id":571521104,"@timestamp":1453279094},"coords":"51.4718077,-0.4880796","bedrooms":"4","price":"273000","area":"411"} , +{"type":"Feature","id":"n571806407","geometry":{"type":"Point","coordinates":[0.4939994,51.23153]},"properties":{"@type":"node","@id":571806407,"@timestamp":1259320470},"coords":"51.23153,0.4939994","bedrooms":"3","price":"279000","area":"686"} , +{"type":"Feature","id":"n572173188","geometry":{"type":"Point","coordinates":[0.0349638,51.1037037]},"properties":{"@type":"node","@id":572173188,"@timestamp":1589295370},"coords":"51.1037037,0.0349638","bedrooms":"4","price":"199000","area":"392"} , +{"type":"Feature","id":"n573320898","geometry":{"type":"Point","coordinates":[-0.124392,51.508103]},"properties":{"@type":"node","@id":573320898,"@timestamp":1554722656},"coords":"51.508103,-0.124392","bedrooms":"1","price":"289000","area":"427"} , +{"type":"Feature","id":"n573358965","geometry":{"type":"Point","coordinates":[-0.6325623,51.2825658]},"properties":{"@type":"node","@id":573358965,"@timestamp":1259414338},"coords":"51.2825658,-0.6325623","bedrooms":"0","price":"250000","area":"504"} , +{"type":"Feature","id":"n573390712","geometry":{"type":"Point","coordinates":[-0.3082053,51.3148764]},"properties":{"@type":"node","@id":573390712,"@timestamp":1537265838},"coords":"51.3148764,-0.3082053","bedrooms":"4","price":"290000","area":"377"} , +{"type":"Feature","id":"n573417760","geometry":{"type":"Point","coordinates":[-0.148647,51.8978047]},"properties":{"@type":"node","@id":573417760,"@timestamp":1259425317},"coords":"51.8978047,-0.148647","bedrooms":"2","price":"281000","area":"382"} , +{"type":"Feature","id":"n573564489","geometry":{"type":"Point","coordinates":[-0.0514534,51.2422337]},"properties":{"@type":"node","@id":573564489,"@timestamp":1384547478},"coords":"51.2422337,-0.0514534","bedrooms":"0","price":"203000","area":"613"} , +{"type":"Feature","id":"n573597103","geometry":{"type":"Point","coordinates":[-0.0790602,51.2441978]},"properties":{"@type":"node","@id":573597103,"@timestamp":1591135371},"coords":"51.2441978,-0.0790602","bedrooms":"0","price":"164000","area":"433"} , +{"type":"Feature","id":"n574268988","geometry":{"type":"Point","coordinates":[-0.1999263,51.4192138]},"properties":{"@type":"node","@id":574268988,"@timestamp":1629717733},"coords":"51.4192138,-0.1999263","bedrooms":"3","price":"264000","area":"411"} , +{"type":"Feature","id":"n575043453","geometry":{"type":"Point","coordinates":[0.6465758,51.2587551]},"properties":{"@type":"node","@id":575043453,"@timestamp":1471107091},"coords":"51.2587551,0.6465758","bedrooms":"0","price":"207000","area":"670"} , +{"type":"Feature","id":"n575043705","geometry":{"type":"Point","coordinates":[0.6933424,51.2451725]},"properties":{"@type":"node","@id":575043705,"@timestamp":1259527604},"coords":"51.2451725,0.6933424","bedrooms":"1","price":"262000","area":"448"} , +{"type":"Feature","id":"n575044047","geometry":{"type":"Point","coordinates":[0.718106,51.2369962]},"properties":{"@type":"node","@id":575044047,"@timestamp":1543944470},"coords":"51.2369962,0.718106","bedrooms":"4","price":"244000","area":"493"} , +{"type":"Feature","id":"n575044151","geometry":{"type":"Point","coordinates":[0.7641688,51.2800632]},"properties":{"@type":"node","@id":575044151,"@timestamp":1259527615},"coords":"51.2800632,0.7641688","bedrooms":"4","price":"177000","area":"687"} , +{"type":"Feature","id":"n575044328","geometry":{"type":"Point","coordinates":[0.7292181,51.3103823]},"properties":{"@type":"node","@id":575044328,"@timestamp":1486462281},"coords":"51.3103823,0.7292181","bedrooms":"1","price":"207000","area":"557"} , +{"type":"Feature","id":"n575219301","geometry":{"type":"Point","coordinates":[-0.2406314,51.6052313]},"properties":{"@type":"node","@id":575219301,"@timestamp":1555796927},"coords":"51.6052313,-0.2406314","bedrooms":"4","price":"206000","area":"649"} , +{"type":"Feature","id":"n576403603","geometry":{"type":"Point","coordinates":[-0.1356706,51.4948317]},"properties":{"@type":"node","@id":576403603,"@timestamp":1603340864},"coords":"51.4948317,-0.1356706","bedrooms":"3","price":"235000","area":"501"} , +{"type":"Feature","id":"n576703797","geometry":{"type":"Point","coordinates":[-0.3856905,51.6940901]},"properties":{"@type":"node","@id":576703797,"@timestamp":1259622706},"coords":"51.6940901,-0.3856905","bedrooms":"1","price":"154000","area":"363"} , +{"type":"Feature","id":"n577179388","geometry":{"type":"Point","coordinates":[-0.1444101,51.5198727]},"properties":{"@type":"node","@id":577179388,"@timestamp":1259671372},"coords":"51.5198727,-0.1444101","bedrooms":"2","price":"257000","area":"513"} , +{"type":"Feature","id":"n577259187","geometry":{"type":"Point","coordinates":[-0.6551617,51.8402785]},"properties":{"@type":"node","@id":577259187,"@timestamp":1259685708},"coords":"51.8402785,-0.6551617","bedrooms":"3","price":"170000","area":"633"} , +{"type":"Feature","id":"n577268252","geometry":{"type":"Point","coordinates":[-0.1928932,51.6042666]},"properties":{"@type":"node","@id":577268252,"@timestamp":1259684408},"coords":"51.6042666,-0.1928932","bedrooms":"0","price":"164000","area":"611"} , +{"type":"Feature","id":"n577359029","geometry":{"type":"Point","coordinates":[-0.2711017,51.371917]},"properties":{"@type":"node","@id":577359029,"@timestamp":1604223600},"coords":"51.371917,-0.2711017","bedrooms":"1","price":"217000","area":"549"} , +{"type":"Feature","id":"n577500962","geometry":{"type":"Point","coordinates":[-0.7252257,51.4990555]},"properties":{"@type":"node","@id":577500962,"@timestamp":1319728126},"coords":"51.4990555,-0.7252257","bedrooms":"0","price":"163000","area":"436"} , +{"type":"Feature","id":"n577559874","geometry":{"type":"Point","coordinates":[-0.0091155,51.246464]},"properties":{"@type":"node","@id":577559874,"@timestamp":1443627532},"coords":"51.246464,-0.0091155","bedrooms":"2","price":"282000","area":"685"} , +{"type":"Feature","id":"n577822607","geometry":{"type":"Point","coordinates":[-0.187788,51.167583]},"properties":{"@type":"node","@id":577822607,"@timestamp":1300058773},"coords":"51.167583,-0.187788","bedrooms":"0","price":"253000","area":"472"} , +{"type":"Feature","id":"n578029354","geometry":{"type":"Point","coordinates":[-0.2681894,51.5732423]},"properties":{"@type":"node","@id":578029354,"@timestamp":1618322929},"coords":"51.5732423,-0.2681894","bedrooms":"4","price":"150000","area":"509"} , +{"type":"Feature","id":"n578711102","geometry":{"type":"Point","coordinates":[0.1788448,51.3949761]},"properties":{"@type":"node","@id":578711102,"@timestamp":1488575249},"coords":"51.3949761,0.1788448","bedrooms":"1","price":"241000","area":"559"} , +{"type":"Feature","id":"n579754794","geometry":{"type":"Point","coordinates":[0.1790413,51.3946142]},"properties":{"@type":"node","@id":579754794,"@timestamp":1618014949},"coords":"51.3946142,0.1790413","bedrooms":"2","price":"169000","area":"549"} , +{"type":"Feature","id":"n579896088","geometry":{"type":"Point","coordinates":[0.4946671,51.2325186]},"properties":{"@type":"node","@id":579896088,"@timestamp":1614106538},"coords":"51.2325186,0.4946671","bedrooms":"3","price":"213000","area":"598"} , +{"type":"Feature","id":"n579986324","geometry":{"type":"Point","coordinates":[0.4940506,51.2329493]},"properties":{"@type":"node","@id":579986324,"@timestamp":1543944474},"coords":"51.2329493,0.4940506","bedrooms":"3","price":"179000","area":"511"} , +{"type":"Feature","id":"n580146835","geometry":{"type":"Point","coordinates":[-0.5803161,51.2368381]},"properties":{"@type":"node","@id":580146835,"@timestamp":1560441490},"coords":"51.2368381,-0.5803161","bedrooms":"3","price":"291000","area":"452"} , +{"type":"Feature","id":"n581005279","geometry":{"type":"Point","coordinates":[-0.110213,51.5248882]},"properties":{"@type":"node","@id":581005279,"@timestamp":1614043450},"coords":"51.5248882,-0.110213","bedrooms":"0","price":"214000","area":"400"} , +{"type":"Feature","id":"n581075062","geometry":{"type":"Point","coordinates":[-0.164543,51.1172201]},"properties":{"@type":"node","@id":581075062,"@timestamp":1259950704},"coords":"51.1172201,-0.164543","bedrooms":"2","price":"170000","area":"541"} , +{"type":"Feature","id":"n581427088","geometry":{"type":"Point","coordinates":[-0.1296632,51.5719194]},"properties":{"@type":"node","@id":581427088,"@timestamp":1324343625},"coords":"51.5719194,-0.1296632","bedrooms":"0","price":"203000","area":"357"} , +{"type":"Feature","id":"n581908745","geometry":{"type":"Point","coordinates":[-0.9709748,51.4255726]},"properties":{"@type":"node","@id":581908745,"@timestamp":1489259183},"coords":"51.4255726,-0.9709748","bedrooms":"0","price":"151000","area":"638"} , +{"type":"Feature","id":"n581908805","geometry":{"type":"Point","coordinates":[-0.969469,51.4283694]},"properties":{"@type":"node","@id":581908805,"@timestamp":1489259184},"coords":"51.4283694,-0.969469","bedrooms":"4","price":"201000","area":"565"} , +{"type":"Feature","id":"n581908884","geometry":{"type":"Point","coordinates":[-0.968029,51.4369193]},"properties":{"@type":"node","@id":581908884,"@timestamp":1614454486},"coords":"51.4369193,-0.968029","bedrooms":"2","price":"297000","area":"351"} , +{"type":"Feature","id":"n581908931","geometry":{"type":"Point","coordinates":[-0.9654902,51.4403423]},"properties":{"@type":"node","@id":581908931,"@timestamp":1542551978},"coords":"51.4403423,-0.9654902","bedrooms":"3","price":"185000","area":"586"} , +{"type":"Feature","id":"n581948588","geometry":{"type":"Point","coordinates":[-0.6469711,51.1488648]},"properties":{"@type":"node","@id":581948588,"@timestamp":1585445414},"coords":"51.1488648,-0.6469711","bedrooms":"0","price":"159000","area":"672"} , +{"type":"Feature","id":"n581948662","geometry":{"type":"Point","coordinates":[-0.6476283,51.1519777]},"properties":{"@type":"node","@id":581948662,"@timestamp":1260022682},"coords":"51.1519777,-0.6476283","bedrooms":"4","price":"297000","area":"550"} , +{"type":"Feature","id":"n581957717","geometry":{"type":"Point","coordinates":[-0.7343132,51.4925389]},"properties":{"@type":"node","@id":581957717,"@timestamp":1366221437},"coords":"51.4925389,-0.7343132","bedrooms":"3","price":"291000","area":"699"} , +{"type":"Feature","id":"n581965971","geometry":{"type":"Point","coordinates":[-0.0547614,51.5555413]},"properties":{"@type":"node","@id":581965971,"@timestamp":1617464060},"coords":"51.5555413,-0.0547614","bedrooms":"1","price":"168000","area":"395"} , +{"type":"Feature","id":"n582013293","geometry":{"type":"Point","coordinates":[0.0185175,51.4028828]},"properties":{"@type":"node","@id":582013293,"@timestamp":1564912854},"coords":"51.4028828,0.0185175","bedrooms":"3","price":"256000","area":"547"} , +{"type":"Feature","id":"n582077462","geometry":{"type":"Point","coordinates":[-0.5856455,51.6761514]},"properties":{"@type":"node","@id":582077462,"@timestamp":1618522086},"coords":"51.6761514,-0.5856455","bedrooms":"1","price":"173000","area":"606"} , +{"type":"Feature","id":"n582123239","geometry":{"type":"Point","coordinates":[-0.187654,51.133583]},"properties":{"@type":"node","@id":582123239,"@timestamp":1612280548},"coords":"51.133583,-0.187654","bedrooms":"4","price":"213000","area":"595"} , +{"type":"Feature","id":"n582132548","geometry":{"type":"Point","coordinates":[-1.0550476,51.6505034]},"properties":{"@type":"node","@id":582132548,"@timestamp":1260047224},"coords":"51.6505034,-1.0550476","bedrooms":"2","price":"173000","area":"487"} , +{"type":"Feature","id":"n582132649","geometry":{"type":"Point","coordinates":[-0.9998508,51.6092295]},"properties":{"@type":"node","@id":582132649,"@timestamp":1260047265},"coords":"51.6092295,-0.9998508","bedrooms":"4","price":"222000","area":"612"} , +{"type":"Feature","id":"n582445594","geometry":{"type":"Point","coordinates":[-0.200123,51.119121]},"properties":{"@type":"node","@id":582445594,"@timestamp":1260086518},"coords":"51.119121,-0.200123","bedrooms":"0","price":"245000","area":"663"} , +{"type":"Feature","id":"n582447592","geometry":{"type":"Point","coordinates":[-0.223215,51.155214]},"properties":{"@type":"node","@id":582447592,"@timestamp":1260087343},"coords":"51.155214,-0.223215","bedrooms":"4","price":"243000","area":"452"} , +{"type":"Feature","id":"n582503300","geometry":{"type":"Point","coordinates":[-0.3107659,51.4896095]},"properties":{"@type":"node","@id":582503300,"@timestamp":1262180659},"coords":"51.4896095,-0.3107659","bedrooms":"4","price":"285000","area":"501"} , +{"type":"Feature","id":"n582583964","geometry":{"type":"Point","coordinates":[-0.601097,51.2521076]},"properties":{"@type":"node","@id":582583964,"@timestamp":1279302303},"coords":"51.2521076,-0.601097","bedrooms":"1","price":"169000","area":"682"} , +{"type":"Feature","id":"n582661188","geometry":{"type":"Point","coordinates":[0.3375012,51.4160591]},"properties":{"@type":"node","@id":582661188,"@timestamp":1527603409},"coords":"51.4160591,0.3375012","bedrooms":"4","price":"283000","area":"615"} , +{"type":"Feature","id":"n582764943","geometry":{"type":"Point","coordinates":[-0.1939946,51.5149041]},"properties":{"@type":"node","@id":582764943,"@timestamp":1578948940},"coords":"51.5149041,-0.1939946","bedrooms":"1","price":"245000","area":"581"} , +{"type":"Feature","id":"n582925862","geometry":{"type":"Point","coordinates":[-0.4701664,51.5340338]},"properties":{"@type":"node","@id":582925862,"@timestamp":1626619170},"coords":"51.5340338,-0.4701664","bedrooms":"0","price":"266000","area":"531"} , +{"type":"Feature","id":"n583252475","geometry":{"type":"Point","coordinates":[-0.2059857,51.2378095]},"properties":{"@type":"node","@id":583252475,"@timestamp":1633517563},"coords":"51.2378095,-0.2059857","bedrooms":"3","price":"279000","area":"696"} , +{"type":"Feature","id":"n583288160","geometry":{"type":"Point","coordinates":[-0.7382759,51.8627844]},"properties":{"@type":"node","@id":583288160,"@timestamp":1517070240},"coords":"51.8627844,-0.7382759","bedrooms":"4","price":"182000","area":"470"} , +{"type":"Feature","id":"n583299437","geometry":{"type":"Point","coordinates":[0.0159941,51.4061301]},"properties":{"@type":"node","@id":583299437,"@timestamp":1619736125},"coords":"51.4061301,0.0159941","bedrooms":"2","price":"245000","area":"582"} , +{"type":"Feature","id":"n583329981","geometry":{"type":"Point","coordinates":[-0.216652,51.4621546]},"properties":{"@type":"node","@id":583329981,"@timestamp":1622914592},"coords":"51.4621546,-0.216652","bedrooms":"1","price":"227000","area":"419"} , +{"type":"Feature","id":"n583329997","geometry":{"type":"Point","coordinates":[-0.2162735,51.4628219]},"properties":{"@type":"node","@id":583329997,"@timestamp":1629227649},"coords":"51.4628219,-0.2162735","bedrooms":"0","price":"196000","area":"365"} , +{"type":"Feature","id":"n583330018","geometry":{"type":"Point","coordinates":[-0.2169163,51.4632708]},"properties":{"@type":"node","@id":583330018,"@timestamp":1603696538},"coords":"51.4632708,-0.2169163","bedrooms":"4","price":"246000","area":"566"} , +{"type":"Feature","id":"n583330031","geometry":{"type":"Point","coordinates":[-0.214866,51.4649533]},"properties":{"@type":"node","@id":583330031,"@timestamp":1591067119},"coords":"51.4649533,-0.214866","bedrooms":"3","price":"290000","area":"554"} , +{"type":"Feature","id":"n583330043","geometry":{"type":"Point","coordinates":[-0.2145286,51.4654723]},"properties":{"@type":"node","@id":583330043,"@timestamp":1616971017},"coords":"51.4654723,-0.2145286","bedrooms":"3","price":"299000","area":"431"} , +{"type":"Feature","id":"n583344737","geometry":{"type":"Point","coordinates":[0.0167827,51.3996245]},"properties":{"@type":"node","@id":583344737,"@timestamp":1616759530},"coords":"51.3996245,0.0167827","bedrooms":"2","price":"295000","area":"365"} , +{"type":"Feature","id":"n583350856","geometry":{"type":"Point","coordinates":[0.4891011,51.0476391]},"properties":{"@type":"node","@id":583350856,"@timestamp":1298150064},"coords":"51.0476391,0.4891011","bedrooms":"2","price":"264000","area":"424"} , +{"type":"Feature","id":"n583350948","geometry":{"type":"Point","coordinates":[0.4964718,51.0594604]},"properties":{"@type":"node","@id":583350948,"@timestamp":1289307873},"coords":"51.0594604,0.4964718","bedrooms":"0","price":"281000","area":"456"} , +{"type":"Feature","id":"n583412404","geometry":{"type":"Point","coordinates":[-0.9826955,50.9502072]},"properties":{"@type":"node","@id":583412404,"@timestamp":1417295442},"coords":"50.9502072,-0.9826955","bedrooms":"2","price":"236000","area":"364"} , +{"type":"Feature","id":"n583559021","geometry":{"type":"Point","coordinates":[-0.5312296,51.4718303]},"properties":{"@type":"node","@id":583559021,"@timestamp":1609668736},"coords":"51.4718303,-0.5312296","bedrooms":"1","price":"176000","area":"568"} , +{"type":"Feature","id":"n583913845","geometry":{"type":"Point","coordinates":[-0.2686895,51.5990909]},"properties":{"@type":"node","@id":583913845,"@timestamp":1621810605},"coords":"51.5990909,-0.2686895","bedrooms":"0","price":"238000","area":"587"} , +{"type":"Feature","id":"n584430947","geometry":{"type":"Point","coordinates":[-0.1111501,51.5221705]},"properties":{"@type":"node","@id":584430947,"@timestamp":1417272126},"coords":"51.5221705,-0.1111501","bedrooms":"3","price":"282000","area":"615"} , +{"type":"Feature","id":"n584514525","geometry":{"type":"Point","coordinates":[-0.1097388,51.5257964]},"properties":{"@type":"node","@id":584514525,"@timestamp":1327786355},"coords":"51.5257964,-0.1097388","bedrooms":"4","price":"153000","area":"616"} , +{"type":"Feature","id":"n585196338","geometry":{"type":"Point","coordinates":[-0.1768571,51.6812753]},"properties":{"@type":"node","@id":585196338,"@timestamp":1290164697},"coords":"51.6812753,-0.1768571","bedrooms":"3","price":"242000","area":"664"} , +{"type":"Feature","id":"n585209592","geometry":{"type":"Point","coordinates":[-0.0861185,51.4164657]},"properties":{"@type":"node","@id":585209592,"@timestamp":1592160297},"coords":"51.4164657,-0.0861185","bedrooms":"0","price":"191000","area":"562"} , +{"type":"Feature","id":"n585260588","geometry":{"type":"Point","coordinates":[-0.325678,51.5773894]},"properties":{"@type":"node","@id":585260588,"@timestamp":1632331391},"coords":"51.5773894,-0.325678","bedrooms":"1","price":"219000","area":"592"} , +{"type":"Feature","id":"n585323317","geometry":{"type":"Point","coordinates":[-0.0855973,51.4169315]},"properties":{"@type":"node","@id":585323317,"@timestamp":1290164700},"coords":"51.4169315,-0.0855973","bedrooms":"3","price":"253000","area":"394"} , +{"type":"Feature","id":"n585323581","geometry":{"type":"Point","coordinates":[-0.0821108,51.4162899]},"properties":{"@type":"node","@id":585323581,"@timestamp":1290164706},"coords":"51.4162899,-0.0821108","bedrooms":"2","price":"212000","area":"501"} , +{"type":"Feature","id":"n586380814","geometry":{"type":"Point","coordinates":[-0.1637104,51.1192076]},"properties":{"@type":"node","@id":586380814,"@timestamp":1610625686},"coords":"51.1192076,-0.1637104","bedrooms":"3","price":"179000","area":"457"} , +{"type":"Feature","id":"n586456700","geometry":{"type":"Point","coordinates":[0.1126418,51.1059598]},"properties":{"@type":"node","@id":586456700,"@timestamp":1260541297},"coords":"51.1059598,0.1126418","bedrooms":"4","price":"221000","area":"618"} , +{"type":"Feature","id":"n587160924","geometry":{"type":"Point","coordinates":[-0.5928395,51.5073841]},"properties":{"@type":"node","@id":587160924,"@timestamp":1260570497},"coords":"51.5073841,-0.5928395","bedrooms":"3","price":"287000","area":"364"} , +{"type":"Feature","id":"n587670688","geometry":{"type":"Point","coordinates":[-0.1725556,51.1799603]},"properties":{"@type":"node","@id":587670688,"@timestamp":1498052349},"coords":"51.1799603,-0.1725556","bedrooms":"2","price":"193000","area":"667"} , +{"type":"Feature","id":"n587698432","geometry":{"type":"Point","coordinates":[0.0950272,51.7779706]},"properties":{"@type":"node","@id":587698432,"@timestamp":1613396831},"coords":"51.7779706,0.0950272","bedrooms":"0","price":"257000","area":"573"} , +{"type":"Feature","id":"n587741187","geometry":{"type":"Point","coordinates":[-0.106594,51.505051]},"properties":{"@type":"node","@id":587741187,"@timestamp":1517954868},"coords":"51.505051,-0.106594","bedrooms":"4","price":"177000","area":"609"} , +{"type":"Feature","id":"n587753399","geometry":{"type":"Point","coordinates":[-0.5923338,51.5046262]},"properties":{"@type":"node","@id":587753399,"@timestamp":1260634632},"coords":"51.5046262,-0.5923338","bedrooms":"0","price":"290000","area":"665"} , +{"type":"Feature","id":"n587754778","geometry":{"type":"Point","coordinates":[-0.1125508,51.5010743]},"properties":{"@type":"node","@id":587754778,"@timestamp":1631374106},"coords":"51.5010743,-0.1125508","bedrooms":"4","price":"179000","area":"546"} , +{"type":"Feature","id":"n587760188","geometry":{"type":"Point","coordinates":[-0.1125025,51.4981906]},"properties":{"@type":"node","@id":587760188,"@timestamp":1552433301},"coords":"51.4981906,-0.1125025","bedrooms":"0","price":"224000","area":"670"} , +{"type":"Feature","id":"n587768035","geometry":{"type":"Point","coordinates":[-0.1158882,51.5012906]},"properties":{"@type":"node","@id":587768035,"@timestamp":1609317056},"coords":"51.5012906,-0.1158882","bedrooms":"1","price":"298000","area":"669"} , +{"type":"Feature","id":"n587959213","geometry":{"type":"Point","coordinates":[-0.1237582,51.5011325]},"properties":{"@type":"node","@id":587959213,"@timestamp":1582024864},"coords":"51.5011325,-0.1237582","bedrooms":"1","price":"176000","area":"676"} , +{"type":"Feature","id":"n588034966","geometry":{"type":"Point","coordinates":[-0.1058288,51.5304027]},"properties":{"@type":"node","@id":588034966,"@timestamp":1613918748},"coords":"51.5304027,-0.1058288","bedrooms":"1","price":"239000","area":"399"} , +{"type":"Feature","id":"n588474736","geometry":{"type":"Point","coordinates":[-0.0884898,51.4948912]},"properties":{"@type":"node","@id":588474736,"@timestamp":1298032231},"coords":"51.4948912,-0.0884898","bedrooms":"2","price":"261000","area":"697"} , +{"type":"Feature","id":"n588502086","geometry":{"type":"Point","coordinates":[-0.5698338,51.6319114]},"properties":{"@type":"node","@id":588502086,"@timestamp":1627134597},"coords":"51.6319114,-0.5698338","bedrooms":"3","price":"224000","area":"642"} , +{"type":"Feature","id":"n588514148","geometry":{"type":"Point","coordinates":[-0.1148763,51.5037961]},"properties":{"@type":"node","@id":588514148,"@timestamp":1565369665},"coords":"51.5037961,-0.1148763","bedrooms":"2","price":"286000","area":"399"} , +{"type":"Feature","id":"n588583947","geometry":{"type":"Point","coordinates":[0.049777,51.1155407]},"properties":{"@type":"node","@id":588583947,"@timestamp":1589295370},"coords":"51.1155407,0.049777","bedrooms":"3","price":"285000","area":"502"} , +{"type":"Feature","id":"n588866943","geometry":{"type":"Point","coordinates":[0.0233527,51.5802543]},"properties":{"@type":"node","@id":588866943,"@timestamp":1260734460},"coords":"51.5802543,0.0233527","bedrooms":"0","price":"155000","area":"473"} , +{"type":"Feature","id":"n588867997","geometry":{"type":"Point","coordinates":[0.0215063,51.5873132]},"properties":{"@type":"node","@id":588867997,"@timestamp":1268160371},"coords":"51.5873132,0.0215063","bedrooms":"2","price":"223000","area":"483"} , +{"type":"Feature","id":"n588900647","geometry":{"type":"Point","coordinates":[0.708447,51.3248811]},"properties":{"@type":"node","@id":588900647,"@timestamp":1567878226},"coords":"51.3248811,0.708447","bedrooms":"0","price":"205000","area":"625"} , +{"type":"Feature","id":"n588966603","geometry":{"type":"Point","coordinates":[0.006442,51.4408263]},"properties":{"@type":"node","@id":588966603,"@timestamp":1611509056},"coords":"51.4408263,0.006442","bedrooms":"2","price":"299000","area":"561"} , +{"type":"Feature","id":"n588995498","geometry":{"type":"Point","coordinates":[-0.2762915,51.3660049]},"properties":{"@type":"node","@id":588995498,"@timestamp":1260739232},"coords":"51.3660049,-0.2762915","bedrooms":"0","price":"169000","area":"647"} , +{"type":"Feature","id":"n588998530","geometry":{"type":"Point","coordinates":[-0.9894695,51.4437448]},"properties":{"@type":"node","@id":588998530,"@timestamp":1614101508},"coords":"51.4437448,-0.9894695","bedrooms":"1","price":"159000","area":"620"} , +{"type":"Feature","id":"n588998549","geometry":{"type":"Point","coordinates":[-0.9781036,51.4473036]},"properties":{"@type":"node","@id":588998549,"@timestamp":1636137169},"coords":"51.4473036,-0.9781036","bedrooms":"2","price":"268000","area":"384"} , +{"type":"Feature","id":"n589012341","geometry":{"type":"Point","coordinates":[-0.2805519,51.3606975]},"properties":{"@type":"node","@id":589012341,"@timestamp":1630895619},"coords":"51.3606975,-0.2805519","bedrooms":"2","price":"171000","area":"560"} , +{"type":"Feature","id":"n589025966","geometry":{"type":"Point","coordinates":[-0.2768396,51.3625661]},"properties":{"@type":"node","@id":589025966,"@timestamp":1621464309},"coords":"51.3625661,-0.2768396","bedrooms":"3","price":"159000","area":"629"} , +{"type":"Feature","id":"n589065793","geometry":{"type":"Point","coordinates":[0.7078276,51.3419539]},"properties":{"@type":"node","@id":589065793,"@timestamp":1593596833},"coords":"51.3419539,0.7078276","bedrooms":"4","price":"189000","area":"379"} , +{"type":"Feature","id":"n589082422","geometry":{"type":"Point","coordinates":[-1.0164099,51.4499818]},"properties":{"@type":"node","@id":589082422,"@timestamp":1522766543},"coords":"51.4499818,-1.0164099","bedrooms":"2","price":"171000","area":"507"} , +{"type":"Feature","id":"n589082497","geometry":{"type":"Point","coordinates":[-1.0025419,51.4438982]},"properties":{"@type":"node","@id":589082497,"@timestamp":1260742532},"coords":"51.4438982,-1.0025419","bedrooms":"2","price":"236000","area":"487"} , +{"type":"Feature","id":"n589082563","geometry":{"type":"Point","coordinates":[-1.0021893,51.4522198]},"properties":{"@type":"node","@id":589082563,"@timestamp":1519934832},"coords":"51.4522198,-1.0021893","bedrooms":"3","price":"170000","area":"480"} , +{"type":"Feature","id":"n589082596","geometry":{"type":"Point","coordinates":[-0.9835437,51.4474345]},"properties":{"@type":"node","@id":589082596,"@timestamp":1615727338},"coords":"51.4474345,-0.9835437","bedrooms":"4","price":"191000","area":"379"} , +{"type":"Feature","id":"n589873078","geometry":{"type":"Point","coordinates":[-0.1086094,51.8028277]},"properties":{"@type":"node","@id":589873078,"@timestamp":1346090448},"coords":"51.8028277,-0.1086094","bedrooms":"4","price":"244000","area":"599"} , +{"type":"Feature","id":"n590076705","geometry":{"type":"Point","coordinates":[-0.5305754,51.4447779]},"properties":{"@type":"node","@id":590076705,"@timestamp":1622927650},"coords":"51.4447779,-0.5305754","bedrooms":"2","price":"180000","area":"372"} , +{"type":"Feature","id":"n590239461","geometry":{"type":"Point","coordinates":[-0.6637857,51.9013088]},"properties":{"@type":"node","@id":590239461,"@timestamp":1556462345},"coords":"51.9013088,-0.6637857","bedrooms":"1","price":"225000","area":"447"} , +{"type":"Feature","id":"n590490486","geometry":{"type":"Point","coordinates":[0.4834481,50.9627664]},"properties":{"@type":"node","@id":590490486,"@timestamp":1260810051},"coords":"50.9627664,0.4834481","bedrooms":"0","price":"279000","area":"682"} , +{"type":"Feature","id":"n592036684","geometry":{"type":"Point","coordinates":[-0.0953563,51.5050152]},"properties":{"@type":"node","@id":592036684,"@timestamp":1568753926},"coords":"51.5050152,-0.0953563","bedrooms":"0","price":"186000","area":"695"} , +{"type":"Feature","id":"n592240758","geometry":{"type":"Point","coordinates":[-0.5096468,51.6243]},"properties":{"@type":"node","@id":592240758,"@timestamp":1339089526},"coords":"51.6243,-0.5096468","bedrooms":"3","price":"271000","area":"429"} , +{"type":"Feature","id":"n593349441","geometry":{"type":"Point","coordinates":[-0.099581,51.525621]},"properties":{"@type":"node","@id":593349441,"@timestamp":1260958094},"coords":"51.525621,-0.099581","bedrooms":"4","price":"220000","area":"360"} , +{"type":"Feature","id":"n593886162","geometry":{"type":"Point","coordinates":[-0.101271,51.5194693]},"properties":{"@type":"node","@id":593886162,"@timestamp":1512875474},"coords":"51.5194693,-0.101271","bedrooms":"2","price":"245000","area":"593"} , +{"type":"Feature","id":"n593974611","geometry":{"type":"Point","coordinates":[-0.0653873,51.8377388]},"properties":{"@type":"node","@id":593974611,"@timestamp":1633375914},"coords":"51.8377388,-0.0653873","bedrooms":"4","price":"285000","area":"412"} , +{"type":"Feature","id":"n593984557","geometry":{"type":"Point","coordinates":[-0.483455,51.140458]},"properties":{"@type":"node","@id":593984557,"@timestamp":1261004723},"coords":"51.140458,-0.483455","bedrooms":"2","price":"150000","area":"470"} , +{"type":"Feature","id":"n595301429","geometry":{"type":"Point","coordinates":[-0.133129,51.509497]},"properties":{"@type":"node","@id":595301429,"@timestamp":1559138765},"coords":"51.509497,-0.133129","bedrooms":"4","price":"206000","area":"535"} , +{"type":"Feature","id":"n595323058","geometry":{"type":"Point","coordinates":[-0.0883175,51.5339608]},"properties":{"@type":"node","@id":595323058,"@timestamp":1613923748},"coords":"51.5339608,-0.0883175","bedrooms":"3","price":"203000","area":"547"} , +{"type":"Feature","id":"n595709113","geometry":{"type":"Point","coordinates":[-0.2116618,51.8989872]},"properties":{"@type":"node","@id":595709113,"@timestamp":1298987115},"coords":"51.8989872,-0.2116618","bedrooms":"2","price":"268000","area":"508"} , +{"type":"Feature","id":"n595709488","geometry":{"type":"Point","coordinates":[-0.1443291,51.5216614]},"properties":{"@type":"node","@id":595709488,"@timestamp":1546765395},"coords":"51.5216614,-0.1443291","bedrooms":"4","price":"268000","area":"439"} , +{"type":"Feature","id":"n596140885","geometry":{"type":"Point","coordinates":[-0.8018916,51.815204]},"properties":{"@type":"node","@id":596140885,"@timestamp":1634501874},"coords":"51.815204,-0.8018916","bedrooms":"3","price":"156000","area":"420"} , +{"type":"Feature","id":"n596178637","geometry":{"type":"Point","coordinates":[0.1711747,51.542079]},"properties":{"@type":"node","@id":596178637,"@timestamp":1261226148},"coords":"51.542079,0.1711747","bedrooms":"1","price":"183000","area":"493"} , +{"type":"Feature","id":"n596346062","geometry":{"type":"Point","coordinates":[-0.6401671,51.3097048]},"properties":{"@type":"node","@id":596346062,"@timestamp":1572640828},"coords":"51.3097048,-0.6401671","bedrooms":"1","price":"202000","area":"514"} , +{"type":"Feature","id":"n596383073","geometry":{"type":"Point","coordinates":[0.6930615,51.5351133]},"properties":{"@type":"node","@id":596383073,"@timestamp":1321965046},"coords":"51.5351133,0.6930615","bedrooms":"3","price":"151000","area":"440"} , +{"type":"Feature","id":"n596390007","geometry":{"type":"Point","coordinates":[0.6938396,51.5350287]},"properties":{"@type":"node","@id":596390007,"@timestamp":1321965044},"coords":"51.5350287,0.6938396","bedrooms":"1","price":"291000","area":"693"} , +{"type":"Feature","id":"n596431854","geometry":{"type":"Point","coordinates":[0.6279536,51.9521856]},"properties":{"@type":"node","@id":596431854,"@timestamp":1261240825},"coords":"51.9521856,0.6279536","bedrooms":"1","price":"180000","area":"527"} , +{"type":"Feature","id":"n596446084","geometry":{"type":"Point","coordinates":[-0.162001,51.170603]},"properties":{"@type":"node","@id":596446084,"@timestamp":1261241834},"coords":"51.170603,-0.162001","bedrooms":"4","price":"154000","area":"519"} , +{"type":"Feature","id":"n596495525","geometry":{"type":"Point","coordinates":[0.1148597,51.497752]},"properties":{"@type":"node","@id":596495525,"@timestamp":1296468599},"coords":"51.497752,0.1148597","bedrooms":"3","price":"159000","area":"353"} , +{"type":"Feature","id":"n596583838","geometry":{"type":"Point","coordinates":[-0.7605017,51.521695]},"properties":{"@type":"node","@id":596583838,"@timestamp":1330817794},"coords":"51.521695,-0.7605017","bedrooms":"2","price":"196000","area":"572"} , +{"type":"Feature","id":"n596583978","geometry":{"type":"Point","coordinates":[-0.7473998,51.5267815]},"properties":{"@type":"node","@id":596583978,"@timestamp":1280178520},"coords":"51.5267815,-0.7473998","bedrooms":"4","price":"213000","area":"408"} , +{"type":"Feature","id":"n596584326","geometry":{"type":"Point","coordinates":[-0.7243084,51.5216078]},"properties":{"@type":"node","@id":596584326,"@timestamp":1261250357},"coords":"51.5216078,-0.7243084","bedrooms":"2","price":"257000","area":"590"} , +{"type":"Feature","id":"n596584454","geometry":{"type":"Point","coordinates":[-0.7454673,51.534684]},"properties":{"@type":"node","@id":596584454,"@timestamp":1280217567},"coords":"51.534684,-0.7454673","bedrooms":"3","price":"177000","area":"491"} , +{"type":"Feature","id":"n596584835","geometry":{"type":"Point","coordinates":[-0.7245828,51.5579729]},"properties":{"@type":"node","@id":596584835,"@timestamp":1485528237},"coords":"51.5579729,-0.7245828","bedrooms":"1","price":"211000","area":"350"} , +{"type":"Feature","id":"n596793657","geometry":{"type":"Point","coordinates":[-0.1962718,51.5538889]},"properties":{"@type":"node","@id":596793657,"@timestamp":1284325508},"coords":"51.5538889,-0.1962718","bedrooms":"2","price":"223000","area":"643"} , +{"type":"Feature","id":"n597126159","geometry":{"type":"Point","coordinates":[-1.010524,51.4529567]},"properties":{"@type":"node","@id":597126159,"@timestamp":1556476203},"coords":"51.4529567,-1.010524","bedrooms":"1","price":"280000","area":"464"} , +{"type":"Feature","id":"n597126185","geometry":{"type":"Point","coordinates":[-0.9491893,51.4336481]},"properties":{"@type":"node","@id":597126185,"@timestamp":1626016047},"coords":"51.4336481,-0.9491893","bedrooms":"3","price":"155000","area":"554"} , +{"type":"Feature","id":"n597263037","geometry":{"type":"Point","coordinates":[0.2371974,51.6036771]},"properties":{"@type":"node","@id":597263037,"@timestamp":1543944487},"coords":"51.6036771,0.2371974","bedrooms":"3","price":"299000","area":"656"} , +{"type":"Feature","id":"n597317033","geometry":{"type":"Point","coordinates":[-0.1127171,51.5053267]},"properties":{"@type":"node","@id":597317033,"@timestamp":1614463129},"coords":"51.5053267,-0.1127171","bedrooms":"3","price":"238000","area":"684"} , +{"type":"Feature","id":"n597329184","geometry":{"type":"Point","coordinates":[-0.7277421,51.5209181]},"properties":{"@type":"node","@id":597329184,"@timestamp":1394966340},"coords":"51.5209181,-0.7277421","bedrooms":"1","price":"157000","area":"453"} , +{"type":"Feature","id":"n597349349","geometry":{"type":"Point","coordinates":[-0.6264427,51.2186815]},"properties":{"@type":"node","@id":597349349,"@timestamp":1275832505},"coords":"51.2186815,-0.6264427","bedrooms":"2","price":"288000","area":"352"} , +{"type":"Feature","id":"n597349468","geometry":{"type":"Point","coordinates":[-0.5989394,51.2219261]},"properties":{"@type":"node","@id":597349468,"@timestamp":1261328571},"coords":"51.2219261,-0.5989394","bedrooms":"1","price":"165000","area":"407"} , +{"type":"Feature","id":"n597379779","geometry":{"type":"Point","coordinates":[0.1324402,51.5304104]},"properties":{"@type":"node","@id":597379779,"@timestamp":1298922587},"coords":"51.5304104,0.1324402","bedrooms":"3","price":"159000","area":"352"} , +{"type":"Feature","id":"n597396813","geometry":{"type":"Point","coordinates":[-0.0074444,51.5829923]},"properties":{"@type":"node","@id":597396813,"@timestamp":1564912857},"coords":"51.5829923,-0.0074444","bedrooms":"2","price":"196000","area":"629"} , +{"type":"Feature","id":"n597406950","geometry":{"type":"Point","coordinates":[0.1171352,51.5808369]},"properties":{"@type":"node","@id":597406950,"@timestamp":1483348110},"coords":"51.5808369,0.1171352","bedrooms":"3","price":"280000","area":"515"} , +{"type":"Feature","id":"n597410867","geometry":{"type":"Point","coordinates":[-0.0119042,51.5896952]},"properties":{"@type":"node","@id":597410867,"@timestamp":1356258602},"coords":"51.5896952,-0.0119042","bedrooms":"3","price":"221000","area":"596"} , +{"type":"Feature","id":"n597465981","geometry":{"type":"Point","coordinates":[0.0103074,51.5838912]},"properties":{"@type":"node","@id":597465981,"@timestamp":1261348611},"coords":"51.5838912,0.0103074","bedrooms":"3","price":"271000","area":"640"} , +{"type":"Feature","id":"n597613092","geometry":{"type":"Point","coordinates":[-0.0196733,51.9466319]},"properties":{"@type":"node","@id":597613092,"@timestamp":1632052641},"coords":"51.9466319,-0.0196733","bedrooms":"0","price":"228000","area":"393"} , +{"type":"Feature","id":"n598093293","geometry":{"type":"Point","coordinates":[-0.1292443,51.5340382]},"properties":{"@type":"node","@id":598093293,"@timestamp":1580916772},"coords":"51.5340382,-0.1292443","bedrooms":"2","price":"267000","area":"699"} , +{"type":"Feature","id":"n598184622","geometry":{"type":"Point","coordinates":[0.722217,51.3370632]},"properties":{"@type":"node","@id":598184622,"@timestamp":1566739753},"coords":"51.3370632,0.722217","bedrooms":"3","price":"210000","area":"520"} , +{"type":"Feature","id":"n598206046","geometry":{"type":"Point","coordinates":[0.4705578,51.2641867]},"properties":{"@type":"node","@id":598206046,"@timestamp":1261499871},"coords":"51.2641867,0.4705578","bedrooms":"1","price":"247000","area":"596"} , +{"type":"Feature","id":"n598206154","geometry":{"type":"Point","coordinates":[0.4742971,51.2694998]},"properties":{"@type":"node","@id":598206154,"@timestamp":1606435746},"coords":"51.2694998,0.4742971","bedrooms":"3","price":"210000","area":"660"} , +{"type":"Feature","id":"n598298949","geometry":{"type":"Point","coordinates":[-0.2087242,51.9120788]},"properties":{"@type":"node","@id":598298949,"@timestamp":1545148584},"coords":"51.9120788,-0.2087242","bedrooms":"2","price":"214000","area":"436"} , +{"type":"Feature","id":"n598368213","geometry":{"type":"Point","coordinates":[0.6929054,51.5375773]},"properties":{"@type":"node","@id":598368213,"@timestamp":1292355897},"coords":"51.5375773,0.6929054","bedrooms":"0","price":"152000","area":"427"} , +{"type":"Feature","id":"n598556418","geometry":{"type":"Point","coordinates":[-0.1485921,51.6737885]},"properties":{"@type":"node","@id":598556418,"@timestamp":1290164771},"coords":"51.6737885,-0.1485921","bedrooms":"2","price":"174000","area":"656"} , +{"type":"Feature","id":"n598562921","geometry":{"type":"Point","coordinates":[-0.1523584,51.6719645]},"properties":{"@type":"node","@id":598562921,"@timestamp":1290164774},"coords":"51.6719645,-0.1523584","bedrooms":"3","price":"231000","area":"394"} , +{"type":"Feature","id":"n598573287","geometry":{"type":"Point","coordinates":[0.8860607,51.1597636]},"properties":{"@type":"node","@id":598573287,"@timestamp":1612197915},"coords":"51.1597636,0.8860607","bedrooms":"0","price":"281000","area":"544"} , +{"type":"Feature","id":"n598573320","geometry":{"type":"Point","coordinates":[0.8805892,51.1640978]},"properties":{"@type":"node","@id":598573320,"@timestamp":1635265213},"coords":"51.1640978,0.8805892","bedrooms":"1","price":"278000","area":"386"} , +{"type":"Feature","id":"n598640176","geometry":{"type":"Point","coordinates":[-1.0597935,51.3780189]},"properties":{"@type":"node","@id":598640176,"@timestamp":1365858293},"coords":"51.3780189,-1.0597935","bedrooms":"3","price":"153000","area":"456"} , +{"type":"Feature","id":"n598924726","geometry":{"type":"Point","coordinates":[-0.0931271,51.8262626]},"properties":{"@type":"node","@id":598924726,"@timestamp":1484667144},"coords":"51.8262626,-0.0931271","bedrooms":"3","price":"191000","area":"561"} , +{"type":"Feature","id":"n598955365","geometry":{"type":"Point","coordinates":[0.7100556,51.3467981]},"properties":{"@type":"node","@id":598955365,"@timestamp":1567804480},"coords":"51.3467981,0.7100556","bedrooms":"4","price":"252000","area":"582"} , +{"type":"Feature","id":"n598995279","geometry":{"type":"Point","coordinates":[-0.158238,51.498449]},"properties":{"@type":"node","@id":598995279,"@timestamp":1566842211},"coords":"51.498449,-0.158238","bedrooms":"4","price":"171000","area":"548"} , +{"type":"Feature","id":"n599016339","geometry":{"type":"Point","coordinates":[0.7198657,51.3382284]},"properties":{"@type":"node","@id":599016339,"@timestamp":1566739753},"coords":"51.3382284,0.7198657","bedrooms":"4","price":"207000","area":"416"} , +{"type":"Feature","id":"n599016480","geometry":{"type":"Point","coordinates":[0.7177535,51.3363468]},"properties":{"@type":"node","@id":599016480,"@timestamp":1349208148},"coords":"51.3363468,0.7177535","bedrooms":"2","price":"210000","area":"585"} , +{"type":"Feature","id":"n599028571","geometry":{"type":"Point","coordinates":[-0.0925892,51.8220343]},"properties":{"@type":"node","@id":599028571,"@timestamp":1261677768},"coords":"51.8220343,-0.0925892","bedrooms":"2","price":"154000","area":"618"} , +{"type":"Feature","id":"n599129116","geometry":{"type":"Point","coordinates":[0.4776997,51.2696322]},"properties":{"@type":"node","@id":599129116,"@timestamp":1261701863},"coords":"51.2696322,0.4776997","bedrooms":"0","price":"206000","area":"566"} , +{"type":"Feature","id":"n599335930","geometry":{"type":"Point","coordinates":[0.7298354,51.3467521]},"properties":{"@type":"node","@id":599335930,"@timestamp":1566941506},"coords":"51.3467521,0.7298354","bedrooms":"0","price":"155000","area":"694"} , +{"type":"Feature","id":"n599554997","geometry":{"type":"Point","coordinates":[0.7165132,51.3421433]},"properties":{"@type":"node","@id":599554997,"@timestamp":1567856971},"coords":"51.3421433,0.7165132","bedrooms":"2","price":"184000","area":"586"} , +{"type":"Feature","id":"n599587357","geometry":{"type":"Point","coordinates":[0.7264515,51.3358739]},"properties":{"@type":"node","@id":599587357,"@timestamp":1566660723},"coords":"51.3358739,0.7264515","bedrooms":"3","price":"214000","area":"628"} , +{"type":"Feature","id":"n599596571","geometry":{"type":"Point","coordinates":[0.8577613,51.1373996]},"properties":{"@type":"node","@id":599596571,"@timestamp":1562924422},"coords":"51.1373996,0.8577613","bedrooms":"2","price":"289000","area":"657"} , +{"type":"Feature","id":"n599653536","geometry":{"type":"Point","coordinates":[0.7345619,51.3310731]},"properties":{"@type":"node","@id":599653536,"@timestamp":1566759294},"coords":"51.3310731,0.7345619","bedrooms":"0","price":"210000","area":"480"} , +{"type":"Feature","id":"n599750229","geometry":{"type":"Point","coordinates":[-0.5185023,52.1298814]},"properties":{"@type":"node","@id":599750229,"@timestamp":1291588334},"coords":"52.1298814,-0.5185023","bedrooms":"3","price":"263000","area":"448"} , +{"type":"Feature","id":"n600042900","geometry":{"type":"Point","coordinates":[0.8718656,51.1494395]},"properties":{"@type":"node","@id":600042900,"@timestamp":1619374969},"coords":"51.1494395,0.8718656","bedrooms":"1","price":"158000","area":"590"} , +{"type":"Feature","id":"n600042914","geometry":{"type":"Point","coordinates":[0.8746696,51.1515496]},"properties":{"@type":"node","@id":600042914,"@timestamp":1261930037},"coords":"51.1515496,0.8746696","bedrooms":"0","price":"194000","area":"496"} , +{"type":"Feature","id":"n600045898","geometry":{"type":"Point","coordinates":[0.8834157,51.1500969]},"properties":{"@type":"node","@id":600045898,"@timestamp":1261930959},"coords":"51.1500969,0.8834157","bedrooms":"2","price":"216000","area":"699"} , +{"type":"Feature","id":"n600045970","geometry":{"type":"Point","coordinates":[0.8839187,51.1525029]},"properties":{"@type":"node","@id":600045970,"@timestamp":1562917944},"coords":"51.1525029,0.8839187","bedrooms":"0","price":"181000","area":"391"} , +{"type":"Feature","id":"n600049656","geometry":{"type":"Point","coordinates":[0.8897087,51.1696863]},"properties":{"@type":"node","@id":600049656,"@timestamp":1316358641},"coords":"51.1696863,0.8897087","bedrooms":"1","price":"286000","area":"694"} , +{"type":"Feature","id":"n600049692","geometry":{"type":"Point","coordinates":[0.8919725,51.1688526]},"properties":{"@type":"node","@id":600049692,"@timestamp":1316358642},"coords":"51.1688526,0.8919725","bedrooms":"2","price":"190000","area":"465"} , +{"type":"Feature","id":"n600285341","geometry":{"type":"Point","coordinates":[-1.0695388,51.2825078]},"properties":{"@type":"node","@id":600285341,"@timestamp":1261985920},"coords":"51.2825078,-1.0695388","bedrooms":"1","price":"205000","area":"406"} , +{"type":"Feature","id":"n600420144","geometry":{"type":"Point","coordinates":[-0.7022294,51.8260879]},"properties":{"@type":"node","@id":600420144,"@timestamp":1293128009},"coords":"51.8260879,-0.7022294","bedrooms":"1","price":"298000","area":"676"} , +{"type":"Feature","id":"n600430311","geometry":{"type":"Point","coordinates":[-0.8612064,51.4684304]},"properties":{"@type":"node","@id":600430311,"@timestamp":1262018427},"coords":"51.4684304,-0.8612064","bedrooms":"3","price":"180000","area":"667"} , +{"type":"Feature","id":"n600438258","geometry":{"type":"Point","coordinates":[-0.7054956,51.8256807]},"properties":{"@type":"node","@id":600438258,"@timestamp":1262020587},"coords":"51.8256807,-0.7054956","bedrooms":"2","price":"262000","area":"472"} , +{"type":"Feature","id":"n600443815","geometry":{"type":"Point","coordinates":[0.8930987,51.1405297]},"properties":{"@type":"node","@id":600443815,"@timestamp":1619625950},"coords":"51.1405297,0.8930987","bedrooms":"1","price":"247000","area":"594"} , +{"type":"Feature","id":"n600460813","geometry":{"type":"Point","coordinates":[-0.5694933,51.2434885]},"properties":{"@type":"node","@id":600460813,"@timestamp":1272569578},"coords":"51.2434885,-0.5694933","bedrooms":"4","price":"264000","area":"356"} , +{"type":"Feature","id":"n600826398","geometry":{"type":"Point","coordinates":[-0.1766006,51.514946]},"properties":{"@type":"node","@id":600826398,"@timestamp":1572202602},"coords":"51.514946,-0.1766006","bedrooms":"3","price":"230000","area":"562"} , +{"type":"Feature","id":"n600889660","geometry":{"type":"Point","coordinates":[-0.1440423,51.5640402]},"properties":{"@type":"node","@id":600889660,"@timestamp":1564912857},"coords":"51.5640402,-0.1440423","bedrooms":"2","price":"273000","area":"552"} , +{"type":"Feature","id":"n600924677","geometry":{"type":"Point","coordinates":[-0.1203509,51.5110152]},"properties":{"@type":"node","@id":600924677,"@timestamp":1586095024},"coords":"51.5110152,-0.1203509","bedrooms":"0","price":"172000","area":"649"} , +{"type":"Feature","id":"n601077609","geometry":{"type":"Point","coordinates":[-0.1569841,51.5229657]},"properties":{"@type":"node","@id":601077609,"@timestamp":1564246895},"coords":"51.5229657,-0.1569841","bedrooms":"2","price":"153000","area":"469"} , +{"type":"Feature","id":"n601141526","geometry":{"type":"Point","coordinates":[-0.1566498,51.522259]},"properties":{"@type":"node","@id":601141526,"@timestamp":1564246895},"coords":"51.522259,-0.1566498","bedrooms":"2","price":"237000","area":"365"} , +{"type":"Feature","id":"n601455223","geometry":{"type":"Point","coordinates":[-0.192827,51.12282]},"properties":{"@type":"node","@id":601455223,"@timestamp":1402400168},"coords":"51.12282,-0.192827","bedrooms":"4","price":"242000","area":"512"} , +{"type":"Feature","id":"n601701465","geometry":{"type":"Point","coordinates":[-0.1285696,51.511813]},"properties":{"@type":"node","@id":601701465,"@timestamp":1634397638},"coords":"51.511813,-0.1285696","bedrooms":"2","price":"198000","area":"359"} , +{"type":"Feature","id":"n601733939","geometry":{"type":"Point","coordinates":[-0.7986021,51.7270763]},"properties":{"@type":"node","@id":601733939,"@timestamp":1267998515},"coords":"51.7270763,-0.7986021","bedrooms":"1","price":"269000","area":"572"} , +{"type":"Feature","id":"n602243954","geometry":{"type":"Point","coordinates":[0.4855876,51.2633374]},"properties":{"@type":"node","@id":602243954,"@timestamp":1262278043},"coords":"51.2633374,0.4855876","bedrooms":"0","price":"197000","area":"373"} , +{"type":"Feature","id":"n602255080","geometry":{"type":"Point","coordinates":[0.4896583,51.2661333]},"properties":{"@type":"node","@id":602255080,"@timestamp":1262278713},"coords":"51.2661333,0.4896583","bedrooms":"0","price":"257000","area":"553"} , +{"type":"Feature","id":"n602285645","geometry":{"type":"Point","coordinates":[-0.0103024,50.9651794]},"properties":{"@type":"node","@id":602285645,"@timestamp":1635364934},"coords":"50.9651794,-0.0103024","bedrooms":"1","price":"295000","area":"595"} , +{"type":"Feature","id":"n602532163","geometry":{"type":"Point","coordinates":[-0.0533605,51.4971745]},"properties":{"@type":"node","@id":602532163,"@timestamp":1564912857},"coords":"51.4971745,-0.0533605","bedrooms":"3","price":"283000","area":"657"} , +{"type":"Feature","id":"n602611018","geometry":{"type":"Point","coordinates":[-0.5652748,50.9665376]},"properties":{"@type":"node","@id":602611018,"@timestamp":1262363472},"coords":"50.9665376,-0.5652748","bedrooms":"4","price":"285000","area":"673"} , +{"type":"Feature","id":"n602661619","geometry":{"type":"Point","coordinates":[-0.0355772,51.506364]},"properties":{"@type":"node","@id":602661619,"@timestamp":1564912857},"coords":"51.506364,-0.0355772","bedrooms":"2","price":"213000","area":"556"} , +{"type":"Feature","id":"n602700498","geometry":{"type":"Point","coordinates":[-0.201308,51.5511802]},"properties":{"@type":"node","@id":602700498,"@timestamp":1262375020},"coords":"51.5511802,-0.201308","bedrooms":"1","price":"224000","area":"501"} , +{"type":"Feature","id":"n602986726","geometry":{"type":"Point","coordinates":[0.4946222,51.4045594]},"properties":{"@type":"node","@id":602986726,"@timestamp":1308154688},"coords":"51.4045594,0.4946222","bedrooms":"3","price":"153000","area":"359"} , +{"type":"Feature","id":"n602986773","geometry":{"type":"Point","coordinates":[0.48907,51.4021071]},"properties":{"@type":"node","@id":602986773,"@timestamp":1262425422},"coords":"51.4021071,0.48907","bedrooms":"1","price":"280000","area":"588"} , +{"type":"Feature","id":"n603089948","geometry":{"type":"Point","coordinates":[-0.1042184,51.4980006]},"properties":{"@type":"node","@id":603089948,"@timestamp":1629829561},"coords":"51.4980006,-0.1042184","bedrooms":"0","price":"293000","area":"526"} , +{"type":"Feature","id":"n603113483","geometry":{"type":"Point","coordinates":[-0.127203,51.513513]},"properties":{"@type":"node","@id":603113483,"@timestamp":1439121451},"coords":"51.513513,-0.127203","bedrooms":"4","price":"156000","area":"519"} , +{"type":"Feature","id":"n603120730","geometry":{"type":"Point","coordinates":[-0.126555,51.515332]},"properties":{"@type":"node","@id":603120730,"@timestamp":1585411467},"coords":"51.515332,-0.126555","bedrooms":"0","price":"217000","area":"685"} , +{"type":"Feature","id":"n603128857","geometry":{"type":"Point","coordinates":[-1.0579497,51.3760125]},"properties":{"@type":"node","@id":603128857,"@timestamp":1262451259},"coords":"51.3760125,-1.0579497","bedrooms":"0","price":"158000","area":"491"} , +{"type":"Feature","id":"n603130942","geometry":{"type":"Point","coordinates":[-0.1248247,51.5113446]},"properties":{"@type":"node","@id":603130942,"@timestamp":1623926722},"coords":"51.5113446,-0.1248247","bedrooms":"0","price":"292000","area":"693"} , +{"type":"Feature","id":"n603166749","geometry":{"type":"Point","coordinates":[0.6826956,51.9304325]},"properties":{"@type":"node","@id":603166749,"@timestamp":1262457875},"coords":"51.9304325,0.6826956","bedrooms":"3","price":"280000","area":"544"} , +{"type":"Feature","id":"n603293641","geometry":{"type":"Point","coordinates":[0.6768892,50.9787272]},"properties":{"@type":"node","@id":603293641,"@timestamp":1528623372},"coords":"50.9787272,0.6768892","bedrooms":"2","price":"244000","area":"369"} , +{"type":"Feature","id":"n603293734","geometry":{"type":"Point","coordinates":[0.696053,51.003193]},"properties":{"@type":"node","@id":603293734,"@timestamp":1265360314},"coords":"51.003193,0.696053","bedrooms":"4","price":"171000","area":"589"} , +{"type":"Feature","id":"n603293933","geometry":{"type":"Point","coordinates":[0.7000873,51.0127678]},"properties":{"@type":"node","@id":603293933,"@timestamp":1262469290},"coords":"51.0127678,0.7000873","bedrooms":"3","price":"299000","area":"590"} , +{"type":"Feature","id":"n603294004","geometry":{"type":"Point","coordinates":[0.7016094,51.0167664]},"properties":{"@type":"node","@id":603294004,"@timestamp":1262469294},"coords":"51.0167664,0.7016094","bedrooms":"0","price":"222000","area":"693"} , +{"type":"Feature","id":"n603294087","geometry":{"type":"Point","coordinates":[0.7346441,50.950542]},"properties":{"@type":"node","@id":603294087,"@timestamp":1589748976},"coords":"50.950542,0.7346441","bedrooms":"4","price":"213000","area":"626"} , +{"type":"Feature","id":"n603650947","geometry":{"type":"Point","coordinates":[-0.774603,51.1150838]},"properties":{"@type":"node","@id":603650947,"@timestamp":1539786985},"coords":"51.1150838,-0.774603","bedrooms":"0","price":"219000","area":"559"} , +{"type":"Feature","id":"n603756842","geometry":{"type":"Point","coordinates":[-0.1463091,51.506235]},"properties":{"@type":"node","@id":603756842,"@timestamp":1553719108},"coords":"51.506235,-0.1463091","bedrooms":"3","price":"244000","area":"443"} , +{"type":"Feature","id":"n603778067","geometry":{"type":"Point","coordinates":[-0.1123413,51.467906]},"properties":{"@type":"node","@id":603778067,"@timestamp":1573781610},"coords":"51.467906,-0.1123413","bedrooms":"2","price":"299000","area":"599"} , +{"type":"Feature","id":"n603798130","geometry":{"type":"Point","coordinates":[-1.0627965,51.4016593]},"properties":{"@type":"node","@id":603798130,"@timestamp":1331333492},"coords":"51.4016593,-1.0627965","bedrooms":"4","price":"208000","area":"484"} , +{"type":"Feature","id":"n603841207","geometry":{"type":"Point","coordinates":[-0.0526047,51.2764345]},"properties":{"@type":"node","@id":603841207,"@timestamp":1629023693},"coords":"51.2764345,-0.0526047","bedrooms":"2","price":"273000","area":"458"} , +{"type":"Feature","id":"n603876099","geometry":{"type":"Point","coordinates":[0.4918227,51.2685486]},"properties":{"@type":"node","@id":603876099,"@timestamp":1608926068},"coords":"51.2685486,0.4918227","bedrooms":"0","price":"280000","area":"665"} , +{"type":"Feature","id":"n603880135","geometry":{"type":"Point","coordinates":[0.497876,51.2702077]},"properties":{"@type":"node","@id":603880135,"@timestamp":1457780930},"coords":"51.2702077,0.497876","bedrooms":"1","price":"178000","area":"566"} , +{"type":"Feature","id":"n603880532","geometry":{"type":"Point","coordinates":[0.488186,51.2681754]},"properties":{"@type":"node","@id":603880532,"@timestamp":1533658261},"coords":"51.2681754,0.488186","bedrooms":"3","price":"262000","area":"685"} , +{"type":"Feature","id":"n604320324","geometry":{"type":"Point","coordinates":[-0.5712543,51.2478158]},"properties":{"@type":"node","@id":604320324,"@timestamp":1628192754},"coords":"51.2478158,-0.5712543","bedrooms":"0","price":"180000","area":"396"} , +{"type":"Feature","id":"n604990789","geometry":{"type":"Point","coordinates":[-0.5510443,51.2037617]},"properties":{"@type":"node","@id":604990789,"@timestamp":1262636594},"coords":"51.2037617,-0.5510443","bedrooms":"0","price":"290000","area":"506"} , +{"type":"Feature","id":"n605393006","geometry":{"type":"Point","coordinates":[-0.093757,51.4894265]},"properties":{"@type":"node","@id":605393006,"@timestamp":1286834327},"coords":"51.4894265,-0.093757","bedrooms":"1","price":"235000","area":"639"} , +{"type":"Feature","id":"n606141387","geometry":{"type":"Point","coordinates":[-0.7155233,51.5181293]},"properties":{"@type":"node","@id":606141387,"@timestamp":1475076357},"coords":"51.5181293,-0.7155233","bedrooms":"3","price":"201000","area":"386"} , +{"type":"Feature","id":"n606181734","geometry":{"type":"Point","coordinates":[-0.206652,51.22182]},"properties":{"@type":"node","@id":606181734,"@timestamp":1584984269},"coords":"51.22182,-0.206652","bedrooms":"4","price":"158000","area":"419"} , +{"type":"Feature","id":"n606256847","geometry":{"type":"Point","coordinates":[0.252779,51.5591089]},"properties":{"@type":"node","@id":606256847,"@timestamp":1619892354},"coords":"51.5591089,0.252779","bedrooms":"2","price":"195000","area":"629"} , +{"type":"Feature","id":"n606321156","geometry":{"type":"Point","coordinates":[-0.165326,51.114989]},"properties":{"@type":"node","@id":606321156,"@timestamp":1262764815},"coords":"51.114989,-0.165326","bedrooms":"2","price":"268000","area":"436"} , +{"type":"Feature","id":"n606932462","geometry":{"type":"Point","coordinates":[-0.317406,51.6255648]},"properties":{"@type":"node","@id":606932462,"@timestamp":1620420477},"coords":"51.6255648,-0.317406","bedrooms":"0","price":"241000","area":"370"} , +{"type":"Feature","id":"n607410676","geometry":{"type":"Point","coordinates":[0.4344852,51.8567266]},"properties":{"@type":"node","@id":607410676,"@timestamp":1320599762},"coords":"51.8567266,0.4344852","bedrooms":"1","price":"202000","area":"671"} , +{"type":"Feature","id":"n608110969","geometry":{"type":"Point","coordinates":[0.4436185,51.8570756]},"properties":{"@type":"node","@id":608110969,"@timestamp":1630150929},"coords":"51.8570756,0.4436185","bedrooms":"1","price":"284000","area":"560"} , +{"type":"Feature","id":"n608445797","geometry":{"type":"Point","coordinates":[0.1483861,51.8149312]},"properties":{"@type":"node","@id":608445797,"@timestamp":1629722888},"coords":"51.8149312,0.1483861","bedrooms":"3","price":"228000","area":"604"} , +{"type":"Feature","id":"n608523668","geometry":{"type":"Point","coordinates":[-1.0625392,51.3783554]},"properties":{"@type":"node","@id":608523668,"@timestamp":1262889949},"coords":"51.3783554,-1.0625392","bedrooms":"0","price":"160000","area":"675"} , +{"type":"Feature","id":"n608592572","geometry":{"type":"Point","coordinates":[0.0092474,51.5683025]},"properties":{"@type":"node","@id":608592572,"@timestamp":1616701003},"coords":"51.5683025,0.0092474","bedrooms":"2","price":"248000","area":"409"} , +{"type":"Feature","id":"n608607225","geometry":{"type":"Point","coordinates":[-0.1083113,51.8610888]},"properties":{"@type":"node","@id":608607225,"@timestamp":1262897459},"coords":"51.8610888,-0.1083113","bedrooms":"1","price":"188000","area":"500"} , +{"type":"Feature","id":"n609158148","geometry":{"type":"Point","coordinates":[-0.7163773,51.5223964]},"properties":{"@type":"node","@id":609158148,"@timestamp":1561796888},"coords":"51.5223964,-0.7163773","bedrooms":"2","price":"251000","area":"609"} , +{"type":"Feature","id":"n609431868","geometry":{"type":"Point","coordinates":[0.0998635,51.3768167]},"properties":{"@type":"node","@id":609431868,"@timestamp":1262972450},"coords":"51.3768167,0.0998635","bedrooms":"3","price":"251000","area":"675"} , +{"type":"Feature","id":"n610201249","geometry":{"type":"Point","coordinates":[-0.885577,51.4228194]},"properties":{"@type":"node","@id":610201249,"@timestamp":1505026135},"coords":"51.4228194,-0.885577","bedrooms":"1","price":"293000","area":"503"} , +{"type":"Feature","id":"n610320192","geometry":{"type":"Point","coordinates":[0.0559527,51.1218374]},"properties":{"@type":"node","@id":610320192,"@timestamp":1626699740},"coords":"51.1218374,0.0559527","bedrooms":"0","price":"283000","area":"652"} , +{"type":"Feature","id":"n610453825","geometry":{"type":"Point","coordinates":[-0.2185442,51.5036303]},"properties":{"@type":"node","@id":610453825,"@timestamp":1630296415},"coords":"51.5036303,-0.2185442","bedrooms":"0","price":"188000","area":"501"} , +{"type":"Feature","id":"n610587519","geometry":{"type":"Point","coordinates":[0.0333774,51.9438707]},"properties":{"@type":"node","@id":610587519,"@timestamp":1286705392},"coords":"51.9438707,0.0333774","bedrooms":"4","price":"255000","area":"671"} , +{"type":"Feature","id":"n610602082","geometry":{"type":"Point","coordinates":[0.0183387,51.8838483]},"properties":{"@type":"node","@id":610602082,"@timestamp":1615745324},"coords":"51.8838483,0.0183387","bedrooms":"4","price":"150000","area":"670"} , +{"type":"Feature","id":"n610841884","geometry":{"type":"Point","coordinates":[-0.0706668,51.4757186]},"properties":{"@type":"node","@id":610841884,"@timestamp":1571534819},"coords":"51.4757186,-0.0706668","bedrooms":"2","price":"186000","area":"624"} , +{"type":"Feature","id":"n610875919","geometry":{"type":"Point","coordinates":[-0.0932471,51.4775051]},"properties":{"@type":"node","@id":610875919,"@timestamp":1569126928},"coords":"51.4775051,-0.0932471","bedrooms":"1","price":"156000","area":"634"} , +{"type":"Feature","id":"n610917333","geometry":{"type":"Point","coordinates":[-0.9358696,51.4232807]},"properties":{"@type":"node","@id":610917333,"@timestamp":1263130763},"coords":"51.4232807,-0.9358696","bedrooms":"4","price":"247000","area":"364"} , +{"type":"Feature","id":"n610949214","geometry":{"type":"Point","coordinates":[0.051544,51.1188818]},"properties":{"@type":"node","@id":610949214,"@timestamp":1626699740},"coords":"51.1188818,0.051544","bedrooms":"3","price":"248000","area":"472"} , +{"type":"Feature","id":"n611024545","geometry":{"type":"Point","coordinates":[-0.1794883,51.5134508]},"properties":{"@type":"node","@id":611024545,"@timestamp":1607283632},"coords":"51.5134508,-0.1794883","bedrooms":"2","price":"201000","area":"532"} , +{"type":"Feature","id":"n611151473","geometry":{"type":"Point","coordinates":[0.0791851,51.6481784]},"properties":{"@type":"node","@id":611151473,"@timestamp":1617958887},"coords":"51.6481784,0.0791851","bedrooms":"1","price":"176000","area":"350"} , +{"type":"Feature","id":"n611360848","geometry":{"type":"Point","coordinates":[0.3651047,51.8704216]},"properties":{"@type":"node","@id":611360848,"@timestamp":1263764382},"coords":"51.8704216,0.3651047","bedrooms":"1","price":"198000","area":"370"} , +{"type":"Feature","id":"n611380126","geometry":{"type":"Point","coordinates":[0.3602558,51.8808628]},"properties":{"@type":"node","@id":611380126,"@timestamp":1263600385},"coords":"51.8808628,0.3602558","bedrooms":"0","price":"271000","area":"531"} , +{"type":"Feature","id":"n611452796","geometry":{"type":"Point","coordinates":[0.3640155,51.8712553]},"properties":{"@type":"node","@id":611452796,"@timestamp":1263171271},"coords":"51.8712553,0.3640155","bedrooms":"4","price":"247000","area":"591"} , +{"type":"Feature","id":"n611763308","geometry":{"type":"Point","coordinates":[-0.1811101,51.5481695]},"properties":{"@type":"node","@id":611763308,"@timestamp":1627644886},"coords":"51.5481695,-0.1811101","bedrooms":"1","price":"219000","area":"365"} , +{"type":"Feature","id":"n611963595","geometry":{"type":"Point","coordinates":[0.01059,51.4095449]},"properties":{"@type":"node","@id":611963595,"@timestamp":1263261580},"coords":"51.4095449,0.01059","bedrooms":"0","price":"179000","area":"673"} , +{"type":"Feature","id":"n612024075","geometry":{"type":"Point","coordinates":[0.0128855,51.4264622]},"properties":{"@type":"node","@id":612024075,"@timestamp":1263281633},"coords":"51.4264622,0.0128855","bedrooms":"2","price":"213000","area":"468"} , +{"type":"Feature","id":"n612965166","geometry":{"type":"Point","coordinates":[0.737011,51.3343537]},"properties":{"@type":"node","@id":612965166,"@timestamp":1276174105},"coords":"51.3343537,0.737011","bedrooms":"4","price":"237000","area":"524"} , +{"type":"Feature","id":"n613100232","geometry":{"type":"Point","coordinates":[0.7357907,51.3398588]},"properties":{"@type":"node","@id":613100232,"@timestamp":1566810007},"coords":"51.3398588,0.7357907","bedrooms":"0","price":"165000","area":"503"} , +{"type":"Feature","id":"n613266145","geometry":{"type":"Point","coordinates":[0.469066,51.3984761]},"properties":{"@type":"node","@id":613266145,"@timestamp":1294920344},"coords":"51.3984761,0.469066","bedrooms":"2","price":"217000","area":"442"} , +{"type":"Feature","id":"n613514378","geometry":{"type":"Point","coordinates":[-0.0867703,51.6030227]},"properties":{"@type":"node","@id":613514378,"@timestamp":1554918809},"coords":"51.6030227,-0.0867703","bedrooms":"1","price":"276000","area":"378"} , +{"type":"Feature","id":"n613702922","geometry":{"type":"Point","coordinates":[-0.0865484,51.6132293]},"properties":{"@type":"node","@id":613702922,"@timestamp":1554918809},"coords":"51.6132293,-0.0865484","bedrooms":"1","price":"163000","area":"540"} , +{"type":"Feature","id":"n613900062","geometry":{"type":"Point","coordinates":[0.1255547,51.4138287]},"properties":{"@type":"node","@id":613900062,"@timestamp":1552552009},"coords":"51.4138287,0.1255547","bedrooms":"3","price":"264000","area":"661"} , +{"type":"Feature","id":"n614106999","geometry":{"type":"Point","coordinates":[-0.0616836,51.4672358]},"properties":{"@type":"node","@id":614106999,"@timestamp":1290164889},"coords":"51.4672358,-0.0616836","bedrooms":"3","price":"239000","area":"397"} , +{"type":"Feature","id":"n614217744","geometry":{"type":"Point","coordinates":[-0.069795,51.4735263]},"properties":{"@type":"node","@id":614217744,"@timestamp":1614024068},"coords":"51.4735263,-0.069795","bedrooms":"3","price":"236000","area":"639"} , +{"type":"Feature","id":"n614515926","geometry":{"type":"Point","coordinates":[0.457653,51.4109853]},"properties":{"@type":"node","@id":614515926,"@timestamp":1263610847},"coords":"51.4109853,0.457653","bedrooms":"4","price":"246000","area":"585"} , +{"type":"Feature","id":"n614686176","geometry":{"type":"Point","coordinates":[-0.1016564,51.5043535]},"properties":{"@type":"node","@id":614686176,"@timestamp":1630358371},"coords":"51.5043535,-0.1016564","bedrooms":"0","price":"165000","area":"590"} , +{"type":"Feature","id":"n615005333","geometry":{"type":"Point","coordinates":[-0.1836254,51.9288182]},"properties":{"@type":"node","@id":615005333,"@timestamp":1611413982},"coords":"51.9288182,-0.1836254","bedrooms":"0","price":"255000","area":"597"} , +{"type":"Feature","id":"n615038557","geometry":{"type":"Point","coordinates":[0.1178846,51.4029761]},"properties":{"@type":"node","@id":615038557,"@timestamp":1406238076},"coords":"51.4029761,0.1178846","bedrooms":"4","price":"295000","area":"565"} , +{"type":"Feature","id":"n615144981","geometry":{"type":"Point","coordinates":[-0.0031768,51.5972364]},"properties":{"@type":"node","@id":615144981,"@timestamp":1481092907},"coords":"51.5972364,-0.0031768","bedrooms":"1","price":"206000","area":"406"} , +{"type":"Feature","id":"n615554000","geometry":{"type":"Point","coordinates":[-0.655764,51.1954541]},"properties":{"@type":"node","@id":615554000,"@timestamp":1263741197},"coords":"51.1954541,-0.655764","bedrooms":"3","price":"160000","area":"664"} , +{"type":"Feature","id":"n615611293","geometry":{"type":"Point","coordinates":[-0.2375395,51.9776538]},"properties":{"@type":"node","@id":615611293,"@timestamp":1341758627},"coords":"51.9776538,-0.2375395","bedrooms":"1","price":"186000","area":"353"} , +{"type":"Feature","id":"n615711677","geometry":{"type":"Point","coordinates":[0.3406053,51.2632731]},"properties":{"@type":"node","@id":615711677,"@timestamp":1264001684},"coords":"51.2632731,0.3406053","bedrooms":"4","price":"222000","area":"522"} , +{"type":"Feature","id":"n615819789","geometry":{"type":"Point","coordinates":[0.0225062,51.0983788]},"properties":{"@type":"node","@id":615819789,"@timestamp":1525904080},"coords":"51.0983788,0.0225062","bedrooms":"2","price":"214000","area":"491"} , +{"type":"Feature","id":"n615841789","geometry":{"type":"Point","coordinates":[0.0015529,51.0889758]},"properties":{"@type":"node","@id":615841789,"@timestamp":1616520032},"coords":"51.0889758,0.0015529","bedrooms":"0","price":"182000","area":"352"} , +{"type":"Feature","id":"n615950378","geometry":{"type":"Point","coordinates":[-0.7234026,51.5216548]},"properties":{"@type":"node","@id":615950378,"@timestamp":1507139443},"coords":"51.5216548,-0.7234026","bedrooms":"3","price":"259000","area":"392"} , +{"type":"Feature","id":"n616342667","geometry":{"type":"Point","coordinates":[0.3320072,51.2792585]},"properties":{"@type":"node","@id":616342667,"@timestamp":1264347943},"coords":"51.2792585,0.3320072","bedrooms":"2","price":"253000","area":"472"} , +{"type":"Feature","id":"n616349490","geometry":{"type":"Point","coordinates":[-0.318664,51.4981448]},"properties":{"@type":"node","@id":616349490,"@timestamp":1612396186},"coords":"51.4981448,-0.318664","bedrooms":"0","price":"237000","area":"630"} , +{"type":"Feature","id":"n616349523","geometry":{"type":"Point","coordinates":[-0.3159507,51.4986702]},"properties":{"@type":"node","@id":616349523,"@timestamp":1612396186},"coords":"51.4986702,-0.3159507","bedrooms":"1","price":"188000","area":"442"} , +{"type":"Feature","id":"n616349575","geometry":{"type":"Point","coordinates":[-0.323402,51.4960081]},"properties":{"@type":"node","@id":616349575,"@timestamp":1612396186},"coords":"51.4960081,-0.323402","bedrooms":"3","price":"232000","area":"589"} , +{"type":"Feature","id":"n616385959","geometry":{"type":"Point","coordinates":[0.0684696,51.6047529]},"properties":{"@type":"node","@id":616385959,"@timestamp":1263843936},"coords":"51.6047529,0.0684696","bedrooms":"4","price":"298000","area":"406"} , +{"type":"Feature","id":"n616678070","geometry":{"type":"Point","coordinates":[-0.8564895,51.4802663]},"properties":{"@type":"node","@id":616678070,"@timestamp":1263907385},"coords":"51.4802663,-0.8564895","bedrooms":"2","price":"292000","area":"563"} , +{"type":"Feature","id":"n616703194","geometry":{"type":"Point","coordinates":[-0.2128224,51.8128539]},"properties":{"@type":"node","@id":616703194,"@timestamp":1263912634},"coords":"51.8128539,-0.2128224","bedrooms":"1","price":"210000","area":"534"} , +{"type":"Feature","id":"n616749735","geometry":{"type":"Point","coordinates":[-1.087479,51.2645897]},"properties":{"@type":"node","@id":616749735,"@timestamp":1265971297},"coords":"51.2645897,-1.087479","bedrooms":"0","price":"281000","area":"388"} , +{"type":"Feature","id":"n616775691","geometry":{"type":"Point","coordinates":[-0.7159422,51.5191134]},"properties":{"@type":"node","@id":616775691,"@timestamp":1263936224},"coords":"51.5191134,-0.7159422","bedrooms":"4","price":"223000","area":"414"} , +{"type":"Feature","id":"n616821113","geometry":{"type":"Point","coordinates":[-1.0105778,50.9424884]},"properties":{"@type":"node","@id":616821113,"@timestamp":1263933617},"coords":"50.9424884,-1.0105778","bedrooms":"1","price":"241000","area":"392"} , +{"type":"Feature","id":"n616878021","geometry":{"type":"Point","coordinates":[-0.7202578,51.5257706]},"properties":{"@type":"node","@id":616878021,"@timestamp":1567121382},"coords":"51.5257706,-0.7202578","bedrooms":"3","price":"193000","area":"601"} , +{"type":"Feature","id":"n616879715","geometry":{"type":"Point","coordinates":[-1.0868029,51.2645125]},"properties":{"@type":"node","@id":616879715,"@timestamp":1574277840},"coords":"51.2645125,-1.0868029","bedrooms":"1","price":"223000","area":"367"} , +{"type":"Feature","id":"n616882660","geometry":{"type":"Point","coordinates":[-1.0869129,51.2647324]},"properties":{"@type":"node","@id":616882660,"@timestamp":1628085643},"coords":"51.2647324,-1.0869129","bedrooms":"3","price":"246000","area":"632"} , +{"type":"Feature","id":"n617004059","geometry":{"type":"Point","coordinates":[-1.0851322,51.2649004]},"properties":{"@type":"node","@id":617004059,"@timestamp":1629497616},"coords":"51.2649004,-1.0851322","bedrooms":"2","price":"262000","area":"694"} , +{"type":"Feature","id":"n617344978","geometry":{"type":"Point","coordinates":[-0.193129,51.552099]},"properties":{"@type":"node","@id":617344978,"@timestamp":1264023158},"coords":"51.552099,-0.193129","bedrooms":"0","price":"213000","area":"425"} , +{"type":"Feature","id":"n617680516","geometry":{"type":"Point","coordinates":[-0.0854067,51.5203262]},"properties":{"@type":"node","@id":617680516,"@timestamp":1633694741},"coords":"51.5203262,-0.0854067","bedrooms":"4","price":"205000","area":"366"} , +{"type":"Feature","id":"n617806302","geometry":{"type":"Point","coordinates":[-0.1566869,51.1136692]},"properties":{"@type":"node","@id":617806302,"@timestamp":1290164899},"coords":"51.1136692,-0.1566869","bedrooms":"1","price":"197000","area":"555"} , +{"type":"Feature","id":"n617849434","geometry":{"type":"Point","coordinates":[-0.2112102,51.8290169]},"properties":{"@type":"node","@id":617849434,"@timestamp":1399826641},"coords":"51.8290169,-0.2112102","bedrooms":"4","price":"267000","area":"517"} , +{"type":"Feature","id":"n618161300","geometry":{"type":"Point","coordinates":[0.4331279,51.2868886]},"properties":{"@type":"node","@id":618161300,"@timestamp":1416436611},"coords":"51.2868886,0.4331279","bedrooms":"4","price":"178000","area":"699"} , +{"type":"Feature","id":"n618311730","geometry":{"type":"Point","coordinates":[-0.1972444,51.736059]},"properties":{"@type":"node","@id":618311730,"@timestamp":1599400034},"coords":"51.736059,-0.1972444","bedrooms":"3","price":"204000","area":"549"} , +{"type":"Feature","id":"n618312401","geometry":{"type":"Point","coordinates":[-0.172081,51.7344175]},"properties":{"@type":"node","@id":618312401,"@timestamp":1264191134},"coords":"51.7344175,-0.172081","bedrooms":"2","price":"169000","area":"430"} , +{"type":"Feature","id":"n618316177","geometry":{"type":"Point","coordinates":[-0.1411819,51.7290352]},"properties":{"@type":"node","@id":618316177,"@timestamp":1264191420},"coords":"51.7290352,-0.1411819","bedrooms":"2","price":"225000","area":"529"} , +{"type":"Feature","id":"n618348889","geometry":{"type":"Point","coordinates":[-0.0670932,51.5367845]},"properties":{"@type":"node","@id":618348889,"@timestamp":1510286595},"coords":"51.5367845,-0.0670932","bedrooms":"0","price":"214000","area":"596"} , +{"type":"Feature","id":"n618396077","geometry":{"type":"Point","coordinates":[-0.0593864,51.5374147]},"properties":{"@type":"node","@id":618396077,"@timestamp":1617893630},"coords":"51.5374147,-0.0593864","bedrooms":"3","price":"268000","area":"398"} , +{"type":"Feature","id":"n618594320","geometry":{"type":"Point","coordinates":[-0.2031291,51.7817091]},"properties":{"@type":"node","@id":618594320,"@timestamp":1264243800},"coords":"51.7817091,-0.2031291","bedrooms":"2","price":"156000","area":"432"} , +{"type":"Feature","id":"n618596046","geometry":{"type":"Point","coordinates":[-0.2102745,51.7873904]},"properties":{"@type":"node","@id":618596046,"@timestamp":1437315000},"coords":"51.7873904,-0.2102745","bedrooms":"4","price":"188000","area":"438"} , +{"type":"Feature","id":"n618599344","geometry":{"type":"Point","coordinates":[-0.1788605,51.765431]},"properties":{"@type":"node","@id":618599344,"@timestamp":1264244331},"coords":"51.765431,-0.1788605","bedrooms":"4","price":"237000","area":"518"} , +{"type":"Feature","id":"n618602429","geometry":{"type":"Point","coordinates":[-0.1803518,51.7448559]},"properties":{"@type":"node","@id":618602429,"@timestamp":1264245065},"coords":"51.7448559,-0.1803518","bedrooms":"0","price":"265000","area":"459"} , +{"type":"Feature","id":"n618653277","geometry":{"type":"Point","coordinates":[-0.1050582,51.5347166]},"properties":{"@type":"node","@id":618653277,"@timestamp":1601044665},"coords":"51.5347166,-0.1050582","bedrooms":"3","price":"293000","area":"600"} , +{"type":"Feature","id":"n618673683","geometry":{"type":"Point","coordinates":[-0.5203131,51.5429215]},"properties":{"@type":"node","@id":618673683,"@timestamp":1264254773},"coords":"51.5429215,-0.5203131","bedrooms":"4","price":"152000","area":"407"} , +{"type":"Feature","id":"n618733281","geometry":{"type":"Point","coordinates":[-0.877704,51.4874542]},"properties":{"@type":"node","@id":618733281,"@timestamp":1264599146},"coords":"51.4874542,-0.877704","bedrooms":"1","price":"160000","area":"584"} , +{"type":"Feature","id":"n618740023","geometry":{"type":"Point","coordinates":[0.0218427,51.5054432]},"properties":{"@type":"node","@id":618740023,"@timestamp":1588075971},"coords":"51.5054432,0.0218427","bedrooms":"1","price":"187000","area":"554"} , +{"type":"Feature","id":"n618754263","geometry":{"type":"Point","coordinates":[-0.0758207,51.72895]},"properties":{"@type":"node","@id":618754263,"@timestamp":1264263575},"coords":"51.72895,-0.0758207","bedrooms":"1","price":"284000","area":"566"} , +{"type":"Feature","id":"n618764415","geometry":{"type":"Point","coordinates":[-1.1029154,51.9300352]},"properties":{"@type":"node","@id":618764415,"@timestamp":1289307968},"coords":"51.9300352,-1.1029154","bedrooms":"0","price":"247000","area":"601"} , +{"type":"Feature","id":"n618764509","geometry":{"type":"Point","coordinates":[-1.0938844,51.9287786]},"properties":{"@type":"node","@id":618764509,"@timestamp":1289307970},"coords":"51.9287786,-1.0938844","bedrooms":"3","price":"209000","area":"544"} , +{"type":"Feature","id":"n618784656","geometry":{"type":"Point","coordinates":[-0.4977121,51.8856]},"properties":{"@type":"node","@id":618784656,"@timestamp":1264267231},"coords":"51.8856,-0.4977121","bedrooms":"3","price":"283000","area":"686"} , +{"type":"Feature","id":"n618797730","geometry":{"type":"Point","coordinates":[0.5817205,51.2734516]},"properties":{"@type":"node","@id":618797730,"@timestamp":1543944499},"coords":"51.2734516,0.5817205","bedrooms":"4","price":"271000","area":"387"} , +{"type":"Feature","id":"n618832492","geometry":{"type":"Point","coordinates":[-0.7031111,51.5275528]},"properties":{"@type":"node","@id":618832492,"@timestamp":1543100110},"coords":"51.5275528,-0.7031111","bedrooms":"0","price":"248000","area":"599"} , +{"type":"Feature","id":"n618887493","geometry":{"type":"Point","coordinates":[-1.0863313,51.2637122]},"properties":{"@type":"node","@id":618887493,"@timestamp":1414706914},"coords":"51.2637122,-1.0863313","bedrooms":"3","price":"176000","area":"608"} , +{"type":"Feature","id":"n618912099","geometry":{"type":"Point","coordinates":[0.6710327,51.7196051]},"properties":{"@type":"node","@id":618912099,"@timestamp":1333551199},"coords":"51.7196051,0.6710327","bedrooms":"1","price":"214000","area":"564"} , +{"type":"Feature","id":"n618954476","geometry":{"type":"Point","coordinates":[-0.0427545,51.5385839]},"properties":{"@type":"node","@id":618954476,"@timestamp":1529970366},"coords":"51.5385839,-0.0427545","bedrooms":"3","price":"176000","area":"613"} , +{"type":"Feature","id":"n619058391","geometry":{"type":"Point","coordinates":[0.4144834,51.4032301]},"properties":{"@type":"node","@id":619058391,"@timestamp":1264314866},"coords":"51.4032301,0.4144834","bedrooms":"3","price":"268000","area":"682"} , +{"type":"Feature","id":"n619067889","geometry":{"type":"Point","coordinates":[0.4114131,51.4094141]},"properties":{"@type":"node","@id":619067889,"@timestamp":1264316318},"coords":"51.4094141,0.4114131","bedrooms":"2","price":"282000","area":"439"} , +{"type":"Feature","id":"n619234470","geometry":{"type":"Point","coordinates":[-0.5133605,51.874034]},"properties":{"@type":"node","@id":619234470,"@timestamp":1622970515},"coords":"51.874034,-0.5133605","bedrooms":"4","price":"169000","area":"526"} , +{"type":"Feature","id":"n619234503","geometry":{"type":"Point","coordinates":[-0.513187,51.8722431]},"properties":{"@type":"node","@id":619234503,"@timestamp":1264343928},"coords":"51.8722431,-0.513187","bedrooms":"0","price":"262000","area":"613"} , +{"type":"Feature","id":"n619234687","geometry":{"type":"Point","coordinates":[-0.5145664,51.8764539]},"properties":{"@type":"node","@id":619234687,"@timestamp":1594804624},"coords":"51.8764539,-0.5145664","bedrooms":"1","price":"288000","area":"531"} , +{"type":"Feature","id":"n619311918","geometry":{"type":"Point","coordinates":[0.0519443,51.1000811]},"properties":{"@type":"node","@id":619311918,"@timestamp":1513505376},"coords":"51.1000811,0.0519443","bedrooms":"2","price":"163000","area":"496"} , +{"type":"Feature","id":"n619380210","geometry":{"type":"Point","coordinates":[-0.7042855,51.6991188]},"properties":{"@type":"node","@id":619380210,"@timestamp":1575534745},"coords":"51.6991188,-0.7042855","bedrooms":"3","price":"285000","area":"506"} , +{"type":"Feature","id":"n619395970","geometry":{"type":"Point","coordinates":[-0.5153943,51.5373058]},"properties":{"@type":"node","@id":619395970,"@timestamp":1618068598},"coords":"51.5373058,-0.5153943","bedrooms":"2","price":"177000","area":"588"} , +{"type":"Feature","id":"n619448776","geometry":{"type":"Point","coordinates":[-0.8705076,51.4893075]},"properties":{"@type":"node","@id":619448776,"@timestamp":1343601708},"coords":"51.4893075,-0.8705076","bedrooms":"2","price":"247000","area":"362"} , +{"type":"Feature","id":"n619473877","geometry":{"type":"Point","coordinates":[-0.5008998,51.20654]},"properties":{"@type":"node","@id":619473877,"@timestamp":1264365883},"coords":"51.20654,-0.5008998","bedrooms":"1","price":"256000","area":"591"} , +{"type":"Feature","id":"n619491810","geometry":{"type":"Point","coordinates":[-0.503292,51.5542817]},"properties":{"@type":"node","@id":619491810,"@timestamp":1355009298},"coords":"51.5542817,-0.503292","bedrooms":"4","price":"230000","area":"359"} , +{"type":"Feature","id":"n619541246","geometry":{"type":"Point","coordinates":[-0.531133,51.5447498]},"properties":{"@type":"node","@id":619541246,"@timestamp":1627220384},"coords":"51.5447498,-0.531133","bedrooms":"0","price":"182000","area":"572"} , +{"type":"Feature","id":"n619549467","geometry":{"type":"Point","coordinates":[-1.4751004,51.3066454]},"properties":{"@type":"node","@id":619549467,"@timestamp":1300567082},"coords":"51.3066454,-1.4751004","bedrooms":"1","price":"173000","area":"527"} , +{"type":"Feature","id":"n619549481","geometry":{"type":"Point","coordinates":[-1.5430617,51.330819]},"properties":{"@type":"node","@id":619549481,"@timestamp":1300567099},"coords":"51.330819,-1.5430617","bedrooms":"3","price":"243000","area":"515"} , +{"type":"Feature","id":"n619985810","geometry":{"type":"Point","coordinates":[-0.7457119,51.5117204]},"properties":{"@type":"node","@id":619985810,"@timestamp":1609792690},"coords":"51.5117204,-0.7457119","bedrooms":"2","price":"182000","area":"568"} , +{"type":"Feature","id":"n620101277","geometry":{"type":"Point","coordinates":[0.5047573,51.3717976]},"properties":{"@type":"node","@id":620101277,"@timestamp":1400049370},"coords":"51.3717976,0.5047573","bedrooms":"1","price":"187000","area":"573"} , +{"type":"Feature","id":"n620389022","geometry":{"type":"Point","coordinates":[-0.1171229,51.5798868]},"properties":{"@type":"node","@id":620389022,"@timestamp":1564912857},"coords":"51.5798868,-0.1171229","bedrooms":"2","price":"247000","area":"502"} , +{"type":"Feature","id":"n620762614","geometry":{"type":"Point","coordinates":[-0.6544652,51.8809205]},"properties":{"@type":"node","@id":620762614,"@timestamp":1264524158},"coords":"51.8809205,-0.6544652","bedrooms":"3","price":"249000","area":"417"} , +{"type":"Feature","id":"n620780571","geometry":{"type":"Point","coordinates":[-0.6409171,51.8766062]},"properties":{"@type":"node","@id":620780571,"@timestamp":1614665139},"coords":"51.8766062,-0.6409171","bedrooms":"3","price":"227000","area":"400"} , +{"type":"Feature","id":"n620811786","geometry":{"type":"Point","coordinates":[-0.1491662,51.5711003]},"properties":{"@type":"node","@id":620811786,"@timestamp":1510753745},"coords":"51.5711003,-0.1491662","bedrooms":"1","price":"240000","area":"619"} , +{"type":"Feature","id":"n620855668","geometry":{"type":"Point","coordinates":[-0.1727782,51.5846981]},"properties":{"@type":"node","@id":620855668,"@timestamp":1622386503},"coords":"51.5846981,-0.1727782","bedrooms":"3","price":"150000","area":"620"} , +{"type":"Feature","id":"n621185172","geometry":{"type":"Point","coordinates":[-0.1083546,51.5196355]},"properties":{"@type":"node","@id":621185172,"@timestamp":1569588242},"coords":"51.5196355,-0.1083546","bedrooms":"1","price":"189000","area":"548"} , +{"type":"Feature","id":"n621185189","geometry":{"type":"Point","coordinates":[-0.1088769,51.521416]},"properties":{"@type":"node","@id":621185189,"@timestamp":1264597866},"coords":"51.521416,-0.1088769","bedrooms":"3","price":"167000","area":"415"} , +{"type":"Feature","id":"n621185209","geometry":{"type":"Point","coordinates":[-0.1093162,51.5218509]},"properties":{"@type":"node","@id":621185209,"@timestamp":1596487893},"coords":"51.5218509,-0.1093162","bedrooms":"1","price":"257000","area":"602"} , +{"type":"Feature","id":"n621238745","geometry":{"type":"Point","coordinates":[-0.1080874,51.5183409]},"properties":{"@type":"node","@id":621238745,"@timestamp":1264606305},"coords":"51.5183409,-0.1080874","bedrooms":"2","price":"291000","area":"389"} , +{"type":"Feature","id":"n621392723","geometry":{"type":"Point","coordinates":[-0.1639295,51.5894735]},"properties":{"@type":"node","@id":621392723,"@timestamp":1607005965},"coords":"51.5894735,-0.1639295","bedrooms":"0","price":"221000","area":"677"} , +{"type":"Feature","id":"n621467339","geometry":{"type":"Point","coordinates":[0.6744311,51.720158]},"properties":{"@type":"node","@id":621467339,"@timestamp":1341917179},"coords":"51.720158,0.6744311","bedrooms":"1","price":"226000","area":"440"} , +{"type":"Feature","id":"n621485908","geometry":{"type":"Point","coordinates":[0.4123269,51.8610088]},"properties":{"@type":"node","@id":621485908,"@timestamp":1622042920},"coords":"51.8610088,0.4123269","bedrooms":"2","price":"153000","area":"543"} , +{"type":"Feature","id":"n621527741","geometry":{"type":"Point","coordinates":[0.3852086,51.8531694]},"properties":{"@type":"node","@id":621527741,"@timestamp":1305483540},"coords":"51.8531694,0.3852086","bedrooms":"0","price":"197000","area":"459"} , +{"type":"Feature","id":"n621906462","geometry":{"type":"Point","coordinates":[0.6852659,51.7214237]},"properties":{"@type":"node","@id":621906462,"@timestamp":1333724007},"coords":"51.7214237,0.6852659","bedrooms":"1","price":"229000","area":"350"} , +{"type":"Feature","id":"n622031340","geometry":{"type":"Point","coordinates":[-0.1507204,51.5954963]},"properties":{"@type":"node","@id":622031340,"@timestamp":1623274426},"coords":"51.5954963,-0.1507204","bedrooms":"4","price":"249000","area":"353"} , +{"type":"Feature","id":"n622120830","geometry":{"type":"Point","coordinates":[0.6241752,51.7116161]},"properties":{"@type":"node","@id":622120830,"@timestamp":1300293467},"coords":"51.7116161,0.6241752","bedrooms":"1","price":"268000","area":"484"} , +{"type":"Feature","id":"n622367487","geometry":{"type":"Point","coordinates":[-0.73345,51.5370453]},"properties":{"@type":"node","@id":622367487,"@timestamp":1264772530},"coords":"51.5370453,-0.73345","bedrooms":"3","price":"243000","area":"508"} , +{"type":"Feature","id":"n622416731","geometry":{"type":"Point","coordinates":[-0.7023408,51.543192]},"properties":{"@type":"node","@id":622416731,"@timestamp":1609912951},"coords":"51.543192,-0.7023408","bedrooms":"0","price":"271000","area":"487"} , +{"type":"Feature","id":"n622538518","geometry":{"type":"Point","coordinates":[-0.146556,51.5064791]},"properties":{"@type":"node","@id":622538518,"@timestamp":1543944505},"coords":"51.5064791,-0.146556","bedrooms":"4","price":"275000","area":"434"} , +{"type":"Feature","id":"n622596449","geometry":{"type":"Point","coordinates":[0.6653733,51.726112]},"properties":{"@type":"node","@id":622596449,"@timestamp":1620128126},"coords":"51.726112,0.6653733","bedrooms":"1","price":"241000","area":"353"} , +{"type":"Feature","id":"n623146127","geometry":{"type":"Point","coordinates":[-0.0444639,51.4612535]},"properties":{"@type":"node","@id":623146127,"@timestamp":1313393344},"coords":"51.4612535,-0.0444639","bedrooms":"1","price":"152000","area":"686"} , +{"type":"Feature","id":"n623271070","geometry":{"type":"Point","coordinates":[-0.1462036,51.5063794]},"properties":{"@type":"node","@id":623271070,"@timestamp":1603508155},"coords":"51.5063794,-0.1462036","bedrooms":"1","price":"165000","area":"489"} , +{"type":"Feature","id":"n623323311","geometry":{"type":"Point","coordinates":[-0.5059827,51.8746973]},"properties":{"@type":"node","@id":623323311,"@timestamp":1594804624},"coords":"51.8746973,-0.5059827","bedrooms":"1","price":"200000","area":"625"} , +{"type":"Feature","id":"n623406151","geometry":{"type":"Point","coordinates":[-0.1427645,51.5157047]},"properties":{"@type":"node","@id":623406151,"@timestamp":1561470181},"coords":"51.5157047,-0.1427645","bedrooms":"0","price":"154000","area":"489"} , +{"type":"Feature","id":"n623501897","geometry":{"type":"Point","coordinates":[0.6305482,51.2608542]},"properties":{"@type":"node","@id":623501897,"@timestamp":1566518634},"coords":"51.2608542,0.6305482","bedrooms":"3","price":"295000","area":"472"} , +{"type":"Feature","id":"n623570497","geometry":{"type":"Point","coordinates":[0.6236419,51.2631226]},"properties":{"@type":"node","@id":623570497,"@timestamp":1593608532},"coords":"51.2631226,0.6236419","bedrooms":"2","price":"231000","area":"659"} , +{"type":"Feature","id":"n623570549","geometry":{"type":"Point","coordinates":[0.6327147,51.2630369]},"properties":{"@type":"node","@id":623570549,"@timestamp":1617187505},"coords":"51.2630369,0.6327147","bedrooms":"3","price":"242000","area":"513"} , +{"type":"Feature","id":"n623570628","geometry":{"type":"Point","coordinates":[0.6374425,51.2716533]},"properties":{"@type":"node","@id":623570628,"@timestamp":1264881494},"coords":"51.2716533,0.6374425","bedrooms":"3","price":"291000","area":"410"} , +{"type":"Feature","id":"n623622339","geometry":{"type":"Point","coordinates":[-0.7291605,51.5184879]},"properties":{"@type":"node","@id":623622339,"@timestamp":1264884939},"coords":"51.5184879,-0.7291605","bedrooms":"1","price":"283000","area":"416"} , +{"type":"Feature","id":"n623624836","geometry":{"type":"Point","coordinates":[-0.7282727,51.5187441]},"properties":{"@type":"node","@id":623624836,"@timestamp":1543100111},"coords":"51.5187441,-0.7282727","bedrooms":"4","price":"247000","area":"543"} , +{"type":"Feature","id":"n623899477","geometry":{"type":"Point","coordinates":[-0.2128903,51.576438]},"properties":{"@type":"node","@id":623899477,"@timestamp":1556137728},"coords":"51.576438,-0.2128903","bedrooms":"2","price":"272000","area":"386"} , +{"type":"Feature","id":"n623967728","geometry":{"type":"Point","coordinates":[-0.2187183,51.2342896]},"properties":{"@type":"node","@id":623967728,"@timestamp":1515157572},"coords":"51.2342896,-0.2187183","bedrooms":"1","price":"173000","area":"552"} , +{"type":"Feature","id":"n624037673","geometry":{"type":"Point","coordinates":[-0.1298749,51.5121627]},"properties":{"@type":"node","@id":624037673,"@timestamp":1634389781},"coords":"51.5121627,-0.1298749","bedrooms":"2","price":"171000","area":"643"} , +{"type":"Feature","id":"n624055411","geometry":{"type":"Point","coordinates":[-0.1323648,51.5115503]},"properties":{"@type":"node","@id":624055411,"@timestamp":1624757944},"coords":"51.5115503,-0.1323648","bedrooms":"1","price":"256000","area":"614"} , +{"type":"Feature","id":"n624066933","geometry":{"type":"Point","coordinates":[-0.099827,51.542446]},"properties":{"@type":"node","@id":624066933,"@timestamp":1625851715},"coords":"51.542446,-0.099827","bedrooms":"2","price":"248000","area":"682"} , +{"type":"Feature","id":"n624177376","geometry":{"type":"Point","coordinates":[-0.6372247,51.1241145]},"properties":{"@type":"node","@id":624177376,"@timestamp":1264953599},"coords":"51.1241145,-0.6372247","bedrooms":"2","price":"166000","area":"568"} , +{"type":"Feature","id":"n624184583","geometry":{"type":"Point","coordinates":[-0.5304964,51.8701019]},"properties":{"@type":"node","@id":624184583,"@timestamp":1264954268},"coords":"51.8701019,-0.5304964","bedrooms":"3","price":"193000","area":"649"} , +{"type":"Feature","id":"n624205470","geometry":{"type":"Point","coordinates":[-0.3005362,51.7774313]},"properties":{"@type":"node","@id":624205470,"@timestamp":1365456542},"coords":"51.7774313,-0.3005362","bedrooms":"4","price":"213000","area":"450"} , +{"type":"Feature","id":"n624233881","geometry":{"type":"Point","coordinates":[-0.7390829,51.523077]},"properties":{"@type":"node","@id":624233881,"@timestamp":1434020689},"coords":"51.523077,-0.7390829","bedrooms":"4","price":"284000","area":"601"} , +{"type":"Feature","id":"n624282897","geometry":{"type":"Point","coordinates":[-0.3518873,51.7503671]},"properties":{"@type":"node","@id":624282897,"@timestamp":1290164911},"coords":"51.7503671,-0.3518873","bedrooms":"3","price":"280000","area":"371"} , +{"type":"Feature","id":"n624283625","geometry":{"type":"Point","coordinates":[-0.3520912,51.7512305]},"properties":{"@type":"node","@id":624283625,"@timestamp":1290164963},"coords":"51.7512305,-0.3520912","bedrooms":"2","price":"297000","area":"385"} , +{"type":"Feature","id":"n624363251","geometry":{"type":"Point","coordinates":[-0.7277369,51.5213876]},"properties":{"@type":"node","@id":624363251,"@timestamp":1543100112},"coords":"51.5213876,-0.7277369","bedrooms":"0","price":"223000","area":"420"} , +{"type":"Feature","id":"n624488170","geometry":{"type":"Point","coordinates":[-0.7204246,51.5202974]},"properties":{"@type":"node","@id":624488170,"@timestamp":1265999028},"coords":"51.5202974,-0.7204246","bedrooms":"1","price":"190000","area":"529"} , +{"type":"Feature","id":"n624501317","geometry":{"type":"Point","coordinates":[0.6671369,51.2438708]},"properties":{"@type":"node","@id":624501317,"@timestamp":1543944517},"coords":"51.2438708,0.6671369","bedrooms":"3","price":"243000","area":"431"} , +{"type":"Feature","id":"n624501485","geometry":{"type":"Point","coordinates":[0.6779044,51.2406054]},"properties":{"@type":"node","@id":624501485,"@timestamp":1264965262},"coords":"51.2406054,0.6779044","bedrooms":"1","price":"290000","area":"612"} , +{"type":"Feature","id":"n624518348","geometry":{"type":"Point","coordinates":[0.674615,51.2422575]},"properties":{"@type":"node","@id":624518348,"@timestamp":1264966461},"coords":"51.2422575,0.674615","bedrooms":"1","price":"203000","area":"481"} , +{"type":"Feature","id":"n624528074","geometry":{"type":"Point","coordinates":[0.728011,51.237378]},"properties":{"@type":"node","@id":624528074,"@timestamp":1264967334},"coords":"51.237378,0.728011","bedrooms":"0","price":"153000","area":"547"} , +{"type":"Feature","id":"n624692259","geometry":{"type":"Point","coordinates":[0.497136,51.3987419]},"properties":{"@type":"node","@id":624692259,"@timestamp":1543944519},"coords":"51.3987419,0.497136","bedrooms":"0","price":"255000","area":"466"} , +{"type":"Feature","id":"n624714308","geometry":{"type":"Point","coordinates":[-0.0816102,51.7999278]},"properties":{"@type":"node","@id":624714308,"@timestamp":1594559150},"coords":"51.7999278,-0.0816102","bedrooms":"2","price":"280000","area":"553"} , +{"type":"Feature","id":"n625356222","geometry":{"type":"Point","coordinates":[0.9122919,51.3281298]},"properties":{"@type":"node","@id":625356222,"@timestamp":1626341536},"coords":"51.3281298,0.9122919","bedrooms":"1","price":"160000","area":"608"} , +{"type":"Feature","id":"n625968203","geometry":{"type":"Point","coordinates":[0.3210785,51.447095]},"properties":{"@type":"node","@id":625968203,"@timestamp":1588780275},"coords":"51.447095,0.3210785","bedrooms":"4","price":"156000","area":"584"} , +{"type":"Feature","id":"n626487747","geometry":{"type":"Point","coordinates":[-0.7343134,51.4091787]},"properties":{"@type":"node","@id":626487747,"@timestamp":1265149641},"coords":"51.4091787,-0.7343134","bedrooms":"4","price":"291000","area":"523"} , +{"type":"Feature","id":"n626572081","geometry":{"type":"Point","coordinates":[0.0456319,51.4364191]},"properties":{"@type":"node","@id":626572081,"@timestamp":1616371571},"coords":"51.4364191,0.0456319","bedrooms":"3","price":"168000","area":"637"} , +{"type":"Feature","id":"n626771367","geometry":{"type":"Point","coordinates":[-0.1854463,51.1128591]},"properties":{"@type":"node","@id":626771367,"@timestamp":1625493202},"coords":"51.1128591,-0.1854463","bedrooms":"1","price":"158000","area":"548"} , +{"type":"Feature","id":"n627046058","geometry":{"type":"Point","coordinates":[-0.7317446,51.4076601]},"properties":{"@type":"node","@id":627046058,"@timestamp":1265149642},"coords":"51.4076601,-0.7317446","bedrooms":"3","price":"150000","area":"496"} , +{"type":"Feature","id":"n627573888","geometry":{"type":"Point","coordinates":[-0.7323552,51.4059755]},"properties":{"@type":"node","@id":627573888,"@timestamp":1614638679},"coords":"51.4059755,-0.7323552","bedrooms":"4","price":"209000","area":"396"} , +{"type":"Feature","id":"n627940157","geometry":{"type":"Point","coordinates":[-0.7523839,51.5097333]},"properties":{"@type":"node","@id":627940157,"@timestamp":1565624590},"coords":"51.5097333,-0.7523839","bedrooms":"2","price":"210000","area":"378"} , +{"type":"Feature","id":"n628243322","geometry":{"type":"Point","coordinates":[0.710851,51.5566152]},"properties":{"@type":"node","@id":628243322,"@timestamp":1265244128},"coords":"51.5566152,0.710851","bedrooms":"1","price":"192000","area":"473"} , +{"type":"Feature","id":"n628886221","geometry":{"type":"Point","coordinates":[-0.7242583,51.4073424]},"properties":{"@type":"node","@id":628886221,"@timestamp":1440408798},"coords":"51.4073424,-0.7242583","bedrooms":"2","price":"283000","area":"580"} , +{"type":"Feature","id":"n629680118","geometry":{"type":"Point","coordinates":[-0.9603587,51.2469576]},"properties":{"@type":"node","@id":629680118,"@timestamp":1265325789},"coords":"51.2469576,-0.9603587","bedrooms":"2","price":"259000","area":"401"} , +{"type":"Feature","id":"n630425733","geometry":{"type":"Point","coordinates":[-0.2350147,51.5065934]},"properties":{"@type":"node","@id":630425733,"@timestamp":1618158980},"coords":"51.5065934,-0.2350147","bedrooms":"3","price":"169000","area":"627"} , +{"type":"Feature","id":"n630495707","geometry":{"type":"Point","coordinates":[-0.9218354,51.1725186]},"properties":{"@type":"node","@id":630495707,"@timestamp":1472243439},"coords":"51.1725186,-0.9218354","bedrooms":"2","price":"293000","area":"627"} , +{"type":"Feature","id":"n630512845","geometry":{"type":"Point","coordinates":[0.705949,51.54858]},"properties":{"@type":"node","@id":630512845,"@timestamp":1265392600},"coords":"51.54858,0.705949","bedrooms":"4","price":"258000","area":"492"} , +{"type":"Feature","id":"n630658891","geometry":{"type":"Point","coordinates":[0.7053553,51.5483756]},"properties":{"@type":"node","@id":630658891,"@timestamp":1410435498},"coords":"51.5483756,0.7053553","bedrooms":"0","price":"283000","area":"410"} , +{"type":"Feature","id":"n630661645","geometry":{"type":"Point","coordinates":[0.7065158,51.5484396]},"properties":{"@type":"node","@id":630661645,"@timestamp":1265380944},"coords":"51.5484396,0.7065158","bedrooms":"0","price":"240000","area":"445"} , +{"type":"Feature","id":"n630729509","geometry":{"type":"Point","coordinates":[0.7064269,51.5479041]},"properties":{"@type":"node","@id":630729509,"@timestamp":1265384326},"coords":"51.5479041,0.7064269","bedrooms":"0","price":"209000","area":"463"} , +{"type":"Feature","id":"n630747792","geometry":{"type":"Point","coordinates":[-0.7106154,51.5001559]},"properties":{"@type":"node","@id":630747792,"@timestamp":1265389255},"coords":"51.5001559,-0.7106154","bedrooms":"4","price":"246000","area":"479"} , +{"type":"Feature","id":"n630747838","geometry":{"type":"Point","coordinates":[-0.7123347,51.4996742]},"properties":{"@type":"node","@id":630747838,"@timestamp":1265390302},"coords":"51.4996742,-0.7123347","bedrooms":"1","price":"221000","area":"605"} , +{"type":"Feature","id":"n630922915","geometry":{"type":"Point","coordinates":[0.021568,51.1144127]},"properties":{"@type":"node","@id":630922915,"@timestamp":1615329289},"coords":"51.1144127,0.021568","bedrooms":"3","price":"232000","area":"350"} , +{"type":"Feature","id":"n631100580","geometry":{"type":"Point","coordinates":[-0.0319298,51.3565956]},"properties":{"@type":"node","@id":631100580,"@timestamp":1594244186},"coords":"51.3565956,-0.0319298","bedrooms":"1","price":"280000","area":"377"} , +{"type":"Feature","id":"n631298804","geometry":{"type":"Point","coordinates":[-0.2231325,51.4893005]},"properties":{"@type":"node","@id":631298804,"@timestamp":1352042410},"coords":"51.4893005,-0.2231325","bedrooms":"0","price":"175000","area":"470"} , +{"type":"Feature","id":"n631447565","geometry":{"type":"Point","coordinates":[-0.2582225,51.5521568]},"properties":{"@type":"node","@id":631447565,"@timestamp":1635212189},"coords":"51.5521568,-0.2582225","bedrooms":"4","price":"163000","area":"499"} , +{"type":"Feature","id":"n631463240","geometry":{"type":"Point","coordinates":[-0.237826,51.4468784]},"properties":{"@type":"node","@id":631463240,"@timestamp":1265452399},"coords":"51.4468784,-0.237826","bedrooms":"0","price":"188000","area":"609"} , +{"type":"Feature","id":"n631502936","geometry":{"type":"Point","coordinates":[-0.2807306,51.4135595]},"properties":{"@type":"node","@id":631502936,"@timestamp":1392592035},"coords":"51.4135595,-0.2807306","bedrooms":"1","price":"174000","area":"353"} , +{"type":"Feature","id":"n631738143","geometry":{"type":"Point","coordinates":[-0.106421,51.528679]},"properties":{"@type":"node","@id":631738143,"@timestamp":1626396057},"coords":"51.528679,-0.106421","bedrooms":"2","price":"215000","area":"582"} , +{"type":"Feature","id":"n631744933","geometry":{"type":"Point","coordinates":[-0.7274438,51.5299474]},"properties":{"@type":"node","@id":631744933,"@timestamp":1265474956},"coords":"51.5299474,-0.7274438","bedrooms":"1","price":"184000","area":"677"} , +{"type":"Feature","id":"n631744984","geometry":{"type":"Point","coordinates":[-0.7253302,51.5302478]},"properties":{"@type":"node","@id":631744984,"@timestamp":1265474958},"coords":"51.5302478,-0.7253302","bedrooms":"0","price":"270000","area":"384"} , +{"type":"Feature","id":"n631814526","geometry":{"type":"Point","coordinates":[-0.7499154,51.5402216]},"properties":{"@type":"node","@id":631814526,"@timestamp":1265482047},"coords":"51.5402216,-0.7499154","bedrooms":"2","price":"250000","area":"511"} , +{"type":"Feature","id":"n631834337","geometry":{"type":"Point","coordinates":[-0.7483352,51.5281492]},"properties":{"@type":"node","@id":631834337,"@timestamp":1265569248},"coords":"51.5281492,-0.7483352","bedrooms":"0","price":"152000","area":"356"} , +{"type":"Feature","id":"n631869380","geometry":{"type":"Point","coordinates":[-0.7257116,51.4081319]},"properties":{"@type":"node","@id":631869380,"@timestamp":1418596743},"coords":"51.4081319,-0.7257116","bedrooms":"0","price":"229000","area":"447"} , +{"type":"Feature","id":"n631997123","geometry":{"type":"Point","coordinates":[0.7255487,51.3382309]},"properties":{"@type":"node","@id":631997123,"@timestamp":1566739753},"coords":"51.3382309,0.7255487","bedrooms":"2","price":"224000","area":"491"} , +{"type":"Feature","id":"n631997595","geometry":{"type":"Point","coordinates":[0.7371569,51.3412937]},"properties":{"@type":"node","@id":631997595,"@timestamp":1594588825},"coords":"51.3412937,0.7371569","bedrooms":"4","price":"154000","area":"693"} , +{"type":"Feature","id":"n632223883","geometry":{"type":"Point","coordinates":[-0.8214181,51.7993725]},"properties":{"@type":"node","@id":632223883,"@timestamp":1265534202},"coords":"51.7993725,-0.8214181","bedrooms":"0","price":"222000","area":"654"} , +{"type":"Feature","id":"n632224475","geometry":{"type":"Point","coordinates":[-0.8201569,51.8003213]},"properties":{"@type":"node","@id":632224475,"@timestamp":1633246940},"coords":"51.8003213,-0.8201569","bedrooms":"1","price":"197000","area":"433"} , +{"type":"Feature","id":"n632226278","geometry":{"type":"Point","coordinates":[-0.8150855,51.8143359]},"properties":{"@type":"node","@id":632226278,"@timestamp":1582472826},"coords":"51.8143359,-0.8150855","bedrooms":"0","price":"259000","area":"575"} , +{"type":"Feature","id":"n632444619","geometry":{"type":"Point","coordinates":[-0.6668681,51.8268893]},"properties":{"@type":"node","@id":632444619,"@timestamp":1265554944},"coords":"51.8268893,-0.6668681","bedrooms":"1","price":"251000","area":"592"} , +{"type":"Feature","id":"n632445655","geometry":{"type":"Point","coordinates":[-0.6731016,51.8253376]},"properties":{"@type":"node","@id":632445655,"@timestamp":1265555437},"coords":"51.8253376,-0.6731016","bedrooms":"3","price":"191000","area":"355"} , +{"type":"Feature","id":"n632538565","geometry":{"type":"Point","coordinates":[-0.1044569,51.5341426]},"properties":{"@type":"node","@id":632538565,"@timestamp":1500202909},"coords":"51.5341426,-0.1044569","bedrooms":"3","price":"253000","area":"666"} , +{"type":"Feature","id":"n632550019","geometry":{"type":"Point","coordinates":[-0.3004712,51.4108299]},"properties":{"@type":"node","@id":632550019,"@timestamp":1616711441},"coords":"51.4108299,-0.3004712","bedrooms":"3","price":"224000","area":"376"} , +{"type":"Feature","id":"n632558517","geometry":{"type":"Point","coordinates":[-0.3002155,51.4093452]},"properties":{"@type":"node","@id":632558517,"@timestamp":1542473941},"coords":"51.4093452,-0.3002155","bedrooms":"2","price":"230000","area":"465"} , +{"type":"Feature","id":"n632559886","geometry":{"type":"Point","coordinates":[-0.5026557,51.8752757]},"properties":{"@type":"node","@id":632559886,"@timestamp":1265662167},"coords":"51.8752757,-0.5026557","bedrooms":"2","price":"256000","area":"670"} , +{"type":"Feature","id":"n632560182","geometry":{"type":"Point","coordinates":[-0.6425542,51.3004363]},"properties":{"@type":"node","@id":632560182,"@timestamp":1265561318},"coords":"51.3004363,-0.6425542","bedrooms":"3","price":"217000","area":"390"} , +{"type":"Feature","id":"n632560271","geometry":{"type":"Point","coordinates":[-0.6405429,51.3119323]},"properties":{"@type":"node","@id":632560271,"@timestamp":1265561323},"coords":"51.3119323,-0.6405429","bedrooms":"0","price":"219000","area":"472"} , +{"type":"Feature","id":"n632561151","geometry":{"type":"Point","coordinates":[-1.1010265,51.3062619]},"properties":{"@type":"node","@id":632561151,"@timestamp":1265561486},"coords":"51.3062619,-1.1010265","bedrooms":"0","price":"278000","area":"503"} , +{"type":"Feature","id":"n632652035","geometry":{"type":"Point","coordinates":[-0.7153534,51.5113987]},"properties":{"@type":"node","@id":632652035,"@timestamp":1629805078},"coords":"51.5113987,-0.7153534","bedrooms":"3","price":"253000","area":"551"} , +{"type":"Feature","id":"n632687389","geometry":{"type":"Point","coordinates":[-0.6882966,51.4917808]},"properties":{"@type":"node","@id":632687389,"@timestamp":1265567750},"coords":"51.4917808,-0.6882966","bedrooms":"2","price":"173000","area":"478"} , +{"type":"Feature","id":"n632706626","geometry":{"type":"Point","coordinates":[-0.7264886,51.5294841]},"properties":{"@type":"node","@id":632706626,"@timestamp":1265568903},"coords":"51.5294841,-0.7264886","bedrooms":"2","price":"214000","area":"366"} , +{"type":"Feature","id":"n632717507","geometry":{"type":"Point","coordinates":[-0.1816401,51.9170296]},"properties":{"@type":"node","@id":632717507,"@timestamp":1355683528},"coords":"51.9170296,-0.1816401","bedrooms":"4","price":"275000","area":"693"} , +{"type":"Feature","id":"n632718729","geometry":{"type":"Point","coordinates":[0.7235872,51.3270183]},"properties":{"@type":"node","@id":632718729,"@timestamp":1566759294},"coords":"51.3270183,0.7235872","bedrooms":"1","price":"248000","area":"376"} , +{"type":"Feature","id":"n632718778","geometry":{"type":"Point","coordinates":[0.7147153,51.3353701]},"properties":{"@type":"node","@id":632718778,"@timestamp":1349294158},"coords":"51.3353701,0.7147153","bedrooms":"4","price":"274000","area":"565"} , +{"type":"Feature","id":"n632718867","geometry":{"type":"Point","coordinates":[0.7172857,51.3355288]},"properties":{"@type":"node","@id":632718867,"@timestamp":1566844638},"coords":"51.3355288,0.7172857","bedrooms":"4","price":"213000","area":"682"} , +{"type":"Feature","id":"n632719275","geometry":{"type":"Point","coordinates":[0.7223062,51.3351884]},"properties":{"@type":"node","@id":632719275,"@timestamp":1568717878},"coords":"51.3351884,0.7223062","bedrooms":"3","price":"256000","area":"495"} , +{"type":"Feature","id":"n632719443","geometry":{"type":"Point","coordinates":[0.7225142,51.3375279]},"properties":{"@type":"node","@id":632719443,"@timestamp":1568807103},"coords":"51.3375279,0.7225142","bedrooms":"2","price":"276000","area":"572"} , +{"type":"Feature","id":"n632719628","geometry":{"type":"Point","coordinates":[0.7230213,51.3417961]},"properties":{"@type":"node","@id":632719628,"@timestamp":1568807103},"coords":"51.3417961,0.7230213","bedrooms":"3","price":"281000","area":"548"} , +{"type":"Feature","id":"n632719799","geometry":{"type":"Point","coordinates":[0.7229799,51.3418802]},"properties":{"@type":"node","@id":632719799,"@timestamp":1568807103},"coords":"51.3418802,0.7229799","bedrooms":"3","price":"259000","area":"468"} , +{"type":"Feature","id":"n632719890","geometry":{"type":"Point","coordinates":[0.7239741,51.3422141]},"properties":{"@type":"node","@id":632719890,"@timestamp":1567814119},"coords":"51.3422141,0.7239741","bedrooms":"0","price":"247000","area":"478"} , +{"type":"Feature","id":"n632719907","geometry":{"type":"Point","coordinates":[0.7253806,51.3425224]},"properties":{"@type":"node","@id":632719907,"@timestamp":1566647727},"coords":"51.3425224,0.7253806","bedrooms":"3","price":"170000","area":"409"} , +{"type":"Feature","id":"n632719927","geometry":{"type":"Point","coordinates":[0.724293,51.3437319]},"properties":{"@type":"node","@id":632719927,"@timestamp":1568807103},"coords":"51.3437319,0.724293","bedrooms":"1","price":"223000","area":"394"} , +{"type":"Feature","id":"n632719985","geometry":{"type":"Point","coordinates":[0.72506,51.3452791]},"properties":{"@type":"node","@id":632719985,"@timestamp":1567804480},"coords":"51.3452791,0.72506","bedrooms":"2","price":"173000","area":"525"} , +{"type":"Feature","id":"n632720018","geometry":{"type":"Point","coordinates":[0.7245493,51.3474407]},"properties":{"@type":"node","@id":632720018,"@timestamp":1566647727},"coords":"51.3474407,0.7245493","bedrooms":"4","price":"252000","area":"378"} , +{"type":"Feature","id":"n632720053","geometry":{"type":"Point","coordinates":[0.7256496,51.3292868]},"properties":{"@type":"node","@id":632720053,"@timestamp":1566810007},"coords":"51.3292868,0.7256496","bedrooms":"4","price":"214000","area":"491"} , +{"type":"Feature","id":"n632720087","geometry":{"type":"Point","coordinates":[0.7264208,51.3299874]},"properties":{"@type":"node","@id":632720087,"@timestamp":1566844638},"coords":"51.3299874,0.7264208","bedrooms":"2","price":"202000","area":"669"} , +{"type":"Feature","id":"n632720124","geometry":{"type":"Point","coordinates":[0.7261916,51.3305127]},"properties":{"@type":"node","@id":632720124,"@timestamp":1568836540},"coords":"51.3305127,0.7261916","bedrooms":"0","price":"176000","area":"434"} , +{"type":"Feature","id":"n632720189","geometry":{"type":"Point","coordinates":[0.7280171,51.3303796]},"properties":{"@type":"node","@id":632720189,"@timestamp":1568836540},"coords":"51.3303796,0.7280171","bedrooms":"0","price":"197000","area":"436"} , +{"type":"Feature","id":"n632720353","geometry":{"type":"Point","coordinates":[0.7292756,51.3298026]},"properties":{"@type":"node","@id":632720353,"@timestamp":1568836540},"coords":"51.3298026,0.7292756","bedrooms":"1","price":"233000","area":"449"} , +{"type":"Feature","id":"n632720613","geometry":{"type":"Point","coordinates":[0.7265516,51.3357173]},"properties":{"@type":"node","@id":632720613,"@timestamp":1567878891},"coords":"51.3357173,0.7265516","bedrooms":"1","price":"224000","area":"429"} , +{"type":"Feature","id":"n632720636","geometry":{"type":"Point","coordinates":[0.7265154,51.3360007]},"properties":{"@type":"node","@id":632720636,"@timestamp":1566660723},"coords":"51.3360007,0.7265154","bedrooms":"4","price":"247000","area":"548"} , +{"type":"Feature","id":"n632720752","geometry":{"type":"Point","coordinates":[0.7373794,51.3316557]},"properties":{"@type":"node","@id":632720752,"@timestamp":1350675576},"coords":"51.3316557,0.7373794","bedrooms":"2","price":"213000","area":"665"} , +{"type":"Feature","id":"n632720807","geometry":{"type":"Point","coordinates":[0.7365342,51.332406]},"properties":{"@type":"node","@id":632720807,"@timestamp":1350675577},"coords":"51.332406,0.7365342","bedrooms":"4","price":"298000","area":"438"} , +{"type":"Feature","id":"n632720830","geometry":{"type":"Point","coordinates":[0.7410151,51.3328896]},"properties":{"@type":"node","@id":632720830,"@timestamp":1566810007},"coords":"51.3328896,0.7410151","bedrooms":"4","price":"217000","area":"350"} , +{"type":"Feature","id":"n632720857","geometry":{"type":"Point","coordinates":[0.7405627,51.3337434]},"properties":{"@type":"node","@id":632720857,"@timestamp":1568751335},"coords":"51.3337434,0.7405627","bedrooms":"2","price":"167000","area":"490"} , +{"type":"Feature","id":"n632720883","geometry":{"type":"Point","coordinates":[0.7413017,51.3348712]},"properties":{"@type":"node","@id":632720883,"@timestamp":1568751335},"coords":"51.3348712,0.7413017","bedrooms":"1","price":"282000","area":"362"} , +{"type":"Feature","id":"n632721009","geometry":{"type":"Point","coordinates":[0.7408407,51.3389381]},"properties":{"@type":"node","@id":632721009,"@timestamp":1566759294},"coords":"51.3389381,0.7408407","bedrooms":"4","price":"163000","area":"657"} , +{"type":"Feature","id":"n632721064","geometry":{"type":"Point","coordinates":[0.7435586,51.3357602]},"properties":{"@type":"node","@id":632721064,"@timestamp":1566231511},"coords":"51.3357602,0.7435586","bedrooms":"4","price":"152000","area":"597"} , +{"type":"Feature","id":"n632721160","geometry":{"type":"Point","coordinates":[0.7441395,51.3367854]},"properties":{"@type":"node","@id":632721160,"@timestamp":1566231511},"coords":"51.3367854,0.7441395","bedrooms":"4","price":"166000","area":"612"} , +{"type":"Feature","id":"n632721172","geometry":{"type":"Point","coordinates":[0.7420303,51.3386217]},"properties":{"@type":"node","@id":632721172,"@timestamp":1278797555},"coords":"51.3386217,0.7420303","bedrooms":"0","price":"277000","area":"573"} , +{"type":"Feature","id":"n632721183","geometry":{"type":"Point","coordinates":[0.7428139,51.3389631]},"properties":{"@type":"node","@id":632721183,"@timestamp":1566810007},"coords":"51.3389631,0.7428139","bedrooms":"3","price":"227000","area":"415"} , +{"type":"Feature","id":"n632721194","geometry":{"type":"Point","coordinates":[0.7431015,51.3388283]},"properties":{"@type":"node","@id":632721194,"@timestamp":1566810007},"coords":"51.3388283,0.7431015","bedrooms":"0","price":"277000","area":"589"} , +{"type":"Feature","id":"n632721205","geometry":{"type":"Point","coordinates":[0.7443236,51.3392374]},"properties":{"@type":"node","@id":632721205,"@timestamp":1568800437},"coords":"51.3392374,0.7443236","bedrooms":"1","price":"291000","area":"456"} , +{"type":"Feature","id":"n632721305","geometry":{"type":"Point","coordinates":[0.7446603,51.3384304]},"properties":{"@type":"node","@id":632721305,"@timestamp":1566810007},"coords":"51.3384304,0.7446603","bedrooms":"3","price":"249000","area":"683"} , +{"type":"Feature","id":"n632721318","geometry":{"type":"Point","coordinates":[0.7447075,51.338572]},"properties":{"@type":"node","@id":632721318,"@timestamp":1568800437},"coords":"51.338572,0.7447075","bedrooms":"2","price":"170000","area":"452"} , +{"type":"Feature","id":"n632721330","geometry":{"type":"Point","coordinates":[0.7458535,51.3381792]},"properties":{"@type":"node","@id":632721330,"@timestamp":1568751335},"coords":"51.3381792,0.7458535","bedrooms":"2","price":"232000","area":"644"} , +{"type":"Feature","id":"n632721354","geometry":{"type":"Point","coordinates":[0.726916,51.3431657]},"properties":{"@type":"node","@id":632721354,"@timestamp":1570365142},"coords":"51.3431657,0.726916","bedrooms":"0","price":"288000","area":"526"} , +{"type":"Feature","id":"n632721366","geometry":{"type":"Point","coordinates":[0.7259883,51.3424746]},"properties":{"@type":"node","@id":632721366,"@timestamp":1568800439},"coords":"51.3424746,0.7259883","bedrooms":"0","price":"205000","area":"572"} , +{"type":"Feature","id":"n632721382","geometry":{"type":"Point","coordinates":[0.7269984,51.3432472]},"properties":{"@type":"node","@id":632721382,"@timestamp":1570365142},"coords":"51.3432472,0.7269984","bedrooms":"2","price":"224000","area":"423"} , +{"type":"Feature","id":"n632721426","geometry":{"type":"Point","coordinates":[0.7294123,51.3443377]},"properties":{"@type":"node","@id":632721426,"@timestamp":1566636843},"coords":"51.3443377,0.7294123","bedrooms":"1","price":"252000","area":"546"} , +{"type":"Feature","id":"n632721458","geometry":{"type":"Point","coordinates":[0.7265319,51.3454927]},"properties":{"@type":"node","@id":632721458,"@timestamp":1567804480},"coords":"51.3454927,0.7265319","bedrooms":"2","price":"173000","area":"605"} , +{"type":"Feature","id":"n632721483","geometry":{"type":"Point","coordinates":[0.7270261,51.3449148]},"properties":{"@type":"node","@id":632721483,"@timestamp":1567804480},"coords":"51.3449148,0.7270261","bedrooms":"3","price":"290000","area":"396"} , +{"type":"Feature","id":"n632721495","geometry":{"type":"Point","coordinates":[0.7264706,51.3464665]},"properties":{"@type":"node","@id":632721495,"@timestamp":1567804480},"coords":"51.3464665,0.7264706","bedrooms":"4","price":"194000","area":"436"} , +{"type":"Feature","id":"n632721521","geometry":{"type":"Point","coordinates":[0.7265458,51.3464125]},"properties":{"@type":"node","@id":632721521,"@timestamp":1567804480},"coords":"51.3464125,0.7265458","bedrooms":"0","price":"185000","area":"542"} , +{"type":"Feature","id":"n632721548","geometry":{"type":"Point","coordinates":[0.7286568,51.3458734]},"properties":{"@type":"node","@id":632721548,"@timestamp":1567804480},"coords":"51.3458734,0.7286568","bedrooms":"4","price":"189000","area":"631"} , +{"type":"Feature","id":"n632721561","geometry":{"type":"Point","coordinates":[0.7287041,51.3468578]},"properties":{"@type":"node","@id":632721561,"@timestamp":1567804480},"coords":"51.3468578,0.7287041","bedrooms":"3","price":"161000","area":"653"} , +{"type":"Feature","id":"n632721583","geometry":{"type":"Point","coordinates":[0.7298886,51.3464712]},"properties":{"@type":"node","@id":632721583,"@timestamp":1567804480},"coords":"51.3464712,0.7298886","bedrooms":"0","price":"293000","area":"487"} , +{"type":"Feature","id":"n632721595","geometry":{"type":"Point","coordinates":[0.7303619,51.3464325]},"properties":{"@type":"node","@id":632721595,"@timestamp":1567804480},"coords":"51.3464325,0.7303619","bedrooms":"1","price":"262000","area":"433"} , +{"type":"Feature","id":"n632721675","geometry":{"type":"Point","coordinates":[0.725146,51.347555]},"properties":{"@type":"node","@id":632721675,"@timestamp":1567804480},"coords":"51.347555,0.725146","bedrooms":"3","price":"232000","area":"353"} , +{"type":"Feature","id":"n632721783","geometry":{"type":"Point","coordinates":[0.7266617,51.3474403]},"properties":{"@type":"node","@id":632721783,"@timestamp":1566647727},"coords":"51.3474403,0.7266617","bedrooms":"2","price":"296000","area":"432"} , +{"type":"Feature","id":"n632721883","geometry":{"type":"Point","coordinates":[0.7306005,51.3463909]},"properties":{"@type":"node","@id":632721883,"@timestamp":1567804480},"coords":"51.3463909,0.7306005","bedrooms":"3","price":"166000","area":"612"} , +{"type":"Feature","id":"n632721906","geometry":{"type":"Point","coordinates":[0.7306347,51.3468058]},"properties":{"@type":"node","@id":632721906,"@timestamp":1567804480},"coords":"51.3468058,0.7306347","bedrooms":"0","price":"299000","area":"635"} , +{"type":"Feature","id":"n632721927","geometry":{"type":"Point","coordinates":[0.741934,51.3414838]},"properties":{"@type":"node","@id":632721927,"@timestamp":1570481193},"coords":"51.3414838,0.741934","bedrooms":"2","price":"260000","area":"512"} , +{"type":"Feature","id":"n632721938","geometry":{"type":"Point","coordinates":[0.7414951,51.3391776]},"properties":{"@type":"node","@id":632721938,"@timestamp":1566594150},"coords":"51.3391776,0.7414951","bedrooms":"2","price":"191000","area":"409"} , +{"type":"Feature","id":"n632721950","geometry":{"type":"Point","coordinates":[0.7426874,51.3394293]},"properties":{"@type":"node","@id":632721950,"@timestamp":1566594150},"coords":"51.3394293,0.7426874","bedrooms":"4","price":"238000","area":"636"} , +{"type":"Feature","id":"n632721965","geometry":{"type":"Point","coordinates":[0.7422404,51.3401942]},"properties":{"@type":"node","@id":632721965,"@timestamp":1568800439},"coords":"51.3401942,0.7422404","bedrooms":"0","price":"268000","area":"481"} , +{"type":"Feature","id":"n632722015","geometry":{"type":"Point","coordinates":[0.7417412,51.340535]},"properties":{"@type":"node","@id":632722015,"@timestamp":1566594150},"coords":"51.340535,0.7417412","bedrooms":"4","price":"239000","area":"490"} , +{"type":"Feature","id":"n632722030","geometry":{"type":"Point","coordinates":[0.7453331,51.339678]},"properties":{"@type":"node","@id":632722030,"@timestamp":1568800439},"coords":"51.339678,0.7453331","bedrooms":"3","price":"244000","area":"671"} , +{"type":"Feature","id":"n632722041","geometry":{"type":"Point","coordinates":[0.7454951,51.339826]},"properties":{"@type":"node","@id":632722041,"@timestamp":1568800439},"coords":"51.339826,0.7454951","bedrooms":"3","price":"195000","area":"577"} , +{"type":"Feature","id":"n632722220","geometry":{"type":"Point","coordinates":[0.7498032,51.3372028]},"properties":{"@type":"node","@id":632722220,"@timestamp":1568476395},"coords":"51.3372028,0.7498032","bedrooms":"1","price":"187000","area":"631"} , +{"type":"Feature","id":"n632728842","geometry":{"type":"Point","coordinates":[-0.7253225,51.4083674]},"properties":{"@type":"node","@id":632728842,"@timestamp":1626691949},"coords":"51.4083674,-0.7253225","bedrooms":"1","price":"150000","area":"515"} , +{"type":"Feature","id":"n633218757","geometry":{"type":"Point","coordinates":[-0.1721538,51.9187451]},"properties":{"@type":"node","@id":633218757,"@timestamp":1633370740},"coords":"51.9187451,-0.1721538","bedrooms":"0","price":"172000","area":"446"} , +{"type":"Feature","id":"n633677413","geometry":{"type":"Point","coordinates":[-0.0396868,51.5734475]},"properties":{"@type":"node","@id":633677413,"@timestamp":1600201521},"coords":"51.5734475,-0.0396868","bedrooms":"3","price":"223000","area":"461"} , +{"type":"Feature","id":"n634133454","geometry":{"type":"Point","coordinates":[-0.0815936,51.4978985]},"properties":{"@type":"node","@id":634133454,"@timestamp":1298563749},"coords":"51.4978985,-0.0815936","bedrooms":"3","price":"266000","area":"505"} , +{"type":"Feature","id":"n634156644","geometry":{"type":"Point","coordinates":[-0.9539329,51.1300791]},"properties":{"@type":"node","@id":634156644,"@timestamp":1291738258},"coords":"51.1300791,-0.9539329","bedrooms":"4","price":"299000","area":"576"} , +{"type":"Feature","id":"n634156661","geometry":{"type":"Point","coordinates":[-0.9252596,51.1570661]},"properties":{"@type":"node","@id":634156661,"@timestamp":1291740346},"coords":"51.1570661,-0.9252596","bedrooms":"3","price":"298000","area":"566"} , +{"type":"Feature","id":"n634156684","geometry":{"type":"Point","coordinates":[-1.0238255,51.2387759]},"properties":{"@type":"node","@id":634156684,"@timestamp":1504047915},"coords":"51.2387759,-1.0238255","bedrooms":"0","price":"282000","area":"675"} , +{"type":"Feature","id":"n634156695","geometry":{"type":"Point","coordinates":[-1.0042091,51.20728]},"properties":{"@type":"node","@id":634156695,"@timestamp":1534351441},"coords":"51.20728,-1.0042091","bedrooms":"1","price":"244000","area":"386"} , +{"type":"Feature","id":"n634164895","geometry":{"type":"Point","coordinates":[0.7645549,51.3137532]},"properties":{"@type":"node","@id":634164895,"@timestamp":1265713839},"coords":"51.3137532,0.7645549","bedrooms":"0","price":"224000","area":"509"} , +{"type":"Feature","id":"n634182330","geometry":{"type":"Point","coordinates":[0.7347988,51.3419749]},"properties":{"@type":"node","@id":634182330,"@timestamp":1265717963},"coords":"51.3419749,0.7347988","bedrooms":"4","price":"231000","area":"620"} , +{"type":"Feature","id":"n634538468","geometry":{"type":"Point","coordinates":[-1.0195801,51.3499607]},"properties":{"@type":"node","@id":634538468,"@timestamp":1572730460},"coords":"51.3499607,-1.0195801","bedrooms":"0","price":"207000","area":"375"} , +{"type":"Feature","id":"n634718038","geometry":{"type":"Point","coordinates":[-0.9308974,50.9751211]},"properties":{"@type":"node","@id":634718038,"@timestamp":1366830822},"coords":"50.9751211,-0.9308974","bedrooms":"4","price":"181000","area":"564"} , +{"type":"Feature","id":"n634815223","geometry":{"type":"Point","coordinates":[-1.0241523,51.3420211]},"properties":{"@type":"node","@id":634815223,"@timestamp":1297877816},"coords":"51.3420211,-1.0241523","bedrooms":"2","price":"290000","area":"433"} , +{"type":"Feature","id":"n634815234","geometry":{"type":"Point","coordinates":[-1.0057155,51.3627139]},"properties":{"@type":"node","@id":634815234,"@timestamp":1297877818},"coords":"51.3627139,-1.0057155","bedrooms":"2","price":"198000","area":"574"} , +{"type":"Feature","id":"n635456719","geometry":{"type":"Point","coordinates":[0.0932782,51.7772322]},"properties":{"@type":"node","@id":635456719,"@timestamp":1618178122},"coords":"51.7772322,0.0932782","bedrooms":"3","price":"176000","area":"526"} , +{"type":"Feature","id":"n635456937","geometry":{"type":"Point","coordinates":[-1.0160221,50.983664]},"properties":{"@type":"node","@id":635456937,"@timestamp":1291735226},"coords":"50.983664,-1.0160221","bedrooms":"1","price":"208000","area":"500"} , +{"type":"Feature","id":"n635456973","geometry":{"type":"Point","coordinates":[-1.0041532,51.0260932]},"properties":{"@type":"node","@id":635456973,"@timestamp":1291736012},"coords":"51.0260932,-1.0041532","bedrooms":"4","price":"207000","area":"458"} , +{"type":"Feature","id":"n635893927","geometry":{"type":"Point","coordinates":[-0.7227631,51.5385683]},"properties":{"@type":"node","@id":635893927,"@timestamp":1265905552},"coords":"51.5385683,-0.7227631","bedrooms":"0","price":"297000","area":"615"} , +{"type":"Feature","id":"n636067504","geometry":{"type":"Point","coordinates":[-1.0874536,51.2647867]},"properties":{"@type":"node","@id":636067504,"@timestamp":1362513362},"coords":"51.2647867,-1.0874536","bedrooms":"2","price":"277000","area":"440"} , +{"type":"Feature","id":"n637201414","geometry":{"type":"Point","coordinates":[0.4781039,51.393412]},"properties":{"@type":"node","@id":637201414,"@timestamp":1307535169},"coords":"51.393412,0.4781039","bedrooms":"3","price":"211000","area":"385"} , +{"type":"Feature","id":"n637649730","geometry":{"type":"Point","coordinates":[-0.722101,51.5195619]},"properties":{"@type":"node","@id":637649730,"@timestamp":1604948092},"coords":"51.5195619,-0.722101","bedrooms":"2","price":"188000","area":"373"} , +{"type":"Feature","id":"n637682595","geometry":{"type":"Point","coordinates":[-0.9339921,51.365426]},"properties":{"@type":"node","@id":637682595,"@timestamp":1449180568},"coords":"51.365426,-0.9339921","bedrooms":"2","price":"242000","area":"374"} , +{"type":"Feature","id":"n637949651","geometry":{"type":"Point","coordinates":[0.7365067,51.3355922]},"properties":{"@type":"node","@id":637949651,"@timestamp":1568836540},"coords":"51.3355922,0.7365067","bedrooms":"2","price":"171000","area":"485"} , +{"type":"Feature","id":"n638314854","geometry":{"type":"Point","coordinates":[0.701452,51.3461736]},"properties":{"@type":"node","@id":638314854,"@timestamp":1568942384},"coords":"51.3461736,0.701452","bedrooms":"0","price":"181000","area":"698"} , +{"type":"Feature","id":"n638314878","geometry":{"type":"Point","coordinates":[0.7033464,51.3339198]},"properties":{"@type":"node","@id":638314878,"@timestamp":1568717878},"coords":"51.3339198,0.7033464","bedrooms":"1","price":"286000","area":"554"} , +{"type":"Feature","id":"n638314898","geometry":{"type":"Point","coordinates":[0.7136504,51.3357253]},"properties":{"@type":"node","@id":638314898,"@timestamp":1349294158},"coords":"51.3357253,0.7136504","bedrooms":"4","price":"245000","area":"625"} , +{"type":"Feature","id":"n638314942","geometry":{"type":"Point","coordinates":[0.714282,51.3355031]},"properties":{"@type":"node","@id":638314942,"@timestamp":1349294159},"coords":"51.3355031,0.714282","bedrooms":"2","price":"258000","area":"465"} , +{"type":"Feature","id":"n638314996","geometry":{"type":"Point","coordinates":[0.7064355,51.3412016]},"properties":{"@type":"node","@id":638314996,"@timestamp":1566927999},"coords":"51.3412016,0.7064355","bedrooms":"3","price":"202000","area":"585"} , +{"type":"Feature","id":"n638315014","geometry":{"type":"Point","coordinates":[0.705955,51.3414995]},"properties":{"@type":"node","@id":638315014,"@timestamp":1566927999},"coords":"51.3414995,0.705955","bedrooms":"0","price":"192000","area":"398"} , +{"type":"Feature","id":"n638315028","geometry":{"type":"Point","coordinates":[0.7066656,51.3414344]},"properties":{"@type":"node","@id":638315028,"@timestamp":1566927999},"coords":"51.3414344,0.7066656","bedrooms":"0","price":"293000","area":"610"} , +{"type":"Feature","id":"n638315042","geometry":{"type":"Point","coordinates":[0.7076368,51.3411842]},"properties":{"@type":"node","@id":638315042,"@timestamp":1566927999},"coords":"51.3411842,0.7076368","bedrooms":"4","price":"189000","area":"411"} , +{"type":"Feature","id":"n638315185","geometry":{"type":"Point","coordinates":[0.7087769,51.3426546]},"properties":{"@type":"node","@id":638315185,"@timestamp":1567856971},"coords":"51.3426546,0.7087769","bedrooms":"2","price":"208000","area":"415"} , +{"type":"Feature","id":"n638315280","geometry":{"type":"Point","coordinates":[0.7045533,51.3451276]},"properties":{"@type":"node","@id":638315280,"@timestamp":1568978181},"coords":"51.3451276,0.7045533","bedrooms":"0","price":"225000","area":"422"} , +{"type":"Feature","id":"n638315460","geometry":{"type":"Point","coordinates":[0.7083825,51.3462422]},"properties":{"@type":"node","@id":638315460,"@timestamp":1568942384},"coords":"51.3462422,0.7083825","bedrooms":"1","price":"299000","area":"532"} , +{"type":"Feature","id":"n638315499","geometry":{"type":"Point","coordinates":[0.7093234,51.3455695]},"properties":{"@type":"node","@id":638315499,"@timestamp":1567856971},"coords":"51.3455695,0.7093234","bedrooms":"3","price":"222000","area":"656"} , +{"type":"Feature","id":"n638315529","geometry":{"type":"Point","coordinates":[0.7096072,51.3460027]},"properties":{"@type":"node","@id":638315529,"@timestamp":1567856971},"coords":"51.3460027,0.7096072","bedrooms":"3","price":"209000","area":"563"} , +{"type":"Feature","id":"n638315562","geometry":{"type":"Point","coordinates":[0.7114413,51.3473491]},"properties":{"@type":"node","@id":638315562,"@timestamp":1567714036},"coords":"51.3473491,0.7114413","bedrooms":"2","price":"264000","area":"655"} , +{"type":"Feature","id":"n638315792","geometry":{"type":"Point","coordinates":[0.7129227,51.3461737]},"properties":{"@type":"node","@id":638315792,"@timestamp":1567812247},"coords":"51.3461737,0.7129227","bedrooms":"0","price":"273000","area":"531"} , +{"type":"Feature","id":"n638315823","geometry":{"type":"Point","coordinates":[0.712448,51.3467198]},"properties":{"@type":"node","@id":638315823,"@timestamp":1567076681},"coords":"51.3467198,0.712448","bedrooms":"4","price":"197000","area":"403"} , +{"type":"Feature","id":"n638315837","geometry":{"type":"Point","coordinates":[0.7138187,51.3462697]},"properties":{"@type":"node","@id":638315837,"@timestamp":1567812247},"coords":"51.3462697,0.7138187","bedrooms":"4","price":"160000","area":"489"} , +{"type":"Feature","id":"n638315848","geometry":{"type":"Point","coordinates":[0.7133912,51.3470995]},"properties":{"@type":"node","@id":638315848,"@timestamp":1567714036},"coords":"51.3470995,0.7133912","bedrooms":"3","price":"287000","area":"484"} , +{"type":"Feature","id":"n638315865","geometry":{"type":"Point","coordinates":[0.7087248,51.3475153]},"properties":{"@type":"node","@id":638315865,"@timestamp":1567804480},"coords":"51.3475153,0.7087248","bedrooms":"2","price":"169000","area":"632"} , +{"type":"Feature","id":"n638315880","geometry":{"type":"Point","coordinates":[0.7095926,51.3481011]},"properties":{"@type":"node","@id":638315880,"@timestamp":1567714036},"coords":"51.3481011,0.7095926","bedrooms":"4","price":"159000","area":"483"} , +{"type":"Feature","id":"n638315894","geometry":{"type":"Point","coordinates":[0.710557,51.3481647]},"properties":{"@type":"node","@id":638315894,"@timestamp":1567804480},"coords":"51.3481647,0.710557","bedrooms":"4","price":"159000","area":"500"} , +{"type":"Feature","id":"n638315905","geometry":{"type":"Point","coordinates":[0.7103911,51.3485271]},"properties":{"@type":"node","@id":638315905,"@timestamp":1567804480},"coords":"51.3485271,0.7103911","bedrooms":"2","price":"159000","area":"438"} , +{"type":"Feature","id":"n638315919","geometry":{"type":"Point","coordinates":[0.7098384,51.3489515]},"properties":{"@type":"node","@id":638315919,"@timestamp":1567804480},"coords":"51.3489515,0.7098384","bedrooms":"2","price":"196000","area":"529"} , +{"type":"Feature","id":"n638315934","geometry":{"type":"Point","coordinates":[0.7124038,51.3477427]},"properties":{"@type":"node","@id":638315934,"@timestamp":1567714036},"coords":"51.3477427,0.7124038","bedrooms":"0","price":"271000","area":"540"} , +{"type":"Feature","id":"n638315948","geometry":{"type":"Point","coordinates":[0.7116339,51.3484997]},"properties":{"@type":"node","@id":638315948,"@timestamp":1567804480},"coords":"51.3484997,0.7116339","bedrooms":"3","price":"270000","area":"551"} , +{"type":"Feature","id":"n638315961","geometry":{"type":"Point","coordinates":[0.7122798,51.3485163]},"properties":{"@type":"node","@id":638315961,"@timestamp":1567804480},"coords":"51.3485163,0.7122798","bedrooms":"3","price":"251000","area":"428"} , +{"type":"Feature","id":"n638315971","geometry":{"type":"Point","coordinates":[0.7127154,51.3477058]},"properties":{"@type":"node","@id":638315971,"@timestamp":1567714036},"coords":"51.3477058,0.7127154","bedrooms":"1","price":"170000","area":"563"} , +{"type":"Feature","id":"n638316164","geometry":{"type":"Point","coordinates":[0.7161493,51.3432181]},"properties":{"@type":"node","@id":638316164,"@timestamp":1567873226},"coords":"51.3432181,0.7161493","bedrooms":"0","price":"288000","area":"400"} , +{"type":"Feature","id":"n638316312","geometry":{"type":"Point","coordinates":[0.717979,51.3440406]},"properties":{"@type":"node","@id":638316312,"@timestamp":1567812247},"coords":"51.3440406,0.717979","bedrooms":"3","price":"202000","area":"359"} , +{"type":"Feature","id":"n638316407","geometry":{"type":"Point","coordinates":[0.7207646,51.3435472]},"properties":{"@type":"node","@id":638316407,"@timestamp":1567814119},"coords":"51.3435472,0.7207646","bedrooms":"3","price":"206000","area":"404"} , +{"type":"Feature","id":"n638316448","geometry":{"type":"Point","coordinates":[0.7212778,51.3436008]},"properties":{"@type":"node","@id":638316448,"@timestamp":1567812247},"coords":"51.3436008,0.7212778","bedrooms":"4","price":"172000","area":"599"} , +{"type":"Feature","id":"n638316485","geometry":{"type":"Point","coordinates":[0.721088,51.3445559]},"properties":{"@type":"node","@id":638316485,"@timestamp":1567812247},"coords":"51.3445559,0.721088","bedrooms":"0","price":"223000","area":"696"} , +{"type":"Feature","id":"n638316585","geometry":{"type":"Point","coordinates":[0.7145795,51.345872]},"properties":{"@type":"node","@id":638316585,"@timestamp":1566935435},"coords":"51.345872,0.7145795","bedrooms":"3","price":"299000","area":"481"} , +{"type":"Feature","id":"n638316669","geometry":{"type":"Point","coordinates":[0.7203359,51.3445778]},"properties":{"@type":"node","@id":638316669,"@timestamp":1567812247},"coords":"51.3445778,0.7203359","bedrooms":"3","price":"161000","area":"412"} , +{"type":"Feature","id":"n638316710","geometry":{"type":"Point","coordinates":[0.7199822,51.3453177]},"properties":{"@type":"node","@id":638316710,"@timestamp":1567814119},"coords":"51.3453177,0.7199822","bedrooms":"1","price":"159000","area":"363"} , +{"type":"Feature","id":"n638468836","geometry":{"type":"Point","coordinates":[0.3608503,51.4172413]},"properties":{"@type":"node","@id":638468836,"@timestamp":1266074450},"coords":"51.4172413,0.3608503","bedrooms":"4","price":"150000","area":"445"} , +{"type":"Feature","id":"n638571633","geometry":{"type":"Point","coordinates":[-0.7747747,51.2506651]},"properties":{"@type":"node","@id":638571633,"@timestamp":1595361273},"coords":"51.2506651,-0.7747747","bedrooms":"3","price":"156000","area":"486"} , +{"type":"Feature","id":"n638571762","geometry":{"type":"Point","coordinates":[-0.7738044,51.2533791]},"properties":{"@type":"node","@id":638571762,"@timestamp":1618582365},"coords":"51.2533791,-0.7738044","bedrooms":"1","price":"194000","area":"460"} , +{"type":"Feature","id":"n638572375","geometry":{"type":"Point","coordinates":[0.1120099,51.3277629]},"properties":{"@type":"node","@id":638572375,"@timestamp":1386428819},"coords":"51.3277629,0.1120099","bedrooms":"0","price":"169000","area":"692"} , +{"type":"Feature","id":"n638580157","geometry":{"type":"Point","coordinates":[-0.7215846,51.5266473]},"properties":{"@type":"node","@id":638580157,"@timestamp":1266340917},"coords":"51.5266473,-0.7215846","bedrooms":"1","price":"179000","area":"491"} , +{"type":"Feature","id":"n638580426","geometry":{"type":"Point","coordinates":[-0.7798758,51.2533675]},"properties":{"@type":"node","@id":638580426,"@timestamp":1590881690},"coords":"51.2533675,-0.7798758","bedrooms":"0","price":"154000","area":"558"} , +{"type":"Feature","id":"n638591112","geometry":{"type":"Point","coordinates":[-0.9511075,51.4459127]},"properties":{"@type":"node","@id":638591112,"@timestamp":1625998624},"coords":"51.4459127,-0.9511075","bedrooms":"0","price":"154000","area":"392"} , +{"type":"Feature","id":"n638591127","geometry":{"type":"Point","coordinates":[-0.9318213,51.440896]},"properties":{"@type":"node","@id":638591127,"@timestamp":1634720352},"coords":"51.440896,-0.9318213","bedrooms":"1","price":"212000","area":"393"} , +{"type":"Feature","id":"n638667675","geometry":{"type":"Point","coordinates":[-0.0039854,51.5080386]},"properties":{"@type":"node","@id":638667675,"@timestamp":1598287365},"coords":"51.5080386,-0.0039854","bedrooms":"0","price":"171000","area":"426"} , +{"type":"Feature","id":"n638709251","geometry":{"type":"Point","coordinates":[-0.00606,51.1038512]},"properties":{"@type":"node","@id":638709251,"@timestamp":1340308750},"coords":"51.1038512,-0.00606","bedrooms":"0","price":"161000","area":"435"} , +{"type":"Feature","id":"n638738965","geometry":{"type":"Point","coordinates":[-0.0191418,51.5107112]},"properties":{"@type":"node","@id":638738965,"@timestamp":1543944522},"coords":"51.5107112,-0.0191418","bedrooms":"4","price":"176000","area":"516"} , +{"type":"Feature","id":"n638778661","geometry":{"type":"Point","coordinates":[0.0104667,51.10357]},"properties":{"@type":"node","@id":638778661,"@timestamp":1266103184},"coords":"51.10357,0.0104667","bedrooms":"2","price":"296000","area":"544"} , +{"type":"Feature","id":"n638803599","geometry":{"type":"Point","coordinates":[-0.0451005,51.3987417]},"properties":{"@type":"node","@id":638803599,"@timestamp":1482500483},"coords":"51.3987417,-0.0451005","bedrooms":"4","price":"238000","area":"569"} , +{"type":"Feature","id":"n638976354","geometry":{"type":"Point","coordinates":[0.7109662,51.550134]},"properties":{"@type":"node","@id":638976354,"@timestamp":1266151642},"coords":"51.550134,0.7109662","bedrooms":"1","price":"261000","area":"655"} , +{"type":"Feature","id":"n638983447","geometry":{"type":"Point","coordinates":[-0.9417544,51.4513785]},"properties":{"@type":"node","@id":638983447,"@timestamp":1475956417},"coords":"51.4513785,-0.9417544","bedrooms":"3","price":"213000","area":"537"} , +{"type":"Feature","id":"n639118129","geometry":{"type":"Point","coordinates":[-0.1314824,51.5138135]},"properties":{"@type":"node","@id":639118129,"@timestamp":1603512630},"coords":"51.5138135,-0.1314824","bedrooms":"2","price":"163000","area":"506"} , +{"type":"Feature","id":"n639132782","geometry":{"type":"Point","coordinates":[-0.1296381,51.5128352]},"properties":{"@type":"node","@id":639132782,"@timestamp":1611972594},"coords":"51.5128352,-0.1296381","bedrooms":"3","price":"296000","area":"658"} , +{"type":"Feature","id":"n639169111","geometry":{"type":"Point","coordinates":[-0.7762069,51.5128913]},"properties":{"@type":"node","@id":639169111,"@timestamp":1266182879},"coords":"51.5128913,-0.7762069","bedrooms":"4","price":"220000","area":"435"} , +{"type":"Feature","id":"n639172361","geometry":{"type":"Point","coordinates":[-0.7745837,51.1833324]},"properties":{"@type":"node","@id":639172361,"@timestamp":1266172479},"coords":"51.1833324,-0.7745837","bedrooms":"4","price":"193000","area":"533"} , +{"type":"Feature","id":"n639172446","geometry":{"type":"Point","coordinates":[-0.7901688,51.1900571]},"properties":{"@type":"node","@id":639172446,"@timestamp":1266172482},"coords":"51.1900571,-0.7901688","bedrooms":"2","price":"235000","area":"525"} , +{"type":"Feature","id":"n639175296","geometry":{"type":"Point","coordinates":[-0.131047,51.5128692]},"properties":{"@type":"node","@id":639175296,"@timestamp":1432947099},"coords":"51.5128692,-0.131047","bedrooms":"2","price":"150000","area":"533"} , +{"type":"Feature","id":"n639187169","geometry":{"type":"Point","coordinates":[-0.1295401,51.5082843]},"properties":{"@type":"node","@id":639187169,"@timestamp":1599757379},"coords":"51.5082843,-0.1295401","bedrooms":"3","price":"150000","area":"426"} , +{"type":"Feature","id":"n639230536","geometry":{"type":"Point","coordinates":[-0.7811448,51.5117979]},"properties":{"@type":"node","@id":639230536,"@timestamp":1266177058},"coords":"51.5117979,-0.7811448","bedrooms":"2","price":"194000","area":"697"} , +{"type":"Feature","id":"n639559941","geometry":{"type":"Point","coordinates":[-0.7468222,51.5251214]},"properties":{"@type":"node","@id":639559941,"@timestamp":1568450951},"coords":"51.5251214,-0.7468222","bedrooms":"0","price":"194000","area":"433"} , +{"type":"Feature","id":"n639591229","geometry":{"type":"Point","coordinates":[-0.7219956,51.4105805]},"properties":{"@type":"node","@id":639591229,"@timestamp":1617993752},"coords":"51.4105805,-0.7219956","bedrooms":"0","price":"258000","area":"509"} , +{"type":"Feature","id":"n639610739","geometry":{"type":"Point","coordinates":[-0.1959006,51.6571398]},"properties":{"@type":"node","@id":639610739,"@timestamp":1266234305},"coords":"51.6571398,-0.1959006","bedrooms":"0","price":"278000","area":"539"} , +{"type":"Feature","id":"n639769016","geometry":{"type":"Point","coordinates":[0.1104888,51.1836178]},"properties":{"@type":"node","@id":639769016,"@timestamp":1547205726},"coords":"51.1836178,0.1104888","bedrooms":"3","price":"227000","area":"428"} , +{"type":"Feature","id":"n639769444","geometry":{"type":"Point","coordinates":[0.1454569,51.1864663]},"properties":{"@type":"node","@id":639769444,"@timestamp":1266245689},"coords":"51.1864663,0.1454569","bedrooms":"1","price":"166000","area":"397"} , +{"type":"Feature","id":"n639769570","geometry":{"type":"Point","coordinates":[0.1497758,51.1903574]},"properties":{"@type":"node","@id":639769570,"@timestamp":1266245691},"coords":"51.1903574,0.1497758","bedrooms":"4","price":"186000","area":"355"} , +{"type":"Feature","id":"n640130150","geometry":{"type":"Point","coordinates":[-0.4717345,51.2200352]},"properties":{"@type":"node","@id":640130150,"@timestamp":1580290787},"coords":"51.2200352,-0.4717345","bedrooms":"2","price":"210000","area":"583"} , +{"type":"Feature","id":"n640163796","geometry":{"type":"Point","coordinates":[-0.0970164,51.5171828]},"properties":{"@type":"node","@id":640163796,"@timestamp":1596359160},"coords":"51.5171828,-0.0970164","bedrooms":"0","price":"205000","area":"651"} , +{"type":"Feature","id":"n640445816","geometry":{"type":"Point","coordinates":[-1.0863809,51.2644126]},"properties":{"@type":"node","@id":640445816,"@timestamp":1621360337},"coords":"51.2644126,-1.0863809","bedrooms":"0","price":"282000","area":"526"} , +{"type":"Feature","id":"n640563587","geometry":{"type":"Point","coordinates":[-0.7806834,51.5155093]},"properties":{"@type":"node","@id":640563587,"@timestamp":1266277134},"coords":"51.5155093,-0.7806834","bedrooms":"0","price":"180000","area":"595"} , +{"type":"Feature","id":"n641353471","geometry":{"type":"Point","coordinates":[-0.0114042,51.5135602]},"properties":{"@type":"node","@id":641353471,"@timestamp":1628612836},"coords":"51.5135602,-0.0114042","bedrooms":"3","price":"183000","area":"616"} , +{"type":"Feature","id":"n642231651","geometry":{"type":"Point","coordinates":[-0.192702,51.551876]},"properties":{"@type":"node","@id":642231651,"@timestamp":1376133505},"coords":"51.551876,-0.192702","bedrooms":"4","price":"287000","area":"421"} , +{"type":"Feature","id":"n643613850","geometry":{"type":"Point","coordinates":[-0.0160468,51.5121429]},"properties":{"@type":"node","@id":643613850,"@timestamp":1615694047},"coords":"51.5121429,-0.0160468","bedrooms":"4","price":"287000","area":"568"} , +{"type":"Feature","id":"n643821593","geometry":{"type":"Point","coordinates":[-0.7487078,51.5186073]},"properties":{"@type":"node","@id":643821593,"@timestamp":1266440559},"coords":"51.5186073,-0.7487078","bedrooms":"4","price":"226000","area":"625"} , +{"type":"Feature","id":"n643821844","geometry":{"type":"Point","coordinates":[-0.7426708,51.5206037]},"properties":{"@type":"node","@id":643821844,"@timestamp":1266440565},"coords":"51.5206037,-0.7426708","bedrooms":"4","price":"177000","area":"572"} , +{"type":"Feature","id":"n644659887","geometry":{"type":"Point","coordinates":[0.8086522,51.6165768]},"properties":{"@type":"node","@id":644659887,"@timestamp":1628083825},"coords":"51.6165768,0.8086522","bedrooms":"4","price":"229000","area":"609"} , +{"type":"Feature","id":"n644704400","geometry":{"type":"Point","coordinates":[-0.7254253,51.4991843]},"properties":{"@type":"node","@id":644704400,"@timestamp":1319728152},"coords":"51.4991843,-0.7254253","bedrooms":"2","price":"268000","area":"568"} , +{"type":"Feature","id":"n644816733","geometry":{"type":"Point","coordinates":[-0.7126978,51.1389529]},"properties":{"@type":"node","@id":644816733,"@timestamp":1520007631},"coords":"51.1389529,-0.7126978","bedrooms":"4","price":"285000","area":"455"} , +{"type":"Feature","id":"n645343495","geometry":{"type":"Point","coordinates":[-0.1569643,51.1324992]},"properties":{"@type":"node","@id":645343495,"@timestamp":1266522166},"coords":"51.1324992,-0.1569643","bedrooms":"1","price":"241000","area":"668"} , +{"type":"Feature","id":"n645567325","geometry":{"type":"Point","coordinates":[-0.226345,51.7625934]},"properties":{"@type":"node","@id":645567325,"@timestamp":1553389431},"coords":"51.7625934,-0.226345","bedrooms":"2","price":"267000","area":"684"} , +{"type":"Feature","id":"n645748687","geometry":{"type":"Point","coordinates":[-0.2298933,51.7568435]},"properties":{"@type":"node","@id":645748687,"@timestamp":1576957034},"coords":"51.7568435,-0.2298933","bedrooms":"2","price":"214000","area":"456"} , +{"type":"Feature","id":"n646701618","geometry":{"type":"Point","coordinates":[0.1631097,51.8699441]},"properties":{"@type":"node","@id":646701618,"@timestamp":1626961560},"coords":"51.8699441,0.1631097","bedrooms":"0","price":"288000","area":"598"} , +{"type":"Feature","id":"n646868197","geometry":{"type":"Point","coordinates":[0.1651219,51.8643867]},"properties":{"@type":"node","@id":646868197,"@timestamp":1523075146},"coords":"51.8643867,0.1651219","bedrooms":"0","price":"231000","area":"359"} , +{"type":"Feature","id":"n646957285","geometry":{"type":"Point","coordinates":[-0.3245406,51.5394282]},"properties":{"@type":"node","@id":646957285,"@timestamp":1487056344},"coords":"51.5394282,-0.3245406","bedrooms":"3","price":"210000","area":"562"} , +{"type":"Feature","id":"n646957375","geometry":{"type":"Point","coordinates":[-0.3252223,51.5401683]},"properties":{"@type":"node","@id":646957375,"@timestamp":1487056344},"coords":"51.5401683,-0.3252223","bedrooms":"2","price":"292000","area":"683"} , +{"type":"Feature","id":"n646989033","geometry":{"type":"Point","coordinates":[-0.71149,51.491717]},"properties":{"@type":"node","@id":646989033,"@timestamp":1266604676},"coords":"51.491717,-0.71149","bedrooms":"4","price":"270000","area":"420"} , +{"type":"Feature","id":"n647023601","geometry":{"type":"Point","coordinates":[-0.0328415,51.5114597]},"properties":{"@type":"node","@id":647023601,"@timestamp":1633269629},"coords":"51.5114597,-0.0328415","bedrooms":"3","price":"261000","area":"513"} , +{"type":"Feature","id":"n647051380","geometry":{"type":"Point","coordinates":[-0.1269431,51.5321844]},"properties":{"@type":"node","@id":647051380,"@timestamp":1596900721},"coords":"51.5321844,-0.1269431","bedrooms":"3","price":"192000","area":"642"} , +{"type":"Feature","id":"n647216730","geometry":{"type":"Point","coordinates":[-0.4446324,51.1521031]},"properties":{"@type":"node","@id":647216730,"@timestamp":1505492029},"coords":"51.1521031,-0.4446324","bedrooms":"1","price":"274000","area":"530"} , +{"type":"Feature","id":"n647305229","geometry":{"type":"Point","coordinates":[0.7183268,51.5460108]},"properties":{"@type":"node","@id":647305229,"@timestamp":1517095659},"coords":"51.5460108,0.7183268","bedrooms":"3","price":"261000","area":"374"} , +{"type":"Feature","id":"n647342167","geometry":{"type":"Point","coordinates":[-0.8479645,51.2585287]},"properties":{"@type":"node","@id":647342167,"@timestamp":1367318924},"coords":"51.2585287,-0.8479645","bedrooms":"4","price":"249000","area":"647"} , +{"type":"Feature","id":"n647414985","geometry":{"type":"Point","coordinates":[0.7090544,51.5499955]},"properties":{"@type":"node","@id":647414985,"@timestamp":1266629457},"coords":"51.5499955,0.7090544","bedrooms":"1","price":"196000","area":"468"} , +{"type":"Feature","id":"n647878582","geometry":{"type":"Point","coordinates":[-0.1174671,51.5203075]},"properties":{"@type":"node","@id":647878582,"@timestamp":1283564155},"coords":"51.5203075,-0.1174671","bedrooms":"2","price":"222000","area":"514"} , +{"type":"Feature","id":"n648074003","geometry":{"type":"Point","coordinates":[-0.029651,51.5148198]},"properties":{"@type":"node","@id":648074003,"@timestamp":1266670230},"coords":"51.5148198,-0.029651","bedrooms":"2","price":"215000","area":"681"} , +{"type":"Feature","id":"n648148536","geometry":{"type":"Point","coordinates":[-0.9223041,51.4330814]},"properties":{"@type":"node","@id":648148536,"@timestamp":1293306302},"coords":"51.4330814,-0.9223041","bedrooms":"1","price":"254000","area":"498"} , +{"type":"Feature","id":"n648205236","geometry":{"type":"Point","coordinates":[-0.0223917,51.5172433]},"properties":{"@type":"node","@id":648205236,"@timestamp":1534129265},"coords":"51.5172433,-0.0223917","bedrooms":"2","price":"161000","area":"387"} , +{"type":"Feature","id":"n648232658","geometry":{"type":"Point","coordinates":[-0.0217438,51.5198538]},"properties":{"@type":"node","@id":648232658,"@timestamp":1266681744},"coords":"51.5198538,-0.0217438","bedrooms":"2","price":"229000","area":"362"} , +{"type":"Feature","id":"n648241127","geometry":{"type":"Point","coordinates":[-0.6126628,51.2001368]},"properties":{"@type":"node","@id":648241127,"@timestamp":1507045115},"coords":"51.2001368,-0.6126628","bedrooms":"0","price":"211000","area":"426"} , +{"type":"Feature","id":"n648241260","geometry":{"type":"Point","coordinates":[-0.6113113,51.2069544]},"properties":{"@type":"node","@id":648241260,"@timestamp":1266683163},"coords":"51.2069544,-0.6113113","bedrooms":"0","price":"290000","area":"448"} , +{"type":"Feature","id":"n648241277","geometry":{"type":"Point","coordinates":[-0.5954252,51.2014622]},"properties":{"@type":"node","@id":648241277,"@timestamp":1266683164},"coords":"51.2014622,-0.5954252","bedrooms":"2","price":"159000","area":"419"} , +{"type":"Feature","id":"n648241340","geometry":{"type":"Point","coordinates":[-0.6006479,51.2129041]},"properties":{"@type":"node","@id":648241340,"@timestamp":1266683167},"coords":"51.2129041,-0.6006479","bedrooms":"3","price":"236000","area":"641"} , +{"type":"Feature","id":"n648260527","geometry":{"type":"Point","coordinates":[0.710269,51.5467671]},"properties":{"@type":"node","@id":648260527,"@timestamp":1552035076},"coords":"51.5467671,0.710269","bedrooms":"2","price":"167000","area":"609"} , +{"type":"Feature","id":"n648263506","geometry":{"type":"Point","coordinates":[0.7089238,51.5441223]},"properties":{"@type":"node","@id":648263506,"@timestamp":1266685761},"coords":"51.5441223,0.7089238","bedrooms":"3","price":"266000","area":"653"} , +{"type":"Feature","id":"n648297054","geometry":{"type":"Point","coordinates":[-0.7161737,51.6129256]},"properties":{"@type":"node","@id":648297054,"@timestamp":1266687683},"coords":"51.6129256,-0.7161737","bedrooms":"0","price":"177000","area":"376"} , +{"type":"Feature","id":"n648409228","geometry":{"type":"Point","coordinates":[-0.2374406,51.5063153]},"properties":{"@type":"node","@id":648409228,"@timestamp":1633027262},"coords":"51.5063153,-0.2374406","bedrooms":"0","price":"152000","area":"624"} , +{"type":"Feature","id":"n648467290","geometry":{"type":"Point","coordinates":[0.043571,51.2377811]},"properties":{"@type":"node","@id":648467290,"@timestamp":1491685326},"coords":"51.2377811,0.043571","bedrooms":"1","price":"285000","area":"517"} , +{"type":"Feature","id":"n648538739","geometry":{"type":"Point","coordinates":[-0.6956276,51.5382677]},"properties":{"@type":"node","@id":648538739,"@timestamp":1266771662},"coords":"51.5382677,-0.6956276","bedrooms":"1","price":"298000","area":"539"} , +{"type":"Feature","id":"n648626804","geometry":{"type":"Point","coordinates":[0.7065861,51.5479688]},"properties":{"@type":"node","@id":648626804,"@timestamp":1266709827},"coords":"51.5479688,0.7065861","bedrooms":"4","price":"274000","area":"558"} , +{"type":"Feature","id":"n648840978","geometry":{"type":"Point","coordinates":[-0.6915087,51.4950033]},"properties":{"@type":"node","@id":648840978,"@timestamp":1266746281},"coords":"51.4950033,-0.6915087","bedrooms":"0","price":"219000","area":"410"} , +{"type":"Feature","id":"n648861175","geometry":{"type":"Point","coordinates":[-0.0776875,51.5272532]},"properties":{"@type":"node","@id":648861175,"@timestamp":1266749056},"coords":"51.5272532,-0.0776875","bedrooms":"2","price":"172000","area":"615"} , +{"type":"Feature","id":"n649033094","geometry":{"type":"Point","coordinates":[-0.5161212,51.8751217]},"properties":{"@type":"node","@id":649033094,"@timestamp":1383401695},"coords":"51.8751217,-0.5161212","bedrooms":"4","price":"236000","area":"352"} , +{"type":"Feature","id":"n649033252","geometry":{"type":"Point","coordinates":[-0.5265699,51.8800404]},"properties":{"@type":"node","@id":649033252,"@timestamp":1266763748},"coords":"51.8800404,-0.5265699","bedrooms":"1","price":"164000","area":"598"} , +{"type":"Feature","id":"n649033686","geometry":{"type":"Point","coordinates":[-0.5239198,51.8763843]},"properties":{"@type":"node","@id":649033686,"@timestamp":1266763758},"coords":"51.8763843,-0.5239198","bedrooms":"4","price":"199000","area":"589"} , +{"type":"Feature","id":"n649062051","geometry":{"type":"Point","coordinates":[0.4355342,51.3147792]},"properties":{"@type":"node","@id":649062051,"@timestamp":1266765802},"coords":"51.3147792,0.4355342","bedrooms":"3","price":"245000","area":"512"} , +{"type":"Feature","id":"n649062067","geometry":{"type":"Point","coordinates":[0.4452153,51.3167537]},"properties":{"@type":"node","@id":649062067,"@timestamp":1266765803},"coords":"51.3167537,0.4452153","bedrooms":"2","price":"288000","area":"405"} , +{"type":"Feature","id":"n649162027","geometry":{"type":"Point","coordinates":[-0.6935687,51.5306643]},"properties":{"@type":"node","@id":649162027,"@timestamp":1266771621},"coords":"51.5306643,-0.6935687","bedrooms":"1","price":"275000","area":"426"} , +{"type":"Feature","id":"n649199396","geometry":{"type":"Point","coordinates":[-1.0457377,51.5677486]},"properties":{"@type":"node","@id":649199396,"@timestamp":1494243647},"coords":"51.5677486,-1.0457377","bedrooms":"2","price":"167000","area":"549"} , +{"type":"Feature","id":"n649378968","geometry":{"type":"Point","coordinates":[0.7026592,51.5465497]},"properties":{"@type":"node","@id":649378968,"@timestamp":1572437473},"coords":"51.5465497,0.7026592","bedrooms":"1","price":"222000","area":"594"} , +{"type":"Feature","id":"n649697427","geometry":{"type":"Point","coordinates":[-0.159056,51.514048]},"properties":{"@type":"node","@id":649697427,"@timestamp":1603382753},"coords":"51.514048,-0.159056","bedrooms":"4","price":"248000","area":"530"} , +{"type":"Feature","id":"n649717722","geometry":{"type":"Point","coordinates":[-0.9570045,51.4509251]},"properties":{"@type":"node","@id":649717722,"@timestamp":1526927678},"coords":"51.4509251,-0.9570045","bedrooms":"2","price":"265000","area":"427"} , +{"type":"Feature","id":"n649717924","geometry":{"type":"Point","coordinates":[-0.9418581,51.4544222]},"properties":{"@type":"node","@id":649717924,"@timestamp":1532620725},"coords":"51.4544222,-0.9418581","bedrooms":"4","price":"168000","area":"521"} , +{"type":"Feature","id":"n649718052","geometry":{"type":"Point","coordinates":[-0.9360163,51.45271]},"properties":{"@type":"node","@id":649718052,"@timestamp":1615996528},"coords":"51.45271,-0.9360163","bedrooms":"4","price":"158000","area":"671"} , +{"type":"Feature","id":"n649910608","geometry":{"type":"Point","coordinates":[-0.1647521,51.5154059]},"properties":{"@type":"node","@id":649910608,"@timestamp":1573278687},"coords":"51.5154059,-0.1647521","bedrooms":"1","price":"269000","area":"509"} , +{"type":"Feature","id":"n650029412","geometry":{"type":"Point","coordinates":[-0.0673986,51.6266228]},"properties":{"@type":"node","@id":650029412,"@timestamp":1605383964},"coords":"51.6266228,-0.0673986","bedrooms":"0","price":"253000","area":"462"} , +{"type":"Feature","id":"n650405431","geometry":{"type":"Point","coordinates":[-0.5804899,51.2368185]},"properties":{"@type":"node","@id":650405431,"@timestamp":1548150557},"coords":"51.2368185,-0.5804899","bedrooms":"0","price":"210000","area":"587"} , +{"type":"Feature","id":"n650708532","geometry":{"type":"Point","coordinates":[-0.7238614,51.5215251]},"properties":{"@type":"node","@id":650708532,"@timestamp":1372455546},"coords":"51.5215251,-0.7238614","bedrooms":"2","price":"152000","area":"665"} , +{"type":"Feature","id":"n650921871","geometry":{"type":"Point","coordinates":[-0.452276,51.4958332]},"properties":{"@type":"node","@id":650921871,"@timestamp":1266874179},"coords":"51.4958332,-0.452276","bedrooms":"1","price":"272000","area":"555"} , +{"type":"Feature","id":"n651077034","geometry":{"type":"Point","coordinates":[-0.038429,51.3508802]},"properties":{"@type":"node","@id":651077034,"@timestamp":1532185686},"coords":"51.3508802,-0.038429","bedrooms":"2","price":"208000","area":"516"} , +{"type":"Feature","id":"n651295171","geometry":{"type":"Point","coordinates":[-0.1949664,51.1220074]},"properties":{"@type":"node","@id":651295171,"@timestamp":1290165085},"coords":"51.1220074,-0.1949664","bedrooms":"4","price":"167000","area":"566"} , +{"type":"Feature","id":"n651295206","geometry":{"type":"Point","coordinates":[-0.1944622,51.1216909]},"properties":{"@type":"node","@id":651295206,"@timestamp":1290165092},"coords":"51.1216909,-0.1944622","bedrooms":"4","price":"272000","area":"478"} , +{"type":"Feature","id":"n651295270","geometry":{"type":"Point","coordinates":[-0.2015861,51.1217448]},"properties":{"@type":"node","@id":651295270,"@timestamp":1290165102},"coords":"51.1217448,-0.2015861","bedrooms":"4","price":"178000","area":"606"} , +{"type":"Feature","id":"n651295312","geometry":{"type":"Point","coordinates":[-0.2014037,51.1222566]},"properties":{"@type":"node","@id":651295312,"@timestamp":1290165109},"coords":"51.1222566,-0.2014037","bedrooms":"4","price":"254000","area":"423"} , +{"type":"Feature","id":"n651295379","geometry":{"type":"Point","coordinates":[-0.2110812,51.1185594]},"properties":{"@type":"node","@id":651295379,"@timestamp":1290165116},"coords":"51.1185594,-0.2110812","bedrooms":"4","price":"166000","area":"545"} , +{"type":"Feature","id":"n651295399","geometry":{"type":"Point","coordinates":[-0.2107271,51.1168017]},"properties":{"@type":"node","@id":651295399,"@timestamp":1290165123},"coords":"51.1168017,-0.2107271","bedrooms":"3","price":"287000","area":"572"} , +{"type":"Feature","id":"n651539698","geometry":{"type":"Point","coordinates":[-0.6773448,51.8702257]},"properties":{"@type":"node","@id":651539698,"@timestamp":1266931832},"coords":"51.8702257,-0.6773448","bedrooms":"4","price":"272000","area":"606"} , +{"type":"Feature","id":"n651930230","geometry":{"type":"Point","coordinates":[-0.5800032,51.2476405]},"properties":{"@type":"node","@id":651930230,"@timestamp":1556311336},"coords":"51.2476405,-0.5800032","bedrooms":"4","price":"184000","area":"478"} , +{"type":"Feature","id":"n651998107","geometry":{"type":"Point","coordinates":[-0.1297829,51.1885154]},"properties":{"@type":"node","@id":651998107,"@timestamp":1525376058},"coords":"51.1885154,-0.1297829","bedrooms":"4","price":"291000","area":"498"} , +{"type":"Feature","id":"n652114350","geometry":{"type":"Point","coordinates":[-0.169846,51.9199337]},"properties":{"@type":"node","@id":652114350,"@timestamp":1633370701},"coords":"51.9199337,-0.169846","bedrooms":"1","price":"274000","area":"372"} , +{"type":"Feature","id":"n652613703","geometry":{"type":"Point","coordinates":[-0.2081578,51.9134007]},"properties":{"@type":"node","@id":652613703,"@timestamp":1551821968},"coords":"51.9134007,-0.2081578","bedrooms":"3","price":"179000","area":"615"} , +{"type":"Feature","id":"n652671500","geometry":{"type":"Point","coordinates":[-0.7129481,51.5533884]},"properties":{"@type":"node","@id":652671500,"@timestamp":1267030239},"coords":"51.5533884,-0.7129481","bedrooms":"4","price":"219000","area":"646"} , +{"type":"Feature","id":"n652698553","geometry":{"type":"Point","coordinates":[-0.7209304,51.5422931]},"properties":{"@type":"node","@id":652698553,"@timestamp":1267032798},"coords":"51.5422931,-0.7209304","bedrooms":"0","price":"278000","area":"350"} , +{"type":"Feature","id":"n652766293","geometry":{"type":"Point","coordinates":[-0.0205999,51.5244236]},"properties":{"@type":"node","@id":652766293,"@timestamp":1504298292},"coords":"51.5244236,-0.0205999","bedrooms":"2","price":"297000","area":"688"} , +{"type":"Feature","id":"n652802603","geometry":{"type":"Point","coordinates":[-0.179931,51.918581]},"properties":{"@type":"node","@id":652802603,"@timestamp":1267125219},"coords":"51.918581,-0.179931","bedrooms":"3","price":"214000","area":"455"} , +{"type":"Feature","id":"n652826148","geometry":{"type":"Point","coordinates":[-0.0262718,51.5294934]},"properties":{"@type":"node","@id":652826148,"@timestamp":1502488080},"coords":"51.5294934,-0.0262718","bedrooms":"0","price":"270000","area":"645"} , +{"type":"Feature","id":"n652841468","geometry":{"type":"Point","coordinates":[-0.8500439,51.2573597]},"properties":{"@type":"node","@id":652841468,"@timestamp":1559595271},"coords":"51.2573597,-0.8500439","bedrooms":"0","price":"279000","area":"430"} , +{"type":"Feature","id":"n652850460","geometry":{"type":"Point","coordinates":[-0.0256421,51.5296101]},"properties":{"@type":"node","@id":652850460,"@timestamp":1267049353},"coords":"51.5296101,-0.0256421","bedrooms":"3","price":"234000","area":"606"} , +{"type":"Feature","id":"n652895858","geometry":{"type":"Point","coordinates":[0.0827224,51.7750197]},"properties":{"@type":"node","@id":652895858,"@timestamp":1631214431},"coords":"51.7750197,0.0827224","bedrooms":"3","price":"267000","area":"508"} , +{"type":"Feature","id":"n653304130","geometry":{"type":"Point","coordinates":[0.6257231,51.1683295]},"properties":{"@type":"node","@id":653304130,"@timestamp":1342431981},"coords":"51.1683295,0.6257231","bedrooms":"3","price":"238000","area":"398"} , +{"type":"Feature","id":"n653505385","geometry":{"type":"Point","coordinates":[-0.7177801,51.5509727]},"properties":{"@type":"node","@id":653505385,"@timestamp":1268759044},"coords":"51.5509727,-0.7177801","bedrooms":"4","price":"259000","area":"419"} , +{"type":"Feature","id":"n653775605","geometry":{"type":"Point","coordinates":[0.1019478,51.4241538]},"properties":{"@type":"node","@id":653775605,"@timestamp":1492618892},"coords":"51.4241538,0.1019478","bedrooms":"3","price":"238000","area":"503"} , +{"type":"Feature","id":"n653926374","geometry":{"type":"Point","coordinates":[-0.0785559,51.5744671]},"properties":{"@type":"node","@id":653926374,"@timestamp":1569125404},"coords":"51.5744671,-0.0785559","bedrooms":"0","price":"235000","area":"674"} , +{"type":"Feature","id":"n653962201","geometry":{"type":"Point","coordinates":[-0.0963675,51.4787764]},"properties":{"@type":"node","@id":653962201,"@timestamp":1267142358},"coords":"51.4787764,-0.0963675","bedrooms":"4","price":"172000","area":"613"} , +{"type":"Feature","id":"n653985524","geometry":{"type":"Point","coordinates":[-0.0759558,51.5447953]},"properties":{"@type":"node","@id":653985524,"@timestamp":1625014674},"coords":"51.5447953,-0.0759558","bedrooms":"4","price":"282000","area":"426"} , +{"type":"Feature","id":"n654124993","geometry":{"type":"Point","coordinates":[-0.5698957,51.2327469]},"properties":{"@type":"node","@id":654124993,"@timestamp":1267196220},"coords":"51.2327469,-0.5698957","bedrooms":"2","price":"290000","area":"668"} , +{"type":"Feature","id":"n654325914","geometry":{"type":"Point","coordinates":[-0.0125148,51.5233059]},"properties":{"@type":"node","@id":654325914,"@timestamp":1625134770},"coords":"51.5233059,-0.0125148","bedrooms":"0","price":"298000","area":"533"} , +{"type":"Feature","id":"n654582423","geometry":{"type":"Point","coordinates":[-0.1443598,51.5234674]},"properties":{"@type":"node","@id":654582423,"@timestamp":1611343977},"coords":"51.5234674,-0.1443598","bedrooms":"3","price":"253000","area":"692"} , +{"type":"Feature","id":"n655166613","geometry":{"type":"Point","coordinates":[-0.096525,51.48997]},"properties":{"@type":"node","@id":655166613,"@timestamp":1619833089},"coords":"51.48997,-0.096525","bedrooms":"4","price":"166000","area":"451"} , +{"type":"Feature","id":"n655210859","geometry":{"type":"Point","coordinates":[-0.1335554,51.1578625]},"properties":{"@type":"node","@id":655210859,"@timestamp":1310818044},"coords":"51.1578625,-0.1335554","bedrooms":"1","price":"288000","area":"513"} , +{"type":"Feature","id":"n655297518","geometry":{"type":"Point","coordinates":[0.57598,51.3488042]},"properties":{"@type":"node","@id":655297518,"@timestamp":1403739501},"coords":"51.3488042,0.57598","bedrooms":"4","price":"170000","area":"399"} , +{"type":"Feature","id":"n655316225","geometry":{"type":"Point","coordinates":[-0.7447508,51.5463284]},"properties":{"@type":"node","@id":655316225,"@timestamp":1267295310},"coords":"51.5463284,-0.7447508","bedrooms":"1","price":"259000","area":"492"} , +{"type":"Feature","id":"n655326729","geometry":{"type":"Point","coordinates":[-0.7365003,51.5515123]},"properties":{"@type":"node","@id":655326729,"@timestamp":1267299659},"coords":"51.5515123,-0.7365003","bedrooms":"1","price":"261000","area":"490"} , +{"type":"Feature","id":"n655436043","geometry":{"type":"Point","coordinates":[-0.5302453,51.7218654]},"properties":{"@type":"node","@id":655436043,"@timestamp":1535317863},"coords":"51.7218654,-0.5302453","bedrooms":"1","price":"236000","area":"516"} , +{"type":"Feature","id":"n655516734","geometry":{"type":"Point","coordinates":[-0.6714112,51.8980425]},"properties":{"@type":"node","@id":655516734,"@timestamp":1582455254},"coords":"51.8980425,-0.6714112","bedrooms":"4","price":"285000","area":"407"} , +{"type":"Feature","id":"n655618678","geometry":{"type":"Point","coordinates":[-0.4081042,51.6686538]},"properties":{"@type":"node","@id":655618678,"@timestamp":1267327810},"coords":"51.6686538,-0.4081042","bedrooms":"4","price":"164000","area":"674"} , +{"type":"Feature","id":"n656169935","geometry":{"type":"Point","coordinates":[-0.5331232,51.7233073]},"properties":{"@type":"node","@id":656169935,"@timestamp":1535317863},"coords":"51.7233073,-0.5331232","bedrooms":"4","price":"254000","area":"361"} , +{"type":"Feature","id":"n656415325","geometry":{"type":"Point","coordinates":[0.4137111,51.7269748]},"properties":{"@type":"node","@id":656415325,"@timestamp":1580664136},"coords":"51.7269748,0.4137111","bedrooms":"1","price":"270000","area":"572"} , +{"type":"Feature","id":"n656430376","geometry":{"type":"Point","coordinates":[-0.7428979,51.2514032]},"properties":{"@type":"node","@id":656430376,"@timestamp":1618664215},"coords":"51.2514032,-0.7428979","bedrooms":"4","price":"207000","area":"649"} , +{"type":"Feature","id":"n656527858","geometry":{"type":"Point","coordinates":[-0.7290875,51.9845199]},"properties":{"@type":"node","@id":656527858,"@timestamp":1626378177},"coords":"51.9845199,-0.7290875","bedrooms":"3","price":"210000","area":"385"} , +{"type":"Feature","id":"n656637200","geometry":{"type":"Point","coordinates":[0.1124501,51.4599928]},"properties":{"@type":"node","@id":656637200,"@timestamp":1267388647},"coords":"51.4599928,0.1124501","bedrooms":"1","price":"296000","area":"562"} , +{"type":"Feature","id":"n656954547","geometry":{"type":"Point","coordinates":[-0.1238918,51.5780983]},"properties":{"@type":"node","@id":656954547,"@timestamp":1623184121},"coords":"51.5780983,-0.1238918","bedrooms":"1","price":"276000","area":"588"} , +{"type":"Feature","id":"n658068639","geometry":{"type":"Point","coordinates":[-0.9514992,51.2870231]},"properties":{"@type":"node","@id":658068639,"@timestamp":1343406526},"coords":"51.2870231,-0.9514992","bedrooms":"0","price":"243000","area":"382"} , +{"type":"Feature","id":"n658814106","geometry":{"type":"Point","coordinates":[-0.7703134,51.4913114]},"properties":{"@type":"node","@id":658814106,"@timestamp":1267476326},"coords":"51.4913114,-0.7703134","bedrooms":"1","price":"203000","area":"486"} , +{"type":"Feature","id":"n658951637","geometry":{"type":"Point","coordinates":[-0.0754132,51.5486553]},"properties":{"@type":"node","@id":658951637,"@timestamp":1612631940},"coords":"51.5486553,-0.0754132","bedrooms":"3","price":"292000","area":"689"} , +{"type":"Feature","id":"n658951661","geometry":{"type":"Point","coordinates":[-0.0753291,51.5497512]},"properties":{"@type":"node","@id":658951661,"@timestamp":1267494232},"coords":"51.5497512,-0.0753291","bedrooms":"2","price":"213000","area":"461"} , +{"type":"Feature","id":"n658951696","geometry":{"type":"Point","coordinates":[-0.0752341,51.5515264]},"properties":{"@type":"node","@id":658951696,"@timestamp":1467400833},"coords":"51.5515264,-0.0752341","bedrooms":"1","price":"162000","area":"456"} , +{"type":"Feature","id":"n658958381","geometry":{"type":"Point","coordinates":[-0.0749672,51.5527751]},"properties":{"@type":"node","@id":658958381,"@timestamp":1267498395},"coords":"51.5527751,-0.0749672","bedrooms":"1","price":"157000","area":"496"} , +{"type":"Feature","id":"n658958396","geometry":{"type":"Point","coordinates":[-0.0749839,51.5537952]},"properties":{"@type":"node","@id":658958396,"@timestamp":1602405179},"coords":"51.5537952,-0.0749839","bedrooms":"1","price":"222000","area":"484"} , +{"type":"Feature","id":"n658958406","geometry":{"type":"Point","coordinates":[-0.0749138,51.5546017]},"properties":{"@type":"node","@id":658958406,"@timestamp":1602405179},"coords":"51.5546017,-0.0749138","bedrooms":"3","price":"180000","area":"543"} , +{"type":"Feature","id":"n658958422","geometry":{"type":"Point","coordinates":[-0.0746336,51.5556847]},"properties":{"@type":"node","@id":658958422,"@timestamp":1267498397},"coords":"51.5556847,-0.0746336","bedrooms":"0","price":"233000","area":"606"} , +{"type":"Feature","id":"n658958433","geometry":{"type":"Point","coordinates":[-0.0746302,51.5565132]},"properties":{"@type":"node","@id":658958433,"@timestamp":1617464060},"coords":"51.5565132,-0.0746302","bedrooms":"4","price":"189000","area":"351"} , +{"type":"Feature","id":"n659433867","geometry":{"type":"Point","coordinates":[0.0393016,51.271153]},"properties":{"@type":"node","@id":659433867,"@timestamp":1546023042},"coords":"51.271153,0.0393016","bedrooms":"3","price":"161000","area":"481"} , +{"type":"Feature","id":"n659540766","geometry":{"type":"Point","coordinates":[-0.7716376,51.5279737]},"properties":{"@type":"node","@id":659540766,"@timestamp":1267559295},"coords":"51.5279737,-0.7716376","bedrooms":"3","price":"294000","area":"512"} , +{"type":"Feature","id":"n659653103","geometry":{"type":"Point","coordinates":[-0.1497917,51.508775]},"properties":{"@type":"node","@id":659653103,"@timestamp":1536469022},"coords":"51.508775,-0.1497917","bedrooms":"0","price":"234000","area":"584"} , +{"type":"Feature","id":"n659653162","geometry":{"type":"Point","coordinates":[-0.1461415,51.5083112]},"properties":{"@type":"node","@id":659653162,"@timestamp":1473281416},"coords":"51.5083112,-0.1461415","bedrooms":"0","price":"285000","area":"391"} , +{"type":"Feature","id":"n659653187","geometry":{"type":"Point","coordinates":[-0.1468904,51.5103575]},"properties":{"@type":"node","@id":659653187,"@timestamp":1267595365},"coords":"51.5103575,-0.1468904","bedrooms":"3","price":"256000","area":"441"} , +{"type":"Feature","id":"n659654480","geometry":{"type":"Point","coordinates":[-0.1418861,51.5154363]},"properties":{"@type":"node","@id":659654480,"@timestamp":1631045159},"coords":"51.5154363,-0.1418861","bedrooms":"0","price":"168000","area":"596"} , +{"type":"Feature","id":"n659786650","geometry":{"type":"Point","coordinates":[-0.1990818,51.8932192]},"properties":{"@type":"node","@id":659786650,"@timestamp":1267627992},"coords":"51.8932192,-0.1990818","bedrooms":"2","price":"270000","area":"445"} , +{"type":"Feature","id":"n659856882","geometry":{"type":"Point","coordinates":[-0.748832,51.5294528]},"properties":{"@type":"node","@id":659856882,"@timestamp":1407933661},"coords":"51.5294528,-0.748832","bedrooms":"0","price":"258000","area":"362"} , +{"type":"Feature","id":"n659920108","geometry":{"type":"Point","coordinates":[-0.7520177,51.5319825]},"properties":{"@type":"node","@id":659920108,"@timestamp":1280217894},"coords":"51.5319825,-0.7520177","bedrooms":"2","price":"243000","area":"537"} , +{"type":"Feature","id":"n659931416","geometry":{"type":"Point","coordinates":[-0.7505693,51.5313017]},"properties":{"@type":"node","@id":659931416,"@timestamp":1280217892},"coords":"51.5313017,-0.7505693","bedrooms":"3","price":"278000","area":"582"} , +{"type":"Feature","id":"n659934669","geometry":{"type":"Point","coordinates":[-0.9384839,51.40469]},"properties":{"@type":"node","@id":659934669,"@timestamp":1566876028},"coords":"51.40469,-0.9384839","bedrooms":"2","price":"225000","area":"608"} , +{"type":"Feature","id":"n659934694","geometry":{"type":"Point","coordinates":[-0.9060451,51.3967603]},"properties":{"@type":"node","@id":659934694,"@timestamp":1621110944},"coords":"51.3967603,-0.9060451","bedrooms":"4","price":"288000","area":"380"} , +{"type":"Feature","id":"n659940591","geometry":{"type":"Point","coordinates":[-0.7528124,51.5327165]},"properties":{"@type":"node","@id":659940591,"@timestamp":1267650507},"coords":"51.5327165,-0.7528124","bedrooms":"1","price":"286000","area":"600"} , +{"type":"Feature","id":"n659943639","geometry":{"type":"Point","coordinates":[-0.7496259,51.5314317]},"properties":{"@type":"node","@id":659943639,"@timestamp":1267650993},"coords":"51.5314317,-0.7496259","bedrooms":"3","price":"229000","area":"484"} , +{"type":"Feature","id":"n659987494","geometry":{"type":"Point","coordinates":[-0.4588123,51.711309]},"properties":{"@type":"node","@id":659987494,"@timestamp":1295915162},"coords":"51.711309,-0.4588123","bedrooms":"2","price":"295000","area":"688"} , +{"type":"Feature","id":"n660327297","geometry":{"type":"Point","coordinates":[-0.0283057,51.5336317]},"properties":{"@type":"node","@id":660327297,"@timestamp":1602461201},"coords":"51.5336317,-0.0283057","bedrooms":"2","price":"183000","area":"633"} , +{"type":"Feature","id":"n660345435","geometry":{"type":"Point","coordinates":[-0.7483852,51.861174]},"properties":{"@type":"node","@id":660345435,"@timestamp":1267726606},"coords":"51.861174,-0.7483852","bedrooms":"1","price":"190000","area":"602"} , +{"type":"Feature","id":"n660398701","geometry":{"type":"Point","coordinates":[-1.0368005,51.0380949]},"properties":{"@type":"node","@id":660398701,"@timestamp":1538512631},"coords":"51.0380949,-1.0368005","bedrooms":"1","price":"151000","area":"426"} , +{"type":"Feature","id":"n660477318","geometry":{"type":"Point","coordinates":[0.0553986,51.5011416]},"properties":{"@type":"node","@id":660477318,"@timestamp":1624287151},"coords":"51.5011416,0.0553986","bedrooms":"1","price":"190000","area":"389"} , +{"type":"Feature","id":"n660732683","geometry":{"type":"Point","coordinates":[-0.752659,51.543783]},"properties":{"@type":"node","@id":660732683,"@timestamp":1267809242},"coords":"51.543783,-0.752659","bedrooms":"1","price":"201000","area":"557"} , +{"type":"Feature","id":"n660760074","geometry":{"type":"Point","coordinates":[0.0458624,51.5022533]},"properties":{"@type":"node","@id":660760074,"@timestamp":1605738754},"coords":"51.5022533,0.0458624","bedrooms":"1","price":"205000","area":"615"} , +{"type":"Feature","id":"n660897067","geometry":{"type":"Point","coordinates":[-0.0745067,51.5585442]},"properties":{"@type":"node","@id":660897067,"@timestamp":1509200907},"coords":"51.5585442,-0.0745067","bedrooms":"0","price":"204000","area":"629"} , +{"type":"Feature","id":"n660897077","geometry":{"type":"Point","coordinates":[-0.0743842,51.5589352]},"properties":{"@type":"node","@id":660897077,"@timestamp":1267835215},"coords":"51.5589352,-0.0743842","bedrooms":"0","price":"216000","area":"504"} , +{"type":"Feature","id":"n660897088","geometry":{"type":"Point","coordinates":[-0.0742513,51.5594979]},"properties":{"@type":"node","@id":660897088,"@timestamp":1267835216},"coords":"51.5594979,-0.0742513","bedrooms":"4","price":"272000","area":"669"} , +{"type":"Feature","id":"n660899248","geometry":{"type":"Point","coordinates":[-0.0741365,51.5601225]},"properties":{"@type":"node","@id":660899248,"@timestamp":1601059095},"coords":"51.5601225,-0.0741365","bedrooms":"0","price":"196000","area":"540"} , +{"type":"Feature","id":"n660899259","geometry":{"type":"Point","coordinates":[-0.0740615,51.5607432]},"properties":{"@type":"node","@id":660899259,"@timestamp":1267837174},"coords":"51.5607432,-0.0740615","bedrooms":"1","price":"212000","area":"471"} , +{"type":"Feature","id":"n660899269","geometry":{"type":"Point","coordinates":[-0.0739431,51.5613982]},"properties":{"@type":"node","@id":660899269,"@timestamp":1267837175},"coords":"51.5613982,-0.0739431","bedrooms":"1","price":"285000","area":"446"} , +{"type":"Feature","id":"n660899280","geometry":{"type":"Point","coordinates":[-0.0734656,51.5628523]},"properties":{"@type":"node","@id":660899280,"@timestamp":1267837176},"coords":"51.5628523,-0.0734656","bedrooms":"2","price":"212000","area":"693"} , +{"type":"Feature","id":"n660899290","geometry":{"type":"Point","coordinates":[-0.0733306,51.5632871]},"properties":{"@type":"node","@id":660899290,"@timestamp":1267837176},"coords":"51.5632871,-0.0733306","bedrooms":"2","price":"220000","area":"498"} , +{"type":"Feature","id":"n661092244","geometry":{"type":"Point","coordinates":[-0.5390279,51.3053315]},"properties":{"@type":"node","@id":661092244,"@timestamp":1531240486},"coords":"51.3053315,-0.5390279","bedrooms":"0","price":"238000","area":"620"} , +{"type":"Feature","id":"n661093481","geometry":{"type":"Point","coordinates":[-0.5405365,51.3035008]},"properties":{"@type":"node","@id":661093481,"@timestamp":1531241122},"coords":"51.3035008,-0.5405365","bedrooms":"0","price":"296000","area":"383"} , +{"type":"Feature","id":"n661145887","geometry":{"type":"Point","coordinates":[-0.1424573,51.5160453]},"properties":{"@type":"node","@id":661145887,"@timestamp":1603642654},"coords":"51.5160453,-0.1424573","bedrooms":"1","price":"283000","area":"667"} , +{"type":"Feature","id":"n661171173","geometry":{"type":"Point","coordinates":[-0.7194431,51.511116]},"properties":{"@type":"node","@id":661171173,"@timestamp":1267893255},"coords":"51.511116,-0.7194431","bedrooms":"4","price":"178000","area":"378"} , +{"type":"Feature","id":"n661197107","geometry":{"type":"Point","coordinates":[-0.6813138,51.9593985]},"properties":{"@type":"node","@id":661197107,"@timestamp":1553450525},"coords":"51.9593985,-0.6813138","bedrooms":"3","price":"201000","area":"600"} , +{"type":"Feature","id":"n661280195","geometry":{"type":"Point","coordinates":[-0.1371513,51.5176134]},"properties":{"@type":"node","@id":661280195,"@timestamp":1543732875},"coords":"51.5176134,-0.1371513","bedrooms":"0","price":"180000","area":"595"} , +{"type":"Feature","id":"n661429486","geometry":{"type":"Point","coordinates":[0.3043177,51.367718]},"properties":{"@type":"node","@id":661429486,"@timestamp":1386781863},"coords":"51.367718,0.3043177","bedrooms":"4","price":"222000","area":"634"} , +{"type":"Feature","id":"n661619041","geometry":{"type":"Point","coordinates":[-0.129424,51.5837187]},"properties":{"@type":"node","@id":661619041,"@timestamp":1603486960},"coords":"51.5837187,-0.129424","bedrooms":"4","price":"264000","area":"598"} , +{"type":"Feature","id":"n662087329","geometry":{"type":"Point","coordinates":[0.0117105,51.513676]},"properties":{"@type":"node","@id":662087329,"@timestamp":1593363850},"coords":"51.513676,0.0117105","bedrooms":"0","price":"218000","area":"552"} , +{"type":"Feature","id":"n662185232","geometry":{"type":"Point","coordinates":[-0.073244,51.5083816]},"properties":{"@type":"node","@id":662185232,"@timestamp":1628835980},"coords":"51.5083816,-0.073244","bedrooms":"0","price":"289000","area":"457"} , +{"type":"Feature","id":"n662209856","geometry":{"type":"Point","coordinates":[0.5290261,51.3489818]},"properties":{"@type":"node","@id":662209856,"@timestamp":1515943915},"coords":"51.3489818,0.5290261","bedrooms":"0","price":"218000","area":"564"} , +{"type":"Feature","id":"n662219730","geometry":{"type":"Point","coordinates":[0.0199855,51.5163505]},"properties":{"@type":"node","@id":662219730,"@timestamp":1588062081},"coords":"51.5163505,0.0199855","bedrooms":"3","price":"161000","area":"588"} , +{"type":"Feature","id":"n662296757","geometry":{"type":"Point","coordinates":[-0.2855862,51.8313344]},"properties":{"@type":"node","@id":662296757,"@timestamp":1391356867},"coords":"51.8313344,-0.2855862","bedrooms":"0","price":"187000","area":"364"} , +{"type":"Feature","id":"n662296791","geometry":{"type":"Point","coordinates":[-0.2933499,51.8534541]},"properties":{"@type":"node","@id":662296791,"@timestamp":1267977100},"coords":"51.8534541,-0.2933499","bedrooms":"3","price":"296000","area":"483"} , +{"type":"Feature","id":"n662309790","geometry":{"type":"Point","coordinates":[-0.7047073,51.6314802]},"properties":{"@type":"node","@id":662309790,"@timestamp":1267978925},"coords":"51.6314802,-0.7047073","bedrooms":"3","price":"262000","area":"565"} , +{"type":"Feature","id":"n662352277","geometry":{"type":"Point","coordinates":[-0.6419292,51.923396]},"properties":{"@type":"node","@id":662352277,"@timestamp":1613849957},"coords":"51.923396,-0.6419292","bedrooms":"0","price":"213000","area":"597"} , +{"type":"Feature","id":"n662411536","geometry":{"type":"Point","coordinates":[0.5445675,51.335113]},"properties":{"@type":"node","@id":662411536,"@timestamp":1604592746},"coords":"51.335113,0.5445675","bedrooms":"4","price":"208000","area":"631"} , +{"type":"Feature","id":"n662495172","geometry":{"type":"Point","coordinates":[-0.9943323,51.0289564]},"properties":{"@type":"node","@id":662495172,"@timestamp":1367434071},"coords":"51.0289564,-0.9943323","bedrooms":"4","price":"284000","area":"508"} , +{"type":"Feature","id":"n662524648","geometry":{"type":"Point","coordinates":[-0.8060343,51.7454037]},"properties":{"@type":"node","@id":662524648,"@timestamp":1275132768},"coords":"51.7454037,-0.8060343","bedrooms":"2","price":"152000","area":"358"} , +{"type":"Feature","id":"n662622122","geometry":{"type":"Point","coordinates":[-0.7104794,51.1229602]},"properties":{"@type":"node","@id":662622122,"@timestamp":1566048504},"coords":"51.1229602,-0.7104794","bedrooms":"2","price":"150000","area":"387"} , +{"type":"Feature","id":"n662690048","geometry":{"type":"Point","coordinates":[-0.9719305,51.456669]},"properties":{"@type":"node","@id":662690048,"@timestamp":1621360625},"coords":"51.456669,-0.9719305","bedrooms":"4","price":"291000","area":"374"} , +{"type":"Feature","id":"n662838392","geometry":{"type":"Point","coordinates":[-0.0656725,51.4740106]},"properties":{"@type":"node","@id":662838392,"@timestamp":1614038696},"coords":"51.4740106,-0.0656725","bedrooms":"4","price":"277000","area":"660"} , +{"type":"Feature","id":"n662886040","geometry":{"type":"Point","coordinates":[-0.4010311,51.8809339]},"properties":{"@type":"node","@id":662886040,"@timestamp":1268060426},"coords":"51.8809339,-0.4010311","bedrooms":"1","price":"292000","area":"483"} , +{"type":"Feature","id":"n662888512","geometry":{"type":"Point","coordinates":[-0.1137042,51.5030395]},"properties":{"@type":"node","@id":662888512,"@timestamp":1328306857},"coords":"51.5030395,-0.1137042","bedrooms":"2","price":"292000","area":"406"} , +{"type":"Feature","id":"n662889967","geometry":{"type":"Point","coordinates":[-0.4167257,51.8791261]},"properties":{"@type":"node","@id":662889967,"@timestamp":1604962162},"coords":"51.8791261,-0.4167257","bedrooms":"2","price":"214000","area":"408"} , +{"type":"Feature","id":"n662976797","geometry":{"type":"Point","coordinates":[0.8765283,51.1437288]},"properties":{"@type":"node","@id":662976797,"@timestamp":1326976875},"coords":"51.1437288,0.8765283","bedrooms":"3","price":"215000","area":"663"} , +{"type":"Feature","id":"n663071449","geometry":{"type":"Point","coordinates":[-0.8612336,51.2652354]},"properties":{"@type":"node","@id":663071449,"@timestamp":1307176257},"coords":"51.2652354,-0.8612336","bedrooms":"0","price":"189000","area":"555"} , +{"type":"Feature","id":"n663260803","geometry":{"type":"Point","coordinates":[-0.120776,51.515545]},"properties":{"@type":"node","@id":663260803,"@timestamp":1618348861},"coords":"51.515545,-0.120776","bedrooms":"2","price":"166000","area":"588"} , +{"type":"Feature","id":"n663314229","geometry":{"type":"Point","coordinates":[-0.18305,51.9294602]},"properties":{"@type":"node","@id":663314229,"@timestamp":1291824997},"coords":"51.9294602,-0.18305","bedrooms":"3","price":"226000","area":"355"} , +{"type":"Feature","id":"n663338413","geometry":{"type":"Point","coordinates":[-0.4104235,51.8913395]},"properties":{"@type":"node","@id":663338413,"@timestamp":1268157213},"coords":"51.8913395,-0.4104235","bedrooms":"1","price":"188000","area":"404"} , +{"type":"Feature","id":"n663363420","geometry":{"type":"Point","coordinates":[-0.1137012,51.5150904]},"properties":{"@type":"node","@id":663363420,"@timestamp":1533732157},"coords":"51.5150904,-0.1137012","bedrooms":"0","price":"221000","area":"506"} , +{"type":"Feature","id":"n663365670","geometry":{"type":"Point","coordinates":[-0.6634509,51.845637]},"properties":{"@type":"node","@id":663365670,"@timestamp":1268160539},"coords":"51.845637,-0.6634509","bedrooms":"3","price":"185000","area":"416"} , +{"type":"Feature","id":"n663406416","geometry":{"type":"Point","coordinates":[-0.5525788,51.6795525]},"properties":{"@type":"node","@id":663406416,"@timestamp":1268166638},"coords":"51.6795525,-0.5525788","bedrooms":"2","price":"168000","area":"507"} , +{"type":"Feature","id":"n663430015","geometry":{"type":"Point","coordinates":[-0.9088025,51.3968668]},"properties":{"@type":"node","@id":663430015,"@timestamp":1268170516},"coords":"51.3968668,-0.9088025","bedrooms":"0","price":"212000","area":"589"} , +{"type":"Feature","id":"n663569775","geometry":{"type":"Point","coordinates":[-0.2041905,51.4210233]},"properties":{"@type":"node","@id":663569775,"@timestamp":1623690696},"coords":"51.4210233,-0.2041905","bedrooms":"3","price":"246000","area":"679"} , +{"type":"Feature","id":"n663673327","geometry":{"type":"Point","coordinates":[-0.0772063,51.5186022]},"properties":{"@type":"node","@id":663673327,"@timestamp":1416406918},"coords":"51.5186022,-0.0772063","bedrooms":"3","price":"266000","area":"648"} , +{"type":"Feature","id":"n663704548","geometry":{"type":"Point","coordinates":[-0.2284462,51.7626619]},"properties":{"@type":"node","@id":663704548,"@timestamp":1553204654},"coords":"51.7626619,-0.2284462","bedrooms":"4","price":"264000","area":"625"} , +{"type":"Feature","id":"n663746600","geometry":{"type":"Point","coordinates":[-0.7688657,51.5337831]},"properties":{"@type":"node","@id":663746600,"@timestamp":1268244366},"coords":"51.5337831,-0.7688657","bedrooms":"1","price":"207000","area":"463"} , +{"type":"Feature","id":"n663813736","geometry":{"type":"Point","coordinates":[0.0416127,51.5101591]},"properties":{"@type":"node","@id":663813736,"@timestamp":1289308017},"coords":"51.5101591,0.0416127","bedrooms":"1","price":"293000","area":"413"} , +{"type":"Feature","id":"n663871456","geometry":{"type":"Point","coordinates":[-0.2271109,51.7632969]},"properties":{"@type":"node","@id":663871456,"@timestamp":1553343085},"coords":"51.7632969,-0.2271109","bedrooms":"3","price":"150000","area":"543"} , +{"type":"Feature","id":"n663894238","geometry":{"type":"Point","coordinates":[-0.1811515,51.8789729]},"properties":{"@type":"node","@id":663894238,"@timestamp":1613828502},"coords":"51.8789729,-0.1811515","bedrooms":"4","price":"264000","area":"694"} , +{"type":"Feature","id":"n663950102","geometry":{"type":"Point","coordinates":[-0.3909765,51.9068081]},"properties":{"@type":"node","@id":663950102,"@timestamp":1518320368},"coords":"51.9068081,-0.3909765","bedrooms":"0","price":"228000","area":"695"} , +{"type":"Feature","id":"n664040585","geometry":{"type":"Point","coordinates":[-0.3255464,51.409669]},"properties":{"@type":"node","@id":664040585,"@timestamp":1603199069},"coords":"51.409669,-0.3255464","bedrooms":"0","price":"206000","area":"637"} , +{"type":"Feature","id":"n664103991","geometry":{"type":"Point","coordinates":[-0.4502236,51.8945726]},"properties":{"@type":"node","@id":664103991,"@timestamp":1268325079},"coords":"51.8945726,-0.4502236","bedrooms":"2","price":"186000","area":"629"} , +{"type":"Feature","id":"n664104048","geometry":{"type":"Point","coordinates":[-0.4269228,51.8887905]},"properties":{"@type":"node","@id":664104048,"@timestamp":1612721555},"coords":"51.8887905,-0.4269228","bedrooms":"3","price":"297000","area":"468"} , +{"type":"Feature","id":"n664131733","geometry":{"type":"Point","coordinates":[-0.2180135,51.9209922]},"properties":{"@type":"node","@id":664131733,"@timestamp":1268329040},"coords":"51.9209922,-0.2180135","bedrooms":"1","price":"211000","area":"351"} , +{"type":"Feature","id":"n664215377","geometry":{"type":"Point","coordinates":[0.0370581,51.5143502]},"properties":{"@type":"node","@id":664215377,"@timestamp":1631642738},"coords":"51.5143502,0.0370581","bedrooms":"4","price":"178000","area":"362"} , +{"type":"Feature","id":"n664307157","geometry":{"type":"Point","coordinates":[-0.2423481,51.4065974]},"properties":{"@type":"node","@id":664307157,"@timestamp":1324505292},"coords":"51.4065974,-0.2423481","bedrooms":"3","price":"167000","area":"632"} , +{"type":"Feature","id":"n664485753","geometry":{"type":"Point","coordinates":[-0.405792,51.8840223]},"properties":{"@type":"node","@id":664485753,"@timestamp":1268397053},"coords":"51.8840223,-0.405792","bedrooms":"2","price":"246000","area":"552"} , +{"type":"Feature","id":"n664485775","geometry":{"type":"Point","coordinates":[-0.3869344,51.9116724]},"properties":{"@type":"node","@id":664485775,"@timestamp":1518400072},"coords":"51.9116724,-0.3869344","bedrooms":"4","price":"158000","area":"412"} , +{"type":"Feature","id":"n664534999","geometry":{"type":"Point","coordinates":[0.0444917,51.5116212]},"properties":{"@type":"node","@id":664534999,"@timestamp":1607114546},"coords":"51.5116212,0.0444917","bedrooms":"0","price":"169000","area":"674"} , +{"type":"Feature","id":"n664682355","geometry":{"type":"Point","coordinates":[-0.5579074,51.6744594]},"properties":{"@type":"node","@id":664682355,"@timestamp":1595090798},"coords":"51.6744594,-0.5579074","bedrooms":"4","price":"194000","area":"655"} , +{"type":"Feature","id":"n664888535","geometry":{"type":"Point","coordinates":[0.692493,51.5380915]},"properties":{"@type":"node","@id":664888535,"@timestamp":1629137645},"coords":"51.5380915,0.692493","bedrooms":"0","price":"272000","area":"473"} , +{"type":"Feature","id":"n664904157","geometry":{"type":"Point","coordinates":[0.6945511,51.539957]},"properties":{"@type":"node","@id":664904157,"@timestamp":1292621167},"coords":"51.539957,0.6945511","bedrooms":"1","price":"177000","area":"589"} , +{"type":"Feature","id":"n664906578","geometry":{"type":"Point","coordinates":[0.6962477,51.5416594]},"properties":{"@type":"node","@id":664906578,"@timestamp":1292358886},"coords":"51.5416594,0.6962477","bedrooms":"3","price":"238000","area":"430"} , +{"type":"Feature","id":"n664909514","geometry":{"type":"Point","coordinates":[0.6935791,51.5434569]},"properties":{"@type":"node","@id":664909514,"@timestamp":1292355897},"coords":"51.5434569,0.6935791","bedrooms":"2","price":"223000","area":"658"} , +{"type":"Feature","id":"n664962999","geometry":{"type":"Point","coordinates":[-0.480213,51.352257]},"properties":{"@type":"node","@id":664962999,"@timestamp":1268443524},"coords":"51.352257,-0.480213","bedrooms":"2","price":"175000","area":"695"} , +{"type":"Feature","id":"n664963072","geometry":{"type":"Point","coordinates":[-0.4804826,51.3535751]},"properties":{"@type":"node","@id":664963072,"@timestamp":1325708798},"coords":"51.3535751,-0.4804826","bedrooms":"1","price":"282000","area":"526"} , +{"type":"Feature","id":"n664973802","geometry":{"type":"Point","coordinates":[-0.8809427,51.9442596]},"properties":{"@type":"node","@id":664973802,"@timestamp":1268448040},"coords":"51.9442596,-0.8809427","bedrooms":"1","price":"242000","area":"466"} , +{"type":"Feature","id":"n665073835","geometry":{"type":"Point","coordinates":[-0.3283553,51.3934489]},"properties":{"@type":"node","@id":665073835,"@timestamp":1404670241},"coords":"51.3934489,-0.3283553","bedrooms":"0","price":"218000","area":"636"} , +{"type":"Feature","id":"n665073860","geometry":{"type":"Point","coordinates":[-0.3287278,51.3938869]},"properties":{"@type":"node","@id":665073860,"@timestamp":1404670242},"coords":"51.3938869,-0.3287278","bedrooms":"1","price":"150000","area":"467"} , +{"type":"Feature","id":"n665073874","geometry":{"type":"Point","coordinates":[-0.3275911,51.392994]},"properties":{"@type":"node","@id":665073874,"@timestamp":1404670242},"coords":"51.392994,-0.3275911","bedrooms":"3","price":"243000","area":"448"} , +{"type":"Feature","id":"n665073884","geometry":{"type":"Point","coordinates":[-0.3279159,51.3932491]},"properties":{"@type":"node","@id":665073884,"@timestamp":1404670243},"coords":"51.3932491,-0.3279159","bedrooms":"2","price":"179000","area":"384"} , +{"type":"Feature","id":"n665073894","geometry":{"type":"Point","coordinates":[-0.3272664,51.3927388]},"properties":{"@type":"node","@id":665073894,"@timestamp":1404670243},"coords":"51.3927388,-0.3272664","bedrooms":"1","price":"163000","area":"513"} , +{"type":"Feature","id":"n665073904","geometry":{"type":"Point","coordinates":[-0.3269674,51.3928936]},"properties":{"@type":"node","@id":665073904,"@timestamp":1404670244},"coords":"51.3928936,-0.3269674","bedrooms":"4","price":"157000","area":"621"} , +{"type":"Feature","id":"n665073914","geometry":{"type":"Point","coordinates":[-0.3274743,51.3931553]},"properties":{"@type":"node","@id":665073914,"@timestamp":1404670244},"coords":"51.3931553,-0.3274743","bedrooms":"2","price":"236000","area":"629"} , +{"type":"Feature","id":"n665073924","geometry":{"type":"Point","coordinates":[-0.3278803,51.3934742]},"properties":{"@type":"node","@id":665073924,"@timestamp":1404670245},"coords":"51.3934742,-0.3278803","bedrooms":"3","price":"165000","area":"359"} , +{"type":"Feature","id":"n665073936","geometry":{"type":"Point","coordinates":[-0.3297355,51.3945332]},"properties":{"@type":"node","@id":665073936,"@timestamp":1404670245},"coords":"51.3945332,-0.3297355","bedrooms":"0","price":"219000","area":"694"} , +{"type":"Feature","id":"n665073946","geometry":{"type":"Point","coordinates":[-0.3292149,51.3942696]},"properties":{"@type":"node","@id":665073946,"@timestamp":1404670245},"coords":"51.3942696,-0.3292149","bedrooms":"3","price":"204000","area":"631"} , +{"type":"Feature","id":"n665073956","geometry":{"type":"Point","coordinates":[-0.3292605,51.3945585]},"properties":{"@type":"node","@id":665073956,"@timestamp":1404670246},"coords":"51.3945585,-0.3292605","bedrooms":"2","price":"184000","area":"684"} , +{"type":"Feature","id":"n665073967","geometry":{"type":"Point","coordinates":[-0.3285099,51.3941054]},"properties":{"@type":"node","@id":665073967,"@timestamp":1404670246},"coords":"51.3941054,-0.3285099","bedrooms":"4","price":"225000","area":"651"} , +{"type":"Feature","id":"n665073979","geometry":{"type":"Point","coordinates":[-0.3293218,51.3947432]},"properties":{"@type":"node","@id":665073979,"@timestamp":1404670247},"coords":"51.3947432,-0.3293218","bedrooms":"0","price":"280000","area":"365"} , +{"type":"Feature","id":"n665075913","geometry":{"type":"Point","coordinates":[-0.327147,51.3924393]},"properties":{"@type":"node","@id":665075913,"@timestamp":1404670247},"coords":"51.3924393,-0.327147","bedrooms":"3","price":"199000","area":"551"} , +{"type":"Feature","id":"n665075923","geometry":{"type":"Point","coordinates":[-0.3262005,51.3927965]},"properties":{"@type":"node","@id":665075923,"@timestamp":1404670247},"coords":"51.3927965,-0.3262005","bedrooms":"4","price":"173000","area":"380"} , +{"type":"Feature","id":"n665075933","geometry":{"type":"Point","coordinates":[-0.3258072,51.3926909]},"properties":{"@type":"node","@id":665075933,"@timestamp":1404670248},"coords":"51.3926909,-0.3258072","bedrooms":"0","price":"291000","area":"378"} , +{"type":"Feature","id":"n665076702","geometry":{"type":"Point","coordinates":[-0.3250477,51.3924965]},"properties":{"@type":"node","@id":665076702,"@timestamp":1404670248},"coords":"51.3924965,-0.3250477","bedrooms":"3","price":"228000","area":"599"} , +{"type":"Feature","id":"n665076714","geometry":{"type":"Point","coordinates":[-0.3251314,51.3927548]},"properties":{"@type":"node","@id":665076714,"@timestamp":1404670249},"coords":"51.3927548,-0.3251314","bedrooms":"2","price":"261000","area":"556"} , +{"type":"Feature","id":"n665076724","geometry":{"type":"Point","coordinates":[-0.3246826,51.3929242]},"properties":{"@type":"node","@id":665076724,"@timestamp":1404670249},"coords":"51.3929242,-0.3246826","bedrooms":"4","price":"206000","area":"492"} , +{"type":"Feature","id":"n665076734","geometry":{"type":"Point","coordinates":[-0.3241501,51.3928353]},"properties":{"@type":"node","@id":665076734,"@timestamp":1404670250},"coords":"51.3928353,-0.3241501","bedrooms":"0","price":"234000","area":"527"} , +{"type":"Feature","id":"n665076744","geometry":{"type":"Point","coordinates":[-0.3242338,51.3930936]},"properties":{"@type":"node","@id":665076744,"@timestamp":1404670250},"coords":"51.3930936,-0.3242338","bedrooms":"1","price":"249000","area":"359"} , +{"type":"Feature","id":"n665076754","geometry":{"type":"Point","coordinates":[-0.3238457,51.3933314]},"properties":{"@type":"node","@id":665076754,"@timestamp":1404670251},"coords":"51.3933314,-0.3238457","bedrooms":"4","price":"221000","area":"674"} , +{"type":"Feature","id":"n665076764","geometry":{"type":"Point","coordinates":[-0.3236728,51.3933053]},"properties":{"@type":"node","@id":665076764,"@timestamp":1404670251},"coords":"51.3933053,-0.3236728","bedrooms":"1","price":"168000","area":"532"} , +{"type":"Feature","id":"n665076774","geometry":{"type":"Point","coordinates":[-0.3230281,51.3932588]},"properties":{"@type":"node","@id":665076774,"@timestamp":1404670252},"coords":"51.3932588,-0.3230281","bedrooms":"1","price":"150000","area":"697"} , +{"type":"Feature","id":"n665076784","geometry":{"type":"Point","coordinates":[-0.3232847,51.3935432]},"properties":{"@type":"node","@id":665076784,"@timestamp":1404670252},"coords":"51.3935432,-0.3232847","bedrooms":"1","price":"293000","area":"400"} , +{"type":"Feature","id":"n665076794","geometry":{"type":"Point","coordinates":[-0.3228358,51.3937126]},"properties":{"@type":"node","@id":665076794,"@timestamp":1404670252},"coords":"51.3937126,-0.3228358","bedrooms":"0","price":"253000","area":"534"} , +{"type":"Feature","id":"n665076804","geometry":{"type":"Point","coordinates":[-0.3221304,51.3935976]},"properties":{"@type":"node","@id":665076804,"@timestamp":1404670253},"coords":"51.3935976,-0.3221304","bedrooms":"1","price":"178000","area":"639"} , +{"type":"Feature","id":"n665076814","geometry":{"type":"Point","coordinates":[-0.3220808,51.3937076]},"properties":{"@type":"node","@id":665076814,"@timestamp":1404670253},"coords":"51.3937076,-0.3220808","bedrooms":"2","price":"222000","area":"427"} , +{"type":"Feature","id":"n665076824","geometry":{"type":"Point","coordinates":[-0.3214076,51.3939617]},"properties":{"@type":"node","@id":665076824,"@timestamp":1404670254},"coords":"51.3939617,-0.3214076","bedrooms":"2","price":"161000","area":"472"} , +{"type":"Feature","id":"n665076834","geometry":{"type":"Point","coordinates":[-0.3212953,51.3940041]},"properties":{"@type":"node","@id":665076834,"@timestamp":1404670254},"coords":"51.3940041,-0.3212953","bedrooms":"2","price":"169000","area":"416"} , +{"type":"Feature","id":"n665076844","geometry":{"type":"Point","coordinates":[-0.3214287,51.3941523]},"properties":{"@type":"node","@id":665076844,"@timestamp":1404670255},"coords":"51.3941523,-0.3214287","bedrooms":"1","price":"199000","area":"511"} , +{"type":"Feature","id":"n665079849","geometry":{"type":"Point","coordinates":[-0.3202478,51.3951867]},"properties":{"@type":"node","@id":665079849,"@timestamp":1404670255},"coords":"51.3951867,-0.3202478","bedrooms":"2","price":"192000","area":"697"} , +{"type":"Feature","id":"n665079859","geometry":{"type":"Point","coordinates":[-0.319906,51.3952121]},"properties":{"@type":"node","@id":665079859,"@timestamp":1404670255},"coords":"51.3952121,-0.319906","bedrooms":"4","price":"260000","area":"437"} , +{"type":"Feature","id":"n665079869","geometry":{"type":"Point","coordinates":[-0.3202351,51.3957425]},"properties":{"@type":"node","@id":665079869,"@timestamp":1404670256},"coords":"51.3957425,-0.3202351","bedrooms":"1","price":"150000","area":"629"} , +{"type":"Feature","id":"n665079879","geometry":{"type":"Point","coordinates":[-0.3200796,51.3957937]},"properties":{"@type":"node","@id":665079879,"@timestamp":1404670256},"coords":"51.3957937,-0.3200796","bedrooms":"3","price":"194000","area":"686"} , +{"type":"Feature","id":"n665079889","geometry":{"type":"Point","coordinates":[-0.3200669,51.3963495]},"properties":{"@type":"node","@id":665079889,"@timestamp":1404670257},"coords":"51.3963495,-0.3200669","bedrooms":"3","price":"150000","area":"495"} , +{"type":"Feature","id":"n665079899","geometry":{"type":"Point","coordinates":[-0.3196409,51.3956749]},"properties":{"@type":"node","@id":665079899,"@timestamp":1404670257},"coords":"51.3956749,-0.3196409","bedrooms":"3","price":"271000","area":"636"} , +{"type":"Feature","id":"n665079916","geometry":{"type":"Point","coordinates":[-0.3195662,51.3959447]},"properties":{"@type":"node","@id":665079916,"@timestamp":1404670257},"coords":"51.3959447,-0.3195662","bedrooms":"4","price":"153000","area":"583"} , +{"type":"Feature","id":"n665079928","geometry":{"type":"Point","coordinates":[-0.3199115,51.3964006]},"properties":{"@type":"node","@id":665079928,"@timestamp":1404670258},"coords":"51.3964006,-0.3199115","bedrooms":"0","price":"265000","area":"619"} , +{"type":"Feature","id":"n665079938","geometry":{"type":"Point","coordinates":[-0.3198741,51.3965355]},"properties":{"@type":"node","@id":665079938,"@timestamp":1404670258},"coords":"51.3965355,-0.3198741","bedrooms":"3","price":"239000","area":"556"} , +{"type":"Feature","id":"n665079948","geometry":{"type":"Point","coordinates":[-0.3195136,51.3966283]},"properties":{"@type":"node","@id":665079948,"@timestamp":1404670259},"coords":"51.3966283,-0.3195136","bedrooms":"3","price":"204000","area":"506"} , +{"type":"Feature","id":"n665079959","geometry":{"type":"Point","coordinates":[-0.3199025,51.3969537]},"properties":{"@type":"node","@id":665079959,"@timestamp":1404670259},"coords":"51.3969537,-0.3199025","bedrooms":"3","price":"154000","area":"600"} , +{"type":"Feature","id":"n665079969","geometry":{"type":"Point","coordinates":[-0.3194148,51.3969719]},"properties":{"@type":"node","@id":665079969,"@timestamp":1404670260},"coords":"51.3969719,-0.3194148","bedrooms":"4","price":"188000","area":"505"} , +{"type":"Feature","id":"n665079979","geometry":{"type":"Point","coordinates":[-0.3198106,51.3972907]},"properties":{"@type":"node","@id":665079979,"@timestamp":1404670260},"coords":"51.3972907,-0.3198106","bedrooms":"2","price":"198000","area":"672"} , +{"type":"Feature","id":"n665079989","geometry":{"type":"Point","coordinates":[-0.3191937,51.3972907]},"properties":{"@type":"node","@id":665079989,"@timestamp":1404670261},"coords":"51.3972907,-0.3191937","bedrooms":"4","price":"161000","area":"481"} , +{"type":"Feature","id":"n665079999","geometry":{"type":"Point","coordinates":[-0.3197371,51.3975603]},"properties":{"@type":"node","@id":665079999,"@timestamp":1404670261},"coords":"51.3975603,-0.3197371","bedrooms":"1","price":"226000","area":"417"} , +{"type":"Feature","id":"n665080009","geometry":{"type":"Point","coordinates":[-0.3196453,51.3978973]},"properties":{"@type":"node","@id":665080009,"@timestamp":1404670261},"coords":"51.3978973,-0.3196453","bedrooms":"4","price":"252000","area":"650"} , +{"type":"Feature","id":"n665080019","geometry":{"type":"Point","coordinates":[-0.3190835,51.3976951]},"properties":{"@type":"node","@id":665080019,"@timestamp":1404670262},"coords":"51.3976951,-0.3190835","bedrooms":"4","price":"284000","area":"672"} , +{"type":"Feature","id":"n665080029","geometry":{"type":"Point","coordinates":[-0.3189732,51.3980995]},"properties":{"@type":"node","@id":665080029,"@timestamp":1404670262},"coords":"51.3980995,-0.3189732","bedrooms":"3","price":"248000","area":"427"} , +{"type":"Feature","id":"n665080039","geometry":{"type":"Point","coordinates":[-0.319535,51.3983017]},"properties":{"@type":"node","@id":665080039,"@timestamp":1404670263},"coords":"51.3983017,-0.319535","bedrooms":"1","price":"233000","area":"581"} , +{"type":"Feature","id":"n665080050","geometry":{"type":"Point","coordinates":[-0.319388,51.3988409]},"properties":{"@type":"node","@id":665080050,"@timestamp":1404670263},"coords":"51.3988409,-0.319388","bedrooms":"2","price":"275000","area":"597"} , +{"type":"Feature","id":"n665080060","geometry":{"type":"Point","coordinates":[-0.3188813,51.3984365]},"properties":{"@type":"node","@id":665080060,"@timestamp":1404670264},"coords":"51.3984365,-0.3188813","bedrooms":"2","price":"161000","area":"407"} , +{"type":"Feature","id":"n665080072","geometry":{"type":"Point","coordinates":[-0.3189371,51.3987243]},"properties":{"@type":"node","@id":665080072,"@timestamp":1404670264},"coords":"51.3987243,-0.3189371","bedrooms":"1","price":"266000","area":"637"} , +{"type":"Feature","id":"n665080082","geometry":{"type":"Point","coordinates":[-0.3192179,51.3989627]},"properties":{"@type":"node","@id":665080082,"@timestamp":1404670265},"coords":"51.3989627,-0.3192179","bedrooms":"1","price":"197000","area":"443"} , +{"type":"Feature","id":"n665080092","geometry":{"type":"Point","coordinates":[-0.3188452,51.3990613]},"properties":{"@type":"node","@id":665080092,"@timestamp":1404670265},"coords":"51.3990613,-0.3188452","bedrooms":"1","price":"174000","area":"407"} , +{"type":"Feature","id":"n665080102","geometry":{"type":"Point","coordinates":[-0.3190709,51.3995019]},"properties":{"@type":"node","@id":665080102,"@timestamp":1404670266},"coords":"51.3995019,-0.3190709","bedrooms":"4","price":"298000","area":"453"} , +{"type":"Feature","id":"n665080112","geometry":{"type":"Point","coordinates":[-0.318735,51.3994656]},"properties":{"@type":"node","@id":665080112,"@timestamp":1404670266},"coords":"51.3994656,-0.318735","bedrooms":"2","price":"299000","area":"632"} , +{"type":"Feature","id":"n665080122","geometry":{"type":"Point","coordinates":[-0.3189974,51.3997715]},"properties":{"@type":"node","@id":665080122,"@timestamp":1404670266},"coords":"51.3997715,-0.3189974","bedrooms":"2","price":"217000","area":"372"} , +{"type":"Feature","id":"n665080132","geometry":{"type":"Point","coordinates":[-0.3189607,51.3999063]},"properties":{"@type":"node","@id":665080132,"@timestamp":1404670267},"coords":"51.3999063,-0.3189607","bedrooms":"0","price":"247000","area":"431"} , +{"type":"Feature","id":"n665080145","geometry":{"type":"Point","coordinates":[-0.3188321,51.400378]},"properties":{"@type":"node","@id":665080145,"@timestamp":1404670267},"coords":"51.400378,-0.3188321","bedrooms":"3","price":"254000","area":"423"} , +{"type":"Feature","id":"n665080159","geometry":{"type":"Point","coordinates":[-0.3187769,51.4005802]},"properties":{"@type":"node","@id":665080159,"@timestamp":1404670268},"coords":"51.4005802,-0.3187769","bedrooms":"0","price":"158000","area":"612"} , +{"type":"Feature","id":"n665080171","geometry":{"type":"Point","coordinates":[-0.3185329,51.400207]},"properties":{"@type":"node","@id":665080171,"@timestamp":1404670268},"coords":"51.400207,-0.3185329","bedrooms":"2","price":"158000","area":"470"} , +{"type":"Feature","id":"n665080186","geometry":{"type":"Point","coordinates":[-0.3184594,51.4004766]},"properties":{"@type":"node","@id":665080186,"@timestamp":1404670268},"coords":"51.4004766,-0.3184594","bedrooms":"1","price":"190000","area":"506"} , +{"type":"Feature","id":"n665080199","geometry":{"type":"Point","coordinates":[-0.3184226,51.4006114]},"properties":{"@type":"node","@id":665080199,"@timestamp":1404670269},"coords":"51.4006114,-0.3184226","bedrooms":"1","price":"235000","area":"491"} , +{"type":"Feature","id":"n665082089","geometry":{"type":"Point","coordinates":[-0.3186007,51.4017651]},"properties":{"@type":"node","@id":665082089,"@timestamp":1404670269},"coords":"51.4017651,-0.3186007","bedrooms":"1","price":"158000","area":"521"} , +{"type":"Feature","id":"n665082099","geometry":{"type":"Point","coordinates":[-0.3179548,51.4018301]},"properties":{"@type":"node","@id":665082099,"@timestamp":1404670270},"coords":"51.4018301,-0.3179548","bedrooms":"2","price":"200000","area":"563"} , +{"type":"Feature","id":"n665082109","geometry":{"type":"Point","coordinates":[-0.3185262,51.4020346]},"properties":{"@type":"node","@id":665082109,"@timestamp":1404670270},"coords":"51.4020346,-0.3185262","bedrooms":"0","price":"271000","area":"668"} , +{"type":"Feature","id":"n665082119","geometry":{"type":"Point","coordinates":[-0.3179698,51.4022472]},"properties":{"@type":"node","@id":665082119,"@timestamp":1404670271},"coords":"51.4022472,-0.3179698","bedrooms":"0","price":"297000","area":"390"} , +{"type":"Feature","id":"n665082129","geometry":{"type":"Point","coordinates":[-0.318315,51.4022919]},"properties":{"@type":"node","@id":665082129,"@timestamp":1404670271},"coords":"51.4022919,-0.318315","bedrooms":"4","price":"298000","area":"586"} , +{"type":"Feature","id":"n665082139","geometry":{"type":"Point","coordinates":[-0.3182033,51.4026961]},"properties":{"@type":"node","@id":665082139,"@timestamp":1404670272},"coords":"51.4026961,-0.3182033","bedrooms":"4","price":"213000","area":"443"} , +{"type":"Feature","id":"n665082154","geometry":{"type":"Point","coordinates":[-0.3177873,51.4024364]},"properties":{"@type":"node","@id":665082154,"@timestamp":1404670272},"coords":"51.4024364,-0.3177873","bedrooms":"1","price":"206000","area":"421"} , +{"type":"Feature","id":"n665082169","geometry":{"type":"Point","coordinates":[-0.317657,51.402908]},"properties":{"@type":"node","@id":665082169,"@timestamp":1404670273},"coords":"51.402908,-0.317657","bedrooms":"2","price":"198000","area":"424"} , +{"type":"Feature","id":"n665082188","geometry":{"type":"Point","coordinates":[-0.3181102,51.4030329]},"properties":{"@type":"node","@id":665082188,"@timestamp":1404670273},"coords":"51.4030329,-0.3181102","bedrooms":"1","price":"251000","area":"546"} , +{"type":"Feature","id":"n665082202","geometry":{"type":"Point","coordinates":[-0.3179986,51.4034371]},"properties":{"@type":"node","@id":665082202,"@timestamp":1404670274},"coords":"51.4034371,-0.3179986","bedrooms":"0","price":"282000","area":"384"} , +{"type":"Feature","id":"n665082212","geometry":{"type":"Point","coordinates":[-0.3175826,51.4031775]},"properties":{"@type":"node","@id":665082212,"@timestamp":1404670274},"coords":"51.4031775,-0.3175826","bedrooms":"2","price":"279000","area":"455"} , +{"type":"Feature","id":"n665082222","geometry":{"type":"Point","coordinates":[-0.3174895,51.4035143]},"properties":{"@type":"node","@id":665082222,"@timestamp":1404670274},"coords":"51.4035143,-0.3174895","bedrooms":"1","price":"292000","area":"590"} , +{"type":"Feature","id":"n665082232","geometry":{"type":"Point","coordinates":[-0.3179864,51.4039883]},"properties":{"@type":"node","@id":665082232,"@timestamp":1404670275},"coords":"51.4039883,-0.3179864","bedrooms":"2","price":"292000","area":"593"} , +{"type":"Feature","id":"n665082242","geometry":{"type":"Point","coordinates":[-0.3178683,51.4039087]},"properties":{"@type":"node","@id":665082242,"@timestamp":1404670276},"coords":"51.4039087,-0.3178683","bedrooms":"2","price":"276000","area":"438"} , +{"type":"Feature","id":"n665082252","geometry":{"type":"Point","coordinates":[-0.3175231,51.403864]},"properties":{"@type":"node","@id":665082252,"@timestamp":1404670276},"coords":"51.403864,-0.3175231","bedrooms":"2","price":"285000","area":"460"} , +{"type":"Feature","id":"n665082262","geometry":{"type":"Point","coordinates":[-0.317322,51.4041206]},"properties":{"@type":"node","@id":665082262,"@timestamp":1404670276},"coords":"51.4041206,-0.317322","bedrooms":"3","price":"189000","area":"577"} , +{"type":"Feature","id":"n665082272","geometry":{"type":"Point","coordinates":[-0.3177194,51.4044476]},"properties":{"@type":"node","@id":665082272,"@timestamp":1404670277},"coords":"51.4044476,-0.3177194","bedrooms":"3","price":"258000","area":"615"} , +{"type":"Feature","id":"n665082282","geometry":{"type":"Point","coordinates":[-0.3173742,51.4044029]},"properties":{"@type":"node","@id":665082282,"@timestamp":1404670277},"coords":"51.4044029,-0.3173742","bedrooms":"3","price":"233000","area":"503"} , +{"type":"Feature","id":"n665082292","geometry":{"type":"Point","coordinates":[-0.3176077,51.4048518]},"properties":{"@type":"node","@id":665082292,"@timestamp":1404670278},"coords":"51.4048518,-0.3176077","bedrooms":"3","price":"215000","area":"638"} , +{"type":"Feature","id":"n665082302","geometry":{"type":"Point","coordinates":[-0.3171917,51.4045922]},"properties":{"@type":"node","@id":665082302,"@timestamp":1404670278},"coords":"51.4045922,-0.3171917","bedrooms":"3","price":"186000","area":"440"} , +{"type":"Feature","id":"n665082312","geometry":{"type":"Point","coordinates":[-0.3175332,51.4051213]},"properties":{"@type":"node","@id":665082312,"@timestamp":1404670279},"coords":"51.4051213,-0.3175332","bedrooms":"2","price":"299000","area":"391"} , +{"type":"Feature","id":"n665082322","geometry":{"type":"Point","coordinates":[-0.3174401,51.4054581]},"properties":{"@type":"node","@id":665082322,"@timestamp":1404670279},"coords":"51.4054581,-0.3174401","bedrooms":"2","price":"176000","area":"530"} , +{"type":"Feature","id":"n665082332","geometry":{"type":"Point","coordinates":[-0.3173285,51.4058623]},"properties":{"@type":"node","@id":665082332,"@timestamp":1404670280},"coords":"51.4058623,-0.3173285","bedrooms":"3","price":"231000","area":"549"} , +{"type":"Feature","id":"n665082343","geometry":{"type":"Point","coordinates":[-0.3172726,51.4060644]},"properties":{"@type":"node","@id":665082343,"@timestamp":1404670280},"coords":"51.4060644,-0.3172726","bedrooms":"2","price":"295000","area":"487"} , +{"type":"Feature","id":"n665082353","geometry":{"type":"Point","coordinates":[-0.3169869,51.4053332]},"properties":{"@type":"node","@id":665082353,"@timestamp":1404670281},"coords":"51.4053332,-0.3169869","bedrooms":"1","price":"275000","area":"596"} , +{"type":"Feature","id":"n665082363","geometry":{"type":"Point","coordinates":[-0.3170763,51.4054808]},"properties":{"@type":"node","@id":665082363,"@timestamp":1404670281},"coords":"51.4054808,-0.3170763","bedrooms":"3","price":"256000","area":"476"} , +{"type":"Feature","id":"n665082373","geometry":{"type":"Point","coordinates":[-0.3169274,51.4060197]},"properties":{"@type":"node","@id":665082373,"@timestamp":1404670282},"coords":"51.4060197,-0.3169274","bedrooms":"4","price":"204000","area":"376"} , +{"type":"Feature","id":"n665082383","geometry":{"type":"Point","coordinates":[-0.3172168,51.4062665]},"properties":{"@type":"node","@id":665082383,"@timestamp":1404670282},"coords":"51.4062665,-0.3172168","bedrooms":"0","price":"188000","area":"462"} , +{"type":"Feature","id":"n665082393","geometry":{"type":"Point","coordinates":[-0.3172977,51.4064808]},"properties":{"@type":"node","@id":665082393,"@timestamp":1404670282},"coords":"51.4064808,-0.3172977","bedrooms":"3","price":"237000","area":"434"} , +{"type":"Feature","id":"n665082403","geometry":{"type":"Point","coordinates":[-0.3167971,51.4064913]},"properties":{"@type":"node","@id":665082403,"@timestamp":1404670283},"coords":"51.4064913,-0.3167971","bedrooms":"2","price":"257000","area":"561"} , +{"type":"Feature","id":"n665082413","geometry":{"type":"Point","coordinates":[-0.3172233,51.4067502]},"properties":{"@type":"node","@id":665082413,"@timestamp":1404068920},"coords":"51.4067502,-0.3172233","bedrooms":"1","price":"161000","area":"504"} , +{"type":"Feature","id":"n665082423","geometry":{"type":"Point","coordinates":[-0.3167227,51.4067607]},"properties":{"@type":"node","@id":665082423,"@timestamp":1404068920},"coords":"51.4067607,-0.3167227","bedrooms":"4","price":"284000","area":"678"} , +{"type":"Feature","id":"n665082433","geometry":{"type":"Point","coordinates":[-0.3165694,51.407305]},"properties":{"@type":"node","@id":665082433,"@timestamp":1404068921},"coords":"51.407305,-0.3165694","bedrooms":"3","price":"273000","area":"380"} , +{"type":"Feature","id":"n665082443","geometry":{"type":"Point","coordinates":[-0.3164428,51.4072921]},"properties":{"@type":"node","@id":665082443,"@timestamp":1404068921},"coords":"51.4072921,-0.3164428","bedrooms":"0","price":"240000","area":"651"} , +{"type":"Feature","id":"n665088701","geometry":{"type":"Point","coordinates":[-0.3168427,51.4076184]},"properties":{"@type":"node","@id":665088701,"@timestamp":1404068921},"coords":"51.4076184,-0.3168427","bedrooms":"0","price":"222000","area":"671"} , +{"type":"Feature","id":"n665145401","geometry":{"type":"Point","coordinates":[0.0535629,51.5161324]},"properties":{"@type":"node","@id":665145401,"@timestamp":1564912858},"coords":"51.5161324,0.0535629","bedrooms":"4","price":"216000","area":"471"} , +{"type":"Feature","id":"n665154765","geometry":{"type":"Point","coordinates":[-0.1710292,51.4603761]},"properties":{"@type":"node","@id":665154765,"@timestamp":1348843895},"coords":"51.4603761,-0.1710292","bedrooms":"4","price":"269000","area":"401"} , +{"type":"Feature","id":"n665241497","geometry":{"type":"Point","coordinates":[-0.3205803,51.3938702]},"properties":{"@type":"node","@id":665241497,"@timestamp":1404670283},"coords":"51.3938702,-0.3205803","bedrooms":"3","price":"218000","area":"370"} , +{"type":"Feature","id":"n665241507","geometry":{"type":"Point","coordinates":[-0.3213042,51.3944072]},"properties":{"@type":"node","@id":665241507,"@timestamp":1404670284},"coords":"51.3944072,-0.3213042","bedrooms":"2","price":"174000","area":"380"} , +{"type":"Feature","id":"n665241518","geometry":{"type":"Point","coordinates":[-0.319293,51.3946426]},"properties":{"@type":"node","@id":665241518,"@timestamp":1404670284},"coords":"51.3946426,-0.319293","bedrooms":"3","price":"152000","area":"494"} , +{"type":"Feature","id":"n665253562","geometry":{"type":"Point","coordinates":[-0.5763771,51.236689]},"properties":{"@type":"node","@id":665253562,"@timestamp":1268493713},"coords":"51.236689,-0.5763771","bedrooms":"4","price":"285000","area":"467"} , +{"type":"Feature","id":"n665330301","geometry":{"type":"Point","coordinates":[-0.1683341,51.8973132]},"properties":{"@type":"node","@id":665330301,"@timestamp":1633719436},"coords":"51.8973132,-0.1683341","bedrooms":"1","price":"299000","area":"552"} , +{"type":"Feature","id":"n665391264","geometry":{"type":"Point","coordinates":[-0.9921853,51.0199488]},"properties":{"@type":"node","@id":665391264,"@timestamp":1268501862},"coords":"51.0199488,-0.9921853","bedrooms":"4","price":"281000","area":"450"} , +{"type":"Feature","id":"n665423392","geometry":{"type":"Point","coordinates":[-0.8978947,51.4269558]},"properties":{"@type":"node","@id":665423392,"@timestamp":1268505169},"coords":"51.4269558,-0.8978947","bedrooms":"1","price":"227000","area":"637"} , +{"type":"Feature","id":"n665433473","geometry":{"type":"Point","coordinates":[-0.6033625,51.5140524]},"properties":{"@type":"node","@id":665433473,"@timestamp":1268507254},"coords":"51.5140524,-0.6033625","bedrooms":"4","price":"280000","area":"512"} , +{"type":"Feature","id":"n665433766","geometry":{"type":"Point","coordinates":[-0.6035947,51.5174296]},"properties":{"@type":"node","@id":665433766,"@timestamp":1268507258},"coords":"51.5174296,-0.6035947","bedrooms":"1","price":"244000","area":"527"} , +{"type":"Feature","id":"n665482803","geometry":{"type":"Point","coordinates":[-0.6071389,51.5184253]},"properties":{"@type":"node","@id":665482803,"@timestamp":1268510418},"coords":"51.5184253,-0.6071389","bedrooms":"4","price":"192000","area":"647"} , +{"type":"Feature","id":"n665484582","geometry":{"type":"Point","coordinates":[-1.0799579,51.5189946]},"properties":{"@type":"node","@id":665484582,"@timestamp":1554552559},"coords":"51.5189946,-1.0799579","bedrooms":"4","price":"220000","area":"550"} , +{"type":"Feature","id":"n665499451","geometry":{"type":"Point","coordinates":[-0.5819608,51.5132186]},"properties":{"@type":"node","@id":665499451,"@timestamp":1268513253},"coords":"51.5132186,-0.5819608","bedrooms":"2","price":"208000","area":"494"} , +{"type":"Feature","id":"n665542352","geometry":{"type":"Point","coordinates":[-0.0510744,51.5008047]},"properties":{"@type":"node","@id":665542352,"@timestamp":1576083737},"coords":"51.5008047,-0.0510744","bedrooms":"3","price":"151000","area":"663"} , +{"type":"Feature","id":"n665618421","geometry":{"type":"Point","coordinates":[-0.9856245,50.9992545]},"properties":{"@type":"node","@id":665618421,"@timestamp":1268525614},"coords":"50.9992545,-0.9856245","bedrooms":"0","price":"198000","area":"620"} , +{"type":"Feature","id":"n665712218","geometry":{"type":"Point","coordinates":[-0.5916011,51.5153176]},"properties":{"@type":"node","@id":665712218,"@timestamp":1580042937},"coords":"51.5153176,-0.5916011","bedrooms":"3","price":"190000","area":"614"} , +{"type":"Feature","id":"n665712255","geometry":{"type":"Point","coordinates":[-0.57805,51.5178787]},"properties":{"@type":"node","@id":665712255,"@timestamp":1268548706},"coords":"51.5178787,-0.57805","bedrooms":"3","price":"191000","area":"618"} , +{"type":"Feature","id":"n665712295","geometry":{"type":"Point","coordinates":[-0.570234,51.5167244]},"properties":{"@type":"node","@id":665712295,"@timestamp":1598845579},"coords":"51.5167244,-0.570234","bedrooms":"4","price":"297000","area":"438"} , +{"type":"Feature","id":"n665771249","geometry":{"type":"Point","coordinates":[-0.5053652,51.8757171]},"properties":{"@type":"node","@id":665771249,"@timestamp":1268561996},"coords":"51.8757171,-0.5053652","bedrooms":"0","price":"291000","area":"632"} , +{"type":"Feature","id":"n665813636","geometry":{"type":"Point","coordinates":[-0.1317863,51.9195959]},"properties":{"@type":"node","@id":665813636,"@timestamp":1268567429},"coords":"51.9195959,-0.1317863","bedrooms":"1","price":"281000","area":"543"} , +{"type":"Feature","id":"n665849223","geometry":{"type":"Point","coordinates":[-0.0737125,51.4988416]},"properties":{"@type":"node","@id":665849223,"@timestamp":1634401139},"coords":"51.4988416,-0.0737125","bedrooms":"1","price":"270000","area":"445"} , +{"type":"Feature","id":"n665948968","geometry":{"type":"Point","coordinates":[0.5886202,51.3654207]},"properties":{"@type":"node","@id":665948968,"@timestamp":1268578477},"coords":"51.3654207,0.5886202","bedrooms":"0","price":"190000","area":"380"} , +{"type":"Feature","id":"n665955662","geometry":{"type":"Point","coordinates":[-0.5108536,51.8723257]},"properties":{"@type":"node","@id":665955662,"@timestamp":1331491388},"coords":"51.8723257,-0.5108536","bedrooms":"2","price":"228000","area":"675"} , +{"type":"Feature","id":"n665955775","geometry":{"type":"Point","coordinates":[-0.5124659,51.8769697]},"properties":{"@type":"node","@id":665955775,"@timestamp":1594804624},"coords":"51.8769697,-0.5124659","bedrooms":"4","price":"160000","area":"367"} , +{"type":"Feature","id":"n665956063","geometry":{"type":"Point","coordinates":[-0.5131196,51.8769261]},"properties":{"@type":"node","@id":665956063,"@timestamp":1594804624},"coords":"51.8769261,-0.5131196","bedrooms":"2","price":"230000","area":"439"} , +{"type":"Feature","id":"n666049508","geometry":{"type":"Point","coordinates":[-0.1735471,51.8945362]},"properties":{"@type":"node","@id":666049508,"@timestamp":1614525404},"coords":"51.8945362,-0.1735471","bedrooms":"0","price":"176000","area":"604"} , +{"type":"Feature","id":"n666134494","geometry":{"type":"Point","coordinates":[0.589425,51.359715]},"properties":{"@type":"node","@id":666134494,"@timestamp":1268588304},"coords":"51.359715,0.589425","bedrooms":"2","price":"275000","area":"483"} , +{"type":"Feature","id":"n666140542","geometry":{"type":"Point","coordinates":[-0.1994393,51.5063989]},"properties":{"@type":"node","@id":666140542,"@timestamp":1588061441},"coords":"51.5063989,-0.1994393","bedrooms":"2","price":"177000","area":"576"} , +{"type":"Feature","id":"n666205790","geometry":{"type":"Point","coordinates":[-0.0055628,51.6447853]},"properties":{"@type":"node","@id":666205790,"@timestamp":1611520894},"coords":"51.6447853,-0.0055628","bedrooms":"4","price":"276000","area":"454"} , +{"type":"Feature","id":"n666265045","geometry":{"type":"Point","coordinates":[0.0581769,51.5147308]},"properties":{"@type":"node","@id":666265045,"@timestamp":1268595522},"coords":"51.5147308,0.0581769","bedrooms":"0","price":"206000","area":"620"} , +{"type":"Feature","id":"n666292492","geometry":{"type":"Point","coordinates":[0.6957634,51.5415581]},"properties":{"@type":"node","@id":666292492,"@timestamp":1292686539},"coords":"51.5415581,0.6957634","bedrooms":"0","price":"193000","area":"444"} , +{"type":"Feature","id":"n666360485","geometry":{"type":"Point","coordinates":[0.668614,51.5436635]},"properties":{"@type":"node","@id":666360485,"@timestamp":1278267948},"coords":"51.5436635,0.668614","bedrooms":"1","price":"236000","area":"620"} , +{"type":"Feature","id":"n666369600","geometry":{"type":"Point","coordinates":[0.6644195,51.5432528]},"properties":{"@type":"node","@id":666369600,"@timestamp":1567415002},"coords":"51.5432528,0.6644195","bedrooms":"4","price":"270000","area":"417"} , +{"type":"Feature","id":"n666381683","geometry":{"type":"Point","coordinates":[0.6590707,51.5416714]},"properties":{"@type":"node","@id":666381683,"@timestamp":1268603849},"coords":"51.5416714,0.6590707","bedrooms":"1","price":"174000","area":"600"} , +{"type":"Feature","id":"n666389585","geometry":{"type":"Point","coordinates":[0.6559105,51.5416847]},"properties":{"@type":"node","@id":666389585,"@timestamp":1567415002},"coords":"51.5416847,0.6559105","bedrooms":"0","price":"173000","area":"556"} , +{"type":"Feature","id":"n666397267","geometry":{"type":"Point","coordinates":[0.6494303,51.5426055]},"properties":{"@type":"node","@id":666397267,"@timestamp":1567415002},"coords":"51.5426055,0.6494303","bedrooms":"3","price":"170000","area":"623"} , +{"type":"Feature","id":"n666405218","geometry":{"type":"Point","coordinates":[0.6388742,51.5477432]},"properties":{"@type":"node","@id":666405218,"@timestamp":1268605702},"coords":"51.5477432,0.6388742","bedrooms":"0","price":"175000","area":"377"} , +{"type":"Feature","id":"n666475908","geometry":{"type":"Point","coordinates":[-0.0938786,51.5135167]},"properties":{"@type":"node","@id":666475908,"@timestamp":1504835111},"coords":"51.5135167,-0.0938786","bedrooms":"0","price":"203000","area":"426"} , +{"type":"Feature","id":"n666745313","geometry":{"type":"Point","coordinates":[-0.0785711,51.5000361]},"properties":{"@type":"node","@id":666745313,"@timestamp":1543777308},"coords":"51.5000361,-0.0785711","bedrooms":"4","price":"294000","area":"560"} , +{"type":"Feature","id":"n666920731","geometry":{"type":"Point","coordinates":[-0.075576,51.513145]},"properties":{"@type":"node","@id":666920731,"@timestamp":1600362381},"coords":"51.513145,-0.075576","bedrooms":"4","price":"197000","area":"367"} , +{"type":"Feature","id":"n666969819","geometry":{"type":"Point","coordinates":[-0.5765644,51.2339076]},"properties":{"@type":"node","@id":666969819,"@timestamp":1268673046},"coords":"51.2339076,-0.5765644","bedrooms":"4","price":"246000","area":"658"} , +{"type":"Feature","id":"n667052960","geometry":{"type":"Point","coordinates":[-0.9293619,51.4440113]},"properties":{"@type":"node","@id":667052960,"@timestamp":1612716646},"coords":"51.4440113,-0.9293619","bedrooms":"2","price":"219000","area":"373"} , +{"type":"Feature","id":"n667053003","geometry":{"type":"Point","coordinates":[-0.931022,51.4544628]},"properties":{"@type":"node","@id":667053003,"@timestamp":1631587798},"coords":"51.4544628,-0.931022","bedrooms":"1","price":"161000","area":"576"} , +{"type":"Feature","id":"n667073141","geometry":{"type":"Point","coordinates":[-0.8807367,51.5088243]},"properties":{"@type":"node","@id":667073141,"@timestamp":1523636184},"coords":"51.5088243,-0.8807367","bedrooms":"3","price":"192000","area":"363"} , +{"type":"Feature","id":"n667122502","geometry":{"type":"Point","coordinates":[-0.5146692,51.8812069]},"properties":{"@type":"node","@id":667122502,"@timestamp":1268688522},"coords":"51.8812069,-0.5146692","bedrooms":"0","price":"292000","area":"625"} , +{"type":"Feature","id":"n667122513","geometry":{"type":"Point","coordinates":[-0.51733,51.8824653]},"properties":{"@type":"node","@id":667122513,"@timestamp":1268688525},"coords":"51.8824653,-0.51733","bedrooms":"2","price":"260000","area":"444"} , +{"type":"Feature","id":"n667122526","geometry":{"type":"Point","coordinates":[-0.5187891,51.8819752]},"properties":{"@type":"node","@id":667122526,"@timestamp":1268688527},"coords":"51.8819752,-0.5187891","bedrooms":"3","price":"211000","area":"441"} , +{"type":"Feature","id":"n667122545","geometry":{"type":"Point","coordinates":[-0.5121265,51.880187]},"properties":{"@type":"node","@id":667122545,"@timestamp":1268688534},"coords":"51.880187,-0.5121265","bedrooms":"0","price":"158000","area":"394"} , +{"type":"Feature","id":"n667129719","geometry":{"type":"Point","coordinates":[-0.5125449,51.8751665]},"properties":{"@type":"node","@id":667129719,"@timestamp":1268689619},"coords":"51.8751665,-0.5125449","bedrooms":"4","price":"280000","area":"384"} , +{"type":"Feature","id":"n667129753","geometry":{"type":"Point","coordinates":[-0.5183492,51.8770277]},"properties":{"@type":"node","@id":667129753,"@timestamp":1268689621},"coords":"51.8770277,-0.5183492","bedrooms":"2","price":"248000","area":"689"} , +{"type":"Feature","id":"n667147759","geometry":{"type":"Point","coordinates":[-0.1595197,51.8917969]},"properties":{"@type":"node","@id":667147759,"@timestamp":1609838045},"coords":"51.8917969,-0.1595197","bedrooms":"0","price":"242000","area":"426"} , +{"type":"Feature","id":"n667173024","geometry":{"type":"Point","coordinates":[-0.0287279,51.5241341]},"properties":{"@type":"node","@id":667173024,"@timestamp":1635724710},"coords":"51.5241341,-0.0287279","bedrooms":"2","price":"179000","area":"556"} , +{"type":"Feature","id":"n667181341","geometry":{"type":"Point","coordinates":[-0.0898543,51.4489813]},"properties":{"@type":"node","@id":667181341,"@timestamp":1605972493},"coords":"51.4489813,-0.0898543","bedrooms":"3","price":"210000","area":"680"} , +{"type":"Feature","id":"n667184344","geometry":{"type":"Point","coordinates":[-0.0523621,51.534312]},"properties":{"@type":"node","@id":667184344,"@timestamp":1617907343},"coords":"51.534312,-0.0523621","bedrooms":"0","price":"279000","area":"464"} , +{"type":"Feature","id":"n667264154","geometry":{"type":"Point","coordinates":[-0.1531235,51.1081723]},"properties":{"@type":"node","@id":667264154,"@timestamp":1444307273},"coords":"51.1081723,-0.1531235","bedrooms":"4","price":"226000","area":"592"} , +{"type":"Feature","id":"n667387877","geometry":{"type":"Point","coordinates":[-0.0812156,51.5534751]},"properties":{"@type":"node","@id":667387877,"@timestamp":1268758664},"coords":"51.5534751,-0.0812156","bedrooms":"4","price":"290000","area":"387"} , +{"type":"Feature","id":"n667396030","geometry":{"type":"Point","coordinates":[-0.3161328,51.4962228]},"properties":{"@type":"node","@id":667396030,"@timestamp":1599237233},"coords":"51.4962228,-0.3161328","bedrooms":"3","price":"275000","area":"618"} , +{"type":"Feature","id":"n667438553","geometry":{"type":"Point","coordinates":[-0.9211631,51.4560962]},"properties":{"@type":"node","@id":667438553,"@timestamp":1268768416},"coords":"51.4560962,-0.9211631","bedrooms":"2","price":"290000","area":"370"} , +{"type":"Feature","id":"n667533522","geometry":{"type":"Point","coordinates":[-0.2025036,51.9117313]},"properties":{"@type":"node","@id":667533522,"@timestamp":1579601544},"coords":"51.9117313,-0.2025036","bedrooms":"0","price":"180000","area":"524"} , +{"type":"Feature","id":"n667762848","geometry":{"type":"Point","coordinates":[0.3554914,51.0759252]},"properties":{"@type":"node","@id":667762848,"@timestamp":1528620013},"coords":"51.0759252,0.3554914","bedrooms":"0","price":"171000","area":"583"} , +{"type":"Feature","id":"n667973814","geometry":{"type":"Point","coordinates":[0.0635656,51.5000133]},"properties":{"@type":"node","@id":667973814,"@timestamp":1621940365},"coords":"51.5000133,0.0635656","bedrooms":"0","price":"267000","area":"552"} , +{"type":"Feature","id":"n668033145","geometry":{"type":"Point","coordinates":[-1.0511619,51.0258496]},"properties":{"@type":"node","@id":668033145,"@timestamp":1268846844},"coords":"51.0258496,-1.0511619","bedrooms":"4","price":"175000","area":"592"} , +{"type":"Feature","id":"n668034549","geometry":{"type":"Point","coordinates":[-0.7608731,51.2906537]},"properties":{"@type":"node","@id":668034549,"@timestamp":1635286032},"coords":"51.2906537,-0.7608731","bedrooms":"0","price":"153000","area":"520"} , +{"type":"Feature","id":"n668074193","geometry":{"type":"Point","coordinates":[-0.0754346,51.5115315]},"properties":{"@type":"node","@id":668074193,"@timestamp":1602228331},"coords":"51.5115315,-0.0754346","bedrooms":"4","price":"257000","area":"555"} , +{"type":"Feature","id":"n668215286","geometry":{"type":"Point","coordinates":[-0.179104,51.9185797]},"properties":{"@type":"node","@id":668215286,"@timestamp":1284657250},"coords":"51.9185797,-0.179104","bedrooms":"0","price":"212000","area":"562"} , +{"type":"Feature","id":"n668239758","geometry":{"type":"Point","coordinates":[-0.9209215,51.4421185]},"properties":{"@type":"node","@id":668239758,"@timestamp":1362837251},"coords":"51.4421185,-0.9209215","bedrooms":"4","price":"214000","area":"435"} , +{"type":"Feature","id":"n668239785","geometry":{"type":"Point","coordinates":[-0.9387359,51.4618273]},"properties":{"@type":"node","@id":668239785,"@timestamp":1611086063},"coords":"51.4618273,-0.9387359","bedrooms":"2","price":"282000","area":"582"} , +{"type":"Feature","id":"n668239864","geometry":{"type":"Point","coordinates":[-0.9287299,51.4624075]},"properties":{"@type":"node","@id":668239864,"@timestamp":1622462007},"coords":"51.4624075,-0.9287299","bedrooms":"4","price":"182000","area":"620"} , +{"type":"Feature","id":"n668540445","geometry":{"type":"Point","coordinates":[-0.0812871,51.4976029]},"properties":{"@type":"node","@id":668540445,"@timestamp":1389815119},"coords":"51.4976029,-0.0812871","bedrooms":"2","price":"156000","area":"551"} , +{"type":"Feature","id":"n668842793","geometry":{"type":"Point","coordinates":[-0.078879,51.512664]},"properties":{"@type":"node","@id":668842793,"@timestamp":1559062231},"coords":"51.512664,-0.078879","bedrooms":"0","price":"190000","area":"376"} , +{"type":"Feature","id":"n669181750","geometry":{"type":"Point","coordinates":[-0.2050075,51.9146108]},"properties":{"@type":"node","@id":669181750,"@timestamp":1321802873},"coords":"51.9146108,-0.2050075","bedrooms":"4","price":"270000","area":"672"} , +{"type":"Feature","id":"n669409225","geometry":{"type":"Point","coordinates":[-0.0892412,51.2229977]},"properties":{"@type":"node","@id":669409225,"@timestamp":1442360430},"coords":"51.2229977,-0.0892412","bedrooms":"2","price":"283000","area":"439"} , +{"type":"Feature","id":"n669890966","geometry":{"type":"Point","coordinates":[-0.1292739,51.5290768]},"properties":{"@type":"node","@id":669890966,"@timestamp":1603428988},"coords":"51.5290768,-0.1292739","bedrooms":"2","price":"254000","area":"438"} , +{"type":"Feature","id":"n669946815","geometry":{"type":"Point","coordinates":[-0.351737,51.5657069]},"properties":{"@type":"node","@id":669946815,"@timestamp":1387314571},"coords":"51.5657069,-0.351737","bedrooms":"2","price":"263000","area":"646"} , +{"type":"Feature","id":"n670006591","geometry":{"type":"Point","coordinates":[-0.0748675,51.1888365]},"properties":{"@type":"node","@id":670006591,"@timestamp":1269037637},"coords":"51.1888365,-0.0748675","bedrooms":"4","price":"202000","area":"439"} , +{"type":"Feature","id":"n670024073","geometry":{"type":"Point","coordinates":[-0.1113391,51.1915665]},"properties":{"@type":"node","@id":670024073,"@timestamp":1496238949},"coords":"51.1915665,-0.1113391","bedrooms":"2","price":"258000","area":"578"} , +{"type":"Feature","id":"n670093064","geometry":{"type":"Point","coordinates":[-0.114246,50.9628475]},"properties":{"@type":"node","@id":670093064,"@timestamp":1503825610},"coords":"50.9628475,-0.114246","bedrooms":"0","price":"209000","area":"545"} , +{"type":"Feature","id":"n670122011","geometry":{"type":"Point","coordinates":[-0.0889869,51.5058694]},"properties":{"@type":"node","@id":670122011,"@timestamp":1622127599},"coords":"51.5058694,-0.0889869","bedrooms":"4","price":"182000","area":"588"} , +{"type":"Feature","id":"n670126135","geometry":{"type":"Point","coordinates":[-0.0074156,51.4831583]},"properties":{"@type":"node","@id":670126135,"@timestamp":1627872718},"coords":"51.4831583,-0.0074156","bedrooms":"3","price":"242000","area":"560"} , +{"type":"Feature","id":"n670288971","geometry":{"type":"Point","coordinates":[0.1144956,51.5250098]},"properties":{"@type":"node","@id":670288971,"@timestamp":1572451807},"coords":"51.5250098,0.1144956","bedrooms":"0","price":"258000","area":"432"} , +{"type":"Feature","id":"n670383338","geometry":{"type":"Point","coordinates":[-0.5165807,51.8692689]},"properties":{"@type":"node","@id":670383338,"@timestamp":1269090286},"coords":"51.8692689,-0.5165807","bedrooms":"3","price":"167000","area":"636"} , +{"type":"Feature","id":"n670645052","geometry":{"type":"Point","coordinates":[-0.1315973,51.5102845]},"properties":{"@type":"node","@id":670645052,"@timestamp":1630251919},"coords":"51.5102845,-0.1315973","bedrooms":"4","price":"175000","area":"560"} , +{"type":"Feature","id":"n670703192","geometry":{"type":"Point","coordinates":[0.1042129,51.5276243]},"properties":{"@type":"node","@id":670703192,"@timestamp":1283365224},"coords":"51.5276243,0.1042129","bedrooms":"2","price":"252000","area":"412"} , +{"type":"Feature","id":"n670955869","geometry":{"type":"Point","coordinates":[-0.84889,51.9796055]},"properties":{"@type":"node","@id":670955869,"@timestamp":1397910019},"coords":"51.9796055,-0.84889","bedrooms":"1","price":"293000","area":"603"} , +{"type":"Feature","id":"n671320674","geometry":{"type":"Point","coordinates":[-0.111848,51.56653]},"properties":{"@type":"node","@id":671320674,"@timestamp":1269175611},"coords":"51.56653,-0.111848","bedrooms":"0","price":"234000","area":"446"} , +{"type":"Feature","id":"n671436568","geometry":{"type":"Point","coordinates":[-0.350405,51.5521446]},"properties":{"@type":"node","@id":671436568,"@timestamp":1618279204},"coords":"51.5521446,-0.350405","bedrooms":"2","price":"264000","area":"503"} , +{"type":"Feature","id":"n671484369","geometry":{"type":"Point","coordinates":[-0.087654,51.710476]},"properties":{"@type":"node","@id":671484369,"@timestamp":1269186965},"coords":"51.710476,-0.087654","bedrooms":"4","price":"179000","area":"532"} , +{"type":"Feature","id":"n671518220","geometry":{"type":"Point","coordinates":[0.6027392,51.3546398]},"properties":{"@type":"node","@id":671518220,"@timestamp":1403159848},"coords":"51.3546398,0.6027392","bedrooms":"0","price":"152000","area":"363"} , +{"type":"Feature","id":"n671545183","geometry":{"type":"Point","coordinates":[0.0794881,51.3721944]},"properties":{"@type":"node","@id":671545183,"@timestamp":1325097271},"coords":"51.3721944,0.0794881","bedrooms":"2","price":"293000","area":"414"} , +{"type":"Feature","id":"n671697134","geometry":{"type":"Point","coordinates":[-0.0128098,51.5651841]},"properties":{"@type":"node","@id":671697134,"@timestamp":1560160946},"coords":"51.5651841,-0.0128098","bedrooms":"2","price":"293000","area":"356"} , +{"type":"Feature","id":"n671705332","geometry":{"type":"Point","coordinates":[-0.0311964,51.5680464]},"properties":{"@type":"node","@id":671705332,"@timestamp":1548726105},"coords":"51.5680464,-0.0311964","bedrooms":"3","price":"199000","area":"439"} , +{"type":"Feature","id":"n671737523","geometry":{"type":"Point","coordinates":[0.26843,51.5008769]},"properties":{"@type":"node","@id":671737523,"@timestamp":1431788409},"coords":"51.5008769,0.26843","bedrooms":"4","price":"263000","area":"632"} , +{"type":"Feature","id":"n671741800","geometry":{"type":"Point","coordinates":[-0.04371,51.5710108]},"properties":{"@type":"node","@id":671741800,"@timestamp":1568801241},"coords":"51.5710108,-0.04371","bedrooms":"2","price":"182000","area":"406"} , +{"type":"Feature","id":"n671764463","geometry":{"type":"Point","coordinates":[-0.9392123,51.4083366]},"properties":{"@type":"node","@id":671764463,"@timestamp":1547459038},"coords":"51.4083366,-0.9392123","bedrooms":"1","price":"200000","area":"698"} , +{"type":"Feature","id":"n671766337","geometry":{"type":"Point","coordinates":[0.4482797,51.3300991]},"properties":{"@type":"node","@id":671766337,"@timestamp":1269209735},"coords":"51.3300991,0.4482797","bedrooms":"0","price":"269000","area":"524"} , +{"type":"Feature","id":"n671795170","geometry":{"type":"Point","coordinates":[0.2760202,51.3415972]},"properties":{"@type":"node","@id":671795170,"@timestamp":1487105706},"coords":"51.3415972,0.2760202","bedrooms":"1","price":"181000","area":"440"} , +{"type":"Feature","id":"n671907718","geometry":{"type":"Point","coordinates":[-0.0515456,51.5648221]},"properties":{"@type":"node","@id":671907718,"@timestamp":1333051952},"coords":"51.5648221,-0.0515456","bedrooms":"2","price":"293000","area":"533"} , +{"type":"Feature","id":"n671907797","geometry":{"type":"Point","coordinates":[-0.0509147,51.5627596]},"properties":{"@type":"node","@id":671907797,"@timestamp":1269246151},"coords":"51.5627596,-0.0509147","bedrooms":"3","price":"265000","area":"550"} , +{"type":"Feature","id":"n672253393","geometry":{"type":"Point","coordinates":[0.2987401,51.3155445]},"properties":{"@type":"node","@id":672253393,"@timestamp":1487104658},"coords":"51.3155445,0.2987401","bedrooms":"2","price":"165000","area":"515"} , +{"type":"Feature","id":"n672266128","geometry":{"type":"Point","coordinates":[-0.9140317,51.44711]},"properties":{"@type":"node","@id":672266128,"@timestamp":1625152104},"coords":"51.44711,-0.9140317","bedrooms":"1","price":"156000","area":"382"} , +{"type":"Feature","id":"n672334762","geometry":{"type":"Point","coordinates":[0.5145584,51.2986337]},"properties":{"@type":"node","@id":672334762,"@timestamp":1633882852},"coords":"51.2986337,0.5145584","bedrooms":"1","price":"263000","area":"528"} , +{"type":"Feature","id":"n672431934","geometry":{"type":"Point","coordinates":[-0.924412,51.552968]},"properties":{"@type":"node","@id":672431934,"@timestamp":1269292892},"coords":"51.552968,-0.924412","bedrooms":"0","price":"228000","area":"588"} , +{"type":"Feature","id":"n672624327","geometry":{"type":"Point","coordinates":[-0.2277481,51.762168]},"properties":{"@type":"node","@id":672624327,"@timestamp":1575735913},"coords":"51.762168,-0.2277481","bedrooms":"4","price":"290000","area":"501"} , +{"type":"Feature","id":"n672726451","geometry":{"type":"Point","coordinates":[-0.0733614,51.5122388]},"properties":{"@type":"node","@id":672726451,"@timestamp":1425416041},"coords":"51.5122388,-0.0733614","bedrooms":"4","price":"239000","area":"586"} , +{"type":"Feature","id":"n672841641","geometry":{"type":"Point","coordinates":[-0.232347,51.7599056]},"properties":{"@type":"node","@id":672841641,"@timestamp":1557351098},"coords":"51.7599056,-0.232347","bedrooms":"0","price":"243000","area":"383"} , +{"type":"Feature","id":"n672869740","geometry":{"type":"Point","coordinates":[-0.9100481,51.4358209]},"properties":{"@type":"node","@id":672869740,"@timestamp":1269372227},"coords":"51.4358209,-0.9100481","bedrooms":"3","price":"177000","area":"628"} , +{"type":"Feature","id":"n672959474","geometry":{"type":"Point","coordinates":[-0.1399166,51.5236455]},"properties":{"@type":"node","@id":672959474,"@timestamp":1553720160},"coords":"51.5236455,-0.1399166","bedrooms":"4","price":"225000","area":"538"} , +{"type":"Feature","id":"n673387924","geometry":{"type":"Point","coordinates":[0.1627178,51.5030913]},"properties":{"@type":"node","@id":673387924,"@timestamp":1269433998},"coords":"51.5030913,0.1627178","bedrooms":"3","price":"203000","area":"640"} , +{"type":"Feature","id":"n673509694","geometry":{"type":"Point","coordinates":[-0.7911719,51.5113678]},"properties":{"@type":"node","@id":673509694,"@timestamp":1269452179},"coords":"51.5113678,-0.7911719","bedrooms":"4","price":"268000","area":"542"} , +{"type":"Feature","id":"n673709656","geometry":{"type":"Point","coordinates":[-0.5594812,51.4234515]},"properties":{"@type":"node","@id":673709656,"@timestamp":1625066945},"coords":"51.4234515,-0.5594812","bedrooms":"2","price":"286000","area":"502"} , +{"type":"Feature","id":"n674042782","geometry":{"type":"Point","coordinates":[-0.0394621,51.6761861]},"properties":{"@type":"node","@id":674042782,"@timestamp":1297637123},"coords":"51.6761861,-0.0394621","bedrooms":"0","price":"195000","area":"697"} , +{"type":"Feature","id":"n674466226","geometry":{"type":"Point","coordinates":[-0.0801059,51.5031725]},"properties":{"@type":"node","@id":674466226,"@timestamp":1269557841},"coords":"51.5031725,-0.0801059","bedrooms":"0","price":"178000","area":"625"} , +{"type":"Feature","id":"n674954061","geometry":{"type":"Point","coordinates":[-0.0772692,51.5112939]},"properties":{"@type":"node","@id":674954061,"@timestamp":1611636567},"coords":"51.5112939,-0.0772692","bedrooms":"0","price":"247000","area":"672"} , +{"type":"Feature","id":"n675631549","geometry":{"type":"Point","coordinates":[-0.1106932,51.6453316]},"properties":{"@type":"node","@id":675631549,"@timestamp":1269685832},"coords":"51.6453316,-0.1106932","bedrooms":"3","price":"209000","area":"457"} , +{"type":"Feature","id":"n675792756","geometry":{"type":"Point","coordinates":[-0.1320711,51.5063351]},"properties":{"@type":"node","@id":675792756,"@timestamp":1609629940},"coords":"51.5063351,-0.1320711","bedrooms":"2","price":"292000","area":"518"} , +{"type":"Feature","id":"n675811712","geometry":{"type":"Point","coordinates":[-0.1375891,51.5057261]},"properties":{"@type":"node","@id":675811712,"@timestamp":1543944549},"coords":"51.5057261,-0.1375891","bedrooms":"0","price":"153000","area":"621"} , +{"type":"Feature","id":"n675866067","geometry":{"type":"Point","coordinates":[-0.1369125,51.5084503]},"properties":{"@type":"node","@id":675866067,"@timestamp":1561451801},"coords":"51.5084503,-0.1369125","bedrooms":"2","price":"167000","area":"562"} , +{"type":"Feature","id":"n676017974","geometry":{"type":"Point","coordinates":[-0.0766239,51.5752255]},"properties":{"@type":"node","@id":676017974,"@timestamp":1613420383},"coords":"51.5752255,-0.0766239","bedrooms":"4","price":"182000","area":"424"} , +{"type":"Feature","id":"n676082386","geometry":{"type":"Point","coordinates":[-0.0854416,51.505706]},"properties":{"@type":"node","@id":676082386,"@timestamp":1481286690},"coords":"51.505706,-0.0854416","bedrooms":"0","price":"277000","area":"632"} , +{"type":"Feature","id":"n676223856","geometry":{"type":"Point","coordinates":[0.5154564,51.2578508]},"properties":{"@type":"node","@id":676223856,"@timestamp":1269719664},"coords":"51.2578508,0.5154564","bedrooms":"3","price":"207000","area":"650"} , +{"type":"Feature","id":"n676223996","geometry":{"type":"Point","coordinates":[0.5164361,51.2594278]},"properties":{"@type":"node","@id":676223996,"@timestamp":1269719667},"coords":"51.2594278,0.5164361","bedrooms":"0","price":"282000","area":"590"} , +{"type":"Feature","id":"n676246210","geometry":{"type":"Point","coordinates":[0.5092904,51.263234]},"properties":{"@type":"node","@id":676246210,"@timestamp":1518778123},"coords":"51.263234,0.5092904","bedrooms":"2","price":"277000","area":"360"} , +{"type":"Feature","id":"n676271050","geometry":{"type":"Point","coordinates":[-0.3267724,51.8867765]},"properties":{"@type":"node","@id":676271050,"@timestamp":1540740013},"coords":"51.8867765,-0.3267724","bedrooms":"3","price":"165000","area":"675"} , +{"type":"Feature","id":"n676279967","geometry":{"type":"Point","coordinates":[0.484019,51.2521159]},"properties":{"@type":"node","@id":676279967,"@timestamp":1269723472},"coords":"51.2521159,0.484019","bedrooms":"0","price":"220000","area":"548"} , +{"type":"Feature","id":"n676280102","geometry":{"type":"Point","coordinates":[0.4865977,51.2544591]},"properties":{"@type":"node","@id":676280102,"@timestamp":1269723474},"coords":"51.2544591,0.4865977","bedrooms":"3","price":"254000","area":"634"} , +{"type":"Feature","id":"n676291726","geometry":{"type":"Point","coordinates":[0.4712773,51.254244]},"properties":{"@type":"node","@id":676291726,"@timestamp":1269725333},"coords":"51.254244,0.4712773","bedrooms":"1","price":"200000","area":"631"} , +{"type":"Feature","id":"n676291769","geometry":{"type":"Point","coordinates":[0.4975705,51.2500837]},"properties":{"@type":"node","@id":676291769,"@timestamp":1269725334},"coords":"51.2500837,0.4975705","bedrooms":"2","price":"254000","area":"631"} , +{"type":"Feature","id":"n676296955","geometry":{"type":"Point","coordinates":[0.5203366,51.2746651]},"properties":{"@type":"node","@id":676296955,"@timestamp":1621330127},"coords":"51.2746651,0.5203366","bedrooms":"3","price":"173000","area":"571"} , +{"type":"Feature","id":"n676296977","geometry":{"type":"Point","coordinates":[0.5212271,51.27489]},"properties":{"@type":"node","@id":676296977,"@timestamp":1576934527},"coords":"51.27489,0.5212271","bedrooms":"4","price":"270000","area":"554"} , +{"type":"Feature","id":"n676299315","geometry":{"type":"Point","coordinates":[0.5161579,51.2680065]},"properties":{"@type":"node","@id":676299315,"@timestamp":1298229098},"coords":"51.2680065,0.5161579","bedrooms":"3","price":"232000","area":"582"} , +{"type":"Feature","id":"n676305781","geometry":{"type":"Point","coordinates":[0.5054585,51.2738142]},"properties":{"@type":"node","@id":676305781,"@timestamp":1286369381},"coords":"51.2738142,0.5054585","bedrooms":"2","price":"279000","area":"455"} , +{"type":"Feature","id":"n676309447","geometry":{"type":"Point","coordinates":[0.5095257,51.276581]},"properties":{"@type":"node","@id":676309447,"@timestamp":1269728139},"coords":"51.276581,0.5095257","bedrooms":"3","price":"264000","area":"392"} , +{"type":"Feature","id":"n676354500","geometry":{"type":"Point","coordinates":[0.5287419,51.2790652]},"properties":{"@type":"node","@id":676354500,"@timestamp":1269732270},"coords":"51.2790652,0.5287419","bedrooms":"4","price":"194000","area":"682"} , +{"type":"Feature","id":"n676624361","geometry":{"type":"Point","coordinates":[0.0564856,51.4003245]},"properties":{"@type":"node","@id":676624361,"@timestamp":1269775151},"coords":"51.4003245,0.0564856","bedrooms":"4","price":"278000","area":"618"} , +{"type":"Feature","id":"n676679308","geometry":{"type":"Point","coordinates":[0.0557699,51.3952539]},"properties":{"@type":"node","@id":676679308,"@timestamp":1614854461},"coords":"51.3952539,0.0557699","bedrooms":"0","price":"150000","area":"517"} , +{"type":"Feature","id":"n676754481","geometry":{"type":"Point","coordinates":[0.0396953,51.3984421]},"properties":{"@type":"node","@id":676754481,"@timestamp":1269787817},"coords":"51.3984421,0.0396953","bedrooms":"2","price":"217000","area":"402"} , +{"type":"Feature","id":"n676792140","geometry":{"type":"Point","coordinates":[0.0505292,51.3898532]},"properties":{"@type":"node","@id":676792140,"@timestamp":1269792498},"coords":"51.3898532,0.0505292","bedrooms":"4","price":"234000","area":"638"} , +{"type":"Feature","id":"n676862208","geometry":{"type":"Point","coordinates":[-0.1401906,51.6451587]},"properties":{"@type":"node","@id":676862208,"@timestamp":1273492392},"coords":"51.6451587,-0.1401906","bedrooms":"2","price":"266000","area":"625"} , +{"type":"Feature","id":"n676945177","geometry":{"type":"Point","coordinates":[-0.2307204,51.7626344]},"properties":{"@type":"node","@id":676945177,"@timestamp":1553292269},"coords":"51.7626344,-0.2307204","bedrooms":"4","price":"191000","area":"648"} , +{"type":"Feature","id":"n676971143","geometry":{"type":"Point","coordinates":[-0.981921,51.0318443]},"properties":{"@type":"node","@id":676971143,"@timestamp":1269805666},"coords":"51.0318443,-0.981921","bedrooms":"3","price":"157000","area":"397"} , +{"type":"Feature","id":"n676971325","geometry":{"type":"Point","coordinates":[-0.981069,51.0329025]},"properties":{"@type":"node","@id":676971325,"@timestamp":1269805668},"coords":"51.0329025,-0.981069","bedrooms":"1","price":"188000","area":"638"} , +{"type":"Feature","id":"n676981417","geometry":{"type":"Point","coordinates":[0.7155733,51.3532681]},"properties":{"@type":"node","@id":676981417,"@timestamp":1567620703},"coords":"51.3532681,0.7155733","bedrooms":"3","price":"179000","area":"502"} , +{"type":"Feature","id":"n677151452","geometry":{"type":"Point","coordinates":[-0.2406611,51.2484402]},"properties":{"@type":"node","@id":677151452,"@timestamp":1628447098},"coords":"51.2484402,-0.2406611","bedrooms":"0","price":"298000","area":"471"} , +{"type":"Feature","id":"n677225990","geometry":{"type":"Point","coordinates":[-0.3580841,51.5604805]},"properties":{"@type":"node","@id":677225990,"@timestamp":1509197898},"coords":"51.5604805,-0.3580841","bedrooms":"2","price":"174000","area":"427"} , +{"type":"Feature","id":"n677347456","geometry":{"type":"Point","coordinates":[-0.9202,51.8249337]},"properties":{"@type":"node","@id":677347456,"@timestamp":1269855882},"coords":"51.8249337,-0.9202","bedrooms":"2","price":"219000","area":"544"} , +{"type":"Feature","id":"n677461685","geometry":{"type":"Point","coordinates":[-0.3095306,51.5056168]},"properties":{"@type":"node","@id":677461685,"@timestamp":1269869834},"coords":"51.5056168,-0.3095306","bedrooms":"0","price":"206000","area":"437"} , +{"type":"Feature","id":"n677578480","geometry":{"type":"Point","coordinates":[0.3560925,51.4057267]},"properties":{"@type":"node","@id":677578480,"@timestamp":1451577189},"coords":"51.4057267,0.3560925","bedrooms":"1","price":"243000","area":"665"} , +{"type":"Feature","id":"n677580135","geometry":{"type":"Point","coordinates":[0.560193,51.2494801]},"properties":{"@type":"node","@id":677580135,"@timestamp":1269884525},"coords":"51.2494801,0.560193","bedrooms":"2","price":"278000","area":"353"} , +{"type":"Feature","id":"n677617982","geometry":{"type":"Point","coordinates":[0.5573672,51.2532813]},"properties":{"@type":"node","@id":677617982,"@timestamp":1269888728},"coords":"51.2532813,0.5573672","bedrooms":"1","price":"214000","area":"560"} , +{"type":"Feature","id":"n677711189","geometry":{"type":"Point","coordinates":[0.5516242,51.252181]},"properties":{"@type":"node","@id":677711189,"@timestamp":1310380936},"coords":"51.252181,0.5516242","bedrooms":"2","price":"283000","area":"532"} , +{"type":"Feature","id":"n677847485","geometry":{"type":"Point","coordinates":[0.4426322,51.3296235]},"properties":{"@type":"node","@id":677847485,"@timestamp":1269898737},"coords":"51.3296235,0.4426322","bedrooms":"1","price":"168000","area":"688"} , +{"type":"Feature","id":"n678240178","geometry":{"type":"Point","coordinates":[-0.2869304,51.4762702]},"properties":{"@type":"node","@id":678240178,"@timestamp":1630741523},"coords":"51.4762702,-0.2869304","bedrooms":"3","price":"183000","area":"467"} , +{"type":"Feature","id":"n678962739","geometry":{"type":"Point","coordinates":[0.5517161,51.2591896]},"properties":{"@type":"node","@id":678962739,"@timestamp":1608920817},"coords":"51.2591896,0.5517161","bedrooms":"0","price":"235000","area":"668"} , +{"type":"Feature","id":"n679125904","geometry":{"type":"Point","coordinates":[-0.2679331,51.4815079]},"properties":{"@type":"node","@id":679125904,"@timestamp":1634741286},"coords":"51.4815079,-0.2679331","bedrooms":"2","price":"297000","area":"491"} , +{"type":"Feature","id":"n679304492","geometry":{"type":"Point","coordinates":[-0.1877348,51.4867013]},"properties":{"@type":"node","@id":679304492,"@timestamp":1606494973},"coords":"51.4867013,-0.1877348","bedrooms":"4","price":"246000","area":"405"} , +{"type":"Feature","id":"n679479514","geometry":{"type":"Point","coordinates":[-0.0441583,51.6995271]},"properties":{"@type":"node","@id":679479514,"@timestamp":1635693720},"coords":"51.6995271,-0.0441583","bedrooms":"2","price":"153000","area":"450"} , +{"type":"Feature","id":"n679720293","geometry":{"type":"Point","coordinates":[-0.8880677,51.3770456]},"properties":{"@type":"node","@id":679720293,"@timestamp":1537262240},"coords":"51.3770456,-0.8880677","bedrooms":"3","price":"212000","area":"498"} , +{"type":"Feature","id":"n679967784","geometry":{"type":"Point","coordinates":[-0.1336651,51.6339926]},"properties":{"@type":"node","@id":679967784,"@timestamp":1491838788},"coords":"51.6339926,-0.1336651","bedrooms":"3","price":"183000","area":"381"} , +{"type":"Feature","id":"n680020027","geometry":{"type":"Point","coordinates":[-0.7636949,51.3884921]},"properties":{"@type":"node","@id":680020027,"@timestamp":1619385349},"coords":"51.3884921,-0.7636949","bedrooms":"3","price":"262000","area":"511"} , +{"type":"Feature","id":"n680444117","geometry":{"type":"Point","coordinates":[0.4373674,51.2919096]},"properties":{"@type":"node","@id":680444117,"@timestamp":1270159084},"coords":"51.2919096,0.4373674","bedrooms":"4","price":"253000","area":"625"} , +{"type":"Feature","id":"n680444381","geometry":{"type":"Point","coordinates":[0.4398503,51.2881154]},"properties":{"@type":"node","@id":680444381,"@timestamp":1288467217},"coords":"51.2881154,0.4398503","bedrooms":"0","price":"159000","area":"677"} , +{"type":"Feature","id":"n680444877","geometry":{"type":"Point","coordinates":[0.4540974,51.2965135]},"properties":{"@type":"node","@id":680444877,"@timestamp":1458379824},"coords":"51.2965135,0.4540974","bedrooms":"0","price":"204000","area":"627"} , +{"type":"Feature","id":"n681199188","geometry":{"type":"Point","coordinates":[-0.1341,51.528224]},"properties":{"@type":"node","@id":681199188,"@timestamp":1608527631},"coords":"51.528224,-0.1341","bedrooms":"3","price":"201000","area":"415"} , +{"type":"Feature","id":"n681563479","geometry":{"type":"Point","coordinates":[-0.329127,51.4563814]},"properties":{"@type":"node","@id":681563479,"@timestamp":1561927828},"coords":"51.4563814,-0.329127","bedrooms":"4","price":"181000","area":"465"} , +{"type":"Feature","id":"n681675713","geometry":{"type":"Point","coordinates":[-0.1093273,51.5048432]},"properties":{"@type":"node","@id":681675713,"@timestamp":1307019910},"coords":"51.5048432,-0.1093273","bedrooms":"1","price":"259000","area":"521"} , +{"type":"Feature","id":"n681675735","geometry":{"type":"Point","coordinates":[-0.1091973,51.5046131]},"properties":{"@type":"node","@id":681675735,"@timestamp":1307019911},"coords":"51.5046131,-0.1091973","bedrooms":"0","price":"229000","area":"471"} , +{"type":"Feature","id":"n681814405","geometry":{"type":"Point","coordinates":[0.8760592,51.1354898]},"properties":{"@type":"node","@id":681814405,"@timestamp":1593371179},"coords":"51.1354898,0.8760592","bedrooms":"1","price":"237000","area":"543"} , +{"type":"Feature","id":"n681814425","geometry":{"type":"Point","coordinates":[0.8780222,51.1352418]},"properties":{"@type":"node","@id":681814425,"@timestamp":1576174987},"coords":"51.1352418,0.8780222","bedrooms":"1","price":"233000","area":"416"} , +{"type":"Feature","id":"n681814451","geometry":{"type":"Point","coordinates":[0.8785892,51.1363776]},"properties":{"@type":"node","@id":681814451,"@timestamp":1593371179},"coords":"51.1363776,0.8785892","bedrooms":"1","price":"260000","area":"645"} , +{"type":"Feature","id":"n681814470","geometry":{"type":"Point","coordinates":[0.8786166,51.1369974]},"properties":{"@type":"node","@id":681814470,"@timestamp":1593371179},"coords":"51.1369974,0.8786166","bedrooms":"0","price":"258000","area":"614"} , +{"type":"Feature","id":"n681814494","geometry":{"type":"Point","coordinates":[0.8766529,51.1373992]},"properties":{"@type":"node","@id":681814494,"@timestamp":1576174987},"coords":"51.1373992,0.8766529","bedrooms":"1","price":"207000","area":"566"} , +{"type":"Feature","id":"n681971160","geometry":{"type":"Point","coordinates":[0.8769649,51.1378547]},"properties":{"@type":"node","@id":681971160,"@timestamp":1576174987},"coords":"51.1378547,0.8769649","bedrooms":"4","price":"175000","area":"630"} , +{"type":"Feature","id":"n682405922","geometry":{"type":"Point","coordinates":[-0.8829885,51.3837309]},"properties":{"@type":"node","@id":682405922,"@timestamp":1271616265},"coords":"51.3837309,-0.8829885","bedrooms":"1","price":"202000","area":"576"} , +{"type":"Feature","id":"n683281728","geometry":{"type":"Point","coordinates":[-0.0658704,51.5712931]},"properties":{"@type":"node","@id":683281728,"@timestamp":1564912858},"coords":"51.5712931,-0.0658704","bedrooms":"3","price":"210000","area":"667"} , +{"type":"Feature","id":"n683401717","geometry":{"type":"Point","coordinates":[0.3409828,51.4352246]},"properties":{"@type":"node","@id":683401717,"@timestamp":1316423587},"coords":"51.4352246,0.3409828","bedrooms":"4","price":"197000","area":"527"} , +{"type":"Feature","id":"n683406299","geometry":{"type":"Point","coordinates":[-0.5130006,51.8775086]},"properties":{"@type":"node","@id":683406299,"@timestamp":1270313924},"coords":"51.8775086,-0.5130006","bedrooms":"4","price":"203000","area":"472"} , +{"type":"Feature","id":"n683406444","geometry":{"type":"Point","coordinates":[-0.5166591,51.8776675]},"properties":{"@type":"node","@id":683406444,"@timestamp":1270313988},"coords":"51.8776675,-0.5166591","bedrooms":"1","price":"188000","area":"542"} , +{"type":"Feature","id":"n683406728","geometry":{"type":"Point","coordinates":[-0.5147762,51.8766195]},"properties":{"@type":"node","@id":683406728,"@timestamp":1594804624},"coords":"51.8766195,-0.5147762","bedrooms":"4","price":"251000","area":"401"} , +{"type":"Feature","id":"n683512241","geometry":{"type":"Point","coordinates":[0.7379933,51.3608223]},"properties":{"@type":"node","@id":683512241,"@timestamp":1611884041},"coords":"51.3608223,0.7379933","bedrooms":"4","price":"190000","area":"485"} , +{"type":"Feature","id":"n683539345","geometry":{"type":"Point","coordinates":[0.7226637,51.3485457]},"properties":{"@type":"node","@id":683539345,"@timestamp":1611884292},"coords":"51.3485457,0.7226637","bedrooms":"4","price":"285000","area":"469"} , +{"type":"Feature","id":"n683825959","geometry":{"type":"Point","coordinates":[-0.1551176,51.3259763]},"properties":{"@type":"node","@id":683825959,"@timestamp":1527694444},"coords":"51.3259763,-0.1551176","bedrooms":"0","price":"227000","area":"470"} , +{"type":"Feature","id":"n683929328","geometry":{"type":"Point","coordinates":[-0.513364,51.8716922]},"properties":{"@type":"node","@id":683929328,"@timestamp":1270383301},"coords":"51.8716922,-0.513364","bedrooms":"2","price":"249000","area":"564"} , +{"type":"Feature","id":"n683929472","geometry":{"type":"Point","coordinates":[-0.5160247,51.8731429]},"properties":{"@type":"node","@id":683929472,"@timestamp":1270383306},"coords":"51.8731429,-0.5160247","bedrooms":"3","price":"167000","area":"493"} , +{"type":"Feature","id":"n684190533","geometry":{"type":"Point","coordinates":[0.5281482,51.3709343]},"properties":{"@type":"node","@id":684190533,"@timestamp":1458995147},"coords":"51.3709343,0.5281482","bedrooms":"4","price":"150000","area":"502"} , +{"type":"Feature","id":"n684237098","geometry":{"type":"Point","coordinates":[0.5290358,51.372885]},"properties":{"@type":"node","@id":684237098,"@timestamp":1458995148},"coords":"51.372885,0.5290358","bedrooms":"0","price":"265000","area":"394"} , +{"type":"Feature","id":"n684240237","geometry":{"type":"Point","coordinates":[-0.0112834,51.4677134]},"properties":{"@type":"node","@id":684240237,"@timestamp":1627246423},"coords":"51.4677134,-0.0112834","bedrooms":"2","price":"175000","area":"531"} , +{"type":"Feature","id":"n684245116","geometry":{"type":"Point","coordinates":[0.5326523,51.3724782]},"properties":{"@type":"node","@id":684245116,"@timestamp":1578024056},"coords":"51.3724782,0.5326523","bedrooms":"0","price":"174000","area":"360"} , +{"type":"Feature","id":"n684264736","geometry":{"type":"Point","coordinates":[-0.6767935,51.9154776]},"properties":{"@type":"node","@id":684264736,"@timestamp":1270396877},"coords":"51.9154776,-0.6767935","bedrooms":"4","price":"167000","area":"519"} , +{"type":"Feature","id":"n684376070","geometry":{"type":"Point","coordinates":[0.4014771,51.2725276]},"properties":{"@type":"node","@id":684376070,"@timestamp":1596702229},"coords":"51.2725276,0.4014771","bedrooms":"2","price":"245000","area":"640"} , +{"type":"Feature","id":"n684522135","geometry":{"type":"Point","coordinates":[-0.0152985,51.4644382]},"properties":{"@type":"node","@id":684522135,"@timestamp":1615934496},"coords":"51.4644382,-0.0152985","bedrooms":"3","price":"229000","area":"511"} , +{"type":"Feature","id":"n684601307","geometry":{"type":"Point","coordinates":[-0.6062764,51.4825899]},"properties":{"@type":"node","@id":684601307,"@timestamp":1618447468},"coords":"51.4825899,-0.6062764","bedrooms":"4","price":"203000","area":"387"} , +{"type":"Feature","id":"n684667920","geometry":{"type":"Point","coordinates":[-0.1227338,51.5303559]},"properties":{"@type":"node","@id":684667920,"@timestamp":1527885328},"coords":"51.5303559,-0.1227338","bedrooms":"1","price":"209000","area":"598"} , +{"type":"Feature","id":"n685113619","geometry":{"type":"Point","coordinates":[-0.484975,51.7436832]},"properties":{"@type":"node","@id":685113619,"@timestamp":1367158879},"coords":"51.7436832,-0.484975","bedrooms":"4","price":"242000","area":"468"} , +{"type":"Feature","id":"n685263302","geometry":{"type":"Point","coordinates":[-0.3790511,51.7155903]},"properties":{"@type":"node","@id":685263302,"@timestamp":1515779858},"coords":"51.7155903,-0.3790511","bedrooms":"1","price":"201000","area":"372"} , +{"type":"Feature","id":"n685444121","geometry":{"type":"Point","coordinates":[-0.6242332,51.0360248]},"properties":{"@type":"node","@id":685444121,"@timestamp":1585427244},"coords":"51.0360248,-0.6242332","bedrooms":"2","price":"295000","area":"682"} , +{"type":"Feature","id":"n685465169","geometry":{"type":"Point","coordinates":[-0.9929658,51.7404423]},"properties":{"@type":"node","@id":685465169,"@timestamp":1270484084},"coords":"51.7404423,-0.9929658","bedrooms":"1","price":"176000","area":"415"} , +{"type":"Feature","id":"n685519655","geometry":{"type":"Point","coordinates":[-1.0035807,51.7985828]},"properties":{"@type":"node","@id":685519655,"@timestamp":1373547374},"coords":"51.7985828,-1.0035807","bedrooms":"3","price":"282000","area":"527"} , +{"type":"Feature","id":"n685768541","geometry":{"type":"Point","coordinates":[-0.6239351,51.5118502]},"properties":{"@type":"node","@id":685768541,"@timestamp":1490130107},"coords":"51.5118502,-0.6239351","bedrooms":"2","price":"191000","area":"639"} , +{"type":"Feature","id":"n685800496","geometry":{"type":"Point","coordinates":[-0.0205815,51.4561488]},"properties":{"@type":"node","@id":685800496,"@timestamp":1612644850},"coords":"51.4561488,-0.0205815","bedrooms":"2","price":"222000","area":"676"} , +{"type":"Feature","id":"n685865017","geometry":{"type":"Point","coordinates":[-1.0345285,51.4958606]},"properties":{"@type":"node","@id":685865017,"@timestamp":1601404275},"coords":"51.4958606,-1.0345285","bedrooms":"1","price":"173000","area":"548"} , +{"type":"Feature","id":"n686367150","geometry":{"type":"Point","coordinates":[0.0212779,51.4317123]},"properties":{"@type":"node","@id":686367150,"@timestamp":1601130622},"coords":"51.4317123,0.0212779","bedrooms":"4","price":"169000","area":"370"} , +{"type":"Feature","id":"n686459778","geometry":{"type":"Point","coordinates":[0.0205932,51.4341902]},"properties":{"@type":"node","@id":686459778,"@timestamp":1270549175},"coords":"51.4341902,0.0205932","bedrooms":"0","price":"200000","area":"386"} , +{"type":"Feature","id":"n686661905","geometry":{"type":"Point","coordinates":[-0.8908649,51.7054051]},"properties":{"@type":"node","@id":686661905,"@timestamp":1332113985},"coords":"51.7054051,-0.8908649","bedrooms":"0","price":"212000","area":"424"} , +{"type":"Feature","id":"n686680039","geometry":{"type":"Point","coordinates":[0.0212722,51.4226347]},"properties":{"@type":"node","@id":686680039,"@timestamp":1270569161},"coords":"51.4226347,0.0212722","bedrooms":"3","price":"251000","area":"645"} , +{"type":"Feature","id":"n686712877","geometry":{"type":"Point","coordinates":[0.8630362,51.1336998]},"properties":{"@type":"node","@id":686712877,"@timestamp":1270572217},"coords":"51.1336998,0.8630362","bedrooms":"4","price":"275000","area":"495"} , +{"type":"Feature","id":"n686725705","geometry":{"type":"Point","coordinates":[0.0207679,51.4203399]},"properties":{"@type":"node","@id":686725705,"@timestamp":1270572712},"coords":"51.4203399,0.0207679","bedrooms":"0","price":"265000","area":"370"} , +{"type":"Feature","id":"n687034236","geometry":{"type":"Point","coordinates":[0.0049157,51.4797158]},"properties":{"@type":"node","@id":687034236,"@timestamp":1627321359},"coords":"51.4797158,0.0049157","bedrooms":"4","price":"178000","area":"383"} , +{"type":"Feature","id":"n687375751","geometry":{"type":"Point","coordinates":[-0.1101551,51.4998582]},"properties":{"@type":"node","@id":687375751,"@timestamp":1301914547},"coords":"51.4998582,-0.1101551","bedrooms":"1","price":"193000","area":"359"} , +{"type":"Feature","id":"n687487238","geometry":{"type":"Point","coordinates":[0.5562773,51.3745039]},"properties":{"@type":"node","@id":687487238,"@timestamp":1295390747},"coords":"51.3745039,0.5562773","bedrooms":"3","price":"299000","area":"430"} , +{"type":"Feature","id":"n687494864","geometry":{"type":"Point","coordinates":[0.5584886,51.3792173]},"properties":{"@type":"node","@id":687494864,"@timestamp":1270648042},"coords":"51.3792173,0.5584886","bedrooms":"4","price":"261000","area":"469"} , +{"type":"Feature","id":"n687508842","geometry":{"type":"Point","coordinates":[0.5569862,51.3729256]},"properties":{"@type":"node","@id":687508842,"@timestamp":1543944571},"coords":"51.3729256,0.5569862","bedrooms":"2","price":"220000","area":"594"} , +{"type":"Feature","id":"n687881190","geometry":{"type":"Point","coordinates":[0.4339087,51.3154215]},"properties":{"@type":"node","@id":687881190,"@timestamp":1270673130},"coords":"51.3154215,0.4339087","bedrooms":"0","price":"200000","area":"676"} , +{"type":"Feature","id":"n687881281","geometry":{"type":"Point","coordinates":[0.4373805,51.312105]},"properties":{"@type":"node","@id":687881281,"@timestamp":1270673132},"coords":"51.312105,0.4373805","bedrooms":"0","price":"205000","area":"681"} , +{"type":"Feature","id":"n687881432","geometry":{"type":"Point","coordinates":[0.4416041,51.3119613]},"properties":{"@type":"node","@id":687881432,"@timestamp":1270673136},"coords":"51.3119613,0.4416041","bedrooms":"3","price":"228000","area":"425"} , +{"type":"Feature","id":"n687881512","geometry":{"type":"Point","coordinates":[0.4424002,51.3144265]},"properties":{"@type":"node","@id":687881512,"@timestamp":1288174654},"coords":"51.3144265,0.4424002","bedrooms":"2","price":"270000","area":"570"} , +{"type":"Feature","id":"n687881798","geometry":{"type":"Point","coordinates":[0.4495098,51.3261842]},"properties":{"@type":"node","@id":687881798,"@timestamp":1607447407},"coords":"51.3261842,0.4495098","bedrooms":"4","price":"188000","area":"398"} , +{"type":"Feature","id":"n687944699","geometry":{"type":"Point","coordinates":[-0.6860759,51.4234955]},"properties":{"@type":"node","@id":687944699,"@timestamp":1610631516},"coords":"51.4234955,-0.6860759","bedrooms":"1","price":"206000","area":"662"} , +{"type":"Feature","id":"n688131960","geometry":{"type":"Point","coordinates":[-0.3858609,51.4634799]},"properties":{"@type":"node","@id":688131960,"@timestamp":1270688269},"coords":"51.4634799,-0.3858609","bedrooms":"2","price":"246000","area":"515"} , +{"type":"Feature","id":"n688438037","geometry":{"type":"Point","coordinates":[0.5394448,51.2539146]},"properties":{"@type":"node","@id":688438037,"@timestamp":1270716996},"coords":"51.2539146,0.5394448","bedrooms":"1","price":"180000","area":"668"} , +{"type":"Feature","id":"n688892532","geometry":{"type":"Point","coordinates":[0.5436196,51.2561948]},"properties":{"@type":"node","@id":688892532,"@timestamp":1330819002},"coords":"51.2561948,0.5436196","bedrooms":"1","price":"163000","area":"354"} , +{"type":"Feature","id":"n688993513","geometry":{"type":"Point","coordinates":[-0.7757457,51.6488076]},"properties":{"@type":"node","@id":688993513,"@timestamp":1452973827},"coords":"51.6488076,-0.7757457","bedrooms":"4","price":"282000","area":"399"} , +{"type":"Feature","id":"n689111669","geometry":{"type":"Point","coordinates":[0.6873284,51.7431418]},"properties":{"@type":"node","@id":689111669,"@timestamp":1337254846},"coords":"51.7431418,0.6873284","bedrooms":"3","price":"179000","area":"583"} , +{"type":"Feature","id":"n689111910","geometry":{"type":"Point","coordinates":[0.6987506,51.7421302]},"properties":{"@type":"node","@id":689111910,"@timestamp":1337254849},"coords":"51.7421302,0.6987506","bedrooms":"0","price":"178000","area":"351"} , +{"type":"Feature","id":"n689311259","geometry":{"type":"Point","coordinates":[-0.9467792,51.0885797]},"properties":{"@type":"node","@id":689311259,"@timestamp":1499118889},"coords":"51.0885797,-0.9467792","bedrooms":"2","price":"271000","area":"393"} , +{"type":"Feature","id":"n689437465","geometry":{"type":"Point","coordinates":[-0.5956454,51.9051439]},"properties":{"@type":"node","@id":689437465,"@timestamp":1270761546},"coords":"51.9051439,-0.5956454","bedrooms":"1","price":"263000","area":"445"} , +{"type":"Feature","id":"n689558545","geometry":{"type":"Point","coordinates":[-0.6917959,51.0335858]},"properties":{"@type":"node","@id":689558545,"@timestamp":1270767863},"coords":"51.0335858,-0.6917959","bedrooms":"1","price":"291000","area":"351"} , +{"type":"Feature","id":"n689572055","geometry":{"type":"Point","coordinates":[-0.0313812,51.4069034]},"properties":{"@type":"node","@id":689572055,"@timestamp":1618322903},"coords":"51.4069034,-0.0313812","bedrooms":"2","price":"199000","area":"410"} , +{"type":"Feature","id":"n689938923","geometry":{"type":"Point","coordinates":[-0.3213412,51.4891305]},"properties":{"@type":"node","@id":689938923,"@timestamp":1469007169},"coords":"51.4891305,-0.3213412","bedrooms":"2","price":"245000","area":"383"} , +{"type":"Feature","id":"n690130047","geometry":{"type":"Point","coordinates":[-1.0451503,51.5668341]},"properties":{"@type":"node","@id":690130047,"@timestamp":1507389372},"coords":"51.5668341,-1.0451503","bedrooms":"4","price":"179000","area":"543"} , +{"type":"Feature","id":"n690656399","geometry":{"type":"Point","coordinates":[-0.6288184,51.2467689]},"properties":{"@type":"node","@id":690656399,"@timestamp":1547733688},"coords":"51.2467689,-0.6288184","bedrooms":"0","price":"287000","area":"486"} , +{"type":"Feature","id":"n690656652","geometry":{"type":"Point","coordinates":[-0.6187631,51.2538328]},"properties":{"@type":"node","@id":690656652,"@timestamp":1270833079},"coords":"51.2538328,-0.6187631","bedrooms":"3","price":"154000","area":"541"} , +{"type":"Feature","id":"n690724220","geometry":{"type":"Point","coordinates":[0.4387931,51.3517695]},"properties":{"@type":"node","@id":690724220,"@timestamp":1302449090},"coords":"51.3517695,0.4387931","bedrooms":"2","price":"283000","area":"589"} , +{"type":"Feature","id":"n690887142","geometry":{"type":"Point","coordinates":[-0.9037534,51.4438115]},"properties":{"@type":"node","@id":690887142,"@timestamp":1270844115},"coords":"51.4438115,-0.9037534","bedrooms":"0","price":"287000","area":"647"} , +{"type":"Feature","id":"n690887251","geometry":{"type":"Point","coordinates":[-0.9507489,51.4877189]},"properties":{"@type":"node","@id":690887251,"@timestamp":1556228520},"coords":"51.4877189,-0.9507489","bedrooms":"1","price":"180000","area":"648"} , +{"type":"Feature","id":"n690887353","geometry":{"type":"Point","coordinates":[-0.9035372,51.4434612]},"properties":{"@type":"node","@id":690887353,"@timestamp":1566876123},"coords":"51.4434612,-0.9035372","bedrooms":"0","price":"213000","area":"499"} , +{"type":"Feature","id":"n690937764","geometry":{"type":"Point","coordinates":[-0.9515063,51.4714743]},"properties":{"@type":"node","@id":690937764,"@timestamp":1629035327},"coords":"51.4714743,-0.9515063","bedrooms":"4","price":"276000","area":"505"} , +{"type":"Feature","id":"n690937819","geometry":{"type":"Point","coordinates":[-0.9467172,51.4733096]},"properties":{"@type":"node","@id":690937819,"@timestamp":1613848706},"coords":"51.4733096,-0.9467172","bedrooms":"2","price":"200000","area":"415"} , +{"type":"Feature","id":"n691030235","geometry":{"type":"Point","coordinates":[0.1366564,51.7714101]},"properties":{"@type":"node","@id":691030235,"@timestamp":1618763158},"coords":"51.7714101,0.1366564","bedrooms":"0","price":"212000","area":"415"} , +{"type":"Feature","id":"n691084091","geometry":{"type":"Point","coordinates":[-0.1415711,51.5171846]},"properties":{"@type":"node","@id":691084091,"@timestamp":1630768169},"coords":"51.5171846,-0.1415711","bedrooms":"1","price":"292000","area":"360"} , +{"type":"Feature","id":"n691084120","geometry":{"type":"Point","coordinates":[-0.1410563,51.5167882]},"properties":{"@type":"node","@id":691084120,"@timestamp":1601052820},"coords":"51.5167882,-0.1410563","bedrooms":"0","price":"251000","area":"686"} , +{"type":"Feature","id":"n691114533","geometry":{"type":"Point","coordinates":[-0.1396733,51.5168357]},"properties":{"@type":"node","@id":691114533,"@timestamp":1379278804},"coords":"51.5168357,-0.1396733","bedrooms":"2","price":"271000","area":"670"} , +{"type":"Feature","id":"n691114556","geometry":{"type":"Point","coordinates":[-0.1396433,51.5168767]},"properties":{"@type":"node","@id":691114556,"@timestamp":1381415532},"coords":"51.5168767,-0.1396433","bedrooms":"2","price":"258000","area":"551"} , +{"type":"Feature","id":"n691323062","geometry":{"type":"Point","coordinates":[0.0790217,51.5981533]},"properties":{"@type":"node","@id":691323062,"@timestamp":1605887360},"coords":"51.5981533,0.0790217","bedrooms":"4","price":"188000","area":"357"} , +{"type":"Feature","id":"n691381544","geometry":{"type":"Point","coordinates":[-0.75747,51.3917064]},"properties":{"@type":"node","@id":691381544,"@timestamp":1453500980},"coords":"51.3917064,-0.75747","bedrooms":"2","price":"293000","area":"663"} , +{"type":"Feature","id":"n691389056","geometry":{"type":"Point","coordinates":[-1.0687167,51.42392]},"properties":{"@type":"node","@id":691389056,"@timestamp":1270902511},"coords":"51.42392,-1.0687167","bedrooms":"0","price":"226000","area":"612"} , +{"type":"Feature","id":"n691389086","geometry":{"type":"Point","coordinates":[-1.0641306,51.4222794]},"properties":{"@type":"node","@id":691389086,"@timestamp":1270902512},"coords":"51.4222794,-1.0641306","bedrooms":"3","price":"216000","area":"505"} , +{"type":"Feature","id":"n691475139","geometry":{"type":"Point","coordinates":[0.1451305,51.5636402]},"properties":{"@type":"node","@id":691475139,"@timestamp":1626423989},"coords":"51.5636402,0.1451305","bedrooms":"0","price":"277000","area":"439"} , +{"type":"Feature","id":"n691563818","geometry":{"type":"Point","coordinates":[-0.3021677,51.8969547]},"properties":{"@type":"node","@id":691563818,"@timestamp":1365779879},"coords":"51.8969547,-0.3021677","bedrooms":"3","price":"271000","area":"603"} , +{"type":"Feature","id":"n691579917","geometry":{"type":"Point","coordinates":[-0.1271314,51.5091598]},"properties":{"@type":"node","@id":691579917,"@timestamp":1633888365},"coords":"51.5091598,-0.1271314","bedrooms":"1","price":"237000","area":"492"} , +{"type":"Feature","id":"n691613501","geometry":{"type":"Point","coordinates":[-0.7227839,51.6763852]},"properties":{"@type":"node","@id":691613501,"@timestamp":1602705175},"coords":"51.6763852,-0.7227839","bedrooms":"1","price":"168000","area":"520"} , +{"type":"Feature","id":"n691730137","geometry":{"type":"Point","coordinates":[-0.1238284,51.5235406]},"properties":{"@type":"node","@id":691730137,"@timestamp":1291993086},"coords":"51.5235406,-0.1238284","bedrooms":"4","price":"184000","area":"385"} , +{"type":"Feature","id":"n691852061","geometry":{"type":"Point","coordinates":[-0.0596225,51.4903555]},"properties":{"@type":"node","@id":691852061,"@timestamp":1270924065},"coords":"51.4903555,-0.0596225","bedrooms":"0","price":"269000","area":"555"} , +{"type":"Feature","id":"n691864875","geometry":{"type":"Point","coordinates":[0.0769562,51.4837835]},"properties":{"@type":"node","@id":691864875,"@timestamp":1630742569},"coords":"51.4837835,0.0769562","bedrooms":"0","price":"199000","area":"405"} , +{"type":"Feature","id":"n691874021","geometry":{"type":"Point","coordinates":[0.0739299,51.4942182]},"properties":{"@type":"node","@id":691874021,"@timestamp":1629196538},"coords":"51.4942182,0.0739299","bedrooms":"0","price":"182000","area":"570"} , +{"type":"Feature","id":"n691909532","geometry":{"type":"Point","coordinates":[0.0661981,51.4918449]},"properties":{"@type":"node","@id":691909532,"@timestamp":1625050703},"coords":"51.4918449,0.0661981","bedrooms":"0","price":"216000","area":"683"} , +{"type":"Feature","id":"n691942645","geometry":{"type":"Point","coordinates":[-0.3834684,51.1642987]},"properties":{"@type":"node","@id":691942645,"@timestamp":1413999208},"coords":"51.1642987,-0.3834684","bedrooms":"4","price":"159000","area":"511"} , +{"type":"Feature","id":"n692007164","geometry":{"type":"Point","coordinates":[0.2691567,51.1262584]},"properties":{"@type":"node","@id":692007164,"@timestamp":1315469317},"coords":"51.1262584,0.2691567","bedrooms":"1","price":"250000","area":"593"} , +{"type":"Feature","id":"n692040645","geometry":{"type":"Point","coordinates":[0.2392543,51.1205685]},"properties":{"@type":"node","@id":692040645,"@timestamp":1310987857},"coords":"51.1205685,0.2392543","bedrooms":"1","price":"219000","area":"453"} , +{"type":"Feature","id":"n692069236","geometry":{"type":"Point","coordinates":[-0.0684918,51.4935428]},"properties":{"@type":"node","@id":692069236,"@timestamp":1270932317},"coords":"51.4935428,-0.0684918","bedrooms":"3","price":"173000","area":"577"} , +{"type":"Feature","id":"n692127397","geometry":{"type":"Point","coordinates":[0.4540449,51.3740131]},"properties":{"@type":"node","@id":692127397,"@timestamp":1545916394},"coords":"51.3740131,0.4540449","bedrooms":"2","price":"297000","area":"405"} , +{"type":"Feature","id":"n692129363","geometry":{"type":"Point","coordinates":[-0.1405976,51.5182666]},"properties":{"@type":"node","@id":692129363,"@timestamp":1561466846},"coords":"51.5182666,-0.1405976","bedrooms":"2","price":"280000","area":"406"} , +{"type":"Feature","id":"n692154364","geometry":{"type":"Point","coordinates":[0.4894078,51.394573]},"properties":{"@type":"node","@id":692154364,"@timestamp":1270934978},"coords":"51.394573,0.4894078","bedrooms":"4","price":"239000","area":"393"} , +{"type":"Feature","id":"n692162529","geometry":{"type":"Point","coordinates":[-0.0836758,51.5125093]},"properties":{"@type":"node","@id":692162529,"@timestamp":1325109557},"coords":"51.5125093,-0.0836758","bedrooms":"4","price":"158000","area":"696"} , +{"type":"Feature","id":"n692162550","geometry":{"type":"Point","coordinates":[-0.0833287,51.5127356]},"properties":{"@type":"node","@id":692162550,"@timestamp":1601736463},"coords":"51.5127356,-0.0833287","bedrooms":"1","price":"273000","area":"374"} , +{"type":"Feature","id":"n692183336","geometry":{"type":"Point","coordinates":[-0.0925305,51.5568019]},"properties":{"@type":"node","@id":692183336,"@timestamp":1270936626},"coords":"51.5568019,-0.0925305","bedrooms":"0","price":"259000","area":"369"} , +{"type":"Feature","id":"n692291218","geometry":{"type":"Point","coordinates":[0.3929518,51.1994722]},"properties":{"@type":"node","@id":692291218,"@timestamp":1270940700},"coords":"51.1994722,0.3929518","bedrooms":"1","price":"279000","area":"495"} , +{"type":"Feature","id":"n692296656","geometry":{"type":"Point","coordinates":[-0.12745,51.5107712]},"properties":{"@type":"node","@id":692296656,"@timestamp":1520090494},"coords":"51.5107712,-0.12745","bedrooms":"3","price":"262000","area":"554"} , +{"type":"Feature","id":"n692298034","geometry":{"type":"Point","coordinates":[-0.0401735,51.809934]},"properties":{"@type":"node","@id":692298034,"@timestamp":1424010154},"coords":"51.809934,-0.0401735","bedrooms":"2","price":"249000","area":"561"} , +{"type":"Feature","id":"n692363663","geometry":{"type":"Point","coordinates":[0.5475598,51.1670304]},"properties":{"@type":"node","@id":692363663,"@timestamp":1310563133},"coords":"51.1670304,0.5475598","bedrooms":"3","price":"285000","area":"595"} , +{"type":"Feature","id":"n692764592","geometry":{"type":"Point","coordinates":[-1.0843892,51.3494238]},"properties":{"@type":"node","@id":692764592,"@timestamp":1463086293},"coords":"51.3494238,-1.0843892","bedrooms":"3","price":"225000","area":"391"} , +{"type":"Feature","id":"n692773044","geometry":{"type":"Point","coordinates":[0.5413027,51.7565482]},"properties":{"@type":"node","@id":692773044,"@timestamp":1446843345},"coords":"51.7565482,0.5413027","bedrooms":"0","price":"237000","area":"362"} , +{"type":"Feature","id":"n692932961","geometry":{"type":"Point","coordinates":[-0.1034123,51.5374202]},"properties":{"@type":"node","@id":692932961,"@timestamp":1602757557},"coords":"51.5374202,-0.1034123","bedrooms":"1","price":"150000","area":"570"} , +{"type":"Feature","id":"n692985295","geometry":{"type":"Point","coordinates":[0.7394499,51.5544007]},"properties":{"@type":"node","@id":692985295,"@timestamp":1270988702},"coords":"51.5544007,0.7394499","bedrooms":"4","price":"162000","area":"643"} , +{"type":"Feature","id":"n693137893","geometry":{"type":"Point","coordinates":[-0.1839574,51.4977754]},"properties":{"@type":"node","@id":693137893,"@timestamp":1591418516},"coords":"51.4977754,-0.1839574","bedrooms":"4","price":"279000","area":"471"} , +{"type":"Feature","id":"n693250965","geometry":{"type":"Point","coordinates":[0.406694,51.6393101]},"properties":{"@type":"node","@id":693250965,"@timestamp":1540858565},"coords":"51.6393101,0.406694","bedrooms":"2","price":"194000","area":"369"} , +{"type":"Feature","id":"n693315242","geometry":{"type":"Point","coordinates":[-1.033435,51.3276835]},"properties":{"@type":"node","@id":693315242,"@timestamp":1271006094},"coords":"51.3276835,-1.033435","bedrooms":"2","price":"248000","area":"537"} , +{"type":"Feature","id":"n693488911","geometry":{"type":"Point","coordinates":[0.0807766,51.746267]},"properties":{"@type":"node","@id":693488911,"@timestamp":1631243273},"coords":"51.746267,0.0807766","bedrooms":"2","price":"218000","area":"532"} , +{"type":"Feature","id":"n693541725","geometry":{"type":"Point","coordinates":[-1.1205003,51.1081239]},"properties":{"@type":"node","@id":693541725,"@timestamp":1437651180},"coords":"51.1081239,-1.1205003","bedrooms":"2","price":"167000","area":"522"} , +{"type":"Feature","id":"n693591658","geometry":{"type":"Point","coordinates":[0.1355711,51.8568627]},"properties":{"@type":"node","@id":693591658,"@timestamp":1309248354},"coords":"51.8568627,0.1355711","bedrooms":"0","price":"153000","area":"592"} , +{"type":"Feature","id":"n693690870","geometry":{"type":"Point","coordinates":[0.3999772,51.2724404]},"properties":{"@type":"node","@id":693690870,"@timestamp":1493636087},"coords":"51.2724404,0.3999772","bedrooms":"0","price":"293000","area":"350"} , +{"type":"Feature","id":"n693728457","geometry":{"type":"Point","coordinates":[0.0575736,51.407311]},"properties":{"@type":"node","@id":693728457,"@timestamp":1524229989},"coords":"51.407311,0.0575736","bedrooms":"1","price":"196000","area":"599"} , +{"type":"Feature","id":"n693745402","geometry":{"type":"Point","coordinates":[0.3926405,51.2138915]},"properties":{"@type":"node","@id":693745402,"@timestamp":1310457215},"coords":"51.2138915,0.3926405","bedrooms":"4","price":"224000","area":"493"} , +{"type":"Feature","id":"n693879548","geometry":{"type":"Point","coordinates":[0.4802125,51.3050986]},"properties":{"@type":"node","@id":693879548,"@timestamp":1271026466},"coords":"51.3050986,0.4802125","bedrooms":"2","price":"279000","area":"569"} , +{"type":"Feature","id":"n693888895","geometry":{"type":"Point","coordinates":[-0.4000643,51.8959741]},"properties":{"@type":"node","@id":693888895,"@timestamp":1612295731},"coords":"51.8959741,-0.4000643","bedrooms":"0","price":"261000","area":"498"} , +{"type":"Feature","id":"n694044285","geometry":{"type":"Point","coordinates":[-0.4413193,51.8969325]},"properties":{"@type":"node","@id":694044285,"@timestamp":1611705773},"coords":"51.8969325,-0.4413193","bedrooms":"4","price":"198000","area":"579"} , +{"type":"Feature","id":"n694257917","geometry":{"type":"Point","coordinates":[-0.2554942,51.6224987]},"properties":{"@type":"node","@id":694257917,"@timestamp":1614285978},"coords":"51.6224987,-0.2554942","bedrooms":"2","price":"202000","area":"352"} , +{"type":"Feature","id":"n694456752","geometry":{"type":"Point","coordinates":[-0.0778549,51.4890046]},"properties":{"@type":"node","@id":694456752,"@timestamp":1500139937},"coords":"51.4890046,-0.0778549","bedrooms":"4","price":"257000","area":"597"} , +{"type":"Feature","id":"n694474726","geometry":{"type":"Point","coordinates":[-0.076834,51.510773]},"properties":{"@type":"node","@id":694474726,"@timestamp":1271096381},"coords":"51.510773,-0.076834","bedrooms":"4","price":"167000","area":"409"} , +{"type":"Feature","id":"n694513393","geometry":{"type":"Point","coordinates":[-0.0785382,51.5088231]},"properties":{"@type":"node","@id":694513393,"@timestamp":1271110510},"coords":"51.5088231,-0.0785382","bedrooms":"1","price":"297000","area":"420"} , +{"type":"Feature","id":"n694696883","geometry":{"type":"Point","coordinates":[-0.0824601,51.4967306]},"properties":{"@type":"node","@id":694696883,"@timestamp":1582106621},"coords":"51.4967306,-0.0824601","bedrooms":"3","price":"209000","area":"513"} , +{"type":"Feature","id":"n694777944","geometry":{"type":"Point","coordinates":[-0.3831934,51.8865689]},"properties":{"@type":"node","@id":694777944,"@timestamp":1612455476},"coords":"51.8865689,-0.3831934","bedrooms":"3","price":"216000","area":"364"} , +{"type":"Feature","id":"n694809225","geometry":{"type":"Point","coordinates":[-0.3663835,51.8921267]},"properties":{"@type":"node","@id":694809225,"@timestamp":1612111736},"coords":"51.8921267,-0.3663835","bedrooms":"2","price":"183000","area":"561"} , +{"type":"Feature","id":"n694824663","geometry":{"type":"Point","coordinates":[-0.0776829,51.5100757]},"properties":{"@type":"node","@id":694824663,"@timestamp":1404751235},"coords":"51.5100757,-0.0776829","bedrooms":"4","price":"293000","area":"652"} , +{"type":"Feature","id":"n694854916","geometry":{"type":"Point","coordinates":[-0.6931817,51.7067975]},"properties":{"@type":"node","@id":694854916,"@timestamp":1271115091},"coords":"51.7067975,-0.6931817","bedrooms":"1","price":"232000","area":"541"} , +{"type":"Feature","id":"n694856956","geometry":{"type":"Point","coordinates":[-0.6574117,51.7147086]},"properties":{"@type":"node","@id":694856956,"@timestamp":1271115952},"coords":"51.7147086,-0.6574117","bedrooms":"3","price":"265000","area":"461"} , +{"type":"Feature","id":"n694857151","geometry":{"type":"Point","coordinates":[-0.5997549,51.7247715]},"properties":{"@type":"node","@id":694857151,"@timestamp":1271116388},"coords":"51.7247715,-0.5997549","bedrooms":"3","price":"198000","area":"656"} , +{"type":"Feature","id":"n695096924","geometry":{"type":"Point","coordinates":[-0.1206697,51.5354403]},"properties":{"@type":"node","@id":695096924,"@timestamp":1271144419},"coords":"51.5354403,-0.1206697","bedrooms":"0","price":"217000","area":"576"} , +{"type":"Feature","id":"n695536256","geometry":{"type":"Point","coordinates":[-0.8762561,51.4308853]},"properties":{"@type":"node","@id":695536256,"@timestamp":1271177095},"coords":"51.4308853,-0.8762561","bedrooms":"3","price":"278000","area":"585"} , +{"type":"Feature","id":"n695627705","geometry":{"type":"Point","coordinates":[-0.7085705,51.841399]},"properties":{"@type":"node","@id":695627705,"@timestamp":1293121822},"coords":"51.841399,-0.7085705","bedrooms":"3","price":"186000","area":"573"} , +{"type":"Feature","id":"n695690831","geometry":{"type":"Point","coordinates":[-0.0656803,51.4882998]},"properties":{"@type":"node","@id":695690831,"@timestamp":1611116546},"coords":"51.4882998,-0.0656803","bedrooms":"0","price":"267000","area":"649"} , +{"type":"Feature","id":"n695739987","geometry":{"type":"Point","coordinates":[-0.7872465,51.1853726]},"properties":{"@type":"node","@id":695739987,"@timestamp":1486291631},"coords":"51.1853726,-0.7872465","bedrooms":"2","price":"260000","area":"464"} , +{"type":"Feature","id":"n695807335","geometry":{"type":"Point","coordinates":[0.554248,51.2437063]},"properties":{"@type":"node","@id":695807335,"@timestamp":1309505588},"coords":"51.2437063,0.554248","bedrooms":"2","price":"154000","area":"616"} , +{"type":"Feature","id":"n695809640","geometry":{"type":"Point","coordinates":[-0.0631677,51.4922896]},"properties":{"@type":"node","@id":695809640,"@timestamp":1533493198},"coords":"51.4922896,-0.0631677","bedrooms":"3","price":"259000","area":"672"} , +{"type":"Feature","id":"n696477399","geometry":{"type":"Point","coordinates":[-0.0785816,51.5095388]},"properties":{"@type":"node","@id":696477399,"@timestamp":1564912858},"coords":"51.5095388,-0.0785816","bedrooms":"3","price":"170000","area":"657"} , +{"type":"Feature","id":"n696751114","geometry":{"type":"Point","coordinates":[-0.6709609,51.3722452]},"properties":{"@type":"node","@id":696751114,"@timestamp":1445276154},"coords":"51.3722452,-0.6709609","bedrooms":"3","price":"177000","area":"402"} , +{"type":"Feature","id":"n696759961","geometry":{"type":"Point","coordinates":[-0.7516408,51.3258247]},"properties":{"@type":"node","@id":696759961,"@timestamp":1271255896},"coords":"51.3258247,-0.7516408","bedrooms":"0","price":"185000","area":"559"} , +{"type":"Feature","id":"n696838807","geometry":{"type":"Point","coordinates":[0.5456476,51.2527563]},"properties":{"@type":"node","@id":696838807,"@timestamp":1569114000},"coords":"51.2527563,0.5456476","bedrooms":"0","price":"207000","area":"488"} , +{"type":"Feature","id":"n697025211","geometry":{"type":"Point","coordinates":[-0.1342061,51.6470453]},"properties":{"@type":"node","@id":697025211,"@timestamp":1271272716},"coords":"51.6470453,-0.1342061","bedrooms":"2","price":"263000","area":"616"} , +{"type":"Feature","id":"n697037775","geometry":{"type":"Point","coordinates":[0.152527,51.8540533]},"properties":{"@type":"node","@id":697037775,"@timestamp":1614437812},"coords":"51.8540533,0.152527","bedrooms":"2","price":"210000","area":"593"} , +{"type":"Feature","id":"n697078380","geometry":{"type":"Point","coordinates":[0.530874,51.3918206]},"properties":{"@type":"node","@id":697078380,"@timestamp":1580577819},"coords":"51.3918206,0.530874","bedrooms":"1","price":"216000","area":"680"} , +{"type":"Feature","id":"n697315636","geometry":{"type":"Point","coordinates":[0.6238314,51.8444089]},"properties":{"@type":"node","@id":697315636,"@timestamp":1634380395},"coords":"51.8444089,0.6238314","bedrooms":"0","price":"200000","area":"568"} , +{"type":"Feature","id":"n697344915","geometry":{"type":"Point","coordinates":[-0.8195201,51.8541066]},"properties":{"@type":"node","@id":697344915,"@timestamp":1271338287},"coords":"51.8541066,-0.8195201","bedrooms":"2","price":"227000","area":"598"} , +{"type":"Feature","id":"n697349475","geometry":{"type":"Point","coordinates":[-0.7779052,51.8742948]},"properties":{"@type":"node","@id":697349475,"@timestamp":1271338830},"coords":"51.8742948,-0.7779052","bedrooms":"1","price":"178000","area":"600"} , +{"type":"Feature","id":"n697572632","geometry":{"type":"Point","coordinates":[-0.065196,51.509215]},"properties":{"@type":"node","@id":697572632,"@timestamp":1327067858},"coords":"51.509215,-0.065196","bedrooms":"0","price":"214000","area":"513"} , +{"type":"Feature","id":"n697740020","geometry":{"type":"Point","coordinates":[0.4440454,51.3011283]},"properties":{"@type":"node","@id":697740020,"@timestamp":1271358808},"coords":"51.3011283,0.4440454","bedrooms":"0","price":"170000","area":"443"} , +{"type":"Feature","id":"n697853238","geometry":{"type":"Point","coordinates":[-1.0959697,51.2851782]},"properties":{"@type":"node","@id":697853238,"@timestamp":1381702195},"coords":"51.2851782,-1.0959697","bedrooms":"3","price":"212000","area":"544"} , +{"type":"Feature","id":"n698057582","geometry":{"type":"Point","coordinates":[-0.3197962,51.4944859]},"properties":{"@type":"node","@id":698057582,"@timestamp":1609028919},"coords":"51.4944859,-0.3197962","bedrooms":"4","price":"298000","area":"430"} , +{"type":"Feature","id":"n698447431","geometry":{"type":"Point","coordinates":[-0.1302518,51.523882]},"properties":{"@type":"node","@id":698447431,"@timestamp":1604858707},"coords":"51.523882,-0.1302518","bedrooms":"4","price":"180000","area":"524"} , +{"type":"Feature","id":"n698844318","geometry":{"type":"Point","coordinates":[-0.6057721,51.7129363]},"properties":{"@type":"node","@id":698844318,"@timestamp":1511451151},"coords":"51.7129363,-0.6057721","bedrooms":"4","price":"229000","area":"538"} , +{"type":"Feature","id":"n699563725","geometry":{"type":"Point","coordinates":[-1.106031,51.2988506]},"properties":{"@type":"node","@id":699563725,"@timestamp":1271485230},"coords":"51.2988506,-1.106031","bedrooms":"3","price":"178000","area":"450"} , +{"type":"Feature","id":"n699669090","geometry":{"type":"Point","coordinates":[-0.093207,51.49112]},"properties":{"@type":"node","@id":699669090,"@timestamp":1271501485},"coords":"51.49112,-0.093207","bedrooms":"0","price":"295000","area":"456"} , +{"type":"Feature","id":"n699694244","geometry":{"type":"Point","coordinates":[-0.1828772,51.4939392]},"properties":{"@type":"node","@id":699694244,"@timestamp":1603491502},"coords":"51.4939392,-0.1828772","bedrooms":"3","price":"290000","area":"381"} , +{"type":"Feature","id":"n699772482","geometry":{"type":"Point","coordinates":[-0.1323197,51.5182884]},"properties":{"@type":"node","@id":699772482,"@timestamp":1466035340},"coords":"51.5182884,-0.1323197","bedrooms":"1","price":"220000","area":"546"} , +{"type":"Feature","id":"n699782743","geometry":{"type":"Point","coordinates":[-0.1320093,51.5168851]},"properties":{"@type":"node","@id":699782743,"@timestamp":1543040165},"coords":"51.5168851,-0.1320093","bedrooms":"3","price":"284000","area":"662"} , +{"type":"Feature","id":"n699960357","geometry":{"type":"Point","coordinates":[0.1605203,51.8490776]},"properties":{"@type":"node","@id":699960357,"@timestamp":1271524036},"coords":"51.8490776,0.1605203","bedrooms":"1","price":"240000","area":"397"} , +{"type":"Feature","id":"n699972047","geometry":{"type":"Point","coordinates":[-0.1333076,51.5166216]},"properties":{"@type":"node","@id":699972047,"@timestamp":1603773652},"coords":"51.5166216,-0.1333076","bedrooms":"0","price":"221000","area":"374"} , +{"type":"Feature","id":"n700178673","geometry":{"type":"Point","coordinates":[0.1559292,51.8674788]},"properties":{"@type":"node","@id":700178673,"@timestamp":1614769932},"coords":"51.8674788,0.1559292","bedrooms":"3","price":"188000","area":"659"} , +{"type":"Feature","id":"n700184159","geometry":{"type":"Point","coordinates":[-0.7880064,51.0798716]},"properties":{"@type":"node","@id":700184159,"@timestamp":1505931748},"coords":"51.0798716,-0.7880064","bedrooms":"0","price":"160000","area":"688"} , +{"type":"Feature","id":"n700357912","geometry":{"type":"Point","coordinates":[0.0169873,51.3929688]},"properties":{"@type":"node","@id":700357912,"@timestamp":1330819163},"coords":"51.3929688,0.0169873","bedrooms":"3","price":"174000","area":"574"} , +{"type":"Feature","id":"n700427477","geometry":{"type":"Point","coordinates":[-0.7104951,51.0968274]},"properties":{"@type":"node","@id":700427477,"@timestamp":1599828457},"coords":"51.0968274,-0.7104951","bedrooms":"4","price":"163000","area":"459"} , +{"type":"Feature","id":"n700528894","geometry":{"type":"Point","coordinates":[-0.3226966,51.1992977]},"properties":{"@type":"node","@id":700528894,"@timestamp":1551027489},"coords":"51.1992977,-0.3226966","bedrooms":"1","price":"241000","area":"625"} , +{"type":"Feature","id":"n700878247","geometry":{"type":"Point","coordinates":[-0.1902517,51.5037267]},"properties":{"@type":"node","@id":700878247,"@timestamp":1590421755},"coords":"51.5037267,-0.1902517","bedrooms":"2","price":"199000","area":"545"} , +{"type":"Feature","id":"n700951386","geometry":{"type":"Point","coordinates":[0.6231797,51.5207847]},"properties":{"@type":"node","@id":700951386,"@timestamp":1271597534},"coords":"51.5207847,0.6231797","bedrooms":"3","price":"264000","area":"581"} , +{"type":"Feature","id":"n701090458","geometry":{"type":"Point","coordinates":[-0.3349818,51.931818]},"properties":{"@type":"node","@id":701090458,"@timestamp":1573998177},"coords":"51.931818,-0.3349818","bedrooms":"3","price":"291000","area":"491"} , +{"type":"Feature","id":"n701180477","geometry":{"type":"Point","coordinates":[0.7778351,51.6041989]},"properties":{"@type":"node","@id":701180477,"@timestamp":1374525367},"coords":"51.6041989,0.7778351","bedrooms":"0","price":"234000","area":"631"} , +{"type":"Feature","id":"n701233684","geometry":{"type":"Point","coordinates":[-0.0666878,51.514762]},"properties":{"@type":"node","@id":701233684,"@timestamp":1604768959},"coords":"51.514762,-0.0666878","bedrooms":"1","price":"294000","area":"548"} , +{"type":"Feature","id":"n701360387","geometry":{"type":"Point","coordinates":[-0.0622953,51.6605264]},"properties":{"@type":"node","@id":701360387,"@timestamp":1575806425},"coords":"51.6605264,-0.0622953","bedrooms":"4","price":"296000","area":"381"} , +{"type":"Feature","id":"n701461990","geometry":{"type":"Point","coordinates":[-0.6766575,51.9153956]},"properties":{"@type":"node","@id":701461990,"@timestamp":1325677614},"coords":"51.9153956,-0.6766575","bedrooms":"3","price":"151000","area":"521"} , +{"type":"Feature","id":"n701472145","geometry":{"type":"Point","coordinates":[-0.8495775,51.268541]},"properties":{"@type":"node","@id":701472145,"@timestamp":1367568738},"coords":"51.268541,-0.8495775","bedrooms":"3","price":"185000","area":"698"} , +{"type":"Feature","id":"n701545352","geometry":{"type":"Point","coordinates":[-1.0246943,51.3239974]},"properties":{"@type":"node","@id":701545352,"@timestamp":1271627162},"coords":"51.3239974,-1.0246943","bedrooms":"4","price":"215000","area":"476"} , +{"type":"Feature","id":"n701588577","geometry":{"type":"Point","coordinates":[-0.7337085,51.0943103]},"properties":{"@type":"node","@id":701588577,"@timestamp":1432483823},"coords":"51.0943103,-0.7337085","bedrooms":"3","price":"179000","area":"368"} , +{"type":"Feature","id":"n701600744","geometry":{"type":"Point","coordinates":[-0.1390044,51.5138388]},"properties":{"@type":"node","@id":701600744,"@timestamp":1396744956},"coords":"51.5138388,-0.1390044","bedrooms":"1","price":"186000","area":"618"} , +{"type":"Feature","id":"n701610141","geometry":{"type":"Point","coordinates":[0.5905565,51.5236561]},"properties":{"@type":"node","@id":701610141,"@timestamp":1632947506},"coords":"51.5236561,0.5905565","bedrooms":"3","price":"174000","area":"451"} , +{"type":"Feature","id":"n701747038","geometry":{"type":"Point","coordinates":[-0.0522623,51.543851]},"properties":{"@type":"node","@id":701747038,"@timestamp":1271668172},"coords":"51.543851,-0.0522623","bedrooms":"2","price":"209000","area":"537"} , +{"type":"Feature","id":"n701765836","geometry":{"type":"Point","coordinates":[-0.7971868,51.9054774]},"properties":{"@type":"node","@id":701765836,"@timestamp":1271672057},"coords":"51.9054774,-0.7971868","bedrooms":"1","price":"195000","area":"361"} , +{"type":"Feature","id":"n701829439","geometry":{"type":"Point","coordinates":[0.5528872,51.5111495]},"properties":{"@type":"node","@id":701829439,"@timestamp":1544178913},"coords":"51.5111495,0.5528872","bedrooms":"2","price":"262000","area":"567"} , +{"type":"Feature","id":"n702061142","geometry":{"type":"Point","coordinates":[-0.7973393,51.3135979]},"properties":{"@type":"node","@id":702061142,"@timestamp":1453410455},"coords":"51.3135979,-0.7973393","bedrooms":"4","price":"192000","area":"486"} , +{"type":"Feature","id":"n702178267","geometry":{"type":"Point","coordinates":[0.4458551,51.3014178]},"properties":{"@type":"node","@id":702178267,"@timestamp":1486904851},"coords":"51.3014178,0.4458551","bedrooms":"1","price":"153000","area":"696"} , +{"type":"Feature","id":"n702376631","geometry":{"type":"Point","coordinates":[-0.8173285,51.3571066]},"properties":{"@type":"node","@id":702376631,"@timestamp":1571857183},"coords":"51.3571066,-0.8173285","bedrooms":"1","price":"196000","area":"527"} , +{"type":"Feature","id":"n702398514","geometry":{"type":"Point","coordinates":[-0.750319,51.3092257]},"properties":{"@type":"node","@id":702398514,"@timestamp":1618837057},"coords":"51.3092257,-0.750319","bedrooms":"2","price":"284000","area":"589"} , +{"type":"Feature","id":"n702476520","geometry":{"type":"Point","coordinates":[-0.0731347,51.5132138]},"properties":{"@type":"node","@id":702476520,"@timestamp":1525833104},"coords":"51.5132138,-0.0731347","bedrooms":"0","price":"166000","area":"669"} , +{"type":"Feature","id":"n702607968","geometry":{"type":"Point","coordinates":[0.6264216,51.7974516]},"properties":{"@type":"node","@id":702607968,"@timestamp":1541381603},"coords":"51.7974516,0.6264216","bedrooms":"3","price":"190000","area":"372"} , +{"type":"Feature","id":"n702749152","geometry":{"type":"Point","coordinates":[-0.0222961,51.3925741]},"properties":{"@type":"node","@id":702749152,"@timestamp":1357921563},"coords":"51.3925741,-0.0222961","bedrooms":"2","price":"161000","area":"495"} , +{"type":"Feature","id":"n702785631","geometry":{"type":"Point","coordinates":[-0.0190931,51.3827688]},"properties":{"@type":"node","@id":702785631,"@timestamp":1412882133},"coords":"51.3827688,-0.0190931","bedrooms":"2","price":"286000","area":"424"} , +{"type":"Feature","id":"n702814813","geometry":{"type":"Point","coordinates":[-0.0870511,51.5090781]},"properties":{"@type":"node","@id":702814813,"@timestamp":1506426490},"coords":"51.5090781,-0.0870511","bedrooms":"4","price":"188000","area":"490"} , +{"type":"Feature","id":"n702967800","geometry":{"type":"Point","coordinates":[0.5507944,51.5240707]},"properties":{"@type":"node","@id":702967800,"@timestamp":1629921589},"coords":"51.5240707,0.5507944","bedrooms":"3","price":"152000","area":"481"} , +{"type":"Feature","id":"n703120063","geometry":{"type":"Point","coordinates":[0.0027551,51.5193436]},"properties":{"@type":"node","@id":703120063,"@timestamp":1380389387},"coords":"51.5193436,0.0027551","bedrooms":"2","price":"296000","area":"649"} , +{"type":"Feature","id":"n703286425","geometry":{"type":"Point","coordinates":[-0.1150323,51.4608293]},"properties":{"@type":"node","@id":703286425,"@timestamp":1365344936},"coords":"51.4608293,-0.1150323","bedrooms":"4","price":"194000","area":"697"} , +{"type":"Feature","id":"n703350244","geometry":{"type":"Point","coordinates":[0.1507556,51.430356]},"properties":{"@type":"node","@id":703350244,"@timestamp":1271870490},"coords":"51.430356,0.1507556","bedrooms":"1","price":"168000","area":"456"} , +{"type":"Feature","id":"n703360803","geometry":{"type":"Point","coordinates":[-0.1172616,51.5180012]},"properties":{"@type":"node","@id":703360803,"@timestamp":1627125171},"coords":"51.5180012,-0.1172616","bedrooms":"3","price":"210000","area":"466"} , +{"type":"Feature","id":"n703366544","geometry":{"type":"Point","coordinates":[-0.1199871,51.517425]},"properties":{"@type":"node","@id":703366544,"@timestamp":1582276671},"coords":"51.517425,-0.1199871","bedrooms":"2","price":"279000","area":"442"} , +{"type":"Feature","id":"n703391406","geometry":{"type":"Point","coordinates":[-0.9974548,51.2843179]},"properties":{"@type":"node","@id":703391406,"@timestamp":1271875410},"coords":"51.2843179,-0.9974548","bedrooms":"1","price":"285000","area":"610"} , +{"type":"Feature","id":"n703524010","geometry":{"type":"Point","coordinates":[-0.101948,51.5272547]},"properties":{"@type":"node","@id":703524010,"@timestamp":1569588967},"coords":"51.5272547,-0.101948","bedrooms":"1","price":"231000","area":"538"} , +{"type":"Feature","id":"n703524114","geometry":{"type":"Point","coordinates":[-0.10183,51.5282529]},"properties":{"@type":"node","@id":703524114,"@timestamp":1386845426},"coords":"51.5282529,-0.10183","bedrooms":"0","price":"234000","area":"403"} , +{"type":"Feature","id":"n703590325","geometry":{"type":"Point","coordinates":[-0.7808648,51.3084956]},"properties":{"@type":"node","@id":703590325,"@timestamp":1622890078},"coords":"51.3084956,-0.7808648","bedrooms":"4","price":"162000","area":"511"} , +{"type":"Feature","id":"n703662783","geometry":{"type":"Point","coordinates":[-0.6181078,51.6978824]},"properties":{"@type":"node","@id":703662783,"@timestamp":1546119408},"coords":"51.6978824,-0.6181078","bedrooms":"3","price":"217000","area":"578"} , +{"type":"Feature","id":"n703667789","geometry":{"type":"Point","coordinates":[-0.6302337,51.7108282]},"properties":{"@type":"node","@id":703667789,"@timestamp":1284073316},"coords":"51.7108282,-0.6302337","bedrooms":"0","price":"265000","area":"539"} , +{"type":"Feature","id":"n703677560","geometry":{"type":"Point","coordinates":[-0.5685172,51.7218309]},"properties":{"@type":"node","@id":703677560,"@timestamp":1271939412},"coords":"51.7218309,-0.5685172","bedrooms":"2","price":"202000","area":"671"} , +{"type":"Feature","id":"n703708504","geometry":{"type":"Point","coordinates":[0.7515161,50.9713286]},"properties":{"@type":"node","@id":703708504,"@timestamp":1271945399},"coords":"50.9713286,0.7515161","bedrooms":"3","price":"219000","area":"387"} , +{"type":"Feature","id":"n704073094","geometry":{"type":"Point","coordinates":[0.457844,51.1097919]},"properties":{"@type":"node","@id":704073094,"@timestamp":1309882015},"coords":"51.1097919,0.457844","bedrooms":"4","price":"161000","area":"537"} , +{"type":"Feature","id":"n704397936","geometry":{"type":"Point","coordinates":[-0.1198275,51.3069429]},"properties":{"@type":"node","@id":704397936,"@timestamp":1408713083},"coords":"51.3069429,-0.1198275","bedrooms":"1","price":"254000","area":"641"} , +{"type":"Feature","id":"n704721419","geometry":{"type":"Point","coordinates":[0.4606493,51.1134489]},"properties":{"@type":"node","@id":704721419,"@timestamp":1272052312},"coords":"51.1134489,0.4606493","bedrooms":"3","price":"208000","area":"639"} , +{"type":"Feature","id":"n704892236","geometry":{"type":"Point","coordinates":[-0.1147889,51.5126537]},"properties":{"@type":"node","@id":704892236,"@timestamp":1576503489},"coords":"51.5126537,-0.1147889","bedrooms":"2","price":"285000","area":"452"} , +{"type":"Feature","id":"n705038019","geometry":{"type":"Point","coordinates":[-0.6672701,51.9532755]},"properties":{"@type":"node","@id":705038019,"@timestamp":1272101691},"coords":"51.9532755,-0.6672701","bedrooms":"3","price":"231000","area":"465"} , +{"type":"Feature","id":"n705048839","geometry":{"type":"Point","coordinates":[0.3691807,51.3773892]},"properties":{"@type":"node","@id":705048839,"@timestamp":1272104659},"coords":"51.3773892,0.3691807","bedrooms":"4","price":"185000","area":"525"} , +{"type":"Feature","id":"n705093633","geometry":{"type":"Point","coordinates":[-0.1114103,51.4621328]},"properties":{"@type":"node","@id":705093633,"@timestamp":1422152310},"coords":"51.4621328,-0.1114103","bedrooms":"3","price":"209000","area":"446"} , +{"type":"Feature","id":"n705228239","geometry":{"type":"Point","coordinates":[-0.1008894,51.4650529]},"properties":{"@type":"node","@id":705228239,"@timestamp":1603477440},"coords":"51.4650529,-0.1008894","bedrooms":"3","price":"198000","area":"606"} , +{"type":"Feature","id":"n705288804","geometry":{"type":"Point","coordinates":[0.6476766,51.2909107]},"properties":{"@type":"node","@id":705288804,"@timestamp":1532447931},"coords":"51.2909107,0.6476766","bedrooms":"1","price":"221000","area":"675"} , +{"type":"Feature","id":"n705459244","geometry":{"type":"Point","coordinates":[0.6440033,51.3291634]},"properties":{"@type":"node","@id":705459244,"@timestamp":1377419740},"coords":"51.3291634,0.6440033","bedrooms":"4","price":"170000","area":"580"} , +{"type":"Feature","id":"n705472678","geometry":{"type":"Point","coordinates":[0.6410727,51.8082348]},"properties":{"@type":"node","@id":705472678,"@timestamp":1601313808},"coords":"51.8082348,0.6410727","bedrooms":"4","price":"219000","area":"584"} , +{"type":"Feature","id":"n705511418","geometry":{"type":"Point","coordinates":[0.5324462,51.5078912]},"properties":{"@type":"node","@id":705511418,"@timestamp":1272140791},"coords":"51.5078912,0.5324462","bedrooms":"1","price":"272000","area":"551"} , +{"type":"Feature","id":"n705512838","geometry":{"type":"Point","coordinates":[-0.9766127,51.0701582]},"properties":{"@type":"node","@id":705512838,"@timestamp":1406243690},"coords":"51.0701582,-0.9766127","bedrooms":"2","price":"270000","area":"510"} , +{"type":"Feature","id":"n705552897","geometry":{"type":"Point","coordinates":[0.2293385,51.5600238]},"properties":{"@type":"node","@id":705552897,"@timestamp":1272145241},"coords":"51.5600238,0.2293385","bedrooms":"4","price":"252000","area":"415"} , +{"type":"Feature","id":"n705835346","geometry":{"type":"Point","coordinates":[0.5562982,51.3948035]},"properties":{"@type":"node","@id":705835346,"@timestamp":1302478644},"coords":"51.3948035,0.5562982","bedrooms":"2","price":"271000","area":"535"} , +{"type":"Feature","id":"n705946198","geometry":{"type":"Point","coordinates":[0.8913013,51.3155292]},"properties":{"@type":"node","@id":705946198,"@timestamp":1614254276},"coords":"51.3155292,0.8913013","bedrooms":"2","price":"196000","area":"532"} , +{"type":"Feature","id":"n706173262","geometry":{"type":"Point","coordinates":[-0.6430928,51.9525319]},"properties":{"@type":"node","@id":706173262,"@timestamp":1272230203},"coords":"51.9525319,-0.6430928","bedrooms":"1","price":"199000","area":"535"} , +{"type":"Feature","id":"n706496196","geometry":{"type":"Point","coordinates":[0.2284444,51.5646467]},"properties":{"@type":"node","@id":706496196,"@timestamp":1571691778},"coords":"51.5646467,0.2284444","bedrooms":"0","price":"272000","area":"485"} , +{"type":"Feature","id":"n706514119","geometry":{"type":"Point","coordinates":[-0.2305223,51.4530842]},"properties":{"@type":"node","@id":706514119,"@timestamp":1615672644},"coords":"51.4530842,-0.2305223","bedrooms":"4","price":"277000","area":"557"} , +{"type":"Feature","id":"n706514363","geometry":{"type":"Point","coordinates":[-0.2314429,51.4548634]},"properties":{"@type":"node","@id":706514363,"@timestamp":1615672644},"coords":"51.4548634,-0.2314429","bedrooms":"2","price":"292000","area":"460"} , +{"type":"Feature","id":"n706514513","geometry":{"type":"Point","coordinates":[-0.2291201,51.4550386]},"properties":{"@type":"node","@id":706514513,"@timestamp":1615672644},"coords":"51.4550386,-0.2291201","bedrooms":"0","price":"213000","area":"372"} , +{"type":"Feature","id":"n706611732","geometry":{"type":"Point","coordinates":[-0.2296316,51.4548206]},"properties":{"@type":"node","@id":706611732,"@timestamp":1615672644},"coords":"51.4548206,-0.2296316","bedrooms":"4","price":"235000","area":"506"} , +{"type":"Feature","id":"n706662012","geometry":{"type":"Point","coordinates":[0.7421469,51.3405336]},"properties":{"@type":"node","@id":706662012,"@timestamp":1566594150},"coords":"51.3405336,0.7421469","bedrooms":"3","price":"220000","area":"416"} , +{"type":"Feature","id":"n706662932","geometry":{"type":"Point","coordinates":[0.7250206,51.3423357]},"properties":{"@type":"node","@id":706662932,"@timestamp":1568800439},"coords":"51.3423357,0.7250206","bedrooms":"2","price":"264000","area":"565"} , +{"type":"Feature","id":"n706750785","geometry":{"type":"Point","coordinates":[-0.0012092,51.5567567]},"properties":{"@type":"node","@id":706750785,"@timestamp":1534530532},"coords":"51.5567567,-0.0012092","bedrooms":"0","price":"279000","area":"635"} , +{"type":"Feature","id":"n707060709","geometry":{"type":"Point","coordinates":[-0.0554747,51.5447357]},"properties":{"@type":"node","@id":707060709,"@timestamp":1614884895},"coords":"51.5447357,-0.0554747","bedrooms":"0","price":"244000","area":"605"} , +{"type":"Feature","id":"n707143220","geometry":{"type":"Point","coordinates":[-0.4826959,51.1980028]},"properties":{"@type":"node","@id":707143220,"@timestamp":1434023598},"coords":"51.1980028,-0.4826959","bedrooms":"4","price":"219000","area":"527"} , +{"type":"Feature","id":"n707496368","geometry":{"type":"Point","coordinates":[0.3026713,51.5423691]},"properties":{"@type":"node","@id":707496368,"@timestamp":1601166523},"coords":"51.5423691,0.3026713","bedrooms":"0","price":"164000","area":"429"} , +{"type":"Feature","id":"n708090072","geometry":{"type":"Point","coordinates":[0.3002232,51.3987761]},"properties":{"@type":"node","@id":708090072,"@timestamp":1408297279},"coords":"51.3987761,0.3002232","bedrooms":"0","price":"254000","area":"444"} , +{"type":"Feature","id":"n708271454","geometry":{"type":"Point","coordinates":[0.7362317,51.3414094]},"properties":{"@type":"node","@id":708271454,"@timestamp":1594588825},"coords":"51.3414094,0.7362317","bedrooms":"3","price":"268000","area":"355"} , +{"type":"Feature","id":"n708488173","geometry":{"type":"Point","coordinates":[-0.2262428,51.5414593]},"properties":{"@type":"node","@id":708488173,"@timestamp":1487022484},"coords":"51.5414593,-0.2262428","bedrooms":"2","price":"274000","area":"636"} , +{"type":"Feature","id":"n708878935","geometry":{"type":"Point","coordinates":[-0.0791556,51.554992]},"properties":{"@type":"node","@id":708878935,"@timestamp":1601262230},"coords":"51.554992,-0.0791556","bedrooms":"1","price":"214000","area":"570"} , +{"type":"Feature","id":"n708961392","geometry":{"type":"Point","coordinates":[0.7453169,51.6172966]},"properties":{"@type":"node","@id":708961392,"@timestamp":1610130247},"coords":"51.6172966,0.7453169","bedrooms":"4","price":"213000","area":"484"} , +{"type":"Feature","id":"n709061910","geometry":{"type":"Point","coordinates":[0.7272392,51.344574]},"properties":{"@type":"node","@id":709061910,"@timestamp":1566636843},"coords":"51.344574,0.7272392","bedrooms":"4","price":"273000","area":"562"} , +{"type":"Feature","id":"n709102184","geometry":{"type":"Point","coordinates":[-0.8799291,51.4300276]},"properties":{"@type":"node","@id":709102184,"@timestamp":1272401788},"coords":"51.4300276,-0.8799291","bedrooms":"4","price":"186000","area":"446"} , +{"type":"Feature","id":"n709145215","geometry":{"type":"Point","coordinates":[-0.871075,51.4256247]},"properties":{"@type":"node","@id":709145215,"@timestamp":1281912318},"coords":"51.4256247,-0.871075","bedrooms":"0","price":"267000","area":"481"} , +{"type":"Feature","id":"n709237691","geometry":{"type":"Point","coordinates":[0.745202,51.4062981]},"properties":{"@type":"node","@id":709237691,"@timestamp":1353688896},"coords":"51.4062981,0.745202","bedrooms":"3","price":"299000","area":"548"} , +{"type":"Feature","id":"n710363879","geometry":{"type":"Point","coordinates":[-0.8151841,51.1940337]},"properties":{"@type":"node","@id":710363879,"@timestamp":1446504244},"coords":"51.1940337,-0.8151841","bedrooms":"1","price":"257000","area":"676"} , +{"type":"Feature","id":"n710469948","geometry":{"type":"Point","coordinates":[-0.078967,51.5546889]},"properties":{"@type":"node","@id":710469948,"@timestamp":1601262230},"coords":"51.5546889,-0.078967","bedrooms":"4","price":"186000","area":"611"} , +{"type":"Feature","id":"n710527432","geometry":{"type":"Point","coordinates":[-0.0763715,51.5106631]},"properties":{"@type":"node","@id":710527432,"@timestamp":1272462369},"coords":"51.5106631,-0.0763715","bedrooms":"0","price":"167000","area":"692"} , +{"type":"Feature","id":"n710865699","geometry":{"type":"Point","coordinates":[0.0124776,51.218484]},"properties":{"@type":"node","@id":710865699,"@timestamp":1272483530},"coords":"51.218484,0.0124776","bedrooms":"3","price":"259000","area":"667"} , +{"type":"Feature","id":"n711080695","geometry":{"type":"Point","coordinates":[-0.0375622,51.4619963]},"properties":{"@type":"node","@id":711080695,"@timestamp":1612704696},"coords":"51.4619963,-0.0375622","bedrooms":"3","price":"239000","area":"371"} , +{"type":"Feature","id":"n711664969","geometry":{"type":"Point","coordinates":[-0.7276806,51.3016858]},"properties":{"@type":"node","@id":711664969,"@timestamp":1537213534},"coords":"51.3016858,-0.7276806","bedrooms":"1","price":"287000","area":"634"} , +{"type":"Feature","id":"n712134490","geometry":{"type":"Point","coordinates":[0.7232316,51.337462]},"properties":{"@type":"node","@id":712134490,"@timestamp":1486462440},"coords":"51.337462,0.7232316","bedrooms":"3","price":"259000","area":"464"} , +{"type":"Feature","id":"n712706509","geometry":{"type":"Point","coordinates":[-0.1958561,51.5350669]},"properties":{"@type":"node","@id":712706509,"@timestamp":1430993569},"coords":"51.5350669,-0.1958561","bedrooms":"4","price":"254000","area":"425"} , +{"type":"Feature","id":"n713095078","geometry":{"type":"Point","coordinates":[-0.7332206,51.4179639]},"properties":{"@type":"node","@id":713095078,"@timestamp":1618422787},"coords":"51.4179639,-0.7332206","bedrooms":"2","price":"299000","area":"644"} , +{"type":"Feature","id":"n713180696","geometry":{"type":"Point","coordinates":[-0.4842691,51.6601476]},"properties":{"@type":"node","@id":713180696,"@timestamp":1605300688},"coords":"51.6601476,-0.4842691","bedrooms":"0","price":"280000","area":"654"} , +{"type":"Feature","id":"n713435939","geometry":{"type":"Point","coordinates":[0.7357719,51.3401759]},"properties":{"@type":"node","@id":713435939,"@timestamp":1566810007},"coords":"51.3401759,0.7357719","bedrooms":"2","price":"194000","area":"481"} , +{"type":"Feature","id":"n713699486","geometry":{"type":"Point","coordinates":[-0.4527132,51.4981912]},"properties":{"@type":"node","@id":713699486,"@timestamp":1564912858},"coords":"51.4981912,-0.4527132","bedrooms":"3","price":"175000","area":"585"} , +{"type":"Feature","id":"n713841123","geometry":{"type":"Point","coordinates":[0.1698047,51.400136]},"properties":{"@type":"node","@id":713841123,"@timestamp":1510101357},"coords":"51.400136,0.1698047","bedrooms":"3","price":"171000","area":"486"} , +{"type":"Feature","id":"n714261373","geometry":{"type":"Point","coordinates":[0.1738082,51.3960467]},"properties":{"@type":"node","@id":714261373,"@timestamp":1617664625},"coords":"51.3960467,0.1738082","bedrooms":"0","price":"295000","area":"622"} , +{"type":"Feature","id":"n714936200","geometry":{"type":"Point","coordinates":[-0.6224106,51.9269172]},"properties":{"@type":"node","@id":714936200,"@timestamp":1542621048},"coords":"51.9269172,-0.6224106","bedrooms":"4","price":"276000","area":"450"} , +{"type":"Feature","id":"n715309201","geometry":{"type":"Point","coordinates":[-0.5822709,51.2471788]},"properties":{"@type":"node","@id":715309201,"@timestamp":1587402212},"coords":"51.2471788,-0.5822709","bedrooms":"1","price":"206000","area":"469"} , +{"type":"Feature","id":"n715629276","geometry":{"type":"Point","coordinates":[-1.107639,51.4943954]},"properties":{"@type":"node","@id":715629276,"@timestamp":1516091665},"coords":"51.4943954,-1.107639","bedrooms":"4","price":"254000","area":"543"} , +{"type":"Feature","id":"n715701892","geometry":{"type":"Point","coordinates":[-0.587188,51.23757]},"properties":{"@type":"node","@id":715701892,"@timestamp":1625791475},"coords":"51.23757,-0.587188","bedrooms":"1","price":"295000","area":"664"} , +{"type":"Feature","id":"n717219775","geometry":{"type":"Point","coordinates":[-0.6219563,51.2983592]},"properties":{"@type":"node","@id":717219775,"@timestamp":1524325910},"coords":"51.2983592,-0.6219563","bedrooms":"1","price":"213000","area":"629"} , +{"type":"Feature","id":"n717355483","geometry":{"type":"Point","coordinates":[-0.6691962,51.3012965]},"properties":{"@type":"node","@id":717355483,"@timestamp":1626254026},"coords":"51.3012965,-0.6691962","bedrooms":"0","price":"154000","area":"392"} , +{"type":"Feature","id":"n717397369","geometry":{"type":"Point","coordinates":[-0.7492444,51.2554026]},"properties":{"@type":"node","@id":717397369,"@timestamp":1485026265},"coords":"51.2554026,-0.7492444","bedrooms":"2","price":"258000","area":"510"} , +{"type":"Feature","id":"n717501186","geometry":{"type":"Point","coordinates":[0.4437611,51.3276285]},"properties":{"@type":"node","@id":717501186,"@timestamp":1301094452},"coords":"51.3276285,0.4437611","bedrooms":"4","price":"211000","area":"382"} , +{"type":"Feature","id":"n717551774","geometry":{"type":"Point","coordinates":[0.4402073,51.3294396]},"properties":{"@type":"node","@id":717551774,"@timestamp":1301342171},"coords":"51.3294396,0.4402073","bedrooms":"2","price":"236000","area":"540"} , +{"type":"Feature","id":"n718405996","geometry":{"type":"Point","coordinates":[-0.8772111,51.4302174]},"properties":{"@type":"node","@id":718405996,"@timestamp":1349296426},"coords":"51.4302174,-0.8772111","bedrooms":"1","price":"155000","area":"622"} , +{"type":"Feature","id":"n718483233","geometry":{"type":"Point","coordinates":[-0.6006009,51.1734703]},"properties":{"@type":"node","@id":718483233,"@timestamp":1444314687},"coords":"51.1734703,-0.6006009","bedrooms":"2","price":"174000","area":"501"} , +{"type":"Feature","id":"n718487851","geometry":{"type":"Point","coordinates":[0.1825116,51.4105912]},"properties":{"@type":"node","@id":718487851,"@timestamp":1606238667},"coords":"51.4105912,0.1825116","bedrooms":"1","price":"177000","area":"631"} , +{"type":"Feature","id":"n718918352","geometry":{"type":"Point","coordinates":[-0.2199837,51.9613067]},"properties":{"@type":"node","@id":718918352,"@timestamp":1277663905},"coords":"51.9613067,-0.2199837","bedrooms":"1","price":"227000","area":"400"} , +{"type":"Feature","id":"n719015110","geometry":{"type":"Point","coordinates":[-0.19189,51.4772776]},"properties":{"@type":"node","@id":719015110,"@timestamp":1564912858},"coords":"51.4772776,-0.19189","bedrooms":"4","price":"191000","area":"672"} , +{"type":"Feature","id":"n719096248","geometry":{"type":"Point","coordinates":[0.0218545,51.9041887]},"properties":{"@type":"node","@id":719096248,"@timestamp":1501969975},"coords":"51.9041887,0.0218545","bedrooms":"3","price":"282000","area":"408"} , +{"type":"Feature","id":"n719136100","geometry":{"type":"Point","coordinates":[-0.1736102,51.9168456]},"properties":{"@type":"node","@id":719136100,"@timestamp":1512914732},"coords":"51.9168456,-0.1736102","bedrooms":"1","price":"226000","area":"600"} , +{"type":"Feature","id":"n719324231","geometry":{"type":"Point","coordinates":[-0.3036409,51.1258558]},"properties":{"@type":"node","@id":719324231,"@timestamp":1272915522},"coords":"51.1258558,-0.3036409","bedrooms":"2","price":"253000","area":"390"} , +{"type":"Feature","id":"n719721399","geometry":{"type":"Point","coordinates":[-0.6669741,51.6521342]},"properties":{"@type":"node","@id":719721399,"@timestamp":1630749941},"coords":"51.6521342,-0.6669741","bedrooms":"4","price":"290000","area":"549"} , +{"type":"Feature","id":"n720890821","geometry":{"type":"Point","coordinates":[-0.1333457,51.5241198]},"properties":{"@type":"node","@id":720890821,"@timestamp":1632830340},"coords":"51.5241198,-0.1333457","bedrooms":"2","price":"185000","area":"567"} , +{"type":"Feature","id":"n721091717","geometry":{"type":"Point","coordinates":[-0.6859282,51.5616799]},"properties":{"@type":"node","@id":721091717,"@timestamp":1333072596},"coords":"51.5616799,-0.6859282","bedrooms":"3","price":"224000","area":"393"} , +{"type":"Feature","id":"n721134704","geometry":{"type":"Point","coordinates":[-0.205036,51.4958601]},"properties":{"@type":"node","@id":721134704,"@timestamp":1587625935},"coords":"51.4958601,-0.205036","bedrooms":"2","price":"294000","area":"477"} , +{"type":"Feature","id":"n721555158","geometry":{"type":"Point","coordinates":[-0.288285,51.565118]},"properties":{"@type":"node","@id":721555158,"@timestamp":1330819332},"coords":"51.565118,-0.288285","bedrooms":"2","price":"214000","area":"592"} , +{"type":"Feature","id":"n721607072","geometry":{"type":"Point","coordinates":[0.7190763,51.3419411]},"properties":{"@type":"node","@id":721607072,"@timestamp":1567814119},"coords":"51.3419411,0.7190763","bedrooms":"1","price":"231000","area":"392"} , +{"type":"Feature","id":"n722557736","geometry":{"type":"Point","coordinates":[-0.5545806,51.2489991]},"properties":{"@type":"node","@id":722557736,"@timestamp":1307829820},"coords":"51.2489991,-0.5545806","bedrooms":"3","price":"238000","area":"699"} , +{"type":"Feature","id":"n722721483","geometry":{"type":"Point","coordinates":[-0.7846923,51.0713662]},"properties":{"@type":"node","@id":722721483,"@timestamp":1553719758},"coords":"51.0713662,-0.7846923","bedrooms":"1","price":"171000","area":"389"} , +{"type":"Feature","id":"n722731384","geometry":{"type":"Point","coordinates":[-0.6723321,51.0592795]},"properties":{"@type":"node","@id":722731384,"@timestamp":1273083742},"coords":"51.0592795,-0.6723321","bedrooms":"0","price":"155000","area":"666"} , +{"type":"Feature","id":"n722731409","geometry":{"type":"Point","coordinates":[-0.691152,51.090327]},"properties":{"@type":"node","@id":722731409,"@timestamp":1273083743},"coords":"51.090327,-0.691152","bedrooms":"3","price":"246000","area":"648"} , +{"type":"Feature","id":"n722731425","geometry":{"type":"Point","coordinates":[-0.6955944,51.1296508]},"properties":{"@type":"node","@id":722731425,"@timestamp":1273083744},"coords":"51.1296508,-0.6955944","bedrooms":"1","price":"160000","area":"623"} , +{"type":"Feature","id":"n722740288","geometry":{"type":"Point","coordinates":[-0.6425525,51.1185538]},"properties":{"@type":"node","@id":722740288,"@timestamp":1273084488},"coords":"51.1185538,-0.6425525","bedrooms":"2","price":"258000","area":"490"} , +{"type":"Feature","id":"n722864938","geometry":{"type":"Point","coordinates":[0.0134796,51.8947141]},"properties":{"@type":"node","@id":722864938,"@timestamp":1622991519},"coords":"51.8947141,0.0134796","bedrooms":"4","price":"263000","area":"672"} , +{"type":"Feature","id":"n722982966","geometry":{"type":"Point","coordinates":[-0.1760842,51.5416901]},"properties":{"@type":"node","@id":722982966,"@timestamp":1380191734},"coords":"51.5416901,-0.1760842","bedrooms":"2","price":"173000","area":"517"} , +{"type":"Feature","id":"n723031278","geometry":{"type":"Point","coordinates":[0.0695596,51.8393377]},"properties":{"@type":"node","@id":723031278,"@timestamp":1273093568},"coords":"51.8393377,0.0695596","bedrooms":"2","price":"169000","area":"583"} , +{"type":"Feature","id":"n723055897","geometry":{"type":"Point","coordinates":[-0.1737748,51.5387451]},"properties":{"@type":"node","@id":723055897,"@timestamp":1513875192},"coords":"51.5387451,-0.1737748","bedrooms":"3","price":"282000","area":"537"} , +{"type":"Feature","id":"n723091409","geometry":{"type":"Point","coordinates":[-0.6196279,51.2358709]},"properties":{"@type":"node","@id":723091409,"@timestamp":1424159447},"coords":"51.2358709,-0.6196279","bedrooms":"4","price":"206000","area":"694"} , +{"type":"Feature","id":"n723529797","geometry":{"type":"Point","coordinates":[-0.3151865,51.2546698]},"properties":{"@type":"node","@id":723529797,"@timestamp":1427233193},"coords":"51.2546698,-0.3151865","bedrooms":"3","price":"279000","area":"493"} , +{"type":"Feature","id":"n724117320","geometry":{"type":"Point","coordinates":[0.8905628,51.3129596]},"properties":{"@type":"node","@id":724117320,"@timestamp":1543944602},"coords":"51.3129596,0.8905628","bedrooms":"1","price":"221000","area":"393"} , +{"type":"Feature","id":"n724398575","geometry":{"type":"Point","coordinates":[0.0776872,51.5377734]},"properties":{"@type":"node","@id":724398575,"@timestamp":1579085549},"coords":"51.5377734,0.0776872","bedrooms":"3","price":"260000","area":"553"} , +{"type":"Feature","id":"n724398591","geometry":{"type":"Point","coordinates":[0.0725098,51.557897]},"properties":{"@type":"node","@id":724398591,"@timestamp":1546723789},"coords":"51.557897,0.0725098","bedrooms":"0","price":"253000","area":"681"} , +{"type":"Feature","id":"n724398608","geometry":{"type":"Point","coordinates":[0.0849349,51.5597523]},"properties":{"@type":"node","@id":724398608,"@timestamp":1611492446},"coords":"51.5597523,0.0849349","bedrooms":"0","price":"197000","area":"526"} , +{"type":"Feature","id":"n724407142","geometry":{"type":"Point","coordinates":[0.1715615,51.777214]},"properties":{"@type":"node","@id":724407142,"@timestamp":1625323628},"coords":"51.777214,0.1715615","bedrooms":"0","price":"276000","area":"635"} , +{"type":"Feature","id":"n724744555","geometry":{"type":"Point","coordinates":[-0.8771603,51.0509499]},"properties":{"@type":"node","@id":724744555,"@timestamp":1384098924},"coords":"51.0509499,-0.8771603","bedrooms":"0","price":"270000","area":"474"} , +{"type":"Feature","id":"n725209407","geometry":{"type":"Point","coordinates":[-0.6162207,51.2382555]},"properties":{"@type":"node","@id":725209407,"@timestamp":1416815044},"coords":"51.2382555,-0.6162207","bedrooms":"4","price":"194000","area":"466"} , +{"type":"Feature","id":"n725590280","geometry":{"type":"Point","coordinates":[0.2928827,51.1556702]},"properties":{"@type":"node","@id":725590280,"@timestamp":1568637526},"coords":"51.1556702,0.2928827","bedrooms":"0","price":"249000","area":"462"} , +{"type":"Feature","id":"n725879778","geometry":{"type":"Point","coordinates":[-0.4220372,51.3373927]},"properties":{"@type":"node","@id":725879778,"@timestamp":1273292973},"coords":"51.3373927,-0.4220372","bedrooms":"3","price":"208000","area":"403"} , +{"type":"Feature","id":"n726067419","geometry":{"type":"Point","coordinates":[-0.1830705,51.5300732]},"properties":{"@type":"node","@id":726067419,"@timestamp":1282140475},"coords":"51.5300732,-0.1830705","bedrooms":"4","price":"298000","area":"622"} , +{"type":"Feature","id":"n726176537","geometry":{"type":"Point","coordinates":[0.8148243,51.6273485]},"properties":{"@type":"node","@id":726176537,"@timestamp":1590581308},"coords":"51.6273485,0.8148243","bedrooms":"3","price":"243000","area":"436"} , +{"type":"Feature","id":"n726568779","geometry":{"type":"Point","coordinates":[0.7120458,51.5421218]},"properties":{"@type":"node","@id":726568779,"@timestamp":1409328841},"coords":"51.5421218,0.7120458","bedrooms":"1","price":"256000","area":"680"} , +{"type":"Feature","id":"n726570908","geometry":{"type":"Point","coordinates":[0.7862658,51.5340009]},"properties":{"@type":"node","@id":726570908,"@timestamp":1619872758},"coords":"51.5340009,0.7862658","bedrooms":"3","price":"238000","area":"511"} , +{"type":"Feature","id":"n726572856","geometry":{"type":"Point","coordinates":[0.8072547,51.5390443]},"properties":{"@type":"node","@id":726572856,"@timestamp":1619872758},"coords":"51.5390443,0.8072547","bedrooms":"2","price":"186000","area":"682"} , +{"type":"Feature","id":"n726573797","geometry":{"type":"Point","coordinates":[0.8054342,51.5376925]},"properties":{"@type":"node","@id":726573797,"@timestamp":1450235820},"coords":"51.5376925,0.8054342","bedrooms":"3","price":"218000","area":"503"} , +{"type":"Feature","id":"n726696134","geometry":{"type":"Point","coordinates":[-0.6159414,51.1879879]},"properties":{"@type":"node","@id":726696134,"@timestamp":1623692441},"coords":"51.1879879,-0.6159414","bedrooms":"1","price":"230000","area":"641"} , +{"type":"Feature","id":"n726904695","geometry":{"type":"Point","coordinates":[-0.3779497,51.4308026]},"properties":{"@type":"node","@id":726904695,"@timestamp":1592895394},"coords":"51.4308026,-0.3779497","bedrooms":"2","price":"255000","area":"508"} , +{"type":"Feature","id":"n726904721","geometry":{"type":"Point","coordinates":[-0.3714183,51.4274269]},"properties":{"@type":"node","@id":726904721,"@timestamp":1619480656},"coords":"51.4274269,-0.3714183","bedrooms":"1","price":"240000","area":"612"} , +{"type":"Feature","id":"n726904754","geometry":{"type":"Point","coordinates":[-0.3718167,51.4265316]},"properties":{"@type":"node","@id":726904754,"@timestamp":1592895394},"coords":"51.4265316,-0.3718167","bedrooms":"1","price":"150000","area":"635"} , +{"type":"Feature","id":"n726904782","geometry":{"type":"Point","coordinates":[-0.373695,51.4282306]},"properties":{"@type":"node","@id":726904782,"@timestamp":1619480656},"coords":"51.4282306,-0.373695","bedrooms":"0","price":"176000","area":"577"} , +{"type":"Feature","id":"n726904800","geometry":{"type":"Point","coordinates":[-0.3716349,51.4264437]},"properties":{"@type":"node","@id":726904800,"@timestamp":1592895394},"coords":"51.4264437,-0.3716349","bedrooms":"1","price":"275000","area":"539"} , +{"type":"Feature","id":"n727292983","geometry":{"type":"Point","coordinates":[-0.4129076,51.3838476]},"properties":{"@type":"node","@id":727292983,"@timestamp":1290165949},"coords":"51.3838476,-0.4129076","bedrooms":"4","price":"164000","area":"387"} , +{"type":"Feature","id":"n727293056","geometry":{"type":"Point","coordinates":[-0.4128486,51.3841791]},"properties":{"@type":"node","@id":727293056,"@timestamp":1290165955},"coords":"51.3841791,-0.4128486","bedrooms":"1","price":"194000","area":"445"} , +{"type":"Feature","id":"n727293153","geometry":{"type":"Point","coordinates":[-0.4128566,51.3845105]},"properties":{"@type":"node","@id":727293153,"@timestamp":1290165961},"coords":"51.3845105,-0.4128566","bedrooms":"3","price":"285000","area":"649"} , +{"type":"Feature","id":"n727336448","geometry":{"type":"Point","coordinates":[0.6264512,51.8088463]},"properties":{"@type":"node","@id":727336448,"@timestamp":1541654743},"coords":"51.8088463,0.6264512","bedrooms":"0","price":"223000","area":"455"} , +{"type":"Feature","id":"n727367072","geometry":{"type":"Point","coordinates":[-0.1911101,51.5320656]},"properties":{"@type":"node","@id":727367072,"@timestamp":1563825745},"coords":"51.5320656,-0.1911101","bedrooms":"0","price":"204000","area":"439"} , +{"type":"Feature","id":"n727380173","geometry":{"type":"Point","coordinates":[-0.0897238,51.5553027]},"properties":{"@type":"node","@id":727380173,"@timestamp":1513215527},"coords":"51.5553027,-0.0897238","bedrooms":"0","price":"206000","area":"562"} , +{"type":"Feature","id":"n727485782","geometry":{"type":"Point","coordinates":[-0.0690631,51.4572095]},"properties":{"@type":"node","@id":727485782,"@timestamp":1277148976},"coords":"51.4572095,-0.0690631","bedrooms":"0","price":"225000","area":"474"} , +{"type":"Feature","id":"n727565206","geometry":{"type":"Point","coordinates":[-0.3701279,51.9206768]},"properties":{"@type":"node","@id":727565206,"@timestamp":1273418831},"coords":"51.9206768,-0.3701279","bedrooms":"1","price":"231000","area":"635"} , +{"type":"Feature","id":"n727593742","geometry":{"type":"Point","coordinates":[-0.140663,51.6454243]},"properties":{"@type":"node","@id":727593742,"@timestamp":1290165965},"coords":"51.6454243,-0.140663","bedrooms":"4","price":"152000","area":"559"} , +{"type":"Feature","id":"n727633663","geometry":{"type":"Point","coordinates":[0.728567,51.3351402]},"properties":{"@type":"node","@id":727633663,"@timestamp":1577639201},"coords":"51.3351402,0.728567","bedrooms":"3","price":"246000","area":"368"} , +{"type":"Feature","id":"n727633675","geometry":{"type":"Point","coordinates":[0.7287674,51.3354017]},"properties":{"@type":"node","@id":727633675,"@timestamp":1577639201},"coords":"51.3354017,0.7287674","bedrooms":"4","price":"296000","area":"697"} , +{"type":"Feature","id":"n727633685","geometry":{"type":"Point","coordinates":[0.7293996,51.3362867]},"properties":{"@type":"node","@id":727633685,"@timestamp":1577639201},"coords":"51.3362867,0.7293996","bedrooms":"2","price":"257000","area":"577"} , +{"type":"Feature","id":"n727681488","geometry":{"type":"Point","coordinates":[-0.4800186,51.5470694]},"properties":{"@type":"node","@id":727681488,"@timestamp":1598450805},"coords":"51.5470694,-0.4800186","bedrooms":"1","price":"258000","area":"437"} , +{"type":"Feature","id":"n727757716","geometry":{"type":"Point","coordinates":[-0.3367974,51.2363706]},"properties":{"@type":"node","@id":727757716,"@timestamp":1617634840},"coords":"51.2363706,-0.3367974","bedrooms":"4","price":"239000","area":"564"} , +{"type":"Feature","id":"n727782770","geometry":{"type":"Point","coordinates":[0.7409636,51.5359623]},"properties":{"@type":"node","@id":727782770,"@timestamp":1273437870},"coords":"51.5359623,0.7409636","bedrooms":"2","price":"274000","area":"656"} , +{"type":"Feature","id":"n727807161","geometry":{"type":"Point","coordinates":[0.7287555,51.3336366]},"properties":{"@type":"node","@id":727807161,"@timestamp":1566759294},"coords":"51.3336366,0.7287555","bedrooms":"1","price":"240000","area":"378"} , +{"type":"Feature","id":"n727807279","geometry":{"type":"Point","coordinates":[0.7277394,51.3340446]},"properties":{"@type":"node","@id":727807279,"@timestamp":1577653087},"coords":"51.3340446,0.7277394","bedrooms":"4","price":"293000","area":"664"} , +{"type":"Feature","id":"n727807368","geometry":{"type":"Point","coordinates":[0.7275677,51.3338181]},"properties":{"@type":"node","@id":727807368,"@timestamp":1577653087},"coords":"51.3338181,0.7275677","bedrooms":"1","price":"172000","area":"518"} , +{"type":"Feature","id":"n728250058","geometry":{"type":"Point","coordinates":[-0.1972357,51.5308673]},"properties":{"@type":"node","@id":728250058,"@timestamp":1444327460},"coords":"51.5308673,-0.1972357","bedrooms":"4","price":"261000","area":"405"} , +{"type":"Feature","id":"n728629089","geometry":{"type":"Point","coordinates":[-0.1806549,51.5210872]},"properties":{"@type":"node","@id":728629089,"@timestamp":1437154403},"coords":"51.5210872,-0.1806549","bedrooms":"3","price":"288000","area":"352"} , +{"type":"Feature","id":"n729182501","geometry":{"type":"Point","coordinates":[-0.1677669,51.9199096]},"properties":{"@type":"node","@id":729182501,"@timestamp":1273529877},"coords":"51.9199096,-0.1677669","bedrooms":"1","price":"216000","area":"583"} , +{"type":"Feature","id":"n729308625","geometry":{"type":"Point","coordinates":[0.7278048,51.3345604]},"properties":{"@type":"node","@id":729308625,"@timestamp":1577653087},"coords":"51.3345604,0.7278048","bedrooms":"1","price":"237000","area":"423"} , +{"type":"Feature","id":"n729308638","geometry":{"type":"Point","coordinates":[0.7305097,51.3377392]},"properties":{"@type":"node","@id":729308638,"@timestamp":1577639201},"coords":"51.3377392,0.7305097","bedrooms":"4","price":"298000","area":"698"} , +{"type":"Feature","id":"n729308651","geometry":{"type":"Point","coordinates":[0.7289445,51.3360873]},"properties":{"@type":"node","@id":729308651,"@timestamp":1577639201},"coords":"51.3360873,0.7289445","bedrooms":"0","price":"165000","area":"673"} , +{"type":"Feature","id":"n729308666","geometry":{"type":"Point","coordinates":[0.727952,51.3348436]},"properties":{"@type":"node","@id":729308666,"@timestamp":1577653087},"coords":"51.3348436,0.727952","bedrooms":"2","price":"217000","area":"527"} , +{"type":"Feature","id":"n729308679","geometry":{"type":"Point","coordinates":[0.7301497,51.3377001]},"properties":{"@type":"node","@id":729308679,"@timestamp":1577639201},"coords":"51.3377001,0.7301497","bedrooms":"1","price":"162000","area":"360"} , +{"type":"Feature","id":"n729308693","geometry":{"type":"Point","coordinates":[0.7277847,51.3345214]},"properties":{"@type":"node","@id":729308693,"@timestamp":1577653087},"coords":"51.3345214,0.7277847","bedrooms":"1","price":"188000","area":"356"} , +{"type":"Feature","id":"n729308709","geometry":{"type":"Point","coordinates":[0.7273076,51.3339273]},"properties":{"@type":"node","@id":729308709,"@timestamp":1577653087},"coords":"51.3339273,0.7273076","bedrooms":"2","price":"160000","area":"527"} , +{"type":"Feature","id":"n729308725","geometry":{"type":"Point","coordinates":[0.7300252,51.3375504]},"properties":{"@type":"node","@id":729308725,"@timestamp":1577639201},"coords":"51.3375504,0.7300252","bedrooms":"4","price":"238000","area":"689"} , +{"type":"Feature","id":"n729432157","geometry":{"type":"Point","coordinates":[-0.1353125,51.3954251]},"properties":{"@type":"node","@id":729432157,"@timestamp":1592608750},"coords":"51.3954251,-0.1353125","bedrooms":"1","price":"194000","area":"459"} , +{"type":"Feature","id":"n729669681","geometry":{"type":"Point","coordinates":[-0.1439648,51.5441033]},"properties":{"@type":"node","@id":729669681,"@timestamp":1626383270},"coords":"51.5441033,-0.1439648","bedrooms":"3","price":"174000","area":"512"} , +{"type":"Feature","id":"n729680768","geometry":{"type":"Point","coordinates":[-0.1514103,51.5451305]},"properties":{"@type":"node","@id":729680768,"@timestamp":1630186436},"coords":"51.5451305,-0.1514103","bedrooms":"3","price":"164000","area":"440"} , +{"type":"Feature","id":"n729776430","geometry":{"type":"Point","coordinates":[-0.4140255,51.4061102]},"properties":{"@type":"node","@id":729776430,"@timestamp":1624280002},"coords":"51.4061102,-0.4140255","bedrooms":"2","price":"254000","area":"526"} , +{"type":"Feature","id":"n729776521","geometry":{"type":"Point","coordinates":[-0.3948403,51.4132512]},"properties":{"@type":"node","@id":729776521,"@timestamp":1543692779},"coords":"51.4132512,-0.3948403","bedrooms":"4","price":"252000","area":"559"} , +{"type":"Feature","id":"n729776649","geometry":{"type":"Point","coordinates":[-0.4059533,51.4063234]},"properties":{"@type":"node","@id":729776649,"@timestamp":1273595076},"coords":"51.4063234,-0.4059533","bedrooms":"2","price":"249000","area":"623"} , +{"type":"Feature","id":"n729856350","geometry":{"type":"Point","coordinates":[-0.5823374,51.4074202]},"properties":{"@type":"node","@id":729856350,"@timestamp":1492374572},"coords":"51.4074202,-0.5823374","bedrooms":"3","price":"165000","area":"493"} , +{"type":"Feature","id":"n729896084","geometry":{"type":"Point","coordinates":[-0.0787161,51.5051252]},"properties":{"@type":"node","@id":729896084,"@timestamp":1624621242},"coords":"51.5051252,-0.0787161","bedrooms":"0","price":"189000","area":"518"} , +{"type":"Feature","id":"n729896111","geometry":{"type":"Point","coordinates":[-0.0748034,51.50191]},"properties":{"@type":"node","@id":729896111,"@timestamp":1593174494},"coords":"51.50191,-0.0748034","bedrooms":"1","price":"241000","area":"615"} , +{"type":"Feature","id":"n730069269","geometry":{"type":"Point","coordinates":[-0.1595324,51.5018949]},"properties":{"@type":"node","@id":730069269,"@timestamp":1613259577},"coords":"51.5018949,-0.1595324","bedrooms":"2","price":"241000","area":"542"} , +{"type":"Feature","id":"n730119900","geometry":{"type":"Point","coordinates":[0.7307358,51.3380558]},"properties":{"@type":"node","@id":730119900,"@timestamp":1577639201},"coords":"51.3380558,0.7307358","bedrooms":"0","price":"150000","area":"545"} , +{"type":"Feature","id":"n730119922","geometry":{"type":"Point","coordinates":[0.7307452,51.3384793]},"properties":{"@type":"node","@id":730119922,"@timestamp":1577639201},"coords":"51.3384793,0.7307452","bedrooms":"1","price":"241000","area":"593"} , +{"type":"Feature","id":"n730176923","geometry":{"type":"Point","coordinates":[0.7323928,51.3388368]},"properties":{"@type":"node","@id":730176923,"@timestamp":1566660723},"coords":"51.3388368,0.7323928","bedrooms":"2","price":"290000","area":"511"} , +{"type":"Feature","id":"n730176942","geometry":{"type":"Point","coordinates":[0.7322991,51.3386479]},"properties":{"@type":"node","@id":730176942,"@timestamp":1566660723},"coords":"51.3386479,0.7322991","bedrooms":"2","price":"265000","area":"597"} , +{"type":"Feature","id":"n730190556","geometry":{"type":"Point","coordinates":[-0.1979674,51.5118814]},"properties":{"@type":"node","@id":730190556,"@timestamp":1579276705},"coords":"51.5118814,-0.1979674","bedrooms":"1","price":"153000","area":"410"} , +{"type":"Feature","id":"n730190598","geometry":{"type":"Point","coordinates":[-0.1976325,51.511001]},"properties":{"@type":"node","@id":730190598,"@timestamp":1435369954},"coords":"51.511001,-0.1976325","bedrooms":"1","price":"223000","area":"360"} , +{"type":"Feature","id":"n730776837","geometry":{"type":"Point","coordinates":[-0.1971253,51.5147211]},"properties":{"@type":"node","@id":730776837,"@timestamp":1438206785},"coords":"51.5147211,-0.1971253","bedrooms":"0","price":"204000","area":"350"} , +{"type":"Feature","id":"n730776944","geometry":{"type":"Point","coordinates":[-0.1950187,51.5086624]},"properties":{"@type":"node","@id":730776944,"@timestamp":1599056158},"coords":"51.5086624,-0.1950187","bedrooms":"2","price":"184000","area":"520"} , +{"type":"Feature","id":"n730777025","geometry":{"type":"Point","coordinates":[-0.1965661,51.5147146]},"properties":{"@type":"node","@id":730777025,"@timestamp":1579231239},"coords":"51.5147146,-0.1965661","bedrooms":"3","price":"169000","area":"647"} , +{"type":"Feature","id":"n730856729","geometry":{"type":"Point","coordinates":[-0.1126087,51.4924487]},"properties":{"@type":"node","@id":730856729,"@timestamp":1633041938},"coords":"51.4924487,-0.1126087","bedrooms":"2","price":"170000","area":"508"} , +{"type":"Feature","id":"n730981977","geometry":{"type":"Point","coordinates":[0.7295801,51.3497722]},"properties":{"@type":"node","@id":730981977,"@timestamp":1567540443},"coords":"51.3497722,0.7295801","bedrooms":"2","price":"186000","area":"603"} , +{"type":"Feature","id":"n730982026","geometry":{"type":"Point","coordinates":[0.7301836,51.3497127]},"properties":{"@type":"node","@id":730982026,"@timestamp":1567540443},"coords":"51.3497127,0.7301836","bedrooms":"4","price":"186000","area":"503"} , +{"type":"Feature","id":"n731087878","geometry":{"type":"Point","coordinates":[-0.2023906,51.5135434]},"properties":{"@type":"node","@id":731087878,"@timestamp":1580021816},"coords":"51.5135434,-0.2023906","bedrooms":"4","price":"250000","area":"698"} , +{"type":"Feature","id":"n731087989","geometry":{"type":"Point","coordinates":[-0.199227,51.514142]},"properties":{"@type":"node","@id":731087989,"@timestamp":1580093839},"coords":"51.514142,-0.199227","bedrooms":"0","price":"278000","area":"386"} , +{"type":"Feature","id":"n731088061","geometry":{"type":"Point","coordinates":[-0.2025035,51.5129041]},"properties":{"@type":"node","@id":731088061,"@timestamp":1579935358},"coords":"51.5129041,-0.2025035","bedrooms":"3","price":"279000","area":"695"} , +{"type":"Feature","id":"n731088181","geometry":{"type":"Point","coordinates":[-0.2004562,51.5119516]},"properties":{"@type":"node","@id":731088181,"@timestamp":1273680911},"coords":"51.5119516,-0.2004562","bedrooms":"3","price":"277000","area":"533"} , +{"type":"Feature","id":"n731088272","geometry":{"type":"Point","coordinates":[-0.1998994,51.5109245]},"properties":{"@type":"node","@id":731088272,"@timestamp":1579600958},"coords":"51.5109245,-0.1998994","bedrooms":"4","price":"274000","area":"441"} , +{"type":"Feature","id":"n731088364","geometry":{"type":"Point","coordinates":[-0.2002434,51.5142774]},"properties":{"@type":"node","@id":731088364,"@timestamp":1580035017},"coords":"51.5142774,-0.2002434","bedrooms":"3","price":"180000","area":"536"} , +{"type":"Feature","id":"n731088471","geometry":{"type":"Point","coordinates":[-0.2004033,51.5139786]},"properties":{"@type":"node","@id":731088471,"@timestamp":1580050422},"coords":"51.5139786,-0.2004033","bedrooms":"1","price":"161000","area":"419"} , +{"type":"Feature","id":"n731293642","geometry":{"type":"Point","coordinates":[0.7427533,51.81729]},"properties":{"@type":"node","@id":731293642,"@timestamp":1273691352},"coords":"51.81729,0.7427533","bedrooms":"0","price":"241000","area":"372"} , +{"type":"Feature","id":"n731947876","geometry":{"type":"Point","coordinates":[0.6858829,51.2132272]},"properties":{"@type":"node","@id":731947876,"@timestamp":1614284275},"coords":"51.2132272,0.6858829","bedrooms":"2","price":"249000","area":"606"} , +{"type":"Feature","id":"n732048836","geometry":{"type":"Point","coordinates":[0.6911673,51.9405543]},"properties":{"@type":"node","@id":732048836,"@timestamp":1273750661},"coords":"51.9405543,0.6911673","bedrooms":"0","price":"251000","area":"622"} , +{"type":"Feature","id":"n732644443","geometry":{"type":"Point","coordinates":[0.243555,51.5545288]},"properties":{"@type":"node","@id":732644443,"@timestamp":1619122791},"coords":"51.5545288,0.243555","bedrooms":"0","price":"255000","area":"489"} , +{"type":"Feature","id":"n732712347","geometry":{"type":"Point","coordinates":[-0.3679035,51.1601789]},"properties":{"@type":"node","@id":732712347,"@timestamp":1360958205},"coords":"51.1601789,-0.3679035","bedrooms":"0","price":"169000","area":"546"} , +{"type":"Feature","id":"n732712387","geometry":{"type":"Point","coordinates":[-0.3859719,51.1569717]},"properties":{"@type":"node","@id":732712387,"@timestamp":1515251927},"coords":"51.1569717,-0.3859719","bedrooms":"3","price":"246000","area":"441"} , +{"type":"Feature","id":"n732712426","geometry":{"type":"Point","coordinates":[-0.4033687,51.1555502]},"properties":{"@type":"node","@id":732712426,"@timestamp":1515251927},"coords":"51.1555502,-0.4033687","bedrooms":"4","price":"263000","area":"622"} , +{"type":"Feature","id":"n732717914","geometry":{"type":"Point","coordinates":[-0.4205294,51.1554257]},"properties":{"@type":"node","@id":732717914,"@timestamp":1515251928},"coords":"51.1554257,-0.4205294","bedrooms":"2","price":"296000","area":"663"} , +{"type":"Feature","id":"n732718002","geometry":{"type":"Point","coordinates":[-0.4375776,51.1574495]},"properties":{"@type":"node","@id":732718002,"@timestamp":1515251928},"coords":"51.1574495,-0.4375776","bedrooms":"0","price":"227000","area":"449"} , +{"type":"Feature","id":"n732718047","geometry":{"type":"Point","coordinates":[-0.45377,51.1563274]},"properties":{"@type":"node","@id":732718047,"@timestamp":1515251928},"coords":"51.1563274,-0.45377","bedrooms":"0","price":"215000","area":"371"} , +{"type":"Feature","id":"n732718095","geometry":{"type":"Point","coordinates":[-0.4711776,51.1564502]},"properties":{"@type":"node","@id":732718095,"@timestamp":1515251929},"coords":"51.1564502,-0.4711776","bedrooms":"3","price":"172000","area":"485"} , +{"type":"Feature","id":"n732720510","geometry":{"type":"Point","coordinates":[-0.486485,51.1575706]},"properties":{"@type":"node","@id":732720510,"@timestamp":1515251929},"coords":"51.1575706,-0.486485","bedrooms":"3","price":"254000","area":"507"} , +{"type":"Feature","id":"n732781766","geometry":{"type":"Point","coordinates":[-1.0125248,51.3558179]},"properties":{"@type":"node","@id":732781766,"@timestamp":1273780056},"coords":"51.3558179,-1.0125248","bedrooms":"0","price":"259000","area":"434"} , +{"type":"Feature","id":"n732924341","geometry":{"type":"Point","coordinates":[0.7383973,51.3551121]},"properties":{"@type":"node","@id":732924341,"@timestamp":1572010618},"coords":"51.3551121,0.7383973","bedrooms":"0","price":"161000","area":"634"} , +{"type":"Feature","id":"n733137569","geometry":{"type":"Point","coordinates":[-0.7021128,51.2430265]},"properties":{"@type":"node","@id":733137569,"@timestamp":1285442157},"coords":"51.2430265,-0.7021128","bedrooms":"0","price":"276000","area":"619"} , +{"type":"Feature","id":"n733901788","geometry":{"type":"Point","coordinates":[-0.6428565,51.3220111]},"properties":{"@type":"node","@id":733901788,"@timestamp":1273836494},"coords":"51.3220111,-0.6428565","bedrooms":"4","price":"284000","area":"688"} , +{"type":"Feature","id":"n734479453","geometry":{"type":"Point","coordinates":[-0.7134837,51.0929538]},"properties":{"@type":"node","@id":734479453,"@timestamp":1321019635},"coords":"51.0929538,-0.7134837","bedrooms":"2","price":"191000","area":"510"} , +{"type":"Feature","id":"n734535322","geometry":{"type":"Point","coordinates":[-0.5459341,51.1977361]},"properties":{"@type":"node","@id":734535322,"@timestamp":1290165979},"coords":"51.1977361,-0.5459341","bedrooms":"0","price":"272000","area":"405"} , +{"type":"Feature","id":"n734643525","geometry":{"type":"Point","coordinates":[-0.1011018,50.9467475]},"properties":{"@type":"node","@id":734643525,"@timestamp":1533675757},"coords":"50.9467475,-0.1011018","bedrooms":"0","price":"209000","area":"501"} , +{"type":"Feature","id":"n734780153","geometry":{"type":"Point","coordinates":[0.7318563,51.3396313]},"properties":{"@type":"node","@id":734780153,"@timestamp":1577639201},"coords":"51.3396313,0.7318563","bedrooms":"4","price":"207000","area":"637"} , +{"type":"Feature","id":"n734788026","geometry":{"type":"Point","coordinates":[0.7316003,51.3397689]},"properties":{"@type":"node","@id":734788026,"@timestamp":1577639201},"coords":"51.3397689,0.7316003","bedrooms":"4","price":"216000","area":"352"} , +{"type":"Feature","id":"n734804969","geometry":{"type":"Point","coordinates":[0.7284162,51.3371222]},"properties":{"@type":"node","@id":734804969,"@timestamp":1577639201},"coords":"51.3371222,0.7284162","bedrooms":"1","price":"202000","area":"534"} , +{"type":"Feature","id":"n734805018","geometry":{"type":"Point","coordinates":[0.7283382,51.3377565]},"properties":{"@type":"node","@id":734805018,"@timestamp":1577639201},"coords":"51.3377565,0.7283382","bedrooms":"4","price":"259000","area":"401"} , +{"type":"Feature","id":"n734805041","geometry":{"type":"Point","coordinates":[0.7297237,51.3382019]},"properties":{"@type":"node","@id":734805041,"@timestamp":1577639201},"coords":"51.3382019,0.7297237","bedrooms":"3","price":"161000","area":"414"} , +{"type":"Feature","id":"n734805090","geometry":{"type":"Point","coordinates":[0.7280238,51.336659]},"properties":{"@type":"node","@id":734805090,"@timestamp":1577639201},"coords":"51.336659,0.7280238","bedrooms":"2","price":"219000","area":"587"} , +{"type":"Feature","id":"n734813793","geometry":{"type":"Point","coordinates":[0.7262115,51.3387901]},"properties":{"@type":"node","@id":734813793,"@timestamp":1577639201},"coords":"51.3387901,0.7262115","bedrooms":"2","price":"181000","area":"536"} , +{"type":"Feature","id":"n734813807","geometry":{"type":"Point","coordinates":[0.727627,51.337831]},"properties":{"@type":"node","@id":734813807,"@timestamp":1577653087},"coords":"51.337831,0.727627","bedrooms":"4","price":"167000","area":"659"} , +{"type":"Feature","id":"n734813824","geometry":{"type":"Point","coordinates":[0.7272216,51.3372641]},"properties":{"@type":"node","@id":734813824,"@timestamp":1568800439},"coords":"51.3372641,0.7272216","bedrooms":"3","price":"203000","area":"549"} , +{"type":"Feature","id":"n734815293","geometry":{"type":"Point","coordinates":[0.7246475,51.3379604]},"properties":{"@type":"node","@id":734815293,"@timestamp":1568800439},"coords":"51.3379604,0.7246475","bedrooms":"4","price":"189000","area":"594"} , +{"type":"Feature","id":"n734815303","geometry":{"type":"Point","coordinates":[0.7263703,51.3381378]},"properties":{"@type":"node","@id":734815303,"@timestamp":1577653087},"coords":"51.3381378,0.7263703","bedrooms":"1","price":"200000","area":"563"} , +{"type":"Feature","id":"n734894080","geometry":{"type":"Point","coordinates":[-0.1511456,51.5047144]},"properties":{"@type":"node","@id":734894080,"@timestamp":1380781793},"coords":"51.5047144,-0.1511456","bedrooms":"4","price":"251000","area":"568"} , +{"type":"Feature","id":"n734914668","geometry":{"type":"Point","coordinates":[-0.3359215,51.1576407]},"properties":{"@type":"node","@id":734914668,"@timestamp":1395466899},"coords":"51.1576407,-0.3359215","bedrooms":"0","price":"242000","area":"511"} , +{"type":"Feature","id":"n734916059","geometry":{"type":"Point","coordinates":[-0.3475703,51.1585693]},"properties":{"@type":"node","@id":734916059,"@timestamp":1395466899},"coords":"51.1585693,-0.3475703","bedrooms":"1","price":"173000","area":"568"} , +{"type":"Feature","id":"n734916100","geometry":{"type":"Point","coordinates":[-0.3328283,51.157441]},"properties":{"@type":"node","@id":734916100,"@timestamp":1463909535},"coords":"51.157441,-0.3328283","bedrooms":"3","price":"213000","area":"631"} , +{"type":"Feature","id":"n734979927","geometry":{"type":"Point","coordinates":[-0.3281814,51.1725014]},"properties":{"@type":"node","@id":734979927,"@timestamp":1492451059},"coords":"51.1725014,-0.3281814","bedrooms":"4","price":"269000","area":"696"} , +{"type":"Feature","id":"n734982426","geometry":{"type":"Point","coordinates":[-0.3251586,51.1789032]},"properties":{"@type":"node","@id":734982426,"@timestamp":1491236138},"coords":"51.1789032,-0.3251586","bedrooms":"0","price":"153000","area":"373"} , +{"type":"Feature","id":"n734985099","geometry":{"type":"Point","coordinates":[-0.3294501,51.1760984]},"properties":{"@type":"node","@id":734985099,"@timestamp":1491236138},"coords":"51.1760984,-0.3294501","bedrooms":"1","price":"271000","area":"602"} , +{"type":"Feature","id":"n735005169","geometry":{"type":"Point","coordinates":[-0.2051466,51.510914]},"properties":{"@type":"node","@id":735005169,"@timestamp":1579765883},"coords":"51.510914,-0.2051466","bedrooms":"4","price":"288000","area":"526"} , +{"type":"Feature","id":"n735150902","geometry":{"type":"Point","coordinates":[-0.1233175,51.4362491]},"properties":{"@type":"node","@id":735150902,"@timestamp":1630266505},"coords":"51.4362491,-0.1233175","bedrooms":"0","price":"271000","area":"422"} , +{"type":"Feature","id":"n735168723","geometry":{"type":"Point","coordinates":[-0.3371483,51.1424582]},"properties":{"@type":"node","@id":735168723,"@timestamp":1290165983},"coords":"51.1424582,-0.3371483","bedrooms":"0","price":"273000","area":"605"} , +{"type":"Feature","id":"n735374182","geometry":{"type":"Point","coordinates":[-0.1200265,51.5218485]},"properties":{"@type":"node","@id":735374182,"@timestamp":1589658116},"coords":"51.5218485,-0.1200265","bedrooms":"2","price":"192000","area":"362"} , +{"type":"Feature","id":"n735557625","geometry":{"type":"Point","coordinates":[-0.2152308,51.1457268]},"properties":{"@type":"node","@id":735557625,"@timestamp":1273953732},"coords":"51.1457268,-0.2152308","bedrooms":"2","price":"274000","area":"352"} , +{"type":"Feature","id":"n735875127","geometry":{"type":"Point","coordinates":[0.8079839,51.5531635]},"properties":{"@type":"node","@id":735875127,"@timestamp":1273962039},"coords":"51.5531635,0.8079839","bedrooms":"3","price":"264000","area":"642"} , +{"type":"Feature","id":"n735906002","geometry":{"type":"Point","coordinates":[0.7248924,51.3390138]},"properties":{"@type":"node","@id":735906002,"@timestamp":1568800439},"coords":"51.3390138,0.7248924","bedrooms":"3","price":"220000","area":"495"} , +{"type":"Feature","id":"n735906031","geometry":{"type":"Point","coordinates":[0.7248,51.339045]},"properties":{"@type":"node","@id":735906031,"@timestamp":1568800439},"coords":"51.339045,0.7248","bedrooms":"2","price":"248000","area":"495"} , +{"type":"Feature","id":"n735906055","geometry":{"type":"Point","coordinates":[0.7243475,51.3391522]},"properties":{"@type":"node","@id":735906055,"@timestamp":1568800439},"coords":"51.3391522,0.7243475","bedrooms":"1","price":"298000","area":"666"} , +{"type":"Feature","id":"n735915874","geometry":{"type":"Point","coordinates":[0.7257289,51.3372982]},"properties":{"@type":"node","@id":735915874,"@timestamp":1568800439},"coords":"51.3372982,0.7257289","bedrooms":"4","price":"224000","area":"555"} , +{"type":"Feature","id":"n735915898","geometry":{"type":"Point","coordinates":[0.7262835,51.3378615]},"properties":{"@type":"node","@id":735915898,"@timestamp":1577653087},"coords":"51.3378615,0.7262835","bedrooms":"3","price":"279000","area":"441"} , +{"type":"Feature","id":"n735959936","geometry":{"type":"Point","coordinates":[0.7269013,51.3361334]},"properties":{"@type":"node","@id":735959936,"@timestamp":1577653087},"coords":"51.3361334,0.7269013","bedrooms":"4","price":"205000","area":"573"} , +{"type":"Feature","id":"n735959955","geometry":{"type":"Point","coordinates":[0.7242025,51.3377788]},"properties":{"@type":"node","@id":735959955,"@timestamp":1568800439},"coords":"51.3377788,0.7242025","bedrooms":"2","price":"259000","area":"660"} , +{"type":"Feature","id":"n735959975","geometry":{"type":"Point","coordinates":[0.7244331,51.3378877]},"properties":{"@type":"node","@id":735959975,"@timestamp":1568800439},"coords":"51.3378877,0.7244331","bedrooms":"0","price":"242000","area":"660"} , +{"type":"Feature","id":"n735968794","geometry":{"type":"Point","coordinates":[-0.1397815,51.6447409]},"properties":{"@type":"node","@id":735968794,"@timestamp":1273968599},"coords":"51.6447409,-0.1397815","bedrooms":"4","price":"212000","area":"475"} , +{"type":"Feature","id":"n736269030","geometry":{"type":"Point","coordinates":[-0.1858501,51.1537833]},"properties":{"@type":"node","@id":736269030,"@timestamp":1612294815},"coords":"51.1537833,-0.1858501","bedrooms":"0","price":"220000","area":"381"} , +{"type":"Feature","id":"n736284890","geometry":{"type":"Point","coordinates":[-0.1848738,51.1548634]},"properties":{"@type":"node","@id":736284890,"@timestamp":1612294815},"coords":"51.1548634,-0.1848738","bedrooms":"1","price":"166000","area":"419"} , +{"type":"Feature","id":"n736289519","geometry":{"type":"Point","coordinates":[-0.1898675,51.1544569]},"properties":{"@type":"node","@id":736289519,"@timestamp":1466450637},"coords":"51.1544569,-0.1898675","bedrooms":"4","price":"204000","area":"562"} , +{"type":"Feature","id":"n736320695","geometry":{"type":"Point","coordinates":[0.7249654,51.3343292]},"properties":{"@type":"node","@id":736320695,"@timestamp":1566739753},"coords":"51.3343292,0.7249654","bedrooms":"3","price":"247000","area":"412"} , +{"type":"Feature","id":"n736350428","geometry":{"type":"Point","coordinates":[-0.1792252,51.1532283]},"properties":{"@type":"node","@id":736350428,"@timestamp":1612294233},"coords":"51.1532283,-0.1792252","bedrooms":"4","price":"242000","area":"482"} , +{"type":"Feature","id":"n736355321","geometry":{"type":"Point","coordinates":[-0.1786164,51.1539699]},"properties":{"@type":"node","@id":736355321,"@timestamp":1612294233},"coords":"51.1539699,-0.1786164","bedrooms":"2","price":"243000","area":"381"} , +{"type":"Feature","id":"n736360202","geometry":{"type":"Point","coordinates":[-0.176932,51.1564547]},"properties":{"@type":"node","@id":736360202,"@timestamp":1612293181},"coords":"51.1564547,-0.176932","bedrooms":"2","price":"207000","area":"477"} , +{"type":"Feature","id":"n736361962","geometry":{"type":"Point","coordinates":[-0.1797108,51.1597955]},"properties":{"@type":"node","@id":736361962,"@timestamp":1612293783},"coords":"51.1597955,-0.1797108","bedrooms":"3","price":"223000","area":"506"} , +{"type":"Feature","id":"n736362249","geometry":{"type":"Point","coordinates":[-0.1807729,51.1628536]},"properties":{"@type":"node","@id":736362249,"@timestamp":1612293783},"coords":"51.1628536,-0.1807729","bedrooms":"1","price":"188000","area":"654"} , +{"type":"Feature","id":"n736363480","geometry":{"type":"Point","coordinates":[-0.1738528,51.1587845]},"properties":{"@type":"node","@id":736363480,"@timestamp":1612293003},"coords":"51.1587845,-0.1738528","bedrooms":"2","price":"168000","area":"641"} , +{"type":"Feature","id":"n736374247","geometry":{"type":"Point","coordinates":[-0.1692448,51.1577904]},"properties":{"@type":"node","@id":736374247,"@timestamp":1612292130},"coords":"51.1577904,-0.1692448","bedrooms":"2","price":"215000","area":"441"} , +{"type":"Feature","id":"n736376907","geometry":{"type":"Point","coordinates":[-0.1678715,51.1586971]},"properties":{"@type":"node","@id":736376907,"@timestamp":1612292130},"coords":"51.1586971,-0.1678715","bedrooms":"2","price":"158000","area":"355"} , +{"type":"Feature","id":"n736436004","geometry":{"type":"Point","coordinates":[-0.1718579,51.1574679]},"properties":{"@type":"node","@id":736436004,"@timestamp":1612292518},"coords":"51.1574679,-0.1718579","bedrooms":"0","price":"273000","area":"512"} , +{"type":"Feature","id":"n736509753","geometry":{"type":"Point","coordinates":[-0.1834244,51.1614357]},"properties":{"@type":"node","@id":736509753,"@timestamp":1612293783},"coords":"51.1614357,-0.1834244","bedrooms":"0","price":"185000","area":"485"} , +{"type":"Feature","id":"n736547116","geometry":{"type":"Point","coordinates":[-0.0509743,50.9719511]},"properties":{"@type":"node","@id":736547116,"@timestamp":1630082777},"coords":"50.9719511,-0.0509743","bedrooms":"4","price":"185000","area":"609"} , +{"type":"Feature","id":"n736625804","geometry":{"type":"Point","coordinates":[-1.0370929,51.8552367]},"properties":{"@type":"node","@id":736625804,"@timestamp":1582929089},"coords":"51.8552367,-1.0370929","bedrooms":"0","price":"294000","area":"640"} , +{"type":"Feature","id":"n736625825","geometry":{"type":"Point","coordinates":[-1.0223596,51.8609524]},"properties":{"@type":"node","@id":736625825,"@timestamp":1381351954},"coords":"51.8609524,-1.0223596","bedrooms":"0","price":"264000","area":"382"} , +{"type":"Feature","id":"n736758278","geometry":{"type":"Point","coordinates":[0.6433264,51.5598712]},"properties":{"@type":"node","@id":736758278,"@timestamp":1274033472},"coords":"51.5598712,0.6433264","bedrooms":"0","price":"181000","area":"556"} , +{"type":"Feature","id":"n736819683","geometry":{"type":"Point","coordinates":[0.5391816,51.6082902]},"properties":{"@type":"node","@id":736819683,"@timestamp":1274036496},"coords":"51.6082902,0.5391816","bedrooms":"4","price":"200000","area":"485"} , +{"type":"Feature","id":"n736822412","geometry":{"type":"Point","coordinates":[0.5954758,51.6053983]},"properties":{"@type":"node","@id":736822412,"@timestamp":1274036845},"coords":"51.6053983,0.5954758","bedrooms":"4","price":"202000","area":"378"} , +{"type":"Feature","id":"n736832848","geometry":{"type":"Point","coordinates":[0.7235195,51.3351051]},"properties":{"@type":"node","@id":736832848,"@timestamp":1568717878},"coords":"51.3351051,0.7235195","bedrooms":"0","price":"225000","area":"377"} , +{"type":"Feature","id":"n736832890","geometry":{"type":"Point","coordinates":[0.7232453,51.3347028]},"properties":{"@type":"node","@id":736832890,"@timestamp":1568717878},"coords":"51.3347028,0.7232453","bedrooms":"0","price":"165000","area":"397"} , +{"type":"Feature","id":"n736842637","geometry":{"type":"Point","coordinates":[0.723101,51.3338748]},"properties":{"@type":"node","@id":736842637,"@timestamp":1568717878},"coords":"51.3338748,0.723101","bedrooms":"4","price":"218000","area":"568"} , +{"type":"Feature","id":"n736842666","geometry":{"type":"Point","coordinates":[0.72298,51.3337002]},"properties":{"@type":"node","@id":736842666,"@timestamp":1568717878},"coords":"51.3337002,0.72298","bedrooms":"1","price":"194000","area":"465"} , +{"type":"Feature","id":"n736853648","geometry":{"type":"Point","coordinates":[-0.371131,51.4165501]},"properties":{"@type":"node","@id":736853648,"@timestamp":1274038165},"coords":"51.4165501,-0.371131","bedrooms":"0","price":"271000","area":"575"} , +{"type":"Feature","id":"n736854402","geometry":{"type":"Point","coordinates":[-0.3708601,51.41629]},"properties":{"@type":"node","@id":736854402,"@timestamp":1274038180},"coords":"51.41629,-0.3708601","bedrooms":"4","price":"183000","area":"667"} , +{"type":"Feature","id":"n736858827","geometry":{"type":"Point","coordinates":[0.7207763,51.3331692]},"properties":{"@type":"node","@id":736858827,"@timestamp":1568717878},"coords":"51.3331692,0.7207763","bedrooms":"0","price":"153000","area":"519"} , +{"type":"Feature","id":"n736865106","geometry":{"type":"Point","coordinates":[0.7208066,51.3338122]},"properties":{"@type":"node","@id":736865106,"@timestamp":1568717878},"coords":"51.3338122,0.7208066","bedrooms":"4","price":"256000","area":"387"} , +{"type":"Feature","id":"n736865127","geometry":{"type":"Point","coordinates":[0.7216438,51.3338502]},"properties":{"@type":"node","@id":736865127,"@timestamp":1568717878},"coords":"51.3338502,0.7216438","bedrooms":"1","price":"155000","area":"396"} , +{"type":"Feature","id":"n736865143","geometry":{"type":"Point","coordinates":[0.7213353,51.3336492]},"properties":{"@type":"node","@id":736865143,"@timestamp":1568717878},"coords":"51.3336492,0.7213353","bedrooms":"4","price":"179000","area":"388"} , +{"type":"Feature","id":"n736872443","geometry":{"type":"Point","coordinates":[0.7214065,51.3327009]},"properties":{"@type":"node","@id":736872443,"@timestamp":1566759294},"coords":"51.3327009,0.7214065","bedrooms":"4","price":"276000","area":"487"} , +{"type":"Feature","id":"n736898596","geometry":{"type":"Point","coordinates":[0.7254389,51.3351326]},"properties":{"@type":"node","@id":736898596,"@timestamp":1577639201},"coords":"51.3351326,0.7254389","bedrooms":"1","price":"208000","area":"541"} , +{"type":"Feature","id":"n736899307","geometry":{"type":"Point","coordinates":[-0.5549719,51.1600984]},"properties":{"@type":"node","@id":736899307,"@timestamp":1432482033},"coords":"51.1600984,-0.5549719","bedrooms":"4","price":"215000","area":"597"} , +{"type":"Feature","id":"n736969200","geometry":{"type":"Point","coordinates":[-0.4220803,51.4126127]},"properties":{"@type":"node","@id":736969200,"@timestamp":1432972730},"coords":"51.4126127,-0.4220803","bedrooms":"0","price":"256000","area":"484"} , +{"type":"Feature","id":"n736969403","geometry":{"type":"Point","coordinates":[-0.372991,51.4150912]},"properties":{"@type":"node","@id":736969403,"@timestamp":1592895394},"coords":"51.4150912,-0.372991","bedrooms":"4","price":"163000","area":"602"} , +{"type":"Feature","id":"n736984551","geometry":{"type":"Point","coordinates":[-0.2140552,51.2003146]},"properties":{"@type":"node","@id":736984551,"@timestamp":1616606608},"coords":"51.2003146,-0.2140552","bedrooms":"1","price":"182000","area":"363"} , +{"type":"Feature","id":"n737595825","geometry":{"type":"Point","coordinates":[0.4750962,51.1472079]},"properties":{"@type":"node","@id":737595825,"@timestamp":1274112693},"coords":"51.1472079,0.4750962","bedrooms":"4","price":"249000","area":"562"} , +{"type":"Feature","id":"n737790019","geometry":{"type":"Point","coordinates":[-0.2020635,51.5481944]},"properties":{"@type":"node","@id":737790019,"@timestamp":1625930304},"coords":"51.5481944,-0.2020635","bedrooms":"3","price":"154000","area":"503"} , +{"type":"Feature","id":"n738111082","geometry":{"type":"Point","coordinates":[-0.2036333,51.6561161]},"properties":{"@type":"node","@id":738111082,"@timestamp":1274133503},"coords":"51.6561161,-0.2036333","bedrooms":"1","price":"192000","area":"525"} , +{"type":"Feature","id":"n738657771","geometry":{"type":"Point","coordinates":[0.0475665,51.5724344]},"properties":{"@type":"node","@id":738657771,"@timestamp":1550506989},"coords":"51.5724344,0.0475665","bedrooms":"1","price":"269000","area":"378"} , +{"type":"Feature","id":"n738773163","geometry":{"type":"Point","coordinates":[-0.2230009,51.5529087]},"properties":{"@type":"node","@id":738773163,"@timestamp":1330819525},"coords":"51.5529087,-0.2230009","bedrooms":"3","price":"219000","area":"527"} , +{"type":"Feature","id":"n738805295","geometry":{"type":"Point","coordinates":[-0.2126776,51.5519571]},"properties":{"@type":"node","@id":738805295,"@timestamp":1625928019},"coords":"51.5519571,-0.2126776","bedrooms":"3","price":"217000","area":"373"} , +{"type":"Feature","id":"n738814366","geometry":{"type":"Point","coordinates":[-0.220925,51.5572548]},"properties":{"@type":"node","@id":738814366,"@timestamp":1330819548},"coords":"51.5572548,-0.220925","bedrooms":"3","price":"280000","area":"565"} , +{"type":"Feature","id":"n738826482","geometry":{"type":"Point","coordinates":[-0.2358304,51.5604559]},"properties":{"@type":"node","@id":738826482,"@timestamp":1633252046},"coords":"51.5604559,-0.2358304","bedrooms":"1","price":"154000","area":"566"} , +{"type":"Feature","id":"n738971892","geometry":{"type":"Point","coordinates":[0.7192382,51.3341245]},"properties":{"@type":"node","@id":738971892,"@timestamp":1577573613},"coords":"51.3341245,0.7192382","bedrooms":"2","price":"204000","area":"381"} , +{"type":"Feature","id":"n738971908","geometry":{"type":"Point","coordinates":[0.7231347,51.3364926]},"properties":{"@type":"node","@id":738971908,"@timestamp":1568717880},"coords":"51.3364926,0.7231347","bedrooms":"4","price":"260000","area":"680"} , +{"type":"Feature","id":"n738971933","geometry":{"type":"Point","coordinates":[0.7215791,51.335299]},"properties":{"@type":"node","@id":738971933,"@timestamp":1568717880},"coords":"51.335299,0.7215791","bedrooms":"1","price":"174000","area":"534"} , +{"type":"Feature","id":"n738971958","geometry":{"type":"Point","coordinates":[0.7229624,51.3363629]},"properties":{"@type":"node","@id":738971958,"@timestamp":1568717880},"coords":"51.3363629,0.7229624","bedrooms":"4","price":"229000","area":"585"} , +{"type":"Feature","id":"n738971972","geometry":{"type":"Point","coordinates":[0.7196436,51.3346335]},"properties":{"@type":"node","@id":738971972,"@timestamp":1577573613},"coords":"51.3346335,0.7196436","bedrooms":"3","price":"205000","area":"650"} , +{"type":"Feature","id":"n739011810","geometry":{"type":"Point","coordinates":[0.7224695,51.3350435]},"properties":{"@type":"node","@id":739011810,"@timestamp":1568717880},"coords":"51.3350435,0.7224695","bedrooms":"0","price":"249000","area":"483"} , +{"type":"Feature","id":"n739011838","geometry":{"type":"Point","coordinates":[0.7216149,51.3348241]},"properties":{"@type":"node","@id":739011838,"@timestamp":1568717880},"coords":"51.3348241,0.7216149","bedrooms":"0","price":"271000","area":"465"} , +{"type":"Feature","id":"n739011885","geometry":{"type":"Point","coordinates":[0.7216151,51.3343501]},"properties":{"@type":"node","@id":739011885,"@timestamp":1566739753},"coords":"51.3343501,0.7216151","bedrooms":"4","price":"235000","area":"439"} , +{"type":"Feature","id":"n739011916","geometry":{"type":"Point","coordinates":[0.7216289,51.3347873]},"properties":{"@type":"node","@id":739011916,"@timestamp":1568717880},"coords":"51.3347873,0.7216289","bedrooms":"0","price":"246000","area":"546"} , +{"type":"Feature","id":"n739011940","geometry":{"type":"Point","coordinates":[0.720492,51.3348532]},"properties":{"@type":"node","@id":739011940,"@timestamp":1274221455},"coords":"51.3348532,0.720492","bedrooms":"3","price":"272000","area":"585"} , +{"type":"Feature","id":"n739011989","geometry":{"type":"Point","coordinates":[0.7238421,51.3357815]},"properties":{"@type":"node","@id":739011989,"@timestamp":1568717880},"coords":"51.3357815,0.7238421","bedrooms":"1","price":"206000","area":"397"} , +{"type":"Feature","id":"n739012012","geometry":{"type":"Point","coordinates":[0.7219233,51.3342382]},"properties":{"@type":"node","@id":739012012,"@timestamp":1566739753},"coords":"51.3342382,0.7219233","bedrooms":"0","price":"193000","area":"584"} , +{"type":"Feature","id":"n739012042","geometry":{"type":"Point","coordinates":[0.7216204,51.3362667]},"properties":{"@type":"node","@id":739012042,"@timestamp":1568717880},"coords":"51.3362667,0.7216204","bedrooms":"3","price":"159000","area":"618"} , +{"type":"Feature","id":"n739012067","geometry":{"type":"Point","coordinates":[0.7243733,51.3355375]},"properties":{"@type":"node","@id":739012067,"@timestamp":1568717880},"coords":"51.3355375,0.7243733","bedrooms":"0","price":"164000","area":"368"} , +{"type":"Feature","id":"n739455691","geometry":{"type":"Point","coordinates":[-0.1795197,51.6977872]},"properties":{"@type":"node","@id":739455691,"@timestamp":1290165985},"coords":"51.6977872,-0.1795197","bedrooms":"0","price":"161000","area":"615"} , +{"type":"Feature","id":"n739455701","geometry":{"type":"Point","coordinates":[-0.1803565,51.6964971]},"properties":{"@type":"node","@id":739455701,"@timestamp":1290165991},"coords":"51.6964971,-0.1803565","bedrooms":"0","price":"184000","area":"485"} , +{"type":"Feature","id":"n739518224","geometry":{"type":"Point","coordinates":[-0.7746588,51.3321653]},"properties":{"@type":"node","@id":739518224,"@timestamp":1631209902},"coords":"51.3321653,-0.7746588","bedrooms":"3","price":"294000","area":"456"} , +{"type":"Feature","id":"n739728313","geometry":{"type":"Point","coordinates":[0.1470939,51.4091381]},"properties":{"@type":"node","@id":739728313,"@timestamp":1510102092},"coords":"51.4091381,0.1470939","bedrooms":"4","price":"245000","area":"688"} , +{"type":"Feature","id":"n739827913","geometry":{"type":"Point","coordinates":[-0.3962793,51.5148772]},"properties":{"@type":"node","@id":739827913,"@timestamp":1451792471},"coords":"51.5148772,-0.3962793","bedrooms":"1","price":"172000","area":"457"} , +{"type":"Feature","id":"n739870546","geometry":{"type":"Point","coordinates":[0.7247698,51.3362163]},"properties":{"@type":"node","@id":739870546,"@timestamp":1566739753},"coords":"51.3362163,0.7247698","bedrooms":"2","price":"233000","area":"599"} , +{"type":"Feature","id":"n739870577","geometry":{"type":"Point","coordinates":[0.7245179,51.3363525]},"properties":{"@type":"node","@id":739870577,"@timestamp":1566739753},"coords":"51.3363525,0.7245179","bedrooms":"3","price":"210000","area":"647"} , +{"type":"Feature","id":"n739892837","geometry":{"type":"Point","coordinates":[0.7257989,51.3393498]},"properties":{"@type":"node","@id":739892837,"@timestamp":1568800439},"coords":"51.3393498,0.7257989","bedrooms":"0","price":"291000","area":"517"} , +{"type":"Feature","id":"n739923219","geometry":{"type":"Point","coordinates":[0.7232686,51.3392074]},"properties":{"@type":"node","@id":739923219,"@timestamp":1568800439},"coords":"51.3392074,0.7232686","bedrooms":"1","price":"187000","area":"584"} , +{"type":"Feature","id":"n739923262","geometry":{"type":"Point","coordinates":[0.7229277,51.3389725]},"properties":{"@type":"node","@id":739923262,"@timestamp":1568800439},"coords":"51.3389725,0.7229277","bedrooms":"2","price":"172000","area":"652"} , +{"type":"Feature","id":"n739968872","geometry":{"type":"Point","coordinates":[-0.5888761,51.2461091]},"properties":{"@type":"node","@id":739968872,"@timestamp":1425137174},"coords":"51.2461091,-0.5888761","bedrooms":"3","price":"231000","area":"390"} , +{"type":"Feature","id":"n740946102","geometry":{"type":"Point","coordinates":[-0.063887,51.584939]},"properties":{"@type":"node","@id":740946102,"@timestamp":1618332592},"coords":"51.584939,-0.063887","bedrooms":"2","price":"238000","area":"443"} , +{"type":"Feature","id":"n741354428","geometry":{"type":"Point","coordinates":[-0.1961626,51.5755423]},"properties":{"@type":"node","@id":741354428,"@timestamp":1330819580},"coords":"51.5755423,-0.1961626","bedrooms":"1","price":"219000","area":"593"} , +{"type":"Feature","id":"n741370850","geometry":{"type":"Point","coordinates":[-0.1928841,51.5800421]},"properties":{"@type":"node","@id":741370850,"@timestamp":1616891907},"coords":"51.5800421,-0.1928841","bedrooms":"0","price":"159000","area":"603"} , +{"type":"Feature","id":"n741424089","geometry":{"type":"Point","coordinates":[-0.1858589,51.5796491]},"properties":{"@type":"node","@id":741424089,"@timestamp":1330819594},"coords":"51.5796491,-0.1858589","bedrooms":"0","price":"174000","area":"385"} , +{"type":"Feature","id":"n741435984","geometry":{"type":"Point","coordinates":[-0.2041859,51.5756778]},"properties":{"@type":"node","@id":741435984,"@timestamp":1332850650},"coords":"51.5756778,-0.2041859","bedrooms":"1","price":"289000","area":"548"} , +{"type":"Feature","id":"n741590484","geometry":{"type":"Point","coordinates":[0.1791216,51.3946591]},"properties":{"@type":"node","@id":741590484,"@timestamp":1274389372},"coords":"51.3946591,0.1791216","bedrooms":"3","price":"173000","area":"522"} , +{"type":"Feature","id":"n741628221","geometry":{"type":"Point","coordinates":[0.7238237,51.3388242]},"properties":{"@type":"node","@id":741628221,"@timestamp":1568800439},"coords":"51.3388242,0.7238237","bedrooms":"1","price":"214000","area":"486"} , +{"type":"Feature","id":"n741628246","geometry":{"type":"Point","coordinates":[0.7238867,51.3396514]},"properties":{"@type":"node","@id":741628246,"@timestamp":1568800439},"coords":"51.3396514,0.7238867","bedrooms":"2","price":"157000","area":"598"} , +{"type":"Feature","id":"n741704433","geometry":{"type":"Point","coordinates":[0.6863959,51.6851137]},"properties":{"@type":"node","@id":741704433,"@timestamp":1274397539},"coords":"51.6851137,0.6863959","bedrooms":"4","price":"276000","area":"649"} , +{"type":"Feature","id":"n742398471","geometry":{"type":"Point","coordinates":[-0.8469296,51.2578917]},"properties":{"@type":"node","@id":742398471,"@timestamp":1367329577},"coords":"51.2578917,-0.8469296","bedrooms":"4","price":"197000","area":"642"} , +{"type":"Feature","id":"n742400172","geometry":{"type":"Point","coordinates":[-0.8480027,51.2554229]},"properties":{"@type":"node","@id":742400172,"@timestamp":1366630760},"coords":"51.2554229,-0.8480027","bedrooms":"4","price":"187000","area":"358"} , +{"type":"Feature","id":"n742712886","geometry":{"type":"Point","coordinates":[0.1702482,51.3930944]},"properties":{"@type":"node","@id":742712886,"@timestamp":1550416994},"coords":"51.3930944,0.1702482","bedrooms":"3","price":"298000","area":"394"} , +{"type":"Feature","id":"n742854969","geometry":{"type":"Point","coordinates":[-0.1223467,51.5189536]},"properties":{"@type":"node","@id":742854969,"@timestamp":1274460884},"coords":"51.5189536,-0.1223467","bedrooms":"3","price":"222000","area":"533"} , +{"type":"Feature","id":"n743078108","geometry":{"type":"Point","coordinates":[-0.9466894,51.0909609]},"properties":{"@type":"node","@id":743078108,"@timestamp":1274466219},"coords":"51.0909609,-0.9466894","bedrooms":"2","price":"283000","area":"352"} , +{"type":"Feature","id":"n743078562","geometry":{"type":"Point","coordinates":[-0.9944354,51.0855115]},"properties":{"@type":"node","@id":743078562,"@timestamp":1426588395},"coords":"51.0855115,-0.9944354","bedrooms":"4","price":"156000","area":"592"} , +{"type":"Feature","id":"n743383212","geometry":{"type":"Point","coordinates":[0.720965,51.3372782]},"properties":{"@type":"node","@id":743383212,"@timestamp":1568807103},"coords":"51.3372782,0.720965","bedrooms":"1","price":"240000","area":"367"} , +{"type":"Feature","id":"n743405198","geometry":{"type":"Point","coordinates":[0.7206694,51.3366976]},"properties":{"@type":"node","@id":743405198,"@timestamp":1568807103},"coords":"51.3366976,0.7206694","bedrooms":"0","price":"264000","area":"471"} , +{"type":"Feature","id":"n743405286","geometry":{"type":"Point","coordinates":[0.7194012,51.3377605]},"properties":{"@type":"node","@id":743405286,"@timestamp":1567873226},"coords":"51.3377605,0.7194012","bedrooms":"4","price":"230000","area":"693"} , +{"type":"Feature","id":"n743405364","geometry":{"type":"Point","coordinates":[0.7197097,51.337299]},"properties":{"@type":"node","@id":743405364,"@timestamp":1568807103},"coords":"51.337299,0.7197097","bedrooms":"3","price":"207000","area":"430"} , +{"type":"Feature","id":"n743405426","geometry":{"type":"Point","coordinates":[0.7200117,51.336479]},"properties":{"@type":"node","@id":743405426,"@timestamp":1566739753},"coords":"51.336479,0.7200117","bedrooms":"2","price":"232000","area":"660"} , +{"type":"Feature","id":"n743405505","geometry":{"type":"Point","coordinates":[0.7190236,51.3380581]},"properties":{"@type":"node","@id":743405505,"@timestamp":1567873226},"coords":"51.3380581,0.7190236","bedrooms":"4","price":"259000","area":"650"} , +{"type":"Feature","id":"n743405564","geometry":{"type":"Point","coordinates":[0.719195,51.3380243]},"properties":{"@type":"node","@id":743405564,"@timestamp":1567873226},"coords":"51.3380243,0.719195","bedrooms":"1","price":"199000","area":"356"} , +{"type":"Feature","id":"n743434268","geometry":{"type":"Point","coordinates":[0.7187519,51.3376612]},"properties":{"@type":"node","@id":743434268,"@timestamp":1567873226},"coords":"51.3376612,0.7187519","bedrooms":"3","price":"162000","area":"426"} , +{"type":"Feature","id":"n743434340","geometry":{"type":"Point","coordinates":[0.7180362,51.3375116]},"properties":{"@type":"node","@id":743434340,"@timestamp":1567873226},"coords":"51.3375116,0.7180362","bedrooms":"0","price":"286000","area":"460"} , +{"type":"Feature","id":"n744859275","geometry":{"type":"Point","coordinates":[0.7198219,51.3384556]},"properties":{"@type":"node","@id":744859275,"@timestamp":1577639201},"coords":"51.3384556,0.7198219","bedrooms":"4","price":"232000","area":"362"} , +{"type":"Feature","id":"n744859382","geometry":{"type":"Point","coordinates":[0.7193449,51.338653]},"properties":{"@type":"node","@id":744859382,"@timestamp":1567873226},"coords":"51.338653,0.7193449","bedrooms":"0","price":"223000","area":"545"} , +{"type":"Feature","id":"n744914912","geometry":{"type":"Point","coordinates":[-0.0534157,51.7210577]},"properties":{"@type":"node","@id":744914912,"@timestamp":1274520482},"coords":"51.7210577,-0.0534157","bedrooms":"3","price":"172000","area":"597"} , +{"type":"Feature","id":"n744955192","geometry":{"type":"Point","coordinates":[0.7211005,51.3407318]},"properties":{"@type":"node","@id":744955192,"@timestamp":1567814119},"coords":"51.3407318,0.7211005","bedrooms":"0","price":"258000","area":"566"} , +{"type":"Feature","id":"n744955221","geometry":{"type":"Point","coordinates":[0.7215798,51.3409579]},"properties":{"@type":"node","@id":744955221,"@timestamp":1568807103},"coords":"51.3409579,0.7215798","bedrooms":"2","price":"210000","area":"438"} , +{"type":"Feature","id":"n744955263","geometry":{"type":"Point","coordinates":[0.7202859,51.3405228]},"properties":{"@type":"node","@id":744955263,"@timestamp":1566759295},"coords":"51.3405228,0.7202859","bedrooms":"3","price":"243000","area":"444"} , +{"type":"Feature","id":"n745103871","geometry":{"type":"Point","coordinates":[-0.6708949,51.9192262]},"properties":{"@type":"node","@id":745103871,"@timestamp":1274525164},"coords":"51.9192262,-0.6708949","bedrooms":"4","price":"202000","area":"553"} , +{"type":"Feature","id":"n745451443","geometry":{"type":"Point","coordinates":[-0.2630885,51.178385]},"properties":{"@type":"node","@id":745451443,"@timestamp":1464015023},"coords":"51.178385,-0.2630885","bedrooms":"4","price":"291000","area":"390"} , +{"type":"Feature","id":"n745451529","geometry":{"type":"Point","coordinates":[-0.2396606,51.1861591]},"properties":{"@type":"node","@id":745451529,"@timestamp":1464015023},"coords":"51.1861591,-0.2396606","bedrooms":"2","price":"150000","area":"399"} , +{"type":"Feature","id":"n745451614","geometry":{"type":"Point","coordinates":[-0.2209616,51.1963933]},"properties":{"@type":"node","@id":745451614,"@timestamp":1515251346},"coords":"51.1963933,-0.2209616","bedrooms":"4","price":"236000","area":"363"} , +{"type":"Feature","id":"n745454750","geometry":{"type":"Point","coordinates":[-0.2181506,51.1999195]},"properties":{"@type":"node","@id":745454750,"@timestamp":1515251346},"coords":"51.1999195,-0.2181506","bedrooms":"1","price":"234000","area":"416"} , +{"type":"Feature","id":"n745457532","geometry":{"type":"Point","coordinates":[-0.206837,51.1988405]},"properties":{"@type":"node","@id":745457532,"@timestamp":1499537799},"coords":"51.1988405,-0.206837","bedrooms":"1","price":"156000","area":"470"} , +{"type":"Feature","id":"n745457585","geometry":{"type":"Point","coordinates":[-0.1878685,51.1922179]},"properties":{"@type":"node","@id":745457585,"@timestamp":1548582551},"coords":"51.1922179,-0.1878685","bedrooms":"4","price":"295000","area":"382"} , +{"type":"Feature","id":"n745457612","geometry":{"type":"Point","coordinates":[-0.1717806,51.1872521]},"properties":{"@type":"node","@id":745457612,"@timestamp":1548582552},"coords":"51.1872521,-0.1717806","bedrooms":"3","price":"272000","area":"676"} , +{"type":"Feature","id":"n745463194","geometry":{"type":"Point","coordinates":[0.7151858,51.3382681]},"properties":{"@type":"node","@id":745463194,"@timestamp":1567873226},"coords":"51.3382681,0.7151858","bedrooms":"2","price":"297000","area":"532"} , +{"type":"Feature","id":"n745469319","geometry":{"type":"Point","coordinates":[0.7163998,51.3376493]},"properties":{"@type":"node","@id":745469319,"@timestamp":1568836540},"coords":"51.3376493,0.7163998","bedrooms":"1","price":"198000","area":"442"} , +{"type":"Feature","id":"n745566378","geometry":{"type":"Point","coordinates":[-0.3064181,51.9248082]},"properties":{"@type":"node","@id":745566378,"@timestamp":1367160368},"coords":"51.9248082,-0.3064181","bedrooms":"1","price":"181000","area":"379"} , +{"type":"Feature","id":"n745674618","geometry":{"type":"Point","coordinates":[-0.5997286,51.244114]},"properties":{"@type":"node","@id":745674618,"@timestamp":1276632231},"coords":"51.244114,-0.5997286","bedrooms":"2","price":"264000","area":"614"} , +{"type":"Feature","id":"n745674661","geometry":{"type":"Point","coordinates":[-0.5969797,51.2457039]},"properties":{"@type":"node","@id":745674661,"@timestamp":1274544217},"coords":"51.2457039,-0.5969797","bedrooms":"4","price":"255000","area":"493"} , +{"type":"Feature","id":"n745674689","geometry":{"type":"Point","coordinates":[-0.5982899,51.2452614]},"properties":{"@type":"node","@id":745674689,"@timestamp":1276632409},"coords":"51.2452614,-0.5982899","bedrooms":"0","price":"153000","area":"354"} , +{"type":"Feature","id":"n745674727","geometry":{"type":"Point","coordinates":[-0.5981305,51.2474057]},"properties":{"@type":"node","@id":745674727,"@timestamp":1276523962},"coords":"51.2474057,-0.5981305","bedrooms":"4","price":"273000","area":"618"} , +{"type":"Feature","id":"n745688015","geometry":{"type":"Point","coordinates":[0.7184946,51.3357724]},"properties":{"@type":"node","@id":745688015,"@timestamp":1568836540},"coords":"51.3357724,0.7184946","bedrooms":"2","price":"297000","area":"565"} , +{"type":"Feature","id":"n745688062","geometry":{"type":"Point","coordinates":[0.7175586,51.3355875]},"properties":{"@type":"node","@id":745688062,"@timestamp":1568836540},"coords":"51.3355875,0.7175586","bedrooms":"1","price":"231000","area":"637"} , +{"type":"Feature","id":"n745688100","geometry":{"type":"Point","coordinates":[0.7174553,51.3356424]},"properties":{"@type":"node","@id":745688100,"@timestamp":1568836540},"coords":"51.3356424,0.7174553","bedrooms":"3","price":"153000","area":"484"} , +{"type":"Feature","id":"n745697596","geometry":{"type":"Point","coordinates":[0.7170246,51.3364182]},"properties":{"@type":"node","@id":745697596,"@timestamp":1568836540},"coords":"51.3364182,0.7170246","bedrooms":"0","price":"235000","area":"690"} , +{"type":"Feature","id":"n745697606","geometry":{"type":"Point","coordinates":[0.7184913,51.3363687]},"properties":{"@type":"node","@id":745697606,"@timestamp":1568836540},"coords":"51.3363687,0.7184913","bedrooms":"0","price":"243000","area":"567"} , +{"type":"Feature","id":"n745704695","geometry":{"type":"Point","coordinates":[0.7178504,51.3364765]},"properties":{"@type":"node","@id":745704695,"@timestamp":1568836540},"coords":"51.3364765,0.7178504","bedrooms":"0","price":"224000","area":"485"} , +{"type":"Feature","id":"n745795911","geometry":{"type":"Point","coordinates":[-0.8999045,51.5355043]},"properties":{"@type":"node","@id":745795911,"@timestamp":1274554723},"coords":"51.5355043,-0.8999045","bedrooms":"0","price":"238000","area":"611"} , +{"type":"Feature","id":"n745961042","geometry":{"type":"Point","coordinates":[0.7160146,51.3378951]},"properties":{"@type":"node","@id":745961042,"@timestamp":1568836540},"coords":"51.3378951,0.7160146","bedrooms":"0","price":"225000","area":"544"} , +{"type":"Feature","id":"n746268460","geometry":{"type":"Point","coordinates":[0.1295823,51.5701562]},"properties":{"@type":"node","@id":746268460,"@timestamp":1632947506},"coords":"51.5701562,0.1295823","bedrooms":"0","price":"231000","area":"616"} , +{"type":"Feature","id":"n746310609","geometry":{"type":"Point","coordinates":[0.2560988,51.9673846]},"properties":{"@type":"node","@id":746310609,"@timestamp":1545087707},"coords":"51.9673846,0.2560988","bedrooms":"0","price":"172000","area":"690"} , +{"type":"Feature","id":"n746563187","geometry":{"type":"Point","coordinates":[0.7354001,50.9534199]},"properties":{"@type":"node","@id":746563187,"@timestamp":1543064791},"coords":"50.9534199,0.7354001","bedrooms":"4","price":"153000","area":"463"} , +{"type":"Feature","id":"n746563983","geometry":{"type":"Point","coordinates":[-0.6274702,51.247933]},"properties":{"@type":"node","@id":746563983,"@timestamp":1274630352},"coords":"51.247933,-0.6274702","bedrooms":"0","price":"229000","area":"575"} , +{"type":"Feature","id":"n746614966","geometry":{"type":"Point","coordinates":[-0.1247637,51.5148494]},"properties":{"@type":"node","@id":746614966,"@timestamp":1518653567},"coords":"51.5148494,-0.1247637","bedrooms":"4","price":"222000","area":"699"} , +{"type":"Feature","id":"n746625478","geometry":{"type":"Point","coordinates":[0.5972947,50.9982605]},"properties":{"@type":"node","@id":746625478,"@timestamp":1309422929},"coords":"50.9982605,0.5972947","bedrooms":"4","price":"217000","area":"420"} , +{"type":"Feature","id":"n746651082","geometry":{"type":"Point","coordinates":[0.7143515,51.337635]},"properties":{"@type":"node","@id":746651082,"@timestamp":1568836540},"coords":"51.337635,0.7143515","bedrooms":"0","price":"183000","area":"675"} , +{"type":"Feature","id":"n746653558","geometry":{"type":"Point","coordinates":[0.7157023,51.3383803]},"properties":{"@type":"node","@id":746653558,"@timestamp":1568836540},"coords":"51.3383803,0.7157023","bedrooms":"3","price":"248000","area":"653"} , +{"type":"Feature","id":"n746713697","geometry":{"type":"Point","coordinates":[0.2128113,51.5923685]},"properties":{"@type":"node","@id":746713697,"@timestamp":1634184855},"coords":"51.5923685,0.2128113","bedrooms":"1","price":"298000","area":"609"} , +{"type":"Feature","id":"n746715110","geometry":{"type":"Point","coordinates":[0.7166768,51.3392795]},"properties":{"@type":"node","@id":746715110,"@timestamp":1568836540},"coords":"51.3392795,0.7166768","bedrooms":"0","price":"170000","area":"580"} , +{"type":"Feature","id":"n746715143","geometry":{"type":"Point","coordinates":[0.7161928,51.338639]},"properties":{"@type":"node","@id":746715143,"@timestamp":1568836540},"coords":"51.338639,0.7161928","bedrooms":"1","price":"276000","area":"401"} , +{"type":"Feature","id":"n746723614","geometry":{"type":"Point","coordinates":[0.7155232,51.3396546]},"properties":{"@type":"node","@id":746723614,"@timestamp":1566844638},"coords":"51.3396546,0.7155232","bedrooms":"4","price":"210000","area":"508"} , +{"type":"Feature","id":"n746729553","geometry":{"type":"Point","coordinates":[0.7132589,51.3378588]},"properties":{"@type":"node","@id":746729553,"@timestamp":1567858511},"coords":"51.3378588,0.7132589","bedrooms":"4","price":"174000","area":"458"} , +{"type":"Feature","id":"n746729567","geometry":{"type":"Point","coordinates":[0.7139666,51.3377767]},"properties":{"@type":"node","@id":746729567,"@timestamp":1349468617},"coords":"51.3377767,0.7139666","bedrooms":"1","price":"152000","area":"652"} , +{"type":"Feature","id":"n746729581","geometry":{"type":"Point","coordinates":[0.713698,51.3383697]},"properties":{"@type":"node","@id":746729581,"@timestamp":1349468615},"coords":"51.3383697,0.713698","bedrooms":"2","price":"296000","area":"616"} , +{"type":"Feature","id":"n746734736","geometry":{"type":"Point","coordinates":[-0.3551911,51.6838558]},"properties":{"@type":"node","@id":746734736,"@timestamp":1434577033},"coords":"51.6838558,-0.3551911","bedrooms":"2","price":"222000","area":"575"} , +{"type":"Feature","id":"n746787918","geometry":{"type":"Point","coordinates":[-1.012277,51.9463313]},"properties":{"@type":"node","@id":746787918,"@timestamp":1582929089},"coords":"51.9463313,-1.012277","bedrooms":"3","price":"151000","area":"632"} , +{"type":"Feature","id":"n746855028","geometry":{"type":"Point","coordinates":[-1.0231972,50.9919065]},"properties":{"@type":"node","@id":746855028,"@timestamp":1274653255},"coords":"50.9919065,-1.0231972","bedrooms":"3","price":"230000","area":"392"} , +{"type":"Feature","id":"n746991644","geometry":{"type":"Point","coordinates":[0.2198514,51.563168]},"properties":{"@type":"node","@id":746991644,"@timestamp":1274694054},"coords":"51.563168,0.2198514","bedrooms":"4","price":"151000","area":"500"} , +{"type":"Feature","id":"n747006849","geometry":{"type":"Point","coordinates":[0.1880455,51.578747]},"properties":{"@type":"node","@id":747006849,"@timestamp":1274695939},"coords":"51.578747,0.1880455","bedrooms":"4","price":"182000","area":"589"} , +{"type":"Feature","id":"n747083230","geometry":{"type":"Point","coordinates":[0.1776545,51.578322]},"properties":{"@type":"node","@id":747083230,"@timestamp":1632947506},"coords":"51.578322,0.1776545","bedrooms":"3","price":"270000","area":"590"} , +{"type":"Feature","id":"n747140069","geometry":{"type":"Point","coordinates":[0.2374436,51.5846787]},"properties":{"@type":"node","@id":747140069,"@timestamp":1602197858},"coords":"51.5846787,0.2374436","bedrooms":"4","price":"207000","area":"551"} , +{"type":"Feature","id":"n747154048","geometry":{"type":"Point","coordinates":[0.1894359,51.6316037]},"properties":{"@type":"node","@id":747154048,"@timestamp":1274715397},"coords":"51.6316037,0.1894359","bedrooms":"3","price":"227000","area":"367"} , +{"type":"Feature","id":"n747171538","geometry":{"type":"Point","coordinates":[0.1555254,51.3830075]},"properties":{"@type":"node","@id":747171538,"@timestamp":1614113583},"coords":"51.3830075,0.1555254","bedrooms":"3","price":"231000","area":"535"} , +{"type":"Feature","id":"n747199103","geometry":{"type":"Point","coordinates":[-0.0101436,51.753249]},"properties":{"@type":"node","@id":747199103,"@timestamp":1615249396},"coords":"51.753249,-0.0101436","bedrooms":"1","price":"183000","area":"355"} , +{"type":"Feature","id":"n747522299","geometry":{"type":"Point","coordinates":[0.7142424,51.3389741]},"properties":{"@type":"node","@id":747522299,"@timestamp":1349469989},"coords":"51.3389741,0.7142424","bedrooms":"0","price":"171000","area":"548"} , +{"type":"Feature","id":"n747528099","geometry":{"type":"Point","coordinates":[0.7147846,51.3381921]},"properties":{"@type":"node","@id":747528099,"@timestamp":1349468617},"coords":"51.3381921,0.7147846","bedrooms":"1","price":"244000","area":"430"} , +{"type":"Feature","id":"n747528122","geometry":{"type":"Point","coordinates":[0.7154887,51.3389152]},"properties":{"@type":"node","@id":747528122,"@timestamp":1566844638},"coords":"51.3389152,0.7154887","bedrooms":"1","price":"211000","area":"413"} , +{"type":"Feature","id":"n747528139","geometry":{"type":"Point","coordinates":[0.7148422,51.3392824]},"properties":{"@type":"node","@id":747528139,"@timestamp":1349468619},"coords":"51.3392824,0.7148422","bedrooms":"1","price":"215000","area":"498"} , +{"type":"Feature","id":"n747534333","geometry":{"type":"Point","coordinates":[0.7151793,51.3402934]},"properties":{"@type":"node","@id":747534333,"@timestamp":1566844638},"coords":"51.3402934,0.7151793","bedrooms":"4","price":"293000","area":"361"} , +{"type":"Feature","id":"n747534353","geometry":{"type":"Point","coordinates":[0.715132,51.3402366]},"properties":{"@type":"node","@id":747534353,"@timestamp":1566844638},"coords":"51.3402366,0.715132","bedrooms":"3","price":"266000","area":"360"} , +{"type":"Feature","id":"n747535031","geometry":{"type":"Point","coordinates":[0.7164246,51.340506]},"properties":{"@type":"node","@id":747535031,"@timestamp":1566844638},"coords":"51.340506,0.7164246","bedrooms":"0","price":"178000","area":"576"} , +{"type":"Feature","id":"n747539139","geometry":{"type":"Point","coordinates":[0.717477,51.3398392]},"properties":{"@type":"node","@id":747539139,"@timestamp":1566844639},"coords":"51.3398392,0.717477","bedrooms":"4","price":"270000","area":"521"} , +{"type":"Feature","id":"n747539159","geometry":{"type":"Point","coordinates":[0.7173676,51.3401088]},"properties":{"@type":"node","@id":747539159,"@timestamp":1568836540},"coords":"51.3401088,0.7173676","bedrooms":"4","price":"220000","area":"466"} , +{"type":"Feature","id":"n747541513","geometry":{"type":"Point","coordinates":[0.7183215,51.34032]},"properties":{"@type":"node","@id":747541513,"@timestamp":1568836540},"coords":"51.34032,0.7183215","bedrooms":"1","price":"225000","area":"627"} , +{"type":"Feature","id":"n747541526","geometry":{"type":"Point","coordinates":[0.7186152,51.3401924]},"properties":{"@type":"node","@id":747541526,"@timestamp":1566844639},"coords":"51.3401924,0.7186152","bedrooms":"2","price":"176000","area":"539"} , +{"type":"Feature","id":"n747741214","geometry":{"type":"Point","coordinates":[-0.5426328,51.2843086]},"properties":{"@type":"node","@id":747741214,"@timestamp":1274781337},"coords":"51.2843086,-0.5426328","bedrooms":"3","price":"196000","area":"543"} , +{"type":"Feature","id":"n747742123","geometry":{"type":"Point","coordinates":[-0.5328468,51.2806965]},"properties":{"@type":"node","@id":747742123,"@timestamp":1496238962},"coords":"51.2806965,-0.5328468","bedrooms":"1","price":"281000","area":"480"} , +{"type":"Feature","id":"n747790147","geometry":{"type":"Point","coordinates":[0.236345,51.5005906]},"properties":{"@type":"node","@id":747790147,"@timestamp":1322042456},"coords":"51.5005906,0.236345","bedrooms":"4","price":"180000","area":"385"} , +{"type":"Feature","id":"n747856830","geometry":{"type":"Point","coordinates":[0.0682784,51.5715688]},"properties":{"@type":"node","@id":747856830,"@timestamp":1559797245},"coords":"51.5715688,0.0682784","bedrooms":"0","price":"186000","area":"371"} , +{"type":"Feature","id":"n748016474","geometry":{"type":"Point","coordinates":[0.0911669,51.5512254]},"properties":{"@type":"node","@id":748016474,"@timestamp":1274807442},"coords":"51.5512254,0.0911669","bedrooms":"1","price":"205000","area":"695"} , +{"type":"Feature","id":"n748114778","geometry":{"type":"Point","coordinates":[-0.4467824,51.4469481]},"properties":{"@type":"node","@id":748114778,"@timestamp":1290166012},"coords":"51.4469481,-0.4467824","bedrooms":"4","price":"210000","area":"667"} , +{"type":"Feature","id":"n748114828","geometry":{"type":"Point","coordinates":[-0.4463103,51.447697]},"properties":{"@type":"node","@id":748114828,"@timestamp":1290166021},"coords":"51.447697,-0.4463103","bedrooms":"2","price":"214000","area":"456"} , +{"type":"Feature","id":"n748114838","geometry":{"type":"Point","coordinates":[-0.4461923,51.4467208]},"properties":{"@type":"node","@id":748114838,"@timestamp":1290166027},"coords":"51.4467208,-0.4461923","bedrooms":"4","price":"215000","area":"461"} , +{"type":"Feature","id":"n748114875","geometry":{"type":"Point","coordinates":[-0.4461386,51.4464132]},"properties":{"@type":"node","@id":748114875,"@timestamp":1290166034},"coords":"51.4464132,-0.4461386","bedrooms":"2","price":"267000","area":"529"} , +{"type":"Feature","id":"n748114906","geometry":{"type":"Point","coordinates":[-0.4466,51.4477973]},"properties":{"@type":"node","@id":748114906,"@timestamp":1632939243},"coords":"51.4477973,-0.4466","bedrooms":"1","price":"171000","area":"554"} , +{"type":"Feature","id":"n748378476","geometry":{"type":"Point","coordinates":[0.7171152,51.3414192]},"properties":{"@type":"node","@id":748378476,"@timestamp":1568836540},"coords":"51.3414192,0.7171152","bedrooms":"2","price":"159000","area":"450"} , +{"type":"Feature","id":"n748401434","geometry":{"type":"Point","coordinates":[0.7169946,51.3405942]},"properties":{"@type":"node","@id":748401434,"@timestamp":1566844639},"coords":"51.3405942,0.7169946","bedrooms":"2","price":"255000","area":"500"} , +{"type":"Feature","id":"n748431961","geometry":{"type":"Point","coordinates":[0.7158903,51.342143]},"properties":{"@type":"node","@id":748431961,"@timestamp":1566844639},"coords":"51.342143,0.7158903","bedrooms":"1","price":"274000","area":"592"} , +{"type":"Feature","id":"n748431988","geometry":{"type":"Point","coordinates":[0.7172462,51.3417492]},"properties":{"@type":"node","@id":748431988,"@timestamp":1568836540},"coords":"51.3417492,0.7172462","bedrooms":"4","price":"291000","area":"651"} , +{"type":"Feature","id":"n748432015","geometry":{"type":"Point","coordinates":[0.7172833,51.3420038]},"properties":{"@type":"node","@id":748432015,"@timestamp":1568836540},"coords":"51.3420038,0.7172833","bedrooms":"3","price":"224000","area":"691"} , +{"type":"Feature","id":"n748432052","geometry":{"type":"Point","coordinates":[0.7155231,51.3406537]},"properties":{"@type":"node","@id":748432052,"@timestamp":1566844639},"coords":"51.3406537,0.7155231","bedrooms":"0","price":"213000","area":"683"} , +{"type":"Feature","id":"n748465797","geometry":{"type":"Point","coordinates":[0.7180108,51.3412593]},"properties":{"@type":"node","@id":748465797,"@timestamp":1566759295},"coords":"51.3412593,0.7180108","bedrooms":"1","price":"252000","area":"421"} , +{"type":"Feature","id":"n748465920","geometry":{"type":"Point","coordinates":[0.715665,51.3430157]},"properties":{"@type":"node","@id":748465920,"@timestamp":1567856971},"coords":"51.3430157,0.715665","bedrooms":"3","price":"222000","area":"688"} , +{"type":"Feature","id":"n748504305","geometry":{"type":"Point","coordinates":[0.7181053,51.3421586]},"properties":{"@type":"node","@id":748504305,"@timestamp":1568836540},"coords":"51.3421586,0.7181053","bedrooms":"1","price":"208000","area":"680"} , +{"type":"Feature","id":"n748504392","geometry":{"type":"Point","coordinates":[0.718237,51.3424514]},"properties":{"@type":"node","@id":748504392,"@timestamp":1568836540},"coords":"51.3424514,0.718237","bedrooms":"4","price":"286000","area":"698"} , +{"type":"Feature","id":"n748515621","geometry":{"type":"Point","coordinates":[-0.1420899,51.2453534]},"properties":{"@type":"node","@id":748515621,"@timestamp":1521128836},"coords":"51.2453534,-0.1420899","bedrooms":"1","price":"229000","area":"441"} , +{"type":"Feature","id":"n748784307","geometry":{"type":"Point","coordinates":[-0.103431,51.5127939]},"properties":{"@type":"node","@id":748784307,"@timestamp":1485910256},"coords":"51.5127939,-0.103431","bedrooms":"3","price":"291000","area":"470"} , +{"type":"Feature","id":"n748847543","geometry":{"type":"Point","coordinates":[-0.85306,51.2910714]},"properties":{"@type":"node","@id":748847543,"@timestamp":1551545865},"coords":"51.2910714,-0.85306","bedrooms":"4","price":"253000","area":"464"} , +{"type":"Feature","id":"n748847741","geometry":{"type":"Point","coordinates":[-0.8462693,51.2927558]},"properties":{"@type":"node","@id":748847741,"@timestamp":1551237696},"coords":"51.2927558,-0.8462693","bedrooms":"3","price":"250000","area":"632"} , +{"type":"Feature","id":"n748847781","geometry":{"type":"Point","coordinates":[-0.846838,51.2913013]},"properties":{"@type":"node","@id":748847781,"@timestamp":1465152819},"coords":"51.2913013,-0.846838","bedrooms":"2","price":"249000","area":"409"} , +{"type":"Feature","id":"n748883852","geometry":{"type":"Point","coordinates":[-0.622804,51.2503063]},"properties":{"@type":"node","@id":748883852,"@timestamp":1425123721},"coords":"51.2503063,-0.622804","bedrooms":"3","price":"297000","area":"680"} , +{"type":"Feature","id":"n749415399","geometry":{"type":"Point","coordinates":[0.6782111,51.5830596]},"properties":{"@type":"node","@id":749415399,"@timestamp":1610130247},"coords":"51.5830596,0.6782111","bedrooms":"3","price":"173000","area":"494"} , +{"type":"Feature","id":"n749660526","geometry":{"type":"Point","coordinates":[0.1872738,51.3918154]},"properties":{"@type":"node","@id":749660526,"@timestamp":1607854382},"coords":"51.3918154,0.1872738","bedrooms":"3","price":"157000","area":"619"} , +{"type":"Feature","id":"n750614786","geometry":{"type":"Point","coordinates":[0.7175722,51.3430248]},"properties":{"@type":"node","@id":750614786,"@timestamp":1568807103},"coords":"51.3430248,0.7175722","bedrooms":"3","price":"289000","area":"451"} , +{"type":"Feature","id":"n750636731","geometry":{"type":"Point","coordinates":[-0.6137438,51.2682913]},"properties":{"@type":"node","@id":750636731,"@timestamp":1496238963},"coords":"51.2682913,-0.6137438","bedrooms":"2","price":"275000","area":"626"} , +{"type":"Feature","id":"n750646731","geometry":{"type":"Point","coordinates":[0.7161188,51.3434867]},"properties":{"@type":"node","@id":750646731,"@timestamp":1577707822},"coords":"51.3434867,0.7161188","bedrooms":"4","price":"154000","area":"437"} , +{"type":"Feature","id":"n750646792","geometry":{"type":"Point","coordinates":[0.7149555,51.3437331]},"properties":{"@type":"node","@id":750646792,"@timestamp":1567867873},"coords":"51.3437331,0.7149555","bedrooms":"3","price":"290000","area":"511"} , +{"type":"Feature","id":"n750682086","geometry":{"type":"Point","coordinates":[0.7138798,51.3438797]},"properties":{"@type":"node","@id":750682086,"@timestamp":1577707822},"coords":"51.3438797,0.7138798","bedrooms":"1","price":"246000","area":"578"} , +{"type":"Feature","id":"n750727808","geometry":{"type":"Point","coordinates":[0.0592709,51.7827128]},"properties":{"@type":"node","@id":750727808,"@timestamp":1411305300},"coords":"51.7827128,0.0592709","bedrooms":"1","price":"205000","area":"524"} , +{"type":"Feature","id":"n750787175","geometry":{"type":"Point","coordinates":[0.7092527,51.3432752]},"properties":{"@type":"node","@id":750787175,"@timestamp":1567856971},"coords":"51.3432752,0.7092527","bedrooms":"1","price":"207000","area":"542"} , +{"type":"Feature","id":"n751001696","geometry":{"type":"Point","coordinates":[0.7117546,51.343806]},"properties":{"@type":"node","@id":751001696,"@timestamp":1577707822},"coords":"51.343806,0.7117546","bedrooms":"2","price":"283000","area":"462"} , +{"type":"Feature","id":"n751001787","geometry":{"type":"Point","coordinates":[0.7116907,51.343665]},"properties":{"@type":"node","@id":751001787,"@timestamp":1577707822},"coords":"51.343665,0.7116907","bedrooms":"2","price":"159000","area":"584"} , +{"type":"Feature","id":"n751001830","geometry":{"type":"Point","coordinates":[0.7120172,51.3442202]},"properties":{"@type":"node","@id":751001830,"@timestamp":1577707822},"coords":"51.3442202,0.7120172","bedrooms":"2","price":"205000","area":"672"} , +{"type":"Feature","id":"n751132051","geometry":{"type":"Point","coordinates":[0.7088036,51.3448857]},"properties":{"@type":"node","@id":751132051,"@timestamp":1577707822},"coords":"51.3448857,0.7088036","bedrooms":"1","price":"174000","area":"567"} , +{"type":"Feature","id":"n751132192","geometry":{"type":"Point","coordinates":[0.7103187,51.3439681]},"properties":{"@type":"node","@id":751132192,"@timestamp":1577707822},"coords":"51.3439681,0.7103187","bedrooms":"0","price":"282000","area":"578"} , +{"type":"Feature","id":"n751132402","geometry":{"type":"Point","coordinates":[0.7105855,51.3436621]},"properties":{"@type":"node","@id":751132402,"@timestamp":1577707822},"coords":"51.3436621,0.7105855","bedrooms":"2","price":"203000","area":"406"} , +{"type":"Feature","id":"n751132462","geometry":{"type":"Point","coordinates":[0.7100565,51.3442753]},"properties":{"@type":"node","@id":751132462,"@timestamp":1577707822},"coords":"51.3442753,0.7100565","bedrooms":"3","price":"209000","area":"574"} , +{"type":"Feature","id":"n751174202","geometry":{"type":"Point","coordinates":[0.7099312,51.346126]},"properties":{"@type":"node","@id":751174202,"@timestamp":1567856971},"coords":"51.346126,0.7099312","bedrooms":"1","price":"214000","area":"443"} , +{"type":"Feature","id":"n751174364","geometry":{"type":"Point","coordinates":[0.7098926,51.3464835]},"properties":{"@type":"node","@id":751174364,"@timestamp":1567856971},"coords":"51.3464835,0.7098926","bedrooms":"2","price":"246000","area":"505"} , +{"type":"Feature","id":"n751174504","geometry":{"type":"Point","coordinates":[0.708918,51.3462079]},"properties":{"@type":"node","@id":751174504,"@timestamp":1567856971},"coords":"51.3462079,0.708918","bedrooms":"2","price":"249000","area":"382"} , +{"type":"Feature","id":"n751320548","geometry":{"type":"Point","coordinates":[0.7113134,51.346485]},"properties":{"@type":"node","@id":751320548,"@timestamp":1567802028},"coords":"51.346485,0.7113134","bedrooms":"4","price":"230000","area":"498"} , +{"type":"Feature","id":"n751320607","geometry":{"type":"Point","coordinates":[0.7117296,51.3463755]},"properties":{"@type":"node","@id":751320607,"@timestamp":1567802028},"coords":"51.3463755,0.7117296","bedrooms":"2","price":"210000","area":"464"} , +{"type":"Feature","id":"n751320677","geometry":{"type":"Point","coordinates":[0.7101407,51.3462859]},"properties":{"@type":"node","@id":751320677,"@timestamp":1567856971},"coords":"51.3462859,0.7101407","bedrooms":"2","price":"220000","area":"536"} , +{"type":"Feature","id":"n751320720","geometry":{"type":"Point","coordinates":[0.7096552,51.3457826]},"properties":{"@type":"node","@id":751320720,"@timestamp":1567856971},"coords":"51.3457826,0.7096552","bedrooms":"4","price":"177000","area":"376"} , +{"type":"Feature","id":"n751320775","geometry":{"type":"Point","coordinates":[0.7104949,51.3476769]},"properties":{"@type":"node","@id":751320775,"@timestamp":1567804480},"coords":"51.3476769,0.7104949","bedrooms":"3","price":"161000","area":"590"} , +{"type":"Feature","id":"n751320826","geometry":{"type":"Point","coordinates":[0.711953,51.346492]},"properties":{"@type":"node","@id":751320826,"@timestamp":1567802028},"coords":"51.346492,0.711953","bedrooms":"3","price":"225000","area":"455"} , +{"type":"Feature","id":"n751320944","geometry":{"type":"Point","coordinates":[0.709733,51.3456974]},"properties":{"@type":"node","@id":751320944,"@timestamp":1567856971},"coords":"51.3456974,0.709733","bedrooms":"4","price":"256000","area":"475"} , +{"type":"Feature","id":"n751321006","geometry":{"type":"Point","coordinates":[0.7107297,51.3483513]},"properties":{"@type":"node","@id":751321006,"@timestamp":1567804480},"coords":"51.3483513,0.7107297","bedrooms":"1","price":"207000","area":"413"} , +{"type":"Feature","id":"n751321063","geometry":{"type":"Point","coordinates":[0.7093756,51.3468934]},"properties":{"@type":"node","@id":751321063,"@timestamp":1567804480},"coords":"51.3468934,0.7093756","bedrooms":"2","price":"221000","area":"568"} , +{"type":"Feature","id":"n751321117","geometry":{"type":"Point","coordinates":[0.7093569,51.3476027]},"properties":{"@type":"node","@id":751321117,"@timestamp":1567804480},"coords":"51.3476027,0.7093569","bedrooms":"2","price":"189000","area":"591"} , +{"type":"Feature","id":"n751321183","geometry":{"type":"Point","coordinates":[0.7098098,51.3474433]},"properties":{"@type":"node","@id":751321183,"@timestamp":1567804480},"coords":"51.3474433,0.7098098","bedrooms":"2","price":"196000","area":"544"} , +{"type":"Feature","id":"n751321240","geometry":{"type":"Point","coordinates":[0.7111338,51.3476898]},"properties":{"@type":"node","@id":751321240,"@timestamp":1567714036},"coords":"51.3476898,0.7111338","bedrooms":"0","price":"205000","area":"595"} , +{"type":"Feature","id":"n751321297","geometry":{"type":"Point","coordinates":[0.7090671,51.3474904]},"properties":{"@type":"node","@id":751321297,"@timestamp":1567804480},"coords":"51.3474904,0.7090671","bedrooms":"1","price":"285000","area":"651"} , +{"type":"Feature","id":"n751321379","geometry":{"type":"Point","coordinates":[0.7092214,51.3472894]},"properties":{"@type":"node","@id":751321379,"@timestamp":1567804480},"coords":"51.3472894,0.7092214","bedrooms":"4","price":"267000","area":"366"} , +{"type":"Feature","id":"n751321425","geometry":{"type":"Point","coordinates":[0.7116826,51.3486882]},"properties":{"@type":"node","@id":751321425,"@timestamp":1567804480},"coords":"51.3486882,0.7116826","bedrooms":"3","price":"279000","area":"355"} , +{"type":"Feature","id":"n751321455","geometry":{"type":"Point","coordinates":[0.7091903,51.3473704]},"properties":{"@type":"node","@id":751321455,"@timestamp":1567804480},"coords":"51.3473704,0.7091903","bedrooms":"1","price":"205000","area":"640"} , +{"type":"Feature","id":"n751321492","geometry":{"type":"Point","coordinates":[0.7090147,51.3470772]},"properties":{"@type":"node","@id":751321492,"@timestamp":1567804480},"coords":"51.3470772,0.7090147","bedrooms":"0","price":"236000","area":"541"} , +{"type":"Feature","id":"n751391394","geometry":{"type":"Point","coordinates":[-0.7383458,51.2820487]},"properties":{"@type":"node","@id":751391394,"@timestamp":1274975615},"coords":"51.2820487,-0.7383458","bedrooms":"1","price":"297000","area":"365"} , +{"type":"Feature","id":"n751735185","geometry":{"type":"Point","coordinates":[-0.118207,51.511225]},"properties":{"@type":"node","@id":751735185,"@timestamp":1274981153},"coords":"51.511225,-0.118207","bedrooms":"0","price":"179000","area":"400"} , +{"type":"Feature","id":"n751822960","geometry":{"type":"Point","coordinates":[-0.076641,51.495169]},"properties":{"@type":"node","@id":751822960,"@timestamp":1274985635},"coords":"51.495169,-0.076641","bedrooms":"2","price":"231000","area":"552"} , +{"type":"Feature","id":"n751837701","geometry":{"type":"Point","coordinates":[-0.111548,51.5136532]},"properties":{"@type":"node","@id":751837701,"@timestamp":1487299276},"coords":"51.5136532,-0.111548","bedrooms":"1","price":"163000","area":"418"} , +{"type":"Feature","id":"n751990482","geometry":{"type":"Point","coordinates":[-0.0751426,51.4942577]},"properties":{"@type":"node","@id":751990482,"@timestamp":1283769033},"coords":"51.4942577,-0.0751426","bedrooms":"0","price":"293000","area":"523"} , +{"type":"Feature","id":"n752023476","geometry":{"type":"Point","coordinates":[0.7105693,51.3482053]},"properties":{"@type":"node","@id":752023476,"@timestamp":1577707822},"coords":"51.3482053,0.7105693","bedrooms":"0","price":"294000","area":"435"} , +{"type":"Feature","id":"n752023500","geometry":{"type":"Point","coordinates":[0.7102082,51.34818]},"properties":{"@type":"node","@id":752023500,"@timestamp":1577707822},"coords":"51.34818,0.7102082","bedrooms":"4","price":"216000","area":"645"} , +{"type":"Feature","id":"n752023526","geometry":{"type":"Point","coordinates":[0.7092803,51.3467651]},"properties":{"@type":"node","@id":752023526,"@timestamp":1577707822},"coords":"51.3467651,0.7092803","bedrooms":"1","price":"167000","area":"507"} , +{"type":"Feature","id":"n752023550","geometry":{"type":"Point","coordinates":[0.7088479,51.3469183]},"properties":{"@type":"node","@id":752023550,"@timestamp":1577707822},"coords":"51.3469183,0.7088479","bedrooms":"1","price":"155000","area":"443"} , +{"type":"Feature","id":"n752023581","geometry":{"type":"Point","coordinates":[0.7106502,51.3475356]},"properties":{"@type":"node","@id":752023581,"@timestamp":1577707822},"coords":"51.3475356,0.7106502","bedrooms":"0","price":"168000","area":"366"} , +{"type":"Feature","id":"n752060365","geometry":{"type":"Point","coordinates":[0.7098732,51.3477783]},"properties":{"@type":"node","@id":752060365,"@timestamp":1577707822},"coords":"51.3477783,0.7098732","bedrooms":"2","price":"164000","area":"555"} , +{"type":"Feature","id":"n752060406","geometry":{"type":"Point","coordinates":[0.7096307,51.3476113]},"properties":{"@type":"node","@id":752060406,"@timestamp":1577707822},"coords":"51.3476113,0.7096307","bedrooms":"4","price":"217000","area":"371"} , +{"type":"Feature","id":"n752060466","geometry":{"type":"Point","coordinates":[0.7103758,51.3468044]},"properties":{"@type":"node","@id":752060466,"@timestamp":1577707822},"coords":"51.3468044,0.7103758","bedrooms":"4","price":"161000","area":"368"} , +{"type":"Feature","id":"n752080129","geometry":{"type":"Point","coordinates":[0.709077,51.3458333]},"properties":{"@type":"node","@id":752080129,"@timestamp":1577707822},"coords":"51.3458333,0.709077","bedrooms":"0","price":"159000","area":"660"} , +{"type":"Feature","id":"n752080160","geometry":{"type":"Point","coordinates":[0.7098423,51.3458443]},"properties":{"@type":"node","@id":752080160,"@timestamp":1577707822},"coords":"51.3458443,0.7098423","bedrooms":"1","price":"178000","area":"698"} , +{"type":"Feature","id":"n752080210","geometry":{"type":"Point","coordinates":[0.710437,51.3460498]},"properties":{"@type":"node","@id":752080210,"@timestamp":1577707822},"coords":"51.3460498,0.710437","bedrooms":"2","price":"288000","area":"355"} , +{"type":"Feature","id":"n752080242","geometry":{"type":"Point","coordinates":[0.7101927,51.3459706]},"properties":{"@type":"node","@id":752080242,"@timestamp":1577707822},"coords":"51.3459706,0.7101927","bedrooms":"0","price":"202000","area":"456"} , +{"type":"Feature","id":"n752092131","geometry":{"type":"Point","coordinates":[0.7106786,51.3489645]},"properties":{"@type":"node","@id":752092131,"@timestamp":1577707822},"coords":"51.3489645,0.7106786","bedrooms":"0","price":"155000","area":"660"} , +{"type":"Feature","id":"n752124633","geometry":{"type":"Point","coordinates":[0.7122997,51.3484617]},"properties":{"@type":"node","@id":752124633,"@timestamp":1577707822},"coords":"51.3484617,0.7122997","bedrooms":"1","price":"250000","area":"508"} , +{"type":"Feature","id":"n752124654","geometry":{"type":"Point","coordinates":[0.7148272,51.347481]},"properties":{"@type":"node","@id":752124654,"@timestamp":1567714036},"coords":"51.347481,0.7148272","bedrooms":"4","price":"170000","area":"467"} , +{"type":"Feature","id":"n752124673","geometry":{"type":"Point","coordinates":[0.7129077,51.347972]},"properties":{"@type":"node","@id":752124673,"@timestamp":1577707822},"coords":"51.347972,0.7129077","bedrooms":"3","price":"158000","area":"531"} , +{"type":"Feature","id":"n752124696","geometry":{"type":"Point","coordinates":[0.7120991,51.3477017]},"properties":{"@type":"node","@id":752124696,"@timestamp":1577707822},"coords":"51.3477017,0.7120991","bedrooms":"1","price":"278000","area":"388"} , +{"type":"Feature","id":"n752124721","geometry":{"type":"Point","coordinates":[0.7130897,51.3480702]},"properties":{"@type":"node","@id":752124721,"@timestamp":1567714036},"coords":"51.3480702,0.7130897","bedrooms":"2","price":"260000","area":"565"} , +{"type":"Feature","id":"n752124745","geometry":{"type":"Point","coordinates":[0.7120092,51.3486577]},"properties":{"@type":"node","@id":752124745,"@timestamp":1567804480},"coords":"51.3486577,0.7120092","bedrooms":"2","price":"217000","area":"350"} , +{"type":"Feature","id":"n752124762","geometry":{"type":"Point","coordinates":[0.7126106,51.3478901]},"properties":{"@type":"node","@id":752124762,"@timestamp":1577707822},"coords":"51.3478901,0.7126106","bedrooms":"1","price":"277000","area":"378"} , +{"type":"Feature","id":"n752124781","geometry":{"type":"Point","coordinates":[0.7122459,51.3482553]},"properties":{"@type":"node","@id":752124781,"@timestamp":1577707822},"coords":"51.3482553,0.7122459","bedrooms":"2","price":"158000","area":"487"} , +{"type":"Feature","id":"n753006999","geometry":{"type":"Point","coordinates":[-0.2163559,51.9601682]},"properties":{"@type":"node","@id":753006999,"@timestamp":1302377456},"coords":"51.9601682,-0.2163559","bedrooms":"1","price":"214000","area":"570"} , +{"type":"Feature","id":"n753111994","geometry":{"type":"Point","coordinates":[0.7115115,51.3467598]},"properties":{"@type":"node","@id":753111994,"@timestamp":1577707822},"coords":"51.3467598,0.7115115","bedrooms":"3","price":"197000","area":"391"} , +{"type":"Feature","id":"n753133941","geometry":{"type":"Point","coordinates":[0.7147696,51.346935]},"properties":{"@type":"node","@id":753133941,"@timestamp":1577707822},"coords":"51.346935,0.7147696","bedrooms":"1","price":"242000","area":"411"} , +{"type":"Feature","id":"n753133983","geometry":{"type":"Point","coordinates":[0.7146204,51.3468738]},"properties":{"@type":"node","@id":753133983,"@timestamp":1577707822},"coords":"51.3468738,0.7146204","bedrooms":"0","price":"220000","area":"437"} , +{"type":"Feature","id":"n753203913","geometry":{"type":"Point","coordinates":[0.7159166,51.3454704]},"properties":{"@type":"node","@id":753203913,"@timestamp":1567812247},"coords":"51.3454704,0.7159166","bedrooms":"2","price":"238000","area":"541"} , +{"type":"Feature","id":"n753203967","geometry":{"type":"Point","coordinates":[0.7169211,51.3461473]},"properties":{"@type":"node","@id":753203967,"@timestamp":1567812247},"coords":"51.3461473,0.7169211","bedrooms":"2","price":"266000","area":"458"} , +{"type":"Feature","id":"n753204018","geometry":{"type":"Point","coordinates":[0.7180851,51.3458298]},"properties":{"@type":"node","@id":753204018,"@timestamp":1567812247},"coords":"51.3458298,0.7180851","bedrooms":"3","price":"260000","area":"670"} , +{"type":"Feature","id":"n753204045","geometry":{"type":"Point","coordinates":[0.7177478,51.3453513]},"properties":{"@type":"node","@id":753204045,"@timestamp":1567812247},"coords":"51.3453513,0.7177478","bedrooms":"1","price":"262000","area":"625"} , +{"type":"Feature","id":"n753204092","geometry":{"type":"Point","coordinates":[0.716222,51.3459168]},"properties":{"@type":"node","@id":753204092,"@timestamp":1567812247},"coords":"51.3459168,0.716222","bedrooms":"2","price":"166000","area":"661"} , +{"type":"Feature","id":"n753204149","geometry":{"type":"Point","coordinates":[0.7176488,51.345675]},"properties":{"@type":"node","@id":753204149,"@timestamp":1567812247},"coords":"51.345675,0.7176488","bedrooms":"3","price":"278000","area":"526"} , +{"type":"Feature","id":"n753204224","geometry":{"type":"Point","coordinates":[0.7173307,51.3446249]},"properties":{"@type":"node","@id":753204224,"@timestamp":1567812247},"coords":"51.3446249,0.7173307","bedrooms":"2","price":"215000","area":"352"} , +{"type":"Feature","id":"n753204267","geometry":{"type":"Point","coordinates":[0.7161183,51.3458081]},"properties":{"@type":"node","@id":753204267,"@timestamp":1567812247},"coords":"51.3458081,0.7161183","bedrooms":"3","price":"195000","area":"491"} , +{"type":"Feature","id":"n753204302","geometry":{"type":"Point","coordinates":[0.7174186,51.345673]},"properties":{"@type":"node","@id":753204302,"@timestamp":1567812247},"coords":"51.345673,0.7174186","bedrooms":"3","price":"278000","area":"370"} , +{"type":"Feature","id":"n753204340","geometry":{"type":"Point","coordinates":[0.7156783,51.3455884]},"properties":{"@type":"node","@id":753204340,"@timestamp":1567812247},"coords":"51.3455884,0.7156783","bedrooms":"0","price":"239000","area":"683"} , +{"type":"Feature","id":"n753204372","geometry":{"type":"Point","coordinates":[0.7155099,51.3470071]},"properties":{"@type":"node","@id":753204372,"@timestamp":1567812247},"coords":"51.3470071,0.7155099","bedrooms":"4","price":"241000","area":"614"} , +{"type":"Feature","id":"n753204420","geometry":{"type":"Point","coordinates":[0.7174696,51.345797]},"properties":{"@type":"node","@id":753204420,"@timestamp":1567812247},"coords":"51.345797,0.7174696","bedrooms":"4","price":"198000","area":"576"} , +{"type":"Feature","id":"n753204500","geometry":{"type":"Point","coordinates":[0.7148473,51.3472868]},"properties":{"@type":"node","@id":753204500,"@timestamp":1567812247},"coords":"51.3472868,0.7148473","bedrooms":"2","price":"216000","area":"682"} , +{"type":"Feature","id":"n753204534","geometry":{"type":"Point","coordinates":[0.7166343,51.3464777]},"properties":{"@type":"node","@id":753204534,"@timestamp":1567812247},"coords":"51.3464777,0.7166343","bedrooms":"1","price":"273000","area":"680"} , +{"type":"Feature","id":"n753204576","geometry":{"type":"Point","coordinates":[0.7161798,51.3454415]},"properties":{"@type":"node","@id":753204576,"@timestamp":1567812247},"coords":"51.3454415,0.7161798","bedrooms":"3","price":"203000","area":"416"} , +{"type":"Feature","id":"n753204609","geometry":{"type":"Point","coordinates":[0.7153695,51.3466385]},"properties":{"@type":"node","@id":753204609,"@timestamp":1567812247},"coords":"51.3466385,0.7153695","bedrooms":"4","price":"196000","area":"572"} , +{"type":"Feature","id":"n753204658","geometry":{"type":"Point","coordinates":[0.7166988,51.3465441]},"properties":{"@type":"node","@id":753204658,"@timestamp":1567812247},"coords":"51.3465441,0.7166988","bedrooms":"1","price":"193000","area":"406"} , +{"type":"Feature","id":"n753204699","geometry":{"type":"Point","coordinates":[0.7177923,51.3452254]},"properties":{"@type":"node","@id":753204699,"@timestamp":1567812247},"coords":"51.3452254,0.7177923","bedrooms":"3","price":"295000","area":"506"} , +{"type":"Feature","id":"n753204752","geometry":{"type":"Point","coordinates":[0.7168557,51.3460791]},"properties":{"@type":"node","@id":753204752,"@timestamp":1567812247},"coords":"51.3460791,0.7168557","bedrooms":"1","price":"234000","area":"552"} , +{"type":"Feature","id":"n753258636","geometry":{"type":"Point","coordinates":[0.7164424,51.3442078]},"properties":{"@type":"node","@id":753258636,"@timestamp":1567076429},"coords":"51.3442078,0.7164424","bedrooms":"1","price":"213000","area":"654"} , +{"type":"Feature","id":"n753258695","geometry":{"type":"Point","coordinates":[0.7138162,51.3459951]},"properties":{"@type":"node","@id":753258695,"@timestamp":1567812247},"coords":"51.3459951,0.7138162","bedrooms":"0","price":"178000","area":"482"} , +{"type":"Feature","id":"n753258765","geometry":{"type":"Point","coordinates":[0.7154709,51.3451163]},"properties":{"@type":"node","@id":753258765,"@timestamp":1567812247},"coords":"51.3451163,0.7154709","bedrooms":"3","price":"286000","area":"462"} , +{"type":"Feature","id":"n753258843","geometry":{"type":"Point","coordinates":[0.7156339,51.3443926]},"properties":{"@type":"node","@id":753258843,"@timestamp":1567867873},"coords":"51.3443926,0.7156339","bedrooms":"2","price":"219000","area":"447"} , +{"type":"Feature","id":"n753258964","geometry":{"type":"Point","coordinates":[0.7147078,51.3451133]},"properties":{"@type":"node","@id":753258964,"@timestamp":1567812247},"coords":"51.3451133,0.7147078","bedrooms":"2","price":"160000","area":"622"} , +{"type":"Feature","id":"n753259026","geometry":{"type":"Point","coordinates":[0.716055,51.3441385]},"properties":{"@type":"node","@id":753259026,"@timestamp":1567867873},"coords":"51.3441385,0.716055","bedrooms":"4","price":"180000","area":"540"} , +{"type":"Feature","id":"n753259121","geometry":{"type":"Point","coordinates":[0.7138292,51.3459808]},"properties":{"@type":"node","@id":753259121,"@timestamp":1567812247},"coords":"51.3459808,0.7138292","bedrooms":"2","price":"243000","area":"561"} , +{"type":"Feature","id":"n753259213","geometry":{"type":"Point","coordinates":[0.7155446,51.3442161]},"properties":{"@type":"node","@id":753259213,"@timestamp":1566844639},"coords":"51.3442161,0.7155446","bedrooms":"0","price":"292000","area":"655"} , +{"type":"Feature","id":"n753259324","geometry":{"type":"Point","coordinates":[0.7151648,51.3449435]},"properties":{"@type":"node","@id":753259324,"@timestamp":1567812247},"coords":"51.3449435,0.7151648","bedrooms":"0","price":"159000","area":"538"} , +{"type":"Feature","id":"n753259402","geometry":{"type":"Point","coordinates":[0.7144615,51.3455515]},"properties":{"@type":"node","@id":753259402,"@timestamp":1567812247},"coords":"51.3455515,0.7144615","bedrooms":"2","price":"284000","area":"576"} , +{"type":"Feature","id":"n753259473","geometry":{"type":"Point","coordinates":[0.7142798,51.3459768]},"properties":{"@type":"node","@id":753259473,"@timestamp":1567814119},"coords":"51.3459768,0.7142798","bedrooms":"3","price":"283000","area":"510"} , +{"type":"Feature","id":"n753259525","geometry":{"type":"Point","coordinates":[0.7142597,51.3453559]},"properties":{"@type":"node","@id":753259525,"@timestamp":1577707822},"coords":"51.3453559,0.7142597","bedrooms":"1","price":"274000","area":"686"} , +{"type":"Feature","id":"n753325107","geometry":{"type":"Point","coordinates":[0.0096631,51.5630028]},"properties":{"@type":"node","@id":753325107,"@timestamp":1500676617},"coords":"51.5630028,0.0096631","bedrooms":"0","price":"177000","area":"685"} , +{"type":"Feature","id":"n753602077","geometry":{"type":"Point","coordinates":[-0.2184559,51.5546436]},"properties":{"@type":"node","@id":753602077,"@timestamp":1590090657},"coords":"51.5546436,-0.2184559","bedrooms":"3","price":"251000","area":"445"} , +{"type":"Feature","id":"n753673951","geometry":{"type":"Point","coordinates":[0.7115053,51.3448982]},"properties":{"@type":"node","@id":753673951,"@timestamp":1567802028},"coords":"51.3448982,0.7115053","bedrooms":"1","price":"254000","area":"682"} , +{"type":"Feature","id":"n753673993","geometry":{"type":"Point","coordinates":[0.7093378,51.3452242]},"properties":{"@type":"node","@id":753673993,"@timestamp":1567802028},"coords":"51.3452242,0.7093378","bedrooms":"4","price":"229000","area":"518"} , +{"type":"Feature","id":"n753674038","geometry":{"type":"Point","coordinates":[0.7131068,51.345516]},"properties":{"@type":"node","@id":753674038,"@timestamp":1567812247},"coords":"51.345516,0.7131068","bedrooms":"1","price":"279000","area":"466"} , +{"type":"Feature","id":"n753674072","geometry":{"type":"Point","coordinates":[0.7132261,51.3460117]},"properties":{"@type":"node","@id":753674072,"@timestamp":1567812247},"coords":"51.3460117,0.7132261","bedrooms":"1","price":"171000","area":"384"} , +{"type":"Feature","id":"n753674099","geometry":{"type":"Point","coordinates":[0.7112721,51.3447099]},"properties":{"@type":"node","@id":753674099,"@timestamp":1567802028},"coords":"51.3447099,0.7112721","bedrooms":"2","price":"151000","area":"539"} , +{"type":"Feature","id":"n753674135","geometry":{"type":"Point","coordinates":[0.7133376,51.3457641]},"properties":{"@type":"node","@id":753674135,"@timestamp":1567812247},"coords":"51.3457641,0.7133376","bedrooms":"4","price":"217000","area":"395"} , +{"type":"Feature","id":"n753674170","geometry":{"type":"Point","coordinates":[0.7129823,51.3461605]},"properties":{"@type":"node","@id":753674170,"@timestamp":1567812247},"coords":"51.3461605,0.7129823","bedrooms":"2","price":"175000","area":"500"} , +{"type":"Feature","id":"n753674227","geometry":{"type":"Point","coordinates":[0.7123702,51.3452859]},"properties":{"@type":"node","@id":753674227,"@timestamp":1567812247},"coords":"51.3452859,0.7123702","bedrooms":"2","price":"200000","area":"560"} , +{"type":"Feature","id":"n753674268","geometry":{"type":"Point","coordinates":[0.7117115,51.3451449]},"properties":{"@type":"node","@id":753674268,"@timestamp":1567802028},"coords":"51.3451449,0.7117115","bedrooms":"1","price":"287000","area":"688"} , +{"type":"Feature","id":"n753674314","geometry":{"type":"Point","coordinates":[0.7117961,51.3449098]},"properties":{"@type":"node","@id":753674314,"@timestamp":1567802028},"coords":"51.3449098,0.7117961","bedrooms":"2","price":"208000","area":"684"} , +{"type":"Feature","id":"n753674383","geometry":{"type":"Point","coordinates":[0.7115056,51.3453865]},"properties":{"@type":"node","@id":753674383,"@timestamp":1567802028},"coords":"51.3453865,0.7115056","bedrooms":"4","price":"216000","area":"619"} , +{"type":"Feature","id":"n753674430","geometry":{"type":"Point","coordinates":[0.7115961,51.3452237]},"properties":{"@type":"node","@id":753674430,"@timestamp":1567802028},"coords":"51.3452237,0.7115961","bedrooms":"3","price":"256000","area":"595"} , +{"type":"Feature","id":"n753674483","geometry":{"type":"Point","coordinates":[0.7129669,51.3454229]},"properties":{"@type":"node","@id":753674483,"@timestamp":1567812247},"coords":"51.3454229,0.7129669","bedrooms":"2","price":"298000","area":"472"} , +{"type":"Feature","id":"n753674529","geometry":{"type":"Point","coordinates":[0.711004,51.3451484]},"properties":{"@type":"node","@id":753674529,"@timestamp":1567812247},"coords":"51.3451484,0.711004","bedrooms":"3","price":"285000","area":"492"} , +{"type":"Feature","id":"n753674567","geometry":{"type":"Point","coordinates":[0.7117495,51.3456071]},"properties":{"@type":"node","@id":753674567,"@timestamp":1567812247},"coords":"51.3456071,0.7117495","bedrooms":"1","price":"280000","area":"630"} , +{"type":"Feature","id":"n753674610","geometry":{"type":"Point","coordinates":[0.713201,51.345674]},"properties":{"@type":"node","@id":753674610,"@timestamp":1567812247},"coords":"51.345674,0.713201","bedrooms":"1","price":"263000","area":"681"} , +{"type":"Feature","id":"n753674662","geometry":{"type":"Point","coordinates":[0.7115863,51.3448414]},"properties":{"@type":"node","@id":753674662,"@timestamp":1567802028},"coords":"51.3448414,0.7115863","bedrooms":"0","price":"179000","area":"480"} , +{"type":"Feature","id":"n753674702","geometry":{"type":"Point","coordinates":[0.7128322,51.344977]},"properties":{"@type":"node","@id":753674702,"@timestamp":1567812247},"coords":"51.344977,0.7128322","bedrooms":"1","price":"240000","area":"381"} , +{"type":"Feature","id":"n753674772","geometry":{"type":"Point","coordinates":[0.7110759,51.3452231]},"properties":{"@type":"node","@id":753674772,"@timestamp":1567812247},"coords":"51.3452231,0.7110759","bedrooms":"4","price":"221000","area":"412"} , +{"type":"Feature","id":"n753725512","geometry":{"type":"Point","coordinates":[0.7160208,51.3441568]},"properties":{"@type":"node","@id":753725512,"@timestamp":1567867873},"coords":"51.3441568,0.7160208","bedrooms":"3","price":"183000","area":"441"} , +{"type":"Feature","id":"n753725575","geometry":{"type":"Point","coordinates":[0.7162862,51.3438965]},"properties":{"@type":"node","@id":753725575,"@timestamp":1577707822},"coords":"51.3438965,0.7162862","bedrooms":"1","price":"291000","area":"617"} , +{"type":"Feature","id":"n753725655","geometry":{"type":"Point","coordinates":[0.7168743,51.3437276]},"properties":{"@type":"node","@id":753725655,"@timestamp":1577707822},"coords":"51.3437276,0.7168743","bedrooms":"3","price":"279000","area":"351"} , +{"type":"Feature","id":"n753902024","geometry":{"type":"Point","coordinates":[0.7161659,51.3447737]},"properties":{"@type":"node","@id":753902024,"@timestamp":1577707822},"coords":"51.3447737,0.7161659","bedrooms":"1","price":"152000","area":"588"} , +{"type":"Feature","id":"n753902064","geometry":{"type":"Point","coordinates":[0.7156502,51.3451]},"properties":{"@type":"node","@id":753902064,"@timestamp":1577707822},"coords":"51.3451,0.7156502","bedrooms":"3","price":"288000","area":"421"} , +{"type":"Feature","id":"n753902125","geometry":{"type":"Point","coordinates":[0.713808,51.3460245]},"properties":{"@type":"node","@id":753902125,"@timestamp":1577707822},"coords":"51.3460245,0.713808","bedrooms":"2","price":"175000","area":"352"} , +{"type":"Feature","id":"n753955099","geometry":{"type":"Point","coordinates":[0.7151922,51.3450002]},"properties":{"@type":"node","@id":753955099,"@timestamp":1577707822},"coords":"51.3450002,0.7151922","bedrooms":"0","price":"290000","area":"489"} , +{"type":"Feature","id":"n753955188","geometry":{"type":"Point","coordinates":[0.7144183,51.3450139]},"properties":{"@type":"node","@id":753955188,"@timestamp":1577707822},"coords":"51.3450139,0.7144183","bedrooms":"4","price":"196000","area":"666"} , +{"type":"Feature","id":"n754123400","geometry":{"type":"Point","coordinates":[-0.8733698,51.4031075]},"properties":{"@type":"node","@id":754123400,"@timestamp":1275078360},"coords":"51.4031075,-0.8733698","bedrooms":"2","price":"251000","area":"360"} , +{"type":"Feature","id":"n754182062","geometry":{"type":"Point","coordinates":[0.7140697,51.3450667]},"properties":{"@type":"node","@id":754182062,"@timestamp":1577707822},"coords":"51.3450667,0.7140697","bedrooms":"2","price":"262000","area":"456"} , +{"type":"Feature","id":"n754182104","geometry":{"type":"Point","coordinates":[0.7115917,51.344869]},"properties":{"@type":"node","@id":754182104,"@timestamp":1577707822},"coords":"51.344869,0.7115917","bedrooms":"1","price":"202000","area":"617"} , +{"type":"Feature","id":"n754182152","geometry":{"type":"Point","coordinates":[0.7149468,51.3442855]},"properties":{"@type":"node","@id":754182152,"@timestamp":1567867873},"coords":"51.3442855,0.7149468","bedrooms":"2","price":"272000","area":"381"} , +{"type":"Feature","id":"n754182182","geometry":{"type":"Point","coordinates":[0.714516,51.3442868]},"properties":{"@type":"node","@id":754182182,"@timestamp":1577707822},"coords":"51.3442868,0.714516","bedrooms":"4","price":"211000","area":"390"} , +{"type":"Feature","id":"n754182238","geometry":{"type":"Point","coordinates":[0.713187,51.3451738]},"properties":{"@type":"node","@id":754182238,"@timestamp":1577707822},"coords":"51.3451738,0.713187","bedrooms":"4","price":"154000","area":"629"} , +{"type":"Feature","id":"n754215127","geometry":{"type":"Point","coordinates":[0.7119321,51.345102]},"properties":{"@type":"node","@id":754215127,"@timestamp":1577707822},"coords":"51.345102,0.7119321","bedrooms":"0","price":"285000","area":"521"} , +{"type":"Feature","id":"n754215188","geometry":{"type":"Point","coordinates":[0.7116096,51.3456527]},"properties":{"@type":"node","@id":754215188,"@timestamp":1577707822},"coords":"51.3456527,0.7116096","bedrooms":"1","price":"252000","area":"658"} , +{"type":"Feature","id":"n754215222","geometry":{"type":"Point","coordinates":[0.7114298,51.3454377]},"properties":{"@type":"node","@id":754215222,"@timestamp":1577707822},"coords":"51.3454377,0.7114298","bedrooms":"4","price":"195000","area":"440"} , +{"type":"Feature","id":"n754517638","geometry":{"type":"Point","coordinates":[0.7123869,51.3460629]},"properties":{"@type":"node","@id":754517638,"@timestamp":1577707822},"coords":"51.3460629,0.7123869","bedrooms":"1","price":"204000","area":"470"} , +{"type":"Feature","id":"n754517658","geometry":{"type":"Point","coordinates":[0.7175864,51.34579]},"properties":{"@type":"node","@id":754517658,"@timestamp":1577707822},"coords":"51.34579,0.7175864","bedrooms":"4","price":"162000","area":"529"} , +{"type":"Feature","id":"n754517678","geometry":{"type":"Point","coordinates":[0.7158118,51.3459552]},"properties":{"@type":"node","@id":754517678,"@timestamp":1577707822},"coords":"51.3459552,0.7158118","bedrooms":"0","price":"296000","area":"615"} , +{"type":"Feature","id":"n754517700","geometry":{"type":"Point","coordinates":[0.7114087,51.3460398]},"properties":{"@type":"node","@id":754517700,"@timestamp":1577707822},"coords":"51.3460398,0.7114087","bedrooms":"3","price":"150000","area":"548"} , +{"type":"Feature","id":"n754517716","geometry":{"type":"Point","coordinates":[0.7190187,51.3447805]},"properties":{"@type":"node","@id":754517716,"@timestamp":1566759295},"coords":"51.3447805,0.7190187","bedrooms":"4","price":"230000","area":"593"} , +{"type":"Feature","id":"n754517735","geometry":{"type":"Point","coordinates":[0.7156883,51.3456607]},"properties":{"@type":"node","@id":754517735,"@timestamp":1577707822},"coords":"51.3456607,0.7156883","bedrooms":"2","price":"191000","area":"450"} , +{"type":"Feature","id":"n754517755","geometry":{"type":"Point","coordinates":[0.7154473,51.3469513]},"properties":{"@type":"node","@id":754517755,"@timestamp":1577707822},"coords":"51.3469513,0.7154473","bedrooms":"3","price":"242000","area":"430"} , +{"type":"Feature","id":"n754517773","geometry":{"type":"Point","coordinates":[0.7163639,51.3465998]},"properties":{"@type":"node","@id":754517773,"@timestamp":1577707822},"coords":"51.3465998,0.7163639","bedrooms":"4","price":"279000","area":"578"} , +{"type":"Feature","id":"n754517788","geometry":{"type":"Point","coordinates":[0.7160093,51.3464848]},"properties":{"@type":"node","@id":754517788,"@timestamp":1577707822},"coords":"51.3464848,0.7160093","bedrooms":"1","price":"299000","area":"370"} , +{"type":"Feature","id":"n754517807","geometry":{"type":"Point","coordinates":[0.7168803,51.3464072]},"properties":{"@type":"node","@id":754517807,"@timestamp":1577707822},"coords":"51.3464072,0.7168803","bedrooms":"3","price":"185000","area":"476"} , +{"type":"Feature","id":"n754517826","geometry":{"type":"Point","coordinates":[0.7109831,51.3451904]},"properties":{"@type":"node","@id":754517826,"@timestamp":1577707822},"coords":"51.3451904,0.7109831","bedrooms":"1","price":"292000","area":"447"} , +{"type":"Feature","id":"n754517842","geometry":{"type":"Point","coordinates":[0.7094916,51.3453982]},"properties":{"@type":"node","@id":754517842,"@timestamp":1577707822},"coords":"51.3453982,0.7094916","bedrooms":"3","price":"260000","area":"624"} , +{"type":"Feature","id":"n754517861","geometry":{"type":"Point","coordinates":[0.7104759,51.345144]},"properties":{"@type":"node","@id":754517861,"@timestamp":1577707822},"coords":"51.345144,0.7104759","bedrooms":"2","price":"295000","area":"494"} , +{"type":"Feature","id":"n754517883","geometry":{"type":"Point","coordinates":[0.7179542,51.3454648]},"properties":{"@type":"node","@id":754517883,"@timestamp":1577707822},"coords":"51.3454648,0.7179542","bedrooms":"1","price":"253000","area":"447"} , +{"type":"Feature","id":"n754517903","geometry":{"type":"Point","coordinates":[0.7113253,51.3460112]},"properties":{"@type":"node","@id":754517903,"@timestamp":1577707822},"coords":"51.3460112,0.7113253","bedrooms":"1","price":"202000","area":"351"} , +{"type":"Feature","id":"n754517913","geometry":{"type":"Point","coordinates":[0.7173001,51.3462435]},"properties":{"@type":"node","@id":754517913,"@timestamp":1577707822},"coords":"51.3462435,0.7173001","bedrooms":"4","price":"184000","area":"428"} , +{"type":"Feature","id":"n754517929","geometry":{"type":"Point","coordinates":[0.7152757,51.3467645]},"properties":{"@type":"node","@id":754517929,"@timestamp":1577707822},"coords":"51.3467645,0.7152757","bedrooms":"4","price":"230000","area":"492"} , +{"type":"Feature","id":"n754517947","geometry":{"type":"Point","coordinates":[0.7134248,51.3459535]},"properties":{"@type":"node","@id":754517947,"@timestamp":1577707822},"coords":"51.3459535,0.7134248","bedrooms":"4","price":"178000","area":"624"} , +{"type":"Feature","id":"n754517962","geometry":{"type":"Point","coordinates":[0.7125296,51.346411]},"properties":{"@type":"node","@id":754517962,"@timestamp":1577707822},"coords":"51.346411,0.7125296","bedrooms":"2","price":"293000","area":"485"} , +{"type":"Feature","id":"n754549926","geometry":{"type":"Point","coordinates":[0.7194555,51.3437194]},"properties":{"@type":"node","@id":754549926,"@timestamp":1567812247},"coords":"51.3437194,0.7194555","bedrooms":"1","price":"188000","area":"510"} , +{"type":"Feature","id":"n754549960","geometry":{"type":"Point","coordinates":[0.7219075,51.3439535]},"properties":{"@type":"node","@id":754549960,"@timestamp":1567812247},"coords":"51.3439535,0.7219075","bedrooms":"4","price":"260000","area":"399"} , +{"type":"Feature","id":"n754549984","geometry":{"type":"Point","coordinates":[0.7219598,51.3432936]},"properties":{"@type":"node","@id":754549984,"@timestamp":1567814119},"coords":"51.3432936,0.7219598","bedrooms":"4","price":"243000","area":"587"} , +{"type":"Feature","id":"n754550008","geometry":{"type":"Point","coordinates":[0.7183621,51.3452774]},"properties":{"@type":"node","@id":754550008,"@timestamp":1577707822},"coords":"51.3452774,0.7183621","bedrooms":"0","price":"289000","area":"464"} , +{"type":"Feature","id":"n754550043","geometry":{"type":"Point","coordinates":[0.7218882,51.3440994]},"properties":{"@type":"node","@id":754550043,"@timestamp":1567812247},"coords":"51.3440994,0.7218882","bedrooms":"2","price":"255000","area":"494"} , +{"type":"Feature","id":"n754550066","geometry":{"type":"Point","coordinates":[0.7189393,51.3440049]},"properties":{"@type":"node","@id":754550066,"@timestamp":1567812247},"coords":"51.3440049,0.7189393","bedrooms":"1","price":"157000","area":"592"} , +{"type":"Feature","id":"n754550103","geometry":{"type":"Point","coordinates":[0.7220026,51.3441064]},"properties":{"@type":"node","@id":754550103,"@timestamp":1567812247},"coords":"51.3441064,0.7220026","bedrooms":"2","price":"188000","area":"430"} , +{"type":"Feature","id":"n754550148","geometry":{"type":"Point","coordinates":[0.7215152,51.3432418]},"properties":{"@type":"node","@id":754550148,"@timestamp":1567814119},"coords":"51.3432418,0.7215152","bedrooms":"3","price":"197000","area":"689"} , +{"type":"Feature","id":"n754550181","geometry":{"type":"Point","coordinates":[0.7213857,51.3448275]},"properties":{"@type":"node","@id":754550181,"@timestamp":1567812247},"coords":"51.3448275,0.7213857","bedrooms":"0","price":"256000","area":"489"} , +{"type":"Feature","id":"n754550235","geometry":{"type":"Point","coordinates":[0.7229362,51.3442853]},"properties":{"@type":"node","@id":754550235,"@timestamp":1567812247},"coords":"51.3442853,0.7229362","bedrooms":"0","price":"188000","area":"474"} , +{"type":"Feature","id":"n754550265","geometry":{"type":"Point","coordinates":[0.7195105,51.3437045]},"properties":{"@type":"node","@id":754550265,"@timestamp":1567812247},"coords":"51.3437045,0.7195105","bedrooms":"2","price":"236000","area":"441"} , +{"type":"Feature","id":"n754550295","geometry":{"type":"Point","coordinates":[0.720371,51.3449492]},"properties":{"@type":"node","@id":754550295,"@timestamp":1567812247},"coords":"51.3449492,0.720371","bedrooms":"3","price":"228000","area":"482"} , +{"type":"Feature","id":"n754550341","geometry":{"type":"Point","coordinates":[0.7203729,51.3440475]},"properties":{"@type":"node","@id":754550341,"@timestamp":1567812247},"coords":"51.3440475,0.7203729","bedrooms":"1","price":"196000","area":"362"} , +{"type":"Feature","id":"n754550379","geometry":{"type":"Point","coordinates":[0.721516,51.3449736]},"properties":{"@type":"node","@id":754550379,"@timestamp":1567812247},"coords":"51.3449736,0.721516","bedrooms":"4","price":"235000","area":"532"} , +{"type":"Feature","id":"n754550438","geometry":{"type":"Point","coordinates":[0.7184958,51.345968]},"properties":{"@type":"node","@id":754550438,"@timestamp":1577707822},"coords":"51.345968,0.7184958","bedrooms":"3","price":"154000","area":"527"} , +{"type":"Feature","id":"n754550495","geometry":{"type":"Point","coordinates":[0.7227451,51.3441849]},"properties":{"@type":"node","@id":754550495,"@timestamp":1567812247},"coords":"51.3441849,0.7227451","bedrooms":"3","price":"240000","area":"580"} , +{"type":"Feature","id":"n754555792","geometry":{"type":"Point","coordinates":[0.7244686,51.3439734]},"properties":{"@type":"node","@id":754555792,"@timestamp":1568807103},"coords":"51.3439734,0.7244686","bedrooms":"3","price":"245000","area":"451"} , +{"type":"Feature","id":"n754555817","geometry":{"type":"Point","coordinates":[0.724407,51.3439919]},"properties":{"@type":"node","@id":754555817,"@timestamp":1568807103},"coords":"51.3439919,0.724407","bedrooms":"0","price":"207000","area":"492"} , +{"type":"Feature","id":"n755885895","geometry":{"type":"Point","coordinates":[0.3294441,51.1567583]},"properties":{"@type":"node","@id":755885895,"@timestamp":1624524054},"coords":"51.1567583,0.3294441","bedrooms":"2","price":"264000","area":"580"} , +{"type":"Feature","id":"n756648615","geometry":{"type":"Point","coordinates":[0.2369951,51.1661642]},"properties":{"@type":"node","@id":756648615,"@timestamp":1450754410},"coords":"51.1661642,0.2369951","bedrooms":"1","price":"280000","area":"646"} , +{"type":"Feature","id":"n756921244","geometry":{"type":"Point","coordinates":[-0.6986607,51.2456693]},"properties":{"@type":"node","@id":756921244,"@timestamp":1275153363},"coords":"51.2456693,-0.6986607","bedrooms":"1","price":"251000","area":"461"} , +{"type":"Feature","id":"n756991670","geometry":{"type":"Point","coordinates":[-0.6415708,51.2747827]},"properties":{"@type":"node","@id":756991670,"@timestamp":1609942188},"coords":"51.2747827,-0.6415708","bedrooms":"4","price":"212000","area":"657"} , +{"type":"Feature","id":"n757375173","geometry":{"type":"Point","coordinates":[0.7213314,51.3434458]},"properties":{"@type":"node","@id":757375173,"@timestamp":1567812247},"coords":"51.3434458,0.7213314","bedrooms":"4","price":"157000","area":"565"} , +{"type":"Feature","id":"n757375220","geometry":{"type":"Point","coordinates":[0.7214824,51.34326]},"properties":{"@type":"node","@id":757375220,"@timestamp":1567814119},"coords":"51.34326,0.7214824","bedrooms":"2","price":"161000","area":"680"} , +{"type":"Feature","id":"n757375252","geometry":{"type":"Point","coordinates":[0.7212425,51.3446527]},"properties":{"@type":"node","@id":757375252,"@timestamp":1566739753},"coords":"51.3446527,0.7212425","bedrooms":"2","price":"257000","area":"566"} , +{"type":"Feature","id":"n757375288","geometry":{"type":"Point","coordinates":[0.7221798,51.3437191]},"properties":{"@type":"node","@id":757375288,"@timestamp":1567812247},"coords":"51.3437191,0.7221798","bedrooms":"1","price":"273000","area":"612"} , +{"type":"Feature","id":"n757375322","geometry":{"type":"Point","coordinates":[0.7219039,51.3432691]},"properties":{"@type":"node","@id":757375322,"@timestamp":1567812247},"coords":"51.3432691,0.7219039","bedrooms":"4","price":"257000","area":"625"} , +{"type":"Feature","id":"n757375348","geometry":{"type":"Point","coordinates":[0.7194297,51.3435038]},"properties":{"@type":"node","@id":757375348,"@timestamp":1567812247},"coords":"51.3435038,0.7194297","bedrooms":"4","price":"194000","area":"622"} , +{"type":"Feature","id":"n757375385","geometry":{"type":"Point","coordinates":[0.7189598,51.3436884]},"properties":{"@type":"node","@id":757375385,"@timestamp":1567812247},"coords":"51.3436884,0.7189598","bedrooms":"3","price":"201000","area":"641"} , +{"type":"Feature","id":"n757375440","geometry":{"type":"Point","coordinates":[0.7228582,51.344249]},"properties":{"@type":"node","@id":757375440,"@timestamp":1567812247},"coords":"51.344249,0.7228582","bedrooms":"0","price":"186000","area":"604"} , +{"type":"Feature","id":"n757375475","geometry":{"type":"Point","coordinates":[0.7196826,51.3441571]},"properties":{"@type":"node","@id":757375475,"@timestamp":1567812247},"coords":"51.3441571,0.7196826","bedrooms":"1","price":"234000","area":"520"} , +{"type":"Feature","id":"n757375516","geometry":{"type":"Point","coordinates":[0.7196727,51.3436897]},"properties":{"@type":"node","@id":757375516,"@timestamp":1567812247},"coords":"51.3436897,0.7196727","bedrooms":"1","price":"284000","area":"483"} , +{"type":"Feature","id":"n757388504","geometry":{"type":"Point","coordinates":[0.7237699,51.345712]},"properties":{"@type":"node","@id":757388504,"@timestamp":1567804480},"coords":"51.345712,0.7237699","bedrooms":"2","price":"275000","area":"420"} , +{"type":"Feature","id":"n757388543","geometry":{"type":"Point","coordinates":[0.7239208,51.3462218]},"properties":{"@type":"node","@id":757388543,"@timestamp":1567804480},"coords":"51.3462218,0.7239208","bedrooms":"4","price":"276000","area":"682"} , +{"type":"Feature","id":"n757388572","geometry":{"type":"Point","coordinates":[0.7247108,51.3461012]},"properties":{"@type":"node","@id":757388572,"@timestamp":1567804480},"coords":"51.3461012,0.7247108","bedrooms":"2","price":"164000","area":"677"} , +{"type":"Feature","id":"n757388596","geometry":{"type":"Point","coordinates":[0.7236818,51.346194]},"properties":{"@type":"node","@id":757388596,"@timestamp":1567804480},"coords":"51.346194,0.7236818","bedrooms":"2","price":"228000","area":"630"} , +{"type":"Feature","id":"n757388621","geometry":{"type":"Point","coordinates":[0.723655,51.34622]},"properties":{"@type":"node","@id":757388621,"@timestamp":1567804480},"coords":"51.34622,0.723655","bedrooms":"2","price":"161000","area":"440"} , +{"type":"Feature","id":"n757388635","geometry":{"type":"Point","coordinates":[0.7242335,51.34509]},"properties":{"@type":"node","@id":757388635,"@timestamp":1567804480},"coords":"51.34509,0.7242335","bedrooms":"2","price":"205000","area":"669"} , +{"type":"Feature","id":"n757388673","geometry":{"type":"Point","coordinates":[0.723387,51.3454754]},"properties":{"@type":"node","@id":757388673,"@timestamp":1567804480},"coords":"51.3454754,0.723387","bedrooms":"2","price":"173000","area":"525"} , +{"type":"Feature","id":"n757388709","geometry":{"type":"Point","coordinates":[0.7226909,51.3457584]},"properties":{"@type":"node","@id":757388709,"@timestamp":1567804480},"coords":"51.3457584,0.7226909","bedrooms":"4","price":"207000","area":"559"} , +{"type":"Feature","id":"n757388736","geometry":{"type":"Point","coordinates":[0.7232945,51.3454776]},"properties":{"@type":"node","@id":757388736,"@timestamp":1567804480},"coords":"51.3454776,0.7232945","bedrooms":"4","price":"172000","area":"435"} , +{"type":"Feature","id":"n757388759","geometry":{"type":"Point","coordinates":[0.7239288,51.3455579]},"properties":{"@type":"node","@id":757388759,"@timestamp":1567804480},"coords":"51.3455579,0.7239288","bedrooms":"0","price":"215000","area":"643"} , +{"type":"Feature","id":"n757388779","geometry":{"type":"Point","coordinates":[0.722693,51.3461514]},"properties":{"@type":"node","@id":757388779,"@timestamp":1567804480},"coords":"51.3461514,0.722693","bedrooms":"0","price":"215000","area":"635"} , +{"type":"Feature","id":"n757388809","geometry":{"type":"Point","coordinates":[0.7244282,51.3463248]},"properties":{"@type":"node","@id":757388809,"@timestamp":1567804480},"coords":"51.3463248,0.7244282","bedrooms":"0","price":"164000","area":"521"} , +{"type":"Feature","id":"n757450964","geometry":{"type":"Point","coordinates":[0.7229845,51.3466557]},"properties":{"@type":"node","@id":757450964,"@timestamp":1567804480},"coords":"51.3466557,0.7229845","bedrooms":"0","price":"254000","area":"455"} , +{"type":"Feature","id":"n757450984","geometry":{"type":"Point","coordinates":[0.7258475,51.3457922]},"properties":{"@type":"node","@id":757450984,"@timestamp":1567804480},"coords":"51.3457922,0.7258475","bedrooms":"4","price":"165000","area":"399"} , +{"type":"Feature","id":"n757451002","geometry":{"type":"Point","coordinates":[0.7226435,51.3463459]},"properties":{"@type":"node","@id":757451002,"@timestamp":1567804480},"coords":"51.3463459,0.7226435","bedrooms":"0","price":"205000","area":"475"} , +{"type":"Feature","id":"n757451017","geometry":{"type":"Point","coordinates":[0.7249093,51.3466035]},"properties":{"@type":"node","@id":757451017,"@timestamp":1567804480},"coords":"51.3466035,0.7249093","bedrooms":"2","price":"166000","area":"608"} , +{"type":"Feature","id":"n757451036","geometry":{"type":"Point","coordinates":[0.7247025,51.3467994]},"properties":{"@type":"node","@id":757451036,"@timestamp":1567804480},"coords":"51.3467994,0.7247025","bedrooms":"4","price":"269000","area":"568"} , +{"type":"Feature","id":"n757451052","geometry":{"type":"Point","coordinates":[0.7222714,51.3466618]},"properties":{"@type":"node","@id":757451052,"@timestamp":1566647727},"coords":"51.3466618,0.7222714","bedrooms":"0","price":"159000","area":"419"} , +{"type":"Feature","id":"n757451072","geometry":{"type":"Point","coordinates":[0.7231429,51.3471566]},"properties":{"@type":"node","@id":757451072,"@timestamp":1567804480},"coords":"51.3471566,0.7231429","bedrooms":"2","price":"191000","area":"569"} , +{"type":"Feature","id":"n757451088","geometry":{"type":"Point","coordinates":[0.7259574,51.3449325]},"properties":{"@type":"node","@id":757451088,"@timestamp":1567804480},"coords":"51.3449325,0.7259574","bedrooms":"2","price":"178000","area":"672"} , +{"type":"Feature","id":"n757451110","geometry":{"type":"Point","coordinates":[0.7244845,51.3472998]},"properties":{"@type":"node","@id":757451110,"@timestamp":1566647727},"coords":"51.3472998,0.7244845","bedrooms":"1","price":"284000","area":"502"} , +{"type":"Feature","id":"n757451128","geometry":{"type":"Point","coordinates":[0.7225955,51.3467408]},"properties":{"@type":"node","@id":757451128,"@timestamp":1566647727},"coords":"51.3467408,0.7225955","bedrooms":"3","price":"174000","area":"419"} , +{"type":"Feature","id":"n757451145","geometry":{"type":"Point","coordinates":[0.7226232,51.3469107]},"properties":{"@type":"node","@id":757451145,"@timestamp":1566647727},"coords":"51.3469107,0.7226232","bedrooms":"1","price":"283000","area":"469"} , +{"type":"Feature","id":"n757451162","geometry":{"type":"Point","coordinates":[0.723446,51.3472212]},"properties":{"@type":"node","@id":757451162,"@timestamp":1567804480},"coords":"51.3472212,0.723446","bedrooms":"4","price":"272000","area":"603"} , +{"type":"Feature","id":"n757453846","geometry":{"type":"Point","coordinates":[0.7244747,51.3434478]},"properties":{"@type":"node","@id":757453846,"@timestamp":1568807103},"coords":"51.3434478,0.7244747","bedrooms":"0","price":"195000","area":"401"} , +{"type":"Feature","id":"n757453870","geometry":{"type":"Point","coordinates":[0.7229666,51.3453462]},"properties":{"@type":"node","@id":757453870,"@timestamp":1567804480},"coords":"51.3453462,0.7229666","bedrooms":"0","price":"277000","area":"588"} , +{"type":"Feature","id":"n757453894","geometry":{"type":"Point","coordinates":[0.7235341,51.3449047]},"properties":{"@type":"node","@id":757453894,"@timestamp":1567804480},"coords":"51.3449047,0.7235341","bedrooms":"4","price":"163000","area":"634"} , +{"type":"Feature","id":"n757453915","geometry":{"type":"Point","coordinates":[0.7234099,51.3448413]},"properties":{"@type":"node","@id":757453915,"@timestamp":1567804480},"coords":"51.3448413,0.7234099","bedrooms":"1","price":"169000","area":"523"} , +{"type":"Feature","id":"n757456088","geometry":{"type":"Point","coordinates":[0.7239006,51.3425376]},"properties":{"@type":"node","@id":757456088,"@timestamp":1567814119},"coords":"51.3425376,0.7239006","bedrooms":"1","price":"255000","area":"619"} , +{"type":"Feature","id":"n757456105","geometry":{"type":"Point","coordinates":[0.7236627,51.3428848]},"properties":{"@type":"node","@id":757456105,"@timestamp":1568836540},"coords":"51.3428848,0.7236627","bedrooms":"1","price":"294000","area":"664"} , +{"type":"Feature","id":"n757456120","geometry":{"type":"Point","coordinates":[0.723776,51.3423494]},"properties":{"@type":"node","@id":757456120,"@timestamp":1567814119},"coords":"51.3423494,0.723776","bedrooms":"0","price":"276000","area":"463"} , +{"type":"Feature","id":"n757456136","geometry":{"type":"Point","coordinates":[0.7237756,51.3421804]},"properties":{"@type":"node","@id":757456136,"@timestamp":1567814119},"coords":"51.3421804,0.7237756","bedrooms":"2","price":"235000","area":"644"} , +{"type":"Feature","id":"n757456155","geometry":{"type":"Point","coordinates":[0.723807,51.3432214]},"properties":{"@type":"node","@id":757456155,"@timestamp":1568807103},"coords":"51.3432214,0.723807","bedrooms":"4","price":"261000","area":"365"} , +{"type":"Feature","id":"n757458345","geometry":{"type":"Point","coordinates":[0.726446,51.3433311]},"properties":{"@type":"node","@id":757458345,"@timestamp":1570365142},"coords":"51.3433311,0.726446","bedrooms":"3","price":"270000","area":"423"} , +{"type":"Feature","id":"n757458373","geometry":{"type":"Point","coordinates":[0.7265092,51.3434141]},"properties":{"@type":"node","@id":757458373,"@timestamp":1570365142},"coords":"51.3434141,0.7265092","bedrooms":"4","price":"234000","area":"389"} , +{"type":"Feature","id":"n757479589","geometry":{"type":"Point","coordinates":[0.7233332,51.3435207]},"properties":{"@type":"node","@id":757479589,"@timestamp":1568807103},"coords":"51.3435207,0.7233332","bedrooms":"3","price":"215000","area":"518"} , +{"type":"Feature","id":"n757479621","geometry":{"type":"Point","coordinates":[0.7231965,51.3436199]},"properties":{"@type":"node","@id":757479621,"@timestamp":1568807103},"coords":"51.3436199,0.7231965","bedrooms":"4","price":"169000","area":"424"} , +{"type":"Feature","id":"n757479670","geometry":{"type":"Point","coordinates":[0.7231945,51.3436179]},"properties":{"@type":"node","@id":757479670,"@timestamp":1568807103},"coords":"51.3436179,0.7231945","bedrooms":"2","price":"279000","area":"618"} , +{"type":"Feature","id":"n757479707","geometry":{"type":"Point","coordinates":[0.72343,51.3436397]},"properties":{"@type":"node","@id":757479707,"@timestamp":1568807103},"coords":"51.3436397,0.72343","bedrooms":"1","price":"276000","area":"508"} , +{"type":"Feature","id":"n757495217","geometry":{"type":"Point","coordinates":[0.7248623,51.3427926]},"properties":{"@type":"node","@id":757495217,"@timestamp":1567814119},"coords":"51.3427926,0.7248623","bedrooms":"1","price":"197000","area":"543"} , +{"type":"Feature","id":"n757495251","geometry":{"type":"Point","coordinates":[0.7251985,51.3428829]},"properties":{"@type":"node","@id":757495251,"@timestamp":1568807103},"coords":"51.3428829,0.7251985","bedrooms":"4","price":"241000","area":"496"} , +{"type":"Feature","id":"n757495278","geometry":{"type":"Point","coordinates":[0.7252991,51.343528]},"properties":{"@type":"node","@id":757495278,"@timestamp":1568807103},"coords":"51.343528,0.7252991","bedrooms":"2","price":"195000","area":"456"} , +{"type":"Feature","id":"n757513690","geometry":{"type":"Point","coordinates":[0.7258945,51.3470431]},"properties":{"@type":"node","@id":757513690,"@timestamp":1567804480},"coords":"51.3470431,0.7258945","bedrooms":"2","price":"278000","area":"450"} , +{"type":"Feature","id":"n757513704","geometry":{"type":"Point","coordinates":[0.7259948,51.3471015]},"properties":{"@type":"node","@id":757513704,"@timestamp":1567804480},"coords":"51.3471015,0.7259948","bedrooms":"2","price":"297000","area":"504"} , +{"type":"Feature","id":"n757513718","geometry":{"type":"Point","coordinates":[0.7260624,51.3465305]},"properties":{"@type":"node","@id":757513718,"@timestamp":1567804480},"coords":"51.3465305,0.7260624","bedrooms":"0","price":"184000","area":"567"} , +{"type":"Feature","id":"n757513732","geometry":{"type":"Point","coordinates":[0.7253935,51.3472171]},"properties":{"@type":"node","@id":757513732,"@timestamp":1567804480},"coords":"51.3472171,0.7253935","bedrooms":"3","price":"150000","area":"553"} , +{"type":"Feature","id":"n757513753","geometry":{"type":"Point","coordinates":[0.7264342,51.3467927]},"properties":{"@type":"node","@id":757513753,"@timestamp":1567804480},"coords":"51.3467927,0.7264342","bedrooms":"3","price":"244000","area":"568"} , +{"type":"Feature","id":"n757513768","geometry":{"type":"Point","coordinates":[0.7275281,51.3468128]},"properties":{"@type":"node","@id":757513768,"@timestamp":1566647727},"coords":"51.3468128,0.7275281","bedrooms":"3","price":"299000","area":"592"} , +{"type":"Feature","id":"n757513783","geometry":{"type":"Point","coordinates":[0.7257697,51.3468367]},"properties":{"@type":"node","@id":757513783,"@timestamp":1567804480},"coords":"51.3468367,0.7257697","bedrooms":"2","price":"213000","area":"372"} , +{"type":"Feature","id":"n757513799","geometry":{"type":"Point","coordinates":[0.7263801,51.3463084]},"properties":{"@type":"node","@id":757513799,"@timestamp":1567804480},"coords":"51.3463084,0.7263801","bedrooms":"4","price":"289000","area":"515"} , +{"type":"Feature","id":"n757513812","geometry":{"type":"Point","coordinates":[0.72567,51.3473879]},"properties":{"@type":"node","@id":757513812,"@timestamp":1567804480},"coords":"51.3473879,0.72567","bedrooms":"2","price":"219000","area":"561"} , +{"type":"Feature","id":"n757513826","geometry":{"type":"Point","coordinates":[0.7277134,51.3471831]},"properties":{"@type":"node","@id":757513826,"@timestamp":1566647727},"coords":"51.3471831,0.7277134","bedrooms":"0","price":"240000","area":"484"} , +{"type":"Feature","id":"n757513840","geometry":{"type":"Point","coordinates":[0.7262171,51.3466414]},"properties":{"@type":"node","@id":757513840,"@timestamp":1567804480},"coords":"51.3466414,0.7262171","bedrooms":"3","price":"218000","area":"355"} , +{"type":"Feature","id":"n757513856","geometry":{"type":"Point","coordinates":[0.7280816,51.3468357]},"properties":{"@type":"node","@id":757513856,"@timestamp":1566647727},"coords":"51.3468357,0.7280816","bedrooms":"4","price":"250000","area":"387"} , +{"type":"Feature","id":"n758571948","geometry":{"type":"Point","coordinates":[0.2769362,51.8672333]},"properties":{"@type":"node","@id":758571948,"@timestamp":1275205574},"coords":"51.8672333,0.2769362","bedrooms":"4","price":"258000","area":"544"} , +{"type":"Feature","id":"n758572003","geometry":{"type":"Point","coordinates":[0.2733099,51.8687173]},"properties":{"@type":"node","@id":758572003,"@timestamp":1275205576},"coords":"51.8687173,0.2733099","bedrooms":"2","price":"194000","area":"542"} , +{"type":"Feature","id":"n758572062","geometry":{"type":"Point","coordinates":[0.2741145,51.8672797]},"properties":{"@type":"node","@id":758572062,"@timestamp":1275205578},"coords":"51.8672797,0.2741145","bedrooms":"0","price":"186000","area":"454"} , +{"type":"Feature","id":"n759123827","geometry":{"type":"Point","coordinates":[-0.1085095,51.5147486]},"properties":{"@type":"node","@id":759123827,"@timestamp":1297471719},"coords":"51.5147486,-0.1085095","bedrooms":"4","price":"153000","area":"378"} , +{"type":"Feature","id":"n759465905","geometry":{"type":"Point","coordinates":[-0.6083419,51.2510693]},"properties":{"@type":"node","@id":759465905,"@timestamp":1276957359},"coords":"51.2510693,-0.6083419","bedrooms":"1","price":"225000","area":"563"} , +{"type":"Feature","id":"n759465915","geometry":{"type":"Point","coordinates":[-0.6072314,51.2486308]},"properties":{"@type":"node","@id":759465915,"@timestamp":1275226634},"coords":"51.2486308,-0.6072314","bedrooms":"2","price":"235000","area":"384"} , +{"type":"Feature","id":"n759499081","geometry":{"type":"Point","coordinates":[-0.5081631,51.862645]},"properties":{"@type":"node","@id":759499081,"@timestamp":1275229030},"coords":"51.862645,-0.5081631","bedrooms":"3","price":"212000","area":"456"} , +{"type":"Feature","id":"n759772935","geometry":{"type":"Point","coordinates":[0.3170825,51.4806074]},"properties":{"@type":"node","@id":759772935,"@timestamp":1275241251},"coords":"51.4806074,0.3170825","bedrooms":"2","price":"190000","area":"460"} , +{"type":"Feature","id":"n759818269","geometry":{"type":"Point","coordinates":[-0.0956355,51.5705849]},"properties":{"@type":"node","@id":759818269,"@timestamp":1610754287},"coords":"51.5705849,-0.0956355","bedrooms":"0","price":"257000","area":"542"} , +{"type":"Feature","id":"n759818321","geometry":{"type":"Point","coordinates":[-0.0904019,51.5713877]},"properties":{"@type":"node","@id":759818321,"@timestamp":1597596877},"coords":"51.5713877,-0.0904019","bedrooms":"1","price":"151000","area":"366"} , +{"type":"Feature","id":"n759857754","geometry":{"type":"Point","coordinates":[-0.155564,51.4815304]},"properties":{"@type":"node","@id":759857754,"@timestamp":1275246647},"coords":"51.4815304,-0.155564","bedrooms":"3","price":"180000","area":"392"} , +{"type":"Feature","id":"n759899458","geometry":{"type":"Point","coordinates":[-0.163449,51.4807695]},"properties":{"@type":"node","@id":759899458,"@timestamp":1275248316},"coords":"51.4807695,-0.163449","bedrooms":"4","price":"150000","area":"351"} , +{"type":"Feature","id":"n759915197","geometry":{"type":"Point","coordinates":[0.2147678,51.1549386]},"properties":{"@type":"node","@id":759915197,"@timestamp":1597585477},"coords":"51.1549386,0.2147678","bedrooms":"2","price":"277000","area":"482"} , +{"type":"Feature","id":"n759923004","geometry":{"type":"Point","coordinates":[-0.5934462,51.5347702]},"properties":{"@type":"node","@id":759923004,"@timestamp":1602935937},"coords":"51.5347702,-0.5934462","bedrooms":"3","price":"251000","area":"375"} , +{"type":"Feature","id":"n759942780","geometry":{"type":"Point","coordinates":[-0.1623266,51.4807435]},"properties":{"@type":"node","@id":759942780,"@timestamp":1275250651},"coords":"51.4807435,-0.1623266","bedrooms":"0","price":"163000","area":"638"} , +{"type":"Feature","id":"n760343704","geometry":{"type":"Point","coordinates":[0.3640236,51.8720487]},"properties":{"@type":"node","@id":760343704,"@timestamp":1275308606},"coords":"51.8720487,0.3640236","bedrooms":"3","price":"155000","area":"363"} , +{"type":"Feature","id":"n760427604","geometry":{"type":"Point","coordinates":[-0.1897601,51.8649588]},"properties":{"@type":"node","@id":760427604,"@timestamp":1275316570},"coords":"51.8649588,-0.1897601","bedrooms":"2","price":"253000","area":"412"} , +{"type":"Feature","id":"n760432433","geometry":{"type":"Point","coordinates":[0.7271876,51.3462724]},"properties":{"@type":"node","@id":760432433,"@timestamp":1566647727},"coords":"51.3462724,0.7271876","bedrooms":"4","price":"288000","area":"659"} , +{"type":"Feature","id":"n760432453","geometry":{"type":"Point","coordinates":[0.7260344,51.3469438]},"properties":{"@type":"node","@id":760432453,"@timestamp":1566647727},"coords":"51.3469438,0.7260344","bedrooms":"4","price":"157000","area":"521"} , +{"type":"Feature","id":"n760432472","geometry":{"type":"Point","coordinates":[0.7267879,51.3464386]},"properties":{"@type":"node","@id":760432472,"@timestamp":1567804480},"coords":"51.3464386,0.7267879","bedrooms":"2","price":"202000","area":"639"} , +{"type":"Feature","id":"n760432494","geometry":{"type":"Point","coordinates":[0.7272118,51.346933]},"properties":{"@type":"node","@id":760432494,"@timestamp":1566647727},"coords":"51.346933,0.7272118","bedrooms":"1","price":"184000","area":"470"} , +{"type":"Feature","id":"n760432514","geometry":{"type":"Point","coordinates":[0.7274943,51.3464228]},"properties":{"@type":"node","@id":760432514,"@timestamp":1566647727},"coords":"51.3464228,0.7274943","bedrooms":"4","price":"208000","area":"476"} , +{"type":"Feature","id":"n760439708","geometry":{"type":"Point","coordinates":[0.7258442,51.3468818]},"properties":{"@type":"node","@id":760439708,"@timestamp":1567804480},"coords":"51.3468818,0.7258442","bedrooms":"1","price":"231000","area":"522"} , +{"type":"Feature","id":"n760439724","geometry":{"type":"Point","coordinates":[0.7262267,51.3466189]},"properties":{"@type":"node","@id":760439724,"@timestamp":1567804480},"coords":"51.3466189,0.7262267","bedrooms":"0","price":"177000","area":"557"} , +{"type":"Feature","id":"n760454014","geometry":{"type":"Point","coordinates":[-0.1254394,51.4957902]},"properties":{"@type":"node","@id":760454014,"@timestamp":1426395010},"coords":"51.4957902,-0.1254394","bedrooms":"3","price":"256000","area":"575"} , +{"type":"Feature","id":"n760458988","geometry":{"type":"Point","coordinates":[0.724115,51.3452448]},"properties":{"@type":"node","@id":760458988,"@timestamp":1567804480},"coords":"51.3452448,0.724115","bedrooms":"0","price":"261000","area":"511"} , +{"type":"Feature","id":"n760459023","geometry":{"type":"Point","coordinates":[0.7230135,51.3456973]},"properties":{"@type":"node","@id":760459023,"@timestamp":1567804481},"coords":"51.3456973,0.7230135","bedrooms":"4","price":"225000","area":"515"} , +{"type":"Feature","id":"n760459036","geometry":{"type":"Point","coordinates":[0.7232603,51.3455856]},"properties":{"@type":"node","@id":760459036,"@timestamp":1567804481},"coords":"51.3455856,0.7232603","bedrooms":"1","price":"210000","area":"530"} , +{"type":"Feature","id":"n760459054","geometry":{"type":"Point","coordinates":[0.7239754,51.3455506]},"properties":{"@type":"node","@id":760459054,"@timestamp":1567804481},"coords":"51.3455506,0.7239754","bedrooms":"1","price":"166000","area":"533"} , +{"type":"Feature","id":"n760459080","geometry":{"type":"Point","coordinates":[0.7233267,51.3455585]},"properties":{"@type":"node","@id":760459080,"@timestamp":1567804481},"coords":"51.3455585,0.7233267","bedrooms":"0","price":"228000","area":"356"} , +{"type":"Feature","id":"n760482782","geometry":{"type":"Point","coordinates":[-0.1684972,51.8717147]},"properties":{"@type":"node","@id":760482782,"@timestamp":1556806138},"coords":"51.8717147,-0.1684972","bedrooms":"3","price":"257000","area":"434"} , +{"type":"Feature","id":"n760493461","geometry":{"type":"Point","coordinates":[0.7231036,51.3470575]},"properties":{"@type":"node","@id":760493461,"@timestamp":1567804481},"coords":"51.3470575,0.7231036","bedrooms":"2","price":"226000","area":"509"} , +{"type":"Feature","id":"n760493478","geometry":{"type":"Point","coordinates":[0.7247558,51.3461023]},"properties":{"@type":"node","@id":760493478,"@timestamp":1567804481},"coords":"51.3461023,0.7247558","bedrooms":"1","price":"228000","area":"651"} , +{"type":"Feature","id":"n760493496","geometry":{"type":"Point","coordinates":[0.7247215,51.3456065]},"properties":{"@type":"node","@id":760493496,"@timestamp":1567804481},"coords":"51.3456065,0.7247215","bedrooms":"1","price":"153000","area":"437"} , +{"type":"Feature","id":"n760493514","geometry":{"type":"Point","coordinates":[0.724656,51.346141]},"properties":{"@type":"node","@id":760493514,"@timestamp":1567804481},"coords":"51.346141,0.724656","bedrooms":"0","price":"247000","area":"479"} , +{"type":"Feature","id":"n760493538","geometry":{"type":"Point","coordinates":[0.7238252,51.3464904]},"properties":{"@type":"node","@id":760493538,"@timestamp":1567804481},"coords":"51.3464904,0.7238252","bedrooms":"2","price":"196000","area":"644"} , +{"type":"Feature","id":"n760493573","geometry":{"type":"Point","coordinates":[0.7226103,51.3464066]},"properties":{"@type":"node","@id":760493573,"@timestamp":1567804481},"coords":"51.3464066,0.7226103","bedrooms":"4","price":"207000","area":"486"} , +{"type":"Feature","id":"n760546933","geometry":{"type":"Point","coordinates":[0.7270203,51.3458408]},"properties":{"@type":"node","@id":760546933,"@timestamp":1567804481},"coords":"51.3458408,0.7270203","bedrooms":"2","price":"162000","area":"668"} , +{"type":"Feature","id":"n760546954","geometry":{"type":"Point","coordinates":[0.7269315,51.3459148]},"properties":{"@type":"node","@id":760546954,"@timestamp":1567804481},"coords":"51.3459148,0.7269315","bedrooms":"4","price":"173000","area":"461"} , +{"type":"Feature","id":"n760546971","geometry":{"type":"Point","coordinates":[0.7284756,51.3468311]},"properties":{"@type":"node","@id":760546971,"@timestamp":1567804481},"coords":"51.3468311,0.7284756","bedrooms":"1","price":"227000","area":"672"} , +{"type":"Feature","id":"n760546991","geometry":{"type":"Point","coordinates":[0.7278008,51.3464649]},"properties":{"@type":"node","@id":760546991,"@timestamp":1567804481},"coords":"51.3464649,0.7278008","bedrooms":"1","price":"160000","area":"658"} , +{"type":"Feature","id":"n760547008","geometry":{"type":"Point","coordinates":[0.7269596,51.3476269]},"properties":{"@type":"node","@id":760547008,"@timestamp":1566935436},"coords":"51.3476269,0.7269596","bedrooms":"3","price":"194000","area":"581"} , +{"type":"Feature","id":"n760547031","geometry":{"type":"Point","coordinates":[0.7278844,51.3465075]},"properties":{"@type":"node","@id":760547031,"@timestamp":1567804481},"coords":"51.3465075,0.7278844","bedrooms":"4","price":"238000","area":"570"} , +{"type":"Feature","id":"n760547053","geometry":{"type":"Point","coordinates":[0.7280383,51.3472083]},"properties":{"@type":"node","@id":760547053,"@timestamp":1566647727},"coords":"51.3472083,0.7280383","bedrooms":"0","price":"258000","area":"520"} , +{"type":"Feature","id":"n760551624","geometry":{"type":"Point","coordinates":[0.7290989,51.3458442]},"properties":{"@type":"node","@id":760551624,"@timestamp":1567812247},"coords":"51.3458442,0.7290989","bedrooms":"4","price":"289000","area":"366"} , +{"type":"Feature","id":"n760551642","geometry":{"type":"Point","coordinates":[0.7282702,51.3460977]},"properties":{"@type":"node","@id":760551642,"@timestamp":1567804481},"coords":"51.3460977,0.7282702","bedrooms":"2","price":"278000","area":"622"} , +{"type":"Feature","id":"n760551663","geometry":{"type":"Point","coordinates":[0.7287867,51.3462382]},"properties":{"@type":"node","@id":760551663,"@timestamp":1567804481},"coords":"51.3462382,0.7287867","bedrooms":"3","price":"205000","area":"378"} , +{"type":"Feature","id":"n760556748","geometry":{"type":"Point","coordinates":[0.1596777,51.8712815]},"properties":{"@type":"node","@id":760556748,"@timestamp":1545116737},"coords":"51.8712815,0.1596777","bedrooms":"0","price":"166000","area":"388"} , +{"type":"Feature","id":"n760556934","geometry":{"type":"Point","coordinates":[0.1609826,51.8680785]},"properties":{"@type":"node","@id":760556934,"@timestamp":1624285789},"coords":"51.8680785,0.1609826","bedrooms":"2","price":"246000","area":"471"} , +{"type":"Feature","id":"n760557131","geometry":{"type":"Point","coordinates":[0.1599929,51.8698473]},"properties":{"@type":"node","@id":760557131,"@timestamp":1275327932},"coords":"51.8698473,0.1599929","bedrooms":"1","price":"183000","area":"464"} , +{"type":"Feature","id":"n760557376","geometry":{"type":"Point","coordinates":[0.1584862,51.8730643]},"properties":{"@type":"node","@id":760557376,"@timestamp":1632181606},"coords":"51.8730643,0.1584862","bedrooms":"3","price":"177000","area":"456"} , +{"type":"Feature","id":"n760559104","geometry":{"type":"Point","coordinates":[0.7285517,51.3448338]},"properties":{"@type":"node","@id":760559104,"@timestamp":1567812247},"coords":"51.3448338,0.7285517","bedrooms":"1","price":"238000","area":"481"} , +{"type":"Feature","id":"n760559155","geometry":{"type":"Point","coordinates":[0.7271655,51.3438445]},"properties":{"@type":"node","@id":760559155,"@timestamp":1570365142},"coords":"51.3438445,0.7271655","bedrooms":"3","price":"266000","area":"498"} , +{"type":"Feature","id":"n760559189","geometry":{"type":"Point","coordinates":[0.7272897,51.3444065]},"properties":{"@type":"node","@id":760559189,"@timestamp":1566636843},"coords":"51.3444065,0.7272897","bedrooms":"1","price":"165000","area":"391"} , +{"type":"Feature","id":"n760559212","geometry":{"type":"Point","coordinates":[0.7278821,51.3448017]},"properties":{"@type":"node","@id":760559212,"@timestamp":1567812247},"coords":"51.3448017,0.7278821","bedrooms":"1","price":"210000","area":"440"} , +{"type":"Feature","id":"n760559237","geometry":{"type":"Point","coordinates":[0.7267088,51.3442115]},"properties":{"@type":"node","@id":760559237,"@timestamp":1566636843},"coords":"51.3442115,0.7267088","bedrooms":"2","price":"212000","area":"453"} , +{"type":"Feature","id":"n760559291","geometry":{"type":"Point","coordinates":[0.7272864,51.3437874]},"properties":{"@type":"node","@id":760559291,"@timestamp":1570365142},"coords":"51.3437874,0.7272864","bedrooms":"3","price":"152000","area":"587"} , +{"type":"Feature","id":"n760580784","geometry":{"type":"Point","coordinates":[0.7292592,51.3447986]},"properties":{"@type":"node","@id":760580784,"@timestamp":1567804481},"coords":"51.3447986,0.7292592","bedrooms":"0","price":"285000","area":"527"} , +{"type":"Feature","id":"n760580804","geometry":{"type":"Point","coordinates":[0.7298255,51.3453068]},"properties":{"@type":"node","@id":760580804,"@timestamp":1567804481},"coords":"51.3453068,0.7298255","bedrooms":"0","price":"194000","area":"535"} , +{"type":"Feature","id":"n760580824","geometry":{"type":"Point","coordinates":[0.7285237,51.3440454]},"properties":{"@type":"node","@id":760580824,"@timestamp":1566636843},"coords":"51.3440454,0.7285237","bedrooms":"1","price":"153000","area":"671"} , +{"type":"Feature","id":"n760580845","geometry":{"type":"Point","coordinates":[0.7284046,51.3439565]},"properties":{"@type":"node","@id":760580845,"@timestamp":1566636843},"coords":"51.3439565,0.7284046","bedrooms":"3","price":"261000","area":"541"} , +{"type":"Feature","id":"n760580881","geometry":{"type":"Point","coordinates":[0.7291716,51.3447256]},"properties":{"@type":"node","@id":760580881,"@timestamp":1567804481},"coords":"51.3447256,0.7291716","bedrooms":"3","price":"281000","area":"402"} , +{"type":"Feature","id":"n760580919","geometry":{"type":"Point","coordinates":[0.7309577,51.346511]},"properties":{"@type":"node","@id":760580919,"@timestamp":1567804481},"coords":"51.346511,0.7309577","bedrooms":"2","price":"285000","area":"429"} , +{"type":"Feature","id":"n760595998","geometry":{"type":"Point","coordinates":[0.7279956,51.3436297]},"properties":{"@type":"node","@id":760595998,"@timestamp":1566636843},"coords":"51.3436297,0.7279956","bedrooms":"0","price":"299000","area":"552"} , +{"type":"Feature","id":"n760642224","geometry":{"type":"Point","coordinates":[-0.2696452,51.9404456]},"properties":{"@type":"node","@id":760642224,"@timestamp":1364833830},"coords":"51.9404456,-0.2696452","bedrooms":"0","price":"178000","area":"383"} , +{"type":"Feature","id":"n760707480","geometry":{"type":"Point","coordinates":[-0.9919614,51.1265391]},"properties":{"@type":"node","@id":760707480,"@timestamp":1616173941},"coords":"51.1265391,-0.9919614","bedrooms":"2","price":"242000","area":"679"} , +{"type":"Feature","id":"n760728802","geometry":{"type":"Point","coordinates":[-0.541621,51.548427]},"properties":{"@type":"node","@id":760728802,"@timestamp":1275341318},"coords":"51.548427,-0.541621","bedrooms":"4","price":"296000","area":"584"} , +{"type":"Feature","id":"n760732753","geometry":{"type":"Point","coordinates":[-0.7461629,51.6948999]},"properties":{"@type":"node","@id":760732753,"@timestamp":1535707833},"coords":"51.6948999,-0.7461629","bedrooms":"4","price":"159000","area":"423"} , +{"type":"Feature","id":"n760733356","geometry":{"type":"Point","coordinates":[0.7281143,51.3466154]},"properties":{"@type":"node","@id":760733356,"@timestamp":1567804481},"coords":"51.3466154,0.7281143","bedrooms":"4","price":"278000","area":"389"} , +{"type":"Feature","id":"n760733369","geometry":{"type":"Point","coordinates":[0.7280297,51.3465708]},"properties":{"@type":"node","@id":760733369,"@timestamp":1567804481},"coords":"51.3465708,0.7280297","bedrooms":"2","price":"229000","area":"552"} , +{"type":"Feature","id":"n760733384","geometry":{"type":"Point","coordinates":[0.7269184,51.3458583]},"properties":{"@type":"node","@id":760733384,"@timestamp":1567804481},"coords":"51.3458583,0.7269184","bedrooms":"4","price":"299000","area":"446"} , +{"type":"Feature","id":"n760733397","geometry":{"type":"Point","coordinates":[0.5402649,51.2884155]},"properties":{"@type":"node","@id":760733397,"@timestamp":1275341884},"coords":"51.2884155,0.5402649","bedrooms":"3","price":"200000","area":"587"} , +{"type":"Feature","id":"n760733419","geometry":{"type":"Point","coordinates":[0.5402608,51.2880531]},"properties":{"@type":"node","@id":760733419,"@timestamp":1275341887},"coords":"51.2880531,0.5402608","bedrooms":"2","price":"278000","area":"502"} , +{"type":"Feature","id":"n760733430","geometry":{"type":"Point","coordinates":[0.5402836,51.2884968]},"properties":{"@type":"node","@id":760733430,"@timestamp":1396306938},"coords":"51.2884968,0.5402836","bedrooms":"1","price":"164000","area":"456"} , +{"type":"Feature","id":"n760733440","geometry":{"type":"Point","coordinates":[0.5401214,51.288366]},"properties":{"@type":"node","@id":760733440,"@timestamp":1275341891},"coords":"51.288366,0.5401214","bedrooms":"1","price":"162000","area":"517"} , +{"type":"Feature","id":"n760756815","geometry":{"type":"Point","coordinates":[0.7277164,51.344218]},"properties":{"@type":"node","@id":760756815,"@timestamp":1566636843},"coords":"51.344218,0.7277164","bedrooms":"1","price":"194000","area":"354"} , +{"type":"Feature","id":"n760756828","geometry":{"type":"Point","coordinates":[0.7304142,51.345653]},"properties":{"@type":"node","@id":760756828,"@timestamp":1567804481},"coords":"51.345653,0.7304142","bedrooms":"4","price":"183000","area":"412"} , +{"type":"Feature","id":"n760756840","geometry":{"type":"Point","coordinates":[0.7306273,51.3459321]},"properties":{"@type":"node","@id":760756840,"@timestamp":1567804481},"coords":"51.3459321,0.7306273","bedrooms":"0","price":"243000","area":"364"} , +{"type":"Feature","id":"n760756854","geometry":{"type":"Point","coordinates":[0.7288208,51.3444289]},"properties":{"@type":"node","@id":760756854,"@timestamp":1566636843},"coords":"51.3444289,0.7288208","bedrooms":"3","price":"213000","area":"606"} , +{"type":"Feature","id":"n760756867","geometry":{"type":"Point","coordinates":[0.7297798,51.3466968]},"properties":{"@type":"node","@id":760756867,"@timestamp":1567804481},"coords":"51.3466968,0.7297798","bedrooms":"2","price":"273000","area":"668"} , +{"type":"Feature","id":"n760756882","geometry":{"type":"Point","coordinates":[0.7279964,51.3436521]},"properties":{"@type":"node","@id":760756882,"@timestamp":1566636843},"coords":"51.3436521,0.7279964","bedrooms":"4","price":"165000","area":"603"} , +{"type":"Feature","id":"n760756898","geometry":{"type":"Point","coordinates":[0.7285813,51.3449491]},"properties":{"@type":"node","@id":760756898,"@timestamp":1567804481},"coords":"51.3449491,0.7285813","bedrooms":"0","price":"202000","area":"424"} , +{"type":"Feature","id":"n760756915","geometry":{"type":"Point","coordinates":[0.7279965,51.3443548]},"properties":{"@type":"node","@id":760756915,"@timestamp":1566636843},"coords":"51.3443548,0.7279965","bedrooms":"3","price":"253000","area":"367"} , +{"type":"Feature","id":"n760758395","geometry":{"type":"Point","coordinates":[0.7267414,51.3476983]},"properties":{"@type":"node","@id":760758395,"@timestamp":1566935436},"coords":"51.3476983,0.7267414","bedrooms":"3","price":"170000","area":"368"} , +{"type":"Feature","id":"n760758405","geometry":{"type":"Point","coordinates":[0.7289611,51.3473357]},"properties":{"@type":"node","@id":760758405,"@timestamp":1566941713},"coords":"51.3473357,0.7289611","bedrooms":"2","price":"223000","area":"442"} , +{"type":"Feature","id":"n760874077","geometry":{"type":"Point","coordinates":[-0.622911,51.333609]},"properties":{"@type":"node","@id":760874077,"@timestamp":1275368584},"coords":"51.333609,-0.622911","bedrooms":"0","price":"190000","area":"615"} , +{"type":"Feature","id":"n761299280","geometry":{"type":"Point","coordinates":[-0.6623485,51.7936395]},"properties":{"@type":"node","@id":761299280,"@timestamp":1607975432},"coords":"51.7936395,-0.6623485","bedrooms":"3","price":"299000","area":"668"} , +{"type":"Feature","id":"n761396208","geometry":{"type":"Point","coordinates":[0.1072368,50.9760442]},"properties":{"@type":"node","@id":761396208,"@timestamp":1517768880},"coords":"50.9760442,0.1072368","bedrooms":"1","price":"170000","area":"407"} , +{"type":"Feature","id":"n761612793","geometry":{"type":"Point","coordinates":[0.1694867,51.4203806]},"properties":{"@type":"node","@id":761612793,"@timestamp":1551135766},"coords":"51.4203806,0.1694867","bedrooms":"1","price":"223000","area":"584"} , +{"type":"Feature","id":"n761827369","geometry":{"type":"Point","coordinates":[-0.3443638,51.3751968]},"properties":{"@type":"node","@id":761827369,"@timestamp":1592149578},"coords":"51.3751968,-0.3443638","bedrooms":"4","price":"159000","area":"676"} , +{"type":"Feature","id":"n761828663","geometry":{"type":"Point","coordinates":[0.7245118,51.3444204]},"properties":{"@type":"node","@id":761828663,"@timestamp":1566636843},"coords":"51.3444204,0.7245118","bedrooms":"3","price":"258000","area":"399"} , +{"type":"Feature","id":"n761828673","geometry":{"type":"Point","coordinates":[0.7244949,51.3439545]},"properties":{"@type":"node","@id":761828673,"@timestamp":1568807103},"coords":"51.3439545,0.7244949","bedrooms":"0","price":"265000","area":"449"} , +{"type":"Feature","id":"n761828686","geometry":{"type":"Point","coordinates":[0.724287,51.3440114]},"properties":{"@type":"node","@id":761828686,"@timestamp":1568807103},"coords":"51.3440114,0.724287","bedrooms":"4","price":"266000","area":"675"} , +{"type":"Feature","id":"n761828698","geometry":{"type":"Point","coordinates":[0.7236522,51.3441773]},"properties":{"@type":"node","@id":761828698,"@timestamp":1568807103},"coords":"51.3441773,0.7236522","bedrooms":"4","price":"227000","area":"382"} , +{"type":"Feature","id":"n761831009","geometry":{"type":"Point","coordinates":[-0.1093516,51.5123123]},"properties":{"@type":"node","@id":761831009,"@timestamp":1275431826},"coords":"51.5123123,-0.1093516","bedrooms":"4","price":"254000","area":"466"} , +{"type":"Feature","id":"n761831052","geometry":{"type":"Point","coordinates":[-0.1093991,51.5125005]},"properties":{"@type":"node","@id":761831052,"@timestamp":1504862867},"coords":"51.5125005,-0.1093991","bedrooms":"1","price":"154000","area":"651"} , +{"type":"Feature","id":"n761834627","geometry":{"type":"Point","coordinates":[0.7250017,51.3426903]},"properties":{"@type":"node","@id":761834627,"@timestamp":1567814119},"coords":"51.3426903,0.7250017","bedrooms":"0","price":"154000","area":"369"} , +{"type":"Feature","id":"n761834641","geometry":{"type":"Point","coordinates":[0.7241925,51.3436548]},"properties":{"@type":"node","@id":761834641,"@timestamp":1568807103},"coords":"51.3436548,0.7241925","bedrooms":"3","price":"181000","area":"690"} , +{"type":"Feature","id":"n761835639","geometry":{"type":"Point","coordinates":[0.7229805,51.3420981]},"properties":{"@type":"node","@id":761835639,"@timestamp":1577707822},"coords":"51.3420981,0.7229805","bedrooms":"1","price":"287000","area":"524"} , +{"type":"Feature","id":"n762044731","geometry":{"type":"Point","coordinates":[0.1263893,51.7836011]},"properties":{"@type":"node","@id":762044731,"@timestamp":1631655922},"coords":"51.7836011,0.1263893","bedrooms":"4","price":"157000","area":"506"} , +{"type":"Feature","id":"n762318232","geometry":{"type":"Point","coordinates":[0.7475063,51.4311217]},"properties":{"@type":"node","@id":762318232,"@timestamp":1342350008},"coords":"51.4311217,0.7475063","bedrooms":"3","price":"190000","area":"383"} , +{"type":"Feature","id":"n762484542","geometry":{"type":"Point","coordinates":[0.0524574,51.3317458]},"properties":{"@type":"node","@id":762484542,"@timestamp":1310235497},"coords":"51.3317458,0.0524574","bedrooms":"2","price":"250000","area":"433"} , +{"type":"Feature","id":"n762624588","geometry":{"type":"Point","coordinates":[-0.413727,51.6581069]},"properties":{"@type":"node","@id":762624588,"@timestamp":1275506229},"coords":"51.6581069,-0.413727","bedrooms":"2","price":"188000","area":"368"} , +{"type":"Feature","id":"n762676233","geometry":{"type":"Point","coordinates":[-0.2904277,51.4790239]},"properties":{"@type":"node","@id":762676233,"@timestamp":1308674823},"coords":"51.4790239,-0.2904277","bedrooms":"3","price":"294000","area":"617"} , +{"type":"Feature","id":"n762722577","geometry":{"type":"Point","coordinates":[0.7227467,51.3430932]},"properties":{"@type":"node","@id":762722577,"@timestamp":1568807103},"coords":"51.3430932,0.7227467","bedrooms":"2","price":"202000","area":"655"} , +{"type":"Feature","id":"n762722605","geometry":{"type":"Point","coordinates":[0.7234381,51.3436132]},"properties":{"@type":"node","@id":762722605,"@timestamp":1568807103},"coords":"51.3436132,0.7234381","bedrooms":"4","price":"189000","area":"359"} , +{"type":"Feature","id":"n762722635","geometry":{"type":"Point","coordinates":[0.723143,51.343597]},"properties":{"@type":"node","@id":762722635,"@timestamp":1568807103},"coords":"51.343597,0.723143","bedrooms":"0","price":"271000","area":"520"} , +{"type":"Feature","id":"n762722670","geometry":{"type":"Point","coordinates":[0.7207521,51.3417623]},"properties":{"@type":"node","@id":762722670,"@timestamp":1567814119},"coords":"51.3417623,0.7207521","bedrooms":"2","price":"204000","area":"660"} , +{"type":"Feature","id":"n762722699","geometry":{"type":"Point","coordinates":[0.7206822,51.3417081]},"properties":{"@type":"node","@id":762722699,"@timestamp":1567814119},"coords":"51.3417081,0.7206822","bedrooms":"3","price":"242000","area":"485"} , +{"type":"Feature","id":"n762722728","geometry":{"type":"Point","coordinates":[0.7200467,51.3419883]},"properties":{"@type":"node","@id":762722728,"@timestamp":1567814119},"coords":"51.3419883,0.7200467","bedrooms":"1","price":"171000","area":"426"} , +{"type":"Feature","id":"n762733287","geometry":{"type":"Point","coordinates":[0.7256595,51.3428332]},"properties":{"@type":"node","@id":762733287,"@timestamp":1566647727},"coords":"51.3428332,0.7256595","bedrooms":"2","price":"211000","area":"616"} , +{"type":"Feature","id":"n762804589","geometry":{"type":"Point","coordinates":[0.7294258,51.3415902]},"properties":{"@type":"node","@id":762804589,"@timestamp":1570365142},"coords":"51.3415902,0.7294258","bedrooms":"2","price":"261000","area":"647"} , +{"type":"Feature","id":"n762804607","geometry":{"type":"Point","coordinates":[0.7285908,51.3430537]},"properties":{"@type":"node","@id":762804607,"@timestamp":1570365142},"coords":"51.3430537,0.7285908","bedrooms":"0","price":"242000","area":"379"} , +{"type":"Feature","id":"n762804625","geometry":{"type":"Point","coordinates":[0.7277946,51.3424953]},"properties":{"@type":"node","@id":762804625,"@timestamp":1570365142},"coords":"51.3424953,0.7277946","bedrooms":"0","price":"215000","area":"499"} , +{"type":"Feature","id":"n762804640","geometry":{"type":"Point","coordinates":[0.7277461,51.3425465]},"properties":{"@type":"node","@id":762804640,"@timestamp":1570365142},"coords":"51.3425465,0.7277461","bedrooms":"1","price":"221000","area":"675"} , +{"type":"Feature","id":"n762804658","geometry":{"type":"Point","coordinates":[0.7265582,51.3433875]},"properties":{"@type":"node","@id":762804658,"@timestamp":1570365142},"coords":"51.3433875,0.7265582","bedrooms":"2","price":"251000","area":"479"} , +{"type":"Feature","id":"n762804674","geometry":{"type":"Point","coordinates":[0.7279959,51.342768]},"properties":{"@type":"node","@id":762804674,"@timestamp":1570365142},"coords":"51.342768,0.7279959","bedrooms":"1","price":"180000","area":"388"} , +{"type":"Feature","id":"n763101331","geometry":{"type":"Point","coordinates":[-0.8017465,51.2917874]},"properties":{"@type":"node","@id":763101331,"@timestamp":1436470299},"coords":"51.2917874,-0.8017465","bedrooms":"4","price":"212000","area":"654"} , +{"type":"Feature","id":"n763175601","geometry":{"type":"Point","coordinates":[-0.7546046,51.2938217]},"properties":{"@type":"node","@id":763175601,"@timestamp":1635286032},"coords":"51.2938217,-0.7546046","bedrooms":"1","price":"167000","area":"605"} , +{"type":"Feature","id":"n763182858","geometry":{"type":"Point","coordinates":[0.7286995,51.3414056]},"properties":{"@type":"node","@id":763182858,"@timestamp":1568800439},"coords":"51.3414056,0.7286995","bedrooms":"4","price":"257000","area":"416"} , +{"type":"Feature","id":"n763208024","geometry":{"type":"Point","coordinates":[-0.9437572,51.0060042]},"properties":{"@type":"node","@id":763208024,"@timestamp":1305372076},"coords":"51.0060042,-0.9437572","bedrooms":"4","price":"228000","area":"484"} , +{"type":"Feature","id":"n763214264","geometry":{"type":"Point","coordinates":[-0.7660671,51.3096696]},"properties":{"@type":"node","@id":763214264,"@timestamp":1363955158},"coords":"51.3096696,-0.7660671","bedrooms":"1","price":"215000","area":"375"} , +{"type":"Feature","id":"n763324237","geometry":{"type":"Point","coordinates":[0.7242853,51.34072]},"properties":{"@type":"node","@id":763324237,"@timestamp":1568807103},"coords":"51.34072,0.7242853","bedrooms":"0","price":"185000","area":"460"} , +{"type":"Feature","id":"n763334263","geometry":{"type":"Point","coordinates":[0.7264152,51.3392848]},"properties":{"@type":"node","@id":763334263,"@timestamp":1568800439},"coords":"51.3392848,0.7264152","bedrooms":"3","price":"257000","area":"686"} , +{"type":"Feature","id":"n763369280","geometry":{"type":"Point","coordinates":[0.7281028,51.3395273]},"properties":{"@type":"node","@id":763369280,"@timestamp":1566647727},"coords":"51.3395273,0.7281028","bedrooms":"1","price":"205000","area":"497"} , +{"type":"Feature","id":"n763390996","geometry":{"type":"Point","coordinates":[-0.1799448,51.5854338]},"properties":{"@type":"node","@id":763390996,"@timestamp":1275583294},"coords":"51.5854338,-0.1799448","bedrooms":"4","price":"268000","area":"534"} , +{"type":"Feature","id":"n763441596","geometry":{"type":"Point","coordinates":[0.727685,51.3385844]},"properties":{"@type":"node","@id":763441596,"@timestamp":1566647727},"coords":"51.3385844,0.727685","bedrooms":"3","price":"292000","area":"543"} , +{"type":"Feature","id":"n763471489","geometry":{"type":"Point","coordinates":[-0.1941349,51.8421205]},"properties":{"@type":"node","@id":763471489,"@timestamp":1275589846},"coords":"51.8421205,-0.1941349","bedrooms":"2","price":"299000","area":"660"} , +{"type":"Feature","id":"n763527561","geometry":{"type":"Point","coordinates":[0.7402085,51.3368188]},"properties":{"@type":"node","@id":763527561,"@timestamp":1568751335},"coords":"51.3368188,0.7402085","bedrooms":"0","price":"200000","area":"390"} , +{"type":"Feature","id":"n763527607","geometry":{"type":"Point","coordinates":[0.7421299,51.3359271]},"properties":{"@type":"node","@id":763527607,"@timestamp":1566231511},"coords":"51.3359271,0.7421299","bedrooms":"3","price":"285000","area":"358"} , +{"type":"Feature","id":"n763527633","geometry":{"type":"Point","coordinates":[0.7413259,51.3360847]},"properties":{"@type":"node","@id":763527633,"@timestamp":1566759295},"coords":"51.3360847,0.7413259","bedrooms":"3","price":"174000","area":"517"} , +{"type":"Feature","id":"n763527652","geometry":{"type":"Point","coordinates":[0.7406255,51.3361155]},"properties":{"@type":"node","@id":763527652,"@timestamp":1566759295},"coords":"51.3361155,0.7406255","bedrooms":"0","price":"266000","area":"650"} , +{"type":"Feature","id":"n763527673","geometry":{"type":"Point","coordinates":[0.7409045,51.336985]},"properties":{"@type":"node","@id":763527673,"@timestamp":1568751335},"coords":"51.336985,0.7409045","bedrooms":"3","price":"239000","area":"354"} , +{"type":"Feature","id":"n763527696","geometry":{"type":"Point","coordinates":[0.7419059,51.3364913]},"properties":{"@type":"node","@id":763527696,"@timestamp":1566231511},"coords":"51.3364913,0.7419059","bedrooms":"0","price":"233000","area":"508"} , +{"type":"Feature","id":"n763527730","geometry":{"type":"Point","coordinates":[0.7410581,51.3376005]},"properties":{"@type":"node","@id":763527730,"@timestamp":1568751335},"coords":"51.3376005,0.7410581","bedrooms":"3","price":"151000","area":"595"} , +{"type":"Feature","id":"n763527755","geometry":{"type":"Point","coordinates":[0.7411154,51.3369474]},"properties":{"@type":"node","@id":763527755,"@timestamp":1566231511},"coords":"51.3369474,0.7411154","bedrooms":"4","price":"168000","area":"428"} , +{"type":"Feature","id":"n763527782","geometry":{"type":"Point","coordinates":[0.7432053,51.3388121]},"properties":{"@type":"node","@id":763527782,"@timestamp":1566594150},"coords":"51.3388121,0.7432053","bedrooms":"4","price":"224000","area":"556"} , +{"type":"Feature","id":"n763527811","geometry":{"type":"Point","coordinates":[0.7407145,51.3368583]},"properties":{"@type":"node","@id":763527811,"@timestamp":1568751335},"coords":"51.3368583,0.7407145","bedrooms":"2","price":"192000","area":"463"} , +{"type":"Feature","id":"n763575272","geometry":{"type":"Point","coordinates":[0.09521,51.4551229]},"properties":{"@type":"node","@id":763575272,"@timestamp":1275597203},"coords":"51.4551229,0.09521","bedrooms":"3","price":"166000","area":"550"} , +{"type":"Feature","id":"n763634722","geometry":{"type":"Point","coordinates":[-0.0063938,51.4159781]},"properties":{"@type":"node","@id":763634722,"@timestamp":1308050515},"coords":"51.4159781,-0.0063938","bedrooms":"3","price":"160000","area":"525"} , +{"type":"Feature","id":"n764099535","geometry":{"type":"Point","coordinates":[0.1868341,51.4150298]},"properties":{"@type":"node","@id":764099535,"@timestamp":1608248863},"coords":"51.4150298,0.1868341","bedrooms":"2","price":"162000","area":"539"} , +{"type":"Feature","id":"n764610946","geometry":{"type":"Point","coordinates":[0.1670018,51.426753]},"properties":{"@type":"node","@id":764610946,"@timestamp":1611337404},"coords":"51.426753,0.1670018","bedrooms":"2","price":"212000","area":"549"} , +{"type":"Feature","id":"n764610994","geometry":{"type":"Point","coordinates":[0.1714679,51.423692]},"properties":{"@type":"node","@id":764610994,"@timestamp":1635812667},"coords":"51.423692,0.1714679","bedrooms":"0","price":"245000","area":"482"} , +{"type":"Feature","id":"n764886588","geometry":{"type":"Point","coordinates":[-0.1916019,51.5034893]},"properties":{"@type":"node","@id":764886588,"@timestamp":1589829102},"coords":"51.5034893,-0.1916019","bedrooms":"1","price":"252000","area":"375"} , +{"type":"Feature","id":"n764949196","geometry":{"type":"Point","coordinates":[0.1665502,51.0440985]},"properties":{"@type":"node","@id":764949196,"@timestamp":1622632762},"coords":"51.0440985,0.1665502","bedrooms":"3","price":"196000","area":"491"} , +{"type":"Feature","id":"n765104510","geometry":{"type":"Point","coordinates":[0.0877197,50.9716056]},"properties":{"@type":"node","@id":765104510,"@timestamp":1485900738},"coords":"50.9716056,0.0877197","bedrooms":"3","price":"150000","area":"538"} , +{"type":"Feature","id":"n765184925","geometry":{"type":"Point","coordinates":[-0.548213,51.537273]},"properties":{"@type":"node","@id":765184925,"@timestamp":1275755296},"coords":"51.537273,-0.548213","bedrooms":"2","price":"169000","area":"504"} , +{"type":"Feature","id":"n765306521","geometry":{"type":"Point","coordinates":[0.7324139,51.3328053]},"properties":{"@type":"node","@id":765306521,"@timestamp":1577650218},"coords":"51.3328053,0.7324139","bedrooms":"3","price":"203000","area":"622"} , +{"type":"Feature","id":"n765306621","geometry":{"type":"Point","coordinates":[0.732885,51.3332333]},"properties":{"@type":"node","@id":765306621,"@timestamp":1577573613},"coords":"51.3332333,0.732885","bedrooms":"0","price":"223000","area":"437"} , +{"type":"Feature","id":"n765323337","geometry":{"type":"Point","coordinates":[0.7401569,51.3341766]},"properties":{"@type":"node","@id":765323337,"@timestamp":1568751335},"coords":"51.3341766,0.7401569","bedrooms":"3","price":"255000","area":"566"} , +{"type":"Feature","id":"n765323370","geometry":{"type":"Point","coordinates":[0.7390605,51.3339094]},"properties":{"@type":"node","@id":765323370,"@timestamp":1566412424},"coords":"51.3339094,0.7390605","bedrooms":"0","price":"185000","area":"612"} , +{"type":"Feature","id":"n765323430","geometry":{"type":"Point","coordinates":[0.7407096,51.3341923]},"properties":{"@type":"node","@id":765323430,"@timestamp":1568751335},"coords":"51.3341923,0.7407096","bedrooms":"2","price":"198000","area":"417"} , +{"type":"Feature","id":"n765323465","geometry":{"type":"Point","coordinates":[0.7388761,51.3340331]},"properties":{"@type":"node","@id":765323465,"@timestamp":1566412424},"coords":"51.3340331,0.7388761","bedrooms":"4","price":"238000","area":"457"} , +{"type":"Feature","id":"n765323497","geometry":{"type":"Point","coordinates":[0.7404639,51.3342918]},"properties":{"@type":"node","@id":765323497,"@timestamp":1568751335},"coords":"51.3342918,0.7404639","bedrooms":"1","price":"150000","area":"692"} , +{"type":"Feature","id":"n765323531","geometry":{"type":"Point","coordinates":[0.7401487,51.33423]},"properties":{"@type":"node","@id":765323531,"@timestamp":1568751335},"coords":"51.33423,0.7401487","bedrooms":"4","price":"265000","area":"531"} , +{"type":"Feature","id":"n765323563","geometry":{"type":"Point","coordinates":[0.7412127,51.333803]},"properties":{"@type":"node","@id":765323563,"@timestamp":1563742978},"coords":"51.333803,0.7412127","bedrooms":"4","price":"241000","area":"483"} , +{"type":"Feature","id":"n765330480","geometry":{"type":"Point","coordinates":[-0.1110094,51.4609123]},"properties":{"@type":"node","@id":765330480,"@timestamp":1330819988},"coords":"51.4609123,-0.1110094","bedrooms":"0","price":"266000","area":"612"} , +{"type":"Feature","id":"n765352225","geometry":{"type":"Point","coordinates":[0.7381824,51.3347355]},"properties":{"@type":"node","@id":765352225,"@timestamp":1563742494},"coords":"51.3347355,0.7381824","bedrooms":"0","price":"262000","area":"542"} , +{"type":"Feature","id":"n765719440","geometry":{"type":"Point","coordinates":[0.7308012,51.5403415]},"properties":{"@type":"node","@id":765719440,"@timestamp":1629115807},"coords":"51.5403415,0.7308012","bedrooms":"1","price":"189000","area":"610"} , +{"type":"Feature","id":"n765761572","geometry":{"type":"Point","coordinates":[0.551027,51.3781901]},"properties":{"@type":"node","@id":765761572,"@timestamp":1332699822},"coords":"51.3781901,0.551027","bedrooms":"0","price":"233000","area":"441"} , +{"type":"Feature","id":"n765784691","geometry":{"type":"Point","coordinates":[-0.1554416,51.8406355]},"properties":{"@type":"node","@id":765784691,"@timestamp":1521998084},"coords":"51.8406355,-0.1554416","bedrooms":"2","price":"276000","area":"477"} , +{"type":"Feature","id":"n765799156","geometry":{"type":"Point","coordinates":[-0.2282466,51.5913616]},"properties":{"@type":"node","@id":765799156,"@timestamp":1522006201},"coords":"51.5913616,-0.2282466","bedrooms":"4","price":"233000","area":"634"} , +{"type":"Feature","id":"n765802960","geometry":{"type":"Point","coordinates":[-0.2468253,51.3747424]},"properties":{"@type":"node","@id":765802960,"@timestamp":1621690757},"coords":"51.3747424,-0.2468253","bedrooms":"0","price":"296000","area":"469"} , +{"type":"Feature","id":"n765802978","geometry":{"type":"Point","coordinates":[-0.2452378,51.371695]},"properties":{"@type":"node","@id":765802978,"@timestamp":1621690757},"coords":"51.371695,-0.2452378","bedrooms":"2","price":"166000","area":"583"} , +{"type":"Feature","id":"n765803006","geometry":{"type":"Point","coordinates":[-0.2446362,51.3695754]},"properties":{"@type":"node","@id":765803006,"@timestamp":1621690950},"coords":"51.3695754,-0.2446362","bedrooms":"2","price":"249000","area":"555"} , +{"type":"Feature","id":"n765803061","geometry":{"type":"Point","coordinates":[-0.2482381,51.3726274]},"properties":{"@type":"node","@id":765803061,"@timestamp":1621692389},"coords":"51.3726274,-0.2482381","bedrooms":"2","price":"243000","area":"477"} , +{"type":"Feature","id":"n765803091","geometry":{"type":"Point","coordinates":[-0.2471749,51.3710773]},"properties":{"@type":"node","@id":765803091,"@timestamp":1621690536},"coords":"51.3710773,-0.2471749","bedrooms":"1","price":"171000","area":"444"} , +{"type":"Feature","id":"n765883321","geometry":{"type":"Point","coordinates":[-0.1961376,51.4872882]},"properties":{"@type":"node","@id":765883321,"@timestamp":1615154795},"coords":"51.4872882,-0.1961376","bedrooms":"3","price":"273000","area":"585"} , +{"type":"Feature","id":"n765961630","geometry":{"type":"Point","coordinates":[-1.096719,51.3723357]},"properties":{"@type":"node","@id":765961630,"@timestamp":1283188441},"coords":"51.3723357,-1.096719","bedrooms":"3","price":"269000","area":"442"} , +{"type":"Feature","id":"n765976234","geometry":{"type":"Point","coordinates":[-1.1009823,51.3974115]},"properties":{"@type":"node","@id":765976234,"@timestamp":1275851594},"coords":"51.3974115,-1.1009823","bedrooms":"4","price":"170000","area":"582"} , +{"type":"Feature","id":"n766028938","geometry":{"type":"Point","coordinates":[0.1580423,51.0478272]},"properties":{"@type":"node","@id":766028938,"@timestamp":1411253841},"coords":"51.0478272,0.1580423","bedrooms":"3","price":"200000","area":"499"} , +{"type":"Feature","id":"n766031472","geometry":{"type":"Point","coordinates":[-0.115404,51.4640588]},"properties":{"@type":"node","@id":766031472,"@timestamp":1330820009},"coords":"51.4640588,-0.115404","bedrooms":"4","price":"299000","area":"457"} , +{"type":"Feature","id":"n766072698","geometry":{"type":"Point","coordinates":[-0.4933863,51.5408498]},"properties":{"@type":"node","@id":766072698,"@timestamp":1571987065},"coords":"51.5408498,-0.4933863","bedrooms":"2","price":"292000","area":"424"} , +{"type":"Feature","id":"n766079489","geometry":{"type":"Point","coordinates":[0.7404624,51.3331512]},"properties":{"@type":"node","@id":766079489,"@timestamp":1564180926},"coords":"51.3331512,0.7404624","bedrooms":"4","price":"282000","area":"441"} , +{"type":"Feature","id":"n766094789","geometry":{"type":"Point","coordinates":[0.5518556,51.384995]},"properties":{"@type":"node","@id":766094789,"@timestamp":1275860862},"coords":"51.384995,0.5518556","bedrooms":"4","price":"274000","area":"582"} , +{"type":"Feature","id":"n766100392","geometry":{"type":"Point","coordinates":[0.1509836,51.0523478]},"properties":{"@type":"node","@id":766100392,"@timestamp":1602427243},"coords":"51.0523478,0.1509836","bedrooms":"3","price":"155000","area":"470"} , +{"type":"Feature","id":"n766133390","geometry":{"type":"Point","coordinates":[-0.0138993,51.3804598]},"properties":{"@type":"node","@id":766133390,"@timestamp":1613743491},"coords":"51.3804598,-0.0138993","bedrooms":"2","price":"176000","area":"429"} , +{"type":"Feature","id":"n766150774","geometry":{"type":"Point","coordinates":[-0.4858703,51.5444502]},"properties":{"@type":"node","@id":766150774,"@timestamp":1275865590},"coords":"51.5444502,-0.4858703","bedrooms":"0","price":"189000","area":"597"} , +{"type":"Feature","id":"n766484424","geometry":{"type":"Point","coordinates":[0.1955521,51.4368929]},"properties":{"@type":"node","@id":766484424,"@timestamp":1593811512},"coords":"51.4368929,0.1955521","bedrooms":"2","price":"272000","area":"641"} , +{"type":"Feature","id":"n766676568","geometry":{"type":"Point","coordinates":[-0.1273951,51.7548772]},"properties":{"@type":"node","@id":766676568,"@timestamp":1471788642},"coords":"51.7548772,-0.1273951","bedrooms":"2","price":"197000","area":"427"} , +{"type":"Feature","id":"n766706159","geometry":{"type":"Point","coordinates":[0.1996821,51.4433403]},"properties":{"@type":"node","@id":766706159,"@timestamp":1614137148},"coords":"51.4433403,0.1996821","bedrooms":"2","price":"197000","area":"361"} , +{"type":"Feature","id":"n766851080","geometry":{"type":"Point","coordinates":[-0.32748,51.2926911]},"properties":{"@type":"node","@id":766851080,"@timestamp":1619138777},"coords":"51.2926911,-0.32748","bedrooms":"1","price":"288000","area":"485"} , +{"type":"Feature","id":"n766867868","geometry":{"type":"Point","coordinates":[-0.1685465,51.9212448]},"properties":{"@type":"node","@id":766867868,"@timestamp":1616526250},"coords":"51.9212448,-0.1685465","bedrooms":"1","price":"150000","area":"512"} , +{"type":"Feature","id":"n766913034","geometry":{"type":"Point","coordinates":[-0.152696,51.4744238]},"properties":{"@type":"node","@id":766913034,"@timestamp":1330820031},"coords":"51.4744238,-0.152696","bedrooms":"3","price":"189000","area":"544"} , +{"type":"Feature","id":"n767000727","geometry":{"type":"Point","coordinates":[-0.3375159,51.3798575]},"properties":{"@type":"node","@id":767000727,"@timestamp":1275977494},"coords":"51.3798575,-0.3375159","bedrooms":"2","price":"204000","area":"665"} , +{"type":"Feature","id":"n767256832","geometry":{"type":"Point","coordinates":[-0.8553389,51.2953744]},"properties":{"@type":"node","@id":767256832,"@timestamp":1611343977},"coords":"51.2953744,-0.8553389","bedrooms":"0","price":"183000","area":"605"} , +{"type":"Feature","id":"n767373247","geometry":{"type":"Point","coordinates":[-0.8751458,51.5778302]},"properties":{"@type":"node","@id":767373247,"@timestamp":1325788953},"coords":"51.5778302,-0.8751458","bedrooms":"4","price":"222000","area":"672"} , +{"type":"Feature","id":"n767510343","geometry":{"type":"Point","coordinates":[-0.8566263,51.3800249]},"properties":{"@type":"node","@id":767510343,"@timestamp":1276030513},"coords":"51.3800249,-0.8566263","bedrooms":"2","price":"294000","area":"436"} , +{"type":"Feature","id":"n767545997","geometry":{"type":"Point","coordinates":[-0.5043906,51.3911866]},"properties":{"@type":"node","@id":767545997,"@timestamp":1318180902},"coords":"51.3911866,-0.5043906","bedrooms":"0","price":"191000","area":"482"} , +{"type":"Feature","id":"n767817879","geometry":{"type":"Point","coordinates":[-0.5010395,51.9474716]},"properties":{"@type":"node","@id":767817879,"@timestamp":1574996794},"coords":"51.9474716,-0.5010395","bedrooms":"1","price":"175000","area":"624"} , +{"type":"Feature","id":"n767922920","geometry":{"type":"Point","coordinates":[0.8714454,51.1742672]},"properties":{"@type":"node","@id":767922920,"@timestamp":1531239834},"coords":"51.1742672,0.8714454","bedrooms":"1","price":"223000","area":"400"} , +{"type":"Feature","id":"n767923068","geometry":{"type":"Point","coordinates":[0.8586247,51.1726408]},"properties":{"@type":"node","@id":767923068,"@timestamp":1276092874},"coords":"51.1726408,0.8586247","bedrooms":"4","price":"234000","area":"491"} , +{"type":"Feature","id":"n768152967","geometry":{"type":"Point","coordinates":[-0.3255882,51.2179436]},"properties":{"@type":"node","@id":768152967,"@timestamp":1276116584},"coords":"51.2179436,-0.3255882","bedrooms":"2","price":"226000","area":"510"} , +{"type":"Feature","id":"n768187761","geometry":{"type":"Point","coordinates":[-0.2294476,51.5889145]},"properties":{"@type":"node","@id":768187761,"@timestamp":1276120322},"coords":"51.5889145,-0.2294476","bedrooms":"2","price":"245000","area":"435"} , +{"type":"Feature","id":"n768412908","geometry":{"type":"Point","coordinates":[0.4406221,51.2574599]},"properties":{"@type":"node","@id":768412908,"@timestamp":1333959477},"coords":"51.2574599,0.4406221","bedrooms":"4","price":"241000","area":"574"} , +{"type":"Feature","id":"n768735429","geometry":{"type":"Point","coordinates":[0.7319382,51.3301088]},"properties":{"@type":"node","@id":768735429,"@timestamp":1566759295},"coords":"51.3301088,0.7319382","bedrooms":"3","price":"195000","area":"507"} , +{"type":"Feature","id":"n768851659","geometry":{"type":"Point","coordinates":[0.7259869,51.3314803]},"properties":{"@type":"node","@id":768851659,"@timestamp":1568836540},"coords":"51.3314803,0.7259869","bedrooms":"3","price":"228000","area":"404"} , +{"type":"Feature","id":"n768851731","geometry":{"type":"Point","coordinates":[0.7261045,51.3310398]},"properties":{"@type":"node","@id":768851731,"@timestamp":1577573613},"coords":"51.3310398,0.7261045","bedrooms":"3","price":"218000","area":"636"} , +{"type":"Feature","id":"n768888280","geometry":{"type":"Point","coordinates":[0.544683,51.3832976]},"properties":{"@type":"node","@id":768888280,"@timestamp":1532592525},"coords":"51.3832976,0.544683","bedrooms":"1","price":"266000","area":"529"} , +{"type":"Feature","id":"n768945484","geometry":{"type":"Point","coordinates":[0.3449358,51.7931799]},"properties":{"@type":"node","@id":768945484,"@timestamp":1616711994},"coords":"51.7931799,0.3449358","bedrooms":"3","price":"192000","area":"429"} , +{"type":"Feature","id":"n769140119","geometry":{"type":"Point","coordinates":[-0.2171744,51.5752178]},"properties":{"@type":"node","@id":769140119,"@timestamp":1276257510},"coords":"51.5752178,-0.2171744","bedrooms":"4","price":"290000","area":"670"} , +{"type":"Feature","id":"n769191590","geometry":{"type":"Point","coordinates":[-0.1190208,51.5282087]},"properties":{"@type":"node","@id":769191590,"@timestamp":1627550401},"coords":"51.5282087,-0.1190208","bedrooms":"4","price":"271000","area":"370"} , +{"type":"Feature","id":"n769279247","geometry":{"type":"Point","coordinates":[-0.5765115,51.2384708]},"properties":{"@type":"node","@id":769279247,"@timestamp":1614270646},"coords":"51.2384708,-0.5765115","bedrooms":"3","price":"271000","area":"558"} , +{"type":"Feature","id":"n769332601","geometry":{"type":"Point","coordinates":[0.7810899,51.2840071]},"properties":{"@type":"node","@id":769332601,"@timestamp":1444583414},"coords":"51.2840071,0.7810899","bedrooms":"0","price":"294000","area":"594"} , +{"type":"Feature","id":"n769352245","geometry":{"type":"Point","coordinates":[-0.1898461,51.8946264]},"properties":{"@type":"node","@id":769352245,"@timestamp":1276288283},"coords":"51.8946264,-0.1898461","bedrooms":"3","price":"249000","area":"649"} , +{"type":"Feature","id":"n769358095","geometry":{"type":"Point","coordinates":[0.6349996,51.2257357]},"properties":{"@type":"node","@id":769358095,"@timestamp":1625436501},"coords":"51.2257357,0.6349996","bedrooms":"2","price":"152000","area":"622"} , +{"type":"Feature","id":"n769375921","geometry":{"type":"Point","coordinates":[-0.2157777,51.8707816]},"properties":{"@type":"node","@id":769375921,"@timestamp":1276290282},"coords":"51.8707816,-0.2157777","bedrooms":"2","price":"239000","area":"634"} , +{"type":"Feature","id":"n769391483","geometry":{"type":"Point","coordinates":[0.7236112,51.331932]},"properties":{"@type":"node","@id":769391483,"@timestamp":1566759296},"coords":"51.331932,0.7236112","bedrooms":"0","price":"158000","area":"647"} , +{"type":"Feature","id":"n769416860","geometry":{"type":"Point","coordinates":[0.7191557,51.328985]},"properties":{"@type":"node","@id":769416860,"@timestamp":1567878554},"coords":"51.328985,0.7191557","bedrooms":"2","price":"232000","area":"543"} , +{"type":"Feature","id":"n769817198","geometry":{"type":"Point","coordinates":[0.7713128,51.3327786]},"properties":{"@type":"node","@id":769817198,"@timestamp":1593000387},"coords":"51.3327786,0.7713128","bedrooms":"0","price":"293000","area":"648"} , +{"type":"Feature","id":"n769848902","geometry":{"type":"Point","coordinates":[0.5038561,51.3329815]},"properties":{"@type":"node","@id":769848902,"@timestamp":1303731625},"coords":"51.3329815,0.5038561","bedrooms":"0","price":"214000","area":"674"} , +{"type":"Feature","id":"n769857618","geometry":{"type":"Point","coordinates":[0.4380731,51.337386]},"properties":{"@type":"node","@id":769857618,"@timestamp":1616678981},"coords":"51.337386,0.4380731","bedrooms":"3","price":"186000","area":"625"} , +{"type":"Feature","id":"n769874158","geometry":{"type":"Point","coordinates":[-0.3245265,51.2144512]},"properties":{"@type":"node","@id":769874158,"@timestamp":1403826291},"coords":"51.2144512,-0.3245265","bedrooms":"3","price":"283000","area":"368"} , +{"type":"Feature","id":"n770123763","geometry":{"type":"Point","coordinates":[-0.2482113,51.4880987]},"properties":{"@type":"node","@id":770123763,"@timestamp":1276357400},"coords":"51.4880987,-0.2482113","bedrooms":"4","price":"203000","area":"440"} , +{"type":"Feature","id":"n770191684","geometry":{"type":"Point","coordinates":[0.5739844,51.3661959]},"properties":{"@type":"node","@id":770191684,"@timestamp":1514641813},"coords":"51.3661959,0.5739844","bedrooms":"3","price":"217000","area":"465"} , +{"type":"Feature","id":"n770225090","geometry":{"type":"Point","coordinates":[0.7204176,51.3322552]},"properties":{"@type":"node","@id":770225090,"@timestamp":1567878226},"coords":"51.3322552,0.7204176","bedrooms":"4","price":"222000","area":"678"} , +{"type":"Feature","id":"n770225152","geometry":{"type":"Point","coordinates":[0.7206565,51.332186]},"properties":{"@type":"node","@id":770225152,"@timestamp":1567878226},"coords":"51.332186,0.7206565","bedrooms":"3","price":"263000","area":"431"} , +{"type":"Feature","id":"n770352677","geometry":{"type":"Point","coordinates":[0.723089,51.331833]},"properties":{"@type":"node","@id":770352677,"@timestamp":1568717880},"coords":"51.331833,0.723089","bedrooms":"2","price":"245000","area":"420"} , +{"type":"Feature","id":"n770352700","geometry":{"type":"Point","coordinates":[0.7231876,51.3317891]},"properties":{"@type":"node","@id":770352700,"@timestamp":1568717880},"coords":"51.3317891,0.7231876","bedrooms":"3","price":"155000","area":"438"} , +{"type":"Feature","id":"n770352715","geometry":{"type":"Point","coordinates":[0.7215712,51.3319292]},"properties":{"@type":"node","@id":770352715,"@timestamp":1568717880},"coords":"51.3319292,0.7215712","bedrooms":"3","price":"185000","area":"489"} , +{"type":"Feature","id":"n770352733","geometry":{"type":"Point","coordinates":[0.7208433,51.3324689]},"properties":{"@type":"node","@id":770352733,"@timestamp":1567878226},"coords":"51.3324689,0.7208433","bedrooms":"1","price":"239000","area":"357"} , +{"type":"Feature","id":"n770352751","geometry":{"type":"Point","coordinates":[0.7211265,51.3324324]},"properties":{"@type":"node","@id":770352751,"@timestamp":1568717880},"coords":"51.3324324,0.7211265","bedrooms":"2","price":"150000","area":"423"} , +{"type":"Feature","id":"n770577115","geometry":{"type":"Point","coordinates":[0.7220991,51.3307205]},"properties":{"@type":"node","@id":770577115,"@timestamp":1577573613},"coords":"51.3307205,0.7220991","bedrooms":"4","price":"262000","area":"408"} , +{"type":"Feature","id":"n770577179","geometry":{"type":"Point","coordinates":[0.7206656,51.3297922]},"properties":{"@type":"node","@id":770577179,"@timestamp":1577573613},"coords":"51.3297922,0.7206656","bedrooms":"0","price":"165000","area":"593"} , +{"type":"Feature","id":"n770577259","geometry":{"type":"Point","coordinates":[0.7219716,51.3305695]},"properties":{"@type":"node","@id":770577259,"@timestamp":1577573613},"coords":"51.3305695,0.7219716","bedrooms":"1","price":"171000","area":"537"} , +{"type":"Feature","id":"n770577342","geometry":{"type":"Point","coordinates":[0.7208787,51.3295326]},"properties":{"@type":"node","@id":770577342,"@timestamp":1577573613},"coords":"51.3295326,0.7208787","bedrooms":"3","price":"254000","area":"568"} , +{"type":"Feature","id":"n770619816","geometry":{"type":"Point","coordinates":[-0.142654,51.5522133]},"properties":{"@type":"node","@id":770619816,"@timestamp":1602806135},"coords":"51.5522133,-0.142654","bedrooms":"4","price":"290000","area":"612"} , +{"type":"Feature","id":"n770646573","geometry":{"type":"Point","coordinates":[0.2998632,51.5945671]},"properties":{"@type":"node","@id":770646573,"@timestamp":1276891890},"coords":"51.5945671,0.2998632","bedrooms":"1","price":"196000","area":"680"} , +{"type":"Feature","id":"n770665705","geometry":{"type":"Point","coordinates":[0.7171585,51.4551615]},"properties":{"@type":"node","@id":770665705,"@timestamp":1298588095},"coords":"51.4551615,0.7171585","bedrooms":"3","price":"171000","area":"549"} , +{"type":"Feature","id":"n770694405","geometry":{"type":"Point","coordinates":[0.7195503,51.3276122]},"properties":{"@type":"node","@id":770694405,"@timestamp":1577573613},"coords":"51.3276122,0.7195503","bedrooms":"3","price":"259000","area":"520"} , +{"type":"Feature","id":"n770694417","geometry":{"type":"Point","coordinates":[0.7193361,51.3295622]},"properties":{"@type":"node","@id":770694417,"@timestamp":1577573613},"coords":"51.3295622,0.7193361","bedrooms":"4","price":"246000","area":"637"} , +{"type":"Feature","id":"n770694431","geometry":{"type":"Point","coordinates":[0.7206258,51.3263569]},"properties":{"@type":"node","@id":770694431,"@timestamp":1568571481},"coords":"51.3263569,0.7206258","bedrooms":"2","price":"217000","area":"473"} , +{"type":"Feature","id":"n770694445","geometry":{"type":"Point","coordinates":[0.7209352,51.3267279]},"properties":{"@type":"node","@id":770694445,"@timestamp":1568571481},"coords":"51.3267279,0.7209352","bedrooms":"4","price":"193000","area":"616"} , +{"type":"Feature","id":"n770694461","geometry":{"type":"Point","coordinates":[0.7206638,51.3272998]},"properties":{"@type":"node","@id":770694461,"@timestamp":1568571481},"coords":"51.3272998,0.7206638","bedrooms":"2","price":"283000","area":"408"} , +{"type":"Feature","id":"n770694472","geometry":{"type":"Point","coordinates":[0.7187602,51.3287464]},"properties":{"@type":"node","@id":770694472,"@timestamp":1577573613},"coords":"51.3287464,0.7187602","bedrooms":"1","price":"230000","area":"527"} , +{"type":"Feature","id":"n770694486","geometry":{"type":"Point","coordinates":[0.7208784,51.3266699]},"properties":{"@type":"node","@id":770694486,"@timestamp":1568571481},"coords":"51.3266699,0.7208784","bedrooms":"2","price":"154000","area":"556"} , +{"type":"Feature","id":"n770712505","geometry":{"type":"Point","coordinates":[0.7192749,51.3288897]},"properties":{"@type":"node","@id":770712505,"@timestamp":1577573613},"coords":"51.3288897,0.7192749","bedrooms":"2","price":"292000","area":"363"} , +{"type":"Feature","id":"n770712553","geometry":{"type":"Point","coordinates":[0.7189307,51.3282126]},"properties":{"@type":"node","@id":770712553,"@timestamp":1577573613},"coords":"51.3282126,0.7189307","bedrooms":"4","price":"197000","area":"539"} , +{"type":"Feature","id":"n770712612","geometry":{"type":"Point","coordinates":[0.7200162,51.3277504]},"properties":{"@type":"node","@id":770712612,"@timestamp":1568836540},"coords":"51.3277504,0.7200162","bedrooms":"4","price":"271000","area":"469"} , +{"type":"Feature","id":"n770712660","geometry":{"type":"Point","coordinates":[0.7190028,51.328425]},"properties":{"@type":"node","@id":770712660,"@timestamp":1577573613},"coords":"51.328425,0.7190028","bedrooms":"4","price":"242000","area":"387"} , +{"type":"Feature","id":"n770775830","geometry":{"type":"Point","coordinates":[0.7223732,51.3300271]},"properties":{"@type":"node","@id":770775830,"@timestamp":1568836540},"coords":"51.3300271,0.7223732","bedrooms":"1","price":"262000","area":"668"} , +{"type":"Feature","id":"n770775993","geometry":{"type":"Point","coordinates":[0.7241501,51.3312593]},"properties":{"@type":"node","@id":770775993,"@timestamp":1566759296},"coords":"51.3312593,0.7241501","bedrooms":"4","price":"196000","area":"394"} , +{"type":"Feature","id":"n770776072","geometry":{"type":"Point","coordinates":[0.7213157,51.3285934]},"properties":{"@type":"node","@id":770776072,"@timestamp":1566810008},"coords":"51.3285934,0.7213157","bedrooms":"3","price":"250000","area":"457"} , +{"type":"Feature","id":"n770776261","geometry":{"type":"Point","coordinates":[0.7215402,51.3285219]},"properties":{"@type":"node","@id":770776261,"@timestamp":1566810008},"coords":"51.3285219,0.7215402","bedrooms":"3","price":"203000","area":"464"} , +{"type":"Feature","id":"n770776351","geometry":{"type":"Point","coordinates":[0.7211656,51.3290156]},"properties":{"@type":"node","@id":770776351,"@timestamp":1568836541},"coords":"51.3290156,0.7211656","bedrooms":"4","price":"246000","area":"439"} , +{"type":"Feature","id":"n771167974","geometry":{"type":"Point","coordinates":[0.7189715,51.5630919]},"properties":{"@type":"node","@id":771167974,"@timestamp":1276415824},"coords":"51.5630919,0.7189715","bedrooms":"0","price":"167000","area":"600"} , +{"type":"Feature","id":"n771205398","geometry":{"type":"Point","coordinates":[-0.2125175,51.559441]},"properties":{"@type":"node","@id":771205398,"@timestamp":1303042354},"coords":"51.559441,-0.2125175","bedrooms":"3","price":"214000","area":"573"} , +{"type":"Feature","id":"n771228504","geometry":{"type":"Point","coordinates":[0.7275457,51.3300063]},"properties":{"@type":"node","@id":771228504,"@timestamp":1568836541},"coords":"51.3300063,0.7275457","bedrooms":"0","price":"176000","area":"489"} , +{"type":"Feature","id":"n771228514","geometry":{"type":"Point","coordinates":[0.7277577,51.3298844]},"properties":{"@type":"node","@id":771228514,"@timestamp":1568836541},"coords":"51.3298844,0.7277577","bedrooms":"4","price":"297000","area":"688"} , +{"type":"Feature","id":"n771228525","geometry":{"type":"Point","coordinates":[0.7290588,51.3294743]},"properties":{"@type":"node","@id":771228525,"@timestamp":1568836541},"coords":"51.3294743,0.7290588","bedrooms":"2","price":"275000","area":"507"} , +{"type":"Feature","id":"n771228535","geometry":{"type":"Point","coordinates":[0.728892,51.3299485]},"properties":{"@type":"node","@id":771228535,"@timestamp":1568836541},"coords":"51.3299485,0.728892","bedrooms":"4","price":"238000","area":"401"} , +{"type":"Feature","id":"n771228545","geometry":{"type":"Point","coordinates":[0.7280598,51.3295715]},"properties":{"@type":"node","@id":771228545,"@timestamp":1568836541},"coords":"51.3295715,0.7280598","bedrooms":"3","price":"151000","area":"567"} , +{"type":"Feature","id":"n771228556","geometry":{"type":"Point","coordinates":[0.7298039,51.3300303]},"properties":{"@type":"node","@id":771228556,"@timestamp":1568836541},"coords":"51.3300303,0.7298039","bedrooms":"2","price":"161000","area":"592"} , +{"type":"Feature","id":"n771228566","geometry":{"type":"Point","coordinates":[0.7275629,51.3299776]},"properties":{"@type":"node","@id":771228566,"@timestamp":1568836541},"coords":"51.3299776,0.7275629","bedrooms":"4","price":"266000","area":"569"} , +{"type":"Feature","id":"n771228576","geometry":{"type":"Point","coordinates":[0.7282223,51.3299175]},"properties":{"@type":"node","@id":771228576,"@timestamp":1568836541},"coords":"51.3299175,0.7282223","bedrooms":"4","price":"251000","area":"654"} , +{"type":"Feature","id":"n771228586","geometry":{"type":"Point","coordinates":[0.7215536,51.3262269]},"properties":{"@type":"node","@id":771228586,"@timestamp":1568836541},"coords":"51.3262269,0.7215536","bedrooms":"2","price":"262000","area":"559"} , +{"type":"Feature","id":"n771228596","geometry":{"type":"Point","coordinates":[0.724059,51.3297996]},"properties":{"@type":"node","@id":771228596,"@timestamp":1568836541},"coords":"51.3297996,0.724059","bedrooms":"0","price":"180000","area":"461"} , +{"type":"Feature","id":"n771228608","geometry":{"type":"Point","coordinates":[0.7272576,51.3309658]},"properties":{"@type":"node","@id":771228608,"@timestamp":1568836541},"coords":"51.3309658,0.7272576","bedrooms":"3","price":"291000","area":"524"} , +{"type":"Feature","id":"n771228619","geometry":{"type":"Point","coordinates":[0.7276616,51.329486]},"properties":{"@type":"node","@id":771228619,"@timestamp":1568836541},"coords":"51.329486,0.7276616","bedrooms":"2","price":"212000","area":"382"} , +{"type":"Feature","id":"n771228631","geometry":{"type":"Point","coordinates":[0.7278482,51.329557]},"properties":{"@type":"node","@id":771228631,"@timestamp":1568836541},"coords":"51.329557,0.7278482","bedrooms":"2","price":"230000","area":"379"} , +{"type":"Feature","id":"n771228642","geometry":{"type":"Point","coordinates":[0.728002,51.3294572]},"properties":{"@type":"node","@id":771228642,"@timestamp":1568836541},"coords":"51.3294572,0.728002","bedrooms":"0","price":"210000","area":"464"} , +{"type":"Feature","id":"n771228652","geometry":{"type":"Point","coordinates":[0.7294391,51.3296434]},"properties":{"@type":"node","@id":771228652,"@timestamp":1568836541},"coords":"51.3296434,0.7294391","bedrooms":"1","price":"270000","area":"353"} , +{"type":"Feature","id":"n771228662","geometry":{"type":"Point","coordinates":[0.728181,51.3300692]},"properties":{"@type":"node","@id":771228662,"@timestamp":1568836541},"coords":"51.3300692,0.728181","bedrooms":"3","price":"292000","area":"442"} , +{"type":"Feature","id":"n771228672","geometry":{"type":"Point","coordinates":[0.7286945,51.3296088]},"properties":{"@type":"node","@id":771228672,"@timestamp":1568836541},"coords":"51.3296088,0.7286945","bedrooms":"0","price":"225000","area":"491"} , +{"type":"Feature","id":"n771228682","geometry":{"type":"Point","coordinates":[0.7270125,51.330663]},"properties":{"@type":"node","@id":771228682,"@timestamp":1568836541},"coords":"51.330663,0.7270125","bedrooms":"1","price":"292000","area":"524"} , +{"type":"Feature","id":"n771228692","geometry":{"type":"Point","coordinates":[0.7221404,51.3262932]},"properties":{"@type":"node","@id":771228692,"@timestamp":1568836541},"coords":"51.3262932,0.7221404","bedrooms":"4","price":"257000","area":"587"} , +{"type":"Feature","id":"n771228703","geometry":{"type":"Point","coordinates":[0.7266814,51.3296923]},"properties":{"@type":"node","@id":771228703,"@timestamp":1568836541},"coords":"51.3296923,0.7266814","bedrooms":"2","price":"230000","area":"661"} , +{"type":"Feature","id":"n771228713","geometry":{"type":"Point","coordinates":[0.7292132,51.3296277]},"properties":{"@type":"node","@id":771228713,"@timestamp":1568836541},"coords":"51.3296277,0.7292132","bedrooms":"3","price":"165000","area":"531"} , +{"type":"Feature","id":"n771228723","geometry":{"type":"Point","coordinates":[0.7297149,51.3295655]},"properties":{"@type":"node","@id":771228723,"@timestamp":1568836541},"coords":"51.3295655,0.7297149","bedrooms":"1","price":"195000","area":"536"} , +{"type":"Feature","id":"n771228733","geometry":{"type":"Point","coordinates":[0.7241067,51.3298839]},"properties":{"@type":"node","@id":771228733,"@timestamp":1568836541},"coords":"51.3298839,0.7241067","bedrooms":"4","price":"172000","area":"366"} , +{"type":"Feature","id":"n771228744","geometry":{"type":"Point","coordinates":[0.727395,51.3295949]},"properties":{"@type":"node","@id":771228744,"@timestamp":1568836541},"coords":"51.3295949,0.727395","bedrooms":"2","price":"272000","area":"487"} , +{"type":"Feature","id":"n771315193","geometry":{"type":"Point","coordinates":[0.5764294,51.3618942]},"properties":{"@type":"node","@id":771315193,"@timestamp":1484410692},"coords":"51.3618942,0.5764294","bedrooms":"1","price":"208000","area":"649"} , +{"type":"Feature","id":"n771656657","geometry":{"type":"Point","coordinates":[0.4604644,51.1152027]},"properties":{"@type":"node","@id":771656657,"@timestamp":1276449347},"coords":"51.1152027,0.4604644","bedrooms":"3","price":"299000","area":"657"} , +{"type":"Feature","id":"n771793891","geometry":{"type":"Point","coordinates":[-0.0223593,51.155903]},"properties":{"@type":"node","@id":771793891,"@timestamp":1276454533},"coords":"51.155903,-0.0223593","bedrooms":"2","price":"268000","area":"620"} , +{"type":"Feature","id":"n771810746","geometry":{"type":"Point","coordinates":[0.1437945,51.1367673]},"properties":{"@type":"node","@id":771810746,"@timestamp":1528619966},"coords":"51.1367673,0.1437945","bedrooms":"1","price":"296000","area":"507"} , +{"type":"Feature","id":"n771818075","geometry":{"type":"Point","coordinates":[-0.2002967,51.4830825]},"properties":{"@type":"node","@id":771818075,"@timestamp":1454408312},"coords":"51.4830825,-0.2002967","bedrooms":"4","price":"206000","area":"604"} , +{"type":"Feature","id":"n771818104","geometry":{"type":"Point","coordinates":[-0.1990303,51.4833635]},"properties":{"@type":"node","@id":771818104,"@timestamp":1454408312},"coords":"51.4833635,-0.1990303","bedrooms":"2","price":"260000","area":"437"} , +{"type":"Feature","id":"n771818134","geometry":{"type":"Point","coordinates":[-0.1961323,51.4828761]},"properties":{"@type":"node","@id":771818134,"@timestamp":1621284791},"coords":"51.4828761,-0.1961323","bedrooms":"4","price":"151000","area":"358"} , +{"type":"Feature","id":"n771818158","geometry":{"type":"Point","coordinates":[-0.1974072,51.4842106]},"properties":{"@type":"node","@id":771818158,"@timestamp":1622388374},"coords":"51.4842106,-0.1974072","bedrooms":"3","price":"168000","area":"691"} , +{"type":"Feature","id":"n771818180","geometry":{"type":"Point","coordinates":[-0.1961971,51.4843485]},"properties":{"@type":"node","@id":771818180,"@timestamp":1621284791},"coords":"51.4843485,-0.1961971","bedrooms":"3","price":"266000","area":"428"} , +{"type":"Feature","id":"n771818208","geometry":{"type":"Point","coordinates":[-0.1975947,51.485409]},"properties":{"@type":"node","@id":771818208,"@timestamp":1401578445},"coords":"51.485409,-0.1975947","bedrooms":"1","price":"273000","area":"357"} , +{"type":"Feature","id":"n771818235","geometry":{"type":"Point","coordinates":[-0.1959067,51.4826276]},"properties":{"@type":"node","@id":771818235,"@timestamp":1621284791},"coords":"51.4826276,-0.1959067","bedrooms":"1","price":"246000","area":"671"} , +{"type":"Feature","id":"n771818258","geometry":{"type":"Point","coordinates":[-0.1985783,51.4852003]},"properties":{"@type":"node","@id":771818258,"@timestamp":1621457388},"coords":"51.4852003,-0.1985783","bedrooms":"4","price":"178000","area":"441"} , +{"type":"Feature","id":"n771818286","geometry":{"type":"Point","coordinates":[-0.1986272,51.4854114]},"properties":{"@type":"node","@id":771818286,"@timestamp":1621443488},"coords":"51.4854114,-0.1986272","bedrooms":"2","price":"201000","area":"601"} , +{"type":"Feature","id":"n771827651","geometry":{"type":"Point","coordinates":[0.727091,51.3295707]},"properties":{"@type":"node","@id":771827651,"@timestamp":1568836541},"coords":"51.3295707,0.727091","bedrooms":"3","price":"196000","area":"351"} , +{"type":"Feature","id":"n771827734","geometry":{"type":"Point","coordinates":[0.7275589,51.3295434]},"properties":{"@type":"node","@id":771827734,"@timestamp":1568836541},"coords":"51.3295434,0.7275589","bedrooms":"2","price":"232000","area":"377"} , +{"type":"Feature","id":"n771827939","geometry":{"type":"Point","coordinates":[0.7254774,51.3303303]},"properties":{"@type":"node","@id":771827939,"@timestamp":1568836541},"coords":"51.3303303,0.7254774","bedrooms":"2","price":"150000","area":"649"} , +{"type":"Feature","id":"n771835597","geometry":{"type":"Point","coordinates":[0.727051,51.3266439]},"properties":{"@type":"node","@id":771835597,"@timestamp":1486463824},"coords":"51.3266439,0.727051","bedrooms":"4","price":"185000","area":"686"} , +{"type":"Feature","id":"n771835654","geometry":{"type":"Point","coordinates":[0.7247358,51.3266996]},"properties":{"@type":"node","@id":771835654,"@timestamp":1486463823},"coords":"51.3266996,0.7247358","bedrooms":"0","price":"233000","area":"502"} , +{"type":"Feature","id":"n771982846","geometry":{"type":"Point","coordinates":[-0.1373303,51.5147285]},"properties":{"@type":"node","@id":771982846,"@timestamp":1581177244},"coords":"51.5147285,-0.1373303","bedrooms":"0","price":"233000","area":"513"} , +{"type":"Feature","id":"n772052343","geometry":{"type":"Point","coordinates":[-0.1992765,51.4808918]},"properties":{"@type":"node","@id":772052343,"@timestamp":1630004746},"coords":"51.4808918,-0.1992765","bedrooms":"2","price":"184000","area":"532"} , +{"type":"Feature","id":"n772082264","geometry":{"type":"Point","coordinates":[0.140459,51.1626377]},"properties":{"@type":"node","@id":772082264,"@timestamp":1527715920},"coords":"51.1626377,0.140459","bedrooms":"4","price":"196000","area":"364"} , +{"type":"Feature","id":"n772089244","geometry":{"type":"Point","coordinates":[0.1903509,51.2369018]},"properties":{"@type":"node","@id":772089244,"@timestamp":1276462789},"coords":"51.2369018,0.1903509","bedrooms":"4","price":"177000","area":"624"} , +{"type":"Feature","id":"n772107558","geometry":{"type":"Point","coordinates":[-0.0692888,51.3744424]},"properties":{"@type":"node","@id":772107558,"@timestamp":1330820170},"coords":"51.3744424,-0.0692888","bedrooms":"4","price":"290000","area":"589"} , +{"type":"Feature","id":"n772110940","geometry":{"type":"Point","coordinates":[0.2511232,51.2661122]},"properties":{"@type":"node","@id":772110940,"@timestamp":1320830184},"coords":"51.2661122,0.2511232","bedrooms":"3","price":"196000","area":"678"} , +{"type":"Feature","id":"n772124150","geometry":{"type":"Point","coordinates":[-0.0600409,51.3865697]},"properties":{"@type":"node","@id":772124150,"@timestamp":1330820181},"coords":"51.3865697,-0.0600409","bedrooms":"2","price":"298000","area":"661"} , +{"type":"Feature","id":"n772143794","geometry":{"type":"Point","coordinates":[-0.051513,51.3742146]},"properties":{"@type":"node","@id":772143794,"@timestamp":1538743396},"coords":"51.3742146,-0.051513","bedrooms":"2","price":"183000","area":"658"} , +{"type":"Feature","id":"n772203874","geometry":{"type":"Point","coordinates":[-0.1582117,51.5507026]},"properties":{"@type":"node","@id":772203874,"@timestamp":1630950803},"coords":"51.5507026,-0.1582117","bedrooms":"2","price":"291000","area":"400"} , +{"type":"Feature","id":"n772403767","geometry":{"type":"Point","coordinates":[-1.0446108,51.4114483]},"properties":{"@type":"node","@id":772403767,"@timestamp":1276499145},"coords":"51.4114483,-1.0446108","bedrooms":"1","price":"273000","area":"671"} , +{"type":"Feature","id":"n772403944","geometry":{"type":"Point","coordinates":[-1.0436748,51.4079317]},"properties":{"@type":"node","@id":772403944,"@timestamp":1276499152},"coords":"51.4079317,-1.0436748","bedrooms":"3","price":"203000","area":"464"} , +{"type":"Feature","id":"n772435087","geometry":{"type":"Point","coordinates":[0.5737065,51.9048089]},"properties":{"@type":"node","@id":772435087,"@timestamp":1276504260},"coords":"51.9048089,0.5737065","bedrooms":"4","price":"280000","area":"580"} , +{"type":"Feature","id":"n772523785","geometry":{"type":"Point","coordinates":[0.7547611,51.9220851]},"properties":{"@type":"node","@id":772523785,"@timestamp":1544947284},"coords":"51.9220851,0.7547611","bedrooms":"3","price":"288000","area":"658"} , +{"type":"Feature","id":"n772632586","geometry":{"type":"Point","coordinates":[-0.5999239,51.2471505]},"properties":{"@type":"node","@id":772632586,"@timestamp":1276523962},"coords":"51.2471505,-0.5999239","bedrooms":"1","price":"238000","area":"576"} , +{"type":"Feature","id":"n772632612","geometry":{"type":"Point","coordinates":[-0.6002924,51.2468294]},"properties":{"@type":"node","@id":772632612,"@timestamp":1419692621},"coords":"51.2468294,-0.6002924","bedrooms":"3","price":"170000","area":"672"} , +{"type":"Feature","id":"n772632638","geometry":{"type":"Point","coordinates":[-0.5986691,51.245944]},"properties":{"@type":"node","@id":772632638,"@timestamp":1276523589},"coords":"51.245944,-0.5986691","bedrooms":"3","price":"246000","area":"415"} , +{"type":"Feature","id":"n772632675","geometry":{"type":"Point","coordinates":[-0.5987338,51.2453541]},"properties":{"@type":"node","@id":772632675,"@timestamp":1276523590},"coords":"51.2453541,-0.5987338","bedrooms":"1","price":"245000","area":"678"} , +{"type":"Feature","id":"n772647353","geometry":{"type":"Point","coordinates":[-0.6053908,51.2284147]},"properties":{"@type":"node","@id":772647353,"@timestamp":1460303904},"coords":"51.2284147,-0.6053908","bedrooms":"0","price":"219000","area":"662"} , +{"type":"Feature","id":"n772802927","geometry":{"type":"Point","coordinates":[-0.5830367,51.2138336]},"properties":{"@type":"node","@id":772802927,"@timestamp":1558893046},"coords":"51.2138336,-0.5830367","bedrooms":"3","price":"269000","area":"353"} , +{"type":"Feature","id":"n772827380","geometry":{"type":"Point","coordinates":[-0.9259937,51.0257027]},"properties":{"@type":"node","@id":772827380,"@timestamp":1291544035},"coords":"51.0257027,-0.9259937","bedrooms":"0","price":"204000","area":"489"} , +{"type":"Feature","id":"n772967765","geometry":{"type":"Point","coordinates":[-1.0861046,51.5217905]},"properties":{"@type":"node","@id":772967765,"@timestamp":1276549881},"coords":"51.5217905,-1.0861046","bedrooms":"0","price":"241000","area":"508"} , +{"type":"Feature","id":"n772983079","geometry":{"type":"Point","coordinates":[-0.5759221,51.2385096]},"properties":{"@type":"node","@id":772983079,"@timestamp":1614270649},"coords":"51.2385096,-0.5759221","bedrooms":"1","price":"174000","area":"470"} , +{"type":"Feature","id":"n772987883","geometry":{"type":"Point","coordinates":[-0.1193765,51.374417]},"properties":{"@type":"node","@id":772987883,"@timestamp":1536426595},"coords":"51.374417,-0.1193765","bedrooms":"4","price":"173000","area":"459"} , +{"type":"Feature","id":"n772989513","geometry":{"type":"Point","coordinates":[-0.1036125,51.3716381]},"properties":{"@type":"node","@id":772989513,"@timestamp":1527801571},"coords":"51.3716381,-0.1036125","bedrooms":"2","price":"219000","area":"439"} , +{"type":"Feature","id":"n772998793","geometry":{"type":"Point","coordinates":[-0.7607487,51.5192755]},"properties":{"@type":"node","@id":772998793,"@timestamp":1276555070},"coords":"51.5192755,-0.7607487","bedrooms":"4","price":"278000","area":"551"} , +{"type":"Feature","id":"n773072114","geometry":{"type":"Point","coordinates":[-0.208681,51.7008913]},"properties":{"@type":"node","@id":773072114,"@timestamp":1276619587},"coords":"51.7008913,-0.208681","bedrooms":"4","price":"182000","area":"443"} , +{"type":"Feature","id":"n773164902","geometry":{"type":"Point","coordinates":[-0.3334811,51.9733412]},"properties":{"@type":"node","@id":773164902,"@timestamp":1582979833},"coords":"51.9733412,-0.3334811","bedrooms":"3","price":"259000","area":"394"} , +{"type":"Feature","id":"n773238870","geometry":{"type":"Point","coordinates":[-0.6025203,51.2440529]},"properties":{"@type":"node","@id":773238870,"@timestamp":1276632224},"coords":"51.2440529,-0.6025203","bedrooms":"3","price":"276000","area":"463"} , +{"type":"Feature","id":"n773238891","geometry":{"type":"Point","coordinates":[-0.601297,51.246047]},"properties":{"@type":"node","@id":773238891,"@timestamp":1278599372},"coords":"51.246047,-0.601297","bedrooms":"2","price":"220000","area":"572"} , +{"type":"Feature","id":"n773238906","geometry":{"type":"Point","coordinates":[-0.6014081,51.2462185]},"properties":{"@type":"node","@id":773238906,"@timestamp":1278599368},"coords":"51.2462185,-0.6014081","bedrooms":"4","price":"258000","area":"496"} , +{"type":"Feature","id":"n773238921","geometry":{"type":"Point","coordinates":[-0.5972448,51.245423]},"properties":{"@type":"node","@id":773238921,"@timestamp":1276632225},"coords":"51.245423,-0.5972448","bedrooms":"2","price":"272000","area":"406"} , +{"type":"Feature","id":"n773238933","geometry":{"type":"Point","coordinates":[-0.5958911,51.2468427]},"properties":{"@type":"node","@id":773238933,"@timestamp":1276632225},"coords":"51.2468427,-0.5958911","bedrooms":"3","price":"270000","area":"535"} , +{"type":"Feature","id":"n773238951","geometry":{"type":"Point","coordinates":[-0.6000153,51.2440541]},"properties":{"@type":"node","@id":773238951,"@timestamp":1276632226},"coords":"51.2440541,-0.6000153","bedrooms":"3","price":"162000","area":"387"} , +{"type":"Feature","id":"n773238964","geometry":{"type":"Point","coordinates":[-0.6005696,51.2465986]},"properties":{"@type":"node","@id":773238964,"@timestamp":1276632226},"coords":"51.2465986,-0.6005696","bedrooms":"2","price":"199000","area":"614"} , +{"type":"Feature","id":"n773238978","geometry":{"type":"Point","coordinates":[-0.5970233,51.2457044]},"properties":{"@type":"node","@id":773238978,"@timestamp":1276632227},"coords":"51.2457044,-0.5970233","bedrooms":"1","price":"285000","area":"402"} , +{"type":"Feature","id":"n773238994","geometry":{"type":"Point","coordinates":[-0.6015133,51.2456871]},"properties":{"@type":"node","@id":773238994,"@timestamp":1276632227},"coords":"51.2456871,-0.6015133","bedrooms":"3","price":"173000","area":"677"} , +{"type":"Feature","id":"n773271789","geometry":{"type":"Point","coordinates":[-0.5491229,51.168244]},"properties":{"@type":"node","@id":773271789,"@timestamp":1276637991},"coords":"51.168244,-0.5491229","bedrooms":"3","price":"189000","area":"404"} , +{"type":"Feature","id":"n773343596","geometry":{"type":"Point","coordinates":[-0.0858975,51.3689893]},"properties":{"@type":"node","@id":773343596,"@timestamp":1527714985},"coords":"51.3689893,-0.0858975","bedrooms":"0","price":"249000","area":"384"} , +{"type":"Feature","id":"n773348539","geometry":{"type":"Point","coordinates":[-0.0368897,51.3766557]},"properties":{"@type":"node","@id":773348539,"@timestamp":1538770323},"coords":"51.3766557,-0.0368897","bedrooms":"3","price":"191000","area":"518"} , +{"type":"Feature","id":"n773351843","geometry":{"type":"Point","coordinates":[-0.4094078,51.6000118]},"properties":{"@type":"node","@id":773351843,"@timestamp":1276642078},"coords":"51.6000118,-0.4094078","bedrooms":"3","price":"258000","area":"566"} , +{"type":"Feature","id":"n773395582","geometry":{"type":"Point","coordinates":[0.3737217,51.8743427]},"properties":{"@type":"node","@id":773395582,"@timestamp":1387892916},"coords":"51.8743427,0.3737217","bedrooms":"2","price":"222000","area":"580"} , +{"type":"Feature","id":"n773426488","geometry":{"type":"Point","coordinates":[-0.2613403,51.6512346]},"properties":{"@type":"node","@id":773426488,"@timestamp":1572429975},"coords":"51.6512346,-0.2613403","bedrooms":"4","price":"253000","area":"538"} , +{"type":"Feature","id":"n773532727","geometry":{"type":"Point","coordinates":[-0.1439905,51.5485101]},"properties":{"@type":"node","@id":773532727,"@timestamp":1628775229},"coords":"51.5485101,-0.1439905","bedrooms":"3","price":"203000","area":"577"} , +{"type":"Feature","id":"n773674897","geometry":{"type":"Point","coordinates":[-0.599571,51.2495594]},"properties":{"@type":"node","@id":773674897,"@timestamp":1428268291},"coords":"51.2495594,-0.599571","bedrooms":"2","price":"289000","area":"609"} , +{"type":"Feature","id":"n773674909","geometry":{"type":"Point","coordinates":[-0.5991986,51.2492233]},"properties":{"@type":"node","@id":773674909,"@timestamp":1420878091},"coords":"51.2492233,-0.5991986","bedrooms":"0","price":"189000","area":"594"} , +{"type":"Feature","id":"n773674920","geometry":{"type":"Point","coordinates":[-0.5993232,51.2500296]},"properties":{"@type":"node","@id":773674920,"@timestamp":1420531071},"coords":"51.2500296,-0.5993232","bedrooms":"0","price":"277000","area":"404"} , +{"type":"Feature","id":"n773674932","geometry":{"type":"Point","coordinates":[-0.5998576,51.2508831]},"properties":{"@type":"node","@id":773674932,"@timestamp":1419791919},"coords":"51.2508831,-0.5998576","bedrooms":"4","price":"231000","area":"484"} , +{"type":"Feature","id":"n773705284","geometry":{"type":"Point","coordinates":[-0.312997,51.4881831]},"properties":{"@type":"node","@id":773705284,"@timestamp":1564912859},"coords":"51.4881831,-0.312997","bedrooms":"1","price":"182000","area":"422"} , +{"type":"Feature","id":"n773906071","geometry":{"type":"Point","coordinates":[0.1621611,51.4900324]},"properties":{"@type":"node","@id":773906071,"@timestamp":1276713838},"coords":"51.4900324,0.1621611","bedrooms":"3","price":"205000","area":"515"} , +{"type":"Feature","id":"n774102573","geometry":{"type":"Point","coordinates":[0.8623408,51.8467947]},"properties":{"@type":"node","@id":774102573,"@timestamp":1615232271},"coords":"51.8467947,0.8623408","bedrooms":"1","price":"238000","area":"520"} , +{"type":"Feature","id":"n774499999","geometry":{"type":"Point","coordinates":[-0.3003226,51.4987204]},"properties":{"@type":"node","@id":774499999,"@timestamp":1294343463},"coords":"51.4987204,-0.3003226","bedrooms":"3","price":"206000","area":"538"} , +{"type":"Feature","id":"n774688843","geometry":{"type":"Point","coordinates":[-0.5952912,51.2498834]},"properties":{"@type":"node","@id":774688843,"@timestamp":1276778191},"coords":"51.2498834,-0.5952912","bedrooms":"3","price":"276000","area":"467"} , +{"type":"Feature","id":"n774688866","geometry":{"type":"Point","coordinates":[-0.5948349,51.246873]},"properties":{"@type":"node","@id":774688866,"@timestamp":1276778191},"coords":"51.246873,-0.5948349","bedrooms":"0","price":"238000","area":"510"} , +{"type":"Feature","id":"n774706428","geometry":{"type":"Point","coordinates":[-0.5911798,51.2487793]},"properties":{"@type":"node","@id":774706428,"@timestamp":1276779412},"coords":"51.2487793,-0.5911798","bedrooms":"1","price":"160000","area":"695"} , +{"type":"Feature","id":"n774706444","geometry":{"type":"Point","coordinates":[-0.5888243,51.2492955]},"properties":{"@type":"node","@id":774706444,"@timestamp":1276779412},"coords":"51.2492955,-0.5888243","bedrooms":"1","price":"214000","area":"633"} , +{"type":"Feature","id":"n774706457","geometry":{"type":"Point","coordinates":[-0.5892252,51.24795]},"properties":{"@type":"node","@id":774706457,"@timestamp":1276779413},"coords":"51.24795,-0.5892252","bedrooms":"2","price":"173000","area":"399"} , +{"type":"Feature","id":"n774706473","geometry":{"type":"Point","coordinates":[-0.5933636,51.2486468]},"properties":{"@type":"node","@id":774706473,"@timestamp":1276779413},"coords":"51.2486468,-0.5933636","bedrooms":"4","price":"297000","area":"630"} , +{"type":"Feature","id":"n774706486","geometry":{"type":"Point","coordinates":[-0.5905643,51.248354]},"properties":{"@type":"node","@id":774706486,"@timestamp":1276779414},"coords":"51.248354,-0.5905643","bedrooms":"3","price":"189000","area":"526"} , +{"type":"Feature","id":"n774706511","geometry":{"type":"Point","coordinates":[-0.5905177,51.2501312]},"properties":{"@type":"node","@id":774706511,"@timestamp":1422121966},"coords":"51.2501312,-0.5905177","bedrooms":"1","price":"271000","area":"430"} , +{"type":"Feature","id":"n774716386","geometry":{"type":"Point","coordinates":[-0.5938175,51.2495924]},"properties":{"@type":"node","@id":774716386,"@timestamp":1276780040},"coords":"51.2495924,-0.5938175","bedrooms":"3","price":"181000","area":"503"} , +{"type":"Feature","id":"n774716411","geometry":{"type":"Point","coordinates":[-0.5929141,51.2493929]},"properties":{"@type":"node","@id":774716411,"@timestamp":1276780041},"coords":"51.2493929,-0.5929141","bedrooms":"0","price":"158000","area":"537"} , +{"type":"Feature","id":"n774716440","geometry":{"type":"Point","coordinates":[-0.5926677,51.249799]},"properties":{"@type":"node","@id":774716440,"@timestamp":1276780041},"coords":"51.249799,-0.5926677","bedrooms":"2","price":"233000","area":"482"} , +{"type":"Feature","id":"n775022586","geometry":{"type":"Point","coordinates":[-0.2051549,51.8834665]},"properties":{"@type":"node","@id":775022586,"@timestamp":1635686921},"coords":"51.8834665,-0.2051549","bedrooms":"0","price":"249000","area":"599"} , +{"type":"Feature","id":"n775056839","geometry":{"type":"Point","coordinates":[0.8033773,51.5530539]},"properties":{"@type":"node","@id":775056839,"@timestamp":1276791440},"coords":"51.5530539,0.8033773","bedrooms":"1","price":"295000","area":"456"} , +{"type":"Feature","id":"n775090651","geometry":{"type":"Point","coordinates":[-0.101859,51.5034445]},"properties":{"@type":"node","@id":775090651,"@timestamp":1506167532},"coords":"51.5034445,-0.101859","bedrooms":"4","price":"225000","area":"543"} , +{"type":"Feature","id":"n775270656","geometry":{"type":"Point","coordinates":[-0.7724221,51.3340482]},"properties":{"@type":"node","@id":775270656,"@timestamp":1568839010},"coords":"51.3340482,-0.7724221","bedrooms":"3","price":"213000","area":"612"} , +{"type":"Feature","id":"n775325759","geometry":{"type":"Point","coordinates":[0.729343,51.327126]},"properties":{"@type":"node","@id":775325759,"@timestamp":1568628493},"coords":"51.327126,0.729343","bedrooms":"1","price":"198000","area":"640"} , +{"type":"Feature","id":"n775338161","geometry":{"type":"Point","coordinates":[0.7244043,51.3261103]},"properties":{"@type":"node","@id":775338161,"@timestamp":1577573613},"coords":"51.3261103,0.7244043","bedrooms":"3","price":"200000","area":"646"} , +{"type":"Feature","id":"n775338184","geometry":{"type":"Point","coordinates":[0.7242551,51.3261362]},"properties":{"@type":"node","@id":775338184,"@timestamp":1577573613},"coords":"51.3261362,0.7242551","bedrooms":"3","price":"259000","area":"431"} , +{"type":"Feature","id":"n775338207","geometry":{"type":"Point","coordinates":[0.7239951,51.326439]},"properties":{"@type":"node","@id":775338207,"@timestamp":1577573613},"coords":"51.326439,0.7239951","bedrooms":"4","price":"273000","area":"464"} , +{"type":"Feature","id":"n775338229","geometry":{"type":"Point","coordinates":[0.7239516,51.3261888]},"properties":{"@type":"node","@id":775338229,"@timestamp":1577573613},"coords":"51.3261888,0.7239516","bedrooms":"2","price":"182000","area":"516"} , +{"type":"Feature","id":"n775338251","geometry":{"type":"Point","coordinates":[0.7231179,51.3266408]},"properties":{"@type":"node","@id":775338251,"@timestamp":1577573613},"coords":"51.3266408,0.7231179","bedrooms":"0","price":"169000","area":"455"} , +{"type":"Feature","id":"n775338268","geometry":{"type":"Point","coordinates":[0.7245088,51.3261203]},"properties":{"@type":"node","@id":775338268,"@timestamp":1577573613},"coords":"51.3261203,0.7245088","bedrooms":"4","price":"157000","area":"374"} , +{"type":"Feature","id":"n775338282","geometry":{"type":"Point","coordinates":[0.7272138,51.3263927]},"properties":{"@type":"node","@id":775338282,"@timestamp":1577573613},"coords":"51.3263927,0.7272138","bedrooms":"3","price":"273000","area":"500"} , +{"type":"Feature","id":"n775346068","geometry":{"type":"Point","coordinates":[0.819389,51.835145]},"properties":{"@type":"node","@id":775346068,"@timestamp":1276809312},"coords":"51.835145,0.819389","bedrooms":"4","price":"172000","area":"517"} , +{"type":"Feature","id":"n775373381","geometry":{"type":"Point","coordinates":[-0.0112094,51.3527399]},"properties":{"@type":"node","@id":775373381,"@timestamp":1330820283},"coords":"51.3527399,-0.0112094","bedrooms":"4","price":"242000","area":"676"} , +{"type":"Feature","id":"n775374970","geometry":{"type":"Point","coordinates":[-0.0140736,51.3378918]},"properties":{"@type":"node","@id":775374970,"@timestamp":1330820293},"coords":"51.3378918,-0.0140736","bedrooms":"3","price":"252000","area":"459"} , +{"type":"Feature","id":"n775376159","geometry":{"type":"Point","coordinates":[-0.0407333,51.3732179]},"properties":{"@type":"node","@id":775376159,"@timestamp":1614241718},"coords":"51.3732179,-0.0407333","bedrooms":"2","price":"233000","area":"399"} , +{"type":"Feature","id":"n775578720","geometry":{"type":"Point","coordinates":[0.732389,51.3303071]},"properties":{"@type":"node","@id":775578720,"@timestamp":1577653087},"coords":"51.3303071,0.732389","bedrooms":"4","price":"177000","area":"699"} , +{"type":"Feature","id":"n775578732","geometry":{"type":"Point","coordinates":[0.7280615,51.3271915]},"properties":{"@type":"node","@id":775578732,"@timestamp":1577573613},"coords":"51.3271915,0.7280615","bedrooms":"1","price":"209000","area":"554"} , +{"type":"Feature","id":"n775578742","geometry":{"type":"Point","coordinates":[0.7283576,51.3267709]},"properties":{"@type":"node","@id":775578742,"@timestamp":1577573613},"coords":"51.3267709,0.7283576","bedrooms":"1","price":"183000","area":"459"} , +{"type":"Feature","id":"n775578753","geometry":{"type":"Point","coordinates":[0.7296527,51.32537]},"properties":{"@type":"node","@id":775578753,"@timestamp":1568628493},"coords":"51.32537,0.7296527","bedrooms":"1","price":"228000","area":"529"} , +{"type":"Feature","id":"n775602337","geometry":{"type":"Point","coordinates":[-0.1532222,51.5354434]},"properties":{"@type":"node","@id":775602337,"@timestamp":1276863994},"coords":"51.5354434,-0.1532222","bedrooms":"0","price":"195000","area":"362"} , +{"type":"Feature","id":"n775602361","geometry":{"type":"Point","coordinates":[-0.1530612,51.5354367]},"properties":{"@type":"node","@id":775602361,"@timestamp":1276863996},"coords":"51.5354367,-0.1530612","bedrooms":"1","price":"202000","area":"602"} , +{"type":"Feature","id":"n775602732","geometry":{"type":"Point","coordinates":[0.731612,51.3279507]},"properties":{"@type":"node","@id":775602732,"@timestamp":1568628493},"coords":"51.3279507,0.731612","bedrooms":"1","price":"159000","area":"380"} , +{"type":"Feature","id":"n775602743","geometry":{"type":"Point","coordinates":[0.7314901,51.3281742]},"properties":{"@type":"node","@id":775602743,"@timestamp":1568628493},"coords":"51.3281742,0.7314901","bedrooms":"4","price":"287000","area":"636"} , +{"type":"Feature","id":"n775602753","geometry":{"type":"Point","coordinates":[0.7308229,51.3278845]},"properties":{"@type":"node","@id":775602753,"@timestamp":1566759296},"coords":"51.3278845,0.7308229","bedrooms":"4","price":"188000","area":"692"} , +{"type":"Feature","id":"n775602764","geometry":{"type":"Point","coordinates":[0.7317543,51.3285786]},"properties":{"@type":"node","@id":775602764,"@timestamp":1568836541},"coords":"51.3285786,0.7317543","bedrooms":"4","price":"205000","area":"401"} , +{"type":"Feature","id":"n775602776","geometry":{"type":"Point","coordinates":[0.7326427,51.3293587]},"properties":{"@type":"node","@id":775602776,"@timestamp":1577573613},"coords":"51.3293587,0.7326427","bedrooms":"1","price":"151000","area":"495"} , +{"type":"Feature","id":"n775602787","geometry":{"type":"Point","coordinates":[0.7316348,51.3290428]},"properties":{"@type":"node","@id":775602787,"@timestamp":1568836541},"coords":"51.3290428,0.7316348","bedrooms":"1","price":"214000","area":"550"} , +{"type":"Feature","id":"n775602797","geometry":{"type":"Point","coordinates":[0.7309422,51.3278688]},"properties":{"@type":"node","@id":775602797,"@timestamp":1566759296},"coords":"51.3278688,0.7309422","bedrooms":"1","price":"271000","area":"547"} , +{"type":"Feature","id":"n775602810","geometry":{"type":"Point","coordinates":[0.732717,51.3290878]},"properties":{"@type":"node","@id":775602810,"@timestamp":1568148237},"coords":"51.3290878,0.732717","bedrooms":"3","price":"264000","area":"623"} , +{"type":"Feature","id":"n775602820","geometry":{"type":"Point","coordinates":[0.7313167,51.328938]},"properties":{"@type":"node","@id":775602820,"@timestamp":1568836541},"coords":"51.328938,0.7313167","bedrooms":"4","price":"198000","area":"579"} , +{"type":"Feature","id":"n775602833","geometry":{"type":"Point","coordinates":[0.7309719,51.3280429]},"properties":{"@type":"node","@id":775602833,"@timestamp":1568628493},"coords":"51.3280429,0.7309719","bedrooms":"1","price":"287000","area":"645"} , +{"type":"Feature","id":"n775602845","geometry":{"type":"Point","coordinates":[0.7310074,51.3285672]},"properties":{"@type":"node","@id":775602845,"@timestamp":1568628493},"coords":"51.3285672,0.7310074","bedrooms":"0","price":"282000","area":"507"} , +{"type":"Feature","id":"n775602861","geometry":{"type":"Point","coordinates":[0.731664,51.328706]},"properties":{"@type":"node","@id":775602861,"@timestamp":1568836541},"coords":"51.328706,0.731664","bedrooms":"2","price":"168000","area":"510"} , +{"type":"Feature","id":"n775602872","geometry":{"type":"Point","coordinates":[0.7318745,51.3291453]},"properties":{"@type":"node","@id":775602872,"@timestamp":1568836541},"coords":"51.3291453,0.7318745","bedrooms":"0","price":"273000","area":"418"} , +{"type":"Feature","id":"n775602882","geometry":{"type":"Point","coordinates":[0.7314209,51.3291345]},"properties":{"@type":"node","@id":775602882,"@timestamp":1568836541},"coords":"51.3291345,0.7314209","bedrooms":"3","price":"173000","area":"534"} , +{"type":"Feature","id":"n775603624","geometry":{"type":"Point","coordinates":[0.7323556,51.3278393]},"properties":{"@type":"node","@id":775603624,"@timestamp":1568148237},"coords":"51.3278393,0.7323556","bedrooms":"2","price":"231000","area":"355"} , +{"type":"Feature","id":"n775603645","geometry":{"type":"Point","coordinates":[0.7322906,51.3278683]},"properties":{"@type":"node","@id":775603645,"@timestamp":1568836541},"coords":"51.3278683,0.7322906","bedrooms":"3","price":"209000","area":"640"} , +{"type":"Feature","id":"n775603674","geometry":{"type":"Point","coordinates":[0.732219,51.3275402]},"properties":{"@type":"node","@id":775603674,"@timestamp":1568148237},"coords":"51.3275402,0.732219","bedrooms":"1","price":"223000","area":"613"} , +{"type":"Feature","id":"n775603699","geometry":{"type":"Point","coordinates":[0.7323931,51.3285171]},"properties":{"@type":"node","@id":775603699,"@timestamp":1568836541},"coords":"51.3285171,0.7323931","bedrooms":"0","price":"276000","area":"625"} , +{"type":"Feature","id":"n775624409","geometry":{"type":"Point","coordinates":[0.7313136,51.327189]},"properties":{"@type":"node","@id":775624409,"@timestamp":1567495434},"coords":"51.327189,0.7313136","bedrooms":"4","price":"232000","area":"521"} , +{"type":"Feature","id":"n775624438","geometry":{"type":"Point","coordinates":[0.7328596,51.3269089]},"properties":{"@type":"node","@id":775624438,"@timestamp":1568148237},"coords":"51.3269089,0.7328596","bedrooms":"2","price":"207000","area":"549"} , +{"type":"Feature","id":"n775624457","geometry":{"type":"Point","coordinates":[0.7343012,51.3265853]},"properties":{"@type":"node","@id":775624457,"@timestamp":1568062720},"coords":"51.3265853,0.7343012","bedrooms":"2","price":"288000","area":"497"} , +{"type":"Feature","id":"n775624476","geometry":{"type":"Point","coordinates":[0.7315593,51.3274027]},"properties":{"@type":"node","@id":775624476,"@timestamp":1568836541},"coords":"51.3274027,0.7315593","bedrooms":"2","price":"167000","area":"589"} , +{"type":"Feature","id":"n775624504","geometry":{"type":"Point","coordinates":[0.7313926,51.3270324]},"properties":{"@type":"node","@id":775624504,"@timestamp":1568836541},"coords":"51.3270324,0.7313926","bedrooms":"4","price":"265000","area":"578"} , +{"type":"Feature","id":"n775726310","geometry":{"type":"Point","coordinates":[0.733745,51.3294786]},"properties":{"@type":"node","@id":775726310,"@timestamp":1568148237},"coords":"51.3294786,0.733745","bedrooms":"4","price":"257000","area":"646"} , +{"type":"Feature","id":"n775726321","geometry":{"type":"Point","coordinates":[0.7333462,51.329151]},"properties":{"@type":"node","@id":775726321,"@timestamp":1566759296},"coords":"51.329151,0.7333462","bedrooms":"3","price":"211000","area":"477"} , +{"type":"Feature","id":"n775726336","geometry":{"type":"Point","coordinates":[0.7318167,51.3288417]},"properties":{"@type":"node","@id":775726336,"@timestamp":1577653087},"coords":"51.3288417,0.7318167","bedrooms":"4","price":"194000","area":"524"} , +{"type":"Feature","id":"n775726353","geometry":{"type":"Point","coordinates":[0.7329249,51.3291379]},"properties":{"@type":"node","@id":775726353,"@timestamp":1566759296},"coords":"51.3291379,0.7329249","bedrooms":"2","price":"271000","area":"410"} , +{"type":"Feature","id":"n775726377","geometry":{"type":"Point","coordinates":[0.7320689,51.3289436]},"properties":{"@type":"node","@id":775726377,"@timestamp":1577653087},"coords":"51.3289436,0.7320689","bedrooms":"2","price":"264000","area":"485"} , +{"type":"Feature","id":"n775726399","geometry":{"type":"Point","coordinates":[0.7317442,51.3287737]},"properties":{"@type":"node","@id":775726399,"@timestamp":1577653087},"coords":"51.3287737,0.7317442","bedrooms":"0","price":"175000","area":"540"} , +{"type":"Feature","id":"n775727696","geometry":{"type":"Point","coordinates":[0.7339047,51.3263398]},"properties":{"@type":"node","@id":775727696,"@timestamp":1577573613},"coords":"51.3263398,0.7339047","bedrooms":"1","price":"171000","area":"369"} , +{"type":"Feature","id":"n775727707","geometry":{"type":"Point","coordinates":[0.7320724,51.3268813]},"properties":{"@type":"node","@id":775727707,"@timestamp":1577573613},"coords":"51.3268813,0.7320724","bedrooms":"1","price":"240000","area":"477"} , +{"type":"Feature","id":"n775730613","geometry":{"type":"Point","coordinates":[0.731858,51.3271852]},"properties":{"@type":"node","@id":775730613,"@timestamp":1577573613},"coords":"51.3271852,0.731858","bedrooms":"0","price":"191000","area":"512"} , +{"type":"Feature","id":"n775730623","geometry":{"type":"Point","coordinates":[0.7321544,51.3271026]},"properties":{"@type":"node","@id":775730623,"@timestamp":1577573613},"coords":"51.3271026,0.7321544","bedrooms":"1","price":"236000","area":"474"} , +{"type":"Feature","id":"n775731341","geometry":{"type":"Point","coordinates":[-0.7740295,51.3513357]},"properties":{"@type":"node","@id":775731341,"@timestamp":1619612686},"coords":"51.3513357,-0.7740295","bedrooms":"0","price":"158000","area":"579"} , +{"type":"Feature","id":"n775742619","geometry":{"type":"Point","coordinates":[0.7334393,51.3297661]},"properties":{"@type":"node","@id":775742619,"@timestamp":1568148237},"coords":"51.3297661,0.7334393","bedrooms":"1","price":"189000","area":"576"} , +{"type":"Feature","id":"n775742630","geometry":{"type":"Point","coordinates":[0.7328101,51.3282351]},"properties":{"@type":"node","@id":775742630,"@timestamp":1566759296},"coords":"51.3282351,0.7328101","bedrooms":"2","price":"159000","area":"534"} , +{"type":"Feature","id":"n775742640","geometry":{"type":"Point","coordinates":[0.7330226,51.3297664]},"properties":{"@type":"node","@id":775742640,"@timestamp":1568148237},"coords":"51.3297664,0.7330226","bedrooms":"0","price":"246000","area":"353"} , +{"type":"Feature","id":"n775742650","geometry":{"type":"Point","coordinates":[0.732858,51.3284062]},"properties":{"@type":"node","@id":775742650,"@timestamp":1566759296},"coords":"51.3284062,0.732858","bedrooms":"1","price":"299000","area":"624"} , +{"type":"Feature","id":"n775742661","geometry":{"type":"Point","coordinates":[0.7337005,51.3294246]},"properties":{"@type":"node","@id":775742661,"@timestamp":1577650218},"coords":"51.3294246,0.7337005","bedrooms":"0","price":"246000","area":"380"} , +{"type":"Feature","id":"n775763393","geometry":{"type":"Point","coordinates":[0.7323226,51.3279957]},"properties":{"@type":"node","@id":775763393,"@timestamp":1577573613},"coords":"51.3279957,0.7323226","bedrooms":"0","price":"272000","area":"550"} , +{"type":"Feature","id":"n775763411","geometry":{"type":"Point","coordinates":[0.7325811,51.3287371]},"properties":{"@type":"node","@id":775763411,"@timestamp":1577573613},"coords":"51.3287371,0.7325811","bedrooms":"2","price":"267000","area":"624"} , +{"type":"Feature","id":"n775857036","geometry":{"type":"Point","coordinates":[0.7341388,51.3295528]},"properties":{"@type":"node","@id":775857036,"@timestamp":1566759296},"coords":"51.3295528,0.7341388","bedrooms":"2","price":"228000","area":"672"} , +{"type":"Feature","id":"n775857053","geometry":{"type":"Point","coordinates":[0.73473,51.3279985]},"properties":{"@type":"node","@id":775857053,"@timestamp":1568148237},"coords":"51.3279985,0.73473","bedrooms":"4","price":"198000","area":"350"} , +{"type":"Feature","id":"n775857074","geometry":{"type":"Point","coordinates":[0.7334863,51.3304777]},"properties":{"@type":"node","@id":775857074,"@timestamp":1568148237},"coords":"51.3304777,0.7334863","bedrooms":"3","price":"249000","area":"695"} , +{"type":"Feature","id":"n775857091","geometry":{"type":"Point","coordinates":[0.7341112,51.3308409]},"properties":{"@type":"node","@id":775857091,"@timestamp":1568148237},"coords":"51.3308409,0.7341112","bedrooms":"3","price":"234000","area":"441"} , +{"type":"Feature","id":"n775857107","geometry":{"type":"Point","coordinates":[0.7357117,51.3302377]},"properties":{"@type":"node","@id":775857107,"@timestamp":1568836541},"coords":"51.3302377,0.7357117","bedrooms":"1","price":"273000","area":"366"} , +{"type":"Feature","id":"n775857120","geometry":{"type":"Point","coordinates":[0.7355373,51.329505]},"properties":{"@type":"node","@id":775857120,"@timestamp":1566759296},"coords":"51.329505,0.7355373","bedrooms":"0","price":"166000","area":"528"} , +{"type":"Feature","id":"n775857139","geometry":{"type":"Point","coordinates":[0.7348149,51.3310181]},"properties":{"@type":"node","@id":775857139,"@timestamp":1568148237},"coords":"51.3310181,0.7348149","bedrooms":"2","price":"169000","area":"691"} , +{"type":"Feature","id":"n775857161","geometry":{"type":"Point","coordinates":[0.7353148,51.3293832]},"properties":{"@type":"node","@id":775857161,"@timestamp":1566759296},"coords":"51.3293832,0.7353148","bedrooms":"3","price":"270000","area":"361"} , +{"type":"Feature","id":"n775857174","geometry":{"type":"Point","coordinates":[0.7338162,51.3305362]},"properties":{"@type":"node","@id":775857174,"@timestamp":1568148237},"coords":"51.3305362,0.7338162","bedrooms":"4","price":"263000","area":"496"} , +{"type":"Feature","id":"n775857188","geometry":{"type":"Point","coordinates":[0.7341559,51.3282901]},"properties":{"@type":"node","@id":775857188,"@timestamp":1568836541},"coords":"51.3282901,0.7341559","bedrooms":"4","price":"165000","area":"653"} , +{"type":"Feature","id":"n775857203","geometry":{"type":"Point","coordinates":[0.7334357,51.3305244]},"properties":{"@type":"node","@id":775857203,"@timestamp":1568148237},"coords":"51.3305244,0.7334357","bedrooms":"2","price":"223000","area":"506"} , +{"type":"Feature","id":"n775857221","geometry":{"type":"Point","coordinates":[0.7342903,51.3273967]},"properties":{"@type":"node","@id":775857221,"@timestamp":1568148237},"coords":"51.3273967,0.7342903","bedrooms":"2","price":"183000","area":"458"} , +{"type":"Feature","id":"n775857239","geometry":{"type":"Point","coordinates":[0.7345341,51.3273449]},"properties":{"@type":"node","@id":775857239,"@timestamp":1568148237},"coords":"51.3273449,0.7345341","bedrooms":"0","price":"243000","area":"441"} , +{"type":"Feature","id":"n775857254","geometry":{"type":"Point","coordinates":[0.7348801,51.3272093]},"properties":{"@type":"node","@id":775857254,"@timestamp":1568148237},"coords":"51.3272093,0.7348801","bedrooms":"3","price":"282000","area":"492"} , +{"type":"Feature","id":"n775857268","geometry":{"type":"Point","coordinates":[0.7338182,51.3306387]},"properties":{"@type":"node","@id":775857268,"@timestamp":1568148237},"coords":"51.3306387,0.7338182","bedrooms":"3","price":"226000","area":"481"} , +{"type":"Feature","id":"n775857292","geometry":{"type":"Point","coordinates":[0.7343273,51.3300594]},"properties":{"@type":"node","@id":775857292,"@timestamp":1568836541},"coords":"51.3300594,0.7343273","bedrooms":"4","price":"297000","area":"502"} , +{"type":"Feature","id":"n775857313","geometry":{"type":"Point","coordinates":[0.7345262,51.3269964]},"properties":{"@type":"node","@id":775857313,"@timestamp":1568148237},"coords":"51.3269964,0.7345262","bedrooms":"1","price":"193000","area":"671"} , +{"type":"Feature","id":"n775857331","geometry":{"type":"Point","coordinates":[0.733911,51.3277044]},"properties":{"@type":"node","@id":775857331,"@timestamp":1568836541},"coords":"51.3277044,0.733911","bedrooms":"2","price":"241000","area":"443"} , +{"type":"Feature","id":"n775857349","geometry":{"type":"Point","coordinates":[0.7343898,51.3282244]},"properties":{"@type":"node","@id":775857349,"@timestamp":1568836541},"coords":"51.3282244,0.7343898","bedrooms":"0","price":"261000","area":"408"} , +{"type":"Feature","id":"n775857368","geometry":{"type":"Point","coordinates":[0.7353056,51.3309756]},"properties":{"@type":"node","@id":775857368,"@timestamp":1568148237},"coords":"51.3309756,0.7353056","bedrooms":"1","price":"257000","area":"639"} , +{"type":"Feature","id":"n775857385","geometry":{"type":"Point","coordinates":[0.7353999,51.3304623]},"properties":{"@type":"node","@id":775857385,"@timestamp":1566759296},"coords":"51.3304623,0.7353999","bedrooms":"2","price":"235000","area":"350"} , +{"type":"Feature","id":"n775870650","geometry":{"type":"Point","coordinates":[0.3257317,51.610026]},"properties":{"@type":"node","@id":775870650,"@timestamp":1377640255},"coords":"51.610026,0.3257317","bedrooms":"4","price":"208000","area":"500"} , +{"type":"Feature","id":"n775883118","geometry":{"type":"Point","coordinates":[0.7352853,51.3318357]},"properties":{"@type":"node","@id":775883118,"@timestamp":1568148237},"coords":"51.3318357,0.7352853","bedrooms":"0","price":"158000","area":"653"} , +{"type":"Feature","id":"n775883130","geometry":{"type":"Point","coordinates":[0.73489,51.332173]},"properties":{"@type":"node","@id":775883130,"@timestamp":1568148237},"coords":"51.332173,0.73489","bedrooms":"2","price":"283000","area":"488"} , +{"type":"Feature","id":"n775883143","geometry":{"type":"Point","coordinates":[0.7353234,51.3313494]},"properties":{"@type":"node","@id":775883143,"@timestamp":1568148237},"coords":"51.3313494,0.7353234","bedrooms":"1","price":"170000","area":"562"} , +{"type":"Feature","id":"n775883158","geometry":{"type":"Point","coordinates":[0.7350055,51.3320948]},"properties":{"@type":"node","@id":775883158,"@timestamp":1568148237},"coords":"51.3320948,0.7350055","bedrooms":"2","price":"235000","area":"504"} , +{"type":"Feature","id":"n775883173","geometry":{"type":"Point","coordinates":[0.735371,51.3314163]},"properties":{"@type":"node","@id":775883173,"@timestamp":1568148237},"coords":"51.3314163,0.735371","bedrooms":"3","price":"230000","area":"547"} , +{"type":"Feature","id":"n775883185","geometry":{"type":"Point","coordinates":[0.735294,51.33185]},"properties":{"@type":"node","@id":775883185,"@timestamp":1568148237},"coords":"51.33185,0.735294","bedrooms":"2","price":"196000","area":"399"} , +{"type":"Feature","id":"n775883198","geometry":{"type":"Point","coordinates":[0.7356828,51.3316794]},"properties":{"@type":"node","@id":775883198,"@timestamp":1568148237},"coords":"51.3316794,0.7356828","bedrooms":"0","price":"152000","area":"404"} , +{"type":"Feature","id":"n775954030","geometry":{"type":"Point","coordinates":[0.0159407,51.5452333]},"properties":{"@type":"node","@id":775954030,"@timestamp":1606646727},"coords":"51.5452333,0.0159407","bedrooms":"4","price":"181000","area":"491"} , +{"type":"Feature","id":"n775986797","geometry":{"type":"Point","coordinates":[0.7345145,51.330466]},"properties":{"@type":"node","@id":775986797,"@timestamp":1577650218},"coords":"51.330466,0.7345145","bedrooms":"4","price":"291000","area":"692"} , +{"type":"Feature","id":"n775986826","geometry":{"type":"Point","coordinates":[0.7347012,51.3307166]},"properties":{"@type":"node","@id":775986826,"@timestamp":1577650218},"coords":"51.3307166,0.7347012","bedrooms":"2","price":"213000","area":"644"} , +{"type":"Feature","id":"n776145307","geometry":{"type":"Point","coordinates":[-0.6084002,51.2499127]},"properties":{"@type":"node","@id":776145307,"@timestamp":1276949963},"coords":"51.2499127,-0.6084002","bedrooms":"3","price":"264000","area":"365"} , +{"type":"Feature","id":"n776145371","geometry":{"type":"Point","coordinates":[-0.603255,51.2460891]},"properties":{"@type":"node","@id":776145371,"@timestamp":1419694423},"coords":"51.2460891,-0.603255","bedrooms":"4","price":"288000","area":"696"} , +{"type":"Feature","id":"n776145399","geometry":{"type":"Point","coordinates":[-0.6049,51.249063]},"properties":{"@type":"node","@id":776145399,"@timestamp":1276949964},"coords":"51.249063,-0.6049","bedrooms":"2","price":"233000","area":"503"} , +{"type":"Feature","id":"n776145437","geometry":{"type":"Point","coordinates":[-0.6092763,51.2502892]},"properties":{"@type":"node","@id":776145437,"@timestamp":1276949965},"coords":"51.2502892,-0.6092763","bedrooms":"3","price":"237000","area":"669"} , +{"type":"Feature","id":"n776145469","geometry":{"type":"Point","coordinates":[-0.6046496,51.2478237]},"properties":{"@type":"node","@id":776145469,"@timestamp":1276949965},"coords":"51.2478237,-0.6046496","bedrooms":"1","price":"245000","area":"644"} , +{"type":"Feature","id":"n776145512","geometry":{"type":"Point","coordinates":[-0.6091413,51.2503965]},"properties":{"@type":"node","@id":776145512,"@timestamp":1276949966},"coords":"51.2503965,-0.6091413","bedrooms":"3","price":"275000","area":"351"} , +{"type":"Feature","id":"n776145537","geometry":{"type":"Point","coordinates":[-0.6092808,51.2497078]},"properties":{"@type":"node","@id":776145537,"@timestamp":1276949966},"coords":"51.2497078,-0.6092808","bedrooms":"3","price":"212000","area":"443"} , +{"type":"Feature","id":"n776145566","geometry":{"type":"Point","coordinates":[-0.6034855,51.246531]},"properties":{"@type":"node","@id":776145566,"@timestamp":1276949967},"coords":"51.246531,-0.6034855","bedrooms":"0","price":"272000","area":"383"} , +{"type":"Feature","id":"n776145594","geometry":{"type":"Point","coordinates":[-0.605177,51.247774]},"properties":{"@type":"node","@id":776145594,"@timestamp":1276949968},"coords":"51.247774,-0.605177","bedrooms":"4","price":"262000","area":"463"} , +{"type":"Feature","id":"n776177308","geometry":{"type":"Point","coordinates":[0.7334522,51.3280955]},"properties":{"@type":"node","@id":776177308,"@timestamp":1577653087},"coords":"51.3280955,0.7334522","bedrooms":"1","price":"234000","area":"546"} , +{"type":"Feature","id":"n776177318","geometry":{"type":"Point","coordinates":[0.7337933,51.32752]},"properties":{"@type":"node","@id":776177318,"@timestamp":1577653087},"coords":"51.32752,0.7337933","bedrooms":"2","price":"268000","area":"556"} , +{"type":"Feature","id":"n776177328","geometry":{"type":"Point","coordinates":[0.7352323,51.3288841]},"properties":{"@type":"node","@id":776177328,"@timestamp":1577653087},"coords":"51.3288841,0.7352323","bedrooms":"0","price":"275000","area":"560"} , +{"type":"Feature","id":"n776177339","geometry":{"type":"Point","coordinates":[0.7346126,51.3278806]},"properties":{"@type":"node","@id":776177339,"@timestamp":1577653087},"coords":"51.3278806,0.7346126","bedrooms":"1","price":"231000","area":"589"} , +{"type":"Feature","id":"n776177349","geometry":{"type":"Point","coordinates":[0.7341658,51.3292568]},"properties":{"@type":"node","@id":776177349,"@timestamp":1577653087},"coords":"51.3292568,0.7341658","bedrooms":"3","price":"256000","area":"360"} , +{"type":"Feature","id":"n776177362","geometry":{"type":"Point","coordinates":[0.7357805,51.3294233]},"properties":{"@type":"node","@id":776177362,"@timestamp":1577650218},"coords":"51.3294233,0.7357805","bedrooms":"1","price":"233000","area":"601"} , +{"type":"Feature","id":"n776177374","geometry":{"type":"Point","coordinates":[0.7345569,51.3281915]},"properties":{"@type":"node","@id":776177374,"@timestamp":1577653087},"coords":"51.3281915,0.7345569","bedrooms":"4","price":"197000","area":"669"} , +{"type":"Feature","id":"n776177384","geometry":{"type":"Point","coordinates":[0.7340481,51.3271086]},"properties":{"@type":"node","@id":776177384,"@timestamp":1577573613},"coords":"51.3271086,0.7340481","bedrooms":"0","price":"277000","area":"512"} , +{"type":"Feature","id":"n776177394","geometry":{"type":"Point","coordinates":[0.7344569,51.3278574]},"properties":{"@type":"node","@id":776177394,"@timestamp":1577653087},"coords":"51.3278574,0.7344569","bedrooms":"2","price":"283000","area":"605"} , +{"type":"Feature","id":"n776177406","geometry":{"type":"Point","coordinates":[0.7333474,51.3274245]},"properties":{"@type":"node","@id":776177406,"@timestamp":1577653087},"coords":"51.3274245,0.7333474","bedrooms":"0","price":"185000","area":"482"} , +{"type":"Feature","id":"n776215328","geometry":{"type":"Point","coordinates":[0.030946,51.9087089]},"properties":{"@type":"node","@id":776215328,"@timestamp":1634019308},"coords":"51.9087089,0.030946","bedrooms":"0","price":"209000","area":"392"} , +{"type":"Feature","id":"n776259016","geometry":{"type":"Point","coordinates":[0.0275487,51.9144536]},"properties":{"@type":"node","@id":776259016,"@timestamp":1276953743},"coords":"51.9144536,0.0275487","bedrooms":"0","price":"179000","area":"679"} , +{"type":"Feature","id":"n776341701","geometry":{"type":"Point","coordinates":[-0.6037981,51.2516111]},"properties":{"@type":"node","@id":776341701,"@timestamp":1276956576},"coords":"51.2516111,-0.6037981","bedrooms":"2","price":"283000","area":"471"} , +{"type":"Feature","id":"n776341743","geometry":{"type":"Point","coordinates":[-0.6057814,51.2530561]},"properties":{"@type":"node","@id":776341743,"@timestamp":1422362358},"coords":"51.2530561,-0.6057814","bedrooms":"4","price":"251000","area":"502"} , +{"type":"Feature","id":"n776341795","geometry":{"type":"Point","coordinates":[-0.6034687,51.2506679]},"properties":{"@type":"node","@id":776341795,"@timestamp":1276956580},"coords":"51.2506679,-0.6034687","bedrooms":"2","price":"206000","area":"565"} , +{"type":"Feature","id":"n776341813","geometry":{"type":"Point","coordinates":[-0.606319,51.2523942]},"properties":{"@type":"node","@id":776341813,"@timestamp":1276956581},"coords":"51.2523942,-0.606319","bedrooms":"4","price":"295000","area":"538"} , +{"type":"Feature","id":"n776341840","geometry":{"type":"Point","coordinates":[-0.6058015,51.2527892]},"properties":{"@type":"node","@id":776341840,"@timestamp":1422362357},"coords":"51.2527892,-0.6058015","bedrooms":"4","price":"204000","area":"559"} , +{"type":"Feature","id":"n776341920","geometry":{"type":"Point","coordinates":[-0.6050254,51.2511021]},"properties":{"@type":"node","@id":776341920,"@timestamp":1276956584},"coords":"51.2511021,-0.6050254","bedrooms":"1","price":"211000","area":"527"} , +{"type":"Feature","id":"n776341989","geometry":{"type":"Point","coordinates":[-0.6033798,51.250324]},"properties":{"@type":"node","@id":776341989,"@timestamp":1276956587},"coords":"51.250324,-0.6033798","bedrooms":"2","price":"185000","area":"591"} , +{"type":"Feature","id":"n776342074","geometry":{"type":"Point","coordinates":[-0.6045045,51.2509651]},"properties":{"@type":"node","@id":776342074,"@timestamp":1276956588},"coords":"51.2509651,-0.6045045","bedrooms":"2","price":"189000","area":"653"} , +{"type":"Feature","id":"n776342121","geometry":{"type":"Point","coordinates":[-0.6051311,51.2506178]},"properties":{"@type":"node","@id":776342121,"@timestamp":1276956589},"coords":"51.2506178,-0.6051311","bedrooms":"3","price":"236000","area":"571"} , +{"type":"Feature","id":"n776362845","geometry":{"type":"Point","coordinates":[-0.6084347,51.2508099]},"properties":{"@type":"node","@id":776362845,"@timestamp":1276957356},"coords":"51.2508099,-0.6084347","bedrooms":"4","price":"247000","area":"566"} , +{"type":"Feature","id":"n776411865","geometry":{"type":"Point","coordinates":[-0.2931625,51.4551541]},"properties":{"@type":"node","@id":776411865,"@timestamp":1631565395},"coords":"51.4551541,-0.2931625","bedrooms":"3","price":"287000","area":"529"} , +{"type":"Feature","id":"n776564147","geometry":{"type":"Point","coordinates":[-0.200338,51.5342245]},"properties":{"@type":"node","@id":776564147,"@timestamp":1423264738},"coords":"51.5342245,-0.200338","bedrooms":"2","price":"231000","area":"378"} , +{"type":"Feature","id":"n776712904","geometry":{"type":"Point","coordinates":[-0.2016163,51.5324481]},"properties":{"@type":"node","@id":776712904,"@timestamp":1436441570},"coords":"51.5324481,-0.2016163","bedrooms":"1","price":"273000","area":"599"} , +{"type":"Feature","id":"n776858376","geometry":{"type":"Point","coordinates":[-0.7942117,51.3799245]},"properties":{"@type":"node","@id":776858376,"@timestamp":1625347216},"coords":"51.3799245,-0.7942117","bedrooms":"4","price":"209000","area":"650"} , +{"type":"Feature","id":"n777117649","geometry":{"type":"Point","coordinates":[-1.0948991,51.3635462]},"properties":{"@type":"node","@id":777117649,"@timestamp":1276974848},"coords":"51.3635462,-1.0948991","bedrooms":"2","price":"289000","area":"422"} , +{"type":"Feature","id":"n777192785","geometry":{"type":"Point","coordinates":[-0.1800974,51.4820622]},"properties":{"@type":"node","@id":777192785,"@timestamp":1613717630},"coords":"51.4820622,-0.1800974","bedrooms":"0","price":"261000","area":"636"} , +{"type":"Feature","id":"n777399456","geometry":{"type":"Point","coordinates":[0.7433815,51.3393902]},"properties":{"@type":"node","@id":777399456,"@timestamp":1568800439},"coords":"51.3393902,0.7433815","bedrooms":"3","price":"222000","area":"470"} , +{"type":"Feature","id":"n777399477","geometry":{"type":"Point","coordinates":[0.7435623,51.3393416]},"properties":{"@type":"node","@id":777399477,"@timestamp":1568800439},"coords":"51.3393416,0.7435623","bedrooms":"4","price":"249000","area":"657"} , +{"type":"Feature","id":"n777399498","geometry":{"type":"Point","coordinates":[0.7443265,51.3380406]},"properties":{"@type":"node","@id":777399498,"@timestamp":1568751335},"coords":"51.3380406,0.7443265","bedrooms":"1","price":"188000","area":"592"} , +{"type":"Feature","id":"n777399514","geometry":{"type":"Point","coordinates":[0.7444603,51.3385884]},"properties":{"@type":"node","@id":777399514,"@timestamp":1568800439},"coords":"51.3385884,0.7444603","bedrooms":"0","price":"238000","area":"422"} , +{"type":"Feature","id":"n777399530","geometry":{"type":"Point","coordinates":[0.7441265,51.3395864]},"properties":{"@type":"node","@id":777399530,"@timestamp":1568800439},"coords":"51.3395864,0.7441265","bedrooms":"1","price":"292000","area":"628"} , +{"type":"Feature","id":"n777399551","geometry":{"type":"Point","coordinates":[0.7467506,51.3372082]},"properties":{"@type":"node","@id":777399551,"@timestamp":1568751335},"coords":"51.3372082,0.7467506","bedrooms":"2","price":"296000","area":"610"} , +{"type":"Feature","id":"n777399567","geometry":{"type":"Point","coordinates":[0.7451232,51.3358625]},"properties":{"@type":"node","@id":777399567,"@timestamp":1568751335},"coords":"51.3358625,0.7451232","bedrooms":"4","price":"256000","area":"677"} , +{"type":"Feature","id":"n777399583","geometry":{"type":"Point","coordinates":[0.7452075,51.3365387]},"properties":{"@type":"node","@id":777399583,"@timestamp":1566412424},"coords":"51.3365387,0.7452075","bedrooms":"3","price":"290000","area":"431"} , +{"type":"Feature","id":"n777399602","geometry":{"type":"Point","coordinates":[0.7436294,51.3386286]},"properties":{"@type":"node","@id":777399602,"@timestamp":1566810008},"coords":"51.3386286,0.7436294","bedrooms":"0","price":"174000","area":"574"} , +{"type":"Feature","id":"n777399619","geometry":{"type":"Point","coordinates":[0.7455657,51.3372956]},"properties":{"@type":"node","@id":777399619,"@timestamp":1568751335},"coords":"51.3372956,0.7455657","bedrooms":"0","price":"167000","area":"378"} , +{"type":"Feature","id":"n777399641","geometry":{"type":"Point","coordinates":[0.7450496,51.3355415]},"properties":{"@type":"node","@id":777399641,"@timestamp":1568751335},"coords":"51.3355415,0.7450496","bedrooms":"3","price":"266000","area":"661"} , +{"type":"Feature","id":"n777399653","geometry":{"type":"Point","coordinates":[0.7434115,51.3385024]},"properties":{"@type":"node","@id":777399653,"@timestamp":1566810008},"coords":"51.3385024,0.7434115","bedrooms":"1","price":"164000","area":"673"} , +{"type":"Feature","id":"n777399671","geometry":{"type":"Point","coordinates":[0.7436357,51.3384124]},"properties":{"@type":"node","@id":777399671,"@timestamp":1566810008},"coords":"51.3384124,0.7436357","bedrooms":"2","price":"169000","area":"663"} , +{"type":"Feature","id":"n777399690","geometry":{"type":"Point","coordinates":[0.7464598,51.3400006]},"properties":{"@type":"node","@id":777399690,"@timestamp":1568800439},"coords":"51.3400006,0.7464598","bedrooms":"1","price":"269000","area":"416"} , +{"type":"Feature","id":"n777399708","geometry":{"type":"Point","coordinates":[0.7446131,51.3385633]},"properties":{"@type":"node","@id":777399708,"@timestamp":1568800439},"coords":"51.3385633,0.7446131","bedrooms":"3","price":"242000","area":"454"} , +{"type":"Feature","id":"n777399725","geometry":{"type":"Point","coordinates":[0.7435383,51.339165]},"properties":{"@type":"node","@id":777399725,"@timestamp":1568800439},"coords":"51.339165,0.7435383","bedrooms":"4","price":"216000","area":"490"} , +{"type":"Feature","id":"n777399741","geometry":{"type":"Point","coordinates":[0.7438198,51.339001]},"properties":{"@type":"node","@id":777399741,"@timestamp":1568800439},"coords":"51.339001,0.7438198","bedrooms":"4","price":"154000","area":"554"} , +{"type":"Feature","id":"n777399759","geometry":{"type":"Point","coordinates":[0.7436469,51.3393522]},"properties":{"@type":"node","@id":777399759,"@timestamp":1568800439},"coords":"51.3393522,0.7436469","bedrooms":"3","price":"217000","area":"420"} , +{"type":"Feature","id":"n777399774","geometry":{"type":"Point","coordinates":[0.7456604,51.335996]},"properties":{"@type":"node","@id":777399774,"@timestamp":1568751335},"coords":"51.335996,0.7456604","bedrooms":"0","price":"183000","area":"689"} , +{"type":"Feature","id":"n777399791","geometry":{"type":"Point","coordinates":[0.7467461,51.3371943]},"properties":{"@type":"node","@id":777399791,"@timestamp":1568751335},"coords":"51.3371943,0.7467461","bedrooms":"2","price":"258000","area":"356"} , +{"type":"Feature","id":"n777399819","geometry":{"type":"Point","coordinates":[0.7459923,51.3356736]},"properties":{"@type":"node","@id":777399819,"@timestamp":1568751336},"coords":"51.3356736,0.7459923","bedrooms":"1","price":"157000","area":"542"} , +{"type":"Feature","id":"n777399833","geometry":{"type":"Point","coordinates":[0.7458612,51.3362779]},"properties":{"@type":"node","@id":777399833,"@timestamp":1568751336},"coords":"51.3362779,0.7458612","bedrooms":"3","price":"196000","area":"436"} , +{"type":"Feature","id":"n777399856","geometry":{"type":"Point","coordinates":[0.7435474,51.3384767]},"properties":{"@type":"node","@id":777399856,"@timestamp":1566810008},"coords":"51.3384767,0.7435474","bedrooms":"2","price":"233000","area":"367"} , +{"type":"Feature","id":"n777399880","geometry":{"type":"Point","coordinates":[0.7431549,51.3391099]},"properties":{"@type":"node","@id":777399880,"@timestamp":1566594150},"coords":"51.3391099,0.7431549","bedrooms":"2","price":"252000","area":"437"} , +{"type":"Feature","id":"n777399898","geometry":{"type":"Point","coordinates":[0.7459481,51.3350206]},"properties":{"@type":"node","@id":777399898,"@timestamp":1568751336},"coords":"51.3350206,0.7459481","bedrooms":"3","price":"178000","area":"446"} , +{"type":"Feature","id":"n777450453","geometry":{"type":"Point","coordinates":[-0.0363119,51.5461826]},"properties":{"@type":"node","@id":777450453,"@timestamp":1624716932},"coords":"51.5461826,-0.0363119","bedrooms":"0","price":"155000","area":"551"} , +{"type":"Feature","id":"n778141676","geometry":{"type":"Point","coordinates":[-0.9487268,51.06769]},"properties":{"@type":"node","@id":778141676,"@timestamp":1409777346},"coords":"51.06769,-0.9487268","bedrooms":"3","price":"150000","area":"557"} , +{"type":"Feature","id":"n778164071","geometry":{"type":"Point","coordinates":[-0.9591281,51.1551484]},"properties":{"@type":"node","@id":778164071,"@timestamp":1628449754},"coords":"51.1551484,-0.9591281","bedrooms":"2","price":"277000","area":"616"} , +{"type":"Feature","id":"n778201624","geometry":{"type":"Point","coordinates":[-0.6108833,51.2442213]},"properties":{"@type":"node","@id":778201624,"@timestamp":1277037155},"coords":"51.2442213,-0.6108833","bedrooms":"2","price":"195000","area":"434"} , +{"type":"Feature","id":"n778201659","geometry":{"type":"Point","coordinates":[-0.6050052,51.2455653]},"properties":{"@type":"node","@id":778201659,"@timestamp":1419694424},"coords":"51.2455653,-0.6050052","bedrooms":"0","price":"258000","area":"626"} , +{"type":"Feature","id":"n778201738","geometry":{"type":"Point","coordinates":[-0.6124646,51.243707]},"properties":{"@type":"node","@id":778201738,"@timestamp":1425904416},"coords":"51.243707,-0.6124646","bedrooms":"1","price":"227000","area":"386"} , +{"type":"Feature","id":"n778201795","geometry":{"type":"Point","coordinates":[-0.6128564,51.2471232]},"properties":{"@type":"node","@id":778201795,"@timestamp":1277037161},"coords":"51.2471232,-0.6128564","bedrooms":"1","price":"162000","area":"542"} , +{"type":"Feature","id":"n778201824","geometry":{"type":"Point","coordinates":[-0.6049797,51.245499]},"properties":{"@type":"node","@id":778201824,"@timestamp":1419694424},"coords":"51.245499,-0.6049797","bedrooms":"0","price":"199000","area":"572"} , +{"type":"Feature","id":"n778201861","geometry":{"type":"Point","coordinates":[-0.6036206,51.2438772]},"properties":{"@type":"node","@id":778201861,"@timestamp":1277037170},"coords":"51.2438772,-0.6036206","bedrooms":"4","price":"211000","area":"636"} , +{"type":"Feature","id":"n778213902","geometry":{"type":"Point","coordinates":[-0.6133023,51.2438167]},"properties":{"@type":"node","@id":778213902,"@timestamp":1277038809},"coords":"51.2438167,-0.6133023","bedrooms":"4","price":"224000","area":"394"} , +{"type":"Feature","id":"n778213954","geometry":{"type":"Point","coordinates":[-0.6138099,51.2465055]},"properties":{"@type":"node","@id":778213954,"@timestamp":1277038811},"coords":"51.2465055,-0.6138099","bedrooms":"0","price":"237000","area":"545"} , +{"type":"Feature","id":"n778213979","geometry":{"type":"Point","coordinates":[-0.6133212,51.2455906]},"properties":{"@type":"node","@id":778213979,"@timestamp":1277038812},"coords":"51.2455906,-0.6133212","bedrooms":"1","price":"249000","area":"497"} , +{"type":"Feature","id":"n778214019","geometry":{"type":"Point","coordinates":[-0.6132269,51.2466644]},"properties":{"@type":"node","@id":778214019,"@timestamp":1277038813},"coords":"51.2466644,-0.6132269","bedrooms":"4","price":"246000","area":"499"} , +{"type":"Feature","id":"n778214046","geometry":{"type":"Point","coordinates":[-0.6158074,51.2461946]},"properties":{"@type":"node","@id":778214046,"@timestamp":1277038817},"coords":"51.2461946,-0.6158074","bedrooms":"4","price":"250000","area":"417"} , +{"type":"Feature","id":"n778214081","geometry":{"type":"Point","coordinates":[-0.6150575,51.2454325]},"properties":{"@type":"node","@id":778214081,"@timestamp":1277038819},"coords":"51.2454325,-0.6150575","bedrooms":"4","price":"207000","area":"464"} , +{"type":"Feature","id":"n778214127","geometry":{"type":"Point","coordinates":[-0.6136366,51.243829]},"properties":{"@type":"node","@id":778214127,"@timestamp":1277038821},"coords":"51.243829,-0.6136366","bedrooms":"3","price":"163000","area":"457"} , +{"type":"Feature","id":"n778214152","geometry":{"type":"Point","coordinates":[-0.613789,51.2488341]},"properties":{"@type":"node","@id":778214152,"@timestamp":1497267536},"coords":"51.2488341,-0.613789","bedrooms":"2","price":"189000","area":"418"} , +{"type":"Feature","id":"n778220734","geometry":{"type":"Point","coordinates":[-0.5751402,51.2197069]},"properties":{"@type":"node","@id":778220734,"@timestamp":1277039848},"coords":"51.2197069,-0.5751402","bedrooms":"0","price":"155000","area":"508"} , +{"type":"Feature","id":"n778231115","geometry":{"type":"Point","coordinates":[-0.6098141,51.2478672]},"properties":{"@type":"node","@id":778231115,"@timestamp":1277040642},"coords":"51.2478672,-0.6098141","bedrooms":"4","price":"255000","area":"509"} , +{"type":"Feature","id":"n778231145","geometry":{"type":"Point","coordinates":[-0.6145112,51.2472503]},"properties":{"@type":"node","@id":778231145,"@timestamp":1277040644},"coords":"51.2472503,-0.6145112","bedrooms":"0","price":"216000","area":"406"} , +{"type":"Feature","id":"n778231177","geometry":{"type":"Point","coordinates":[-0.6083937,51.2479156]},"properties":{"@type":"node","@id":778231177,"@timestamp":1277040646},"coords":"51.2479156,-0.6083937","bedrooms":"1","price":"193000","area":"360"} , +{"type":"Feature","id":"n778231215","geometry":{"type":"Point","coordinates":[-0.6074241,51.2475287]},"properties":{"@type":"node","@id":778231215,"@timestamp":1277040647},"coords":"51.2475287,-0.6074241","bedrooms":"4","price":"244000","area":"383"} , +{"type":"Feature","id":"n778231278","geometry":{"type":"Point","coordinates":[-0.6080775,51.2482596]},"properties":{"@type":"node","@id":778231278,"@timestamp":1277040653},"coords":"51.2482596,-0.6080775","bedrooms":"1","price":"163000","area":"407"} , +{"type":"Feature","id":"n778231315","geometry":{"type":"Point","coordinates":[-0.6074787,51.2469828]},"properties":{"@type":"node","@id":778231315,"@timestamp":1277040655},"coords":"51.2469828,-0.6074787","bedrooms":"0","price":"266000","area":"654"} , +{"type":"Feature","id":"n778467420","geometry":{"type":"Point","coordinates":[-0.54993,51.2064666]},"properties":{"@type":"node","@id":778467420,"@timestamp":1277057125},"coords":"51.2064666,-0.54993","bedrooms":"1","price":"213000","area":"448"} , +{"type":"Feature","id":"n778618121","geometry":{"type":"Point","coordinates":[-0.0429526,51.5303066]},"properties":{"@type":"node","@id":778618121,"@timestamp":1508086668},"coords":"51.5303066,-0.0429526","bedrooms":"3","price":"150000","area":"435"} , +{"type":"Feature","id":"n778662672","geometry":{"type":"Point","coordinates":[-0.587589,51.2548672]},"properties":{"@type":"node","@id":778662672,"@timestamp":1417681018},"coords":"51.2548672,-0.587589","bedrooms":"2","price":"279000","area":"462"} , +{"type":"Feature","id":"n778665692","geometry":{"type":"Point","coordinates":[-0.1954523,51.4846967]},"properties":{"@type":"node","@id":778665692,"@timestamp":1277069002},"coords":"51.4846967,-0.1954523","bedrooms":"3","price":"212000","area":"532"} , +{"type":"Feature","id":"n778717145","geometry":{"type":"Point","coordinates":[-0.2040641,51.4828083]},"properties":{"@type":"node","@id":778717145,"@timestamp":1277076549},"coords":"51.4828083,-0.2040641","bedrooms":"3","price":"264000","area":"497"} , +{"type":"Feature","id":"n779113396","geometry":{"type":"Point","coordinates":[0.1547235,51.7871346]},"properties":{"@type":"node","@id":779113396,"@timestamp":1618837768},"coords":"51.7871346,0.1547235","bedrooms":"2","price":"289000","area":"574"} , +{"type":"Feature","id":"n779164680","geometry":{"type":"Point","coordinates":[-0.6094144,51.2493867]},"properties":{"@type":"node","@id":779164680,"@timestamp":1277144614},"coords":"51.2493867,-0.6094144","bedrooms":"1","price":"281000","area":"691"} , +{"type":"Feature","id":"n779164690","geometry":{"type":"Point","coordinates":[-0.6097655,51.2495442]},"properties":{"@type":"node","@id":779164690,"@timestamp":1277144613},"coords":"51.2495442,-0.6097655","bedrooms":"2","price":"163000","area":"368"} , +{"type":"Feature","id":"n779215985","geometry":{"type":"Point","coordinates":[-0.4979599,51.4369347]},"properties":{"@type":"node","@id":779215985,"@timestamp":1564912859},"coords":"51.4369347,-0.4979599","bedrooms":"2","price":"153000","area":"350"} , +{"type":"Feature","id":"n779228078","geometry":{"type":"Point","coordinates":[-0.6126985,51.2494062]},"properties":{"@type":"node","@id":779228078,"@timestamp":1277139078},"coords":"51.2494062,-0.6126985","bedrooms":"3","price":"241000","area":"522"} , +{"type":"Feature","id":"n779442052","geometry":{"type":"Point","coordinates":[-0.6093238,51.250841]},"properties":{"@type":"node","@id":779442052,"@timestamp":1497435358},"coords":"51.250841,-0.6093238","bedrooms":"3","price":"273000","area":"640"} , +{"type":"Feature","id":"n779442097","geometry":{"type":"Point","coordinates":[-0.6103664,51.2493462]},"properties":{"@type":"node","@id":779442097,"@timestamp":1277144609},"coords":"51.2493462,-0.6103664","bedrooms":"4","price":"160000","area":"470"} , +{"type":"Feature","id":"n779443734","geometry":{"type":"Point","coordinates":[-0.6138179,51.2498423]},"properties":{"@type":"node","@id":779443734,"@timestamp":1277144640},"coords":"51.2498423,-0.6138179","bedrooms":"1","price":"189000","area":"529"} , +{"type":"Feature","id":"n779858019","geometry":{"type":"Point","coordinates":[-0.4110692,51.2436421]},"properties":{"@type":"node","@id":779858019,"@timestamp":1333907738},"coords":"51.2436421,-0.4110692","bedrooms":"0","price":"271000","area":"427"} , +{"type":"Feature","id":"n780291160","geometry":{"type":"Point","coordinates":[-0.1584469,51.2096372]},"properties":{"@type":"node","@id":780291160,"@timestamp":1458994772},"coords":"51.2096372,-0.1584469","bedrooms":"2","price":"217000","area":"497"} , +{"type":"Feature","id":"n780299141","geometry":{"type":"Point","coordinates":[-0.1613913,51.4704457]},"properties":{"@type":"node","@id":780299141,"@timestamp":1627549122},"coords":"51.4704457,-0.1613913","bedrooms":"1","price":"296000","area":"597"} , +{"type":"Feature","id":"n780311742","geometry":{"type":"Point","coordinates":[-0.1595472,51.4613494]},"properties":{"@type":"node","@id":780311742,"@timestamp":1348498712},"coords":"51.4613494,-0.1595472","bedrooms":"0","price":"271000","area":"659"} , +{"type":"Feature","id":"n780340225","geometry":{"type":"Point","coordinates":[-0.1638094,51.4491493]},"properties":{"@type":"node","@id":780340225,"@timestamp":1596197903},"coords":"51.4491493,-0.1638094","bedrooms":"2","price":"160000","area":"617"} , +{"type":"Feature","id":"n781506147","geometry":{"type":"Point","coordinates":[-0.1210572,51.5300153]},"properties":{"@type":"node","@id":781506147,"@timestamp":1580916773},"coords":"51.5300153,-0.1210572","bedrooms":"0","price":"222000","area":"659"} , +{"type":"Feature","id":"n783211385","geometry":{"type":"Point","coordinates":[-0.7907674,51.3472606]},"properties":{"@type":"node","@id":783211385,"@timestamp":1454183695},"coords":"51.3472606,-0.7907674","bedrooms":"1","price":"151000","area":"672"} , +{"type":"Feature","id":"n783498924","geometry":{"type":"Point","coordinates":[0.890609,51.0665419]},"properties":{"@type":"node","@id":783498924,"@timestamp":1277246822},"coords":"51.0665419,0.890609","bedrooms":"1","price":"185000","area":"594"} , +{"type":"Feature","id":"n783918459","geometry":{"type":"Point","coordinates":[-0.1946075,51.4895134]},"properties":{"@type":"node","@id":783918459,"@timestamp":1595998232},"coords":"51.4895134,-0.1946075","bedrooms":"4","price":"189000","area":"562"} , +{"type":"Feature","id":"n784210120","geometry":{"type":"Point","coordinates":[-0.5520155,51.2109262]},"properties":{"@type":"node","@id":784210120,"@timestamp":1343823436},"coords":"51.2109262,-0.5520155","bedrooms":"1","price":"278000","area":"560"} , +{"type":"Feature","id":"n785751723","geometry":{"type":"Point","coordinates":[-0.1949559,51.4799888]},"properties":{"@type":"node","@id":785751723,"@timestamp":1629401795},"coords":"51.4799888,-0.1949559","bedrooms":"1","price":"272000","area":"365"} , +{"type":"Feature","id":"n786084140","geometry":{"type":"Point","coordinates":[0.7336065,51.3061796]},"properties":{"@type":"node","@id":786084140,"@timestamp":1486373268},"coords":"51.3061796,0.7336065","bedrooms":"1","price":"154000","area":"446"} , +{"type":"Feature","id":"n786171685","geometry":{"type":"Point","coordinates":[0.7310372,51.3047612]},"properties":{"@type":"node","@id":786171685,"@timestamp":1486475440},"coords":"51.3047612,0.7310372","bedrooms":"3","price":"223000","area":"534"} , +{"type":"Feature","id":"n787152940","geometry":{"type":"Point","coordinates":[0.8885874,51.9013431]},"properties":{"@type":"node","@id":787152940,"@timestamp":1607884356},"coords":"51.9013431,0.8885874","bedrooms":"3","price":"173000","area":"413"} , +{"type":"Feature","id":"n787171957","geometry":{"type":"Point","coordinates":[-0.7889875,51.3476549]},"properties":{"@type":"node","@id":787171957,"@timestamp":1617369377},"coords":"51.3476549,-0.7889875","bedrooms":"0","price":"279000","area":"605"} , +{"type":"Feature","id":"n787926242","geometry":{"type":"Point","coordinates":[-0.7848673,51.347179]},"properties":{"@type":"node","@id":787926242,"@timestamp":1619612686},"coords":"51.347179,-0.7848673","bedrooms":"2","price":"184000","area":"468"} , +{"type":"Feature","id":"n789567673","geometry":{"type":"Point","coordinates":[-0.1156953,51.5288538]},"properties":{"@type":"node","@id":789567673,"@timestamp":1627550964},"coords":"51.5288538,-0.1156953","bedrooms":"1","price":"293000","area":"432"} , +{"type":"Feature","id":"n790236078","geometry":{"type":"Point","coordinates":[-0.0721874,51.5829494]},"properties":{"@type":"node","@id":790236078,"@timestamp":1633703162},"coords":"51.5829494,-0.0721874","bedrooms":"2","price":"252000","area":"449"} , +{"type":"Feature","id":"n790504251","geometry":{"type":"Point","coordinates":[0.614663,51.8133426]},"properties":{"@type":"node","@id":790504251,"@timestamp":1378660029},"coords":"51.8133426,0.614663","bedrooms":"4","price":"298000","area":"695"} , +{"type":"Feature","id":"n791083242","geometry":{"type":"Point","coordinates":[0.0267652,51.907718]},"properties":{"@type":"node","@id":791083242,"@timestamp":1277555211},"coords":"51.907718,0.0267652","bedrooms":"1","price":"254000","area":"593"} , +{"type":"Feature","id":"n791332727","geometry":{"type":"Point","coordinates":[-0.5783586,51.483988]},"properties":{"@type":"node","@id":791332727,"@timestamp":1277568910},"coords":"51.483988,-0.5783586","bedrooms":"0","price":"294000","area":"607"} , +{"type":"Feature","id":"n791582835","geometry":{"type":"Point","coordinates":[-0.0631025,51.5885724]},"properties":{"@type":"node","@id":791582835,"@timestamp":1595018675},"coords":"51.5885724,-0.0631025","bedrooms":"0","price":"262000","area":"502"} , +{"type":"Feature","id":"n791776936","geometry":{"type":"Point","coordinates":[0.6573398,51.2705166]},"properties":{"@type":"node","@id":791776936,"@timestamp":1277585559},"coords":"51.2705166,0.6573398","bedrooms":"1","price":"213000","area":"530"} , +{"type":"Feature","id":"n791850447","geometry":{"type":"Point","coordinates":[-0.0616618,51.6058348]},"properties":{"@type":"node","@id":791850447,"@timestamp":1330820471},"coords":"51.6058348,-0.0616618","bedrooms":"4","price":"166000","area":"462"} , +{"type":"Feature","id":"n791889067","geometry":{"type":"Point","coordinates":[-0.0828163,51.5996367]},"properties":{"@type":"node","@id":791889067,"@timestamp":1330820481},"coords":"51.5996367,-0.0828163","bedrooms":"0","price":"291000","area":"613"} , +{"type":"Feature","id":"n791916598","geometry":{"type":"Point","coordinates":[-0.0727657,51.5964753]},"properties":{"@type":"node","@id":791916598,"@timestamp":1330820491},"coords":"51.5964753,-0.0727657","bedrooms":"0","price":"285000","area":"506"} , +{"type":"Feature","id":"n791992409","geometry":{"type":"Point","coordinates":[-0.0968002,51.5869254]},"properties":{"@type":"node","@id":791992409,"@timestamp":1330820503},"coords":"51.5869254,-0.0968002","bedrooms":"2","price":"242000","area":"352"} , +{"type":"Feature","id":"n792026635","geometry":{"type":"Point","coordinates":[-0.0677968,51.5845109]},"properties":{"@type":"node","@id":792026635,"@timestamp":1407010748},"coords":"51.5845109,-0.0677968","bedrooms":"0","price":"248000","area":"390"} , +{"type":"Feature","id":"n792053682","geometry":{"type":"Point","coordinates":[0.686125,51.2654009]},"properties":{"@type":"node","@id":792053682,"@timestamp":1277593893},"coords":"51.2654009,0.686125","bedrooms":"4","price":"237000","area":"698"} , +{"type":"Feature","id":"n792440628","geometry":{"type":"Point","coordinates":[-0.8016217,51.3474872]},"properties":{"@type":"node","@id":792440628,"@timestamp":1617710686},"coords":"51.3474872,-0.8016217","bedrooms":"2","price":"261000","area":"417"} , +{"type":"Feature","id":"n792616180","geometry":{"type":"Point","coordinates":[0.5742114,51.3661298]},"properties":{"@type":"node","@id":792616180,"@timestamp":1514641814},"coords":"51.3661298,0.5742114","bedrooms":"2","price":"271000","area":"429"} , +{"type":"Feature","id":"n792616428","geometry":{"type":"Point","coordinates":[0.576431,51.3658484]},"properties":{"@type":"node","@id":792616428,"@timestamp":1514649677},"coords":"51.3658484,0.576431","bedrooms":"0","price":"169000","area":"403"} , +{"type":"Feature","id":"n792683637","geometry":{"type":"Point","coordinates":[-0.2056773,51.5359488]},"properties":{"@type":"node","@id":792683637,"@timestamp":1426108990},"coords":"51.5359488,-0.2056773","bedrooms":"4","price":"173000","area":"419"} , +{"type":"Feature","id":"n793224115","geometry":{"type":"Point","coordinates":[-0.1903607,51.9221043]},"properties":{"@type":"node","@id":793224115,"@timestamp":1277661471},"coords":"51.9221043,-0.1903607","bedrooms":"3","price":"267000","area":"366"} , +{"type":"Feature","id":"n793241037","geometry":{"type":"Point","coordinates":[-0.2102365,51.9353293]},"properties":{"@type":"node","@id":793241037,"@timestamp":1277662307},"coords":"51.9353293,-0.2102365","bedrooms":"0","price":"217000","area":"649"} , +{"type":"Feature","id":"n793279251","geometry":{"type":"Point","coordinates":[-0.2186495,51.9608076]},"properties":{"@type":"node","@id":793279251,"@timestamp":1320677349},"coords":"51.9608076,-0.2186495","bedrooms":"2","price":"231000","area":"534"} , +{"type":"Feature","id":"n793380122","geometry":{"type":"Point","coordinates":[-0.2936244,51.4425426]},"properties":{"@type":"node","@id":793380122,"@timestamp":1363371953},"coords":"51.4425426,-0.2936244","bedrooms":"2","price":"235000","area":"472"} , +{"type":"Feature","id":"n793552419","geometry":{"type":"Point","coordinates":[-0.9159641,51.6393169]},"properties":{"@type":"node","@id":793552419,"@timestamp":1372799278},"coords":"51.6393169,-0.9159641","bedrooms":"1","price":"271000","area":"653"} , +{"type":"Feature","id":"n793717720","geometry":{"type":"Point","coordinates":[0.5059956,51.7449879]},"properties":{"@type":"node","@id":793717720,"@timestamp":1432642412},"coords":"51.7449879,0.5059956","bedrooms":"0","price":"188000","area":"496"} , +{"type":"Feature","id":"n793814801","geometry":{"type":"Point","coordinates":[0.598442,51.5772742]},"properties":{"@type":"node","@id":793814801,"@timestamp":1382866173},"coords":"51.5772742,0.598442","bedrooms":"3","price":"261000","area":"581"} , +{"type":"Feature","id":"n794144905","geometry":{"type":"Point","coordinates":[-0.7098243,51.6167647]},"properties":{"@type":"node","@id":794144905,"@timestamp":1401541979},"coords":"51.6167647,-0.7098243","bedrooms":"3","price":"250000","area":"600"} , +{"type":"Feature","id":"n794265262","geometry":{"type":"Point","coordinates":[-0.5767564,51.2323163]},"properties":{"@type":"node","@id":794265262,"@timestamp":1277730174},"coords":"51.2323163,-0.5767564","bedrooms":"3","price":"230000","area":"614"} , +{"type":"Feature","id":"n794832024","geometry":{"type":"Point","coordinates":[-0.3499484,51.7564187]},"properties":{"@type":"node","@id":794832024,"@timestamp":1558709517},"coords":"51.7564187,-0.3499484","bedrooms":"2","price":"282000","area":"585"} , +{"type":"Feature","id":"n795241606","geometry":{"type":"Point","coordinates":[0.817556,51.6250041]},"properties":{"@type":"node","@id":795241606,"@timestamp":1279299741},"coords":"51.6250041,0.817556","bedrooms":"4","price":"239000","area":"471"} , +{"type":"Feature","id":"n795889119","geometry":{"type":"Point","coordinates":[-0.9468761,51.253799]},"properties":{"@type":"node","@id":795889119,"@timestamp":1277822232},"coords":"51.253799,-0.9468761","bedrooms":"1","price":"158000","area":"434"} , +{"type":"Feature","id":"n796439451","geometry":{"type":"Point","coordinates":[-0.3412982,51.9303935]},"properties":{"@type":"node","@id":796439451,"@timestamp":1515972435},"coords":"51.9303935,-0.3412982","bedrooms":"4","price":"216000","area":"696"} , +{"type":"Feature","id":"n796475042","geometry":{"type":"Point","coordinates":[-0.7910973,51.3454541]},"properties":{"@type":"node","@id":796475042,"@timestamp":1448655729},"coords":"51.3454541,-0.7910973","bedrooms":"4","price":"255000","area":"649"} , +{"type":"Feature","id":"n796772702","geometry":{"type":"Point","coordinates":[-0.2928146,51.9439848]},"properties":{"@type":"node","@id":796772702,"@timestamp":1507642344},"coords":"51.9439848,-0.2928146","bedrooms":"4","price":"199000","area":"612"} , +{"type":"Feature","id":"n796931869","geometry":{"type":"Point","coordinates":[-0.0827842,51.5126831]},"properties":{"@type":"node","@id":796931869,"@timestamp":1423128261},"coords":"51.5126831,-0.0827842","bedrooms":"4","price":"267000","area":"630"} , +{"type":"Feature","id":"n797191043","geometry":{"type":"Point","coordinates":[-0.2153488,51.3604254]},"properties":{"@type":"node","@id":797191043,"@timestamp":1603009720},"coords":"51.3604254,-0.2153488","bedrooms":"4","price":"294000","area":"673"} , +{"type":"Feature","id":"n797633105","geometry":{"type":"Point","coordinates":[0.6368618,51.8673922]},"properties":{"@type":"node","@id":797633105,"@timestamp":1326727603},"coords":"51.8673922,0.6368618","bedrooms":"3","price":"264000","area":"508"} , +{"type":"Feature","id":"n797881853","geometry":{"type":"Point","coordinates":[-0.1609929,51.9012189]},"properties":{"@type":"node","@id":797881853,"@timestamp":1620566252},"coords":"51.9012189,-0.1609929","bedrooms":"0","price":"226000","area":"580"} , +{"type":"Feature","id":"n798238273","geometry":{"type":"Point","coordinates":[0.6991315,51.2955765]},"properties":{"@type":"node","@id":798238273,"@timestamp":1277984731},"coords":"51.2955765,0.6991315","bedrooms":"4","price":"260000","area":"358"} , +{"type":"Feature","id":"n798340504","geometry":{"type":"Point","coordinates":[0.7215571,51.3015531]},"properties":{"@type":"node","@id":798340504,"@timestamp":1486475440},"coords":"51.3015531,0.7215571","bedrooms":"4","price":"244000","area":"355"} , +{"type":"Feature","id":"n798500356","geometry":{"type":"Point","coordinates":[-0.5715276,51.2481727]},"properties":{"@type":"node","@id":798500356,"@timestamp":1628192754},"coords":"51.2481727,-0.5715276","bedrooms":"4","price":"230000","area":"598"} , +{"type":"Feature","id":"n798614719","geometry":{"type":"Point","coordinates":[0.7091834,51.3242871]},"properties":{"@type":"node","@id":798614719,"@timestamp":1568647280},"coords":"51.3242871,0.7091834","bedrooms":"0","price":"169000","area":"377"} , +{"type":"Feature","id":"n798737953","geometry":{"type":"Point","coordinates":[-0.4665546,51.8991625]},"properties":{"@type":"node","@id":798737953,"@timestamp":1613945551},"coords":"51.8991625,-0.4665546","bedrooms":"1","price":"188000","area":"398"} , +{"type":"Feature","id":"n798754213","geometry":{"type":"Point","coordinates":[-0.4589479,51.8985262]},"properties":{"@type":"node","@id":798754213,"@timestamp":1613939335},"coords":"51.8985262,-0.4589479","bedrooms":"0","price":"164000","area":"532"} , +{"type":"Feature","id":"n798786939","geometry":{"type":"Point","coordinates":[-0.4755982,51.9059643]},"properties":{"@type":"node","@id":798786939,"@timestamp":1614083029},"coords":"51.9059643,-0.4755982","bedrooms":"1","price":"225000","area":"590"} , +{"type":"Feature","id":"n798787004","geometry":{"type":"Point","coordinates":[-0.4713188,51.9053102]},"properties":{"@type":"node","@id":798787004,"@timestamp":1614083029},"coords":"51.9053102,-0.4713188","bedrooms":"0","price":"226000","area":"563"} , +{"type":"Feature","id":"n798798311","geometry":{"type":"Point","coordinates":[-0.4755857,51.909366]},"properties":{"@type":"node","@id":798798311,"@timestamp":1614095835},"coords":"51.909366,-0.4755857","bedrooms":"1","price":"162000","area":"516"} , +{"type":"Feature","id":"n798873352","geometry":{"type":"Point","coordinates":[-0.2432579,51.5369684]},"properties":{"@type":"node","@id":798873352,"@timestamp":1330820600},"coords":"51.5369684,-0.2432579","bedrooms":"2","price":"205000","area":"488"} , +{"type":"Feature","id":"n798886155","geometry":{"type":"Point","coordinates":[-0.2200266,51.5351482]},"properties":{"@type":"node","@id":798886155,"@timestamp":1482085403},"coords":"51.5351482,-0.2200266","bedrooms":"3","price":"265000","area":"501"} , +{"type":"Feature","id":"n799284615","geometry":{"type":"Point","coordinates":[-0.1410572,51.5151853]},"properties":{"@type":"node","@id":799284615,"@timestamp":1379280148},"coords":"51.5151853,-0.1410572","bedrooms":"1","price":"295000","area":"596"} , +{"type":"Feature","id":"n799284704","geometry":{"type":"Point","coordinates":[-0.1377934,51.5154759]},"properties":{"@type":"node","@id":799284704,"@timestamp":1525845326},"coords":"51.5154759,-0.1377934","bedrooms":"0","price":"153000","area":"659"} , +{"type":"Feature","id":"n799284789","geometry":{"type":"Point","coordinates":[-0.1415574,51.5146965]},"properties":{"@type":"node","@id":799284789,"@timestamp":1594292162},"coords":"51.5146965,-0.1415574","bedrooms":"0","price":"264000","area":"382"} , +{"type":"Feature","id":"n799284896","geometry":{"type":"Point","coordinates":[-0.141221,51.5150273]},"properties":{"@type":"node","@id":799284896,"@timestamp":1526108665},"coords":"51.5150273,-0.141221","bedrooms":"1","price":"248000","area":"590"} , +{"type":"Feature","id":"n799447035","geometry":{"type":"Point","coordinates":[-1.114999,51.7451647]},"properties":{"@type":"node","@id":799447035,"@timestamp":1278186108},"coords":"51.7451647,-1.114999","bedrooms":"4","price":"180000","area":"490"} , +{"type":"Feature","id":"n799642718","geometry":{"type":"Point","coordinates":[-1.0242311,51.105448]},"properties":{"@type":"node","@id":799642718,"@timestamp":1278193165},"coords":"51.105448,-1.0242311","bedrooms":"2","price":"273000","area":"511"} , +{"type":"Feature","id":"n799691561","geometry":{"type":"Point","coordinates":[0.6779975,51.2900829]},"properties":{"@type":"node","@id":799691561,"@timestamp":1278194472},"coords":"51.2900829,0.6779975","bedrooms":"4","price":"166000","area":"467"} , +{"type":"Feature","id":"n799693462","geometry":{"type":"Point","coordinates":[0.684416,51.2951448]},"properties":{"@type":"node","@id":799693462,"@timestamp":1335281337},"coords":"51.2951448,0.684416","bedrooms":"2","price":"161000","area":"646"} , +{"type":"Feature","id":"n799862279","geometry":{"type":"Point","coordinates":[0.6833721,51.2828006]},"properties":{"@type":"node","@id":799862279,"@timestamp":1278200826},"coords":"51.2828006,0.6833721","bedrooms":"2","price":"189000","area":"393"} , +{"type":"Feature","id":"n800092250","geometry":{"type":"Point","coordinates":[-1.0898346,51.367454]},"properties":{"@type":"node","@id":800092250,"@timestamp":1330820630},"coords":"51.367454,-1.0898346","bedrooms":"3","price":"151000","area":"512"} , +{"type":"Feature","id":"n800406770","geometry":{"type":"Point","coordinates":[-0.3346753,51.927827]},"properties":{"@type":"node","@id":800406770,"@timestamp":1348352936},"coords":"51.927827,-0.3346753","bedrooms":"1","price":"216000","area":"402"} , +{"type":"Feature","id":"n800600434","geometry":{"type":"Point","coordinates":[-0.1643551,51.5499578]},"properties":{"@type":"node","@id":800600434,"@timestamp":1310893895},"coords":"51.5499578,-0.1643551","bedrooms":"4","price":"213000","area":"506"} , +{"type":"Feature","id":"n800600513","geometry":{"type":"Point","coordinates":[-0.1679366,51.5535555]},"properties":{"@type":"node","@id":800600513,"@timestamp":1564912859},"coords":"51.5535555,-0.1679366","bedrooms":"3","price":"164000","area":"423"} , +{"type":"Feature","id":"n800705084","geometry":{"type":"Point","coordinates":[-0.2473424,51.4734842]},"properties":{"@type":"node","@id":800705084,"@timestamp":1609272413},"coords":"51.4734842,-0.2473424","bedrooms":"4","price":"178000","area":"641"} , +{"type":"Feature","id":"n801121675","geometry":{"type":"Point","coordinates":[0.7194682,51.2827912]},"properties":{"@type":"node","@id":801121675,"@timestamp":1278274753},"coords":"51.2827912,0.7194682","bedrooms":"1","price":"150000","area":"412"} , +{"type":"Feature","id":"n801328943","geometry":{"type":"Point","coordinates":[-0.0184031,51.461772]},"properties":{"@type":"node","@id":801328943,"@timestamp":1619263422},"coords":"51.461772,-0.0184031","bedrooms":"1","price":"254000","area":"690"} , +{"type":"Feature","id":"n801340231","geometry":{"type":"Point","coordinates":[-0.3960343,51.4240196]},"properties":{"@type":"node","@id":801340231,"@timestamp":1602677686},"coords":"51.4240196,-0.3960343","bedrooms":"2","price":"210000","area":"496"} , +{"type":"Feature","id":"n801377632","geometry":{"type":"Point","coordinates":[-0.0025137,51.4588665]},"properties":{"@type":"node","@id":801377632,"@timestamp":1619263475},"coords":"51.4588665,-0.0025137","bedrooms":"2","price":"239000","area":"379"} , +{"type":"Feature","id":"n801384372","geometry":{"type":"Point","coordinates":[0.0058787,51.4529113]},"properties":{"@type":"node","@id":801384372,"@timestamp":1619261814},"coords":"51.4529113,0.0058787","bedrooms":"1","price":"287000","area":"606"} , +{"type":"Feature","id":"n801426050","geometry":{"type":"Point","coordinates":[-0.013458,51.4441954]},"properties":{"@type":"node","@id":801426050,"@timestamp":1610823851},"coords":"51.4441954,-0.013458","bedrooms":"3","price":"168000","area":"694"} , +{"type":"Feature","id":"n801430453","geometry":{"type":"Point","coordinates":[-0.0119532,51.4535508]},"properties":{"@type":"node","@id":801430453,"@timestamp":1610823851},"coords":"51.4535508,-0.0119532","bedrooms":"1","price":"274000","area":"484"} , +{"type":"Feature","id":"n802093380","geometry":{"type":"Point","coordinates":[-0.813963,51.3540195]},"properties":{"@type":"node","@id":802093380,"@timestamp":1617804363},"coords":"51.3540195,-0.813963","bedrooms":"0","price":"282000","area":"422"} , +{"type":"Feature","id":"n802162770","geometry":{"type":"Point","coordinates":[-0.4710274,51.1436049]},"properties":{"@type":"node","@id":802162770,"@timestamp":1586334227},"coords":"51.1436049,-0.4710274","bedrooms":"4","price":"200000","area":"689"} , +{"type":"Feature","id":"n802195674","geometry":{"type":"Point","coordinates":[-0.3797631,51.3166969]},"properties":{"@type":"node","@id":802195674,"@timestamp":1394722181},"coords":"51.3166969,-0.3797631","bedrooms":"2","price":"234000","area":"622"} , +{"type":"Feature","id":"n802201107","geometry":{"type":"Point","coordinates":[-0.190228,51.86644]},"properties":{"@type":"node","@id":802201107,"@timestamp":1607277420},"coords":"51.86644,-0.190228","bedrooms":"0","price":"150000","area":"394"} , +{"type":"Feature","id":"n802266614","geometry":{"type":"Point","coordinates":[-0.4702705,51.8892083]},"properties":{"@type":"node","@id":802266614,"@timestamp":1613996398},"coords":"51.8892083,-0.4702705","bedrooms":"3","price":"244000","area":"653"} , +{"type":"Feature","id":"n802266827","geometry":{"type":"Point","coordinates":[-0.478514,51.8925034]},"properties":{"@type":"node","@id":802266827,"@timestamp":1614015388},"coords":"51.8925034,-0.478514","bedrooms":"4","price":"227000","area":"630"} , +{"type":"Feature","id":"n802379646","geometry":{"type":"Point","coordinates":[-0.4140909,51.8702446]},"properties":{"@type":"node","@id":802379646,"@timestamp":1278350460},"coords":"51.8702446,-0.4140909","bedrooms":"0","price":"206000","area":"645"} , +{"type":"Feature","id":"n802596498","geometry":{"type":"Point","coordinates":[-0.8057399,51.3543214]},"properties":{"@type":"node","@id":802596498,"@timestamp":1529263690},"coords":"51.3543214,-0.8057399","bedrooms":"4","price":"252000","area":"607"} , +{"type":"Feature","id":"n802705761","geometry":{"type":"Point","coordinates":[-0.4887436,51.896003]},"properties":{"@type":"node","@id":802705761,"@timestamp":1614196124},"coords":"51.896003,-0.4887436","bedrooms":"2","price":"173000","area":"689"} , +{"type":"Feature","id":"n802851797","geometry":{"type":"Point","coordinates":[-0.2833067,51.9483513]},"properties":{"@type":"node","@id":802851797,"@timestamp":1293573762},"coords":"51.9483513,-0.2833067","bedrooms":"1","price":"197000","area":"365"} , +{"type":"Feature","id":"n802883444","geometry":{"type":"Point","coordinates":[-0.1961955,51.5377842]},"properties":{"@type":"node","@id":802883444,"@timestamp":1629566936},"coords":"51.5377842,-0.1961955","bedrooms":"0","price":"268000","area":"427"} , +{"type":"Feature","id":"n802965561","geometry":{"type":"Point","coordinates":[0.7505185,51.2953465]},"properties":{"@type":"node","@id":802965561,"@timestamp":1278369810},"coords":"51.2953465,0.7505185","bedrooms":"1","price":"183000","area":"435"} , +{"type":"Feature","id":"n803023856","geometry":{"type":"Point","coordinates":[-0.7671139,51.2281553]},"properties":{"@type":"node","@id":803023856,"@timestamp":1590232462},"coords":"51.2281553,-0.7671139","bedrooms":"0","price":"253000","area":"605"} , +{"type":"Feature","id":"n803373467","geometry":{"type":"Point","coordinates":[0.6623349,51.6088614]},"properties":{"@type":"node","@id":803373467,"@timestamp":1312212351},"coords":"51.6088614,0.6623349","bedrooms":"0","price":"240000","area":"672"} , +{"type":"Feature","id":"n803484950","geometry":{"type":"Point","coordinates":[-0.148109,51.888565]},"properties":{"@type":"node","@id":803484950,"@timestamp":1609370037},"coords":"51.888565,-0.148109","bedrooms":"0","price":"202000","area":"457"} , +{"type":"Feature","id":"n803654661","geometry":{"type":"Point","coordinates":[-0.17661,51.912575]},"properties":{"@type":"node","@id":803654661,"@timestamp":1564839282},"coords":"51.912575,-0.17661","bedrooms":"2","price":"266000","area":"631"} , +{"type":"Feature","id":"n803666441","geometry":{"type":"Point","coordinates":[-0.1637995,51.8946737]},"properties":{"@type":"node","@id":803666441,"@timestamp":1620561065},"coords":"51.8946737,-0.1637995","bedrooms":"0","price":"199000","area":"380"} , +{"type":"Feature","id":"n803685806","geometry":{"type":"Point","coordinates":[-0.105784,51.894806]},"properties":{"@type":"node","@id":803685806,"@timestamp":1609371664},"coords":"51.894806,-0.105784","bedrooms":"1","price":"170000","area":"464"} , +{"type":"Feature","id":"n803716850","geometry":{"type":"Point","coordinates":[-0.16704,51.901382]},"properties":{"@type":"node","@id":803716850,"@timestamp":1619263688},"coords":"51.901382,-0.16704","bedrooms":"1","price":"250000","area":"397"} , +{"type":"Feature","id":"n803762690","geometry":{"type":"Point","coordinates":[-0.224109,51.916313]},"properties":{"@type":"node","@id":803762690,"@timestamp":1611501231},"coords":"51.916313,-0.224109","bedrooms":"2","price":"283000","area":"351"} , +{"type":"Feature","id":"n803763019","geometry":{"type":"Point","coordinates":[-0.206852,51.8941]},"properties":{"@type":"node","@id":803763019,"@timestamp":1564838911},"coords":"51.8941,-0.206852","bedrooms":"2","price":"211000","area":"402"} , +{"type":"Feature","id":"n803763567","geometry":{"type":"Point","coordinates":[-0.216352,51.91655]},"properties":{"@type":"node","@id":803763567,"@timestamp":1611501232},"coords":"51.91655,-0.216352","bedrooms":"4","price":"198000","area":"560"} , +{"type":"Feature","id":"n803764032","geometry":{"type":"Point","coordinates":[-0.19854,51.915001]},"properties":{"@type":"node","@id":803764032,"@timestamp":1564839568},"coords":"51.915001,-0.19854","bedrooms":"1","price":"168000","area":"501"} , +{"type":"Feature","id":"n803764851","geometry":{"type":"Point","coordinates":[-0.196464,51.908291]},"properties":{"@type":"node","@id":803764851,"@timestamp":1564838607},"coords":"51.908291,-0.196464","bedrooms":"3","price":"274000","area":"457"} , +{"type":"Feature","id":"n803915018","geometry":{"type":"Point","coordinates":[-0.0348099,50.9922226]},"properties":{"@type":"node","@id":803915018,"@timestamp":1616697093},"coords":"50.9922226,-0.0348099","bedrooms":"4","price":"246000","area":"410"} , +{"type":"Feature","id":"n803967870","geometry":{"type":"Point","coordinates":[-0.4074059,51.3701191]},"properties":{"@type":"node","@id":803967870,"@timestamp":1634478776},"coords":"51.3701191,-0.4074059","bedrooms":"3","price":"295000","area":"402"} , +{"type":"Feature","id":"n804304220","geometry":{"type":"Point","coordinates":[-0.4851365,51.8984666]},"properties":{"@type":"node","@id":804304220,"@timestamp":1614196124},"coords":"51.8984666,-0.4851365","bedrooms":"3","price":"266000","area":"419"} , +{"type":"Feature","id":"n804399701","geometry":{"type":"Point","coordinates":[-0.1703494,51.570324]},"properties":{"@type":"node","@id":804399701,"@timestamp":1312067510},"coords":"51.570324,-0.1703494","bedrooms":"0","price":"184000","area":"681"} , +{"type":"Feature","id":"n804479124","geometry":{"type":"Point","coordinates":[-0.3028252,51.4036899]},"properties":{"@type":"node","@id":804479124,"@timestamp":1311719095},"coords":"51.4036899,-0.3028252","bedrooms":"4","price":"228000","area":"543"} , +{"type":"Feature","id":"n804651243","geometry":{"type":"Point","coordinates":[-0.9359559,51.4264251]},"properties":{"@type":"node","@id":804651243,"@timestamp":1278481526},"coords":"51.4264251,-0.9359559","bedrooms":"1","price":"237000","area":"541"} , +{"type":"Feature","id":"n804792093","geometry":{"type":"Point","coordinates":[-0.26361,51.939655]},"properties":{"@type":"node","@id":804792093,"@timestamp":1604106118},"coords":"51.939655,-0.26361","bedrooms":"3","price":"258000","area":"601"} , +{"type":"Feature","id":"n804822285","geometry":{"type":"Point","coordinates":[-0.261014,51.958881]},"properties":{"@type":"node","@id":804822285,"@timestamp":1614967346},"coords":"51.958881,-0.261014","bedrooms":"3","price":"175000","area":"425"} , +{"type":"Feature","id":"n804887224","geometry":{"type":"Point","coordinates":[-0.325834,51.884895]},"properties":{"@type":"node","@id":804887224,"@timestamp":1619971394},"coords":"51.884895,-0.325834","bedrooms":"4","price":"157000","area":"631"} , +{"type":"Feature","id":"n804910612","geometry":{"type":"Point","coordinates":[-0.235873,51.886356]},"properties":{"@type":"node","@id":804910612,"@timestamp":1609563688},"coords":"51.886356,-0.235873","bedrooms":"1","price":"216000","area":"630"} , +{"type":"Feature","id":"n804961865","geometry":{"type":"Point","coordinates":[-0.293668,51.851185]},"properties":{"@type":"node","@id":804961865,"@timestamp":1473272274},"coords":"51.851185,-0.293668","bedrooms":"0","price":"246000","area":"415"} , +{"type":"Feature","id":"n805047725","geometry":{"type":"Point","coordinates":[-0.5277022,51.4844124]},"properties":{"@type":"node","@id":805047725,"@timestamp":1530894435},"coords":"51.4844124,-0.5277022","bedrooms":"0","price":"271000","area":"579"} , +{"type":"Feature","id":"n805292543","geometry":{"type":"Point","coordinates":[-0.2688867,51.9420646]},"properties":{"@type":"node","@id":805292543,"@timestamp":1604105794},"coords":"51.9420646,-0.2688867","bedrooms":"4","price":"235000","area":"627"} , +{"type":"Feature","id":"n805376516","geometry":{"type":"Point","coordinates":[-0.5987122,51.2425485]},"properties":{"@type":"node","@id":805376516,"@timestamp":1278522263},"coords":"51.2425485,-0.5987122","bedrooms":"1","price":"264000","area":"689"} , +{"type":"Feature","id":"n805376597","geometry":{"type":"Point","coordinates":[-0.6026379,51.2414427]},"properties":{"@type":"node","@id":805376597,"@timestamp":1278522266},"coords":"51.2414427,-0.6026379","bedrooms":"4","price":"287000","area":"516"} , +{"type":"Feature","id":"n805376746","geometry":{"type":"Point","coordinates":[-0.5979056,51.2429978]},"properties":{"@type":"node","@id":805376746,"@timestamp":1278522272},"coords":"51.2429978,-0.5979056","bedrooms":"2","price":"216000","area":"395"} , +{"type":"Feature","id":"n805440228","geometry":{"type":"Point","coordinates":[-0.287566,51.967258]},"properties":{"@type":"node","@id":805440228,"@timestamp":1602988860},"coords":"51.967258,-0.287566","bedrooms":"1","price":"250000","area":"596"} , +{"type":"Feature","id":"n805473685","geometry":{"type":"Point","coordinates":[-0.2837567,51.9507451]},"properties":{"@type":"node","@id":805473685,"@timestamp":1607302240},"coords":"51.9507451,-0.2837567","bedrooms":"2","price":"228000","area":"560"} , +{"type":"Feature","id":"n805493393","geometry":{"type":"Point","coordinates":[-0.4928437,51.9059089]},"properties":{"@type":"node","@id":805493393,"@timestamp":1614337737},"coords":"51.9059089,-0.4928437","bedrooms":"1","price":"210000","area":"501"} , +{"type":"Feature","id":"n805513967","geometry":{"type":"Point","coordinates":[-0.4431656,51.9027846]},"properties":{"@type":"node","@id":805513967,"@timestamp":1613573493},"coords":"51.9027846,-0.4431656","bedrooms":"2","price":"280000","area":"551"} , +{"type":"Feature","id":"n805557782","geometry":{"type":"Point","coordinates":[-0.233363,51.8682133]},"properties":{"@type":"node","@id":805557782,"@timestamp":1609366374},"coords":"51.8682133,-0.233363","bedrooms":"4","price":"214000","area":"532"} , +{"type":"Feature","id":"n805937466","geometry":{"type":"Point","coordinates":[-0.219356,51.979889]},"properties":{"@type":"node","@id":805937466,"@timestamp":1487542217},"coords":"51.979889,-0.219356","bedrooms":"1","price":"187000","area":"355"} , +{"type":"Feature","id":"n806040463","geometry":{"type":"Point","coordinates":[-0.233122,51.977589]},"properties":{"@type":"node","@id":806040463,"@timestamp":1472523718},"coords":"51.977589,-0.233122","bedrooms":"3","price":"247000","area":"684"} , +{"type":"Feature","id":"n806095326","geometry":{"type":"Point","coordinates":[-0.226871,51.97192]},"properties":{"@type":"node","@id":806095326,"@timestamp":1429954997},"coords":"51.97192,-0.226871","bedrooms":"2","price":"216000","area":"449"} , +{"type":"Feature","id":"n806236128","geometry":{"type":"Point","coordinates":[-0.096912,51.490282]},"properties":{"@type":"node","@id":806236128,"@timestamp":1278558943},"coords":"51.490282,-0.096912","bedrooms":"0","price":"265000","area":"509"} , +{"type":"Feature","id":"n806393201","geometry":{"type":"Point","coordinates":[-0.1332409,51.4887152]},"properties":{"@type":"node","@id":806393201,"@timestamp":1511609885},"coords":"51.4887152,-0.1332409","bedrooms":"0","price":"198000","area":"638"} , +{"type":"Feature","id":"n806651866","geometry":{"type":"Point","coordinates":[-0.6039792,51.244934]},"properties":{"@type":"node","@id":806651866,"@timestamp":1278599356},"coords":"51.244934,-0.6039792","bedrooms":"0","price":"291000","area":"637"} , +{"type":"Feature","id":"n806659245","geometry":{"type":"Point","coordinates":[0.7788998,51.3004712]},"properties":{"@type":"node","@id":806659245,"@timestamp":1278600156},"coords":"51.3004712,0.7788998","bedrooms":"4","price":"183000","area":"654"} , +{"type":"Feature","id":"n806722469","geometry":{"type":"Point","coordinates":[-0.4410779,51.1436256]},"properties":{"@type":"node","@id":806722469,"@timestamp":1586427893},"coords":"51.1436256,-0.4410779","bedrooms":"4","price":"285000","area":"674"} , +{"type":"Feature","id":"n806722494","geometry":{"type":"Point","coordinates":[-0.4451997,51.1437378]},"properties":{"@type":"node","@id":806722494,"@timestamp":1586427893},"coords":"51.1437378,-0.4451997","bedrooms":"2","price":"269000","area":"567"} , +{"type":"Feature","id":"n806976845","geometry":{"type":"Point","coordinates":[-0.4449092,51.9110631]},"properties":{"@type":"node","@id":806976845,"@timestamp":1613505793},"coords":"51.9110631,-0.4449092","bedrooms":"0","price":"190000","area":"413"} , +{"type":"Feature","id":"n807082315","geometry":{"type":"Point","coordinates":[-0.7735199,51.3690091]},"properties":{"@type":"node","@id":807082315,"@timestamp":1492190829},"coords":"51.3690091,-0.7735199","bedrooms":"4","price":"244000","area":"443"} , +{"type":"Feature","id":"n807298838","geometry":{"type":"Point","coordinates":[-0.3274301,51.7675004]},"properties":{"@type":"node","@id":807298838,"@timestamp":1445756913},"coords":"51.7675004,-0.3274301","bedrooms":"4","price":"159000","area":"574"} , +{"type":"Feature","id":"n807314284","geometry":{"type":"Point","coordinates":[-0.188457,51.979706]},"properties":{"@type":"node","@id":807314284,"@timestamp":1472523718},"coords":"51.979706,-0.188457","bedrooms":"2","price":"204000","area":"435"} , +{"type":"Feature","id":"n807332962","geometry":{"type":"Point","coordinates":[0.6997982,51.2670898]},"properties":{"@type":"node","@id":807332962,"@timestamp":1278634616},"coords":"51.2670898,0.6997982","bedrooms":"2","price":"189000","area":"639"} , +{"type":"Feature","id":"n808030130","geometry":{"type":"Point","coordinates":[-0.0459674,51.4331784]},"properties":{"@type":"node","@id":808030130,"@timestamp":1278691823},"coords":"51.4331784,-0.0459674","bedrooms":"0","price":"286000","area":"387"} , +{"type":"Feature","id":"n808618647","geometry":{"type":"Point","coordinates":[-0.2224156,51.4929814]},"properties":{"@type":"node","@id":808618647,"@timestamp":1634457039},"coords":"51.4929814,-0.2224156","bedrooms":"4","price":"226000","area":"477"} , +{"type":"Feature","id":"n808864778","geometry":{"type":"Point","coordinates":[-0.319887,51.4794937]},"properties":{"@type":"node","@id":808864778,"@timestamp":1589561290},"coords":"51.4794937,-0.319887","bedrooms":"3","price":"171000","area":"353"} , +{"type":"Feature","id":"n809707292","geometry":{"type":"Point","coordinates":[0.6658141,51.5974521]},"properties":{"@type":"node","@id":809707292,"@timestamp":1278752203},"coords":"51.5974521,0.6658141","bedrooms":"0","price":"227000","area":"625"} , +{"type":"Feature","id":"n809740471","geometry":{"type":"Point","coordinates":[0.665162,51.609762]},"properties":{"@type":"node","@id":809740471,"@timestamp":1427955089},"coords":"51.609762,0.665162","bedrooms":"3","price":"236000","area":"588"} , +{"type":"Feature","id":"n810084131","geometry":{"type":"Point","coordinates":[0.7586854,51.3371757]},"properties":{"@type":"node","@id":810084131,"@timestamp":1486373268},"coords":"51.3371757,0.7586854","bedrooms":"3","price":"179000","area":"640"} , +{"type":"Feature","id":"n810086006","geometry":{"type":"Point","coordinates":[0.7552284,51.3381533]},"properties":{"@type":"node","@id":810086006,"@timestamp":1568800440},"coords":"51.3381533,0.7552284","bedrooms":"1","price":"219000","area":"383"} , +{"type":"Feature","id":"n810439309","geometry":{"type":"Point","coordinates":[-0.4691083,51.1338392]},"properties":{"@type":"node","@id":810439309,"@timestamp":1417116589},"coords":"51.1338392,-0.4691083","bedrooms":"3","price":"159000","area":"654"} , +{"type":"Feature","id":"n810631868","geometry":{"type":"Point","coordinates":[0.7350594,51.3423006]},"properties":{"@type":"node","@id":810631868,"@timestamp":1603556907},"coords":"51.3423006,0.7350594","bedrooms":"3","price":"211000","area":"550"} , +{"type":"Feature","id":"n810729437","geometry":{"type":"Point","coordinates":[-0.1657326,51.5276162]},"properties":{"@type":"node","@id":810729437,"@timestamp":1594975210},"coords":"51.5276162,-0.1657326","bedrooms":"2","price":"165000","area":"470"} , +{"type":"Feature","id":"n811398198","geometry":{"type":"Point","coordinates":[-0.070428,51.797913]},"properties":{"@type":"node","@id":811398198,"@timestamp":1483279273},"coords":"51.797913,-0.070428","bedrooms":"4","price":"159000","area":"610"} , +{"type":"Feature","id":"n811414463","geometry":{"type":"Point","coordinates":[-0.072924,51.7989487]},"properties":{"@type":"node","@id":811414463,"@timestamp":1610283726},"coords":"51.7989487,-0.072924","bedrooms":"1","price":"223000","area":"400"} , +{"type":"Feature","id":"n811773532","geometry":{"type":"Point","coordinates":[-0.1044199,51.5346594]},"properties":{"@type":"node","@id":811773532,"@timestamp":1627548737},"coords":"51.5346594,-0.1044199","bedrooms":"1","price":"269000","area":"580"} , +{"type":"Feature","id":"n812072174","geometry":{"type":"Point","coordinates":[-0.498952,51.1306977]},"properties":{"@type":"node","@id":812072174,"@timestamp":1278875322},"coords":"51.1306977,-0.498952","bedrooms":"2","price":"253000","area":"532"} , +{"type":"Feature","id":"n812149225","geometry":{"type":"Point","coordinates":[-0.2156803,51.5047487]},"properties":{"@type":"node","@id":812149225,"@timestamp":1627431056},"coords":"51.5047487,-0.2156803","bedrooms":"3","price":"265000","area":"372"} , +{"type":"Feature","id":"n812151190","geometry":{"type":"Point","coordinates":[-0.2546894,51.5521914]},"properties":{"@type":"node","@id":812151190,"@timestamp":1278878267},"coords":"51.5521914,-0.2546894","bedrooms":"3","price":"188000","area":"532"} , +{"type":"Feature","id":"n812161861","geometry":{"type":"Point","coordinates":[-0.2309265,51.5141878]},"properties":{"@type":"node","@id":812161861,"@timestamp":1617124428},"coords":"51.5141878,-0.2309265","bedrooms":"1","price":"185000","area":"461"} , +{"type":"Feature","id":"n812249676","geometry":{"type":"Point","coordinates":[-0.1463467,51.5048907]},"properties":{"@type":"node","@id":812249676,"@timestamp":1564912859},"coords":"51.5048907,-0.1463467","bedrooms":"1","price":"245000","area":"427"} , +{"type":"Feature","id":"n812287137","geometry":{"type":"Point","coordinates":[-0.03001,51.808758]},"properties":{"@type":"node","@id":812287137,"@timestamp":1592140402},"coords":"51.808758,-0.03001","bedrooms":"1","price":"155000","area":"464"} , +{"type":"Feature","id":"n812341795","geometry":{"type":"Point","coordinates":[-0.1614205,51.5465733]},"properties":{"@type":"node","@id":812341795,"@timestamp":1634490638},"coords":"51.5465733,-0.1614205","bedrooms":"0","price":"212000","area":"629"} , +{"type":"Feature","id":"n812361372","geometry":{"type":"Point","coordinates":[-0.947784,51.4287192]},"properties":{"@type":"node","@id":812361372,"@timestamp":1278887328},"coords":"51.4287192,-0.947784","bedrooms":"0","price":"186000","area":"404"} , +{"type":"Feature","id":"n812949941","geometry":{"type":"Point","coordinates":[-0.9472228,51.6859989]},"properties":{"@type":"node","@id":812949941,"@timestamp":1512094059},"coords":"51.6859989,-0.9472228","bedrooms":"2","price":"207000","area":"603"} , +{"type":"Feature","id":"n813423973","geometry":{"type":"Point","coordinates":[-0.0428413,51.5229298]},"properties":{"@type":"node","@id":813423973,"@timestamp":1290166071},"coords":"51.5229298,-0.0428413","bedrooms":"4","price":"287000","area":"438"} , +{"type":"Feature","id":"n813424003","geometry":{"type":"Point","coordinates":[-0.0428722,51.5229607]},"properties":{"@type":"node","@id":813424003,"@timestamp":1290166077},"coords":"51.5229607,-0.0428722","bedrooms":"1","price":"266000","area":"393"} , +{"type":"Feature","id":"n813759729","geometry":{"type":"Point","coordinates":[-0.1011766,51.5314769]},"properties":{"@type":"node","@id":813759729,"@timestamp":1609413950},"coords":"51.5314769,-0.1011766","bedrooms":"2","price":"193000","area":"683"} , +{"type":"Feature","id":"n814139367","geometry":{"type":"Point","coordinates":[-0.1002285,51.5316369]},"properties":{"@type":"node","@id":814139367,"@timestamp":1278970237},"coords":"51.5316369,-0.1002285","bedrooms":"2","price":"297000","area":"642"} , +{"type":"Feature","id":"n814275654","geometry":{"type":"Point","coordinates":[-0.0978797,51.5337386]},"properties":{"@type":"node","@id":814275654,"@timestamp":1630069749},"coords":"51.5337386,-0.0978797","bedrooms":"1","price":"212000","area":"491"} , +{"type":"Feature","id":"n814650223","geometry":{"type":"Point","coordinates":[-0.0359303,51.5246176]},"properties":{"@type":"node","@id":814650223,"@timestamp":1290166084},"coords":"51.5246176,-0.0359303","bedrooms":"4","price":"259000","area":"493"} , +{"type":"Feature","id":"n814651249","geometry":{"type":"Point","coordinates":[-0.042192,51.5232638]},"properties":{"@type":"node","@id":814651249,"@timestamp":1620780134},"coords":"51.5232638,-0.042192","bedrooms":"2","price":"202000","area":"454"} , +{"type":"Feature","id":"n815265188","geometry":{"type":"Point","coordinates":[-0.1014381,51.5362322]},"properties":{"@type":"node","@id":815265188,"@timestamp":1279037920},"coords":"51.5362322,-0.1014381","bedrooms":"0","price":"280000","area":"471"} , +{"type":"Feature","id":"n815564134","geometry":{"type":"Point","coordinates":[-0.4473694,51.1918795]},"properties":{"@type":"node","@id":815564134,"@timestamp":1574933034},"coords":"51.1918795,-0.4473694","bedrooms":"3","price":"248000","area":"512"} , +{"type":"Feature","id":"n815701271","geometry":{"type":"Point","coordinates":[-0.2130629,51.7654767]},"properties":{"@type":"node","@id":815701271,"@timestamp":1607282286},"coords":"51.7654767,-0.2130629","bedrooms":"3","price":"154000","area":"672"} , +{"type":"Feature","id":"n815726686","geometry":{"type":"Point","coordinates":[-0.2650958,51.7457272]},"properties":{"@type":"node","@id":815726686,"@timestamp":1609366374},"coords":"51.7457272,-0.2650958","bedrooms":"0","price":"236000","area":"652"} , +{"type":"Feature","id":"n815742809","geometry":{"type":"Point","coordinates":[-0.311712,51.752144]},"properties":{"@type":"node","@id":815742809,"@timestamp":1611845374},"coords":"51.752144,-0.311712","bedrooms":"4","price":"230000","area":"653"} , +{"type":"Feature","id":"n815775047","geometry":{"type":"Point","coordinates":[-0.1979463,51.8448612]},"properties":{"@type":"node","@id":815775047,"@timestamp":1589714348},"coords":"51.8448612,-0.1979463","bedrooms":"3","price":"153000","area":"485"} , +{"type":"Feature","id":"n815775078","geometry":{"type":"Point","coordinates":[-0.215262,51.830475]},"properties":{"@type":"node","@id":815775078,"@timestamp":1621274090},"coords":"51.830475,-0.215262","bedrooms":"4","price":"198000","area":"695"} , +{"type":"Feature","id":"n817203769","geometry":{"type":"Point","coordinates":[-0.7228969,51.4024695]},"properties":{"@type":"node","@id":817203769,"@timestamp":1279278192},"coords":"51.4024695,-0.7228969","bedrooms":"1","price":"246000","area":"521"} , +{"type":"Feature","id":"n817293878","geometry":{"type":"Point","coordinates":[0.8613479,51.2025664]},"properties":{"@type":"node","@id":817293878,"@timestamp":1279114962},"coords":"51.2025664,0.8613479","bedrooms":"0","price":"299000","area":"499"} , +{"type":"Feature","id":"n817303815","geometry":{"type":"Point","coordinates":[0.887498,51.187619]},"properties":{"@type":"node","@id":817303815,"@timestamp":1449049706},"coords":"51.187619,0.887498","bedrooms":"0","price":"201000","area":"644"} , +{"type":"Feature","id":"n817888846","geometry":{"type":"Point","coordinates":[-0.2454578,51.6308853]},"properties":{"@type":"node","@id":817888846,"@timestamp":1591345964},"coords":"51.6308853,-0.2454578","bedrooms":"4","price":"261000","area":"375"} , +{"type":"Feature","id":"n818056414","geometry":{"type":"Point","coordinates":[-0.2112252,51.761595]},"properties":{"@type":"node","@id":818056414,"@timestamp":1494360979},"coords":"51.761595,-0.2112252","bedrooms":"1","price":"162000","area":"531"} , +{"type":"Feature","id":"n818056458","geometry":{"type":"Point","coordinates":[-0.2344183,51.7483894]},"properties":{"@type":"node","@id":818056458,"@timestamp":1635906675},"coords":"51.7483894,-0.2344183","bedrooms":"2","price":"227000","area":"655"} , +{"type":"Feature","id":"n818056516","geometry":{"type":"Point","coordinates":[-0.2539532,51.7591103]},"properties":{"@type":"node","@id":818056516,"@timestamp":1607283645},"coords":"51.7591103,-0.2539532","bedrooms":"4","price":"289000","area":"381"} , +{"type":"Feature","id":"n818106255","geometry":{"type":"Point","coordinates":[-0.219606,51.805046]},"properties":{"@type":"node","@id":818106255,"@timestamp":1607281390},"coords":"51.805046,-0.219606","bedrooms":"3","price":"203000","area":"502"} , +{"type":"Feature","id":"n818597265","geometry":{"type":"Point","coordinates":[-0.0423083,51.5229834]},"properties":{"@type":"node","@id":818597265,"@timestamp":1556545861},"coords":"51.5229834,-0.0423083","bedrooms":"0","price":"238000","area":"481"} , +{"type":"Feature","id":"n818899564","geometry":{"type":"Point","coordinates":[-0.040602,51.5226545]},"properties":{"@type":"node","@id":818899564,"@timestamp":1620779828},"coords":"51.5226545,-0.040602","bedrooms":"2","price":"169000","area":"422"} , +{"type":"Feature","id":"n818912148","geometry":{"type":"Point","coordinates":[-0.1654591,51.5559807]},"properties":{"@type":"node","@id":818912148,"@timestamp":1279201888},"coords":"51.5559807,-0.1654591","bedrooms":"4","price":"161000","area":"682"} , +{"type":"Feature","id":"n819333649","geometry":{"type":"Point","coordinates":[-0.1892086,51.6448867]},"properties":{"@type":"node","@id":819333649,"@timestamp":1279219760},"coords":"51.6448867,-0.1892086","bedrooms":"3","price":"260000","area":"490"} , +{"type":"Feature","id":"n819467370","geometry":{"type":"Point","coordinates":[0.0326287,51.5005295]},"properties":{"@type":"node","@id":819467370,"@timestamp":1290166097},"coords":"51.5005295,0.0326287","bedrooms":"4","price":"265000","area":"628"} , +{"type":"Feature","id":"n819828585","geometry":{"type":"Point","coordinates":[0.0328576,51.4994081]},"properties":{"@type":"node","@id":819828585,"@timestamp":1606234046},"coords":"51.4994081,0.0328576","bedrooms":"1","price":"198000","area":"685"} , +{"type":"Feature","id":"n819828595","geometry":{"type":"Point","coordinates":[0.0333419,51.4995816]},"properties":{"@type":"node","@id":819828595,"@timestamp":1606234046},"coords":"51.4995816,0.0333419","bedrooms":"0","price":"228000","area":"630"} , +{"type":"Feature","id":"n819828605","geometry":{"type":"Point","coordinates":[0.0325238,51.4995797]},"properties":{"@type":"node","@id":819828605,"@timestamp":1606234046},"coords":"51.4995797,0.0325238","bedrooms":"3","price":"282000","area":"394"} , +{"type":"Feature","id":"n819828615","geometry":{"type":"Point","coordinates":[0.0336155,51.499486]},"properties":{"@type":"node","@id":819828615,"@timestamp":1606234046},"coords":"51.499486,0.0336155","bedrooms":"1","price":"185000","area":"532"} , +{"type":"Feature","id":"n819828626","geometry":{"type":"Point","coordinates":[0.0341986,51.4995791]},"properties":{"@type":"node","@id":819828626,"@timestamp":1606234046},"coords":"51.4995791,0.0341986","bedrooms":"3","price":"291000","area":"450"} , +{"type":"Feature","id":"n819911723","geometry":{"type":"Point","coordinates":[-0.417829,51.683044]},"properties":{"@type":"node","@id":819911723,"@timestamp":1608509364},"coords":"51.683044,-0.417829","bedrooms":"2","price":"185000","area":"670"} , +{"type":"Feature","id":"n820182068","geometry":{"type":"Point","coordinates":[-0.5989971,51.667212]},"properties":{"@type":"node","@id":820182068,"@timestamp":1602245151},"coords":"51.667212,-0.5989971","bedrooms":"4","price":"212000","area":"378"} , +{"type":"Feature","id":"n820185572","geometry":{"type":"Point","coordinates":[-0.5941214,51.671516]},"properties":{"@type":"node","@id":820185572,"@timestamp":1475378015},"coords":"51.671516,-0.5941214","bedrooms":"1","price":"245000","area":"586"} , +{"type":"Feature","id":"n820229626","geometry":{"type":"Point","coordinates":[-0.527172,51.770443]},"properties":{"@type":"node","@id":820229626,"@timestamp":1488507718},"coords":"51.770443,-0.527172","bedrooms":"1","price":"244000","area":"490"} , +{"type":"Feature","id":"n820255615","geometry":{"type":"Point","coordinates":[-0.6054064,51.6783076]},"properties":{"@type":"node","@id":820255615,"@timestamp":1475378014},"coords":"51.6783076,-0.6054064","bedrooms":"0","price":"214000","area":"427"} , +{"type":"Feature","id":"n820478353","geometry":{"type":"Point","coordinates":[-0.726829,51.3967198]},"properties":{"@type":"node","@id":820478353,"@timestamp":1279479747},"coords":"51.3967198,-0.726829","bedrooms":"0","price":"182000","area":"358"} , +{"type":"Feature","id":"n820805921","geometry":{"type":"Point","coordinates":[-0.424164,51.9137962]},"properties":{"@type":"node","@id":820805921,"@timestamp":1613166560},"coords":"51.9137962,-0.424164","bedrooms":"2","price":"255000","area":"561"} , +{"type":"Feature","id":"n820821775","geometry":{"type":"Point","coordinates":[-0.4256355,51.9244092]},"properties":{"@type":"node","@id":820821775,"@timestamp":1613316653},"coords":"51.9244092,-0.4256355","bedrooms":"0","price":"243000","area":"553"} , +{"type":"Feature","id":"n820846659","geometry":{"type":"Point","coordinates":[-0.435608,51.9224089]},"properties":{"@type":"node","@id":820846659,"@timestamp":1613338249},"coords":"51.9224089,-0.435608","bedrooms":"3","price":"275000","area":"607"} , +{"type":"Feature","id":"n820870049","geometry":{"type":"Point","coordinates":[-0.3784176,51.8989866]},"properties":{"@type":"node","@id":820870049,"@timestamp":1612203529},"coords":"51.8989866,-0.3784176","bedrooms":"4","price":"245000","area":"669"} , +{"type":"Feature","id":"n820882233","geometry":{"type":"Point","coordinates":[-0.1999865,51.813589]},"properties":{"@type":"node","@id":820882233,"@timestamp":1473273379},"coords":"51.813589,-0.1999865","bedrooms":"0","price":"214000","area":"557"} , +{"type":"Feature","id":"n820980089","geometry":{"type":"Point","coordinates":[-0.593514,51.2526868]},"properties":{"@type":"node","@id":820980089,"@timestamp":1605968195},"coords":"51.2526868,-0.593514","bedrooms":"2","price":"271000","area":"370"} , +{"type":"Feature","id":"n820982282","geometry":{"type":"Point","coordinates":[-0.6015095,51.2544746]},"properties":{"@type":"node","@id":820982282,"@timestamp":1279302607},"coords":"51.2544746,-0.6015095","bedrooms":"2","price":"171000","area":"366"} , +{"type":"Feature","id":"n820982299","geometry":{"type":"Point","coordinates":[-0.6019614,51.2544909]},"properties":{"@type":"node","@id":820982299,"@timestamp":1279302608},"coords":"51.2544909,-0.6019614","bedrooms":"1","price":"195000","area":"506"} , +{"type":"Feature","id":"n820983623","geometry":{"type":"Point","coordinates":[-0.5990496,51.2535907]},"properties":{"@type":"node","@id":820983623,"@timestamp":1279302897},"coords":"51.2535907,-0.5990496","bedrooms":"0","price":"167000","area":"582"} , +{"type":"Feature","id":"n820983637","geometry":{"type":"Point","coordinates":[-0.599736,51.2540351]},"properties":{"@type":"node","@id":820983637,"@timestamp":1279302898},"coords":"51.2540351,-0.599736","bedrooms":"2","price":"227000","area":"352"} , +{"type":"Feature","id":"n820985148","geometry":{"type":"Point","coordinates":[-0.5962914,51.2527429]},"properties":{"@type":"node","@id":820985148,"@timestamp":1279303378},"coords":"51.2527429,-0.5962914","bedrooms":"2","price":"157000","area":"590"} , +{"type":"Feature","id":"n820985162","geometry":{"type":"Point","coordinates":[-0.59713,51.254007]},"properties":{"@type":"node","@id":820985162,"@timestamp":1279303379},"coords":"51.254007,-0.59713","bedrooms":"2","price":"204000","area":"647"} , +{"type":"Feature","id":"n820985173","geometry":{"type":"Point","coordinates":[-0.5981743,51.253142]},"properties":{"@type":"node","@id":820985173,"@timestamp":1279303380},"coords":"51.253142,-0.5981743","bedrooms":"4","price":"266000","area":"509"} , +{"type":"Feature","id":"n820995011","geometry":{"type":"Point","coordinates":[-0.6002658,51.2527842]},"properties":{"@type":"node","@id":820995011,"@timestamp":1279303779},"coords":"51.2527842,-0.6002658","bedrooms":"2","price":"245000","area":"404"} , +{"type":"Feature","id":"n820995039","geometry":{"type":"Point","coordinates":[-0.6008757,51.2527015]},"properties":{"@type":"node","@id":820995039,"@timestamp":1279303780},"coords":"51.2527015,-0.6008757","bedrooms":"1","price":"276000","area":"648"} , +{"type":"Feature","id":"n820995063","geometry":{"type":"Point","coordinates":[-0.6013765,51.2524016]},"properties":{"@type":"node","@id":820995063,"@timestamp":1279303781},"coords":"51.2524016,-0.6013765","bedrooms":"1","price":"249000","area":"389"} , +{"type":"Feature","id":"n821011667","geometry":{"type":"Point","coordinates":[-0.5949537,51.2539989]},"properties":{"@type":"node","@id":821011667,"@timestamp":1279304671},"coords":"51.2539989,-0.5949537","bedrooms":"2","price":"209000","area":"406"} , +{"type":"Feature","id":"n821011678","geometry":{"type":"Point","coordinates":[-0.5953754,51.2531905]},"properties":{"@type":"node","@id":821011678,"@timestamp":1279304672},"coords":"51.2531905,-0.5953754","bedrooms":"1","price":"231000","area":"666"} , +{"type":"Feature","id":"n821011688","geometry":{"type":"Point","coordinates":[-0.5941221,51.2532825]},"properties":{"@type":"node","@id":821011688,"@timestamp":1279304672},"coords":"51.2532825,-0.5941221","bedrooms":"2","price":"196000","area":"389"} , +{"type":"Feature","id":"n821011701","geometry":{"type":"Point","coordinates":[-0.596214,51.2527087]},"properties":{"@type":"node","@id":821011701,"@timestamp":1279304673},"coords":"51.2527087,-0.596214","bedrooms":"0","price":"194000","area":"698"} , +{"type":"Feature","id":"n821011711","geometry":{"type":"Point","coordinates":[-0.5946491,51.2538701]},"properties":{"@type":"node","@id":821011711,"@timestamp":1279304674},"coords":"51.2538701,-0.5946491","bedrooms":"0","price":"169000","area":"592"} , +{"type":"Feature","id":"n821011721","geometry":{"type":"Point","coordinates":[-0.5953739,51.254308]},"properties":{"@type":"node","@id":821011721,"@timestamp":1279304791},"coords":"51.254308,-0.5953739","bedrooms":"0","price":"284000","area":"666"} , +{"type":"Feature","id":"n821344058","geometry":{"type":"Point","coordinates":[-0.124524,51.5110343]},"properties":{"@type":"node","@id":821344058,"@timestamp":1520090491},"coords":"51.5110343,-0.124524","bedrooms":"2","price":"293000","area":"541"} , +{"type":"Feature","id":"n821344572","geometry":{"type":"Point","coordinates":[-0.12594,51.5110839]},"properties":{"@type":"node","@id":821344572,"@timestamp":1512081928},"coords":"51.5110839,-0.12594","bedrooms":"4","price":"241000","area":"486"} , +{"type":"Feature","id":"n821388330","geometry":{"type":"Point","coordinates":[-0.7300696,51.3927291]},"properties":{"@type":"node","@id":821388330,"@timestamp":1468521619},"coords":"51.3927291,-0.7300696","bedrooms":"0","price":"199000","area":"527"} , +{"type":"Feature","id":"n821887785","geometry":{"type":"Point","coordinates":[-0.5998255,51.2578797]},"properties":{"@type":"node","@id":821887785,"@timestamp":1279377041},"coords":"51.2578797,-0.5998255","bedrooms":"0","price":"267000","area":"551"} , +{"type":"Feature","id":"n821898822","geometry":{"type":"Point","coordinates":[-0.5941128,51.2553385]},"properties":{"@type":"node","@id":821898822,"@timestamp":1279378144},"coords":"51.2553385,-0.5941128","bedrooms":"0","price":"176000","area":"653"} , +{"type":"Feature","id":"n821898875","geometry":{"type":"Point","coordinates":[-0.5965747,51.254692]},"properties":{"@type":"node","@id":821898875,"@timestamp":1279378146},"coords":"51.254692,-0.5965747","bedrooms":"4","price":"246000","area":"430"} , +{"type":"Feature","id":"n821906568","geometry":{"type":"Point","coordinates":[-0.5983957,51.2574116]},"properties":{"@type":"node","@id":821906568,"@timestamp":1279378598},"coords":"51.2574116,-0.5983957","bedrooms":"4","price":"207000","area":"413"} , +{"type":"Feature","id":"n821906594","geometry":{"type":"Point","coordinates":[-0.5950702,51.2557872]},"properties":{"@type":"node","@id":821906594,"@timestamp":1279378598},"coords":"51.2557872,-0.5950702","bedrooms":"2","price":"151000","area":"456"} , +{"type":"Feature","id":"n821906619","geometry":{"type":"Point","coordinates":[-0.5986396,51.2574116]},"properties":{"@type":"node","@id":821906619,"@timestamp":1279378599},"coords":"51.2574116,-0.5986396","bedrooms":"3","price":"288000","area":"353"} , +{"type":"Feature","id":"n821911008","geometry":{"type":"Point","coordinates":[-0.5933283,51.2549891]},"properties":{"@type":"node","@id":821911008,"@timestamp":1429686494},"coords":"51.2549891,-0.5933283","bedrooms":"4","price":"293000","area":"593"} , +{"type":"Feature","id":"n821926792","geometry":{"type":"Point","coordinates":[-0.119628,51.516852]},"properties":{"@type":"node","@id":821926792,"@timestamp":1565365512},"coords":"51.516852,-0.119628","bedrooms":"3","price":"182000","area":"478"} , +{"type":"Feature","id":"n822131580","geometry":{"type":"Point","coordinates":[-0.2869255,51.9522399]},"properties":{"@type":"node","@id":822131580,"@timestamp":1279392533},"coords":"51.9522399,-0.2869255","bedrooms":"3","price":"296000","area":"689"} , +{"type":"Feature","id":"n822250723","geometry":{"type":"Point","coordinates":[-0.1759867,51.7976249]},"properties":{"@type":"node","@id":822250723,"@timestamp":1400066516},"coords":"51.7976249,-0.1759867","bedrooms":"0","price":"266000","area":"466"} , +{"type":"Feature","id":"n822255479","geometry":{"type":"Point","coordinates":[-0.2888071,51.4674871]},"properties":{"@type":"node","@id":822255479,"@timestamp":1564912859},"coords":"51.4674871,-0.2888071","bedrooms":"1","price":"261000","area":"527"} , +{"type":"Feature","id":"n822344114","geometry":{"type":"Point","coordinates":[0.7511479,51.3245285]},"properties":{"@type":"node","@id":822344114,"@timestamp":1279414723},"coords":"51.3245285,0.7511479","bedrooms":"0","price":"212000","area":"671"} , +{"type":"Feature","id":"n822613037","geometry":{"type":"Point","coordinates":[0.7828974,51.9829583]},"properties":{"@type":"node","@id":822613037,"@timestamp":1504693990},"coords":"51.9829583,0.7828974","bedrooms":"4","price":"229000","area":"655"} , +{"type":"Feature","id":"n822769593","geometry":{"type":"Point","coordinates":[-0.7040368,51.9467186]},"properties":{"@type":"node","@id":822769593,"@timestamp":1610074079},"coords":"51.9467186,-0.7040368","bedrooms":"4","price":"233000","area":"648"} , +{"type":"Feature","id":"n823303751","geometry":{"type":"Point","coordinates":[-0.9455193,51.515605]},"properties":{"@type":"node","@id":823303751,"@timestamp":1320690654},"coords":"51.515605,-0.9455193","bedrooms":"3","price":"169000","area":"629"} , +{"type":"Feature","id":"n823341263","geometry":{"type":"Point","coordinates":[-0.1996361,51.4820203]},"properties":{"@type":"node","@id":823341263,"@timestamp":1630004767},"coords":"51.4820203,-0.1996361","bedrooms":"2","price":"270000","area":"639"} , +{"type":"Feature","id":"n823341395","geometry":{"type":"Point","coordinates":[-0.1994107,51.4818035]},"properties":{"@type":"node","@id":823341395,"@timestamp":1630004769},"coords":"51.4818035,-0.1994107","bedrooms":"1","price":"213000","area":"693"} , +{"type":"Feature","id":"n823345370","geometry":{"type":"Point","coordinates":[-0.5893679,51.2548622]},"properties":{"@type":"node","@id":823345370,"@timestamp":1279468979},"coords":"51.2548622,-0.5893679","bedrooms":"2","price":"276000","area":"531"} , +{"type":"Feature","id":"n823345441","geometry":{"type":"Point","coordinates":[-0.5927706,51.2549464]},"properties":{"@type":"node","@id":823345441,"@timestamp":1279468982},"coords":"51.2549464,-0.5927706","bedrooms":"0","price":"278000","area":"436"} , +{"type":"Feature","id":"n823361819","geometry":{"type":"Point","coordinates":[-0.5896658,51.2516831]},"properties":{"@type":"node","@id":823361819,"@timestamp":1279469885},"coords":"51.2516831,-0.5896658","bedrooms":"4","price":"260000","area":"616"} , +{"type":"Feature","id":"n823361992","geometry":{"type":"Point","coordinates":[-0.5905424,51.252324]},"properties":{"@type":"node","@id":823361992,"@timestamp":1279469888},"coords":"51.252324,-0.5905424","bedrooms":"4","price":"160000","area":"553"} , +{"type":"Feature","id":"n823374210","geometry":{"type":"Point","coordinates":[-0.5878123,51.2480782]},"properties":{"@type":"node","@id":823374210,"@timestamp":1279470335},"coords":"51.2480782,-0.5878123","bedrooms":"0","price":"225000","area":"535"} , +{"type":"Feature","id":"n823374259","geometry":{"type":"Point","coordinates":[-0.5878908,51.2477711]},"properties":{"@type":"node","@id":823374259,"@timestamp":1279470336},"coords":"51.2477711,-0.5878908","bedrooms":"1","price":"263000","area":"393"} , +{"type":"Feature","id":"n823386802","geometry":{"type":"Point","coordinates":[-0.5873297,51.2530969]},"properties":{"@type":"node","@id":823386802,"@timestamp":1279659799},"coords":"51.2530969,-0.5873297","bedrooms":"3","price":"170000","area":"492"} , +{"type":"Feature","id":"n823386830","geometry":{"type":"Point","coordinates":[-0.5875415,51.2546521]},"properties":{"@type":"node","@id":823386830,"@timestamp":1279470683},"coords":"51.2546521,-0.5875415","bedrooms":"1","price":"222000","area":"562"} , +{"type":"Feature","id":"n823392738","geometry":{"type":"Point","coordinates":[-0.1002918,51.5376875]},"properties":{"@type":"node","@id":823392738,"@timestamp":1279470880},"coords":"51.5376875,-0.1002918","bedrooms":"2","price":"197000","area":"548"} , +{"type":"Feature","id":"n823395746","geometry":{"type":"Point","coordinates":[-0.5870025,51.2555695]},"properties":{"@type":"node","@id":823395746,"@timestamp":1279470997},"coords":"51.2555695,-0.5870025","bedrooms":"1","price":"221000","area":"681"} , +{"type":"Feature","id":"n823475869","geometry":{"type":"Point","coordinates":[-0.7348445,51.2665011]},"properties":{"@type":"node","@id":823475869,"@timestamp":1624275609},"coords":"51.2665011,-0.7348445","bedrooms":"4","price":"255000","area":"568"} , +{"type":"Feature","id":"n823488199","geometry":{"type":"Point","coordinates":[-0.1190558,51.6794504]},"properties":{"@type":"node","@id":823488199,"@timestamp":1279476182},"coords":"51.6794504,-0.1190558","bedrooms":"4","price":"220000","area":"436"} , +{"type":"Feature","id":"n823624246","geometry":{"type":"Point","coordinates":[-0.3430576,51.587517]},"properties":{"@type":"node","@id":823624246,"@timestamp":1621857465},"coords":"51.587517,-0.3430576","bedrooms":"4","price":"287000","area":"697"} , +{"type":"Feature","id":"n823718364","geometry":{"type":"Point","coordinates":[-0.9106519,51.0629675]},"properties":{"@type":"node","@id":823718364,"@timestamp":1321229221},"coords":"51.0629675,-0.9106519","bedrooms":"3","price":"191000","area":"479"} , +{"type":"Feature","id":"n823718588","geometry":{"type":"Point","coordinates":[-0.9101277,51.0907441]},"properties":{"@type":"node","@id":823718588,"@timestamp":1431113971},"coords":"51.0907441,-0.9101277","bedrooms":"0","price":"204000","area":"590"} , +{"type":"Feature","id":"n823745626","geometry":{"type":"Point","coordinates":[-0.539415,51.1552466]},"properties":{"@type":"node","@id":823745626,"@timestamp":1279522144},"coords":"51.1552466,-0.539415","bedrooms":"0","price":"215000","area":"596"} , +{"type":"Feature","id":"n823879226","geometry":{"type":"Point","coordinates":[-0.0984604,51.5391813]},"properties":{"@type":"node","@id":823879226,"@timestamp":1279496628},"coords":"51.5391813,-0.0984604","bedrooms":"1","price":"179000","area":"691"} , +{"type":"Feature","id":"n824330623","geometry":{"type":"Point","coordinates":[-0.1796869,51.1728982]},"properties":{"@type":"node","@id":824330623,"@timestamp":1575638794},"coords":"51.1728982,-0.1796869","bedrooms":"1","price":"291000","area":"365"} , +{"type":"Feature","id":"n824468873","geometry":{"type":"Point","coordinates":[-0.7059316,51.4052227]},"properties":{"@type":"node","@id":824468873,"@timestamp":1279789986},"coords":"51.4052227,-0.7059316","bedrooms":"1","price":"261000","area":"446"} , +{"type":"Feature","id":"n825034472","geometry":{"type":"Point","coordinates":[0.7773885,51.2918178]},"properties":{"@type":"node","@id":825034472,"@timestamp":1279568497},"coords":"51.2918178,0.7773885","bedrooms":"0","price":"180000","area":"365"} , +{"type":"Feature","id":"n825107041","geometry":{"type":"Point","coordinates":[-1.018171,51.4444065]},"properties":{"@type":"node","@id":825107041,"@timestamp":1626093725},"coords":"51.4444065,-1.018171","bedrooms":"4","price":"291000","area":"357"} , +{"type":"Feature","id":"n825107212","geometry":{"type":"Point","coordinates":[-1.0204163,51.4441562]},"properties":{"@type":"node","@id":825107212,"@timestamp":1631585060},"coords":"51.4441562,-1.0204163","bedrooms":"1","price":"200000","area":"528"} , +{"type":"Feature","id":"n825216932","geometry":{"type":"Point","coordinates":[-1.0325652,51.4422775]},"properties":{"@type":"node","@id":825216932,"@timestamp":1631585284},"coords":"51.4422775,-1.0325652","bedrooms":"4","price":"154000","area":"511"} , +{"type":"Feature","id":"n825217095","geometry":{"type":"Point","coordinates":[-1.0467625,51.4406342]},"properties":{"@type":"node","@id":825217095,"@timestamp":1520019342},"coords":"51.4406342,-1.0467625","bedrooms":"2","price":"209000","area":"372"} , +{"type":"Feature","id":"n825217213","geometry":{"type":"Point","coordinates":[-1.0475227,51.4404474]},"properties":{"@type":"node","@id":825217213,"@timestamp":1486557815},"coords":"51.4404474,-1.0475227","bedrooms":"3","price":"247000","area":"651"} , +{"type":"Feature","id":"n825217346","geometry":{"type":"Point","coordinates":[-1.0285848,51.4414911]},"properties":{"@type":"node","@id":825217346,"@timestamp":1279575589},"coords":"51.4414911,-1.0285848","bedrooms":"2","price":"287000","area":"358"} , +{"type":"Feature","id":"n825217409","geometry":{"type":"Point","coordinates":[-1.0241304,51.4443774]},"properties":{"@type":"node","@id":825217409,"@timestamp":1586586619},"coords":"51.4443774,-1.0241304","bedrooms":"4","price":"210000","area":"545"} , +{"type":"Feature","id":"n825217499","geometry":{"type":"Point","coordinates":[-1.0257203,51.4405994]},"properties":{"@type":"node","@id":825217499,"@timestamp":1635086793},"coords":"51.4405994,-1.0257203","bedrooms":"3","price":"156000","area":"609"} , +{"type":"Feature","id":"n825616423","geometry":{"type":"Point","coordinates":[-0.1684428,51.8924873]},"properties":{"@type":"node","@id":825616423,"@timestamp":1306707978},"coords":"51.8924873,-0.1684428","bedrooms":"4","price":"245000","area":"607"} , +{"type":"Feature","id":"n826348702","geometry":{"type":"Point","coordinates":[-0.059927,51.3596187]},"properties":{"@type":"node","@id":826348702,"@timestamp":1538781508},"coords":"51.3596187,-0.059927","bedrooms":"2","price":"209000","area":"379"} , +{"type":"Feature","id":"n826634007","geometry":{"type":"Point","coordinates":[-0.1006386,51.5373394]},"properties":{"@type":"node","@id":826634007,"@timestamp":1613926527},"coords":"51.5373394,-0.1006386","bedrooms":"4","price":"194000","area":"581"} , +{"type":"Feature","id":"n826731633","geometry":{"type":"Point","coordinates":[-0.5886335,51.2509294]},"properties":{"@type":"node","@id":826731633,"@timestamp":1279658357},"coords":"51.2509294,-0.5886335","bedrooms":"2","price":"201000","area":"479"} , +{"type":"Feature","id":"n826758870","geometry":{"type":"Point","coordinates":[-0.589302,51.2519945]},"properties":{"@type":"node","@id":826758870,"@timestamp":1279659300},"coords":"51.2519945,-0.589302","bedrooms":"1","price":"207000","area":"428"} , +{"type":"Feature","id":"n826758971","geometry":{"type":"Point","coordinates":[-0.5893752,51.251951]},"properties":{"@type":"node","@id":826758971,"@timestamp":1279659303},"coords":"51.251951,-0.5893752","bedrooms":"4","price":"202000","area":"597"} , +{"type":"Feature","id":"n826759109","geometry":{"type":"Point","coordinates":[-0.5934301,51.2509132]},"properties":{"@type":"node","@id":826759109,"@timestamp":1279659307},"coords":"51.2509132,-0.5934301","bedrooms":"3","price":"270000","area":"601"} , +{"type":"Feature","id":"n826772722","geometry":{"type":"Point","coordinates":[-0.5848879,51.2493033]},"properties":{"@type":"node","@id":826772722,"@timestamp":1279659796},"coords":"51.2493033,-0.5848879","bedrooms":"3","price":"154000","area":"476"} , +{"type":"Feature","id":"n826772744","geometry":{"type":"Point","coordinates":[-0.5887201,51.2527281]},"properties":{"@type":"node","@id":826772744,"@timestamp":1279659797},"coords":"51.2527281,-0.5887201","bedrooms":"1","price":"255000","area":"415"} , +{"type":"Feature","id":"n826772778","geometry":{"type":"Point","coordinates":[-0.5902366,51.2525995]},"properties":{"@type":"node","@id":826772778,"@timestamp":1279659797},"coords":"51.2525995,-0.5902366","bedrooms":"0","price":"246000","area":"355"} , +{"type":"Feature","id":"n826778754","geometry":{"type":"Point","coordinates":[-0.5860951,51.2533434]},"properties":{"@type":"node","@id":826778754,"@timestamp":1279660039},"coords":"51.2533434,-0.5860951","bedrooms":"1","price":"296000","area":"607"} , +{"type":"Feature","id":"n826791008","geometry":{"type":"Point","coordinates":[-0.5857658,51.2498293]},"properties":{"@type":"node","@id":826791008,"@timestamp":1279660430},"coords":"51.2498293,-0.5857658","bedrooms":"1","price":"276000","area":"455"} , +{"type":"Feature","id":"n826791063","geometry":{"type":"Point","coordinates":[-0.5849819,51.2523079]},"properties":{"@type":"node","@id":826791063,"@timestamp":1279660431},"coords":"51.2523079,-0.5849819","bedrooms":"2","price":"193000","area":"653"} , +{"type":"Feature","id":"n826822184","geometry":{"type":"Point","coordinates":[-1.0523529,51.4446546]},"properties":{"@type":"node","@id":826822184,"@timestamp":1279661901},"coords":"51.4446546,-1.0523529","bedrooms":"0","price":"288000","area":"481"} , +{"type":"Feature","id":"n826822233","geometry":{"type":"Point","coordinates":[-1.0506849,51.4450955]},"properties":{"@type":"node","@id":826822233,"@timestamp":1279661905},"coords":"51.4450955,-1.0506849","bedrooms":"1","price":"213000","area":"599"} , +{"type":"Feature","id":"n826828595","geometry":{"type":"Point","coordinates":[-0.4200611,51.4193857]},"properties":{"@type":"node","@id":826828595,"@timestamp":1627700506},"coords":"51.4193857,-0.4200611","bedrooms":"2","price":"275000","area":"486"} , +{"type":"Feature","id":"n827247308","geometry":{"type":"Point","coordinates":[-0.43768,51.5876564]},"properties":{"@type":"node","@id":827247308,"@timestamp":1383941999},"coords":"51.5876564,-0.43768","bedrooms":"3","price":"215000","area":"369"} , +{"type":"Feature","id":"n827453359","geometry":{"type":"Point","coordinates":[-0.4202111,51.3846629]},"properties":{"@type":"node","@id":827453359,"@timestamp":1388959853},"coords":"51.3846629,-0.4202111","bedrooms":"4","price":"269000","area":"378"} , +{"type":"Feature","id":"n827590465","geometry":{"type":"Point","coordinates":[-0.5956801,51.2444501]},"properties":{"@type":"node","@id":827590465,"@timestamp":1279723498},"coords":"51.2444501,-0.5956801","bedrooms":"2","price":"195000","area":"517"} , +{"type":"Feature","id":"n827608202","geometry":{"type":"Point","coordinates":[-0.5918876,51.2464444]},"properties":{"@type":"node","@id":827608202,"@timestamp":1531239984},"coords":"51.2464444,-0.5918876","bedrooms":"0","price":"172000","area":"659"} , +{"type":"Feature","id":"n827612856","geometry":{"type":"Point","coordinates":[-0.5897752,51.2464317]},"properties":{"@type":"node","@id":827612856,"@timestamp":1416498806},"coords":"51.2464317,-0.5897752","bedrooms":"0","price":"215000","area":"593"} , +{"type":"Feature","id":"n828131243","geometry":{"type":"Point","coordinates":[-1.0206484,51.4506634]},"properties":{"@type":"node","@id":828131243,"@timestamp":1565469552},"coords":"51.4506634,-1.0206484","bedrooms":"2","price":"282000","area":"556"} , +{"type":"Feature","id":"n828131288","geometry":{"type":"Point","coordinates":[-1.0246529,51.4520211]},"properties":{"@type":"node","@id":828131288,"@timestamp":1565469552},"coords":"51.4520211,-1.0246529","bedrooms":"3","price":"210000","area":"361"} , +{"type":"Feature","id":"n828131390","geometry":{"type":"Point","coordinates":[-1.0231311,51.4514026]},"properties":{"@type":"node","@id":828131390,"@timestamp":1565469552},"coords":"51.4514026,-1.0231311","bedrooms":"4","price":"151000","area":"351"} , +{"type":"Feature","id":"n828131482","geometry":{"type":"Point","coordinates":[-1.0467971,51.4509076]},"properties":{"@type":"node","@id":828131482,"@timestamp":1390320653},"coords":"51.4509076,-1.0467971","bedrooms":"0","price":"247000","area":"486"} , +{"type":"Feature","id":"n828131539","geometry":{"type":"Point","coordinates":[-1.0458839,51.4544329]},"properties":{"@type":"node","@id":828131539,"@timestamp":1506100227},"coords":"51.4544329,-1.0458839","bedrooms":"3","price":"160000","area":"446"} , +{"type":"Feature","id":"n828145406","geometry":{"type":"Point","coordinates":[-1.0302638,51.4487551]},"properties":{"@type":"node","@id":828145406,"@timestamp":1279746935},"coords":"51.4487551,-1.0302638","bedrooms":"3","price":"168000","area":"351"} , +{"type":"Feature","id":"n828207446","geometry":{"type":"Point","coordinates":[-0.2690714,51.9493598]},"properties":{"@type":"node","@id":828207446,"@timestamp":1532894819},"coords":"51.9493598,-0.2690714","bedrooms":"3","price":"154000","area":"648"} , +{"type":"Feature","id":"n828485872","geometry":{"type":"Point","coordinates":[0.4739851,51.7246898]},"properties":{"@type":"node","@id":828485872,"@timestamp":1416234621},"coords":"51.7246898,0.4739851","bedrooms":"3","price":"285000","area":"585"} , +{"type":"Feature","id":"n829065540","geometry":{"type":"Point","coordinates":[-0.6000099,51.2592054]},"properties":{"@type":"node","@id":829065540,"@timestamp":1279817517},"coords":"51.2592054,-0.6000099","bedrooms":"2","price":"227000","area":"542"} , +{"type":"Feature","id":"n829070543","geometry":{"type":"Point","coordinates":[-0.6011235,51.2587484]},"properties":{"@type":"node","@id":829070543,"@timestamp":1279817970},"coords":"51.2587484,-0.6011235","bedrooms":"3","price":"210000","area":"478"} , +{"type":"Feature","id":"n829070567","geometry":{"type":"Point","coordinates":[-0.6011186,51.2592422]},"properties":{"@type":"node","@id":829070567,"@timestamp":1279817971},"coords":"51.2592422,-0.6011186","bedrooms":"1","price":"286000","area":"682"} , +{"type":"Feature","id":"n829081279","geometry":{"type":"Point","coordinates":[-0.6009205,51.2607237]},"properties":{"@type":"node","@id":829081279,"@timestamp":1279818524},"coords":"51.2607237,-0.6009205","bedrooms":"1","price":"262000","area":"554"} , +{"type":"Feature","id":"n829081323","geometry":{"type":"Point","coordinates":[-0.6012049,51.2615189]},"properties":{"@type":"node","@id":829081323,"@timestamp":1279818525},"coords":"51.2615189,-0.6012049","bedrooms":"3","price":"257000","area":"500"} , +{"type":"Feature","id":"n829081366","geometry":{"type":"Point","coordinates":[-0.600629,51.260841]},"properties":{"@type":"node","@id":829081366,"@timestamp":1279818526},"coords":"51.260841,-0.600629","bedrooms":"2","price":"165000","area":"634"} , +{"type":"Feature","id":"n829206169","geometry":{"type":"Point","coordinates":[-0.5954633,51.2586117]},"properties":{"@type":"node","@id":829206169,"@timestamp":1279822972},"coords":"51.2586117,-0.5954633","bedrooms":"2","price":"243000","area":"469"} , +{"type":"Feature","id":"n829206274","geometry":{"type":"Point","coordinates":[-0.5959704,51.2591121]},"properties":{"@type":"node","@id":829206274,"@timestamp":1279822974},"coords":"51.2591121,-0.5959704","bedrooms":"2","price":"161000","area":"588"} , +{"type":"Feature","id":"n829206356","geometry":{"type":"Point","coordinates":[-0.596397,51.2589695]},"properties":{"@type":"node","@id":829206356,"@timestamp":1279822976},"coords":"51.2589695,-0.596397","bedrooms":"3","price":"181000","area":"568"} , +{"type":"Feature","id":"n829206438","geometry":{"type":"Point","coordinates":[-0.5960789,51.2593157]},"properties":{"@type":"node","@id":829206438,"@timestamp":1279822978},"coords":"51.2593157,-0.5960789","bedrooms":"0","price":"194000","area":"467"} , +{"type":"Feature","id":"n829206518","geometry":{"type":"Point","coordinates":[-0.5962379,51.2583315]},"properties":{"@type":"node","@id":829206518,"@timestamp":1279822979},"coords":"51.2583315,-0.5962379","bedrooms":"4","price":"161000","area":"399"} , +{"type":"Feature","id":"n829214819","geometry":{"type":"Point","coordinates":[-0.5967404,51.2607167]},"properties":{"@type":"node","@id":829214819,"@timestamp":1279823189},"coords":"51.2607167,-0.5967404","bedrooms":"4","price":"204000","area":"606"} , +{"type":"Feature","id":"n829640044","geometry":{"type":"Point","coordinates":[-0.1470961,50.960362]},"properties":{"@type":"node","@id":829640044,"@timestamp":1309124614},"coords":"50.960362,-0.1470961","bedrooms":"2","price":"276000","area":"642"} , +{"type":"Feature","id":"n830140455","geometry":{"type":"Point","coordinates":[-0.2166217,51.4644943]},"properties":{"@type":"node","@id":830140455,"@timestamp":1628853938},"coords":"51.4644943,-0.2166217","bedrooms":"0","price":"256000","area":"553"} , +{"type":"Feature","id":"n830358424","geometry":{"type":"Point","coordinates":[-0.599153,51.2582096]},"properties":{"@type":"node","@id":830358424,"@timestamp":1531240834},"coords":"51.2582096,-0.599153","bedrooms":"1","price":"231000","area":"428"} , +{"type":"Feature","id":"n830459407","geometry":{"type":"Point","coordinates":[-0.2977354,51.1691075]},"properties":{"@type":"node","@id":830459407,"@timestamp":1476613710},"coords":"51.1691075,-0.2977354","bedrooms":"2","price":"290000","area":"451"} , +{"type":"Feature","id":"n830982211","geometry":{"type":"Point","coordinates":[-0.69031,51.0565173]},"properties":{"@type":"node","@id":830982211,"@timestamp":1279956411},"coords":"51.0565173,-0.69031","bedrooms":"1","price":"192000","area":"482"} , +{"type":"Feature","id":"n830982255","geometry":{"type":"Point","coordinates":[-0.7135584,51.0353744]},"properties":{"@type":"node","@id":830982255,"@timestamp":1279956413},"coords":"51.0353744,-0.7135584","bedrooms":"3","price":"236000","area":"427"} , +{"type":"Feature","id":"n830994277","geometry":{"type":"Point","coordinates":[-0.961642,51.279675]},"properties":{"@type":"node","@id":830994277,"@timestamp":1543770294},"coords":"51.279675,-0.961642","bedrooms":"1","price":"229000","area":"471"} , +{"type":"Feature","id":"n831200057","geometry":{"type":"Point","coordinates":[-0.1555202,51.5879708]},"properties":{"@type":"node","@id":831200057,"@timestamp":1602453744},"coords":"51.5879708,-0.1555202","bedrooms":"3","price":"259000","area":"542"} , +{"type":"Feature","id":"n831257318","geometry":{"type":"Point","coordinates":[-0.1616609,51.5536323]},"properties":{"@type":"node","@id":831257318,"@timestamp":1279975870},"coords":"51.5536323,-0.1616609","bedrooms":"3","price":"291000","area":"467"} , +{"type":"Feature","id":"n831257487","geometry":{"type":"Point","coordinates":[-0.1614019,51.5541004]},"properties":{"@type":"node","@id":831257487,"@timestamp":1279975874},"coords":"51.5541004,-0.1614019","bedrooms":"0","price":"240000","area":"649"} , +{"type":"Feature","id":"n831257573","geometry":{"type":"Point","coordinates":[-0.1643961,51.5544052]},"properties":{"@type":"node","@id":831257573,"@timestamp":1279985542},"coords":"51.5544052,-0.1643961","bedrooms":"4","price":"219000","area":"549"} , +{"type":"Feature","id":"n831309524","geometry":{"type":"Point","coordinates":[-0.1251763,51.5710227]},"properties":{"@type":"node","@id":831309524,"@timestamp":1290166135},"coords":"51.5710227,-0.1251763","bedrooms":"3","price":"255000","area":"627"} , +{"type":"Feature","id":"n831353052","geometry":{"type":"Point","coordinates":[-0.6123364,51.2365361]},"properties":{"@type":"node","@id":831353052,"@timestamp":1497177272},"coords":"51.2365361,-0.6123364","bedrooms":"0","price":"158000","area":"455"} , +{"type":"Feature","id":"n831353105","geometry":{"type":"Point","coordinates":[-0.6127027,51.236731]},"properties":{"@type":"node","@id":831353105,"@timestamp":1279981965},"coords":"51.236731,-0.6127027","bedrooms":"0","price":"174000","area":"404"} , +{"type":"Feature","id":"n831353160","geometry":{"type":"Point","coordinates":[-0.6124343,51.2374701]},"properties":{"@type":"node","@id":831353160,"@timestamp":1497177271},"coords":"51.2374701,-0.6124343","bedrooms":"2","price":"288000","area":"548"} , +{"type":"Feature","id":"n831425922","geometry":{"type":"Point","coordinates":[-0.1649092,51.5541948]},"properties":{"@type":"node","@id":831425922,"@timestamp":1613338203},"coords":"51.5541948,-0.1649092","bedrooms":"2","price":"180000","area":"489"} , +{"type":"Feature","id":"n831425978","geometry":{"type":"Point","coordinates":[-0.1575608,51.5518447]},"properties":{"@type":"node","@id":831425978,"@timestamp":1630950803},"coords":"51.5518447,-0.1575608","bedrooms":"4","price":"287000","area":"637"} , +{"type":"Feature","id":"n831426044","geometry":{"type":"Point","coordinates":[-0.1541133,51.5532812]},"properties":{"@type":"node","@id":831426044,"@timestamp":1534620267},"coords":"51.5532812,-0.1541133","bedrooms":"2","price":"243000","area":"601"} , +{"type":"Feature","id":"n831456432","geometry":{"type":"Point","coordinates":[-0.1586612,51.5467951]},"properties":{"@type":"node","@id":831456432,"@timestamp":1279986837},"coords":"51.5467951,-0.1586612","bedrooms":"3","price":"229000","area":"589"} , +{"type":"Feature","id":"n831456565","geometry":{"type":"Point","coordinates":[-0.1569382,51.5464496]},"properties":{"@type":"node","@id":831456565,"@timestamp":1630950803},"coords":"51.5464496,-0.1569382","bedrooms":"3","price":"276000","area":"626"} , +{"type":"Feature","id":"n831707446","geometry":{"type":"Point","coordinates":[-0.473509,51.315647]},"properties":{"@type":"node","@id":831707446,"@timestamp":1279997483},"coords":"51.315647,-0.473509","bedrooms":"4","price":"186000","area":"425"} , +{"type":"Feature","id":"n832162072","geometry":{"type":"Point","coordinates":[0.7648252,51.3439575]},"properties":{"@type":"node","@id":832162072,"@timestamp":1569604933},"coords":"51.3439575,0.7648252","bedrooms":"4","price":"279000","area":"383"} , +{"type":"Feature","id":"n832690682","geometry":{"type":"Point","coordinates":[-0.8548076,50.984666]},"properties":{"@type":"node","@id":832690682,"@timestamp":1280064688},"coords":"50.984666,-0.8548076","bedrooms":"0","price":"230000","area":"641"} , +{"type":"Feature","id":"n832690748","geometry":{"type":"Point","coordinates":[-0.8565473,50.9895658]},"properties":{"@type":"node","@id":832690748,"@timestamp":1377187269},"coords":"50.9895658,-0.8565473","bedrooms":"4","price":"231000","area":"534"} , +{"type":"Feature","id":"n833223132","geometry":{"type":"Point","coordinates":[-0.1948096,51.5355243]},"properties":{"@type":"node","@id":833223132,"@timestamp":1423264739},"coords":"51.5355243,-0.1948096","bedrooms":"3","price":"188000","area":"492"} , +{"type":"Feature","id":"n833246932","geometry":{"type":"Point","coordinates":[-1.0713013,51.3844579]},"properties":{"@type":"node","@id":833246932,"@timestamp":1280083049},"coords":"51.3844579,-1.0713013","bedrooms":"3","price":"220000","area":"575"} , +{"type":"Feature","id":"n833404888","geometry":{"type":"Point","coordinates":[-0.212659,51.4745278]},"properties":{"@type":"node","@id":833404888,"@timestamp":1616887581},"coords":"51.4745278,-0.212659","bedrooms":"2","price":"155000","area":"515"} , +{"type":"Feature","id":"n833404937","geometry":{"type":"Point","coordinates":[-0.2051814,51.4895807]},"properties":{"@type":"node","@id":833404937,"@timestamp":1568917633},"coords":"51.4895807,-0.2051814","bedrooms":"2","price":"168000","area":"392"} , +{"type":"Feature","id":"n833712113","geometry":{"type":"Point","coordinates":[-0.1961053,51.5410766]},"properties":{"@type":"node","@id":833712113,"@timestamp":1280132183},"coords":"51.5410766,-0.1961053","bedrooms":"3","price":"259000","area":"479"} , +{"type":"Feature","id":"n833772427","geometry":{"type":"Point","coordinates":[-0.124761,51.5288971]},"properties":{"@type":"node","@id":833772427,"@timestamp":1589127193},"coords":"51.5288971,-0.124761","bedrooms":"4","price":"152000","area":"693"} , +{"type":"Feature","id":"n834600315","geometry":{"type":"Point","coordinates":[-0.738264,51.5277659]},"properties":{"@type":"node","@id":834600315,"@timestamp":1280176713},"coords":"51.5277659,-0.738264","bedrooms":"3","price":"235000","area":"673"} , +{"type":"Feature","id":"n834662937","geometry":{"type":"Point","coordinates":[-0.7451408,51.5256099]},"properties":{"@type":"node","@id":834662937,"@timestamp":1518742803},"coords":"51.5256099,-0.7451408","bedrooms":"4","price":"257000","area":"667"} , +{"type":"Feature","id":"n835150697","geometry":{"type":"Point","coordinates":[-0.746664,51.5351526]},"properties":{"@type":"node","@id":835150697,"@timestamp":1280217562},"coords":"51.5351526,-0.746664","bedrooms":"0","price":"242000","area":"548"} , +{"type":"Feature","id":"n835198431","geometry":{"type":"Point","coordinates":[-0.3298865,51.2945073]},"properties":{"@type":"node","@id":835198431,"@timestamp":1618698297},"coords":"51.2945073,-0.3298865","bedrooms":"2","price":"286000","area":"368"} , +{"type":"Feature","id":"n835264541","geometry":{"type":"Point","coordinates":[-0.0964056,51.5074778]},"properties":{"@type":"node","@id":835264541,"@timestamp":1580916780},"coords":"51.5074778,-0.0964056","bedrooms":"2","price":"189000","area":"622"} , +{"type":"Feature","id":"n835284565","geometry":{"type":"Point","coordinates":[-0.7445432,51.5353224]},"properties":{"@type":"node","@id":835284565,"@timestamp":1280227081},"coords":"51.5353224,-0.7445432","bedrooms":"3","price":"260000","area":"658"} , +{"type":"Feature","id":"n835284655","geometry":{"type":"Point","coordinates":[-0.7435132,51.534615]},"properties":{"@type":"node","@id":835284655,"@timestamp":1280228156},"coords":"51.534615,-0.7435132","bedrooms":"3","price":"218000","area":"432"} , +{"type":"Feature","id":"n835284754","geometry":{"type":"Point","coordinates":[-0.7497896,51.5333336]},"properties":{"@type":"node","@id":835284754,"@timestamp":1543100113},"coords":"51.5333336,-0.7497896","bedrooms":"4","price":"231000","area":"638"} , +{"type":"Feature","id":"n835306400","geometry":{"type":"Point","coordinates":[-0.7396509,51.5361866]},"properties":{"@type":"node","@id":835306400,"@timestamp":1369905654},"coords":"51.5361866,-0.7396509","bedrooms":"2","price":"206000","area":"487"} , +{"type":"Feature","id":"n835312893","geometry":{"type":"Point","coordinates":[-0.7429768,51.5332669]},"properties":{"@type":"node","@id":835312893,"@timestamp":1280229054},"coords":"51.5332669,-0.7429768","bedrooms":"3","price":"231000","area":"658"} , +{"type":"Feature","id":"n835371090","geometry":{"type":"Point","coordinates":[-0.5300842,50.9479348]},"properties":{"@type":"node","@id":835371090,"@timestamp":1384770259},"coords":"50.9479348,-0.5300842","bedrooms":"2","price":"240000","area":"561"} , +{"type":"Feature","id":"n835483705","geometry":{"type":"Point","coordinates":[-0.7460165,51.533235]},"properties":{"@type":"node","@id":835483705,"@timestamp":1280403646},"coords":"51.533235,-0.7460165","bedrooms":"4","price":"232000","area":"494"} , +{"type":"Feature","id":"n835517643","geometry":{"type":"Point","coordinates":[-0.1268753,51.5234559]},"properties":{"@type":"node","@id":835517643,"@timestamp":1576423363},"coords":"51.5234559,-0.1268753","bedrooms":"3","price":"154000","area":"493"} , +{"type":"Feature","id":"n835720403","geometry":{"type":"Point","coordinates":[-0.3337235,51.2972766]},"properties":{"@type":"node","@id":835720403,"@timestamp":1588717356},"coords":"51.2972766,-0.3337235","bedrooms":"4","price":"182000","area":"681"} , +{"type":"Feature","id":"n835785497","geometry":{"type":"Point","coordinates":[-0.2163556,51.3586646]},"properties":{"@type":"node","@id":835785497,"@timestamp":1599500863},"coords":"51.3586646,-0.2163556","bedrooms":"4","price":"159000","area":"465"} , +{"type":"Feature","id":"n835833858","geometry":{"type":"Point","coordinates":[-0.2152721,51.3580429]},"properties":{"@type":"node","@id":835833858,"@timestamp":1280352158},"coords":"51.3580429,-0.2152721","bedrooms":"4","price":"183000","area":"446"} , +{"type":"Feature","id":"n835858976","geometry":{"type":"Point","coordinates":[-0.2160844,51.3572388]},"properties":{"@type":"node","@id":835858976,"@timestamp":1557261071},"coords":"51.3572388,-0.2160844","bedrooms":"2","price":"157000","area":"697"} , +{"type":"Feature","id":"n835904163","geometry":{"type":"Point","coordinates":[-0.2173129,51.3577748]},"properties":{"@type":"node","@id":835904163,"@timestamp":1280268004},"coords":"51.3577748,-0.2173129","bedrooms":"0","price":"210000","area":"418"} , +{"type":"Feature","id":"n835909417","geometry":{"type":"Point","coordinates":[-0.2179941,51.3577815]},"properties":{"@type":"node","@id":835909417,"@timestamp":1280268389},"coords":"51.3577815,-0.2179941","bedrooms":"2","price":"253000","area":"671"} , +{"type":"Feature","id":"n835946922","geometry":{"type":"Point","coordinates":[-0.2163714,51.3582756]},"properties":{"@type":"node","@id":835946922,"@timestamp":1280271457},"coords":"51.3582756,-0.2163714","bedrooms":"4","price":"294000","area":"383"} , +{"type":"Feature","id":"n835975574","geometry":{"type":"Point","coordinates":[-0.1854649,51.4954399]},"properties":{"@type":"node","@id":835975574,"@timestamp":1580916783},"coords":"51.4954399,-0.1854649","bedrooms":"1","price":"197000","area":"619"} , +{"type":"Feature","id":"n836097311","geometry":{"type":"Point","coordinates":[-0.0267338,51.7247187]},"properties":{"@type":"node","@id":836097311,"@timestamp":1297110821},"coords":"51.7247187,-0.0267338","bedrooms":"1","price":"298000","area":"361"} , +{"type":"Feature","id":"n836462305","geometry":{"type":"Point","coordinates":[-0.158972,51.1744731]},"properties":{"@type":"node","@id":836462305,"@timestamp":1280333202},"coords":"51.1744731,-0.158972","bedrooms":"0","price":"174000","area":"398"} , +{"type":"Feature","id":"n836711656","geometry":{"type":"Point","coordinates":[0.3745076,51.3199359]},"properties":{"@type":"node","@id":836711656,"@timestamp":1280345726},"coords":"51.3199359,0.3745076","bedrooms":"2","price":"211000","area":"699"} , +{"type":"Feature","id":"n836746136","geometry":{"type":"Point","coordinates":[-0.3269322,51.8849649]},"properties":{"@type":"node","@id":836746136,"@timestamp":1619970733},"coords":"51.8849649,-0.3269322","bedrooms":"3","price":"223000","area":"655"} , +{"type":"Feature","id":"n836776474","geometry":{"type":"Point","coordinates":[-0.3106088,51.8798162]},"properties":{"@type":"node","@id":836776474,"@timestamp":1435183914},"coords":"51.8798162,-0.3106088","bedrooms":"1","price":"152000","area":"674"} , +{"type":"Feature","id":"n836785688","geometry":{"type":"Point","coordinates":[-0.190529,51.4901349]},"properties":{"@type":"node","@id":836785688,"@timestamp":1597770498},"coords":"51.4901349,-0.190529","bedrooms":"1","price":"235000","area":"600"} , +{"type":"Feature","id":"n836813806","geometry":{"type":"Point","coordinates":[-0.5798664,51.2475751]},"properties":{"@type":"node","@id":836813806,"@timestamp":1556311336},"coords":"51.2475751,-0.5798664","bedrooms":"1","price":"215000","area":"454"} , +{"type":"Feature","id":"n836831597","geometry":{"type":"Point","coordinates":[-0.215594,51.3579055]},"properties":{"@type":"node","@id":836831597,"@timestamp":1280352157},"coords":"51.3579055,-0.215594","bedrooms":"1","price":"238000","area":"474"} , +{"type":"Feature","id":"n836831654","geometry":{"type":"Point","coordinates":[-0.2170304,51.3592074]},"properties":{"@type":"node","@id":836831654,"@timestamp":1600122181},"coords":"51.3592074,-0.2170304","bedrooms":"2","price":"198000","area":"445"} , +{"type":"Feature","id":"n836845690","geometry":{"type":"Point","coordinates":[-0.2155323,51.3576978]},"properties":{"@type":"node","@id":836845690,"@timestamp":1280352155},"coords":"51.3576978,-0.2155323","bedrooms":"2","price":"293000","area":"615"} , +{"type":"Feature","id":"n836857586","geometry":{"type":"Point","coordinates":[-0.571514,51.2429913]},"properties":{"@type":"node","@id":836857586,"@timestamp":1415018088},"coords":"51.2429913,-0.571514","bedrooms":"0","price":"252000","area":"693"} , +{"type":"Feature","id":"n836874416","geometry":{"type":"Point","coordinates":[0.7316232,51.3677944]},"properties":{"@type":"node","@id":836874416,"@timestamp":1568931077},"coords":"51.3677944,0.7316232","bedrooms":"3","price":"253000","area":"514"} , +{"type":"Feature","id":"n837400927","geometry":{"type":"Point","coordinates":[-0.7446328,51.5346283]},"properties":{"@type":"node","@id":837400927,"@timestamp":1280403628},"coords":"51.5346283,-0.7446328","bedrooms":"3","price":"152000","area":"621"} , +{"type":"Feature","id":"n837401323","geometry":{"type":"Point","coordinates":[-0.7447294,51.5337407]},"properties":{"@type":"node","@id":837401323,"@timestamp":1280403639},"coords":"51.5337407,-0.7447294","bedrooms":"1","price":"236000","area":"543"} , +{"type":"Feature","id":"n837429489","geometry":{"type":"Point","coordinates":[-0.754523,51.5327701]},"properties":{"@type":"node","@id":837429489,"@timestamp":1280404940},"coords":"51.5327701,-0.754523","bedrooms":"0","price":"288000","area":"360"} , +{"type":"Feature","id":"n837433386","geometry":{"type":"Point","coordinates":[-0.7553158,51.5418227]},"properties":{"@type":"node","@id":837433386,"@timestamp":1454180835},"coords":"51.5418227,-0.7553158","bedrooms":"3","price":"211000","area":"689"} , +{"type":"Feature","id":"n837994945","geometry":{"type":"Point","coordinates":[-0.2689586,51.9400938]},"properties":{"@type":"node","@id":837994945,"@timestamp":1364833830},"coords":"51.9400938,-0.2689586","bedrooms":"3","price":"177000","area":"465"} , +{"type":"Feature","id":"n838044301","geometry":{"type":"Point","coordinates":[-0.7343583,51.525857]},"properties":{"@type":"node","@id":838044301,"@timestamp":1280436436},"coords":"51.525857,-0.7343583","bedrooms":"4","price":"281000","area":"529"} , +{"type":"Feature","id":"n838044342","geometry":{"type":"Point","coordinates":[-0.7325666,51.5253563]},"properties":{"@type":"node","@id":838044342,"@timestamp":1280436440},"coords":"51.5253563,-0.7325666","bedrooms":"0","price":"234000","area":"615"} , +{"type":"Feature","id":"n838044371","geometry":{"type":"Point","coordinates":[-0.7324915,51.522833]},"properties":{"@type":"node","@id":838044371,"@timestamp":1543100114},"coords":"51.522833,-0.7324915","bedrooms":"1","price":"197000","area":"428"} , +{"type":"Feature","id":"n838073369","geometry":{"type":"Point","coordinates":[-0.7358124,51.5270716]},"properties":{"@type":"node","@id":838073369,"@timestamp":1543100114},"coords":"51.5270716,-0.7358124","bedrooms":"2","price":"240000","area":"485"} , +{"type":"Feature","id":"n838554785","geometry":{"type":"Point","coordinates":[-0.1585162,51.8930356]},"properties":{"@type":"node","@id":838554785,"@timestamp":1620561067},"coords":"51.8930356,-0.1585162","bedrooms":"3","price":"171000","area":"454"} , +{"type":"Feature","id":"n838589174","geometry":{"type":"Point","coordinates":[-0.1622717,51.8920246]},"properties":{"@type":"node","@id":838589174,"@timestamp":1613314121},"coords":"51.8920246,-0.1622717","bedrooms":"3","price":"183000","area":"517"} , +{"type":"Feature","id":"n839043603","geometry":{"type":"Point","coordinates":[-0.1190588,51.5174329]},"properties":{"@type":"node","@id":839043603,"@timestamp":1491243973},"coords":"51.5174329,-0.1190588","bedrooms":"4","price":"240000","area":"527"} , +{"type":"Feature","id":"n839135604","geometry":{"type":"Point","coordinates":[-0.2728004,51.9539993]},"properties":{"@type":"node","@id":839135604,"@timestamp":1295117292},"coords":"51.9539993,-0.2728004","bedrooms":"2","price":"298000","area":"683"} , +{"type":"Feature","id":"n839314124","geometry":{"type":"Point","coordinates":[0.7251065,51.3889956]},"properties":{"@type":"node","@id":839314124,"@timestamp":1626266587},"coords":"51.3889956,0.7251065","bedrooms":"3","price":"201000","area":"454"} , +{"type":"Feature","id":"n839403850","geometry":{"type":"Point","coordinates":[-0.1607051,51.5358808]},"properties":{"@type":"node","@id":839403850,"@timestamp":1580916794},"coords":"51.5358808,-0.1607051","bedrooms":"1","price":"243000","area":"509"} , +{"type":"Feature","id":"n839403885","geometry":{"type":"Point","coordinates":[-0.1680699,51.534311]},"properties":{"@type":"node","@id":839403885,"@timestamp":1580916798},"coords":"51.534311,-0.1680699","bedrooms":"3","price":"276000","area":"528"} , +{"type":"Feature","id":"n839403912","geometry":{"type":"Point","coordinates":[-0.1571596,51.5202597]},"properties":{"@type":"node","@id":839403912,"@timestamp":1580916802},"coords":"51.5202597,-0.1571596","bedrooms":"0","price":"158000","area":"678"} , +{"type":"Feature","id":"n840177920","geometry":{"type":"Point","coordinates":[-0.1227171,51.5134528]},"properties":{"@type":"node","@id":840177920,"@timestamp":1558603891},"coords":"51.5134528,-0.1227171","bedrooms":"3","price":"281000","area":"449"} , +{"type":"Feature","id":"n840242768","geometry":{"type":"Point","coordinates":[-0.6992763,51.3873885]},"properties":{"@type":"node","@id":840242768,"@timestamp":1618865965},"coords":"51.3873885,-0.6992763","bedrooms":"1","price":"247000","area":"375"} , +{"type":"Feature","id":"n840620438","geometry":{"type":"Point","coordinates":[-0.250093,51.5601145]},"properties":{"@type":"node","@id":840620438,"@timestamp":1281263267},"coords":"51.5601145,-0.250093","bedrooms":"1","price":"295000","area":"662"} , +{"type":"Feature","id":"n840713239","geometry":{"type":"Point","coordinates":[-1.0430467,51.4623912]},"properties":{"@type":"node","@id":840713239,"@timestamp":1280607405},"coords":"51.4623912,-1.0430467","bedrooms":"0","price":"167000","area":"484"} , +{"type":"Feature","id":"n840713567","geometry":{"type":"Point","coordinates":[-1.0425052,51.4614251]},"properties":{"@type":"node","@id":840713567,"@timestamp":1280607411},"coords":"51.4614251,-1.0425052","bedrooms":"0","price":"199000","area":"439"} , +{"type":"Feature","id":"n840751869","geometry":{"type":"Point","coordinates":[-1.0370763,51.4617556]},"properties":{"@type":"node","@id":840751869,"@timestamp":1280608988},"coords":"51.4617556,-1.0370763","bedrooms":"1","price":"210000","area":"359"} , +{"type":"Feature","id":"n840826251","geometry":{"type":"Point","coordinates":[-1.0313252,51.4668108]},"properties":{"@type":"node","@id":840826251,"@timestamp":1280610898},"coords":"51.4668108,-1.0313252","bedrooms":"3","price":"269000","area":"480"} , +{"type":"Feature","id":"n840826404","geometry":{"type":"Point","coordinates":[-1.0299056,51.4688271]},"properties":{"@type":"node","@id":840826404,"@timestamp":1521647982},"coords":"51.4688271,-1.0299056","bedrooms":"0","price":"196000","area":"414"} , +{"type":"Feature","id":"n840890231","geometry":{"type":"Point","coordinates":[0.6790874,51.3754011]},"properties":{"@type":"node","@id":840890231,"@timestamp":1280612886},"coords":"51.3754011,0.6790874","bedrooms":"3","price":"277000","area":"568"} , +{"type":"Feature","id":"n840955788","geometry":{"type":"Point","coordinates":[-0.3726497,51.9224128]},"properties":{"@type":"node","@id":840955788,"@timestamp":1280616617},"coords":"51.9224128,-0.3726497","bedrooms":"1","price":"221000","area":"568"} , +{"type":"Feature","id":"n840991300","geometry":{"type":"Point","coordinates":[-0.3764719,51.9282738]},"properties":{"@type":"node","@id":840991300,"@timestamp":1280618103},"coords":"51.9282738,-0.3764719","bedrooms":"1","price":"235000","area":"414"} , +{"type":"Feature","id":"n841471070","geometry":{"type":"Point","coordinates":[-1.0408886,51.4708974]},"properties":{"@type":"node","@id":841471070,"@timestamp":1280643860},"coords":"51.4708974,-1.0408886","bedrooms":"3","price":"157000","area":"698"} , +{"type":"Feature","id":"n841471185","geometry":{"type":"Point","coordinates":[-1.0448589,51.4688597]},"properties":{"@type":"node","@id":841471185,"@timestamp":1280643863},"coords":"51.4688597,-1.0448589","bedrooms":"0","price":"173000","area":"686"} , +{"type":"Feature","id":"n841486468","geometry":{"type":"Point","coordinates":[-1.0536407,51.4650327]},"properties":{"@type":"node","@id":841486468,"@timestamp":1280646132},"coords":"51.4650327,-1.0536407","bedrooms":"2","price":"173000","area":"691"} , +{"type":"Feature","id":"n841486510","geometry":{"type":"Point","coordinates":[-1.0486134,51.4651713]},"properties":{"@type":"node","@id":841486510,"@timestamp":1280646134},"coords":"51.4651713,-1.0486134","bedrooms":"2","price":"222000","area":"362"} , +{"type":"Feature","id":"n841529957","geometry":{"type":"Point","coordinates":[-0.1962088,51.5089845]},"properties":{"@type":"node","@id":841529957,"@timestamp":1558884717},"coords":"51.5089845,-0.1962088","bedrooms":"2","price":"164000","area":"477"} , +{"type":"Feature","id":"n841766430","geometry":{"type":"Point","coordinates":[-0.1988401,51.5087359]},"properties":{"@type":"node","@id":841766430,"@timestamp":1564912859},"coords":"51.5087359,-0.1988401","bedrooms":"3","price":"181000","area":"654"} , +{"type":"Feature","id":"n842067078","geometry":{"type":"Point","coordinates":[-0.3044677,51.773135]},"properties":{"@type":"node","@id":842067078,"@timestamp":1280677344},"coords":"51.773135,-0.3044677","bedrooms":"3","price":"175000","area":"418"} , +{"type":"Feature","id":"n842138500","geometry":{"type":"Point","coordinates":[-0.1510757,51.478017]},"properties":{"@type":"node","@id":842138500,"@timestamp":1616711866},"coords":"51.478017,-0.1510757","bedrooms":"1","price":"193000","area":"552"} , +{"type":"Feature","id":"n842357767","geometry":{"type":"Point","coordinates":[-0.1113411,51.5332292]},"properties":{"@type":"node","@id":842357767,"@timestamp":1631108741},"coords":"51.5332292,-0.1113411","bedrooms":"2","price":"277000","area":"452"} , +{"type":"Feature","id":"n842611697","geometry":{"type":"Point","coordinates":[-0.1353684,51.5605317]},"properties":{"@type":"node","@id":842611697,"@timestamp":1280701496},"coords":"51.5605317,-0.1353684","bedrooms":"4","price":"278000","area":"479"} , +{"type":"Feature","id":"n843345730","geometry":{"type":"Point","coordinates":[-0.8416706,51.953049]},"properties":{"@type":"node","@id":843345730,"@timestamp":1613948275},"coords":"51.953049,-0.8416706","bedrooms":"2","price":"162000","area":"600"} , +{"type":"Feature","id":"n843376645","geometry":{"type":"Point","coordinates":[-0.0802444,51.514141]},"properties":{"@type":"node","@id":843376645,"@timestamp":1426773569},"coords":"51.514141,-0.0802444","bedrooms":"0","price":"164000","area":"586"} , +{"type":"Feature","id":"n843500148","geometry":{"type":"Point","coordinates":[-0.4777426,51.900504]},"properties":{"@type":"node","@id":843500148,"@timestamp":1614117782},"coords":"51.900504,-0.4777426","bedrooms":"4","price":"239000","area":"431"} , +{"type":"Feature","id":"n843620793","geometry":{"type":"Point","coordinates":[-0.4633416,51.902807]},"properties":{"@type":"node","@id":843620793,"@timestamp":1614018852},"coords":"51.902807,-0.4633416","bedrooms":"4","price":"188000","area":"430"} , +{"type":"Feature","id":"n843708661","geometry":{"type":"Point","coordinates":[0.6926838,51.3728823]},"properties":{"@type":"node","@id":843708661,"@timestamp":1280770632},"coords":"51.3728823,0.6926838","bedrooms":"0","price":"152000","area":"614"} , +{"type":"Feature","id":"n843954633","geometry":{"type":"Point","coordinates":[-0.2885413,51.9480511]},"properties":{"@type":"node","@id":843954633,"@timestamp":1435183915},"coords":"51.9480511,-0.2885413","bedrooms":"2","price":"248000","area":"648"} , +{"type":"Feature","id":"n844667370","geometry":{"type":"Point","coordinates":[-0.8963291,51.2581078]},"properties":{"@type":"node","@id":844667370,"@timestamp":1280834328},"coords":"51.2581078,-0.8963291","bedrooms":"4","price":"288000","area":"478"} , +{"type":"Feature","id":"n844983183","geometry":{"type":"Point","coordinates":[-0.9327451,51.9822798]},"properties":{"@type":"node","@id":844983183,"@timestamp":1280849615},"coords":"51.9822798,-0.9327451","bedrooms":"3","price":"290000","area":"547"} , +{"type":"Feature","id":"n845122265","geometry":{"type":"Point","coordinates":[-0.4449475,51.9239663]},"properties":{"@type":"node","@id":845122265,"@timestamp":1613775307},"coords":"51.9239663,-0.4449475","bedrooms":"3","price":"185000","area":"605"} , +{"type":"Feature","id":"n845373775","geometry":{"type":"Point","coordinates":[-0.1394933,51.4908991]},"properties":{"@type":"node","@id":845373775,"@timestamp":1580916805},"coords":"51.4908991,-0.1394933","bedrooms":"4","price":"252000","area":"594"} , +{"type":"Feature","id":"n845814150","geometry":{"type":"Point","coordinates":[-0.3969099,51.6704937]},"properties":{"@type":"node","@id":845814150,"@timestamp":1627156503},"coords":"51.6704937,-0.3969099","bedrooms":"2","price":"188000","area":"557"} , +{"type":"Feature","id":"n845842209","geometry":{"type":"Point","coordinates":[-0.4835647,51.6363638]},"properties":{"@type":"node","@id":845842209,"@timestamp":1476111658},"coords":"51.6363638,-0.4835647","bedrooms":"0","price":"221000","area":"556"} , +{"type":"Feature","id":"n845971656","geometry":{"type":"Point","coordinates":[-0.5162888,51.5801226]},"properties":{"@type":"node","@id":845971656,"@timestamp":1280933247},"coords":"51.5801226,-0.5162888","bedrooms":"4","price":"256000","area":"545"} , +{"type":"Feature","id":"n846114121","geometry":{"type":"Point","coordinates":[-0.5048137,51.8878558]},"properties":{"@type":"node","@id":846114121,"@timestamp":1367088599},"coords":"51.8878558,-0.5048137","bedrooms":"0","price":"264000","area":"393"} , +{"type":"Feature","id":"n846281883","geometry":{"type":"Point","coordinates":[-0.1734932,51.6491323]},"properties":{"@type":"node","@id":846281883,"@timestamp":1511414005},"coords":"51.6491323,-0.1734932","bedrooms":"1","price":"158000","area":"592"} , +{"type":"Feature","id":"n846908175","geometry":{"type":"Point","coordinates":[-0.7075975,51.0920145]},"properties":{"@type":"node","@id":846908175,"@timestamp":1281016527},"coords":"51.0920145,-0.7075975","bedrooms":"0","price":"230000","area":"560"} , +{"type":"Feature","id":"n847077764","geometry":{"type":"Point","coordinates":[-0.108026,51.518703]},"properties":{"@type":"node","@id":847077764,"@timestamp":1580916807},"coords":"51.518703,-0.108026","bedrooms":"0","price":"190000","area":"369"} , +{"type":"Feature","id":"n847316889","geometry":{"type":"Point","coordinates":[-0.120102,51.5233321]},"properties":{"@type":"node","@id":847316889,"@timestamp":1622789210},"coords":"51.5233321,-0.120102","bedrooms":"4","price":"296000","area":"590"} , +{"type":"Feature","id":"n847744401","geometry":{"type":"Point","coordinates":[-0.1068625,51.5655228]},"properties":{"@type":"node","@id":847744401,"@timestamp":1281099272},"coords":"51.5655228,-0.1068625","bedrooms":"3","price":"253000","area":"418"} , +{"type":"Feature","id":"n847744496","geometry":{"type":"Point","coordinates":[-0.1163377,51.5708506]},"properties":{"@type":"node","@id":847744496,"@timestamp":1393798627},"coords":"51.5708506,-0.1163377","bedrooms":"3","price":"260000","area":"461"} , +{"type":"Feature","id":"n847744566","geometry":{"type":"Point","coordinates":[-0.113961,51.5702316]},"properties":{"@type":"node","@id":847744566,"@timestamp":1617456808},"coords":"51.5702316,-0.113961","bedrooms":"4","price":"267000","area":"356"} , +{"type":"Feature","id":"n847744643","geometry":{"type":"Point","coordinates":[-0.1167126,51.5709836]},"properties":{"@type":"node","@id":847744643,"@timestamp":1393798627},"coords":"51.5709836,-0.1167126","bedrooms":"0","price":"283000","area":"670"} , +{"type":"Feature","id":"n847744703","geometry":{"type":"Point","coordinates":[-0.1141509,51.570233]},"properties":{"@type":"node","@id":847744703,"@timestamp":1281099278},"coords":"51.570233,-0.1141509","bedrooms":"3","price":"167000","area":"388"} , +{"type":"Feature","id":"n847744817","geometry":{"type":"Point","coordinates":[-0.1083937,51.5667948]},"properties":{"@type":"node","@id":847744817,"@timestamp":1281099281},"coords":"51.5667948,-0.1083937","bedrooms":"4","price":"276000","area":"586"} , +{"type":"Feature","id":"n847774019","geometry":{"type":"Point","coordinates":[-0.1975817,51.5393138]},"properties":{"@type":"node","@id":847774019,"@timestamp":1620496291},"coords":"51.5393138,-0.1975817","bedrooms":"0","price":"273000","area":"528"} , +{"type":"Feature","id":"n847926706","geometry":{"type":"Point","coordinates":[0.6870867,51.3635347]},"properties":{"@type":"node","@id":847926706,"@timestamp":1496238974},"coords":"51.3635347,0.6870867","bedrooms":"2","price":"226000","area":"541"} , +{"type":"Feature","id":"n847932817","geometry":{"type":"Point","coordinates":[-0.926191,51.4294145]},"properties":{"@type":"node","@id":847932817,"@timestamp":1281118498},"coords":"51.4294145,-0.926191","bedrooms":"4","price":"160000","area":"666"} , +{"type":"Feature","id":"n848003163","geometry":{"type":"Point","coordinates":[-0.075386,51.5095303]},"properties":{"@type":"node","@id":848003163,"@timestamp":1580916810},"coords":"51.5095303,-0.075386","bedrooms":"0","price":"159000","area":"595"} , +{"type":"Feature","id":"n848082139","geometry":{"type":"Point","coordinates":[-0.1270338,51.571016]},"properties":{"@type":"node","@id":848082139,"@timestamp":1281124202},"coords":"51.571016,-0.1270338","bedrooms":"1","price":"266000","area":"638"} , +{"type":"Feature","id":"n848082320","geometry":{"type":"Point","coordinates":[-0.1249392,51.5703425]},"properties":{"@type":"node","@id":848082320,"@timestamp":1445373402},"coords":"51.5703425,-0.1249392","bedrooms":"1","price":"294000","area":"419"} , +{"type":"Feature","id":"n848082533","geometry":{"type":"Point","coordinates":[-0.126863,51.5682275]},"properties":{"@type":"node","@id":848082533,"@timestamp":1496010526},"coords":"51.5682275,-0.126863","bedrooms":"4","price":"216000","area":"666"} , +{"type":"Feature","id":"n848082699","geometry":{"type":"Point","coordinates":[-0.1272127,51.5673722]},"properties":{"@type":"node","@id":848082699,"@timestamp":1635550154},"coords":"51.5673722,-0.1272127","bedrooms":"0","price":"150000","area":"520"} , +{"type":"Feature","id":"n848082911","geometry":{"type":"Point","coordinates":[-0.1247073,51.5700294]},"properties":{"@type":"node","@id":848082911,"@timestamp":1352577447},"coords":"51.5700294,-0.1247073","bedrooms":"3","price":"260000","area":"486"} , +{"type":"Feature","id":"n848083091","geometry":{"type":"Point","coordinates":[-0.1243534,51.5705352]},"properties":{"@type":"node","@id":848083091,"@timestamp":1281124223},"coords":"51.5705352,-0.1243534","bedrooms":"1","price":"292000","area":"591"} , +{"type":"Feature","id":"n848083315","geometry":{"type":"Point","coordinates":[-0.1250387,51.5716531]},"properties":{"@type":"node","@id":848083315,"@timestamp":1281124228},"coords":"51.5716531,-0.1250387","bedrooms":"2","price":"265000","area":"587"} , +{"type":"Feature","id":"n848083447","geometry":{"type":"Point","coordinates":[-0.1243371,51.5701583]},"properties":{"@type":"node","@id":848083447,"@timestamp":1281124231},"coords":"51.5701583,-0.1243371","bedrooms":"4","price":"239000","area":"388"} , +{"type":"Feature","id":"n848083727","geometry":{"type":"Point","coordinates":[-0.1248465,51.5702541]},"properties":{"@type":"node","@id":848083727,"@timestamp":1352577448},"coords":"51.5702541,-0.1248465","bedrooms":"0","price":"252000","area":"366"} , +{"type":"Feature","id":"n848083875","geometry":{"type":"Point","coordinates":[-0.1276004,51.5675101]},"properties":{"@type":"node","@id":848083875,"@timestamp":1635550154},"coords":"51.5675101,-0.1276004","bedrooms":"0","price":"215000","area":"564"} , +{"type":"Feature","id":"n848107786","geometry":{"type":"Point","coordinates":[-0.0859069,51.4992608]},"properties":{"@type":"node","@id":848107786,"@timestamp":1564912859},"coords":"51.4992608,-0.0859069","bedrooms":"3","price":"275000","area":"496"} , +{"type":"Feature","id":"n848239200","geometry":{"type":"Point","coordinates":[-0.1666227,51.5188489]},"properties":{"@type":"node","@id":848239200,"@timestamp":1609602014},"coords":"51.5188489,-0.1666227","bedrooms":"3","price":"175000","area":"563"} , +{"type":"Feature","id":"n848453213","geometry":{"type":"Point","coordinates":[0.0807815,51.895748]},"properties":{"@type":"node","@id":848453213,"@timestamp":1281169319},"coords":"51.895748,0.0807815","bedrooms":"4","price":"166000","area":"442"} , +{"type":"Feature","id":"n848695779","geometry":{"type":"Point","coordinates":[-0.760679,51.3007859]},"properties":{"@type":"node","@id":848695779,"@timestamp":1284919784},"coords":"51.3007859,-0.760679","bedrooms":"0","price":"174000","area":"520"} , +{"type":"Feature","id":"n848850621","geometry":{"type":"Point","coordinates":[-0.0406474,51.4269182]},"properties":{"@type":"node","@id":848850621,"@timestamp":1281205756},"coords":"51.4269182,-0.0406474","bedrooms":"4","price":"234000","area":"400"} , +{"type":"Feature","id":"n848966938","geometry":{"type":"Point","coordinates":[-0.0968803,51.5364081]},"properties":{"@type":"node","@id":848966938,"@timestamp":1281212637},"coords":"51.5364081,-0.0968803","bedrooms":"0","price":"237000","area":"369"} , +{"type":"Feature","id":"n849345913","geometry":{"type":"Point","coordinates":[-0.9783078,51.4552021]},"properties":{"@type":"node","@id":849345913,"@timestamp":1349874651},"coords":"51.4552021,-0.9783078","bedrooms":"1","price":"165000","area":"569"} , +{"type":"Feature","id":"n849398154","geometry":{"type":"Point","coordinates":[-0.2906369,51.9432272]},"properties":{"@type":"node","@id":849398154,"@timestamp":1292769080},"coords":"51.9432272,-0.2906369","bedrooms":"2","price":"176000","area":"518"} , +{"type":"Feature","id":"n849436191","geometry":{"type":"Point","coordinates":[0.0718683,51.8536336]},"properties":{"@type":"node","@id":849436191,"@timestamp":1335254895},"coords":"51.8536336,0.0718683","bedrooms":"1","price":"260000","area":"516"} , +{"type":"Feature","id":"n849492478","geometry":{"type":"Point","coordinates":[-0.0886485,51.5269917]},"properties":{"@type":"node","@id":849492478,"@timestamp":1628429744},"coords":"51.5269917,-0.0886485","bedrooms":"4","price":"279000","area":"439"} , +{"type":"Feature","id":"n849527804","geometry":{"type":"Point","coordinates":[-0.4822015,51.5459151]},"properties":{"@type":"node","@id":849527804,"@timestamp":1598631066},"coords":"51.5459151,-0.4822015","bedrooms":"1","price":"217000","area":"442"} , +{"type":"Feature","id":"n849597965","geometry":{"type":"Point","coordinates":[-0.2129571,51.5416629]},"properties":{"@type":"node","@id":849597965,"@timestamp":1281278497},"coords":"51.5416629,-0.2129571","bedrooms":"3","price":"259000","area":"615"} , +{"type":"Feature","id":"n849601677","geometry":{"type":"Point","coordinates":[-0.0778163,51.8018642]},"properties":{"@type":"node","@id":849601677,"@timestamp":1281278765},"coords":"51.8018642,-0.0778163","bedrooms":"2","price":"174000","area":"532"} , +{"type":"Feature","id":"n849620512","geometry":{"type":"Point","coordinates":[-0.2055394,51.5412727]},"properties":{"@type":"node","@id":849620512,"@timestamp":1389567127},"coords":"51.5412727,-0.2055394","bedrooms":"3","price":"247000","area":"477"} , +{"type":"Feature","id":"n849752240","geometry":{"type":"Point","coordinates":[-0.9532984,51.5458646]},"properties":{"@type":"node","@id":849752240,"@timestamp":1580723303},"coords":"51.5458646,-0.9532984","bedrooms":"2","price":"262000","area":"531"} , +{"type":"Feature","id":"n849920373","geometry":{"type":"Point","coordinates":[0.0928544,51.9086066]},"properties":{"@type":"node","@id":849920373,"@timestamp":1302709767},"coords":"51.9086066,0.0928544","bedrooms":"3","price":"268000","area":"460"} , +{"type":"Feature","id":"n849969682","geometry":{"type":"Point","coordinates":[0.8152316,51.3484041]},"properties":{"@type":"node","@id":849969682,"@timestamp":1281296918},"coords":"51.3484041,0.8152316","bedrooms":"4","price":"237000","area":"548"} , +{"type":"Feature","id":"n850031226","geometry":{"type":"Point","coordinates":[0.0413308,51.8975518]},"properties":{"@type":"node","@id":850031226,"@timestamp":1629996430},"coords":"51.8975518,0.0413308","bedrooms":"3","price":"214000","area":"365"} , +{"type":"Feature","id":"n850158039","geometry":{"type":"Point","coordinates":[-0.1061898,51.5071995]},"properties":{"@type":"node","@id":850158039,"@timestamp":1580916819},"coords":"51.5071995,-0.1061898","bedrooms":"4","price":"248000","area":"451"} , +{"type":"Feature","id":"n850283811","geometry":{"type":"Point","coordinates":[-0.2833322,51.9716567]},"properties":{"@type":"node","@id":850283811,"@timestamp":1603523838},"coords":"51.9716567,-0.2833322","bedrooms":"3","price":"277000","area":"587"} , +{"type":"Feature","id":"n850840505","geometry":{"type":"Point","coordinates":[-0.1252154,51.5706208]},"properties":{"@type":"node","@id":850840505,"@timestamp":1290166139},"coords":"51.5706208,-0.1252154","bedrooms":"3","price":"198000","area":"478"} , +{"type":"Feature","id":"n850946981","geometry":{"type":"Point","coordinates":[-0.1958643,51.5387217]},"properties":{"@type":"node","@id":850946981,"@timestamp":1290166147},"coords":"51.5387217,-0.1958643","bedrooms":"1","price":"200000","area":"452"} , +{"type":"Feature","id":"n850947086","geometry":{"type":"Point","coordinates":[-0.1974674,51.5386371]},"properties":{"@type":"node","@id":850947086,"@timestamp":1290166152},"coords":"51.5386371,-0.1974674","bedrooms":"4","price":"247000","area":"622"} , +{"type":"Feature","id":"n851018452","geometry":{"type":"Point","coordinates":[-0.8353756,51.2378428]},"properties":{"@type":"node","@id":851018452,"@timestamp":1281368387},"coords":"51.2378428,-0.8353756","bedrooms":"1","price":"254000","area":"669"} , +{"type":"Feature","id":"n851383039","geometry":{"type":"Point","coordinates":[0.5580975,51.2752924]},"properties":{"@type":"node","@id":851383039,"@timestamp":1492699905},"coords":"51.2752924,0.5580975","bedrooms":"4","price":"180000","area":"428"} , +{"type":"Feature","id":"n851522235","geometry":{"type":"Point","coordinates":[-0.6585629,51.9174238]},"properties":{"@type":"node","@id":851522235,"@timestamp":1496419147},"coords":"51.9174238,-0.6585629","bedrooms":"4","price":"165000","area":"626"} , +{"type":"Feature","id":"n851650431","geometry":{"type":"Point","coordinates":[-0.7217925,51.5234688]},"properties":{"@type":"node","@id":851650431,"@timestamp":1281388899},"coords":"51.5234688,-0.7217925","bedrooms":"1","price":"291000","area":"699"} , +{"type":"Feature","id":"n851802181","geometry":{"type":"Point","coordinates":[-0.40154,51.324593]},"properties":{"@type":"node","@id":851802181,"@timestamp":1384288439},"coords":"51.324593,-0.40154","bedrooms":"2","price":"282000","area":"425"} , +{"type":"Feature","id":"n851841244","geometry":{"type":"Point","coordinates":[-0.1511162,51.5092525]},"properties":{"@type":"node","@id":851841244,"@timestamp":1580916824},"coords":"51.5092525,-0.1511162","bedrooms":"4","price":"173000","area":"479"} , +{"type":"Feature","id":"n851925974","geometry":{"type":"Point","coordinates":[-0.6580145,51.1337001]},"properties":{"@type":"node","@id":851925974,"@timestamp":1281396024},"coords":"51.1337001,-0.6580145","bedrooms":"0","price":"156000","area":"469"} , +{"type":"Feature","id":"n851926420","geometry":{"type":"Point","coordinates":[-0.6715787,51.1336529]},"properties":{"@type":"node","@id":851926420,"@timestamp":1281396035},"coords":"51.1336529,-0.6715787","bedrooms":"4","price":"178000","area":"445"} , +{"type":"Feature","id":"n852019157","geometry":{"type":"Point","coordinates":[-0.14241,51.5196674]},"properties":{"@type":"node","@id":852019157,"@timestamp":1534279712},"coords":"51.5196674,-0.14241","bedrooms":"0","price":"294000","area":"370"} , +{"type":"Feature","id":"n852122480","geometry":{"type":"Point","coordinates":[-0.1554936,51.5205038]},"properties":{"@type":"node","@id":852122480,"@timestamp":1534264234},"coords":"51.5205038,-0.1554936","bedrooms":"4","price":"277000","area":"613"} , +{"type":"Feature","id":"n852122514","geometry":{"type":"Point","coordinates":[-0.1556817,51.5202698]},"properties":{"@type":"node","@id":852122514,"@timestamp":1552451172},"coords":"51.5202698,-0.1556817","bedrooms":"0","price":"206000","area":"377"} , +{"type":"Feature","id":"n852142206","geometry":{"type":"Point","coordinates":[-0.1458853,51.5104778]},"properties":{"@type":"node","@id":852142206,"@timestamp":1530465269},"coords":"51.5104778,-0.1458853","bedrooms":"4","price":"294000","area":"634"} , +{"type":"Feature","id":"n852629747","geometry":{"type":"Point","coordinates":[-0.5516825,51.0324465]},"properties":{"@type":"node","@id":852629747,"@timestamp":1281424626},"coords":"51.0324465,-0.5516825","bedrooms":"3","price":"154000","area":"470"} , +{"type":"Feature","id":"n852720474","geometry":{"type":"Point","coordinates":[-0.7578385,51.5260382]},"properties":{"@type":"node","@id":852720474,"@timestamp":1464177622},"coords":"51.5260382,-0.7578385","bedrooms":"2","price":"235000","area":"662"} , +{"type":"Feature","id":"n852720606","geometry":{"type":"Point","coordinates":[-0.7605855,51.5280175]},"properties":{"@type":"node","@id":852720606,"@timestamp":1281430678},"coords":"51.5280175,-0.7605855","bedrooms":"0","price":"205000","area":"627"} , +{"type":"Feature","id":"n852720788","geometry":{"type":"Point","coordinates":[-0.7608751,51.5270163]},"properties":{"@type":"node","@id":852720788,"@timestamp":1543100115},"coords":"51.5270163,-0.7608751","bedrooms":"2","price":"213000","area":"524"} , +{"type":"Feature","id":"n852720894","geometry":{"type":"Point","coordinates":[-0.7548563,51.5236253]},"properties":{"@type":"node","@id":852720894,"@timestamp":1281430685},"coords":"51.5236253,-0.7548563","bedrooms":"4","price":"177000","area":"611"} , +{"type":"Feature","id":"n852731036","geometry":{"type":"Point","coordinates":[-0.7546712,51.5269771]},"properties":{"@type":"node","@id":852731036,"@timestamp":1568491952},"coords":"51.5269771,-0.7546712","bedrooms":"0","price":"154000","area":"535"} , +{"type":"Feature","id":"n852731135","geometry":{"type":"Point","coordinates":[-0.7536171,51.5275444]},"properties":{"@type":"node","@id":852731135,"@timestamp":1568491952},"coords":"51.5275444,-0.7536171","bedrooms":"1","price":"273000","area":"678"} , +{"type":"Feature","id":"n852738871","geometry":{"type":"Point","coordinates":[-0.7556502,51.5300199]},"properties":{"@type":"node","@id":852738871,"@timestamp":1370068025},"coords":"51.5300199,-0.7556502","bedrooms":"4","price":"255000","area":"503"} , +{"type":"Feature","id":"n852741064","geometry":{"type":"Point","coordinates":[-0.753365,51.5296194]},"properties":{"@type":"node","@id":852741064,"@timestamp":1394823812},"coords":"51.5296194,-0.753365","bedrooms":"1","price":"268000","area":"609"} , +{"type":"Feature","id":"n852775369","geometry":{"type":"Point","coordinates":[-0.7558755,51.5274234]},"properties":{"@type":"node","@id":852775369,"@timestamp":1543100115},"coords":"51.5274234,-0.7558755","bedrooms":"0","price":"284000","area":"604"} , +{"type":"Feature","id":"n853129245","geometry":{"type":"Point","coordinates":[-0.6393429,51.3366618]},"properties":{"@type":"node","@id":853129245,"@timestamp":1484344073},"coords":"51.3366618,-0.6393429","bedrooms":"1","price":"233000","area":"494"} , +{"type":"Feature","id":"n854060629","geometry":{"type":"Point","coordinates":[0.7291717,51.3776231]},"properties":{"@type":"node","@id":854060629,"@timestamp":1492081777},"coords":"51.3776231,0.7291717","bedrooms":"2","price":"178000","area":"633"} , +{"type":"Feature","id":"n854415716","geometry":{"type":"Point","coordinates":[-0.191768,51.5501598]},"properties":{"@type":"node","@id":854415716,"@timestamp":1495977213},"coords":"51.5501598,-0.191768","bedrooms":"1","price":"289000","area":"449"} , +{"type":"Feature","id":"n854480082","geometry":{"type":"Point","coordinates":[-0.0882396,51.5191667]},"properties":{"@type":"node","@id":854480082,"@timestamp":1580916830},"coords":"51.5191667,-0.0882396","bedrooms":"1","price":"288000","area":"503"} , +{"type":"Feature","id":"n854524756","geometry":{"type":"Point","coordinates":[-0.6978461,51.3958387]},"properties":{"@type":"node","@id":854524756,"@timestamp":1281529327},"coords":"51.3958387,-0.6978461","bedrooms":"3","price":"268000","area":"472"} , +{"type":"Feature","id":"n855066534","geometry":{"type":"Point","coordinates":[-0.0766916,51.5153678]},"properties":{"@type":"node","@id":855066534,"@timestamp":1606201075},"coords":"51.5153678,-0.0766916","bedrooms":"2","price":"218000","area":"378"} , +{"type":"Feature","id":"n855682685","geometry":{"type":"Point","coordinates":[-0.0929258,51.4943515]},"properties":{"@type":"node","@id":855682685,"@timestamp":1580916832},"coords":"51.4943515,-0.0929258","bedrooms":"3","price":"172000","area":"520"} , +{"type":"Feature","id":"n856795715","geometry":{"type":"Point","coordinates":[-0.7605376,51.287469]},"properties":{"@type":"node","@id":856795715,"@timestamp":1632834752},"coords":"51.287469,-0.7605376","bedrooms":"4","price":"241000","area":"614"} , +{"type":"Feature","id":"n857051585","geometry":{"type":"Point","coordinates":[-0.1285895,51.5161104]},"properties":{"@type":"node","@id":857051585,"@timestamp":1580916833},"coords":"51.5161104,-0.1285895","bedrooms":"1","price":"244000","area":"587"} , +{"type":"Feature","id":"n857276022","geometry":{"type":"Point","coordinates":[0.0036908,51.5551404]},"properties":{"@type":"node","@id":857276022,"@timestamp":1615903319},"coords":"51.5551404,0.0036908","bedrooms":"2","price":"168000","area":"588"} , +{"type":"Feature","id":"n857556833","geometry":{"type":"Point","coordinates":[-0.1217076,51.5102866]},"properties":{"@type":"node","@id":857556833,"@timestamp":1583895866},"coords":"51.5102866,-0.1217076","bedrooms":"0","price":"268000","area":"525"} , +{"type":"Feature","id":"n857669406","geometry":{"type":"Point","coordinates":[-0.2903799,51.9436598]},"properties":{"@type":"node","@id":857669406,"@timestamp":1518971423},"coords":"51.9436598,-0.2903799","bedrooms":"3","price":"269000","area":"407"} , +{"type":"Feature","id":"n858321427","geometry":{"type":"Point","coordinates":[-0.1120521,51.4991225]},"properties":{"@type":"node","@id":858321427,"@timestamp":1580916836},"coords":"51.4991225,-0.1120521","bedrooms":"3","price":"204000","area":"679"} , +{"type":"Feature","id":"n858412641","geometry":{"type":"Point","coordinates":[-0.2648377,51.9538024]},"properties":{"@type":"node","@id":858412641,"@timestamp":1598612223},"coords":"51.9538024,-0.2648377","bedrooms":"2","price":"282000","area":"640"} , +{"type":"Feature","id":"n858509115","geometry":{"type":"Point","coordinates":[0.7237168,51.3617173]},"properties":{"@type":"node","@id":858509115,"@timestamp":1492080253},"coords":"51.3617173,0.7237168","bedrooms":"2","price":"280000","area":"694"} , +{"type":"Feature","id":"n858814476","geometry":{"type":"Point","coordinates":[-0.7378393,51.4224209]},"properties":{"@type":"node","@id":858814476,"@timestamp":1480708178},"coords":"51.4224209,-0.7378393","bedrooms":"3","price":"265000","area":"653"} , +{"type":"Feature","id":"n859330278","geometry":{"type":"Point","coordinates":[-0.7238171,51.4252388]},"properties":{"@type":"node","@id":859330278,"@timestamp":1616876278},"coords":"51.4252388,-0.7238171","bedrooms":"3","price":"162000","area":"501"} , +{"type":"Feature","id":"n859408665","geometry":{"type":"Point","coordinates":[-0.1004778,51.5030637]},"properties":{"@type":"node","@id":859408665,"@timestamp":1294060636},"coords":"51.5030637,-0.1004778","bedrooms":"4","price":"277000","area":"638"} , +{"type":"Feature","id":"n859408725","geometry":{"type":"Point","coordinates":[-0.1012723,51.5029942]},"properties":{"@type":"node","@id":859408725,"@timestamp":1281733987},"coords":"51.5029942,-0.1012723","bedrooms":"1","price":"266000","area":"523"} , +{"type":"Feature","id":"n859408797","geometry":{"type":"Point","coordinates":[-0.0983882,51.5031009]},"properties":{"@type":"node","@id":859408797,"@timestamp":1294060640},"coords":"51.5031009,-0.0983882","bedrooms":"1","price":"250000","area":"639"} , +{"type":"Feature","id":"n859408850","geometry":{"type":"Point","coordinates":[-0.1001954,51.5028233]},"properties":{"@type":"node","@id":859408850,"@timestamp":1294060655},"coords":"51.5028233,-0.1001954","bedrooms":"2","price":"262000","area":"537"} , +{"type":"Feature","id":"n860042271","geometry":{"type":"Point","coordinates":[-0.0971575,51.4911759]},"properties":{"@type":"node","@id":860042271,"@timestamp":1570949479},"coords":"51.4911759,-0.0971575","bedrooms":"3","price":"173000","area":"441"} , +{"type":"Feature","id":"n860309781","geometry":{"type":"Point","coordinates":[-0.8274187,51.1629998]},"properties":{"@type":"node","@id":860309781,"@timestamp":1477739770},"coords":"51.1629998,-0.8274187","bedrooms":"1","price":"151000","area":"426"} , +{"type":"Feature","id":"n860409653","geometry":{"type":"Point","coordinates":[-0.2863459,51.9673722]},"properties":{"@type":"node","@id":860409653,"@timestamp":1435183917},"coords":"51.9673722,-0.2863459","bedrooms":"4","price":"199000","area":"374"} , +{"type":"Feature","id":"n860614338","geometry":{"type":"Point","coordinates":[-0.8107424,51.4064757]},"properties":{"@type":"node","@id":860614338,"@timestamp":1513630515},"coords":"51.4064757,-0.8107424","bedrooms":"1","price":"237000","area":"599"} , +{"type":"Feature","id":"n861093083","geometry":{"type":"Point","coordinates":[-0.815506,51.3372207]},"properties":{"@type":"node","@id":861093083,"@timestamp":1591390247},"coords":"51.3372207,-0.815506","bedrooms":"2","price":"269000","area":"554"} , +{"type":"Feature","id":"n861264435","geometry":{"type":"Point","coordinates":[-0.0726793,51.4670329]},"properties":{"@type":"node","@id":861264435,"@timestamp":1281880677},"coords":"51.4670329,-0.0726793","bedrooms":"0","price":"247000","area":"527"} , +{"type":"Feature","id":"n861642907","geometry":{"type":"Point","coordinates":[-0.0178512,50.997748]},"properties":{"@type":"node","@id":861642907,"@timestamp":1364811058},"coords":"50.997748,-0.0178512","bedrooms":"2","price":"173000","area":"501"} , +{"type":"Feature","id":"n861870405","geometry":{"type":"Point","coordinates":[-0.2872869,51.9564907]},"properties":{"@type":"node","@id":861870405,"@timestamp":1486663595},"coords":"51.9564907,-0.2872869","bedrooms":"4","price":"173000","area":"598"} , +{"type":"Feature","id":"n862107520","geometry":{"type":"Point","coordinates":[-0.8517677,51.4177054]},"properties":{"@type":"node","@id":862107520,"@timestamp":1281912175},"coords":"51.4177054,-0.8517677","bedrooms":"2","price":"293000","area":"555"} , +{"type":"Feature","id":"n862108127","geometry":{"type":"Point","coordinates":[-0.8263003,51.4124969]},"properties":{"@type":"node","@id":862108127,"@timestamp":1281912190},"coords":"51.4124969,-0.8263003","bedrooms":"1","price":"297000","area":"678"} , +{"type":"Feature","id":"n862108564","geometry":{"type":"Point","coordinates":[-0.8606259,51.4215357]},"properties":{"@type":"node","@id":862108564,"@timestamp":1624024227},"coords":"51.4215357,-0.8606259","bedrooms":"4","price":"215000","area":"364"} , +{"type":"Feature","id":"n862109002","geometry":{"type":"Point","coordinates":[-0.896853,51.4367781]},"properties":{"@type":"node","@id":862109002,"@timestamp":1563567362},"coords":"51.4367781,-0.896853","bedrooms":"0","price":"294000","area":"391"} , +{"type":"Feature","id":"n862109732","geometry":{"type":"Point","coordinates":[-0.8338633,51.4170682]},"properties":{"@type":"node","@id":862109732,"@timestamp":1616336695},"coords":"51.4170682,-0.8338633","bedrooms":"4","price":"252000","area":"399"} , +{"type":"Feature","id":"n862160425","geometry":{"type":"Point","coordinates":[-0.1436009,51.4979418]},"properties":{"@type":"node","@id":862160425,"@timestamp":1626276777},"coords":"51.4979418,-0.1436009","bedrooms":"0","price":"189000","area":"687"} , +{"type":"Feature","id":"n862179913","geometry":{"type":"Point","coordinates":[-0.1736564,51.491149]},"properties":{"@type":"node","@id":862179913,"@timestamp":1605087264},"coords":"51.491149,-0.1736564","bedrooms":"1","price":"294000","area":"433"} , +{"type":"Feature","id":"n862310027","geometry":{"type":"Point","coordinates":[-0.1535086,51.4954367]},"properties":{"@type":"node","@id":862310027,"@timestamp":1494427718},"coords":"51.4954367,-0.1535086","bedrooms":"2","price":"283000","area":"532"} , +{"type":"Feature","id":"n862398874","geometry":{"type":"Point","coordinates":[-0.1653769,51.4988972]},"properties":{"@type":"node","@id":862398874,"@timestamp":1553719101},"coords":"51.4988972,-0.1653769","bedrooms":"2","price":"200000","area":"405"} , +{"type":"Feature","id":"n862398977","geometry":{"type":"Point","coordinates":[-0.1653958,51.4988512]},"properties":{"@type":"node","@id":862398977,"@timestamp":1601350005},"coords":"51.4988512,-0.1653958","bedrooms":"3","price":"208000","area":"401"} , +{"type":"Feature","id":"n862464724","geometry":{"type":"Point","coordinates":[-0.1733776,51.4902108]},"properties":{"@type":"node","@id":862464724,"@timestamp":1609012768},"coords":"51.4902108,-0.1733776","bedrooms":"0","price":"276000","area":"422"} , +{"type":"Feature","id":"n862464774","geometry":{"type":"Point","coordinates":[-0.1667847,51.4906377]},"properties":{"@type":"node","@id":862464774,"@timestamp":1610181939},"coords":"51.4906377,-0.1667847","bedrooms":"0","price":"248000","area":"581"} , +{"type":"Feature","id":"n862795849","geometry":{"type":"Point","coordinates":[-0.823623,51.4176431]},"properties":{"@type":"node","@id":862795849,"@timestamp":1281939719},"coords":"51.4176431,-0.823623","bedrooms":"3","price":"224000","area":"362"} , +{"type":"Feature","id":"n862983726","geometry":{"type":"Point","coordinates":[-0.4244961,51.7461646]},"properties":{"@type":"node","@id":862983726,"@timestamp":1607288114},"coords":"51.7461646,-0.4244961","bedrooms":"1","price":"167000","area":"541"} , +{"type":"Feature","id":"n863143230","geometry":{"type":"Point","coordinates":[-0.682622,51.391336]},"properties":{"@type":"node","@id":863143230,"@timestamp":1281961364},"coords":"51.391336,-0.682622","bedrooms":"1","price":"292000","area":"587"} , +{"type":"Feature","id":"n863370437","geometry":{"type":"Point","coordinates":[0.8509731,51.1810153]},"properties":{"@type":"node","@id":863370437,"@timestamp":1281972963},"coords":"51.1810153,0.8509731","bedrooms":"4","price":"175000","area":"392"} , +{"type":"Feature","id":"n863370642","geometry":{"type":"Point","coordinates":[0.8445952,51.1898541]},"properties":{"@type":"node","@id":863370642,"@timestamp":1433168704},"coords":"51.1898541,0.8445952","bedrooms":"3","price":"223000","area":"530"} , +{"type":"Feature","id":"n863370809","geometry":{"type":"Point","coordinates":[0.8442252,51.1826026]},"properties":{"@type":"node","@id":863370809,"@timestamp":1496238976},"coords":"51.1826026,0.8442252","bedrooms":"2","price":"184000","area":"616"} , +{"type":"Feature","id":"n863616113","geometry":{"type":"Point","coordinates":[-0.0849794,51.500396]},"properties":{"@type":"node","@id":863616113,"@timestamp":1281980771},"coords":"51.500396,-0.0849794","bedrooms":"0","price":"237000","area":"567"} , +{"type":"Feature","id":"n863806540","geometry":{"type":"Point","coordinates":[-0.8389444,51.4171985]},"properties":{"@type":"node","@id":863806540,"@timestamp":1396283268},"coords":"51.4171985,-0.8389444","bedrooms":"3","price":"171000","area":"365"} , +{"type":"Feature","id":"n863806874","geometry":{"type":"Point","coordinates":[-0.8258256,51.4185667]},"properties":{"@type":"node","@id":863806874,"@timestamp":1281986840},"coords":"51.4185667,-0.8258256","bedrooms":"1","price":"161000","area":"463"} , +{"type":"Feature","id":"n863838514","geometry":{"type":"Point","coordinates":[-0.1083852,51.50148]},"properties":{"@type":"node","@id":863838514,"@timestamp":1281988732},"coords":"51.50148,-0.1083852","bedrooms":"4","price":"196000","area":"464"} , +{"type":"Feature","id":"n863838611","geometry":{"type":"Point","coordinates":[-0.1044098,51.5020432]},"properties":{"@type":"node","@id":863838611,"@timestamp":1294060672},"coords":"51.5020432,-0.1044098","bedrooms":"4","price":"214000","area":"609"} , +{"type":"Feature","id":"n863838745","geometry":{"type":"Point","coordinates":[-0.1044692,51.5035003]},"properties":{"@type":"node","@id":863838745,"@timestamp":1518041889},"coords":"51.5035003,-0.1044692","bedrooms":"0","price":"211000","area":"392"} , +{"type":"Feature","id":"n864610721","geometry":{"type":"Point","coordinates":[-0.7412911,51.3182235]},"properties":{"@type":"node","@id":864610721,"@timestamp":1283770958},"coords":"51.3182235,-0.7412911","bedrooms":"2","price":"292000","area":"691"} , +{"type":"Feature","id":"n864679499","geometry":{"type":"Point","coordinates":[0.8553269,51.1739732]},"properties":{"@type":"node","@id":864679499,"@timestamp":1282048914},"coords":"51.1739732,0.8553269","bedrooms":"1","price":"190000","area":"435"} , +{"type":"Feature","id":"n864817644","geometry":{"type":"Point","coordinates":[-0.0975118,51.5119767]},"properties":{"@type":"node","@id":864817644,"@timestamp":1580916853},"coords":"51.5119767,-0.0975118","bedrooms":"3","price":"214000","area":"608"} , +{"type":"Feature","id":"n864965835","geometry":{"type":"Point","coordinates":[-0.0874311,51.5005965]},"properties":{"@type":"node","@id":864965835,"@timestamp":1282066372},"coords":"51.5005965,-0.0874311","bedrooms":"3","price":"179000","area":"659"} , +{"type":"Feature","id":"n865000892","geometry":{"type":"Point","coordinates":[-0.0384149,51.475524]},"properties":{"@type":"node","@id":865000892,"@timestamp":1575865697},"coords":"51.475524,-0.0384149","bedrooms":"4","price":"156000","area":"400"} , +{"type":"Feature","id":"n865207097","geometry":{"type":"Point","coordinates":[-0.9248987,51.4217291]},"properties":{"@type":"node","@id":865207097,"@timestamp":1282075163},"coords":"51.4217291,-0.9248987","bedrooms":"2","price":"281000","area":"459"} , +{"type":"Feature","id":"n865278029","geometry":{"type":"Point","coordinates":[-0.1162035,51.5148926]},"properties":{"@type":"node","@id":865278029,"@timestamp":1580916855},"coords":"51.5148926,-0.1162035","bedrooms":"1","price":"210000","area":"634"} , +{"type":"Feature","id":"n865309830","geometry":{"type":"Point","coordinates":[0.0481334,51.4214734]},"properties":{"@type":"node","@id":865309830,"@timestamp":1282083142},"coords":"51.4214734,0.0481334","bedrooms":"0","price":"199000","area":"658"} , +{"type":"Feature","id":"n866708781","geometry":{"type":"Point","coordinates":[-0.1900139,51.5345321]},"properties":{"@type":"node","@id":866708781,"@timestamp":1563688565},"coords":"51.5345321,-0.1900139","bedrooms":"2","price":"238000","area":"554"} , +{"type":"Feature","id":"n866791151","geometry":{"type":"Point","coordinates":[-0.4576222,50.9911103]},"properties":{"@type":"node","@id":866791151,"@timestamp":1496238976},"coords":"50.9911103,-0.4576222","bedrooms":"0","price":"195000","area":"530"} , +{"type":"Feature","id":"n866945376","geometry":{"type":"Point","coordinates":[-0.5758424,51.5339766]},"properties":{"@type":"node","@id":866945376,"@timestamp":1531240660},"coords":"51.5339766,-0.5758424","bedrooms":"4","price":"174000","area":"530"} , +{"type":"Feature","id":"n867234310","geometry":{"type":"Point","coordinates":[0.0668728,51.9183559]},"properties":{"@type":"node","@id":867234310,"@timestamp":1614438700},"coords":"51.9183559,0.0668728","bedrooms":"1","price":"228000","area":"612"} , +{"type":"Feature","id":"n867256739","geometry":{"type":"Point","coordinates":[0.0303304,51.9067674]},"properties":{"@type":"node","@id":867256739,"@timestamp":1552469365},"coords":"51.9067674,0.0303304","bedrooms":"1","price":"204000","area":"571"} , +{"type":"Feature","id":"n867465545","geometry":{"type":"Point","coordinates":[0.0299817,51.9077312]},"properties":{"@type":"node","@id":867465545,"@timestamp":1632908044},"coords":"51.9077312,0.0299817","bedrooms":"1","price":"155000","area":"392"} , +{"type":"Feature","id":"n868239264","geometry":{"type":"Point","coordinates":[-0.0693391,51.4702682]},"properties":{"@type":"node","@id":868239264,"@timestamp":1282214625},"coords":"51.4702682,-0.0693391","bedrooms":"0","price":"215000","area":"623"} , +{"type":"Feature","id":"n868581572","geometry":{"type":"Point","coordinates":[-1.1162172,51.36677]},"properties":{"@type":"node","@id":868581572,"@timestamp":1282226404},"coords":"51.36677,-1.1162172","bedrooms":"3","price":"257000","area":"438"} , +{"type":"Feature","id":"n868659161","geometry":{"type":"Point","coordinates":[-1.0831738,51.6686021]},"properties":{"@type":"node","@id":868659161,"@timestamp":1591990248},"coords":"51.6686021,-1.0831738","bedrooms":"1","price":"270000","area":"516"} , +{"type":"Feature","id":"n868713418","geometry":{"type":"Point","coordinates":[0.283982,51.1770872]},"properties":{"@type":"node","@id":868713418,"@timestamp":1404478435},"coords":"51.1770872,0.283982","bedrooms":"0","price":"195000","area":"475"} , +{"type":"Feature","id":"n868882185","geometry":{"type":"Point","coordinates":[-0.9130848,51.2962714]},"properties":{"@type":"node","@id":868882185,"@timestamp":1553978744},"coords":"51.2962714,-0.9130848","bedrooms":"3","price":"248000","area":"371"} , +{"type":"Feature","id":"n869089229","geometry":{"type":"Point","coordinates":[-0.3006233,51.85207]},"properties":{"@type":"node","@id":869089229,"@timestamp":1282240832},"coords":"51.85207,-0.3006233","bedrooms":"4","price":"200000","area":"697"} , +{"type":"Feature","id":"n869181328","geometry":{"type":"Point","coordinates":[-0.2923347,51.851362]},"properties":{"@type":"node","@id":869181328,"@timestamp":1282243383},"coords":"51.851362,-0.2923347","bedrooms":"2","price":"157000","area":"353"} , +{"type":"Feature","id":"n869389576","geometry":{"type":"Point","coordinates":[-0.1194939,51.5189824]},"properties":{"@type":"node","@id":869389576,"@timestamp":1486916657},"coords":"51.5189824,-0.1194939","bedrooms":"0","price":"235000","area":"647"} , +{"type":"Feature","id":"n869409426","geometry":{"type":"Point","coordinates":[-0.3991543,51.5424208]},"properties":{"@type":"node","@id":869409426,"@timestamp":1282255061},"coords":"51.5424208,-0.3991543","bedrooms":"1","price":"152000","area":"640"} , +{"type":"Feature","id":"n869409673","geometry":{"type":"Point","coordinates":[-0.4120162,51.5340374]},"properties":{"@type":"node","@id":869409673,"@timestamp":1282255073},"coords":"51.5340374,-0.4120162","bedrooms":"1","price":"192000","area":"366"} , +{"type":"Feature","id":"n869696946","geometry":{"type":"Point","coordinates":[-0.1170132,51.5313319]},"properties":{"@type":"node","@id":869696946,"@timestamp":1580916861},"coords":"51.5313319,-0.1170132","bedrooms":"3","price":"282000","area":"596"} , +{"type":"Feature","id":"n869697029","geometry":{"type":"Point","coordinates":[-0.1143387,51.5318364]},"properties":{"@type":"node","@id":869697029,"@timestamp":1623264271},"coords":"51.5318364,-0.1143387","bedrooms":"3","price":"212000","area":"462"} , +{"type":"Feature","id":"n869924034","geometry":{"type":"Point","coordinates":[-0.1009225,51.4957521]},"properties":{"@type":"node","@id":869924034,"@timestamp":1292516036},"coords":"51.4957521,-0.1009225","bedrooms":"2","price":"174000","area":"593"} , +{"type":"Feature","id":"n870089186","geometry":{"type":"Point","coordinates":[-0.8118225,51.3801544]},"properties":{"@type":"node","@id":870089186,"@timestamp":1282301457},"coords":"51.3801544,-0.8118225","bedrooms":"4","price":"297000","area":"404"} , +{"type":"Feature","id":"n870488987","geometry":{"type":"Point","coordinates":[-0.183228,51.585858]},"properties":{"@type":"node","@id":870488987,"@timestamp":1616863413},"coords":"51.585858,-0.183228","bedrooms":"3","price":"283000","area":"643"} , +{"type":"Feature","id":"n870951330","geometry":{"type":"Point","coordinates":[-0.0719474,51.4817045]},"properties":{"@type":"node","@id":870951330,"@timestamp":1579694113},"coords":"51.4817045,-0.0719474","bedrooms":"4","price":"229000","area":"455"} , +{"type":"Feature","id":"n871228219","geometry":{"type":"Point","coordinates":[-0.883468,51.4636456]},"properties":{"@type":"node","@id":871228219,"@timestamp":1304345731},"coords":"51.4636456,-0.883468","bedrooms":"1","price":"213000","area":"397"} , +{"type":"Feature","id":"n871660977","geometry":{"type":"Point","coordinates":[0.1148857,51.8745148]},"properties":{"@type":"node","@id":871660977,"@timestamp":1633375914},"coords":"51.8745148,0.1148857","bedrooms":"1","price":"221000","area":"658"} , +{"type":"Feature","id":"n871681337","geometry":{"type":"Point","coordinates":[0.0274564,51.8835091]},"properties":{"@type":"node","@id":871681337,"@timestamp":1282379217},"coords":"51.8835091,0.0274564","bedrooms":"4","price":"241000","area":"484"} , +{"type":"Feature","id":"n871770683","geometry":{"type":"Point","coordinates":[-0.574483,51.8634776]},"properties":{"@type":"node","@id":871770683,"@timestamp":1282402998},"coords":"51.8634776,-0.574483","bedrooms":"0","price":"176000","area":"696"} , +{"type":"Feature","id":"n871834322","geometry":{"type":"Point","coordinates":[-0.1234923,51.5262386]},"properties":{"@type":"node","@id":871834322,"@timestamp":1589643954},"coords":"51.5262386,-0.1234923","bedrooms":"2","price":"173000","area":"566"} , +{"type":"Feature","id":"n871955480","geometry":{"type":"Point","coordinates":[-0.0927881,51.5018181]},"properties":{"@type":"node","@id":871955480,"@timestamp":1614542601},"coords":"51.5018181,-0.0927881","bedrooms":"1","price":"250000","area":"414"} , +{"type":"Feature","id":"n871985013","geometry":{"type":"Point","coordinates":[-0.0889797,51.5131003]},"properties":{"@type":"node","@id":871985013,"@timestamp":1597307804},"coords":"51.5131003,-0.0889797","bedrooms":"4","price":"255000","area":"694"} , +{"type":"Feature","id":"n872054487","geometry":{"type":"Point","coordinates":[-0.092873,51.506621]},"properties":{"@type":"node","@id":872054487,"@timestamp":1611950716},"coords":"51.506621,-0.092873","bedrooms":"1","price":"181000","area":"354"} , +{"type":"Feature","id":"n872431297","geometry":{"type":"Point","coordinates":[0.0507609,51.924483]},"properties":{"@type":"node","@id":872431297,"@timestamp":1282420121},"coords":"51.924483,0.0507609","bedrooms":"3","price":"277000","area":"642"} , +{"type":"Feature","id":"n872528436","geometry":{"type":"Point","coordinates":[0.0768463,51.9127849]},"properties":{"@type":"node","@id":872528436,"@timestamp":1282420613},"coords":"51.9127849,0.0768463","bedrooms":"4","price":"279000","area":"472"} , +{"type":"Feature","id":"n872533766","geometry":{"type":"Point","coordinates":[-0.3291189,51.9708714]},"properties":{"@type":"node","@id":872533766,"@timestamp":1298820073},"coords":"51.9708714,-0.3291189","bedrooms":"0","price":"205000","area":"637"} , +{"type":"Feature","id":"n872533858","geometry":{"type":"Point","coordinates":[-0.3301841,51.9725608]},"properties":{"@type":"node","@id":872533858,"@timestamp":1475379205},"coords":"51.9725608,-0.3301841","bedrooms":"2","price":"287000","area":"419"} , +{"type":"Feature","id":"n872536787","geometry":{"type":"Point","coordinates":[0.0575227,51.9075311]},"properties":{"@type":"node","@id":872536787,"@timestamp":1604855437},"coords":"51.9075311,0.0575227","bedrooms":"0","price":"257000","area":"613"} , +{"type":"Feature","id":"n872540583","geometry":{"type":"Point","coordinates":[0.0366694,51.9069848]},"properties":{"@type":"node","@id":872540583,"@timestamp":1552469366},"coords":"51.9069848,0.0366694","bedrooms":"4","price":"258000","area":"433"} , +{"type":"Feature","id":"n873487978","geometry":{"type":"Point","coordinates":[0.6605687,51.5548743]},"properties":{"@type":"node","@id":873487978,"@timestamp":1374959724},"coords":"51.5548743,0.6605687","bedrooms":"2","price":"207000","area":"515"} , +{"type":"Feature","id":"n873531656","geometry":{"type":"Point","coordinates":[0.6558872,51.5541049]},"properties":{"@type":"node","@id":873531656,"@timestamp":1595160428},"coords":"51.5541049,0.6558872","bedrooms":"0","price":"195000","area":"508"} , +{"type":"Feature","id":"n873554273","geometry":{"type":"Point","coordinates":[-0.1275409,51.4958161]},"properties":{"@type":"node","@id":873554273,"@timestamp":1580916871},"coords":"51.4958161,-0.1275409","bedrooms":"2","price":"290000","area":"650"} , +{"type":"Feature","id":"n873638225","geometry":{"type":"Point","coordinates":[-0.2016176,51.9830118]},"properties":{"@type":"node","@id":873638225,"@timestamp":1535205470},"coords":"51.9830118,-0.2016176","bedrooms":"0","price":"218000","area":"460"} , +{"type":"Feature","id":"n873830162","geometry":{"type":"Point","coordinates":[-0.1568731,51.5494438]},"properties":{"@type":"node","@id":873830162,"@timestamp":1630950803},"coords":"51.5494438,-0.1568731","bedrooms":"0","price":"198000","area":"397"} , +{"type":"Feature","id":"n874048909","geometry":{"type":"Point","coordinates":[-0.2073543,51.6052914]},"properties":{"@type":"node","@id":874048909,"@timestamp":1602432463},"coords":"51.6052914,-0.2073543","bedrooms":"3","price":"249000","area":"466"} , +{"type":"Feature","id":"n874358415","geometry":{"type":"Point","coordinates":[0.1119944,51.9416152]},"properties":{"@type":"node","@id":874358415,"@timestamp":1335440658},"coords":"51.9416152,0.1119944","bedrooms":"1","price":"230000","area":"648"} , +{"type":"Feature","id":"n874398793","geometry":{"type":"Point","coordinates":[-0.1013973,51.9680495]},"properties":{"@type":"node","@id":874398793,"@timestamp":1634866051},"coords":"51.9680495,-0.1013973","bedrooms":"4","price":"213000","area":"656"} , +{"type":"Feature","id":"n874534056","geometry":{"type":"Point","coordinates":[0.5004358,51.2680977]},"properties":{"@type":"node","@id":874534056,"@timestamp":1282516123},"coords":"51.2680977,0.5004358","bedrooms":"1","price":"236000","area":"584"} , +{"type":"Feature","id":"n874743737","geometry":{"type":"Point","coordinates":[-0.1252983,51.5263951]},"properties":{"@type":"node","@id":874743737,"@timestamp":1589638114},"coords":"51.5263951,-0.1252983","bedrooms":"4","price":"201000","area":"674"} , +{"type":"Feature","id":"n874823358","geometry":{"type":"Point","coordinates":[-0.1269921,51.516826]},"properties":{"@type":"node","@id":874823358,"@timestamp":1513035243},"coords":"51.516826,-0.1269921","bedrooms":"2","price":"275000","area":"578"} , +{"type":"Feature","id":"n874823429","geometry":{"type":"Point","coordinates":[-0.1222977,51.5233933]},"properties":{"@type":"node","@id":874823429,"@timestamp":1589574233},"coords":"51.5233933,-0.1222977","bedrooms":"1","price":"285000","area":"465"} , +{"type":"Feature","id":"n875605435","geometry":{"type":"Point","coordinates":[-0.9686879,51.4823878]},"properties":{"@type":"node","@id":875605435,"@timestamp":1630950223},"coords":"51.4823878,-0.9686879","bedrooms":"3","price":"293000","area":"553"} , +{"type":"Feature","id":"n875893304","geometry":{"type":"Point","coordinates":[-0.4829851,51.6411855]},"properties":{"@type":"node","@id":875893304,"@timestamp":1608751063},"coords":"51.6411855,-0.4829851","bedrooms":"1","price":"225000","area":"615"} , +{"type":"Feature","id":"n875937562","geometry":{"type":"Point","coordinates":[-0.5931258,51.2574052]},"properties":{"@type":"node","@id":875937562,"@timestamp":1282577702},"coords":"51.2574052,-0.5931258","bedrooms":"2","price":"270000","area":"452"} , +{"type":"Feature","id":"n875937606","geometry":{"type":"Point","coordinates":[-0.5920618,51.2583261]},"properties":{"@type":"node","@id":875937606,"@timestamp":1282577703},"coords":"51.2583261,-0.5920618","bedrooms":"0","price":"290000","area":"567"} , +{"type":"Feature","id":"n875937654","geometry":{"type":"Point","coordinates":[-0.5942151,51.2581711]},"properties":{"@type":"node","@id":875937654,"@timestamp":1282577704},"coords":"51.2581711,-0.5942151","bedrooms":"3","price":"291000","area":"363"} , +{"type":"Feature","id":"n875937703","geometry":{"type":"Point","coordinates":[-0.592548,51.255842]},"properties":{"@type":"node","@id":875937703,"@timestamp":1282577706},"coords":"51.255842,-0.592548","bedrooms":"4","price":"298000","area":"458"} , +{"type":"Feature","id":"n875937731","geometry":{"type":"Point","coordinates":[-0.593573,51.2563511]},"properties":{"@type":"node","@id":875937731,"@timestamp":1282577706},"coords":"51.2563511,-0.593573","bedrooms":"3","price":"223000","area":"572"} , +{"type":"Feature","id":"n875937765","geometry":{"type":"Point","coordinates":[-0.5923051,51.2580874]},"properties":{"@type":"node","@id":875937765,"@timestamp":1282577707},"coords":"51.2580874,-0.5923051","bedrooms":"4","price":"221000","area":"618"} , +{"type":"Feature","id":"n875937811","geometry":{"type":"Point","coordinates":[-0.5934622,51.2571439]},"properties":{"@type":"node","@id":875937811,"@timestamp":1282577708},"coords":"51.2571439,-0.5934622","bedrooms":"0","price":"294000","area":"504"} , +{"type":"Feature","id":"n875985169","geometry":{"type":"Point","coordinates":[-0.5948196,51.2593655]},"properties":{"@type":"node","@id":875985169,"@timestamp":1282578972},"coords":"51.2593655,-0.5948196","bedrooms":"2","price":"293000","area":"635"} , +{"type":"Feature","id":"n875985217","geometry":{"type":"Point","coordinates":[-0.5919607,51.2579965]},"properties":{"@type":"node","@id":875985217,"@timestamp":1282578973},"coords":"51.2579965,-0.5919607","bedrooms":"2","price":"186000","area":"385"} , +{"type":"Feature","id":"n875985277","geometry":{"type":"Point","coordinates":[-0.590628,51.2572521]},"properties":{"@type":"node","@id":875985277,"@timestamp":1282578974},"coords":"51.2572521,-0.590628","bedrooms":"1","price":"207000","area":"570"} , +{"type":"Feature","id":"n875985317","geometry":{"type":"Point","coordinates":[-0.5920777,51.2558094]},"properties":{"@type":"node","@id":875985317,"@timestamp":1282578975},"coords":"51.2558094,-0.5920777","bedrooms":"0","price":"200000","area":"523"} , +{"type":"Feature","id":"n875985373","geometry":{"type":"Point","coordinates":[-0.5948196,51.2593451]},"properties":{"@type":"node","@id":875985373,"@timestamp":1282578976},"coords":"51.2593451,-0.5948196","bedrooms":"2","price":"228000","area":"691"} , +{"type":"Feature","id":"n875985417","geometry":{"type":"Point","coordinates":[-0.5917933,51.2580842]},"properties":{"@type":"node","@id":875985417,"@timestamp":1282578977},"coords":"51.2580842,-0.5917933","bedrooms":"3","price":"151000","area":"434"} , +{"type":"Feature","id":"n875985478","geometry":{"type":"Point","coordinates":[-0.5903622,51.2570163]},"properties":{"@type":"node","@id":875985478,"@timestamp":1282578978},"coords":"51.2570163,-0.5903622","bedrooms":"2","price":"165000","area":"694"} , +{"type":"Feature","id":"n875985534","geometry":{"type":"Point","coordinates":[-0.5899358,51.2565794]},"properties":{"@type":"node","@id":875985534,"@timestamp":1282578979},"coords":"51.2565794,-0.5899358","bedrooms":"3","price":"231000","area":"595"} , +{"type":"Feature","id":"n875985602","geometry":{"type":"Point","coordinates":[-0.5897704,51.2563495]},"properties":{"@type":"node","@id":875985602,"@timestamp":1282578981},"coords":"51.2563495,-0.5897704","bedrooms":"3","price":"217000","area":"360"} , +{"type":"Feature","id":"n875985644","geometry":{"type":"Point","coordinates":[-0.5909297,51.2576453]},"properties":{"@type":"node","@id":875985644,"@timestamp":1282578981},"coords":"51.2576453,-0.5909297","bedrooms":"4","price":"244000","area":"497"} , +{"type":"Feature","id":"n876246145","geometry":{"type":"Point","coordinates":[-0.8494467,51.3991665]},"properties":{"@type":"node","@id":876246145,"@timestamp":1282589619},"coords":"51.3991665,-0.8494467","bedrooms":"4","price":"198000","area":"437"} , +{"type":"Feature","id":"n876539682","geometry":{"type":"Point","coordinates":[-0.3823633,51.6277944]},"properties":{"@type":"node","@id":876539682,"@timestamp":1282608792},"coords":"51.6277944,-0.3823633","bedrooms":"4","price":"209000","area":"464"} , +{"type":"Feature","id":"n877067999","geometry":{"type":"Point","coordinates":[-0.1358486,51.5493778]},"properties":{"@type":"node","@id":877067999,"@timestamp":1628959548},"coords":"51.5493778,-0.1358486","bedrooms":"3","price":"216000","area":"522"} , +{"type":"Feature","id":"n877070605","geometry":{"type":"Point","coordinates":[-0.2277496,51.8113367]},"properties":{"@type":"node","@id":877070605,"@timestamp":1435183917},"coords":"51.8113367,-0.2277496","bedrooms":"2","price":"281000","area":"648"} , +{"type":"Feature","id":"n877088218","geometry":{"type":"Point","coordinates":[-0.1436816,51.549533]},"properties":{"@type":"node","@id":877088218,"@timestamp":1628808547},"coords":"51.549533,-0.1436816","bedrooms":"4","price":"291000","area":"694"} , +{"type":"Feature","id":"n877114425","geometry":{"type":"Point","coordinates":[-0.6907205,51.9063192]},"properties":{"@type":"node","@id":877114425,"@timestamp":1631893443},"coords":"51.9063192,-0.6907205","bedrooms":"3","price":"213000","area":"385"} , +{"type":"Feature","id":"n877265451","geometry":{"type":"Point","coordinates":[-0.5852364,51.2550822]},"properties":{"@type":"node","@id":877265451,"@timestamp":1282664798},"coords":"51.2550822,-0.5852364","bedrooms":"4","price":"196000","area":"568"} , +{"type":"Feature","id":"n877265462","geometry":{"type":"Point","coordinates":[-0.5858591,51.256527]},"properties":{"@type":"node","@id":877265462,"@timestamp":1282664799},"coords":"51.256527,-0.5858591","bedrooms":"4","price":"297000","area":"487"} , +{"type":"Feature","id":"n877265478","geometry":{"type":"Point","coordinates":[-0.5856555,51.2550145]},"properties":{"@type":"node","@id":877265478,"@timestamp":1282664800},"coords":"51.2550145,-0.5856555","bedrooms":"3","price":"263000","area":"386"} , +{"type":"Feature","id":"n877265499","geometry":{"type":"Point","coordinates":[-0.5855722,51.2560532]},"properties":{"@type":"node","@id":877265499,"@timestamp":1282664801},"coords":"51.2560532,-0.5855722","bedrooms":"1","price":"180000","area":"382"} , +{"type":"Feature","id":"n877265512","geometry":{"type":"Point","coordinates":[-0.584823,51.2579643]},"properties":{"@type":"node","@id":877265512,"@timestamp":1282664802},"coords":"51.2579643,-0.584823","bedrooms":"3","price":"243000","area":"622"} , +{"type":"Feature","id":"n877265528","geometry":{"type":"Point","coordinates":[-0.5876649,51.2586557]},"properties":{"@type":"node","@id":877265528,"@timestamp":1282664802},"coords":"51.2586557,-0.5876649","bedrooms":"3","price":"264000","area":"557"} , +{"type":"Feature","id":"n877265539","geometry":{"type":"Point","coordinates":[-0.586105,51.2555429]},"properties":{"@type":"node","@id":877265539,"@timestamp":1282664803},"coords":"51.2555429,-0.586105","bedrooms":"2","price":"165000","area":"587"} , +{"type":"Feature","id":"n877265554","geometry":{"type":"Point","coordinates":[-0.585368,51.2557605]},"properties":{"@type":"node","@id":877265554,"@timestamp":1282664804},"coords":"51.2557605,-0.585368","bedrooms":"0","price":"299000","area":"666"} , +{"type":"Feature","id":"n877265570","geometry":{"type":"Point","coordinates":[-0.5850508,51.2588233]},"properties":{"@type":"node","@id":877265570,"@timestamp":1282664805},"coords":"51.2588233,-0.5850508","bedrooms":"0","price":"263000","area":"565"} , +{"type":"Feature","id":"n877265582","geometry":{"type":"Point","coordinates":[-0.5872368,51.2587437]},"properties":{"@type":"node","@id":877265582,"@timestamp":1282664806},"coords":"51.2587437,-0.5872368","bedrooms":"2","price":"217000","area":"548"} , +{"type":"Feature","id":"n877269898","geometry":{"type":"Point","coordinates":[-0.586319,51.2592558]},"properties":{"@type":"node","@id":877269898,"@timestamp":1282665139},"coords":"51.2592558,-0.586319","bedrooms":"1","price":"160000","area":"681"} , +{"type":"Feature","id":"n877269926","geometry":{"type":"Point","coordinates":[-0.5890289,51.2574098]},"properties":{"@type":"node","@id":877269926,"@timestamp":1282665140},"coords":"51.2574098,-0.5890289","bedrooms":"1","price":"164000","area":"551"} , +{"type":"Feature","id":"n877311049","geometry":{"type":"Point","coordinates":[-0.1400548,51.4936279]},"properties":{"@type":"node","@id":877311049,"@timestamp":1580916874},"coords":"51.4936279,-0.1400548","bedrooms":"1","price":"205000","area":"405"} , +{"type":"Feature","id":"n877659164","geometry":{"type":"Point","coordinates":[-1.1073971,51.3708352]},"properties":{"@type":"node","@id":877659164,"@timestamp":1282680493},"coords":"51.3708352,-1.1073971","bedrooms":"2","price":"203000","area":"533"} , +{"type":"Feature","id":"n877659368","geometry":{"type":"Point","coordinates":[-1.1070801,51.3723917]},"properties":{"@type":"node","@id":877659368,"@timestamp":1282680503},"coords":"51.3723917,-1.1070801","bedrooms":"2","price":"194000","area":"375"} , +{"type":"Feature","id":"n877883750","geometry":{"type":"Point","coordinates":[-0.0770511,51.4545427]},"properties":{"@type":"node","@id":877883750,"@timestamp":1297594910},"coords":"51.4545427,-0.0770511","bedrooms":"3","price":"293000","area":"383"} , +{"type":"Feature","id":"n878029988","geometry":{"type":"Point","coordinates":[-0.1398285,51.5164824]},"properties":{"@type":"node","@id":878029988,"@timestamp":1601053743},"coords":"51.5164824,-0.1398285","bedrooms":"4","price":"289000","area":"363"} , +{"type":"Feature","id":"n878030033","geometry":{"type":"Point","coordinates":[-0.129662,51.5007458]},"properties":{"@type":"node","@id":878030033,"@timestamp":1282689592},"coords":"51.5007458,-0.129662","bedrooms":"3","price":"251000","area":"454"} , +{"type":"Feature","id":"n878473463","geometry":{"type":"Point","coordinates":[-0.1084499,51.5631599]},"properties":{"@type":"node","@id":878473463,"@timestamp":1363402995},"coords":"51.5631599,-0.1084499","bedrooms":"1","price":"236000","area":"404"} , +{"type":"Feature","id":"n878942440","geometry":{"type":"Point","coordinates":[-0.7501483,51.3057884]},"properties":{"@type":"node","@id":878942440,"@timestamp":1511645602},"coords":"51.3057884,-0.7501483","bedrooms":"4","price":"208000","area":"355"} , +{"type":"Feature","id":"n879566970","geometry":{"type":"Point","coordinates":[-0.1879784,51.5179138]},"properties":{"@type":"node","@id":879566970,"@timestamp":1580916878},"coords":"51.5179138,-0.1879784","bedrooms":"1","price":"195000","area":"406"} , +{"type":"Feature","id":"n879655673","geometry":{"type":"Point","coordinates":[-0.0686054,51.8842951]},"properties":{"@type":"node","@id":879655673,"@timestamp":1609371664},"coords":"51.8842951,-0.0686054","bedrooms":"3","price":"188000","area":"645"} , +{"type":"Feature","id":"n880314503","geometry":{"type":"Point","coordinates":[-0.0704372,51.4737069]},"properties":{"@type":"node","@id":880314503,"@timestamp":1282811200},"coords":"51.4737069,-0.0704372","bedrooms":"0","price":"184000","area":"626"} , +{"type":"Feature","id":"n881443603","geometry":{"type":"Point","coordinates":[-0.0132917,51.5628915]},"properties":{"@type":"node","@id":881443603,"@timestamp":1282859392},"coords":"51.5628915,-0.0132917","bedrooms":"0","price":"202000","area":"507"} , +{"type":"Feature","id":"n882187475","geometry":{"type":"Point","coordinates":[-0.210901,51.4539191]},"properties":{"@type":"node","@id":882187475,"@timestamp":1630701530},"coords":"51.4539191,-0.210901","bedrooms":"4","price":"239000","area":"673"} , +{"type":"Feature","id":"n882799439","geometry":{"type":"Point","coordinates":[-0.5899007,51.2612911]},"properties":{"@type":"node","@id":882799439,"@timestamp":1282926993},"coords":"51.2612911,-0.5899007","bedrooms":"2","price":"297000","area":"404"} , +{"type":"Feature","id":"n882799522","geometry":{"type":"Point","coordinates":[-0.5931062,51.2616465]},"properties":{"@type":"node","@id":882799522,"@timestamp":1282926995},"coords":"51.2616465,-0.5931062","bedrooms":"0","price":"205000","area":"586"} , +{"type":"Feature","id":"n882799586","geometry":{"type":"Point","coordinates":[-0.5897293,51.2615558]},"properties":{"@type":"node","@id":882799586,"@timestamp":1282926995},"coords":"51.2615558,-0.5897293","bedrooms":"2","price":"277000","area":"522"} , +{"type":"Feature","id":"n882799694","geometry":{"type":"Point","coordinates":[-0.592791,51.2619335]},"properties":{"@type":"node","@id":882799694,"@timestamp":1282926997},"coords":"51.2619335,-0.592791","bedrooms":"3","price":"276000","area":"586"} , +{"type":"Feature","id":"n882799777","geometry":{"type":"Point","coordinates":[-0.5936222,51.2608536]},"properties":{"@type":"node","@id":882799777,"@timestamp":1282926998},"coords":"51.2608536,-0.5936222","bedrooms":"3","price":"174000","area":"353"} , +{"type":"Feature","id":"n882799887","geometry":{"type":"Point","coordinates":[-0.5917721,51.2619576]},"properties":{"@type":"node","@id":882799887,"@timestamp":1282926999},"coords":"51.2619576,-0.5917721","bedrooms":"3","price":"262000","area":"458"} , +{"type":"Feature","id":"n882924122","geometry":{"type":"Point","coordinates":[-0.5902698,51.259888]},"properties":{"@type":"node","@id":882924122,"@timestamp":1282928711},"coords":"51.259888,-0.5902698","bedrooms":"1","price":"228000","area":"682"} , +{"type":"Feature","id":"n882924188","geometry":{"type":"Point","coordinates":[-0.5922427,51.2599065]},"properties":{"@type":"node","@id":882924188,"@timestamp":1282928711},"coords":"51.2599065,-0.5922427","bedrooms":"0","price":"253000","area":"674"} , +{"type":"Feature","id":"n882924277","geometry":{"type":"Point","coordinates":[-0.5872706,51.2605059]},"properties":{"@type":"node","@id":882924277,"@timestamp":1282928713},"coords":"51.2605059,-0.5872706","bedrooms":"1","price":"182000","area":"442"} , +{"type":"Feature","id":"n882924367","geometry":{"type":"Point","coordinates":[-0.5889322,51.2589652]},"properties":{"@type":"node","@id":882924367,"@timestamp":1282928714},"coords":"51.2589652,-0.5889322","bedrooms":"0","price":"252000","area":"653"} , +{"type":"Feature","id":"n882924450","geometry":{"type":"Point","coordinates":[-0.5891026,51.260681]},"properties":{"@type":"node","@id":882924450,"@timestamp":1282928715},"coords":"51.260681,-0.5891026","bedrooms":"0","price":"243000","area":"378"} , +{"type":"Feature","id":"n882924503","geometry":{"type":"Point","coordinates":[-0.5896802,51.2591657]},"properties":{"@type":"node","@id":882924503,"@timestamp":1282928716},"coords":"51.2591657,-0.5896802","bedrooms":"4","price":"169000","area":"564"} , +{"type":"Feature","id":"n882924606","geometry":{"type":"Point","coordinates":[-0.5912413,51.2603041]},"properties":{"@type":"node","@id":882924606,"@timestamp":1282928717},"coords":"51.2603041,-0.5912413","bedrooms":"0","price":"247000","area":"490"} , +{"type":"Feature","id":"n883074989","geometry":{"type":"Point","coordinates":[-0.1004475,51.8354793]},"properties":{"@type":"node","@id":883074989,"@timestamp":1592140402},"coords":"51.8354793,-0.1004475","bedrooms":"4","price":"151000","area":"402"} , +{"type":"Feature","id":"n883182744","geometry":{"type":"Point","coordinates":[-0.0988967,51.6679381]},"properties":{"@type":"node","@id":883182744,"@timestamp":1282933979},"coords":"51.6679381,-0.0988967","bedrooms":"3","price":"246000","area":"409"} , +{"type":"Feature","id":"n883455410","geometry":{"type":"Point","coordinates":[-0.3893087,51.6514388]},"properties":{"@type":"node","@id":883455410,"@timestamp":1282942712},"coords":"51.6514388,-0.3893087","bedrooms":"4","price":"185000","area":"536"} , +{"type":"Feature","id":"n883628132","geometry":{"type":"Point","coordinates":[-0.09289,51.7945161]},"properties":{"@type":"node","@id":883628132,"@timestamp":1474242839},"coords":"51.7945161,-0.09289","bedrooms":"4","price":"209000","area":"567"} , +{"type":"Feature","id":"n884208375","geometry":{"type":"Point","coordinates":[-0.1219593,51.5266237]},"properties":{"@type":"node","@id":884208375,"@timestamp":1611800983},"coords":"51.5266237,-0.1219593","bedrooms":"1","price":"287000","area":"663"} , +{"type":"Feature","id":"n884220063","geometry":{"type":"Point","coordinates":[-0.0471024,51.5490926]},"properties":{"@type":"node","@id":884220063,"@timestamp":1610132260},"coords":"51.5490926,-0.0471024","bedrooms":"1","price":"171000","area":"695"} , +{"type":"Feature","id":"n884227161","geometry":{"type":"Point","coordinates":[-0.1540995,51.5200514]},"properties":{"@type":"node","@id":884227161,"@timestamp":1320594644},"coords":"51.5200514,-0.1540995","bedrooms":"2","price":"295000","area":"456"} , +{"type":"Feature","id":"n885269131","geometry":{"type":"Point","coordinates":[-0.0867052,51.6524914]},"properties":{"@type":"node","@id":885269131,"@timestamp":1564912859},"coords":"51.6524914,-0.0867052","bedrooms":"3","price":"285000","area":"677"} , +{"type":"Feature","id":"n885316651","geometry":{"type":"Point","coordinates":[-0.0853993,51.6523089]},"properties":{"@type":"node","@id":885316651,"@timestamp":1283023015},"coords":"51.6523089,-0.0853993","bedrooms":"2","price":"167000","area":"529"} , +{"type":"Feature","id":"n885335037","geometry":{"type":"Point","coordinates":[-0.0841681,51.6518911]},"properties":{"@type":"node","@id":885335037,"@timestamp":1518544267},"coords":"51.6518911,-0.0841681","bedrooms":"0","price":"229000","area":"619"} , +{"type":"Feature","id":"n885348347","geometry":{"type":"Point","coordinates":[-0.0801445,51.650984]},"properties":{"@type":"node","@id":885348347,"@timestamp":1514518490},"coords":"51.650984,-0.0801445","bedrooms":"4","price":"233000","area":"382"} , +{"type":"Feature","id":"n885355373","geometry":{"type":"Point","coordinates":[-0.0818219,51.6519769]},"properties":{"@type":"node","@id":885355373,"@timestamp":1591404095},"coords":"51.6519769,-0.0818219","bedrooms":"2","price":"190000","area":"665"} , +{"type":"Feature","id":"n885380690","geometry":{"type":"Point","coordinates":[-0.0803934,51.6527401]},"properties":{"@type":"node","@id":885380690,"@timestamp":1531490542},"coords":"51.6527401,-0.0803934","bedrooms":"0","price":"186000","area":"643"} , +{"type":"Feature","id":"n885429481","geometry":{"type":"Point","coordinates":[-0.1058786,51.4962987]},"properties":{"@type":"node","@id":885429481,"@timestamp":1580916884},"coords":"51.4962987,-0.1058786","bedrooms":"4","price":"161000","area":"571"} , +{"type":"Feature","id":"n885597873","geometry":{"type":"Point","coordinates":[-0.5433393,51.432019]},"properties":{"@type":"node","@id":885597873,"@timestamp":1579509844},"coords":"51.432019,-0.5433393","bedrooms":"1","price":"225000","area":"522"} , +{"type":"Feature","id":"n885680325","geometry":{"type":"Point","coordinates":[-0.097185,51.5273565]},"properties":{"@type":"node","@id":885680325,"@timestamp":1349097070},"coords":"51.5273565,-0.097185","bedrooms":"4","price":"165000","area":"636"} , +{"type":"Feature","id":"n885680358","geometry":{"type":"Point","coordinates":[-0.0974983,51.527426]},"properties":{"@type":"node","@id":885680358,"@timestamp":1292116444},"coords":"51.527426,-0.0974983","bedrooms":"2","price":"298000","area":"662"} , +{"type":"Feature","id":"n885680411","geometry":{"type":"Point","coordinates":[-0.099896,51.52791]},"properties":{"@type":"node","@id":885680411,"@timestamp":1292116448},"coords":"51.52791,-0.099896","bedrooms":"3","price":"183000","area":"678"} , +{"type":"Feature","id":"n885943397","geometry":{"type":"Point","coordinates":[-0.0745323,51.4720987]},"properties":{"@type":"node","@id":885943397,"@timestamp":1528330584},"coords":"51.4720987,-0.0745323","bedrooms":"0","price":"242000","area":"693"} , +{"type":"Feature","id":"n886111347","geometry":{"type":"Point","coordinates":[-0.0913579,51.8189565]},"properties":{"@type":"node","@id":886111347,"@timestamp":1283089553},"coords":"51.8189565,-0.0913579","bedrooms":"2","price":"210000","area":"454"} , +{"type":"Feature","id":"n886111660","geometry":{"type":"Point","coordinates":[-0.0805366,51.7973466]},"properties":{"@type":"node","@id":886111660,"@timestamp":1512497373},"coords":"51.7973466,-0.0805366","bedrooms":"3","price":"258000","area":"543"} , +{"type":"Feature","id":"n886592094","geometry":{"type":"Point","coordinates":[0.0288796,51.6013868]},"properties":{"@type":"node","@id":886592094,"@timestamp":1283115904},"coords":"51.6013868,0.0288796","bedrooms":"3","price":"250000","area":"437"} , +{"type":"Feature","id":"n886750308","geometry":{"type":"Point","coordinates":[0.0325269,51.6071358]},"properties":{"@type":"node","@id":886750308,"@timestamp":1408640922},"coords":"51.6071358,0.0325269","bedrooms":"2","price":"214000","area":"355"} , +{"type":"Feature","id":"n888598839","geometry":{"type":"Point","coordinates":[-0.6573664,51.9137531]},"properties":{"@type":"node","@id":888598839,"@timestamp":1551548673},"coords":"51.9137531,-0.6573664","bedrooms":"0","price":"276000","area":"445"} , +{"type":"Feature","id":"n888625325","geometry":{"type":"Point","coordinates":[-0.4486023,51.5518947]},"properties":{"@type":"node","@id":888625325,"@timestamp":1553048612},"coords":"51.5518947,-0.4486023","bedrooms":"0","price":"193000","area":"636"} , +{"type":"Feature","id":"n889045472","geometry":{"type":"Point","coordinates":[-1.0974009,51.364679]},"properties":{"@type":"node","@id":889045472,"@timestamp":1283188422},"coords":"51.364679,-1.0974009","bedrooms":"2","price":"174000","area":"513"} , +{"type":"Feature","id":"n889094126","geometry":{"type":"Point","coordinates":[-0.1264,51.522458]},"properties":{"@type":"node","@id":889094126,"@timestamp":1301821841},"coords":"51.522458,-0.1264","bedrooms":"1","price":"254000","area":"664"} , +{"type":"Feature","id":"n889112021","geometry":{"type":"Point","coordinates":[-0.1255399,51.5210793]},"properties":{"@type":"node","@id":889112021,"@timestamp":1368749412},"coords":"51.5210793,-0.1255399","bedrooms":"0","price":"192000","area":"675"} , +{"type":"Feature","id":"n889112110","geometry":{"type":"Point","coordinates":[-0.1263072,51.5212109]},"properties":{"@type":"node","@id":889112110,"@timestamp":1421235124},"coords":"51.5212109,-0.1263072","bedrooms":"2","price":"163000","area":"672"} , +{"type":"Feature","id":"n889112220","geometry":{"type":"Point","coordinates":[-0.1269026,51.5212407]},"properties":{"@type":"node","@id":889112220,"@timestamp":1368749413},"coords":"51.5212407,-0.1269026","bedrooms":"0","price":"182000","area":"498"} , +{"type":"Feature","id":"n889112302","geometry":{"type":"Point","coordinates":[-0.1254287,51.5214563]},"properties":{"@type":"node","@id":889112302,"@timestamp":1368749413},"coords":"51.5214563,-0.1254287","bedrooms":"3","price":"160000","area":"590"} , +{"type":"Feature","id":"n889216222","geometry":{"type":"Point","coordinates":[-0.1251831,51.5212035]},"properties":{"@type":"node","@id":889216222,"@timestamp":1368749413},"coords":"51.5212035,-0.1251831","bedrooms":"0","price":"180000","area":"531"} , +{"type":"Feature","id":"n889342654","geometry":{"type":"Point","coordinates":[-0.1246491,51.521538]},"properties":{"@type":"node","@id":889342654,"@timestamp":1556888969},"coords":"51.521538,-0.1246491","bedrooms":"3","price":"257000","area":"622"} , +{"type":"Feature","id":"n889342711","geometry":{"type":"Point","coordinates":[-0.12597,51.5213706]},"properties":{"@type":"node","@id":889342711,"@timestamp":1283199825},"coords":"51.5213706,-0.12597","bedrooms":"0","price":"293000","area":"544"} , +{"type":"Feature","id":"n889342770","geometry":{"type":"Point","coordinates":[-0.127283,51.5219863]},"properties":{"@type":"node","@id":889342770,"@timestamp":1368749414},"coords":"51.5219863,-0.127283","bedrooms":"3","price":"291000","area":"537"} , +{"type":"Feature","id":"n889342825","geometry":{"type":"Point","coordinates":[-0.1269779,51.5217358]},"properties":{"@type":"node","@id":889342825,"@timestamp":1368749414},"coords":"51.5217358,-0.1269779","bedrooms":"1","price":"233000","area":"606"} , +{"type":"Feature","id":"n889342871","geometry":{"type":"Point","coordinates":[-0.1260998,51.5215763]},"properties":{"@type":"node","@id":889342871,"@timestamp":1622905936},"coords":"51.5215763,-0.1260998","bedrooms":"1","price":"244000","area":"376"} , +{"type":"Feature","id":"n889342926","geometry":{"type":"Point","coordinates":[-0.1251404,51.5220564]},"properties":{"@type":"node","@id":889342926,"@timestamp":1368749414},"coords":"51.5220564,-0.1251404","bedrooms":"2","price":"298000","area":"630"} , +{"type":"Feature","id":"n889342966","geometry":{"type":"Point","coordinates":[-0.126158,51.5220422]},"properties":{"@type":"node","@id":889342966,"@timestamp":1290166278},"coords":"51.5220422,-0.126158","bedrooms":"2","price":"298000","area":"620"} , +{"type":"Feature","id":"n889343014","geometry":{"type":"Point","coordinates":[-0.1259613,51.5213986]},"properties":{"@type":"node","@id":889343014,"@timestamp":1283199835},"coords":"51.5213986,-0.1259613","bedrooms":"1","price":"209000","area":"420"} , +{"type":"Feature","id":"n889343053","geometry":{"type":"Point","coordinates":[-0.1272698,51.5220498]},"properties":{"@type":"node","@id":889343053,"@timestamp":1368749415},"coords":"51.5220498,-0.1272698","bedrooms":"1","price":"209000","area":"678"} , +{"type":"Feature","id":"n889343106","geometry":{"type":"Point","coordinates":[-0.1250936,51.5215635]},"properties":{"@type":"node","@id":889343106,"@timestamp":1610974095},"coords":"51.5215635,-0.1250936","bedrooms":"0","price":"284000","area":"407"} , +{"type":"Feature","id":"n889359965","geometry":{"type":"Point","coordinates":[-0.1273538,51.5197824]},"properties":{"@type":"node","@id":889359965,"@timestamp":1575947848},"coords":"51.5197824,-0.1273538","bedrooms":"2","price":"223000","area":"359"} , +{"type":"Feature","id":"n889378355","geometry":{"type":"Point","coordinates":[-1.0663928,51.0782054]},"properties":{"@type":"node","@id":889378355,"@timestamp":1283201336},"coords":"51.0782054,-1.0663928","bedrooms":"2","price":"289000","area":"517"} , +{"type":"Feature","id":"n890446513","geometry":{"type":"Point","coordinates":[-0.1975018,51.5385237]},"properties":{"@type":"node","@id":890446513,"@timestamp":1290166285},"coords":"51.5385237,-0.1975018","bedrooms":"0","price":"285000","area":"676"} , +{"type":"Feature","id":"n890539575","geometry":{"type":"Point","coordinates":[-0.6067258,51.2556936]},"properties":{"@type":"node","@id":890539575,"@timestamp":1283268659},"coords":"51.2556936,-0.6067258","bedrooms":"2","price":"240000","area":"384"} , +{"type":"Feature","id":"n890539908","geometry":{"type":"Point","coordinates":[-0.6130092,51.2521148]},"properties":{"@type":"node","@id":890539908,"@timestamp":1425126260},"coords":"51.2521148,-0.6130092","bedrooms":"0","price":"221000","area":"476"} , +{"type":"Feature","id":"n890700777","geometry":{"type":"Point","coordinates":[-0.5293954,51.9035999]},"properties":{"@type":"node","@id":890700777,"@timestamp":1499346053},"coords":"51.9035999,-0.5293954","bedrooms":"4","price":"259000","area":"676"} , +{"type":"Feature","id":"n890729761","geometry":{"type":"Point","coordinates":[-0.2025498,51.4436476]},"properties":{"@type":"node","@id":890729761,"@timestamp":1330822891},"coords":"51.4436476,-0.2025498","bedrooms":"0","price":"200000","area":"597"} , +{"type":"Feature","id":"n890747110","geometry":{"type":"Point","coordinates":[-0.2077996,51.4475146]},"properties":{"@type":"node","@id":890747110,"@timestamp":1330822901},"coords":"51.4475146,-0.2077996","bedrooms":"2","price":"204000","area":"351"} , +{"type":"Feature","id":"n890765412","geometry":{"type":"Point","coordinates":[-0.1990986,51.4620677]},"properties":{"@type":"node","@id":890765412,"@timestamp":1330822910},"coords":"51.4620677,-0.1990986","bedrooms":"3","price":"245000","area":"554"} , +{"type":"Feature","id":"n890803883","geometry":{"type":"Point","coordinates":[-0.3018339,51.4655445]},"properties":{"@type":"node","@id":890803883,"@timestamp":1479154153},"coords":"51.4655445,-0.3018339","bedrooms":"2","price":"271000","area":"351"} , +{"type":"Feature","id":"n891617207","geometry":{"type":"Point","coordinates":[-0.951856,51.2600835]},"properties":{"@type":"node","@id":891617207,"@timestamp":1635705321},"coords":"51.2600835,-0.951856","bedrooms":"4","price":"179000","area":"352"} , +{"type":"Feature","id":"n891826376","geometry":{"type":"Point","coordinates":[-0.9447153,51.2530681]},"properties":{"@type":"node","@id":891826376,"@timestamp":1593197424},"coords":"51.2530681,-0.9447153","bedrooms":"3","price":"200000","area":"575"} , +{"type":"Feature","id":"n892012453","geometry":{"type":"Point","coordinates":[0.4165959,51.3260317]},"properties":{"@type":"node","@id":892012453,"@timestamp":1328535685},"coords":"51.3260317,0.4165959","bedrooms":"3","price":"276000","area":"541"} , +{"type":"Feature","id":"n892452184","geometry":{"type":"Point","coordinates":[-0.1918592,51.4958466]},"properties":{"@type":"node","@id":892452184,"@timestamp":1593575826},"coords":"51.4958466,-0.1918592","bedrooms":"1","price":"179000","area":"566"} , +{"type":"Feature","id":"n892507694","geometry":{"type":"Point","coordinates":[-0.0979212,51.5017754]},"properties":{"@type":"node","@id":892507694,"@timestamp":1555599933},"coords":"51.5017754,-0.0979212","bedrooms":"3","price":"233000","area":"691"} , +{"type":"Feature","id":"n892742694","geometry":{"type":"Point","coordinates":[-0.003762,51.5103699]},"properties":{"@type":"node","@id":892742694,"@timestamp":1630285792},"coords":"51.5103699,-0.003762","bedrooms":"0","price":"155000","area":"648"} , +{"type":"Feature","id":"n892856387","geometry":{"type":"Point","coordinates":[0.0379006,51.5089305]},"properties":{"@type":"node","@id":892856387,"@timestamp":1530314054},"coords":"51.5089305,0.0379006","bedrooms":"0","price":"151000","area":"508"} , +{"type":"Feature","id":"n893222347","geometry":{"type":"Point","coordinates":[-0.4744078,51.6044258]},"properties":{"@type":"node","@id":893222347,"@timestamp":1433688136},"coords":"51.6044258,-0.4744078","bedrooms":"1","price":"267000","area":"401"} , +{"type":"Feature","id":"n893489155","geometry":{"type":"Point","coordinates":[-0.1173056,51.5195045]},"properties":{"@type":"node","@id":893489155,"@timestamp":1543775712},"coords":"51.5195045,-0.1173056","bedrooms":"4","price":"175000","area":"416"} , +{"type":"Feature","id":"n893489186","geometry":{"type":"Point","coordinates":[-0.1176913,51.519175]},"properties":{"@type":"node","@id":893489186,"@timestamp":1584023377},"coords":"51.519175,-0.1176913","bedrooms":"4","price":"258000","area":"486"} , +{"type":"Feature","id":"n893611231","geometry":{"type":"Point","coordinates":[-0.4070153,51.4999631]},"properties":{"@type":"node","@id":893611231,"@timestamp":1398697097},"coords":"51.4999631,-0.4070153","bedrooms":"1","price":"223000","area":"618"} , +{"type":"Feature","id":"n894242550","geometry":{"type":"Point","coordinates":[-0.7837129,51.2250002]},"properties":{"@type":"node","@id":894242550,"@timestamp":1617901846},"coords":"51.2250002,-0.7837129","bedrooms":"4","price":"202000","area":"640"} , +{"type":"Feature","id":"n894476034","geometry":{"type":"Point","coordinates":[-0.8650229,51.409285]},"properties":{"@type":"node","@id":894476034,"@timestamp":1385750979},"coords":"51.409285,-0.8650229","bedrooms":"0","price":"240000","area":"506"} , +{"type":"Feature","id":"n894727920","geometry":{"type":"Point","coordinates":[-0.293848,51.6213546]},"properties":{"@type":"node","@id":894727920,"@timestamp":1535208079},"coords":"51.6213546,-0.293848","bedrooms":"3","price":"197000","area":"671"} , +{"type":"Feature","id":"n895037673","geometry":{"type":"Point","coordinates":[-0.1143357,51.5204264]},"properties":{"@type":"node","@id":895037673,"@timestamp":1290166286},"coords":"51.5204264,-0.1143357","bedrooms":"1","price":"181000","area":"486"} , +{"type":"Feature","id":"n895037713","geometry":{"type":"Point","coordinates":[-0.1150673,51.520158]},"properties":{"@type":"node","@id":895037713,"@timestamp":1283564129},"coords":"51.520158,-0.1150673","bedrooms":"4","price":"252000","area":"483"} , +{"type":"Feature","id":"n895037770","geometry":{"type":"Point","coordinates":[-0.1134016,51.5205986]},"properties":{"@type":"node","@id":895037770,"@timestamp":1290166293},"coords":"51.5205986,-0.1134016","bedrooms":"2","price":"154000","area":"355"} , +{"type":"Feature","id":"n895037823","geometry":{"type":"Point","coordinates":[-0.1144137,51.5205925]},"properties":{"@type":"node","@id":895037823,"@timestamp":1290166297},"coords":"51.5205925,-0.1144137","bedrooms":"3","price":"156000","area":"402"} , +{"type":"Feature","id":"n895037872","geometry":{"type":"Point","coordinates":[-0.1147691,51.5202391]},"properties":{"@type":"node","@id":895037872,"@timestamp":1290166300},"coords":"51.5202391,-0.1147691","bedrooms":"1","price":"266000","area":"442"} , +{"type":"Feature","id":"n895037948","geometry":{"type":"Point","coordinates":[-0.1137688,51.5195346]},"properties":{"@type":"node","@id":895037948,"@timestamp":1290166306},"coords":"51.5195346,-0.1137688","bedrooms":"0","price":"152000","area":"580"} , +{"type":"Feature","id":"n895038027","geometry":{"type":"Point","coordinates":[-0.1144454,51.5195293]},"properties":{"@type":"node","@id":895038027,"@timestamp":1290166309},"coords":"51.5195293,-0.1144454","bedrooms":"1","price":"209000","area":"465"} , +{"type":"Feature","id":"n895038114","geometry":{"type":"Point","coordinates":[-0.1139505,51.5191713]},"properties":{"@type":"node","@id":895038114,"@timestamp":1290166312},"coords":"51.5191713,-0.1139505","bedrooms":"3","price":"251000","area":"480"} , +{"type":"Feature","id":"n895038173","geometry":{"type":"Point","coordinates":[-0.1133283,51.5192215]},"properties":{"@type":"node","@id":895038173,"@timestamp":1290166316},"coords":"51.5192215,-0.1133283","bedrooms":"4","price":"260000","area":"616"} , +{"type":"Feature","id":"n895038259","geometry":{"type":"Point","coordinates":[-0.1141127,51.5186209]},"properties":{"@type":"node","@id":895038259,"@timestamp":1464437196},"coords":"51.5186209,-0.1141127","bedrooms":"2","price":"273000","area":"377"} , +{"type":"Feature","id":"n895038323","geometry":{"type":"Point","coordinates":[-0.1135078,51.5191099]},"properties":{"@type":"node","@id":895038323,"@timestamp":1283564141},"coords":"51.5191099,-0.1135078","bedrooms":"2","price":"219000","area":"414"} , +{"type":"Feature","id":"n895038400","geometry":{"type":"Point","coordinates":[-0.1139452,51.5195958]},"properties":{"@type":"node","@id":895038400,"@timestamp":1290166325},"coords":"51.5195958,-0.1139452","bedrooms":"3","price":"253000","area":"497"} , +{"type":"Feature","id":"n895038474","geometry":{"type":"Point","coordinates":[-0.1141404,51.5200111]},"properties":{"@type":"node","@id":895038474,"@timestamp":1290166329},"coords":"51.5200111,-0.1141404","bedrooms":"4","price":"187000","area":"468"} , +{"type":"Feature","id":"n895178350","geometry":{"type":"Point","coordinates":[-0.1185584,51.5194441]},"properties":{"@type":"node","@id":895178350,"@timestamp":1283570629},"coords":"51.5194441,-0.1185584","bedrooms":"1","price":"180000","area":"455"} , +{"type":"Feature","id":"n895178397","geometry":{"type":"Point","coordinates":[-0.1187715,51.5191114]},"properties":{"@type":"node","@id":895178397,"@timestamp":1292114622},"coords":"51.5191114,-0.1187715","bedrooms":"0","price":"156000","area":"532"} , +{"type":"Feature","id":"n895178448","geometry":{"type":"Point","coordinates":[-0.1188655,51.5190064]},"properties":{"@type":"node","@id":895178448,"@timestamp":1292114621},"coords":"51.5190064,-0.1188655","bedrooms":"2","price":"206000","area":"485"} , +{"type":"Feature","id":"n895178495","geometry":{"type":"Point","coordinates":[-0.11953,51.5190546]},"properties":{"@type":"node","@id":895178495,"@timestamp":1486916657},"coords":"51.5190546,-0.11953","bedrooms":"3","price":"215000","area":"358"} , +{"type":"Feature","id":"n895178546","geometry":{"type":"Point","coordinates":[-0.1186298,51.5194317]},"properties":{"@type":"node","@id":895178546,"@timestamp":1292114586},"coords":"51.5194317,-0.1186298","bedrooms":"3","price":"172000","area":"642"} , +{"type":"Feature","id":"n895178599","geometry":{"type":"Point","coordinates":[-0.1186016,51.5191002]},"properties":{"@type":"node","@id":895178599,"@timestamp":1292114624},"coords":"51.5191002,-0.1186016","bedrooms":"3","price":"236000","area":"466"} , +{"type":"Feature","id":"n895178658","geometry":{"type":"Point","coordinates":[-0.1188269,51.5193542]},"properties":{"@type":"node","@id":895178658,"@timestamp":1292114617},"coords":"51.5193542,-0.1188269","bedrooms":"0","price":"272000","area":"693"} , +{"type":"Feature","id":"n895847639","geometry":{"type":"Point","coordinates":[-0.2255023,51.5509792]},"properties":{"@type":"node","@id":895847639,"@timestamp":1283620952},"coords":"51.5509792,-0.2255023","bedrooms":"3","price":"281000","area":"566"} , +{"type":"Feature","id":"n895874391","geometry":{"type":"Point","coordinates":[-0.2310766,51.5553504]},"properties":{"@type":"node","@id":895874391,"@timestamp":1590339628},"coords":"51.5553504,-0.2310766","bedrooms":"1","price":"247000","area":"681"} , +{"type":"Feature","id":"n896149728","geometry":{"type":"Point","coordinates":[-0.2521659,51.5557997]},"properties":{"@type":"node","@id":896149728,"@timestamp":1283627698},"coords":"51.5557997,-0.2521659","bedrooms":"3","price":"276000","area":"580"} , +{"type":"Feature","id":"n897445717","geometry":{"type":"Point","coordinates":[-0.137103,51.5605878]},"properties":{"@type":"node","@id":897445717,"@timestamp":1283697547},"coords":"51.5605878,-0.137103","bedrooms":"1","price":"253000","area":"387"} , +{"type":"Feature","id":"n897520597","geometry":{"type":"Point","coordinates":[-0.1115848,51.7934465]},"properties":{"@type":"node","@id":897520597,"@timestamp":1621948775},"coords":"51.7934465,-0.1115848","bedrooms":"3","price":"279000","area":"656"} , +{"type":"Feature","id":"n897993215","geometry":{"type":"Point","coordinates":[0.093838,51.8654734]},"properties":{"@type":"node","@id":897993215,"@timestamp":1370180518},"coords":"51.8654734,0.093838","bedrooms":"1","price":"182000","area":"616"} , +{"type":"Feature","id":"n898245557","geometry":{"type":"Point","coordinates":[-0.4622974,51.530836]},"properties":{"@type":"node","@id":898245557,"@timestamp":1626624683},"coords":"51.530836,-0.4622974","bedrooms":"2","price":"288000","area":"660"} , +{"type":"Feature","id":"n898861343","geometry":{"type":"Point","coordinates":[-0.193743,51.536266]},"properties":{"@type":"node","@id":898861343,"@timestamp":1383582090},"coords":"51.536266,-0.193743","bedrooms":"0","price":"160000","area":"525"} , +{"type":"Feature","id":"n898940791","geometry":{"type":"Point","coordinates":[-0.7661596,51.2272646]},"properties":{"@type":"node","@id":898940791,"@timestamp":1423935871},"coords":"51.2272646,-0.7661596","bedrooms":"4","price":"245000","area":"533"} , +{"type":"Feature","id":"n899240777","geometry":{"type":"Point","coordinates":[-0.0413537,51.52418]},"properties":{"@type":"node","@id":899240777,"@timestamp":1283787511},"coords":"51.52418,-0.0413537","bedrooms":"1","price":"169000","area":"580"} , +{"type":"Feature","id":"n899374958","geometry":{"type":"Point","coordinates":[-0.1974172,51.5279571]},"properties":{"@type":"node","@id":899374958,"@timestamp":1583795691},"coords":"51.5279571,-0.1974172","bedrooms":"3","price":"217000","area":"505"} , +{"type":"Feature","id":"n899436790","geometry":{"type":"Point","coordinates":[-0.1903036,51.5213912]},"properties":{"@type":"node","@id":899436790,"@timestamp":1569648530},"coords":"51.5213912,-0.1903036","bedrooms":"3","price":"285000","area":"434"} , +{"type":"Feature","id":"n899520206","geometry":{"type":"Point","coordinates":[0.6684055,51.0221195]},"properties":{"@type":"node","@id":899520206,"@timestamp":1295446590},"coords":"51.0221195,0.6684055","bedrooms":"3","price":"220000","area":"520"} , +{"type":"Feature","id":"n899852931","geometry":{"type":"Point","coordinates":[-0.3684418,51.2819243]},"properties":{"@type":"node","@id":899852931,"@timestamp":1609691452},"coords":"51.2819243,-0.3684418","bedrooms":"4","price":"214000","area":"473"} , +{"type":"Feature","id":"n899897256","geometry":{"type":"Point","coordinates":[-0.6882956,51.0916425]},"properties":{"@type":"node","@id":899897256,"@timestamp":1530744515},"coords":"51.0916425,-0.6882956","bedrooms":"2","price":"292000","area":"393"} , +{"type":"Feature","id":"n900312001","geometry":{"type":"Point","coordinates":[0.6409439,50.9909878]},"properties":{"@type":"node","@id":900312001,"@timestamp":1361654328},"coords":"50.9909878,0.6409439","bedrooms":"1","price":"193000","area":"677"} , +{"type":"Feature","id":"n900719597","geometry":{"type":"Point","coordinates":[-0.6227711,51.7123837]},"properties":{"@type":"node","@id":900719597,"@timestamp":1462698499},"coords":"51.7123837,-0.6227711","bedrooms":"4","price":"197000","area":"581"} , +{"type":"Feature","id":"n900937946","geometry":{"type":"Point","coordinates":[-0.0527433,51.5250755]},"properties":{"@type":"node","@id":900937946,"@timestamp":1582034949},"coords":"51.5250755,-0.0527433","bedrooms":"2","price":"169000","area":"614"} , +{"type":"Feature","id":"n901200451","geometry":{"type":"Point","coordinates":[-0.5843667,51.2374124]},"properties":{"@type":"node","@id":901200451,"@timestamp":1461100510},"coords":"51.2374124,-0.5843667","bedrooms":"4","price":"224000","area":"513"} , +{"type":"Feature","id":"n901200483","geometry":{"type":"Point","coordinates":[-0.5914469,51.2381425]},"properties":{"@type":"node","@id":901200483,"@timestamp":1283880749},"coords":"51.2381425,-0.5914469","bedrooms":"2","price":"288000","area":"616"} , +{"type":"Feature","id":"n901460108","geometry":{"type":"Point","coordinates":[-0.0173023,51.1781158]},"properties":{"@type":"node","@id":901460108,"@timestamp":1283887266},"coords":"51.1781158,-0.0173023","bedrooms":"1","price":"153000","area":"603"} , +{"type":"Feature","id":"n902318857","geometry":{"type":"Point","coordinates":[-0.8316656,51.7238461]},"properties":{"@type":"node","@id":902318857,"@timestamp":1522966921},"coords":"51.7238461,-0.8316656","bedrooms":"3","price":"206000","area":"594"} , +{"type":"Feature","id":"n902513190","geometry":{"type":"Point","coordinates":[-0.1956314,51.5084879]},"properties":{"@type":"node","@id":902513190,"@timestamp":1588507310},"coords":"51.5084879,-0.1956314","bedrooms":"3","price":"273000","area":"440"} , +{"type":"Feature","id":"n902537184","geometry":{"type":"Point","coordinates":[-0.7483028,51.30364]},"properties":{"@type":"node","@id":902537184,"@timestamp":1562624375},"coords":"51.30364,-0.7483028","bedrooms":"4","price":"196000","area":"387"} , +{"type":"Feature","id":"n902609749","geometry":{"type":"Point","coordinates":[0.4616322,51.259312]},"properties":{"@type":"node","@id":902609749,"@timestamp":1526148241},"coords":"51.259312,0.4616322","bedrooms":"3","price":"288000","area":"628"} , +{"type":"Feature","id":"n903518105","geometry":{"type":"Point","coordinates":[0.0287541,51.907384]},"properties":{"@type":"node","@id":903518105,"@timestamp":1283978764},"coords":"51.907384,0.0287541","bedrooms":"1","price":"268000","area":"467"} , +{"type":"Feature","id":"n903558283","geometry":{"type":"Point","coordinates":[0.0372214,51.9068301]},"properties":{"@type":"node","@id":903558283,"@timestamp":1552469366},"coords":"51.9068301,0.0372214","bedrooms":"3","price":"191000","area":"666"} , +{"type":"Feature","id":"n903866368","geometry":{"type":"Point","coordinates":[-0.2213621,51.6173827]},"properties":{"@type":"node","@id":903866368,"@timestamp":1512144044},"coords":"51.6173827,-0.2213621","bedrooms":"1","price":"180000","area":"503"} , +{"type":"Feature","id":"n904493434","geometry":{"type":"Point","coordinates":[-0.924965,51.4276391]},"properties":{"@type":"node","@id":904493434,"@timestamp":1284065216},"coords":"51.4276391,-0.924965","bedrooms":"2","price":"211000","area":"496"} , +{"type":"Feature","id":"n904593754","geometry":{"type":"Point","coordinates":[-0.9257844,51.4252214]},"properties":{"@type":"node","@id":904593754,"@timestamp":1284069508},"coords":"51.4252214,-0.9257844","bedrooms":"0","price":"296000","area":"698"} , +{"type":"Feature","id":"n904922965","geometry":{"type":"Point","coordinates":[0.7578595,51.9242471]},"properties":{"@type":"node","@id":904922965,"@timestamp":1579781758},"coords":"51.9242471,0.7578595","bedrooms":"1","price":"168000","area":"626"} , +{"type":"Feature","id":"n905115466","geometry":{"type":"Point","coordinates":[-0.1656317,51.53642]},"properties":{"@type":"node","@id":905115466,"@timestamp":1483826576},"coords":"51.53642,-0.1656317","bedrooms":"3","price":"221000","area":"636"} , +{"type":"Feature","id":"n905341699","geometry":{"type":"Point","coordinates":[-0.268001,51.9514755]},"properties":{"@type":"node","@id":905341699,"@timestamp":1284134043},"coords":"51.9514755,-0.268001","bedrooms":"2","price":"247000","area":"498"} , +{"type":"Feature","id":"n906097904","geometry":{"type":"Point","coordinates":[-0.237698,51.7631139]},"properties":{"@type":"node","@id":906097904,"@timestamp":1552690314},"coords":"51.7631139,-0.237698","bedrooms":"3","price":"165000","area":"539"} , +{"type":"Feature","id":"n906982879","geometry":{"type":"Point","coordinates":[-0.1536878,51.5999837]},"properties":{"@type":"node","@id":906982879,"@timestamp":1621762285},"coords":"51.5999837,-0.1536878","bedrooms":"0","price":"272000","area":"427"} , +{"type":"Feature","id":"n907187627","geometry":{"type":"Point","coordinates":[-0.1892474,51.5359112]},"properties":{"@type":"node","@id":907187627,"@timestamp":1284233978},"coords":"51.5359112,-0.1892474","bedrooms":"4","price":"208000","area":"528"} , +{"type":"Feature","id":"n907187701","geometry":{"type":"Point","coordinates":[-0.1877968,51.5360759]},"properties":{"@type":"node","@id":907187701,"@timestamp":1284233983},"coords":"51.5360759,-0.1877968","bedrooms":"1","price":"253000","area":"515"} , +{"type":"Feature","id":"n907202956","geometry":{"type":"Point","coordinates":[0.1465705,51.7907224]},"properties":{"@type":"node","@id":907202956,"@timestamp":1619457174},"coords":"51.7907224,0.1465705","bedrooms":"2","price":"180000","area":"670"} , +{"type":"Feature","id":"n907401713","geometry":{"type":"Point","coordinates":[-0.1835536,51.5383312]},"properties":{"@type":"node","@id":907401713,"@timestamp":1562481862},"coords":"51.5383312,-0.1835536","bedrooms":"3","price":"285000","area":"523"} , +{"type":"Feature","id":"n907853502","geometry":{"type":"Point","coordinates":[-0.1752335,51.536415]},"properties":{"@type":"node","@id":907853502,"@timestamp":1561225294},"coords":"51.536415,-0.1752335","bedrooms":"2","price":"172000","area":"447"} , +{"type":"Feature","id":"n907916825","geometry":{"type":"Point","coordinates":[-0.088717,51.539409]},"properties":{"@type":"node","@id":907916825,"@timestamp":1284283132},"coords":"51.539409,-0.088717","bedrooms":"0","price":"199000","area":"359"} , +{"type":"Feature","id":"n907931140","geometry":{"type":"Point","coordinates":[-0.1590893,51.5404122]},"properties":{"@type":"node","@id":907931140,"@timestamp":1284284377},"coords":"51.5404122,-0.1590893","bedrooms":"0","price":"280000","area":"384"} , +{"type":"Feature","id":"n907961664","geometry":{"type":"Point","coordinates":[-0.1771319,51.5439492]},"properties":{"@type":"node","@id":907961664,"@timestamp":1284286487},"coords":"51.5439492,-0.1771319","bedrooms":"3","price":"260000","area":"624"} , +{"type":"Feature","id":"n908402082","geometry":{"type":"Point","coordinates":[-0.097515,51.501609]},"properties":{"@type":"node","@id":908402082,"@timestamp":1284300368},"coords":"51.501609,-0.097515","bedrooms":"4","price":"233000","area":"522"} , +{"type":"Feature","id":"n908426392","geometry":{"type":"Point","coordinates":[-0.2140099,51.5365503]},"properties":{"@type":"node","@id":908426392,"@timestamp":1386979890},"coords":"51.5365503,-0.2140099","bedrooms":"1","price":"244000","area":"457"} , +{"type":"Feature","id":"n908608683","geometry":{"type":"Point","coordinates":[0.1142391,51.956362]},"properties":{"@type":"node","@id":908608683,"@timestamp":1284307411},"coords":"51.956362,0.1142391","bedrooms":"4","price":"169000","area":"616"} , +{"type":"Feature","id":"n909356789","geometry":{"type":"Point","coordinates":[-0.4893523,51.4873937]},"properties":{"@type":"node","@id":909356789,"@timestamp":1284324734},"coords":"51.4873937,-0.4893523","bedrooms":"2","price":"273000","area":"522"} , +{"type":"Feature","id":"n909388971","geometry":{"type":"Point","coordinates":[-0.1949869,51.5520871]},"properties":{"@type":"node","@id":909388971,"@timestamp":1625927128},"coords":"51.5520871,-0.1949869","bedrooms":"0","price":"185000","area":"369"} , +{"type":"Feature","id":"n909513885","geometry":{"type":"Point","coordinates":[-0.2112659,51.5271753]},"properties":{"@type":"node","@id":909513885,"@timestamp":1568921395},"coords":"51.5271753,-0.2112659","bedrooms":"2","price":"224000","area":"400"} , +{"type":"Feature","id":"n909645324","geometry":{"type":"Point","coordinates":[0.8464876,51.3285738]},"properties":{"@type":"node","@id":909645324,"@timestamp":1284331765},"coords":"51.3285738,0.8464876","bedrooms":"0","price":"284000","area":"671"} , +{"type":"Feature","id":"n910346766","geometry":{"type":"Point","coordinates":[-0.1328942,51.5619981]},"properties":{"@type":"node","@id":910346766,"@timestamp":1461503135},"coords":"51.5619981,-0.1328942","bedrooms":"1","price":"293000","area":"442"} , +{"type":"Feature","id":"n910426863","geometry":{"type":"Point","coordinates":[-0.6487596,51.9103357]},"properties":{"@type":"node","@id":910426863,"@timestamp":1284372951},"coords":"51.9103357,-0.6487596","bedrooms":"1","price":"215000","area":"676"} , +{"type":"Feature","id":"n910426878","geometry":{"type":"Point","coordinates":[-0.6449181,51.9132511]},"properties":{"@type":"node","@id":910426878,"@timestamp":1609331848},"coords":"51.9132511,-0.6449181","bedrooms":"3","price":"268000","area":"372"} , +{"type":"Feature","id":"n910824577","geometry":{"type":"Point","coordinates":[-0.5943077,51.2648307]},"properties":{"@type":"node","@id":910824577,"@timestamp":1417681868},"coords":"51.2648307,-0.5943077","bedrooms":"2","price":"296000","area":"571"} , +{"type":"Feature","id":"n910856273","geometry":{"type":"Point","coordinates":[-0.6097167,51.2350724]},"properties":{"@type":"node","@id":910856273,"@timestamp":1497270977},"coords":"51.2350724,-0.6097167","bedrooms":"3","price":"280000","area":"604"} , +{"type":"Feature","id":"n911189346","geometry":{"type":"Point","coordinates":[-0.1244944,51.5317795]},"properties":{"@type":"node","@id":911189346,"@timestamp":1608527631},"coords":"51.5317795,-0.1244944","bedrooms":"4","price":"152000","area":"620"} , +{"type":"Feature","id":"n911713459","geometry":{"type":"Point","coordinates":[-1.0390567,51.5659894]},"properties":{"@type":"node","@id":911713459,"@timestamp":1284456046},"coords":"51.5659894,-1.0390567","bedrooms":"3","price":"235000","area":"426"} , +{"type":"Feature","id":"n911842151","geometry":{"type":"Point","coordinates":[-0.9751751,51.4619246]},"properties":{"@type":"node","@id":911842151,"@timestamp":1284464259},"coords":"51.4619246,-0.9751751","bedrooms":"1","price":"194000","area":"450"} , +{"type":"Feature","id":"n911842338","geometry":{"type":"Point","coordinates":[-0.9751671,51.4622797]},"properties":{"@type":"node","@id":911842338,"@timestamp":1622971063},"coords":"51.4622797,-0.9751671","bedrooms":"3","price":"214000","area":"593"} , +{"type":"Feature","id":"n912280360","geometry":{"type":"Point","coordinates":[-0.974431,51.467535]},"properties":{"@type":"node","@id":912280360,"@timestamp":1336337709},"coords":"51.467535,-0.974431","bedrooms":"3","price":"189000","area":"643"} , +{"type":"Feature","id":"n912280731","geometry":{"type":"Point","coordinates":[-0.9765318,51.4639766]},"properties":{"@type":"node","@id":912280731,"@timestamp":1517159952},"coords":"51.4639766,-0.9765318","bedrooms":"0","price":"291000","area":"534"} , +{"type":"Feature","id":"n912395485","geometry":{"type":"Point","coordinates":[0.4652157,51.3781033]},"properties":{"@type":"node","@id":912395485,"@timestamp":1310034227},"coords":"51.3781033,0.4652157","bedrooms":"1","price":"170000","area":"671"} , +{"type":"Feature","id":"n912667517","geometry":{"type":"Point","coordinates":[0.8043242,51.315303]},"properties":{"@type":"node","@id":912667517,"@timestamp":1284503354},"coords":"51.315303,0.8043242","bedrooms":"4","price":"223000","area":"464"} , +{"type":"Feature","id":"n912697406","geometry":{"type":"Point","coordinates":[0.7652083,51.3241212]},"properties":{"@type":"node","@id":912697406,"@timestamp":1284504123},"coords":"51.3241212,0.7652083","bedrooms":"0","price":"197000","area":"475"} , +{"type":"Feature","id":"n912748424","geometry":{"type":"Point","coordinates":[0.7965769,51.3366506]},"properties":{"@type":"node","@id":912748424,"@timestamp":1284505485},"coords":"51.3366506,0.7965769","bedrooms":"0","price":"283000","area":"490"} , +{"type":"Feature","id":"n913286682","geometry":{"type":"Point","coordinates":[0.2805447,51.1499834]},"properties":{"@type":"node","@id":913286682,"@timestamp":1630422451},"coords":"51.1499834,0.2805447","bedrooms":"4","price":"261000","area":"439"} , +{"type":"Feature","id":"n913515797","geometry":{"type":"Point","coordinates":[-0.6530201,51.302289]},"properties":{"@type":"node","@id":913515797,"@timestamp":1542600468},"coords":"51.302289,-0.6530201","bedrooms":"1","price":"196000","area":"431"} , +{"type":"Feature","id":"n913648501","geometry":{"type":"Point","coordinates":[-0.2070097,51.5419549]},"properties":{"@type":"node","@id":913648501,"@timestamp":1325333172},"coords":"51.5419549,-0.2070097","bedrooms":"2","price":"286000","area":"411"} , +{"type":"Feature","id":"n913843187","geometry":{"type":"Point","coordinates":[0.7154366,51.3231678]},"properties":{"@type":"node","@id":913843187,"@timestamp":1284577203},"coords":"51.3231678,0.7154366","bedrooms":"3","price":"189000","area":"415"} , +{"type":"Feature","id":"n913861657","geometry":{"type":"Point","coordinates":[0.6941999,51.3285813]},"properties":{"@type":"node","@id":913861657,"@timestamp":1284578554},"coords":"51.3285813,0.6941999","bedrooms":"4","price":"204000","area":"447"} , +{"type":"Feature","id":"n913861813","geometry":{"type":"Point","coordinates":[0.6718879,51.3342455]},"properties":{"@type":"node","@id":913861813,"@timestamp":1284578558},"coords":"51.3342455,0.6718879","bedrooms":"1","price":"278000","area":"587"} , +{"type":"Feature","id":"n913986715","geometry":{"type":"Point","coordinates":[0.0231911,51.9241646]},"properties":{"@type":"node","@id":913986715,"@timestamp":1284586374},"coords":"51.9241646,0.0231911","bedrooms":"1","price":"198000","area":"683"} , +{"type":"Feature","id":"n914029014","geometry":{"type":"Point","coordinates":[0.7622389,51.9204141]},"properties":{"@type":"node","@id":914029014,"@timestamp":1333926592},"coords":"51.9204141,0.7622389","bedrooms":"2","price":"264000","area":"572"} , +{"type":"Feature","id":"n914278522","geometry":{"type":"Point","coordinates":[0.0215529,51.663073]},"properties":{"@type":"node","@id":914278522,"@timestamp":1618054663},"coords":"51.663073,0.0215529","bedrooms":"3","price":"260000","area":"437"} , +{"type":"Feature","id":"n914384900","geometry":{"type":"Point","coordinates":[0.4878768,51.4355221]},"properties":{"@type":"node","@id":914384900,"@timestamp":1294453290},"coords":"51.4355221,0.4878768","bedrooms":"2","price":"242000","area":"508"} , +{"type":"Feature","id":"n914501326","geometry":{"type":"Point","coordinates":[-0.1049542,51.5047616]},"properties":{"@type":"node","@id":914501326,"@timestamp":1429043927},"coords":"51.5047616,-0.1049542","bedrooms":"3","price":"265000","area":"511"} , +{"type":"Feature","id":"n914501414","geometry":{"type":"Point","coordinates":[-0.1043641,51.5049475]},"properties":{"@type":"node","@id":914501414,"@timestamp":1453141152},"coords":"51.5049475,-0.1043641","bedrooms":"2","price":"238000","area":"544"} , +{"type":"Feature","id":"n914822496","geometry":{"type":"Point","coordinates":[-0.0878342,51.5190383]},"properties":{"@type":"node","@id":914822496,"@timestamp":1629768991},"coords":"51.5190383,-0.0878342","bedrooms":"2","price":"224000","area":"508"} , +{"type":"Feature","id":"n915082490","geometry":{"type":"Point","coordinates":[0.4962142,51.4364966]},"properties":{"@type":"node","@id":915082490,"@timestamp":1287650170},"coords":"51.4364966,0.4962142","bedrooms":"2","price":"190000","area":"478"} , +{"type":"Feature","id":"n915100789","geometry":{"type":"Point","coordinates":[-0.3338903,51.5801124]},"properties":{"@type":"node","@id":915100789,"@timestamp":1588255248},"coords":"51.5801124,-0.3338903","bedrooms":"4","price":"199000","area":"639"} , +{"type":"Feature","id":"n915410125","geometry":{"type":"Point","coordinates":[-0.1136216,51.5064687]},"properties":{"@type":"node","@id":915410125,"@timestamp":1329088402},"coords":"51.5064687,-0.1136216","bedrooms":"4","price":"282000","area":"433"} , +{"type":"Feature","id":"n915665360","geometry":{"type":"Point","coordinates":[0.6093081,51.9701869]},"properties":{"@type":"node","@id":915665360,"@timestamp":1284742191},"coords":"51.9701869,0.6093081","bedrooms":"4","price":"219000","area":"685"} , +{"type":"Feature","id":"n916163614","geometry":{"type":"Point","coordinates":[-0.099353,51.4928786]},"properties":{"@type":"node","@id":916163614,"@timestamp":1626971523},"coords":"51.4928786,-0.099353","bedrooms":"3","price":"259000","area":"553"} , +{"type":"Feature","id":"n916221918","geometry":{"type":"Point","coordinates":[0.7330716,51.302192]},"properties":{"@type":"node","@id":916221918,"@timestamp":1496238978},"coords":"51.302192,0.7330716","bedrooms":"0","price":"258000","area":"663"} , +{"type":"Feature","id":"n916222165","geometry":{"type":"Point","coordinates":[0.8315908,51.3255878]},"properties":{"@type":"node","@id":916222165,"@timestamp":1284766037},"coords":"51.3255878,0.8315908","bedrooms":"3","price":"236000","area":"406"} , +{"type":"Feature","id":"n916222442","geometry":{"type":"Point","coordinates":[0.8032228,51.3228323]},"properties":{"@type":"node","@id":916222442,"@timestamp":1527833127},"coords":"51.3228323,0.8032228","bedrooms":"1","price":"244000","area":"353"} , +{"type":"Feature","id":"n916434573","geometry":{"type":"Point","coordinates":[0.1362714,51.8759894]},"properties":{"@type":"node","@id":916434573,"@timestamp":1615224631},"coords":"51.8759894,0.1362714","bedrooms":"4","price":"229000","area":"389"} , +{"type":"Feature","id":"n916873761","geometry":{"type":"Point","coordinates":[0.5265975,51.6557687]},"properties":{"@type":"node","@id":916873761,"@timestamp":1361988522},"coords":"51.6557687,0.5265975","bedrooms":"1","price":"243000","area":"530"} , +{"type":"Feature","id":"n917014738","geometry":{"type":"Point","coordinates":[-0.0869563,51.8905162]},"properties":{"@type":"node","@id":917014738,"@timestamp":1284828096},"coords":"51.8905162,-0.0869563","bedrooms":"4","price":"238000","area":"674"} , +{"type":"Feature","id":"n917757802","geometry":{"type":"Point","coordinates":[0.6564816,51.7459974]},"properties":{"@type":"node","@id":917757802,"@timestamp":1299022424},"coords":"51.7459974,0.6564816","bedrooms":"0","price":"151000","area":"390"} , +{"type":"Feature","id":"n918077899","geometry":{"type":"Point","coordinates":[-0.7369921,51.3868171]},"properties":{"@type":"node","@id":918077899,"@timestamp":1284890126},"coords":"51.3868171,-0.7369921","bedrooms":"1","price":"179000","area":"546"} , +{"type":"Feature","id":"n918145421","geometry":{"type":"Point","coordinates":[-0.0781206,51.5812328]},"properties":{"@type":"node","@id":918145421,"@timestamp":1602953096},"coords":"51.5812328,-0.0781206","bedrooms":"4","price":"260000","area":"559"} , +{"type":"Feature","id":"n918202991","geometry":{"type":"Point","coordinates":[-0.0712617,51.5690468]},"properties":{"@type":"node","@id":918202991,"@timestamp":1624654283},"coords":"51.5690468,-0.0712617","bedrooms":"2","price":"203000","area":"468"} , +{"type":"Feature","id":"n918646523","geometry":{"type":"Point","coordinates":[-0.0615893,51.4638843]},"properties":{"@type":"node","@id":918646523,"@timestamp":1284916067},"coords":"51.4638843,-0.0615893","bedrooms":"2","price":"160000","area":"384"} , +{"type":"Feature","id":"n918881036","geometry":{"type":"Point","coordinates":[0.8914103,51.1879312]},"properties":{"@type":"node","@id":918881036,"@timestamp":1449049706},"coords":"51.1879312,0.8914103","bedrooms":"3","price":"224000","area":"648"} , +{"type":"Feature","id":"n918948935","geometry":{"type":"Point","coordinates":[-0.1785599,51.5222303]},"properties":{"@type":"node","@id":918948935,"@timestamp":1569911110},"coords":"51.5222303,-0.1785599","bedrooms":"1","price":"299000","area":"589"} , +{"type":"Feature","id":"n918998254","geometry":{"type":"Point","coordinates":[0.8676311,51.2181172]},"properties":{"@type":"node","@id":918998254,"@timestamp":1416764351},"coords":"51.2181172,0.8676311","bedrooms":"0","price":"174000","area":"682"} , +{"type":"Feature","id":"n918998368","geometry":{"type":"Point","coordinates":[0.8778619,51.21844]},"properties":{"@type":"node","@id":918998368,"@timestamp":1284929580},"coords":"51.21844,0.8778619","bedrooms":"3","price":"276000","area":"514"} , +{"type":"Feature","id":"n918998496","geometry":{"type":"Point","coordinates":[0.8699467,51.2191377]},"properties":{"@type":"node","@id":918998496,"@timestamp":1461265600},"coords":"51.2191377,0.8699467","bedrooms":"3","price":"288000","area":"534"} , +{"type":"Feature","id":"n919102870","geometry":{"type":"Point","coordinates":[-0.9899594,51.0121228]},"properties":{"@type":"node","@id":919102870,"@timestamp":1284934117},"coords":"51.0121228,-0.9899594","bedrooms":"0","price":"261000","area":"362"} , +{"type":"Feature","id":"n919237199","geometry":{"type":"Point","coordinates":[0.8581187,51.3216894]},"properties":{"@type":"node","@id":919237199,"@timestamp":1284940455},"coords":"51.3216894,0.8581187","bedrooms":"3","price":"162000","area":"649"} , +{"type":"Feature","id":"n919492084","geometry":{"type":"Point","coordinates":[-0.2542979,51.6224285]},"properties":{"@type":"node","@id":919492084,"@timestamp":1623119791},"coords":"51.6224285,-0.2542979","bedrooms":"0","price":"182000","area":"625"} , +{"type":"Feature","id":"n919629147","geometry":{"type":"Point","coordinates":[-0.1988805,51.4995489]},"properties":{"@type":"node","@id":919629147,"@timestamp":1587892511},"coords":"51.4995489,-0.1988805","bedrooms":"2","price":"212000","area":"433"} , +{"type":"Feature","id":"n919741055","geometry":{"type":"Point","coordinates":[-0.2002633,51.5008023]},"properties":{"@type":"node","@id":919741055,"@timestamp":1511436969},"coords":"51.5008023,-0.2002633","bedrooms":"2","price":"280000","area":"411"} , +{"type":"Feature","id":"n919818345","geometry":{"type":"Point","coordinates":[-0.5655408,51.4379222]},"properties":{"@type":"node","@id":919818345,"@timestamp":1285017908},"coords":"51.4379222,-0.5655408","bedrooms":"3","price":"255000","area":"667"} , +{"type":"Feature","id":"n919818414","geometry":{"type":"Point","coordinates":[-0.5647254,51.4369843]},"properties":{"@type":"node","@id":919818414,"@timestamp":1285019206},"coords":"51.4369843,-0.5647254","bedrooms":"2","price":"213000","area":"655"} , +{"type":"Feature","id":"n919818494","geometry":{"type":"Point","coordinates":[-0.5640576,51.4374289]},"properties":{"@type":"node","@id":919818494,"@timestamp":1285017905},"coords":"51.4374289,-0.5640576","bedrooms":"3","price":"252000","area":"681"} , +{"type":"Feature","id":"n919818572","geometry":{"type":"Point","coordinates":[-0.5653489,51.4375121]},"properties":{"@type":"node","@id":919818572,"@timestamp":1622647403},"coords":"51.4375121,-0.5653489","bedrooms":"2","price":"197000","area":"360"} , +{"type":"Feature","id":"n919818647","geometry":{"type":"Point","coordinates":[-0.5654596,51.437324]},"properties":{"@type":"node","@id":919818647,"@timestamp":1622647403},"coords":"51.437324,-0.5654596","bedrooms":"1","price":"222000","area":"664"} , +{"type":"Feature","id":"n920198785","geometry":{"type":"Point","coordinates":[-0.2992998,51.4119331]},"properties":{"@type":"node","@id":920198785,"@timestamp":1594152229},"coords":"51.4119331,-0.2992998","bedrooms":"4","price":"179000","area":"424"} , +{"type":"Feature","id":"n920352584","geometry":{"type":"Point","coordinates":[-0.6348743,51.2271225]},"properties":{"@type":"node","@id":920352584,"@timestamp":1429788800},"coords":"51.2271225,-0.6348743","bedrooms":"2","price":"210000","area":"647"} , +{"type":"Feature","id":"n920423207","geometry":{"type":"Point","coordinates":[0.4793182,51.4572583]},"properties":{"@type":"node","@id":920423207,"@timestamp":1285086719},"coords":"51.4572583,0.4793182","bedrooms":"4","price":"227000","area":"479"} , +{"type":"Feature","id":"n920481988","geometry":{"type":"Point","coordinates":[0.3969685,51.3364282]},"properties":{"@type":"node","@id":920481988,"@timestamp":1567957194},"coords":"51.3364282,0.3969685","bedrooms":"2","price":"205000","area":"684"} , +{"type":"Feature","id":"n920657944","geometry":{"type":"Point","coordinates":[-1.0492138,51.0937654]},"properties":{"@type":"node","@id":920657944,"@timestamp":1285099520},"coords":"51.0937654,-1.0492138","bedrooms":"3","price":"153000","area":"458"} , +{"type":"Feature","id":"n921128026","geometry":{"type":"Point","coordinates":[-0.8335554,51.7847979]},"properties":{"@type":"node","@id":921128026,"@timestamp":1503841890},"coords":"51.7847979,-0.8335554","bedrooms":"4","price":"247000","area":"373"} , +{"type":"Feature","id":"n921265281","geometry":{"type":"Point","coordinates":[0.5136933,51.457526]},"properties":{"@type":"node","@id":921265281,"@timestamp":1285183389},"coords":"51.457526,0.5136933","bedrooms":"0","price":"213000","area":"465"} , +{"type":"Feature","id":"n921315516","geometry":{"type":"Point","coordinates":[-0.4665096,51.1698008]},"properties":{"@type":"node","@id":921315516,"@timestamp":1444732474},"coords":"51.1698008,-0.4665096","bedrooms":"1","price":"283000","area":"567"} , +{"type":"Feature","id":"n921529941","geometry":{"type":"Point","coordinates":[-0.5771455,51.2242188]},"properties":{"@type":"node","@id":921529941,"@timestamp":1364552412},"coords":"51.2242188,-0.5771455","bedrooms":"2","price":"186000","area":"373"} , +{"type":"Feature","id":"n921620589","geometry":{"type":"Point","coordinates":[0.4982393,51.7353403]},"properties":{"@type":"node","@id":921620589,"@timestamp":1450214163},"coords":"51.7353403,0.4982393","bedrooms":"3","price":"246000","area":"669"} , +{"type":"Feature","id":"n921633888","geometry":{"type":"Point","coordinates":[0.2493686,51.2130768]},"properties":{"@type":"node","@id":921633888,"@timestamp":1630574471},"coords":"51.2130768,0.2493686","bedrooms":"0","price":"278000","area":"388"} , +{"type":"Feature","id":"n921666964","geometry":{"type":"Point","coordinates":[0.2799215,51.2121165]},"properties":{"@type":"node","@id":921666964,"@timestamp":1565770629},"coords":"51.2121165,0.2799215","bedrooms":"2","price":"258000","area":"440"} , +{"type":"Feature","id":"n921986264","geometry":{"type":"Point","coordinates":[0.3447476,51.6229295]},"properties":{"@type":"node","@id":921986264,"@timestamp":1285192461},"coords":"51.6229295,0.3447476","bedrooms":"0","price":"206000","area":"412"} , +{"type":"Feature","id":"n922568472","geometry":{"type":"Point","coordinates":[-0.2929607,51.4790124]},"properties":{"@type":"node","@id":922568472,"@timestamp":1623793718},"coords":"51.4790124,-0.2929607","bedrooms":"2","price":"292000","area":"539"} , +{"type":"Feature","id":"n922824517","geometry":{"type":"Point","coordinates":[0.1825095,51.8832101]},"properties":{"@type":"node","@id":922824517,"@timestamp":1623283728},"coords":"51.8832101,0.1825095","bedrooms":"2","price":"179000","area":"580"} , +{"type":"Feature","id":"n923059703","geometry":{"type":"Point","coordinates":[-0.3149315,51.4994116]},"properties":{"@type":"node","@id":923059703,"@timestamp":1626501518},"coords":"51.4994116,-0.3149315","bedrooms":"2","price":"263000","area":"630"} , +{"type":"Feature","id":"n923900003","geometry":{"type":"Point","coordinates":[-0.6304688,51.8358675]},"properties":{"@type":"node","@id":923900003,"@timestamp":1285312283},"coords":"51.8358675,-0.6304688","bedrooms":"1","price":"266000","area":"411"} , +{"type":"Feature","id":"n924104968","geometry":{"type":"Point","coordinates":[-0.2474702,51.5604161]},"properties":{"@type":"node","@id":924104968,"@timestamp":1285332922},"coords":"51.5604161,-0.2474702","bedrooms":"4","price":"264000","area":"606"} , +{"type":"Feature","id":"n924302868","geometry":{"type":"Point","coordinates":[-1.0773635,51.4368581]},"properties":{"@type":"node","@id":924302868,"@timestamp":1312706945},"coords":"51.4368581,-1.0773635","bedrooms":"4","price":"200000","area":"407"} , +{"type":"Feature","id":"n924302928","geometry":{"type":"Point","coordinates":[-1.0990888,51.4276056]},"properties":{"@type":"node","@id":924302928,"@timestamp":1285400225},"coords":"51.4276056,-1.0990888","bedrooms":"2","price":"159000","area":"596"} , +{"type":"Feature","id":"n924460187","geometry":{"type":"Point","coordinates":[0.4707875,51.4619245]},"properties":{"@type":"node","@id":924460187,"@timestamp":1474234107},"coords":"51.4619245,0.4707875","bedrooms":"1","price":"178000","area":"428"} , +{"type":"Feature","id":"n924623600","geometry":{"type":"Point","coordinates":[-0.0727871,51.5672564]},"properties":{"@type":"node","@id":924623600,"@timestamp":1493134206},"coords":"51.5672564,-0.0727871","bedrooms":"1","price":"236000","area":"582"} , +{"type":"Feature","id":"n924641744","geometry":{"type":"Point","coordinates":[-0.0737774,51.5607269]},"properties":{"@type":"node","@id":924641744,"@timestamp":1614806467},"coords":"51.5607269,-0.0737774","bedrooms":"2","price":"157000","area":"594"} , +{"type":"Feature","id":"n924651667","geometry":{"type":"Point","coordinates":[-0.189896,51.8181196]},"properties":{"@type":"node","@id":924651667,"@timestamp":1285367147},"coords":"51.8181196,-0.189896","bedrooms":"2","price":"181000","area":"577"} , +{"type":"Feature","id":"n924660664","geometry":{"type":"Point","coordinates":[-0.0853314,51.5691078]},"properties":{"@type":"node","@id":924660664,"@timestamp":1493134207},"coords":"51.5691078,-0.0853314","bedrooms":"2","price":"158000","area":"498"} , +{"type":"Feature","id":"n924680841","geometry":{"type":"Point","coordinates":[0.7895106,51.289693]},"properties":{"@type":"node","@id":924680841,"@timestamp":1285373286},"coords":"51.289693,0.7895106","bedrooms":"2","price":"251000","area":"635"} , +{"type":"Feature","id":"n925263656","geometry":{"type":"Point","coordinates":[0.5141999,51.4490995]},"properties":{"@type":"node","@id":925263656,"@timestamp":1285413880},"coords":"51.4490995,0.5141999","bedrooms":"0","price":"158000","area":"588"} , +{"type":"Feature","id":"n925490498","geometry":{"type":"Point","coordinates":[-0.0441214,51.5500018]},"properties":{"@type":"node","@id":925490498,"@timestamp":1454000395},"coords":"51.5500018,-0.0441214","bedrooms":"2","price":"235000","area":"406"} , +{"type":"Feature","id":"n925522102","geometry":{"type":"Point","coordinates":[-0.6365212,51.2516064]},"properties":{"@type":"node","@id":925522102,"@timestamp":1285427859},"coords":"51.2516064,-0.6365212","bedrooms":"3","price":"274000","area":"459"} , +{"type":"Feature","id":"n925692837","geometry":{"type":"Point","coordinates":[-1.0754642,51.0837296]},"properties":{"@type":"node","@id":925692837,"@timestamp":1402930436},"coords":"51.0837296,-1.0754642","bedrooms":"2","price":"204000","area":"358"} , +{"type":"Feature","id":"n925692885","geometry":{"type":"Point","coordinates":[-1.0764488,51.0790071]},"properties":{"@type":"node","@id":925692885,"@timestamp":1285440983},"coords":"51.0790071,-1.0764488","bedrooms":"3","price":"227000","area":"664"} , +{"type":"Feature","id":"n925692944","geometry":{"type":"Point","coordinates":[-1.0768298,51.0829313]},"properties":{"@type":"node","@id":925692944,"@timestamp":1402930437},"coords":"51.0829313,-1.0768298","bedrooms":"0","price":"228000","area":"371"} , +{"type":"Feature","id":"n925702649","geometry":{"type":"Point","coordinates":[-0.6903251,51.248207]},"properties":{"@type":"node","@id":925702649,"@timestamp":1285442148},"coords":"51.248207,-0.6903251","bedrooms":"4","price":"191000","area":"579"} , +{"type":"Feature","id":"n925702723","geometry":{"type":"Point","coordinates":[-0.6838047,51.24959]},"properties":{"@type":"node","@id":925702723,"@timestamp":1419877400},"coords":"51.24959,-0.6838047","bedrooms":"2","price":"230000","area":"574"} , +{"type":"Feature","id":"n925952802","geometry":{"type":"Point","coordinates":[-0.7438927,51.4160296]},"properties":{"@type":"node","@id":925952802,"@timestamp":1563735735},"coords":"51.4160296,-0.7438927","bedrooms":"2","price":"279000","area":"429"} , +{"type":"Feature","id":"n926239874","geometry":{"type":"Point","coordinates":[-0.1150931,51.4894446]},"properties":{"@type":"node","@id":926239874,"@timestamp":1580916891},"coords":"51.4894446,-0.1150931","bedrooms":"3","price":"262000","area":"666"} , +{"type":"Feature","id":"n926312288","geometry":{"type":"Point","coordinates":[-0.1132972,51.4923706]},"properties":{"@type":"node","@id":926312288,"@timestamp":1633041938},"coords":"51.4923706,-0.1132972","bedrooms":"0","price":"243000","area":"505"} , +{"type":"Feature","id":"n926534145","geometry":{"type":"Point","coordinates":[-0.0667894,51.5317131]},"properties":{"@type":"node","@id":926534145,"@timestamp":1285502144},"coords":"51.5317131,-0.0667894","bedrooms":"2","price":"161000","area":"458"} , +{"type":"Feature","id":"n926797681","geometry":{"type":"Point","coordinates":[-0.6748081,51.241996]},"properties":{"@type":"node","@id":926797681,"@timestamp":1285516325},"coords":"51.241996,-0.6748081","bedrooms":"1","price":"218000","area":"672"} , +{"type":"Feature","id":"n926905791","geometry":{"type":"Point","coordinates":[-0.1411535,51.5733903]},"properties":{"@type":"node","@id":926905791,"@timestamp":1497047291},"coords":"51.5733903,-0.1411535","bedrooms":"4","price":"275000","area":"368"} , +{"type":"Feature","id":"n927019585","geometry":{"type":"Point","coordinates":[-0.189491,51.8135124]},"properties":{"@type":"node","@id":927019585,"@timestamp":1288699278},"coords":"51.8135124,-0.189491","bedrooms":"4","price":"256000","area":"411"} , +{"type":"Feature","id":"n927113254","geometry":{"type":"Point","coordinates":[-0.2446028,51.6134251]},"properties":{"@type":"node","@id":927113254,"@timestamp":1330823285},"coords":"51.6134251,-0.2446028","bedrooms":"4","price":"202000","area":"503"} , +{"type":"Feature","id":"n927113318","geometry":{"type":"Point","coordinates":[-0.2153726,51.6144907]},"properties":{"@type":"node","@id":927113318,"@timestamp":1472864498},"coords":"51.6144907,-0.2153726","bedrooms":"0","price":"280000","area":"669"} , +{"type":"Feature","id":"n927126985","geometry":{"type":"Point","coordinates":[-0.2541406,51.6246893]},"properties":{"@type":"node","@id":927126985,"@timestamp":1330823305},"coords":"51.6246893,-0.2541406","bedrooms":"2","price":"273000","area":"446"} , +{"type":"Feature","id":"n927232660","geometry":{"type":"Point","coordinates":[-0.2342915,51.6219661]},"properties":{"@type":"node","@id":927232660,"@timestamp":1616716199},"coords":"51.6219661,-0.2342915","bedrooms":"3","price":"168000","area":"485"} , +{"type":"Feature","id":"n927318021","geometry":{"type":"Point","coordinates":[0.7694318,51.282017]},"properties":{"@type":"node","@id":927318021,"@timestamp":1285537353},"coords":"51.282017,0.7694318","bedrooms":"4","price":"232000","area":"649"} , +{"type":"Feature","id":"n927347002","geometry":{"type":"Point","coordinates":[-0.1751854,51.5202203]},"properties":{"@type":"node","@id":927347002,"@timestamp":1437154406},"coords":"51.5202203,-0.1751854","bedrooms":"2","price":"288000","area":"450"} , +{"type":"Feature","id":"n927866667","geometry":{"type":"Point","coordinates":[-0.7749137,51.3324874]},"properties":{"@type":"node","@id":927866667,"@timestamp":1555268974},"coords":"51.3324874,-0.7749137","bedrooms":"2","price":"164000","area":"359"} , +{"type":"Feature","id":"n928014880","geometry":{"type":"Point","coordinates":[0.0783331,51.7863077]},"properties":{"@type":"node","@id":928014880,"@timestamp":1625698391},"coords":"51.7863077,0.0783331","bedrooms":"1","price":"233000","area":"483"} , +{"type":"Feature","id":"n928065794","geometry":{"type":"Point","coordinates":[-0.7483414,51.3721618]},"properties":{"@type":"node","@id":928065794,"@timestamp":1398384317},"coords":"51.3721618,-0.7483414","bedrooms":"4","price":"163000","area":"594"} , +{"type":"Feature","id":"n928133492","geometry":{"type":"Point","coordinates":[0.5194216,51.4379994]},"properties":{"@type":"node","@id":928133492,"@timestamp":1474234802},"coords":"51.4379994,0.5194216","bedrooms":"0","price":"203000","area":"531"} , +{"type":"Feature","id":"n928156704","geometry":{"type":"Point","coordinates":[0.5130319,51.4444657]},"properties":{"@type":"node","@id":928156704,"@timestamp":1285597512},"coords":"51.4444657,0.5130319","bedrooms":"0","price":"291000","area":"621"} , +{"type":"Feature","id":"n928207556","geometry":{"type":"Point","coordinates":[0.519367,51.4348482]},"properties":{"@type":"node","@id":928207556,"@timestamp":1474234802},"coords":"51.4348482,0.519367","bedrooms":"3","price":"199000","area":"559"} , +{"type":"Feature","id":"n928282688","geometry":{"type":"Point","coordinates":[-0.6040362,51.2613947]},"properties":{"@type":"node","@id":928282688,"@timestamp":1285606438},"coords":"51.2613947,-0.6040362","bedrooms":"0","price":"150000","area":"456"} , +{"type":"Feature","id":"n928284474","geometry":{"type":"Point","coordinates":[0.7270411,51.2908021]},"properties":{"@type":"node","@id":928284474,"@timestamp":1285606736},"coords":"51.2908021,0.7270411","bedrooms":"2","price":"177000","area":"371"} , +{"type":"Feature","id":"n928533521","geometry":{"type":"Point","coordinates":[-0.1936297,51.8229349]},"properties":{"@type":"node","@id":928533521,"@timestamp":1285618982},"coords":"51.8229349,-0.1936297","bedrooms":"1","price":"247000","area":"557"} , +{"type":"Feature","id":"n928779373","geometry":{"type":"Point","coordinates":[-0.9142838,51.4391531]},"properties":{"@type":"node","@id":928779373,"@timestamp":1487769458},"coords":"51.4391531,-0.9142838","bedrooms":"0","price":"248000","area":"582"} , +{"type":"Feature","id":"n928942674","geometry":{"type":"Point","coordinates":[-0.7448372,51.2766564]},"properties":{"@type":"node","@id":928942674,"@timestamp":1590839655},"coords":"51.2766564,-0.7448372","bedrooms":"3","price":"210000","area":"369"} , +{"type":"Feature","id":"n928997937","geometry":{"type":"Point","coordinates":[-0.7525993,51.2452136]},"properties":{"@type":"node","@id":928997937,"@timestamp":1613820907},"coords":"51.2452136,-0.7525993","bedrooms":"4","price":"204000","area":"423"} , +{"type":"Feature","id":"n929048603","geometry":{"type":"Point","coordinates":[-0.7552174,51.2754644]},"properties":{"@type":"node","@id":929048603,"@timestamp":1594196539},"coords":"51.2754644,-0.7552174","bedrooms":"2","price":"157000","area":"351"} , +{"type":"Feature","id":"n929077232","geometry":{"type":"Point","coordinates":[0.4961352,51.4111443]},"properties":{"@type":"node","@id":929077232,"@timestamp":1285677438},"coords":"51.4111443,0.4961352","bedrooms":"4","price":"243000","area":"439"} , +{"type":"Feature","id":"n929095016","geometry":{"type":"Point","coordinates":[0.5043213,51.4139497]},"properties":{"@type":"node","@id":929095016,"@timestamp":1285677188},"coords":"51.4139497,0.5043213","bedrooms":"1","price":"292000","area":"574"} , +{"type":"Feature","id":"n929220132","geometry":{"type":"Point","coordinates":[0.0313782,51.906602]},"properties":{"@type":"node","@id":929220132,"@timestamp":1552469367},"coords":"51.906602,0.0313782","bedrooms":"2","price":"174000","area":"675"} , +{"type":"Feature","id":"n929242928","geometry":{"type":"Point","coordinates":[-0.5639159,51.2466471]},"properties":{"@type":"node","@id":929242928,"@timestamp":1555170144},"coords":"51.2466471,-0.5639159","bedrooms":"1","price":"165000","area":"490"} , +{"type":"Feature","id":"n929322983","geometry":{"type":"Point","coordinates":[-0.3586164,51.4521504]},"properties":{"@type":"node","@id":929322983,"@timestamp":1518954218},"coords":"51.4521504,-0.3586164","bedrooms":"1","price":"197000","area":"560"} , +{"type":"Feature","id":"n929323377","geometry":{"type":"Point","coordinates":[-0.3589222,51.447449]},"properties":{"@type":"node","@id":929323377,"@timestamp":1592065613},"coords":"51.447449,-0.3589222","bedrooms":"0","price":"283000","area":"421"} , +{"type":"Feature","id":"n930043378","geometry":{"type":"Point","coordinates":[-0.3021798,51.5136731]},"properties":{"@type":"node","@id":930043378,"@timestamp":1623926722},"coords":"51.5136731,-0.3021798","bedrooms":"0","price":"283000","area":"555"} , +{"type":"Feature","id":"n930209328","geometry":{"type":"Point","coordinates":[-0.1572413,51.5410727]},"properties":{"@type":"node","@id":930209328,"@timestamp":1285847789},"coords":"51.5410727,-0.1572413","bedrooms":"3","price":"201000","area":"579"} , +{"type":"Feature","id":"n930531537","geometry":{"type":"Point","coordinates":[-0.1100478,51.4824903]},"properties":{"@type":"node","@id":930531537,"@timestamp":1456390512},"coords":"51.4824903,-0.1100478","bedrooms":"4","price":"176000","area":"615"} , +{"type":"Feature","id":"n931473387","geometry":{"type":"Point","coordinates":[-0.9060963,51.4513634]},"properties":{"@type":"node","@id":931473387,"@timestamp":1571082855},"coords":"51.4513634,-0.9060963","bedrooms":"3","price":"165000","area":"352"} , +{"type":"Feature","id":"n931608206","geometry":{"type":"Point","coordinates":[-0.1541434,51.5440259]},"properties":{"@type":"node","@id":931608206,"@timestamp":1630020194},"coords":"51.5440259,-0.1541434","bedrooms":"2","price":"212000","area":"389"} , +{"type":"Feature","id":"n931615245","geometry":{"type":"Point","coordinates":[-0.1386215,51.5568058]},"properties":{"@type":"node","@id":931615245,"@timestamp":1376218212},"coords":"51.5568058,-0.1386215","bedrooms":"3","price":"257000","area":"500"} , +{"type":"Feature","id":"n931617888","geometry":{"type":"Point","coordinates":[-0.1410992,51.5397886]},"properties":{"@type":"node","@id":931617888,"@timestamp":1603509876},"coords":"51.5397886,-0.1410992","bedrooms":"1","price":"234000","area":"422"} , +{"type":"Feature","id":"n931619387","geometry":{"type":"Point","coordinates":[-0.1385739,51.5563834]},"properties":{"@type":"node","@id":931619387,"@timestamp":1603813809},"coords":"51.5563834,-0.1385739","bedrooms":"4","price":"255000","area":"457"} , +{"type":"Feature","id":"n931621310","geometry":{"type":"Point","coordinates":[-0.1391311,51.5561788]},"properties":{"@type":"node","@id":931621310,"@timestamp":1285843320},"coords":"51.5561788,-0.1391311","bedrooms":"2","price":"199000","area":"628"} , +{"type":"Feature","id":"n931623016","geometry":{"type":"Point","coordinates":[-0.1392277,51.5560321]},"properties":{"@type":"node","@id":931623016,"@timestamp":1601058268},"coords":"51.5560321,-0.1392277","bedrooms":"4","price":"251000","area":"660"} , +{"type":"Feature","id":"n931624901","geometry":{"type":"Point","coordinates":[-0.1387751,51.5560799]},"properties":{"@type":"node","@id":931624901,"@timestamp":1601057639},"coords":"51.5560799,-0.1387751","bedrooms":"2","price":"276000","area":"522"} , +{"type":"Feature","id":"n931625780","geometry":{"type":"Point","coordinates":[-0.1437122,51.5396925]},"properties":{"@type":"node","@id":931625780,"@timestamp":1440061086},"coords":"51.5396925,-0.1437122","bedrooms":"0","price":"283000","area":"394"} , +{"type":"Feature","id":"n931626727","geometry":{"type":"Point","coordinates":[-0.7261201,51.4127705]},"properties":{"@type":"node","@id":931626727,"@timestamp":1490643192},"coords":"51.4127705,-0.7261201","bedrooms":"1","price":"291000","area":"578"} , +{"type":"Feature","id":"n931628213","geometry":{"type":"Point","coordinates":[-0.1393653,51.5534669]},"properties":{"@type":"node","@id":931628213,"@timestamp":1285846500},"coords":"51.5534669,-0.1393653","bedrooms":"4","price":"287000","area":"562"} , +{"type":"Feature","id":"n931630987","geometry":{"type":"Point","coordinates":[-0.7289431,51.4156824]},"properties":{"@type":"node","@id":931630987,"@timestamp":1285843877},"coords":"51.4156824,-0.7289431","bedrooms":"2","price":"285000","area":"614"} , +{"type":"Feature","id":"n931632251","geometry":{"type":"Point","coordinates":[-0.1390433,51.5556763]},"properties":{"@type":"node","@id":931632251,"@timestamp":1285873379},"coords":"51.5556763,-0.1390433","bedrooms":"2","price":"296000","area":"669"} , +{"type":"Feature","id":"n931633664","geometry":{"type":"Point","coordinates":[-0.1445615,51.5393986]},"properties":{"@type":"node","@id":931633664,"@timestamp":1629990710},"coords":"51.5393986,-0.1445615","bedrooms":"3","price":"288000","area":"546"} , +{"type":"Feature","id":"n931635086","geometry":{"type":"Point","coordinates":[-0.139799,51.5552249]},"properties":{"@type":"node","@id":931635086,"@timestamp":1285844582},"coords":"51.5552249,-0.139799","bedrooms":"4","price":"192000","area":"559"} , +{"type":"Feature","id":"n931636167","geometry":{"type":"Point","coordinates":[-0.4784196,51.7425795]},"properties":{"@type":"node","@id":931636167,"@timestamp":1285844752},"coords":"51.7425795,-0.4784196","bedrooms":"1","price":"185000","area":"499"} , +{"type":"Feature","id":"n931645202","geometry":{"type":"Point","coordinates":[-0.1563298,51.5420549]},"properties":{"@type":"node","@id":931645202,"@timestamp":1546944776},"coords":"51.5420549,-0.1563298","bedrooms":"0","price":"209000","area":"597"} , +{"type":"Feature","id":"n931645262","geometry":{"type":"Point","coordinates":[-0.1568423,51.5414727]},"properties":{"@type":"node","@id":931645262,"@timestamp":1514218902},"coords":"51.5414727,-0.1568423","bedrooms":"1","price":"157000","area":"490"} , +{"type":"Feature","id":"n931645325","geometry":{"type":"Point","coordinates":[-0.1572842,51.5414344]},"properties":{"@type":"node","@id":931645325,"@timestamp":1285845316},"coords":"51.5414344,-0.1572842","bedrooms":"0","price":"282000","area":"521"} , +{"type":"Feature","id":"n931648897","geometry":{"type":"Point","coordinates":[-0.1405245,51.5528573]},"properties":{"@type":"node","@id":931648897,"@timestamp":1285845459},"coords":"51.5528573,-0.1405245","bedrooms":"2","price":"193000","area":"637"} , +{"type":"Feature","id":"n931648939","geometry":{"type":"Point","coordinates":[-0.1424396,51.5531175]},"properties":{"@type":"node","@id":931648939,"@timestamp":1285845461},"coords":"51.5531175,-0.1424396","bedrooms":"3","price":"203000","area":"364"} , +{"type":"Feature","id":"n931649024","geometry":{"type":"Point","coordinates":[-0.1399345,51.5509093]},"properties":{"@type":"node","@id":931649024,"@timestamp":1285845464},"coords":"51.5509093,-0.1399345","bedrooms":"3","price":"222000","area":"436"} , +{"type":"Feature","id":"n931652317","geometry":{"type":"Point","coordinates":[-0.1398821,51.5545812]},"properties":{"@type":"node","@id":931652317,"@timestamp":1285845664},"coords":"51.5545812,-0.1398821","bedrooms":"0","price":"203000","area":"439"} , +{"type":"Feature","id":"n931652679","geometry":{"type":"Point","coordinates":[-0.1461148,51.5432378]},"properties":{"@type":"node","@id":931652679,"@timestamp":1630186436,"type":"residential"},"coords":"51.5432378,-0.1461148","bedrooms":"3","price":"209000","area":"398"} , +{"type":"Feature","id":"n931656679","geometry":{"type":"Point","coordinates":[-0.1401634,51.5546869]},"properties":{"@type":"node","@id":931656679,"@timestamp":1570716556},"coords":"51.5546869,-0.1401634","bedrooms":"3","price":"178000","area":"379"} , +{"type":"Feature","id":"n931661443","geometry":{"type":"Point","coordinates":[-0.1396255,51.5521511]},"properties":{"@type":"node","@id":931661443,"@timestamp":1285846498},"coords":"51.5521511,-0.1396255","bedrooms":"4","price":"274000","area":"677"} , +{"type":"Feature","id":"n931661458","geometry":{"type":"Point","coordinates":[-0.1397516,51.5521627]},"properties":{"@type":"node","@id":931661458,"@timestamp":1285846501},"coords":"51.5521627,-0.1397516","bedrooms":"0","price":"222000","area":"594"} , +{"type":"Feature","id":"n931665472","geometry":{"type":"Point","coordinates":[-0.1572385,51.5417238]},"properties":{"@type":"node","@id":931665472,"@timestamp":1302164175},"coords":"51.5417238,-0.1572385","bedrooms":"4","price":"249000","area":"427"} , +{"type":"Feature","id":"n931673375","geometry":{"type":"Point","coordinates":[-0.1573084,51.5409009]},"properties":{"@type":"node","@id":931673375,"@timestamp":1514219913},"coords":"51.5409009,-0.1573084","bedrooms":"1","price":"196000","area":"388"} , +{"type":"Feature","id":"n931673389","geometry":{"type":"Point","coordinates":[-0.1574103,51.5406757]},"properties":{"@type":"node","@id":931673389,"@timestamp":1603377194},"coords":"51.5406757,-0.1574103","bedrooms":"2","price":"222000","area":"463"} , +{"type":"Feature","id":"n931833489","geometry":{"type":"Point","coordinates":[-0.662965,51.0328713]},"properties":{"@type":"node","@id":931833489,"@timestamp":1285859730},"coords":"51.0328713,-0.662965","bedrooms":"1","price":"187000","area":"396"} , +{"type":"Feature","id":"n932285775","geometry":{"type":"Point","coordinates":[-0.3483038,51.4583358]},"properties":{"@type":"node","@id":932285775,"@timestamp":1370938688},"coords":"51.4583358,-0.3483038","bedrooms":"2","price":"299000","area":"448"} , +{"type":"Feature","id":"n932731363","geometry":{"type":"Point","coordinates":[-1.0412126,51.4539708]},"properties":{"@type":"node","@id":932731363,"@timestamp":1634419895},"coords":"51.4539708,-1.0412126","bedrooms":"4","price":"242000","area":"386"} , +{"type":"Feature","id":"n933099587","geometry":{"type":"Point","coordinates":[-0.1016174,51.5061944]},"properties":{"@type":"node","@id":933099587,"@timestamp":1631221212},"coords":"51.5061944,-0.1016174","bedrooms":"4","price":"293000","area":"366"} , +{"type":"Feature","id":"n933283156","geometry":{"type":"Point","coordinates":[0.4769139,51.4637923]},"properties":{"@type":"node","@id":933283156,"@timestamp":1285952953},"coords":"51.4637923,0.4769139","bedrooms":"0","price":"220000","area":"350"} , +{"type":"Feature","id":"n934814455","geometry":{"type":"Point","coordinates":[-0.2371229,51.520042]},"properties":{"@type":"node","@id":934814455,"@timestamp":1614578781},"coords":"51.520042,-0.2371229","bedrooms":"1","price":"154000","area":"411"} , +{"type":"Feature","id":"n934845744","geometry":{"type":"Point","coordinates":[-0.2405738,51.5236595]},"properties":{"@type":"node","@id":934845744,"@timestamp":1286018253},"coords":"51.5236595,-0.2405738","bedrooms":"3","price":"237000","area":"562"} , +{"type":"Feature","id":"n934962758","geometry":{"type":"Point","coordinates":[-0.2513205,51.5217185]},"properties":{"@type":"node","@id":934962758,"@timestamp":1614514186},"coords":"51.5217185,-0.2513205","bedrooms":"0","price":"174000","area":"692"} , +{"type":"Feature","id":"n935201252","geometry":{"type":"Point","coordinates":[-0.442865,51.7410206]},"properties":{"@type":"node","@id":935201252,"@timestamp":1286033091},"coords":"51.7410206,-0.442865","bedrooms":"3","price":"251000","area":"544"} , +{"type":"Feature","id":"n935258823","geometry":{"type":"Point","coordinates":[-0.0080369,51.6330995]},"properties":{"@type":"node","@id":935258823,"@timestamp":1330823386},"coords":"51.6330995,-0.0080369","bedrooms":"3","price":"178000","area":"524"} , +{"type":"Feature","id":"n935297656","geometry":{"type":"Point","coordinates":[0.0018785,51.610616]},"properties":{"@type":"node","@id":935297656,"@timestamp":1330823396},"coords":"51.610616,0.0018785","bedrooms":"0","price":"151000","area":"581"} , +{"type":"Feature","id":"n935327948","geometry":{"type":"Point","coordinates":[-0.0006427,51.6049736]},"properties":{"@type":"node","@id":935327948,"@timestamp":1330823405},"coords":"51.6049736,-0.0006427","bedrooms":"0","price":"202000","area":"541"} , +{"type":"Feature","id":"n935567267","geometry":{"type":"Point","coordinates":[-0.2526734,51.5607296]},"properties":{"@type":"node","@id":935567267,"@timestamp":1286046833},"coords":"51.5607296,-0.2526734","bedrooms":"2","price":"252000","area":"486"} , +{"type":"Feature","id":"n936361394","geometry":{"type":"Point","coordinates":[-0.081838,51.5048964]},"properties":{"@type":"node","@id":936361394,"@timestamp":1624621482},"coords":"51.5048964,-0.081838","bedrooms":"0","price":"182000","area":"689"} , +{"type":"Feature","id":"n936401656","geometry":{"type":"Point","coordinates":[-0.0944744,51.7750113]},"properties":{"@type":"node","@id":936401656,"@timestamp":1543373186},"coords":"51.7750113,-0.0944744","bedrooms":"4","price":"247000","area":"454"} , +{"type":"Feature","id":"n936792864","geometry":{"type":"Point","coordinates":[-0.9962122,51.0489525]},"properties":{"@type":"node","@id":936792864,"@timestamp":1291736012},"coords":"51.0489525,-0.9962122","bedrooms":"3","price":"216000","area":"498"} , +{"type":"Feature","id":"n936792906","geometry":{"type":"Point","coordinates":[-0.9787121,51.0951124]},"properties":{"@type":"node","@id":936792906,"@timestamp":1291736951},"coords":"51.0951124,-0.9787121","bedrooms":"3","price":"211000","area":"403"} , +{"type":"Feature","id":"n937009736","geometry":{"type":"Point","coordinates":[0.0944783,51.4565496]},"properties":{"@type":"node","@id":937009736,"@timestamp":1286129955},"coords":"51.4565496,0.0944783","bedrooms":"3","price":"164000","area":"458"} , +{"type":"Feature","id":"n937175315","geometry":{"type":"Point","coordinates":[0.6484446,51.3769231]},"properties":{"@type":"node","@id":937175315,"@timestamp":1543944686},"coords":"51.3769231,0.6484446","bedrooms":"0","price":"190000","area":"389"} , +{"type":"Feature","id":"n937609996","geometry":{"type":"Point","coordinates":[0.5308272,51.4120334]},"properties":{"@type":"node","@id":937609996,"@timestamp":1286192338},"coords":"51.4120334,0.5308272","bedrooms":"0","price":"188000","area":"693"} , +{"type":"Feature","id":"n937622049","geometry":{"type":"Point","coordinates":[-0.7594359,51.3728301]},"properties":{"@type":"node","@id":937622049,"@timestamp":1334422838},"coords":"51.3728301,-0.7594359","bedrooms":"1","price":"171000","area":"529"} , +{"type":"Feature","id":"n937778551","geometry":{"type":"Point","coordinates":[0.5112342,51.4017883]},"properties":{"@type":"node","@id":937778551,"@timestamp":1286207257},"coords":"51.4017883,0.5112342","bedrooms":"1","price":"207000","area":"605"} , +{"type":"Feature","id":"n938371463","geometry":{"type":"Point","coordinates":[0.606625,51.6442873]},"properties":{"@type":"node","@id":938371463,"@timestamp":1512142046},"coords":"51.6442873,0.606625","bedrooms":"3","price":"200000","area":"624"} , +{"type":"Feature","id":"n938624046","geometry":{"type":"Point","coordinates":[0.5004598,51.3900896]},"properties":{"@type":"node","@id":938624046,"@timestamp":1286298064},"coords":"51.3900896,0.5004598","bedrooms":"2","price":"155000","area":"590"} , +{"type":"Feature","id":"n939087541","geometry":{"type":"Point","coordinates":[-0.8885285,51.2906752]},"properties":{"@type":"node","@id":939087541,"@timestamp":1286355009},"coords":"51.2906752,-0.8885285","bedrooms":"2","price":"223000","area":"453"} , +{"type":"Feature","id":"n939202468","geometry":{"type":"Point","coordinates":[-0.7429832,51.3014426]},"properties":{"@type":"node","@id":939202468,"@timestamp":1287411067},"coords":"51.3014426,-0.7429832","bedrooms":"2","price":"283000","area":"539"} , +{"type":"Feature","id":"n939298463","geometry":{"type":"Point","coordinates":[-0.5685306,51.2616807]},"properties":{"@type":"node","@id":939298463,"@timestamp":1286383175},"coords":"51.2616807,-0.5685306","bedrooms":"4","price":"218000","area":"523"} , +{"type":"Feature","id":"n939759055","geometry":{"type":"Point","coordinates":[-0.9535002,51.2798699]},"properties":{"@type":"node","@id":939759055,"@timestamp":1503410693},"coords":"51.2798699,-0.9535002","bedrooms":"1","price":"182000","area":"433"} , +{"type":"Feature","id":"n940335844","geometry":{"type":"Point","coordinates":[-0.3053374,51.5108007]},"properties":{"@type":"node","@id":940335844,"@timestamp":1601315440},"coords":"51.5108007,-0.3053374","bedrooms":"1","price":"293000","area":"510"} , +{"type":"Feature","id":"n940856343","geometry":{"type":"Point","coordinates":[-0.6061652,51.3540282]},"properties":{"@type":"node","@id":940856343,"@timestamp":1542144613},"coords":"51.3540282,-0.6061652","bedrooms":"2","price":"270000","area":"389"} , +{"type":"Feature","id":"n941396649","geometry":{"type":"Point","coordinates":[-0.11045,51.5890144]},"properties":{"@type":"node","@id":941396649,"@timestamp":1515900162},"coords":"51.5890144,-0.11045","bedrooms":"3","price":"247000","area":"367"} , +{"type":"Feature","id":"n941440284","geometry":{"type":"Point","coordinates":[0.4527107,51.4381927]},"properties":{"@type":"node","@id":941440284,"@timestamp":1286545920},"coords":"51.4381927,0.4527107","bedrooms":"3","price":"218000","area":"609"} , +{"type":"Feature","id":"n941923763","geometry":{"type":"Point","coordinates":[0.0349857,51.9356726]},"properties":{"@type":"node","@id":941923763,"@timestamp":1292699166},"coords":"51.9356726,0.0349857","bedrooms":"0","price":"161000","area":"605"} , +{"type":"Feature","id":"n942640779","geometry":{"type":"Point","coordinates":[-0.07474,51.4775658]},"properties":{"@type":"node","@id":942640779,"@timestamp":1286637424},"coords":"51.4775658,-0.07474","bedrooms":"4","price":"213000","area":"503"} , +{"type":"Feature","id":"n942839027","geometry":{"type":"Point","coordinates":[-0.1643357,51.5186783]},"properties":{"@type":"node","@id":942839027,"@timestamp":1554120201},"coords":"51.5186783,-0.1643357","bedrooms":"0","price":"282000","area":"675"} , +{"type":"Feature","id":"n943330391","geometry":{"type":"Point","coordinates":[-0.158779,51.5042779]},"properties":{"@type":"node","@id":943330391,"@timestamp":1506019044},"coords":"51.5042779,-0.158779","bedrooms":"3","price":"189000","area":"431"} , +{"type":"Feature","id":"n943867917","geometry":{"type":"Point","coordinates":[0.890725,51.1672792]},"properties":{"@type":"node","@id":943867917,"@timestamp":1288624153},"coords":"51.1672792,0.890725","bedrooms":"0","price":"213000","area":"508"} , +{"type":"Feature","id":"n944078629","geometry":{"type":"Point","coordinates":[-0.8424578,51.3521064]},"properties":{"@type":"node","@id":944078629,"@timestamp":1286724815},"coords":"51.3521064,-0.8424578","bedrooms":"2","price":"237000","area":"359"} , +{"type":"Feature","id":"n944231749","geometry":{"type":"Point","coordinates":[0.5058166,51.3425826]},"properties":{"@type":"node","@id":944231749,"@timestamp":1385711409},"coords":"51.3425826,0.5058166","bedrooms":"1","price":"184000","area":"665"} , +{"type":"Feature","id":"n944660121","geometry":{"type":"Point","coordinates":[-0.7848625,51.2899057]},"properties":{"@type":"node","@id":944660121,"@timestamp":1551237698},"coords":"51.2899057,-0.7848625","bedrooms":"1","price":"227000","area":"682"} , +{"type":"Feature","id":"n944978652","geometry":{"type":"Point","coordinates":[-0.5039546,51.3911346]},"properties":{"@type":"node","@id":944978652,"@timestamp":1533064970},"coords":"51.3911346,-0.5039546","bedrooms":"0","price":"206000","area":"639"} , +{"type":"Feature","id":"n945113537","geometry":{"type":"Point","coordinates":[0.4807272,51.1008025]},"properties":{"@type":"node","@id":945113537,"@timestamp":1286804308},"coords":"51.1008025,0.4807272","bedrooms":"2","price":"157000","area":"428"} , +{"type":"Feature","id":"n945123162","geometry":{"type":"Point","coordinates":[0.4515418,51.1062523]},"properties":{"@type":"node","@id":945123162,"@timestamp":1286804902},"coords":"51.1062523,0.4515418","bedrooms":"1","price":"184000","area":"463"} , +{"type":"Feature","id":"n945137667","geometry":{"type":"Point","coordinates":[0.4956444,51.434919]},"properties":{"@type":"node","@id":945137667,"@timestamp":1286806057},"coords":"51.434919,0.4956444","bedrooms":"2","price":"275000","area":"504"} , +{"type":"Feature","id":"n945328509","geometry":{"type":"Point","coordinates":[-0.1585202,51.5029446]},"properties":{"@type":"node","@id":945328509,"@timestamp":1580916896},"coords":"51.5029446,-0.1585202","bedrooms":"3","price":"293000","area":"365"} , +{"type":"Feature","id":"n945446463","geometry":{"type":"Point","coordinates":[-0.0977522,51.4872246]},"properties":{"@type":"node","@id":945446463,"@timestamp":1610890508},"coords":"51.4872246,-0.0977522","bedrooms":"3","price":"188000","area":"443"} , +{"type":"Feature","id":"n945729525","geometry":{"type":"Point","coordinates":[-0.7423405,51.3680262]},"properties":{"@type":"node","@id":945729525,"@timestamp":1334447653},"coords":"51.3680262,-0.7423405","bedrooms":"3","price":"192000","area":"596"} , +{"type":"Feature","id":"n945794616","geometry":{"type":"Point","coordinates":[0.4818023,51.3212471]},"properties":{"@type":"node","@id":945794616,"@timestamp":1286889185},"coords":"51.3212471,0.4818023","bedrooms":"2","price":"225000","area":"353"} , +{"type":"Feature","id":"n946621797","geometry":{"type":"Point","coordinates":[0.4146561,51.6182847]},"properties":{"@type":"node","@id":946621797,"@timestamp":1628159229},"coords":"51.6182847,0.4146561","bedrooms":"4","price":"211000","area":"415"} , +{"type":"Feature","id":"n946889304","geometry":{"type":"Point","coordinates":[0.0463921,51.6252142]},"properties":{"@type":"node","@id":946889304,"@timestamp":1515189029},"coords":"51.6252142,0.0463921","bedrooms":"3","price":"159000","area":"679"} , +{"type":"Feature","id":"n947338311","geometry":{"type":"Point","coordinates":[-0.228067,51.5138012]},"properties":{"@type":"node","@id":947338311,"@timestamp":1635235150},"coords":"51.5138012,-0.228067","bedrooms":"0","price":"177000","area":"649"} , +{"type":"Feature","id":"n948632456","geometry":{"type":"Point","coordinates":[-0.9277256,51.4578661]},"properties":{"@type":"node","@id":948632456,"@timestamp":1522349460},"coords":"51.4578661,-0.9277256","bedrooms":"0","price":"225000","area":"471"} , +{"type":"Feature","id":"n948810254","geometry":{"type":"Point","coordinates":[-0.1156261,51.5236591]},"properties":{"@type":"node","@id":948810254,"@timestamp":1287092164},"coords":"51.5236591,-0.1156261","bedrooms":"0","price":"203000","area":"643"} , +{"type":"Feature","id":"n948866615","geometry":{"type":"Point","coordinates":[-0.1154732,51.5231784]},"properties":{"@type":"node","@id":948866615,"@timestamp":1287092158},"coords":"51.5231784,-0.1154732","bedrooms":"0","price":"233000","area":"529"} , +{"type":"Feature","id":"n948866712","geometry":{"type":"Point","coordinates":[-0.1163797,51.5241502]},"properties":{"@type":"node","@id":948866712,"@timestamp":1590195325},"coords":"51.5241502,-0.1163797","bedrooms":"4","price":"254000","area":"609"} , +{"type":"Feature","id":"n948866850","geometry":{"type":"Point","coordinates":[-0.1158985,51.523656]},"properties":{"@type":"node","@id":948866850,"@timestamp":1287092162},"coords":"51.523656,-0.1158985","bedrooms":"0","price":"163000","area":"490"} , +{"type":"Feature","id":"n948914870","geometry":{"type":"Point","coordinates":[-0.1394347,51.5286283]},"properties":{"@type":"node","@id":948914870,"@timestamp":1580940854},"coords":"51.5286283,-0.1394347","bedrooms":"2","price":"211000","area":"417"} , +{"type":"Feature","id":"n948928279","geometry":{"type":"Point","coordinates":[-0.1162808,51.5231235]},"properties":{"@type":"node","@id":948928279,"@timestamp":1287937853},"coords":"51.5231235,-0.1162808","bedrooms":"2","price":"255000","area":"488"} , +{"type":"Feature","id":"n948933169","geometry":{"type":"Point","coordinates":[-0.1177665,51.5240468]},"properties":{"@type":"node","@id":948933169,"@timestamp":1589574233},"coords":"51.5240468,-0.1177665","bedrooms":"3","price":"260000","area":"376"} , +{"type":"Feature","id":"n948961693","geometry":{"type":"Point","coordinates":[-0.1186578,51.5236419]},"properties":{"@type":"node","@id":948961693,"@timestamp":1589743766},"coords":"51.5236419,-0.1186578","bedrooms":"2","price":"277000","area":"664"} , +{"type":"Feature","id":"n948961763","geometry":{"type":"Point","coordinates":[-0.1187251,51.5241576]},"properties":{"@type":"node","@id":948961763,"@timestamp":1287096626},"coords":"51.5241576,-0.1187251","bedrooms":"0","price":"150000","area":"553"} , +{"type":"Feature","id":"n949161648","geometry":{"type":"Point","coordinates":[-0.1174315,51.5239649]},"properties":{"@type":"node","@id":949161648,"@timestamp":1287108254},"coords":"51.5239649,-0.1174315","bedrooms":"4","price":"168000","area":"451"} , +{"type":"Feature","id":"n950727712","geometry":{"type":"Point","coordinates":[-0.0620676,51.535952]},"properties":{"@type":"node","@id":950727712,"@timestamp":1574734924},"coords":"51.535952,-0.0620676","bedrooms":"0","price":"250000","area":"583"} , +{"type":"Feature","id":"n951692523","geometry":{"type":"Point","coordinates":[-0.020562,51.4564883]},"properties":{"@type":"node","@id":951692523,"@timestamp":1541206346},"coords":"51.4564883,-0.020562","bedrooms":"1","price":"161000","area":"630"} , +{"type":"Feature","id":"n952129919","geometry":{"type":"Point","coordinates":[-0.0335901,51.7431714]},"properties":{"@type":"node","@id":952129919,"@timestamp":1288532600},"coords":"51.7431714,-0.0335901","bedrooms":"4","price":"261000","area":"441"} , +{"type":"Feature","id":"n952862776","geometry":{"type":"Point","coordinates":[-0.7536818,51.0410601]},"properties":{"@type":"node","@id":952862776,"@timestamp":1305322346},"coords":"51.0410601,-0.7536818","bedrooms":"2","price":"233000","area":"419"} , +{"type":"Feature","id":"n954321970","geometry":{"type":"Point","coordinates":[-0.2618707,51.5089771]},"properties":{"@type":"node","@id":954321970,"@timestamp":1627765403},"coords":"51.5089771,-0.2618707","bedrooms":"2","price":"171000","area":"437"} , +{"type":"Feature","id":"n954335352","geometry":{"type":"Point","coordinates":[-1.0733719,51.1244546]},"properties":{"@type":"node","@id":954335352,"@timestamp":1287314189},"coords":"51.1244546,-1.0733719","bedrooms":"3","price":"201000","area":"404"} , +{"type":"Feature","id":"n954389125","geometry":{"type":"Point","coordinates":[-0.2814292,51.8826514]},"properties":{"@type":"node","@id":954389125,"@timestamp":1591536978},"coords":"51.8826514,-0.2814292","bedrooms":"4","price":"188000","area":"455"} , +{"type":"Feature","id":"n955092014","geometry":{"type":"Point","coordinates":[-0.63907,51.9199627]},"properties":{"@type":"node","@id":955092014,"@timestamp":1582569560},"coords":"51.9199627,-0.63907","bedrooms":"1","price":"193000","area":"594"} , +{"type":"Feature","id":"n955341468","geometry":{"type":"Point","coordinates":[-0.0579866,51.2725735]},"properties":{"@type":"node","@id":955341468,"@timestamp":1334601183},"coords":"51.2725735,-0.0579866","bedrooms":"0","price":"280000","area":"534"} , +{"type":"Feature","id":"n955731263","geometry":{"type":"Point","coordinates":[0.5149393,51.1597864]},"properties":{"@type":"node","@id":955731263,"@timestamp":1287389009},"coords":"51.1597864,0.5149393","bedrooms":"0","price":"224000","area":"625"} , +{"type":"Feature","id":"n955903608","geometry":{"type":"Point","coordinates":[-0.7472356,51.27529]},"properties":{"@type":"node","@id":955903608,"@timestamp":1288372055},"coords":"51.27529,-0.7472356","bedrooms":"2","price":"164000","area":"582"} , +{"type":"Feature","id":"n956029826","geometry":{"type":"Point","coordinates":[-0.753041,51.2927752]},"properties":{"@type":"node","@id":956029826,"@timestamp":1432482782},"coords":"51.2927752,-0.753041","bedrooms":"4","price":"235000","area":"616"} , +{"type":"Feature","id":"n956075297","geometry":{"type":"Point","coordinates":[-0.7719502,51.5679838]},"properties":{"@type":"node","@id":956075297,"@timestamp":1526500181},"coords":"51.5679838,-0.7719502","bedrooms":"4","price":"190000","area":"677"} , +{"type":"Feature","id":"n956180910","geometry":{"type":"Point","coordinates":[-0.0544451,51.4717467]},"properties":{"@type":"node","@id":956180910,"@timestamp":1287421262},"coords":"51.4717467,-0.0544451","bedrooms":"0","price":"212000","area":"461"} , +{"type":"Feature","id":"n956345724","geometry":{"type":"Point","coordinates":[-0.1354538,51.5334161]},"properties":{"@type":"node","@id":956345724,"@timestamp":1569124751},"coords":"51.5334161,-0.1354538","bedrooms":"0","price":"225000","area":"424"} , +{"type":"Feature","id":"n956393064","geometry":{"type":"Point","coordinates":[-0.8995039,51.4445795]},"properties":{"@type":"node","@id":956393064,"@timestamp":1453046494},"coords":"51.4445795,-0.8995039","bedrooms":"4","price":"158000","area":"671"} , +{"type":"Feature","id":"n956393367","geometry":{"type":"Point","coordinates":[-0.899561,51.4448574]},"properties":{"@type":"node","@id":956393367,"@timestamp":1453046495},"coords":"51.4448574,-0.899561","bedrooms":"1","price":"240000","area":"548"} , +{"type":"Feature","id":"n956476072","geometry":{"type":"Point","coordinates":[0.1119621,51.3446769]},"properties":{"@type":"node","@id":956476072,"@timestamp":1619189030},"coords":"51.3446769,0.1119621","bedrooms":"1","price":"223000","area":"398"} , +{"type":"Feature","id":"n956902703","geometry":{"type":"Point","coordinates":[-0.2054947,51.0971386]},"properties":{"@type":"node","@id":956902703,"@timestamp":1532022729},"coords":"51.0971386,-0.2054947","bedrooms":"3","price":"200000","area":"377"} , +{"type":"Feature","id":"n957062016","geometry":{"type":"Point","coordinates":[-0.4939824,51.7558445]},"properties":{"@type":"node","@id":957062016,"@timestamp":1287495515},"coords":"51.7558445,-0.4939824","bedrooms":"2","price":"226000","area":"439"} , +{"type":"Feature","id":"n957097523","geometry":{"type":"Point","coordinates":[-0.7530168,51.2938722]},"properties":{"@type":"node","@id":957097523,"@timestamp":1458512524},"coords":"51.2938722,-0.7530168","bedrooms":"4","price":"165000","area":"603"} , +{"type":"Feature","id":"n957642915","geometry":{"type":"Point","coordinates":[-0.1746076,51.550741]},"properties":{"@type":"node","@id":957642915,"@timestamp":1592851128},"coords":"51.550741,-0.1746076","bedrooms":"4","price":"260000","area":"385"} , +{"type":"Feature","id":"n957667170","geometry":{"type":"Point","coordinates":[-0.1664575,51.5493969]},"properties":{"@type":"node","@id":957667170,"@timestamp":1580241639},"coords":"51.5493969,-0.1664575","bedrooms":"1","price":"295000","area":"478"} , +{"type":"Feature","id":"n957816204","geometry":{"type":"Point","coordinates":[-0.8995285,51.4451753]},"properties":{"@type":"node","@id":957816204,"@timestamp":1453046496},"coords":"51.4451753,-0.8995285","bedrooms":"2","price":"187000","area":"396"} , +{"type":"Feature","id":"n958685230","geometry":{"type":"Point","coordinates":[-0.0370286,51.408043]},"properties":{"@type":"node","@id":958685230,"@timestamp":1287607112},"coords":"51.408043,-0.0370286","bedrooms":"3","price":"283000","area":"455"} , +{"type":"Feature","id":"n959154937","geometry":{"type":"Point","coordinates":[0.7526441,51.3408403]},"properties":{"@type":"node","@id":959154937,"@timestamp":1445098491},"coords":"51.3408403,0.7526441","bedrooms":"3","price":"233000","area":"527"} , +{"type":"Feature","id":"n959813333","geometry":{"type":"Point","coordinates":[-0.0786013,51.52044]},"properties":{"@type":"node","@id":959813333,"@timestamp":1635617143},"coords":"51.52044,-0.0786013","bedrooms":"0","price":"215000","area":"659"} , +{"type":"Feature","id":"n960330716","geometry":{"type":"Point","coordinates":[0.7169612,51.352833]},"properties":{"@type":"node","@id":960330716,"@timestamp":1611883965},"coords":"51.352833,0.7169612","bedrooms":"1","price":"228000","area":"363"} , +{"type":"Feature","id":"n961417285","geometry":{"type":"Point","coordinates":[-0.6125592,51.4835243]},"properties":{"@type":"node","@id":961417285,"@timestamp":1527266397},"coords":"51.4835243,-0.6125592","bedrooms":"3","price":"200000","area":"638"} , +{"type":"Feature","id":"n961594634","geometry":{"type":"Point","coordinates":[-0.4309696,51.4265368]},"properties":{"@type":"node","@id":961594634,"@timestamp":1287844203},"coords":"51.4265368,-0.4309696","bedrooms":"2","price":"161000","area":"596"} , +{"type":"Feature","id":"n961594743","geometry":{"type":"Point","coordinates":[-0.430578,51.4267224]},"properties":{"@type":"node","@id":961594743,"@timestamp":1287844206},"coords":"51.4267224,-0.430578","bedrooms":"0","price":"240000","area":"616"} , +{"type":"Feature","id":"n961594813","geometry":{"type":"Point","coordinates":[-0.4297546,51.426612]},"properties":{"@type":"node","@id":961594813,"@timestamp":1287844208},"coords":"51.426612,-0.4297546","bedrooms":"1","price":"273000","area":"487"} , +{"type":"Feature","id":"n961594938","geometry":{"type":"Point","coordinates":[-0.4296795,51.4261571]},"properties":{"@type":"node","@id":961594938,"@timestamp":1287844211},"coords":"51.4261571,-0.4296795","bedrooms":"1","price":"211000","area":"440"} , +{"type":"Feature","id":"n961595006","geometry":{"type":"Point","coordinates":[-0.4296258,51.4259447]},"properties":{"@type":"node","@id":961595006,"@timestamp":1287844213},"coords":"51.4259447,-0.4296258","bedrooms":"4","price":"258000","area":"588"} , +{"type":"Feature","id":"n961595121","geometry":{"type":"Point","coordinates":[-0.4305271,51.4256922]},"properties":{"@type":"node","@id":961595121,"@timestamp":1287844215},"coords":"51.4256922,-0.4305271","bedrooms":"0","price":"297000","area":"616"} , +{"type":"Feature","id":"n961595274","geometry":{"type":"Point","coordinates":[-0.4307765,51.4253962]},"properties":{"@type":"node","@id":961595274,"@timestamp":1287844219},"coords":"51.4253962,-0.4307765","bedrooms":"3","price":"162000","area":"578"} , +{"type":"Feature","id":"n961624685","geometry":{"type":"Point","coordinates":[-0.4162206,51.3834787]},"properties":{"@type":"node","@id":961624685,"@timestamp":1287845684},"coords":"51.3834787,-0.4162206","bedrooms":"3","price":"262000","area":"436"} , +{"type":"Feature","id":"n961624695","geometry":{"type":"Point","coordinates":[-0.4129269,51.3821362]},"properties":{"@type":"node","@id":961624695,"@timestamp":1287845685},"coords":"51.3821362,-0.4129269","bedrooms":"3","price":"264000","area":"393"} , +{"type":"Feature","id":"n961669657","geometry":{"type":"Point","coordinates":[-0.477956,51.4156189]},"properties":{"@type":"node","@id":961669657,"@timestamp":1287847662},"coords":"51.4156189,-0.477956","bedrooms":"2","price":"179000","area":"545"} , +{"type":"Feature","id":"n962140191","geometry":{"type":"Point","coordinates":[-0.0860615,51.6527233]},"properties":{"@type":"node","@id":962140191,"@timestamp":1628797310},"coords":"51.6527233,-0.0860615","bedrooms":"3","price":"153000","area":"602"} , +{"type":"Feature","id":"n963193932","geometry":{"type":"Point","coordinates":[-0.758488,51.3819137]},"properties":{"@type":"node","@id":963193932,"@timestamp":1334449172},"coords":"51.3819137,-0.758488","bedrooms":"4","price":"229000","area":"377"} , +{"type":"Feature","id":"n963383325","geometry":{"type":"Point","coordinates":[-0.1230856,51.5172624]},"properties":{"@type":"node","@id":963383325,"@timestamp":1573028418},"coords":"51.5172624,-0.1230856","bedrooms":"1","price":"229000","area":"500"} , +{"type":"Feature","id":"n963578269","geometry":{"type":"Point","coordinates":[-0.1207114,51.5237828]},"properties":{"@type":"node","@id":963578269,"@timestamp":1292114087},"coords":"51.5237828,-0.1207114","bedrooms":"2","price":"210000","area":"456"} , +{"type":"Feature","id":"n963760903","geometry":{"type":"Point","coordinates":[-0.1653545,51.6539321]},"properties":{"@type":"node","@id":963760903,"@timestamp":1346588374},"coords":"51.6539321,-0.1653545","bedrooms":"4","price":"233000","area":"431"} , +{"type":"Feature","id":"n963781103","geometry":{"type":"Point","coordinates":[-1.0801406,51.0869224]},"properties":{"@type":"node","@id":963781103,"@timestamp":1353268893},"coords":"51.0869224,-1.0801406","bedrooms":"0","price":"189000","area":"501"} , +{"type":"Feature","id":"n963981727","geometry":{"type":"Point","coordinates":[0.5340204,51.4009177]},"properties":{"@type":"node","@id":963981727,"@timestamp":1576522056},"coords":"51.4009177,0.5340204","bedrooms":"1","price":"198000","area":"612"} , +{"type":"Feature","id":"n964688934","geometry":{"type":"Point","coordinates":[-0.5367915,51.5295866]},"properties":{"@type":"node","@id":964688934,"@timestamp":1287998857},"coords":"51.5295866,-0.5367915","bedrooms":"3","price":"212000","area":"676"} , +{"type":"Feature","id":"n964919309","geometry":{"type":"Point","coordinates":[0.5259221,51.3848439]},"properties":{"@type":"node","@id":964919309,"@timestamp":1474718539},"coords":"51.3848439,0.5259221","bedrooms":"1","price":"261000","area":"526"} , +{"type":"Feature","id":"n966048271","geometry":{"type":"Point","coordinates":[0.1858387,51.3942671]},"properties":{"@type":"node","@id":966048271,"@timestamp":1611496976},"coords":"51.3942671,0.1858387","bedrooms":"2","price":"181000","area":"567"} , +{"type":"Feature","id":"n966630534","geometry":{"type":"Point","coordinates":[-0.1128059,51.2125504]},"properties":{"@type":"node","@id":966630534,"@timestamp":1367440661},"coords":"51.2125504,-0.1128059","bedrooms":"2","price":"242000","area":"545"} , +{"type":"Feature","id":"n966654142","geometry":{"type":"Point","coordinates":[-0.1236216,51.2227736]},"properties":{"@type":"node","@id":966654142,"@timestamp":1367439342},"coords":"51.2227736,-0.1236216","bedrooms":"0","price":"242000","area":"361"} , +{"type":"Feature","id":"n966751806","geometry":{"type":"Point","coordinates":[-0.3179379,51.6853949]},"properties":{"@type":"node","@id":966751806,"@timestamp":1577667401},"coords":"51.6853949,-0.3179379","bedrooms":"4","price":"164000","area":"489"} , +{"type":"Feature","id":"n966931780","geometry":{"type":"Point","coordinates":[-0.6166344,51.8704821]},"properties":{"@type":"node","@id":966931780,"@timestamp":1288199063},"coords":"51.8704821,-0.6166344","bedrooms":"2","price":"280000","area":"668"} , +{"type":"Feature","id":"n967206656","geometry":{"type":"Point","coordinates":[0.1749996,51.4091913]},"properties":{"@type":"node","@id":967206656,"@timestamp":1563469209},"coords":"51.4091913,0.1749996","bedrooms":"0","price":"237000","area":"587"} , +{"type":"Feature","id":"n967206899","geometry":{"type":"Point","coordinates":[0.1744782,51.4094309]},"properties":{"@type":"node","@id":967206899,"@timestamp":1288212175},"coords":"51.4094309,0.1744782","bedrooms":"1","price":"176000","area":"402"} , +{"type":"Feature","id":"n967457018","geometry":{"type":"Point","coordinates":[-0.7897112,51.8003966]},"properties":{"@type":"node","@id":967457018,"@timestamp":1434298814},"coords":"51.8003966,-0.7897112","bedrooms":"4","price":"231000","area":"410"} , +{"type":"Feature","id":"n967480448","geometry":{"type":"Point","coordinates":[-0.7787718,51.8050464]},"properties":{"@type":"node","@id":967480448,"@timestamp":1288227776},"coords":"51.8050464,-0.7787718","bedrooms":"4","price":"264000","area":"520"} , +{"type":"Feature","id":"n967495143","geometry":{"type":"Point","coordinates":[-0.7894486,51.8191105]},"properties":{"@type":"node","@id":967495143,"@timestamp":1288230035},"coords":"51.8191105,-0.7894486","bedrooms":"0","price":"284000","area":"490"} , +{"type":"Feature","id":"n968169073","geometry":{"type":"Point","coordinates":[-0.8691179,51.4312195]},"properties":{"@type":"node","@id":968169073,"@timestamp":1288298351},"coords":"51.4312195,-0.8691179","bedrooms":"2","price":"156000","area":"444"} , +{"type":"Feature","id":"n968287419","geometry":{"type":"Point","coordinates":[-0.8602672,51.8846771]},"properties":{"@type":"node","@id":968287419,"@timestamp":1288309554},"coords":"51.8846771,-0.8602672","bedrooms":"2","price":"203000","area":"373"} , +{"type":"Feature","id":"n968344404","geometry":{"type":"Point","coordinates":[-0.1229307,51.5076923]},"properties":{"@type":"node","@id":968344404,"@timestamp":1288314385},"coords":"51.5076923,-0.1229307","bedrooms":"3","price":"247000","area":"352"} , +{"type":"Feature","id":"n968568344","geometry":{"type":"Point","coordinates":[-0.125442,51.5124232]},"properties":{"@type":"node","@id":968568344,"@timestamp":1632566011},"coords":"51.5124232,-0.125442","bedrooms":"4","price":"186000","area":"361"} , +{"type":"Feature","id":"n968663964","geometry":{"type":"Point","coordinates":[-0.1101072,51.6138246]},"properties":{"@type":"node","@id":968663964,"@timestamp":1596244997},"coords":"51.6138246,-0.1101072","bedrooms":"4","price":"180000","area":"627"} , +{"type":"Feature","id":"n968780394","geometry":{"type":"Point","coordinates":[-0.1241136,51.5119488]},"properties":{"@type":"node","@id":968780394,"@timestamp":1439131426},"coords":"51.5119488,-0.1241136","bedrooms":"0","price":"252000","area":"391"} , +{"type":"Feature","id":"n969138243","geometry":{"type":"Point","coordinates":[-0.1241027,51.5116698]},"properties":{"@type":"node","@id":969138243,"@timestamp":1492249033},"coords":"51.5116698,-0.1241027","bedrooms":"0","price":"185000","area":"479"} , +{"type":"Feature","id":"n970184284","geometry":{"type":"Point","coordinates":[0.8789171,51.1576362]},"properties":{"@type":"node","@id":970184284,"@timestamp":1572342599},"coords":"51.1576362,0.8789171","bedrooms":"2","price":"261000","area":"382"} , +{"type":"Feature","id":"n970524504","geometry":{"type":"Point","coordinates":[0.0359612,51.9467155]},"properties":{"@type":"node","@id":970524504,"@timestamp":1297191990},"coords":"51.9467155,0.0359612","bedrooms":"3","price":"242000","area":"542"} , +{"type":"Feature","id":"n970680159","geometry":{"type":"Point","coordinates":[0.0415298,51.941298]},"properties":{"@type":"node","@id":970680159,"@timestamp":1288457570},"coords":"51.941298,0.0415298","bedrooms":"1","price":"202000","area":"512"} , +{"type":"Feature","id":"n970692200","geometry":{"type":"Point","coordinates":[0.0381384,51.941786]},"properties":{"@type":"node","@id":970692200,"@timestamp":1349013412},"coords":"51.941786,0.0381384","bedrooms":"0","price":"215000","area":"388"} , +{"type":"Feature","id":"n970782053","geometry":{"type":"Point","coordinates":[0.0423378,51.9413585]},"properties":{"@type":"node","@id":970782053,"@timestamp":1632052519},"coords":"51.9413585,0.0423378","bedrooms":"4","price":"288000","area":"463"} , +{"type":"Feature","id":"n970823560","geometry":{"type":"Point","coordinates":[0.0450705,51.9450978]},"properties":{"@type":"node","@id":970823560,"@timestamp":1291537566},"coords":"51.9450978,0.0450705","bedrooms":"4","price":"210000","area":"386"} , +{"type":"Feature","id":"n970857041","geometry":{"type":"Point","coordinates":[-0.1292992,51.5172542]},"properties":{"@type":"node","@id":970857041,"@timestamp":1379278609},"coords":"51.5172542,-0.1292992","bedrooms":"2","price":"166000","area":"594"} , +{"type":"Feature","id":"n970860470","geometry":{"type":"Point","coordinates":[0.0262735,51.9434758]},"properties":{"@type":"node","@id":970860470,"@timestamp":1618435680,"type":"pumped"},"coords":"51.9434758,0.0262735","bedrooms":"2","price":"191000","area":"555"} , +{"type":"Feature","id":"n971089274","geometry":{"type":"Point","coordinates":[-0.172273,51.2872443]},"properties":{"@type":"node","@id":971089274,"@timestamp":1504861473},"coords":"51.2872443,-0.172273","bedrooms":"2","price":"227000","area":"548"} , +{"type":"Feature","id":"n971819467","geometry":{"type":"Point","coordinates":[0.4662272,50.9742446]},"properties":{"@type":"node","@id":971819467,"@timestamp":1596551192},"coords":"50.9742446,0.4662272","bedrooms":"2","price":"238000","area":"459"} , +{"type":"Feature","id":"n971897252","geometry":{"type":"Point","coordinates":[-0.8810568,51.5644407]},"properties":{"@type":"node","@id":971897252,"@timestamp":1288518771},"coords":"51.5644407,-0.8810568","bedrooms":"3","price":"193000","area":"667"} , +{"type":"Feature","id":"n972225487","geometry":{"type":"Point","coordinates":[-0.0875291,51.5132017]},"properties":{"@type":"node","@id":972225487,"@timestamp":1603665043},"coords":"51.5132017,-0.0875291","bedrooms":"0","price":"234000","area":"352"} , +{"type":"Feature","id":"n972372292","geometry":{"type":"Point","coordinates":[0.162419,51.8704386]},"properties":{"@type":"node","@id":972372292,"@timestamp":1632264823},"coords":"51.8704386,0.162419","bedrooms":"0","price":"244000","area":"566"} , +{"type":"Feature","id":"n972480813","geometry":{"type":"Point","coordinates":[-0.0644811,51.4563863]},"properties":{"@type":"node","@id":972480813,"@timestamp":1429043929},"coords":"51.4563863,-0.0644811","bedrooms":"3","price":"176000","area":"443"} , +{"type":"Feature","id":"n972535441","geometry":{"type":"Point","coordinates":[-0.1562137,51.5166445]},"properties":{"@type":"node","@id":972535441,"@timestamp":1553142935},"coords":"51.5166445,-0.1562137","bedrooms":"4","price":"209000","area":"669"} , +{"type":"Feature","id":"n972741502","geometry":{"type":"Point","coordinates":[-0.9643568,51.0391271]},"properties":{"@type":"node","@id":972741502,"@timestamp":1367434071},"coords":"51.0391271,-0.9643568","bedrooms":"4","price":"176000","area":"464"} , +{"type":"Feature","id":"n973019467","geometry":{"type":"Point","coordinates":[0.0248044,51.2852746]},"properties":{"@type":"node","@id":973019467,"@timestamp":1304405919},"coords":"51.2852746,0.0248044","bedrooms":"2","price":"198000","area":"592"} , +{"type":"Feature","id":"n973044477","geometry":{"type":"Point","coordinates":[-0.0540172,51.4456022]},"properties":{"@type":"node","@id":973044477,"@timestamp":1330823914},"coords":"51.4456022,-0.0540172","bedrooms":"3","price":"277000","area":"528"} , +{"type":"Feature","id":"n973487559","geometry":{"type":"Point","coordinates":[0.3059947,51.2010342]},"properties":{"@type":"node","@id":973487559,"@timestamp":1288594881},"coords":"51.2010342,0.3059947","bedrooms":"0","price":"189000","area":"475"} , +{"type":"Feature","id":"n973780967","geometry":{"type":"Point","coordinates":[0.8791745,51.1628858]},"properties":{"@type":"node","@id":973780967,"@timestamp":1288623450},"coords":"51.1628858,0.8791745","bedrooms":"0","price":"247000","area":"357"} , +{"type":"Feature","id":"n973794006","geometry":{"type":"Point","coordinates":[-0.8537288,51.2929137]},"properties":{"@type":"node","@id":973794006,"@timestamp":1366289505},"coords":"51.2929137,-0.8537288","bedrooms":"1","price":"216000","area":"438"} , +{"type":"Feature","id":"n973849183","geometry":{"type":"Point","coordinates":[0.5776676,51.4418752]},"properties":{"@type":"node","@id":973849183,"@timestamp":1588256452},"coords":"51.4418752,0.5776676","bedrooms":"4","price":"258000","area":"664"} , +{"type":"Feature","id":"n974054168","geometry":{"type":"Point","coordinates":[-0.1936822,51.8237113]},"properties":{"@type":"node","@id":974054168,"@timestamp":1288643470},"coords":"51.8237113,-0.1936822","bedrooms":"0","price":"251000","area":"443"} , +{"type":"Feature","id":"n974067139","geometry":{"type":"Point","coordinates":[-0.1538086,51.1984913]},"properties":{"@type":"node","@id":974067139,"@timestamp":1484487228},"coords":"51.1984913,-0.1538086","bedrooms":"1","price":"161000","area":"371"} , +{"type":"Feature","id":"n974131070","geometry":{"type":"Point","coordinates":[-0.0364066,51.4383686]},"properties":{"@type":"node","@id":974131070,"@timestamp":1612121460},"coords":"51.4383686,-0.0364066","bedrooms":"2","price":"254000","area":"570"} , +{"type":"Feature","id":"n974138695","geometry":{"type":"Point","coordinates":[-0.0436628,51.4353412]},"properties":{"@type":"node","@id":974138695,"@timestamp":1613861149},"coords":"51.4353412,-0.0436628","bedrooms":"3","price":"156000","area":"407"} , +{"type":"Feature","id":"n974176796","geometry":{"type":"Point","coordinates":[-0.9082867,51.5429885]},"properties":{"@type":"node","@id":974176796,"@timestamp":1288650006},"coords":"51.5429885,-0.9082867","bedrooms":"2","price":"218000","area":"507"} , +{"type":"Feature","id":"n974220029","geometry":{"type":"Point","coordinates":[-0.1099904,51.1918521]},"properties":{"@type":"node","@id":974220029,"@timestamp":1569267403},"coords":"51.1918521,-0.1099904","bedrooms":"4","price":"232000","area":"590"} , +{"type":"Feature","id":"n974267711","geometry":{"type":"Point","coordinates":[-0.0653871,51.4416761]},"properties":{"@type":"node","@id":974267711,"@timestamp":1633302046},"coords":"51.4416761,-0.0653871","bedrooms":"4","price":"281000","area":"352"} , +{"type":"Feature","id":"n974273174","geometry":{"type":"Point","coordinates":[-0.0550597,51.4703913]},"properties":{"@type":"node","@id":974273174,"@timestamp":1623003400},"coords":"51.4703913,-0.0550597","bedrooms":"4","price":"276000","area":"380"} , +{"type":"Feature","id":"n974365504","geometry":{"type":"Point","coordinates":[-1.1050163,51.7538606]},"properties":{"@type":"node","@id":974365504,"@timestamp":1288684308},"coords":"51.7538606,-1.1050163","bedrooms":"0","price":"191000","area":"508"} , +{"type":"Feature","id":"n974483985","geometry":{"type":"Point","coordinates":[-0.7211151,51.417386]},"properties":{"@type":"node","@id":974483985,"@timestamp":1453570952},"coords":"51.417386,-0.7211151","bedrooms":"0","price":"248000","area":"605"} , +{"type":"Feature","id":"n974919785","geometry":{"type":"Point","coordinates":[-0.0801753,51.2220419]},"properties":{"@type":"node","@id":974919785,"@timestamp":1591135371},"coords":"51.2220419,-0.0801753","bedrooms":"4","price":"176000","area":"535"} , +{"type":"Feature","id":"n975451914","geometry":{"type":"Point","coordinates":[-0.1110714,51.2677972]},"properties":{"@type":"node","@id":975451914,"@timestamp":1553284861},"coords":"51.2677972,-0.1110714","bedrooms":"4","price":"186000","area":"381"} , +{"type":"Feature","id":"n975689733","geometry":{"type":"Point","coordinates":[-0.7112337,50.9792154]},"properties":{"@type":"node","@id":975689733,"@timestamp":1288777298},"coords":"50.9792154,-0.7112337","bedrooms":"0","price":"234000","area":"590"} , +{"type":"Feature","id":"n975745196","geometry":{"type":"Point","coordinates":[-0.7178522,50.9992658]},"properties":{"@type":"node","@id":975745196,"@timestamp":1288787546},"coords":"50.9992658,-0.7178522","bedrooms":"0","price":"253000","area":"574"} , +{"type":"Feature","id":"n976471217","geometry":{"type":"Point","coordinates":[0.8902614,51.1493877]},"properties":{"@type":"node","@id":976471217,"@timestamp":1327067313},"coords":"51.1493877,0.8902614","bedrooms":"2","price":"155000","area":"441"} , +{"type":"Feature","id":"n976543040","geometry":{"type":"Point","coordinates":[0.3814134,51.4127448]},"properties":{"@type":"node","@id":976543040,"@timestamp":1451404914},"coords":"51.4127448,0.3814134","bedrooms":"2","price":"215000","area":"472"} , +{"type":"Feature","id":"n976746295","geometry":{"type":"Point","coordinates":[-0.2864305,51.2314447]},"properties":{"@type":"node","@id":976746295,"@timestamp":1288897067},"coords":"51.2314447,-0.2864305","bedrooms":"1","price":"187000","area":"605"} , +{"type":"Feature","id":"n977121511","geometry":{"type":"Point","coordinates":[-0.7805418,51.2920286]},"properties":{"@type":"node","@id":977121511,"@timestamp":1436472583},"coords":"51.2920286,-0.7805418","bedrooms":"0","price":"218000","area":"565"} , +{"type":"Feature","id":"n977489975","geometry":{"type":"Point","coordinates":[-0.1385106,51.6553753]},"properties":{"@type":"node","@id":977489975,"@timestamp":1301697550},"coords":"51.6553753,-0.1385106","bedrooms":"4","price":"216000","area":"430"} , +{"type":"Feature","id":"n977670649","geometry":{"type":"Point","coordinates":[0.711004,51.5340164]},"properties":{"@type":"node","@id":977670649,"@timestamp":1623544353},"coords":"51.5340164,0.711004","bedrooms":"3","price":"241000","area":"500"} , +{"type":"Feature","id":"n979006744","geometry":{"type":"Point","coordinates":[-0.392671,51.3827012]},"properties":{"@type":"node","@id":979006744,"@timestamp":1289051362},"coords":"51.3827012,-0.392671","bedrooms":"2","price":"188000","area":"409"} , +{"type":"Feature","id":"n979088828","geometry":{"type":"Point","coordinates":[0.8718273,51.1705895]},"properties":{"@type":"node","@id":979088828,"@timestamp":1290679342},"coords":"51.1705895,0.8718273","bedrooms":"3","price":"202000","area":"629"} , +{"type":"Feature","id":"n979110640","geometry":{"type":"Point","coordinates":[0.8560608,51.1615974]},"properties":{"@type":"node","@id":979110640,"@timestamp":1289056673},"coords":"51.1615974,0.8560608","bedrooms":"3","price":"221000","area":"559"} , +{"type":"Feature","id":"n979617143","geometry":{"type":"Point","coordinates":[-0.4968668,51.9815948]},"properties":{"@type":"node","@id":979617143,"@timestamp":1578833412},"coords":"51.9815948,-0.4968668","bedrooms":"4","price":"167000","area":"438"} , +{"type":"Feature","id":"n980486478","geometry":{"type":"Point","coordinates":[-0.0674912,51.4574487]},"properties":{"@type":"node","@id":980486478,"@timestamp":1289130648},"coords":"51.4574487,-0.0674912","bedrooms":"0","price":"190000","area":"624"} , +{"type":"Feature","id":"n980956432","geometry":{"type":"Point","coordinates":[-0.1965625,51.7794343]},"properties":{"@type":"node","@id":980956432,"@timestamp":1289141786},"coords":"51.7794343,-0.1965625","bedrooms":"1","price":"228000","area":"683"} , +{"type":"Feature","id":"n981328658","geometry":{"type":"Point","coordinates":[-0.0850217,51.4494095]},"properties":{"@type":"node","@id":981328658,"@timestamp":1289152596},"coords":"51.4494095,-0.0850217","bedrooms":"0","price":"249000","area":"481"} , +{"type":"Feature","id":"n981328683","geometry":{"type":"Point","coordinates":[-0.0747817,51.449647]},"properties":{"@type":"node","@id":981328683,"@timestamp":1301678279},"coords":"51.449647,-0.0747817","bedrooms":"2","price":"154000","area":"471"} , +{"type":"Feature","id":"n981363718","geometry":{"type":"Point","coordinates":[0.4864667,51.7401623]},"properties":{"@type":"node","@id":981363718,"@timestamp":1383393582},"coords":"51.7401623,0.4864667","bedrooms":"0","price":"165000","area":"546"} , +{"type":"Feature","id":"n981459437","geometry":{"type":"Point","coordinates":[-0.1059113,51.4221248]},"properties":{"@type":"node","@id":981459437,"@timestamp":1532026613},"coords":"51.4221248,-0.1059113","bedrooms":"3","price":"204000","area":"352"} , +{"type":"Feature","id":"n981491738","geometry":{"type":"Point","coordinates":[-0.0860257,51.4162455]},"properties":{"@type":"node","@id":981491738,"@timestamp":1407839376},"coords":"51.4162455,-0.0860257","bedrooms":"3","price":"266000","area":"550"} , +{"type":"Feature","id":"n981545409","geometry":{"type":"Point","coordinates":[-0.0781848,51.4149582]},"properties":{"@type":"node","@id":981545409,"@timestamp":1330824058},"coords":"51.4149582,-0.0781848","bedrooms":"2","price":"296000","area":"567"} , +{"type":"Feature","id":"n981556827","geometry":{"type":"Point","coordinates":[-0.0775279,51.4132583]},"properties":{"@type":"node","@id":981556827,"@timestamp":1330824072},"coords":"51.4132583,-0.0775279","bedrooms":"4","price":"182000","area":"506"} , +{"type":"Feature","id":"n981587508","geometry":{"type":"Point","coordinates":[-1.0241052,51.0043591]},"properties":{"@type":"node","@id":981587508,"@timestamp":1490652608},"coords":"51.0043591,-1.0241052","bedrooms":"1","price":"258000","area":"365"} , +{"type":"Feature","id":"n981601796","geometry":{"type":"Point","coordinates":[-0.0902674,51.3984214]},"properties":{"@type":"node","@id":981601796,"@timestamp":1330824090},"coords":"51.3984214,-0.0902674","bedrooms":"4","price":"188000","area":"395"} , +{"type":"Feature","id":"n982172358","geometry":{"type":"Point","coordinates":[-0.0351363,51.7098364]},"properties":{"@type":"node","@id":982172358,"@timestamp":1332827008},"coords":"51.7098364,-0.0351363","bedrooms":"2","price":"211000","area":"393"} , +{"type":"Feature","id":"n982718867","geometry":{"type":"Point","coordinates":[-0.4749343,51.9319944]},"properties":{"@type":"node","@id":982718867,"@timestamp":1542621045},"coords":"51.9319944,-0.4749343","bedrooms":"0","price":"194000","area":"555"} , +{"type":"Feature","id":"n983340957","geometry":{"type":"Point","coordinates":[-0.8413391,51.2801513]},"properties":{"@type":"node","@id":983340957,"@timestamp":1289421352},"coords":"51.2801513,-0.8413391","bedrooms":"0","price":"276000","area":"468"} , +{"type":"Feature","id":"n983807327","geometry":{"type":"Point","coordinates":[-0.1412285,51.4957861]},"properties":{"@type":"node","@id":983807327,"@timestamp":1629913416},"coords":"51.4957861,-0.1412285","bedrooms":"0","price":"275000","area":"367"} , +{"type":"Feature","id":"n984065144","geometry":{"type":"Point","coordinates":[-0.8186749,51.7078317]},"properties":{"@type":"node","@id":984065144,"@timestamp":1307907886},"coords":"51.7078317,-0.8186749","bedrooms":"1","price":"159000","area":"463"} , +{"type":"Feature","id":"n984681378","geometry":{"type":"Point","coordinates":[-0.823325,51.2948897]},"properties":{"@type":"node","@id":984681378,"@timestamp":1628670535},"coords":"51.2948897,-0.823325","bedrooms":"1","price":"265000","area":"681"} , +{"type":"Feature","id":"n986060036","geometry":{"type":"Point","coordinates":[0.5739093,51.341432]},"properties":{"@type":"node","@id":986060036,"@timestamp":1621415422},"coords":"51.341432,0.5739093","bedrooms":"3","price":"200000","area":"364"} , +{"type":"Feature","id":"n986721140","geometry":{"type":"Point","coordinates":[-0.0802899,51.4989486]},"properties":{"@type":"node","@id":986721140,"@timestamp":1382629069},"coords":"51.4989486,-0.0802899","bedrooms":"2","price":"293000","area":"429"} , +{"type":"Feature","id":"n986745204","geometry":{"type":"Point","coordinates":[0.3674519,51.442549]},"properties":{"@type":"node","@id":986745204,"@timestamp":1633345258},"coords":"51.442549,0.3674519","bedrooms":"0","price":"165000","area":"659"} , +{"type":"Feature","id":"n986790542","geometry":{"type":"Point","coordinates":[-0.4660369,51.4353412]},"properties":{"@type":"node","@id":986790542,"@timestamp":1327067418},"coords":"51.4353412,-0.4660369","bedrooms":"0","price":"198000","area":"458"} , +{"type":"Feature","id":"n986832069","geometry":{"type":"Point","coordinates":[-0.1073221,51.4912166]},"properties":{"@type":"node","@id":986832069,"@timestamp":1633046829},"coords":"51.4912166,-0.1073221","bedrooms":"3","price":"263000","area":"666"} , +{"type":"Feature","id":"n987814907","geometry":{"type":"Point","coordinates":[-0.0737994,51.493347]},"properties":{"@type":"node","@id":987814907,"@timestamp":1625842339},"coords":"51.493347,-0.0737994","bedrooms":"1","price":"205000","area":"393"} , +{"type":"Feature","id":"n988294219","geometry":{"type":"Point","coordinates":[-0.4164299,51.6046917]},"properties":{"@type":"node","@id":988294219,"@timestamp":1553289317},"coords":"51.6046917,-0.4164299","bedrooms":"4","price":"219000","area":"512"} , +{"type":"Feature","id":"n988600812","geometry":{"type":"Point","coordinates":[-0.156503,51.5479209]},"properties":{"@type":"node","@id":988600812,"@timestamp":1630950803},"coords":"51.5479209,-0.156503","bedrooms":"4","price":"237000","area":"401"} , +{"type":"Feature","id":"n988666349","geometry":{"type":"Point","coordinates":[-0.149404,51.4917043]},"properties":{"@type":"node","@id":988666349,"@timestamp":1564912861},"coords":"51.4917043,-0.149404","bedrooms":"1","price":"215000","area":"612"} , +{"type":"Feature","id":"n988805662","geometry":{"type":"Point","coordinates":[0.5714941,51.3414709]},"properties":{"@type":"node","@id":988805662,"@timestamp":1621415422},"coords":"51.3414709,0.5714941","bedrooms":"2","price":"277000","area":"494"} , +{"type":"Feature","id":"n989212917","geometry":{"type":"Point","coordinates":[0.5233327,51.3834101]},"properties":{"@type":"node","@id":989212917,"@timestamp":1635169808},"coords":"51.3834101,0.5233327","bedrooms":"2","price":"156000","area":"628"} , +{"type":"Feature","id":"n989352354","geometry":{"type":"Point","coordinates":[-0.9026499,51.5376911]},"properties":{"@type":"node","@id":989352354,"@timestamp":1618752606},"coords":"51.5376911,-0.9026499","bedrooms":"1","price":"171000","area":"538"} , +{"type":"Feature","id":"n989423799","geometry":{"type":"Point","coordinates":[0.5390353,51.3772561]},"properties":{"@type":"node","@id":989423799,"@timestamp":1289775197},"coords":"51.3772561,0.5390353","bedrooms":"1","price":"203000","area":"664"} , +{"type":"Feature","id":"n990052486","geometry":{"type":"Point","coordinates":[0.4584133,51.3931773]},"properties":{"@type":"node","@id":990052486,"@timestamp":1289829534},"coords":"51.3931773,0.4584133","bedrooms":"2","price":"298000","area":"370"} , +{"type":"Feature","id":"n990244175","geometry":{"type":"Point","coordinates":[-0.140879,51.4648963]},"properties":{"@type":"node","@id":990244175,"@timestamp":1611787622},"coords":"51.4648963,-0.140879","bedrooms":"4","price":"182000","area":"515"} , +{"type":"Feature","id":"n990406377","geometry":{"type":"Point","coordinates":[-0.4139306,51.4605695]},"properties":{"@type":"node","@id":990406377,"@timestamp":1289856847},"coords":"51.4605695,-0.4139306","bedrooms":"3","price":"256000","area":"678"} , +{"type":"Feature","id":"n990406464","geometry":{"type":"Point","coordinates":[-0.0690827,51.6272194]},"properties":{"@type":"node","@id":990406464,"@timestamp":1289856851},"coords":"51.6272194,-0.0690827","bedrooms":"0","price":"177000","area":"537"} , +{"type":"Feature","id":"n990502120","geometry":{"type":"Point","coordinates":[-0.1286803,51.5542412]},"properties":{"@type":"node","@id":990502120,"@timestamp":1614697893},"coords":"51.5542412,-0.1286803","bedrooms":"4","price":"250000","area":"469"} , +{"type":"Feature","id":"n991127556","geometry":{"type":"Point","coordinates":[-0.0838571,51.5158885]},"properties":{"@type":"node","@id":991127556,"@timestamp":1624738534},"coords":"51.5158885,-0.0838571","bedrooms":"0","price":"239000","area":"659"} , +{"type":"Feature","id":"n991248643","geometry":{"type":"Point","coordinates":[-0.1973076,51.4155461]},"properties":{"@type":"node","@id":991248643,"@timestamp":1289914781},"coords":"51.4155461,-0.1973076","bedrooms":"2","price":"271000","area":"517"} , +{"type":"Feature","id":"n991248909","geometry":{"type":"Point","coordinates":[-0.4367519,51.5884091]},"properties":{"@type":"node","@id":991248909,"@timestamp":1583851942},"coords":"51.5884091,-0.4367519","bedrooms":"1","price":"224000","area":"540"} , +{"type":"Feature","id":"n991551980","geometry":{"type":"Point","coordinates":[0.4967453,51.4608567]},"properties":{"@type":"node","@id":991551980,"@timestamp":1302564759},"coords":"51.4608567,0.4967453","bedrooms":"1","price":"161000","area":"408"} , +{"type":"Feature","id":"n992066469","geometry":{"type":"Point","coordinates":[0.3700124,51.444864]},"properties":{"@type":"node","@id":992066469,"@timestamp":1314099882},"coords":"51.444864,0.3700124","bedrooms":"4","price":"265000","area":"652"} , +{"type":"Feature","id":"n992508408","geometry":{"type":"Point","coordinates":[0.3096272,51.4489733]},"properties":{"@type":"node","@id":992508408,"@timestamp":1327067419},"coords":"51.4489733,0.3096272","bedrooms":"4","price":"164000","area":"431"} , +{"type":"Feature","id":"n992620233","geometry":{"type":"Point","coordinates":[-0.6950889,51.6641023]},"properties":{"@type":"node","@id":992620233,"@timestamp":1457216686},"coords":"51.6641023,-0.6950889","bedrooms":"0","price":"250000","area":"409"} , +{"type":"Feature","id":"n992623907","geometry":{"type":"Point","coordinates":[-0.6988213,51.6679844]},"properties":{"@type":"node","@id":992623907,"@timestamp":1459802618},"coords":"51.6679844,-0.6988213","bedrooms":"4","price":"199000","area":"663"} , +{"type":"Feature","id":"n993017354","geometry":{"type":"Point","coordinates":[-0.1722957,51.5908058]},"properties":{"@type":"node","@id":993017354,"@timestamp":1392936705},"coords":"51.5908058,-0.1722957","bedrooms":"0","price":"296000","area":"491"} , +{"type":"Feature","id":"n993784708","geometry":{"type":"Point","coordinates":[-0.092924,51.4733658]},"properties":{"@type":"node","@id":993784708,"@timestamp":1532132789},"coords":"51.4733658,-0.092924","bedrooms":"0","price":"187000","area":"670"} , +{"type":"Feature","id":"n994099652","geometry":{"type":"Point","coordinates":[-0.9690417,51.6810651]},"properties":{"@type":"node","@id":994099652,"@timestamp":1486933203},"coords":"51.6810651,-0.9690417","bedrooms":"0","price":"159000","area":"656"} , +{"type":"Feature","id":"n994966491","geometry":{"type":"Point","coordinates":[-1.0017693,50.9457658]},"properties":{"@type":"node","@id":994966491,"@timestamp":1290187365},"coords":"50.9457658,-1.0017693","bedrooms":"1","price":"241000","area":"394"} , +{"type":"Feature","id":"n995192904","geometry":{"type":"Point","coordinates":[-0.3542093,51.0643899]},"properties":{"@type":"node","@id":995192904,"@timestamp":1617829739},"coords":"51.0643899,-0.3542093","bedrooms":"3","price":"247000","area":"634"} , +{"type":"Feature","id":"n996533599","geometry":{"type":"Point","coordinates":[-0.2015583,51.4837273]},"properties":{"@type":"node","@id":996533599,"@timestamp":1631444043},"coords":"51.4837273,-0.2015583","bedrooms":"1","price":"194000","area":"509"} , +{"type":"Feature","id":"n996688995","geometry":{"type":"Point","coordinates":[-0.2061598,51.5253427]},"properties":{"@type":"node","@id":996688995,"@timestamp":1583292987},"coords":"51.5253427,-0.2061598","bedrooms":"1","price":"217000","area":"407"} , +{"type":"Feature","id":"n997114789","geometry":{"type":"Point","coordinates":[-0.3053409,51.5109987]},"properties":{"@type":"node","@id":997114789,"@timestamp":1629999051},"coords":"51.5109987,-0.3053409","bedrooms":"3","price":"257000","area":"441"} , +{"type":"Feature","id":"n997756266","geometry":{"type":"Point","coordinates":[-0.2740125,51.3554411]},"properties":{"@type":"node","@id":997756266,"@timestamp":1574980850},"coords":"51.3554411,-0.2740125","bedrooms":"1","price":"186000","area":"632"} , +{"type":"Feature","id":"n998018585","geometry":{"type":"Point","coordinates":[-0.0826653,51.798319]},"properties":{"@type":"node","@id":998018585,"@timestamp":1474242838},"coords":"51.798319,-0.0826653","bedrooms":"0","price":"253000","area":"394"} , +{"type":"Feature","id":"n998056326","geometry":{"type":"Point","coordinates":[-0.413673,51.3605254]},"properties":{"@type":"node","@id":998056326,"@timestamp":1290356690},"coords":"51.3605254,-0.413673","bedrooms":"2","price":"170000","area":"539"} , +{"type":"Feature","id":"n998056407","geometry":{"type":"Point","coordinates":[-0.414947,51.3606091]},"properties":{"@type":"node","@id":998056407,"@timestamp":1290356691},"coords":"51.3606091,-0.414947","bedrooms":"0","price":"200000","area":"564"} , +{"type":"Feature","id":"n998106268","geometry":{"type":"Point","coordinates":[-0.3999858,51.3651387]},"properties":{"@type":"node","@id":998106268,"@timestamp":1290358553},"coords":"51.3651387,-0.3999858","bedrooms":"0","price":"190000","area":"580"} , +{"type":"Feature","id":"n998157727","geometry":{"type":"Point","coordinates":[-0.3973413,51.367527]},"properties":{"@type":"node","@id":998157727,"@timestamp":1290360025},"coords":"51.367527,-0.3973413","bedrooms":"4","price":"298000","area":"551"} , +{"type":"Feature","id":"n998172475","geometry":{"type":"Point","coordinates":[-0.6674655,51.9095164]},"properties":{"@type":"node","@id":998172475,"@timestamp":1627904435},"coords":"51.9095164,-0.6674655","bedrooms":"1","price":"193000","area":"556"} , +{"type":"Feature","id":"n998197811","geometry":{"type":"Point","coordinates":[-0.278462,51.9475624]},"properties":{"@type":"node","@id":998197811,"@timestamp":1474241044},"coords":"51.9475624,-0.278462","bedrooms":"4","price":"233000","area":"535"} , +{"type":"Feature","id":"n998232159","geometry":{"type":"Point","coordinates":[-0.1877861,51.7833286]},"properties":{"@type":"node","@id":998232159,"@timestamp":1327072688},"coords":"51.7833286,-0.1877861","bedrooms":"0","price":"158000","area":"457"} , +{"type":"Feature","id":"n999129106","geometry":{"type":"Point","coordinates":[-0.3362018,51.0811515]},"properties":{"@type":"node","@id":999129106,"@timestamp":1615134344},"coords":"51.0811515,-0.3362018","bedrooms":"0","price":"245000","area":"619"} , +{"type":"Feature","id":"n1000467325","geometry":{"type":"Point","coordinates":[-0.2864432,51.509767]},"properties":{"@type":"node","@id":1000467325,"@timestamp":1290478958},"coords":"51.509767,-0.2864432","bedrooms":"3","price":"207000","area":"592"} , +{"type":"Feature","id":"n1001102772","geometry":{"type":"Point","coordinates":[-0.242094,51.9654723]},"properties":{"@type":"node","@id":1001102772,"@timestamp":1626105838},"coords":"51.9654723,-0.242094","bedrooms":"1","price":"250000","area":"412"} , +{"type":"Feature","id":"n1003047163","geometry":{"type":"Point","coordinates":[-0.2387664,51.1799627]},"properties":{"@type":"node","@id":1003047163,"@timestamp":1375650667},"coords":"51.1799627,-0.2387664","bedrooms":"2","price":"234000","area":"422"} , +{"type":"Feature","id":"n1003184086","geometry":{"type":"Point","coordinates":[-0.2187201,51.5452668]},"properties":{"@type":"node","@id":1003184086,"@timestamp":1516641217},"coords":"51.5452668,-0.2187201","bedrooms":"3","price":"172000","area":"634"} , +{"type":"Feature","id":"n1003799479","geometry":{"type":"Point","coordinates":[-0.1601054,51.1738732]},"properties":{"@type":"node","@id":1003799479,"@timestamp":1487523006},"coords":"51.1738732,-0.1601054","bedrooms":"1","price":"288000","area":"533"} , +{"type":"Feature","id":"n1005482355","geometry":{"type":"Point","coordinates":[-1.065354,51.5620547]},"properties":{"@type":"node","@id":1005482355,"@timestamp":1290788188},"coords":"51.5620547,-1.065354","bedrooms":"3","price":"277000","area":"529"} , +{"type":"Feature","id":"n1005859558","geometry":{"type":"Point","coordinates":[-0.7229524,51.5341227]},"properties":{"@type":"node","@id":1005859558,"@timestamp":1508004858},"coords":"51.5341227,-0.7229524","bedrooms":"4","price":"184000","area":"436"} , +{"type":"Feature","id":"n1005898131","geometry":{"type":"Point","coordinates":[-0.7236144,51.5344204]},"properties":{"@type":"node","@id":1005898131,"@timestamp":1290802271},"coords":"51.5344204,-0.7236144","bedrooms":"1","price":"213000","area":"601"} , +{"type":"Feature","id":"n1006032912","geometry":{"type":"Point","coordinates":[-0.4346076,51.6294331]},"properties":{"@type":"node","@id":1006032912,"@timestamp":1307261472},"coords":"51.6294331,-0.4346076","bedrooms":"4","price":"215000","area":"599"} , +{"type":"Feature","id":"n1007324013","geometry":{"type":"Point","coordinates":[0.0013309,51.2235791]},"properties":{"@type":"node","@id":1007324013,"@timestamp":1401196796},"coords":"51.2235791,0.0013309","bedrooms":"0","price":"216000","area":"439"} , +{"type":"Feature","id":"n1007902603","geometry":{"type":"Point","coordinates":[-0.2683629,51.5297535]},"properties":{"@type":"node","@id":1007902603,"@timestamp":1290877392},"coords":"51.5297535,-0.2683629","bedrooms":"4","price":"266000","area":"485"} , +{"type":"Feature","id":"n1007952476","geometry":{"type":"Point","coordinates":[-0.2684512,51.5299291]},"properties":{"@type":"node","@id":1007952476,"@timestamp":1290877393},"coords":"51.5299291,-0.2684512","bedrooms":"2","price":"233000","area":"366"} , +{"type":"Feature","id":"n1008263038","geometry":{"type":"Point","coordinates":[-0.0816384,51.5431326]},"properties":{"@type":"node","@id":1008263038,"@timestamp":1290940608},"coords":"51.5431326,-0.0816384","bedrooms":"1","price":"209000","area":"613"} , +{"type":"Feature","id":"n1009119927","geometry":{"type":"Point","coordinates":[-0.0469949,51.3980157]},"properties":{"@type":"node","@id":1009119927,"@timestamp":1456701605},"coords":"51.3980157,-0.0469949","bedrooms":"1","price":"194000","area":"664"} , +{"type":"Feature","id":"n1010699296","geometry":{"type":"Point","coordinates":[-0.1557191,51.8890231]},"properties":{"@type":"node","@id":1010699296,"@timestamp":1290948077},"coords":"51.8890231,-0.1557191","bedrooms":"0","price":"227000","area":"504"} , +{"type":"Feature","id":"n1010794977","geometry":{"type":"Point","coordinates":[-0.3942874,51.3730272]},"properties":{"@type":"node","@id":1010794977,"@timestamp":1290950687},"coords":"51.3730272,-0.3942874","bedrooms":"2","price":"212000","area":"586"} , +{"type":"Feature","id":"n1010795017","geometry":{"type":"Point","coordinates":[-0.3958351,51.3728129]},"properties":{"@type":"node","@id":1010795017,"@timestamp":1290950689},"coords":"51.3728129,-0.3958351","bedrooms":"1","price":"293000","area":"654"} , +{"type":"Feature","id":"n1010795069","geometry":{"type":"Point","coordinates":[-0.3949687,51.3725634]},"properties":{"@type":"node","@id":1010795069,"@timestamp":1290950691},"coords":"51.3725634,-0.3949687","bedrooms":"2","price":"177000","area":"530"} , +{"type":"Feature","id":"n1010795157","geometry":{"type":"Point","coordinates":[-0.3962454,51.3715253]},"properties":{"@type":"node","@id":1010795157,"@timestamp":1290950695},"coords":"51.3715253,-0.3962454","bedrooms":"2","price":"223000","area":"388"} , +{"type":"Feature","id":"n1010802675","geometry":{"type":"Point","coordinates":[-0.2461033,51.5366037]},"properties":{"@type":"node","@id":1010802675,"@timestamp":1607951744},"coords":"51.5366037,-0.2461033","bedrooms":"0","price":"203000","area":"560"} , +{"type":"Feature","id":"n1011073923","geometry":{"type":"Point","coordinates":[-0.2076341,51.5261501]},"properties":{"@type":"node","@id":1011073923,"@timestamp":1583299639},"coords":"51.5261501,-0.2076341","bedrooms":"2","price":"181000","area":"373"} , +{"type":"Feature","id":"n1011246448","geometry":{"type":"Point","coordinates":[-0.8526394,51.4799706]},"properties":{"@type":"node","@id":1011246448,"@timestamp":1563662959},"coords":"51.4799706,-0.8526394","bedrooms":"2","price":"150000","area":"688"} , +{"type":"Feature","id":"n1011616713","geometry":{"type":"Point","coordinates":[-0.1203385,51.5586615]},"properties":{"@type":"node","@id":1011616713,"@timestamp":1626446808},"coords":"51.5586615,-0.1203385","bedrooms":"0","price":"156000","area":"639"} , +{"type":"Feature","id":"n1011643222","geometry":{"type":"Point","coordinates":[-0.5185216,51.1826934]},"properties":{"@type":"node","@id":1011643222,"@timestamp":1524082491},"coords":"51.1826934,-0.5185216","bedrooms":"1","price":"231000","area":"443"} , +{"type":"Feature","id":"n1011688950","geometry":{"type":"Point","coordinates":[-0.5208299,51.1868976]},"properties":{"@type":"node","@id":1011688950,"@timestamp":1382281250},"coords":"51.1868976,-0.5208299","bedrooms":"0","price":"241000","area":"682"} , +{"type":"Feature","id":"n1011806788","geometry":{"type":"Point","coordinates":[-0.1964427,51.5026645]},"properties":{"@type":"node","@id":1011806788,"@timestamp":1587804233},"coords":"51.5026645,-0.1964427","bedrooms":"3","price":"248000","area":"467"} , +{"type":"Feature","id":"n1011916734","geometry":{"type":"Point","coordinates":[-0.2950377,51.3593503]},"properties":{"@type":"node","@id":1011916734,"@timestamp":1307147527},"coords":"51.3593503,-0.2950377","bedrooms":"2","price":"153000","area":"577"} , +{"type":"Feature","id":"n1012420463","geometry":{"type":"Point","coordinates":[0.0223167,51.5952997]},"properties":{"@type":"node","@id":1012420463,"@timestamp":1543775716},"coords":"51.5952997,0.0223167","bedrooms":"3","price":"290000","area":"529"} , +{"type":"Feature","id":"n1012775609","geometry":{"type":"Point","coordinates":[-0.0938657,51.4967759]},"properties":{"@type":"node","@id":1012775609,"@timestamp":1580916897},"coords":"51.4967759,-0.0938657","bedrooms":"4","price":"204000","area":"661"} , +{"type":"Feature","id":"n1013531769","geometry":{"type":"Point","coordinates":[0.2685141,51.1917639]},"properties":{"@type":"node","@id":1013531769,"@timestamp":1327067246},"coords":"51.1917639,0.2685141","bedrooms":"0","price":"271000","area":"572"} , +{"type":"Feature","id":"n1013541529","geometry":{"type":"Point","coordinates":[-0.7272424,51.533093]},"properties":{"@type":"node","@id":1013541529,"@timestamp":1437929649},"coords":"51.533093,-0.7272424","bedrooms":"1","price":"235000","area":"649"} , +{"type":"Feature","id":"n1013541559","geometry":{"type":"Point","coordinates":[-0.7248243,51.5330698]},"properties":{"@type":"node","@id":1013541559,"@timestamp":1543100116},"coords":"51.5330698,-0.7248243","bedrooms":"3","price":"268000","area":"524"} , +{"type":"Feature","id":"n1013589865","geometry":{"type":"Point","coordinates":[-0.7310002,51.5320017]},"properties":{"@type":"node","@id":1013589865,"@timestamp":1291136248},"coords":"51.5320017,-0.7310002","bedrooms":"2","price":"163000","area":"518"} , +{"type":"Feature","id":"n1013830046","geometry":{"type":"Point","coordinates":[-0.7265244,51.4294017]},"properties":{"@type":"node","@id":1013830046,"@timestamp":1626277748},"coords":"51.4294017,-0.7265244","bedrooms":"3","price":"250000","area":"527"} , +{"type":"Feature","id":"n1014565421","geometry":{"type":"Point","coordinates":[0.5866605,51.9796379]},"properties":{"@type":"node","@id":1014565421,"@timestamp":1291214201},"coords":"51.9796379,0.5866605","bedrooms":"3","price":"296000","area":"484"} , +{"type":"Feature","id":"n1015042325","geometry":{"type":"Point","coordinates":[-0.0594063,51.4991585]},"properties":{"@type":"node","@id":1015042325,"@timestamp":1291237113},"coords":"51.4991585,-0.0594063","bedrooms":"2","price":"188000","area":"558"} , +{"type":"Feature","id":"n1015531452","geometry":{"type":"Point","coordinates":[-0.9614638,51.4538519]},"properties":{"@type":"node","@id":1015531452,"@timestamp":1551435485},"coords":"51.4538519,-0.9614638","bedrooms":"1","price":"249000","area":"671"} , +{"type":"Feature","id":"n1015998259","geometry":{"type":"Point","coordinates":[-0.0009345,51.4529877]},"properties":{"@type":"node","@id":1015998259,"@timestamp":1618527241},"coords":"51.4529877,-0.0009345","bedrooms":"4","price":"209000","area":"557"} , +{"type":"Feature","id":"n1016052631","geometry":{"type":"Point","coordinates":[-0.4173915,51.6557207]},"properties":{"@type":"node","@id":1016052631,"@timestamp":1605362986},"coords":"51.6557207,-0.4173915","bedrooms":"3","price":"153000","area":"598"} , +{"type":"Feature","id":"n1016370123","geometry":{"type":"Point","coordinates":[-0.6019818,51.7095869]},"properties":{"@type":"node","@id":1016370123,"@timestamp":1291315781},"coords":"51.7095869,-0.6019818","bedrooms":"0","price":"264000","area":"643"} , +{"type":"Feature","id":"n1016370272","geometry":{"type":"Point","coordinates":[-0.6005184,51.7091967]},"properties":{"@type":"node","@id":1016370272,"@timestamp":1598846774},"coords":"51.7091967,-0.6005184","bedrooms":"4","price":"294000","area":"429"} , +{"type":"Feature","id":"n1016370394","geometry":{"type":"Point","coordinates":[-0.6015445,51.7090825]},"properties":{"@type":"node","@id":1016370394,"@timestamp":1291315793},"coords":"51.7090825,-0.6015445","bedrooms":"0","price":"276000","area":"570"} , +{"type":"Feature","id":"n1016370622","geometry":{"type":"Point","coordinates":[-0.6013192,51.7097597]},"properties":{"@type":"node","@id":1016370622,"@timestamp":1291315800},"coords":"51.7097597,-0.6013192","bedrooms":"4","price":"246000","area":"631"} , +{"type":"Feature","id":"n1016370844","geometry":{"type":"Point","coordinates":[-0.6007519,51.7097747]},"properties":{"@type":"node","@id":1016370844,"@timestamp":1291315807},"coords":"51.7097747,-0.6007519","bedrooms":"2","price":"240000","area":"546"} , +{"type":"Feature","id":"n1016499146","geometry":{"type":"Point","coordinates":[-0.6029121,51.7087542]},"properties":{"@type":"node","@id":1016499146,"@timestamp":1291320710},"coords":"51.7087542,-0.6029121","bedrooms":"0","price":"198000","area":"608"} , +{"type":"Feature","id":"n1016499356","geometry":{"type":"Point","coordinates":[-0.603128,51.7093159]},"properties":{"@type":"node","@id":1016499356,"@timestamp":1291320715},"coords":"51.7093159,-0.603128","bedrooms":"4","price":"235000","area":"394"} , +{"type":"Feature","id":"n1016499509","geometry":{"type":"Point","coordinates":[-0.6023921,51.7096932]},"properties":{"@type":"node","@id":1016499509,"@timestamp":1291320718},"coords":"51.7096932,-0.6023921","bedrooms":"0","price":"192000","area":"419"} , +{"type":"Feature","id":"n1016514696","geometry":{"type":"Point","coordinates":[-0.6033025,51.7086753]},"properties":{"@type":"node","@id":1016514696,"@timestamp":1291321165},"coords":"51.7086753,-0.6033025","bedrooms":"0","price":"191000","area":"639"} , +{"type":"Feature","id":"n1016514901","geometry":{"type":"Point","coordinates":[-0.6036069,51.7093159]},"properties":{"@type":"node","@id":1016514901,"@timestamp":1291321169},"coords":"51.7093159,-0.6036069","bedrooms":"0","price":"227000","area":"384"} , +{"type":"Feature","id":"n1016596369","geometry":{"type":"Point","coordinates":[-0.5990098,51.7095836]},"properties":{"@type":"node","@id":1016596369,"@timestamp":1291323706},"coords":"51.7095836,-0.5990098","bedrooms":"0","price":"279000","area":"438"} , +{"type":"Feature","id":"n1016596587","geometry":{"type":"Point","coordinates":[-0.5987819,51.7087543]},"properties":{"@type":"node","@id":1016596587,"@timestamp":1291323713},"coords":"51.7087543,-0.5987819","bedrooms":"3","price":"170000","area":"414"} , +{"type":"Feature","id":"n1016596817","geometry":{"type":"Point","coordinates":[-0.5990689,51.7092014]},"properties":{"@type":"node","@id":1016596817,"@timestamp":1291323719},"coords":"51.7092014,-0.5990689","bedrooms":"2","price":"204000","area":"399"} , +{"type":"Feature","id":"n1016597089","geometry":{"type":"Point","coordinates":[-0.6006595,51.7087958]},"properties":{"@type":"node","@id":1016597089,"@timestamp":1291323728},"coords":"51.7087958,-0.6006595","bedrooms":"1","price":"155000","area":"656"} , +{"type":"Feature","id":"n1016890638","geometry":{"type":"Point","coordinates":[-0.3889815,51.5700033]},"properties":{"@type":"node","@id":1016890638,"@timestamp":1595517840},"coords":"51.5700033,-0.3889815","bedrooms":"0","price":"284000","area":"553"} , +{"type":"Feature","id":"n1018017371","geometry":{"type":"Point","coordinates":[-0.1962296,51.815758]},"properties":{"@type":"node","@id":1018017371,"@timestamp":1586786522},"coords":"51.815758,-0.1962296","bedrooms":"0","price":"272000","area":"569"} , +{"type":"Feature","id":"n1018502478","geometry":{"type":"Point","coordinates":[-0.2050714,51.0934012]},"properties":{"@type":"node","@id":1018502478,"@timestamp":1291394094},"coords":"51.0934012,-0.2050714","bedrooms":"4","price":"167000","area":"580"} , +{"type":"Feature","id":"n1019403379","geometry":{"type":"Point","coordinates":[-0.4496684,51.7126538]},"properties":{"@type":"node","@id":1019403379,"@timestamp":1386800611},"coords":"51.7126538,-0.4496684","bedrooms":"2","price":"233000","area":"465"} , +{"type":"Feature","id":"n1019660320","geometry":{"type":"Point","coordinates":[-0.0549152,51.494592]},"properties":{"@type":"node","@id":1019660320,"@timestamp":1291460015},"coords":"51.494592,-0.0549152","bedrooms":"0","price":"165000","area":"361"} , +{"type":"Feature","id":"n1019775209","geometry":{"type":"Point","coordinates":[-0.5931658,51.7093287]},"properties":{"@type":"node","@id":1019775209,"@timestamp":1452322927},"coords":"51.7093287,-0.5931658","bedrooms":"3","price":"267000","area":"451"} , +{"type":"Feature","id":"n1019927636","geometry":{"type":"Point","coordinates":[-0.57213,51.7071653]},"properties":{"@type":"node","@id":1019927636,"@timestamp":1291469512},"coords":"51.7071653,-0.57213","bedrooms":"2","price":"235000","area":"685"} , +{"type":"Feature","id":"n1020253853","geometry":{"type":"Point","coordinates":[-0.0856161,51.4694033]},"properties":{"@type":"node","@id":1020253853,"@timestamp":1567593884},"coords":"51.4694033,-0.0856161","bedrooms":"4","price":"229000","area":"533"} , +{"type":"Feature","id":"n1020606118","geometry":{"type":"Point","coordinates":[-0.585765,51.7241571]},"properties":{"@type":"node","@id":1020606118,"@timestamp":1291489458},"coords":"51.7241571,-0.585765","bedrooms":"1","price":"261000","area":"460"} , +{"type":"Feature","id":"n1020606195","geometry":{"type":"Point","coordinates":[-0.5894369,51.7207028]},"properties":{"@type":"node","@id":1020606195,"@timestamp":1291489460},"coords":"51.7207028,-0.5894369","bedrooms":"1","price":"170000","area":"473"} , +{"type":"Feature","id":"n1020606220","geometry":{"type":"Point","coordinates":[-0.559761,51.7439395]},"properties":{"@type":"node","@id":1020606220,"@timestamp":1291489461},"coords":"51.7439395,-0.559761","bedrooms":"0","price":"162000","area":"611"} , +{"type":"Feature","id":"n1020606257","geometry":{"type":"Point","coordinates":[-0.5746767,51.7352611]},"properties":{"@type":"node","@id":1020606257,"@timestamp":1586557438},"coords":"51.7352611,-0.5746767","bedrooms":"1","price":"294000","area":"621"} , +{"type":"Feature","id":"n1020606280","geometry":{"type":"Point","coordinates":[-0.5649913,51.7409052]},"properties":{"@type":"node","@id":1020606280,"@timestamp":1291489464},"coords":"51.7409052,-0.5649913","bedrooms":"2","price":"227000","area":"496"} , +{"type":"Feature","id":"n1021017640","geometry":{"type":"Point","coordinates":[-0.7417194,51.6997184]},"properties":{"@type":"node","@id":1021017640,"@timestamp":1585359477},"coords":"51.6997184,-0.7417194","bedrooms":"4","price":"213000","area":"591"} , +{"type":"Feature","id":"n1022037142","geometry":{"type":"Point","coordinates":[0.0549598,51.9412368]},"properties":{"@type":"node","@id":1022037142,"@timestamp":1291537565},"coords":"51.9412368,0.0549598","bedrooms":"0","price":"207000","area":"381"} , +{"type":"Feature","id":"n1022053939","geometry":{"type":"Point","coordinates":[0.0242966,51.9395334]},"properties":{"@type":"node","@id":1022053939,"@timestamp":1632519924},"coords":"51.9395334,0.0242966","bedrooms":"4","price":"277000","area":"511"} , +{"type":"Feature","id":"n1022228297","geometry":{"type":"Point","coordinates":[0.121765,51.9213625]},"properties":{"@type":"node","@id":1022228297,"@timestamp":1291542276},"coords":"51.9213625,0.121765","bedrooms":"2","price":"216000","area":"685"} , +{"type":"Feature","id":"n1022264404","geometry":{"type":"Point","coordinates":[0.1439768,51.930884]},"properties":{"@type":"node","@id":1022264404,"@timestamp":1291543215},"coords":"51.930884,0.1439768","bedrooms":"2","price":"208000","area":"681"} , +{"type":"Feature","id":"n1022264426","geometry":{"type":"Point","coordinates":[0.1216516,51.9338262]},"properties":{"@type":"node","@id":1022264426,"@timestamp":1291585684},"coords":"51.9338262,0.1216516","bedrooms":"4","price":"227000","area":"604"} , +{"type":"Feature","id":"n1022376571","geometry":{"type":"Point","coordinates":[-0.0671132,51.4923231]},"properties":{"@type":"node","@id":1022376571,"@timestamp":1616298156},"coords":"51.4923231,-0.0671132","bedrooms":"1","price":"242000","area":"367"} , +{"type":"Feature","id":"n1022696456","geometry":{"type":"Point","coordinates":[-0.0643259,51.4922136]},"properties":{"@type":"node","@id":1022696456,"@timestamp":1291556883},"coords":"51.4922136,-0.0643259","bedrooms":"2","price":"196000","area":"565"} , +{"type":"Feature","id":"n1022763504","geometry":{"type":"Point","coordinates":[-0.0868094,51.6636005]},"properties":{"@type":"node","@id":1022763504,"@timestamp":1291560353},"coords":"51.6636005,-0.0868094","bedrooms":"1","price":"294000","area":"615"} , +{"type":"Feature","id":"n1022810411","geometry":{"type":"Point","coordinates":[-0.0947172,51.6639573]},"properties":{"@type":"node","@id":1022810411,"@timestamp":1616328227},"coords":"51.6639573,-0.0947172","bedrooms":"1","price":"183000","area":"598"} , +{"type":"Feature","id":"n1022896860","geometry":{"type":"Point","coordinates":[-0.0910969,51.6670475]},"properties":{"@type":"node","@id":1022896860,"@timestamp":1616327717},"coords":"51.6670475,-0.0910969","bedrooms":"3","price":"298000","area":"558"} , +{"type":"Feature","id":"n1022942239","geometry":{"type":"Point","coordinates":[-0.7441442,51.5594088]},"properties":{"@type":"node","@id":1022942239,"@timestamp":1291564958},"coords":"51.5594088,-0.7441442","bedrooms":"1","price":"246000","area":"412"} , +{"type":"Feature","id":"n1023146518","geometry":{"type":"Point","coordinates":[-0.5544459,51.5871755]},"properties":{"@type":"node","@id":1023146518,"@timestamp":1627059222},"coords":"51.5871755,-0.5544459","bedrooms":"3","price":"284000","area":"669"} , +{"type":"Feature","id":"n1023200465","geometry":{"type":"Point","coordinates":[0.1134601,51.939397]},"properties":{"@type":"node","@id":1023200465,"@timestamp":1291570938},"coords":"51.939397,0.1134601","bedrooms":"2","price":"257000","area":"386"} , +{"type":"Feature","id":"n1023201843","geometry":{"type":"Point","coordinates":[0.5641516,51.3650187]},"properties":{"@type":"node","@id":1023201843,"@timestamp":1291570981},"coords":"51.3650187,0.5641516","bedrooms":"1","price":"167000","area":"615"} , +{"type":"Feature","id":"n1023398789","geometry":{"type":"Point","coordinates":[-0.0870754,51.6636436]},"properties":{"@type":"node","@id":1023398789,"@timestamp":1616423639},"coords":"51.6636436,-0.0870754","bedrooms":"1","price":"234000","area":"624"} , +{"type":"Feature","id":"n1023399764","geometry":{"type":"Point","coordinates":[-0.0949285,51.6647606]},"properties":{"@type":"node","@id":1023399764,"@timestamp":1616328083},"coords":"51.6647606,-0.0949285","bedrooms":"2","price":"152000","area":"490"} , +{"type":"Feature","id":"n1023400652","geometry":{"type":"Point","coordinates":[-0.095473,51.6648304]},"properties":{"@type":"node","@id":1023400652,"@timestamp":1616328090},"coords":"51.6648304,-0.095473","bedrooms":"2","price":"186000","area":"500"} , +{"type":"Feature","id":"n1023488512","geometry":{"type":"Point","coordinates":[-0.0711901,51.0733546]},"properties":{"@type":"node","@id":1023488512,"@timestamp":1596573565},"coords":"51.0733546,-0.0711901","bedrooms":"3","price":"170000","area":"515"} , +{"type":"Feature","id":"n1023519802","geometry":{"type":"Point","coordinates":[0.1965039,52.0260131]},"properties":{"@type":"node","@id":1023519802,"@timestamp":1291578648},"coords":"52.0260131,0.1965039","bedrooms":"4","price":"161000","area":"606"} , +{"type":"Feature","id":"n1023519955","geometry":{"type":"Point","coordinates":[0.1969759,52.0300762]},"properties":{"@type":"node","@id":1023519955,"@timestamp":1291578650},"coords":"52.0300762,0.1969759","bedrooms":"1","price":"282000","area":"676"} , +{"type":"Feature","id":"n1023520112","geometry":{"type":"Point","coordinates":[0.1352905,51.9416954]},"properties":{"@type":"node","@id":1023520112,"@timestamp":1291578653},"coords":"51.9416954,0.1352905","bedrooms":"2","price":"164000","area":"554"} , +{"type":"Feature","id":"n1023520250","geometry":{"type":"Point","coordinates":[0.177251,51.986423]},"properties":{"@type":"node","@id":1023520250,"@timestamp":1291578655},"coords":"51.986423,0.177251","bedrooms":"2","price":"158000","area":"380"} , +{"type":"Feature","id":"n1023520368","geometry":{"type":"Point","coordinates":[0.1884841,52.0024297]},"properties":{"@type":"node","@id":1023520368,"@timestamp":1291578657},"coords":"52.0024297,0.1884841","bedrooms":"0","price":"288000","area":"664"} , +{"type":"Feature","id":"n1023520448","geometry":{"type":"Point","coordinates":[0.1394426,51.9443641]},"properties":{"@type":"node","@id":1023520448,"@timestamp":1291578659},"coords":"51.9443641,0.1394426","bedrooms":"4","price":"163000","area":"629"} , +{"type":"Feature","id":"n1023520561","geometry":{"type":"Point","coordinates":[0.2685748,52.1109431]},"properties":{"@type":"node","@id":1023520561,"@timestamp":1291578661},"coords":"52.1109431,0.2685748","bedrooms":"3","price":"233000","area":"640"} , +{"type":"Feature","id":"n1023520702","geometry":{"type":"Point","coordinates":[0.197271,52.0325217]},"properties":{"@type":"node","@id":1023520702,"@timestamp":1291578663},"coords":"52.0325217,0.197271","bedrooms":"2","price":"224000","area":"674"} , +{"type":"Feature","id":"n1023565149","geometry":{"type":"Point","coordinates":[-0.4287476,51.6517057]},"properties":{"@type":"node","@id":1023565149,"@timestamp":1620562964},"coords":"51.6517057,-0.4287476","bedrooms":"2","price":"154000","area":"445"} , +{"type":"Feature","id":"n1023686624","geometry":{"type":"Point","coordinates":[0.315097,52.2679187]},"properties":{"@type":"node","@id":1023686624,"@timestamp":1291581501},"coords":"52.2679187,0.315097","bedrooms":"4","price":"233000","area":"598"} , +{"type":"Feature","id":"n1023686774","geometry":{"type":"Point","coordinates":[0.2764294,52.1856871]},"properties":{"@type":"node","@id":1023686774,"@timestamp":1291581505},"coords":"52.1856871,0.2764294","bedrooms":"4","price":"275000","area":"542"} , +{"type":"Feature","id":"n1023686914","geometry":{"type":"Point","coordinates":[0.3112863,52.2524838]},"properties":{"@type":"node","@id":1023686914,"@timestamp":1291581507},"coords":"52.2524838,0.3112863","bedrooms":"4","price":"151000","area":"366"} , +{"type":"Feature","id":"n1023789370","geometry":{"type":"Point","coordinates":[-0.0937696,51.6648829]},"properties":{"@type":"node","@id":1023789370,"@timestamp":1616330262},"coords":"51.6648829,-0.0937696","bedrooms":"0","price":"202000","area":"627"} , +{"type":"Feature","id":"n1023789473","geometry":{"type":"Point","coordinates":[-0.0935765,51.6654585]},"properties":{"@type":"node","@id":1023789473,"@timestamp":1616330299},"coords":"51.6654585,-0.0935765","bedrooms":"1","price":"241000","area":"521"} , +{"type":"Feature","id":"n1023789554","geometry":{"type":"Point","coordinates":[-0.0933968,51.6646899]},"properties":{"@type":"node","@id":1023789554,"@timestamp":1616330229},"coords":"51.6646899,-0.0933968","bedrooms":"2","price":"182000","area":"642"} , +{"type":"Feature","id":"n1023789836","geometry":{"type":"Point","coordinates":[-0.0929998,51.6657363]},"properties":{"@type":"node","@id":1023789836,"@timestamp":1616327906},"coords":"51.6657363,-0.0929998","bedrooms":"1","price":"293000","area":"433"} , +{"type":"Feature","id":"n1023790127","geometry":{"type":"Point","coordinates":[-0.0923641,51.6651624]},"properties":{"@type":"node","@id":1023790127,"@timestamp":1615543510},"coords":"51.6651624,-0.0923641","bedrooms":"2","price":"224000","area":"645"} , +{"type":"Feature","id":"n1023790206","geometry":{"type":"Point","coordinates":[-0.0943356,51.6650476]},"properties":{"@type":"node","@id":1023790206,"@timestamp":1616328114},"coords":"51.6650476,-0.0943356","bedrooms":"2","price":"290000","area":"600"} , +{"type":"Feature","id":"n1023795097","geometry":{"type":"Point","coordinates":[-0.2100836,51.4880968]},"properties":{"@type":"node","@id":1023795097,"@timestamp":1326928254},"coords":"51.4880968,-0.2100836","bedrooms":"3","price":"238000","area":"666"} , +{"type":"Feature","id":"n1023806378","geometry":{"type":"Point","coordinates":[0.0707035,51.9520548]},"properties":{"@type":"node","@id":1023806378,"@timestamp":1291584703},"coords":"51.9520548,0.0707035","bedrooms":"3","price":"187000","area":"434"} , +{"type":"Feature","id":"n1023806577","geometry":{"type":"Point","coordinates":[0.117073,51.9362365]},"properties":{"@type":"node","@id":1023806577,"@timestamp":1298987114},"coords":"51.9362365,0.117073","bedrooms":"2","price":"221000","area":"622"} , +{"type":"Feature","id":"n1023806804","geometry":{"type":"Point","coordinates":[0.0312855,51.9598105]},"properties":{"@type":"node","@id":1023806804,"@timestamp":1291584708},"coords":"51.9598105,0.0312855","bedrooms":"2","price":"187000","area":"375"} , +{"type":"Feature","id":"n1023845352","geometry":{"type":"Point","coordinates":[0.100084,51.937578]},"properties":{"@type":"node","@id":1023845352,"@timestamp":1291585655},"coords":"51.937578,0.100084","bedrooms":"3","price":"281000","area":"570"} , +{"type":"Feature","id":"n1023845414","geometry":{"type":"Point","coordinates":[0.013218,51.9594701]},"properties":{"@type":"node","@id":1023845414,"@timestamp":1445801158},"coords":"51.9594701,0.013218","bedrooms":"4","price":"262000","area":"416"} , +{"type":"Feature","id":"n1023845496","geometry":{"type":"Point","coordinates":[0.1202099,51.9337026]},"properties":{"@type":"node","@id":1023845496,"@timestamp":1298987110},"coords":"51.9337026,0.1202099","bedrooms":"4","price":"281000","area":"537"} , +{"type":"Feature","id":"n1023845578","geometry":{"type":"Point","coordinates":[0.1340943,51.9351075]},"properties":{"@type":"node","@id":1023845578,"@timestamp":1291585665},"coords":"51.9351075,0.1340943","bedrooms":"1","price":"261000","area":"623"} , +{"type":"Feature","id":"n1023845659","geometry":{"type":"Point","coordinates":[0.0963772,51.9388777]},"properties":{"@type":"node","@id":1023845659,"@timestamp":1291585668},"coords":"51.9388777,0.0963772","bedrooms":"1","price":"235000","area":"566"} , +{"type":"Feature","id":"n1023845747","geometry":{"type":"Point","coordinates":[0.1161315,51.9350447]},"properties":{"@type":"node","@id":1023845747,"@timestamp":1298987113},"coords":"51.9350447,0.1161315","bedrooms":"1","price":"234000","area":"354"} , +{"type":"Feature","id":"n1023876666","geometry":{"type":"Point","coordinates":[0.0983298,51.9471613]},"properties":{"@type":"node","@id":1023876666,"@timestamp":1291586690},"coords":"51.9471613,0.0983298","bedrooms":"2","price":"222000","area":"634"} , +{"type":"Feature","id":"n1023954179","geometry":{"type":"Point","coordinates":[0.0233406,51.9486412]},"properties":{"@type":"node","@id":1023954179,"@timestamp":1631448900},"coords":"51.9486412,0.0233406","bedrooms":"1","price":"243000","area":"405"} , +{"type":"Feature","id":"n1023954544","geometry":{"type":"Point","coordinates":[0.0249902,51.9485552]},"properties":{"@type":"node","@id":1023954544,"@timestamp":1631448882},"coords":"51.9485552,0.0249902","bedrooms":"1","price":"206000","area":"361"} , +{"type":"Feature","id":"n1023954768","geometry":{"type":"Point","coordinates":[0.0354883,51.9510581]},"properties":{"@type":"node","@id":1023954768,"@timestamp":1631448856},"coords":"51.9510581,0.0354883","bedrooms":"3","price":"252000","area":"421"} , +{"type":"Feature","id":"n1023980333","geometry":{"type":"Point","coordinates":[-0.5258156,52.1271705]},"properties":{"@type":"node","@id":1023980333,"@timestamp":1291588330},"coords":"52.1271705,-0.5258156","bedrooms":"0","price":"291000","area":"691"} , +{"type":"Feature","id":"n1023980421","geometry":{"type":"Point","coordinates":[-0.5354095,52.1236199]},"properties":{"@type":"node","@id":1023980421,"@timestamp":1291588331},"coords":"52.1236199,-0.5354095","bedrooms":"3","price":"257000","area":"612"} , +{"type":"Feature","id":"n1023980473","geometry":{"type":"Point","coordinates":[-0.5574997,52.0874011]},"properties":{"@type":"node","@id":1023980473,"@timestamp":1291668943},"coords":"52.0874011,-0.5574997","bedrooms":"2","price":"218000","area":"408"} , +{"type":"Feature","id":"n1023984834","geometry":{"type":"Point","coordinates":[0.1262247,51.8923254]},"properties":{"@type":"node","@id":1023984834,"@timestamp":1291588407},"coords":"51.8923254,0.1262247","bedrooms":"1","price":"171000","area":"620"} , +{"type":"Feature","id":"n1023998651","geometry":{"type":"Point","coordinates":[-0.5340734,51.9913859]},"properties":{"@type":"node","@id":1023998651,"@timestamp":1346439488},"coords":"51.9913859,-0.5340734","bedrooms":"0","price":"235000","area":"436"} , +{"type":"Feature","id":"n1023998742","geometry":{"type":"Point","coordinates":[-0.5483466,52.007313]},"properties":{"@type":"node","@id":1023998742,"@timestamp":1291668929},"coords":"52.007313,-0.5483466","bedrooms":"2","price":"200000","area":"414"} , +{"type":"Feature","id":"n1023998841","geometry":{"type":"Point","coordinates":[-0.5382173,51.9961596]},"properties":{"@type":"node","@id":1023998841,"@timestamp":1346439486},"coords":"51.9961596,-0.5382173","bedrooms":"1","price":"167000","area":"360"} , +{"type":"Feature","id":"n1023998901","geometry":{"type":"Point","coordinates":[-0.5626952,52.0653144]},"properties":{"@type":"node","@id":1023998901,"@timestamp":1291668941},"coords":"52.0653144,-0.5626952","bedrooms":"1","price":"179000","area":"423"} , +{"type":"Feature","id":"n1023999013","geometry":{"type":"Point","coordinates":[-0.5259918,51.9831986]},"properties":{"@type":"node","@id":1023999013,"@timestamp":1291668924},"coords":"51.9831986,-0.5259918","bedrooms":"0","price":"274000","area":"418"} , +{"type":"Feature","id":"n1023999102","geometry":{"type":"Point","coordinates":[-0.5571055,52.017688]},"properties":{"@type":"node","@id":1023999102,"@timestamp":1291668932},"coords":"52.017688,-0.5571055","bedrooms":"4","price":"269000","area":"529"} , +{"type":"Feature","id":"n1024017123","geometry":{"type":"Point","coordinates":[-0.5211019,51.9896608]},"properties":{"@type":"node","@id":1024017123,"@timestamp":1292958527},"coords":"51.9896608,-0.5211019","bedrooms":"2","price":"298000","area":"469"} , +{"type":"Feature","id":"n1024017198","geometry":{"type":"Point","coordinates":[-0.5072378,51.9469665]},"properties":{"@type":"node","@id":1024017198,"@timestamp":1291668918},"coords":"51.9469665,-0.5072378","bedrooms":"0","price":"230000","area":"669"} , +{"type":"Feature","id":"n1024017255","geometry":{"type":"Point","coordinates":[-0.5031314,51.939784]},"properties":{"@type":"node","@id":1024017255,"@timestamp":1555244075},"coords":"51.939784,-0.5031314","bedrooms":"3","price":"205000","area":"479"} , +{"type":"Feature","id":"n1024028750","geometry":{"type":"Point","coordinates":[-0.5180335,52.0458498]},"properties":{"@type":"node","@id":1024028750,"@timestamp":1292958526},"coords":"52.0458498,-0.5180335","bedrooms":"2","price":"165000","area":"453"} , +{"type":"Feature","id":"n1024049274","geometry":{"type":"Point","coordinates":[-0.4746867,52.1542442]},"properties":{"@type":"node","@id":1024049274,"@timestamp":1291589661},"coords":"52.1542442,-0.4746867","bedrooms":"3","price":"165000","area":"453"} , +{"type":"Feature","id":"n1024088023","geometry":{"type":"Point","coordinates":[0.2899914,51.9531985]},"properties":{"@type":"node","@id":1024088023,"@timestamp":1291591207},"coords":"51.9531985,0.2899914","bedrooms":"4","price":"166000","area":"432"} , +{"type":"Feature","id":"n1024088033","geometry":{"type":"Point","coordinates":[0.3517466,51.9641536]},"properties":{"@type":"node","@id":1024088033,"@timestamp":1291591208},"coords":"51.9641536,0.3517466","bedrooms":"1","price":"162000","area":"391"} , +{"type":"Feature","id":"n1024088044","geometry":{"type":"Point","coordinates":[0.1692848,51.9341054]},"properties":{"@type":"node","@id":1024088044,"@timestamp":1291591208},"coords":"51.9341054,0.1692848","bedrooms":"2","price":"205000","area":"487"} , +{"type":"Feature","id":"n1024088054","geometry":{"type":"Point","coordinates":[0.2246582,51.9423234]},"properties":{"@type":"node","@id":1024088054,"@timestamp":1291591209},"coords":"51.9423234,0.2246582","bedrooms":"3","price":"217000","area":"459"} , +{"type":"Feature","id":"n1024088067","geometry":{"type":"Point","coordinates":[0.2045202,51.9387617]},"properties":{"@type":"node","@id":1024088067,"@timestamp":1291591210},"coords":"51.9387617,0.2045202","bedrooms":"0","price":"204000","area":"402"} , +{"type":"Feature","id":"n1024136506","geometry":{"type":"Point","coordinates":[-0.1247808,51.5778195]},"properties":{"@type":"node","@id":1024136506,"@timestamp":1603486960},"coords":"51.5778195,-0.1247808","bedrooms":"3","price":"172000","area":"698"} , +{"type":"Feature","id":"n1024136517","geometry":{"type":"Point","coordinates":[-0.1248529,51.5777482]},"properties":{"@type":"node","@id":1024136517,"@timestamp":1489430167},"coords":"51.5777482,-0.1248529","bedrooms":"4","price":"214000","area":"543"} , +{"type":"Feature","id":"n1024152307","geometry":{"type":"Point","coordinates":[-0.6016504,51.7078119]},"properties":{"@type":"node","@id":1024152307,"@timestamp":1291596766},"coords":"51.7078119,-0.6016504","bedrooms":"0","price":"252000","area":"653"} , +{"type":"Feature","id":"n1024408085","geometry":{"type":"Point","coordinates":[-0.1093583,51.9459631]},"properties":{"@type":"node","@id":1024408085,"@timestamp":1291609985},"coords":"51.9459631,-0.1093583","bedrooms":"1","price":"251000","area":"410"} , +{"type":"Feature","id":"n1024408118","geometry":{"type":"Point","coordinates":[-0.0477752,51.9593706]},"properties":{"@type":"node","@id":1024408118,"@timestamp":1441491192},"coords":"51.9593706,-0.0477752","bedrooms":"0","price":"187000","area":"476"} , +{"type":"Feature","id":"n1024584626","geometry":{"type":"Point","coordinates":[0.4203534,51.9927064]},"properties":{"@type":"node","@id":1024584626,"@timestamp":1291809433},"coords":"51.9927064,0.4203534","bedrooms":"0","price":"191000","area":"395"} , +{"type":"Feature","id":"n1024584637","geometry":{"type":"Point","coordinates":[0.1745723,51.9370307]},"properties":{"@type":"node","@id":1024584637,"@timestamp":1291809435},"coords":"51.9370307,0.1745723","bedrooms":"1","price":"272000","area":"619"} , +{"type":"Feature","id":"n1024584647","geometry":{"type":"Point","coordinates":[0.3102077,51.9668315]},"properties":{"@type":"node","@id":1024584647,"@timestamp":1291809438},"coords":"51.9668315,0.3102077","bedrooms":"3","price":"270000","area":"565"} , +{"type":"Feature","id":"n1024584657","geometry":{"type":"Point","coordinates":[0.1805967,51.9383797]},"properties":{"@type":"node","@id":1024584657,"@timestamp":1291809438},"coords":"51.9383797,0.1805967","bedrooms":"0","price":"212000","area":"445"} , +{"type":"Feature","id":"n1024584667","geometry":{"type":"Point","coordinates":[0.4031125,51.9915699]},"properties":{"@type":"node","@id":1024584667,"@timestamp":1291809434},"coords":"51.9915699,0.4031125","bedrooms":"3","price":"253000","area":"477"} , +{"type":"Feature","id":"n1024584677","geometry":{"type":"Point","coordinates":[0.3156835,51.9678718]},"properties":{"@type":"node","@id":1024584677,"@timestamp":1291809434},"coords":"51.9678718,0.3156835","bedrooms":"1","price":"173000","area":"672"} , +{"type":"Feature","id":"n1024590480","geometry":{"type":"Point","coordinates":[0.5772059,51.3803308]},"properties":{"@type":"node","@id":1024590480,"@timestamp":1580295041},"coords":"51.3803308,0.5772059","bedrooms":"1","price":"257000","area":"468"} , +{"type":"Feature","id":"n1025241605","geometry":{"type":"Point","coordinates":[-0.6164167,51.5293668]},"properties":{"@type":"node","@id":1025241605,"@timestamp":1449409176},"coords":"51.5293668,-0.6164167","bedrooms":"1","price":"181000","area":"482"} , +{"type":"Feature","id":"n1025331057","geometry":{"type":"Point","coordinates":[-1.0021124,51.1030376]},"properties":{"@type":"node","@id":1025331057,"@timestamp":1291662009},"coords":"51.1030376,-1.0021124","bedrooms":"4","price":"285000","area":"544"} , +{"type":"Feature","id":"n1025350925","geometry":{"type":"Point","coordinates":[-1.131002,51.0683744]},"properties":{"@type":"node","@id":1025350925,"@timestamp":1291663213},"coords":"51.0683744,-1.131002","bedrooms":"4","price":"280000","area":"596"} , +{"type":"Feature","id":"n1025350935","geometry":{"type":"Point","coordinates":[-1.134589,51.0676424]},"properties":{"@type":"node","@id":1025350935,"@timestamp":1291663215},"coords":"51.0676424,-1.134589","bedrooms":"0","price":"173000","area":"472"} , +{"type":"Feature","id":"n1025371621","geometry":{"type":"Point","coordinates":[-1.2534533,51.0189141]},"properties":{"@type":"node","@id":1025371621,"@timestamp":1335819152},"coords":"51.0189141,-1.2534533","bedrooms":"1","price":"284000","area":"453"} , +{"type":"Feature","id":"n1025371634","geometry":{"type":"Point","coordinates":[-1.1753215,51.0594784]},"properties":{"@type":"node","@id":1025371634,"@timestamp":1345966995},"coords":"51.0594784,-1.1753215","bedrooms":"3","price":"253000","area":"528"} , +{"type":"Feature","id":"n1025371657","geometry":{"type":"Point","coordinates":[-1.2401649,51.0264132]},"properties":{"@type":"node","@id":1025371657,"@timestamp":1335818789},"coords":"51.0264132,-1.2401649","bedrooms":"3","price":"264000","area":"685"} , +{"type":"Feature","id":"n1025426841","geometry":{"type":"Point","coordinates":[-1.3426453,51.0142125]},"properties":{"@type":"node","@id":1025426841,"@timestamp":1291666368},"coords":"51.0142125,-1.3426453","bedrooms":"1","price":"278000","area":"695"} , +{"type":"Feature","id":"n1025443844","geometry":{"type":"Point","coordinates":[-0.6658525,52.1646731]},"properties":{"@type":"node","@id":1025443844,"@timestamp":1291668186},"coords":"52.1646731,-0.6658525","bedrooms":"3","price":"222000","area":"437"} , +{"type":"Feature","id":"n1025443942","geometry":{"type":"Point","coordinates":[-0.6640715,52.1611785]},"properties":{"@type":"node","@id":1025443942,"@timestamp":1291668187},"coords":"52.1611785,-0.6640715","bedrooms":"3","price":"169000","area":"593"} , +{"type":"Feature","id":"n1025444034","geometry":{"type":"Point","coordinates":[-0.5909545,52.1120137]},"properties":{"@type":"node","@id":1025444034,"@timestamp":1291668194},"coords":"52.1120137,-0.5909545","bedrooms":"4","price":"158000","area":"468"} , +{"type":"Feature","id":"n1025444104","geometry":{"type":"Point","coordinates":[-0.6534929,52.1492512]},"properties":{"@type":"node","@id":1025444104,"@timestamp":1291668188},"coords":"52.1492512,-0.6534929","bedrooms":"4","price":"225000","area":"539"} , +{"type":"Feature","id":"n1025450449","geometry":{"type":"Point","coordinates":[-0.6797249,52.1873258]},"properties":{"@type":"node","@id":1025450449,"@timestamp":1291668183},"coords":"52.1873258,-0.6797249","bedrooms":"4","price":"262000","area":"691"} , +{"type":"Feature","id":"n1025451744","geometry":{"type":"Point","coordinates":[-0.6888018,51.8881012]},"properties":{"@type":"node","@id":1025451744,"@timestamp":1291667410},"coords":"51.8881012,-0.6888018","bedrooms":"0","price":"233000","area":"513"} , +{"type":"Feature","id":"n1025693209","geometry":{"type":"Point","coordinates":[0.4917697,51.3923394]},"properties":{"@type":"node","@id":1025693209,"@timestamp":1608854058},"coords":"51.3923394,0.4917697","bedrooms":"1","price":"287000","area":"416"} , +{"type":"Feature","id":"n1025709551","geometry":{"type":"Point","coordinates":[0.6180906,52.0003324]},"properties":{"@type":"node","@id":1025709551,"@timestamp":1291810201},"coords":"52.0003324,0.6180906","bedrooms":"1","price":"170000","area":"380"} , +{"type":"Feature","id":"n1025709596","geometry":{"type":"Point","coordinates":[0.6939172,52.001293]},"properties":{"@type":"node","@id":1025709596,"@timestamp":1291810201},"coords":"52.001293,0.6939172","bedrooms":"3","price":"194000","area":"621"} , +{"type":"Feature","id":"n1025709634","geometry":{"type":"Point","coordinates":[0.5738025,51.9993027]},"properties":{"@type":"node","@id":1025709634,"@timestamp":1291809982},"coords":"51.9993027,0.5738025","bedrooms":"3","price":"250000","area":"355"} , +{"type":"Feature","id":"n1025709668","geometry":{"type":"Point","coordinates":[0.66143,52.001149]},"properties":{"@type":"node","@id":1025709668,"@timestamp":1291810200},"coords":"52.001149,0.66143","bedrooms":"0","price":"280000","area":"494"} , +{"type":"Feature","id":"n1025741743","geometry":{"type":"Point","coordinates":[0.4977965,51.4441931]},"properties":{"@type":"node","@id":1025741743,"@timestamp":1291684396},"coords":"51.4441931,0.4977965","bedrooms":"2","price":"188000","area":"589"} , +{"type":"Feature","id":"n1025741769","geometry":{"type":"Point","coordinates":[0.4657551,51.444783]},"properties":{"@type":"node","@id":1025741769,"@timestamp":1291684096},"coords":"51.444783,0.4657551","bedrooms":"2","price":"208000","area":"562"} , +{"type":"Feature","id":"n1025743441","geometry":{"type":"Point","coordinates":[0.5172155,51.4452912]},"properties":{"@type":"node","@id":1025743441,"@timestamp":1291684096},"coords":"51.4452912,0.5172155","bedrooms":"0","price":"291000","area":"480"} , +{"type":"Feature","id":"n1025746856","geometry":{"type":"Point","coordinates":[0.5730591,51.4373065]},"properties":{"@type":"node","@id":1025746856,"@timestamp":1291684393},"coords":"51.4373065,0.5730591","bedrooms":"0","price":"209000","area":"409"} , +{"type":"Feature","id":"n1025746870","geometry":{"type":"Point","coordinates":[0.5502764,51.444325]},"properties":{"@type":"node","@id":1025746870,"@timestamp":1291684395},"coords":"51.444325,0.5502764","bedrooms":"3","price":"285000","area":"660"} , +{"type":"Feature","id":"n1025746882","geometry":{"type":"Point","coordinates":[0.5697975,51.4386574]},"properties":{"@type":"node","@id":1025746882,"@timestamp":1291684393},"coords":"51.4386574,0.5697975","bedrooms":"1","price":"287000","area":"503"} , +{"type":"Feature","id":"n1025747923","geometry":{"type":"Point","coordinates":[0.4608251,51.4440408]},"properties":{"@type":"node","@id":1025747923,"@timestamp":1291683474},"coords":"51.4440408,0.4608251","bedrooms":"4","price":"188000","area":"467"} , +{"type":"Feature","id":"n1025748298","geometry":{"type":"Point","coordinates":[0.4560079,51.4423824]},"properties":{"@type":"node","@id":1025748298,"@timestamp":1291684396},"coords":"51.4423824,0.4560079","bedrooms":"1","price":"275000","area":"572"} , +{"type":"Feature","id":"n1026100133","geometry":{"type":"Point","coordinates":[-0.0059879,51.4509694]},"properties":{"@type":"node","@id":1026100133,"@timestamp":1610632752},"coords":"51.4509694,-0.0059879","bedrooms":"0","price":"207000","area":"683"} , +{"type":"Feature","id":"n1026416014","geometry":{"type":"Point","coordinates":[0.6089464,51.6491077]},"properties":{"@type":"node","@id":1026416014,"@timestamp":1512366255},"coords":"51.6491077,0.6089464","bedrooms":"1","price":"167000","area":"433"} , +{"type":"Feature","id":"n1026596179","geometry":{"type":"Point","coordinates":[-0.6373576,51.8541707]},"properties":{"@type":"node","@id":1026596179,"@timestamp":1291736392},"coords":"51.8541707,-0.6373576","bedrooms":"1","price":"260000","area":"579"} , +{"type":"Feature","id":"n1026638394","geometry":{"type":"Point","coordinates":[-0.958085,51.1239829]},"properties":{"@type":"node","@id":1026638394,"@timestamp":1291738256},"coords":"51.1239829,-0.958085","bedrooms":"1","price":"231000","area":"420"} , +{"type":"Feature","id":"n1026645821","geometry":{"type":"Point","coordinates":[-0.6295137,51.8453048]},"properties":{"@type":"node","@id":1026645821,"@timestamp":1291738517},"coords":"51.8453048,-0.6295137","bedrooms":"0","price":"253000","area":"532"} , +{"type":"Feature","id":"n1026766644","geometry":{"type":"Point","coordinates":[-0.880121,51.2131539]},"properties":{"@type":"node","@id":1026766644,"@timestamp":1291741700},"coords":"51.2131539,-0.880121","bedrooms":"4","price":"296000","area":"386"} , +{"type":"Feature","id":"n1026766706","geometry":{"type":"Point","coordinates":[-0.8821364,51.2161775]},"properties":{"@type":"node","@id":1026766706,"@timestamp":1291741701},"coords":"51.2161775,-0.8821364","bedrooms":"1","price":"240000","area":"603"} , +{"type":"Feature","id":"n1026766751","geometry":{"type":"Point","coordinates":[-0.8996388,51.1927525]},"properties":{"@type":"node","@id":1026766751,"@timestamp":1291741702},"coords":"51.1927525,-0.8996388","bedrooms":"0","price":"283000","area":"471"} , +{"type":"Feature","id":"n1027128515","geometry":{"type":"Point","coordinates":[0.8194114,51.1086742]},"properties":{"@type":"node","@id":1027128515,"@timestamp":1352191474},"coords":"51.1086742,0.8194114","bedrooms":"1","price":"189000","area":"547"} , +{"type":"Feature","id":"n1027297006","geometry":{"type":"Point","coordinates":[0.8475769,51.1176883]},"properties":{"@type":"node","@id":1027297006,"@timestamp":1291762228},"coords":"51.1176883,0.8475769","bedrooms":"4","price":"291000","area":"464"} , +{"type":"Feature","id":"n1027333307","geometry":{"type":"Point","coordinates":[0.5970435,51.4301866]},"properties":{"@type":"node","@id":1027333307,"@timestamp":1291766538},"coords":"51.4301866,0.5970435","bedrooms":"0","price":"163000","area":"449"} , +{"type":"Feature","id":"n1027336657","geometry":{"type":"Point","coordinates":[0.6270413,51.4430111]},"properties":{"@type":"node","@id":1027336657,"@timestamp":1291766929},"coords":"51.4430111,0.6270413","bedrooms":"2","price":"197000","area":"394"} , +{"type":"Feature","id":"n1027353393","geometry":{"type":"Point","coordinates":[0.7159351,51.4507542]},"properties":{"@type":"node","@id":1027353393,"@timestamp":1291767859},"coords":"51.4507542,0.7159351","bedrooms":"3","price":"209000","area":"399"} , +{"type":"Feature","id":"n1027420069","geometry":{"type":"Point","coordinates":[0.6937988,51.4416837]},"properties":{"@type":"node","@id":1027420069,"@timestamp":1291771818},"coords":"51.4416837,0.6937988","bedrooms":"3","price":"270000","area":"495"} , +{"type":"Feature","id":"n1027437841","geometry":{"type":"Point","coordinates":[0.4907986,51.4583783]},"properties":{"@type":"node","@id":1027437841,"@timestamp":1291772629},"coords":"51.4583783,0.4907986","bedrooms":"1","price":"221000","area":"449"} , +{"type":"Feature","id":"n1027437859","geometry":{"type":"Point","coordinates":[0.4949641,51.4596241]},"properties":{"@type":"node","@id":1027437859,"@timestamp":1291772629},"coords":"51.4596241,0.4949641","bedrooms":"1","price":"265000","area":"435"} , +{"type":"Feature","id":"n1028019729","geometry":{"type":"Point","coordinates":[-0.4039328,51.6602704]},"properties":{"@type":"node","@id":1028019729,"@timestamp":1575351078},"coords":"51.6602704,-0.4039328","bedrooms":"2","price":"229000","area":"517"} , +{"type":"Feature","id":"n1028180302","geometry":{"type":"Point","coordinates":[-0.193183,51.9277197]},"properties":{"@type":"node","@id":1028180302,"@timestamp":1291824993},"coords":"51.9277197,-0.193183","bedrooms":"4","price":"262000","area":"593"} , +{"type":"Feature","id":"n1028395012","geometry":{"type":"Point","coordinates":[-0.0743805,51.5193048]},"properties":{"@type":"node","@id":1028395012,"@timestamp":1604760983},"coords":"51.5193048,-0.0743805","bedrooms":"0","price":"286000","area":"678"} , +{"type":"Feature","id":"n1029591685","geometry":{"type":"Point","coordinates":[-0.4887977,51.7465419]},"properties":{"@type":"node","@id":1029591685,"@timestamp":1563470197},"coords":"51.7465419,-0.4887977","bedrooms":"3","price":"226000","area":"425"} , +{"type":"Feature","id":"n1029695325","geometry":{"type":"Point","coordinates":[-0.2249732,51.6087466]},"properties":{"@type":"node","@id":1029695325,"@timestamp":1291910748},"coords":"51.6087466,-0.2249732","bedrooms":"2","price":"161000","area":"392"} , +{"type":"Feature","id":"n1029765877","geometry":{"type":"Point","coordinates":[0.4978314,51.4412272]},"properties":{"@type":"node","@id":1029765877,"@timestamp":1291914811},"coords":"51.4412272,0.4978314","bedrooms":"3","price":"162000","area":"693"} , +{"type":"Feature","id":"n1029773280","geometry":{"type":"Point","coordinates":[0.4875157,51.4417288]},"properties":{"@type":"node","@id":1029773280,"@timestamp":1291915105},"coords":"51.4417288,0.4875157","bedrooms":"0","price":"288000","area":"594"} , +{"type":"Feature","id":"n1029794665","geometry":{"type":"Point","coordinates":[-0.2359235,51.9270328]},"properties":{"@type":"node","@id":1029794665,"@timestamp":1291916408},"coords":"51.9270328,-0.2359235","bedrooms":"3","price":"275000","area":"443"} , +{"type":"Feature","id":"n1029937596","geometry":{"type":"Point","coordinates":[-0.5398531,51.950031]},"properties":{"@type":"node","@id":1029937596,"@timestamp":1631464088},"coords":"51.950031,-0.5398531","bedrooms":"0","price":"247000","area":"545"} , +{"type":"Feature","id":"n1030118914","geometry":{"type":"Point","coordinates":[-0.5842017,51.9618807]},"properties":{"@type":"node","@id":1030118914,"@timestamp":1564866374},"coords":"51.9618807,-0.5842017","bedrooms":"1","price":"236000","area":"456"} , +{"type":"Feature","id":"n1030634592","geometry":{"type":"Point","coordinates":[-0.1765909,51.6215217]},"properties":{"@type":"node","@id":1030634592,"@timestamp":1564912861},"coords":"51.6215217,-0.1765909","bedrooms":"4","price":"232000","area":"383"} , +{"type":"Feature","id":"n1030976973","geometry":{"type":"Point","coordinates":[-0.1047137,51.4741128]},"properties":{"@type":"node","@id":1030976973,"@timestamp":1291995056},"coords":"51.4741128,-0.1047137","bedrooms":"3","price":"174000","area":"604"} , +{"type":"Feature","id":"n1031093694","geometry":{"type":"Point","coordinates":[-0.3970635,51.6554597]},"properties":{"@type":"node","@id":1031093694,"@timestamp":1291999147},"coords":"51.6554597,-0.3970635","bedrooms":"2","price":"196000","area":"494"} , +{"type":"Feature","id":"n1032048126","geometry":{"type":"Point","coordinates":[-0.955685,51.1462598]},"properties":{"@type":"node","@id":1032048126,"@timestamp":1292016096},"coords":"51.1462598,-0.955685","bedrooms":"2","price":"217000","area":"439"} , +{"type":"Feature","id":"n1032126014","geometry":{"type":"Point","coordinates":[-0.9454308,51.145971]},"properties":{"@type":"node","@id":1032126014,"@timestamp":1292017828},"coords":"51.145971,-0.9454308","bedrooms":"2","price":"170000","area":"397"} , +{"type":"Feature","id":"n1032126051","geometry":{"type":"Point","coordinates":[-0.9635245,51.1259098]},"properties":{"@type":"node","@id":1032126051,"@timestamp":1292017829},"coords":"51.1259098,-0.9635245","bedrooms":"4","price":"239000","area":"496"} , +{"type":"Feature","id":"n1032130135","geometry":{"type":"Point","coordinates":[0.2481668,51.9322428]},"properties":{"@type":"node","@id":1032130135,"@timestamp":1292017925},"coords":"51.9322428,0.2481668","bedrooms":"4","price":"178000","area":"426"} , +{"type":"Feature","id":"n1032977940","geometry":{"type":"Point","coordinates":[0.0877379,51.9712483]},"properties":{"@type":"node","@id":1032977940,"@timestamp":1292065255},"coords":"51.9712483,0.0877379","bedrooms":"1","price":"172000","area":"693"} , +{"type":"Feature","id":"n1032977964","geometry":{"type":"Point","coordinates":[0.0882287,51.9666098]},"properties":{"@type":"node","@id":1032977964,"@timestamp":1292065254},"coords":"51.9666098,0.0882287","bedrooms":"3","price":"203000","area":"439"} , +{"type":"Feature","id":"n1032978002","geometry":{"type":"Point","coordinates":[0.08961,51.9728148]},"properties":{"@type":"node","@id":1032978002,"@timestamp":1292065254},"coords":"51.9728148,0.08961","bedrooms":"3","price":"280000","area":"392"} , +{"type":"Feature","id":"n1033020901","geometry":{"type":"Point","coordinates":[0.1107136,51.9437391]},"properties":{"@type":"node","@id":1033020901,"@timestamp":1292065250},"coords":"51.9437391,0.1107136","bedrooms":"3","price":"176000","area":"398"} , +{"type":"Feature","id":"n1033020964","geometry":{"type":"Point","coordinates":[0.1038687,51.9546717]},"properties":{"@type":"node","@id":1033020964,"@timestamp":1292065251},"coords":"51.9546717,0.1038687","bedrooms":"4","price":"262000","area":"587"} , +{"type":"Feature","id":"n1033021019","geometry":{"type":"Point","coordinates":[0.1115291,51.9457479]},"properties":{"@type":"node","@id":1033021019,"@timestamp":1292065252},"coords":"51.9457479,0.1115291","bedrooms":"2","price":"242000","area":"449"} , +{"type":"Feature","id":"n1033069169","geometry":{"type":"Point","coordinates":[0.0416521,51.9507895]},"properties":{"@type":"node","@id":1033069169,"@timestamp":1633871343},"coords":"51.9507895,0.0416521","bedrooms":"3","price":"267000","area":"471"} , +{"type":"Feature","id":"n1033201260","geometry":{"type":"Point","coordinates":[-0.2201077,52.074366]},"properties":{"@type":"node","@id":1033201260,"@timestamp":1294168974},"coords":"52.074366,-0.2201077","bedrooms":"2","price":"282000","area":"468"} , +{"type":"Feature","id":"n1033201305","geometry":{"type":"Point","coordinates":[-0.1951417,52.0107709]},"properties":{"@type":"node","@id":1033201305,"@timestamp":1294168979},"coords":"52.0107709,-0.1951417","bedrooms":"0","price":"247000","area":"485"} , +{"type":"Feature","id":"n1033201364","geometry":{"type":"Point","coordinates":[-0.2285781,52.0874275]},"properties":{"@type":"node","@id":1033201364,"@timestamp":1294168976},"coords":"52.0874275,-0.2285781","bedrooms":"2","price":"249000","area":"383"} , +{"type":"Feature","id":"n1033201432","geometry":{"type":"Point","coordinates":[-0.2753717,52.1518284]},"properties":{"@type":"node","@id":1033201432,"@timestamp":1394144550},"coords":"52.1518284,-0.2753717","bedrooms":"4","price":"214000","area":"682"} , +{"type":"Feature","id":"n1033201490","geometry":{"type":"Point","coordinates":[-0.2179297,52.0709565]},"properties":{"@type":"node","@id":1033201490,"@timestamp":1294168974},"coords":"52.0709565,-0.2179297","bedrooms":"2","price":"206000","area":"566"} , +{"type":"Feature","id":"n1033201518","geometry":{"type":"Point","coordinates":[-0.2123564,51.9587791]},"properties":{"@type":"node","@id":1033201518,"@timestamp":1292074603},"coords":"51.9587791,-0.2123564","bedrooms":"0","price":"251000","area":"564"} , +{"type":"Feature","id":"n1033201555","geometry":{"type":"Point","coordinates":[-0.1956352,52.008169]},"properties":{"@type":"node","@id":1033201555,"@timestamp":1294168973},"coords":"52.008169,-0.1956352","bedrooms":"2","price":"175000","area":"407"} , +{"type":"Feature","id":"n1033423357","geometry":{"type":"Point","coordinates":[-0.0010917,51.7659869]},"properties":{"@type":"node","@id":1033423357,"@timestamp":1292083689},"coords":"51.7659869,-0.0010917","bedrooms":"0","price":"286000","area":"642"} , +{"type":"Feature","id":"n1033431988","geometry":{"type":"Point","coordinates":[-0.094046,51.4924436]},"properties":{"@type":"node","@id":1033431988,"@timestamp":1486348405},"coords":"51.4924436,-0.094046","bedrooms":"1","price":"178000","area":"534"} , +{"type":"Feature","id":"n1033471865","geometry":{"type":"Point","coordinates":[-0.0943836,51.492664]},"properties":{"@type":"node","@id":1033471865,"@timestamp":1486448304},"coords":"51.492664,-0.0943836","bedrooms":"0","price":"224000","area":"528"} , +{"type":"Feature","id":"n1033534905","geometry":{"type":"Point","coordinates":[-0.0977,51.4917209]},"properties":{"@type":"node","@id":1033534905,"@timestamp":1486114077},"coords":"51.4917209,-0.0977","bedrooms":"1","price":"186000","area":"368"} , +{"type":"Feature","id":"n1033535065","geometry":{"type":"Point","coordinates":[-0.0977218,51.4918844]},"properties":{"@type":"node","@id":1033535065,"@timestamp":1486116674},"coords":"51.4918844,-0.0977218","bedrooms":"1","price":"249000","area":"546"} , +{"type":"Feature","id":"n1033535174","geometry":{"type":"Point","coordinates":[-0.0976421,51.4918844]},"properties":{"@type":"node","@id":1033535174,"@timestamp":1486302068},"coords":"51.4918844,-0.0976421","bedrooms":"3","price":"220000","area":"546"} , +{"type":"Feature","id":"n1033680622","geometry":{"type":"Point","coordinates":[0.1871795,51.894489]},"properties":{"@type":"node","@id":1033680622,"@timestamp":1327982289},"coords":"51.894489,0.1871795","bedrooms":"0","price":"169000","area":"428"} , +{"type":"Feature","id":"n1034393489","geometry":{"type":"Point","coordinates":[-0.1101784,51.528829]},"properties":{"@type":"node","@id":1034393489,"@timestamp":1611215269},"coords":"51.528829,-0.1101784","bedrooms":"2","price":"286000","area":"598"} , +{"type":"Feature","id":"n1034482605","geometry":{"type":"Point","coordinates":[-0.0991433,51.5290212]},"properties":{"@type":"node","@id":1034482605,"@timestamp":1568936026},"coords":"51.5290212,-0.0991433","bedrooms":"0","price":"230000","area":"408"} , +{"type":"Feature","id":"n1035286815","geometry":{"type":"Point","coordinates":[-0.0946678,51.4927348]},"properties":{"@type":"node","@id":1035286815,"@timestamp":1486342326},"coords":"51.4927348,-0.0946678","bedrooms":"2","price":"166000","area":"367"} , +{"type":"Feature","id":"n1035287006","geometry":{"type":"Point","coordinates":[-0.095251,51.492596]},"properties":{"@type":"node","@id":1035287006,"@timestamp":1486198395},"coords":"51.492596,-0.095251","bedrooms":"2","price":"225000","area":"641"} , +{"type":"Feature","id":"n1035439159","geometry":{"type":"Point","coordinates":[-0.0980042,51.4920993]},"properties":{"@type":"node","@id":1035439159,"@timestamp":1486478175},"coords":"51.4920993,-0.0980042","bedrooms":"1","price":"178000","area":"655"} , +{"type":"Feature","id":"n1035501115","geometry":{"type":"Point","coordinates":[-0.0980854,51.4924259]},"properties":{"@type":"node","@id":1035501115,"@timestamp":1486046185},"coords":"51.4924259,-0.0980854","bedrooms":"1","price":"218000","area":"370"} , +{"type":"Feature","id":"n1035509992","geometry":{"type":"Point","coordinates":[-0.9720976,51.3491197]},"properties":{"@type":"node","@id":1035509992,"@timestamp":1362184385},"coords":"51.3491197,-0.9720976","bedrooms":"1","price":"230000","area":"574"} , +{"type":"Feature","id":"n1035527874","geometry":{"type":"Point","coordinates":[-0.098103,51.4929608]},"properties":{"@type":"node","@id":1035527874,"@timestamp":1407050838},"coords":"51.4929608,-0.098103","bedrooms":"3","price":"231000","area":"422"} , +{"type":"Feature","id":"n1035616669","geometry":{"type":"Point","coordinates":[-0.1106542,51.5444219]},"properties":{"@type":"node","@id":1035616669,"@timestamp":1292158585},"coords":"51.5444219,-0.1106542","bedrooms":"0","price":"278000","area":"573"} , +{"type":"Feature","id":"n1035749427","geometry":{"type":"Point","coordinates":[-0.1820199,51.8992105]},"properties":{"@type":"node","@id":1035749427,"@timestamp":1292165259},"coords":"51.8992105,-0.1820199","bedrooms":"0","price":"272000","area":"657"} , +{"type":"Feature","id":"n1036258771","geometry":{"type":"Point","coordinates":[-0.0869091,51.6639948]},"properties":{"@type":"node","@id":1036258771,"@timestamp":1615898391},"coords":"51.6639948,-0.0869091","bedrooms":"4","price":"197000","area":"645"} , +{"type":"Feature","id":"n1036312561","geometry":{"type":"Point","coordinates":[-0.0845457,51.6641368]},"properties":{"@type":"node","@id":1036312561,"@timestamp":1615729485},"coords":"51.6641368,-0.0845457","bedrooms":"4","price":"173000","area":"580"} , +{"type":"Feature","id":"n1036312616","geometry":{"type":"Point","coordinates":[-0.0835214,51.664146]},"properties":{"@type":"node","@id":1036312616,"@timestamp":1615729526},"coords":"51.664146,-0.0835214","bedrooms":"0","price":"239000","area":"439"} , +{"type":"Feature","id":"n1036448819","geometry":{"type":"Point","coordinates":[-0.0826524,51.6649596]},"properties":{"@type":"node","@id":1036448819,"@timestamp":1614079508},"coords":"51.6649596,-0.0826524","bedrooms":"4","price":"153000","area":"522"} , +{"type":"Feature","id":"n1036448845","geometry":{"type":"Point","coordinates":[-0.0826578,51.6649979]},"properties":{"@type":"node","@id":1036448845,"@timestamp":1614079505},"coords":"51.6649979,-0.0826578","bedrooms":"1","price":"248000","area":"601"} , +{"type":"Feature","id":"n1036448890","geometry":{"type":"Point","coordinates":[-0.0827704,51.6651875]},"properties":{"@type":"node","@id":1036448890,"@timestamp":1614079528},"coords":"51.6651875,-0.0827704","bedrooms":"0","price":"227000","area":"596"} , +{"type":"Feature","id":"n1036448911","geometry":{"type":"Point","coordinates":[-0.0825344,51.6647883]},"properties":{"@type":"node","@id":1036448911,"@timestamp":1614079483},"coords":"51.6647883,-0.0825344","bedrooms":"1","price":"231000","area":"374"} , +{"type":"Feature","id":"n1036454723","geometry":{"type":"Point","coordinates":[-0.0847337,51.665936]},"properties":{"@type":"node","@id":1036454723,"@timestamp":1612712827},"coords":"51.665936,-0.0847337","bedrooms":"1","price":"153000","area":"467"} , +{"type":"Feature","id":"n1036962054","geometry":{"type":"Point","coordinates":[0.7171887,51.3432884]},"properties":{"@type":"node","@id":1036962054,"@timestamp":1443293125},"coords":"51.3432884,0.7171887","bedrooms":"1","price":"263000","area":"576"} , +{"type":"Feature","id":"n1037294531","geometry":{"type":"Point","coordinates":[0.527687,51.4497447]},"properties":{"@type":"node","@id":1037294531,"@timestamp":1292254781},"coords":"51.4497447,0.527687","bedrooms":"3","price":"158000","area":"392"} , +{"type":"Feature","id":"n1037294547","geometry":{"type":"Point","coordinates":[0.5235671,51.4493374]},"properties":{"@type":"node","@id":1037294547,"@timestamp":1292254782},"coords":"51.4493374,0.5235671","bedrooms":"3","price":"267000","area":"437"} , +{"type":"Feature","id":"n1037294570","geometry":{"type":"Point","coordinates":[0.549665,51.4508346]},"properties":{"@type":"node","@id":1037294570,"@timestamp":1292254782},"coords":"51.4508346,0.549665","bedrooms":"0","price":"291000","area":"588"} , +{"type":"Feature","id":"n1037327589","geometry":{"type":"Point","coordinates":[0.1698037,51.1986901]},"properties":{"@type":"node","@id":1037327589,"@timestamp":1292256349},"coords":"51.1986901,0.1698037","bedrooms":"2","price":"199000","area":"651"} , +{"type":"Feature","id":"n1037346157","geometry":{"type":"Point","coordinates":[-0.6928687,51.9199985]},"properties":{"@type":"node","@id":1037346157,"@timestamp":1404686166},"coords":"51.9199985,-0.6928687","bedrooms":"4","price":"290000","area":"625"} , +{"type":"Feature","id":"n1037379429","geometry":{"type":"Point","coordinates":[-0.0124374,51.7587125]},"properties":{"@type":"node","@id":1037379429,"@timestamp":1292259378},"coords":"51.7587125,-0.0124374","bedrooms":"0","price":"235000","area":"694"} , +{"type":"Feature","id":"n1037624733","geometry":{"type":"Point","coordinates":[0.5079316,51.0614604]},"properties":{"@type":"node","@id":1037624733,"@timestamp":1292274518},"coords":"51.0614604,0.5079316","bedrooms":"0","price":"251000","area":"530"} , +{"type":"Feature","id":"n1037710086","geometry":{"type":"Point","coordinates":[0.5095728,51.0578071]},"properties":{"@type":"node","@id":1037710086,"@timestamp":1292274414},"coords":"51.0578071,0.5095728","bedrooms":"0","price":"182000","area":"505"} , +{"type":"Feature","id":"n1037710639","geometry":{"type":"Point","coordinates":[0.5143066,51.0674654]},"properties":{"@type":"node","@id":1037710639,"@timestamp":1292274442},"coords":"51.0674654,0.5143066","bedrooms":"4","price":"228000","area":"455"} , +{"type":"Feature","id":"n1037711209","geometry":{"type":"Point","coordinates":[0.5129184,51.0607761]},"properties":{"@type":"node","@id":1037711209,"@timestamp":1292274462},"coords":"51.0607761,0.5129184","bedrooms":"3","price":"159000","area":"379"} , +{"type":"Feature","id":"n1037810020","geometry":{"type":"Point","coordinates":[-0.887851,51.4649094]},"properties":{"@type":"node","@id":1037810020,"@timestamp":1292279385},"coords":"51.4649094,-0.887851","bedrooms":"3","price":"212000","area":"662"} , +{"type":"Feature","id":"n1037814957","geometry":{"type":"Point","coordinates":[0.2518825,51.5429917]},"properties":{"@type":"node","@id":1037814957,"@timestamp":1624555113},"coords":"51.5429917,0.2518825","bedrooms":"4","price":"257000","area":"675"} , +{"type":"Feature","id":"n1037979167","geometry":{"type":"Point","coordinates":[-0.5622775,51.8134404]},"properties":{"@type":"node","@id":1037979167,"@timestamp":1618183441},"coords":"51.8134404,-0.5622775","bedrooms":"4","price":"240000","area":"542"} , +{"type":"Feature","id":"n1038174932","geometry":{"type":"Point","coordinates":[-0.6497844,51.8439107]},"properties":{"@type":"node","@id":1038174932,"@timestamp":1292329457},"coords":"51.8439107,-0.6497844","bedrooms":"2","price":"291000","area":"517"} , +{"type":"Feature","id":"n1038337195","geometry":{"type":"Point","coordinates":[-0.0970245,51.4930875]},"properties":{"@type":"node","@id":1038337195,"@timestamp":1486311614},"coords":"51.4930875,-0.0970245","bedrooms":"3","price":"167000","area":"425"} , +{"type":"Feature","id":"n1038372528","geometry":{"type":"Point","coordinates":[-0.7587519,51.4053727]},"properties":{"@type":"node","@id":1038372528,"@timestamp":1454451055},"coords":"51.4053727,-0.7587519","bedrooms":"2","price":"266000","area":"642"} , +{"type":"Feature","id":"n1038454514","geometry":{"type":"Point","coordinates":[-0.9051927,51.2119734]},"properties":{"@type":"node","@id":1038454514,"@timestamp":1292351290},"coords":"51.2119734,-0.9051927","bedrooms":"0","price":"256000","area":"540"} , +{"type":"Feature","id":"n1038454540","geometry":{"type":"Point","coordinates":[-0.9422015,51.1840569]},"properties":{"@type":"node","@id":1038454540,"@timestamp":1292351291},"coords":"51.1840569,-0.9422015","bedrooms":"2","price":"187000","area":"637"} , +{"type":"Feature","id":"n1038454566","geometry":{"type":"Point","coordinates":[-0.9435594,51.1853423]},"properties":{"@type":"node","@id":1038454566,"@timestamp":1292351293},"coords":"51.1853423,-0.9435594","bedrooms":"2","price":"171000","area":"399"} , +{"type":"Feature","id":"n1038454590","geometry":{"type":"Point","coordinates":[-0.933049,51.1725761]},"properties":{"@type":"node","@id":1038454590,"@timestamp":1292351294},"coords":"51.1725761,-0.933049","bedrooms":"0","price":"238000","area":"486"} , +{"type":"Feature","id":"n1038635723","geometry":{"type":"Point","coordinates":[-0.197835,51.5385221]},"properties":{"@type":"node","@id":1038635723,"@timestamp":1586385886},"coords":"51.5385221,-0.197835","bedrooms":"0","price":"165000","area":"383"} , +{"type":"Feature","id":"n1038708550","geometry":{"type":"Point","coordinates":[0.6929146,51.5378798]},"properties":{"@type":"node","@id":1038708550,"@timestamp":1292365969},"coords":"51.5378798,0.6929146","bedrooms":"4","price":"263000","area":"537"} , +{"type":"Feature","id":"n1038727608","geometry":{"type":"Point","coordinates":[-0.702026,51.3296675]},"properties":{"@type":"node","@id":1038727608,"@timestamp":1508166903},"coords":"51.3296675,-0.702026","bedrooms":"3","price":"156000","area":"372"} , +{"type":"Feature","id":"n1038798957","geometry":{"type":"Point","coordinates":[-0.8814523,51.2520286]},"properties":{"@type":"node","@id":1038798957,"@timestamp":1292370821},"coords":"51.2520286,-0.8814523","bedrooms":"0","price":"191000","area":"693"} , +{"type":"Feature","id":"n1038826618","geometry":{"type":"Point","coordinates":[0.5359347,51.3414971]},"properties":{"@type":"node","@id":1038826618,"@timestamp":1292375907},"coords":"51.3414971,0.5359347","bedrooms":"4","price":"153000","area":"485"} , +{"type":"Feature","id":"n1039012491","geometry":{"type":"Point","coordinates":[-0.7146502,51.707624]},"properties":{"@type":"node","@id":1039012491,"@timestamp":1482857783},"coords":"51.707624,-0.7146502","bedrooms":"1","price":"282000","area":"578"} , +{"type":"Feature","id":"n1039425305","geometry":{"type":"Point","coordinates":[-0.9720677,51.4156845]},"properties":{"@type":"node","@id":1039425305,"@timestamp":1592147312},"coords":"51.4156845,-0.9720677","bedrooms":"0","price":"168000","area":"463"} , +{"type":"Feature","id":"n1039425427","geometry":{"type":"Point","coordinates":[-0.9722278,51.4168599]},"properties":{"@type":"node","@id":1039425427,"@timestamp":1609345027},"coords":"51.4168599,-0.9722278","bedrooms":"4","price":"281000","area":"356"} , +{"type":"Feature","id":"n1039707182","geometry":{"type":"Point","coordinates":[-0.439133,51.9076549]},"properties":{"@type":"node","@id":1039707182,"@timestamp":1624296025},"coords":"51.9076549,-0.439133","bedrooms":"1","price":"178000","area":"468"} , +{"type":"Feature","id":"n1040143128","geometry":{"type":"Point","coordinates":[-0.4201905,51.5684939]},"properties":{"@type":"node","@id":1040143128,"@timestamp":1292457959},"coords":"51.5684939,-0.4201905","bedrooms":"4","price":"201000","area":"503"} , +{"type":"Feature","id":"n1040440941","geometry":{"type":"Point","coordinates":[-0.1800497,51.1023415]},"properties":{"@type":"node","@id":1040440941,"@timestamp":1579472651},"coords":"51.1023415,-0.1800497","bedrooms":"3","price":"189000","area":"668"} , +{"type":"Feature","id":"n1040908400","geometry":{"type":"Point","coordinates":[-0.0111484,51.7471296]},"properties":{"@type":"node","@id":1040908400,"@timestamp":1425313238},"coords":"51.7471296,-0.0111484","bedrooms":"2","price":"223000","area":"625"} , +{"type":"Feature","id":"n1041192521","geometry":{"type":"Point","coordinates":[-0.0834099,51.6665818]},"properties":{"@type":"node","@id":1041192521,"@timestamp":1615125813},"coords":"51.6665818,-0.0834099","bedrooms":"2","price":"263000","area":"413"} , +{"type":"Feature","id":"n1041192560","geometry":{"type":"Point","coordinates":[-0.0837149,51.6667733]},"properties":{"@type":"node","@id":1041192560,"@timestamp":1611762479},"coords":"51.6667733,-0.0837149","bedrooms":"2","price":"284000","area":"640"} , +{"type":"Feature","id":"n1041192638","geometry":{"type":"Point","coordinates":[-0.0847498,51.667059]},"properties":{"@type":"node","@id":1041192638,"@timestamp":1614591846},"coords":"51.667059,-0.0847498","bedrooms":"4","price":"269000","area":"638"} , +{"type":"Feature","id":"n1041192691","geometry":{"type":"Point","coordinates":[-0.0849456,51.6667962]},"properties":{"@type":"node","@id":1041192691,"@timestamp":1612683026},"coords":"51.6667962,-0.0849456","bedrooms":"4","price":"192000","area":"479"} , +{"type":"Feature","id":"n1041192729","geometry":{"type":"Point","coordinates":[-0.084487,51.6670823]},"properties":{"@type":"node","@id":1041192729,"@timestamp":1614591846},"coords":"51.6670823,-0.084487","bedrooms":"1","price":"167000","area":"637"} , +{"type":"Feature","id":"n1041192758","geometry":{"type":"Point","coordinates":[-0.0837281,51.6671256]},"properties":{"@type":"node","@id":1041192758,"@timestamp":1615125877},"coords":"51.6671256,-0.0837281","bedrooms":"0","price":"237000","area":"601"} , +{"type":"Feature","id":"n1041192802","geometry":{"type":"Point","coordinates":[-0.084251,51.6666415]},"properties":{"@type":"node","@id":1041192802,"@timestamp":1611762510},"coords":"51.6666415,-0.084251","bedrooms":"3","price":"279000","area":"579"} , +{"type":"Feature","id":"n1041192865","geometry":{"type":"Point","coordinates":[-0.0844736,51.6662289]},"properties":{"@type":"node","@id":1041192865,"@timestamp":1612712827},"coords":"51.6662289,-0.0844736","bedrooms":"0","price":"173000","area":"483"} , +{"type":"Feature","id":"n1041205045","geometry":{"type":"Point","coordinates":[-0.0875554,51.6676363]},"properties":{"@type":"node","@id":1041205045,"@timestamp":1614850851},"coords":"51.6676363,-0.0875554","bedrooms":"2","price":"217000","area":"458"} , +{"type":"Feature","id":"n1041275336","geometry":{"type":"Point","coordinates":[-0.0885341,51.6669726]},"properties":{"@type":"node","@id":1041275336,"@timestamp":1614591846},"coords":"51.6669726,-0.0885341","bedrooms":"2","price":"193000","area":"665"} , +{"type":"Feature","id":"n1041275350","geometry":{"type":"Point","coordinates":[-0.0868877,51.6660942]},"properties":{"@type":"node","@id":1041275350,"@timestamp":1611834220},"coords":"51.6660942,-0.0868877","bedrooms":"2","price":"265000","area":"416"} , +{"type":"Feature","id":"n1041275365","geometry":{"type":"Point","coordinates":[-0.087322,51.6672521]},"properties":{"@type":"node","@id":1041275365,"@timestamp":1614591846},"coords":"51.6672521,-0.087322","bedrooms":"3","price":"247000","area":"590"} , +{"type":"Feature","id":"n1041275380","geometry":{"type":"Point","coordinates":[-0.0874131,51.6660359]},"properties":{"@type":"node","@id":1041275380,"@timestamp":1615898578},"coords":"51.6660359,-0.0874131","bedrooms":"3","price":"235000","area":"516"} , +{"type":"Feature","id":"n1041275393","geometry":{"type":"Point","coordinates":[-0.0869923,51.6666149]},"properties":{"@type":"node","@id":1041275393,"@timestamp":1612683026},"coords":"51.6666149,-0.0869923","bedrooms":"0","price":"191000","area":"482"} , +{"type":"Feature","id":"n1041275408","geometry":{"type":"Point","coordinates":[-0.0894194,51.6670108]},"properties":{"@type":"node","@id":1041275408,"@timestamp":1614850851},"coords":"51.6670108,-0.0894194","bedrooms":"1","price":"234000","area":"581"} , +{"type":"Feature","id":"n1041275423","geometry":{"type":"Point","coordinates":[-0.0884912,51.6664353]},"properties":{"@type":"node","@id":1041275423,"@timestamp":1615898817},"coords":"51.6664353,-0.0884912","bedrooms":"3","price":"292000","area":"553"} , +{"type":"Feature","id":"n1041300131","geometry":{"type":"Point","coordinates":[-0.0863377,51.6652856]},"properties":{"@type":"node","@id":1041300131,"@timestamp":1614699139},"coords":"51.6652856,-0.0863377","bedrooms":"1","price":"230000","area":"424"} , +{"type":"Feature","id":"n1041300188","geometry":{"type":"Point","coordinates":[-0.0864691,51.6656]},"properties":{"@type":"node","@id":1041300188,"@timestamp":1614079851},"coords":"51.6656,-0.0864691","bedrooms":"3","price":"183000","area":"403"} , +{"type":"Feature","id":"n1041300276","geometry":{"type":"Point","coordinates":[-0.0885128,51.6649113]},"properties":{"@type":"node","@id":1041300276,"@timestamp":1615898644},"coords":"51.6649113,-0.0885128","bedrooms":"2","price":"214000","area":"398"} , +{"type":"Feature","id":"n1041300362","geometry":{"type":"Point","coordinates":[-0.0891431,51.6648714]},"properties":{"@type":"node","@id":1041300362,"@timestamp":1623922236},"coords":"51.6648714,-0.0891431","bedrooms":"4","price":"257000","area":"605"} , +{"type":"Feature","id":"n1041321526","geometry":{"type":"Point","coordinates":[-0.0857288,51.6651192]},"properties":{"@type":"node","@id":1041321526,"@timestamp":1614699139},"coords":"51.6651192,-0.0857288","bedrooms":"0","price":"235000","area":"359"} , +{"type":"Feature","id":"n1041321554","geometry":{"type":"Point","coordinates":[-0.0854606,51.664512]},"properties":{"@type":"node","@id":1041321554,"@timestamp":1612777355},"coords":"51.664512,-0.0854606","bedrooms":"3","price":"157000","area":"667"} , +{"type":"Feature","id":"n1041321579","geometry":{"type":"Point","coordinates":[-0.0861204,51.6646201]},"properties":{"@type":"node","@id":1041321579,"@timestamp":1612777355},"coords":"51.6646201,-0.0861204","bedrooms":"1","price":"278000","area":"468"} , +{"type":"Feature","id":"n1041321608","geometry":{"type":"Point","coordinates":[-0.087649,51.6647649]},"properties":{"@type":"node","@id":1041321608,"@timestamp":1615474784},"coords":"51.6647649,-0.087649","bedrooms":"4","price":"293000","area":"681"} , +{"type":"Feature","id":"n1041338767","geometry":{"type":"Point","coordinates":[-0.0865819,51.6670691]},"properties":{"@type":"node","@id":1041338767,"@timestamp":1614079978},"coords":"51.6670691,-0.0865819","bedrooms":"3","price":"259000","area":"635"} , +{"type":"Feature","id":"n1041338803","geometry":{"type":"Point","coordinates":[-0.0865712,51.6669559]},"properties":{"@type":"node","@id":1041338803,"@timestamp":1614079941},"coords":"51.6669559,-0.0865712","bedrooms":"2","price":"270000","area":"556"} , +{"type":"Feature","id":"n1041648217","geometry":{"type":"Point","coordinates":[-0.0970471,51.4935721]},"properties":{"@type":"node","@id":1041648217,"@timestamp":1486576877},"coords":"51.4935721,-0.0970471","bedrooms":"2","price":"161000","area":"625"} , +{"type":"Feature","id":"n1041648375","geometry":{"type":"Point","coordinates":[-0.0961764,51.4930937]},"properties":{"@type":"node","@id":1041648375,"@timestamp":1294488697},"coords":"51.4930937,-0.0961764","bedrooms":"4","price":"229000","area":"644"} , +{"type":"Feature","id":"n1041873919","geometry":{"type":"Point","coordinates":[0.0763552,51.6516179]},"properties":{"@type":"node","@id":1041873919,"@timestamp":1330802005},"coords":"51.6516179,0.0763552","bedrooms":"0","price":"240000","area":"569"} , +{"type":"Feature","id":"n1042032997","geometry":{"type":"Point","coordinates":[-0.737972,51.7907028]},"properties":{"@type":"node","@id":1042032997,"@timestamp":1516282015},"coords":"51.7907028,-0.737972","bedrooms":"0","price":"253000","area":"535"} , +{"type":"Feature","id":"n1042476702","geometry":{"type":"Point","coordinates":[-0.3020867,51.0730784]},"properties":{"@type":"node","@id":1042476702,"@timestamp":1376666171},"coords":"51.0730784,-0.3020867","bedrooms":"2","price":"293000","area":"387"} , +{"type":"Feature","id":"n1042762441","geometry":{"type":"Point","coordinates":[-0.5253759,51.7642779]},"properties":{"@type":"node","@id":1042762441,"@timestamp":1442682390},"coords":"51.7642779,-0.5253759","bedrooms":"1","price":"214000","area":"660"} , +{"type":"Feature","id":"n1042967170","geometry":{"type":"Point","coordinates":[0.5298007,51.6195925]},"properties":{"@type":"node","@id":1042967170,"@timestamp":1363227154},"coords":"51.6195925,0.5298007","bedrooms":"4","price":"168000","area":"583"} , +{"type":"Feature","id":"n1043113214","geometry":{"type":"Point","coordinates":[-0.0957878,51.4932552]},"properties":{"@type":"node","@id":1043113214,"@timestamp":1486287029},"coords":"51.4932552,-0.0957878","bedrooms":"3","price":"256000","area":"437"} , +{"type":"Feature","id":"n1043241717","geometry":{"type":"Point","coordinates":[-0.0947406,51.4934147]},"properties":{"@type":"node","@id":1043241717,"@timestamp":1407050840},"coords":"51.4934147,-0.0947406","bedrooms":"4","price":"201000","area":"464"} , +{"type":"Feature","id":"n1043289158","geometry":{"type":"Point","coordinates":[-0.0951242,51.4932119]},"properties":{"@type":"node","@id":1043289158,"@timestamp":1486139035},"coords":"51.4932119,-0.0951242","bedrooms":"4","price":"292000","area":"680"} , +{"type":"Feature","id":"n1043330763","geometry":{"type":"Point","coordinates":[-0.2985879,51.956991]},"properties":{"@type":"node","@id":1043330763,"@timestamp":1298217403},"coords":"51.956991,-0.2985879","bedrooms":"3","price":"284000","area":"457"} , +{"type":"Feature","id":"n1043479680","geometry":{"type":"Point","coordinates":[-0.1341531,51.5248047]},"properties":{"@type":"node","@id":1043479680,"@timestamp":1604858707},"coords":"51.5248047,-0.1341531","bedrooms":"2","price":"250000","area":"546"} , +{"type":"Feature","id":"n1043479849","geometry":{"type":"Point","coordinates":[-0.1335147,51.524289]},"properties":{"@type":"node","@id":1043479849,"@timestamp":1604858707},"coords":"51.524289,-0.1335147","bedrooms":"0","price":"222000","area":"373"} , +{"type":"Feature","id":"n1043510888","geometry":{"type":"Point","coordinates":[-0.1335088,51.5247382]},"properties":{"@type":"node","@id":1043510888,"@timestamp":1604858707},"coords":"51.5247382,-0.1335088","bedrooms":"3","price":"218000","area":"603"} , +{"type":"Feature","id":"n1043516862","geometry":{"type":"Point","coordinates":[0.6933971,51.5392957]},"properties":{"@type":"node","@id":1043516862,"@timestamp":1407143780},"coords":"51.5392957,0.6933971","bedrooms":"2","price":"286000","area":"685"} , +{"type":"Feature","id":"n1043580388","geometry":{"type":"Point","coordinates":[0.643104,51.1147263]},"properties":{"@type":"node","@id":1043580388,"@timestamp":1292615251},"coords":"51.1147263,0.643104","bedrooms":"1","price":"165000","area":"442"} , +{"type":"Feature","id":"n1043775554","geometry":{"type":"Point","coordinates":[0.4778512,51.7327051]},"properties":{"@type":"node","@id":1043775554,"@timestamp":1607703059},"coords":"51.7327051,0.4778512","bedrooms":"2","price":"167000","area":"684"} , +{"type":"Feature","id":"n1043779084","geometry":{"type":"Point","coordinates":[0.6941989,51.5395381]},"properties":{"@type":"node","@id":1043779084,"@timestamp":1292621166},"coords":"51.5395381,0.6941989","bedrooms":"2","price":"201000","area":"571"} , +{"type":"Feature","id":"n1043889710","geometry":{"type":"Point","coordinates":[0.6949877,51.5403627]},"properties":{"@type":"node","@id":1043889710,"@timestamp":1616712540},"coords":"51.5403627,0.6949877","bedrooms":"1","price":"214000","area":"434"} , +{"type":"Feature","id":"n1043934037","geometry":{"type":"Point","coordinates":[0.6963101,51.5417006]},"properties":{"@type":"node","@id":1043934037,"@timestamp":1593806733},"coords":"51.5417006,0.6963101","bedrooms":"4","price":"245000","area":"531"} , +{"type":"Feature","id":"n1044897560","geometry":{"type":"Point","coordinates":[-0.3070885,51.3671311]},"properties":{"@type":"node","@id":1044897560,"@timestamp":1317479659},"coords":"51.3671311,-0.3070885","bedrooms":"4","price":"179000","area":"634"} , +{"type":"Feature","id":"n1044930417","geometry":{"type":"Point","coordinates":[-0.3008873,51.3636055]},"properties":{"@type":"node","@id":1044930417,"@timestamp":1549566584},"coords":"51.3636055,-0.3008873","bedrooms":"4","price":"162000","area":"387"} , +{"type":"Feature","id":"n1045042511","geometry":{"type":"Point","coordinates":[-0.0942704,51.4922555]},"properties":{"@type":"node","@id":1045042511,"@timestamp":1292756633},"coords":"51.4922555,-0.0942704","bedrooms":"0","price":"154000","area":"492"} , +{"type":"Feature","id":"n1045042664","geometry":{"type":"Point","coordinates":[-0.0954439,51.4917622]},"properties":{"@type":"node","@id":1045042664,"@timestamp":1486388817},"coords":"51.4917622,-0.0954439","bedrooms":"1","price":"284000","area":"370"} , +{"type":"Feature","id":"n1045042829","geometry":{"type":"Point","coordinates":[-0.0945245,51.4920939]},"properties":{"@type":"node","@id":1045042829,"@timestamp":1480162106},"coords":"51.4920939,-0.0945245","bedrooms":"3","price":"266000","area":"459"} , +{"type":"Feature","id":"n1045050318","geometry":{"type":"Point","coordinates":[0.175756,51.4088605]},"properties":{"@type":"node","@id":1045050318,"@timestamp":1405546447},"coords":"51.4088605,0.175756","bedrooms":"0","price":"209000","area":"659"} , +{"type":"Feature","id":"n1045050534","geometry":{"type":"Point","coordinates":[0.1768978,51.4073309]},"properties":{"@type":"node","@id":1045050534,"@timestamp":1405546448},"coords":"51.4073309,0.1768978","bedrooms":"1","price":"297000","area":"401"} , +{"type":"Feature","id":"n1045050803","geometry":{"type":"Point","coordinates":[0.1769485,51.4072702]},"properties":{"@type":"node","@id":1045050803,"@timestamp":1405546448},"coords":"51.4072702,0.1769485","bedrooms":"1","price":"246000","area":"517"} , +{"type":"Feature","id":"n1045050963","geometry":{"type":"Point","coordinates":[0.1771169,51.4070897]},"properties":{"@type":"node","@id":1045050963,"@timestamp":1405546449},"coords":"51.4070897,0.1771169","bedrooms":"4","price":"281000","area":"562"} , +{"type":"Feature","id":"n1045051073","geometry":{"type":"Point","coordinates":[0.1774622,51.4065249]},"properties":{"@type":"node","@id":1045051073,"@timestamp":1405546450},"coords":"51.4065249,0.1774622","bedrooms":"1","price":"271000","area":"653"} , +{"type":"Feature","id":"n1045051203","geometry":{"type":"Point","coordinates":[0.1763655,51.4075225]},"properties":{"@type":"node","@id":1045051203,"@timestamp":1405546450},"coords":"51.4075225,0.1763655","bedrooms":"3","price":"158000","area":"626"} , +{"type":"Feature","id":"n1045051324","geometry":{"type":"Point","coordinates":[0.1772565,51.4068411]},"properties":{"@type":"node","@id":1045051324,"@timestamp":1405546451},"coords":"51.4068411,0.1772565","bedrooms":"3","price":"247000","area":"581"} , +{"type":"Feature","id":"n1045111451","geometry":{"type":"Point","coordinates":[0.1770432,51.4051965]},"properties":{"@type":"node","@id":1045111451,"@timestamp":1292683484},"coords":"51.4051965,0.1770432","bedrooms":"1","price":"246000","area":"630"} , +{"type":"Feature","id":"n1045266615","geometry":{"type":"Point","coordinates":[0.6957203,51.5414425]},"properties":{"@type":"node","@id":1045266615,"@timestamp":1292686537},"coords":"51.5414425,0.6957203","bedrooms":"1","price":"178000","area":"597"} , +{"type":"Feature","id":"n1045455075","geometry":{"type":"Point","coordinates":[0.7161927,51.5325086]},"properties":{"@type":"node","@id":1045455075,"@timestamp":1401058116},"coords":"51.5325086,0.7161927","bedrooms":"0","price":"224000","area":"587"} , +{"type":"Feature","id":"n1045698595","geometry":{"type":"Point","coordinates":[0.0269829,51.9231231]},"properties":{"@type":"node","@id":1045698595,"@timestamp":1292695820},"coords":"51.9231231,0.0269829","bedrooms":"3","price":"210000","area":"626"} , +{"type":"Feature","id":"n1046334289","geometry":{"type":"Point","coordinates":[-0.0938026,51.5138608]},"properties":{"@type":"node","@id":1046334289,"@timestamp":1292708072},"coords":"51.5138608,-0.0938026","bedrooms":"4","price":"208000","area":"580"} , +{"type":"Feature","id":"n1046760603","geometry":{"type":"Point","coordinates":[-0.9411126,51.4591042]},"properties":{"@type":"node","@id":1046760603,"@timestamp":1292718159},"coords":"51.4591042,-0.9411126","bedrooms":"0","price":"234000","area":"470"} , +{"type":"Feature","id":"n1046844346","geometry":{"type":"Point","coordinates":[0.697109,51.5417386]},"properties":{"@type":"node","@id":1046844346,"@timestamp":1292720931},"coords":"51.5417386,0.697109","bedrooms":"2","price":"166000","area":"647"} , +{"type":"Feature","id":"n1046844449","geometry":{"type":"Point","coordinates":[0.6974362,51.5416083]},"properties":{"@type":"node","@id":1046844449,"@timestamp":1292720932},"coords":"51.5416083,0.6974362","bedrooms":"2","price":"181000","area":"426"} , +{"type":"Feature","id":"n1047973190","geometry":{"type":"Point","coordinates":[-0.0766185,51.5097755]},"properties":{"@type":"node","@id":1047973190,"@timestamp":1564517243},"coords":"51.5097755,-0.0766185","bedrooms":"0","price":"269000","area":"549"} , +{"type":"Feature","id":"n1048496845","geometry":{"type":"Point","coordinates":[-0.0814582,51.5029691]},"properties":{"@type":"node","@id":1048496845,"@timestamp":1292759542},"coords":"51.5029691,-0.0814582","bedrooms":"3","price":"239000","area":"588"} , +{"type":"Feature","id":"n1048533085","geometry":{"type":"Point","coordinates":[0.6975551,51.5413139]},"properties":{"@type":"node","@id":1048533085,"@timestamp":1292760301},"coords":"51.5413139,0.6975551","bedrooms":"4","price":"173000","area":"365"} , +{"type":"Feature","id":"n1048635023","geometry":{"type":"Point","coordinates":[0.6996017,51.5404039]},"properties":{"@type":"node","@id":1048635023,"@timestamp":1292762602},"coords":"51.5404039,0.6996017","bedrooms":"4","price":"299000","area":"584"} , +{"type":"Feature","id":"n1048638964","geometry":{"type":"Point","coordinates":[-0.592952,51.5042405]},"properties":{"@type":"node","@id":1048638964,"@timestamp":1608387110},"coords":"51.5042405,-0.592952","bedrooms":"3","price":"287000","area":"682"} , +{"type":"Feature","id":"n1049485918","geometry":{"type":"Point","coordinates":[-1.0863006,51.2665472]},"properties":{"@type":"node","@id":1049485918,"@timestamp":1589293252},"coords":"51.2665472,-1.0863006","bedrooms":"1","price":"279000","area":"403"} , +{"type":"Feature","id":"n1049886354","geometry":{"type":"Point","coordinates":[0.5058593,51.3875669]},"properties":{"@type":"node","@id":1049886354,"@timestamp":1540728644},"coords":"51.3875669,0.5058593","bedrooms":"2","price":"296000","area":"481"} , +{"type":"Feature","id":"n1050176057","geometry":{"type":"Point","coordinates":[0.7014739,51.54008]},"properties":{"@type":"node","@id":1050176057,"@timestamp":1292797084},"coords":"51.54008,0.7014739","bedrooms":"1","price":"254000","area":"482"} , +{"type":"Feature","id":"n1050456081","geometry":{"type":"Point","coordinates":[-1.1940125,52.4880586]},"properties":{"@type":"node","@id":1050456081,"@timestamp":1292807614},"coords":"52.4880586,-1.1940125","bedrooms":"4","price":"195000","area":"474"} , +{"type":"Feature","id":"n1050456156","geometry":{"type":"Point","coordinates":[-1.1931327,52.4950615]},"properties":{"@type":"node","@id":1050456156,"@timestamp":1292807615},"coords":"52.4950615,-1.1931327","bedrooms":"0","price":"241000","area":"467"} , +{"type":"Feature","id":"n1050462573","geometry":{"type":"Point","coordinates":[-1.1867169,52.4658412]},"properties":{"@type":"node","@id":1050462573,"@timestamp":1292807843},"coords":"52.4658412,-1.1867169","bedrooms":"1","price":"265000","area":"413"} , +{"type":"Feature","id":"n1050477152","geometry":{"type":"Point","coordinates":[-1.1521915,52.4090296]},"properties":{"@type":"node","@id":1050477152,"@timestamp":1292808549},"coords":"52.4090296,-1.1521915","bedrooms":"0","price":"207000","area":"695"} , +{"type":"Feature","id":"n1051444615","geometry":{"type":"Point","coordinates":[-0.3192175,51.4883231]},"properties":{"@type":"node","@id":1051444615,"@timestamp":1292847743},"coords":"51.4883231,-0.3192175","bedrooms":"3","price":"280000","area":"396"} , +{"type":"Feature","id":"n1051457831","geometry":{"type":"Point","coordinates":[-0.1320149,51.5226515]},"properties":{"@type":"node","@id":1051457831,"@timestamp":1604858707},"coords":"51.5226515,-0.1320149","bedrooms":"4","price":"192000","area":"480"} , +{"type":"Feature","id":"n1051749461","geometry":{"type":"Point","coordinates":[0.6775475,51.5358737]},"properties":{"@type":"node","@id":1051749461,"@timestamp":1622662941},"coords":"51.5358737,0.6775475","bedrooms":"4","price":"154000","area":"643"} , +{"type":"Feature","id":"n1052133394","geometry":{"type":"Point","coordinates":[-0.1651008,51.1175664]},"properties":{"@type":"node","@id":1052133394,"@timestamp":1572556017},"coords":"51.1175664,-0.1651008","bedrooms":"2","price":"285000","area":"356"} , +{"type":"Feature","id":"n1052830208","geometry":{"type":"Point","coordinates":[0.4665777,51.7405384]},"properties":{"@type":"node","@id":1052830208,"@timestamp":1611159463},"coords":"51.7405384,0.4665777","bedrooms":"2","price":"213000","area":"606"} , +{"type":"Feature","id":"n1052830606","geometry":{"type":"Point","coordinates":[0.468753,51.7407294]},"properties":{"@type":"node","@id":1052830606,"@timestamp":1607703059},"coords":"51.7407294,0.468753","bedrooms":"3","price":"189000","area":"455"} , +{"type":"Feature","id":"n1054447505","geometry":{"type":"Point","coordinates":[-0.3045941,51.4929577]},"properties":{"@type":"node","@id":1054447505,"@timestamp":1564912861},"coords":"51.4929577,-0.3045941","bedrooms":"4","price":"285000","area":"493"} , +{"type":"Feature","id":"n1055331964","geometry":{"type":"Point","coordinates":[0.462676,51.7384879]},"properties":{"@type":"node","@id":1055331964,"@timestamp":1611798619},"coords":"51.7384879,0.462676","bedrooms":"4","price":"282000","area":"656"} , +{"type":"Feature","id":"n1055332625","geometry":{"type":"Point","coordinates":[0.4689037,51.7407202]},"properties":{"@type":"node","@id":1055332625,"@timestamp":1607703059},"coords":"51.7407202,0.4689037","bedrooms":"2","price":"159000","area":"656"} , +{"type":"Feature","id":"n1055546384","geometry":{"type":"Point","coordinates":[-0.1307875,51.5644158]},"properties":{"@type":"node","@id":1055546384,"@timestamp":1543775716},"coords":"51.5644158,-0.1307875","bedrooms":"0","price":"274000","area":"594"} , +{"type":"Feature","id":"n1056508868","geometry":{"type":"Point","coordinates":[0.7133714,51.6606372]},"properties":{"@type":"node","@id":1056508868,"@timestamp":1294773993},"coords":"51.6606372,0.7133714","bedrooms":"2","price":"153000","area":"397"} , +{"type":"Feature","id":"n1056509157","geometry":{"type":"Point","coordinates":[0.8443383,51.6899177]},"properties":{"@type":"node","@id":1056509157,"@timestamp":1294774093},"coords":"51.6899177,0.8443383","bedrooms":"3","price":"231000","area":"484"} , +{"type":"Feature","id":"n1056509588","geometry":{"type":"Point","coordinates":[0.8859555,51.7090286]},"properties":{"@type":"node","@id":1056509588,"@timestamp":1294774096},"coords":"51.7090286,0.8859555","bedrooms":"1","price":"174000","area":"462"} , +{"type":"Feature","id":"n1056509896","geometry":{"type":"Point","coordinates":[0.8907298,51.7099992]},"properties":{"@type":"node","@id":1056509896,"@timestamp":1294774095},"coords":"51.7099992,0.8907298","bedrooms":"0","price":"276000","area":"650"} , +{"type":"Feature","id":"n1056510121","geometry":{"type":"Point","coordinates":[0.8600453,51.7016086]},"properties":{"@type":"node","@id":1056510121,"@timestamp":1294774090},"coords":"51.7016086,0.8600453","bedrooms":"2","price":"286000","area":"433"} , +{"type":"Feature","id":"n1056510279","geometry":{"type":"Point","coordinates":[0.8514515,51.6936953]},"properties":{"@type":"node","@id":1056510279,"@timestamp":1294774095},"coords":"51.6936953,0.8514515","bedrooms":"2","price":"274000","area":"690"} , +{"type":"Feature","id":"n1056510591","geometry":{"type":"Point","coordinates":[0.9102343,51.7282777]},"properties":{"@type":"node","@id":1056510591,"@timestamp":1294774091},"coords":"51.7282777,0.9102343","bedrooms":"1","price":"243000","area":"534"} , +{"type":"Feature","id":"n1056510776","geometry":{"type":"Point","coordinates":[0.9035717,51.7341185]},"properties":{"@type":"node","@id":1056510776,"@timestamp":1294774094},"coords":"51.7341185,0.9035717","bedrooms":"4","price":"174000","area":"658"} , +{"type":"Feature","id":"n1056715313","geometry":{"type":"Point","coordinates":[-0.0852434,51.6580082]},"properties":{"@type":"node","@id":1056715313,"@timestamp":1293021677},"coords":"51.6580082,-0.0852434","bedrooms":"0","price":"285000","area":"539"} , +{"type":"Feature","id":"n1056748010","geometry":{"type":"Point","coordinates":[0.7874112,50.9782475]},"properties":{"@type":"node","@id":1056748010,"@timestamp":1302731373},"coords":"50.9782475,0.7874112","bedrooms":"0","price":"150000","area":"473"} , +{"type":"Feature","id":"n1056748040","geometry":{"type":"Point","coordinates":[0.7461127,50.9931344]},"properties":{"@type":"node","@id":1056748040,"@timestamp":1302731370},"coords":"50.9931344,0.7461127","bedrooms":"2","price":"152000","area":"446"} , +{"type":"Feature","id":"n1056748065","geometry":{"type":"Point","coordinates":[0.7189654,50.9946054]},"properties":{"@type":"node","@id":1056748065,"@timestamp":1302731366},"coords":"50.9946054,0.7189654","bedrooms":"1","price":"216000","area":"537"} , +{"type":"Feature","id":"n1056748093","geometry":{"type":"Point","coordinates":[0.6155618,50.9644515]},"properties":{"@type":"node","@id":1056748093,"@timestamp":1302731363},"coords":"50.9644515,0.6155618","bedrooms":"2","price":"213000","area":"596"} , +{"type":"Feature","id":"n1056748124","geometry":{"type":"Point","coordinates":[0.6438101,50.9683579]},"properties":{"@type":"node","@id":1056748124,"@timestamp":1302731363},"coords":"50.9683579,0.6438101","bedrooms":"1","price":"224000","area":"524"} , +{"type":"Feature","id":"n1056757122","geometry":{"type":"Point","coordinates":[0.9180418,50.925576]},"properties":{"@type":"node","@id":1056757122,"@timestamp":1302731362},"coords":"50.925576,0.9180418","bedrooms":"4","price":"250000","area":"496"} , +{"type":"Feature","id":"n1056757163","geometry":{"type":"Point","coordinates":[0.8926775,50.9427714]},"properties":{"@type":"node","@id":1056757163,"@timestamp":1393763374},"coords":"50.9427714,0.8926775","bedrooms":"4","price":"289000","area":"450"} , +{"type":"Feature","id":"n1056757194","geometry":{"type":"Point","coordinates":[0.896751,50.943078]},"properties":{"@type":"node","@id":1056757194,"@timestamp":1302731362},"coords":"50.943078,0.896751","bedrooms":"1","price":"222000","area":"665"} , +{"type":"Feature","id":"n1056757221","geometry":{"type":"Point","coordinates":[0.9088477,50.9283138]},"properties":{"@type":"node","@id":1056757221,"@timestamp":1302731363},"coords":"50.9283138,0.9088477","bedrooms":"4","price":"199000","area":"676"} , +{"type":"Feature","id":"n1056757243","geometry":{"type":"Point","coordinates":[0.8999031,50.9399439]},"properties":{"@type":"node","@id":1056757243,"@timestamp":1302731366},"coords":"50.9399439,0.8999031","bedrooms":"0","price":"164000","area":"355"} , +{"type":"Feature","id":"n1056770302","geometry":{"type":"Point","coordinates":[0.8897274,50.9594821]},"properties":{"@type":"node","@id":1056770302,"@timestamp":1302731363},"coords":"50.9594821,0.8897274","bedrooms":"0","price":"228000","area":"451"} , +{"type":"Feature","id":"n1056770384","geometry":{"type":"Point","coordinates":[0.9473609,51.0829429]},"properties":{"@type":"node","@id":1056770384,"@timestamp":1302731364},"coords":"51.0829429,0.9473609","bedrooms":"2","price":"257000","area":"440"} , +{"type":"Feature","id":"n1056770438","geometry":{"type":"Point","coordinates":[0.9612593,51.0990949]},"properties":{"@type":"node","@id":1056770438,"@timestamp":1302731372},"coords":"51.0990949,0.9612593","bedrooms":"0","price":"195000","area":"630"} , +{"type":"Feature","id":"n1056770478","geometry":{"type":"Point","coordinates":[0.9301037,51.0618769]},"properties":{"@type":"node","@id":1056770478,"@timestamp":1302731372},"coords":"51.0618769,0.9301037","bedrooms":"2","price":"268000","area":"564"} , +{"type":"Feature","id":"n1056770540","geometry":{"type":"Point","coordinates":[0.9130195,50.9982655]},"properties":{"@type":"node","@id":1056770540,"@timestamp":1302731367},"coords":"50.9982655,0.9130195","bedrooms":"0","price":"217000","area":"386"} , +{"type":"Feature","id":"n1056770610","geometry":{"type":"Point","coordinates":[0.9324372,51.0645193]},"properties":{"@type":"node","@id":1056770610,"@timestamp":1302731364},"coords":"51.0645193,0.9324372","bedrooms":"4","price":"235000","area":"462"} , +{"type":"Feature","id":"n1056780442","geometry":{"type":"Point","coordinates":[0.8975507,50.9869648]},"properties":{"@type":"node","@id":1056780442,"@timestamp":1293744719},"coords":"50.9869648,0.8975507","bedrooms":"4","price":"266000","area":"577"} , +{"type":"Feature","id":"n1056785610","geometry":{"type":"Point","coordinates":[0.7990535,50.9631672]},"properties":{"@type":"node","@id":1056785610,"@timestamp":1559133531},"coords":"50.9631672,0.7990535","bedrooms":"2","price":"270000","area":"645"} , +{"type":"Feature","id":"n1056797377","geometry":{"type":"Point","coordinates":[0.8207956,50.9558009]},"properties":{"@type":"node","@id":1056797377,"@timestamp":1529511884},"coords":"50.9558009,0.8207956","bedrooms":"3","price":"226000","area":"442"} , +{"type":"Feature","id":"n1056797536","geometry":{"type":"Point","coordinates":[0.8253728,50.9597905]},"properties":{"@type":"node","@id":1056797536,"@timestamp":1529511886},"coords":"50.9597905,0.8253728","bedrooms":"2","price":"249000","area":"485"} , +{"type":"Feature","id":"n1056823081","geometry":{"type":"Point","coordinates":[1.1133585,51.2716683]},"properties":{"@type":"node","@id":1056823081,"@timestamp":1302707887},"coords":"51.2716683,1.1133585","bedrooms":"0","price":"158000","area":"478"} , +{"type":"Feature","id":"n1056878316","geometry":{"type":"Point","coordinates":[0.7435582,51.3691073]},"properties":{"@type":"node","@id":1056878316,"@timestamp":1298320781},"coords":"51.3691073,0.7435582","bedrooms":"1","price":"204000","area":"405"} , +{"type":"Feature","id":"n1056878342","geometry":{"type":"Point","coordinates":[0.7860067,51.3529108]},"properties":{"@type":"node","@id":1056878342,"@timestamp":1298320783},"coords":"51.3529108,0.7860067","bedrooms":"4","price":"284000","area":"495"} , +{"type":"Feature","id":"n1056878364","geometry":{"type":"Point","coordinates":[0.7166904,51.3649789]},"properties":{"@type":"node","@id":1056878364,"@timestamp":1298320784},"coords":"51.3649789,0.7166904","bedrooms":"1","price":"273000","area":"622"} , +{"type":"Feature","id":"n1056878390","geometry":{"type":"Point","coordinates":[0.798824,51.3493561]},"properties":{"@type":"node","@id":1056878390,"@timestamp":1298320779},"coords":"51.3493561,0.798824","bedrooms":"3","price":"151000","area":"401"} , +{"type":"Feature","id":"n1056878413","geometry":{"type":"Point","coordinates":[0.794598,51.3505512]},"properties":{"@type":"node","@id":1056878413,"@timestamp":1298320783},"coords":"51.3505512,0.794598","bedrooms":"2","price":"284000","area":"608"} , +{"type":"Feature","id":"n1056899648","geometry":{"type":"Point","coordinates":[0.4212283,51.4201933]},"properties":{"@type":"node","@id":1056899648,"@timestamp":1294585048},"coords":"51.4201933,0.4212283","bedrooms":"3","price":"199000","area":"586"} , +{"type":"Feature","id":"n1056922016","geometry":{"type":"Point","coordinates":[0.4606126,51.3395272]},"properties":{"@type":"node","@id":1056922016,"@timestamp":1305742630},"coords":"51.3395272,0.4606126","bedrooms":"1","price":"170000","area":"435"} , +{"type":"Feature","id":"n1056922042","geometry":{"type":"Point","coordinates":[0.4026915,51.3806381]},"properties":{"@type":"node","@id":1056922042,"@timestamp":1305742625},"coords":"51.3806381,0.4026915","bedrooms":"0","price":"258000","area":"416"} , +{"type":"Feature","id":"n1056922068","geometry":{"type":"Point","coordinates":[0.5342309,51.3155922]},"properties":{"@type":"node","@id":1056922068,"@timestamp":1326081704},"coords":"51.3155922,0.5342309","bedrooms":"1","price":"269000","area":"529"} , +{"type":"Feature","id":"n1056922102","geometry":{"type":"Point","coordinates":[0.627994,51.3480777]},"properties":{"@type":"node","@id":1056922102,"@timestamp":1298319755},"coords":"51.3480777,0.627994","bedrooms":"2","price":"244000","area":"397"} , +{"type":"Feature","id":"n1056922131","geometry":{"type":"Point","coordinates":[0.4895274,51.3200485]},"properties":{"@type":"node","@id":1056922131,"@timestamp":1334065147},"coords":"51.3200485,0.4895274","bedrooms":"4","price":"266000","area":"536"} , +{"type":"Feature","id":"n1056922164","geometry":{"type":"Point","coordinates":[0.5955073,51.3315222]},"properties":{"@type":"node","@id":1056922164,"@timestamp":1298319759},"coords":"51.3315222,0.5955073","bedrooms":"1","price":"280000","area":"674"} , +{"type":"Feature","id":"n1056922187","geometry":{"type":"Point","coordinates":[0.4217106,51.3673425]},"properties":{"@type":"node","@id":1056922187,"@timestamp":1305742624},"coords":"51.3673425,0.4217106","bedrooms":"4","price":"285000","area":"458"} , +{"type":"Feature","id":"n1056922220","geometry":{"type":"Point","coordinates":[0.6151051,51.3414875]},"properties":{"@type":"node","@id":1056922220,"@timestamp":1298319761},"coords":"51.3414875,0.6151051","bedrooms":"2","price":"257000","area":"657"} , +{"type":"Feature","id":"n1056922245","geometry":{"type":"Point","coordinates":[0.4000101,51.3827132]},"properties":{"@type":"node","@id":1056922245,"@timestamp":1305742624},"coords":"51.3827132,0.4000101","bedrooms":"4","price":"286000","area":"539"} , +{"type":"Feature","id":"n1056947570","geometry":{"type":"Point","coordinates":[0.2864536,51.146663]},"properties":{"@type":"node","@id":1056947570,"@timestamp":1305743074},"coords":"51.146663,0.2864536","bedrooms":"0","price":"282000","area":"631"} , +{"type":"Feature","id":"n1056947591","geometry":{"type":"Point","coordinates":[0.3385985,51.1687257]},"properties":{"@type":"node","@id":1056947591,"@timestamp":1305876398},"coords":"51.1687257,0.3385985","bedrooms":"2","price":"153000","area":"362"} , +{"type":"Feature","id":"n1056960346","geometry":{"type":"Point","coordinates":[0.2308687,51.1725577]},"properties":{"@type":"node","@id":1056960346,"@timestamp":1380229189},"coords":"51.1725577,0.2308687","bedrooms":"4","price":"293000","area":"515"} , +{"type":"Feature","id":"n1056960377","geometry":{"type":"Point","coordinates":[0.3309643,51.1700124]},"properties":{"@type":"node","@id":1056960377,"@timestamp":1380229189},"coords":"51.1700124,0.3309643","bedrooms":"3","price":"220000","area":"688"} , +{"type":"Feature","id":"n1056960392","geometry":{"type":"Point","coordinates":[0.2536032,51.1727539]},"properties":{"@type":"node","@id":1056960392,"@timestamp":1380229190},"coords":"51.1727539,0.2536032","bedrooms":"1","price":"157000","area":"581"} , +{"type":"Feature","id":"n1056960417","geometry":{"type":"Point","coordinates":[0.3002656,51.1666737]},"properties":{"@type":"node","@id":1056960417,"@timestamp":1380229190},"coords":"51.1666737,0.3002656","bedrooms":"2","price":"226000","area":"686"} , +{"type":"Feature","id":"n1056960434","geometry":{"type":"Point","coordinates":[0.3363438,51.1788472]},"properties":{"@type":"node","@id":1056960434,"@timestamp":1305876398},"coords":"51.1788472,0.3363438","bedrooms":"3","price":"265000","area":"627"} , +{"type":"Feature","id":"n1057052810","geometry":{"type":"Point","coordinates":[0.534658,51.6018828]},"properties":{"@type":"node","@id":1057052810,"@timestamp":1363399428},"coords":"51.6018828,0.534658","bedrooms":"2","price":"229000","area":"639"} , +{"type":"Feature","id":"n1057053752","geometry":{"type":"Point","coordinates":[0.534548,51.601353]},"properties":{"@type":"node","@id":1057053752,"@timestamp":1315817138},"coords":"51.601353,0.534548","bedrooms":"1","price":"285000","area":"585"} , +{"type":"Feature","id":"n1057055043","geometry":{"type":"Point","coordinates":[0.520082,51.6114803]},"properties":{"@type":"node","@id":1057055043,"@timestamp":1293034987},"coords":"51.6114803,0.520082","bedrooms":"1","price":"168000","area":"372"} , +{"type":"Feature","id":"n1057268028","geometry":{"type":"Point","coordinates":[-0.2959109,51.4495184]},"properties":{"@type":"node","@id":1057268028,"@timestamp":1632152686},"coords":"51.4495184,-0.2959109","bedrooms":"1","price":"298000","area":"585"} , +{"type":"Feature","id":"n1057398000","geometry":{"type":"Point","coordinates":[0.4738732,51.196195]},"properties":{"@type":"node","@id":1057398000,"@timestamp":1310149754},"coords":"51.196195,0.4738732","bedrooms":"4","price":"270000","area":"590"} , +{"type":"Feature","id":"n1057398030","geometry":{"type":"Point","coordinates":[0.4781444,51.2045573]},"properties":{"@type":"node","@id":1057398030,"@timestamp":1310149740},"coords":"51.2045573,0.4781444","bedrooms":"2","price":"212000","area":"456"} , +{"type":"Feature","id":"n1057398066","geometry":{"type":"Point","coordinates":[0.4688002,51.2476292]},"properties":{"@type":"node","@id":1057398066,"@timestamp":1310149740},"coords":"51.2476292,0.4688002","bedrooms":"1","price":"163000","area":"647"} , +{"type":"Feature","id":"n1057410294","geometry":{"type":"Point","coordinates":[-0.082537,51.6526134]},"properties":{"@type":"node","@id":1057410294,"@timestamp":1293044640},"coords":"51.6526134,-0.082537","bedrooms":"2","price":"291000","area":"506"} , +{"type":"Feature","id":"n1057433733","geometry":{"type":"Point","coordinates":[0.5265183,51.0699563]},"properties":{"@type":"node","@id":1057433733,"@timestamp":1310149752},"coords":"51.0699563,0.5265183","bedrooms":"1","price":"185000","area":"487"} , +{"type":"Feature","id":"n1057433754","geometry":{"type":"Point","coordinates":[0.5227268,51.0737591]},"properties":{"@type":"node","@id":1057433754,"@timestamp":1310149740},"coords":"51.0737591,0.5227268","bedrooms":"0","price":"279000","area":"482"} , +{"type":"Feature","id":"n1057433797","geometry":{"type":"Point","coordinates":[0.5536715,51.0275188]},"properties":{"@type":"node","@id":1057433797,"@timestamp":1309938681},"coords":"51.0275188,0.5536715","bedrooms":"2","price":"251000","area":"563"} , +{"type":"Feature","id":"n1057433827","geometry":{"type":"Point","coordinates":[0.484723,51.1261832]},"properties":{"@type":"node","@id":1057433827,"@timestamp":1305828353},"coords":"51.1261832,0.484723","bedrooms":"0","price":"206000","area":"451"} , +{"type":"Feature","id":"n1057433860","geometry":{"type":"Point","coordinates":[0.5011353,51.1060642]},"properties":{"@type":"node","@id":1057433860,"@timestamp":1305828352},"coords":"51.1060642,0.5011353","bedrooms":"4","price":"158000","area":"394"} , +{"type":"Feature","id":"n1057433931","geometry":{"type":"Point","coordinates":[0.4977069,51.1115591]},"properties":{"@type":"node","@id":1057433931,"@timestamp":1305828353},"coords":"51.1115591,0.4977069","bedrooms":"2","price":"229000","area":"425"} , +{"type":"Feature","id":"n1057433965","geometry":{"type":"Point","coordinates":[0.5103948,51.0886841]},"properties":{"@type":"node","@id":1057433965,"@timestamp":1305828347},"coords":"51.0886841,0.5103948","bedrooms":"2","price":"269000","area":"468"} , +{"type":"Feature","id":"n1057434013","geometry":{"type":"Point","coordinates":[0.5459696,51.0453697]},"properties":{"@type":"node","@id":1057434013,"@timestamp":1310149752},"coords":"51.0453697,0.5459696","bedrooms":"0","price":"227000","area":"555"} , +{"type":"Feature","id":"n1057434062","geometry":{"type":"Point","coordinates":[0.5182006,51.0793291]},"properties":{"@type":"node","@id":1057434062,"@timestamp":1308555856},"coords":"51.0793291,0.5182006","bedrooms":"1","price":"199000","area":"503"} , +{"type":"Feature","id":"n1057434119","geometry":{"type":"Point","coordinates":[0.5676402,50.9517425]},"properties":{"@type":"node","@id":1057434119,"@timestamp":1308743424},"coords":"50.9517425,0.5676402","bedrooms":"1","price":"150000","area":"486"} , +{"type":"Feature","id":"n1057434191","geometry":{"type":"Point","coordinates":[0.5488516,51.0386854]},"properties":{"@type":"node","@id":1057434191,"@timestamp":1310149751},"coords":"51.0386854,0.5488516","bedrooms":"4","price":"163000","area":"453"} , +{"type":"Feature","id":"n1057434240","geometry":{"type":"Point","coordinates":[0.5715869,50.940297]},"properties":{"@type":"node","@id":1057434240,"@timestamp":1308743424},"coords":"50.940297,0.5715869","bedrooms":"2","price":"153000","area":"478"} , +{"type":"Feature","id":"n1057456331","geometry":{"type":"Point","coordinates":[0.4159538,51.3303201]},"properties":{"@type":"node","@id":1057456331,"@timestamp":1377318986},"coords":"51.3303201,0.4159538","bedrooms":"1","price":"182000","area":"576"} , +{"type":"Feature","id":"n1057456389","geometry":{"type":"Point","coordinates":[0.4163444,51.3305855]},"properties":{"@type":"node","@id":1057456389,"@timestamp":1377318986},"coords":"51.3305855,0.4163444","bedrooms":"2","price":"172000","area":"367"} , +{"type":"Feature","id":"n1057471243","geometry":{"type":"Point","coordinates":[0.7163406,51.4089237]},"properties":{"@type":"node","@id":1057471243,"@timestamp":1303166884},"coords":"51.4089237,0.7163406","bedrooms":"3","price":"269000","area":"429"} , +{"type":"Feature","id":"n1057471262","geometry":{"type":"Point","coordinates":[0.7325697,51.3881893]},"properties":{"@type":"node","@id":1057471262,"@timestamp":1303166883},"coords":"51.3881893,0.7325697","bedrooms":"2","price":"217000","area":"371"} , +{"type":"Feature","id":"n1057486209","geometry":{"type":"Point","coordinates":[0.7434732,51.3745245]},"properties":{"@type":"node","@id":1057486209,"@timestamp":1298320784},"coords":"51.3745245,0.7434732","bedrooms":"0","price":"201000","area":"591"} , +{"type":"Feature","id":"n1057486228","geometry":{"type":"Point","coordinates":[0.7571237,51.4045552]},"properties":{"@type":"node","@id":1057486228,"@timestamp":1298322068},"coords":"51.4045552,0.7571237","bedrooms":"3","price":"195000","area":"374"} , +{"type":"Feature","id":"n1057486249","geometry":{"type":"Point","coordinates":[0.7572418,51.3940505]},"properties":{"@type":"node","@id":1057486249,"@timestamp":1298322066},"coords":"51.3940505,0.7572418","bedrooms":"2","price":"230000","area":"683"} , +{"type":"Feature","id":"n1057500113","geometry":{"type":"Point","coordinates":[0.7530238,51.4275189]},"properties":{"@type":"node","@id":1057500113,"@timestamp":1298322066},"coords":"51.4275189,0.7530238","bedrooms":"3","price":"200000","area":"425"} , +{"type":"Feature","id":"n1057502087","geometry":{"type":"Point","coordinates":[-1.0789198,51.8546724]},"properties":{"@type":"node","@id":1057502087,"@timestamp":1359892886},"coords":"51.8546724,-1.0789198","bedrooms":"4","price":"234000","area":"453"} , +{"type":"Feature","id":"n1057502346","geometry":{"type":"Point","coordinates":[-1.0804589,51.8547462]},"properties":{"@type":"node","@id":1057502346,"@timestamp":1359892887},"coords":"51.8547462,-1.0804589","bedrooms":"4","price":"295000","area":"509"} , +{"type":"Feature","id":"n1057506691","geometry":{"type":"Point","coordinates":[0.7344853,51.8209281]},"properties":{"@type":"node","@id":1057506691,"@timestamp":1535114760},"coords":"51.8209281,0.7344853","bedrooms":"0","price":"210000","area":"628"} , +{"type":"Feature","id":"n1057508633","geometry":{"type":"Point","coordinates":[0.697817,51.3440129]},"properties":{"@type":"node","@id":1057508633,"@timestamp":1449147469},"coords":"51.3440129,0.697817","bedrooms":"3","price":"281000","area":"382"} , +{"type":"Feature","id":"n1057514811","geometry":{"type":"Point","coordinates":[-0.7387746,50.9873187]},"properties":{"@type":"node","@id":1057514811,"@timestamp":1621774407},"coords":"50.9873187,-0.7387746","bedrooms":"3","price":"278000","area":"642"} , +{"type":"Feature","id":"n1057527795","geometry":{"type":"Point","coordinates":[0.0471385,50.9665713]},"properties":{"@type":"node","@id":1057527795,"@timestamp":1391192062},"coords":"50.9665713,0.0471385","bedrooms":"1","price":"228000","area":"583"} , +{"type":"Feature","id":"n1057527833","geometry":{"type":"Point","coordinates":[-0.1450948,50.9788149]},"properties":{"@type":"node","@id":1057527833,"@timestamp":1298396584},"coords":"50.9788149,-0.1450948","bedrooms":"4","price":"230000","area":"581"} , +{"type":"Feature","id":"n1057527865","geometry":{"type":"Point","coordinates":[0.025061,50.9803256]},"properties":{"@type":"node","@id":1057527865,"@timestamp":1298396570},"coords":"50.9803256,0.025061","bedrooms":"3","price":"152000","area":"614"} , +{"type":"Feature","id":"n1057527912","geometry":{"type":"Point","coordinates":[-0.067463,50.9755418]},"properties":{"@type":"node","@id":1057527912,"@timestamp":1298396577},"coords":"50.9755418,-0.067463","bedrooms":"2","price":"159000","area":"564"} , +{"type":"Feature","id":"n1057527960","geometry":{"type":"Point","coordinates":[0.0899291,50.949739]},"properties":{"@type":"node","@id":1057527960,"@timestamp":1298396578},"coords":"50.949739,0.0899291","bedrooms":"0","price":"281000","area":"492"} , +{"type":"Feature","id":"n1057528041","geometry":{"type":"Point","coordinates":[-0.187771,50.9775971]},"properties":{"@type":"node","@id":1057528041,"@timestamp":1298396567},"coords":"50.9775971,-0.187771","bedrooms":"2","price":"168000","area":"598"} , +{"type":"Feature","id":"n1057540779","geometry":{"type":"Point","coordinates":[-0.2441462,50.9805217]},"properties":{"@type":"node","@id":1057540779,"@timestamp":1380229191},"coords":"50.9805217,-0.2441462","bedrooms":"1","price":"254000","area":"570"} , +{"type":"Feature","id":"n1057540880","geometry":{"type":"Point","coordinates":[-0.2173181,50.9737735]},"properties":{"@type":"node","@id":1057540880,"@timestamp":1298396580},"coords":"50.9737735,-0.2173181","bedrooms":"0","price":"263000","area":"406"} , +{"type":"Feature","id":"n1057542293","geometry":{"type":"Point","coordinates":[-0.2837044,51.9508514]},"properties":{"@type":"node","@id":1057542293,"@timestamp":1434145804},"coords":"51.9508514,-0.2837044","bedrooms":"2","price":"199000","area":"691"} , +{"type":"Feature","id":"n1057545826","geometry":{"type":"Point","coordinates":[-0.1867764,51.0416153]},"properties":{"@type":"node","@id":1057545826,"@timestamp":1500045921},"coords":"51.0416153,-0.1867764","bedrooms":"0","price":"234000","area":"591"} , +{"type":"Feature","id":"n1057557864","geometry":{"type":"Point","coordinates":[-0.192975,51.0798739]},"properties":{"@type":"node","@id":1057557864,"@timestamp":1402505172},"coords":"51.0798739,-0.192975","bedrooms":"3","price":"295000","area":"522"} , +{"type":"Feature","id":"n1057574530","geometry":{"type":"Point","coordinates":[-0.2399059,51.0021208]},"properties":{"@type":"node","@id":1057574530,"@timestamp":1402505172},"coords":"51.0021208,-0.2399059","bedrooms":"2","price":"166000","area":"495"} , +{"type":"Feature","id":"n1057574573","geometry":{"type":"Point","coordinates":[-0.2383526,50.9966759]},"properties":{"@type":"node","@id":1057574573,"@timestamp":1298333997},"coords":"50.9966759,-0.2383526","bedrooms":"4","price":"157000","area":"378"} , +{"type":"Feature","id":"n1057631193","geometry":{"type":"Point","coordinates":[0.2334921,51.3806082]},"properties":{"@type":"node","@id":1057631193,"@timestamp":1594598636},"coords":"51.3806082,0.2334921","bedrooms":"4","price":"282000","area":"635"} , +{"type":"Feature","id":"n1057815672","geometry":{"type":"Point","coordinates":[0.8933691,51.337615]},"properties":{"@type":"node","@id":1057815672,"@timestamp":1298321097},"coords":"51.337615,0.8933691","bedrooms":"3","price":"195000","area":"412"} , +{"type":"Feature","id":"n1057921255","geometry":{"type":"Point","coordinates":[-0.946341,51.2386892]},"properties":{"@type":"node","@id":1057921255,"@timestamp":1293144130},"coords":"51.2386892,-0.946341","bedrooms":"3","price":"176000","area":"649"} , +{"type":"Feature","id":"n1058101541","geometry":{"type":"Point","coordinates":[-0.7136308,51.771602]},"properties":{"@type":"node","@id":1058101541,"@timestamp":1533513516},"coords":"51.771602,-0.7136308","bedrooms":"2","price":"251000","area":"540"} , +{"type":"Feature","id":"n1058828540","geometry":{"type":"Point","coordinates":[0.5777059,51.6287033]},"properties":{"@type":"node","@id":1058828540,"@timestamp":1617284985},"coords":"51.6287033,0.5777059","bedrooms":"3","price":"210000","area":"421"} , +{"type":"Feature","id":"n1058900184","geometry":{"type":"Point","coordinates":[0.7655532,51.0294558]},"properties":{"@type":"node","@id":1058900184,"@timestamp":1379884626},"coords":"51.0294558,0.7655532","bedrooms":"1","price":"150000","area":"577"} , +{"type":"Feature","id":"n1058900276","geometry":{"type":"Point","coordinates":[0.8042949,51.0439778]},"properties":{"@type":"node","@id":1058900276,"@timestamp":1379884626},"coords":"51.0439778,0.8042949","bedrooms":"4","price":"292000","area":"480"} , +{"type":"Feature","id":"n1058900328","geometry":{"type":"Point","coordinates":[0.8898263,51.0650186]},"properties":{"@type":"node","@id":1058900328,"@timestamp":1379884627},"coords":"51.0650186,0.8898263","bedrooms":"3","price":"258000","area":"512"} , +{"type":"Feature","id":"n1058900385","geometry":{"type":"Point","coordinates":[0.7605558,51.0264404]},"properties":{"@type":"node","@id":1058900385,"@timestamp":1379884627},"coords":"51.0264404,0.7605558","bedrooms":"3","price":"249000","area":"465"} , +{"type":"Feature","id":"n1058900444","geometry":{"type":"Point","coordinates":[0.8636073,51.0595715]},"properties":{"@type":"node","@id":1058900444,"@timestamp":1379884628},"coords":"51.0595715,0.8636073","bedrooms":"4","price":"288000","area":"672"} , +{"type":"Feature","id":"n1058900487","geometry":{"type":"Point","coordinates":[0.7465786,51.0122658]},"properties":{"@type":"node","@id":1058900487,"@timestamp":1379884628},"coords":"51.0122658,0.7465786","bedrooms":"4","price":"174000","area":"481"} , +{"type":"Feature","id":"n1058900545","geometry":{"type":"Point","coordinates":[0.9433029,51.0839116]},"properties":{"@type":"node","@id":1058900545,"@timestamp":1379884628},"coords":"51.0839116,0.9433029","bedrooms":"4","price":"191000","area":"562"} , +{"type":"Feature","id":"n1058907978","geometry":{"type":"Point","coordinates":[0.8721914,51.0733921]},"properties":{"@type":"node","@id":1058907978,"@timestamp":1379884629},"coords":"51.0733921,0.8721914","bedrooms":"4","price":"248000","area":"478"} , +{"type":"Feature","id":"n1058929597","geometry":{"type":"Point","coordinates":[0.723717,51.2743626]},"properties":{"@type":"node","@id":1058929597,"@timestamp":1449147469},"coords":"51.2743626,0.723717","bedrooms":"1","price":"296000","area":"463"} , +{"type":"Feature","id":"n1058929632","geometry":{"type":"Point","coordinates":[0.6263549,51.281233]},"properties":{"@type":"node","@id":1058929632,"@timestamp":1380577734},"coords":"51.281233,0.6263549","bedrooms":"2","price":"164000","area":"424"} , +{"type":"Feature","id":"n1058929659","geometry":{"type":"Point","coordinates":[0.5440451,51.2865691]},"properties":{"@type":"node","@id":1058929659,"@timestamp":1449147470},"coords":"51.2865691,0.5440451","bedrooms":"0","price":"227000","area":"408"} , +{"type":"Feature","id":"n1058929694","geometry":{"type":"Point","coordinates":[0.6096339,51.2870299]},"properties":{"@type":"node","@id":1058929694,"@timestamp":1380577734},"coords":"51.2870299,0.6096339","bedrooms":"2","price":"246000","area":"476"} , +{"type":"Feature","id":"n1058929730","geometry":{"type":"Point","coordinates":[0.6336164,51.2786357]},"properties":{"@type":"node","@id":1058929730,"@timestamp":1380577735},"coords":"51.2786357,0.6336164","bedrooms":"1","price":"151000","area":"521"} , +{"type":"Feature","id":"n1058929773","geometry":{"type":"Point","coordinates":[0.7581123,51.2741742]},"properties":{"@type":"node","@id":1058929773,"@timestamp":1380577735},"coords":"51.2741742,0.7581123","bedrooms":"1","price":"257000","area":"625"} , +{"type":"Feature","id":"n1059058700","geometry":{"type":"Point","coordinates":[-0.3084862,51.5122966]},"properties":{"@type":"node","@id":1059058700,"@timestamp":1607896005},"coords":"51.5122966,-0.3084862","bedrooms":"1","price":"203000","area":"592"} , +{"type":"Feature","id":"n1059167155","geometry":{"type":"Point","coordinates":[-0.2953318,51.3590207]},"properties":{"@type":"node","@id":1059167155,"@timestamp":1307147563},"coords":"51.3590207,-0.2953318","bedrooms":"1","price":"244000","area":"585"} , +{"type":"Feature","id":"n1059566578","geometry":{"type":"Point","coordinates":[-0.9339789,51.235418]},"properties":{"@type":"node","@id":1059566578,"@timestamp":1293137774},"coords":"51.235418,-0.9339789","bedrooms":"4","price":"282000","area":"512"} , +{"type":"Feature","id":"n1059726900","geometry":{"type":"Point","coordinates":[-0.7738158,51.8497166]},"properties":{"@type":"node","@id":1059726900,"@timestamp":1293125704},"coords":"51.8497166,-0.7738158","bedrooms":"1","price":"277000","area":"488"} , +{"type":"Feature","id":"n1059950597","geometry":{"type":"Point","coordinates":[0.4767241,51.7276915]},"properties":{"@type":"node","@id":1059950597,"@timestamp":1433941978},"coords":"51.7276915,0.4767241","bedrooms":"2","price":"154000","area":"671"} , +{"type":"Feature","id":"n1059968714","geometry":{"type":"Point","coordinates":[0.4609693,51.3531569]},"properties":{"@type":"node","@id":1059968714,"@timestamp":1305742625},"coords":"51.3531569,0.4609693","bedrooms":"2","price":"231000","area":"387"} , +{"type":"Feature","id":"n1059968759","geometry":{"type":"Point","coordinates":[0.4611865,51.3554559]},"properties":{"@type":"node","@id":1059968759,"@timestamp":1305742631},"coords":"51.3554559,0.4611865","bedrooms":"4","price":"249000","area":"689"} , +{"type":"Feature","id":"n1059968830","geometry":{"type":"Point","coordinates":[0.4613835,51.3530651]},"properties":{"@type":"node","@id":1059968830,"@timestamp":1531216079},"coords":"51.3530651,0.4613835","bedrooms":"4","price":"198000","area":"479"} , +{"type":"Feature","id":"n1059973778","geometry":{"type":"Point","coordinates":[0.4512827,51.3676407]},"properties":{"@type":"node","@id":1059973778,"@timestamp":1471710682},"coords":"51.3676407,0.4512827","bedrooms":"4","price":"241000","area":"454"} , +{"type":"Feature","id":"n1060030205","geometry":{"type":"Point","coordinates":[0.028421,51.591534]},"properties":{"@type":"node","@id":1060030205,"@timestamp":1543775717},"coords":"51.591534,0.028421","bedrooms":"4","price":"281000","area":"556"} , +{"type":"Feature","id":"n1060140397","geometry":{"type":"Point","coordinates":[-0.95323,51.2291206]},"properties":{"@type":"node","@id":1060140397,"@timestamp":1293137837},"coords":"51.2291206,-0.95323","bedrooms":"0","price":"293000","area":"593"} , +{"type":"Feature","id":"n1060551276","geometry":{"type":"Point","coordinates":[0.6788027,51.8959503]},"properties":{"@type":"node","@id":1060551276,"@timestamp":1394054924},"coords":"51.8959503,0.6788027","bedrooms":"4","price":"183000","area":"360"} , +{"type":"Feature","id":"n1061235567","geometry":{"type":"Point","coordinates":[0.5685211,51.8634674]},"properties":{"@type":"node","@id":1061235567,"@timestamp":1293180693},"coords":"51.8634674,0.5685211","bedrooms":"2","price":"159000","area":"392"} , +{"type":"Feature","id":"n1061302707","geometry":{"type":"Point","coordinates":[0.6483863,51.9919628]},"properties":{"@type":"node","@id":1061302707,"@timestamp":1293281306},"coords":"51.9919628,0.6483863","bedrooms":"1","price":"229000","area":"644"} , +{"type":"Feature","id":"n1061302771","geometry":{"type":"Point","coordinates":[0.699241,51.9989916]},"properties":{"@type":"node","@id":1061302771,"@timestamp":1293281311},"coords":"51.9989916,0.699241","bedrooms":"3","price":"208000","area":"509"} , +{"type":"Feature","id":"n1061302832","geometry":{"type":"Point","coordinates":[0.4457991,51.9921676]},"properties":{"@type":"node","@id":1061302832,"@timestamp":1293281894},"coords":"51.9921676,0.4457991","bedrooms":"3","price":"195000","area":"384"} , +{"type":"Feature","id":"n1061302888","geometry":{"type":"Point","coordinates":[0.5203591,51.9997215]},"properties":{"@type":"node","@id":1061302888,"@timestamp":1293281310},"coords":"51.9997215,0.5203591","bedrooms":"2","price":"263000","area":"368"} , +{"type":"Feature","id":"n1061302944","geometry":{"type":"Point","coordinates":[0.5888788,51.9990511]},"properties":{"@type":"node","@id":1061302944,"@timestamp":1293281307},"coords":"51.9990511,0.5888788","bedrooms":"4","price":"245000","area":"551"} , +{"type":"Feature","id":"n1061303053","geometry":{"type":"Point","coordinates":[0.6739639,51.9938457]},"properties":{"@type":"node","@id":1061303053,"@timestamp":1293281305},"coords":"51.9938457,0.6739639","bedrooms":"1","price":"171000","area":"677"} , +{"type":"Feature","id":"n1061303121","geometry":{"type":"Point","coordinates":[0.4497151,51.9919661]},"properties":{"@type":"node","@id":1061303121,"@timestamp":1293281895},"coords":"51.9919661,0.4497151","bedrooms":"2","price":"150000","area":"568"} , +{"type":"Feature","id":"n1061303176","geometry":{"type":"Point","coordinates":[0.3612934,51.9658464]},"properties":{"@type":"node","@id":1061303176,"@timestamp":1293281895},"coords":"51.9658464,0.3612934","bedrooms":"0","price":"173000","area":"564"} , +{"type":"Feature","id":"n1061605852","geometry":{"type":"Point","coordinates":[-0.3055867,51.4971386]},"properties":{"@type":"node","@id":1061605852,"@timestamp":1570440029},"coords":"51.4971386,-0.3055867","bedrooms":"2","price":"235000","area":"601"} , +{"type":"Feature","id":"n1061762063","geometry":{"type":"Point","coordinates":[-0.3197349,51.4747645]},"properties":{"@type":"node","@id":1061762063,"@timestamp":1293194555},"coords":"51.4747645,-0.3197349","bedrooms":"3","price":"226000","area":"695"} , +{"type":"Feature","id":"n1061762164","geometry":{"type":"Point","coordinates":[-0.320486,51.4778317]},"properties":{"@type":"node","@id":1061762164,"@timestamp":1293194557},"coords":"51.4778317,-0.320486","bedrooms":"4","price":"291000","area":"371"} , +{"type":"Feature","id":"n1061762240","geometry":{"type":"Point","coordinates":[-0.3171922,51.4755663]},"properties":{"@type":"node","@id":1061762240,"@timestamp":1293194559},"coords":"51.4755663,-0.3171922","bedrooms":"0","price":"254000","area":"476"} , +{"type":"Feature","id":"n1061762331","geometry":{"type":"Point","coordinates":[-0.3154073,51.476905]},"properties":{"@type":"node","@id":1061762331,"@timestamp":1586857608},"coords":"51.476905,-0.3154073","bedrooms":"4","price":"281000","area":"394"} , +{"type":"Feature","id":"n1061762390","geometry":{"type":"Point","coordinates":[-0.3189303,51.4779954]},"properties":{"@type":"node","@id":1061762390,"@timestamp":1293194564},"coords":"51.4779954,-0.3189303","bedrooms":"1","price":"151000","area":"603"} , +{"type":"Feature","id":"n1062208868","geometry":{"type":"Point","coordinates":[-0.3085504,51.5094387]},"properties":{"@type":"node","@id":1062208868,"@timestamp":1293205938},"coords":"51.5094387,-0.3085504","bedrooms":"3","price":"232000","area":"365"} , +{"type":"Feature","id":"n1062208933","geometry":{"type":"Point","coordinates":[-0.3095643,51.5085823]},"properties":{"@type":"node","@id":1062208933,"@timestamp":1293205940},"coords":"51.5085823,-0.3095643","bedrooms":"0","price":"236000","area":"456"} , +{"type":"Feature","id":"n1062208992","geometry":{"type":"Point","coordinates":[-0.3099184,51.5090597]},"properties":{"@type":"node","@id":1062208992,"@timestamp":1293205942},"coords":"51.5090597,-0.3099184","bedrooms":"4","price":"239000","area":"668"} , +{"type":"Feature","id":"n1062209046","geometry":{"type":"Point","coordinates":[-0.3082393,51.508751]},"properties":{"@type":"node","@id":1062209046,"@timestamp":1293205944},"coords":"51.508751,-0.3082393","bedrooms":"3","price":"263000","area":"417"} , +{"type":"Feature","id":"n1062209114","geometry":{"type":"Point","coordinates":[-0.3101839,51.5106473]},"properties":{"@type":"node","@id":1062209114,"@timestamp":1293205946},"coords":"51.5106473,-0.3101839","bedrooms":"0","price":"159000","area":"399"} , +{"type":"Feature","id":"n1062209160","geometry":{"type":"Point","coordinates":[-0.3084351,51.5089613]},"properties":{"@type":"node","@id":1062209160,"@timestamp":1293205948},"coords":"51.5089613,-0.3084351","bedrooms":"2","price":"187000","area":"506"} , +{"type":"Feature","id":"n1062209216","geometry":{"type":"Point","coordinates":[-0.3117235,51.509644]},"properties":{"@type":"node","@id":1062209216,"@timestamp":1293205950},"coords":"51.509644,-0.3117235","bedrooms":"3","price":"247000","area":"497"} , +{"type":"Feature","id":"n1062209262","geometry":{"type":"Point","coordinates":[-0.3084566,51.5088828]},"properties":{"@type":"node","@id":1062209262,"@timestamp":1293205952},"coords":"51.5088828,-0.3084566","bedrooms":"0","price":"293000","area":"688"} , +{"type":"Feature","id":"n1062209326","geometry":{"type":"Point","coordinates":[-0.3113855,51.5097943]},"properties":{"@type":"node","@id":1062209326,"@timestamp":1293205954},"coords":"51.5097943,-0.3113855","bedrooms":"2","price":"218000","area":"572"} , +{"type":"Feature","id":"n1062209368","geometry":{"type":"Point","coordinates":[-0.3091378,51.5078128]},"properties":{"@type":"node","@id":1062209368,"@timestamp":1293205956},"coords":"51.5078128,-0.3091378","bedrooms":"2","price":"198000","area":"544"} , +{"type":"Feature","id":"n1062209423","geometry":{"type":"Point","coordinates":[-0.3093176,51.5110012]},"properties":{"@type":"node","@id":1062209423,"@timestamp":1293205958},"coords":"51.5110012,-0.3093176","bedrooms":"3","price":"218000","area":"569"} , +{"type":"Feature","id":"n1062209448","geometry":{"type":"Point","coordinates":[-0.3093524,51.5085857]},"properties":{"@type":"node","@id":1062209448,"@timestamp":1293205959},"coords":"51.5085857,-0.3093524","bedrooms":"3","price":"200000","area":"662"} , +{"type":"Feature","id":"n1062209476","geometry":{"type":"Point","coordinates":[-0.3096904,51.5083019]},"properties":{"@type":"node","@id":1062209476,"@timestamp":1293205961},"coords":"51.5083019,-0.3096904","bedrooms":"1","price":"201000","area":"426"} , +{"type":"Feature","id":"n1062209540","geometry":{"type":"Point","coordinates":[-0.308411,51.5083854]},"properties":{"@type":"node","@id":1062209540,"@timestamp":1293205964},"coords":"51.5083854,-0.308411","bedrooms":"3","price":"239000","area":"470"} , +{"type":"Feature","id":"n1062209602","geometry":{"type":"Point","coordinates":[-0.3105836,51.5091616]},"properties":{"@type":"node","@id":1062209602,"@timestamp":1293205966},"coords":"51.5091616,-0.3105836","bedrooms":"0","price":"235000","area":"387"} , +{"type":"Feature","id":"n1062209666","geometry":{"type":"Point","coordinates":[-0.3084592,51.5107207]},"properties":{"@type":"node","@id":1062209666,"@timestamp":1293205968},"coords":"51.5107207,-0.3084592","bedrooms":"0","price":"250000","area":"580"} , +{"type":"Feature","id":"n1062209738","geometry":{"type":"Point","coordinates":[-0.3097413,51.5076224]},"properties":{"@type":"node","@id":1062209738,"@timestamp":1293205970},"coords":"51.5076224,-0.3097413","bedrooms":"2","price":"239000","area":"499"} , +{"type":"Feature","id":"n1062209769","geometry":{"type":"Point","coordinates":[-0.3116243,51.5086508]},"properties":{"@type":"node","@id":1062209769,"@timestamp":1293205971},"coords":"51.5086508,-0.3116243","bedrooms":"3","price":"177000","area":"550"} , +{"type":"Feature","id":"n1062209802","geometry":{"type":"Point","coordinates":[-0.3104334,51.5084804]},"properties":{"@type":"node","@id":1062209802,"@timestamp":1293205973},"coords":"51.5084804,-0.3104334","bedrooms":"2","price":"260000","area":"362"} , +{"type":"Feature","id":"n1062209846","geometry":{"type":"Point","coordinates":[-0.3103502,51.5092017]},"properties":{"@type":"node","@id":1062209846,"@timestamp":1293205975},"coords":"51.5092017,-0.3103502","bedrooms":"1","price":"285000","area":"694"} , +{"type":"Feature","id":"n1062209885","geometry":{"type":"Point","coordinates":[-0.3102134,51.5108193]},"properties":{"@type":"node","@id":1062209885,"@timestamp":1293205977},"coords":"51.5108193,-0.3102134","bedrooms":"3","price":"165000","area":"647"} , +{"type":"Feature","id":"n1062209947","geometry":{"type":"Point","coordinates":[-0.3093658,51.5084889]},"properties":{"@type":"node","@id":1062209947,"@timestamp":1293205979},"coords":"51.5084889,-0.3093658","bedrooms":"4","price":"287000","area":"600"} , +{"type":"Feature","id":"n1062209991","geometry":{"type":"Point","coordinates":[-0.3113641,51.5086607]},"properties":{"@type":"node","@id":1062209991,"@timestamp":1293205981},"coords":"51.5086607,-0.3113641","bedrooms":"4","price":"290000","area":"582"} , +{"type":"Feature","id":"n1062210043","geometry":{"type":"Point","coordinates":[-0.3099801,51.5078311]},"properties":{"@type":"node","@id":1062210043,"@timestamp":1293205982},"coords":"51.5078311,-0.3099801","bedrooms":"0","price":"255000","area":"601"} , +{"type":"Feature","id":"n1062210176","geometry":{"type":"Point","coordinates":[-0.3107016,51.5097075]},"properties":{"@type":"node","@id":1062210176,"@timestamp":1293205985},"coords":"51.5097075,-0.3107016","bedrooms":"2","price":"265000","area":"405"} , +{"type":"Feature","id":"n1062210240","geometry":{"type":"Point","coordinates":[-0.3119032,51.5096958]},"properties":{"@type":"node","@id":1062210240,"@timestamp":1293205987},"coords":"51.5096958,-0.3119032","bedrooms":"2","price":"156000","area":"690"} , +{"type":"Feature","id":"n1062210332","geometry":{"type":"Point","coordinates":[-0.3120105,51.509609]},"properties":{"@type":"node","@id":1062210332,"@timestamp":1293205990},"coords":"51.509609,-0.3120105","bedrooms":"4","price":"281000","area":"503"} , +{"type":"Feature","id":"n1062210386","geometry":{"type":"Point","coordinates":[-0.310023,51.5070047]},"properties":{"@type":"node","@id":1062210386,"@timestamp":1293205992},"coords":"51.5070047,-0.310023","bedrooms":"4","price":"297000","area":"623"} , +{"type":"Feature","id":"n1062210433","geometry":{"type":"Point","coordinates":[-0.3120534,51.5086407]},"properties":{"@type":"node","@id":1062210433,"@timestamp":1293205993},"coords":"51.5086407,-0.3120534","bedrooms":"2","price":"177000","area":"697"} , +{"type":"Feature","id":"n1062210491","geometry":{"type":"Point","coordinates":[-0.3066836,51.5110729]},"properties":{"@type":"node","@id":1062210491,"@timestamp":1293205995},"coords":"51.5110729,-0.3066836","bedrooms":"0","price":"295000","area":"483"} , +{"type":"Feature","id":"n1062543780","geometry":{"type":"Point","coordinates":[-0.010632,51.1266478]},"properties":{"@type":"node","@id":1062543780,"@timestamp":1610222925},"coords":"51.1266478,-0.010632","bedrooms":"1","price":"199000","area":"602"} , +{"type":"Feature","id":"n1062975974","geometry":{"type":"Point","coordinates":[-0.1145267,51.5437107]},"properties":{"@type":"node","@id":1062975974,"@timestamp":1559542409},"coords":"51.5437107,-0.1145267","bedrooms":"1","price":"217000","area":"355"} , +{"type":"Feature","id":"n1064218906","geometry":{"type":"Point","coordinates":[-0.0297027,51.9528584]},"properties":{"@type":"node","@id":1064218906,"@timestamp":1293291936},"coords":"51.9528584,-0.0297027","bedrooms":"1","price":"213000","area":"669"} , +{"type":"Feature","id":"n1064263080","geometry":{"type":"Point","coordinates":[-0.0326209,51.9523095]},"properties":{"@type":"node","@id":1064263080,"@timestamp":1627825050},"coords":"51.9523095,-0.0326209","bedrooms":"4","price":"189000","area":"478"} , +{"type":"Feature","id":"n1064263132","geometry":{"type":"Point","coordinates":[-0.0337877,51.937689]},"properties":{"@type":"node","@id":1064263132,"@timestamp":1293294772},"coords":"51.937689,-0.0337877","bedrooms":"0","price":"223000","area":"686"} , +{"type":"Feature","id":"n1064263153","geometry":{"type":"Point","coordinates":[-0.0335436,51.948585]},"properties":{"@type":"node","@id":1064263153,"@timestamp":1550425769},"coords":"51.948585,-0.0335436","bedrooms":"1","price":"238000","area":"600"} , +{"type":"Feature","id":"n1064263176","geometry":{"type":"Point","coordinates":[-0.0382509,51.9336671]},"properties":{"@type":"node","@id":1064263176,"@timestamp":1627825050},"coords":"51.9336671,-0.0382509","bedrooms":"4","price":"207000","area":"383"} , +{"type":"Feature","id":"n1064301920","geometry":{"type":"Point","coordinates":[-0.0252717,51.9837833]},"properties":{"@type":"node","@id":1064301920,"@timestamp":1293296274},"coords":"51.9837833,-0.0252717","bedrooms":"0","price":"271000","area":"412"} , +{"type":"Feature","id":"n1064302023","geometry":{"type":"Point","coordinates":[-0.0249458,52.0022448]},"properties":{"@type":"node","@id":1064302023,"@timestamp":1627825050},"coords":"52.0022448,-0.0249458","bedrooms":"4","price":"230000","area":"679"} , +{"type":"Feature","id":"n1064302107","geometry":{"type":"Point","coordinates":[-0.0250652,51.987713]},"properties":{"@type":"node","@id":1064302107,"@timestamp":1293296277},"coords":"51.987713,-0.0250652","bedrooms":"4","price":"229000","area":"407"} , +{"type":"Feature","id":"n1064511457","geometry":{"type":"Point","coordinates":[0.0323205,51.9344196]},"properties":{"@type":"node","@id":1064511457,"@timestamp":1293305182},"coords":"51.9344196,0.0323205","bedrooms":"2","price":"157000","area":"371"} , +{"type":"Feature","id":"n1065032776","geometry":{"type":"Point","coordinates":[-0.2910546,51.3566088]},"properties":{"@type":"node","@id":1065032776,"@timestamp":1306519410},"coords":"51.3566088,-0.2910546","bedrooms":"4","price":"286000","area":"627"} , +{"type":"Feature","id":"n1065663172","geometry":{"type":"Point","coordinates":[0.3838539,50.9973716]},"properties":{"@type":"node","@id":1065663172,"@timestamp":1504948068},"coords":"50.9973716,0.3838539","bedrooms":"3","price":"164000","area":"490"} , +{"type":"Feature","id":"n1066848253","geometry":{"type":"Point","coordinates":[-0.4311818,51.5667856]},"properties":{"@type":"node","@id":1066848253,"@timestamp":1624321343},"coords":"51.5667856,-0.4311818","bedrooms":"2","price":"258000","area":"443"} , +{"type":"Feature","id":"n1067903130","geometry":{"type":"Point","coordinates":[-0.7737302,51.3935454]},"properties":{"@type":"node","@id":1067903130,"@timestamp":1619268555},"coords":"51.3935454,-0.7737302","bedrooms":"0","price":"279000","area":"481"} , +{"type":"Feature","id":"n1068170033","geometry":{"type":"Point","coordinates":[0.636433,51.1082192]},"properties":{"@type":"node","@id":1068170033,"@timestamp":1293478829},"coords":"51.1082192,0.636433","bedrooms":"2","price":"197000","area":"583"} , +{"type":"Feature","id":"n1068299266","geometry":{"type":"Point","coordinates":[0.6327524,51.1202656]},"properties":{"@type":"node","@id":1068299266,"@timestamp":1293482224},"coords":"51.1202656,0.6327524","bedrooms":"2","price":"208000","area":"595"} , +{"type":"Feature","id":"n1068332630","geometry":{"type":"Point","coordinates":[-0.2216632,51.9833372]},"properties":{"@type":"node","@id":1068332630,"@timestamp":1392672197},"coords":"51.9833372,-0.2216632","bedrooms":"0","price":"297000","area":"377"} , +{"type":"Feature","id":"n1068334484","geometry":{"type":"Point","coordinates":[-0.2214352,51.9834413]},"properties":{"@type":"node","@id":1068334484,"@timestamp":1392672198},"coords":"51.9834413,-0.2214352","bedrooms":"1","price":"216000","area":"442"} , +{"type":"Feature","id":"n1068453572","geometry":{"type":"Point","coordinates":[0.5917863,51.3633875]},"properties":{"@type":"node","@id":1068453572,"@timestamp":1401090539},"coords":"51.3633875,0.5917863","bedrooms":"2","price":"161000","area":"627"} , +{"type":"Feature","id":"n1068453599","geometry":{"type":"Point","coordinates":[0.5935339,51.3638756]},"properties":{"@type":"node","@id":1068453599,"@timestamp":1401090539},"coords":"51.3638756,0.5935339","bedrooms":"0","price":"297000","area":"402"} , +{"type":"Feature","id":"n1068453628","geometry":{"type":"Point","coordinates":[0.5899587,51.3628611]},"properties":{"@type":"node","@id":1068453628,"@timestamp":1401090539},"coords":"51.3628611,0.5899587","bedrooms":"2","price":"239000","area":"405"} , +{"type":"Feature","id":"n1068453668","geometry":{"type":"Point","coordinates":[0.5922766,51.3624555]},"properties":{"@type":"node","@id":1068453668,"@timestamp":1401090539},"coords":"51.3624555,0.5922766","bedrooms":"0","price":"247000","area":"423"} , +{"type":"Feature","id":"n1068453715","geometry":{"type":"Point","coordinates":[0.5914886,51.3633001]},"properties":{"@type":"node","@id":1068453715,"@timestamp":1401090540},"coords":"51.3633001,0.5914886","bedrooms":"2","price":"239000","area":"630"} , +{"type":"Feature","id":"n1068453774","geometry":{"type":"Point","coordinates":[0.5922342,51.3623913]},"properties":{"@type":"node","@id":1068453774,"@timestamp":1401090540},"coords":"51.3623913,0.5922342","bedrooms":"1","price":"253000","area":"489"} , +{"type":"Feature","id":"n1068453860","geometry":{"type":"Point","coordinates":[0.5918554,51.3636369]},"properties":{"@type":"node","@id":1068453860,"@timestamp":1401090540},"coords":"51.3636369,0.5918554","bedrooms":"1","price":"166000","area":"579"} , +{"type":"Feature","id":"n1068453910","geometry":{"type":"Point","coordinates":[0.5908453,51.3637212]},"properties":{"@type":"node","@id":1068453910,"@timestamp":1401090541},"coords":"51.3637212,0.5908453","bedrooms":"1","price":"175000","area":"457"} , +{"type":"Feature","id":"n1068453954","geometry":{"type":"Point","coordinates":[0.5938623,51.3635139]},"properties":{"@type":"node","@id":1068453954,"@timestamp":1401090541},"coords":"51.3635139,0.5938623","bedrooms":"4","price":"289000","area":"528"} , +{"type":"Feature","id":"n1068454011","geometry":{"type":"Point","coordinates":[0.5932203,51.3634552]},"properties":{"@type":"node","@id":1068454011,"@timestamp":1401090541},"coords":"51.3634552,0.5932203","bedrooms":"4","price":"187000","area":"438"} , +{"type":"Feature","id":"n1068454058","geometry":{"type":"Point","coordinates":[0.5917838,51.3634584]},"properties":{"@type":"node","@id":1068454058,"@timestamp":1401090542},"coords":"51.3634584,0.5917838","bedrooms":"3","price":"179000","area":"527"} , +{"type":"Feature","id":"n1068454104","geometry":{"type":"Point","coordinates":[0.5905566,51.3633393]},"properties":{"@type":"node","@id":1068454104,"@timestamp":1401090542},"coords":"51.3633393,0.5905566","bedrooms":"4","price":"197000","area":"652"} , +{"type":"Feature","id":"n1068454151","geometry":{"type":"Point","coordinates":[0.5904232,51.3631881]},"properties":{"@type":"node","@id":1068454151,"@timestamp":1401090543},"coords":"51.3631881,0.5904232","bedrooms":"1","price":"287000","area":"666"} , +{"type":"Feature","id":"n1068454191","geometry":{"type":"Point","coordinates":[0.5904585,51.3633901]},"properties":{"@type":"node","@id":1068454191,"@timestamp":1401090543},"coords":"51.3633901,0.5904585","bedrooms":"4","price":"179000","area":"467"} , +{"type":"Feature","id":"n1068454225","geometry":{"type":"Point","coordinates":[0.5904004,51.3624207]},"properties":{"@type":"node","@id":1068454225,"@timestamp":1401090543},"coords":"51.3624207,0.5904004","bedrooms":"4","price":"239000","area":"676"} , +{"type":"Feature","id":"n1068454254","geometry":{"type":"Point","coordinates":[0.5929077,51.3635379]},"properties":{"@type":"node","@id":1068454254,"@timestamp":1401090544},"coords":"51.3635379,0.5929077","bedrooms":"2","price":"195000","area":"395"} , +{"type":"Feature","id":"n1068454276","geometry":{"type":"Point","coordinates":[0.5939176,51.3635662]},"properties":{"@type":"node","@id":1068454276,"@timestamp":1401090544},"coords":"51.3635662,0.5939176","bedrooms":"2","price":"153000","area":"374"} , +{"type":"Feature","id":"n1068480506","geometry":{"type":"Point","coordinates":[0.5825142,51.1157838]},"properties":{"@type":"node","@id":1068480506,"@timestamp":1293489595},"coords":"51.1157838,0.5825142","bedrooms":"1","price":"250000","area":"359"} , +{"type":"Feature","id":"n1068480557","geometry":{"type":"Point","coordinates":[0.5826423,51.1158145]},"properties":{"@type":"node","@id":1068480557,"@timestamp":1293489598},"coords":"51.1158145,0.5826423","bedrooms":"0","price":"208000","area":"678"} , +{"type":"Feature","id":"n1068480612","geometry":{"type":"Point","coordinates":[0.5828194,51.1157881]},"properties":{"@type":"node","@id":1068480612,"@timestamp":1293489600},"coords":"51.1157881,0.5828194","bedrooms":"3","price":"286000","area":"441"} , +{"type":"Feature","id":"n1068480651","geometry":{"type":"Point","coordinates":[0.5836367,51.1141645]},"properties":{"@type":"node","@id":1068480651,"@timestamp":1293489602},"coords":"51.1141645,0.5836367","bedrooms":"0","price":"290000","area":"456"} , +{"type":"Feature","id":"n1068538993","geometry":{"type":"Point","coordinates":[0.5818679,51.1161657]},"properties":{"@type":"node","@id":1068538993,"@timestamp":1408366054},"coords":"51.1161657,0.5818679","bedrooms":"0","price":"268000","area":"485"} , +{"type":"Feature","id":"n1068774307","geometry":{"type":"Point","coordinates":[0.4523728,51.7412599]},"properties":{"@type":"node","@id":1068774307,"@timestamp":1487201695},"coords":"51.7412599,0.4523728","bedrooms":"0","price":"206000","area":"540"} , +{"type":"Feature","id":"n1068784286","geometry":{"type":"Point","coordinates":[0.4537095,51.7531035]},"properties":{"@type":"node","@id":1068784286,"@timestamp":1414735891},"coords":"51.7531035,0.4537095","bedrooms":"0","price":"161000","area":"572"} , +{"type":"Feature","id":"n1069119778","geometry":{"type":"Point","coordinates":[-0.3005093,51.3637296]},"properties":{"@type":"node","@id":1069119778,"@timestamp":1335058681},"coords":"51.3637296,-0.3005093","bedrooms":"2","price":"281000","area":"421"} , +{"type":"Feature","id":"n1069489589","geometry":{"type":"Point","coordinates":[-0.2026999,51.9002488]},"properties":{"@type":"node","@id":1069489589,"@timestamp":1360631944},"coords":"51.9002488,-0.2026999","bedrooms":"2","price":"284000","area":"676"} , +{"type":"Feature","id":"n1069512599","geometry":{"type":"Point","coordinates":[-0.1896213,51.6446548]},"properties":{"@type":"node","@id":1069512599,"@timestamp":1293558734},"coords":"51.6446548,-0.1896213","bedrooms":"0","price":"261000","area":"387"} , +{"type":"Feature","id":"n1069643162","geometry":{"type":"Point","coordinates":[0.5247936,51.3872193]},"properties":{"@type":"node","@id":1069643162,"@timestamp":1401346671},"coords":"51.3872193,0.5247936","bedrooms":"0","price":"271000","area":"420"} , +{"type":"Feature","id":"n1069690579","geometry":{"type":"Point","coordinates":[0.4463174,51.7529977]},"properties":{"@type":"node","@id":1069690579,"@timestamp":1487199649},"coords":"51.7529977,0.4463174","bedrooms":"1","price":"224000","area":"652"} , +{"type":"Feature","id":"n1069720065","geometry":{"type":"Point","coordinates":[0.5016961,51.3455184]},"properties":{"@type":"node","@id":1069720065,"@timestamp":1361723514},"coords":"51.3455184,0.5016961","bedrooms":"0","price":"170000","area":"506"} , +{"type":"Feature","id":"n1069763888","geometry":{"type":"Point","coordinates":[0.5395153,51.3568958]},"properties":{"@type":"node","@id":1069763888,"@timestamp":1527344921},"coords":"51.3568958,0.5395153","bedrooms":"3","price":"297000","area":"571"} , +{"type":"Feature","id":"n1069813785","geometry":{"type":"Point","coordinates":[0.5944105,51.3657363]},"properties":{"@type":"node","@id":1069813785,"@timestamp":1401090544},"coords":"51.3657363,0.5944105","bedrooms":"1","price":"150000","area":"422"} , +{"type":"Feature","id":"n1069813846","geometry":{"type":"Point","coordinates":[0.5918693,51.3633376]},"properties":{"@type":"node","@id":1069813846,"@timestamp":1401090545},"coords":"51.3633376,0.5918693","bedrooms":"0","price":"171000","area":"649"} , +{"type":"Feature","id":"n1069872253","geometry":{"type":"Point","coordinates":[0.4555461,51.7396295]},"properties":{"@type":"node","@id":1069872253,"@timestamp":1434135714},"coords":"51.7396295,0.4555461","bedrooms":"2","price":"173000","area":"484"} , +{"type":"Feature","id":"n1069975322","geometry":{"type":"Point","coordinates":[0.4628073,51.752416]},"properties":{"@type":"node","@id":1069975322,"@timestamp":1504478836},"coords":"51.752416,0.4628073","bedrooms":"0","price":"297000","area":"351"} , +{"type":"Feature","id":"n1070533278","geometry":{"type":"Point","coordinates":[-0.7634318,51.3045037]},"properties":{"@type":"node","@id":1070533278,"@timestamp":1303409520},"coords":"51.3045037,-0.7634318","bedrooms":"3","price":"175000","area":"488"} , +{"type":"Feature","id":"n1070840372","geometry":{"type":"Point","coordinates":[-0.102137,51.498785]},"properties":{"@type":"node","@id":1070840372,"@timestamp":1611779448},"coords":"51.498785,-0.102137","bedrooms":"2","price":"216000","area":"387"} , +{"type":"Feature","id":"n1071006814","geometry":{"type":"Point","coordinates":[-0.0850944,51.6638748]},"properties":{"@type":"node","@id":1071006814,"@timestamp":1612715148},"coords":"51.6638748,-0.0850944","bedrooms":"4","price":"170000","area":"434"} , +{"type":"Feature","id":"n1071073287","geometry":{"type":"Point","coordinates":[-0.3696602,51.4137493]},"properties":{"@type":"node","@id":1071073287,"@timestamp":1293640064},"coords":"51.4137493,-0.3696602","bedrooms":"1","price":"190000","area":"372"} , +{"type":"Feature","id":"n1071073479","geometry":{"type":"Point","coordinates":[-0.3699735,51.4136798]},"properties":{"@type":"node","@id":1071073479,"@timestamp":1293640067},"coords":"51.4136798,-0.3699735","bedrooms":"1","price":"190000","area":"534"} , +{"type":"Feature","id":"n1071073638","geometry":{"type":"Point","coordinates":[-0.370377,51.4135488]},"properties":{"@type":"node","@id":1071073638,"@timestamp":1293640070},"coords":"51.4135488,-0.370377","bedrooms":"4","price":"264000","area":"479"} , +{"type":"Feature","id":"n1071073872","geometry":{"type":"Point","coordinates":[-0.3705307,51.4139482]},"properties":{"@type":"node","@id":1071073872,"@timestamp":1443887978},"coords":"51.4139482,-0.3705307","bedrooms":"2","price":"175000","area":"678"} , +{"type":"Feature","id":"n1071076749","geometry":{"type":"Point","coordinates":[-0.0796938,51.6629233]},"properties":{"@type":"node","@id":1071076749,"@timestamp":1616518220},"coords":"51.6629233,-0.0796938","bedrooms":"0","price":"260000","area":"638"} , +{"type":"Feature","id":"n1071076792","geometry":{"type":"Point","coordinates":[-0.0834838,51.6639293]},"properties":{"@type":"node","@id":1071076792,"@timestamp":1293640151},"coords":"51.6639293,-0.0834838","bedrooms":"4","price":"218000","area":"587"} , +{"type":"Feature","id":"n1071098323","geometry":{"type":"Point","coordinates":[-0.0797448,51.6622893]},"properties":{"@type":"node","@id":1071098323,"@timestamp":1616518220},"coords":"51.6622893,-0.0797448","bedrooms":"3","price":"221000","area":"474"} , +{"type":"Feature","id":"n1071098374","geometry":{"type":"Point","coordinates":[-0.0801177,51.6624523]},"properties":{"@type":"node","@id":1071098374,"@timestamp":1616518220},"coords":"51.6624523,-0.0801177","bedrooms":"4","price":"173000","area":"573"} , +{"type":"Feature","id":"n1071114013","geometry":{"type":"Point","coordinates":[-0.078157,51.6635138]},"properties":{"@type":"node","@id":1071114013,"@timestamp":1615553788},"coords":"51.6635138,-0.078157","bedrooms":"3","price":"190000","area":"397"} , +{"type":"Feature","id":"n1071114085","geometry":{"type":"Point","coordinates":[-0.0777278,51.6629681]},"properties":{"@type":"node","@id":1071114085,"@timestamp":1293641848},"coords":"51.6629681,-0.0777278","bedrooms":"4","price":"247000","area":"557"} , +{"type":"Feature","id":"n1071401214","geometry":{"type":"Point","coordinates":[0.4720676,51.7435704]},"properties":{"@type":"node","@id":1071401214,"@timestamp":1415541649},"coords":"51.7435704,0.4720676","bedrooms":"2","price":"298000","area":"468"} , +{"type":"Feature","id":"n1071634033","geometry":{"type":"Point","coordinates":[-0.9693074,51.9567891]},"properties":{"@type":"node","@id":1071634033,"@timestamp":1293660275},"coords":"51.9567891,-0.9693074","bedrooms":"2","price":"153000","area":"422"} , +{"type":"Feature","id":"n1071634044","geometry":{"type":"Point","coordinates":[-0.9498512,52.0129854]},"properties":{"@type":"node","@id":1071634044,"@timestamp":1323516177},"coords":"52.0129854,-0.9498512","bedrooms":"2","price":"283000","area":"515"} , +{"type":"Feature","id":"n1071634055","geometry":{"type":"Point","coordinates":[-0.9048191,51.9370671]},"properties":{"@type":"node","@id":1071634055,"@timestamp":1375210055},"coords":"51.9370671,-0.9048191","bedrooms":"0","price":"279000","area":"569"} , +{"type":"Feature","id":"n1071634067","geometry":{"type":"Point","coordinates":[-0.9038939,51.9399889]},"properties":{"@type":"node","@id":1071634067,"@timestamp":1293660278},"coords":"51.9399889,-0.9038939","bedrooms":"2","price":"165000","area":"432"} , +{"type":"Feature","id":"n1071634082","geometry":{"type":"Point","coordinates":[-0.9484916,52.0225789]},"properties":{"@type":"node","@id":1071634082,"@timestamp":1323516178},"coords":"52.0225789,-0.9484916","bedrooms":"4","price":"171000","area":"366"} , +{"type":"Feature","id":"n1071634094","geometry":{"type":"Point","coordinates":[-0.9622049,51.955189]},"properties":{"@type":"node","@id":1071634094,"@timestamp":1293660281},"coords":"51.955189,-0.9622049","bedrooms":"2","price":"244000","area":"550"} , +{"type":"Feature","id":"n1071634107","geometry":{"type":"Point","coordinates":[-0.9349966,51.9399125]},"properties":{"@type":"node","@id":1071634107,"@timestamp":1293660282},"coords":"51.9399125,-0.9349966","bedrooms":"1","price":"263000","area":"618"} , +{"type":"Feature","id":"n1071634121","geometry":{"type":"Point","coordinates":[-0.9462817,52.0424816]},"properties":{"@type":"node","@id":1071634121,"@timestamp":1599597220},"coords":"52.0424816,-0.9462817","bedrooms":"0","price":"178000","area":"547"} , +{"type":"Feature","id":"n1071634131","geometry":{"type":"Point","coordinates":[-0.8962022,51.9394627]},"properties":{"@type":"node","@id":1071634131,"@timestamp":1293660284},"coords":"51.9394627,-0.8962022","bedrooms":"3","price":"184000","area":"442"} , +{"type":"Feature","id":"n1071634146","geometry":{"type":"Point","coordinates":[-1.0769873,51.9848251]},"properties":{"@type":"node","@id":1071634146,"@timestamp":1476876305},"coords":"51.9848251,-1.0769873","bedrooms":"4","price":"255000","area":"588"} , +{"type":"Feature","id":"n1071634160","geometry":{"type":"Point","coordinates":[-0.9071421,51.9280512]},"properties":{"@type":"node","@id":1071634160,"@timestamp":1417969423},"coords":"51.9280512,-0.9071421","bedrooms":"3","price":"220000","area":"548"} , +{"type":"Feature","id":"n1071642334","geometry":{"type":"Point","coordinates":[0.6587074,51.8391617]},"properties":{"@type":"node","@id":1071642334,"@timestamp":1301256893},"coords":"51.8391617,0.6587074","bedrooms":"1","price":"298000","area":"688"} , +{"type":"Feature","id":"n1071642978","geometry":{"type":"Point","coordinates":[0.6459402,51.7988707]},"properties":{"@type":"node","@id":1071642978,"@timestamp":1293660865},"coords":"51.7988707,0.6459402","bedrooms":"4","price":"165000","area":"613"} , +{"type":"Feature","id":"n1071654471","geometry":{"type":"Point","coordinates":[-1.1206805,52.0361517]},"properties":{"@type":"node","@id":1071654471,"@timestamp":1293661741},"coords":"52.0361517,-1.1206805","bedrooms":"0","price":"255000","area":"651"} , +{"type":"Feature","id":"n1071654485","geometry":{"type":"Point","coordinates":[-1.1206162,52.0209626]},"properties":{"@type":"node","@id":1071654485,"@timestamp":1293661743},"coords":"52.0209626,-1.1206162","bedrooms":"3","price":"178000","area":"446"} , +{"type":"Feature","id":"n1071686647","geometry":{"type":"Point","coordinates":[-1.0930753,51.7822238]},"properties":{"@type":"node","@id":1071686647,"@timestamp":1293664089},"coords":"51.7822238,-1.0930753","bedrooms":"0","price":"217000","area":"501"} , +{"type":"Feature","id":"n1071697914","geometry":{"type":"Point","coordinates":[-1.0439099,52.2337869]},"properties":{"@type":"node","@id":1071697914,"@timestamp":1526717003},"coords":"52.2337869,-1.0439099","bedrooms":"4","price":"195000","area":"350"} , +{"type":"Feature","id":"n1071699101","geometry":{"type":"Point","coordinates":[-1.0415916,52.216804]},"properties":{"@type":"node","@id":1071699101,"@timestamp":1526717003},"coords":"52.216804,-1.0415916","bedrooms":"2","price":"171000","area":"517"} , +{"type":"Feature","id":"n1072639035","geometry":{"type":"Point","coordinates":[-1.1209585,52.3888922]},"properties":{"@type":"node","@id":1072639035,"@timestamp":1293707233},"coords":"52.3888922,-1.1209585","bedrooms":"2","price":"180000","area":"580"} , +{"type":"Feature","id":"n1072639075","geometry":{"type":"Point","coordinates":[-1.0887264,52.3281753]},"properties":{"@type":"node","@id":1072639075,"@timestamp":1293707236},"coords":"52.3281753,-1.0887264","bedrooms":"0","price":"197000","area":"366"} , +{"type":"Feature","id":"n1072639096","geometry":{"type":"Point","coordinates":[-1.050138,52.2669173]},"properties":{"@type":"node","@id":1072639096,"@timestamp":1526717002},"coords":"52.2669173,-1.050138","bedrooms":"4","price":"298000","area":"664"} , +{"type":"Feature","id":"n1072639122","geometry":{"type":"Point","coordinates":[-1.0570735,52.3007478]},"properties":{"@type":"node","@id":1072639122,"@timestamp":1526717002},"coords":"52.3007478,-1.0570735","bedrooms":"1","price":"202000","area":"562"} , +{"type":"Feature","id":"n1072639138","geometry":{"type":"Point","coordinates":[-1.1007086,52.3699984]},"properties":{"@type":"node","@id":1072639138,"@timestamp":1293707240},"coords":"52.3699984,-1.1007086","bedrooms":"4","price":"276000","area":"392"} , +{"type":"Feature","id":"n1072937338","geometry":{"type":"Point","coordinates":[-0.1998156,51.9623219]},"properties":{"@type":"node","@id":1072937338,"@timestamp":1392817908},"coords":"51.9623219,-0.1998156","bedrooms":"1","price":"243000","area":"513"} , +{"type":"Feature","id":"n1074071147","geometry":{"type":"Point","coordinates":[0.4592192,51.7401976]},"properties":{"@type":"node","@id":1074071147,"@timestamp":1481471451},"coords":"51.7401976,0.4592192","bedrooms":"0","price":"253000","area":"373"} , +{"type":"Feature","id":"n1074190050","geometry":{"type":"Point","coordinates":[-0.2911561,51.4993696]},"properties":{"@type":"node","@id":1074190050,"@timestamp":1626965987},"coords":"51.4993696,-0.2911561","bedrooms":"1","price":"193000","area":"559"} , +{"type":"Feature","id":"n1074223225","geometry":{"type":"Point","coordinates":[0.485414,51.7476871]},"properties":{"@type":"node","@id":1074223225,"@timestamp":1626993782},"coords":"51.7476871,0.485414","bedrooms":"1","price":"169000","area":"515"} , +{"type":"Feature","id":"n1074606937","geometry":{"type":"Point","coordinates":[0.4706822,51.7177127]},"properties":{"@type":"node","@id":1074606937,"@timestamp":1525114906},"coords":"51.7177127,0.4706822","bedrooms":"1","price":"259000","area":"439"} , +{"type":"Feature","id":"n1074642802","geometry":{"type":"Point","coordinates":[0.4781722,51.7142492]},"properties":{"@type":"node","@id":1074642802,"@timestamp":1615435701},"coords":"51.7142492,0.4781722","bedrooms":"0","price":"290000","area":"668"} , +{"type":"Feature","id":"n1075325717","geometry":{"type":"Point","coordinates":[0.0854886,50.9964634]},"properties":{"@type":"node","@id":1075325717,"@timestamp":1580071769},"coords":"50.9964634,0.0854886","bedrooms":"3","price":"239000","area":"626"} , +{"type":"Feature","id":"n1075891576","geometry":{"type":"Point","coordinates":[-0.9686836,51.4337298]},"properties":{"@type":"node","@id":1075891576,"@timestamp":1614451381},"coords":"51.4337298,-0.9686836","bedrooms":"0","price":"177000","area":"633"} , +{"type":"Feature","id":"n1076103618","geometry":{"type":"Point","coordinates":[-0.376023,51.418781]},"properties":{"@type":"node","@id":1076103618,"@timestamp":1293833627},"coords":"51.418781,-0.376023","bedrooms":"4","price":"204000","area":"694"} , +{"type":"Feature","id":"n1076107110","geometry":{"type":"Point","coordinates":[-0.3756061,51.4184994]},"properties":{"@type":"node","@id":1076107110,"@timestamp":1293833681},"coords":"51.4184994,-0.3756061","bedrooms":"0","price":"232000","area":"616"} , +{"type":"Feature","id":"n1076109534","geometry":{"type":"Point","coordinates":[-0.375586,51.4190865]},"properties":{"@type":"node","@id":1076109534,"@timestamp":1293833729},"coords":"51.4190865,-0.375586","bedrooms":"4","price":"286000","area":"642"} , +{"type":"Feature","id":"n1077021669","geometry":{"type":"Point","coordinates":[0.5349021,51.3784907]},"properties":{"@type":"node","@id":1077021669,"@timestamp":1529268608},"coords":"51.3784907,0.5349021","bedrooms":"2","price":"214000","area":"365"} , +{"type":"Feature","id":"n1077768919","geometry":{"type":"Point","coordinates":[0.052067,51.8840669]},"properties":{"@type":"node","@id":1077768919,"@timestamp":1293927001},"coords":"51.8840669,0.052067","bedrooms":"0","price":"254000","area":"580"} , +{"type":"Feature","id":"n1078809775","geometry":{"type":"Point","coordinates":[-0.4810421,51.0345898]},"properties":{"@type":"node","@id":1078809775,"@timestamp":1306621112},"coords":"51.0345898,-0.4810421","bedrooms":"2","price":"251000","area":"581"} , +{"type":"Feature","id":"n1078809786","geometry":{"type":"Point","coordinates":[-0.6672171,51.0099732]},"properties":{"@type":"node","@id":1078809786,"@timestamp":1306621105},"coords":"51.0099732,-0.6672171","bedrooms":"0","price":"266000","area":"461"} , +{"type":"Feature","id":"n1078809801","geometry":{"type":"Point","coordinates":[-0.5705159,51.0151723]},"properties":{"@type":"node","@id":1078809801,"@timestamp":1306621109},"coords":"51.0151723,-0.5705159","bedrooms":"1","price":"202000","area":"623"} , +{"type":"Feature","id":"n1078809821","geometry":{"type":"Point","coordinates":[-0.5397821,51.0215787]},"properties":{"@type":"node","@id":1078809821,"@timestamp":1306621106},"coords":"51.0215787,-0.5397821","bedrooms":"3","price":"175000","area":"545"} , +{"type":"Feature","id":"n1078809838","geometry":{"type":"Point","coordinates":[-0.514547,51.030738]},"properties":{"@type":"node","@id":1078809838,"@timestamp":1403988871},"coords":"51.030738,-0.514547","bedrooms":"1","price":"231000","area":"584"} , +{"type":"Feature","id":"n1078809860","geometry":{"type":"Point","coordinates":[-0.4703939,51.0335785]},"properties":{"@type":"node","@id":1078809860,"@timestamp":1306621113},"coords":"51.0335785,-0.4703939","bedrooms":"2","price":"196000","area":"480"} , +{"type":"Feature","id":"n1078815742","geometry":{"type":"Point","coordinates":[0.0109917,51.6091908]},"properties":{"@type":"node","@id":1078815742,"@timestamp":1372610639},"coords":"51.6091908,0.0109917","bedrooms":"0","price":"214000","area":"352"} , +{"type":"Feature","id":"n1078867690","geometry":{"type":"Point","coordinates":[-0.291078,51.953655]},"properties":{"@type":"node","@id":1078867690,"@timestamp":1293984238},"coords":"51.953655,-0.291078","bedrooms":"2","price":"172000","area":"616"} , +{"type":"Feature","id":"n1079128748","geometry":{"type":"Point","coordinates":[-0.313954,51.393548]},"properties":{"@type":"node","@id":1079128748,"@timestamp":1352770960},"coords":"51.393548,-0.313954","bedrooms":"4","price":"223000","area":"368"} , +{"type":"Feature","id":"n1079844308","geometry":{"type":"Point","coordinates":[-0.86487,51.674653]},"properties":{"@type":"node","@id":1079844308,"@timestamp":1367189569},"coords":"51.674653,-0.86487","bedrooms":"3","price":"152000","area":"506"} , +{"type":"Feature","id":"n1080091081","geometry":{"type":"Point","coordinates":[0.5158301,51.7393138]},"properties":{"@type":"node","@id":1080091081,"@timestamp":1393705668},"coords":"51.7393138,0.5158301","bedrooms":"3","price":"252000","area":"611"} , +{"type":"Feature","id":"n1080171179","geometry":{"type":"Point","coordinates":[0.4780416,51.7372898]},"properties":{"@type":"node","@id":1080171179,"@timestamp":1580143529},"coords":"51.7372898,0.4780416","bedrooms":"0","price":"223000","area":"496"} , +{"type":"Feature","id":"n1080443701","geometry":{"type":"Point","coordinates":[-0.2745629,51.9513421]},"properties":{"@type":"node","@id":1080443701,"@timestamp":1294057341},"coords":"51.9513421,-0.2745629","bedrooms":"0","price":"273000","area":"404"} , +{"type":"Feature","id":"n1080591780","geometry":{"type":"Point","coordinates":[-0.128477,51.5156363]},"properties":{"@type":"node","@id":1080591780,"@timestamp":1564912861},"coords":"51.5156363,-0.128477","bedrooms":"2","price":"281000","area":"624"} , +{"type":"Feature","id":"n1080724215","geometry":{"type":"Point","coordinates":[-1.0338371,51.9819813]},"properties":{"@type":"node","@id":1080724215,"@timestamp":1536692485},"coords":"51.9819813,-1.0338371","bedrooms":"4","price":"264000","area":"391"} , +{"type":"Feature","id":"n1080976364","geometry":{"type":"Point","coordinates":[-0.2070298,51.5243319]},"properties":{"@type":"node","@id":1080976364,"@timestamp":1294086926},"coords":"51.5243319,-0.2070298","bedrooms":"4","price":"216000","area":"624"} , +{"type":"Feature","id":"n1081093098","geometry":{"type":"Point","coordinates":[-0.8501637,51.7199468]},"properties":{"@type":"node","@id":1081093098,"@timestamp":1528034390},"coords":"51.7199468,-0.8501637","bedrooms":"1","price":"166000","area":"443"} , +{"type":"Feature","id":"n1081749580","geometry":{"type":"Point","coordinates":[-0.2078992,51.5221675]},"properties":{"@type":"node","@id":1081749580,"@timestamp":1582730722},"coords":"51.5221675,-0.2078992","bedrooms":"1","price":"258000","area":"565"} , +{"type":"Feature","id":"n1081852646","geometry":{"type":"Point","coordinates":[-0.1881052,51.5399731]},"properties":{"@type":"node","@id":1081852646,"@timestamp":1620341682},"coords":"51.5399731,-0.1881052","bedrooms":"1","price":"267000","area":"490"} , +{"type":"Feature","id":"n1082006860","geometry":{"type":"Point","coordinates":[-0.7161096,51.5228582]},"properties":{"@type":"node","@id":1082006860,"@timestamp":1609530983},"coords":"51.5228582,-0.7161096","bedrooms":"4","price":"289000","area":"483"} , +{"type":"Feature","id":"n1082671381","geometry":{"type":"Point","coordinates":[-0.605329,51.6782753]},"properties":{"@type":"node","@id":1082671381,"@timestamp":1635605282},"coords":"51.6782753,-0.605329","bedrooms":"4","price":"274000","area":"456"} , +{"type":"Feature","id":"n1082713562","geometry":{"type":"Point","coordinates":[-0.6073712,51.674073]},"properties":{"@type":"node","@id":1082713562,"@timestamp":1561355768},"coords":"51.674073,-0.6073712","bedrooms":"1","price":"192000","area":"495"} , +{"type":"Feature","id":"n1082743448","geometry":{"type":"Point","coordinates":[-0.1484603,51.6254486]},"properties":{"@type":"node","@id":1082743448,"@timestamp":1294171449},"coords":"51.6254486,-0.1484603","bedrooms":"4","price":"293000","area":"453"} , +{"type":"Feature","id":"n1082743614","geometry":{"type":"Point","coordinates":[-0.1485314,51.625332]},"properties":{"@type":"node","@id":1082743614,"@timestamp":1294171455},"coords":"51.625332,-0.1485314","bedrooms":"2","price":"176000","area":"604"} , +{"type":"Feature","id":"n1082916838","geometry":{"type":"Point","coordinates":[-0.0661991,51.6598271]},"properties":{"@type":"node","@id":1082916838,"@timestamp":1422876312},"coords":"51.6598271,-0.0661991","bedrooms":"3","price":"181000","area":"595"} , +{"type":"Feature","id":"n1083621988","geometry":{"type":"Point","coordinates":[-0.6192494,51.6671771]},"properties":{"@type":"node","@id":1083621988,"@timestamp":1543944731},"coords":"51.6671771,-0.6192494","bedrooms":"2","price":"288000","area":"458"} , +{"type":"Feature","id":"n1085339978","geometry":{"type":"Point","coordinates":[-0.1892153,51.4453454]},"properties":{"@type":"node","@id":1085339978,"@timestamp":1625840998},"coords":"51.4453454,-0.1892153","bedrooms":"0","price":"282000","area":"662"} , +{"type":"Feature","id":"n1085486776","geometry":{"type":"Point","coordinates":[-0.7760079,51.3723371]},"properties":{"@type":"node","@id":1085486776,"@timestamp":1334422840},"coords":"51.3723371,-0.7760079","bedrooms":"2","price":"278000","area":"626"} , +{"type":"Feature","id":"n1085919507","geometry":{"type":"Point","coordinates":[-0.3019925,51.5094152]},"properties":{"@type":"node","@id":1085919507,"@timestamp":1294327442},"coords":"51.5094152,-0.3019925","bedrooms":"4","price":"269000","area":"449"} , +{"type":"Feature","id":"n1086707051","geometry":{"type":"Point","coordinates":[-0.0994429,51.5680685]},"properties":{"@type":"node","@id":1086707051,"@timestamp":1626662344},"coords":"51.5680685,-0.0994429","bedrooms":"2","price":"206000","area":"665"} , +{"type":"Feature","id":"n1088204999","geometry":{"type":"Point","coordinates":[-0.0036389,51.4016996]},"properties":{"@type":"node","@id":1088204999,"@timestamp":1434021019},"coords":"51.4016996,-0.0036389","bedrooms":"2","price":"182000","area":"680"} , +{"type":"Feature","id":"n1088308998","geometry":{"type":"Point","coordinates":[0.1880604,51.0478349]},"properties":{"@type":"node","@id":1088308998,"@timestamp":1632407027},"coords":"51.0478349,0.1880604","bedrooms":"0","price":"221000","area":"681"} , +{"type":"Feature","id":"n1088379520","geometry":{"type":"Point","coordinates":[0.6107685,51.3628733]},"properties":{"@type":"node","@id":1088379520,"@timestamp":1306763950},"coords":"51.3628733,0.6107685","bedrooms":"1","price":"183000","area":"609"} , +{"type":"Feature","id":"n1090774431","geometry":{"type":"Point","coordinates":[-0.1708296,51.4652479]},"properties":{"@type":"node","@id":1090774431,"@timestamp":1558884717},"coords":"51.4652479,-0.1708296","bedrooms":"3","price":"255000","area":"690"} , +{"type":"Feature","id":"n1091333165","geometry":{"type":"Point","coordinates":[-0.1749802,51.4682336]},"properties":{"@type":"node","@id":1091333165,"@timestamp":1294492065},"coords":"51.4682336,-0.1749802","bedrooms":"0","price":"262000","area":"558"} , +{"type":"Feature","id":"n1091366412","geometry":{"type":"Point","coordinates":[-0.0940594,51.4932209]},"properties":{"@type":"node","@id":1091366412,"@timestamp":1451836829},"coords":"51.4932209,-0.0940594","bedrooms":"0","price":"262000","area":"521"} , +{"type":"Feature","id":"n1091366426","geometry":{"type":"Point","coordinates":[-0.0943249,51.4929756]},"properties":{"@type":"node","@id":1091366426,"@timestamp":1451836829},"coords":"51.4929756,-0.0943249","bedrooms":"2","price":"180000","area":"637"} , +{"type":"Feature","id":"n1091575429","geometry":{"type":"Point","coordinates":[-0.0908638,51.4740051]},"properties":{"@type":"node","@id":1091575429,"@timestamp":1560929634},"coords":"51.4740051,-0.0908638","bedrooms":"3","price":"186000","area":"470"} , +{"type":"Feature","id":"n1092764439","geometry":{"type":"Point","coordinates":[-0.807952,51.431737]},"properties":{"@type":"node","@id":1092764439,"@timestamp":1335365843},"coords":"51.431737,-0.807952","bedrooms":"2","price":"257000","area":"591"} , +{"type":"Feature","id":"n1092776175","geometry":{"type":"Point","coordinates":[-0.1528889,51.626849]},"properties":{"@type":"node","@id":1092776175,"@timestamp":1294532209},"coords":"51.626849,-0.1528889","bedrooms":"4","price":"278000","area":"480"} , +{"type":"Feature","id":"n1092776252","geometry":{"type":"Point","coordinates":[-0.1516443,51.6271187]},"properties":{"@type":"node","@id":1092776252,"@timestamp":1294532211},"coords":"51.6271187,-0.1516443","bedrooms":"2","price":"221000","area":"538"} , +{"type":"Feature","id":"n1093698612","geometry":{"type":"Point","coordinates":[0.0623179,51.907492]},"properties":{"@type":"node","@id":1093698612,"@timestamp":1294565623},"coords":"51.907492,0.0623179","bedrooms":"3","price":"187000","area":"383"} , +{"type":"Feature","id":"n1093769707","geometry":{"type":"Point","coordinates":[0.4880702,51.714559]},"properties":{"@type":"node","@id":1093769707,"@timestamp":1598288668},"coords":"51.714559,0.4880702","bedrooms":"1","price":"185000","area":"458"} , +{"type":"Feature","id":"n1094034338","geometry":{"type":"Point","coordinates":[-0.053182,51.5747282]},"properties":{"@type":"node","@id":1094034338,"@timestamp":1553854404},"coords":"51.5747282,-0.053182","bedrooms":"0","price":"284000","area":"612"} , +{"type":"Feature","id":"n1094236554","geometry":{"type":"Point","coordinates":[0.5558311,51.3867834]},"properties":{"@type":"node","@id":1094236554,"@timestamp":1294606937},"coords":"51.3867834,0.5558311","bedrooms":"2","price":"179000","area":"419"} , +{"type":"Feature","id":"n1094459782","geometry":{"type":"Point","coordinates":[-0.907876,51.146414]},"properties":{"@type":"node","@id":1094459782,"@timestamp":1386542704},"coords":"51.146414,-0.907876","bedrooms":"0","price":"269000","area":"374"} , +{"type":"Feature","id":"n1094597188","geometry":{"type":"Point","coordinates":[0.0284823,51.5914425]},"properties":{"@type":"node","@id":1094597188,"@timestamp":1294591792},"coords":"51.5914425,0.0284823","bedrooms":"0","price":"220000","area":"560"} , +{"type":"Feature","id":"n1094605349","geometry":{"type":"Point","coordinates":[-0.2007328,51.4670015]},"properties":{"@type":"node","@id":1094605349,"@timestamp":1315914328},"coords":"51.4670015,-0.2007328","bedrooms":"0","price":"293000","area":"479"} , +{"type":"Feature","id":"n1094658410","geometry":{"type":"Point","coordinates":[0.0404141,51.5968195]},"properties":{"@type":"node","@id":1094658410,"@timestamp":1539256560},"coords":"51.5968195,0.0404141","bedrooms":"3","price":"271000","area":"502"} , +{"type":"Feature","id":"n1094844183","geometry":{"type":"Point","coordinates":[-0.1791704,51.4918404]},"properties":{"@type":"node","@id":1094844183,"@timestamp":1599633096},"coords":"51.4918404,-0.1791704","bedrooms":"0","price":"259000","area":"485"} , +{"type":"Feature","id":"n1095385532","geometry":{"type":"Point","coordinates":[-0.5612678,51.3094517]},"properties":{"@type":"node","@id":1095385532,"@timestamp":1625002279},"coords":"51.3094517,-0.5612678","bedrooms":"0","price":"172000","area":"665"} , +{"type":"Feature","id":"n1096003424","geometry":{"type":"Point","coordinates":[0.4805491,51.7296166]},"properties":{"@type":"node","@id":1096003424,"@timestamp":1449950518},"coords":"51.7296166,0.4805491","bedrooms":"2","price":"164000","area":"521"} , +{"type":"Feature","id":"n1096168571","geometry":{"type":"Point","coordinates":[0.7072482,51.1858183]},"properties":{"@type":"node","@id":1096168571,"@timestamp":1294657776},"coords":"51.1858183,0.7072482","bedrooms":"1","price":"164000","area":"671"} , +{"type":"Feature","id":"n1096305301","geometry":{"type":"Point","coordinates":[-0.3067078,51.5003864]},"properties":{"@type":"node","@id":1096305301,"@timestamp":1294665834},"coords":"51.5003864,-0.3067078","bedrooms":"0","price":"210000","area":"480"} , +{"type":"Feature","id":"n1096305312","geometry":{"type":"Point","coordinates":[-0.3131619,51.4973211]},"properties":{"@type":"node","@id":1096305312,"@timestamp":1490907521},"coords":"51.4973211,-0.3131619","bedrooms":"0","price":"288000","area":"683"} , +{"type":"Feature","id":"n1096417398","geometry":{"type":"Point","coordinates":[-0.8428119,51.4114793]},"properties":{"@type":"node","@id":1096417398,"@timestamp":1548107527},"coords":"51.4114793,-0.8428119","bedrooms":"1","price":"161000","area":"477"} , +{"type":"Feature","id":"n1096817466","geometry":{"type":"Point","coordinates":[-0.0018567,51.454931]},"properties":{"@type":"node","@id":1096817466,"@timestamp":1524694233},"coords":"51.454931,-0.0018567","bedrooms":"3","price":"181000","area":"431"} , +{"type":"Feature","id":"n1097216583","geometry":{"type":"Point","coordinates":[0.7083213,51.5539298]},"properties":{"@type":"node","@id":1097216583,"@timestamp":1294699221,"type":"restriction=no_right_turn"},"coords":"51.5539298,0.7083213","bedrooms":"3","price":"257000","area":"615"} , +{"type":"Feature","id":"n1097725494","geometry":{"type":"Point","coordinates":[0.5222316,51.6907132]},"properties":{"@type":"node","@id":1097725494,"@timestamp":1294731842},"coords":"51.6907132,0.5222316","bedrooms":"0","price":"274000","area":"411"} , +{"type":"Feature","id":"n1097725533","geometry":{"type":"Point","coordinates":[0.5740705,51.8440261]},"properties":{"@type":"node","@id":1097725533,"@timestamp":1294731843},"coords":"51.8440261,0.5740705","bedrooms":"4","price":"228000","area":"446"} , +{"type":"Feature","id":"n1097872282","geometry":{"type":"Point","coordinates":[0.4809202,51.3864894]},"properties":{"@type":"node","@id":1097872282,"@timestamp":1294743558},"coords":"51.3864894,0.4809202","bedrooms":"4","price":"210000","area":"403"} , +{"type":"Feature","id":"n1097959378","geometry":{"type":"Point","coordinates":[-0.3059183,51.4980256]},"properties":{"@type":"node","@id":1097959378,"@timestamp":1294750176},"coords":"51.4980256,-0.3059183","bedrooms":"2","price":"258000","area":"367"} , +{"type":"Feature","id":"n1098006832","geometry":{"type":"Point","coordinates":[-0.7767948,51.6410912]},"properties":{"@type":"node","@id":1098006832,"@timestamp":1614355751},"coords":"51.6410912,-0.7767948","bedrooms":"2","price":"242000","area":"588"} , +{"type":"Feature","id":"n1098047671","geometry":{"type":"Point","coordinates":[0.419616,51.5033173]},"properties":{"@type":"node","@id":1098047671,"@timestamp":1334356951},"coords":"51.5033173,0.419616","bedrooms":"0","price":"264000","area":"698"} , +{"type":"Feature","id":"n1098047714","geometry":{"type":"Point","coordinates":[0.3954217,51.4702845]},"properties":{"@type":"node","@id":1098047714,"@timestamp":1298280967},"coords":"51.4702845,0.3954217","bedrooms":"4","price":"207000","area":"583"} , +{"type":"Feature","id":"n1098047764","geometry":{"type":"Point","coordinates":[0.402905,51.4714623]},"properties":{"@type":"node","@id":1098047764,"@timestamp":1299847975},"coords":"51.4714623,0.402905","bedrooms":"0","price":"210000","area":"681"} , +{"type":"Feature","id":"n1098047849","geometry":{"type":"Point","coordinates":[0.398543,51.4778985]},"properties":{"@type":"node","@id":1098047849,"@timestamp":1298280969},"coords":"51.4778985,0.398543","bedrooms":"1","price":"161000","area":"487"} , +{"type":"Feature","id":"n1098047944","geometry":{"type":"Point","coordinates":[0.3931762,51.4617467]},"properties":{"@type":"node","@id":1098047944,"@timestamp":1393799080},"coords":"51.4617467,0.3931762","bedrooms":"1","price":"288000","area":"560"} , +{"type":"Feature","id":"n1098048018","geometry":{"type":"Point","coordinates":[0.3910395,51.4629656]},"properties":{"@type":"node","@id":1098048018,"@timestamp":1298280970},"coords":"51.4629656,0.3910395","bedrooms":"2","price":"167000","area":"397"} , +{"type":"Feature","id":"n1098048123","geometry":{"type":"Point","coordinates":[0.3929114,51.4653084]},"properties":{"@type":"node","@id":1098048123,"@timestamp":1299945811},"coords":"51.4653084,0.3929114","bedrooms":"0","price":"176000","area":"480"} , +{"type":"Feature","id":"n1098048240","geometry":{"type":"Point","coordinates":[0.396321,51.4663412]},"properties":{"@type":"node","@id":1098048240,"@timestamp":1299945814},"coords":"51.4663412,0.396321","bedrooms":"1","price":"277000","area":"500"} , +{"type":"Feature","id":"n1098060145","geometry":{"type":"Point","coordinates":[0.4926569,51.5354902]},"properties":{"@type":"node","@id":1098060145,"@timestamp":1298280975},"coords":"51.5354902,0.4926569","bedrooms":"3","price":"213000","area":"481"} , +{"type":"Feature","id":"n1098060192","geometry":{"type":"Point","coordinates":[0.4754383,51.5231533]},"properties":{"@type":"node","@id":1098060192,"@timestamp":1393973474},"coords":"51.5231533,0.4754383","bedrooms":"2","price":"286000","area":"427"} , +{"type":"Feature","id":"n1098060241","geometry":{"type":"Point","coordinates":[0.4822064,51.5269558]},"properties":{"@type":"node","@id":1098060241,"@timestamp":1299851644},"coords":"51.5269558,0.4822064","bedrooms":"1","price":"212000","area":"399"} , +{"type":"Feature","id":"n1098060274","geometry":{"type":"Point","coordinates":[0.4840006,51.5285304]},"properties":{"@type":"node","@id":1098060274,"@timestamp":1393973474},"coords":"51.5285304,0.4840006","bedrooms":"1","price":"298000","area":"381"} , +{"type":"Feature","id":"n1098068231","geometry":{"type":"Point","coordinates":[0.4983742,51.5392063]},"properties":{"@type":"node","@id":1098068231,"@timestamp":1393973474},"coords":"51.5392063,0.4983742","bedrooms":"3","price":"231000","area":"568"} , +{"type":"Feature","id":"n1098108739","geometry":{"type":"Point","coordinates":[-0.9005462,51.1201272]},"properties":{"@type":"node","@id":1098108739,"@timestamp":1429860496},"coords":"51.1201272,-0.9005462","bedrooms":"3","price":"284000","area":"515"} , +{"type":"Feature","id":"n1098161889","geometry":{"type":"Point","coordinates":[-0.3065349,51.5039618]},"properties":{"@type":"node","@id":1098161889,"@timestamp":1315135225},"coords":"51.5039618,-0.3065349","bedrooms":"2","price":"285000","area":"371"} , +{"type":"Feature","id":"n1098252076","geometry":{"type":"Point","coordinates":[0.8912044,51.1590523]},"properties":{"@type":"node","@id":1098252076,"@timestamp":1294766404},"coords":"51.1590523,0.8912044","bedrooms":"3","price":"189000","area":"370"} , +{"type":"Feature","id":"n1098571764","geometry":{"type":"Point","coordinates":[-0.163081,51.3813619]},"properties":{"@type":"node","@id":1098571764,"@timestamp":1295636903},"coords":"51.3813619,-0.163081","bedrooms":"2","price":"188000","area":"432"} , +{"type":"Feature","id":"n1098571829","geometry":{"type":"Point","coordinates":[-0.1635571,51.3822844]},"properties":{"@type":"node","@id":1098571829,"@timestamp":1296308234},"coords":"51.3822844,-0.1635571","bedrooms":"0","price":"254000","area":"350"} , +{"type":"Feature","id":"n1098936801","geometry":{"type":"Point","coordinates":[-0.1259001,51.378427]},"properties":{"@type":"node","@id":1098936801,"@timestamp":1559076234},"coords":"51.378427,-0.1259001","bedrooms":"2","price":"266000","area":"356"} , +{"type":"Feature","id":"n1099276165","geometry":{"type":"Point","coordinates":[-0.9636523,51.4367398]},"properties":{"@type":"node","@id":1099276165,"@timestamp":1616257218},"coords":"51.4367398,-0.9636523","bedrooms":"0","price":"268000","area":"579"} , +{"type":"Feature","id":"n1099639525","geometry":{"type":"Point","coordinates":[0.1519468,51.1303752]},"properties":{"@type":"node","@id":1099639525,"@timestamp":1631749117},"coords":"51.1303752,0.1519468","bedrooms":"4","price":"190000","area":"572"} , +{"type":"Feature","id":"n1100580788","geometry":{"type":"Point","coordinates":[-0.461104,51.5181737]},"properties":{"@type":"node","@id":1100580788,"@timestamp":1419527099},"coords":"51.5181737,-0.461104","bedrooms":"1","price":"184000","area":"377"} , +{"type":"Feature","id":"n1100643929","geometry":{"type":"Point","coordinates":[-0.3761289,51.5665027]},"properties":{"@type":"node","@id":1100643929,"@timestamp":1622902306},"coords":"51.5665027,-0.3761289","bedrooms":"2","price":"230000","area":"694"} , +{"type":"Feature","id":"n1100643988","geometry":{"type":"Point","coordinates":[-0.3757647,51.5651605]},"properties":{"@type":"node","@id":1100643988,"@timestamp":1294868253},"coords":"51.5651605,-0.3757647","bedrooms":"2","price":"261000","area":"618"} , +{"type":"Feature","id":"n1100759574","geometry":{"type":"Point","coordinates":[-0.161705,51.3810799]},"properties":{"@type":"node","@id":1100759574,"@timestamp":1296223948},"coords":"51.3810799,-0.161705","bedrooms":"3","price":"215000","area":"625"} , +{"type":"Feature","id":"n1100759668","geometry":{"type":"Point","coordinates":[-0.1622306,51.3813972]},"properties":{"@type":"node","@id":1100759668,"@timestamp":1296382554},"coords":"51.3813972,-0.1622306","bedrooms":"3","price":"220000","area":"591"} , +{"type":"Feature","id":"n1100800455","geometry":{"type":"Point","coordinates":[-0.161068,51.3812139]},"properties":{"@type":"node","@id":1100800455,"@timestamp":1296382552},"coords":"51.3812139,-0.161068","bedrooms":"0","price":"235000","area":"681"} , +{"type":"Feature","id":"n1100800488","geometry":{"type":"Point","coordinates":[-0.1602539,51.3808531]},"properties":{"@type":"node","@id":1100800488,"@timestamp":1296382551},"coords":"51.3808531,-0.1602539","bedrooms":"1","price":"231000","area":"657"} , +{"type":"Feature","id":"n1100800521","geometry":{"type":"Point","coordinates":[-0.1611739,51.3807686]},"properties":{"@type":"node","@id":1100800521,"@timestamp":1296382768},"coords":"51.3807686,-0.1611739","bedrooms":"1","price":"155000","area":"358"} , +{"type":"Feature","id":"n1100856533","geometry":{"type":"Point","coordinates":[0.1211554,51.2022837]},"properties":{"@type":"node","@id":1100856533,"@timestamp":1401995796},"coords":"51.2022837,0.1211554","bedrooms":"4","price":"198000","area":"680"} , +{"type":"Feature","id":"n1100856743","geometry":{"type":"Point","coordinates":[0.0488089,51.2094948]},"properties":{"@type":"node","@id":1100856743,"@timestamp":1629215237},"coords":"51.2094948,0.0488089","bedrooms":"2","price":"150000","area":"399"} , +{"type":"Feature","id":"n1101601608","geometry":{"type":"Point","coordinates":[0.7383419,51.3549467]},"properties":{"@type":"node","@id":1101601608,"@timestamp":1446047834},"coords":"51.3549467,0.7383419","bedrooms":"2","price":"287000","area":"637"} , +{"type":"Feature","id":"n1101789558","geometry":{"type":"Point","coordinates":[-0.0733215,51.4437648]},"properties":{"@type":"node","@id":1101789558,"@timestamp":1294917409},"coords":"51.4437648,-0.0733215","bedrooms":"2","price":"203000","area":"451"} , +{"type":"Feature","id":"n1101965829","geometry":{"type":"Point","coordinates":[0.2233438,51.4023412]},"properties":{"@type":"node","@id":1101965829,"@timestamp":1603587923},"coords":"51.4023412,0.2233438","bedrooms":"0","price":"290000","area":"620"} , +{"type":"Feature","id":"n1102016688","geometry":{"type":"Point","coordinates":[0.858029,50.9905962]},"properties":{"@type":"node","@id":1102016688,"@timestamp":1598971967},"coords":"50.9905962,0.858029","bedrooms":"2","price":"249000","area":"352"} , +{"type":"Feature","id":"n1102075513","geometry":{"type":"Point","coordinates":[-0.3718191,51.4457476]},"properties":{"@type":"node","@id":1102075513,"@timestamp":1295286487},"coords":"51.4457476,-0.3718191","bedrooms":"2","price":"255000","area":"675"} , +{"type":"Feature","id":"n1102383928","geometry":{"type":"Point","coordinates":[-0.475011,51.7448811]},"properties":{"@type":"node","@id":1102383928,"@timestamp":1355761398},"coords":"51.7448811,-0.475011","bedrooms":"0","price":"195000","area":"563"} , +{"type":"Feature","id":"n1102388185","geometry":{"type":"Point","coordinates":[-0.1576227,51.3837718]},"properties":{"@type":"node","@id":1102388185,"@timestamp":1541333759},"coords":"51.3837718,-0.1576227","bedrooms":"3","price":"190000","area":"610"} , +{"type":"Feature","id":"n1102500564","geometry":{"type":"Point","coordinates":[-0.3107002,51.5397017]},"properties":{"@type":"node","@id":1102500564,"@timestamp":1516280587},"coords":"51.5397017,-0.3107002","bedrooms":"4","price":"222000","area":"608"} , +{"type":"Feature","id":"n1102561725","geometry":{"type":"Point","coordinates":[-0.0597566,51.664841]},"properties":{"@type":"node","@id":1102561725,"@timestamp":1515618808},"coords":"51.664841,-0.0597566","bedrooms":"4","price":"217000","area":"533"} , +{"type":"Feature","id":"n1102608386","geometry":{"type":"Point","coordinates":[-0.9007267,51.4264812]},"properties":{"@type":"node","@id":1102608386,"@timestamp":1620551779},"coords":"51.4264812,-0.9007267","bedrooms":"0","price":"240000","area":"433"} , +{"type":"Feature","id":"n1102608569","geometry":{"type":"Point","coordinates":[-0.8959526,51.4309947]},"properties":{"@type":"node","@id":1102608569,"@timestamp":1620551779},"coords":"51.4309947,-0.8959526","bedrooms":"0","price":"285000","area":"394"} , +{"type":"Feature","id":"n1102851965","geometry":{"type":"Point","coordinates":[-0.5456349,51.2577869]},"properties":{"@type":"node","@id":1102851965,"@timestamp":1453243728},"coords":"51.2577869,-0.5456349","bedrooms":"1","price":"297000","area":"641"} , +{"type":"Feature","id":"n1102995758","geometry":{"type":"Point","coordinates":[-0.1282621,51.5113692]},"properties":{"@type":"node","@id":1102995758,"@timestamp":1521099222},"coords":"51.5113692,-0.1282621","bedrooms":"0","price":"200000","area":"391"} , +{"type":"Feature","id":"n1103266394","geometry":{"type":"Point","coordinates":[-0.0866289,51.5059071]},"properties":{"@type":"node","@id":1103266394,"@timestamp":1626515039},"coords":"51.5059071,-0.0866289","bedrooms":"4","price":"201000","area":"614"} , +{"type":"Feature","id":"n1103399360","geometry":{"type":"Point","coordinates":[-0.3826478,51.4472518]},"properties":{"@type":"node","@id":1103399360,"@timestamp":1626965805},"coords":"51.4472518,-0.3826478","bedrooms":"4","price":"294000","area":"442"} , +{"type":"Feature","id":"n1104150058","geometry":{"type":"Point","coordinates":[-0.1595419,51.3818232]},"properties":{"@type":"node","@id":1104150058,"@timestamp":1326657685},"coords":"51.3818232,-0.1595419","bedrooms":"2","price":"235000","area":"519"} , +{"type":"Feature","id":"n1104358560","geometry":{"type":"Point","coordinates":[-0.1537207,51.3810945]},"properties":{"@type":"node","@id":1104358560,"@timestamp":1295085082},"coords":"51.3810945,-0.1537207","bedrooms":"1","price":"256000","area":"687"} , +{"type":"Feature","id":"n1104391329","geometry":{"type":"Point","coordinates":[-0.1929795,51.3434203]},"properties":{"@type":"node","@id":1104391329,"@timestamp":1627142164},"coords":"51.3434203,-0.1929795","bedrooms":"1","price":"286000","area":"668"} , +{"type":"Feature","id":"n1104496342","geometry":{"type":"Point","coordinates":[-0.1191159,51.5177728]},"properties":{"@type":"node","@id":1104496342,"@timestamp":1564912861},"coords":"51.5177728,-0.1191159","bedrooms":"0","price":"293000","area":"537"} , +{"type":"Feature","id":"n1104796121","geometry":{"type":"Point","coordinates":[-0.8561398,51.5937975]},"properties":{"@type":"node","@id":1104796121,"@timestamp":1483438675},"coords":"51.5937975,-0.8561398","bedrooms":"2","price":"233000","area":"561"} , +{"type":"Feature","id":"n1104931647","geometry":{"type":"Point","coordinates":[-0.760524,51.3917501]},"properties":{"@type":"node","@id":1104931647,"@timestamp":1529263683},"coords":"51.3917501,-0.760524","bedrooms":"2","price":"163000","area":"618"} , +{"type":"Feature","id":"n1105065431","geometry":{"type":"Point","coordinates":[0.5440477,51.4586412]},"properties":{"@type":"node","@id":1105065431,"@timestamp":1586731787},"coords":"51.4586412,0.5440477","bedrooms":"2","price":"296000","area":"679"} , +{"type":"Feature","id":"n1105360517","geometry":{"type":"Point","coordinates":[0.352109,51.1778773]},"properties":{"@type":"node","@id":1105360517,"@timestamp":1295126792},"coords":"51.1778773,0.352109","bedrooms":"4","price":"188000","area":"693"} , +{"type":"Feature","id":"n1106095135","geometry":{"type":"Point","coordinates":[-0.7304583,51.4255596]},"properties":{"@type":"node","@id":1106095135,"@timestamp":1625923757},"coords":"51.4255596,-0.7304583","bedrooms":"4","price":"247000","area":"497"} , +{"type":"Feature","id":"n1106139300","geometry":{"type":"Point","coordinates":[-0.7638706,51.3987011]},"properties":{"@type":"node","@id":1106139300,"@timestamp":1618936539},"coords":"51.3987011,-0.7638706","bedrooms":"2","price":"177000","area":"538"} , +{"type":"Feature","id":"n1106200193","geometry":{"type":"Point","coordinates":[-0.0783791,51.4565249]},"properties":{"@type":"node","@id":1106200193,"@timestamp":1295189280},"coords":"51.4565249,-0.0783791","bedrooms":"4","price":"213000","area":"577"} , +{"type":"Feature","id":"n1106215649","geometry":{"type":"Point","coordinates":[-0.1552869,51.3827758]},"properties":{"@type":"node","@id":1106215649,"@timestamp":1443052534},"coords":"51.3827758,-0.1552869","bedrooms":"3","price":"167000","area":"482"} , +{"type":"Feature","id":"n1106232067","geometry":{"type":"Point","coordinates":[-0.1544912,51.3813453]},"properties":{"@type":"node","@id":1106232067,"@timestamp":1296387852},"coords":"51.3813453,-0.1544912","bedrooms":"3","price":"190000","area":"607"} , +{"type":"Feature","id":"n1106249724","geometry":{"type":"Point","coordinates":[-0.1618795,51.3847288]},"properties":{"@type":"node","@id":1106249724,"@timestamp":1326918321},"coords":"51.3847288,-0.1618795","bedrooms":"3","price":"265000","area":"584"} , +{"type":"Feature","id":"n1106249759","geometry":{"type":"Point","coordinates":[-0.1599898,51.3851716]},"properties":{"@type":"node","@id":1106249759,"@timestamp":1326918321},"coords":"51.3851716,-0.1599898","bedrooms":"3","price":"234000","area":"672"} , +{"type":"Feature","id":"n1106249803","geometry":{"type":"Point","coordinates":[-0.1589585,51.3859834]},"properties":{"@type":"node","@id":1106249803,"@timestamp":1541333764},"coords":"51.3859834,-0.1589585","bedrooms":"0","price":"282000","area":"393"} , +{"type":"Feature","id":"n1106255709","geometry":{"type":"Point","coordinates":[-0.1600105,51.3841996]},"properties":{"@type":"node","@id":1106255709,"@timestamp":1326997894},"coords":"51.3841996,-0.1600105","bedrooms":"1","price":"297000","area":"384"} , +{"type":"Feature","id":"n1106467534","geometry":{"type":"Point","coordinates":[-1.0570882,51.7454791]},"properties":{"@type":"node","@id":1106467534,"@timestamp":1295201942},"coords":"51.7454791,-1.0570882","bedrooms":"0","price":"268000","area":"369"} , +{"type":"Feature","id":"n1106651591","geometry":{"type":"Point","coordinates":[-0.1698516,51.4976824]},"properties":{"@type":"node","@id":1106651591,"@timestamp":1601093314},"coords":"51.4976824,-0.1698516","bedrooms":"4","price":"278000","area":"537"} , +{"type":"Feature","id":"n1107379077","geometry":{"type":"Point","coordinates":[-0.2774005,51.6550971]},"properties":{"@type":"node","@id":1107379077,"@timestamp":1616264848},"coords":"51.6550971,-0.2774005","bedrooms":"4","price":"180000","area":"695"} , +{"type":"Feature","id":"n1107477103","geometry":{"type":"Point","coordinates":[-0.0837139,51.447415]},"properties":{"@type":"node","@id":1107477103,"@timestamp":1295264892},"coords":"51.447415,-0.0837139","bedrooms":"2","price":"275000","area":"412"} , +{"type":"Feature","id":"n1107582428","geometry":{"type":"Point","coordinates":[0.3790388,51.442671]},"properties":{"@type":"node","@id":1107582428,"@timestamp":1632248944},"coords":"51.442671,0.3790388","bedrooms":"1","price":"179000","area":"532"} , +{"type":"Feature","id":"n1107705771","geometry":{"type":"Point","coordinates":[0.6157637,51.0869328]},"properties":{"@type":"node","@id":1107705771,"@timestamp":1586548809},"coords":"51.0869328,0.6157637","bedrooms":"3","price":"260000","area":"529"} , +{"type":"Feature","id":"n1108164514","geometry":{"type":"Point","coordinates":[-0.6311822,51.6713541]},"properties":{"@type":"node","@id":1108164514,"@timestamp":1623490684},"coords":"51.6713541,-0.6311822","bedrooms":"3","price":"203000","area":"456"} , +{"type":"Feature","id":"n1108317720","geometry":{"type":"Point","coordinates":[-0.173693,51.4997603]},"properties":{"@type":"node","@id":1108317720,"@timestamp":1295302718},"coords":"51.4997603,-0.173693","bedrooms":"2","price":"287000","area":"563"} , +{"type":"Feature","id":"n1108328717","geometry":{"type":"Point","coordinates":[-0.1551297,51.3804679]},"properties":{"@type":"node","@id":1108328717,"@timestamp":1295303052},"coords":"51.3804679,-0.1551297","bedrooms":"1","price":"175000","area":"517"} , +{"type":"Feature","id":"n1108382561","geometry":{"type":"Point","coordinates":[-0.1594292,51.3783034]},"properties":{"@type":"node","@id":1108382561,"@timestamp":1296398081},"coords":"51.3783034,-0.1594292","bedrooms":"4","price":"294000","area":"567"} , +{"type":"Feature","id":"n1108382639","geometry":{"type":"Point","coordinates":[-0.1587346,51.3805214]},"properties":{"@type":"node","@id":1108382639,"@timestamp":1295305236},"coords":"51.3805214,-0.1587346","bedrooms":"3","price":"204000","area":"469"} , +{"type":"Feature","id":"n1108382702","geometry":{"type":"Point","coordinates":[-0.1594029,51.3835439]},"properties":{"@type":"node","@id":1108382702,"@timestamp":1541333766},"coords":"51.3835439,-0.1594029","bedrooms":"3","price":"255000","area":"388"} , +{"type":"Feature","id":"n1108397623","geometry":{"type":"Point","coordinates":[-0.157848,51.3796067]},"properties":{"@type":"node","@id":1108397623,"@timestamp":1327153311},"coords":"51.3796067,-0.157848","bedrooms":"3","price":"192000","area":"436"} , +{"type":"Feature","id":"n1108819915","geometry":{"type":"Point","coordinates":[0.2850471,51.4812937]},"properties":{"@type":"node","@id":1108819915,"@timestamp":1574049072},"coords":"51.4812937,0.2850471","bedrooms":"3","price":"161000","area":"606"} , +{"type":"Feature","id":"n1108824460","geometry":{"type":"Point","coordinates":[0.6317617,51.9366381]},"properties":{"@type":"node","@id":1108824460,"@timestamp":1295343082},"coords":"51.9366381,0.6317617","bedrooms":"4","price":"195000","area":"598"} , +{"type":"Feature","id":"n1108954994","geometry":{"type":"Point","coordinates":[0.1744578,51.1089733]},"properties":{"@type":"node","@id":1108954994,"@timestamp":1327067092},"coords":"51.1089733,0.1744578","bedrooms":"4","price":"267000","area":"694"} , +{"type":"Feature","id":"n1109149033","geometry":{"type":"Point","coordinates":[-0.217791,51.4646372]},"properties":{"@type":"node","@id":1109149033,"@timestamp":1295368205},"coords":"51.4646372,-0.217791","bedrooms":"2","price":"293000","area":"442"} , +{"type":"Feature","id":"n1109418880","geometry":{"type":"Point","coordinates":[0.2718237,51.435374]},"properties":{"@type":"node","@id":1109418880,"@timestamp":1299591911},"coords":"51.435374,0.2718237","bedrooms":"0","price":"236000","area":"596"} , +{"type":"Feature","id":"n1109421050","geometry":{"type":"Point","coordinates":[-0.1736653,51.3573302]},"properties":{"@type":"node","@id":1109421050,"@timestamp":1538338590},"coords":"51.3573302,-0.1736653","bedrooms":"2","price":"205000","area":"354"} , +{"type":"Feature","id":"n1109639896","geometry":{"type":"Point","coordinates":[0.8179948,50.9859853]},"properties":{"@type":"node","@id":1109639896,"@timestamp":1612038983},"coords":"50.9859853,0.8179948","bedrooms":"1","price":"173000","area":"685"} , +{"type":"Feature","id":"n1109765920","geometry":{"type":"Point","coordinates":[-0.1804476,51.501635]},"properties":{"@type":"node","@id":1109765920,"@timestamp":1586102800},"coords":"51.501635,-0.1804476","bedrooms":"3","price":"268000","area":"676"} , +{"type":"Feature","id":"n1110096162","geometry":{"type":"Point","coordinates":[-0.0690132,51.3962938]},"properties":{"@type":"node","@id":1110096162,"@timestamp":1520422820},"coords":"51.3962938,-0.0690132","bedrooms":"3","price":"225000","area":"388"} , +{"type":"Feature","id":"n1110239056","geometry":{"type":"Point","coordinates":[-0.2095931,51.481271]},"properties":{"@type":"node","@id":1110239056,"@timestamp":1295435370},"coords":"51.481271,-0.2095931","bedrooms":"0","price":"299000","area":"643"} , +{"type":"Feature","id":"n1110284246","geometry":{"type":"Point","coordinates":[-0.0889696,51.0653068]},"properties":{"@type":"node","@id":1110284246,"@timestamp":1295440154},"coords":"51.0653068,-0.0889696","bedrooms":"1","price":"262000","area":"669"} , +{"type":"Feature","id":"n1110284293","geometry":{"type":"Point","coordinates":[-0.087927,51.0668159]},"properties":{"@type":"node","@id":1110284293,"@timestamp":1295440158},"coords":"51.0668159,-0.087927","bedrooms":"2","price":"192000","area":"648"} , +{"type":"Feature","id":"n1110307270","geometry":{"type":"Point","coordinates":[-0.7912978,51.6399074]},"properties":{"@type":"node","@id":1110307270,"@timestamp":1530956716},"coords":"51.6399074,-0.7912978","bedrooms":"3","price":"216000","area":"582"} , +{"type":"Feature","id":"n1110375674","geometry":{"type":"Point","coordinates":[0.7489024,50.9653534]},"properties":{"@type":"node","@id":1110375674,"@timestamp":1361701251},"coords":"50.9653534,0.7489024","bedrooms":"4","price":"173000","area":"516"} , +{"type":"Feature","id":"n1110392380","geometry":{"type":"Point","coordinates":[-0.2054727,51.2367953]},"properties":{"@type":"node","@id":1110392380,"@timestamp":1505167760},"coords":"51.2367953,-0.2054727","bedrooms":"1","price":"266000","area":"659"} , +{"type":"Feature","id":"n1110566177","geometry":{"type":"Point","coordinates":[0.2405767,51.217073]},"properties":{"@type":"node","@id":1110566177,"@timestamp":1424952727},"coords":"51.217073,0.2405767","bedrooms":"3","price":"207000","area":"641"} , +{"type":"Feature","id":"n1110566195","geometry":{"type":"Point","coordinates":[0.276837,51.2065159]},"properties":{"@type":"node","@id":1110566195,"@timestamp":1295456994},"coords":"51.2065159,0.276837","bedrooms":"4","price":"252000","area":"558"} , +{"type":"Feature","id":"n1110574212","geometry":{"type":"Point","coordinates":[0.4444232,51.3311597]},"properties":{"@type":"node","@id":1110574212,"@timestamp":1504459700},"coords":"51.3311597,0.4444232","bedrooms":"4","price":"271000","area":"351"} , +{"type":"Feature","id":"n1110743110","geometry":{"type":"Point","coordinates":[-0.1923613,51.4887824]},"properties":{"@type":"node","@id":1110743110,"@timestamp":1600687565},"coords":"51.4887824,-0.1923613","bedrooms":"4","price":"158000","area":"652"} , +{"type":"Feature","id":"n1110793990","geometry":{"type":"Point","coordinates":[0.3512477,51.4358507]},"properties":{"@type":"node","@id":1110793990,"@timestamp":1299620308},"coords":"51.4358507,0.3512477","bedrooms":"3","price":"202000","area":"483"} , +{"type":"Feature","id":"n1110825725","geometry":{"type":"Point","coordinates":[0.5357223,51.3783884]},"properties":{"@type":"node","@id":1110825725,"@timestamp":1313614387},"coords":"51.3783884,0.5357223","bedrooms":"3","price":"288000","area":"606"} , +{"type":"Feature","id":"n1110892619","geometry":{"type":"Point","coordinates":[-0.1500158,51.4437744]},"properties":{"@type":"node","@id":1110892619,"@timestamp":1610625686},"coords":"51.4437744,-0.1500158","bedrooms":"3","price":"227000","area":"533"} , +{"type":"Feature","id":"n1110904577","geometry":{"type":"Point","coordinates":[-0.148466,51.447733]},"properties":{"@type":"node","@id":1110904577,"@timestamp":1295473830},"coords":"51.447733,-0.148466","bedrooms":"1","price":"235000","area":"578"} , +{"type":"Feature","id":"n1110957718","geometry":{"type":"Point","coordinates":[0.8949874,51.3135862]},"properties":{"@type":"node","@id":1110957718,"@timestamp":1295475686},"coords":"51.3135862,0.8949874","bedrooms":"1","price":"229000","area":"371"} , +{"type":"Feature","id":"n1111040109","geometry":{"type":"Point","coordinates":[-0.1349267,51.4626965]},"properties":{"@type":"node","@id":1111040109,"@timestamp":1629984590},"coords":"51.4626965,-0.1349267","bedrooms":"2","price":"279000","area":"614"} , +{"type":"Feature","id":"n1111103411","geometry":{"type":"Point","coordinates":[0.4801341,51.4337601]},"properties":{"@type":"node","@id":1111103411,"@timestamp":1295482353},"coords":"51.4337601,0.4801341","bedrooms":"2","price":"266000","area":"397"} , +{"type":"Feature","id":"n1111424586","geometry":{"type":"Point","coordinates":[-0.0407176,51.1418139]},"properties":{"@type":"node","@id":1111424586,"@timestamp":1295517433},"coords":"51.1418139,-0.0407176","bedrooms":"4","price":"282000","area":"449"} , +{"type":"Feature","id":"n1111462446","geometry":{"type":"Point","coordinates":[-0.0262043,51.1292259]},"properties":{"@type":"node","@id":1111462446,"@timestamp":1334434940},"coords":"51.1292259,-0.0262043","bedrooms":"0","price":"250000","area":"447"} , +{"type":"Feature","id":"n1111518090","geometry":{"type":"Point","coordinates":[0.0002405,51.1364338]},"properties":{"@type":"node","@id":1111518090,"@timestamp":1607983075},"coords":"51.1364338,0.0002405","bedrooms":"0","price":"234000","area":"413"} , +{"type":"Feature","id":"n1111893676","geometry":{"type":"Point","coordinates":[0.0705395,51.2697827]},"properties":{"@type":"node","@id":1111893676,"@timestamp":1606246253},"coords":"51.2697827,0.0705395","bedrooms":"0","price":"274000","area":"490"} , +{"type":"Feature","id":"n1111991890","geometry":{"type":"Point","coordinates":[0.0880837,51.6071561]},"properties":{"@type":"node","@id":1111991890,"@timestamp":1606140126},"coords":"51.6071561,0.0880837","bedrooms":"3","price":"281000","area":"623"} , +{"type":"Feature","id":"n1112173685","geometry":{"type":"Point","coordinates":[-0.1592463,51.4647613]},"properties":{"@type":"node","@id":1112173685,"@timestamp":1482175656},"coords":"51.4647613,-0.1592463","bedrooms":"1","price":"184000","area":"355"} , +{"type":"Feature","id":"n1112173780","geometry":{"type":"Point","coordinates":[-0.1661238,51.4640008]},"properties":{"@type":"node","@id":1112173780,"@timestamp":1608160215},"coords":"51.4640008,-0.1661238","bedrooms":"2","price":"230000","area":"678"} , +{"type":"Feature","id":"n1112205147","geometry":{"type":"Point","coordinates":[-0.1515399,51.4663533]},"properties":{"@type":"node","@id":1112205147,"@timestamp":1488833832},"coords":"51.4663533,-0.1515399","bedrooms":"1","price":"268000","area":"403"} , +{"type":"Feature","id":"n1112220305","geometry":{"type":"Point","coordinates":[-0.1492878,51.4681943]},"properties":{"@type":"node","@id":1112220305,"@timestamp":1553859319},"coords":"51.4681943,-0.1492878","bedrooms":"0","price":"212000","area":"653"} , +{"type":"Feature","id":"n1112279150","geometry":{"type":"Point","coordinates":[-0.1658392,51.458235]},"properties":{"@type":"node","@id":1112279150,"@timestamp":1479396970},"coords":"51.458235,-0.1658392","bedrooms":"2","price":"220000","area":"505"} , +{"type":"Feature","id":"n1112279244","geometry":{"type":"Point","coordinates":[-0.1664404,51.4600043]},"properties":{"@type":"node","@id":1112279244,"@timestamp":1603381777},"coords":"51.4600043,-0.1664404","bedrooms":"0","price":"248000","area":"692"} , +{"type":"Feature","id":"n1112295730","geometry":{"type":"Point","coordinates":[-0.1677968,51.4606341]},"properties":{"@type":"node","@id":1112295730,"@timestamp":1623247002},"coords":"51.4606341,-0.1677968","bedrooms":"0","price":"151000","area":"377"} , +{"type":"Feature","id":"n1112966673","geometry":{"type":"Point","coordinates":[-0.2171022,51.4641556]},"properties":{"@type":"node","@id":1112966673,"@timestamp":1295614457},"coords":"51.4641556,-0.2171022","bedrooms":"2","price":"249000","area":"594"} , +{"type":"Feature","id":"n1113295566","geometry":{"type":"Point","coordinates":[0.0962225,51.7754559]},"properties":{"@type":"node","@id":1113295566,"@timestamp":1618183452},"coords":"51.7754559,0.0962225","bedrooms":"0","price":"162000","area":"417"} , +{"type":"Feature","id":"n1113830247","geometry":{"type":"Point","coordinates":[0.0846531,51.6091309]},"properties":{"@type":"node","@id":1113830247,"@timestamp":1295644759},"coords":"51.6091309,0.0846531","bedrooms":"2","price":"193000","area":"457"} , +{"type":"Feature","id":"n1113880639","geometry":{"type":"Point","coordinates":[0.0847445,51.6089344]},"properties":{"@type":"node","@id":1113880639,"@timestamp":1295646445},"coords":"51.6089344,0.0847445","bedrooms":"2","price":"269000","area":"505"} , +{"type":"Feature","id":"n1114829837","geometry":{"type":"Point","coordinates":[-0.0659078,51.4663609]},"properties":{"@type":"node","@id":1114829837,"@timestamp":1295691169},"coords":"51.4663609,-0.0659078","bedrooms":"4","price":"179000","area":"545"} , +{"type":"Feature","id":"n1114870005","geometry":{"type":"Point","coordinates":[0.6853132,51.7253099]},"properties":{"@type":"node","@id":1114870005,"@timestamp":1300298594},"coords":"51.7253099,0.6853132","bedrooms":"1","price":"160000","area":"504"} , +{"type":"Feature","id":"n1114870630","geometry":{"type":"Point","coordinates":[0.6851972,51.7249966]},"properties":{"@type":"node","@id":1114870630,"@timestamp":1557265347},"coords":"51.7249966,0.6851972","bedrooms":"4","price":"187000","area":"563"} , +{"type":"Feature","id":"n1114871358","geometry":{"type":"Point","coordinates":[0.6855626,51.7246932]},"properties":{"@type":"node","@id":1114871358,"@timestamp":1300298613},"coords":"51.7246932,0.6855626","bedrooms":"0","price":"225000","area":"518"} , +{"type":"Feature","id":"n1115155922","geometry":{"type":"Point","coordinates":[0.6862176,51.726016]},"properties":{"@type":"node","@id":1115155922,"@timestamp":1300298605},"coords":"51.726016,0.6862176","bedrooms":"4","price":"245000","area":"564"} , +{"type":"Feature","id":"n1115156320","geometry":{"type":"Point","coordinates":[0.6868512,51.7262746]},"properties":{"@type":"node","@id":1115156320,"@timestamp":1295701079},"coords":"51.7262746,0.6868512","bedrooms":"0","price":"232000","area":"509"} , +{"type":"Feature","id":"n1115156593","geometry":{"type":"Point","coordinates":[0.6852379,51.7256085]},"properties":{"@type":"node","@id":1115156593,"@timestamp":1300298615},"coords":"51.7256085,0.6852379","bedrooms":"1","price":"168000","area":"460"} , +{"type":"Feature","id":"n1115156969","geometry":{"type":"Point","coordinates":[0.6847457,51.7253842]},"properties":{"@type":"node","@id":1115156969,"@timestamp":1300298599},"coords":"51.7253842,0.6847457","bedrooms":"4","price":"191000","area":"513"} , +{"type":"Feature","id":"n1115157379","geometry":{"type":"Point","coordinates":[0.686789,51.7263477]},"properties":{"@type":"node","@id":1115157379,"@timestamp":1295701117},"coords":"51.7263477,0.686789","bedrooms":"0","price":"223000","area":"551"} , +{"type":"Feature","id":"n1115157687","geometry":{"type":"Point","coordinates":[0.684071,51.7256434]},"properties":{"@type":"node","@id":1115157687,"@timestamp":1295701123},"coords":"51.7256434,0.684071","bedrooms":"0","price":"176000","area":"539"} , +{"type":"Feature","id":"n1115157993","geometry":{"type":"Point","coordinates":[0.6869152,51.7261994]},"properties":{"@type":"node","@id":1115157993,"@timestamp":1295701130},"coords":"51.7261994,0.6869152","bedrooms":"3","price":"274000","area":"620"} , +{"type":"Feature","id":"n1115243609","geometry":{"type":"Point","coordinates":[-0.1198149,51.493799]},"properties":{"@type":"node","@id":1115243609,"@timestamp":1295702640},"coords":"51.493799,-0.1198149","bedrooms":"1","price":"214000","area":"648"} , +{"type":"Feature","id":"n1115367298","geometry":{"type":"Point","coordinates":[-0.5558751,51.6711752]},"properties":{"@type":"node","@id":1115367298,"@timestamp":1596549613},"coords":"51.6711752,-0.5558751","bedrooms":"0","price":"245000","area":"433"} , +{"type":"Feature","id":"n1115423098","geometry":{"type":"Point","coordinates":[0.4955017,51.1736262]},"properties":{"@type":"node","@id":1115423098,"@timestamp":1295706987},"coords":"51.1736262,0.4955017","bedrooms":"0","price":"279000","area":"477"} , +{"type":"Feature","id":"n1115519258","geometry":{"type":"Point","coordinates":[0.6849275,51.7247454]},"properties":{"@type":"node","@id":1115519258,"@timestamp":1300298595},"coords":"51.7247454,0.6849275","bedrooms":"1","price":"220000","area":"401"} , +{"type":"Feature","id":"n1115519596","geometry":{"type":"Point","coordinates":[0.6879538,51.7248638]},"properties":{"@type":"node","@id":1115519596,"@timestamp":1295710126},"coords":"51.7248638,0.6879538","bedrooms":"3","price":"192000","area":"422"} , +{"type":"Feature","id":"n1115520011","geometry":{"type":"Point","coordinates":[0.6850262,51.7240672]},"properties":{"@type":"node","@id":1115520011,"@timestamp":1300298589},"coords":"51.7240672,0.6850262","bedrooms":"0","price":"233000","area":"458"} , +{"type":"Feature","id":"n1115520311","geometry":{"type":"Point","coordinates":[0.6858794,51.7243359]},"properties":{"@type":"node","@id":1115520311,"@timestamp":1300298608},"coords":"51.7243359,0.6858794","bedrooms":"1","price":"150000","area":"538"} , +{"type":"Feature","id":"n1115520665","geometry":{"type":"Point","coordinates":[0.6855598,51.7242668]},"properties":{"@type":"node","@id":1115520665,"@timestamp":1300298588},"coords":"51.7242668,0.6855598","bedrooms":"2","price":"251000","area":"399"} , +{"type":"Feature","id":"n1115521045","geometry":{"type":"Point","coordinates":[0.686067,51.7244579]},"properties":{"@type":"node","@id":1115521045,"@timestamp":1300298607},"coords":"51.7244579,0.686067","bedrooms":"1","price":"221000","area":"375"} , +{"type":"Feature","id":"n1115521601","geometry":{"type":"Point","coordinates":[0.6866478,51.7245274]},"properties":{"@type":"node","@id":1115521601,"@timestamp":1300298591},"coords":"51.7245274,0.6866478","bedrooms":"1","price":"251000","area":"587"} , +{"type":"Feature","id":"n1115635539","geometry":{"type":"Point","coordinates":[0.0890144,51.607725]},"properties":{"@type":"node","@id":1115635539,"@timestamp":1295713607},"coords":"51.607725,0.0890144","bedrooms":"4","price":"245000","area":"560"} , +{"type":"Feature","id":"n1115656233","geometry":{"type":"Point","coordinates":[0.0891243,51.6072786]},"properties":{"@type":"node","@id":1115656233,"@timestamp":1295714302},"coords":"51.6072786,0.0891243","bedrooms":"2","price":"285000","area":"389"} , +{"type":"Feature","id":"n1115656249","geometry":{"type":"Point","coordinates":[0.0885396,51.6071736]},"properties":{"@type":"node","@id":1115656249,"@timestamp":1295714304},"coords":"51.6071736,0.0885396","bedrooms":"1","price":"234000","area":"565"} , +{"type":"Feature","id":"n1115705023","geometry":{"type":"Point","coordinates":[0.6864332,51.7234507]},"properties":{"@type":"node","@id":1115705023,"@timestamp":1295715944},"coords":"51.7234507,0.6864332","bedrooms":"1","price":"229000","area":"601"} , +{"type":"Feature","id":"n1115842443","geometry":{"type":"Point","coordinates":[0.6875013,51.7221312]},"properties":{"@type":"node","@id":1115842443,"@timestamp":1295720932},"coords":"51.7221312,0.6875013","bedrooms":"3","price":"248000","area":"677"} , +{"type":"Feature","id":"n1115911682","geometry":{"type":"Point","coordinates":[-0.2076776,51.4846759]},"properties":{"@type":"node","@id":1115911682,"@timestamp":1295722429},"coords":"51.4846759,-0.2076776","bedrooms":"3","price":"205000","area":"628"} , +{"type":"Feature","id":"n1115920460","geometry":{"type":"Point","coordinates":[0.0897708,51.6067589]},"properties":{"@type":"node","@id":1115920460,"@timestamp":1295722602},"coords":"51.6067589,0.0897708","bedrooms":"4","price":"196000","area":"401"} , +{"type":"Feature","id":"n1115920522","geometry":{"type":"Point","coordinates":[0.0883787,51.6063241]},"properties":{"@type":"node","@id":1115920522,"@timestamp":1295722603},"coords":"51.6063241,0.0883787","bedrooms":"0","price":"232000","area":"356"} , +{"type":"Feature","id":"n1115920572","geometry":{"type":"Point","coordinates":[0.0901838,51.6062891]},"properties":{"@type":"node","@id":1115920572,"@timestamp":1295722604},"coords":"51.6062891,0.0901838","bedrooms":"3","price":"262000","area":"642"} , +{"type":"Feature","id":"n1115920651","geometry":{"type":"Point","coordinates":[0.0905137,51.6065956]},"properties":{"@type":"node","@id":1115920651,"@timestamp":1295722605},"coords":"51.6065956,0.0905137","bedrooms":"4","price":"185000","area":"422"} , +{"type":"Feature","id":"n1115946271","geometry":{"type":"Point","coordinates":[0.0871572,51.6072389]},"properties":{"@type":"node","@id":1115946271,"@timestamp":1295723161},"coords":"51.6072389,0.0871572","bedrooms":"0","price":"244000","area":"646"} , +{"type":"Feature","id":"n1116007717","geometry":{"type":"Point","coordinates":[0.0866273,51.605866]},"properties":{"@type":"node","@id":1116007717,"@timestamp":1295724500},"coords":"51.605866,0.0866273","bedrooms":"3","price":"164000","area":"529"} , +{"type":"Feature","id":"n1116007777","geometry":{"type":"Point","coordinates":[0.0871021,51.6053129]},"properties":{"@type":"node","@id":1116007777,"@timestamp":1295724501},"coords":"51.6053129,0.0871021","bedrooms":"0","price":"161000","area":"621"} , +{"type":"Feature","id":"n1116007806","geometry":{"type":"Point","coordinates":[0.0872629,51.6049714]},"properties":{"@type":"node","@id":1116007806,"@timestamp":1295724501},"coords":"51.6049714,0.0872629","bedrooms":"1","price":"287000","area":"351"} , +{"type":"Feature","id":"n1116007836","geometry":{"type":"Point","coordinates":[0.0865415,51.605183]},"properties":{"@type":"node","@id":1116007836,"@timestamp":1295724502},"coords":"51.605183,0.0865415","bedrooms":"4","price":"208000","area":"671"} , +{"type":"Feature","id":"n1116007874","geometry":{"type":"Point","coordinates":[0.0876062,51.6049514]},"properties":{"@type":"node","@id":1116007874,"@timestamp":1295724503},"coords":"51.6049514,0.0876062","bedrooms":"0","price":"298000","area":"576"} , +{"type":"Feature","id":"n1116035494","geometry":{"type":"Point","coordinates":[0.0882419,51.6053762]},"properties":{"@type":"node","@id":1116035494,"@timestamp":1295725351},"coords":"51.6053762,0.0882419","bedrooms":"2","price":"195000","area":"364"} , +{"type":"Feature","id":"n1116178460","geometry":{"type":"Point","coordinates":[-0.185908,51.4905646]},"properties":{"@type":"node","@id":1116178460,"@timestamp":1597770498},"coords":"51.4905646,-0.185908","bedrooms":"3","price":"216000","area":"488"} , +{"type":"Feature","id":"n1116224889","geometry":{"type":"Point","coordinates":[-0.1633899,51.5191728]},"properties":{"@type":"node","@id":1116224889,"@timestamp":1554524466},"coords":"51.5191728,-0.1633899","bedrooms":"2","price":"209000","area":"639"} , +{"type":"Feature","id":"n1116224913","geometry":{"type":"Point","coordinates":[-0.2015185,51.5140832]},"properties":{"@type":"node","@id":1116224913,"@timestamp":1597224604},"coords":"51.5140832,-0.2015185","bedrooms":"2","price":"298000","area":"659"} , +{"type":"Feature","id":"n1116224954","geometry":{"type":"Point","coordinates":[-0.1869595,51.5139061]},"properties":{"@type":"node","@id":1116224954,"@timestamp":1614389789},"coords":"51.5139061,-0.1869595","bedrooms":"1","price":"247000","area":"689"} , +{"type":"Feature","id":"n1116225010","geometry":{"type":"Point","coordinates":[-0.1361937,51.5230905]},"properties":{"@type":"node","@id":1116225010,"@timestamp":1573063397},"coords":"51.5230905,-0.1361937","bedrooms":"0","price":"232000","area":"415"} , +{"type":"Feature","id":"n1116225059","geometry":{"type":"Point","coordinates":[-0.1617274,51.5195722]},"properties":{"@type":"node","@id":1116225059,"@timestamp":1553666212},"coords":"51.5195722,-0.1617274","bedrooms":"3","price":"269000","area":"688"} , +{"type":"Feature","id":"n1116225094","geometry":{"type":"Point","coordinates":[-0.2172199,51.5265928]},"properties":{"@type":"node","@id":1116225094,"@timestamp":1590190355},"coords":"51.5265928,-0.2172199","bedrooms":"0","price":"256000","area":"500"} , +{"type":"Feature","id":"n1116225131","geometry":{"type":"Point","coordinates":[-0.1645195,51.5188701]},"properties":{"@type":"node","@id":1116225131,"@timestamp":1605864653},"coords":"51.5188701,-0.1645195","bedrooms":"4","price":"250000","area":"383"} , +{"type":"Feature","id":"n1116225177","geometry":{"type":"Point","coordinates":[-0.2016872,51.5143256]},"properties":{"@type":"node","@id":1116225177,"@timestamp":1597708132},"coords":"51.5143256,-0.2016872","bedrooms":"2","price":"228000","area":"548"} , +{"type":"Feature","id":"n1116249146","geometry":{"type":"Point","coordinates":[0.5179661,51.3726224]},"properties":{"@type":"node","@id":1116249146,"@timestamp":1362103534},"coords":"51.3726224,0.5179661","bedrooms":"3","price":"152000","area":"506"} , +{"type":"Feature","id":"n1116256716","geometry":{"type":"Point","coordinates":[0.522981,51.350945]},"properties":{"@type":"node","@id":1116256716,"@timestamp":1543343332},"coords":"51.350945,0.522981","bedrooms":"3","price":"167000","area":"419"} , +{"type":"Feature","id":"n1116296921","geometry":{"type":"Point","coordinates":[-0.2074401,51.5261414]},"properties":{"@type":"node","@id":1116296921,"@timestamp":1382988841},"coords":"51.5261414,-0.2074401","bedrooms":"0","price":"162000","area":"429"} , +{"type":"Feature","id":"n1116568156","geometry":{"type":"Point","coordinates":[0.0488914,51.9197683]},"properties":{"@type":"node","@id":1116568156,"@timestamp":1295777086},"coords":"51.9197683,0.0488914","bedrooms":"3","price":"153000","area":"508"} , +{"type":"Feature","id":"n1116965644","geometry":{"type":"Point","coordinates":[0.1986686,51.9020879]},"properties":{"@type":"node","@id":1116965644,"@timestamp":1295795790},"coords":"51.9020879,0.1986686","bedrooms":"4","price":"166000","area":"578"} , +{"type":"Feature","id":"n1117051980","geometry":{"type":"Point","coordinates":[-0.0406352,51.6803494]},"properties":{"@type":"node","@id":1117051980,"@timestamp":1512055785},"coords":"51.6803494,-0.0406352","bedrooms":"0","price":"158000","area":"455"} , +{"type":"Feature","id":"n1117171130","geometry":{"type":"Point","coordinates":[-0.3019382,51.5145967]},"properties":{"@type":"node","@id":1117171130,"@timestamp":1618279204},"coords":"51.5145967,-0.3019382","bedrooms":"3","price":"274000","area":"472"} , +{"type":"Feature","id":"n1117274835","geometry":{"type":"Point","coordinates":[-0.3057145,51.5121571]},"properties":{"@type":"node","@id":1117274835,"@timestamp":1619136497},"coords":"51.5121571,-0.3057145","bedrooms":"1","price":"244000","area":"574"} , +{"type":"Feature","id":"n1117274890","geometry":{"type":"Point","coordinates":[-0.2988011,51.5136177]},"properties":{"@type":"node","@id":1117274890,"@timestamp":1630665451},"coords":"51.5136177,-0.2988011","bedrooms":"2","price":"157000","area":"453"} , +{"type":"Feature","id":"n1117339514","geometry":{"type":"Point","coordinates":[0.6042744,51.3583899]},"properties":{"@type":"node","@id":1117339514,"@timestamp":1375633513},"coords":"51.3583899,0.6042744","bedrooms":"2","price":"187000","area":"417"} , +{"type":"Feature","id":"n1117412419","geometry":{"type":"Point","coordinates":[0.0811601,51.1299822]},"properties":{"@type":"node","@id":1117412419,"@timestamp":1536786062},"coords":"51.1299822,0.0811601","bedrooms":"1","price":"268000","area":"467"} , +{"type":"Feature","id":"n1117413115","geometry":{"type":"Point","coordinates":[0.0787134,51.1277483]},"properties":{"@type":"node","@id":1117413115,"@timestamp":1396890004},"coords":"51.1277483,0.0787134","bedrooms":"0","price":"204000","area":"462"} , +{"type":"Feature","id":"n1117582777","geometry":{"type":"Point","coordinates":[-0.2422133,51.5141975]},"properties":{"@type":"node","@id":1117582777,"@timestamp":1615664160},"coords":"51.5141975,-0.2422133","bedrooms":"0","price":"224000","area":"683"} , +{"type":"Feature","id":"n1117582836","geometry":{"type":"Point","coordinates":[-0.2243764,51.5077544]},"properties":{"@type":"node","@id":1117582836,"@timestamp":1595955063},"coords":"51.5077544,-0.2243764","bedrooms":"4","price":"286000","area":"472"} , +{"type":"Feature","id":"n1117582949","geometry":{"type":"Point","coordinates":[-0.2908888,51.5168776]},"properties":{"@type":"node","@id":1117582949,"@timestamp":1320532265},"coords":"51.5168776,-0.2908888","bedrooms":"3","price":"220000","area":"505"} , +{"type":"Feature","id":"n1117583017","geometry":{"type":"Point","coordinates":[-0.283169,51.5208863]},"properties":{"@type":"node","@id":1117583017,"@timestamp":1632781961},"coords":"51.5208863,-0.283169","bedrooms":"4","price":"234000","area":"543"} , +{"type":"Feature","id":"n1117676522","geometry":{"type":"Point","coordinates":[-0.2200545,51.5038495]},"properties":{"@type":"node","@id":1117676522,"@timestamp":1630296415},"coords":"51.5038495,-0.2200545","bedrooms":"1","price":"152000","area":"605"} , +{"type":"Feature","id":"n1117676593","geometry":{"type":"Point","coordinates":[-0.2356263,51.5063938]},"properties":{"@type":"node","@id":1117676593,"@timestamp":1622365194},"coords":"51.5063938,-0.2356263","bedrooms":"3","price":"193000","area":"647"} , +{"type":"Feature","id":"n1117710174","geometry":{"type":"Point","coordinates":[-1.0046028,51.3715134]},"properties":{"@type":"node","@id":1117710174,"@timestamp":1295820064},"coords":"51.3715134,-1.0046028","bedrooms":"2","price":"278000","area":"575"} , +{"type":"Feature","id":"n1117771937","geometry":{"type":"Point","coordinates":[0.1953289,51.1000209]},"properties":{"@type":"node","@id":1117771937,"@timestamp":1410650752},"coords":"51.1000209,0.1953289","bedrooms":"1","price":"184000","area":"437"} , +{"type":"Feature","id":"n1118435548","geometry":{"type":"Point","coordinates":[-0.1706655,51.4720546]},"properties":{"@type":"node","@id":1118435548,"@timestamp":1527843012},"coords":"51.4720546,-0.1706655","bedrooms":"3","price":"297000","area":"616"} , +{"type":"Feature","id":"n1118499099","geometry":{"type":"Point","coordinates":[-0.4752187,51.7402993]},"properties":{"@type":"node","@id":1118499099,"@timestamp":1608826726},"coords":"51.7402993,-0.4752187","bedrooms":"0","price":"276000","area":"690"} , +{"type":"Feature","id":"n1118746763","geometry":{"type":"Point","coordinates":[0.5708493,51.3925123]},"properties":{"@type":"node","@id":1118746763,"@timestamp":1295880935},"coords":"51.3925123,0.5708493","bedrooms":"0","price":"154000","area":"397"} , +{"type":"Feature","id":"n1118962919","geometry":{"type":"Point","coordinates":[-0.1250125,51.453813]},"properties":{"@type":"node","@id":1118962919,"@timestamp":1295890038},"coords":"51.453813,-0.1250125","bedrooms":"2","price":"151000","area":"366"} , +{"type":"Feature","id":"n1119028324","geometry":{"type":"Point","coordinates":[0.9701494,51.0916247]},"properties":{"@type":"node","@id":1119028324,"@timestamp":1298242238},"coords":"51.0916247,0.9701494","bedrooms":"2","price":"256000","area":"454"} , +{"type":"Feature","id":"n1119186594","geometry":{"type":"Point","coordinates":[-1.0065922,51.3292938]},"properties":{"@type":"node","@id":1119186594,"@timestamp":1295899692},"coords":"51.3292938,-1.0065922","bedrooms":"2","price":"270000","area":"457"} , +{"type":"Feature","id":"n1119186682","geometry":{"type":"Point","coordinates":[-0.9518868,51.3340611]},"properties":{"@type":"node","@id":1119186682,"@timestamp":1325706466},"coords":"51.3340611,-0.9518868","bedrooms":"4","price":"259000","area":"412"} , +{"type":"Feature","id":"n1119186748","geometry":{"type":"Point","coordinates":[-0.9047444,51.3458204]},"properties":{"@type":"node","@id":1119186748,"@timestamp":1295899697},"coords":"51.3458204,-0.9047444","bedrooms":"4","price":"217000","area":"500"} , +{"type":"Feature","id":"n1119186800","geometry":{"type":"Point","coordinates":[-0.8547668,51.3473954]},"properties":{"@type":"node","@id":1119186800,"@timestamp":1443700303},"coords":"51.3473954,-0.8547668","bedrooms":"2","price":"196000","area":"486"} , +{"type":"Feature","id":"n1119186858","geometry":{"type":"Point","coordinates":[-0.8036615,51.3606615]},"properties":{"@type":"node","@id":1119186858,"@timestamp":1295899703},"coords":"51.3606615,-0.8036615","bedrooms":"3","price":"199000","area":"585"} , +{"type":"Feature","id":"n1119285218","geometry":{"type":"Point","coordinates":[0.6848459,51.0672486]},"properties":{"@type":"node","@id":1119285218,"@timestamp":1295902750},"coords":"51.0672486,0.6848459","bedrooms":"4","price":"239000","area":"412"} , +{"type":"Feature","id":"n1119343678","geometry":{"type":"Point","coordinates":[0.5507683,51.4471291]},"properties":{"@type":"node","@id":1119343678,"@timestamp":1559143711},"coords":"51.4471291,0.5507683","bedrooms":"2","price":"156000","area":"475"} , +{"type":"Feature","id":"n1119356295","geometry":{"type":"Point","coordinates":[-1.0736135,51.3408269]},"properties":{"@type":"node","@id":1119356295,"@timestamp":1295905811},"coords":"51.3408269,-1.0736135","bedrooms":"0","price":"215000","area":"457"} , +{"type":"Feature","id":"n1119356388","geometry":{"type":"Point","coordinates":[-1.0800979,51.3699788]},"properties":{"@type":"node","@id":1119356388,"@timestamp":1295905815},"coords":"51.3699788,-1.0800979","bedrooms":"3","price":"282000","area":"585"} , +{"type":"Feature","id":"n1119356448","geometry":{"type":"Point","coordinates":[-1.0812571,51.3942572]},"properties":{"@type":"node","@id":1119356448,"@timestamp":1295905818},"coords":"51.3942572,-1.0812571","bedrooms":"0","price":"189000","area":"438"} , +{"type":"Feature","id":"n1119356499","geometry":{"type":"Point","coordinates":[-1.0639629,51.419938]},"properties":{"@type":"node","@id":1119356499,"@timestamp":1295905821},"coords":"51.419938,-1.0639629","bedrooms":"3","price":"163000","area":"555"} , +{"type":"Feature","id":"n1119357851","geometry":{"type":"Point","coordinates":[-0.1987172,51.4675636]},"properties":{"@type":"node","@id":1119357851,"@timestamp":1611944435},"coords":"51.4675636,-0.1987172","bedrooms":"3","price":"151000","area":"617"} , +{"type":"Feature","id":"n1119490644","geometry":{"type":"Point","coordinates":[-0.1740191,51.5043422]},"properties":{"@type":"node","@id":1119490644,"@timestamp":1567675592},"coords":"51.5043422,-0.1740191","bedrooms":"2","price":"287000","area":"548"} , +{"type":"Feature","id":"n1119712097","geometry":{"type":"Point","coordinates":[0.6681307,51.3519058]},"properties":{"@type":"node","@id":1119712097,"@timestamp":1622713060},"coords":"51.3519058,0.6681307","bedrooms":"3","price":"234000","area":"483"} , +{"type":"Feature","id":"n1119873824","geometry":{"type":"Point","coordinates":[0.6012351,51.6520103]},"properties":{"@type":"node","@id":1119873824,"@timestamp":1629863628},"coords":"51.6520103,0.6012351","bedrooms":"1","price":"283000","area":"601"} , +{"type":"Feature","id":"n1120068469","geometry":{"type":"Point","coordinates":[-1.0742204,51.4434797]},"properties":{"@type":"node","@id":1120068469,"@timestamp":1295976173},"coords":"51.4434797,-1.0742204","bedrooms":"2","price":"262000","area":"654"} , +{"type":"Feature","id":"n1120068480","geometry":{"type":"Point","coordinates":[-1.1165571,51.4618273]},"properties":{"@type":"node","@id":1120068480,"@timestamp":1295976174},"coords":"51.4618273,-1.1165571","bedrooms":"2","price":"258000","area":"419"} , +{"type":"Feature","id":"n1120068490","geometry":{"type":"Point","coordinates":[-1.1297938,51.4855109]},"properties":{"@type":"node","@id":1120068490,"@timestamp":1295976175},"coords":"51.4855109,-1.1297938","bedrooms":"2","price":"173000","area":"393"} , +{"type":"Feature","id":"n1120068500","geometry":{"type":"Point","coordinates":[-1.1630942,51.5114076]},"properties":{"@type":"node","@id":1120068500,"@timestamp":1391983223},"coords":"51.5114076,-1.1630942","bedrooms":"2","price":"254000","area":"646"} , +{"type":"Feature","id":"n1120348719","geometry":{"type":"Point","coordinates":[-0.2130951,51.4906682]},"properties":{"@type":"node","@id":1120348719,"@timestamp":1635941523},"coords":"51.4906682,-0.2130951","bedrooms":"2","price":"271000","area":"407"} , +{"type":"Feature","id":"n1120363231","geometry":{"type":"Point","coordinates":[-0.2221348,51.4876788]},"properties":{"@type":"node","@id":1120363231,"@timestamp":1564911792},"coords":"51.4876788,-0.2221348","bedrooms":"4","price":"205000","area":"582"} , +{"type":"Feature","id":"n1120467390","geometry":{"type":"Point","coordinates":[-0.2084638,51.2376231]},"properties":{"@type":"node","@id":1120467390,"@timestamp":1610359380},"coords":"51.2376231,-0.2084638","bedrooms":"4","price":"216000","area":"490"} , +{"type":"Feature","id":"n1120742258","geometry":{"type":"Point","coordinates":[-0.075357,51.522905]},"properties":{"@type":"node","@id":1120742258,"@timestamp":1495334480},"coords":"51.522905,-0.075357","bedrooms":"2","price":"192000","area":"425"} , +{"type":"Feature","id":"n1121250684","geometry":{"type":"Point","coordinates":[0.7292821,51.3106731]},"properties":{"@type":"node","@id":1121250684,"@timestamp":1486462281},"coords":"51.3106731,0.7292821","bedrooms":"3","price":"263000","area":"555"} , +{"type":"Feature","id":"n1121437357","geometry":{"type":"Point","coordinates":[-0.3069517,51.5014132]},"properties":{"@type":"node","@id":1121437357,"@timestamp":1601030239},"coords":"51.5014132,-0.3069517","bedrooms":"4","price":"180000","area":"375"} , +{"type":"Feature","id":"n1121758588","geometry":{"type":"Point","coordinates":[-0.7731907,51.6449095]},"properties":{"@type":"node","@id":1121758588,"@timestamp":1538504040},"coords":"51.6449095,-0.7731907","bedrooms":"2","price":"229000","area":"379"} , +{"type":"Feature","id":"n1122298105","geometry":{"type":"Point","coordinates":[-0.2755797,50.9906426]},"properties":{"@type":"node","@id":1122298105,"@timestamp":1613323771},"coords":"50.9906426,-0.2755797","bedrooms":"0","price":"179000","area":"470"} , +{"type":"Feature","id":"n1123113106","geometry":{"type":"Point","coordinates":[-1.0247785,51.4440914]},"properties":{"@type":"node","@id":1123113106,"@timestamp":1564482321},"coords":"51.4440914,-1.0247785","bedrooms":"4","price":"225000","area":"622"} , +{"type":"Feature","id":"n1123361582","geometry":{"type":"Point","coordinates":[-0.0804317,51.5155296]},"properties":{"@type":"node","@id":1123361582,"@timestamp":1296133363},"coords":"51.5155296,-0.0804317","bedrooms":"3","price":"239000","area":"471"} , +{"type":"Feature","id":"n1123592747","geometry":{"type":"Point","coordinates":[-0.3380096,51.079039]},"properties":{"@type":"node","@id":1123592747,"@timestamp":1630868833},"coords":"51.079039,-0.3380096","bedrooms":"3","price":"268000","area":"430"} , +{"type":"Feature","id":"n1123932341","geometry":{"type":"Point","coordinates":[-0.1702157,51.2404255]},"properties":{"@type":"node","@id":1123932341,"@timestamp":1296164346},"coords":"51.2404255,-0.1702157","bedrooms":"1","price":"262000","area":"535"} , +{"type":"Feature","id":"n1124698499","geometry":{"type":"Point","coordinates":[-0.2067012,51.5375753]},"properties":{"@type":"node","@id":1124698499,"@timestamp":1421545929},"coords":"51.5375753,-0.2067012","bedrooms":"0","price":"184000","area":"415"} , +{"type":"Feature","id":"n1125388752","geometry":{"type":"Point","coordinates":[0.8488107,51.1159772]},"properties":{"@type":"node","@id":1125388752,"@timestamp":1379884629},"coords":"51.1159772,0.8488107","bedrooms":"4","price":"223000","area":"569"} , +{"type":"Feature","id":"n1126026199","geometry":{"type":"Point","coordinates":[-0.1135055,51.492437]},"properties":{"@type":"node","@id":1126026199,"@timestamp":1296310081},"coords":"51.492437,-0.1135055","bedrooms":"0","price":"214000","area":"659"} , +{"type":"Feature","id":"n1126234957","geometry":{"type":"Point","coordinates":[0.6665373,51.7480405]},"properties":{"@type":"node","@id":1126234957,"@timestamp":1620557975},"coords":"51.7480405,0.6665373","bedrooms":"3","price":"150000","area":"679"} , +{"type":"Feature","id":"n1126327852","geometry":{"type":"Point","coordinates":[-0.1988271,51.2382583]},"properties":{"@type":"node","@id":1126327852,"@timestamp":1296316273},"coords":"51.2382583,-0.1988271","bedrooms":"0","price":"223000","area":"383"} , +{"type":"Feature","id":"n1126365744","geometry":{"type":"Point","coordinates":[-0.1652726,51.9757608]},"properties":{"@type":"node","@id":1126365744,"@timestamp":1319893245},"coords":"51.9757608,-0.1652726","bedrooms":"2","price":"153000","area":"526"} , +{"type":"Feature","id":"n1126365860","geometry":{"type":"Point","coordinates":[-0.1600154,51.982977]},"properties":{"@type":"node","@id":1126365860,"@timestamp":1315846549},"coords":"51.982977,-0.1600154","bedrooms":"1","price":"288000","area":"550"} , +{"type":"Feature","id":"n1126365921","geometry":{"type":"Point","coordinates":[-0.1808133,51.9600785]},"properties":{"@type":"node","@id":1126365921,"@timestamp":1319893409},"coords":"51.9600785,-0.1808133","bedrooms":"4","price":"259000","area":"618"} , +{"type":"Feature","id":"n1126365984","geometry":{"type":"Point","coordinates":[-0.1625099,51.9792601]},"properties":{"@type":"node","@id":1126365984,"@timestamp":1315846549},"coords":"51.9792601,-0.1625099","bedrooms":"4","price":"175000","area":"640"} , +{"type":"Feature","id":"n1126366070","geometry":{"type":"Point","coordinates":[-0.1813441,51.9593083]},"properties":{"@type":"node","@id":1126366070,"@timestamp":1319893408},"coords":"51.9593083,-0.1813441","bedrooms":"4","price":"165000","area":"579"} , +{"type":"Feature","id":"n1126366238","geometry":{"type":"Point","coordinates":[-0.1544847,51.9919727]},"properties":{"@type":"node","@id":1126366238,"@timestamp":1322934943},"coords":"51.9919727,-0.1544847","bedrooms":"3","price":"232000","area":"559"} , +{"type":"Feature","id":"n1126366457","geometry":{"type":"Point","coordinates":[-0.1527091,51.9951173]},"properties":{"@type":"node","@id":1126366457,"@timestamp":1322934943},"coords":"51.9951173,-0.1527091","bedrooms":"2","price":"251000","area":"682"} , +{"type":"Feature","id":"n1126389844","geometry":{"type":"Point","coordinates":[-0.2075911,51.237561]},"properties":{"@type":"node","@id":1126389844,"@timestamp":1610359380},"coords":"51.237561,-0.2075911","bedrooms":"1","price":"270000","area":"577"} , +{"type":"Feature","id":"n1126598944","geometry":{"type":"Point","coordinates":[0.4292702,51.5137491]},"properties":{"@type":"node","@id":1126598944,"@timestamp":1296328154},"coords":"51.5137491,0.4292702","bedrooms":"1","price":"244000","area":"686"} , +{"type":"Feature","id":"n1126949456","geometry":{"type":"Point","coordinates":[-0.5697205,51.1698416]},"properties":{"@type":"node","@id":1126949456,"@timestamp":1432482045},"coords":"51.1698416,-0.5697205","bedrooms":"3","price":"274000","area":"612"} , +{"type":"Feature","id":"n1127708704","geometry":{"type":"Point","coordinates":[-0.9585464,50.985527]},"properties":{"@type":"node","@id":1127708704,"@timestamp":1296382838},"coords":"50.985527,-0.9585464","bedrooms":"4","price":"221000","area":"448"} , +{"type":"Feature","id":"n1127746486","geometry":{"type":"Point","coordinates":[-0.1600658,51.3800867]},"properties":{"@type":"node","@id":1127746486,"@timestamp":1296385343},"coords":"51.3800867,-0.1600658","bedrooms":"1","price":"229000","area":"393"} , +{"type":"Feature","id":"n1127918358","geometry":{"type":"Point","coordinates":[-0.4884933,51.7071086]},"properties":{"@type":"node","@id":1127918358,"@timestamp":1310807881},"coords":"51.7071086,-0.4884933","bedrooms":"2","price":"154000","area":"386"} , +{"type":"Feature","id":"n1127947209","geometry":{"type":"Point","coordinates":[-0.1746221,51.4940282]},"properties":{"@type":"node","@id":1127947209,"@timestamp":1600042828},"coords":"51.4940282,-0.1746221","bedrooms":"0","price":"258000","area":"621"} , +{"type":"Feature","id":"n1128273914","geometry":{"type":"Point","coordinates":[-0.2246246,51.4868023]},"properties":{"@type":"node","@id":1128273914,"@timestamp":1501850392},"coords":"51.4868023,-0.2246246","bedrooms":"3","price":"155000","area":"367"} , +{"type":"Feature","id":"n1128341408","geometry":{"type":"Point","coordinates":[-0.1631038,51.3733569]},"properties":{"@type":"node","@id":1128341408,"@timestamp":1542914221},"coords":"51.3733569,-0.1631038","bedrooms":"2","price":"196000","area":"694"} , +{"type":"Feature","id":"n1128341542","geometry":{"type":"Point","coordinates":[-0.1623234,51.3715301]},"properties":{"@type":"node","@id":1128341542,"@timestamp":1328137204},"coords":"51.3715301,-0.1623234","bedrooms":"3","price":"278000","area":"378"} , +{"type":"Feature","id":"n1128341742","geometry":{"type":"Point","coordinates":[-0.163805,51.3718737]},"properties":{"@type":"node","@id":1128341742,"@timestamp":1328128319},"coords":"51.3718737,-0.163805","bedrooms":"0","price":"269000","area":"622"} , +{"type":"Feature","id":"n1128391715","geometry":{"type":"Point","coordinates":[-0.232932,51.4937474]},"properties":{"@type":"node","@id":1128391715,"@timestamp":1321710836},"coords":"51.4937474,-0.232932","bedrooms":"0","price":"180000","area":"516"} , +{"type":"Feature","id":"n1128681159","geometry":{"type":"Point","coordinates":[-0.9426143,51.4598549]},"properties":{"@type":"node","@id":1128681159,"@timestamp":1629993572},"coords":"51.4598549,-0.9426143","bedrooms":"0","price":"181000","area":"586"} , +{"type":"Feature","id":"n1128863419","geometry":{"type":"Point","coordinates":[-0.1808854,51.4733872]},"properties":{"@type":"node","@id":1128863419,"@timestamp":1296429792},"coords":"51.4733872,-0.1808854","bedrooms":"3","price":"226000","area":"631"} , +{"type":"Feature","id":"n1128863732","geometry":{"type":"Point","coordinates":[-0.1810354,51.473522]},"properties":{"@type":"node","@id":1128863732,"@timestamp":1598038809},"coords":"51.473522,-0.1810354","bedrooms":"2","price":"226000","area":"487"} , +{"type":"Feature","id":"n1128904502","geometry":{"type":"Point","coordinates":[-0.1787906,51.3663641]},"properties":{"@type":"node","@id":1128904502,"@timestamp":1546875110},"coords":"51.3663641,-0.1787906","bedrooms":"1","price":"160000","area":"387"} , +{"type":"Feature","id":"n1129252337","geometry":{"type":"Point","coordinates":[-0.4944693,51.7057257]},"properties":{"@type":"node","@id":1129252337,"@timestamp":1332437688},"coords":"51.7057257,-0.4944693","bedrooms":"4","price":"190000","area":"674"} , +{"type":"Feature","id":"n1129484159","geometry":{"type":"Point","coordinates":[-0.0997962,51.4823705]},"properties":{"@type":"node","@id":1129484159,"@timestamp":1634206757},"coords":"51.4823705,-0.0997962","bedrooms":"1","price":"271000","area":"434"} , +{"type":"Feature","id":"n1129807277","geometry":{"type":"Point","coordinates":[-0.1940387,51.4671268]},"properties":{"@type":"node","@id":1129807277,"@timestamp":1601809073},"coords":"51.4671268,-0.1940387","bedrooms":"0","price":"171000","area":"452"} , +{"type":"Feature","id":"n1130827880","geometry":{"type":"Point","coordinates":[-0.4008763,51.5838022]},"properties":{"@type":"node","@id":1130827880,"@timestamp":1576519631},"coords":"51.5838022,-0.4008763","bedrooms":"3","price":"159000","area":"614"} , +{"type":"Feature","id":"n1131119355","geometry":{"type":"Point","coordinates":[-0.6021762,51.2342715]},"properties":{"@type":"node","@id":1131119355,"@timestamp":1296577606},"coords":"51.2342715,-0.6021762","bedrooms":"0","price":"184000","area":"619"} , +{"type":"Feature","id":"n1131453695","geometry":{"type":"Point","coordinates":[-0.1964886,51.4819399]},"properties":{"@type":"node","@id":1131453695,"@timestamp":1296592943},"coords":"51.4819399,-0.1964886","bedrooms":"0","price":"161000","area":"640"} , +{"type":"Feature","id":"n1131675872","geometry":{"type":"Point","coordinates":[0.1613414,51.5381483]},"properties":{"@type":"node","@id":1131675872,"@timestamp":1568516359},"coords":"51.5381483,0.1613414","bedrooms":"2","price":"169000","area":"485"} , +{"type":"Feature","id":"n1131835511","geometry":{"type":"Point","coordinates":[-0.5018672,51.7111172]},"properties":{"@type":"node","@id":1131835511,"@timestamp":1296610024},"coords":"51.7111172,-0.5018672","bedrooms":"1","price":"179000","area":"686"} , +{"type":"Feature","id":"n1132241858","geometry":{"type":"Point","coordinates":[-0.9912526,51.7695007]},"properties":{"@type":"node","@id":1132241858,"@timestamp":1327260847},"coords":"51.7695007,-0.9912526","bedrooms":"3","price":"203000","area":"466"} , +{"type":"Feature","id":"n1132276198","geometry":{"type":"Point","coordinates":[0.5114771,51.3439952]},"properties":{"@type":"node","@id":1132276198,"@timestamp":1296647462},"coords":"51.3439952,0.5114771","bedrooms":"3","price":"296000","area":"546"} , +{"type":"Feature","id":"n1132332136","geometry":{"type":"Point","coordinates":[0.8866596,51.1667705]},"properties":{"@type":"node","@id":1132332136,"@timestamp":1366939804},"coords":"51.1667705,0.8866596","bedrooms":"3","price":"278000","area":"412"} , +{"type":"Feature","id":"n1132448966","geometry":{"type":"Point","coordinates":[0.462863,51.4655325]},"properties":{"@type":"node","@id":1132448966,"@timestamp":1296664318},"coords":"51.4655325,0.462863","bedrooms":"2","price":"264000","area":"428"} , +{"type":"Feature","id":"n1132688118","geometry":{"type":"Point","coordinates":[-0.1488789,51.3579947]},"properties":{"@type":"node","@id":1132688118,"@timestamp":1534690623},"coords":"51.3579947,-0.1488789","bedrooms":"0","price":"153000","area":"658"} , +{"type":"Feature","id":"n1132744279","geometry":{"type":"Point","coordinates":[-0.1497908,51.3585039]},"properties":{"@type":"node","@id":1132744279,"@timestamp":1558803461},"coords":"51.3585039,-0.1497908","bedrooms":"1","price":"174000","area":"429"} , +{"type":"Feature","id":"n1132933338","geometry":{"type":"Point","coordinates":[-0.983432,51.4518591]},"properties":{"@type":"node","@id":1132933338,"@timestamp":1434826601},"coords":"51.4518591,-0.983432","bedrooms":"0","price":"166000","area":"569"} , +{"type":"Feature","id":"n1133035285","geometry":{"type":"Point","coordinates":[-1.035105,51.7587646]},"properties":{"@type":"node","@id":1133035285,"@timestamp":1634906907},"coords":"51.7587646,-1.035105","bedrooms":"3","price":"238000","area":"562"} , +{"type":"Feature","id":"n1133567108","geometry":{"type":"Point","coordinates":[-0.1007412,51.7766164]},"properties":{"@type":"node","@id":1133567108,"@timestamp":1296724160},"coords":"51.7766164,-0.1007412","bedrooms":"0","price":"282000","area":"492"} , +{"type":"Feature","id":"n1133579008","geometry":{"type":"Point","coordinates":[-0.9270802,51.4613665]},"properties":{"@type":"node","@id":1133579008,"@timestamp":1622460717},"coords":"51.4613665,-0.9270802","bedrooms":"3","price":"233000","area":"499"} , +{"type":"Feature","id":"n1133642380","geometry":{"type":"Point","coordinates":[0.1369776,51.7743535]},"properties":{"@type":"node","@id":1133642380,"@timestamp":1618763158},"coords":"51.7743535,0.1369776","bedrooms":"1","price":"292000","area":"679"} , +{"type":"Feature","id":"n1133827538","geometry":{"type":"Point","coordinates":[0.5175049,51.7029151]},"properties":{"@type":"node","@id":1133827538,"@timestamp":1361130560},"coords":"51.7029151,0.5175049","bedrooms":"3","price":"264000","area":"464"} , +{"type":"Feature","id":"n1133871840","geometry":{"type":"Point","coordinates":[0.6816459,51.7306756]},"properties":{"@type":"node","@id":1133871840,"@timestamp":1580663105},"coords":"51.7306756,0.6816459","bedrooms":"1","price":"183000","area":"647"} , +{"type":"Feature","id":"n1134247679","geometry":{"type":"Point","coordinates":[-0.1720326,51.4838833]},"properties":{"@type":"node","@id":1134247679,"@timestamp":1613191850},"coords":"51.4838833,-0.1720326","bedrooms":"1","price":"297000","area":"435"} , +{"type":"Feature","id":"n1134590089","geometry":{"type":"Point","coordinates":[-1.0209563,51.8702278]},"properties":{"@type":"node","@id":1134590089,"@timestamp":1337571884},"coords":"51.8702278,-1.0209563","bedrooms":"4","price":"235000","area":"646"} , +{"type":"Feature","id":"n1135452532","geometry":{"type":"Point","coordinates":[-0.178099,51.2395485]},"properties":{"@type":"node","@id":1135452532,"@timestamp":1296927554},"coords":"51.2395485,-0.178099","bedrooms":"3","price":"209000","area":"643"} , +{"type":"Feature","id":"n1135682420","geometry":{"type":"Point","coordinates":[0.6826208,51.7330799]},"properties":{"@type":"node","@id":1135682420,"@timestamp":1296829266},"coords":"51.7330799,0.6826208","bedrooms":"4","price":"150000","area":"426"} , +{"type":"Feature","id":"n1135685204","geometry":{"type":"Point","coordinates":[-0.1952197,51.7916744]},"properties":{"@type":"node","@id":1135685204,"@timestamp":1416165586},"coords":"51.7916744,-0.1952197","bedrooms":"0","price":"193000","area":"559"} , +{"type":"Feature","id":"n1136055936","geometry":{"type":"Point","coordinates":[-0.0592578,51.4579452]},"properties":{"@type":"node","@id":1136055936,"@timestamp":1296844896},"coords":"51.4579452,-0.0592578","bedrooms":"3","price":"198000","area":"696"} , +{"type":"Feature","id":"n1136056108","geometry":{"type":"Point","coordinates":[-0.0594108,51.457924]},"properties":{"@type":"node","@id":1136056108,"@timestamp":1296844889},"coords":"51.457924,-0.0594108","bedrooms":"3","price":"277000","area":"582"} , +{"type":"Feature","id":"n1136056206","geometry":{"type":"Point","coordinates":[-0.0592031,51.4579568]},"properties":{"@type":"node","@id":1136056206,"@timestamp":1409348997},"coords":"51.4579568,-0.0592031","bedrooms":"2","price":"265000","area":"604"} , +{"type":"Feature","id":"n1136056277","geometry":{"type":"Point","coordinates":[-0.0585711,51.4577949]},"properties":{"@type":"node","@id":1136056277,"@timestamp":1406527758},"coords":"51.4577949,-0.0585711","bedrooms":"1","price":"275000","area":"595"} , +{"type":"Feature","id":"n1136056362","geometry":{"type":"Point","coordinates":[-0.0581251,51.4576874]},"properties":{"@type":"node","@id":1136056362,"@timestamp":1296844890},"coords":"51.4576874,-0.0581251","bedrooms":"0","price":"287000","area":"510"} , +{"type":"Feature","id":"n1136056461","geometry":{"type":"Point","coordinates":[-0.0585254,51.4575974]},"properties":{"@type":"node","@id":1136056461,"@timestamp":1296844892},"coords":"51.4575974,-0.0585254","bedrooms":"0","price":"204000","area":"619"} , +{"type":"Feature","id":"n1136056548","geometry":{"type":"Point","coordinates":[-0.0594058,51.4577872]},"properties":{"@type":"node","@id":1136056548,"@timestamp":1296844892},"coords":"51.4577872,-0.0594058","bedrooms":"3","price":"281000","area":"520"} , +{"type":"Feature","id":"n1136056635","geometry":{"type":"Point","coordinates":[-0.0583453,51.4576148]},"properties":{"@type":"node","@id":1136056635,"@timestamp":1296844898},"coords":"51.4576148,-0.0583453","bedrooms":"2","price":"162000","area":"503"} , +{"type":"Feature","id":"n1136056745","geometry":{"type":"Point","coordinates":[-0.0592819,51.4576359]},"properties":{"@type":"node","@id":1136056745,"@timestamp":1296844892},"coords":"51.4576359,-0.0592819","bedrooms":"3","price":"157000","area":"425"} , +{"type":"Feature","id":"n1136056832","geometry":{"type":"Point","coordinates":[-0.0592835,51.4579475]},"properties":{"@type":"node","@id":1136056832,"@timestamp":1296844897},"coords":"51.4579475,-0.0592835","bedrooms":"3","price":"286000","area":"545"} , +{"type":"Feature","id":"n1136091474","geometry":{"type":"Point","coordinates":[-0.0593259,51.4574513]},"properties":{"@type":"node","@id":1136091474,"@timestamp":1409992430},"coords":"51.4574513,-0.0593259","bedrooms":"4","price":"254000","area":"699"} , +{"type":"Feature","id":"n1136091519","geometry":{"type":"Point","coordinates":[-0.0618216,51.4547174]},"properties":{"@type":"node","@id":1136091519,"@timestamp":1409992430},"coords":"51.4547174,-0.0618216","bedrooms":"2","price":"226000","area":"434"} , +{"type":"Feature","id":"n1136091538","geometry":{"type":"Point","coordinates":[-0.0617101,51.4560189]},"properties":{"@type":"node","@id":1136091538,"@timestamp":1406527758},"coords":"51.4560189,-0.0617101","bedrooms":"3","price":"170000","area":"697"} , +{"type":"Feature","id":"n1136091568","geometry":{"type":"Point","coordinates":[-0.0618678,51.4547137]},"properties":{"@type":"node","@id":1136091568,"@timestamp":1409992430},"coords":"51.4547137,-0.0618678","bedrooms":"1","price":"241000","area":"531"} , +{"type":"Feature","id":"n1136091613","geometry":{"type":"Point","coordinates":[-0.0618053,51.4546322]},"properties":{"@type":"node","@id":1136091613,"@timestamp":1409992430},"coords":"51.4546322,-0.0618053","bedrooms":"1","price":"275000","area":"396"} , +{"type":"Feature","id":"n1136091647","geometry":{"type":"Point","coordinates":[-0.0640649,51.4577648]},"properties":{"@type":"node","@id":1136091647,"@timestamp":1296844661},"coords":"51.4577648,-0.0640649","bedrooms":"3","price":"185000","area":"386"} , +{"type":"Feature","id":"n1136091692","geometry":{"type":"Point","coordinates":[-0.0597613,51.4548005]},"properties":{"@type":"node","@id":1136091692,"@timestamp":1296844663},"coords":"51.4548005,-0.0597613","bedrooms":"3","price":"299000","area":"691"} , +{"type":"Feature","id":"n1136091739","geometry":{"type":"Point","coordinates":[-0.0608419,51.4561969]},"properties":{"@type":"node","@id":1136091739,"@timestamp":1406147197},"coords":"51.4561969,-0.0608419","bedrooms":"0","price":"223000","area":"667"} , +{"type":"Feature","id":"n1136091789","geometry":{"type":"Point","coordinates":[-0.0607855,51.4603873]},"properties":{"@type":"node","@id":1136091789,"@timestamp":1409809741},"coords":"51.4603873,-0.0607855","bedrooms":"4","price":"262000","area":"645"} , +{"type":"Feature","id":"n1136091831","geometry":{"type":"Point","coordinates":[-0.0603379,51.4578832]},"properties":{"@type":"node","@id":1136091831,"@timestamp":1296844667},"coords":"51.4578832,-0.0603379","bedrooms":"3","price":"250000","area":"377"} , +{"type":"Feature","id":"n1136091865","geometry":{"type":"Point","coordinates":[-0.0591444,51.4570808]},"properties":{"@type":"node","@id":1136091865,"@timestamp":1296844669},"coords":"51.4570808,-0.0591444","bedrooms":"4","price":"160000","area":"355"} , +{"type":"Feature","id":"n1136091921","geometry":{"type":"Point","coordinates":[-0.0591497,51.457038]},"properties":{"@type":"node","@id":1136091921,"@timestamp":1296844670},"coords":"51.457038,-0.0591497","bedrooms":"2","price":"179000","area":"583"} , +{"type":"Feature","id":"n1136091980","geometry":{"type":"Point","coordinates":[-0.0571423,51.4557108]},"properties":{"@type":"node","@id":1136091980,"@timestamp":1296844671},"coords":"51.4557108,-0.0571423","bedrooms":"4","price":"270000","area":"396"} , +{"type":"Feature","id":"n1136092014","geometry":{"type":"Point","coordinates":[-0.0588786,51.4574602]},"properties":{"@type":"node","@id":1136092014,"@timestamp":1409992431},"coords":"51.4574602,-0.0588786","bedrooms":"0","price":"187000","area":"602"} , +{"type":"Feature","id":"n1136092043","geometry":{"type":"Point","coordinates":[-0.0611818,51.4566327]},"properties":{"@type":"node","@id":1136092043,"@timestamp":1406527759},"coords":"51.4566327,-0.0611818","bedrooms":"4","price":"246000","area":"442"} , +{"type":"Feature","id":"n1136092086","geometry":{"type":"Point","coordinates":[-0.062052,51.4541685]},"properties":{"@type":"node","@id":1136092086,"@timestamp":1409809742},"coords":"51.4541685,-0.062052","bedrooms":"0","price":"170000","area":"486"} , +{"type":"Feature","id":"n1136092111","geometry":{"type":"Point","coordinates":[-0.0608019,51.4580404]},"properties":{"@type":"node","@id":1136092111,"@timestamp":1409992431},"coords":"51.4580404,-0.0608019","bedrooms":"3","price":"211000","area":"560"} , +{"type":"Feature","id":"n1136092155","geometry":{"type":"Point","coordinates":[-0.0620209,51.4546408]},"properties":{"@type":"node","@id":1136092155,"@timestamp":1296844678},"coords":"51.4546408,-0.0620209","bedrooms":"0","price":"159000","area":"596"} , +{"type":"Feature","id":"n1136092186","geometry":{"type":"Point","coordinates":[-0.0629058,51.4547349]},"properties":{"@type":"node","@id":1136092186,"@timestamp":1296844679},"coords":"51.4547349,-0.0629058","bedrooms":"0","price":"192000","area":"551"} , +{"type":"Feature","id":"n1136092230","geometry":{"type":"Point","coordinates":[-0.0627869,51.4577199]},"properties":{"@type":"node","@id":1136092230,"@timestamp":1296844680},"coords":"51.4577199,-0.0627869","bedrooms":"2","price":"214000","area":"410"} , +{"type":"Feature","id":"n1136092263","geometry":{"type":"Point","coordinates":[-0.0617294,51.4583003]},"properties":{"@type":"node","@id":1136092263,"@timestamp":1296844682},"coords":"51.4583003,-0.0617294","bedrooms":"3","price":"287000","area":"402"} , +{"type":"Feature","id":"n1136092295","geometry":{"type":"Point","coordinates":[-0.0593857,51.4563553]},"properties":{"@type":"node","@id":1136092295,"@timestamp":1406527759},"coords":"51.4563553,-0.0593857","bedrooms":"3","price":"273000","area":"440"} , +{"type":"Feature","id":"n1136092367","geometry":{"type":"Point","coordinates":[-0.06252,51.4574059]},"properties":{"@type":"node","@id":1136092367,"@timestamp":1406527759},"coords":"51.4574059,-0.06252","bedrooms":"3","price":"271000","area":"523"} , +{"type":"Feature","id":"n1136092442","geometry":{"type":"Point","coordinates":[-0.0569227,51.4588977]},"properties":{"@type":"node","@id":1136092442,"@timestamp":1296844686},"coords":"51.4588977,-0.0569227","bedrooms":"4","price":"201000","area":"388"} , +{"type":"Feature","id":"n1136092499","geometry":{"type":"Point","coordinates":[-0.0587875,51.4580903]},"properties":{"@type":"node","@id":1136092499,"@timestamp":1296844688},"coords":"51.4580903,-0.0587875","bedrooms":"3","price":"155000","area":"572"} , +{"type":"Feature","id":"n1136092538","geometry":{"type":"Point","coordinates":[-0.0628685,51.4545717]},"properties":{"@type":"node","@id":1136092538,"@timestamp":1296844689},"coords":"51.4545717,-0.0628685","bedrooms":"0","price":"195000","area":"513"} , +{"type":"Feature","id":"n1136092579","geometry":{"type":"Point","coordinates":[-0.0567482,51.4584275]},"properties":{"@type":"node","@id":1136092579,"@timestamp":1410297312},"coords":"51.4584275,-0.0567482","bedrooms":"4","price":"179000","area":"587"} , +{"type":"Feature","id":"n1136092628","geometry":{"type":"Point","coordinates":[-0.0606848,51.459385]},"properties":{"@type":"node","@id":1136092628,"@timestamp":1485956380},"coords":"51.459385,-0.0606848","bedrooms":"0","price":"188000","area":"634"} , +{"type":"Feature","id":"n1136092670","geometry":{"type":"Point","coordinates":[-0.0571193,51.4584425]},"properties":{"@type":"node","@id":1136092670,"@timestamp":1486455516},"coords":"51.4584425,-0.0571193","bedrooms":"2","price":"217000","area":"616"} , +{"type":"Feature","id":"n1136092722","geometry":{"type":"Point","coordinates":[-0.0615906,51.4594983]},"properties":{"@type":"node","@id":1136092722,"@timestamp":1296844695},"coords":"51.4594983,-0.0615906","bedrooms":"2","price":"234000","area":"519"} , +{"type":"Feature","id":"n1136092779","geometry":{"type":"Point","coordinates":[-0.0636345,51.4562254]},"properties":{"@type":"node","@id":1136092779,"@timestamp":1410297312},"coords":"51.4562254,-0.0636345","bedrooms":"4","price":"282000","area":"681"} , +{"type":"Feature","id":"n1136092814","geometry":{"type":"Point","coordinates":[-0.0565425,51.458438]},"properties":{"@type":"node","@id":1136092814,"@timestamp":1409810064},"coords":"51.458438,-0.0565425","bedrooms":"3","price":"166000","area":"646"} , +{"type":"Feature","id":"n1136092847","geometry":{"type":"Point","coordinates":[-0.0573305,51.4556309]},"properties":{"@type":"node","@id":1136092847,"@timestamp":1296844698},"coords":"51.4556309,-0.0573305","bedrooms":"3","price":"279000","area":"637"} , +{"type":"Feature","id":"n1136092880","geometry":{"type":"Point","coordinates":[-0.0582972,51.4579866]},"properties":{"@type":"node","@id":1136092880,"@timestamp":1296844699},"coords":"51.4579866,-0.0582972","bedrooms":"1","price":"171000","area":"674"} , +{"type":"Feature","id":"n1136092911","geometry":{"type":"Point","coordinates":[-0.0615332,51.4572884]},"properties":{"@type":"node","@id":1136092911,"@timestamp":1296844700},"coords":"51.4572884,-0.0615332","bedrooms":"2","price":"220000","area":"430"} , +{"type":"Feature","id":"n1136092946","geometry":{"type":"Point","coordinates":[-0.0641754,51.4579026]},"properties":{"@type":"node","@id":1136092946,"@timestamp":1406147198},"coords":"51.4579026,-0.0641754","bedrooms":"1","price":"240000","area":"412"} , +{"type":"Feature","id":"n1136092975","geometry":{"type":"Point","coordinates":[-0.0659114,51.4600631]},"properties":{"@type":"node","@id":1136092975,"@timestamp":1409809742},"coords":"51.4600631,-0.0659114","bedrooms":"0","price":"224000","area":"599"} , +{"type":"Feature","id":"n1136093025","geometry":{"type":"Point","coordinates":[-0.0578647,51.4577587]},"properties":{"@type":"node","@id":1136093025,"@timestamp":1296844704},"coords":"51.4577587,-0.0578647","bedrooms":"0","price":"199000","area":"413"} , +{"type":"Feature","id":"n1136093053","geometry":{"type":"Point","coordinates":[-0.0620237,51.4577284]},"properties":{"@type":"node","@id":1136093053,"@timestamp":1296844705},"coords":"51.4577284,-0.0620237","bedrooms":"4","price":"178000","area":"634"} , +{"type":"Feature","id":"n1136093073","geometry":{"type":"Point","coordinates":[-0.0594674,51.4576168]},"properties":{"@type":"node","@id":1136093073,"@timestamp":1296844706},"coords":"51.4576168,-0.0594674","bedrooms":"4","price":"259000","area":"493"} , +{"type":"Feature","id":"n1136093105","geometry":{"type":"Point","coordinates":[-0.0593343,51.4571724]},"properties":{"@type":"node","@id":1136093105,"@timestamp":1296844707},"coords":"51.4571724,-0.0593343","bedrooms":"3","price":"215000","area":"649"} , +{"type":"Feature","id":"n1136093136","geometry":{"type":"Point","coordinates":[-0.0610082,51.458044]},"properties":{"@type":"node","@id":1136093136,"@timestamp":1406527760},"coords":"51.458044,-0.0610082","bedrooms":"4","price":"287000","area":"416"} , +{"type":"Feature","id":"n1136093170","geometry":{"type":"Point","coordinates":[-0.061754,51.4543541]},"properties":{"@type":"node","@id":1136093170,"@timestamp":1406527761},"coords":"51.4543541,-0.061754","bedrooms":"2","price":"289000","area":"646"} , +{"type":"Feature","id":"n1136093204","geometry":{"type":"Point","coordinates":[-0.0617987,51.454613]},"properties":{"@type":"node","@id":1136093204,"@timestamp":1296844710},"coords":"51.454613,-0.0617987","bedrooms":"1","price":"259000","area":"514"} , +{"type":"Feature","id":"n1136093238","geometry":{"type":"Point","coordinates":[-0.0598193,51.4581283]},"properties":{"@type":"node","@id":1136093238,"@timestamp":1296844711},"coords":"51.4581283,-0.0598193","bedrooms":"4","price":"226000","area":"598"} , +{"type":"Feature","id":"n1136093279","geometry":{"type":"Point","coordinates":[-0.0610807,51.4576065]},"properties":{"@type":"node","@id":1136093279,"@timestamp":1296844713},"coords":"51.4576065,-0.0610807","bedrooms":"2","price":"279000","area":"680"} , +{"type":"Feature","id":"n1136093313","geometry":{"type":"Point","coordinates":[-0.0624976,51.4573194]},"properties":{"@type":"node","@id":1136093313,"@timestamp":1407998726},"coords":"51.4573194,-0.0624976","bedrooms":"0","price":"278000","area":"577"} , +{"type":"Feature","id":"n1136093338","geometry":{"type":"Point","coordinates":[-0.0646137,51.4577273]},"properties":{"@type":"node","@id":1136093338,"@timestamp":1486541512},"coords":"51.4577273,-0.0646137","bedrooms":"3","price":"251000","area":"654"} , +{"type":"Feature","id":"n1136093369","geometry":{"type":"Point","coordinates":[-0.0621768,51.4565834]},"properties":{"@type":"node","@id":1136093369,"@timestamp":1298447214},"coords":"51.4565834,-0.0621768","bedrooms":"1","price":"276000","area":"394"} , +{"type":"Feature","id":"n1136093404","geometry":{"type":"Point","coordinates":[-0.0573747,51.4584316]},"properties":{"@type":"node","@id":1136093404,"@timestamp":1486341836},"coords":"51.4584316,-0.0573747","bedrooms":"1","price":"239000","area":"510"} , +{"type":"Feature","id":"n1136093439","geometry":{"type":"Point","coordinates":[-0.0563483,51.4566385]},"properties":{"@type":"node","@id":1136093439,"@timestamp":1296844718},"coords":"51.4566385,-0.0563483","bedrooms":"4","price":"242000","area":"438"} , +{"type":"Feature","id":"n1136093484","geometry":{"type":"Point","coordinates":[-0.0583642,51.4581833]},"properties":{"@type":"node","@id":1136093484,"@timestamp":1409810065},"coords":"51.4581833,-0.0583642","bedrooms":"2","price":"257000","area":"627"} , +{"type":"Feature","id":"n1136093523","geometry":{"type":"Point","coordinates":[-0.060563,51.456377]},"properties":{"@type":"node","@id":1136093523,"@timestamp":1296844720},"coords":"51.456377,-0.060563","bedrooms":"1","price":"274000","area":"696"} , +{"type":"Feature","id":"n1136093558","geometry":{"type":"Point","coordinates":[-0.0642709,51.4567901]},"properties":{"@type":"node","@id":1136093558,"@timestamp":1296844721},"coords":"51.4567901,-0.0642709","bedrooms":"3","price":"297000","area":"564"} , +{"type":"Feature","id":"n1136093592","geometry":{"type":"Point","coordinates":[-0.0632415,51.4577355]},"properties":{"@type":"node","@id":1136093592,"@timestamp":1296844722},"coords":"51.4577355,-0.0632415","bedrooms":"2","price":"253000","area":"629"} , +{"type":"Feature","id":"n1136093620","geometry":{"type":"Point","coordinates":[-0.0610804,51.4582169]},"properties":{"@type":"node","@id":1136093620,"@timestamp":1296844722},"coords":"51.4582169,-0.0610804","bedrooms":"1","price":"170000","area":"531"} , +{"type":"Feature","id":"n1136093657","geometry":{"type":"Point","coordinates":[-0.061862,51.4574365]},"properties":{"@type":"node","@id":1136093657,"@timestamp":1296844723},"coords":"51.4574365,-0.061862","bedrooms":"1","price":"220000","area":"562"} , +{"type":"Feature","id":"n1136093700","geometry":{"type":"Point","coordinates":[-0.063256,51.4561768]},"properties":{"@type":"node","@id":1136093700,"@timestamp":1486312403},"coords":"51.4561768,-0.063256","bedrooms":"1","price":"192000","area":"480"} , +{"type":"Feature","id":"n1136093740","geometry":{"type":"Point","coordinates":[-0.0620336,51.456661]},"properties":{"@type":"node","@id":1136093740,"@timestamp":1296844725},"coords":"51.456661,-0.0620336","bedrooms":"0","price":"249000","area":"415"} , +{"type":"Feature","id":"n1136093784","geometry":{"type":"Point","coordinates":[-0.0654762,51.4607851]},"properties":{"@type":"node","@id":1136093784,"@timestamp":1409809743},"coords":"51.4607851,-0.0654762","bedrooms":"3","price":"236000","area":"375"} , +{"type":"Feature","id":"n1136093819","geometry":{"type":"Point","coordinates":[-0.0631207,51.457693]},"properties":{"@type":"node","@id":1136093819,"@timestamp":1296844727},"coords":"51.457693,-0.0631207","bedrooms":"1","price":"299000","area":"485"} , +{"type":"Feature","id":"n1136093858","geometry":{"type":"Point","coordinates":[-0.0611878,51.4559765]},"properties":{"@type":"node","@id":1136093858,"@timestamp":1486482991},"coords":"51.4559765,-0.0611878","bedrooms":"2","price":"255000","area":"456"} , +{"type":"Feature","id":"n1136093896","geometry":{"type":"Point","coordinates":[-0.0582006,51.4556001]},"properties":{"@type":"node","@id":1136093896,"@timestamp":1300933586},"coords":"51.4556001,-0.0582006","bedrooms":"0","price":"205000","area":"377"} , +{"type":"Feature","id":"n1136093935","geometry":{"type":"Point","coordinates":[-0.0623046,51.458452]},"properties":{"@type":"node","@id":1136093935,"@timestamp":1407050842},"coords":"51.458452,-0.0623046","bedrooms":"0","price":"280000","area":"488"} , +{"type":"Feature","id":"n1136093965","geometry":{"type":"Point","coordinates":[-0.0614827,51.4572782]},"properties":{"@type":"node","@id":1136093965,"@timestamp":1296844731},"coords":"51.4572782,-0.0614827","bedrooms":"2","price":"163000","area":"690"} , +{"type":"Feature","id":"n1136094014","geometry":{"type":"Point","coordinates":[-0.0590801,51.4582725]},"properties":{"@type":"node","@id":1136094014,"@timestamp":1296844732},"coords":"51.4582725,-0.0590801","bedrooms":"1","price":"189000","area":"618"} , +{"type":"Feature","id":"n1136094058","geometry":{"type":"Point","coordinates":[-0.0596718,51.4578059]},"properties":{"@type":"node","@id":1136094058,"@timestamp":1296844733},"coords":"51.4578059,-0.0596718","bedrooms":"3","price":"176000","area":"352"} , +{"type":"Feature","id":"n1136094116","geometry":{"type":"Point","coordinates":[-0.0614396,51.4565395]},"properties":{"@type":"node","@id":1136094116,"@timestamp":1296844734},"coords":"51.4565395,-0.0614396","bedrooms":"0","price":"272000","area":"418"} , +{"type":"Feature","id":"n1136094149","geometry":{"type":"Point","coordinates":[-0.05613,51.4578383]},"properties":{"@type":"node","@id":1136094149,"@timestamp":1296844735},"coords":"51.4578383,-0.05613","bedrooms":"0","price":"199000","area":"689"} , +{"type":"Feature","id":"n1136094179","geometry":{"type":"Point","coordinates":[-0.0607127,51.458225]},"properties":{"@type":"node","@id":1136094179,"@timestamp":1296844736},"coords":"51.458225,-0.0607127","bedrooms":"4","price":"265000","area":"374"} , +{"type":"Feature","id":"n1136094244","geometry":{"type":"Point","coordinates":[-0.0631788,51.4576774]},"properties":{"@type":"node","@id":1136094244,"@timestamp":1296844737},"coords":"51.4576774,-0.0631788","bedrooms":"1","price":"230000","area":"658"} , +{"type":"Feature","id":"n1136094281","geometry":{"type":"Point","coordinates":[-0.0624201,51.4572619]},"properties":{"@type":"node","@id":1136094281,"@timestamp":1407998726},"coords":"51.4572619,-0.0624201","bedrooms":"0","price":"248000","area":"666"} , +{"type":"Feature","id":"n1136094349","geometry":{"type":"Point","coordinates":[-0.0638886,51.4577721]},"properties":{"@type":"node","@id":1136094349,"@timestamp":1409992646},"coords":"51.4577721,-0.0638886","bedrooms":"4","price":"152000","area":"578"} , +{"type":"Feature","id":"n1136094408","geometry":{"type":"Point","coordinates":[-0.0625488,51.4548421]},"properties":{"@type":"node","@id":1136094408,"@timestamp":1409810065},"coords":"51.4548421,-0.0625488","bedrooms":"4","price":"168000","area":"398"} , +{"type":"Feature","id":"n1136094471","geometry":{"type":"Point","coordinates":[-0.0596779,51.4548082]},"properties":{"@type":"node","@id":1136094471,"@timestamp":1409992433},"coords":"51.4548082,-0.0596779","bedrooms":"0","price":"277000","area":"542"} , +{"type":"Feature","id":"n1136094517","geometry":{"type":"Point","coordinates":[-0.0660857,51.4600064]},"properties":{"@type":"node","@id":1136094517,"@timestamp":1407050842},"coords":"51.4600064,-0.0660857","bedrooms":"1","price":"246000","area":"699"} , +{"type":"Feature","id":"n1136094554","geometry":{"type":"Point","coordinates":[-0.0617979,51.4546689]},"properties":{"@type":"node","@id":1136094554,"@timestamp":1409992434},"coords":"51.4546689,-0.0617979","bedrooms":"4","price":"244000","area":"612"} , +{"type":"Feature","id":"n1136094622","geometry":{"type":"Point","coordinates":[-0.063175,51.4583367]},"properties":{"@type":"node","@id":1136094622,"@timestamp":1296844744},"coords":"51.4583367,-0.063175","bedrooms":"2","price":"207000","area":"608"} , +{"type":"Feature","id":"n1136094684","geometry":{"type":"Point","coordinates":[-0.0610899,51.4564553]},"properties":{"@type":"node","@id":1136094684,"@timestamp":1296844745},"coords":"51.4564553,-0.0610899","bedrooms":"0","price":"299000","area":"409"} , +{"type":"Feature","id":"n1136094741","geometry":{"type":"Point","coordinates":[-0.0618843,51.4570913]},"properties":{"@type":"node","@id":1136094741,"@timestamp":1406147200},"coords":"51.4570913,-0.0618843","bedrooms":"2","price":"210000","area":"626"} , +{"type":"Feature","id":"n1136094815","geometry":{"type":"Point","coordinates":[-0.0558526,51.4584182]},"properties":{"@type":"node","@id":1136094815,"@timestamp":1406527763},"coords":"51.4584182,-0.0558526","bedrooms":"0","price":"291000","area":"364"} , +{"type":"Feature","id":"n1136094886","geometry":{"type":"Point","coordinates":[-0.0600256,51.4546741]},"properties":{"@type":"node","@id":1136094886,"@timestamp":1409992434},"coords":"51.4546741,-0.0600256","bedrooms":"4","price":"263000","area":"389"} , +{"type":"Feature","id":"n1136094961","geometry":{"type":"Point","coordinates":[-0.0640892,51.4582259]},"properties":{"@type":"node","@id":1136094961,"@timestamp":1296844750},"coords":"51.4582259,-0.0640892","bedrooms":"0","price":"184000","area":"674"} , +{"type":"Feature","id":"n1136095015","geometry":{"type":"Point","coordinates":[-0.0628311,51.4578062]},"properties":{"@type":"node","@id":1136095015,"@timestamp":1406527763},"coords":"51.4578062,-0.0628311","bedrooms":"0","price":"256000","area":"566"} , +{"type":"Feature","id":"n1136095068","geometry":{"type":"Point","coordinates":[-0.0565622,51.4560097]},"properties":{"@type":"node","@id":1136095068,"@timestamp":1409810065},"coords":"51.4560097,-0.0565622","bedrooms":"0","price":"211000","area":"687"} , +{"type":"Feature","id":"n1136095103","geometry":{"type":"Point","coordinates":[-0.0563502,51.4583041]},"properties":{"@type":"node","@id":1136095103,"@timestamp":1296844754},"coords":"51.4583041,-0.0563502","bedrooms":"3","price":"278000","area":"413"} , +{"type":"Feature","id":"n1136095146","geometry":{"type":"Point","coordinates":[-0.0569209,51.4557921]},"properties":{"@type":"node","@id":1136095146,"@timestamp":1406527764},"coords":"51.4557921,-0.0569209","bedrooms":"3","price":"169000","area":"644"} , +{"type":"Feature","id":"n1136095200","geometry":{"type":"Point","coordinates":[-0.0561951,51.4566626]},"properties":{"@type":"node","@id":1136095200,"@timestamp":1406527764},"coords":"51.4566626,-0.0561951","bedrooms":"1","price":"249000","area":"567"} , +{"type":"Feature","id":"n1136095250","geometry":{"type":"Point","coordinates":[-0.0608575,51.4573586]},"properties":{"@type":"node","@id":1136095250,"@timestamp":1296844757},"coords":"51.4573586,-0.0608575","bedrooms":"1","price":"203000","area":"535"} , +{"type":"Feature","id":"n1136095309","geometry":{"type":"Point","coordinates":[-0.0641355,51.4621375]},"properties":{"@type":"node","@id":1136095309,"@timestamp":1296844758},"coords":"51.4621375,-0.0641355","bedrooms":"3","price":"253000","area":"435"} , +{"type":"Feature","id":"n1136095350","geometry":{"type":"Point","coordinates":[-0.0630706,51.4551946]},"properties":{"@type":"node","@id":1136095350,"@timestamp":1486571666},"coords":"51.4551946,-0.0630706","bedrooms":"0","price":"256000","area":"529"} , +{"type":"Feature","id":"n1136095391","geometry":{"type":"Point","coordinates":[-0.0578333,51.4576421]},"properties":{"@type":"node","@id":1136095391,"@timestamp":1409348998},"coords":"51.4576421,-0.0578333","bedrooms":"4","price":"270000","area":"506"} , +{"type":"Feature","id":"n1136095459","geometry":{"type":"Point","coordinates":[-0.063651,51.4572883]},"properties":{"@type":"node","@id":1136095459,"@timestamp":1296844761},"coords":"51.4572883,-0.063651","bedrooms":"1","price":"174000","area":"692"} , +{"type":"Feature","id":"n1136095525","geometry":{"type":"Point","coordinates":[-0.0608639,51.4592664]},"properties":{"@type":"node","@id":1136095525,"@timestamp":1486567050},"coords":"51.4592664,-0.0608639","bedrooms":"1","price":"188000","area":"685"} , +{"type":"Feature","id":"n1136095583","geometry":{"type":"Point","coordinates":[-0.0656933,51.4624552]},"properties":{"@type":"node","@id":1136095583,"@timestamp":1486483096},"coords":"51.4624552,-0.0656933","bedrooms":"2","price":"290000","area":"673"} , +{"type":"Feature","id":"n1136095647","geometry":{"type":"Point","coordinates":[-0.0588226,51.4573602]},"properties":{"@type":"node","@id":1136095647,"@timestamp":1409992434},"coords":"51.4573602,-0.0588226","bedrooms":"4","price":"156000","area":"468"} , +{"type":"Feature","id":"n1136095688","geometry":{"type":"Point","coordinates":[-0.062925,51.4562276]},"properties":{"@type":"node","@id":1136095688,"@timestamp":1486298301},"coords":"51.4562276,-0.062925","bedrooms":"3","price":"205000","area":"564"} , +{"type":"Feature","id":"n1136095732","geometry":{"type":"Point","coordinates":[-0.0639331,51.458454]},"properties":{"@type":"node","@id":1136095732,"@timestamp":1296844765},"coords":"51.458454,-0.0639331","bedrooms":"3","price":"272000","area":"418"} , +{"type":"Feature","id":"n1136095776","geometry":{"type":"Point","coordinates":[-0.0608433,51.4579049]},"properties":{"@type":"node","@id":1136095776,"@timestamp":1296844767},"coords":"51.4579049,-0.0608433","bedrooms":"1","price":"188000","area":"476"} , +{"type":"Feature","id":"n1136095813","geometry":{"type":"Point","coordinates":[-0.0577863,51.45789]},"properties":{"@type":"node","@id":1136095813,"@timestamp":1296844767},"coords":"51.45789,-0.0577863","bedrooms":"3","price":"190000","area":"623"} , +{"type":"Feature","id":"n1136095850","geometry":{"type":"Point","coordinates":[-0.0599452,51.4583175]},"properties":{"@type":"node","@id":1136095850,"@timestamp":1486313320},"coords":"51.4583175,-0.0599452","bedrooms":"1","price":"257000","area":"354"} , +{"type":"Feature","id":"n1136095886","geometry":{"type":"Point","coordinates":[-0.060501,51.4567225]},"properties":{"@type":"node","@id":1136095886,"@timestamp":1296844769},"coords":"51.4567225,-0.060501","bedrooms":"4","price":"167000","area":"649"} , +{"type":"Feature","id":"n1136095936","geometry":{"type":"Point","coordinates":[-0.065291,51.4611872]},"properties":{"@type":"node","@id":1136095936,"@timestamp":1409809744},"coords":"51.4611872,-0.065291","bedrooms":"0","price":"265000","area":"430"} , +{"type":"Feature","id":"n1136095992","geometry":{"type":"Point","coordinates":[-0.0585848,51.4581008]},"properties":{"@type":"node","@id":1136095992,"@timestamp":1409992435},"coords":"51.4581008,-0.0585848","bedrooms":"0","price":"299000","area":"692"} , +{"type":"Feature","id":"n1136096037","geometry":{"type":"Point","coordinates":[-0.0623225,51.4542641]},"properties":{"@type":"node","@id":1136096037,"@timestamp":1406527765},"coords":"51.4542641,-0.0623225","bedrooms":"1","price":"217000","area":"381"} , +{"type":"Feature","id":"n1136096077","geometry":{"type":"Point","coordinates":[-0.0592969,51.4581542]},"properties":{"@type":"node","@id":1136096077,"@timestamp":1409810065},"coords":"51.4581542,-0.0592969","bedrooms":"1","price":"246000","area":"664"} , +{"type":"Feature","id":"n1136096109","geometry":{"type":"Point","coordinates":[-0.0623165,51.4578861]},"properties":{"@type":"node","@id":1136096109,"@timestamp":1296844774},"coords":"51.4578861,-0.0623165","bedrooms":"4","price":"287000","area":"419"} , +{"type":"Feature","id":"n1136096163","geometry":{"type":"Point","coordinates":[-0.0622051,51.4546088]},"properties":{"@type":"node","@id":1136096163,"@timestamp":1409992435},"coords":"51.4546088,-0.0622051","bedrooms":"0","price":"263000","area":"529"} , +{"type":"Feature","id":"n1136096237","geometry":{"type":"Point","coordinates":[-0.05614,51.4574165]},"properties":{"@type":"node","@id":1136096237,"@timestamp":1296844776},"coords":"51.4574165,-0.05614","bedrooms":"3","price":"186000","area":"382"} , +{"type":"Feature","id":"n1136096299","geometry":{"type":"Point","coordinates":[-0.0593532,51.4574162]},"properties":{"@type":"node","@id":1136096299,"@timestamp":1296844777},"coords":"51.4574162,-0.0593532","bedrooms":"3","price":"155000","area":"689"} , +{"type":"Feature","id":"n1136096355","geometry":{"type":"Point","coordinates":[-0.0565162,51.4584363]},"properties":{"@type":"node","@id":1136096355,"@timestamp":1296844777},"coords":"51.4584363,-0.0565162","bedrooms":"1","price":"287000","area":"692"} , +{"type":"Feature","id":"n1136096412","geometry":{"type":"Point","coordinates":[-0.0619202,51.4547348]},"properties":{"@type":"node","@id":1136096412,"@timestamp":1409810066},"coords":"51.4547348,-0.0619202","bedrooms":"1","price":"287000","area":"697"} , +{"type":"Feature","id":"n1136096462","geometry":{"type":"Point","coordinates":[-0.0625614,51.4546222]},"properties":{"@type":"node","@id":1136096462,"@timestamp":1296844779},"coords":"51.4546222,-0.0625614","bedrooms":"3","price":"205000","area":"392"} , +{"type":"Feature","id":"n1136096505","geometry":{"type":"Point","coordinates":[-0.0616813,51.4541965]},"properties":{"@type":"node","@id":1136096505,"@timestamp":1406147201},"coords":"51.4541965,-0.0616813","bedrooms":"1","price":"227000","area":"565"} , +{"type":"Feature","id":"n1136096577","geometry":{"type":"Point","coordinates":[-0.0584801,51.4582701]},"properties":{"@type":"node","@id":1136096577,"@timestamp":1296844781},"coords":"51.4582701,-0.0584801","bedrooms":"2","price":"188000","area":"473"} , +{"type":"Feature","id":"n1136096623","geometry":{"type":"Point","coordinates":[-0.0602168,51.4566747]},"properties":{"@type":"node","@id":1136096623,"@timestamp":1296844782},"coords":"51.4566747,-0.0602168","bedrooms":"1","price":"178000","area":"690"} , +{"type":"Feature","id":"n1136096682","geometry":{"type":"Point","coordinates":[-0.0637625,51.4577295]},"properties":{"@type":"node","@id":1136096682,"@timestamp":1407998727},"coords":"51.4577295,-0.0637625","bedrooms":"3","price":"262000","area":"683"} , +{"type":"Feature","id":"n1136096750","geometry":{"type":"Point","coordinates":[-0.0574505,51.457612]},"properties":{"@type":"node","@id":1136096750,"@timestamp":1407998727},"coords":"51.457612,-0.0574505","bedrooms":"1","price":"263000","area":"668"} , +{"type":"Feature","id":"n1136096792","geometry":{"type":"Point","coordinates":[-0.0618825,51.454167]},"properties":{"@type":"node","@id":1136096792,"@timestamp":1409992435},"coords":"51.454167,-0.0618825","bedrooms":"1","price":"186000","area":"646"} , +{"type":"Feature","id":"n1136096844","geometry":{"type":"Point","coordinates":[-0.0597378,51.4578752]},"properties":{"@type":"node","@id":1136096844,"@timestamp":1407050843},"coords":"51.4578752,-0.0597378","bedrooms":"1","price":"205000","area":"592"} , +{"type":"Feature","id":"n1136096885","geometry":{"type":"Point","coordinates":[-0.0585567,51.4582576]},"properties":{"@type":"node","@id":1136096885,"@timestamp":1409810066},"coords":"51.4582576,-0.0585567","bedrooms":"0","price":"200000","area":"534"} , +{"type":"Feature","id":"n1136096925","geometry":{"type":"Point","coordinates":[-0.0657329,51.4601906]},"properties":{"@type":"node","@id":1136096925,"@timestamp":1486557786},"coords":"51.4601906,-0.0657329","bedrooms":"4","price":"163000","area":"678"} , +{"type":"Feature","id":"n1136096993","geometry":{"type":"Point","coordinates":[-0.0584018,51.4580041]},"properties":{"@type":"node","@id":1136096993,"@timestamp":1406527765},"coords":"51.4580041,-0.0584018","bedrooms":"0","price":"161000","area":"458"} , +{"type":"Feature","id":"n1136097033","geometry":{"type":"Point","coordinates":[-0.0569881,51.4583272]},"properties":{"@type":"node","@id":1136097033,"@timestamp":1409810066},"coords":"51.4583272,-0.0569881","bedrooms":"3","price":"259000","area":"409"} , +{"type":"Feature","id":"n1136097065","geometry":{"type":"Point","coordinates":[-0.0578653,51.4581687]},"properties":{"@type":"node","@id":1136097065,"@timestamp":1296844789},"coords":"51.4581687,-0.0578653","bedrooms":"3","price":"156000","area":"442"} , +{"type":"Feature","id":"n1136097117","geometry":{"type":"Point","coordinates":[-0.0571868,51.4556954]},"properties":{"@type":"node","@id":1136097117,"@timestamp":1409992436},"coords":"51.4556954,-0.0571868","bedrooms":"0","price":"154000","area":"694"} , +{"type":"Feature","id":"n1136097157","geometry":{"type":"Point","coordinates":[-0.0606866,51.4568864]},"properties":{"@type":"node","@id":1136097157,"@timestamp":1406527766},"coords":"51.4568864,-0.0606866","bedrooms":"0","price":"152000","area":"373"} , +{"type":"Feature","id":"n1136097207","geometry":{"type":"Point","coordinates":[-0.058629,51.4581867]},"properties":{"@type":"node","@id":1136097207,"@timestamp":1296844792},"coords":"51.4581867,-0.058629","bedrooms":"1","price":"209000","area":"388"} , +{"type":"Feature","id":"n1136097252","geometry":{"type":"Point","coordinates":[-0.0560637,51.4585221]},"properties":{"@type":"node","@id":1136097252,"@timestamp":1486121225},"coords":"51.4585221,-0.0560637","bedrooms":"1","price":"267000","area":"453"} , +{"type":"Feature","id":"n1136097278","geometry":{"type":"Point","coordinates":[-0.0591054,51.4570599]},"properties":{"@type":"node","@id":1136097278,"@timestamp":1296844794},"coords":"51.4570599,-0.0591054","bedrooms":"0","price":"267000","area":"379"} , +{"type":"Feature","id":"n1136097301","geometry":{"type":"Point","coordinates":[-0.0623719,51.4579341]},"properties":{"@type":"node","@id":1136097301,"@timestamp":1296844795},"coords":"51.4579341,-0.0623719","bedrooms":"0","price":"271000","area":"638"} , +{"type":"Feature","id":"n1136097322","geometry":{"type":"Point","coordinates":[-0.0578091,51.4576229]},"properties":{"@type":"node","@id":1136097322,"@timestamp":1409348999},"coords":"51.4576229,-0.0578091","bedrooms":"4","price":"252000","area":"628"} , +{"type":"Feature","id":"n1136097354","geometry":{"type":"Point","coordinates":[-0.0604743,51.4580628]},"properties":{"@type":"node","@id":1136097354,"@timestamp":1406147201},"coords":"51.4580628,-0.0604743","bedrooms":"3","price":"256000","area":"422"} , +{"type":"Feature","id":"n1136097417","geometry":{"type":"Point","coordinates":[-0.0612308,51.4565585]},"properties":{"@type":"node","@id":1136097417,"@timestamp":1406527766},"coords":"51.4565585,-0.0612308","bedrooms":"4","price":"209000","area":"650"} , +{"type":"Feature","id":"n1136097483","geometry":{"type":"Point","coordinates":[-0.0574503,51.4576176]},"properties":{"@type":"node","@id":1136097483,"@timestamp":1407998728},"coords":"51.4576176,-0.0574503","bedrooms":"4","price":"262000","area":"364"} , +{"type":"Feature","id":"n1136097562","geometry":{"type":"Point","coordinates":[-0.0618733,51.4541303]},"properties":{"@type":"node","@id":1136097562,"@timestamp":1486580287},"coords":"51.4541303,-0.0618733","bedrooms":"2","price":"212000","area":"504"} , +{"type":"Feature","id":"n1136097611","geometry":{"type":"Point","coordinates":[-0.0604984,51.4545255]},"properties":{"@type":"node","@id":1136097611,"@timestamp":1296844800},"coords":"51.4545255,-0.0604984","bedrooms":"1","price":"218000","area":"373"} , +{"type":"Feature","id":"n1136097674","geometry":{"type":"Point","coordinates":[-0.0595273,51.4582295]},"properties":{"@type":"node","@id":1136097674,"@timestamp":1406527766},"coords":"51.4582295,-0.0595273","bedrooms":"0","price":"192000","area":"677"} , +{"type":"Feature","id":"n1136097761","geometry":{"type":"Point","coordinates":[-0.0568234,51.4558436]},"properties":{"@type":"node","@id":1136097761,"@timestamp":1406147201},"coords":"51.4558436,-0.0568234","bedrooms":"2","price":"292000","area":"390"} , +{"type":"Feature","id":"n1136097866","geometry":{"type":"Point","coordinates":[-0.0621044,51.4575596]},"properties":{"@type":"node","@id":1136097866,"@timestamp":1409348999},"coords":"51.4575596,-0.0621044","bedrooms":"1","price":"273000","area":"608"} , +{"type":"Feature","id":"n1136097920","geometry":{"type":"Point","coordinates":[-0.0611877,51.455895]},"properties":{"@type":"node","@id":1136097920,"@timestamp":1486124797},"coords":"51.455895,-0.0611877","bedrooms":"2","price":"241000","area":"612"} , +{"type":"Feature","id":"n1136097955","geometry":{"type":"Point","coordinates":[-0.0557126,51.4583472]},"properties":{"@type":"node","@id":1136097955,"@timestamp":1296844805},"coords":"51.4583472,-0.0557126","bedrooms":"1","price":"275000","area":"689"} , +{"type":"Feature","id":"n1136097989","geometry":{"type":"Point","coordinates":[-0.0620859,51.4569341]},"properties":{"@type":"node","@id":1136097989,"@timestamp":1296844806},"coords":"51.4569341,-0.0620859","bedrooms":"1","price":"163000","area":"504"} , +{"type":"Feature","id":"n1136098026","geometry":{"type":"Point","coordinates":[-0.062336,51.4575851]},"properties":{"@type":"node","@id":1136098026,"@timestamp":1296844807},"coords":"51.4575851,-0.062336","bedrooms":"4","price":"265000","area":"533"} , +{"type":"Feature","id":"n1136098057","geometry":{"type":"Point","coordinates":[-0.0605965,51.4565867]},"properties":{"@type":"node","@id":1136098057,"@timestamp":1296844808},"coords":"51.4565867,-0.0605965","bedrooms":"4","price":"277000","area":"660"} , +{"type":"Feature","id":"n1136098121","geometry":{"type":"Point","coordinates":[-0.0614217,51.456373]},"properties":{"@type":"node","@id":1136098121,"@timestamp":1406527767},"coords":"51.456373,-0.0614217","bedrooms":"4","price":"150000","area":"451"} , +{"type":"Feature","id":"n1136098169","geometry":{"type":"Point","coordinates":[-0.062612,51.4612758]},"properties":{"@type":"node","@id":1136098169,"@timestamp":1409809746},"coords":"51.4612758,-0.062612","bedrooms":"0","price":"201000","area":"460"} , +{"type":"Feature","id":"n1136098202","geometry":{"type":"Point","coordinates":[-0.061824,51.4576618]},"properties":{"@type":"node","@id":1136098202,"@timestamp":1296844810},"coords":"51.4576618,-0.061824","bedrooms":"2","price":"163000","area":"451"} , +{"type":"Feature","id":"n1136098252","geometry":{"type":"Point","coordinates":[-0.0572259,51.4576219]},"properties":{"@type":"node","@id":1136098252,"@timestamp":1485966118},"coords":"51.4576219,-0.0572259","bedrooms":"2","price":"276000","area":"673"} , +{"type":"Feature","id":"n1136098293","geometry":{"type":"Point","coordinates":[-0.0616245,51.4593377]},"properties":{"@type":"node","@id":1136098293,"@timestamp":1486139266},"coords":"51.4593377,-0.0616245","bedrooms":"4","price":"191000","area":"570"} , +{"type":"Feature","id":"n1136098341","geometry":{"type":"Point","coordinates":[-0.0614464,51.4571817]},"properties":{"@type":"node","@id":1136098341,"@timestamp":1296844813},"coords":"51.4571817,-0.0614464","bedrooms":"3","price":"260000","area":"578"} , +{"type":"Feature","id":"n1136098388","geometry":{"type":"Point","coordinates":[-0.0603514,51.4578946]},"properties":{"@type":"node","@id":1136098388,"@timestamp":1406147202},"coords":"51.4578946,-0.0603514","bedrooms":"2","price":"254000","area":"392"} , +{"type":"Feature","id":"n1136098426","geometry":{"type":"Point","coordinates":[-0.0583519,51.4580595]},"properties":{"@type":"node","@id":1136098426,"@timestamp":1296844815},"coords":"51.4580595,-0.0583519","bedrooms":"3","price":"222000","area":"359"} , +{"type":"Feature","id":"n1136098454","geometry":{"type":"Point","coordinates":[-0.0570593,51.4576688]},"properties":{"@type":"node","@id":1136098454,"@timestamp":1409810066},"coords":"51.4576688,-0.0570593","bedrooms":"2","price":"218000","area":"611"} , +{"type":"Feature","id":"n1136098499","geometry":{"type":"Point","coordinates":[-0.0577883,51.4581764]},"properties":{"@type":"node","@id":1136098499,"@timestamp":1409810067},"coords":"51.4581764,-0.0577883","bedrooms":"3","price":"220000","area":"514"} , +{"type":"Feature","id":"n1136098544","geometry":{"type":"Point","coordinates":[-0.0615627,51.4559546]},"properties":{"@type":"node","@id":1136098544,"@timestamp":1296844818},"coords":"51.4559546,-0.0615627","bedrooms":"1","price":"292000","area":"560"} , +{"type":"Feature","id":"n1136098581","geometry":{"type":"Point","coordinates":[-0.0598067,51.457733]},"properties":{"@type":"node","@id":1136098581,"@timestamp":1486341363},"coords":"51.457733,-0.0598067","bedrooms":"4","price":"254000","area":"648"} , +{"type":"Feature","id":"n1136098616","geometry":{"type":"Point","coordinates":[-0.0584711,51.4579975]},"properties":{"@type":"node","@id":1136098616,"@timestamp":1406527767},"coords":"51.4579975,-0.0584711","bedrooms":"3","price":"273000","area":"478"} , +{"type":"Feature","id":"n1136098649","geometry":{"type":"Point","coordinates":[-0.0637421,51.4559243]},"properties":{"@type":"node","@id":1136098649,"@timestamp":1486139783},"coords":"51.4559243,-0.0637421","bedrooms":"1","price":"150000","area":"572"} , +{"type":"Feature","id":"n1136098689","geometry":{"type":"Point","coordinates":[-0.0583644,51.4580037]},"properties":{"@type":"node","@id":1136098689,"@timestamp":1406147202},"coords":"51.4580037,-0.0583644","bedrooms":"2","price":"166000","area":"473"} , +{"type":"Feature","id":"n1136098718","geometry":{"type":"Point","coordinates":[-0.0654562,51.4585033]},"properties":{"@type":"node","@id":1136098718,"@timestamp":1296844822},"coords":"51.4585033,-0.0654562","bedrooms":"4","price":"293000","area":"501"} , +{"type":"Feature","id":"n1136098749","geometry":{"type":"Point","coordinates":[-0.0609592,51.4578676]},"properties":{"@type":"node","@id":1136098749,"@timestamp":1298447209},"coords":"51.4578676,-0.0609592","bedrooms":"1","price":"290000","area":"404"} , +{"type":"Feature","id":"n1136098787","geometry":{"type":"Point","coordinates":[-0.0638221,51.4578537]},"properties":{"@type":"node","@id":1136098787,"@timestamp":1296844823},"coords":"51.4578537,-0.0638221","bedrooms":"4","price":"210000","area":"411"} , +{"type":"Feature","id":"n1136098826","geometry":{"type":"Point","coordinates":[-0.0563581,51.4583079]},"properties":{"@type":"node","@id":1136098826,"@timestamp":1409810067},"coords":"51.4583079,-0.0563581","bedrooms":"3","price":"267000","area":"392"} , +{"type":"Feature","id":"n1136098854","geometry":{"type":"Point","coordinates":[-0.0623749,51.4577041]},"properties":{"@type":"node","@id":1136098854,"@timestamp":1409349000},"coords":"51.4577041,-0.0623749","bedrooms":"4","price":"156000","area":"361"} , +{"type":"Feature","id":"n1136098884","geometry":{"type":"Point","coordinates":[-0.058332,51.4560452]},"properties":{"@type":"node","@id":1136098884,"@timestamp":1300933584},"coords":"51.4560452,-0.058332","bedrooms":"3","price":"285000","area":"452"} , +{"type":"Feature","id":"n1136098931","geometry":{"type":"Point","coordinates":[-0.0587021,51.4581919]},"properties":{"@type":"node","@id":1136098931,"@timestamp":1406527768},"coords":"51.4581919,-0.0587021","bedrooms":"3","price":"197000","area":"514"} , +{"type":"Feature","id":"n1136098964","geometry":{"type":"Point","coordinates":[-0.0613959,51.4579407]},"properties":{"@type":"node","@id":1136098964,"@timestamp":1406147203},"coords":"51.4579407,-0.0613959","bedrooms":"4","price":"244000","area":"521"} , +{"type":"Feature","id":"n1136098991","geometry":{"type":"Point","coordinates":[-0.0622123,51.4541094]},"properties":{"@type":"node","@id":1136098991,"@timestamp":1296844828},"coords":"51.4541094,-0.0622123","bedrooms":"1","price":"269000","area":"556"} , +{"type":"Feature","id":"n1136099060","geometry":{"type":"Point","coordinates":[-0.0618219,51.4563548]},"properties":{"@type":"node","@id":1136099060,"@timestamp":1296844829},"coords":"51.4563548,-0.0618219","bedrooms":"3","price":"208000","area":"495"} , +{"type":"Feature","id":"n1136099108","geometry":{"type":"Point","coordinates":[-0.057419,51.4578036]},"properties":{"@type":"node","@id":1136099108,"@timestamp":1407050844},"coords":"51.4578036,-0.057419","bedrooms":"4","price":"228000","area":"446"} , +{"type":"Feature","id":"n1136099154","geometry":{"type":"Point","coordinates":[-0.0620174,51.4563361]},"properties":{"@type":"node","@id":1136099154,"@timestamp":1296844831},"coords":"51.4563361,-0.0620174","bedrooms":"0","price":"232000","area":"597"} , +{"type":"Feature","id":"n1136099184","geometry":{"type":"Point","coordinates":[-0.0589898,51.4582785]},"properties":{"@type":"node","@id":1136099184,"@timestamp":1406527768},"coords":"51.4582785,-0.0589898","bedrooms":"1","price":"227000","area":"422"} , +{"type":"Feature","id":"n1136099212","geometry":{"type":"Point","coordinates":[-0.0576499,51.4592094]},"properties":{"@type":"node","@id":1136099212,"@timestamp":1409809747},"coords":"51.4592094,-0.0576499","bedrooms":"3","price":"282000","area":"486"} , +{"type":"Feature","id":"n1136099271","geometry":{"type":"Point","coordinates":[-0.058288,51.4583244]},"properties":{"@type":"node","@id":1136099271,"@timestamp":1406147203},"coords":"51.4583244,-0.058288","bedrooms":"0","price":"299000","area":"576"} , +{"type":"Feature","id":"n1136099325","geometry":{"type":"Point","coordinates":[-0.0637136,51.4584265]},"properties":{"@type":"node","@id":1136099325,"@timestamp":1296844834},"coords":"51.4584265,-0.0637136","bedrooms":"0","price":"187000","area":"691"} , +{"type":"Feature","id":"n1136099373","geometry":{"type":"Point","coordinates":[-0.0612541,51.457658]},"properties":{"@type":"node","@id":1136099373,"@timestamp":1485939770},"coords":"51.457658,-0.0612541","bedrooms":"3","price":"254000","area":"360"} , +{"type":"Feature","id":"n1136099415","geometry":{"type":"Point","coordinates":[-0.0570349,51.4557416]},"properties":{"@type":"node","@id":1136099415,"@timestamp":1296844836},"coords":"51.4557416,-0.0570349","bedrooms":"4","price":"198000","area":"466"} , +{"type":"Feature","id":"n1136099447","geometry":{"type":"Point","coordinates":[-0.0617886,51.4603678]},"properties":{"@type":"node","@id":1136099447,"@timestamp":1486137916},"coords":"51.4603678,-0.0617886","bedrooms":"4","price":"200000","area":"386"} , +{"type":"Feature","id":"n1136099488","geometry":{"type":"Point","coordinates":[-0.0594067,51.4564596]},"properties":{"@type":"node","@id":1136099488,"@timestamp":1296844838},"coords":"51.4564596,-0.0594067","bedrooms":"3","price":"222000","area":"352"} , +{"type":"Feature","id":"n1136099522","geometry":{"type":"Point","coordinates":[-0.0576669,51.4578604]},"properties":{"@type":"node","@id":1136099522,"@timestamp":1296844839},"coords":"51.4578604,-0.0576669","bedrooms":"1","price":"223000","area":"554"} , +{"type":"Feature","id":"n1136099554","geometry":{"type":"Point","coordinates":[-0.0644879,51.4577414]},"properties":{"@type":"node","@id":1136099554,"@timestamp":1486297644},"coords":"51.4577414,-0.0644879","bedrooms":"4","price":"282000","area":"439"} , +{"type":"Feature","id":"n1136099585","geometry":{"type":"Point","coordinates":[-0.0630391,51.458207]},"properties":{"@type":"node","@id":1136099585,"@timestamp":1485940880},"coords":"51.458207,-0.0630391","bedrooms":"1","price":"182000","area":"394"} , +{"type":"Feature","id":"n1136099619","geometry":{"type":"Point","coordinates":[-0.0615166,51.4592357]},"properties":{"@type":"node","@id":1136099619,"@timestamp":1485955473},"coords":"51.4592357,-0.0615166","bedrooms":"0","price":"214000","area":"467"} , +{"type":"Feature","id":"n1136099641","geometry":{"type":"Point","coordinates":[-0.0638427,51.4583584]},"properties":{"@type":"node","@id":1136099641,"@timestamp":1296844842},"coords":"51.4583584,-0.0638427","bedrooms":"1","price":"227000","area":"600"} , +{"type":"Feature","id":"n1136099671","geometry":{"type":"Point","coordinates":[-0.0644703,51.4573025]},"properties":{"@type":"node","@id":1136099671,"@timestamp":1296844843},"coords":"51.4573025,-0.0644703","bedrooms":"3","price":"280000","area":"548"} , +{"type":"Feature","id":"n1136099691","geometry":{"type":"Point","coordinates":[-0.0655234,51.4585]},"properties":{"@type":"node","@id":1136099691,"@timestamp":1296844844},"coords":"51.4585,-0.0655234","bedrooms":"2","price":"167000","area":"517"} , +{"type":"Feature","id":"n1136099738","geometry":{"type":"Point","coordinates":[-0.0620012,51.4593728]},"properties":{"@type":"node","@id":1136099738,"@timestamp":1486443343},"coords":"51.4593728,-0.0620012","bedrooms":"4","price":"165000","area":"658"} , +{"type":"Feature","id":"n1136099764","geometry":{"type":"Point","coordinates":[-0.0584701,51.4552207]},"properties":{"@type":"node","@id":1136099764,"@timestamp":1486060264},"coords":"51.4552207,-0.0584701","bedrooms":"3","price":"260000","area":"686"} , +{"type":"Feature","id":"n1136099808","geometry":{"type":"Point","coordinates":[-0.0593106,51.4574672]},"properties":{"@type":"node","@id":1136099808,"@timestamp":1296844847},"coords":"51.4574672,-0.0593106","bedrooms":"1","price":"163000","area":"495"} , +{"type":"Feature","id":"n1136099849","geometry":{"type":"Point","coordinates":[-0.0618678,51.4578649]},"properties":{"@type":"node","@id":1136099849,"@timestamp":1296844849},"coords":"51.4578649,-0.0618678","bedrooms":"2","price":"177000","area":"484"} , +{"type":"Feature","id":"n1136099884","geometry":{"type":"Point","coordinates":[-0.0614938,51.4593469]},"properties":{"@type":"node","@id":1136099884,"@timestamp":1486481074},"coords":"51.4593469,-0.0614938","bedrooms":"1","price":"281000","area":"604"} , +{"type":"Feature","id":"n1136099930","geometry":{"type":"Point","coordinates":[-0.0596974,51.4580194]},"properties":{"@type":"node","@id":1136099930,"@timestamp":1406527769},"coords":"51.4580194,-0.0596974","bedrooms":"1","price":"233000","area":"471"} , +{"type":"Feature","id":"n1136099970","geometry":{"type":"Point","coordinates":[-0.0586788,51.4583021]},"properties":{"@type":"node","@id":1136099970,"@timestamp":1409810067},"coords":"51.4583021,-0.0586788","bedrooms":"3","price":"290000","area":"474"} , +{"type":"Feature","id":"n1136100008","geometry":{"type":"Point","coordinates":[-0.0563409,51.4574417]},"properties":{"@type":"node","@id":1136100008,"@timestamp":1407998728},"coords":"51.4574417,-0.0563409","bedrooms":"0","price":"296000","area":"460"} , +{"type":"Feature","id":"n1136100048","geometry":{"type":"Point","coordinates":[-0.0650752,51.4619509]},"properties":{"@type":"node","@id":1136100048,"@timestamp":1409809747},"coords":"51.4619509,-0.0650752","bedrooms":"4","price":"192000","area":"648"} , +{"type":"Feature","id":"n1136100092","geometry":{"type":"Point","coordinates":[-0.0647689,51.4625007]},"properties":{"@type":"node","@id":1136100092,"@timestamp":1296844855},"coords":"51.4625007,-0.0647689","bedrooms":"0","price":"217000","area":"411"} , +{"type":"Feature","id":"n1136100124","geometry":{"type":"Point","coordinates":[-0.0628658,51.4583301]},"properties":{"@type":"node","@id":1136100124,"@timestamp":1296844856},"coords":"51.4583301,-0.0628658","bedrooms":"0","price":"235000","area":"695"} , +{"type":"Feature","id":"n1136100155","geometry":{"type":"Point","coordinates":[-0.0661682,51.4607111]},"properties":{"@type":"node","@id":1136100155,"@timestamp":1296844857},"coords":"51.4607111,-0.0661682","bedrooms":"4","price":"261000","area":"597"} , +{"type":"Feature","id":"n1136100195","geometry":{"type":"Point","coordinates":[-0.0616523,51.458293]},"properties":{"@type":"node","@id":1136100195,"@timestamp":1296844858},"coords":"51.458293,-0.0616523","bedrooms":"2","price":"260000","area":"465"} , +{"type":"Feature","id":"n1136100241","geometry":{"type":"Point","coordinates":[-0.0601248,51.4571894]},"properties":{"@type":"node","@id":1136100241,"@timestamp":1296844859},"coords":"51.4571894,-0.0601248","bedrooms":"1","price":"297000","area":"669"} , +{"type":"Feature","id":"n1136100303","geometry":{"type":"Point","coordinates":[-0.0617976,51.4580722]},"properties":{"@type":"node","@id":1136100303,"@timestamp":1296844860},"coords":"51.4580722,-0.0617976","bedrooms":"3","price":"209000","area":"509"} , +{"type":"Feature","id":"n1136100349","geometry":{"type":"Point","coordinates":[-0.0602101,51.4577053]},"properties":{"@type":"node","@id":1136100349,"@timestamp":1296844861},"coords":"51.4577053,-0.0602101","bedrooms":"2","price":"213000","area":"351"} , +{"type":"Feature","id":"n1136100397","geometry":{"type":"Point","coordinates":[-0.0564115,51.4561831]},"properties":{"@type":"node","@id":1136100397,"@timestamp":1409349000},"coords":"51.4561831,-0.0564115","bedrooms":"2","price":"212000","area":"562"} , +{"type":"Feature","id":"n1136100468","geometry":{"type":"Point","coordinates":[-0.058345,51.4580017]},"properties":{"@type":"node","@id":1136100468,"@timestamp":1296844864},"coords":"51.4580017,-0.058345","bedrooms":"1","price":"269000","area":"538"} , +{"type":"Feature","id":"n1136100519","geometry":{"type":"Point","coordinates":[-0.0557233,51.4585278]},"properties":{"@type":"node","@id":1136100519,"@timestamp":1486561978},"coords":"51.4585278,-0.0557233","bedrooms":"4","price":"253000","area":"408"} , +{"type":"Feature","id":"n1136100566","geometry":{"type":"Point","coordinates":[-0.0608674,51.4580661]},"properties":{"@type":"node","@id":1136100566,"@timestamp":1296844866},"coords":"51.4580661,-0.0608674","bedrooms":"0","price":"265000","area":"461"} , +{"type":"Feature","id":"n1136100616","geometry":{"type":"Point","coordinates":[-0.0619888,51.4563336]},"properties":{"@type":"node","@id":1136100616,"@timestamp":1406147204},"coords":"51.4563336,-0.0619888","bedrooms":"3","price":"151000","area":"393"} , +{"type":"Feature","id":"n1136100657","geometry":{"type":"Point","coordinates":[-0.0578624,51.4578973]},"properties":{"@type":"node","@id":1136100657,"@timestamp":1296844868},"coords":"51.4578973,-0.0578624","bedrooms":"3","price":"233000","area":"555"} , +{"type":"Feature","id":"n1136100694","geometry":{"type":"Point","coordinates":[-0.0565883,51.456145]},"properties":{"@type":"node","@id":1136100694,"@timestamp":1296844868},"coords":"51.456145,-0.0565883","bedrooms":"4","price":"157000","area":"623"} , +{"type":"Feature","id":"n1136100752","geometry":{"type":"Point","coordinates":[-0.059807,51.457978]},"properties":{"@type":"node","@id":1136100752,"@timestamp":1406147204},"coords":"51.457978,-0.059807","bedrooms":"4","price":"150000","area":"459"} , +{"type":"Feature","id":"n1136100800","geometry":{"type":"Point","coordinates":[-0.0619288,51.457288]},"properties":{"@type":"node","@id":1136100800,"@timestamp":1296844870},"coords":"51.457288,-0.0619288","bedrooms":"2","price":"263000","area":"550"} , +{"type":"Feature","id":"n1136100855","geometry":{"type":"Point","coordinates":[-0.0619854,51.4571521]},"properties":{"@type":"node","@id":1136100855,"@timestamp":1296844871},"coords":"51.4571521,-0.0619854","bedrooms":"1","price":"204000","area":"355"} , +{"type":"Feature","id":"n1136100906","geometry":{"type":"Point","coordinates":[-0.0598328,51.4582557]},"properties":{"@type":"node","@id":1136100906,"@timestamp":1409992439},"coords":"51.4582557,-0.0598328","bedrooms":"0","price":"185000","area":"385"} , +{"type":"Feature","id":"n1136100945","geometry":{"type":"Point","coordinates":[-0.0559087,51.4579408]},"properties":{"@type":"node","@id":1136100945,"@timestamp":1296844873},"coords":"51.4579408,-0.0559087","bedrooms":"0","price":"276000","area":"355"} , +{"type":"Feature","id":"n1136100985","geometry":{"type":"Point","coordinates":[-0.0577822,51.4554944]},"properties":{"@type":"node","@id":1136100985,"@timestamp":1407050845},"coords":"51.4554944,-0.0577822","bedrooms":"1","price":"216000","area":"691"} , +{"type":"Feature","id":"n1136101030","geometry":{"type":"Point","coordinates":[-0.0607476,51.4581273]},"properties":{"@type":"node","@id":1136101030,"@timestamp":1296844876},"coords":"51.4581273,-0.0607476","bedrooms":"4","price":"203000","area":"405"} , +{"type":"Feature","id":"n1136101062","geometry":{"type":"Point","coordinates":[-0.059836,51.4580833]},"properties":{"@type":"node","@id":1136101062,"@timestamp":1406147204},"coords":"51.4580833,-0.059836","bedrooms":"1","price":"158000","area":"373"} , +{"type":"Feature","id":"n1136101098","geometry":{"type":"Point","coordinates":[-0.0613311,51.4580605]},"properties":{"@type":"node","@id":1136101098,"@timestamp":1296844878},"coords":"51.4580605,-0.0613311","bedrooms":"3","price":"243000","area":"396"} , +{"type":"Feature","id":"n1136101126","geometry":{"type":"Point","coordinates":[-0.0618297,51.4575686]},"properties":{"@type":"node","@id":1136101126,"@timestamp":1296844878},"coords":"51.4575686,-0.0618297","bedrooms":"4","price":"174000","area":"362"} , +{"type":"Feature","id":"n1136101174","geometry":{"type":"Point","coordinates":[-0.0619039,51.4583442]},"properties":{"@type":"node","@id":1136101174,"@timestamp":1406147205},"coords":"51.4583442,-0.0619039","bedrooms":"1","price":"241000","area":"527"} , +{"type":"Feature","id":"n1136101208","geometry":{"type":"Point","coordinates":[-0.0598954,51.4582511]},"properties":{"@type":"node","@id":1136101208,"@timestamp":1296844880},"coords":"51.4582511,-0.0598954","bedrooms":"0","price":"183000","area":"654"} , +{"type":"Feature","id":"n1136101245","geometry":{"type":"Point","coordinates":[-0.0598605,51.4581781]},"properties":{"@type":"node","@id":1136101245,"@timestamp":1407050845},"coords":"51.4581781,-0.0598605","bedrooms":"2","price":"216000","area":"512"} , +{"type":"Feature","id":"n1136101283","geometry":{"type":"Point","coordinates":[-0.059051,51.4571508]},"properties":{"@type":"node","@id":1136101283,"@timestamp":1409992439},"coords":"51.4571508,-0.059051","bedrooms":"4","price":"249000","area":"393"} , +{"type":"Feature","id":"n1136101314","geometry":{"type":"Point","coordinates":[-0.0596091,51.4572748]},"properties":{"@type":"node","@id":1136101314,"@timestamp":1296844883},"coords":"51.4572748,-0.0596091","bedrooms":"2","price":"224000","area":"568"} , +{"type":"Feature","id":"n1136101366","geometry":{"type":"Point","coordinates":[-0.059602,51.4575284]},"properties":{"@type":"node","@id":1136101366,"@timestamp":1296844884},"coords":"51.4575284,-0.059602","bedrooms":"1","price":"285000","area":"525"} , +{"type":"Feature","id":"n1136101429","geometry":{"type":"Point","coordinates":[-0.0560094,51.4576888]},"properties":{"@type":"node","@id":1136101429,"@timestamp":1406147205},"coords":"51.4576888,-0.0560094","bedrooms":"3","price":"226000","area":"446"} , +{"type":"Feature","id":"n1136101476","geometry":{"type":"Point","coordinates":[-0.0617445,51.458216]},"properties":{"@type":"node","@id":1136101476,"@timestamp":1409810068},"coords":"51.458216,-0.0617445","bedrooms":"2","price":"222000","area":"436"} , +{"type":"Feature","id":"n1136101501","geometry":{"type":"Point","coordinates":[-0.0568078,51.4584758]},"properties":{"@type":"node","@id":1136101501,"@timestamp":1486578185},"coords":"51.4584758,-0.0568078","bedrooms":"4","price":"175000","area":"558"} , +{"type":"Feature","id":"n1136101558","geometry":{"type":"Point","coordinates":[-0.060064,51.4574705]},"properties":{"@type":"node","@id":1136101558,"@timestamp":1485894944},"coords":"51.4574705,-0.060064","bedrooms":"0","price":"150000","area":"578"} , +{"type":"Feature","id":"n1136101601","geometry":{"type":"Point","coordinates":[-0.0633071,51.4581446]},"properties":{"@type":"node","@id":1136101601,"@timestamp":1296844888},"coords":"51.4581446,-0.0633071","bedrooms":"2","price":"241000","area":"472"} , +{"type":"Feature","id":"n1136248030","geometry":{"type":"Point","coordinates":[-0.0734063,51.457985]},"properties":{"@type":"node","@id":1136248030,"@timestamp":1486048144},"coords":"51.457985,-0.0734063","bedrooms":"1","price":"165000","area":"462"} , +{"type":"Feature","id":"n1136248157","geometry":{"type":"Point","coordinates":[-0.0726293,51.458999]},"properties":{"@type":"node","@id":1136248157,"@timestamp":1296850524},"coords":"51.458999,-0.0726293","bedrooms":"4","price":"223000","area":"370"} , +{"type":"Feature","id":"n1136248238","geometry":{"type":"Point","coordinates":[-0.0676144,51.4621937]},"properties":{"@type":"node","@id":1136248238,"@timestamp":1486534213},"coords":"51.4621937,-0.0676144","bedrooms":"2","price":"254000","area":"575"} , +{"type":"Feature","id":"n1136248332","geometry":{"type":"Point","coordinates":[-0.0712457,51.4577841]},"properties":{"@type":"node","@id":1136248332,"@timestamp":1407998729},"coords":"51.4577841,-0.0712457","bedrooms":"2","price":"298000","area":"610"} , +{"type":"Feature","id":"n1136248405","geometry":{"type":"Point","coordinates":[-0.072182,51.4581944]},"properties":{"@type":"node","@id":1136248405,"@timestamp":1296850527},"coords":"51.4581944,-0.072182","bedrooms":"4","price":"172000","area":"452"} , +{"type":"Feature","id":"n1136248502","geometry":{"type":"Point","coordinates":[-0.0698134,51.460237]},"properties":{"@type":"node","@id":1136248502,"@timestamp":1296850529},"coords":"51.460237,-0.0698134","bedrooms":"4","price":"187000","area":"517"} , +{"type":"Feature","id":"n1136248573","geometry":{"type":"Point","coordinates":[-0.0723884,51.4595959]},"properties":{"@type":"node","@id":1136248573,"@timestamp":1298447215},"coords":"51.4595959,-0.0723884","bedrooms":"2","price":"272000","area":"679"} , +{"type":"Feature","id":"n1136248653","geometry":{"type":"Point","coordinates":[-0.0729903,51.4600707]},"properties":{"@type":"node","@id":1136248653,"@timestamp":1486063662},"coords":"51.4600707,-0.0729903","bedrooms":"4","price":"274000","area":"599"} , +{"type":"Feature","id":"n1136248764","geometry":{"type":"Point","coordinates":[-0.0722101,51.4595393]},"properties":{"@type":"node","@id":1136248764,"@timestamp":1486548464},"coords":"51.4595393,-0.0722101","bedrooms":"4","price":"242000","area":"367"} , +{"type":"Feature","id":"n1136248845","geometry":{"type":"Point","coordinates":[-0.0750449,51.4595599]},"properties":{"@type":"node","@id":1136248845,"@timestamp":1486300551},"coords":"51.4595599,-0.0750449","bedrooms":"3","price":"225000","area":"447"} , +{"type":"Feature","id":"n1136248921","geometry":{"type":"Point","coordinates":[-0.0697079,51.4589853]},"properties":{"@type":"node","@id":1136248921,"@timestamp":1409349001},"coords":"51.4589853,-0.0697079","bedrooms":"2","price":"292000","area":"695"} , +{"type":"Feature","id":"n1136248991","geometry":{"type":"Point","coordinates":[-0.0685415,51.4620733]},"properties":{"@type":"node","@id":1136248991,"@timestamp":1486479095},"coords":"51.4620733,-0.0685415","bedrooms":"3","price":"230000","area":"377"} , +{"type":"Feature","id":"n1136249062","geometry":{"type":"Point","coordinates":[-0.0668612,51.4581045]},"properties":{"@type":"node","@id":1136249062,"@timestamp":1485890169},"coords":"51.4581045,-0.0668612","bedrooms":"3","price":"261000","area":"387"} , +{"type":"Feature","id":"n1136249163","geometry":{"type":"Point","coordinates":[-0.0741323,51.4586028]},"properties":{"@type":"node","@id":1136249163,"@timestamp":1296850538},"coords":"51.4586028,-0.0741323","bedrooms":"1","price":"167000","area":"549"} , +{"type":"Feature","id":"n1136249251","geometry":{"type":"Point","coordinates":[-0.0713224,51.4593913]},"properties":{"@type":"node","@id":1136249251,"@timestamp":1296850539},"coords":"51.4593913,-0.0713224","bedrooms":"0","price":"257000","area":"447"} , +{"type":"Feature","id":"n1136249340","geometry":{"type":"Point","coordinates":[-0.0681573,51.4588663]},"properties":{"@type":"node","@id":1136249340,"@timestamp":1486569650},"coords":"51.4588663,-0.0681573","bedrooms":"0","price":"150000","area":"480"} , +{"type":"Feature","id":"n1136249417","geometry":{"type":"Point","coordinates":[-0.0740964,51.4586888]},"properties":{"@type":"node","@id":1136249417,"@timestamp":1296850541},"coords":"51.4586888,-0.0740964","bedrooms":"1","price":"286000","area":"681"} , +{"type":"Feature","id":"n1136249512","geometry":{"type":"Point","coordinates":[-0.0741701,51.4599223]},"properties":{"@type":"node","@id":1136249512,"@timestamp":1296850543},"coords":"51.4599223,-0.0741701","bedrooms":"3","price":"266000","area":"554"} , +{"type":"Feature","id":"n1136249597","geometry":{"type":"Point","coordinates":[-0.0748462,51.4588236]},"properties":{"@type":"node","@id":1136249597,"@timestamp":1486058858},"coords":"51.4588236,-0.0748462","bedrooms":"4","price":"228000","area":"506"} , +{"type":"Feature","id":"n1136249686","geometry":{"type":"Point","coordinates":[-0.0745419,51.4582458]},"properties":{"@type":"node","@id":1136249686,"@timestamp":1387448742},"coords":"51.4582458,-0.0745419","bedrooms":"0","price":"273000","area":"600"} , +{"type":"Feature","id":"n1136249787","geometry":{"type":"Point","coordinates":[-0.0741712,51.4593039]},"properties":{"@type":"node","@id":1136249787,"@timestamp":1486312505},"coords":"51.4593039,-0.0741712","bedrooms":"1","price":"158000","area":"430"} , +{"type":"Feature","id":"n1136249888","geometry":{"type":"Point","coordinates":[-0.0730613,51.4610891]},"properties":{"@type":"node","@id":1136249888,"@timestamp":1486343639},"coords":"51.4610891,-0.0730613","bedrooms":"2","price":"288000","area":"500"} , +{"type":"Feature","id":"n1136249961","geometry":{"type":"Point","coordinates":[-0.0714383,51.4574833]},"properties":{"@type":"node","@id":1136249961,"@timestamp":1296850548},"coords":"51.4574833,-0.0714383","bedrooms":"4","price":"249000","area":"411"} , +{"type":"Feature","id":"n1136250053","geometry":{"type":"Point","coordinates":[-0.0752163,51.4604201]},"properties":{"@type":"node","@id":1136250053,"@timestamp":1486055087},"coords":"51.4604201,-0.0752163","bedrooms":"1","price":"263000","area":"360"} , +{"type":"Feature","id":"n1136298236","geometry":{"type":"Point","coordinates":[-0.0662919,51.4643569]},"properties":{"@type":"node","@id":1136298236,"@timestamp":1407050846},"coords":"51.4643569,-0.0662919","bedrooms":"4","price":"251000","area":"377"} , +{"type":"Feature","id":"n1136298286","geometry":{"type":"Point","coordinates":[-0.0735298,51.4616786]},"properties":{"@type":"node","@id":1136298286,"@timestamp":1485935713},"coords":"51.4616786,-0.0735298","bedrooms":"2","price":"182000","area":"583"} , +{"type":"Feature","id":"n1136298336","geometry":{"type":"Point","coordinates":[-0.065526,51.4635313]},"properties":{"@type":"node","@id":1136298336,"@timestamp":1296851634},"coords":"51.4635313,-0.065526","bedrooms":"1","price":"213000","area":"613"} , +{"type":"Feature","id":"n1136298357","geometry":{"type":"Point","coordinates":[-0.0660964,51.4646606]},"properties":{"@type":"node","@id":1136298357,"@timestamp":1406147206},"coords":"51.4646606,-0.0660964","bedrooms":"1","price":"182000","area":"435"} , +{"type":"Feature","id":"n1136298395","geometry":{"type":"Point","coordinates":[-0.0657185,51.4632449]},"properties":{"@type":"node","@id":1136298395,"@timestamp":1296851637},"coords":"51.4632449,-0.0657185","bedrooms":"1","price":"257000","area":"543"} , +{"type":"Feature","id":"n1136298426","geometry":{"type":"Point","coordinates":[-0.0658881,51.4644046]},"properties":{"@type":"node","@id":1136298426,"@timestamp":1407050846},"coords":"51.4644046,-0.0658881","bedrooms":"1","price":"183000","area":"657"} , +{"type":"Feature","id":"n1136298478","geometry":{"type":"Point","coordinates":[-0.07198,51.4618732]},"properties":{"@type":"node","@id":1136298478,"@timestamp":1486124863},"coords":"51.4618732,-0.07198","bedrooms":"4","price":"226000","area":"535"} , +{"type":"Feature","id":"n1136298519","geometry":{"type":"Point","coordinates":[-0.0660214,51.4629637]},"properties":{"@type":"node","@id":1136298519,"@timestamp":1296851640},"coords":"51.4629637,-0.0660214","bedrooms":"3","price":"234000","area":"678"} , +{"type":"Feature","id":"n1136298563","geometry":{"type":"Point","coordinates":[-0.0661176,51.4646282]},"properties":{"@type":"node","@id":1136298563,"@timestamp":1406147207},"coords":"51.4646282,-0.0661176","bedrooms":"3","price":"277000","area":"647"} , +{"type":"Feature","id":"n1136298615","geometry":{"type":"Point","coordinates":[-0.0725096,51.4615981]},"properties":{"@type":"node","@id":1136298615,"@timestamp":1485956292},"coords":"51.4615981,-0.0725096","bedrooms":"0","price":"184000","area":"428"} , +{"type":"Feature","id":"n1136298657","geometry":{"type":"Point","coordinates":[-0.0663686,51.4632339]},"properties":{"@type":"node","@id":1136298657,"@timestamp":1296851643},"coords":"51.4632339,-0.0663686","bedrooms":"0","price":"184000","area":"561"} , +{"type":"Feature","id":"n1136298699","geometry":{"type":"Point","coordinates":[-0.0663659,51.4632219]},"properties":{"@type":"node","@id":1136298699,"@timestamp":1296851645},"coords":"51.4632219,-0.0663659","bedrooms":"1","price":"273000","area":"360"} , +{"type":"Feature","id":"n1136298749","geometry":{"type":"Point","coordinates":[-0.0661296,51.4636138]},"properties":{"@type":"node","@id":1136298749,"@timestamp":1296851646},"coords":"51.4636138,-0.0661296","bedrooms":"3","price":"167000","area":"684"} , +{"type":"Feature","id":"n1136298785","geometry":{"type":"Point","coordinates":[-0.0653218,51.4634255]},"properties":{"@type":"node","@id":1136298785,"@timestamp":1296851647},"coords":"51.4634255,-0.0653218","bedrooms":"2","price":"255000","area":"623"} , +{"type":"Feature","id":"n1136298830","geometry":{"type":"Point","coordinates":[-0.0661666,51.462612]},"properties":{"@type":"node","@id":1136298830,"@timestamp":1296851648},"coords":"51.462612,-0.0661666","bedrooms":"1","price":"178000","area":"438"} , +{"type":"Feature","id":"n1136298878","geometry":{"type":"Point","coordinates":[-0.065875,51.4630054]},"properties":{"@type":"node","@id":1136298878,"@timestamp":1406147207},"coords":"51.4630054,-0.065875","bedrooms":"3","price":"235000","area":"451"} , +{"type":"Feature","id":"n1136298920","geometry":{"type":"Point","coordinates":[-0.065907,51.4630149]},"properties":{"@type":"node","@id":1136298920,"@timestamp":1296851650},"coords":"51.4630149,-0.065907","bedrooms":"0","price":"283000","area":"492"} , +{"type":"Feature","id":"n1136298958","geometry":{"type":"Point","coordinates":[-0.0661291,51.4648262]},"properties":{"@type":"node","@id":1136298958,"@timestamp":1407050846},"coords":"51.4648262,-0.0661291","bedrooms":"2","price":"240000","area":"657"} , +{"type":"Feature","id":"n1136299021","geometry":{"type":"Point","coordinates":[-0.0658513,51.4630525]},"properties":{"@type":"node","@id":1136299021,"@timestamp":1296851653},"coords":"51.4630525,-0.0658513","bedrooms":"3","price":"292000","area":"614"} , +{"type":"Feature","id":"n1136299094","geometry":{"type":"Point","coordinates":[-0.0653969,51.4636369]},"properties":{"@type":"node","@id":1136299094,"@timestamp":1296851654},"coords":"51.4636369,-0.0653969","bedrooms":"3","price":"282000","area":"451"} , +{"type":"Feature","id":"n1136299183","geometry":{"type":"Point","coordinates":[-0.0655795,51.4636992]},"properties":{"@type":"node","@id":1136299183,"@timestamp":1296851656},"coords":"51.4636992,-0.0655795","bedrooms":"1","price":"286000","area":"698"} , +{"type":"Feature","id":"n1136299252","geometry":{"type":"Point","coordinates":[-0.0664303,51.4629269]},"properties":{"@type":"node","@id":1136299252,"@timestamp":1485936496},"coords":"51.4629269,-0.0664303","bedrooms":"0","price":"242000","area":"565"} , +{"type":"Feature","id":"n1136299297","geometry":{"type":"Point","coordinates":[-0.0717198,51.46221]},"properties":{"@type":"node","@id":1136299297,"@timestamp":1296851658},"coords":"51.46221,-0.0717198","bedrooms":"2","price":"202000","area":"375"} , +{"type":"Feature","id":"n1136299354","geometry":{"type":"Point","coordinates":[-0.0663239,51.4655577]},"properties":{"@type":"node","@id":1136299354,"@timestamp":1296851659},"coords":"51.4655577,-0.0663239","bedrooms":"2","price":"252000","area":"379"} , +{"type":"Feature","id":"n1136299412","geometry":{"type":"Point","coordinates":[-0.0657686,51.4643189]},"properties":{"@type":"node","@id":1136299412,"@timestamp":1486209969},"coords":"51.4643189,-0.0657686","bedrooms":"0","price":"213000","area":"611"} , +{"type":"Feature","id":"n1136299438","geometry":{"type":"Point","coordinates":[-0.0658316,51.4627882]},"properties":{"@type":"node","@id":1136299438,"@timestamp":1296851662},"coords":"51.4627882,-0.0658316","bedrooms":"4","price":"183000","area":"407"} , +{"type":"Feature","id":"n1136299466","geometry":{"type":"Point","coordinates":[-0.0664106,51.4632931]},"properties":{"@type":"node","@id":1136299466,"@timestamp":1409992440},"coords":"51.4632931,-0.0664106","bedrooms":"0","price":"259000","area":"398"} , +{"type":"Feature","id":"n1136299489","geometry":{"type":"Point","coordinates":[-0.0662661,51.4633454]},"properties":{"@type":"node","@id":1136299489,"@timestamp":1407050847},"coords":"51.4633454,-0.0662661","bedrooms":"4","price":"174000","area":"630"} , +{"type":"Feature","id":"n1136299514","geometry":{"type":"Point","coordinates":[-0.0663268,51.4632327]},"properties":{"@type":"node","@id":1136299514,"@timestamp":1296851665},"coords":"51.4632327,-0.0663268","bedrooms":"1","price":"213000","area":"489"} , +{"type":"Feature","id":"n1136299541","geometry":{"type":"Point","coordinates":[-0.0653599,51.4635265]},"properties":{"@type":"node","@id":1136299541,"@timestamp":1409636985},"coords":"51.4635265,-0.0653599","bedrooms":"0","price":"238000","area":"499"} , +{"type":"Feature","id":"n1136299566","geometry":{"type":"Point","coordinates":[-0.0717129,51.4616033]},"properties":{"@type":"node","@id":1136299566,"@timestamp":1410297314},"coords":"51.4616033,-0.0717129","bedrooms":"4","price":"225000","area":"619"} , +{"type":"Feature","id":"n1136299591","geometry":{"type":"Point","coordinates":[-0.0660972,51.4637839]},"properties":{"@type":"node","@id":1136299591,"@timestamp":1296851667},"coords":"51.4637839,-0.0660972","bedrooms":"4","price":"276000","area":"685"} , +{"type":"Feature","id":"n1136299618","geometry":{"type":"Point","coordinates":[-0.0653276,51.4635223]},"properties":{"@type":"node","@id":1136299618,"@timestamp":1296851668},"coords":"51.4635223,-0.0653276","bedrooms":"4","price":"215000","area":"573"} , +{"type":"Feature","id":"n1136299652","geometry":{"type":"Point","coordinates":[-0.066005,51.4636111]},"properties":{"@type":"node","@id":1136299652,"@timestamp":1296851669},"coords":"51.4636111,-0.066005","bedrooms":"1","price":"161000","area":"366"} , +{"type":"Feature","id":"n1136299682","geometry":{"type":"Point","coordinates":[-0.0661878,51.4637799]},"properties":{"@type":"node","@id":1136299682,"@timestamp":1296851670},"coords":"51.4637799,-0.0661878","bedrooms":"3","price":"289000","area":"606"} , +{"type":"Feature","id":"n1136299713","geometry":{"type":"Point","coordinates":[-0.0656264,51.4635569]},"properties":{"@type":"node","@id":1136299713,"@timestamp":1296851671},"coords":"51.4635569,-0.0656264","bedrooms":"4","price":"225000","area":"530"} , +{"type":"Feature","id":"n1136437739","geometry":{"type":"Point","coordinates":[-0.7918407,51.6140807]},"properties":{"@type":"node","@id":1136437739,"@timestamp":1610923943},"coords":"51.6140807,-0.7918407","bedrooms":"2","price":"190000","area":"482"} , +{"type":"Feature","id":"n1137274477","geometry":{"type":"Point","coordinates":[-0.1874496,51.5164286]},"properties":{"@type":"node","@id":1137274477,"@timestamp":1573981656},"coords":"51.5164286,-0.1874496","bedrooms":"1","price":"217000","area":"423"} , +{"type":"Feature","id":"n1137472723","geometry":{"type":"Point","coordinates":[-0.207118,51.2384713]},"properties":{"@type":"node","@id":1137472723,"@timestamp":1296911951},"coords":"51.2384713,-0.207118","bedrooms":"3","price":"194000","area":"458"} , +{"type":"Feature","id":"n1137518015","geometry":{"type":"Point","coordinates":[-0.1645486,51.1826275]},"properties":{"@type":"node","@id":1137518015,"@timestamp":1578686376},"coords":"51.1826275,-0.1645486","bedrooms":"0","price":"282000","area":"676"} , +{"type":"Feature","id":"n1137538670","geometry":{"type":"Point","coordinates":[0.6879388,51.7293608]},"properties":{"@type":"node","@id":1137538670,"@timestamp":1296914777},"coords":"51.7293608,0.6879388","bedrooms":"2","price":"299000","area":"404"} , +{"type":"Feature","id":"n1137635578","geometry":{"type":"Point","coordinates":[-0.2131032,51.4913603]},"properties":{"@type":"node","@id":1137635578,"@timestamp":1635941523},"coords":"51.4913603,-0.2131032","bedrooms":"2","price":"263000","area":"641"} , +{"type":"Feature","id":"n1137653484","geometry":{"type":"Point","coordinates":[-1.4232976,50.9981937]},"properties":{"@type":"node","@id":1137653484,"@timestamp":1296923426},"coords":"50.9981937,-1.4232976","bedrooms":"2","price":"276000","area":"611"} , +{"type":"Feature","id":"n1137653529","geometry":{"type":"Point","coordinates":[-1.3498,51.01662]},"properties":{"@type":"node","@id":1137653529,"@timestamp":1296923430},"coords":"51.01662,-1.3498","bedrooms":"3","price":"181000","area":"427"} , +{"type":"Feature","id":"n1137653560","geometry":{"type":"Point","coordinates":[-1.4354212,50.9942908]},"properties":{"@type":"node","@id":1137653560,"@timestamp":1296923434},"coords":"50.9942908,-1.4354212","bedrooms":"4","price":"206000","area":"456"} , +{"type":"Feature","id":"n1137657509","geometry":{"type":"Point","coordinates":[-0.847959,51.2337089]},"properties":{"@type":"node","@id":1137657509,"@timestamp":1296923877},"coords":"51.2337089,-0.847959","bedrooms":"3","price":"226000","area":"443"} , +{"type":"Feature","id":"n1137657634","geometry":{"type":"Point","coordinates":[-0.787384,51.2279413]},"properties":{"@type":"node","@id":1137657634,"@timestamp":1296923882},"coords":"51.2279413,-0.787384","bedrooms":"3","price":"194000","area":"689"} , +{"type":"Feature","id":"n1137657741","geometry":{"type":"Point","coordinates":[-0.8432726,51.2312634]},"properties":{"@type":"node","@id":1137657741,"@timestamp":1608832913},"coords":"51.2312634,-0.8432726","bedrooms":"2","price":"218000","area":"471"} , +{"type":"Feature","id":"n1137736789","geometry":{"type":"Point","coordinates":[-0.1805437,51.2387464]},"properties":{"@type":"node","@id":1137736789,"@timestamp":1296927540},"coords":"51.2387464,-0.1805437","bedrooms":"3","price":"226000","area":"385"} , +{"type":"Feature","id":"n1137749775","geometry":{"type":"Point","coordinates":[-0.3311102,51.2958809]},"properties":{"@type":"node","@id":1137749775,"@timestamp":1618743911},"coords":"51.2958809,-0.3311102","bedrooms":"1","price":"248000","area":"571"} , +{"type":"Feature","id":"n1137775448","geometry":{"type":"Point","coordinates":[-0.0860498,51.4765003]},"properties":{"@type":"node","@id":1137775448,"@timestamp":1296930545},"coords":"51.4765003,-0.0860498","bedrooms":"0","price":"261000","area":"374"} , +{"type":"Feature","id":"n1137916965","geometry":{"type":"Point","coordinates":[-0.1514986,51.5222382]},"properties":{"@type":"node","@id":1137916965,"@timestamp":1552809524},"coords":"51.5222382,-0.1514986","bedrooms":"1","price":"159000","area":"481"} , +{"type":"Feature","id":"n1137955487","geometry":{"type":"Point","coordinates":[-0.0866569,51.6637266]},"properties":{"@type":"node","@id":1137955487,"@timestamp":1296938204},"coords":"51.6637266,-0.0866569","bedrooms":"4","price":"206000","area":"494"} , +{"type":"Feature","id":"n1137977390","geometry":{"type":"Point","coordinates":[-0.1482681,51.1610027]},"properties":{"@type":"node","@id":1137977390,"@timestamp":1296939293},"coords":"51.1610027,-0.1482681","bedrooms":"2","price":"174000","area":"611"} , +{"type":"Feature","id":"n1138077410","geometry":{"type":"Point","coordinates":[-0.8387942,51.3643466]},"properties":{"@type":"node","@id":1138077410,"@timestamp":1296943169},"coords":"51.3643466,-0.8387942","bedrooms":"3","price":"237000","area":"367"} , +{"type":"Feature","id":"n1138088362","geometry":{"type":"Point","coordinates":[-0.2165419,51.4914861]},"properties":{"@type":"node","@id":1138088362,"@timestamp":1635266155},"coords":"51.4914861,-0.2165419","bedrooms":"4","price":"228000","area":"368"} , +{"type":"Feature","id":"n1138172523","geometry":{"type":"Point","coordinates":[-0.2109041,51.4683173]},"properties":{"@type":"node","@id":1138172523,"@timestamp":1611875649},"coords":"51.4683173,-0.2109041","bedrooms":"0","price":"239000","area":"392"} , +{"type":"Feature","id":"n1138970635","geometry":{"type":"Point","coordinates":[-0.1347148,51.5224638]},"properties":{"@type":"node","@id":1138970635,"@timestamp":1385733767},"coords":"51.5224638,-0.1347148","bedrooms":"3","price":"293000","area":"357"} , +{"type":"Feature","id":"n1139264783","geometry":{"type":"Point","coordinates":[-0.062348,51.6253787]},"properties":{"@type":"node","@id":1139264783,"@timestamp":1297006149},"coords":"51.6253787,-0.062348","bedrooms":"1","price":"283000","area":"464"} , +{"type":"Feature","id":"n1139265180","geometry":{"type":"Point","coordinates":[-0.0617203,51.6251556]},"properties":{"@type":"node","@id":1139265180,"@timestamp":1297006155},"coords":"51.6251556,-0.0617203","bedrooms":"2","price":"273000","area":"528"} , +{"type":"Feature","id":"n1139414884","geometry":{"type":"Point","coordinates":[-0.0580323,51.6238918]},"properties":{"@type":"node","@id":1139414884,"@timestamp":1556241430},"coords":"51.6238918,-0.0580323","bedrooms":"0","price":"181000","area":"351"} , +{"type":"Feature","id":"n1139662412","geometry":{"type":"Point","coordinates":[-0.326589,51.253706]},"properties":{"@type":"node","@id":1139662412,"@timestamp":1512404521},"coords":"51.253706,-0.326589","bedrooms":"0","price":"282000","area":"470"} , +{"type":"Feature","id":"n1139889591","geometry":{"type":"Point","coordinates":[0.3253212,51.0660444]},"properties":{"@type":"node","@id":1139889591,"@timestamp":1297029879},"coords":"51.0660444,0.3253212","bedrooms":"0","price":"233000","area":"683"} , +{"type":"Feature","id":"n1140093443","geometry":{"type":"Point","coordinates":[-0.3410889,51.5793122]},"properties":{"@type":"node","@id":1140093443,"@timestamp":1583349124},"coords":"51.5793122,-0.3410889","bedrooms":"0","price":"199000","area":"537"} , +{"type":"Feature","id":"n1140728216","geometry":{"type":"Point","coordinates":[-0.7465779,51.6299836]},"properties":{"@type":"node","@id":1140728216,"@timestamp":1526739899},"coords":"51.6299836,-0.7465779","bedrooms":"2","price":"167000","area":"515"} , +{"type":"Feature","id":"n1140817365","geometry":{"type":"Point","coordinates":[-0.9311275,51.794855]},"properties":{"@type":"node","@id":1140817365,"@timestamp":1634678539},"coords":"51.794855,-0.9311275","bedrooms":"4","price":"194000","area":"538"} , +{"type":"Feature","id":"n1141131878","geometry":{"type":"Point","coordinates":[-0.4634268,51.5176094]},"properties":{"@type":"node","@id":1141131878,"@timestamp":1297105733},"coords":"51.5176094,-0.4634268","bedrooms":"2","price":"268000","area":"670"} , +{"type":"Feature","id":"n1141200197","geometry":{"type":"Point","coordinates":[-1.0323886,51.3229692]},"properties":{"@type":"node","@id":1141200197,"@timestamp":1297877815},"coords":"51.3229692,-1.0323886","bedrooms":"3","price":"231000","area":"407"} , +{"type":"Feature","id":"n1141200221","geometry":{"type":"Point","coordinates":[-1.0009682,51.364264]},"properties":{"@type":"node","@id":1141200221,"@timestamp":1297199627},"coords":"51.364264,-1.0009682","bedrooms":"3","price":"281000","area":"535"} , +{"type":"Feature","id":"n1141200243","geometry":{"type":"Point","coordinates":[-0.9736322,51.3764464]},"properties":{"@type":"node","@id":1141200243,"@timestamp":1297877819},"coords":"51.3764464,-0.9736322","bedrooms":"2","price":"280000","area":"661"} , +{"type":"Feature","id":"n1141415186","geometry":{"type":"Point","coordinates":[-0.0849828,51.5197099]},"properties":{"@type":"node","@id":1141415186,"@timestamp":1603222378},"coords":"51.5197099,-0.0849828","bedrooms":"3","price":"194000","area":"520"} , +{"type":"Feature","id":"n1141487715","geometry":{"type":"Point","coordinates":[-0.0962035,51.5176242]},"properties":{"@type":"node","@id":1141487715,"@timestamp":1358552950},"coords":"51.5176242,-0.0962035","bedrooms":"3","price":"189000","area":"666"} , +{"type":"Feature","id":"n1141822832","geometry":{"type":"Point","coordinates":[-0.1699224,51.4871214]},"properties":{"@type":"node","@id":1141822832,"@timestamp":1609699599},"coords":"51.4871214,-0.1699224","bedrooms":"0","price":"274000","area":"556"} , +{"type":"Feature","id":"n1142071131","geometry":{"type":"Point","coordinates":[-0.2509869,51.4158354]},"properties":{"@type":"node","@id":1142071131,"@timestamp":1609607572},"coords":"51.4158354,-0.2509869","bedrooms":"3","price":"154000","area":"564"} , +{"type":"Feature","id":"n1142374341","geometry":{"type":"Point","coordinates":[-0.1220539,51.4918987]},"properties":{"@type":"node","@id":1142374341,"@timestamp":1607875275},"coords":"51.4918987,-0.1220539","bedrooms":"0","price":"247000","area":"649"} , +{"type":"Feature","id":"n1142688109","geometry":{"type":"Point","coordinates":[0.2590815,51.0190024]},"properties":{"@type":"node","@id":1142688109,"@timestamp":1297194618},"coords":"51.0190024,0.2590815","bedrooms":"1","price":"195000","area":"371"} , +{"type":"Feature","id":"n1142988369","geometry":{"type":"Point","coordinates":[0.1849481,51.111477]},"properties":{"@type":"node","@id":1142988369,"@timestamp":1628689790},"coords":"51.111477,0.1849481","bedrooms":"4","price":"174000","area":"402"} , +{"type":"Feature","id":"n1143445000","geometry":{"type":"Point","coordinates":[-0.6499036,51.4624947]},"properties":{"@type":"node","@id":1143445000,"@timestamp":1509035390},"coords":"51.4624947,-0.6499036","bedrooms":"4","price":"294000","area":"564"} , +{"type":"Feature","id":"n1143684263","geometry":{"type":"Point","coordinates":[-0.0201334,51.444993]},"properties":{"@type":"node","@id":1143684263,"@timestamp":1618422857},"coords":"51.444993,-0.0201334","bedrooms":"1","price":"283000","area":"412"} , +{"type":"Feature","id":"n1143687676","geometry":{"type":"Point","coordinates":[-0.1653872,51.4918987]},"properties":{"@type":"node","@id":1143687676,"@timestamp":1604474385},"coords":"51.4918987,-0.1653872","bedrooms":"2","price":"182000","area":"579"} , +{"type":"Feature","id":"n1143759352","geometry":{"type":"Point","coordinates":[-0.1501771,51.4893254]},"properties":{"@type":"node","@id":1143759352,"@timestamp":1512062898},"coords":"51.4893254,-0.1501771","bedrooms":"4","price":"169000","area":"665"} , +{"type":"Feature","id":"n1143805535","geometry":{"type":"Point","coordinates":[-0.8291124,51.7234497]},"properties":{"@type":"node","@id":1143805535,"@timestamp":1610213358},"coords":"51.7234497,-0.8291124","bedrooms":"4","price":"223000","area":"681"} , +{"type":"Feature","id":"n1143992335","geometry":{"type":"Point","coordinates":[-0.1993889,51.0520924]},"properties":{"@type":"node","@id":1143992335,"@timestamp":1629670708},"coords":"51.0520924,-0.1993889","bedrooms":"4","price":"241000","area":"480"} , +{"type":"Feature","id":"n1144101888","geometry":{"type":"Point","coordinates":[0.8406929,51.1988375]},"properties":{"@type":"node","@id":1144101888,"@timestamp":1297273092},"coords":"51.1988375,0.8406929","bedrooms":"3","price":"285000","area":"572"} , +{"type":"Feature","id":"n1144101996","geometry":{"type":"Point","coordinates":[0.8405162,51.1992959]},"properties":{"@type":"node","@id":1144101996,"@timestamp":1297273097},"coords":"51.1992959,0.8405162","bedrooms":"4","price":"287000","area":"610"} , +{"type":"Feature","id":"n1144136704","geometry":{"type":"Point","coordinates":[-0.4310674,51.5670589]},"properties":{"@type":"node","@id":1144136704,"@timestamp":1624321343},"coords":"51.5670589,-0.4310674","bedrooms":"2","price":"263000","area":"680"} , +{"type":"Feature","id":"n1144472754","geometry":{"type":"Point","coordinates":[-0.2306546,51.3971849]},"properties":{"@type":"node","@id":1144472754,"@timestamp":1607295523},"coords":"51.3971849,-0.2306546","bedrooms":"2","price":"263000","area":"543"} , +{"type":"Feature","id":"n1144695762","geometry":{"type":"Point","coordinates":[0.0209855,51.9561842]},"properties":{"@type":"node","@id":1144695762,"@timestamp":1297292015},"coords":"51.9561842,0.0209855","bedrooms":"2","price":"256000","area":"640"} , +{"type":"Feature","id":"n1144695867","geometry":{"type":"Point","coordinates":[0.0133574,51.9498745]},"properties":{"@type":"node","@id":1144695867,"@timestamp":1631448924},"coords":"51.9498745,0.0133574","bedrooms":"4","price":"189000","area":"669"} , +{"type":"Feature","id":"n1144695964","geometry":{"type":"Point","coordinates":[0.0081647,51.9511127]},"properties":{"@type":"node","@id":1144695964,"@timestamp":1631448928},"coords":"51.9511127,0.0081647","bedrooms":"0","price":"174000","area":"441"} , +{"type":"Feature","id":"n1144722787","geometry":{"type":"Point","coordinates":[0.2590469,51.0608144]},"properties":{"@type":"node","@id":1144722787,"@timestamp":1297292772},"coords":"51.0608144,0.2590469","bedrooms":"4","price":"217000","area":"358"} , +{"type":"Feature","id":"n1144942025","geometry":{"type":"Point","coordinates":[-0.1693406,51.4638291]},"properties":{"@type":"node","@id":1144942025,"@timestamp":1586085765},"coords":"51.4638291,-0.1693406","bedrooms":"2","price":"295000","area":"456"} , +{"type":"Feature","id":"n1145233941","geometry":{"type":"Point","coordinates":[-0.1018654,51.5275424]},"properties":{"@type":"node","@id":1145233941,"@timestamp":1568938701},"coords":"51.5275424,-0.1018654","bedrooms":"4","price":"174000","area":"647"} , +{"type":"Feature","id":"n1145282633","geometry":{"type":"Point","coordinates":[-0.1048826,51.5287752]},"properties":{"@type":"node","@id":1145282633,"@timestamp":1297332377},"coords":"51.5287752,-0.1048826","bedrooms":"0","price":"223000","area":"630"} , +{"type":"Feature","id":"n1145307183","geometry":{"type":"Point","coordinates":[-0.8160795,51.8201556]},"properties":{"@type":"node","@id":1145307183,"@timestamp":1611074793},"coords":"51.8201556,-0.8160795","bedrooms":"4","price":"188000","area":"583"} , +{"type":"Feature","id":"n1145491806","geometry":{"type":"Point","coordinates":[-0.1988241,51.2338223]},"properties":{"@type":"node","@id":1145491806,"@timestamp":1538517176},"coords":"51.2338223,-0.1988241","bedrooms":"4","price":"270000","area":"566"} , +{"type":"Feature","id":"n1145535840","geometry":{"type":"Point","coordinates":[0.1910879,51.0759223]},"properties":{"@type":"node","@id":1145535840,"@timestamp":1449953527},"coords":"51.0759223,0.1910879","bedrooms":"1","price":"187000","area":"646"} , +{"type":"Feature","id":"n1145666147","geometry":{"type":"Point","coordinates":[-0.4343762,51.8869103]},"properties":{"@type":"node","@id":1145666147,"@timestamp":1611875277},"coords":"51.8869103,-0.4343762","bedrooms":"4","price":"299000","area":"520"} , +{"type":"Feature","id":"n1145707777","geometry":{"type":"Point","coordinates":[0.2164686,51.0419185]},"properties":{"@type":"node","@id":1145707777,"@timestamp":1632947506},"coords":"51.0419185,0.2164686","bedrooms":"1","price":"210000","area":"494"} , +{"type":"Feature","id":"n1146126896","geometry":{"type":"Point","coordinates":[-0.3729076,51.2780047]},"properties":{"@type":"node","@id":1146126896,"@timestamp":1621787059},"coords":"51.2780047,-0.3729076","bedrooms":"3","price":"178000","area":"619"} , +{"type":"Feature","id":"n1146142503","geometry":{"type":"Point","coordinates":[0.0728143,51.5191524]},"properties":{"@type":"node","@id":1146142503,"@timestamp":1603064446},"coords":"51.5191524,0.0728143","bedrooms":"2","price":"159000","area":"530"} , +{"type":"Feature","id":"n1146385210","geometry":{"type":"Point","coordinates":[-0.4871628,51.7001448]},"properties":{"@type":"node","@id":1146385210,"@timestamp":1332372955},"coords":"51.7001448,-0.4871628","bedrooms":"0","price":"244000","area":"620"} , +{"type":"Feature","id":"n1147185578","geometry":{"type":"Point","coordinates":[0.071194,51.648264]},"properties":{"@type":"node","@id":1147185578,"@timestamp":1330802697},"coords":"51.648264,0.071194","bedrooms":"4","price":"289000","area":"548"} , +{"type":"Feature","id":"n1147529776","geometry":{"type":"Point","coordinates":[-0.7313996,51.4259882]},"properties":{"@type":"node","@id":1147529776,"@timestamp":1626346999},"coords":"51.4259882,-0.7313996","bedrooms":"4","price":"262000","area":"645"} , +{"type":"Feature","id":"n1147747598","geometry":{"type":"Point","coordinates":[-0.741496,51.427212]},"properties":{"@type":"node","@id":1147747598,"@timestamp":1297449151},"coords":"51.427212,-0.741496","bedrooms":"0","price":"271000","area":"654"} , +{"type":"Feature","id":"n1147838124","geometry":{"type":"Point","coordinates":[-0.3730912,51.2782522]},"properties":{"@type":"node","@id":1147838124,"@timestamp":1621787059},"coords":"51.2782522,-0.3730912","bedrooms":"1","price":"209000","area":"655"} , +{"type":"Feature","id":"n1147909082","geometry":{"type":"Point","coordinates":[-0.4991339,51.63631]},"properties":{"@type":"node","@id":1147909082,"@timestamp":1476112090},"coords":"51.63631,-0.4991339","bedrooms":"0","price":"162000","area":"672"} , +{"type":"Feature","id":"n1148004028","geometry":{"type":"Point","coordinates":[0.0798091,51.9342243]},"properties":{"@type":"node","@id":1148004028,"@timestamp":1633871240},"coords":"51.9342243,0.0798091","bedrooms":"1","price":"246000","area":"364"} , +{"type":"Feature","id":"n1148035572","geometry":{"type":"Point","coordinates":[-0.3220339,51.2683897]},"properties":{"@type":"node","@id":1148035572,"@timestamp":1297461123},"coords":"51.2683897,-0.3220339","bedrooms":"4","price":"281000","area":"364"} , +{"type":"Feature","id":"n1148104804","geometry":{"type":"Point","coordinates":[0.2732796,51.1378208]},"properties":{"@type":"node","@id":1148104804,"@timestamp":1297463009},"coords":"51.1378208,0.2732796","bedrooms":"4","price":"166000","area":"523"} , +{"type":"Feature","id":"n1148104907","geometry":{"type":"Point","coordinates":[0.2764045,51.1529218]},"properties":{"@type":"node","@id":1148104907,"@timestamp":1541446092},"coords":"51.1529218,0.2764045","bedrooms":"2","price":"248000","area":"450"} , +{"type":"Feature","id":"n1148176581","geometry":{"type":"Point","coordinates":[-1.055891,51.3241858]},"properties":{"@type":"node","@id":1148176581,"@timestamp":1297465755},"coords":"51.3241858,-1.055891","bedrooms":"4","price":"276000","area":"374"} , +{"type":"Feature","id":"n1148839507","geometry":{"type":"Point","coordinates":[0.0535046,51.8996206]},"properties":{"@type":"node","@id":1148839507,"@timestamp":1313617214},"coords":"51.8996206,0.0535046","bedrooms":"2","price":"292000","area":"558"} , +{"type":"Feature","id":"n1148911590","geometry":{"type":"Point","coordinates":[-0.1995049,51.5145967]},"properties":{"@type":"node","@id":1148911590,"@timestamp":1603688261},"coords":"51.5145967,-0.1995049","bedrooms":"0","price":"233000","area":"637"} , +{"type":"Feature","id":"n1149070304","geometry":{"type":"Point","coordinates":[-0.9574554,51.1599214]},"properties":{"@type":"node","@id":1149070304,"@timestamp":1472241834},"coords":"51.1599214,-0.9574554","bedrooms":"1","price":"203000","area":"626"} , +{"type":"Feature","id":"n1149207881","geometry":{"type":"Point","coordinates":[-0.1927887,51.244242]},"properties":{"@type":"node","@id":1149207881,"@timestamp":1507532320},"coords":"51.244242,-0.1927887","bedrooms":"2","price":"248000","area":"487"} , +{"type":"Feature","id":"n1149248355","geometry":{"type":"Point","coordinates":[-0.1875162,51.2449288]},"properties":{"@type":"node","@id":1149248355,"@timestamp":1297529090},"coords":"51.2449288,-0.1875162","bedrooms":"0","price":"240000","area":"642"} , +{"type":"Feature","id":"n1149263094","geometry":{"type":"Point","coordinates":[-0.3398547,51.4399355]},"properties":{"@type":"node","@id":1149263094,"@timestamp":1305209029},"coords":"51.4399355,-0.3398547","bedrooms":"0","price":"268000","area":"391"} , +{"type":"Feature","id":"n1149296025","geometry":{"type":"Point","coordinates":[-0.4363293,51.9005409]},"properties":{"@type":"node","@id":1149296025,"@timestamp":1387730767},"coords":"51.9005409,-0.4363293","bedrooms":"4","price":"170000","area":"357"} , +{"type":"Feature","id":"n1149344391","geometry":{"type":"Point","coordinates":[-0.0985524,51.5301342]},"properties":{"@type":"node","@id":1149344391,"@timestamp":1413024403},"coords":"51.5301342,-0.0985524","bedrooms":"4","price":"296000","area":"358"} , +{"type":"Feature","id":"n1149458804","geometry":{"type":"Point","coordinates":[-0.1081672,51.5254258]},"properties":{"@type":"node","@id":1149458804,"@timestamp":1608527631},"coords":"51.5254258,-0.1081672","bedrooms":"0","price":"247000","area":"412"} , +{"type":"Feature","id":"n1149593738","geometry":{"type":"Point","coordinates":[-0.0367142,51.6274185]},"properties":{"@type":"node","@id":1149593738,"@timestamp":1298749358},"coords":"51.6274185,-0.0367142","bedrooms":"3","price":"158000","area":"620"} , +{"type":"Feature","id":"n1149802649","geometry":{"type":"Point","coordinates":[-0.1325376,51.5646494]},"properties":{"@type":"node","@id":1149802649,"@timestamp":1553295100},"coords":"51.5646494,-0.1325376","bedrooms":"0","price":"250000","area":"533"} , +{"type":"Feature","id":"n1149802777","geometry":{"type":"Point","coordinates":[-0.1412933,51.4653583]},"properties":{"@type":"node","@id":1149802777,"@timestamp":1612446243},"coords":"51.4653583,-0.1412933","bedrooms":"1","price":"210000","area":"638"} , +{"type":"Feature","id":"n1149900668","geometry":{"type":"Point","coordinates":[-0.1343913,51.5658697]},"properties":{"@type":"node","@id":1149900668,"@timestamp":1297554154},"coords":"51.5658697,-0.1343913","bedrooms":"1","price":"170000","area":"480"} , +{"type":"Feature","id":"n1150003237","geometry":{"type":"Point","coordinates":[-0.0829084,51.5176796]},"properties":{"@type":"node","@id":1150003237,"@timestamp":1629779090},"coords":"51.5176796,-0.0829084","bedrooms":"1","price":"189000","area":"502"} , +{"type":"Feature","id":"n1150114248","geometry":{"type":"Point","coordinates":[-0.131102,51.5644891]},"properties":{"@type":"node","@id":1150114248,"@timestamp":1500678154},"coords":"51.5644891,-0.131102","bedrooms":"3","price":"261000","area":"603"} , +{"type":"Feature","id":"n1150667236","geometry":{"type":"Point","coordinates":[-0.0802659,51.4560336]},"properties":{"@type":"node","@id":1150667236,"@timestamp":1436972894},"coords":"51.4560336,-0.0802659","bedrooms":"4","price":"240000","area":"674"} , +{"type":"Feature","id":"n1150995373","geometry":{"type":"Point","coordinates":[0.5231171,51.3822647]},"properties":{"@type":"node","@id":1150995373,"@timestamp":1401778440},"coords":"51.3822647,0.5231171","bedrooms":"4","price":"199000","area":"429"} , +{"type":"Feature","id":"n1151213052","geometry":{"type":"Point","coordinates":[0.3514234,51.9098139]},"properties":{"@type":"node","@id":1151213052,"@timestamp":1413353897},"coords":"51.9098139,0.3514234","bedrooms":"0","price":"237000","area":"380"} , +{"type":"Feature","id":"n1151281678","geometry":{"type":"Point","coordinates":[-0.0905755,51.6625273]},"properties":{"@type":"node","@id":1151281678,"@timestamp":1594588218},"coords":"51.6625273,-0.0905755","bedrooms":"4","price":"198000","area":"406"} , +{"type":"Feature","id":"n1151281732","geometry":{"type":"Point","coordinates":[-0.0907686,51.6626121]},"properties":{"@type":"node","@id":1151281732,"@timestamp":1612777355},"coords":"51.6626121,-0.0907686","bedrooms":"2","price":"219000","area":"563"} , +{"type":"Feature","id":"n1151281789","geometry":{"type":"Point","coordinates":[-0.0891486,51.6618867]},"properties":{"@type":"node","@id":1151281789,"@timestamp":1614763342},"coords":"51.6618867,-0.0891486","bedrooms":"2","price":"255000","area":"685"} , +{"type":"Feature","id":"n1151281854","geometry":{"type":"Point","coordinates":[-0.0886819,51.6615705]},"properties":{"@type":"node","@id":1151281854,"@timestamp":1616057739},"coords":"51.6615705,-0.0886819","bedrooms":"4","price":"226000","area":"694"} , +{"type":"Feature","id":"n1151341409","geometry":{"type":"Point","coordinates":[-0.0872228,51.6607753]},"properties":{"@type":"node","@id":1151341409,"@timestamp":1613563343},"coords":"51.6607753,-0.0872228","bedrooms":"2","price":"295000","area":"510"} , +{"type":"Feature","id":"n1151341456","geometry":{"type":"Point","coordinates":[-0.0875367,51.6612545]},"properties":{"@type":"node","@id":1151341456,"@timestamp":1353440541},"coords":"51.6612545,-0.0875367","bedrooms":"0","price":"276000","area":"393"} , +{"type":"Feature","id":"n1151375324","geometry":{"type":"Point","coordinates":[-0.6571686,51.9342035]},"properties":{"@type":"node","@id":1151375324,"@timestamp":1586305669},"coords":"51.9342035,-0.6571686","bedrooms":"3","price":"211000","area":"379"} , +{"type":"Feature","id":"n1151670782","geometry":{"type":"Point","coordinates":[-0.0910717,51.6601097]},"properties":{"@type":"node","@id":1151670782,"@timestamp":1630148698},"coords":"51.6601097,-0.0910717","bedrooms":"0","price":"230000","area":"389"} , +{"type":"Feature","id":"n1151671086","geometry":{"type":"Point","coordinates":[-0.0881563,51.658965]},"properties":{"@type":"node","@id":1151671086,"@timestamp":1615201703},"coords":"51.658965,-0.0881563","bedrooms":"4","price":"159000","area":"424"} , +{"type":"Feature","id":"n1151671371","geometry":{"type":"Point","coordinates":[-0.0889262,51.6602762]},"properties":{"@type":"node","@id":1151671371,"@timestamp":1613563125},"coords":"51.6602762,-0.0889262","bedrooms":"4","price":"237000","area":"429"} , +{"type":"Feature","id":"n1151671717","geometry":{"type":"Point","coordinates":[-0.088403,51.6595323]},"properties":{"@type":"node","@id":1151671717,"@timestamp":1614699139},"coords":"51.6595323,-0.088403","bedrooms":"0","price":"240000","area":"512"} , +{"type":"Feature","id":"n1151671982","geometry":{"type":"Point","coordinates":[-0.0888215,51.6604142]},"properties":{"@type":"node","@id":1151671982,"@timestamp":1613563136},"coords":"51.6604142,-0.0888215","bedrooms":"0","price":"258000","area":"373"} , +{"type":"Feature","id":"n1151672073","geometry":{"type":"Point","coordinates":[-0.0884701,51.6590781]},"properties":{"@type":"node","@id":1151672073,"@timestamp":1625310352},"coords":"51.6590781,-0.0884701","bedrooms":"2","price":"278000","area":"414"} , +{"type":"Feature","id":"n1151672229","geometry":{"type":"Point","coordinates":[-0.0890174,51.6597054]},"properties":{"@type":"node","@id":1151672229,"@timestamp":1614699139},"coords":"51.6597054,-0.0890174","bedrooms":"0","price":"208000","area":"596"} , +{"type":"Feature","id":"n1151753270","geometry":{"type":"Point","coordinates":[-0.091831,51.6619898]},"properties":{"@type":"node","@id":1151753270,"@timestamp":1624801146},"coords":"51.6619898,-0.091831","bedrooms":"4","price":"264000","area":"438"} , +{"type":"Feature","id":"n1151753343","geometry":{"type":"Point","coordinates":[-0.0936169,51.6630946]},"properties":{"@type":"node","@id":1151753343,"@timestamp":1628505830},"coords":"51.6630946,-0.0936169","bedrooms":"4","price":"270000","area":"655"} , +{"type":"Feature","id":"n1151771681","geometry":{"type":"Point","coordinates":[-0.0894438,51.6624607]},"properties":{"@type":"node","@id":1151771681,"@timestamp":1612715647},"coords":"51.6624607,-0.0894438","bedrooms":"2","price":"221000","area":"679"} , +{"type":"Feature","id":"n1151771766","geometry":{"type":"Point","coordinates":[-0.0904146,51.6628733]},"properties":{"@type":"node","@id":1151771766,"@timestamp":1612716538},"coords":"51.6628733,-0.0904146","bedrooms":"1","price":"264000","area":"661"} , +{"type":"Feature","id":"n1151771819","geometry":{"type":"Point","coordinates":[-0.0878747,51.6617453]},"properties":{"@type":"node","@id":1151771819,"@timestamp":1612715503},"coords":"51.6617453,-0.0878747","bedrooms":"1","price":"189000","area":"403"} , +{"type":"Feature","id":"n1151771869","geometry":{"type":"Point","coordinates":[-0.0885828,51.6621696]},"properties":{"@type":"node","@id":1151771869,"@timestamp":1628624175},"coords":"51.6621696,-0.0885828","bedrooms":"4","price":"284000","area":"391"} , +{"type":"Feature","id":"n1151872255","geometry":{"type":"Point","coordinates":[0.3218909,51.4431409]},"properties":{"@type":"node","@id":1151872255,"@timestamp":1297635773},"coords":"51.4431409,0.3218909","bedrooms":"3","price":"192000","area":"462"} , +{"type":"Feature","id":"n1151985188","geometry":{"type":"Point","coordinates":[-0.4952854,51.9732043]},"properties":{"@type":"node","@id":1151985188,"@timestamp":1297639596},"coords":"51.9732043,-0.4952854","bedrooms":"1","price":"244000","area":"440"} , +{"type":"Feature","id":"n1152561621","geometry":{"type":"Point","coordinates":[-0.1544978,51.5496962]},"properties":{"@type":"node","@id":1152561621,"@timestamp":1630950804},"coords":"51.5496962,-0.1544978","bedrooms":"2","price":"268000","area":"390"} , +{"type":"Feature","id":"n1152871147","geometry":{"type":"Point","coordinates":[-0.3235578,51.536548]},"properties":{"@type":"node","@id":1152871147,"@timestamp":1520434459},"coords":"51.536548,-0.3235578","bedrooms":"1","price":"224000","area":"475"} , +{"type":"Feature","id":"n1153283017","geometry":{"type":"Point","coordinates":[-0.6591556,51.924606]},"properties":{"@type":"node","@id":1153283017,"@timestamp":1582455254},"coords":"51.924606,-0.6591556","bedrooms":"1","price":"231000","area":"391"} , +{"type":"Feature","id":"n1153444696","geometry":{"type":"Point","coordinates":[-0.0902202,51.6592669]},"properties":{"@type":"node","@id":1153444696,"@timestamp":1297720915},"coords":"51.6592669,-0.0902202","bedrooms":"2","price":"277000","area":"650"} , +{"type":"Feature","id":"n1153702005","geometry":{"type":"Point","coordinates":[0.0963142,51.5640952]},"properties":{"@type":"node","@id":1153702005,"@timestamp":1297726034},"coords":"51.5640952,0.0963142","bedrooms":"4","price":"270000","area":"371"} , +{"type":"Feature","id":"n1154258211","geometry":{"type":"Point","coordinates":[-0.1917631,51.5384161]},"properties":{"@type":"node","@id":1154258211,"@timestamp":1448833543},"coords":"51.5384161,-0.1917631","bedrooms":"0","price":"249000","area":"608"} , +{"type":"Feature","id":"n1154497295","geometry":{"type":"Point","coordinates":[-0.1744152,51.2279254]},"properties":{"@type":"node","@id":1154497295,"@timestamp":1297781781},"coords":"51.2279254,-0.1744152","bedrooms":"4","price":"241000","area":"524"} , +{"type":"Feature","id":"n1154580224","geometry":{"type":"Point","coordinates":[0.0132282,50.9730904]},"properties":{"@type":"node","@id":1154580224,"@timestamp":1535656317},"coords":"50.9730904,0.0132282","bedrooms":"3","price":"285000","area":"594"} , +{"type":"Feature","id":"n1154642948","geometry":{"type":"Point","coordinates":[-0.1741278,51.2293058]},"properties":{"@type":"node","@id":1154642948,"@timestamp":1587267548},"coords":"51.2293058,-0.1741278","bedrooms":"3","price":"243000","area":"356"} , +{"type":"Feature","id":"n1154970587","geometry":{"type":"Point","coordinates":[-0.3149059,51.2550612]},"properties":{"@type":"node","@id":1154970587,"@timestamp":1443538412},"coords":"51.2550612,-0.3149059","bedrooms":"4","price":"223000","area":"548"} , +{"type":"Feature","id":"n1155405013","geometry":{"type":"Point","coordinates":[-0.4044909,51.5137984]},"properties":{"@type":"node","@id":1155405013,"@timestamp":1621433294},"coords":"51.5137984,-0.4044909","bedrooms":"1","price":"233000","area":"580"} , +{"type":"Feature","id":"n1156279049","geometry":{"type":"Point","coordinates":[-0.3731945,51.278436]},"properties":{"@type":"node","@id":1156279049,"@timestamp":1621787059},"coords":"51.278436,-0.3731945","bedrooms":"1","price":"220000","area":"378"} , +{"type":"Feature","id":"n1156550089","geometry":{"type":"Point","coordinates":[-0.9704349,51.3785438]},"properties":{"@type":"node","@id":1156550089,"@timestamp":1297881693},"coords":"51.3785438,-0.9704349","bedrooms":"1","price":"272000","area":"585"} , +{"type":"Feature","id":"n1156550162","geometry":{"type":"Point","coordinates":[-0.9530113,51.3901244]},"properties":{"@type":"node","@id":1156550162,"@timestamp":1297881694},"coords":"51.3901244,-0.9530113","bedrooms":"1","price":"223000","area":"511"} , +{"type":"Feature","id":"n1156550214","geometry":{"type":"Point","coordinates":[-0.9368107,51.402374]},"properties":{"@type":"node","@id":1156550214,"@timestamp":1297881696},"coords":"51.402374,-0.9368107","bedrooms":"2","price":"291000","area":"495"} , +{"type":"Feature","id":"n1156550250","geometry":{"type":"Point","coordinates":[-0.9237541,51.4155711]},"properties":{"@type":"node","@id":1156550250,"@timestamp":1481119363},"coords":"51.4155711,-0.9237541","bedrooms":"2","price":"182000","area":"496"} , +{"type":"Feature","id":"n1156550791","geometry":{"type":"Point","coordinates":[0.6357453,51.7793929]},"properties":{"@type":"node","@id":1156550791,"@timestamp":1306947819},"coords":"51.7793929,0.6357453","bedrooms":"1","price":"217000","area":"558"} , +{"type":"Feature","id":"n1157400013","geometry":{"type":"Point","coordinates":[0.5215302,51.2715533]},"properties":{"@type":"node","@id":1157400013,"@timestamp":1564575450},"coords":"51.2715533,0.5215302","bedrooms":"3","price":"289000","area":"386"} , +{"type":"Feature","id":"n1157646443","geometry":{"type":"Point","coordinates":[-0.0674091,51.8319885]},"properties":{"@type":"node","@id":1157646443,"@timestamp":1438472998},"coords":"51.8319885,-0.0674091","bedrooms":"4","price":"224000","area":"578"} , +{"type":"Feature","id":"n1157879566","geometry":{"type":"Point","coordinates":[-0.2950559,51.5318273]},"properties":{"@type":"node","@id":1157879566,"@timestamp":1630450720},"coords":"51.5318273,-0.2950559","bedrooms":"1","price":"202000","area":"461"} , +{"type":"Feature","id":"n1157931591","geometry":{"type":"Point","coordinates":[0.1142366,51.9735988]},"properties":{"@type":"node","@id":1157931591,"@timestamp":1297973988},"coords":"51.9735988,0.1142366","bedrooms":"4","price":"220000","area":"483"} , +{"type":"Feature","id":"n1157931850","geometry":{"type":"Point","coordinates":[0.1169336,51.9651117]},"properties":{"@type":"node","@id":1157931850,"@timestamp":1297987028},"coords":"51.9651117,0.1169336","bedrooms":"3","price":"271000","area":"534"} , +{"type":"Feature","id":"n1157932138","geometry":{"type":"Point","coordinates":[0.1236337,51.970817]},"properties":{"@type":"node","@id":1157932138,"@timestamp":1297974007},"coords":"51.970817,0.1236337","bedrooms":"0","price":"257000","area":"359"} , +{"type":"Feature","id":"n1157932403","geometry":{"type":"Point","coordinates":[0.122007,51.9678674]},"properties":{"@type":"node","@id":1157932403,"@timestamp":1297974016},"coords":"51.9678674,0.122007","bedrooms":"2","price":"240000","area":"449"} , +{"type":"Feature","id":"n1157968435","geometry":{"type":"Point","coordinates":[0.1132925,51.9849726]},"properties":{"@type":"node","@id":1157968435,"@timestamp":1297974978},"coords":"51.9849726,0.1132925","bedrooms":"0","price":"258000","area":"368"} , +{"type":"Feature","id":"n1157968483","geometry":{"type":"Point","coordinates":[0.1131838,51.9776401]},"properties":{"@type":"node","@id":1157968483,"@timestamp":1297974980},"coords":"51.9776401,0.1131838","bedrooms":"3","price":"276000","area":"397"} , +{"type":"Feature","id":"n1157968537","geometry":{"type":"Point","coordinates":[0.1132455,51.9792683]},"properties":{"@type":"node","@id":1157968537,"@timestamp":1297974983},"coords":"51.9792683,0.1132455","bedrooms":"3","price":"234000","area":"583"} , +{"type":"Feature","id":"n1157981621","geometry":{"type":"Point","coordinates":[0.1296392,51.9756575]},"properties":{"@type":"node","@id":1157981621,"@timestamp":1297975494},"coords":"51.9756575,0.1296392","bedrooms":"0","price":"226000","area":"407"} , +{"type":"Feature","id":"n1158031165","geometry":{"type":"Point","coordinates":[0.1311619,52.0029032]},"properties":{"@type":"node","@id":1158031165,"@timestamp":1297977404},"coords":"52.0029032,0.1311619","bedrooms":"1","price":"227000","area":"428"} , +{"type":"Feature","id":"n1158189109","geometry":{"type":"Point","coordinates":[0.0035106,51.5430778]},"properties":{"@type":"node","@id":1158189109,"@timestamp":1626086207},"coords":"51.5430778,0.0035106","bedrooms":"1","price":"159000","area":"444"} , +{"type":"Feature","id":"n1158340109","geometry":{"type":"Point","coordinates":[0.1112098,51.9668783]},"properties":{"@type":"node","@id":1158340109,"@timestamp":1297987027},"coords":"51.9668783,0.1112098","bedrooms":"1","price":"257000","area":"645"} , +{"type":"Feature","id":"n1158904630","geometry":{"type":"Point","coordinates":[-0.1654899,51.5729462]},"properties":{"@type":"node","@id":1158904630,"@timestamp":1513791937},"coords":"51.5729462,-0.1654899","bedrooms":"1","price":"241000","area":"627"} , +{"type":"Feature","id":"n1159239030","geometry":{"type":"Point","coordinates":[-1.095285,51.3408269]},"properties":{"@type":"node","@id":1159239030,"@timestamp":1298045754},"coords":"51.3408269,-1.095285","bedrooms":"0","price":"211000","area":"470"} , +{"type":"Feature","id":"n1159495379","geometry":{"type":"Point","coordinates":[-0.110272,51.5240056]},"properties":{"@type":"node","@id":1159495379,"@timestamp":1511147812},"coords":"51.5240056,-0.110272","bedrooms":"0","price":"213000","area":"474"} , +{"type":"Feature","id":"n1159565165","geometry":{"type":"Point","coordinates":[-0.664481,51.9153373]},"properties":{"@type":"node","@id":1159565165,"@timestamp":1320522744},"coords":"51.9153373,-0.664481","bedrooms":"3","price":"296000","area":"504"} , +{"type":"Feature","id":"n1160018665","geometry":{"type":"Point","coordinates":[0.6681351,51.5506362]},"properties":{"@type":"node","@id":1160018665,"@timestamp":1475692519},"coords":"51.5506362,0.6681351","bedrooms":"2","price":"169000","area":"530"} , +{"type":"Feature","id":"n1161320954","geometry":{"type":"Point","coordinates":[-0.9582784,51.4518191]},"properties":{"@type":"node","@id":1161320954,"@timestamp":1480016493},"coords":"51.4518191,-0.9582784","bedrooms":"0","price":"167000","area":"590"} , +{"type":"Feature","id":"n1161675233","geometry":{"type":"Point","coordinates":[0.0363787,51.9854534]},"properties":{"@type":"node","@id":1161675233,"@timestamp":1629034779},"coords":"51.9854534,0.0363787","bedrooms":"3","price":"226000","area":"684"} , +{"type":"Feature","id":"n1161675376","geometry":{"type":"Point","coordinates":[0.0378915,51.9892641]},"properties":{"@type":"node","@id":1161675376,"@timestamp":1298134484},"coords":"51.9892641,0.0378915","bedrooms":"2","price":"237000","area":"350"} , +{"type":"Feature","id":"n1161675506","geometry":{"type":"Point","coordinates":[0.0350564,51.9851874]},"properties":{"@type":"node","@id":1161675506,"@timestamp":1629034776},"coords":"51.9851874,0.0350564","bedrooms":"1","price":"204000","area":"526"} , +{"type":"Feature","id":"n1161675693","geometry":{"type":"Point","coordinates":[0.0300595,51.9842243]},"properties":{"@type":"node","@id":1161675693,"@timestamp":1629034766},"coords":"51.9842243,0.0300595","bedrooms":"1","price":"251000","area":"355"} , +{"type":"Feature","id":"n1161692322","geometry":{"type":"Point","coordinates":[0.0410297,51.9809716]},"properties":{"@type":"node","@id":1161692322,"@timestamp":1629034834},"coords":"51.9809716,0.0410297","bedrooms":"1","price":"296000","area":"663"} , +{"type":"Feature","id":"n1162040911","geometry":{"type":"Point","coordinates":[-0.2895011,51.4608806]},"properties":{"@type":"node","@id":1162040911,"@timestamp":1625929538},"coords":"51.4608806,-0.2895011","bedrooms":"4","price":"216000","area":"415"} , +{"type":"Feature","id":"n1162218467","geometry":{"type":"Point","coordinates":[-0.4428589,51.6998203]},"properties":{"@type":"node","@id":1162218467,"@timestamp":1588889983},"coords":"51.6998203,-0.4428589","bedrooms":"2","price":"267000","area":"413"} , +{"type":"Feature","id":"n1162234011","geometry":{"type":"Point","coordinates":[0.1249778,51.1340255]},"properties":{"@type":"node","@id":1162234011,"@timestamp":1372069270},"coords":"51.1340255,0.1249778","bedrooms":"0","price":"168000","area":"509"} , +{"type":"Feature","id":"n1162273023","geometry":{"type":"Point","coordinates":[0.1055094,51.1291445]},"properties":{"@type":"node","@id":1162273023,"@timestamp":1372069271},"coords":"51.1291445,0.1055094","bedrooms":"2","price":"201000","area":"610"} , +{"type":"Feature","id":"n1162295339","geometry":{"type":"Point","coordinates":[0.0269461,51.1040215]},"properties":{"@type":"node","@id":1162295339,"@timestamp":1372069271},"coords":"51.1040215,0.0269461","bedrooms":"1","price":"183000","area":"608"} , +{"type":"Feature","id":"n1162295391","geometry":{"type":"Point","coordinates":[0.0452605,51.1059859]},"properties":{"@type":"node","@id":1162295391,"@timestamp":1372069272},"coords":"51.1059859,0.0452605","bedrooms":"2","price":"183000","area":"636"} , +{"type":"Feature","id":"n1162301184","geometry":{"type":"Point","coordinates":[0.4872798,51.081967]},"properties":{"@type":"node","@id":1162301184,"@timestamp":1591694176},"coords":"51.081967,0.4872798","bedrooms":"0","price":"195000","area":"659"} , +{"type":"Feature","id":"n1163257580","geometry":{"type":"Point","coordinates":[-0.1231022,51.5088166]},"properties":{"@type":"node","@id":1163257580,"@timestamp":1576503489},"coords":"51.5088166,-0.1231022","bedrooms":"1","price":"170000","area":"691"} , +{"type":"Feature","id":"n1163582410","geometry":{"type":"Point","coordinates":[-0.3032301,51.9579147]},"properties":{"@type":"node","@id":1163582410,"@timestamp":1526116942},"coords":"51.9579147,-0.3032301","bedrooms":"4","price":"267000","area":"609"} , +{"type":"Feature","id":"n1163674239","geometry":{"type":"Point","coordinates":[0.5679644,51.3426235]},"properties":{"@type":"node","@id":1163674239,"@timestamp":1298220389},"coords":"51.3426235,0.5679644","bedrooms":"3","price":"212000","area":"444"} , +{"type":"Feature","id":"n1163837777","geometry":{"type":"Point","coordinates":[-0.187754,51.4607951]},"properties":{"@type":"node","@id":1163837777,"@timestamp":1564911792},"coords":"51.4607951,-0.187754","bedrooms":"4","price":"171000","area":"497"} , +{"type":"Feature","id":"n1163944025","geometry":{"type":"Point","coordinates":[0.6885365,51.7833778]},"properties":{"@type":"node","@id":1163944025,"@timestamp":1506983217},"coords":"51.7833778,0.6885365","bedrooms":"0","price":"195000","area":"522"} , +{"type":"Feature","id":"n1163988644","geometry":{"type":"Point","coordinates":[0.5737776,51.7717202]},"properties":{"@type":"node","@id":1163988644,"@timestamp":1446816280},"coords":"51.7717202,0.5737776","bedrooms":"0","price":"163000","area":"471"} , +{"type":"Feature","id":"n1164110958","geometry":{"type":"Point","coordinates":[-0.0874894,51.5235461]},"properties":{"@type":"node","@id":1164110958,"@timestamp":1628342392},"coords":"51.5235461,-0.0874894","bedrooms":"3","price":"151000","area":"574"} , +{"type":"Feature","id":"n1164318250","geometry":{"type":"Point","coordinates":[-0.0765532,51.1380955]},"properties":{"@type":"node","@id":1164318250,"@timestamp":1380229192},"coords":"51.1380955,-0.0765532","bedrooms":"4","price":"238000","area":"640"} , +{"type":"Feature","id":"n1164318839","geometry":{"type":"Point","coordinates":[-0.1302553,51.1776771]},"properties":{"@type":"node","@id":1164318839,"@timestamp":1380229192},"coords":"51.1776771,-0.1302553","bedrooms":"3","price":"212000","area":"435"} , +{"type":"Feature","id":"n1164319549","geometry":{"type":"Point","coordinates":[-0.0776451,51.154456]},"properties":{"@type":"node","@id":1164319549,"@timestamp":1501507450},"coords":"51.154456,-0.0776451","bedrooms":"3","price":"229000","area":"582"} , +{"type":"Feature","id":"n1164346955","geometry":{"type":"Point","coordinates":[-0.2935455,51.4521219]},"properties":{"@type":"node","@id":1164346955,"@timestamp":1605173740},"coords":"51.4521219,-0.2935455","bedrooms":"1","price":"251000","area":"460"} , +{"type":"Feature","id":"n1164376818","geometry":{"type":"Point","coordinates":[0.6828693,50.9478497]},"properties":{"@type":"node","@id":1164376818,"@timestamp":1302778722},"coords":"50.9478497,0.6828693","bedrooms":"4","price":"275000","area":"595"} , +{"type":"Feature","id":"n1164376950","geometry":{"type":"Point","coordinates":[0.6751389,50.9419819]},"properties":{"@type":"node","@id":1164376950,"@timestamp":1302778720},"coords":"50.9419819,0.6751389","bedrooms":"2","price":"249000","area":"439"} , +{"type":"Feature","id":"n1164377159","geometry":{"type":"Point","coordinates":[0.7141008,51.4420831]},"properties":{"@type":"node","@id":1164377159,"@timestamp":1398446207},"coords":"51.4420831,0.7141008","bedrooms":"4","price":"207000","area":"352"} , +{"type":"Feature","id":"n1164377384","geometry":{"type":"Point","coordinates":[0.692375,50.9543181]},"properties":{"@type":"node","@id":1164377384,"@timestamp":1302778721},"coords":"50.9543181,0.692375","bedrooms":"2","price":"254000","area":"567"} , +{"type":"Feature","id":"n1164377570","geometry":{"type":"Point","coordinates":[0.6401363,50.9015379]},"properties":{"@type":"node","@id":1164377570,"@timestamp":1302795056},"coords":"50.9015379,0.6401363","bedrooms":"2","price":"175000","area":"667"} , +{"type":"Feature","id":"n1164377698","geometry":{"type":"Point","coordinates":[0.3135235,51.4309257]},"properties":{"@type":"node","@id":1164377698,"@timestamp":1298242203},"coords":"51.4309257,0.3135235","bedrooms":"2","price":"195000","area":"553"} , +{"type":"Feature","id":"n1164377975","geometry":{"type":"Point","coordinates":[0.7132212,50.9757782]},"properties":{"@type":"node","@id":1164377975,"@timestamp":1302778722},"coords":"50.9757782,0.7132212","bedrooms":"4","price":"207000","area":"487"} , +{"type":"Feature","id":"n1164470317","geometry":{"type":"Point","coordinates":[0.1414262,51.7827947]},"properties":{"@type":"node","@id":1164470317,"@timestamp":1631671624},"coords":"51.7827947,0.1414262","bedrooms":"1","price":"290000","area":"534"} , +{"type":"Feature","id":"n1164749013","geometry":{"type":"Point","coordinates":[0.5915134,51.640407]},"properties":{"@type":"node","@id":1164749013,"@timestamp":1298280926},"coords":"51.640407,0.5915134","bedrooms":"0","price":"219000","area":"457"} , +{"type":"Feature","id":"n1164749053","geometry":{"type":"Point","coordinates":[0.4546695,51.5078697]},"properties":{"@type":"node","@id":1164749053,"@timestamp":1393973475},"coords":"51.5078697,0.4546695","bedrooms":"3","price":"152000","area":"615"} , +{"type":"Feature","id":"n1164749094","geometry":{"type":"Point","coordinates":[0.6870115,51.4423754]},"properties":{"@type":"node","@id":1164749094,"@timestamp":1606760213},"coords":"51.4423754,0.6870115","bedrooms":"4","price":"160000","area":"668"} , +{"type":"Feature","id":"n1164749115","geometry":{"type":"Point","coordinates":[0.5803447,51.5976208]},"properties":{"@type":"node","@id":1164749115,"@timestamp":1298280931},"coords":"51.5976208,0.5803447","bedrooms":"1","price":"269000","area":"436"} , +{"type":"Feature","id":"n1164749139","geometry":{"type":"Point","coordinates":[0.393285,51.4622283]},"properties":{"@type":"node","@id":1164749139,"@timestamp":1393799863},"coords":"51.4622283,0.393285","bedrooms":"1","price":"265000","area":"364"} , +{"type":"Feature","id":"n1164749171","geometry":{"type":"Point","coordinates":[0.5790492,51.5923039]},"properties":{"@type":"node","@id":1164749171,"@timestamp":1617445142},"coords":"51.5923039,0.5790492","bedrooms":"4","price":"288000","area":"548"} , +{"type":"Feature","id":"n1164749219","geometry":{"type":"Point","coordinates":[0.5979293,51.673552]},"properties":{"@type":"node","@id":1164749219,"@timestamp":1298280936},"coords":"51.673552,0.5979293","bedrooms":"3","price":"191000","area":"473"} , +{"type":"Feature","id":"n1164749261","geometry":{"type":"Point","coordinates":[0.5889921,51.6101285]},"properties":{"@type":"node","@id":1164749261,"@timestamp":1298280938},"coords":"51.6101285,0.5889921","bedrooms":"2","price":"266000","area":"388"} , +{"type":"Feature","id":"n1164749318","geometry":{"type":"Point","coordinates":[0.396832,51.4730554]},"properties":{"@type":"node","@id":1164749318,"@timestamp":1298280941},"coords":"51.4730554,0.396832","bedrooms":"4","price":"236000","area":"680"} , +{"type":"Feature","id":"n1164749355","geometry":{"type":"Point","coordinates":[0.4718779,51.5207571]},"properties":{"@type":"node","@id":1164749355,"@timestamp":1393973475},"coords":"51.5207571,0.4718779","bedrooms":"4","price":"285000","area":"630"} , +{"type":"Feature","id":"n1164749386","geometry":{"type":"Point","coordinates":[0.6013193,51.6617881]},"properties":{"@type":"node","@id":1164749386,"@timestamp":1298280944},"coords":"51.6617881,0.6013193","bedrooms":"1","price":"224000","area":"429"} , +{"type":"Feature","id":"n1164749416","geometry":{"type":"Point","coordinates":[0.5990791,51.6569118]},"properties":{"@type":"node","@id":1164749416,"@timestamp":1298280946},"coords":"51.6569118,0.5990791","bedrooms":"4","price":"298000","area":"359"} , +{"type":"Feature","id":"n1164762797","geometry":{"type":"Point","coordinates":[0.561665,51.6028926]},"properties":{"@type":"node","@id":1164762797,"@timestamp":1302883815},"coords":"51.6028926,0.561665","bedrooms":"2","price":"244000","area":"373"} , +{"type":"Feature","id":"n1164772169","geometry":{"type":"Point","coordinates":[0.7277689,51.5651765]},"properties":{"@type":"node","@id":1164772169,"@timestamp":1298288859},"coords":"51.5651765,0.7277689","bedrooms":"4","price":"253000","area":"568"} , +{"type":"Feature","id":"n1164772190","geometry":{"type":"Point","coordinates":[0.7329162,51.5705249]},"properties":{"@type":"node","@id":1164772190,"@timestamp":1539256560},"coords":"51.5705249,0.7329162","bedrooms":"0","price":"263000","area":"690"} , +{"type":"Feature","id":"n1164772209","geometry":{"type":"Point","coordinates":[0.7330852,51.5707366]},"properties":{"@type":"node","@id":1164772209,"@timestamp":1539256560},"coords":"51.5707366,0.7330852","bedrooms":"2","price":"297000","area":"449"} , +{"type":"Feature","id":"n1164895988","geometry":{"type":"Point","coordinates":[0.8251454,51.5529693]},"properties":{"@type":"node","@id":1164895988,"@timestamp":1562703931},"coords":"51.5529693,0.8251454","bedrooms":"2","price":"233000","area":"655"} , +{"type":"Feature","id":"n1164913895","geometry":{"type":"Point","coordinates":[0.7434008,51.5537706]},"properties":{"@type":"node","@id":1164913895,"@timestamp":1617356364},"coords":"51.5537706,0.7434008","bedrooms":"3","price":"226000","area":"592"} , +{"type":"Feature","id":"n1164913926","geometry":{"type":"Point","coordinates":[0.7420597,51.5606112]},"properties":{"@type":"node","@id":1164913926,"@timestamp":1539256561},"coords":"51.5606112,0.7420597","bedrooms":"4","price":"281000","area":"600"} , +{"type":"Feature","id":"n1164913971","geometry":{"type":"Point","coordinates":[0.7398442,51.5646163]},"properties":{"@type":"node","@id":1164913971,"@timestamp":1539256561},"coords":"51.5646163,0.7398442","bedrooms":"3","price":"194000","area":"503"} , +{"type":"Feature","id":"n1165048550","geometry":{"type":"Point","coordinates":[0.657569,51.6002252]},"properties":{"@type":"node","@id":1165048550,"@timestamp":1298293424},"coords":"51.6002252,0.657569","bedrooms":"4","price":"173000","area":"579"} , +{"type":"Feature","id":"n1165131251","geometry":{"type":"Point","coordinates":[0.6486305,51.6024942]},"properties":{"@type":"node","@id":1165131251,"@timestamp":1301741549},"coords":"51.6024942,0.6486305","bedrooms":"0","price":"167000","area":"627"} , +{"type":"Feature","id":"n1165227525","geometry":{"type":"Point","coordinates":[0.6543048,51.7152914]},"properties":{"@type":"node","@id":1165227525,"@timestamp":1298300510},"coords":"51.7152914,0.6543048","bedrooms":"0","price":"266000","area":"541"} , +{"type":"Feature","id":"n1165227568","geometry":{"type":"Point","coordinates":[0.5157405,51.7211796]},"properties":{"@type":"node","@id":1165227568,"@timestamp":1617362200},"coords":"51.7211796,0.5157405","bedrooms":"4","price":"266000","area":"600"} , +{"type":"Feature","id":"n1165227605","geometry":{"type":"Point","coordinates":[0.5865965,51.8651914]},"properties":{"@type":"node","@id":1165227605,"@timestamp":1301256890},"coords":"51.8651914,0.5865965","bedrooms":"4","price":"217000","area":"467"} , +{"type":"Feature","id":"n1165227639","geometry":{"type":"Point","coordinates":[0.6059432,51.7011464]},"properties":{"@type":"node","@id":1165227639,"@timestamp":1380910179},"coords":"51.7011464,0.6059432","bedrooms":"3","price":"172000","area":"504"} , +{"type":"Feature","id":"n1165227677","geometry":{"type":"Point","coordinates":[0.5759508,51.8667334]},"properties":{"@type":"node","@id":1165227677,"@timestamp":1300222236},"coords":"51.8667334,0.5759508","bedrooms":"4","price":"161000","area":"687"} , +{"type":"Feature","id":"n1165227718","geometry":{"type":"Point","coordinates":[0.5456796,51.7811566]},"properties":{"@type":"node","@id":1165227718,"@timestamp":1298300521},"coords":"51.7811566,0.5456796","bedrooms":"3","price":"179000","area":"677"} , +{"type":"Feature","id":"n1165227759","geometry":{"type":"Point","coordinates":[0.7282125,51.9258953]},"properties":{"@type":"node","@id":1165227759,"@timestamp":1300222231},"coords":"51.9258953,0.7282125","bedrooms":"2","price":"212000","area":"418"} , +{"type":"Feature","id":"n1165227817","geometry":{"type":"Point","coordinates":[0.5379063,51.7702483]},"properties":{"@type":"node","@id":1165227817,"@timestamp":1298300527},"coords":"51.7702483,0.5379063","bedrooms":"2","price":"274000","area":"570"} , +{"type":"Feature","id":"n1165227851","geometry":{"type":"Point","coordinates":[0.5338455,51.7652271]},"properties":{"@type":"node","@id":1165227851,"@timestamp":1298300529},"coords":"51.7652271,0.5338455","bedrooms":"3","price":"159000","area":"486"} , +{"type":"Feature","id":"n1165227895","geometry":{"type":"Point","coordinates":[0.5240986,51.6933941]},"properties":{"@type":"node","@id":1165227895,"@timestamp":1302883813},"coords":"51.6933941,0.5240986","bedrooms":"4","price":"152000","area":"417"} , +{"type":"Feature","id":"n1165227945","geometry":{"type":"Point","coordinates":[0.5982509,51.7006843]},"properties":{"@type":"node","@id":1165227945,"@timestamp":1380910179},"coords":"51.7006843,0.5982509","bedrooms":"0","price":"186000","area":"361"} , +{"type":"Feature","id":"n1165227997","geometry":{"type":"Point","coordinates":[0.5492011,51.8617628]},"properties":{"@type":"node","@id":1165227997,"@timestamp":1589195949},"coords":"51.8617628,0.5492011","bedrooms":"0","price":"230000","area":"685"} , +{"type":"Feature","id":"n1165228056","geometry":{"type":"Point","coordinates":[0.6592413,51.7256824]},"properties":{"@type":"node","@id":1165228056,"@timestamp":1302884088},"coords":"51.7256824,0.6592413","bedrooms":"1","price":"172000","area":"647"} , +{"type":"Feature","id":"n1165228106","geometry":{"type":"Point","coordinates":[0.5313617,51.7618871]},"properties":{"@type":"node","@id":1165228106,"@timestamp":1617362842},"coords":"51.7618871,0.5313617","bedrooms":"4","price":"183000","area":"420"} , +{"type":"Feature","id":"n1165228146","geometry":{"type":"Point","coordinates":[0.5592621,51.8627449]},"properties":{"@type":"node","@id":1165228146,"@timestamp":1589195949},"coords":"51.8627449,0.5592621","bedrooms":"1","price":"206000","area":"368"} , +{"type":"Feature","id":"n1165228187","geometry":{"type":"Point","coordinates":[0.5713857,51.8613304]},"properties":{"@type":"node","@id":1165228187,"@timestamp":1589195949},"coords":"51.8613304,0.5713857","bedrooms":"2","price":"177000","area":"477"} , +{"type":"Feature","id":"n1165228238","geometry":{"type":"Point","coordinates":[0.6559497,51.7195299]},"properties":{"@type":"node","@id":1165228238,"@timestamp":1298300543},"coords":"51.7195299,0.6559497","bedrooms":"2","price":"286000","area":"585"} , +{"type":"Feature","id":"n1165228291","geometry":{"type":"Point","coordinates":[0.6548145,51.716605]},"properties":{"@type":"node","@id":1165228291,"@timestamp":1298300545},"coords":"51.716605,0.6548145","bedrooms":"2","price":"174000","area":"371"} , +{"type":"Feature","id":"n1165228332","geometry":{"type":"Point","coordinates":[0.5340815,51.8527326]},"properties":{"@type":"node","@id":1165228332,"@timestamp":1356450275},"coords":"51.8527326,0.5340815","bedrooms":"0","price":"229000","area":"578"} , +{"type":"Feature","id":"n1165228383","geometry":{"type":"Point","coordinates":[0.5625826,51.8621387]},"properties":{"@type":"node","@id":1165228383,"@timestamp":1589195949},"coords":"51.8621387,0.5625826","bedrooms":"0","price":"258000","area":"613"} , +{"type":"Feature","id":"n1165228427","geometry":{"type":"Point","coordinates":[0.545229,51.7073861]},"properties":{"@type":"node","@id":1165228427,"@timestamp":1380910179},"coords":"51.7073861,0.545229","bedrooms":"2","price":"195000","area":"370"} , +{"type":"Feature","id":"n1165228461","geometry":{"type":"Point","coordinates":[0.5624861,51.8629073]},"properties":{"@type":"node","@id":1165228461,"@timestamp":1325431689},"coords":"51.8629073,0.5624861","bedrooms":"0","price":"295000","area":"687"} , +{"type":"Feature","id":"n1165228505","geometry":{"type":"Point","coordinates":[0.544027,51.8585211]},"properties":{"@type":"node","@id":1165228505,"@timestamp":1356450275},"coords":"51.8585211,0.544027","bedrooms":"0","price":"162000","area":"604"} , +{"type":"Feature","id":"n1165228546","geometry":{"type":"Point","coordinates":[0.5354765,51.8428703]},"properties":{"@type":"node","@id":1165228546,"@timestamp":1298300556},"coords":"51.8428703,0.5354765","bedrooms":"1","price":"262000","area":"539"} , +{"type":"Feature","id":"n1165228586","geometry":{"type":"Point","coordinates":[0.5324185,51.7531043]},"properties":{"@type":"node","@id":1165228586,"@timestamp":1298300557},"coords":"51.7531043,0.5324185","bedrooms":"2","price":"216000","area":"421"} , +{"type":"Feature","id":"n1165228621","geometry":{"type":"Point","coordinates":[0.5610484,51.862417]},"properties":{"@type":"node","@id":1165228621,"@timestamp":1589195949},"coords":"51.862417,0.5610484","bedrooms":"0","price":"248000","area":"394"} , +{"type":"Feature","id":"n1165228655","geometry":{"type":"Point","coordinates":[0.5550242,51.8623209]},"properties":{"@type":"node","@id":1165228655,"@timestamp":1589195949},"coords":"51.8623209,0.5550242","bedrooms":"0","price":"245000","area":"614"} , +{"type":"Feature","id":"n1165228697","geometry":{"type":"Point","coordinates":[0.5759749,51.866798]},"properties":{"@type":"node","@id":1165228697,"@timestamp":1300222235},"coords":"51.866798,0.5759749","bedrooms":"0","price":"172000","area":"423"} , +{"type":"Feature","id":"n1165242234","geometry":{"type":"Point","coordinates":[-0.1924082,51.5443847]},"properties":{"@type":"node","@id":1165242234,"@timestamp":1380618113},"coords":"51.5443847,-0.1924082","bedrooms":"2","price":"195000","area":"685"} , +{"type":"Feature","id":"n1165259055","geometry":{"type":"Point","coordinates":[0.4381281,51.9549776]},"properties":{"@type":"node","@id":1165259055,"@timestamp":1446075208},"coords":"51.9549776,0.4381281","bedrooms":"4","price":"199000","area":"468"} , +{"type":"Feature","id":"n1165259088","geometry":{"type":"Point","coordinates":[0.3740075,51.9547857]},"properties":{"@type":"node","@id":1165259088,"@timestamp":1375602852},"coords":"51.9547857,0.3740075","bedrooms":"0","price":"157000","area":"545"} , +{"type":"Feature","id":"n1165259116","geometry":{"type":"Point","coordinates":[0.4298723,51.9563991]},"properties":{"@type":"node","@id":1165259116,"@timestamp":1446075209},"coords":"51.9563991,0.4298723","bedrooms":"3","price":"208000","area":"548"} , +{"type":"Feature","id":"n1165259142","geometry":{"type":"Point","coordinates":[0.377898,51.9523821]},"properties":{"@type":"node","@id":1165259142,"@timestamp":1375602852},"coords":"51.9523821,0.377898","bedrooms":"3","price":"172000","area":"533"} , +{"type":"Feature","id":"n1165259174","geometry":{"type":"Point","coordinates":[0.3785616,51.9639392]},"properties":{"@type":"node","@id":1165259174,"@timestamp":1446075210},"coords":"51.9639392,0.3785616","bedrooms":"2","price":"174000","area":"693"} , +{"type":"Feature","id":"n1165259197","geometry":{"type":"Point","coordinates":[0.4024654,51.9610536]},"properties":{"@type":"node","@id":1165259197,"@timestamp":1446075210},"coords":"51.9610536,0.4024654","bedrooms":"0","price":"222000","area":"570"} , +{"type":"Feature","id":"n1165259220","geometry":{"type":"Point","coordinates":[0.4101044,51.9598437]},"properties":{"@type":"node","@id":1165259220,"@timestamp":1446075210},"coords":"51.9598437,0.4101044","bedrooms":"1","price":"159000","area":"534"} , +{"type":"Feature","id":"n1165259254","geometry":{"type":"Point","coordinates":[0.4487014,51.9554602]},"properties":{"@type":"node","@id":1165259254,"@timestamp":1446075211},"coords":"51.9554602,0.4487014","bedrooms":"0","price":"245000","area":"478"} , +{"type":"Feature","id":"n1165259281","geometry":{"type":"Point","coordinates":[0.3607464,51.9651142]},"properties":{"@type":"node","@id":1165259281,"@timestamp":1334752829},"coords":"51.9651142,0.3607464","bedrooms":"0","price":"249000","area":"433"} , +{"type":"Feature","id":"n1165259303","geometry":{"type":"Point","coordinates":[0.3909212,51.961956]},"properties":{"@type":"node","@id":1165259303,"@timestamp":1446075212},"coords":"51.961956,0.3909212","bedrooms":"0","price":"286000","area":"467"} , +{"type":"Feature","id":"n1165303306","geometry":{"type":"Point","coordinates":[-0.0396644,51.4961451]},"properties":{"@type":"node","@id":1165303306,"@timestamp":1298303664},"coords":"51.4961451,-0.0396644","bedrooms":"1","price":"230000","area":"403"} , +{"type":"Feature","id":"n1165377817","geometry":{"type":"Point","coordinates":[-0.9031239,51.942462]},"properties":{"@type":"node","@id":1165377817,"@timestamp":1375210056},"coords":"51.942462,-0.9031239","bedrooms":"1","price":"193000","area":"367"} , +{"type":"Feature","id":"n1165377876","geometry":{"type":"Point","coordinates":[-0.8994641,51.9777166]},"properties":{"@type":"node","@id":1165377876,"@timestamp":1298307375},"coords":"51.9777166,-0.8994641","bedrooms":"1","price":"243000","area":"513"} , +{"type":"Feature","id":"n1165396858","geometry":{"type":"Point","coordinates":[-1.1300413,51.6710748]},"properties":{"@type":"node","@id":1165396858,"@timestamp":1298308175},"coords":"51.6710748,-1.1300413","bedrooms":"0","price":"254000","area":"647"} , +{"type":"Feature","id":"n1165396893","geometry":{"type":"Point","coordinates":[-1.1152947,51.6820388]},"properties":{"@type":"node","@id":1165396893,"@timestamp":1606512943},"coords":"51.6820388,-1.1152947","bedrooms":"0","price":"255000","area":"652"} , +{"type":"Feature","id":"n1165396934","geometry":{"type":"Point","coordinates":[-1.1161745,51.682438]},"properties":{"@type":"node","@id":1165396934,"@timestamp":1606512943},"coords":"51.682438,-1.1161745","bedrooms":"0","price":"271000","area":"529"} , +{"type":"Feature","id":"n1165396973","geometry":{"type":"Point","coordinates":[-1.1116416,51.6969137]},"properties":{"@type":"node","@id":1165396973,"@timestamp":1298308178},"coords":"51.6969137,-1.1116416","bedrooms":"0","price":"255000","area":"653"} , +{"type":"Feature","id":"n1165397023","geometry":{"type":"Point","coordinates":[-1.1094797,51.6956403]},"properties":{"@type":"node","@id":1165397023,"@timestamp":1298308180},"coords":"51.6956403,-1.1094797","bedrooms":"1","price":"255000","area":"667"} , +{"type":"Feature","id":"n1165397062","geometry":{"type":"Point","coordinates":[-1.1242023,51.6800149]},"properties":{"@type":"node","@id":1165397062,"@timestamp":1606512943},"coords":"51.6800149,-1.1242023","bedrooms":"2","price":"251000","area":"602"} , +{"type":"Feature","id":"n1165429261","geometry":{"type":"Point","coordinates":[-0.4510453,51.7823796]},"properties":{"@type":"node","@id":1165429261,"@timestamp":1539116463},"coords":"51.7823796,-0.4510453","bedrooms":"4","price":"169000","area":"395"} , +{"type":"Feature","id":"n1165429296","geometry":{"type":"Point","coordinates":[-0.4305537,51.7811666]},"properties":{"@type":"node","@id":1165429296,"@timestamp":1539116463},"coords":"51.7811666,-0.4305537","bedrooms":"0","price":"178000","area":"518"} , +{"type":"Feature","id":"n1165429333","geometry":{"type":"Point","coordinates":[-0.5027156,51.7653234]},"properties":{"@type":"node","@id":1165429333,"@timestamp":1504475634},"coords":"51.7653234,-0.5027156","bedrooms":"4","price":"281000","area":"549"} , +{"type":"Feature","id":"n1165429383","geometry":{"type":"Point","coordinates":[-0.4284831,51.7798457]},"properties":{"@type":"node","@id":1165429383,"@timestamp":1539116464},"coords":"51.7798457,-0.4284831","bedrooms":"2","price":"168000","area":"412"} , +{"type":"Feature","id":"n1165429427","geometry":{"type":"Point","coordinates":[-0.4539375,51.7814023]},"properties":{"@type":"node","@id":1165429427,"@timestamp":1539116464},"coords":"51.7814023,-0.4539375","bedrooms":"1","price":"265000","area":"692"} , +{"type":"Feature","id":"n1165429482","geometry":{"type":"Point","coordinates":[-0.4212911,51.7584694]},"properties":{"@type":"node","@id":1165429482,"@timestamp":1621951398},"coords":"51.7584694,-0.4212911","bedrooms":"2","price":"192000","area":"364"} , +{"type":"Feature","id":"n1165429522","geometry":{"type":"Point","coordinates":[-0.4973083,51.7703297]},"properties":{"@type":"node","@id":1165429522,"@timestamp":1539116465},"coords":"51.7703297,-0.4973083","bedrooms":"0","price":"158000","area":"555"} , +{"type":"Feature","id":"n1165429560","geometry":{"type":"Point","coordinates":[-0.4465451,51.7825638]},"properties":{"@type":"node","@id":1165429560,"@timestamp":1539116465},"coords":"51.7825638,-0.4465451","bedrooms":"1","price":"238000","area":"679"} , +{"type":"Feature","id":"n1165429599","geometry":{"type":"Point","coordinates":[-0.4464271,51.7824477]},"properties":{"@type":"node","@id":1165429599,"@timestamp":1539116465},"coords":"51.7824477,-0.4464271","bedrooms":"3","price":"290000","area":"690"} , +{"type":"Feature","id":"n1165429631","geometry":{"type":"Point","coordinates":[-0.4725625,51.7742499]},"properties":{"@type":"node","@id":1165429631,"@timestamp":1539116465},"coords":"51.7742499,-0.4725625","bedrooms":"2","price":"221000","area":"523"} , +{"type":"Feature","id":"n1165429663","geometry":{"type":"Point","coordinates":[-0.525655,51.7533041]},"properties":{"@type":"node","@id":1165429663,"@timestamp":1485693909},"coords":"51.7533041,-0.525655","bedrooms":"3","price":"162000","area":"640"} , +{"type":"Feature","id":"n1165429705","geometry":{"type":"Point","coordinates":[-0.4710068,51.7744922]},"properties":{"@type":"node","@id":1165429705,"@timestamp":1539116466},"coords":"51.7744922,-0.4710068","bedrooms":"1","price":"265000","area":"392"} , +{"type":"Feature","id":"n1165429748","geometry":{"type":"Point","coordinates":[-0.4643496,51.7773001]},"properties":{"@type":"node","@id":1165429748,"@timestamp":1539116466},"coords":"51.7773001,-0.4643496","bedrooms":"1","price":"274000","area":"421"} , +{"type":"Feature","id":"n1165429780","geometry":{"type":"Point","coordinates":[-0.5147413,51.7580867]},"properties":{"@type":"node","@id":1165429780,"@timestamp":1485693909},"coords":"51.7580867,-0.5147413","bedrooms":"0","price":"229000","area":"553"} , +{"type":"Feature","id":"n1165429808","geometry":{"type":"Point","coordinates":[-0.434518,51.7824145]},"properties":{"@type":"node","@id":1165429808,"@timestamp":1539116466},"coords":"51.7824145,-0.434518","bedrooms":"4","price":"227000","area":"590"} , +{"type":"Feature","id":"n1165429830","geometry":{"type":"Point","coordinates":[-0.4784312,51.7729852]},"properties":{"@type":"node","@id":1165429830,"@timestamp":1539116466},"coords":"51.7729852,-0.4784312","bedrooms":"1","price":"199000","area":"667"} , +{"type":"Feature","id":"n1165598938","geometry":{"type":"Point","coordinates":[-0.0538438,51.5004823]},"properties":{"@type":"node","@id":1165598938,"@timestamp":1478642943},"coords":"51.5004823,-0.0538438","bedrooms":"2","price":"239000","area":"660"} , +{"type":"Feature","id":"n1165697902","geometry":{"type":"Point","coordinates":[-0.054107,51.5011762]},"properties":{"@type":"node","@id":1165697902,"@timestamp":1298319674},"coords":"51.5011762,-0.054107","bedrooms":"4","price":"192000","area":"579"} , +{"type":"Feature","id":"n1165715979","geometry":{"type":"Point","coordinates":[0.7299905,51.3687733]},"properties":{"@type":"node","@id":1165715979,"@timestamp":1298320755},"coords":"51.3687733,0.7299905","bedrooms":"2","price":"191000","area":"520"} , +{"type":"Feature","id":"n1165716134","geometry":{"type":"Point","coordinates":[0.7373448,51.3675842]},"properties":{"@type":"node","@id":1165716134,"@timestamp":1298320761},"coords":"51.3675842,0.7373448","bedrooms":"2","price":"264000","area":"476"} , +{"type":"Feature","id":"n1165723449","geometry":{"type":"Point","coordinates":[0.8783257,51.3386788]},"properties":{"@type":"node","@id":1165723449,"@timestamp":1298321091},"coords":"51.3386788,0.8783257","bedrooms":"3","price":"231000","area":"559"} , +{"type":"Feature","id":"n1165744808","geometry":{"type":"Point","coordinates":[0.7502868,51.384491]},"properties":{"@type":"node","@id":1165744808,"@timestamp":1298322049},"coords":"51.384491,0.7502868","bedrooms":"3","price":"205000","area":"676"} , +{"type":"Feature","id":"n1165831514","geometry":{"type":"Point","coordinates":[0.1722189,51.1484562]},"properties":{"@type":"node","@id":1165831514,"@timestamp":1380229193},"coords":"51.1484562,0.1722189","bedrooms":"1","price":"164000","area":"602"} , +{"type":"Feature","id":"n1165921307","geometry":{"type":"Point","coordinates":[-0.1692003,51.4638328]},"properties":{"@type":"node","@id":1165921307,"@timestamp":1586085765},"coords":"51.4638328,-0.1692003","bedrooms":"3","price":"195000","area":"630"} , +{"type":"Feature","id":"n1165952980","geometry":{"type":"Point","coordinates":[-0.142011,51.463804]},"properties":{"@type":"node","@id":1165952980,"@timestamp":1611787622},"coords":"51.463804,-0.142011","bedrooms":"2","price":"215000","area":"463"} , +{"type":"Feature","id":"n1166026875","geometry":{"type":"Point","coordinates":[-0.2673656,50.9997835]},"properties":{"@type":"node","@id":1166026875,"@timestamp":1597080275},"coords":"50.9997835,-0.2673656","bedrooms":"4","price":"273000","area":"623"} , +{"type":"Feature","id":"n1166026885","geometry":{"type":"Point","coordinates":[-0.7844181,51.0057873]},"properties":{"@type":"node","@id":1166026885,"@timestamp":1366830818},"coords":"51.0057873,-0.7844181","bedrooms":"4","price":"216000","area":"627"} , +{"type":"Feature","id":"n1166026896","geometry":{"type":"Point","coordinates":[-0.364998,51.0014764]},"properties":{"@type":"node","@id":1166026896,"@timestamp":1401889776},"coords":"51.0014764,-0.364998","bedrooms":"3","price":"151000","area":"590"} , +{"type":"Feature","id":"n1166026906","geometry":{"type":"Point","coordinates":[-0.8633543,50.9925031]},"properties":{"@type":"node","@id":1166026906,"@timestamp":1366830819},"coords":"50.9925031,-0.8633543","bedrooms":"0","price":"203000","area":"477"} , +{"type":"Feature","id":"n1166026916","geometry":{"type":"Point","coordinates":[-0.9020909,50.9911526]},"properties":{"@type":"node","@id":1166026916,"@timestamp":1366830819},"coords":"50.9911526,-0.9020909","bedrooms":"3","price":"195000","area":"563"} , +{"type":"Feature","id":"n1166026926","geometry":{"type":"Point","coordinates":[-0.7483285,51.0079053]},"properties":{"@type":"node","@id":1166026926,"@timestamp":1366830820},"coords":"51.0079053,-0.7483285","bedrooms":"1","price":"249000","area":"428"} , +{"type":"Feature","id":"n1166026936","geometry":{"type":"Point","coordinates":[-0.3003695,51.0036187]},"properties":{"@type":"node","@id":1166026936,"@timestamp":1401555203},"coords":"51.0036187,-0.3003695","bedrooms":"0","price":"294000","area":"606"} , +{"type":"Feature","id":"n1166026946","geometry":{"type":"Point","coordinates":[-0.7982984,51.0058893]},"properties":{"@type":"node","@id":1166026946,"@timestamp":1366830821},"coords":"51.0058893,-0.7982984","bedrooms":"0","price":"270000","area":"659"} , +{"type":"Feature","id":"n1166236378","geometry":{"type":"Point","coordinates":[-0.4849808,51.7550057]},"properties":{"@type":"node","@id":1166236378,"@timestamp":1366885496},"coords":"51.7550057,-0.4849808","bedrooms":"3","price":"221000","area":"402"} , +{"type":"Feature","id":"n1166684075","geometry":{"type":"Point","coordinates":[0.3799558,51.4396258]},"properties":{"@type":"node","@id":1166684075,"@timestamp":1455064538},"coords":"51.4396258,0.3799558","bedrooms":"3","price":"181000","area":"606"} , +{"type":"Feature","id":"n1166720796","geometry":{"type":"Point","coordinates":[0.2188146,51.64363]},"properties":{"@type":"node","@id":1166720796,"@timestamp":1299404750},"coords":"51.64363,0.2188146","bedrooms":"4","price":"196000","area":"631"} , +{"type":"Feature","id":"n1166720827","geometry":{"type":"Point","coordinates":[0.0225413,51.7040686]},"properties":{"@type":"node","@id":1166720827,"@timestamp":1299404742},"coords":"51.7040686,0.0225413","bedrooms":"3","price":"293000","area":"422"} , +{"type":"Feature","id":"n1166720859","geometry":{"type":"Point","coordinates":[0.4741465,51.5951018]},"properties":{"@type":"node","@id":1166720859,"@timestamp":1367229521},"coords":"51.5951018,0.4741465","bedrooms":"0","price":"190000","area":"588"} , +{"type":"Feature","id":"n1166720896","geometry":{"type":"Point","coordinates":[0.1184893,51.6812372]},"properties":{"@type":"node","@id":1166720896,"@timestamp":1299404735},"coords":"51.6812372,0.1184893","bedrooms":"1","price":"204000","area":"601"} , +{"type":"Feature","id":"n1166720949","geometry":{"type":"Point","coordinates":[0.4048794,51.5836934]},"properties":{"@type":"node","@id":1166720949,"@timestamp":1311337537},"coords":"51.5836934,0.4048794","bedrooms":"2","price":"188000","area":"355"} , +{"type":"Feature","id":"n1166721007","geometry":{"type":"Point","coordinates":[0.1461938,51.672743]},"properties":{"@type":"node","@id":1166721007,"@timestamp":1609064912},"coords":"51.672743,0.1461938","bedrooms":"1","price":"190000","area":"684"} , +{"type":"Feature","id":"n1166721056","geometry":{"type":"Point","coordinates":[0.010069,51.7094706]},"properties":{"@type":"node","@id":1166721056,"@timestamp":1617974089},"coords":"51.7094706,0.010069","bedrooms":"3","price":"248000","area":"360"} , +{"type":"Feature","id":"n1166721117","geometry":{"type":"Point","coordinates":[0.537681,51.5926924]},"properties":{"@type":"node","@id":1166721117,"@timestamp":1298394245},"coords":"51.5926924,0.537681","bedrooms":"0","price":"229000","area":"419"} , +{"type":"Feature","id":"n1166721201","geometry":{"type":"Point","coordinates":[0.0366229,51.703497]},"properties":{"@type":"node","@id":1166721201,"@timestamp":1299404733},"coords":"51.703497,0.0366229","bedrooms":"3","price":"237000","area":"665"} , +{"type":"Feature","id":"n1166721267","geometry":{"type":"Point","coordinates":[0.5671397,51.5928157]},"properties":{"@type":"node","@id":1166721267,"@timestamp":1617445534},"coords":"51.5928157,0.5671397","bedrooms":"0","price":"276000","area":"689"} , +{"type":"Feature","id":"n1166721317","geometry":{"type":"Point","coordinates":[0.0457799,51.7046138]},"properties":{"@type":"node","@id":1166721317,"@timestamp":1299404753},"coords":"51.7046138,0.0457799","bedrooms":"4","price":"272000","area":"586"} , +{"type":"Feature","id":"n1166721373","geometry":{"type":"Point","coordinates":[0.3638792,51.568888]},"properties":{"@type":"node","@id":1166721373,"@timestamp":1334407504},"coords":"51.568888,0.3638792","bedrooms":"4","price":"284000","area":"464"} , +{"type":"Feature","id":"n1166721429","geometry":{"type":"Point","coordinates":[0.4432726,51.5922094]},"properties":{"@type":"node","@id":1166721429,"@timestamp":1298394254},"coords":"51.5922094,0.4432726","bedrooms":"3","price":"240000","area":"588"} , +{"type":"Feature","id":"n1166721495","geometry":{"type":"Point","coordinates":[0.4323292,51.590763]},"properties":{"@type":"node","@id":1166721495,"@timestamp":1298394256},"coords":"51.590763,0.4323292","bedrooms":"4","price":"197000","area":"662"} , +{"type":"Feature","id":"n1166721563","geometry":{"type":"Point","coordinates":[0.2496278,51.5796101]},"properties":{"@type":"node","@id":1166721563,"@timestamp":1299404745},"coords":"51.5796101,0.2496278","bedrooms":"1","price":"160000","area":"383"} , +{"type":"Feature","id":"n1166782487","geometry":{"type":"Point","coordinates":[0.432428,50.8786114]},"properties":{"@type":"node","@id":1166782487,"@timestamp":1298396561},"coords":"50.8786114,0.432428","bedrooms":"1","price":"293000","area":"420"} , +{"type":"Feature","id":"n1166782537","geometry":{"type":"Point","coordinates":[0.0653147,50.9568239]},"properties":{"@type":"node","@id":1166782537,"@timestamp":1298396562},"coords":"50.9568239,0.0653147","bedrooms":"1","price":"159000","area":"396"} , +{"type":"Feature","id":"n1167097848","geometry":{"type":"Point","coordinates":[0.3124531,51.9819397]},"properties":{"@type":"node","@id":1167097848,"@timestamp":1298410525},"coords":"51.9819397,0.3124531","bedrooms":"2","price":"244000","area":"624"} , +{"type":"Feature","id":"n1167097943","geometry":{"type":"Point","coordinates":[0.3051763,51.9805388]},"properties":{"@type":"node","@id":1167097943,"@timestamp":1298410532},"coords":"51.9805388,0.3051763","bedrooms":"2","price":"157000","area":"561"} , +{"type":"Feature","id":"n1167104576","geometry":{"type":"Point","coordinates":[0.3181957,51.9827162]},"properties":{"@type":"node","@id":1167104576,"@timestamp":1298410827},"coords":"51.9827162,0.3181957","bedrooms":"0","price":"212000","area":"662"} , +{"type":"Feature","id":"n1167184891","geometry":{"type":"Point","coordinates":[0.3102404,51.9905044]},"properties":{"@type":"node","@id":1167184891,"@timestamp":1298414059},"coords":"51.9905044,0.3102404","bedrooms":"4","price":"248000","area":"516"} , +{"type":"Feature","id":"n1167218408","geometry":{"type":"Point","coordinates":[0.282538,51.9833266]},"properties":{"@type":"node","@id":1167218408,"@timestamp":1298416270},"coords":"51.9833266,0.282538","bedrooms":"2","price":"228000","area":"649"} , +{"type":"Feature","id":"n1167745793","geometry":{"type":"Point","coordinates":[-0.0974151,51.455322]},"properties":{"@type":"node","@id":1167745793,"@timestamp":1313661335},"coords":"51.455322,-0.0974151","bedrooms":"4","price":"187000","area":"419"} , +{"type":"Feature","id":"n1167745804","geometry":{"type":"Point","coordinates":[-0.0578093,51.4903791]},"properties":{"@type":"node","@id":1167745804,"@timestamp":1298447073},"coords":"51.4903791,-0.0578093","bedrooms":"1","price":"185000","area":"509"} , +{"type":"Feature","id":"n1167745825","geometry":{"type":"Point","coordinates":[-0.0794318,51.4430161]},"properties":{"@type":"node","@id":1167745825,"@timestamp":1298447075},"coords":"51.4430161,-0.0794318","bedrooms":"2","price":"233000","area":"475"} , +{"type":"Feature","id":"n1167745836","geometry":{"type":"Point","coordinates":[-0.0409336,51.4923951]},"properties":{"@type":"node","@id":1167745836,"@timestamp":1298447077},"coords":"51.4923951,-0.0409336","bedrooms":"3","price":"232000","area":"390"} , +{"type":"Feature","id":"n1167745847","geometry":{"type":"Point","coordinates":[-0.0543511,51.4568929]},"properties":{"@type":"node","@id":1167745847,"@timestamp":1298447078},"coords":"51.4568929,-0.0543511","bedrooms":"0","price":"198000","area":"698"} , +{"type":"Feature","id":"n1167745859","geometry":{"type":"Point","coordinates":[-0.0793179,51.4449507]},"properties":{"@type":"node","@id":1167745859,"@timestamp":1298447080},"coords":"51.4449507,-0.0793179","bedrooms":"1","price":"210000","area":"655"} , +{"type":"Feature","id":"n1167745870","geometry":{"type":"Point","coordinates":[-0.0938539,51.4818715]},"properties":{"@type":"node","@id":1167745870,"@timestamp":1298447082},"coords":"51.4818715,-0.0938539","bedrooms":"0","price":"234000","area":"501"} , +{"type":"Feature","id":"n1167745882","geometry":{"type":"Point","coordinates":[-0.0596048,51.4526428]},"properties":{"@type":"node","@id":1167745882,"@timestamp":1298447084},"coords":"51.4526428,-0.0596048","bedrooms":"0","price":"199000","area":"513"} , +{"type":"Feature","id":"n1167745901","geometry":{"type":"Point","coordinates":[-0.0867663,51.452027]},"properties":{"@type":"node","@id":1167745901,"@timestamp":1298447086},"coords":"51.452027,-0.0867663","bedrooms":"4","price":"253000","area":"661"} , +{"type":"Feature","id":"n1167745912","geometry":{"type":"Point","coordinates":[-0.0670222,51.4754424]},"properties":{"@type":"node","@id":1167745912,"@timestamp":1298447088},"coords":"51.4754424,-0.0670222","bedrooms":"0","price":"216000","area":"683"} , +{"type":"Feature","id":"n1167745923","geometry":{"type":"Point","coordinates":[-0.078741,51.4563223]},"properties":{"@type":"node","@id":1167745923,"@timestamp":1298447090},"coords":"51.4563223,-0.078741","bedrooms":"1","price":"294000","area":"518"} , +{"type":"Feature","id":"n1167745934","geometry":{"type":"Point","coordinates":[-0.0537011,51.4574382]},"properties":{"@type":"node","@id":1167745934,"@timestamp":1298447091},"coords":"51.4574382,-0.0537011","bedrooms":"0","price":"293000","area":"660"} , +{"type":"Feature","id":"n1167745945","geometry":{"type":"Point","coordinates":[-0.049824,51.4538723]},"properties":{"@type":"node","@id":1167745945,"@timestamp":1298447093},"coords":"51.4538723,-0.049824","bedrooms":"0","price":"207000","area":"389"} , +{"type":"Feature","id":"n1167745956","geometry":{"type":"Point","coordinates":[-0.0850151,51.4532344]},"properties":{"@type":"node","@id":1167745956,"@timestamp":1298447095},"coords":"51.4532344,-0.0850151","bedrooms":"1","price":"259000","area":"388"} , +{"type":"Feature","id":"n1167745969","geometry":{"type":"Point","coordinates":[-0.0967059,51.4860945]},"properties":{"@type":"node","@id":1167745969,"@timestamp":1298447097},"coords":"51.4860945,-0.0967059","bedrooms":"1","price":"157000","area":"666"} , +{"type":"Feature","id":"n1167745980","geometry":{"type":"Point","coordinates":[-0.0537177,51.4573866]},"properties":{"@type":"node","@id":1167745980,"@timestamp":1298447099},"coords":"51.4573866,-0.0537177","bedrooms":"4","price":"192000","area":"516"} , +{"type":"Feature","id":"n1167745991","geometry":{"type":"Point","coordinates":[-0.0910708,51.4484282]},"properties":{"@type":"node","@id":1167745991,"@timestamp":1298447101},"coords":"51.4484282,-0.0910708","bedrooms":"0","price":"186000","area":"648"} , +{"type":"Feature","id":"n1167746003","geometry":{"type":"Point","coordinates":[-0.0537766,51.4573187]},"properties":{"@type":"node","@id":1167746003,"@timestamp":1298447103},"coords":"51.4573187,-0.0537766","bedrooms":"4","price":"280000","area":"454"} , +{"type":"Feature","id":"n1167746031","geometry":{"type":"Point","coordinates":[-0.0651614,51.4406667]},"properties":{"@type":"node","@id":1167746031,"@timestamp":1298447105},"coords":"51.4406667,-0.0651614","bedrooms":"3","price":"293000","area":"497"} , +{"type":"Feature","id":"n1167746106","geometry":{"type":"Point","coordinates":[-0.0797784,51.46496]},"properties":{"@type":"node","@id":1167746106,"@timestamp":1298447107},"coords":"51.46496,-0.0797784","bedrooms":"1","price":"296000","area":"379"} , +{"type":"Feature","id":"n1167746147","geometry":{"type":"Point","coordinates":[-0.0353448,51.4967466]},"properties":{"@type":"node","@id":1167746147,"@timestamp":1298447109},"coords":"51.4967466,-0.0353448","bedrooms":"3","price":"176000","area":"503"} , +{"type":"Feature","id":"n1167746184","geometry":{"type":"Point","coordinates":[-0.0879019,51.4917017]},"properties":{"@type":"node","@id":1167746184,"@timestamp":1298447111},"coords":"51.4917017,-0.0879019","bedrooms":"2","price":"221000","area":"536"} , +{"type":"Feature","id":"n1167746230","geometry":{"type":"Point","coordinates":[-0.0919512,51.4867884]},"properties":{"@type":"node","@id":1167746230,"@timestamp":1298447114},"coords":"51.4867884,-0.0919512","bedrooms":"3","price":"286000","area":"467"} , +{"type":"Feature","id":"n1167746270","geometry":{"type":"Point","coordinates":[-0.0629649,51.4617649]},"properties":{"@type":"node","@id":1167746270,"@timestamp":1298447116},"coords":"51.4617649,-0.0629649","bedrooms":"3","price":"229000","area":"430"} , +{"type":"Feature","id":"n1167746310","geometry":{"type":"Point","coordinates":[-0.0851216,51.4534211]},"properties":{"@type":"node","@id":1167746310,"@timestamp":1298447118},"coords":"51.4534211,-0.0851216","bedrooms":"2","price":"283000","area":"540"} , +{"type":"Feature","id":"n1167746348","geometry":{"type":"Point","coordinates":[-0.0890003,51.4997885]},"properties":{"@type":"node","@id":1167746348,"@timestamp":1298447119},"coords":"51.4997885,-0.0890003","bedrooms":"0","price":"198000","area":"376"} , +{"type":"Feature","id":"n1167746377","geometry":{"type":"Point","coordinates":[-0.0968241,51.4766125]},"properties":{"@type":"node","@id":1167746377,"@timestamp":1298447122},"coords":"51.4766125,-0.0968241","bedrooms":"2","price":"290000","area":"673"} , +{"type":"Feature","id":"n1167746392","geometry":{"type":"Point","coordinates":[-0.0353786,51.4967431]},"properties":{"@type":"node","@id":1167746392,"@timestamp":1298447124},"coords":"51.4967431,-0.0353786","bedrooms":"2","price":"178000","area":"446"} , +{"type":"Feature","id":"n1167746403","geometry":{"type":"Point","coordinates":[-0.0543402,51.4568993]},"properties":{"@type":"node","@id":1167746403,"@timestamp":1298447126},"coords":"51.4568993,-0.0543402","bedrooms":"1","price":"185000","area":"464"} , +{"type":"Feature","id":"n1167746415","geometry":{"type":"Point","coordinates":[-0.0870965,51.4930072]},"properties":{"@type":"node","@id":1167746415,"@timestamp":1298447129},"coords":"51.4930072,-0.0870965","bedrooms":"2","price":"189000","area":"360"} , +{"type":"Feature","id":"n1167746426","geometry":{"type":"Point","coordinates":[-0.07695,51.4927599]},"properties":{"@type":"node","@id":1167746426,"@timestamp":1298447131},"coords":"51.4927599,-0.07695","bedrooms":"4","price":"174000","area":"412"} , +{"type":"Feature","id":"n1167746438","geometry":{"type":"Point","coordinates":[-0.0413278,51.4922788]},"properties":{"@type":"node","@id":1167746438,"@timestamp":1298447133},"coords":"51.4922788,-0.0413278","bedrooms":"0","price":"244000","area":"560"} , +{"type":"Feature","id":"n1167746453","geometry":{"type":"Point","coordinates":[-0.0547596,51.4513578]},"properties":{"@type":"node","@id":1167746453,"@timestamp":1298447135},"coords":"51.4513578,-0.0547596","bedrooms":"1","price":"252000","area":"400"} , +{"type":"Feature","id":"n1167746464","geometry":{"type":"Point","coordinates":[-0.1077679,51.4992529]},"properties":{"@type":"node","@id":1167746464,"@timestamp":1298447137},"coords":"51.4992529,-0.1077679","bedrooms":"3","price":"259000","area":"466"} , +{"type":"Feature","id":"n1167746477","geometry":{"type":"Point","coordinates":[-0.074966,51.4486111]},"properties":{"@type":"node","@id":1167746477,"@timestamp":1469520102},"coords":"51.4486111,-0.074966","bedrooms":"2","price":"177000","area":"474"} , +{"type":"Feature","id":"n1167746488","geometry":{"type":"Point","coordinates":[-0.0955572,51.4558501]},"properties":{"@type":"node","@id":1167746488,"@timestamp":1313146313},"coords":"51.4558501,-0.0955572","bedrooms":"0","price":"217000","area":"461"} , +{"type":"Feature","id":"n1167746499","geometry":{"type":"Point","coordinates":[-0.0911029,51.4869485]},"properties":{"@type":"node","@id":1167746499,"@timestamp":1298447142},"coords":"51.4869485,-0.0911029","bedrooms":"4","price":"223000","area":"614"} , +{"type":"Feature","id":"n1167746511","geometry":{"type":"Point","coordinates":[-0.1043147,51.4845336]},"properties":{"@type":"node","@id":1167746511,"@timestamp":1298447144},"coords":"51.4845336,-0.1043147","bedrooms":"3","price":"245000","area":"631"} , +{"type":"Feature","id":"n1167746521","geometry":{"type":"Point","coordinates":[-0.057917,51.4945428]},"properties":{"@type":"node","@id":1167746521,"@timestamp":1298447145},"coords":"51.4945428,-0.057917","bedrooms":"1","price":"199000","area":"595"} , +{"type":"Feature","id":"n1167746532","geometry":{"type":"Point","coordinates":[-0.0837434,51.4949024]},"properties":{"@type":"node","@id":1167746532,"@timestamp":1298447147},"coords":"51.4949024,-0.0837434","bedrooms":"0","price":"265000","area":"474"} , +{"type":"Feature","id":"n1167746544","geometry":{"type":"Point","coordinates":[-0.0905347,51.4922484]},"properties":{"@type":"node","@id":1167746544,"@timestamp":1298447149},"coords":"51.4922484,-0.0905347","bedrooms":"2","price":"160000","area":"403"} , +{"type":"Feature","id":"n1167746555","geometry":{"type":"Point","coordinates":[-0.090583,51.4858285]},"properties":{"@type":"node","@id":1167746555,"@timestamp":1298447150},"coords":"51.4858285,-0.090583","bedrooms":"1","price":"217000","area":"440"} , +{"type":"Feature","id":"n1167746566","geometry":{"type":"Point","coordinates":[-0.0894042,51.4368931]},"properties":{"@type":"node","@id":1167746566,"@timestamp":1298447152},"coords":"51.4368931,-0.0894042","bedrooms":"2","price":"231000","area":"406"} , +{"type":"Feature","id":"n1167746578","geometry":{"type":"Point","coordinates":[-0.0803293,51.4447814]},"properties":{"@type":"node","@id":1167746578,"@timestamp":1298447154},"coords":"51.4447814,-0.0803293","bedrooms":"1","price":"172000","area":"596"} , +{"type":"Feature","id":"n1167746590","geometry":{"type":"Point","coordinates":[-0.0678392,51.4640353]},"properties":{"@type":"node","@id":1167746590,"@timestamp":1298447157},"coords":"51.4640353,-0.0678392","bedrooms":"2","price":"183000","area":"414"} , +{"type":"Feature","id":"n1167746601","geometry":{"type":"Point","coordinates":[-0.0811426,51.4943934]},"properties":{"@type":"node","@id":1167746601,"@timestamp":1298447159},"coords":"51.4943934,-0.0811426","bedrooms":"3","price":"197000","area":"407"} , +{"type":"Feature","id":"n1167746612","geometry":{"type":"Point","coordinates":[-0.0933248,51.482032]},"properties":{"@type":"node","@id":1167746612,"@timestamp":1298447161},"coords":"51.482032,-0.0933248","bedrooms":"3","price":"283000","area":"569"} , +{"type":"Feature","id":"n1167746627","geometry":{"type":"Point","coordinates":[-0.0929722,51.4958728]},"properties":{"@type":"node","@id":1167746627,"@timestamp":1298447163},"coords":"51.4958728,-0.0929722","bedrooms":"2","price":"163000","area":"494"} , +{"type":"Feature","id":"n1167746663","geometry":{"type":"Point","coordinates":[-0.0596769,51.499011]},"properties":{"@type":"node","@id":1167746663,"@timestamp":1298447165},"coords":"51.499011,-0.0596769","bedrooms":"2","price":"229000","area":"435"} , +{"type":"Feature","id":"n1167746703","geometry":{"type":"Point","coordinates":[-0.0788162,51.4457897]},"properties":{"@type":"node","@id":1167746703,"@timestamp":1298447167},"coords":"51.4457897,-0.0788162","bedrooms":"2","price":"213000","area":"629"} , +{"type":"Feature","id":"n1167746750","geometry":{"type":"Point","coordinates":[-0.0634352,51.5001493]},"properties":{"@type":"node","@id":1167746750,"@timestamp":1298447169},"coords":"51.5001493,-0.0634352","bedrooms":"2","price":"167000","area":"505"} , +{"type":"Feature","id":"n1167746790","geometry":{"type":"Point","coordinates":[-0.0939717,51.4867391]},"properties":{"@type":"node","@id":1167746790,"@timestamp":1298447171},"coords":"51.4867391,-0.0939717","bedrooms":"3","price":"154000","area":"590"} , +{"type":"Feature","id":"n1167746828","geometry":{"type":"Point","coordinates":[-0.0843655,51.4505946]},"properties":{"@type":"node","@id":1167746828,"@timestamp":1298447172},"coords":"51.4505946,-0.0843655","bedrooms":"0","price":"249000","area":"628"} , +{"type":"Feature","id":"n1167746876","geometry":{"type":"Point","coordinates":[-0.0541471,51.4570275]},"properties":{"@type":"node","@id":1167746876,"@timestamp":1298447175},"coords":"51.4570275,-0.0541471","bedrooms":"3","price":"258000","area":"562"} , +{"type":"Feature","id":"n1167746917","geometry":{"type":"Point","coordinates":[-0.0964065,51.4775513]},"properties":{"@type":"node","@id":1167746917,"@timestamp":1298447177},"coords":"51.4775513,-0.0964065","bedrooms":"4","price":"216000","area":"619"} , +{"type":"Feature","id":"n1167746957","geometry":{"type":"Point","coordinates":[-0.0519506,51.501899]},"properties":{"@type":"node","@id":1167746957,"@timestamp":1298447178},"coords":"51.501899,-0.0519506","bedrooms":"2","price":"183000","area":"564"} , +{"type":"Feature","id":"n1167746999","geometry":{"type":"Point","coordinates":[-0.054042,51.4571021]},"properties":{"@type":"node","@id":1167746999,"@timestamp":1298447180},"coords":"51.4571021,-0.054042","bedrooms":"1","price":"181000","area":"557"} , +{"type":"Feature","id":"n1167747036","geometry":{"type":"Point","coordinates":[-0.0543125,51.4569188]},"properties":{"@type":"node","@id":1167747036,"@timestamp":1298447182},"coords":"51.4569188,-0.0543125","bedrooms":"2","price":"279000","area":"358"} , +{"type":"Feature","id":"n1167747074","geometry":{"type":"Point","coordinates":[-0.0898771,51.4491905]},"properties":{"@type":"node","@id":1167747074,"@timestamp":1326315494},"coords":"51.4491905,-0.0898771","bedrooms":"3","price":"292000","area":"361"} , +{"type":"Feature","id":"n1167747117","geometry":{"type":"Point","coordinates":[-0.060012,51.4939545]},"properties":{"@type":"node","@id":1167747117,"@timestamp":1298447186},"coords":"51.4939545,-0.060012","bedrooms":"3","price":"200000","area":"651"} , +{"type":"Feature","id":"n1167747158","geometry":{"type":"Point","coordinates":[-0.1018197,51.488816]},"properties":{"@type":"node","@id":1167747158,"@timestamp":1298447188},"coords":"51.488816,-0.1018197","bedrooms":"0","price":"189000","area":"668"} , +{"type":"Feature","id":"n1167747170","geometry":{"type":"Point","coordinates":[-0.0543166,51.4569153]},"properties":{"@type":"node","@id":1167747170,"@timestamp":1298447189},"coords":"51.4569153,-0.0543166","bedrooms":"2","price":"201000","area":"366"} , +{"type":"Feature","id":"n1167747182","geometry":{"type":"Point","coordinates":[-0.0936377,51.4931]},"properties":{"@type":"node","@id":1167747182,"@timestamp":1298447192},"coords":"51.4931,-0.0936377","bedrooms":"0","price":"192000","area":"614"} , +{"type":"Feature","id":"n1167747192","geometry":{"type":"Point","coordinates":[-0.0696607,51.4805634]},"properties":{"@type":"node","@id":1167747192,"@timestamp":1298447193},"coords":"51.4805634,-0.0696607","bedrooms":"2","price":"174000","area":"604"} , +{"type":"Feature","id":"n1167747204","geometry":{"type":"Point","coordinates":[-0.0979134,51.4535882]},"properties":{"@type":"node","@id":1167747204,"@timestamp":1313661337},"coords":"51.4535882,-0.0979134","bedrooms":"3","price":"296000","area":"596"} , +{"type":"Feature","id":"n1167747217","geometry":{"type":"Point","coordinates":[-0.1036398,51.4889771]},"properties":{"@type":"node","@id":1167747217,"@timestamp":1298447197},"coords":"51.4889771,-0.1036398","bedrooms":"3","price":"249000","area":"387"} , +{"type":"Feature","id":"n1167747228","geometry":{"type":"Point","coordinates":[-0.0842511,51.4506827]},"properties":{"@type":"node","@id":1167747228,"@timestamp":1298447199},"coords":"51.4506827,-0.0842511","bedrooms":"1","price":"275000","area":"666"} , +{"type":"Feature","id":"n1167747240","geometry":{"type":"Point","coordinates":[-0.078952,51.4463548]},"properties":{"@type":"node","@id":1167747240,"@timestamp":1298447201},"coords":"51.4463548,-0.078952","bedrooms":"3","price":"158000","area":"386"} , +{"type":"Feature","id":"n1167747252","geometry":{"type":"Point","coordinates":[-0.0526022,51.4496102]},"properties":{"@type":"node","@id":1167747252,"@timestamp":1298447203},"coords":"51.4496102,-0.0526022","bedrooms":"3","price":"292000","area":"382"} , +{"type":"Feature","id":"n1167747263","geometry":{"type":"Point","coordinates":[-0.0942939,51.4947976]},"properties":{"@type":"node","@id":1167747263,"@timestamp":1298447205},"coords":"51.4947976,-0.0942939","bedrooms":"1","price":"201000","area":"686"} , +{"type":"Feature","id":"n1167771431","geometry":{"type":"Point","coordinates":[-0.0821735,51.5018903]},"properties":{"@type":"node","@id":1167771431,"@timestamp":1298450512},"coords":"51.5018903,-0.0821735","bedrooms":"0","price":"220000","area":"641"} , +{"type":"Feature","id":"n1168027797","geometry":{"type":"Point","coordinates":[0.6355553,51.1134491]},"properties":{"@type":"node","@id":1168027797,"@timestamp":1298462864},"coords":"51.1134491,0.6355553","bedrooms":"1","price":"181000","area":"375"} , +{"type":"Feature","id":"n1168747647","geometry":{"type":"Point","coordinates":[-0.0746887,50.963258]},"properties":{"@type":"node","@id":1168747647,"@timestamp":1526282405},"coords":"50.963258,-0.0746887","bedrooms":"4","price":"259000","area":"457"} , +{"type":"Feature","id":"n1169048002","geometry":{"type":"Point","coordinates":[-0.1573535,51.5213058]},"properties":{"@type":"node","@id":1169048002,"@timestamp":1603686456},"coords":"51.5213058,-0.1573535","bedrooms":"4","price":"262000","area":"590"} , +{"type":"Feature","id":"n1169595095","geometry":{"type":"Point","coordinates":[-0.1046322,51.5357441]},"properties":{"@type":"node","@id":1169595095,"@timestamp":1517746192},"coords":"51.5357441,-0.1046322","bedrooms":"4","price":"201000","area":"450"} , +{"type":"Feature","id":"n1169595191","geometry":{"type":"Point","coordinates":[-0.1048031,51.535791]},"properties":{"@type":"node","@id":1169595191,"@timestamp":1398416907},"coords":"51.535791,-0.1048031","bedrooms":"1","price":"255000","area":"426"} , +{"type":"Feature","id":"n1169745778","geometry":{"type":"Point","coordinates":[-0.1322286,51.4478795]},"properties":{"@type":"node","@id":1169745778,"@timestamp":1619430900},"coords":"51.4478795,-0.1322286","bedrooms":"0","price":"175000","area":"494"} , +{"type":"Feature","id":"n1169783478","geometry":{"type":"Point","coordinates":[-0.1353853,51.4424285]},"properties":{"@type":"node","@id":1169783478,"@timestamp":1589531949},"coords":"51.4424285,-0.1353853","bedrooms":"1","price":"246000","area":"693"} , +{"type":"Feature","id":"n1170682171","geometry":{"type":"Point","coordinates":[0.011067,51.9233688]},"properties":{"@type":"node","@id":1170682171,"@timestamp":1313273474},"coords":"51.9233688,0.011067","bedrooms":"0","price":"170000","area":"645"} , +{"type":"Feature","id":"n1170859001","geometry":{"type":"Point","coordinates":[-0.4941752,51.6336213]},"properties":{"@type":"node","@id":1170859001,"@timestamp":1338919503},"coords":"51.6336213,-0.4941752","bedrooms":"4","price":"279000","area":"500"} , +{"type":"Feature","id":"n1171104940","geometry":{"type":"Point","coordinates":[-0.1114739,51.5618294]},"properties":{"@type":"node","@id":1171104940,"@timestamp":1564911792},"coords":"51.5618294,-0.1114739","bedrooms":"0","price":"178000","area":"535"} , +{"type":"Feature","id":"n1171123442","geometry":{"type":"Point","coordinates":[-0.5439738,51.8499441]},"properties":{"@type":"node","@id":1171123442,"@timestamp":1333571932},"coords":"51.8499441,-0.5439738","bedrooms":"0","price":"248000","area":"464"} , +{"type":"Feature","id":"n1171790586","geometry":{"type":"Point","coordinates":[-0.1745296,51.544903]},"properties":{"@type":"node","@id":1171790586,"@timestamp":1298622650},"coords":"51.544903,-0.1745296","bedrooms":"0","price":"212000","area":"456"} , +{"type":"Feature","id":"n1172065874","geometry":{"type":"Point","coordinates":[-0.0985723,51.5301495]},"properties":{"@type":"node","@id":1172065874,"@timestamp":1413024402},"coords":"51.5301495,-0.0985723","bedrooms":"1","price":"218000","area":"614"} , +{"type":"Feature","id":"n1172319514","geometry":{"type":"Point","coordinates":[-0.0168522,51.9448171]},"properties":{"@type":"node","@id":1172319514,"@timestamp":1632052640},"coords":"51.9448171,-0.0168522","bedrooms":"4","price":"299000","area":"512"} , +{"type":"Feature","id":"n1172441835","geometry":{"type":"Point","coordinates":[-0.0209587,51.9414027]},"properties":{"@type":"node","@id":1172441835,"@timestamp":1298649283},"coords":"51.9414027,-0.0209587","bedrooms":"0","price":"212000","area":"561"} , +{"type":"Feature","id":"n1172442033","geometry":{"type":"Point","coordinates":[-0.0226726,51.9380014]},"properties":{"@type":"node","@id":1172442033,"@timestamp":1298649285},"coords":"51.9380014,-0.0226726","bedrooms":"0","price":"202000","area":"371"} , +{"type":"Feature","id":"n1172484605","geometry":{"type":"Point","coordinates":[0.6006083,51.5566255]},"properties":{"@type":"node","@id":1172484605,"@timestamp":1324816085},"coords":"51.5566255,0.6006083","bedrooms":"3","price":"241000","area":"587"} , +{"type":"Feature","id":"n1172623619","geometry":{"type":"Point","coordinates":[0.6701767,51.7286397]},"properties":{"@type":"node","@id":1172623619,"@timestamp":1580663250},"coords":"51.7286397,0.6701767","bedrooms":"1","price":"212000","area":"506"} , +{"type":"Feature","id":"n1172826054","geometry":{"type":"Point","coordinates":[-0.3667678,51.2275263]},"properties":{"@type":"node","@id":1172826054,"@timestamp":1612898413},"coords":"51.2275263,-0.3667678","bedrooms":"0","price":"263000","area":"351"} , +{"type":"Feature","id":"n1173918348","geometry":{"type":"Point","coordinates":[-0.974413,51.8376254]},"properties":{"@type":"node","@id":1173918348,"@timestamp":1298699719},"coords":"51.8376254,-0.974413","bedrooms":"3","price":"175000","area":"356"} , +{"type":"Feature","id":"n1174118467","geometry":{"type":"Point","coordinates":[-0.3947037,51.5585594]},"properties":{"@type":"node","@id":1174118467,"@timestamp":1595433575},"coords":"51.5585594,-0.3947037","bedrooms":"4","price":"217000","area":"483"} , +{"type":"Feature","id":"n1174221587","geometry":{"type":"Point","coordinates":[-0.1025034,51.4740995]},"properties":{"@type":"node","@id":1174221587,"@timestamp":1298715049},"coords":"51.4740995,-0.1025034","bedrooms":"3","price":"245000","area":"424"} , +{"type":"Feature","id":"n1174444866","geometry":{"type":"Point","coordinates":[-0.2279679,51.5092603]},"properties":{"@type":"node","@id":1174444866,"@timestamp":1298720275},"coords":"51.5092603,-0.2279679","bedrooms":"2","price":"297000","area":"611"} , +{"type":"Feature","id":"n1174746832","geometry":{"type":"Point","coordinates":[0.3677603,51.4388298]},"properties":{"@type":"node","@id":1174746832,"@timestamp":1475971475},"coords":"51.4388298,0.3677603","bedrooms":"3","price":"261000","area":"544"} , +{"type":"Feature","id":"n1174906919","geometry":{"type":"Point","coordinates":[-0.144039,51.5136478]},"properties":{"@type":"node","@id":1174906919,"@timestamp":1526236099},"coords":"51.5136478,-0.144039","bedrooms":"3","price":"298000","area":"599"} , +{"type":"Feature","id":"n1175136863","geometry":{"type":"Point","coordinates":[-0.3213754,51.4624557]},"properties":{"@type":"node","@id":1175136863,"@timestamp":1298743039},"coords":"51.4624557,-0.3213754","bedrooms":"4","price":"174000","area":"371"} , +{"type":"Feature","id":"n1175240213","geometry":{"type":"Point","coordinates":[-0.4886775,51.9320941]},"properties":{"@type":"node","@id":1175240213,"@timestamp":1303761548},"coords":"51.9320941,-0.4886775","bedrooms":"0","price":"284000","area":"650"} , +{"type":"Feature","id":"n1175240677","geometry":{"type":"Point","coordinates":[-0.4844933,51.9325704]},"properties":{"@type":"node","@id":1175240677,"@timestamp":1303761545},"coords":"51.9325704,-0.4844933","bedrooms":"3","price":"204000","area":"548"} , +{"type":"Feature","id":"n1175279177","geometry":{"type":"Point","coordinates":[-0.0467488,51.4993111]},"properties":{"@type":"node","@id":1175279177,"@timestamp":1298746372},"coords":"51.4993111,-0.0467488","bedrooms":"1","price":"231000","area":"469"} , +{"type":"Feature","id":"n1175375692","geometry":{"type":"Point","coordinates":[-0.0404102,51.6280761]},"properties":{"@type":"node","@id":1175375692,"@timestamp":1298748474},"coords":"51.6280761,-0.0404102","bedrooms":"3","price":"273000","area":"457"} , +{"type":"Feature","id":"n1175397825","geometry":{"type":"Point","coordinates":[-0.0399571,51.6277647]},"properties":{"@type":"node","@id":1175397825,"@timestamp":1298748910},"coords":"51.6277647,-0.0399571","bedrooms":"2","price":"283000","area":"611"} , +{"type":"Feature","id":"n1175422222","geometry":{"type":"Point","coordinates":[-0.0374787,51.6277382]},"properties":{"@type":"node","@id":1175422222,"@timestamp":1298749310},"coords":"51.6277382,-0.0374787","bedrooms":"4","price":"158000","area":"564"} , +{"type":"Feature","id":"n1175422539","geometry":{"type":"Point","coordinates":[-0.0375079,51.6276797]},"properties":{"@type":"node","@id":1175422539,"@timestamp":1298749313},"coords":"51.6276797,-0.0375079","bedrooms":"0","price":"191000","area":"500"} , +{"type":"Feature","id":"n1175458325","geometry":{"type":"Point","coordinates":[-0.0417585,51.6203507]},"properties":{"@type":"node","@id":1175458325,"@timestamp":1541008149},"coords":"51.6203507,-0.0417585","bedrooms":"1","price":"227000","area":"663"} , +{"type":"Feature","id":"n1175656586","geometry":{"type":"Point","coordinates":[-0.4884047,51.4802486]},"properties":{"@type":"node","@id":1175656586,"@timestamp":1538519918},"coords":"51.4802486,-0.4884047","bedrooms":"1","price":"169000","area":"571"} , +{"type":"Feature","id":"n1175657108","geometry":{"type":"Point","coordinates":[-0.4860395,51.480206]},"properties":{"@type":"node","@id":1175657108,"@timestamp":1538520042},"coords":"51.480206,-0.4860395","bedrooms":"4","price":"225000","area":"681"} , +{"type":"Feature","id":"n1175657475","geometry":{"type":"Point","coordinates":[-0.4870522,51.4804237]},"properties":{"@type":"node","@id":1175657475,"@timestamp":1305209026},"coords":"51.4804237,-0.4870522","bedrooms":"1","price":"221000","area":"599"} , +{"type":"Feature","id":"n1175657700","geometry":{"type":"Point","coordinates":[-0.4878766,51.4800001]},"properties":{"@type":"node","@id":1175657700,"@timestamp":1538519877},"coords":"51.4800001,-0.4878766","bedrooms":"2","price":"267000","area":"527"} , +{"type":"Feature","id":"n1175658063","geometry":{"type":"Point","coordinates":[-0.4860596,51.4804832]},"properties":{"@type":"node","@id":1175658063,"@timestamp":1538520145},"coords":"51.4804832,-0.4860596","bedrooms":"2","price":"152000","area":"531"} , +{"type":"Feature","id":"n1175682006","geometry":{"type":"Point","coordinates":[-0.0440129,51.4920839]},"properties":{"@type":"node","@id":1175682006,"@timestamp":1298755960},"coords":"51.4920839,-0.0440129","bedrooms":"3","price":"191000","area":"424"} , +{"type":"Feature","id":"n1175703646","geometry":{"type":"Point","coordinates":[-0.0418994,51.4925782]},"properties":{"@type":"node","@id":1175703646,"@timestamp":1298756730},"coords":"51.4925782,-0.0418994","bedrooms":"1","price":"256000","area":"564"} , +{"type":"Feature","id":"n1175814948","geometry":{"type":"Point","coordinates":[-0.1830263,51.2205521]},"properties":{"@type":"node","@id":1175814948,"@timestamp":1629474116},"coords":"51.2205521,-0.1830263","bedrooms":"0","price":"161000","area":"368"} , +{"type":"Feature","id":"n1175861784","geometry":{"type":"Point","coordinates":[-0.5372369,51.8616174]},"properties":{"@type":"node","@id":1175861784,"@timestamp":1447940323},"coords":"51.8616174,-0.5372369","bedrooms":"3","price":"163000","area":"524"} , +{"type":"Feature","id":"n1175862237","geometry":{"type":"Point","coordinates":[-0.7106729,51.8416178]},"properties":{"@type":"node","@id":1175862237,"@timestamp":1298760859},"coords":"51.8416178,-0.7106729","bedrooms":"4","price":"290000","area":"646"} , +{"type":"Feature","id":"n1175862584","geometry":{"type":"Point","coordinates":[-0.6250675,51.8600285]},"properties":{"@type":"node","@id":1175862584,"@timestamp":1298760869},"coords":"51.8600285,-0.6250675","bedrooms":"2","price":"179000","area":"654"} , +{"type":"Feature","id":"n1175862784","geometry":{"type":"Point","coordinates":[-0.5198447,51.860041]},"properties":{"@type":"node","@id":1175862784,"@timestamp":1447940322},"coords":"51.860041,-0.5198447","bedrooms":"4","price":"294000","area":"591"} , +{"type":"Feature","id":"n1175863149","geometry":{"type":"Point","coordinates":[-0.4141752,51.7937539]},"properties":{"@type":"node","@id":1175863149,"@timestamp":1298760888},"coords":"51.7937539,-0.4141752","bedrooms":"3","price":"258000","area":"434"} , +{"type":"Feature","id":"n1175863285","geometry":{"type":"Point","coordinates":[-0.4328072,51.791774]},"properties":{"@type":"node","@id":1175863285,"@timestamp":1298760893},"coords":"51.791774,-0.4328072","bedrooms":"0","price":"235000","area":"679"} , +{"type":"Feature","id":"n1175863487","geometry":{"type":"Point","coordinates":[-0.7442968,51.8331456]},"properties":{"@type":"node","@id":1175863487,"@timestamp":1298760902},"coords":"51.8331456,-0.7442968","bedrooms":"2","price":"242000","area":"402"} , +{"type":"Feature","id":"n1175863618","geometry":{"type":"Point","coordinates":[-0.4514696,51.856955]},"properties":{"@type":"node","@id":1175863618,"@timestamp":1298760907},"coords":"51.856955,-0.4514696","bedrooms":"4","price":"254000","area":"469"} , +{"type":"Feature","id":"n1175863763","geometry":{"type":"Point","coordinates":[-0.4124678,51.8003978]},"properties":{"@type":"node","@id":1175863763,"@timestamp":1298760913},"coords":"51.8003978,-0.4124678","bedrooms":"0","price":"292000","area":"596"} , +{"type":"Feature","id":"n1175864070","geometry":{"type":"Point","coordinates":[-0.464596,51.8576912]},"properties":{"@type":"node","@id":1175864070,"@timestamp":1607119579},"coords":"51.8576912,-0.464596","bedrooms":"0","price":"157000","area":"670"} , +{"type":"Feature","id":"n1175864367","geometry":{"type":"Point","coordinates":[-0.4817786,51.8584722]},"properties":{"@type":"node","@id":1175864367,"@timestamp":1298760934},"coords":"51.8584722,-0.4817786","bedrooms":"0","price":"252000","area":"380"} , +{"type":"Feature","id":"n1175864609","geometry":{"type":"Point","coordinates":[-0.4132774,51.8045861]},"properties":{"@type":"node","@id":1175864609,"@timestamp":1298760941},"coords":"51.8045861,-0.4132774","bedrooms":"0","price":"202000","area":"607"} , +{"type":"Feature","id":"n1175864975","geometry":{"type":"Point","coordinates":[-0.7132425,51.8410511]},"properties":{"@type":"node","@id":1175864975,"@timestamp":1298760953},"coords":"51.8410511,-0.7132425","bedrooms":"3","price":"165000","area":"546"} , +{"type":"Feature","id":"n1175865217","geometry":{"type":"Point","coordinates":[-0.6420169,51.8563714]},"properties":{"@type":"node","@id":1175865217,"@timestamp":1447940322},"coords":"51.8563714,-0.6420169","bedrooms":"3","price":"255000","area":"663"} , +{"type":"Feature","id":"n1175865419","geometry":{"type":"Point","coordinates":[-0.5332936,51.8625474]},"properties":{"@type":"node","@id":1175865419,"@timestamp":1624810499},"coords":"51.8625474,-0.5332936","bedrooms":"4","price":"171000","area":"534"} , +{"type":"Feature","id":"n1175949167","geometry":{"type":"Point","coordinates":[-0.18144,51.2238259]},"properties":{"@type":"node","@id":1175949167,"@timestamp":1298762910},"coords":"51.2238259,-0.18144","bedrooms":"1","price":"260000","area":"571"} , +{"type":"Feature","id":"n1176153661","geometry":{"type":"Point","coordinates":[-0.2058111,51.2353399]},"properties":{"@type":"node","@id":1176153661,"@timestamp":1298768564},"coords":"51.2353399,-0.2058111","bedrooms":"1","price":"229000","area":"411"} , +{"type":"Feature","id":"n1176801014","geometry":{"type":"Point","coordinates":[-0.4824557,51.4793344]},"properties":{"@type":"node","@id":1176801014,"@timestamp":1630925926},"coords":"51.4793344,-0.4824557","bedrooms":"0","price":"195000","area":"680"} , +{"type":"Feature","id":"n1176912148","geometry":{"type":"Point","coordinates":[0.0137107,51.2711841]},"properties":{"@type":"node","@id":1176912148,"@timestamp":1518126434},"coords":"51.2711841,0.0137107","bedrooms":"3","price":"287000","area":"631"} , +{"type":"Feature","id":"n1176963649","geometry":{"type":"Point","coordinates":[-0.0333929,51.5000867]},"properties":{"@type":"node","@id":1176963649,"@timestamp":1371493833},"coords":"51.5000867,-0.0333929","bedrooms":"2","price":"195000","area":"610"} , +{"type":"Feature","id":"n1177292648","geometry":{"type":"Point","coordinates":[-0.336106,51.9627531]},"properties":{"@type":"node","@id":1177292648,"@timestamp":1477848577},"coords":"51.9627531,-0.336106","bedrooms":"4","price":"231000","area":"568"} , +{"type":"Feature","id":"n1177347169","geometry":{"type":"Point","coordinates":[-0.2066703,51.2373595]},"properties":{"@type":"node","@id":1177347169,"@timestamp":1298822305},"coords":"51.2373595,-0.2066703","bedrooms":"0","price":"196000","area":"403"} , +{"type":"Feature","id":"n1177415413","geometry":{"type":"Point","coordinates":[-0.2027141,51.2419968]},"properties":{"@type":"node","@id":1177415413,"@timestamp":1435795261},"coords":"51.2419968,-0.2027141","bedrooms":"0","price":"285000","area":"403"} , +{"type":"Feature","id":"n1177640396","geometry":{"type":"Point","coordinates":[-0.221436,51.2701196]},"properties":{"@type":"node","@id":1177640396,"@timestamp":1523384747},"coords":"51.2701196,-0.221436","bedrooms":"1","price":"175000","area":"402"} , +{"type":"Feature","id":"n1177735479","geometry":{"type":"Point","coordinates":[-0.6482097,51.8333431]},"properties":{"@type":"node","@id":1177735479,"@timestamp":1365181196},"coords":"51.8333431,-0.6482097","bedrooms":"1","price":"175000","area":"574"} , +{"type":"Feature","id":"n1177735935","geometry":{"type":"Point","coordinates":[-0.6564026,51.8430997]},"properties":{"@type":"node","@id":1177735935,"@timestamp":1298835381},"coords":"51.8430997,-0.6564026","bedrooms":"1","price":"284000","area":"446"} , +{"type":"Feature","id":"n1177736341","geometry":{"type":"Point","coordinates":[-0.6520129,51.83683]},"properties":{"@type":"node","@id":1177736341,"@timestamp":1581276143},"coords":"51.83683,-0.6520129","bedrooms":"4","price":"290000","area":"639"} , +{"type":"Feature","id":"n1177757621","geometry":{"type":"Point","coordinates":[0.0118437,51.5173403]},"properties":{"@type":"node","@id":1177757621,"@timestamp":1614759702},"coords":"51.5173403,0.0118437","bedrooms":"0","price":"167000","area":"442"} , +{"type":"Feature","id":"n1177906883","geometry":{"type":"Point","coordinates":[-0.3461306,51.6608077]},"properties":{"@type":"node","@id":1177906883,"@timestamp":1507930594},"coords":"51.6608077,-0.3461306","bedrooms":"1","price":"233000","area":"632"} , +{"type":"Feature","id":"n1177908199","geometry":{"type":"Point","coordinates":[-0.3813618,51.6705706]},"properties":{"@type":"node","@id":1177908199,"@timestamp":1474401929},"coords":"51.6705706,-0.3813618","bedrooms":"3","price":"277000","area":"664"} , +{"type":"Feature","id":"n1177947666","geometry":{"type":"Point","coordinates":[0.0471559,51.7589039]},"properties":{"@type":"node","@id":1177947666,"@timestamp":1299404952},"coords":"51.7589039,0.0471559","bedrooms":"0","price":"281000","area":"373"} , +{"type":"Feature","id":"n1177947821","geometry":{"type":"Point","coordinates":[0.0793325,51.7619882]},"properties":{"@type":"node","@id":1177947821,"@timestamp":1556899368},"coords":"51.7619882,0.0793325","bedrooms":"3","price":"183000","area":"650"} , +{"type":"Feature","id":"n1177948028","geometry":{"type":"Point","coordinates":[0.0654163,51.7638095]},"properties":{"@type":"node","@id":1177948028,"@timestamp":1616152659},"coords":"51.7638095,0.0654163","bedrooms":"2","price":"264000","area":"622"} , +{"type":"Feature","id":"n1177955076","geometry":{"type":"Point","coordinates":[-0.0720762,51.4968143]},"properties":{"@type":"node","@id":1177955076,"@timestamp":1298841632},"coords":"51.4968143,-0.0720762","bedrooms":"0","price":"203000","area":"636"} , +{"type":"Feature","id":"n1178025806","geometry":{"type":"Point","coordinates":[-0.1997148,51.2236495]},"properties":{"@type":"node","@id":1178025806,"@timestamp":1448726281},"coords":"51.2236495,-0.1997148","bedrooms":"0","price":"271000","area":"689"} , +{"type":"Feature","id":"n1178074902","geometry":{"type":"Point","coordinates":[0.0832696,51.1228098]},"properties":{"@type":"node","@id":1178074902,"@timestamp":1372069272},"coords":"51.1228098,0.0832696","bedrooms":"4","price":"287000","area":"522"} , +{"type":"Feature","id":"n1178096355","geometry":{"type":"Point","coordinates":[0.0258024,51.1454851]},"properties":{"@type":"node","@id":1178096355,"@timestamp":1372069272},"coords":"51.1454851,0.0258024","bedrooms":"4","price":"188000","area":"492"} , +{"type":"Feature","id":"n1178096824","geometry":{"type":"Point","coordinates":[0.0402496,51.1301497]},"properties":{"@type":"node","@id":1178096824,"@timestamp":1372069273},"coords":"51.1301497,0.0402496","bedrooms":"2","price":"230000","area":"621"} , +{"type":"Feature","id":"n1178159769","geometry":{"type":"Point","coordinates":[-0.2079946,51.2349619]},"properties":{"@type":"node","@id":1178159769,"@timestamp":1298847114},"coords":"51.2349619,-0.2079946","bedrooms":"0","price":"230000","area":"365"} , +{"type":"Feature","id":"n1178842335","geometry":{"type":"Point","coordinates":[-0.0718336,51.4959322]},"properties":{"@type":"node","@id":1178842335,"@timestamp":1298885325},"coords":"51.4959322,-0.0718336","bedrooms":"0","price":"189000","area":"569"} , +{"type":"Feature","id":"n1178886694","geometry":{"type":"Point","coordinates":[-0.155784,51.5352797]},"properties":{"@type":"node","@id":1178886694,"@timestamp":1298888770},"coords":"51.5352797,-0.155784","bedrooms":"3","price":"276000","area":"424"} , +{"type":"Feature","id":"n1178995561","geometry":{"type":"Point","coordinates":[0.0047746,51.7779806]},"properties":{"@type":"node","@id":1178995561,"@timestamp":1298897149},"coords":"51.7779806,0.0047746","bedrooms":"4","price":"194000","area":"595"} , +{"type":"Feature","id":"n1178995601","geometry":{"type":"Point","coordinates":[0.1126957,51.712645]},"properties":{"@type":"node","@id":1178995601,"@timestamp":1298897151},"coords":"51.712645,0.1126957","bedrooms":"2","price":"197000","area":"411"} , +{"type":"Feature","id":"n1178995641","geometry":{"type":"Point","coordinates":[0.1057112,51.714061]},"properties":{"@type":"node","@id":1178995641,"@timestamp":1298897153},"coords":"51.714061,0.1057112","bedrooms":"2","price":"172000","area":"454"} , +{"type":"Feature","id":"n1178995680","geometry":{"type":"Point","coordinates":[0.0594431,51.7209771]},"properties":{"@type":"node","@id":1178995680,"@timestamp":1298897155},"coords":"51.7209771,0.0594431","bedrooms":"0","price":"201000","area":"619"} , +{"type":"Feature","id":"n1178995716","geometry":{"type":"Point","coordinates":[0.1091015,51.7133563]},"properties":{"@type":"node","@id":1178995716,"@timestamp":1298897157},"coords":"51.7133563,0.1091015","bedrooms":"4","price":"198000","area":"401"} , +{"type":"Feature","id":"n1179409808","geometry":{"type":"Point","coordinates":[-0.0474107,51.6494067]},"properties":{"@type":"node","@id":1179409808,"@timestamp":1505014409},"coords":"51.6494067,-0.0474107","bedrooms":"2","price":"223000","area":"662"} , +{"type":"Feature","id":"n1180308919","geometry":{"type":"Point","coordinates":[-0.1408039,51.5632936]},"properties":{"@type":"node","@id":1180308919,"@timestamp":1298966430},"coords":"51.5632936,-0.1408039","bedrooms":"1","price":"187000","area":"696"} , +{"type":"Feature","id":"n1180332096","geometry":{"type":"Point","coordinates":[0.6053046,51.641053]},"properties":{"@type":"node","@id":1180332096,"@timestamp":1298987914},"coords":"51.641053,0.6053046","bedrooms":"2","price":"193000","area":"457"} , +{"type":"Feature","id":"n1180332149","geometry":{"type":"Point","coordinates":[0.6052402,51.6410763]},"properties":{"@type":"node","@id":1180332149,"@timestamp":1298987909},"coords":"51.6410763,0.6052402","bedrooms":"0","price":"292000","area":"439"} , +{"type":"Feature","id":"n1180332180","geometry":{"type":"Point","coordinates":[0.6051812,51.6411197]},"properties":{"@type":"node","@id":1180332180,"@timestamp":1298987913},"coords":"51.6411197,0.6051812","bedrooms":"0","price":"238000","area":"417"} , +{"type":"Feature","id":"n1180354236","geometry":{"type":"Point","coordinates":[0.6073779,51.6399461]},"properties":{"@type":"node","@id":1180354236,"@timestamp":1299252078},"coords":"51.6399461,0.6073779","bedrooms":"1","price":"284000","area":"489"} , +{"type":"Feature","id":"n1180354261","geometry":{"type":"Point","coordinates":[0.6052402,51.6408184]},"properties":{"@type":"node","@id":1180354261,"@timestamp":1298987913},"coords":"51.6408184,0.6052402","bedrooms":"3","price":"281000","area":"434"} , +{"type":"Feature","id":"n1180366150","geometry":{"type":"Point","coordinates":[0.6061839,51.6402141]},"properties":{"@type":"node","@id":1180366150,"@timestamp":1298970957},"coords":"51.6402141,0.6061839","bedrooms":"1","price":"216000","area":"425"} , +{"type":"Feature","id":"n1180420650","geometry":{"type":"Point","coordinates":[0.6073565,51.6394101]},"properties":{"@type":"node","@id":1180420650,"@timestamp":1298990701},"coords":"51.6394101,0.6073565","bedrooms":"2","price":"179000","area":"391"} , +{"type":"Feature","id":"n1180608551","geometry":{"type":"Point","coordinates":[-0.7385308,51.3454955]},"properties":{"@type":"node","@id":1180608551,"@timestamp":1586721855},"coords":"51.3454955,-0.7385308","bedrooms":"4","price":"205000","area":"353"} , +{"type":"Feature","id":"n1180696812","geometry":{"type":"Point","coordinates":[0.1338555,51.9365263]},"properties":{"@type":"node","@id":1180696812,"@timestamp":1298987082},"coords":"51.9365263,0.1338555","bedrooms":"3","price":"176000","area":"562"} , +{"type":"Feature","id":"n1180697390","geometry":{"type":"Point","coordinates":[0.1325064,51.937368]},"properties":{"@type":"node","@id":1180697390,"@timestamp":1298987094},"coords":"51.937368,0.1325064","bedrooms":"1","price":"273000","area":"384"} , +{"type":"Feature","id":"n1181005358","geometry":{"type":"Point","coordinates":[0.6218614,51.798093]},"properties":{"@type":"node","@id":1181005358,"@timestamp":1299002484},"coords":"51.798093,0.6218614","bedrooms":"4","price":"238000","area":"458"} , +{"type":"Feature","id":"n1181433402","geometry":{"type":"Point","coordinates":[0.5596772,51.8587366]},"properties":{"@type":"node","@id":1181433402,"@timestamp":1548020790},"coords":"51.8587366,0.5596772","bedrooms":"4","price":"292000","area":"549"} , +{"type":"Feature","id":"n1181677294","geometry":{"type":"Point","coordinates":[-0.8432922,51.0322564]},"properties":{"@type":"node","@id":1181677294,"@timestamp":1299022568},"coords":"51.0322564,-0.8432922","bedrooms":"2","price":"185000","area":"589"} , +{"type":"Feature","id":"n1181747274","geometry":{"type":"Point","coordinates":[-0.9458023,51.4397617]},"properties":{"@type":"node","@id":1181747274,"@timestamp":1610883211},"coords":"51.4397617,-0.9458023","bedrooms":"2","price":"240000","area":"680"} , +{"type":"Feature","id":"n1182601244","geometry":{"type":"Point","coordinates":[-1.1024649,51.0479415]},"properties":{"@type":"node","@id":1182601244,"@timestamp":1299066559},"coords":"51.0479415,-1.1024649","bedrooms":"0","price":"278000","area":"371"} , +{"type":"Feature","id":"n1182667061","geometry":{"type":"Point","coordinates":[-0.2152795,51.7394737]},"properties":{"@type":"node","@id":1182667061,"@timestamp":1299070580},"coords":"51.7394737,-0.2152795","bedrooms":"0","price":"233000","area":"454"} , +{"type":"Feature","id":"n1183126933","geometry":{"type":"Point","coordinates":[0.5438373,51.3621813]},"properties":{"@type":"node","@id":1183126933,"@timestamp":1299089632},"coords":"51.3621813,0.5438373","bedrooms":"1","price":"188000","area":"365"} , +{"type":"Feature","id":"n1183425384","geometry":{"type":"Point","coordinates":[0.3415069,51.993789]},"properties":{"@type":"node","@id":1183425384,"@timestamp":1602492774},"coords":"51.993789,0.3415069","bedrooms":"3","price":"186000","area":"375"} , +{"type":"Feature","id":"n1184308541","geometry":{"type":"Point","coordinates":[0.2428417,51.4917131]},"properties":{"@type":"node","@id":1184308541,"@timestamp":1636396461},"coords":"51.4917131,0.2428417","bedrooms":"4","price":"281000","area":"654"} , +{"type":"Feature","id":"n1184308562","geometry":{"type":"Point","coordinates":[0.1156302,51.522376]},"properties":{"@type":"node","@id":1184308562,"@timestamp":1365025954},"coords":"51.522376,0.1156302","bedrooms":"2","price":"170000","area":"623"} , +{"type":"Feature","id":"n1184312963","geometry":{"type":"Point","coordinates":[-0.1043828,51.4931623]},"properties":{"@type":"node","@id":1184312963,"@timestamp":1299158727},"coords":"51.4931623,-0.1043828","bedrooms":"4","price":"162000","area":"359"} , +{"type":"Feature","id":"n1184357218","geometry":{"type":"Point","coordinates":[0.2944907,51.4812157]},"properties":{"@type":"node","@id":1184357218,"@timestamp":1442712406},"coords":"51.4812157,0.2944907","bedrooms":"3","price":"251000","area":"620"} , +{"type":"Feature","id":"n1184391096","geometry":{"type":"Point","coordinates":[-0.0133773,51.4728913]},"properties":{"@type":"node","@id":1184391096,"@timestamp":1541209453},"coords":"51.4728913,-0.0133773","bedrooms":"1","price":"161000","area":"619"} , +{"type":"Feature","id":"n1184500531","geometry":{"type":"Point","coordinates":[-0.0130468,51.4773951]},"properties":{"@type":"node","@id":1184500531,"@timestamp":1312719517},"coords":"51.4773951,-0.0130468","bedrooms":"0","price":"198000","area":"384"} , +{"type":"Feature","id":"n1184510582","geometry":{"type":"Point","coordinates":[0.1753833,51.3959662]},"properties":{"@type":"node","@id":1184510582,"@timestamp":1617664625},"coords":"51.3959662,0.1753833","bedrooms":"4","price":"182000","area":"403"} , +{"type":"Feature","id":"n1184546308","geometry":{"type":"Point","coordinates":[0.1979886,51.4569334]},"properties":{"@type":"node","@id":1184546308,"@timestamp":1630610887},"coords":"51.4569334,0.1979886","bedrooms":"2","price":"241000","area":"562"} , +{"type":"Feature","id":"n1184576011","geometry":{"type":"Point","coordinates":[0.8702647,51.1441344]},"properties":{"@type":"node","@id":1184576011,"@timestamp":1594824384},"coords":"51.1441344,0.8702647","bedrooms":"4","price":"151000","area":"528"} , +{"type":"Feature","id":"n1184576185","geometry":{"type":"Point","coordinates":[0.8697406,51.1445149]},"properties":{"@type":"node","@id":1184576185,"@timestamp":1562917944},"coords":"51.1445149,0.8697406","bedrooms":"2","price":"297000","area":"685"} , +{"type":"Feature","id":"n1184684714","geometry":{"type":"Point","coordinates":[0.6950251,51.7237031]},"properties":{"@type":"node","@id":1184684714,"@timestamp":1456049824},"coords":"51.7237031,0.6950251","bedrooms":"2","price":"273000","area":"572"} , +{"type":"Feature","id":"n1184959393","geometry":{"type":"Point","coordinates":[0.6903829,51.7225398]},"properties":{"@type":"node","@id":1184959393,"@timestamp":1299186016},"coords":"51.7225398,0.6903829","bedrooms":"3","price":"275000","area":"636"} , +{"type":"Feature","id":"n1185033766","geometry":{"type":"Point","coordinates":[-0.7582251,51.402071]},"properties":{"@type":"node","@id":1185033766,"@timestamp":1482088247},"coords":"51.402071,-0.7582251","bedrooms":"3","price":"196000","area":"435"} , +{"type":"Feature","id":"n1185806302","geometry":{"type":"Point","coordinates":[-0.421652,51.3357622]},"properties":{"@type":"node","@id":1185806302,"@timestamp":1627338487},"coords":"51.3357622,-0.421652","bedrooms":"1","price":"204000","area":"480"} , +{"type":"Feature","id":"n1186017711","geometry":{"type":"Point","coordinates":[-0.1636151,51.4617247]},"properties":{"@type":"node","@id":1186017711,"@timestamp":1348732738},"coords":"51.4617247,-0.1636151","bedrooms":"1","price":"230000","area":"596"} , +{"type":"Feature","id":"n1186259340","geometry":{"type":"Point","coordinates":[-0.7746944,51.3884321]},"properties":{"@type":"node","@id":1186259340,"@timestamp":1619268665},"coords":"51.3884321,-0.7746944","bedrooms":"0","price":"219000","area":"412"} , +{"type":"Feature","id":"n1186270130","geometry":{"type":"Point","coordinates":[-0.0534055,51.93628]},"properties":{"@type":"node","@id":1186270130,"@timestamp":1299267392},"coords":"51.93628,-0.0534055","bedrooms":"0","price":"190000","area":"431"} , +{"type":"Feature","id":"n1186425496","geometry":{"type":"Point","coordinates":[0.0955281,51.0413404]},"properties":{"@type":"node","@id":1186425496,"@timestamp":1299276080},"coords":"51.0413404,0.0955281","bedrooms":"4","price":"267000","area":"413"} , +{"type":"Feature","id":"n1187055815","geometry":{"type":"Point","coordinates":[0.0386188,51.4828727]},"properties":{"@type":"node","@id":1187055815,"@timestamp":1299323003},"coords":"51.4828727,0.0386188","bedrooms":"4","price":"275000","area":"470"} , +{"type":"Feature","id":"n1187134946","geometry":{"type":"Point","coordinates":[0.0295265,51.481822]},"properties":{"@type":"node","@id":1187134946,"@timestamp":1299327601},"coords":"51.481822,0.0295265","bedrooms":"3","price":"161000","area":"539"} , +{"type":"Feature","id":"n1187205373","geometry":{"type":"Point","coordinates":[0.0319291,51.4785697]},"properties":{"@type":"node","@id":1187205373,"@timestamp":1299330798},"coords":"51.4785697,0.0319291","bedrooms":"2","price":"192000","area":"530"} , +{"type":"Feature","id":"n1187250042","geometry":{"type":"Point","coordinates":[0.0034145,51.09577]},"properties":{"@type":"node","@id":1187250042,"@timestamp":1619898530},"coords":"51.09577,0.0034145","bedrooms":"1","price":"154000","area":"431"} , +{"type":"Feature","id":"n1187277012","geometry":{"type":"Point","coordinates":[-0.1386979,51.5420835]},"properties":{"@type":"node","@id":1187277012,"@timestamp":1626448160},"coords":"51.5420835,-0.1386979","bedrooms":"0","price":"177000","area":"507"} , +{"type":"Feature","id":"n1187638522","geometry":{"type":"Point","coordinates":[-0.0216913,51.0917884]},"properties":{"@type":"node","@id":1187638522,"@timestamp":1619898530},"coords":"51.0917884,-0.0216913","bedrooms":"3","price":"291000","area":"508"} , +{"type":"Feature","id":"n1187899357","geometry":{"type":"Point","coordinates":[-0.3378495,51.4541661]},"properties":{"@type":"node","@id":1187899357,"@timestamp":1601034263},"coords":"51.4541661,-0.3378495","bedrooms":"2","price":"256000","area":"579"} , +{"type":"Feature","id":"n1188146318","geometry":{"type":"Point","coordinates":[0.5498692,51.3864417]},"properties":{"@type":"node","@id":1188146318,"@timestamp":1567482574},"coords":"51.3864417,0.5498692","bedrooms":"4","price":"250000","area":"484"} , +{"type":"Feature","id":"n1188888568","geometry":{"type":"Point","coordinates":[-0.0123744,51.7146998]},"properties":{"@type":"node","@id":1188888568,"@timestamp":1505730919},"coords":"51.7146998,-0.0123744","bedrooms":"4","price":"153000","area":"554"} , +{"type":"Feature","id":"n1189155806","geometry":{"type":"Point","coordinates":[0.3237963,51.4477566]},"properties":{"@type":"node","@id":1189155806,"@timestamp":1452686112},"coords":"51.4477566,0.3237963","bedrooms":"3","price":"263000","area":"483"} , +{"type":"Feature","id":"n1189506499","geometry":{"type":"Point","coordinates":[-0.3009023,51.4093743]},"properties":{"@type":"node","@id":1189506499,"@timestamp":1627699854},"coords":"51.4093743,-0.3009023","bedrooms":"2","price":"282000","area":"677"} , +{"type":"Feature","id":"n1189632876","geometry":{"type":"Point","coordinates":[-0.747218,51.4161591]},"properties":{"@type":"node","@id":1189632876,"@timestamp":1583434691},"coords":"51.4161591,-0.747218","bedrooms":"4","price":"246000","area":"652"} , +{"type":"Feature","id":"n1189818213","geometry":{"type":"Point","coordinates":[0.062096,51.4887734]},"properties":{"@type":"node","@id":1189818213,"@timestamp":1635422212},"coords":"51.4887734,0.062096","bedrooms":"2","price":"164000","area":"560"} , +{"type":"Feature","id":"n1189818453","geometry":{"type":"Point","coordinates":[0.0594054,51.4908874]},"properties":{"@type":"node","@id":1189818453,"@timestamp":1369263239},"coords":"51.4908874,0.0594054","bedrooms":"2","price":"185000","area":"435"} , +{"type":"Feature","id":"n1189862091","geometry":{"type":"Point","coordinates":[0.0543659,51.2026766]},"properties":{"@type":"node","@id":1189862091,"@timestamp":1300883713},"coords":"51.2026766,0.0543659","bedrooms":"3","price":"299000","area":"500"} , +{"type":"Feature","id":"n1190014017","geometry":{"type":"Point","coordinates":[-0.0590906,51.5563366]},"properties":{"@type":"node","@id":1190014017,"@timestamp":1587697323},"coords":"51.5563366,-0.0590906","bedrooms":"2","price":"290000","area":"424"} , +{"type":"Feature","id":"n1190117240","geometry":{"type":"Point","coordinates":[-0.5349392,51.1059051]},"properties":{"@type":"node","@id":1190117240,"@timestamp":1299453208},"coords":"51.1059051,-0.5349392","bedrooms":"4","price":"285000","area":"653"} , +{"type":"Feature","id":"n1190235035","geometry":{"type":"Point","coordinates":[0.0324257,51.2209468]},"properties":{"@type":"node","@id":1190235035,"@timestamp":1299458469},"coords":"51.2209468,0.0324257","bedrooms":"1","price":"169000","area":"445"} , +{"type":"Feature","id":"n1190790591","geometry":{"type":"Point","coordinates":[0.0659924,51.4921772]},"properties":{"@type":"node","@id":1190790591,"@timestamp":1299490762},"coords":"51.4921772,0.0659924","bedrooms":"2","price":"168000","area":"435"} , +{"type":"Feature","id":"n1190825459","geometry":{"type":"Point","coordinates":[-0.009982,51.2093996]},"properties":{"@type":"node","@id":1190825459,"@timestamp":1625562529},"coords":"51.2093996,-0.009982","bedrooms":"2","price":"231000","area":"392"} , +{"type":"Feature","id":"n1190841543","geometry":{"type":"Point","coordinates":[-0.0044799,51.214099]},"properties":{"@type":"node","@id":1190841543,"@timestamp":1383995572},"coords":"51.214099,-0.0044799","bedrooms":"2","price":"205000","area":"600"} , +{"type":"Feature","id":"n1190932117","geometry":{"type":"Point","coordinates":[0.0854888,51.1981778]},"properties":{"@type":"node","@id":1190932117,"@timestamp":1405257925},"coords":"51.1981778,0.0854888","bedrooms":"3","price":"279000","area":"484"} , +{"type":"Feature","id":"n1190988520","geometry":{"type":"Point","coordinates":[0.1451259,50.998564]},"properties":{"@type":"node","@id":1190988520,"@timestamp":1627234709},"coords":"50.998564,0.1451259","bedrooms":"1","price":"290000","area":"507"} , +{"type":"Feature","id":"n1191033320","geometry":{"type":"Point","coordinates":[0.1725428,51.3974047]},"properties":{"@type":"node","@id":1191033320,"@timestamp":1617664625},"coords":"51.3974047,0.1725428","bedrooms":"1","price":"152000","area":"615"} , +{"type":"Feature","id":"n1191042911","geometry":{"type":"Point","coordinates":[0.280722,51.4827945]},"properties":{"@type":"node","@id":1191042911,"@timestamp":1574049072},"coords":"51.4827945,0.280722","bedrooms":"1","price":"198000","area":"352"} , +{"type":"Feature","id":"n1191043080","geometry":{"type":"Point","coordinates":[0.2829419,51.476002]},"properties":{"@type":"node","@id":1191043080,"@timestamp":1526520650},"coords":"51.476002,0.2829419","bedrooms":"0","price":"230000","area":"570"} , +{"type":"Feature","id":"n1191066963","geometry":{"type":"Point","coordinates":[0.2422363,51.4621117]},"properties":{"@type":"node","@id":1191066963,"@timestamp":1393881874},"coords":"51.4621117,0.2422363","bedrooms":"0","price":"152000","area":"350"} , +{"type":"Feature","id":"n1191108039","geometry":{"type":"Point","coordinates":[0.0777558,51.4891226]},"properties":{"@type":"node","@id":1191108039,"@timestamp":1299507689},"coords":"51.4891226,0.0777558","bedrooms":"3","price":"204000","area":"375"} , +{"type":"Feature","id":"n1191178227","geometry":{"type":"Point","coordinates":[0.0840012,51.4851312]},"properties":{"@type":"node","@id":1191178227,"@timestamp":1299512116},"coords":"51.4851312,0.0840012","bedrooms":"2","price":"279000","area":"532"} , +{"type":"Feature","id":"n1191281867","geometry":{"type":"Point","coordinates":[0.0698889,51.4900371]},"properties":{"@type":"node","@id":1191281867,"@timestamp":1299516667},"coords":"51.4900371,0.0698889","bedrooms":"3","price":"216000","area":"606"} , +{"type":"Feature","id":"n1191858584","geometry":{"type":"Point","coordinates":[0.3794013,51.4216343]},"properties":{"@type":"node","@id":1191858584,"@timestamp":1433445129},"coords":"51.4216343,0.3794013","bedrooms":"1","price":"292000","area":"407"} , +{"type":"Feature","id":"n1192398857","geometry":{"type":"Point","coordinates":[0.2231888,51.4581563]},"properties":{"@type":"node","@id":1192398857,"@timestamp":1620175648},"coords":"51.4581563,0.2231888","bedrooms":"0","price":"288000","area":"351"} , +{"type":"Feature","id":"n1192608357","geometry":{"type":"Point","coordinates":[-0.2138649,51.8307589]},"properties":{"@type":"node","@id":1192608357,"@timestamp":1299590486},"coords":"51.8307589,-0.2138649","bedrooms":"3","price":"259000","area":"651"} , +{"type":"Feature","id":"n1192615399","geometry":{"type":"Point","coordinates":[0.2166725,51.4552383]},"properties":{"@type":"node","@id":1192615399,"@timestamp":1636412390},"coords":"51.4552383,0.2166725","bedrooms":"0","price":"219000","area":"390"} , +{"type":"Feature","id":"n1192615694","geometry":{"type":"Point","coordinates":[0.2189058,51.4587902]},"properties":{"@type":"node","@id":1192615694,"@timestamp":1299591033},"coords":"51.4587902,0.2189058","bedrooms":"3","price":"250000","area":"428"} , +{"type":"Feature","id":"n1192616073","geometry":{"type":"Point","coordinates":[0.2291651,51.4566778]},"properties":{"@type":"node","@id":1192616073,"@timestamp":1299591048},"coords":"51.4566778,0.2291651","bedrooms":"1","price":"224000","area":"521"} , +{"type":"Feature","id":"n1192629884","geometry":{"type":"Point","coordinates":[0.2507917,51.4463386]},"properties":{"@type":"node","@id":1192629884,"@timestamp":1299591903},"coords":"51.4463386,0.2507917","bedrooms":"0","price":"261000","area":"489"} , +{"type":"Feature","id":"n1192749566","geometry":{"type":"Point","coordinates":[0.1739963,51.3976974]},"properties":{"@type":"node","@id":1192749566,"@timestamp":1617471227},"coords":"51.3976974,0.1739963","bedrooms":"2","price":"154000","area":"565"} , +{"type":"Feature","id":"n1192822979","geometry":{"type":"Point","coordinates":[0.7382329,51.3650105]},"properties":{"@type":"node","@id":1192822979,"@timestamp":1621497785},"coords":"51.3650105,0.7382329","bedrooms":"0","price":"237000","area":"646"} , +{"type":"Feature","id":"n1193250109","geometry":{"type":"Point","coordinates":[-1.0261156,50.995654]},"properties":{"@type":"node","@id":1193250109,"@timestamp":1299615149},"coords":"50.995654,-1.0261156","bedrooms":"4","price":"268000","area":"403"} , +{"type":"Feature","id":"n1193250259","geometry":{"type":"Point","coordinates":[-1.0245816,50.9956429]},"properties":{"@type":"node","@id":1193250259,"@timestamp":1559234475},"coords":"50.9956429,-1.0245816","bedrooms":"3","price":"243000","area":"649"} , +{"type":"Feature","id":"n1193541543","geometry":{"type":"Point","coordinates":[0.5447024,51.3842763]},"properties":{"@type":"node","@id":1193541543,"@timestamp":1299622731},"coords":"51.3842763,0.5447024","bedrooms":"3","price":"282000","area":"479"} , +{"type":"Feature","id":"n1193541668","geometry":{"type":"Point","coordinates":[0.544269,51.3846755]},"properties":{"@type":"node","@id":1193541668,"@timestamp":1543944763},"coords":"51.3846755,0.544269","bedrooms":"3","price":"153000","area":"687"} , +{"type":"Feature","id":"n1193603516","geometry":{"type":"Point","coordinates":[0.3355897,51.4370419]},"properties":{"@type":"node","@id":1193603516,"@timestamp":1632489511},"coords":"51.4370419,0.3355897","bedrooms":"1","price":"219000","area":"360"} , +{"type":"Feature","id":"n1193642101","geometry":{"type":"Point","coordinates":[0.170634,51.3971386]},"properties":{"@type":"node","@id":1193642101,"@timestamp":1391957752},"coords":"51.3971386,0.170634","bedrooms":"3","price":"163000","area":"377"} , +{"type":"Feature","id":"n1193642356","geometry":{"type":"Point","coordinates":[0.1722625,51.397703]},"properties":{"@type":"node","@id":1193642356,"@timestamp":1392057992},"coords":"51.397703,0.1722625","bedrooms":"4","price":"256000","area":"519"} , +{"type":"Feature","id":"n1193642604","geometry":{"type":"Point","coordinates":[0.1713173,51.3975953]},"properties":{"@type":"node","@id":1193642604,"@timestamp":1391957752},"coords":"51.3975953,0.1713173","bedrooms":"3","price":"230000","area":"533"} , +{"type":"Feature","id":"n1193978037","geometry":{"type":"Point","coordinates":[-0.1749765,51.544081]},"properties":{"@type":"node","@id":1193978037,"@timestamp":1564911792},"coords":"51.544081,-0.1749765","bedrooms":"0","price":"154000","area":"463"} , +{"type":"Feature","id":"n1194241217","geometry":{"type":"Point","coordinates":[0.6146812,51.6287224]},"properties":{"@type":"node","@id":1194241217,"@timestamp":1617358948},"coords":"51.6287224,0.6146812","bedrooms":"2","price":"179000","area":"518"} , +{"type":"Feature","id":"n1194241401","geometry":{"type":"Point","coordinates":[0.6130831,51.6223164]},"properties":{"@type":"node","@id":1194241401,"@timestamp":1299687365},"coords":"51.6223164,0.6130831","bedrooms":"4","price":"269000","area":"623"} , +{"type":"Feature","id":"n1194241514","geometry":{"type":"Point","coordinates":[0.613078,51.6222169]},"properties":{"@type":"node","@id":1194241514,"@timestamp":1299687370},"coords":"51.6222169,0.613078","bedrooms":"1","price":"258000","area":"518"} , +{"type":"Feature","id":"n1194241594","geometry":{"type":"Point","coordinates":[0.6128812,51.6219705]},"properties":{"@type":"node","@id":1194241594,"@timestamp":1299687374},"coords":"51.6219705,0.6128812","bedrooms":"2","price":"228000","area":"634"} , +{"type":"Feature","id":"n1194241866","geometry":{"type":"Point","coordinates":[0.6138586,51.6273504]},"properties":{"@type":"node","@id":1194241866,"@timestamp":1299687386},"coords":"51.6273504,0.6138586","bedrooms":"1","price":"202000","area":"380"} , +{"type":"Feature","id":"n1194241952","geometry":{"type":"Point","coordinates":[0.6130958,51.6228461]},"properties":{"@type":"node","@id":1194241952,"@timestamp":1330803104},"coords":"51.6228461,0.6130958","bedrooms":"3","price":"153000","area":"447"} , +{"type":"Feature","id":"n1194242092","geometry":{"type":"Point","coordinates":[0.6129394,51.6225533]},"properties":{"@type":"node","@id":1194242092,"@timestamp":1609956043},"coords":"51.6225533,0.6129394","bedrooms":"1","price":"283000","area":"410"} , +{"type":"Feature","id":"n1194242514","geometry":{"type":"Point","coordinates":[0.6141645,51.6279537]},"properties":{"@type":"node","@id":1194242514,"@timestamp":1299687406},"coords":"51.6279537,0.6141645","bedrooms":"4","price":"164000","area":"659"} , +{"type":"Feature","id":"n1194349100","geometry":{"type":"Point","coordinates":[-0.045289,51.5221241]},"properties":{"@type":"node","@id":1194349100,"@timestamp":1299694286},"coords":"51.5221241,-0.045289","bedrooms":"4","price":"194000","area":"436"} , +{"type":"Feature","id":"n1194571397","geometry":{"type":"Point","coordinates":[0.2098724,51.4598332]},"properties":{"@type":"node","@id":1194571397,"@timestamp":1299703873},"coords":"51.4598332,0.2098724","bedrooms":"1","price":"272000","area":"398"} , +{"type":"Feature","id":"n1194642119","geometry":{"type":"Point","coordinates":[0.281037,51.4506812]},"properties":{"@type":"node","@id":1194642119,"@timestamp":1615816496},"coords":"51.4506812,0.281037","bedrooms":"0","price":"181000","area":"596"} , +{"type":"Feature","id":"n1194774526","geometry":{"type":"Point","coordinates":[-0.4565787,51.4727812]},"properties":{"@type":"node","@id":1194774526,"@timestamp":1400146115},"coords":"51.4727812,-0.4565787","bedrooms":"1","price":"237000","area":"510"} , +{"type":"Feature","id":"n1195326783","geometry":{"type":"Point","coordinates":[0.3443486,51.442141]},"properties":{"@type":"node","@id":1195326783,"@timestamp":1535173033},"coords":"51.442141,0.3443486","bedrooms":"1","price":"283000","area":"397"} , +{"type":"Feature","id":"n1195499845","geometry":{"type":"Point","coordinates":[0.8830554,51.1122064]},"properties":{"@type":"node","@id":1195499845,"@timestamp":1299775677},"coords":"51.1122064,0.8830554","bedrooms":"2","price":"199000","area":"601"} , +{"type":"Feature","id":"n1195513609","geometry":{"type":"Point","coordinates":[-0.1639456,51.9223296]},"properties":{"@type":"node","@id":1195513609,"@timestamp":1611413034},"coords":"51.9223296,-0.1639456","bedrooms":"4","price":"262000","area":"688"} , +{"type":"Feature","id":"n1195648551","geometry":{"type":"Point","coordinates":[0.8803062,51.1091797]},"properties":{"@type":"node","@id":1195648551,"@timestamp":1386016859},"coords":"51.1091797,0.8803062","bedrooms":"2","price":"158000","area":"497"} , +{"type":"Feature","id":"n1195898184","geometry":{"type":"Point","coordinates":[-0.497811,51.6371632]},"properties":{"@type":"node","@id":1195898184,"@timestamp":1299791125},"coords":"51.6371632,-0.497811","bedrooms":"4","price":"298000","area":"356"} , +{"type":"Feature","id":"n1195913734","geometry":{"type":"Point","coordinates":[0.4059093,51.4688598]},"properties":{"@type":"node","@id":1195913734,"@timestamp":1636382538},"coords":"51.4688598,0.4059093","bedrooms":"3","price":"255000","area":"504"} , +{"type":"Feature","id":"n1195913969","geometry":{"type":"Point","coordinates":[0.3841349,51.4591825]},"properties":{"@type":"node","@id":1195913969,"@timestamp":1393799080},"coords":"51.4591825,0.3841349","bedrooms":"2","price":"181000","area":"656"} , +{"type":"Feature","id":"n1195914134","geometry":{"type":"Point","coordinates":[0.3844248,51.4650318]},"properties":{"@type":"node","@id":1195914134,"@timestamp":1299847970},"coords":"51.4650318,0.3844248","bedrooms":"4","price":"180000","area":"675"} , +{"type":"Feature","id":"n1195914290","geometry":{"type":"Point","coordinates":[0.4038561,51.4713644]},"properties":{"@type":"node","@id":1195914290,"@timestamp":1636382538},"coords":"51.4713644,0.4038561","bedrooms":"3","price":"184000","area":"539"} , +{"type":"Feature","id":"n1195914478","geometry":{"type":"Point","coordinates":[0.3699517,51.4614424]},"properties":{"@type":"node","@id":1195914478,"@timestamp":1299791698},"coords":"51.4614424,0.3699517","bedrooms":"1","price":"261000","area":"400"} , +{"type":"Feature","id":"n1195914601","geometry":{"type":"Point","coordinates":[0.3834163,51.4648197]},"properties":{"@type":"node","@id":1195914601,"@timestamp":1299847973},"coords":"51.4648197,0.3834163","bedrooms":"1","price":"239000","area":"493"} , +{"type":"Feature","id":"n1195914881","geometry":{"type":"Point","coordinates":[0.3977071,51.4714396]},"properties":{"@type":"node","@id":1195914881,"@timestamp":1299945822},"coords":"51.4714396,0.3977071","bedrooms":"4","price":"255000","area":"560"} , +{"type":"Feature","id":"n1195915201","geometry":{"type":"Point","coordinates":[0.4006683,51.4725957]},"properties":{"@type":"node","@id":1195915201,"@timestamp":1299945811},"coords":"51.4725957,0.4006683","bedrooms":"3","price":"265000","area":"627"} , +{"type":"Feature","id":"n1195915459","geometry":{"type":"Point","coordinates":[0.3865277,51.4663503]},"properties":{"@type":"node","@id":1195915459,"@timestamp":1299945810},"coords":"51.4663503,0.3865277","bedrooms":"3","price":"252000","area":"518"} , +{"type":"Feature","id":"n1195915753","geometry":{"type":"Point","coordinates":[0.3808416,51.4618895]},"properties":{"@type":"node","@id":1195915753,"@timestamp":1393799081},"coords":"51.4618895,0.3808416","bedrooms":"2","price":"244000","area":"420"} , +{"type":"Feature","id":"n1195968033","geometry":{"type":"Point","coordinates":[0.3660989,51.4767742]},"properties":{"@type":"node","@id":1195968033,"@timestamp":1526521218},"coords":"51.4767742,0.3660989","bedrooms":"0","price":"231000","area":"575"} , +{"type":"Feature","id":"n1196677699","geometry":{"type":"Point","coordinates":[-0.2432991,51.7704975]},"properties":{"@type":"node","@id":1196677699,"@timestamp":1553030641},"coords":"51.7704975,-0.2432991","bedrooms":"3","price":"245000","area":"554"} , +{"type":"Feature","id":"n1196718532","geometry":{"type":"Point","coordinates":[0.4054371,51.4727118]},"properties":{"@type":"node","@id":1196718532,"@timestamp":1299847914},"coords":"51.4727118,0.4054371","bedrooms":"2","price":"264000","area":"672"} , +{"type":"Feature","id":"n1196718603","geometry":{"type":"Point","coordinates":[0.4178988,51.4862201]},"properties":{"@type":"node","@id":1196718603,"@timestamp":1299847920},"coords":"51.4862201,0.4178988","bedrooms":"2","price":"252000","area":"628"} , +{"type":"Feature","id":"n1196718725","geometry":{"type":"Point","coordinates":[0.4190813,51.4884177]},"properties":{"@type":"node","@id":1196718725,"@timestamp":1299847926},"coords":"51.4884177,0.4190813","bedrooms":"1","price":"287000","area":"691"} , +{"type":"Feature","id":"n1196718812","geometry":{"type":"Point","coordinates":[0.4101606,51.4774489]},"properties":{"@type":"node","@id":1196718812,"@timestamp":1299847930},"coords":"51.4774489,0.4101606","bedrooms":"1","price":"206000","area":"460"} , +{"type":"Feature","id":"n1196718911","geometry":{"type":"Point","coordinates":[0.410748,51.4781121]},"properties":{"@type":"node","@id":1196718911,"@timestamp":1299847935},"coords":"51.4781121,0.410748","bedrooms":"4","price":"187000","area":"532"} , +{"type":"Feature","id":"n1196718983","geometry":{"type":"Point","coordinates":[0.4070196,51.4781956]},"properties":{"@type":"node","@id":1196718983,"@timestamp":1299847938},"coords":"51.4781956,0.4070196","bedrooms":"0","price":"165000","area":"678"} , +{"type":"Feature","id":"n1196719115","geometry":{"type":"Point","coordinates":[0.4082802,51.4795821]},"properties":{"@type":"node","@id":1196719115,"@timestamp":1299847946},"coords":"51.4795821,0.4082802","bedrooms":"0","price":"286000","area":"492"} , +{"type":"Feature","id":"n1196765238","geometry":{"type":"Point","coordinates":[0.3984475,51.4922625]},"properties":{"@type":"node","@id":1196765238,"@timestamp":1299850915},"coords":"51.4922625,0.3984475","bedrooms":"2","price":"255000","area":"648"} , +{"type":"Feature","id":"n1196830758","geometry":{"type":"Point","coordinates":[0.8309224,51.1376956]},"properties":{"@type":"node","@id":1196830758,"@timestamp":1350757540},"coords":"51.1376956,0.8309224","bedrooms":"1","price":"175000","area":"361"} , +{"type":"Feature","id":"n1196853726","geometry":{"type":"Point","coordinates":[0.8288914,51.1266966]},"properties":{"@type":"node","@id":1196853726,"@timestamp":1531241036},"coords":"51.1266966,0.8288914","bedrooms":"1","price":"164000","area":"418"} , +{"type":"Feature","id":"n1196935462","geometry":{"type":"Point","coordinates":[-0.18401,51.2443356]},"properties":{"@type":"node","@id":1196935462,"@timestamp":1434496915},"coords":"51.2443356,-0.18401","bedrooms":"0","price":"197000","area":"538"} , +{"type":"Feature","id":"n1196935527","geometry":{"type":"Point","coordinates":[-0.1700762,51.2499387]},"properties":{"@type":"node","@id":1196935527,"@timestamp":1299860919},"coords":"51.2499387,-0.1700762","bedrooms":"1","price":"229000","area":"649"} , +{"type":"Feature","id":"n1196935713","geometry":{"type":"Point","coordinates":[0.8290669,51.1391384]},"properties":{"@type":"node","@id":1196935713,"@timestamp":1299860937},"coords":"51.1391384,0.8290669","bedrooms":"0","price":"280000","area":"503"} , +{"type":"Feature","id":"n1196979444","geometry":{"type":"Point","coordinates":[-0.1764057,51.2469466]},"properties":{"@type":"node","@id":1196979444,"@timestamp":1300189287},"coords":"51.2469466,-0.1764057","bedrooms":"1","price":"239000","area":"642"} , +{"type":"Feature","id":"n1197020691","geometry":{"type":"Point","coordinates":[0.7122703,51.7465752]},"properties":{"@type":"node","@id":1197020691,"@timestamp":1427662331},"coords":"51.7465752,0.7122703","bedrooms":"2","price":"166000","area":"607"} , +{"type":"Feature","id":"n1197187933","geometry":{"type":"Point","coordinates":[-0.7377177,51.4278854]},"properties":{"@type":"node","@id":1197187933,"@timestamp":1524337460},"coords":"51.4278854,-0.7377177","bedrooms":"0","price":"183000","area":"382"} , +{"type":"Feature","id":"n1197484871","geometry":{"type":"Point","coordinates":[0.4148439,51.4560628]},"properties":{"@type":"node","@id":1197484871,"@timestamp":1628097611},"coords":"51.4560628,0.4148439","bedrooms":"1","price":"231000","area":"477"} , +{"type":"Feature","id":"n1197652462","geometry":{"type":"Point","coordinates":[-0.0550343,51.2655577]},"properties":{"@type":"node","@id":1197652462,"@timestamp":1467835472},"coords":"51.2655577,-0.0550343","bedrooms":"4","price":"276000","area":"687"} , +{"type":"Feature","id":"n1197692126","geometry":{"type":"Point","coordinates":[-0.0392981,51.2654474]},"properties":{"@type":"node","@id":1197692126,"@timestamp":1299887050},"coords":"51.2654474,-0.0392981","bedrooms":"4","price":"294000","area":"545"} , +{"type":"Feature","id":"n1197722770","geometry":{"type":"Point","coordinates":[0.5978644,51.7765801]},"properties":{"@type":"node","@id":1197722770,"@timestamp":1576556227},"coords":"51.7765801,0.5978644","bedrooms":"0","price":"179000","area":"407"} , +{"type":"Feature","id":"n1198124690","geometry":{"type":"Point","coordinates":[-0.1269465,51.5274054]},"properties":{"@type":"node","@id":1198124690,"@timestamp":1596489392},"coords":"51.5274054,-0.1269465","bedrooms":"0","price":"169000","area":"479"} , +{"type":"Feature","id":"n1198172882","geometry":{"type":"Point","coordinates":[-0.1360219,51.5389753]},"properties":{"@type":"node","@id":1198172882,"@timestamp":1635392297},"coords":"51.5389753,-0.1360219","bedrooms":"0","price":"200000","area":"408"} , +{"type":"Feature","id":"n1198275753","geometry":{"type":"Point","coordinates":[-0.3157077,51.4519989]},"properties":{"@type":"node","@id":1198275753,"@timestamp":1633871418},"coords":"51.4519989,-0.3157077","bedrooms":"3","price":"290000","area":"410"} , +{"type":"Feature","id":"n1198624777","geometry":{"type":"Point","coordinates":[0.4465799,51.5116528]},"properties":{"@type":"node","@id":1198624777,"@timestamp":1334357544},"coords":"51.5116528,0.4465799","bedrooms":"4","price":"233000","area":"547"} , +{"type":"Feature","id":"n1198625413","geometry":{"type":"Point","coordinates":[0.4645156,51.5176425]},"properties":{"@type":"node","@id":1198625413,"@timestamp":1417561336},"coords":"51.5176425,0.4645156","bedrooms":"1","price":"190000","area":"551"} , +{"type":"Feature","id":"n1198626098","geometry":{"type":"Point","coordinates":[0.4617905,51.5164674]},"properties":{"@type":"node","@id":1198626098,"@timestamp":1417561336},"coords":"51.5164674,0.4617905","bedrooms":"4","price":"172000","area":"635"} , +{"type":"Feature","id":"n1198626630","geometry":{"type":"Point","coordinates":[0.4492917,51.5116613]},"properties":{"@type":"node","@id":1198626630,"@timestamp":1334359710},"coords":"51.5116613,0.4492917","bedrooms":"0","price":"274000","area":"368"} , +{"type":"Feature","id":"n1198627165","geometry":{"type":"Point","coordinates":[0.449955,51.5109198]},"properties":{"@type":"node","@id":1198627165,"@timestamp":1334359706},"coords":"51.5109198,0.449955","bedrooms":"3","price":"154000","area":"604"} , +{"type":"Feature","id":"n1198627724","geometry":{"type":"Point","coordinates":[0.437126,51.5086858]},"properties":{"@type":"node","@id":1198627724,"@timestamp":1334357544},"coords":"51.5086858,0.437126","bedrooms":"3","price":"161000","area":"593"} , +{"type":"Feature","id":"n1198627960","geometry":{"type":"Point","coordinates":[0.4489161,51.5114363]},"properties":{"@type":"node","@id":1198627960,"@timestamp":1334359706},"coords":"51.5114363,0.4489161","bedrooms":"4","price":"236000","area":"622"} , +{"type":"Feature","id":"n1198628838","geometry":{"type":"Point","coordinates":[0.4764407,51.5175258]},"properties":{"@type":"node","@id":1198628838,"@timestamp":1417561336},"coords":"51.5175258,0.4764407","bedrooms":"3","price":"190000","area":"400"} , +{"type":"Feature","id":"n1198629453","geometry":{"type":"Point","coordinates":[0.4737961,51.5176093]},"properties":{"@type":"node","@id":1198629453,"@timestamp":1417561337},"coords":"51.5176093,0.4737961","bedrooms":"3","price":"269000","area":"653"} , +{"type":"Feature","id":"n1198630210","geometry":{"type":"Point","coordinates":[0.487411,51.5188978]},"properties":{"@type":"node","@id":1198630210,"@timestamp":1417561335},"coords":"51.5188978,0.487411","bedrooms":"4","price":"239000","area":"641"} , +{"type":"Feature","id":"n1198630847","geometry":{"type":"Point","coordinates":[0.4636251,51.5176558]},"properties":{"@type":"node","@id":1198630847,"@timestamp":1417561337},"coords":"51.5176558,0.4636251","bedrooms":"2","price":"258000","area":"478"} , +{"type":"Feature","id":"n1198652300","geometry":{"type":"Point","coordinates":[0.8539208,51.1327221]},"properties":{"@type":"node","@id":1198652300,"@timestamp":1299946490},"coords":"51.1327221,0.8539208","bedrooms":"0","price":"223000","area":"687"} , +{"type":"Feature","id":"n1198662193","geometry":{"type":"Point","coordinates":[0.8672637,51.1268819]},"properties":{"@type":"node","@id":1198662193,"@timestamp":1299947350},"coords":"51.1268819,0.8672637","bedrooms":"1","price":"261000","area":"452"} , +{"type":"Feature","id":"n1198732504","geometry":{"type":"Point","coordinates":[-0.3298997,51.302125]},"properties":{"@type":"node","@id":1198732504,"@timestamp":1299950285},"coords":"51.302125,-0.3298997","bedrooms":"1","price":"159000","area":"582"} , +{"type":"Feature","id":"n1198889692","geometry":{"type":"Point","coordinates":[0.5373966,51.5518055]},"properties":{"@type":"node","@id":1198889692,"@timestamp":1299955367},"coords":"51.5518055,0.5373966","bedrooms":"0","price":"184000","area":"611"} , +{"type":"Feature","id":"n1199043520","geometry":{"type":"Point","coordinates":[0.0612303,51.4741625]},"properties":{"@type":"node","@id":1199043520,"@timestamp":1487972209},"coords":"51.4741625,0.0612303","bedrooms":"3","price":"238000","area":"448"} , +{"type":"Feature","id":"n1199129520","geometry":{"type":"Point","coordinates":[0.6123732,51.6712914]},"properties":{"@type":"node","@id":1199129520,"@timestamp":1299961693},"coords":"51.6712914,0.6123732","bedrooms":"1","price":"278000","area":"483"} , +{"type":"Feature","id":"n1199129574","geometry":{"type":"Point","coordinates":[0.6078172,51.6677197]},"properties":{"@type":"node","@id":1199129574,"@timestamp":1299961693},"coords":"51.6677197,0.6078172","bedrooms":"3","price":"243000","area":"498"} , +{"type":"Feature","id":"n1199188128","geometry":{"type":"Point","coordinates":[0.057087,51.476039]},"properties":{"@type":"node","@id":1199188128,"@timestamp":1409250364},"coords":"51.476039,0.057087","bedrooms":"1","price":"291000","area":"406"} , +{"type":"Feature","id":"n1199243480","geometry":{"type":"Point","coordinates":[0.5536106,51.7111531]},"properties":{"@type":"node","@id":1199243480,"@timestamp":1299964118},"coords":"51.7111531,0.5536106","bedrooms":"0","price":"218000","area":"373"} , +{"type":"Feature","id":"n1199314917","geometry":{"type":"Point","coordinates":[0.7032816,51.5823453]},"properties":{"@type":"node","@id":1199314917,"@timestamp":1299966094},"coords":"51.5823453,0.7032816","bedrooms":"3","price":"216000","area":"620"} , +{"type":"Feature","id":"n1199316020","geometry":{"type":"Point","coordinates":[0.6646595,51.5647062]},"properties":{"@type":"node","@id":1199316020,"@timestamp":1455275410},"coords":"51.5647062,0.6646595","bedrooms":"2","price":"169000","area":"575"} , +{"type":"Feature","id":"n1199353573","geometry":{"type":"Point","coordinates":[0.7013118,51.6157215]},"properties":{"@type":"node","@id":1199353573,"@timestamp":1299967097},"coords":"51.6157215,0.7013118","bedrooms":"2","price":"203000","area":"403"} , +{"type":"Feature","id":"n1199353614","geometry":{"type":"Point","coordinates":[0.7088006,51.6053977]},"properties":{"@type":"node","@id":1199353614,"@timestamp":1299967098},"coords":"51.6053977,0.7088006","bedrooms":"0","price":"272000","area":"360"} , +{"type":"Feature","id":"n1199353655","geometry":{"type":"Point","coordinates":[0.714492,51.5975109]},"properties":{"@type":"node","@id":1199353655,"@timestamp":1299967099},"coords":"51.5975109,0.714492","bedrooms":"4","price":"217000","area":"667"} , +{"type":"Feature","id":"n1199353693","geometry":{"type":"Point","coordinates":[0.662747,51.6196951]},"properties":{"@type":"node","@id":1199353693,"@timestamp":1299967099},"coords":"51.6196951,0.662747","bedrooms":"4","price":"235000","area":"496"} , +{"type":"Feature","id":"n1199393032","geometry":{"type":"Point","coordinates":[0.8115937,51.8368516]},"properties":{"@type":"node","@id":1199393032,"@timestamp":1299968971},"coords":"51.8368516,0.8115937","bedrooms":"4","price":"225000","area":"477"} , +{"type":"Feature","id":"n1199393081","geometry":{"type":"Point","coordinates":[0.832649,51.8362848]},"properties":{"@type":"node","@id":1199393081,"@timestamp":1299968974},"coords":"51.8362848,0.832649","bedrooms":"1","price":"236000","area":"462"} , +{"type":"Feature","id":"n1199393149","geometry":{"type":"Point","coordinates":[0.7403223,51.7678533]},"properties":{"@type":"node","@id":1199393149,"@timestamp":1299968976},"coords":"51.7678533,0.7403223","bedrooms":"3","price":"269000","area":"671"} , +{"type":"Feature","id":"n1199393173","geometry":{"type":"Point","coordinates":[0.7367496,51.7660141]},"properties":{"@type":"node","@id":1199393173,"@timestamp":1299968978},"coords":"51.7660141,0.7367496","bedrooms":"1","price":"203000","area":"699"} , +{"type":"Feature","id":"n1199393193","geometry":{"type":"Point","coordinates":[0.6872947,51.7541087]},"properties":{"@type":"node","@id":1199393193,"@timestamp":1299968979},"coords":"51.7541087,0.6872947","bedrooms":"4","price":"237000","area":"512"} , +{"type":"Feature","id":"n1199393226","geometry":{"type":"Point","coordinates":[0.7073091,51.7596173]},"properties":{"@type":"node","@id":1199393226,"@timestamp":1299968982},"coords":"51.7596173,0.7073091","bedrooms":"0","price":"265000","area":"509"} , +{"type":"Feature","id":"n1199393254","geometry":{"type":"Point","coordinates":[0.870613,51.8409616]},"properties":{"@type":"node","@id":1199393254,"@timestamp":1470516221},"coords":"51.8409616,0.870613","bedrooms":"0","price":"203000","area":"604"} , +{"type":"Feature","id":"n1199401897","geometry":{"type":"Point","coordinates":[0.6923221,51.7327964]},"properties":{"@type":"node","@id":1199401897,"@timestamp":1517183765},"coords":"51.7327964,0.6923221","bedrooms":"2","price":"151000","area":"682"} , +{"type":"Feature","id":"n1199404487","geometry":{"type":"Point","coordinates":[-0.3320968,51.2973443]},"properties":{"@type":"node","@id":1199404487,"@timestamp":1618405036},"coords":"51.2973443,-0.3320968","bedrooms":"4","price":"200000","area":"627"} , +{"type":"Feature","id":"n1199407644","geometry":{"type":"Point","coordinates":[-0.2035221,51.8153788]},"properties":{"@type":"node","@id":1199407644,"@timestamp":1566653727},"coords":"51.8153788,-0.2035221","bedrooms":"4","price":"188000","area":"588"} , +{"type":"Feature","id":"n1199432252","geometry":{"type":"Point","coordinates":[-0.3302562,51.3008572]},"properties":{"@type":"node","@id":1199432252,"@timestamp":1617923767},"coords":"51.3008572,-0.3302562","bedrooms":"1","price":"293000","area":"524"} , +{"type":"Feature","id":"n1199445594","geometry":{"type":"Point","coordinates":[-0.2522611,51.2435143]},"properties":{"@type":"node","@id":1199445594,"@timestamp":1299972248},"coords":"51.2435143,-0.2522611","bedrooms":"0","price":"160000","area":"687"} , +{"type":"Feature","id":"n1199468677","geometry":{"type":"Point","coordinates":[-0.2865419,51.2508347]},"properties":{"@type":"node","@id":1199468677,"@timestamp":1536189727},"coords":"51.2508347,-0.2865419","bedrooms":"0","price":"238000","area":"543"} , +{"type":"Feature","id":"n1199490812","geometry":{"type":"Point","coordinates":[-0.3352654,51.2923499]},"properties":{"@type":"node","@id":1199490812,"@timestamp":1299974141},"coords":"51.2923499,-0.3352654","bedrooms":"2","price":"284000","area":"677"} , +{"type":"Feature","id":"n1199923552","geometry":{"type":"Point","coordinates":[0.0682875,51.4831039]},"properties":{"@type":"node","@id":1199923552,"@timestamp":1300011123},"coords":"51.4831039,0.0682875","bedrooms":"0","price":"249000","area":"413"} , +{"type":"Feature","id":"n1199924472","geometry":{"type":"Point","coordinates":[0.8874196,51.8450976]},"properties":{"@type":"node","@id":1199924472,"@timestamp":1616359167},"coords":"51.8450976,0.8874196","bedrooms":"3","price":"253000","area":"552"} , +{"type":"Feature","id":"n1199924682","geometry":{"type":"Point","coordinates":[0.8868617,51.8458002]},"properties":{"@type":"node","@id":1199924682,"@timestamp":1391349830},"coords":"51.8458002,0.8868617","bedrooms":"3","price":"293000","area":"447"} , +{"type":"Feature","id":"n1199951738","geometry":{"type":"Point","coordinates":[0.0709576,51.4838184]},"properties":{"@type":"node","@id":1199951738,"@timestamp":1350732028},"coords":"51.4838184,0.0709576","bedrooms":"2","price":"254000","area":"632"} , +{"type":"Feature","id":"n1199999126","geometry":{"type":"Point","coordinates":[0.0370869,51.1754733]},"properties":{"@type":"node","@id":1199999126,"@timestamp":1300016525},"coords":"51.1754733,0.0370869","bedrooms":"0","price":"201000","area":"420"} , +{"type":"Feature","id":"n1200239380","geometry":{"type":"Point","coordinates":[0.0151432,51.5866875]},"properties":{"@type":"node","@id":1200239380,"@timestamp":1300027448},"coords":"51.5866875,0.0151432","bedrooms":"3","price":"170000","area":"359"} , +{"type":"Feature","id":"n1200308325","geometry":{"type":"Point","coordinates":[0.8191087,51.1778447]},"properties":{"@type":"node","@id":1200308325,"@timestamp":1300033465},"coords":"51.1778447,0.8191087","bedrooms":"2","price":"232000","area":"373"} , +{"type":"Feature","id":"n1200387849","geometry":{"type":"Point","coordinates":[0.8110964,51.1809424]},"properties":{"@type":"node","@id":1200387849,"@timestamp":1300033377},"coords":"51.1809424,0.8110964","bedrooms":"1","price":"236000","area":"640"} , +{"type":"Feature","id":"n1200387985","geometry":{"type":"Point","coordinates":[0.8152378,51.1767733]},"properties":{"@type":"node","@id":1200387985,"@timestamp":1300033384},"coords":"51.1767733,0.8152378","bedrooms":"3","price":"236000","area":"474"} , +{"type":"Feature","id":"n1200410270","geometry":{"type":"Point","coordinates":[0.8168566,51.1795449]},"properties":{"@type":"node","@id":1200410270,"@timestamp":1300034373},"coords":"51.1795449,0.8168566","bedrooms":"3","price":"238000","area":"623"} , +{"type":"Feature","id":"n1200553911","geometry":{"type":"Point","coordinates":[0.8104581,51.1741218]},"properties":{"@type":"node","@id":1200553911,"@timestamp":1592245234},"coords":"51.1741218,0.8104581","bedrooms":"3","price":"244000","area":"444"} , +{"type":"Feature","id":"n1200554692","geometry":{"type":"Point","coordinates":[-0.0493477,51.6527465]},"properties":{"@type":"node","@id":1200554692,"@timestamp":1300041297},"coords":"51.6527465,-0.0493477","bedrooms":"3","price":"170000","area":"567"} , +{"type":"Feature","id":"n1200703376","geometry":{"type":"Point","coordinates":[0.0336037,51.4869733]},"properties":{"@type":"node","@id":1200703376,"@timestamp":1300048406},"coords":"51.4869733,0.0336037","bedrooms":"2","price":"253000","area":"649"} , +{"type":"Feature","id":"n1200811563","geometry":{"type":"Point","coordinates":[0.635037,51.4525042]},"properties":{"@type":"node","@id":1200811563,"@timestamp":1388778923},"coords":"51.4525042,0.635037","bedrooms":"3","price":"217000","area":"406"} , +{"type":"Feature","id":"n1201011463","geometry":{"type":"Point","coordinates":[-0.1829104,51.165903]},"properties":{"@type":"node","@id":1201011463,"@timestamp":1465337548},"coords":"51.165903,-0.1829104","bedrooms":"4","price":"219000","area":"561"} , +{"type":"Feature","id":"n1201169503","geometry":{"type":"Point","coordinates":[-0.124603,51.5074026]},"properties":{"@type":"node","@id":1201169503,"@timestamp":1564734516},"coords":"51.5074026,-0.124603","bedrooms":"0","price":"200000","area":"589"} , +{"type":"Feature","id":"n1201169674","geometry":{"type":"Point","coordinates":[-0.124131,51.5071547]},"properties":{"@type":"node","@id":1201169674,"@timestamp":1515246853},"coords":"51.5071547,-0.124131","bedrooms":"2","price":"195000","area":"477"} , +{"type":"Feature","id":"n1201169856","geometry":{"type":"Point","coordinates":[-0.1244953,51.5073439]},"properties":{"@type":"node","@id":1201169856,"@timestamp":1515246854},"coords":"51.5073439,-0.1244953","bedrooms":"0","price":"197000","area":"571"} , +{"type":"Feature","id":"n1201381546","geometry":{"type":"Point","coordinates":[-0.1345346,51.5441515]},"properties":{"@type":"node","@id":1201381546,"@timestamp":1300096676},"coords":"51.5441515,-0.1345346","bedrooms":"1","price":"282000","area":"480"} , +{"type":"Feature","id":"n1201645063","geometry":{"type":"Point","coordinates":[0.6610647,51.5942977]},"properties":{"@type":"node","@id":1201645063,"@timestamp":1512309048},"coords":"51.5942977,0.6610647","bedrooms":"0","price":"238000","area":"538"} , +{"type":"Feature","id":"n1201646152","geometry":{"type":"Point","coordinates":[0.6738539,51.5943142]},"properties":{"@type":"node","@id":1201646152,"@timestamp":1592065595},"coords":"51.5943142,0.6738539","bedrooms":"3","price":"202000","area":"615"} , +{"type":"Feature","id":"n1201774276","geometry":{"type":"Point","coordinates":[0.7608188,51.4404628]},"properties":{"@type":"node","@id":1201774276,"@timestamp":1581759828},"coords":"51.4404628,0.7608188","bedrooms":"0","price":"206000","area":"505"} , +{"type":"Feature","id":"n1201825929","geometry":{"type":"Point","coordinates":[-0.7596742,51.4181688]},"properties":{"@type":"node","@id":1201825929,"@timestamp":1551237698},"coords":"51.4181688,-0.7596742","bedrooms":"0","price":"276000","area":"573"} , +{"type":"Feature","id":"n1201900597","geometry":{"type":"Point","coordinates":[-0.7446213,51.4253775]},"properties":{"@type":"node","@id":1201900597,"@timestamp":1490646353},"coords":"51.4253775,-0.7446213","bedrooms":"2","price":"156000","area":"523"} , +{"type":"Feature","id":"n1202287064","geometry":{"type":"Point","coordinates":[-0.0790504,51.6341223]},"properties":{"@type":"node","@id":1202287064,"@timestamp":1599670072},"coords":"51.6341223,-0.0790504","bedrooms":"3","price":"230000","area":"516"} , +{"type":"Feature","id":"n1202815900","geometry":{"type":"Point","coordinates":[-0.2807309,51.7169775]},"properties":{"@type":"node","@id":1202815900,"@timestamp":1564345494},"coords":"51.7169775,-0.2807309","bedrooms":"0","price":"184000","area":"369"} , +{"type":"Feature","id":"n1203038538","geometry":{"type":"Point","coordinates":[0.8343551,51.1451513]},"properties":{"@type":"node","@id":1203038538,"@timestamp":1601762892},"coords":"51.1451513,0.8343551","bedrooms":"2","price":"230000","area":"408"} , +{"type":"Feature","id":"n1203038689","geometry":{"type":"Point","coordinates":[0.843314,51.1434102]},"properties":{"@type":"node","@id":1203038689,"@timestamp":1300197465},"coords":"51.1434102,0.843314","bedrooms":"3","price":"172000","area":"469"} , +{"type":"Feature","id":"n1203268503","geometry":{"type":"Point","coordinates":[0.728739,51.7351071]},"properties":{"@type":"node","@id":1203268503,"@timestamp":1300206899},"coords":"51.7351071,0.728739","bedrooms":"1","price":"298000","area":"514"} , +{"type":"Feature","id":"n1203609009","geometry":{"type":"Point","coordinates":[0.7275307,51.9327197]},"properties":{"@type":"node","@id":1203609009,"@timestamp":1300222135},"coords":"51.9327197,0.7275307","bedrooms":"4","price":"277000","area":"406"} , +{"type":"Feature","id":"n1203610126","geometry":{"type":"Point","coordinates":[0.7271557,51.9361985]},"properties":{"@type":"node","@id":1203610126,"@timestamp":1300222169},"coords":"51.9361985,0.7271557","bedrooms":"1","price":"218000","area":"584"} , +{"type":"Feature","id":"n1203700697","geometry":{"type":"Point","coordinates":[0.60196,51.7751329]},"properties":{"@type":"node","@id":1203700697,"@timestamp":1300225105},"coords":"51.7751329,0.60196","bedrooms":"0","price":"282000","area":"508"} , +{"type":"Feature","id":"n1203774520","geometry":{"type":"Point","coordinates":[-0.1887278,51.2249996]},"properties":{"@type":"node","@id":1203774520,"@timestamp":1300228087},"coords":"51.2249996,-0.1887278","bedrooms":"2","price":"232000","area":"625"} , +{"type":"Feature","id":"n1203774545","geometry":{"type":"Point","coordinates":[-0.2880755,51.2410362]},"properties":{"@type":"node","@id":1203774545,"@timestamp":1300228088},"coords":"51.2410362,-0.2880755","bedrooms":"4","price":"193000","area":"476"} , +{"type":"Feature","id":"n1203812766","geometry":{"type":"Point","coordinates":[-0.2103519,51.238307]},"properties":{"@type":"node","@id":1203812766,"@timestamp":1300231162},"coords":"51.238307,-0.2103519","bedrooms":"0","price":"173000","area":"389"} , +{"type":"Feature","id":"n1203814575","geometry":{"type":"Point","coordinates":[-0.1882688,51.2390943]},"properties":{"@type":"node","@id":1203814575,"@timestamp":1300231404},"coords":"51.2390943,-0.1882688","bedrooms":"1","price":"235000","area":"579"} , +{"type":"Feature","id":"n1204122763","geometry":{"type":"Point","coordinates":[-0.2041825,51.2418649]},"properties":{"@type":"node","@id":1204122763,"@timestamp":1619451278},"coords":"51.2418649,-0.2041825","bedrooms":"3","price":"289000","area":"535"} , +{"type":"Feature","id":"n1204144769","geometry":{"type":"Point","coordinates":[-0.2058832,51.2377014]},"properties":{"@type":"node","@id":1204144769,"@timestamp":1300275571},"coords":"51.2377014,-0.2058832","bedrooms":"3","price":"199000","area":"586"} , +{"type":"Feature","id":"n1204172263","geometry":{"type":"Point","coordinates":[-0.166998,51.2271134]},"properties":{"@type":"node","@id":1204172263,"@timestamp":1629707039},"coords":"51.2271134,-0.166998","bedrooms":"1","price":"284000","area":"397"} , +{"type":"Feature","id":"n1204199645","geometry":{"type":"Point","coordinates":[0.4965909,51.4333036]},"properties":{"@type":"node","@id":1204199645,"@timestamp":1300280795},"coords":"51.4333036,0.4965909","bedrooms":"1","price":"160000","area":"368"} , +{"type":"Feature","id":"n1204253301","geometry":{"type":"Point","coordinates":[-0.3277982,51.2922607]},"properties":{"@type":"node","@id":1204253301,"@timestamp":1619138777},"coords":"51.2922607,-0.3277982","bedrooms":"3","price":"223000","area":"632"} , +{"type":"Feature","id":"n1204524391","geometry":{"type":"Point","coordinates":[-0.0380068,52.0012821]},"properties":{"@type":"node","@id":1204524391,"@timestamp":1441492912},"coords":"52.0012821,-0.0380068","bedrooms":"3","price":"166000","area":"449"} , +{"type":"Feature","id":"n1205458298","geometry":{"type":"Point","coordinates":[-0.0285076,51.7232361]},"properties":{"@type":"node","@id":1205458298,"@timestamp":1341251754},"coords":"51.7232361,-0.0285076","bedrooms":"4","price":"163000","area":"360"} , +{"type":"Feature","id":"n1205606209","geometry":{"type":"Point","coordinates":[-0.0141507,51.7835976]},"properties":{"@type":"node","@id":1205606209,"@timestamp":1372369880},"coords":"51.7835976,-0.0141507","bedrooms":"0","price":"168000","area":"503"} , +{"type":"Feature","id":"n1205624254","geometry":{"type":"Point","coordinates":[0.6030259,51.5846285]},"properties":{"@type":"node","@id":1205624254,"@timestamp":1572041516},"coords":"51.5846285,0.6030259","bedrooms":"4","price":"169000","area":"406"} , +{"type":"Feature","id":"n1205624371","geometry":{"type":"Point","coordinates":[0.6155424,51.5882849]},"properties":{"@type":"node","@id":1205624371,"@timestamp":1553961117},"coords":"51.5882849,0.6155424","bedrooms":"4","price":"291000","area":"635"} , +{"type":"Feature","id":"n1205744829","geometry":{"type":"Point","coordinates":[0.6000631,51.5892633]},"properties":{"@type":"node","@id":1205744829,"@timestamp":1327275806},"coords":"51.5892633,0.6000631","bedrooms":"2","price":"234000","area":"584"} , +{"type":"Feature","id":"n1205745066","geometry":{"type":"Point","coordinates":[0.6019389,51.5773617]},"properties":{"@type":"node","@id":1205745066,"@timestamp":1300375140},"coords":"51.5773617,0.6019389","bedrooms":"2","price":"295000","area":"473"} , +{"type":"Feature","id":"n1205745234","geometry":{"type":"Point","coordinates":[0.6087084,51.586727]},"properties":{"@type":"node","@id":1205745234,"@timestamp":1300375162},"coords":"51.586727,0.6087084","bedrooms":"1","price":"227000","area":"373"} , +{"type":"Feature","id":"n1205745424","geometry":{"type":"Point","coordinates":[0.6084406,51.5875894]},"properties":{"@type":"node","@id":1205745424,"@timestamp":1554053197},"coords":"51.5875894,0.6084406","bedrooms":"1","price":"174000","area":"447"} , +{"type":"Feature","id":"n1205749786","geometry":{"type":"Point","coordinates":[0.8725624,51.1501644]},"properties":{"@type":"node","@id":1205749786,"@timestamp":1572281383},"coords":"51.1501644,0.8725624","bedrooms":"3","price":"200000","area":"680"} , +{"type":"Feature","id":"n1205781138","geometry":{"type":"Point","coordinates":[0.8707322,51.1492381]},"properties":{"@type":"node","@id":1205781138,"@timestamp":1300376768},"coords":"51.1492381,0.8707322","bedrooms":"4","price":"283000","area":"379"} , +{"type":"Feature","id":"n1205781178","geometry":{"type":"Point","coordinates":[0.8708401,51.1490385]},"properties":{"@type":"node","@id":1205781178,"@timestamp":1581095258},"coords":"51.1490385,0.8708401","bedrooms":"1","price":"197000","area":"681"} , +{"type":"Feature","id":"n1205781222","geometry":{"type":"Point","coordinates":[0.8700873,51.1485421]},"properties":{"@type":"node","@id":1205781222,"@timestamp":1568377847},"coords":"51.1485421,0.8700873","bedrooms":"4","price":"295000","area":"409"} , +{"type":"Feature","id":"n1205781258","geometry":{"type":"Point","coordinates":[0.8690981,51.1477133]},"properties":{"@type":"node","@id":1205781258,"@timestamp":1562842126},"coords":"51.1477133,0.8690981","bedrooms":"2","price":"181000","area":"514"} , +{"type":"Feature","id":"n1206263151","geometry":{"type":"Point","coordinates":[0.5937577,51.7755826]},"properties":{"@type":"node","@id":1206263151,"@timestamp":1300392449},"coords":"51.7755826,0.5937577","bedrooms":"2","price":"245000","area":"523"} , +{"type":"Feature","id":"n1206263207","geometry":{"type":"Point","coordinates":[0.5936236,51.7748774]},"properties":{"@type":"node","@id":1206263207,"@timestamp":1300392451},"coords":"51.7748774,0.5936236","bedrooms":"1","price":"223000","area":"543"} , +{"type":"Feature","id":"n1206307424","geometry":{"type":"Point","coordinates":[0.6024696,51.7688525]},"properties":{"@type":"node","@id":1206307424,"@timestamp":1300393593},"coords":"51.7688525,0.6024696","bedrooms":"2","price":"213000","area":"376"} , +{"type":"Feature","id":"n1206307468","geometry":{"type":"Point","coordinates":[0.5958635,51.7706698]},"properties":{"@type":"node","@id":1206307468,"@timestamp":1315240288},"coords":"51.7706698,0.5958635","bedrooms":"2","price":"196000","area":"631"} , +{"type":"Feature","id":"n1206307511","geometry":{"type":"Point","coordinates":[0.602255,51.7689355]},"properties":{"@type":"node","@id":1206307511,"@timestamp":1300393596},"coords":"51.7689355,0.602255","bedrooms":"3","price":"211000","area":"662"} , +{"type":"Feature","id":"n1206307550","geometry":{"type":"Point","coordinates":[0.5971051,51.7702268]},"properties":{"@type":"node","@id":1206307550,"@timestamp":1300393597},"coords":"51.7702268,0.5971051","bedrooms":"1","price":"202000","area":"431"} , +{"type":"Feature","id":"n1206348428","geometry":{"type":"Point","coordinates":[0.603124,51.7734235]},"properties":{"@type":"node","@id":1206348428,"@timestamp":1300395100},"coords":"51.7734235,0.603124","bedrooms":"3","price":"238000","area":"373"} , +{"type":"Feature","id":"n1206563846","geometry":{"type":"Point","coordinates":[0.1196476,51.4917182]},"properties":{"@type":"node","@id":1206563846,"@timestamp":1300399224},"coords":"51.4917182,0.1196476","bedrooms":"0","price":"294000","area":"541"} , +{"type":"Feature","id":"n1206611907","geometry":{"type":"Point","coordinates":[0.1163648,51.4905327]},"properties":{"@type":"node","@id":1206611907,"@timestamp":1300400324},"coords":"51.4905327,0.1163648","bedrooms":"4","price":"278000","area":"691"} , +{"type":"Feature","id":"n1207100075","geometry":{"type":"Point","coordinates":[0.1276353,51.4906462]},"properties":{"@type":"node","@id":1207100075,"@timestamp":1300439806},"coords":"51.4906462,0.1276353","bedrooms":"1","price":"242000","area":"405"} , +{"type":"Feature","id":"n1207133773","geometry":{"type":"Point","coordinates":[0.1519585,51.4908137]},"properties":{"@type":"node","@id":1207133773,"@timestamp":1626111696},"coords":"51.4908137,0.1519585","bedrooms":"1","price":"215000","area":"572"} , +{"type":"Feature","id":"n1207139726","geometry":{"type":"Point","coordinates":[0.1521615,51.4912422]},"properties":{"@type":"node","@id":1207139726,"@timestamp":1300443949},"coords":"51.4912422,0.1521615","bedrooms":"4","price":"234000","area":"668"} , +{"type":"Feature","id":"n1207180847","geometry":{"type":"Point","coordinates":[0.2726716,51.6657387]},"properties":{"@type":"node","@id":1207180847,"@timestamp":1607790648},"coords":"51.6657387,0.2726716","bedrooms":"2","price":"274000","area":"683"} , +{"type":"Feature","id":"n1207440453","geometry":{"type":"Point","coordinates":[-0.2407897,51.4548603]},"properties":{"@type":"node","@id":1207440453,"@timestamp":1499046002},"coords":"51.4548603,-0.2407897","bedrooms":"4","price":"211000","area":"574"} , +{"type":"Feature","id":"n1207494329","geometry":{"type":"Point","coordinates":[0.4956012,51.4353377]},"properties":{"@type":"node","@id":1207494329,"@timestamp":1300468659},"coords":"51.4353377,0.4956012","bedrooms":"4","price":"265000","area":"362"} , +{"type":"Feature","id":"n1208068021","geometry":{"type":"Point","coordinates":[-2.1344269,51.3999808]},"properties":{"@type":"node","@id":1208068021,"@timestamp":1633477853},"coords":"51.3999808,-2.1344269","bedrooms":"4","price":"150000","area":"586"} , +{"type":"Feature","id":"n1208610314","geometry":{"type":"Point","coordinates":[0.160632,51.872192]},"properties":{"@type":"node","@id":1208610314,"@timestamp":1315817139},"coords":"51.872192,0.160632","bedrooms":"4","price":"205000","area":"387"} , +{"type":"Feature","id":"n1208800313","geometry":{"type":"Point","coordinates":[0.0124378,51.5832966]},"properties":{"@type":"node","@id":1208800313,"@timestamp":1592165160},"coords":"51.5832966,0.0124378","bedrooms":"4","price":"281000","area":"674"} , +{"type":"Feature","id":"n1208945435","geometry":{"type":"Point","coordinates":[-2.1243155,51.3973288]},"properties":{"@type":"node","@id":1208945435,"@timestamp":1633477853},"coords":"51.3973288,-2.1243155","bedrooms":"4","price":"245000","area":"454"} , +{"type":"Feature","id":"n1208951874","geometry":{"type":"Point","coordinates":[-0.8497882,51.3361628]},"properties":{"@type":"node","@id":1208951874,"@timestamp":1300543273},"coords":"51.3361628,-0.8497882","bedrooms":"0","price":"275000","area":"543"} , +{"type":"Feature","id":"n1209192126","geometry":{"type":"Point","coordinates":[0.3371885,51.4420615]},"properties":{"@type":"node","@id":1209192126,"@timestamp":1589883216},"coords":"51.4420615,0.3371885","bedrooms":"2","price":"281000","area":"427"} , +{"type":"Feature","id":"n1209261216","geometry":{"type":"Point","coordinates":[-1.8326603,51.3261515]},"properties":{"@type":"node","@id":1209261216,"@timestamp":1300557562},"coords":"51.3261515,-1.8326603","bedrooms":"1","price":"182000","area":"485"} , +{"type":"Feature","id":"n1209261312","geometry":{"type":"Point","coordinates":[-1.7537837,51.3312363]},"properties":{"@type":"node","@id":1209261312,"@timestamp":1300557566},"coords":"51.3312363,-1.7537837","bedrooms":"4","price":"201000","area":"470"} , +{"type":"Feature","id":"n1209261454","geometry":{"type":"Point","coordinates":[-1.8269343,51.3264453]},"properties":{"@type":"node","@id":1209261454,"@timestamp":1300557572},"coords":"51.3264453,-1.8269343","bedrooms":"4","price":"269000","area":"520"} , +{"type":"Feature","id":"n1209261567","geometry":{"type":"Point","coordinates":[-1.8695948,51.3299562]},"properties":{"@type":"node","@id":1209261567,"@timestamp":1614977344},"coords":"51.3299562,-1.8695948","bedrooms":"2","price":"198000","area":"453"} , +{"type":"Feature","id":"n1209261578","geometry":{"type":"Point","coordinates":[-1.8794444,51.331128]},"properties":{"@type":"node","@id":1209261578,"@timestamp":1614977344},"coords":"51.331128,-1.8794444","bedrooms":"3","price":"154000","area":"623"} , +{"type":"Feature","id":"n1209261588","geometry":{"type":"Point","coordinates":[-1.9947025,51.3713632]},"properties":{"@type":"node","@id":1209261588,"@timestamp":1405193672},"coords":"51.3713632,-1.9947025","bedrooms":"0","price":"209000","area":"665"} , +{"type":"Feature","id":"n1209261609","geometry":{"type":"Point","coordinates":[-1.8217624,51.3267496]},"properties":{"@type":"node","@id":1209261609,"@timestamp":1300557587},"coords":"51.3267496,-1.8217624","bedrooms":"1","price":"207000","area":"444"} , +{"type":"Feature","id":"n1209282133","geometry":{"type":"Point","coordinates":[-0.2770993,50.9161213]},"properties":{"@type":"node","@id":1209282133,"@timestamp":1374930636},"coords":"50.9161213,-0.2770993","bedrooms":"3","price":"186000","area":"389"} , +{"type":"Feature","id":"n1209283216","geometry":{"type":"Point","coordinates":[-0.2563396,50.9228935]},"properties":{"@type":"node","@id":1209283216,"@timestamp":1598041019},"coords":"50.9228935,-0.2563396","bedrooms":"2","price":"168000","area":"375"} , +{"type":"Feature","id":"n1209283226","geometry":{"type":"Point","coordinates":[-0.2567931,50.9167964]},"properties":{"@type":"node","@id":1209283226,"@timestamp":1633705366},"coords":"50.9167964,-0.2567931","bedrooms":"0","price":"272000","area":"390"} , +{"type":"Feature","id":"n1209300387","geometry":{"type":"Point","coordinates":[0.0238709,51.5210182]},"properties":{"@type":"node","@id":1209300387,"@timestamp":1527562067},"coords":"51.5210182,0.0238709","bedrooms":"2","price":"216000","area":"411"} , +{"type":"Feature","id":"n1209467736","geometry":{"type":"Point","coordinates":[-1.3354472,51.293975]},"properties":{"@type":"node","@id":1209467736,"@timestamp":1300567012},"coords":"51.293975,-1.3354472","bedrooms":"0","price":"188000","area":"612"} , +{"type":"Feature","id":"n1209467837","geometry":{"type":"Point","coordinates":[-1.2880126,51.2947794]},"properties":{"@type":"node","@id":1209467837,"@timestamp":1300567019},"coords":"51.2947794,-1.2880126","bedrooms":"1","price":"159000","area":"631"} , +{"type":"Feature","id":"n1209467941","geometry":{"type":"Point","coordinates":[-1.4068015,51.2863612]},"properties":{"@type":"node","@id":1209467941,"@timestamp":1300567025},"coords":"51.2863612,-1.4068015","bedrooms":"3","price":"180000","area":"637"} , +{"type":"Feature","id":"n1209468001","geometry":{"type":"Point","coordinates":[-1.6385537,51.3358994]},"properties":{"@type":"node","@id":1209468001,"@timestamp":1300567035},"coords":"51.3358994,-1.6385537","bedrooms":"0","price":"167000","area":"639"} , +{"type":"Feature","id":"n1209468021","geometry":{"type":"Point","coordinates":[-1.4949593,51.3116701]},"properties":{"@type":"node","@id":1209468021,"@timestamp":1300567041},"coords":"51.3116701,-1.4949593","bedrooms":"4","price":"255000","area":"430"} , +{"type":"Feature","id":"n1209468143","geometry":{"type":"Point","coordinates":[-1.6324157,51.3355313]},"properties":{"@type":"node","@id":1209468143,"@timestamp":1300567051},"coords":"51.3355313,-1.6324157","bedrooms":"4","price":"159000","area":"684"} , +{"type":"Feature","id":"n1209468208","geometry":{"type":"Point","coordinates":[-1.5299977,51.3252132]},"properties":{"@type":"node","@id":1209468208,"@timestamp":1300567054},"coords":"51.3252132,-1.5299977","bedrooms":"3","price":"286000","area":"564"} , +{"type":"Feature","id":"n1209468270","geometry":{"type":"Point","coordinates":[-1.5517137,51.3346158]},"properties":{"@type":"node","@id":1209468270,"@timestamp":1300567064},"coords":"51.3346158,-1.5517137","bedrooms":"2","price":"283000","area":"696"} , +{"type":"Feature","id":"n1209468343","geometry":{"type":"Point","coordinates":[-1.4600921,51.2973029]},"properties":{"@type":"node","@id":1209468343,"@timestamp":1300567066},"coords":"51.2973029,-1.4600921","bedrooms":"1","price":"178000","area":"534"} , +{"type":"Feature","id":"n1209632440","geometry":{"type":"Point","coordinates":[-0.0065259,51.4596482]},"properties":{"@type":"node","@id":1209632440,"@timestamp":1300571782},"coords":"51.4596482,-0.0065259","bedrooms":"1","price":"276000","area":"369"} , +{"type":"Feature","id":"n1210010090","geometry":{"type":"Point","coordinates":[-0.1746081,51.5158363]},"properties":{"@type":"node","@id":1210010090,"@timestamp":1571551426},"coords":"51.5158363,-0.1746081","bedrooms":"0","price":"160000","area":"497"} , +{"type":"Feature","id":"n1210268276","geometry":{"type":"Point","coordinates":[-0.1682103,51.4874147]},"properties":{"@type":"node","@id":1210268276,"@timestamp":1612674144},"coords":"51.4874147,-0.1682103","bedrooms":"3","price":"207000","area":"502"} , +{"type":"Feature","id":"n1210281359","geometry":{"type":"Point","coordinates":[0.0141894,51.8587148]},"properties":{"@type":"node","@id":1210281359,"@timestamp":1547733690},"coords":"51.8587148,0.0141894","bedrooms":"3","price":"193000","area":"652"} , +{"type":"Feature","id":"n1210532356","geometry":{"type":"Point","coordinates":[0.1718908,51.2037323]},"properties":{"@type":"node","@id":1210532356,"@timestamp":1349554846},"coords":"51.2037323,0.1718908","bedrooms":"2","price":"213000","area":"449"} , +{"type":"Feature","id":"n1210694981","geometry":{"type":"Point","coordinates":[0.8528852,51.0907422]},"properties":{"@type":"node","@id":1210694981,"@timestamp":1300638179},"coords":"51.0907422,0.8528852","bedrooms":"3","price":"210000","area":"506"} , +{"type":"Feature","id":"n1210695433","geometry":{"type":"Point","coordinates":[0.8655628,51.0827864]},"properties":{"@type":"node","@id":1210695433,"@timestamp":1300638199},"coords":"51.0827864,0.8655628","bedrooms":"3","price":"241000","area":"350"} , +{"type":"Feature","id":"n1210759855","geometry":{"type":"Point","coordinates":[0.8554344,51.0808158]},"properties":{"@type":"node","@id":1210759855,"@timestamp":1300640897},"coords":"51.0808158,0.8554344","bedrooms":"3","price":"258000","area":"564"} , +{"type":"Feature","id":"n1210840497","geometry":{"type":"Point","coordinates":[0.6635308,51.7438243]},"properties":{"@type":"node","@id":1210840497,"@timestamp":1379849156},"coords":"51.7438243,0.6635308","bedrooms":"4","price":"251000","area":"408"} , +{"type":"Feature","id":"n1210959249","geometry":{"type":"Point","coordinates":[0.1809224,51.1502875]},"properties":{"@type":"node","@id":1210959249,"@timestamp":1318342033},"coords":"51.1502875,0.1809224","bedrooms":"3","price":"179000","area":"391"} , +{"type":"Feature","id":"n1211015917","geometry":{"type":"Point","coordinates":[0.5239936,51.4251694]},"properties":{"@type":"node","@id":1211015917,"@timestamp":1300651623},"coords":"51.4251694,0.5239936","bedrooms":"2","price":"297000","area":"628"} , +{"type":"Feature","id":"n1211143147","geometry":{"type":"Point","coordinates":[-0.3235985,51.2444776]},"properties":{"@type":"node","@id":1211143147,"@timestamp":1300657697},"coords":"51.2444776,-0.3235985","bedrooms":"3","price":"267000","area":"375"} , +{"type":"Feature","id":"n1211197720","geometry":{"type":"Point","coordinates":[-0.2486681,51.2329689]},"properties":{"@type":"node","@id":1211197720,"@timestamp":1606131517},"coords":"51.2329689,-0.2486681","bedrooms":"3","price":"168000","area":"455"} , +{"type":"Feature","id":"n1211251530","geometry":{"type":"Point","coordinates":[-0.4387388,51.2138922]},"properties":{"@type":"node","@id":1211251530,"@timestamp":1574171456},"coords":"51.2138922,-0.4387388","bedrooms":"3","price":"174000","area":"550"} , +{"type":"Feature","id":"n1211333384","geometry":{"type":"Point","coordinates":[-0.8413888,51.4280748]},"properties":{"@type":"node","@id":1211333384,"@timestamp":1387117659},"coords":"51.4280748,-0.8413888","bedrooms":"4","price":"153000","area":"572"} , +{"type":"Feature","id":"n1211464352","geometry":{"type":"Point","coordinates":[0.4907073,51.7484955]},"properties":{"@type":"node","@id":1211464352,"@timestamp":1581962942},"coords":"51.7484955,0.4907073","bedrooms":"3","price":"230000","area":"511"} , +{"type":"Feature","id":"n1211716462","geometry":{"type":"Point","coordinates":[-0.011027,51.1266915]},"properties":{"@type":"node","@id":1211716462,"@timestamp":1627122914},"coords":"51.1266915,-0.011027","bedrooms":"2","price":"226000","area":"600"} , +{"type":"Feature","id":"n1211737979","geometry":{"type":"Point","coordinates":[-0.6674529,51.5210378]},"properties":{"@type":"node","@id":1211737979,"@timestamp":1622220133},"coords":"51.5210378,-0.6674529","bedrooms":"0","price":"193000","area":"530"} , +{"type":"Feature","id":"n1211957832","geometry":{"type":"Point","coordinates":[-0.0927506,51.4739623]},"properties":{"@type":"node","@id":1211957832,"@timestamp":1560929634},"coords":"51.4739623,-0.0927506","bedrooms":"4","price":"255000","area":"405"} , +{"type":"Feature","id":"n1212095449","geometry":{"type":"Point","coordinates":[0.5500167,51.1714986]},"properties":{"@type":"node","@id":1212095449,"@timestamp":1300725182},"coords":"51.1714986,0.5500167","bedrooms":"0","price":"178000","area":"508"} , +{"type":"Feature","id":"n1212447200","geometry":{"type":"Point","coordinates":[-0.456761,51.4718282]},"properties":{"@type":"node","@id":1212447200,"@timestamp":1595803755},"coords":"51.4718282,-0.456761","bedrooms":"4","price":"197000","area":"372"} , +{"type":"Feature","id":"n1212959078","geometry":{"type":"Point","coordinates":[-0.1791548,51.485152]},"properties":{"@type":"node","@id":1212959078,"@timestamp":1300783608},"coords":"51.485152,-0.1791548","bedrooms":"3","price":"200000","area":"373"} , +{"type":"Feature","id":"n1213559572","geometry":{"type":"Point","coordinates":[-0.0526952,51.5301784]},"properties":{"@type":"node","@id":1213559572,"@timestamp":1623411505},"coords":"51.5301784,-0.0526952","bedrooms":"4","price":"274000","area":"451"} , +{"type":"Feature","id":"n1213565452","geometry":{"type":"Point","coordinates":[0.6015068,51.7751329]},"properties":{"@type":"node","@id":1213565452,"@timestamp":1300814047},"coords":"51.7751329,0.6015068","bedrooms":"2","price":"185000","area":"627"} , +{"type":"Feature","id":"n1213572002","geometry":{"type":"Point","coordinates":[0.8450279,51.1560839]},"properties":{"@type":"node","@id":1213572002,"@timestamp":1300815157},"coords":"51.1560839,0.8450279","bedrooms":"1","price":"164000","area":"441"} , +{"type":"Feature","id":"n1213572171","geometry":{"type":"Point","coordinates":[0.832276,51.1539079]},"properties":{"@type":"node","@id":1213572171,"@timestamp":1408566319},"coords":"51.1539079,0.832276","bedrooms":"4","price":"151000","area":"544"} , +{"type":"Feature","id":"n1213824778","geometry":{"type":"Point","coordinates":[0.5936883,51.7752382]},"properties":{"@type":"node","@id":1213824778,"@timestamp":1300825641},"coords":"51.7752382,0.5936883","bedrooms":"0","price":"152000","area":"366"} , +{"type":"Feature","id":"n1213824808","geometry":{"type":"Point","coordinates":[0.5958231,51.7748225]},"properties":{"@type":"node","@id":1213824808,"@timestamp":1300825643},"coords":"51.7748225,0.5958231","bedrooms":"1","price":"232000","area":"500"} , +{"type":"Feature","id":"n1213824868","geometry":{"type":"Point","coordinates":[0.595398,51.7750914]},"properties":{"@type":"node","@id":1213824868,"@timestamp":1300825646},"coords":"51.7750914,0.595398","bedrooms":"4","price":"150000","area":"623"} , +{"type":"Feature","id":"n1213824906","geometry":{"type":"Point","coordinates":[0.5935086,51.7751677]},"properties":{"@type":"node","@id":1213824906,"@timestamp":1300825648},"coords":"51.7751677,0.5935086","bedrooms":"2","price":"255000","area":"644"} , +{"type":"Feature","id":"n1213915594","geometry":{"type":"Point","coordinates":[0.1335656,51.7504554]},"properties":{"@type":"node","@id":1213915594,"@timestamp":1611670352},"coords":"51.7504554,0.1335656","bedrooms":"0","price":"296000","area":"374"} , +{"type":"Feature","id":"n1213950503","geometry":{"type":"Point","coordinates":[-0.3257699,51.1704504]},"properties":{"@type":"node","@id":1213950503,"@timestamp":1300830022},"coords":"51.1704504,-0.3257699","bedrooms":"3","price":"184000","area":"662"} , +{"type":"Feature","id":"n1213950546","geometry":{"type":"Point","coordinates":[-0.3648299,51.1435991]},"properties":{"@type":"node","@id":1213950546,"@timestamp":1300830027},"coords":"51.1435991,-0.3648299","bedrooms":"3","price":"245000","area":"618"} , +{"type":"Feature","id":"n1214037876","geometry":{"type":"Point","coordinates":[-0.4499723,51.0890478]},"properties":{"@type":"node","@id":1214037876,"@timestamp":1300832794},"coords":"51.0890478,-0.4499723","bedrooms":"3","price":"206000","area":"649"} , +{"type":"Feature","id":"n1214164578","geometry":{"type":"Point","coordinates":[-0.4868035,51.1407838]},"properties":{"@type":"node","@id":1214164578,"@timestamp":1300835700},"coords":"51.1407838,-0.4868035","bedrooms":"2","price":"168000","area":"682"} , +{"type":"Feature","id":"n1214168720","geometry":{"type":"Point","coordinates":[-0.8864723,51.4785213]},"properties":{"@type":"node","@id":1214168720,"@timestamp":1300836349},"coords":"51.4785213,-0.8864723","bedrooms":"3","price":"188000","area":"370"} , +{"type":"Feature","id":"n1214181365","geometry":{"type":"Point","coordinates":[-0.4396868,51.150086]},"properties":{"@type":"node","@id":1214181365,"@timestamp":1438548363},"coords":"51.150086,-0.4396868","bedrooms":"3","price":"206000","area":"496"} , +{"type":"Feature","id":"n1214193339","geometry":{"type":"Point","coordinates":[-0.0953055,51.5060143]},"properties":{"@type":"node","@id":1214193339,"@timestamp":1627301007},"coords":"51.5060143,-0.0953055","bedrooms":"4","price":"168000","area":"665"} , +{"type":"Feature","id":"n1214204966","geometry":{"type":"Point","coordinates":[-0.2306613,51.2408011]},"properties":{"@type":"node","@id":1214204966,"@timestamp":1300839123},"coords":"51.2408011,-0.2306613","bedrooms":"2","price":"238000","area":"373"} , +{"type":"Feature","id":"n1214210858","geometry":{"type":"Point","coordinates":[0.8460592,51.1624336]},"properties":{"@type":"node","@id":1214210858,"@timestamp":1300839397},"coords":"51.1624336,0.8460592","bedrooms":"2","price":"267000","area":"658"} , +{"type":"Feature","id":"n1214254876","geometry":{"type":"Point","coordinates":[0.6370798,51.805214]},"properties":{"@type":"node","@id":1214254876,"@timestamp":1592239713},"coords":"51.805214,0.6370798","bedrooms":"2","price":"232000","area":"508"} , +{"type":"Feature","id":"n1214740739","geometry":{"type":"Point","coordinates":[-0.1104143,51.4926329]},"properties":{"@type":"node","@id":1214740739,"@timestamp":1630758443},"coords":"51.4926329,-0.1104143","bedrooms":"3","price":"169000","area":"403"} , +{"type":"Feature","id":"n1214854385","geometry":{"type":"Point","coordinates":[-0.4463022,51.4588368]},"properties":{"@type":"node","@id":1214854385,"@timestamp":1451923149},"coords":"51.4588368,-0.4463022","bedrooms":"3","price":"232000","area":"406"} , +{"type":"Feature","id":"n1214990603","geometry":{"type":"Point","coordinates":[0.4952913,51.4347809]},"properties":{"@type":"node","@id":1214990603,"@timestamp":1300897602},"coords":"51.4347809,0.4952913","bedrooms":"0","price":"171000","area":"497"} , +{"type":"Feature","id":"n1215000888","geometry":{"type":"Point","coordinates":[0.4933709,51.4339365]},"properties":{"@type":"node","@id":1215000888,"@timestamp":1300898486},"coords":"51.4339365,0.4933709","bedrooms":"4","price":"230000","area":"541"} , +{"type":"Feature","id":"n1215019461","geometry":{"type":"Point","coordinates":[0.4928183,51.4338905]},"properties":{"@type":"node","@id":1215019461,"@timestamp":1300899344},"coords":"51.4338905,0.4928183","bedrooms":"2","price":"170000","area":"635"} , +{"type":"Feature","id":"n1215028242","geometry":{"type":"Point","coordinates":[0.4933575,51.4320838]},"properties":{"@type":"node","@id":1215028242,"@timestamp":1300899792},"coords":"51.4320838,0.4933575","bedrooms":"3","price":"168000","area":"678"} , +{"type":"Feature","id":"n1215047568","geometry":{"type":"Point","coordinates":[0.4977831,51.4348787]},"properties":{"@type":"node","@id":1215047568,"@timestamp":1300900585},"coords":"51.4348787,0.4977831","bedrooms":"1","price":"171000","area":"503"} , +{"type":"Feature","id":"n1215118153","geometry":{"type":"Point","coordinates":[-0.4905089,51.4745662]},"properties":{"@type":"node","@id":1215118153,"@timestamp":1300904769},"coords":"51.4745662,-0.4905089","bedrooms":"0","price":"174000","area":"510"} , +{"type":"Feature","id":"n1215334210","geometry":{"type":"Point","coordinates":[0.5954182,51.7725471]},"properties":{"@type":"node","@id":1215334210,"@timestamp":1300912938},"coords":"51.7725471,0.5954182","bedrooms":"1","price":"161000","area":"648"} , +{"type":"Feature","id":"n1215334281","geometry":{"type":"Point","coordinates":[0.6347983,51.765682]},"properties":{"@type":"node","@id":1215334281,"@timestamp":1300912941},"coords":"51.765682,0.6347983","bedrooms":"2","price":"162000","area":"624"} , +{"type":"Feature","id":"n1215334340","geometry":{"type":"Point","coordinates":[0.5948508,51.7737868]},"properties":{"@type":"node","@id":1215334340,"@timestamp":1300912943},"coords":"51.7737868,0.5948508","bedrooms":"2","price":"231000","area":"578"} , +{"type":"Feature","id":"n1215334412","geometry":{"type":"Point","coordinates":[0.5946389,51.7734707]},"properties":{"@type":"node","@id":1215334412,"@timestamp":1300912945},"coords":"51.7734707,0.5946389","bedrooms":"3","price":"281000","area":"558"} , +{"type":"Feature","id":"n1215334473","geometry":{"type":"Point","coordinates":[0.5948696,51.7735909]},"properties":{"@type":"node","@id":1215334473,"@timestamp":1300912947},"coords":"51.7735909,0.5948696","bedrooms":"2","price":"168000","area":"429"} , +{"type":"Feature","id":"n1215334604","geometry":{"type":"Point","coordinates":[0.5944497,51.773206]},"properties":{"@type":"node","@id":1215334604,"@timestamp":1300912952},"coords":"51.773206,0.5944497","bedrooms":"2","price":"297000","area":"359"} , +{"type":"Feature","id":"n1215503594","geometry":{"type":"Point","coordinates":[-0.1668808,51.2296957]},"properties":{"@type":"node","@id":1215503594,"@timestamp":1300923322},"coords":"51.2296957,-0.1668808","bedrooms":"3","price":"196000","area":"502"} , +{"type":"Feature","id":"n1215510030","geometry":{"type":"Point","coordinates":[-0.3094524,51.203664]},"properties":{"@type":"node","@id":1215510030,"@timestamp":1390695161},"coords":"51.203664,-0.3094524","bedrooms":"2","price":"261000","area":"410"} , +{"type":"Feature","id":"n1215574221","geometry":{"type":"Point","coordinates":[-0.3282332,51.2134491]},"properties":{"@type":"node","@id":1215574221,"@timestamp":1300928193},"coords":"51.2134491,-0.3282332","bedrooms":"3","price":"193000","area":"621"} , +{"type":"Feature","id":"n1215837743","geometry":{"type":"Point","coordinates":[0.6070404,51.7730966]},"properties":{"@type":"node","@id":1215837743,"@timestamp":1300966035},"coords":"51.7730966,0.6070404","bedrooms":"4","price":"151000","area":"618"} , +{"type":"Feature","id":"n1215889227","geometry":{"type":"Point","coordinates":[-0.0918858,51.5009895]},"properties":{"@type":"node","@id":1215889227,"@timestamp":1510276748},"coords":"51.5009895,-0.0918858","bedrooms":"2","price":"255000","area":"391"} , +{"type":"Feature","id":"n1215972728","geometry":{"type":"Point","coordinates":[0.6681112,51.7439841]},"properties":{"@type":"node","@id":1215972728,"@timestamp":1300978237},"coords":"51.7439841,0.6681112","bedrooms":"0","price":"188000","area":"395"} , +{"type":"Feature","id":"n1215972753","geometry":{"type":"Point","coordinates":[0.6696722,51.7430878]},"properties":{"@type":"node","@id":1215972753,"@timestamp":1300978237},"coords":"51.7430878,0.6696722","bedrooms":"0","price":"224000","area":"378"} , +{"type":"Feature","id":"n1216002604","geometry":{"type":"Point","coordinates":[0.0826364,51.6471106]},"properties":{"@type":"node","@id":1216002604,"@timestamp":1589237809},"coords":"51.6471106,0.0826364","bedrooms":"2","price":"247000","area":"679"} , +{"type":"Feature","id":"n1216059065","geometry":{"type":"Point","coordinates":[0.0577585,51.6512422]},"properties":{"@type":"node","@id":1216059065,"@timestamp":1477673785},"coords":"51.6512422,0.0577585","bedrooms":"2","price":"189000","area":"605"} , +{"type":"Feature","id":"n1216084414","geometry":{"type":"Point","coordinates":[-0.2190633,51.6526174]},"properties":{"@type":"node","@id":1216084414,"@timestamp":1628195634},"coords":"51.6526174,-0.2190633","bedrooms":"1","price":"172000","area":"427"} , +{"type":"Feature","id":"n1216189237","geometry":{"type":"Point","coordinates":[-0.4776205,51.4807066]},"properties":{"@type":"node","@id":1216189237,"@timestamp":1331767459},"coords":"51.4807066,-0.4776205","bedrooms":"2","price":"296000","area":"642"} , +{"type":"Feature","id":"n1216917201","geometry":{"type":"Point","coordinates":[0.644803,51.4756932]},"properties":{"@type":"node","@id":1216917201,"@timestamp":1527668993},"coords":"51.4756932,0.644803","bedrooms":"1","price":"273000","area":"630"} , +{"type":"Feature","id":"n1217639724","geometry":{"type":"Point","coordinates":[-0.0755497,51.5214721]},"properties":{"@type":"node","@id":1217639724,"@timestamp":1626757745},"coords":"51.5214721,-0.0755497","bedrooms":"2","price":"188000","area":"572"} , +{"type":"Feature","id":"n1217681175","geometry":{"type":"Point","coordinates":[-0.1663889,51.2498104]},"properties":{"@type":"node","@id":1217681175,"@timestamp":1301069677},"coords":"51.2498104,-0.1663889","bedrooms":"1","price":"159000","area":"601"} , +{"type":"Feature","id":"n1217681235","geometry":{"type":"Point","coordinates":[-0.1642926,51.2322379]},"properties":{"@type":"node","@id":1217681235,"@timestamp":1465251777},"coords":"51.2322379,-0.1642926","bedrooms":"0","price":"195000","area":"479"} , +{"type":"Feature","id":"n1217696006","geometry":{"type":"Point","coordinates":[-0.0669317,51.2474869]},"properties":{"@type":"node","@id":1217696006,"@timestamp":1612058647},"coords":"51.2474869,-0.0669317","bedrooms":"2","price":"156000","area":"532"} , +{"type":"Feature","id":"n1217732796","geometry":{"type":"Point","coordinates":[-0.0670423,51.249046]},"properties":{"@type":"node","@id":1217732796,"@timestamp":1612058647},"coords":"51.249046,-0.0670423","bedrooms":"1","price":"162000","area":"524"} , +{"type":"Feature","id":"n1217851386","geometry":{"type":"Point","coordinates":[-0.9542828,51.4479176]},"properties":{"@type":"node","@id":1217851386,"@timestamp":1514921088},"coords":"51.4479176,-0.9542828","bedrooms":"2","price":"254000","area":"469"} , +{"type":"Feature","id":"n1217878791","geometry":{"type":"Point","coordinates":[-0.1842013,51.2349424]},"properties":{"@type":"node","@id":1217878791,"@timestamp":1301080100},"coords":"51.2349424,-0.1842013","bedrooms":"1","price":"179000","area":"516"} , +{"type":"Feature","id":"n1218127129","geometry":{"type":"Point","coordinates":[-0.1980833,51.2321237]},"properties":{"@type":"node","@id":1218127129,"@timestamp":1301088488},"coords":"51.2321237,-0.1980833","bedrooms":"4","price":"217000","area":"395"} , +{"type":"Feature","id":"n1218201017","geometry":{"type":"Point","coordinates":[-0.2877062,51.250604]},"properties":{"@type":"node","@id":1218201017,"@timestamp":1301090508},"coords":"51.250604,-0.2877062","bedrooms":"3","price":"287000","area":"423"} , +{"type":"Feature","id":"n1218212837","geometry":{"type":"Point","coordinates":[-0.1928166,51.2556789]},"properties":{"@type":"node","@id":1218212837,"@timestamp":1397917751},"coords":"51.2556789,-0.1928166","bedrooms":"4","price":"282000","area":"529"} , +{"type":"Feature","id":"n1218241166","geometry":{"type":"Point","coordinates":[-0.3091102,51.2484807]},"properties":{"@type":"node","@id":1218241166,"@timestamp":1301093307},"coords":"51.2484807,-0.3091102","bedrooms":"1","price":"273000","area":"670"} , +{"type":"Feature","id":"n1218952118","geometry":{"type":"Point","coordinates":[0.6272971,51.1675764]},"properties":{"@type":"node","@id":1218952118,"@timestamp":1301143824},"coords":"51.1675764,0.6272971","bedrooms":"1","price":"294000","area":"629"} , +{"type":"Feature","id":"n1219065799","geometry":{"type":"Point","coordinates":[0.7222604,51.234593]},"properties":{"@type":"node","@id":1219065799,"@timestamp":1407062940},"coords":"51.234593,0.7222604","bedrooms":"2","price":"214000","area":"560"} , +{"type":"Feature","id":"n1219169321","geometry":{"type":"Point","coordinates":[-0.2549169,51.3429602]},"properties":{"@type":"node","@id":1219169321,"@timestamp":1301153586},"coords":"51.3429602,-0.2549169","bedrooms":"4","price":"167000","area":"665"} , +{"type":"Feature","id":"n1219439962","geometry":{"type":"Point","coordinates":[-0.0406993,51.6700457]},"properties":{"@type":"node","@id":1219439962,"@timestamp":1603289367},"coords":"51.6700457,-0.0406993","bedrooms":"1","price":"150000","area":"619"} , +{"type":"Feature","id":"n1219440541","geometry":{"type":"Point","coordinates":[-0.0407941,51.6703491]},"properties":{"@type":"node","@id":1219440541,"@timestamp":1603289367},"coords":"51.6703491,-0.0407941","bedrooms":"0","price":"293000","area":"437"} , +{"type":"Feature","id":"n1219440871","geometry":{"type":"Point","coordinates":[-0.0406132,51.670444]},"properties":{"@type":"node","@id":1219440871,"@timestamp":1603289367},"coords":"51.670444,-0.0406132","bedrooms":"4","price":"253000","area":"401"} , +{"type":"Feature","id":"n1219502230","geometry":{"type":"Point","coordinates":[0.5149264,51.7443771]},"properties":{"@type":"node","@id":1219502230,"@timestamp":1443379099},"coords":"51.7443771,0.5149264","bedrooms":"0","price":"292000","area":"510"} , +{"type":"Feature","id":"n1219540776","geometry":{"type":"Point","coordinates":[-0.3663539,51.9571226]},"properties":{"@type":"node","@id":1219540776,"@timestamp":1301168599},"coords":"51.9571226,-0.3663539","bedrooms":"2","price":"252000","area":"550"} , +{"type":"Feature","id":"n1219837421","geometry":{"type":"Point","coordinates":[0.4468977,51.3491073]},"properties":{"@type":"node","@id":1219837421,"@timestamp":1301224808},"coords":"51.3491073,0.4468977","bedrooms":"4","price":"195000","area":"445"} , +{"type":"Feature","id":"n1219846491","geometry":{"type":"Point","coordinates":[-0.0408187,51.6693975]},"properties":{"@type":"node","@id":1219846491,"@timestamp":1603289367},"coords":"51.6693975,-0.0408187","bedrooms":"0","price":"217000","area":"642"} , +{"type":"Feature","id":"n1219846569","geometry":{"type":"Point","coordinates":[-0.0410323,51.6692197]},"properties":{"@type":"node","@id":1219846569,"@timestamp":1603289367},"coords":"51.6692197,-0.0410323","bedrooms":"1","price":"257000","area":"670"} , +{"type":"Feature","id":"n1219849888","geometry":{"type":"Point","coordinates":[0.4463812,51.3488402]},"properties":{"@type":"node","@id":1219849888,"@timestamp":1301224808},"coords":"51.3488402,0.4463812","bedrooms":"1","price":"250000","area":"560"} , +{"type":"Feature","id":"n1219988876","geometry":{"type":"Point","coordinates":[0.5349611,51.3811845]},"properties":{"@type":"node","@id":1219988876,"@timestamp":1515359875},"coords":"51.3811845,0.5349611","bedrooms":"0","price":"206000","area":"607"} , +{"type":"Feature","id":"n1219989065","geometry":{"type":"Point","coordinates":[0.5359647,51.3807877]},"properties":{"@type":"node","@id":1219989065,"@timestamp":1515359875},"coords":"51.3807877,0.5359647","bedrooms":"4","price":"153000","area":"458"} , +{"type":"Feature","id":"n1221290869","geometry":{"type":"Point","coordinates":[-0.2078048,51.2349243]},"properties":{"@type":"node","@id":1221290869,"@timestamp":1456327065},"coords":"51.2349243,-0.2078048","bedrooms":"3","price":"227000","area":"356"} , +{"type":"Feature","id":"n1221571855","geometry":{"type":"Point","coordinates":[-0.0969092,51.4956309]},"properties":{"@type":"node","@id":1221571855,"@timestamp":1301238275},"coords":"51.4956309,-0.0969092","bedrooms":"4","price":"203000","area":"497"} , +{"type":"Feature","id":"n1221951293","geometry":{"type":"Point","coordinates":[0.7183281,51.863539]},"properties":{"@type":"node","@id":1221951293,"@timestamp":1301247458},"coords":"51.863539,0.7183281","bedrooms":"0","price":"243000","area":"680"} , +{"type":"Feature","id":"n1221951362","geometry":{"type":"Point","coordinates":[0.6838266,51.8636022]},"properties":{"@type":"node","@id":1221951362,"@timestamp":1301250883},"coords":"51.8636022,0.6838266","bedrooms":"3","price":"236000","area":"611"} , +{"type":"Feature","id":"n1221951423","geometry":{"type":"Point","coordinates":[0.7335146,51.8580273]},"properties":{"@type":"node","@id":1221951423,"@timestamp":1301247459},"coords":"51.8580273,0.7335146","bedrooms":"3","price":"255000","area":"447"} , +{"type":"Feature","id":"n1221951478","geometry":{"type":"Point","coordinates":[0.6836227,51.8627367]},"properties":{"@type":"node","@id":1221951478,"@timestamp":1301247460},"coords":"51.8627367,0.6836227","bedrooms":"3","price":"192000","area":"380"} , +{"type":"Feature","id":"n1221951578","geometry":{"type":"Point","coordinates":[0.683274,51.8678615]},"properties":{"@type":"node","@id":1221951578,"@timestamp":1464386124},"coords":"51.8678615,0.683274","bedrooms":"0","price":"275000","area":"509"} , +{"type":"Feature","id":"n1222068378","geometry":{"type":"Point","coordinates":[0.6572326,51.8632187]},"properties":{"@type":"node","@id":1222068378,"@timestamp":1301250867},"coords":"51.8632187,0.6572326","bedrooms":"3","price":"177000","area":"445"} , +{"type":"Feature","id":"n1222068416","geometry":{"type":"Point","coordinates":[0.6866241,51.8591902]},"properties":{"@type":"node","@id":1222068416,"@timestamp":1301254786},"coords":"51.8591902,0.6866241","bedrooms":"0","price":"212000","area":"636"} , +{"type":"Feature","id":"n1222068485","geometry":{"type":"Point","coordinates":[0.6819668,51.8534815]},"properties":{"@type":"node","@id":1222068485,"@timestamp":1301250870},"coords":"51.8534815,0.6819668","bedrooms":"1","price":"226000","area":"398"} , +{"type":"Feature","id":"n1222068545","geometry":{"type":"Point","coordinates":[0.6948479,51.8441034]},"properties":{"@type":"node","@id":1222068545,"@timestamp":1301254778},"coords":"51.8441034,0.6948479","bedrooms":"3","price":"231000","area":"430"} , +{"type":"Feature","id":"n1222068629","geometry":{"type":"Point","coordinates":[0.6934101,51.8489451]},"properties":{"@type":"node","@id":1222068629,"@timestamp":1301254782},"coords":"51.8489451,0.6934101","bedrooms":"0","price":"261000","area":"519"} , +{"type":"Feature","id":"n1222068704","geometry":{"type":"Point","coordinates":[0.6827337,51.8577765]},"properties":{"@type":"node","@id":1222068704,"@timestamp":1301250875},"coords":"51.8577765,0.6827337","bedrooms":"3","price":"261000","area":"398"} , +{"type":"Feature","id":"n1222068783","geometry":{"type":"Point","coordinates":[0.6684281,51.8638382]},"properties":{"@type":"node","@id":1222068783,"@timestamp":1301250876},"coords":"51.8638382,0.6684281","bedrooms":"3","price":"246000","area":"389"} , +{"type":"Feature","id":"n1222068836","geometry":{"type":"Point","coordinates":[0.6717949,51.8474487]},"properties":{"@type":"node","@id":1222068836,"@timestamp":1301250878},"coords":"51.8474487,0.6717949","bedrooms":"4","price":"154000","area":"430"} , +{"type":"Feature","id":"n1222169422","geometry":{"type":"Point","coordinates":[0.6845426,51.8840091]},"properties":{"@type":"node","@id":1222169422,"@timestamp":1301254604},"coords":"51.8840091,0.6845426","bedrooms":"1","price":"185000","area":"599"} , +{"type":"Feature","id":"n1222170010","geometry":{"type":"Point","coordinates":[0.6946326,51.844857]},"properties":{"@type":"node","@id":1222170010,"@timestamp":1301254628},"coords":"51.844857,0.6946326","bedrooms":"2","price":"265000","area":"460"} , +{"type":"Feature","id":"n1222170818","geometry":{"type":"Point","coordinates":[0.6942577,51.8388767]},"properties":{"@type":"node","@id":1222170818,"@timestamp":1301254649},"coords":"51.8388767,0.6942577","bedrooms":"1","price":"257000","area":"389"} , +{"type":"Feature","id":"n1222171667","geometry":{"type":"Point","coordinates":[0.695036,51.8434822]},"properties":{"@type":"node","@id":1222171667,"@timestamp":1301254674},"coords":"51.8434822,0.695036","bedrooms":"1","price":"165000","area":"489"} , +{"type":"Feature","id":"n1222171955","geometry":{"type":"Point","coordinates":[0.6913557,51.8397585]},"properties":{"@type":"node","@id":1222171955,"@timestamp":1301254684},"coords":"51.8397585,0.6913557","bedrooms":"2","price":"254000","area":"456"} , +{"type":"Feature","id":"n1222172509","geometry":{"type":"Point","coordinates":[0.6920354,51.8513629]},"properties":{"@type":"node","@id":1222172509,"@timestamp":1301254702},"coords":"51.8513629,0.6920354","bedrooms":"0","price":"258000","area":"473"} , +{"type":"Feature","id":"n1222173279","geometry":{"type":"Point","coordinates":[0.6883018,51.8792512]},"properties":{"@type":"node","@id":1222173279,"@timestamp":1301254724},"coords":"51.8792512,0.6883018","bedrooms":"1","price":"285000","area":"496"} , +{"type":"Feature","id":"n1222209540","geometry":{"type":"Point","coordinates":[-0.1272057,51.5273844]},"properties":{"@type":"node","@id":1222209540,"@timestamp":1596488640},"coords":"51.5273844,-0.1272057","bedrooms":"3","price":"247000","area":"412"} , +{"type":"Feature","id":"n1222228391","geometry":{"type":"Point","coordinates":[0.614423,51.8474904]},"properties":{"@type":"node","@id":1222228391,"@timestamp":1301256877},"coords":"51.8474904,0.614423","bedrooms":"0","price":"180000","area":"499"} , +{"type":"Feature","id":"n1222228417","geometry":{"type":"Point","coordinates":[0.6296191,51.8399208]},"properties":{"@type":"node","@id":1222228417,"@timestamp":1301256878},"coords":"51.8399208,0.6296191","bedrooms":"1","price":"176000","area":"490"} , +{"type":"Feature","id":"n1222228442","geometry":{"type":"Point","coordinates":[0.6333877,51.8345609]},"properties":{"@type":"node","@id":1222228442,"@timestamp":1301256879},"coords":"51.8345609,0.6333877","bedrooms":"1","price":"221000","area":"609"} , +{"type":"Feature","id":"n1222228458","geometry":{"type":"Point","coordinates":[0.5982936,51.877299]},"properties":{"@type":"node","@id":1222228458,"@timestamp":1301256880},"coords":"51.877299,0.5982936","bedrooms":"0","price":"174000","area":"439"} , +{"type":"Feature","id":"n1222228485","geometry":{"type":"Point","coordinates":[0.6261458,51.868734]},"properties":{"@type":"node","@id":1222228485,"@timestamp":1301256880},"coords":"51.868734,0.6261458","bedrooms":"3","price":"157000","area":"436"} , +{"type":"Feature","id":"n1222228503","geometry":{"type":"Point","coordinates":[0.6134868,51.8472572]},"properties":{"@type":"node","@id":1222228503,"@timestamp":1301256881},"coords":"51.8472572,0.6134868","bedrooms":"0","price":"188000","area":"676"} , +{"type":"Feature","id":"n1222228527","geometry":{"type":"Point","coordinates":[0.6174742,51.8454592]},"properties":{"@type":"node","@id":1222228527,"@timestamp":1301256882},"coords":"51.8454592,0.6174742","bedrooms":"4","price":"270000","area":"457"} , +{"type":"Feature","id":"n1222228552","geometry":{"type":"Point","coordinates":[0.6055893,51.8611249]},"properties":{"@type":"node","@id":1222228552,"@timestamp":1301256883},"coords":"51.8611249,0.6055893","bedrooms":"4","price":"165000","area":"695"} , +{"type":"Feature","id":"n1222228598","geometry":{"type":"Point","coordinates":[0.6139496,51.8485723]},"properties":{"@type":"node","@id":1222228598,"@timestamp":1301256884},"coords":"51.8485723,0.6139496","bedrooms":"4","price":"297000","area":"470"} , +{"type":"Feature","id":"n1222228637","geometry":{"type":"Point","coordinates":[0.5892438,51.8649562]},"properties":{"@type":"node","@id":1222228637,"@timestamp":1301256885},"coords":"51.8649562,0.5892438","bedrooms":"4","price":"208000","area":"492"} , +{"type":"Feature","id":"n1222238827","geometry":{"type":"Point","coordinates":[0.4245991,51.5840942]},"properties":{"@type":"node","@id":1222238827,"@timestamp":1346454856},"coords":"51.5840942,0.4245991","bedrooms":"2","price":"240000","area":"651"} , +{"type":"Feature","id":"n1222308173","geometry":{"type":"Point","coordinates":[-0.1996821,51.2424657]},"properties":{"@type":"node","@id":1222308173,"@timestamp":1301259874},"coords":"51.2424657,-0.1996821","bedrooms":"1","price":"227000","area":"511"} , +{"type":"Feature","id":"n1222308284","geometry":{"type":"Point","coordinates":[-0.2031706,51.2431014]},"properties":{"@type":"node","@id":1222308284,"@timestamp":1301259876},"coords":"51.2431014,-0.2031706","bedrooms":"1","price":"168000","area":"558"} , +{"type":"Feature","id":"n1222321633","geometry":{"type":"Point","coordinates":[-0.210083,51.2411903]},"properties":{"@type":"node","@id":1222321633,"@timestamp":1301260674},"coords":"51.2411903,-0.210083","bedrooms":"0","price":"228000","area":"610"} , +{"type":"Feature","id":"n1222347102","geometry":{"type":"Point","coordinates":[-0.1480983,51.5559888]},"properties":{"@type":"node","@id":1222347102,"@timestamp":1301261802},"coords":"51.5559888,-0.1480983","bedrooms":"2","price":"243000","area":"362"} , +{"type":"Feature","id":"n1222347184","geometry":{"type":"Point","coordinates":[-0.1508838,51.5613583]},"properties":{"@type":"node","@id":1222347184,"@timestamp":1497658685},"coords":"51.5613583,-0.1508838","bedrooms":"3","price":"239000","area":"421"} , +{"type":"Feature","id":"n1222347276","geometry":{"type":"Point","coordinates":[-0.1433787,51.5496907]},"properties":{"@type":"node","@id":1222347276,"@timestamp":1628775229},"coords":"51.5496907,-0.1433787","bedrooms":"2","price":"185000","area":"374"} , +{"type":"Feature","id":"n1222405143","geometry":{"type":"Point","coordinates":[-0.2091573,51.2378174]},"properties":{"@type":"node","@id":1222405143,"@timestamp":1610359380},"coords":"51.2378174,-0.2091573","bedrooms":"1","price":"205000","area":"518"} , +{"type":"Feature","id":"n1222408351","geometry":{"type":"Point","coordinates":[-0.6725545,51.9169222]},"properties":{"@type":"node","@id":1222408351,"@timestamp":1624879579},"coords":"51.9169222,-0.6725545","bedrooms":"1","price":"287000","area":"484"} , +{"type":"Feature","id":"n1222408399","geometry":{"type":"Point","coordinates":[-0.6752015,51.9158101]},"properties":{"@type":"node","@id":1222408399,"@timestamp":1301263963},"coords":"51.9158101,-0.6752015","bedrooms":"2","price":"255000","area":"380"} , +{"type":"Feature","id":"n1222436835","geometry":{"type":"Point","coordinates":[-0.2080465,51.2414788]},"properties":{"@type":"node","@id":1222436835,"@timestamp":1610359380},"coords":"51.2414788,-0.2080465","bedrooms":"2","price":"247000","area":"498"} , +{"type":"Feature","id":"n1222841302","geometry":{"type":"Point","coordinates":[-0.1663898,51.233159]},"properties":{"@type":"node","@id":1222841302,"@timestamp":1301299717},"coords":"51.233159,-0.1663898","bedrooms":"2","price":"275000","area":"507"} , +{"type":"Feature","id":"n1223192993","geometry":{"type":"Point","coordinates":[-0.164895,51.2397457]},"properties":{"@type":"node","@id":1223192993,"@timestamp":1301326069},"coords":"51.2397457,-0.164895","bedrooms":"2","price":"219000","area":"530"} , +{"type":"Feature","id":"n1223235520","geometry":{"type":"Point","coordinates":[-0.1706946,51.2381243]},"properties":{"@type":"node","@id":1223235520,"@timestamp":1301328043},"coords":"51.2381243,-0.1706946","bedrooms":"1","price":"217000","area":"408"} , +{"type":"Feature","id":"n1223262721","geometry":{"type":"Point","coordinates":[-0.1707473,51.2391716]},"properties":{"@type":"node","@id":1223262721,"@timestamp":1563035379},"coords":"51.2391716,-0.1707473","bedrooms":"0","price":"162000","area":"553"} , +{"type":"Feature","id":"n1223268108","geometry":{"type":"Point","coordinates":[0.6058492,51.6399978]},"properties":{"@type":"node","@id":1223268108,"@timestamp":1301329734},"coords":"51.6399978,0.6058492","bedrooms":"4","price":"206000","area":"426"} , +{"type":"Feature","id":"n1223299193","geometry":{"type":"Point","coordinates":[-0.1691479,51.2391702]},"properties":{"@type":"node","@id":1223299193,"@timestamp":1577214418},"coords":"51.2391702,-0.1691479","bedrooms":"2","price":"235000","area":"629"} , +{"type":"Feature","id":"n1223331579","geometry":{"type":"Point","coordinates":[-0.168154,51.2411311]},"properties":{"@type":"node","@id":1223331579,"@timestamp":1301333149},"coords":"51.2411311,-0.168154","bedrooms":"1","price":"198000","area":"473"} , +{"type":"Feature","id":"n1223430074","geometry":{"type":"Point","coordinates":[-0.1688173,51.2389673]},"properties":{"@type":"node","@id":1223430074,"@timestamp":1301337334},"coords":"51.2389673,-0.1688173","bedrooms":"4","price":"177000","area":"496"} , +{"type":"Feature","id":"n1223722217","geometry":{"type":"Point","coordinates":[-0.0522815,51.9698254]},"properties":{"@type":"node","@id":1223722217,"@timestamp":1301347256},"coords":"51.9698254,-0.0522815","bedrooms":"2","price":"290000","area":"577"} , +{"type":"Feature","id":"n1223733836","geometry":{"type":"Point","coordinates":[-0.0390957,51.9848735]},"properties":{"@type":"node","@id":1223733836,"@timestamp":1301348020},"coords":"51.9848735,-0.0390957","bedrooms":"1","price":"219000","area":"675"} , +{"type":"Feature","id":"n1223733856","geometry":{"type":"Point","coordinates":[-0.0395249,51.9710021]},"properties":{"@type":"node","@id":1223733856,"@timestamp":1441492913},"coords":"51.9710021,-0.0395249","bedrooms":"2","price":"292000","area":"435"} , +{"type":"Feature","id":"n1223733878","geometry":{"type":"Point","coordinates":[-0.0408928,51.9864131]},"properties":{"@type":"node","@id":1223733878,"@timestamp":1301348023},"coords":"51.9864131,-0.0408928","bedrooms":"0","price":"157000","area":"476"} , +{"type":"Feature","id":"n1223733908","geometry":{"type":"Point","coordinates":[-0.0408982,51.9628715]},"properties":{"@type":"node","@id":1223733908,"@timestamp":1441491193},"coords":"51.9628715,-0.0408982","bedrooms":"1","price":"202000","area":"559"} , +{"type":"Feature","id":"n1223751395","geometry":{"type":"Point","coordinates":[-1.0660004,51.2915314]},"properties":{"@type":"node","@id":1223751395,"@timestamp":1379150968},"coords":"51.2915314,-1.0660004","bedrooms":"4","price":"293000","area":"633"} , +{"type":"Feature","id":"n1223804235","geometry":{"type":"Point","coordinates":[0.602568,51.590962]},"properties":{"@type":"node","@id":1223804235,"@timestamp":1477054068},"coords":"51.590962,0.602568","bedrooms":"1","price":"212000","area":"534"} , +{"type":"Feature","id":"n1224018240","geometry":{"type":"Point","coordinates":[-0.9453149,51.4402843]},"properties":{"@type":"node","@id":1224018240,"@timestamp":1306264543},"coords":"51.4402843,-0.9453149","bedrooms":"4","price":"260000","area":"519"} , +{"type":"Feature","id":"n1224117976","geometry":{"type":"Point","coordinates":[0.0610287,51.2117984]},"properties":{"@type":"node","@id":1224117976,"@timestamp":1301395195},"coords":"51.2117984,0.0610287","bedrooms":"4","price":"195000","area":"622"} , +{"type":"Feature","id":"n1224191791","geometry":{"type":"Point","coordinates":[0.4520615,51.7263813]},"properties":{"@type":"node","@id":1224191791,"@timestamp":1611797999},"coords":"51.7263813,0.4520615","bedrooms":"1","price":"204000","area":"530"} , +{"type":"Feature","id":"n1224406416","geometry":{"type":"Point","coordinates":[0.4598936,51.7215353]},"properties":{"@type":"node","@id":1224406416,"@timestamp":1617266495},"coords":"51.7215353,0.4598936","bedrooms":"4","price":"227000","area":"578"} , +{"type":"Feature","id":"n1224480890","geometry":{"type":"Point","coordinates":[0.5251196,51.7561788]},"properties":{"@type":"node","@id":1224480890,"@timestamp":1431611441},"coords":"51.7561788,0.5251196","bedrooms":"4","price":"158000","area":"449"} , +{"type":"Feature","id":"n1224518860","geometry":{"type":"Point","coordinates":[0.8017082,51.9227643]},"properties":{"@type":"node","@id":1224518860,"@timestamp":1301425228},"coords":"51.9227643,0.8017082","bedrooms":"4","price":"199000","area":"360"} , +{"type":"Feature","id":"n1224721368","geometry":{"type":"Point","coordinates":[-0.1735867,51.5243237]},"properties":{"@type":"node","@id":1224721368,"@timestamp":1558768834},"coords":"51.5243237,-0.1735867","bedrooms":"0","price":"276000","area":"641"} , +{"type":"Feature","id":"n1224728942","geometry":{"type":"Point","coordinates":[-1.0786717,51.1229583]},"properties":{"@type":"node","@id":1224728942,"@timestamp":1301434792},"coords":"51.1229583,-1.0786717","bedrooms":"3","price":"150000","area":"453"} , +{"type":"Feature","id":"n1224729090","geometry":{"type":"Point","coordinates":[-1.069601,51.1198017]},"properties":{"@type":"node","@id":1224729090,"@timestamp":1301434795},"coords":"51.1198017,-1.069601","bedrooms":"0","price":"283000","area":"433"} , +{"type":"Feature","id":"n1224752535","geometry":{"type":"Point","coordinates":[-0.1141359,51.4983714]},"properties":{"@type":"node","@id":1224752535,"@timestamp":1630358371},"coords":"51.4983714,-0.1141359","bedrooms":"4","price":"170000","area":"477"} , +{"type":"Feature","id":"n1224765076","geometry":{"type":"Point","coordinates":[0.6656887,51.7249816]},"properties":{"@type":"node","@id":1224765076,"@timestamp":1301437993},"coords":"51.7249816,0.6656887","bedrooms":"3","price":"189000","area":"647"} , +{"type":"Feature","id":"n1224775918","geometry":{"type":"Point","coordinates":[-0.1935642,51.6513017]},"properties":{"@type":"node","@id":1224775918,"@timestamp":1551298465},"coords":"51.6513017,-0.1935642","bedrooms":"0","price":"218000","area":"655"} , +{"type":"Feature","id":"n1224805037","geometry":{"type":"Point","coordinates":[-0.97347,51.4512687]},"properties":{"@type":"node","@id":1224805037,"@timestamp":1424038217},"coords":"51.4512687,-0.97347","bedrooms":"1","price":"240000","area":"573"} , +{"type":"Feature","id":"n1225061176","geometry":{"type":"Point","coordinates":[-0.3265637,51.175811]},"properties":{"@type":"node","@id":1225061176,"@timestamp":1442250385},"coords":"51.175811,-0.3265637","bedrooms":"1","price":"272000","area":"692"} , +{"type":"Feature","id":"n1225297065","geometry":{"type":"Point","coordinates":[-0.3422046,51.1752966]},"properties":{"@type":"node","@id":1225297065,"@timestamp":1301490542},"coords":"51.1752966,-0.3422046","bedrooms":"1","price":"228000","area":"552"} , +{"type":"Feature","id":"n1225435698","geometry":{"type":"Point","coordinates":[0.5650066,51.544877]},"properties":{"@type":"node","@id":1225435698,"@timestamp":1301497103},"coords":"51.544877,0.5650066","bedrooms":"3","price":"204000","area":"374"} , +{"type":"Feature","id":"n1225455359","geometry":{"type":"Point","coordinates":[-0.1977183,51.2343082]},"properties":{"@type":"node","@id":1225455359,"@timestamp":1610120103},"coords":"51.2343082,-0.1977183","bedrooms":"4","price":"190000","area":"632"} , +{"type":"Feature","id":"n1225463888","geometry":{"type":"Point","coordinates":[0.5927574,51.5118165]},"properties":{"@type":"node","@id":1225463888,"@timestamp":1301499563},"coords":"51.5118165,0.5927574","bedrooms":"4","price":"274000","area":"629"} , +{"type":"Feature","id":"n1225642590","geometry":{"type":"Point","coordinates":[-0.0077171,51.256221]},"properties":{"@type":"node","@id":1225642590,"@timestamp":1308177485},"coords":"51.256221,-0.0077171","bedrooms":"0","price":"235000","area":"559"} , +{"type":"Feature","id":"n1225936281","geometry":{"type":"Point","coordinates":[0.7717246,51.0821652]},"properties":{"@type":"node","@id":1225936281,"@timestamp":1578393274},"coords":"51.0821652,0.7717246","bedrooms":"0","price":"272000","area":"553"} , +{"type":"Feature","id":"n1226107994","geometry":{"type":"Point","coordinates":[-0.3284805,51.5802044]},"properties":{"@type":"node","@id":1226107994,"@timestamp":1564911793},"coords":"51.5802044,-0.3284805","bedrooms":"3","price":"274000","area":"499"} , +{"type":"Feature","id":"n1226631240","geometry":{"type":"Point","coordinates":[0.1035044,51.0218026]},"properties":{"@type":"node","@id":1226631240,"@timestamp":1344405365},"coords":"51.0218026,0.1035044","bedrooms":"2","price":"196000","area":"382"} , +{"type":"Feature","id":"n1226692798","geometry":{"type":"Point","coordinates":[-0.6010244,51.6680588]},"properties":{"@type":"node","@id":1226692798,"@timestamp":1432572035},"coords":"51.6680588,-0.6010244","bedrooms":"1","price":"214000","area":"688"} , +{"type":"Feature","id":"n1226814197","geometry":{"type":"Point","coordinates":[-0.6083626,51.6774143]},"properties":{"@type":"node","@id":1226814197,"@timestamp":1632049367},"coords":"51.6774143,-0.6083626","bedrooms":"1","price":"298000","area":"454"} , +{"type":"Feature","id":"n1227146546","geometry":{"type":"Point","coordinates":[-0.3657072,51.2062598]},"properties":{"@type":"node","@id":1227146546,"@timestamp":1301603128},"coords":"51.2062598,-0.3657072","bedrooms":"1","price":"278000","area":"542"} , +{"type":"Feature","id":"n1227687383","geometry":{"type":"Point","coordinates":[-0.0498609,51.5284709]},"properties":{"@type":"node","@id":1227687383,"@timestamp":1592487240},"coords":"51.5284709,-0.0498609","bedrooms":"1","price":"287000","area":"639"} , +{"type":"Feature","id":"n1227938921","geometry":{"type":"Point","coordinates":[-0.1341121,51.5100894]},"properties":{"@type":"node","@id":1227938921,"@timestamp":1551453413},"coords":"51.5100894,-0.1341121","bedrooms":"2","price":"259000","area":"480"} , +{"type":"Feature","id":"n1228052057","geometry":{"type":"Point","coordinates":[0.6559833,51.6015245]},"properties":{"@type":"node","@id":1228052057,"@timestamp":1301675328},"coords":"51.6015245,0.6559833","bedrooms":"1","price":"250000","area":"535"} , +{"type":"Feature","id":"n1228052088","geometry":{"type":"Point","coordinates":[0.6543565,51.6013881]},"properties":{"@type":"node","@id":1228052088,"@timestamp":1553494092},"coords":"51.6013881,0.6543565","bedrooms":"0","price":"173000","area":"428"} , +{"type":"Feature","id":"n1228052114","geometry":{"type":"Point","coordinates":[0.6539533,51.6013026]},"properties":{"@type":"node","@id":1228052114,"@timestamp":1553494093},"coords":"51.6013026,0.6539533","bedrooms":"4","price":"239000","area":"436"} , +{"type":"Feature","id":"n1228063670","geometry":{"type":"Point","coordinates":[-0.0810341,51.3642443]},"properties":{"@type":"node","@id":1228063670,"@timestamp":1596052532},"coords":"51.3642443,-0.0810341","bedrooms":"3","price":"181000","area":"456"} , +{"type":"Feature","id":"n1228113058","geometry":{"type":"Point","coordinates":[-0.2099198,51.2379434]},"properties":{"@type":"node","@id":1228113058,"@timestamp":1301679571},"coords":"51.2379434,-0.2099198","bedrooms":"2","price":"154000","area":"591"} , +{"type":"Feature","id":"n1228132031","geometry":{"type":"Point","coordinates":[-0.2230934,51.3102434]},"properties":{"@type":"node","@id":1228132031,"@timestamp":1628503648},"coords":"51.3102434,-0.2230934","bedrooms":"3","price":"267000","area":"690"} , +{"type":"Feature","id":"n1228179729","geometry":{"type":"Point","coordinates":[-0.4248941,51.2470407]},"properties":{"@type":"node","@id":1228179729,"@timestamp":1301683808},"coords":"51.2470407,-0.4248941","bedrooms":"0","price":"261000","area":"382"} , +{"type":"Feature","id":"n1228274829","geometry":{"type":"Point","coordinates":[-0.4270238,51.2507965]},"properties":{"@type":"node","@id":1228274829,"@timestamp":1495887186},"coords":"51.2507965,-0.4270238","bedrooms":"2","price":"245000","area":"503"} , +{"type":"Feature","id":"n1228472676","geometry":{"type":"Point","coordinates":[0.7060698,51.0975255]},"properties":{"@type":"node","@id":1228472676,"@timestamp":1305875823},"coords":"51.0975255,0.7060698","bedrooms":"1","price":"288000","area":"590"} , +{"type":"Feature","id":"n1228585915","geometry":{"type":"Point","coordinates":[0.1621129,51.2106355]},"properties":{"@type":"node","@id":1228585915,"@timestamp":1393286514},"coords":"51.2106355,0.1621129","bedrooms":"2","price":"242000","area":"488"} , +{"type":"Feature","id":"n1229049548","geometry":{"type":"Point","coordinates":[0.5982099,51.58911]},"properties":{"@type":"node","@id":1229049548,"@timestamp":1552126626},"coords":"51.58911,0.5982099","bedrooms":"2","price":"198000","area":"504"} , +{"type":"Feature","id":"n1229091419","geometry":{"type":"Point","coordinates":[0.6538475,51.6012579]},"properties":{"@type":"node","@id":1229091419,"@timestamp":1301741544},"coords":"51.6012579,0.6538475","bedrooms":"0","price":"255000","area":"673"} , +{"type":"Feature","id":"n1229156386","geometry":{"type":"Point","coordinates":[0.6295121,51.0211327]},"properties":{"@type":"node","@id":1229156386,"@timestamp":1309422923},"coords":"51.0211327,0.6295121","bedrooms":"0","price":"258000","area":"593"} , +{"type":"Feature","id":"n1229156882","geometry":{"type":"Point","coordinates":[0.6581958,51.0176044]},"properties":{"@type":"node","@id":1229156882,"@timestamp":1310848266},"coords":"51.0176044,0.6581958","bedrooms":"3","price":"222000","area":"361"} , +{"type":"Feature","id":"n1229381757","geometry":{"type":"Point","coordinates":[-0.163929,51.1861225]},"properties":{"@type":"node","@id":1229381757,"@timestamp":1493136245},"coords":"51.1861225,-0.163929","bedrooms":"1","price":"156000","area":"454"} , +{"type":"Feature","id":"n1229531302","geometry":{"type":"Point","coordinates":[0.648861,51.5698065]},"properties":{"@type":"node","@id":1229531302,"@timestamp":1301852578},"coords":"51.5698065,0.648861","bedrooms":"1","price":"155000","area":"589"} , +{"type":"Feature","id":"n1229616108","geometry":{"type":"Point","coordinates":[-0.2123356,51.1941941]},"properties":{"@type":"node","@id":1229616108,"@timestamp":1617112802},"coords":"51.1941941,-0.2123356","bedrooms":"1","price":"231000","area":"638"} , +{"type":"Feature","id":"n1229616615","geometry":{"type":"Point","coordinates":[-0.1924198,51.1893643]},"properties":{"@type":"node","@id":1229616615,"@timestamp":1626358218},"coords":"51.1893643,-0.1924198","bedrooms":"1","price":"269000","area":"525"} , +{"type":"Feature","id":"n1229906791","geometry":{"type":"Point","coordinates":[-0.0465108,51.5273441]},"properties":{"@type":"node","@id":1229906791,"@timestamp":1301781169},"coords":"51.5273441,-0.0465108","bedrooms":"3","price":"243000","area":"693"} , +{"type":"Feature","id":"n1230341090","geometry":{"type":"Point","coordinates":[-0.1215172,51.5279496]},"properties":{"@type":"node","@id":1230341090,"@timestamp":1632736151},"coords":"51.5279496,-0.1215172","bedrooms":"1","price":"179000","area":"626"} , +{"type":"Feature","id":"n1230534625","geometry":{"type":"Point","coordinates":[-0.1950158,51.5154014]},"properties":{"@type":"node","@id":1230534625,"@timestamp":1576576014},"coords":"51.5154014,-0.1950158","bedrooms":"3","price":"278000","area":"566"} , +{"type":"Feature","id":"n1230578344","geometry":{"type":"Point","coordinates":[-0.1931663,51.5151733]},"properties":{"@type":"node","@id":1230578344,"@timestamp":1577859681},"coords":"51.5151733,-0.1931663","bedrooms":"4","price":"238000","area":"581"} , +{"type":"Feature","id":"n1230621874","geometry":{"type":"Point","coordinates":[-0.1220261,51.5119866]},"properties":{"@type":"node","@id":1230621874,"@timestamp":1539374587},"coords":"51.5119866,-0.1220261","bedrooms":"3","price":"191000","area":"359"} , +{"type":"Feature","id":"n1230698869","geometry":{"type":"Point","coordinates":[-1.0173554,51.7283179]},"properties":{"@type":"node","@id":1230698869,"@timestamp":1301834083},"coords":"51.7283179,-1.0173554","bedrooms":"3","price":"201000","area":"563"} , +{"type":"Feature","id":"n1230699241","geometry":{"type":"Point","coordinates":[-1.0072149,51.7319078]},"properties":{"@type":"node","@id":1230699241,"@timestamp":1603908689},"coords":"51.7319078,-1.0072149","bedrooms":"4","price":"204000","area":"451"} , +{"type":"Feature","id":"n1230699409","geometry":{"type":"Point","coordinates":[-1.0072944,51.7343585]},"properties":{"@type":"node","@id":1230699409,"@timestamp":1603908689},"coords":"51.7343585,-1.0072944","bedrooms":"3","price":"242000","area":"538"} , +{"type":"Feature","id":"n1230699620","geometry":{"type":"Point","coordinates":[-1.0081552,51.739684]},"properties":{"@type":"node","@id":1230699620,"@timestamp":1609445840},"coords":"51.739684,-1.0081552","bedrooms":"2","price":"171000","area":"541"} , +{"type":"Feature","id":"n1230699850","geometry":{"type":"Point","coordinates":[-1.0142441,51.733206]},"properties":{"@type":"node","@id":1230699850,"@timestamp":1609449152},"coords":"51.733206,-1.0142441","bedrooms":"4","price":"222000","area":"547"} , +{"type":"Feature","id":"n1230700076","geometry":{"type":"Point","coordinates":[-1.0044204,51.7334598]},"properties":{"@type":"node","@id":1230700076,"@timestamp":1301834123},"coords":"51.7334598,-1.0044204","bedrooms":"0","price":"243000","area":"384"} , +{"type":"Feature","id":"n1230700330","geometry":{"type":"Point","coordinates":[-1.020044,51.7299661]},"properties":{"@type":"node","@id":1230700330,"@timestamp":1301834128},"coords":"51.7299661,-1.020044","bedrooms":"4","price":"295000","area":"460"} , +{"type":"Feature","id":"n1230700486","geometry":{"type":"Point","coordinates":[-1.0113691,51.7298678]},"properties":{"@type":"node","@id":1230700486,"@timestamp":1609456053},"coords":"51.7298678,-1.0113691","bedrooms":"2","price":"275000","area":"628"} , +{"type":"Feature","id":"n1230700654","geometry":{"type":"Point","coordinates":[-1.020439,51.733194]},"properties":{"@type":"node","@id":1230700654,"@timestamp":1301834136},"coords":"51.733194,-1.020439","bedrooms":"3","price":"173000","area":"596"} , +{"type":"Feature","id":"n1230700807","geometry":{"type":"Point","coordinates":[-1.0207667,51.7317033]},"properties":{"@type":"node","@id":1230700807,"@timestamp":1301834139},"coords":"51.7317033,-1.0207667","bedrooms":"1","price":"194000","area":"477"} , +{"type":"Feature","id":"n1230701001","geometry":{"type":"Point","coordinates":[-1.0091654,51.735984]},"properties":{"@type":"node","@id":1230701001,"@timestamp":1301834144},"coords":"51.735984,-1.0091654","bedrooms":"2","price":"242000","area":"503"} , +{"type":"Feature","id":"n1230701142","geometry":{"type":"Point","coordinates":[-1.0076116,51.7339194]},"properties":{"@type":"node","@id":1230701142,"@timestamp":1301834147},"coords":"51.7339194,-1.0076116","bedrooms":"3","price":"297000","area":"377"} , +{"type":"Feature","id":"n1230701366","geometry":{"type":"Point","coordinates":[-1.0182863,51.7287466]},"properties":{"@type":"node","@id":1230701366,"@timestamp":1301834153},"coords":"51.7287466,-1.0182863","bedrooms":"4","price":"211000","area":"599"} , +{"type":"Feature","id":"n1230701497","geometry":{"type":"Point","coordinates":[-1.0061734,51.7347727]},"properties":{"@type":"node","@id":1230701497,"@timestamp":1609445354},"coords":"51.7347727,-1.0061734","bedrooms":"1","price":"241000","area":"597"} , +{"type":"Feature","id":"n1230701800","geometry":{"type":"Point","coordinates":[-1.0184027,51.7293004]},"properties":{"@type":"node","@id":1230701800,"@timestamp":1301834165},"coords":"51.7293004,-1.0184027","bedrooms":"2","price":"260000","area":"584"} , +{"type":"Feature","id":"n1230702134","geometry":{"type":"Point","coordinates":[-1.0110449,51.7293286]},"properties":{"@type":"node","@id":1230702134,"@timestamp":1301834171},"coords":"51.7293286,-1.0110449","bedrooms":"1","price":"201000","area":"453"} , +{"type":"Feature","id":"n1230702703","geometry":{"type":"Point","coordinates":[-1.0210116,51.730298]},"properties":{"@type":"node","@id":1230702703,"@timestamp":1301834180},"coords":"51.730298,-1.0210116","bedrooms":"3","price":"208000","area":"648"} , +{"type":"Feature","id":"n1230703003","geometry":{"type":"Point","coordinates":[-1.021275,51.7304668]},"properties":{"@type":"node","@id":1230703003,"@timestamp":1301834184},"coords":"51.7304668,-1.021275","bedrooms":"1","price":"162000","area":"405"} , +{"type":"Feature","id":"n1230703254","geometry":{"type":"Point","coordinates":[-1.0206993,51.7318665]},"properties":{"@type":"node","@id":1230703254,"@timestamp":1301834188},"coords":"51.7318665,-1.0206993","bedrooms":"4","price":"291000","area":"466"} , +{"type":"Feature","id":"n1230753777","geometry":{"type":"Point","coordinates":[-0.1339545,51.522491]},"properties":{"@type":"node","@id":1230753777,"@timestamp":1604858707},"coords":"51.522491,-0.1339545","bedrooms":"2","price":"252000","area":"554"} , +{"type":"Feature","id":"n1230780338","geometry":{"type":"Point","coordinates":[-0.1405265,51.5225614]},"properties":{"@type":"node","@id":1230780338,"@timestamp":1534095422},"coords":"51.5225614,-0.1405265","bedrooms":"1","price":"292000","area":"475"} , +{"type":"Feature","id":"n1230805794","geometry":{"type":"Point","coordinates":[-0.3058229,51.7494731]},"properties":{"@type":"node","@id":1230805794,"@timestamp":1627299664},"coords":"51.7494731,-0.3058229","bedrooms":"4","price":"287000","area":"406"} , +{"type":"Feature","id":"n1230932184","geometry":{"type":"Point","coordinates":[-0.1830147,51.5469924]},"properties":{"@type":"node","@id":1230932184,"@timestamp":1301841736},"coords":"51.5469924,-0.1830147","bedrooms":"0","price":"202000","area":"572"} , +{"type":"Feature","id":"n1230985566","geometry":{"type":"Point","coordinates":[0.0759834,51.2669217]},"properties":{"@type":"node","@id":1230985566,"@timestamp":1606608686},"coords":"51.2669217,0.0759834","bedrooms":"1","price":"232000","area":"650"} , +{"type":"Feature","id":"n1230997264","geometry":{"type":"Point","coordinates":[-0.1490216,51.5143983]},"properties":{"@type":"node","@id":1230997264,"@timestamp":1628884926},"coords":"51.5143983,-0.1490216","bedrooms":"3","price":"255000","area":"634"} , +{"type":"Feature","id":"n1230997489","geometry":{"type":"Point","coordinates":[-0.1502211,51.5141941]},"properties":{"@type":"node","@id":1230997489,"@timestamp":1628884953},"coords":"51.5141941,-0.1502211","bedrooms":"3","price":"167000","area":"632"} , +{"type":"Feature","id":"n1231008125","geometry":{"type":"Point","coordinates":[0.8630744,51.1436286]},"properties":{"@type":"node","@id":1231008125,"@timestamp":1301843926},"coords":"51.1436286,0.8630744","bedrooms":"4","price":"196000","area":"661"} , +{"type":"Feature","id":"n1231053029","geometry":{"type":"Point","coordinates":[-0.3691106,51.9290243]},"properties":{"@type":"node","@id":1231053029,"@timestamp":1301845408},"coords":"51.9290243,-0.3691106","bedrooms":"1","price":"179000","area":"575"} , +{"type":"Feature","id":"n1231117955","geometry":{"type":"Point","coordinates":[-0.7091885,51.6012015]},"properties":{"@type":"node","@id":1231117955,"@timestamp":1451487242},"coords":"51.6012015,-0.7091885","bedrooms":"2","price":"272000","area":"546"} , +{"type":"Feature","id":"n1231469533","geometry":{"type":"Point","coordinates":[-0.1400024,51.5216101]},"properties":{"@type":"node","@id":1231469533,"@timestamp":1630044855},"coords":"51.5216101,-0.1400024","bedrooms":"1","price":"262000","area":"382"} , +{"type":"Feature","id":"n1231506570","geometry":{"type":"Point","coordinates":[-0.1390756,51.5224875]},"properties":{"@type":"node","@id":1231506570,"@timestamp":1574428401},"coords":"51.5224875,-0.1390756","bedrooms":"4","price":"219000","area":"374"} , +{"type":"Feature","id":"n1231547288","geometry":{"type":"Point","coordinates":[-0.1378926,51.5232455]},"properties":{"@type":"node","@id":1231547288,"@timestamp":1534095423},"coords":"51.5232455,-0.1378926","bedrooms":"1","price":"262000","area":"434"} , +{"type":"Feature","id":"n1231556990","geometry":{"type":"Point","coordinates":[-0.1372322,51.5215673]},"properties":{"@type":"node","@id":1231556990,"@timestamp":1634399404},"coords":"51.5215673,-0.1372322","bedrooms":"3","price":"179000","area":"572"} , +{"type":"Feature","id":"n1231562469","geometry":{"type":"Point","coordinates":[-0.1361142,51.5206104]},"properties":{"@type":"node","@id":1231562469,"@timestamp":1534328761},"coords":"51.5206104,-0.1361142","bedrooms":"0","price":"265000","area":"610"} , +{"type":"Feature","id":"n1231572529","geometry":{"type":"Point","coordinates":[-0.1362377,51.5202576]},"properties":{"@type":"node","@id":1231572529,"@timestamp":1574167489},"coords":"51.5202576,-0.1362377","bedrooms":"0","price":"262000","area":"457"} , +{"type":"Feature","id":"n1231977688","geometry":{"type":"Point","coordinates":[-0.1452554,51.496034]},"properties":{"@type":"node","@id":1231977688,"@timestamp":1564911793},"coords":"51.496034,-0.1452554","bedrooms":"0","price":"201000","area":"547"} , +{"type":"Feature","id":"n1231977807","geometry":{"type":"Point","coordinates":[-0.1449082,51.4964022]},"properties":{"@type":"node","@id":1231977807,"@timestamp":1594910555},"coords":"51.4964022,-0.1449082","bedrooms":"2","price":"160000","area":"411"} , +{"type":"Feature","id":"n1232034851","geometry":{"type":"Point","coordinates":[-0.8904429,51.4433578]},"properties":{"@type":"node","@id":1232034851,"@timestamp":1302708538},"coords":"51.4433578,-0.8904429","bedrooms":"2","price":"228000","area":"566"} , +{"type":"Feature","id":"n1232048446","geometry":{"type":"Point","coordinates":[-0.1356703,51.4975942]},"properties":{"@type":"node","@id":1232048446,"@timestamp":1625885248},"coords":"51.4975942,-0.1356703","bedrooms":"0","price":"230000","area":"564"} , +{"type":"Feature","id":"n1232193745","geometry":{"type":"Point","coordinates":[0.4989805,51.1732249]},"properties":{"@type":"node","@id":1232193745,"@timestamp":1301913085},"coords":"51.1732249,0.4989805","bedrooms":"0","price":"250000","area":"429"} , +{"type":"Feature","id":"n1232377095","geometry":{"type":"Point","coordinates":[-0.1393272,51.5324189]},"properties":{"@type":"node","@id":1232377095,"@timestamp":1598660349},"coords":"51.5324189,-0.1393272","bedrooms":"3","price":"281000","area":"695"} , +{"type":"Feature","id":"n1232646592","geometry":{"type":"Point","coordinates":[-0.4523648,51.765491]},"properties":{"@type":"node","@id":1232646592,"@timestamp":1607108580},"coords":"51.765491,-0.4523648","bedrooms":"3","price":"234000","area":"546"} , +{"type":"Feature","id":"n1233000701","geometry":{"type":"Point","coordinates":[-0.1725482,51.2755959]},"properties":{"@type":"node","@id":1233000701,"@timestamp":1357491713},"coords":"51.2755959,-0.1725482","bedrooms":"1","price":"292000","area":"499"} , +{"type":"Feature","id":"n1233149132","geometry":{"type":"Point","coordinates":[-0.9824072,51.2670137]},"properties":{"@type":"node","@id":1233149132,"@timestamp":1403429520},"coords":"51.2670137,-0.9824072","bedrooms":"1","price":"211000","area":"502"} , +{"type":"Feature","id":"n1233380366","geometry":{"type":"Point","coordinates":[-0.0677465,51.513552]},"properties":{"@type":"node","@id":1233380366,"@timestamp":1594556770},"coords":"51.513552,-0.0677465","bedrooms":"4","price":"153000","area":"427"} , +{"type":"Feature","id":"n1233420692","geometry":{"type":"Point","coordinates":[-0.2640057,51.3751215]},"properties":{"@type":"node","@id":1233420692,"@timestamp":1607430542},"coords":"51.3751215,-0.2640057","bedrooms":"1","price":"283000","area":"416"} , +{"type":"Feature","id":"n1233629792","geometry":{"type":"Point","coordinates":[-0.0848308,51.5201492]},"properties":{"@type":"node","@id":1233629792,"@timestamp":1435667619},"coords":"51.5201492,-0.0848308","bedrooms":"1","price":"191000","area":"641"} , +{"type":"Feature","id":"n1233759362","geometry":{"type":"Point","coordinates":[-0.3919066,51.5236307]},"properties":{"@type":"node","@id":1233759362,"@timestamp":1302020433},"coords":"51.5236307,-0.3919066","bedrooms":"1","price":"286000","area":"487"} , +{"type":"Feature","id":"n1233789246","geometry":{"type":"Point","coordinates":[-0.1977939,51.6031849]},"properties":{"@type":"node","@id":1233789246,"@timestamp":1551222215},"coords":"51.6031849,-0.1977939","bedrooms":"0","price":"179000","area":"553"} , +{"type":"Feature","id":"n1233789352","geometry":{"type":"Point","coordinates":[-0.151771,51.5801434]},"properties":{"@type":"node","@id":1233789352,"@timestamp":1551298466},"coords":"51.5801434,-0.151771","bedrooms":"1","price":"197000","area":"497"} , +{"type":"Feature","id":"n1234188983","geometry":{"type":"Point","coordinates":[-0.5410977,51.8473324]},"properties":{"@type":"node","@id":1234188983,"@timestamp":1632579817},"coords":"51.8473324,-0.5410977","bedrooms":"1","price":"177000","area":"669"} , +{"type":"Feature","id":"n1234627537","geometry":{"type":"Point","coordinates":[-0.0957359,51.464576]},"properties":{"@type":"node","@id":1234627537,"@timestamp":1475328084},"coords":"51.464576,-0.0957359","bedrooms":"0","price":"232000","area":"688"} , +{"type":"Feature","id":"n1234656983","geometry":{"type":"Point","coordinates":[-0.0901092,51.4605274]},"properties":{"@type":"node","@id":1234656983,"@timestamp":1520946540},"coords":"51.4605274,-0.0901092","bedrooms":"4","price":"286000","area":"380"} , +{"type":"Feature","id":"n1234775125","geometry":{"type":"Point","coordinates":[-0.2057672,51.2375583]},"properties":{"@type":"node","@id":1234775125,"@timestamp":1302102807},"coords":"51.2375583,-0.2057672","bedrooms":"1","price":"290000","area":"399"} , +{"type":"Feature","id":"n1234961733","geometry":{"type":"Point","coordinates":[-0.216661,51.8901004]},"properties":{"@type":"node","@id":1234961733,"@timestamp":1613922666},"coords":"51.8901004,-0.216661","bedrooms":"1","price":"234000","area":"667"} , +{"type":"Feature","id":"n1234961754","geometry":{"type":"Point","coordinates":[-0.2173557,51.8951056]},"properties":{"@type":"node","@id":1234961754,"@timestamp":1613922669},"coords":"51.8951056,-0.2173557","bedrooms":"0","price":"200000","area":"632"} , +{"type":"Feature","id":"n1235230346","geometry":{"type":"Point","coordinates":[0.3047527,51.3708226]},"properties":{"@type":"node","@id":1235230346,"@timestamp":1387285088},"coords":"51.3708226,0.3047527","bedrooms":"4","price":"222000","area":"545"} , +{"type":"Feature","id":"n1235356261","geometry":{"type":"Point","coordinates":[-0.0731982,51.5475491]},"properties":{"@type":"node","@id":1235356261,"@timestamp":1446905154},"coords":"51.5475491,-0.0731982","bedrooms":"4","price":"220000","area":"490"} , +{"type":"Feature","id":"n1235705017","geometry":{"type":"Point","coordinates":[-0.209171,51.4915565]},"properties":{"@type":"node","@id":1235705017,"@timestamp":1636005476},"coords":"51.4915565,-0.209171","bedrooms":"1","price":"195000","area":"376"} , +{"type":"Feature","id":"n1235880062","geometry":{"type":"Point","coordinates":[-0.1526832,51.5029082]},"properties":{"@type":"node","@id":1235880062,"@timestamp":1629401789},"coords":"51.5029082,-0.1526832","bedrooms":"0","price":"178000","area":"623"} , +{"type":"Feature","id":"n1236331561","geometry":{"type":"Point","coordinates":[0.6299543,51.0534978]},"properties":{"@type":"node","@id":1236331561,"@timestamp":1302198922},"coords":"51.0534978,0.6299543","bedrooms":"3","price":"204000","area":"648"} , +{"type":"Feature","id":"n1236773993","geometry":{"type":"Point","coordinates":[0.671513,51.7230514]},"properties":{"@type":"node","@id":1236773993,"@timestamp":1302223129},"coords":"51.7230514,0.671513","bedrooms":"1","price":"154000","area":"570"} , +{"type":"Feature","id":"n1236834446","geometry":{"type":"Point","coordinates":[-0.1119032,51.5216819]},"properties":{"@type":"node","@id":1236834446,"@timestamp":1603502511},"coords":"51.5216819,-0.1119032","bedrooms":"1","price":"176000","area":"644"} , +{"type":"Feature","id":"n1237044471","geometry":{"type":"Point","coordinates":[-0.1138487,51.4979949]},"properties":{"@type":"node","@id":1237044471,"@timestamp":1302253517},"coords":"51.4979949,-0.1138487","bedrooms":"0","price":"227000","area":"556"} , +{"type":"Feature","id":"n1237306892","geometry":{"type":"Point","coordinates":[0.6983362,51.557971]},"properties":{"@type":"node","@id":1237306892,"@timestamp":1302276003},"coords":"51.557971,0.6983362","bedrooms":"1","price":"229000","area":"505"} , +{"type":"Feature","id":"n1237307109","geometry":{"type":"Point","coordinates":[0.7004764,51.5566921]},"properties":{"@type":"node","@id":1237307109,"@timestamp":1302276010},"coords":"51.5566921,0.7004764","bedrooms":"4","price":"259000","area":"586"} , +{"type":"Feature","id":"n1237398874","geometry":{"type":"Point","coordinates":[-0.0815312,51.4622897]},"properties":{"@type":"node","@id":1237398874,"@timestamp":1302283342},"coords":"51.4622897,-0.0815312","bedrooms":"4","price":"281000","area":"446"} , +{"type":"Feature","id":"n1237526658","geometry":{"type":"Point","coordinates":[-0.5244766,51.4845845]},"properties":{"@type":"node","@id":1237526658,"@timestamp":1608234855},"coords":"51.4845845,-0.5244766","bedrooms":"1","price":"169000","area":"605"} , +{"type":"Feature","id":"n1238003858","geometry":{"type":"Point","coordinates":[0.8791731,51.8721405]},"properties":{"@type":"node","@id":1238003858,"@timestamp":1447965812},"coords":"51.8721405,0.8791731","bedrooms":"2","price":"276000","area":"544"} , +{"type":"Feature","id":"n1238253674","geometry":{"type":"Point","coordinates":[-0.3988886,51.5472284]},"properties":{"@type":"node","@id":1238253674,"@timestamp":1598428043},"coords":"51.5472284,-0.3988886","bedrooms":"4","price":"290000","area":"414"} , +{"type":"Feature","id":"n1238354871","geometry":{"type":"Point","coordinates":[0.5056594,51.4445559]},"properties":{"@type":"node","@id":1238354871,"@timestamp":1302342920},"coords":"51.4445559,0.5056594","bedrooms":"1","price":"239000","area":"680"} , +{"type":"Feature","id":"n1238530470","geometry":{"type":"Point","coordinates":[-0.1363837,51.548593]},"properties":{"@type":"node","@id":1238530470,"@timestamp":1628959548},"coords":"51.548593,-0.1363837","bedrooms":"1","price":"180000","area":"692"} , +{"type":"Feature","id":"n1239192305","geometry":{"type":"Point","coordinates":[0.6821599,51.7347943]},"properties":{"@type":"node","@id":1239192305,"@timestamp":1302380564},"coords":"51.7347943,0.6821599","bedrooms":"0","price":"225000","area":"416"} , +{"type":"Feature","id":"n1239299936","geometry":{"type":"Point","coordinates":[0.0488376,51.5321713]},"properties":{"@type":"node","@id":1239299936,"@timestamp":1330803609},"coords":"51.5321713,0.0488376","bedrooms":"2","price":"279000","area":"540"} , +{"type":"Feature","id":"n1239303600","geometry":{"type":"Point","coordinates":[0.0457649,51.5271685]},"properties":{"@type":"node","@id":1239303600,"@timestamp":1330803619},"coords":"51.5271685,0.0457649","bedrooms":"3","price":"170000","area":"436"} , +{"type":"Feature","id":"n1239308317","geometry":{"type":"Point","coordinates":[0.6799816,51.7365945]},"properties":{"@type":"node","@id":1239308317,"@timestamp":1302390555},"coords":"51.7365945,0.6799816","bedrooms":"1","price":"247000","area":"622"} , +{"type":"Feature","id":"n1239309965","geometry":{"type":"Point","coordinates":[0.035327,51.5828095]},"properties":{"@type":"node","@id":1239309965,"@timestamp":1330803635},"coords":"51.5828095,0.035327","bedrooms":"1","price":"273000","area":"613"} , +{"type":"Feature","id":"n1239525686","geometry":{"type":"Point","coordinates":[-0.1287627,51.5076692]},"properties":{"@type":"node","@id":1239525686,"@timestamp":1471035670},"coords":"51.5076692,-0.1287627","bedrooms":"2","price":"226000","area":"439"} , +{"type":"Feature","id":"n1239583154","geometry":{"type":"Point","coordinates":[-0.0964201,51.5724837]},"properties":{"@type":"node","@id":1239583154,"@timestamp":1302429608},"coords":"51.5724837,-0.0964201","bedrooms":"0","price":"240000","area":"629"} , +{"type":"Feature","id":"n1240049051","geometry":{"type":"Point","coordinates":[-0.2241343,51.20604]},"properties":{"@type":"node","@id":1240049051,"@timestamp":1616578879},"coords":"51.20604,-0.2241343","bedrooms":"0","price":"264000","area":"603"} , +{"type":"Feature","id":"n1240075457","geometry":{"type":"Point","coordinates":[-0.7037179,51.2945371]},"properties":{"@type":"node","@id":1240075457,"@timestamp":1368582444},"coords":"51.2945371,-0.7037179","bedrooms":"2","price":"167000","area":"548"} , +{"type":"Feature","id":"n1240075816","geometry":{"type":"Point","coordinates":[-0.6978633,51.2992344]},"properties":{"@type":"node","@id":1240075816,"@timestamp":1368582445},"coords":"51.2992344,-0.6978633","bedrooms":"0","price":"195000","area":"587"} , +{"type":"Feature","id":"n1240086478","geometry":{"type":"Point","coordinates":[-0.1949917,51.4937068]},"properties":{"@type":"node","@id":1240086478,"@timestamp":1615504514},"coords":"51.4937068,-0.1949917","bedrooms":"0","price":"195000","area":"362"} , +{"type":"Feature","id":"n1240112937","geometry":{"type":"Point","coordinates":[-0.0693996,51.8415082]},"properties":{"@type":"node","@id":1240112937,"@timestamp":1551962751},"coords":"51.8415082,-0.0693996","bedrooms":"1","price":"219000","area":"650"} , +{"type":"Feature","id":"n1240225417","geometry":{"type":"Point","coordinates":[-0.6158538,51.9574379]},"properties":{"@type":"node","@id":1240225417,"@timestamp":1614716472},"coords":"51.9574379,-0.6158538","bedrooms":"2","price":"206000","area":"379"} , +{"type":"Feature","id":"n1240358314","geometry":{"type":"Point","coordinates":[-0.3632408,51.3051339]},"properties":{"@type":"node","@id":1240358314,"@timestamp":1302470459},"coords":"51.3051339,-0.3632408","bedrooms":"4","price":"188000","area":"387"} , +{"type":"Feature","id":"n1240402081","geometry":{"type":"Point","coordinates":[-0.2404591,51.2133158]},"properties":{"@type":"node","@id":1240402081,"@timestamp":1302475067},"coords":"51.2133158,-0.2404591","bedrooms":"4","price":"155000","area":"509"} , +{"type":"Feature","id":"n1240423615","geometry":{"type":"Point","coordinates":[0.5591376,51.3942827]},"properties":{"@type":"node","@id":1240423615,"@timestamp":1337071419},"coords":"51.3942827,0.5591376","bedrooms":"3","price":"152000","area":"594"} , +{"type":"Feature","id":"n1240872798","geometry":{"type":"Point","coordinates":[0.3185956,51.4460193]},"properties":{"@type":"node","@id":1240872798,"@timestamp":1392471645},"coords":"51.4460193,0.3185956","bedrooms":"2","price":"159000","area":"587"} , +{"type":"Feature","id":"n1240998998","geometry":{"type":"Point","coordinates":[-0.1940163,51.6504841]},"properties":{"@type":"node","@id":1240998998,"@timestamp":1596752050},"coords":"51.6504841,-0.1940163","bedrooms":"4","price":"264000","area":"481"} , +{"type":"Feature","id":"n1241336939","geometry":{"type":"Point","coordinates":[-0.2602519,51.3212374]},"properties":{"@type":"node","@id":1241336939,"@timestamp":1593294021},"coords":"51.3212374,-0.2602519","bedrooms":"2","price":"170000","area":"410"} , +{"type":"Feature","id":"n1242079176","geometry":{"type":"Point","coordinates":[-0.7407834,51.4193188]},"properties":{"@type":"node","@id":1242079176,"@timestamp":1302622266},"coords":"51.4193188,-0.7407834","bedrooms":"1","price":"182000","area":"367"} , +{"type":"Feature","id":"n1242427795","geometry":{"type":"Point","coordinates":[-0.12842,51.5357014]},"properties":{"@type":"node","@id":1242427795,"@timestamp":1421533781},"coords":"51.5357014,-0.12842","bedrooms":"2","price":"286000","area":"496"} , +{"type":"Feature","id":"n1242507453","geometry":{"type":"Point","coordinates":[-0.8919545,51.0425323]},"properties":{"@type":"node","@id":1242507453,"@timestamp":1528401881},"coords":"51.0425323,-0.8919545","bedrooms":"4","price":"240000","area":"383"} , +{"type":"Feature","id":"n1242694209","geometry":{"type":"Point","coordinates":[-0.1292718,51.536471]},"properties":{"@type":"node","@id":1242694209,"@timestamp":1619899673},"coords":"51.536471,-0.1292718","bedrooms":"2","price":"254000","area":"563"} , +{"type":"Feature","id":"n1242694343","geometry":{"type":"Point","coordinates":[-0.1291658,51.5364859]},"properties":{"@type":"node","@id":1242694343,"@timestamp":1619899673},"coords":"51.5364859,-0.1291658","bedrooms":"2","price":"215000","area":"355"} , +{"type":"Feature","id":"n1242694482","geometry":{"type":"Point","coordinates":[-0.1292665,51.5349053]},"properties":{"@type":"node","@id":1242694482,"@timestamp":1619899673},"coords":"51.5349053,-0.1292665","bedrooms":"0","price":"186000","area":"394"} , +{"type":"Feature","id":"n1243038554","geometry":{"type":"Point","coordinates":[-0.8932118,51.4470179]},"properties":{"@type":"node","@id":1243038554,"@timestamp":1586414147},"coords":"51.4470179,-0.8932118","bedrooms":"4","price":"271000","area":"640"} , +{"type":"Feature","id":"n1243340306","geometry":{"type":"Point","coordinates":[0.9863341,51.0952157]},"properties":{"@type":"node","@id":1243340306,"@timestamp":1302707874},"coords":"51.0952157,0.9863341","bedrooms":"0","price":"176000","area":"598"} , +{"type":"Feature","id":"n1243352905","geometry":{"type":"Point","coordinates":[-0.8714254,51.4469427]},"properties":{"@type":"node","@id":1243352905,"@timestamp":1590337294},"coords":"51.4469427,-0.8714254","bedrooms":"2","price":"236000","area":"462"} , +{"type":"Feature","id":"n1243571940","geometry":{"type":"Point","coordinates":[-0.1380948,51.4904026]},"properties":{"@type":"node","@id":1243571940,"@timestamp":1417994040},"coords":"51.4904026,-0.1380948","bedrooms":"4","price":"223000","area":"661"} , +{"type":"Feature","id":"n1243572174","geometry":{"type":"Point","coordinates":[-0.1343031,51.4892426]},"properties":{"@type":"node","@id":1243572174,"@timestamp":1426440945},"coords":"51.4892426,-0.1343031","bedrooms":"2","price":"175000","area":"371"} , +{"type":"Feature","id":"n1243819214","geometry":{"type":"Point","coordinates":[-0.8890419,51.4413314]},"properties":{"@type":"node","@id":1243819214,"@timestamp":1302730769},"coords":"51.4413314,-0.8890419","bedrooms":"2","price":"278000","area":"487"} , +{"type":"Feature","id":"n1243829526","geometry":{"type":"Point","coordinates":[0.9023063,50.9305216]},"properties":{"@type":"node","@id":1243829526,"@timestamp":1302731359},"coords":"50.9305216,0.9023063","bedrooms":"4","price":"196000","area":"699"} , +{"type":"Feature","id":"n1243841937","geometry":{"type":"Point","coordinates":[-0.1339118,51.5533992]},"properties":{"@type":"node","@id":1243841937,"@timestamp":1302731784},"coords":"51.5533992,-0.1339118","bedrooms":"1","price":"246000","area":"670"} , +{"type":"Feature","id":"n1243926210","geometry":{"type":"Point","coordinates":[-0.0154677,51.5447405]},"properties":{"@type":"node","@id":1243926210,"@timestamp":1500203679},"coords":"51.5447405,-0.0154677","bedrooms":"2","price":"204000","area":"400"} , +{"type":"Feature","id":"n1243926403","geometry":{"type":"Point","coordinates":[-0.0006673,51.5448403]},"properties":{"@type":"node","@id":1243926403,"@timestamp":1500203680},"coords":"51.5448403,-0.0006673","bedrooms":"2","price":"282000","area":"534"} , +{"type":"Feature","id":"n1243926509","geometry":{"type":"Point","coordinates":[-0.00137,51.544847]},"properties":{"@type":"node","@id":1243926509,"@timestamp":1500203680},"coords":"51.544847,-0.00137","bedrooms":"2","price":"180000","area":"543"} , +{"type":"Feature","id":"n1244151082","geometry":{"type":"Point","coordinates":[0.6641369,51.7199566]},"properties":{"@type":"node","@id":1244151082,"@timestamp":1302768738},"coords":"51.7199566,0.6641369","bedrooms":"4","price":"183000","area":"617"} , +{"type":"Feature","id":"n1244367176","geometry":{"type":"Point","coordinates":[-0.2021043,51.9041931]},"properties":{"@type":"node","@id":1244367176,"@timestamp":1579793325},"coords":"51.9041931,-0.2021043","bedrooms":"4","price":"280000","area":"497"} , +{"type":"Feature","id":"n1244844049","geometry":{"type":"Point","coordinates":[0.0065715,51.5361206]},"properties":{"@type":"node","@id":1244844049,"@timestamp":1600445923},"coords":"51.5361206,0.0065715","bedrooms":"0","price":"198000","area":"444"} , +{"type":"Feature","id":"n1244886440","geometry":{"type":"Point","coordinates":[0.0559869,51.551858]},"properties":{"@type":"node","@id":1244886440,"@timestamp":1565678744},"coords":"51.551858,0.0559869","bedrooms":"2","price":"164000","area":"439"} , +{"type":"Feature","id":"n1245501350","geometry":{"type":"Point","coordinates":[0.0878796,51.6740658]},"properties":{"@type":"node","@id":1245501350,"@timestamp":1608107186},"coords":"51.6740658,0.0878796","bedrooms":"4","price":"258000","area":"481"} , +{"type":"Feature","id":"n1245715772","geometry":{"type":"Point","coordinates":[0.5339152,51.6332157]},"properties":{"@type":"node","@id":1245715772,"@timestamp":1302883801},"coords":"51.6332157,0.5339152","bedrooms":"0","price":"237000","area":"569"} , +{"type":"Feature","id":"n1245715798","geometry":{"type":"Point","coordinates":[0.5149415,51.675363]},"properties":{"@type":"node","@id":1245715798,"@timestamp":1363049584},"coords":"51.675363,0.5149415","bedrooms":"3","price":"167000","area":"420"} , +{"type":"Feature","id":"n1245715876","geometry":{"type":"Point","coordinates":[0.5312384,51.6389057]},"properties":{"@type":"node","@id":1245715876,"@timestamp":1302883805},"coords":"51.6389057,0.5312384","bedrooms":"3","price":"178000","area":"368"} , +{"type":"Feature","id":"n1245715940","geometry":{"type":"Point","coordinates":[0.5969551,51.6500396]},"properties":{"@type":"node","@id":1245715940,"@timestamp":1302883807},"coords":"51.6500396,0.5969551","bedrooms":"4","price":"260000","area":"663"} , +{"type":"Feature","id":"n1245738911","geometry":{"type":"Point","coordinates":[0.6640375,51.6974519]},"properties":{"@type":"node","@id":1245738911,"@timestamp":1328521744},"coords":"51.6974519,0.6640375","bedrooms":"0","price":"292000","area":"670"} , +{"type":"Feature","id":"n1245738970","geometry":{"type":"Point","coordinates":[0.6624787,51.7091199]},"properties":{"@type":"node","@id":1245738970,"@timestamp":1328521746},"coords":"51.7091199,0.6624787","bedrooms":"0","price":"264000","area":"540"} , +{"type":"Feature","id":"n1245739033","geometry":{"type":"Point","coordinates":[0.6572457,51.710034]},"properties":{"@type":"node","@id":1245739033,"@timestamp":1617284037},"coords":"51.710034,0.6572457","bedrooms":"2","price":"280000","area":"561"} , +{"type":"Feature","id":"n1245739101","geometry":{"type":"Point","coordinates":[0.6637639,51.6983034]},"properties":{"@type":"node","@id":1245739101,"@timestamp":1328521750},"coords":"51.6983034,0.6637639","bedrooms":"0","price":"211000","area":"600"} , +{"type":"Feature","id":"n1245739176","geometry":{"type":"Point","coordinates":[0.6651178,51.6903266]},"properties":{"@type":"node","@id":1245739176,"@timestamp":1328521751},"coords":"51.6903266,0.6651178","bedrooms":"1","price":"285000","area":"492"} , +{"type":"Feature","id":"n1245973427","geometry":{"type":"Point","coordinates":[-0.2732072,51.5076495]},"properties":{"@type":"node","@id":1245973427,"@timestamp":1302892741},"coords":"51.5076495,-0.2732072","bedrooms":"3","price":"234000","area":"646"} , +{"type":"Feature","id":"n1246222734","geometry":{"type":"Point","coordinates":[-0.1790547,51.540739]},"properties":{"@type":"node","@id":1246222734,"@timestamp":1391276714},"coords":"51.540739,-0.1790547","bedrooms":"3","price":"192000","area":"536"} , +{"type":"Feature","id":"n1246231902","geometry":{"type":"Point","coordinates":[-0.1752906,51.5285067]},"properties":{"@type":"node","@id":1246231902,"@timestamp":1489254238},"coords":"51.5285067,-0.1752906","bedrooms":"0","price":"205000","area":"448"} , +{"type":"Feature","id":"n1246408616","geometry":{"type":"Point","coordinates":[0.0031647,51.6489]},"properties":{"@type":"node","@id":1246408616,"@timestamp":1374072323},"coords":"51.6489,0.0031647","bedrooms":"4","price":"219000","area":"514"} , +{"type":"Feature","id":"n1246683152","geometry":{"type":"Point","coordinates":[-0.3957922,51.6550613]},"properties":{"@type":"node","@id":1246683152,"@timestamp":1302952936},"coords":"51.6550613,-0.3957922","bedrooms":"2","price":"298000","area":"441"} , +{"type":"Feature","id":"n1246735982","geometry":{"type":"Point","coordinates":[0.5132844,51.4504698]},"properties":{"@type":"node","@id":1246735982,"@timestamp":1302951094},"coords":"51.4504698,0.5132844","bedrooms":"0","price":"193000","area":"644"} , +{"type":"Feature","id":"n1246941961","geometry":{"type":"Point","coordinates":[-1.0441662,51.5173937]},"properties":{"@type":"node","@id":1246941961,"@timestamp":1604336245},"coords":"51.5173937,-1.0441662","bedrooms":"0","price":"181000","area":"543"} , +{"type":"Feature","id":"n1246999371","geometry":{"type":"Point","coordinates":[-0.0038969,51.5363]},"properties":{"@type":"node","@id":1246999371,"@timestamp":1629190438},"coords":"51.5363,-0.0038969","bedrooms":"3","price":"285000","area":"695"} , +{"type":"Feature","id":"n1247186072","geometry":{"type":"Point","coordinates":[0.6090063,51.3422024]},"properties":{"@type":"node","@id":1247186072,"@timestamp":1628785147},"coords":"51.3422024,0.6090063","bedrooms":"2","price":"275000","area":"352"} , +{"type":"Feature","id":"n1247253631","geometry":{"type":"Point","coordinates":[0.2809081,51.4306717]},"properties":{"@type":"node","@id":1247253631,"@timestamp":1302974983},"coords":"51.4306717,0.2809081","bedrooms":"1","price":"240000","area":"486"} , +{"type":"Feature","id":"n1247411127","geometry":{"type":"Point","coordinates":[0.5220417,51.3794101]},"properties":{"@type":"node","@id":1247411127,"@timestamp":1302980323},"coords":"51.3794101,0.5220417","bedrooms":"1","price":"268000","area":"376"} , +{"type":"Feature","id":"n1247595259","geometry":{"type":"Point","coordinates":[-0.380195,51.5904882]},"properties":{"@type":"node","@id":1247595259,"@timestamp":1564911793},"coords":"51.5904882,-0.380195","bedrooms":"2","price":"294000","area":"599"} , +{"type":"Feature","id":"n1247634703","geometry":{"type":"Point","coordinates":[-0.9581094,51.8481661]},"properties":{"@type":"node","@id":1247634703,"@timestamp":1614944286},"coords":"51.8481661,-0.9581094","bedrooms":"1","price":"161000","area":"672"} , +{"type":"Feature","id":"n1247659358","geometry":{"type":"Point","coordinates":[-0.0368797,51.6614559]},"properties":{"@type":"node","@id":1247659358,"@timestamp":1602504111},"coords":"51.6614559,-0.0368797","bedrooms":"1","price":"225000","area":"363"} , +{"type":"Feature","id":"n1247727477","geometry":{"type":"Point","coordinates":[-0.1393716,51.0425494]},"properties":{"@type":"node","@id":1247727477,"@timestamp":1592674050},"coords":"51.0425494,-0.1393716","bedrooms":"3","price":"288000","area":"689"} , +{"type":"Feature","id":"n1247728611","geometry":{"type":"Point","coordinates":[-0.1358687,51.014437]},"properties":{"@type":"node","@id":1247728611,"@timestamp":1608479934},"coords":"51.014437,-0.1358687","bedrooms":"2","price":"253000","area":"655"} , +{"type":"Feature","id":"n1248469130","geometry":{"type":"Point","coordinates":[0.6486851,51.5766737]},"properties":{"@type":"node","@id":1248469130,"@timestamp":1303060139},"coords":"51.5766737,0.6486851","bedrooms":"1","price":"248000","area":"693"} , +{"type":"Feature","id":"n1248767024","geometry":{"type":"Point","coordinates":[-0.2021883,51.461112]},"properties":{"@type":"node","@id":1248767024,"@timestamp":1623709551},"coords":"51.461112,-0.2021883","bedrooms":"0","price":"232000","area":"501"} , +{"type":"Feature","id":"n1248959916","geometry":{"type":"Point","coordinates":[-0.6385402,51.6483108]},"properties":{"@type":"node","@id":1248959916,"@timestamp":1534797849},"coords":"51.6483108,-0.6385402","bedrooms":"4","price":"194000","area":"564"} , +{"type":"Feature","id":"n1249325506","geometry":{"type":"Point","coordinates":[-1.0520298,51.072277]},"properties":{"@type":"node","@id":1249325506,"@timestamp":1303085052},"coords":"51.072277,-1.0520298","bedrooms":"4","price":"276000","area":"500"} , +{"type":"Feature","id":"n1249325567","geometry":{"type":"Point","coordinates":[-1.0490598,51.0742869]},"properties":{"@type":"node","@id":1249325567,"@timestamp":1303085055},"coords":"51.0742869,-1.0490598","bedrooms":"4","price":"191000","area":"634"} , +{"type":"Feature","id":"n1249482200","geometry":{"type":"Point","coordinates":[-0.1024685,51.5045733]},"properties":{"@type":"node","@id":1249482200,"@timestamp":1630358371},"coords":"51.5045733,-0.1024685","bedrooms":"1","price":"267000","area":"459"} , +{"type":"Feature","id":"n1250315793","geometry":{"type":"Point","coordinates":[0.7347516,51.9450915]},"properties":{"@type":"node","@id":1250315793,"@timestamp":1330803750},"coords":"51.9450915,0.7347516","bedrooms":"1","price":"266000","area":"507"} , +{"type":"Feature","id":"n1250571713","geometry":{"type":"Point","coordinates":[0.6353528,51.767743]},"properties":{"@type":"node","@id":1250571713,"@timestamp":1303163236},"coords":"51.767743,0.6353528","bedrooms":"2","price":"296000","area":"350"} , +{"type":"Feature","id":"n1250984615","geometry":{"type":"Point","coordinates":[-1.0027619,51.4359221]},"properties":{"@type":"node","@id":1250984615,"@timestamp":1499906030},"coords":"51.4359221,-1.0027619","bedrooms":"3","price":"174000","area":"377"} , +{"type":"Feature","id":"n1251057659","geometry":{"type":"Point","coordinates":[0.6883448,51.7290379]},"properties":{"@type":"node","@id":1251057659,"@timestamp":1303212590},"coords":"51.7290379,0.6883448","bedrooms":"0","price":"211000","area":"690"} , +{"type":"Feature","id":"n1251057797","geometry":{"type":"Point","coordinates":[0.7694454,51.7082139]},"properties":{"@type":"node","@id":1251057797,"@timestamp":1303212600},"coords":"51.7082139,0.7694454","bedrooms":"4","price":"280000","area":"592"} , +{"type":"Feature","id":"n1251533168","geometry":{"type":"Point","coordinates":[-0.0753169,51.4886236]},"properties":{"@type":"node","@id":1251533168,"@timestamp":1350057129},"coords":"51.4886236,-0.0753169","bedrooms":"3","price":"163000","area":"692"} , +{"type":"Feature","id":"n1251878890","geometry":{"type":"Point","coordinates":[-0.399534,51.8730424]},"properties":{"@type":"node","@id":1251878890,"@timestamp":1303252169},"coords":"51.8730424,-0.399534","bedrooms":"0","price":"247000","area":"406"} , +{"type":"Feature","id":"n1252239230","geometry":{"type":"Point","coordinates":[-0.1926045,51.6497119]},"properties":{"@type":"node","@id":1252239230,"@timestamp":1551298466},"coords":"51.6497119,-0.1926045","bedrooms":"0","price":"208000","area":"567"} , +{"type":"Feature","id":"n1252551290","geometry":{"type":"Point","coordinates":[0.0116809,51.4383444]},"properties":{"@type":"node","@id":1252551290,"@timestamp":1337112190},"coords":"51.4383444,0.0116809","bedrooms":"3","price":"250000","area":"586"} , +{"type":"Feature","id":"n1252968448","geometry":{"type":"Point","coordinates":[-0.7053679,51.6695673]},"properties":{"@type":"node","@id":1252968448,"@timestamp":1303328482},"coords":"51.6695673,-0.7053679","bedrooms":"2","price":"207000","area":"465"} , +{"type":"Feature","id":"n1253161259","geometry":{"type":"Point","coordinates":[0.6920644,51.0848635]},"properties":{"@type":"node","@id":1253161259,"@timestamp":1303492222},"coords":"51.0848635,0.6920644","bedrooms":"1","price":"251000","area":"451"} , +{"type":"Feature","id":"n1253198040","geometry":{"type":"Point","coordinates":[-0.1181753,51.5634335]},"properties":{"@type":"node","@id":1253198040,"@timestamp":1543775719},"coords":"51.5634335,-0.1181753","bedrooms":"3","price":"176000","area":"420"} , +{"type":"Feature","id":"n1253219095","geometry":{"type":"Point","coordinates":[-0.1191163,51.5643023]},"properties":{"@type":"node","@id":1253219095,"@timestamp":1303341743},"coords":"51.5643023,-0.1191163","bedrooms":"4","price":"150000","area":"592"} , +{"type":"Feature","id":"n1253268661","geometry":{"type":"Point","coordinates":[-0.1175946,51.3378891]},"properties":{"@type":"node","@id":1253268661,"@timestamp":1564911793},"coords":"51.3378891,-0.1175946","bedrooms":"2","price":"265000","area":"606"} , +{"type":"Feature","id":"n1253819234","geometry":{"type":"Point","coordinates":[-0.0843474,51.6523222]},"properties":{"@type":"node","@id":1253819234,"@timestamp":1306709476},"coords":"51.6523222,-0.0843474","bedrooms":"4","price":"272000","area":"542"} , +{"type":"Feature","id":"n1254360381","geometry":{"type":"Point","coordinates":[-0.8947284,51.3194026]},"properties":{"@type":"node","@id":1254360381,"@timestamp":1303411706},"coords":"51.3194026,-0.8947284","bedrooms":"1","price":"162000","area":"564"} , +{"type":"Feature","id":"n1254585791","geometry":{"type":"Point","coordinates":[-0.3163385,51.5924756]},"properties":{"@type":"node","@id":1254585791,"@timestamp":1622364643},"coords":"51.5924756,-0.3163385","bedrooms":"2","price":"171000","area":"403"} , +{"type":"Feature","id":"n1254685041","geometry":{"type":"Point","coordinates":[-0.0850848,51.0876999]},"properties":{"@type":"node","@id":1254685041,"@timestamp":1399847821},"coords":"51.0876999,-0.0850848","bedrooms":"1","price":"238000","area":"358"} , +{"type":"Feature","id":"n1254909833","geometry":{"type":"Point","coordinates":[0.2618109,51.5605224]},"properties":{"@type":"node","@id":1254909833,"@timestamp":1619892354},"coords":"51.5605224,0.2618109","bedrooms":"1","price":"194000","area":"560"} , +{"type":"Feature","id":"n1254909885","geometry":{"type":"Point","coordinates":[0.2614711,51.560011]},"properties":{"@type":"node","@id":1254909885,"@timestamp":1619873647},"coords":"51.560011,0.2614711","bedrooms":"1","price":"265000","area":"647"} , +{"type":"Feature","id":"n1254952560","geometry":{"type":"Point","coordinates":[0.0895089,51.537563]},"properties":{"@type":"node","@id":1254952560,"@timestamp":1619893765},"coords":"51.537563,0.0895089","bedrooms":"3","price":"298000","area":"415"} , +{"type":"Feature","id":"n1255212518","geometry":{"type":"Point","coordinates":[-0.1806067,51.4749331]},"properties":{"@type":"node","@id":1255212518,"@timestamp":1614526563},"coords":"51.4749331,-0.1806067","bedrooms":"3","price":"268000","area":"652"} , +{"type":"Feature","id":"n1255369117","geometry":{"type":"Point","coordinates":[-0.0816402,51.5178258]},"properties":{"@type":"node","@id":1255369117,"@timestamp":1469273574},"coords":"51.5178258,-0.0816402","bedrooms":"3","price":"158000","area":"492"} , +{"type":"Feature","id":"n1255395615","geometry":{"type":"Point","coordinates":[-0.085507,51.1088375]},"properties":{"@type":"node","@id":1255395615,"@timestamp":1303479325},"coords":"51.1088375,-0.085507","bedrooms":"4","price":"273000","area":"432"} , +{"type":"Feature","id":"n1255605310","geometry":{"type":"Point","coordinates":[0.8573604,51.7751056]},"properties":{"@type":"node","@id":1255605310,"@timestamp":1454191730},"coords":"51.7751056,0.8573604","bedrooms":"1","price":"254000","area":"381"} , +{"type":"Feature","id":"n1255607429","geometry":{"type":"Point","coordinates":[0.8725231,51.7796069]},"properties":{"@type":"node","@id":1255607429,"@timestamp":1303492468},"coords":"51.7796069,0.8725231","bedrooms":"1","price":"292000","area":"658"} , +{"type":"Feature","id":"n1255800544","geometry":{"type":"Point","coordinates":[-0.1474558,51.0173489]},"properties":{"@type":"node","@id":1255800544,"@timestamp":1342285645},"coords":"51.0173489,-0.1474558","bedrooms":"3","price":"241000","area":"572"} , +{"type":"Feature","id":"n1255833190","geometry":{"type":"Point","coordinates":[-0.1771918,51.5165159]},"properties":{"@type":"node","@id":1255833190,"@timestamp":1562857831},"coords":"51.5165159,-0.1771918","bedrooms":"1","price":"220000","area":"437"} , +{"type":"Feature","id":"n1255850990","geometry":{"type":"Point","coordinates":[0.1691295,51.906313]},"properties":{"@type":"node","@id":1255850990,"@timestamp":1327982290},"coords":"51.906313,0.1691295","bedrooms":"1","price":"197000","area":"608"} , +{"type":"Feature","id":"n1255947706","geometry":{"type":"Point","coordinates":[-0.1386576,51.2833058]},"properties":{"@type":"node","@id":1255947706,"@timestamp":1303506703},"coords":"51.2833058,-0.1386576","bedrooms":"3","price":"165000","area":"488"} , +{"type":"Feature","id":"n1256728426","geometry":{"type":"Point","coordinates":[-1.0893429,51.2483869]},"properties":{"@type":"node","@id":1256728426,"@timestamp":1515449134},"coords":"51.2483869,-1.0893429","bedrooms":"1","price":"294000","area":"531"} , +{"type":"Feature","id":"n1256798885","geometry":{"type":"Point","coordinates":[0.8748593,51.7720837]},"properties":{"@type":"node","@id":1256798885,"@timestamp":1303572703},"coords":"51.7720837,0.8748593","bedrooms":"3","price":"184000","area":"660"} , +{"type":"Feature","id":"n1256875755","geometry":{"type":"Point","coordinates":[-0.0683177,51.7404697]},"properties":{"@type":"node","@id":1256875755,"@timestamp":1442754305},"coords":"51.7404697,-0.0683177","bedrooms":"1","price":"180000","area":"475"} , +{"type":"Feature","id":"n1257066384","geometry":{"type":"Point","coordinates":[-0.3150168,51.3512119]},"properties":{"@type":"node","@id":1257066384,"@timestamp":1303683179},"coords":"51.3512119,-0.3150168","bedrooms":"3","price":"173000","area":"388"} , +{"type":"Feature","id":"n1257181687","geometry":{"type":"Point","coordinates":[-0.1193817,51.4550785]},"properties":{"@type":"node","@id":1257181687,"@timestamp":1409904059},"coords":"51.4550785,-0.1193817","bedrooms":"4","price":"195000","area":"555"} , +{"type":"Feature","id":"n1257690738","geometry":{"type":"Point","coordinates":[0.8273411,51.8626052]},"properties":{"@type":"node","@id":1257690738,"@timestamp":1303632406},"coords":"51.8626052,0.8273411","bedrooms":"0","price":"184000","area":"365"} , +{"type":"Feature","id":"n1257690963","geometry":{"type":"Point","coordinates":[0.8303877,51.8635036]},"properties":{"@type":"node","@id":1257690963,"@timestamp":1303632416},"coords":"51.8635036,0.8303877","bedrooms":"2","price":"251000","area":"421"} , +{"type":"Feature","id":"n1257775879","geometry":{"type":"Point","coordinates":[-0.9624412,51.8529249]},"properties":{"@type":"node","@id":1257775879,"@timestamp":1303638534,"type":"NDB"},"coords":"51.8529249,-0.9624412","bedrooms":"2","price":"200000","area":"417"} , +{"type":"Feature","id":"n1258342242","geometry":{"type":"Point","coordinates":[-0.5967327,51.6044376]},"properties":{"@type":"node","@id":1258342242,"@timestamp":1316881204},"coords":"51.6044376,-0.5967327","bedrooms":"1","price":"190000","area":"519"} , +{"type":"Feature","id":"n1258483021","geometry":{"type":"Point","coordinates":[-0.1776282,51.4987895]},"properties":{"@type":"node","@id":1258483021,"@timestamp":1586086016},"coords":"51.4987895,-0.1776282","bedrooms":"0","price":"298000","area":"685"} , +{"type":"Feature","id":"n1258790215","geometry":{"type":"Point","coordinates":[-0.8735585,51.9728253]},"properties":{"@type":"node","@id":1258790215,"@timestamp":1635418602},"coords":"51.9728253,-0.8735585","bedrooms":"2","price":"242000","area":"381"} , +{"type":"Feature","id":"n1258848305","geometry":{"type":"Point","coordinates":[-0.3130065,51.3558755]},"properties":{"@type":"node","@id":1258848305,"@timestamp":1303683167},"coords":"51.3558755,-0.3130065","bedrooms":"2","price":"254000","area":"463"} , +{"type":"Feature","id":"n1258851517","geometry":{"type":"Point","coordinates":[0.6851519,51.8721852]},"properties":{"@type":"node","@id":1258851517,"@timestamp":1303683590},"coords":"51.8721852,0.6851519","bedrooms":"3","price":"234000","area":"569"} , +{"type":"Feature","id":"n1259146759","geometry":{"type":"Point","coordinates":[0.455849,51.3038738]},"properties":{"@type":"node","@id":1259146759,"@timestamp":1606040675},"coords":"51.3038738,0.455849","bedrooms":"4","price":"209000","area":"670"} , +{"type":"Feature","id":"n1259288382","geometry":{"type":"Point","coordinates":[-0.7882434,51.806759]},"properties":{"@type":"node","@id":1259288382,"@timestamp":1303725055},"coords":"51.806759,-0.7882434","bedrooms":"0","price":"157000","area":"615"} , +{"type":"Feature","id":"n1259305921","geometry":{"type":"Point","coordinates":[-0.7795491,51.8042145]},"properties":{"@type":"node","@id":1259305921,"@timestamp":1635935985},"coords":"51.8042145,-0.7795491","bedrooms":"4","price":"234000","area":"377"} , +{"type":"Feature","id":"n1259408516","geometry":{"type":"Point","coordinates":[-0.9341894,51.0039917]},"properties":{"@type":"node","@id":1259408516,"@timestamp":1630665451},"coords":"51.0039917,-0.9341894","bedrooms":"4","price":"160000","area":"569"} , +{"type":"Feature","id":"n1259555599","geometry":{"type":"Point","coordinates":[-0.2948124,51.9938176]},"properties":{"@type":"node","@id":1259555599,"@timestamp":1303739929},"coords":"51.9938176,-0.2948124","bedrooms":"0","price":"233000","area":"653"} , +{"type":"Feature","id":"n1259556140","geometry":{"type":"Point","coordinates":[-0.2908159,51.9860466]},"properties":{"@type":"node","@id":1259556140,"@timestamp":1303739947},"coords":"51.9860466,-0.2908159","bedrooms":"4","price":"218000","area":"431"} , +{"type":"Feature","id":"n1259556632","geometry":{"type":"Point","coordinates":[-0.2906067,51.9856648]},"properties":{"@type":"node","@id":1259556632,"@timestamp":1303739960},"coords":"51.9856648,-0.2906067","bedrooms":"0","price":"182000","area":"363"} , +{"type":"Feature","id":"n1259814245","geometry":{"type":"Point","coordinates":[-0.4013926,51.8752739]},"properties":{"@type":"node","@id":1259814245,"@timestamp":1519652773},"coords":"51.8752739,-0.4013926","bedrooms":"3","price":"172000","area":"434"} , +{"type":"Feature","id":"n1259836810","geometry":{"type":"Point","coordinates":[-0.4770575,51.9015275]},"properties":{"@type":"node","@id":1259836810,"@timestamp":1303751466},"coords":"51.9015275,-0.4770575","bedrooms":"1","price":"200000","area":"469"} , +{"type":"Feature","id":"n1259836882","geometry":{"type":"Point","coordinates":[-0.4701052,51.8921759]},"properties":{"@type":"node","@id":1259836882,"@timestamp":1303751468},"coords":"51.8921759,-0.4701052","bedrooms":"3","price":"207000","area":"416"} , +{"type":"Feature","id":"n1260066212","geometry":{"type":"Point","coordinates":[-0.0353459,51.6628712]},"properties":{"@type":"node","@id":1260066212,"@timestamp":1602851097},"coords":"51.6628712,-0.0353459","bedrooms":"1","price":"203000","area":"385"} , +{"type":"Feature","id":"n1260075145","geometry":{"type":"Point","coordinates":[-0.5083105,51.9308307]},"properties":{"@type":"node","@id":1260075145,"@timestamp":1303761515},"coords":"51.9308307,-0.5083105","bedrooms":"1","price":"283000","area":"357"} , +{"type":"Feature","id":"n1260078786","geometry":{"type":"Point","coordinates":[0.0669744,51.9664811]},"properties":{"@type":"node","@id":1260078786,"@timestamp":1303761618},"coords":"51.9664811,0.0669744","bedrooms":"1","price":"160000","area":"604"} , +{"type":"Feature","id":"n1260123450","geometry":{"type":"Point","coordinates":[0.06374,51.9657174]},"properties":{"@type":"node","@id":1260123450,"@timestamp":1303763553},"coords":"51.9657174,0.06374","bedrooms":"4","price":"292000","area":"509"} , +{"type":"Feature","id":"n1260123595","geometry":{"type":"Point","coordinates":[0.0641798,51.9657374]},"properties":{"@type":"node","@id":1260123595,"@timestamp":1303763557},"coords":"51.9657374,0.0641798","bedrooms":"4","price":"174000","area":"388"} , +{"type":"Feature","id":"n1260255476","geometry":{"type":"Point","coordinates":[-0.9089885,51.4368318]},"properties":{"@type":"node","@id":1260255476,"@timestamp":1490642400},"coords":"51.4368318,-0.9089885","bedrooms":"1","price":"298000","area":"503"} , +{"type":"Feature","id":"n1260315666","geometry":{"type":"Point","coordinates":[-0.1285489,50.9544794]},"properties":{"@type":"node","@id":1260315666,"@timestamp":1618042760},"coords":"50.9544794,-0.1285489","bedrooms":"1","price":"171000","area":"648"} , +{"type":"Feature","id":"n1260738963","geometry":{"type":"Point","coordinates":[0.5178389,51.4429138]},"properties":{"@type":"node","@id":1260738963,"@timestamp":1303823139},"coords":"51.4429138,0.5178389","bedrooms":"0","price":"154000","area":"610"} , +{"type":"Feature","id":"n1260927879","geometry":{"type":"Point","coordinates":[-0.0988482,51.5403596]},"properties":{"@type":"node","@id":1260927879,"@timestamp":1365442975},"coords":"51.5403596,-0.0988482","bedrooms":"0","price":"237000","area":"394"} , +{"type":"Feature","id":"n1260927906","geometry":{"type":"Point","coordinates":[-0.0989503,51.5402985]},"properties":{"@type":"node","@id":1260927906,"@timestamp":1365442975},"coords":"51.5402985,-0.0989503","bedrooms":"4","price":"234000","area":"415"} , +{"type":"Feature","id":"n1261023194","geometry":{"type":"Point","coordinates":[0.5074077,51.830121]},"properties":{"@type":"node","@id":1261023194,"@timestamp":1303838600},"coords":"51.830121,0.5074077","bedrooms":"2","price":"194000","area":"669"} , +{"type":"Feature","id":"n1261095247","geometry":{"type":"Point","coordinates":[0.466456,51.774088]},"properties":{"@type":"node","@id":1261095247,"@timestamp":1564539900},"coords":"51.774088,0.466456","bedrooms":"1","price":"170000","area":"670"} , +{"type":"Feature","id":"n1261343731","geometry":{"type":"Point","coordinates":[0.3695689,51.4411804]},"properties":{"@type":"node","@id":1261343731,"@timestamp":1632742939},"coords":"51.4411804,0.3695689","bedrooms":"1","price":"298000","area":"577"} , +{"type":"Feature","id":"n1261384178","geometry":{"type":"Point","coordinates":[-0.0397032,51.0911138]},"properties":{"@type":"node","@id":1261384178,"@timestamp":1617307157},"coords":"51.0911138,-0.0397032","bedrooms":"0","price":"253000","area":"391"} , +{"type":"Feature","id":"n1261384312","geometry":{"type":"Point","coordinates":[-0.0471231,51.0427131]},"properties":{"@type":"node","@id":1261384312,"@timestamp":1303852381},"coords":"51.0427131,-0.0471231","bedrooms":"1","price":"193000","area":"434"} , +{"type":"Feature","id":"n1261384429","geometry":{"type":"Point","coordinates":[-0.0434848,51.0788676]},"properties":{"@type":"node","@id":1261384429,"@timestamp":1619445577},"coords":"51.0788676,-0.0434848","bedrooms":"0","price":"177000","area":"385"} , +{"type":"Feature","id":"n1261483437","geometry":{"type":"Point","coordinates":[-0.1784184,51.5569795]},"properties":{"@type":"node","@id":1261483437,"@timestamp":1357603070},"coords":"51.5569795,-0.1784184","bedrooms":"2","price":"242000","area":"602"} , +{"type":"Feature","id":"n1261572458","geometry":{"type":"Point","coordinates":[-0.1544755,51.5171582]},"properties":{"@type":"node","@id":1261572458,"@timestamp":1368784551},"coords":"51.5171582,-0.1544755","bedrooms":"2","price":"218000","area":"350"} , +{"type":"Feature","id":"n1261891682","geometry":{"type":"Point","coordinates":[-0.1271168,51.5111684]},"properties":{"@type":"node","@id":1261891682,"@timestamp":1323131118},"coords":"51.5111684,-0.1271168","bedrooms":"2","price":"259000","area":"556"} , +{"type":"Feature","id":"n1261925996","geometry":{"type":"Point","coordinates":[-0.1821693,51.551789]},"properties":{"@type":"node","@id":1261925996,"@timestamp":1583016013},"coords":"51.551789,-0.1821693","bedrooms":"2","price":"229000","area":"669"} , +{"type":"Feature","id":"n1261987493","geometry":{"type":"Point","coordinates":[0.5205705,51.3770699]},"properties":{"@type":"node","@id":1261987493,"@timestamp":1590428339},"coords":"51.3770699,0.5205705","bedrooms":"0","price":"189000","area":"514"} , +{"type":"Feature","id":"n1262111054","geometry":{"type":"Point","coordinates":[0.4599385,51.7784468]},"properties":{"@type":"node","@id":1262111054,"@timestamp":1303914829},"coords":"51.7784468,0.4599385","bedrooms":"4","price":"155000","area":"567"} , +{"type":"Feature","id":"n1262333025","geometry":{"type":"Point","coordinates":[-0.1293924,51.2794441]},"properties":{"@type":"node","@id":1262333025,"@timestamp":1319644224},"coords":"51.2794441,-0.1293924","bedrooms":"4","price":"252000","area":"583"} , +{"type":"Feature","id":"n1262555655","geometry":{"type":"Point","coordinates":[-0.4178657,51.2162612]},"properties":{"@type":"node","@id":1262555655,"@timestamp":1463080984},"coords":"51.2162612,-0.4178657","bedrooms":"0","price":"177000","area":"674"} , +{"type":"Feature","id":"n1262600400","geometry":{"type":"Point","coordinates":[0.025516,51.6154666]},"properties":{"@type":"node","@id":1262600400,"@timestamp":1303942256},"coords":"51.6154666,0.025516","bedrooms":"4","price":"165000","area":"652"} , +{"type":"Feature","id":"n1262613614","geometry":{"type":"Point","coordinates":[-0.1570959,51.543133]},"properties":{"@type":"node","@id":1262613614,"@timestamp":1588588927},"coords":"51.543133,-0.1570959","bedrooms":"1","price":"215000","area":"499"} , +{"type":"Feature","id":"n1262651221","geometry":{"type":"Point","coordinates":[-0.1530613,51.5166653]},"properties":{"@type":"node","@id":1262651221,"@timestamp":1368783551},"coords":"51.5166653,-0.1530613","bedrooms":"3","price":"281000","area":"351"} , +{"type":"Feature","id":"n1262681731","geometry":{"type":"Point","coordinates":[-0.1518698,51.5169541]},"properties":{"@type":"node","@id":1262681731,"@timestamp":1626028949},"coords":"51.5169541,-0.1518698","bedrooms":"0","price":"221000","area":"572"} , +{"type":"Feature","id":"n1262681768","geometry":{"type":"Point","coordinates":[-0.1520219,51.5175321]},"properties":{"@type":"node","@id":1262681768,"@timestamp":1368783541},"coords":"51.5175321,-0.1520219","bedrooms":"0","price":"213000","area":"689"} , +{"type":"Feature","id":"n1263027660","geometry":{"type":"Point","coordinates":[-0.1252429,51.5008813]},"properties":{"@type":"node","@id":1263027660,"@timestamp":1624198908},"coords":"51.5008813,-0.1252429","bedrooms":"3","price":"161000","area":"682"} , +{"type":"Feature","id":"n1263242231","geometry":{"type":"Point","coordinates":[-0.1335813,51.5283344]},"properties":{"@type":"node","@id":1263242231,"@timestamp":1612911732},"coords":"51.5283344,-0.1335813","bedrooms":"2","price":"211000","area":"583"} , +{"type":"Feature","id":"n1263242270","geometry":{"type":"Point","coordinates":[-0.1331174,51.528528]},"properties":{"@type":"node","@id":1263242270,"@timestamp":1579625425},"coords":"51.528528,-0.1331174","bedrooms":"3","price":"242000","area":"668"} , +{"type":"Feature","id":"n1263339469","geometry":{"type":"Point","coordinates":[-0.1798012,51.5467923]},"properties":{"@type":"node","@id":1263339469,"@timestamp":1564911793},"coords":"51.5467923,-0.1798012","bedrooms":"2","price":"297000","area":"434"} , +{"type":"Feature","id":"n1263485928","geometry":{"type":"Point","coordinates":[-0.100903,51.4972606]},"properties":{"@type":"node","@id":1263485928,"@timestamp":1393025052},"coords":"51.4972606,-0.100903","bedrooms":"0","price":"237000","area":"430"} , +{"type":"Feature","id":"n1263961272","geometry":{"type":"Point","coordinates":[-0.1050615,51.5769096]},"properties":{"@type":"node","@id":1263961272,"@timestamp":1598384264},"coords":"51.5769096,-0.1050615","bedrooms":"2","price":"186000","area":"428"} , +{"type":"Feature","id":"n1264066385","geometry":{"type":"Point","coordinates":[-0.1179014,51.5949375]},"properties":{"@type":"node","@id":1264066385,"@timestamp":1627664482},"coords":"51.5949375,-0.1179014","bedrooms":"4","price":"184000","area":"501"} , +{"type":"Feature","id":"n1264366619","geometry":{"type":"Point","coordinates":[0.0586444,51.4507311]},"properties":{"@type":"node","@id":1264366619,"@timestamp":1635611540},"coords":"51.4507311,0.0586444","bedrooms":"0","price":"187000","area":"412"} , +{"type":"Feature","id":"n1264394201","geometry":{"type":"Point","coordinates":[-0.1534355,51.5226332]},"properties":{"@type":"node","@id":1264394201,"@timestamp":1552883594},"coords":"51.5226332,-0.1534355","bedrooms":"2","price":"243000","area":"467"} , +{"type":"Feature","id":"n1264400466","geometry":{"type":"Point","coordinates":[0.0173698,51.445953]},"properties":{"@type":"node","@id":1264400466,"@timestamp":1611509056},"coords":"51.445953,0.0173698","bedrooms":"3","price":"217000","area":"618"} , +{"type":"Feature","id":"n1264482797","geometry":{"type":"Point","coordinates":[-0.175365,51.5154795]},"properties":{"@type":"node","@id":1264482797,"@timestamp":1630669965},"coords":"51.5154795,-0.175365","bedrooms":"3","price":"279000","area":"418"} , +{"type":"Feature","id":"n1264660055","geometry":{"type":"Point","coordinates":[-0.1774004,51.516485]},"properties":{"@type":"node","@id":1264660055,"@timestamp":1566094183},"coords":"51.516485,-0.1774004","bedrooms":"1","price":"273000","area":"368"} , +{"type":"Feature","id":"n1264705751","geometry":{"type":"Point","coordinates":[-0.1662143,51.5203846]},"properties":{"@type":"node","@id":1264705751,"@timestamp":1630670225},"coords":"51.5203846,-0.1662143","bedrooms":"2","price":"228000","area":"356"} , +{"type":"Feature","id":"n1265050012","geometry":{"type":"Point","coordinates":[-0.1407081,51.5161183]},"properties":{"@type":"node","@id":1265050012,"@timestamp":1611805851},"coords":"51.5161183,-0.1407081","bedrooms":"4","price":"154000","area":"466"} , +{"type":"Feature","id":"n1265194544","geometry":{"type":"Point","coordinates":[0.6373648,51.7335568]},"properties":{"@type":"node","@id":1265194544,"@timestamp":1304096014},"coords":"51.7335568,0.6373648","bedrooms":"1","price":"274000","area":"387"} , +{"type":"Feature","id":"n1265370229","geometry":{"type":"Point","coordinates":[-0.3923405,51.6581155]},"properties":{"@type":"node","@id":1265370229,"@timestamp":1304536625},"coords":"51.6581155,-0.3923405","bedrooms":"0","price":"288000","area":"577"} , +{"type":"Feature","id":"n1265561677","geometry":{"type":"Point","coordinates":[-0.3925765,51.6575365]},"properties":{"@type":"node","@id":1265561677,"@timestamp":1304106943},"coords":"51.6575365,-0.3925765","bedrooms":"1","price":"268000","area":"666"} , +{"type":"Feature","id":"n1265864104","geometry":{"type":"Point","coordinates":[0.1490525,51.9062943]},"properties":{"@type":"node","@id":1265864104,"@timestamp":1304113546},"coords":"51.9062943,0.1490525","bedrooms":"0","price":"237000","area":"447"} , +{"type":"Feature","id":"n1265899681","geometry":{"type":"Point","coordinates":[0.4781457,51.7843352]},"properties":{"@type":"node","@id":1265899681,"@timestamp":1420130460},"coords":"51.7843352,0.4781457","bedrooms":"1","price":"236000","area":"635"} , +{"type":"Feature","id":"n1265992767","geometry":{"type":"Point","coordinates":[-0.674194,51.0505609]},"properties":{"@type":"node","@id":1265992767,"@timestamp":1304118314},"coords":"51.0505609,-0.674194","bedrooms":"2","price":"223000","area":"538"} , +{"type":"Feature","id":"n1266124410","geometry":{"type":"Point","coordinates":[-0.1542227,51.515567]},"properties":{"@type":"node","@id":1266124410,"@timestamp":1551421988},"coords":"51.515567,-0.1542227","bedrooms":"4","price":"298000","area":"692"} , +{"type":"Feature","id":"n1266124463","geometry":{"type":"Point","coordinates":[-0.1528869,51.5157913]},"properties":{"@type":"node","@id":1266124463,"@timestamp":1551418321},"coords":"51.5157913,-0.1528869","bedrooms":"4","price":"285000","area":"527"} , +{"type":"Feature","id":"n1267042663","geometry":{"type":"Point","coordinates":[0.4271653,51.7284212]},"properties":{"@type":"node","@id":1267042663,"@timestamp":1444591471},"coords":"51.7284212,0.4271653","bedrooms":"2","price":"238000","area":"675"} , +{"type":"Feature","id":"n1267077875","geometry":{"type":"Point","coordinates":[0.4805842,51.7027895]},"properties":{"@type":"node","@id":1267077875,"@timestamp":1487549328},"coords":"51.7027895,0.4805842","bedrooms":"2","price":"256000","area":"432"} , +{"type":"Feature","id":"n1267276317","geometry":{"type":"Point","coordinates":[0.5494157,51.3741313]},"properties":{"@type":"node","@id":1267276317,"@timestamp":1313268169},"coords":"51.3741313,0.5494157","bedrooms":"1","price":"220000","area":"585"} , +{"type":"Feature","id":"n1267551097","geometry":{"type":"Point","coordinates":[-0.0220881,51.3412447]},"properties":{"@type":"node","@id":1267551097,"@timestamp":1366141260},"coords":"51.3412447,-0.0220881","bedrooms":"3","price":"209000","area":"569"} , +{"type":"Feature","id":"n1267914616","geometry":{"type":"Point","coordinates":[0.4285214,51.7371628]},"properties":{"@type":"node","@id":1267914616,"@timestamp":1340539090},"coords":"51.7371628,0.4285214","bedrooms":"2","price":"153000","area":"670"} , +{"type":"Feature","id":"n1268083681","geometry":{"type":"Point","coordinates":[0.5290227,51.7920732]},"properties":{"@type":"node","@id":1268083681,"@timestamp":1304892869},"coords":"51.7920732,0.5290227","bedrooms":"3","price":"190000","area":"513"} , +{"type":"Feature","id":"n1268151154","geometry":{"type":"Point","coordinates":[-0.8967253,51.4464646]},"properties":{"@type":"node","@id":1268151154,"@timestamp":1387114785},"coords":"51.4464646,-0.8967253","bedrooms":"4","price":"232000","area":"660"} , +{"type":"Feature","id":"n1268402868","geometry":{"type":"Point","coordinates":[-0.1838945,51.4846633]},"properties":{"@type":"node","@id":1268402868,"@timestamp":1606292082},"coords":"51.4846633,-0.1838945","bedrooms":"0","price":"214000","area":"534"} , +{"type":"Feature","id":"n1268577330","geometry":{"type":"Point","coordinates":[0.4397213,51.7408289]},"properties":{"@type":"node","@id":1268577330,"@timestamp":1604316260},"coords":"51.7408289,0.4397213","bedrooms":"2","price":"293000","area":"472"} , +{"type":"Feature","id":"n1268682080","geometry":{"type":"Point","coordinates":[-0.1749798,51.4835812]},"properties":{"@type":"node","@id":1268682080,"@timestamp":1599849258},"coords":"51.4835812,-0.1749798","bedrooms":"2","price":"199000","area":"464"} , +{"type":"Feature","id":"n1268739434","geometry":{"type":"Point","coordinates":[0.4843267,51.7201833]},"properties":{"@type":"node","@id":1268739434,"@timestamp":1393951759},"coords":"51.7201833,0.4843267","bedrooms":"1","price":"174000","area":"582"} , +{"type":"Feature","id":"n1268874626","geometry":{"type":"Point","coordinates":[-0.0970366,51.5117385]},"properties":{"@type":"node","@id":1268874626,"@timestamp":1559310169},"coords":"51.5117385,-0.0970366","bedrooms":"0","price":"267000","area":"456"} , +{"type":"Feature","id":"n1269051369","geometry":{"type":"Point","coordinates":[-0.6620611,51.9143874]},"properties":{"@type":"node","@id":1269051369,"@timestamp":1304262117},"coords":"51.9143874,-0.6620611","bedrooms":"0","price":"194000","area":"619"} , +{"type":"Feature","id":"n1269078727","geometry":{"type":"Point","coordinates":[-0.0671868,51.4807259]},"properties":{"@type":"node","@id":1269078727,"@timestamp":1304263026},"coords":"51.4807259,-0.0671868","bedrooms":"4","price":"220000","area":"484"} , +{"type":"Feature","id":"n1269093805","geometry":{"type":"Point","coordinates":[-0.6910816,51.6722864]},"properties":{"@type":"node","@id":1269093805,"@timestamp":1304264256},"coords":"51.6722864,-0.6910816","bedrooms":"0","price":"202000","area":"413"} , +{"type":"Feature","id":"n1269491671","geometry":{"type":"Point","coordinates":[-0.5093376,51.2263736]},"properties":{"@type":"node","@id":1269491671,"@timestamp":1580564409},"coords":"51.2263736,-0.5093376","bedrooms":"2","price":"247000","area":"358"} , +{"type":"Feature","id":"n1269543200","geometry":{"type":"Point","coordinates":[-0.302378,51.2192622]},"properties":{"@type":"node","@id":1269543200,"@timestamp":1406237421},"coords":"51.2192622,-0.302378","bedrooms":"3","price":"199000","area":"520"} , +{"type":"Feature","id":"n1270099227","geometry":{"type":"Point","coordinates":[-0.1650346,51.5209495]},"properties":{"@type":"node","@id":1270099227,"@timestamp":1557401898},"coords":"51.5209495,-0.1650346","bedrooms":"3","price":"259000","area":"612"} , +{"type":"Feature","id":"n1270249537","geometry":{"type":"Point","coordinates":[-0.8706303,51.4764673]},"properties":{"@type":"node","@id":1270249537,"@timestamp":1304343185},"coords":"51.4764673,-0.8706303","bedrooms":"4","price":"282000","area":"396"} , +{"type":"Feature","id":"n1270402386","geometry":{"type":"Point","coordinates":[-0.1233477,51.531159]},"properties":{"@type":"node","@id":1270402386,"@timestamp":1590503545},"coords":"51.531159,-0.1233477","bedrooms":"2","price":"254000","area":"547"} , +{"type":"Feature","id":"n1270473536","geometry":{"type":"Point","coordinates":[0.6490099,51.4743211]},"properties":{"@type":"node","@id":1270473536,"@timestamp":1486589681},"coords":"51.4743211,0.6490099","bedrooms":"0","price":"150000","area":"620"} , +{"type":"Feature","id":"n1270571041","geometry":{"type":"Point","coordinates":[-1.0974673,50.9186996]},"properties":{"@type":"node","@id":1270571041,"@timestamp":1304366860},"coords":"50.9186996,-1.0974673","bedrooms":"4","price":"187000","area":"641"} , +{"type":"Feature","id":"n1271067243","geometry":{"type":"Point","coordinates":[0.531029,51.7206246]},"properties":{"@type":"node","@id":1271067243,"@timestamp":1488401467},"coords":"51.7206246,0.531029","bedrooms":"3","price":"265000","area":"386"} , +{"type":"Feature","id":"n1271225909","geometry":{"type":"Point","coordinates":[-0.3164846,51.079248]},"properties":{"@type":"node","@id":1271225909,"@timestamp":1481062998},"coords":"51.079248,-0.3164846","bedrooms":"0","price":"178000","area":"642"} , +{"type":"Feature","id":"n1271399173","geometry":{"type":"Point","coordinates":[-0.1766727,51.4839599]},"properties":{"@type":"node","@id":1271399173,"@timestamp":1613624722},"coords":"51.4839599,-0.1766727","bedrooms":"1","price":"183000","area":"639"} , +{"type":"Feature","id":"n1271527899","geometry":{"type":"Point","coordinates":[0.0466252,51.4277435]},"properties":{"@type":"node","@id":1271527899,"@timestamp":1304458502},"coords":"51.4277435,0.0466252","bedrooms":"2","price":"185000","area":"527"} , +{"type":"Feature","id":"n1271599644","geometry":{"type":"Point","coordinates":[-0.1366821,51.5866406]},"properties":{"@type":"node","@id":1271599644,"@timestamp":1620674535},"coords":"51.5866406,-0.1366821","bedrooms":"2","price":"257000","area":"569"} , +{"type":"Feature","id":"n1271607544","geometry":{"type":"Point","coordinates":[-0.144679,51.6000672]},"properties":{"@type":"node","@id":1271607544,"@timestamp":1626695834},"coords":"51.6000672,-0.144679","bedrooms":"0","price":"180000","area":"477"} , +{"type":"Feature","id":"n1271712918","geometry":{"type":"Point","coordinates":[-0.0811754,51.5177298]},"properties":{"@type":"node","@id":1271712918,"@timestamp":1558884718},"coords":"51.5177298,-0.0811754","bedrooms":"2","price":"255000","area":"637"} , +{"type":"Feature","id":"n1271716498","geometry":{"type":"Point","coordinates":[-0.0821231,51.5180736]},"properties":{"@type":"node","@id":1271716498,"@timestamp":1566818458},"coords":"51.5180736,-0.0821231","bedrooms":"1","price":"256000","area":"601"} , +{"type":"Feature","id":"n1271992176","geometry":{"type":"Point","coordinates":[-0.0159767,51.1133915]},"properties":{"@type":"node","@id":1271992176,"@timestamp":1623245550},"coords":"51.1133915,-0.0159767","bedrooms":"2","price":"299000","area":"464"} , +{"type":"Feature","id":"n1272236882","geometry":{"type":"Point","coordinates":[0.4166438,51.5803632]},"properties":{"@type":"node","@id":1272236882,"@timestamp":1304529363},"coords":"51.5803632,0.4166438","bedrooms":"4","price":"222000","area":"541"} , +{"type":"Feature","id":"n1272310578","geometry":{"type":"Point","coordinates":[-0.3740913,51.2791808]},"properties":{"@type":"node","@id":1272310578,"@timestamp":1620470448},"coords":"51.2791808,-0.3740913","bedrooms":"1","price":"151000","area":"425"} , +{"type":"Feature","id":"n1272311020","geometry":{"type":"Point","coordinates":[-0.375321,51.2799954]},"properties":{"@type":"node","@id":1272311020,"@timestamp":1621765036},"coords":"51.2799954,-0.375321","bedrooms":"0","price":"235000","area":"545"} , +{"type":"Feature","id":"n1272340737","geometry":{"type":"Point","coordinates":[-0.3929715,51.656795]},"properties":{"@type":"node","@id":1272340737,"@timestamp":1581034510},"coords":"51.656795,-0.3929715","bedrooms":"0","price":"295000","area":"436"} , +{"type":"Feature","id":"n1272382470","geometry":{"type":"Point","coordinates":[-0.1436516,51.4942901]},"properties":{"@type":"node","@id":1272382470,"@timestamp":1564517243},"coords":"51.4942901,-0.1436516","bedrooms":"0","price":"214000","area":"692"} , +{"type":"Feature","id":"n1272590339","geometry":{"type":"Point","coordinates":[-0.0056639,51.5713342]},"properties":{"@type":"node","@id":1272590339,"@timestamp":1330803995},"coords":"51.5713342,-0.0056639","bedrooms":"1","price":"206000","area":"652"} , +{"type":"Feature","id":"n1272828378","geometry":{"type":"Point","coordinates":[-0.0905242,51.5107209]},"properties":{"@type":"node","@id":1272828378,"@timestamp":1598360552},"coords":"51.5107209,-0.0905242","bedrooms":"2","price":"220000","area":"434"} , +{"type":"Feature","id":"n1272858585","geometry":{"type":"Point","coordinates":[-0.1241961,51.5079539]},"properties":{"@type":"node","@id":1272858585,"@timestamp":1630358371},"coords":"51.5079539,-0.1241961","bedrooms":"2","price":"211000","area":"652"} , +{"type":"Feature","id":"n1272866081","geometry":{"type":"Point","coordinates":[-0.1241611,51.5078422]},"properties":{"@type":"node","@id":1272866081,"@timestamp":1630358371},"coords":"51.5078422,-0.1241611","bedrooms":"1","price":"217000","area":"433"} , +{"type":"Feature","id":"n1273179584","geometry":{"type":"Point","coordinates":[0.6788115,51.7293461]},"properties":{"@type":"node","@id":1273179584,"@timestamp":1565227042},"coords":"51.7293461,0.6788115","bedrooms":"4","price":"179000","area":"607"} , +{"type":"Feature","id":"n1273584273","geometry":{"type":"Point","coordinates":[0.6085986,51.5833832]},"properties":{"@type":"node","@id":1273584273,"@timestamp":1333231193},"coords":"51.5833832,0.6085986","bedrooms":"3","price":"239000","area":"516"} , +{"type":"Feature","id":"n1273679090","geometry":{"type":"Point","coordinates":[-1.0573476,51.069327]},"properties":{"@type":"node","@id":1273679090,"@timestamp":1304634294},"coords":"51.069327,-1.0573476","bedrooms":"2","price":"251000","area":"359"} , +{"type":"Feature","id":"n1274040750","geometry":{"type":"Point","coordinates":[-0.1273088,51.5078116]},"properties":{"@type":"node","@id":1274040750,"@timestamp":1627417669},"coords":"51.5078116,-0.1273088","bedrooms":"0","price":"177000","area":"450"} , +{"type":"Feature","id":"n1274111181","geometry":{"type":"Point","coordinates":[-0.3565157,51.2963598]},"properties":{"@type":"node","@id":1274111181,"@timestamp":1619374024},"coords":"51.2963598,-0.3565157","bedrooms":"1","price":"193000","area":"400"} , +{"type":"Feature","id":"n1274773530","geometry":{"type":"Point","coordinates":[0.1752727,51.4004421]},"properties":{"@type":"node","@id":1274773530,"@timestamp":1568440874},"coords":"51.4004421,0.1752727","bedrooms":"3","price":"186000","area":"517"} , +{"type":"Feature","id":"n1274846647","geometry":{"type":"Point","coordinates":[-0.3347504,51.2317555]},"properties":{"@type":"node","@id":1274846647,"@timestamp":1570453172},"coords":"51.2317555,-0.3347504","bedrooms":"4","price":"181000","area":"682"} , +{"type":"Feature","id":"n1274846690","geometry":{"type":"Point","coordinates":[-0.3312092,51.2323807]},"properties":{"@type":"node","@id":1274846690,"@timestamp":1569790973},"coords":"51.2323807,-0.3312092","bedrooms":"1","price":"249000","area":"582"} , +{"type":"Feature","id":"n1274891849","geometry":{"type":"Point","coordinates":[-0.1949421,51.511015]},"properties":{"@type":"node","@id":1274891849,"@timestamp":1578725122},"coords":"51.511015,-0.1949421","bedrooms":"4","price":"296000","area":"376"} , +{"type":"Feature","id":"n1275523482","geometry":{"type":"Point","coordinates":[-0.3236462,51.524593]},"properties":{"@type":"node","@id":1275523482,"@timestamp":1632586659},"coords":"51.524593,-0.3236462","bedrooms":"3","price":"251000","area":"685"} , +{"type":"Feature","id":"n1275738211","geometry":{"type":"Point","coordinates":[-0.8867458,51.4273489]},"properties":{"@type":"node","@id":1275738211,"@timestamp":1304767378},"coords":"51.4273489,-0.8867458","bedrooms":"0","price":"268000","area":"449"} , +{"type":"Feature","id":"n1275750241","geometry":{"type":"Point","coordinates":[-0.1703104,51.4886031]},"properties":{"@type":"node","@id":1275750241,"@timestamp":1609830691},"coords":"51.4886031,-0.1703104","bedrooms":"0","price":"232000","area":"653"} , +{"type":"Feature","id":"n1275832562","geometry":{"type":"Point","coordinates":[-0.1326523,51.4864167]},"properties":{"@type":"node","@id":1275832562,"@timestamp":1568315838},"coords":"51.4864167,-0.1326523","bedrooms":"0","price":"296000","area":"637"} , +{"type":"Feature","id":"n1275992092","geometry":{"type":"Point","coordinates":[-0.5588672,50.9807884]},"properties":{"@type":"node","@id":1275992092,"@timestamp":1304787886},"coords":"50.9807884,-0.5588672","bedrooms":"1","price":"189000","area":"434"} , +{"type":"Feature","id":"n1276142860","geometry":{"type":"Point","coordinates":[-0.8698878,51.5011163]},"properties":{"@type":"node","@id":1276142860,"@timestamp":1624705662},"coords":"51.5011163,-0.8698878","bedrooms":"2","price":"203000","area":"669"} , +{"type":"Feature","id":"n1276269082","geometry":{"type":"Point","coordinates":[0.1452188,51.9290832]},"properties":{"@type":"node","@id":1276269082,"@timestamp":1327982191},"coords":"51.9290832,0.1452188","bedrooms":"1","price":"195000","area":"674"} , +{"type":"Feature","id":"n1276269266","geometry":{"type":"Point","coordinates":[0.1414394,51.9152368]},"properties":{"@type":"node","@id":1276269266,"@timestamp":1304870058},"coords":"51.9152368,0.1414394","bedrooms":"1","price":"200000","area":"495"} , +{"type":"Feature","id":"n1276336697","geometry":{"type":"Point","coordinates":[0.1415954,51.9185655]},"properties":{"@type":"node","@id":1276336697,"@timestamp":1634083771},"coords":"51.9185655,0.1415954","bedrooms":"2","price":"212000","area":"448"} , +{"type":"Feature","id":"n1276449711","geometry":{"type":"Point","coordinates":[-0.034156,51.6596857]},"properties":{"@type":"node","@id":1276449711,"@timestamp":1602009950},"coords":"51.6596857,-0.034156","bedrooms":"4","price":"189000","area":"501"} , +{"type":"Feature","id":"n1276449773","geometry":{"type":"Point","coordinates":[-0.0336734,51.6598469]},"properties":{"@type":"node","@id":1276449773,"@timestamp":1602009950},"coords":"51.6598469,-0.0336734","bedrooms":"1","price":"210000","area":"403"} , +{"type":"Feature","id":"n1276449844","geometry":{"type":"Point","coordinates":[-0.0341456,51.6598809]},"properties":{"@type":"node","@id":1276449844,"@timestamp":1602009950},"coords":"51.6598809,-0.0341456","bedrooms":"1","price":"205000","area":"462"} , +{"type":"Feature","id":"n1276544059","geometry":{"type":"Point","coordinates":[-0.1330528,51.5526031]},"properties":{"@type":"node","@id":1276544059,"@timestamp":1330804024},"coords":"51.5526031,-0.1330528","bedrooms":"1","price":"253000","area":"430"} , +{"type":"Feature","id":"n1276817740","geometry":{"type":"Point","coordinates":[-0.161134,51.4927633]},"properties":{"@type":"node","@id":1276817740,"@timestamp":1610980043},"coords":"51.4927633,-0.161134","bedrooms":"1","price":"196000","area":"425"} , +{"type":"Feature","id":"n1276896345","geometry":{"type":"Point","coordinates":[-0.5508889,50.9816699]},"properties":{"@type":"node","@id":1276896345,"@timestamp":1304851238},"coords":"50.9816699,-0.5508889","bedrooms":"4","price":"186000","area":"414"} , +{"type":"Feature","id":"n1277035910","geometry":{"type":"Point","coordinates":[-0.9716367,51.4304518]},"properties":{"@type":"node","@id":1277035910,"@timestamp":1619270212},"coords":"51.4304518,-0.9716367","bedrooms":"2","price":"214000","area":"601"} , +{"type":"Feature","id":"n1277048696","geometry":{"type":"Point","coordinates":[0.2603376,51.1414587]},"properties":{"@type":"node","@id":1277048696,"@timestamp":1601571742},"coords":"51.1414587,0.2603376","bedrooms":"4","price":"292000","area":"489"} , +{"type":"Feature","id":"n1277080197","geometry":{"type":"Point","coordinates":[-0.1807373,51.4799762]},"properties":{"@type":"node","@id":1277080197,"@timestamp":1613837221},"coords":"51.4799762,-0.1807373","bedrooms":"4","price":"229000","area":"514"} , +{"type":"Feature","id":"n1277140158","geometry":{"type":"Point","coordinates":[-0.1862957,51.4846741]},"properties":{"@type":"node","@id":1277140158,"@timestamp":1606546157},"coords":"51.4846741,-0.1862957","bedrooms":"0","price":"168000","area":"374"} , +{"type":"Feature","id":"n1277488585","geometry":{"type":"Point","coordinates":[0.5529845,51.373224]},"properties":{"@type":"node","@id":1277488585,"@timestamp":1629996940},"coords":"51.373224,0.5529845","bedrooms":"1","price":"251000","area":"676"} , +{"type":"Feature","id":"n1277510371","geometry":{"type":"Point","coordinates":[0.1094461,51.3840406]},"properties":{"@type":"node","@id":1277510371,"@timestamp":1556111773},"coords":"51.3840406,0.1094461","bedrooms":"1","price":"225000","area":"543"} , +{"type":"Feature","id":"n1277522286","geometry":{"type":"Point","coordinates":[-0.1782065,51.699411]},"properties":{"@type":"node","@id":1277522286,"@timestamp":1304884506},"coords":"51.699411,-0.1782065","bedrooms":"2","price":"152000","area":"481"} , +{"type":"Feature","id":"n1277692512","geometry":{"type":"Point","coordinates":[0.5281379,51.793396]},"properties":{"@type":"node","@id":1277692512,"@timestamp":1304892854},"coords":"51.793396,0.5281379","bedrooms":"1","price":"237000","area":"691"} , +{"type":"Feature","id":"n1277999027","geometry":{"type":"Point","coordinates":[-0.1954635,51.5170622]},"properties":{"@type":"node","@id":1277999027,"@timestamp":1576602239},"coords":"51.5170622,-0.1954635","bedrooms":"3","price":"197000","area":"423"} , +{"type":"Feature","id":"n1278232378","geometry":{"type":"Point","coordinates":[-0.127312,51.493577]},"properties":{"@type":"node","@id":1278232378,"@timestamp":1508212144},"coords":"51.493577,-0.127312","bedrooms":"2","price":"214000","area":"442"} , +{"type":"Feature","id":"n1278410088","geometry":{"type":"Point","coordinates":[-0.874962,51.4992008]},"properties":{"@type":"node","@id":1278410088,"@timestamp":1343601702},"coords":"51.4992008,-0.874962","bedrooms":"3","price":"233000","area":"689"} , +{"type":"Feature","id":"n1278625949","geometry":{"type":"Point","coordinates":[-0.0453186,51.9799985]},"properties":{"@type":"node","@id":1278625949,"@timestamp":1304975404},"coords":"51.9799985,-0.0453186","bedrooms":"4","price":"240000","area":"418"} , +{"type":"Feature","id":"n1278625983","geometry":{"type":"Point","coordinates":[-0.0480089,51.9793128]},"properties":{"@type":"node","@id":1278625983,"@timestamp":1304975405},"coords":"51.9793128,-0.0480089","bedrooms":"4","price":"275000","area":"536"} , +{"type":"Feature","id":"n1278626048","geometry":{"type":"Point","coordinates":[-0.0428109,51.9805271]},"properties":{"@type":"node","@id":1278626048,"@timestamp":1304975406},"coords":"51.9805271,-0.0428109","bedrooms":"2","price":"288000","area":"560"} , +{"type":"Feature","id":"n1278626080","geometry":{"type":"Point","coordinates":[-0.0399703,51.9812441]},"properties":{"@type":"node","@id":1278626080,"@timestamp":1304975407},"coords":"51.9812441,-0.0399703","bedrooms":"2","price":"263000","area":"445"} , +{"type":"Feature","id":"n1278626122","geometry":{"type":"Point","coordinates":[-0.0388921,51.9815166]},"properties":{"@type":"node","@id":1278626122,"@timestamp":1304975408},"coords":"51.9815166,-0.0388921","bedrooms":"1","price":"253000","area":"364"} , +{"type":"Feature","id":"n1278626143","geometry":{"type":"Point","coordinates":[-0.0423656,51.9807485]},"properties":{"@type":"node","@id":1278626143,"@timestamp":1304975409},"coords":"51.9807485,-0.0423656","bedrooms":"3","price":"175000","area":"445"} , +{"type":"Feature","id":"n1278626159","geometry":{"type":"Point","coordinates":[-0.0418076,51.9808905]},"properties":{"@type":"node","@id":1278626159,"@timestamp":1304975410},"coords":"51.9808905,-0.0418076","bedrooms":"2","price":"236000","area":"518"} , +{"type":"Feature","id":"n1278626170","geometry":{"type":"Point","coordinates":[-0.0457585,51.9797952]},"properties":{"@type":"node","@id":1278626170,"@timestamp":1304975410},"coords":"51.9797952,-0.0457585","bedrooms":"1","price":"207000","area":"566"} , +{"type":"Feature","id":"n1278626186","geometry":{"type":"Point","coordinates":[-0.03669,51.9820916]},"properties":{"@type":"node","@id":1278626186,"@timestamp":1304975411},"coords":"51.9820916,-0.03669","bedrooms":"2","price":"228000","area":"693"} , +{"type":"Feature","id":"n1278626204","geometry":{"type":"Point","coordinates":[-0.0455788,51.9798282]},"properties":{"@type":"node","@id":1278626204,"@timestamp":1304975412},"coords":"51.9798282,-0.0455788","bedrooms":"3","price":"287000","area":"365"} , +{"type":"Feature","id":"n1278626215","geometry":{"type":"Point","coordinates":[-0.042599,51.9805849]},"properties":{"@type":"node","@id":1278626215,"@timestamp":1304975412},"coords":"51.9805849,-0.042599","bedrooms":"2","price":"287000","area":"444"} , +{"type":"Feature","id":"n1278626234","geometry":{"type":"Point","coordinates":[-0.0439292,51.9802445]},"properties":{"@type":"node","@id":1278626234,"@timestamp":1304975413},"coords":"51.9802445,-0.0439292","bedrooms":"4","price":"204000","area":"532"} , +{"type":"Feature","id":"n1278626254","geometry":{"type":"Point","coordinates":[-0.029735,51.9838641]},"properties":{"@type":"node","@id":1278626254,"@timestamp":1304975414},"coords":"51.9838641,-0.029735","bedrooms":"4","price":"162000","area":"630"} , +{"type":"Feature","id":"n1278626280","geometry":{"type":"Point","coordinates":[-0.0339139,51.9828631]},"properties":{"@type":"node","@id":1278626280,"@timestamp":1304975415},"coords":"51.9828631,-0.0339139","bedrooms":"2","price":"197000","area":"490"} , +{"type":"Feature","id":"n1278626301","geometry":{"type":"Point","coordinates":[-0.0412524,51.9810342]},"properties":{"@type":"node","@id":1278626301,"@timestamp":1304975416},"coords":"51.9810342,-0.0412524","bedrooms":"4","price":"161000","area":"573"} , +{"type":"Feature","id":"n1278796058","geometry":{"type":"Point","coordinates":[-0.1258923,51.4910205]},"properties":{"@type":"node","@id":1278796058,"@timestamp":1304982433},"coords":"51.4910205,-0.1258923","bedrooms":"3","price":"212000","area":"444"} , +{"type":"Feature","id":"n1278796147","geometry":{"type":"Point","coordinates":[-0.1283082,51.492082]},"properties":{"@type":"node","@id":1278796147,"@timestamp":1304982435},"coords":"51.492082,-0.1283082","bedrooms":"2","price":"244000","area":"389"} , +{"type":"Feature","id":"n1278796227","geometry":{"type":"Point","coordinates":[-0.1281225,51.4922999]},"properties":{"@type":"node","@id":1278796227,"@timestamp":1304982437},"coords":"51.4922999,-0.1281225","bedrooms":"2","price":"266000","area":"375"} , +{"type":"Feature","id":"n1278796332","geometry":{"type":"Point","coordinates":[-0.1282531,51.4921466]},"properties":{"@type":"node","@id":1278796332,"@timestamp":1304982440},"coords":"51.4921466,-0.1282531","bedrooms":"2","price":"226000","area":"475"} , +{"type":"Feature","id":"n1278879380","geometry":{"type":"Point","coordinates":[-0.1281593,51.4889472]},"properties":{"@type":"node","@id":1278879380,"@timestamp":1304989987},"coords":"51.4889472,-0.1281593","bedrooms":"4","price":"177000","area":"487"} , +{"type":"Feature","id":"n1279265161","geometry":{"type":"Point","coordinates":[-0.3292828,51.2953494]},"properties":{"@type":"node","@id":1279265161,"@timestamp":1507110465},"coords":"51.2953494,-0.3292828","bedrooms":"2","price":"212000","area":"405"} , +{"type":"Feature","id":"n1279343015","geometry":{"type":"Point","coordinates":[-0.9841475,51.9378354]},"properties":{"@type":"node","@id":1279343015,"@timestamp":1634753862},"coords":"51.9378354,-0.9841475","bedrooms":"3","price":"198000","area":"413"} , +{"type":"Feature","id":"n1279357566","geometry":{"type":"Point","coordinates":[-0.3298332,51.2954769]},"properties":{"@type":"node","@id":1279357566,"@timestamp":1506413963},"coords":"51.2954769,-0.3298332","bedrooms":"2","price":"273000","area":"602"} , +{"type":"Feature","id":"n1279434257","geometry":{"type":"Point","coordinates":[-0.9881555,51.9342289]},"properties":{"@type":"node","@id":1279434257,"@timestamp":1634744508},"coords":"51.9342289,-0.9881555","bedrooms":"2","price":"284000","area":"581"} , +{"type":"Feature","id":"n1279651394","geometry":{"type":"Point","coordinates":[-0.2058436,51.4212372]},"properties":{"@type":"node","@id":1279651394,"@timestamp":1623357441},"coords":"51.4212372,-0.2058436","bedrooms":"4","price":"153000","area":"370"} , +{"type":"Feature","id":"n1279663234","geometry":{"type":"Point","coordinates":[-0.2018493,51.4244529]},"properties":{"@type":"node","@id":1279663234,"@timestamp":1623357441},"coords":"51.4244529,-0.2018493","bedrooms":"2","price":"263000","area":"582"} , +{"type":"Feature","id":"n1280069517","geometry":{"type":"Point","coordinates":[-0.505864,51.337857]},"properties":{"@type":"node","@id":1280069517,"@timestamp":1534974513},"coords":"51.337857,-0.505864","bedrooms":"0","price":"282000","area":"433"} , +{"type":"Feature","id":"n1280218984","geometry":{"type":"Point","coordinates":[-0.4197076,51.757564]},"properties":{"@type":"node","@id":1280218984,"@timestamp":1305117626},"coords":"51.757564,-0.4197076","bedrooms":"2","price":"196000","area":"413"} , +{"type":"Feature","id":"n1280272007","geometry":{"type":"Point","coordinates":[-0.1338745,51.4914472]},"properties":{"@type":"node","@id":1280272007,"@timestamp":1582200189},"coords":"51.4914472,-0.1338745","bedrooms":"1","price":"278000","area":"505"} , +{"type":"Feature","id":"n1280272452","geometry":{"type":"Point","coordinates":[-0.1364609,51.494136]},"properties":{"@type":"node","@id":1280272452,"@timestamp":1582199507},"coords":"51.494136,-0.1364609","bedrooms":"3","price":"266000","area":"473"} , +{"type":"Feature","id":"n1280427850","geometry":{"type":"Point","coordinates":[-0.1325562,51.4897866]},"properties":{"@type":"node","@id":1280427850,"@timestamp":1579853022},"coords":"51.4897866,-0.1325562","bedrooms":"1","price":"230000","area":"698"} , +{"type":"Feature","id":"n1280476339","geometry":{"type":"Point","coordinates":[0.144455,51.424748]},"properties":{"@type":"node","@id":1280476339,"@timestamp":1305137254},"coords":"51.424748,0.144455","bedrooms":"2","price":"282000","area":"492"} , +{"type":"Feature","id":"n1280484107","geometry":{"type":"Point","coordinates":[-0.3558683,51.2963839]},"properties":{"@type":"node","@id":1280484107,"@timestamp":1619355542},"coords":"51.2963839,-0.3558683","bedrooms":"0","price":"246000","area":"648"} , +{"type":"Feature","id":"n1280484119","geometry":{"type":"Point","coordinates":[-0.3557642,51.296323]},"properties":{"@type":"node","@id":1280484119,"@timestamp":1619355542},"coords":"51.296323,-0.3557642","bedrooms":"0","price":"255000","area":"431"} , +{"type":"Feature","id":"n1280504886","geometry":{"type":"Point","coordinates":[-0.3371918,51.2920166]},"properties":{"@type":"node","@id":1280504886,"@timestamp":1618785105},"coords":"51.2920166,-0.3371918","bedrooms":"2","price":"164000","area":"674"} , +{"type":"Feature","id":"n1280751473","geometry":{"type":"Point","coordinates":[-0.1323777,51.4907792]},"properties":{"@type":"node","@id":1280751473,"@timestamp":1569952277},"coords":"51.4907792,-0.1323777","bedrooms":"4","price":"160000","area":"442"} , +{"type":"Feature","id":"n1280764231","geometry":{"type":"Point","coordinates":[-0.1313313,51.4896505]},"properties":{"@type":"node","@id":1280764231,"@timestamp":1629737676},"coords":"51.4896505,-0.1313313","bedrooms":"0","price":"160000","area":"460"} , +{"type":"Feature","id":"n1280848292","geometry":{"type":"Point","coordinates":[-0.1087517,51.5891568]},"properties":{"@type":"node","@id":1280848292,"@timestamp":1559949647},"coords":"51.5891568,-0.1087517","bedrooms":"0","price":"235000","area":"697"} , +{"type":"Feature","id":"n1281703784","geometry":{"type":"Point","coordinates":[0.1518271,51.1228054]},"properties":{"@type":"node","@id":1281703784,"@timestamp":1305213472},"coords":"51.1228054,0.1518271","bedrooms":"4","price":"151000","area":"513"} , +{"type":"Feature","id":"n1281828983","geometry":{"type":"Point","coordinates":[0.0996046,51.0113576]},"properties":{"@type":"node","@id":1281828983,"@timestamp":1543607517},"coords":"51.0113576,0.0996046","bedrooms":"3","price":"229000","area":"698"} , +{"type":"Feature","id":"n1282068213","geometry":{"type":"Point","coordinates":[-0.1871032,51.4819105]},"properties":{"@type":"node","@id":1282068213,"@timestamp":1606931987},"coords":"51.4819105,-0.1871032","bedrooms":"1","price":"195000","area":"448"} , +{"type":"Feature","id":"n1282224691","geometry":{"type":"Point","coordinates":[-0.1256999,51.4917508]},"properties":{"@type":"node","@id":1282224691,"@timestamp":1580916909},"coords":"51.4917508,-0.1256999","bedrooms":"4","price":"194000","area":"641"} , +{"type":"Feature","id":"n1283317295","geometry":{"type":"Point","coordinates":[-0.1443076,51.5752906]},"properties":{"@type":"node","@id":1283317295,"@timestamp":1618768432},"coords":"51.5752906,-0.1443076","bedrooms":"1","price":"267000","area":"619"} , +{"type":"Feature","id":"n1283345438","geometry":{"type":"Point","coordinates":[-0.1560727,51.5791273]},"properties":{"@type":"node","@id":1283345438,"@timestamp":1623442275},"coords":"51.5791273,-0.1560727","bedrooms":"3","price":"186000","area":"679"} , +{"type":"Feature","id":"n1283382380","geometry":{"type":"Point","coordinates":[-0.1833915,51.490124]},"properties":{"@type":"node","@id":1283382380,"@timestamp":1605585671},"coords":"51.490124,-0.1833915","bedrooms":"1","price":"177000","area":"498"} , +{"type":"Feature","id":"n1283515549","geometry":{"type":"Point","coordinates":[-0.1301532,51.4894828]},"properties":{"@type":"node","@id":1283515549,"@timestamp":1305331061},"coords":"51.4894828,-0.1301532","bedrooms":"4","price":"286000","area":"662"} , +{"type":"Feature","id":"n1283573372","geometry":{"type":"Point","coordinates":[-0.1427648,51.2918421]},"properties":{"@type":"node","@id":1283573372,"@timestamp":1600543340},"coords":"51.2918421,-0.1427648","bedrooms":"3","price":"253000","area":"605"} , +{"type":"Feature","id":"n1284057292","geometry":{"type":"Point","coordinates":[-1.0913587,51.2886622]},"properties":{"@type":"node","@id":1284057292,"@timestamp":1447185273},"coords":"51.2886622,-1.0913587","bedrooms":"2","price":"174000","area":"432"} , +{"type":"Feature","id":"n1284087019","geometry":{"type":"Point","coordinates":[-0.1301964,51.4884843]},"properties":{"@type":"node","@id":1284087019,"@timestamp":1305373149},"coords":"51.4884843,-0.1301964","bedrooms":"1","price":"211000","area":"430"} , +{"type":"Feature","id":"n1284087072","geometry":{"type":"Point","coordinates":[-0.1310327,51.4891359]},"properties":{"@type":"node","@id":1284087072,"@timestamp":1305373151},"coords":"51.4891359,-0.1310327","bedrooms":"1","price":"283000","area":"415"} , +{"type":"Feature","id":"n1284087121","geometry":{"type":"Point","coordinates":[-0.1311677,51.4886399]},"properties":{"@type":"node","@id":1284087121,"@timestamp":1305373153},"coords":"51.4886399,-0.1311677","bedrooms":"0","price":"290000","area":"660"} , +{"type":"Feature","id":"n1284220367","geometry":{"type":"Point","coordinates":[-0.1298251,51.4872841]},"properties":{"@type":"node","@id":1284220367,"@timestamp":1305377146},"coords":"51.4872841,-0.1298251","bedrooms":"4","price":"154000","area":"576"} , +{"type":"Feature","id":"n1284229095","geometry":{"type":"Point","coordinates":[-1.0957847,51.2852596]},"properties":{"@type":"node","@id":1284229095,"@timestamp":1305377348},"coords":"51.2852596,-1.0957847","bedrooms":"0","price":"278000","area":"580"} , +{"type":"Feature","id":"n1284726885","geometry":{"type":"Point","coordinates":[-0.72516,51.9612846]},"properties":{"@type":"node","@id":1284726885,"@timestamp":1305391436},"coords":"51.9612846,-0.72516","bedrooms":"4","price":"201000","area":"381"} , +{"type":"Feature","id":"n1285406081","geometry":{"type":"Point","coordinates":[-0.037001,51.966671]},"properties":{"@type":"node","@id":1285406081,"@timestamp":1305413563},"coords":"51.966671,-0.037001","bedrooms":"1","price":"293000","area":"467"} , +{"type":"Feature","id":"n1285406180","geometry":{"type":"Point","coordinates":[-0.0343671,51.9665776]},"properties":{"@type":"node","@id":1285406180,"@timestamp":1305413566},"coords":"51.9665776,-0.0343671","bedrooms":"4","price":"268000","area":"460"} , +{"type":"Feature","id":"n1285969678","geometry":{"type":"Point","coordinates":[-0.2884088,51.1640228]},"properties":{"@type":"node","@id":1285969678,"@timestamp":1531298007},"coords":"51.1640228,-0.2884088","bedrooms":"1","price":"294000","area":"698"} , +{"type":"Feature","id":"n1286038320","geometry":{"type":"Point","coordinates":[-0.743135,51.3519264]},"properties":{"@type":"node","@id":1286038320,"@timestamp":1586520187},"coords":"51.3519264,-0.743135","bedrooms":"0","price":"235000","area":"676"} , +{"type":"Feature","id":"n1286424031","geometry":{"type":"Point","coordinates":[0.0817966,51.9406407]},"properties":{"@type":"node","@id":1286424031,"@timestamp":1305468628},"coords":"51.9406407,0.0817966","bedrooms":"3","price":"240000","area":"487"} , +{"type":"Feature","id":"n1286424389","geometry":{"type":"Point","coordinates":[0.0766304,51.9337515]},"properties":{"@type":"node","@id":1286424389,"@timestamp":1305468632},"coords":"51.9337515,0.0766304","bedrooms":"3","price":"196000","area":"514"} , +{"type":"Feature","id":"n1286425417","geometry":{"type":"Point","coordinates":[0.0816035,51.9410309]},"properties":{"@type":"node","@id":1286425417,"@timestamp":1305468644},"coords":"51.9410309,0.0816035","bedrooms":"4","price":"188000","area":"460"} , +{"type":"Feature","id":"n1286466703","geometry":{"type":"Point","coordinates":[-0.1958802,51.4811961]},"properties":{"@type":"node","@id":1286466703,"@timestamp":1615122432},"coords":"51.4811961,-0.1958802","bedrooms":"2","price":"244000","area":"362"} , +{"type":"Feature","id":"n1286601378","geometry":{"type":"Point","coordinates":[-0.0862357,51.663003]},"properties":{"@type":"node","@id":1286601378,"@timestamp":1616421013},"coords":"51.663003,-0.0862357","bedrooms":"1","price":"186000","area":"653"} , +{"type":"Feature","id":"n1286601404","geometry":{"type":"Point","coordinates":[-0.0863377,51.6633991]},"properties":{"@type":"node","@id":1286601404,"@timestamp":1613480506},"coords":"51.6633991,-0.0863377","bedrooms":"1","price":"240000","area":"616"} , +{"type":"Feature","id":"n1286631698","geometry":{"type":"Point","coordinates":[-0.0858093,51.6636335]},"properties":{"@type":"node","@id":1286631698,"@timestamp":1615201599},"coords":"51.6636335,-0.0858093","bedrooms":"2","price":"181000","area":"403"} , +{"type":"Feature","id":"n1286631735","geometry":{"type":"Point","coordinates":[-0.0858174,51.6636884]},"properties":{"@type":"node","@id":1286631735,"@timestamp":1615201599},"coords":"51.6636884,-0.0858174","bedrooms":"1","price":"270000","area":"373"} , +{"type":"Feature","id":"n1286646947","geometry":{"type":"Point","coordinates":[-0.0839346,51.6636852]},"properties":{"@type":"node","@id":1286646947,"@timestamp":1614690123},"coords":"51.6636852,-0.0839346","bedrooms":"4","price":"297000","area":"592"} , +{"type":"Feature","id":"n1286647015","geometry":{"type":"Point","coordinates":[-0.0848104,51.663236]},"properties":{"@type":"node","@id":1286647015,"@timestamp":1614950725},"coords":"51.663236,-0.0848104","bedrooms":"4","price":"259000","area":"572"} , +{"type":"Feature","id":"n1286666048","geometry":{"type":"Point","coordinates":[-0.0831942,51.6617785]},"properties":{"@type":"node","@id":1286666048,"@timestamp":1612700453},"coords":"51.6617785,-0.0831942","bedrooms":"1","price":"201000","area":"427"} , +{"type":"Feature","id":"n1286666085","geometry":{"type":"Point","coordinates":[-0.0858791,51.661311]},"properties":{"@type":"node","@id":1286666085,"@timestamp":1614171766},"coords":"51.661311,-0.0858791","bedrooms":"4","price":"230000","area":"683"} , +{"type":"Feature","id":"n1286666162","geometry":{"type":"Point","coordinates":[-0.0849054,51.6609333]},"properties":{"@type":"node","@id":1286666162,"@timestamp":1616841956},"coords":"51.6609333,-0.0849054","bedrooms":"1","price":"192000","area":"431"} , +{"type":"Feature","id":"n1286666245","geometry":{"type":"Point","coordinates":[-0.0831541,51.6620131]},"properties":{"@type":"node","@id":1286666245,"@timestamp":1612700453},"coords":"51.6620131,-0.0831541","bedrooms":"4","price":"156000","area":"413"} , +{"type":"Feature","id":"n1286736911","geometry":{"type":"Point","coordinates":[0.6007357,51.3682313]},"properties":{"@type":"node","@id":1286736911,"@timestamp":1305483918},"coords":"51.3682313,0.6007357","bedrooms":"4","price":"195000","area":"604"} , +{"type":"Feature","id":"n1286897116","geometry":{"type":"Point","coordinates":[0.0686739,51.2661149]},"properties":{"@type":"node","@id":1286897116,"@timestamp":1606608686},"coords":"51.2661149,0.0686739","bedrooms":"2","price":"296000","area":"507"} , +{"type":"Feature","id":"n1286928773","geometry":{"type":"Point","coordinates":[-0.086217,51.6610231]},"properties":{"@type":"node","@id":1286928773,"@timestamp":1612700904},"coords":"51.6610231,-0.086217","bedrooms":"1","price":"214000","area":"429"} , +{"type":"Feature","id":"n1286928798","geometry":{"type":"Point","coordinates":[-0.0839211,51.6599987]},"properties":{"@type":"node","@id":1286928798,"@timestamp":1612700904},"coords":"51.6599987,-0.0839211","bedrooms":"0","price":"294000","area":"657"} , +{"type":"Feature","id":"n1286928818","geometry":{"type":"Point","coordinates":[-0.0866194,51.6606504]},"properties":{"@type":"node","@id":1286928818,"@timestamp":1612700904},"coords":"51.6606504,-0.0866194","bedrooms":"1","price":"185000","area":"363"} , +{"type":"Feature","id":"n1287522465","geometry":{"type":"Point","coordinates":[-0.1984634,51.4871277]},"properties":{"@type":"node","@id":1287522465,"@timestamp":1506402658},"coords":"51.4871277,-0.1984634","bedrooms":"3","price":"174000","area":"397"} , +{"type":"Feature","id":"n1287694569","geometry":{"type":"Point","coordinates":[0.5037846,51.3893005]},"properties":{"@type":"node","@id":1287694569,"@timestamp":1305549844},"coords":"51.3893005,0.5037846","bedrooms":"1","price":"152000","area":"612"} , +{"type":"Feature","id":"n1287703213","geometry":{"type":"Point","coordinates":[-0.1341794,51.4890102]},"properties":{"@type":"node","@id":1287703213,"@timestamp":1570371528},"coords":"51.4890102,-0.1341794","bedrooms":"4","price":"172000","area":"652"} , +{"type":"Feature","id":"n1287715233","geometry":{"type":"Point","coordinates":[-0.1343481,51.4909962]},"properties":{"@type":"node","@id":1287715233,"@timestamp":1635007160},"coords":"51.4909962,-0.1343481","bedrooms":"0","price":"241000","area":"682"} , +{"type":"Feature","id":"n1287835904","geometry":{"type":"Point","coordinates":[0.293998,51.074951]},"properties":{"@type":"node","@id":1287835904,"@timestamp":1305558151},"coords":"51.074951,0.293998","bedrooms":"4","price":"249000","area":"445"} , +{"type":"Feature","id":"n1288132901","geometry":{"type":"Point","coordinates":[-0.0845485,51.6599]},"properties":{"@type":"node","@id":1288132901,"@timestamp":1613667379},"coords":"51.6599,-0.0845485","bedrooms":"1","price":"193000","area":"501"} , +{"type":"Feature","id":"n1288153378","geometry":{"type":"Point","coordinates":[-0.0861687,51.660301]},"properties":{"@type":"node","@id":1288153378,"@timestamp":1613667379},"coords":"51.660301,-0.0861687","bedrooms":"0","price":"280000","area":"516"} , +{"type":"Feature","id":"n1288153391","geometry":{"type":"Point","coordinates":[-0.0865952,51.6604109]},"properties":{"@type":"node","@id":1288153391,"@timestamp":1613667379},"coords":"51.6604109,-0.0865952","bedrooms":"0","price":"280000","area":"546"} , +{"type":"Feature","id":"n1288173497","geometry":{"type":"Point","coordinates":[-0.082875,51.6589134]},"properties":{"@type":"node","@id":1288173497,"@timestamp":1614763150},"coords":"51.6589134,-0.082875","bedrooms":"0","price":"279000","area":"633"} , +{"type":"Feature","id":"n1288173509","geometry":{"type":"Point","coordinates":[-0.0830091,51.659316]},"properties":{"@type":"node","@id":1288173509,"@timestamp":1614763150},"coords":"51.659316,-0.0830091","bedrooms":"0","price":"191000","area":"512"} , +{"type":"Feature","id":"n1288173530","geometry":{"type":"Point","coordinates":[-0.0840686,51.6592395]},"properties":{"@type":"node","@id":1288173530,"@timestamp":1614763150},"coords":"51.6592395,-0.0840686","bedrooms":"1","price":"287000","area":"660"} , +{"type":"Feature","id":"n1288191640","geometry":{"type":"Point","coordinates":[-0.0865442,51.6596455]},"properties":{"@type":"node","@id":1288191640,"@timestamp":1614763150},"coords":"51.6596455,-0.0865442","bedrooms":"0","price":"229000","area":"678"} , +{"type":"Feature","id":"n1288191677","geometry":{"type":"Point","coordinates":[-0.0859756,51.6591929]},"properties":{"@type":"node","@id":1288191677,"@timestamp":1305576489},"coords":"51.6591929,-0.0859756","bedrooms":"3","price":"280000","area":"417"} , +{"type":"Feature","id":"n1288208142","geometry":{"type":"Point","coordinates":[-0.0873087,51.6598601]},"properties":{"@type":"node","@id":1288208142,"@timestamp":1614331881},"coords":"51.6598601,-0.0873087","bedrooms":"1","price":"177000","area":"408"} , +{"type":"Feature","id":"n1288208179","geometry":{"type":"Point","coordinates":[-0.0873304,51.6598172]},"properties":{"@type":"node","@id":1288208179,"@timestamp":1305576986},"coords":"51.6598172,-0.0873304","bedrooms":"0","price":"239000","area":"455"} , +{"type":"Feature","id":"n1288219283","geometry":{"type":"Point","coordinates":[-0.0865067,51.6616853]},"properties":{"@type":"node","@id":1288219283,"@timestamp":1614331881},"coords":"51.6616853,-0.0865067","bedrooms":"1","price":"152000","area":"439"} , +{"type":"Feature","id":"n1288219326","geometry":{"type":"Point","coordinates":[-0.0869171,51.6621978]},"properties":{"@type":"node","@id":1288219326,"@timestamp":1612715393},"coords":"51.6621978,-0.0869171","bedrooms":"0","price":"169000","area":"356"} , +{"type":"Feature","id":"n1288219355","geometry":{"type":"Point","coordinates":[-0.086496,51.6619998]},"properties":{"@type":"node","@id":1288219355,"@timestamp":1612715408},"coords":"51.6619998,-0.086496","bedrooms":"3","price":"192000","area":"578"} , +{"type":"Feature","id":"n1288349875","geometry":{"type":"Point","coordinates":[0.2663815,51.077698]},"properties":{"@type":"node","@id":1288349875,"@timestamp":1359831831},"coords":"51.077698,0.2663815","bedrooms":"3","price":"289000","area":"599"} , +{"type":"Feature","id":"n1288350436","geometry":{"type":"Point","coordinates":[0.315949,51.068543]},"properties":{"@type":"node","@id":1288350436,"@timestamp":1305588516},"coords":"51.068543,0.315949","bedrooms":"0","price":"217000","area":"673"} , +{"type":"Feature","id":"n1288351165","geometry":{"type":"Point","coordinates":[0.298318,51.0690769]},"properties":{"@type":"node","@id":1288351165,"@timestamp":1404576936},"coords":"51.0690769,0.298318","bedrooms":"3","price":"254000","area":"406"} , +{"type":"Feature","id":"n1288399403","geometry":{"type":"Point","coordinates":[-0.3992702,51.5654365]},"properties":{"@type":"node","@id":1288399403,"@timestamp":1578608975},"coords":"51.5654365,-0.3992702","bedrooms":"1","price":"163000","area":"486"} , +{"type":"Feature","id":"n1288809405","geometry":{"type":"Point","coordinates":[1.0491231,51.2513814]},"properties":{"@type":"node","@id":1288809405,"@timestamp":1305621602},"coords":"51.2513814,1.0491231","bedrooms":"1","price":"271000","area":"417"} , +{"type":"Feature","id":"n1288809415","geometry":{"type":"Point","coordinates":[1.0407279,51.2513004]},"properties":{"@type":"node","@id":1288809415,"@timestamp":1305621603},"coords":"51.2513004,1.0407279","bedrooms":"1","price":"287000","area":"405"} , +{"type":"Feature","id":"n1288825666","geometry":{"type":"Point","coordinates":[0.5287112,51.3013649]},"properties":{"@type":"node","@id":1288825666,"@timestamp":1305622727},"coords":"51.3013649,0.5287112","bedrooms":"2","price":"295000","area":"524"} , +{"type":"Feature","id":"n1288825676","geometry":{"type":"Point","coordinates":[0.4804209,51.3128942]},"properties":{"@type":"node","@id":1288825676,"@timestamp":1305622727},"coords":"51.3128942,0.4804209","bedrooms":"4","price":"288000","area":"508"} , +{"type":"Feature","id":"n1288834114","geometry":{"type":"Point","coordinates":[0.4075696,51.3512907]},"properties":{"@type":"node","@id":1288834114,"@timestamp":1305623280},"coords":"51.3512907,0.4075696","bedrooms":"3","price":"219000","area":"451"} , +{"type":"Feature","id":"n1289149193","geometry":{"type":"Point","coordinates":[0.4393024,51.735121]},"properties":{"@type":"node","@id":1289149193,"@timestamp":1305645847},"coords":"51.735121,0.4393024","bedrooms":"0","price":"284000","area":"495"} , +{"type":"Feature","id":"n1289450322","geometry":{"type":"Point","coordinates":[-0.2370108,51.4717921]},"properties":{"@type":"node","@id":1289450322,"@timestamp":1622997618},"coords":"51.4717921,-0.2370108","bedrooms":"1","price":"246000","area":"442"} , +{"type":"Feature","id":"n1289474157","geometry":{"type":"Point","coordinates":[-0.1926992,51.5024418]},"properties":{"@type":"node","@id":1289474157,"@timestamp":1589569393},"coords":"51.5024418,-0.1926992","bedrooms":"3","price":"162000","area":"363"} , +{"type":"Feature","id":"n1289587678","geometry":{"type":"Point","coordinates":[-0.1983131,51.4996416]},"properties":{"@type":"node","@id":1289587678,"@timestamp":1587698780},"coords":"51.4996416,-0.1983131","bedrooms":"0","price":"195000","area":"469"} , +{"type":"Feature","id":"n1290395096","geometry":{"type":"Point","coordinates":[-0.748784,51.4783449]},"properties":{"@type":"node","@id":1290395096,"@timestamp":1395953796},"coords":"51.4783449,-0.748784","bedrooms":"3","price":"288000","area":"415"} , +{"type":"Feature","id":"n1290647987","geometry":{"type":"Point","coordinates":[-0.1423797,51.4942952]},"properties":{"@type":"node","@id":1290647987,"@timestamp":1627248688},"coords":"51.4942952,-0.1423797","bedrooms":"4","price":"239000","area":"690"} , +{"type":"Feature","id":"n1290648043","geometry":{"type":"Point","coordinates":[-0.1419175,51.495687]},"properties":{"@type":"node","@id":1290648043,"@timestamp":1413383014},"coords":"51.495687,-0.1419175","bedrooms":"4","price":"217000","area":"416"} , +{"type":"Feature","id":"n1290675174","geometry":{"type":"Point","coordinates":[0.4624404,51.3532081]},"properties":{"@type":"node","@id":1290675174,"@timestamp":1531216079},"coords":"51.3532081,0.4624404","bedrooms":"0","price":"244000","area":"394"} , +{"type":"Feature","id":"n1290675221","geometry":{"type":"Point","coordinates":[0.4681827,51.3444056]},"properties":{"@type":"node","@id":1290675221,"@timestamp":1305742620},"coords":"51.3444056,0.4681827","bedrooms":"2","price":"255000","area":"389"} , +{"type":"Feature","id":"n1290675280","geometry":{"type":"Point","coordinates":[0.4651189,51.3524647]},"properties":{"@type":"node","@id":1290675280,"@timestamp":1305742621},"coords":"51.3524647,0.4651189","bedrooms":"4","price":"178000","area":"546"} , +{"type":"Feature","id":"n1290701918","geometry":{"type":"Point","coordinates":[0.3545562,51.1696298]},"properties":{"@type":"node","@id":1290701918,"@timestamp":1305743437},"coords":"51.1696298,0.3545562","bedrooms":"0","price":"290000","area":"635"} , +{"type":"Feature","id":"n1290701963","geometry":{"type":"Point","coordinates":[0.350389,51.1696042]},"properties":{"@type":"node","@id":1290701963,"@timestamp":1305743438},"coords":"51.1696042,0.350389","bedrooms":"0","price":"236000","area":"557"} , +{"type":"Feature","id":"n1290899327","geometry":{"type":"Point","coordinates":[-0.1876873,51.4924531]},"properties":{"@type":"node","@id":1290899327,"@timestamp":1615507618},"coords":"51.4924531,-0.1876873","bedrooms":"0","price":"299000","area":"527"} , +{"type":"Feature","id":"n1291094196","geometry":{"type":"Point","coordinates":[-0.3857816,51.595258]},"properties":{"@type":"node","@id":1291094196,"@timestamp":1620652996},"coords":"51.595258,-0.3857816","bedrooms":"2","price":"202000","area":"381"} , +{"type":"Feature","id":"n1291103556","geometry":{"type":"Point","coordinates":[-0.384005,51.5937678]},"properties":{"@type":"node","@id":1291103556,"@timestamp":1620652996},"coords":"51.5937678,-0.384005","bedrooms":"3","price":"195000","area":"371"} , +{"type":"Feature","id":"n1291587055","geometry":{"type":"Point","coordinates":[-0.9753,51.4364804]},"properties":{"@type":"node","@id":1291587055,"@timestamp":1540966443},"coords":"51.4364804,-0.9753","bedrooms":"3","price":"284000","area":"508"} , +{"type":"Feature","id":"n1291818774","geometry":{"type":"Point","coordinates":[0.3825115,51.1710022]},"properties":{"@type":"node","@id":1291818774,"@timestamp":1305826010},"coords":"51.1710022,0.3825115","bedrooms":"1","price":"209000","area":"620"} , +{"type":"Feature","id":"n1291818805","geometry":{"type":"Point","coordinates":[0.3791637,51.1709921]},"properties":{"@type":"node","@id":1291818805,"@timestamp":1305826011},"coords":"51.1709921,0.3791637","bedrooms":"4","price":"191000","area":"430"} , +{"type":"Feature","id":"n1291818855","geometry":{"type":"Point","coordinates":[0.3825253,51.1709266]},"properties":{"@type":"node","@id":1291818855,"@timestamp":1305826011},"coords":"51.1709266,0.3825253","bedrooms":"0","price":"232000","area":"569"} , +{"type":"Feature","id":"n1291818897","geometry":{"type":"Point","coordinates":[0.3665029,51.1703236]},"properties":{"@type":"node","@id":1291818897,"@timestamp":1305826012},"coords":"51.1703236,0.3665029","bedrooms":"1","price":"274000","area":"547"} , +{"type":"Feature","id":"n1291818940","geometry":{"type":"Point","coordinates":[0.3825134,51.1710801]},"properties":{"@type":"node","@id":1291818940,"@timestamp":1305826013},"coords":"51.1710801,0.3825134","bedrooms":"4","price":"168000","area":"580"} , +{"type":"Feature","id":"n1291818976","geometry":{"type":"Point","coordinates":[0.3795439,51.1725109]},"properties":{"@type":"node","@id":1291818976,"@timestamp":1305826014},"coords":"51.1725109,0.3795439","bedrooms":"1","price":"198000","area":"366"} , +{"type":"Feature","id":"n1291819009","geometry":{"type":"Point","coordinates":[0.3755873,51.1709024]},"properties":{"@type":"node","@id":1291819009,"@timestamp":1305826014},"coords":"51.1709024,0.3755873","bedrooms":"0","price":"176000","area":"639"} , +{"type":"Feature","id":"n1291883230","geometry":{"type":"Point","coordinates":[0.4938362,51.0965272]},"properties":{"@type":"node","@id":1291883230,"@timestamp":1305828336},"coords":"51.0965272,0.4938362","bedrooms":"1","price":"262000","area":"350"} , +{"type":"Feature","id":"n1291883268","geometry":{"type":"Point","coordinates":[0.5041508,51.0787056]},"properties":{"@type":"node","@id":1291883268,"@timestamp":1305828337},"coords":"51.0787056,0.5041508","bedrooms":"0","price":"262000","area":"403"} , +{"type":"Feature","id":"n1291883307","geometry":{"type":"Point","coordinates":[0.4940708,51.0916865]},"properties":{"@type":"node","@id":1291883307,"@timestamp":1305828338},"coords":"51.0916865,0.4940708","bedrooms":"3","price":"150000","area":"401"} , +{"type":"Feature","id":"n1291883346","geometry":{"type":"Point","coordinates":[0.5093399,51.1022175]},"properties":{"@type":"node","@id":1291883346,"@timestamp":1305828339},"coords":"51.1022175,0.5093399","bedrooms":"2","price":"277000","area":"544"} , +{"type":"Feature","id":"n1291883390","geometry":{"type":"Point","coordinates":[0.4773613,51.1033323]},"properties":{"@type":"node","@id":1291883390,"@timestamp":1305828339},"coords":"51.1033323,0.4773613","bedrooms":"2","price":"277000","area":"518"} , +{"type":"Feature","id":"n1291883421","geometry":{"type":"Point","coordinates":[0.497066,51.0927187]},"properties":{"@type":"node","@id":1291883421,"@timestamp":1305828340},"coords":"51.0927187,0.497066","bedrooms":"0","price":"208000","area":"404"} , +{"type":"Feature","id":"n1291883460","geometry":{"type":"Point","coordinates":[0.5069874,51.0910736]},"properties":{"@type":"node","@id":1291883460,"@timestamp":1305828341},"coords":"51.0910736,0.5069874","bedrooms":"4","price":"297000","area":"443"} , +{"type":"Feature","id":"n1291883502","geometry":{"type":"Point","coordinates":[0.4998857,51.0944104]},"properties":{"@type":"node","@id":1291883502,"@timestamp":1305828342},"coords":"51.0944104,0.4998857","bedrooms":"4","price":"176000","area":"665"} , +{"type":"Feature","id":"n1291883535","geometry":{"type":"Point","coordinates":[0.4764964,51.1039874]},"properties":{"@type":"node","@id":1291883535,"@timestamp":1305828342},"coords":"51.1039874,0.4764964","bedrooms":"2","price":"186000","area":"352"} , +{"type":"Feature","id":"n1291883559","geometry":{"type":"Point","coordinates":[0.4963074,51.0955406]},"properties":{"@type":"node","@id":1291883559,"@timestamp":1305828343},"coords":"51.0955406,0.4963074","bedrooms":"1","price":"259000","area":"369"} , +{"type":"Feature","id":"n1291883582","geometry":{"type":"Point","coordinates":[0.5043663,51.0817695]},"properties":{"@type":"node","@id":1291883582,"@timestamp":1305828344},"coords":"51.0817695,0.5043663","bedrooms":"0","price":"288000","area":"527"} , +{"type":"Feature","id":"n1291883607","geometry":{"type":"Point","coordinates":[0.5041296,51.0938555]},"properties":{"@type":"node","@id":1291883607,"@timestamp":1305828345},"coords":"51.0938555,0.5041296","bedrooms":"3","price":"252000","area":"656"} , +{"type":"Feature","id":"n1292102002","geometry":{"type":"Point","coordinates":[0.6954423,51.3486326]},"properties":{"@type":"node","@id":1292102002,"@timestamp":1305836470},"coords":"51.3486326,0.6954423","bedrooms":"3","price":"203000","area":"498"} , +{"type":"Feature","id":"n1292102020","geometry":{"type":"Point","coordinates":[0.6982722,51.3517712]},"properties":{"@type":"node","@id":1292102020,"@timestamp":1305836471},"coords":"51.3517712,0.6982722","bedrooms":"4","price":"211000","area":"431"} , +{"type":"Feature","id":"n1292102038","geometry":{"type":"Point","coordinates":[0.7039829,51.3565015]},"properties":{"@type":"node","@id":1292102038,"@timestamp":1305836471},"coords":"51.3565015,0.7039829","bedrooms":"1","price":"280000","area":"512"} , +{"type":"Feature","id":"n1292200966","geometry":{"type":"Point","coordinates":[-0.0259335,51.5026262]},"properties":{"@type":"node","@id":1292200966,"@timestamp":1624970981},"coords":"51.5026262,-0.0259335","bedrooms":"4","price":"278000","area":"605"} , +{"type":"Feature","id":"n1292896214","geometry":{"type":"Point","coordinates":[0.7231734,51.1007235]},"properties":{"@type":"node","@id":1292896214,"@timestamp":1305875820},"coords":"51.1007235,0.7231734","bedrooms":"1","price":"243000","area":"436"} , +{"type":"Feature","id":"n1292896242","geometry":{"type":"Point","coordinates":[0.7075945,51.0875618]},"properties":{"@type":"node","@id":1292896242,"@timestamp":1305875820},"coords":"51.0875618,0.7075945","bedrooms":"0","price":"267000","area":"530"} , +{"type":"Feature","id":"n1292896270","geometry":{"type":"Point","coordinates":[0.7061023,51.0877609]},"properties":{"@type":"node","@id":1292896270,"@timestamp":1305875821},"coords":"51.0877609,0.7061023","bedrooms":"4","price":"273000","area":"473"} , +{"type":"Feature","id":"n1292904364","geometry":{"type":"Point","coordinates":[0.3437653,51.1698653]},"properties":{"@type":"node","@id":1292904364,"@timestamp":1305876394},"coords":"51.1698653,0.3437653","bedrooms":"4","price":"265000","area":"566"} , +{"type":"Feature","id":"n1292904374","geometry":{"type":"Point","coordinates":[0.3438982,51.1698173]},"properties":{"@type":"node","@id":1292904374,"@timestamp":1305876395},"coords":"51.1698173,0.3438982","bedrooms":"4","price":"179000","area":"564"} , +{"type":"Feature","id":"n1292993242","geometry":{"type":"Point","coordinates":[-0.2363256,51.5279476]},"properties":{"@type":"node","@id":1292993242,"@timestamp":1305881445},"coords":"51.5279476,-0.2363256","bedrooms":"4","price":"191000","area":"646"} , +{"type":"Feature","id":"n1293117459","geometry":{"type":"Point","coordinates":[0.4788639,50.8944745]},"properties":{"@type":"node","@id":1293117459,"@timestamp":1305887445},"coords":"50.8944745,0.4788639","bedrooms":"1","price":"296000","area":"520"} , +{"type":"Feature","id":"n1293238797","geometry":{"type":"Point","coordinates":[0.6309324,51.7429094]},"properties":{"@type":"node","@id":1293238797,"@timestamp":1305898690},"coords":"51.7429094,0.6309324","bedrooms":"0","price":"267000","area":"520"} , +{"type":"Feature","id":"n1294362333","geometry":{"type":"Point","coordinates":[-0.1942056,51.8857936]},"properties":{"@type":"node","@id":1294362333,"@timestamp":1613828502},"coords":"51.8857936,-0.1942056","bedrooms":"4","price":"297000","area":"460"} , +{"type":"Feature","id":"n1295348153","geometry":{"type":"Point","coordinates":[-0.080713,51.4974543]},"properties":{"@type":"node","@id":1295348153,"@timestamp":1306010370},"coords":"51.4974543,-0.080713","bedrooms":"4","price":"293000","area":"442"} , +{"type":"Feature","id":"n1295491545","geometry":{"type":"Point","coordinates":[0.0119751,51.4947869]},"properties":{"@type":"node","@id":1295491545,"@timestamp":1632093081},"coords":"51.4947869,0.0119751","bedrooms":"3","price":"150000","area":"386"} , +{"type":"Feature","id":"n1295894899","geometry":{"type":"Point","coordinates":[-0.1760561,51.420452]},"properties":{"@type":"node","@id":1295894899,"@timestamp":1306067116},"coords":"51.420452,-0.1760561","bedrooms":"2","price":"212000","area":"383"} , +{"type":"Feature","id":"n1296074660","geometry":{"type":"Point","coordinates":[-0.1731346,51.4180717]},"properties":{"@type":"node","@id":1296074660,"@timestamp":1624963292},"coords":"51.4180717,-0.1731346","bedrooms":"4","price":"157000","area":"698"} , +{"type":"Feature","id":"n1296111978","geometry":{"type":"Point","coordinates":[0.5806433,51.3686564]},"properties":{"@type":"node","@id":1296111978,"@timestamp":1605656467},"coords":"51.3686564,0.5806433","bedrooms":"3","price":"294000","area":"584"} , +{"type":"Feature","id":"n1296276803","geometry":{"type":"Point","coordinates":[-0.1985083,51.8975955]},"properties":{"@type":"node","@id":1296276803,"@timestamp":1600699189},"coords":"51.8975955,-0.1985083","bedrooms":"2","price":"211000","area":"393"} , +{"type":"Feature","id":"n1296347923","geometry":{"type":"Point","coordinates":[0.104128,51.4912389]},"properties":{"@type":"node","@id":1296347923,"@timestamp":1634927021},"coords":"51.4912389,0.104128","bedrooms":"2","price":"196000","area":"688"} , +{"type":"Feature","id":"n1296439257","geometry":{"type":"Point","coordinates":[0.0823735,51.9401659]},"properties":{"@type":"node","@id":1296439257,"@timestamp":1633871275},"coords":"51.9401659,0.0823735","bedrooms":"0","price":"177000","area":"693"} , +{"type":"Feature","id":"n1296782773","geometry":{"type":"Point","coordinates":[-0.7484598,51.3072155]},"properties":{"@type":"node","@id":1296782773,"@timestamp":1432482309},"coords":"51.3072155,-0.7484598","bedrooms":"1","price":"152000","area":"420"} , +{"type":"Feature","id":"n1296847337","geometry":{"type":"Point","coordinates":[0.1254168,51.4813775]},"properties":{"@type":"node","@id":1296847337,"@timestamp":1634927021},"coords":"51.4813775,0.1254168","bedrooms":"0","price":"295000","area":"420"} , +{"type":"Feature","id":"n1296992847","geometry":{"type":"Point","coordinates":[0.8550402,51.4069868]},"properties":{"@type":"node","@id":1296992847,"@timestamp":1579861188},"coords":"51.4069868,0.8550402","bedrooms":"4","price":"281000","area":"454"} , +{"type":"Feature","id":"n1297001422","geometry":{"type":"Point","coordinates":[0.762593,51.4392783]},"properties":{"@type":"node","@id":1297001422,"@timestamp":1306133567},"coords":"51.4392783,0.762593","bedrooms":"0","price":"174000","area":"561"} , +{"type":"Feature","id":"n1297042359","geometry":{"type":"Point","coordinates":[-0.2368205,51.4526503]},"properties":{"@type":"node","@id":1297042359,"@timestamp":1614901059},"coords":"51.4526503,-0.2368205","bedrooms":"2","price":"220000","area":"581"} , +{"type":"Feature","id":"n1297339871","geometry":{"type":"Point","coordinates":[0.2256084,51.3782382]},"properties":{"@type":"node","@id":1297339871,"@timestamp":1615374656},"coords":"51.3782382,0.2256084","bedrooms":"2","price":"167000","area":"639"} , +{"type":"Feature","id":"n1297669022","geometry":{"type":"Point","coordinates":[0.1277077,51.4958468]},"properties":{"@type":"node","@id":1297669022,"@timestamp":1634927086},"coords":"51.4958468,0.1277077","bedrooms":"4","price":"242000","area":"399"} , +{"type":"Feature","id":"n1297843489","geometry":{"type":"Point","coordinates":[0.0608339,51.4807377]},"properties":{"@type":"node","@id":1297843489,"@timestamp":1624733891},"coords":"51.4807377,0.0608339","bedrooms":"4","price":"178000","area":"492"} , +{"type":"Feature","id":"n1298321740","geometry":{"type":"Point","coordinates":[0.1148849,51.7760661]},"properties":{"@type":"node","@id":1298321740,"@timestamp":1306235916},"coords":"51.7760661,0.1148849","bedrooms":"3","price":"280000","area":"596"} , +{"type":"Feature","id":"n1298431460","geometry":{"type":"Point","coordinates":[-0.1021033,51.5232441]},"properties":{"@type":"node","@id":1298431460,"@timestamp":1633980544},"coords":"51.5232441,-0.1021033","bedrooms":"1","price":"263000","area":"452"} , +{"type":"Feature","id":"n1298715228","geometry":{"type":"Point","coordinates":[-0.9440115,51.4404567]},"properties":{"@type":"node","@id":1298715228,"@timestamp":1634733053},"coords":"51.4404567,-0.9440115","bedrooms":"2","price":"208000","area":"546"} , +{"type":"Feature","id":"n1298802096","geometry":{"type":"Point","coordinates":[-0.7926061,51.3017575]},"properties":{"@type":"node","@id":1298802096,"@timestamp":1568140133},"coords":"51.3017575,-0.7926061","bedrooms":"2","price":"226000","area":"620"} , +{"type":"Feature","id":"n1299845779","geometry":{"type":"Point","coordinates":[-0.3562386,51.2396186]},"properties":{"@type":"node","@id":1299845779,"@timestamp":1598952151},"coords":"51.2396186,-0.3562386","bedrooms":"3","price":"198000","area":"692"} , +{"type":"Feature","id":"n1300023312","geometry":{"type":"Point","coordinates":[0.1329643,51.757657]},"properties":{"@type":"node","@id":1300023312,"@timestamp":1306350980},"coords":"51.757657,0.1329643","bedrooms":"4","price":"225000","area":"695"} , +{"type":"Feature","id":"n1300225444","geometry":{"type":"Point","coordinates":[-0.9150246,51.4530738]},"properties":{"@type":"node","@id":1300225444,"@timestamp":1306360771},"coords":"51.4530738,-0.9150246","bedrooms":"2","price":"158000","area":"576"} , +{"type":"Feature","id":"n1300266931","geometry":{"type":"Point","coordinates":[-0.0035912,51.5095504]},"properties":{"@type":"node","@id":1300266931,"@timestamp":1620930115},"coords":"51.5095504,-0.0035912","bedrooms":"4","price":"245000","area":"373"} , +{"type":"Feature","id":"n1300659649","geometry":{"type":"Point","coordinates":[-0.4317424,51.7481583]},"properties":{"@type":"node","@id":1300659649,"@timestamp":1549269548},"coords":"51.7481583,-0.4317424","bedrooms":"4","price":"258000","area":"628"} , +{"type":"Feature","id":"n1301693597","geometry":{"type":"Point","coordinates":[-0.0053426,51.9712932]},"properties":{"@type":"node","@id":1301693597,"@timestamp":1306482502},"coords":"51.9712932,-0.0053426","bedrooms":"2","price":"203000","area":"614"} , +{"type":"Feature","id":"n1302133011","geometry":{"type":"Point","coordinates":[-0.9463295,51.4274104]},"properties":{"@type":"node","@id":1302133011,"@timestamp":1306515164},"coords":"51.4274104,-0.9463295","bedrooms":"0","price":"262000","area":"601"} , +{"type":"Feature","id":"n1303303903","geometry":{"type":"Point","coordinates":[0.4685734,51.7389325]},"properties":{"@type":"node","@id":1303303903,"@timestamp":1616931995},"coords":"51.7389325,0.4685734","bedrooms":"1","price":"242000","area":"364"} , +{"type":"Feature","id":"n1303490177","geometry":{"type":"Point","coordinates":[-1.0913667,51.2857872]},"properties":{"@type":"node","@id":1303490177,"@timestamp":1306586994},"coords":"51.2857872,-1.0913667","bedrooms":"3","price":"235000","area":"596"} , +{"type":"Feature","id":"n1303883181","geometry":{"type":"Point","coordinates":[0.2675151,51.3589859]},"properties":{"@type":"node","@id":1303883181,"@timestamp":1306604722},"coords":"51.3589859,0.2675151","bedrooms":"0","price":"173000","area":"426"} , +{"type":"Feature","id":"n1303967464","geometry":{"type":"Point","coordinates":[-0.4909047,50.9476254]},"properties":{"@type":"node","@id":1303967464,"@timestamp":1619443609},"coords":"50.9476254,-0.4909047","bedrooms":"1","price":"238000","area":"564"} , +{"type":"Feature","id":"n1304017041","geometry":{"type":"Point","coordinates":[-0.4914457,50.9399173]},"properties":{"@type":"node","@id":1304017041,"@timestamp":1306612967},"coords":"50.9399173,-0.4914457","bedrooms":"4","price":"195000","area":"636"} , +{"type":"Feature","id":"n1304102718","geometry":{"type":"Point","coordinates":[-0.1988737,51.5668562]},"properties":{"@type":"node","@id":1304102718,"@timestamp":1539613846},"coords":"51.5668562,-0.1988737","bedrooms":"2","price":"203000","area":"355"} , +{"type":"Feature","id":"n1304627267","geometry":{"type":"Point","coordinates":[0.2642057,51.3581672]},"properties":{"@type":"node","@id":1304627267,"@timestamp":1306665178},"coords":"51.3581672,0.2642057","bedrooms":"2","price":"155000","area":"613"} , +{"type":"Feature","id":"n1304627364","geometry":{"type":"Point","coordinates":[0.2639697,51.3585331]},"properties":{"@type":"node","@id":1304627364,"@timestamp":1306665182},"coords":"51.3585331,0.2639697","bedrooms":"3","price":"226000","area":"578"} , +{"type":"Feature","id":"n1304638761","geometry":{"type":"Point","coordinates":[0.2649247,51.3591788]},"properties":{"@type":"node","@id":1304638761,"@timestamp":1306665525},"coords":"51.3591788,0.2649247","bedrooms":"4","price":"271000","area":"613"} , +{"type":"Feature","id":"n1304638886","geometry":{"type":"Point","coordinates":[0.2592357,51.3576681]},"properties":{"@type":"node","@id":1304638886,"@timestamp":1306665527},"coords":"51.3576681,0.2592357","bedrooms":"4","price":"205000","area":"573"} , +{"type":"Feature","id":"n1304651128","geometry":{"type":"Point","coordinates":[-0.2155388,51.4605411]},"properties":{"@type":"node","@id":1304651128,"@timestamp":1622914800},"coords":"51.4605411,-0.2155388","bedrooms":"3","price":"176000","area":"699"} , +{"type":"Feature","id":"n1304651968","geometry":{"type":"Point","coordinates":[0.2552472,51.3586881]},"properties":{"@type":"node","@id":1304651968,"@timestamp":1306666173},"coords":"51.3586881,0.2552472","bedrooms":"0","price":"220000","area":"461"} , +{"type":"Feature","id":"n1304656417","geometry":{"type":"Point","coordinates":[0.2545525,51.3607163]},"properties":{"@type":"node","@id":1304656417,"@timestamp":1306666717},"coords":"51.3607163,0.2545525","bedrooms":"2","price":"244000","area":"675"} , +{"type":"Feature","id":"n1304666682","geometry":{"type":"Point","coordinates":[0.2557031,51.3585942]},"properties":{"@type":"node","@id":1304666682,"@timestamp":1306667410},"coords":"51.3585942,0.2557031","bedrooms":"3","price":"228000","area":"456"} , +{"type":"Feature","id":"n1304666738","geometry":{"type":"Point","coordinates":[0.2525596,51.3550401]},"properties":{"@type":"node","@id":1304666738,"@timestamp":1306667411},"coords":"51.3550401,0.2525596","bedrooms":"4","price":"177000","area":"563"} , +{"type":"Feature","id":"n1304809946","geometry":{"type":"Point","coordinates":[-0.1226485,51.5195946]},"properties":{"@type":"node","@id":1304809946,"@timestamp":1306677576},"coords":"51.5195946,-0.1226485","bedrooms":"1","price":"268000","area":"646"} , +{"type":"Feature","id":"n1304905930","geometry":{"type":"Point","coordinates":[0.5058955,51.4095536]},"properties":{"@type":"node","@id":1304905930,"@timestamp":1500142884},"coords":"51.4095536,0.5058955","bedrooms":"3","price":"182000","area":"358"} , +{"type":"Feature","id":"n1305112922","geometry":{"type":"Point","coordinates":[-0.0883467,51.6569649]},"properties":{"@type":"node","@id":1305112922,"@timestamp":1614852278},"coords":"51.6569649,-0.0883467","bedrooms":"2","price":"198000","area":"576"} , +{"type":"Feature","id":"n1305112988","geometry":{"type":"Point","coordinates":[-0.0881287,51.6587908]},"properties":{"@type":"node","@id":1305112988,"@timestamp":1631106382},"coords":"51.6587908,-0.0881287","bedrooms":"3","price":"229000","area":"414"} , +{"type":"Feature","id":"n1305113074","geometry":{"type":"Point","coordinates":[-0.0891191,51.6577054]},"properties":{"@type":"node","@id":1305113074,"@timestamp":1306694084},"coords":"51.6577054,-0.0891191","bedrooms":"3","price":"158000","area":"393"} , +{"type":"Feature","id":"n1305121443","geometry":{"type":"Point","coordinates":[-0.0887061,51.6565855]},"properties":{"@type":"node","@id":1305121443,"@timestamp":1306694399},"coords":"51.6565855,-0.0887061","bedrooms":"0","price":"194000","area":"495"} , +{"type":"Feature","id":"n1305234946","geometry":{"type":"Point","coordinates":[-0.6002592,51.4083683]},"properties":{"@type":"node","@id":1305234946,"@timestamp":1536875392},"coords":"51.4083683,-0.6002592","bedrooms":"0","price":"265000","area":"519"} , +{"type":"Feature","id":"n1305248128","geometry":{"type":"Point","coordinates":[-0.0877727,51.6559582]},"properties":{"@type":"node","@id":1305248128,"@timestamp":1306703303},"coords":"51.6559582,-0.0877727","bedrooms":"2","price":"298000","area":"422"} , +{"type":"Feature","id":"n1305250016","geometry":{"type":"Point","coordinates":[-0.088092,51.6553559]},"properties":{"@type":"node","@id":1305250016,"@timestamp":1614773364},"coords":"51.6553559,-0.088092","bedrooms":"0","price":"255000","area":"676"} , +{"type":"Feature","id":"n1305283590","geometry":{"type":"Point","coordinates":[-0.0895778,51.6541993]},"properties":{"@type":"node","@id":1305283590,"@timestamp":1483827809},"coords":"51.6541993,-0.0895778","bedrooms":"4","price":"286000","area":"605"} , +{"type":"Feature","id":"n1305303585","geometry":{"type":"Point","coordinates":[-0.0863885,51.653968]},"properties":{"@type":"node","@id":1305303585,"@timestamp":1615287998},"coords":"51.653968,-0.0863885","bedrooms":"2","price":"260000","area":"617"} , +{"type":"Feature","id":"n1305303597","geometry":{"type":"Point","coordinates":[-0.0849188,51.6526967]},"properties":{"@type":"node","@id":1305303597,"@timestamp":1306709343},"coords":"51.6526967,-0.0849188","bedrooms":"3","price":"174000","area":"511"} , +{"type":"Feature","id":"n1305303617","geometry":{"type":"Point","coordinates":[-0.0851763,51.65269]},"properties":{"@type":"node","@id":1305303617,"@timestamp":1306709343},"coords":"51.65269,-0.0851763","bedrooms":"2","price":"277000","area":"608"} , +{"type":"Feature","id":"n1305571445","geometry":{"type":"Point","coordinates":[-0.2159851,51.4981755]},"properties":{"@type":"node","@id":1305571445,"@timestamp":1633278647},"coords":"51.4981755,-0.2159851","bedrooms":"4","price":"263000","area":"660"} , +{"type":"Feature","id":"n1305740217","geometry":{"type":"Point","coordinates":[-0.0853319,51.6540364]},"properties":{"@type":"node","@id":1305740217,"@timestamp":1306757387},"coords":"51.6540364,-0.0853319","bedrooms":"0","price":"204000","area":"441"} , +{"type":"Feature","id":"n1305740230","geometry":{"type":"Point","coordinates":[-0.0872403,51.6544498]},"properties":{"@type":"node","@id":1305740230,"@timestamp":1626164621},"coords":"51.6544498,-0.0872403","bedrooms":"3","price":"202000","area":"408"} , +{"type":"Feature","id":"n1305742508","geometry":{"type":"Point","coordinates":[-0.087156,51.6545772]},"properties":{"@type":"node","@id":1305742508,"@timestamp":1626164621},"coords":"51.6545772,-0.087156","bedrooms":"1","price":"256000","area":"606"} , +{"type":"Feature","id":"n1305743952","geometry":{"type":"Point","coordinates":[-0.0879256,51.6577768]},"properties":{"@type":"node","@id":1305743952,"@timestamp":1614331881},"coords":"51.6577768,-0.0879256","bedrooms":"1","price":"208000","area":"579"} , +{"type":"Feature","id":"n1305746921","geometry":{"type":"Point","coordinates":[-0.0873571,51.6562726]},"properties":{"@type":"node","@id":1305746921,"@timestamp":1306758270},"coords":"51.6562726,-0.0873571","bedrooms":"4","price":"250000","area":"404"} , +{"type":"Feature","id":"n1305763281","geometry":{"type":"Point","coordinates":[-0.087357,51.6583925]},"properties":{"@type":"node","@id":1305763281,"@timestamp":1612706673},"coords":"51.6583925,-0.087357","bedrooms":"1","price":"277000","area":"463"} , +{"type":"Feature","id":"n1305763324","geometry":{"type":"Point","coordinates":[-0.0853722,51.6582927]},"properties":{"@type":"node","@id":1305763324,"@timestamp":1612706673},"coords":"51.6582927,-0.0853722","bedrooms":"2","price":"278000","area":"414"} , +{"type":"Feature","id":"n1305763349","geometry":{"type":"Point","coordinates":[-0.0856887,51.6574657]},"properties":{"@type":"node","@id":1305763349,"@timestamp":1615367477},"coords":"51.6574657,-0.0856887","bedrooms":"0","price":"270000","area":"497"} , +{"type":"Feature","id":"n1305763393","geometry":{"type":"Point","coordinates":[-0.0854929,51.6575705]},"properties":{"@type":"node","@id":1305763393,"@timestamp":1615367477},"coords":"51.6575705,-0.0854929","bedrooms":"0","price":"278000","area":"612"} , +{"type":"Feature","id":"n1305763433","geometry":{"type":"Point","coordinates":[-0.084243,51.65791]},"properties":{"@type":"node","@id":1305763433,"@timestamp":1615367477},"coords":"51.65791,-0.084243","bedrooms":"1","price":"280000","area":"378"} , +{"type":"Feature","id":"n1305763487","geometry":{"type":"Point","coordinates":[-0.0867025,51.6571795]},"properties":{"@type":"node","@id":1305763487,"@timestamp":1612706673},"coords":"51.6571795,-0.0867025","bedrooms":"4","price":"222000","area":"574"} , +{"type":"Feature","id":"n1305876544","geometry":{"type":"Point","coordinates":[-0.3455696,51.720489]},"properties":{"@type":"node","@id":1305876544,"@timestamp":1626087741},"coords":"51.720489,-0.3455696","bedrooms":"0","price":"265000","area":"467"} , +{"type":"Feature","id":"n1305941520","geometry":{"type":"Point","coordinates":[-0.2257965,51.4543512]},"properties":{"@type":"node","@id":1305941520,"@timestamp":1375977170},"coords":"51.4543512,-0.2257965","bedrooms":"3","price":"293000","area":"577"} , +{"type":"Feature","id":"n1306027100","geometry":{"type":"Point","coordinates":[-0.9821029,50.9542458]},"properties":{"@type":"node","@id":1306027100,"@timestamp":1386199009},"coords":"50.9542458,-0.9821029","bedrooms":"4","price":"176000","area":"541"} , +{"type":"Feature","id":"n1306187470","geometry":{"type":"Point","coordinates":[-0.1284923,51.4984016]},"properties":{"@type":"node","@id":1306187470,"@timestamp":1306790406},"coords":"51.4984016,-0.1284923","bedrooms":"3","price":"185000","area":"354"} , +{"type":"Feature","id":"n1306282291","geometry":{"type":"Point","coordinates":[-0.3493536,51.7191858]},"properties":{"@type":"node","@id":1306282291,"@timestamp":1306799675},"coords":"51.7191858,-0.3493536","bedrooms":"0","price":"215000","area":"469"} , +{"type":"Feature","id":"n1307096732","geometry":{"type":"Point","coordinates":[0.1668295,51.1346726]},"properties":{"@type":"node","@id":1307096732,"@timestamp":1591527136},"coords":"51.1346726,0.1668295","bedrooms":"1","price":"254000","area":"544"} , +{"type":"Feature","id":"n1307571207","geometry":{"type":"Point","coordinates":[-1.0888094,50.9808743]},"properties":{"@type":"node","@id":1307571207,"@timestamp":1393105012},"coords":"50.9808743,-1.0888094","bedrooms":"4","price":"185000","area":"431"} , +{"type":"Feature","id":"n1307855488","geometry":{"type":"Point","coordinates":[-0.1654175,51.5080785]},"properties":{"@type":"node","@id":1307855488,"@timestamp":1306944863},"coords":"51.5080785,-0.1654175","bedrooms":"4","price":"189000","area":"673"} , +{"type":"Feature","id":"n1308349452","geometry":{"type":"Point","coordinates":[0.0280014,51.5877631]},"properties":{"@type":"node","@id":1308349452,"@timestamp":1330804522},"coords":"51.5877631,0.0280014","bedrooms":"0","price":"160000","area":"664"} , +{"type":"Feature","id":"n1308759326","geometry":{"type":"Point","coordinates":[-0.1083193,51.4982582]},"properties":{"@type":"node","@id":1308759326,"@timestamp":1619630485},"coords":"51.4982582,-0.1083193","bedrooms":"1","price":"185000","area":"414"} , +{"type":"Feature","id":"n1309157467","geometry":{"type":"Point","coordinates":[0.6956948,51.599648]},"properties":{"@type":"node","@id":1309157467,"@timestamp":1307026308},"coords":"51.599648,0.6956948","bedrooms":"1","price":"166000","area":"400"} , +{"type":"Feature","id":"n1309364922","geometry":{"type":"Point","coordinates":[-0.074087,51.502292]},"properties":{"@type":"node","@id":1309364922,"@timestamp":1307038107},"coords":"51.502292,-0.074087","bedrooms":"4","price":"265000","area":"382"} , +{"type":"Feature","id":"n1309768301","geometry":{"type":"Point","coordinates":[-0.8875286,51.4474725]},"properties":{"@type":"node","@id":1309768301,"@timestamp":1566594433},"coords":"51.4474725,-0.8875286","bedrooms":"3","price":"189000","area":"482"} , +{"type":"Feature","id":"n1310696907","geometry":{"type":"Point","coordinates":[-0.959437,51.451539]},"properties":{"@type":"node","@id":1310696907,"@timestamp":1614202247},"coords":"51.451539,-0.959437","bedrooms":"1","price":"280000","area":"513"} , +{"type":"Feature","id":"n1310832244","geometry":{"type":"Point","coordinates":[-0.8911754,51.4353258]},"properties":{"@type":"node","@id":1310832244,"@timestamp":1387115535},"coords":"51.4353258,-0.8911754","bedrooms":"4","price":"203000","area":"482"} , +{"type":"Feature","id":"n1310905348","geometry":{"type":"Point","coordinates":[-0.4662687,50.9885753]},"properties":{"@type":"node","@id":1310905348,"@timestamp":1307126079},"coords":"50.9885753,-0.4662687","bedrooms":"0","price":"153000","area":"577"} , +{"type":"Feature","id":"n1311004231","geometry":{"type":"Point","coordinates":[-0.8670407,51.4777386]},"properties":{"@type":"node","@id":1311004231,"@timestamp":1307132214},"coords":"51.4777386,-0.8670407","bedrooms":"3","price":"181000","area":"483"} , +{"type":"Feature","id":"n1311144364","geometry":{"type":"Point","coordinates":[-0.9595218,51.4230067]},"properties":{"@type":"node","@id":1311144364,"@timestamp":1626627056},"coords":"51.4230067,-0.9595218","bedrooms":"1","price":"270000","area":"623"} , +{"type":"Feature","id":"n1311353129","geometry":{"type":"Point","coordinates":[-0.146967,51.5594585]},"properties":{"@type":"node","@id":1311353129,"@timestamp":1613338203},"coords":"51.5594585,-0.146967","bedrooms":"4","price":"212000","area":"616"} , +{"type":"Feature","id":"n1311515046","geometry":{"type":"Point","coordinates":[-0.045472,51.4359885]},"properties":{"@type":"node","@id":1311515046,"@timestamp":1307170548},"coords":"51.4359885,-0.045472","bedrooms":"2","price":"233000","area":"362"} , +{"type":"Feature","id":"n1311515058","geometry":{"type":"Point","coordinates":[-0.045499,51.4358217]},"properties":{"@type":"node","@id":1311515058,"@timestamp":1307170541},"coords":"51.4358217,-0.045499","bedrooms":"4","price":"232000","area":"574"} , +{"type":"Feature","id":"n1311515071","geometry":{"type":"Point","coordinates":[-0.0454467,51.4356952]},"properties":{"@type":"node","@id":1311515071,"@timestamp":1307170547},"coords":"51.4356952,-0.0454467","bedrooms":"4","price":"274000","area":"424"} , +{"type":"Feature","id":"n1311515089","geometry":{"type":"Point","coordinates":[-0.0455202,51.4359859]},"properties":{"@type":"node","@id":1311515089,"@timestamp":1307170542},"coords":"51.4359859,-0.0455202","bedrooms":"1","price":"167000","area":"403"} , +{"type":"Feature","id":"n1311515118","geometry":{"type":"Point","coordinates":[-0.0454497,51.4357176]},"properties":{"@type":"node","@id":1311515118,"@timestamp":1307170542},"coords":"51.4357176,-0.0454497","bedrooms":"3","price":"232000","area":"515"} , +{"type":"Feature","id":"n1311515141","geometry":{"type":"Point","coordinates":[-0.0454356,51.4355557]},"properties":{"@type":"node","@id":1311515141,"@timestamp":1307170546},"coords":"51.4355557,-0.0454356","bedrooms":"0","price":"162000","area":"612"} , +{"type":"Feature","id":"n1311515170","geometry":{"type":"Point","coordinates":[-0.0456762,51.4359549]},"properties":{"@type":"node","@id":1311515170,"@timestamp":1307170540},"coords":"51.4359549,-0.0456762","bedrooms":"4","price":"270000","area":"415"} , +{"type":"Feature","id":"n1311515199","geometry":{"type":"Point","coordinates":[-0.0454387,51.4355781]},"properties":{"@type":"node","@id":1311515199,"@timestamp":1307170541},"coords":"51.4355781,-0.0454387","bedrooms":"3","price":"200000","area":"555"} , +{"type":"Feature","id":"n1311515222","geometry":{"type":"Point","coordinates":[-0.0454868,51.4356141]},"properties":{"@type":"node","@id":1311515222,"@timestamp":1307170542},"coords":"51.4356141,-0.0454868","bedrooms":"4","price":"158000","area":"359"} , +{"type":"Feature","id":"n1311523461","geometry":{"type":"Point","coordinates":[-0.5634586,51.6669998]},"properties":{"@type":"node","@id":1311523461,"@timestamp":1596631888},"coords":"51.6669998,-0.5634586","bedrooms":"3","price":"274000","area":"563"} , +{"type":"Feature","id":"n1311544383","geometry":{"type":"Point","coordinates":[-0.5711895,51.6687269]},"properties":{"@type":"node","@id":1311544383,"@timestamp":1598992271},"coords":"51.6687269,-0.5711895","bedrooms":"3","price":"196000","area":"596"} , +{"type":"Feature","id":"n1311694991","geometry":{"type":"Point","coordinates":[-0.56061,51.6678298]},"properties":{"@type":"node","@id":1311694991,"@timestamp":1595374336},"coords":"51.6678298,-0.56061","bedrooms":"4","price":"297000","area":"607"} , +{"type":"Feature","id":"n1311769889","geometry":{"type":"Point","coordinates":[-0.2129856,51.4816244]},"properties":{"@type":"node","@id":1311769889,"@timestamp":1568652319},"coords":"51.4816244,-0.2129856","bedrooms":"1","price":"182000","area":"489"} , +{"type":"Feature","id":"n1311962122","geometry":{"type":"Point","coordinates":[-0.0933168,51.512505]},"properties":{"@type":"node","@id":1311962122,"@timestamp":1564911795},"coords":"51.512505,-0.0933168","bedrooms":"1","price":"248000","area":"560"} , +{"type":"Feature","id":"n1312188679","geometry":{"type":"Point","coordinates":[-0.0861159,51.5167655]},"properties":{"@type":"node","@id":1312188679,"@timestamp":1624712304},"coords":"51.5167655,-0.0861159","bedrooms":"4","price":"229000","area":"458"} , +{"type":"Feature","id":"n1312310534","geometry":{"type":"Point","coordinates":[-0.1510825,51.5562495]},"properties":{"@type":"node","@id":1312310534,"@timestamp":1307218608},"coords":"51.5562495,-0.1510825","bedrooms":"3","price":"261000","area":"605"} , +{"type":"Feature","id":"n1312360998","geometry":{"type":"Point","coordinates":[-0.5293336,51.8608966]},"properties":{"@type":"node","@id":1312360998,"@timestamp":1447940322},"coords":"51.8608966,-0.5293336","bedrooms":"2","price":"253000","area":"586"} , +{"type":"Feature","id":"n1312454038","geometry":{"type":"Point","coordinates":[-0.0838484,51.5134084]},"properties":{"@type":"node","@id":1312454038,"@timestamp":1627966700},"coords":"51.5134084,-0.0838484","bedrooms":"3","price":"291000","area":"439"} , +{"type":"Feature","id":"n1312678766","geometry":{"type":"Point","coordinates":[-0.3814951,51.5916232]},"properties":{"@type":"node","@id":1312678766,"@timestamp":1307742591},"coords":"51.5916232,-0.3814951","bedrooms":"3","price":"230000","area":"601"} , +{"type":"Feature","id":"n1312678793","geometry":{"type":"Point","coordinates":[-0.3844199,51.5954213]},"properties":{"@type":"node","@id":1312678793,"@timestamp":1307257601},"coords":"51.5954213,-0.3844199","bedrooms":"1","price":"213000","area":"377"} , +{"type":"Feature","id":"n1312678832","geometry":{"type":"Point","coordinates":[-0.3464443,51.5789448]},"properties":{"@type":"node","@id":1312678832,"@timestamp":1623417619},"coords":"51.5789448,-0.3464443","bedrooms":"1","price":"247000","area":"404"} , +{"type":"Feature","id":"n1312678949","geometry":{"type":"Point","coordinates":[-0.3847218,51.5954654]},"properties":{"@type":"node","@id":1312678949,"@timestamp":1583358384},"coords":"51.5954654,-0.3847218","bedrooms":"1","price":"178000","area":"549"} , +{"type":"Feature","id":"n1312736553","geometry":{"type":"Point","coordinates":[-0.4264604,51.611932]},"properties":{"@type":"node","@id":1312736553,"@timestamp":1543774616},"coords":"51.611932,-0.4264604","bedrooms":"4","price":"178000","area":"466"} , +{"type":"Feature","id":"n1312736583","geometry":{"type":"Point","coordinates":[-0.4265369,51.6119398]},"properties":{"@type":"node","@id":1312736583,"@timestamp":1543774616},"coords":"51.6119398,-0.4265369","bedrooms":"4","price":"288000","area":"368"} , +{"type":"Feature","id":"n1312736617","geometry":{"type":"Point","coordinates":[-0.4336951,51.6296618]},"properties":{"@type":"node","@id":1312736617,"@timestamp":1543774616},"coords":"51.6296618,-0.4336951","bedrooms":"1","price":"238000","area":"446"} , +{"type":"Feature","id":"n1312736735","geometry":{"type":"Point","coordinates":[-0.4262033,51.6123729]},"properties":{"@type":"node","@id":1312736735,"@timestamp":1307261448},"coords":"51.6123729,-0.4262033","bedrooms":"4","price":"278000","area":"434"} , +{"type":"Feature","id":"n1312772309","geometry":{"type":"Point","coordinates":[-0.1594512,51.5641356]},"properties":{"@type":"node","@id":1312772309,"@timestamp":1307265601},"coords":"51.5641356,-0.1594512","bedrooms":"1","price":"193000","area":"445"} , +{"type":"Feature","id":"n1312872656","geometry":{"type":"Point","coordinates":[-0.146692,51.5670557]},"properties":{"@type":"node","@id":1312872656,"@timestamp":1456772418},"coords":"51.5670557,-0.146692","bedrooms":"0","price":"221000","area":"636"} , +{"type":"Feature","id":"n1312936952","geometry":{"type":"Point","coordinates":[-0.0116623,51.1263854]},"properties":{"@type":"node","@id":1312936952,"@timestamp":1620648455},"coords":"51.1263854,-0.0116623","bedrooms":"1","price":"237000","area":"465"} , +{"type":"Feature","id":"n1313043723","geometry":{"type":"Point","coordinates":[0.0201629,51.1040168]},"properties":{"@type":"node","@id":1313043723,"@timestamp":1307281414},"coords":"51.1040168,0.0201629","bedrooms":"2","price":"231000","area":"513"} , +{"type":"Feature","id":"n1313124466","geometry":{"type":"Point","coordinates":[0.656233,51.5690051]},"properties":{"@type":"node","@id":1313124466,"@timestamp":1307285270},"coords":"51.5690051,0.656233","bedrooms":"1","price":"227000","area":"683"} , +{"type":"Feature","id":"n1313237310","geometry":{"type":"Point","coordinates":[-0.101692,51.5199468]},"properties":{"@type":"node","@id":1313237310,"@timestamp":1499012859},"coords":"51.5199468,-0.101692","bedrooms":"1","price":"152000","area":"419"} , +{"type":"Feature","id":"n1313282542","geometry":{"type":"Point","coordinates":[-0.3827351,51.8138383]},"properties":{"@type":"node","@id":1313282542,"@timestamp":1307295778},"coords":"51.8138383,-0.3827351","bedrooms":"2","price":"223000","area":"592"} , +{"type":"Feature","id":"n1313282701","geometry":{"type":"Point","coordinates":[-0.4068529,51.7897883]},"properties":{"@type":"node","@id":1313282701,"@timestamp":1626784336},"coords":"51.7897883,-0.4068529","bedrooms":"3","price":"240000","area":"564"} , +{"type":"Feature","id":"n1313282816","geometry":{"type":"Point","coordinates":[-0.3854819,51.8044123]},"properties":{"@type":"node","@id":1313282816,"@timestamp":1307295789},"coords":"51.8044123,-0.3854819","bedrooms":"1","price":"264000","area":"691"} , +{"type":"Feature","id":"n1313282920","geometry":{"type":"Point","coordinates":[-0.3928176,51.7937168]},"properties":{"@type":"node","@id":1313282920,"@timestamp":1307295793},"coords":"51.7937168,-0.3928176","bedrooms":"3","price":"264000","area":"647"} , +{"type":"Feature","id":"n1313298820","geometry":{"type":"Point","coordinates":[-0.1869328,51.5496379]},"properties":{"@type":"node","@id":1313298820,"@timestamp":1397779842},"coords":"51.5496379,-0.1869328","bedrooms":"0","price":"208000","area":"599"} , +{"type":"Feature","id":"n1313545951","geometry":{"type":"Point","coordinates":[-0.9562803,51.4597491]},"properties":{"@type":"node","@id":1313545951,"@timestamp":1615022240},"coords":"51.4597491,-0.9562803","bedrooms":"0","price":"251000","area":"615"} , +{"type":"Feature","id":"n1313828756","geometry":{"type":"Point","coordinates":[-0.7061111,51.7025048]},"properties":{"@type":"node","@id":1313828756,"@timestamp":1532987273},"coords":"51.7025048,-0.7061111","bedrooms":"0","price":"242000","area":"407"} , +{"type":"Feature","id":"n1313828850","geometry":{"type":"Point","coordinates":[-0.447517,51.6329362]},"properties":{"@type":"node","@id":1313828850,"@timestamp":1410805440},"coords":"51.6329362,-0.447517","bedrooms":"3","price":"173000","area":"534"} , +{"type":"Feature","id":"n1313976022","geometry":{"type":"Point","coordinates":[-0.5563131,51.6072315]},"properties":{"@type":"node","@id":1313976022,"@timestamp":1634572560},"coords":"51.6072315,-0.5563131","bedrooms":"4","price":"273000","area":"399"} , +{"type":"Feature","id":"n1314004510","geometry":{"type":"Point","coordinates":[-0.1923595,51.5413973]},"properties":{"@type":"node","@id":1314004510,"@timestamp":1627647206},"coords":"51.5413973,-0.1923595","bedrooms":"0","price":"249000","area":"510"} , +{"type":"Feature","id":"n1314029721","geometry":{"type":"Point","coordinates":[-0.029834,51.9692588]},"properties":{"@type":"node","@id":1314029721,"@timestamp":1307360839},"coords":"51.9692588,-0.029834","bedrooms":"1","price":"273000","area":"433"} , +{"type":"Feature","id":"n1314029979","geometry":{"type":"Point","coordinates":[-0.0300486,51.9696951]},"properties":{"@type":"node","@id":1314029979,"@timestamp":1307360844},"coords":"51.9696951,-0.0300486","bedrooms":"4","price":"171000","area":"682"} , +{"type":"Feature","id":"n1314030179","geometry":{"type":"Point","coordinates":[-0.0295245,51.9689524]},"properties":{"@type":"node","@id":1314030179,"@timestamp":1307360849},"coords":"51.9689524,-0.0295245","bedrooms":"4","price":"173000","area":"465"} , +{"type":"Feature","id":"n1314268636","geometry":{"type":"Point","coordinates":[-0.1388668,51.4609131]},"properties":{"@type":"node","@id":1314268636,"@timestamp":1543944810},"coords":"51.4609131,-0.1388668","bedrooms":"3","price":"184000","area":"442"} , +{"type":"Feature","id":"n1314268681","geometry":{"type":"Point","coordinates":[-0.1382187,51.461383]},"properties":{"@type":"node","@id":1314268681,"@timestamp":1307379714},"coords":"51.461383,-0.1382187","bedrooms":"3","price":"266000","area":"382"} , +{"type":"Feature","id":"n1314277962","geometry":{"type":"Point","coordinates":[-0.1278605,51.649203]},"properties":{"@type":"node","@id":1314277962,"@timestamp":1419528731},"coords":"51.649203,-0.1278605","bedrooms":"2","price":"216000","area":"630"} , +{"type":"Feature","id":"n1314519953","geometry":{"type":"Point","coordinates":[-0.8116169,51.7241379]},"properties":{"@type":"node","@id":1314519953,"@timestamp":1463655292},"coords":"51.7241379,-0.8116169","bedrooms":"3","price":"201000","area":"459"} , +{"type":"Feature","id":"n1314545205","geometry":{"type":"Point","coordinates":[0.1079392,51.1599871]},"properties":{"@type":"node","@id":1314545205,"@timestamp":1307395130},"coords":"51.1599871,0.1079392","bedrooms":"1","price":"299000","area":"399"} , +{"type":"Feature","id":"n1314925425","geometry":{"type":"Point","coordinates":[-0.1442962,51.4558492]},"properties":{"@type":"node","@id":1314925425,"@timestamp":1307440553},"coords":"51.4558492,-0.1442962","bedrooms":"0","price":"193000","area":"474"} , +{"type":"Feature","id":"n1314925457","geometry":{"type":"Point","coordinates":[-0.1473632,51.4525428]},"properties":{"@type":"node","@id":1314925457,"@timestamp":1307440559},"coords":"51.4525428,-0.1473632","bedrooms":"3","price":"268000","area":"554"} , +{"type":"Feature","id":"n1314925489","geometry":{"type":"Point","coordinates":[-0.142997,51.4570629]},"properties":{"@type":"node","@id":1314925489,"@timestamp":1307440562},"coords":"51.4570629,-0.142997","bedrooms":"4","price":"281000","area":"402"} , +{"type":"Feature","id":"n1315133458","geometry":{"type":"Point","coordinates":[0.4094724,51.3187455]},"properties":{"@type":"node","@id":1315133458,"@timestamp":1543944812},"coords":"51.3187455,0.4094724","bedrooms":"0","price":"215000","area":"488"} , +{"type":"Feature","id":"n1315354557","geometry":{"type":"Point","coordinates":[-0.2934891,51.3223215]},"properties":{"@type":"node","@id":1315354557,"@timestamp":1478391971},"coords":"51.3223215,-0.2934891","bedrooms":"1","price":"183000","area":"530"} , +{"type":"Feature","id":"n1315533256","geometry":{"type":"Point","coordinates":[0.0226593,51.5964852]},"properties":{"@type":"node","@id":1315533256,"@timestamp":1630136203},"coords":"51.5964852,0.0226593","bedrooms":"3","price":"257000","area":"626"} , +{"type":"Feature","id":"n1315550703","geometry":{"type":"Point","coordinates":[0.0360068,51.5092912]},"properties":{"@type":"node","@id":1315550703,"@timestamp":1611409610},"coords":"51.5092912,0.0360068","bedrooms":"4","price":"282000","area":"532"} , +{"type":"Feature","id":"n1315619597","geometry":{"type":"Point","coordinates":[-0.1854158,51.6211481]},"properties":{"@type":"node","@id":1315619597,"@timestamp":1628192592},"coords":"51.6211481,-0.1854158","bedrooms":"2","price":"237000","area":"446"} , +{"type":"Feature","id":"n1315619659","geometry":{"type":"Point","coordinates":[-0.1911416,51.6152556]},"properties":{"@type":"node","@id":1315619659,"@timestamp":1330804624},"coords":"51.6152556,-0.1911416","bedrooms":"1","price":"191000","area":"645"} , +{"type":"Feature","id":"n1315619720","geometry":{"type":"Point","coordinates":[-0.1602857,51.6060153]},"properties":{"@type":"node","@id":1315619720,"@timestamp":1330804636},"coords":"51.6060153,-0.1602857","bedrooms":"3","price":"290000","area":"513"} , +{"type":"Feature","id":"n1316032648","geometry":{"type":"Point","coordinates":[-0.9599708,51.4527801]},"properties":{"@type":"node","@id":1316032648,"@timestamp":1307530323},"coords":"51.4527801,-0.9599708","bedrooms":"3","price":"173000","area":"495"} , +{"type":"Feature","id":"n1316571224","geometry":{"type":"Point","coordinates":[0.102656,51.1553459]},"properties":{"@type":"node","@id":1316571224,"@timestamp":1307567545},"coords":"51.1553459,0.102656","bedrooms":"1","price":"179000","area":"405"} , +{"type":"Feature","id":"n1316645480","geometry":{"type":"Point","coordinates":[-0.0264318,51.5771999]},"properties":{"@type":"node","@id":1316645480,"@timestamp":1460008952},"coords":"51.5771999,-0.0264318","bedrooms":"2","price":"214000","area":"366"} , +{"type":"Feature","id":"n1317091669","geometry":{"type":"Point","coordinates":[-0.2030585,51.2425835]},"properties":{"@type":"node","@id":1317091669,"@timestamp":1307617632},"coords":"51.2425835,-0.2030585","bedrooms":"0","price":"270000","area":"353"} , +{"type":"Feature","id":"n1317141120","geometry":{"type":"Point","coordinates":[-0.1366719,51.525601]},"properties":{"@type":"node","@id":1317141120,"@timestamp":1564911795},"coords":"51.525601,-0.1366719","bedrooms":"1","price":"291000","area":"487"} , +{"type":"Feature","id":"n1317141159","geometry":{"type":"Point","coordinates":[-0.1381156,51.5260995]},"properties":{"@type":"node","@id":1317141159,"@timestamp":1551546225},"coords":"51.5260995,-0.1381156","bedrooms":"3","price":"247000","area":"599"} , +{"type":"Feature","id":"n1317141259","geometry":{"type":"Point","coordinates":[-0.1367617,51.5258616]},"properties":{"@type":"node","@id":1317141259,"@timestamp":1551546226},"coords":"51.5258616,-0.1367617","bedrooms":"2","price":"284000","area":"355"} , +{"type":"Feature","id":"n1317161667","geometry":{"type":"Point","coordinates":[-0.3234628,51.6779602]},"properties":{"@type":"node","@id":1317161667,"@timestamp":1307732322},"coords":"51.6779602,-0.3234628","bedrooms":"3","price":"197000","area":"592"} , +{"type":"Feature","id":"n1317184883","geometry":{"type":"Point","coordinates":[-0.3250362,51.6767463]},"properties":{"@type":"node","@id":1317184883,"@timestamp":1531240879},"coords":"51.6767463,-0.3250362","bedrooms":"0","price":"297000","area":"695"} , +{"type":"Feature","id":"n1317343759","geometry":{"type":"Point","coordinates":[-0.042302,51.549079]},"properties":{"@type":"node","@id":1317343759,"@timestamp":1573128714},"coords":"51.549079,-0.042302","bedrooms":"0","price":"203000","area":"595"} , +{"type":"Feature","id":"n1317706973","geometry":{"type":"Point","coordinates":[0.0324364,51.5170542]},"properties":{"@type":"node","@id":1317706973,"@timestamp":1564911795},"coords":"51.5170542,0.0324364","bedrooms":"4","price":"165000","area":"671"} , +{"type":"Feature","id":"n1317845031","geometry":{"type":"Point","coordinates":[-0.4368622,51.2807801]},"properties":{"@type":"node","@id":1317845031,"@timestamp":1307655717},"coords":"51.2807801,-0.4368622","bedrooms":"0","price":"230000","area":"476"} , +{"type":"Feature","id":"n1317845122","geometry":{"type":"Point","coordinates":[-0.4247302,51.2574538]},"properties":{"@type":"node","@id":1317845122,"@timestamp":1307655720},"coords":"51.2574538,-0.4247302","bedrooms":"2","price":"250000","area":"451"} , +{"type":"Feature","id":"n1317914737","geometry":{"type":"Point","coordinates":[-0.0940843,51.6208169]},"properties":{"@type":"node","@id":1317914737,"@timestamp":1330804671},"coords":"51.6208169,-0.0940843","bedrooms":"4","price":"249000","area":"531"} , +{"type":"Feature","id":"n1317914797","geometry":{"type":"Point","coordinates":[-0.1096214,51.6260145]},"properties":{"@type":"node","@id":1317914797,"@timestamp":1330804683},"coords":"51.6260145,-0.1096214","bedrooms":"0","price":"201000","area":"448"} , +{"type":"Feature","id":"n1317914857","geometry":{"type":"Point","coordinates":[-0.0864445,51.6205856]},"properties":{"@type":"node","@id":1317914857,"@timestamp":1330804694},"coords":"51.6205856,-0.0864445","bedrooms":"4","price":"159000","area":"584"} , +{"type":"Feature","id":"n1318532157","geometry":{"type":"Point","coordinates":[0.6787978,50.9905045]},"properties":{"@type":"node","@id":1318532157,"@timestamp":1307692872},"coords":"50.9905045,0.6787978","bedrooms":"4","price":"239000","area":"543"} , +{"type":"Feature","id":"n1318977426","geometry":{"type":"Point","coordinates":[0.5300518,50.9625531]},"properties":{"@type":"node","@id":1318977426,"@timestamp":1557826133},"coords":"50.9625531,0.5300518","bedrooms":"2","price":"230000","area":"366"} , +{"type":"Feature","id":"n1319452883","geometry":{"type":"Point","coordinates":[0.1107973,51.1773641]},"properties":{"@type":"node","@id":1319452883,"@timestamp":1307740918},"coords":"51.1773641,0.1107973","bedrooms":"1","price":"169000","area":"555"} , +{"type":"Feature","id":"n1319513718","geometry":{"type":"Point","coordinates":[-0.3962414,51.5770429]},"properties":{"@type":"node","@id":1319513718,"@timestamp":1307746318},"coords":"51.5770429,-0.3962414","bedrooms":"2","price":"187000","area":"390"} , +{"type":"Feature","id":"n1319881901","geometry":{"type":"Point","coordinates":[-0.1035623,51.5173154]},"properties":{"@type":"node","@id":1319881901,"@timestamp":1580916909},"coords":"51.5173154,-0.1035623","bedrooms":"2","price":"180000","area":"368"} , +{"type":"Feature","id":"n1320178168","geometry":{"type":"Point","coordinates":[-0.5412493,51.2579472]},"properties":{"@type":"node","@id":1320178168,"@timestamp":1307803545},"coords":"51.2579472,-0.5412493","bedrooms":"4","price":"255000","area":"459"} , +{"type":"Feature","id":"n1320178495","geometry":{"type":"Point","coordinates":[-0.5459437,51.2578787]},"properties":{"@type":"node","@id":1320178495,"@timestamp":1307803549},"coords":"51.2578787,-0.5459437","bedrooms":"4","price":"297000","area":"537"} , +{"type":"Feature","id":"n1320178772","geometry":{"type":"Point","coordinates":[-0.2060435,51.2403394]},"properties":{"@type":"node","@id":1320178772,"@timestamp":1610359380},"coords":"51.2403394,-0.2060435","bedrooms":"0","price":"150000","area":"447"} , +{"type":"Feature","id":"n1320179041","geometry":{"type":"Point","coordinates":[-0.5405242,51.2571745]},"properties":{"@type":"node","@id":1320179041,"@timestamp":1307803555},"coords":"51.2571745,-0.5405242","bedrooms":"2","price":"252000","area":"450"} , +{"type":"Feature","id":"n1320179376","geometry":{"type":"Point","coordinates":[-0.5458788,51.2575919]},"properties":{"@type":"node","@id":1320179376,"@timestamp":1611350772},"coords":"51.2575919,-0.5458788","bedrooms":"1","price":"224000","area":"623"} , +{"type":"Feature","id":"n1320179812","geometry":{"type":"Point","coordinates":[-0.5457344,51.2581358]},"properties":{"@type":"node","@id":1320179812,"@timestamp":1307803563},"coords":"51.2581358,-0.5457344","bedrooms":"2","price":"177000","area":"572"} , +{"type":"Feature","id":"n1320865229","geometry":{"type":"Point","coordinates":[0.135465,51.7064739]},"properties":{"@type":"node","@id":1320865229,"@timestamp":1308312413},"coords":"51.7064739,0.135465","bedrooms":"0","price":"193000","area":"604"} , +{"type":"Feature","id":"n1320894038","geometry":{"type":"Point","coordinates":[-0.3658169,51.2411051]},"properties":{"@type":"node","@id":1320894038,"@timestamp":1608301029},"coords":"51.2411051,-0.3658169","bedrooms":"0","price":"257000","area":"507"} , +{"type":"Feature","id":"n1320934827","geometry":{"type":"Point","coordinates":[-0.5713935,51.2480669]},"properties":{"@type":"node","@id":1320934827,"@timestamp":1586695984},"coords":"51.2480669,-0.5713935","bedrooms":"2","price":"217000","area":"392"} , +{"type":"Feature","id":"n1320961217","geometry":{"type":"Point","coordinates":[-0.303941,51.6000213]},"properties":{"@type":"node","@id":1320961217,"@timestamp":1592230614},"coords":"51.6000213,-0.303941","bedrooms":"3","price":"226000","area":"411"} , +{"type":"Feature","id":"n1320961243","geometry":{"type":"Point","coordinates":[-0.3043669,51.6007263]},"properties":{"@type":"node","@id":1320961243,"@timestamp":1592145695},"coords":"51.6007263,-0.3043669","bedrooms":"2","price":"236000","area":"373"} , +{"type":"Feature","id":"n1321502325","geometry":{"type":"Point","coordinates":[-0.1748596,51.2434054]},"properties":{"@type":"node","@id":1321502325,"@timestamp":1625422914},"coords":"51.2434054,-0.1748596","bedrooms":"2","price":"276000","area":"622"} , +{"type":"Feature","id":"n1321604669","geometry":{"type":"Point","coordinates":[0.0082926,51.6331259]},"properties":{"@type":"node","@id":1321604669,"@timestamp":1612719719},"coords":"51.6331259,0.0082926","bedrooms":"0","price":"218000","area":"548"} , +{"type":"Feature","id":"n1321775646","geometry":{"type":"Point","coordinates":[0.4182981,51.0349828]},"properties":{"@type":"node","@id":1321775646,"@timestamp":1307884096},"coords":"51.0349828,0.4182981","bedrooms":"1","price":"278000","area":"422"} , +{"type":"Feature","id":"n1321776287","geometry":{"type":"Point","coordinates":[0.4227335,51.0167387]},"properties":{"@type":"node","@id":1321776287,"@timestamp":1307884116},"coords":"51.0167387,0.4227335","bedrooms":"3","price":"274000","area":"550"} , +{"type":"Feature","id":"n1321836971","geometry":{"type":"Point","coordinates":[0.0006412,51.5420679]},"properties":{"@type":"node","@id":1321836971,"@timestamp":1617967860},"coords":"51.5420679,0.0006412","bedrooms":"1","price":"204000","area":"543"} , +{"type":"Feature","id":"n1321888898","geometry":{"type":"Point","coordinates":[-0.0008275,51.5417136]},"properties":{"@type":"node","@id":1321888898,"@timestamp":1607502356},"coords":"51.5417136,-0.0008275","bedrooms":"1","price":"169000","area":"574"} , +{"type":"Feature","id":"n1321939435","geometry":{"type":"Point","coordinates":[-0.0009642,51.5416185]},"properties":{"@type":"node","@id":1321939435,"@timestamp":1607502356},"coords":"51.5416185,-0.0009642","bedrooms":"3","price":"242000","area":"677"} , +{"type":"Feature","id":"n1321975589","geometry":{"type":"Point","coordinates":[0.0003138,51.5417011]},"properties":{"@type":"node","@id":1321975589,"@timestamp":1575752442},"coords":"51.5417011,0.0003138","bedrooms":"2","price":"178000","area":"528"} , +{"type":"Feature","id":"n1322020281","geometry":{"type":"Point","coordinates":[-0.0340733,51.2495011]},"properties":{"@type":"node","@id":1322020281,"@timestamp":1564366044},"coords":"51.2495011,-0.0340733","bedrooms":"2","price":"226000","area":"524"} , +{"type":"Feature","id":"n1322039130","geometry":{"type":"Point","coordinates":[0.000291,51.5413424]},"properties":{"@type":"node","@id":1322039130,"@timestamp":1575752442},"coords":"51.5413424,0.000291","bedrooms":"4","price":"290000","area":"674"} , +{"type":"Feature","id":"n1322048410","geometry":{"type":"Point","coordinates":[-0.1319319,51.6439305]},"properties":{"@type":"node","@id":1322048410,"@timestamp":1592570250},"coords":"51.6439305,-0.1319319","bedrooms":"2","price":"216000","area":"455"} , +{"type":"Feature","id":"n1322125619","geometry":{"type":"Point","coordinates":[-0.1080872,51.0018753]},"properties":{"@type":"node","@id":1322125619,"@timestamp":1611323360},"coords":"51.0018753,-0.1080872","bedrooms":"1","price":"291000","area":"495"} , +{"type":"Feature","id":"n1322154216","geometry":{"type":"Point","coordinates":[0.0001495,51.5401305]},"properties":{"@type":"node","@id":1322154216,"@timestamp":1621184261},"coords":"51.5401305,0.0001495","bedrooms":"3","price":"182000","area":"360"} , +{"type":"Feature","id":"n1322235397","geometry":{"type":"Point","coordinates":[-0.0006125,51.5406036]},"properties":{"@type":"node","@id":1322235397,"@timestamp":1533913028},"coords":"51.5406036,-0.0006125","bedrooms":"4","price":"295000","area":"546"} , +{"type":"Feature","id":"n1322321549","geometry":{"type":"Point","coordinates":[-0.1350322,51.5100036]},"properties":{"@type":"node","@id":1322321549,"@timestamp":1610032518},"coords":"51.5100036,-0.1350322","bedrooms":"1","price":"289000","area":"689"} , +{"type":"Feature","id":"n1322344855","geometry":{"type":"Point","coordinates":[0.3778267,51.4263483]},"properties":{"@type":"node","@id":1322344855,"@timestamp":1307900200},"coords":"51.4263483,0.3778267","bedrooms":"2","price":"227000","area":"362"} , +{"type":"Feature","id":"n1322344891","geometry":{"type":"Point","coordinates":[0.378295,51.4243858]},"properties":{"@type":"node","@id":1322344891,"@timestamp":1625005394},"coords":"51.4243858,0.378295","bedrooms":"3","price":"162000","area":"437"} , +{"type":"Feature","id":"n1322344926","geometry":{"type":"Point","coordinates":[0.3759687,51.4201377]},"properties":{"@type":"node","@id":1322344926,"@timestamp":1633619044},"coords":"51.4201377,0.3759687","bedrooms":"0","price":"239000","area":"397"} , +{"type":"Feature","id":"n1322344953","geometry":{"type":"Point","coordinates":[0.3779017,51.4270015]},"properties":{"@type":"node","@id":1322344953,"@timestamp":1625005394},"coords":"51.4270015,0.3779017","bedrooms":"3","price":"224000","area":"358"} , +{"type":"Feature","id":"n1322344979","geometry":{"type":"Point","coordinates":[0.3769735,51.4189728]},"properties":{"@type":"node","@id":1322344979,"@timestamp":1613501482},"coords":"51.4189728,0.3769735","bedrooms":"3","price":"296000","area":"477"} , +{"type":"Feature","id":"n1322345012","geometry":{"type":"Point","coordinates":[0.3750386,51.4188677]},"properties":{"@type":"node","@id":1322345012,"@timestamp":1633619044},"coords":"51.4188677,0.3750386","bedrooms":"3","price":"165000","area":"421"} , +{"type":"Feature","id":"n1322345038","geometry":{"type":"Point","coordinates":[0.3760201,51.4188901]},"properties":{"@type":"node","@id":1322345038,"@timestamp":1452464593},"coords":"51.4188901,0.3760201","bedrooms":"2","price":"163000","area":"426"} , +{"type":"Feature","id":"n1322345069","geometry":{"type":"Point","coordinates":[0.3751558,51.4282577]},"properties":{"@type":"node","@id":1322345069,"@timestamp":1433445126},"coords":"51.4282577,0.3751558","bedrooms":"4","price":"226000","area":"679"} , +{"type":"Feature","id":"n1322453397","geometry":{"type":"Point","coordinates":[0.0007713,51.5431947]},"properties":{"@type":"node","@id":1322453397,"@timestamp":1618150991},"coords":"51.5431947,0.0007713","bedrooms":"4","price":"242000","area":"364"} , +{"type":"Feature","id":"n1322790808","geometry":{"type":"Point","coordinates":[-0.0018818,51.5378002]},"properties":{"@type":"node","@id":1322790808,"@timestamp":1616950546},"coords":"51.5378002,-0.0018818","bedrooms":"2","price":"298000","area":"461"} , +{"type":"Feature","id":"n1323319974","geometry":{"type":"Point","coordinates":[-0.0348911,51.4688551]},"properties":{"@type":"node","@id":1323319974,"@timestamp":1348791245},"coords":"51.4688551,-0.0348911","bedrooms":"2","price":"155000","area":"619"} , +{"type":"Feature","id":"n1323320001","geometry":{"type":"Point","coordinates":[-0.0363818,51.4652979]},"properties":{"@type":"node","@id":1323320001,"@timestamp":1564911795},"coords":"51.4652979,-0.0363818","bedrooms":"4","price":"296000","area":"594"} , +{"type":"Feature","id":"n1323542002","geometry":{"type":"Point","coordinates":[0.4946261,51.3954429]},"properties":{"@type":"node","@id":1323542002,"@timestamp":1307967919},"coords":"51.3954429,0.4946261","bedrooms":"4","price":"252000","area":"485"} , +{"type":"Feature","id":"n1324015838","geometry":{"type":"Point","coordinates":[-0.7889462,51.2190553]},"properties":{"@type":"node","@id":1324015838,"@timestamp":1622552573},"coords":"51.2190553,-0.7889462","bedrooms":"3","price":"179000","area":"444"} , +{"type":"Feature","id":"n1324096417","geometry":{"type":"Point","coordinates":[-0.4826641,50.9665335]},"properties":{"@type":"node","@id":1324096417,"@timestamp":1307988460},"coords":"50.9665335,-0.4826641","bedrooms":"0","price":"202000","area":"573"} , +{"type":"Feature","id":"n1324220629","geometry":{"type":"Point","coordinates":[-0.1500047,51.5607356]},"properties":{"@type":"node","@id":1324220629,"@timestamp":1307995091},"coords":"51.5607356,-0.1500047","bedrooms":"2","price":"190000","area":"696"} , +{"type":"Feature","id":"n1324410362","geometry":{"type":"Point","coordinates":[-0.2736908,51.4641539]},"properties":{"@type":"node","@id":1324410362,"@timestamp":1629059151},"coords":"51.4641539,-0.2736908","bedrooms":"4","price":"181000","area":"565"} , +{"type":"Feature","id":"n1324410373","geometry":{"type":"Point","coordinates":[-0.2667567,51.4664355]},"properties":{"@type":"node","@id":1324410373,"@timestamp":1626008798},"coords":"51.4664355,-0.2667567","bedrooms":"3","price":"158000","area":"499"} , +{"type":"Feature","id":"n1324418843","geometry":{"type":"Point","coordinates":[0.0113168,51.9645089]},"properties":{"@type":"node","@id":1324418843,"@timestamp":1404656748},"coords":"51.9645089,0.0113168","bedrooms":"0","price":"212000","area":"476"} , +{"type":"Feature","id":"n1324434922","geometry":{"type":"Point","coordinates":[-0.799175,51.2129761]},"properties":{"@type":"node","@id":1324434922,"@timestamp":1308008043},"coords":"51.2129761,-0.799175","bedrooms":"1","price":"161000","area":"554"} , +{"type":"Feature","id":"n1324435280","geometry":{"type":"Point","coordinates":[-0.7992727,51.2130594]},"properties":{"@type":"node","@id":1324435280,"@timestamp":1336741694},"coords":"51.2130594,-0.7992727","bedrooms":"1","price":"189000","area":"575"} , +{"type":"Feature","id":"n1324435515","geometry":{"type":"Point","coordinates":[-0.7963596,51.2133932]},"properties":{"@type":"node","@id":1324435515,"@timestamp":1492282212},"coords":"51.2133932,-0.7963596","bedrooms":"2","price":"207000","area":"603"} , +{"type":"Feature","id":"n1324435685","geometry":{"type":"Point","coordinates":[-0.799292,51.212934]},"properties":{"@type":"node","@id":1324435685,"@timestamp":1425754635},"coords":"51.212934,-0.799292","bedrooms":"0","price":"183000","area":"437"} , +{"type":"Feature","id":"n1324888493","geometry":{"type":"Point","coordinates":[0.5270782,51.3783185]},"properties":{"@type":"node","@id":1324888493,"@timestamp":1610643035},"coords":"51.3783185,0.5270782","bedrooms":"4","price":"201000","area":"643"} , +{"type":"Feature","id":"n1325372283","geometry":{"type":"Point","coordinates":[0.7269804,51.5312821]},"properties":{"@type":"node","@id":1325372283,"@timestamp":1308072842},"coords":"51.5312821,0.7269804","bedrooms":"2","price":"226000","area":"637"} , +{"type":"Feature","id":"n1325739118","geometry":{"type":"Point","coordinates":[-0.1869737,51.4885135]},"properties":{"@type":"node","@id":1325739118,"@timestamp":1600790206},"coords":"51.4885135,-0.1869737","bedrooms":"4","price":"290000","area":"560"} , +{"type":"Feature","id":"n1325739214","geometry":{"type":"Point","coordinates":[-0.180046,51.4827605]},"properties":{"@type":"node","@id":1325739214,"@timestamp":1607442072},"coords":"51.4827605,-0.180046","bedrooms":"3","price":"260000","area":"379"} , +{"type":"Feature","id":"n1326194596","geometry":{"type":"Point","coordinates":[-0.2042234,51.2414827]},"properties":{"@type":"node","@id":1326194596,"@timestamp":1308129863},"coords":"51.2414827,-0.2042234","bedrooms":"2","price":"261000","area":"598"} , +{"type":"Feature","id":"n1326229533","geometry":{"type":"Point","coordinates":[-0.1784944,51.243497]},"properties":{"@type":"node","@id":1326229533,"@timestamp":1625422914},"coords":"51.243497,-0.1784944","bedrooms":"3","price":"239000","area":"681"} , +{"type":"Feature","id":"n1326237803","geometry":{"type":"Point","coordinates":[-0.1872126,51.2454514]},"properties":{"@type":"node","@id":1326237803,"@timestamp":1625477644},"coords":"51.2454514,-0.1872126","bedrooms":"4","price":"273000","area":"513"} , +{"type":"Feature","id":"n1326282028","geometry":{"type":"Point","coordinates":[-0.3287327,51.253788]},"properties":{"@type":"node","@id":1326282028,"@timestamp":1308137323},"coords":"51.253788,-0.3287327","bedrooms":"3","price":"227000","area":"532"} , +{"type":"Feature","id":"n1326282038","geometry":{"type":"Point","coordinates":[-0.3286469,51.2542468]},"properties":{"@type":"node","@id":1326282038,"@timestamp":1308137325},"coords":"51.2542468,-0.3286469","bedrooms":"4","price":"173000","area":"560"} , +{"type":"Feature","id":"n1326406797","geometry":{"type":"Point","coordinates":[-0.3111417,51.2474714]},"properties":{"@type":"node","@id":1326406797,"@timestamp":1485164018},"coords":"51.2474714,-0.3111417","bedrooms":"1","price":"196000","area":"435"} , +{"type":"Feature","id":"n1326603717","geometry":{"type":"Point","coordinates":[-0.2259514,51.2408752]},"properties":{"@type":"node","@id":1326603717,"@timestamp":1443368571},"coords":"51.2408752,-0.2259514","bedrooms":"1","price":"267000","area":"626"} , +{"type":"Feature","id":"n1326630732","geometry":{"type":"Point","coordinates":[-0.1851259,51.2381969]},"properties":{"@type":"node","@id":1326630732,"@timestamp":1610115676},"coords":"51.2381969,-0.1851259","bedrooms":"0","price":"158000","area":"365"} , +{"type":"Feature","id":"n1326691334","geometry":{"type":"Point","coordinates":[-0.0170919,51.2520711]},"properties":{"@type":"node","@id":1326691334,"@timestamp":1308161946},"coords":"51.2520711,-0.0170919","bedrooms":"0","price":"222000","area":"692"} , +{"type":"Feature","id":"n1326691385","geometry":{"type":"Point","coordinates":[-0.0664342,51.2523445]},"properties":{"@type":"node","@id":1326691385,"@timestamp":1600952132},"coords":"51.2523445,-0.0664342","bedrooms":"1","price":"295000","area":"593"} , +{"type":"Feature","id":"n1326691458","geometry":{"type":"Point","coordinates":[-0.0669096,51.2523357]},"properties":{"@type":"node","@id":1326691458,"@timestamp":1609074050},"coords":"51.2523357,-0.0669096","bedrooms":"1","price":"177000","area":"640"} , +{"type":"Feature","id":"n1326691497","geometry":{"type":"Point","coordinates":[-0.1113252,51.2410574]},"properties":{"@type":"node","@id":1326691497,"@timestamp":1308161958},"coords":"51.2410574,-0.1113252","bedrooms":"2","price":"190000","area":"512"} , +{"type":"Feature","id":"n1326937521","geometry":{"type":"Point","coordinates":[-0.0083323,51.2566587]},"properties":{"@type":"node","@id":1326937521,"@timestamp":1611919733},"coords":"51.2566587,-0.0083323","bedrooms":"3","price":"156000","area":"657"} , +{"type":"Feature","id":"n1326937535","geometry":{"type":"Point","coordinates":[-0.0014345,51.2573303]},"properties":{"@type":"node","@id":1326937535,"@timestamp":1606606011},"coords":"51.2573303,-0.0014345","bedrooms":"4","price":"232000","area":"593"} , +{"type":"Feature","id":"n1326937559","geometry":{"type":"Point","coordinates":[-0.0041646,51.2583561]},"properties":{"@type":"node","@id":1326937559,"@timestamp":1611974411},"coords":"51.2583561,-0.0041646","bedrooms":"4","price":"296000","area":"582"} , +{"type":"Feature","id":"n1326937574","geometry":{"type":"Point","coordinates":[-0.0075815,51.2566722]},"properties":{"@type":"node","@id":1326937574,"@timestamp":1611919719},"coords":"51.2566722,-0.0075815","bedrooms":"0","price":"170000","area":"552"} , +{"type":"Feature","id":"n1326937597","geometry":{"type":"Point","coordinates":[-0.0042232,51.2584924]},"properties":{"@type":"node","@id":1326937597,"@timestamp":1611974393},"coords":"51.2584924,-0.0042232","bedrooms":"4","price":"159000","area":"574"} , +{"type":"Feature","id":"n1326937626","geometry":{"type":"Point","coordinates":[-0.0068214,51.259422]},"properties":{"@type":"node","@id":1326937626,"@timestamp":1605005006},"coords":"51.259422,-0.0068214","bedrooms":"3","price":"162000","area":"577"} , +{"type":"Feature","id":"n1326937647","geometry":{"type":"Point","coordinates":[-0.0025036,51.2575637]},"properties":{"@type":"node","@id":1326937647,"@timestamp":1553126999},"coords":"51.2575637,-0.0025036","bedrooms":"4","price":"229000","area":"395"} , +{"type":"Feature","id":"n1326937698","geometry":{"type":"Point","coordinates":[-0.00347,51.2580609]},"properties":{"@type":"node","@id":1326937698,"@timestamp":1553207100},"coords":"51.2580609,-0.00347","bedrooms":"2","price":"177000","area":"694"} , +{"type":"Feature","id":"n1326965012","geometry":{"type":"Point","coordinates":[-0.0048523,51.2568709]},"properties":{"@type":"node","@id":1326965012,"@timestamp":1613492990},"coords":"51.2568709,-0.0048523","bedrooms":"3","price":"169000","area":"648"} , +{"type":"Feature","id":"n1326965150","geometry":{"type":"Point","coordinates":[-0.0047475,51.2570311]},"properties":{"@type":"node","@id":1326965150,"@timestamp":1588551860},"coords":"51.2570311,-0.0047475","bedrooms":"4","price":"221000","area":"430"} , +{"type":"Feature","id":"n1327234070","geometry":{"type":"Point","coordinates":[-0.1597121,51.4993445]},"properties":{"@type":"node","@id":1327234070,"@timestamp":1603387985},"coords":"51.4993445,-0.1597121","bedrooms":"0","price":"193000","area":"560"} , +{"type":"Feature","id":"n1327741584","geometry":{"type":"Point","coordinates":[0.6491156,51.5788434]},"properties":{"@type":"node","@id":1327741584,"@timestamp":1308243966},"coords":"51.5788434,0.6491156","bedrooms":"0","price":"197000","area":"558"} , +{"type":"Feature","id":"n1327757860","geometry":{"type":"Point","coordinates":[-0.1989928,51.2239974]},"properties":{"@type":"node","@id":1327757860,"@timestamp":1609794227},"coords":"51.2239974,-0.1989928","bedrooms":"0","price":"173000","area":"525"} , +{"type":"Feature","id":"n1327757919","geometry":{"type":"Point","coordinates":[-0.198885,51.2238872]},"properties":{"@type":"node","@id":1327757919,"@timestamp":1308245129},"coords":"51.2238872,-0.198885","bedrooms":"3","price":"263000","area":"613"} , +{"type":"Feature","id":"n1327757958","geometry":{"type":"Point","coordinates":[-0.2008084,51.2233359]},"properties":{"@type":"node","@id":1327757958,"@timestamp":1626783000},"coords":"51.2233359,-0.2008084","bedrooms":"2","price":"222000","area":"528"} , +{"type":"Feature","id":"n1327757976","geometry":{"type":"Point","coordinates":[-0.1987807,51.2238277]},"properties":{"@type":"node","@id":1327757976,"@timestamp":1308245135},"coords":"51.2238277,-0.1987807","bedrooms":"0","price":"240000","area":"428"} , +{"type":"Feature","id":"n1327758014","geometry":{"type":"Point","coordinates":[-0.197708,51.2253587]},"properties":{"@type":"node","@id":1327758014,"@timestamp":1633720771},"coords":"51.2253587,-0.197708","bedrooms":"2","price":"151000","area":"485"} , +{"type":"Feature","id":"n1327758043","geometry":{"type":"Point","coordinates":[-0.1876453,51.228258]},"properties":{"@type":"node","@id":1327758043,"@timestamp":1610120103},"coords":"51.228258,-0.1876453","bedrooms":"2","price":"259000","area":"423"} , +{"type":"Feature","id":"n1327797388","geometry":{"type":"Point","coordinates":[-0.1665468,51.2465151]},"properties":{"@type":"node","@id":1327797388,"@timestamp":1610117892},"coords":"51.2465151,-0.1665468","bedrooms":"1","price":"189000","area":"639"} , +{"type":"Feature","id":"n1327797408","geometry":{"type":"Point","coordinates":[-0.1807602,51.2442837]},"properties":{"@type":"node","@id":1327797408,"@timestamp":1625422914},"coords":"51.2442837,-0.1807602","bedrooms":"1","price":"273000","area":"534"} , +{"type":"Feature","id":"n1327964522","geometry":{"type":"Point","coordinates":[-0.158088,51.4555771]},"properties":{"@type":"node","@id":1327964522,"@timestamp":1330804798},"coords":"51.4555771,-0.158088","bedrooms":"3","price":"283000","area":"621"} , +{"type":"Feature","id":"n1328032266","geometry":{"type":"Point","coordinates":[-0.7894221,51.2157029]},"properties":{"@type":"node","@id":1328032266,"@timestamp":1605024897},"coords":"51.2157029,-0.7894221","bedrooms":"3","price":"199000","area":"479"} , +{"type":"Feature","id":"n1328032284","geometry":{"type":"Point","coordinates":[-0.8025984,51.2139774]},"properties":{"@type":"node","@id":1328032284,"@timestamp":1512060355},"coords":"51.2139774,-0.8025984","bedrooms":"1","price":"220000","area":"656"} , +{"type":"Feature","id":"n1328032305","geometry":{"type":"Point","coordinates":[-0.7970937,51.2151016]},"properties":{"@type":"node","@id":1328032305,"@timestamp":1428319245},"coords":"51.2151016,-0.7970937","bedrooms":"0","price":"170000","area":"577"} , +{"type":"Feature","id":"n1328032318","geometry":{"type":"Point","coordinates":[-0.8041174,51.2134299]},"properties":{"@type":"node","@id":1328032318,"@timestamp":1308266373},"coords":"51.2134299,-0.8041174","bedrooms":"3","price":"274000","area":"599"} , +{"type":"Feature","id":"n1328032332","geometry":{"type":"Point","coordinates":[-0.7937554,51.2129395]},"properties":{"@type":"node","@id":1328032332,"@timestamp":1559379120},"coords":"51.2129395,-0.7937554","bedrooms":"2","price":"225000","area":"350"} , +{"type":"Feature","id":"n1328032355","geometry":{"type":"Point","coordinates":[-0.7997849,51.2158176]},"properties":{"@type":"node","@id":1328032355,"@timestamp":1414568649},"coords":"51.2158176,-0.7997849","bedrooms":"0","price":"199000","area":"666"} , +{"type":"Feature","id":"n1328032372","geometry":{"type":"Point","coordinates":[-0.8001925,51.2165889]},"properties":{"@type":"node","@id":1328032372,"@timestamp":1631519783},"coords":"51.2165889,-0.8001925","bedrooms":"3","price":"263000","area":"681"} , +{"type":"Feature","id":"n1328032401","geometry":{"type":"Point","coordinates":[-0.7990111,51.2151927]},"properties":{"@type":"node","@id":1328032401,"@timestamp":1498170777},"coords":"51.2151927,-0.7990111","bedrooms":"2","price":"209000","area":"602"} , +{"type":"Feature","id":"n1328032416","geometry":{"type":"Point","coordinates":[-0.8000115,51.2157963]},"properties":{"@type":"node","@id":1328032416,"@timestamp":1635867372},"coords":"51.2157963,-0.8000115","bedrooms":"1","price":"161000","area":"383"} , +{"type":"Feature","id":"n1328452677","geometry":{"type":"Point","coordinates":[0.6625245,51.604673]},"properties":{"@type":"node","@id":1328452677,"@timestamp":1308311291},"coords":"51.604673,0.6625245","bedrooms":"4","price":"240000","area":"430"} , +{"type":"Feature","id":"n1328452894","geometry":{"type":"Point","coordinates":[0.6623056,51.6042682]},"properties":{"@type":"node","@id":1328452894,"@timestamp":1308311300},"coords":"51.6042682,0.6623056","bedrooms":"1","price":"171000","area":"403"} , +{"type":"Feature","id":"n1328453018","geometry":{"type":"Point","coordinates":[0.6605253,51.6056994]},"properties":{"@type":"node","@id":1328453018,"@timestamp":1308311306},"coords":"51.6056994,0.6605253","bedrooms":"1","price":"179000","area":"537"} , +{"type":"Feature","id":"n1328453152","geometry":{"type":"Point","coordinates":[0.6613381,51.6046971]},"properties":{"@type":"node","@id":1328453152,"@timestamp":1308311313},"coords":"51.6046971,0.6613381","bedrooms":"0","price":"272000","area":"545"} , +{"type":"Feature","id":"n1328455936","geometry":{"type":"Point","coordinates":[-0.7344751,51.9708903]},"properties":{"@type":"node","@id":1328455936,"@timestamp":1616683956},"coords":"51.9708903,-0.7344751","bedrooms":"0","price":"263000","area":"457"} , +{"type":"Feature","id":"n1328657094","geometry":{"type":"Point","coordinates":[-0.1999505,51.2339655]},"properties":{"@type":"node","@id":1328657094,"@timestamp":1613473018},"coords":"51.2339655,-0.1999505","bedrooms":"3","price":"296000","area":"362"} , +{"type":"Feature","id":"n1328813213","geometry":{"type":"Point","coordinates":[0.5130503,51.4107867]},"properties":{"@type":"node","@id":1328813213,"@timestamp":1308337856},"coords":"51.4107867,0.5130503","bedrooms":"2","price":"283000","area":"676"} , +{"type":"Feature","id":"n1328856201","geometry":{"type":"Point","coordinates":[0.479626,51.4027188]},"properties":{"@type":"node","@id":1328856201,"@timestamp":1561804825},"coords":"51.4027188,0.479626","bedrooms":"4","price":"210000","area":"447"} , +{"type":"Feature","id":"n1328857962","geometry":{"type":"Point","coordinates":[-0.1996232,51.2240596]},"properties":{"@type":"node","@id":1328857962,"@timestamp":1308340718},"coords":"51.2240596,-0.1996232","bedrooms":"1","price":"262000","area":"408"} , +{"type":"Feature","id":"n1328894893","geometry":{"type":"Point","coordinates":[-0.2667126,51.2404701]},"properties":{"@type":"node","@id":1328894893,"@timestamp":1308342922},"coords":"51.2404701,-0.2667126","bedrooms":"3","price":"243000","area":"521"} , +{"type":"Feature","id":"n1328954814","geometry":{"type":"Point","coordinates":[-0.3135611,51.2495264]},"properties":{"@type":"node","@id":1328954814,"@timestamp":1467014330},"coords":"51.2495264,-0.3135611","bedrooms":"4","price":"153000","area":"423"} , +{"type":"Feature","id":"n1329021826","geometry":{"type":"Point","coordinates":[-0.2510549,51.2684651]},"properties":{"@type":"node","@id":1329021826,"@timestamp":1613477229},"coords":"51.2684651,-0.2510549","bedrooms":"2","price":"198000","area":"377"} , +{"type":"Feature","id":"n1329729894","geometry":{"type":"Point","coordinates":[0.0074144,51.536033]},"properties":{"@type":"node","@id":1329729894,"@timestamp":1617479451},"coords":"51.536033,0.0074144","bedrooms":"0","price":"175000","area":"584"} , +{"type":"Feature","id":"n1329865539","geometry":{"type":"Point","coordinates":[-0.1213835,51.5244593]},"properties":{"@type":"node","@id":1329865539,"@timestamp":1589567434},"coords":"51.5244593,-0.1213835","bedrooms":"1","price":"240000","area":"394"} , +{"type":"Feature","id":"n1329865568","geometry":{"type":"Point","coordinates":[-0.1224943,51.5245744]},"properties":{"@type":"node","@id":1329865568,"@timestamp":1589567434},"coords":"51.5245744,-0.1224943","bedrooms":"2","price":"163000","area":"540"} , +{"type":"Feature","id":"n1330037833","geometry":{"type":"Point","coordinates":[0.0016201,51.9474311]},"properties":{"@type":"node","@id":1330037833,"@timestamp":1308427875},"coords":"51.9474311,0.0016201","bedrooms":"4","price":"212000","area":"440"} , +{"type":"Feature","id":"n1330037885","geometry":{"type":"Point","coordinates":[0.0012553,51.9471732]},"properties":{"@type":"node","@id":1330037885,"@timestamp":1308427877},"coords":"51.9471732,0.0012553","bedrooms":"4","price":"231000","area":"447"} , +{"type":"Feature","id":"n1330037920","geometry":{"type":"Point","coordinates":[0.0030683,51.9500481]},"properties":{"@type":"node","@id":1330037920,"@timestamp":1631448935},"coords":"51.9500481,0.0030683","bedrooms":"2","price":"181000","area":"598"} , +{"type":"Feature","id":"n1330037971","geometry":{"type":"Point","coordinates":[0.0015101,51.9463928]},"properties":{"@type":"node","@id":1330037971,"@timestamp":1308427879},"coords":"51.9463928,0.0015101","bedrooms":"2","price":"267000","area":"449"} , +{"type":"Feature","id":"n1330038007","geometry":{"type":"Point","coordinates":[0.0008422,51.9485784]},"properties":{"@type":"node","@id":1330038007,"@timestamp":1308427880},"coords":"51.9485784,0.0008422","bedrooms":"3","price":"258000","area":"426"} , +{"type":"Feature","id":"n1330038069","geometry":{"type":"Point","coordinates":[0.0015745,51.947312]},"properties":{"@type":"node","@id":1330038069,"@timestamp":1308427881},"coords":"51.947312,0.0015745","bedrooms":"0","price":"206000","area":"613"} , +{"type":"Feature","id":"n1330038117","geometry":{"type":"Point","coordinates":[0.0028538,51.948833]},"properties":{"@type":"node","@id":1330038117,"@timestamp":1308427882},"coords":"51.948833,0.0028538","bedrooms":"3","price":"262000","area":"416"} , +{"type":"Feature","id":"n1330221589","geometry":{"type":"Point","coordinates":[-0.8905989,51.6988755]},"properties":{"@type":"node","@id":1330221589,"@timestamp":1308438304},"coords":"51.6988755,-0.8905989","bedrooms":"2","price":"153000","area":"611"} , +{"type":"Feature","id":"n1330268639","geometry":{"type":"Point","coordinates":[-0.1944157,51.241934]},"properties":{"@type":"node","@id":1330268639,"@timestamp":1331923355},"coords":"51.241934,-0.1944157","bedrooms":"3","price":"201000","area":"597"} , +{"type":"Feature","id":"n1330268668","geometry":{"type":"Point","coordinates":[-0.2015926,51.2418359]},"properties":{"@type":"node","@id":1330268668,"@timestamp":1612535039},"coords":"51.2418359,-0.2015926","bedrooms":"3","price":"296000","area":"516"} , +{"type":"Feature","id":"n1330268712","geometry":{"type":"Point","coordinates":[-0.2023525,51.2383392]},"properties":{"@type":"node","@id":1330268712,"@timestamp":1308445161},"coords":"51.2383392,-0.2023525","bedrooms":"3","price":"190000","area":"435"} , +{"type":"Feature","id":"n1330268749","geometry":{"type":"Point","coordinates":[-0.1973611,51.2398086]},"properties":{"@type":"node","@id":1330268749,"@timestamp":1330283638},"coords":"51.2398086,-0.1973611","bedrooms":"0","price":"174000","area":"584"} , +{"type":"Feature","id":"n1330268781","geometry":{"type":"Point","coordinates":[-0.2039502,51.2421111]},"properties":{"@type":"node","@id":1330268781,"@timestamp":1308445169},"coords":"51.2421111,-0.2039502","bedrooms":"0","price":"206000","area":"543"} , +{"type":"Feature","id":"n1330268813","geometry":{"type":"Point","coordinates":[-0.2031614,51.2420045]},"properties":{"@type":"node","@id":1330268813,"@timestamp":1610359380},"coords":"51.2420045,-0.2031614","bedrooms":"4","price":"236000","area":"477"} , +{"type":"Feature","id":"n1330268891","geometry":{"type":"Point","coordinates":[-0.1992439,51.2414164]},"properties":{"@type":"node","@id":1330268891,"@timestamp":1308445175},"coords":"51.2414164,-0.1992439","bedrooms":"3","price":"289000","area":"424"} , +{"type":"Feature","id":"n1330268968","geometry":{"type":"Point","coordinates":[-0.1900223,51.2437923]},"properties":{"@type":"node","@id":1330268968,"@timestamp":1330283637},"coords":"51.2437923,-0.1900223","bedrooms":"1","price":"184000","area":"360"} , +{"type":"Feature","id":"n1330269027","geometry":{"type":"Point","coordinates":[-0.1952488,51.2415518]},"properties":{"@type":"node","@id":1330269027,"@timestamp":1331923352},"coords":"51.2415518,-0.1952488","bedrooms":"4","price":"190000","area":"546"} , +{"type":"Feature","id":"n1330363174","geometry":{"type":"Point","coordinates":[-0.0656005,51.5593697]},"properties":{"@type":"node","@id":1330363174,"@timestamp":1308455250},"coords":"51.5593697,-0.0656005","bedrooms":"1","price":"188000","area":"458"} , +{"type":"Feature","id":"n1330363186","geometry":{"type":"Point","coordinates":[-0.0656912,51.5593418]},"properties":{"@type":"node","@id":1330363186,"@timestamp":1308455251},"coords":"51.5593418,-0.0656912","bedrooms":"3","price":"192000","area":"448"} , +{"type":"Feature","id":"n1330363196","geometry":{"type":"Point","coordinates":[-0.0662286,51.5593083]},"properties":{"@type":"node","@id":1330363196,"@timestamp":1308455251},"coords":"51.5593083,-0.0662286","bedrooms":"3","price":"186000","area":"398"} , +{"type":"Feature","id":"n1330363206","geometry":{"type":"Point","coordinates":[-0.0644215,51.5593359]},"properties":{"@type":"node","@id":1330363206,"@timestamp":1420719989},"coords":"51.5593359,-0.0644215","bedrooms":"0","price":"293000","area":"474"} , +{"type":"Feature","id":"n1330363216","geometry":{"type":"Point","coordinates":[-0.0646635,51.5593668]},"properties":{"@type":"node","@id":1330363216,"@timestamp":1420719989},"coords":"51.5593668,-0.0646635","bedrooms":"0","price":"240000","area":"494"} , +{"type":"Feature","id":"n1330363227","geometry":{"type":"Point","coordinates":[-0.0635601,51.5597572]},"properties":{"@type":"node","@id":1330363227,"@timestamp":1420719988},"coords":"51.5597572,-0.0635601","bedrooms":"4","price":"237000","area":"660"} , +{"type":"Feature","id":"n1330363237","geometry":{"type":"Point","coordinates":[-0.0658659,51.5594197]},"properties":{"@type":"node","@id":1330363237,"@timestamp":1308455254},"coords":"51.5594197,-0.0658659","bedrooms":"1","price":"258000","area":"365"} , +{"type":"Feature","id":"n1330364956","geometry":{"type":"Point","coordinates":[-0.0660718,51.5588921]},"properties":{"@type":"node","@id":1330364956,"@timestamp":1308455942},"coords":"51.5588921,-0.0660718","bedrooms":"1","price":"277000","area":"683"} , +{"type":"Feature","id":"n1330364966","geometry":{"type":"Point","coordinates":[-0.0669494,51.5586907]},"properties":{"@type":"node","@id":1330364966,"@timestamp":1308455943},"coords":"51.5586907,-0.0669494","bedrooms":"2","price":"210000","area":"511"} , +{"type":"Feature","id":"n1330364976","geometry":{"type":"Point","coordinates":[-0.0660939,51.5589261]},"properties":{"@type":"node","@id":1330364976,"@timestamp":1308455944},"coords":"51.5589261,-0.0660939","bedrooms":"3","price":"234000","area":"441"} , +{"type":"Feature","id":"n1330369496","geometry":{"type":"Point","coordinates":[-0.0633314,51.5636133]},"properties":{"@type":"node","@id":1330369496,"@timestamp":1308457853},"coords":"51.5636133,-0.0633314","bedrooms":"0","price":"202000","area":"416"} , +{"type":"Feature","id":"n1330369507","geometry":{"type":"Point","coordinates":[-0.0581971,51.5588984]},"properties":{"@type":"node","@id":1330369507,"@timestamp":1308457853},"coords":"51.5588984,-0.0581971","bedrooms":"1","price":"243000","area":"688"} , +{"type":"Feature","id":"n1330369517","geometry":{"type":"Point","coordinates":[-0.0623507,51.5630848]},"properties":{"@type":"node","@id":1330369517,"@timestamp":1308457854},"coords":"51.5630848,-0.0623507","bedrooms":"4","price":"248000","area":"366"} , +{"type":"Feature","id":"n1330369527","geometry":{"type":"Point","coordinates":[-0.0632689,51.5637359]},"properties":{"@type":"node","@id":1330369527,"@timestamp":1308457854},"coords":"51.5637359,-0.0632689","bedrooms":"4","price":"293000","area":"626"} , +{"type":"Feature","id":"n1330369537","geometry":{"type":"Point","coordinates":[-0.0633977,51.5635253]},"properties":{"@type":"node","@id":1330369537,"@timestamp":1308457854},"coords":"51.5635253,-0.0633977","bedrooms":"3","price":"239000","area":"522"} , +{"type":"Feature","id":"n1330369547","geometry":{"type":"Point","coordinates":[-0.0642747,51.5630655]},"properties":{"@type":"node","@id":1330369547,"@timestamp":1494595761},"coords":"51.5630655,-0.0642747","bedrooms":"2","price":"187000","area":"585"} , +{"type":"Feature","id":"n1330369557","geometry":{"type":"Point","coordinates":[-0.0614805,51.5634181]},"properties":{"@type":"node","@id":1330369557,"@timestamp":1308457855},"coords":"51.5634181,-0.0614805","bedrooms":"4","price":"220000","area":"677"} , +{"type":"Feature","id":"n1330369567","geometry":{"type":"Point","coordinates":[-0.0740971,51.5554067]},"properties":{"@type":"node","@id":1330369567,"@timestamp":1485686845},"coords":"51.5554067,-0.0740971","bedrooms":"3","price":"230000","area":"571"} , +{"type":"Feature","id":"n1330369578","geometry":{"type":"Point","coordinates":[-0.0632766,51.5637736]},"properties":{"@type":"node","@id":1330369578,"@timestamp":1308457856},"coords":"51.5637736,-0.0632766","bedrooms":"0","price":"277000","area":"404"} , +{"type":"Feature","id":"n1330369589","geometry":{"type":"Point","coordinates":[-0.0584486,51.5595507]},"properties":{"@type":"node","@id":1330369589,"@timestamp":1308457857},"coords":"51.5595507,-0.0584486","bedrooms":"2","price":"189000","area":"483"} , +{"type":"Feature","id":"n1330369599","geometry":{"type":"Point","coordinates":[-0.063679,51.5636745]},"properties":{"@type":"node","@id":1330369599,"@timestamp":1308457857},"coords":"51.5636745,-0.063679","bedrooms":"2","price":"171000","area":"351"} , +{"type":"Feature","id":"n1330369609","geometry":{"type":"Point","coordinates":[-0.0633796,51.5638384]},"properties":{"@type":"node","@id":1330369609,"@timestamp":1308457858},"coords":"51.5638384,-0.0633796","bedrooms":"2","price":"190000","area":"622"} , +{"type":"Feature","id":"n1330369619","geometry":{"type":"Point","coordinates":[-0.0633349,51.5639312]},"properties":{"@type":"node","@id":1330369619,"@timestamp":1308457858},"coords":"51.5639312,-0.0633349","bedrooms":"1","price":"298000","area":"644"} , +{"type":"Feature","id":"n1330369630","geometry":{"type":"Point","coordinates":[-0.0595642,51.5564991]},"properties":{"@type":"node","@id":1330369630,"@timestamp":1308457859},"coords":"51.5564991,-0.0595642","bedrooms":"3","price":"155000","area":"357"} , +{"type":"Feature","id":"n1330369640","geometry":{"type":"Point","coordinates":[-0.0613717,51.5630073]},"properties":{"@type":"node","@id":1330369640,"@timestamp":1308457859},"coords":"51.5630073,-0.0613717","bedrooms":"4","price":"239000","area":"699"} , +{"type":"Feature","id":"n1330369650","geometry":{"type":"Point","coordinates":[-0.0616541,51.5632609]},"properties":{"@type":"node","@id":1330369650,"@timestamp":1308457860},"coords":"51.5632609,-0.0616541","bedrooms":"0","price":"209000","area":"626"} , +{"type":"Feature","id":"n1330369660","geometry":{"type":"Point","coordinates":[-0.0597704,51.557603]},"properties":{"@type":"node","@id":1330369660,"@timestamp":1308457860},"coords":"51.557603,-0.0597704","bedrooms":"0","price":"253000","area":"504"} , +{"type":"Feature","id":"n1330369670","geometry":{"type":"Point","coordinates":[-0.0622168,51.5602842]},"properties":{"@type":"node","@id":1330369670,"@timestamp":1491026977},"coords":"51.5602842,-0.0622168","bedrooms":"0","price":"174000","area":"550"} , +{"type":"Feature","id":"n1330369681","geometry":{"type":"Point","coordinates":[-0.0617199,51.5629818]},"properties":{"@type":"node","@id":1330369681,"@timestamp":1308457861},"coords":"51.5629818,-0.0617199","bedrooms":"4","price":"166000","area":"459"} , +{"type":"Feature","id":"n1330687509","geometry":{"type":"Point","coordinates":[-0.1353566,51.5138096]},"properties":{"@type":"node","@id":1330687509,"@timestamp":1379280168},"coords":"51.5138096,-0.1353566","bedrooms":"1","price":"167000","area":"378"} , +{"type":"Feature","id":"n1330788607","geometry":{"type":"Point","coordinates":[-0.1348727,51.5128552]},"properties":{"@type":"node","@id":1330788607,"@timestamp":1489227170},"coords":"51.5128552,-0.1348727","bedrooms":"2","price":"287000","area":"480"} , +{"type":"Feature","id":"n1330788657","geometry":{"type":"Point","coordinates":[-0.1342327,51.5127064]},"properties":{"@type":"node","@id":1330788657,"@timestamp":1436211169},"coords":"51.5127064,-0.1342327","bedrooms":"1","price":"152000","area":"558"} , +{"type":"Feature","id":"n1330831550","geometry":{"type":"Point","coordinates":[0.4988738,51.3012442]},"properties":{"@type":"node","@id":1330831550,"@timestamp":1308490961},"coords":"51.3012442,0.4988738","bedrooms":"0","price":"250000","area":"532"} , +{"type":"Feature","id":"n1330831563","geometry":{"type":"Point","coordinates":[0.5018009,51.3015255]},"properties":{"@type":"node","@id":1330831563,"@timestamp":1308490962},"coords":"51.3015255,0.5018009","bedrooms":"3","price":"192000","area":"351"} , +{"type":"Feature","id":"n1330831596","geometry":{"type":"Point","coordinates":[0.5056254,51.3026378]},"properties":{"@type":"node","@id":1330831596,"@timestamp":1308490963},"coords":"51.3026378,0.5056254","bedrooms":"4","price":"170000","area":"476"} , +{"type":"Feature","id":"n1330836155","geometry":{"type":"Point","coordinates":[0.5717803,51.3399032]},"properties":{"@type":"node","@id":1330836155,"@timestamp":1631789597},"coords":"51.3399032,0.5717803","bedrooms":"2","price":"165000","area":"637"} , +{"type":"Feature","id":"n1330906074","geometry":{"type":"Point","coordinates":[-0.9927516,51.6325603]},"properties":{"@type":"node","@id":1330906074,"@timestamp":1308493992},"coords":"51.6325603,-0.9927516","bedrooms":"0","price":"297000","area":"446"} , +{"type":"Feature","id":"n1331164430","geometry":{"type":"Point","coordinates":[0.0464655,51.5221846]},"properties":{"@type":"node","@id":1331164430,"@timestamp":1609354322},"coords":"51.5221846,0.0464655","bedrooms":"2","price":"288000","area":"499"} , +{"type":"Feature","id":"n1331290431","geometry":{"type":"Point","coordinates":[-0.2033176,51.2381592]},"properties":{"@type":"node","@id":1331290431,"@timestamp":1308513102},"coords":"51.2381592,-0.2033176","bedrooms":"3","price":"233000","area":"628"} , +{"type":"Feature","id":"n1331591977","geometry":{"type":"Point","coordinates":[0.0249854,51.4793431]},"properties":{"@type":"node","@id":1331591977,"@timestamp":1634165861},"coords":"51.4793431,0.0249854","bedrooms":"2","price":"274000","area":"449"} , +{"type":"Feature","id":"n1331601836","geometry":{"type":"Point","coordinates":[0.0449101,51.4682976]},"properties":{"@type":"node","@id":1331601836,"@timestamp":1614367054},"coords":"51.4682976,0.0449101","bedrooms":"3","price":"260000","area":"670"} , +{"type":"Feature","id":"n1331621217","geometry":{"type":"Point","coordinates":[-0.0172835,51.4296946]},"properties":{"@type":"node","@id":1331621217,"@timestamp":1614604885},"coords":"51.4296946,-0.0172835","bedrooms":"4","price":"285000","area":"497"} , +{"type":"Feature","id":"n1331703687","geometry":{"type":"Point","coordinates":[-0.1477533,51.5135343]},"properties":{"@type":"node","@id":1331703687,"@timestamp":1561455356},"coords":"51.5135343,-0.1477533","bedrooms":"2","price":"158000","area":"385"} , +{"type":"Feature","id":"n1331703753","geometry":{"type":"Point","coordinates":[-0.1483102,51.513849]},"properties":{"@type":"node","@id":1331703753,"@timestamp":1532148347},"coords":"51.513849,-0.1483102","bedrooms":"3","price":"221000","area":"407"} , +{"type":"Feature","id":"n1331746916","geometry":{"type":"Point","coordinates":[-0.1471587,51.5134445]},"properties":{"@type":"node","@id":1331746916,"@timestamp":1561455299},"coords":"51.5134445,-0.1471587","bedrooms":"1","price":"225000","area":"538"} , +{"type":"Feature","id":"n1331753907","geometry":{"type":"Point","coordinates":[-0.336696,51.5797976]},"properties":{"@type":"node","@id":1331753907,"@timestamp":1386595025},"coords":"51.5797976,-0.336696","bedrooms":"3","price":"222000","area":"471"} , +{"type":"Feature","id":"n1331778883","geometry":{"type":"Point","coordinates":[-0.0684403,51.5584508]},"properties":{"@type":"node","@id":1331778883,"@timestamp":1457893456},"coords":"51.5584508,-0.0684403","bedrooms":"4","price":"279000","area":"460"} , +{"type":"Feature","id":"n1332461241","geometry":{"type":"Point","coordinates":[0.6713874,51.6028256]},"properties":{"@type":"node","@id":1332461241,"@timestamp":1393528141},"coords":"51.6028256,0.6713874","bedrooms":"2","price":"185000","area":"560"} , +{"type":"Feature","id":"n1332574574","geometry":{"type":"Point","coordinates":[-0.0003216,51.9460969]},"properties":{"@type":"node","@id":1332574574,"@timestamp":1308594395},"coords":"51.9460969,-0.0003216","bedrooms":"1","price":"163000","area":"533"} , +{"type":"Feature","id":"n1332574649","geometry":{"type":"Point","coordinates":[-0.0011853,51.9476312]},"properties":{"@type":"node","@id":1332574649,"@timestamp":1308594397},"coords":"51.9476312,-0.0011853","bedrooms":"1","price":"184000","area":"686"} , +{"type":"Feature","id":"n1332574701","geometry":{"type":"Point","coordinates":[0.0049299,51.9490135]},"properties":{"@type":"node","@id":1332574701,"@timestamp":1308594398},"coords":"51.9490135,0.0049299","bedrooms":"4","price":"153000","area":"460"} , +{"type":"Feature","id":"n1332574732","geometry":{"type":"Point","coordinates":[0.005064,51.9489209]},"properties":{"@type":"node","@id":1332574732,"@timestamp":1308594399},"coords":"51.9489209,0.005064","bedrooms":"2","price":"174000","area":"566"} , +{"type":"Feature","id":"n1332574784","geometry":{"type":"Point","coordinates":[-0.0006918,51.9478992]},"properties":{"@type":"node","@id":1332574784,"@timestamp":1308594400},"coords":"51.9478992,-0.0006918","bedrooms":"4","price":"209000","area":"615"} , +{"type":"Feature","id":"n1332574838","geometry":{"type":"Point","coordinates":[-0.0003538,51.9459682]},"properties":{"@type":"node","@id":1332574838,"@timestamp":1308594404},"coords":"51.9459682,-0.0003538","bedrooms":"0","price":"261000","area":"498"} , +{"type":"Feature","id":"n1332574883","geometry":{"type":"Point","coordinates":[0.0046509,51.9463749]},"properties":{"@type":"node","@id":1332574883,"@timestamp":1308594405},"coords":"51.9463749,0.0046509","bedrooms":"3","price":"176000","area":"359"} , +{"type":"Feature","id":"n1332574944","geometry":{"type":"Point","coordinates":[-0.0018987,51.9470726]},"properties":{"@type":"node","@id":1332574944,"@timestamp":1308594406},"coords":"51.9470726,-0.0018987","bedrooms":"4","price":"234000","area":"592"} , +{"type":"Feature","id":"n1332574979","geometry":{"type":"Point","coordinates":[-0.0007239,51.946074]},"properties":{"@type":"node","@id":1332574979,"@timestamp":1308594407},"coords":"51.946074,-0.0007239","bedrooms":"2","price":"186000","area":"571"} , +{"type":"Feature","id":"n1332679789","geometry":{"type":"Point","coordinates":[-0.3188033,51.6009651]},"properties":{"@type":"node","@id":1332679789,"@timestamp":1308600222},"coords":"51.6009651,-0.3188033","bedrooms":"2","price":"274000","area":"648"} , +{"type":"Feature","id":"n1332743214","geometry":{"type":"Point","coordinates":[-0.0276887,51.4266081]},"properties":{"@type":"node","@id":1332743214,"@timestamp":1612121460},"coords":"51.4266081,-0.0276887","bedrooms":"3","price":"229000","area":"399"} , +{"type":"Feature","id":"n1332761233","geometry":{"type":"Point","coordinates":[-0.0344813,51.4519965]},"properties":{"@type":"node","@id":1332761233,"@timestamp":1612644850},"coords":"51.4519965,-0.0344813","bedrooms":"4","price":"156000","area":"493"} , +{"type":"Feature","id":"n1333559968","geometry":{"type":"Point","coordinates":[0.6449073,51.2099322]},"properties":{"@type":"node","@id":1333559968,"@timestamp":1472571849},"coords":"51.2099322,0.6449073","bedrooms":"3","price":"255000","area":"570"} , +{"type":"Feature","id":"n1333739507","geometry":{"type":"Point","coordinates":[-0.2905818,51.4785757]},"properties":{"@type":"node","@id":1333739507,"@timestamp":1308674811},"coords":"51.4785757,-0.2905818","bedrooms":"4","price":"156000","area":"582"} , +{"type":"Feature","id":"n1333974227","geometry":{"type":"Point","coordinates":[0.031816,51.5132901]},"properties":{"@type":"node","@id":1333974227,"@timestamp":1308689925},"coords":"51.5132901,0.031816","bedrooms":"3","price":"234000","area":"692"} , +{"type":"Feature","id":"n1333990617","geometry":{"type":"Point","coordinates":[0.0356408,51.5343751]},"properties":{"@type":"node","@id":1333990617,"@timestamp":1626137473},"coords":"51.5343751,0.0356408","bedrooms":"1","price":"288000","area":"473"} , +{"type":"Feature","id":"n1334007023","geometry":{"type":"Point","coordinates":[0.0349179,51.5363109]},"properties":{"@type":"node","@id":1334007023,"@timestamp":1626573375},"coords":"51.5363109,0.0349179","bedrooms":"4","price":"164000","area":"676"} , +{"type":"Feature","id":"n1334018989","geometry":{"type":"Point","coordinates":[0.0241931,51.5295814]},"properties":{"@type":"node","@id":1334018989,"@timestamp":1308693458},"coords":"51.5295814,0.0241931","bedrooms":"4","price":"195000","area":"504"} , +{"type":"Feature","id":"n1334036252","geometry":{"type":"Point","coordinates":[0.0234502,51.5298575]},"properties":{"@type":"node","@id":1334036252,"@timestamp":1611323794},"coords":"51.5298575,0.0234502","bedrooms":"2","price":"183000","area":"611"} , +{"type":"Feature","id":"n1334044859","geometry":{"type":"Point","coordinates":[-0.1383403,51.4971365]},"properties":{"@type":"node","@id":1334044859,"@timestamp":1335652383},"coords":"51.4971365,-0.1383403","bedrooms":"3","price":"296000","area":"472"} , +{"type":"Feature","id":"n1334044904","geometry":{"type":"Point","coordinates":[-0.1406068,51.4972658]},"properties":{"@type":"node","@id":1334044904,"@timestamp":1603376292},"coords":"51.4972658,-0.1406068","bedrooms":"3","price":"169000","area":"586"} , +{"type":"Feature","id":"n1334053288","geometry":{"type":"Point","coordinates":[0.0190138,51.5205924]},"properties":{"@type":"node","@id":1334053288,"@timestamp":1308696686},"coords":"51.5205924,0.0190138","bedrooms":"0","price":"248000","area":"525"} , +{"type":"Feature","id":"n1334054380","geometry":{"type":"Point","coordinates":[0.0235548,51.5226185]},"properties":{"@type":"node","@id":1334054380,"@timestamp":1308697015},"coords":"51.5226185,0.0235548","bedrooms":"4","price":"256000","area":"536"} , +{"type":"Feature","id":"n1334056275","geometry":{"type":"Point","coordinates":[0.0168828,51.519773]},"properties":{"@type":"node","@id":1334056275,"@timestamp":1308697681},"coords":"51.519773,0.0168828","bedrooms":"0","price":"263000","area":"456"} , +{"type":"Feature","id":"n1334090990","geometry":{"type":"Point","coordinates":[-0.963579,51.4467663]},"properties":{"@type":"node","@id":1334090990,"@timestamp":1308701590},"coords":"51.4467663,-0.963579","bedrooms":"4","price":"214000","area":"534"} , +{"type":"Feature","id":"n1334469116","geometry":{"type":"Point","coordinates":[0.5378133,50.9407458]},"properties":{"@type":"node","@id":1334469116,"@timestamp":1308743413},"coords":"50.9407458,0.5378133","bedrooms":"2","price":"210000","area":"661"} , +{"type":"Feature","id":"n1334476494","geometry":{"type":"Point","coordinates":[-0.129591,51.4993226]},"properties":{"@type":"node","@id":1334476494,"@timestamp":1412169260},"coords":"51.4993226,-0.129591","bedrooms":"1","price":"299000","area":"502"} , +{"type":"Feature","id":"n1334631083","geometry":{"type":"Point","coordinates":[-0.1270429,51.4948493]},"properties":{"@type":"node","@id":1334631083,"@timestamp":1629643309},"coords":"51.4948493,-0.1270429","bedrooms":"0","price":"272000","area":"539"} , +{"type":"Feature","id":"n1334631332","geometry":{"type":"Point","coordinates":[-0.1290467,51.4955478]},"properties":{"@type":"node","@id":1334631332,"@timestamp":1627251598},"coords":"51.4955478,-0.1290467","bedrooms":"2","price":"261000","area":"561"} , +{"type":"Feature","id":"n1335016078","geometry":{"type":"Point","coordinates":[0.032065,51.5198675]},"properties":{"@type":"node","@id":1335016078,"@timestamp":1611321401},"coords":"51.5198675,0.032065","bedrooms":"1","price":"244000","area":"617"} , +{"type":"Feature","id":"n1335022281","geometry":{"type":"Point","coordinates":[-0.1766585,51.2447138]},"properties":{"@type":"node","@id":1335022281,"@timestamp":1308782233},"coords":"51.2447138,-0.1766585","bedrooms":"2","price":"213000","area":"695"} , +{"type":"Feature","id":"n1335022294","geometry":{"type":"Point","coordinates":[-0.1774898,51.2440664]},"properties":{"@type":"node","@id":1335022294,"@timestamp":1308782235},"coords":"51.2440664,-0.1774898","bedrooms":"3","price":"294000","area":"461"} , +{"type":"Feature","id":"n1335034670","geometry":{"type":"Point","coordinates":[0.0353368,51.5296918]},"properties":{"@type":"node","@id":1335034670,"@timestamp":1308783234},"coords":"51.5296918,0.0353368","bedrooms":"4","price":"168000","area":"358"} , +{"type":"Feature","id":"n1335055811","geometry":{"type":"Point","coordinates":[0.0105088,51.5715853]},"properties":{"@type":"node","@id":1335055811,"@timestamp":1330804898},"coords":"51.5715853,0.0105088","bedrooms":"2","price":"215000","area":"585"} , +{"type":"Feature","id":"n1335519043","geometry":{"type":"Point","coordinates":[-0.1938882,51.5391924]},"properties":{"@type":"node","@id":1335519043,"@timestamp":1357665829},"coords":"51.5391924,-0.1938882","bedrooms":"2","price":"222000","area":"633"} , +{"type":"Feature","id":"n1335954748","geometry":{"type":"Point","coordinates":[-0.1684879,51.4658612]},"properties":{"@type":"node","@id":1335954748,"@timestamp":1395839286},"coords":"51.4658612,-0.1684879","bedrooms":"1","price":"177000","area":"495"} , +{"type":"Feature","id":"n1337360546","geometry":{"type":"Point","coordinates":[-0.1481201,51.4730979]},"properties":{"@type":"node","@id":1337360546,"@timestamp":1617542219},"coords":"51.4730979,-0.1481201","bedrooms":"0","price":"264000","area":"530"} , +{"type":"Feature","id":"n1337371015","geometry":{"type":"Point","coordinates":[0.0512626,51.538956]},"properties":{"@type":"node","@id":1337371015,"@timestamp":1625585615},"coords":"51.538956,0.0512626","bedrooms":"1","price":"150000","area":"368"} , +{"type":"Feature","id":"n1337437228","geometry":{"type":"Point","coordinates":[0.0596349,51.5337583]},"properties":{"@type":"node","@id":1337437228,"@timestamp":1308944652},"coords":"51.5337583,0.0596349","bedrooms":"2","price":"283000","area":"494"} , +{"type":"Feature","id":"n1337473745","geometry":{"type":"Point","coordinates":[0.0531976,51.5329525]},"properties":{"@type":"node","@id":1337473745,"@timestamp":1308946089},"coords":"51.5329525,0.0531976","bedrooms":"0","price":"292000","area":"504"} , +{"type":"Feature","id":"n1337494630","geometry":{"type":"Point","coordinates":[0.0455453,51.5365563]},"properties":{"@type":"node","@id":1337494630,"@timestamp":1308947088},"coords":"51.5365563,0.0455453","bedrooms":"4","price":"163000","area":"376"} , +{"type":"Feature","id":"n1337501856","geometry":{"type":"Point","coordinates":[0.0545762,51.5365496]},"properties":{"@type":"node","@id":1337501856,"@timestamp":1308947892},"coords":"51.5365496,0.0545762","bedrooms":"1","price":"282000","area":"392"} , +{"type":"Feature","id":"n1337515122","geometry":{"type":"Point","coordinates":[0.0386707,51.5302995]},"properties":{"@type":"node","@id":1337515122,"@timestamp":1308948511},"coords":"51.5302995,0.0386707","bedrooms":"1","price":"189000","area":"514"} , +{"type":"Feature","id":"n1337575447","geometry":{"type":"Point","coordinates":[0.0561467,51.5272604]},"properties":{"@type":"node","@id":1337575447,"@timestamp":1573044428},"coords":"51.5272604,0.0561467","bedrooms":"2","price":"247000","area":"353"} , +{"type":"Feature","id":"n1337581341","geometry":{"type":"Point","coordinates":[0.0554855,51.5316226]},"properties":{"@type":"node","@id":1337581341,"@timestamp":1308950357},"coords":"51.5316226,0.0554855","bedrooms":"0","price":"277000","area":"462"} , +{"type":"Feature","id":"n1337591084","geometry":{"type":"Point","coordinates":[0.0526236,51.5265066]},"properties":{"@type":"node","@id":1337591084,"@timestamp":1636302901},"coords":"51.5265066,0.0526236","bedrooms":"2","price":"201000","area":"655"} , +{"type":"Feature","id":"n1337615826","geometry":{"type":"Point","coordinates":[0.0247018,51.5491287]},"properties":{"@type":"node","@id":1337615826,"@timestamp":1607453948},"coords":"51.5491287,0.0247018","bedrooms":"0","price":"202000","area":"499"} , +{"type":"Feature","id":"n1337616942","geometry":{"type":"Point","coordinates":[-0.0689388,51.2490952]},"properties":{"@type":"node","@id":1337616942,"@timestamp":1384548303},"coords":"51.2490952,-0.0689388","bedrooms":"0","price":"171000","area":"494"} , +{"type":"Feature","id":"n1337623531","geometry":{"type":"Point","coordinates":[0.0249727,51.5481079]},"properties":{"@type":"node","@id":1337623531,"@timestamp":1606750133},"coords":"51.5481079,0.0249727","bedrooms":"4","price":"166000","area":"550"} , +{"type":"Feature","id":"n1337623542","geometry":{"type":"Point","coordinates":[0.0252042,51.5474847]},"properties":{"@type":"node","@id":1337623542,"@timestamp":1613847343},"coords":"51.5474847,0.0252042","bedrooms":"1","price":"180000","area":"455"} , +{"type":"Feature","id":"n1337632484","geometry":{"type":"Point","coordinates":[0.0272741,51.5465717]},"properties":{"@type":"node","@id":1337632484,"@timestamp":1616778616},"coords":"51.5465717,0.0272741","bedrooms":"3","price":"226000","area":"393"} , +{"type":"Feature","id":"n1337646212","geometry":{"type":"Point","coordinates":[0.0367262,51.5432322]},"properties":{"@type":"node","@id":1337646212,"@timestamp":1308956272},"coords":"51.5432322,0.0367262","bedrooms":"2","price":"240000","area":"356"} , +{"type":"Feature","id":"n1337866095","geometry":{"type":"Point","coordinates":[-0.1424036,51.5396902]},"properties":{"@type":"node","@id":1337866095,"@timestamp":1564246895},"coords":"51.5396902,-0.1424036","bedrooms":"1","price":"225000","area":"643"} , +{"type":"Feature","id":"n1338418926","geometry":{"type":"Point","coordinates":[-0.1525491,51.3555554]},"properties":{"@type":"node","@id":1338418926,"@timestamp":1309010090},"coords":"51.3555554,-0.1525491","bedrooms":"2","price":"193000","area":"634"} , +{"type":"Feature","id":"n1338418955","geometry":{"type":"Point","coordinates":[-0.1514027,51.3491886]},"properties":{"@type":"node","@id":1338418955,"@timestamp":1309010091},"coords":"51.3491886,-0.1514027","bedrooms":"3","price":"177000","area":"454"} , +{"type":"Feature","id":"n1339002570","geometry":{"type":"Point","coordinates":[0.04653,51.550314]},"properties":{"@type":"node","@id":1339002570,"@timestamp":1633987554},"coords":"51.550314,0.04653","bedrooms":"4","price":"254000","area":"442"} , +{"type":"Feature","id":"n1339014335","geometry":{"type":"Point","coordinates":[0.0549803,51.5534102]},"properties":{"@type":"node","@id":1339014335,"@timestamp":1309037898},"coords":"51.5534102,0.0549803","bedrooms":"0","price":"298000","area":"388"} , +{"type":"Feature","id":"n1339029394","geometry":{"type":"Point","coordinates":[0.0591794,51.5546843]},"properties":{"@type":"node","@id":1339029394,"@timestamp":1623871253},"coords":"51.5546843,0.0591794","bedrooms":"4","price":"224000","area":"583"} , +{"type":"Feature","id":"n1339065266","geometry":{"type":"Point","coordinates":[0.0524014,51.5523144]},"properties":{"@type":"node","@id":1339065266,"@timestamp":1309040041},"coords":"51.5523144,0.0524014","bedrooms":"0","price":"184000","area":"370"} , +{"type":"Feature","id":"n1339065282","geometry":{"type":"Point","coordinates":[0.052278,51.5522727]},"properties":{"@type":"node","@id":1339065282,"@timestamp":1626576739},"coords":"51.5522727,0.052278","bedrooms":"0","price":"290000","area":"530"} , +{"type":"Feature","id":"n1339078986","geometry":{"type":"Point","coordinates":[0.0502462,51.5421756]},"properties":{"@type":"node","@id":1339078986,"@timestamp":1309042307},"coords":"51.5421756,0.0502462","bedrooms":"1","price":"151000","area":"514"} , +{"type":"Feature","id":"n1339078999","geometry":{"type":"Point","coordinates":[0.0507116,51.5406384]},"properties":{"@type":"node","@id":1339078999,"@timestamp":1309042308},"coords":"51.5406384,0.0507116","bedrooms":"0","price":"184000","area":"449"} , +{"type":"Feature","id":"n1339089991","geometry":{"type":"Point","coordinates":[0.0533038,51.3315927]},"properties":{"@type":"node","@id":1339089991,"@timestamp":1407706064},"coords":"51.3315927,0.0533038","bedrooms":"0","price":"292000","area":"695"} , +{"type":"Feature","id":"n1339619140","geometry":{"type":"Point","coordinates":[0.6708064,51.5538557]},"properties":{"@type":"node","@id":1339619140,"@timestamp":1453396536},"coords":"51.5538557,0.6708064","bedrooms":"4","price":"294000","area":"634"} , +{"type":"Feature","id":"n1339983354","geometry":{"type":"Point","coordinates":[-0.1898374,51.2370489]},"properties":{"@type":"node","@id":1339983354,"@timestamp":1610115676},"coords":"51.2370489,-0.1898374","bedrooms":"2","price":"210000","area":"486"} , +{"type":"Feature","id":"n1339985927","geometry":{"type":"Point","coordinates":[-0.1847364,51.2377731]},"properties":{"@type":"node","@id":1339985927,"@timestamp":1625070265},"coords":"51.2377731,-0.1847364","bedrooms":"0","price":"200000","area":"562"} , +{"type":"Feature","id":"n1340017123","geometry":{"type":"Point","coordinates":[-0.0652542,51.2519638]},"properties":{"@type":"node","@id":1340017123,"@timestamp":1604856028},"coords":"51.2519638,-0.0652542","bedrooms":"2","price":"267000","area":"684"} , +{"type":"Feature","id":"n1340067540","geometry":{"type":"Point","coordinates":[0.4581619,51.7967901]},"properties":{"@type":"node","@id":1340067540,"@timestamp":1352657198},"coords":"51.7967901,0.4581619","bedrooms":"2","price":"226000","area":"674"} , +{"type":"Feature","id":"n1340118025","geometry":{"type":"Point","coordinates":[-0.1903888,51.4872196]},"properties":{"@type":"node","@id":1340118025,"@timestamp":1606457041},"coords":"51.4872196,-0.1903888","bedrooms":"3","price":"182000","area":"666"} , +{"type":"Feature","id":"n1340471035","geometry":{"type":"Point","coordinates":[-0.7948003,51.3568286]},"properties":{"@type":"node","@id":1340471035,"@timestamp":1309123744},"coords":"51.3568286,-0.7948003","bedrooms":"2","price":"244000","area":"687"} , +{"type":"Feature","id":"n1340531853","geometry":{"type":"Point","coordinates":[0.0163526,51.255939]},"properties":{"@type":"node","@id":1340531853,"@timestamp":1371715571},"coords":"51.255939,0.0163526","bedrooms":"4","price":"157000","area":"600"} , +{"type":"Feature","id":"n1340629568","geometry":{"type":"Point","coordinates":[-0.6862249,50.9920582]},"properties":{"@type":"node","@id":1340629568,"@timestamp":1309133690},"coords":"50.9920582,-0.6862249","bedrooms":"0","price":"231000","area":"633"} , +{"type":"Feature","id":"n1340629766","geometry":{"type":"Point","coordinates":[-0.6951095,50.9969753]},"properties":{"@type":"node","@id":1340629766,"@timestamp":1309133697},"coords":"50.9969753,-0.6951095","bedrooms":"3","price":"259000","area":"411"} , +{"type":"Feature","id":"n1340967496","geometry":{"type":"Point","coordinates":[0.3729605,51.438378]},"properties":{"@type":"node","@id":1340967496,"@timestamp":1452457975},"coords":"51.438378,0.3729605","bedrooms":"4","price":"257000","area":"536"} , +{"type":"Feature","id":"n1340967519","geometry":{"type":"Point","coordinates":[0.3729372,51.4388189]},"properties":{"@type":"node","@id":1340967519,"@timestamp":1452457974},"coords":"51.4388189,0.3729372","bedrooms":"3","price":"159000","area":"382"} , +{"type":"Feature","id":"n1340996205","geometry":{"type":"Point","coordinates":[0.9258178,51.2478236]},"properties":{"@type":"node","@id":1340996205,"@timestamp":1309172971},"coords":"51.2478236,0.9258178","bedrooms":"4","price":"299000","area":"667"} , +{"type":"Feature","id":"n1340996243","geometry":{"type":"Point","coordinates":[0.9939146,51.2501387]},"properties":{"@type":"node","@id":1340996243,"@timestamp":1309172973},"coords":"51.2501387,0.9939146","bedrooms":"3","price":"206000","area":"665"} , +{"type":"Feature","id":"n1340996273","geometry":{"type":"Point","coordinates":[0.90394,51.2470436]},"properties":{"@type":"node","@id":1340996273,"@timestamp":1309172974},"coords":"51.2470436,0.90394","bedrooms":"2","price":"184000","area":"575"} , +{"type":"Feature","id":"n1341538478","geometry":{"type":"Point","coordinates":[0.2531207,51.5591087]},"properties":{"@type":"node","@id":1341538478,"@timestamp":1619892354},"coords":"51.5591087,0.2531207","bedrooms":"1","price":"269000","area":"376"} , +{"type":"Feature","id":"n1341553391","geometry":{"type":"Point","coordinates":[-0.6175648,51.5324741]},"properties":{"@type":"node","@id":1341553391,"@timestamp":1608035002},"coords":"51.5324741,-0.6175648","bedrooms":"1","price":"266000","area":"672"} , +{"type":"Feature","id":"n1341709551","geometry":{"type":"Point","coordinates":[0.2527659,51.5591453]},"properties":{"@type":"node","@id":1341709551,"@timestamp":1619892354},"coords":"51.5591453,0.2527659","bedrooms":"2","price":"259000","area":"695"} , +{"type":"Feature","id":"n1341723833","geometry":{"type":"Point","coordinates":[0.0469514,51.5440398]},"properties":{"@type":"node","@id":1341723833,"@timestamp":1309211328},"coords":"51.5440398,0.0469514","bedrooms":"3","price":"201000","area":"520"} , +{"type":"Feature","id":"n1341793743","geometry":{"type":"Point","coordinates":[-0.0999737,51.5426913]},"properties":{"@type":"node","@id":1341793743,"@timestamp":1625851716},"coords":"51.5426913,-0.0999737","bedrooms":"0","price":"299000","area":"655"} , +{"type":"Feature","id":"n1342133407","geometry":{"type":"Point","coordinates":[-0.0728325,51.5678086]},"properties":{"@type":"node","@id":1342133407,"@timestamp":1617464060},"coords":"51.5678086,-0.0728325","bedrooms":"3","price":"190000","area":"396"} , +{"type":"Feature","id":"n1342151680","geometry":{"type":"Point","coordinates":[-0.104236,51.5294342]},"properties":{"@type":"node","@id":1342151680,"@timestamp":1309260956},"coords":"51.5294342,-0.104236","bedrooms":"2","price":"214000","area":"626"} , +{"type":"Feature","id":"n1342170156","geometry":{"type":"Point","coordinates":[-0.038366,51.5269297]},"properties":{"@type":"node","@id":1342170156,"@timestamp":1351156594},"coords":"51.5269297,-0.038366","bedrooms":"3","price":"190000","area":"466"} , +{"type":"Feature","id":"n1343011094","geometry":{"type":"Point","coordinates":[0.722773,50.9696968]},"properties":{"@type":"node","@id":1343011094,"@timestamp":1309336981},"coords":"50.9696968,0.722773","bedrooms":"4","price":"285000","area":"672"} , +{"type":"Feature","id":"n1343011113","geometry":{"type":"Point","coordinates":[0.6790775,50.9594644]},"properties":{"@type":"node","@id":1343011113,"@timestamp":1309336984},"coords":"50.9594644,0.6790775","bedrooms":"2","price":"266000","area":"428"} , +{"type":"Feature","id":"n1343011140","geometry":{"type":"Point","coordinates":[0.6791657,50.966906]},"properties":{"@type":"node","@id":1343011140,"@timestamp":1309336988},"coords":"50.966906,0.6791657","bedrooms":"4","price":"274000","area":"391"} , +{"type":"Feature","id":"n1343011186","geometry":{"type":"Point","coordinates":[0.7161958,50.9573951]},"properties":{"@type":"node","@id":1343011186,"@timestamp":1309336991},"coords":"50.9573951,0.7161958","bedrooms":"0","price":"176000","area":"610"} , +{"type":"Feature","id":"n1343011216","geometry":{"type":"Point","coordinates":[0.6257955,50.9358632]},"properties":{"@type":"node","@id":1343011216,"@timestamp":1309336995},"coords":"50.9358632,0.6257955","bedrooms":"1","price":"235000","area":"648"} , +{"type":"Feature","id":"n1343011237","geometry":{"type":"Point","coordinates":[0.721887,50.9669107]},"properties":{"@type":"node","@id":1343011237,"@timestamp":1309336997},"coords":"50.9669107,0.721887","bedrooms":"1","price":"177000","area":"612"} , +{"type":"Feature","id":"n1343011270","geometry":{"type":"Point","coordinates":[0.6330275,50.9401034]},"properties":{"@type":"node","@id":1343011270,"@timestamp":1309337001},"coords":"50.9401034,0.6330275","bedrooms":"0","price":"217000","area":"459"} , +{"type":"Feature","id":"n1343011295","geometry":{"type":"Point","coordinates":[0.7494903,50.9842039]},"properties":{"@type":"node","@id":1343011295,"@timestamp":1309337003},"coords":"50.9842039,0.7494903","bedrooms":"3","price":"237000","area":"666"} , +{"type":"Feature","id":"n1343011321","geometry":{"type":"Point","coordinates":[0.7248161,50.9674567]},"properties":{"@type":"node","@id":1343011321,"@timestamp":1309337006},"coords":"50.9674567,0.7248161","bedrooms":"2","price":"221000","area":"571"} , +{"type":"Feature","id":"n1343011351","geometry":{"type":"Point","coordinates":[0.7232755,50.9691436]},"properties":{"@type":"node","@id":1343011351,"@timestamp":1309337009},"coords":"50.9691436,0.7232755","bedrooms":"0","price":"268000","area":"447"} , +{"type":"Feature","id":"n1343011378","geometry":{"type":"Point","coordinates":[0.7196515,50.9682559]},"properties":{"@type":"node","@id":1343011378,"@timestamp":1309337011},"coords":"50.9682559,0.7196515","bedrooms":"4","price":"194000","area":"644"} , +{"type":"Feature","id":"n1343011450","geometry":{"type":"Point","coordinates":[0.7237775,50.9685996]},"properties":{"@type":"node","@id":1343011450,"@timestamp":1309337014},"coords":"50.9685996,0.7237775","bedrooms":"1","price":"161000","area":"402"} , +{"type":"Feature","id":"n1343011531","geometry":{"type":"Point","coordinates":[0.7247636,50.9721614]},"properties":{"@type":"node","@id":1343011531,"@timestamp":1309337017},"coords":"50.9721614,0.7247636","bedrooms":"3","price":"221000","area":"677"} , +{"type":"Feature","id":"n1343011592","geometry":{"type":"Point","coordinates":[0.6265629,50.9363055]},"properties":{"@type":"node","@id":1343011592,"@timestamp":1309337019},"coords":"50.9363055,0.6265629","bedrooms":"2","price":"233000","area":"664"} , +{"type":"Feature","id":"n1343011653","geometry":{"type":"Point","coordinates":[0.6858099,50.969945]},"properties":{"@type":"node","@id":1343011653,"@timestamp":1309337021},"coords":"50.969945,0.6858099","bedrooms":"4","price":"271000","area":"350"} , +{"type":"Feature","id":"n1343011675","geometry":{"type":"Point","coordinates":[0.6296085,50.9380909]},"properties":{"@type":"node","@id":1343011675,"@timestamp":1309337024},"coords":"50.9380909,0.6296085","bedrooms":"3","price":"173000","area":"595"} , +{"type":"Feature","id":"n1343011696","geometry":{"type":"Point","coordinates":[0.7260287,50.9646743]},"properties":{"@type":"node","@id":1343011696,"@timestamp":1309337027},"coords":"50.9646743,0.7260287","bedrooms":"1","price":"278000","area":"361"} , +{"type":"Feature","id":"n1343011729","geometry":{"type":"Point","coordinates":[0.6790512,50.9605295]},"properties":{"@type":"node","@id":1343011729,"@timestamp":1309337029},"coords":"50.9605295,0.6790512","bedrooms":"1","price":"250000","area":"635"} , +{"type":"Feature","id":"n1343011755","geometry":{"type":"Point","coordinates":[0.7547398,50.9863757]},"properties":{"@type":"node","@id":1343011755,"@timestamp":1309337032},"coords":"50.9863757,0.7547398","bedrooms":"1","price":"222000","area":"575"} , +{"type":"Feature","id":"n1343011856","geometry":{"type":"Point","coordinates":[0.7133768,50.9574848]},"properties":{"@type":"node","@id":1343011856,"@timestamp":1309337035},"coords":"50.9574848,0.7133768","bedrooms":"4","price":"262000","area":"506"} , +{"type":"Feature","id":"n1343011958","geometry":{"type":"Point","coordinates":[0.6996324,50.9390107]},"properties":{"@type":"node","@id":1343011958,"@timestamp":1309337038},"coords":"50.9390107,0.6996324","bedrooms":"3","price":"153000","area":"408"} , +{"type":"Feature","id":"n1343012024","geometry":{"type":"Point","coordinates":[0.6809576,50.9458111]},"properties":{"@type":"node","@id":1343012024,"@timestamp":1309337041},"coords":"50.9458111,0.6809576","bedrooms":"3","price":"151000","area":"391"} , +{"type":"Feature","id":"n1343012097","geometry":{"type":"Point","coordinates":[0.678453,50.9703472]},"properties":{"@type":"node","@id":1343012097,"@timestamp":1309337044},"coords":"50.9703472,0.678453","bedrooms":"0","price":"281000","area":"507"} , +{"type":"Feature","id":"n1343012120","geometry":{"type":"Point","coordinates":[0.7243379,50.9679744]},"properties":{"@type":"node","@id":1343012120,"@timestamp":1309337046},"coords":"50.9679744,0.7243379","bedrooms":"2","price":"255000","area":"524"} , +{"type":"Feature","id":"n1343012168","geometry":{"type":"Point","coordinates":[0.7457553,50.9724667]},"properties":{"@type":"node","@id":1343012168,"@timestamp":1309337049},"coords":"50.9724667,0.7457553","bedrooms":"4","price":"223000","area":"678"} , +{"type":"Feature","id":"n1343026532","geometry":{"type":"Point","coordinates":[0.7024422,50.9449495]},"properties":{"@type":"node","@id":1343026532,"@timestamp":1309338826},"coords":"50.9449495,0.7024422","bedrooms":"3","price":"286000","area":"463"} , +{"type":"Feature","id":"n1343026599","geometry":{"type":"Point","coordinates":[0.7156992,50.9470767]},"properties":{"@type":"node","@id":1343026599,"@timestamp":1539895531},"coords":"50.9470767,0.7156992","bedrooms":"4","price":"234000","area":"499"} , +{"type":"Feature","id":"n1343327674","geometry":{"type":"Point","coordinates":[-0.1895077,51.539009]},"properties":{"@type":"node","@id":1343327674,"@timestamp":1592057418},"coords":"51.539009,-0.1895077","bedrooms":"0","price":"274000","area":"376"} , +{"type":"Feature","id":"n1343435617","geometry":{"type":"Point","coordinates":[-0.3776391,51.5568639]},"properties":{"@type":"node","@id":1343435617,"@timestamp":1622719413},"coords":"51.5568639,-0.3776391","bedrooms":"1","price":"181000","area":"671"} , +{"type":"Feature","id":"n1343923235","geometry":{"type":"Point","coordinates":[-0.0213255,51.5843195]},"properties":{"@type":"node","@id":1343923235,"@timestamp":1610928013},"coords":"51.5843195,-0.0213255","bedrooms":"1","price":"248000","area":"487"} , +{"type":"Feature","id":"n1343966905","geometry":{"type":"Point","coordinates":[-0.1106289,51.5297382]},"properties":{"@type":"node","@id":1343966905,"@timestamp":1309391914},"coords":"51.5297382,-0.1106289","bedrooms":"2","price":"189000","area":"527"} , +{"type":"Feature","id":"n1343976188","geometry":{"type":"Point","coordinates":[-0.1114995,51.5327848]},"properties":{"@type":"node","@id":1343976188,"@timestamp":1631108743},"coords":"51.5327848,-0.1114995","bedrooms":"1","price":"225000","area":"394"} , +{"type":"Feature","id":"n1344022066","geometry":{"type":"Point","coordinates":[-0.1112302,51.5331405]},"properties":{"@type":"node","@id":1344022066,"@timestamp":1576049301},"coords":"51.5331405,-0.1112302","bedrooms":"2","price":"171000","area":"629"} , +{"type":"Feature","id":"n1344022107","geometry":{"type":"Point","coordinates":[-0.1112839,51.5342416]},"properties":{"@type":"node","@id":1344022107,"@timestamp":1309397197},"coords":"51.5342416,-0.1112839","bedrooms":"3","price":"282000","area":"402"} , +{"type":"Feature","id":"n1344223388","geometry":{"type":"Point","coordinates":[-0.1799079,51.2388662]},"properties":{"@type":"node","@id":1344223388,"@timestamp":1625422914},"coords":"51.2388662,-0.1799079","bedrooms":"4","price":"150000","area":"352"} , +{"type":"Feature","id":"n1344223450","geometry":{"type":"Point","coordinates":[-0.0529562,51.2501498]},"properties":{"@type":"node","@id":1344223450,"@timestamp":1334427176},"coords":"51.2501498,-0.0529562","bedrooms":"0","price":"166000","area":"451"} , +{"type":"Feature","id":"n1344298345","geometry":{"type":"Point","coordinates":[0.607476,51.0271881]},"properties":{"@type":"node","@id":1344298345,"@timestamp":1309422879},"coords":"51.0271881,0.607476","bedrooms":"1","price":"245000","area":"547"} , +{"type":"Feature","id":"n1344298401","geometry":{"type":"Point","coordinates":[0.6374099,50.9822852]},"properties":{"@type":"node","@id":1344298401,"@timestamp":1309422880},"coords":"50.9822852,0.6374099","bedrooms":"2","price":"151000","area":"678"} , +{"type":"Feature","id":"n1344298431","geometry":{"type":"Point","coordinates":[0.5638895,51.0426945]},"properties":{"@type":"node","@id":1344298431,"@timestamp":1309422881},"coords":"51.0426945,0.5638895","bedrooms":"2","price":"154000","area":"490"} , +{"type":"Feature","id":"n1344298476","geometry":{"type":"Point","coordinates":[0.6353333,51.0080632]},"properties":{"@type":"node","@id":1344298476,"@timestamp":1309422882},"coords":"51.0080632,0.6353333","bedrooms":"1","price":"295000","area":"583"} , +{"type":"Feature","id":"n1344298505","geometry":{"type":"Point","coordinates":[0.6143111,50.9898074]},"properties":{"@type":"node","@id":1344298505,"@timestamp":1309422882},"coords":"50.9898074,0.6143111","bedrooms":"3","price":"247000","area":"541"} , +{"type":"Feature","id":"n1344298538","geometry":{"type":"Point","coordinates":[0.536394,51.0781755]},"properties":{"@type":"node","@id":1344298538,"@timestamp":1309422883},"coords":"51.0781755,0.536394","bedrooms":"0","price":"290000","area":"481"} , +{"type":"Feature","id":"n1344298587","geometry":{"type":"Point","coordinates":[0.5573774,51.0610998]},"properties":{"@type":"node","@id":1344298587,"@timestamp":1309422884},"coords":"51.0610998,0.5573774","bedrooms":"0","price":"243000","area":"476"} , +{"type":"Feature","id":"n1344298621","geometry":{"type":"Point","coordinates":[0.520042,51.0851145]},"properties":{"@type":"node","@id":1344298621,"@timestamp":1309422885},"coords":"51.0851145,0.520042","bedrooms":"2","price":"188000","area":"618"} , +{"type":"Feature","id":"n1344298667","geometry":{"type":"Point","coordinates":[0.5396771,51.06233]},"properties":{"@type":"node","@id":1344298667,"@timestamp":1309422886},"coords":"51.06233,0.5396771","bedrooms":"4","price":"270000","area":"657"} , +{"type":"Feature","id":"n1344298710","geometry":{"type":"Point","coordinates":[0.5842263,51.0316014]},"properties":{"@type":"node","@id":1344298710,"@timestamp":1309422887},"coords":"51.0316014,0.5842263","bedrooms":"2","price":"226000","area":"547"} , +{"type":"Feature","id":"n1344298733","geometry":{"type":"Point","coordinates":[0.5695781,51.0403824]},"properties":{"@type":"node","@id":1344298733,"@timestamp":1309422887},"coords":"51.0403824,0.5695781","bedrooms":"1","price":"223000","area":"454"} , +{"type":"Feature","id":"n1344298752","geometry":{"type":"Point","coordinates":[0.5424054,51.0602069]},"properties":{"@type":"node","@id":1344298752,"@timestamp":1309422888},"coords":"51.0602069,0.5424054","bedrooms":"0","price":"259000","area":"449"} , +{"type":"Feature","id":"n1344298775","geometry":{"type":"Point","coordinates":[0.5410043,51.0580775]},"properties":{"@type":"node","@id":1344298775,"@timestamp":1309422889},"coords":"51.0580775,0.5410043","bedrooms":"0","price":"297000","area":"515"} , +{"type":"Feature","id":"n1344298797","geometry":{"type":"Point","coordinates":[0.6304439,51.0288025]},"properties":{"@type":"node","@id":1344298797,"@timestamp":1309422890},"coords":"51.0288025,0.6304439","bedrooms":"1","price":"158000","area":"454"} , +{"type":"Feature","id":"n1344298827","geometry":{"type":"Point","coordinates":[0.5400633,51.0611571]},"properties":{"@type":"node","@id":1344298827,"@timestamp":1309422890},"coords":"51.0611571,0.5400633","bedrooms":"2","price":"224000","area":"645"} , +{"type":"Feature","id":"n1344298868","geometry":{"type":"Point","coordinates":[0.6328026,50.979306]},"properties":{"@type":"node","@id":1344298868,"@timestamp":1309422891},"coords":"50.979306,0.6328026","bedrooms":"1","price":"174000","area":"574"} , +{"type":"Feature","id":"n1344298897","geometry":{"type":"Point","coordinates":[0.6348612,51.0305794]},"properties":{"@type":"node","@id":1344298897,"@timestamp":1309422892},"coords":"51.0305794,0.6348612","bedrooms":"4","price":"275000","area":"621"} , +{"type":"Feature","id":"n1344298936","geometry":{"type":"Point","coordinates":[0.5570014,51.0455849]},"properties":{"@type":"node","@id":1344298936,"@timestamp":1309422893},"coords":"51.0455849,0.5570014","bedrooms":"1","price":"195000","area":"453"} , +{"type":"Feature","id":"n1344298985","geometry":{"type":"Point","coordinates":[0.5679385,51.0409902]},"properties":{"@type":"node","@id":1344298985,"@timestamp":1309422894},"coords":"51.0409902,0.5679385","bedrooms":"2","price":"284000","area":"623"} , +{"type":"Feature","id":"n1344299052","geometry":{"type":"Point","coordinates":[0.6093514,50.9922724]},"properties":{"@type":"node","@id":1344299052,"@timestamp":1309422895},"coords":"50.9922724,0.6093514","bedrooms":"4","price":"251000","area":"447"} , +{"type":"Feature","id":"n1344299089","geometry":{"type":"Point","coordinates":[0.628857,50.9787905]},"properties":{"@type":"node","@id":1344299089,"@timestamp":1309422895},"coords":"50.9787905,0.628857","bedrooms":"4","price":"159000","area":"430"} , +{"type":"Feature","id":"n1344299161","geometry":{"type":"Point","coordinates":[0.6137702,51.0018089]},"properties":{"@type":"node","@id":1344299161,"@timestamp":1309422896},"coords":"51.0018089,0.6137702","bedrooms":"0","price":"190000","area":"458"} , +{"type":"Feature","id":"n1344299208","geometry":{"type":"Point","coordinates":[0.5284083,51.0877492]},"properties":{"@type":"node","@id":1344299208,"@timestamp":1309422897},"coords":"51.0877492,0.5284083","bedrooms":"1","price":"171000","area":"495"} , +{"type":"Feature","id":"n1344299254","geometry":{"type":"Point","coordinates":[0.5603326,51.044289]},"properties":{"@type":"node","@id":1344299254,"@timestamp":1309422898},"coords":"51.044289,0.5603326","bedrooms":"1","price":"234000","area":"396"} , +{"type":"Feature","id":"n1344299316","geometry":{"type":"Point","coordinates":[0.6225729,50.9858907]},"properties":{"@type":"node","@id":1344299316,"@timestamp":1309422898},"coords":"50.9858907,0.6225729","bedrooms":"4","price":"289000","area":"542"} , +{"type":"Feature","id":"n1344299362","geometry":{"type":"Point","coordinates":[0.6628968,50.9642775]},"properties":{"@type":"node","@id":1344299362,"@timestamp":1309422899},"coords":"50.9642775,0.6628968","bedrooms":"4","price":"178000","area":"668"} , +{"type":"Feature","id":"n1344299415","geometry":{"type":"Point","coordinates":[0.6282718,50.9854703]},"properties":{"@type":"node","@id":1344299415,"@timestamp":1309422900},"coords":"50.9854703,0.6282718","bedrooms":"0","price":"270000","area":"587"} , +{"type":"Feature","id":"n1344299458","geometry":{"type":"Point","coordinates":[0.6105296,50.9867836]},"properties":{"@type":"node","@id":1344299458,"@timestamp":1309422901},"coords":"50.9867836,0.6105296","bedrooms":"0","price":"204000","area":"405"} , +{"type":"Feature","id":"n1344299509","geometry":{"type":"Point","coordinates":[0.5298281,51.0915253]},"properties":{"@type":"node","@id":1344299509,"@timestamp":1309422902},"coords":"51.0915253,0.5298281","bedrooms":"2","price":"160000","area":"366"} , +{"type":"Feature","id":"n1344299534","geometry":{"type":"Point","coordinates":[0.519078,51.0530151]},"properties":{"@type":"node","@id":1344299534,"@timestamp":1309422902},"coords":"51.0530151,0.519078","bedrooms":"3","price":"169000","area":"683"} , +{"type":"Feature","id":"n1344299568","geometry":{"type":"Point","coordinates":[0.5734924,51.0381684]},"properties":{"@type":"node","@id":1344299568,"@timestamp":1309422903},"coords":"51.0381684,0.5734924","bedrooms":"4","price":"163000","area":"465"} , +{"type":"Feature","id":"n1344299614","geometry":{"type":"Point","coordinates":[0.5291871,51.0908407]},"properties":{"@type":"node","@id":1344299614,"@timestamp":1599578279},"coords":"51.0908407,0.5291871","bedrooms":"2","price":"294000","area":"581"} , +{"type":"Feature","id":"n1344299649","geometry":{"type":"Point","coordinates":[0.6092347,50.988201]},"properties":{"@type":"node","@id":1344299649,"@timestamp":1309422905},"coords":"50.988201,0.6092347","bedrooms":"4","price":"224000","area":"679"} , +{"type":"Feature","id":"n1344299681","geometry":{"type":"Point","coordinates":[0.5639924,51.0427517]},"properties":{"@type":"node","@id":1344299681,"@timestamp":1309422906},"coords":"51.0427517,0.5639924","bedrooms":"1","price":"202000","area":"698"} , +{"type":"Feature","id":"n1344299723","geometry":{"type":"Point","coordinates":[0.5935831,51.0309471]},"properties":{"@type":"node","@id":1344299723,"@timestamp":1309422906},"coords":"51.0309471,0.5935831","bedrooms":"3","price":"174000","area":"441"} , +{"type":"Feature","id":"n1344299762","geometry":{"type":"Point","coordinates":[0.6384169,50.981173]},"properties":{"@type":"node","@id":1344299762,"@timestamp":1309422907},"coords":"50.981173,0.6384169","bedrooms":"3","price":"181000","area":"479"} , +{"type":"Feature","id":"n1344299793","geometry":{"type":"Point","coordinates":[0.5218287,51.0858412]},"properties":{"@type":"node","@id":1344299793,"@timestamp":1309422908},"coords":"51.0858412,0.5218287","bedrooms":"2","price":"197000","area":"582"} , +{"type":"Feature","id":"n1344299834","geometry":{"type":"Point","coordinates":[0.5547525,51.0605078]},"properties":{"@type":"node","@id":1344299834,"@timestamp":1309422909},"coords":"51.0605078,0.5547525","bedrooms":"0","price":"259000","area":"691"} , +{"type":"Feature","id":"n1344299860","geometry":{"type":"Point","coordinates":[0.5624351,51.060402]},"properties":{"@type":"node","@id":1344299860,"@timestamp":1309422910},"coords":"51.060402,0.5624351","bedrooms":"0","price":"218000","area":"494"} , +{"type":"Feature","id":"n1344299880","geometry":{"type":"Point","coordinates":[0.6139611,51.0279056]},"properties":{"@type":"node","@id":1344299880,"@timestamp":1309422910},"coords":"51.0279056,0.6139611","bedrooms":"0","price":"151000","area":"396"} , +{"type":"Feature","id":"n1344299900","geometry":{"type":"Point","coordinates":[0.6470241,51.0341024]},"properties":{"@type":"node","@id":1344299900,"@timestamp":1309422911},"coords":"51.0341024,0.6470241","bedrooms":"4","price":"289000","area":"652"} , +{"type":"Feature","id":"n1344322849","geometry":{"type":"Point","coordinates":[-0.1881549,51.5399942]},"properties":{"@type":"node","@id":1344322849,"@timestamp":1380316662},"coords":"51.5399942,-0.1881549","bedrooms":"1","price":"235000","area":"683"} , +{"type":"Feature","id":"n1344561848","geometry":{"type":"Point","coordinates":[0.2518227,51.5587505]},"properties":{"@type":"node","@id":1344561848,"@timestamp":1369578830},"coords":"51.5587505,0.2518227","bedrooms":"3","price":"222000","area":"505"} , +{"type":"Feature","id":"n1344844501","geometry":{"type":"Point","coordinates":[-0.1710157,51.2176966]},"properties":{"@type":"node","@id":1344844501,"@timestamp":1629388725},"coords":"51.2176966,-0.1710157","bedrooms":"0","price":"273000","area":"512"} , +{"type":"Feature","id":"n1344844649","geometry":{"type":"Point","coordinates":[-0.1647204,51.2186599]},"properties":{"@type":"node","@id":1344844649,"@timestamp":1629224883},"coords":"51.2186599,-0.1647204","bedrooms":"1","price":"248000","area":"655"} , +{"type":"Feature","id":"n1345247428","geometry":{"type":"Point","coordinates":[-0.1793832,51.4872111]},"properties":{"@type":"node","@id":1345247428,"@timestamp":1605640788},"coords":"51.4872111,-0.1793832","bedrooms":"2","price":"167000","area":"352"} , +{"type":"Feature","id":"n1345547697","geometry":{"type":"Point","coordinates":[0.5560711,51.2428613]},"properties":{"@type":"node","@id":1345547697,"@timestamp":1309505582},"coords":"51.2428613,0.5560711","bedrooms":"4","price":"188000","area":"399"} , +{"type":"Feature","id":"n1345574113","geometry":{"type":"Point","coordinates":[-0.4609324,51.1451918]},"properties":{"@type":"node","@id":1345574113,"@timestamp":1309509503},"coords":"51.1451918,-0.4609324","bedrooms":"0","price":"282000","area":"388"} , +{"type":"Feature","id":"n1345747631","geometry":{"type":"Point","coordinates":[0.7537807,51.9212116]},"properties":{"@type":"node","@id":1345747631,"@timestamp":1441053225},"coords":"51.9212116,0.7537807","bedrooms":"2","price":"227000","area":"354"} , +{"type":"Feature","id":"n1345766538","geometry":{"type":"Point","coordinates":[-0.1126283,51.552516]},"properties":{"@type":"node","@id":1345766538,"@timestamp":1627612384},"coords":"51.552516,-0.1126283","bedrooms":"0","price":"198000","area":"543"} , +{"type":"Feature","id":"n1345965470","geometry":{"type":"Point","coordinates":[-0.0572398,51.5574797]},"properties":{"@type":"node","@id":1345965470,"@timestamp":1386363064},"coords":"51.5574797,-0.0572398","bedrooms":"0","price":"172000","area":"692"} , +{"type":"Feature","id":"n1346164995","geometry":{"type":"Point","coordinates":[0.0077739,51.5161346]},"properties":{"@type":"node","@id":1346164995,"@timestamp":1309551865},"coords":"51.5161346,0.0077739","bedrooms":"0","price":"174000","area":"399"} , +{"type":"Feature","id":"n1346240052","geometry":{"type":"Point","coordinates":[0.0175696,51.5274617]},"properties":{"@type":"node","@id":1346240052,"@timestamp":1621196780},"coords":"51.5274617,0.0175696","bedrooms":"4","price":"170000","area":"368"} , +{"type":"Feature","id":"n1346329756","geometry":{"type":"Point","coordinates":[-0.1558674,51.4975641]},"properties":{"@type":"node","@id":1346329756,"@timestamp":1597695825},"coords":"51.4975641,-0.1558674","bedrooms":"0","price":"256000","area":"555"} , +{"type":"Feature","id":"n1346356055","geometry":{"type":"Point","coordinates":[-0.1030547,51.5046734]},"properties":{"@type":"node","@id":1346356055,"@timestamp":1309564318},"coords":"51.5046734,-0.1030547","bedrooms":"2","price":"293000","area":"636"} , +{"type":"Feature","id":"n1346768532","geometry":{"type":"Point","coordinates":[-0.0224688,51.552087]},"properties":{"@type":"node","@id":1346768532,"@timestamp":1617146826},"coords":"51.552087,-0.0224688","bedrooms":"2","price":"275000","area":"485"} , +{"type":"Feature","id":"n1347410013","geometry":{"type":"Point","coordinates":[0.1946235,51.8699051]},"properties":{"@type":"node","@id":1347410013,"@timestamp":1619732773},"coords":"51.8699051,0.1946235","bedrooms":"4","price":"272000","area":"563"} , +{"type":"Feature","id":"n1348207047","geometry":{"type":"Point","coordinates":[0.1654032,51.540288]},"properties":{"@type":"node","@id":1348207047,"@timestamp":1338225034},"coords":"51.540288,0.1654032","bedrooms":"3","price":"168000","area":"540"} , +{"type":"Feature","id":"n1348562556","geometry":{"type":"Point","coordinates":[-0.1157207,51.2664684]},"properties":{"@type":"node","@id":1348562556,"@timestamp":1346016008},"coords":"51.2664684,-0.1157207","bedrooms":"2","price":"255000","area":"666"} , +{"type":"Feature","id":"n1348628870","geometry":{"type":"Point","coordinates":[0.1368962,51.5099781]},"properties":{"@type":"node","@id":1348628870,"@timestamp":1560353336},"coords":"51.5099781,0.1368962","bedrooms":"0","price":"177000","area":"494"} , +{"type":"Feature","id":"n1348711781","geometry":{"type":"Point","coordinates":[-0.1030096,51.530232]},"properties":{"@type":"node","@id":1348711781,"@timestamp":1603496786},"coords":"51.530232,-0.1030096","bedrooms":"0","price":"273000","area":"390"} , +{"type":"Feature","id":"n1348978160","geometry":{"type":"Point","coordinates":[-0.2926569,51.4763693]},"properties":{"@type":"node","@id":1348978160,"@timestamp":1309765932},"coords":"51.4763693,-0.2926569","bedrooms":"0","price":"172000","area":"465"} , +{"type":"Feature","id":"n1349032478","geometry":{"type":"Point","coordinates":[0.5416448,51.2444294]},"properties":{"@type":"node","@id":1349032478,"@timestamp":1309771304},"coords":"51.2444294,0.5416448","bedrooms":"4","price":"176000","area":"393"} , +{"type":"Feature","id":"n1349032827","geometry":{"type":"Point","coordinates":[0.5455655,51.2467171]},"properties":{"@type":"node","@id":1349032827,"@timestamp":1309771309},"coords":"51.2467171,0.5455655","bedrooms":"2","price":"256000","area":"435"} , +{"type":"Feature","id":"n1349296661","geometry":{"type":"Point","coordinates":[0.5075451,51.3449252]},"properties":{"@type":"node","@id":1349296661,"@timestamp":1328360766},"coords":"51.3449252,0.5075451","bedrooms":"2","price":"182000","area":"477"} , +{"type":"Feature","id":"n1349411555","geometry":{"type":"Point","coordinates":[-0.1089353,51.5311686]},"properties":{"@type":"node","@id":1349411555,"@timestamp":1548249087},"coords":"51.5311686,-0.1089353","bedrooms":"4","price":"220000","area":"612"} , +{"type":"Feature","id":"n1349411613","geometry":{"type":"Point","coordinates":[-0.1093185,51.5317999]},"properties":{"@type":"node","@id":1349411613,"@timestamp":1627549444},"coords":"51.5317999,-0.1093185","bedrooms":"2","price":"198000","area":"471"} , +{"type":"Feature","id":"n1349454569","geometry":{"type":"Point","coordinates":[-0.1063242,51.5313496]},"properties":{"@type":"node","@id":1349454569,"@timestamp":1309803211},"coords":"51.5313496,-0.1063242","bedrooms":"3","price":"250000","area":"633"} , +{"type":"Feature","id":"n1349471360","geometry":{"type":"Point","coordinates":[-0.1041311,51.5309175]},"properties":{"@type":"node","@id":1349471360,"@timestamp":1309804487},"coords":"51.5309175,-0.1041311","bedrooms":"4","price":"289000","area":"443"} , +{"type":"Feature","id":"n1349512028","geometry":{"type":"Point","coordinates":[-0.1044627,51.530878]},"properties":{"@type":"node","@id":1349512028,"@timestamp":1309970761},"coords":"51.530878,-0.1044627","bedrooms":"2","price":"259000","area":"681"} , +{"type":"Feature","id":"n1349538452","geometry":{"type":"Point","coordinates":[0.0313824,51.4940746]},"properties":{"@type":"node","@id":1349538452,"@timestamp":1577179581},"coords":"51.4940746,0.0313824","bedrooms":"1","price":"245000","area":"353"} , +{"type":"Feature","id":"n1349765537","geometry":{"type":"Point","coordinates":[-0.1446144,51.6187352]},"properties":{"@type":"node","@id":1349765537,"@timestamp":1332446649},"coords":"51.6187352,-0.1446144","bedrooms":"4","price":"235000","area":"560"} , +{"type":"Feature","id":"n1349765561","geometry":{"type":"Point","coordinates":[-0.1275363,51.6059157]},"properties":{"@type":"node","@id":1349765561,"@timestamp":1593556308},"coords":"51.6059157,-0.1275363","bedrooms":"1","price":"274000","area":"674"} , +{"type":"Feature","id":"n1350076712","geometry":{"type":"Point","coordinates":[0.4947213,51.2847267]},"properties":{"@type":"node","@id":1350076712,"@timestamp":1463841177},"coords":"51.2847267,0.4947213","bedrooms":"1","price":"297000","area":"518"} , +{"type":"Feature","id":"n1350411104","geometry":{"type":"Point","coordinates":[-0.2650999,51.951146]},"properties":{"@type":"node","@id":1350411104,"@timestamp":1309894586},"coords":"51.951146,-0.2650999","bedrooms":"4","price":"256000","area":"495"} , +{"type":"Feature","id":"n1350498369","geometry":{"type":"Point","coordinates":[-0.0258929,51.505564]},"properties":{"@type":"node","@id":1350498369,"@timestamp":1620221715},"coords":"51.505564,-0.0258929","bedrooms":"3","price":"161000","area":"354"} , +{"type":"Feature","id":"n1350616070","geometry":{"type":"Point","coordinates":[-0.257419,51.9465541]},"properties":{"@type":"node","@id":1350616070,"@timestamp":1522697365},"coords":"51.9465541,-0.257419","bedrooms":"0","price":"204000","area":"471"} , +{"type":"Feature","id":"n1351090527","geometry":{"type":"Point","coordinates":[0.5778763,51.0688746]},"properties":{"@type":"node","@id":1351090527,"@timestamp":1309938668},"coords":"51.0688746,0.5778763","bedrooms":"0","price":"272000","area":"664"} , +{"type":"Feature","id":"n1351271469","geometry":{"type":"Point","coordinates":[0.3288347,51.149177]},"properties":{"@type":"node","@id":1351271469,"@timestamp":1559212624},"coords":"51.149177,0.3288347","bedrooms":"2","price":"163000","area":"370"} , +{"type":"Feature","id":"n1351557058","geometry":{"type":"Point","coordinates":[-0.60664,51.6776493]},"properties":{"@type":"node","@id":1351557058,"@timestamp":1566314796},"coords":"51.6776493,-0.60664","bedrooms":"4","price":"158000","area":"635"} , +{"type":"Feature","id":"n1351593548","geometry":{"type":"Point","coordinates":[-0.6163845,51.665913]},"properties":{"@type":"node","@id":1351593548,"@timestamp":1582658220},"coords":"51.665913,-0.6163845","bedrooms":"4","price":"223000","area":"445"} , +{"type":"Feature","id":"n1351593559","geometry":{"type":"Point","coordinates":[-0.6148043,51.6659982]},"properties":{"@type":"node","@id":1351593559,"@timestamp":1543944840},"coords":"51.6659982,-0.6148043","bedrooms":"4","price":"173000","area":"660"} , +{"type":"Feature","id":"n1351762698","geometry":{"type":"Point","coordinates":[0.00405,51.9460041]},"properties":{"@type":"node","@id":1351762698,"@timestamp":1309982287},"coords":"51.9460041,0.00405","bedrooms":"2","price":"210000","area":"490"} , +{"type":"Feature","id":"n1351762821","geometry":{"type":"Point","coordinates":[0.0036745,51.9456619]},"properties":{"@type":"node","@id":1351762821,"@timestamp":1309982290},"coords":"51.9456619,0.0036745","bedrooms":"0","price":"229000","area":"540"} , +{"type":"Feature","id":"n1351762921","geometry":{"type":"Point","coordinates":[0.004042,51.9460553]},"properties":{"@type":"node","@id":1351762921,"@timestamp":1309982295},"coords":"51.9460553,0.004042","bedrooms":"3","price":"252000","area":"536"} , +{"type":"Feature","id":"n1351876702","geometry":{"type":"Point","coordinates":[-0.1918496,51.501536]},"properties":{"@type":"node","@id":1351876702,"@timestamp":1589614410},"coords":"51.501536,-0.1918496","bedrooms":"1","price":"172000","area":"381"} , +{"type":"Feature","id":"n1351876738","geometry":{"type":"Point","coordinates":[-0.1969077,51.4996052]},"properties":{"@type":"node","@id":1351876738,"@timestamp":1607087537},"coords":"51.4996052,-0.1969077","bedrooms":"2","price":"211000","area":"626"} , +{"type":"Feature","id":"n1351960007","geometry":{"type":"Point","coordinates":[0.0251074,51.5951154]},"properties":{"@type":"node","@id":1351960007,"@timestamp":1330805034},"coords":"51.5951154,0.0251074","bedrooms":"4","price":"267000","area":"459"} , +{"type":"Feature","id":"n1352423391","geometry":{"type":"Point","coordinates":[0.8693785,51.3158313]},"properties":{"@type":"node","@id":1352423391,"@timestamp":1435568184},"coords":"51.3158313,0.8693785","bedrooms":"2","price":"152000","area":"546"} , +{"type":"Feature","id":"n1352935864","geometry":{"type":"Point","coordinates":[-0.1398365,51.5070798]},"properties":{"@type":"node","@id":1352935864,"@timestamp":1591328225},"coords":"51.5070798,-0.1398365","bedrooms":"0","price":"174000","area":"520"} , +{"type":"Feature","id":"n1353211793","geometry":{"type":"Point","coordinates":[-0.0923584,51.5472486]},"properties":{"@type":"node","@id":1353211793,"@timestamp":1626775716},"coords":"51.5472486,-0.0923584","bedrooms":"0","price":"176000","area":"407"} , +{"type":"Feature","id":"n1354075108","geometry":{"type":"Point","coordinates":[0.470083,51.1825418]},"properties":{"@type":"node","@id":1354075108,"@timestamp":1310149709},"coords":"51.1825418,0.470083","bedrooms":"1","price":"164000","area":"511"} , +{"type":"Feature","id":"n1354075275","geometry":{"type":"Point","coordinates":[0.5287414,51.0609646]},"properties":{"@type":"node","@id":1354075275,"@timestamp":1310149712},"coords":"51.0609646,0.5287414","bedrooms":"0","price":"209000","area":"448"} , +{"type":"Feature","id":"n1354075453","geometry":{"type":"Point","coordinates":[0.5380797,51.0525769]},"properties":{"@type":"node","@id":1354075453,"@timestamp":1310149714},"coords":"51.0525769,0.5380797","bedrooms":"4","price":"229000","area":"538"} , +{"type":"Feature","id":"n1354075627","geometry":{"type":"Point","coordinates":[0.4659408,51.1821952]},"properties":{"@type":"node","@id":1354075627,"@timestamp":1310149717},"coords":"51.1821952,0.4659408","bedrooms":"2","price":"254000","area":"567"} , +{"type":"Feature","id":"n1354075714","geometry":{"type":"Point","coordinates":[0.5454302,51.0501909]},"properties":{"@type":"node","@id":1354075714,"@timestamp":1310149719},"coords":"51.0501909,0.5454302","bedrooms":"0","price":"179000","area":"532"} , +{"type":"Feature","id":"n1354075838","geometry":{"type":"Point","coordinates":[0.5196258,51.0744677]},"properties":{"@type":"node","@id":1354075838,"@timestamp":1310149722},"coords":"51.0744677,0.5196258","bedrooms":"3","price":"168000","area":"587"} , +{"type":"Feature","id":"n1354075974","geometry":{"type":"Point","coordinates":[0.4726154,51.2398963]},"properties":{"@type":"node","@id":1354075974,"@timestamp":1310149724},"coords":"51.2398963,0.4726154","bedrooms":"1","price":"240000","area":"651"} , +{"type":"Feature","id":"n1354137980","geometry":{"type":"Point","coordinates":[0.5547185,51.2280611]},"properties":{"@type":"node","@id":1354137980,"@timestamp":1310155253},"coords":"51.2280611,0.5547185","bedrooms":"2","price":"152000","area":"666"} , +{"type":"Feature","id":"n1354138103","geometry":{"type":"Point","coordinates":[0.5753318,51.2234563]},"properties":{"@type":"node","@id":1354138103,"@timestamp":1310155256},"coords":"51.2234563,0.5753318","bedrooms":"1","price":"285000","area":"509"} , +{"type":"Feature","id":"n1354138202","geometry":{"type":"Point","coordinates":[0.5620094,51.2295335]},"properties":{"@type":"node","@id":1354138202,"@timestamp":1310155259},"coords":"51.2295335,0.5620094","bedrooms":"3","price":"267000","area":"554"} , +{"type":"Feature","id":"n1354138327","geometry":{"type":"Point","coordinates":[0.5572216,51.2271455]},"properties":{"@type":"node","@id":1354138327,"@timestamp":1310155262},"coords":"51.2271455,0.5572216","bedrooms":"1","price":"166000","area":"528"} , +{"type":"Feature","id":"n1354240730","geometry":{"type":"Point","coordinates":[0.0534336,51.3315302]},"properties":{"@type":"node","@id":1354240730,"@timestamp":1407706064},"coords":"51.3315302,0.0534336","bedrooms":"1","price":"298000","area":"628"} , +{"type":"Feature","id":"n1354244185","geometry":{"type":"Point","coordinates":[-0.0469117,51.9511367]},"properties":{"@type":"node","@id":1354244185,"@timestamp":1310165375},"coords":"51.9511367,-0.0469117","bedrooms":"1","price":"241000","area":"508"} , +{"type":"Feature","id":"n1354588501","geometry":{"type":"Point","coordinates":[0.5153455,51.0284884]},"properties":{"@type":"node","@id":1354588501,"@timestamp":1361186623},"coords":"51.0284884,0.5153455","bedrooms":"3","price":"222000","area":"632"} , +{"type":"Feature","id":"n1354712726","geometry":{"type":"Point","coordinates":[-0.1131257,51.5529717]},"properties":{"@type":"node","@id":1354712726,"@timestamp":1310212448},"coords":"51.5529717,-0.1131257","bedrooms":"4","price":"224000","area":"405"} , +{"type":"Feature","id":"n1355217649","geometry":{"type":"Point","coordinates":[-0.1633817,51.9615654]},"properties":{"@type":"node","@id":1355217649,"@timestamp":1418577132},"coords":"51.9615654,-0.1633817","bedrooms":"2","price":"254000","area":"587"} , +{"type":"Feature","id":"n1355592740","geometry":{"type":"Point","coordinates":[0.3619431,51.2195368]},"properties":{"@type":"node","@id":1355592740,"@timestamp":1310246395},"coords":"51.2195368,0.3619431","bedrooms":"3","price":"225000","area":"570"} , +{"type":"Feature","id":"n1355592778","geometry":{"type":"Point","coordinates":[0.3645476,51.1985979]},"properties":{"@type":"node","@id":1355592778,"@timestamp":1310246396},"coords":"51.1985979,0.3645476","bedrooms":"0","price":"230000","area":"606"} , +{"type":"Feature","id":"n1355592805","geometry":{"type":"Point","coordinates":[0.3087299,51.1998077]},"properties":{"@type":"node","@id":1355592805,"@timestamp":1310246397},"coords":"51.1998077,0.3087299","bedrooms":"3","price":"207000","area":"610"} , +{"type":"Feature","id":"n1355592836","geometry":{"type":"Point","coordinates":[0.3293674,51.1945794]},"properties":{"@type":"node","@id":1355592836,"@timestamp":1310246398},"coords":"51.1945794,0.3293674","bedrooms":"0","price":"290000","area":"651"} , +{"type":"Feature","id":"n1355592862","geometry":{"type":"Point","coordinates":[0.3622171,51.2206506]},"properties":{"@type":"node","@id":1355592862,"@timestamp":1310246399},"coords":"51.2206506,0.3622171","bedrooms":"2","price":"162000","area":"661"} , +{"type":"Feature","id":"n1355592897","geometry":{"type":"Point","coordinates":[0.369636,51.2552114]},"properties":{"@type":"node","@id":1355592897,"@timestamp":1310246399},"coords":"51.2552114,0.369636","bedrooms":"2","price":"178000","area":"511"} , +{"type":"Feature","id":"n1355592943","geometry":{"type":"Point","coordinates":[0.361605,51.1806795]},"properties":{"@type":"node","@id":1355592943,"@timestamp":1310246400},"coords":"51.1806795,0.361605","bedrooms":"1","price":"234000","area":"398"} , +{"type":"Feature","id":"n1355592968","geometry":{"type":"Point","coordinates":[0.3450953,51.1802422]},"properties":{"@type":"node","@id":1355592968,"@timestamp":1310246401},"coords":"51.1802422,0.3450953","bedrooms":"0","price":"237000","area":"571"} , +{"type":"Feature","id":"n1355592998","geometry":{"type":"Point","coordinates":[0.3359076,51.1930118]},"properties":{"@type":"node","@id":1355592998,"@timestamp":1310246402},"coords":"51.1930118,0.3359076","bedrooms":"2","price":"193000","area":"556"} , +{"type":"Feature","id":"n1355593030","geometry":{"type":"Point","coordinates":[0.3419041,51.1885842]},"properties":{"@type":"node","@id":1355593030,"@timestamp":1310246403},"coords":"51.1885842,0.3419041","bedrooms":"4","price":"202000","area":"483"} , +{"type":"Feature","id":"n1355593078","geometry":{"type":"Point","coordinates":[0.3448564,51.1816043]},"properties":{"@type":"node","@id":1355593078,"@timestamp":1310246404},"coords":"51.1816043,0.3448564","bedrooms":"3","price":"178000","area":"387"} , +{"type":"Feature","id":"n1355593118","geometry":{"type":"Point","coordinates":[0.3645374,51.2437551]},"properties":{"@type":"node","@id":1355593118,"@timestamp":1310246405},"coords":"51.2437551,0.3645374","bedrooms":"2","price":"258000","area":"674"} , +{"type":"Feature","id":"n1355593161","geometry":{"type":"Point","coordinates":[0.363328,51.2045137]},"properties":{"@type":"node","@id":1355593161,"@timestamp":1310246406},"coords":"51.2045137,0.363328","bedrooms":"3","price":"178000","area":"674"} , +{"type":"Feature","id":"n1355593195","geometry":{"type":"Point","coordinates":[0.3594565,51.1773311]},"properties":{"@type":"node","@id":1355593195,"@timestamp":1310246407},"coords":"51.1773311,0.3594565","bedrooms":"1","price":"226000","area":"484"} , +{"type":"Feature","id":"n1355593250","geometry":{"type":"Point","coordinates":[0.339294,51.1921391]},"properties":{"@type":"node","@id":1355593250,"@timestamp":1310246408},"coords":"51.1921391,0.339294","bedrooms":"0","price":"211000","area":"615"} , +{"type":"Feature","id":"n1355593294","geometry":{"type":"Point","coordinates":[0.3442433,51.1851469]},"properties":{"@type":"node","@id":1355593294,"@timestamp":1310246408},"coords":"51.1851469,0.3442433","bedrooms":"1","price":"183000","area":"533"} , +{"type":"Feature","id":"n1355593349","geometry":{"type":"Point","coordinates":[0.3631446,51.2345014]},"properties":{"@type":"node","@id":1355593349,"@timestamp":1310246410},"coords":"51.2345014,0.3631446","bedrooms":"3","price":"225000","area":"482"} , +{"type":"Feature","id":"n1355593408","geometry":{"type":"Point","coordinates":[0.3428244,51.1875476]},"properties":{"@type":"node","@id":1355593408,"@timestamp":1310246410},"coords":"51.1875476,0.3428244","bedrooms":"3","price":"230000","area":"477"} , +{"type":"Feature","id":"n1355593466","geometry":{"type":"Point","coordinates":[0.3651369,51.1906839]},"properties":{"@type":"node","@id":1355593466,"@timestamp":1310246411},"coords":"51.1906839,0.3651369","bedrooms":"2","price":"213000","area":"609"} , +{"type":"Feature","id":"n1355593509","geometry":{"type":"Point","coordinates":[0.3642862,51.2003214]},"properties":{"@type":"node","@id":1355593509,"@timestamp":1310246412},"coords":"51.2003214,0.3642862","bedrooms":"4","price":"177000","area":"460"} , +{"type":"Feature","id":"n1355593574","geometry":{"type":"Point","coordinates":[0.3539675,51.1760136]},"properties":{"@type":"node","@id":1355593574,"@timestamp":1310246413},"coords":"51.1760136,0.3539675","bedrooms":"1","price":"181000","area":"582"} , +{"type":"Feature","id":"n1355593605","geometry":{"type":"Point","coordinates":[0.3649084,51.1923165]},"properties":{"@type":"node","@id":1355593605,"@timestamp":1310246414},"coords":"51.1923165,0.3649084","bedrooms":"1","price":"193000","area":"581"} , +{"type":"Feature","id":"n1355593647","geometry":{"type":"Point","coordinates":[0.3435366,51.1864273]},"properties":{"@type":"node","@id":1355593647,"@timestamp":1310246414},"coords":"51.1864273,0.3435366","bedrooms":"0","price":"218000","area":"442"} , +{"type":"Feature","id":"n1355593704","geometry":{"type":"Point","coordinates":[0.3488144,51.1718034]},"properties":{"@type":"node","@id":1355593704,"@timestamp":1310246416},"coords":"51.1718034,0.3488144","bedrooms":"2","price":"187000","area":"422"} , +{"type":"Feature","id":"n1355593791","geometry":{"type":"Point","coordinates":[0.3693397,51.2543753]},"properties":{"@type":"node","@id":1355593791,"@timestamp":1310246417},"coords":"51.2543753,0.3693397","bedrooms":"2","price":"199000","area":"660"} , +{"type":"Feature","id":"n1355593839","geometry":{"type":"Point","coordinates":[0.3662696,51.1866538]},"properties":{"@type":"node","@id":1355593839,"@timestamp":1310246419},"coords":"51.1866538,0.3662696","bedrooms":"3","price":"225000","area":"506"} , +{"type":"Feature","id":"n1355593885","geometry":{"type":"Point","coordinates":[0.3617279,51.2116482]},"properties":{"@type":"node","@id":1355593885,"@timestamp":1310246420},"coords":"51.2116482,0.3617279","bedrooms":"1","price":"171000","area":"615"} , +{"type":"Feature","id":"n1355593931","geometry":{"type":"Point","coordinates":[0.3442708,51.1721627]},"properties":{"@type":"node","@id":1355593931,"@timestamp":1310246420},"coords":"51.1721627,0.3442708","bedrooms":"3","price":"214000","area":"389"} , +{"type":"Feature","id":"n1355593969","geometry":{"type":"Point","coordinates":[0.2948281,51.20356]},"properties":{"@type":"node","@id":1355593969,"@timestamp":1310246421},"coords":"51.20356,0.2948281","bedrooms":"1","price":"253000","area":"606"} , +{"type":"Feature","id":"n1355594036","geometry":{"type":"Point","coordinates":[0.3647237,51.2436584]},"properties":{"@type":"node","@id":1355594036,"@timestamp":1310246422},"coords":"51.2436584,0.3647237","bedrooms":"0","price":"265000","area":"509"} , +{"type":"Feature","id":"n1355594083","geometry":{"type":"Point","coordinates":[0.3631225,51.2305662]},"properties":{"@type":"node","@id":1355594083,"@timestamp":1310246423},"coords":"51.2305662,0.3631225","bedrooms":"2","price":"288000","area":"698"} , +{"type":"Feature","id":"n1355594146","geometry":{"type":"Point","coordinates":[0.3641577,51.2003022]},"properties":{"@type":"node","@id":1355594146,"@timestamp":1310246424},"coords":"51.2003022,0.3641577","bedrooms":"0","price":"297000","area":"594"} , +{"type":"Feature","id":"n1355594191","geometry":{"type":"Point","coordinates":[0.3449766,51.1816521]},"properties":{"@type":"node","@id":1355594191,"@timestamp":1310246425},"coords":"51.1816521,0.3449766","bedrooms":"0","price":"192000","area":"695"} , +{"type":"Feature","id":"n1355594224","geometry":{"type":"Point","coordinates":[0.364245,51.1800365]},"properties":{"@type":"node","@id":1355594224,"@timestamp":1310246426},"coords":"51.1800365,0.364245","bedrooms":"4","price":"248000","area":"528"} , +{"type":"Feature","id":"n1355594264","geometry":{"type":"Point","coordinates":[0.2948912,51.2036289]},"properties":{"@type":"node","@id":1355594264,"@timestamp":1310246427},"coords":"51.2036289,0.2948912","bedrooms":"2","price":"150000","area":"693"} , +{"type":"Feature","id":"n1355594322","geometry":{"type":"Point","coordinates":[0.364853,51.1932737]},"properties":{"@type":"node","@id":1355594322,"@timestamp":1310246428},"coords":"51.1932737,0.364853","bedrooms":"1","price":"228000","area":"510"} , +{"type":"Feature","id":"n1355594374","geometry":{"type":"Point","coordinates":[0.3616506,51.2386989]},"properties":{"@type":"node","@id":1355594374,"@timestamp":1310246429},"coords":"51.2386989,0.3616506","bedrooms":"2","price":"220000","area":"432"} , +{"type":"Feature","id":"n1355622660","geometry":{"type":"Point","coordinates":[0.6306326,51.1506846]},"properties":{"@type":"node","@id":1355622660,"@timestamp":1310248199},"coords":"51.1506846,0.6306326","bedrooms":"2","price":"292000","area":"381"} , +{"type":"Feature","id":"n1355622679","geometry":{"type":"Point","coordinates":[0.6304155,51.1467218]},"properties":{"@type":"node","@id":1355622679,"@timestamp":1310248200},"coords":"51.1467218,0.6304155","bedrooms":"1","price":"200000","area":"382"} , +{"type":"Feature","id":"n1355622703","geometry":{"type":"Point","coordinates":[0.6292075,51.1393561]},"properties":{"@type":"node","@id":1355622703,"@timestamp":1310248200},"coords":"51.1393561,0.6292075","bedrooms":"1","price":"253000","area":"399"} , +{"type":"Feature","id":"n1355622726","geometry":{"type":"Point","coordinates":[0.6231019,51.1501554]},"properties":{"@type":"node","@id":1355622726,"@timestamp":1310248201},"coords":"51.1501554,0.6231019","bedrooms":"3","price":"202000","area":"442"} , +{"type":"Feature","id":"n1355622743","geometry":{"type":"Point","coordinates":[0.630143,51.1414741]},"properties":{"@type":"node","@id":1355622743,"@timestamp":1310248202},"coords":"51.1414741,0.630143","bedrooms":"1","price":"186000","area":"369"} , +{"type":"Feature","id":"n1355622769","geometry":{"type":"Point","coordinates":[0.6305252,51.1488521]},"properties":{"@type":"node","@id":1355622769,"@timestamp":1310248202},"coords":"51.1488521,0.6305252","bedrooms":"3","price":"178000","area":"551"} , +{"type":"Feature","id":"n1355670856","geometry":{"type":"Point","coordinates":[0.1583019,51.5314455]},"properties":{"@type":"node","@id":1355670856,"@timestamp":1568425565},"coords":"51.5314455,0.1583019","bedrooms":"1","price":"274000","area":"685"} , +{"type":"Feature","id":"n1356414542","geometry":{"type":"Point","coordinates":[-0.196321,51.5187047]},"properties":{"@type":"node","@id":1356414542,"@timestamp":1577242939},"coords":"51.5187047,-0.196321","bedrooms":"3","price":"276000","area":"609"} , +{"type":"Feature","id":"n1356420722","geometry":{"type":"Point","coordinates":[-0.0030416,51.5373545]},"properties":{"@type":"node","@id":1356420722,"@timestamp":1629208977},"coords":"51.5373545,-0.0030416","bedrooms":"1","price":"224000","area":"361"} , +{"type":"Feature","id":"n1356494956","geometry":{"type":"Point","coordinates":[-0.0196704,51.5280144]},"properties":{"@type":"node","@id":1356494956,"@timestamp":1635679061},"coords":"51.5280144,-0.0196704","bedrooms":"3","price":"164000","area":"418"} , +{"type":"Feature","id":"n1356791227","geometry":{"type":"Point","coordinates":[-0.7951973,51.2313081]},"properties":{"@type":"node","@id":1356791227,"@timestamp":1591717012},"coords":"51.2313081,-0.7951973","bedrooms":"4","price":"282000","area":"596"} , +{"type":"Feature","id":"n1356891443","geometry":{"type":"Point","coordinates":[-0.1735876,51.4965787]},"properties":{"@type":"node","@id":1356891443,"@timestamp":1601006665},"coords":"51.4965787,-0.1735876","bedrooms":"2","price":"275000","area":"592"} , +{"type":"Feature","id":"n1357452121","geometry":{"type":"Point","coordinates":[0.4367709,51.1997036]},"properties":{"@type":"node","@id":1357452121,"@timestamp":1310370179},"coords":"51.1997036,0.4367709","bedrooms":"1","price":"221000","area":"661"} , +{"type":"Feature","id":"n1357452269","geometry":{"type":"Point","coordinates":[0.4454144,51.1846729]},"properties":{"@type":"node","@id":1357452269,"@timestamp":1310370182},"coords":"51.1846729,0.4454144","bedrooms":"1","price":"246000","area":"652"} , +{"type":"Feature","id":"n1357452352","geometry":{"type":"Point","coordinates":[0.4373638,51.1993407]},"properties":{"@type":"node","@id":1357452352,"@timestamp":1310370185},"coords":"51.1993407,0.4373638","bedrooms":"3","price":"157000","area":"431"} , +{"type":"Feature","id":"n1357452416","geometry":{"type":"Point","coordinates":[0.456454,51.1817777]},"properties":{"@type":"node","@id":1357452416,"@timestamp":1310370188},"coords":"51.1817777,0.456454","bedrooms":"1","price":"191000","area":"681"} , +{"type":"Feature","id":"n1357452476","geometry":{"type":"Point","coordinates":[0.4374709,51.1985392]},"properties":{"@type":"node","@id":1357452476,"@timestamp":1310370191},"coords":"51.1985392,0.4374709","bedrooms":"3","price":"205000","area":"594"} , +{"type":"Feature","id":"n1357459765","geometry":{"type":"Point","coordinates":[0.4151267,51.1792517]},"properties":{"@type":"node","@id":1357459765,"@timestamp":1310371340},"coords":"51.1792517,0.4151267","bedrooms":"0","price":"236000","area":"452"} , +{"type":"Feature","id":"n1357561429","geometry":{"type":"Point","coordinates":[0.5435443,51.2558126]},"properties":{"@type":"node","@id":1357561429,"@timestamp":1310379913},"coords":"51.2558126,0.5435443","bedrooms":"1","price":"155000","area":"357"} , +{"type":"Feature","id":"n1357561732","geometry":{"type":"Point","coordinates":[0.5455109,51.2583311]},"properties":{"@type":"node","@id":1357561732,"@timestamp":1458918065},"coords":"51.2583311,0.5455109","bedrooms":"4","price":"191000","area":"657"} , +{"type":"Feature","id":"n1357562031","geometry":{"type":"Point","coordinates":[0.5300352,51.2581801]},"properties":{"@type":"node","@id":1357562031,"@timestamp":1630947908},"coords":"51.2581801,0.5300352","bedrooms":"0","price":"254000","area":"518"} , +{"type":"Feature","id":"n1357580732","geometry":{"type":"Point","coordinates":[0.551044,51.2534588]},"properties":{"@type":"node","@id":1357580732,"@timestamp":1310380930},"coords":"51.2534588,0.551044","bedrooms":"3","price":"240000","area":"525"} , +{"type":"Feature","id":"n1357580861","geometry":{"type":"Point","coordinates":[0.5506795,51.2534453]},"properties":{"@type":"node","@id":1357580861,"@timestamp":1310380934},"coords":"51.2534453,0.5506795","bedrooms":"4","price":"261000","area":"415"} , +{"type":"Feature","id":"n1358051627","geometry":{"type":"Point","coordinates":[-0.8925578,50.9849091]},"properties":{"@type":"node","@id":1358051627,"@timestamp":1612640785},"coords":"50.9849091,-0.8925578","bedrooms":"3","price":"223000","area":"538"} , +{"type":"Feature","id":"n1358268713","geometry":{"type":"Point","coordinates":[-0.1299492,51.1982148]},"properties":{"@type":"node","@id":1358268713,"@timestamp":1310419063},"coords":"51.1982148,-0.1299492","bedrooms":"0","price":"172000","area":"476"} , +{"type":"Feature","id":"n1358383983","geometry":{"type":"Point","coordinates":[-0.1277943,51.4939387]},"properties":{"@type":"node","@id":1358383983,"@timestamp":1310593672},"coords":"51.4939387,-0.1277943","bedrooms":"4","price":"169000","area":"650"} , +{"type":"Feature","id":"n1358473456","geometry":{"type":"Point","coordinates":[0.3798088,51.408442]},"properties":{"@type":"node","@id":1358473456,"@timestamp":1310434458},"coords":"51.408442,0.3798088","bedrooms":"1","price":"278000","area":"425"} , +{"type":"Feature","id":"n1359151065","geometry":{"type":"Point","coordinates":[0.8799941,51.3165746]},"properties":{"@type":"node","@id":1359151065,"@timestamp":1310464938},"coords":"51.3165746,0.8799941","bedrooms":"1","price":"222000","area":"408"} , +{"type":"Feature","id":"n1359151092","geometry":{"type":"Point","coordinates":[0.8805591,51.3174273]},"properties":{"@type":"node","@id":1359151092,"@timestamp":1310464940},"coords":"51.3174273,0.8805591","bedrooms":"0","price":"272000","area":"544"} , +{"type":"Feature","id":"n1359151122","geometry":{"type":"Point","coordinates":[0.8803144,51.3171602]},"properties":{"@type":"node","@id":1359151122,"@timestamp":1310464941},"coords":"51.3171602,0.8803144","bedrooms":"1","price":"296000","area":"476"} , +{"type":"Feature","id":"n1359941147","geometry":{"type":"Point","coordinates":[-0.2110269,51.4713349]},"properties":{"@type":"node","@id":1359941147,"@timestamp":1310509370},"coords":"51.4713349,-0.2110269","bedrooms":"2","price":"202000","area":"654"} , +{"type":"Feature","id":"n1360178805","geometry":{"type":"Point","coordinates":[0.5064609,51.2797478]},"properties":{"@type":"node","@id":1360178805,"@timestamp":1572010626},"coords":"51.2797478,0.5064609","bedrooms":"4","price":"150000","area":"466"} , +{"type":"Feature","id":"n1360205675","geometry":{"type":"Point","coordinates":[0.3260914,51.8301602]},"properties":{"@type":"node","@id":1360205675,"@timestamp":1609425579},"coords":"51.8301602,0.3260914","bedrooms":"4","price":"288000","area":"687"} , +{"type":"Feature","id":"n1360292596","geometry":{"type":"Point","coordinates":[-0.341305,51.4052354]},"properties":{"@type":"node","@id":1360292596,"@timestamp":1626271256},"coords":"51.4052354,-0.341305","bedrooms":"0","price":"163000","area":"391"} , +{"type":"Feature","id":"n1360380805","geometry":{"type":"Point","coordinates":[-0.1800476,51.4928255]},"properties":{"@type":"node","@id":1360380805,"@timestamp":1599633096},"coords":"51.4928255,-0.1800476","bedrooms":"2","price":"255000","area":"611"} , +{"type":"Feature","id":"n1360451428","geometry":{"type":"Point","coordinates":[-0.1802141,51.4914841]},"properties":{"@type":"node","@id":1360451428,"@timestamp":1599626071},"coords":"51.4914841,-0.1802141","bedrooms":"4","price":"213000","area":"516"} , +{"type":"Feature","id":"n1360505696","geometry":{"type":"Point","coordinates":[-0.1821775,51.4934902]},"properties":{"@type":"node","@id":1360505696,"@timestamp":1598344645},"coords":"51.4934902,-0.1821775","bedrooms":"3","price":"208000","area":"563"} , +{"type":"Feature","id":"n1360911921","geometry":{"type":"Point","coordinates":[0.228068,51.1908753]},"properties":{"@type":"node","@id":1360911921,"@timestamp":1593873126},"coords":"51.1908753,0.228068","bedrooms":"4","price":"198000","area":"538"} , +{"type":"Feature","id":"n1361047778","geometry":{"type":"Point","coordinates":[-0.133932,51.4130863]},"properties":{"@type":"node","@id":1361047778,"@timestamp":1625440526},"coords":"51.4130863,-0.133932","bedrooms":"1","price":"272000","area":"523"} , +{"type":"Feature","id":"n1361052720","geometry":{"type":"Point","coordinates":[-0.1199635,51.4051032]},"properties":{"@type":"node","@id":1361052720,"@timestamp":1330805102},"coords":"51.4051032,-0.1199635","bedrooms":"1","price":"170000","area":"466"} , +{"type":"Feature","id":"n1361583683","geometry":{"type":"Point","coordinates":[-0.1942325,51.5383844]},"properties":{"@type":"node","@id":1361583683,"@timestamp":1625590094},"coords":"51.5383844,-0.1942325","bedrooms":"4","price":"185000","area":"471"} , +{"type":"Feature","id":"n1361698076","geometry":{"type":"Point","coordinates":[0.5013853,51.3955593]},"properties":{"@type":"node","@id":1361698076,"@timestamp":1310662060},"coords":"51.3955593,0.5013853","bedrooms":"2","price":"237000","area":"536"} , +{"type":"Feature","id":"n1362070246","geometry":{"type":"Point","coordinates":[-0.1358583,51.180277]},"properties":{"@type":"node","@id":1362070246,"@timestamp":1620141972},"coords":"51.180277,-0.1358583","bedrooms":"2","price":"209000","area":"653"} , +{"type":"Feature","id":"n1362179183","geometry":{"type":"Point","coordinates":[-0.0911604,51.4329996]},"properties":{"@type":"node","@id":1362179183,"@timestamp":1532026615},"coords":"51.4329996,-0.0911604","bedrooms":"2","price":"252000","area":"389"} , +{"type":"Feature","id":"n1362183591","geometry":{"type":"Point","coordinates":[-0.0773651,51.4484414]},"properties":{"@type":"node","@id":1362183591,"@timestamp":1633302046},"coords":"51.4484414,-0.0773651","bedrooms":"0","price":"155000","area":"667"} , +{"type":"Feature","id":"n1362197419","geometry":{"type":"Point","coordinates":[0.1558252,51.5296322]},"properties":{"@type":"node","@id":1362197419,"@timestamp":1310682400},"coords":"51.5296322,0.1558252","bedrooms":"4","price":"294000","area":"443"} , +{"type":"Feature","id":"n1362519707","geometry":{"type":"Point","coordinates":[0.3874611,51.1033017]},"properties":{"@type":"node","@id":1362519707,"@timestamp":1310721170},"coords":"51.1033017,0.3874611","bedrooms":"3","price":"262000","area":"479"} , +{"type":"Feature","id":"n1362520034","geometry":{"type":"Point","coordinates":[0.3906552,51.1034798]},"properties":{"@type":"node","@id":1362520034,"@timestamp":1310721176},"coords":"51.1034798,0.3906552","bedrooms":"3","price":"250000","area":"546"} , +{"type":"Feature","id":"n1362632803","geometry":{"type":"Point","coordinates":[-0.1260232,51.5918365]},"properties":{"@type":"node","@id":1362632803,"@timestamp":1310727265},"coords":"51.5918365,-0.1260232","bedrooms":"0","price":"160000","area":"439"} , +{"type":"Feature","id":"n1363130132","geometry":{"type":"Point","coordinates":[-0.3333004,51.2993927]},"properties":{"@type":"node","@id":1363130132,"@timestamp":1310771190},"coords":"51.2993927,-0.3333004","bedrooms":"1","price":"244000","area":"389"} , +{"type":"Feature","id":"n1363426480","geometry":{"type":"Point","coordinates":[0.1559959,51.5324292]},"properties":{"@type":"node","@id":1363426480,"@timestamp":1310813433},"coords":"51.5324292,0.1559959","bedrooms":"1","price":"241000","area":"647"} , +{"type":"Feature","id":"n1363468112","geometry":{"type":"Point","coordinates":[-0.1403899,51.160396]},"properties":{"@type":"node","@id":1363468112,"@timestamp":1310818041},"coords":"51.160396,-0.1403899","bedrooms":"4","price":"220000","area":"679"} , +{"type":"Feature","id":"n1363653563","geometry":{"type":"Point","coordinates":[0.058678,51.5202707]},"properties":{"@type":"node","@id":1363653563,"@timestamp":1573117377},"coords":"51.5202707,0.058678","bedrooms":"2","price":"210000","area":"653"} , +{"type":"Feature","id":"n1363659888","geometry":{"type":"Point","coordinates":[0.0589559,51.5204544]},"properties":{"@type":"node","@id":1363659888,"@timestamp":1547513459},"coords":"51.5204544,0.0589559","bedrooms":"2","price":"222000","area":"528"} , +{"type":"Feature","id":"n1363711415","geometry":{"type":"Point","coordinates":[0.0453592,51.5200046]},"properties":{"@type":"node","@id":1363711415,"@timestamp":1383487566},"coords":"51.5200046,0.0453592","bedrooms":"2","price":"214000","area":"410"} , +{"type":"Feature","id":"n1363729813","geometry":{"type":"Point","coordinates":[0.0063215,51.5154115]},"properties":{"@type":"node","@id":1363729813,"@timestamp":1541703088},"coords":"51.5154115,0.0063215","bedrooms":"1","price":"172000","area":"616"} , +{"type":"Feature","id":"n1363739223","geometry":{"type":"Point","coordinates":[-0.3869827,51.2191959]},"properties":{"@type":"node","@id":1363739223,"@timestamp":1436009872},"coords":"51.2191959,-0.3869827","bedrooms":"0","price":"254000","area":"496"} , +{"type":"Feature","id":"n1363749952","geometry":{"type":"Point","coordinates":[-0.0733045,51.8309482]},"properties":{"@type":"node","@id":1363749952,"@timestamp":1310843060},"coords":"51.8309482,-0.0733045","bedrooms":"1","price":"230000","area":"555"} , +{"type":"Feature","id":"n1363822411","geometry":{"type":"Point","coordinates":[0.0716832,51.5150237]},"properties":{"@type":"node","@id":1363822411,"@timestamp":1621909967},"coords":"51.5150237,0.0716832","bedrooms":"0","price":"165000","area":"571"} , +{"type":"Feature","id":"n1363833422","geometry":{"type":"Point","coordinates":[0.6719609,51.0123007]},"properties":{"@type":"node","@id":1363833422,"@timestamp":1310848263},"coords":"51.0123007,0.6719609","bedrooms":"3","price":"192000","area":"691"} , +{"type":"Feature","id":"n1363849249","geometry":{"type":"Point","coordinates":[0.6775547,50.9950262]},"properties":{"@type":"node","@id":1363849249,"@timestamp":1318790626},"coords":"50.9950262,0.6775547","bedrooms":"4","price":"280000","area":"638"} , +{"type":"Feature","id":"n1364087331","geometry":{"type":"Point","coordinates":[-0.2136981,51.5237751]},"properties":{"@type":"node","@id":1364087331,"@timestamp":1583728054},"coords":"51.5237751,-0.2136981","bedrooms":"0","price":"218000","area":"436"} , +{"type":"Feature","id":"n1364095622","geometry":{"type":"Point","coordinates":[-0.2245217,51.5205908]},"properties":{"@type":"node","@id":1364095622,"@timestamp":1564911795},"coords":"51.5205908,-0.2245217","bedrooms":"1","price":"187000","area":"460"} , +{"type":"Feature","id":"n1364157083","geometry":{"type":"Point","coordinates":[-0.1624387,51.54654]},"properties":{"@type":"node","@id":1364157083,"@timestamp":1633731270},"coords":"51.54654,-0.1624387","bedrooms":"3","price":"158000","area":"670"} , +{"type":"Feature","id":"n1364333443","geometry":{"type":"Point","coordinates":[-0.1805806,51.5464934]},"properties":{"@type":"node","@id":1364333443,"@timestamp":1379201257},"coords":"51.5464934,-0.1805806","bedrooms":"0","price":"248000","area":"531"} , +{"type":"Feature","id":"n1364665481","geometry":{"type":"Point","coordinates":[0.1165331,51.4579086]},"properties":{"@type":"node","@id":1364665481,"@timestamp":1393110137},"coords":"51.4579086,0.1165331","bedrooms":"2","price":"275000","area":"673"} , +{"type":"Feature","id":"n1364930246","geometry":{"type":"Point","coordinates":[0.4580594,51.3229295]},"properties":{"@type":"node","@id":1364930246,"@timestamp":1310938766},"coords":"51.3229295,0.4580594","bedrooms":"0","price":"208000","area":"560"} , +{"type":"Feature","id":"n1365187075","geometry":{"type":"Point","coordinates":[-1.1111724,51.4756763]},"properties":{"@type":"node","@id":1365187075,"@timestamp":1310977639},"coords":"51.4756763,-1.1111724","bedrooms":"4","price":"257000","area":"563"} , +{"type":"Feature","id":"n1365188560","geometry":{"type":"Point","coordinates":[0.8893396,51.3211269]},"properties":{"@type":"node","@id":1365188560,"@timestamp":1310977907},"coords":"51.3211269,0.8893396","bedrooms":"3","price":"245000","area":"618"} , +{"type":"Feature","id":"n1365314856","geometry":{"type":"Point","coordinates":[0.2418657,51.1197443]},"properties":{"@type":"node","@id":1365314856,"@timestamp":1310987852},"coords":"51.1197443,0.2418657","bedrooms":"1","price":"221000","area":"552"} , +{"type":"Feature","id":"n1365511100","geometry":{"type":"Point","coordinates":[0.5404019,51.4081632]},"properties":{"@type":"node","@id":1365511100,"@timestamp":1401492729},"coords":"51.4081632,0.5404019","bedrooms":"2","price":"180000","area":"544"} , +{"type":"Feature","id":"n1365512153","geometry":{"type":"Point","coordinates":[0.3886737,51.2065558]},"properties":{"@type":"node","@id":1365512153,"@timestamp":1419807578},"coords":"51.2065558,0.3886737","bedrooms":"2","price":"165000","area":"368"} , +{"type":"Feature","id":"n1365778878","geometry":{"type":"Point","coordinates":[-0.8001671,51.8151111]},"properties":{"@type":"node","@id":1365778878,"@timestamp":1611585555},"coords":"51.8151111,-0.8001671","bedrooms":"4","price":"226000","area":"575"} , +{"type":"Feature","id":"n1366491282","geometry":{"type":"Point","coordinates":[-0.1395891,51.0078256]},"properties":{"@type":"node","@id":1366491282,"@timestamp":1551918894},"coords":"51.0078256,-0.1395891","bedrooms":"2","price":"222000","area":"696"} , +{"type":"Feature","id":"n1366611045","geometry":{"type":"Point","coordinates":[0.5199696,51.2774196]},"properties":{"@type":"node","@id":1366611045,"@timestamp":1311079416},"coords":"51.2774196,0.5199696","bedrooms":"2","price":"244000","area":"524"} , +{"type":"Feature","id":"n1366736658","geometry":{"type":"Point","coordinates":[-0.1850237,51.5240749]},"properties":{"@type":"node","@id":1366736658,"@timestamp":1398780460},"coords":"51.5240749,-0.1850237","bedrooms":"4","price":"166000","area":"571"} , +{"type":"Feature","id":"n1367723047","geometry":{"type":"Point","coordinates":[0.2638126,51.608883]},"properties":{"@type":"node","@id":1367723047,"@timestamp":1318348913},"coords":"51.608883,0.2638126","bedrooms":"0","price":"162000","area":"493"} , +{"type":"Feature","id":"n1368155767","geometry":{"type":"Point","coordinates":[0.0877791,51.4457801]},"properties":{"@type":"node","@id":1368155767,"@timestamp":1311187136},"coords":"51.4457801,0.0877791","bedrooms":"2","price":"286000","area":"558"} , +{"type":"Feature","id":"n1368268314","geometry":{"type":"Point","coordinates":[-0.1896968,51.4777107]},"properties":{"@type":"node","@id":1368268314,"@timestamp":1311191324},"coords":"51.4777107,-0.1896968","bedrooms":"1","price":"221000","area":"569"} , +{"type":"Feature","id":"n1368831293","geometry":{"type":"Point","coordinates":[0.2375637,51.9620927]},"properties":{"@type":"node","@id":1368831293,"@timestamp":1311625309},"coords":"51.9620927,0.2375637","bedrooms":"2","price":"263000","area":"563"} , +{"type":"Feature","id":"n1368920367","geometry":{"type":"Point","coordinates":[0.5042009,51.2896697]},"properties":{"@type":"node","@id":1368920367,"@timestamp":1311249225},"coords":"51.2896697,0.5042009","bedrooms":"4","price":"181000","area":"503"} , +{"type":"Feature","id":"n1369017290","geometry":{"type":"Point","coordinates":[0.4746467,51.5904606]},"properties":{"@type":"node","@id":1369017290,"@timestamp":1551628697},"coords":"51.5904606,0.4746467","bedrooms":"0","price":"249000","area":"479"} , +{"type":"Feature","id":"n1369068331","geometry":{"type":"Point","coordinates":[0.4991495,51.5907834]},"properties":{"@type":"node","@id":1369068331,"@timestamp":1562779463},"coords":"51.5907834,0.4991495","bedrooms":"0","price":"200000","area":"401"} , +{"type":"Feature","id":"n1369264813","geometry":{"type":"Point","coordinates":[-0.341742,51.3763325]},"properties":{"@type":"node","@id":1369264813,"@timestamp":1311271615},"coords":"51.3763325,-0.341742","bedrooms":"3","price":"220000","area":"601"} , +{"type":"Feature","id":"n1369477658","geometry":{"type":"Point","coordinates":[0.1476527,51.5424377]},"properties":{"@type":"node","@id":1369477658,"@timestamp":1311285139},"coords":"51.5424377,0.1476527","bedrooms":"0","price":"278000","area":"688"} , +{"type":"Feature","id":"n1369682835","geometry":{"type":"Point","coordinates":[-0.3429658,51.807015]},"properties":{"@type":"node","@id":1369682835,"@timestamp":1628263564},"coords":"51.807015,-0.3429658","bedrooms":"4","price":"266000","area":"428"} , +{"type":"Feature","id":"n1369733420","geometry":{"type":"Point","coordinates":[0.4313227,51.6138594]},"properties":{"@type":"node","@id":1369733420,"@timestamp":1311323278},"coords":"51.6138594,0.4313227","bedrooms":"2","price":"249000","area":"505"} , +{"type":"Feature","id":"n1370318937","geometry":{"type":"Point","coordinates":[-0.3331803,51.386782]},"properties":{"@type":"node","@id":1370318937,"@timestamp":1335133000},"coords":"51.386782,-0.3331803","bedrooms":"4","price":"299000","area":"484"} , +{"type":"Feature","id":"n1370570229","geometry":{"type":"Point","coordinates":[0.1284521,51.5388897]},"properties":{"@type":"node","@id":1370570229,"@timestamp":1311375214},"coords":"51.5388897,0.1284521","bedrooms":"1","price":"200000","area":"661"} , +{"type":"Feature","id":"n1371234613","geometry":{"type":"Point","coordinates":[0.5605744,51.371892]},"properties":{"@type":"node","@id":1371234613,"@timestamp":1482150752},"coords":"51.371892,0.5605744","bedrooms":"0","price":"261000","area":"423"} , +{"type":"Feature","id":"n1371708837","geometry":{"type":"Point","coordinates":[0.1552364,51.5509613]},"properties":{"@type":"node","@id":1371708837,"@timestamp":1311463274},"coords":"51.5509613,0.1552364","bedrooms":"2","price":"200000","area":"639"} , +{"type":"Feature","id":"n1372157296","geometry":{"type":"Point","coordinates":[-0.3387933,51.3737774]},"properties":{"@type":"node","@id":1372157296,"@timestamp":1626257065},"coords":"51.3737774,-0.3387933","bedrooms":"1","price":"275000","area":"454"} , +{"type":"Feature","id":"n1373537720","geometry":{"type":"Point","coordinates":[-0.0103012,51.7599665]},"properties":{"@type":"node","@id":1373537720,"@timestamp":1311582062},"coords":"51.7599665,-0.0103012","bedrooms":"1","price":"237000","area":"651"} , +{"type":"Feature","id":"n1373610785","geometry":{"type":"Point","coordinates":[-0.055725,51.9694091]},"properties":{"@type":"node","@id":1373610785,"@timestamp":1311587130},"coords":"51.9694091,-0.055725","bedrooms":"4","price":"197000","area":"591"} , +{"type":"Feature","id":"n1373682014","geometry":{"type":"Point","coordinates":[-0.1290842,51.6174345]},"properties":{"@type":"node","@id":1373682014,"@timestamp":1311767861},"coords":"51.6174345,-0.1290842","bedrooms":"1","price":"151000","area":"585"} , +{"type":"Feature","id":"n1373769389","geometry":{"type":"Point","coordinates":[-0.8438783,51.7185062]},"properties":{"@type":"node","@id":1373769389,"@timestamp":1311600684},"coords":"51.7185062,-0.8438783","bedrooms":"0","price":"235000","area":"500"} , +{"type":"Feature","id":"n1374194907","geometry":{"type":"Point","coordinates":[0.4165275,51.4418315]},"properties":{"@type":"node","@id":1374194907,"@timestamp":1588525883},"coords":"51.4418315,0.4165275","bedrooms":"4","price":"270000","area":"509"} , +{"type":"Feature","id":"n1374549231","geometry":{"type":"Point","coordinates":[-0.1866141,51.52324]},"properties":{"@type":"node","@id":1374549231,"@timestamp":1599055475},"coords":"51.52324,-0.1866141","bedrooms":"2","price":"251000","area":"430"} , +{"type":"Feature","id":"n1374888555","geometry":{"type":"Point","coordinates":[0.5249044,51.3893669]},"properties":{"@type":"node","@id":1374888555,"@timestamp":1401346672},"coords":"51.3893669,0.5249044","bedrooms":"4","price":"186000","area":"534"} , +{"type":"Feature","id":"n1375162577","geometry":{"type":"Point","coordinates":[-0.1870879,51.4821029]},"properties":{"@type":"node","@id":1375162577,"@timestamp":1606797264},"coords":"51.4821029,-0.1870879","bedrooms":"2","price":"211000","area":"498"} , +{"type":"Feature","id":"n1375618000","geometry":{"type":"Point","coordinates":[0.5284383,51.3967601]},"properties":{"@type":"node","@id":1375618000,"@timestamp":1594497056},"coords":"51.3967601,0.5284383","bedrooms":"4","price":"177000","area":"648"} , +{"type":"Feature","id":"n1376038742","geometry":{"type":"Point","coordinates":[-0.2293678,51.5473137]},"properties":{"@type":"node","@id":1376038742,"@timestamp":1311787506},"coords":"51.5473137,-0.2293678","bedrooms":"2","price":"228000","area":"422"} , +{"type":"Feature","id":"n1376228771","geometry":{"type":"Point","coordinates":[-0.6980588,51.6936962]},"properties":{"@type":"node","@id":1376228771,"@timestamp":1330805257},"coords":"51.6936962,-0.6980588","bedrooms":"0","price":"202000","area":"531"} , +{"type":"Feature","id":"n1376356352","geometry":{"type":"Point","coordinates":[-0.065538,51.2581645]},"properties":{"@type":"node","@id":1376356352,"@timestamp":1362403025},"coords":"51.2581645,-0.065538","bedrooms":"2","price":"254000","area":"535"} , +{"type":"Feature","id":"n1376720177","geometry":{"type":"Point","coordinates":[0.7737633,51.2859691]},"properties":{"@type":"node","@id":1376720177,"@timestamp":1553557761},"coords":"51.2859691,0.7737633","bedrooms":"4","price":"296000","area":"466"} , +{"type":"Feature","id":"n1376797486","geometry":{"type":"Point","coordinates":[0.248355,51.6038936]},"properties":{"@type":"node","@id":1376797486,"@timestamp":1311867075},"coords":"51.6038936,0.248355","bedrooms":"1","price":"244000","area":"560"} , +{"type":"Feature","id":"n1376844871","geometry":{"type":"Point","coordinates":[-0.057571,51.9815168]},"properties":{"@type":"node","@id":1376844871,"@timestamp":1311869479},"coords":"51.9815168,-0.057571","bedrooms":"2","price":"168000","area":"563"} , +{"type":"Feature","id":"n1376863296","geometry":{"type":"Point","coordinates":[-0.0426794,51.9689962]},"properties":{"@type":"node","@id":1376863296,"@timestamp":1311870937},"coords":"51.9689962,-0.0426794","bedrooms":"1","price":"265000","area":"622"} , +{"type":"Feature","id":"n1377055136","geometry":{"type":"Point","coordinates":[-0.0549902,51.5091368]},"properties":{"@type":"node","@id":1377055136,"@timestamp":1494251297},"coords":"51.5091368,-0.0549902","bedrooms":"0","price":"215000","area":"470"} , +{"type":"Feature","id":"n1377121193","geometry":{"type":"Point","coordinates":[-0.6105484,51.4833005]},"properties":{"@type":"node","@id":1377121193,"@timestamp":1311885012},"coords":"51.4833005,-0.6105484","bedrooms":"3","price":"263000","area":"536"} , +{"type":"Feature","id":"n1377960235","geometry":{"type":"Point","coordinates":[-0.0304777,51.9831605]},"properties":{"@type":"node","@id":1377960235,"@timestamp":1311971154},"coords":"51.9831605,-0.0304777","bedrooms":"2","price":"294000","area":"522"} , +{"type":"Feature","id":"n1377960373","geometry":{"type":"Point","coordinates":[-0.0305502,51.9833256]},"properties":{"@type":"node","@id":1377960373,"@timestamp":1311971156},"coords":"51.9833256,-0.0305502","bedrooms":"0","price":"253000","area":"617"} , +{"type":"Feature","id":"n1377960470","geometry":{"type":"Point","coordinates":[-0.0303892,51.9831307]},"properties":{"@type":"node","@id":1377960470,"@timestamp":1311971157},"coords":"51.9831307,-0.0303892","bedrooms":"2","price":"178000","area":"607"} , +{"type":"Feature","id":"n1378715139","geometry":{"type":"Point","coordinates":[-0.2255122,51.1963648]},"properties":{"@type":"node","@id":1378715139,"@timestamp":1617101791},"coords":"51.1963648,-0.2255122","bedrooms":"0","price":"282000","area":"534"} , +{"type":"Feature","id":"n1378908704","geometry":{"type":"Point","coordinates":[0.645969,51.5596969]},"properties":{"@type":"node","@id":1378908704,"@timestamp":1312038447},"coords":"51.5596969,0.645969","bedrooms":"3","price":"220000","area":"655"} , +{"type":"Feature","id":"n1379311259","geometry":{"type":"Point","coordinates":[0.110547,51.5344248]},"properties":{"@type":"node","@id":1379311259,"@timestamp":1484245201},"coords":"51.5344248,0.110547","bedrooms":"2","price":"240000","area":"351"} , +{"type":"Feature","id":"n1379401646","geometry":{"type":"Point","coordinates":[0.3391574,51.435008]},"properties":{"@type":"node","@id":1379401646,"@timestamp":1312064064},"coords":"51.435008,0.3391574","bedrooms":"2","price":"258000","area":"536"} , +{"type":"Feature","id":"n1379847199","geometry":{"type":"Point","coordinates":[-0.0739345,51.4241689]},"properties":{"@type":"node","@id":1379847199,"@timestamp":1515576052},"coords":"51.4241689,-0.0739345","bedrooms":"2","price":"152000","area":"506"} , +{"type":"Feature","id":"n1379949076","geometry":{"type":"Point","coordinates":[-0.3330397,51.3931383]},"properties":{"@type":"node","@id":1379949076,"@timestamp":1319662985},"coords":"51.3931383,-0.3330397","bedrooms":"1","price":"260000","area":"612"} , +{"type":"Feature","id":"n1380918238","geometry":{"type":"Point","coordinates":[-0.6706987,51.7020273]},"properties":{"@type":"node","@id":1380918238,"@timestamp":1608510152},"coords":"51.7020273,-0.6706987","bedrooms":"0","price":"159000","area":"653"} , +{"type":"Feature","id":"n1381926988","geometry":{"type":"Point","coordinates":[0.5580886,51.3724893]},"properties":{"@type":"node","@id":1381926988,"@timestamp":1312216783},"coords":"51.3724893,0.5580886","bedrooms":"3","price":"185000","area":"541"} , +{"type":"Feature","id":"n1382237947","geometry":{"type":"Point","coordinates":[0.1299517,51.5589027]},"properties":{"@type":"node","@id":1382237947,"@timestamp":1448393751},"coords":"51.5589027,0.1299517","bedrooms":"2","price":"158000","area":"588"} , +{"type":"Feature","id":"n1382821787","geometry":{"type":"Point","coordinates":[0.6552638,51.6021093]},"properties":{"@type":"node","@id":1382821787,"@timestamp":1312275896},"coords":"51.6021093,0.6552638","bedrooms":"4","price":"226000","area":"403"} , +{"type":"Feature","id":"n1382821804","geometry":{"type":"Point","coordinates":[0.6563545,51.6025888]},"properties":{"@type":"node","@id":1382821804,"@timestamp":1312275897},"coords":"51.6025888,0.6563545","bedrooms":"2","price":"223000","area":"427"} , +{"type":"Feature","id":"n1382821842","geometry":{"type":"Point","coordinates":[0.656284,51.6029117]},"properties":{"@type":"node","@id":1382821842,"@timestamp":1312275898},"coords":"51.6029117,0.656284","bedrooms":"4","price":"170000","area":"648"} , +{"type":"Feature","id":"n1382821907","geometry":{"type":"Point","coordinates":[0.6563668,51.603391]},"properties":{"@type":"node","@id":1382821907,"@timestamp":1312275902},"coords":"51.603391,0.6563668","bedrooms":"1","price":"249000","area":"405"} , +{"type":"Feature","id":"n1383037926","geometry":{"type":"Point","coordinates":[0.6547056,51.5999958]},"properties":{"@type":"node","@id":1383037926,"@timestamp":1312293598},"coords":"51.5999958,0.6547056","bedrooms":"2","price":"267000","area":"609"} , +{"type":"Feature","id":"n1383038124","geometry":{"type":"Point","coordinates":[0.6548092,51.6008555]},"properties":{"@type":"node","@id":1383038124,"@timestamp":1598850861},"coords":"51.6008555,0.6548092","bedrooms":"2","price":"166000","area":"406"} , +{"type":"Feature","id":"n1383038337","geometry":{"type":"Point","coordinates":[0.6536096,51.6010787]},"properties":{"@type":"node","@id":1383038337,"@timestamp":1312293605},"coords":"51.6010787,0.6536096","bedrooms":"4","price":"239000","area":"586"} , +{"type":"Feature","id":"n1383038437","geometry":{"type":"Point","coordinates":[0.6540355,51.6012073]},"properties":{"@type":"node","@id":1383038437,"@timestamp":1312293608},"coords":"51.6012073,0.6540355","bedrooms":"3","price":"211000","area":"360"} , +{"type":"Feature","id":"n1383038611","geometry":{"type":"Point","coordinates":[0.6562018,51.6017675]},"properties":{"@type":"node","@id":1383038611,"@timestamp":1312293611},"coords":"51.6017675,0.6562018","bedrooms":"4","price":"235000","area":"573"} , +{"type":"Feature","id":"n1383038706","geometry":{"type":"Point","coordinates":[0.6568207,51.6019515]},"properties":{"@type":"node","@id":1383038706,"@timestamp":1312293613},"coords":"51.6019515,0.6568207","bedrooms":"4","price":"212000","area":"455"} , +{"type":"Feature","id":"n1383566324","geometry":{"type":"Point","coordinates":[-0.0908327,51.5259124]},"properties":{"@type":"node","@id":1383566324,"@timestamp":1349097055},"coords":"51.5259124,-0.0908327","bedrooms":"4","price":"194000","area":"520"} , +{"type":"Feature","id":"n1384833310","geometry":{"type":"Point","coordinates":[-0.2788771,51.9471921]},"properties":{"@type":"node","@id":1384833310,"@timestamp":1312388243},"coords":"51.9471921,-0.2788771","bedrooms":"1","price":"170000","area":"364"} , +{"type":"Feature","id":"n1385118895","geometry":{"type":"Point","coordinates":[0.3753225,51.4426721]},"properties":{"@type":"node","@id":1385118895,"@timestamp":1418163861},"coords":"51.4426721,0.3753225","bedrooms":"0","price":"263000","area":"448"} , +{"type":"Feature","id":"n1385827682","geometry":{"type":"Point","coordinates":[-1.0990557,51.1401987]},"properties":{"@type":"node","@id":1385827682,"@timestamp":1312450711},"coords":"51.1401987,-1.0990557","bedrooms":"2","price":"175000","area":"528"} , +{"type":"Feature","id":"n1385827796","geometry":{"type":"Point","coordinates":[-1.0992112,51.1404794]},"properties":{"@type":"node","@id":1385827796,"@timestamp":1312450714},"coords":"51.1404794,-1.0992112","bedrooms":"4","price":"224000","area":"516"} , +{"type":"Feature","id":"n1386043358","geometry":{"type":"Point","coordinates":[0.2579561,51.457349]},"properties":{"@type":"node","@id":1386043358,"@timestamp":1619835478},"coords":"51.457349,0.2579561","bedrooms":"3","price":"193000","area":"503"} , +{"type":"Feature","id":"n1386083246","geometry":{"type":"Point","coordinates":[0.2502476,51.4540927]},"properties":{"@type":"node","@id":1386083246,"@timestamp":1312466742},"coords":"51.4540927,0.2502476","bedrooms":"1","price":"245000","area":"454"} , +{"type":"Feature","id":"n1386097488","geometry":{"type":"Point","coordinates":[-0.2781213,51.6588349]},"properties":{"@type":"node","@id":1386097488,"@timestamp":1312467991},"coords":"51.6588349,-0.2781213","bedrooms":"2","price":"250000","area":"492"} , +{"type":"Feature","id":"n1386847422","geometry":{"type":"Point","coordinates":[-0.3965955,51.6713624]},"properties":{"@type":"node","@id":1386847422,"@timestamp":1493993222},"coords":"51.6713624,-0.3965955","bedrooms":"3","price":"193000","area":"490"} , +{"type":"Feature","id":"n1387549550","geometry":{"type":"Point","coordinates":[-0.120925,51.5334362]},"properties":{"@type":"node","@id":1387549550,"@timestamp":1608527631},"coords":"51.5334362,-0.120925","bedrooms":"1","price":"153000","area":"643"} , +{"type":"Feature","id":"n1388253992","geometry":{"type":"Point","coordinates":[-0.4740314,51.7524012]},"properties":{"@type":"node","@id":1388253992,"@timestamp":1312622426},"coords":"51.7524012,-0.4740314","bedrooms":"4","price":"212000","area":"546"} , +{"type":"Feature","id":"n1388888080","geometry":{"type":"Point","coordinates":[-1.4828439,50.9560137]},"properties":{"@type":"node","@id":1388888080,"@timestamp":1315860066},"coords":"50.9560137,-1.4828439","bedrooms":"0","price":"298000","area":"355"} , +{"type":"Feature","id":"n1388997962","geometry":{"type":"Point","coordinates":[-0.6529975,51.6452479]},"properties":{"@type":"node","@id":1388997962,"@timestamp":1313074664},"coords":"51.6452479,-0.6529975","bedrooms":"1","price":"174000","area":"371"} , +{"type":"Feature","id":"n1389239237","geometry":{"type":"Point","coordinates":[-1.0763718,51.4356366]},"properties":{"@type":"node","@id":1389239237,"@timestamp":1519681248},"coords":"51.4356366,-1.0763718","bedrooms":"1","price":"169000","area":"462"} , +{"type":"Feature","id":"n1389239413","geometry":{"type":"Point","coordinates":[-1.080427,51.4340449]},"properties":{"@type":"node","@id":1389239413,"@timestamp":1312706862},"coords":"51.4340449,-1.080427","bedrooms":"4","price":"203000","area":"525"} , +{"type":"Feature","id":"n1389239684","geometry":{"type":"Point","coordinates":[-1.0738918,51.4296829]},"properties":{"@type":"node","@id":1389239684,"@timestamp":1312706875},"coords":"51.4296829,-1.0738918","bedrooms":"2","price":"184000","area":"429"} , +{"type":"Feature","id":"n1389247236","geometry":{"type":"Point","coordinates":[-0.8013074,51.6104344]},"properties":{"@type":"node","@id":1389247236,"@timestamp":1636302698},"coords":"51.6104344,-0.8013074","bedrooms":"4","price":"219000","area":"445"} , +{"type":"Feature","id":"n1389370355","geometry":{"type":"Point","coordinates":[-1.1016632,51.4422324]},"properties":{"@type":"node","@id":1389370355,"@timestamp":1312715573},"coords":"51.4422324,-1.1016632","bedrooms":"4","price":"281000","area":"610"} , +{"type":"Feature","id":"n1389385149","geometry":{"type":"Point","coordinates":[-0.1064417,51.5318948]},"properties":{"@type":"node","@id":1389385149,"@timestamp":1624470235},"coords":"51.5318948,-0.1064417","bedrooms":"1","price":"285000","area":"459"} , +{"type":"Feature","id":"n1389431753","geometry":{"type":"Point","coordinates":[-0.2893865,51.224388]},"properties":{"@type":"node","@id":1389431753,"@timestamp":1613926378},"coords":"51.224388,-0.2893865","bedrooms":"0","price":"157000","area":"531"} , +{"type":"Feature","id":"n1389643453","geometry":{"type":"Point","coordinates":[-0.0816018,51.5949286]},"properties":{"@type":"node","@id":1389643453,"@timestamp":1593110919},"coords":"51.5949286,-0.0816018","bedrooms":"3","price":"216000","area":"398"} , +{"type":"Feature","id":"n1390017468","geometry":{"type":"Point","coordinates":[0.0561686,51.9699514]},"properties":{"@type":"node","@id":1390017468,"@timestamp":1630843762},"coords":"51.9699514,0.0561686","bedrooms":"1","price":"154000","area":"370"} , +{"type":"Feature","id":"n1390025892","geometry":{"type":"Point","coordinates":[0.0494067,51.955191]},"properties":{"@type":"node","@id":1390025892,"@timestamp":1633871336},"coords":"51.955191,0.0494067","bedrooms":"4","price":"182000","area":"430"} , +{"type":"Feature","id":"n1390028919","geometry":{"type":"Point","coordinates":[-0.3638003,51.1452239]},"properties":{"@type":"node","@id":1390028919,"@timestamp":1536447438},"coords":"51.1452239,-0.3638003","bedrooms":"1","price":"237000","area":"576"} , +{"type":"Feature","id":"n1390312651","geometry":{"type":"Point","coordinates":[-0.6871373,51.0684326]},"properties":{"@type":"node","@id":1390312651,"@timestamp":1558544337},"coords":"51.0684326,-0.6871373","bedrooms":"4","price":"167000","area":"428"} , +{"type":"Feature","id":"n1390660727","geometry":{"type":"Point","coordinates":[0.1021289,51.0123258]},"properties":{"@type":"node","@id":1390660727,"@timestamp":1605963755},"coords":"51.0123258,0.1021289","bedrooms":"4","price":"184000","area":"412"} , +{"type":"Feature","id":"n1390737679","geometry":{"type":"Point","coordinates":[-0.3549975,51.750582]},"properties":{"@type":"node","@id":1390737679,"@timestamp":1312805839},"coords":"51.750582,-0.3549975","bedrooms":"3","price":"275000","area":"460"} , +{"type":"Feature","id":"n1390989318","geometry":{"type":"Point","coordinates":[0.7070183,51.579375]},"properties":{"@type":"node","@id":1390989318,"@timestamp":1312817319},"coords":"51.579375,0.7070183","bedrooms":"2","price":"180000","area":"525"} , +{"type":"Feature","id":"n1390989490","geometry":{"type":"Point","coordinates":[0.7067371,51.5799642]},"properties":{"@type":"node","@id":1390989490,"@timestamp":1312817322},"coords":"51.5799642,0.7067371","bedrooms":"3","price":"251000","area":"497"} , +{"type":"Feature","id":"n1390989647","geometry":{"type":"Point","coordinates":[0.7050869,51.5807257]},"properties":{"@type":"node","@id":1390989647,"@timestamp":1312817325},"coords":"51.5807257,0.7050869","bedrooms":"4","price":"157000","area":"359"} , +{"type":"Feature","id":"n1390989850","geometry":{"type":"Point","coordinates":[0.7040272,51.5815401]},"properties":{"@type":"node","@id":1390989850,"@timestamp":1312817328},"coords":"51.5815401,0.7040272","bedrooms":"3","price":"287000","area":"510"} , +{"type":"Feature","id":"n1391053961","geometry":{"type":"Point","coordinates":[0.7112421,51.5421011]},"properties":{"@type":"node","@id":1391053961,"@timestamp":1409328840},"coords":"51.5421011,0.7112421","bedrooms":"1","price":"239000","area":"390"} , +{"type":"Feature","id":"n1391235137","geometry":{"type":"Point","coordinates":[-0.6169109,51.7214044]},"properties":{"@type":"node","@id":1391235137,"@timestamp":1424958009},"coords":"51.7214044,-0.6169109","bedrooms":"2","price":"295000","area":"562"} , +{"type":"Feature","id":"n1391504750","geometry":{"type":"Point","coordinates":[-0.7299043,51.0832772]},"properties":{"@type":"node","@id":1391504750,"@timestamp":1478198444},"coords":"51.0832772,-0.7299043","bedrooms":"1","price":"238000","area":"444"} , +{"type":"Feature","id":"n1392165450","geometry":{"type":"Point","coordinates":[0.7121863,51.5371851]},"properties":{"@type":"node","@id":1392165450,"@timestamp":1564972426},"coords":"51.5371851,0.7121863","bedrooms":"0","price":"227000","area":"522"} , +{"type":"Feature","id":"n1392974343","geometry":{"type":"Point","coordinates":[0.810001,51.1746943]},"properties":{"@type":"node","@id":1392974343,"@timestamp":1592245234},"coords":"51.1746943,0.810001","bedrooms":"0","price":"178000","area":"424"} , +{"type":"Feature","id":"n1392999814","geometry":{"type":"Point","coordinates":[0.5615253,51.3979943]},"properties":{"@type":"node","@id":1392999814,"@timestamp":1401492737},"coords":"51.3979943,0.5615253","bedrooms":"4","price":"280000","area":"389"} , +{"type":"Feature","id":"n1393400729","geometry":{"type":"Point","coordinates":[-0.3354752,51.743551]},"properties":{"@type":"node","@id":1393400729,"@timestamp":1626550751},"coords":"51.743551,-0.3354752","bedrooms":"3","price":"254000","area":"480"} , +{"type":"Feature","id":"n1393920813","geometry":{"type":"Point","coordinates":[-0.1245184,51.449473]},"properties":{"@type":"node","@id":1393920813,"@timestamp":1618822383},"coords":"51.449473,-0.1245184","bedrooms":"3","price":"245000","area":"360"} , +{"type":"Feature","id":"n1394070050","geometry":{"type":"Point","coordinates":[-0.8994012,51.4451729]},"properties":{"@type":"node","@id":1394070050,"@timestamp":1609951014},"coords":"51.4451729,-0.8994012","bedrooms":"2","price":"193000","area":"564"} , +{"type":"Feature","id":"n1394136749","geometry":{"type":"Point","coordinates":[-0.9134738,51.4284286]},"properties":{"@type":"node","@id":1394136749,"@timestamp":1553285824},"coords":"51.4284286,-0.9134738","bedrooms":"2","price":"270000","area":"580"} , +{"type":"Feature","id":"n1394233340","geometry":{"type":"Point","coordinates":[-0.0861372,51.5049528]},"properties":{"@type":"node","@id":1394233340,"@timestamp":1313015396},"coords":"51.5049528,-0.0861372","bedrooms":"0","price":"176000","area":"520"} , +{"type":"Feature","id":"n1394533635","geometry":{"type":"Point","coordinates":[0.0479671,51.9152944]},"properties":{"@type":"node","@id":1394533635,"@timestamp":1313046881},"coords":"51.9152944,0.0479671","bedrooms":"2","price":"171000","area":"680"} , +{"type":"Feature","id":"n1394654504","geometry":{"type":"Point","coordinates":[-0.1478139,51.4806658]},"properties":{"@type":"node","@id":1394654504,"@timestamp":1425320531},"coords":"51.4806658,-0.1478139","bedrooms":"4","price":"204000","area":"496"} , +{"type":"Feature","id":"n1394714357","geometry":{"type":"Point","coordinates":[-0.1433106,51.4949888]},"properties":{"@type":"node","@id":1394714357,"@timestamp":1566737787},"coords":"51.4949888,-0.1433106","bedrooms":"2","price":"168000","area":"595"} , +{"type":"Feature","id":"n1394735909","geometry":{"type":"Point","coordinates":[-0.9788471,51.7480895]},"properties":{"@type":"node","@id":1394735909,"@timestamp":1313059761},"coords":"51.7480895,-0.9788471","bedrooms":"3","price":"296000","area":"597"} , +{"type":"Feature","id":"n1395057963","geometry":{"type":"Point","coordinates":[0.4260157,51.5145814]},"properties":{"@type":"node","@id":1395057963,"@timestamp":1332875811},"coords":"51.5145814,0.4260157","bedrooms":"1","price":"175000","area":"671"} , +{"type":"Feature","id":"n1395208614","geometry":{"type":"Point","coordinates":[-0.1410601,51.4726894]},"properties":{"@type":"node","@id":1395208614,"@timestamp":1313086838},"coords":"51.4726894,-0.1410601","bedrooms":"4","price":"290000","area":"375"} , +{"type":"Feature","id":"n1395208789","geometry":{"type":"Point","coordinates":[-0.1384964,51.47]},"properties":{"@type":"node","@id":1395208789,"@timestamp":1560134354},"coords":"51.47,-0.1384964","bedrooms":"2","price":"287000","area":"455"} , +{"type":"Feature","id":"n1395397725","geometry":{"type":"Point","coordinates":[-0.8357073,51.3790383]},"properties":{"@type":"node","@id":1395397725,"@timestamp":1624975186},"coords":"51.3790383,-0.8357073","bedrooms":"0","price":"235000","area":"528"} , +{"type":"Feature","id":"n1395409069","geometry":{"type":"Point","coordinates":[0.0226381,51.9338607]},"properties":{"@type":"node","@id":1395409069,"@timestamp":1313100633},"coords":"51.9338607,0.0226381","bedrooms":"1","price":"245000","area":"467"} , +{"type":"Feature","id":"n1395409119","geometry":{"type":"Point","coordinates":[0.0211065,51.9341054]},"properties":{"@type":"node","@id":1395409119,"@timestamp":1313100635},"coords":"51.9341054,0.0211065","bedrooms":"3","price":"183000","area":"473"} , +{"type":"Feature","id":"n1395409152","geometry":{"type":"Point","coordinates":[0.0206102,51.9342228]},"properties":{"@type":"node","@id":1395409152,"@timestamp":1313100635},"coords":"51.9342228,0.0206102","bedrooms":"4","price":"263000","area":"679"} , +{"type":"Feature","id":"n1395409191","geometry":{"type":"Point","coordinates":[0.0189956,51.9342393]},"properties":{"@type":"node","@id":1395409191,"@timestamp":1313100636},"coords":"51.9342393,0.0189956","bedrooms":"2","price":"186000","area":"364"} , +{"type":"Feature","id":"n1395409234","geometry":{"type":"Point","coordinates":[0.0241183,51.933801]},"properties":{"@type":"node","@id":1395409234,"@timestamp":1313100637},"coords":"51.933801,0.0241183","bedrooms":"1","price":"182000","area":"413"} , +{"type":"Feature","id":"n1395409260","geometry":{"type":"Point","coordinates":[0.0172817,51.9342476]},"properties":{"@type":"node","@id":1395409260,"@timestamp":1313100639},"coords":"51.9342476,0.0172817","bedrooms":"3","price":"271000","area":"409"} , +{"type":"Feature","id":"n1395409276","geometry":{"type":"Point","coordinates":[0.0250544,51.9335811]},"properties":{"@type":"node","@id":1395409276,"@timestamp":1313100640},"coords":"51.9335811,0.0250544","bedrooms":"3","price":"214000","area":"387"} , +{"type":"Feature","id":"n1395409296","geometry":{"type":"Point","coordinates":[0.0213639,51.9341947]},"properties":{"@type":"node","@id":1395409296,"@timestamp":1313100641},"coords":"51.9341947,0.0213639","bedrooms":"0","price":"204000","area":"537"} , +{"type":"Feature","id":"n1395409314","geometry":{"type":"Point","coordinates":[0.0209188,51.9342179]},"properties":{"@type":"node","@id":1395409314,"@timestamp":1313100642},"coords":"51.9342179,0.0209188","bedrooms":"1","price":"206000","area":"375"} , +{"type":"Feature","id":"n1395409344","geometry":{"type":"Point","coordinates":[0.0228714,51.9339467]},"properties":{"@type":"node","@id":1395409344,"@timestamp":1313100642},"coords":"51.9339467,0.0228714","bedrooms":"2","price":"215000","area":"576"} , +{"type":"Feature","id":"n1395411002","geometry":{"type":"Point","coordinates":[0.0183055,51.929077]},"properties":{"@type":"node","@id":1395411002,"@timestamp":1313101084},"coords":"51.929077,0.0183055","bedrooms":"0","price":"231000","area":"431"} , +{"type":"Feature","id":"n1395411024","geometry":{"type":"Point","coordinates":[0.0225729,51.9262982]},"properties":{"@type":"node","@id":1395411024,"@timestamp":1313101085},"coords":"51.9262982,0.0225729","bedrooms":"0","price":"248000","area":"603"} , +{"type":"Feature","id":"n1396036438","geometry":{"type":"Point","coordinates":[-0.0937058,51.4531996]},"properties":{"@type":"node","@id":1396036438,"@timestamp":1313156657},"coords":"51.4531996,-0.0937058","bedrooms":"3","price":"186000","area":"678"} , +{"type":"Feature","id":"n1396900458","geometry":{"type":"Point","coordinates":[-0.1573419,51.5133807]},"properties":{"@type":"node","@id":1396900458,"@timestamp":1534613701},"coords":"51.5133807,-0.1573419","bedrooms":"2","price":"238000","area":"604"} , +{"type":"Feature","id":"n1397485660","geometry":{"type":"Point","coordinates":[-0.2261212,51.2029153]},"properties":{"@type":"node","@id":1397485660,"@timestamp":1616591776},"coords":"51.2029153,-0.2261212","bedrooms":"2","price":"180000","area":"650"} , +{"type":"Feature","id":"n1397757025","geometry":{"type":"Point","coordinates":[0.6383717,51.5731506]},"properties":{"@type":"node","@id":1397757025,"@timestamp":1313274031},"coords":"51.5731506,0.6383717","bedrooms":"0","price":"263000","area":"467"} , +{"type":"Feature","id":"n1397765826","geometry":{"type":"Point","coordinates":[0.0197597,51.9164911]},"properties":{"@type":"node","@id":1397765826,"@timestamp":1313274496},"coords":"51.9164911,0.0197597","bedrooms":"3","price":"195000","area":"470"} , +{"type":"Feature","id":"n1397765918","geometry":{"type":"Point","coordinates":[0.0199689,51.9169245]},"properties":{"@type":"node","@id":1397765918,"@timestamp":1313274500},"coords":"51.9169245,0.0199689","bedrooms":"1","price":"219000","area":"494"} , +{"type":"Feature","id":"n1397765988","geometry":{"type":"Point","coordinates":[0.0151279,51.9099606]},"properties":{"@type":"node","@id":1397765988,"@timestamp":1313274502},"coords":"51.9099606,0.0151279","bedrooms":"3","price":"268000","area":"494"} , +{"type":"Feature","id":"n1397766172","geometry":{"type":"Point","coordinates":[0.0150957,51.9082431]},"properties":{"@type":"node","@id":1397766172,"@timestamp":1313274507},"coords":"51.9082431,0.0150957","bedrooms":"1","price":"286000","area":"557"} , +{"type":"Feature","id":"n1398400225","geometry":{"type":"Point","coordinates":[-0.9604989,51.1415681]},"properties":{"@type":"node","@id":1398400225,"@timestamp":1405508508},"coords":"51.1415681,-0.9604989","bedrooms":"4","price":"231000","area":"500"} , +{"type":"Feature","id":"n1398444795","geometry":{"type":"Point","coordinates":[-0.8239254,51.0793656]},"properties":{"@type":"node","@id":1398444795,"@timestamp":1313317652},"coords":"51.0793656,-0.8239254","bedrooms":"0","price":"264000","area":"625"} , +{"type":"Feature","id":"n1398444861","geometry":{"type":"Point","coordinates":[-0.8432609,51.0924987]},"properties":{"@type":"node","@id":1398444861,"@timestamp":1313317654},"coords":"51.0924987,-0.8432609","bedrooms":"0","price":"255000","area":"406"} , +{"type":"Feature","id":"n1398444886","geometry":{"type":"Point","coordinates":[-0.8750331,51.0956257]},"properties":{"@type":"node","@id":1398444886,"@timestamp":1313317656},"coords":"51.0956257,-0.8750331","bedrooms":"0","price":"267000","area":"484"} , +{"type":"Feature","id":"n1398444937","geometry":{"type":"Point","coordinates":[-0.8658357,51.0967965]},"properties":{"@type":"node","@id":1398444937,"@timestamp":1383035666},"coords":"51.0967965,-0.8658357","bedrooms":"0","price":"291000","area":"501"} , +{"type":"Feature","id":"n1398767186","geometry":{"type":"Point","coordinates":[0.0133335,51.9351606]},"properties":{"@type":"node","@id":1398767186,"@timestamp":1313337497},"coords":"51.9351606,0.0133335","bedrooms":"1","price":"238000","area":"466"} , +{"type":"Feature","id":"n1398900679","geometry":{"type":"Point","coordinates":[-0.1602421,51.029897]},"properties":{"@type":"node","@id":1398900679,"@timestamp":1313344494},"coords":"51.029897,-0.1602421","bedrooms":"4","price":"189000","area":"464"} , +{"type":"Feature","id":"n1398970899","geometry":{"type":"Point","coordinates":[-0.2390378,51.2058658]},"properties":{"@type":"node","@id":1398970899,"@timestamp":1406492000},"coords":"51.2058658,-0.2390378","bedrooms":"0","price":"155000","area":"392"} , +{"type":"Feature","id":"n1399168686","geometry":{"type":"Point","coordinates":[0.0852944,51.9168599]},"properties":{"@type":"node","@id":1399168686,"@timestamp":1313358729},"coords":"51.9168599,0.0852944","bedrooms":"0","price":"262000","area":"666"} , +{"type":"Feature","id":"n1399168762","geometry":{"type":"Point","coordinates":[0.0847526,51.9270232]},"properties":{"@type":"node","@id":1399168762,"@timestamp":1313358731},"coords":"51.9270232,0.0847526","bedrooms":"3","price":"252000","area":"404"} , +{"type":"Feature","id":"n1399206975","geometry":{"type":"Point","coordinates":[0.0678707,51.9123546]},"properties":{"@type":"node","@id":1399206975,"@timestamp":1313360956},"coords":"51.9123546,0.0678707","bedrooms":"3","price":"274000","area":"423"} , +{"type":"Feature","id":"n1399207102","geometry":{"type":"Point","coordinates":[0.0889687,51.9058704]},"properties":{"@type":"node","@id":1399207102,"@timestamp":1313361038},"coords":"51.9058704,0.0889687","bedrooms":"3","price":"265000","area":"633"} , +{"type":"Feature","id":"n1399207200","geometry":{"type":"Point","coordinates":[0.0928742,51.9014382]},"properties":{"@type":"node","@id":1399207200,"@timestamp":1313360966},"coords":"51.9014382,0.0928742","bedrooms":"4","price":"243000","area":"414"} , +{"type":"Feature","id":"n1399207320","geometry":{"type":"Point","coordinates":[0.0914849,51.9026794]},"properties":{"@type":"node","@id":1399207320,"@timestamp":1313360972},"coords":"51.9026794,0.0914849","bedrooms":"1","price":"259000","area":"432"} , +{"type":"Feature","id":"n1399207436","geometry":{"type":"Point","coordinates":[0.089441,51.9044236]},"properties":{"@type":"node","@id":1399207436,"@timestamp":1313360977},"coords":"51.9044236,0.089441","bedrooms":"0","price":"246000","area":"523"} , +{"type":"Feature","id":"n1399208288","geometry":{"type":"Point","coordinates":[0.0872038,51.9113655]},"properties":{"@type":"node","@id":1399208288,"@timestamp":1313361365},"coords":"51.9113655,0.0872038","bedrooms":"4","price":"293000","area":"445"} , +{"type":"Feature","id":"n1399215951","geometry":{"type":"Point","coordinates":[0.0822259,51.9203537]},"properties":{"@type":"node","@id":1399215951,"@timestamp":1313361363},"coords":"51.9203537,0.0822259","bedrooms":"0","price":"257000","area":"436"} , +{"type":"Feature","id":"n1399290769","geometry":{"type":"Point","coordinates":[-0.1135655,51.5249838]},"properties":{"@type":"node","@id":1399290769,"@timestamp":1552485816},"coords":"51.5249838,-0.1135655","bedrooms":"0","price":"275000","area":"403"} , +{"type":"Feature","id":"n1399767978","geometry":{"type":"Point","coordinates":[-0.1651964,51.5542879]},"properties":{"@type":"node","@id":1399767978,"@timestamp":1597016831},"coords":"51.5542879,-0.1651964","bedrooms":"4","price":"242000","area":"473"} , +{"type":"Feature","id":"n1399810626","geometry":{"type":"Point","coordinates":[-0.1656285,51.5552612]},"properties":{"@type":"node","@id":1399810626,"@timestamp":1313415540},"coords":"51.5552612,-0.1656285","bedrooms":"2","price":"241000","area":"627"} , +{"type":"Feature","id":"n1399849790","geometry":{"type":"Point","coordinates":[-0.6424542,51.4062505]},"properties":{"@type":"node","@id":1399849790,"@timestamp":1617803896},"coords":"51.4062505,-0.6424542","bedrooms":"0","price":"206000","area":"423"} , +{"type":"Feature","id":"n1400115484","geometry":{"type":"Point","coordinates":[0.2773786,51.1311736]},"properties":{"@type":"node","@id":1400115484,"@timestamp":1330805529},"coords":"51.1311736,0.2773786","bedrooms":"2","price":"243000","area":"385"} , +{"type":"Feature","id":"n1400942431","geometry":{"type":"Point","coordinates":[-0.8493571,51.3973298]},"properties":{"@type":"node","@id":1400942431,"@timestamp":1563469209},"coords":"51.3973298,-0.8493571","bedrooms":"0","price":"280000","area":"677"} , +{"type":"Feature","id":"n1400947059","geometry":{"type":"Point","coordinates":[-0.2957269,51.7455264]},"properties":{"@type":"node","@id":1400947059,"@timestamp":1313496215},"coords":"51.7455264,-0.2957269","bedrooms":"2","price":"242000","area":"454"} , +{"type":"Feature","id":"n1401092728","geometry":{"type":"Point","coordinates":[0.6730856,51.7409376]},"properties":{"@type":"node","@id":1401092728,"@timestamp":1313505113},"coords":"51.7409376,0.6730856","bedrooms":"1","price":"298000","area":"602"} , +{"type":"Feature","id":"n1401459404","geometry":{"type":"Point","coordinates":[-0.0859474,51.5104579]},"properties":{"@type":"node","@id":1401459404,"@timestamp":1558884718},"coords":"51.5104579,-0.0859474","bedrooms":"2","price":"191000","area":"659"} , +{"type":"Feature","id":"n1401849749","geometry":{"type":"Point","coordinates":[-0.1091607,51.5142689]},"properties":{"@type":"node","@id":1401849749,"@timestamp":1631517838},"coords":"51.5142689,-0.1091607","bedrooms":"4","price":"248000","area":"611"} , +{"type":"Feature","id":"n1402043321","geometry":{"type":"Point","coordinates":[-0.0752875,51.5200795]},"properties":{"@type":"node","@id":1402043321,"@timestamp":1398105612},"coords":"51.5200795,-0.0752875","bedrooms":"0","price":"169000","area":"573"} , +{"type":"Feature","id":"n1402653701","geometry":{"type":"Point","coordinates":[-0.2390537,50.9600175]},"properties":{"@type":"node","@id":1402653701,"@timestamp":1635093125},"coords":"50.9600175,-0.2390537","bedrooms":"1","price":"241000","area":"393"} , +{"type":"Feature","id":"n1402672040","geometry":{"type":"Point","coordinates":[0.0928743,51.885081]},"properties":{"@type":"node","@id":1402672040,"@timestamp":1313613338},"coords":"51.885081,0.0928743","bedrooms":"1","price":"270000","area":"609"} , +{"type":"Feature","id":"n1402672198","geometry":{"type":"Point","coordinates":[0.0974252,51.8971943]},"properties":{"@type":"node","@id":1402672198,"@timestamp":1313613341},"coords":"51.8971943,0.0974252","bedrooms":"2","price":"289000","area":"639"} , +{"type":"Feature","id":"n1402695406","geometry":{"type":"Point","coordinates":[0.3810061,51.4412642]},"properties":{"@type":"node","@id":1402695406,"@timestamp":1543680088},"coords":"51.4412642,0.3810061","bedrooms":"0","price":"285000","area":"489"} , +{"type":"Feature","id":"n1402741481","geometry":{"type":"Point","coordinates":[0.0589658,51.8955891]},"properties":{"@type":"node","@id":1402741481,"@timestamp":1313617191},"coords":"51.8955891,0.0589658","bedrooms":"4","price":"266000","area":"684"} , +{"type":"Feature","id":"n1402741573","geometry":{"type":"Point","coordinates":[0.0705691,51.8721591]},"properties":{"@type":"node","@id":1402741573,"@timestamp":1313617194},"coords":"51.8721591,0.0705691","bedrooms":"3","price":"189000","area":"567"} , +{"type":"Feature","id":"n1402741653","geometry":{"type":"Point","coordinates":[0.060897,51.8939703]},"properties":{"@type":"node","@id":1402741653,"@timestamp":1313617197},"coords":"51.8939703,0.060897","bedrooms":"3","price":"205000","area":"392"} , +{"type":"Feature","id":"n1402741876","geometry":{"type":"Point","coordinates":[0.0521286,51.8988701]},"properties":{"@type":"node","@id":1402741876,"@timestamp":1313617202},"coords":"51.8988701,0.0521286","bedrooms":"3","price":"230000","area":"597"} , +{"type":"Feature","id":"n1402742063","geometry":{"type":"Point","coordinates":[0.0703867,51.8758486]},"properties":{"@type":"node","@id":1402742063,"@timestamp":1313617208},"coords":"51.8758486,0.0703867","bedrooms":"4","price":"251000","area":"504"} , +{"type":"Feature","id":"n1402845958","geometry":{"type":"Point","coordinates":[-0.1897436,51.4484758]},"properties":{"@type":"node","@id":1402845958,"@timestamp":1313631378},"coords":"51.4484758,-0.1897436","bedrooms":"1","price":"213000","area":"530"} , +{"type":"Feature","id":"n1402845971","geometry":{"type":"Point","coordinates":[-0.1895867,51.4495313]},"properties":{"@type":"node","@id":1402845971,"@timestamp":1605886102},"coords":"51.4495313,-0.1895867","bedrooms":"1","price":"293000","area":"429"} , +{"type":"Feature","id":"n1402845986","geometry":{"type":"Point","coordinates":[-0.1897871,51.4435713]},"properties":{"@type":"node","@id":1402845986,"@timestamp":1446835154},"coords":"51.4435713,-0.1897871","bedrooms":"1","price":"172000","area":"490"} , +{"type":"Feature","id":"n1403336655","geometry":{"type":"Point","coordinates":[-1.0718196,51.5915469]},"properties":{"@type":"node","@id":1403336655,"@timestamp":1319739628},"coords":"51.5915469,-1.0718196","bedrooms":"2","price":"267000","area":"485"} , +{"type":"Feature","id":"n1403896884","geometry":{"type":"Point","coordinates":[0.0245502,51.8961043]},"properties":{"@type":"node","@id":1403896884,"@timestamp":1313696853},"coords":"51.8961043,0.0245502","bedrooms":"4","price":"260000","area":"676"} , +{"type":"Feature","id":"n1403896921","geometry":{"type":"Point","coordinates":[0.0246119,51.9011407]},"properties":{"@type":"node","@id":1403896921,"@timestamp":1313696854},"coords":"51.9011407,0.0246119","bedrooms":"1","price":"273000","area":"420"} , +{"type":"Feature","id":"n1403896947","geometry":{"type":"Point","coordinates":[0.0244027,51.8989643]},"properties":{"@type":"node","@id":1403896947,"@timestamp":1313696855},"coords":"51.8989643,0.0244027","bedrooms":"4","price":"166000","area":"629"} , +{"type":"Feature","id":"n1403940009","geometry":{"type":"Point","coordinates":[0.073739,51.8888808]},"properties":{"@type":"node","@id":1403940009,"@timestamp":1313699005},"coords":"51.8888808,0.073739","bedrooms":"4","price":"258000","area":"606"} , +{"type":"Feature","id":"n1403955082","geometry":{"type":"Point","coordinates":[0.0774514,51.8947053]},"properties":{"@type":"node","@id":1403955082,"@timestamp":1313699565},"coords":"51.8947053,0.0774514","bedrooms":"4","price":"282000","area":"396"} , +{"type":"Feature","id":"n1404025503","geometry":{"type":"Point","coordinates":[0.1776555,51.4038087]},"properties":{"@type":"node","@id":1404025503,"@timestamp":1313703269},"coords":"51.4038087,0.1776555","bedrooms":"4","price":"297000","area":"620"} , +{"type":"Feature","id":"n1404025514","geometry":{"type":"Point","coordinates":[0.175917,51.4040089]},"properties":{"@type":"node","@id":1404025514,"@timestamp":1313703269},"coords":"51.4040089,0.175917","bedrooms":"0","price":"169000","area":"499"} , +{"type":"Feature","id":"n1404025525","geometry":{"type":"Point","coordinates":[0.1759523,51.4041222]},"properties":{"@type":"node","@id":1404025525,"@timestamp":1313703270},"coords":"51.4041222,0.1759523","bedrooms":"0","price":"179000","area":"564"} , +{"type":"Feature","id":"n1404025536","geometry":{"type":"Point","coordinates":[0.1775506,51.4043936]},"properties":{"@type":"node","@id":1404025536,"@timestamp":1313703270},"coords":"51.4043936,0.1775506","bedrooms":"0","price":"235000","area":"528"} , +{"type":"Feature","id":"n1404025547","geometry":{"type":"Point","coordinates":[0.1759898,51.4046061]},"properties":{"@type":"node","@id":1404025547,"@timestamp":1313703271},"coords":"51.4046061,0.1759898","bedrooms":"1","price":"165000","area":"591"} , +{"type":"Feature","id":"n1404025558","geometry":{"type":"Point","coordinates":[0.1756056,51.4048653]},"properties":{"@type":"node","@id":1404025558,"@timestamp":1313703271},"coords":"51.4048653,0.1756056","bedrooms":"0","price":"227000","area":"420"} , +{"type":"Feature","id":"n1404025568","geometry":{"type":"Point","coordinates":[0.175431,51.4049639]},"properties":{"@type":"node","@id":1404025568,"@timestamp":1313703272},"coords":"51.4049639,0.175431","bedrooms":"3","price":"207000","area":"385"} , +{"type":"Feature","id":"n1404025579","geometry":{"type":"Point","coordinates":[0.1784371,51.40506]},"properties":{"@type":"node","@id":1404025579,"@timestamp":1313703272},"coords":"51.40506,0.1784371","bedrooms":"4","price":"264000","area":"449"} , +{"type":"Feature","id":"n1404025590","geometry":{"type":"Point","coordinates":[0.1762007,51.4051547]},"properties":{"@type":"node","@id":1404025590,"@timestamp":1313703273},"coords":"51.4051547,0.1762007","bedrooms":"3","price":"289000","area":"599"} , +{"type":"Feature","id":"n1404025603","geometry":{"type":"Point","coordinates":[0.1762128,51.4052564]},"properties":{"@type":"node","@id":1404025603,"@timestamp":1313703274},"coords":"51.4052564,0.1762128","bedrooms":"4","price":"286000","area":"465"} , +{"type":"Feature","id":"n1404025618","geometry":{"type":"Point","coordinates":[0.1791624,51.405383]},"properties":{"@type":"node","@id":1404025618,"@timestamp":1313703274},"coords":"51.405383,0.1791624","bedrooms":"3","price":"268000","area":"633"} , +{"type":"Feature","id":"n1404025633","geometry":{"type":"Point","coordinates":[0.1789541,51.4055572]},"properties":{"@type":"node","@id":1404025633,"@timestamp":1313703275},"coords":"51.4055572,0.1789541","bedrooms":"2","price":"270000","area":"661"} , +{"type":"Feature","id":"n1404025644","geometry":{"type":"Point","coordinates":[0.1791957,51.405658]},"properties":{"@type":"node","@id":1404025644,"@timestamp":1313703275},"coords":"51.405658,0.1791957","bedrooms":"0","price":"173000","area":"456"} , +{"type":"Feature","id":"n1404025656","geometry":{"type":"Point","coordinates":[0.1763589,51.405743]},"properties":{"@type":"node","@id":1404025656,"@timestamp":1313703276},"coords":"51.405743,0.1763589","bedrooms":"4","price":"278000","area":"366"} , +{"type":"Feature","id":"n1404025668","geometry":{"type":"Point","coordinates":[0.1781947,51.4058341]},"properties":{"@type":"node","@id":1404025668,"@timestamp":1313703277},"coords":"51.4058341,0.1781947","bedrooms":"1","price":"261000","area":"360"} , +{"type":"Feature","id":"n1404025678","geometry":{"type":"Point","coordinates":[0.1759414,51.4058975]},"properties":{"@type":"node","@id":1404025678,"@timestamp":1313703277},"coords":"51.4058975,0.1759414","bedrooms":"1","price":"281000","area":"644"} , +{"type":"Feature","id":"n1404025690","geometry":{"type":"Point","coordinates":[0.175288,51.4060064]},"properties":{"@type":"node","@id":1404025690,"@timestamp":1313703278},"coords":"51.4060064,0.175288","bedrooms":"4","price":"228000","area":"404"} , +{"type":"Feature","id":"n1404025701","geometry":{"type":"Point","coordinates":[0.1714335,51.4060859]},"properties":{"@type":"node","@id":1404025701,"@timestamp":1313703278},"coords":"51.4060859,0.1714335","bedrooms":"1","price":"185000","area":"421"} , +{"type":"Feature","id":"n1404025712","geometry":{"type":"Point","coordinates":[0.1757598,51.4061536]},"properties":{"@type":"node","@id":1404025712,"@timestamp":1313703279},"coords":"51.4061536,0.1757598","bedrooms":"1","price":"201000","area":"651"} , +{"type":"Feature","id":"n1404025723","geometry":{"type":"Point","coordinates":[0.1753257,51.4062168]},"properties":{"@type":"node","@id":1404025723,"@timestamp":1313703279},"coords":"51.4062168,0.1753257","bedrooms":"0","price":"164000","area":"407"} , +{"type":"Feature","id":"n1404025734","geometry":{"type":"Point","coordinates":[0.1719666,51.4062698]},"properties":{"@type":"node","@id":1404025734,"@timestamp":1313703280},"coords":"51.4062698,0.1719666","bedrooms":"2","price":"238000","area":"479"} , +{"type":"Feature","id":"n1404025745","geometry":{"type":"Point","coordinates":[0.1724573,51.4063154]},"properties":{"@type":"node","@id":1404025745,"@timestamp":1313703281},"coords":"51.4063154,0.1724573","bedrooms":"0","price":"286000","area":"443"} , +{"type":"Feature","id":"n1404025756","geometry":{"type":"Point","coordinates":[0.1750568,51.4063463]},"properties":{"@type":"node","@id":1404025756,"@timestamp":1313703281},"coords":"51.4063463,0.1750568","bedrooms":"3","price":"162000","area":"545"} , +{"type":"Feature","id":"n1404025766","geometry":{"type":"Point","coordinates":[0.1752644,51.4063905]},"properties":{"@type":"node","@id":1404025766,"@timestamp":1313703282},"coords":"51.4063905,0.1752644","bedrooms":"0","price":"237000","area":"376"} , +{"type":"Feature","id":"n1404025777","geometry":{"type":"Point","coordinates":[0.1722662,51.4064449]},"properties":{"@type":"node","@id":1404025777,"@timestamp":1313703282},"coords":"51.4064449,0.1722662","bedrooms":"0","price":"234000","area":"560"} , +{"type":"Feature","id":"n1404025788","geometry":{"type":"Point","coordinates":[0.1734834,51.4064817]},"properties":{"@type":"node","@id":1404025788,"@timestamp":1313703283},"coords":"51.4064817,0.1734834","bedrooms":"3","price":"258000","area":"505"} , +{"type":"Feature","id":"n1404034519","geometry":{"type":"Point","coordinates":[0.1754499,51.4020723]},"properties":{"@type":"node","@id":1404034519,"@timestamp":1313703950},"coords":"51.4020723,0.1754499","bedrooms":"3","price":"260000","area":"427"} , +{"type":"Feature","id":"n1404034570","geometry":{"type":"Point","coordinates":[0.1757259,51.4023592]},"properties":{"@type":"node","@id":1404034570,"@timestamp":1313703951},"coords":"51.4023592,0.1757259","bedrooms":"1","price":"288000","area":"634"} , +{"type":"Feature","id":"n1404034603","geometry":{"type":"Point","coordinates":[0.1751692,51.4028242]},"properties":{"@type":"node","@id":1404034603,"@timestamp":1313703951},"coords":"51.4028242,0.1751692","bedrooms":"4","price":"235000","area":"443"} , +{"type":"Feature","id":"n1404034636","geometry":{"type":"Point","coordinates":[0.1762708,51.4032113]},"properties":{"@type":"node","@id":1404034636,"@timestamp":1313703952},"coords":"51.4032113,0.1762708","bedrooms":"2","price":"258000","area":"502"} , +{"type":"Feature","id":"n1404034669","geometry":{"type":"Point","coordinates":[0.1749569,51.4035424]},"properties":{"@type":"node","@id":1404034669,"@timestamp":1313703953},"coords":"51.4035424,0.1749569","bedrooms":"3","price":"277000","area":"698"} , +{"type":"Feature","id":"n1404034683","geometry":{"type":"Point","coordinates":[0.1751668,51.4039309]},"properties":{"@type":"node","@id":1404034683,"@timestamp":1313703953},"coords":"51.4039309,0.1751668","bedrooms":"2","price":"208000","area":"565"} , +{"type":"Feature","id":"n1404034706","geometry":{"type":"Point","coordinates":[0.1750418,51.4042472]},"properties":{"@type":"node","@id":1404034706,"@timestamp":1313703954},"coords":"51.4042472,0.1750418","bedrooms":"4","price":"283000","area":"515"} , +{"type":"Feature","id":"n1404034724","geometry":{"type":"Point","coordinates":[0.1745842,51.4045048]},"properties":{"@type":"node","@id":1404034724,"@timestamp":1313703955},"coords":"51.4045048,0.1745842","bedrooms":"1","price":"223000","area":"467"} , +{"type":"Feature","id":"n1404034737","geometry":{"type":"Point","coordinates":[0.1739543,51.4046799]},"properties":{"@type":"node","@id":1404034737,"@timestamp":1313703955},"coords":"51.4046799,0.1739543","bedrooms":"4","price":"217000","area":"575"} , +{"type":"Feature","id":"n1404034751","geometry":{"type":"Point","coordinates":[0.173253,51.4047563]},"properties":{"@type":"node","@id":1404034751,"@timestamp":1313703956},"coords":"51.4047563,0.173253","bedrooms":"3","price":"260000","area":"511"} , +{"type":"Feature","id":"n1404034765","geometry":{"type":"Point","coordinates":[0.1722232,51.4047847]},"properties":{"@type":"node","@id":1404034765,"@timestamp":1313703956},"coords":"51.4047847,0.1722232","bedrooms":"1","price":"155000","area":"587"} , +{"type":"Feature","id":"n1404034777","geometry":{"type":"Point","coordinates":[0.1720275,51.4048421]},"properties":{"@type":"node","@id":1404034777,"@timestamp":1313703957},"coords":"51.4048421,0.1720275","bedrooms":"4","price":"262000","area":"454"} , +{"type":"Feature","id":"n1404034794","geometry":{"type":"Point","coordinates":[0.1719189,51.4050216]},"properties":{"@type":"node","@id":1404034794,"@timestamp":1313703957},"coords":"51.4050216,0.1719189","bedrooms":"1","price":"217000","area":"429"} , +{"type":"Feature","id":"n1404034824","geometry":{"type":"Point","coordinates":[0.1725275,51.405366]},"properties":{"@type":"node","@id":1404034824,"@timestamp":1313703959},"coords":"51.405366,0.1725275","bedrooms":"3","price":"269000","area":"382"} , +{"type":"Feature","id":"n1404034850","geometry":{"type":"Point","coordinates":[0.1715486,51.4057927]},"properties":{"@type":"node","@id":1404034850,"@timestamp":1313703960},"coords":"51.4057927,0.1715486","bedrooms":"0","price":"226000","area":"427"} , +{"type":"Feature","id":"n1404082118","geometry":{"type":"Point","coordinates":[0.081335,51.8952815]},"properties":{"@type":"node","@id":1404082118,"@timestamp":1313706421},"coords":"51.8952815,0.081335","bedrooms":"2","price":"226000","area":"535"} , +{"type":"Feature","id":"n1404096724","geometry":{"type":"Point","coordinates":[0.0756919,51.9078885]},"properties":{"@type":"node","@id":1404096724,"@timestamp":1313707545},"coords":"51.9078885,0.0756919","bedrooms":"2","price":"265000","area":"679"} , +{"type":"Feature","id":"n1404364194","geometry":{"type":"Point","coordinates":[-0.1971576,51.2576927]},"properties":{"@type":"node","@id":1404364194,"@timestamp":1350838592},"coords":"51.2576927,-0.1971576","bedrooms":"0","price":"263000","area":"462"} , +{"type":"Feature","id":"n1404453454","geometry":{"type":"Point","coordinates":[-0.1146388,51.3370043]},"properties":{"@type":"node","@id":1404453454,"@timestamp":1598376977},"coords":"51.3370043,-0.1146388","bedrooms":"2","price":"163000","area":"459"} , +{"type":"Feature","id":"n1404485135","geometry":{"type":"Point","coordinates":[-0.3472756,51.746229]},"properties":{"@type":"node","@id":1404485135,"@timestamp":1313755147},"coords":"51.746229,-0.3472756","bedrooms":"2","price":"237000","area":"609"} , +{"type":"Feature","id":"n1404485205","geometry":{"type":"Point","coordinates":[-0.3482198,51.7465828]},"properties":{"@type":"node","@id":1404485205,"@timestamp":1313755151},"coords":"51.7465828,-0.3482198","bedrooms":"2","price":"273000","area":"688"} , +{"type":"Feature","id":"n1404485266","geometry":{"type":"Point","coordinates":[-0.3438344,51.7461443]},"properties":{"@type":"node","@id":1404485266,"@timestamp":1313755153},"coords":"51.7461443,-0.3438344","bedrooms":"3","price":"197000","area":"418"} , +{"type":"Feature","id":"n1404670814","geometry":{"type":"Point","coordinates":[0.4732355,51.3997661]},"properties":{"@type":"node","@id":1404670814,"@timestamp":1313771462},"coords":"51.3997661,0.4732355","bedrooms":"1","price":"276000","area":"614"} , +{"type":"Feature","id":"n1404964812","geometry":{"type":"Point","coordinates":[-0.3298546,51.1882169]},"properties":{"@type":"node","@id":1404964812,"@timestamp":1634324707},"coords":"51.1882169,-0.3298546","bedrooms":"2","price":"154000","area":"569"} , +{"type":"Feature","id":"n1406080718","geometry":{"type":"Point","coordinates":[-0.3630792,51.371058]},"properties":{"@type":"node","@id":1406080718,"@timestamp":1616983368},"coords":"51.371058,-0.3630792","bedrooms":"2","price":"182000","area":"479"} , +{"type":"Feature","id":"n1406947873","geometry":{"type":"Point","coordinates":[-0.0743713,51.4986621]},"properties":{"@type":"node","@id":1406947873,"@timestamp":1553292462},"coords":"51.4986621,-0.0743713","bedrooms":"1","price":"221000","area":"674"} , +{"type":"Feature","id":"n1407333863","geometry":{"type":"Point","coordinates":[0.0858575,51.9098959]},"properties":{"@type":"node","@id":1407333863,"@timestamp":1313948321},"coords":"51.9098959,0.0858575","bedrooms":"1","price":"215000","area":"584"} , +{"type":"Feature","id":"n1407527516","geometry":{"type":"Point","coordinates":[0.1282269,51.3018617]},"properties":{"@type":"node","@id":1407527516,"@timestamp":1313957165},"coords":"51.3018617,0.1282269","bedrooms":"2","price":"179000","area":"586"} , +{"type":"Feature","id":"n1407527666","geometry":{"type":"Point","coordinates":[0.1290049,51.3018595]},"properties":{"@type":"node","@id":1407527666,"@timestamp":1313957167},"coords":"51.3018595,0.1290049","bedrooms":"0","price":"294000","area":"520"} , +{"type":"Feature","id":"n1407527744","geometry":{"type":"Point","coordinates":[0.1281121,51.3018101]},"properties":{"@type":"node","@id":1407527744,"@timestamp":1313957169},"coords":"51.3018101,0.1281121","bedrooms":"1","price":"180000","area":"580"} , +{"type":"Feature","id":"n1407527818","geometry":{"type":"Point","coordinates":[0.1302096,51.3005817]},"properties":{"@type":"node","@id":1407527818,"@timestamp":1313957171},"coords":"51.3005817,0.1302096","bedrooms":"3","price":"153000","area":"605"} , +{"type":"Feature","id":"n1407527901","geometry":{"type":"Point","coordinates":[0.1291268,51.3008978]},"properties":{"@type":"node","@id":1407527901,"@timestamp":1313957173},"coords":"51.3008978,0.1291268","bedrooms":"4","price":"289000","area":"380"} , +{"type":"Feature","id":"n1407528013","geometry":{"type":"Point","coordinates":[0.129091,51.3018908]},"properties":{"@type":"node","@id":1407528013,"@timestamp":1313957176},"coords":"51.3018908,0.129091","bedrooms":"1","price":"227000","area":"363"} , +{"type":"Feature","id":"n1407528083","geometry":{"type":"Point","coordinates":[0.1282914,51.3017631]},"properties":{"@type":"node","@id":1407528083,"@timestamp":1313957177},"coords":"51.3017631,0.1282914","bedrooms":"3","price":"248000","area":"468"} , +{"type":"Feature","id":"n1407528164","geometry":{"type":"Point","coordinates":[0.1288149,51.3012116]},"properties":{"@type":"node","@id":1407528164,"@timestamp":1313957179},"coords":"51.3012116,0.1288149","bedrooms":"0","price":"242000","area":"479"} , +{"type":"Feature","id":"n1407528236","geometry":{"type":"Point","coordinates":[0.1287252,51.3013147]},"properties":{"@type":"node","@id":1407528236,"@timestamp":1313957181},"coords":"51.3013147,0.1287252","bedrooms":"0","price":"242000","area":"473"} , +{"type":"Feature","id":"n1407546694","geometry":{"type":"Point","coordinates":[0.1310636,51.2980873]},"properties":{"@type":"node","@id":1407546694,"@timestamp":1313958367},"coords":"51.2980873,0.1310636","bedrooms":"4","price":"159000","area":"619"} , +{"type":"Feature","id":"n1407546873","geometry":{"type":"Point","coordinates":[0.1309042,51.2982221]},"properties":{"@type":"node","@id":1407546873,"@timestamp":1313958371},"coords":"51.2982221,0.1309042","bedrooms":"0","price":"277000","area":"590"} , +{"type":"Feature","id":"n1407547078","geometry":{"type":"Point","coordinates":[0.1310134,51.2981298]},"properties":{"@type":"node","@id":1407547078,"@timestamp":1313958377},"coords":"51.2981298,0.1310134","bedrooms":"1","price":"228000","area":"599"} , +{"type":"Feature","id":"n1407547255","geometry":{"type":"Point","coordinates":[0.1309721,51.2981722]},"properties":{"@type":"node","@id":1407547255,"@timestamp":1313958382},"coords":"51.2981722,0.1309721","bedrooms":"2","price":"194000","area":"693"} , +{"type":"Feature","id":"n1407547352","geometry":{"type":"Point","coordinates":[0.1317307,51.2977828]},"properties":{"@type":"node","@id":1407547352,"@timestamp":1313958386},"coords":"51.2977828,0.1317307","bedrooms":"3","price":"152000","area":"650"} , +{"type":"Feature","id":"n1407547457","geometry":{"type":"Point","coordinates":[0.1314857,51.2978437]},"properties":{"@type":"node","@id":1407547457,"@timestamp":1313958391},"coords":"51.2978437,0.1314857","bedrooms":"1","price":"194000","area":"680"} , +{"type":"Feature","id":"n1407547564","geometry":{"type":"Point","coordinates":[0.1327195,51.298283]},"properties":{"@type":"node","@id":1407547564,"@timestamp":1313958397},"coords":"51.298283,0.1327195","bedrooms":"3","price":"247000","area":"683"} , +{"type":"Feature","id":"n1408483762","geometry":{"type":"Point","coordinates":[-0.5325615,51.9496497]},"properties":{"@type":"node","@id":1408483762,"@timestamp":1565731982},"coords":"51.9496497,-0.5325615","bedrooms":"1","price":"273000","area":"457"} , +{"type":"Feature","id":"n1408857277","geometry":{"type":"Point","coordinates":[-1.0417756,51.3255602]},"properties":{"@type":"node","@id":1408857277,"@timestamp":1314040163},"coords":"51.3255602,-1.0417756","bedrooms":"4","price":"161000","area":"510"} , +{"type":"Feature","id":"n1408857310","geometry":{"type":"Point","coordinates":[-1.0498868,51.3287975]},"properties":{"@type":"node","@id":1408857310,"@timestamp":1314040164},"coords":"51.3287975,-1.0498868","bedrooms":"0","price":"257000","area":"437"} , +{"type":"Feature","id":"n1408956865","geometry":{"type":"Point","coordinates":[0.4769764,51.4010129]},"properties":{"@type":"node","@id":1408956865,"@timestamp":1314044766},"coords":"51.4010129,0.4769764","bedrooms":"1","price":"243000","area":"526"} , +{"type":"Feature","id":"n1409404122","geometry":{"type":"Point","coordinates":[-0.5855742,51.5493336]},"properties":{"@type":"node","@id":1409404122,"@timestamp":1314079219},"coords":"51.5493336,-0.5855742","bedrooms":"2","price":"244000","area":"687"} , +{"type":"Feature","id":"n1409408420","geometry":{"type":"Point","coordinates":[-0.5854073,51.5481208]},"properties":{"@type":"node","@id":1409408420,"@timestamp":1605448679},"coords":"51.5481208,-0.5854073","bedrooms":"3","price":"293000","area":"540"} , +{"type":"Feature","id":"n1409601924","geometry":{"type":"Point","coordinates":[-0.1726963,51.6039695]},"properties":{"@type":"node","@id":1409601924,"@timestamp":1351274742},"coords":"51.6039695,-0.1726963","bedrooms":"3","price":"182000","area":"617"} , +{"type":"Feature","id":"n1409647551","geometry":{"type":"Point","coordinates":[0.4989427,51.3933925]},"properties":{"@type":"node","@id":1409647551,"@timestamp":1314096790},"coords":"51.3933925,0.4989427","bedrooms":"0","price":"299000","area":"500"} , +{"type":"Feature","id":"n1409674998","geometry":{"type":"Point","coordinates":[0.4798164,51.4024304]},"properties":{"@type":"node","@id":1409674998,"@timestamp":1561804825},"coords":"51.4024304,0.4798164","bedrooms":"1","price":"258000","area":"588"} , +{"type":"Feature","id":"n1409724516","geometry":{"type":"Point","coordinates":[0.3656999,51.4427551]},"properties":{"@type":"node","@id":1409724516,"@timestamp":1633095815},"coords":"51.4427551,0.3656999","bedrooms":"0","price":"212000","area":"600"} , +{"type":"Feature","id":"n1409894815","geometry":{"type":"Point","coordinates":[-0.0206927,51.5380232]},"properties":{"@type":"node","@id":1409894815,"@timestamp":1624538214},"coords":"51.5380232,-0.0206927","bedrooms":"3","price":"183000","area":"473"} , +{"type":"Feature","id":"n1410587200","geometry":{"type":"Point","coordinates":[-0.2997344,51.7505582]},"properties":{"@type":"node","@id":1410587200,"@timestamp":1314139340},"coords":"51.7505582,-0.2997344","bedrooms":"0","price":"292000","area":"642"} , +{"type":"Feature","id":"n1411689500","geometry":{"type":"Point","coordinates":[0.296106,51.5997069]},"properties":{"@type":"node","@id":1411689500,"@timestamp":1587474956},"coords":"51.5997069,0.296106","bedrooms":"2","price":"233000","area":"659"} , +{"type":"Feature","id":"n1412055189","geometry":{"type":"Point","coordinates":[-0.3036049,50.9573592]},"properties":{"@type":"node","@id":1412055189,"@timestamp":1314271903},"coords":"50.9573592,-0.3036049","bedrooms":"2","price":"198000","area":"659"} , +{"type":"Feature","id":"n1412226827","geometry":{"type":"Point","coordinates":[-0.1026166,51.4744846]},"properties":{"@type":"node","@id":1412226827,"@timestamp":1314282834},"coords":"51.4744846,-0.1026166","bedrooms":"1","price":"287000","area":"422"} , +{"type":"Feature","id":"n1412507673","geometry":{"type":"Point","coordinates":[-0.5403815,51.5113806]},"properties":{"@type":"node","@id":1412507673,"@timestamp":1314299391},"coords":"51.5113806,-0.5403815","bedrooms":"4","price":"165000","area":"524"} , +{"type":"Feature","id":"n1412584951","geometry":{"type":"Point","coordinates":[-0.5003466,51.5434899]},"properties":{"@type":"node","@id":1412584951,"@timestamp":1314303826},"coords":"51.5434899,-0.5003466","bedrooms":"2","price":"177000","area":"678"} , +{"type":"Feature","id":"n1412640698","geometry":{"type":"Point","coordinates":[0.6010133,51.4086552]},"properties":{"@type":"node","@id":1412640698,"@timestamp":1314462035},"coords":"51.4086552,0.6010133","bedrooms":"2","price":"276000","area":"390"} , +{"type":"Feature","id":"n1412640712","geometry":{"type":"Point","coordinates":[0.5790995,51.3973049]},"properties":{"@type":"node","@id":1412640712,"@timestamp":1587896402},"coords":"51.3973049,0.5790995","bedrooms":"1","price":"186000","area":"531"} , +{"type":"Feature","id":"n1413151220","geometry":{"type":"Point","coordinates":[-0.1263119,51.517587]},"properties":{"@type":"node","@id":1413151220,"@timestamp":1526843280},"coords":"51.517587,-0.1263119","bedrooms":"4","price":"169000","area":"381"} , +{"type":"Feature","id":"n1413501668","geometry":{"type":"Point","coordinates":[-0.1299691,51.5955749]},"properties":{"@type":"node","@id":1413501668,"@timestamp":1450819508},"coords":"51.5955749,-0.1299691","bedrooms":"2","price":"213000","area":"595"} , +{"type":"Feature","id":"n1413554533","geometry":{"type":"Point","coordinates":[0.5497965,51.4079867]},"properties":{"@type":"node","@id":1413554533,"@timestamp":1314382204},"coords":"51.4079867,0.5497965","bedrooms":"0","price":"179000","area":"489"} , +{"type":"Feature","id":"n1413899691","geometry":{"type":"Point","coordinates":[-0.0165618,51.6014465]},"properties":{"@type":"node","@id":1413899691,"@timestamp":1627670611},"coords":"51.6014465,-0.0165618","bedrooms":"3","price":"239000","area":"481"} , +{"type":"Feature","id":"n1413913551","geometry":{"type":"Point","coordinates":[-0.8365621,51.4117093]},"properties":{"@type":"node","@id":1413913551,"@timestamp":1475426184},"coords":"51.4117093,-0.8365621","bedrooms":"4","price":"211000","area":"622"} , +{"type":"Feature","id":"n1414490875","geometry":{"type":"Point","coordinates":[0.5445677,51.3848632]},"properties":{"@type":"node","@id":1414490875,"@timestamp":1314443649},"coords":"51.3848632,0.5445677","bedrooms":"0","price":"291000","area":"483"} , +{"type":"Feature","id":"n1414542388","geometry":{"type":"Point","coordinates":[-0.0255052,51.599495]},"properties":{"@type":"node","@id":1414542388,"@timestamp":1547205936},"coords":"51.599495,-0.0255052","bedrooms":"3","price":"199000","area":"478"} , +{"type":"Feature","id":"n1414732181","geometry":{"type":"Point","coordinates":[-0.2097666,51.4971167]},"properties":{"@type":"node","@id":1414732181,"@timestamp":1633774814},"coords":"51.4971167,-0.2097666","bedrooms":"0","price":"220000","area":"409"} , +{"type":"Feature","id":"n1414732311","geometry":{"type":"Point","coordinates":[-0.2078863,51.4997062]},"properties":{"@type":"node","@id":1414732311,"@timestamp":1542981595},"coords":"51.4997062,-0.2078863","bedrooms":"1","price":"209000","area":"538"} , +{"type":"Feature","id":"n1414881375","geometry":{"type":"Point","coordinates":[-0.1667796,51.2297779]},"properties":{"@type":"node","@id":1414881375,"@timestamp":1326493237},"coords":"51.2297779,-0.1667796","bedrooms":"3","price":"160000","area":"656"} , +{"type":"Feature","id":"n1415025904","geometry":{"type":"Point","coordinates":[0.2616743,51.3433224]},"properties":{"@type":"node","@id":1415025904,"@timestamp":1314464851},"coords":"51.3433224,0.2616743","bedrooms":"2","price":"258000","area":"605"} , +{"type":"Feature","id":"n1415382957","geometry":{"type":"Point","coordinates":[0.0184371,51.8966154]},"properties":{"@type":"node","@id":1415382957,"@timestamp":1314481633},"coords":"51.8966154,0.0184371","bedrooms":"2","price":"289000","area":"441"} , +{"type":"Feature","id":"n1415383013","geometry":{"type":"Point","coordinates":[0.0199287,51.8962511]},"properties":{"@type":"node","@id":1415383013,"@timestamp":1314481636},"coords":"51.8962511,0.0199287","bedrooms":"0","price":"294000","area":"604"} , +{"type":"Feature","id":"n1415487669","geometry":{"type":"Point","coordinates":[0.1114266,51.8854358]},"properties":{"@type":"node","@id":1415487669,"@timestamp":1314486666},"coords":"51.8854358,0.1114266","bedrooms":"3","price":"241000","area":"415"} , +{"type":"Feature","id":"n1415508605","geometry":{"type":"Point","coordinates":[0.1200019,51.8795676]},"properties":{"@type":"node","@id":1415508605,"@timestamp":1314487697},"coords":"51.8795676,0.1200019","bedrooms":"4","price":"209000","area":"687"} , +{"type":"Feature","id":"n1415508883","geometry":{"type":"Point","coordinates":[0.1069312,51.8945834]},"properties":{"@type":"node","@id":1415508883,"@timestamp":1314487705},"coords":"51.8945834,0.1069312","bedrooms":"1","price":"182000","area":"484"} , +{"type":"Feature","id":"n1415810829","geometry":{"type":"Point","coordinates":[0.1103058,51.8957183]},"properties":{"@type":"node","@id":1415810829,"@timestamp":1314523838},"coords":"51.8957183,0.1103058","bedrooms":"1","price":"277000","area":"460"} , +{"type":"Feature","id":"n1415961617","geometry":{"type":"Point","coordinates":[0.1332397,51.1434985]},"properties":{"@type":"node","@id":1415961617,"@timestamp":1345159793},"coords":"51.1434985,0.1332397","bedrooms":"4","price":"239000","area":"434"} , +{"type":"Feature","id":"n1415982173","geometry":{"type":"Point","coordinates":[-0.0132394,51.7766873]},"properties":{"@type":"node","@id":1415982173,"@timestamp":1462035665},"coords":"51.7766873,-0.0132394","bedrooms":"3","price":"257000","area":"615"} , +{"type":"Feature","id":"n1416054256","geometry":{"type":"Point","coordinates":[0.1113974,51.9145982]},"properties":{"@type":"node","@id":1416054256,"@timestamp":1314537256},"coords":"51.9145982,0.1113974","bedrooms":"0","price":"265000","area":"489"} , +{"type":"Feature","id":"n1416156274","geometry":{"type":"Point","coordinates":[0.1492171,51.1301288]},"properties":{"@type":"node","@id":1416156274,"@timestamp":1399550135},"coords":"51.1301288,0.1492171","bedrooms":"0","price":"266000","area":"574"} , +{"type":"Feature","id":"n1416156665","geometry":{"type":"Point","coordinates":[0.1356171,51.1468532]},"properties":{"@type":"node","@id":1416156665,"@timestamp":1358685555},"coords":"51.1468532,0.1356171","bedrooms":"1","price":"193000","area":"594"} , +{"type":"Feature","id":"n1416337004","geometry":{"type":"Point","coordinates":[-0.7139816,51.7424544]},"properties":{"@type":"node","@id":1416337004,"@timestamp":1566988612},"coords":"51.7424544,-0.7139816","bedrooms":"2","price":"285000","area":"633"} , +{"type":"Feature","id":"n1416399381","geometry":{"type":"Point","coordinates":[0.1012615,51.9109996]},"properties":{"@type":"node","@id":1416399381,"@timestamp":1314553753},"coords":"51.9109996,0.1012615","bedrooms":"2","price":"156000","area":"523"} , +{"type":"Feature","id":"n1416500151","geometry":{"type":"Point","coordinates":[-0.0405628,51.5873496]},"properties":{"@type":"node","@id":1416500151,"@timestamp":1586317471},"coords":"51.5873496,-0.0405628","bedrooms":"2","price":"259000","area":"603"} , +{"type":"Feature","id":"n1416538264","geometry":{"type":"Point","coordinates":[-0.0007787,51.5925746]},"properties":{"@type":"node","@id":1416538264,"@timestamp":1608077510},"coords":"51.5925746,-0.0007787","bedrooms":"4","price":"244000","area":"401"} , +{"type":"Feature","id":"n1416655956","geometry":{"type":"Point","coordinates":[0.0127635,51.5990915]},"properties":{"@type":"node","@id":1416655956,"@timestamp":1594823793},"coords":"51.5990915,0.0127635","bedrooms":"0","price":"216000","area":"674"} , +{"type":"Feature","id":"n1416724098","geometry":{"type":"Point","coordinates":[0.0332518,51.6375015]},"properties":{"@type":"node","@id":1416724098,"@timestamp":1607878477},"coords":"51.6375015,0.0332518","bedrooms":"1","price":"212000","area":"407"} , +{"type":"Feature","id":"n1416966351","geometry":{"type":"Point","coordinates":[0.0967016,51.9063712]},"properties":{"@type":"node","@id":1416966351,"@timestamp":1314611124},"coords":"51.9063712,0.0967016","bedrooms":"2","price":"288000","area":"627"} , +{"type":"Feature","id":"n1416984658","geometry":{"type":"Point","coordinates":[0.1033026,51.9066977]},"properties":{"@type":"node","@id":1416984658,"@timestamp":1314612198},"coords":"51.9066977,0.1033026","bedrooms":"4","price":"189000","area":"547"} , +{"type":"Feature","id":"n1416984752","geometry":{"type":"Point","coordinates":[0.1043915,51.9080314]},"properties":{"@type":"node","@id":1416984752,"@timestamp":1314612201},"coords":"51.9080314,0.1043915","bedrooms":"4","price":"295000","area":"480"} , +{"type":"Feature","id":"n1416984855","geometry":{"type":"Point","coordinates":[0.098724,51.9048953]},"properties":{"@type":"node","@id":1416984855,"@timestamp":1314612203},"coords":"51.9048953,0.098724","bedrooms":"4","price":"266000","area":"631"} , +{"type":"Feature","id":"n1416984936","geometry":{"type":"Point","coordinates":[0.1013496,51.9084346]},"properties":{"@type":"node","@id":1416984936,"@timestamp":1314612206},"coords":"51.9084346,0.1013496","bedrooms":"0","price":"223000","area":"605"} , +{"type":"Feature","id":"n1417038197","geometry":{"type":"Point","coordinates":[0.7314937,51.6195517]},"properties":{"@type":"node","@id":1417038197,"@timestamp":1591905689},"coords":"51.6195517,0.7314937","bedrooms":"0","price":"289000","area":"647"} , +{"type":"Feature","id":"n1417315131","geometry":{"type":"Point","coordinates":[-0.2922021,51.3655075]},"properties":{"@type":"node","@id":1417315131,"@timestamp":1415354056},"coords":"51.3655075,-0.2922021","bedrooms":"3","price":"234000","area":"663"} , +{"type":"Feature","id":"n1417482592","geometry":{"type":"Point","coordinates":[0.5283676,51.3814439]},"properties":{"@type":"node","@id":1417482592,"@timestamp":1543944860},"coords":"51.3814439,0.5283676","bedrooms":"2","price":"250000","area":"531"} , +{"type":"Feature","id":"n1417628228","geometry":{"type":"Point","coordinates":[-0.0103611,51.5267217]},"properties":{"@type":"node","@id":1417628228,"@timestamp":1606723897},"coords":"51.5267217,-0.0103611","bedrooms":"0","price":"175000","area":"480"} , +{"type":"Feature","id":"n1417986080","geometry":{"type":"Point","coordinates":[0.2616722,51.1489613]},"properties":{"@type":"node","@id":1417986080,"@timestamp":1551236502},"coords":"51.1489613,0.2616722","bedrooms":"4","price":"223000","area":"401"} , +{"type":"Feature","id":"n1418103476","geometry":{"type":"Point","coordinates":[0.2757946,51.1502625]},"properties":{"@type":"node","@id":1418103476,"@timestamp":1518341200},"coords":"51.1502625,0.2757946","bedrooms":"2","price":"220000","area":"376"} , +{"type":"Feature","id":"n1418386863","geometry":{"type":"Point","coordinates":[0.1020583,51.9192523]},"properties":{"@type":"node","@id":1418386863,"@timestamp":1314726949},"coords":"51.9192523,0.1020583","bedrooms":"4","price":"294000","area":"524"} , +{"type":"Feature","id":"n1418387316","geometry":{"type":"Point","coordinates":[0.0990113,51.9199239]},"properties":{"@type":"node","@id":1418387316,"@timestamp":1314726955},"coords":"51.9199239,0.0990113","bedrooms":"4","price":"178000","area":"404"} , +{"type":"Feature","id":"n1418387682","geometry":{"type":"Point","coordinates":[0.1011895,51.9191926]},"properties":{"@type":"node","@id":1418387682,"@timestamp":1314726962},"coords":"51.9191926,0.1011895","bedrooms":"3","price":"175000","area":"506"} , +{"type":"Feature","id":"n1418387883","geometry":{"type":"Point","coordinates":[0.1009052,51.9191663]},"properties":{"@type":"node","@id":1418387883,"@timestamp":1314726966},"coords":"51.9191663,0.1009052","bedrooms":"4","price":"223000","area":"380"} , +{"type":"Feature","id":"n1418388050","geometry":{"type":"Point","coordinates":[0.1015596,51.9193051]},"properties":{"@type":"node","@id":1418388050,"@timestamp":1314726971},"coords":"51.9193051,0.1015596","bedrooms":"4","price":"238000","area":"608"} , +{"type":"Feature","id":"n1418657836","geometry":{"type":"Point","coordinates":[0.1581376,51.8894501]},"properties":{"@type":"node","@id":1418657836,"@timestamp":1361720857},"coords":"51.8894501,0.1581376","bedrooms":"0","price":"214000","area":"367"} , +{"type":"Feature","id":"n1418692661","geometry":{"type":"Point","coordinates":[0.1782595,51.8891025]},"properties":{"@type":"node","@id":1418692661,"@timestamp":1314738441},"coords":"51.8891025,0.1782595","bedrooms":"3","price":"150000","area":"598"} , +{"type":"Feature","id":"n1418692678","geometry":{"type":"Point","coordinates":[0.1843052,51.8912491]},"properties":{"@type":"node","@id":1418692678,"@timestamp":1314738442},"coords":"51.8912491,0.1843052","bedrooms":"0","price":"280000","area":"362"} , +{"type":"Feature","id":"n1418692716","geometry":{"type":"Point","coordinates":[0.1771652,51.8889651]},"properties":{"@type":"node","@id":1418692716,"@timestamp":1314738443},"coords":"51.8889651,0.1771652","bedrooms":"0","price":"252000","area":"628"} , +{"type":"Feature","id":"n1419006157","geometry":{"type":"Point","coordinates":[-0.1921848,51.5038512]},"properties":{"@type":"node","@id":1419006157,"@timestamp":1386893501},"coords":"51.5038512,-0.1921848","bedrooms":"2","price":"219000","area":"397"} , +{"type":"Feature","id":"n1419014728","geometry":{"type":"Point","coordinates":[-0.1917494,51.5035299]},"properties":{"@type":"node","@id":1419014728,"@timestamp":1589829102},"coords":"51.5035299,-0.1917494","bedrooms":"0","price":"225000","area":"437"} , +{"type":"Feature","id":"n1419164450","geometry":{"type":"Point","coordinates":[-0.3063194,51.5131572]},"properties":{"@type":"node","@id":1419164450,"@timestamp":1597246266},"coords":"51.5131572,-0.3063194","bedrooms":"4","price":"234000","area":"404"} , +{"type":"Feature","id":"n1419213111","geometry":{"type":"Point","coordinates":[-0.3072484,51.5126774]},"properties":{"@type":"node","@id":1419213111,"@timestamp":1632764084},"coords":"51.5126774,-0.3072484","bedrooms":"2","price":"217000","area":"423"} , +{"type":"Feature","id":"n1419233755","geometry":{"type":"Point","coordinates":[-0.5689704,51.4457901]},"properties":{"@type":"node","@id":1419233755,"@timestamp":1314800495},"coords":"51.4457901,-0.5689704","bedrooms":"0","price":"265000","area":"646"} , +{"type":"Feature","id":"n1419576580","geometry":{"type":"Point","coordinates":[-0.4640331,51.557296]},"properties":{"@type":"node","@id":1419576580,"@timestamp":1319456985},"coords":"51.557296,-0.4640331","bedrooms":"3","price":"165000","area":"517"} , +{"type":"Feature","id":"n1419641372","geometry":{"type":"Point","coordinates":[-0.5456195,51.4390751]},"properties":{"@type":"node","@id":1419641372,"@timestamp":1314831536},"coords":"51.4390751,-0.5456195","bedrooms":"0","price":"256000","area":"542"} , +{"type":"Feature","id":"n1420042285","geometry":{"type":"Point","coordinates":[-0.0584212,51.5272941]},"properties":{"@type":"node","@id":1420042285,"@timestamp":1635106245},"coords":"51.5272941,-0.0584212","bedrooms":"4","price":"210000","area":"682"} , +{"type":"Feature","id":"n1420306053","geometry":{"type":"Point","coordinates":[-0.201717,51.4982855]},"properties":{"@type":"node","@id":1420306053,"@timestamp":1603338450},"coords":"51.4982855,-0.201717","bedrooms":"1","price":"287000","area":"606"} , +{"type":"Feature","id":"n1420456402","geometry":{"type":"Point","coordinates":[-0.2010158,51.4984712]},"properties":{"@type":"node","@id":1420456402,"@timestamp":1587556837},"coords":"51.4984712,-0.2010158","bedrooms":"2","price":"156000","area":"598"} , +{"type":"Feature","id":"n1420845604","geometry":{"type":"Point","coordinates":[-0.2888109,51.3373361]},"properties":{"@type":"node","@id":1420845604,"@timestamp":1626561367},"coords":"51.3373361,-0.2888109","bedrooms":"0","price":"187000","area":"536"} , +{"type":"Feature","id":"n1420929517","geometry":{"type":"Point","coordinates":[-0.2993309,51.5137559]},"properties":{"@type":"node","@id":1420929517,"@timestamp":1314969500},"coords":"51.5137559,-0.2993309","bedrooms":"1","price":"299000","area":"532"} , +{"type":"Feature","id":"n1421271850","geometry":{"type":"Point","coordinates":[-0.603382,51.6407326]},"properties":{"@type":"node","@id":1421271850,"@timestamp":1336762337},"coords":"51.6407326,-0.603382","bedrooms":"4","price":"274000","area":"654"} , +{"type":"Feature","id":"n1421780694","geometry":{"type":"Point","coordinates":[-0.3428559,51.4029739]},"properties":{"@type":"node","@id":1421780694,"@timestamp":1626271256},"coords":"51.4029739,-0.3428559","bedrooms":"4","price":"198000","area":"414"} , +{"type":"Feature","id":"n1422000081","geometry":{"type":"Point","coordinates":[-0.6793194,51.1700723]},"properties":{"@type":"node","@id":1422000081,"@timestamp":1315056457},"coords":"51.1700723,-0.6793194","bedrooms":"4","price":"288000","area":"546"} , +{"type":"Feature","id":"n1422105934","geometry":{"type":"Point","coordinates":[0.1591057,51.9745748]},"properties":{"@type":"node","@id":1422105934,"@timestamp":1315060960},"coords":"51.9745748,0.1591057","bedrooms":"2","price":"157000","area":"527"} , +{"type":"Feature","id":"n1422372124","geometry":{"type":"Point","coordinates":[-0.1222741,51.5759021]},"properties":{"@type":"node","@id":1422372124,"@timestamp":1626546833},"coords":"51.5759021,-0.1222741","bedrooms":"2","price":"174000","area":"364"} , +{"type":"Feature","id":"n1422390230","geometry":{"type":"Point","coordinates":[-0.1233333,51.5788931]},"properties":{"@type":"node","@id":1422390230,"@timestamp":1315074610},"coords":"51.5788931,-0.1233333","bedrooms":"3","price":"228000","area":"473"} , +{"type":"Feature","id":"n1422390971","geometry":{"type":"Point","coordinates":[-0.1237559,51.5787167]},"properties":{"@type":"node","@id":1422390971,"@timestamp":1617149653},"coords":"51.5787167,-0.1237559","bedrooms":"4","price":"184000","area":"512"} , +{"type":"Feature","id":"n1422404457","geometry":{"type":"Point","coordinates":[-0.1221532,51.5780338]},"properties":{"@type":"node","@id":1422404457,"@timestamp":1315075851},"coords":"51.5780338,-0.1221532","bedrooms":"3","price":"188000","area":"688"} , +{"type":"Feature","id":"n1422506580","geometry":{"type":"Point","coordinates":[-0.689487,51.5094155]},"properties":{"@type":"node","@id":1422506580,"@timestamp":1315085160},"coords":"51.5094155,-0.689487","bedrooms":"1","price":"155000","area":"589"} , +{"type":"Feature","id":"n1422704548","geometry":{"type":"Point","coordinates":[-0.3108257,51.5103554]},"properties":{"@type":"node","@id":1422704548,"@timestamp":1315121158},"coords":"51.5103554,-0.3108257","bedrooms":"2","price":"272000","area":"370"} , +{"type":"Feature","id":"n1422704650","geometry":{"type":"Point","coordinates":[-0.3108204,51.510252]},"properties":{"@type":"node","@id":1422704650,"@timestamp":1315121160},"coords":"51.510252,-0.3108204","bedrooms":"4","price":"296000","area":"539"} , +{"type":"Feature","id":"n1422704696","geometry":{"type":"Point","coordinates":[-0.311161,51.5106694]},"properties":{"@type":"node","@id":1422704696,"@timestamp":1315121161},"coords":"51.5106694,-0.311161","bedrooms":"4","price":"163000","area":"508"} , +{"type":"Feature","id":"n1422779245","geometry":{"type":"Point","coordinates":[-0.3424597,51.5105669]},"properties":{"@type":"node","@id":1422779245,"@timestamp":1599201272},"coords":"51.5105669,-0.3424597","bedrooms":"0","price":"218000","area":"481"} , +{"type":"Feature","id":"n1422901259","geometry":{"type":"Point","coordinates":[-0.3062099,51.5043597]},"properties":{"@type":"node","@id":1422901259,"@timestamp":1598036450},"coords":"51.5043597,-0.3062099","bedrooms":"4","price":"217000","area":"630"} , +{"type":"Feature","id":"n1422942193","geometry":{"type":"Point","coordinates":[-0.204441,51.4970258]},"properties":{"@type":"node","@id":1422942193,"@timestamp":1607081565},"coords":"51.4970258,-0.204441","bedrooms":"3","price":"160000","area":"413"} , +{"type":"Feature","id":"n1423086460","geometry":{"type":"Point","coordinates":[-0.1766839,51.8290877]},"properties":{"@type":"node","@id":1423086460,"@timestamp":1521998084},"coords":"51.8290877,-0.1766839","bedrooms":"0","price":"284000","area":"458"} , +{"type":"Feature","id":"n1423254945","geometry":{"type":"Point","coordinates":[-0.095951,51.5797413]},"properties":{"@type":"node","@id":1423254945,"@timestamp":1330805923},"coords":"51.5797413,-0.095951","bedrooms":"4","price":"274000","area":"631"} , +{"type":"Feature","id":"n1423286265","geometry":{"type":"Point","coordinates":[-0.4617623,51.1375668]},"properties":{"@type":"node","@id":1423286265,"@timestamp":1417119454},"coords":"51.1375668,-0.4617623","bedrooms":"3","price":"248000","area":"583"} , +{"type":"Feature","id":"n1423781765","geometry":{"type":"Point","coordinates":[0.1668177,51.4006235]},"properties":{"@type":"node","@id":1423781765,"@timestamp":1405972977},"coords":"51.4006235,0.1668177","bedrooms":"4","price":"265000","area":"621"} , +{"type":"Feature","id":"n1423781792","geometry":{"type":"Point","coordinates":[0.1656005,51.4013038]},"properties":{"@type":"node","@id":1423781792,"@timestamp":1315207609},"coords":"51.4013038,0.1656005","bedrooms":"0","price":"178000","area":"637"} , +{"type":"Feature","id":"n1424182163","geometry":{"type":"Point","coordinates":[0.0174871,51.780341]},"properties":{"@type":"node","@id":1424182163,"@timestamp":1425220398},"coords":"51.780341,0.0174871","bedrooms":"0","price":"189000","area":"643"} , +{"type":"Feature","id":"n1424531534","geometry":{"type":"Point","coordinates":[0.799978,51.2225823]},"properties":{"@type":"node","@id":1424531534,"@timestamp":1571167264},"coords":"51.2225823,0.799978","bedrooms":"2","price":"257000","area":"664"} , +{"type":"Feature","id":"n1425033076","geometry":{"type":"Point","coordinates":[-0.1671156,51.4261984]},"properties":{"@type":"node","@id":1425033076,"@timestamp":1618092714},"coords":"51.4261984,-0.1671156","bedrooms":"0","price":"250000","area":"469"} , +{"type":"Feature","id":"n1425033874","geometry":{"type":"Point","coordinates":[-0.1673612,51.4260771]},"properties":{"@type":"node","@id":1425033874,"@timestamp":1601776807},"coords":"51.4260771,-0.1673612","bedrooms":"4","price":"288000","area":"463"} , +{"type":"Feature","id":"n1425196136","geometry":{"type":"Point","coordinates":[-0.4353308,51.277182]},"properties":{"@type":"node","@id":1425196136,"@timestamp":1620511658},"coords":"51.277182,-0.4353308","bedrooms":"0","price":"269000","area":"683"} , +{"type":"Feature","id":"n1425295011","geometry":{"type":"Point","coordinates":[-0.1897837,51.5011831]},"properties":{"@type":"node","@id":1425295011,"@timestamp":1592365723},"coords":"51.5011831,-0.1897837","bedrooms":"2","price":"227000","area":"567"} , +{"type":"Feature","id":"n1426231205","geometry":{"type":"Point","coordinates":[-0.1639249,51.4461503]},"properties":{"@type":"node","@id":1426231205,"@timestamp":1622297840},"coords":"51.4461503,-0.1639249","bedrooms":"3","price":"243000","area":"369"} , +{"type":"Feature","id":"n1426805102","geometry":{"type":"Point","coordinates":[0.2790318,51.1245739]},"properties":{"@type":"node","@id":1426805102,"@timestamp":1551236502},"coords":"51.1245739,0.2790318","bedrooms":"1","price":"177000","area":"375"} , +{"type":"Feature","id":"n1426893652","geometry":{"type":"Point","coordinates":[-0.0972479,51.5762758]},"properties":{"@type":"node","@id":1426893652,"@timestamp":1527730294},"coords":"51.5762758,-0.0972479","bedrooms":"0","price":"164000","area":"381"} , +{"type":"Feature","id":"n1427356089","geometry":{"type":"Point","coordinates":[-0.8560068,51.4146628]},"properties":{"@type":"node","@id":1427356089,"@timestamp":1533065155},"coords":"51.4146628,-0.8560068","bedrooms":"4","price":"184000","area":"550"} , +{"type":"Feature","id":"n1427421957","geometry":{"type":"Point","coordinates":[-0.1454646,51.5245787]},"properties":{"@type":"node","@id":1427421957,"@timestamp":1619036270},"coords":"51.5245787,-0.1454646","bedrooms":"2","price":"161000","area":"669"} , +{"type":"Feature","id":"n1427449261","geometry":{"type":"Point","coordinates":[-0.1459391,51.5282534]},"properties":{"@type":"node","@id":1427449261,"@timestamp":1315516395},"coords":"51.5282534,-0.1459391","bedrooms":"4","price":"177000","area":"673"} , +{"type":"Feature","id":"n1427467074","geometry":{"type":"Point","coordinates":[-0.9474705,51.4441]},"properties":{"@type":"node","@id":1427467074,"@timestamp":1624540065},"coords":"51.4441,-0.9474705","bedrooms":"1","price":"290000","area":"691"} , +{"type":"Feature","id":"n1427491398","geometry":{"type":"Point","coordinates":[-0.1450163,51.5377904]},"properties":{"@type":"node","@id":1427491398,"@timestamp":1315522102},"coords":"51.5377904,-0.1450163","bedrooms":"4","price":"262000","area":"635"} , +{"type":"Feature","id":"n1427501629","geometry":{"type":"Point","coordinates":[-0.1985761,51.5004339]},"properties":{"@type":"node","@id":1427501629,"@timestamp":1587892511},"coords":"51.5004339,-0.1985761","bedrooms":"1","price":"297000","area":"389"} , +{"type":"Feature","id":"n1427501675","geometry":{"type":"Point","coordinates":[-0.1971168,51.5008281]},"properties":{"@type":"node","@id":1427501675,"@timestamp":1587822907},"coords":"51.5008281,-0.1971168","bedrooms":"2","price":"191000","area":"414"} , +{"type":"Feature","id":"n1427501706","geometry":{"type":"Point","coordinates":[-0.1970061,51.5011434]},"properties":{"@type":"node","@id":1427501706,"@timestamp":1587822907},"coords":"51.5011434,-0.1970061","bedrooms":"3","price":"161000","area":"627"} , +{"type":"Feature","id":"n1427501731","geometry":{"type":"Point","coordinates":[-0.1966255,51.5013602]},"properties":{"@type":"node","@id":1427501731,"@timestamp":1315520403},"coords":"51.5013602,-0.1966255","bedrooms":"3","price":"235000","area":"458"} , +{"type":"Feature","id":"n1427501797","geometry":{"type":"Point","coordinates":[-0.1967896,51.5018457]},"properties":{"@type":"node","@id":1427501797,"@timestamp":1587804233},"coords":"51.5018457,-0.1967896","bedrooms":"1","price":"178000","area":"572"} , +{"type":"Feature","id":"n1427515115","geometry":{"type":"Point","coordinates":[-0.1442431,51.5383705]},"properties":{"@type":"node","@id":1427515115,"@timestamp":1478457455},"coords":"51.5383705,-0.1442431","bedrooms":"0","price":"282000","area":"659"} , +{"type":"Feature","id":"n1427518629","geometry":{"type":"Point","coordinates":[-0.1425753,51.5392256]},"properties":{"@type":"node","@id":1427518629,"@timestamp":1624032878},"coords":"51.5392256,-0.1425753","bedrooms":"0","price":"212000","area":"446"} , +{"type":"Feature","id":"n1427522854","geometry":{"type":"Point","coordinates":[-0.1419642,51.5427424]},"properties":{"@type":"node","@id":1427522854,"@timestamp":1635398607},"coords":"51.5427424,-0.1419642","bedrooms":"2","price":"183000","area":"356"} , +{"type":"Feature","id":"n1427527388","geometry":{"type":"Point","coordinates":[-0.1416468,51.5440516]},"properties":{"@type":"node","@id":1427527388,"@timestamp":1315525406},"coords":"51.5440516,-0.1416468","bedrooms":"2","price":"287000","area":"636"} , +{"type":"Feature","id":"n1427528578","geometry":{"type":"Point","coordinates":[-0.1416324,51.545016]},"properties":{"@type":"node","@id":1427528578,"@timestamp":1626383270},"coords":"51.545016,-0.1416324","bedrooms":"4","price":"200000","area":"449"} , +{"type":"Feature","id":"n1428183373","geometry":{"type":"Point","coordinates":[-0.2964438,51.4866282]},"properties":{"@type":"node","@id":1428183373,"@timestamp":1564911796},"coords":"51.4866282,-0.2964438","bedrooms":"1","price":"169000","area":"562"} , +{"type":"Feature","id":"n1428427945","geometry":{"type":"Point","coordinates":[-0.930517,51.0009721]},"properties":{"@type":"node","@id":1428427945,"@timestamp":1629327261},"coords":"51.0009721,-0.930517","bedrooms":"4","price":"253000","area":"452"} , +{"type":"Feature","id":"n1428427977","geometry":{"type":"Point","coordinates":[-0.91055,50.9916759]},"properties":{"@type":"node","@id":1428427977,"@timestamp":1315608999},"coords":"50.9916759,-0.91055","bedrooms":"0","price":"221000","area":"687"} , +{"type":"Feature","id":"n1428428017","geometry":{"type":"Point","coordinates":[-0.9227002,50.9986803]},"properties":{"@type":"node","@id":1428428017,"@timestamp":1315609002},"coords":"50.9986803,-0.9227002","bedrooms":"2","price":"269000","area":"515"} , +{"type":"Feature","id":"n1428428051","geometry":{"type":"Point","coordinates":[-0.9283652,51.001733]},"properties":{"@type":"node","@id":1428428051,"@timestamp":1629327292},"coords":"51.001733,-0.9283652","bedrooms":"2","price":"293000","area":"416"} , +{"type":"Feature","id":"n1429005334","geometry":{"type":"Point","coordinates":[-0.4755925,51.3114018]},"properties":{"@type":"node","@id":1429005334,"@timestamp":1322335305},"coords":"51.3114018,-0.4755925","bedrooms":"0","price":"284000","area":"561"} , +{"type":"Feature","id":"n1429910667","geometry":{"type":"Point","coordinates":[0.0266481,51.5964756]},"properties":{"@type":"node","@id":1429910667,"@timestamp":1554927142},"coords":"51.5964756,0.0266481","bedrooms":"4","price":"195000","area":"488"} , +{"type":"Feature","id":"n1430018600","geometry":{"type":"Point","coordinates":[-0.9677474,51.4395945]},"properties":{"@type":"node","@id":1430018600,"@timestamp":1494018250},"coords":"51.4395945,-0.9677474","bedrooms":"4","price":"192000","area":"643"} , +{"type":"Feature","id":"n1430251742","geometry":{"type":"Point","coordinates":[0.1721214,51.1301929]},"properties":{"@type":"node","@id":1430251742,"@timestamp":1315755999},"coords":"51.1301929,0.1721214","bedrooms":"1","price":"278000","area":"652"} , +{"type":"Feature","id":"n1430323173","geometry":{"type":"Point","coordinates":[0.6467504,51.154283]},"properties":{"@type":"node","@id":1430323173,"@timestamp":1315760859},"coords":"51.154283,0.6467504","bedrooms":"4","price":"258000","area":"586"} , +{"type":"Feature","id":"n1430765362","geometry":{"type":"Point","coordinates":[0.814599,51.5406987]},"properties":{"@type":"node","@id":1430765362,"@timestamp":1562701030},"coords":"51.5406987,0.814599","bedrooms":"3","price":"165000","area":"551"} , +{"type":"Feature","id":"n1430774951","geometry":{"type":"Point","coordinates":[-0.346186,51.3053132]},"properties":{"@type":"node","@id":1430774951,"@timestamp":1594887001},"coords":"51.3053132,-0.346186","bedrooms":"3","price":"248000","area":"686"} , +{"type":"Feature","id":"n1430893381","geometry":{"type":"Point","coordinates":[-0.0464995,51.6873348]},"properties":{"@type":"node","@id":1430893381,"@timestamp":1578975385},"coords":"51.6873348,-0.0464995","bedrooms":"0","price":"245000","area":"377"} , +{"type":"Feature","id":"n1430960870","geometry":{"type":"Point","coordinates":[0.1043875,51.6862765]},"properties":{"@type":"node","@id":1430960870,"@timestamp":1322255570},"coords":"51.6862765,0.1043875","bedrooms":"0","price":"185000","area":"675"} , +{"type":"Feature","id":"n1431338517","geometry":{"type":"Point","coordinates":[-0.4856068,51.5297405]},"properties":{"@type":"node","@id":1431338517,"@timestamp":1618857267},"coords":"51.5297405,-0.4856068","bedrooms":"3","price":"187000","area":"424"} , +{"type":"Feature","id":"n1431694775","geometry":{"type":"Point","coordinates":[0.0607145,51.2481378]},"properties":{"@type":"node","@id":1431694775,"@timestamp":1315904493},"coords":"51.2481378,0.0607145","bedrooms":"2","price":"276000","area":"432"} , +{"type":"Feature","id":"n1431757966","geometry":{"type":"Point","coordinates":[0.6280832,51.216517]},"properties":{"@type":"node","@id":1431757966,"@timestamp":1614107893},"coords":"51.216517,0.6280832","bedrooms":"0","price":"181000","area":"681"} , +{"type":"Feature","id":"n1431903517","geometry":{"type":"Point","coordinates":[-0.9035382,51.516123]},"properties":{"@type":"node","@id":1431903517,"@timestamp":1476731416},"coords":"51.516123,-0.9035382","bedrooms":"3","price":"211000","area":"580"} , +{"type":"Feature","id":"n1432162210","geometry":{"type":"Point","coordinates":[-0.9057659,51.5220417]},"properties":{"@type":"node","@id":1432162210,"@timestamp":1315943884},"coords":"51.5220417,-0.9057659","bedrooms":"2","price":"298000","area":"405"} , +{"type":"Feature","id":"n1432679618","geometry":{"type":"Point","coordinates":[-0.2136726,51.360367]},"properties":{"@type":"node","@id":1432679618,"@timestamp":1533071214},"coords":"51.360367,-0.2136726","bedrooms":"2","price":"181000","area":"360"} , +{"type":"Feature","id":"n1433231837","geometry":{"type":"Point","coordinates":[-0.1989833,51.0840568]},"properties":{"@type":"node","@id":1433231837,"@timestamp":1610468000},"coords":"51.0840568,-0.1989833","bedrooms":"1","price":"282000","area":"441"} , +{"type":"Feature","id":"n1433401017","geometry":{"type":"Point","coordinates":[0.4137099,51.046659]},"properties":{"@type":"node","@id":1433401017,"@timestamp":1523206002},"coords":"51.046659,0.4137099","bedrooms":"1","price":"292000","area":"538"} , +{"type":"Feature","id":"n1433616215","geometry":{"type":"Point","coordinates":[-0.2374118,51.3567313]},"properties":{"@type":"node","@id":1433616215,"@timestamp":1404850923},"coords":"51.3567313,-0.2374118","bedrooms":"3","price":"229000","area":"539"} , +{"type":"Feature","id":"n1433679008","geometry":{"type":"Point","coordinates":[-0.1498177,51.9750769]},"properties":{"@type":"node","@id":1433679008,"@timestamp":1316109585},"coords":"51.9750769,-0.1498177","bedrooms":"4","price":"242000","area":"484"} , +{"type":"Feature","id":"n1433774750","geometry":{"type":"Point","coordinates":[-0.9566958,51.5566907]},"properties":{"@type":"node","@id":1433774750,"@timestamp":1316117007},"coords":"51.5566907,-0.9566958","bedrooms":"4","price":"151000","area":"616"} , +{"type":"Feature","id":"n1434108775","geometry":{"type":"Point","coordinates":[-0.2245145,51.5717177]},"properties":{"@type":"node","@id":1434108775,"@timestamp":1615208157},"coords":"51.5717177,-0.2245145","bedrooms":"2","price":"259000","area":"503"} , +{"type":"Feature","id":"n1434175872","geometry":{"type":"Point","coordinates":[-0.0012826,51.6072005]},"properties":{"@type":"node","@id":1434175872,"@timestamp":1564911797},"coords":"51.6072005,-0.0012826","bedrooms":"3","price":"247000","area":"424"} , +{"type":"Feature","id":"n1434944546","geometry":{"type":"Point","coordinates":[-0.0311068,51.5827988]},"properties":{"@type":"node","@id":1434944546,"@timestamp":1564911797},"coords":"51.5827988,-0.0311068","bedrooms":"4","price":"213000","area":"490"} , +{"type":"Feature","id":"n1435562550","geometry":{"type":"Point","coordinates":[-0.202606,51.511069]},"properties":{"@type":"node","@id":1435562550,"@timestamp":1567498078},"coords":"51.511069,-0.202606","bedrooms":"2","price":"176000","area":"380"} , +{"type":"Feature","id":"n1435574745","geometry":{"type":"Point","coordinates":[-0.203902,51.509938]},"properties":{"@type":"node","@id":1435574745,"@timestamp":1567498078},"coords":"51.509938,-0.203902","bedrooms":"2","price":"258000","area":"606"} , +{"type":"Feature","id":"n1435884989","geometry":{"type":"Point","coordinates":[-0.0161034,51.6662839]},"properties":{"@type":"node","@id":1435884989,"@timestamp":1613826579},"coords":"51.6662839,-0.0161034","bedrooms":"1","price":"203000","area":"453"} , +{"type":"Feature","id":"n1435915465","geometry":{"type":"Point","coordinates":[-0.0886912,51.0487597]},"properties":{"@type":"node","@id":1435915465,"@timestamp":1588797247},"coords":"51.0487597,-0.0886912","bedrooms":"2","price":"235000","area":"405"} , +{"type":"Feature","id":"n1435915827","geometry":{"type":"Point","coordinates":[-0.0515993,51.0543267]},"properties":{"@type":"node","@id":1435915827,"@timestamp":1630252492},"coords":"51.0543267,-0.0515993","bedrooms":"2","price":"279000","area":"697"} , +{"type":"Feature","id":"n1435916084","geometry":{"type":"Point","coordinates":[-0.0295812,51.0597912]},"properties":{"@type":"node","@id":1435916084,"@timestamp":1591648445},"coords":"51.0597912,-0.0295812","bedrooms":"3","price":"294000","area":"450"} , +{"type":"Feature","id":"n1436016855","geometry":{"type":"Point","coordinates":[-0.2018063,51.5104507]},"properties":{"@type":"node","@id":1436016855,"@timestamp":1405875741},"coords":"51.5104507,-0.2018063","bedrooms":"3","price":"249000","area":"646"} , +{"type":"Feature","id":"n1436299120","geometry":{"type":"Point","coordinates":[-0.2026405,51.5107841]},"properties":{"@type":"node","@id":1436299120,"@timestamp":1316337434},"coords":"51.5107841,-0.2026405","bedrooms":"2","price":"247000","area":"572"} , +{"type":"Feature","id":"n1436306847","geometry":{"type":"Point","coordinates":[0.3816609,51.2167018]},"properties":{"@type":"node","@id":1436306847,"@timestamp":1535139114},"coords":"51.2167018,0.3816609","bedrooms":"2","price":"195000","area":"522"} , +{"type":"Feature","id":"n1436369021","geometry":{"type":"Point","coordinates":[-0.8597736,51.5022323]},"properties":{"@type":"node","@id":1436369021,"@timestamp":1316343118},"coords":"51.5022323,-0.8597736","bedrooms":"2","price":"296000","area":"625"} , +{"type":"Feature","id":"n1436378139","geometry":{"type":"Point","coordinates":[-0.1760603,51.5059752]},"properties":{"@type":"node","@id":1436378139,"@timestamp":1316344359},"coords":"51.5059752,-0.1760603","bedrooms":"2","price":"239000","area":"679"} , +{"type":"Feature","id":"n1436387933","geometry":{"type":"Point","coordinates":[-0.1810734,51.5053157]},"properties":{"@type":"node","@id":1436387933,"@timestamp":1316345589},"coords":"51.5053157,-0.1810734","bedrooms":"3","price":"157000","area":"491"} , +{"type":"Feature","id":"n1436388061","geometry":{"type":"Point","coordinates":[-0.1810573,51.5092457]},"properties":{"@type":"node","@id":1436388061,"@timestamp":1316345592},"coords":"51.5092457,-0.1810573","bedrooms":"0","price":"197000","area":"473"} , +{"type":"Feature","id":"n1436388124","geometry":{"type":"Point","coordinates":[-0.1880361,51.5082105]},"properties":{"@type":"node","@id":1436388124,"@timestamp":1316345595},"coords":"51.5082105,-0.1880361","bedrooms":"0","price":"202000","area":"427"} , +{"type":"Feature","id":"n1436388246","geometry":{"type":"Point","coordinates":[-0.187843,51.508224]},"properties":{"@type":"node","@id":1436388246,"@timestamp":1316345600},"coords":"51.508224,-0.187843","bedrooms":"0","price":"151000","area":"563"} , +{"type":"Feature","id":"n1436388347","geometry":{"type":"Point","coordinates":[-0.1807971,51.5056496]},"properties":{"@type":"node","@id":1436388347,"@timestamp":1316345604},"coords":"51.5056496,-0.1807971","bedrooms":"4","price":"192000","area":"554"} , +{"type":"Feature","id":"n1436408632","geometry":{"type":"Point","coordinates":[-0.18257,51.502985]},"properties":{"@type":"node","@id":1436408632,"@timestamp":1316347426},"coords":"51.502985,-0.18257","bedrooms":"0","price":"258000","area":"454"} , +{"type":"Feature","id":"n1436408664","geometry":{"type":"Point","coordinates":[-0.1568888,51.5043152]},"properties":{"@type":"node","@id":1436408664,"@timestamp":1350651403},"coords":"51.5043152,-0.1568888","bedrooms":"4","price":"211000","area":"496"} , +{"type":"Feature","id":"n1436408692","geometry":{"type":"Point","coordinates":[-0.1836133,51.5084335]},"properties":{"@type":"node","@id":1436408692,"@timestamp":1371286977},"coords":"51.5084335,-0.1836133","bedrooms":"0","price":"160000","area":"490"} , +{"type":"Feature","id":"n1436408727","geometry":{"type":"Point","coordinates":[-0.1674746,51.5033725]},"properties":{"@type":"node","@id":1436408727,"@timestamp":1316347431},"coords":"51.5033725,-0.1674746","bedrooms":"1","price":"286000","area":"687"} , +{"type":"Feature","id":"n1436408751","geometry":{"type":"Point","coordinates":[-0.183211,51.509774]},"properties":{"@type":"node","@id":1436408751,"@timestamp":1371286882},"coords":"51.509774,-0.183211","bedrooms":"0","price":"186000","area":"556"} , +{"type":"Feature","id":"n1436408788","geometry":{"type":"Point","coordinates":[-0.1777853,51.5096328]},"properties":{"@type":"node","@id":1436408788,"@timestamp":1316347434},"coords":"51.5096328,-0.1777853","bedrooms":"1","price":"296000","area":"459"} , +{"type":"Feature","id":"n1436408811","geometry":{"type":"Point","coordinates":[-0.1765407,51.5103008]},"properties":{"@type":"node","@id":1436408811,"@timestamp":1316347435},"coords":"51.5103008,-0.1765407","bedrooms":"3","price":"266000","area":"501"} , +{"type":"Feature","id":"n1436408837","geometry":{"type":"Point","coordinates":[-0.1739226,51.5090855]},"properties":{"@type":"node","@id":1436408837,"@timestamp":1316347436},"coords":"51.5090855,-0.1739226","bedrooms":"3","price":"280000","area":"517"} , +{"type":"Feature","id":"n1436408862","geometry":{"type":"Point","coordinates":[-0.1769752,51.5100704]},"properties":{"@type":"node","@id":1436408862,"@timestamp":1316347437},"coords":"51.5100704,-0.1769752","bedrooms":"2","price":"224000","area":"449"} , +{"type":"Feature","id":"n1436408878","geometry":{"type":"Point","coordinates":[-0.1742069,51.5100437]},"properties":{"@type":"node","@id":1436408878,"@timestamp":1316347438},"coords":"51.5100437,-0.1742069","bedrooms":"1","price":"189000","area":"629"} , +{"type":"Feature","id":"n1436408893","geometry":{"type":"Point","coordinates":[-0.1825404,51.507734]},"properties":{"@type":"node","@id":1436408893,"@timestamp":1371286977},"coords":"51.507734,-0.1825404","bedrooms":"2","price":"181000","area":"395"} , +{"type":"Feature","id":"n1436408932","geometry":{"type":"Point","coordinates":[-0.1764467,51.5055695]},"properties":{"@type":"node","@id":1436408932,"@timestamp":1316347441},"coords":"51.5055695,-0.1764467","bedrooms":"2","price":"200000","area":"463"} , +{"type":"Feature","id":"n1436408964","geometry":{"type":"Point","coordinates":[-0.1761783,51.5051938]},"properties":{"@type":"node","@id":1436408964,"@timestamp":1316347442},"coords":"51.5051938,-0.1761783","bedrooms":"4","price":"217000","area":"496"} , +{"type":"Feature","id":"n1436408993","geometry":{"type":"Point","coordinates":[-0.1773722,51.5098532]},"properties":{"@type":"node","@id":1436408993,"@timestamp":1316347444},"coords":"51.5098532,-0.1773722","bedrooms":"0","price":"178000","area":"532"} , +{"type":"Feature","id":"n1436409023","geometry":{"type":"Point","coordinates":[-0.176377,51.5051288]},"properties":{"@type":"node","@id":1436409023,"@timestamp":1316347445},"coords":"51.5051288,-0.176377","bedrooms":"2","price":"157000","area":"522"} , +{"type":"Feature","id":"n1436448006","geometry":{"type":"Point","coordinates":[-0.2867987,51.7658563]},"properties":{"@type":"node","@id":1436448006,"@timestamp":1459092521},"coords":"51.7658563,-0.2867987","bedrooms":"1","price":"223000","area":"583"} , +{"type":"Feature","id":"n1436481841","geometry":{"type":"Point","coordinates":[-0.0324622,51.0395256]},"properties":{"@type":"node","@id":1436481841,"@timestamp":1316354955},"coords":"51.0395256,-0.0324622","bedrooms":"0","price":"214000","area":"487"} , +{"type":"Feature","id":"n1436511572","geometry":{"type":"Point","coordinates":[-0.1870737,51.5032404]},"properties":{"@type":"node","@id":1436511572,"@timestamp":1316357037},"coords":"51.5032404,-0.1870737","bedrooms":"2","price":"279000","area":"505"} , +{"type":"Feature","id":"n1436511628","geometry":{"type":"Point","coordinates":[-0.1869288,51.5042086]},"properties":{"@type":"node","@id":1436511628,"@timestamp":1345234461},"coords":"51.5042086,-0.1869288","bedrooms":"1","price":"181000","area":"497"} , +{"type":"Feature","id":"n1436511665","geometry":{"type":"Point","coordinates":[-0.1866016,51.5034206]},"properties":{"@type":"node","@id":1436511665,"@timestamp":1316357040},"coords":"51.5034206,-0.1866016","bedrooms":"2","price":"216000","area":"449"} , +{"type":"Feature","id":"n1436511726","geometry":{"type":"Point","coordinates":[-0.186505,51.503197]},"properties":{"@type":"node","@id":1436511726,"@timestamp":1316357041},"coords":"51.503197,-0.186505","bedrooms":"3","price":"229000","area":"532"} , +{"type":"Feature","id":"n1436511794","geometry":{"type":"Point","coordinates":[-0.1866284,51.5031102]},"properties":{"@type":"node","@id":1436511794,"@timestamp":1316357043},"coords":"51.5031102,-0.1866284","bedrooms":"2","price":"256000","area":"449"} , +{"type":"Feature","id":"n1436511845","geometry":{"type":"Point","coordinates":[-0.1856736,51.50299]},"properties":{"@type":"node","@id":1436511845,"@timestamp":1316357044},"coords":"51.50299,-0.1856736","bedrooms":"4","price":"195000","area":"425"} , +{"type":"Feature","id":"n1436511872","geometry":{"type":"Point","coordinates":[-0.1873204,51.5037979]},"properties":{"@type":"node","@id":1436511872,"@timestamp":1316357045},"coords":"51.5037979,-0.1873204","bedrooms":"2","price":"222000","area":"587"} , +{"type":"Feature","id":"n1436515214","geometry":{"type":"Point","coordinates":[-0.4429124,51.9419923]},"properties":{"@type":"node","@id":1436515214,"@timestamp":1555242679},"coords":"51.9419923,-0.4429124","bedrooms":"1","price":"299000","area":"607"} , +{"type":"Feature","id":"n1436520467","geometry":{"type":"Point","coordinates":[-0.1614596,51.5092691]},"properties":{"@type":"node","@id":1436520467,"@timestamp":1359123776},"coords":"51.5092691,-0.1614596","bedrooms":"0","price":"250000","area":"695"} , +{"type":"Feature","id":"n1436520640","geometry":{"type":"Point","coordinates":[-0.1640118,51.5062119]},"properties":{"@type":"node","@id":1436520640,"@timestamp":1316358070},"coords":"51.5062119,-0.1640118","bedrooms":"0","price":"167000","area":"594"} , +{"type":"Feature","id":"n1436520771","geometry":{"type":"Point","coordinates":[-0.1615682,51.5098317]},"properties":{"@type":"node","@id":1436520771,"@timestamp":1359123776},"coords":"51.5098317,-0.1615682","bedrooms":"3","price":"213000","area":"490"} , +{"type":"Feature","id":"n1436539133","geometry":{"type":"Point","coordinates":[-0.1700245,51.5101068]},"properties":{"@type":"node","@id":1436539133,"@timestamp":1396514013},"coords":"51.5101068,-0.1700245","bedrooms":"2","price":"296000","area":"621"} , +{"type":"Feature","id":"n1436539203","geometry":{"type":"Point","coordinates":[-0.1696329,51.5102972]},"properties":{"@type":"node","@id":1436539203,"@timestamp":1396514013},"coords":"51.5102972,-0.1696329","bedrooms":"4","price":"177000","area":"350"} , +{"type":"Feature","id":"n1436539348","geometry":{"type":"Point","coordinates":[-0.1675845,51.5103987]},"properties":{"@type":"node","@id":1436539348,"@timestamp":1316359001},"coords":"51.5103987,-0.1675845","bedrooms":"0","price":"292000","area":"570"} , +{"type":"Feature","id":"n1436539465","geometry":{"type":"Point","coordinates":[-0.1696122,51.5096811]},"properties":{"@type":"node","@id":1436539465,"@timestamp":1316359004},"coords":"51.5096811,-0.1696122","bedrooms":"4","price":"258000","area":"618"} , +{"type":"Feature","id":"n1436539634","geometry":{"type":"Point","coordinates":[-0.1693976,51.5099647]},"properties":{"@type":"node","@id":1436539634,"@timestamp":1316359007},"coords":"51.5099647,-0.1693976","bedrooms":"1","price":"272000","area":"568"} , +{"type":"Feature","id":"n1436539808","geometry":{"type":"Point","coordinates":[-0.1687486,51.5103288]},"properties":{"@type":"node","@id":1436539808,"@timestamp":1316359011},"coords":"51.5103288,-0.1687486","bedrooms":"1","price":"260000","area":"383"} , +{"type":"Feature","id":"n1436539975","geometry":{"type":"Point","coordinates":[-0.1696812,51.5101835]},"properties":{"@type":"node","@id":1436539975,"@timestamp":1396514013},"coords":"51.5101835,-0.1696812","bedrooms":"4","price":"291000","area":"516"} , +{"type":"Feature","id":"n1436540145","geometry":{"type":"Point","coordinates":[-0.1671127,51.5101151]},"properties":{"@type":"node","@id":1436540145,"@timestamp":1316359016},"coords":"51.5101151,-0.1671127","bedrooms":"0","price":"172000","area":"396"} , +{"type":"Feature","id":"n1436540254","geometry":{"type":"Point","coordinates":[-0.1634002,51.5124688]},"properties":{"@type":"node","@id":1436540254,"@timestamp":1316359019},"coords":"51.5124688,-0.1634002","bedrooms":"3","price":"167000","area":"425"} , +{"type":"Feature","id":"n1436637494","geometry":{"type":"Point","coordinates":[0.3585398,51.4327805]},"properties":{"@type":"node","@id":1436637494,"@timestamp":1631101118},"coords":"51.4327805,0.3585398","bedrooms":"1","price":"265000","area":"630"} , +{"type":"Feature","id":"n1436642348","geometry":{"type":"Point","coordinates":[-0.1708727,51.5117829]},"properties":{"@type":"node","@id":1436642348,"@timestamp":1316366813},"coords":"51.5117829,-0.1708727","bedrooms":"4","price":"272000","area":"575"} , +{"type":"Feature","id":"n1436642371","geometry":{"type":"Point","coordinates":[-0.1719736,51.5108579]},"properties":{"@type":"node","@id":1436642371,"@timestamp":1458789063},"coords":"51.5108579,-0.1719736","bedrooms":"3","price":"212000","area":"474"} , +{"type":"Feature","id":"n1436642385","geometry":{"type":"Point","coordinates":[-0.1704222,51.5093055]},"properties":{"@type":"node","@id":1436642385,"@timestamp":1316366815},"coords":"51.5093055,-0.1704222","bedrooms":"4","price":"281000","area":"363"} , +{"type":"Feature","id":"n1436642406","geometry":{"type":"Point","coordinates":[-0.171731,51.5114707]},"properties":{"@type":"node","@id":1436642406,"@timestamp":1316366816},"coords":"51.5114707,-0.171731","bedrooms":"3","price":"293000","area":"642"} , +{"type":"Feature","id":"n1436642430","geometry":{"type":"Point","coordinates":[-0.1694942,51.5115842]},"properties":{"@type":"node","@id":1436642430,"@timestamp":1316366818},"coords":"51.5115842,-0.1694942","bedrooms":"3","price":"180000","area":"429"} , +{"type":"Feature","id":"n1436642461","geometry":{"type":"Point","coordinates":[-0.1702747,51.5078382]},"properties":{"@type":"node","@id":1436642461,"@timestamp":1316366819},"coords":"51.5078382,-0.1702747","bedrooms":"0","price":"163000","area":"659"} , +{"type":"Feature","id":"n1436642481","geometry":{"type":"Point","coordinates":[-0.17039,51.5089533]},"properties":{"@type":"node","@id":1436642481,"@timestamp":1316366820},"coords":"51.5089533,-0.17039","bedrooms":"1","price":"258000","area":"472"} , +{"type":"Feature","id":"n1436655752","geometry":{"type":"Point","coordinates":[0.2422288,51.4586928]},"properties":{"@type":"node","@id":1436655752,"@timestamp":1551235925},"coords":"51.4586928,0.2422288","bedrooms":"0","price":"286000","area":"560"} , +{"type":"Feature","id":"n1436693673","geometry":{"type":"Point","coordinates":[0.0375997,51.9532123]},"properties":{"@type":"node","@id":1436693673,"@timestamp":1602870968},"coords":"51.9532123,0.0375997","bedrooms":"4","price":"167000","area":"524"} , +{"type":"Feature","id":"n1436968904","geometry":{"type":"Point","coordinates":[-0.4292141,51.1478708]},"properties":{"@type":"node","@id":1436968904,"@timestamp":1428258763},"coords":"51.1478708,-0.4292141","bedrooms":"2","price":"194000","area":"485"} , +{"type":"Feature","id":"n1437220379","geometry":{"type":"Point","coordinates":[-0.1125134,51.9695017]},"properties":{"@type":"node","@id":1437220379,"@timestamp":1316414896},"coords":"51.9695017,-0.1125134","bedrooms":"4","price":"189000","area":"563"} , +{"type":"Feature","id":"n1437227998","geometry":{"type":"Point","coordinates":[-0.089029,51.9734506]},"properties":{"@type":"node","@id":1437227998,"@timestamp":1619102411},"coords":"51.9734506,-0.089029","bedrooms":"4","price":"172000","area":"493"} , +{"type":"Feature","id":"n1437268131","geometry":{"type":"Point","coordinates":[0.2906844,51.4532661]},"properties":{"@type":"node","@id":1437268131,"@timestamp":1624360955},"coords":"51.4532661,0.2906844","bedrooms":"4","price":"299000","area":"679"} , +{"type":"Feature","id":"n1437367181","geometry":{"type":"Point","coordinates":[-0.0180783,51.6112183]},"properties":{"@type":"node","@id":1437367181,"@timestamp":1586476194},"coords":"51.6112183,-0.0180783","bedrooms":"1","price":"218000","area":"385"} , +{"type":"Feature","id":"n1437629643","geometry":{"type":"Point","coordinates":[-0.3418698,51.5897314]},"properties":{"@type":"node","@id":1437629643,"@timestamp":1622279140},"coords":"51.5897314,-0.3418698","bedrooms":"1","price":"192000","area":"495"} , +{"type":"Feature","id":"n1437659905","geometry":{"type":"Point","coordinates":[-0.0801443,51.96717]},"properties":{"@type":"node","@id":1437659905,"@timestamp":1316456530},"coords":"51.96717,-0.0801443","bedrooms":"1","price":"255000","area":"357"} , +{"type":"Feature","id":"n1437743443","geometry":{"type":"Point","coordinates":[-0.1027177,51.9741842]},"properties":{"@type":"node","@id":1437743443,"@timestamp":1316462000},"coords":"51.9741842,-0.1027177","bedrooms":"0","price":"180000","area":"425"} , +{"type":"Feature","id":"n1437743461","geometry":{"type":"Point","coordinates":[-0.1016821,51.9744882]},"properties":{"@type":"node","@id":1437743461,"@timestamp":1316462001},"coords":"51.9744882,-0.1016821","bedrooms":"4","price":"202000","area":"657"} , +{"type":"Feature","id":"n1437743484","geometry":{"type":"Point","coordinates":[-0.1003571,51.9746435]},"properties":{"@type":"node","@id":1437743484,"@timestamp":1316462002},"coords":"51.9746435,-0.1003571","bedrooms":"4","price":"184000","area":"545"} , +{"type":"Feature","id":"n1437743494","geometry":{"type":"Point","coordinates":[-0.1000945,51.9749575]},"properties":{"@type":"node","@id":1437743494,"@timestamp":1316462002},"coords":"51.9749575,-0.1000945","bedrooms":"4","price":"213000","area":"658"} , +{"type":"Feature","id":"n1437743504","geometry":{"type":"Point","coordinates":[-0.1002659,51.9746601]},"properties":{"@type":"node","@id":1437743504,"@timestamp":1316462003},"coords":"51.9746601,-0.1002659","bedrooms":"2","price":"242000","area":"516"} , +{"type":"Feature","id":"n1437743515","geometry":{"type":"Point","coordinates":[-0.1022403,51.9743693]},"properties":{"@type":"node","@id":1437743515,"@timestamp":1316462004},"coords":"51.9743693,-0.1022403","bedrooms":"0","price":"201000","area":"375"} , +{"type":"Feature","id":"n1437743525","geometry":{"type":"Point","coordinates":[-0.0992148,51.9746766]},"properties":{"@type":"node","@id":1437743525,"@timestamp":1316462004},"coords":"51.9746766,-0.0992148","bedrooms":"2","price":"200000","area":"574"} , +{"type":"Feature","id":"n1437750501","geometry":{"type":"Point","coordinates":[-0.100808,51.9786916]},"properties":{"@type":"node","@id":1437750501,"@timestamp":1316462496},"coords":"51.9786916,-0.100808","bedrooms":"4","price":"218000","area":"422"} , +{"type":"Feature","id":"n1437874082","geometry":{"type":"Point","coordinates":[-0.0111351,51.6371357]},"properties":{"@type":"node","@id":1437874082,"@timestamp":1607039314},"coords":"51.6371357,-0.0111351","bedrooms":"1","price":"185000","area":"430"} , +{"type":"Feature","id":"n1438318673","geometry":{"type":"Point","coordinates":[0.4058739,51.2808206]},"properties":{"@type":"node","@id":1438318673,"@timestamp":1370782809},"coords":"51.2808206,0.4058739","bedrooms":"4","price":"221000","area":"454"} , +{"type":"Feature","id":"n1438484283","geometry":{"type":"Point","coordinates":[-0.5087862,51.6243811]},"properties":{"@type":"node","@id":1438484283,"@timestamp":1625974558},"coords":"51.6243811,-0.5087862","bedrooms":"4","price":"156000","area":"554"} , +{"type":"Feature","id":"n1438891431","geometry":{"type":"Point","coordinates":[-0.394266,51.7974095]},"properties":{"@type":"node","@id":1438891431,"@timestamp":1316562096},"coords":"51.7974095,-0.394266","bedrooms":"1","price":"298000","area":"527"} , +{"type":"Feature","id":"n1439013284","geometry":{"type":"Point","coordinates":[-0.0397472,51.5177433]},"properties":{"@type":"node","@id":1439013284,"@timestamp":1591421688},"coords":"51.5177433,-0.0397472","bedrooms":"3","price":"285000","area":"481"} , +{"type":"Feature","id":"n1439293297","geometry":{"type":"Point","coordinates":[-0.0597817,51.6549743]},"properties":{"@type":"node","@id":1439293297,"@timestamp":1564911797},"coords":"51.6549743,-0.0597817","bedrooms":"1","price":"254000","area":"530"} , +{"type":"Feature","id":"n1439430337","geometry":{"type":"Point","coordinates":[-0.9787995,51.5831041]},"properties":{"@type":"node","@id":1439430337,"@timestamp":1316623326},"coords":"51.5831041,-0.9787995","bedrooms":"1","price":"238000","area":"502"} , +{"type":"Feature","id":"n1439643943","geometry":{"type":"Point","coordinates":[-0.9156375,51.521129]},"properties":{"@type":"node","@id":1439643943,"@timestamp":1476731416},"coords":"51.521129,-0.9156375","bedrooms":"1","price":"197000","area":"378"} , +{"type":"Feature","id":"n1439760527","geometry":{"type":"Point","coordinates":[-0.0806378,51.9866709]},"properties":{"@type":"node","@id":1439760527,"@timestamp":1619102412},"coords":"51.9866709,-0.0806378","bedrooms":"2","price":"228000","area":"444"} , +{"type":"Feature","id":"n1439760768","geometry":{"type":"Point","coordinates":[-0.0811635,51.9861291]},"properties":{"@type":"node","@id":1439760768,"@timestamp":1619102417},"coords":"51.9861291,-0.0811635","bedrooms":"0","price":"208000","area":"655"} , +{"type":"Feature","id":"n1439761267","geometry":{"type":"Point","coordinates":[-0.085439,51.9812856]},"properties":{"@type":"node","@id":1439761267,"@timestamp":1619102421},"coords":"51.9812856,-0.085439","bedrooms":"3","price":"285000","area":"581"} , +{"type":"Feature","id":"n1440165666","geometry":{"type":"Point","coordinates":[-0.0079319,51.542569]},"properties":{"@type":"node","@id":1440165666,"@timestamp":1440769458},"coords":"51.542569,-0.0079319","bedrooms":"2","price":"226000","area":"661"} , +{"type":"Feature","id":"n1440344017","geometry":{"type":"Point","coordinates":[0.3436341,51.9539418]},"properties":{"@type":"node","@id":1440344017,"@timestamp":1316699762},"coords":"51.9539418,0.3436341","bedrooms":"0","price":"194000","area":"527"} , +{"type":"Feature","id":"n1440503941","geometry":{"type":"Point","coordinates":[-0.9769576,51.590078]},"properties":{"@type":"node","@id":1440503941,"@timestamp":1450114092},"coords":"51.590078,-0.9769576","bedrooms":"4","price":"186000","area":"427"} , +{"type":"Feature","id":"n1442043655","geometry":{"type":"Point","coordinates":[0.2967509,51.2119939]},"properties":{"@type":"node","@id":1442043655,"@timestamp":1619425127},"coords":"51.2119939,0.2967509","bedrooms":"4","price":"263000","area":"670"} , +{"type":"Feature","id":"n1442245481","geometry":{"type":"Point","coordinates":[0.6610144,51.5986413]},"properties":{"@type":"node","@id":1442245481,"@timestamp":1316778022},"coords":"51.5986413,0.6610144","bedrooms":"1","price":"237000","area":"551"} , +{"type":"Feature","id":"n1442293318","geometry":{"type":"Point","coordinates":[0.6730926,51.5944223]},"properties":{"@type":"node","@id":1442293318,"@timestamp":1316779045},"coords":"51.5944223,0.6730926","bedrooms":"0","price":"151000","area":"479"} , +{"type":"Feature","id":"n1442293414","geometry":{"type":"Point","coordinates":[0.6731016,51.5947281]},"properties":{"@type":"node","@id":1442293414,"@timestamp":1316779047},"coords":"51.5947281,0.6731016","bedrooms":"3","price":"164000","area":"437"} , +{"type":"Feature","id":"n1442529392","geometry":{"type":"Point","coordinates":[0.6727186,51.5949553]},"properties":{"@type":"node","@id":1442529392,"@timestamp":1316785965},"coords":"51.5949553,0.6727186","bedrooms":"1","price":"270000","area":"399"} , +{"type":"Feature","id":"n1442529440","geometry":{"type":"Point","coordinates":[0.6716781,51.5953032]},"properties":{"@type":"node","@id":1442529440,"@timestamp":1316785966},"coords":"51.5953032,0.6716781","bedrooms":"1","price":"216000","area":"624"} , +{"type":"Feature","id":"n1443315868","geometry":{"type":"Point","coordinates":[-0.212408,51.4683884]},"properties":{"@type":"node","@id":1443315868,"@timestamp":1629830643},"coords":"51.4683884,-0.212408","bedrooms":"4","price":"182000","area":"672"} , +{"type":"Feature","id":"n1444311499","geometry":{"type":"Point","coordinates":[-0.6042981,51.4844247]},"properties":{"@type":"node","@id":1444311499,"@timestamp":1534595466},"coords":"51.4844247,-0.6042981","bedrooms":"4","price":"237000","area":"539"} , +{"type":"Feature","id":"n1444412688","geometry":{"type":"Point","coordinates":[-0.1680938,51.5557494]},"properties":{"@type":"node","@id":1444412688,"@timestamp":1316865798},"coords":"51.5557494,-0.1680938","bedrooms":"0","price":"227000","area":"363"} , +{"type":"Feature","id":"n1444460902","geometry":{"type":"Point","coordinates":[-0.7716497,51.2243071]},"properties":{"@type":"node","@id":1444460902,"@timestamp":1428257492},"coords":"51.2243071,-0.7716497","bedrooms":"3","price":"215000","area":"427"} , +{"type":"Feature","id":"n1444498464","geometry":{"type":"Point","coordinates":[-0.0069996,51.5425907]},"properties":{"@type":"node","@id":1444498464,"@timestamp":1317137882},"coords":"51.5425907,-0.0069996","bedrooms":"2","price":"256000","area":"557"} , +{"type":"Feature","id":"n1444849092","geometry":{"type":"Point","coordinates":[-0.0742188,51.3498322]},"properties":{"@type":"node","@id":1444849092,"@timestamp":1389652036},"coords":"51.3498322,-0.0742188","bedrooms":"0","price":"233000","area":"433"} , +{"type":"Feature","id":"n1444909767","geometry":{"type":"Point","coordinates":[-0.0108849,51.5437523]},"properties":{"@type":"node","@id":1444909767,"@timestamp":1376231855},"coords":"51.5437523,-0.0108849","bedrooms":"4","price":"172000","area":"363"} , +{"type":"Feature","id":"n1444927122","geometry":{"type":"Point","coordinates":[-0.0091988,51.5432393]},"properties":{"@type":"node","@id":1444927122,"@timestamp":1316896159},"coords":"51.5432393,-0.0091988","bedrooms":"1","price":"218000","area":"516"} , +{"type":"Feature","id":"n1445329103","geometry":{"type":"Point","coordinates":[-0.0446695,51.6111178]},"properties":{"@type":"node","@id":1445329103,"@timestamp":1460840465},"coords":"51.6111178,-0.0446695","bedrooms":"2","price":"203000","area":"626"} , +{"type":"Feature","id":"n1445343585","geometry":{"type":"Point","coordinates":[-0.0455382,51.6100132]},"properties":{"@type":"node","@id":1445343585,"@timestamp":1572004600},"coords":"51.6100132,-0.0455382","bedrooms":"2","price":"270000","area":"467"} , +{"type":"Feature","id":"n1445531259","geometry":{"type":"Point","coordinates":[-0.0234138,51.6622863]},"properties":{"@type":"node","@id":1445531259,"@timestamp":1614902165},"coords":"51.6622863,-0.0234138","bedrooms":"4","price":"176000","area":"372"} , +{"type":"Feature","id":"n1445662170","geometry":{"type":"Point","coordinates":[-0.1188535,51.5577176]},"properties":{"@type":"node","@id":1445662170,"@timestamp":1563407350},"coords":"51.5577176,-0.1188535","bedrooms":"2","price":"257000","area":"627"} , +{"type":"Feature","id":"n1445735073","geometry":{"type":"Point","coordinates":[-0.6736534,51.9309294]},"properties":{"@type":"node","@id":1445735073,"@timestamp":1553450526},"coords":"51.9309294,-0.6736534","bedrooms":"2","price":"219000","area":"669"} , +{"type":"Feature","id":"n1445773688","geometry":{"type":"Point","coordinates":[-0.2652627,51.5176565]},"properties":{"@type":"node","@id":1445773688,"@timestamp":1603051264},"coords":"51.5176565,-0.2652627","bedrooms":"0","price":"296000","area":"429"} , +{"type":"Feature","id":"n1445858827","geometry":{"type":"Point","coordinates":[-0.070723,51.528623]},"properties":{"@type":"node","@id":1445858827,"@timestamp":1330806147},"coords":"51.528623,-0.070723","bedrooms":"3","price":"297000","area":"541"} , +{"type":"Feature","id":"n1446290728","geometry":{"type":"Point","coordinates":[-0.0460111,51.6252756]},"properties":{"@type":"node","@id":1446290728,"@timestamp":1599465341},"coords":"51.6252756,-0.0460111","bedrooms":"3","price":"197000","area":"387"} , +{"type":"Feature","id":"n1446537392","geometry":{"type":"Point","coordinates":[-0.2817612,51.3802245]},"properties":{"@type":"node","@id":1446537392,"@timestamp":1568331319},"coords":"51.3802245,-0.2817612","bedrooms":"3","price":"268000","area":"659"} , +{"type":"Feature","id":"n1446857321","geometry":{"type":"Point","coordinates":[-0.0419532,51.6136445]},"properties":{"@type":"node","@id":1446857321,"@timestamp":1572005617},"coords":"51.6136445,-0.0419532","bedrooms":"2","price":"165000","area":"684"} , +{"type":"Feature","id":"n1446993131","geometry":{"type":"Point","coordinates":[-0.0547587,51.6135539]},"properties":{"@type":"node","@id":1446993131,"@timestamp":1427306678},"coords":"51.6135539,-0.0547587","bedrooms":"1","price":"195000","area":"661"} , +{"type":"Feature","id":"n1447021661","geometry":{"type":"Point","coordinates":[-0.0873411,51.616442]},"properties":{"@type":"node","@id":1447021661,"@timestamp":1621618796},"coords":"51.616442,-0.0873411","bedrooms":"4","price":"226000","area":"358"} , +{"type":"Feature","id":"n1447190102","geometry":{"type":"Point","coordinates":[-0.0183203,51.5925716]},"properties":{"@type":"node","@id":1447190102,"@timestamp":1355167324},"coords":"51.5925716,-0.0183203","bedrooms":"1","price":"182000","area":"444"} , +{"type":"Feature","id":"n1447484982","geometry":{"type":"Point","coordinates":[0.3102989,51.2973179]},"properties":{"@type":"node","@id":1447484982,"@timestamp":1317160191},"coords":"51.2973179,0.3102989","bedrooms":"4","price":"284000","area":"666"} , +{"type":"Feature","id":"n1447508835","geometry":{"type":"Point","coordinates":[-0.3921302,51.89969]},"properties":{"@type":"node","@id":1447508835,"@timestamp":1317161792},"coords":"51.89969,-0.3921302","bedrooms":"1","price":"154000","area":"611"} , +{"type":"Feature","id":"n1447880339","geometry":{"type":"Point","coordinates":[-0.4120415,51.1774631]},"properties":{"@type":"node","@id":1447880339,"@timestamp":1317200711},"coords":"51.1774631,-0.4120415","bedrooms":"3","price":"284000","area":"510"} , +{"type":"Feature","id":"n1447898989","geometry":{"type":"Point","coordinates":[-0.0681261,51.614803]},"properties":{"@type":"node","@id":1447898989,"@timestamp":1564911797},"coords":"51.614803,-0.0681261","bedrooms":"2","price":"214000","area":"596"} , +{"type":"Feature","id":"n1447936888","geometry":{"type":"Point","coordinates":[-0.0353557,51.5960399]},"properties":{"@type":"node","@id":1447936888,"@timestamp":1592489911},"coords":"51.5960399,-0.0353557","bedrooms":"1","price":"243000","area":"443"} , +{"type":"Feature","id":"n1448249217","geometry":{"type":"Point","coordinates":[0.2680611,51.4963546]},"properties":{"@type":"node","@id":1448249217,"@timestamp":1412512409},"coords":"51.4963546,0.2680611","bedrooms":"4","price":"164000","area":"669"} , +{"type":"Feature","id":"n1448325302","geometry":{"type":"Point","coordinates":[-0.9203775,51.8461434]},"properties":{"@type":"node","@id":1448325302,"@timestamp":1604781721},"coords":"51.8461434,-0.9203775","bedrooms":"4","price":"274000","area":"447"} , +{"type":"Feature","id":"n1448401507","geometry":{"type":"Point","coordinates":[0.4747727,50.989216]},"properties":{"@type":"node","@id":1448401507,"@timestamp":1584807926},"coords":"50.989216,0.4747727","bedrooms":"3","price":"227000","area":"383"} , +{"type":"Feature","id":"n1448499908","geometry":{"type":"Point","coordinates":[-0.023451,51.5903713]},"properties":{"@type":"node","@id":1448499908,"@timestamp":1615358770},"coords":"51.5903713,-0.023451","bedrooms":"4","price":"193000","area":"542"} , +{"type":"Feature","id":"n1448681868","geometry":{"type":"Point","coordinates":[0.1478876,51.5607424]},"properties":{"@type":"node","@id":1448681868,"@timestamp":1635784428},"coords":"51.5607424,0.1478876","bedrooms":"3","price":"254000","area":"520"} , +{"type":"Feature","id":"n1448825175","geometry":{"type":"Point","coordinates":[-0.133484,51.5257239]},"properties":{"@type":"node","@id":1448825175,"@timestamp":1604858707},"coords":"51.5257239,-0.133484","bedrooms":"0","price":"198000","area":"495"} , +{"type":"Feature","id":"n1448841611","geometry":{"type":"Point","coordinates":[-0.1310869,51.5234675]},"properties":{"@type":"node","@id":1448841611,"@timestamp":1604858707},"coords":"51.5234675,-0.1310869","bedrooms":"0","price":"209000","area":"549"} , +{"type":"Feature","id":"n1448847933","geometry":{"type":"Point","coordinates":[-0.1322218,51.5232734]},"properties":{"@type":"node","@id":1448847933,"@timestamp":1604858707},"coords":"51.5232734,-0.1322218","bedrooms":"1","price":"193000","area":"595"} , +{"type":"Feature","id":"n1448862693","geometry":{"type":"Point","coordinates":[-0.1326677,51.5225061]},"properties":{"@type":"node","@id":1448862693,"@timestamp":1630091319},"coords":"51.5225061,-0.1326677","bedrooms":"0","price":"191000","area":"566"} , +{"type":"Feature","id":"n1448875208","geometry":{"type":"Point","coordinates":[-0.1349175,51.5217415]},"properties":{"@type":"node","@id":1448875208,"@timestamp":1574797190},"coords":"51.5217415,-0.1349175","bedrooms":"3","price":"262000","area":"681"} , +{"type":"Feature","id":"n1448889399","geometry":{"type":"Point","coordinates":[-0.1295733,51.5206942]},"properties":{"@type":"node","@id":1448889399,"@timestamp":1597684347},"coords":"51.5206942,-0.1295733","bedrooms":"0","price":"245000","area":"371"} , +{"type":"Feature","id":"n1448891864","geometry":{"type":"Point","coordinates":[-0.1300896,51.5265156]},"properties":{"@type":"node","@id":1448891864,"@timestamp":1628005614},"coords":"51.5265156,-0.1300896","bedrooms":"1","price":"209000","area":"437"} , +{"type":"Feature","id":"n1449029508","geometry":{"type":"Point","coordinates":[-0.9742082,51.5900597]},"properties":{"@type":"node","@id":1449029508,"@timestamp":1508692975},"coords":"51.5900597,-0.9742082","bedrooms":"0","price":"157000","area":"556"} , +{"type":"Feature","id":"n1449136325","geometry":{"type":"Point","coordinates":[0.1421307,51.5935254]},"properties":{"@type":"node","@id":1449136325,"@timestamp":1635720849},"coords":"51.5935254,0.1421307","bedrooms":"3","price":"178000","area":"574"} , +{"type":"Feature","id":"n1449151472","geometry":{"type":"Point","coordinates":[-0.0197385,51.5927101]},"properties":{"@type":"node","@id":1449151472,"@timestamp":1355430616},"coords":"51.5927101,-0.0197385","bedrooms":"2","price":"189000","area":"576"} , +{"type":"Feature","id":"n1449313180","geometry":{"type":"Point","coordinates":[0.131856,51.7882054]},"properties":{"@type":"node","@id":1449313180,"@timestamp":1613432244},"coords":"51.7882054,0.131856","bedrooms":"0","price":"230000","area":"460"} , +{"type":"Feature","id":"n1449441686","geometry":{"type":"Point","coordinates":[-0.0056613,51.5431252]},"properties":{"@type":"node","@id":1449441686,"@timestamp":1632496019},"coords":"51.5431252,-0.0056613","bedrooms":"4","price":"190000","area":"437"} , +{"type":"Feature","id":"n1449468303","geometry":{"type":"Point","coordinates":[-0.1416285,51.6163817]},"properties":{"@type":"node","@id":1449468303,"@timestamp":1564911797},"coords":"51.6163817,-0.1416285","bedrooms":"3","price":"163000","area":"626"} , +{"type":"Feature","id":"n1449622857","geometry":{"type":"Point","coordinates":[-0.7996748,51.8160872]},"properties":{"@type":"node","@id":1449622857,"@timestamp":1611585979},"coords":"51.8160872,-0.7996748","bedrooms":"2","price":"263000","area":"607"} , +{"type":"Feature","id":"n1450361902","geometry":{"type":"Point","coordinates":[-0.8773446,51.1919036]},"properties":{"@type":"node","@id":1450361902,"@timestamp":1473881541},"coords":"51.1919036,-0.8773446","bedrooms":"4","price":"151000","area":"660"} , +{"type":"Feature","id":"n1450711567","geometry":{"type":"Point","coordinates":[0.7054717,51.8400171]},"properties":{"@type":"node","@id":1450711567,"@timestamp":1629908391},"coords":"51.8400171,0.7054717","bedrooms":"3","price":"217000","area":"560"} , +{"type":"Feature","id":"n1450814235","geometry":{"type":"Point","coordinates":[-0.0742695,51.5463545]},"properties":{"@type":"node","@id":1450814235,"@timestamp":1519176629},"coords":"51.5463545,-0.0742695","bedrooms":"4","price":"161000","area":"613"} , +{"type":"Feature","id":"n1450836104","geometry":{"type":"Point","coordinates":[-0.0753436,51.547758]},"properties":{"@type":"node","@id":1450836104,"@timestamp":1519691839},"coords":"51.547758,-0.0753436","bedrooms":"4","price":"243000","area":"471"} , +{"type":"Feature","id":"n1451111259","geometry":{"type":"Point","coordinates":[0.0714878,51.2388056]},"properties":{"@type":"node","@id":1451111259,"@timestamp":1614001995},"coords":"51.2388056,0.0714878","bedrooms":"1","price":"194000","area":"355"} , +{"type":"Feature","id":"n1451116929","geometry":{"type":"Point","coordinates":[-0.074993,51.3692162]},"properties":{"@type":"node","@id":1451116929,"@timestamp":1577104872},"coords":"51.3692162,-0.074993","bedrooms":"0","price":"272000","area":"377"} , +{"type":"Feature","id":"n1451200009","geometry":{"type":"Point","coordinates":[-0.4474261,51.5227648]},"properties":{"@type":"node","@id":1451200009,"@timestamp":1564911797},"coords":"51.5227648,-0.4474261","bedrooms":"3","price":"296000","area":"456"} , +{"type":"Feature","id":"n1451310071","geometry":{"type":"Point","coordinates":[-0.148661,51.5703491]},"properties":{"@type":"node","@id":1451310071,"@timestamp":1317513617},"coords":"51.5703491,-0.148661","bedrooms":"0","price":"241000","area":"417"} , +{"type":"Feature","id":"n1451327451","geometry":{"type":"Point","coordinates":[-0.1423701,51.5692088]},"properties":{"@type":"node","@id":1451327451,"@timestamp":1623088572},"coords":"51.5692088,-0.1423701","bedrooms":"0","price":"254000","area":"524"} , +{"type":"Feature","id":"n1451347215","geometry":{"type":"Point","coordinates":[-0.1271234,51.5720625]},"properties":{"@type":"node","@id":1451347215,"@timestamp":1317519368},"coords":"51.5720625,-0.1271234","bedrooms":"1","price":"262000","area":"617"} , +{"type":"Feature","id":"n1451875426","geometry":{"type":"Point","coordinates":[-0.3648504,51.4422401]},"properties":{"@type":"node","@id":1451875426,"@timestamp":1564911799},"coords":"51.4422401,-0.3648504","bedrooms":"1","price":"296000","area":"488"} , +{"type":"Feature","id":"n1451898927","geometry":{"type":"Point","coordinates":[-0.6705039,51.1056216]},"properties":{"@type":"node","@id":1451898927,"@timestamp":1317552429},"coords":"51.1056216,-0.6705039","bedrooms":"4","price":"195000","area":"453"} , +{"type":"Feature","id":"n1451906897","geometry":{"type":"Point","coordinates":[-0.2820092,51.4918888]},"properties":{"@type":"node","@id":1451906897,"@timestamp":1564911799},"coords":"51.4918888,-0.2820092","bedrooms":"4","price":"164000","area":"645"} , +{"type":"Feature","id":"n1451908898","geometry":{"type":"Point","coordinates":[0.1707512,51.4074719]},"properties":{"@type":"node","@id":1451908898,"@timestamp":1317553823},"coords":"51.4074719,0.1707512","bedrooms":"3","price":"162000","area":"586"} , +{"type":"Feature","id":"n1452370564","geometry":{"type":"Point","coordinates":[-0.9400997,51.8440987]},"properties":{"@type":"node","@id":1452370564,"@timestamp":1317570046},"coords":"51.8440987,-0.9400997","bedrooms":"2","price":"243000","area":"598"} , +{"type":"Feature","id":"n1452626238","geometry":{"type":"Point","coordinates":[-0.374018,51.4386519]},"properties":{"@type":"node","@id":1452626238,"@timestamp":1601040141},"coords":"51.4386519,-0.374018","bedrooms":"3","price":"229000","area":"471"} , +{"type":"Feature","id":"n1452911814","geometry":{"type":"Point","coordinates":[-0.4264736,51.2040912]},"properties":{"@type":"node","@id":1452911814,"@timestamp":1574155550},"coords":"51.2040912,-0.4264736","bedrooms":"1","price":"268000","area":"499"} , +{"type":"Feature","id":"n1452973515","geometry":{"type":"Point","coordinates":[-0.0157382,51.5904976]},"properties":{"@type":"node","@id":1452973515,"@timestamp":1355166344},"coords":"51.5904976,-0.0157382","bedrooms":"4","price":"191000","area":"558"} , +{"type":"Feature","id":"n1452990197","geometry":{"type":"Point","coordinates":[-0.0160921,51.5903256]},"properties":{"@type":"node","@id":1452990197,"@timestamp":1355169565},"coords":"51.5903256,-0.0160921","bedrooms":"2","price":"161000","area":"585"} , +{"type":"Feature","id":"n1453664784","geometry":{"type":"Point","coordinates":[-0.096689,51.3707293]},"properties":{"@type":"node","@id":1453664784,"@timestamp":1564911799},"coords":"51.3707293,-0.096689","bedrooms":"1","price":"259000","area":"420"} , +{"type":"Feature","id":"n1453686000","geometry":{"type":"Point","coordinates":[0.1885367,51.5655574]},"properties":{"@type":"node","@id":1453686000,"@timestamp":1317647082},"coords":"51.5655574,0.1885367","bedrooms":"4","price":"298000","area":"391"} , +{"type":"Feature","id":"n1453753717","geometry":{"type":"Point","coordinates":[-0.0371297,51.4292622]},"properties":{"@type":"node","@id":1453753717,"@timestamp":1616978081},"coords":"51.4292622,-0.0371297","bedrooms":"0","price":"190000","area":"350"} , +{"type":"Feature","id":"n1453785022","geometry":{"type":"Point","coordinates":[-0.0343822,51.4284872]},"properties":{"@type":"node","@id":1453785022,"@timestamp":1516970924},"coords":"51.4284872,-0.0343822","bedrooms":"1","price":"207000","area":"673"} , +{"type":"Feature","id":"n1453942491","geometry":{"type":"Point","coordinates":[-0.0186326,51.592373]},"properties":{"@type":"node","@id":1453942491,"@timestamp":1355073112},"coords":"51.592373,-0.0186326","bedrooms":"0","price":"257000","area":"539"} , +{"type":"Feature","id":"n1454011414","geometry":{"type":"Point","coordinates":[-0.0824315,51.3657559]},"properties":{"@type":"node","@id":1454011414,"@timestamp":1317664324},"coords":"51.3657559,-0.0824315","bedrooms":"3","price":"230000","area":"350"} , +{"type":"Feature","id":"n1454192786","geometry":{"type":"Point","coordinates":[-0.0685622,51.1956709]},"properties":{"@type":"node","@id":1454192786,"@timestamp":1618695135},"coords":"51.1956709,-0.0685622","bedrooms":"1","price":"241000","area":"633"} , +{"type":"Feature","id":"n1454248933","geometry":{"type":"Point","coordinates":[-0.279408,51.6104438]},"properties":{"@type":"node","@id":1454248933,"@timestamp":1350908537},"coords":"51.6104438,-0.279408","bedrooms":"4","price":"246000","area":"554"} , +{"type":"Feature","id":"n1454251679","geometry":{"type":"Point","coordinates":[0.0563022,51.8670399]},"properties":{"@type":"node","@id":1454251679,"@timestamp":1317673433},"coords":"51.8670399,0.0563022","bedrooms":"1","price":"245000","area":"623"} , +{"type":"Feature","id":"n1454251708","geometry":{"type":"Point","coordinates":[0.0317183,51.8820114]},"properties":{"@type":"node","@id":1454251708,"@timestamp":1317673435},"coords":"51.8820114,0.0317183","bedrooms":"0","price":"270000","area":"390"} , +{"type":"Feature","id":"n1454251732","geometry":{"type":"Point","coordinates":[0.0388518,51.878122]},"properties":{"@type":"node","@id":1454251732,"@timestamp":1317673435},"coords":"51.878122,0.0388518","bedrooms":"4","price":"287000","area":"379"} , +{"type":"Feature","id":"n1454251760","geometry":{"type":"Point","coordinates":[0.0532096,51.8690654]},"properties":{"@type":"node","@id":1454251760,"@timestamp":1317673436},"coords":"51.8690654,0.0532096","bedrooms":"1","price":"266000","area":"658"} , +{"type":"Feature","id":"n1454268304","geometry":{"type":"Point","coordinates":[-0.2489178,51.396037]},"properties":{"@type":"node","@id":1454268304,"@timestamp":1551736501},"coords":"51.396037,-0.2489178","bedrooms":"4","price":"231000","area":"556"} , +{"type":"Feature","id":"n1454311709","geometry":{"type":"Point","coordinates":[-0.240367,51.4039805]},"properties":{"@type":"node","@id":1454311709,"@timestamp":1616321965},"coords":"51.4039805,-0.240367","bedrooms":"4","price":"216000","area":"514"} , +{"type":"Feature","id":"n1454787462","geometry":{"type":"Point","coordinates":[-0.1637225,51.9221847]},"properties":{"@type":"node","@id":1454787462,"@timestamp":1486976164},"coords":"51.9221847,-0.1637225","bedrooms":"1","price":"162000","area":"483"} , +{"type":"Feature","id":"n1454920156","geometry":{"type":"Point","coordinates":[-0.0690878,51.8282021]},"properties":{"@type":"node","@id":1454920156,"@timestamp":1317737305},"coords":"51.8282021,-0.0690878","bedrooms":"2","price":"250000","area":"370"} , +{"type":"Feature","id":"n1454920200","geometry":{"type":"Point","coordinates":[-0.0637717,51.8357687]},"properties":{"@type":"node","@id":1454920200,"@timestamp":1317737305},"coords":"51.8357687,-0.0637717","bedrooms":"0","price":"285000","area":"468"} , +{"type":"Feature","id":"n1454920244","geometry":{"type":"Point","coordinates":[-0.0715823,51.8311659]},"properties":{"@type":"node","@id":1454920244,"@timestamp":1317737306},"coords":"51.8311659,-0.0715823","bedrooms":"0","price":"214000","area":"595"} , +{"type":"Feature","id":"n1454929513","geometry":{"type":"Point","coordinates":[-0.0705687,51.8234715]},"properties":{"@type":"node","@id":1454929513,"@timestamp":1317737814},"coords":"51.8234715,-0.0705687","bedrooms":"1","price":"239000","area":"429"} , +{"type":"Feature","id":"n1454929533","geometry":{"type":"Point","coordinates":[-0.0710032,51.8229973]},"properties":{"@type":"node","@id":1454929533,"@timestamp":1317737815},"coords":"51.8229973,-0.0710032","bedrooms":"1","price":"272000","area":"435"} , +{"type":"Feature","id":"n1454935916","geometry":{"type":"Point","coordinates":[-0.0740657,51.8176565]},"properties":{"@type":"node","@id":1454935916,"@timestamp":1317738091},"coords":"51.8176565,-0.0740657","bedrooms":"0","price":"262000","area":"539"} , +{"type":"Feature","id":"n1454935970","geometry":{"type":"Point","coordinates":[-0.08016,51.8130037]},"properties":{"@type":"node","@id":1454935970,"@timestamp":1317738093},"coords":"51.8130037,-0.08016","bedrooms":"3","price":"206000","area":"652"} , +{"type":"Feature","id":"n1454945185","geometry":{"type":"Point","coordinates":[-0.0660462,51.82613]},"properties":{"@type":"node","@id":1454945185,"@timestamp":1438472998},"coords":"51.82613,-0.0660462","bedrooms":"4","price":"191000","area":"481"} , +{"type":"Feature","id":"n1454945210","geometry":{"type":"Point","coordinates":[-0.0772417,51.838548]},"properties":{"@type":"node","@id":1454945210,"@timestamp":1438472998},"coords":"51.838548,-0.0772417","bedrooms":"2","price":"204000","area":"498"} , +{"type":"Feature","id":"n1455067947","geometry":{"type":"Point","coordinates":[-0.2228264,51.3913251]},"properties":{"@type":"node","@id":1455067947,"@timestamp":1591438106},"coords":"51.3913251,-0.2228264","bedrooms":"2","price":"207000","area":"537"} , +{"type":"Feature","id":"n1455087862","geometry":{"type":"Point","coordinates":[0.6069829,51.6509963]},"properties":{"@type":"node","@id":1455087862,"@timestamp":1319789257},"coords":"51.6509963,0.6069829","bedrooms":"2","price":"172000","area":"669"} , +{"type":"Feature","id":"n1455585960","geometry":{"type":"Point","coordinates":[-0.1235652,51.5260671]},"properties":{"@type":"node","@id":1455585960,"@timestamp":1589562413},"coords":"51.5260671,-0.1235652","bedrooms":"0","price":"257000","area":"397"} , +{"type":"Feature","id":"n1455586083","geometry":{"type":"Point","coordinates":[-0.1231143,51.5255294]},"properties":{"@type":"node","@id":1455586083,"@timestamp":1589562413},"coords":"51.5255294,-0.1231143","bedrooms":"4","price":"280000","area":"477"} , +{"type":"Feature","id":"n1455586179","geometry":{"type":"Point","coordinates":[-0.122642,51.5258551]},"properties":{"@type":"node","@id":1455586179,"@timestamp":1589562413},"coords":"51.5258551,-0.122642","bedrooms":"0","price":"219000","area":"591"} , +{"type":"Feature","id":"n1455608135","geometry":{"type":"Point","coordinates":[-0.1195037,51.5261222]},"properties":{"@type":"node","@id":1455608135,"@timestamp":1317773108},"coords":"51.5261222,-0.1195037","bedrooms":"4","price":"239000","area":"473"} , +{"type":"Feature","id":"n1455618259","geometry":{"type":"Point","coordinates":[-0.1195589,51.5264973]},"properties":{"@type":"node","@id":1455618259,"@timestamp":1589642604},"coords":"51.5264973,-0.1195589","bedrooms":"3","price":"171000","area":"658"} , +{"type":"Feature","id":"n1455618389","geometry":{"type":"Point","coordinates":[-0.1183752,51.5268763]},"properties":{"@type":"node","@id":1455618389,"@timestamp":1317774792},"coords":"51.5268763,-0.1183752","bedrooms":"2","price":"153000","area":"561"} , +{"type":"Feature","id":"n1455768799","geometry":{"type":"Point","coordinates":[-0.1324726,51.5320726]},"properties":{"@type":"node","@id":1455768799,"@timestamp":1317806464},"coords":"51.5320726,-0.1324726","bedrooms":"2","price":"175000","area":"365"} , +{"type":"Feature","id":"n1455832781","geometry":{"type":"Point","coordinates":[-0.1320814,51.5313871]},"properties":{"@type":"node","@id":1455832781,"@timestamp":1317815362},"coords":"51.5313871,-0.1320814","bedrooms":"4","price":"151000","area":"432"} , +{"type":"Feature","id":"n1455936334","geometry":{"type":"Point","coordinates":[0.2938378,51.2108393]},"properties":{"@type":"node","@id":1455936334,"@timestamp":1619425127},"coords":"51.2108393,0.2938378","bedrooms":"0","price":"203000","area":"490"} , +{"type":"Feature","id":"n1456533448","geometry":{"type":"Point","coordinates":[-1.0296225,51.4500774]},"properties":{"@type":"node","@id":1456533448,"@timestamp":1630153235},"coords":"51.4500774,-1.0296225","bedrooms":"3","price":"214000","area":"573"} , +{"type":"Feature","id":"n1457011533","geometry":{"type":"Point","coordinates":[-0.0290673,51.6037816]},"properties":{"@type":"node","@id":1457011533,"@timestamp":1359284531},"coords":"51.6037816,-0.0290673","bedrooms":"4","price":"161000","area":"463"} , +{"type":"Feature","id":"n1457569191","geometry":{"type":"Point","coordinates":[-0.0604026,51.8297702]},"properties":{"@type":"node","@id":1457569191,"@timestamp":1317978919},"coords":"51.8297702,-0.0604026","bedrooms":"1","price":"204000","area":"621"} , +{"type":"Feature","id":"n1457700872","geometry":{"type":"Point","coordinates":[-0.0788498,51.6412304]},"properties":{"@type":"node","@id":1457700872,"@timestamp":1604012522},"coords":"51.6412304,-0.0788498","bedrooms":"4","price":"224000","area":"583"} , +{"type":"Feature","id":"n1458180075","geometry":{"type":"Point","coordinates":[0.8483515,51.1221962]},"properties":{"@type":"node","@id":1458180075,"@timestamp":1562766657},"coords":"51.1221962,0.8483515","bedrooms":"2","price":"237000","area":"489"} , +{"type":"Feature","id":"n1459115408","geometry":{"type":"Point","coordinates":[-0.0375868,51.5314663]},"properties":{"@type":"node","@id":1459115408,"@timestamp":1573725463},"coords":"51.5314663,-0.0375868","bedrooms":"4","price":"217000","area":"504"} , +{"type":"Feature","id":"n1459143171","geometry":{"type":"Point","coordinates":[-0.0077143,51.5439495]},"properties":{"@type":"node","@id":1459143171,"@timestamp":1536915959},"coords":"51.5439495,-0.0077143","bedrooms":"0","price":"237000","area":"548"} , +{"type":"Feature","id":"n1459162554","geometry":{"type":"Point","coordinates":[-0.3551746,51.4223714]},"properties":{"@type":"node","@id":1459162554,"@timestamp":1318097563},"coords":"51.4223714,-0.3551746","bedrooms":"3","price":"205000","area":"424"} , +{"type":"Feature","id":"n1459284358","geometry":{"type":"Point","coordinates":[0.2003708,51.4135314]},"properties":{"@type":"node","@id":1459284358,"@timestamp":1608545618},"coords":"51.4135314,0.2003708","bedrooms":"1","price":"292000","area":"397"} , +{"type":"Feature","id":"n1459663389","geometry":{"type":"Point","coordinates":[-1.0638945,51.0978137]},"properties":{"@type":"node","@id":1459663389,"@timestamp":1318152567},"coords":"51.0978137,-1.0638945","bedrooms":"0","price":"186000","area":"500"} , +{"type":"Feature","id":"n1459695735","geometry":{"type":"Point","coordinates":[0.1601177,51.4043598]},"properties":{"@type":"node","@id":1459695735,"@timestamp":1318153874},"coords":"51.4043598,0.1601177","bedrooms":"4","price":"289000","area":"393"} , +{"type":"Feature","id":"n1459933169","geometry":{"type":"Point","coordinates":[-0.7409915,51.387015]},"properties":{"@type":"node","@id":1459933169,"@timestamp":1318166451},"coords":"51.387015,-0.7409915","bedrooms":"1","price":"172000","area":"657"} , +{"type":"Feature","id":"n1460157150","geometry":{"type":"Point","coordinates":[-0.4869138,51.3717476]},"properties":{"@type":"node","@id":1460157150,"@timestamp":1610730908},"coords":"51.3717476,-0.4869138","bedrooms":"0","price":"178000","area":"681"} , +{"type":"Feature","id":"n1460258161","geometry":{"type":"Point","coordinates":[-0.4927002,51.3707388]},"properties":{"@type":"node","@id":1460258161,"@timestamp":1558204085},"coords":"51.3707388,-0.4927002","bedrooms":"0","price":"287000","area":"512"} , +{"type":"Feature","id":"n1460492026","geometry":{"type":"Point","coordinates":[-0.786222,51.2201535]},"properties":{"@type":"node","@id":1460492026,"@timestamp":1619713726},"coords":"51.2201535,-0.786222","bedrooms":"1","price":"168000","area":"691"} , +{"type":"Feature","id":"n1460558987","geometry":{"type":"Point","coordinates":[-0.7838221,51.6891779]},"properties":{"@type":"node","@id":1460558987,"@timestamp":1445882804},"coords":"51.6891779,-0.7838221","bedrooms":"4","price":"199000","area":"565"} , +{"type":"Feature","id":"n1460565767","geometry":{"type":"Point","coordinates":[-0.8000039,51.632892]},"properties":{"@type":"node","@id":1460565767,"@timestamp":1436720492},"coords":"51.632892,-0.8000039","bedrooms":"1","price":"206000","area":"688"} , +{"type":"Feature","id":"n1461408639","geometry":{"type":"Point","coordinates":[-0.0246339,51.5251737]},"properties":{"@type":"node","@id":1461408639,"@timestamp":1442860051},"coords":"51.5251737,-0.0246339","bedrooms":"2","price":"232000","area":"382"} , +{"type":"Feature","id":"n1461755322","geometry":{"type":"Point","coordinates":[0.2430461,51.165391]},"properties":{"@type":"node","@id":1461755322,"@timestamp":1318280493},"coords":"51.165391,0.2430461","bedrooms":"0","price":"190000","area":"485"} , +{"type":"Feature","id":"n1461866819","geometry":{"type":"Point","coordinates":[-0.5023241,51.3919153]},"properties":{"@type":"node","@id":1461866819,"@timestamp":1318283499},"coords":"51.3919153,-0.5023241","bedrooms":"0","price":"291000","area":"575"} , +{"type":"Feature","id":"n1462368903","geometry":{"type":"Point","coordinates":[-0.8520484,51.4067231]},"properties":{"@type":"node","@id":1462368903,"@timestamp":1318339433},"coords":"51.4067231,-0.8520484","bedrooms":"3","price":"217000","area":"693"} , +{"type":"Feature","id":"n1462430767","geometry":{"type":"Point","coordinates":[0.1634104,51.1504358]},"properties":{"@type":"node","@id":1462430767,"@timestamp":1399550682},"coords":"51.1504358,0.1634104","bedrooms":"4","price":"163000","area":"606"} , +{"type":"Feature","id":"n1462430980","geometry":{"type":"Point","coordinates":[0.1915141,51.1572808]},"properties":{"@type":"node","@id":1462430980,"@timestamp":1418982759},"coords":"51.1572808,0.1915141","bedrooms":"3","price":"181000","area":"569"} , +{"type":"Feature","id":"n1462431259","geometry":{"type":"Point","coordinates":[0.1522203,51.1932485]},"properties":{"@type":"node","@id":1462431259,"@timestamp":1318341998},"coords":"51.1932485,0.1522203","bedrooms":"2","price":"266000","area":"690"} , +{"type":"Feature","id":"n1462488706","geometry":{"type":"Point","coordinates":[0.6321751,51.7861137]},"properties":{"@type":"node","@id":1462488706,"@timestamp":1487104030},"coords":"51.7861137,0.6321751","bedrooms":"1","price":"276000","area":"582"} , +{"type":"Feature","id":"n1462605783","geometry":{"type":"Point","coordinates":[0.658085,51.8131331]},"properties":{"@type":"node","@id":1462605783,"@timestamp":1531043679},"coords":"51.8131331,0.658085","bedrooms":"1","price":"203000","area":"435"} , +{"type":"Feature","id":"n1462708657","geometry":{"type":"Point","coordinates":[0.7242016,51.8435972]},"properties":{"@type":"node","@id":1462708657,"@timestamp":1487103750},"coords":"51.8435972,0.7242016","bedrooms":"1","price":"292000","area":"661"} , +{"type":"Feature","id":"n1463018547","geometry":{"type":"Point","coordinates":[0.1590769,51.4050329]},"properties":{"@type":"node","@id":1463018547,"@timestamp":1625886701},"coords":"51.4050329,0.1590769","bedrooms":"2","price":"293000","area":"582"} , +{"type":"Feature","id":"n1463052585","geometry":{"type":"Point","coordinates":[0.0028848,51.6313996]},"properties":{"@type":"node","@id":1463052585,"@timestamp":1621676971},"coords":"51.6313996,0.0028848","bedrooms":"0","price":"186000","area":"641"} , +{"type":"Feature","id":"n1463181346","geometry":{"type":"Point","coordinates":[-0.0189923,51.3438727]},"properties":{"@type":"node","@id":1463181346,"@timestamp":1478714912},"coords":"51.3438727,-0.0189923","bedrooms":"0","price":"229000","area":"636"} , +{"type":"Feature","id":"n1464442683","geometry":{"type":"Point","coordinates":[0.6174592,51.6444559]},"properties":{"@type":"node","@id":1464442683,"@timestamp":1605652129},"coords":"51.6444559,0.6174592","bedrooms":"3","price":"259000","area":"440"} , +{"type":"Feature","id":"n1464442756","geometry":{"type":"Point","coordinates":[0.6198879,51.6434675]},"properties":{"@type":"node","@id":1464442756,"@timestamp":1318455330},"coords":"51.6434675,0.6198879","bedrooms":"4","price":"208000","area":"693"} , +{"type":"Feature","id":"n1464487173","geometry":{"type":"Point","coordinates":[-0.1058508,51.91049]},"properties":{"@type":"node","@id":1464487173,"@timestamp":1318456728},"coords":"51.91049,-0.1058508","bedrooms":"1","price":"298000","area":"397"} , +{"type":"Feature","id":"n1464491809","geometry":{"type":"Point","coordinates":[-0.0863243,51.9345485]},"properties":{"@type":"node","@id":1464491809,"@timestamp":1318456951},"coords":"51.9345485,-0.0863243","bedrooms":"1","price":"244000","area":"447"} , +{"type":"Feature","id":"n1464491822","geometry":{"type":"Point","coordinates":[-0.0929279,51.9381866]},"properties":{"@type":"node","@id":1464491822,"@timestamp":1318456952},"coords":"51.9381866,-0.0929279","bedrooms":"2","price":"176000","area":"354"} , +{"type":"Feature","id":"n1464494157","geometry":{"type":"Point","coordinates":[0.6170853,51.6441795]},"properties":{"@type":"node","@id":1464494157,"@timestamp":1318457130},"coords":"51.6441795,0.6170853","bedrooms":"4","price":"252000","area":"636"} , +{"type":"Feature","id":"n1464905398","geometry":{"type":"Point","coordinates":[-0.5092689,51.3903867]},"properties":{"@type":"node","@id":1464905398,"@timestamp":1318495772},"coords":"51.3903867,-0.5092689","bedrooms":"0","price":"272000","area":"645"} , +{"type":"Feature","id":"n1465015114","geometry":{"type":"Point","coordinates":[-0.2010705,51.2425963]},"properties":{"@type":"node","@id":1465015114,"@timestamp":1632561193},"coords":"51.2425963,-0.2010705","bedrooms":"2","price":"161000","area":"614"} , +{"type":"Feature","id":"n1465015129","geometry":{"type":"Point","coordinates":[-0.1994517,51.242538]},"properties":{"@type":"node","@id":1465015129,"@timestamp":1632561193},"coords":"51.242538,-0.1994517","bedrooms":"4","price":"248000","area":"466"} , +{"type":"Feature","id":"n1465167019","geometry":{"type":"Point","coordinates":[-0.1250467,51.5250259]},"properties":{"@type":"node","@id":1465167019,"@timestamp":1631716356},"coords":"51.5250259,-0.1250467","bedrooms":"2","price":"270000","area":"381"} , +{"type":"Feature","id":"n1466932333","geometry":{"type":"Point","coordinates":[-0.1978637,51.2391651]},"properties":{"@type":"node","@id":1466932333,"@timestamp":1633036797},"coords":"51.2391651,-0.1978637","bedrooms":"3","price":"166000","area":"649"} , +{"type":"Feature","id":"n1467233820","geometry":{"type":"Point","coordinates":[0.6482836,51.5639892]},"properties":{"@type":"node","@id":1467233820,"@timestamp":1561670453},"coords":"51.5639892,0.6482836","bedrooms":"2","price":"246000","area":"477"} , +{"type":"Feature","id":"n1467314363","geometry":{"type":"Point","coordinates":[0.0801078,51.516759]},"properties":{"@type":"node","@id":1467314363,"@timestamp":1333618222},"coords":"51.516759,0.0801078","bedrooms":"3","price":"290000","area":"459"} , +{"type":"Feature","id":"n1467583621","geometry":{"type":"Point","coordinates":[0.5295972,51.273144]},"properties":{"@type":"node","@id":1467583621,"@timestamp":1574564829},"coords":"51.273144,0.5295972","bedrooms":"4","price":"291000","area":"588"} , +{"type":"Feature","id":"n1467731347","geometry":{"type":"Point","coordinates":[-0.1987836,51.2325429]},"properties":{"@type":"node","@id":1467731347,"@timestamp":1633553864},"coords":"51.2325429,-0.1987836","bedrooms":"0","price":"157000","area":"527"} , +{"type":"Feature","id":"n1467734325","geometry":{"type":"Point","coordinates":[-0.1977577,51.2303188]},"properties":{"@type":"node","@id":1467734325,"@timestamp":1634071768},"coords":"51.2303188,-0.1977577","bedrooms":"3","price":"243000","area":"483"} , +{"type":"Feature","id":"n1468050341","geometry":{"type":"Point","coordinates":[0.5111265,51.4246099]},"properties":{"@type":"node","@id":1468050341,"@timestamp":1402097449},"coords":"51.4246099,0.5111265","bedrooms":"3","price":"261000","area":"598"} , +{"type":"Feature","id":"n1468335635","geometry":{"type":"Point","coordinates":[-0.7199454,51.0882658]},"properties":{"@type":"node","@id":1468335635,"@timestamp":1318873449},"coords":"51.0882658,-0.7199454","bedrooms":"1","price":"233000","area":"516"} , +{"type":"Feature","id":"n1468617434","geometry":{"type":"Point","coordinates":[-0.4506195,51.2020582]},"properties":{"@type":"node","@id":1468617434,"@timestamp":1318710997},"coords":"51.2020582,-0.4506195","bedrooms":"2","price":"252000","area":"600"} , +{"type":"Feature","id":"n1469041305","geometry":{"type":"Point","coordinates":[0.2751233,51.1863499]},"properties":{"@type":"node","@id":1469041305,"@timestamp":1569443718},"coords":"51.1863499,0.2751233","bedrooms":"0","price":"231000","area":"446"} , +{"type":"Feature","id":"n1469072201","geometry":{"type":"Point","coordinates":[-1.0142463,51.1021586]},"properties":{"@type":"node","@id":1469072201,"@timestamp":1318757420},"coords":"51.1021586,-1.0142463","bedrooms":"2","price":"184000","area":"633"} , +{"type":"Feature","id":"n1469366003","geometry":{"type":"Point","coordinates":[-0.4492612,51.1568688]},"properties":{"@type":"node","@id":1469366003,"@timestamp":1381692167},"coords":"51.1568688,-0.4492612","bedrooms":"2","price":"294000","area":"389"} , +{"type":"Feature","id":"n1469739063","geometry":{"type":"Point","coordinates":[0.664976,50.9916082]},"properties":{"@type":"node","@id":1469739063,"@timestamp":1318790623},"coords":"50.9916082,0.664976","bedrooms":"0","price":"257000","area":"396"} , +{"type":"Feature","id":"n1469963519","geometry":{"type":"Point","coordinates":[-0.2547927,51.5911142]},"properties":{"@type":"node","@id":1469963519,"@timestamp":1611590041},"coords":"51.5911142,-0.2547927","bedrooms":"0","price":"280000","area":"411"} , +{"type":"Feature","id":"n1470846153","geometry":{"type":"Point","coordinates":[-0.0919324,51.3748109]},"properties":{"@type":"node","@id":1470846153,"@timestamp":1526001243},"coords":"51.3748109,-0.0919324","bedrooms":"1","price":"216000","area":"446"} , +{"type":"Feature","id":"n1470994829","geometry":{"type":"Point","coordinates":[-0.0408672,51.6024659]},"properties":{"@type":"node","@id":1470994829,"@timestamp":1470557256},"coords":"51.6024659,-0.0408672","bedrooms":"1","price":"217000","area":"607"} , +{"type":"Feature","id":"n1471037181","geometry":{"type":"Point","coordinates":[-0.0458518,51.5378187]},"properties":{"@type":"node","@id":1471037181,"@timestamp":1591721331},"coords":"51.5378187,-0.0458518","bedrooms":"1","price":"168000","area":"504"} , +{"type":"Feature","id":"n1471053723","geometry":{"type":"Point","coordinates":[0.6057917,51.0007402]},"properties":{"@type":"node","@id":1471053723,"@timestamp":1318877412},"coords":"51.0007402,0.6057917","bedrooms":"2","price":"204000","area":"525"} , +{"type":"Feature","id":"n1471980577","geometry":{"type":"Point","coordinates":[-0.7100328,51.0888644]},"properties":{"@type":"node","@id":1471980577,"@timestamp":1485470375},"coords":"51.0888644,-0.7100328","bedrooms":"0","price":"176000","area":"480"} , +{"type":"Feature","id":"n1472237647","geometry":{"type":"Point","coordinates":[-0.808402,51.8163422]},"properties":{"@type":"node","@id":1472237647,"@timestamp":1620745057},"coords":"51.8163422,-0.808402","bedrooms":"0","price":"296000","area":"603"} , +{"type":"Feature","id":"n1472427764","geometry":{"type":"Point","coordinates":[-0.8243219,51.8279501]},"properties":{"@type":"node","@id":1472427764,"@timestamp":1318971436},"coords":"51.8279501,-0.8243219","bedrooms":"0","price":"247000","area":"365"} , +{"type":"Feature","id":"n1472978960","geometry":{"type":"Point","coordinates":[-0.8159652,51.8195433]},"properties":{"@type":"node","@id":1472978960,"@timestamp":1611074793},"coords":"51.8195433,-0.8159652","bedrooms":"3","price":"289000","area":"697"} , +{"type":"Feature","id":"n1473262672","geometry":{"type":"Point","coordinates":[-0.8101525,51.8122111]},"properties":{"@type":"node","@id":1473262672,"@timestamp":1634560036},"coords":"51.8122111,-0.8101525","bedrooms":"4","price":"214000","area":"598"} , +{"type":"Feature","id":"n1473283427","geometry":{"type":"Point","coordinates":[-0.9884588,51.4584327]},"properties":{"@type":"node","@id":1473283427,"@timestamp":1559897633},"coords":"51.4584327,-0.9884588","bedrooms":"0","price":"206000","area":"407"} , +{"type":"Feature","id":"n1473360269","geometry":{"type":"Point","coordinates":[0.6175,51.5018]},"properties":{"@type":"node","@id":1473360269,"@timestamp":1324045537},"coords":"51.5018,0.6175","bedrooms":"0","price":"150000","area":"512"} , +{"type":"Feature","id":"n1473515224","geometry":{"type":"Point","coordinates":[0.2247049,51.8611905]},"properties":{"@type":"node","@id":1473515224,"@timestamp":1616712513},"coords":"51.8611905,0.2247049","bedrooms":"4","price":"235000","area":"501"} , +{"type":"Feature","id":"n1474275517","geometry":{"type":"Point","coordinates":[-0.902246,51.4507911]},"properties":{"@type":"node","@id":1474275517,"@timestamp":1452422328},"coords":"51.4507911,-0.902246","bedrooms":"3","price":"219000","area":"616"} , +{"type":"Feature","id":"n1474554219","geometry":{"type":"Point","coordinates":[-0.4875403,51.3596886]},"properties":{"@type":"node","@id":1474554219,"@timestamp":1319144136},"coords":"51.3596886,-0.4875403","bedrooms":"1","price":"185000","area":"642"} , +{"type":"Feature","id":"n1474634391","geometry":{"type":"Point","coordinates":[-0.3916934,51.6793414]},"properties":{"@type":"node","@id":1474634391,"@timestamp":1628553248},"coords":"51.6793414,-0.3916934","bedrooms":"4","price":"279000","area":"693"} , +{"type":"Feature","id":"n1474912636","geometry":{"type":"Point","coordinates":[-0.9527137,51.0089395]},"properties":{"@type":"node","@id":1474912636,"@timestamp":1319189726},"coords":"51.0089395,-0.9527137","bedrooms":"1","price":"289000","area":"373"} , +{"type":"Feature","id":"n1474925619","geometry":{"type":"Point","coordinates":[-0.7306284,51.0889586]},"properties":{"@type":"node","@id":1474925619,"@timestamp":1460628306},"coords":"51.0889586,-0.7306284","bedrooms":"4","price":"281000","area":"490"} , +{"type":"Feature","id":"n1475138209","geometry":{"type":"Point","coordinates":[0.0111162,51.8930383]},"properties":{"@type":"node","@id":1475138209,"@timestamp":1616022783},"coords":"51.8930383,0.0111162","bedrooms":"4","price":"286000","area":"446"} , +{"type":"Feature","id":"n1476039290","geometry":{"type":"Point","coordinates":[-0.7146227,51.0892377]},"properties":{"@type":"node","@id":1476039290,"@timestamp":1551777251},"coords":"51.0892377,-0.7146227","bedrooms":"1","price":"189000","area":"410"} , +{"type":"Feature","id":"n1476456972","geometry":{"type":"Point","coordinates":[0.1914413,51.2368914]},"properties":{"@type":"node","@id":1476456972,"@timestamp":1582133568},"coords":"51.2368914,0.1914413","bedrooms":"4","price":"229000","area":"540"} , +{"type":"Feature","id":"n1476705583","geometry":{"type":"Point","coordinates":[-0.0002547,51.8719555]},"properties":{"@type":"node","@id":1476705583,"@timestamp":1622991325},"coords":"51.8719555,-0.0002547","bedrooms":"3","price":"174000","area":"643"} , +{"type":"Feature","id":"n1476972108","geometry":{"type":"Point","coordinates":[-0.0226311,51.8595931]},"properties":{"@type":"node","@id":1476972108,"@timestamp":1622992441},"coords":"51.8595931,-0.0226311","bedrooms":"4","price":"252000","area":"350"} , +{"type":"Feature","id":"n1477544015","geometry":{"type":"Point","coordinates":[-0.8459193,51.4949804]},"properties":{"@type":"node","@id":1477544015,"@timestamp":1319359543},"coords":"51.4949804,-0.8459193","bedrooms":"1","price":"297000","area":"654"} , +{"type":"Feature","id":"n1477745840","geometry":{"type":"Point","coordinates":[-0.1373053,51.9066447]},"properties":{"@type":"node","@id":1477745840,"@timestamp":1609260232},"coords":"51.9066447,-0.1373053","bedrooms":"3","price":"254000","area":"686"} , +{"type":"Feature","id":"n1477937978","geometry":{"type":"Point","coordinates":[0.004109,51.8908071]},"properties":{"@type":"node","@id":1477937978,"@timestamp":1622382964},"coords":"51.8908071,0.004109","bedrooms":"1","price":"249000","area":"479"} , +{"type":"Feature","id":"n1477949908","geometry":{"type":"Point","coordinates":[-0.0061418,51.8842159]},"properties":{"@type":"node","@id":1477949908,"@timestamp":1319384933},"coords":"51.8842159,-0.0061418","bedrooms":"3","price":"262000","area":"524"} , +{"type":"Feature","id":"n1477953587","geometry":{"type":"Point","coordinates":[-0.0054984,51.8967708]},"properties":{"@type":"node","@id":1477953587,"@timestamp":1319385354},"coords":"51.8967708,-0.0054984","bedrooms":"1","price":"249000","area":"602"} , +{"type":"Feature","id":"n1478013422","geometry":{"type":"Point","coordinates":[0.8365911,51.0218927]},"properties":{"@type":"node","@id":1478013422,"@timestamp":1586810477},"coords":"51.0218927,0.8365911","bedrooms":"4","price":"227000","area":"455"} , +{"type":"Feature","id":"n1478178031","geometry":{"type":"Point","coordinates":[-1.0797435,51.7692144]},"properties":{"@type":"node","@id":1478178031,"@timestamp":1319398761},"coords":"51.7692144,-1.0797435","bedrooms":"4","price":"287000","area":"626"} , +{"type":"Feature","id":"n1478178245","geometry":{"type":"Point","coordinates":[-1.0688892,51.7697054]},"properties":{"@type":"node","@id":1478178245,"@timestamp":1323962096},"coords":"51.7697054,-1.0688892","bedrooms":"4","price":"266000","area":"440"} , +{"type":"Feature","id":"n1478191593","geometry":{"type":"Point","coordinates":[-0.4157653,51.6864622]},"properties":{"@type":"node","@id":1478191593,"@timestamp":1589228118},"coords":"51.6864622,-0.4157653","bedrooms":"2","price":"162000","area":"558"} , +{"type":"Feature","id":"n1478288028","geometry":{"type":"Point","coordinates":[-1.0604812,51.7588594]},"properties":{"@type":"node","@id":1478288028,"@timestamp":1320613267},"coords":"51.7588594,-1.0604812","bedrooms":"4","price":"176000","area":"413"} , +{"type":"Feature","id":"n1478288040","geometry":{"type":"Point","coordinates":[-1.0594962,51.760099]},"properties":{"@type":"node","@id":1478288040,"@timestamp":1319405106},"coords":"51.760099,-1.0594962","bedrooms":"4","price":"168000","area":"385"} , +{"type":"Feature","id":"n1478288187","geometry":{"type":"Point","coordinates":[-1.0605702,51.7604832]},"properties":{"@type":"node","@id":1478288187,"@timestamp":1319405114},"coords":"51.7604832,-1.0605702","bedrooms":"1","price":"293000","area":"496"} , +{"type":"Feature","id":"n1478288370","geometry":{"type":"Point","coordinates":[-1.0596891,51.7624353]},"properties":{"@type":"node","@id":1478288370,"@timestamp":1319405120},"coords":"51.7624353,-1.0596891","bedrooms":"2","price":"156000","area":"525"} , +{"type":"Feature","id":"n1478296214","geometry":{"type":"Point","coordinates":[-0.7423186,50.9625028]},"properties":{"@type":"node","@id":1478296214,"@timestamp":1319406071},"coords":"50.9625028,-0.7423186","bedrooms":"0","price":"241000","area":"445"} , +{"type":"Feature","id":"n1478296262","geometry":{"type":"Point","coordinates":[-0.7397814,50.9695054]},"properties":{"@type":"node","@id":1478296262,"@timestamp":1319406073},"coords":"50.9695054,-0.7397814","bedrooms":"1","price":"259000","area":"402"} , +{"type":"Feature","id":"n1478343436","geometry":{"type":"Point","coordinates":[-0.2982238,51.1613525]},"properties":{"@type":"node","@id":1478343436,"@timestamp":1569063000},"coords":"51.1613525,-0.2982238","bedrooms":"2","price":"253000","area":"538"} , +{"type":"Feature","id":"n1478343616","geometry":{"type":"Point","coordinates":[-0.2994618,51.1942606]},"properties":{"@type":"node","@id":1478343616,"@timestamp":1442317449},"coords":"51.1942606,-0.2994618","bedrooms":"2","price":"208000","area":"683"} , +{"type":"Feature","id":"n1478872105","geometry":{"type":"Point","coordinates":[0.5733977,51.2675349]},"properties":{"@type":"node","@id":1478872105,"@timestamp":1601829949},"coords":"51.2675349,0.5733977","bedrooms":"0","price":"152000","area":"493"} , +{"type":"Feature","id":"n1479075917","geometry":{"type":"Point","coordinates":[0.0886846,51.4344338]},"properties":{"@type":"node","@id":1479075917,"@timestamp":1319463304},"coords":"51.4344338,0.0886846","bedrooms":"1","price":"180000","area":"369"} , +{"type":"Feature","id":"n1479476510","geometry":{"type":"Point","coordinates":[-0.4443358,51.7002496]},"properties":{"@type":"node","@id":1479476510,"@timestamp":1588889983},"coords":"51.7002496,-0.4443358","bedrooms":"4","price":"150000","area":"422"} , +{"type":"Feature","id":"n1480088813","geometry":{"type":"Point","coordinates":[-0.7258846,51.0880879]},"properties":{"@type":"node","@id":1480088813,"@timestamp":1552084088},"coords":"51.0880879,-0.7258846","bedrooms":"0","price":"184000","area":"564"} , +{"type":"Feature","id":"n1480110861","geometry":{"type":"Point","coordinates":[-0.7262202,51.0885813]},"properties":{"@type":"node","@id":1480110861,"@timestamp":1319544918},"coords":"51.0885813,-0.7262202","bedrooms":"2","price":"289000","area":"555"} , +{"type":"Feature","id":"n1480219537","geometry":{"type":"Point","coordinates":[-0.9468899,50.9754435]},"properties":{"@type":"node","@id":1480219537,"@timestamp":1538512636},"coords":"50.9754435,-0.9468899","bedrooms":"3","price":"252000","area":"500"} , +{"type":"Feature","id":"n1480539522","geometry":{"type":"Point","coordinates":[-0.5770332,51.1008327]},"properties":{"@type":"node","@id":1480539522,"@timestamp":1319577349},"coords":"51.1008327,-0.5770332","bedrooms":"0","price":"235000","area":"586"} , +{"type":"Feature","id":"n1480539537","geometry":{"type":"Point","coordinates":[-0.5619245,51.0997602]},"properties":{"@type":"node","@id":1480539537,"@timestamp":1319577350},"coords":"51.0997602,-0.5619245","bedrooms":"3","price":"214000","area":"446"} , +{"type":"Feature","id":"n1480539553","geometry":{"type":"Point","coordinates":[-0.5398882,51.0837635]},"properties":{"@type":"node","@id":1480539553,"@timestamp":1319577351},"coords":"51.0837635,-0.5398882","bedrooms":"4","price":"210000","area":"558"} , +{"type":"Feature","id":"n1480539570","geometry":{"type":"Point","coordinates":[-0.5676128,51.1132041]},"properties":{"@type":"node","@id":1480539570,"@timestamp":1319577352},"coords":"51.1132041,-0.5676128","bedrooms":"3","price":"220000","area":"523"} , +{"type":"Feature","id":"n1480539763","geometry":{"type":"Point","coordinates":[-0.6071101,51.0856481]},"properties":{"@type":"node","@id":1480539763,"@timestamp":1319577360},"coords":"51.0856481,-0.6071101","bedrooms":"1","price":"200000","area":"399"} , +{"type":"Feature","id":"n1480539946","geometry":{"type":"Point","coordinates":[-0.6060754,51.0871993]},"properties":{"@type":"node","@id":1480539946,"@timestamp":1319577366},"coords":"51.0871993,-0.6060754","bedrooms":"3","price":"274000","area":"591"} , +{"type":"Feature","id":"n1480540274","geometry":{"type":"Point","coordinates":[-0.5823091,51.0885145]},"properties":{"@type":"node","@id":1480540274,"@timestamp":1319577374},"coords":"51.0885145,-0.5823091","bedrooms":"3","price":"185000","area":"491"} , +{"type":"Feature","id":"n1480540650","geometry":{"type":"Point","coordinates":[-0.6189835,51.090171]},"properties":{"@type":"node","@id":1480540650,"@timestamp":1319577382},"coords":"51.090171,-0.6189835","bedrooms":"0","price":"199000","area":"544"} , +{"type":"Feature","id":"n1480541031","geometry":{"type":"Point","coordinates":[-0.562531,51.0923094]},"properties":{"@type":"node","@id":1480541031,"@timestamp":1319577389},"coords":"51.0923094,-0.562531","bedrooms":"1","price":"237000","area":"504"} , +{"type":"Feature","id":"n1480541288","geometry":{"type":"Point","coordinates":[-0.5488861,51.0953272]},"properties":{"@type":"node","@id":1480541288,"@timestamp":1319577395},"coords":"51.0953272,-0.5488861","bedrooms":"2","price":"229000","area":"459"} , +{"type":"Feature","id":"n1480541717","geometry":{"type":"Point","coordinates":[-0.6111242,51.0990488]},"properties":{"@type":"node","@id":1480541717,"@timestamp":1514481156},"coords":"51.0990488,-0.6111242","bedrooms":"2","price":"288000","area":"350"} , +{"type":"Feature","id":"n1480541946","geometry":{"type":"Point","coordinates":[-0.5762901,51.1009765]},"properties":{"@type":"node","@id":1480541946,"@timestamp":1319577413},"coords":"51.1009765,-0.5762901","bedrooms":"3","price":"244000","area":"683"} , +{"type":"Feature","id":"n1480542173","geometry":{"type":"Point","coordinates":[-0.5445065,51.1049968]},"properties":{"@type":"node","@id":1480542173,"@timestamp":1319577422},"coords":"51.1049968,-0.5445065","bedrooms":"0","price":"203000","area":"629"} , +{"type":"Feature","id":"n1480542316","geometry":{"type":"Point","coordinates":[-0.5699367,51.1082442]},"properties":{"@type":"node","@id":1480542316,"@timestamp":1319577428},"coords":"51.1082442,-0.5699367","bedrooms":"2","price":"268000","area":"696"} , +{"type":"Feature","id":"n1480542490","geometry":{"type":"Point","coordinates":[-0.6461032,51.1116649]},"properties":{"@type":"node","@id":1480542490,"@timestamp":1319577433},"coords":"51.1116649,-0.6461032","bedrooms":"3","price":"242000","area":"695"} , +{"type":"Feature","id":"n1480542646","geometry":{"type":"Point","coordinates":[-0.562027,51.1165133]},"properties":{"@type":"node","@id":1480542646,"@timestamp":1319577437},"coords":"51.1165133,-0.562027","bedrooms":"4","price":"253000","area":"545"} , +{"type":"Feature","id":"n1480627225","geometry":{"type":"Point","coordinates":[-0.5544604,51.4315197]},"properties":{"@type":"node","@id":1480627225,"@timestamp":1614710807},"coords":"51.4315197,-0.5544604","bedrooms":"3","price":"178000","area":"487"} , +{"type":"Feature","id":"n1481019520","geometry":{"type":"Point","coordinates":[-0.7299646,51.0878773]},"properties":{"@type":"node","@id":1481019520,"@timestamp":1457393975},"coords":"51.0878773,-0.7299646","bedrooms":"2","price":"250000","area":"535"} , +{"type":"Feature","id":"n1481218290","geometry":{"type":"Point","coordinates":[-0.7257786,51.0795158]},"properties":{"@type":"node","@id":1481218290,"@timestamp":1331579789},"coords":"51.0795158,-0.7257786","bedrooms":"3","price":"196000","area":"387"} , +{"type":"Feature","id":"n1481372346","geometry":{"type":"Point","coordinates":[-0.5610078,51.4288227]},"properties":{"@type":"node","@id":1481372346,"@timestamp":1614710807},"coords":"51.4288227,-0.5610078","bedrooms":"1","price":"256000","area":"555"} , +{"type":"Feature","id":"n1481520988","geometry":{"type":"Point","coordinates":[-0.310357,51.3978165]},"properties":{"@type":"node","@id":1481520988,"@timestamp":1626445090},"coords":"51.3978165,-0.310357","bedrooms":"1","price":"272000","area":"683"} , +{"type":"Feature","id":"n1481603005","geometry":{"type":"Point","coordinates":[0.0897921,51.8280735]},"properties":{"@type":"node","@id":1481603005,"@timestamp":1538482541},"coords":"51.8280735,0.0897921","bedrooms":"2","price":"237000","area":"657"} , +{"type":"Feature","id":"n1481670690","geometry":{"type":"Point","coordinates":[0.0714567,51.8307919]},"properties":{"@type":"node","@id":1481670690,"@timestamp":1319663245},"coords":"51.8307919,0.0714567","bedrooms":"3","price":"217000","area":"451"} , +{"type":"Feature","id":"n1481674770","geometry":{"type":"Point","coordinates":[0.0641312,51.8305632]},"properties":{"@type":"node","@id":1481674770,"@timestamp":1319663464},"coords":"51.8305632,0.0641312","bedrooms":"1","price":"210000","area":"694"} , +{"type":"Feature","id":"n1481674818","geometry":{"type":"Point","coordinates":[0.0649551,51.8302764]},"properties":{"@type":"node","@id":1481674818,"@timestamp":1319663465},"coords":"51.8302764,0.0649551","bedrooms":"3","price":"294000","area":"494"} , +{"type":"Feature","id":"n1481701482","geometry":{"type":"Point","coordinates":[0.0635524,51.8480837]},"properties":{"@type":"node","@id":1481701482,"@timestamp":1319665081},"coords":"51.8480837,0.0635524","bedrooms":"1","price":"216000","area":"609"} , +{"type":"Feature","id":"n1481727049","geometry":{"type":"Point","coordinates":[0.0402655,51.8696616]},"properties":{"@type":"node","@id":1481727049,"@timestamp":1319666953},"coords":"51.8696616,0.0402655","bedrooms":"2","price":"164000","area":"383"} , +{"type":"Feature","id":"n1481732596","geometry":{"type":"Point","coordinates":[0.0239094,51.8649513]},"properties":{"@type":"node","@id":1481732596,"@timestamp":1319696237},"coords":"51.8649513,0.0239094","bedrooms":"3","price":"182000","area":"497"} , +{"type":"Feature","id":"n1482070931","geometry":{"type":"Point","coordinates":[0.0231733,51.8788061]},"properties":{"@type":"node","@id":1482070931,"@timestamp":1319695561},"coords":"51.8788061,0.0231733","bedrooms":"2","price":"203000","area":"521"} , +{"type":"Feature","id":"n1482072159","geometry":{"type":"Point","coordinates":[0.014138,51.8620892]},"properties":{"@type":"node","@id":1482072159,"@timestamp":1622991384},"coords":"51.8620892,0.014138","bedrooms":"2","price":"160000","area":"608"} , +{"type":"Feature","id":"n1482072354","geometry":{"type":"Point","coordinates":[0.0130007,51.8583074]},"properties":{"@type":"node","@id":1482072354,"@timestamp":1622991399},"coords":"51.8583074,0.0130007","bedrooms":"3","price":"238000","area":"497"} , +{"type":"Feature","id":"n1482080040","geometry":{"type":"Point","coordinates":[0.0253001,51.8644926]},"properties":{"@type":"node","@id":1482080040,"@timestamp":1319698092},"coords":"51.8644926,0.0253001","bedrooms":"0","price":"183000","area":"574"} , +{"type":"Feature","id":"n1482080260","geometry":{"type":"Point","coordinates":[0.0245335,51.8620195]},"properties":{"@type":"node","@id":1482080260,"@timestamp":1319698103},"coords":"51.8620195,0.0245335","bedrooms":"4","price":"289000","area":"396"} , +{"type":"Feature","id":"n1482085603","geometry":{"type":"Point","coordinates":[0.0231096,51.8633614]},"properties":{"@type":"node","@id":1482085603,"@timestamp":1319699164},"coords":"51.8633614,0.0231096","bedrooms":"1","price":"186000","area":"475"} , +{"type":"Feature","id":"n1482085622","geometry":{"type":"Point","coordinates":[0.0268022,51.8633298]},"properties":{"@type":"node","@id":1482085622,"@timestamp":1319699165},"coords":"51.8633298,0.0268022","bedrooms":"3","price":"194000","area":"466"} , +{"type":"Feature","id":"n1482085643","geometry":{"type":"Point","coordinates":[0.024569,51.8639213]},"properties":{"@type":"node","@id":1482085643,"@timestamp":1319699166},"coords":"51.8639213,0.024569","bedrooms":"0","price":"258000","area":"411"} , +{"type":"Feature","id":"n1482085660","geometry":{"type":"Point","coordinates":[0.0235122,51.8640503]},"properties":{"@type":"node","@id":1482085660,"@timestamp":1319699167},"coords":"51.8640503,0.0235122","bedrooms":"3","price":"157000","area":"478"} , +{"type":"Feature","id":"n1482085683","geometry":{"type":"Point","coordinates":[0.0237268,51.8641797]},"properties":{"@type":"node","@id":1482085683,"@timestamp":1319699168},"coords":"51.8641797,0.0237268","bedrooms":"3","price":"273000","area":"564"} , +{"type":"Feature","id":"n1482158895","geometry":{"type":"Point","coordinates":[-0.1962945,51.7844902]},"properties":{"@type":"node","@id":1482158895,"@timestamp":1319707982},"coords":"51.7844902,-0.1962945","bedrooms":"2","price":"202000","area":"595"} , +{"type":"Feature","id":"n1482387627","geometry":{"type":"Point","coordinates":[-0.2202986,51.4852002]},"properties":{"@type":"node","@id":1482387627,"@timestamp":1606724146},"coords":"51.4852002,-0.2202986","bedrooms":"2","price":"186000","area":"575"} , +{"type":"Feature","id":"n1482475720","geometry":{"type":"Point","coordinates":[-0.3263939,51.4459524]},"properties":{"@type":"node","@id":1482475720,"@timestamp":1540734566},"coords":"51.4459524,-0.3263939","bedrooms":"1","price":"180000","area":"536"} , +{"type":"Feature","id":"n1482475748","geometry":{"type":"Point","coordinates":[-0.3252828,51.4481574]},"properties":{"@type":"node","@id":1482475748,"@timestamp":1625934781},"coords":"51.4481574,-0.3252828","bedrooms":"3","price":"231000","area":"683"} , +{"type":"Feature","id":"n1482519851","geometry":{"type":"Point","coordinates":[0.0683821,51.3630267]},"properties":{"@type":"node","@id":1482519851,"@timestamp":1395661077},"coords":"51.3630267,0.0683821","bedrooms":"2","price":"195000","area":"532"} , +{"type":"Feature","id":"n1482593119","geometry":{"type":"Point","coordinates":[0.009842,51.8456923]},"properties":{"@type":"node","@id":1482593119,"@timestamp":1319742688},"coords":"51.8456923,0.009842","bedrooms":"1","price":"240000","area":"614"} , +{"type":"Feature","id":"n1482593146","geometry":{"type":"Point","coordinates":[0.0107271,51.8543925]},"properties":{"@type":"node","@id":1482593146,"@timestamp":1319742689},"coords":"51.8543925,0.0107271","bedrooms":"4","price":"233000","area":"576"} , +{"type":"Feature","id":"n1482619475","geometry":{"type":"Point","coordinates":[0.0029943,51.8356513]},"properties":{"@type":"node","@id":1482619475,"@timestamp":1319743496},"coords":"51.8356513,0.0029943","bedrooms":"3","price":"190000","area":"399"} , +{"type":"Feature","id":"n1482619787","geometry":{"type":"Point","coordinates":[-0.0061074,51.8277319]},"properties":{"@type":"node","@id":1482619787,"@timestamp":1319743500},"coords":"51.8277319,-0.0061074","bedrooms":"0","price":"267000","area":"478"} , +{"type":"Feature","id":"n1482620114","geometry":{"type":"Point","coordinates":[-0.001949,51.8340072]},"properties":{"@type":"node","@id":1482620114,"@timestamp":1319743504},"coords":"51.8340072,-0.001949","bedrooms":"0","price":"213000","area":"413"} , +{"type":"Feature","id":"n1482644597","geometry":{"type":"Point","coordinates":[-0.0017666,51.8252169]},"properties":{"@type":"node","@id":1482644597,"@timestamp":1319744136},"coords":"51.8252169,-0.0017666","bedrooms":"1","price":"255000","area":"438"} , +{"type":"Feature","id":"n1482644706","geometry":{"type":"Point","coordinates":[-0.0204509,51.8306341]},"properties":{"@type":"node","@id":1482644706,"@timestamp":1319744138},"coords":"51.8306341,-0.0204509","bedrooms":"0","price":"282000","area":"635"} , +{"type":"Feature","id":"n1482719276","geometry":{"type":"Point","coordinates":[-0.0284366,51.8416411]},"properties":{"@type":"node","@id":1482719276,"@timestamp":1319748127},"coords":"51.8416411,-0.0284366","bedrooms":"0","price":"267000","area":"650"} , +{"type":"Feature","id":"n1482719301","geometry":{"type":"Point","coordinates":[-0.0289142,51.8447696]},"properties":{"@type":"node","@id":1482719301,"@timestamp":1319748128},"coords":"51.8447696,-0.0289142","bedrooms":"3","price":"212000","area":"576"} , +{"type":"Feature","id":"n1482759160","geometry":{"type":"Point","coordinates":[-0.018239,51.8615794]},"properties":{"@type":"node","@id":1482759160,"@timestamp":1319750768},"coords":"51.8615794,-0.018239","bedrooms":"1","price":"283000","area":"543"} , +{"type":"Feature","id":"n1482808958","geometry":{"type":"Point","coordinates":[-0.3325299,51.160015]},"properties":{"@type":"node","@id":1482808958,"@timestamp":1319753112},"coords":"51.160015,-0.3325299","bedrooms":"3","price":"280000","area":"422"} , +{"type":"Feature","id":"n1482820154","geometry":{"type":"Point","coordinates":[0.1497906,51.9482411]},"properties":{"@type":"node","@id":1482820154,"@timestamp":1319753589},"coords":"51.9482411,0.1497906","bedrooms":"3","price":"288000","area":"660"} , +{"type":"Feature","id":"n1482820303","geometry":{"type":"Point","coordinates":[0.1524835,51.9482791]},"properties":{"@type":"node","@id":1482820303,"@timestamp":1319753592},"coords":"51.9482791,0.1524835","bedrooms":"4","price":"171000","area":"646"} , +{"type":"Feature","id":"n1482958073","geometry":{"type":"Point","coordinates":[-0.2377886,51.5298573]},"properties":{"@type":"node","@id":1482958073,"@timestamp":1614407643},"coords":"51.5298573,-0.2377886","bedrooms":"4","price":"282000","area":"509"} , +{"type":"Feature","id":"n1483318637","geometry":{"type":"Point","coordinates":[-0.3244328,51.4465483]},"properties":{"@type":"node","@id":1483318637,"@timestamp":1499509692},"coords":"51.4465483,-0.3244328","bedrooms":"0","price":"231000","area":"614"} , +{"type":"Feature","id":"n1483427891","geometry":{"type":"Point","coordinates":[-0.9938214,51.5816249]},"properties":{"@type":"node","@id":1483427891,"@timestamp":1558092090},"coords":"51.5816249,-0.9938214","bedrooms":"1","price":"238000","area":"359"} , +{"type":"Feature","id":"n1483630055","geometry":{"type":"Point","coordinates":[-0.5857899,51.4623615]},"properties":{"@type":"node","@id":1483630055,"@timestamp":1345018986},"coords":"51.4623615,-0.5857899","bedrooms":"1","price":"251000","area":"462"} , +{"type":"Feature","id":"n1483775206","geometry":{"type":"Point","coordinates":[-0.7315687,51.0868964]},"properties":{"@type":"node","@id":1483775206,"@timestamp":1319821808},"coords":"51.0868964,-0.7315687","bedrooms":"4","price":"294000","area":"669"} , +{"type":"Feature","id":"n1484102681","geometry":{"type":"Point","coordinates":[-0.5961624,51.4250736]},"properties":{"@type":"node","@id":1484102681,"@timestamp":1319840456},"coords":"51.4250736,-0.5961624","bedrooms":"3","price":"270000","area":"544"} , +{"type":"Feature","id":"n1484170673","geometry":{"type":"Point","coordinates":[0.1196575,51.9524007]},"properties":{"@type":"node","@id":1484170673,"@timestamp":1319844343},"coords":"51.9524007,0.1196575","bedrooms":"3","price":"203000","area":"573"} , +{"type":"Feature","id":"n1484212260","geometry":{"type":"Point","coordinates":[-0.21343,51.0815722]},"properties":{"@type":"node","@id":1484212260,"@timestamp":1607525766},"coords":"51.0815722,-0.21343","bedrooms":"3","price":"153000","area":"500"} , +{"type":"Feature","id":"n1484679289","geometry":{"type":"Point","coordinates":[-0.1714199,51.9823691]},"properties":{"@type":"node","@id":1484679289,"@timestamp":1319893240},"coords":"51.9823691,-0.1714199","bedrooms":"1","price":"198000","area":"552"} , +{"type":"Feature","id":"n1484679344","geometry":{"type":"Point","coordinates":[-0.1728549,51.9831951]},"properties":{"@type":"node","@id":1484679344,"@timestamp":1319893242},"coords":"51.9831951,-0.1728549","bedrooms":"0","price":"168000","area":"550"} , +{"type":"Feature","id":"n1484681088","geometry":{"type":"Point","coordinates":[-0.1819315,51.9568768]},"properties":{"@type":"node","@id":1484681088,"@timestamp":1319893407},"coords":"51.9568768,-0.1819315","bedrooms":"1","price":"264000","area":"513"} , +{"type":"Feature","id":"n1484681112","geometry":{"type":"Point","coordinates":[-0.1721951,51.9536055]},"properties":{"@type":"node","@id":1484681112,"@timestamp":1319893408},"coords":"51.9536055,-0.1721951","bedrooms":"0","price":"204000","area":"513"} , +{"type":"Feature","id":"n1484852160","geometry":{"type":"Point","coordinates":[-0.2102832,51.9700129]},"properties":{"@type":"node","@id":1484852160,"@timestamp":1547211831},"coords":"51.9700129,-0.2102832","bedrooms":"4","price":"295000","area":"620"} , +{"type":"Feature","id":"n1484852184","geometry":{"type":"Point","coordinates":[-0.210703,51.9702707]},"properties":{"@type":"node","@id":1484852184,"@timestamp":1547211832},"coords":"51.9702707,-0.210703","bedrooms":"2","price":"242000","area":"518"} , +{"type":"Feature","id":"n1484864936","geometry":{"type":"Point","coordinates":[-0.2070726,51.9678919]},"properties":{"@type":"node","@id":1484864936,"@timestamp":1319909443},"coords":"51.9678919,-0.2070726","bedrooms":"2","price":"276000","area":"555"} , +{"type":"Feature","id":"n1484875875","geometry":{"type":"Point","coordinates":[-0.2110191,51.9705399]},"properties":{"@type":"node","@id":1484875875,"@timestamp":1547211832},"coords":"51.9705399,-0.2110191","bedrooms":"0","price":"245000","area":"535"} , +{"type":"Feature","id":"n1484887451","geometry":{"type":"Point","coordinates":[-0.318838,51.4533925]},"properties":{"@type":"node","@id":1484887451,"@timestamp":1630904910},"coords":"51.4533925,-0.318838","bedrooms":"0","price":"280000","area":"590"} , +{"type":"Feature","id":"n1484893593","geometry":{"type":"Point","coordinates":[-0.2188241,51.4571349]},"properties":{"@type":"node","@id":1484893593,"@timestamp":1634999492},"coords":"51.4571349,-0.2188241","bedrooms":"4","price":"167000","area":"534"} , +{"type":"Feature","id":"n1484969380","geometry":{"type":"Point","coordinates":[-0.3191674,51.5516632]},"properties":{"@type":"node","@id":1484969380,"@timestamp":1418314709},"coords":"51.5516632,-0.3191674","bedrooms":"0","price":"232000","area":"378"} , +{"type":"Feature","id":"n1485069551","geometry":{"type":"Point","coordinates":[-0.2048072,51.9678048]},"properties":{"@type":"node","@id":1485069551,"@timestamp":1319923278},"coords":"51.9678048,-0.2048072","bedrooms":"2","price":"298000","area":"542"} , +{"type":"Feature","id":"n1485149770","geometry":{"type":"Point","coordinates":[-0.3588192,51.5404746]},"properties":{"@type":"node","@id":1485149770,"@timestamp":1367422378},"coords":"51.5404746,-0.3588192","bedrooms":"1","price":"219000","area":"599"} , +{"type":"Feature","id":"n1485185467","geometry":{"type":"Point","coordinates":[-0.3466194,51.5347817]},"properties":{"@type":"node","@id":1485185467,"@timestamp":1330806481},"coords":"51.5347817,-0.3466194","bedrooms":"0","price":"263000","area":"455"} , +{"type":"Feature","id":"n1485204427","geometry":{"type":"Point","coordinates":[-0.3871397,51.500449]},"properties":{"@type":"node","@id":1485204427,"@timestamp":1330806493},"coords":"51.500449,-0.3871397","bedrooms":"4","price":"236000","area":"543"} , +{"type":"Feature","id":"n1485228573","geometry":{"type":"Point","coordinates":[-0.3772874,51.5014388]},"properties":{"@type":"node","@id":1485228573,"@timestamp":1330806504},"coords":"51.5014388,-0.3772874","bedrooms":"2","price":"224000","area":"543"} , +{"type":"Feature","id":"n1485254678","geometry":{"type":"Point","coordinates":[-0.9482008,51.0696203]},"properties":{"@type":"node","@id":1485254678,"@timestamp":1409777344},"coords":"51.0696203,-0.9482008","bedrooms":"0","price":"276000","area":"505"} , +{"type":"Feature","id":"n1485273423","geometry":{"type":"Point","coordinates":[-0.1907343,51.6034236]},"properties":{"@type":"node","@id":1485273423,"@timestamp":1564911800},"coords":"51.6034236,-0.1907343","bedrooms":"4","price":"153000","area":"407"} , +{"type":"Feature","id":"n1485541722","geometry":{"type":"Point","coordinates":[-0.8889656,51.1517101]},"properties":{"@type":"node","@id":1485541722,"@timestamp":1319965702},"coords":"51.1517101,-0.8889656","bedrooms":"0","price":"247000","area":"455"} , +{"type":"Feature","id":"n1485581053","geometry":{"type":"Point","coordinates":[-0.1954807,51.887665]},"properties":{"@type":"node","@id":1485581053,"@timestamp":1613828502},"coords":"51.887665,-0.1954807","bedrooms":"1","price":"287000","area":"691"} , +{"type":"Feature","id":"n1486055644","geometry":{"type":"Point","coordinates":[-0.1051672,51.4368947]},"properties":{"@type":"node","@id":1486055644,"@timestamp":1506945512},"coords":"51.4368947,-0.1051672","bedrooms":"2","price":"179000","area":"397"} , +{"type":"Feature","id":"n1486280502","geometry":{"type":"Point","coordinates":[-0.6907097,50.9541321]},"properties":{"@type":"node","@id":1486280502,"@timestamp":1320009287},"coords":"50.9541321,-0.6907097","bedrooms":"4","price":"286000","area":"657"} , +{"type":"Feature","id":"n1486280620","geometry":{"type":"Point","coordinates":[-0.7021828,50.9617147]},"properties":{"@type":"node","@id":1486280620,"@timestamp":1371289488},"coords":"50.9617147,-0.7021828","bedrooms":"3","price":"154000","area":"410"} , +{"type":"Feature","id":"n1486886113","geometry":{"type":"Point","coordinates":[-1.0589683,51.4857064]},"properties":{"@type":"node","@id":1486886113,"@timestamp":1320045138},"coords":"51.4857064,-1.0589683","bedrooms":"4","price":"295000","area":"569"} , +{"type":"Feature","id":"n1487000451","geometry":{"type":"Point","coordinates":[-0.1472206,51.5861596]},"properties":{"@type":"node","@id":1487000451,"@timestamp":1612980021},"coords":"51.5861596,-0.1472206","bedrooms":"4","price":"169000","area":"362"} , +{"type":"Feature","id":"n1487494842","geometry":{"type":"Point","coordinates":[-0.7104196,51.0884184]},"properties":{"@type":"node","@id":1487494842,"@timestamp":1320078626},"coords":"51.0884184,-0.7104196","bedrooms":"3","price":"213000","area":"497"} , +{"type":"Feature","id":"n1487767608","geometry":{"type":"Point","coordinates":[-0.1573556,51.2039088]},"properties":{"@type":"node","@id":1487767608,"@timestamp":1610362029},"coords":"51.2039088,-0.1573556","bedrooms":"0","price":"162000","area":"546"} , +{"type":"Feature","id":"n1488298116","geometry":{"type":"Point","coordinates":[-0.0250247,51.9085342]},"properties":{"@type":"node","@id":1488298116,"@timestamp":1320136643},"coords":"51.9085342,-0.0250247","bedrooms":"1","price":"248000","area":"594"} , +{"type":"Feature","id":"n1488367026","geometry":{"type":"Point","coordinates":[0.1471541,51.5626942]},"properties":{"@type":"node","@id":1488367026,"@timestamp":1605029636},"coords":"51.5626942,0.1471541","bedrooms":"3","price":"176000","area":"431"} , +{"type":"Feature","id":"n1488479869","geometry":{"type":"Point","coordinates":[0.8735179,51.1597047]},"properties":{"@type":"node","@id":1488479869,"@timestamp":1327067258},"coords":"51.1597047,0.8735179","bedrooms":"0","price":"186000","area":"533"} , +{"type":"Feature","id":"n1488714413","geometry":{"type":"Point","coordinates":[-0.1319498,51.5551243]},"properties":{"@type":"node","@id":1488714413,"@timestamp":1320165064},"coords":"51.5551243,-0.1319498","bedrooms":"1","price":"224000","area":"660"} , +{"type":"Feature","id":"n1488718722","geometry":{"type":"Point","coordinates":[-0.3509337,51.5681353]},"properties":{"@type":"node","@id":1488718722,"@timestamp":1347222447},"coords":"51.5681353,-0.3509337","bedrooms":"2","price":"238000","area":"534"} , +{"type":"Feature","id":"n1488878798","geometry":{"type":"Point","coordinates":[-0.3610505,51.0595836]},"properties":{"@type":"node","@id":1488878798,"@timestamp":1497392877},"coords":"51.0595836,-0.3610505","bedrooms":"2","price":"198000","area":"394"} , +{"type":"Feature","id":"n1488980596","geometry":{"type":"Point","coordinates":[-0.1499132,51.5175829]},"properties":{"@type":"node","@id":1488980596,"@timestamp":1368783541},"coords":"51.5175829,-0.1499132","bedrooms":"3","price":"218000","area":"352"} , +{"type":"Feature","id":"n1489009737","geometry":{"type":"Point","coordinates":[-0.2801307,51.3786069]},"properties":{"@type":"node","@id":1489009737,"@timestamp":1627698682},"coords":"51.3786069,-0.2801307","bedrooms":"4","price":"275000","area":"391"} , +{"type":"Feature","id":"n1489149895","geometry":{"type":"Point","coordinates":[-0.1509655,51.5168502]},"properties":{"@type":"node","@id":1489149895,"@timestamp":1550847672},"coords":"51.5168502,-0.1509655","bedrooms":"4","price":"272000","area":"607"} , +{"type":"Feature","id":"n1489149964","geometry":{"type":"Point","coordinates":[-0.1511162,51.5168974]},"properties":{"@type":"node","@id":1489149964,"@timestamp":1368783565},"coords":"51.5168974,-0.1511162","bedrooms":"2","price":"273000","area":"572"} , +{"type":"Feature","id":"n1489383974","geometry":{"type":"Point","coordinates":[-0.7305755,51.0887312]},"properties":{"@type":"node","@id":1489383974,"@timestamp":1320227237},"coords":"51.0887312,-0.7305755","bedrooms":"0","price":"152000","area":"615"} , +{"type":"Feature","id":"n1489521441","geometry":{"type":"Point","coordinates":[0.0897577,51.4987409]},"properties":{"@type":"node","@id":1489521441,"@timestamp":1320248837},"coords":"51.4987409,0.0897577","bedrooms":"1","price":"258000","area":"431"} , +{"type":"Feature","id":"n1489585767","geometry":{"type":"Point","coordinates":[-0.3340411,51.5786189]},"properties":{"@type":"node","@id":1489585767,"@timestamp":1543774618},"coords":"51.5786189,-0.3340411","bedrooms":"4","price":"186000","area":"697"} , +{"type":"Feature","id":"n1489585808","geometry":{"type":"Point","coordinates":[-0.3336633,51.5779471]},"properties":{"@type":"node","@id":1489585808,"@timestamp":1422124709},"coords":"51.5779471,-0.3336633","bedrooms":"3","price":"196000","area":"608"} , +{"type":"Feature","id":"n1489668793","geometry":{"type":"Point","coordinates":[-0.641706,51.6413]},"properties":{"@type":"node","@id":1489668793,"@timestamp":1476121985},"coords":"51.6413,-0.641706","bedrooms":"0","price":"199000","area":"462"} , +{"type":"Feature","id":"n1489717096","geometry":{"type":"Point","coordinates":[-0.2796425,51.37838]},"properties":{"@type":"node","@id":1489717096,"@timestamp":1557896099},"coords":"51.37838,-0.2796425","bedrooms":"2","price":"292000","area":"559"} , +{"type":"Feature","id":"n1489907267","geometry":{"type":"Point","coordinates":[0.0044631,51.5032151]},"properties":{"@type":"node","@id":1489907267,"@timestamp":1577055658},"coords":"51.5032151,0.0044631","bedrooms":"1","price":"294000","area":"508"} , +{"type":"Feature","id":"n1490039244","geometry":{"type":"Point","coordinates":[-0.3337329,51.5808008]},"properties":{"@type":"node","@id":1490039244,"@timestamp":1415723214},"coords":"51.5808008,-0.3337329","bedrooms":"4","price":"198000","area":"481"} , +{"type":"Feature","id":"n1490039262","geometry":{"type":"Point","coordinates":[-0.334248,51.5804758]},"properties":{"@type":"node","@id":1490039262,"@timestamp":1381595436},"coords":"51.5804758,-0.334248","bedrooms":"1","price":"150000","area":"588"} , +{"type":"Feature","id":"n1490044831","geometry":{"type":"Point","coordinates":[-0.3364085,51.580285]},"properties":{"@type":"node","@id":1490044831,"@timestamp":1563374445},"coords":"51.580285,-0.3364085","bedrooms":"1","price":"277000","area":"464"} , +{"type":"Feature","id":"n1490241016","geometry":{"type":"Point","coordinates":[-0.5296033,51.4307127]},"properties":{"@type":"node","@id":1490241016,"@timestamp":1610926229},"coords":"51.4307127,-0.5296033","bedrooms":"0","price":"174000","area":"443"} , +{"type":"Feature","id":"n1490352340","geometry":{"type":"Point","coordinates":[-0.7418176,51.0903089]},"properties":{"@type":"node","@id":1490352340,"@timestamp":1460398742},"coords":"51.0903089,-0.7418176","bedrooms":"1","price":"254000","area":"533"} , +{"type":"Feature","id":"n1490576474","geometry":{"type":"Point","coordinates":[-0.2759273,51.3793135]},"properties":{"@type":"node","@id":1490576474,"@timestamp":1369678643},"coords":"51.3793135,-0.2759273","bedrooms":"3","price":"212000","area":"565"} , +{"type":"Feature","id":"n1490670227","geometry":{"type":"Point","coordinates":[-0.678062,51.9117169]},"properties":{"@type":"node","@id":1490670227,"@timestamp":1570823071},"coords":"51.9117169,-0.678062","bedrooms":"0","price":"172000","area":"589"} , +{"type":"Feature","id":"n1491269481","geometry":{"type":"Point","coordinates":[0.5973886,51.6030407]},"properties":{"@type":"node","@id":1491269481,"@timestamp":1320406513},"coords":"51.6030407,0.5973886","bedrooms":"4","price":"173000","area":"610"} , +{"type":"Feature","id":"n1491602080","geometry":{"type":"Point","coordinates":[-0.3966654,51.488472]},"properties":{"@type":"node","@id":1491602080,"@timestamp":1466930668},"coords":"51.488472,-0.3966654","bedrooms":"3","price":"254000","area":"629"} , +{"type":"Feature","id":"n1492292824","geometry":{"type":"Point","coordinates":[-0.2105843,51.970543]},"properties":{"@type":"node","@id":1492292824,"@timestamp":1547211833},"coords":"51.970543,-0.2105843","bedrooms":"1","price":"155000","area":"396"} , +{"type":"Feature","id":"n1492292889","geometry":{"type":"Point","coordinates":[-0.2099898,51.9703508]},"properties":{"@type":"node","@id":1492292889,"@timestamp":1547211833},"coords":"51.9703508,-0.2099898","bedrooms":"4","price":"223000","area":"378"} , +{"type":"Feature","id":"n1492297572","geometry":{"type":"Point","coordinates":[-0.2070291,51.9678288]},"properties":{"@type":"node","@id":1492297572,"@timestamp":1320491921},"coords":"51.9678288,-0.2070291","bedrooms":"4","price":"216000","area":"440"} , +{"type":"Feature","id":"n1492415744","geometry":{"type":"Point","coordinates":[-0.205807,51.9734081]},"properties":{"@type":"node","@id":1492415744,"@timestamp":1616017849},"coords":"51.9734081,-0.205807","bedrooms":"1","price":"226000","area":"394"} , +{"type":"Feature","id":"n1492520601","geometry":{"type":"Point","coordinates":[0.0648622,51.1972165]},"properties":{"@type":"node","@id":1492520601,"@timestamp":1615329613},"coords":"51.1972165,0.0648622","bedrooms":"2","price":"240000","area":"621"} , +{"type":"Feature","id":"n1492620082","geometry":{"type":"Point","coordinates":[-0.2336919,51.9520719]},"properties":{"@type":"node","@id":1492620082,"@timestamp":1608996183},"coords":"51.9520719,-0.2336919","bedrooms":"0","price":"234000","area":"697"} , +{"type":"Feature","id":"n1492640201","geometry":{"type":"Point","coordinates":[-0.2411975,51.9558651]},"properties":{"@type":"node","@id":1492640201,"@timestamp":1320519917},"coords":"51.9558651,-0.2411975","bedrooms":"0","price":"171000","area":"644"} , +{"type":"Feature","id":"n1492640236","geometry":{"type":"Point","coordinates":[-0.2425735,51.955804]},"properties":{"@type":"node","@id":1492640236,"@timestamp":1320519918},"coords":"51.955804,-0.2425735","bedrooms":"4","price":"191000","area":"630"} , +{"type":"Feature","id":"n1492769095","geometry":{"type":"Point","coordinates":[0.1986724,51.9030165]},"properties":{"@type":"node","@id":1492769095,"@timestamp":1605086344},"coords":"51.9030165,0.1986724","bedrooms":"0","price":"187000","area":"512"} , +{"type":"Feature","id":"n1492824665","geometry":{"type":"Point","coordinates":[-0.2214896,51.5066338]},"properties":{"@type":"node","@id":1492824665,"@timestamp":1619032349},"coords":"51.5066338,-0.2214896","bedrooms":"1","price":"235000","area":"613"} , +{"type":"Feature","id":"n1492893875","geometry":{"type":"Point","coordinates":[-0.2249982,51.9807866]},"properties":{"@type":"node","@id":1492893875,"@timestamp":1631111245},"coords":"51.9807866,-0.2249982","bedrooms":"0","price":"299000","area":"511"} , +{"type":"Feature","id":"n1493051683","geometry":{"type":"Point","coordinates":[-0.2832993,51.5180432]},"properties":{"@type":"node","@id":1493051683,"@timestamp":1634329656},"coords":"51.5180432,-0.2832993","bedrooms":"3","price":"257000","area":"443"} , +{"type":"Feature","id":"n1493090337","geometry":{"type":"Point","coordinates":[-0.2109596,51.9705436]},"properties":{"@type":"node","@id":1493090337,"@timestamp":1547211833},"coords":"51.9705436,-0.2109596","bedrooms":"4","price":"290000","area":"653"} , +{"type":"Feature","id":"n1493092829","geometry":{"type":"Point","coordinates":[-0.210254,51.9707148]},"properties":{"@type":"node","@id":1493092829,"@timestamp":1547211834},"coords":"51.9707148,-0.210254","bedrooms":"4","price":"276000","area":"493"} , +{"type":"Feature","id":"n1493154745","geometry":{"type":"Point","coordinates":[-0.2297571,51.9774372]},"properties":{"@type":"node","@id":1493154745,"@timestamp":1320579393},"coords":"51.9774372,-0.2297571","bedrooms":"0","price":"271000","area":"678"} , +{"type":"Feature","id":"n1493241139","geometry":{"type":"Point","coordinates":[-0.0999963,51.517511]},"properties":{"@type":"node","@id":1493241139,"@timestamp":1635075576},"coords":"51.517511,-0.0999963","bedrooms":"1","price":"285000","area":"439"} , +{"type":"Feature","id":"n1493381031","geometry":{"type":"Point","coordinates":[-0.2107816,51.9697286]},"properties":{"@type":"node","@id":1493381031,"@timestamp":1320599830},"coords":"51.9697286,-0.2107816","bedrooms":"4","price":"247000","area":"513"} , +{"type":"Feature","id":"n1493405892","geometry":{"type":"Point","coordinates":[-0.2061454,51.9682442]},"properties":{"@type":"node","@id":1493405892,"@timestamp":1320601338},"coords":"51.9682442,-0.2061454","bedrooms":"2","price":"187000","area":"398"} , +{"type":"Feature","id":"n1493486651","geometry":{"type":"Point","coordinates":[-0.125555,51.4970998]},"properties":{"@type":"node","@id":1493486651,"@timestamp":1389719346},"coords":"51.4970998,-0.125555","bedrooms":"1","price":"265000","area":"616"} , +{"type":"Feature","id":"n1493527730","geometry":{"type":"Point","coordinates":[-1.0337474,51.753062]},"properties":{"@type":"node","@id":1493527730,"@timestamp":1320608413},"coords":"51.753062,-1.0337474","bedrooms":"0","price":"162000","area":"367"} , +{"type":"Feature","id":"n1493566909","geometry":{"type":"Point","coordinates":[-0.2950136,51.2297202]},"properties":{"@type":"node","@id":1493566909,"@timestamp":1613986534},"coords":"51.2297202,-0.2950136","bedrooms":"3","price":"208000","area":"484"} , +{"type":"Feature","id":"n1493656976","geometry":{"type":"Point","coordinates":[-0.2048129,51.3566655]},"properties":{"@type":"node","@id":1493656976,"@timestamp":1499563249},"coords":"51.3566655,-0.2048129","bedrooms":"2","price":"189000","area":"500"} , +{"type":"Feature","id":"n1493657121","geometry":{"type":"Point","coordinates":[-0.2020478,51.357344]},"properties":{"@type":"node","@id":1493657121,"@timestamp":1320615804},"coords":"51.357344,-0.2020478","bedrooms":"1","price":"232000","area":"520"} , +{"type":"Feature","id":"n1493700409","geometry":{"type":"Point","coordinates":[0.2353547,51.4535687]},"properties":{"@type":"node","@id":1493700409,"@timestamp":1562398397},"coords":"51.4535687,0.2353547","bedrooms":"4","price":"270000","area":"422"} , +{"type":"Feature","id":"n1493818271","geometry":{"type":"Point","coordinates":[0.3233093,51.4414143]},"properties":{"@type":"node","@id":1493818271,"@timestamp":1337376125},"coords":"51.4414143,0.3233093","bedrooms":"3","price":"224000","area":"423"} , +{"type":"Feature","id":"n1493883156","geometry":{"type":"Point","coordinates":[-0.1230153,51.5277581]},"properties":{"@type":"node","@id":1493883156,"@timestamp":1589394492},"coords":"51.5277581,-0.1230153","bedrooms":"2","price":"214000","area":"633"} , +{"type":"Feature","id":"n1494041389","geometry":{"type":"Point","coordinates":[-0.0745073,51.5203224]},"properties":{"@type":"node","@id":1494041389,"@timestamp":1573828285},"coords":"51.5203224,-0.0745073","bedrooms":"1","price":"294000","area":"526"} , +{"type":"Feature","id":"n1494157923","geometry":{"type":"Point","coordinates":[-0.2033194,51.9644377]},"properties":{"@type":"node","@id":1494157923,"@timestamp":1392817909},"coords":"51.9644377,-0.2033194","bedrooms":"3","price":"286000","area":"415"} , +{"type":"Feature","id":"n1494219049","geometry":{"type":"Point","coordinates":[0.164699,51.4127704]},"properties":{"@type":"node","@id":1494219049,"@timestamp":1616432699},"coords":"51.4127704,0.164699","bedrooms":"2","price":"295000","area":"387"} , +{"type":"Feature","id":"n1494250683","geometry":{"type":"Point","coordinates":[-0.221171,51.9600478]},"properties":{"@type":"node","@id":1494250683,"@timestamp":1320680063},"coords":"51.9600478,-0.221171","bedrooms":"4","price":"163000","area":"670"} , +{"type":"Feature","id":"n1494347945","geometry":{"type":"Point","coordinates":[-0.3538098,51.5645454]},"properties":{"@type":"node","@id":1494347945,"@timestamp":1618573175},"coords":"51.5645454,-0.3538098","bedrooms":"1","price":"212000","area":"633"} , +{"type":"Feature","id":"n1494364525","geometry":{"type":"Point","coordinates":[-1.0143532,51.550898]},"properties":{"@type":"node","@id":1494364525,"@timestamp":1320689051},"coords":"51.550898,-1.0143532","bedrooms":"1","price":"175000","area":"564"} , +{"type":"Feature","id":"n1494409099","geometry":{"type":"Point","coordinates":[-0.9528038,51.5137465]},"properties":{"@type":"node","@id":1494409099,"@timestamp":1320693087},"coords":"51.5137465,-0.9528038","bedrooms":"4","price":"202000","area":"658"} , +{"type":"Feature","id":"n1494675301","geometry":{"type":"Point","coordinates":[-0.3729664,51.3984829]},"properties":{"@type":"node","@id":1494675301,"@timestamp":1616110546},"coords":"51.3984829,-0.3729664","bedrooms":"1","price":"247000","area":"466"} , +{"type":"Feature","id":"n1494854470","geometry":{"type":"Point","coordinates":[-0.3324275,51.5820585]},"properties":{"@type":"node","@id":1494854470,"@timestamp":1624360371},"coords":"51.5820585,-0.3324275","bedrooms":"4","price":"280000","area":"370"} , +{"type":"Feature","id":"n1495158843","geometry":{"type":"Point","coordinates":[-0.2153882,51.3544958]},"properties":{"@type":"node","@id":1495158843,"@timestamp":1557301112},"coords":"51.3544958,-0.2153882","bedrooms":"3","price":"275000","area":"649"} , +{"type":"Feature","id":"n1495300045","geometry":{"type":"Point","coordinates":[-0.3233541,51.3266056]},"properties":{"@type":"node","@id":1495300045,"@timestamp":1321110482},"coords":"51.3266056,-0.3233541","bedrooms":"4","price":"221000","area":"469"} , +{"type":"Feature","id":"n1495315338","geometry":{"type":"Point","coordinates":[-0.3262509,51.3256435]},"properties":{"@type":"node","@id":1495315338,"@timestamp":1320759305},"coords":"51.3256435,-0.3262509","bedrooms":"0","price":"294000","area":"623"} , +{"type":"Feature","id":"n1495470637","geometry":{"type":"Point","coordinates":[-0.3130729,51.3231868]},"properties":{"@type":"node","@id":1495470637,"@timestamp":1320768610},"coords":"51.3231868,-0.3130729","bedrooms":"1","price":"160000","area":"561"} , +{"type":"Feature","id":"n1495567302","geometry":{"type":"Point","coordinates":[-0.2828665,51.5176339]},"properties":{"@type":"node","@id":1495567302,"@timestamp":1634329656},"coords":"51.5176339,-0.2828665","bedrooms":"4","price":"262000","area":"686"} , +{"type":"Feature","id":"n1495579673","geometry":{"type":"Point","coordinates":[-0.946314,51.42875]},"properties":{"@type":"node","@id":1495579673,"@timestamp":1320776660},"coords":"51.42875,-0.946314","bedrooms":"2","price":"253000","area":"477"} , +{"type":"Feature","id":"n1495811838","geometry":{"type":"Point","coordinates":[0.4556162,51.3915285]},"properties":{"@type":"node","@id":1495811838,"@timestamp":1320786924},"coords":"51.3915285,0.4556162","bedrooms":"4","price":"229000","area":"375"} , +{"type":"Feature","id":"n1495815566","geometry":{"type":"Point","coordinates":[-0.8935052,51.1725676]},"properties":{"@type":"node","@id":1495815566,"@timestamp":1326112922},"coords":"51.1725676,-0.8935052","bedrooms":"2","price":"258000","area":"608"} , +{"type":"Feature","id":"n1495833209","geometry":{"type":"Point","coordinates":[-0.9150401,51.178224]},"properties":{"@type":"node","@id":1495833209,"@timestamp":1459950235},"coords":"51.178224,-0.9150401","bedrooms":"1","price":"225000","area":"385"} , +{"type":"Feature","id":"n1496229606","geometry":{"type":"Point","coordinates":[0.0407329,51.5926938]},"properties":{"@type":"node","@id":1496229606,"@timestamp":1500741502},"coords":"51.5926938,0.0407329","bedrooms":"1","price":"299000","area":"573"} , +{"type":"Feature","id":"n1496239879","geometry":{"type":"Point","coordinates":[0.0496059,51.59058]},"properties":{"@type":"node","@id":1496239879,"@timestamp":1509120714},"coords":"51.59058,0.0496059","bedrooms":"0","price":"228000","area":"417"} , +{"type":"Feature","id":"n1496517941","geometry":{"type":"Point","coordinates":[0.159802,51.0055211]},"properties":{"@type":"node","@id":1496517941,"@timestamp":1345393475},"coords":"51.0055211,0.159802","bedrooms":"3","price":"176000","area":"452"} , +{"type":"Feature","id":"n1496549309","geometry":{"type":"Point","coordinates":[-0.631226,51.4845472]},"properties":{"@type":"node","@id":1496549309,"@timestamp":1475148324},"coords":"51.4845472,-0.631226","bedrooms":"2","price":"264000","area":"434"} , +{"type":"Feature","id":"n1496677326","geometry":{"type":"Point","coordinates":[-0.2817473,51.3987838]},"properties":{"@type":"node","@id":1496677326,"@timestamp":1596536219},"coords":"51.3987838,-0.2817473","bedrooms":"1","price":"265000","area":"570"} , +{"type":"Feature","id":"n1496718864","geometry":{"type":"Point","coordinates":[-0.2199387,51.5062805]},"properties":{"@type":"node","@id":1496718864,"@timestamp":1619073661},"coords":"51.5062805,-0.2199387","bedrooms":"4","price":"183000","area":"374"} , +{"type":"Feature","id":"n1496799612","geometry":{"type":"Point","coordinates":[-0.565576,51.4261237]},"properties":{"@type":"node","@id":1496799612,"@timestamp":1553339615},"coords":"51.4261237,-0.565576","bedrooms":"3","price":"202000","area":"416"} , +{"type":"Feature","id":"n1496804161","geometry":{"type":"Point","coordinates":[-0.5669294,51.4241341]},"properties":{"@type":"node","@id":1496804161,"@timestamp":1553339615},"coords":"51.4241341,-0.5669294","bedrooms":"0","price":"244000","area":"487"} , +{"type":"Feature","id":"n1497177452","geometry":{"type":"Point","coordinates":[-0.0171589,51.7756682]},"properties":{"@type":"node","@id":1497177452,"@timestamp":1586085687},"coords":"51.7756682,-0.0171589","bedrooms":"2","price":"233000","area":"530"} , +{"type":"Feature","id":"n1497299121","geometry":{"type":"Point","coordinates":[-0.7493671,51.0927865]},"properties":{"@type":"node","@id":1497299121,"@timestamp":1320938019},"coords":"51.0927865,-0.7493671","bedrooms":"4","price":"254000","area":"352"} , +{"type":"Feature","id":"n1497436623","geometry":{"type":"Point","coordinates":[-0.6979697,51.5083172]},"properties":{"@type":"node","@id":1497436623,"@timestamp":1320945252},"coords":"51.5083172,-0.6979697","bedrooms":"1","price":"180000","area":"539"} , +{"type":"Feature","id":"n1497457368","geometry":{"type":"Point","coordinates":[-0.6055998,51.4740579]},"properties":{"@type":"node","@id":1497457368,"@timestamp":1368985054},"coords":"51.4740579,-0.6055998","bedrooms":"0","price":"178000","area":"627"} , +{"type":"Feature","id":"n1497773796","geometry":{"type":"Point","coordinates":[-0.5620977,51.4266035]},"properties":{"@type":"node","@id":1497773796,"@timestamp":1607702566},"coords":"51.4266035,-0.5620977","bedrooms":"4","price":"242000","area":"668"} , +{"type":"Feature","id":"n1498797784","geometry":{"type":"Point","coordinates":[-0.369768,51.670085]},"properties":{"@type":"node","@id":1498797784,"@timestamp":1588366842},"coords":"51.670085,-0.369768","bedrooms":"0","price":"218000","area":"436"} , +{"type":"Feature","id":"n1499049189","geometry":{"type":"Point","coordinates":[-0.1430589,51.5875633]},"properties":{"@type":"node","@id":1499049189,"@timestamp":1615135841},"coords":"51.5875633,-0.1430589","bedrooms":"4","price":"211000","area":"509"} , +{"type":"Feature","id":"n1499225279","geometry":{"type":"Point","coordinates":[-0.0465524,51.8432019]},"properties":{"@type":"node","@id":1499225279,"@timestamp":1321040780},"coords":"51.8432019,-0.0465524","bedrooms":"3","price":"158000","area":"491"} , +{"type":"Feature","id":"n1499461681","geometry":{"type":"Point","coordinates":[-0.1155089,51.4963213]},"properties":{"@type":"node","@id":1499461681,"@timestamp":1321053917},"coords":"51.4963213,-0.1155089","bedrooms":"1","price":"283000","area":"369"} , +{"type":"Feature","id":"n1499461716","geometry":{"type":"Point","coordinates":[-0.1150511,51.4968496]},"properties":{"@type":"node","@id":1499461716,"@timestamp":1573665874},"coords":"51.4968496,-0.1150511","bedrooms":"1","price":"222000","area":"573"} , +{"type":"Feature","id":"n1499461742","geometry":{"type":"Point","coordinates":[-0.1148538,51.4971618]},"properties":{"@type":"node","@id":1499461742,"@timestamp":1630358371},"coords":"51.4971618,-0.1148538","bedrooms":"3","price":"160000","area":"403"} , +{"type":"Feature","id":"n1499461774","geometry":{"type":"Point","coordinates":[-0.1148961,51.4976109]},"properties":{"@type":"node","@id":1499461774,"@timestamp":1630358371},"coords":"51.4976109,-0.1148961","bedrooms":"2","price":"285000","area":"426"} , +{"type":"Feature","id":"n1499461798","geometry":{"type":"Point","coordinates":[-0.1143718,51.4979118]},"properties":{"@type":"node","@id":1499461798,"@timestamp":1630358371},"coords":"51.4979118,-0.1143718","bedrooms":"4","price":"287000","area":"497"} , +{"type":"Feature","id":"n1499461813","geometry":{"type":"Point","coordinates":[-0.1148936,51.4981012]},"properties":{"@type":"node","@id":1499461813,"@timestamp":1573665874},"coords":"51.4981012,-0.1148936","bedrooms":"1","price":"168000","area":"444"} , +{"type":"Feature","id":"n1499461824","geometry":{"type":"Point","coordinates":[-0.1147654,51.4981522]},"properties":{"@type":"node","@id":1499461824,"@timestamp":1630358371},"coords":"51.4981522,-0.1147654","bedrooms":"0","price":"235000","area":"589"} , +{"type":"Feature","id":"n1499461835","geometry":{"type":"Point","coordinates":[-0.1146482,51.498348]},"properties":{"@type":"node","@id":1499461835,"@timestamp":1630358371},"coords":"51.498348,-0.1146482","bedrooms":"2","price":"190000","area":"578"} , +{"type":"Feature","id":"n1499461847","geometry":{"type":"Point","coordinates":[-0.1146968,51.4985529]},"properties":{"@type":"node","@id":1499461847,"@timestamp":1630358371},"coords":"51.4985529,-0.1146968","bedrooms":"3","price":"288000","area":"639"} , +{"type":"Feature","id":"n1499461859","geometry":{"type":"Point","coordinates":[-0.1149901,51.4986512]},"properties":{"@type":"node","@id":1499461859,"@timestamp":1630358371},"coords":"51.4986512,-0.1149901","bedrooms":"4","price":"249000","area":"511"} , +{"type":"Feature","id":"n1499461870","geometry":{"type":"Point","coordinates":[-0.1145053,51.4987568]},"properties":{"@type":"node","@id":1499461870,"@timestamp":1630358371},"coords":"51.4987568,-0.1145053","bedrooms":"4","price":"158000","area":"594"} , +{"type":"Feature","id":"n1499461882","geometry":{"type":"Point","coordinates":[-0.115002,51.4988978]},"properties":{"@type":"node","@id":1499461882,"@timestamp":1630358371},"coords":"51.4988978,-0.115002","bedrooms":"4","price":"187000","area":"371"} , +{"type":"Feature","id":"n1499461894","geometry":{"type":"Point","coordinates":[-0.1143784,51.4990118]},"properties":{"@type":"node","@id":1499461894,"@timestamp":1630358371},"coords":"51.4990118,-0.1143784","bedrooms":"4","price":"157000","area":"378"} , +{"type":"Feature","id":"n1499461907","geometry":{"type":"Point","coordinates":[-0.1149182,51.4993487]},"properties":{"@type":"node","@id":1499461907,"@timestamp":1630358371},"coords":"51.4993487,-0.1149182","bedrooms":"2","price":"169000","area":"560"} , +{"type":"Feature","id":"n1499461918","geometry":{"type":"Point","coordinates":[-0.1147227,51.4994778]},"properties":{"@type":"node","@id":1499461918,"@timestamp":1630358371},"coords":"51.4994778,-0.1147227","bedrooms":"0","price":"285000","area":"530"} , +{"type":"Feature","id":"n1499461930","geometry":{"type":"Point","coordinates":[-0.1148629,51.4996239]},"properties":{"@type":"node","@id":1499461930,"@timestamp":1630358371},"coords":"51.4996239,-0.1148629","bedrooms":"4","price":"202000","area":"640"} , +{"type":"Feature","id":"n1499461942","geometry":{"type":"Point","coordinates":[-0.114943,51.4997088]},"properties":{"@type":"node","@id":1499461942,"@timestamp":1630358371},"coords":"51.4997088,-0.114943","bedrooms":"2","price":"225000","area":"512"} , +{"type":"Feature","id":"n1499461956","geometry":{"type":"Point","coordinates":[-0.1147887,51.4998398]},"properties":{"@type":"node","@id":1499461956,"@timestamp":1630358371},"coords":"51.4998398,-0.1147887","bedrooms":"4","price":"289000","area":"569"} , +{"type":"Feature","id":"n1499461967","geometry":{"type":"Point","coordinates":[-0.1148553,51.5000149]},"properties":{"@type":"node","@id":1499461967,"@timestamp":1630358371},"coords":"51.5000149,-0.1148553","bedrooms":"3","price":"150000","area":"558"} , +{"type":"Feature","id":"n1499461982","geometry":{"type":"Point","coordinates":[-0.114545,51.5002033]},"properties":{"@type":"node","@id":1499461982,"@timestamp":1630358371},"coords":"51.5002033,-0.114545","bedrooms":"4","price":"177000","area":"680"} , +{"type":"Feature","id":"n1499461997","geometry":{"type":"Point","coordinates":[-0.1147536,51.5004408]},"properties":{"@type":"node","@id":1499461997,"@timestamp":1630358371},"coords":"51.5004408,-0.1147536","bedrooms":"2","price":"237000","area":"423"} , +{"type":"Feature","id":"n1499462011","geometry":{"type":"Point","coordinates":[-0.1146098,51.5006944]},"properties":{"@type":"node","@id":1499462011,"@timestamp":1630358371},"coords":"51.5006944,-0.1146098","bedrooms":"0","price":"254000","area":"641"} , +{"type":"Feature","id":"n1499462031","geometry":{"type":"Point","coordinates":[-0.114784,51.5008219]},"properties":{"@type":"node","@id":1499462031,"@timestamp":1630358371},"coords":"51.5008219,-0.114784","bedrooms":"4","price":"186000","area":"398"} , +{"type":"Feature","id":"n1499462046","geometry":{"type":"Point","coordinates":[-0.1144655,51.5010186]},"properties":{"@type":"node","@id":1499462046,"@timestamp":1630358371},"coords":"51.5010186,-0.1144655","bedrooms":"4","price":"287000","area":"536"} , +{"type":"Feature","id":"n1499462062","geometry":{"type":"Point","coordinates":[-0.1146049,51.5011242]},"properties":{"@type":"node","@id":1499462062,"@timestamp":1630358371},"coords":"51.5011242,-0.1146049","bedrooms":"4","price":"283000","area":"443"} , +{"type":"Feature","id":"n1499462076","geometry":{"type":"Point","coordinates":[-0.1142446,51.5013315]},"properties":{"@type":"node","@id":1499462076,"@timestamp":1630358371},"coords":"51.5013315,-0.1142446","bedrooms":"3","price":"181000","area":"530"} , +{"type":"Feature","id":"n1499462089","geometry":{"type":"Point","coordinates":[-0.1139995,51.5014178]},"properties":{"@type":"node","@id":1499462089,"@timestamp":1630358371},"coords":"51.5014178,-0.1139995","bedrooms":"4","price":"255000","area":"594"} , +{"type":"Feature","id":"n1499462101","geometry":{"type":"Point","coordinates":[-0.1145671,51.5014496]},"properties":{"@type":"node","@id":1499462101,"@timestamp":1630358371},"coords":"51.5014496,-0.1145671","bedrooms":"3","price":"261000","area":"522"} , +{"type":"Feature","id":"n1499462112","geometry":{"type":"Point","coordinates":[-0.1142768,51.5016955]},"properties":{"@type":"node","@id":1499462112,"@timestamp":1630358371},"coords":"51.5016955,-0.1142768","bedrooms":"2","price":"216000","area":"617"} , +{"type":"Feature","id":"n1499462124","geometry":{"type":"Point","coordinates":[-0.1136035,51.5018155]},"properties":{"@type":"node","@id":1499462124,"@timestamp":1630358371},"coords":"51.5018155,-0.1136035","bedrooms":"3","price":"281000","area":"498"} , +{"type":"Feature","id":"n1499462135","geometry":{"type":"Point","coordinates":[-0.1134172,51.5019746]},"properties":{"@type":"node","@id":1499462135,"@timestamp":1630358371},"coords":"51.5019746,-0.1134172","bedrooms":"4","price":"170000","area":"373"} , +{"type":"Feature","id":"n1499462147","geometry":{"type":"Point","coordinates":[-0.1133763,51.5022712]},"properties":{"@type":"node","@id":1499462147,"@timestamp":1630358371},"coords":"51.5022712,-0.1133763","bedrooms":"3","price":"253000","area":"576"} , +{"type":"Feature","id":"n1499462158","geometry":{"type":"Point","coordinates":[-0.1118558,51.5024176]},"properties":{"@type":"node","@id":1499462158,"@timestamp":1630358371},"coords":"51.5024176,-0.1118558","bedrooms":"3","price":"279000","area":"497"} , +{"type":"Feature","id":"n1499462170","geometry":{"type":"Point","coordinates":[-0.1142568,51.5026392]},"properties":{"@type":"node","@id":1499462170,"@timestamp":1630358371},"coords":"51.5026392,-0.1142568","bedrooms":"3","price":"297000","area":"629"} , +{"type":"Feature","id":"n1499462181","geometry":{"type":"Point","coordinates":[-0.1131798,51.5031821]},"properties":{"@type":"node","@id":1499462181,"@timestamp":1630358371},"coords":"51.5031821,-0.1131798","bedrooms":"2","price":"223000","area":"528"} , +{"type":"Feature","id":"n1499513384","geometry":{"type":"Point","coordinates":[0.1765707,51.4051901]},"properties":{"@type":"node","@id":1499513384,"@timestamp":1321060821},"coords":"51.4051901,0.1765707","bedrooms":"0","price":"153000","area":"527"} , +{"type":"Feature","id":"n1499694401","geometry":{"type":"Point","coordinates":[0.0681932,51.5571965]},"properties":{"@type":"node","@id":1499694401,"@timestamp":1500735486},"coords":"51.5571965,0.0681932","bedrooms":"3","price":"255000","area":"405"} , +{"type":"Feature","id":"n1499861506","geometry":{"type":"Point","coordinates":[-0.9178632,51.4550982]},"properties":{"@type":"node","@id":1499861506,"@timestamp":1321101211},"coords":"51.4550982,-0.9178632","bedrooms":"4","price":"243000","area":"592"} , +{"type":"Feature","id":"n1500014883","geometry":{"type":"Point","coordinates":[-0.315836,51.3296188]},"properties":{"@type":"node","@id":1500014883,"@timestamp":1321111022},"coords":"51.3296188,-0.315836","bedrooms":"0","price":"282000","area":"483"} , +{"type":"Feature","id":"n1500046840","geometry":{"type":"Point","coordinates":[-0.314583,51.3270053]},"properties":{"@type":"node","@id":1500046840,"@timestamp":1513532000},"coords":"51.3270053,-0.314583","bedrooms":"3","price":"203000","area":"604"} , +{"type":"Feature","id":"n1500106251","geometry":{"type":"Point","coordinates":[-0.7108031,51.0878637]},"properties":{"@type":"node","@id":1500106251,"@timestamp":1321114449},"coords":"51.0878637,-0.7108031","bedrooms":"2","price":"185000","area":"422"} , +{"type":"Feature","id":"n1500377124","geometry":{"type":"Point","coordinates":[-0.4005683,51.1467945]},"properties":{"@type":"node","@id":1500377124,"@timestamp":1499445444},"coords":"51.1467945,-0.4005683","bedrooms":"0","price":"298000","area":"527"} , +{"type":"Feature","id":"n1500714658","geometry":{"type":"Point","coordinates":[0.0478051,51.4600451]},"properties":{"@type":"node","@id":1500714658,"@timestamp":1564911800},"coords":"51.4600451,0.0478051","bedrooms":"2","price":"198000","area":"620"} , +{"type":"Feature","id":"n1501376038","geometry":{"type":"Point","coordinates":[-0.4894797,51.4710136]},"properties":{"@type":"node","@id":1501376038,"@timestamp":1321191215},"coords":"51.4710136,-0.4894797","bedrooms":"3","price":"270000","area":"378"} , +{"type":"Feature","id":"n1501376175","geometry":{"type":"Point","coordinates":[-0.4891779,51.4724911]},"properties":{"@type":"node","@id":1501376175,"@timestamp":1611422656},"coords":"51.4724911,-0.4891779","bedrooms":"0","price":"165000","area":"644"} , +{"type":"Feature","id":"n1501571967","geometry":{"type":"Point","coordinates":[0.053979,51.7972876]},"properties":{"@type":"node","@id":1501571967,"@timestamp":1410100346},"coords":"51.7972876,0.053979","bedrooms":"0","price":"165000","area":"471"} , +{"type":"Feature","id":"n1501591322","geometry":{"type":"Point","coordinates":[-0.0282086,51.9163587]},"properties":{"@type":"node","@id":1501591322,"@timestamp":1321199326},"coords":"51.9163587,-0.0282086","bedrooms":"3","price":"179000","area":"458"} , +{"type":"Feature","id":"n1501591370","geometry":{"type":"Point","coordinates":[-0.0274683,51.9152565]},"properties":{"@type":"node","@id":1501591370,"@timestamp":1321199327},"coords":"51.9152565,-0.0274683","bedrooms":"4","price":"230000","area":"556"} , +{"type":"Feature","id":"n1501591399","geometry":{"type":"Point","coordinates":[-0.0231285,51.9024698]},"properties":{"@type":"node","@id":1501591399,"@timestamp":1321199327},"coords":"51.9024698,-0.0231285","bedrooms":"3","price":"200000","area":"632"} , +{"type":"Feature","id":"n1501603257","geometry":{"type":"Point","coordinates":[-0.0247488,51.9009236]},"properties":{"@type":"node","@id":1501603257,"@timestamp":1321199835},"coords":"51.9009236,-0.0247488","bedrooms":"2","price":"161000","area":"537"} , +{"type":"Feature","id":"n1501603347","geometry":{"type":"Point","coordinates":[-0.0255105,51.8971815]},"properties":{"@type":"node","@id":1501603347,"@timestamp":1321199838},"coords":"51.8971815,-0.0255105","bedrooms":"4","price":"283000","area":"416"} , +{"type":"Feature","id":"n1501629224","geometry":{"type":"Point","coordinates":[-0.0136176,51.8912706]},"properties":{"@type":"node","@id":1501629224,"@timestamp":1622382979},"coords":"51.8912706,-0.0136176","bedrooms":"0","price":"235000","area":"425"} , +{"type":"Feature","id":"n1501629236","geometry":{"type":"Point","coordinates":[-0.0131053,51.8906085]},"properties":{"@type":"node","@id":1501629236,"@timestamp":1622382981},"coords":"51.8906085,-0.0131053","bedrooms":"2","price":"263000","area":"355"} , +{"type":"Feature","id":"n1501649984","geometry":{"type":"Point","coordinates":[-0.027337,51.8893769]},"properties":{"@type":"node","@id":1501649984,"@timestamp":1622382997},"coords":"51.8893769,-0.027337","bedrooms":"0","price":"235000","area":"510"} , +{"type":"Feature","id":"n1501650041","geometry":{"type":"Point","coordinates":[-0.0497308,51.8965476]},"properties":{"@type":"node","@id":1501650041,"@timestamp":1321201516},"coords":"51.8965476,-0.0497308","bedrooms":"4","price":"261000","area":"661"} , +{"type":"Feature","id":"n1501650077","geometry":{"type":"Point","coordinates":[-0.0422066,51.8975186]},"properties":{"@type":"node","@id":1501650077,"@timestamp":1321201518},"coords":"51.8975186,-0.0422066","bedrooms":"1","price":"267000","area":"585"} , +{"type":"Feature","id":"n1501650114","geometry":{"type":"Point","coordinates":[-0.030325,51.8911283]},"properties":{"@type":"node","@id":1501650114,"@timestamp":1622383000},"coords":"51.8911283,-0.030325","bedrooms":"2","price":"158000","area":"567"} , +{"type":"Feature","id":"n1501650139","geometry":{"type":"Point","coordinates":[-0.0122786,51.8846218]},"properties":{"@type":"node","@id":1501650139,"@timestamp":1622382982},"coords":"51.8846218,-0.0122786","bedrooms":"3","price":"287000","area":"598"} , +{"type":"Feature","id":"n1501698595","geometry":{"type":"Point","coordinates":[-0.0658535,51.9104236]},"properties":{"@type":"node","@id":1501698595,"@timestamp":1321203821},"coords":"51.9104236,-0.0658535","bedrooms":"2","price":"191000","area":"617"} , +{"type":"Feature","id":"n1501698664","geometry":{"type":"Point","coordinates":[-0.0616718,51.9094275]},"properties":{"@type":"node","@id":1501698664,"@timestamp":1321203822},"coords":"51.9094275,-0.0616718","bedrooms":"0","price":"182000","area":"489"} , +{"type":"Feature","id":"n1501700373","geometry":{"type":"Point","coordinates":[-0.3715957,51.1857492]},"properties":{"@type":"node","@id":1501700373,"@timestamp":1529228475},"coords":"51.1857492,-0.3715957","bedrooms":"3","price":"274000","area":"476"} , +{"type":"Feature","id":"n1501790663","geometry":{"type":"Point","coordinates":[-0.0278547,51.880768]},"properties":{"@type":"node","@id":1501790663,"@timestamp":1321207800},"coords":"51.880768,-0.0278547","bedrooms":"2","price":"218000","area":"598"} , +{"type":"Feature","id":"n1501790700","geometry":{"type":"Point","coordinates":[-0.0298422,51.8797637]},"properties":{"@type":"node","@id":1501790700,"@timestamp":1321207802},"coords":"51.8797637,-0.0298422","bedrooms":"0","price":"260000","area":"574"} , +{"type":"Feature","id":"n1501831766","geometry":{"type":"Point","coordinates":[-0.0185824,51.9247556]},"properties":{"@type":"node","@id":1501831766,"@timestamp":1321209448},"coords":"51.9247556,-0.0185824","bedrooms":"3","price":"178000","area":"594"} , +{"type":"Feature","id":"n1501831791","geometry":{"type":"Point","coordinates":[-0.0151358,51.9285384]},"properties":{"@type":"node","@id":1501831791,"@timestamp":1321209448},"coords":"51.9285384,-0.0151358","bedrooms":"0","price":"286000","area":"350"} , +{"type":"Feature","id":"n1501843368","geometry":{"type":"Point","coordinates":[-0.0486767,51.9144675]},"properties":{"@type":"node","@id":1501843368,"@timestamp":1321210030},"coords":"51.9144675,-0.0486767","bedrooms":"2","price":"201000","area":"632"} , +{"type":"Feature","id":"n1501843396","geometry":{"type":"Point","coordinates":[-0.0363412,51.9198857]},"properties":{"@type":"node","@id":1501843396,"@timestamp":1321210031},"coords":"51.9198857,-0.0363412","bedrooms":"4","price":"285000","area":"585"} , +{"type":"Feature","id":"n1501843434","geometry":{"type":"Point","coordinates":[-0.091651,51.8908651]},"properties":{"@type":"node","@id":1501843434,"@timestamp":1321210032},"coords":"51.8908651,-0.091651","bedrooms":"1","price":"239000","area":"678"} , +{"type":"Feature","id":"n1501843472","geometry":{"type":"Point","coordinates":[-0.0616532,51.9091298]},"properties":{"@type":"node","@id":1501843472,"@timestamp":1321210032},"coords":"51.9091298,-0.0616532","bedrooms":"0","price":"231000","area":"666"} , +{"type":"Feature","id":"n1501843508","geometry":{"type":"Point","coordinates":[-0.0784572,51.8976647]},"properties":{"@type":"node","@id":1501843508,"@timestamp":1321210033},"coords":"51.8976647,-0.0784572","bedrooms":"2","price":"269000","area":"450"} , +{"type":"Feature","id":"n1501843540","geometry":{"type":"Point","coordinates":[-0.0346112,51.9200775]},"properties":{"@type":"node","@id":1501843540,"@timestamp":1321210034},"coords":"51.9200775,-0.0346112","bedrooms":"4","price":"287000","area":"351"} , +{"type":"Feature","id":"n1501878195","geometry":{"type":"Point","coordinates":[-0.1193596,51.8883489]},"properties":{"@type":"node","@id":1501878195,"@timestamp":1321211049},"coords":"51.8883489,-0.1193596","bedrooms":"4","price":"173000","area":"458"} , +{"type":"Feature","id":"n1501878231","geometry":{"type":"Point","coordinates":[-0.1038685,51.8897121]},"properties":{"@type":"node","@id":1501878231,"@timestamp":1321211049},"coords":"51.8897121,-0.1038685","bedrooms":"0","price":"225000","area":"597"} , +{"type":"Feature","id":"n1501878276","geometry":{"type":"Point","coordinates":[-0.1218296,51.8870944]},"properties":{"@type":"node","@id":1501878276,"@timestamp":1321211050},"coords":"51.8870944,-0.1218296","bedrooms":"0","price":"214000","area":"568"} , +{"type":"Feature","id":"n1501969824","geometry":{"type":"Point","coordinates":[-0.0367928,51.9315919]},"properties":{"@type":"node","@id":1501969824,"@timestamp":1627825050},"coords":"51.9315919,-0.0367928","bedrooms":"3","price":"250000","area":"482"} , +{"type":"Feature","id":"n1501969849","geometry":{"type":"Point","coordinates":[-0.0350897,51.9293906]},"properties":{"@type":"node","@id":1501969849,"@timestamp":1627825050},"coords":"51.9293906,-0.0350897","bedrooms":"4","price":"289000","area":"538"} , +{"type":"Feature","id":"n1501969880","geometry":{"type":"Point","coordinates":[-0.0264009,51.9345171]},"properties":{"@type":"node","@id":1501969880,"@timestamp":1321213486},"coords":"51.9345171,-0.0264009","bedrooms":"4","price":"212000","area":"426"} , +{"type":"Feature","id":"n1502021523","geometry":{"type":"Point","coordinates":[-0.0337687,51.9267553]},"properties":{"@type":"node","@id":1502021523,"@timestamp":1321215892},"coords":"51.9267553,-0.0337687","bedrooms":"1","price":"162000","area":"580"} , +{"type":"Feature","id":"n1502021553","geometry":{"type":"Point","coordinates":[-0.0326961,51.9268511]},"properties":{"@type":"node","@id":1502021553,"@timestamp":1321215893},"coords":"51.9268511,-0.0326961","bedrooms":"4","price":"253000","area":"496"} , +{"type":"Feature","id":"n1502021591","geometry":{"type":"Point","coordinates":[-0.0320201,51.9268643]},"properties":{"@type":"node","@id":1502021591,"@timestamp":1321215893},"coords":"51.9268643,-0.0320201","bedrooms":"3","price":"244000","area":"440"} , +{"type":"Feature","id":"n1502021609","geometry":{"type":"Point","coordinates":[-0.0342139,51.9268479]},"properties":{"@type":"node","@id":1502021609,"@timestamp":1321215894},"coords":"51.9268479,-0.0342139","bedrooms":"2","price":"208000","area":"699"} , +{"type":"Feature","id":"n1502021620","geometry":{"type":"Point","coordinates":[-0.0344553,51.9268479]},"properties":{"@type":"node","@id":1502021620,"@timestamp":1321215895},"coords":"51.9268479,-0.0344553","bedrooms":"4","price":"219000","area":"688"} , +{"type":"Feature","id":"n1502026442","geometry":{"type":"Point","coordinates":[-0.0384827,51.9208604]},"properties":{"@type":"node","@id":1502026442,"@timestamp":1321216382},"coords":"51.9208604,-0.0384827","bedrooms":"0","price":"296000","area":"636"} , +{"type":"Feature","id":"n1502034240","geometry":{"type":"Point","coordinates":[-0.0548457,51.9199618]},"properties":{"@type":"node","@id":1502034240,"@timestamp":1321216846},"coords":"51.9199618,-0.0548457","bedrooms":"3","price":"239000","area":"515"} , +{"type":"Feature","id":"n1502034262","geometry":{"type":"Point","coordinates":[-0.0692921,51.9256042]},"properties":{"@type":"node","@id":1502034262,"@timestamp":1321216846},"coords":"51.9256042,-0.0692921","bedrooms":"1","price":"296000","area":"485"} , +{"type":"Feature","id":"n1502034300","geometry":{"type":"Point","coordinates":[-0.0519651,51.9188352]},"properties":{"@type":"node","@id":1502034300,"@timestamp":1321216847},"coords":"51.9188352,-0.0519651","bedrooms":"4","price":"255000","area":"424"} , +{"type":"Feature","id":"n1502034347","geometry":{"type":"Point","coordinates":[-0.0772073,51.9292099]},"properties":{"@type":"node","@id":1502034347,"@timestamp":1321216848},"coords":"51.9292099,-0.0772073","bedrooms":"3","price":"170000","area":"669"} , +{"type":"Feature","id":"n1502044266","geometry":{"type":"Point","coordinates":[-0.957474,50.9524672]},"properties":{"@type":"node","@id":1502044266,"@timestamp":1385848725},"coords":"50.9524672,-0.957474","bedrooms":"3","price":"175000","area":"516"} , +{"type":"Feature","id":"n1502066005","geometry":{"type":"Point","coordinates":[-0.0294103,51.8467216]},"properties":{"@type":"node","@id":1502066005,"@timestamp":1321218071},"coords":"51.8467216,-0.0294103","bedrooms":"0","price":"236000","area":"590"} , +{"type":"Feature","id":"n1502066038","geometry":{"type":"Point","coordinates":[-0.0493811,51.8629397]},"properties":{"@type":"node","@id":1502066038,"@timestamp":1321218277},"coords":"51.8629397,-0.0493811","bedrooms":"3","price":"283000","area":"600"} , +{"type":"Feature","id":"n1502066076","geometry":{"type":"Point","coordinates":[-0.0489609,51.8791817]},"properties":{"@type":"node","@id":1502066076,"@timestamp":1321218072},"coords":"51.8791817,-0.0489609","bedrooms":"4","price":"209000","area":"582"} , +{"type":"Feature","id":"n1502066114","geometry":{"type":"Point","coordinates":[-0.0433971,51.8694224]},"properties":{"@type":"node","@id":1502066114,"@timestamp":1321220955},"coords":"51.8694224,-0.0433971","bedrooms":"4","price":"188000","area":"399"} , +{"type":"Feature","id":"n1502066159","geometry":{"type":"Point","coordinates":[-0.0395008,51.8678017]},"properties":{"@type":"node","@id":1502066159,"@timestamp":1321220955},"coords":"51.8678017,-0.0395008","bedrooms":"0","price":"224000","area":"366"} , +{"type":"Feature","id":"n1502066188","geometry":{"type":"Point","coordinates":[-0.0480758,51.8634738]},"properties":{"@type":"node","@id":1502066188,"@timestamp":1321218277},"coords":"51.8634738,-0.0480758","bedrooms":"4","price":"174000","area":"590"} , +{"type":"Feature","id":"n1502066218","geometry":{"type":"Point","coordinates":[-0.0468196,51.8639998]},"properties":{"@type":"node","@id":1502066218,"@timestamp":1321218277},"coords":"51.8639998,-0.0468196","bedrooms":"2","price":"296000","area":"685"} , +{"type":"Feature","id":"n1502066237","geometry":{"type":"Point","coordinates":[-0.0464691,51.8710362]},"properties":{"@type":"node","@id":1502066237,"@timestamp":1321218076},"coords":"51.8710362,-0.0464691","bedrooms":"1","price":"177000","area":"433"} , +{"type":"Feature","id":"n1502066256","geometry":{"type":"Point","coordinates":[-0.0473274,51.8810742]},"properties":{"@type":"node","@id":1502066256,"@timestamp":1321218076},"coords":"51.8810742,-0.0473274","bedrooms":"1","price":"277000","area":"636"} , +{"type":"Feature","id":"n1502073971","geometry":{"type":"Point","coordinates":[-0.0421937,51.852736]},"properties":{"@type":"node","@id":1502073971,"@timestamp":1321218275},"coords":"51.852736,-0.0421937","bedrooms":"1","price":"249000","area":"518"} , +{"type":"Feature","id":"n1502086230","geometry":{"type":"Point","coordinates":[-0.0641315,51.8641861]},"properties":{"@type":"node","@id":1502086230,"@timestamp":1321218620},"coords":"51.8641861,-0.0641315","bedrooms":"4","price":"184000","area":"668"} , +{"type":"Feature","id":"n1502086270","geometry":{"type":"Point","coordinates":[-0.06978,51.8522093]},"properties":{"@type":"node","@id":1502086270,"@timestamp":1321218621},"coords":"51.8522093,-0.06978","bedrooms":"3","price":"214000","area":"615"} , +{"type":"Feature","id":"n1502115942","geometry":{"type":"Point","coordinates":[-0.0278251,51.883374]},"properties":{"@type":"node","@id":1502115942,"@timestamp":1622383002},"coords":"51.883374,-0.0278251","bedrooms":"4","price":"246000","area":"695"} , +{"type":"Feature","id":"n1502135423","geometry":{"type":"Point","coordinates":[-0.0490091,51.8949074]},"properties":{"@type":"node","@id":1502135423,"@timestamp":1321219679},"coords":"51.8949074,-0.0490091","bedrooms":"2","price":"168000","area":"561"} , +{"type":"Feature","id":"n1502156240","geometry":{"type":"Point","coordinates":[-0.049395,51.902024]},"properties":{"@type":"node","@id":1502156240,"@timestamp":1321220173},"coords":"51.902024,-0.049395","bedrooms":"0","price":"274000","area":"505"} , +{"type":"Feature","id":"n1502156250","geometry":{"type":"Point","coordinates":[-0.0504969,51.9030281]},"properties":{"@type":"node","@id":1502156250,"@timestamp":1321220174},"coords":"51.9030281,-0.0504969","bedrooms":"2","price":"234000","area":"680"} , +{"type":"Feature","id":"n1502162834","geometry":{"type":"Point","coordinates":[-0.060996,51.8696782]},"properties":{"@type":"node","@id":1502162834,"@timestamp":1321220613},"coords":"51.8696782,-0.060996","bedrooms":"1","price":"292000","area":"397"} , +{"type":"Feature","id":"n1502256170","geometry":{"type":"Point","coordinates":[-0.2878932,51.3211832]},"properties":{"@type":"node","@id":1502256170,"@timestamp":1594990092},"coords":"51.3211832,-0.2878932","bedrooms":"0","price":"221000","area":"428"} , +{"type":"Feature","id":"n1502264422","geometry":{"type":"Point","coordinates":[-0.1972157,51.2385568]},"properties":{"@type":"node","@id":1502264422,"@timestamp":1633036797},"coords":"51.2385568,-0.1972157","bedrooms":"0","price":"222000","area":"515"} , +{"type":"Feature","id":"n1502274499","geometry":{"type":"Point","coordinates":[-0.1963402,51.240226]},"properties":{"@type":"node","@id":1502274499,"@timestamp":1633721906},"coords":"51.240226,-0.1963402","bedrooms":"0","price":"229000","area":"355"} , +{"type":"Feature","id":"n1502294939","geometry":{"type":"Point","coordinates":[-0.3048075,51.3167605]},"properties":{"@type":"node","@id":1502294939,"@timestamp":1601829949},"coords":"51.3167605,-0.3048075","bedrooms":"2","price":"225000","area":"669"} , +{"type":"Feature","id":"n1502294974","geometry":{"type":"Point","coordinates":[-0.3042785,51.3168078]},"properties":{"@type":"node","@id":1502294974,"@timestamp":1565125410},"coords":"51.3168078,-0.3042785","bedrooms":"3","price":"226000","area":"540"} , +{"type":"Feature","id":"n1502309046","geometry":{"type":"Point","coordinates":[-0.9284519,51.0645602]},"properties":{"@type":"node","@id":1502309046,"@timestamp":1395104349},"coords":"51.0645602,-0.9284519","bedrooms":"0","price":"197000","area":"358"} , +{"type":"Feature","id":"n1502345471","geometry":{"type":"Point","coordinates":[-0.9268458,51.6334752]},"properties":{"@type":"node","@id":1502345471,"@timestamp":1321231278},"coords":"51.6334752,-0.9268458","bedrooms":"3","price":"295000","area":"688"} , +{"type":"Feature","id":"n1502700589","geometry":{"type":"Point","coordinates":[-0.1458638,51.8806057]},"properties":{"@type":"node","@id":1502700589,"@timestamp":1616932723},"coords":"51.8806057,-0.1458638","bedrooms":"0","price":"164000","area":"506"} , +{"type":"Feature","id":"n1502700691","geometry":{"type":"Point","coordinates":[-0.1526042,51.8795344]},"properties":{"@type":"node","@id":1502700691,"@timestamp":1321260523},"coords":"51.8795344,-0.1526042","bedrooms":"2","price":"205000","area":"506"} , +{"type":"Feature","id":"n1502733056","geometry":{"type":"Point","coordinates":[0.0397173,51.7728907]},"properties":{"@type":"node","@id":1502733056,"@timestamp":1321394970},"coords":"51.7728907,0.0397173","bedrooms":"2","price":"259000","area":"440"} , +{"type":"Feature","id":"n1502786884","geometry":{"type":"Point","coordinates":[-0.70915,51.0878849]},"properties":{"@type":"node","@id":1502786884,"@timestamp":1321272259},"coords":"51.0878849,-0.70915","bedrooms":"1","price":"246000","area":"519"} , +{"type":"Feature","id":"n1502872863","geometry":{"type":"Point","coordinates":[0.6654328,51.7233168]},"properties":{"@type":"node","@id":1502872863,"@timestamp":1321281954},"coords":"51.7233168,0.6654328","bedrooms":"4","price":"154000","area":"368"} , +{"type":"Feature","id":"n1502921656","geometry":{"type":"Point","coordinates":[-0.0939913,51.856037]},"properties":{"@type":"node","@id":1502921656,"@timestamp":1323103304},"coords":"51.856037,-0.0939913","bedrooms":"3","price":"230000","area":"419"} , +{"type":"Feature","id":"n1502921728","geometry":{"type":"Point","coordinates":[-0.0981984,51.8579147]},"properties":{"@type":"node","@id":1502921728,"@timestamp":1323103305},"coords":"51.8579147,-0.0981984","bedrooms":"4","price":"172000","area":"617"} , +{"type":"Feature","id":"n1502931179","geometry":{"type":"Point","coordinates":[-0.1722896,51.23274]},"properties":{"@type":"node","@id":1502931179,"@timestamp":1633770427},"coords":"51.23274,-0.1722896","bedrooms":"1","price":"260000","area":"369"} , +{"type":"Feature","id":"n1502931198","geometry":{"type":"Point","coordinates":[-0.1761785,51.2386153]},"properties":{"@type":"node","@id":1502931198,"@timestamp":1633025857},"coords":"51.2386153,-0.1761785","bedrooms":"3","price":"234000","area":"380"} , +{"type":"Feature","id":"n1502931250","geometry":{"type":"Point","coordinates":[-0.195663,51.2334456]},"properties":{"@type":"node","@id":1502931250,"@timestamp":1634388060},"coords":"51.2334456,-0.195663","bedrooms":"0","price":"208000","area":"471"} , +{"type":"Feature","id":"n1503041019","geometry":{"type":"Point","coordinates":[-0.1990731,51.2414118]},"properties":{"@type":"node","@id":1503041019,"@timestamp":1321290732},"coords":"51.2414118,-0.1990731","bedrooms":"2","price":"169000","area":"367"} , +{"type":"Feature","id":"n1503373353","geometry":{"type":"Point","coordinates":[-0.3518367,51.5658335]},"properties":{"@type":"node","@id":1503373353,"@timestamp":1592163777},"coords":"51.5658335,-0.3518367","bedrooms":"2","price":"155000","area":"683"} , +{"type":"Feature","id":"n1503481824","geometry":{"type":"Point","coordinates":[-0.0731171,51.9153403]},"properties":{"@type":"node","@id":1503481824,"@timestamp":1321309716},"coords":"51.9153403,-0.0731171","bedrooms":"2","price":"298000","area":"366"} , +{"type":"Feature","id":"n1503538487","geometry":{"type":"Point","coordinates":[-0.1736522,51.2406395]},"properties":{"@type":"node","@id":1503538487,"@timestamp":1633720842},"coords":"51.2406395,-0.1736522","bedrooms":"3","price":"232000","area":"611"} , +{"type":"Feature","id":"n1503551459","geometry":{"type":"Point","coordinates":[-0.1773939,51.2397167]},"properties":{"@type":"node","@id":1503551459,"@timestamp":1321317167},"coords":"51.2397167,-0.1773939","bedrooms":"1","price":"246000","area":"451"} , +{"type":"Feature","id":"n1504330575","geometry":{"type":"Point","coordinates":[0.6400599,51.5417544]},"properties":{"@type":"node","@id":1504330575,"@timestamp":1595160428},"coords":"51.5417544,0.6400599","bedrooms":"1","price":"178000","area":"418"} , +{"type":"Feature","id":"n1504407619","geometry":{"type":"Point","coordinates":[-0.1582015,51.5240058]},"properties":{"@type":"node","@id":1504407619,"@timestamp":1594489612},"coords":"51.5240058,-0.1582015","bedrooms":"3","price":"173000","area":"365"} , +{"type":"Feature","id":"n1504407688","geometry":{"type":"Point","coordinates":[-0.026492,51.46]},"properties":{"@type":"node","@id":1504407688,"@timestamp":1321390189},"coords":"51.46,-0.026492","bedrooms":"1","price":"297000","area":"489"} , +{"type":"Feature","id":"n1504407845","geometry":{"type":"Point","coordinates":[-0.108318,51.5299]},"properties":{"@type":"node","@id":1504407845,"@timestamp":1321390200},"coords":"51.5299,-0.108318","bedrooms":"0","price":"268000","area":"372"} , +{"type":"Feature","id":"n1504407942","geometry":{"type":"Point","coordinates":[-0.0975037,51.5129]},"properties":{"@type":"node","@id":1504407942,"@timestamp":1553720477},"coords":"51.5129,-0.0975037","bedrooms":"0","price":"259000","area":"456"} , +{"type":"Feature","id":"n1504568067","geometry":{"type":"Point","coordinates":[0.2638362,51.6089675]},"properties":{"@type":"node","@id":1504568067,"@timestamp":1321400674},"coords":"51.6089675,0.2638362","bedrooms":"1","price":"273000","area":"617"} , +{"type":"Feature","id":"n1504576802","geometry":{"type":"Point","coordinates":[-0.2023896,51.1180892]},"properties":{"@type":"node","@id":1504576802,"@timestamp":1633768066},"coords":"51.1180892,-0.2023896","bedrooms":"1","price":"178000","area":"694"} , +{"type":"Feature","id":"n1504576818","geometry":{"type":"Point","coordinates":[-0.1985033,51.1195799]},"properties":{"@type":"node","@id":1504576818,"@timestamp":1633768066},"coords":"51.1195799,-0.1985033","bedrooms":"1","price":"278000","area":"627"} , +{"type":"Feature","id":"n1504576856","geometry":{"type":"Point","coordinates":[-0.196072,51.1172532]},"properties":{"@type":"node","@id":1504576856,"@timestamp":1321401949},"coords":"51.1172532,-0.196072","bedrooms":"0","price":"173000","area":"642"} , +{"type":"Feature","id":"n1504576888","geometry":{"type":"Point","coordinates":[-0.1997424,51.1186569]},"properties":{"@type":"node","@id":1504576888,"@timestamp":1321401952},"coords":"51.1186569,-0.1997424","bedrooms":"1","price":"243000","area":"658"} , +{"type":"Feature","id":"n1504576913","geometry":{"type":"Point","coordinates":[-0.2019514,51.1199631]},"properties":{"@type":"node","@id":1504576913,"@timestamp":1321401956},"coords":"51.1199631,-0.2019514","bedrooms":"0","price":"195000","area":"436"} , +{"type":"Feature","id":"n1505132163","geometry":{"type":"Point","coordinates":[-0.8214979,51.6741607]},"properties":{"@type":"node","@id":1505132163,"@timestamp":1321446461},"coords":"51.6741607,-0.8214979","bedrooms":"4","price":"174000","area":"687"} , +{"type":"Feature","id":"n1505132179","geometry":{"type":"Point","coordinates":[-0.8214903,51.6743916]},"properties":{"@type":"node","@id":1505132179,"@timestamp":1321446463},"coords":"51.6743916,-0.8214903","bedrooms":"1","price":"181000","area":"441"} , +{"type":"Feature","id":"n1505132197","geometry":{"type":"Point","coordinates":[-0.8219799,51.6745577]},"properties":{"@type":"node","@id":1505132197,"@timestamp":1321446466},"coords":"51.6745577,-0.8219799","bedrooms":"4","price":"243000","area":"524"} , +{"type":"Feature","id":"n1505132222","geometry":{"type":"Point","coordinates":[-0.8201718,51.6749815]},"properties":{"@type":"node","@id":1505132222,"@timestamp":1321446470},"coords":"51.6749815,-0.8201718","bedrooms":"4","price":"267000","area":"640"} , +{"type":"Feature","id":"n1505141645","geometry":{"type":"Point","coordinates":[-0.7094974,51.0891256]},"properties":{"@type":"node","@id":1505141645,"@timestamp":1321447405},"coords":"51.0891256,-0.7094974","bedrooms":"2","price":"254000","area":"502"} , +{"type":"Feature","id":"n1505227041","geometry":{"type":"Point","coordinates":[-0.9752248,51.4306755]},"properties":{"@type":"node","@id":1505227041,"@timestamp":1616349872},"coords":"51.4306755,-0.9752248","bedrooms":"2","price":"238000","area":"445"} , +{"type":"Feature","id":"n1505345207","geometry":{"type":"Point","coordinates":[-0.7313392,51.0877609]},"properties":{"@type":"node","@id":1505345207,"@timestamp":1475964887},"coords":"51.0877609,-0.7313392","bedrooms":"4","price":"209000","area":"402"} , +{"type":"Feature","id":"n1505585077","geometry":{"type":"Point","coordinates":[-0.2025842,51.9679281]},"properties":{"@type":"node","@id":1505585077,"@timestamp":1321472999},"coords":"51.9679281,-0.2025842","bedrooms":"4","price":"201000","area":"573"} , +{"type":"Feature","id":"n1505679845","geometry":{"type":"Point","coordinates":[0.2431407,51.4520563]},"properties":{"@type":"node","@id":1505679845,"@timestamp":1635306144},"coords":"51.4520563,0.2431407","bedrooms":"2","price":"207000","area":"596"} , +{"type":"Feature","id":"n1506195255","geometry":{"type":"Point","coordinates":[-0.94612,51.0167823]},"properties":{"@type":"node","@id":1506195255,"@timestamp":1525206398},"coords":"51.0167823,-0.94612","bedrooms":"2","price":"245000","area":"523"} , +{"type":"Feature","id":"n1506521143","geometry":{"type":"Point","coordinates":[-0.3807733,51.7073316]},"properties":{"@type":"node","@id":1506521143,"@timestamp":1625818318},"coords":"51.7073316,-0.3807733","bedrooms":"0","price":"173000","area":"599"} , +{"type":"Feature","id":"n1506748327","geometry":{"type":"Point","coordinates":[-0.5410815,51.4917119]},"properties":{"@type":"node","@id":1506748327,"@timestamp":1632964276},"coords":"51.4917119,-0.5410815","bedrooms":"4","price":"254000","area":"613"} , +{"type":"Feature","id":"n1506804049","geometry":{"type":"Point","coordinates":[-0.2312253,51.6846294]},"properties":{"@type":"node","@id":1506804049,"@timestamp":1566664755},"coords":"51.6846294,-0.2312253","bedrooms":"0","price":"250000","area":"357"} , +{"type":"Feature","id":"n1507156065","geometry":{"type":"Point","coordinates":[-0.4543488,51.9118137]},"properties":{"@type":"node","@id":1507156065,"@timestamp":1613596341},"coords":"51.9118137,-0.4543488","bedrooms":"1","price":"255000","area":"528"} , +{"type":"Feature","id":"n1507176093","geometry":{"type":"Point","coordinates":[-0.4623709,51.9062212]},"properties":{"@type":"node","@id":1507176093,"@timestamp":1614018852},"coords":"51.9062212,-0.4623709","bedrooms":"0","price":"175000","area":"543"} , +{"type":"Feature","id":"n1507289951","geometry":{"type":"Point","coordinates":[-0.7324704,51.0879276]},"properties":{"@type":"node","@id":1507289951,"@timestamp":1608124761},"coords":"51.0879276,-0.7324704","bedrooms":"0","price":"154000","area":"437"} , +{"type":"Feature","id":"n1507495647","geometry":{"type":"Point","coordinates":[-1.0565683,51.5027253]},"properties":{"@type":"node","@id":1507495647,"@timestamp":1321632395},"coords":"51.5027253,-1.0565683","bedrooms":"4","price":"269000","area":"613"} , +{"type":"Feature","id":"n1507704644","geometry":{"type":"Point","coordinates":[-0.5625958,51.4271348]},"properties":{"@type":"node","@id":1507704644,"@timestamp":1321643849},"coords":"51.4271348,-0.5625958","bedrooms":"1","price":"165000","area":"477"} , +{"type":"Feature","id":"n1507727622","geometry":{"type":"Point","coordinates":[-0.0595584,51.8852862]},"properties":{"@type":"node","@id":1507727622,"@timestamp":1321645765},"coords":"51.8852862,-0.0595584","bedrooms":"3","price":"178000","area":"675"} , +{"type":"Feature","id":"n1507727678","geometry":{"type":"Point","coordinates":[-0.0585794,51.88891]},"properties":{"@type":"node","@id":1507727678,"@timestamp":1321645769},"coords":"51.88891,-0.0585794","bedrooms":"1","price":"239000","area":"431"} , +{"type":"Feature","id":"n1507793051","geometry":{"type":"Point","coordinates":[-0.8944541,51.2532525]},"properties":{"@type":"node","@id":1507793051,"@timestamp":1321650831},"coords":"51.2532525,-0.8944541","bedrooms":"0","price":"216000","area":"420"} , +{"type":"Feature","id":"n1507793079","geometry":{"type":"Point","coordinates":[-0.9185814,51.2747047]},"properties":{"@type":"node","@id":1507793079,"@timestamp":1321650832},"coords":"51.2747047,-0.9185814","bedrooms":"2","price":"271000","area":"426"} , +{"type":"Feature","id":"n1507793109","geometry":{"type":"Point","coordinates":[-0.9463237,51.2855761]},"properties":{"@type":"node","@id":1507793109,"@timestamp":1321650833},"coords":"51.2855761,-0.9463237","bedrooms":"1","price":"169000","area":"375"} , +{"type":"Feature","id":"n1507793134","geometry":{"type":"Point","coordinates":[-0.9467543,51.2943597]},"properties":{"@type":"node","@id":1507793134,"@timestamp":1321650835},"coords":"51.2943597,-0.9467543","bedrooms":"0","price":"292000","area":"663"} , +{"type":"Feature","id":"n1507793160","geometry":{"type":"Point","coordinates":[-0.9623613,51.3049756]},"properties":{"@type":"node","@id":1507793160,"@timestamp":1321650836},"coords":"51.3049756,-0.9623613","bedrooms":"2","price":"282000","area":"397"} , +{"type":"Feature","id":"n1507793188","geometry":{"type":"Point","coordinates":[-0.9931842,51.3125321]},"properties":{"@type":"node","@id":1507793188,"@timestamp":1321650838},"coords":"51.3125321,-0.9931842","bedrooms":"4","price":"262000","area":"653"} , +{"type":"Feature","id":"n1507793232","geometry":{"type":"Point","coordinates":[-0.9376857,51.3196968]},"properties":{"@type":"node","@id":1507793232,"@timestamp":1321650839},"coords":"51.3196968,-0.9376857","bedrooms":"1","price":"292000","area":"452"} , +{"type":"Feature","id":"n1507793277","geometry":{"type":"Point","coordinates":[-0.9360404,51.3291506]},"properties":{"@type":"node","@id":1507793277,"@timestamp":1321650840},"coords":"51.3291506,-0.9360404","bedrooms":"3","price":"227000","area":"524"} , +{"type":"Feature","id":"n1507793342","geometry":{"type":"Point","coordinates":[-1.076722,51.3354877]},"properties":{"@type":"node","@id":1507793342,"@timestamp":1447952525},"coords":"51.3354877,-1.076722","bedrooms":"0","price":"219000","area":"595"} , +{"type":"Feature","id":"n1507824867","geometry":{"type":"Point","coordinates":[-0.562234,51.4235573]},"properties":{"@type":"node","@id":1507824867,"@timestamp":1607702566},"coords":"51.4235573,-0.562234","bedrooms":"1","price":"152000","area":"479"} , +{"type":"Feature","id":"n1507858584","geometry":{"type":"Point","coordinates":[0.2644538,51.8891372]},"properties":{"@type":"node","@id":1507858584,"@timestamp":1616159684},"coords":"51.8891372,0.2644538","bedrooms":"0","price":"201000","area":"699"} , +{"type":"Feature","id":"n1507914728","geometry":{"type":"Point","coordinates":[-0.0875539,51.6386881]},"properties":{"@type":"node","@id":1507914728,"@timestamp":1559006536},"coords":"51.6386881,-0.0875539","bedrooms":"0","price":"211000","area":"565"} , +{"type":"Feature","id":"n1508391510","geometry":{"type":"Point","coordinates":[0.7838122,51.8795528]},"properties":{"@type":"node","@id":1508391510,"@timestamp":1607882925},"coords":"51.8795528,0.7838122","bedrooms":"3","price":"272000","area":"539"} , +{"type":"Feature","id":"n1508420530","geometry":{"type":"Point","coordinates":[-0.4884332,51.4719433]},"properties":{"@type":"node","@id":1508420530,"@timestamp":1321695808},"coords":"51.4719433,-0.4884332","bedrooms":"2","price":"252000","area":"448"} , +{"type":"Feature","id":"n1508437741","geometry":{"type":"Point","coordinates":[-0.151689,51.5192221]},"properties":{"@type":"node","@id":1508437741,"@timestamp":1526066385},"coords":"51.5192221,-0.151689","bedrooms":"4","price":"241000","area":"389"} , +{"type":"Feature","id":"n1508489846","geometry":{"type":"Point","coordinates":[-0.2103859,51.4678857]},"properties":{"@type":"node","@id":1508489846,"@timestamp":1600027863},"coords":"51.4678857,-0.2103859","bedrooms":"4","price":"219000","area":"420"} , +{"type":"Feature","id":"n1508498159","geometry":{"type":"Point","coordinates":[-0.2009111,51.4904124]},"properties":{"@type":"node","@id":1508498159,"@timestamp":1615504514},"coords":"51.4904124,-0.2009111","bedrooms":"4","price":"179000","area":"655"} , +{"type":"Feature","id":"n1508552352","geometry":{"type":"Point","coordinates":[-0.911548,51.453854]},"properties":{"@type":"node","@id":1508552352,"@timestamp":1321710814},"coords":"51.453854,-0.911548","bedrooms":"0","price":"246000","area":"389"} , +{"type":"Feature","id":"n1508663622","geometry":{"type":"Point","coordinates":[-0.3322653,51.5821874]},"properties":{"@type":"node","@id":1508663622,"@timestamp":1626195910},"coords":"51.5821874,-0.3322653","bedrooms":"0","price":"165000","area":"383"} , +{"type":"Feature","id":"n1508663653","geometry":{"type":"Point","coordinates":[-0.3329357,51.5819813]},"properties":{"@type":"node","@id":1508663653,"@timestamp":1563374445},"coords":"51.5819813,-0.3329357","bedrooms":"1","price":"264000","area":"595"} , +{"type":"Feature","id":"n1508678638","geometry":{"type":"Point","coordinates":[-0.3013717,51.5151999]},"properties":{"@type":"node","@id":1508678638,"@timestamp":1603051264},"coords":"51.5151999,-0.3013717","bedrooms":"3","price":"254000","area":"460"} , +{"type":"Feature","id":"n1508829618","geometry":{"type":"Point","coordinates":[0.8595741,51.5861074]},"properties":{"@type":"node","@id":1508829618,"@timestamp":1321726182},"coords":"51.5861074,0.8595741","bedrooms":"1","price":"192000","area":"381"} , +{"type":"Feature","id":"n1508864707","geometry":{"type":"Point","coordinates":[-0.4877252,51.4721177]},"properties":{"@type":"node","@id":1508864707,"@timestamp":1565608605},"coords":"51.4721177,-0.4877252","bedrooms":"4","price":"290000","area":"632"} , +{"type":"Feature","id":"n1508892520","geometry":{"type":"Point","coordinates":[0.846966,51.0639795]},"properties":{"@type":"node","@id":1508892520,"@timestamp":1322497392},"coords":"51.0639795,0.846966","bedrooms":"2","price":"201000","area":"617"} , +{"type":"Feature","id":"n1509108877","geometry":{"type":"Point","coordinates":[0.852972,51.5890237]},"properties":{"@type":"node","@id":1509108877,"@timestamp":1321737226},"coords":"51.5890237,0.852972","bedrooms":"2","price":"265000","area":"655"} , +{"type":"Feature","id":"n1509108953","geometry":{"type":"Point","coordinates":[0.8528923,51.5890598]},"properties":{"@type":"node","@id":1509108953,"@timestamp":1321737228},"coords":"51.5890598,0.8528923","bedrooms":"4","price":"157000","area":"562"} , +{"type":"Feature","id":"n1509108991","geometry":{"type":"Point","coordinates":[0.8529559,51.58909]},"properties":{"@type":"node","@id":1509108991,"@timestamp":1321737230},"coords":"51.58909,0.8529559","bedrooms":"0","price":"181000","area":"578"} , +{"type":"Feature","id":"n1509197368","geometry":{"type":"Point","coordinates":[0.8271724,51.8841702]},"properties":{"@type":"node","@id":1509197368,"@timestamp":1598089528},"coords":"51.8841702,0.8271724","bedrooms":"1","price":"276000","area":"692"} , +{"type":"Feature","id":"n1509240892","geometry":{"type":"Point","coordinates":[-0.348121,51.4376487]},"properties":{"@type":"node","@id":1509240892,"@timestamp":1355751032},"coords":"51.4376487,-0.348121","bedrooms":"0","price":"280000","area":"584"} , +{"type":"Feature","id":"n1509282793","geometry":{"type":"Point","coordinates":[0.1600334,51.117384]},"properties":{"@type":"node","@id":1509282793,"@timestamp":1446407353},"coords":"51.117384,0.1600334","bedrooms":"3","price":"274000","area":"585"} , +{"type":"Feature","id":"n1509288831","geometry":{"type":"Point","coordinates":[0.1729309,51.1279506]},"properties":{"@type":"node","@id":1509288831,"@timestamp":1562957152},"coords":"51.1279506,0.1729309","bedrooms":"2","price":"195000","area":"647"} , +{"type":"Feature","id":"n1509800928","geometry":{"type":"Point","coordinates":[-0.360917,51.4246442]},"properties":{"@type":"node","@id":1509800928,"@timestamp":1605011703},"coords":"51.4246442,-0.360917","bedrooms":"2","price":"188000","area":"351"} , +{"type":"Feature","id":"n1509994063","geometry":{"type":"Point","coordinates":[-0.9365182,51.7888916]},"properties":{"@type":"node","@id":1509994063,"@timestamp":1321805859},"coords":"51.7888916,-0.9365182","bedrooms":"4","price":"159000","area":"485"} , +{"type":"Feature","id":"n1510041481","geometry":{"type":"Point","coordinates":[-0.1992504,51.8931901]},"properties":{"@type":"node","@id":1510041481,"@timestamp":1321808535},"coords":"51.8931901,-0.1992504","bedrooms":"3","price":"295000","area":"382"} , +{"type":"Feature","id":"n1510057062","geometry":{"type":"Point","coordinates":[-0.2417561,51.2845756]},"properties":{"@type":"node","@id":1510057062,"@timestamp":1321808883},"coords":"51.2845756,-0.2417561","bedrooms":"1","price":"170000","area":"561"} , +{"type":"Feature","id":"n1510061792","geometry":{"type":"Point","coordinates":[-0.3022289,51.3352664]},"properties":{"@type":"node","@id":1510061792,"@timestamp":1321809013},"coords":"51.3352664,-0.3022289","bedrooms":"0","price":"165000","area":"370"} , +{"type":"Feature","id":"n1510193594","geometry":{"type":"Point","coordinates":[0.4722306,51.6853541]},"properties":{"@type":"node","@id":1510193594,"@timestamp":1321814358},"coords":"51.6853541,0.4722306","bedrooms":"2","price":"250000","area":"477"} , +{"type":"Feature","id":"n1510244755","geometry":{"type":"Point","coordinates":[-0.9790826,51.2743957]},"properties":{"@type":"node","@id":1510244755,"@timestamp":1321816731},"coords":"51.2743957,-0.9790826","bedrooms":"0","price":"208000","area":"644"} , +{"type":"Feature","id":"n1510244803","geometry":{"type":"Point","coordinates":[-0.9985413,51.2761744]},"properties":{"@type":"node","@id":1510244803,"@timestamp":1321816732},"coords":"51.2761744,-0.9985413","bedrooms":"4","price":"225000","area":"449"} , +{"type":"Feature","id":"n1510244841","geometry":{"type":"Point","coordinates":[-1.0390962,51.2829038]},"properties":{"@type":"node","@id":1510244841,"@timestamp":1321816733},"coords":"51.2829038,-1.0390962","bedrooms":"4","price":"294000","area":"660"} , +{"type":"Feature","id":"n1510294615","geometry":{"type":"Point","coordinates":[-0.2920956,51.333351]},"properties":{"@type":"node","@id":1510294615,"@timestamp":1321820038},"coords":"51.333351,-0.2920956","bedrooms":"4","price":"203000","area":"451"} , +{"type":"Feature","id":"n1510679065","geometry":{"type":"Point","coordinates":[-0.3401285,51.5704718]},"properties":{"@type":"node","@id":1510679065,"@timestamp":1603755871},"coords":"51.5704718,-0.3401285","bedrooms":"2","price":"170000","area":"530"} , +{"type":"Feature","id":"n1510704669","geometry":{"type":"Point","coordinates":[-0.133155,51.5295786]},"properties":{"@type":"node","@id":1510704669,"@timestamp":1330701230},"coords":"51.5295786,-0.133155","bedrooms":"4","price":"171000","area":"374"} , +{"type":"Feature","id":"n1511277577","geometry":{"type":"Point","coordinates":[0.7765467,51.5237671]},"properties":{"@type":"node","@id":1511277577,"@timestamp":1597434914},"coords":"51.5237671,0.7765467","bedrooms":"4","price":"232000","area":"517"} , +{"type":"Feature","id":"n1511378552","geometry":{"type":"Point","coordinates":[0.8032645,51.5359247]},"properties":{"@type":"node","@id":1511378552,"@timestamp":1562703931},"coords":"51.5359247,0.8032645","bedrooms":"0","price":"202000","area":"663"} , +{"type":"Feature","id":"n1511486942","geometry":{"type":"Point","coordinates":[-0.6514633,51.6587608]},"properties":{"@type":"node","@id":1511486942,"@timestamp":1321881195},"coords":"51.6587608,-0.6514633","bedrooms":"1","price":"156000","area":"501"} , +{"type":"Feature","id":"n1511777144","geometry":{"type":"Point","coordinates":[-0.1827803,51.093109]},"properties":{"@type":"node","@id":1511777144,"@timestamp":1625515513},"coords":"51.093109,-0.1827803","bedrooms":"4","price":"232000","area":"634"} , +{"type":"Feature","id":"n1511806422","geometry":{"type":"Point","coordinates":[-0.1777612,51.0907912]},"properties":{"@type":"node","@id":1511806422,"@timestamp":1321901484},"coords":"51.0907912,-0.1777612","bedrooms":"4","price":"297000","area":"425"} , +{"type":"Feature","id":"n1511806452","geometry":{"type":"Point","coordinates":[-0.1779758,51.0909966]},"properties":{"@type":"node","@id":1511806452,"@timestamp":1321901485},"coords":"51.0909966,-0.1779758","bedrooms":"4","price":"225000","area":"592"} , +{"type":"Feature","id":"n1511937357","geometry":{"type":"Point","coordinates":[-0.182448,51.2289007]},"properties":{"@type":"node","@id":1511937357,"@timestamp":1633025857},"coords":"51.2289007,-0.182448","bedrooms":"3","price":"210000","area":"501"} , +{"type":"Feature","id":"n1511960762","geometry":{"type":"Point","coordinates":[-0.176706,51.2288536]},"properties":{"@type":"node","@id":1511960762,"@timestamp":1481030380},"coords":"51.2288536,-0.176706","bedrooms":"3","price":"163000","area":"682"} , +{"type":"Feature","id":"n1511960868","geometry":{"type":"Point","coordinates":[-0.1763943,51.2287669]},"properties":{"@type":"node","@id":1511960868,"@timestamp":1628877943},"coords":"51.2287669,-0.1763943","bedrooms":"4","price":"208000","area":"562"} , +{"type":"Feature","id":"n1511988352","geometry":{"type":"Point","coordinates":[-0.1735354,51.2280673]},"properties":{"@type":"node","@id":1511988352,"@timestamp":1481030382},"coords":"51.2280673,-0.1735354","bedrooms":"1","price":"290000","area":"498"} , +{"type":"Feature","id":"n1512042622","geometry":{"type":"Point","coordinates":[-0.2482656,51.2245653]},"properties":{"@type":"node","@id":1512042622,"@timestamp":1535039974},"coords":"51.2245653,-0.2482656","bedrooms":"3","price":"284000","area":"366"} , +{"type":"Feature","id":"n1512092097","geometry":{"type":"Point","coordinates":[-0.2477679,51.2254745]},"properties":{"@type":"node","@id":1512092097,"@timestamp":1321917306},"coords":"51.2254745,-0.2477679","bedrooms":"2","price":"192000","area":"589"} , +{"type":"Feature","id":"n1512122949","geometry":{"type":"Point","coordinates":[-0.0328679,51.850181]},"properties":{"@type":"node","@id":1512122949,"@timestamp":1321918567},"coords":"51.850181,-0.0328679","bedrooms":"0","price":"215000","area":"571"} , +{"type":"Feature","id":"n1512123267","geometry":{"type":"Point","coordinates":[-0.0276813,51.8550184]},"properties":{"@type":"node","@id":1512123267,"@timestamp":1321918574},"coords":"51.8550184,-0.0276813","bedrooms":"4","price":"268000","area":"528"} , +{"type":"Feature","id":"n1512123442","geometry":{"type":"Point","coordinates":[-0.0331847,51.8495648]},"properties":{"@type":"node","@id":1512123442,"@timestamp":1321918578},"coords":"51.8495648,-0.0331847","bedrooms":"0","price":"229000","area":"502"} , +{"type":"Feature","id":"n1512152895","geometry":{"type":"Point","coordinates":[-0.0142856,51.8485226]},"properties":{"@type":"node","@id":1512152895,"@timestamp":1622991438},"coords":"51.8485226,-0.0142856","bedrooms":"3","price":"166000","area":"386"} , +{"type":"Feature","id":"n1512153110","geometry":{"type":"Point","coordinates":[-0.0093664,51.8376453]},"properties":{"@type":"node","@id":1512153110,"@timestamp":1321919558},"coords":"51.8376453,-0.0093664","bedrooms":"0","price":"160000","area":"378"} , +{"type":"Feature","id":"n1512206868","geometry":{"type":"Point","coordinates":[-0.2532103,51.2353611]},"properties":{"@type":"node","@id":1512206868,"@timestamp":1605983274},"coords":"51.2353611,-0.2532103","bedrooms":"3","price":"224000","area":"670"} , +{"type":"Feature","id":"n1512221615","geometry":{"type":"Point","coordinates":[-0.2342155,51.2356616]},"properties":{"@type":"node","@id":1512221615,"@timestamp":1443379785},"coords":"51.2356616,-0.2342155","bedrooms":"2","price":"151000","area":"555"} , +{"type":"Feature","id":"n1512612266","geometry":{"type":"Point","coordinates":[0.7070021,51.5403891]},"properties":{"@type":"node","@id":1512612266,"@timestamp":1629137645},"coords":"51.5403891,0.7070021","bedrooms":"4","price":"215000","area":"531"} , +{"type":"Feature","id":"n1512666393","geometry":{"type":"Point","coordinates":[0.694673,51.534825]},"properties":{"@type":"node","@id":1512666393,"@timestamp":1632308908},"coords":"51.534825,0.694673","bedrooms":"4","price":"188000","area":"484"} , +{"type":"Feature","id":"n1512884034","geometry":{"type":"Point","coordinates":[0.7901151,51.5321372]},"properties":{"@type":"node","@id":1512884034,"@timestamp":1321977060},"coords":"51.5321372,0.7901151","bedrooms":"3","price":"232000","area":"430"} , +{"type":"Feature","id":"n1512884117","geometry":{"type":"Point","coordinates":[0.7907338,51.5327137]},"properties":{"@type":"node","@id":1512884117,"@timestamp":1619872758},"coords":"51.5327137,0.7907338","bedrooms":"3","price":"236000","area":"674"} , +{"type":"Feature","id":"n1512884576","geometry":{"type":"Point","coordinates":[0.7865352,51.5338706]},"properties":{"@type":"node","@id":1512884576,"@timestamp":1619872758},"coords":"51.5338706,0.7865352","bedrooms":"3","price":"199000","area":"472"} , +{"type":"Feature","id":"n1512903433","geometry":{"type":"Point","coordinates":[0.7905476,51.5328558]},"properties":{"@type":"node","@id":1512903433,"@timestamp":1619872758},"coords":"51.5328558,0.7905476","bedrooms":"1","price":"294000","area":"424"} , +{"type":"Feature","id":"n1512903720","geometry":{"type":"Point","coordinates":[0.7802415,51.5352978]},"properties":{"@type":"node","@id":1512903720,"@timestamp":1321980102},"coords":"51.5352978,0.7802415","bedrooms":"3","price":"189000","area":"359"} , +{"type":"Feature","id":"n1513003140","geometry":{"type":"Point","coordinates":[0.7047748,51.5364819]},"properties":{"@type":"node","@id":1513003140,"@timestamp":1625335524},"coords":"51.5364819,0.7047748","bedrooms":"0","price":"251000","area":"664"} , +{"type":"Feature","id":"n1513029071","geometry":{"type":"Point","coordinates":[0.6409147,51.5412478]},"properties":{"@type":"node","@id":1513029071,"@timestamp":1619873647},"coords":"51.5412478,0.6409147","bedrooms":"0","price":"289000","area":"662"} , +{"type":"Feature","id":"n1513376403","geometry":{"type":"Point","coordinates":[0.3296551,51.6306406]},"properties":{"@type":"node","@id":1513376403,"@timestamp":1326132754},"coords":"51.6306406,0.3296551","bedrooms":"0","price":"241000","area":"518"} , +{"type":"Feature","id":"n1513388603","geometry":{"type":"Point","coordinates":[0.4606049,51.3230668]},"properties":{"@type":"node","@id":1513388603,"@timestamp":1322000594},"coords":"51.3230668,0.4606049","bedrooms":"3","price":"206000","area":"554"} , +{"type":"Feature","id":"n1513503955","geometry":{"type":"Point","coordinates":[0.5596919,51.5449867]},"properties":{"@type":"node","@id":1513503955,"@timestamp":1566422317},"coords":"51.5449867,0.5596919","bedrooms":"2","price":"175000","area":"523"} , +{"type":"Feature","id":"n1513576715","geometry":{"type":"Point","coordinates":[-0.1711988,51.1724293]},"properties":{"@type":"node","@id":1513576715,"@timestamp":1322010745},"coords":"51.1724293,-0.1711988","bedrooms":"2","price":"202000","area":"566"} , +{"type":"Feature","id":"n1513945705","geometry":{"type":"Point","coordinates":[0.5085469,51.5601567]},"properties":{"@type":"node","@id":1513945705,"@timestamp":1615402802},"coords":"51.5601567,0.5085469","bedrooms":"2","price":"249000","area":"394"} , +{"type":"Feature","id":"n1513949746","geometry":{"type":"Point","coordinates":[0.5144346,51.6128981]},"properties":{"@type":"node","@id":1513949746,"@timestamp":1322036981},"coords":"51.6128981,0.5144346","bedrooms":"2","price":"287000","area":"410"} , +{"type":"Feature","id":"n1513980901","geometry":{"type":"Point","coordinates":[0.2138153,51.5154395]},"properties":{"@type":"node","@id":1513980901,"@timestamp":1322042456},"coords":"51.5154395,0.2138153","bedrooms":"2","price":"287000","area":"662"} , +{"type":"Feature","id":"n1514161969","geometry":{"type":"Point","coordinates":[-0.7940263,51.9851383]},"properties":{"@type":"node","@id":1514161969,"@timestamp":1322054600},"coords":"51.9851383,-0.7940263","bedrooms":"2","price":"215000","area":"664"} , +{"type":"Feature","id":"n1514162003","geometry":{"type":"Point","coordinates":[-0.8419629,51.9642993]},"properties":{"@type":"node","@id":1514162003,"@timestamp":1635418602},"coords":"51.9642993,-0.8419629","bedrooms":"0","price":"274000","area":"366"} , +{"type":"Feature","id":"n1514162031","geometry":{"type":"Point","coordinates":[-0.8296288,51.9669368]},"properties":{"@type":"node","@id":1514162031,"@timestamp":1322054603},"coords":"51.9669368,-0.8296288","bedrooms":"2","price":"237000","area":"667"} , +{"type":"Feature","id":"n1514201212","geometry":{"type":"Point","coordinates":[0.4275868,51.5670935]},"properties":{"@type":"node","@id":1514201212,"@timestamp":1619873647},"coords":"51.5670935,0.4275868","bedrooms":"2","price":"209000","area":"426"} , +{"type":"Feature","id":"n1514252315","geometry":{"type":"Point","coordinates":[0.5778702,51.3432867]},"properties":{"@type":"node","@id":1514252315,"@timestamp":1403591569},"coords":"51.3432867,0.5778702","bedrooms":"4","price":"270000","area":"556"} , +{"type":"Feature","id":"n1514530038","geometry":{"type":"Point","coordinates":[-0.0739276,51.5880051]},"properties":{"@type":"node","@id":1514530038,"@timestamp":1553295949},"coords":"51.5880051,-0.0739276","bedrooms":"4","price":"173000","area":"676"} , +{"type":"Feature","id":"n1514712137","geometry":{"type":"Point","coordinates":[-0.0936252,51.5238481]},"properties":{"@type":"node","@id":1514712137,"@timestamp":1406642049},"coords":"51.5238481,-0.0936252","bedrooms":"1","price":"242000","area":"439"} , +{"type":"Feature","id":"n1515124549","geometry":{"type":"Point","coordinates":[0.5095871,51.3994882]},"properties":{"@type":"node","@id":1515124549,"@timestamp":1322482058},"coords":"51.3994882,0.5095871","bedrooms":"3","price":"283000","area":"503"} , +{"type":"Feature","id":"n1515227825","geometry":{"type":"Point","coordinates":[0.1883027,51.0721768]},"properties":{"@type":"node","@id":1515227825,"@timestamp":1626041868},"coords":"51.0721768,0.1883027","bedrooms":"3","price":"204000","area":"453"} , +{"type":"Feature","id":"n1515241416","geometry":{"type":"Point","coordinates":[0.5111254,51.5601888]},"properties":{"@type":"node","@id":1515241416,"@timestamp":1625342282},"coords":"51.5601888,0.5111254","bedrooms":"2","price":"230000","area":"598"} , +{"type":"Feature","id":"n1515298503","geometry":{"type":"Point","coordinates":[0.5064841,51.5506768]},"properties":{"@type":"node","@id":1515298503,"@timestamp":1609424254},"coords":"51.5506768,0.5064841","bedrooms":"4","price":"189000","area":"422"} , +{"type":"Feature","id":"n1515483816","geometry":{"type":"Point","coordinates":[-0.0953206,51.4338159]},"properties":{"@type":"node","@id":1515483816,"@timestamp":1322160194},"coords":"51.4338159,-0.0953206","bedrooms":"0","price":"196000","area":"485"} , +{"type":"Feature","id":"n1515525315","geometry":{"type":"Point","coordinates":[0.3440705,51.4672025]},"properties":{"@type":"node","@id":1515525315,"@timestamp":1619780320},"coords":"51.4672025,0.3440705","bedrooms":"2","price":"245000","area":"499"} , +{"type":"Feature","id":"n1515530091","geometry":{"type":"Point","coordinates":[0.3163898,51.4764167]},"properties":{"@type":"node","@id":1515530091,"@timestamp":1619873647},"coords":"51.4764167,0.3163898","bedrooms":"0","price":"207000","area":"579"} , +{"type":"Feature","id":"n1515792208","geometry":{"type":"Point","coordinates":[0.4751722,51.6994003]},"properties":{"@type":"node","@id":1515792208,"@timestamp":1487193118},"coords":"51.6994003,0.4751722","bedrooms":"0","price":"223000","area":"556"} , +{"type":"Feature","id":"n1516005808","geometry":{"type":"Point","coordinates":[-0.0600919,51.2194124]},"properties":{"@type":"node","@id":1516005808,"@timestamp":1328570328},"coords":"51.2194124,-0.0600919","bedrooms":"0","price":"240000","area":"590"} , +{"type":"Feature","id":"n1516281826","geometry":{"type":"Point","coordinates":[0.3207431,51.4769241]},"properties":{"@type":"node","@id":1516281826,"@timestamp":1526520484},"coords":"51.4769241,0.3207431","bedrooms":"0","price":"197000","area":"501"} , +{"type":"Feature","id":"n1516303311","geometry":{"type":"Point","coordinates":[0.2527991,51.4760359]},"properties":{"@type":"node","@id":1516303311,"@timestamp":1629391705},"coords":"51.4760359,0.2527991","bedrooms":"1","price":"211000","area":"583"} , +{"type":"Feature","id":"n1516306852","geometry":{"type":"Point","coordinates":[0.6103011,51.6457745]},"properties":{"@type":"node","@id":1516306852,"@timestamp":1322217204},"coords":"51.6457745,0.6103011","bedrooms":"1","price":"270000","area":"424"} , +{"type":"Feature","id":"n1516354348","geometry":{"type":"Point","coordinates":[-0.8729284,51.1388113]},"properties":{"@type":"node","@id":1516354348,"@timestamp":1429655459},"coords":"51.1388113,-0.8729284","bedrooms":"2","price":"175000","area":"592"} , +{"type":"Feature","id":"n1516546787","geometry":{"type":"Point","coordinates":[0.836934,51.1041879]},"properties":{"@type":"node","@id":1516546787,"@timestamp":1322334218},"coords":"51.1041879,0.836934","bedrooms":"1","price":"178000","area":"445"} , +{"type":"Feature","id":"n1516641422","geometry":{"type":"Point","coordinates":[-0.0173151,51.5005027]},"properties":{"@type":"node","@id":1516641422,"@timestamp":1619974444},"coords":"51.5005027,-0.0173151","bedrooms":"3","price":"266000","area":"394"} , +{"type":"Feature","id":"n1516717966","geometry":{"type":"Point","coordinates":[0.2147473,51.8799928]},"properties":{"@type":"node","@id":1516717966,"@timestamp":1631654876},"coords":"51.8799928,0.2147473","bedrooms":"4","price":"171000","area":"597"} , +{"type":"Feature","id":"n1516717982","geometry":{"type":"Point","coordinates":[0.2145683,51.8800685]},"properties":{"@type":"node","@id":1516717982,"@timestamp":1631654876},"coords":"51.8800685,0.2145683","bedrooms":"3","price":"182000","area":"468"} , +{"type":"Feature","id":"n1516718003","geometry":{"type":"Point","coordinates":[0.217222,51.8786264]},"properties":{"@type":"node","@id":1516718003,"@timestamp":1387876097},"coords":"51.8786264,0.217222","bedrooms":"1","price":"223000","area":"387"} , +{"type":"Feature","id":"n1516718029","geometry":{"type":"Point","coordinates":[0.2156576,51.8796096]},"properties":{"@type":"node","@id":1516718029,"@timestamp":1631654876},"coords":"51.8796096,0.2156576","bedrooms":"1","price":"156000","area":"480"} , +{"type":"Feature","id":"n1516906338","geometry":{"type":"Point","coordinates":[0.2828963,51.1531694]},"properties":{"@type":"node","@id":1516906338,"@timestamp":1322252634},"coords":"51.1531694,0.2828963","bedrooms":"1","price":"222000","area":"690"} , +{"type":"Feature","id":"n1516961554","geometry":{"type":"Point","coordinates":[0.1002182,51.684931]},"properties":{"@type":"node","@id":1516961554,"@timestamp":1322255536},"coords":"51.684931,0.1002182","bedrooms":"3","price":"172000","area":"486"} , +{"type":"Feature","id":"n1516962224","geometry":{"type":"Point","coordinates":[0.2000739,51.4391635]},"properties":{"@type":"node","@id":1516962224,"@timestamp":1551235926},"coords":"51.4391635,0.2000739","bedrooms":"4","price":"263000","area":"477"} , +{"type":"Feature","id":"n1517514508","geometry":{"type":"Point","coordinates":[-0.0153948,51.5904209]},"properties":{"@type":"node","@id":1517514508,"@timestamp":1404850924},"coords":"51.5904209,-0.0153948","bedrooms":"1","price":"219000","area":"508"} , +{"type":"Feature","id":"n1517514583","geometry":{"type":"Point","coordinates":[-0.0140618,51.5902218]},"properties":{"@type":"node","@id":1517514583,"@timestamp":1404850924},"coords":"51.5902218,-0.0140618","bedrooms":"4","price":"244000","area":"494"} , +{"type":"Feature","id":"n1517525625","geometry":{"type":"Point","coordinates":[-0.0154446,51.5907942]},"properties":{"@type":"node","@id":1517525625,"@timestamp":1404850925},"coords":"51.5907942,-0.0154446","bedrooms":"3","price":"154000","area":"692"} , +{"type":"Feature","id":"n1517538486","geometry":{"type":"Point","coordinates":[0.2710226,51.1404201]},"properties":{"@type":"node","@id":1517538486,"@timestamp":1322299292},"coords":"51.1404201,0.2710226","bedrooms":"0","price":"206000","area":"668"} , +{"type":"Feature","id":"n1517543811","geometry":{"type":"Point","coordinates":[-0.508755,51.3756524]},"properties":{"@type":"node","@id":1517543811,"@timestamp":1322300534},"coords":"51.3756524,-0.508755","bedrooms":"0","price":"263000","area":"461"} , +{"type":"Feature","id":"n1517549569","geometry":{"type":"Point","coordinates":[-0.0136235,51.5915504]},"properties":{"@type":"node","@id":1517549569,"@timestamp":1322301619},"coords":"51.5915504,-0.0136235","bedrooms":"0","price":"264000","area":"655"} , +{"type":"Feature","id":"n1517554170","geometry":{"type":"Point","coordinates":[0.2931916,51.1577932]},"properties":{"@type":"node","@id":1517554170,"@timestamp":1577538035},"coords":"51.1577932,0.2931916","bedrooms":"3","price":"243000","area":"518"} , +{"type":"Feature","id":"n1517592814","geometry":{"type":"Point","coordinates":[-0.1905951,51.3846683]},"properties":{"@type":"node","@id":1517592814,"@timestamp":1564911800},"coords":"51.3846683,-0.1905951","bedrooms":"1","price":"243000","area":"434"} , +{"type":"Feature","id":"n1517871633","geometry":{"type":"Point","coordinates":[-0.1238286,51.5871335]},"properties":{"@type":"node","@id":1517871633,"@timestamp":1322319358},"coords":"51.5871335,-0.1238286","bedrooms":"1","price":"198000","area":"525"} , +{"type":"Feature","id":"n1517895590","geometry":{"type":"Point","coordinates":[-0.0407054,51.8983964]},"properties":{"@type":"node","@id":1517895590,"@timestamp":1322320937},"coords":"51.8983964,-0.0407054","bedrooms":"1","price":"224000","area":"565"} , +{"type":"Feature","id":"n1517895649","geometry":{"type":"Point","coordinates":[-0.0405821,51.8989163]},"properties":{"@type":"node","@id":1517895649,"@timestamp":1322320940},"coords":"51.8989163,-0.0405821","bedrooms":"1","price":"267000","area":"350"} , +{"type":"Feature","id":"n1517968824","geometry":{"type":"Point","coordinates":[0.0762205,51.266764]},"properties":{"@type":"node","@id":1517968824,"@timestamp":1322324312},"coords":"51.266764,0.0762205","bedrooms":"4","price":"211000","area":"482"} , +{"type":"Feature","id":"n1518226325","geometry":{"type":"Point","coordinates":[-0.4724176,51.3138537]},"properties":{"@type":"node","@id":1518226325,"@timestamp":1505045611},"coords":"51.3138537,-0.4724176","bedrooms":"2","price":"288000","area":"689"} , +{"type":"Feature","id":"n1518352497","geometry":{"type":"Point","coordinates":[0.2647221,51.1302904]},"properties":{"@type":"node","@id":1518352497,"@timestamp":1496086409},"coords":"51.1302904,0.2647221","bedrooms":"4","price":"210000","area":"602"} , +{"type":"Feature","id":"n1518724823","geometry":{"type":"Point","coordinates":[-0.1480185,51.2604155]},"properties":{"@type":"node","@id":1518724823,"@timestamp":1322347006},"coords":"51.2604155,-0.1480185","bedrooms":"1","price":"176000","area":"570"} , +{"type":"Feature","id":"n1518724984","geometry":{"type":"Point","coordinates":[-0.1847786,51.3007501]},"properties":{"@type":"node","@id":1518724984,"@timestamp":1322347011},"coords":"51.3007501,-0.1847786","bedrooms":"1","price":"253000","area":"509"} , +{"type":"Feature","id":"n1518921491","geometry":{"type":"Point","coordinates":[-0.6067007,51.7088825]},"properties":{"@type":"node","@id":1518921491,"@timestamp":1323384610},"coords":"51.7088825,-0.6067007","bedrooms":"3","price":"265000","area":"530"} , +{"type":"Feature","id":"n1519252873","geometry":{"type":"Point","coordinates":[-0.1320845,51.526689]},"properties":{"@type":"node","@id":1519252873,"@timestamp":1628066709},"coords":"51.526689,-0.1320845","bedrooms":"1","price":"255000","area":"489"} , +{"type":"Feature","id":"n1519533483","geometry":{"type":"Point","coordinates":[0.0515231,51.5663582]},"properties":{"@type":"node","@id":1519533483,"@timestamp":1437427530},"coords":"51.5663582,0.0515231","bedrooms":"3","price":"233000","area":"473"} , +{"type":"Feature","id":"n1519638042","geometry":{"type":"Point","coordinates":[-0.1984555,51.3217188]},"properties":{"@type":"node","@id":1519638042,"@timestamp":1322405952},"coords":"51.3217188,-0.1984555","bedrooms":"4","price":"192000","area":"581"} , +{"type":"Feature","id":"n1519789585","geometry":{"type":"Point","coordinates":[0.8033943,51.1151933]},"properties":{"@type":"node","@id":1519789585,"@timestamp":1322410820},"coords":"51.1151933,0.8033943","bedrooms":"0","price":"260000","area":"512"} , +{"type":"Feature","id":"n1519790139","geometry":{"type":"Point","coordinates":[0.8218365,51.1273102]},"properties":{"@type":"node","@id":1519790139,"@timestamp":1322410830},"coords":"51.1273102,0.8218365","bedrooms":"1","price":"209000","area":"543"} , +{"type":"Feature","id":"n1519838658","geometry":{"type":"Point","coordinates":[-0.162864,51.8570635]},"properties":{"@type":"node","@id":1519838658,"@timestamp":1615128169},"coords":"51.8570635,-0.162864","bedrooms":"1","price":"247000","area":"637"} , +{"type":"Feature","id":"n1519868351","geometry":{"type":"Point","coordinates":[0.0727197,51.5302503]},"properties":{"@type":"node","@id":1519868351,"@timestamp":1598794101},"coords":"51.5302503,0.0727197","bedrooms":"1","price":"225000","area":"613"} , +{"type":"Feature","id":"n1519992311","geometry":{"type":"Point","coordinates":[-0.0181628,51.5929202]},"properties":{"@type":"node","@id":1519992311,"@timestamp":1322417793},"coords":"51.5929202,-0.0181628","bedrooms":"2","price":"153000","area":"684"} , +{"type":"Feature","id":"n1519997684","geometry":{"type":"Point","coordinates":[0.4634285,51.6991718]},"properties":{"@type":"node","@id":1519997684,"@timestamp":1322418141},"coords":"51.6991718,0.4634285","bedrooms":"4","price":"232000","area":"375"} , +{"type":"Feature","id":"n1520009593","geometry":{"type":"Point","coordinates":[-0.2858094,51.2509879]},"properties":{"@type":"node","@id":1520009593,"@timestamp":1322418746},"coords":"51.2509879,-0.2858094","bedrooms":"1","price":"236000","area":"503"} , +{"type":"Feature","id":"n1520015760","geometry":{"type":"Point","coordinates":[-1.0730197,51.7681051]},"properties":{"@type":"node","@id":1520015760,"@timestamp":1322419045},"coords":"51.7681051,-1.0730197","bedrooms":"2","price":"252000","area":"431"} , +{"type":"Feature","id":"n1520120549","geometry":{"type":"Point","coordinates":[-0.5322925,51.4350071]},"properties":{"@type":"node","@id":1520120549,"@timestamp":1583196140},"coords":"51.4350071,-0.5322925","bedrooms":"3","price":"202000","area":"647"} , +{"type":"Feature","id":"n1520301538","geometry":{"type":"Point","coordinates":[-0.170054,51.2382183]},"properties":{"@type":"node","@id":1520301538,"@timestamp":1633727400},"coords":"51.2382183,-0.170054","bedrooms":"3","price":"256000","area":"395"} , +{"type":"Feature","id":"n1520301655","geometry":{"type":"Point","coordinates":[-0.1756216,51.239023]},"properties":{"@type":"node","@id":1520301655,"@timestamp":1633025857},"coords":"51.239023,-0.1756216","bedrooms":"0","price":"160000","area":"630"} , +{"type":"Feature","id":"n1520301717","geometry":{"type":"Point","coordinates":[-0.1748677,51.2379351]},"properties":{"@type":"node","@id":1520301717,"@timestamp":1633025857},"coords":"51.2379351,-0.1748677","bedrooms":"1","price":"163000","area":"363"} , +{"type":"Feature","id":"n1520301813","geometry":{"type":"Point","coordinates":[-0.1758817,51.2384999]},"properties":{"@type":"node","@id":1520301813,"@timestamp":1478035396},"coords":"51.2384999,-0.1758817","bedrooms":"1","price":"263000","area":"360"} , +{"type":"Feature","id":"n1520301941","geometry":{"type":"Point","coordinates":[-0.1747339,51.2376213]},"properties":{"@type":"node","@id":1520301941,"@timestamp":1632854002},"coords":"51.2376213,-0.1747339","bedrooms":"4","price":"186000","area":"380"} , +{"type":"Feature","id":"n1520339234","geometry":{"type":"Point","coordinates":[-0.4984707,51.5618898]},"properties":{"@type":"node","@id":1520339234,"@timestamp":1322431797},"coords":"51.5618898,-0.4984707","bedrooms":"1","price":"208000","area":"558"} , +{"type":"Feature","id":"n1520394469","geometry":{"type":"Point","coordinates":[-0.1832925,51.220233]},"properties":{"@type":"node","@id":1520394469,"@timestamp":1322434564},"coords":"51.220233,-0.1832925","bedrooms":"2","price":"230000","area":"529"} , +{"type":"Feature","id":"n1520394513","geometry":{"type":"Point","coordinates":[-0.1759091,51.2226229]},"properties":{"@type":"node","@id":1520394513,"@timestamp":1322434570},"coords":"51.2226229,-0.1759091","bedrooms":"1","price":"196000","area":"413"} , +{"type":"Feature","id":"n1520439666","geometry":{"type":"Point","coordinates":[0.5223276,51.3834973]},"properties":{"@type":"node","@id":1520439666,"@timestamp":1522773317},"coords":"51.3834973,0.5223276","bedrooms":"2","price":"289000","area":"637"} , +{"type":"Feature","id":"n1520465286","geometry":{"type":"Point","coordinates":[-0.1852614,51.2318329]},"properties":{"@type":"node","@id":1520465286,"@timestamp":1635107369},"coords":"51.2318329,-0.1852614","bedrooms":"0","price":"254000","area":"434"} , +{"type":"Feature","id":"n1520465392","geometry":{"type":"Point","coordinates":[-0.187714,51.2344351]},"properties":{"@type":"node","@id":1520465392,"@timestamp":1633780980},"coords":"51.2344351,-0.187714","bedrooms":"2","price":"211000","area":"513"} , +{"type":"Feature","id":"n1520465463","geometry":{"type":"Point","coordinates":[-0.1871313,51.2341988]},"properties":{"@type":"node","@id":1520465463,"@timestamp":1635107369},"coords":"51.2341988,-0.1871313","bedrooms":"4","price":"172000","area":"549"} , +{"type":"Feature","id":"n1520830769","geometry":{"type":"Point","coordinates":[-0.0126713,51.5939265]},"properties":{"@type":"node","@id":1520830769,"@timestamp":1322468648},"coords":"51.5939265,-0.0126713","bedrooms":"2","price":"217000","area":"654"} , +{"type":"Feature","id":"n1520830886","geometry":{"type":"Point","coordinates":[-0.0128992,51.5945314]},"properties":{"@type":"node","@id":1520830886,"@timestamp":1322468651},"coords":"51.5945314,-0.0128992","bedrooms":"4","price":"296000","area":"655"} , +{"type":"Feature","id":"n1520846652","geometry":{"type":"Point","coordinates":[-0.0152672,51.594067]},"properties":{"@type":"node","@id":1520846652,"@timestamp":1322469817},"coords":"51.594067,-0.0152672","bedrooms":"2","price":"231000","area":"395"} , +{"type":"Feature","id":"n1521040537","geometry":{"type":"Point","coordinates":[-0.0152901,51.5957195]},"properties":{"@type":"node","@id":1521040537,"@timestamp":1322484793},"coords":"51.5957195,-0.0152901","bedrooms":"2","price":"179000","area":"664"} , +{"type":"Feature","id":"n1521115931","geometry":{"type":"Point","coordinates":[-0.1762561,51.2356181]},"properties":{"@type":"node","@id":1521115931,"@timestamp":1633553120},"coords":"51.2356181,-0.1762561","bedrooms":"0","price":"264000","area":"531"} , +{"type":"Feature","id":"n1521116014","geometry":{"type":"Point","coordinates":[-0.1740902,51.2352308]},"properties":{"@type":"node","@id":1521116014,"@timestamp":1632854002},"coords":"51.2352308,-0.1740902","bedrooms":"2","price":"296000","area":"434"} , +{"type":"Feature","id":"n1521116170","geometry":{"type":"Point","coordinates":[-0.1792293,51.2362303]},"properties":{"@type":"node","@id":1521116170,"@timestamp":1322488419},"coords":"51.2362303,-0.1792293","bedrooms":"2","price":"218000","area":"394"} , +{"type":"Feature","id":"n1521135636","geometry":{"type":"Point","coordinates":[-0.0200009,51.1743336]},"properties":{"@type":"node","@id":1521135636,"@timestamp":1632609336},"coords":"51.1743336,-0.0200009","bedrooms":"1","price":"265000","area":"637"} , +{"type":"Feature","id":"n1521191455","geometry":{"type":"Point","coordinates":[-0.1800451,51.2371352]},"properties":{"@type":"node","@id":1521191455,"@timestamp":1634586360},"coords":"51.2371352,-0.1800451","bedrooms":"1","price":"175000","area":"574"} , +{"type":"Feature","id":"n1521191624","geometry":{"type":"Point","coordinates":[-0.1789356,51.2368663]},"properties":{"@type":"node","@id":1521191624,"@timestamp":1322490758},"coords":"51.2368663,-0.1789356","bedrooms":"3","price":"249000","area":"470"} , +{"type":"Feature","id":"n1521238681","geometry":{"type":"Point","coordinates":[-0.1782956,51.2318171]},"properties":{"@type":"node","@id":1521238681,"@timestamp":1421520683},"coords":"51.2318171,-0.1782956","bedrooms":"1","price":"208000","area":"463"} , +{"type":"Feature","id":"n1521325571","geometry":{"type":"Point","coordinates":[-0.1800836,51.2387012]},"properties":{"@type":"node","@id":1521325571,"@timestamp":1635107369},"coords":"51.2387012,-0.1800836","bedrooms":"4","price":"239000","area":"487"} , +{"type":"Feature","id":"n1521325641","geometry":{"type":"Point","coordinates":[-0.1812262,51.2380912]},"properties":{"@type":"node","@id":1521325641,"@timestamp":1635107369},"coords":"51.2380912,-0.1812262","bedrooms":"3","price":"266000","area":"402"} , +{"type":"Feature","id":"n1521344254","geometry":{"type":"Point","coordinates":[0.8457837,51.0641563]},"properties":{"@type":"node","@id":1521344254,"@timestamp":1322497367},"coords":"51.0641563,0.8457837","bedrooms":"3","price":"294000","area":"578"} , +{"type":"Feature","id":"n1521345273","geometry":{"type":"Point","coordinates":[-0.1785455,51.2391587]},"properties":{"@type":"node","@id":1521345273,"@timestamp":1553284620},"coords":"51.2391587,-0.1785455","bedrooms":"4","price":"243000","area":"371"} , +{"type":"Feature","id":"n1521376261","geometry":{"type":"Point","coordinates":[-0.1757149,51.2403446]},"properties":{"@type":"node","@id":1521376261,"@timestamp":1610115676},"coords":"51.2403446,-0.1757149","bedrooms":"0","price":"293000","area":"546"} , +{"type":"Feature","id":"n1521479602","geometry":{"type":"Point","coordinates":[-0.1651778,51.2186296]},"properties":{"@type":"node","@id":1521479602,"@timestamp":1322503099},"coords":"51.2186296,-0.1651778","bedrooms":"4","price":"294000","area":"447"} , +{"type":"Feature","id":"n1521906933","geometry":{"type":"Point","coordinates":[-0.2035861,51.2417573]},"properties":{"@type":"node","@id":1521906933,"@timestamp":1322516154},"coords":"51.2417573,-0.2035861","bedrooms":"2","price":"209000","area":"374"} , +{"type":"Feature","id":"n1523219347","geometry":{"type":"Point","coordinates":[-0.1083068,51.5084265]},"properties":{"@type":"node","@id":1523219347,"@timestamp":1565369665},"coords":"51.5084265,-0.1083068","bedrooms":"3","price":"285000","area":"547"} , +{"type":"Feature","id":"n1523924217","geometry":{"type":"Point","coordinates":[-0.6162812,51.280491]},"properties":{"@type":"node","@id":1523924217,"@timestamp":1414758471},"coords":"51.280491,-0.6162812","bedrooms":"2","price":"210000","area":"364"} , +{"type":"Feature","id":"n1524153361","geometry":{"type":"Point","coordinates":[-0.559322,51.4229473]},"properties":{"@type":"node","@id":1524153361,"@timestamp":1625066945},"coords":"51.4229473,-0.559322","bedrooms":"1","price":"252000","area":"360"} , +{"type":"Feature","id":"n1524703031","geometry":{"type":"Point","coordinates":[0.7114919,51.5495173]},"properties":{"@type":"node","@id":1524703031,"@timestamp":1322666009},"coords":"51.5495173,0.7114919","bedrooms":"3","price":"255000","area":"392"} , +{"type":"Feature","id":"n1524860393","geometry":{"type":"Point","coordinates":[0.4035065,51.5799651]},"properties":{"@type":"node","@id":1524860393,"@timestamp":1600339677},"coords":"51.5799651,0.4035065","bedrooms":"0","price":"256000","area":"636"} , +{"type":"Feature","id":"n1524910533","geometry":{"type":"Point","coordinates":[0.3988024,51.5737477]},"properties":{"@type":"node","@id":1524910533,"@timestamp":1562514737},"coords":"51.5737477,0.3988024","bedrooms":"1","price":"157000","area":"564"} , +{"type":"Feature","id":"n1524934353","geometry":{"type":"Point","coordinates":[0.7849918,51.0876515]},"properties":{"@type":"node","@id":1524934353,"@timestamp":1322675246},"coords":"51.0876515,0.7849918","bedrooms":"3","price":"234000","area":"470"} , +{"type":"Feature","id":"n1524987865","geometry":{"type":"Point","coordinates":[-0.0456524,51.8041905]},"properties":{"@type":"node","@id":1524987865,"@timestamp":1322677800},"coords":"51.8041905,-0.0456524","bedrooms":"3","price":"181000","area":"470"} , +{"type":"Feature","id":"n1525082465","geometry":{"type":"Point","coordinates":[-0.9756096,51.4496538]},"properties":{"@type":"node","@id":1525082465,"@timestamp":1471022215},"coords":"51.4496538,-0.9756096","bedrooms":"3","price":"214000","area":"501"} , +{"type":"Feature","id":"n1525228623","geometry":{"type":"Point","coordinates":[-0.5473318,51.6599174]},"properties":{"@type":"node","@id":1525228623,"@timestamp":1601163306},"coords":"51.6599174,-0.5473318","bedrooms":"4","price":"295000","area":"466"} , +{"type":"Feature","id":"n1525356083","geometry":{"type":"Point","coordinates":[-0.2132961,51.2544998]},"properties":{"@type":"node","@id":1525356083,"@timestamp":1575821038},"coords":"51.2544998,-0.2132961","bedrooms":"4","price":"290000","area":"647"} , +{"type":"Feature","id":"n1525365738","geometry":{"type":"Point","coordinates":[-0.2985599,51.5150377]},"properties":{"@type":"node","@id":1525365738,"@timestamp":1603051264},"coords":"51.5150377,-0.2985599","bedrooms":"0","price":"284000","area":"399"} , +{"type":"Feature","id":"n1525507858","geometry":{"type":"Point","coordinates":[-0.0778469,51.7963189]},"properties":{"@type":"node","@id":1525507858,"@timestamp":1634897385},"coords":"51.7963189,-0.0778469","bedrooms":"1","price":"196000","area":"374"} , +{"type":"Feature","id":"n1526519389","geometry":{"type":"Point","coordinates":[0.40465,51.5695702]},"properties":{"@type":"node","@id":1526519389,"@timestamp":1562514737},"coords":"51.5695702,0.40465","bedrooms":"2","price":"175000","area":"696"} , +{"type":"Feature","id":"n1526676041","geometry":{"type":"Point","coordinates":[-0.5150282,51.8868748]},"properties":{"@type":"node","@id":1526676041,"@timestamp":1367088599},"coords":"51.8868748,-0.5150282","bedrooms":"2","price":"190000","area":"603"} , +{"type":"Feature","id":"n1526773387","geometry":{"type":"Point","coordinates":[0.2525193,51.8783721]},"properties":{"@type":"node","@id":1526773387,"@timestamp":1631654876},"coords":"51.8783721,0.2525193","bedrooms":"0","price":"292000","area":"636"} , +{"type":"Feature","id":"n1526773517","geometry":{"type":"Point","coordinates":[0.2532369,51.8786702]},"properties":{"@type":"node","@id":1526773517,"@timestamp":1631654876},"coords":"51.8786702,0.2532369","bedrooms":"1","price":"295000","area":"594"} , +{"type":"Feature","id":"n1527028381","geometry":{"type":"Point","coordinates":[0.4133152,51.0460242]},"properties":{"@type":"node","@id":1527028381,"@timestamp":1523206002},"coords":"51.0460242,0.4133152","bedrooms":"4","price":"174000","area":"437"} , +{"type":"Feature","id":"n1527215455","geometry":{"type":"Point","coordinates":[-0.3880156,51.8866426]},"properties":{"@type":"node","@id":1527215455,"@timestamp":1611955822},"coords":"51.8866426,-0.3880156","bedrooms":"0","price":"176000","area":"444"} , +{"type":"Feature","id":"n1527249232","geometry":{"type":"Point","coordinates":[-0.3899862,51.885352]},"properties":{"@type":"node","@id":1527249232,"@timestamp":1612018716},"coords":"51.885352,-0.3899862","bedrooms":"0","price":"169000","area":"430"} , +{"type":"Feature","id":"n1527266117","geometry":{"type":"Point","coordinates":[-0.3813282,51.8948345]},"properties":{"@type":"node","@id":1527266117,"@timestamp":1612199729},"coords":"51.8948345,-0.3813282","bedrooms":"1","price":"265000","area":"654"} , +{"type":"Feature","id":"n1527278291","geometry":{"type":"Point","coordinates":[-0.2634027,51.3849511]},"properties":{"@type":"node","@id":1527278291,"@timestamp":1620416972},"coords":"51.3849511,-0.2634027","bedrooms":"3","price":"206000","area":"608"} , +{"type":"Feature","id":"n1527310168","geometry":{"type":"Point","coordinates":[-0.224437,51.5685397]},"properties":{"@type":"node","@id":1527310168,"@timestamp":1619901799},"coords":"51.5685397,-0.224437","bedrooms":"2","price":"195000","area":"544"} , +{"type":"Feature","id":"n1527358236","geometry":{"type":"Point","coordinates":[-0.2119723,51.5579405]},"properties":{"@type":"node","@id":1527358236,"@timestamp":1588588927},"coords":"51.5579405,-0.2119723","bedrooms":"0","price":"176000","area":"617"} , +{"type":"Feature","id":"n1527384561","geometry":{"type":"Point","coordinates":[-0.2269221,51.5688016]},"properties":{"@type":"node","@id":1527384561,"@timestamp":1589295562},"coords":"51.5688016,-0.2269221","bedrooms":"2","price":"243000","area":"431"} , +{"type":"Feature","id":"n1527408752","geometry":{"type":"Point","coordinates":[-0.2152446,51.5602005]},"properties":{"@type":"node","@id":1527408752,"@timestamp":1588588927},"coords":"51.5602005,-0.2152446","bedrooms":"1","price":"266000","area":"417"} , +{"type":"Feature","id":"n1528393357","geometry":{"type":"Point","coordinates":[-0.6421056,51.4016171]},"properties":{"@type":"node","@id":1528393357,"@timestamp":1322837144},"coords":"51.4016171,-0.6421056","bedrooms":"1","price":"233000","area":"573"} , +{"type":"Feature","id":"n1528728467","geometry":{"type":"Point","coordinates":[-0.0892896,51.8526855]},"properties":{"@type":"node","@id":1528728467,"@timestamp":1333589191},"coords":"51.8526855,-0.0892896","bedrooms":"2","price":"190000","area":"364"} , +{"type":"Feature","id":"n1528735415","geometry":{"type":"Point","coordinates":[-0.1320712,51.8650263]},"properties":{"@type":"node","@id":1528735415,"@timestamp":1322854494},"coords":"51.8650263,-0.1320712","bedrooms":"4","price":"155000","area":"509"} , +{"type":"Feature","id":"n1528735539","geometry":{"type":"Point","coordinates":[-0.1563418,51.8716754]},"properties":{"@type":"node","@id":1528735539,"@timestamp":1322854496},"coords":"51.8716754,-0.1563418","bedrooms":"4","price":"271000","area":"389"} , +{"type":"Feature","id":"n1528735608","geometry":{"type":"Point","coordinates":[-0.1294051,51.8640573]},"properties":{"@type":"node","@id":1528735608,"@timestamp":1322854497},"coords":"51.8640573,-0.1294051","bedrooms":"2","price":"238000","area":"680"} , +{"type":"Feature","id":"n1528815105","geometry":{"type":"Point","coordinates":[-0.0105143,51.8715496]},"properties":{"@type":"node","@id":1528815105,"@timestamp":1322860104},"coords":"51.8715496,-0.0105143","bedrooms":"1","price":"258000","area":"469"} , +{"type":"Feature","id":"n1528815118","geometry":{"type":"Point","coordinates":[-0.0106699,51.869549]},"properties":{"@type":"node","@id":1528815118,"@timestamp":1322860105},"coords":"51.869549,-0.0106699","bedrooms":"1","price":"157000","area":"446"} , +{"type":"Feature","id":"n1528829132","geometry":{"type":"Point","coordinates":[-0.0303787,51.8372841]},"properties":{"@type":"node","@id":1528829132,"@timestamp":1322861332},"coords":"51.8372841,-0.0303787","bedrooms":"1","price":"188000","area":"449"} , +{"type":"Feature","id":"n1528846493","geometry":{"type":"Point","coordinates":[0.5025569,51.3908895]},"properties":{"@type":"node","@id":1528846493,"@timestamp":1549332576},"coords":"51.3908895,0.5025569","bedrooms":"4","price":"173000","area":"453"} , +{"type":"Feature","id":"n1528999943","geometry":{"type":"Point","coordinates":[-0.1943203,51.4895538]},"properties":{"@type":"node","@id":1528999943,"@timestamp":1615945977},"coords":"51.4895538,-0.1943203","bedrooms":"0","price":"268000","area":"360"} , +{"type":"Feature","id":"n1529317084","geometry":{"type":"Point","coordinates":[0.0191613,51.8790009]},"properties":{"@type":"node","@id":1529317084,"@timestamp":1322909796},"coords":"51.8790009,0.0191613","bedrooms":"3","price":"184000","area":"393"} , +{"type":"Feature","id":"n1529438459","geometry":{"type":"Point","coordinates":[0.2682955,51.4419696]},"properties":{"@type":"node","@id":1529438459,"@timestamp":1532703313},"coords":"51.4419696,0.2682955","bedrooms":"0","price":"214000","area":"596"} , +{"type":"Feature","id":"n1529670582","geometry":{"type":"Point","coordinates":[-0.8844623,51.4552634]},"properties":{"@type":"node","@id":1529670582,"@timestamp":1322928917},"coords":"51.4552634,-0.8844623","bedrooms":"1","price":"202000","area":"490"} , +{"type":"Feature","id":"n1529750428","geometry":{"type":"Point","coordinates":[-0.0699412,51.9507952]},"properties":{"@type":"node","@id":1529750428,"@timestamp":1322931198},"coords":"51.9507952,-0.0699412","bedrooms":"3","price":"263000","area":"603"} , +{"type":"Feature","id":"n1529750540","geometry":{"type":"Point","coordinates":[-0.0713744,51.9487855]},"properties":{"@type":"node","@id":1529750540,"@timestamp":1619102507},"coords":"51.9487855,-0.0713744","bedrooms":"4","price":"257000","area":"387"} , +{"type":"Feature","id":"n1529750648","geometry":{"type":"Point","coordinates":[-0.0719449,51.9481956]},"properties":{"@type":"node","@id":1529750648,"@timestamp":1619102509},"coords":"51.9481956,-0.0719449","bedrooms":"2","price":"178000","area":"684"} , +{"type":"Feature","id":"n1529769177","geometry":{"type":"Point","coordinates":[-0.0729078,51.9825319]},"properties":{"@type":"node","@id":1529769177,"@timestamp":1322931824},"coords":"51.9825319,-0.0729078","bedrooms":"1","price":"234000","area":"613"} , +{"type":"Feature","id":"n1529788144","geometry":{"type":"Point","coordinates":[-0.0675634,51.9853415]},"properties":{"@type":"node","@id":1529788144,"@timestamp":1322932685},"coords":"51.9853415,-0.0675634","bedrooms":"4","price":"239000","area":"638"} , +{"type":"Feature","id":"n1529864318","geometry":{"type":"Point","coordinates":[-0.1972388,51.9404024]},"properties":{"@type":"node","@id":1529864318,"@timestamp":1610287851},"coords":"51.9404024,-0.1972388","bedrooms":"0","price":"223000","area":"658"} , +{"type":"Feature","id":"n1529864449","geometry":{"type":"Point","coordinates":[-0.2012031,51.9388779]},"properties":{"@type":"node","@id":1529864449,"@timestamp":1610287856},"coords":"51.9388779,-0.2012031","bedrooms":"3","price":"150000","area":"364"} , +{"type":"Feature","id":"n1529898990","geometry":{"type":"Point","coordinates":[-0.2190836,51.9285248]},"properties":{"@type":"node","@id":1529898990,"@timestamp":1323037729},"coords":"51.9285248,-0.2190836","bedrooms":"3","price":"237000","area":"387"} , +{"type":"Feature","id":"n1529973213","geometry":{"type":"Point","coordinates":[0.2826084,51.3901907]},"properties":{"@type":"node","@id":1529973213,"@timestamp":1322941006},"coords":"51.3901907,0.2826084","bedrooms":"2","price":"295000","area":"605"} , +{"type":"Feature","id":"n1530331434","geometry":{"type":"Point","coordinates":[0.2766895,51.4376806]},"properties":{"@type":"node","@id":1530331434,"@timestamp":1612400817},"coords":"51.4376806,0.2766895","bedrooms":"4","price":"293000","area":"607"} , +{"type":"Feature","id":"n1530432055","geometry":{"type":"Point","coordinates":[-0.1173288,51.6287292]},"properties":{"@type":"node","@id":1530432055,"@timestamp":1322963264},"coords":"51.6287292,-0.1173288","bedrooms":"1","price":"193000","area":"565"} , +{"type":"Feature","id":"n1531131380","geometry":{"type":"Point","coordinates":[-0.4019807,51.516509]},"properties":{"@type":"node","@id":1531131380,"@timestamp":1451792467},"coords":"51.516509,-0.4019807","bedrooms":"2","price":"206000","area":"477"} , +{"type":"Feature","id":"n1531257497","geometry":{"type":"Point","coordinates":[-0.1269907,51.5031636]},"properties":{"@type":"node","@id":1531257497,"@timestamp":1428247861},"coords":"51.5031636,-0.1269907","bedrooms":"2","price":"266000","area":"439"} , +{"type":"Feature","id":"n1531280816","geometry":{"type":"Point","coordinates":[-0.4812015,51.3454297]},"properties":{"@type":"node","@id":1531280816,"@timestamp":1527967225},"coords":"51.3454297,-0.4812015","bedrooms":"4","price":"280000","area":"434"} , +{"type":"Feature","id":"n1531297462","geometry":{"type":"Point","coordinates":[-0.1252624,51.4981029]},"properties":{"@type":"node","@id":1531297462,"@timestamp":1323016668},"coords":"51.4981029,-0.1252624","bedrooms":"2","price":"258000","area":"355"} , +{"type":"Feature","id":"n1531498124","geometry":{"type":"Point","coordinates":[-0.3287336,51.7506951]},"properties":{"@type":"node","@id":1531498124,"@timestamp":1614961987},"coords":"51.7506951,-0.3287336","bedrooms":"0","price":"157000","area":"441"} , +{"type":"Feature","id":"n1531616010","geometry":{"type":"Point","coordinates":[-0.567632,51.4246945]},"properties":{"@type":"node","@id":1531616010,"@timestamp":1611503278},"coords":"51.4246945,-0.567632","bedrooms":"4","price":"212000","area":"646"} , +{"type":"Feature","id":"n1531646545","geometry":{"type":"Point","coordinates":[-0.5664451,51.425606]},"properties":{"@type":"node","@id":1531646545,"@timestamp":1613908717},"coords":"51.425606,-0.5664451","bedrooms":"1","price":"275000","area":"689"} , +{"type":"Feature","id":"n1531733418","geometry":{"type":"Point","coordinates":[0.4399456,51.6680876]},"properties":{"@type":"node","@id":1531733418,"@timestamp":1323031465},"coords":"51.6680876,0.4399456","bedrooms":"0","price":"235000","area":"609"} , +{"type":"Feature","id":"n1531887655","geometry":{"type":"Point","coordinates":[-0.2204117,51.927657]},"properties":{"@type":"node","@id":1531887655,"@timestamp":1323037728},"coords":"51.927657,-0.2204117","bedrooms":"0","price":"210000","area":"435"} , +{"type":"Feature","id":"n1532650537","geometry":{"type":"Point","coordinates":[-0.1205316,51.8592488]},"properties":{"@type":"node","@id":1532650537,"@timestamp":1323085035},"coords":"51.8592488,-0.1205316","bedrooms":"1","price":"199000","area":"658"} , +{"type":"Feature","id":"n1532815606","geometry":{"type":"Point","coordinates":[-1.0345539,51.5125238]},"properties":{"@type":"node","@id":1532815606,"@timestamp":1456907796},"coords":"51.5125238,-1.0345539","bedrooms":"4","price":"283000","area":"378"} , +{"type":"Feature","id":"n1532884565","geometry":{"type":"Point","coordinates":[-0.1015859,51.879892]},"properties":{"@type":"node","@id":1532884565,"@timestamp":1323103773},"coords":"51.879892,-0.1015859","bedrooms":"2","price":"235000","area":"650"} , +{"type":"Feature","id":"n1532884588","geometry":{"type":"Point","coordinates":[-0.1005988,51.8659682]},"properties":{"@type":"node","@id":1532884588,"@timestamp":1323103774},"coords":"51.8659682,-0.1005988","bedrooms":"1","price":"286000","area":"540"} , +{"type":"Feature","id":"n1532884606","geometry":{"type":"Point","coordinates":[-0.0975813,51.8718194]},"properties":{"@type":"node","@id":1532884606,"@timestamp":1323103775},"coords":"51.8718194,-0.0975813","bedrooms":"2","price":"216000","area":"527"} , +{"type":"Feature","id":"n1532884657","geometry":{"type":"Point","coordinates":[-0.0976269,51.8772708]},"properties":{"@type":"node","@id":1532884657,"@timestamp":1323103776},"coords":"51.8772708,-0.0976269","bedrooms":"4","price":"288000","area":"651"} , +{"type":"Feature","id":"n1532897084","geometry":{"type":"Point","coordinates":[-0.1288331,51.8744235]},"properties":{"@type":"node","@id":1532897084,"@timestamp":1323104743},"coords":"51.8744235,-0.1288331","bedrooms":"0","price":"289000","area":"444"} , +{"type":"Feature","id":"n1532897104","geometry":{"type":"Point","coordinates":[-0.1270077,51.8724631]},"properties":{"@type":"node","@id":1532897104,"@timestamp":1323104744},"coords":"51.8724631,-0.1270077","bedrooms":"2","price":"222000","area":"557"} , +{"type":"Feature","id":"n1532944554","geometry":{"type":"Point","coordinates":[-0.1433774,51.9005974]},"properties":{"@type":"node","@id":1532944554,"@timestamp":1323107772},"coords":"51.9005974,-0.1433774","bedrooms":"0","price":"244000","area":"506"} , +{"type":"Feature","id":"n1532944567","geometry":{"type":"Point","coordinates":[-0.126922,51.9018817]},"properties":{"@type":"node","@id":1532944567,"@timestamp":1323107773},"coords":"51.9018817,-0.126922","bedrooms":"1","price":"178000","area":"510"} , +{"type":"Feature","id":"n1532944579","geometry":{"type":"Point","coordinates":[-0.1416446,51.8949105]},"properties":{"@type":"node","@id":1532944579,"@timestamp":1616932574},"coords":"51.8949105,-0.1416446","bedrooms":"3","price":"261000","area":"473"} , +{"type":"Feature","id":"n1532944590","geometry":{"type":"Point","coordinates":[-0.1319765,51.9003727]},"properties":{"@type":"node","@id":1532944590,"@timestamp":1323107775},"coords":"51.9003727,-0.1319765","bedrooms":"3","price":"233000","area":"671"} , +{"type":"Feature","id":"n1532947022","geometry":{"type":"Point","coordinates":[-0.1440828,51.906239]},"properties":{"@type":"node","@id":1532947022,"@timestamp":1323108015},"coords":"51.906239,-0.1440828","bedrooms":"2","price":"193000","area":"592"} , +{"type":"Feature","id":"n1532950615","geometry":{"type":"Point","coordinates":[-0.1364748,51.9111237]},"properties":{"@type":"node","@id":1532950615,"@timestamp":1323108384},"coords":"51.9111237,-0.1364748","bedrooms":"0","price":"282000","area":"477"} , +{"type":"Feature","id":"n1532950870","geometry":{"type":"Point","coordinates":[0.2503281,51.8778631]},"properties":{"@type":"node","@id":1532950870,"@timestamp":1628819988},"coords":"51.8778631,0.2503281","bedrooms":"2","price":"192000","area":"374"} , +{"type":"Feature","id":"n1532950937","geometry":{"type":"Point","coordinates":[0.2503161,51.8789122]},"properties":{"@type":"node","@id":1532950937,"@timestamp":1628819988},"coords":"51.8789122,0.2503161","bedrooms":"3","price":"273000","area":"659"} , +{"type":"Feature","id":"n1532952898","geometry":{"type":"Point","coordinates":[-0.1240439,51.9216816]},"properties":{"@type":"node","@id":1532952898,"@timestamp":1323108538},"coords":"51.9216816,-0.1240439","bedrooms":"2","price":"174000","area":"394"} , +{"type":"Feature","id":"n1532952937","geometry":{"type":"Point","coordinates":[-0.1274411,51.9148398]},"properties":{"@type":"node","@id":1532952937,"@timestamp":1323108539},"coords":"51.9148398,-0.1274411","bedrooms":"4","price":"239000","area":"493"} , +{"type":"Feature","id":"n1532964346","geometry":{"type":"Point","coordinates":[0.25504,51.8806918]},"properties":{"@type":"node","@id":1532964346,"@timestamp":1631656101},"coords":"51.8806918,0.25504","bedrooms":"1","price":"181000","area":"632"} , +{"type":"Feature","id":"n1532964425","geometry":{"type":"Point","coordinates":[0.2530641,51.8800686]},"properties":{"@type":"node","@id":1532964425,"@timestamp":1631656101},"coords":"51.8800686,0.2530641","bedrooms":"3","price":"237000","area":"666"} , +{"type":"Feature","id":"n1533022015","geometry":{"type":"Point","coordinates":[-0.1447507,51.8936956]},"properties":{"@type":"node","@id":1533022015,"@timestamp":1323111556},"coords":"51.8936956,-0.1447507","bedrooms":"3","price":"250000","area":"387"} , +{"type":"Feature","id":"n1533025174","geometry":{"type":"Point","coordinates":[-0.1406521,51.8845704]},"properties":{"@type":"node","@id":1533025174,"@timestamp":1323111826},"coords":"51.8845704,-0.1406521","bedrooms":"1","price":"199000","area":"359"} , +{"type":"Feature","id":"n1533025187","geometry":{"type":"Point","coordinates":[-0.1545406,51.8819529]},"properties":{"@type":"node","@id":1533025187,"@timestamp":1323111827},"coords":"51.8819529,-0.1545406","bedrooms":"2","price":"217000","area":"471"} , +{"type":"Feature","id":"n1533310439","geometry":{"type":"Point","coordinates":[-0.1977736,51.6976651]},"properties":{"@type":"node","@id":1533310439,"@timestamp":1628630300},"coords":"51.6976651,-0.1977736","bedrooms":"3","price":"211000","area":"510"} , +{"type":"Feature","id":"n1533897019","geometry":{"type":"Point","coordinates":[0.7166443,51.3538702]},"properties":{"@type":"node","@id":1533897019,"@timestamp":1567618028},"coords":"51.3538702,0.7166443","bedrooms":"4","price":"297000","area":"412"} , +{"type":"Feature","id":"n1534383946","geometry":{"type":"Point","coordinates":[-0.283389,51.4724042]},"properties":{"@type":"node","@id":1534383946,"@timestamp":1617386089},"coords":"51.4724042,-0.283389","bedrooms":"2","price":"234000","area":"382"} , +{"type":"Feature","id":"n1535121113","geometry":{"type":"Point","coordinates":[-0.1577342,51.5463647]},"properties":{"@type":"node","@id":1535121113,"@timestamp":1553719047},"coords":"51.5463647,-0.1577342","bedrooms":"2","price":"275000","area":"528"} , +{"type":"Feature","id":"n1535366098","geometry":{"type":"Point","coordinates":[-0.8604137,51.573151]},"properties":{"@type":"node","@id":1535366098,"@timestamp":1323273486},"coords":"51.573151,-0.8604137","bedrooms":"3","price":"169000","area":"355"} , +{"type":"Feature","id":"n1535543035","geometry":{"type":"Point","coordinates":[-1.0352937,51.3873656]},"properties":{"@type":"node","@id":1535543035,"@timestamp":1469622086},"coords":"51.3873656,-1.0352937","bedrooms":"0","price":"295000","area":"390"} , +{"type":"Feature","id":"n1535911856","geometry":{"type":"Point","coordinates":[0.2580355,51.4354452]},"properties":{"@type":"node","@id":1535911856,"@timestamp":1333618257},"coords":"51.4354452,0.2580355","bedrooms":"1","price":"204000","area":"470"} , +{"type":"Feature","id":"n1536019947","geometry":{"type":"Point","coordinates":[-0.0744137,51.5106233]},"properties":{"@type":"node","@id":1536019947,"@timestamp":1343557881},"coords":"51.5106233,-0.0744137","bedrooms":"4","price":"220000","area":"368"} , +{"type":"Feature","id":"n1537073266","geometry":{"type":"Point","coordinates":[-0.1456077,51.4944671]},"properties":{"@type":"node","@id":1537073266,"@timestamp":1566818832},"coords":"51.4944671,-0.1456077","bedrooms":"3","price":"182000","area":"455"} , +{"type":"Feature","id":"n1537438442","geometry":{"type":"Point","coordinates":[-0.5912103,51.5156509]},"properties":{"@type":"node","@id":1537438442,"@timestamp":1517070796},"coords":"51.5156509,-0.5912103","bedrooms":"2","price":"185000","area":"549"} , +{"type":"Feature","id":"n1537440451","geometry":{"type":"Point","coordinates":[-0.5938429,51.5164247]},"properties":{"@type":"node","@id":1537440451,"@timestamp":1608742505},"coords":"51.5164247,-0.5938429","bedrooms":"1","price":"223000","area":"697"} , +{"type":"Feature","id":"n1538004993","geometry":{"type":"Point","coordinates":[-0.0691233,51.5110306]},"properties":{"@type":"node","@id":1538004993,"@timestamp":1584463334},"coords":"51.5110306,-0.0691233","bedrooms":"2","price":"284000","area":"624"} , +{"type":"Feature","id":"n1538050865","geometry":{"type":"Point","coordinates":[0.7264032,51.5537056]},"properties":{"@type":"node","@id":1538050865,"@timestamp":1373228890},"coords":"51.5537056,0.7264032","bedrooms":"2","price":"282000","area":"453"} , +{"type":"Feature","id":"n1538431550","geometry":{"type":"Point","coordinates":[-0.1630962,50.9717789]},"properties":{"@type":"node","@id":1538431550,"@timestamp":1323452047},"coords":"50.9717789,-0.1630962","bedrooms":"1","price":"194000","area":"598"} , +{"type":"Feature","id":"n1538431864","geometry":{"type":"Point","coordinates":[-0.1891762,50.9727582]},"properties":{"@type":"node","@id":1538431864,"@timestamp":1323452057},"coords":"50.9727582,-0.1891762","bedrooms":"1","price":"155000","area":"670"} , +{"type":"Feature","id":"n1538649946","geometry":{"type":"Point","coordinates":[0.0788838,51.5251238]},"properties":{"@type":"node","@id":1538649946,"@timestamp":1323464454},"coords":"51.5251238,0.0788838","bedrooms":"4","price":"180000","area":"568"} , +{"type":"Feature","id":"n1538769804","geometry":{"type":"Point","coordinates":[0.0250112,51.2932567]},"properties":{"@type":"node","@id":1538769804,"@timestamp":1523389374},"coords":"51.2932567,0.0250112","bedrooms":"1","price":"236000","area":"513"} , +{"type":"Feature","id":"n1538769910","geometry":{"type":"Point","coordinates":[0.0064806,51.3003947]},"properties":{"@type":"node","@id":1538769910,"@timestamp":1323470117},"coords":"51.3003947,0.0064806","bedrooms":"2","price":"297000","area":"643"} , +{"type":"Feature","id":"n1538875647","geometry":{"type":"Point","coordinates":[-0.1167316,51.5360196]},"properties":{"@type":"node","@id":1538875647,"@timestamp":1564911800},"coords":"51.5360196,-0.1167316","bedrooms":"3","price":"297000","area":"359"} , +{"type":"Feature","id":"n1538882718","geometry":{"type":"Point","coordinates":[-0.1163977,51.5365003]},"properties":{"@type":"node","@id":1538882718,"@timestamp":1323477245},"coords":"51.5365003,-0.1163977","bedrooms":"0","price":"271000","area":"433"} , +{"type":"Feature","id":"n1538908183","geometry":{"type":"Point","coordinates":[-0.1157562,51.5596799]},"properties":{"@type":"node","@id":1538908183,"@timestamp":1323480921},"coords":"51.5596799,-0.1157562","bedrooms":"3","price":"158000","area":"547"} , +{"type":"Feature","id":"n1538908194","geometry":{"type":"Point","coordinates":[-0.1156215,51.5597446]},"properties":{"@type":"node","@id":1538908194,"@timestamp":1323480922},"coords":"51.5597446,-0.1156215","bedrooms":"2","price":"259000","area":"440"} , +{"type":"Feature","id":"n1538908215","geometry":{"type":"Point","coordinates":[-0.116188,51.5594672]},"properties":{"@type":"node","@id":1538908215,"@timestamp":1387473862},"coords":"51.5594672,-0.116188","bedrooms":"3","price":"171000","area":"469"} , +{"type":"Feature","id":"n1539370854","geometry":{"type":"Point","coordinates":[-0.3310544,51.297965]},"properties":{"@type":"node","@id":1539370854,"@timestamp":1617923767},"coords":"51.297965,-0.3310544","bedrooms":"1","price":"283000","area":"640"} , +{"type":"Feature","id":"n1539650223","geometry":{"type":"Point","coordinates":[-0.4729614,50.9505278]},"properties":{"@type":"node","@id":1539650223,"@timestamp":1323533850},"coords":"50.9505278,-0.4729614","bedrooms":"2","price":"216000","area":"444"} , +{"type":"Feature","id":"n1539682075","geometry":{"type":"Point","coordinates":[-0.2346332,51.7682556]},"properties":{"@type":"node","@id":1539682075,"@timestamp":1552852511},"coords":"51.7682556,-0.2346332","bedrooms":"0","price":"248000","area":"626"} , +{"type":"Feature","id":"n1539781926","geometry":{"type":"Point","coordinates":[-0.1406479,51.3713835]},"properties":{"@type":"node","@id":1539781926,"@timestamp":1596968026},"coords":"51.3713835,-0.1406479","bedrooms":"0","price":"210000","area":"596"} , +{"type":"Feature","id":"n1540194729","geometry":{"type":"Point","coordinates":[-0.1792863,51.420377]},"properties":{"@type":"node","@id":1540194729,"@timestamp":1323556842},"coords":"51.420377,-0.1792863","bedrooms":"4","price":"178000","area":"532"} , +{"type":"Feature","id":"n1540755033","geometry":{"type":"Point","coordinates":[0.2485917,51.8760935]},"properties":{"@type":"node","@id":1540755033,"@timestamp":1624838442},"coords":"51.8760935,0.2485917","bedrooms":"0","price":"227000","area":"519"} , +{"type":"Feature","id":"n1540888889","geometry":{"type":"Point","coordinates":[-0.1185828,51.5581777]},"properties":{"@type":"node","@id":1540888889,"@timestamp":1323617106},"coords":"51.5581777,-0.1185828","bedrooms":"3","price":"157000","area":"540"} , +{"type":"Feature","id":"n1540937362","geometry":{"type":"Point","coordinates":[-0.6247361,50.9497925]},"properties":{"@type":"node","@id":1540937362,"@timestamp":1628150433},"coords":"50.9497925,-0.6247361","bedrooms":"1","price":"202000","area":"576"} , +{"type":"Feature","id":"n1540952702","geometry":{"type":"Point","coordinates":[-0.1236512,51.5804895]},"properties":{"@type":"node","@id":1540952702,"@timestamp":1563495080},"coords":"51.5804895,-0.1236512","bedrooms":"2","price":"153000","area":"521"} , +{"type":"Feature","id":"n1541098698","geometry":{"type":"Point","coordinates":[0.5180348,51.2851317]},"properties":{"@type":"node","@id":1541098698,"@timestamp":1327067261},"coords":"51.2851317,0.5180348","bedrooms":"1","price":"251000","area":"643"} , +{"type":"Feature","id":"n1541138631","geometry":{"type":"Point","coordinates":[0.0833709,51.5381169]},"properties":{"@type":"node","@id":1541138631,"@timestamp":1619893765},"coords":"51.5381169,0.0833709","bedrooms":"4","price":"175000","area":"435"} , +{"type":"Feature","id":"n1541211966","geometry":{"type":"Point","coordinates":[0.0770914,51.5412427]},"properties":{"@type":"node","@id":1541211966,"@timestamp":1619893765},"coords":"51.5412427,0.0770914","bedrooms":"3","price":"227000","area":"545"} , +{"type":"Feature","id":"n1541237199","geometry":{"type":"Point","coordinates":[0.0547148,51.5399167]},"properties":{"@type":"node","@id":1541237199,"@timestamp":1422030590},"coords":"51.5399167,0.0547148","bedrooms":"1","price":"218000","area":"422"} , +{"type":"Feature","id":"n1541237312","geometry":{"type":"Point","coordinates":[0.0596817,51.5421759]},"properties":{"@type":"node","@id":1541237312,"@timestamp":1619897488},"coords":"51.5421759,0.0596817","bedrooms":"3","price":"208000","area":"498"} , +{"type":"Feature","id":"n1541237522","geometry":{"type":"Point","coordinates":[0.0674876,51.5440588]},"properties":{"@type":"node","@id":1541237522,"@timestamp":1619893765},"coords":"51.5440588,0.0674876","bedrooms":"1","price":"241000","area":"500"} , +{"type":"Feature","id":"n1541468532","geometry":{"type":"Point","coordinates":[0.4855612,51.688722]},"properties":{"@type":"node","@id":1541468532,"@timestamp":1323636204},"coords":"51.688722,0.4855612","bedrooms":"2","price":"270000","area":"495"} , +{"type":"Feature","id":"n1541602563","geometry":{"type":"Point","coordinates":[-0.1176136,51.5751133]},"properties":{"@type":"node","@id":1541602563,"@timestamp":1323645681},"coords":"51.5751133,-0.1176136","bedrooms":"4","price":"240000","area":"404"} , +{"type":"Feature","id":"n1541602624","geometry":{"type":"Point","coordinates":[-0.114826,51.5768404]},"properties":{"@type":"node","@id":1541602624,"@timestamp":1564911801},"coords":"51.5768404,-0.114826","bedrooms":"1","price":"262000","area":"533"} , +{"type":"Feature","id":"n1541638149","geometry":{"type":"Point","coordinates":[-0.1121442,51.5766186]},"properties":{"@type":"node","@id":1541638149,"@timestamp":1323647777},"coords":"51.5766186,-0.1121442","bedrooms":"2","price":"227000","area":"493"} , +{"type":"Feature","id":"n1541638189","geometry":{"type":"Point","coordinates":[-0.109725,51.5772461]},"properties":{"@type":"node","@id":1541638189,"@timestamp":1323647779},"coords":"51.5772461,-0.109725","bedrooms":"0","price":"152000","area":"590"} , +{"type":"Feature","id":"n1541638236","geometry":{"type":"Point","coordinates":[-0.1060309,51.5775301]},"properties":{"@type":"node","@id":1541638236,"@timestamp":1609013674},"coords":"51.5775301,-0.1060309","bedrooms":"3","price":"196000","area":"417"} , +{"type":"Feature","id":"n1541638272","geometry":{"type":"Point","coordinates":[-0.1069654,51.5779328]},"properties":{"@type":"node","@id":1541638272,"@timestamp":1609509705},"coords":"51.5779328,-0.1069654","bedrooms":"4","price":"210000","area":"659"} , +{"type":"Feature","id":"n1541638301","geometry":{"type":"Point","coordinates":[-0.107506,51.578319]},"properties":{"@type":"node","@id":1541638301,"@timestamp":1609329544},"coords":"51.578319,-0.107506","bedrooms":"3","price":"238000","area":"414"} , +{"type":"Feature","id":"n1542250301","geometry":{"type":"Point","coordinates":[-0.7486008,51.6286772]},"properties":{"@type":"node","@id":1542250301,"@timestamp":1624536116},"coords":"51.6286772,-0.7486008","bedrooms":"4","price":"183000","area":"621"} , +{"type":"Feature","id":"n1543191635","geometry":{"type":"Point","coordinates":[0.4826966,51.6211579]},"properties":{"@type":"node","@id":1543191635,"@timestamp":1323723577},"coords":"51.6211579,0.4826966","bedrooms":"4","price":"156000","area":"675"} , +{"type":"Feature","id":"n1543242835","geometry":{"type":"Point","coordinates":[-0.1668617,51.7767215]},"properties":{"@type":"node","@id":1543242835,"@timestamp":1380991982},"coords":"51.7767215,-0.1668617","bedrooms":"3","price":"278000","area":"430"} , +{"type":"Feature","id":"n1543461803","geometry":{"type":"Point","coordinates":[-0.7535482,51.6310425]},"properties":{"@type":"node","@id":1543461803,"@timestamp":1540124339},"coords":"51.6310425,-0.7535482","bedrooms":"3","price":"200000","area":"656"} , +{"type":"Feature","id":"n1543547610","geometry":{"type":"Point","coordinates":[0.3727843,51.6602379]},"properties":{"@type":"node","@id":1543547610,"@timestamp":1323737926},"coords":"51.6602379,0.3727843","bedrooms":"3","price":"275000","area":"623"} , +{"type":"Feature","id":"n1543554656","geometry":{"type":"Point","coordinates":[0.3629648,51.6405005]},"properties":{"@type":"node","@id":1543554656,"@timestamp":1323736814},"coords":"51.6405005,0.3629648","bedrooms":"4","price":"186000","area":"633"} , +{"type":"Feature","id":"n1543554687","geometry":{"type":"Point","coordinates":[0.3601805,51.641063]},"properties":{"@type":"node","@id":1543554687,"@timestamp":1323736815},"coords":"51.641063,0.3601805","bedrooms":"1","price":"281000","area":"424"} , +{"type":"Feature","id":"n1543654406","geometry":{"type":"Point","coordinates":[0.3847137,51.6735383]},"properties":{"@type":"node","@id":1543654406,"@timestamp":1353535427},"coords":"51.6735383,0.3847137","bedrooms":"2","price":"269000","area":"449"} , +{"type":"Feature","id":"n1544256521","geometry":{"type":"Point","coordinates":[-0.1223646,51.4247252]},"properties":{"@type":"node","@id":1544256521,"@timestamp":1606051661},"coords":"51.4247252,-0.1223646","bedrooms":"1","price":"286000","area":"350"} , +{"type":"Feature","id":"n1544495356","geometry":{"type":"Point","coordinates":[-0.0563427,51.5882544]},"properties":{"@type":"node","@id":1544495356,"@timestamp":1330972598},"coords":"51.5882544,-0.0563427","bedrooms":"3","price":"230000","area":"478"} , +{"type":"Feature","id":"n1544790536","geometry":{"type":"Point","coordinates":[-0.3634624,51.501713]},"properties":{"@type":"node","@id":1544790536,"@timestamp":1592313121},"coords":"51.501713,-0.3634624","bedrooms":"1","price":"202000","area":"435"} , +{"type":"Feature","id":"n1545434081","geometry":{"type":"Point","coordinates":[-0.981969,51.4734995]},"properties":{"@type":"node","@id":1545434081,"@timestamp":1323844129},"coords":"51.4734995,-0.981969","bedrooms":"2","price":"265000","area":"357"} , +{"type":"Feature","id":"n1545530158","geometry":{"type":"Point","coordinates":[-0.1769078,51.9179776]},"properties":{"@type":"node","@id":1545530158,"@timestamp":1612014665},"coords":"51.9179776,-0.1769078","bedrooms":"3","price":"213000","area":"441"} , +{"type":"Feature","id":"n1545704131","geometry":{"type":"Point","coordinates":[-0.2594821,51.0159495]},"properties":{"@type":"node","@id":1545704131,"@timestamp":1478551432},"coords":"51.0159495,-0.2594821","bedrooms":"3","price":"242000","area":"423"} , +{"type":"Feature","id":"n1545980263","geometry":{"type":"Point","coordinates":[0.3929444,51.6333268]},"properties":{"@type":"node","@id":1545980263,"@timestamp":1323880956},"coords":"51.6333268,0.3929444","bedrooms":"2","price":"192000","area":"529"} , +{"type":"Feature","id":"n1545980476","geometry":{"type":"Point","coordinates":[0.3853342,51.6348189]},"properties":{"@type":"node","@id":1545980476,"@timestamp":1323880959},"coords":"51.6348189,0.3853342","bedrooms":"4","price":"215000","area":"373"} , +{"type":"Feature","id":"n1545980712","geometry":{"type":"Point","coordinates":[0.3672548,51.6390505]},"properties":{"@type":"node","@id":1545980712,"@timestamp":1323880964},"coords":"51.6390505,0.3672548","bedrooms":"1","price":"190000","area":"513"} , +{"type":"Feature","id":"n1545980870","geometry":{"type":"Point","coordinates":[0.3888855,51.6676579]},"properties":{"@type":"node","@id":1545980870,"@timestamp":1323880967},"coords":"51.6676579,0.3888855","bedrooms":"0","price":"239000","area":"569"} , +{"type":"Feature","id":"n1545995686","geometry":{"type":"Point","coordinates":[0.386395,51.6612652]},"properties":{"@type":"node","@id":1545995686,"@timestamp":1323881436},"coords":"51.6612652,0.386395","bedrooms":"1","price":"157000","area":"571"} , +{"type":"Feature","id":"n1545995727","geometry":{"type":"Point","coordinates":[0.3753829,51.6607443]},"properties":{"@type":"node","@id":1545995727,"@timestamp":1323881438},"coords":"51.6607443,0.3753829","bedrooms":"4","price":"188000","area":"608"} , +{"type":"Feature","id":"n1546107416","geometry":{"type":"Point","coordinates":[0.1436396,51.8760781]},"properties":{"@type":"node","@id":1546107416,"@timestamp":1631832883},"coords":"51.8760781,0.1436396","bedrooms":"3","price":"204000","area":"652"} , +{"type":"Feature","id":"n1546401871","geometry":{"type":"Point","coordinates":[-0.2255598,51.9052512]},"properties":{"@type":"node","@id":1546401871,"@timestamp":1595783679},"coords":"51.9052512,-0.2255598","bedrooms":"1","price":"226000","area":"478"} , +{"type":"Feature","id":"n1546682611","geometry":{"type":"Point","coordinates":[0.3862705,51.6707033]},"properties":{"@type":"node","@id":1546682611,"@timestamp":1323920018},"coords":"51.6707033,0.3862705","bedrooms":"3","price":"229000","area":"375"} , +{"type":"Feature","id":"n1547013690","geometry":{"type":"Point","coordinates":[-0.0805619,51.5113433]},"properties":{"@type":"node","@id":1547013690,"@timestamp":1491446463},"coords":"51.5113433,-0.0805619","bedrooms":"4","price":"292000","area":"443"} , +{"type":"Feature","id":"n1547846369","geometry":{"type":"Point","coordinates":[-0.1795631,51.9299859]},"properties":{"@type":"node","@id":1547846369,"@timestamp":1611413982},"coords":"51.9299859,-0.1795631","bedrooms":"0","price":"180000","area":"670"} , +{"type":"Feature","id":"n1548412939","geometry":{"type":"Point","coordinates":[-0.299605,51.370702]},"properties":{"@type":"node","@id":1548412939,"@timestamp":1324021229},"coords":"51.370702,-0.299605","bedrooms":"1","price":"200000","area":"676"} , +{"type":"Feature","id":"n1548463729","geometry":{"type":"Point","coordinates":[-0.5952767,51.3121824]},"properties":{"@type":"node","@id":1548463729,"@timestamp":1472504262},"coords":"51.3121824,-0.5952767","bedrooms":"0","price":"288000","area":"660"} , +{"type":"Feature","id":"n1549290496","geometry":{"type":"Point","coordinates":[0.087935,51.5760359]},"properties":{"@type":"node","@id":1549290496,"@timestamp":1338019888},"coords":"51.5760359,0.087935","bedrooms":"1","price":"193000","area":"385"} , +{"type":"Feature","id":"n1549983270","geometry":{"type":"Point","coordinates":[-0.2250639,51.238523]},"properties":{"@type":"node","@id":1549983270,"@timestamp":1324164383},"coords":"51.238523,-0.2250639","bedrooms":"1","price":"220000","area":"607"} , +{"type":"Feature","id":"n1550430769","geometry":{"type":"Point","coordinates":[0.134016,51.7419525]},"properties":{"@type":"node","@id":1550430769,"@timestamp":1626218099},"coords":"51.7419525,0.134016","bedrooms":"3","price":"276000","area":"380"} , +{"type":"Feature","id":"n1550757354","geometry":{"type":"Point","coordinates":[0.1074507,51.7666956]},"properties":{"@type":"node","@id":1550757354,"@timestamp":1631655922},"coords":"51.7666956,0.1074507","bedrooms":"4","price":"163000","area":"419"} , +{"type":"Feature","id":"n1550806159","geometry":{"type":"Point","coordinates":[0.1044315,51.7751686]},"properties":{"@type":"node","@id":1550806159,"@timestamp":1619052696},"coords":"51.7751686,0.1044315","bedrooms":"0","price":"250000","area":"560"} , +{"type":"Feature","id":"n1550806268","geometry":{"type":"Point","coordinates":[0.0934198,51.7736384]},"properties":{"@type":"node","@id":1550806268,"@timestamp":1613179982},"coords":"51.7736384,0.0934198","bedrooms":"2","price":"166000","area":"430"} , +{"type":"Feature","id":"n1551088994","geometry":{"type":"Point","coordinates":[-0.2863788,51.1645029]},"properties":{"@type":"node","@id":1551088994,"@timestamp":1530712194},"coords":"51.1645029,-0.2863788","bedrooms":"0","price":"190000","area":"499"} , +{"type":"Feature","id":"n1551089198","geometry":{"type":"Point","coordinates":[-0.2343485,51.2342352]},"properties":{"@type":"node","@id":1551089198,"@timestamp":1324164334},"coords":"51.2342352,-0.2343485","bedrooms":"4","price":"216000","area":"577"} , +{"type":"Feature","id":"n1551816795","geometry":{"type":"Point","coordinates":[0.1180025,51.188112]},"properties":{"@type":"node","@id":1551816795,"@timestamp":1324209419},"coords":"51.188112,0.1180025","bedrooms":"2","price":"162000","area":"387"} , +{"type":"Feature","id":"n1551954961","geometry":{"type":"Point","coordinates":[-0.808455,51.0791629]},"properties":{"@type":"node","@id":1551954961,"@timestamp":1597578297},"coords":"51.0791629,-0.808455","bedrooms":"2","price":"256000","area":"624"} , +{"type":"Feature","id":"n1552292745","geometry":{"type":"Point","coordinates":[-0.0997693,51.8285781]},"properties":{"@type":"node","@id":1552292745,"@timestamp":1324229081},"coords":"51.8285781,-0.0997693","bedrooms":"2","price":"295000","area":"612"} , +{"type":"Feature","id":"n1552673940","geometry":{"type":"Point","coordinates":[0.0987426,51.8621644]},"properties":{"@type":"node","@id":1552673940,"@timestamp":1324237653},"coords":"51.8621644,0.0987426","bedrooms":"4","price":"167000","area":"656"} , +{"type":"Feature","id":"n1552674001","geometry":{"type":"Point","coordinates":[0.0873164,51.8600739]},"properties":{"@type":"node","@id":1552674001,"@timestamp":1324237654},"coords":"51.8600739,0.0873164","bedrooms":"3","price":"262000","area":"493"} , +{"type":"Feature","id":"n1552674050","geometry":{"type":"Point","coordinates":[0.1048932,51.8657545]},"properties":{"@type":"node","@id":1552674050,"@timestamp":1324237655},"coords":"51.8657545,0.1048932","bedrooms":"3","price":"166000","area":"538"} , +{"type":"Feature","id":"n1552674118","geometry":{"type":"Point","coordinates":[0.1166305,51.8655972]},"properties":{"@type":"node","@id":1552674118,"@timestamp":1324237656},"coords":"51.8655972,0.1166305","bedrooms":"1","price":"239000","area":"459"} , +{"type":"Feature","id":"n1552674228","geometry":{"type":"Point","coordinates":[0.1034257,51.8611738]},"properties":{"@type":"node","@id":1552674228,"@timestamp":1324237658},"coords":"51.8611738,0.1034257","bedrooms":"3","price":"203000","area":"584"} , +{"type":"Feature","id":"n1552674309","geometry":{"type":"Point","coordinates":[0.1200181,51.8589832]},"properties":{"@type":"node","@id":1552674309,"@timestamp":1324237659},"coords":"51.8589832,0.1200181","bedrooms":"1","price":"293000","area":"468"} , +{"type":"Feature","id":"n1552674374","geometry":{"type":"Point","coordinates":[0.1089567,51.8603946]},"properties":{"@type":"node","@id":1552674374,"@timestamp":1324237660},"coords":"51.8603946,0.1089567","bedrooms":"1","price":"223000","area":"425"} , +{"type":"Feature","id":"n1552717227","geometry":{"type":"Point","coordinates":[-0.2344183,51.6015301]},"properties":{"@type":"node","@id":1552717227,"@timestamp":1628555424},"coords":"51.6015301,-0.2344183","bedrooms":"0","price":"210000","area":"667"} , +{"type":"Feature","id":"n1552888816","geometry":{"type":"Point","coordinates":[-1.0638103,51.7633909]},"properties":{"@type":"node","@id":1552888816,"@timestamp":1324246669},"coords":"51.7633909,-1.0638103","bedrooms":"0","price":"189000","area":"632"} , +{"type":"Feature","id":"n1552900656","geometry":{"type":"Point","coordinates":[-1.0694781,51.7682453]},"properties":{"@type":"node","@id":1552900656,"@timestamp":1324246995},"coords":"51.7682453,-1.0694781","bedrooms":"0","price":"281000","area":"616"} , +{"type":"Feature","id":"n1554368179","geometry":{"type":"Point","coordinates":[-0.0665515,51.4552095]},"properties":{"@type":"node","@id":1554368179,"@timestamp":1505959305},"coords":"51.4552095,-0.0665515","bedrooms":"2","price":"163000","area":"415"} , +{"type":"Feature","id":"n1554395124","geometry":{"type":"Point","coordinates":[0.171533,51.0594018]},"properties":{"@type":"node","@id":1554395124,"@timestamp":1624391601},"coords":"51.0594018,0.171533","bedrooms":"2","price":"223000","area":"565"} , +{"type":"Feature","id":"n1555647091","geometry":{"type":"Point","coordinates":[-0.1365644,51.5889134]},"properties":{"@type":"node","@id":1555647091,"@timestamp":1507838540},"coords":"51.5889134,-0.1365644","bedrooms":"2","price":"161000","area":"440"} , +{"type":"Feature","id":"n1555808099","geometry":{"type":"Point","coordinates":[0.1681801,51.0614345]},"properties":{"@type":"node","@id":1555808099,"@timestamp":1619076311},"coords":"51.0614345,0.1681801","bedrooms":"1","price":"169000","area":"617"} , +{"type":"Feature","id":"n1555854679","geometry":{"type":"Point","coordinates":[-0.0682116,51.4529054]},"properties":{"@type":"node","@id":1555854679,"@timestamp":1500167040},"coords":"51.4529054,-0.0682116","bedrooms":"0","price":"287000","area":"609"} , +{"type":"Feature","id":"n1555998673","geometry":{"type":"Point","coordinates":[0.113805,51.6934076]},"properties":{"@type":"node","@id":1555998673,"@timestamp":1617388089},"coords":"51.6934076,0.113805","bedrooms":"4","price":"294000","area":"559"} , +{"type":"Feature","id":"n1556210294","geometry":{"type":"Point","coordinates":[0.1038222,51.6754706]},"properties":{"@type":"node","@id":1556210294,"@timestamp":1324413051},"coords":"51.6754706,0.1038222","bedrooms":"3","price":"282000","area":"468"} , +{"type":"Feature","id":"n1556873888","geometry":{"type":"Point","coordinates":[0.3965278,51.2096318]},"properties":{"@type":"node","@id":1556873888,"@timestamp":1324461165},"coords":"51.2096318,0.3965278","bedrooms":"2","price":"217000","area":"555"} , +{"type":"Feature","id":"n1557170172","geometry":{"type":"Point","coordinates":[0.1008416,51.6714459]},"properties":{"@type":"node","@id":1557170172,"@timestamp":1608031265},"coords":"51.6714459,0.1008416","bedrooms":"4","price":"246000","area":"384"} , +{"type":"Feature","id":"n1557479794","geometry":{"type":"Point","coordinates":[0.4284315,51.7289636]},"properties":{"@type":"node","@id":1557479794,"@timestamp":1444591471},"coords":"51.7289636,0.4284315","bedrooms":"3","price":"222000","area":"590"} , +{"type":"Feature","id":"n1557553752","geometry":{"type":"Point","coordinates":[-0.0726369,51.5737248]},"properties":{"@type":"node","@id":1557553752,"@timestamp":1614807104},"coords":"51.5737248,-0.0726369","bedrooms":"4","price":"176000","area":"601"} , +{"type":"Feature","id":"n1557664895","geometry":{"type":"Point","coordinates":[-0.059049,51.5639509]},"properties":{"@type":"node","@id":1557664895,"@timestamp":1614897693},"coords":"51.5639509,-0.059049","bedrooms":"1","price":"214000","area":"667"} , +{"type":"Feature","id":"n1558137005","geometry":{"type":"Point","coordinates":[-0.0560328,51.5445834]},"properties":{"@type":"node","@id":1558137005,"@timestamp":1611219634},"coords":"51.5445834,-0.0560328","bedrooms":"1","price":"229000","area":"410"} , +{"type":"Feature","id":"n1558352726","geometry":{"type":"Point","coordinates":[0.462896,51.6977814]},"properties":{"@type":"node","@id":1558352726,"@timestamp":1411760713},"coords":"51.6977814,0.462896","bedrooms":"1","price":"184000","area":"479"} , +{"type":"Feature","id":"n1558429812","geometry":{"type":"Point","coordinates":[-0.2065524,51.4904978]},"properties":{"@type":"node","@id":1558429812,"@timestamp":1615504514},"coords":"51.4904978,-0.2065524","bedrooms":"4","price":"230000","area":"668"} , +{"type":"Feature","id":"n1558436611","geometry":{"type":"Point","coordinates":[0.0563725,51.6418047]},"properties":{"@type":"node","@id":1558436611,"@timestamp":1561355768},"coords":"51.6418047,0.0563725","bedrooms":"4","price":"178000","area":"447"} , +{"type":"Feature","id":"n1559453241","geometry":{"type":"Point","coordinates":[0.3651417,51.5484867]},"properties":{"@type":"node","@id":1559453241,"@timestamp":1609872077},"coords":"51.5484867,0.3651417","bedrooms":"3","price":"254000","area":"607"} , +{"type":"Feature","id":"n1559720129","geometry":{"type":"Point","coordinates":[-0.7666937,51.9740779]},"properties":{"@type":"node","@id":1559720129,"@timestamp":1324671997},"coords":"51.9740779,-0.7666937","bedrooms":"3","price":"193000","area":"563"} , +{"type":"Feature","id":"n1560686058","geometry":{"type":"Point","coordinates":[-0.3014174,51.4626931]},"properties":{"@type":"node","@id":1560686058,"@timestamp":1327067853},"coords":"51.4626931,-0.3014174","bedrooms":"3","price":"202000","area":"625"} , +{"type":"Feature","id":"n1560823858","geometry":{"type":"Point","coordinates":[-0.316978,51.1978012]},"properties":{"@type":"node","@id":1560823858,"@timestamp":1324748556},"coords":"51.1978012,-0.316978","bedrooms":"1","price":"160000","area":"479"} , +{"type":"Feature","id":"n1561064624","geometry":{"type":"Point","coordinates":[-0.1704779,51.4788692]},"properties":{"@type":"node","@id":1561064624,"@timestamp":1595154847},"coords":"51.4788692,-0.1704779","bedrooms":"1","price":"272000","area":"636"} , +{"type":"Feature","id":"n1561496368","geometry":{"type":"Point","coordinates":[0.4716608,51.6696419]},"properties":{"@type":"node","@id":1561496368,"@timestamp":1324819938},"coords":"51.6696419,0.4716608","bedrooms":"3","price":"203000","area":"670"} , +{"type":"Feature","id":"n1561741495","geometry":{"type":"Point","coordinates":[0.1108702,51.3651436]},"properties":{"@type":"node","@id":1561741495,"@timestamp":1546960914},"coords":"51.3651436,0.1108702","bedrooms":"4","price":"195000","area":"531"} , +{"type":"Feature","id":"n1561971125","geometry":{"type":"Point","coordinates":[0.2749849,51.4883294]},"properties":{"@type":"node","@id":1561971125,"@timestamp":1574049072},"coords":"51.4883294,0.2749849","bedrooms":"1","price":"264000","area":"598"} , +{"type":"Feature","id":"n1562067038","geometry":{"type":"Point","coordinates":[0.3050931,51.3661234]},"properties":{"@type":"node","@id":1562067038,"@timestamp":1533526266},"coords":"51.3661234,0.3050931","bedrooms":"1","price":"179000","area":"594"} , +{"type":"Feature","id":"n1562261486","geometry":{"type":"Point","coordinates":[0.275099,51.4845918]},"properties":{"@type":"node","@id":1562261486,"@timestamp":1574049072},"coords":"51.4845918,0.275099","bedrooms":"2","price":"257000","area":"553"} , +{"type":"Feature","id":"n1562776502","geometry":{"type":"Point","coordinates":[-0.4734635,51.3177546]},"properties":{"@type":"node","@id":1562776502,"@timestamp":1324925917},"coords":"51.3177546,-0.4734635","bedrooms":"4","price":"271000","area":"519"} , +{"type":"Feature","id":"n1563703232","geometry":{"type":"Point","coordinates":[-1.0546301,51.5052342]},"properties":{"@type":"node","@id":1563703232,"@timestamp":1536770571},"coords":"51.5052342,-1.0546301","bedrooms":"4","price":"261000","area":"653"} , +{"type":"Feature","id":"n1563756681","geometry":{"type":"Point","coordinates":[0.6381914,51.123369]},"properties":{"@type":"node","@id":1563756681,"@timestamp":1325002710},"coords":"51.123369,0.6381914","bedrooms":"2","price":"277000","area":"440"} , +{"type":"Feature","id":"n1563934776","geometry":{"type":"Point","coordinates":[0.7075577,51.7301094]},"properties":{"@type":"node","@id":1563934776,"@timestamp":1325007212},"coords":"51.7301094,0.7075577","bedrooms":"2","price":"181000","area":"555"} , +{"type":"Feature","id":"n1564081387","geometry":{"type":"Point","coordinates":[0.8849125,51.1453147]},"properties":{"@type":"node","@id":1564081387,"@timestamp":1352822861},"coords":"51.1453147,0.8849125","bedrooms":"3","price":"153000","area":"660"} , +{"type":"Feature","id":"n1564402383","geometry":{"type":"Point","coordinates":[0.6642038,51.097762]},"properties":{"@type":"node","@id":1564402383,"@timestamp":1325023133},"coords":"51.097762,0.6642038","bedrooms":"3","price":"288000","area":"377"} , +{"type":"Feature","id":"n1564402466","geometry":{"type":"Point","coordinates":[0.6401475,51.1158274]},"properties":{"@type":"node","@id":1564402466,"@timestamp":1325023139},"coords":"51.1158274,0.6401475","bedrooms":"2","price":"177000","area":"373"} , +{"type":"Feature","id":"n1564516030","geometry":{"type":"Point","coordinates":[-0.4117483,51.2267359]},"properties":{"@type":"node","@id":1564516030,"@timestamp":1606296845},"coords":"51.2267359,-0.4117483","bedrooms":"3","price":"261000","area":"621"} , +{"type":"Feature","id":"n1564926762","geometry":{"type":"Point","coordinates":[-1.0098768,50.9425202]},"properties":{"@type":"node","@id":1564926762,"@timestamp":1325064989},"coords":"50.9425202,-1.0098768","bedrooms":"4","price":"261000","area":"396"} , +{"type":"Feature","id":"n1565684355","geometry":{"type":"Point","coordinates":[0.0652596,51.3680807]},"properties":{"@type":"node","@id":1565684355,"@timestamp":1325095190},"coords":"51.3680807,0.0652596","bedrooms":"2","price":"225000","area":"592"} , +{"type":"Feature","id":"n1565779392","geometry":{"type":"Point","coordinates":[0.0761,51.3733964]},"properties":{"@type":"node","@id":1565779392,"@timestamp":1570908056},"coords":"51.3733964,0.0761","bedrooms":"4","price":"228000","area":"432"} , +{"type":"Feature","id":"n1566999994","geometry":{"type":"Point","coordinates":[0.261908,51.5597039]},"properties":{"@type":"node","@id":1566999994,"@timestamp":1619892354},"coords":"51.5597039,0.261908","bedrooms":"1","price":"226000","area":"596"} , +{"type":"Feature","id":"n1567000091","geometry":{"type":"Point","coordinates":[0.2620083,51.5602345]},"properties":{"@type":"node","@id":1567000091,"@timestamp":1619892354},"coords":"51.5602345,0.2620083","bedrooms":"4","price":"192000","area":"412"} , +{"type":"Feature","id":"n1567000233","geometry":{"type":"Point","coordinates":[0.266484,51.5608837]},"properties":{"@type":"node","@id":1567000233,"@timestamp":1325157243},"coords":"51.5608837,0.266484","bedrooms":"3","price":"274000","area":"364"} , +{"type":"Feature","id":"n1567062388","geometry":{"type":"Point","coordinates":[-0.1992402,51.5827384]},"properties":{"@type":"node","@id":1567062388,"@timestamp":1630418097},"coords":"51.5827384,-0.1992402","bedrooms":"4","price":"220000","area":"604"} , +{"type":"Feature","id":"n1567342529","geometry":{"type":"Point","coordinates":[-0.2132459,51.5576341]},"properties":{"@type":"node","@id":1567342529,"@timestamp":1325170148},"coords":"51.5576341,-0.2132459","bedrooms":"1","price":"247000","area":"425"} , +{"type":"Feature","id":"n1567651769","geometry":{"type":"Point","coordinates":[0.2500426,51.5581873]},"properties":{"@type":"node","@id":1567651769,"@timestamp":1619122791},"coords":"51.5581873,0.2500426","bedrooms":"3","price":"229000","area":"618"} , +{"type":"Feature","id":"n1567761340","geometry":{"type":"Point","coordinates":[-0.1279341,51.5116031]},"properties":{"@type":"node","@id":1567761340,"@timestamp":1558884719},"coords":"51.5116031,-0.1279341","bedrooms":"1","price":"263000","area":"367"} , +{"type":"Feature","id":"n1567816407","geometry":{"type":"Point","coordinates":[0.1737995,51.4019324]},"properties":{"@type":"node","@id":1567816407,"@timestamp":1510101359},"coords":"51.4019324,0.1737995","bedrooms":"1","price":"165000","area":"551"} , +{"type":"Feature","id":"n1568398906","geometry":{"type":"Point","coordinates":[0.3887055,51.0008856]},"properties":{"@type":"node","@id":1568398906,"@timestamp":1504948068},"coords":"51.0008856,0.3887055","bedrooms":"3","price":"271000","area":"565"} , +{"type":"Feature","id":"n1568934913","geometry":{"type":"Point","coordinates":[-0.142815,51.5393697]},"properties":{"@type":"node","@id":1568934913,"@timestamp":1624032878},"coords":"51.5393697,-0.142815","bedrooms":"2","price":"242000","area":"663"} , +{"type":"Feature","id":"n1569106806","geometry":{"type":"Point","coordinates":[-0.2439444,51.4673745]},"properties":{"@type":"node","@id":1569106806,"@timestamp":1588588927},"coords":"51.4673745,-0.2439444","bedrooms":"3","price":"154000","area":"356"} , +{"type":"Feature","id":"n1569191542","geometry":{"type":"Point","coordinates":[0.1576783,51.4055333]},"properties":{"@type":"node","@id":1569191542,"@timestamp":1617450852},"coords":"51.4055333,0.1576783","bedrooms":"1","price":"155000","area":"512"} , +{"type":"Feature","id":"n1569202867","geometry":{"type":"Point","coordinates":[-0.1917887,51.4187027]},"properties":{"@type":"node","@id":1569202867,"@timestamp":1453279319},"coords":"51.4187027,-0.1917887","bedrooms":"1","price":"210000","area":"573"} , +{"type":"Feature","id":"n1569415538","geometry":{"type":"Point","coordinates":[-0.3058558,51.4111573]},"properties":{"@type":"node","@id":1569415538,"@timestamp":1594152229},"coords":"51.4111573,-0.3058558","bedrooms":"0","price":"255000","area":"681"} , +{"type":"Feature","id":"n1569723702","geometry":{"type":"Point","coordinates":[-0.9847261,51.3788414]},"properties":{"@type":"node","@id":1569723702,"@timestamp":1332580780},"coords":"51.3788414,-0.9847261","bedrooms":"1","price":"290000","area":"419"} , +{"type":"Feature","id":"n1570020035","geometry":{"type":"Point","coordinates":[0.3082485,51.0184839]},"properties":{"@type":"node","@id":1570020035,"@timestamp":1348703478},"coords":"51.0184839,0.3082485","bedrooms":"1","price":"286000","area":"459"} , +{"type":"Feature","id":"n1570779170","geometry":{"type":"Point","coordinates":[-0.2252777,51.4108318]},"properties":{"@type":"node","@id":1570779170,"@timestamp":1567551957},"coords":"51.4108318,-0.2252777","bedrooms":"0","price":"189000","area":"457"} , +{"type":"Feature","id":"n1570779288","geometry":{"type":"Point","coordinates":[-0.2300549,51.4182574]},"properties":{"@type":"node","@id":1570779288,"@timestamp":1564911801},"coords":"51.4182574,-0.2300549","bedrooms":"3","price":"279000","area":"548"} , +{"type":"Feature","id":"n1571002818","geometry":{"type":"Point","coordinates":[0.5179198,51.7253138]},"properties":{"@type":"node","@id":1571002818,"@timestamp":1503724745},"coords":"51.7253138,0.5179198","bedrooms":"4","price":"207000","area":"351"} , +{"type":"Feature","id":"n1571264663","geometry":{"type":"Point","coordinates":[-0.2168732,51.4408147]},"properties":{"@type":"node","@id":1571264663,"@timestamp":1455006476},"coords":"51.4408147,-0.2168732","bedrooms":"0","price":"205000","area":"376"} , +{"type":"Feature","id":"n1571413857","geometry":{"type":"Point","coordinates":[-0.2893169,51.4592837]},"properties":{"@type":"node","@id":1571413857,"@timestamp":1629289708},"coords":"51.4592837,-0.2893169","bedrooms":"3","price":"177000","area":"641"} , +{"type":"Feature","id":"n1571660830","geometry":{"type":"Point","coordinates":[-0.1833415,51.546626]},"properties":{"@type":"node","@id":1571660830,"@timestamp":1622970986},"coords":"51.546626,-0.1833415","bedrooms":"2","price":"154000","area":"401"} , +{"type":"Feature","id":"n1571884943","geometry":{"type":"Point","coordinates":[0.6744754,51.7380978]},"properties":{"@type":"node","@id":1571884943,"@timestamp":1325359153},"coords":"51.7380978,0.6744754","bedrooms":"0","price":"177000","area":"462"} , +{"type":"Feature","id":"n1572039786","geometry":{"type":"Point","coordinates":[0.5080744,51.671198]},"properties":{"@type":"node","@id":1572039786,"@timestamp":1334478408},"coords":"51.671198,0.5080744","bedrooms":"3","price":"276000","area":"524"} , +{"type":"Feature","id":"n1572499174","geometry":{"type":"Point","coordinates":[0.2779077,51.4853791]},"properties":{"@type":"node","@id":1572499174,"@timestamp":1462043562},"coords":"51.4853791,0.2779077","bedrooms":"1","price":"171000","area":"646"} , +{"type":"Feature","id":"n1572707786","geometry":{"type":"Point","coordinates":[-0.6494924,51.8435906]},"properties":{"@type":"node","@id":1572707786,"@timestamp":1382744724},"coords":"51.8435906,-0.6494924","bedrooms":"3","price":"260000","area":"443"} , +{"type":"Feature","id":"n1572821573","geometry":{"type":"Point","coordinates":[0.3002988,51.3979657]},"properties":{"@type":"node","@id":1572821573,"@timestamp":1325434319},"coords":"51.3979657,0.3002988","bedrooms":"1","price":"234000","area":"570"} , +{"type":"Feature","id":"n1572843958","geometry":{"type":"Point","coordinates":[0.3007511,51.396379]},"properties":{"@type":"node","@id":1572843958,"@timestamp":1515411405},"coords":"51.396379,0.3007511","bedrooms":"4","price":"282000","area":"424"} , +{"type":"Feature","id":"n1572957507","geometry":{"type":"Point","coordinates":[0.7138939,51.9283703]},"properties":{"@type":"node","@id":1572957507,"@timestamp":1325440201},"coords":"51.9283703,0.7138939","bedrooms":"2","price":"286000","area":"611"} , +{"type":"Feature","id":"n1573081484","geometry":{"type":"Point","coordinates":[0.1764658,51.1682795]},"properties":{"@type":"node","@id":1573081484,"@timestamp":1325447940},"coords":"51.1682795,0.1764658","bedrooms":"1","price":"209000","area":"365"} , +{"type":"Feature","id":"n1573104811","geometry":{"type":"Point","coordinates":[0.1784686,51.170131]},"properties":{"@type":"node","@id":1573104811,"@timestamp":1325450504},"coords":"51.170131,0.1784686","bedrooms":"2","price":"287000","area":"572"} , +{"type":"Feature","id":"n1573104877","geometry":{"type":"Point","coordinates":[0.1773662,51.1696113]},"properties":{"@type":"node","@id":1573104877,"@timestamp":1325448955},"coords":"51.1696113,0.1773662","bedrooms":"3","price":"233000","area":"456"} , +{"type":"Feature","id":"n1573158656","geometry":{"type":"Point","coordinates":[0.1767601,51.1699293]},"properties":{"@type":"node","@id":1573158656,"@timestamp":1325450502},"coords":"51.1699293,0.1767601","bedrooms":"4","price":"264000","area":"480"} , +{"type":"Feature","id":"n1573158687","geometry":{"type":"Point","coordinates":[0.1818613,51.1722449]},"properties":{"@type":"node","@id":1573158687,"@timestamp":1325450503},"coords":"51.1722449,0.1818613","bedrooms":"3","price":"198000","area":"466"} , +{"type":"Feature","id":"n1573158717","geometry":{"type":"Point","coordinates":[0.1815555,51.1720128]},"properties":{"@type":"node","@id":1573158717,"@timestamp":1325450504},"coords":"51.1720128,0.1815555","bedrooms":"4","price":"210000","area":"450"} , +{"type":"Feature","id":"n1573328276","geometry":{"type":"Point","coordinates":[0.7033971,51.9226502]},"properties":{"@type":"node","@id":1573328276,"@timestamp":1325456735},"coords":"51.9226502,0.7033971","bedrooms":"4","price":"264000","area":"623"} , +{"type":"Feature","id":"n1573462881","geometry":{"type":"Point","coordinates":[0.1198639,51.2240685]},"properties":{"@type":"node","@id":1573462881,"@timestamp":1325813604},"coords":"51.2240685,0.1198639","bedrooms":"1","price":"152000","area":"637"} , +{"type":"Feature","id":"n1573841958","geometry":{"type":"Point","coordinates":[-0.1323826,51.5269081]},"properties":{"@type":"node","@id":1573841958,"@timestamp":1602948040},"coords":"51.5269081,-0.1323826","bedrooms":"0","price":"235000","area":"699"} , +{"type":"Feature","id":"n1574220968","geometry":{"type":"Point","coordinates":[0.3697854,51.6561478]},"properties":{"@type":"node","@id":1574220968,"@timestamp":1325519309},"coords":"51.6561478,0.3697854","bedrooms":"2","price":"236000","area":"470"} , +{"type":"Feature","id":"n1574642948","geometry":{"type":"Point","coordinates":[0.3212231,51.7652808]},"properties":{"@type":"node","@id":1574642948,"@timestamp":1616711741},"coords":"51.7652808,0.3212231","bedrooms":"4","price":"210000","area":"587"} , +{"type":"Feature","id":"n1574742834","geometry":{"type":"Point","coordinates":[-0.6056615,51.4810932]},"properties":{"@type":"node","@id":1574742834,"@timestamp":1614542041},"coords":"51.4810932,-0.6056615","bedrooms":"1","price":"229000","area":"619"} , +{"type":"Feature","id":"n1575500614","geometry":{"type":"Point","coordinates":[-0.9695406,51.5433197]},"properties":{"@type":"node","@id":1575500614,"@timestamp":1450114092},"coords":"51.5433197,-0.9695406","bedrooms":"4","price":"200000","area":"440"} , +{"type":"Feature","id":"n1575512315","geometry":{"type":"Point","coordinates":[-0.9589306,51.553907]},"properties":{"@type":"node","@id":1575512315,"@timestamp":1462184514},"coords":"51.553907,-0.9589306","bedrooms":"3","price":"267000","area":"599"} , +{"type":"Feature","id":"n1575632656","geometry":{"type":"Point","coordinates":[-0.9515656,51.5471435]},"properties":{"@type":"node","@id":1575632656,"@timestamp":1325603934},"coords":"51.5471435,-0.9515656","bedrooms":"0","price":"153000","area":"462"} , +{"type":"Feature","id":"n1575978393","geometry":{"type":"Point","coordinates":[-0.2367568,51.8497463]},"properties":{"@type":"node","@id":1575978393,"@timestamp":1325618702},"coords":"51.8497463,-0.2367568","bedrooms":"0","price":"277000","area":"475"} , +{"type":"Feature","id":"n1576223544","geometry":{"type":"Point","coordinates":[-0.1162075,51.5974546]},"properties":{"@type":"node","@id":1576223544,"@timestamp":1325629796},"coords":"51.5974546,-0.1162075","bedrooms":"1","price":"209000","area":"383"} , +{"type":"Feature","id":"n1576223804","geometry":{"type":"Point","coordinates":[-0.1148186,51.5987021]},"properties":{"@type":"node","@id":1576223804,"@timestamp":1325629800},"coords":"51.5987021,-0.1148186","bedrooms":"1","price":"267000","area":"371"} , +{"type":"Feature","id":"n1576304872","geometry":{"type":"Point","coordinates":[0.1928423,51.8561121]},"properties":{"@type":"node","@id":1576304872,"@timestamp":1612702717},"coords":"51.8561121,0.1928423","bedrooms":"1","price":"224000","area":"376"} , +{"type":"Feature","id":"n1576821120","geometry":{"type":"Point","coordinates":[0.0025812,51.5415454]},"properties":{"@type":"node","@id":1576821120,"@timestamp":1605970424},"coords":"51.5415454,0.0025812","bedrooms":"3","price":"168000","area":"539"} , +{"type":"Feature","id":"n1577190524","geometry":{"type":"Point","coordinates":[0.0068486,51.5483889]},"properties":{"@type":"node","@id":1577190524,"@timestamp":1565951363},"coords":"51.5483889,0.0068486","bedrooms":"2","price":"273000","area":"564"} , +{"type":"Feature","id":"n1577380135","geometry":{"type":"Point","coordinates":[0.0436928,51.8966448]},"properties":{"@type":"node","@id":1577380135,"@timestamp":1336384314},"coords":"51.8966448,0.0436928","bedrooms":"1","price":"187000","area":"486"} , +{"type":"Feature","id":"n1577471903","geometry":{"type":"Point","coordinates":[0.0121814,51.5438777]},"properties":{"@type":"node","@id":1577471903,"@timestamp":1628168436},"coords":"51.5438777,0.0121814","bedrooms":"3","price":"261000","area":"568"} , +{"type":"Feature","id":"n1577614246","geometry":{"type":"Point","coordinates":[-0.1326897,51.5264773]},"properties":{"@type":"node","@id":1577614246,"@timestamp":1421692814},"coords":"51.5264773,-0.1326897","bedrooms":"4","price":"153000","area":"388"} , +{"type":"Feature","id":"n1577799396","geometry":{"type":"Point","coordinates":[0.2818325,51.1925932]},"properties":{"@type":"node","@id":1577799396,"@timestamp":1325754152},"coords":"51.1925932,0.2818325","bedrooms":"1","price":"158000","area":"620"} , +{"type":"Feature","id":"n1578081022","geometry":{"type":"Point","coordinates":[-0.3052232,51.7527334]},"properties":{"@type":"node","@id":1578081022,"@timestamp":1627299664},"coords":"51.7527334,-0.3052232","bedrooms":"1","price":"231000","area":"530"} , +{"type":"Feature","id":"n1578208072","geometry":{"type":"Point","coordinates":[0.1351131,51.1007006]},"properties":{"@type":"node","@id":1578208072,"@timestamp":1478801795},"coords":"51.1007006,0.1351131","bedrooms":"1","price":"163000","area":"467"} , +{"type":"Feature","id":"n1578290538","geometry":{"type":"Point","coordinates":[0.1826655,51.4092075]},"properties":{"@type":"node","@id":1578290538,"@timestamp":1579108725},"coords":"51.4092075,0.1826655","bedrooms":"3","price":"295000","area":"588"} , +{"type":"Feature","id":"n1578534408","geometry":{"type":"Point","coordinates":[0.1020314,51.5209475]},"properties":{"@type":"node","@id":1578534408,"@timestamp":1325787567},"coords":"51.5209475,0.1020314","bedrooms":"2","price":"255000","area":"351"} , +{"type":"Feature","id":"n1578534441","geometry":{"type":"Point","coordinates":[0.0956303,51.5195736]},"properties":{"@type":"node","@id":1578534441,"@timestamp":1325787569},"coords":"51.5195736,0.0956303","bedrooms":"2","price":"177000","area":"533"} , +{"type":"Feature","id":"n1578534478","geometry":{"type":"Point","coordinates":[0.0918698,51.5184087]},"properties":{"@type":"node","@id":1578534478,"@timestamp":1325787570},"coords":"51.5184087,0.0918698","bedrooms":"2","price":"180000","area":"645"} , +{"type":"Feature","id":"n1578557427","geometry":{"type":"Point","coordinates":[-0.8720922,51.5741922]},"properties":{"@type":"node","@id":1578557427,"@timestamp":1361956401},"coords":"51.5741922,-0.8720922","bedrooms":"3","price":"182000","area":"668"} , +{"type":"Feature","id":"n1578557437","geometry":{"type":"Point","coordinates":[-0.8721874,51.5867179]},"properties":{"@type":"node","@id":1578557437,"@timestamp":1342700664},"coords":"51.5867179,-0.8721874","bedrooms":"0","price":"191000","area":"655"} , +{"type":"Feature","id":"n1578557449","geometry":{"type":"Point","coordinates":[-0.8801033,51.6024649]},"properties":{"@type":"node","@id":1578557449,"@timestamp":1342805343},"coords":"51.6024649,-0.8801033","bedrooms":"2","price":"190000","area":"517"} , +{"type":"Feature","id":"n1578557465","geometry":{"type":"Point","coordinates":[-0.8758487,51.6117236]},"properties":{"@type":"node","@id":1578557465,"@timestamp":1356536588},"coords":"51.6117236,-0.8758487","bedrooms":"1","price":"185000","area":"401"} , +{"type":"Feature","id":"n1578863832","geometry":{"type":"Point","coordinates":[0.018339,51.5453588]},"properties":{"@type":"node","@id":1578863832,"@timestamp":1603992545},"coords":"51.5453588,0.018339","bedrooms":"0","price":"202000","area":"362"} , +{"type":"Feature","id":"n1579095043","geometry":{"type":"Point","coordinates":[0.0279871,51.5463635]},"properties":{"@type":"node","@id":1579095043,"@timestamp":1629046359},"coords":"51.5463635,0.0279871","bedrooms":"1","price":"266000","area":"559"} , +{"type":"Feature","id":"n1579157134","geometry":{"type":"Point","coordinates":[0.0279187,51.5468863]},"properties":{"@type":"node","@id":1579157134,"@timestamp":1628608792},"coords":"51.5468863,0.0279187","bedrooms":"3","price":"299000","area":"392"} , +{"type":"Feature","id":"n1579323122","geometry":{"type":"Point","coordinates":[-0.1736222,51.4953196]},"properties":{"@type":"node","@id":1579323122,"@timestamp":1572631101},"coords":"51.4953196,-0.1736222","bedrooms":"4","price":"267000","area":"507"} , +{"type":"Feature","id":"n1579368410","geometry":{"type":"Point","coordinates":[-0.2454399,51.7692551]},"properties":{"@type":"node","@id":1579368410,"@timestamp":1571066412},"coords":"51.7692551,-0.2454399","bedrooms":"0","price":"153000","area":"639"} , +{"type":"Feature","id":"n1580360863","geometry":{"type":"Point","coordinates":[0.5432003,51.7019028]},"properties":{"@type":"node","@id":1580360863,"@timestamp":1325897919},"coords":"51.7019028,0.5432003","bedrooms":"2","price":"170000","area":"383"} , +{"type":"Feature","id":"n1581008155","geometry":{"type":"Point","coordinates":[0.4107551,51.3533457]},"properties":{"@type":"node","@id":1581008155,"@timestamp":1389895590},"coords":"51.3533457,0.4107551","bedrooms":"4","price":"221000","area":"391"} , +{"type":"Feature","id":"n1581035514","geometry":{"type":"Point","coordinates":[-0.1819092,51.2371691]},"properties":{"@type":"node","@id":1581035514,"@timestamp":1633946701},"coords":"51.2371691,-0.1819092","bedrooms":"0","price":"292000","area":"387"} , +{"type":"Feature","id":"n1581099165","geometry":{"type":"Point","coordinates":[-0.2044704,51.2420654]},"properties":{"@type":"node","@id":1581099165,"@timestamp":1619451278},"coords":"51.2420654,-0.2044704","bedrooms":"1","price":"244000","area":"392"} , +{"type":"Feature","id":"n1581531093","geometry":{"type":"Point","coordinates":[0.0925197,51.6131433]},"properties":{"@type":"node","@id":1581531093,"@timestamp":1561355768},"coords":"51.6131433,0.0925197","bedrooms":"1","price":"190000","area":"545"} , +{"type":"Feature","id":"n1581574576","geometry":{"type":"Point","coordinates":[0.0886504,51.5858151]},"properties":{"@type":"node","@id":1581574576,"@timestamp":1561355768},"coords":"51.5858151,0.0886504","bedrooms":"2","price":"246000","area":"397"} , +{"type":"Feature","id":"n1581629939","geometry":{"type":"Point","coordinates":[-0.1786763,51.2449382]},"properties":{"@type":"node","@id":1581629939,"@timestamp":1325972843},"coords":"51.2449382,-0.1786763","bedrooms":"1","price":"159000","area":"364"} , +{"type":"Feature","id":"n1581630048","geometry":{"type":"Point","coordinates":[-0.1799976,51.2491537]},"properties":{"@type":"node","@id":1581630048,"@timestamp":1325972845},"coords":"51.2491537,-0.1799976","bedrooms":"0","price":"164000","area":"516"} , +{"type":"Feature","id":"n1581671944","geometry":{"type":"Point","coordinates":[-0.1788697,51.2456507]},"properties":{"@type":"node","@id":1581671944,"@timestamp":1625422914},"coords":"51.2456507,-0.1788697","bedrooms":"2","price":"297000","area":"392"} , +{"type":"Feature","id":"n1581772172","geometry":{"type":"Point","coordinates":[-0.387067,51.1996232]},"properties":{"@type":"node","@id":1581772172,"@timestamp":1325978693},"coords":"51.1996232,-0.387067","bedrooms":"1","price":"239000","area":"393"} , +{"type":"Feature","id":"n1581953197","geometry":{"type":"Point","coordinates":[-0.2034504,51.4850983]},"properties":{"@type":"node","@id":1581953197,"@timestamp":1325985546},"coords":"51.4850983,-0.2034504","bedrooms":"3","price":"264000","area":"434"} , +{"type":"Feature","id":"n1582391563","geometry":{"type":"Point","coordinates":[-0.7178467,51.0634113]},"properties":{"@type":"node","@id":1582391563,"@timestamp":1326021213},"coords":"51.0634113,-0.7178467","bedrooms":"2","price":"254000","area":"400"} , +{"type":"Feature","id":"n1582448863","geometry":{"type":"Point","coordinates":[0.0929215,51.6018853]},"properties":{"@type":"node","@id":1582448863,"@timestamp":1612461698},"coords":"51.6018853,0.0929215","bedrooms":"3","price":"207000","area":"513"} , +{"type":"Feature","id":"n1582448906","geometry":{"type":"Point","coordinates":[0.0938096,51.6118153]},"properties":{"@type":"node","@id":1582448906,"@timestamp":1612461698},"coords":"51.6118153,0.0938096","bedrooms":"1","price":"269000","area":"508"} , +{"type":"Feature","id":"n1582701796","geometry":{"type":"Point","coordinates":[0.0830099,51.6803004]},"properties":{"@type":"node","@id":1582701796,"@timestamp":1440361777},"coords":"51.6803004,0.0830099","bedrooms":"1","price":"164000","area":"386"} , +{"type":"Feature","id":"n1582985709","geometry":{"type":"Point","coordinates":[0.8971404,51.8394138]},"properties":{"@type":"node","@id":1582985709,"@timestamp":1342183752},"coords":"51.8394138,0.8971404","bedrooms":"3","price":"168000","area":"431"} , +{"type":"Feature","id":"n1583022300","geometry":{"type":"Point","coordinates":[-0.9961747,51.7725161]},"properties":{"@type":"node","@id":1583022300,"@timestamp":1326047377},"coords":"51.7725161,-0.9961747","bedrooms":"4","price":"156000","area":"423"} , +{"type":"Feature","id":"n1583061110","geometry":{"type":"Point","coordinates":[0.0818203,51.6727522]},"properties":{"@type":"node","@id":1583061110,"@timestamp":1326048861},"coords":"51.6727522,0.0818203","bedrooms":"3","price":"252000","area":"483"} , +{"type":"Feature","id":"n1583074616","geometry":{"type":"Point","coordinates":[-0.8520884,51.365893]},"properties":{"@type":"node","@id":1583074616,"@timestamp":1569598174},"coords":"51.365893,-0.8520884","bedrooms":"3","price":"227000","area":"354"} , +{"type":"Feature","id":"n1583159679","geometry":{"type":"Point","coordinates":[0.0765573,51.6568358]},"properties":{"@type":"node","@id":1583159679,"@timestamp":1617638530},"coords":"51.6568358,0.0765573","bedrooms":"3","price":"214000","area":"673"} , +{"type":"Feature","id":"n1583186430","geometry":{"type":"Point","coordinates":[-1.0028012,51.7704361]},"properties":{"@type":"node","@id":1583186430,"@timestamp":1326053285},"coords":"51.7704361,-1.0028012","bedrooms":"4","price":"192000","area":"392"} , +{"type":"Feature","id":"n1583297656","geometry":{"type":"Point","coordinates":[0.8888991,51.8431898]},"properties":{"@type":"node","@id":1583297656,"@timestamp":1326058129},"coords":"51.8431898,0.8888991","bedrooms":"2","price":"297000","area":"676"} , +{"type":"Feature","id":"n1583453472","geometry":{"type":"Point","coordinates":[0.0383299,51.5846341]},"properties":{"@type":"node","@id":1583453472,"@timestamp":1326079655},"coords":"51.5846341,0.0383299","bedrooms":"3","price":"276000","area":"353"} , +{"type":"Feature","id":"n1583456780","geometry":{"type":"Point","coordinates":[0.0520896,51.5621193]},"properties":{"@type":"node","@id":1583456780,"@timestamp":1326080792},"coords":"51.5621193,0.0520896","bedrooms":"3","price":"192000","area":"555"} , +{"type":"Feature","id":"n1583662821","geometry":{"type":"Point","coordinates":[-0.126958,51.438505]},"properties":{"@type":"node","@id":1583662821,"@timestamp":1588686864},"coords":"51.438505,-0.126958","bedrooms":"3","price":"178000","area":"556"} , +{"type":"Feature","id":"n1583677729","geometry":{"type":"Point","coordinates":[-0.9133474,51.1815895]},"properties":{"@type":"node","@id":1583677729,"@timestamp":1326111829},"coords":"51.1815895,-0.9133474","bedrooms":"0","price":"203000","area":"360"} , +{"type":"Feature","id":"n1583838281","geometry":{"type":"Point","coordinates":[-1.0567882,51.3000977]},"properties":{"@type":"node","@id":1583838281,"@timestamp":1485374986},"coords":"51.3000977,-1.0567882","bedrooms":"2","price":"262000","area":"374"} , +{"type":"Feature","id":"n1583936683","geometry":{"type":"Point","coordinates":[-0.1839591,51.4154078]},"properties":{"@type":"node","@id":1583936683,"@timestamp":1621115981},"coords":"51.4154078,-0.1839591","bedrooms":"4","price":"182000","area":"674"} , +{"type":"Feature","id":"n1584018287","geometry":{"type":"Point","coordinates":[-0.1925137,51.4125824]},"properties":{"@type":"node","@id":1584018287,"@timestamp":1488808717},"coords":"51.4125824,-0.1925137","bedrooms":"3","price":"150000","area":"350"} , +{"type":"Feature","id":"n1584091346","geometry":{"type":"Point","coordinates":[-0.2048743,51.4204127]},"properties":{"@type":"node","@id":1584091346,"@timestamp":1564911801},"coords":"51.4204127,-0.2048743","bedrooms":"4","price":"257000","area":"674"} , +{"type":"Feature","id":"n1584243566","geometry":{"type":"Point","coordinates":[0.0163584,51.5450283]},"properties":{"@type":"node","@id":1584243566,"@timestamp":1606646727},"coords":"51.5450283,0.0163584","bedrooms":"1","price":"195000","area":"439"} , +{"type":"Feature","id":"n1584438856","geometry":{"type":"Point","coordinates":[-0.0799278,51.4703535]},"properties":{"@type":"node","@id":1584438856,"@timestamp":1326192195},"coords":"51.4703535,-0.0799278","bedrooms":"4","price":"244000","area":"684"} , +{"type":"Feature","id":"n1584438973","geometry":{"type":"Point","coordinates":[-0.0808895,51.4734902]},"properties":{"@type":"node","@id":1584438973,"@timestamp":1528655763},"coords":"51.4734902,-0.0808895","bedrooms":"1","price":"259000","area":"409"} , +{"type":"Feature","id":"n1584895172","geometry":{"type":"Point","coordinates":[-0.1306025,51.5115323]},"properties":{"@type":"node","@id":1584895172,"@timestamp":1634992138},"coords":"51.5115323,-0.1306025","bedrooms":"0","price":"156000","area":"569"} , +{"type":"Feature","id":"n1584958906","geometry":{"type":"Point","coordinates":[-1.0662903,51.350252]},"properties":{"@type":"node","@id":1584958906,"@timestamp":1515776843},"coords":"51.350252,-1.0662903","bedrooms":"3","price":"227000","area":"591"} , +{"type":"Feature","id":"n1584962339","geometry":{"type":"Point","coordinates":[-0.9078288,51.4464328]},"properties":{"@type":"node","@id":1584962339,"@timestamp":1326225958},"coords":"51.4464328,-0.9078288","bedrooms":"3","price":"156000","area":"564"} , +{"type":"Feature","id":"n1585202683","geometry":{"type":"Point","coordinates":[0.6653414,51.5632875]},"properties":{"@type":"node","@id":1585202683,"@timestamp":1577055658},"coords":"51.5632875,0.6653414","bedrooms":"3","price":"254000","area":"659"} , +{"type":"Feature","id":"n1585388542","geometry":{"type":"Point","coordinates":[-1.1135598,51.2527902]},"properties":{"@type":"node","@id":1585388542,"@timestamp":1604050572},"coords":"51.2527902,-1.1135598","bedrooms":"3","price":"157000","area":"494"} , +{"type":"Feature","id":"n1585396350","geometry":{"type":"Point","coordinates":[-1.0881783,51.2504931]},"properties":{"@type":"node","@id":1585396350,"@timestamp":1578698024},"coords":"51.2504931,-1.0881783","bedrooms":"4","price":"228000","area":"357"} , +{"type":"Feature","id":"n1585857273","geometry":{"type":"Point","coordinates":[-0.082273,51.4799635]},"properties":{"@type":"node","@id":1585857273,"@timestamp":1326300392},"coords":"51.4799635,-0.082273","bedrooms":"0","price":"181000","area":"364"} , +{"type":"Feature","id":"n1586001812","geometry":{"type":"Point","coordinates":[-0.0811159,51.6545388]},"properties":{"@type":"node","@id":1586001812,"@timestamp":1363243569},"coords":"51.6545388,-0.0811159","bedrooms":"1","price":"262000","area":"380"} , +{"type":"Feature","id":"n1586126197","geometry":{"type":"Point","coordinates":[0.0695116,51.4495606]},"properties":{"@type":"node","@id":1586126197,"@timestamp":1326312759},"coords":"51.4495606,0.0695116","bedrooms":"3","price":"259000","area":"489"} , +{"type":"Feature","id":"n1586195265","geometry":{"type":"Point","coordinates":[-0.0504672,51.4562515]},"properties":{"@type":"node","@id":1586195265,"@timestamp":1623003400},"coords":"51.4562515,-0.0504672","bedrooms":"0","price":"297000","area":"523"} , +{"type":"Feature","id":"n1586352705","geometry":{"type":"Point","coordinates":[-0.8933919,51.4451901]},"properties":{"@type":"node","@id":1586352705,"@timestamp":1586414351},"coords":"51.4451901,-0.8933919","bedrooms":"4","price":"298000","area":"582"} , +{"type":"Feature","id":"n1586390557","geometry":{"type":"Point","coordinates":[-0.0448544,51.8125926]},"properties":{"@type":"node","@id":1586390557,"@timestamp":1528560661},"coords":"51.8125926,-0.0448544","bedrooms":"2","price":"292000","area":"397"} , +{"type":"Feature","id":"n1586686914","geometry":{"type":"Point","coordinates":[-0.1274936,51.5124659]},"properties":{"@type":"node","@id":1586686914,"@timestamp":1547765398},"coords":"51.5124659,-0.1274936","bedrooms":"1","price":"165000","area":"654"} , +{"type":"Feature","id":"n1587035605","geometry":{"type":"Point","coordinates":[0.7878123,51.8329978]},"properties":{"@type":"node","@id":1587035605,"@timestamp":1544947260},"coords":"51.8329978,0.7878123","bedrooms":"2","price":"279000","area":"561"} , +{"type":"Feature","id":"n1587036219","geometry":{"type":"Point","coordinates":[0.7914531,51.834416]},"properties":{"@type":"node","@id":1587036219,"@timestamp":1326376295},"coords":"51.834416,0.7914531","bedrooms":"2","price":"206000","area":"688"} , +{"type":"Feature","id":"n1587162345","geometry":{"type":"Point","coordinates":[-0.2224717,51.0563429]},"properties":{"@type":"node","@id":1587162345,"@timestamp":1606477234},"coords":"51.0563429,-0.2224717","bedrooms":"0","price":"219000","area":"427"} , +{"type":"Feature","id":"n1587291199","geometry":{"type":"Point","coordinates":[-0.0240543,51.6045085]},"properties":{"@type":"node","@id":1587291199,"@timestamp":1326392240},"coords":"51.6045085,-0.0240543","bedrooms":"2","price":"157000","area":"633"} , +{"type":"Feature","id":"n1587511700","geometry":{"type":"Point","coordinates":[0.1422815,51.8650438]},"properties":{"@type":"node","@id":1587511700,"@timestamp":1614374108},"coords":"51.8650438,0.1422815","bedrooms":"3","price":"293000","area":"622"} , +{"type":"Feature","id":"n1587553668","geometry":{"type":"Point","coordinates":[0.1450393,51.8585765]},"properties":{"@type":"node","@id":1587553668,"@timestamp":1618355610},"coords":"51.8585765,0.1450393","bedrooms":"2","price":"164000","area":"658"} , +{"type":"Feature","id":"n1587599027","geometry":{"type":"Point","coordinates":[-0.3376481,51.3156895]},"properties":{"@type":"node","@id":1587599027,"@timestamp":1620384463},"coords":"51.3156895,-0.3376481","bedrooms":"4","price":"243000","area":"423"} , +{"type":"Feature","id":"n1588149546","geometry":{"type":"Point","coordinates":[-1.1099692,51.262192]},"properties":{"@type":"node","@id":1588149546,"@timestamp":1572014395},"coords":"51.262192,-1.1099692","bedrooms":"3","price":"202000","area":"583"} , +{"type":"Feature","id":"n1588271686","geometry":{"type":"Point","coordinates":[-0.4116202,51.650818]},"properties":{"@type":"node","@id":1588271686,"@timestamp":1603397143},"coords":"51.650818,-0.4116202","bedrooms":"3","price":"273000","area":"512"} , +{"type":"Feature","id":"n1588342522","geometry":{"type":"Point","coordinates":[-0.2206266,51.4675635]},"properties":{"@type":"node","@id":1588342522,"@timestamp":1564911801},"coords":"51.4675635,-0.2206266","bedrooms":"2","price":"217000","area":"671"} , +{"type":"Feature","id":"n1588447264","geometry":{"type":"Point","coordinates":[0.8665443,51.0439497]},"properties":{"@type":"node","@id":1588447264,"@timestamp":1338563275},"coords":"51.0439497,0.8665443","bedrooms":"1","price":"152000","area":"570"} , +{"type":"Feature","id":"n1588447350","geometry":{"type":"Point","coordinates":[0.8740714,51.0506605]},"properties":{"@type":"node","@id":1588447350,"@timestamp":1326471171},"coords":"51.0506605,0.8740714","bedrooms":"3","price":"217000","area":"391"} , +{"type":"Feature","id":"n1588447437","geometry":{"type":"Point","coordinates":[0.8633998,51.0571896]},"properties":{"@type":"node","@id":1588447437,"@timestamp":1326471178},"coords":"51.0571896,0.8633998","bedrooms":"3","price":"190000","area":"362"} , +{"type":"Feature","id":"n1588532106","geometry":{"type":"Point","coordinates":[-0.4120821,51.3300079]},"properties":{"@type":"node","@id":1588532106,"@timestamp":1588751813},"coords":"51.3300079,-0.4120821","bedrooms":"3","price":"186000","area":"560"} , +{"type":"Feature","id":"n1588736428","geometry":{"type":"Point","coordinates":[-0.0822434,51.79173]},"properties":{"@type":"node","@id":1588736428,"@timestamp":1568066731},"coords":"51.79173,-0.0822434","bedrooms":"1","price":"216000","area":"451"} , +{"type":"Feature","id":"n1588771787","geometry":{"type":"Point","coordinates":[-0.3394522,51.4381629]},"properties":{"@type":"node","@id":1588771787,"@timestamp":1602496403},"coords":"51.4381629,-0.3394522","bedrooms":"3","price":"289000","area":"441"} , +{"type":"Feature","id":"n1588789649","geometry":{"type":"Point","coordinates":[-0.101517,51.7998181]},"properties":{"@type":"node","@id":1588789649,"@timestamp":1326488377},"coords":"51.7998181,-0.101517","bedrooms":"3","price":"159000","area":"633"} , +{"type":"Feature","id":"n1588846676","geometry":{"type":"Point","coordinates":[-0.5259874,51.4474695]},"properties":{"@type":"node","@id":1588846676,"@timestamp":1622927650},"coords":"51.4474695,-0.5259874","bedrooms":"1","price":"220000","area":"362"} , +{"type":"Feature","id":"n1588916817","geometry":{"type":"Point","coordinates":[-0.3932687,51.6514443]},"properties":{"@type":"node","@id":1588916817,"@timestamp":1326493592},"coords":"51.6514443,-0.3932687","bedrooms":"1","price":"295000","area":"543"} , +{"type":"Feature","id":"n1588957560","geometry":{"type":"Point","coordinates":[-0.1046483,51.5249953]},"properties":{"@type":"node","@id":1588957560,"@timestamp":1326496440},"coords":"51.5249953,-0.1046483","bedrooms":"1","price":"168000","area":"582"} , +{"type":"Feature","id":"n1589201228","geometry":{"type":"Point","coordinates":[-0.7606554,51.4166509]},"properties":{"@type":"node","@id":1589201228,"@timestamp":1585686559},"coords":"51.4166509,-0.7606554","bedrooms":"2","price":"210000","area":"564"} , +{"type":"Feature","id":"n1589646586","geometry":{"type":"Point","coordinates":[0.1554207,51.9727764]},"properties":{"@type":"node","@id":1589646586,"@timestamp":1539512354},"coords":"51.9727764,0.1554207","bedrooms":"0","price":"247000","area":"387"} , +{"type":"Feature","id":"n1589670829","geometry":{"type":"Point","coordinates":[-0.7311028,51.5977504]},"properties":{"@type":"node","@id":1589670829,"@timestamp":1326555456},"coords":"51.5977504,-0.7311028","bedrooms":"0","price":"250000","area":"497"} , +{"type":"Feature","id":"n1589708210","geometry":{"type":"Point","coordinates":[-0.1673785,51.2320537]},"properties":{"@type":"node","@id":1589708210,"@timestamp":1540992174},"coords":"51.2320537,-0.1673785","bedrooms":"3","price":"255000","area":"546"} , +{"type":"Feature","id":"n1589829981","geometry":{"type":"Point","coordinates":[-0.960614,51.2839831]},"properties":{"@type":"node","@id":1589829981,"@timestamp":1514495673},"coords":"51.2839831,-0.960614","bedrooms":"1","price":"256000","area":"572"} , +{"type":"Feature","id":"n1589976232","geometry":{"type":"Point","coordinates":[-0.9642444,51.2708594]},"properties":{"@type":"node","@id":1589976232,"@timestamp":1350685383},"coords":"51.2708594,-0.9642444","bedrooms":"2","price":"170000","area":"618"} , +{"type":"Feature","id":"n1590042098","geometry":{"type":"Point","coordinates":[-0.3057481,51.4115703]},"properties":{"@type":"node","@id":1590042098,"@timestamp":1627561358},"coords":"51.4115703,-0.3057481","bedrooms":"2","price":"198000","area":"516"} , +{"type":"Feature","id":"n1590084115","geometry":{"type":"Point","coordinates":[-0.0135125,51.5914361]},"properties":{"@type":"node","@id":1590084115,"@timestamp":1472981850},"coords":"51.5914361,-0.0135125","bedrooms":"4","price":"229000","area":"644"} , +{"type":"Feature","id":"n1590399108","geometry":{"type":"Point","coordinates":[-0.964035,51.3639664]},"properties":{"@type":"node","@id":1590399108,"@timestamp":1530883443},"coords":"51.3639664,-0.964035","bedrooms":"2","price":"177000","area":"690"} , +{"type":"Feature","id":"n1590654927","geometry":{"type":"Point","coordinates":[-0.0782595,51.5133341]},"properties":{"@type":"node","@id":1590654927,"@timestamp":1326631859},"coords":"51.5133341,-0.0782595","bedrooms":"1","price":"161000","area":"512"} , +{"type":"Feature","id":"n1590789253","geometry":{"type":"Point","coordinates":[-0.0943283,51.5123321]},"properties":{"@type":"node","@id":1590789253,"@timestamp":1551350772},"coords":"51.5123321,-0.0943283","bedrooms":"2","price":"199000","area":"352"} , +{"type":"Feature","id":"n1591017211","geometry":{"type":"Point","coordinates":[-0.3031762,51.4130413]},"properties":{"@type":"node","@id":1591017211,"@timestamp":1597225284},"coords":"51.4130413,-0.3031762","bedrooms":"4","price":"182000","area":"381"} , +{"type":"Feature","id":"n1591107950","geometry":{"type":"Point","coordinates":[-0.2239388,51.4924213]},"properties":{"@type":"node","@id":1591107950,"@timestamp":1634836031},"coords":"51.4924213,-0.2239388","bedrooms":"1","price":"177000","area":"609"} , +{"type":"Feature","id":"n1591243506","geometry":{"type":"Point","coordinates":[0.6496246,51.5773862]},"properties":{"@type":"node","@id":1591243506,"@timestamp":1326650690},"coords":"51.5773862,0.6496246","bedrooms":"0","price":"181000","area":"650"} , +{"type":"Feature","id":"n1591257764","geometry":{"type":"Point","coordinates":[0.6529902,51.5777683]},"properties":{"@type":"node","@id":1591257764,"@timestamp":1326651051},"coords":"51.5777683,0.6529902","bedrooms":"0","price":"293000","area":"443"} , +{"type":"Feature","id":"n1591356312","geometry":{"type":"Point","coordinates":[-0.1980623,51.4767929]},"properties":{"@type":"node","@id":1591356312,"@timestamp":1505485642},"coords":"51.4767929,-0.1980623","bedrooms":"2","price":"159000","area":"383"} , +{"type":"Feature","id":"n1591394617","geometry":{"type":"Point","coordinates":[-0.99397,51.7740349]},"properties":{"@type":"node","@id":1591394617,"@timestamp":1326658169},"coords":"51.7740349,-0.99397","bedrooms":"4","price":"215000","area":"595"} , +{"type":"Feature","id":"n1591395056","geometry":{"type":"Point","coordinates":[-0.9992068,51.7759908]},"properties":{"@type":"node","@id":1591395056,"@timestamp":1326658186},"coords":"51.7759908,-0.9992068","bedrooms":"2","price":"250000","area":"604"} , +{"type":"Feature","id":"n1591466042","geometry":{"type":"Point","coordinates":[-0.211141,51.4947121]},"properties":{"@type":"node","@id":1591466042,"@timestamp":1635484674},"coords":"51.4947121,-0.211141","bedrooms":"2","price":"222000","area":"455"} , +{"type":"Feature","id":"n1591582653","geometry":{"type":"Point","coordinates":[0.1459146,51.9660183]},"properties":{"@type":"node","@id":1591582653,"@timestamp":1326667280},"coords":"51.9660183,0.1459146","bedrooms":"3","price":"237000","area":"536"} , +{"type":"Feature","id":"n1592473878","geometry":{"type":"Point","coordinates":[-0.3864067,51.6932755]},"properties":{"@type":"node","@id":1592473878,"@timestamp":1605119577},"coords":"51.6932755,-0.3864067","bedrooms":"0","price":"274000","area":"415"} , +{"type":"Feature","id":"n1592906969","geometry":{"type":"Point","coordinates":[-1.2178763,51.4352433]},"properties":{"@type":"node","@id":1592906969,"@timestamp":1556044918},"coords":"51.4352433,-1.2178763","bedrooms":"3","price":"191000","area":"557"} , +{"type":"Feature","id":"n1593155520","geometry":{"type":"Point","coordinates":[-0.090629,51.4634858]},"properties":{"@type":"node","@id":1593155520,"@timestamp":1579061058},"coords":"51.4634858,-0.090629","bedrooms":"4","price":"254000","area":"604"} , +{"type":"Feature","id":"n1593538380","geometry":{"type":"Point","coordinates":[-0.9617557,51.358606]},"properties":{"@type":"node","@id":1593538380,"@timestamp":1326745286},"coords":"51.358606,-0.9617557","bedrooms":"0","price":"164000","area":"664"} , +{"type":"Feature","id":"n1594065358","geometry":{"type":"Point","coordinates":[-0.0848293,51.5166914]},"properties":{"@type":"node","@id":1594065358,"@timestamp":1592252781},"coords":"51.5166914,-0.0848293","bedrooms":"2","price":"156000","area":"594"} , +{"type":"Feature","id":"n1594342386","geometry":{"type":"Point","coordinates":[-1.1205647,51.2325262]},"properties":{"@type":"node","@id":1594342386,"@timestamp":1515447293},"coords":"51.2325262,-1.1205647","bedrooms":"4","price":"233000","area":"458"} , +{"type":"Feature","id":"n1594342566","geometry":{"type":"Point","coordinates":[-1.1081488,51.2490683]},"properties":{"@type":"node","@id":1594342566,"@timestamp":1506026379},"coords":"51.2490683,-1.1081488","bedrooms":"3","price":"220000","area":"621"} , +{"type":"Feature","id":"n1594555588","geometry":{"type":"Point","coordinates":[-0.1621507,51.5457125]},"properties":{"@type":"node","@id":1594555588,"@timestamp":1453771967},"coords":"51.5457125,-0.1621507","bedrooms":"4","price":"246000","area":"402"} , +{"type":"Feature","id":"n1594599487","geometry":{"type":"Point","coordinates":[-0.2004631,51.2237698]},"properties":{"@type":"node","@id":1594599487,"@timestamp":1326802294},"coords":"51.2237698,-0.2004631","bedrooms":"0","price":"169000","area":"612"} , +{"type":"Feature","id":"n1594719845","geometry":{"type":"Point","coordinates":[0.5661226,51.8169324]},"properties":{"@type":"node","@id":1594719845,"@timestamp":1326808797},"coords":"51.8169324,0.5661226","bedrooms":"2","price":"299000","area":"561"} , +{"type":"Feature","id":"n1594719975","geometry":{"type":"Point","coordinates":[0.5573836,51.8187454]},"properties":{"@type":"node","@id":1594719975,"@timestamp":1326808800},"coords":"51.8187454,0.5573836","bedrooms":"2","price":"167000","area":"415"} , +{"type":"Feature","id":"n1594720097","geometry":{"type":"Point","coordinates":[0.5687556,51.8206913]},"properties":{"@type":"node","@id":1594720097,"@timestamp":1326808803},"coords":"51.8206913,0.5687556","bedrooms":"4","price":"169000","area":"425"} , +{"type":"Feature","id":"n1594740195","geometry":{"type":"Point","coordinates":[-0.3039945,51.3576766]},"properties":{"@type":"node","@id":1594740195,"@timestamp":1326810103},"coords":"51.3576766,-0.3039945","bedrooms":"1","price":"155000","area":"351"} , +{"type":"Feature","id":"n1595008192","geometry":{"type":"Point","coordinates":[0.1440083,51.5303858]},"properties":{"@type":"node","@id":1595008192,"@timestamp":1607529956},"coords":"51.5303858,0.1440083","bedrooms":"2","price":"297000","area":"372"} , +{"type":"Feature","id":"n1595057837","geometry":{"type":"Point","coordinates":[-0.7570594,51.3162252]},"properties":{"@type":"node","@id":1595057837,"@timestamp":1569355427},"coords":"51.3162252,-0.7570594","bedrooms":"3","price":"189000","area":"353"} , +{"type":"Feature","id":"n1595065378","geometry":{"type":"Point","coordinates":[-0.2344349,51.5258148]},"properties":{"@type":"node","@id":1595065378,"@timestamp":1603051264},"coords":"51.5258148,-0.2344349","bedrooms":"3","price":"179000","area":"382"} , +{"type":"Feature","id":"n1595125126","geometry":{"type":"Point","coordinates":[-0.7317384,51.3282485]},"properties":{"@type":"node","@id":1595125126,"@timestamp":1601541178},"coords":"51.3282485,-0.7317384","bedrooms":"3","price":"275000","area":"551"} , +{"type":"Feature","id":"n1595125607","geometry":{"type":"Point","coordinates":[-0.6966258,51.3495594]},"properties":{"@type":"node","@id":1595125607,"@timestamp":1601540571},"coords":"51.3495594,-0.6966258","bedrooms":"0","price":"284000","area":"580"} , +{"type":"Feature","id":"n1595221326","geometry":{"type":"Point","coordinates":[-0.6416459,51.3637148]},"properties":{"@type":"node","@id":1595221326,"@timestamp":1569333053},"coords":"51.3637148,-0.6416459","bedrooms":"3","price":"288000","area":"480"} , +{"type":"Feature","id":"n1595221737","geometry":{"type":"Point","coordinates":[-0.1124815,51.5248359]},"properties":{"@type":"node","@id":1595221737,"@timestamp":1517604793},"coords":"51.5248359,-0.1124815","bedrooms":"2","price":"161000","area":"379"} , +{"type":"Feature","id":"n1595262042","geometry":{"type":"Point","coordinates":[-0.6381384,51.3652304]},"properties":{"@type":"node","@id":1595262042,"@timestamp":1569350518},"coords":"51.3652304,-0.6381384","bedrooms":"3","price":"232000","area":"484"} , +{"type":"Feature","id":"n1595262258","geometry":{"type":"Point","coordinates":[-0.5491202,51.3984953]},"properties":{"@type":"node","@id":1595262258,"@timestamp":1569336576},"coords":"51.3984953,-0.5491202","bedrooms":"2","price":"159000","area":"555"} , +{"type":"Feature","id":"n1595355096","geometry":{"type":"Point","coordinates":[-0.8989083,51.4426081]},"properties":{"@type":"node","@id":1595355096,"@timestamp":1609951014},"coords":"51.4426081,-0.8989083","bedrooms":"4","price":"190000","area":"420"} , +{"type":"Feature","id":"n1595531297","geometry":{"type":"Point","coordinates":[1.56e-05,51.2372649]},"properties":{"@type":"node","@id":1595531297,"@timestamp":1362442757},"coords":"51.2372649,1.56e-05","bedrooms":"2","price":"197000","area":"640"} , +{"type":"Feature","id":"n1595564824","geometry":{"type":"Point","coordinates":[0.165695,51.3937409]},"properties":{"@type":"node","@id":1595564824,"@timestamp":1548749659},"coords":"51.3937409,0.165695","bedrooms":"3","price":"177000","area":"401"} , +{"type":"Feature","id":"n1595903277","geometry":{"type":"Point","coordinates":[0.0043701,51.5418924]},"properties":{"@type":"node","@id":1595903277,"@timestamp":1600533968},"coords":"51.5418924,0.0043701","bedrooms":"1","price":"257000","area":"380"} , +{"type":"Feature","id":"n1595998506","geometry":{"type":"Point","coordinates":[0.7573743,51.5402435]},"properties":{"@type":"node","@id":1595998506,"@timestamp":1460470759},"coords":"51.5402435,0.7573743","bedrooms":"4","price":"203000","area":"473"} , +{"type":"Feature","id":"n1596015453","geometry":{"type":"Point","coordinates":[-0.3527008,51.8241746]},"properties":{"@type":"node","@id":1596015453,"@timestamp":1628760896},"coords":"51.8241746,-0.3527008","bedrooms":"3","price":"223000","area":"617"} , +{"type":"Feature","id":"n1596019365","geometry":{"type":"Point","coordinates":[-0.6126427,51.3207404]},"properties":{"@type":"node","@id":1596019365,"@timestamp":1494110224},"coords":"51.3207404,-0.6126427","bedrooms":"0","price":"241000","area":"642"} , +{"type":"Feature","id":"n1596066876","geometry":{"type":"Point","coordinates":[-0.6388988,51.3263209]},"properties":{"@type":"node","@id":1596066876,"@timestamp":1332962814},"coords":"51.3263209,-0.6388988","bedrooms":"4","price":"280000","area":"692"} , +{"type":"Feature","id":"n1596210611","geometry":{"type":"Point","coordinates":[-0.7760454,51.3114878]},"properties":{"@type":"node","@id":1596210611,"@timestamp":1326893132},"coords":"51.3114878,-0.7760454","bedrooms":"1","price":"224000","area":"389"} , +{"type":"Feature","id":"n1596311851","geometry":{"type":"Point","coordinates":[0.0136393,51.5411123]},"properties":{"@type":"node","@id":1596311851,"@timestamp":1546448433},"coords":"51.5411123,0.0136393","bedrooms":"1","price":"181000","area":"531"} , +{"type":"Feature","id":"n1596746230","geometry":{"type":"Point","coordinates":[-0.0372384,51.7797214]},"properties":{"@type":"node","@id":1596746230,"@timestamp":1587872960},"coords":"51.7797214,-0.0372384","bedrooms":"0","price":"171000","area":"482"} , +{"type":"Feature","id":"n1596927816","geometry":{"type":"Point","coordinates":[-0.110671,51.5251896]},"properties":{"@type":"node","@id":1596927816,"@timestamp":1326933195},"coords":"51.5251896,-0.110671","bedrooms":"4","price":"231000","area":"402"} , +{"type":"Feature","id":"n1597005714","geometry":{"type":"Point","coordinates":[-0.0034725,51.542532]},"properties":{"@type":"node","@id":1597005714,"@timestamp":1566223346},"coords":"51.542532,-0.0034725","bedrooms":"1","price":"153000","area":"597"} , +{"type":"Feature","id":"n1597462624","geometry":{"type":"Point","coordinates":[-0.1898056,51.456888]},"properties":{"@type":"node","@id":1597462624,"@timestamp":1629578185},"coords":"51.456888,-0.1898056","bedrooms":"2","price":"198000","area":"544"} , +{"type":"Feature","id":"n1597547331","geometry":{"type":"Point","coordinates":[-0.4300188,51.9135773]},"properties":{"@type":"node","@id":1597547331,"@timestamp":1326973323},"coords":"51.9135773,-0.4300188","bedrooms":"4","price":"289000","area":"551"} , +{"type":"Feature","id":"n1597598500","geometry":{"type":"Point","coordinates":[-0.9298626,51.0104213]},"properties":{"@type":"node","@id":1597598500,"@timestamp":1391989098},"coords":"51.0104213,-0.9298626","bedrooms":"4","price":"297000","area":"521"} , +{"type":"Feature","id":"n1597710049","geometry":{"type":"Point","coordinates":[-0.3504557,51.41546]},"properties":{"@type":"node","@id":1597710049,"@timestamp":1326984228},"coords":"51.41546,-0.3504557","bedrooms":"2","price":"207000","area":"416"} , +{"type":"Feature","id":"n1597710619","geometry":{"type":"Point","coordinates":[-0.3507522,51.4165432]},"properties":{"@type":"node","@id":1597710619,"@timestamp":1326984238},"coords":"51.4165432,-0.3507522","bedrooms":"2","price":"159000","area":"365"} , +{"type":"Feature","id":"n1597711048","geometry":{"type":"Point","coordinates":[-0.3510841,51.4185819]},"properties":{"@type":"node","@id":1597711048,"@timestamp":1326984248},"coords":"51.4185819,-0.3510841","bedrooms":"4","price":"295000","area":"471"} , +{"type":"Feature","id":"n1597711435","geometry":{"type":"Point","coordinates":[-0.3487734,51.4202394]},"properties":{"@type":"node","@id":1597711435,"@timestamp":1370988210},"coords":"51.4202394,-0.3487734","bedrooms":"0","price":"202000","area":"611"} , +{"type":"Feature","id":"n1597711723","geometry":{"type":"Point","coordinates":[-0.3505051,51.4210609]},"properties":{"@type":"node","@id":1597711723,"@timestamp":1326984260},"coords":"51.4210609,-0.3505051","bedrooms":"0","price":"159000","area":"438"} , +{"type":"Feature","id":"n1597881574","geometry":{"type":"Point","coordinates":[-0.1166619,51.6040745]},"properties":{"@type":"node","@id":1597881574,"@timestamp":1619664156},"coords":"51.6040745,-0.1166619","bedrooms":"0","price":"249000","area":"398"} , +{"type":"Feature","id":"n1597908872","geometry":{"type":"Point","coordinates":[-0.1597867,51.3847387]},"properties":{"@type":"node","@id":1597908872,"@timestamp":1326998934},"coords":"51.3847387,-0.1597867","bedrooms":"3","price":"294000","area":"609"} , +{"type":"Feature","id":"n1597990411","geometry":{"type":"Point","coordinates":[-0.1659343,51.3841729]},"properties":{"@type":"node","@id":1597990411,"@timestamp":1327001946},"coords":"51.3841729,-0.1659343","bedrooms":"3","price":"257000","area":"563"} , +{"type":"Feature","id":"n1597990557","geometry":{"type":"Point","coordinates":[-0.1645756,51.3837728]},"properties":{"@type":"node","@id":1597990557,"@timestamp":1327001950},"coords":"51.3837728,-0.1645756","bedrooms":"1","price":"281000","area":"356"} , +{"type":"Feature","id":"n1598067815","geometry":{"type":"Point","coordinates":[-0.8534542,51.5237684]},"properties":{"@type":"node","@id":1598067815,"@timestamp":1327004751},"coords":"51.5237684,-0.8534542","bedrooms":"2","price":"278000","area":"582"} , +{"type":"Feature","id":"n1598067848","geometry":{"type":"Point","coordinates":[-0.8664018,51.5420998]},"properties":{"@type":"node","@id":1598067848,"@timestamp":1327004752},"coords":"51.5420998,-0.8664018","bedrooms":"2","price":"210000","area":"539"} , +{"type":"Feature","id":"n1598067899","geometry":{"type":"Point","coordinates":[-0.8676518,51.5501464]},"properties":{"@type":"node","@id":1598067899,"@timestamp":1327004753},"coords":"51.5501464,-0.8676518","bedrooms":"1","price":"155000","area":"612"} , +{"type":"Feature","id":"n1598142390","geometry":{"type":"Point","coordinates":[-0.1566495,51.4929389]},"properties":{"@type":"node","@id":1598142390,"@timestamp":1611324004},"coords":"51.4929389,-0.1566495","bedrooms":"4","price":"237000","area":"370"} , +{"type":"Feature","id":"n1598181248","geometry":{"type":"Point","coordinates":[0.428815,51.5144037]},"properties":{"@type":"node","@id":1598181248,"@timestamp":1484427497},"coords":"51.5144037,0.428815","bedrooms":"0","price":"222000","area":"357"} , +{"type":"Feature","id":"n1598214606","geometry":{"type":"Point","coordinates":[-0.1332786,51.5080506]},"properties":{"@type":"node","@id":1598214606,"@timestamp":1564911801},"coords":"51.5080506,-0.1332786","bedrooms":"4","price":"194000","area":"501"} , +{"type":"Feature","id":"n1598282906","geometry":{"type":"Point","coordinates":[-0.2140979,51.4826031]},"properties":{"@type":"node","@id":1598282906,"@timestamp":1564911801},"coords":"51.4826031,-0.2140979","bedrooms":"0","price":"157000","area":"682"} , +{"type":"Feature","id":"n1598304277","geometry":{"type":"Point","coordinates":[-0.2148742,51.6470822]},"properties":{"@type":"node","@id":1598304277,"@timestamp":1327013644},"coords":"51.6470822,-0.2148742","bedrooms":"2","price":"179000","area":"631"} , +{"type":"Feature","id":"n1598359221","geometry":{"type":"Point","coordinates":[-0.0160381,51.5335939]},"properties":{"@type":"node","@id":1598359221,"@timestamp":1620816171},"coords":"51.5335939,-0.0160381","bedrooms":"4","price":"281000","area":"507"} , +{"type":"Feature","id":"n1598371048","geometry":{"type":"Point","coordinates":[-0.0169835,51.5327905]},"properties":{"@type":"node","@id":1598371048,"@timestamp":1620816171},"coords":"51.5327905,-0.0169835","bedrooms":"4","price":"190000","area":"459"} , +{"type":"Feature","id":"n1598418303","geometry":{"type":"Point","coordinates":[-0.454253,51.3730952]},"properties":{"@type":"node","@id":1598418303,"@timestamp":1420044078},"coords":"51.3730952,-0.454253","bedrooms":"0","price":"177000","area":"556"} , +{"type":"Feature","id":"n1598423549","geometry":{"type":"Point","coordinates":[-0.4511905,51.3710815]},"properties":{"@type":"node","@id":1598423549,"@timestamp":1609710315},"coords":"51.3710815,-0.4511905","bedrooms":"0","price":"253000","area":"604"} , +{"type":"Feature","id":"n1598711237","geometry":{"type":"Point","coordinates":[-0.3347663,51.2933978]},"properties":{"@type":"node","@id":1598711237,"@timestamp":1331335406},"coords":"51.2933978,-0.3347663","bedrooms":"1","price":"298000","area":"691"} , +{"type":"Feature","id":"n1598914941","geometry":{"type":"Point","coordinates":[-0.7642105,51.403958]},"properties":{"@type":"node","@id":1598914941,"@timestamp":1550174578},"coords":"51.403958,-0.7642105","bedrooms":"2","price":"249000","area":"450"} , +{"type":"Feature","id":"n1599171038","geometry":{"type":"Point","coordinates":[-0.2098044,51.3736756]},"properties":{"@type":"node","@id":1599171038,"@timestamp":1327090083},"coords":"51.3736756,-0.2098044","bedrooms":"1","price":"287000","area":"583"} , +{"type":"Feature","id":"n1599374260","geometry":{"type":"Point","coordinates":[-0.2035966,51.6458225]},"properties":{"@type":"node","@id":1599374260,"@timestamp":1499434309},"coords":"51.6458225,-0.2035966","bedrooms":"0","price":"295000","area":"653"} , +{"type":"Feature","id":"n1599434035","geometry":{"type":"Point","coordinates":[-0.2174799,51.264153]},"properties":{"@type":"node","@id":1599434035,"@timestamp":1453647505},"coords":"51.264153,-0.2174799","bedrooms":"2","price":"259000","area":"384"} , +{"type":"Feature","id":"n1599628169","geometry":{"type":"Point","coordinates":[0.3566501,51.7838474]},"properties":{"@type":"node","@id":1599628169,"@timestamp":1401721061},"coords":"51.7838474,0.3566501","bedrooms":"4","price":"287000","area":"407"} , +{"type":"Feature","id":"n1599682526","geometry":{"type":"Point","coordinates":[0.4863345,51.7232311]},"properties":{"@type":"node","@id":1599682526,"@timestamp":1622328038},"coords":"51.7232311,0.4863345","bedrooms":"2","price":"235000","area":"377"} , +{"type":"Feature","id":"n1599866214","geometry":{"type":"Point","coordinates":[-0.1600766,51.3793683]},"properties":{"@type":"node","@id":1599866214,"@timestamp":1327149903},"coords":"51.3793683,-0.1600766","bedrooms":"4","price":"268000","area":"553"} , +{"type":"Feature","id":"n1599960996","geometry":{"type":"Point","coordinates":[-0.1582438,51.3792208]},"properties":{"@type":"node","@id":1599960996,"@timestamp":1327153294},"coords":"51.3792208,-0.1582438","bedrooms":"2","price":"212000","area":"449"} , +{"type":"Feature","id":"n1600125240","geometry":{"type":"Point","coordinates":[0.4719433,51.7344663]},"properties":{"@type":"node","@id":1600125240,"@timestamp":1617826621},"coords":"51.7344663,0.4719433","bedrooms":"2","price":"258000","area":"526"} , +{"type":"Feature","id":"n1600250339","geometry":{"type":"Point","coordinates":[-0.906297,51.4440585]},"properties":{"@type":"node","@id":1600250339,"@timestamp":1327165380},"coords":"51.4440585,-0.906297","bedrooms":"2","price":"223000","area":"568"} , +{"type":"Feature","id":"n1600306421","geometry":{"type":"Point","coordinates":[-0.4549313,51.3713871]},"properties":{"@type":"node","@id":1600306421,"@timestamp":1609708805},"coords":"51.3713871,-0.4549313","bedrooms":"3","price":"209000","area":"560"} , +{"type":"Feature","id":"n1600339691","geometry":{"type":"Point","coordinates":[-0.1252823,51.6335411]},"properties":{"@type":"node","@id":1600339691,"@timestamp":1605024897},"coords":"51.6335411,-0.1252823","bedrooms":"1","price":"229000","area":"524"} , +{"type":"Feature","id":"n1600543104","geometry":{"type":"Point","coordinates":[-0.7662401,51.3170264]},"properties":{"@type":"node","@id":1600543104,"@timestamp":1327182394},"coords":"51.3170264,-0.7662401","bedrooms":"2","price":"263000","area":"395"} , +{"type":"Feature","id":"n1600912274","geometry":{"type":"Point","coordinates":[0.4468612,51.6652545]},"properties":{"@type":"node","@id":1600912274,"@timestamp":1361130559},"coords":"51.6652545,0.4468612","bedrooms":"2","price":"158000","area":"516"} , +{"type":"Feature","id":"n1601106915","geometry":{"type":"Point","coordinates":[0.2313111,51.4607155]},"properties":{"@type":"node","@id":1601106915,"@timestamp":1327239629},"coords":"51.4607155,0.2313111","bedrooms":"2","price":"151000","area":"677"} , +{"type":"Feature","id":"n1601367962","geometry":{"type":"Point","coordinates":[-0.0034709,51.5375538]},"properties":{"@type":"node","@id":1601367962,"@timestamp":1464903152},"coords":"51.5375538,-0.0034709","bedrooms":"1","price":"286000","area":"591"} , +{"type":"Feature","id":"n1601375979","geometry":{"type":"Point","coordinates":[-0.1653445,51.3850625]},"properties":{"@type":"node","@id":1601375979,"@timestamp":1327250692},"coords":"51.3850625,-0.1653445","bedrooms":"1","price":"277000","area":"557"} , +{"type":"Feature","id":"n1601397609","geometry":{"type":"Point","coordinates":[-0.1662069,51.3856388]},"properties":{"@type":"node","@id":1601397609,"@timestamp":1327251958},"coords":"51.3856388,-0.1662069","bedrooms":"0","price":"198000","area":"403"} , +{"type":"Feature","id":"n1601397635","geometry":{"type":"Point","coordinates":[-0.165303,51.3861049]},"properties":{"@type":"node","@id":1601397635,"@timestamp":1327251959},"coords":"51.3861049,-0.165303","bedrooms":"3","price":"209000","area":"421"} , +{"type":"Feature","id":"n1601416186","geometry":{"type":"Point","coordinates":[-0.1646192,51.3868071]},"properties":{"@type":"node","@id":1601416186,"@timestamp":1327252858},"coords":"51.3868071,-0.1646192","bedrooms":"1","price":"250000","area":"590"} , +{"type":"Feature","id":"n1601494521","geometry":{"type":"Point","coordinates":[-0.9844025,51.7517596]},"properties":{"@type":"node","@id":1601494521,"@timestamp":1327255621},"coords":"51.7517596,-0.9844025","bedrooms":"2","price":"295000","area":"414"} , +{"type":"Feature","id":"n1601515583","geometry":{"type":"Point","coordinates":[-0.1657029,51.3813032]},"properties":{"@type":"node","@id":1601515583,"@timestamp":1327256507},"coords":"51.3813032,-0.1657029","bedrooms":"3","price":"182000","area":"499"} , +{"type":"Feature","id":"n1601601725","geometry":{"type":"Point","coordinates":[0.5787564,51.7168777]},"properties":{"@type":"node","@id":1601601725,"@timestamp":1327260758},"coords":"51.7168777,0.5787564","bedrooms":"1","price":"210000","area":"494"} , +{"type":"Feature","id":"n1601603624","geometry":{"type":"Point","coordinates":[-0.9908858,51.7706265]},"properties":{"@type":"node","@id":1601603624,"@timestamp":1327260815},"coords":"51.7706265,-0.9908858","bedrooms":"1","price":"250000","area":"500"} , +{"type":"Feature","id":"n1601604166","geometry":{"type":"Point","coordinates":[-0.9919789,51.7733741]},"properties":{"@type":"node","@id":1601604166,"@timestamp":1327260827},"coords":"51.7733741,-0.9919789","bedrooms":"1","price":"211000","area":"527"} , +{"type":"Feature","id":"n1601687459","geometry":{"type":"Point","coordinates":[-0.1859509,51.8665026]},"properties":{"@type":"node","@id":1601687459,"@timestamp":1531240880},"coords":"51.8665026,-0.1859509","bedrooms":"3","price":"206000","area":"612"} , +{"type":"Feature","id":"n1601707042","geometry":{"type":"Point","coordinates":[-0.0042296,51.534734]},"properties":{"@type":"node","@id":1601707042,"@timestamp":1606298111},"coords":"51.534734,-0.0042296","bedrooms":"3","price":"245000","area":"542"} , +{"type":"Feature","id":"n1601723238","geometry":{"type":"Point","coordinates":[-0.0062058,51.5358423]},"properties":{"@type":"node","@id":1601723238,"@timestamp":1534797060},"coords":"51.5358423,-0.0062058","bedrooms":"0","price":"230000","area":"562"} , +{"type":"Feature","id":"n1601797400","geometry":{"type":"Point","coordinates":[-0.1002131,51.5190482]},"properties":{"@type":"node","@id":1601797400,"@timestamp":1327274358},"coords":"51.5190482,-0.1002131","bedrooms":"3","price":"261000","area":"667"} , +{"type":"Feature","id":"n1601831466","geometry":{"type":"Point","coordinates":[-0.5922518,51.5172131]},"properties":{"@type":"node","@id":1601831466,"@timestamp":1576705886},"coords":"51.5172131,-0.5922518","bedrooms":"2","price":"296000","area":"452"} , +{"type":"Feature","id":"n1601864306","geometry":{"type":"Point","coordinates":[-0.0025317,51.7795839]},"properties":{"@type":"node","@id":1601864306,"@timestamp":1414589707},"coords":"51.7795839,-0.0025317","bedrooms":"1","price":"287000","area":"520"} , +{"type":"Feature","id":"n1602070446","geometry":{"type":"Point","coordinates":[0.767288,51.9076994]},"properties":{"@type":"node","@id":1602070446,"@timestamp":1327311280},"coords":"51.9076994,0.767288","bedrooms":"2","price":"208000","area":"652"} , +{"type":"Feature","id":"n1602070579","geometry":{"type":"Point","coordinates":[0.7670816,51.9086375]},"properties":{"@type":"node","@id":1602070579,"@timestamp":1327311286},"coords":"51.9086375,0.7670816","bedrooms":"1","price":"238000","area":"362"} , +{"type":"Feature","id":"n1602070736","geometry":{"type":"Point","coordinates":[0.7655352,51.9121686]},"properties":{"@type":"node","@id":1602070736,"@timestamp":1451518415},"coords":"51.9121686,0.7655352","bedrooms":"3","price":"281000","area":"461"} , +{"type":"Feature","id":"n1602181533","geometry":{"type":"Point","coordinates":[-0.2657598,51.7510278]},"properties":{"@type":"node","@id":1602181533,"@timestamp":1562099568},"coords":"51.7510278,-0.2657598","bedrooms":"4","price":"232000","area":"560"} , +{"type":"Feature","id":"n1602387516","geometry":{"type":"Point","coordinates":[0.4315101,51.5145221]},"properties":{"@type":"node","@id":1602387516,"@timestamp":1327336270},"coords":"51.5145221,0.4315101","bedrooms":"2","price":"170000","area":"390"} , +{"type":"Feature","id":"n1602438068","geometry":{"type":"Point","coordinates":[0.4732092,51.7513427]},"properties":{"@type":"node","@id":1602438068,"@timestamp":1546192713},"coords":"51.7513427,0.4732092","bedrooms":"1","price":"256000","area":"665"} , +{"type":"Feature","id":"n1602518618","geometry":{"type":"Point","coordinates":[-0.1618435,51.3792029]},"properties":{"@type":"node","@id":1602518618,"@timestamp":1327344041},"coords":"51.3792029,-0.1618435","bedrooms":"2","price":"189000","area":"634"} , +{"type":"Feature","id":"n1602526322","geometry":{"type":"Point","coordinates":[-0.1635669,51.3785545]},"properties":{"@type":"node","@id":1602526322,"@timestamp":1327950652},"coords":"51.3785545,-0.1635669","bedrooms":"4","price":"178000","area":"375"} , +{"type":"Feature","id":"n1602550712","geometry":{"type":"Point","coordinates":[-0.1642199,51.3800479]},"properties":{"@type":"node","@id":1602550712,"@timestamp":1327346543},"coords":"51.3800479,-0.1642199","bedrooms":"0","price":"219000","area":"394"} , +{"type":"Feature","id":"n1602649367","geometry":{"type":"Point","coordinates":[0.1783982,51.8672907]},"properties":{"@type":"node","@id":1602649367,"@timestamp":1615337375},"coords":"51.8672907,0.1783982","bedrooms":"2","price":"257000","area":"578"} , +{"type":"Feature","id":"n1602746934","geometry":{"type":"Point","coordinates":[-0.1464975,51.6507549]},"properties":{"@type":"node","@id":1602746934,"@timestamp":1551300243},"coords":"51.6507549,-0.1464975","bedrooms":"2","price":"290000","area":"578"} , +{"type":"Feature","id":"n1602760547","geometry":{"type":"Point","coordinates":[-0.1457494,51.6506051]},"properties":{"@type":"node","@id":1602760547,"@timestamp":1551300243},"coords":"51.6506051,-0.1457494","bedrooms":"1","price":"274000","area":"566"} , +{"type":"Feature","id":"n1602849290","geometry":{"type":"Point","coordinates":[-0.1033064,51.5247661]},"properties":{"@type":"node","@id":1602849290,"@timestamp":1629089723},"coords":"51.5247661,-0.1033064","bedrooms":"4","price":"285000","area":"421"} , +{"type":"Feature","id":"n1602849404","geometry":{"type":"Point","coordinates":[-0.1037629,51.5263508]},"properties":{"@type":"node","@id":1602849404,"@timestamp":1617480186},"coords":"51.5263508,-0.1037629","bedrooms":"4","price":"186000","area":"570"} , +{"type":"Feature","id":"n1602884953","geometry":{"type":"Point","coordinates":[-0.1016586,51.5217531]},"properties":{"@type":"node","@id":1602884953,"@timestamp":1327365959},"coords":"51.5217531,-0.1016586","bedrooms":"4","price":"161000","area":"684"} , +{"type":"Feature","id":"n1603392828","geometry":{"type":"Point","coordinates":[0.0672675,51.6196096]},"properties":{"@type":"node","@id":1603392828,"@timestamp":1606340256},"coords":"51.6196096,0.0672675","bedrooms":"0","price":"183000","area":"418"} , +{"type":"Feature","id":"n1603801723","geometry":{"type":"Point","coordinates":[-0.181197,51.2540214]},"properties":{"@type":"node","@id":1603801723,"@timestamp":1327424929},"coords":"51.2540214,-0.181197","bedrooms":"2","price":"283000","area":"480"} , +{"type":"Feature","id":"n1604025152","geometry":{"type":"Point","coordinates":[-0.5408011,51.069188]},"properties":{"@type":"node","@id":1604025152,"@timestamp":1327435655},"coords":"51.069188,-0.5408011","bedrooms":"1","price":"270000","area":"430"} , +{"type":"Feature","id":"n1604209781","geometry":{"type":"Point","coordinates":[-0.165396,51.3783432]},"properties":{"@type":"node","@id":1604209781,"@timestamp":1327442866},"coords":"51.3783432,-0.165396","bedrooms":"0","price":"237000","area":"546"} , +{"type":"Feature","id":"n1604264594","geometry":{"type":"Point","coordinates":[-0.1671813,51.2720233]},"properties":{"@type":"node","@id":1604264594,"@timestamp":1327446791},"coords":"51.2720233,-0.1671813","bedrooms":"1","price":"205000","area":"521"} , +{"type":"Feature","id":"n1604515502","geometry":{"type":"Point","coordinates":[0.0957119,51.6663918]},"properties":{"@type":"node","@id":1604515502,"@timestamp":1608218124},"coords":"51.6663918,0.0957119","bedrooms":"4","price":"180000","area":"623"} , +{"type":"Feature","id":"n1604515768","geometry":{"type":"Point","coordinates":[0.098363,51.6778584]},"properties":{"@type":"node","@id":1604515768,"@timestamp":1608107186},"coords":"51.6778584,0.098363","bedrooms":"2","price":"193000","area":"687"} , +{"type":"Feature","id":"n1604616040","geometry":{"type":"Point","coordinates":[-0.444093,51.367417]},"properties":{"@type":"node","@id":1604616040,"@timestamp":1329349363},"coords":"51.367417,-0.444093","bedrooms":"1","price":"265000","area":"485"} , +{"type":"Feature","id":"n1604714241","geometry":{"type":"Point","coordinates":[-0.620857,51.3214836]},"properties":{"@type":"node","@id":1604714241,"@timestamp":1536870173},"coords":"51.3214836,-0.620857","bedrooms":"3","price":"162000","area":"687"} , +{"type":"Feature","id":"n1604748152","geometry":{"type":"Point","coordinates":[-0.1301166,51.5177034]},"properties":{"@type":"node","@id":1604748152,"@timestamp":1379278602},"coords":"51.5177034,-0.1301166","bedrooms":"3","price":"207000","area":"409"} , +{"type":"Feature","id":"n1604777990","geometry":{"type":"Point","coordinates":[-0.6153609,51.319135]},"properties":{"@type":"node","@id":1604777990,"@timestamp":1476582028},"coords":"51.319135,-0.6153609","bedrooms":"4","price":"292000","area":"528"} , +{"type":"Feature","id":"n1605213207","geometry":{"type":"Point","coordinates":[0.2445597,51.7095124]},"properties":{"@type":"node","@id":1605213207,"@timestamp":1610113455},"coords":"51.7095124,0.2445597","bedrooms":"1","price":"269000","area":"499"} , +{"type":"Feature","id":"n1605218645","geometry":{"type":"Point","coordinates":[-0.5019943,51.1998503]},"properties":{"@type":"node","@id":1605218645,"@timestamp":1327511221},"coords":"51.1998503,-0.5019943","bedrooms":"4","price":"175000","area":"406"} , +{"type":"Feature","id":"n1605485421","geometry":{"type":"Point","coordinates":[-0.2058043,51.4889156]},"properties":{"@type":"node","@id":1605485421,"@timestamp":1327519631},"coords":"51.4889156,-0.2058043","bedrooms":"1","price":"280000","area":"642"} , +{"type":"Feature","id":"n1605590700","geometry":{"type":"Point","coordinates":[-0.2038072,51.4875476]},"properties":{"@type":"node","@id":1605590700,"@timestamp":1615504514},"coords":"51.4875476,-0.2038072","bedrooms":"1","price":"272000","area":"607"} , +{"type":"Feature","id":"n1605614828","geometry":{"type":"Point","coordinates":[-0.5986739,51.5156026]},"properties":{"@type":"node","@id":1605614828,"@timestamp":1608742505},"coords":"51.5156026,-0.5986739","bedrooms":"1","price":"273000","area":"549"} , +{"type":"Feature","id":"n1605743799","geometry":{"type":"Point","coordinates":[-0.1600873,51.5004213]},"properties":{"@type":"node","@id":1605743799,"@timestamp":1602651173},"coords":"51.5004213,-0.1600873","bedrooms":"1","price":"269000","area":"622"} , +{"type":"Feature","id":"n1606214380","geometry":{"type":"Point","coordinates":[0.2515162,51.905165]},"properties":{"@type":"node","@id":1606214380,"@timestamp":1571082055},"coords":"51.905165,0.2515162","bedrooms":"3","price":"291000","area":"352"} , +{"type":"Feature","id":"n1606281839","geometry":{"type":"Point","coordinates":[-0.1523675,51.5632493]},"properties":{"@type":"node","@id":1606281839,"@timestamp":1621465502},"coords":"51.5632493,-0.1523675","bedrooms":"0","price":"158000","area":"458"} , +{"type":"Feature","id":"n1606334921","geometry":{"type":"Point","coordinates":[-0.1518836,51.2635864]},"properties":{"@type":"node","@id":1606334921,"@timestamp":1327577198},"coords":"51.2635864,-0.1518836","bedrooms":"1","price":"169000","area":"409"} , +{"type":"Feature","id":"n1606480552","geometry":{"type":"Point","coordinates":[0.1678378,51.4279554]},"properties":{"@type":"node","@id":1606480552,"@timestamp":1564911803},"coords":"51.4279554,0.1678378","bedrooms":"1","price":"284000","area":"428"} , +{"type":"Feature","id":"n1606506023","geometry":{"type":"Point","coordinates":[-0.8277705,51.522843]},"properties":{"@type":"node","@id":1606506023,"@timestamp":1327585605},"coords":"51.522843,-0.8277705","bedrooms":"0","price":"197000","area":"571"} , +{"type":"Feature","id":"n1606913034","geometry":{"type":"Point","coordinates":[-0.2223327,51.7781478]},"properties":{"@type":"node","@id":1606913034,"@timestamp":1496164803},"coords":"51.7781478,-0.2223327","bedrooms":"2","price":"278000","area":"359"} , +{"type":"Feature","id":"n1607078891","geometry":{"type":"Point","coordinates":[-0.1010846,51.5177679]},"properties":{"@type":"node","@id":1607078891,"@timestamp":1515619957},"coords":"51.5177679,-0.1010846","bedrooms":"1","price":"195000","area":"516"} , +{"type":"Feature","id":"n1607349303","geometry":{"type":"Point","coordinates":[-0.1167858,51.3563639]},"properties":{"@type":"node","@id":1607349303,"@timestamp":1585488645},"coords":"51.3563639,-0.1167858","bedrooms":"0","price":"163000","area":"684"} , +{"type":"Feature","id":"n1607476880","geometry":{"type":"Point","coordinates":[-0.6651012,51.3512933]},"properties":{"@type":"node","@id":1607476880,"@timestamp":1432484543},"coords":"51.3512933,-0.6651012","bedrooms":"3","price":"188000","area":"400"} , +{"type":"Feature","id":"n1607570104","geometry":{"type":"Point","coordinates":[0.5141902,51.8142214]},"properties":{"@type":"node","@id":1607570104,"@timestamp":1364152136},"coords":"51.8142214,0.5141902","bedrooms":"0","price":"235000","area":"593"} , +{"type":"Feature","id":"n1607808520","geometry":{"type":"Point","coordinates":[-0.005188,51.5410037]},"properties":{"@type":"node","@id":1607808520,"@timestamp":1588588927},"coords":"51.5410037,-0.005188","bedrooms":"2","price":"152000","area":"681"} , +{"type":"Feature","id":"n1607893446","geometry":{"type":"Point","coordinates":[0.0878864,51.5642166]},"properties":{"@type":"node","@id":1607893446,"@timestamp":1628187122},"coords":"51.5642166,0.0878864","bedrooms":"2","price":"189000","area":"561"} , +{"type":"Feature","id":"n1607984851","geometry":{"type":"Point","coordinates":[-0.0128507,51.5420296]},"properties":{"@type":"node","@id":1607984851,"@timestamp":1548950082},"coords":"51.5420296,-0.0128507","bedrooms":"3","price":"274000","area":"663"} , +{"type":"Feature","id":"n1608523495","geometry":{"type":"Point","coordinates":[-0.1536136,51.3764272]},"properties":{"@type":"node","@id":1608523495,"@timestamp":1327749481},"coords":"51.3764272,-0.1536136","bedrooms":"4","price":"272000","area":"672"} , +{"type":"Feature","id":"n1608543009","geometry":{"type":"Point","coordinates":[-0.1551478,51.3750049]},"properties":{"@type":"node","@id":1608543009,"@timestamp":1327750364},"coords":"51.3750049,-0.1551478","bedrooms":"4","price":"178000","area":"666"} , +{"type":"Feature","id":"n1608600964","geometry":{"type":"Point","coordinates":[-0.1520029,51.3724835]},"properties":{"@type":"node","@id":1608600964,"@timestamp":1327752415},"coords":"51.3724835,-0.1520029","bedrooms":"2","price":"160000","area":"543"} , +{"type":"Feature","id":"n1608622484","geometry":{"type":"Point","coordinates":[-0.1536873,51.3712611]},"properties":{"@type":"node","@id":1608622484,"@timestamp":1327753867},"coords":"51.3712611,-0.1536873","bedrooms":"0","price":"180000","area":"619"} , +{"type":"Feature","id":"n1608622631","geometry":{"type":"Point","coordinates":[-0.153867,51.3713834]},"properties":{"@type":"node","@id":1608622631,"@timestamp":1327753874},"coords":"51.3713834,-0.153867","bedrooms":"2","price":"225000","area":"471"} , +{"type":"Feature","id":"n1608644921","geometry":{"type":"Point","coordinates":[-0.1541688,51.3734581]},"properties":{"@type":"node","@id":1608644921,"@timestamp":1327756404},"coords":"51.3734581,-0.1541688","bedrooms":"1","price":"280000","area":"578"} , +{"type":"Feature","id":"n1608981945","geometry":{"type":"Point","coordinates":[-0.4702211,51.8932863]},"properties":{"@type":"node","@id":1608981945,"@timestamp":1603023219},"coords":"51.8932863,-0.4702211","bedrooms":"4","price":"208000","area":"599"} , +{"type":"Feature","id":"n1609258567","geometry":{"type":"Point","coordinates":[-0.5502016,51.5632783]},"properties":{"@type":"node","@id":1609258567,"@timestamp":1624880419},"coords":"51.5632783,-0.5502016","bedrooms":"3","price":"224000","area":"459"} , +{"type":"Feature","id":"n1609318597","geometry":{"type":"Point","coordinates":[-0.108182,51.5263822]},"properties":{"@type":"node","@id":1609318597,"@timestamp":1327786351},"coords":"51.5263822,-0.108182","bedrooms":"4","price":"222000","area":"614"} , +{"type":"Feature","id":"n1609445272","geometry":{"type":"Point","coordinates":[-0.2177357,51.4914821]},"properties":{"@type":"node","@id":1609445272,"@timestamp":1635063416},"coords":"51.4914821,-0.2177357","bedrooms":"1","price":"230000","area":"677"} , +{"type":"Feature","id":"n1609980646","geometry":{"type":"Point","coordinates":[-0.7687748,51.6113846]},"properties":{"@type":"node","@id":1609980646,"@timestamp":1476349616},"coords":"51.6113846,-0.7687748","bedrooms":"4","price":"152000","area":"424"} , +{"type":"Feature","id":"n1609985386","geometry":{"type":"Point","coordinates":[-0.7689378,51.6137954]},"properties":{"@type":"node","@id":1609985386,"@timestamp":1588717428},"coords":"51.6137954,-0.7689378","bedrooms":"0","price":"202000","area":"611"} , +{"type":"Feature","id":"n1610243347","geometry":{"type":"Point","coordinates":[-0.1984634,51.4937105]},"properties":{"@type":"node","@id":1610243347,"@timestamp":1336929505},"coords":"51.4937105,-0.1984634","bedrooms":"0","price":"251000","area":"375"} , +{"type":"Feature","id":"n1610736348","geometry":{"type":"Point","coordinates":[-0.1695743,51.3853738]},"properties":{"@type":"node","@id":1610736348,"@timestamp":1327855977},"coords":"51.3853738,-0.1695743","bedrooms":"4","price":"235000","area":"472"} , +{"type":"Feature","id":"n1610789065","geometry":{"type":"Point","coordinates":[-0.1689346,51.3852825]},"properties":{"@type":"node","@id":1610789065,"@timestamp":1327858102},"coords":"51.3852825,-0.1689346","bedrooms":"2","price":"161000","area":"633"} , +{"type":"Feature","id":"n1610799159","geometry":{"type":"Point","coordinates":[-0.1675385,51.3840848]},"properties":{"@type":"node","@id":1610799159,"@timestamp":1327858726},"coords":"51.3840848,-0.1675385","bedrooms":"4","price":"210000","area":"511"} , +{"type":"Feature","id":"n1610854204","geometry":{"type":"Point","coordinates":[-0.1702073,51.3858022]},"properties":{"@type":"node","@id":1610854204,"@timestamp":1504770614},"coords":"51.3858022,-0.1702073","bedrooms":"0","price":"169000","area":"509"} , +{"type":"Feature","id":"n1610858882","geometry":{"type":"Point","coordinates":[-0.1034618,51.5085171]},"properties":{"@type":"node","@id":1610858882,"@timestamp":1630358371},"coords":"51.5085171,-0.1034618","bedrooms":"0","price":"252000","area":"597"} , +{"type":"Feature","id":"n1610859456","geometry":{"type":"Point","coordinates":[-0.1035286,51.5075665]},"properties":{"@type":"node","@id":1610859456,"@timestamp":1630358371},"coords":"51.5075665,-0.1035286","bedrooms":"1","price":"236000","area":"368"} , +{"type":"Feature","id":"n1610859612","geometry":{"type":"Point","coordinates":[-0.1032183,51.50855]},"properties":{"@type":"node","@id":1610859612,"@timestamp":1630358371},"coords":"51.50855,-0.1032183","bedrooms":"3","price":"264000","area":"491"} , +{"type":"Feature","id":"n1610889415","geometry":{"type":"Point","coordinates":[0.1306274,51.8660647]},"properties":{"@type":"node","@id":1610889415,"@timestamp":1327862386},"coords":"51.8660647,0.1306274","bedrooms":"1","price":"183000","area":"484"} , +{"type":"Feature","id":"n1610889578","geometry":{"type":"Point","coordinates":[0.1307781,51.8710545]},"properties":{"@type":"node","@id":1610889578,"@timestamp":1595856458},"coords":"51.8710545,0.1307781","bedrooms":"4","price":"183000","area":"527"} , +{"type":"Feature","id":"n1610955832","geometry":{"type":"Point","coordinates":[-0.0130748,51.5443445]},"properties":{"@type":"node","@id":1610955832,"@timestamp":1588588927},"coords":"51.5443445,-0.0130748","bedrooms":"2","price":"162000","area":"354"} , +{"type":"Feature","id":"n1610962739","geometry":{"type":"Point","coordinates":[0.7778013,51.8323705]},"properties":{"@type":"node","@id":1610962739,"@timestamp":1327866423},"coords":"51.8323705,0.7778013","bedrooms":"0","price":"183000","area":"585"} , +{"type":"Feature","id":"n1611013475","geometry":{"type":"Point","coordinates":[-0.1685181,51.3826899]},"properties":{"@type":"node","@id":1611013475,"@timestamp":1327869281},"coords":"51.3826899,-0.1685181","bedrooms":"0","price":"162000","area":"447"} , +{"type":"Feature","id":"n1611013507","geometry":{"type":"Point","coordinates":[-0.1677295,51.3817861]},"properties":{"@type":"node","@id":1611013507,"@timestamp":1327869282},"coords":"51.3817861,-0.1677295","bedrooms":"1","price":"257000","area":"362"} , +{"type":"Feature","id":"n1611023076","geometry":{"type":"Point","coordinates":[-0.1662945,51.3834165]},"properties":{"@type":"node","@id":1611023076,"@timestamp":1327870146},"coords":"51.3834165,-0.1662945","bedrooms":"4","price":"164000","area":"623"} , +{"type":"Feature","id":"n1611023114","geometry":{"type":"Point","coordinates":[-0.1668444,51.3841347]},"properties":{"@type":"node","@id":1611023114,"@timestamp":1327870147},"coords":"51.3841347,-0.1668444","bedrooms":"1","price":"240000","area":"384"} , +{"type":"Feature","id":"n1611023150","geometry":{"type":"Point","coordinates":[-0.1676705,51.3851172]},"properties":{"@type":"node","@id":1611023150,"@timestamp":1327870149},"coords":"51.3851172,-0.1676705","bedrooms":"4","price":"170000","area":"391"} , +{"type":"Feature","id":"n1611023175","geometry":{"type":"Point","coordinates":[-0.1656776,51.3831269]},"properties":{"@type":"node","@id":1611023175,"@timestamp":1327870150},"coords":"51.3831269,-0.1656776","bedrooms":"3","price":"270000","area":"452"} , +{"type":"Feature","id":"n1611026419","geometry":{"type":"Point","coordinates":[-1.0390641,51.7587939]},"properties":{"@type":"node","@id":1611026419,"@timestamp":1327870270},"coords":"51.7587939,-1.0390641","bedrooms":"4","price":"299000","area":"594"} , +{"type":"Feature","id":"n1611026744","geometry":{"type":"Point","coordinates":[-1.0329375,51.7643761]},"properties":{"@type":"node","@id":1611026744,"@timestamp":1327870278},"coords":"51.7643761,-1.0329375","bedrooms":"2","price":"207000","area":"384"} , +{"type":"Feature","id":"n1611041277","geometry":{"type":"Point","coordinates":[-0.1537874,51.3748282]},"properties":{"@type":"node","@id":1611041277,"@timestamp":1327870772},"coords":"51.3748282,-0.1537874","bedrooms":"4","price":"269000","area":"460"} , +{"type":"Feature","id":"n1611041318","geometry":{"type":"Point","coordinates":[-0.1536345,51.3757608]},"properties":{"@type":"node","@id":1611041318,"@timestamp":1327870774},"coords":"51.3757608,-0.1536345","bedrooms":"2","price":"157000","area":"611"} , +{"type":"Feature","id":"n1611046647","geometry":{"type":"Point","coordinates":[-0.1516658,51.3739744]},"properties":{"@type":"node","@id":1611046647,"@timestamp":1327871080},"coords":"51.3739744,-0.1516658","bedrooms":"2","price":"184000","area":"674"} , +{"type":"Feature","id":"n1611050796","geometry":{"type":"Point","coordinates":[-0.1514405,51.3732494]},"properties":{"@type":"node","@id":1611050796,"@timestamp":1327871397},"coords":"51.3732494,-0.1514405","bedrooms":"4","price":"247000","area":"435"} , +{"type":"Feature","id":"n1611052080","geometry":{"type":"Point","coordinates":[-0.1519796,51.3731205]},"properties":{"@type":"node","@id":1611052080,"@timestamp":1327871585},"coords":"51.3731205,-0.1519796","bedrooms":"0","price":"151000","area":"400"} , +{"type":"Feature","id":"n1611057802","geometry":{"type":"Point","coordinates":[-0.1522424,51.3733598]},"properties":{"@type":"node","@id":1611057802,"@timestamp":1327871927},"coords":"51.3733598,-0.1522424","bedrooms":"4","price":"208000","area":"375"} , +{"type":"Feature","id":"n1611113956","geometry":{"type":"Point","coordinates":[0.0811458,51.562466]},"properties":{"@type":"node","@id":1611113956,"@timestamp":1628187122},"coords":"51.562466,0.0811458","bedrooms":"4","price":"173000","area":"455"} , +{"type":"Feature","id":"n1611125268","geometry":{"type":"Point","coordinates":[-0.1443565,51.515063]},"properties":{"@type":"node","@id":1611125268,"@timestamp":1628978287},"coords":"51.515063,-0.1443565","bedrooms":"4","price":"223000","area":"411"} , +{"type":"Feature","id":"n1611183089","geometry":{"type":"Point","coordinates":[-0.1559574,51.5188716]},"properties":{"@type":"node","@id":1611183089,"@timestamp":1613278532},"coords":"51.5188716,-0.1559574","bedrooms":"2","price":"295000","area":"511"} , +{"type":"Feature","id":"n1611672165","geometry":{"type":"Point","coordinates":[0.1481835,51.5696598]},"properties":{"@type":"node","@id":1611672165,"@timestamp":1432742754},"coords":"51.5696598,0.1481835","bedrooms":"2","price":"255000","area":"584"} , +{"type":"Feature","id":"n1611737630","geometry":{"type":"Point","coordinates":[0.7853878,51.8852585]},"properties":{"@type":"node","@id":1611737630,"@timestamp":1553082128},"coords":"51.8852585,0.7853878","bedrooms":"2","price":"253000","area":"497"} , +{"type":"Feature","id":"n1611738177","geometry":{"type":"Point","coordinates":[0.7848146,51.8933556]},"properties":{"@type":"node","@id":1611738177,"@timestamp":1327925941},"coords":"51.8933556,0.7848146","bedrooms":"3","price":"209000","area":"404"} , +{"type":"Feature","id":"n1611738305","geometry":{"type":"Point","coordinates":[0.7872415,51.8956228]},"properties":{"@type":"node","@id":1611738305,"@timestamp":1327925947},"coords":"51.8956228,0.7872415","bedrooms":"4","price":"229000","area":"617"} , +{"type":"Feature","id":"n1611815301","geometry":{"type":"Point","coordinates":[0.7343783,51.8812583]},"properties":{"@type":"node","@id":1611815301,"@timestamp":1327932453},"coords":"51.8812583,0.7343783","bedrooms":"0","price":"173000","area":"548"} , +{"type":"Feature","id":"n1611815356","geometry":{"type":"Point","coordinates":[0.7305447,51.8822423]},"properties":{"@type":"node","@id":1611815356,"@timestamp":1327932456},"coords":"51.8822423,0.7305447","bedrooms":"3","price":"254000","area":"386"} , +{"type":"Feature","id":"n1611815476","geometry":{"type":"Point","coordinates":[0.7462928,51.885231]},"properties":{"@type":"node","@id":1611815476,"@timestamp":1327932462},"coords":"51.885231,0.7462928","bedrooms":"4","price":"197000","area":"381"} , +{"type":"Feature","id":"n1611815652","geometry":{"type":"Point","coordinates":[0.741531,51.8893506]},"properties":{"@type":"node","@id":1611815652,"@timestamp":1440031913},"coords":"51.8893506,0.741531","bedrooms":"2","price":"268000","area":"367"} , +{"type":"Feature","id":"n1611815782","geometry":{"type":"Point","coordinates":[0.7416384,51.8940267]},"properties":{"@type":"node","@id":1611815782,"@timestamp":1327932474},"coords":"51.8940267,0.7416384","bedrooms":"0","price":"168000","area":"686"} , +{"type":"Feature","id":"n1611815923","geometry":{"type":"Point","coordinates":[0.7470785,51.8966996]},"properties":{"@type":"node","@id":1611815923,"@timestamp":1327932478},"coords":"51.8966996,0.7470785","bedrooms":"1","price":"153000","area":"671"} , +{"type":"Feature","id":"n1611816047","geometry":{"type":"Point","coordinates":[0.7301903,51.8998297]},"properties":{"@type":"node","@id":1611816047,"@timestamp":1327932482},"coords":"51.8998297,0.7301903","bedrooms":"3","price":"294000","area":"408"} , +{"type":"Feature","id":"n1611872013","geometry":{"type":"Point","coordinates":[-0.7679734,51.3080365]},"properties":{"@type":"node","@id":1611872013,"@timestamp":1327935607},"coords":"51.3080365,-0.7679734","bedrooms":"0","price":"250000","area":"460"} , +{"type":"Feature","id":"n1612029765","geometry":{"type":"Point","coordinates":[-0.1026364,51.5052987]},"properties":{"@type":"node","@id":1612029765,"@timestamp":1630358371},"coords":"51.5052987,-0.1026364","bedrooms":"1","price":"185000","area":"464"} , +{"type":"Feature","id":"n1612029850","geometry":{"type":"Point","coordinates":[-0.1031422,51.5061275]},"properties":{"@type":"node","@id":1612029850,"@timestamp":1630358371},"coords":"51.5061275,-0.1031422","bedrooms":"0","price":"158000","area":"422"} , +{"type":"Feature","id":"n1612029921","geometry":{"type":"Point","coordinates":[-0.1016113,51.5043748]},"properties":{"@type":"node","@id":1612029921,"@timestamp":1630358371},"coords":"51.5043748,-0.1016113","bedrooms":"4","price":"263000","area":"573"} , +{"type":"Feature","id":"n1612030020","geometry":{"type":"Point","coordinates":[-0.1013334,51.5020114]},"properties":{"@type":"node","@id":1612030020,"@timestamp":1630358371},"coords":"51.5020114,-0.1013334","bedrooms":"1","price":"170000","area":"687"} , +{"type":"Feature","id":"n1612030088","geometry":{"type":"Point","coordinates":[-0.1014813,51.50432]},"properties":{"@type":"node","@id":1612030088,"@timestamp":1630358371},"coords":"51.50432,-0.1014813","bedrooms":"0","price":"221000","area":"493"} , +{"type":"Feature","id":"n1612030137","geometry":{"type":"Point","coordinates":[-0.1023353,51.5047674]},"properties":{"@type":"node","@id":1612030137,"@timestamp":1630358371},"coords":"51.5047674,-0.1023353","bedrooms":"3","price":"208000","area":"574"} , +{"type":"Feature","id":"n1612030162","geometry":{"type":"Point","coordinates":[-0.1003819,51.5001345]},"properties":{"@type":"node","@id":1612030162,"@timestamp":1630358371},"coords":"51.5001345,-0.1003819","bedrooms":"2","price":"226000","area":"407"} , +{"type":"Feature","id":"n1612033679","geometry":{"type":"Point","coordinates":[0.6240917,51.8529875]},"properties":{"@type":"node","@id":1612033679,"@timestamp":1327946169},"coords":"51.8529875,0.6240917","bedrooms":"1","price":"263000","area":"576"} , +{"type":"Feature","id":"n1612033795","geometry":{"type":"Point","coordinates":[0.6305259,51.8587836]},"properties":{"@type":"node","@id":1612033795,"@timestamp":1327946176},"coords":"51.8587836,0.6305259","bedrooms":"4","price":"184000","area":"661"} , +{"type":"Feature","id":"n1612034156","geometry":{"type":"Point","coordinates":[0.6598347,51.8653584]},"properties":{"@type":"node","@id":1612034156,"@timestamp":1327946196},"coords":"51.8653584,0.6598347","bedrooms":"3","price":"279000","area":"610"} , +{"type":"Feature","id":"n1612034577","geometry":{"type":"Point","coordinates":[0.6590333,51.8674524]},"properties":{"@type":"node","@id":1612034577,"@timestamp":1327946210},"coords":"51.8674524,0.6590333","bedrooms":"2","price":"233000","area":"693"} , +{"type":"Feature","id":"n1612057991","geometry":{"type":"Point","coordinates":[0.6156728,51.8541914]},"properties":{"@type":"node","@id":1612057991,"@timestamp":1327947551},"coords":"51.8541914,0.6156728","bedrooms":"3","price":"235000","area":"615"} , +{"type":"Feature","id":"n1612075468","geometry":{"type":"Point","coordinates":[-0.1689701,51.3861417]},"properties":{"@type":"node","@id":1612075468,"@timestamp":1327948503},"coords":"51.3861417,-0.1689701","bedrooms":"0","price":"226000","area":"517"} , +{"type":"Feature","id":"n1612075489","geometry":{"type":"Point","coordinates":[-0.1655881,51.383584]},"properties":{"@type":"node","@id":1612075489,"@timestamp":1327948504},"coords":"51.383584,-0.1655881","bedrooms":"3","price":"185000","area":"575"} , +{"type":"Feature","id":"n1612075517","geometry":{"type":"Point","coordinates":[-0.1730954,51.3849364]},"properties":{"@type":"node","@id":1612075517,"@timestamp":1327948505},"coords":"51.3849364,-0.1730954","bedrooms":"0","price":"160000","area":"543"} , +{"type":"Feature","id":"n1612075538","geometry":{"type":"Point","coordinates":[-0.1719153,51.3854889]},"properties":{"@type":"node","@id":1612075538,"@timestamp":1327948506},"coords":"51.3854889,-0.1719153","bedrooms":"1","price":"245000","area":"634"} , +{"type":"Feature","id":"n1612104797","geometry":{"type":"Point","coordinates":[-0.1684997,51.380669]},"properties":{"@type":"node","@id":1612104797,"@timestamp":1327950142},"coords":"51.380669,-0.1684997","bedrooms":"2","price":"189000","area":"651"} , +{"type":"Feature","id":"n1612104850","geometry":{"type":"Point","coordinates":[-0.1658791,51.3812114]},"properties":{"@type":"node","@id":1612104850,"@timestamp":1327950145},"coords":"51.3812114,-0.1658791","bedrooms":"4","price":"270000","area":"487"} , +{"type":"Feature","id":"n1612109612","geometry":{"type":"Point","coordinates":[-0.1620839,51.3776774]},"properties":{"@type":"node","@id":1612109612,"@timestamp":1327950651},"coords":"51.3776774,-0.1620839","bedrooms":"0","price":"193000","area":"494"} , +{"type":"Feature","id":"n1612122913","geometry":{"type":"Point","coordinates":[-0.1609991,51.3757497]},"properties":{"@type":"node","@id":1612122913,"@timestamp":1542914216},"coords":"51.3757497,-0.1609991","bedrooms":"0","price":"260000","area":"680"} , +{"type":"Feature","id":"n1612163187","geometry":{"type":"Point","coordinates":[-0.1626789,51.3752954]},"properties":{"@type":"node","@id":1612163187,"@timestamp":1327954495},"coords":"51.3752954,-0.1626789","bedrooms":"3","price":"243000","area":"439"} , +{"type":"Feature","id":"n1612177130","geometry":{"type":"Point","coordinates":[-0.1625334,51.3762378]},"properties":{"@type":"node","@id":1612177130,"@timestamp":1327955514},"coords":"51.3762378,-0.1625334","bedrooms":"1","price":"183000","area":"539"} , +{"type":"Feature","id":"n1612193016","geometry":{"type":"Point","coordinates":[-0.1620613,51.3764646]},"properties":{"@type":"node","@id":1612193016,"@timestamp":1327956263},"coords":"51.3764646,-0.1620613","bedrooms":"4","price":"229000","area":"386"} , +{"type":"Feature","id":"n1612212885","geometry":{"type":"Point","coordinates":[-0.1637565,51.3765183]},"properties":{"@type":"node","@id":1612212885,"@timestamp":1327956964},"coords":"51.3765183,-0.1637565","bedrooms":"2","price":"214000","area":"519"} , +{"type":"Feature","id":"n1612247540","geometry":{"type":"Point","coordinates":[-0.1598306,51.3921981]},"properties":{"@type":"node","@id":1612247540,"@timestamp":1541333757},"coords":"51.3921981,-0.1598306","bedrooms":"4","price":"171000","area":"411"} , +{"type":"Feature","id":"n1612247850","geometry":{"type":"Point","coordinates":[-0.285093,51.347025]},"properties":{"@type":"node","@id":1612247850,"@timestamp":1385941572},"coords":"51.347025,-0.285093","bedrooms":"2","price":"256000","area":"616"} , +{"type":"Feature","id":"n1612279200","geometry":{"type":"Point","coordinates":[-0.1654908,51.3671776]},"properties":{"@type":"node","@id":1612279200,"@timestamp":1509460074},"coords":"51.3671776,-0.1654908","bedrooms":"1","price":"222000","area":"534"} , +{"type":"Feature","id":"n1612319347","geometry":{"type":"Point","coordinates":[-0.1567301,51.5203671]},"properties":{"@type":"node","@id":1612319347,"@timestamp":1625853119},"coords":"51.5203671,-0.1567301","bedrooms":"4","price":"166000","area":"450"} , +{"type":"Feature","id":"n1612322253","geometry":{"type":"Point","coordinates":[-0.1661399,51.3672681]},"properties":{"@type":"node","@id":1612322253,"@timestamp":1327961342},"coords":"51.3672681,-0.1661399","bedrooms":"1","price":"275000","area":"376"} , +{"type":"Feature","id":"n1612374746","geometry":{"type":"Point","coordinates":[-0.1627727,51.3741071]},"properties":{"@type":"node","@id":1612374746,"@timestamp":1542914222},"coords":"51.3741071,-0.1627727","bedrooms":"3","price":"205000","area":"521"} , +{"type":"Feature","id":"n1612461755","geometry":{"type":"Point","coordinates":[-0.1711046,51.4640102]},"properties":{"@type":"node","@id":1612461755,"@timestamp":1587562812},"coords":"51.4640102,-0.1711046","bedrooms":"2","price":"293000","area":"695"} , +{"type":"Feature","id":"n1612492581","geometry":{"type":"Point","coordinates":[-0.905448,51.4619276]},"properties":{"@type":"node","@id":1612492581,"@timestamp":1327968538},"coords":"51.4619276,-0.905448","bedrooms":"1","price":"235000","area":"474"} , +{"type":"Feature","id":"n1612592304","geometry":{"type":"Point","coordinates":[0.2070473,51.5824424]},"properties":{"@type":"node","@id":1612592304,"@timestamp":1567290729},"coords":"51.5824424,0.2070473","bedrooms":"0","price":"239000","area":"404"} , +{"type":"Feature","id":"n1612757400","geometry":{"type":"Point","coordinates":[-1.0834594,51.4387656]},"properties":{"@type":"node","@id":1612757400,"@timestamp":1327996520},"coords":"51.4387656,-1.0834594","bedrooms":"3","price":"228000","area":"368"} , +{"type":"Feature","id":"n1612769161","geometry":{"type":"Point","coordinates":[-0.0884974,51.5058524]},"properties":{"@type":"node","@id":1612769161,"@timestamp":1563883688},"coords":"51.5058524,-0.0884974","bedrooms":"3","price":"259000","area":"561"} , +{"type":"Feature","id":"n1612852763","geometry":{"type":"Point","coordinates":[-0.1705536,51.4638803]},"properties":{"@type":"node","@id":1612852763,"@timestamp":1587562812},"coords":"51.4638803,-0.1705536","bedrooms":"0","price":"166000","area":"490"} , +{"type":"Feature","id":"n1612927007","geometry":{"type":"Point","coordinates":[0.590126,51.8375312]},"properties":{"@type":"node","@id":1612927007,"@timestamp":1328008401},"coords":"51.8375312,0.590126","bedrooms":"1","price":"218000","area":"567"} , +{"type":"Feature","id":"n1612927043","geometry":{"type":"Point","coordinates":[0.5959917,51.8389935]},"properties":{"@type":"node","@id":1612927043,"@timestamp":1328008403},"coords":"51.8389935,0.5959917","bedrooms":"0","price":"164000","area":"531"} , +{"type":"Feature","id":"n1612927085","geometry":{"type":"Point","coordinates":[0.5806455,51.8410098]},"properties":{"@type":"node","@id":1612927085,"@timestamp":1328008407},"coords":"51.8410098,0.5806455","bedrooms":"0","price":"242000","area":"368"} , +{"type":"Feature","id":"n1612927172","geometry":{"type":"Point","coordinates":[0.592978,51.8428425]},"properties":{"@type":"node","@id":1612927172,"@timestamp":1328008412},"coords":"51.8428425,0.592978","bedrooms":"3","price":"182000","area":"684"} , +{"type":"Feature","id":"n1612927240","geometry":{"type":"Point","coordinates":[0.5881648,51.8483226]},"properties":{"@type":"node","@id":1612927240,"@timestamp":1328008415},"coords":"51.8483226,0.5881648","bedrooms":"0","price":"211000","area":"657"} , +{"type":"Feature","id":"n1612927341","geometry":{"type":"Point","coordinates":[0.5806718,51.8533343]},"properties":{"@type":"node","@id":1612927341,"@timestamp":1328008420},"coords":"51.8533343,0.5806718","bedrooms":"3","price":"285000","area":"532"} , +{"type":"Feature","id":"n1612988457","geometry":{"type":"Point","coordinates":[-0.1249747,51.5717605]},"properties":{"@type":"node","@id":1612988457,"@timestamp":1328012572},"coords":"51.5717605,-0.1249747","bedrooms":"0","price":"170000","area":"667"} , +{"type":"Feature","id":"n1613019128","geometry":{"type":"Point","coordinates":[-0.1165565,51.5356888]},"properties":{"@type":"node","@id":1613019128,"@timestamp":1328013640},"coords":"51.5356888,-0.1165565","bedrooms":"3","price":"241000","area":"662"} , +{"type":"Feature","id":"n1613126467","geometry":{"type":"Point","coordinates":[0.5400022,51.8668334]},"properties":{"@type":"node","@id":1613126467,"@timestamp":1603276408},"coords":"51.8668334,0.5400022","bedrooms":"3","price":"234000","area":"351"} , +{"type":"Feature","id":"n1613307974","geometry":{"type":"Point","coordinates":[-0.1632734,51.3737064]},"properties":{"@type":"node","@id":1613307974,"@timestamp":1542914221},"coords":"51.3737064,-0.1632734","bedrooms":"0","price":"231000","area":"563"} , +{"type":"Feature","id":"n1613330567","geometry":{"type":"Point","coordinates":[-0.1636771,51.3742631]},"properties":{"@type":"node","@id":1613330567,"@timestamp":1328035234},"coords":"51.3742631,-0.1636771","bedrooms":"0","price":"163000","area":"594"} , +{"type":"Feature","id":"n1613361959","geometry":{"type":"Point","coordinates":[-0.1674347,51.3754359]},"properties":{"@type":"node","@id":1613361959,"@timestamp":1328037010},"coords":"51.3754359,-0.1674347","bedrooms":"4","price":"201000","area":"693"} , +{"type":"Feature","id":"n1613387791","geometry":{"type":"Point","coordinates":[-0.1683655,51.3735573]},"properties":{"@type":"node","@id":1613387791,"@timestamp":1328038542},"coords":"51.3735573,-0.1683655","bedrooms":"2","price":"203000","area":"588"} , +{"type":"Feature","id":"n1613402826","geometry":{"type":"Point","coordinates":[-0.1650048,51.3729755]},"properties":{"@type":"node","@id":1613402826,"@timestamp":1328039530},"coords":"51.3729755,-0.1650048","bedrooms":"3","price":"286000","area":"359"} , +{"type":"Feature","id":"n1613746609","geometry":{"type":"Point","coordinates":[0.0107239,51.5469725]},"properties":{"@type":"node","@id":1613746609,"@timestamp":1432320351},"coords":"51.5469725,0.0107239","bedrooms":"0","price":"179000","area":"491"} , +{"type":"Feature","id":"n1613777639","geometry":{"type":"Point","coordinates":[-0.0034293,51.5425203]},"properties":{"@type":"node","@id":1613777639,"@timestamp":1566223346},"coords":"51.5425203,-0.0034293","bedrooms":"4","price":"165000","area":"683"} , +{"type":"Feature","id":"n1613800837","geometry":{"type":"Point","coordinates":[-0.0610579,51.5236809]},"properties":{"@type":"node","@id":1613800837,"@timestamp":1625267245},"coords":"51.5236809,-0.0610579","bedrooms":"2","price":"187000","area":"650"} , +{"type":"Feature","id":"n1614146356","geometry":{"type":"Point","coordinates":[-0.1591619,51.5220241]},"properties":{"@type":"node","@id":1614146356,"@timestamp":1556336169},"coords":"51.5220241,-0.1591619","bedrooms":"3","price":"217000","area":"655"} , +{"type":"Feature","id":"n1614274598","geometry":{"type":"Point","coordinates":[-0.8202687,51.8102447]},"properties":{"@type":"node","@id":1614274598,"@timestamp":1634405118},"coords":"51.8102447,-0.8202687","bedrooms":"3","price":"173000","area":"664"} , +{"type":"Feature","id":"n1614331791","geometry":{"type":"Point","coordinates":[-0.5456887,51.4314257]},"properties":{"@type":"node","@id":1614331791,"@timestamp":1328115092},"coords":"51.4314257,-0.5456887","bedrooms":"2","price":"294000","area":"493"} , +{"type":"Feature","id":"n1614361130","geometry":{"type":"Point","coordinates":[-0.5615764,51.4258908]},"properties":{"@type":"node","@id":1614361130,"@timestamp":1391692050},"coords":"51.4258908,-0.5615764","bedrooms":"0","price":"280000","area":"635"} , +{"type":"Feature","id":"n1614377294","geometry":{"type":"Point","coordinates":[-0.5632637,51.4260782]},"properties":{"@type":"node","@id":1614377294,"@timestamp":1391376964},"coords":"51.4260782,-0.5632637","bedrooms":"3","price":"279000","area":"661"} , +{"type":"Feature","id":"n1614391181","geometry":{"type":"Point","coordinates":[-0.5492864,51.4313859]},"properties":{"@type":"node","@id":1614391181,"@timestamp":1617809770},"coords":"51.4313859,-0.5492864","bedrooms":"1","price":"203000","area":"609"} , +{"type":"Feature","id":"n1614510387","geometry":{"type":"Point","coordinates":[-0.1669384,51.3742459]},"properties":{"@type":"node","@id":1614510387,"@timestamp":1542919788},"coords":"51.3742459,-0.1669384","bedrooms":"0","price":"165000","area":"402"} , +{"type":"Feature","id":"n1614510420","geometry":{"type":"Point","coordinates":[-0.1675633,51.3749357]},"properties":{"@type":"node","@id":1614510420,"@timestamp":1328121485},"coords":"51.3749357,-0.1675633","bedrooms":"3","price":"258000","area":"506"} , +{"type":"Feature","id":"n1614665431","geometry":{"type":"Point","coordinates":[-0.1668078,51.3725067]},"properties":{"@type":"node","@id":1614665431,"@timestamp":1328126235},"coords":"51.3725067,-0.1668078","bedrooms":"3","price":"244000","area":"378"} , +{"type":"Feature","id":"n1614719745","geometry":{"type":"Point","coordinates":[-0.1645292,51.3726297]},"properties":{"@type":"node","@id":1614719745,"@timestamp":1328128308},"coords":"51.3726297,-0.1645292","bedrooms":"1","price":"196000","area":"354"} , +{"type":"Feature","id":"n1614926283","geometry":{"type":"Point","coordinates":[-0.1188424,51.513656]},"properties":{"@type":"node","@id":1614926283,"@timestamp":1328134758},"coords":"51.513656,-0.1188424","bedrooms":"2","price":"269000","area":"620"} , +{"type":"Feature","id":"n1614975929","geometry":{"type":"Point","coordinates":[-0.1623234,51.3738792]},"properties":{"@type":"node","@id":1614975929,"@timestamp":1542914215},"coords":"51.3738792,-0.1623234","bedrooms":"4","price":"156000","area":"352"} , +{"type":"Feature","id":"n1615543907","geometry":{"type":"Point","coordinates":[-0.697813,51.347838]},"properties":{"@type":"node","@id":1615543907,"@timestamp":1328184376},"coords":"51.347838,-0.697813","bedrooms":"2","price":"192000","area":"351"} , +{"type":"Feature","id":"n1615855628","geometry":{"type":"Point","coordinates":[-0.162361,51.3734183]},"properties":{"@type":"node","@id":1615855628,"@timestamp":1542914220},"coords":"51.3734183,-0.162361","bedrooms":"3","price":"186000","area":"687"} , +{"type":"Feature","id":"n1615874529","geometry":{"type":"Point","coordinates":[-0.160737,51.3722839]},"properties":{"@type":"node","@id":1615874529,"@timestamp":1328208783},"coords":"51.3722839,-0.160737","bedrooms":"0","price":"233000","area":"643"} , +{"type":"Feature","id":"n1616049328","geometry":{"type":"Point","coordinates":[-0.2926953,51.5295244]},"properties":{"@type":"node","@id":1616049328,"@timestamp":1564911803},"coords":"51.5295244,-0.2926953","bedrooms":"4","price":"244000","area":"683"} , +{"type":"Feature","id":"n1616144300","geometry":{"type":"Point","coordinates":[-0.1588748,51.3756756]},"properties":{"@type":"node","@id":1616144300,"@timestamp":1328224044},"coords":"51.3756756,-0.1588748","bedrooms":"0","price":"152000","area":"355"} , +{"type":"Feature","id":"n1616168126","geometry":{"type":"Point","coordinates":[0.2862114,51.6817873]},"properties":{"@type":"node","@id":1616168126,"@timestamp":1328227068},"coords":"51.6817873,0.2862114","bedrooms":"2","price":"240000","area":"596"} , +{"type":"Feature","id":"n1616181125","geometry":{"type":"Point","coordinates":[-0.1938101,51.2407242]},"properties":{"@type":"node","@id":1616181125,"@timestamp":1633721906},"coords":"51.2407242,-0.1938101","bedrooms":"4","price":"291000","area":"355"} , +{"type":"Feature","id":"n1616181156","geometry":{"type":"Point","coordinates":[-0.177196,51.2412201]},"properties":{"@type":"node","@id":1616181156,"@timestamp":1328228966},"coords":"51.2412201,-0.177196","bedrooms":"4","price":"242000","area":"522"} , +{"type":"Feature","id":"n1616229443","geometry":{"type":"Point","coordinates":[-0.1225852,51.5678917]},"properties":{"@type":"node","@id":1616229443,"@timestamp":1477697122},"coords":"51.5678917,-0.1225852","bedrooms":"4","price":"286000","area":"402"} , +{"type":"Feature","id":"n1616689580","geometry":{"type":"Point","coordinates":[-0.6962591,51.3210574]},"properties":{"@type":"node","@id":1616689580,"@timestamp":1561925240},"coords":"51.3210574,-0.6962591","bedrooms":"4","price":"275000","area":"355"} , +{"type":"Feature","id":"n1616860971","geometry":{"type":"Point","coordinates":[0.2710939,51.4909355]},"properties":{"@type":"node","@id":1616860971,"@timestamp":1328289788},"coords":"51.4909355,0.2710939","bedrooms":"2","price":"275000","area":"475"} , +{"type":"Feature","id":"n1616901427","geometry":{"type":"Point","coordinates":[-0.1592817,51.3738454]},"properties":{"@type":"node","@id":1616901427,"@timestamp":1542914219},"coords":"51.3738454,-0.1592817","bedrooms":"4","price":"216000","area":"379"} , +{"type":"Feature","id":"n1616917688","geometry":{"type":"Point","coordinates":[-0.160222,51.3733321]},"properties":{"@type":"node","@id":1616917688,"@timestamp":1328294531},"coords":"51.3733321,-0.160222","bedrooms":"2","price":"298000","area":"463"} , +{"type":"Feature","id":"n1616941835","geometry":{"type":"Point","coordinates":[-0.1613851,51.3713002]},"properties":{"@type":"node","@id":1616941835,"@timestamp":1328296319},"coords":"51.3713002,-0.1613851","bedrooms":"0","price":"257000","area":"661"} , +{"type":"Feature","id":"n1616989278","geometry":{"type":"Point","coordinates":[-0.1625921,51.3701448]},"properties":{"@type":"node","@id":1616989278,"@timestamp":1328298809},"coords":"51.3701448,-0.1625921","bedrooms":"1","price":"204000","area":"572"} , +{"type":"Feature","id":"n1617006640","geometry":{"type":"Point","coordinates":[-0.166089,51.3705825]},"properties":{"@type":"node","@id":1617006640,"@timestamp":1542922476},"coords":"51.3705825,-0.166089","bedrooms":"0","price":"269000","area":"612"} , +{"type":"Feature","id":"n1617023480","geometry":{"type":"Point","coordinates":[-0.7196849,51.1245414]},"properties":{"@type":"node","@id":1617023480,"@timestamp":1328301120},"coords":"51.1245414,-0.7196849","bedrooms":"0","price":"283000","area":"657"} , +{"type":"Feature","id":"n1617029684","geometry":{"type":"Point","coordinates":[-0.1661705,51.3696937]},"properties":{"@type":"node","@id":1617029684,"@timestamp":1542922476},"coords":"51.3696937,-0.1661705","bedrooms":"0","price":"269000","area":"542"} , +{"type":"Feature","id":"n1617029825","geometry":{"type":"Point","coordinates":[-0.1665956,51.3705819]},"properties":{"@type":"node","@id":1617029825,"@timestamp":1542922475},"coords":"51.3705819,-0.1665956","bedrooms":"2","price":"159000","area":"464"} , +{"type":"Feature","id":"n1617289709","geometry":{"type":"Point","coordinates":[-0.7002669,51.8007825]},"properties":{"@type":"node","@id":1617289709,"@timestamp":1607727082},"coords":"51.8007825,-0.7002669","bedrooms":"2","price":"245000","area":"382"} , +{"type":"Feature","id":"n1617318427","geometry":{"type":"Point","coordinates":[-0.4442172,51.701147]},"properties":{"@type":"node","@id":1617318427,"@timestamp":1588889983},"coords":"51.701147,-0.4442172","bedrooms":"2","price":"229000","area":"374"} , +{"type":"Feature","id":"n1617329229","geometry":{"type":"Point","coordinates":[-0.4732209,51.7467027]},"properties":{"@type":"node","@id":1617329229,"@timestamp":1535576124},"coords":"51.7467027,-0.4732209","bedrooms":"1","price":"201000","area":"638"} , +{"type":"Feature","id":"n1617337212","geometry":{"type":"Point","coordinates":[-0.4407847,51.7518019]},"properties":{"@type":"node","@id":1617337212,"@timestamp":1580832616},"coords":"51.7518019,-0.4407847","bedrooms":"3","price":"266000","area":"479"} , +{"type":"Feature","id":"n1617347574","geometry":{"type":"Point","coordinates":[-0.2216767,51.7764574]},"properties":{"@type":"node","@id":1617347574,"@timestamp":1399905144},"coords":"51.7764574,-0.2216767","bedrooms":"2","price":"165000","area":"526"} , +{"type":"Feature","id":"n1617484378","geometry":{"type":"Point","coordinates":[-0.2079105,51.9083427]},"properties":{"@type":"node","@id":1617484378,"@timestamp":1437901998},"coords":"51.9083427,-0.2079105","bedrooms":"2","price":"248000","area":"689"} , +{"type":"Feature","id":"n1617653561","geometry":{"type":"Point","coordinates":[-0.1108839,51.5143972]},"properties":{"@type":"node","@id":1617653561,"@timestamp":1328358085},"coords":"51.5143972,-0.1108839","bedrooms":"4","price":"166000","area":"449"} , +{"type":"Feature","id":"n1617727372","geometry":{"type":"Point","coordinates":[-0.167111,51.3694076]},"properties":{"@type":"node","@id":1617727372,"@timestamp":1542922478},"coords":"51.3694076,-0.167111","bedrooms":"0","price":"151000","area":"388"} , +{"type":"Feature","id":"n1617777211","geometry":{"type":"Point","coordinates":[-0.1678597,51.370377]},"properties":{"@type":"node","@id":1617777211,"@timestamp":1542922478},"coords":"51.370377,-0.1678597","bedrooms":"1","price":"236000","area":"618"} , +{"type":"Feature","id":"n1617810524","geometry":{"type":"Point","coordinates":[-0.1666916,51.3656597]},"properties":{"@type":"node","@id":1617810524,"@timestamp":1328368647},"coords":"51.3656597,-0.1666916","bedrooms":"2","price":"210000","area":"530"} , +{"type":"Feature","id":"n1617990309","geometry":{"type":"Point","coordinates":[-0.1145041,51.5594926]},"properties":{"@type":"node","@id":1617990309,"@timestamp":1461864484},"coords":"51.5594926,-0.1145041","bedrooms":"0","price":"207000","area":"563"} , +{"type":"Feature","id":"n1617992205","geometry":{"type":"Point","coordinates":[-0.2113755,51.5001889]},"properties":{"@type":"node","@id":1617992205,"@timestamp":1586684892},"coords":"51.5001889,-0.2113755","bedrooms":"3","price":"170000","area":"367"} , +{"type":"Feature","id":"n1618230737","geometry":{"type":"Point","coordinates":[-0.2225955,51.4978556]},"properties":{"@type":"node","@id":1618230737,"@timestamp":1629868660},"coords":"51.4978556,-0.2225955","bedrooms":"0","price":"262000","area":"446"} , +{"type":"Feature","id":"n1618321143","geometry":{"type":"Point","coordinates":[-0.3218882,51.7463898]},"properties":{"@type":"node","@id":1618321143,"@timestamp":1627051479},"coords":"51.7463898,-0.3218882","bedrooms":"1","price":"161000","area":"489"} , +{"type":"Feature","id":"n1618593779","geometry":{"type":"Point","coordinates":[0.2053768,51.3064841]},"properties":{"@type":"node","@id":1618593779,"@timestamp":1328428142},"coords":"51.3064841,0.2053768","bedrooms":"2","price":"276000","area":"656"} , +{"type":"Feature","id":"n1618693370","geometry":{"type":"Point","coordinates":[-0.1680611,51.3664611]},"properties":{"@type":"node","@id":1618693370,"@timestamp":1328433173},"coords":"51.3664611,-0.1680611","bedrooms":"4","price":"184000","area":"592"} , +{"type":"Feature","id":"n1618700402","geometry":{"type":"Point","coordinates":[-0.1674965,51.3660618]},"properties":{"@type":"node","@id":1618700402,"@timestamp":1328433917},"coords":"51.3660618,-0.1674965","bedrooms":"0","price":"225000","area":"554"} , +{"type":"Feature","id":"n1618710462","geometry":{"type":"Point","coordinates":[-0.1662575,51.3640748]},"properties":{"@type":"node","@id":1618710462,"@timestamp":1328435572},"coords":"51.3640748,-0.1662575","bedrooms":"2","price":"262000","area":"521"} , +{"type":"Feature","id":"n1618736322","geometry":{"type":"Point","coordinates":[-0.1639794,51.3648741]},"properties":{"@type":"node","@id":1618736322,"@timestamp":1328437922},"coords":"51.3648741,-0.1639794","bedrooms":"4","price":"183000","area":"467"} , +{"type":"Feature","id":"n1618762957","geometry":{"type":"Point","coordinates":[0.0746828,51.7602525]},"properties":{"@type":"node","@id":1618762957,"@timestamp":1631243273},"coords":"51.7602525,0.0746828","bedrooms":"1","price":"173000","area":"593"} , +{"type":"Feature","id":"n1618797573","geometry":{"type":"Point","coordinates":[-0.1621435,51.3652583]},"properties":{"@type":"node","@id":1618797573,"@timestamp":1328442022},"coords":"51.3652583,-0.1621435","bedrooms":"2","price":"240000","area":"375"} , +{"type":"Feature","id":"n1618825612","geometry":{"type":"Point","coordinates":[-0.1591427,51.366306]},"properties":{"@type":"node","@id":1618825612,"@timestamp":1328443338},"coords":"51.366306,-0.1591427","bedrooms":"2","price":"169000","area":"377"} , +{"type":"Feature","id":"n1618892045","geometry":{"type":"Point","coordinates":[-0.4318466,51.3681467]},"properties":{"@type":"node","@id":1618892045,"@timestamp":1328448332},"coords":"51.3681467,-0.4318466","bedrooms":"3","price":"204000","area":"450"} , +{"type":"Feature","id":"n1619169273","geometry":{"type":"Point","coordinates":[0.7188872,51.5236561]},"properties":{"@type":"node","@id":1619169273,"@timestamp":1564664690},"coords":"51.5236561,0.7188872","bedrooms":"2","price":"164000","area":"515"} , +{"type":"Feature","id":"n1619307844","geometry":{"type":"Point","coordinates":[-0.9451607,51.2536621]},"properties":{"@type":"node","@id":1619307844,"@timestamp":1593197424},"coords":"51.2536621,-0.9451607","bedrooms":"0","price":"177000","area":"479"} , +{"type":"Feature","id":"n1619316078","geometry":{"type":"Point","coordinates":[-0.1520102,51.5208548]},"properties":{"@type":"node","@id":1619316078,"@timestamp":1633539892},"coords":"51.5208548,-0.1520102","bedrooms":"0","price":"254000","area":"423"} , +{"type":"Feature","id":"n1619330221","geometry":{"type":"Point","coordinates":[-0.1581552,51.3660944]},"properties":{"@type":"node","@id":1619330221,"@timestamp":1328471076},"coords":"51.3660944,-0.1581552","bedrooms":"3","price":"157000","area":"574"} , +{"type":"Feature","id":"n1619353143","geometry":{"type":"Point","coordinates":[-0.1556312,51.3671552]},"properties":{"@type":"node","@id":1619353143,"@timestamp":1328472332},"coords":"51.3671552,-0.1556312","bedrooms":"0","price":"182000","area":"508"} , +{"type":"Feature","id":"n1619356086","geometry":{"type":"Point","coordinates":[-0.8295641,50.9328826]},"properties":{"@type":"node","@id":1619356086,"@timestamp":1609356380},"coords":"50.9328826,-0.8295641","bedrooms":"4","price":"251000","area":"439"} , +{"type":"Feature","id":"n1619489190","geometry":{"type":"Point","coordinates":[-0.1572953,51.3663043]},"properties":{"@type":"node","@id":1619489190,"@timestamp":1328479046},"coords":"51.3663043,-0.1572953","bedrooms":"4","price":"281000","area":"660"} , +{"type":"Feature","id":"n1619511211","geometry":{"type":"Point","coordinates":[-0.1570968,51.3654284]},"properties":{"@type":"node","@id":1619511211,"@timestamp":1328479777},"coords":"51.3654284,-0.1570968","bedrooms":"2","price":"240000","area":"656"} , +{"type":"Feature","id":"n1619520719","geometry":{"type":"Point","coordinates":[-0.9654916,51.456063]},"properties":{"@type":"node","@id":1619520719,"@timestamp":1561574731},"coords":"51.456063,-0.9654916","bedrooms":"0","price":"255000","area":"460"} , +{"type":"Feature","id":"n1619520855","geometry":{"type":"Point","coordinates":[-0.9655551,51.4572538]},"properties":{"@type":"node","@id":1619520855,"@timestamp":1328480819},"coords":"51.4572538,-0.9655551","bedrooms":"4","price":"205000","area":"357"} , +{"type":"Feature","id":"n1619521404","geometry":{"type":"Point","coordinates":[-0.1800997,51.5415499]},"properties":{"@type":"node","@id":1619521404,"@timestamp":1619058590},"coords":"51.5415499,-0.1800997","bedrooms":"2","price":"214000","area":"647"} , +{"type":"Feature","id":"n1619527496","geometry":{"type":"Point","coordinates":[-0.1517052,51.5183803]},"properties":{"@type":"node","@id":1619527496,"@timestamp":1551679782},"coords":"51.5183803,-0.1517052","bedrooms":"1","price":"276000","area":"557"} , +{"type":"Feature","id":"n1619545977","geometry":{"type":"Point","coordinates":[-0.197919,51.5401969]},"properties":{"@type":"node","@id":1619545977,"@timestamp":1328482898},"coords":"51.5401969,-0.197919","bedrooms":"1","price":"185000","area":"541"} , +{"type":"Feature","id":"n1619558675","geometry":{"type":"Point","coordinates":[-0.1630891,51.3685568]},"properties":{"@type":"node","@id":1619558675,"@timestamp":1328483994},"coords":"51.3685568,-0.1630891","bedrooms":"0","price":"156000","area":"407"} , +{"type":"Feature","id":"n1619563553","geometry":{"type":"Point","coordinates":[-0.1626381,51.3679909]},"properties":{"@type":"node","@id":1619563553,"@timestamp":1328484663},"coords":"51.3679909,-0.1626381","bedrooms":"0","price":"246000","area":"374"} , +{"type":"Feature","id":"n1620019727","geometry":{"type":"Point","coordinates":[0.6461213,51.6756975]},"properties":{"@type":"node","@id":1620019727,"@timestamp":1328521688},"coords":"51.6756975,0.6461213","bedrooms":"4","price":"244000","area":"482"} , +{"type":"Feature","id":"n1620019753","geometry":{"type":"Point","coordinates":[0.653478,51.6763832]},"properties":{"@type":"node","@id":1620019753,"@timestamp":1328521689},"coords":"51.6763832,0.653478","bedrooms":"4","price":"285000","area":"692"} , +{"type":"Feature","id":"n1620019783","geometry":{"type":"Point","coordinates":[0.6559533,51.6768665]},"properties":{"@type":"node","@id":1620019783,"@timestamp":1328521690},"coords":"51.6768665,0.6559533","bedrooms":"0","price":"235000","area":"457"} , +{"type":"Feature","id":"n1620076834","geometry":{"type":"Point","coordinates":[-0.194798,51.544445]},"properties":{"@type":"node","@id":1620076834,"@timestamp":1328525416},"coords":"51.544445,-0.194798","bedrooms":"3","price":"268000","area":"689"} , +{"type":"Feature","id":"n1620218636","geometry":{"type":"Point","coordinates":[0.1944973,51.2671968]},"properties":{"@type":"node","@id":1620218636,"@timestamp":1366030842},"coords":"51.2671968,0.1944973","bedrooms":"2","price":"255000","area":"352"} , +{"type":"Feature","id":"n1620274862","geometry":{"type":"Point","coordinates":[0.4625342,51.2900211]},"properties":{"@type":"node","@id":1620274862,"@timestamp":1328536986},"coords":"51.2900211,0.4625342","bedrooms":"3","price":"221000","area":"532"} , +{"type":"Feature","id":"n1620401526","geometry":{"type":"Point","coordinates":[0.046839,51.6259521]},"properties":{"@type":"node","@id":1620401526,"@timestamp":1561355768},"coords":"51.6259521,0.046839","bedrooms":"4","price":"184000","area":"367"} , +{"type":"Feature","id":"n1620562520","geometry":{"type":"Point","coordinates":[-0.1629843,51.3691119]},"properties":{"@type":"node","@id":1620562520,"@timestamp":1328553592},"coords":"51.3691119,-0.1629843","bedrooms":"3","price":"238000","area":"439"} , +{"type":"Feature","id":"n1620562625","geometry":{"type":"Point","coordinates":[-0.1622802,51.3690332]},"properties":{"@type":"node","@id":1620562625,"@timestamp":1328553594},"coords":"51.3690332,-0.1622802","bedrooms":"2","price":"264000","area":"541"} , +{"type":"Feature","id":"n1620573844","geometry":{"type":"Point","coordinates":[-0.1623151,51.3696092]},"properties":{"@type":"node","@id":1620573844,"@timestamp":1328554156},"coords":"51.3696092,-0.1623151","bedrooms":"1","price":"267000","area":"375"} , +{"type":"Feature","id":"n1620592692","geometry":{"type":"Point","coordinates":[-0.1609015,51.3699148]},"properties":{"@type":"node","@id":1620592692,"@timestamp":1328555004},"coords":"51.3699148,-0.1609015","bedrooms":"4","price":"257000","area":"673"} , +{"type":"Feature","id":"n1620620160","geometry":{"type":"Point","coordinates":[-0.1599374,51.3686811]},"properties":{"@type":"node","@id":1620620160,"@timestamp":1328556441},"coords":"51.3686811,-0.1599374","bedrooms":"0","price":"299000","area":"525"} , +{"type":"Feature","id":"n1620633374","geometry":{"type":"Point","coordinates":[-0.1601653,51.3695634]},"properties":{"@type":"node","@id":1620633374,"@timestamp":1328556955},"coords":"51.3695634,-0.1601653","bedrooms":"4","price":"164000","area":"520"} , +{"type":"Feature","id":"n1620664456","geometry":{"type":"Point","coordinates":[-0.1591153,51.3703487]},"properties":{"@type":"node","@id":1620664456,"@timestamp":1328558289},"coords":"51.3703487,-0.1591153","bedrooms":"2","price":"197000","area":"602"} , +{"type":"Feature","id":"n1620664590","geometry":{"type":"Point","coordinates":[-0.1578908,51.3694839]},"properties":{"@type":"node","@id":1620664590,"@timestamp":1328558294},"coords":"51.3694839,-0.1578908","bedrooms":"0","price":"247000","area":"665"} , +{"type":"Feature","id":"n1620697875","geometry":{"type":"Point","coordinates":[-0.1592011,51.369643]},"properties":{"@type":"node","@id":1620697875,"@timestamp":1328559636},"coords":"51.369643,-0.1592011","bedrooms":"1","price":"250000","area":"461"} , +{"type":"Feature","id":"n1620734810","geometry":{"type":"Point","coordinates":[-0.1574723,51.3686843]},"properties":{"@type":"node","@id":1620734810,"@timestamp":1328560957},"coords":"51.3686843,-0.1574723","bedrooms":"4","price":"227000","area":"435"} , +{"type":"Feature","id":"n1620735022","geometry":{"type":"Point","coordinates":[-0.1570298,51.3687337]},"properties":{"@type":"node","@id":1620735022,"@timestamp":1328560966},"coords":"51.3687337,-0.1570298","bedrooms":"4","price":"230000","area":"625"} , +{"type":"Feature","id":"n1620755380","geometry":{"type":"Point","coordinates":[-0.1592932,51.3699083]},"properties":{"@type":"node","@id":1620755380,"@timestamp":1328561742},"coords":"51.3699083,-0.1592932","bedrooms":"3","price":"191000","area":"660"} , +{"type":"Feature","id":"n1620890677","geometry":{"type":"Point","coordinates":[-0.1840325,51.510714]},"properties":{"@type":"node","@id":1620890677,"@timestamp":1600416659},"coords":"51.510714,-0.1840325","bedrooms":"3","price":"270000","area":"574"} , +{"type":"Feature","id":"n1620949525","geometry":{"type":"Point","coordinates":[-0.0199244,51.1317989]},"properties":{"@type":"node","@id":1620949525,"@timestamp":1594325789},"coords":"51.1317989,-0.0199244","bedrooms":"0","price":"196000","area":"402"} , +{"type":"Feature","id":"n1621269780","geometry":{"type":"Point","coordinates":[-0.4578703,51.3541346]},"properties":{"@type":"node","@id":1621269780,"@timestamp":1558465507},"coords":"51.3541346,-0.4578703","bedrooms":"2","price":"204000","area":"382"} , +{"type":"Feature","id":"n1621810567","geometry":{"type":"Point","coordinates":[-0.123438,51.5295045]},"properties":{"@type":"node","@id":1621810567,"@timestamp":1389827554},"coords":"51.5295045,-0.123438","bedrooms":"3","price":"241000","area":"664"} , +{"type":"Feature","id":"n1622018314","geometry":{"type":"Point","coordinates":[-0.156191,51.3686448]},"properties":{"@type":"node","@id":1622018314,"@timestamp":1328640218},"coords":"51.3686448,-0.156191","bedrooms":"2","price":"279000","area":"380"} , +{"type":"Feature","id":"n1622041228","geometry":{"type":"Point","coordinates":[-0.1561522,51.3684748]},"properties":{"@type":"node","@id":1622041228,"@timestamp":1569101742},"coords":"51.3684748,-0.1561522","bedrooms":"0","price":"181000","area":"632"} , +{"type":"Feature","id":"n1622086369","geometry":{"type":"Point","coordinates":[-0.1570455,51.3673385]},"properties":{"@type":"node","@id":1622086369,"@timestamp":1328642161},"coords":"51.3673385,-0.1570455","bedrooms":"2","price":"267000","area":"451"} , +{"type":"Feature","id":"n1622139540","geometry":{"type":"Point","coordinates":[0.07551,51.6176729]},"properties":{"@type":"node","@id":1622139540,"@timestamp":1561355768},"coords":"51.6176729,0.07551","bedrooms":"3","price":"267000","area":"549"} , +{"type":"Feature","id":"n1622191553","geometry":{"type":"Point","coordinates":[-0.774876,51.3823747]},"properties":{"@type":"node","@id":1622191553,"@timestamp":1442175321},"coords":"51.3823747,-0.774876","bedrooms":"2","price":"284000","area":"605"} , +{"type":"Feature","id":"n1622288948","geometry":{"type":"Point","coordinates":[-0.1570463,51.3701024]},"properties":{"@type":"node","@id":1622288948,"@timestamp":1328647067},"coords":"51.3701024,-0.1570463","bedrooms":"0","price":"296000","area":"597"} , +{"type":"Feature","id":"n1622291262","geometry":{"type":"Point","coordinates":[-0.1570007,51.3704632]},"properties":{"@type":"node","@id":1622291262,"@timestamp":1328647104},"coords":"51.3704632,-0.1570007","bedrooms":"1","price":"210000","area":"452"} , +{"type":"Feature","id":"n1622819182","geometry":{"type":"Point","coordinates":[-0.9687772,51.4562298]},"properties":{"@type":"node","@id":1622819182,"@timestamp":1625057583},"coords":"51.4562298,-0.9687772","bedrooms":"2","price":"236000","area":"514"} , +{"type":"Feature","id":"n1622819452","geometry":{"type":"Point","coordinates":[-0.9640175,51.455774]},"properties":{"@type":"node","@id":1622819452,"@timestamp":1328657260},"coords":"51.455774,-0.9640175","bedrooms":"4","price":"284000","area":"688"} , +{"type":"Feature","id":"n1623637762","geometry":{"type":"Point","coordinates":[0.4374752,51.5044191]},"properties":{"@type":"node","@id":1623637762,"@timestamp":1484425912},"coords":"51.5044191,0.4374752","bedrooms":"0","price":"273000","area":"639"} , +{"type":"Feature","id":"n1623760864","geometry":{"type":"Point","coordinates":[-0.0996957,51.5265188]},"properties":{"@type":"node","@id":1623760864,"@timestamp":1328707558},"coords":"51.5265188,-0.0996957","bedrooms":"2","price":"187000","area":"436"} , +{"type":"Feature","id":"n1623763020","geometry":{"type":"Point","coordinates":[0.338758,51.4889511]},"properties":{"@type":"node","@id":1623763020,"@timestamp":1328703442},"coords":"51.4889511,0.338758","bedrooms":"0","price":"259000","area":"449"} , +{"type":"Feature","id":"n1623967436","geometry":{"type":"Point","coordinates":[0.181303,51.3118542]},"properties":{"@type":"node","@id":1623967436,"@timestamp":1328714802},"coords":"51.3118542,0.181303","bedrooms":"0","price":"273000","area":"682"} , +{"type":"Feature","id":"n1624002682","geometry":{"type":"Point","coordinates":[-0.0521706,51.4963764]},"properties":{"@type":"node","@id":1624002682,"@timestamp":1631949314},"coords":"51.4963764,-0.0521706","bedrooms":"4","price":"298000","area":"649"} , +{"type":"Feature","id":"n1624230451","geometry":{"type":"Point","coordinates":[0.1939983,51.3179113]},"properties":{"@type":"node","@id":1624230451,"@timestamp":1328726479},"coords":"51.3179113,0.1939983","bedrooms":"0","price":"226000","area":"553"} , +{"type":"Feature","id":"n1624313641","geometry":{"type":"Point","coordinates":[-0.4684379,51.3402176]},"properties":{"@type":"node","@id":1624313641,"@timestamp":1517496485},"coords":"51.3402176,-0.4684379","bedrooms":"2","price":"205000","area":"548"} , +{"type":"Feature","id":"n1624368964","geometry":{"type":"Point","coordinates":[-0.1586661,51.3716229]},"properties":{"@type":"node","@id":1624368964,"@timestamp":1328732773},"coords":"51.3716229,-0.1586661","bedrooms":"2","price":"239000","area":"532"} , +{"type":"Feature","id":"n1624368985","geometry":{"type":"Point","coordinates":[-0.1555173,51.3722358]},"properties":{"@type":"node","@id":1624368985,"@timestamp":1328732774},"coords":"51.3722358,-0.1555173","bedrooms":"2","price":"207000","area":"378"} , +{"type":"Feature","id":"n1624369016","geometry":{"type":"Point","coordinates":[-0.1554355,51.3710336]},"properties":{"@type":"node","@id":1624369016,"@timestamp":1328732776},"coords":"51.3710336,-0.1554355","bedrooms":"0","price":"262000","area":"653"} , +{"type":"Feature","id":"n1624369053","geometry":{"type":"Point","coordinates":[-0.154372,51.3705471]},"properties":{"@type":"node","@id":1624369053,"@timestamp":1328732778},"coords":"51.3705471,-0.154372","bedrooms":"1","price":"176000","area":"477"} , +{"type":"Feature","id":"n1624369095","geometry":{"type":"Point","coordinates":[-0.1586795,51.3712286]},"properties":{"@type":"node","@id":1624369095,"@timestamp":1328732780},"coords":"51.3712286,-0.1586795","bedrooms":"4","price":"279000","area":"503"} , +{"type":"Feature","id":"n1624369128","geometry":{"type":"Point","coordinates":[-0.1553255,51.3699845]},"properties":{"@type":"node","@id":1624369128,"@timestamp":1328732781},"coords":"51.3699845,-0.1553255","bedrooms":"1","price":"290000","area":"440"} , +{"type":"Feature","id":"n1624369166","geometry":{"type":"Point","coordinates":[-0.154777,51.3701972]},"properties":{"@type":"node","@id":1624369166,"@timestamp":1328732783},"coords":"51.3701972,-0.154777","bedrooms":"3","price":"219000","area":"452"} , +{"type":"Feature","id":"n1624416851","geometry":{"type":"Point","coordinates":[-0.1538034,51.3695634]},"properties":{"@type":"node","@id":1624416851,"@timestamp":1328734583},"coords":"51.3695634,-0.1538034","bedrooms":"1","price":"252000","area":"453"} , +{"type":"Feature","id":"n1624451292","geometry":{"type":"Point","coordinates":[-0.1537672,51.3704593]},"properties":{"@type":"node","@id":1624451292,"@timestamp":1328735611},"coords":"51.3704593,-0.1537672","bedrooms":"4","price":"272000","area":"661"} , +{"type":"Feature","id":"n1624937813","geometry":{"type":"Point","coordinates":[-0.8276863,51.4000768]},"properties":{"@type":"node","@id":1624937813,"@timestamp":1475269211},"coords":"51.4000768,-0.8276863","bedrooms":"0","price":"156000","area":"445"} , +{"type":"Feature","id":"n1625145917","geometry":{"type":"Point","coordinates":[-0.1752724,51.7283367]},"properties":{"@type":"node","@id":1625145917,"@timestamp":1589310850},"coords":"51.7283367,-0.1752724","bedrooms":"3","price":"181000","area":"449"} , +{"type":"Feature","id":"n1625200176","geometry":{"type":"Point","coordinates":[0.0353524,51.7955502]},"properties":{"@type":"node","@id":1625200176,"@timestamp":1405534773},"coords":"51.7955502,0.0353524","bedrooms":"1","price":"233000","area":"574"} , +{"type":"Feature","id":"n1625384229","geometry":{"type":"Point","coordinates":[-0.5598466,51.4568916]},"properties":{"@type":"node","@id":1625384229,"@timestamp":1609677790},"coords":"51.4568916,-0.5598466","bedrooms":"3","price":"222000","area":"543"} , +{"type":"Feature","id":"n1625485305","geometry":{"type":"Point","coordinates":[-0.4953296,51.7648156]},"properties":{"@type":"node","@id":1625485305,"@timestamp":1439722757},"coords":"51.7648156,-0.4953296","bedrooms":"0","price":"266000","area":"454"} , +{"type":"Feature","id":"n1625536431","geometry":{"type":"Point","coordinates":[0.7313064,51.5403542]},"properties":{"@type":"node","@id":1625536431,"@timestamp":1328808456},"coords":"51.5403542,0.7313064","bedrooms":"3","price":"231000","area":"350"} , +{"type":"Feature","id":"n1625617436","geometry":{"type":"Point","coordinates":[-0.1541342,51.3679941]},"properties":{"@type":"node","@id":1625617436,"@timestamp":1328811885},"coords":"51.3679941,-0.1541342","bedrooms":"4","price":"205000","area":"381"} , +{"type":"Feature","id":"n1625658311","geometry":{"type":"Point","coordinates":[-0.151468,51.3682059]},"properties":{"@type":"node","@id":1625658311,"@timestamp":1328813182},"coords":"51.3682059,-0.151468","bedrooms":"2","price":"196000","area":"690"} , +{"type":"Feature","id":"n1625755525","geometry":{"type":"Point","coordinates":[-0.1459065,51.3695454]},"properties":{"@type":"node","@id":1625755525,"@timestamp":1328816783},"coords":"51.3695454,-0.1459065","bedrooms":"0","price":"267000","area":"621"} , +{"type":"Feature","id":"n1625756041","geometry":{"type":"Point","coordinates":[-0.1460245,51.3698786]},"properties":{"@type":"node","@id":1625756041,"@timestamp":1328816795},"coords":"51.3698786,-0.1460245","bedrooms":"0","price":"200000","area":"356"} , +{"type":"Feature","id":"n1625756443","geometry":{"type":"Point","coordinates":[-0.1467313,51.3693922]},"properties":{"@type":"node","@id":1625756443,"@timestamp":1328816802},"coords":"51.3693922,-0.1467313","bedrooms":"0","price":"187000","area":"473"} , +{"type":"Feature","id":"n1625829129","geometry":{"type":"Point","coordinates":[-0.1516255,51.3677117]},"properties":{"@type":"node","@id":1625829129,"@timestamp":1328819803},"coords":"51.3677117,-0.1516255","bedrooms":"2","price":"268000","area":"658"} , +{"type":"Feature","id":"n1625880509","geometry":{"type":"Point","coordinates":[-0.1685352,51.3732863]},"properties":{"@type":"node","@id":1625880509,"@timestamp":1328821606},"coords":"51.3732863,-0.1685352","bedrooms":"2","price":"153000","area":"438"} , +{"type":"Feature","id":"n1626120798","geometry":{"type":"Point","coordinates":[-0.1698625,51.3761287]},"properties":{"@type":"node","@id":1626120798,"@timestamp":1328829894},"coords":"51.3761287,-0.1698625","bedrooms":"2","price":"248000","area":"505"} , +{"type":"Feature","id":"n1626585811","geometry":{"type":"Point","coordinates":[0.7277475,51.5528125]},"properties":{"@type":"node","@id":1626585811,"@timestamp":1452271976},"coords":"51.5528125,0.7277475","bedrooms":"4","price":"256000","area":"695"} , +{"type":"Feature","id":"n1626598019","geometry":{"type":"Point","coordinates":[-0.2054079,51.5329453]},"properties":{"@type":"node","@id":1626598019,"@timestamp":1564911803},"coords":"51.5329453,-0.2054079","bedrooms":"0","price":"166000","area":"539"} , +{"type":"Feature","id":"n1626664577","geometry":{"type":"Point","coordinates":[0.6956701,51.5361073]},"properties":{"@type":"node","@id":1626664577,"@timestamp":1577977704},"coords":"51.5361073,0.6956701","bedrooms":"1","price":"156000","area":"660"} , +{"type":"Feature","id":"n1626729378","geometry":{"type":"Point","coordinates":[-0.0707775,51.4494453]},"properties":{"@type":"node","@id":1626729378,"@timestamp":1329155129},"coords":"51.4494453,-0.0707775","bedrooms":"3","price":"271000","area":"489"} , +{"type":"Feature","id":"n1626855499","geometry":{"type":"Point","coordinates":[-0.5467267,51.4291899]},"properties":{"@type":"node","@id":1626855499,"@timestamp":1611240257},"coords":"51.4291899,-0.5467267","bedrooms":"3","price":"283000","area":"671"} , +{"type":"Feature","id":"n1626986583","geometry":{"type":"Point","coordinates":[-0.9524204,51.4664746]},"properties":{"@type":"node","@id":1626986583,"@timestamp":1328885532},"coords":"51.4664746,-0.9524204","bedrooms":"2","price":"174000","area":"426"} , +{"type":"Feature","id":"n1626986893","geometry":{"type":"Point","coordinates":[-0.0718362,51.4469651]},"properties":{"@type":"node","@id":1626986893,"@timestamp":1329155131},"coords":"51.4469651,-0.0718362","bedrooms":"0","price":"241000","area":"530"} , +{"type":"Feature","id":"n1627168713","geometry":{"type":"Point","coordinates":[-0.1694727,51.3766845]},"properties":{"@type":"node","@id":1627168713,"@timestamp":1328898066},"coords":"51.3766845,-0.1694727","bedrooms":"3","price":"229000","area":"490"} , +{"type":"Feature","id":"n1627174192","geometry":{"type":"Point","coordinates":[-0.1687809,51.3773525]},"properties":{"@type":"node","@id":1627174192,"@timestamp":1328898576},"coords":"51.3773525,-0.1687809","bedrooms":"1","price":"209000","area":"590"} , +{"type":"Feature","id":"n1627240040","geometry":{"type":"Point","coordinates":[-0.1669453,51.3780614]},"properties":{"@type":"node","@id":1627240040,"@timestamp":1328901794},"coords":"51.3780614,-0.1669453","bedrooms":"3","price":"284000","area":"367"} , +{"type":"Feature","id":"n1627270702","geometry":{"type":"Point","coordinates":[-0.165914,51.3776068]},"properties":{"@type":"node","@id":1627270702,"@timestamp":1328903312},"coords":"51.3776068,-0.165914","bedrooms":"1","price":"158000","area":"621"} , +{"type":"Feature","id":"n1627290031","geometry":{"type":"Point","coordinates":[-0.5080158,51.3416256]},"properties":{"@type":"node","@id":1627290031,"@timestamp":1328904279},"coords":"51.3416256,-0.5080158","bedrooms":"1","price":"236000","area":"426"} , +{"type":"Feature","id":"n1627597096","geometry":{"type":"Point","coordinates":[0.4173617,51.6244177]},"properties":{"@type":"node","@id":1627597096,"@timestamp":1543000113},"coords":"51.6244177,0.4173617","bedrooms":"0","price":"230000","area":"655"} , +{"type":"Feature","id":"n1627949605","geometry":{"type":"Point","coordinates":[-0.3993987,51.8742109]},"properties":{"@type":"node","@id":1627949605,"@timestamp":1632183628},"coords":"51.8742109,-0.3993987","bedrooms":"3","price":"158000","area":"512"} , +{"type":"Feature","id":"n1628039014","geometry":{"type":"Point","coordinates":[-0.1653215,51.3775204]},"properties":{"@type":"node","@id":1628039014,"@timestamp":1328953895},"coords":"51.3775204,-0.1653215","bedrooms":"1","price":"210000","area":"564"} , +{"type":"Feature","id":"n1628084832","geometry":{"type":"Point","coordinates":[-0.1668986,51.3763007]},"properties":{"@type":"node","@id":1628084832,"@timestamp":1328957004},"coords":"51.3763007,-0.1668986","bedrooms":"1","price":"156000","area":"501"} , +{"type":"Feature","id":"n1628105025","geometry":{"type":"Point","coordinates":[-0.1680049,51.3758161]},"properties":{"@type":"node","@id":1628105025,"@timestamp":1328958373},"coords":"51.3758161,-0.1680049","bedrooms":"2","price":"179000","area":"570"} , +{"type":"Feature","id":"n1628126035","geometry":{"type":"Point","coordinates":[-0.1674037,51.3770256]},"properties":{"@type":"node","@id":1628126035,"@timestamp":1328959621},"coords":"51.3770256,-0.1674037","bedrooms":"3","price":"298000","area":"570"} , +{"type":"Feature","id":"n1628136562","geometry":{"type":"Point","coordinates":[-0.1681818,51.37645]},"properties":{"@type":"node","@id":1628136562,"@timestamp":1328960603},"coords":"51.37645,-0.1681818","bedrooms":"2","price":"214000","area":"468"} , +{"type":"Feature","id":"n1628157948","geometry":{"type":"Point","coordinates":[-0.1669777,51.37864]},"properties":{"@type":"node","@id":1628157948,"@timestamp":1328961469},"coords":"51.37864,-0.1669777","bedrooms":"2","price":"186000","area":"437"} , +{"type":"Feature","id":"n1628232739","geometry":{"type":"Point","coordinates":[-0.1690494,51.3791044]},"properties":{"@type":"node","@id":1628232739,"@timestamp":1328965535},"coords":"51.3791044,-0.1690494","bedrooms":"3","price":"281000","area":"468"} , +{"type":"Feature","id":"n1628347359","geometry":{"type":"Point","coordinates":[-0.4946578,51.3098458]},"properties":{"@type":"node","@id":1628347359,"@timestamp":1396259115},"coords":"51.3098458,-0.4946578","bedrooms":"0","price":"151000","area":"407"} , +{"type":"Feature","id":"n1628629023","geometry":{"type":"Point","coordinates":[-0.5477794,51.432188]},"properties":{"@type":"node","@id":1628629023,"@timestamp":1475962136},"coords":"51.432188,-0.5477794","bedrooms":"2","price":"295000","area":"353"} , +{"type":"Feature","id":"n1628832903","geometry":{"type":"Point","coordinates":[-0.9020721,51.082279]},"properties":{"@type":"node","@id":1628832903,"@timestamp":1432709252},"coords":"51.082279,-0.9020721","bedrooms":"0","price":"242000","area":"523"} , +{"type":"Feature","id":"n1628859515","geometry":{"type":"Point","coordinates":[-0.7982277,51.4136136]},"properties":{"@type":"node","@id":1628859515,"@timestamp":1549396808},"coords":"51.4136136,-0.7982277","bedrooms":"2","price":"250000","area":"579"} , +{"type":"Feature","id":"n1628964469","geometry":{"type":"Point","coordinates":[-0.4580808,51.3688875]},"properties":{"@type":"node","@id":1628964469,"@timestamp":1628701380},"coords":"51.3688875,-0.4580808","bedrooms":"0","price":"272000","area":"393"} , +{"type":"Feature","id":"n1629050419","geometry":{"type":"Point","coordinates":[-0.2009242,51.6580928]},"properties":{"@type":"node","@id":1629050419,"@timestamp":1520966942},"coords":"51.6580928,-0.2009242","bedrooms":"2","price":"162000","area":"404"} , +{"type":"Feature","id":"n1629076243","geometry":{"type":"Point","coordinates":[-0.2015089,51.6577433]},"properties":{"@type":"node","@id":1629076243,"@timestamp":1329007105},"coords":"51.6577433,-0.2015089","bedrooms":"4","price":"286000","area":"633"} , +{"type":"Feature","id":"n1629377704","geometry":{"type":"Point","coordinates":[-0.5437184,51.2935753]},"properties":{"@type":"node","@id":1629377704,"@timestamp":1329038362},"coords":"51.2935753,-0.5437184","bedrooms":"1","price":"259000","area":"686"} , +{"type":"Feature","id":"n1629377722","geometry":{"type":"Point","coordinates":[-0.5435902,51.2938881]},"properties":{"@type":"node","@id":1629377722,"@timestamp":1329038363},"coords":"51.2938881,-0.5435902","bedrooms":"3","price":"162000","area":"436"} , +{"type":"Feature","id":"n1629377745","geometry":{"type":"Point","coordinates":[-0.5438026,51.2942173]},"properties":{"@type":"node","@id":1629377745,"@timestamp":1329038365},"coords":"51.2942173,-0.5438026","bedrooms":"3","price":"259000","area":"464"} , +{"type":"Feature","id":"n1629377777","geometry":{"type":"Point","coordinates":[-0.5437487,51.2948569]},"properties":{"@type":"node","@id":1629377777,"@timestamp":1329038366},"coords":"51.2948569,-0.5437487","bedrooms":"4","price":"221000","area":"415"} , +{"type":"Feature","id":"n1629377809","geometry":{"type":"Point","coordinates":[-0.543265,51.2957272]},"properties":{"@type":"node","@id":1629377809,"@timestamp":1329038367},"coords":"51.2957272,-0.543265","bedrooms":"1","price":"281000","area":"357"} , +{"type":"Feature","id":"n1629377836","geometry":{"type":"Point","coordinates":[-0.5433802,51.2960537]},"properties":{"@type":"node","@id":1629377836,"@timestamp":1329038369},"coords":"51.2960537,-0.5433802","bedrooms":"3","price":"239000","area":"456"} , +{"type":"Feature","id":"n1629377879","geometry":{"type":"Point","coordinates":[-0.5443147,51.2963711]},"properties":{"@type":"node","@id":1629377879,"@timestamp":1329038371},"coords":"51.2963711,-0.5443147","bedrooms":"3","price":"177000","area":"468"} , +{"type":"Feature","id":"n1629377896","geometry":{"type":"Point","coordinates":[-0.5424453,51.2964985]},"properties":{"@type":"node","@id":1629377896,"@timestamp":1329038372},"coords":"51.2964985,-0.5424453","bedrooms":"2","price":"259000","area":"465"} , +{"type":"Feature","id":"n1629377920","geometry":{"type":"Point","coordinates":[-0.5432409,51.2966032]},"properties":{"@type":"node","@id":1629377920,"@timestamp":1329038374},"coords":"51.2966032,-0.5432409","bedrooms":"1","price":"221000","area":"447"} , +{"type":"Feature","id":"n1629377940","geometry":{"type":"Point","coordinates":[-0.5423857,51.296772]},"properties":{"@type":"node","@id":1629377940,"@timestamp":1329038375},"coords":"51.296772,-0.5423857","bedrooms":"4","price":"179000","area":"410"} , +{"type":"Feature","id":"n1629377959","geometry":{"type":"Point","coordinates":[-0.5424985,51.2972648]},"properties":{"@type":"node","@id":1629377959,"@timestamp":1329038377},"coords":"51.2972648,-0.5424985","bedrooms":"4","price":"244000","area":"572"} , +{"type":"Feature","id":"n1629465835","geometry":{"type":"Point","coordinates":[-0.9772324,51.45437]},"properties":{"@type":"node","@id":1629465835,"@timestamp":1543770303},"coords":"51.45437,-0.9772324","bedrooms":"4","price":"268000","area":"667"} , +{"type":"Feature","id":"n1629539746","geometry":{"type":"Point","coordinates":[-0.4563257,51.3721633]},"properties":{"@type":"node","@id":1629539746,"@timestamp":1420046059},"coords":"51.3721633,-0.4563257","bedrooms":"0","price":"244000","area":"433"} , +{"type":"Feature","id":"n1629877703","geometry":{"type":"Point","coordinates":[-0.1681268,51.3790408]},"properties":{"@type":"node","@id":1629877703,"@timestamp":1329059186},"coords":"51.3790408,-0.1681268","bedrooms":"4","price":"243000","area":"666"} , +{"type":"Feature","id":"n1629905589","geometry":{"type":"Point","coordinates":[-0.1689583,51.3799465]},"properties":{"@type":"node","@id":1629905589,"@timestamp":1329060383},"coords":"51.3799465,-0.1689583","bedrooms":"1","price":"267000","area":"402"} , +{"type":"Feature","id":"n1629940278","geometry":{"type":"Point","coordinates":[-0.1686556,51.3776757]},"properties":{"@type":"node","@id":1629940278,"@timestamp":1329062123},"coords":"51.3776757,-0.1686556","bedrooms":"1","price":"175000","area":"513"} , +{"type":"Feature","id":"n1630001693","geometry":{"type":"Point","coordinates":[-0.4604613,51.3635479]},"properties":{"@type":"node","@id":1630001693,"@timestamp":1329064275},"coords":"51.3635479,-0.4604613","bedrooms":"3","price":"210000","area":"566"} , +{"type":"Feature","id":"n1630134300","geometry":{"type":"Point","coordinates":[-0.4745819,51.3649115]},"properties":{"@type":"node","@id":1630134300,"@timestamp":1329776557},"coords":"51.3649115,-0.4745819","bedrooms":"0","price":"189000","area":"432"} , +{"type":"Feature","id":"n1630264496","geometry":{"type":"Point","coordinates":[-0.5342797,51.2138534]},"properties":{"@type":"node","@id":1630264496,"@timestamp":1329073907},"coords":"51.2138534,-0.5342797","bedrooms":"1","price":"243000","area":"597"} , +{"type":"Feature","id":"n1630264576","geometry":{"type":"Point","coordinates":[-0.5311522,51.2151739]},"properties":{"@type":"node","@id":1630264576,"@timestamp":1334757310},"coords":"51.2151739,-0.5311522","bedrooms":"4","price":"229000","area":"644"} , +{"type":"Feature","id":"n1630287482","geometry":{"type":"Point","coordinates":[-0.1706071,51.3788272]},"properties":{"@type":"node","@id":1630287482,"@timestamp":1329074488},"coords":"51.3788272,-0.1706071","bedrooms":"0","price":"202000","area":"428"} , +{"type":"Feature","id":"n1630319216","geometry":{"type":"Point","coordinates":[-0.5302294,51.2149088]},"properties":{"@type":"node","@id":1630319216,"@timestamp":1329075843},"coords":"51.2149088,-0.5302294","bedrooms":"1","price":"279000","area":"539"} , +{"type":"Feature","id":"n1630329809","geometry":{"type":"Point","coordinates":[-0.5680273,51.4036416]},"properties":{"@type":"node","@id":1630329809,"@timestamp":1628707971},"coords":"51.4036416,-0.5680273","bedrooms":"0","price":"295000","area":"568"} , +{"type":"Feature","id":"n1630357511","geometry":{"type":"Point","coordinates":[-0.5337383,51.2125479]},"properties":{"@type":"node","@id":1630357511,"@timestamp":1329077241},"coords":"51.2125479,-0.5337383","bedrooms":"2","price":"233000","area":"373"} , +{"type":"Feature","id":"n1630357625","geometry":{"type":"Point","coordinates":[-0.5339421,51.2124521]},"properties":{"@type":"node","@id":1630357625,"@timestamp":1329077245},"coords":"51.2124521,-0.5339421","bedrooms":"4","price":"208000","area":"690"} , +{"type":"Feature","id":"n1630375838","geometry":{"type":"Point","coordinates":[-0.53366,51.2138503]},"properties":{"@type":"node","@id":1630375838,"@timestamp":1329077877},"coords":"51.2138503,-0.53366","bedrooms":"0","price":"234000","area":"370"} , +{"type":"Feature","id":"n1630397977","geometry":{"type":"Point","coordinates":[-0.5349206,51.214183]},"properties":{"@type":"node","@id":1630397977,"@timestamp":1329078873},"coords":"51.214183,-0.5349206","bedrooms":"1","price":"257000","area":"541"} , +{"type":"Feature","id":"n1630527568","geometry":{"type":"Point","coordinates":[0.6964983,51.5582648]},"properties":{"@type":"node","@id":1630527568,"@timestamp":1595077136},"coords":"51.5582648,0.6964983","bedrooms":"4","price":"198000","area":"374"} , +{"type":"Feature","id":"n1630563040","geometry":{"type":"Point","coordinates":[0.6674804,51.5741575]},"properties":{"@type":"node","@id":1630563040,"@timestamp":1343594552},"coords":"51.5741575,0.6674804","bedrooms":"2","price":"213000","area":"637"} , +{"type":"Feature","id":"n1630595224","geometry":{"type":"Point","coordinates":[-0.4455546,51.3686498]},"properties":{"@type":"node","@id":1630595224,"@timestamp":1329087683},"coords":"51.3686498,-0.4455546","bedrooms":"2","price":"250000","area":"480"} , +{"type":"Feature","id":"n1630977450","geometry":{"type":"Point","coordinates":[-0.1694412,51.3801141]},"properties":{"@type":"node","@id":1630977450,"@timestamp":1329118073},"coords":"51.3801141,-0.1694412","bedrooms":"1","price":"211000","area":"361"} , +{"type":"Feature","id":"n1631183377","geometry":{"type":"Point","coordinates":[-0.4351494,51.3626358]},"properties":{"@type":"node","@id":1631183377,"@timestamp":1634942880},"coords":"51.3626358,-0.4351494","bedrooms":"2","price":"160000","area":"585"} , +{"type":"Feature","id":"n1631399315","geometry":{"type":"Point","coordinates":[-0.1031211,51.4655427]},"properties":{"@type":"node","@id":1631399315,"@timestamp":1365342009},"coords":"51.4655427,-0.1031211","bedrooms":"4","price":"226000","area":"680"} , +{"type":"Feature","id":"n1631410296","geometry":{"type":"Point","coordinates":[-0.0639336,51.4517793]},"properties":{"@type":"node","@id":1631410296,"@timestamp":1329147191},"coords":"51.4517793,-0.0639336","bedrooms":"3","price":"249000","area":"538"} , +{"type":"Feature","id":"n1631430261","geometry":{"type":"Point","coordinates":[-0.1588106,51.5819421]},"properties":{"@type":"node","@id":1631430261,"@timestamp":1529940271},"coords":"51.5819421,-0.1588106","bedrooms":"3","price":"239000","area":"522"} , +{"type":"Feature","id":"n1631505566","geometry":{"type":"Point","coordinates":[-0.5302292,51.2146927]},"properties":{"@type":"node","@id":1631505566,"@timestamp":1532163148},"coords":"51.2146927,-0.5302292","bedrooms":"0","price":"278000","area":"547"} , +{"type":"Feature","id":"n1631529908","geometry":{"type":"Point","coordinates":[-0.0658039,51.4538353]},"properties":{"@type":"node","@id":1631529908,"@timestamp":1461334592},"coords":"51.4538353,-0.0658039","bedrooms":"0","price":"150000","area":"540"} , +{"type":"Feature","id":"n1631618652","geometry":{"type":"Point","coordinates":[-0.1694495,51.3804624]},"properties":{"@type":"node","@id":1631618652,"@timestamp":1329157596},"coords":"51.3804624,-0.1694495","bedrooms":"4","price":"233000","area":"420"} , +{"type":"Feature","id":"n1631639599","geometry":{"type":"Point","coordinates":[-0.168213,51.3814935]},"properties":{"@type":"node","@id":1631639599,"@timestamp":1329158456},"coords":"51.3814935,-0.168213","bedrooms":"1","price":"166000","area":"368"} , +{"type":"Feature","id":"n1631652352","geometry":{"type":"Point","coordinates":[-0.067093,51.4520747]},"properties":{"@type":"node","@id":1631652352,"@timestamp":1329159291},"coords":"51.4520747,-0.067093","bedrooms":"1","price":"182000","area":"630"} , +{"type":"Feature","id":"n1631661039","geometry":{"type":"Point","coordinates":[-0.904022,51.5361361]},"properties":{"@type":"node","@id":1631661039,"@timestamp":1543770304},"coords":"51.5361361,-0.904022","bedrooms":"0","price":"242000","area":"442"} , +{"type":"Feature","id":"n1631662462","geometry":{"type":"Point","coordinates":[-0.5389249,51.2132119]},"properties":{"@type":"node","@id":1631662462,"@timestamp":1329159569},"coords":"51.2132119,-0.5389249","bedrooms":"0","price":"171000","area":"461"} , +{"type":"Feature","id":"n1631879978","geometry":{"type":"Point","coordinates":[-0.7829827,51.6682186]},"properties":{"@type":"node","@id":1631879978,"@timestamp":1609967331},"coords":"51.6682186,-0.7829827","bedrooms":"0","price":"272000","area":"363"} , +{"type":"Feature","id":"n1631907308","geometry":{"type":"Point","coordinates":[-0.4524904,51.3718211]},"properties":{"@type":"node","@id":1631907308,"@timestamp":1329170477},"coords":"51.3718211,-0.4524904","bedrooms":"2","price":"212000","area":"405"} , +{"type":"Feature","id":"n1631938393","geometry":{"type":"Point","coordinates":[-0.1707573,51.3810879]},"properties":{"@type":"node","@id":1631938393,"@timestamp":1329171811},"coords":"51.3810879,-0.1707573","bedrooms":"2","price":"234000","area":"579"} , +{"type":"Feature","id":"n1631945527","geometry":{"type":"Point","coordinates":[-0.6045821,51.5220412]},"properties":{"@type":"node","@id":1631945527,"@timestamp":1608899891},"coords":"51.5220412,-0.6045821","bedrooms":"1","price":"241000","area":"522"} , +{"type":"Feature","id":"n1631978146","geometry":{"type":"Point","coordinates":[-0.1724324,51.3822162]},"properties":{"@type":"node","@id":1631978146,"@timestamp":1329173708},"coords":"51.3822162,-0.1724324","bedrooms":"4","price":"238000","area":"379"} , +{"type":"Feature","id":"n1631989280","geometry":{"type":"Point","coordinates":[-0.1717934,51.3834954]},"properties":{"@type":"node","@id":1631989280,"@timestamp":1329174729},"coords":"51.3834954,-0.1717934","bedrooms":"3","price":"248000","area":"598"} , +{"type":"Feature","id":"n1631994418","geometry":{"type":"Point","coordinates":[-0.9042513,51.5366298]},"properties":{"@type":"node","@id":1631994418,"@timestamp":1543770305},"coords":"51.5366298,-0.9042513","bedrooms":"4","price":"173000","area":"398"} , +{"type":"Feature","id":"n1632286741","geometry":{"type":"Point","coordinates":[-0.1712257,51.3838133]},"properties":{"@type":"node","@id":1632286741,"@timestamp":1329204858},"coords":"51.3838133,-0.1712257","bedrooms":"4","price":"220000","area":"486"} , +{"type":"Feature","id":"n1632537448","geometry":{"type":"Point","coordinates":[0.5456372,51.2849269]},"properties":{"@type":"node","@id":1632537448,"@timestamp":1634908737},"coords":"51.2849269,0.5456372","bedrooms":"4","price":"194000","area":"518"} , +{"type":"Feature","id":"n1632733806","geometry":{"type":"Point","coordinates":[-0.5253261,51.4397351]},"properties":{"@type":"node","@id":1632733806,"@timestamp":1340877196},"coords":"51.4397351,-0.5253261","bedrooms":"0","price":"229000","area":"429"} , +{"type":"Feature","id":"n1632829693","geometry":{"type":"Point","coordinates":[-0.5626783,51.3305468]},"properties":{"@type":"node","@id":1632829693,"@timestamp":1524077239},"coords":"51.3305468,-0.5626783","bedrooms":"4","price":"296000","area":"505"} , +{"type":"Feature","id":"n1632857569","geometry":{"type":"Point","coordinates":[-0.5141357,51.2816328]},"properties":{"@type":"node","@id":1632857569,"@timestamp":1539746062},"coords":"51.2816328,-0.5141357","bedrooms":"1","price":"195000","area":"534"} , +{"type":"Feature","id":"n1632920527","geometry":{"type":"Point","coordinates":[-0.5672309,51.3171855]},"properties":{"@type":"node","@id":1632920527,"@timestamp":1457206273},"coords":"51.3171855,-0.5672309","bedrooms":"2","price":"162000","area":"588"} , +{"type":"Feature","id":"n1633007287","geometry":{"type":"Point","coordinates":[-0.1708709,51.3842339]},"properties":{"@type":"node","@id":1633007287,"@timestamp":1329242728},"coords":"51.3842339,-0.1708709","bedrooms":"4","price":"227000","area":"523"} , +{"type":"Feature","id":"n1633027266","geometry":{"type":"Point","coordinates":[-0.1727659,51.382949]},"properties":{"@type":"node","@id":1633027266,"@timestamp":1329243792},"coords":"51.382949,-0.1727659","bedrooms":"3","price":"206000","area":"391"} , +{"type":"Feature","id":"n1633050824","geometry":{"type":"Point","coordinates":[-0.1740028,51.3839141]},"properties":{"@type":"node","@id":1633050824,"@timestamp":1329245316},"coords":"51.3839141,-0.1740028","bedrooms":"4","price":"213000","area":"357"} , +{"type":"Feature","id":"n1633051189","geometry":{"type":"Point","coordinates":[-0.1736192,51.3842137]},"properties":{"@type":"node","@id":1633051189,"@timestamp":1329245329},"coords":"51.3842137,-0.1736192","bedrooms":"2","price":"200000","area":"428"} , +{"type":"Feature","id":"n1633070543","geometry":{"type":"Point","coordinates":[-0.1764575,51.3843607]},"properties":{"@type":"node","@id":1633070543,"@timestamp":1329246696},"coords":"51.3843607,-0.1764575","bedrooms":"1","price":"246000","area":"627"} , +{"type":"Feature","id":"n1633070925","geometry":{"type":"Point","coordinates":[-0.1750106,51.3836693]},"properties":{"@type":"node","@id":1633070925,"@timestamp":1329246706},"coords":"51.3836693,-0.1750106","bedrooms":"4","price":"290000","area":"436"} , +{"type":"Feature","id":"n1633098158","geometry":{"type":"Point","coordinates":[-0.1737832,51.3828771]},"properties":{"@type":"node","@id":1633098158,"@timestamp":1329247792},"coords":"51.3828771,-0.1737832","bedrooms":"2","price":"295000","area":"522"} , +{"type":"Feature","id":"n1633101677","geometry":{"type":"Point","coordinates":[-0.1731945,51.3826486]},"properties":{"@type":"node","@id":1633101677,"@timestamp":1329248318},"coords":"51.3826486,-0.1731945","bedrooms":"4","price":"291000","area":"669"} , +{"type":"Feature","id":"n1633109790","geometry":{"type":"Point","coordinates":[-0.7035558,51.1834476]},"properties":{"@type":"node","@id":1633109790,"@timestamp":1329249171},"coords":"51.1834476,-0.7035558","bedrooms":"3","price":"198000","area":"497"} , +{"type":"Feature","id":"n1633171779","geometry":{"type":"Point","coordinates":[-0.1716382,51.3800864]},"properties":{"@type":"node","@id":1633171779,"@timestamp":1329252379},"coords":"51.3800864,-0.1716382","bedrooms":"4","price":"262000","area":"657"} , +{"type":"Feature","id":"n1633172786","geometry":{"type":"Point","coordinates":[-0.1729552,51.3813821]},"properties":{"@type":"node","@id":1633172786,"@timestamp":1329252411},"coords":"51.3813821,-0.1729552","bedrooms":"3","price":"192000","area":"683"} , +{"type":"Feature","id":"n1633401087","geometry":{"type":"Point","coordinates":[-0.1721044,51.3784184]},"properties":{"@type":"node","@id":1633401087,"@timestamp":1329264202},"coords":"51.3784184,-0.1721044","bedrooms":"4","price":"212000","area":"578"} , +{"type":"Feature","id":"n1633644185","geometry":{"type":"Point","coordinates":[-0.1723257,51.3794545]},"properties":{"@type":"node","@id":1633644185,"@timestamp":1329291826},"coords":"51.3794545,-0.1723257","bedrooms":"4","price":"244000","area":"399"} , +{"type":"Feature","id":"n1633742630","geometry":{"type":"Point","coordinates":[-0.3774367,51.4767305]},"properties":{"@type":"node","@id":1633742630,"@timestamp":1329300076},"coords":"51.4767305,-0.3774367","bedrooms":"3","price":"192000","area":"696"} , +{"type":"Feature","id":"n1633780564","geometry":{"type":"Point","coordinates":[-0.3252463,51.4837385]},"properties":{"@type":"node","@id":1633780564,"@timestamp":1564911803},"coords":"51.4837385,-0.3252463","bedrooms":"1","price":"224000","area":"641"} , +{"type":"Feature","id":"n1633792341","geometry":{"type":"Point","coordinates":[-0.5598973,51.316791]},"properties":{"@type":"node","@id":1633792341,"@timestamp":1492111810},"coords":"51.316791,-0.5598973","bedrooms":"1","price":"193000","area":"365"} , +{"type":"Feature","id":"n1633831280","geometry":{"type":"Point","coordinates":[-0.5722378,51.3212461]},"properties":{"@type":"node","@id":1633831280,"@timestamp":1399127305},"coords":"51.3212461,-0.5722378","bedrooms":"2","price":"290000","area":"375"} , +{"type":"Feature","id":"n1633843049","geometry":{"type":"Point","coordinates":[-0.4585929,51.3702971]},"properties":{"@type":"node","@id":1633843049,"@timestamp":1330792468},"coords":"51.3702971,-0.4585929","bedrooms":"2","price":"198000","area":"411"} , +{"type":"Feature","id":"n1633889971","geometry":{"type":"Point","coordinates":[-0.5398805,51.3021325]},"properties":{"@type":"node","@id":1633889971,"@timestamp":1329308519},"coords":"51.3021325,-0.5398805","bedrooms":"3","price":"273000","area":"537"} , +{"type":"Feature","id":"n1634077490","geometry":{"type":"Point","coordinates":[-0.4551673,51.380011]},"properties":{"@type":"node","@id":1634077490,"@timestamp":1329314257},"coords":"51.380011,-0.4551673","bedrooms":"4","price":"224000","area":"456"} , +{"type":"Feature","id":"n1634144569","geometry":{"type":"Point","coordinates":[0.8930526,51.9198834]},"properties":{"@type":"node","@id":1634144569,"@timestamp":1570999349},"coords":"51.9198834,0.8930526","bedrooms":"0","price":"201000","area":"689"} , +{"type":"Feature","id":"n1634177604","geometry":{"type":"Point","coordinates":[-0.5611755,51.3244748]},"properties":{"@type":"node","@id":1634177604,"@timestamp":1482088686},"coords":"51.3244748,-0.5611755","bedrooms":"3","price":"239000","area":"468"} , +{"type":"Feature","id":"n1634250346","geometry":{"type":"Point","coordinates":[-0.7554569,51.4062366]},"properties":{"@type":"node","@id":1634250346,"@timestamp":1618329848},"coords":"51.4062366,-0.7554569","bedrooms":"0","price":"285000","area":"603"} , +{"type":"Feature","id":"n1634329130","geometry":{"type":"Point","coordinates":[-0.1734064,51.3788686]},"properties":{"@type":"node","@id":1634329130,"@timestamp":1329329360},"coords":"51.3788686,-0.1734064","bedrooms":"1","price":"251000","area":"634"} , +{"type":"Feature","id":"n1634342556","geometry":{"type":"Point","coordinates":[-0.19769,51.6520821]},"properties":{"@type":"node","@id":1634342556,"@timestamp":1603503261},"coords":"51.6520821,-0.19769","bedrooms":"1","price":"235000","area":"697"} , +{"type":"Feature","id":"n1634351092","geometry":{"type":"Point","coordinates":[-0.1745033,51.3773852]},"properties":{"@type":"node","@id":1634351092,"@timestamp":1329330615},"coords":"51.3773852,-0.1745033","bedrooms":"2","price":"229000","area":"589"} , +{"type":"Feature","id":"n1634351586","geometry":{"type":"Point","coordinates":[-0.1766182,51.3767331]},"properties":{"@type":"node","@id":1634351586,"@timestamp":1329330628},"coords":"51.3767331,-0.1766182","bedrooms":"0","price":"177000","area":"630"} , +{"type":"Feature","id":"n1634354027","geometry":{"type":"Point","coordinates":[-0.7339062,51.3980646]},"properties":{"@type":"node","@id":1634354027,"@timestamp":1618859909},"coords":"51.3980646,-0.7339062","bedrooms":"3","price":"259000","area":"650"} , +{"type":"Feature","id":"n1634359228","geometry":{"type":"Point","coordinates":[-0.1998182,51.6531662]},"properties":{"@type":"node","@id":1634359228,"@timestamp":1604592746},"coords":"51.6531662,-0.1998182","bedrooms":"4","price":"239000","area":"508"} , +{"type":"Feature","id":"n1634383941","geometry":{"type":"Point","coordinates":[-0.2010507,51.6534965]},"properties":{"@type":"node","@id":1634383941,"@timestamp":1329331829},"coords":"51.6534965,-0.2010507","bedrooms":"1","price":"267000","area":"568"} , +{"type":"Feature","id":"n1634398563","geometry":{"type":"Point","coordinates":[-0.2013833,51.654054]},"properties":{"@type":"node","@id":1634398563,"@timestamp":1329332520},"coords":"51.654054,-0.2013833","bedrooms":"1","price":"174000","area":"659"} , +{"type":"Feature","id":"n1634404183","geometry":{"type":"Point","coordinates":[-0.2014637,51.6545706]},"properties":{"@type":"node","@id":1634404183,"@timestamp":1597437315},"coords":"51.6545706,-0.2014637","bedrooms":"0","price":"188000","area":"474"} , +{"type":"Feature","id":"n1634415141","geometry":{"type":"Point","coordinates":[-0.1735886,51.3771072]},"properties":{"@type":"node","@id":1634415141,"@timestamp":1329333238},"coords":"51.3771072,-0.1735886","bedrooms":"0","price":"221000","area":"592"} , +{"type":"Feature","id":"n1634418124","geometry":{"type":"Point","coordinates":[-0.2017253,51.6556722]},"properties":{"@type":"node","@id":1634418124,"@timestamp":1329333325},"coords":"51.6556722,-0.2017253","bedrooms":"2","price":"168000","area":"648"} , +{"type":"Feature","id":"n1634424419","geometry":{"type":"Point","coordinates":[-0.1723414,51.3772035]},"properties":{"@type":"node","@id":1634424419,"@timestamp":1329333907},"coords":"51.3772035,-0.1723414","bedrooms":"1","price":"184000","area":"441"} , +{"type":"Feature","id":"n1634438756","geometry":{"type":"Point","coordinates":[-0.1730494,51.3776156]},"properties":{"@type":"node","@id":1634438756,"@timestamp":1329334824},"coords":"51.3776156,-0.1730494","bedrooms":"0","price":"193000","area":"415"} , +{"type":"Feature","id":"n1634443834","geometry":{"type":"Point","coordinates":[-0.5419484,51.2139347]},"properties":{"@type":"node","@id":1634443834,"@timestamp":1329335146},"coords":"51.2139347,-0.5419484","bedrooms":"2","price":"245000","area":"604"} , +{"type":"Feature","id":"n1634447738","geometry":{"type":"Point","coordinates":[-0.1727382,51.3785363]},"properties":{"@type":"node","@id":1634447738,"@timestamp":1329335373},"coords":"51.3785363,-0.1727382","bedrooms":"1","price":"247000","area":"361"} , +{"type":"Feature","id":"n1634525703","geometry":{"type":"Point","coordinates":[0.2118749,51.903337]},"properties":{"@type":"node","@id":1634525703,"@timestamp":1588891305},"coords":"51.903337,0.2118749","bedrooms":"3","price":"296000","area":"610"} , +{"type":"Feature","id":"n1634612823","geometry":{"type":"Point","coordinates":[-0.2028265,51.4853244]},"properties":{"@type":"node","@id":1634612823,"@timestamp":1564911803},"coords":"51.4853244,-0.2028265","bedrooms":"1","price":"188000","area":"499"} , +{"type":"Feature","id":"n1634668564","geometry":{"type":"Point","coordinates":[-0.4599735,51.3654519]},"properties":{"@type":"node","@id":1634668564,"@timestamp":1329347223},"coords":"51.3654519,-0.4599735","bedrooms":"1","price":"192000","area":"657"} , +{"type":"Feature","id":"n1634699831","geometry":{"type":"Point","coordinates":[-0.1987298,51.6669473]},"properties":{"@type":"node","@id":1634699831,"@timestamp":1634508247},"coords":"51.6669473,-0.1987298","bedrooms":"0","price":"181000","area":"433"} , +{"type":"Feature","id":"n1634917121","geometry":{"type":"Point","coordinates":[-0.7449863,51.4188216]},"properties":{"@type":"node","@id":1634917121,"@timestamp":1617834269},"coords":"51.4188216,-0.7449863","bedrooms":"3","price":"227000","area":"581"} , +{"type":"Feature","id":"n1635095624","geometry":{"type":"Point","coordinates":[0.5177458,51.9387704]},"properties":{"@type":"node","@id":1635095624,"@timestamp":1329390879},"coords":"51.9387704,0.5177458","bedrooms":"2","price":"223000","area":"546"} , +{"type":"Feature","id":"n1635137430","geometry":{"type":"Point","coordinates":[-0.4518716,51.3697559]},"properties":{"@type":"node","@id":1635137430,"@timestamp":1329394486},"coords":"51.3697559,-0.4518716","bedrooms":"2","price":"280000","area":"443"} , +{"type":"Feature","id":"n1635137474","geometry":{"type":"Point","coordinates":[-0.4506287,51.3703775]},"properties":{"@type":"node","@id":1635137474,"@timestamp":1329394487},"coords":"51.3703775,-0.4506287","bedrooms":"2","price":"289000","area":"559"} , +{"type":"Feature","id":"n1635299474","geometry":{"type":"Point","coordinates":[-0.460953,51.3731089]},"properties":{"@type":"node","@id":1635299474,"@timestamp":1443120950},"coords":"51.3731089,-0.460953","bedrooms":"4","price":"290000","area":"626"} , +{"type":"Feature","id":"n1635492676","geometry":{"type":"Point","coordinates":[-0.7546405,51.5553934]},"properties":{"@type":"node","@id":1635492676,"@timestamp":1329420255},"coords":"51.5553934,-0.7546405","bedrooms":"1","price":"275000","area":"685"} , +{"type":"Feature","id":"n1635591399","geometry":{"type":"Point","coordinates":[-0.7362806,51.5706358]},"properties":{"@type":"node","@id":1635591399,"@timestamp":1329420250},"coords":"51.5706358,-0.7362806","bedrooms":"4","price":"151000","area":"588"} , +{"type":"Feature","id":"n1635619856","geometry":{"type":"Point","coordinates":[-0.1704956,51.3760019]},"properties":{"@type":"node","@id":1635619856,"@timestamp":1329421683},"coords":"51.3760019,-0.1704956","bedrooms":"1","price":"253000","area":"671"} , +{"type":"Feature","id":"n1635645959","geometry":{"type":"Point","coordinates":[-0.1714357,51.3753271]},"properties":{"@type":"node","@id":1635645959,"@timestamp":1329423053},"coords":"51.3753271,-0.1714357","bedrooms":"1","price":"237000","area":"492"} , +{"type":"Feature","id":"n1635684099","geometry":{"type":"Point","coordinates":[-0.1735231,51.3750184]},"properties":{"@type":"node","@id":1635684099,"@timestamp":1329424808},"coords":"51.3750184,-0.1735231","bedrooms":"2","price":"184000","area":"672"} , +{"type":"Feature","id":"n1635684346","geometry":{"type":"Point","coordinates":[-0.1739387,51.3753742]},"properties":{"@type":"node","@id":1635684346,"@timestamp":1329424827},"coords":"51.3753742,-0.1739387","bedrooms":"1","price":"269000","area":"671"} , +{"type":"Feature","id":"n1635726520","geometry":{"type":"Point","coordinates":[-0.1752712,51.3749228]},"properties":{"@type":"node","@id":1635726520,"@timestamp":1329426821},"coords":"51.3749228,-0.1752712","bedrooms":"2","price":"163000","area":"496"} , +{"type":"Feature","id":"n1635727031","geometry":{"type":"Point","coordinates":[-0.1735452,51.3745703]},"properties":{"@type":"node","@id":1635727031,"@timestamp":1329426835},"coords":"51.3745703,-0.1735452","bedrooms":"1","price":"283000","area":"573"} , +{"type":"Feature","id":"n1635761214","geometry":{"type":"Point","coordinates":[-0.1714831,51.3743745]},"properties":{"@type":"node","@id":1635761214,"@timestamp":1329428342},"coords":"51.3743745,-0.1714831","bedrooms":"3","price":"220000","area":"458"} , +{"type":"Feature","id":"n1635864534","geometry":{"type":"Point","coordinates":[-0.1617183,51.5194503]},"properties":{"@type":"node","@id":1635864534,"@timestamp":1553666212},"coords":"51.5194503,-0.1617183","bedrooms":"3","price":"172000","area":"395"} , +{"type":"Feature","id":"n1636440621","geometry":{"type":"Point","coordinates":[0.5435209,51.3885153]},"properties":{"@type":"node","@id":1636440621,"@timestamp":1406028806},"coords":"51.3885153,0.5435209","bedrooms":"0","price":"225000","area":"539"} , +{"type":"Feature","id":"n1636584206","geometry":{"type":"Point","coordinates":[0.6906461,51.4409151]},"properties":{"@type":"node","@id":1636584206,"@timestamp":1329485616},"coords":"51.4409151,0.6906461","bedrooms":"4","price":"223000","area":"556"} , +{"type":"Feature","id":"n1636751015","geometry":{"type":"Point","coordinates":[-0.2028159,51.4244659]},"properties":{"@type":"node","@id":1636751015,"@timestamp":1564911803},"coords":"51.4244659,-0.2028159","bedrooms":"2","price":"221000","area":"468"} , +{"type":"Feature","id":"n1636826435","geometry":{"type":"Point","coordinates":[-0.7241692,51.4073791]},"properties":{"@type":"node","@id":1636826435,"@timestamp":1540827556},"coords":"51.4073791,-0.7241692","bedrooms":"0","price":"178000","area":"427"} , +{"type":"Feature","id":"n1636944323","geometry":{"type":"Point","coordinates":[-0.4467865,51.3686826]},"properties":{"@type":"node","@id":1636944323,"@timestamp":1329509418},"coords":"51.3686826,-0.4467865","bedrooms":"0","price":"177000","area":"414"} , +{"type":"Feature","id":"n1636944618","geometry":{"type":"Point","coordinates":[-0.4459081,51.3678991]},"properties":{"@type":"node","@id":1636944618,"@timestamp":1329509428},"coords":"51.3678991,-0.4459081","bedrooms":"3","price":"255000","area":"352"} , +{"type":"Feature","id":"n1636979502","geometry":{"type":"Point","coordinates":[-0.4752661,51.3651974]},"properties":{"@type":"node","@id":1636979502,"@timestamp":1329511348},"coords":"51.3651974,-0.4752661","bedrooms":"1","price":"157000","area":"562"} , +{"type":"Feature","id":"n1636986693","geometry":{"type":"Point","coordinates":[-0.1750318,51.3735421]},"properties":{"@type":"node","@id":1636986693,"@timestamp":1329511727},"coords":"51.3735421,-0.1750318","bedrooms":"4","price":"276000","area":"393"} , +{"type":"Feature","id":"n1637056018","geometry":{"type":"Point","coordinates":[-0.172764,51.372222]},"properties":{"@type":"node","@id":1637056018,"@timestamp":1329518354},"coords":"51.372222,-0.172764","bedrooms":"3","price":"180000","area":"462"} , +{"type":"Feature","id":"n1637056185","geometry":{"type":"Point","coordinates":[-0.1724381,51.3725694]},"properties":{"@type":"node","@id":1637056185,"@timestamp":1329515300},"coords":"51.3725694,-0.1724381","bedrooms":"3","price":"158000","area":"419"} , +{"type":"Feature","id":"n1637076760","geometry":{"type":"Point","coordinates":[-0.1695386,51.3740989]},"properties":{"@type":"node","@id":1637076760,"@timestamp":1329516124},"coords":"51.3740989,-0.1695386","bedrooms":"3","price":"154000","area":"412"} , +{"type":"Feature","id":"n1637101159","geometry":{"type":"Point","coordinates":[-0.1712709,51.3729387]},"properties":{"@type":"node","@id":1637101159,"@timestamp":1329517707},"coords":"51.3729387,-0.1712709","bedrooms":"3","price":"227000","area":"382"} , +{"type":"Feature","id":"n1637182749","geometry":{"type":"Point","coordinates":[-0.0967088,51.6420718]},"properties":{"@type":"node","@id":1637182749,"@timestamp":1621167525},"coords":"51.6420718,-0.0967088","bedrooms":"0","price":"205000","area":"540"} , +{"type":"Feature","id":"n1637182786","geometry":{"type":"Point","coordinates":[-0.0917652,51.6400266]},"properties":{"@type":"node","@id":1637182786,"@timestamp":1329521990},"coords":"51.6400266,-0.0917652","bedrooms":"0","price":"190000","area":"689"} , +{"type":"Feature","id":"n1637182816","geometry":{"type":"Point","coordinates":[-0.0947186,51.6418305]},"properties":{"@type":"node","@id":1637182816,"@timestamp":1329521991},"coords":"51.6418305,-0.0947186","bedrooms":"2","price":"231000","area":"577"} , +{"type":"Feature","id":"n1637182868","geometry":{"type":"Point","coordinates":[-0.0977214,51.6425137]},"properties":{"@type":"node","@id":1637182868,"@timestamp":1549315160},"coords":"51.6425137,-0.0977214","bedrooms":"2","price":"267000","area":"456"} , +{"type":"Feature","id":"n1637312124","geometry":{"type":"Point","coordinates":[0.0355425,51.7754698]},"properties":{"@type":"node","@id":1637312124,"@timestamp":1625323805},"coords":"51.7754698,0.0355425","bedrooms":"4","price":"235000","area":"407"} , +{"type":"Feature","id":"n1637312173","geometry":{"type":"Point","coordinates":[-0.0098343,51.7484835]},"properties":{"@type":"node","@id":1637312173,"@timestamp":1607849202},"coords":"51.7484835,-0.0098343","bedrooms":"2","price":"194000","area":"638"} , +{"type":"Feature","id":"n1637312217","geometry":{"type":"Point","coordinates":[0.0041943,51.761824]},"properties":{"@type":"node","@id":1637312217,"@timestamp":1607849974},"coords":"51.761824,0.0041943","bedrooms":"1","price":"297000","area":"636"} , +{"type":"Feature","id":"n1637312625","geometry":{"type":"Point","coordinates":[0.1175889,51.7875473]},"properties":{"@type":"node","@id":1637312625,"@timestamp":1329531961},"coords":"51.7875473,0.1175889","bedrooms":"0","price":"221000","area":"480"} , +{"type":"Feature","id":"n1637313103","geometry":{"type":"Point","coordinates":[0.1579565,51.8434345]},"properties":{"@type":"node","@id":1637313103,"@timestamp":1367963832},"coords":"51.8434345,0.1579565","bedrooms":"4","price":"220000","area":"446"} , +{"type":"Feature","id":"n1637478196","geometry":{"type":"Point","coordinates":[-0.1407785,51.5153611]},"properties":{"@type":"node","@id":1637478196,"@timestamp":1563883688},"coords":"51.5153611,-0.1407785","bedrooms":"4","price":"182000","area":"681"} , +{"type":"Feature","id":"n1637578323","geometry":{"type":"Point","coordinates":[-0.1116472,51.518177]},"properties":{"@type":"node","@id":1637578323,"@timestamp":1329566838},"coords":"51.518177,-0.1116472","bedrooms":"3","price":"265000","area":"640"} , +{"type":"Feature","id":"n1637625564","geometry":{"type":"Point","coordinates":[0.712282,51.4427821]},"properties":{"@type":"node","@id":1637625564,"@timestamp":1329569276},"coords":"51.4427821,0.712282","bedrooms":"3","price":"174000","area":"497"} , +{"type":"Feature","id":"n1637629778","geometry":{"type":"Point","coordinates":[-0.6970263,51.9153996]},"properties":{"@type":"node","@id":1637629778,"@timestamp":1329569654},"coords":"51.9153996,-0.6970263","bedrooms":"1","price":"162000","area":"489"} , +{"type":"Feature","id":"n1637734718","geometry":{"type":"Point","coordinates":[-0.1027458,51.4740382]},"properties":{"@type":"node","@id":1637734718,"@timestamp":1329575598},"coords":"51.4740382,-0.1027458","bedrooms":"1","price":"223000","area":"668"} , +{"type":"Feature","id":"n1637784008","geometry":{"type":"Point","coordinates":[-0.1697578,51.3732717]},"properties":{"@type":"node","@id":1637784008,"@timestamp":1329577894},"coords":"51.3732717,-0.1697578","bedrooms":"3","price":"289000","area":"601"} , +{"type":"Feature","id":"n1637797228","geometry":{"type":"Point","coordinates":[-0.1702526,51.3728556]},"properties":{"@type":"node","@id":1637797228,"@timestamp":1329578625},"coords":"51.3728556,-0.1702526","bedrooms":"1","price":"228000","area":"645"} , +{"type":"Feature","id":"n1637831207","geometry":{"type":"Point","coordinates":[-0.131196,51.5078178]},"properties":{"@type":"node","@id":1637831207,"@timestamp":1471035481},"coords":"51.5078178,-0.131196","bedrooms":"1","price":"254000","area":"694"} , +{"type":"Feature","id":"n1637927173","geometry":{"type":"Point","coordinates":[-0.1179738,51.5825273]},"properties":{"@type":"node","@id":1637927173,"@timestamp":1329585486},"coords":"51.5825273,-0.1179738","bedrooms":"4","price":"180000","area":"578"} , +{"type":"Feature","id":"n1637960759","geometry":{"type":"Point","coordinates":[-0.0599019,51.5817611]},"properties":{"@type":"node","@id":1637960759,"@timestamp":1588780275},"coords":"51.5817611,-0.0599019","bedrooms":"2","price":"249000","area":"510"} , +{"type":"Feature","id":"n1637961887","geometry":{"type":"Point","coordinates":[-0.0239747,51.7028705]},"properties":{"@type":"node","@id":1637961887,"@timestamp":1339448302},"coords":"51.7028705,-0.0239747","bedrooms":"2","price":"196000","area":"383"} , +{"type":"Feature","id":"n1637985219","geometry":{"type":"Point","coordinates":[-0.4235607,51.4675643]},"properties":{"@type":"node","@id":1637985219,"@timestamp":1594662703},"coords":"51.4675643,-0.4235607","bedrooms":"0","price":"215000","area":"407"} , +{"type":"Feature","id":"n1638039911","geometry":{"type":"Point","coordinates":[-0.1525058,51.5559193]},"properties":{"@type":"node","@id":1638039911,"@timestamp":1511924439},"coords":"51.5559193,-0.1525058","bedrooms":"3","price":"263000","area":"485"} , +{"type":"Feature","id":"n1638167696","geometry":{"type":"Point","coordinates":[-0.096251,51.6421639]},"properties":{"@type":"node","@id":1638167696,"@timestamp":1474492155},"coords":"51.6421639,-0.096251","bedrooms":"4","price":"262000","area":"537"} , +{"type":"Feature","id":"n1638167749","geometry":{"type":"Point","coordinates":[-0.0891788,51.6378674]},"properties":{"@type":"node","@id":1638167749,"@timestamp":1329597503},"coords":"51.6378674,-0.0891788","bedrooms":"0","price":"256000","area":"505"} , +{"type":"Feature","id":"n1638167792","geometry":{"type":"Point","coordinates":[-0.0912388,51.6392309]},"properties":{"@type":"node","@id":1638167792,"@timestamp":1329597503},"coords":"51.6392309,-0.0912388","bedrooms":"1","price":"238000","area":"420"} , +{"type":"Feature","id":"n1638167848","geometry":{"type":"Point","coordinates":[-0.0933201,51.6410642]},"properties":{"@type":"node","@id":1638167848,"@timestamp":1329597505},"coords":"51.6410642,-0.0933201","bedrooms":"0","price":"194000","area":"412"} , +{"type":"Feature","id":"n1638212637","geometry":{"type":"Point","coordinates":[-0.7433924,51.3156829]},"properties":{"@type":"node","@id":1638212637,"@timestamp":1540414369},"coords":"51.3156829,-0.7433924","bedrooms":"4","price":"291000","area":"645"} , +{"type":"Feature","id":"n1638242143","geometry":{"type":"Point","coordinates":[-0.0800305,51.6415554]},"properties":{"@type":"node","@id":1638242143,"@timestamp":1547837352},"coords":"51.6415554,-0.0800305","bedrooms":"4","price":"182000","area":"697"} , +{"type":"Feature","id":"n1638242194","geometry":{"type":"Point","coordinates":[-0.0815949,51.6392374]},"properties":{"@type":"node","@id":1638242194,"@timestamp":1329600267},"coords":"51.6392374,-0.0815949","bedrooms":"4","price":"182000","area":"451"} , +{"type":"Feature","id":"n1638242245","geometry":{"type":"Point","coordinates":[-0.074445,51.6400045]},"properties":{"@type":"node","@id":1638242245,"@timestamp":1329600268},"coords":"51.6400045,-0.074445","bedrooms":"3","price":"150000","area":"413"} , +{"type":"Feature","id":"n1638242283","geometry":{"type":"Point","coordinates":[-0.0727361,51.64007]},"properties":{"@type":"node","@id":1638242283,"@timestamp":1329600269},"coords":"51.64007,-0.0727361","bedrooms":"2","price":"157000","area":"600"} , +{"type":"Feature","id":"n1638242309","geometry":{"type":"Point","coordinates":[-0.0765668,51.6402434]},"properties":{"@type":"node","@id":1638242309,"@timestamp":1329600270},"coords":"51.6402434,-0.0765668","bedrooms":"0","price":"213000","area":"619"} , +{"type":"Feature","id":"n1638242342","geometry":{"type":"Point","coordinates":[-0.0773361,51.6405206]},"properties":{"@type":"node","@id":1638242342,"@timestamp":1329600271},"coords":"51.6405206,-0.0773361","bedrooms":"0","price":"200000","area":"496"} , +{"type":"Feature","id":"n1638242414","geometry":{"type":"Point","coordinates":[-0.0780422,51.6408889]},"properties":{"@type":"node","@id":1638242414,"@timestamp":1329600273},"coords":"51.6408889,-0.0780422","bedrooms":"3","price":"264000","area":"422"} , +{"type":"Feature","id":"n1638242489","geometry":{"type":"Point","coordinates":[-0.0784656,51.6412062]},"properties":{"@type":"node","@id":1638242489,"@timestamp":1329600275},"coords":"51.6412062,-0.0784656","bedrooms":"2","price":"214000","area":"486"} , +{"type":"Feature","id":"n1638295996","geometry":{"type":"Point","coordinates":[-0.7382286,51.5634812]},"properties":{"@type":"node","@id":1638295996,"@timestamp":1586392761},"coords":"51.5634812,-0.7382286","bedrooms":"4","price":"257000","area":"453"} , +{"type":"Feature","id":"n1638305572","geometry":{"type":"Point","coordinates":[-0.0858105,51.6388433]},"properties":{"@type":"node","@id":1638305572,"@timestamp":1329602898},"coords":"51.6388433,-0.0858105","bedrooms":"1","price":"161000","area":"448"} , +{"type":"Feature","id":"n1638305659","geometry":{"type":"Point","coordinates":[-0.0852684,51.6390069]},"properties":{"@type":"node","@id":1638305659,"@timestamp":1329602900},"coords":"51.6390069,-0.0852684","bedrooms":"3","price":"162000","area":"587"} , +{"type":"Feature","id":"n1638305742","geometry":{"type":"Point","coordinates":[-0.0853249,51.6391217]},"properties":{"@type":"node","@id":1638305742,"@timestamp":1329602902},"coords":"51.6391217,-0.0853249","bedrooms":"3","price":"242000","area":"614"} , +{"type":"Feature","id":"n1638437013","geometry":{"type":"Point","coordinates":[-0.0842694,51.2838913]},"properties":{"@type":"node","@id":1638437013,"@timestamp":1329608142},"coords":"51.2838913,-0.0842694","bedrooms":"0","price":"268000","area":"405"} , +{"type":"Feature","id":"n1638851169","geometry":{"type":"Point","coordinates":[-0.617335,51.1851663]},"properties":{"@type":"node","@id":1638851169,"@timestamp":1451492641},"coords":"51.1851663,-0.617335","bedrooms":"2","price":"207000","area":"612"} , +{"type":"Feature","id":"n1639043075","geometry":{"type":"Point","coordinates":[-0.1708873,51.3723399]},"properties":{"@type":"node","@id":1639043075,"@timestamp":1329657901},"coords":"51.3723399,-0.1708873","bedrooms":"3","price":"233000","area":"495"} , +{"type":"Feature","id":"n1639069620","geometry":{"type":"Point","coordinates":[-0.1684187,51.3725177]},"properties":{"@type":"node","@id":1639069620,"@timestamp":1542919792},"coords":"51.3725177,-0.1684187","bedrooms":"3","price":"241000","area":"670"} , +{"type":"Feature","id":"n1639069684","geometry":{"type":"Point","coordinates":[-0.1673946,51.3723194]},"properties":{"@type":"node","@id":1639069684,"@timestamp":1562018086},"coords":"51.3723194,-0.1673946","bedrooms":"4","price":"250000","area":"453"} , +{"type":"Feature","id":"n1639104759","geometry":{"type":"Point","coordinates":[-0.1694388,51.3721102]},"properties":{"@type":"node","@id":1639104759,"@timestamp":1542919793},"coords":"51.3721102,-0.1694388","bedrooms":"4","price":"153000","area":"677"} , +{"type":"Feature","id":"n1639104961","geometry":{"type":"Point","coordinates":[-0.1694026,51.3723555]},"properties":{"@type":"node","@id":1639104961,"@timestamp":1329660700},"coords":"51.3723555,-0.1694026","bedrooms":"4","price":"157000","area":"556"} , +{"type":"Feature","id":"n1639138299","geometry":{"type":"Point","coordinates":[-0.1704149,51.3714355]},"properties":{"@type":"node","@id":1639138299,"@timestamp":1542923511},"coords":"51.3714355,-0.1704149","bedrooms":"4","price":"290000","area":"392"} , +{"type":"Feature","id":"n1639154762","geometry":{"type":"Point","coordinates":[-0.1689743,51.3719812]},"properties":{"@type":"node","@id":1639154762,"@timestamp":1329662486},"coords":"51.3719812,-0.1689743","bedrooms":"3","price":"183000","area":"661"} , +{"type":"Feature","id":"n1639178320","geometry":{"type":"Point","coordinates":[-0.1697522,51.3712487]},"properties":{"@type":"node","@id":1639178320,"@timestamp":1542923511},"coords":"51.3712487,-0.1697522","bedrooms":"2","price":"227000","area":"545"} , +{"type":"Feature","id":"n1639178583","geometry":{"type":"Point","coordinates":[-0.1687692,51.3715216]},"properties":{"@type":"node","@id":1639178583,"@timestamp":1329663325},"coords":"51.3715216,-0.1687692","bedrooms":"4","price":"213000","area":"688"} , +{"type":"Feature","id":"n1639258060","geometry":{"type":"Point","coordinates":[0.6003465,51.5892041]},"properties":{"@type":"node","@id":1639258060,"@timestamp":1619008068},"coords":"51.5892041,0.6003465","bedrooms":"2","price":"158000","area":"568"} , +{"type":"Feature","id":"n1639287489","geometry":{"type":"Point","coordinates":[-0.1681168,51.3697917]},"properties":{"@type":"node","@id":1639287489,"@timestamp":1542923510},"coords":"51.3697917,-0.1681168","bedrooms":"1","price":"153000","area":"369"} , +{"type":"Feature","id":"n1639349094","geometry":{"type":"Point","coordinates":[-0.1033342,51.6761788]},"properties":{"@type":"node","@id":1639349094,"@timestamp":1510327812},"coords":"51.6761788,-0.1033342","bedrooms":"3","price":"221000","area":"403"} , +{"type":"Feature","id":"n1639353246","geometry":{"type":"Point","coordinates":[-0.1691741,51.3681002]},"properties":{"@type":"node","@id":1639353246,"@timestamp":1542922479},"coords":"51.3681002,-0.1691741","bedrooms":"2","price":"155000","area":"597"} , +{"type":"Feature","id":"n1639426088","geometry":{"type":"Point","coordinates":[-0.2365509,51.9528828]},"properties":{"@type":"node","@id":1639426088,"@timestamp":1329673885},"coords":"51.9528828,-0.2365509","bedrooms":"3","price":"277000","area":"362"} , +{"type":"Feature","id":"n1639434934","geometry":{"type":"Point","coordinates":[-0.0833686,51.6487965]},"properties":{"@type":"node","@id":1639434934,"@timestamp":1628505570},"coords":"51.6487965,-0.0833686","bedrooms":"2","price":"234000","area":"527"} , +{"type":"Feature","id":"n1639434952","geometry":{"type":"Point","coordinates":[-0.0839075,51.6421169]},"properties":{"@type":"node","@id":1639434952,"@timestamp":1329674176},"coords":"51.6421169,-0.0839075","bedrooms":"0","price":"261000","area":"595"} , +{"type":"Feature","id":"n1639434981","geometry":{"type":"Point","coordinates":[-0.0841211,51.6463648]},"properties":{"@type":"node","@id":1639434981,"@timestamp":1329674177},"coords":"51.6463648,-0.0841211","bedrooms":"4","price":"208000","area":"673"} , +{"type":"Feature","id":"n1639435017","geometry":{"type":"Point","coordinates":[-0.0831934,51.6493612]},"properties":{"@type":"node","@id":1639435017,"@timestamp":1329674178},"coords":"51.6493612,-0.0831934","bedrooms":"3","price":"195000","area":"535"} , +{"type":"Feature","id":"n1639463248","geometry":{"type":"Point","coordinates":[-0.4589204,51.3611485]},"properties":{"@type":"node","@id":1639463248,"@timestamp":1329674982},"coords":"51.3611485,-0.4589204","bedrooms":"1","price":"226000","area":"649"} , +{"type":"Feature","id":"n1639552763","geometry":{"type":"Point","coordinates":[0.6549814,51.5701353]},"properties":{"@type":"node","@id":1639552763,"@timestamp":1329678128},"coords":"51.5701353,0.6549814","bedrooms":"0","price":"228000","area":"489"} , +{"type":"Feature","id":"n1639679634","geometry":{"type":"Point","coordinates":[-0.1715395,51.3670336]},"properties":{"@type":"node","@id":1639679634,"@timestamp":1542922480},"coords":"51.3670336,-0.1715395","bedrooms":"4","price":"196000","area":"670"} , +{"type":"Feature","id":"n1639680081","geometry":{"type":"Point","coordinates":[-0.1720191,51.3662126]},"properties":{"@type":"node","@id":1639680081,"@timestamp":1546878758},"coords":"51.3662126,-0.1720191","bedrooms":"3","price":"259000","area":"577"} , +{"type":"Feature","id":"n1639742038","geometry":{"type":"Point","coordinates":[-0.1714566,51.3652349]},"properties":{"@type":"node","@id":1639742038,"@timestamp":1329684632},"coords":"51.3652349,-0.1714566","bedrooms":"3","price":"189000","area":"671"} , +{"type":"Feature","id":"n1639765019","geometry":{"type":"Point","coordinates":[-0.1715786,51.3636231]},"properties":{"@type":"node","@id":1639765019,"@timestamp":1329685960},"coords":"51.3636231,-0.1715786","bedrooms":"0","price":"243000","area":"480"} , +{"type":"Feature","id":"n1639794273","geometry":{"type":"Point","coordinates":[0.0350425,51.7047653]},"properties":{"@type":"node","@id":1639794273,"@timestamp":1329687106},"coords":"51.7047653,0.0350425","bedrooms":"2","price":"180000","area":"408"} , +{"type":"Feature","id":"n1639850270","geometry":{"type":"Point","coordinates":[-1.053409,51.8217583]},"properties":{"@type":"node","@id":1639850270,"@timestamp":1329689616},"coords":"51.8217583,-1.053409","bedrooms":"1","price":"235000","area":"423"} , +{"type":"Feature","id":"n1639850638","geometry":{"type":"Point","coordinates":[-1.0524231,51.8243957]},"properties":{"@type":"node","@id":1639850638,"@timestamp":1329689634},"coords":"51.8243957,-1.0524231","bedrooms":"0","price":"163000","area":"693"} , +{"type":"Feature","id":"n1639870494","geometry":{"type":"Point","coordinates":[-0.1721631,51.5049471]},"properties":{"@type":"node","@id":1639870494,"@timestamp":1350660562},"coords":"51.5049471,-0.1721631","bedrooms":"2","price":"196000","area":"416"} , +{"type":"Feature","id":"n1639878441","geometry":{"type":"Point","coordinates":[-1.0514076,51.8223861]},"properties":{"@type":"node","@id":1639878441,"@timestamp":1329691273},"coords":"51.8223861,-1.0514076","bedrooms":"3","price":"186000","area":"578"} , +{"type":"Feature","id":"n1639937801","geometry":{"type":"Point","coordinates":[-1.0531853,51.8250174]},"properties":{"@type":"node","@id":1639937801,"@timestamp":1329693126},"coords":"51.8250174,-1.0531853","bedrooms":"2","price":"177000","area":"535"} , +{"type":"Feature","id":"n1639968821","geometry":{"type":"Point","coordinates":[-0.1873853,51.8677365]},"properties":{"@type":"node","@id":1639968821,"@timestamp":1598389803},"coords":"51.8677365,-0.1873853","bedrooms":"1","price":"202000","area":"358"} , +{"type":"Feature","id":"n1639995076","geometry":{"type":"Point","coordinates":[-1.0503394,51.8192374]},"properties":{"@type":"node","@id":1639995076,"@timestamp":1329698996},"coords":"51.8192374,-1.0503394","bedrooms":"2","price":"155000","area":"692"} , +{"type":"Feature","id":"n1639995294","geometry":{"type":"Point","coordinates":[-1.0495839,51.8191654]},"properties":{"@type":"node","@id":1639995294,"@timestamp":1329699005},"coords":"51.8191654,-1.0495839","bedrooms":"4","price":"215000","area":"584"} , +{"type":"Feature","id":"n1640037072","geometry":{"type":"Point","coordinates":[-0.1759757,51.6682388]},"properties":{"@type":"node","@id":1640037072,"@timestamp":1633649050},"coords":"51.6682388,-0.1759757","bedrooms":"4","price":"214000","area":"612"} , +{"type":"Feature","id":"n1640042612","geometry":{"type":"Point","coordinates":[-0.14676,51.650841]},"properties":{"@type":"node","@id":1640042612,"@timestamp":1551300244},"coords":"51.650841,-0.14676","bedrooms":"3","price":"248000","area":"522"} , +{"type":"Feature","id":"n1640218957","geometry":{"type":"Point","coordinates":[-0.0846452,51.6390218]},"properties":{"@type":"node","@id":1640218957,"@timestamp":1329725529},"coords":"51.6390218,-0.0846452","bedrooms":"2","price":"167000","area":"616"} , +{"type":"Feature","id":"n1640219002","geometry":{"type":"Point","coordinates":[-0.0863777,51.6390836]},"properties":{"@type":"node","@id":1640219002,"@timestamp":1329725530},"coords":"51.6390836,-0.0863777","bedrooms":"0","price":"257000","area":"578"} , +{"type":"Feature","id":"n1640219028","geometry":{"type":"Point","coordinates":[-0.0851097,51.6391128]},"properties":{"@type":"node","@id":1640219028,"@timestamp":1614765563},"coords":"51.6391128,-0.0851097","bedrooms":"0","price":"178000","area":"656"} , +{"type":"Feature","id":"n1640219096","geometry":{"type":"Point","coordinates":[-0.0857086,51.6391856]},"properties":{"@type":"node","@id":1640219096,"@timestamp":1329725531},"coords":"51.6391856,-0.0857086","bedrooms":"2","price":"276000","area":"686"} , +{"type":"Feature","id":"n1640219155","geometry":{"type":"Point","coordinates":[-0.0856655,51.639218]},"properties":{"@type":"node","@id":1640219155,"@timestamp":1329725532},"coords":"51.639218,-0.0856655","bedrooms":"3","price":"290000","area":"570"} , +{"type":"Feature","id":"n1640219194","geometry":{"type":"Point","coordinates":[-0.0855988,51.63927]},"properties":{"@type":"node","@id":1640219194,"@timestamp":1329725533},"coords":"51.63927,-0.0855988","bedrooms":"3","price":"249000","area":"646"} , +{"type":"Feature","id":"n1640219251","geometry":{"type":"Point","coordinates":[-0.0856419,51.6394986]},"properties":{"@type":"node","@id":1640219251,"@timestamp":1329725534},"coords":"51.6394986,-0.0856419","bedrooms":"3","price":"243000","area":"487"} , +{"type":"Feature","id":"n1640387261","geometry":{"type":"Point","coordinates":[0.5057865,51.8157359]},"properties":{"@type":"node","@id":1640387261,"@timestamp":1451778522},"coords":"51.8157359,0.5057865","bedrooms":"0","price":"263000","area":"696"} , +{"type":"Feature","id":"n1640441924","geometry":{"type":"Point","coordinates":[0.6724057,51.4428542]},"properties":{"@type":"node","@id":1640441924,"@timestamp":1329743682},"coords":"51.4428542,0.6724057","bedrooms":"1","price":"282000","area":"557"} , +{"type":"Feature","id":"n1640452594","geometry":{"type":"Point","coordinates":[-0.17117,51.3650621]},"properties":{"@type":"node","@id":1640452594,"@timestamp":1329744588},"coords":"51.3650621,-0.17117","bedrooms":"2","price":"186000","area":"513"} , +{"type":"Feature","id":"n1640489095","geometry":{"type":"Point","coordinates":[-0.8378366,51.7330753]},"properties":{"@type":"node","@id":1640489095,"@timestamp":1597521153},"coords":"51.7330753,-0.8378366","bedrooms":"4","price":"221000","area":"560"} , +{"type":"Feature","id":"n1640493771","geometry":{"type":"Point","coordinates":[-0.2652892,51.5555732]},"properties":{"@type":"node","@id":1640493771,"@timestamp":1512825353},"coords":"51.5555732,-0.2652892","bedrooms":"1","price":"214000","area":"508"} , +{"type":"Feature","id":"n1640781945","geometry":{"type":"Point","coordinates":[0.4265824,51.7310608]},"properties":{"@type":"node","@id":1640781945,"@timestamp":1618342674},"coords":"51.7310608,0.4265824","bedrooms":"4","price":"160000","area":"459"} , +{"type":"Feature","id":"n1640827525","geometry":{"type":"Point","coordinates":[0.1482726,51.5316559]},"properties":{"@type":"node","@id":1640827525,"@timestamp":1600797515},"coords":"51.5316559,0.1482726","bedrooms":"1","price":"160000","area":"671"} , +{"type":"Feature","id":"n1640941271","geometry":{"type":"Point","coordinates":[-0.1707869,51.3635949]},"properties":{"@type":"node","@id":1640941271,"@timestamp":1329768664},"coords":"51.3635949,-0.1707869","bedrooms":"2","price":"152000","area":"407"} , +{"type":"Feature","id":"n1641017504","geometry":{"type":"Point","coordinates":[-0.9058177,51.4516775]},"properties":{"@type":"node","@id":1641017504,"@timestamp":1329771877},"coords":"51.4516775,-0.9058177","bedrooms":"4","price":"207000","area":"666"} , +{"type":"Feature","id":"n1641090148","geometry":{"type":"Point","coordinates":[-0.1890478,51.4803403]},"properties":{"@type":"node","@id":1641090148,"@timestamp":1329774263},"coords":"51.4803403,-0.1890478","bedrooms":"0","price":"202000","area":"572"} , +{"type":"Feature","id":"n1641175304","geometry":{"type":"Point","coordinates":[-0.4747398,51.3648344]},"properties":{"@type":"node","@id":1641175304,"@timestamp":1329776518},"coords":"51.3648344,-0.4747398","bedrooms":"3","price":"159000","area":"516"} , +{"type":"Feature","id":"n1641343846","geometry":{"type":"Point","coordinates":[-0.2049659,51.7212784]},"properties":{"@type":"node","@id":1641343846,"@timestamp":1598389803},"coords":"51.7212784,-0.2049659","bedrooms":"1","price":"218000","area":"362"} , +{"type":"Feature","id":"n1641498365","geometry":{"type":"Point","coordinates":[0.32727,51.1479646]},"properties":{"@type":"node","@id":1641498365,"@timestamp":1329806363},"coords":"51.1479646,0.32727","bedrooms":"0","price":"244000","area":"561"} , +{"type":"Feature","id":"n1641547474","geometry":{"type":"Point","coordinates":[-0.4621073,51.3695146]},"properties":{"@type":"node","@id":1641547474,"@timestamp":1329813899},"coords":"51.3695146,-0.4621073","bedrooms":"1","price":"208000","area":"401"} , +{"type":"Feature","id":"n1641555989","geometry":{"type":"Point","coordinates":[-0.4620629,51.3706902]},"properties":{"@type":"node","@id":1641555989,"@timestamp":1329814958},"coords":"51.3706902,-0.4620629","bedrooms":"2","price":"237000","area":"577"} , +{"type":"Feature","id":"n1641763124","geometry":{"type":"Point","coordinates":[-0.1107334,51.5002307]},"properties":{"@type":"node","@id":1641763124,"@timestamp":1632074987},"coords":"51.5002307,-0.1107334","bedrooms":"4","price":"209000","area":"669"} , +{"type":"Feature","id":"n1641777775","geometry":{"type":"Point","coordinates":[-0.1104114,51.5011015]},"properties":{"@type":"node","@id":1641777775,"@timestamp":1329831370},"coords":"51.5011015,-0.1104114","bedrooms":"0","price":"200000","area":"532"} , +{"type":"Feature","id":"n1641800531","geometry":{"type":"Point","coordinates":[0.4893099,51.7441174]},"properties":{"@type":"node","@id":1641800531,"@timestamp":1615422749},"coords":"51.7441174,0.4893099","bedrooms":"2","price":"275000","area":"669"} , +{"type":"Feature","id":"n1641889706","geometry":{"type":"Point","coordinates":[0.7557821,51.4150997]},"properties":{"@type":"node","@id":1641889706,"@timestamp":1616963036},"coords":"51.4150997,0.7557821","bedrooms":"0","price":"206000","area":"695"} , +{"type":"Feature","id":"n1642140606","geometry":{"type":"Point","coordinates":[-0.2633875,51.9534353]},"properties":{"@type":"node","@id":1642140606,"@timestamp":1598612223},"coords":"51.9534353,-0.2633875","bedrooms":"1","price":"160000","area":"575"} , +{"type":"Feature","id":"n1642140865","geometry":{"type":"Point","coordinates":[-0.2663315,51.9580995]},"properties":{"@type":"node","@id":1642140865,"@timestamp":1583437402},"coords":"51.9580995,-0.2663315","bedrooms":"1","price":"235000","area":"583"} , +{"type":"Feature","id":"n1642286590","geometry":{"type":"Point","coordinates":[-0.1743971,51.362591]},"properties":{"@type":"node","@id":1642286590,"@timestamp":1509641462},"coords":"51.362591,-0.1743971","bedrooms":"4","price":"247000","area":"572"} , +{"type":"Feature","id":"n1642330349","geometry":{"type":"Point","coordinates":[-0.1689688,51.3626186]},"properties":{"@type":"node","@id":1642330349,"@timestamp":1546614680},"coords":"51.3626186,-0.1689688","bedrooms":"0","price":"235000","area":"500"} , +{"type":"Feature","id":"n1642330807","geometry":{"type":"Point","coordinates":[-0.1702603,51.3627735]},"properties":{"@type":"node","@id":1642330807,"@timestamp":1546614679},"coords":"51.3627735,-0.1702603","bedrooms":"4","price":"299000","area":"394"} , +{"type":"Feature","id":"n1642473273","geometry":{"type":"Point","coordinates":[-0.1682544,51.3630778]},"properties":{"@type":"node","@id":1642473273,"@timestamp":1546614681},"coords":"51.3630778,-0.1682544","bedrooms":"1","price":"173000","area":"694"} , +{"type":"Feature","id":"n1642643331","geometry":{"type":"Point","coordinates":[-0.460981,51.3666224]},"properties":{"@type":"node","@id":1642643331,"@timestamp":1329874960},"coords":"51.3666224,-0.460981","bedrooms":"4","price":"278000","area":"354"} , +{"type":"Feature","id":"n1642766229","geometry":{"type":"Point","coordinates":[-0.3279356,51.3593937]},"properties":{"@type":"node","@id":1642766229,"@timestamp":1371935045},"coords":"51.3593937,-0.3279356","bedrooms":"1","price":"258000","area":"383"} , +{"type":"Feature","id":"n1642882225","geometry":{"type":"Point","coordinates":[-0.7901086,51.210471]},"properties":{"@type":"node","@id":1642882225,"@timestamp":1377043941},"coords":"51.210471,-0.7901086","bedrooms":"1","price":"246000","area":"617"} , +{"type":"Feature","id":"n1643046084","geometry":{"type":"Point","coordinates":[-0.2133168,51.4961576]},"properties":{"@type":"node","@id":1643046084,"@timestamp":1633801199},"coords":"51.4961576,-0.2133168","bedrooms":"0","price":"230000","area":"390"} , +{"type":"Feature","id":"n1643126395","geometry":{"type":"Point","coordinates":[-0.5572691,51.4243358]},"properties":{"@type":"node","@id":1643126395,"@timestamp":1329923778},"coords":"51.4243358,-0.5572691","bedrooms":"3","price":"229000","area":"632"} , +{"type":"Feature","id":"n1643158393","geometry":{"type":"Point","coordinates":[-0.8214117,51.1860401]},"properties":{"@type":"node","@id":1643158393,"@timestamp":1415920284},"coords":"51.1860401,-0.8214117","bedrooms":"2","price":"276000","area":"440"} , +{"type":"Feature","id":"n1643330235","geometry":{"type":"Point","coordinates":[-0.2193633,51.6450986]},"properties":{"@type":"node","@id":1643330235,"@timestamp":1329936082},"coords":"51.6450986,-0.2193633","bedrooms":"0","price":"277000","area":"434"} , +{"type":"Feature","id":"n1643419569","geometry":{"type":"Point","coordinates":[-0.3622457,51.4791169]},"properties":{"@type":"node","@id":1643419569,"@timestamp":1558606981},"coords":"51.4791169,-0.3622457","bedrooms":"1","price":"163000","area":"469"} , +{"type":"Feature","id":"n1643664921","geometry":{"type":"Point","coordinates":[-0.1678042,51.3631688]},"properties":{"@type":"node","@id":1643664921,"@timestamp":1329951693},"coords":"51.3631688,-0.1678042","bedrooms":"0","price":"242000","area":"629"} , +{"type":"Feature","id":"n1643684475","geometry":{"type":"Point","coordinates":[0.4946488,51.7344208]},"properties":{"@type":"node","@id":1643684475,"@timestamp":1573081285},"coords":"51.7344208,0.4946488","bedrooms":"0","price":"294000","area":"573"} , +{"type":"Feature","id":"n1643687766","geometry":{"type":"Point","coordinates":[-0.6668014,51.818129]},"properties":{"@type":"node","@id":1643687766,"@timestamp":1618614910},"coords":"51.818129,-0.6668014","bedrooms":"2","price":"283000","area":"391"} , +{"type":"Feature","id":"n1643698940","geometry":{"type":"Point","coordinates":[-0.1668658,51.3629355]},"properties":{"@type":"node","@id":1643698940,"@timestamp":1329954949},"coords":"51.3629355,-0.1668658","bedrooms":"0","price":"294000","area":"675"} , +{"type":"Feature","id":"n1643710601","geometry":{"type":"Point","coordinates":[-0.3242202,51.7462245]},"properties":{"@type":"node","@id":1643710601,"@timestamp":1341335984},"coords":"51.7462245,-0.3242202","bedrooms":"2","price":"295000","area":"370"} , +{"type":"Feature","id":"n1643714510","geometry":{"type":"Point","coordinates":[-0.2035102,51.4850358]},"properties":{"@type":"node","@id":1643714510,"@timestamp":1329956616},"coords":"51.4850358,-0.2035102","bedrooms":"3","price":"260000","area":"566"} , +{"type":"Feature","id":"n1643721399","geometry":{"type":"Point","coordinates":[-0.0936564,51.5801731]},"properties":{"@type":"node","@id":1643721399,"@timestamp":1329957000},"coords":"51.5801731,-0.0936564","bedrooms":"4","price":"166000","area":"393"} , +{"type":"Feature","id":"n1643721444","geometry":{"type":"Point","coordinates":[-0.092005,51.5835108]},"properties":{"@type":"node","@id":1643721444,"@timestamp":1330459826},"coords":"51.5835108,-0.092005","bedrooms":"4","price":"212000","area":"606"} , +{"type":"Feature","id":"n1643721480","geometry":{"type":"Point","coordinates":[-0.0912751,51.5862513]},"properties":{"@type":"node","@id":1643721480,"@timestamp":1617473220},"coords":"51.5862513,-0.0912751","bedrooms":"1","price":"195000","area":"627"} , +{"type":"Feature","id":"n1643721573","geometry":{"type":"Point","coordinates":[-0.0855345,51.6093895]},"properties":{"@type":"node","@id":1643721573,"@timestamp":1564911803},"coords":"51.6093895,-0.0855345","bedrooms":"2","price":"150000","area":"453"} , +{"type":"Feature","id":"n1643721650","geometry":{"type":"Point","coordinates":[-0.0898351,51.623575]},"properties":{"@type":"node","@id":1643721650,"@timestamp":1599823964},"coords":"51.623575,-0.0898351","bedrooms":"4","price":"169000","area":"383"} , +{"type":"Feature","id":"n1643721740","geometry":{"type":"Point","coordinates":[-0.0824484,51.6343029]},"properties":{"@type":"node","@id":1643721740,"@timestamp":1521729893},"coords":"51.6343029,-0.0824484","bedrooms":"1","price":"162000","area":"508"} , +{"type":"Feature","id":"n1643930028","geometry":{"type":"Point","coordinates":[-0.1668162,51.3627238]},"properties":{"@type":"node","@id":1643930028,"@timestamp":1329982976},"coords":"51.3627238,-0.1668162","bedrooms":"1","price":"233000","area":"461"} , +{"type":"Feature","id":"n1643979349","geometry":{"type":"Point","coordinates":[-0.7902168,51.1966793]},"properties":{"@type":"node","@id":1643979349,"@timestamp":1329988255},"coords":"51.1966793,-0.7902168","bedrooms":"3","price":"155000","area":"558"} , +{"type":"Feature","id":"n1643982648","geometry":{"type":"Point","coordinates":[-0.3573883,51.7462527]},"properties":{"@type":"node","@id":1643982648,"@timestamp":1626648103},"coords":"51.7462527,-0.3573883","bedrooms":"2","price":"184000","area":"494"} , +{"type":"Feature","id":"n1644035802","geometry":{"type":"Point","coordinates":[-0.4312295,51.4756488]},"properties":{"@type":"node","@id":1644035802,"@timestamp":1458908633},"coords":"51.4756488,-0.4312295","bedrooms":"2","price":"258000","area":"449"} , +{"type":"Feature","id":"n1644104451","geometry":{"type":"Point","coordinates":[-0.468615,51.4660727]},"properties":{"@type":"node","@id":1644104451,"@timestamp":1458915251},"coords":"51.4660727,-0.468615","bedrooms":"0","price":"217000","area":"449"} , +{"type":"Feature","id":"n1644153949","geometry":{"type":"Point","coordinates":[0.4922697,51.744426]},"properties":{"@type":"node","@id":1644153949,"@timestamp":1615422749},"coords":"51.744426,0.4922697","bedrooms":"1","price":"211000","area":"440"} , +{"type":"Feature","id":"n1644495423","geometry":{"type":"Point","coordinates":[-0.1609961,51.3652111]},"properties":{"@type":"node","@id":1644495423,"@timestamp":1377197734},"coords":"51.3652111,-0.1609961","bedrooms":"0","price":"187000","area":"450"} , +{"type":"Feature","id":"n1644541203","geometry":{"type":"Point","coordinates":[-0.1656358,51.3637482]},"properties":{"@type":"node","@id":1644541203,"@timestamp":1330021121},"coords":"51.3637482,-0.1656358","bedrooms":"2","price":"175000","area":"569"} , +{"type":"Feature","id":"n1644606763","geometry":{"type":"Point","coordinates":[-0.1642489,51.3630999]},"properties":{"@type":"node","@id":1644606763,"@timestamp":1629893773},"coords":"51.3630999,-0.1642489","bedrooms":"0","price":"296000","area":"398"} , +{"type":"Feature","id":"n1644667584","geometry":{"type":"Point","coordinates":[-0.1610664,51.3633075]},"properties":{"@type":"node","@id":1644667584,"@timestamp":1538422645},"coords":"51.3633075,-0.1610664","bedrooms":"0","price":"278000","area":"350"} , +{"type":"Feature","id":"n1645202112","geometry":{"type":"Point","coordinates":[-0.3593764,51.3297247]},"properties":{"@type":"node","@id":1645202112,"@timestamp":1330061921},"coords":"51.3297247,-0.3593764","bedrooms":"4","price":"288000","area":"613"} , +{"type":"Feature","id":"n1645281424","geometry":{"type":"Point","coordinates":[-0.4692245,51.4799445]},"properties":{"@type":"node","@id":1645281424,"@timestamp":1629083989},"coords":"51.4799445,-0.4692245","bedrooms":"0","price":"262000","area":"652"} , +{"type":"Feature","id":"n1645304319","geometry":{"type":"Point","coordinates":[0.6282557,51.7908266]},"properties":{"@type":"node","@id":1645304319,"@timestamp":1513633076},"coords":"51.7908266,0.6282557","bedrooms":"1","price":"299000","area":"547"} , +{"type":"Feature","id":"n1645547759","geometry":{"type":"Point","coordinates":[0.4487068,51.8266079]},"properties":{"@type":"node","@id":1645547759,"@timestamp":1356630718},"coords":"51.8266079,0.4487068","bedrooms":"3","price":"250000","area":"677"} , +{"type":"Feature","id":"n1645547838","geometry":{"type":"Point","coordinates":[0.4444193,51.8245622]},"properties":{"@type":"node","@id":1645547838,"@timestamp":1356630719},"coords":"51.8245622,0.4444193","bedrooms":"0","price":"158000","area":"602"} , +{"type":"Feature","id":"n1645548422","geometry":{"type":"Point","coordinates":[-0.5947787,51.5105778]},"properties":{"@type":"node","@id":1645548422,"@timestamp":1621008517},"coords":"51.5105778,-0.5947787","bedrooms":"3","price":"287000","area":"649"} , +{"type":"Feature","id":"n1645568417","geometry":{"type":"Point","coordinates":[-0.453048,51.479588]},"properties":{"@type":"node","@id":1645568417,"@timestamp":1564911803},"coords":"51.479588,-0.453048","bedrooms":"2","price":"180000","area":"517"} , +{"type":"Feature","id":"n1645662913","geometry":{"type":"Point","coordinates":[-0.4849917,51.1440209]},"properties":{"@type":"node","@id":1645662913,"@timestamp":1376487661},"coords":"51.1440209,-0.4849917","bedrooms":"3","price":"195000","area":"453"} , +{"type":"Feature","id":"n1645813898","geometry":{"type":"Point","coordinates":[-0.1219596,51.5067188]},"properties":{"@type":"node","@id":1645813898,"@timestamp":1630358371},"coords":"51.5067188,-0.1219596","bedrooms":"0","price":"170000","area":"525"} , +{"type":"Feature","id":"n1646106692","geometry":{"type":"Point","coordinates":[-0.3829672,51.3333677]},"properties":{"@type":"node","@id":1646106692,"@timestamp":1330117606},"coords":"51.3333677,-0.3829672","bedrooms":"1","price":"252000","area":"366"} , +{"type":"Feature","id":"n1646232112","geometry":{"type":"Point","coordinates":[-0.7896569,51.1964668]},"properties":{"@type":"node","@id":1646232112,"@timestamp":1330121600},"coords":"51.1964668,-0.7896569","bedrooms":"4","price":"253000","area":"693"} , +{"type":"Feature","id":"n1646291367","geometry":{"type":"Point","coordinates":[-0.1620421,51.3628436]},"properties":{"@type":"node","@id":1646291367,"@timestamp":1538422645},"coords":"51.3628436,-0.1620421","bedrooms":"0","price":"272000","area":"597"} , +{"type":"Feature","id":"n1646603525","geometry":{"type":"Point","coordinates":[-0.1653395,51.3619651]},"properties":{"@type":"node","@id":1646603525,"@timestamp":1330153361},"coords":"51.3619651,-0.1653395","bedrooms":"0","price":"202000","area":"561"} , +{"type":"Feature","id":"n1646623723","geometry":{"type":"Point","coordinates":[-0.1675127,51.3615236]},"properties":{"@type":"node","@id":1646623723,"@timestamp":1330155797},"coords":"51.3615236,-0.1675127","bedrooms":"1","price":"213000","area":"567"} , +{"type":"Feature","id":"n1646643221","geometry":{"type":"Point","coordinates":[-0.1687665,51.3623409]},"properties":{"@type":"node","@id":1646643221,"@timestamp":1330156913},"coords":"51.3623409,-0.1687665","bedrooms":"4","price":"189000","area":"575"} , +{"type":"Feature","id":"n1646643506","geometry":{"type":"Point","coordinates":[-0.1674765,51.3623108]},"properties":{"@type":"node","@id":1646643506,"@timestamp":1330156923},"coords":"51.3623108,-0.1674765","bedrooms":"2","price":"266000","area":"364"} , +{"type":"Feature","id":"n1646653941","geometry":{"type":"Point","coordinates":[-0.1609166,51.3639616]},"properties":{"@type":"node","@id":1646653941,"@timestamp":1330158274},"coords":"51.3639616,-0.1609166","bedrooms":"1","price":"261000","area":"654"} , +{"type":"Feature","id":"n1646883971","geometry":{"type":"Point","coordinates":[-0.6340771,51.9168465]},"properties":{"@type":"node","@id":1646883971,"@timestamp":1330174027},"coords":"51.9168465,-0.6340771","bedrooms":"4","price":"220000","area":"454"} , +{"type":"Feature","id":"n1647168561","geometry":{"type":"Point","coordinates":[-0.4997646,51.4372979]},"properties":{"@type":"node","@id":1647168561,"@timestamp":1364252704},"coords":"51.4372979,-0.4997646","bedrooms":"4","price":"272000","area":"638"} , +{"type":"Feature","id":"n1647231333","geometry":{"type":"Point","coordinates":[0.3122948,51.1445693]},"properties":{"@type":"node","@id":1647231333,"@timestamp":1566150114},"coords":"51.1445693,0.3122948","bedrooms":"4","price":"292000","area":"554"} , +{"type":"Feature","id":"n1647283838","geometry":{"type":"Point","coordinates":[-0.2062811,51.3564741]},"properties":{"@type":"node","@id":1647283838,"@timestamp":1542475451},"coords":"51.3564741,-0.2062811","bedrooms":"1","price":"271000","area":"665"} , +{"type":"Feature","id":"n1647379610","geometry":{"type":"Point","coordinates":[-0.1598232,51.3634697]},"properties":{"@type":"node","@id":1647379610,"@timestamp":1330195520},"coords":"51.3634697,-0.1598232","bedrooms":"0","price":"176000","area":"630"} , +{"type":"Feature","id":"n1647406961","geometry":{"type":"Point","coordinates":[-0.097697,51.57341]},"properties":{"@type":"node","@id":1647406961,"@timestamp":1626700395},"coords":"51.57341,-0.097697","bedrooms":"3","price":"167000","area":"483"} , +{"type":"Feature","id":"n1647820340","geometry":{"type":"Point","coordinates":[0.0054422,51.501901]},"properties":{"@type":"node","@id":1647820340,"@timestamp":1619114484},"coords":"51.501901,0.0054422","bedrooms":"0","price":"229000","area":"371"} , +{"type":"Feature","id":"n1647830901","geometry":{"type":"Point","coordinates":[0.0071216,51.4996204]},"properties":{"@type":"node","@id":1647830901,"@timestamp":1633429333},"coords":"51.4996204,0.0071216","bedrooms":"3","price":"278000","area":"663"} , +{"type":"Feature","id":"n1647882936","geometry":{"type":"Point","coordinates":[-0.0813739,51.6514238]},"properties":{"@type":"node","@id":1647882936,"@timestamp":1330214525},"coords":"51.6514238,-0.0813739","bedrooms":"0","price":"197000","area":"622"} , +{"type":"Feature","id":"n1647882994","geometry":{"type":"Point","coordinates":[-0.0842282,51.6482868]},"properties":{"@type":"node","@id":1647882994,"@timestamp":1412094863},"coords":"51.6482868,-0.0842282","bedrooms":"0","price":"189000","area":"665"} , +{"type":"Feature","id":"n1647883007","geometry":{"type":"Point","coordinates":[-0.0837488,51.6498307]},"properties":{"@type":"node","@id":1647883007,"@timestamp":1330214530},"coords":"51.6498307,-0.0837488","bedrooms":"4","price":"174000","area":"663"} , +{"type":"Feature","id":"n1647911521","geometry":{"type":"Point","coordinates":[-0.0779593,51.629949]},"properties":{"@type":"node","@id":1647911521,"@timestamp":1564911803},"coords":"51.629949,-0.0779593","bedrooms":"1","price":"184000","area":"479"} , +{"type":"Feature","id":"n1648214612","geometry":{"type":"Point","coordinates":[-0.4422129,51.4589613]},"properties":{"@type":"node","@id":1648214612,"@timestamp":1564911804},"coords":"51.4589613,-0.4422129","bedrooms":"2","price":"216000","area":"428"} , +{"type":"Feature","id":"n1648251250","geometry":{"type":"Point","coordinates":[-0.4153168,51.4631053]},"properties":{"@type":"node","@id":1648251250,"@timestamp":1564911804},"coords":"51.4631053,-0.4153168","bedrooms":"0","price":"241000","area":"577"} , +{"type":"Feature","id":"n1648320909","geometry":{"type":"Point","coordinates":[-0.4033852,51.4586686]},"properties":{"@type":"node","@id":1648320909,"@timestamp":1601562057},"coords":"51.4586686,-0.4033852","bedrooms":"0","price":"181000","area":"665"} , +{"type":"Feature","id":"n1648474506","geometry":{"type":"Point","coordinates":[-0.1582516,51.3651634]},"properties":{"@type":"node","@id":1648474506,"@timestamp":1330259456},"coords":"51.3651634,-0.1582516","bedrooms":"0","price":"288000","area":"426"} , +{"type":"Feature","id":"n1648733841","geometry":{"type":"Point","coordinates":[-0.2715548,51.9743738]},"properties":{"@type":"node","@id":1648733841,"@timestamp":1588588927},"coords":"51.9743738,-0.2715548","bedrooms":"1","price":"204000","area":"635"} , +{"type":"Feature","id":"n1648884837","geometry":{"type":"Point","coordinates":[-0.1579887,51.3658432]},"properties":{"@type":"node","@id":1648884837,"@timestamp":1330274695},"coords":"51.3658432,-0.1579887","bedrooms":"3","price":"270000","area":"544"} , +{"type":"Feature","id":"n1648942207","geometry":{"type":"Point","coordinates":[-0.1551909,51.3658163]},"properties":{"@type":"node","@id":1648942207,"@timestamp":1330276188},"coords":"51.3658163,-0.1551909","bedrooms":"2","price":"184000","area":"572"} , +{"type":"Feature","id":"n1648942814","geometry":{"type":"Point","coordinates":[-0.1551655,51.3660382]},"properties":{"@type":"node","@id":1648942814,"@timestamp":1330276198},"coords":"51.3660382,-0.1551655","bedrooms":"3","price":"199000","area":"584"} , +{"type":"Feature","id":"n1649014038","geometry":{"type":"Point","coordinates":[-0.1523774,51.3642476]},"properties":{"@type":"node","@id":1649014038,"@timestamp":1330277742},"coords":"51.3642476,-0.1523774","bedrooms":"0","price":"230000","area":"632"} , +{"type":"Feature","id":"n1649014246","geometry":{"type":"Point","coordinates":[-0.1527429,51.3653747]},"properties":{"@type":"node","@id":1649014246,"@timestamp":1330277744},"coords":"51.3653747,-0.1527429","bedrooms":"3","price":"250000","area":"670"} , +{"type":"Feature","id":"n1649052743","geometry":{"type":"Point","coordinates":[-0.1518409,51.3643473]},"properties":{"@type":"node","@id":1649052743,"@timestamp":1330278570},"coords":"51.3643473,-0.1518409","bedrooms":"0","price":"278000","area":"353"} , +{"type":"Feature","id":"n1649088905","geometry":{"type":"Point","coordinates":[-0.150823,51.3643256]},"properties":{"@type":"node","@id":1649088905,"@timestamp":1330279509},"coords":"51.3643256,-0.150823","bedrooms":"0","price":"264000","area":"413"} , +{"type":"Feature","id":"n1649143834","geometry":{"type":"Point","coordinates":[-0.1833474,51.2453339]},"properties":{"@type":"node","@id":1649143834,"@timestamp":1330282653},"coords":"51.2453339,-0.1833474","bedrooms":"0","price":"197000","area":"624"} , +{"type":"Feature","id":"n1649175467","geometry":{"type":"Point","coordinates":[-0.1491668,51.3655849]},"properties":{"@type":"node","@id":1649175467,"@timestamp":1330281519},"coords":"51.3655849,-0.1491668","bedrooms":"4","price":"154000","area":"453"} , +{"type":"Feature","id":"n1649210832","geometry":{"type":"Point","coordinates":[-0.1495612,51.3652702]},"properties":{"@type":"node","@id":1649210832,"@timestamp":1330283039},"coords":"51.3652702,-0.1495612","bedrooms":"1","price":"255000","area":"362"} , +{"type":"Feature","id":"n1649227919","geometry":{"type":"Point","coordinates":[-0.1467643,51.3651257]},"properties":{"@type":"node","@id":1649227919,"@timestamp":1330283761},"coords":"51.3651257,-0.1467643","bedrooms":"1","price":"219000","area":"615"} , +{"type":"Feature","id":"n1649261507","geometry":{"type":"Point","coordinates":[-0.5863599,51.3493991]},"properties":{"@type":"node","@id":1649261507,"@timestamp":1330284826},"coords":"51.3493991,-0.5863599","bedrooms":"0","price":"248000","area":"406"} , +{"type":"Feature","id":"n1649290350","geometry":{"type":"Point","coordinates":[-0.1483042,51.3658295]},"properties":{"@type":"node","@id":1649290350,"@timestamp":1330285675},"coords":"51.3658295,-0.1483042","bedrooms":"2","price":"239000","area":"527"} , +{"type":"Feature","id":"n1649337454","geometry":{"type":"Point","coordinates":[-0.1496765,51.3668559]},"properties":{"@type":"node","@id":1649337454,"@timestamp":1330287108},"coords":"51.3668559,-0.1496765","bedrooms":"2","price":"183000","area":"372"} , +{"type":"Feature","id":"n1649364042","geometry":{"type":"Point","coordinates":[-0.1506978,51.3658291]},"properties":{"@type":"node","@id":1649364042,"@timestamp":1330288422},"coords":"51.3658291,-0.1506978","bedrooms":"2","price":"217000","area":"553"} , +{"type":"Feature","id":"n1649376464","geometry":{"type":"Point","coordinates":[-0.1532002,51.3670038]},"properties":{"@type":"node","@id":1649376464,"@timestamp":1543259974},"coords":"51.3670038,-0.1532002","bedrooms":"4","price":"159000","area":"388"} , +{"type":"Feature","id":"n1649447507","geometry":{"type":"Point","coordinates":[-0.7809154,51.2193297]},"properties":{"@type":"node","@id":1649447507,"@timestamp":1415345918},"coords":"51.2193297,-0.7809154","bedrooms":"0","price":"250000","area":"626"} , +{"type":"Feature","id":"n1649451744","geometry":{"type":"Point","coordinates":[-0.1515459,51.3635368]},"properties":{"@type":"node","@id":1649451744,"@timestamp":1330290342},"coords":"51.3635368,-0.1515459","bedrooms":"2","price":"188000","area":"478"} , +{"type":"Feature","id":"n1649476197","geometry":{"type":"Point","coordinates":[-0.1543582,51.3646176]},"properties":{"@type":"node","@id":1649476197,"@timestamp":1330291146},"coords":"51.3646176,-0.1543582","bedrooms":"2","price":"165000","area":"409"} , +{"type":"Feature","id":"n1649525590","geometry":{"type":"Point","coordinates":[-0.15037,51.3635645]},"properties":{"@type":"node","@id":1649525590,"@timestamp":1330292573},"coords":"51.3635645,-0.15037","bedrooms":"4","price":"277000","area":"571"} , +{"type":"Feature","id":"n1649797380","geometry":{"type":"Point","coordinates":[-0.1518603,51.3626477]},"properties":{"@type":"node","@id":1649797380,"@timestamp":1330303459},"coords":"51.3626477,-0.1518603","bedrooms":"2","price":"151000","area":"371"} , +{"type":"Feature","id":"n1649797467","geometry":{"type":"Point","coordinates":[-0.152158,51.3625949]},"properties":{"@type":"node","@id":1649797467,"@timestamp":1330303463},"coords":"51.3625949,-0.152158","bedrooms":"4","price":"243000","area":"534"} , +{"type":"Feature","id":"n1650201327","geometry":{"type":"Point","coordinates":[-0.8334992,51.1446575]},"properties":{"@type":"node","@id":1650201327,"@timestamp":1451924192},"coords":"51.1446575,-0.8334992","bedrooms":"2","price":"187000","area":"626"} , +{"type":"Feature","id":"n1650201798","geometry":{"type":"Point","coordinates":[-0.8222849,51.155028]},"properties":{"@type":"node","@id":1650201798,"@timestamp":1330337857},"coords":"51.155028,-0.8222849","bedrooms":"1","price":"237000","area":"525"} , +{"type":"Feature","id":"n1650202256","geometry":{"type":"Point","coordinates":[-0.8663381,51.1821356]},"properties":{"@type":"node","@id":1650202256,"@timestamp":1386598535},"coords":"51.1821356,-0.8663381","bedrooms":"4","price":"261000","area":"608"} , +{"type":"Feature","id":"n1650332909","geometry":{"type":"Point","coordinates":[-0.56143,51.66799]},"properties":{"@type":"node","@id":1650332909,"@timestamp":1330350172},"coords":"51.66799,-0.56143","bedrooms":"3","price":"291000","area":"418"} , +{"type":"Feature","id":"n1650513133","geometry":{"type":"Point","coordinates":[-0.1561197,51.5100126]},"properties":{"@type":"node","@id":1650513133,"@timestamp":1539212527},"coords":"51.5100126,-0.1561197","bedrooms":"4","price":"290000","area":"417"} , +{"type":"Feature","id":"n1650639998","geometry":{"type":"Point","coordinates":[-0.1539106,51.3650606]},"properties":{"@type":"node","@id":1650639998,"@timestamp":1330367820},"coords":"51.3650606,-0.1539106","bedrooms":"3","price":"175000","area":"439"} , +{"type":"Feature","id":"n1650689995","geometry":{"type":"Point","coordinates":[-0.1542745,51.3653169]},"properties":{"@type":"node","@id":1650689995,"@timestamp":1386575324},"coords":"51.3653169,-0.1542745","bedrooms":"3","price":"296000","area":"630"} , +{"type":"Feature","id":"n1650724620","geometry":{"type":"Point","coordinates":[-0.4625836,51.371102]},"properties":{"@type":"node","@id":1650724620,"@timestamp":1543774622},"coords":"51.371102,-0.4625836","bedrooms":"1","price":"260000","area":"430"} , +{"type":"Feature","id":"n1650724649","geometry":{"type":"Point","coordinates":[-0.4620792,51.3712688]},"properties":{"@type":"node","@id":1650724649,"@timestamp":1420389771},"coords":"51.3712688,-0.4620792","bedrooms":"0","price":"244000","area":"424"} , +{"type":"Feature","id":"n1650746961","geometry":{"type":"Point","coordinates":[-0.462475,51.3708646]},"properties":{"@type":"node","@id":1650746961,"@timestamp":1330372604},"coords":"51.3708646,-0.462475","bedrooms":"1","price":"221000","area":"621"} , +{"type":"Feature","id":"n1650787492","geometry":{"type":"Point","coordinates":[-0.1559673,51.3651696]},"properties":{"@type":"node","@id":1650787492,"@timestamp":1330374294},"coords":"51.3651696,-0.1559673","bedrooms":"4","price":"163000","area":"683"} , +{"type":"Feature","id":"n1650807619","geometry":{"type":"Point","coordinates":[-0.1548669,51.3650085]},"properties":{"@type":"node","@id":1650807619,"@timestamp":1330375434},"coords":"51.3650085,-0.1548669","bedrooms":"4","price":"289000","area":"438"} , +{"type":"Feature","id":"n1650851518","geometry":{"type":"Point","coordinates":[-0.1544716,51.3640376]},"properties":{"@type":"node","@id":1650851518,"@timestamp":1330377813},"coords":"51.3640376,-0.1544716","bedrooms":"3","price":"265000","area":"433"} , +{"type":"Feature","id":"n1650867593","geometry":{"type":"Point","coordinates":[-0.1529152,51.3632187]},"properties":{"@type":"node","@id":1650867593,"@timestamp":1330378889},"coords":"51.3632187,-0.1529152","bedrooms":"1","price":"226000","area":"457"} , +{"type":"Feature","id":"n1650943828","geometry":{"type":"Point","coordinates":[-0.2050565,51.2364731]},"properties":{"@type":"node","@id":1650943828,"@timestamp":1619903651},"coords":"51.2364731,-0.2050565","bedrooms":"4","price":"282000","area":"638"} , +{"type":"Feature","id":"n1650975400","geometry":{"type":"Point","coordinates":[-0.1152229,51.5380947]},"properties":{"@type":"node","@id":1650975400,"@timestamp":1624556692},"coords":"51.5380947,-0.1152229","bedrooms":"2","price":"193000","area":"534"} , +{"type":"Feature","id":"n1650975411","geometry":{"type":"Point","coordinates":[-0.1128676,51.5466276]},"properties":{"@type":"node","@id":1650975411,"@timestamp":1485625800},"coords":"51.5466276,-0.1128676","bedrooms":"3","price":"289000","area":"385"} , +{"type":"Feature","id":"n1650975425","geometry":{"type":"Point","coordinates":[-0.1011824,51.5598006]},"properties":{"@type":"node","@id":1650975425,"@timestamp":1378542474},"coords":"51.5598006,-0.1011824","bedrooms":"2","price":"182000","area":"404"} , +{"type":"Feature","id":"n1651075332","geometry":{"type":"Point","coordinates":[-0.1886606,51.6590519]},"properties":{"@type":"node","@id":1651075332,"@timestamp":1427321806},"coords":"51.6590519,-0.1886606","bedrooms":"4","price":"244000","area":"654"} , +{"type":"Feature","id":"n1651335341","geometry":{"type":"Point","coordinates":[-0.3180908,51.3413184]},"properties":{"@type":"node","@id":1651335341,"@timestamp":1551792510},"coords":"51.3413184,-0.3180908","bedrooms":"2","price":"223000","area":"698"} , +{"type":"Feature","id":"n1651583044","geometry":{"type":"Point","coordinates":[-0.4360846,51.4073253]},"properties":{"@type":"node","@id":1651583044,"@timestamp":1623144886},"coords":"51.4073253,-0.4360846","bedrooms":"4","price":"291000","area":"656"} , +{"type":"Feature","id":"n1651795426","geometry":{"type":"Point","coordinates":[-0.1562506,51.3632881]},"properties":{"@type":"node","@id":1651795426,"@timestamp":1330454177},"coords":"51.3632881,-0.1562506","bedrooms":"3","price":"278000","area":"367"} , +{"type":"Feature","id":"n1651804112","geometry":{"type":"Point","coordinates":[-0.1566119,51.3646709]},"properties":{"@type":"node","@id":1651804112,"@timestamp":1330454593},"coords":"51.3646709,-0.1566119","bedrooms":"4","price":"212000","area":"482"} , +{"type":"Feature","id":"n1651867793","geometry":{"type":"Point","coordinates":[0.0620387,51.5176821]},"properties":{"@type":"node","@id":1651867793,"@timestamp":1330457267},"coords":"51.5176821,0.0620387","bedrooms":"3","price":"240000","area":"553"} , +{"type":"Feature","id":"n1651916578","geometry":{"type":"Point","coordinates":[-0.1365457,51.5384346]},"properties":{"@type":"node","@id":1651916578,"@timestamp":1330459740},"coords":"51.5384346,-0.1365457","bedrooms":"1","price":"160000","area":"378"} , +{"type":"Feature","id":"n1651916644","geometry":{"type":"Point","coordinates":[-0.1312937,51.5459531]},"properties":{"@type":"node","@id":1651916644,"@timestamp":1330459741},"coords":"51.5459531,-0.1312937","bedrooms":"1","price":"276000","area":"422"} , +{"type":"Feature","id":"n1652024676","geometry":{"type":"Point","coordinates":[-0.1565402,51.3620593]},"properties":{"@type":"node","@id":1652024676,"@timestamp":1330463047},"coords":"51.3620593,-0.1565402","bedrooms":"0","price":"246000","area":"435"} , +{"type":"Feature","id":"n1652072317","geometry":{"type":"Point","coordinates":[-0.1527738,51.3619345]},"properties":{"@type":"node","@id":1652072317,"@timestamp":1598364348},"coords":"51.3619345,-0.1527738","bedrooms":"0","price":"172000","area":"528"} , +{"type":"Feature","id":"n1652149933","geometry":{"type":"Point","coordinates":[-0.97867,51.7474447]},"properties":{"@type":"node","@id":1652149933,"@timestamp":1526220433},"coords":"51.7474447,-0.97867","bedrooms":"3","price":"229000","area":"694"} , +{"type":"Feature","id":"n1652181197","geometry":{"type":"Point","coordinates":[-0.4601499,51.3620461]},"properties":{"@type":"node","@id":1652181197,"@timestamp":1452791201},"coords":"51.3620461,-0.4601499","bedrooms":"0","price":"231000","area":"677"} , +{"type":"Feature","id":"n1652181230","geometry":{"type":"Point","coordinates":[-0.4592163,51.3619357]},"properties":{"@type":"node","@id":1652181230,"@timestamp":1452791201},"coords":"51.3619357,-0.4592163","bedrooms":"0","price":"284000","area":"605"} , +{"type":"Feature","id":"n1652188490","geometry":{"type":"Point","coordinates":[-0.1535616,51.3612439]},"properties":{"@type":"node","@id":1652188490,"@timestamp":1330467607},"coords":"51.3612439,-0.1535616","bedrooms":"3","price":"246000","area":"396"} , +{"type":"Feature","id":"n1652189095","geometry":{"type":"Point","coordinates":[-0.1530123,51.3611747]},"properties":{"@type":"node","@id":1652189095,"@timestamp":1598364348},"coords":"51.3611747,-0.1530123","bedrooms":"4","price":"246000","area":"673"} , +{"type":"Feature","id":"n1652243486","geometry":{"type":"Point","coordinates":[-0.1557059,51.3605817]},"properties":{"@type":"node","@id":1652243486,"@timestamp":1330469530},"coords":"51.3605817,-0.1557059","bedrooms":"2","price":"236000","area":"485"} , +{"type":"Feature","id":"n1652244781","geometry":{"type":"Point","coordinates":[-0.5538079,51.4301619]},"properties":{"@type":"node","@id":1652244781,"@timestamp":1605629423},"coords":"51.4301619,-0.5538079","bedrooms":"2","price":"261000","area":"602"} , +{"type":"Feature","id":"n1652287814","geometry":{"type":"Point","coordinates":[-0.1424001,51.3609037]},"properties":{"@type":"node","@id":1652287814,"@timestamp":1330473642},"coords":"51.3609037,-0.1424001","bedrooms":"1","price":"276000","area":"501"} , +{"type":"Feature","id":"n1652828625","geometry":{"type":"Point","coordinates":[0.4320356,51.3026234]},"properties":{"@type":"node","@id":1652828625,"@timestamp":1543944898},"coords":"51.3026234,0.4320356","bedrooms":"3","price":"291000","area":"561"} , +{"type":"Feature","id":"n1652984193","geometry":{"type":"Point","coordinates":[-0.0606455,51.468256]},"properties":{"@type":"node","@id":1652984193,"@timestamp":1330534096},"coords":"51.468256,-0.0606455","bedrooms":"1","price":"262000","area":"675"} , +{"type":"Feature","id":"n1653108732","geometry":{"type":"Point","coordinates":[-0.9794944,51.7480226]},"properties":{"@type":"node","@id":1653108732,"@timestamp":1526220433},"coords":"51.7480226,-0.9794944","bedrooms":"3","price":"287000","area":"427"} , +{"type":"Feature","id":"n1653112246","geometry":{"type":"Point","coordinates":[-0.1537389,51.3602607]},"properties":{"@type":"node","@id":1653112246,"@timestamp":1384884877},"coords":"51.3602607,-0.1537389","bedrooms":"0","price":"235000","area":"618"} , +{"type":"Feature","id":"n1653177255","geometry":{"type":"Point","coordinates":[-0.1542056,51.3588376]},"properties":{"@type":"node","@id":1653177255,"@timestamp":1623180809},"coords":"51.3588376,-0.1542056","bedrooms":"1","price":"165000","area":"379"} , +{"type":"Feature","id":"n1653189872","geometry":{"type":"Point","coordinates":[-0.7895748,51.1959842]},"properties":{"@type":"node","@id":1653189872,"@timestamp":1330541501},"coords":"51.1959842,-0.7895748","bedrooms":"3","price":"288000","area":"660"} , +{"type":"Feature","id":"n1653245415","geometry":{"type":"Point","coordinates":[-0.150067,51.3599462]},"properties":{"@type":"node","@id":1653245415,"@timestamp":1543252121},"coords":"51.3599462,-0.150067","bedrooms":"2","price":"227000","area":"558"} , +{"type":"Feature","id":"n1653270130","geometry":{"type":"Point","coordinates":[-0.1520458,51.358308]},"properties":{"@type":"node","@id":1653270130,"@timestamp":1330546074},"coords":"51.358308,-0.1520458","bedrooms":"2","price":"240000","area":"485"} , +{"type":"Feature","id":"n1653312326","geometry":{"type":"Point","coordinates":[-0.1150321,51.5603282]},"properties":{"@type":"node","@id":1653312326,"@timestamp":1380078104},"coords":"51.5603282,-0.1150321","bedrooms":"4","price":"200000","area":"626"} , +{"type":"Feature","id":"n1653312378","geometry":{"type":"Point","coordinates":[-0.0824393,51.5781197]},"properties":{"@type":"node","@id":1653312378,"@timestamp":1619563035},"coords":"51.5781197,-0.0824393","bedrooms":"1","price":"229000","area":"570"} , +{"type":"Feature","id":"n1653403924","geometry":{"type":"Point","coordinates":[-0.1544165,51.3563842]},"properties":{"@type":"node","@id":1653403924,"@timestamp":1540666631},"coords":"51.3563842,-0.1544165","bedrooms":"4","price":"272000","area":"617"} , +{"type":"Feature","id":"n1653632314","geometry":{"type":"Point","coordinates":[-0.5632371,51.4263523]},"properties":{"@type":"node","@id":1653632314,"@timestamp":1433632959},"coords":"51.4263523,-0.5632371","bedrooms":"1","price":"166000","area":"494"} , +{"type":"Feature","id":"n1653704211","geometry":{"type":"Point","coordinates":[-0.1531298,51.3561896]},"properties":{"@type":"node","@id":1653704211,"@timestamp":1540666631},"coords":"51.3561896,-0.1531298","bedrooms":"0","price":"150000","area":"554"} , +{"type":"Feature","id":"n1653723620","geometry":{"type":"Point","coordinates":[-0.1507372,51.3564714]},"properties":{"@type":"node","@id":1653723620,"@timestamp":1540724259},"coords":"51.3564714,-0.1507372","bedrooms":"0","price":"188000","area":"472"} , +{"type":"Feature","id":"n1653753883","geometry":{"type":"Point","coordinates":[-0.1560818,51.3597968]},"properties":{"@type":"node","@id":1653753883,"@timestamp":1330561684},"coords":"51.3597968,-0.1560818","bedrooms":"0","price":"249000","area":"421"} , +{"type":"Feature","id":"n1654058273","geometry":{"type":"Point","coordinates":[-0.1573557,51.3598639]},"properties":{"@type":"node","@id":1654058273,"@timestamp":1330589077},"coords":"51.3598639,-0.1573557","bedrooms":"4","price":"171000","area":"579"} , +{"type":"Feature","id":"n1654205949","geometry":{"type":"Point","coordinates":[-0.6938043,51.6671902]},"properties":{"@type":"node","@id":1654205949,"@timestamp":1623491573},"coords":"51.6671902,-0.6938043","bedrooms":"2","price":"279000","area":"490"} , +{"type":"Feature","id":"n1654370745","geometry":{"type":"Point","coordinates":[-0.1836991,51.4715798]},"properties":{"@type":"node","@id":1654370745,"@timestamp":1330610312},"coords":"51.4715798,-0.1836991","bedrooms":"1","price":"155000","area":"561"} , +{"type":"Feature","id":"n1654482334","geometry":{"type":"Point","coordinates":[-0.4196507,51.4196047]},"properties":{"@type":"node","@id":1654482334,"@timestamp":1627700506},"coords":"51.4196047,-0.4196507","bedrooms":"3","price":"296000","area":"641"} , +{"type":"Feature","id":"n1654738830","geometry":{"type":"Point","coordinates":[-0.160211,51.3589586]},"properties":{"@type":"node","@id":1654738830,"@timestamp":1330627991},"coords":"51.3589586,-0.160211","bedrooms":"3","price":"227000","area":"555"} , +{"type":"Feature","id":"n1654745810","geometry":{"type":"Point","coordinates":[-0.3957253,51.3683586]},"properties":{"@type":"node","@id":1654745810,"@timestamp":1497295323},"coords":"51.3683586,-0.3957253","bedrooms":"2","price":"203000","area":"550"} , +{"type":"Feature","id":"n1654901087","geometry":{"type":"Point","coordinates":[-0.1133198,51.5216749]},"properties":{"@type":"node","@id":1654901087,"@timestamp":1624484890},"coords":"51.5216749,-0.1133198","bedrooms":"1","price":"217000","area":"595"} , +{"type":"Feature","id":"n1655007937","geometry":{"type":"Point","coordinates":[-0.2074216,51.2378227]},"properties":{"@type":"node","@id":1655007937,"@timestamp":1523100204},"coords":"51.2378227,-0.2074216","bedrooms":"2","price":"164000","area":"447"} , +{"type":"Feature","id":"n1655082711","geometry":{"type":"Point","coordinates":[-0.333991,51.289531]},"properties":{"@type":"node","@id":1655082711,"@timestamp":1518045485},"coords":"51.289531,-0.333991","bedrooms":"2","price":"257000","area":"689"} , +{"type":"Feature","id":"n1655084399","geometry":{"type":"Point","coordinates":[-0.1416043,51.5294923]},"properties":{"@type":"node","@id":1655084399,"@timestamp":1601124172},"coords":"51.5294923,-0.1416043","bedrooms":"2","price":"252000","area":"621"} , +{"type":"Feature","id":"n1655084446","geometry":{"type":"Point","coordinates":[-0.14237,51.5394363]},"properties":{"@type":"node","@id":1655084446,"@timestamp":1600531974},"coords":"51.5394363,-0.14237","bedrooms":"3","price":"290000","area":"452"} , +{"type":"Feature","id":"n1655084527","geometry":{"type":"Point","coordinates":[-0.1310136,51.5636047]},"properties":{"@type":"node","@id":1655084527,"@timestamp":1468312621},"coords":"51.5636047,-0.1310136","bedrooms":"4","price":"241000","area":"541"} , +{"type":"Feature","id":"n1655084614","geometry":{"type":"Point","coordinates":[-0.1259591,51.5669456]},"properties":{"@type":"node","@id":1655084614,"@timestamp":1330637461},"coords":"51.5669456,-0.1259591","bedrooms":"2","price":"273000","area":"408"} , +{"type":"Feature","id":"n1655221026","geometry":{"type":"Point","coordinates":[-0.2049409,51.2362287]},"properties":{"@type":"node","@id":1655221026,"@timestamp":1537360902},"coords":"51.2362287,-0.2049409","bedrooms":"3","price":"282000","area":"541"} , +{"type":"Feature","id":"n1655221056","geometry":{"type":"Point","coordinates":[-0.2043507,51.2378064]},"properties":{"@type":"node","@id":1655221056,"@timestamp":1614280817},"coords":"51.2378064,-0.2043507","bedrooms":"3","price":"288000","area":"397"} , +{"type":"Feature","id":"n1655225592","geometry":{"type":"Point","coordinates":[-0.1990946,51.4934552]},"properties":{"@type":"node","@id":1655225592,"@timestamp":1595752248},"coords":"51.4934552,-0.1990946","bedrooms":"3","price":"207000","area":"506"} , +{"type":"Feature","id":"n1655519598","geometry":{"type":"Point","coordinates":[-0.3971509,51.380029]},"properties":{"@type":"node","@id":1655519598,"@timestamp":1570449618},"coords":"51.380029,-0.3971509","bedrooms":"4","price":"192000","area":"658"} , +{"type":"Feature","id":"n1655594884","geometry":{"type":"Point","coordinates":[-0.1627748,51.3588212]},"properties":{"@type":"node","@id":1655594884,"@timestamp":1330673976},"coords":"51.3588212,-0.1627748","bedrooms":"1","price":"161000","area":"425"} , +{"type":"Feature","id":"n1655801215","geometry":{"type":"Point","coordinates":[-0.8292767,51.2726753]},"properties":{"@type":"node","@id":1655801215,"@timestamp":1330686384},"coords":"51.2726753,-0.8292767","bedrooms":"3","price":"257000","area":"571"} , +{"type":"Feature","id":"n1656007762","geometry":{"type":"Point","coordinates":[-0.1355503,51.5319265]},"properties":{"@type":"node","@id":1656007762,"@timestamp":1596974048},"coords":"51.5319265,-0.1355503","bedrooms":"3","price":"225000","area":"456"} , +{"type":"Feature","id":"n1656041023","geometry":{"type":"Point","coordinates":[-0.1361456,51.5324283]},"properties":{"@type":"node","@id":1656041023,"@timestamp":1449346247},"coords":"51.5324283,-0.1361456","bedrooms":"4","price":"228000","area":"376"} , +{"type":"Feature","id":"n1656057201","geometry":{"type":"Point","coordinates":[-0.1348047,51.5311425]},"properties":{"@type":"node","@id":1656057201,"@timestamp":1330701688},"coords":"51.5311425,-0.1348047","bedrooms":"1","price":"171000","area":"554"} , +{"type":"Feature","id":"n1656086534","geometry":{"type":"Point","coordinates":[-0.1464116,51.5360579]},"properties":{"@type":"node","@id":1656086534,"@timestamp":1580950148},"coords":"51.5360579,-0.1464116","bedrooms":"0","price":"181000","area":"580"} , +{"type":"Feature","id":"n1656242196","geometry":{"type":"Point","coordinates":[-0.4057593,51.3685169]},"properties":{"@type":"node","@id":1656242196,"@timestamp":1497292401},"coords":"51.3685169,-0.4057593","bedrooms":"1","price":"262000","area":"472"} , +{"type":"Feature","id":"n1656279135","geometry":{"type":"Point","coordinates":[-0.7812311,51.1777296]},"properties":{"@type":"node","@id":1656279135,"@timestamp":1330711658},"coords":"51.1777296,-0.7812311","bedrooms":"4","price":"298000","area":"566"} , +{"type":"Feature","id":"n1656374765","geometry":{"type":"Point","coordinates":[-0.0356564,51.4741159]},"properties":{"@type":"node","@id":1656374765,"@timestamp":1331478085},"coords":"51.4741159,-0.0356564","bedrooms":"2","price":"230000","area":"485"} , +{"type":"Feature","id":"n1656430390","geometry":{"type":"Point","coordinates":[-0.6231304,51.3737498]},"properties":{"@type":"node","@id":1656430390,"@timestamp":1335987858},"coords":"51.3737498,-0.6231304","bedrooms":"0","price":"159000","area":"638"} , +{"type":"Feature","id":"n1656684280","geometry":{"type":"Point","coordinates":[-0.1077675,51.5220193]},"properties":{"@type":"node","@id":1656684280,"@timestamp":1563378518},"coords":"51.5220193,-0.1077675","bedrooms":"3","price":"223000","area":"625"} , +{"type":"Feature","id":"n1656868265","geometry":{"type":"Point","coordinates":[-0.1639189,51.1839968]},"properties":{"@type":"node","@id":1656868265,"@timestamp":1330731673},"coords":"51.1839968,-0.1639189","bedrooms":"0","price":"214000","area":"540"} , +{"type":"Feature","id":"n1656868383","geometry":{"type":"Point","coordinates":[-0.1862941,51.1331266]},"properties":{"@type":"node","@id":1656868383,"@timestamp":1612280548},"coords":"51.1331266,-0.1862941","bedrooms":"2","price":"200000","area":"630"} , +{"type":"Feature","id":"n1656996304","geometry":{"type":"Point","coordinates":[-0.026245,51.5179702]},"properties":{"@type":"node","@id":1656996304,"@timestamp":1581865493},"coords":"51.5179702,-0.026245","bedrooms":"4","price":"251000","area":"443"} , +{"type":"Feature","id":"n1657016849","geometry":{"type":"Point","coordinates":[-0.0357757,51.4740014]},"properties":{"@type":"node","@id":1657016849,"@timestamp":1330743038},"coords":"51.4740014,-0.0357757","bedrooms":"0","price":"223000","area":"538"} , +{"type":"Feature","id":"n1657020121","geometry":{"type":"Point","coordinates":[-0.0355291,51.4739755]},"properties":{"@type":"node","@id":1657020121,"@timestamp":1330743235},"coords":"51.4739755,-0.0355291","bedrooms":"4","price":"204000","area":"547"} , +{"type":"Feature","id":"n1657345882","geometry":{"type":"Point","coordinates":[-0.5328116,51.3653656]},"properties":{"@type":"node","@id":1657345882,"@timestamp":1630720660},"coords":"51.3653656,-0.5328116","bedrooms":"4","price":"199000","area":"635"} , +{"type":"Feature","id":"n1657355782","geometry":{"type":"Point","coordinates":[0.7369332,51.3593531]},"properties":{"@type":"node","@id":1657355782,"@timestamp":1567457350},"coords":"51.3593531,0.7369332","bedrooms":"2","price":"171000","area":"435"} , +{"type":"Feature","id":"n1657480036","geometry":{"type":"Point","coordinates":[0.1014503,51.246361]},"properties":{"@type":"node","@id":1657480036,"@timestamp":1428318073},"coords":"51.246361,0.1014503","bedrooms":"2","price":"237000","area":"533"} , +{"type":"Feature","id":"n1657554114","geometry":{"type":"Point","coordinates":[-0.1108533,51.5514415]},"properties":{"@type":"node","@id":1657554114,"@timestamp":1608236041},"coords":"51.5514415,-0.1108533","bedrooms":"2","price":"236000","area":"536"} , +{"type":"Feature","id":"n1657560939","geometry":{"type":"Point","coordinates":[-0.4908688,51.4019218]},"properties":{"@type":"node","@id":1657560939,"@timestamp":1515790082},"coords":"51.4019218,-0.4908688","bedrooms":"2","price":"173000","area":"634"} , +{"type":"Feature","id":"n1657621238","geometry":{"type":"Point","coordinates":[-0.3675224,51.4078193]},"properties":{"@type":"node","@id":1657621238,"@timestamp":1625861188},"coords":"51.4078193,-0.3675224","bedrooms":"4","price":"229000","area":"468"} , +{"type":"Feature","id":"n1657680723","geometry":{"type":"Point","coordinates":[-0.457453,51.3697755]},"properties":{"@type":"node","@id":1657680723,"@timestamp":1330792436},"coords":"51.3697755,-0.457453","bedrooms":"2","price":"235000","area":"597"} , +{"type":"Feature","id":"n1657728129","geometry":{"type":"Point","coordinates":[-0.4620574,51.3714359]},"properties":{"@type":"node","@id":1657728129,"@timestamp":1543774623},"coords":"51.3714359,-0.4620574","bedrooms":"1","price":"210000","area":"562"} , +{"type":"Feature","id":"n1657851229","geometry":{"type":"Point","coordinates":[-0.281432,51.5220704]},"properties":{"@type":"node","@id":1657851229,"@timestamp":1493742358},"coords":"51.5220704,-0.281432","bedrooms":"4","price":"219000","area":"443"} , +{"type":"Feature","id":"n1657851365","geometry":{"type":"Point","coordinates":[-0.2809228,51.522445]},"properties":{"@type":"node","@id":1657851365,"@timestamp":1493742356},"coords":"51.522445,-0.2809228","bedrooms":"3","price":"244000","area":"553"} , +{"type":"Feature","id":"n1657851528","geometry":{"type":"Point","coordinates":[-0.2814594,51.522583]},"properties":{"@type":"node","@id":1657851528,"@timestamp":1493742374},"coords":"51.522583,-0.2814594","bedrooms":"4","price":"226000","area":"420"} , +{"type":"Feature","id":"n1657851665","geometry":{"type":"Point","coordinates":[-0.2814143,51.5189567]},"properties":{"@type":"node","@id":1657851665,"@timestamp":1493742371},"coords":"51.5189567,-0.2814143","bedrooms":"3","price":"299000","area":"491"} , +{"type":"Feature","id":"n1657851793","geometry":{"type":"Point","coordinates":[-0.2811836,51.5232366]},"properties":{"@type":"node","@id":1657851793,"@timestamp":1493742375},"coords":"51.5232366,-0.2811836","bedrooms":"1","price":"161000","area":"680"} , +{"type":"Feature","id":"n1657851912","geometry":{"type":"Point","coordinates":[-0.282206,51.5223799]},"properties":{"@type":"node","@id":1657851912,"@timestamp":1493742364},"coords":"51.5223799,-0.282206","bedrooms":"1","price":"166000","area":"527"} , +{"type":"Feature","id":"n1657852028","geometry":{"type":"Point","coordinates":[-0.2821597,51.523259]},"properties":{"@type":"node","@id":1657852028,"@timestamp":1493742373},"coords":"51.523259,-0.2821597","bedrooms":"3","price":"195000","area":"473"} , +{"type":"Feature","id":"n1657852151","geometry":{"type":"Point","coordinates":[-0.2822085,51.5218647]},"properties":{"@type":"node","@id":1657852151,"@timestamp":1493742356},"coords":"51.5218647,-0.2822085","bedrooms":"3","price":"276000","area":"687"} , +{"type":"Feature","id":"n1657852269","geometry":{"type":"Point","coordinates":[-0.2827638,51.5229354]},"properties":{"@type":"node","@id":1657852269,"@timestamp":1493742374},"coords":"51.5229354,-0.2827638","bedrooms":"2","price":"184000","area":"533"} , +{"type":"Feature","id":"n1657852342","geometry":{"type":"Point","coordinates":[-0.2815039,51.5192747]},"properties":{"@type":"node","@id":1657852342,"@timestamp":1493742370},"coords":"51.5192747,-0.2815039","bedrooms":"0","price":"266000","area":"589"} , +{"type":"Feature","id":"n1657852453","geometry":{"type":"Point","coordinates":[-0.282722,51.5220983]},"properties":{"@type":"node","@id":1657852453,"@timestamp":1493742365},"coords":"51.5220983,-0.282722","bedrooms":"3","price":"153000","area":"372"} , +{"type":"Feature","id":"n1657852521","geometry":{"type":"Point","coordinates":[-0.2826767,51.5215214]},"properties":{"@type":"node","@id":1657852521,"@timestamp":1493742359},"coords":"51.5215214,-0.2826767","bedrooms":"4","price":"205000","area":"677"} , +{"type":"Feature","id":"n1657852597","geometry":{"type":"Point","coordinates":[-0.2820923,51.5188932]},"properties":{"@type":"node","@id":1657852597,"@timestamp":1493742368},"coords":"51.5188932,-0.2820923","bedrooms":"2","price":"208000","area":"612"} , +{"type":"Feature","id":"n1657852706","geometry":{"type":"Point","coordinates":[-0.281514,51.5198842]},"properties":{"@type":"node","@id":1657852706,"@timestamp":1493742361},"coords":"51.5198842,-0.281514","bedrooms":"3","price":"287000","area":"402"} , +{"type":"Feature","id":"n1657852803","geometry":{"type":"Point","coordinates":[-0.2821032,51.5194388]},"properties":{"@type":"node","@id":1657852803,"@timestamp":1493742365},"coords":"51.5194388,-0.2821032","bedrooms":"4","price":"246000","area":"617"} , +{"type":"Feature","id":"n1657852924","geometry":{"type":"Point","coordinates":[-0.2815142,51.5206854]},"properties":{"@type":"node","@id":1657852924,"@timestamp":1493742373},"coords":"51.5206854,-0.2815142","bedrooms":"3","price":"179000","area":"431"} , +{"type":"Feature","id":"n1657853032","geometry":{"type":"Point","coordinates":[-0.2821097,51.5199437]},"properties":{"@type":"node","@id":1657853032,"@timestamp":1493742367},"coords":"51.5199437,-0.2821097","bedrooms":"1","price":"209000","area":"524"} , +{"type":"Feature","id":"n1657853162","geometry":{"type":"Point","coordinates":[-0.281445,51.5183471]},"properties":{"@type":"node","@id":1657853162,"@timestamp":1493742401},"coords":"51.5183471,-0.281445","bedrooms":"4","price":"160000","area":"677"} , +{"type":"Feature","id":"n1657853284","geometry":{"type":"Point","coordinates":[-0.2820878,51.518386]},"properties":{"@type":"node","@id":1657853284,"@timestamp":1493742369},"coords":"51.518386,-0.2820878","bedrooms":"2","price":"225000","area":"573"} , +{"type":"Feature","id":"n1657853505","geometry":{"type":"Point","coordinates":[-0.2809117,51.521833]},"properties":{"@type":"node","@id":1657853505,"@timestamp":1493742371},"coords":"51.521833,-0.2809117","bedrooms":"0","price":"170000","area":"585"} , +{"type":"Feature","id":"n1657853711","geometry":{"type":"Point","coordinates":[-0.2814315,51.5219295]},"properties":{"@type":"node","@id":1657853711,"@timestamp":1493742356},"coords":"51.5219295,-0.2814315","bedrooms":"3","price":"270000","area":"362"} , +{"type":"Feature","id":"n1657916550","geometry":{"type":"Point","coordinates":[0.0009178,51.5388694]},"properties":{"@type":"node","@id":1657916550,"@timestamp":1616952774},"coords":"51.5388694,0.0009178","bedrooms":"4","price":"263000","area":"563"} , +{"type":"Feature","id":"n1658038921","geometry":{"type":"Point","coordinates":[-0.144097,51.4963251]},"properties":{"@type":"node","@id":1658038921,"@timestamp":1564151631},"coords":"51.4963251,-0.144097","bedrooms":"2","price":"254000","area":"422"} , +{"type":"Feature","id":"n1658039483","geometry":{"type":"Point","coordinates":[-0.1668361,51.5203099]},"properties":{"@type":"node","@id":1658039483,"@timestamp":1561355768},"coords":"51.5203099,-0.1668361","bedrooms":"4","price":"295000","area":"638"} , +{"type":"Feature","id":"n1658100024","geometry":{"type":"Point","coordinates":[-0.4625162,51.3696702]},"properties":{"@type":"node","@id":1658100024,"@timestamp":1330808249},"coords":"51.3696702,-0.4625162","bedrooms":"0","price":"252000","area":"666"} , +{"type":"Feature","id":"n1658110241","geometry":{"type":"Point","coordinates":[-0.0006231,51.5388734]},"properties":{"@type":"node","@id":1658110241,"@timestamp":1629213369},"coords":"51.5388734,-0.0006231","bedrooms":"3","price":"155000","area":"495"} , +{"type":"Feature","id":"n1658171264","geometry":{"type":"Point","coordinates":[-0.4712358,51.754298]},"properties":{"@type":"node","@id":1658171264,"@timestamp":1330810123},"coords":"51.754298,-0.4712358","bedrooms":"4","price":"216000","area":"483"} , +{"type":"Feature","id":"n1658209685","geometry":{"type":"Point","coordinates":[-0.3614508,51.1724271]},"properties":{"@type":"node","@id":1658209685,"@timestamp":1628783797},"coords":"51.1724271,-0.3614508","bedrooms":"4","price":"244000","area":"389"} , +{"type":"Feature","id":"n1658249077","geometry":{"type":"Point","coordinates":[-0.2039055,51.5220551]},"properties":{"@type":"node","@id":1658249077,"@timestamp":1603051264},"coords":"51.5220551,-0.2039055","bedrooms":"0","price":"258000","area":"683"} , +{"type":"Feature","id":"n1658249346","geometry":{"type":"Point","coordinates":[-0.2144242,51.5245099]},"properties":{"@type":"node","@id":1658249346,"@timestamp":1603051264},"coords":"51.5245099,-0.2144242","bedrooms":"4","price":"203000","area":"656"} , +{"type":"Feature","id":"n1658258280","geometry":{"type":"Point","coordinates":[-0.1276229,51.5685102]},"properties":{"@type":"node","@id":1658258280,"@timestamp":1591141228},"coords":"51.5685102,-0.1276229","bedrooms":"2","price":"250000","area":"605"} , +{"type":"Feature","id":"n1658271100","geometry":{"type":"Point","coordinates":[-0.2181306,51.5252948]},"properties":{"@type":"node","@id":1658271100,"@timestamp":1603051264},"coords":"51.5252948,-0.2181306","bedrooms":"2","price":"183000","area":"381"} , +{"type":"Feature","id":"n1658285630","geometry":{"type":"Point","coordinates":[0.2414036,51.8272491]},"properties":{"@type":"node","@id":1658285630,"@timestamp":1330814866},"coords":"51.8272491,0.2414036","bedrooms":"3","price":"226000","area":"362"} , +{"type":"Feature","id":"n1658289012","geometry":{"type":"Point","coordinates":[-0.2263728,51.5254417]},"properties":{"@type":"node","@id":1658289012,"@timestamp":1603051264},"coords":"51.5254417,-0.2263728","bedrooms":"0","price":"255000","area":"683"} , +{"type":"Feature","id":"n1658309926","geometry":{"type":"Point","coordinates":[-0.2437691,51.5236692]},"properties":{"@type":"node","@id":1658309926,"@timestamp":1603051264},"coords":"51.5236692,-0.2437691","bedrooms":"0","price":"179000","area":"526"} , +{"type":"Feature","id":"n1658322350","geometry":{"type":"Point","coordinates":[-0.3710894,51.4075991]},"properties":{"@type":"node","@id":1658322350,"@timestamp":1625861188},"coords":"51.4075991,-0.3710894","bedrooms":"0","price":"164000","area":"446"} , +{"type":"Feature","id":"n1658324270","geometry":{"type":"Point","coordinates":[-0.2334074,51.5255652]},"properties":{"@type":"node","@id":1658324270,"@timestamp":1603051264},"coords":"51.5255652,-0.2334074","bedrooms":"1","price":"245000","area":"574"} , +{"type":"Feature","id":"n1658544859","geometry":{"type":"Point","coordinates":[-0.0373086,51.4725371]},"properties":{"@type":"node","@id":1658544859,"@timestamp":1330833714},"coords":"51.4725371,-0.0373086","bedrooms":"1","price":"271000","area":"501"} , +{"type":"Feature","id":"n1658785096","geometry":{"type":"Point","coordinates":[-0.1279335,51.433218]},"properties":{"@type":"node","@id":1658785096,"@timestamp":1330855620},"coords":"51.433218,-0.1279335","bedrooms":"1","price":"161000","area":"623"} , +{"type":"Feature","id":"n1658899094","geometry":{"type":"Point","coordinates":[-0.2001139,51.4890829]},"properties":{"@type":"node","@id":1658899094,"@timestamp":1615504514},"coords":"51.4890829,-0.2001139","bedrooms":"4","price":"225000","area":"526"} , +{"type":"Feature","id":"n1658899500","geometry":{"type":"Point","coordinates":[-0.0750006,51.5060483]},"properties":{"@type":"node","@id":1658899500,"@timestamp":1628553638},"coords":"51.5060483,-0.0750006","bedrooms":"3","price":"235000","area":"353"} , +{"type":"Feature","id":"n1659031669","geometry":{"type":"Point","coordinates":[-0.7741737,51.3351708]},"properties":{"@type":"node","@id":1659031669,"@timestamp":1592256124},"coords":"51.3351708,-0.7741737","bedrooms":"3","price":"186000","area":"357"} , +{"type":"Feature","id":"n1659255689","geometry":{"type":"Point","coordinates":[-0.4333862,51.2626088]},"properties":{"@type":"node","@id":1659255689,"@timestamp":1620514304},"coords":"51.2626088,-0.4333862","bedrooms":"3","price":"190000","area":"512"} , +{"type":"Feature","id":"n1659471157","geometry":{"type":"Point","coordinates":[-0.8941715,51.4405162]},"properties":{"@type":"node","@id":1659471157,"@timestamp":1477346308},"coords":"51.4405162,-0.8941715","bedrooms":"2","price":"208000","area":"528"} , +{"type":"Feature","id":"n1659659969","geometry":{"type":"Point","coordinates":[-0.1220963,51.5186708]},"properties":{"@type":"node","@id":1659659969,"@timestamp":1553720422},"coords":"51.5186708,-0.1220963","bedrooms":"0","price":"236000","area":"534"} , +{"type":"Feature","id":"n1659768084","geometry":{"type":"Point","coordinates":[-0.2400972,51.5305725]},"properties":{"@type":"node","@id":1659768084,"@timestamp":1603023753},"coords":"51.5305725,-0.2400972","bedrooms":"3","price":"203000","area":"695"} , +{"type":"Feature","id":"n1659791882","geometry":{"type":"Point","coordinates":[-0.1192763,51.503176]},"properties":{"@type":"node","@id":1659791882,"@timestamp":1480930679},"coords":"51.503176,-0.1192763","bedrooms":"3","price":"197000","area":"566"} , +{"type":"Feature","id":"n1660419182","geometry":{"type":"Point","coordinates":[-0.1887138,51.4608561]},"properties":{"@type":"node","@id":1660419182,"@timestamp":1611405220},"coords":"51.4608561,-0.1887138","bedrooms":"3","price":"210000","area":"654"} , +{"type":"Feature","id":"n1660419510","geometry":{"type":"Point","coordinates":[-0.243184,51.4671481]},"properties":{"@type":"node","@id":1660419510,"@timestamp":1588588927},"coords":"51.4671481,-0.243184","bedrooms":"0","price":"198000","area":"512"} , +{"type":"Feature","id":"n1660428270","geometry":{"type":"Point","coordinates":[-0.2665383,51.4680855]},"properties":{"@type":"node","@id":1660428270,"@timestamp":1626008798},"coords":"51.4680855,-0.2665383","bedrooms":"4","price":"229000","area":"421"} , +{"type":"Feature","id":"n1660714676","geometry":{"type":"Point","coordinates":[-0.5549853,51.4192662]},"properties":{"@type":"node","@id":1660714676,"@timestamp":1330959835},"coords":"51.4192662,-0.5549853","bedrooms":"1","price":"210000","area":"465"} , +{"type":"Feature","id":"n1660816124","geometry":{"type":"Point","coordinates":[-0.5892116,51.4297602]},"properties":{"@type":"node","@id":1660816124,"@timestamp":1622719652},"coords":"51.4297602,-0.5892116","bedrooms":"1","price":"231000","area":"354"} , +{"type":"Feature","id":"n1660921046","geometry":{"type":"Point","coordinates":[0.0025991,51.542899]},"properties":{"@type":"node","@id":1660921046,"@timestamp":1588426921},"coords":"51.542899,0.0025991","bedrooms":"0","price":"165000","area":"450"} , +{"type":"Feature","id":"n1660985311","geometry":{"type":"Point","coordinates":[-0.1646508,51.3578132]},"properties":{"@type":"node","@id":1660985311,"@timestamp":1330971562},"coords":"51.3578132,-0.1646508","bedrooms":"0","price":"158000","area":"528"} , +{"type":"Feature","id":"n1660985951","geometry":{"type":"Point","coordinates":[-0.164042,51.3582215]},"properties":{"@type":"node","@id":1660985951,"@timestamp":1330971577},"coords":"51.3582215,-0.164042","bedrooms":"3","price":"182000","area":"514"} , +{"type":"Feature","id":"n1661040802","geometry":{"type":"Point","coordinates":[-0.1688895,51.357443]},"properties":{"@type":"node","@id":1661040802,"@timestamp":1538328955},"coords":"51.357443,-0.1688895","bedrooms":"4","price":"247000","area":"588"} , +{"type":"Feature","id":"n1661043239","geometry":{"type":"Point","coordinates":[-0.3296944,51.2176839]},"properties":{"@type":"node","@id":1661043239,"@timestamp":1507820134},"coords":"51.2176839,-0.3296944","bedrooms":"4","price":"262000","area":"616"} , +{"type":"Feature","id":"n1661055211","geometry":{"type":"Point","coordinates":[-0.3097372,51.4172678]},"properties":{"@type":"node","@id":1661055211,"@timestamp":1623434372},"coords":"51.4172678,-0.3097372","bedrooms":"4","price":"249000","area":"376"} , +{"type":"Feature","id":"n1661112163","geometry":{"type":"Point","coordinates":[-0.0627922,51.5876624]},"properties":{"@type":"node","@id":1661112163,"@timestamp":1589217689},"coords":"51.5876624,-0.0627922","bedrooms":"2","price":"188000","area":"365"} , +{"type":"Feature","id":"n1661124442","geometry":{"type":"Point","coordinates":[-0.1702399,51.3563652]},"properties":{"@type":"node","@id":1661124442,"@timestamp":1330976265},"coords":"51.3563652,-0.1702399","bedrooms":"3","price":"198000","area":"689"} , +{"type":"Feature","id":"n1661125458","geometry":{"type":"Point","coordinates":[-0.17071,51.3550708]},"properties":{"@type":"node","@id":1661125458,"@timestamp":1330976284},"coords":"51.3550708,-0.17071","bedrooms":"0","price":"227000","area":"421"} , +{"type":"Feature","id":"n1661431063","geometry":{"type":"Point","coordinates":[-0.1706842,51.3575736]},"properties":{"@type":"node","@id":1661431063,"@timestamp":1510437579},"coords":"51.3575736,-0.1706842","bedrooms":"1","price":"216000","area":"631"} , +{"type":"Feature","id":"n1661493682","geometry":{"type":"Point","coordinates":[-0.1711677,51.355507]},"properties":{"@type":"node","@id":1661493682,"@timestamp":1330987446},"coords":"51.355507,-0.1711677","bedrooms":"2","price":"159000","area":"543"} , +{"type":"Feature","id":"n1661521210","geometry":{"type":"Point","coordinates":[-0.1705823,51.3534283]},"properties":{"@type":"node","@id":1661521210,"@timestamp":1330988453},"coords":"51.3534283,-0.1705823","bedrooms":"3","price":"155000","area":"563"} , +{"type":"Feature","id":"n1661869414","geometry":{"type":"Point","coordinates":[-0.3822092,51.4008887]},"properties":{"@type":"node","@id":1661869414,"@timestamp":1331011800},"coords":"51.4008887,-0.3822092","bedrooms":"1","price":"265000","area":"677"} , +{"type":"Feature","id":"n1662018124","geometry":{"type":"Point","coordinates":[-0.1704782,51.3537403]},"properties":{"@type":"node","@id":1662018124,"@timestamp":1331020633},"coords":"51.3537403,-0.1704782","bedrooms":"1","price":"187000","area":"425"} , +{"type":"Feature","id":"n1662364356","geometry":{"type":"Point","coordinates":[0.2010685,51.3044943]},"properties":{"@type":"node","@id":1662364356,"@timestamp":1331041065},"coords":"51.3044943,0.2010685","bedrooms":"2","price":"288000","area":"493"} , +{"type":"Feature","id":"n1662820127","geometry":{"type":"Point","coordinates":[-0.166824,51.3536084]},"properties":{"@type":"node","@id":1662820127,"@timestamp":1597910856},"coords":"51.3536084,-0.166824","bedrooms":"0","price":"223000","area":"351"} , +{"type":"Feature","id":"n1662875724","geometry":{"type":"Point","coordinates":[-0.1632014,51.3505358]},"properties":{"@type":"node","@id":1662875724,"@timestamp":1538310284},"coords":"51.3505358,-0.1632014","bedrooms":"0","price":"252000","area":"618"} , +{"type":"Feature","id":"n1662955465","geometry":{"type":"Point","coordinates":[-0.1651516,51.3544526]},"properties":{"@type":"node","@id":1662955465,"@timestamp":1331062019},"coords":"51.3544526,-0.1651516","bedrooms":"3","price":"188000","area":"418"} , +{"type":"Feature","id":"n1662957067","geometry":{"type":"Point","coordinates":[-0.1648344,51.3540866]},"properties":{"@type":"node","@id":1662957067,"@timestamp":1331062039},"coords":"51.3540866,-0.1648344","bedrooms":"4","price":"184000","area":"389"} , +{"type":"Feature","id":"n1663208026","geometry":{"type":"Point","coordinates":[-0.382133,51.4023595]},"properties":{"@type":"node","@id":1663208026,"@timestamp":1616110546},"coords":"51.4023595,-0.382133","bedrooms":"4","price":"268000","area":"395"} , +{"type":"Feature","id":"n1663330979","geometry":{"type":"Point","coordinates":[-0.1622395,51.3552656]},"properties":{"@type":"node","@id":1663330979,"@timestamp":1331074177},"coords":"51.3552656,-0.1622395","bedrooms":"4","price":"208000","area":"696"} , +{"type":"Feature","id":"n1663373002","geometry":{"type":"Point","coordinates":[-0.1613001,51.3549164]},"properties":{"@type":"node","@id":1663373002,"@timestamp":1331076024},"coords":"51.3549164,-0.1613001","bedrooms":"4","price":"217000","area":"584"} , +{"type":"Feature","id":"n1663403026","geometry":{"type":"Point","coordinates":[-0.1563306,51.3561772]},"properties":{"@type":"node","@id":1663403026,"@timestamp":1540755329},"coords":"51.3561772,-0.1563306","bedrooms":"4","price":"160000","area":"528"} , +{"type":"Feature","id":"n1663618464","geometry":{"type":"Point","coordinates":[-0.2181652,51.3998174]},"properties":{"@type":"node","@id":1663618464,"@timestamp":1574725176},"coords":"51.3998174,-0.2181652","bedrooms":"2","price":"274000","area":"595"} , +{"type":"Feature","id":"n1663977513","geometry":{"type":"Point","coordinates":[-0.1584118,51.355486]},"properties":{"@type":"node","@id":1663977513,"@timestamp":1540755329},"coords":"51.355486,-0.1584118","bedrooms":"1","price":"234000","area":"504"} , +{"type":"Feature","id":"n1664106467","geometry":{"type":"Point","coordinates":[-0.1029282,51.5286654]},"properties":{"@type":"node","@id":1664106467,"@timestamp":1331115972},"coords":"51.5286654,-0.1029282","bedrooms":"4","price":"166000","area":"378"} , +{"type":"Feature","id":"n1664190607","geometry":{"type":"Point","coordinates":[-0.7531884,51.2812473]},"properties":{"@type":"node","@id":1664190607,"@timestamp":1366892092},"coords":"51.2812473,-0.7531884","bedrooms":"3","price":"205000","area":"462"} , +{"type":"Feature","id":"n1664507427","geometry":{"type":"Point","coordinates":[-0.5840051,51.6702074]},"properties":{"@type":"node","@id":1664507427,"@timestamp":1588513236},"coords":"51.6702074,-0.5840051","bedrooms":"2","price":"227000","area":"500"} , +{"type":"Feature","id":"n1664711580","geometry":{"type":"Point","coordinates":[-0.1766536,51.5265672]},"properties":{"@type":"node","@id":1664711580,"@timestamp":1494107780},"coords":"51.5265672,-0.1766536","bedrooms":"0","price":"168000","area":"580"} , +{"type":"Feature","id":"n1664969829","geometry":{"type":"Point","coordinates":[-0.1557452,51.3582804]},"properties":{"@type":"node","@id":1664969829,"@timestamp":1540755329},"coords":"51.3582804,-0.1557452","bedrooms":"1","price":"162000","area":"593"} , +{"type":"Feature","id":"n1665012569","geometry":{"type":"Point","coordinates":[-0.1645415,51.3591209]},"properties":{"@type":"node","@id":1665012569,"@timestamp":1509280030},"coords":"51.3591209,-0.1645415","bedrooms":"0","price":"173000","area":"598"} , +{"type":"Feature","id":"n1665142884","geometry":{"type":"Point","coordinates":[-0.1667836,51.3586639]},"properties":{"@type":"node","@id":1665142884,"@timestamp":1331157165},"coords":"51.3586639,-0.1667836","bedrooms":"0","price":"224000","area":"515"} , +{"type":"Feature","id":"n1665157433","geometry":{"type":"Point","coordinates":[-0.071867,51.5853588]},"properties":{"@type":"node","@id":1665157433,"@timestamp":1564911804},"coords":"51.5853588,-0.071867","bedrooms":"0","price":"165000","area":"622"} , +{"type":"Feature","id":"n1665157571","geometry":{"type":"Point","coordinates":[-0.0742462,51.6282149]},"properties":{"@type":"node","@id":1665157571,"@timestamp":1626108634},"coords":"51.6282149,-0.0742462","bedrooms":"1","price":"287000","area":"600"} , +{"type":"Feature","id":"n1665267792","geometry":{"type":"Point","coordinates":[-0.0994804,51.5245731]},"properties":{"@type":"node","@id":1665267792,"@timestamp":1331160619},"coords":"51.5245731,-0.0994804","bedrooms":"1","price":"184000","area":"365"} , +{"type":"Feature","id":"n1665283729","geometry":{"type":"Point","coordinates":[-0.174575,51.3517045]},"properties":{"@type":"node","@id":1665283729,"@timestamp":1331162456},"coords":"51.3517045,-0.174575","bedrooms":"1","price":"212000","area":"370"} , +{"type":"Feature","id":"n1665330062","geometry":{"type":"Point","coordinates":[-0.1763565,51.3533473]},"properties":{"@type":"node","@id":1665330062,"@timestamp":1331165172},"coords":"51.3533473,-0.1763565","bedrooms":"3","price":"182000","area":"400"} , +{"type":"Feature","id":"n1665334264","geometry":{"type":"Point","coordinates":[-0.1713563,51.3533289]},"properties":{"@type":"node","@id":1665334264,"@timestamp":1331165802},"coords":"51.3533289,-0.1713563","bedrooms":"0","price":"238000","area":"382"} , +{"type":"Feature","id":"n1665564925","geometry":{"type":"Point","coordinates":[0.152571,51.2810464]},"properties":{"@type":"node","@id":1665564925,"@timestamp":1612225695},"coords":"51.2810464,0.152571","bedrooms":"0","price":"259000","area":"571"} , +{"type":"Feature","id":"n1665579197","geometry":{"type":"Point","coordinates":[-0.1769057,51.35352]},"properties":{"@type":"node","@id":1665579197,"@timestamp":1331197576},"coords":"51.35352,-0.1769057","bedrooms":"1","price":"248000","area":"684"} , +{"type":"Feature","id":"n1665579394","geometry":{"type":"Point","coordinates":[-0.1768245,51.352894]},"properties":{"@type":"node","@id":1665579394,"@timestamp":1331197588},"coords":"51.352894,-0.1768245","bedrooms":"4","price":"269000","area":"515"} , +{"type":"Feature","id":"n1665595494","geometry":{"type":"Point","coordinates":[-0.1796119,51.3504795]},"properties":{"@type":"node","@id":1665595494,"@timestamp":1331199197},"coords":"51.3504795,-0.1796119","bedrooms":"2","price":"213000","area":"454"} , +{"type":"Feature","id":"n1665598886","geometry":{"type":"Point","coordinates":[-0.1775741,51.3521576]},"properties":{"@type":"node","@id":1665598886,"@timestamp":1331199430},"coords":"51.3521576,-0.1775741","bedrooms":"1","price":"269000","area":"446"} , +{"type":"Feature","id":"n1665782316","geometry":{"type":"Point","coordinates":[-0.178767,51.3507323]},"properties":{"@type":"node","@id":1665782316,"@timestamp":1331209488},"coords":"51.3507323,-0.178767","bedrooms":"1","price":"187000","area":"668"} , +{"type":"Feature","id":"n1665798260","geometry":{"type":"Point","coordinates":[-0.1799133,51.3500549]},"properties":{"@type":"node","@id":1665798260,"@timestamp":1331210603},"coords":"51.3500549,-0.1799133","bedrooms":"3","price":"263000","area":"582"} , +{"type":"Feature","id":"n1665802025","geometry":{"type":"Point","coordinates":[-0.1793064,51.3499092]},"properties":{"@type":"node","@id":1665802025,"@timestamp":1331211173},"coords":"51.3499092,-0.1793064","bedrooms":"4","price":"166000","area":"499"} , +{"type":"Feature","id":"n1665980641","geometry":{"type":"Point","coordinates":[-0.3510226,51.0338199]},"properties":{"@type":"node","@id":1665980641,"@timestamp":1619293732},"coords":"51.0338199,-0.3510226","bedrooms":"2","price":"179000","area":"597"} , +{"type":"Feature","id":"n1666044171","geometry":{"type":"Point","coordinates":[-0.3527967,51.5057244]},"properties":{"@type":"node","@id":1666044171,"@timestamp":1331223308},"coords":"51.5057244,-0.3527967","bedrooms":"4","price":"156000","area":"541"} , +{"type":"Feature","id":"n1666149588","geometry":{"type":"Point","coordinates":[-0.0899048,51.4729515]},"properties":{"@type":"node","@id":1666149588,"@timestamp":1619144501},"coords":"51.4729515,-0.0899048","bedrooms":"3","price":"278000","area":"570"} , +{"type":"Feature","id":"n1666324108","geometry":{"type":"Point","coordinates":[-0.1521838,51.5157843]},"properties":{"@type":"node","@id":1666324108,"@timestamp":1551233209},"coords":"51.5157843,-0.1521838","bedrooms":"4","price":"189000","area":"663"} , +{"type":"Feature","id":"n1666568434","geometry":{"type":"Point","coordinates":[-0.901822,51.4438375]},"properties":{"@type":"node","@id":1666568434,"@timestamp":1331244901},"coords":"51.4438375,-0.901822","bedrooms":"4","price":"231000","area":"415"} , +{"type":"Feature","id":"n1666684996","geometry":{"type":"Point","coordinates":[-0.1797291,51.3492291]},"properties":{"@type":"node","@id":1666684996,"@timestamp":1331251650},"coords":"51.3492291,-0.1797291","bedrooms":"4","price":"276000","area":"598"} , +{"type":"Feature","id":"n1666746860","geometry":{"type":"Point","coordinates":[-0.0376144,51.4734747]},"properties":{"@type":"node","@id":1666746860,"@timestamp":1386817509},"coords":"51.4734747,-0.0376144","bedrooms":"4","price":"160000","area":"419"} , +{"type":"Feature","id":"n1666747634","geometry":{"type":"Point","coordinates":[-0.037483,51.4726043]},"properties":{"@type":"node","@id":1666747634,"@timestamp":1386817510},"coords":"51.4726043,-0.037483","bedrooms":"0","price":"237000","area":"389"} , +{"type":"Feature","id":"n1666756245","geometry":{"type":"Point","coordinates":[-0.0372899,51.4730303]},"properties":{"@type":"node","@id":1666756245,"@timestamp":1331260172},"coords":"51.4730303,-0.0372899","bedrooms":"1","price":"279000","area":"594"} , +{"type":"Feature","id":"n1666813926","geometry":{"type":"Point","coordinates":[-0.4360761,51.4259295]},"properties":{"@type":"node","@id":1666813926,"@timestamp":1443884138},"coords":"51.4259295,-0.4360761","bedrooms":"0","price":"241000","area":"540"} , +{"type":"Feature","id":"n1666882074","geometry":{"type":"Point","coordinates":[-0.1805822,51.348993]},"properties":{"@type":"node","@id":1666882074,"@timestamp":1331282358},"coords":"51.348993,-0.1805822","bedrooms":"3","price":"156000","area":"500"} , +{"type":"Feature","id":"n1666895956","geometry":{"type":"Point","coordinates":[0.6179729,51.6439548]},"properties":{"@type":"node","@id":1666895956,"@timestamp":1553494122},"coords":"51.6439548,0.6179729","bedrooms":"0","price":"288000","area":"676"} , +{"type":"Feature","id":"n1666902742","geometry":{"type":"Point","coordinates":[-0.1805407,51.3481566]},"properties":{"@type":"node","@id":1666902742,"@timestamp":1331283945},"coords":"51.3481566,-0.1805407","bedrooms":"0","price":"238000","area":"433"} , +{"type":"Feature","id":"n1666914829","geometry":{"type":"Point","coordinates":[-0.7937996,51.212879]},"properties":{"@type":"node","@id":1666914829,"@timestamp":1632053079},"coords":"51.212879,-0.7937996","bedrooms":"0","price":"158000","area":"566"} , +{"type":"Feature","id":"n1666927914","geometry":{"type":"Point","coordinates":[-0.1816252,51.3468217]},"properties":{"@type":"node","@id":1666927914,"@timestamp":1331285578},"coords":"51.3468217,-0.1816252","bedrooms":"4","price":"269000","area":"483"} , +{"type":"Feature","id":"n1666936001","geometry":{"type":"Point","coordinates":[-0.1822776,51.3469519]},"properties":{"@type":"node","@id":1666936001,"@timestamp":1331286346},"coords":"51.3469519,-0.1822776","bedrooms":"4","price":"294000","area":"409"} , +{"type":"Feature","id":"n1666971965","geometry":{"type":"Point","coordinates":[-0.1830608,51.3461495]},"properties":{"@type":"node","@id":1666971965,"@timestamp":1331287347},"coords":"51.3461495,-0.1830608","bedrooms":"3","price":"265000","area":"373"} , +{"type":"Feature","id":"n1666972402","geometry":{"type":"Point","coordinates":[-0.1832532,51.3459978]},"properties":{"@type":"node","@id":1666972402,"@timestamp":1331287357},"coords":"51.3459978,-0.1832532","bedrooms":"0","price":"205000","area":"373"} , +{"type":"Feature","id":"n1666999549","geometry":{"type":"Point","coordinates":[-0.1859867,51.3464146]},"properties":{"@type":"node","@id":1666999549,"@timestamp":1331288175},"coords":"51.3464146,-0.1859867","bedrooms":"3","price":"202000","area":"359"} , +{"type":"Feature","id":"n1667034417","geometry":{"type":"Point","coordinates":[-0.1863142,51.3468238]},"properties":{"@type":"node","@id":1667034417,"@timestamp":1331289544},"coords":"51.3468238,-0.1863142","bedrooms":"2","price":"170000","area":"450"} , +{"type":"Feature","id":"n1667152887","geometry":{"type":"Point","coordinates":[-0.4486409,51.923851]},"properties":{"@type":"node","@id":1667152887,"@timestamp":1613760456},"coords":"51.923851,-0.4486409","bedrooms":"3","price":"211000","area":"502"} , +{"type":"Feature","id":"n1667249523","geometry":{"type":"Point","coordinates":[-0.3338152,51.2271919]},"properties":{"@type":"node","@id":1667249523,"@timestamp":1331298726},"coords":"51.2271919,-0.3338152","bedrooms":"2","price":"205000","area":"389"} , +{"type":"Feature","id":"n1667301506","geometry":{"type":"Point","coordinates":[-0.1881385,51.3465411]},"properties":{"@type":"node","@id":1667301506,"@timestamp":1331301655},"coords":"51.3465411,-0.1881385","bedrooms":"4","price":"209000","area":"658"} , +{"type":"Feature","id":"n1667314846","geometry":{"type":"Point","coordinates":[-0.1905771,51.3467427]},"properties":{"@type":"node","@id":1667314846,"@timestamp":1331302458},"coords":"51.3467427,-0.1905771","bedrooms":"0","price":"158000","area":"605"} , +{"type":"Feature","id":"n1667321522","geometry":{"type":"Point","coordinates":[-0.1910666,51.346782]},"properties":{"@type":"node","@id":1667321522,"@timestamp":1331302799},"coords":"51.346782,-0.1910666","bedrooms":"0","price":"190000","area":"495"} , +{"type":"Feature","id":"n1667333422","geometry":{"type":"Point","coordinates":[-0.1881178,51.3469485]},"properties":{"@type":"node","@id":1667333422,"@timestamp":1331303365},"coords":"51.3469485,-0.1881178","bedrooms":"1","price":"230000","area":"673"} , +{"type":"Feature","id":"n1667347652","geometry":{"type":"Point","coordinates":[-0.1917226,51.3474164]},"properties":{"@type":"node","@id":1667347652,"@timestamp":1331304386},"coords":"51.3474164,-0.1917226","bedrooms":"2","price":"255000","area":"577"} , +{"type":"Feature","id":"n1667358145","geometry":{"type":"Point","coordinates":[-0.1927164,51.3477916]},"properties":{"@type":"node","@id":1667358145,"@timestamp":1331304912},"coords":"51.3477916,-0.1927164","bedrooms":"4","price":"182000","area":"416"} , +{"type":"Feature","id":"n1667372160","geometry":{"type":"Point","coordinates":[-0.1941212,51.3483273]},"properties":{"@type":"node","@id":1667372160,"@timestamp":1331306019},"coords":"51.3483273,-0.1941212","bedrooms":"2","price":"260000","area":"490"} , +{"type":"Feature","id":"n1667398669","geometry":{"type":"Point","coordinates":[-0.069525,51.4621201]},"properties":{"@type":"node","@id":1667398669,"@timestamp":1331318757},"coords":"51.4621201,-0.069525","bedrooms":"2","price":"188000","area":"548"} , +{"type":"Feature","id":"n1667414817","geometry":{"type":"Point","coordinates":[-0.1950557,51.349149]},"properties":{"@type":"node","@id":1667414817,"@timestamp":1331307475},"coords":"51.349149,-0.1950557","bedrooms":"2","price":"254000","area":"685"} , +{"type":"Feature","id":"n1667455008","geometry":{"type":"Point","coordinates":[-0.1966096,51.3467754]},"properties":{"@type":"node","@id":1667455008,"@timestamp":1331309594},"coords":"51.3467754,-0.1966096","bedrooms":"4","price":"298000","area":"442"} , +{"type":"Feature","id":"n1667521223","geometry":{"type":"Point","coordinates":[-0.4198811,51.4660197]},"properties":{"@type":"node","@id":1667521223,"@timestamp":1408472049},"coords":"51.4660197,-0.4198811","bedrooms":"0","price":"155000","area":"397"} , +{"type":"Feature","id":"n1667569356","geometry":{"type":"Point","coordinates":[-0.4055397,51.47235]},"properties":{"@type":"node","@id":1667569356,"@timestamp":1626822467},"coords":"51.47235,-0.4055397","bedrooms":"4","price":"161000","area":"486"} , +{"type":"Feature","id":"n1667650240","geometry":{"type":"Point","coordinates":[-0.2416949,51.4015497]},"properties":{"@type":"node","@id":1667650240,"@timestamp":1549666574},"coords":"51.4015497,-0.2416949","bedrooms":"2","price":"204000","area":"403"} , +{"type":"Feature","id":"n1667696889","geometry":{"type":"Point","coordinates":[-0.1791691,51.1181245]},"properties":{"@type":"node","@id":1667696889,"@timestamp":1611742645},"coords":"51.1181245,-0.1791691","bedrooms":"2","price":"244000","area":"383"} , +{"type":"Feature","id":"n1667816203","geometry":{"type":"Point","coordinates":[-0.5882398,51.2492406]},"properties":{"@type":"node","@id":1667816203,"@timestamp":1556139534},"coords":"51.2492406,-0.5882398","bedrooms":"3","price":"173000","area":"512"} , +{"type":"Feature","id":"n1668028979","geometry":{"type":"Point","coordinates":[-0.0587825,51.718278]},"properties":{"@type":"node","@id":1668028979,"@timestamp":1582166473},"coords":"51.718278,-0.0587825","bedrooms":"3","price":"210000","area":"604"} , +{"type":"Feature","id":"n1668064400","geometry":{"type":"Point","coordinates":[-0.3262285,51.2955521]},"properties":{"@type":"node","@id":1668064400,"@timestamp":1618699597},"coords":"51.2955521,-0.3262285","bedrooms":"1","price":"277000","area":"681"} , +{"type":"Feature","id":"n1668064458","geometry":{"type":"Point","coordinates":[-0.2050763,51.236584]},"properties":{"@type":"node","@id":1668064458,"@timestamp":1478343523},"coords":"51.236584,-0.2050763","bedrooms":"1","price":"284000","area":"581"} , +{"type":"Feature","id":"n1668102583","geometry":{"type":"Point","coordinates":[-0.1017061,51.5026765]},"properties":{"@type":"node","@id":1668102583,"@timestamp":1630358371},"coords":"51.5026765,-0.1017061","bedrooms":"0","price":"285000","area":"397"} , +{"type":"Feature","id":"n1668102594","geometry":{"type":"Point","coordinates":[-0.1020385,51.5038469]},"properties":{"@type":"node","@id":1668102594,"@timestamp":1630358371},"coords":"51.5038469,-0.1020385","bedrooms":"2","price":"231000","area":"618"} , +{"type":"Feature","id":"n1668102680","geometry":{"type":"Point","coordinates":[-0.1025147,51.5049064]},"properties":{"@type":"node","@id":1668102680,"@timestamp":1630358371},"coords":"51.5049064,-0.1025147","bedrooms":"1","price":"175000","area":"500"} , +{"type":"Feature","id":"n1668102692","geometry":{"type":"Point","coordinates":[-0.1032615,51.5060493]},"properties":{"@type":"node","@id":1668102692,"@timestamp":1630358371},"coords":"51.5060493,-0.1032615","bedrooms":"0","price":"219000","area":"529"} , +{"type":"Feature","id":"n1668102703","geometry":{"type":"Point","coordinates":[-0.1035381,51.5069614]},"properties":{"@type":"node","@id":1668102703,"@timestamp":1630358371},"coords":"51.5069614,-0.1035381","bedrooms":"3","price":"229000","area":"626"} , +{"type":"Feature","id":"n1668102713","geometry":{"type":"Point","coordinates":[-0.1034477,51.5076152]},"properties":{"@type":"node","@id":1668102713,"@timestamp":1630358371},"coords":"51.5076152,-0.1034477","bedrooms":"4","price":"170000","area":"673"} , +{"type":"Feature","id":"n1668102724","geometry":{"type":"Point","coordinates":[-0.1032478,51.5086875]},"properties":{"@type":"node","@id":1668102724,"@timestamp":1630358371},"coords":"51.5086875,-0.1032478","bedrooms":"3","price":"241000","area":"426"} , +{"type":"Feature","id":"n1668135511","geometry":{"type":"Point","coordinates":[-0.0822032,51.5201661]},"properties":{"@type":"node","@id":1668135511,"@timestamp":1479967986},"coords":"51.5201661,-0.0822032","bedrooms":"2","price":"153000","area":"469"} , +{"type":"Feature","id":"n1668346276","geometry":{"type":"Point","coordinates":[-0.4182222,51.6828158]},"properties":{"@type":"node","@id":1668346276,"@timestamp":1604942231},"coords":"51.6828158,-0.4182222","bedrooms":"1","price":"194000","area":"512"} , +{"type":"Feature","id":"n1668504213","geometry":{"type":"Point","coordinates":[-0.7437835,51.3149364]},"properties":{"@type":"node","@id":1668504213,"@timestamp":1636151693},"coords":"51.3149364,-0.7437835","bedrooms":"4","price":"214000","area":"353"} , +{"type":"Feature","id":"n1668506752","geometry":{"type":"Point","coordinates":[-0.1721124,51.4955784]},"properties":{"@type":"node","@id":1668506752,"@timestamp":1609626528},"coords":"51.4955784,-0.1721124","bedrooms":"3","price":"256000","area":"453"} , +{"type":"Feature","id":"n1668575276","geometry":{"type":"Point","coordinates":[-0.7265143,51.7737847]},"properties":{"@type":"node","@id":1668575276,"@timestamp":1331381653},"coords":"51.7737847,-0.7265143","bedrooms":"1","price":"196000","area":"591"} , +{"type":"Feature","id":"n1668575340","geometry":{"type":"Point","coordinates":[-0.7269622,51.7729001]},"properties":{"@type":"node","@id":1668575340,"@timestamp":1331381655},"coords":"51.7729001,-0.7269622","bedrooms":"1","price":"157000","area":"649"} , +{"type":"Feature","id":"n1668643152","geometry":{"type":"Point","coordinates":[0.1103232,51.4867195]},"properties":{"@type":"node","@id":1668643152,"@timestamp":1331384778},"coords":"51.4867195,0.1103232","bedrooms":"2","price":"186000","area":"657"} , +{"type":"Feature","id":"n1668693035","geometry":{"type":"Point","coordinates":[0.6131344,51.1076401]},"properties":{"@type":"node","@id":1668693035,"@timestamp":1331387080},"coords":"51.1076401,0.6131344","bedrooms":"4","price":"220000","area":"642"} , +{"type":"Feature","id":"n1668789816","geometry":{"type":"Point","coordinates":[-0.7576021,51.2736866]},"properties":{"@type":"node","@id":1668789816,"@timestamp":1568662888},"coords":"51.2736866,-0.7576021","bedrooms":"2","price":"224000","area":"501"} , +{"type":"Feature","id":"n1668876224","geometry":{"type":"Point","coordinates":[-0.1425869,51.519226]},"properties":{"@type":"node","@id":1668876224,"@timestamp":1546598988},"coords":"51.519226,-0.1425869","bedrooms":"0","price":"228000","area":"456"} , +{"type":"Feature","id":"n1669015240","geometry":{"type":"Point","coordinates":[-0.4414158,51.3904351]},"properties":{"@type":"node","@id":1669015240,"@timestamp":1621938547},"coords":"51.3904351,-0.4414158","bedrooms":"2","price":"241000","area":"508"} , +{"type":"Feature","id":"n1669331164","geometry":{"type":"Point","coordinates":[0.6060861,51.5877199]},"properties":{"@type":"node","@id":1669331164,"@timestamp":1577368177},"coords":"51.5877199,0.6060861","bedrooms":"1","price":"294000","area":"438"} , +{"type":"Feature","id":"n1669409890","geometry":{"type":"Point","coordinates":[-0.096047,51.5120096]},"properties":{"@type":"node","@id":1669409890,"@timestamp":1331417388},"coords":"51.5120096,-0.096047","bedrooms":"2","price":"286000","area":"505"} , +{"type":"Feature","id":"n1669495370","geometry":{"type":"Point","coordinates":[-0.0865043,51.5167865]},"properties":{"@type":"node","@id":1669495370,"@timestamp":1331424187},"coords":"51.5167865,-0.0865043","bedrooms":"1","price":"193000","area":"593"} , +{"type":"Feature","id":"n1669870286","geometry":{"type":"Point","coordinates":[-0.8102849,51.2137403]},"properties":{"@type":"node","@id":1669870286,"@timestamp":1477161571},"coords":"51.2137403,-0.8102849","bedrooms":"3","price":"249000","area":"581"} , +{"type":"Feature","id":"n1670177581","geometry":{"type":"Point","coordinates":[-0.0653521,51.504236]},"properties":{"@type":"node","@id":1670177581,"@timestamp":1590680905},"coords":"51.504236,-0.0653521","bedrooms":"4","price":"287000","area":"574"} , +{"type":"Feature","id":"n1670352394","geometry":{"type":"Point","coordinates":[-0.4893827,51.4096351]},"properties":{"@type":"node","@id":1670352394,"@timestamp":1441564044},"coords":"51.4096351,-0.4893827","bedrooms":"3","price":"176000","area":"379"} , +{"type":"Feature","id":"n1670406813","geometry":{"type":"Point","coordinates":[-0.508301,51.4329465]},"properties":{"@type":"node","@id":1670406813,"@timestamp":1564911804},"coords":"51.4329465,-0.508301","bedrooms":"0","price":"191000","area":"421"} , +{"type":"Feature","id":"n1670610042","geometry":{"type":"Point","coordinates":[-0.3077927,51.3626387]},"properties":{"@type":"node","@id":1670610042,"@timestamp":1564911804},"coords":"51.3626387,-0.3077927","bedrooms":"1","price":"239000","area":"521"} , +{"type":"Feature","id":"n1670635263","geometry":{"type":"Point","coordinates":[-0.1420881,51.569321]},"properties":{"@type":"node","@id":1670635263,"@timestamp":1331486909},"coords":"51.569321,-0.1420881","bedrooms":"2","price":"182000","area":"422"} , +{"type":"Feature","id":"n1670707975","geometry":{"type":"Point","coordinates":[-0.138457,51.5568005]},"properties":{"@type":"node","@id":1670707975,"@timestamp":1600337107},"coords":"51.5568005,-0.138457","bedrooms":"2","price":"188000","area":"434"} , +{"type":"Feature","id":"n1670756302","geometry":{"type":"Point","coordinates":[-0.5127004,51.8791035]},"properties":{"@type":"node","@id":1670756302,"@timestamp":1600970987},"coords":"51.8791035,-0.5127004","bedrooms":"2","price":"178000","area":"485"} , +{"type":"Feature","id":"n1670804251","geometry":{"type":"Point","coordinates":[-0.9155481,51.4516343]},"properties":{"@type":"node","@id":1670804251,"@timestamp":1453049105},"coords":"51.4516343,-0.9155481","bedrooms":"4","price":"196000","area":"586"} , +{"type":"Feature","id":"n1670930991","geometry":{"type":"Point","coordinates":[-0.2445541,51.247633]},"properties":{"@type":"node","@id":1670930991,"@timestamp":1331497203},"coords":"51.247633,-0.2445541","bedrooms":"0","price":"169000","area":"601"} , +{"type":"Feature","id":"n1670931214","geometry":{"type":"Point","coordinates":[-0.2380856,51.2419453]},"properties":{"@type":"node","@id":1670931214,"@timestamp":1331497209},"coords":"51.2419453,-0.2380856","bedrooms":"0","price":"241000","area":"504"} , +{"type":"Feature","id":"n1670931672","geometry":{"type":"Point","coordinates":[-0.2482751,51.2498011]},"properties":{"@type":"node","@id":1670931672,"@timestamp":1560684289},"coords":"51.2498011,-0.2482751","bedrooms":"3","price":"241000","area":"599"} , +{"type":"Feature","id":"n1671108791","geometry":{"type":"Point","coordinates":[-0.5730264,51.2320572]},"properties":{"@type":"node","@id":1671108791,"@timestamp":1331502183},"coords":"51.2320572,-0.5730264","bedrooms":"4","price":"269000","area":"544"} , +{"type":"Feature","id":"n1671168888","geometry":{"type":"Point","coordinates":[-0.1227137,51.580347]},"properties":{"@type":"node","@id":1671168888,"@timestamp":1548377565},"coords":"51.580347,-0.1227137","bedrooms":"3","price":"175000","area":"591"} , +{"type":"Feature","id":"n1671195342","geometry":{"type":"Point","coordinates":[-0.1226916,51.5803651]},"properties":{"@type":"node","@id":1671195342,"@timestamp":1548377565},"coords":"51.5803651,-0.1226916","bedrooms":"3","price":"185000","area":"655"} , +{"type":"Feature","id":"n1671207564","geometry":{"type":"Point","coordinates":[-0.1219192,51.5811081]},"properties":{"@type":"node","@id":1671207564,"@timestamp":1629140867},"coords":"51.5811081,-0.1219192","bedrooms":"4","price":"237000","area":"406"} , +{"type":"Feature","id":"n1671326573","geometry":{"type":"Point","coordinates":[0.0998518,51.2103975]},"properties":{"@type":"node","@id":1671326573,"@timestamp":1331509030},"coords":"51.2103975,0.0998518","bedrooms":"0","price":"246000","area":"665"} , +{"type":"Feature","id":"n1671601158","geometry":{"type":"Point","coordinates":[-0.4342514,51.4254744]},"properties":{"@type":"node","@id":1671601158,"@timestamp":1336667507},"coords":"51.4254744,-0.4342514","bedrooms":"1","price":"214000","area":"646"} , +{"type":"Feature","id":"n1671806454","geometry":{"type":"Point","coordinates":[-0.1965042,51.3463468]},"properties":{"@type":"node","@id":1671806454,"@timestamp":1331551776},"coords":"51.3463468,-0.1965042","bedrooms":"2","price":"298000","area":"681"} , +{"type":"Feature","id":"n1671886264","geometry":{"type":"Point","coordinates":[-0.1936527,51.349246]},"properties":{"@type":"node","@id":1671886264,"@timestamp":1331555026},"coords":"51.349246,-0.1936527","bedrooms":"3","price":"218000","area":"350"} , +{"type":"Feature","id":"n1671917145","geometry":{"type":"Point","coordinates":[-0.192547,51.3498123]},"properties":{"@type":"node","@id":1671917145,"@timestamp":1331556201},"coords":"51.3498123,-0.192547","bedrooms":"4","price":"227000","area":"661"} , +{"type":"Feature","id":"n1671926896","geometry":{"type":"Point","coordinates":[-0.239533,51.2329672]},"properties":{"@type":"node","@id":1671926896,"@timestamp":1531240324},"coords":"51.2329672,-0.239533","bedrooms":"1","price":"193000","area":"469"} , +{"type":"Feature","id":"n1671933799","geometry":{"type":"Point","coordinates":[-0.1952568,51.3506862]},"properties":{"@type":"node","@id":1671933799,"@timestamp":1331557447},"coords":"51.3506862,-0.1952568","bedrooms":"1","price":"203000","area":"363"} , +{"type":"Feature","id":"n1671953400","geometry":{"type":"Point","coordinates":[-0.1949217,51.3518948]},"properties":{"@type":"node","@id":1671953400,"@timestamp":1331558636},"coords":"51.3518948,-0.1949217","bedrooms":"0","price":"177000","area":"378"} , +{"type":"Feature","id":"n1671981840","geometry":{"type":"Point","coordinates":[-0.0919175,51.3722471]},"properties":{"@type":"node","@id":1671981840,"@timestamp":1611324420},"coords":"51.3722471,-0.0919175","bedrooms":"2","price":"289000","area":"570"} , +{"type":"Feature","id":"n1672047828","geometry":{"type":"Point","coordinates":[-0.194848,51.3449965]},"properties":{"@type":"node","@id":1672047828,"@timestamp":1331562523},"coords":"51.3449965,-0.194848","bedrooms":"1","price":"187000","area":"532"} , +{"type":"Feature","id":"n1672048305","geometry":{"type":"Point","coordinates":[-0.1955138,51.344855]},"properties":{"@type":"node","@id":1672048305,"@timestamp":1331562540},"coords":"51.344855,-0.1955138","bedrooms":"2","price":"247000","area":"447"} , +{"type":"Feature","id":"n1672104617","geometry":{"type":"Point","coordinates":[-0.1937106,51.3436047]},"properties":{"@type":"node","@id":1672104617,"@timestamp":1331565389},"coords":"51.3436047,-0.1937106","bedrooms":"3","price":"206000","area":"501"} , +{"type":"Feature","id":"n1672104902","geometry":{"type":"Point","coordinates":[-0.1945897,51.3433622]},"properties":{"@type":"node","@id":1672104902,"@timestamp":1331565402},"coords":"51.3433622,-0.1945897","bedrooms":"4","price":"155000","area":"424"} , +{"type":"Feature","id":"n1672123301","geometry":{"type":"Point","coordinates":[-0.366361,51.5113499]},"properties":{"@type":"node","@id":1672123301,"@timestamp":1591790171},"coords":"51.5113499,-0.366361","bedrooms":"3","price":"183000","area":"460"} , +{"type":"Feature","id":"n1672235731","geometry":{"type":"Point","coordinates":[-0.1597717,51.5596203]},"properties":{"@type":"node","@id":1672235731,"@timestamp":1607122618},"coords":"51.5596203,-0.1597717","bedrooms":"2","price":"206000","area":"468"} , +{"type":"Feature","id":"n1672313048","geometry":{"type":"Point","coordinates":[-1.3047375,51.0089048]},"properties":{"@type":"node","@id":1672313048,"@timestamp":1349647922},"coords":"51.0089048,-1.3047375","bedrooms":"4","price":"192000","area":"681"} , +{"type":"Feature","id":"n1672390893","geometry":{"type":"Point","coordinates":[-0.1932281,51.3434284]},"properties":{"@type":"node","@id":1672390893,"@timestamp":1331579333},"coords":"51.3434284,-0.1932281","bedrooms":"1","price":"220000","area":"693"} , +{"type":"Feature","id":"n1672411722","geometry":{"type":"Point","coordinates":[-0.191852,51.3432055]},"properties":{"@type":"node","@id":1672411722,"@timestamp":1331580150},"coords":"51.3432055,-0.191852","bedrooms":"2","price":"196000","area":"540"} , +{"type":"Feature","id":"n1672444321","geometry":{"type":"Point","coordinates":[-0.1896594,51.3419225]},"properties":{"@type":"node","@id":1672444321,"@timestamp":1552161128},"coords":"51.3419225,-0.1896594","bedrooms":"3","price":"179000","area":"638"} , +{"type":"Feature","id":"n1672473634","geometry":{"type":"Point","coordinates":[-0.1880413,51.3417224]},"properties":{"@type":"node","@id":1672473634,"@timestamp":1552161129},"coords":"51.3417224,-0.1880413","bedrooms":"2","price":"194000","area":"571"} , +{"type":"Feature","id":"n1672474200","geometry":{"type":"Point","coordinates":[-0.1878629,51.3418602]},"properties":{"@type":"node","@id":1672474200,"@timestamp":1552161129},"coords":"51.3418602,-0.1878629","bedrooms":"1","price":"217000","area":"616"} , +{"type":"Feature","id":"n1672506570","geometry":{"type":"Point","coordinates":[-0.1862784,51.3426247]},"properties":{"@type":"node","@id":1672506570,"@timestamp":1331583970},"coords":"51.3426247,-0.1862784","bedrooms":"2","price":"279000","area":"496"} , +{"type":"Feature","id":"n1672506643","geometry":{"type":"Point","coordinates":[-0.1855817,51.3432157]},"properties":{"@type":"node","@id":1672506643,"@timestamp":1331583975},"coords":"51.3432157,-0.1855817","bedrooms":"3","price":"292000","area":"362"} , +{"type":"Feature","id":"n1672506773","geometry":{"type":"Point","coordinates":[-0.1853852,51.3433908]},"properties":{"@type":"node","@id":1672506773,"@timestamp":1331583982},"coords":"51.3433908,-0.1853852","bedrooms":"2","price":"195000","area":"467"} , +{"type":"Feature","id":"n1672558795","geometry":{"type":"Point","coordinates":[-0.2789261,51.4790679]},"properties":{"@type":"node","@id":1672558795,"@timestamp":1619784241},"coords":"51.4790679,-0.2789261","bedrooms":"1","price":"210000","area":"625"} , +{"type":"Feature","id":"n1672605987","geometry":{"type":"Point","coordinates":[-0.1847889,51.3439428]},"properties":{"@type":"node","@id":1672605987,"@timestamp":1331587117},"coords":"51.3439428,-0.1847889","bedrooms":"0","price":"282000","area":"690"} , +{"type":"Feature","id":"n1672606246","geometry":{"type":"Point","coordinates":[-0.1828255,51.3456801]},"properties":{"@type":"node","@id":1672606246,"@timestamp":1331587127},"coords":"51.3456801,-0.1828255","bedrooms":"1","price":"197000","area":"584"} , +{"type":"Feature","id":"n1672606536","geometry":{"type":"Point","coordinates":[-0.1838514,51.3447423]},"properties":{"@type":"node","@id":1672606536,"@timestamp":1331587136},"coords":"51.3447423,-0.1838514","bedrooms":"0","price":"222000","area":"577"} , +{"type":"Feature","id":"n1672630424","geometry":{"type":"Point","coordinates":[-0.1837025,51.3455905]},"properties":{"@type":"node","@id":1672630424,"@timestamp":1331588026},"coords":"51.3455905,-0.1837025","bedrooms":"2","price":"258000","area":"607"} , +{"type":"Feature","id":"n1672646649","geometry":{"type":"Point","coordinates":[-0.1663972,51.117441]},"properties":{"@type":"node","@id":1672646649,"@timestamp":1625223384},"coords":"51.117441,-0.1663972","bedrooms":"1","price":"156000","area":"418"} , +{"type":"Feature","id":"n1672661342","geometry":{"type":"Point","coordinates":[-0.1970621,51.3446181]},"properties":{"@type":"node","@id":1672661342,"@timestamp":1331589050},"coords":"51.3446181,-0.1970621","bedrooms":"4","price":"165000","area":"639"} , +{"type":"Feature","id":"n1672691387","geometry":{"type":"Point","coordinates":[-0.2999268,51.3088456]},"properties":{"@type":"node","@id":1672691387,"@timestamp":1619654199},"coords":"51.3088456,-0.2999268","bedrooms":"3","price":"178000","area":"381"} , +{"type":"Feature","id":"n1672742797","geometry":{"type":"Point","coordinates":[-0.1936383,51.3519247]},"properties":{"@type":"node","@id":1672742797,"@timestamp":1331592055},"coords":"51.3519247,-0.1936383","bedrooms":"4","price":"270000","area":"459"} , +{"type":"Feature","id":"n1672763584","geometry":{"type":"Point","coordinates":[-0.1133394,51.215009]},"properties":{"@type":"node","@id":1672763584,"@timestamp":1367440661},"coords":"51.215009,-0.1133394","bedrooms":"1","price":"232000","area":"670"} , +{"type":"Feature","id":"n1672763800","geometry":{"type":"Point","coordinates":[-0.1155558,51.2260194]},"properties":{"@type":"node","@id":1672763800,"@timestamp":1367441267},"coords":"51.2260194,-0.1155558","bedrooms":"0","price":"232000","area":"580"} , +{"type":"Feature","id":"n1672763870","geometry":{"type":"Point","coordinates":[-0.1342053,51.2300092]},"properties":{"@type":"node","@id":1672763870,"@timestamp":1535896063},"coords":"51.2300092,-0.1342053","bedrooms":"0","price":"276000","area":"497"} , +{"type":"Feature","id":"n1672765281","geometry":{"type":"Point","coordinates":[-0.1929865,51.3525529]},"properties":{"@type":"node","@id":1672765281,"@timestamp":1331593046},"coords":"51.3525529,-0.1929865","bedrooms":"1","price":"200000","area":"616"} , +{"type":"Feature","id":"n1672768933","geometry":{"type":"Point","coordinates":[-0.1942914,51.3523192]},"properties":{"@type":"node","@id":1672768933,"@timestamp":1331593436},"coords":"51.3523192,-0.1942914","bedrooms":"3","price":"172000","area":"637"} , +{"type":"Feature","id":"n1672868357","geometry":{"type":"Point","coordinates":[-0.0163742,51.5443382]},"properties":{"@type":"node","@id":1672868357,"@timestamp":1595461454},"coords":"51.5443382,-0.0163742","bedrooms":"4","price":"171000","area":"551"} , +{"type":"Feature","id":"n1672987547","geometry":{"type":"Point","coordinates":[-0.4680218,51.4358089]},"properties":{"@type":"node","@id":1672987547,"@timestamp":1336580438},"coords":"51.4358089,-0.4680218","bedrooms":"2","price":"208000","area":"601"} , +{"type":"Feature","id":"n1673105236","geometry":{"type":"Point","coordinates":[-0.1927026,51.3521229]},"properties":{"@type":"node","@id":1673105236,"@timestamp":1331630285},"coords":"51.3521229,-0.1927026","bedrooms":"0","price":"163000","area":"513"} , +{"type":"Feature","id":"n1673141269","geometry":{"type":"Point","coordinates":[-0.1918058,51.3538836]},"properties":{"@type":"node","@id":1673141269,"@timestamp":1626975622},"coords":"51.3538836,-0.1918058","bedrooms":"4","price":"209000","area":"578"} , +{"type":"Feature","id":"n1673180005","geometry":{"type":"Point","coordinates":[-0.1925562,51.3537275]},"properties":{"@type":"node","@id":1673180005,"@timestamp":1331633980},"coords":"51.3537275,-0.1925562","bedrooms":"0","price":"190000","area":"436"} , +{"type":"Feature","id":"n1673180364","geometry":{"type":"Point","coordinates":[-0.3076429,51.430452]},"properties":{"@type":"node","@id":1673180364,"@timestamp":1598370106},"coords":"51.430452,-0.3076429","bedrooms":"3","price":"298000","area":"627"} , +{"type":"Feature","id":"n1673323486","geometry":{"type":"Point","coordinates":[-0.1938007,51.3540073]},"properties":{"@type":"node","@id":1673323486,"@timestamp":1331643921},"coords":"51.3540073,-0.1938007","bedrooms":"1","price":"170000","area":"688"} , +{"type":"Feature","id":"n1673501558","geometry":{"type":"Point","coordinates":[0.7254572,51.3031769]},"properties":{"@type":"node","@id":1673501558,"@timestamp":1331653512},"coords":"51.3031769,0.7254572","bedrooms":"3","price":"239000","area":"606"} , +{"type":"Feature","id":"n1673780691","geometry":{"type":"Point","coordinates":[-0.3539534,51.0690039]},"properties":{"@type":"node","@id":1673780691,"@timestamp":1576709260},"coords":"51.0690039,-0.3539534","bedrooms":"4","price":"287000","area":"415"} , +{"type":"Feature","id":"n1674025079","geometry":{"type":"Point","coordinates":[-0.1822782,51.5242834]},"properties":{"@type":"node","@id":1674025079,"@timestamp":1598980809},"coords":"51.5242834,-0.1822782","bedrooms":"0","price":"243000","area":"439"} , +{"type":"Feature","id":"n1674233618","geometry":{"type":"Point","coordinates":[0.007813,51.5138054]},"properties":{"@type":"node","@id":1674233618,"@timestamp":1597692857},"coords":"51.5138054,0.007813","bedrooms":"4","price":"202000","area":"637"} , +{"type":"Feature","id":"n1674340568","geometry":{"type":"Point","coordinates":[-0.4099451,51.5558318]},"properties":{"@type":"node","@id":1674340568,"@timestamp":1603717955},"coords":"51.5558318,-0.4099451","bedrooms":"4","price":"255000","area":"604"} , +{"type":"Feature","id":"n1674352830","geometry":{"type":"Point","coordinates":[-0.1926785,51.356631]},"properties":{"@type":"node","@id":1674352830,"@timestamp":1331717336},"coords":"51.356631,-0.1926785","bedrooms":"1","price":"186000","area":"578"} , +{"type":"Feature","id":"n1674368960","geometry":{"type":"Point","coordinates":[-0.1902831,51.3571473]},"properties":{"@type":"node","@id":1674368960,"@timestamp":1331719110},"coords":"51.3571473,-0.1902831","bedrooms":"4","price":"205000","area":"637"} , +{"type":"Feature","id":"n1674383480","geometry":{"type":"Point","coordinates":[-0.1904105,51.3577285]},"properties":{"@type":"node","@id":1674383480,"@timestamp":1331720117},"coords":"51.3577285,-0.1904105","bedrooms":"3","price":"156000","area":"683"} , +{"type":"Feature","id":"n1674428129","geometry":{"type":"Point","coordinates":[0.8431189,51.287252]},"properties":{"@type":"node","@id":1674428129,"@timestamp":1331723645},"coords":"51.287252,0.8431189","bedrooms":"4","price":"254000","area":"627"} , +{"type":"Feature","id":"n1674428156","geometry":{"type":"Point","coordinates":[0.8969497,51.2882169]},"properties":{"@type":"node","@id":1674428156,"@timestamp":1331723646},"coords":"51.2882169,0.8969497","bedrooms":"1","price":"168000","area":"441"} , +{"type":"Feature","id":"n1674428184","geometry":{"type":"Point","coordinates":[0.8984515,51.2884917]},"properties":{"@type":"node","@id":1674428184,"@timestamp":1331723647},"coords":"51.2884917,0.8984515","bedrooms":"4","price":"299000","area":"600"} , +{"type":"Feature","id":"n1674428211","geometry":{"type":"Point","coordinates":[0.8695991,51.2893751]},"properties":{"@type":"node","@id":1674428211,"@timestamp":1331723648},"coords":"51.2893751,0.8695991","bedrooms":"0","price":"173000","area":"602"} , +{"type":"Feature","id":"n1674428241","geometry":{"type":"Point","coordinates":[0.9014163,51.2903156]},"properties":{"@type":"node","@id":1674428241,"@timestamp":1331723649},"coords":"51.2903156,0.9014163","bedrooms":"1","price":"270000","area":"485"} , +{"type":"Feature","id":"n1674428253","geometry":{"type":"Point","coordinates":[0.9029057,51.2929772]},"properties":{"@type":"node","@id":1674428253,"@timestamp":1331723650},"coords":"51.2929772,0.9029057","bedrooms":"0","price":"193000","area":"491"} , +{"type":"Feature","id":"n1674428263","geometry":{"type":"Point","coordinates":[0.8164534,51.2949437]},"properties":{"@type":"node","@id":1674428263,"@timestamp":1631788765},"coords":"51.2949437,0.8164534","bedrooms":"2","price":"277000","area":"620"} , +{"type":"Feature","id":"n1674428284","geometry":{"type":"Point","coordinates":[0.8068418,51.2974464]},"properties":{"@type":"node","@id":1674428284,"@timestamp":1331723652},"coords":"51.2974464,0.8068418","bedrooms":"0","price":"267000","area":"441"} , +{"type":"Feature","id":"n1674428310","geometry":{"type":"Point","coordinates":[0.8028388,51.3017064]},"properties":{"@type":"node","@id":1674428310,"@timestamp":1331723653},"coords":"51.3017064,0.8028388","bedrooms":"2","price":"165000","area":"605"} , +{"type":"Feature","id":"n1674428360","geometry":{"type":"Point","coordinates":[0.7943049,51.3054398]},"properties":{"@type":"node","@id":1674428360,"@timestamp":1331723654},"coords":"51.3054398,0.7943049","bedrooms":"1","price":"196000","area":"631"} , +{"type":"Feature","id":"n1674428397","geometry":{"type":"Point","coordinates":[0.7682307,51.3074152]},"properties":{"@type":"node","@id":1674428397,"@timestamp":1331723655},"coords":"51.3074152,0.7682307","bedrooms":"1","price":"249000","area":"688"} , +{"type":"Feature","id":"n1674428412","geometry":{"type":"Point","coordinates":[0.7617307,51.3083022]},"properties":{"@type":"node","@id":1674428412,"@timestamp":1331723656},"coords":"51.3083022,0.7617307","bedrooms":"1","price":"206000","area":"601"} , +{"type":"Feature","id":"n1674428427","geometry":{"type":"Point","coordinates":[0.7525987,51.3103407]},"properties":{"@type":"node","@id":1674428427,"@timestamp":1331723657},"coords":"51.3103407,0.7525987","bedrooms":"1","price":"248000","area":"565"} , +{"type":"Feature","id":"n1674428444","geometry":{"type":"Point","coordinates":[0.7382017,51.3136426]},"properties":{"@type":"node","@id":1674428444,"@timestamp":1331723658},"coords":"51.3136426,0.7382017","bedrooms":"1","price":"244000","area":"513"} , +{"type":"Feature","id":"n1674428454","geometry":{"type":"Point","coordinates":[0.7255531,51.3174659]},"properties":{"@type":"node","@id":1674428454,"@timestamp":1331723660},"coords":"51.3174659,0.7255531","bedrooms":"2","price":"275000","area":"562"} , +{"type":"Feature","id":"n1674428464","geometry":{"type":"Point","coordinates":[0.7093236,51.3187598]},"properties":{"@type":"node","@id":1674428464,"@timestamp":1331723661},"coords":"51.3187598,0.7093236","bedrooms":"1","price":"163000","area":"425"} , +{"type":"Feature","id":"n1674428474","geometry":{"type":"Point","coordinates":[0.6994061,51.3219322]},"properties":{"@type":"node","@id":1674428474,"@timestamp":1331723662},"coords":"51.3219322,0.6994061","bedrooms":"4","price":"209000","area":"362"} , +{"type":"Feature","id":"n1674428484","geometry":{"type":"Point","coordinates":[0.6911607,51.3275198]},"properties":{"@type":"node","@id":1674428484,"@timestamp":1331723663},"coords":"51.3275198,0.6911607","bedrooms":"0","price":"208000","area":"482"} , +{"type":"Feature","id":"n1674428494","geometry":{"type":"Point","coordinates":[0.6947849,51.3358401]},"properties":{"@type":"node","@id":1674428494,"@timestamp":1331723665},"coords":"51.3358401,0.6947849","bedrooms":"0","price":"181000","area":"375"} , +{"type":"Feature","id":"n1674428512","geometry":{"type":"Point","coordinates":[0.70575,51.3389825]},"properties":{"@type":"node","@id":1674428512,"@timestamp":1331723666},"coords":"51.3389825,0.70575","bedrooms":"0","price":"277000","area":"360"} , +{"type":"Feature","id":"n1674428534","geometry":{"type":"Point","coordinates":[0.7034022,51.3395476]},"properties":{"@type":"node","@id":1674428534,"@timestamp":1331723668},"coords":"51.3395476,0.7034022","bedrooms":"4","price":"232000","area":"382"} , +{"type":"Feature","id":"n1674428544","geometry":{"type":"Point","coordinates":[0.6974264,51.340977]},"properties":{"@type":"node","@id":1674428544,"@timestamp":1331723669},"coords":"51.340977,0.6974264","bedrooms":"3","price":"157000","area":"555"} , +{"type":"Feature","id":"n1674430613","geometry":{"type":"Point","coordinates":[-0.1867366,51.3577461]},"properties":{"@type":"node","@id":1674430613,"@timestamp":1624630230},"coords":"51.3577461,-0.1867366","bedrooms":"0","price":"196000","area":"429"} , +{"type":"Feature","id":"n1674488235","geometry":{"type":"Point","coordinates":[-0.1821026,51.5220058]},"properties":{"@type":"node","@id":1674488235,"@timestamp":1565888794},"coords":"51.5220058,-0.1821026","bedrooms":"0","price":"175000","area":"506"} , +{"type":"Feature","id":"n1674497976","geometry":{"type":"Point","coordinates":[-0.1861243,51.3573402]},"properties":{"@type":"node","@id":1674497976,"@timestamp":1624630240},"coords":"51.3573402,-0.1861243","bedrooms":"0","price":"299000","area":"534"} , +{"type":"Feature","id":"n1674575936","geometry":{"type":"Point","coordinates":[-0.1910739,51.3588554]},"properties":{"@type":"node","@id":1674575936,"@timestamp":1389373675},"coords":"51.3588554,-0.1910739","bedrooms":"3","price":"218000","area":"370"} , +{"type":"Feature","id":"n1674576134","geometry":{"type":"Point","coordinates":[-0.1911289,51.3594257]},"properties":{"@type":"node","@id":1674576134,"@timestamp":1331734200},"coords":"51.3594257,-0.1911289","bedrooms":"3","price":"233000","area":"495"} , +{"type":"Feature","id":"n1674625776","geometry":{"type":"Point","coordinates":[-0.6206438,51.5145325]},"properties":{"@type":"node","@id":1674625776,"@timestamp":1331737486},"coords":"51.5145325,-0.6206438","bedrooms":"2","price":"173000","area":"467"} , +{"type":"Feature","id":"n1674641461","geometry":{"type":"Point","coordinates":[-0.2909098,51.4246509]},"properties":{"@type":"node","@id":1674641461,"@timestamp":1593769000},"coords":"51.4246509,-0.2909098","bedrooms":"0","price":"173000","area":"580"} , +{"type":"Feature","id":"n1674670098","geometry":{"type":"Point","coordinates":[-0.1871188,51.3589026]},"properties":{"@type":"node","@id":1674670098,"@timestamp":1331740132},"coords":"51.3589026,-0.1871188","bedrooms":"2","price":"246000","area":"681"} , +{"type":"Feature","id":"n1674807343","geometry":{"type":"Point","coordinates":[-0.2542962,51.5236361]},"properties":{"@type":"node","@id":1674807343,"@timestamp":1603023753},"coords":"51.5236361,-0.2542962","bedrooms":"0","price":"271000","area":"352"} , +{"type":"Feature","id":"n1674807442","geometry":{"type":"Point","coordinates":[-0.254541,51.5296488]},"properties":{"@type":"node","@id":1674807442,"@timestamp":1603023753},"coords":"51.5296488,-0.254541","bedrooms":"2","price":"215000","area":"491"} , +{"type":"Feature","id":"n1674807597","geometry":{"type":"Point","coordinates":[-0.2357198,51.5302137]},"properties":{"@type":"node","@id":1674807597,"@timestamp":1603023753},"coords":"51.5302137,-0.2357198","bedrooms":"2","price":"264000","area":"456"} , +{"type":"Feature","id":"n1674807815","geometry":{"type":"Point","coordinates":[-0.2403363,51.5307168]},"properties":{"@type":"node","@id":1674807815,"@timestamp":1603023753},"coords":"51.5307168,-0.2403363","bedrooms":"0","price":"242000","area":"634"} , +{"type":"Feature","id":"n1674807915","geometry":{"type":"Point","coordinates":[-0.2449417,51.531037]},"properties":{"@type":"node","@id":1674807915,"@timestamp":1603023753},"coords":"51.531037,-0.2449417","bedrooms":"3","price":"161000","area":"538"} , +{"type":"Feature","id":"n1674808118","geometry":{"type":"Point","coordinates":[-0.2387398,51.5314232]},"properties":{"@type":"node","@id":1674808118,"@timestamp":1603023753},"coords":"51.5314232,-0.2387398","bedrooms":"3","price":"173000","area":"394"} , +{"type":"Feature","id":"n1674808293","geometry":{"type":"Point","coordinates":[-0.241371,51.5320578]},"properties":{"@type":"node","@id":1674808293,"@timestamp":1603023753},"coords":"51.5320578,-0.241371","bedrooms":"1","price":"169000","area":"351"} , +{"type":"Feature","id":"n1674808438","geometry":{"type":"Point","coordinates":[-0.2345408,51.5328363]},"properties":{"@type":"node","@id":1674808438,"@timestamp":1588675403},"coords":"51.5328363,-0.2345408","bedrooms":"0","price":"220000","area":"638"} , +{"type":"Feature","id":"n1675104039","geometry":{"type":"Point","coordinates":[-0.0633627,51.4454407]},"properties":{"@type":"node","@id":1675104039,"@timestamp":1564910817},"coords":"51.4454407,-0.0633627","bedrooms":"3","price":"217000","area":"625"} , +{"type":"Feature","id":"n1675109055","geometry":{"type":"Point","coordinates":[-0.2072377,51.533428]},"properties":{"@type":"node","@id":1675109055,"@timestamp":1508507983},"coords":"51.533428,-0.2072377","bedrooms":"1","price":"170000","area":"478"} , +{"type":"Feature","id":"n1675109307","geometry":{"type":"Point","coordinates":[-0.1445293,51.5358111]},"properties":{"@type":"node","@id":1675109307,"@timestamp":1331764731},"coords":"51.5358111,-0.1445293","bedrooms":"2","price":"280000","area":"480"} , +{"type":"Feature","id":"n1675110470","geometry":{"type":"Point","coordinates":[-0.1994715,51.2230295]},"properties":{"@type":"node","@id":1675110470,"@timestamp":1576409755},"coords":"51.2230295,-0.1994715","bedrooms":"1","price":"226000","area":"623"} , +{"type":"Feature","id":"n1675110569","geometry":{"type":"Point","coordinates":[-0.1888887,51.2296504]},"properties":{"@type":"node","@id":1675110569,"@timestamp":1331764946},"coords":"51.2296504,-0.1888887","bedrooms":"3","price":"243000","area":"539"} , +{"type":"Feature","id":"n1675110624","geometry":{"type":"Point","coordinates":[-0.199508,51.2233606]},"properties":{"@type":"node","@id":1675110624,"@timestamp":1448727142},"coords":"51.2233606,-0.199508","bedrooms":"1","price":"211000","area":"605"} , +{"type":"Feature","id":"n1675126217","geometry":{"type":"Point","coordinates":[-0.0348359,51.4760024]},"properties":{"@type":"node","@id":1675126217,"@timestamp":1573560602},"coords":"51.4760024,-0.0348359","bedrooms":"4","price":"157000","area":"509"} , +{"type":"Feature","id":"n1675160732","geometry":{"type":"Point","coordinates":[-0.4480262,51.4797434]},"properties":{"@type":"node","@id":1675160732,"@timestamp":1475677048},"coords":"51.4797434,-0.4480262","bedrooms":"3","price":"150000","area":"651"} , +{"type":"Feature","id":"n1675499082","geometry":{"type":"Point","coordinates":[-0.1925238,51.3587899]},"properties":{"@type":"node","@id":1675499082,"@timestamp":1331800503},"coords":"51.3587899,-0.1925238","bedrooms":"0","price":"213000","area":"536"} , +{"type":"Feature","id":"n1675538102","geometry":{"type":"Point","coordinates":[-0.1914583,51.3601219]},"properties":{"@type":"node","@id":1675538102,"@timestamp":1627128999},"coords":"51.3601219,-0.1914583","bedrooms":"4","price":"164000","area":"686"} , +{"type":"Feature","id":"n1675544637","geometry":{"type":"Point","coordinates":[-0.1864735,51.5254605]},"properties":{"@type":"node","@id":1675544637,"@timestamp":1565418734},"coords":"51.5254605,-0.1864735","bedrooms":"4","price":"233000","area":"573"} , +{"type":"Feature","id":"n1675580997","geometry":{"type":"Point","coordinates":[-0.1945966,51.3597526]},"properties":{"@type":"node","@id":1675580997,"@timestamp":1331804703},"coords":"51.3597526,-0.1945966","bedrooms":"3","price":"190000","area":"596"} , +{"type":"Feature","id":"n1675595339","geometry":{"type":"Point","coordinates":[-0.1961925,51.3611059]},"properties":{"@type":"node","@id":1675595339,"@timestamp":1331805417},"coords":"51.3611059,-0.1961925","bedrooms":"1","price":"270000","area":"536"} , +{"type":"Feature","id":"n1675607458","geometry":{"type":"Point","coordinates":[-0.1965589,51.3601907]},"properties":{"@type":"node","@id":1675607458,"@timestamp":1331806883},"coords":"51.3601907,-0.1965589","bedrooms":"1","price":"274000","area":"696"} , +{"type":"Feature","id":"n1675732289","geometry":{"type":"Point","coordinates":[-0.475335,51.4714359]},"properties":{"@type":"node","@id":1675732289,"@timestamp":1447284885},"coords":"51.4714359,-0.475335","bedrooms":"1","price":"257000","area":"692"} , +{"type":"Feature","id":"n1675875352","geometry":{"type":"Point","coordinates":[-0.1951866,51.2416809]},"properties":{"@type":"node","@id":1675875352,"@timestamp":1610117892},"coords":"51.2416809,-0.1951866","bedrooms":"2","price":"231000","area":"381"} , +{"type":"Feature","id":"n1676398463","geometry":{"type":"Point","coordinates":[-0.036477,51.471833]},"properties":{"@type":"node","@id":1676398463,"@timestamp":1389325633},"coords":"51.471833,-0.036477","bedrooms":"2","price":"244000","area":"644"} , +{"type":"Feature","id":"n1676621457","geometry":{"type":"Point","coordinates":[-0.19648,51.3656516]},"properties":{"@type":"node","@id":1676621457,"@timestamp":1506256906},"coords":"51.3656516,-0.19648","bedrooms":"2","price":"299000","area":"537"} , +{"type":"Feature","id":"n1676646744","geometry":{"type":"Point","coordinates":[-0.1958496,51.3663358]},"properties":{"@type":"node","@id":1676646744,"@timestamp":1625164211},"coords":"51.3663358,-0.1958496","bedrooms":"3","price":"183000","area":"387"} , +{"type":"Feature","id":"n1676683902","geometry":{"type":"Point","coordinates":[-0.1971098,51.3673016]},"properties":{"@type":"node","@id":1676683902,"@timestamp":1506256525},"coords":"51.3673016,-0.1971098","bedrooms":"1","price":"178000","area":"601"} , +{"type":"Feature","id":"n1676707834","geometry":{"type":"Point","coordinates":[-0.1986575,51.3675647]},"properties":{"@type":"node","@id":1676707834,"@timestamp":1331893402},"coords":"51.3675647,-0.1986575","bedrooms":"2","price":"211000","area":"477"} , +{"type":"Feature","id":"n1676726806","geometry":{"type":"Point","coordinates":[-0.1991791,51.3680947]},"properties":{"@type":"node","@id":1676726806,"@timestamp":1331895410},"coords":"51.3680947,-0.1991791","bedrooms":"1","price":"194000","area":"502"} , +{"type":"Feature","id":"n1676739462","geometry":{"type":"Point","coordinates":[-0.1989877,51.3688644]},"properties":{"@type":"node","@id":1676739462,"@timestamp":1331896297},"coords":"51.3688644,-0.1989877","bedrooms":"3","price":"238000","area":"367"} , +{"type":"Feature","id":"n1676765510","geometry":{"type":"Point","coordinates":[-0.1949558,51.3690371]},"properties":{"@type":"node","@id":1676765510,"@timestamp":1629112644},"coords":"51.3690371,-0.1949558","bedrooms":"1","price":"180000","area":"691"} , +{"type":"Feature","id":"n1676788358","geometry":{"type":"Point","coordinates":[-0.0367716,51.4728215]},"properties":{"@type":"node","@id":1676788358,"@timestamp":1331923508},"coords":"51.4728215,-0.0367716","bedrooms":"0","price":"191000","area":"564"} , +{"type":"Feature","id":"n1676804186","geometry":{"type":"Point","coordinates":[-0.1945105,51.3709502]},"properties":{"@type":"node","@id":1676804186,"@timestamp":1506324894},"coords":"51.3709502,-0.1945105","bedrooms":"3","price":"241000","area":"642"} , +{"type":"Feature","id":"n1676804957","geometry":{"type":"Point","coordinates":[-0.0349648,51.4751512]},"properties":{"@type":"node","@id":1676804957,"@timestamp":1583843372},"coords":"51.4751512,-0.0349648","bedrooms":"2","price":"191000","area":"663"} , +{"type":"Feature","id":"n1676854578","geometry":{"type":"Point","coordinates":[-0.1939199,51.3711984]},"properties":{"@type":"node","@id":1676854578,"@timestamp":1506496423},"coords":"51.3711984,-0.1939199","bedrooms":"0","price":"154000","area":"493"} , +{"type":"Feature","id":"n1676872017","geometry":{"type":"Point","coordinates":[-0.1597846,51.628623]},"properties":{"@type":"node","@id":1676872017,"@timestamp":1331908839},"coords":"51.628623,-0.1597846","bedrooms":"2","price":"286000","area":"634"} , +{"type":"Feature","id":"n1676893256","geometry":{"type":"Point","coordinates":[-0.1593317,51.6269259]},"properties":{"@type":"node","@id":1676893256,"@timestamp":1331909408},"coords":"51.6269259,-0.1593317","bedrooms":"0","price":"159000","area":"429"} , +{"type":"Feature","id":"n1676947198","geometry":{"type":"Point","coordinates":[-0.5227118,51.8787513]},"properties":{"@type":"node","@id":1676947198,"@timestamp":1331913686},"coords":"51.8787513,-0.5227118","bedrooms":"1","price":"279000","area":"392"} , +{"type":"Feature","id":"n1676984791","geometry":{"type":"Point","coordinates":[-0.1592483,51.6289691]},"properties":{"@type":"node","@id":1676984791,"@timestamp":1331915556},"coords":"51.6289691,-0.1592483","bedrooms":"0","price":"289000","area":"652"} , +{"type":"Feature","id":"n1677136425","geometry":{"type":"Point","coordinates":[-0.1781753,51.6231573]},"properties":{"@type":"node","@id":1677136425,"@timestamp":1331921906},"coords":"51.6231573,-0.1781753","bedrooms":"0","price":"175000","area":"519"} , +{"type":"Feature","id":"n1677168445","geometry":{"type":"Point","coordinates":[-0.197873,51.2426923]},"properties":{"@type":"node","@id":1677168445,"@timestamp":1565370766},"coords":"51.2426923,-0.197873","bedrooms":"1","price":"236000","area":"699"} , +{"type":"Feature","id":"n1677168515","geometry":{"type":"Point","coordinates":[-0.2007846,51.2429258]},"properties":{"@type":"node","@id":1677168515,"@timestamp":1632561193},"coords":"51.2429258,-0.2007846","bedrooms":"1","price":"179000","area":"533"} , +{"type":"Feature","id":"n1677168691","geometry":{"type":"Point","coordinates":[-0.2018592,51.2418909]},"properties":{"@type":"node","@id":1677168691,"@timestamp":1610359380},"coords":"51.2418909,-0.2018592","bedrooms":"1","price":"170000","area":"547"} , +{"type":"Feature","id":"n1677400242","geometry":{"type":"Point","coordinates":[-0.1573841,51.6250059]},"properties":{"@type":"node","@id":1677400242,"@timestamp":1331931527},"coords":"51.6250059,-0.1573841","bedrooms":"0","price":"160000","area":"403"} , +{"type":"Feature","id":"n1677567387","geometry":{"type":"Point","coordinates":[-0.1572021,51.6297672]},"properties":{"@type":"node","@id":1677567387,"@timestamp":1331936828},"coords":"51.6297672,-0.1572021","bedrooms":"1","price":"285000","area":"641"} , +{"type":"Feature","id":"n1677585998","geometry":{"type":"Point","coordinates":[-0.1558207,51.6303515]},"properties":{"@type":"node","@id":1677585998,"@timestamp":1331937280},"coords":"51.6303515,-0.1558207","bedrooms":"4","price":"263000","area":"403"} , +{"type":"Feature","id":"n1677607637","geometry":{"type":"Point","coordinates":[-0.153354,51.6309672]},"properties":{"@type":"node","@id":1677607637,"@timestamp":1331937845},"coords":"51.6309672,-0.153354","bedrooms":"1","price":"263000","area":"444"} , +{"type":"Feature","id":"n1677636965","geometry":{"type":"Point","coordinates":[-0.1551354,51.630528]},"properties":{"@type":"node","@id":1677636965,"@timestamp":1331938700},"coords":"51.630528,-0.1551354","bedrooms":"2","price":"184000","area":"575"} , +{"type":"Feature","id":"n1677666958","geometry":{"type":"Point","coordinates":[-0.188407,51.236321]},"properties":{"@type":"node","@id":1677666958,"@timestamp":1632591151},"coords":"51.236321,-0.188407","bedrooms":"3","price":"153000","area":"520"} , +{"type":"Feature","id":"n1677666974","geometry":{"type":"Point","coordinates":[-0.1885871,51.2357467]},"properties":{"@type":"node","@id":1677666974,"@timestamp":1632591151},"coords":"51.2357467,-0.1885871","bedrooms":"4","price":"233000","area":"561"} , +{"type":"Feature","id":"n1677667000","geometry":{"type":"Point","coordinates":[-0.1916206,51.2375072]},"properties":{"@type":"node","@id":1677667000,"@timestamp":1635605140},"coords":"51.2375072,-0.1916206","bedrooms":"0","price":"167000","area":"470"} , +{"type":"Feature","id":"n1677667074","geometry":{"type":"Point","coordinates":[-0.1898637,51.2370245]},"properties":{"@type":"node","@id":1677667074,"@timestamp":1331940644},"coords":"51.2370245,-0.1898637","bedrooms":"1","price":"221000","area":"619"} , +{"type":"Feature","id":"n1678035430","geometry":{"type":"Point","coordinates":[-0.4853632,51.3558974]},"properties":{"@type":"node","@id":1678035430,"@timestamp":1580309906},"coords":"51.3558974,-0.4853632","bedrooms":"3","price":"173000","area":"551"} , +{"type":"Feature","id":"n1678133695","geometry":{"type":"Point","coordinates":[-0.4943899,51.3834505]},"properties":{"@type":"node","@id":1678133695,"@timestamp":1426204900},"coords":"51.3834505,-0.4943899","bedrooms":"4","price":"171000","area":"371"} , +{"type":"Feature","id":"n1678158897","geometry":{"type":"Point","coordinates":[-0.1922574,51.3716622]},"properties":{"@type":"node","@id":1678158897,"@timestamp":1506181826},"coords":"51.3716622,-0.1922574","bedrooms":"4","price":"268000","area":"590"} , +{"type":"Feature","id":"n1678226917","geometry":{"type":"Point","coordinates":[-0.0857211,51.5108591]},"properties":{"@type":"node","@id":1678226917,"@timestamp":1614543582},"coords":"51.5108591,-0.0857211","bedrooms":"3","price":"168000","area":"503"} , +{"type":"Feature","id":"n1678245826","geometry":{"type":"Point","coordinates":[0.0852171,51.4890452]},"properties":{"@type":"node","@id":1678245826,"@timestamp":1331991850},"coords":"51.4890452,0.0852171","bedrooms":"4","price":"227000","area":"611"} , +{"type":"Feature","id":"n1678348393","geometry":{"type":"Point","coordinates":[-0.5185481,51.4328409]},"properties":{"@type":"node","@id":1678348393,"@timestamp":1610672469},"coords":"51.4328409,-0.5185481","bedrooms":"2","price":"226000","area":"439"} , +{"type":"Feature","id":"n1678369086","geometry":{"type":"Point","coordinates":[-0.21493,51.5828098]},"properties":{"@type":"node","@id":1678369086,"@timestamp":1564910817},"coords":"51.5828098,-0.21493","bedrooms":"1","price":"263000","area":"632"} , +{"type":"Feature","id":"n1678452732","geometry":{"type":"Point","coordinates":[-0.1043241,51.5072313]},"properties":{"@type":"node","@id":1678452732,"@timestamp":1584201527},"coords":"51.5072313,-0.1043241","bedrooms":"3","price":"264000","area":"518"} , +{"type":"Feature","id":"n1678464215","geometry":{"type":"Point","coordinates":[-0.1474491,51.6227925]},"properties":{"@type":"node","@id":1678464215,"@timestamp":1332005640},"coords":"51.6227925,-0.1474491","bedrooms":"4","price":"207000","area":"668"} , +{"type":"Feature","id":"n1678696743","geometry":{"type":"Point","coordinates":[-0.1698403,51.5187828]},"properties":{"@type":"node","@id":1678696743,"@timestamp":1570185764},"coords":"51.5187828,-0.1698403","bedrooms":"0","price":"278000","area":"393"} , +{"type":"Feature","id":"n1678975690","geometry":{"type":"Point","coordinates":[-0.2267676,51.3890134]},"properties":{"@type":"node","@id":1678975690,"@timestamp":1563671273},"coords":"51.3890134,-0.2267676","bedrooms":"2","price":"258000","area":"360"} , +{"type":"Feature","id":"n1679013482","geometry":{"type":"Point","coordinates":[-0.2278665,51.3359064]},"properties":{"@type":"node","@id":1679013482,"@timestamp":1516193715},"coords":"51.3359064,-0.2278665","bedrooms":"1","price":"233000","area":"635"} , +{"type":"Feature","id":"n1679202930","geometry":{"type":"Point","coordinates":[-0.3960755,51.4293063]},"properties":{"@type":"node","@id":1679202930,"@timestamp":1618994510},"coords":"51.4293063,-0.3960755","bedrooms":"0","price":"272000","area":"681"} , +{"type":"Feature","id":"n1679456270","geometry":{"type":"Point","coordinates":[0.2462779,51.3667304]},"properties":{"@type":"node","@id":1679456270,"@timestamp":1615377018},"coords":"51.3667304,0.2462779","bedrooms":"4","price":"151000","area":"366"} , +{"type":"Feature","id":"n1679949658","geometry":{"type":"Point","coordinates":[-0.1931042,51.3733267]},"properties":{"@type":"node","@id":1679949658,"@timestamp":1505848744},"coords":"51.3733267,-0.1931042","bedrooms":"4","price":"272000","area":"493"} , +{"type":"Feature","id":"n1680028678","geometry":{"type":"Point","coordinates":[-0.1942088,51.3738601]},"properties":{"@type":"node","@id":1680028678,"@timestamp":1505842132},"coords":"51.3738601,-0.1942088","bedrooms":"1","price":"197000","area":"603"} , +{"type":"Feature","id":"n1680161738","geometry":{"type":"Point","coordinates":[-0.1956008,51.3787014]},"properties":{"@type":"node","@id":1680161738,"@timestamp":1332088696},"coords":"51.3787014,-0.1956008","bedrooms":"1","price":"260000","area":"655"} , +{"type":"Feature","id":"n1680320114","geometry":{"type":"Point","coordinates":[-0.1924326,51.3768748]},"properties":{"@type":"node","@id":1680320114,"@timestamp":1332092994},"coords":"51.3768748,-0.1924326","bedrooms":"2","price":"187000","area":"546"} , +{"type":"Feature","id":"n1680414573","geometry":{"type":"Point","coordinates":[-0.2180219,51.4254018]},"properties":{"@type":"node","@id":1680414573,"@timestamp":1602685986},"coords":"51.4254018,-0.2180219","bedrooms":"1","price":"278000","area":"517"} , +{"type":"Feature","id":"n1680572061","geometry":{"type":"Point","coordinates":[-0.1922523,51.3774538]},"properties":{"@type":"node","@id":1680572061,"@timestamp":1332099090},"coords":"51.3774538,-0.1922523","bedrooms":"3","price":"196000","area":"613"} , +{"type":"Feature","id":"n1680572840","geometry":{"type":"Point","coordinates":[-0.1913739,51.3788266]},"properties":{"@type":"node","@id":1680572840,"@timestamp":1332099104},"coords":"51.3788266,-0.1913739","bedrooms":"2","price":"193000","area":"532"} , +{"type":"Feature","id":"n1680681093","geometry":{"type":"Point","coordinates":[0.2228947,51.3797458]},"properties":{"@type":"node","@id":1680681093,"@timestamp":1615374656},"coords":"51.3797458,0.2228947","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n1680725246","geometry":{"type":"Point","coordinates":[-0.2468021,51.6763275]},"properties":{"@type":"node","@id":1680725246,"@timestamp":1520203667},"coords":"51.6763275,-0.2468021","bedrooms":"2","price":"174000","area":"671"} , +{"type":"Feature","id":"n1680725279","geometry":{"type":"Point","coordinates":[-0.2493927,51.6832327]},"properties":{"@type":"node","@id":1680725279,"@timestamp":1337798622},"coords":"51.6832327,-0.2493927","bedrooms":"0","price":"292000","area":"439"} , +{"type":"Feature","id":"n1680725334","geometry":{"type":"Point","coordinates":[0.2421283,51.4949046]},"properties":{"@type":"node","@id":1680725334,"@timestamp":1636396461},"coords":"51.4949046,0.2421283","bedrooms":"0","price":"240000","area":"664"} , +{"type":"Feature","id":"n1680725432","geometry":{"type":"Point","coordinates":[0.3279239,51.4230591]},"properties":{"@type":"node","@id":1680725432,"@timestamp":1336083157},"coords":"51.4230591,0.3279239","bedrooms":"3","price":"226000","area":"475"} , +{"type":"Feature","id":"n1680779475","geometry":{"type":"Point","coordinates":[-0.8934541,51.7248758]},"properties":{"@type":"node","@id":1680779475,"@timestamp":1332105957},"coords":"51.7248758,-0.8934541","bedrooms":"0","price":"243000","area":"377"} , +{"type":"Feature","id":"n1680893635","geometry":{"type":"Point","coordinates":[-0.1172261,51.5254348]},"properties":{"@type":"node","@id":1680893635,"@timestamp":1596487914},"coords":"51.5254348,-0.1172261","bedrooms":"3","price":"262000","area":"417"} , +{"type":"Feature","id":"n1680893658","geometry":{"type":"Point","coordinates":[-0.1184654,51.5272619]},"properties":{"@type":"node","@id":1680893658,"@timestamp":1631108782},"coords":"51.5272619,-0.1184654","bedrooms":"0","price":"297000","area":"612"} , +{"type":"Feature","id":"n1680920477","geometry":{"type":"Point","coordinates":[-0.8760142,51.7160459]},"properties":{"@type":"node","@id":1680920477,"@timestamp":1367188861},"coords":"51.7160459,-0.8760142","bedrooms":"2","price":"165000","area":"681"} , +{"type":"Feature","id":"n1680958947","geometry":{"type":"Point","coordinates":[-0.1865991,51.239014]},"properties":{"@type":"node","@id":1680958947,"@timestamp":1332119185},"coords":"51.239014,-0.1865991","bedrooms":"1","price":"226000","area":"528"} , +{"type":"Feature","id":"n1680959175","geometry":{"type":"Point","coordinates":[-0.1909082,51.2389698]},"properties":{"@type":"node","@id":1680959175,"@timestamp":1332119190},"coords":"51.2389698,-0.1909082","bedrooms":"0","price":"276000","area":"380"} , +{"type":"Feature","id":"n1680959875","geometry":{"type":"Point","coordinates":[-0.1920388,51.2392411]},"properties":{"@type":"node","@id":1680959875,"@timestamp":1610117892},"coords":"51.2392411,-0.1920388","bedrooms":"0","price":"212000","area":"484"} , +{"type":"Feature","id":"n1681310945","geometry":{"type":"Point","coordinates":[-0.3268876,51.7552286]},"properties":{"@type":"node","@id":1681310945,"@timestamp":1627508844},"coords":"51.7552286,-0.3268876","bedrooms":"3","price":"232000","area":"586"} , +{"type":"Feature","id":"n1681597865","geometry":{"type":"Point","coordinates":[-0.4672765,51.0343731]},"properties":{"@type":"node","@id":1681597865,"@timestamp":1397645337},"coords":"51.0343731,-0.4672765","bedrooms":"1","price":"193000","area":"442"} , +{"type":"Feature","id":"n1681877052","geometry":{"type":"Point","coordinates":[-0.0372038,51.4727202]},"properties":{"@type":"node","@id":1681877052,"@timestamp":1332178575},"coords":"51.4727202,-0.0372038","bedrooms":"4","price":"260000","area":"506"} , +{"type":"Feature","id":"n1681954776","geometry":{"type":"Point","coordinates":[0.7045004,51.5488971]},"properties":{"@type":"node","@id":1681954776,"@timestamp":1594812553},"coords":"51.5488971,0.7045004","bedrooms":"3","price":"159000","area":"630"} , +{"type":"Feature","id":"n1681995519","geometry":{"type":"Point","coordinates":[-0.1901501,51.3832975]},"properties":{"@type":"node","@id":1681995519,"@timestamp":1332183183},"coords":"51.3832975,-0.1901501","bedrooms":"2","price":"162000","area":"453"} , +{"type":"Feature","id":"n1682237606","geometry":{"type":"Point","coordinates":[-0.7309951,51.275832]},"properties":{"@type":"node","@id":1682237606,"@timestamp":1586042407},"coords":"51.275832,-0.7309951","bedrooms":"1","price":"266000","area":"370"} , +{"type":"Feature","id":"n1682457024","geometry":{"type":"Point","coordinates":[-0.257435,51.3336755]},"properties":{"@type":"node","@id":1682457024,"@timestamp":1627161513},"coords":"51.3336755,-0.257435","bedrooms":"1","price":"204000","area":"369"} , +{"type":"Feature","id":"n1683087193","geometry":{"type":"Point","coordinates":[0.65988,51.0273687]},"properties":{"@type":"node","@id":1683087193,"@timestamp":1332237920},"coords":"51.0273687,0.65988","bedrooms":"3","price":"244000","area":"580"} , +{"type":"Feature","id":"n1683132368","geometry":{"type":"Point","coordinates":[0.4658383,51.3014061]},"properties":{"@type":"node","@id":1683132368,"@timestamp":1632010702},"coords":"51.3014061,0.4658383","bedrooms":"0","price":"265000","area":"459"} , +{"type":"Feature","id":"n1683615034","geometry":{"type":"Point","coordinates":[0.1848758,51.9050835]},"properties":{"@type":"node","@id":1683615034,"@timestamp":1332270240},"coords":"51.9050835,0.1848758","bedrooms":"2","price":"150000","area":"400"} , +{"type":"Feature","id":"n1684007799","geometry":{"type":"Point","coordinates":[-0.7656439,51.2548748]},"properties":{"@type":"node","@id":1684007799,"@timestamp":1569353335},"coords":"51.2548748,-0.7656439","bedrooms":"2","price":"264000","area":"433"} , +{"type":"Feature","id":"n1684049574","geometry":{"type":"Point","coordinates":[-0.0960787,51.5548768]},"properties":{"@type":"node","@id":1684049574,"@timestamp":1485632287},"coords":"51.5548768,-0.0960787","bedrooms":"4","price":"169000","area":"369"} , +{"type":"Feature","id":"n1684049586","geometry":{"type":"Point","coordinates":[-0.084879,51.5693164]},"properties":{"@type":"node","@id":1684049586,"@timestamp":1597575082},"coords":"51.5693164,-0.084879","bedrooms":"0","price":"154000","area":"558"} , +{"type":"Feature","id":"n1684049597","geometry":{"type":"Point","coordinates":[-0.0784047,51.5727521]},"properties":{"@type":"node","@id":1684049597,"@timestamp":1633698693},"coords":"51.5727521,-0.0784047","bedrooms":"4","price":"204000","area":"622"} , +{"type":"Feature","id":"n1684049616","geometry":{"type":"Point","coordinates":[-0.0771653,51.5894411]},"properties":{"@type":"node","@id":1684049616,"@timestamp":1609427940},"coords":"51.5894411,-0.0771653","bedrooms":"2","price":"292000","area":"513"} , +{"type":"Feature","id":"n1684049626","geometry":{"type":"Point","coordinates":[-0.0753463,51.6012422]},"properties":{"@type":"node","@id":1684049626,"@timestamp":1332284367},"coords":"51.6012422,-0.0753463","bedrooms":"3","price":"226000","area":"583"} , +{"type":"Feature","id":"n1684049640","geometry":{"type":"Point","coordinates":[-0.071943,51.6214369]},"properties":{"@type":"node","@id":1684049640,"@timestamp":1350558475},"coords":"51.6214369,-0.071943","bedrooms":"3","price":"282000","area":"522"} , +{"type":"Feature","id":"n1684053026","geometry":{"type":"Point","coordinates":[-0.0080958,51.4920214]},"properties":{"@type":"node","@id":1684053026,"@timestamp":1629380293},"coords":"51.4920214,-0.0080958","bedrooms":"0","price":"286000","area":"546"} , +{"type":"Feature","id":"n1684125318","geometry":{"type":"Point","coordinates":[-0.0746318,51.5097576]},"properties":{"@type":"node","@id":1684125318,"@timestamp":1582771196},"coords":"51.5097576,-0.0746318","bedrooms":"0","price":"177000","area":"503"} , +{"type":"Feature","id":"n1684416274","geometry":{"type":"Point","coordinates":[-0.2383862,51.7635948]},"properties":{"@type":"node","@id":1684416274,"@timestamp":1598281696},"coords":"51.7635948,-0.2383862","bedrooms":"2","price":"197000","area":"658"} , +{"type":"Feature","id":"n1684511822","geometry":{"type":"Point","coordinates":[-0.0915273,51.5137361]},"properties":{"@type":"node","@id":1684511822,"@timestamp":1590326812},"coords":"51.5137361,-0.0915273","bedrooms":"2","price":"270000","area":"427"} , +{"type":"Feature","id":"n1684616938","geometry":{"type":"Point","coordinates":[0.0128152,51.4951791]},"properties":{"@type":"node","@id":1684616938,"@timestamp":1528080171},"coords":"51.4951791,0.0128152","bedrooms":"3","price":"250000","area":"523"} , +{"type":"Feature","id":"n1684659352","geometry":{"type":"Point","coordinates":[-0.0385878,51.4749383]},"properties":{"@type":"node","@id":1684659352,"@timestamp":1332336531},"coords":"51.4749383,-0.0385878","bedrooms":"4","price":"280000","area":"351"} , +{"type":"Feature","id":"n1684703491","geometry":{"type":"Point","coordinates":[-0.1627577,51.5057858]},"properties":{"@type":"node","@id":1684703491,"@timestamp":1359069090},"coords":"51.5057858,-0.1627577","bedrooms":"2","price":"269000","area":"611"} , +{"type":"Feature","id":"n1684703525","geometry":{"type":"Point","coordinates":[-0.1616865,51.5055378]},"properties":{"@type":"node","@id":1684703525,"@timestamp":1332338771},"coords":"51.5055378,-0.1616865","bedrooms":"4","price":"193000","area":"494"} , +{"type":"Feature","id":"n1684706464","geometry":{"type":"Point","coordinates":[-0.1568011,51.5048575]},"properties":{"@type":"node","@id":1684706464,"@timestamp":1332338864},"coords":"51.5048575,-0.1568011","bedrooms":"2","price":"179000","area":"541"} , +{"type":"Feature","id":"n1684717098","geometry":{"type":"Point","coordinates":[-0.0875884,51.3725794]},"properties":{"@type":"node","@id":1684717098,"@timestamp":1525999974},"coords":"51.3725794,-0.0875884","bedrooms":"4","price":"275000","area":"431"} , +{"type":"Feature","id":"n1684833690","geometry":{"type":"Point","coordinates":[-0.2878061,51.4889249]},"properties":{"@type":"node","@id":1684833690,"@timestamp":1612920892},"coords":"51.4889249,-0.2878061","bedrooms":"4","price":"190000","area":"695"} , +{"type":"Feature","id":"n1684872037","geometry":{"type":"Point","coordinates":[0.0031053,51.5082609]},"properties":{"@type":"node","@id":1684872037,"@timestamp":1598050651},"coords":"51.5082609,0.0031053","bedrooms":"0","price":"287000","area":"629"} , +{"type":"Feature","id":"n1684989084","geometry":{"type":"Point","coordinates":[-0.0844842,51.5520098]},"properties":{"@type":"node","@id":1684989084,"@timestamp":1618942192},"coords":"51.5520098,-0.0844842","bedrooms":"4","price":"221000","area":"621"} , +{"type":"Feature","id":"n1685011894","geometry":{"type":"Point","coordinates":[-0.5480693,51.246824]},"properties":{"@type":"node","@id":1685011894,"@timestamp":1332357347},"coords":"51.246824,-0.5480693","bedrooms":"1","price":"181000","area":"393"} , +{"type":"Feature","id":"n1685277056","geometry":{"type":"Point","coordinates":[-0.0880677,51.5156791]},"properties":{"@type":"node","@id":1685277056,"@timestamp":1613779881},"coords":"51.5156791,-0.0880677","bedrooms":"1","price":"226000","area":"493"} , +{"type":"Feature","id":"n1685662223","geometry":{"type":"Point","coordinates":[0.4167669,51.3081408]},"properties":{"@type":"node","@id":1685662223,"@timestamp":1332406769},"coords":"51.3081408,0.4167669","bedrooms":"3","price":"281000","area":"416"} , +{"type":"Feature","id":"n1685751697","geometry":{"type":"Point","coordinates":[-0.1429018,51.5174845]},"properties":{"@type":"node","@id":1685751697,"@timestamp":1630279545},"coords":"51.5174845,-0.1429018","bedrooms":"0","price":"183000","area":"650"} , +{"type":"Feature","id":"n1685837583","geometry":{"type":"Point","coordinates":[-0.0126564,51.4614248]},"properties":{"@type":"node","@id":1685837583,"@timestamp":1578169077},"coords":"51.4614248,-0.0126564","bedrooms":"1","price":"183000","area":"487"} , +{"type":"Feature","id":"n1685947987","geometry":{"type":"Point","coordinates":[-0.1502002,51.489669]},"properties":{"@type":"node","@id":1685947987,"@timestamp":1564910817},"coords":"51.489669,-0.1502002","bedrooms":"3","price":"243000","area":"517"} , +{"type":"Feature","id":"n1685966215","geometry":{"type":"Point","coordinates":[0.1763932,51.45175]},"properties":{"@type":"node","@id":1685966215,"@timestamp":1332428038},"coords":"51.45175,0.1763932","bedrooms":"1","price":"246000","area":"625"} , +{"type":"Feature","id":"n1685971888","geometry":{"type":"Point","coordinates":[-0.0337901,51.4760065]},"properties":{"@type":"node","@id":1685971888,"@timestamp":1618501762},"coords":"51.4760065,-0.0337901","bedrooms":"0","price":"188000","area":"411"} , +{"type":"Feature","id":"n1686079057","geometry":{"type":"Point","coordinates":[0.2677345,51.6121121]},"properties":{"@type":"node","@id":1686079057,"@timestamp":1332437764},"coords":"51.6121121,0.2677345","bedrooms":"1","price":"290000","area":"390"} , +{"type":"Feature","id":"n1686126416","geometry":{"type":"Point","coordinates":[-0.1883599,51.3831694]},"properties":{"@type":"node","@id":1686126416,"@timestamp":1332441813},"coords":"51.3831694,-0.1883599","bedrooms":"0","price":"198000","area":"586"} , +{"type":"Feature","id":"n1686130338","geometry":{"type":"Point","coordinates":[-0.1876264,51.3827836]},"properties":{"@type":"node","@id":1686130338,"@timestamp":1332442367},"coords":"51.3827836,-0.1876264","bedrooms":"2","price":"228000","area":"460"} , +{"type":"Feature","id":"n1686178357","geometry":{"type":"Point","coordinates":[0.1724964,51.5397493]},"properties":{"@type":"node","@id":1686178357,"@timestamp":1332445641},"coords":"51.5397493,0.1724964","bedrooms":"4","price":"233000","area":"586"} , +{"type":"Feature","id":"n1686319890","geometry":{"type":"Point","coordinates":[-0.0368496,51.4767733]},"properties":{"@type":"node","@id":1686319890,"@timestamp":1612862348},"coords":"51.4767733,-0.0368496","bedrooms":"4","price":"296000","area":"658"} , +{"type":"Feature","id":"n1686389721","geometry":{"type":"Point","coordinates":[-0.2496391,51.5319173]},"properties":{"@type":"node","@id":1686389721,"@timestamp":1603023753},"coords":"51.5319173,-0.2496391","bedrooms":"0","price":"295000","area":"542"} , +{"type":"Feature","id":"n1686390347","geometry":{"type":"Point","coordinates":[-0.2545154,51.5336757]},"properties":{"@type":"node","@id":1686390347,"@timestamp":1603023753},"coords":"51.5336757,-0.2545154","bedrooms":"4","price":"154000","area":"534"} , +{"type":"Feature","id":"n1686390730","geometry":{"type":"Point","coordinates":[-0.2549049,51.5348138]},"properties":{"@type":"node","@id":1686390730,"@timestamp":1603023753},"coords":"51.5348138,-0.2549049","bedrooms":"4","price":"235000","area":"614"} , +{"type":"Feature","id":"n1686390997","geometry":{"type":"Point","coordinates":[-0.2582408,51.5359713]},"properties":{"@type":"node","@id":1686390997,"@timestamp":1603023753},"coords":"51.5359713,-0.2582408","bedrooms":"1","price":"234000","area":"412"} , +{"type":"Feature","id":"n1686391532","geometry":{"type":"Point","coordinates":[-0.2647448,51.5387557]},"properties":{"@type":"node","@id":1686391532,"@timestamp":1603023753},"coords":"51.5387557,-0.2647448","bedrooms":"3","price":"162000","area":"436"} , +{"type":"Feature","id":"n1686391676","geometry":{"type":"Point","coordinates":[-0.2663654,51.5396262]},"properties":{"@type":"node","@id":1686391676,"@timestamp":1603023753},"coords":"51.5396262,-0.2663654","bedrooms":"2","price":"223000","area":"669"} , +{"type":"Feature","id":"n1686424317","geometry":{"type":"Point","coordinates":[0.72156,51.5325693]},"properties":{"@type":"node","@id":1686424317,"@timestamp":1440031037},"coords":"51.5325693,0.72156","bedrooms":"1","price":"272000","area":"686"} , +{"type":"Feature","id":"n1686454304","geometry":{"type":"Point","coordinates":[-0.2830063,51.3083554]},"properties":{"@type":"node","@id":1686454304,"@timestamp":1398969393},"coords":"51.3083554,-0.2830063","bedrooms":"3","price":"288000","area":"386"} , +{"type":"Feature","id":"n1686463495","geometry":{"type":"Point","coordinates":[-0.0929812,51.518713]},"properties":{"@type":"node","@id":1686463495,"@timestamp":1545155188},"coords":"51.518713,-0.0929812","bedrooms":"2","price":"268000","area":"431"} , +{"type":"Feature","id":"n1686463783","geometry":{"type":"Point","coordinates":[-0.0938604,51.5192244]},"properties":{"@type":"node","@id":1686463783,"@timestamp":1406642053},"coords":"51.5192244,-0.0938604","bedrooms":"4","price":"221000","area":"639"} , +{"type":"Feature","id":"n1686474832","geometry":{"type":"Point","coordinates":[-0.1018581,51.5208624]},"properties":{"@type":"node","@id":1686474832,"@timestamp":1499001064},"coords":"51.5208624,-0.1018581","bedrooms":"0","price":"196000","area":"529"} , +{"type":"Feature","id":"n1686505988","geometry":{"type":"Point","coordinates":[-0.0380811,51.474385]},"properties":{"@type":"node","@id":1686505988,"@timestamp":1332462641},"coords":"51.474385,-0.0380811","bedrooms":"0","price":"200000","area":"636"} , +{"type":"Feature","id":"n1686558859","geometry":{"type":"Point","coordinates":[-0.1626674,51.6319067]},"properties":{"@type":"node","@id":1686558859,"@timestamp":1521210450},"coords":"51.6319067,-0.1626674","bedrooms":"3","price":"255000","area":"487"} , +{"type":"Feature","id":"n1687029886","geometry":{"type":"Point","coordinates":[-0.9880804,51.4236232]},"properties":{"@type":"node","@id":1687029886,"@timestamp":1612616988},"coords":"51.4236232,-0.9880804","bedrooms":"3","price":"201000","area":"575"} , +{"type":"Feature","id":"n1687078418","geometry":{"type":"Point","coordinates":[-0.1913249,51.5275605]},"properties":{"@type":"node","@id":1687078418,"@timestamp":1590834188},"coords":"51.5275605,-0.1913249","bedrooms":"2","price":"264000","area":"373"} , +{"type":"Feature","id":"n1687207365","geometry":{"type":"Point","coordinates":[-0.155381,51.5487866]},"properties":{"@type":"node","@id":1687207365,"@timestamp":1630950804},"coords":"51.5487866,-0.155381","bedrooms":"0","price":"150000","area":"674"} , +{"type":"Feature","id":"n1687288989","geometry":{"type":"Point","coordinates":[-0.497687,51.3910263]},"properties":{"@type":"node","@id":1687288989,"@timestamp":1554404434},"coords":"51.3910263,-0.497687","bedrooms":"0","price":"285000","area":"426"} , +{"type":"Feature","id":"n1687364832","geometry":{"type":"Point","coordinates":[-0.0405084,51.4749375]},"properties":{"@type":"node","@id":1687364832,"@timestamp":1450038635},"coords":"51.4749375,-0.0405084","bedrooms":"3","price":"225000","area":"628"} , +{"type":"Feature","id":"n1687504807","geometry":{"type":"Point","coordinates":[-0.1910371,51.5275902]},"properties":{"@type":"node","@id":1687504807,"@timestamp":1605970135},"coords":"51.5275902,-0.1910371","bedrooms":"0","price":"205000","area":"520"} , +{"type":"Feature","id":"n1687504898","geometry":{"type":"Point","coordinates":[-0.1859198,51.5300009]},"properties":{"@type":"node","@id":1687504898,"@timestamp":1592997122},"coords":"51.5300009,-0.1859198","bedrooms":"1","price":"168000","area":"516"} , +{"type":"Feature","id":"n1687545886","geometry":{"type":"Point","coordinates":[-0.0051041,51.5281218]},"properties":{"@type":"node","@id":1687545886,"@timestamp":1629324822},"coords":"51.5281218,-0.0051041","bedrooms":"2","price":"260000","area":"494"} , +{"type":"Feature","id":"n1687586586","geometry":{"type":"Point","coordinates":[-0.1894872,51.3825402]},"properties":{"@type":"node","@id":1687586586,"@timestamp":1332531558},"coords":"51.3825402,-0.1894872","bedrooms":"1","price":"173000","area":"687"} , +{"type":"Feature","id":"n1687597638","geometry":{"type":"Point","coordinates":[-0.4731336,51.4265415]},"properties":{"@type":"node","@id":1687597638,"@timestamp":1574624584},"coords":"51.4265415,-0.4731336","bedrooms":"2","price":"179000","area":"530"} , +{"type":"Feature","id":"n1687683446","geometry":{"type":"Point","coordinates":[-0.1889375,51.3837409]},"properties":{"@type":"node","@id":1687683446,"@timestamp":1332535924},"coords":"51.3837409,-0.1889375","bedrooms":"4","price":"159000","area":"509"} , +{"type":"Feature","id":"n1687751717","geometry":{"type":"Point","coordinates":[0.1150554,50.9769093]},"properties":{"@type":"node","@id":1687751717,"@timestamp":1610298907},"coords":"50.9769093,0.1150554","bedrooms":"0","price":"238000","area":"474"} , +{"type":"Feature","id":"n1687826501","geometry":{"type":"Point","coordinates":[-1.1234032,50.9774738]},"properties":{"@type":"node","@id":1687826501,"@timestamp":1393105012},"coords":"50.9774738,-1.1234032","bedrooms":"4","price":"268000","area":"513"} , +{"type":"Feature","id":"n1688441618","geometry":{"type":"Point","coordinates":[-0.133632,51.51243]},"properties":{"@type":"node","@id":1688441618,"@timestamp":1609634778},"coords":"51.51243,-0.133632","bedrooms":"3","price":"211000","area":"636"} , +{"type":"Feature","id":"n1688694841","geometry":{"type":"Point","coordinates":[-0.1894305,51.3847772]},"properties":{"@type":"node","@id":1688694841,"@timestamp":1564910817},"coords":"51.3847772,-0.1894305","bedrooms":"3","price":"236000","area":"540"} , +{"type":"Feature","id":"n1688757605","geometry":{"type":"Point","coordinates":[-0.1874042,51.3858939]},"properties":{"@type":"node","@id":1688757605,"@timestamp":1588617537},"coords":"51.3858939,-0.1874042","bedrooms":"1","price":"165000","area":"485"} , +{"type":"Feature","id":"n1688800460","geometry":{"type":"Point","coordinates":[-0.1906988,51.3851943]},"properties":{"@type":"node","@id":1688800460,"@timestamp":1332603443},"coords":"51.3851943,-0.1906988","bedrooms":"3","price":"242000","area":"359"} , +{"type":"Feature","id":"n1688818133","geometry":{"type":"Point","coordinates":[-0.1906173,51.3840089]},"properties":{"@type":"node","@id":1688818133,"@timestamp":1542676815},"coords":"51.3840089,-0.1906173","bedrooms":"2","price":"246000","area":"501"} , +{"type":"Feature","id":"n1688827964","geometry":{"type":"Point","coordinates":[-0.1910078,51.3836672]},"properties":{"@type":"node","@id":1688827964,"@timestamp":1332605953},"coords":"51.3836672,-0.1910078","bedrooms":"2","price":"197000","area":"540"} , +{"type":"Feature","id":"n1688882044","geometry":{"type":"Point","coordinates":[0.7366851,51.5298764]},"properties":{"@type":"node","@id":1688882044,"@timestamp":1595113422},"coords":"51.5298764,0.7366851","bedrooms":"4","price":"154000","area":"602"} , +{"type":"Feature","id":"n1689262172","geometry":{"type":"Point","coordinates":[-0.1954604,51.5241669]},"properties":{"@type":"node","@id":1689262172,"@timestamp":1566660719},"coords":"51.5241669,-0.1954604","bedrooms":"2","price":"191000","area":"637"} , +{"type":"Feature","id":"n1689371610","geometry":{"type":"Point","coordinates":[-0.5315435,50.9465192]},"properties":{"@type":"node","@id":1689371610,"@timestamp":1332626838},"coords":"50.9465192,-0.5315435","bedrooms":"1","price":"193000","area":"529"} , +{"type":"Feature","id":"n1689387893","geometry":{"type":"Point","coordinates":[-0.0833866,51.5103728]},"properties":{"@type":"node","@id":1689387893,"@timestamp":1599888749},"coords":"51.5103728,-0.0833866","bedrooms":"4","price":"223000","area":"431"} , +{"type":"Feature","id":"n1689388039","geometry":{"type":"Point","coordinates":[-0.0849324,51.5106727]},"properties":{"@type":"node","@id":1689388039,"@timestamp":1603495813},"coords":"51.5106727,-0.0849324","bedrooms":"0","price":"246000","area":"550"} , +{"type":"Feature","id":"n1689619924","geometry":{"type":"Point","coordinates":[-0.2015406,51.5241878]},"properties":{"@type":"node","@id":1689619924,"@timestamp":1564910817},"coords":"51.5241878,-0.2015406","bedrooms":"0","price":"166000","area":"573"} , +{"type":"Feature","id":"n1690180859","geometry":{"type":"Point","coordinates":[-0.07916,51.5146739]},"properties":{"@type":"node","@id":1690180859,"@timestamp":1332670426},"coords":"51.5146739,-0.07916","bedrooms":"4","price":"179000","area":"468"} , +{"type":"Feature","id":"n1690246937","geometry":{"type":"Point","coordinates":[-0.1625865,51.5435892]},"properties":{"@type":"node","@id":1690246937,"@timestamp":1564910817},"coords":"51.5435892,-0.1625865","bedrooms":"3","price":"172000","area":"573"} , +{"type":"Feature","id":"n1690301317","geometry":{"type":"Point","coordinates":[0.0106351,51.5107828]},"properties":{"@type":"node","@id":1690301317,"@timestamp":1497191186},"coords":"51.5107828,0.0106351","bedrooms":"0","price":"271000","area":"352"} , +{"type":"Feature","id":"n1690301769","geometry":{"type":"Point","coordinates":[0.0076175,51.5140325]},"properties":{"@type":"node","@id":1690301769,"@timestamp":1597692857},"coords":"51.5140325,0.0076175","bedrooms":"4","price":"230000","area":"666"} , +{"type":"Feature","id":"n1690432946","geometry":{"type":"Point","coordinates":[-0.3442108,51.4177446]},"properties":{"@type":"node","@id":1690432946,"@timestamp":1332686649},"coords":"51.4177446,-0.3442108","bedrooms":"1","price":"151000","area":"469"} , +{"type":"Feature","id":"n1690432990","geometry":{"type":"Point","coordinates":[-0.3443825,51.4177312]},"properties":{"@type":"node","@id":1690432990,"@timestamp":1332686651},"coords":"51.4177312,-0.3443825","bedrooms":"1","price":"215000","area":"357"} , +{"type":"Feature","id":"n1690451279","geometry":{"type":"Point","coordinates":[0.3890866,51.7532787]},"properties":{"@type":"node","@id":1690451279,"@timestamp":1332688494},"coords":"51.7532787,0.3890866","bedrooms":"0","price":"279000","area":"589"} , +{"type":"Feature","id":"n1690485021","geometry":{"type":"Point","coordinates":[-0.3148539,51.2574059]},"properties":{"@type":"node","@id":1690485021,"@timestamp":1556993328},"coords":"51.2574059,-0.3148539","bedrooms":"0","price":"166000","area":"562"} , +{"type":"Feature","id":"n1690556374","geometry":{"type":"Point","coordinates":[-0.0071697,51.5286957]},"properties":{"@type":"node","@id":1690556374,"@timestamp":1333127026},"coords":"51.5286957,-0.0071697","bedrooms":"0","price":"236000","area":"684"} , +{"type":"Feature","id":"n1690643631","geometry":{"type":"Point","coordinates":[0.2538228,51.7984975]},"properties":{"@type":"node","@id":1690643631,"@timestamp":1332697861},"coords":"51.7984975,0.2538228","bedrooms":"0","price":"175000","area":"511"} , +{"type":"Feature","id":"n1690643692","geometry":{"type":"Point","coordinates":[0.2549413,51.7979086]},"properties":{"@type":"node","@id":1690643692,"@timestamp":1332697863},"coords":"51.7979086,0.2549413","bedrooms":"1","price":"292000","area":"597"} , +{"type":"Feature","id":"n1690655337","geometry":{"type":"Point","coordinates":[-0.5090928,51.3457308]},"properties":{"@type":"node","@id":1690655337,"@timestamp":1332698262},"coords":"51.3457308,-0.5090928","bedrooms":"0","price":"299000","area":"576"} , +{"type":"Feature","id":"n1690772513","geometry":{"type":"Point","coordinates":[-0.2740752,51.356417]},"properties":{"@type":"node","@id":1690772513,"@timestamp":1336377497},"coords":"51.356417,-0.2740752","bedrooms":"2","price":"192000","area":"406"} , +{"type":"Feature","id":"n1690901757","geometry":{"type":"Point","coordinates":[-0.6169924,51.5910589]},"properties":{"@type":"node","@id":1690901757,"@timestamp":1537983207},"coords":"51.5910589,-0.6169924","bedrooms":"3","price":"170000","area":"608"} , +{"type":"Feature","id":"n1691122514","geometry":{"type":"Point","coordinates":[-0.0756597,51.5222344]},"properties":{"@type":"node","@id":1691122514,"@timestamp":1635595730},"coords":"51.5222344,-0.0756597","bedrooms":"0","price":"184000","area":"593"} , +{"type":"Feature","id":"n1691218965","geometry":{"type":"Point","coordinates":[-0.5535802,51.4336511]},"properties":{"@type":"node","@id":1691218965,"@timestamp":1498764480},"coords":"51.4336511,-0.5535802","bedrooms":"0","price":"256000","area":"385"} , +{"type":"Feature","id":"n1691258556","geometry":{"type":"Point","coordinates":[-0.0705279,51.5181684]},"properties":{"@type":"node","@id":1691258556,"@timestamp":1450460157},"coords":"51.5181684,-0.0705279","bedrooms":"4","price":"257000","area":"561"} , +{"type":"Feature","id":"n1691291599","geometry":{"type":"Point","coordinates":[-0.5131923,51.4159201]},"properties":{"@type":"node","@id":1691291599,"@timestamp":1464464571},"coords":"51.4159201,-0.5131923","bedrooms":"2","price":"169000","area":"390"} , +{"type":"Feature","id":"n1691291763","geometry":{"type":"Point","coordinates":[-0.5137341,51.4293297]},"properties":{"@type":"node","@id":1691291763,"@timestamp":1602415599},"coords":"51.4293297,-0.5137341","bedrooms":"3","price":"255000","area":"469"} , +{"type":"Feature","id":"n1691695883","geometry":{"type":"Point","coordinates":[-0.117202,51.4893945]},"properties":{"@type":"node","@id":1691695883,"@timestamp":1499906250},"coords":"51.4893945,-0.117202","bedrooms":"4","price":"167000","area":"403"} , +{"type":"Feature","id":"n1691755049","geometry":{"type":"Point","coordinates":[-0.149599,51.4430172]},"properties":{"@type":"node","@id":1691755049,"@timestamp":1332757762},"coords":"51.4430172,-0.149599","bedrooms":"3","price":"246000","area":"547"} , +{"type":"Feature","id":"n1691931249","geometry":{"type":"Point","coordinates":[-0.1993046,51.2393145]},"properties":{"@type":"node","@id":1691931249,"@timestamp":1332768655},"coords":"51.2393145,-0.1993046","bedrooms":"1","price":"260000","area":"516"} , +{"type":"Feature","id":"n1691957649","geometry":{"type":"Point","coordinates":[-0.8045022,51.8334949]},"properties":{"@type":"node","@id":1691957649,"@timestamp":1634213746},"coords":"51.8334949,-0.8045022","bedrooms":"3","price":"252000","area":"578"} , +{"type":"Feature","id":"n1691968166","geometry":{"type":"Point","coordinates":[-0.17813,51.2276328]},"properties":{"@type":"node","@id":1691968166,"@timestamp":1628877943},"coords":"51.2276328,-0.17813","bedrooms":"2","price":"247000","area":"486"} , +{"type":"Feature","id":"n1692040043","geometry":{"type":"Point","coordinates":[-0.1808508,51.5471468]},"properties":{"@type":"node","@id":1692040043,"@timestamp":1561355768},"coords":"51.5471468,-0.1808508","bedrooms":"2","price":"157000","area":"589"} , +{"type":"Feature","id":"n1692087083","geometry":{"type":"Point","coordinates":[-0.2004041,51.5895523]},"properties":{"@type":"node","@id":1692087083,"@timestamp":1564641980},"coords":"51.5895523,-0.2004041","bedrooms":"2","price":"229000","area":"521"} , +{"type":"Feature","id":"n1692186776","geometry":{"type":"Point","coordinates":[-0.1922232,51.3836331]},"properties":{"@type":"node","@id":1692186776,"@timestamp":1505325691},"coords":"51.3836331,-0.1922232","bedrooms":"2","price":"282000","area":"459"} , +{"type":"Feature","id":"n1692205837","geometry":{"type":"Point","coordinates":[-0.2870685,51.433029]},"properties":{"@type":"node","@id":1692205837,"@timestamp":1621120192},"coords":"51.433029,-0.2870685","bedrooms":"1","price":"266000","area":"634"} , +{"type":"Feature","id":"n1692338514","geometry":{"type":"Point","coordinates":[-0.189165,51.3860304]},"properties":{"@type":"node","@id":1692338514,"@timestamp":1332791816},"coords":"51.3860304,-0.189165","bedrooms":"3","price":"245000","area":"692"} , +{"type":"Feature","id":"n1692374723","geometry":{"type":"Point","coordinates":[-0.1867751,51.3865393]},"properties":{"@type":"node","@id":1692374723,"@timestamp":1332793248},"coords":"51.3865393,-0.1867751","bedrooms":"2","price":"269000","area":"488"} , +{"type":"Feature","id":"n1692412309","geometry":{"type":"Point","coordinates":[-0.9906862,51.4554778]},"properties":{"@type":"node","@id":1692412309,"@timestamp":1610228415},"coords":"51.4554778,-0.9906862","bedrooms":"0","price":"154000","area":"657"} , +{"type":"Feature","id":"n1692429209","geometry":{"type":"Point","coordinates":[-0.0708674,51.522639]},"properties":{"@type":"node","@id":1692429209,"@timestamp":1635596251},"coords":"51.522639,-0.0708674","bedrooms":"3","price":"212000","area":"600"} , +{"type":"Feature","id":"n1692502284","geometry":{"type":"Point","coordinates":[-0.079028,51.5244643]},"properties":{"@type":"node","@id":1692502284,"@timestamp":1332799642},"coords":"51.5244643,-0.079028","bedrooms":"3","price":"189000","area":"371"} , +{"type":"Feature","id":"n1692549977","geometry":{"type":"Point","coordinates":[0.3065936,51.6200531]},"properties":{"@type":"node","@id":1692549977,"@timestamp":1332805061},"coords":"51.6200531,0.3065936","bedrooms":"1","price":"158000","area":"601"} , +{"type":"Feature","id":"n1693034672","geometry":{"type":"Point","coordinates":[-0.4675494,51.3729777]},"properties":{"@type":"node","@id":1693034672,"@timestamp":1586450456},"coords":"51.3729777,-0.4675494","bedrooms":"4","price":"283000","area":"509"} , +{"type":"Feature","id":"n1693138018","geometry":{"type":"Point","coordinates":[-0.1726424,51.5465526]},"properties":{"@type":"node","@id":1693138018,"@timestamp":1621603907},"coords":"51.5465526,-0.1726424","bedrooms":"3","price":"181000","area":"392"} , +{"type":"Feature","id":"n1693210484","geometry":{"type":"Point","coordinates":[0.3076038,51.6089445]},"properties":{"@type":"node","@id":1693210484,"@timestamp":1587474398},"coords":"51.6089445,0.3076038","bedrooms":"0","price":"254000","area":"375"} , +{"type":"Feature","id":"n1693229116","geometry":{"type":"Point","coordinates":[0.299077,51.6196847]},"properties":{"@type":"node","@id":1693229116,"@timestamp":1544904665},"coords":"51.6196847,0.299077","bedrooms":"2","price":"202000","area":"466"} , +{"type":"Feature","id":"n1693385426","geometry":{"type":"Point","coordinates":[-0.260624,51.5483761]},"properties":{"@type":"node","@id":1693385426,"@timestamp":1601284314},"coords":"51.5483761,-0.260624","bedrooms":"2","price":"240000","area":"368"} , +{"type":"Feature","id":"n1693475884","geometry":{"type":"Point","coordinates":[-0.1843528,51.3865053]},"properties":{"@type":"node","@id":1693475884,"@timestamp":1504551845},"coords":"51.3865053,-0.1843528","bedrooms":"4","price":"203000","area":"660"} , +{"type":"Feature","id":"n1693528044","geometry":{"type":"Point","coordinates":[-0.1866188,51.3859475]},"properties":{"@type":"node","@id":1693528044,"@timestamp":1332871456},"coords":"51.3859475,-0.1866188","bedrooms":"4","price":"178000","area":"679"} , +{"type":"Feature","id":"n1693570518","geometry":{"type":"Point","coordinates":[-0.1807727,51.3871138]},"properties":{"@type":"node","@id":1693570518,"@timestamp":1504807967},"coords":"51.3871138,-0.1807727","bedrooms":"3","price":"276000","area":"423"} , +{"type":"Feature","id":"n1693769250","geometry":{"type":"Point","coordinates":[-0.0480482,51.5310929]},"properties":{"@type":"node","@id":1693769250,"@timestamp":1580916924},"coords":"51.5310929,-0.0480482","bedrooms":"2","price":"165000","area":"542"} , +{"type":"Feature","id":"n1693879939","geometry":{"type":"Point","coordinates":[0.6345108,51.8537364]},"properties":{"@type":"node","@id":1693879939,"@timestamp":1594479924},"coords":"51.8537364,0.6345108","bedrooms":"0","price":"151000","area":"623"} , +{"type":"Feature","id":"n1694422253","geometry":{"type":"Point","coordinates":[-0.0798499,51.5240946]},"properties":{"@type":"node","@id":1694422253,"@timestamp":1332925434},"coords":"51.5240946,-0.0798499","bedrooms":"0","price":"177000","area":"582"} , +{"type":"Feature","id":"n1694534042","geometry":{"type":"Point","coordinates":[-0.1272602,51.4863147]},"properties":{"@type":"node","@id":1694534042,"@timestamp":1566866590},"coords":"51.4863147,-0.1272602","bedrooms":"1","price":"259000","area":"405"} , +{"type":"Feature","id":"n1694591510","geometry":{"type":"Point","coordinates":[-0.087648,51.5256697]},"properties":{"@type":"node","@id":1694591510,"@timestamp":1605877323},"coords":"51.5256697,-0.087648","bedrooms":"4","price":"244000","area":"429"} , +{"type":"Feature","id":"n1694591850","geometry":{"type":"Point","coordinates":[-0.0874422,51.5257648]},"properties":{"@type":"node","@id":1694591850,"@timestamp":1605877323},"coords":"51.5257648,-0.0874422","bedrooms":"0","price":"245000","area":"383"} , +{"type":"Feature","id":"n1694656882","geometry":{"type":"Point","coordinates":[-0.027522,51.5207182]},"properties":{"@type":"node","@id":1694656882,"@timestamp":1534204499},"coords":"51.5207182,-0.027522","bedrooms":"2","price":"272000","area":"381"} , +{"type":"Feature","id":"n1694694083","geometry":{"type":"Point","coordinates":[-0.0533827,51.5108325]},"properties":{"@type":"node","@id":1694694083,"@timestamp":1635078204},"coords":"51.5108325,-0.0533827","bedrooms":"3","price":"201000","area":"529"} , +{"type":"Feature","id":"n1694737069","geometry":{"type":"Point","coordinates":[-0.4832353,51.0027465]},"properties":{"@type":"node","@id":1694737069,"@timestamp":1332941679},"coords":"51.0027465,-0.4832353","bedrooms":"1","price":"297000","area":"359"} , +{"type":"Feature","id":"n1694834300","geometry":{"type":"Point","coordinates":[0.0551474,51.033106]},"properties":{"@type":"node","@id":1694834300,"@timestamp":1332945735},"coords":"51.033106,0.0551474","bedrooms":"0","price":"214000","area":"578"} , +{"type":"Feature","id":"n1695018468","geometry":{"type":"Point","coordinates":[-0.2930137,51.4575172]},"properties":{"@type":"node","@id":1695018468,"@timestamp":1332957638},"coords":"51.4575172,-0.2930137","bedrooms":"1","price":"225000","area":"350"} , +{"type":"Feature","id":"n1695217162","geometry":{"type":"Point","coordinates":[-0.0802538,51.794899]},"properties":{"@type":"node","@id":1695217162,"@timestamp":1611496477},"coords":"51.794899,-0.0802538","bedrooms":"1","price":"235000","area":"500"} , +{"type":"Feature","id":"n1695227235","geometry":{"type":"Point","coordinates":[-0.0717463,51.7981606]},"properties":{"@type":"node","@id":1695227235,"@timestamp":1341249452},"coords":"51.7981606,-0.0717463","bedrooms":"2","price":"227000","area":"484"} , +{"type":"Feature","id":"n1695308342","geometry":{"type":"Point","coordinates":[-0.1776639,51.2300579]},"properties":{"@type":"node","@id":1695308342,"@timestamp":1332972347},"coords":"51.2300579,-0.1776639","bedrooms":"1","price":"272000","area":"638"} , +{"type":"Feature","id":"n1695308439","geometry":{"type":"Point","coordinates":[-0.178073,51.2298611]},"properties":{"@type":"node","@id":1695308439,"@timestamp":1332972350},"coords":"51.2298611,-0.178073","bedrooms":"4","price":"220000","area":"692"} , +{"type":"Feature","id":"n1695308570","geometry":{"type":"Point","coordinates":[-0.1784354,51.2303346]},"properties":{"@type":"node","@id":1695308570,"@timestamp":1332972353},"coords":"51.2303346,-0.1784354","bedrooms":"3","price":"201000","area":"550"} , +{"type":"Feature","id":"n1695350243","geometry":{"type":"Point","coordinates":[-0.0359574,51.5067398]},"properties":{"@type":"node","@id":1695350243,"@timestamp":1621691941},"coords":"51.5067398,-0.0359574","bedrooms":"4","price":"282000","area":"534"} , +{"type":"Feature","id":"n1695376889","geometry":{"type":"Point","coordinates":[-0.0365175,51.5066346]},"properties":{"@type":"node","@id":1695376889,"@timestamp":1332978563},"coords":"51.5066346,-0.0365175","bedrooms":"1","price":"175000","area":"375"} , +{"type":"Feature","id":"n1696044745","geometry":{"type":"Point","coordinates":[-0.9591673,51.1472912]},"properties":{"@type":"node","@id":1696044745,"@timestamp":1414047401},"coords":"51.1472912,-0.9591673","bedrooms":"3","price":"228000","area":"609"} , +{"type":"Feature","id":"n1696113922","geometry":{"type":"Point","coordinates":[-0.0056951,51.5351573]},"properties":{"@type":"node","@id":1696113922,"@timestamp":1628836622},"coords":"51.5351573,-0.0056951","bedrooms":"3","price":"181000","area":"397"} , +{"type":"Feature","id":"n1696545889","geometry":{"type":"Point","coordinates":[-0.2867711,51.4624604]},"properties":{"@type":"node","@id":1696545889,"@timestamp":1369688920},"coords":"51.4624604,-0.2867711","bedrooms":"3","price":"238000","area":"437"} , +{"type":"Feature","id":"n1696791615","geometry":{"type":"Point","coordinates":[-0.527593,51.337569]},"properties":{"@type":"node","@id":1696791615,"@timestamp":1611414184},"coords":"51.337569,-0.527593","bedrooms":"2","price":"185000","area":"587"} , +{"type":"Feature","id":"n1696818983","geometry":{"type":"Point","coordinates":[-0.5764133,51.5183562]},"properties":{"@type":"node","@id":1696818983,"@timestamp":1333056263},"coords":"51.5183562,-0.5764133","bedrooms":"2","price":"229000","area":"554"} , +{"type":"Feature","id":"n1696840412","geometry":{"type":"Point","coordinates":[-0.1073183,51.5345875]},"properties":{"@type":"node","@id":1696840412,"@timestamp":1631804490},"coords":"51.5345875,-0.1073183","bedrooms":"1","price":"230000","area":"652"} , +{"type":"Feature","id":"n1696895510","geometry":{"type":"Point","coordinates":[-0.1632164,51.5057341]},"properties":{"@type":"node","@id":1696895510,"@timestamp":1543944916},"coords":"51.5057341,-0.1632164","bedrooms":"0","price":"299000","area":"601"} , +{"type":"Feature","id":"n1697307806","geometry":{"type":"Point","coordinates":[-0.527318,51.3771622]},"properties":{"@type":"node","@id":1697307806,"@timestamp":1335970150},"coords":"51.3771622,-0.527318","bedrooms":"0","price":"159000","area":"431"} , +{"type":"Feature","id":"n1697453968","geometry":{"type":"Point","coordinates":[-0.0754964,51.453256]},"properties":{"@type":"node","@id":1697453968,"@timestamp":1333096833},"coords":"51.453256,-0.0754964","bedrooms":"4","price":"220000","area":"669"} , +{"type":"Feature","id":"n1697627597","geometry":{"type":"Point","coordinates":[0.3227149,51.4422532]},"properties":{"@type":"node","@id":1697627597,"@timestamp":1342535567},"coords":"51.4422532,0.3227149","bedrooms":"0","price":"274000","area":"683"} , +{"type":"Feature","id":"n1697676878","geometry":{"type":"Point","coordinates":[-0.2597986,51.5366771]},"properties":{"@type":"node","@id":1697676878,"@timestamp":1603023753},"coords":"51.5366771,-0.2597986","bedrooms":"1","price":"289000","area":"582"} , +{"type":"Feature","id":"n1697677299","geometry":{"type":"Point","coordinates":[-0.262261,51.5378265]},"properties":{"@type":"node","@id":1697677299,"@timestamp":1603023753},"coords":"51.5378265,-0.262261","bedrooms":"1","price":"266000","area":"664"} , +{"type":"Feature","id":"n1697677629","geometry":{"type":"Point","coordinates":[-0.2667036,51.5389665]},"properties":{"@type":"node","@id":1697677629,"@timestamp":1603023753},"coords":"51.5389665,-0.2667036","bedrooms":"3","price":"258000","area":"662"} , +{"type":"Feature","id":"n1697677863","geometry":{"type":"Point","coordinates":[-0.2724752,51.5408691]},"properties":{"@type":"node","@id":1697677863,"@timestamp":1603023753},"coords":"51.5408691,-0.2724752","bedrooms":"3","price":"224000","area":"371"} , +{"type":"Feature","id":"n1697678063","geometry":{"type":"Point","coordinates":[-0.2771882,51.5422161]},"properties":{"@type":"node","@id":1697678063,"@timestamp":1603023753},"coords":"51.5422161,-0.2771882","bedrooms":"2","price":"267000","area":"666"} , +{"type":"Feature","id":"n1697678131","geometry":{"type":"Point","coordinates":[-0.2782057,51.5426797]},"properties":{"@type":"node","@id":1697678131,"@timestamp":1603023753},"coords":"51.5426797,-0.2782057","bedrooms":"1","price":"218000","area":"350"} , +{"type":"Feature","id":"n1697678272","geometry":{"type":"Point","coordinates":[-0.2802074,51.5431071]},"properties":{"@type":"node","@id":1697678272,"@timestamp":1603023753},"coords":"51.5431071,-0.2802074","bedrooms":"4","price":"290000","area":"572"} , +{"type":"Feature","id":"n1697678463","geometry":{"type":"Point","coordinates":[-0.2799304,51.5433478]},"properties":{"@type":"node","@id":1697678463,"@timestamp":1603023753},"coords":"51.5433478,-0.2799304","bedrooms":"1","price":"277000","area":"650"} , +{"type":"Feature","id":"n1697678874","geometry":{"type":"Point","coordinates":[-0.2816561,51.5438682]},"properties":{"@type":"node","@id":1697678874,"@timestamp":1603023753},"coords":"51.5438682,-0.2816561","bedrooms":"1","price":"269000","area":"468"} , +{"type":"Feature","id":"n1697679320","geometry":{"type":"Point","coordinates":[-0.2822867,51.5446315]},"properties":{"@type":"node","@id":1697679320,"@timestamp":1603023753},"coords":"51.5446315,-0.2822867","bedrooms":"0","price":"195000","area":"429"} , +{"type":"Feature","id":"n1697679401","geometry":{"type":"Point","coordinates":[-0.2814078,51.5447711]},"properties":{"@type":"node","@id":1697679401,"@timestamp":1603023753},"coords":"51.5447711,-0.2814078","bedrooms":"4","price":"203000","area":"630"} , +{"type":"Feature","id":"n1697679696","geometry":{"type":"Point","coordinates":[-0.2851966,51.5457023]},"properties":{"@type":"node","@id":1697679696,"@timestamp":1603023753},"coords":"51.5457023,-0.2851966","bedrooms":"3","price":"191000","area":"421"} , +{"type":"Feature","id":"n1697679948","geometry":{"type":"Point","coordinates":[-0.2813829,51.5464358]},"properties":{"@type":"node","@id":1697679948,"@timestamp":1603023753},"coords":"51.5464358,-0.2813829","bedrooms":"2","price":"262000","area":"460"} , +{"type":"Feature","id":"n1697680072","geometry":{"type":"Point","coordinates":[-0.2871412,51.5467164]},"properties":{"@type":"node","@id":1697680072,"@timestamp":1603023753},"coords":"51.5467164,-0.2871412","bedrooms":"0","price":"233000","area":"358"} , +{"type":"Feature","id":"n1697680420","geometry":{"type":"Point","coordinates":[-0.2866177,51.5472321]},"properties":{"@type":"node","@id":1697680420,"@timestamp":1603023753},"coords":"51.5472321,-0.2866177","bedrooms":"4","price":"263000","area":"637"} , +{"type":"Feature","id":"n1697702837","geometry":{"type":"Point","coordinates":[-0.2903727,51.5482838]},"properties":{"@type":"node","@id":1697702837,"@timestamp":1603023753},"coords":"51.5482838,-0.2903727","bedrooms":"4","price":"176000","area":"433"} , +{"type":"Feature","id":"n1697702881","geometry":{"type":"Point","coordinates":[-0.2936261,51.5499349]},"properties":{"@type":"node","@id":1697702881,"@timestamp":1603023753},"coords":"51.5499349,-0.2936261","bedrooms":"1","price":"153000","area":"552"} , +{"type":"Feature","id":"n1697729423","geometry":{"type":"Point","coordinates":[-0.2846009,51.5453309]},"properties":{"@type":"node","@id":1697729423,"@timestamp":1603023753},"coords":"51.5453309,-0.2846009","bedrooms":"4","price":"190000","area":"427"} , +{"type":"Feature","id":"n1697729559","geometry":{"type":"Point","coordinates":[-0.2939418,51.5502275]},"properties":{"@type":"node","@id":1697729559,"@timestamp":1603023753},"coords":"51.5502275,-0.2939418","bedrooms":"1","price":"184000","area":"359"} , +{"type":"Feature","id":"n1697790155","geometry":{"type":"Point","coordinates":[-0.291981,51.5486382]},"properties":{"@type":"node","@id":1697790155,"@timestamp":1603023753},"coords":"51.5486382,-0.291981","bedrooms":"3","price":"270000","area":"533"} , +{"type":"Feature","id":"n1697948345","geometry":{"type":"Point","coordinates":[-0.4332493,51.4794544]},"properties":{"@type":"node","@id":1697948345,"@timestamp":1564910818},"coords":"51.4794544,-0.4332493","bedrooms":"1","price":"212000","area":"481"} , +{"type":"Feature","id":"n1698145576","geometry":{"type":"Point","coordinates":[-0.4507909,51.0157427]},"properties":{"@type":"node","@id":1698145576,"@timestamp":1518866968},"coords":"51.0157427,-0.4507909","bedrooms":"3","price":"233000","area":"438"} , +{"type":"Feature","id":"n1698173955","geometry":{"type":"Point","coordinates":[-0.1769277,51.3851147]},"properties":{"@type":"node","@id":1698173955,"@timestamp":1333129626},"coords":"51.3851147,-0.1769277","bedrooms":"0","price":"281000","area":"475"} , +{"type":"Feature","id":"n1698175073","geometry":{"type":"Point","coordinates":[-0.1778155,51.3858679]},"properties":{"@type":"node","@id":1698175073,"@timestamp":1333129648},"coords":"51.3858679,-0.1778155","bedrooms":"0","price":"183000","area":"376"} , +{"type":"Feature","id":"n1698239929","geometry":{"type":"Point","coordinates":[-0.1724505,51.3656232]},"properties":{"@type":"node","@id":1698239929,"@timestamp":1333132206},"coords":"51.3656232,-0.1724505","bedrooms":"4","price":"261000","area":"587"} , +{"type":"Feature","id":"n1698318478","geometry":{"type":"Point","coordinates":[-0.5582367,51.7643123]},"properties":{"@type":"node","@id":1698318478,"@timestamp":1333134672},"coords":"51.7643123,-0.5582367","bedrooms":"4","price":"282000","area":"438"} , +{"type":"Feature","id":"n1698590056","geometry":{"type":"Point","coordinates":[-0.1637337,51.5252701]},"properties":{"@type":"node","@id":1698590056,"@timestamp":1608045712},"coords":"51.5252701,-0.1637337","bedrooms":"2","price":"171000","area":"531"} , +{"type":"Feature","id":"n1698590962","geometry":{"type":"Point","coordinates":[-0.2506505,51.5521299]},"properties":{"@type":"node","@id":1698590962,"@timestamp":1619901799},"coords":"51.5521299,-0.2506505","bedrooms":"4","price":"239000","area":"509"} , +{"type":"Feature","id":"n1698591521","geometry":{"type":"Point","coordinates":[-0.2729908,51.5546732]},"properties":{"@type":"node","@id":1698591521,"@timestamp":1619901799},"coords":"51.5546732,-0.2729908","bedrooms":"3","price":"252000","area":"435"} , +{"type":"Feature","id":"n1698591678","geometry":{"type":"Point","coordinates":[-0.2679178,51.5552666]},"properties":{"@type":"node","@id":1698591678,"@timestamp":1512825355},"coords":"51.5552666,-0.2679178","bedrooms":"3","price":"237000","area":"532"} , +{"type":"Feature","id":"n1698592088","geometry":{"type":"Point","coordinates":[-0.2594139,51.5578707]},"properties":{"@type":"node","@id":1698592088,"@timestamp":1551310326},"coords":"51.5578707,-0.2594139","bedrooms":"0","price":"228000","area":"625"} , +{"type":"Feature","id":"n1698592317","geometry":{"type":"Point","coordinates":[-0.2661055,51.5596144]},"properties":{"@type":"node","@id":1698592317,"@timestamp":1551310328},"coords":"51.5596144,-0.2661055","bedrooms":"2","price":"241000","area":"595"} , +{"type":"Feature","id":"n1698592535","geometry":{"type":"Point","coordinates":[-0.2685156,51.5605829]},"properties":{"@type":"node","@id":1698592535,"@timestamp":1551310329},"coords":"51.5605829,-0.2685156","bedrooms":"2","price":"194000","area":"374"} , +{"type":"Feature","id":"n1698593242","geometry":{"type":"Point","coordinates":[-0.2782457,51.5630993]},"properties":{"@type":"node","@id":1698593242,"@timestamp":1551310331},"coords":"51.5630993,-0.2782457","bedrooms":"4","price":"177000","area":"511"} , +{"type":"Feature","id":"n1698593551","geometry":{"type":"Point","coordinates":[-0.2816759,51.5645324]},"properties":{"@type":"node","@id":1698593551,"@timestamp":1551310331},"coords":"51.5645324,-0.2816759","bedrooms":"0","price":"241000","area":"387"} , +{"type":"Feature","id":"n1698640580","geometry":{"type":"Point","coordinates":[-0.558811,51.5054038]},"properties":{"@type":"node","@id":1698640580,"@timestamp":1608569625},"coords":"51.5054038,-0.558811","bedrooms":"4","price":"237000","area":"562"} , +{"type":"Feature","id":"n1699103058","geometry":{"type":"Point","coordinates":[-0.5295774,51.3894202]},"properties":{"@type":"node","@id":1699103058,"@timestamp":1413292307},"coords":"51.3894202,-0.5295774","bedrooms":"1","price":"262000","area":"632"} , +{"type":"Feature","id":"n1699478888","geometry":{"type":"Point","coordinates":[-0.4853945,51.140695]},"properties":{"@type":"node","@id":1699478888,"@timestamp":1596626542},"coords":"51.140695,-0.4853945","bedrooms":"1","price":"206000","area":"644"} , +{"type":"Feature","id":"n1699620539","geometry":{"type":"Point","coordinates":[-0.1760166,51.3660772]},"properties":{"@type":"node","@id":1699620539,"@timestamp":1333201571},"coords":"51.3660772,-0.1760166","bedrooms":"4","price":"245000","area":"385"} , +{"type":"Feature","id":"n1699764509","geometry":{"type":"Point","coordinates":[-0.1877137,51.5047951]},"properties":{"@type":"node","@id":1699764509,"@timestamp":1333209480},"coords":"51.5047951,-0.1877137","bedrooms":"2","price":"297000","area":"539"} , +{"type":"Feature","id":"n1699816099","geometry":{"type":"Point","coordinates":[-0.3113719,51.3571231]},"properties":{"@type":"node","@id":1699816099,"@timestamp":1523325487},"coords":"51.3571231,-0.3113719","bedrooms":"3","price":"230000","area":"607"} , +{"type":"Feature","id":"n1699836392","geometry":{"type":"Point","coordinates":[-0.2545992,51.5565582]},"properties":{"@type":"node","@id":1699836392,"@timestamp":1551310332},"coords":"51.5565582,-0.2545992","bedrooms":"2","price":"202000","area":"577"} , +{"type":"Feature","id":"n1699836549","geometry":{"type":"Point","coordinates":[-0.2548579,51.5571732]},"properties":{"@type":"node","@id":1699836549,"@timestamp":1551310334},"coords":"51.5571732,-0.2548579","bedrooms":"1","price":"289000","area":"372"} , +{"type":"Feature","id":"n1699837166","geometry":{"type":"Point","coordinates":[-0.2605751,51.5587656]},"properties":{"@type":"node","@id":1699837166,"@timestamp":1551310339},"coords":"51.5587656,-0.2605751","bedrooms":"1","price":"290000","area":"688"} , +{"type":"Feature","id":"n1699837293","geometry":{"type":"Point","coordinates":[-0.2630738,51.5588658]},"properties":{"@type":"node","@id":1699837293,"@timestamp":1551310340},"coords":"51.5588658,-0.2630738","bedrooms":"0","price":"246000","area":"635"} , +{"type":"Feature","id":"n1699837476","geometry":{"type":"Point","coordinates":[-0.2661775,51.5594696]},"properties":{"@type":"node","@id":1699837476,"@timestamp":1551310342},"coords":"51.5594696,-0.2661775","bedrooms":"4","price":"218000","area":"573"} , +{"type":"Feature","id":"n1699845120","geometry":{"type":"Point","coordinates":[-0.2060784,51.5118886]},"properties":{"@type":"node","@id":1699845120,"@timestamp":1580916926},"coords":"51.5118886,-0.2060784","bedrooms":"4","price":"264000","area":"440"} , +{"type":"Feature","id":"n1699913205","geometry":{"type":"Point","coordinates":[-0.2966329,51.5725156]},"properties":{"@type":"node","@id":1699913205,"@timestamp":1561355768},"coords":"51.5725156,-0.2966329","bedrooms":"2","price":"298000","area":"444"} , +{"type":"Feature","id":"n1699943601","geometry":{"type":"Point","coordinates":[-0.3310091,51.5783981]},"properties":{"@type":"node","@id":1699943601,"@timestamp":1635719307},"coords":"51.5783981,-0.3310091","bedrooms":"0","price":"174000","area":"678"} , +{"type":"Feature","id":"n1699943919","geometry":{"type":"Point","coordinates":[-0.349878,51.5807892]},"properties":{"@type":"node","@id":1699943919,"@timestamp":1624324929},"coords":"51.5807892,-0.349878","bedrooms":"1","price":"253000","area":"405"} , +{"type":"Feature","id":"n1699964724","geometry":{"type":"Point","coordinates":[-0.0698103,51.5236036]},"properties":{"@type":"node","@id":1699964724,"@timestamp":1586646356},"coords":"51.5236036,-0.0698103","bedrooms":"2","price":"298000","area":"405"} , +{"type":"Feature","id":"n1699989059","geometry":{"type":"Point","coordinates":[-0.448532,51.3957695]},"properties":{"@type":"node","@id":1699989059,"@timestamp":1504863221},"coords":"51.3957695,-0.448532","bedrooms":"2","price":"154000","area":"693"} , +{"type":"Feature","id":"n1700009742","geometry":{"type":"Point","coordinates":[-0.1202822,51.517741]},"properties":{"@type":"node","@id":1700009742,"@timestamp":1607877513},"coords":"51.517741,-0.1202822","bedrooms":"0","price":"236000","area":"627"} , +{"type":"Feature","id":"n1700126579","geometry":{"type":"Point","coordinates":[-0.6715525,51.9167444]},"properties":{"@type":"node","@id":1700126579,"@timestamp":1483792942},"coords":"51.9167444,-0.6715525","bedrooms":"0","price":"191000","area":"692"} , +{"type":"Feature","id":"n1700289173","geometry":{"type":"Point","coordinates":[-0.1296464,51.51352]},"properties":{"@type":"node","@id":1700289173,"@timestamp":1634340924},"coords":"51.51352,-0.1296464","bedrooms":"0","price":"235000","area":"678"} , +{"type":"Feature","id":"n1700501365","geometry":{"type":"Point","coordinates":[-0.5953824,51.2431323]},"properties":{"@type":"node","@id":1700501365,"@timestamp":1416314290},"coords":"51.2431323,-0.5953824","bedrooms":"0","price":"242000","area":"671"} , +{"type":"Feature","id":"n1700882367","geometry":{"type":"Point","coordinates":[0.2763423,51.0255087]},"properties":{"@type":"node","@id":1700882367,"@timestamp":1339619297},"coords":"51.0255087,0.2763423","bedrooms":"3","price":"226000","area":"645"} , +{"type":"Feature","id":"n1700917713","geometry":{"type":"Point","coordinates":[-0.2799629,51.550461]},"properties":{"@type":"node","@id":1700917713,"@timestamp":1440568936},"coords":"51.550461,-0.2799629","bedrooms":"0","price":"189000","area":"366"} , +{"type":"Feature","id":"n1701037248","geometry":{"type":"Point","coordinates":[-0.2875415,51.5453681]},"properties":{"@type":"node","@id":1701037248,"@timestamp":1333548237},"coords":"51.5453681,-0.2875415","bedrooms":"2","price":"185000","area":"610"} , +{"type":"Feature","id":"n1701097834","geometry":{"type":"Point","coordinates":[-0.2896808,51.5410338]},"properties":{"@type":"node","@id":1701097834,"@timestamp":1607159775},"coords":"51.5410338,-0.2896808","bedrooms":"1","price":"150000","area":"630"} , +{"type":"Feature","id":"n1701228890","geometry":{"type":"Point","coordinates":[-0.5201118,51.3812184]},"properties":{"@type":"node","@id":1701228890,"@timestamp":1554572679},"coords":"51.3812184,-0.5201118","bedrooms":"0","price":"188000","area":"507"} , +{"type":"Feature","id":"n1701292819","geometry":{"type":"Point","coordinates":[-0.0871439,51.5237103]},"properties":{"@type":"node","@id":1701292819,"@timestamp":1392233298},"coords":"51.5237103,-0.0871439","bedrooms":"3","price":"178000","area":"377"} , +{"type":"Feature","id":"n1701363054","geometry":{"type":"Point","coordinates":[-0.1788577,51.3663624]},"properties":{"@type":"node","@id":1701363054,"@timestamp":1546875110},"coords":"51.3663624,-0.1788577","bedrooms":"1","price":"166000","area":"364"} , +{"type":"Feature","id":"n1701434556","geometry":{"type":"Point","coordinates":[-0.1901456,51.1161156]},"properties":{"@type":"node","@id":1701434556,"@timestamp":1609512137},"coords":"51.1161156,-0.1901456","bedrooms":"3","price":"213000","area":"516"} , +{"type":"Feature","id":"n1701673573","geometry":{"type":"Point","coordinates":[-0.6413833,50.9513642]},"properties":{"@type":"node","@id":1701673573,"@timestamp":1433668673},"coords":"50.9513642,-0.6413833","bedrooms":"3","price":"155000","area":"435"} , +{"type":"Feature","id":"n1701734614","geometry":{"type":"Point","coordinates":[-0.4121182,51.5881357]},"properties":{"@type":"node","@id":1701734614,"@timestamp":1333577062},"coords":"51.5881357,-0.4121182","bedrooms":"1","price":"217000","area":"478"} , +{"type":"Feature","id":"n1701868406","geometry":{"type":"Point","coordinates":[0.0914204,51.5955966]},"properties":{"@type":"node","@id":1701868406,"@timestamp":1333591485},"coords":"51.5955966,0.0914204","bedrooms":"4","price":"152000","area":"382"} , +{"type":"Feature","id":"n1702332058","geometry":{"type":"Point","coordinates":[-0.70959,51.8906132]},"properties":{"@type":"node","@id":1702332058,"@timestamp":1333612361},"coords":"51.8906132,-0.70959","bedrooms":"4","price":"284000","area":"408"} , +{"type":"Feature","id":"n1702430157","geometry":{"type":"Point","coordinates":[-0.252592,51.5044449]},"properties":{"@type":"node","@id":1702430157,"@timestamp":1623899352},"coords":"51.5044449,-0.252592","bedrooms":"0","price":"197000","area":"665"} , +{"type":"Feature","id":"n1702649231","geometry":{"type":"Point","coordinates":[-0.5317275,51.2172342]},"properties":{"@type":"node","@id":1702649231,"@timestamp":1333630991},"coords":"51.2172342,-0.5317275","bedrooms":"1","price":"164000","area":"433"} , +{"type":"Feature","id":"n1702704186","geometry":{"type":"Point","coordinates":[-0.0726308,51.4126948]},"properties":{"@type":"node","@id":1702704186,"@timestamp":1461415811},"coords":"51.4126948,-0.0726308","bedrooms":"3","price":"155000","area":"588"} , +{"type":"Feature","id":"n1703081454","geometry":{"type":"Point","coordinates":[-0.5335928,51.2166939]},"properties":{"@type":"node","@id":1703081454,"@timestamp":1333647871},"coords":"51.2166939,-0.5335928","bedrooms":"1","price":"162000","area":"509"} , +{"type":"Feature","id":"n1703115303","geometry":{"type":"Point","coordinates":[-0.527608,51.2165255]},"properties":{"@type":"node","@id":1703115303,"@timestamp":1333649355},"coords":"51.2165255,-0.527608","bedrooms":"2","price":"299000","area":"413"} , +{"type":"Feature","id":"n1703115637","geometry":{"type":"Point","coordinates":[-0.530771,51.2158942]},"properties":{"@type":"node","@id":1703115637,"@timestamp":1333649362},"coords":"51.2158942,-0.530771","bedrooms":"1","price":"242000","area":"577"} , +{"type":"Feature","id":"n1703324324","geometry":{"type":"Point","coordinates":[-0.8140848,51.1912594]},"properties":{"@type":"node","@id":1703324324,"@timestamp":1515764957},"coords":"51.1912594,-0.8140848","bedrooms":"2","price":"293000","area":"443"} , +{"type":"Feature","id":"n1704145131","geometry":{"type":"Point","coordinates":[-0.180726,51.3661679]},"properties":{"@type":"node","@id":1704145131,"@timestamp":1507989086},"coords":"51.3661679,-0.180726","bedrooms":"4","price":"165000","area":"507"} , +{"type":"Feature","id":"n1704166800","geometry":{"type":"Point","coordinates":[-0.1823945,51.3659229]},"properties":{"@type":"node","@id":1704166800,"@timestamp":1507213733},"coords":"51.3659229,-0.1823945","bedrooms":"4","price":"215000","area":"474"} , +{"type":"Feature","id":"n1704206926","geometry":{"type":"Point","coordinates":[-0.1803301,51.7891111]},"properties":{"@type":"node","@id":1704206926,"@timestamp":1333708012},"coords":"51.7891111,-0.1803301","bedrooms":"4","price":"287000","area":"362"} , +{"type":"Feature","id":"n1704297932","geometry":{"type":"Point","coordinates":[0.136225,51.8743942]},"properties":{"@type":"node","@id":1704297932,"@timestamp":1633561356},"coords":"51.8743942,0.136225","bedrooms":"1","price":"210000","area":"598"} , +{"type":"Feature","id":"n1704422745","geometry":{"type":"Point","coordinates":[-0.0100149,51.5441497]},"properties":{"@type":"node","@id":1704422745,"@timestamp":1378320729},"coords":"51.5441497,-0.0100149","bedrooms":"4","price":"175000","area":"543"} , +{"type":"Feature","id":"n1704465805","geometry":{"type":"Point","coordinates":[0.2604955,51.0204228]},"properties":{"@type":"node","@id":1704465805,"@timestamp":1493542414},"coords":"51.0204228,0.2604955","bedrooms":"1","price":"158000","area":"440"} , +{"type":"Feature","id":"n1704551813","geometry":{"type":"Point","coordinates":[-0.1828732,51.3657557]},"properties":{"@type":"node","@id":1704551813,"@timestamp":1506626933},"coords":"51.3657557,-0.1828732","bedrooms":"0","price":"225000","area":"591"} , +{"type":"Feature","id":"n1704577043","geometry":{"type":"Point","coordinates":[-0.1852292,51.3655324]},"properties":{"@type":"node","@id":1704577043,"@timestamp":1333725167},"coords":"51.3655324,-0.1852292","bedrooms":"0","price":"166000","area":"478"} , +{"type":"Feature","id":"n1704622704","geometry":{"type":"Point","coordinates":[0.259501,51.1268964]},"properties":{"@type":"node","@id":1704622704,"@timestamp":1553490741},"coords":"51.1268964,0.259501","bedrooms":"4","price":"180000","area":"548"} , +{"type":"Feature","id":"n1704628204","geometry":{"type":"Point","coordinates":[-0.1855148,51.3652725]},"properties":{"@type":"node","@id":1704628204,"@timestamp":1506606837},"coords":"51.3652725,-0.1855148","bedrooms":"1","price":"181000","area":"529"} , +{"type":"Feature","id":"n1704642585","geometry":{"type":"Point","coordinates":[-0.2129268,51.48095]},"properties":{"@type":"node","@id":1704642585,"@timestamp":1333727789},"coords":"51.48095,-0.2129268","bedrooms":"0","price":"256000","area":"561"} , +{"type":"Feature","id":"n1704660047","geometry":{"type":"Point","coordinates":[-0.2201265,51.4846711]},"properties":{"@type":"node","@id":1704660047,"@timestamp":1603376297},"coords":"51.4846711,-0.2201265","bedrooms":"3","price":"243000","area":"392"} , +{"type":"Feature","id":"n1704793240","geometry":{"type":"Point","coordinates":[-0.1861732,51.3648995]},"properties":{"@type":"node","@id":1704793240,"@timestamp":1506605853},"coords":"51.3648995,-0.1861732","bedrooms":"3","price":"160000","area":"460"} , +{"type":"Feature","id":"n1704804121","geometry":{"type":"Point","coordinates":[-0.1860535,51.3648051]},"properties":{"@type":"node","@id":1704804121,"@timestamp":1506605852},"coords":"51.3648051,-0.1860535","bedrooms":"0","price":"268000","area":"673"} , +{"type":"Feature","id":"n1704804941","geometry":{"type":"Point","coordinates":[0.8817306,51.1400243]},"properties":{"@type":"node","@id":1704804941,"@timestamp":1609902106},"coords":"51.1400243,0.8817306","bedrooms":"0","price":"229000","area":"430"} , +{"type":"Feature","id":"n1704805267","geometry":{"type":"Point","coordinates":[0.8783043,51.1408832]},"properties":{"@type":"node","@id":1704805267,"@timestamp":1609902106},"coords":"51.1408832,0.8783043","bedrooms":"0","price":"217000","area":"693"} , +{"type":"Feature","id":"n1704805435","geometry":{"type":"Point","coordinates":[0.8789894,51.1415105]},"properties":{"@type":"node","@id":1704805435,"@timestamp":1392471646},"coords":"51.1415105,0.8789894","bedrooms":"3","price":"158000","area":"573"} , +{"type":"Feature","id":"n1704805590","geometry":{"type":"Point","coordinates":[0.8770862,51.1422298]},"properties":{"@type":"node","@id":1704805590,"@timestamp":1392471646},"coords":"51.1422298,0.8770862","bedrooms":"1","price":"282000","area":"396"} , +{"type":"Feature","id":"n1704805783","geometry":{"type":"Point","coordinates":[0.8736245,51.1443028]},"properties":{"@type":"node","@id":1704805783,"@timestamp":1392471647},"coords":"51.1443028,0.8736245","bedrooms":"3","price":"273000","area":"679"} , +{"type":"Feature","id":"n1704805867","geometry":{"type":"Point","coordinates":[0.8707005,51.1453797]},"properties":{"@type":"node","@id":1704805867,"@timestamp":1392471647},"coords":"51.1453797,0.8707005","bedrooms":"1","price":"162000","area":"479"} , +{"type":"Feature","id":"n1704809160","geometry":{"type":"Point","coordinates":[-0.3975593,51.5634519]},"properties":{"@type":"node","@id":1704809160,"@timestamp":1333732707},"coords":"51.5634519,-0.3975593","bedrooms":"3","price":"246000","area":"396"} , +{"type":"Feature","id":"n1704889528","geometry":{"type":"Point","coordinates":[-0.7457893,51.2392675]},"properties":{"@type":"node","@id":1704889528,"@timestamp":1414671637},"coords":"51.2392675,-0.7457893","bedrooms":"0","price":"181000","area":"368"} , +{"type":"Feature","id":"n1704950924","geometry":{"type":"Point","coordinates":[0.2588047,51.0548378]},"properties":{"@type":"node","@id":1704950924,"@timestamp":1404568751},"coords":"51.0548378,0.2588047","bedrooms":"1","price":"261000","area":"495"} , +{"type":"Feature","id":"n1705086283","geometry":{"type":"Point","coordinates":[0.1313439,51.658713]},"properties":{"@type":"node","@id":1705086283,"@timestamp":1609182835},"coords":"51.658713,0.1313439","bedrooms":"0","price":"162000","area":"627"} , +{"type":"Feature","id":"n1705520162","geometry":{"type":"Point","coordinates":[-0.1850859,51.3641909]},"properties":{"@type":"node","@id":1705520162,"@timestamp":1506606830},"coords":"51.3641909,-0.1850859","bedrooms":"1","price":"169000","area":"647"} , +{"type":"Feature","id":"n1705529706","geometry":{"type":"Point","coordinates":[-0.1844815,51.3645031]},"properties":{"@type":"node","@id":1705529706,"@timestamp":1506605873},"coords":"51.3645031,-0.1844815","bedrooms":"1","price":"154000","area":"370"} , +{"type":"Feature","id":"n1705543499","geometry":{"type":"Point","coordinates":[-0.9143273,51.4462321]},"properties":{"@type":"node","@id":1705543499,"@timestamp":1543770306},"coords":"51.4462321,-0.9143273","bedrooms":"2","price":"151000","area":"676"} , +{"type":"Feature","id":"n1705546662","geometry":{"type":"Point","coordinates":[-0.1847984,51.3637549]},"properties":{"@type":"node","@id":1705546662,"@timestamp":1506605868},"coords":"51.3637549,-0.1847984","bedrooms":"3","price":"265000","area":"389"} , +{"type":"Feature","id":"n1705575900","geometry":{"type":"Point","coordinates":[-0.1862793,51.3636214]},"properties":{"@type":"node","@id":1705575900,"@timestamp":1506605858},"coords":"51.3636214,-0.1862793","bedrooms":"3","price":"298000","area":"642"} , +{"type":"Feature","id":"n1705575970","geometry":{"type":"Point","coordinates":[-0.1866498,51.3635088]},"properties":{"@type":"node","@id":1705575970,"@timestamp":1506605859},"coords":"51.3635088,-0.1866498","bedrooms":"2","price":"279000","area":"566"} , +{"type":"Feature","id":"n1705588462","geometry":{"type":"Point","coordinates":[-0.1867691,51.3637426]},"properties":{"@type":"node","@id":1705588462,"@timestamp":1506605858},"coords":"51.3637426,-0.1867691","bedrooms":"2","price":"223000","area":"590"} , +{"type":"Feature","id":"n1705588607","geometry":{"type":"Point","coordinates":[-0.1869458,51.3636199]},"properties":{"@type":"node","@id":1705588607,"@timestamp":1506605858},"coords":"51.3636199,-0.1869458","bedrooms":"0","price":"239000","area":"658"} , +{"type":"Feature","id":"n1705588767","geometry":{"type":"Point","coordinates":[-0.1872679,51.3635859]},"properties":{"@type":"node","@id":1705588767,"@timestamp":1506605869},"coords":"51.3635859,-0.1872679","bedrooms":"2","price":"262000","area":"541"} , +{"type":"Feature","id":"n1705606596","geometry":{"type":"Point","coordinates":[-0.1877568,51.3635549]},"properties":{"@type":"node","@id":1705606596,"@timestamp":1506614721},"coords":"51.3635549,-0.1877568","bedrooms":"2","price":"159000","area":"381"} , +{"type":"Feature","id":"n1705629139","geometry":{"type":"Point","coordinates":[-0.1875862,51.362559]},"properties":{"@type":"node","@id":1705629139,"@timestamp":1506614723},"coords":"51.362559,-0.1875862","bedrooms":"3","price":"278000","area":"551"} , +{"type":"Feature","id":"n1705629316","geometry":{"type":"Point","coordinates":[-0.1872188,51.3631278]},"properties":{"@type":"node","@id":1705629316,"@timestamp":1506614725},"coords":"51.3631278,-0.1872188","bedrooms":"1","price":"181000","area":"396"} , +{"type":"Feature","id":"n1705637916","geometry":{"type":"Point","coordinates":[-0.1866263,51.3631604]},"properties":{"@type":"node","@id":1705637916,"@timestamp":1506614880},"coords":"51.3631604,-0.1866263","bedrooms":"1","price":"254000","area":"475"} , +{"type":"Feature","id":"n1705644014","geometry":{"type":"Point","coordinates":[-0.1857688,51.3624383]},"properties":{"@type":"node","@id":1705644014,"@timestamp":1333799555},"coords":"51.3624383,-0.1857688","bedrooms":"3","price":"267000","area":"429"} , +{"type":"Feature","id":"n1705657675","geometry":{"type":"Point","coordinates":[-0.184258,51.3629096]},"properties":{"@type":"node","@id":1705657675,"@timestamp":1542284632},"coords":"51.3629096,-0.184258","bedrooms":"3","price":"200000","area":"418"} , +{"type":"Feature","id":"n1705703434","geometry":{"type":"Point","coordinates":[-0.1564526,51.6355704]},"properties":{"@type":"node","@id":1705703434,"@timestamp":1333802989},"coords":"51.6355704,-0.1564526","bedrooms":"0","price":"216000","area":"482"} , +{"type":"Feature","id":"n1706007168","geometry":{"type":"Point","coordinates":[-0.9778033,50.9600833]},"properties":{"@type":"node","@id":1706007168,"@timestamp":1333814775},"coords":"50.9600833,-0.9778033","bedrooms":"0","price":"170000","area":"515"} , +{"type":"Feature","id":"n1706013731","geometry":{"type":"Point","coordinates":[0.7910318,51.5354805]},"properties":{"@type":"node","@id":1706013731,"@timestamp":1333815477},"coords":"51.5354805,0.7910318","bedrooms":"3","price":"264000","area":"439"} , +{"type":"Feature","id":"n1706048234","geometry":{"type":"Point","coordinates":[-0.0596648,51.5268686]},"properties":{"@type":"node","@id":1706048234,"@timestamp":1605936231},"coords":"51.5268686,-0.0596648","bedrooms":"2","price":"272000","area":"682"} , +{"type":"Feature","id":"n1706206795","geometry":{"type":"Point","coordinates":[-0.5158428,51.2170374]},"properties":{"@type":"node","@id":1706206795,"@timestamp":1580981945},"coords":"51.2170374,-0.5158428","bedrooms":"1","price":"193000","area":"600"} , +{"type":"Feature","id":"n1706357869","geometry":{"type":"Point","coordinates":[-0.1823491,51.3624393]},"properties":{"@type":"node","@id":1706357869,"@timestamp":1510493889},"coords":"51.3624393,-0.1823491","bedrooms":"3","price":"226000","area":"572"} , +{"type":"Feature","id":"n1706371592","geometry":{"type":"Point","coordinates":[-0.1818522,51.3627031]},"properties":{"@type":"node","@id":1706371592,"@timestamp":1506626455},"coords":"51.3627031,-0.1818522","bedrooms":"4","price":"229000","area":"419"} , +{"type":"Feature","id":"n1706394732","geometry":{"type":"Point","coordinates":[-0.1796057,51.3627554]},"properties":{"@type":"node","@id":1706394732,"@timestamp":1507240387},"coords":"51.3627554,-0.1796057","bedrooms":"2","price":"291000","area":"427"} , +{"type":"Feature","id":"n1706419131","geometry":{"type":"Point","coordinates":[0.3094155,51.30842]},"properties":{"@type":"node","@id":1706419131,"@timestamp":1528034089},"coords":"51.30842,0.3094155","bedrooms":"1","price":"173000","area":"694"} , +{"type":"Feature","id":"n1706784184","geometry":{"type":"Point","coordinates":[-0.1778252,51.3631393]},"properties":{"@type":"node","@id":1706784184,"@timestamp":1333878052},"coords":"51.3631393,-0.1778252","bedrooms":"4","price":"192000","area":"483"} , +{"type":"Feature","id":"n1706832250","geometry":{"type":"Point","coordinates":[-0.1772625,51.3632046]},"properties":{"@type":"node","@id":1706832250,"@timestamp":1333879327},"coords":"51.3632046,-0.1772625","bedrooms":"1","price":"209000","area":"589"} , +{"type":"Feature","id":"n1706897750","geometry":{"type":"Point","coordinates":[-0.1773008,51.3627771]},"properties":{"@type":"node","@id":1706897750,"@timestamp":1546875108},"coords":"51.3627771,-0.1773008","bedrooms":"0","price":"206000","area":"607"} , +{"type":"Feature","id":"n1706920090","geometry":{"type":"Point","coordinates":[-0.9167952,51.444192]},"properties":{"@type":"node","@id":1706920090,"@timestamp":1333971891},"coords":"51.444192,-0.9167952","bedrooms":"1","price":"186000","area":"474"} , +{"type":"Feature","id":"n1706945307","geometry":{"type":"Point","coordinates":[-0.1818307,51.3620615]},"properties":{"@type":"node","@id":1706945307,"@timestamp":1333883245},"coords":"51.3620615,-0.1818307","bedrooms":"1","price":"289000","area":"450"} , +{"type":"Feature","id":"n1706945935","geometry":{"type":"Point","coordinates":[-0.1818427,51.3618379]},"properties":{"@type":"node","@id":1706945935,"@timestamp":1333883257},"coords":"51.3618379,-0.1818427","bedrooms":"2","price":"242000","area":"526"} , +{"type":"Feature","id":"n1706949723","geometry":{"type":"Point","coordinates":[-0.1802181,51.3619602]},"properties":{"@type":"node","@id":1706949723,"@timestamp":1333883578},"coords":"51.3619602,-0.1802181","bedrooms":"2","price":"286000","area":"505"} , +{"type":"Feature","id":"n1707007686","geometry":{"type":"Point","coordinates":[-0.2280155,51.4827267]},"properties":{"@type":"node","@id":1707007686,"@timestamp":1333887187},"coords":"51.4827267,-0.2280155","bedrooms":"2","price":"279000","area":"584"} , +{"type":"Feature","id":"n1707057582","geometry":{"type":"Point","coordinates":[-0.0551771,50.9846259]},"properties":{"@type":"node","@id":1707057582,"@timestamp":1614709151},"coords":"50.9846259,-0.0551771","bedrooms":"3","price":"210000","area":"629"} , +{"type":"Feature","id":"n1707216586","geometry":{"type":"Point","coordinates":[-0.1081175,51.5070706]},"properties":{"@type":"node","@id":1707216586,"@timestamp":1618328888},"coords":"51.5070706,-0.1081175","bedrooms":"2","price":"211000","area":"606"} , +{"type":"Feature","id":"n1707458175","geometry":{"type":"Point","coordinates":[-0.4030279,51.2430057]},"properties":{"@type":"node","@id":1707458175,"@timestamp":1333907738},"coords":"51.2430057,-0.4030279","bedrooms":"3","price":"213000","area":"373"} , +{"type":"Feature","id":"n1707486578","geometry":{"type":"Point","coordinates":[0.6175968,51.7299132]},"properties":{"@type":"node","@id":1707486578,"@timestamp":1333909489},"coords":"51.7299132,0.6175968","bedrooms":"3","price":"252000","area":"373"} , +{"type":"Feature","id":"n1707510140","geometry":{"type":"Point","coordinates":[-0.1780067,51.3656438]},"properties":{"@type":"node","@id":1707510140,"@timestamp":1546875109},"coords":"51.3656438,-0.1780067","bedrooms":"3","price":"159000","area":"379"} , +{"type":"Feature","id":"n1707524791","geometry":{"type":"Point","coordinates":[-0.1773851,51.3653144]},"properties":{"@type":"node","@id":1707524791,"@timestamp":1333911483},"coords":"51.3653144,-0.1773851","bedrooms":"4","price":"281000","area":"596"} , +{"type":"Feature","id":"n1707532698","geometry":{"type":"Point","coordinates":[-0.1756182,51.3635405]},"properties":{"@type":"node","@id":1707532698,"@timestamp":1546878760},"coords":"51.3635405,-0.1756182","bedrooms":"3","price":"252000","area":"353"} , +{"type":"Feature","id":"n1707571863","geometry":{"type":"Point","coordinates":[0.3889443,51.661534]},"properties":{"@type":"node","@id":1707571863,"@timestamp":1333914129},"coords":"51.661534,0.3889443","bedrooms":"0","price":"252000","area":"393"} , +{"type":"Feature","id":"n1707572082","geometry":{"type":"Point","coordinates":[0.3887243,51.6616705]},"properties":{"@type":"node","@id":1707572082,"@timestamp":1333914133},"coords":"51.6616705,0.3887243","bedrooms":"2","price":"238000","area":"651"} , +{"type":"Feature","id":"n1707591428","geometry":{"type":"Point","coordinates":[-0.4652291,51.3715268]},"properties":{"@type":"node","@id":1707591428,"@timestamp":1423439005},"coords":"51.3715268,-0.4652291","bedrooms":"3","price":"254000","area":"524"} , +{"type":"Feature","id":"n1707627083","geometry":{"type":"Point","coordinates":[0.6840806,51.7205384]},"properties":{"@type":"node","@id":1707627083,"@timestamp":1333916221},"coords":"51.7205384,0.6840806","bedrooms":"4","price":"154000","area":"504"} , +{"type":"Feature","id":"n1707661633","geometry":{"type":"Point","coordinates":[0.5410564,51.3378081]},"properties":{"@type":"node","@id":1707661633,"@timestamp":1333918767},"coords":"51.3378081,0.5410564","bedrooms":"3","price":"232000","area":"531"} , +{"type":"Feature","id":"n1707790080","geometry":{"type":"Point","coordinates":[-0.1034783,51.5137538]},"properties":{"@type":"node","@id":1707790080,"@timestamp":1485910257},"coords":"51.5137538,-0.1034783","bedrooms":"0","price":"219000","area":"513"} , +{"type":"Feature","id":"n1708064856","geometry":{"type":"Point","coordinates":[-0.0196567,51.5929188]},"properties":{"@type":"node","@id":1708064856,"@timestamp":1333959979},"coords":"51.5929188,-0.0196567","bedrooms":"2","price":"240000","area":"597"} , +{"type":"Feature","id":"n1708221747","geometry":{"type":"Point","coordinates":[-0.0928528,51.4114791]},"properties":{"@type":"node","@id":1708221747,"@timestamp":1333966523},"coords":"51.4114791,-0.0928528","bedrooms":"1","price":"286000","area":"667"} , +{"type":"Feature","id":"n1708319407","geometry":{"type":"Point","coordinates":[-0.2653773,51.4047338]},"properties":{"@type":"node","@id":1708319407,"@timestamp":1333970466},"coords":"51.4047338,-0.2653773","bedrooms":"0","price":"288000","area":"650"} , +{"type":"Feature","id":"n1708340800","geometry":{"type":"Point","coordinates":[-0.916952,51.4434414]},"properties":{"@type":"node","@id":1708340800,"@timestamp":1333971833},"coords":"51.4434414,-0.916952","bedrooms":"1","price":"231000","area":"605"} , +{"type":"Feature","id":"n1708610862","geometry":{"type":"Point","coordinates":[-0.0177595,51.5004323]},"properties":{"@type":"node","@id":1708610862,"@timestamp":1543944925},"coords":"51.5004323,-0.0177595","bedrooms":"3","price":"193000","area":"608"} , +{"type":"Feature","id":"n1708658026","geometry":{"type":"Point","coordinates":[-0.0140111,51.4960863]},"properties":{"@type":"node","@id":1708658026,"@timestamp":1333983994},"coords":"51.4960863,-0.0140111","bedrooms":"2","price":"179000","area":"440"} , +{"type":"Feature","id":"n1708682030","geometry":{"type":"Point","coordinates":[-0.018934,51.5014806]},"properties":{"@type":"node","@id":1708682030,"@timestamp":1634302228},"coords":"51.5014806,-0.018934","bedrooms":"3","price":"242000","area":"612"} , +{"type":"Feature","id":"n1708711365","geometry":{"type":"Point","coordinates":[-0.0930247,51.4264224]},"properties":{"@type":"node","@id":1708711365,"@timestamp":1333985752},"coords":"51.4264224,-0.0930247","bedrooms":"2","price":"182000","area":"423"} , +{"type":"Feature","id":"n1708711592","geometry":{"type":"Point","coordinates":[-0.0907875,51.425673]},"properties":{"@type":"node","@id":1708711592,"@timestamp":1334006756},"coords":"51.425673,-0.0907875","bedrooms":"0","price":"273000","area":"464"} , +{"type":"Feature","id":"n1708717492","geometry":{"type":"Point","coordinates":[-0.0170231,51.5046642]},"properties":{"@type":"node","@id":1708717492,"@timestamp":1447488380},"coords":"51.5046642,-0.0170231","bedrooms":"1","price":"178000","area":"653"} , +{"type":"Feature","id":"n1708814951","geometry":{"type":"Point","coordinates":[-0.0836121,51.4261858]},"properties":{"@type":"node","@id":1708814951,"@timestamp":1333989433},"coords":"51.4261858,-0.0836121","bedrooms":"2","price":"181000","area":"649"} , +{"type":"Feature","id":"n1708910799","geometry":{"type":"Point","coordinates":[0.745047,51.9243711]},"properties":{"@type":"node","@id":1708910799,"@timestamp":1333992887},"coords":"51.9243711,0.745047","bedrooms":"3","price":"209000","area":"646"} , +{"type":"Feature","id":"n1708956919","geometry":{"type":"Point","coordinates":[0.0539598,51.4503207]},"properties":{"@type":"node","@id":1708956919,"@timestamp":1478112603},"coords":"51.4503207,0.0539598","bedrooms":"3","price":"219000","area":"624"} , +{"type":"Feature","id":"n1708980734","geometry":{"type":"Point","coordinates":[-0.6296495,51.1781458]},"properties":{"@type":"node","@id":1708980734,"@timestamp":1333997130},"coords":"51.1781458,-0.6296495","bedrooms":"4","price":"264000","area":"586"} , +{"type":"Feature","id":"n1708997070","geometry":{"type":"Point","coordinates":[-0.6293571,51.1775202]},"properties":{"@type":"node","@id":1708997070,"@timestamp":1333997409},"coords":"51.1775202,-0.6293571","bedrooms":"0","price":"202000","area":"425"} , +{"type":"Feature","id":"n1709042969","geometry":{"type":"Point","coordinates":[-0.6290004,51.1769738]},"properties":{"@type":"node","@id":1709042969,"@timestamp":1334162079},"coords":"51.1769738,-0.6290004","bedrooms":"4","price":"210000","area":"526"} , +{"type":"Feature","id":"n1709164368","geometry":{"type":"Point","coordinates":[-0.6305478,51.1776626]},"properties":{"@type":"node","@id":1709164368,"@timestamp":1334002599},"coords":"51.1776626,-0.6305478","bedrooms":"2","price":"175000","area":"457"} , +{"type":"Feature","id":"n1709237851","geometry":{"type":"Point","coordinates":[-0.0906909,51.4261082]},"properties":{"@type":"node","@id":1709237851,"@timestamp":1334006756},"coords":"51.4261082,-0.0906909","bedrooms":"3","price":"245000","area":"658"} , +{"type":"Feature","id":"n1709266737","geometry":{"type":"Point","coordinates":[-0.5671951,51.4327956]},"properties":{"@type":"node","@id":1709266737,"@timestamp":1459278149},"coords":"51.4327956,-0.5671951","bedrooms":"0","price":"242000","area":"505"} , +{"type":"Feature","id":"n1709883270","geometry":{"type":"Point","coordinates":[-0.537913,51.2648874]},"properties":{"@type":"node","@id":1709883270,"@timestamp":1541358638},"coords":"51.2648874,-0.537913","bedrooms":"2","price":"236000","area":"505"} , +{"type":"Feature","id":"n1710019644","geometry":{"type":"Point","coordinates":[-0.4903047,51.4716151]},"properties":{"@type":"node","@id":1710019644,"@timestamp":1396523169},"coords":"51.4716151,-0.4903047","bedrooms":"1","price":"250000","area":"426"} , +{"type":"Feature","id":"n1710037274","geometry":{"type":"Point","coordinates":[0.4822085,51.322845]},"properties":{"@type":"node","@id":1710037274,"@timestamp":1334065144},"coords":"51.322845,0.4822085","bedrooms":"2","price":"201000","area":"470"} , +{"type":"Feature","id":"n1710181213","geometry":{"type":"Point","coordinates":[-0.2721012,51.2080727]},"properties":{"@type":"node","@id":1710181213,"@timestamp":1608124206},"coords":"51.2080727,-0.2721012","bedrooms":"4","price":"232000","area":"472"} , +{"type":"Feature","id":"n1710489049","geometry":{"type":"Point","coordinates":[0.0686965,51.2638391]},"properties":{"@type":"node","@id":1710489049,"@timestamp":1434323089},"coords":"51.2638391,0.0686965","bedrooms":"1","price":"167000","area":"569"} , +{"type":"Feature","id":"n1710722866","geometry":{"type":"Point","coordinates":[-0.3968082,51.6635035]},"properties":{"@type":"node","@id":1710722866,"@timestamp":1607002059},"coords":"51.6635035,-0.3968082","bedrooms":"4","price":"248000","area":"413"} , +{"type":"Feature","id":"n1711406402","geometry":{"type":"Point","coordinates":[-0.1374972,51.5013864]},"properties":{"@type":"node","@id":1711406402,"@timestamp":1334149000},"coords":"51.5013864,-0.1374972","bedrooms":"3","price":"206000","area":"436"} , +{"type":"Feature","id":"n1711406881","geometry":{"type":"Point","coordinates":[-0.1343,51.5037938]},"properties":{"@type":"node","@id":1711406881,"@timestamp":1334149008},"coords":"51.5037938,-0.1343","bedrooms":"1","price":"256000","area":"608"} , +{"type":"Feature","id":"n1711407874","geometry":{"type":"Point","coordinates":[-0.1336243,51.5039174]},"properties":{"@type":"node","@id":1711407874,"@timestamp":1334149023},"coords":"51.5039174,-0.1336243","bedrooms":"1","price":"174000","area":"591"} , +{"type":"Feature","id":"n1711536003","geometry":{"type":"Point","coordinates":[-0.0856213,51.5205867]},"properties":{"@type":"node","@id":1711536003,"@timestamp":1334157486},"coords":"51.5205867,-0.0856213","bedrooms":"4","price":"203000","area":"691"} , +{"type":"Feature","id":"n1711660817","geometry":{"type":"Point","coordinates":[-0.6317415,51.1774742]},"properties":{"@type":"node","@id":1711660817,"@timestamp":1334162491},"coords":"51.1774742,-0.6317415","bedrooms":"0","price":"262000","area":"584"} , +{"type":"Feature","id":"n1711679421","geometry":{"type":"Point","coordinates":[-0.0849257,51.5207196]},"properties":{"@type":"node","@id":1711679421,"@timestamp":1334163218},"coords":"51.5207196,-0.0849257","bedrooms":"2","price":"165000","area":"554"} , +{"type":"Feature","id":"n1711725475","geometry":{"type":"Point","coordinates":[0.7665071,51.6871582]},"properties":{"@type":"node","@id":1711725475,"@timestamp":1334165661},"coords":"51.6871582,0.7665071","bedrooms":"0","price":"298000","area":"676"} , +{"type":"Feature","id":"n1711936859","geometry":{"type":"Point","coordinates":[0.2287265,51.9105084]},"properties":{"@type":"node","@id":1711936859,"@timestamp":1334178356},"coords":"51.9105084,0.2287265","bedrooms":"2","price":"195000","area":"596"} , +{"type":"Feature","id":"n1711948533","geometry":{"type":"Point","coordinates":[0.2332368,51.9113503]},"properties":{"@type":"node","@id":1711948533,"@timestamp":1586792451},"coords":"51.9113503,0.2332368","bedrooms":"1","price":"154000","area":"524"} , +{"type":"Feature","id":"n1712162467","geometry":{"type":"Point","coordinates":[-0.4408318,51.647501]},"properties":{"@type":"node","@id":1712162467,"@timestamp":1334194705},"coords":"51.647501,-0.4408318","bedrooms":"1","price":"186000","area":"599"} , +{"type":"Feature","id":"n1712461234","geometry":{"type":"Point","coordinates":[-0.6704545,51.0772566]},"properties":{"@type":"node","@id":1712461234,"@timestamp":1493815714},"coords":"51.0772566,-0.6704545","bedrooms":"2","price":"242000","area":"662"} , +{"type":"Feature","id":"n1712691657","geometry":{"type":"Point","coordinates":[-0.4075742,51.3913844]},"properties":{"@type":"node","@id":1712691657,"@timestamp":1442083895},"coords":"51.3913844,-0.4075742","bedrooms":"3","price":"224000","area":"408"} , +{"type":"Feature","id":"n1712794721","geometry":{"type":"Point","coordinates":[-0.419814,51.3856837]},"properties":{"@type":"node","@id":1712794721,"@timestamp":1567524300},"coords":"51.3856837,-0.419814","bedrooms":"1","price":"292000","area":"582"} , +{"type":"Feature","id":"n1712794859","geometry":{"type":"Point","coordinates":[-0.4178024,51.3844127]},"properties":{"@type":"node","@id":1712794859,"@timestamp":1495565107},"coords":"51.3844127,-0.4178024","bedrooms":"2","price":"204000","area":"546"} , +{"type":"Feature","id":"n1713257250","geometry":{"type":"Point","coordinates":[-0.0945923,51.5109264]},"properties":{"@type":"node","@id":1713257250,"@timestamp":1614087321},"coords":"51.5109264,-0.0945923","bedrooms":"0","price":"169000","area":"618"} , +{"type":"Feature","id":"n1713364730","geometry":{"type":"Point","coordinates":[-0.2233729,51.5049925]},"properties":{"@type":"node","@id":1713364730,"@timestamp":1334266860},"coords":"51.5049925,-0.2233729","bedrooms":"1","price":"252000","area":"685"} , +{"type":"Feature","id":"n1713505239","geometry":{"type":"Point","coordinates":[0.4787129,51.7370359]},"properties":{"@type":"node","@id":1713505239,"@timestamp":1580143529},"coords":"51.7370359,0.4787129","bedrooms":"3","price":"164000","area":"396"} , +{"type":"Feature","id":"n1713651127","geometry":{"type":"Point","coordinates":[-0.4940692,51.4595556]},"properties":{"@type":"node","@id":1713651127,"@timestamp":1533071241},"coords":"51.4595556,-0.4940692","bedrooms":"4","price":"272000","area":"378"} , +{"type":"Feature","id":"n1714943179","geometry":{"type":"Point","coordinates":[0.6465975,51.6888224]},"properties":{"@type":"node","@id":1714943179,"@timestamp":1334343715},"coords":"51.6888224,0.6465975","bedrooms":"3","price":"201000","area":"693"} , +{"type":"Feature","id":"n1715074548","geometry":{"type":"Point","coordinates":[-0.2221324,51.5013454]},"properties":{"@type":"node","@id":1715074548,"@timestamp":1629303637},"coords":"51.5013454,-0.2221324","bedrooms":"0","price":"257000","area":"658"} , +{"type":"Feature","id":"n1715084204","geometry":{"type":"Point","coordinates":[0.3809671,51.6697408]},"properties":{"@type":"node","@id":1715084204,"@timestamp":1353717958},"coords":"51.6697408,0.3809671","bedrooms":"1","price":"277000","area":"501"} , +{"type":"Feature","id":"n1715109189","geometry":{"type":"Point","coordinates":[0.5363475,51.4021477]},"properties":{"@type":"node","@id":1715109189,"@timestamp":1543944933},"coords":"51.4021477,0.5363475","bedrooms":"4","price":"289000","area":"617"} , +{"type":"Feature","id":"n1715337445","geometry":{"type":"Point","coordinates":[0.6995622,51.5371714]},"properties":{"@type":"node","@id":1715337445,"@timestamp":1562785649},"coords":"51.5371714,0.6995622","bedrooms":"1","price":"231000","area":"654"} , +{"type":"Feature","id":"n1715387600","geometry":{"type":"Point","coordinates":[0.4510376,51.5105281]},"properties":{"@type":"node","@id":1715387600,"@timestamp":1334359707},"coords":"51.5105281,0.4510376","bedrooms":"3","price":"234000","area":"427"} , +{"type":"Feature","id":"n1715390718","geometry":{"type":"Point","coordinates":[-0.0649637,51.2578562]},"properties":{"@type":"node","@id":1715390718,"@timestamp":1616863933},"coords":"51.2578562,-0.0649637","bedrooms":"4","price":"189000","area":"426"} , +{"type":"Feature","id":"n1715423732","geometry":{"type":"Point","coordinates":[0.4549429,51.5084536]},"properties":{"@type":"node","@id":1715423732,"@timestamp":1334359704},"coords":"51.5084536,0.4549429","bedrooms":"1","price":"288000","area":"355"} , +{"type":"Feature","id":"n1715427559","geometry":{"type":"Point","coordinates":[-0.1223589,51.1723475]},"properties":{"@type":"node","@id":1715427559,"@timestamp":1334359977},"coords":"51.1723475,-0.1223589","bedrooms":"2","price":"297000","area":"398"} , +{"type":"Feature","id":"n1715953352","geometry":{"type":"Point","coordinates":[-0.1360551,51.515061]},"properties":{"@type":"node","@id":1715953352,"@timestamp":1488245021},"coords":"51.515061,-0.1360551","bedrooms":"3","price":"230000","area":"366"} , +{"type":"Feature","id":"n1716018264","geometry":{"type":"Point","coordinates":[-0.2109948,51.0954754]},"properties":{"@type":"node","@id":1716018264,"@timestamp":1360687685},"coords":"51.0954754,-0.2109948","bedrooms":"0","price":"268000","area":"550"} , +{"type":"Feature","id":"n1716046769","geometry":{"type":"Point","coordinates":[-0.1780006,51.500423]},"properties":{"@type":"node","@id":1716046769,"@timestamp":1586088546},"coords":"51.500423,-0.1780006","bedrooms":"1","price":"192000","area":"350"} , +{"type":"Feature","id":"n1716099103","geometry":{"type":"Point","coordinates":[-0.1368797,51.5158611]},"properties":{"@type":"node","@id":1716099103,"@timestamp":1630100096},"coords":"51.5158611,-0.1368797","bedrooms":"1","price":"262000","area":"619"} , +{"type":"Feature","id":"n1716186785","geometry":{"type":"Point","coordinates":[-0.749355,51.3528962]},"properties":{"@type":"node","@id":1716186785,"@timestamp":1587847047},"coords":"51.3528962,-0.749355","bedrooms":"0","price":"235000","area":"362"} , +{"type":"Feature","id":"n1716444056","geometry":{"type":"Point","coordinates":[-0.9387938,51.5888843]},"properties":{"@type":"node","@id":1716444056,"@timestamp":1376916159},"coords":"51.5888843,-0.9387938","bedrooms":"4","price":"235000","area":"525"} , +{"type":"Feature","id":"n1716666179","geometry":{"type":"Point","coordinates":[-0.7520764,51.3540797]},"properties":{"@type":"node","@id":1716666179,"@timestamp":1587847047},"coords":"51.3540797,-0.7520764","bedrooms":"3","price":"227000","area":"652"} , +{"type":"Feature","id":"n1716738332","geometry":{"type":"Point","coordinates":[-0.7021251,51.361384]},"properties":{"@type":"node","@id":1716738332,"@timestamp":1616775025},"coords":"51.361384,-0.7021251","bedrooms":"4","price":"240000","area":"594"} , +{"type":"Feature","id":"n1716927364","geometry":{"type":"Point","coordinates":[-0.1054495,51.5253686]},"properties":{"@type":"node","@id":1716927364,"@timestamp":1334439267},"coords":"51.5253686,-0.1054495","bedrooms":"1","price":"203000","area":"427"} , +{"type":"Feature","id":"n1717061382","geometry":{"type":"Point","coordinates":[-0.1148573,51.5126376]},"properties":{"@type":"node","@id":1717061382,"@timestamp":1512873829},"coords":"51.5126376,-0.1148573","bedrooms":"4","price":"189000","area":"519"} , +{"type":"Feature","id":"n1717082461","geometry":{"type":"Point","coordinates":[-0.0747325,51.1239516]},"properties":{"@type":"node","@id":1717082461,"@timestamp":1606227643},"coords":"51.1239516,-0.0747325","bedrooms":"3","price":"154000","area":"573"} , +{"type":"Feature","id":"n1717086059","geometry":{"type":"Point","coordinates":[-0.7395444,51.3673476]},"properties":{"@type":"node","@id":1717086059,"@timestamp":1334447652},"coords":"51.3673476,-0.7395444","bedrooms":"3","price":"288000","area":"429"} , +{"type":"Feature","id":"n1717489240","geometry":{"type":"Point","coordinates":[0.5469709,51.6800317]},"properties":{"@type":"node","@id":1717489240,"@timestamp":1334476114},"coords":"51.6800317,0.5469709","bedrooms":"3","price":"286000","area":"648"} , +{"type":"Feature","id":"n1717524109","geometry":{"type":"Point","coordinates":[0.0812427,51.0401571]},"properties":{"@type":"node","@id":1717524109,"@timestamp":1334478495},"coords":"51.0401571,0.0812427","bedrooms":"1","price":"179000","area":"357"} , +{"type":"Feature","id":"n1717568414","geometry":{"type":"Point","coordinates":[-0.0781837,51.123895]},"properties":{"@type":"node","@id":1717568414,"@timestamp":1334482249},"coords":"51.123895,-0.0781837","bedrooms":"2","price":"256000","area":"388"} , +{"type":"Feature","id":"n1717643411","geometry":{"type":"Point","coordinates":[-0.0906408,51.5145758]},"properties":{"@type":"node","@id":1717643411,"@timestamp":1604766653},"coords":"51.5145758,-0.0906408","bedrooms":"2","price":"209000","area":"554"} , +{"type":"Feature","id":"n1717643445","geometry":{"type":"Point","coordinates":[-0.0905391,51.513684]},"properties":{"@type":"node","@id":1717643445,"@timestamp":1624740067},"coords":"51.513684,-0.0905391","bedrooms":"0","price":"211000","area":"445"} , +{"type":"Feature","id":"n1717756660","geometry":{"type":"Point","coordinates":[-0.2649578,51.9531334]},"properties":{"@type":"node","@id":1717756660,"@timestamp":1599829127},"coords":"51.9531334,-0.2649578","bedrooms":"4","price":"223000","area":"596"} , +{"type":"Feature","id":"n1717955645","geometry":{"type":"Point","coordinates":[0.2687494,51.602449]},"properties":{"@type":"node","@id":1717955645,"@timestamp":1334502534},"coords":"51.602449,0.2687494","bedrooms":"1","price":"295000","area":"517"} , +{"type":"Feature","id":"n1718080080","geometry":{"type":"Point","coordinates":[-1.0418821,51.4579144]},"properties":{"@type":"node","@id":1718080080,"@timestamp":1455084177},"coords":"51.4579144,-1.0418821","bedrooms":"1","price":"177000","area":"502"} , +{"type":"Feature","id":"n1718233836","geometry":{"type":"Point","coordinates":[-0.0917653,51.5145053]},"properties":{"@type":"node","@id":1718233836,"@timestamp":1503103434},"coords":"51.5145053,-0.0917653","bedrooms":"1","price":"296000","area":"505"} , +{"type":"Feature","id":"n1718234213","geometry":{"type":"Point","coordinates":[-0.0915277,51.5142333]},"properties":{"@type":"node","@id":1718234213,"@timestamp":1503103435},"coords":"51.5142333,-0.0915277","bedrooms":"3","price":"255000","area":"352"} , +{"type":"Feature","id":"n1718328155","geometry":{"type":"Point","coordinates":[-0.0918421,51.5150045]},"properties":{"@type":"node","@id":1718328155,"@timestamp":1503103437},"coords":"51.5150045,-0.0918421","bedrooms":"0","price":"292000","area":"616"} , +{"type":"Feature","id":"n1718390691","geometry":{"type":"Point","coordinates":[-0.090869,51.5144569]},"properties":{"@type":"node","@id":1718390691,"@timestamp":1503103439},"coords":"51.5144569,-0.090869","bedrooms":"2","price":"153000","area":"649"} , +{"type":"Feature","id":"n1718445725","geometry":{"type":"Point","coordinates":[-0.2074918,51.5067245]},"properties":{"@type":"node","@id":1718445725,"@timestamp":1585629680},"coords":"51.5067245,-0.2074918","bedrooms":"2","price":"171000","area":"429"} , +{"type":"Feature","id":"n1718446337","geometry":{"type":"Point","coordinates":[-0.2063699,51.5069917]},"properties":{"@type":"node","@id":1718446337,"@timestamp":1334520330},"coords":"51.5069917,-0.2063699","bedrooms":"4","price":"259000","area":"427"} , +{"type":"Feature","id":"n1718448303","geometry":{"type":"Point","coordinates":[-0.6109004,50.9823275]},"properties":{"@type":"node","@id":1718448303,"@timestamp":1334520416},"coords":"50.9823275,-0.6109004","bedrooms":"4","price":"153000","area":"560"} , +{"type":"Feature","id":"n1718566768","geometry":{"type":"Point","coordinates":[-0.0911063,51.515431]},"properties":{"@type":"node","@id":1718566768,"@timestamp":1503009449},"coords":"51.515431,-0.0911063","bedrooms":"0","price":"207000","area":"689"} , +{"type":"Feature","id":"n1718629333","geometry":{"type":"Point","coordinates":[0.6092416,51.6691909]},"properties":{"@type":"node","@id":1718629333,"@timestamp":1334529270},"coords":"51.6691909,0.6092416","bedrooms":"2","price":"212000","area":"361"} , +{"type":"Feature","id":"n1718645755","geometry":{"type":"Point","coordinates":[0.717709,51.6711921]},"properties":{"@type":"node","@id":1718645755,"@timestamp":1529875209},"coords":"51.6711921,0.717709","bedrooms":"4","price":"224000","area":"633"} , +{"type":"Feature","id":"n1718657743","geometry":{"type":"Point","coordinates":[-0.7064622,51.3740888]},"properties":{"@type":"node","@id":1718657743,"@timestamp":1334533244},"coords":"51.3740888,-0.7064622","bedrooms":"3","price":"277000","area":"662"} , +{"type":"Feature","id":"n1719205700","geometry":{"type":"Point","coordinates":[-0.8424284,51.7294341]},"properties":{"@type":"node","@id":1719205700,"@timestamp":1530047533},"coords":"51.7294341,-0.8424284","bedrooms":"1","price":"255000","area":"398"} , +{"type":"Feature","id":"n1719254064","geometry":{"type":"Point","coordinates":[-0.3317221,51.5127507]},"properties":{"@type":"node","@id":1719254064,"@timestamp":1602368485},"coords":"51.5127507,-0.3317221","bedrooms":"2","price":"196000","area":"693"} , +{"type":"Feature","id":"n1719254236","geometry":{"type":"Point","coordinates":[-0.3271555,51.5131533]},"properties":{"@type":"node","@id":1719254236,"@timestamp":1602368485},"coords":"51.5131533,-0.3271555","bedrooms":"1","price":"278000","area":"430"} , +{"type":"Feature","id":"n1719254550","geometry":{"type":"Point","coordinates":[-0.3278698,51.5135188]},"properties":{"@type":"node","@id":1719254550,"@timestamp":1602368485},"coords":"51.5135188,-0.3278698","bedrooms":"4","price":"207000","area":"380"} , +{"type":"Feature","id":"n1719255009","geometry":{"type":"Point","coordinates":[-0.2994778,51.5151987]},"properties":{"@type":"node","@id":1719255009,"@timestamp":1610216879},"coords":"51.5151987,-0.2994778","bedrooms":"3","price":"297000","area":"583"} , +{"type":"Feature","id":"n1719255180","geometry":{"type":"Point","coordinates":[-0.274579,51.5160354]},"properties":{"@type":"node","@id":1719255180,"@timestamp":1603051264},"coords":"51.5160354,-0.274579","bedrooms":"1","price":"221000","area":"670"} , +{"type":"Feature","id":"n1719255473","geometry":{"type":"Point","coordinates":[-0.268115,51.5171838]},"properties":{"@type":"node","@id":1719255473,"@timestamp":1603051264},"coords":"51.5171838,-0.268115","bedrooms":"1","price":"281000","area":"417"} , +{"type":"Feature","id":"n1719269449","geometry":{"type":"Point","coordinates":[-0.3765561,51.5060478]},"properties":{"@type":"node","@id":1719269449,"@timestamp":1602368485},"coords":"51.5060478,-0.3765561","bedrooms":"3","price":"200000","area":"411"} , +{"type":"Feature","id":"n1719269505","geometry":{"type":"Point","coordinates":[-0.3716685,51.506887]},"properties":{"@type":"node","@id":1719269505,"@timestamp":1602368485},"coords":"51.506887,-0.3716685","bedrooms":"0","price":"266000","area":"616"} , +{"type":"Feature","id":"n1719312710","geometry":{"type":"Point","coordinates":[-0.3751078,51.5062261]},"properties":{"@type":"node","@id":1719312710,"@timestamp":1602368485},"coords":"51.5062261,-0.3751078","bedrooms":"1","price":"292000","area":"371"} , +{"type":"Feature","id":"n1719312883","geometry":{"type":"Point","coordinates":[-0.3729222,51.5063893]},"properties":{"@type":"node","@id":1719312883,"@timestamp":1602368485},"coords":"51.5063893,-0.3729222","bedrooms":"3","price":"191000","area":"550"} , +{"type":"Feature","id":"n1719313208","geometry":{"type":"Point","coordinates":[-0.3690419,51.5069186]},"properties":{"@type":"node","@id":1719313208,"@timestamp":1602368485},"coords":"51.5069186,-0.3690419","bedrooms":"2","price":"212000","area":"433"} , +{"type":"Feature","id":"n1719313373","geometry":{"type":"Point","coordinates":[-0.3688405,51.5074512]},"properties":{"@type":"node","@id":1719313373,"@timestamp":1602368485},"coords":"51.5074512,-0.3688405","bedrooms":"0","price":"255000","area":"588"} , +{"type":"Feature","id":"n1719332226","geometry":{"type":"Point","coordinates":[-0.3927652,51.5038641]},"properties":{"@type":"node","@id":1719332226,"@timestamp":1602368485},"coords":"51.5038641,-0.3927652","bedrooms":"3","price":"282000","area":"489"} , +{"type":"Feature","id":"n1719332319","geometry":{"type":"Point","coordinates":[-0.3906598,51.5040847]},"properties":{"@type":"node","@id":1719332319,"@timestamp":1602368485},"coords":"51.5040847,-0.3906598","bedrooms":"3","price":"203000","area":"519"} , +{"type":"Feature","id":"n1719332692","geometry":{"type":"Point","coordinates":[-0.3829444,51.5050783]},"properties":{"@type":"node","@id":1719332692,"@timestamp":1602368485},"coords":"51.5050783,-0.3829444","bedrooms":"3","price":"267000","area":"611"} , +{"type":"Feature","id":"n1719348621","geometry":{"type":"Point","coordinates":[-0.0584115,51.2549976]},"properties":{"@type":"node","@id":1719348621,"@timestamp":1343892700},"coords":"51.2549976,-0.0584115","bedrooms":"3","price":"236000","area":"451"} , +{"type":"Feature","id":"n1719371966","geometry":{"type":"Point","coordinates":[-0.4127829,51.50295]},"properties":{"@type":"node","@id":1719371966,"@timestamp":1602368485},"coords":"51.50295,-0.4127829","bedrooms":"0","price":"230000","area":"501"} , +{"type":"Feature","id":"n1719372147","geometry":{"type":"Point","coordinates":[-0.4200925,51.5031521]},"properties":{"@type":"node","@id":1719372147,"@timestamp":1602368485},"coords":"51.5031521,-0.4200925","bedrooms":"1","price":"225000","area":"474"} , +{"type":"Feature","id":"n1719372493","geometry":{"type":"Point","coordinates":[-0.4389811,51.5052483]},"properties":{"@type":"node","@id":1719372493,"@timestamp":1602368485},"coords":"51.5052483,-0.4389811","bedrooms":"1","price":"268000","area":"599"} , +{"type":"Feature","id":"n1719422019","geometry":{"type":"Point","coordinates":[-0.0901434,51.5151474]},"properties":{"@type":"node","@id":1719422019,"@timestamp":1503009452},"coords":"51.5151474,-0.0901434","bedrooms":"4","price":"208000","area":"469"} , +{"type":"Feature","id":"n1719475438","geometry":{"type":"Point","coordinates":[0.0072401,51.5072134]},"properties":{"@type":"node","@id":1719475438,"@timestamp":1571360835},"coords":"51.5072134,0.0072401","bedrooms":"0","price":"209000","area":"594"} , +{"type":"Feature","id":"n1719484027","geometry":{"type":"Point","coordinates":[-0.4124126,51.4798402]},"properties":{"@type":"node","@id":1719484027,"@timestamp":1334595468},"coords":"51.4798402,-0.4124126","bedrooms":"0","price":"286000","area":"409"} , +{"type":"Feature","id":"n1719691346","geometry":{"type":"Point","coordinates":[-0.5353388,51.0856262]},"properties":{"@type":"node","@id":1719691346,"@timestamp":1334609527},"coords":"51.0856262,-0.5353388","bedrooms":"1","price":"176000","area":"399"} , +{"type":"Feature","id":"n1719846046","geometry":{"type":"Point","coordinates":[-0.4760299,51.0341135]},"properties":{"@type":"node","@id":1719846046,"@timestamp":1452029519},"coords":"51.0341135,-0.4760299","bedrooms":"0","price":"252000","area":"587"} , +{"type":"Feature","id":"n1719875303","geometry":{"type":"Point","coordinates":[-0.0936222,51.5127395]},"properties":{"@type":"node","@id":1719875303,"@timestamp":1418828701},"coords":"51.5127395,-0.0936222","bedrooms":"4","price":"179000","area":"370"} , +{"type":"Feature","id":"n1721040665","geometry":{"type":"Point","coordinates":[-0.0185381,51.5834422]},"properties":{"@type":"node","@id":1721040665,"@timestamp":1334693185},"coords":"51.5834422,-0.0185381","bedrooms":"4","price":"203000","area":"674"} , +{"type":"Feature","id":"n1721040766","geometry":{"type":"Point","coordinates":[-0.0189365,51.5839008]},"properties":{"@type":"node","@id":1721040766,"@timestamp":1334693187},"coords":"51.5839008,-0.0189365","bedrooms":"2","price":"256000","area":"388"} , +{"type":"Feature","id":"n1721094357","geometry":{"type":"Point","coordinates":[-0.0184665,51.5852406]},"properties":{"@type":"node","@id":1721094357,"@timestamp":1334695488},"coords":"51.5852406,-0.0184665","bedrooms":"3","price":"281000","area":"539"} , +{"type":"Feature","id":"n1721205469","geometry":{"type":"Point","coordinates":[-0.5192434,51.3982183]},"properties":{"@type":"node","@id":1721205469,"@timestamp":1334701151},"coords":"51.3982183,-0.5192434","bedrooms":"3","price":"182000","area":"467"} , +{"type":"Feature","id":"n1721538808","geometry":{"type":"Point","coordinates":[0.7267527,51.6669767]},"properties":{"@type":"node","@id":1721538808,"@timestamp":1334735689},"coords":"51.6669767,0.7267527","bedrooms":"2","price":"236000","area":"520"} , +{"type":"Feature","id":"n1721713677","geometry":{"type":"Point","coordinates":[-0.0894656,51.5147832]},"properties":{"@type":"node","@id":1721713677,"@timestamp":1600557875},"coords":"51.5147832,-0.0894656","bedrooms":"2","price":"249000","area":"350"} , +{"type":"Feature","id":"n1721795426","geometry":{"type":"Point","coordinates":[-0.5040347,51.4851262]},"properties":{"@type":"node","@id":1721795426,"@timestamp":1620466963},"coords":"51.4851262,-0.5040347","bedrooms":"2","price":"257000","area":"500"} , +{"type":"Feature","id":"n1721795514","geometry":{"type":"Point","coordinates":[-0.4982334,51.4919324]},"properties":{"@type":"node","@id":1721795514,"@timestamp":1620466963},"coords":"51.4919324,-0.4982334","bedrooms":"0","price":"281000","area":"392"} , +{"type":"Feature","id":"n1721796186","geometry":{"type":"Point","coordinates":[-0.486916,51.5035752]},"properties":{"@type":"node","@id":1721796186,"@timestamp":1620466963},"coords":"51.5035752,-0.486916","bedrooms":"4","price":"156000","area":"555"} , +{"type":"Feature","id":"n1721796415","geometry":{"type":"Point","coordinates":[-0.2832951,51.5049004]},"properties":{"@type":"node","@id":1721796415,"@timestamp":1612394625},"coords":"51.5049004,-0.2832951","bedrooms":"2","price":"232000","area":"366"} , +{"type":"Feature","id":"n1721796541","geometry":{"type":"Point","coordinates":[-0.2834645,51.5052478]},"properties":{"@type":"node","@id":1721796541,"@timestamp":1612394625},"coords":"51.5052478,-0.2834645","bedrooms":"4","price":"230000","area":"496"} , +{"type":"Feature","id":"n1721796864","geometry":{"type":"Point","coordinates":[-0.2846165,51.5055429]},"properties":{"@type":"node","@id":1721796864,"@timestamp":1612394625},"coords":"51.5055429,-0.2846165","bedrooms":"2","price":"265000","area":"695"} , +{"type":"Feature","id":"n1721797310","geometry":{"type":"Point","coordinates":[-0.4857958,51.5071329]},"properties":{"@type":"node","@id":1721797310,"@timestamp":1620466963},"coords":"51.5071329,-0.4857958","bedrooms":"0","price":"160000","area":"570"} , +{"type":"Feature","id":"n1721797644","geometry":{"type":"Point","coordinates":[-0.2870276,51.5080954]},"properties":{"@type":"node","@id":1721797644,"@timestamp":1612394625},"coords":"51.5080954,-0.2870276","bedrooms":"4","price":"154000","area":"585"} , +{"type":"Feature","id":"n1721797826","geometry":{"type":"Point","coordinates":[-0.462353,51.5090066]},"properties":{"@type":"node","@id":1721797826,"@timestamp":1602368485},"coords":"51.5090066,-0.462353","bedrooms":"1","price":"180000","area":"528"} , +{"type":"Feature","id":"n1721798246","geometry":{"type":"Point","coordinates":[-0.4827654,51.5101123]},"properties":{"@type":"node","@id":1721798246,"@timestamp":1602368485},"coords":"51.5101123,-0.4827654","bedrooms":"4","price":"287000","area":"390"} , +{"type":"Feature","id":"n1721843176","geometry":{"type":"Point","coordinates":[-0.5026651,51.3227066]},"properties":{"@type":"node","@id":1721843176,"@timestamp":1442403826},"coords":"51.3227066,-0.5026651","bedrooms":"1","price":"276000","area":"524"} , +{"type":"Feature","id":"n1721844968","geometry":{"type":"Point","coordinates":[0.0693512,51.629705]},"properties":{"@type":"node","@id":1721844968,"@timestamp":1352374708},"coords":"51.629705,0.0693512","bedrooms":"4","price":"173000","area":"481"} , +{"type":"Feature","id":"n1721845261","geometry":{"type":"Point","coordinates":[0.0694676,51.6296491]},"properties":{"@type":"node","@id":1721845261,"@timestamp":1352374708},"coords":"51.6296491,0.0694676","bedrooms":"3","price":"200000","area":"666"} , +{"type":"Feature","id":"n1721845432","geometry":{"type":"Point","coordinates":[0.0693085,51.6295201]},"properties":{"@type":"node","@id":1721845432,"@timestamp":1393256148},"coords":"51.6295201,0.0693085","bedrooms":"1","price":"256000","area":"684"} , +{"type":"Feature","id":"n1721937050","geometry":{"type":"Point","coordinates":[-0.5008975,51.3380346]},"properties":{"@type":"node","@id":1721937050,"@timestamp":1609541151},"coords":"51.3380346,-0.5008975","bedrooms":"2","price":"256000","area":"480"} , +{"type":"Feature","id":"n1722133488","geometry":{"type":"Point","coordinates":[-0.0207729,51.586272]},"properties":{"@type":"node","@id":1722133488,"@timestamp":1334773937},"coords":"51.586272,-0.0207729","bedrooms":"1","price":"218000","area":"412"} , +{"type":"Feature","id":"n1722140277","geometry":{"type":"Point","coordinates":[-0.0184372,51.5850863]},"properties":{"@type":"node","@id":1722140277,"@timestamp":1618855707},"coords":"51.5850863,-0.0184372","bedrooms":"1","price":"218000","area":"614"} , +{"type":"Feature","id":"n1722234576","geometry":{"type":"Point","coordinates":[-0.0168748,51.5837235]},"properties":{"@type":"node","@id":1722234576,"@timestamp":1334779638},"coords":"51.5837235,-0.0168748","bedrooms":"0","price":"276000","area":"678"} , +{"type":"Feature","id":"n1722268367","geometry":{"type":"Point","coordinates":[-0.0855566,51.5168201]},"properties":{"@type":"node","@id":1722268367,"@timestamp":1564910818},"coords":"51.5168201,-0.0855566","bedrooms":"1","price":"219000","area":"688"} , +{"type":"Feature","id":"n1722302466","geometry":{"type":"Point","coordinates":[-0.0867595,51.5189442]},"properties":{"@type":"node","@id":1722302466,"@timestamp":1635253902},"coords":"51.5189442,-0.0867595","bedrooms":"2","price":"230000","area":"642"} , +{"type":"Feature","id":"n1722611619","geometry":{"type":"Point","coordinates":[-0.23062,51.7626195]},"properties":{"@type":"node","@id":1722611619,"@timestamp":1334822135},"coords":"51.7626195,-0.23062","bedrooms":"4","price":"261000","area":"574"} , +{"type":"Feature","id":"n1722625527","geometry":{"type":"Point","coordinates":[-0.4999857,51.3419469]},"properties":{"@type":"node","@id":1722625527,"@timestamp":1438729880},"coords":"51.3419469,-0.4999857","bedrooms":"2","price":"236000","area":"549"} , +{"type":"Feature","id":"n1722669633","geometry":{"type":"Point","coordinates":[-0.2093696,51.0992983]},"properties":{"@type":"node","@id":1722669633,"@timestamp":1334827921},"coords":"51.0992983,-0.2093696","bedrooms":"1","price":"271000","area":"482"} , +{"type":"Feature","id":"n1722747200","geometry":{"type":"Point","coordinates":[-0.476246,51.3427297]},"properties":{"@type":"node","@id":1722747200,"@timestamp":1517494427},"coords":"51.3427297,-0.476246","bedrooms":"2","price":"165000","area":"690"} , +{"type":"Feature","id":"n1722775333","geometry":{"type":"Point","coordinates":[-0.2167749,51.0976493]},"properties":{"@type":"node","@id":1722775333,"@timestamp":1334835657},"coords":"51.0976493,-0.2167749","bedrooms":"0","price":"266000","area":"423"} , +{"type":"Feature","id":"n1722929967","geometry":{"type":"Point","coordinates":[-0.4772231,51.3398398]},"properties":{"@type":"node","@id":1722929967,"@timestamp":1429212657},"coords":"51.3398398,-0.4772231","bedrooms":"3","price":"173000","area":"678"} , +{"type":"Feature","id":"n1723025368","geometry":{"type":"Point","coordinates":[0.1407989,51.5303363]},"properties":{"@type":"node","@id":1723025368,"@timestamp":1334850971},"coords":"51.5303363,0.1407989","bedrooms":"0","price":"292000","area":"521"} , +{"type":"Feature","id":"n1723142528","geometry":{"type":"Point","coordinates":[-1.22208,52.5148774]},"properties":{"@type":"node","@id":1723142528,"@timestamp":1377319870},"coords":"52.5148774,-1.22208","bedrooms":"2","price":"181000","area":"479"} , +{"type":"Feature","id":"n1723142566","geometry":{"type":"Point","coordinates":[-1.2488746,52.5426326]},"properties":{"@type":"node","@id":1723142566,"@timestamp":1367926590},"coords":"52.5426326,-1.2488746","bedrooms":"1","price":"185000","area":"359"} , +{"type":"Feature","id":"n1723142592","geometry":{"type":"Point","coordinates":[-1.2656884,52.5677399]},"properties":{"@type":"node","@id":1723142592,"@timestamp":1378598262},"coords":"52.5677399,-1.2656884","bedrooms":"0","price":"295000","area":"395"} , +{"type":"Feature","id":"n1723142611","geometry":{"type":"Point","coordinates":[-1.2322024,52.5886307]},"properties":{"@type":"node","@id":1723142611,"@timestamp":1370007353},"coords":"52.5886307,-1.2322024","bedrooms":"2","price":"270000","area":"584"} , +{"type":"Feature","id":"n1723299964","geometry":{"type":"Point","coordinates":[0.1952642,51.5217213]},"properties":{"@type":"node","@id":1723299964,"@timestamp":1612164345},"coords":"51.5217213,0.1952642","bedrooms":"0","price":"221000","area":"567"} , +{"type":"Feature","id":"n1723315805","geometry":{"type":"Point","coordinates":[-0.0897895,51.5199566]},"properties":{"@type":"node","@id":1723315805,"@timestamp":1604160423},"coords":"51.5199566,-0.0897895","bedrooms":"4","price":"189000","area":"660"} , +{"type":"Feature","id":"n1723388993","geometry":{"type":"Point","coordinates":[-0.0957396,51.5204542]},"properties":{"@type":"node","@id":1723388993,"@timestamp":1334875487},"coords":"51.5204542,-0.0957396","bedrooms":"0","price":"167000","area":"537"} , +{"type":"Feature","id":"n1723465514","geometry":{"type":"Point","coordinates":[0.6333925,51.9437575]},"properties":{"@type":"node","@id":1723465514,"@timestamp":1506285570},"coords":"51.9437575,0.6333925","bedrooms":"4","price":"157000","area":"474"} , +{"type":"Feature","id":"n1723647452","geometry":{"type":"Point","coordinates":[-0.0232565,51.5840407]},"properties":{"@type":"node","@id":1723647452,"@timestamp":1621335494},"coords":"51.5840407,-0.0232565","bedrooms":"4","price":"251000","area":"613"} , +{"type":"Feature","id":"n1723744872","geometry":{"type":"Point","coordinates":[-0.4994829,51.3441374]},"properties":{"@type":"node","@id":1723744872,"@timestamp":1557256908},"coords":"51.3441374,-0.4994829","bedrooms":"0","price":"237000","area":"558"} , +{"type":"Feature","id":"n1723788821","geometry":{"type":"Point","coordinates":[-0.5052781,51.3497835]},"properties":{"@type":"node","@id":1723788821,"@timestamp":1334915283},"coords":"51.3497835,-0.5052781","bedrooms":"4","price":"192000","area":"626"} , +{"type":"Feature","id":"n1724126738","geometry":{"type":"Point","coordinates":[-0.358001,51.066065]},"properties":{"@type":"node","@id":1724126738,"@timestamp":1608395870},"coords":"51.066065,-0.358001","bedrooms":"3","price":"176000","area":"399"} , +{"type":"Feature","id":"n1724201777","geometry":{"type":"Point","coordinates":[-0.4942985,51.3459432]},"properties":{"@type":"node","@id":1724201777,"@timestamp":1334931668},"coords":"51.3459432,-0.4942985","bedrooms":"4","price":"186000","area":"604"} , +{"type":"Feature","id":"n1724353718","geometry":{"type":"Point","coordinates":[0.287605,51.0226351]},"properties":{"@type":"node","@id":1724353718,"@timestamp":1334940471},"coords":"51.0226351,0.287605","bedrooms":"3","price":"299000","area":"609"} , +{"type":"Feature","id":"n1724398839","geometry":{"type":"Point","coordinates":[-0.0202859,51.5848126]},"properties":{"@type":"node","@id":1724398839,"@timestamp":1334942928},"coords":"51.5848126,-0.0202859","bedrooms":"3","price":"159000","area":"624"} , +{"type":"Feature","id":"n1724521404","geometry":{"type":"Point","coordinates":[-0.1477369,51.5191793]},"properties":{"@type":"node","@id":1724521404,"@timestamp":1580916929},"coords":"51.5191793,-0.1477369","bedrooms":"3","price":"265000","area":"662"} , +{"type":"Feature","id":"n1724626486","geometry":{"type":"Point","coordinates":[0.5133685,51.7516606]},"properties":{"@type":"node","@id":1724626486,"@timestamp":1580075357},"coords":"51.7516606,0.5133685","bedrooms":"3","price":"236000","area":"492"} , +{"type":"Feature","id":"n1724712913","geometry":{"type":"Point","coordinates":[-0.1350988,51.3230849]},"properties":{"@type":"node","@id":1724712913,"@timestamp":1564910818},"coords":"51.3230849,-0.1350988","bedrooms":"1","price":"295000","area":"693"} , +{"type":"Feature","id":"n1725042271","geometry":{"type":"Point","coordinates":[-0.7432882,51.2650443]},"properties":{"@type":"node","@id":1725042271,"@timestamp":1472845195},"coords":"51.2650443,-0.7432882","bedrooms":"4","price":"200000","area":"410"} , +{"type":"Feature","id":"n1725163824","geometry":{"type":"Point","coordinates":[-0.0696176,51.345618]},"properties":{"@type":"node","@id":1725163824,"@timestamp":1526003943},"coords":"51.345618,-0.0696176","bedrooms":"4","price":"181000","area":"637"} , +{"type":"Feature","id":"n1725283487","geometry":{"type":"Point","coordinates":[0.2707128,51.0267893]},"properties":{"@type":"node","@id":1725283487,"@timestamp":1339180112},"coords":"51.0267893,0.2707128","bedrooms":"3","price":"258000","area":"534"} , +{"type":"Feature","id":"n1725346176","geometry":{"type":"Point","coordinates":[0.2575154,51.9317233]},"properties":{"@type":"node","@id":1725346176,"@timestamp":1505026012},"coords":"51.9317233,0.2575154","bedrooms":"2","price":"197000","area":"683"} , +{"type":"Feature","id":"n1725448738","geometry":{"type":"Point","coordinates":[0.7627079,51.8021588]},"properties":{"@type":"node","@id":1725448738,"@timestamp":1506285571},"coords":"51.8021588,0.7627079","bedrooms":"0","price":"156000","area":"441"} , +{"type":"Feature","id":"n1725577196","geometry":{"type":"Point","coordinates":[-0.0201006,51.5583746]},"properties":{"@type":"node","@id":1725577196,"@timestamp":1511463976},"coords":"51.5583746,-0.0201006","bedrooms":"4","price":"240000","area":"636"} , +{"type":"Feature","id":"n1725579215","geometry":{"type":"Point","coordinates":[-0.1626324,51.5129751]},"properties":{"@type":"node","@id":1725579215,"@timestamp":1600435457},"coords":"51.5129751,-0.1626324","bedrooms":"4","price":"213000","area":"384"} , +{"type":"Feature","id":"n1725724646","geometry":{"type":"Point","coordinates":[0.3954219,51.4049333]},"properties":{"@type":"node","@id":1725724646,"@timestamp":1479487305},"coords":"51.4049333,0.3954219","bedrooms":"4","price":"287000","area":"611"} , +{"type":"Feature","id":"n1725866389","geometry":{"type":"Point","coordinates":[-0.5226901,51.3355211]},"properties":{"@type":"node","@id":1725866389,"@timestamp":1609539014},"coords":"51.3355211,-0.5226901","bedrooms":"3","price":"267000","area":"694"} , +{"type":"Feature","id":"n1726135607","geometry":{"type":"Point","coordinates":[0.8244497,51.719064]},"properties":{"@type":"node","@id":1726135607,"@timestamp":1335073710},"coords":"51.719064,0.8244497","bedrooms":"0","price":"278000","area":"465"} , +{"type":"Feature","id":"n1726287739","geometry":{"type":"Point","coordinates":[0.5267588,51.390701]},"properties":{"@type":"node","@id":1726287739,"@timestamp":1401346674},"coords":"51.390701,0.5267588","bedrooms":"2","price":"195000","area":"693"} , +{"type":"Feature","id":"n1726374469","geometry":{"type":"Point","coordinates":[-0.2450319,51.9490075]},"properties":{"@type":"node","@id":1726374469,"@timestamp":1370891232},"coords":"51.9490075,-0.2450319","bedrooms":"0","price":"205000","area":"477"} , +{"type":"Feature","id":"n1726407014","geometry":{"type":"Point","coordinates":[-0.3010811,51.4631209]},"properties":{"@type":"node","@id":1726407014,"@timestamp":1559572888},"coords":"51.4631209,-0.3010811","bedrooms":"2","price":"157000","area":"461"} , +{"type":"Feature","id":"n1726407100","geometry":{"type":"Point","coordinates":[-0.297618,51.4636113]},"properties":{"@type":"node","@id":1726407100,"@timestamp":1468574072},"coords":"51.4636113,-0.297618","bedrooms":"1","price":"260000","area":"383"} , +{"type":"Feature","id":"n1726410249","geometry":{"type":"Point","coordinates":[-1.0407042,51.1192029]},"properties":{"@type":"node","@id":1726410249,"@timestamp":1537631576},"coords":"51.1192029,-1.0407042","bedrooms":"2","price":"166000","area":"556"} , +{"type":"Feature","id":"n1726471588","geometry":{"type":"Point","coordinates":[-0.3288607,51.4504423]},"properties":{"@type":"node","@id":1726471588,"@timestamp":1601830641},"coords":"51.4504423,-0.3288607","bedrooms":"3","price":"273000","area":"535"} , +{"type":"Feature","id":"n1726538334","geometry":{"type":"Point","coordinates":[-0.2202904,51.4314144]},"properties":{"@type":"node","@id":1726538334,"@timestamp":1590101540},"coords":"51.4314144,-0.2202904","bedrooms":"0","price":"218000","area":"623"} , +{"type":"Feature","id":"n1726766349","geometry":{"type":"Point","coordinates":[-0.3444507,51.3866927]},"properties":{"@type":"node","@id":1726766349,"@timestamp":1580055377},"coords":"51.3866927,-0.3444507","bedrooms":"4","price":"227000","area":"367"} , +{"type":"Feature","id":"n1726885995","geometry":{"type":"Point","coordinates":[-0.1815452,51.1865096]},"properties":{"@type":"node","@id":1726885995,"@timestamp":1335116490},"coords":"51.1865096,-0.1815452","bedrooms":"1","price":"183000","area":"355"} , +{"type":"Feature","id":"n1726974522","geometry":{"type":"Point","coordinates":[-0.2406309,51.2258633]},"properties":{"@type":"node","@id":1726974522,"@timestamp":1500243820},"coords":"51.2258633,-0.2406309","bedrooms":"4","price":"220000","area":"567"} , +{"type":"Feature","id":"n1727038073","geometry":{"type":"Point","coordinates":[-0.0091784,51.4800327]},"properties":{"@type":"node","@id":1727038073,"@timestamp":1526343492},"coords":"51.4800327,-0.0091784","bedrooms":"2","price":"211000","area":"443"} , +{"type":"Feature","id":"n1727038201","geometry":{"type":"Point","coordinates":[-0.0101698,51.4814553]},"properties":{"@type":"node","@id":1727038201,"@timestamp":1621004539},"coords":"51.4814553,-0.0101698","bedrooms":"4","price":"219000","area":"423"} , +{"type":"Feature","id":"n1727068701","geometry":{"type":"Point","coordinates":[-0.0109156,51.4816398]},"properties":{"@type":"node","@id":1727068701,"@timestamp":1629633375},"coords":"51.4816398,-0.0109156","bedrooms":"4","price":"214000","area":"554"} , +{"type":"Feature","id":"n1727089474","geometry":{"type":"Point","coordinates":[-0.7385654,51.6939047]},"properties":{"@type":"node","@id":1727089474,"@timestamp":1335127384},"coords":"51.6939047,-0.7385654","bedrooms":"0","price":"220000","area":"515"} , +{"type":"Feature","id":"n1727089587","geometry":{"type":"Point","coordinates":[-0.7340113,51.6963415]},"properties":{"@type":"node","@id":1727089587,"@timestamp":1335127394},"coords":"51.6963415,-0.7340113","bedrooms":"1","price":"156000","area":"424"} , +{"type":"Feature","id":"n1727089863","geometry":{"type":"Point","coordinates":[-0.916975,51.4484301]},"properties":{"@type":"node","@id":1727089863,"@timestamp":1335127403},"coords":"51.4484301,-0.916975","bedrooms":"0","price":"153000","area":"469"} , +{"type":"Feature","id":"n1727112397","geometry":{"type":"Point","coordinates":[-0.7402628,51.6958032]},"properties":{"@type":"node","@id":1727112397,"@timestamp":1335128933},"coords":"51.6958032,-0.7402628","bedrooms":"1","price":"216000","area":"545"} , +{"type":"Feature","id":"n1727172889","geometry":{"type":"Point","coordinates":[-0.3309581,51.3842629]},"properties":{"@type":"node","@id":1727172889,"@timestamp":1335132935},"coords":"51.3842629,-0.3309581","bedrooms":"4","price":"252000","area":"522"} , +{"type":"Feature","id":"n1727209007","geometry":{"type":"Point","coordinates":[-0.7440727,51.6958154]},"properties":{"@type":"node","@id":1727209007,"@timestamp":1335135477},"coords":"51.6958154,-0.7440727","bedrooms":"2","price":"269000","area":"445"} , +{"type":"Feature","id":"n1727503348","geometry":{"type":"Point","coordinates":[-0.4630246,51.354437]},"properties":{"@type":"node","@id":1727503348,"@timestamp":1513327167},"coords":"51.354437,-0.4630246","bedrooms":"0","price":"226000","area":"522"} , +{"type":"Feature","id":"n1727737130","geometry":{"type":"Point","coordinates":[-0.5482215,51.439854]},"properties":{"@type":"node","@id":1727737130,"@timestamp":1335183377},"coords":"51.439854,-0.5482215","bedrooms":"3","price":"273000","area":"678"} , +{"type":"Feature","id":"n1727923933","geometry":{"type":"Point","coordinates":[-0.1890799,51.3221844]},"properties":{"@type":"node","@id":1727923933,"@timestamp":1514807713},"coords":"51.3221844,-0.1890799","bedrooms":"3","price":"152000","area":"647"} , +{"type":"Feature","id":"n1728314167","geometry":{"type":"Point","coordinates":[-0.4152173,51.7083514]},"properties":{"@type":"node","@id":1728314167,"@timestamp":1335208457},"coords":"51.7083514,-0.4152173","bedrooms":"2","price":"150000","area":"364"} , +{"type":"Feature","id":"n1728625453","geometry":{"type":"Point","coordinates":[0.8754412,51.7122233]},"properties":{"@type":"node","@id":1728625453,"@timestamp":1335239476},"coords":"51.7122233,0.8754412","bedrooms":"1","price":"288000","area":"422"} , +{"type":"Feature","id":"n1728782129","geometry":{"type":"Point","coordinates":[-0.6835453,51.8110557]},"properties":{"@type":"node","@id":1728782129,"@timestamp":1335258636},"coords":"51.8110557,-0.6835453","bedrooms":"4","price":"263000","area":"396"} , +{"type":"Feature","id":"n1728919303","geometry":{"type":"Point","coordinates":[-0.191878,51.8155337]},"properties":{"@type":"node","@id":1728919303,"@timestamp":1335268849},"coords":"51.8155337,-0.191878","bedrooms":"1","price":"243000","area":"452"} , +{"type":"Feature","id":"n1729033866","geometry":{"type":"Point","coordinates":[0.7909161,51.6898309]},"properties":{"@type":"node","@id":1729033866,"@timestamp":1335277212},"coords":"51.6898309,0.7909161","bedrooms":"2","price":"203000","area":"682"} , +{"type":"Feature","id":"n1729052447","geometry":{"type":"Point","coordinates":[-0.190516,51.815794]},"properties":{"@type":"node","@id":1729052447,"@timestamp":1335278163},"coords":"51.815794,-0.190516","bedrooms":"2","price":"235000","area":"400"} , +{"type":"Feature","id":"n1729101998","geometry":{"type":"Point","coordinates":[0.6868946,51.2951005]},"properties":{"@type":"node","@id":1729101998,"@timestamp":1449147469},"coords":"51.2951005,0.6868946","bedrooms":"0","price":"207000","area":"602"} , +{"type":"Feature","id":"n1729480549","geometry":{"type":"Point","coordinates":[0.0031686,51.4845858]},"properties":{"@type":"node","@id":1729480549,"@timestamp":1335301258},"coords":"51.4845858,0.0031686","bedrooms":"1","price":"163000","area":"367"} , +{"type":"Feature","id":"n1729750835","geometry":{"type":"Point","coordinates":[-0.2807418,51.3805078]},"properties":{"@type":"node","@id":1729750835,"@timestamp":1479420077},"coords":"51.3805078,-0.2807418","bedrooms":"4","price":"263000","area":"591"} , +{"type":"Feature","id":"n1730578524","geometry":{"type":"Point","coordinates":[-0.6308072,51.9401943]},"properties":{"@type":"node","@id":1730578524,"@timestamp":1335394749},"coords":"51.9401943,-0.6308072","bedrooms":"2","price":"205000","area":"456"} , +{"type":"Feature","id":"n1730578562","geometry":{"type":"Point","coordinates":[-0.6186045,51.9443478]},"properties":{"@type":"node","@id":1730578562,"@timestamp":1335394745},"coords":"51.9443478,-0.6186045","bedrooms":"1","price":"271000","area":"635"} , +{"type":"Feature","id":"n1730604399","geometry":{"type":"Point","coordinates":[-0.6170904,51.9443717]},"properties":{"@type":"node","@id":1730604399,"@timestamp":1335394743},"coords":"51.9443717,-0.6170904","bedrooms":"2","price":"217000","area":"686"} , +{"type":"Feature","id":"n1730824935","geometry":{"type":"Point","coordinates":[0.1596561,51.5241243]},"properties":{"@type":"node","@id":1730824935,"@timestamp":1619814875},"coords":"51.5241243,0.1596561","bedrooms":"3","price":"188000","area":"498"} , +{"type":"Feature","id":"n1730825263","geometry":{"type":"Point","coordinates":[0.1554787,51.5246378]},"properties":{"@type":"node","@id":1730825263,"@timestamp":1619814875},"coords":"51.5246378,0.1554787","bedrooms":"1","price":"265000","area":"624"} , +{"type":"Feature","id":"n1730825627","geometry":{"type":"Point","coordinates":[0.151457,51.5259272]},"properties":{"@type":"node","@id":1730825627,"@timestamp":1573469128},"coords":"51.5259272,0.151457","bedrooms":"3","price":"209000","area":"677"} , +{"type":"Feature","id":"n1730826087","geometry":{"type":"Point","coordinates":[0.133205,51.5270072]},"properties":{"@type":"node","@id":1730826087,"@timestamp":1619814875},"coords":"51.5270072,0.133205","bedrooms":"4","price":"225000","area":"488"} , +{"type":"Feature","id":"n1730826556","geometry":{"type":"Point","coordinates":[0.1278626,51.5290461]},"properties":{"@type":"node","@id":1730826556,"@timestamp":1589628955},"coords":"51.5290461,0.1278626","bedrooms":"0","price":"168000","area":"600"} , +{"type":"Feature","id":"n1730984349","geometry":{"type":"Point","coordinates":[-0.0165835,51.8427909]},"properties":{"@type":"node","@id":1730984349,"@timestamp":1595165882},"coords":"51.8427909,-0.0165835","bedrooms":"2","price":"178000","area":"386"} , +{"type":"Feature","id":"n1731184953","geometry":{"type":"Point","coordinates":[0.318226,51.446815]},"properties":{"@type":"node","@id":1731184953,"@timestamp":1619784381},"coords":"51.446815,0.318226","bedrooms":"2","price":"268000","area":"645"} , +{"type":"Feature","id":"n1731205749","geometry":{"type":"Point","coordinates":[0.2611393,51.4331306]},"properties":{"@type":"node","@id":1731205749,"@timestamp":1335392258},"coords":"51.4331306,0.2611393","bedrooms":"0","price":"292000","area":"699"} , +{"type":"Feature","id":"n1731510623","geometry":{"type":"Point","coordinates":[0.8513396,51.1471199]},"properties":{"@type":"node","@id":1731510623,"@timestamp":1335428490},"coords":"51.1471199,0.8513396","bedrooms":"3","price":"191000","area":"350"} , +{"type":"Feature","id":"n1731510920","geometry":{"type":"Point","coordinates":[0.827963,51.1501429]},"properties":{"@type":"node","@id":1731510920,"@timestamp":1335428504},"coords":"51.1501429,0.827963","bedrooms":"1","price":"271000","area":"381"} , +{"type":"Feature","id":"n1731655951","geometry":{"type":"Point","coordinates":[-0.0652586,51.4546433]},"properties":{"@type":"node","@id":1731655951,"@timestamp":1461334592},"coords":"51.4546433,-0.0652586","bedrooms":"0","price":"164000","area":"648"} , +{"type":"Feature","id":"n1731729267","geometry":{"type":"Point","coordinates":[0.2069821,51.0945615]},"properties":{"@type":"node","@id":1731729267,"@timestamp":1335441939},"coords":"51.0945615,0.2069821","bedrooms":"0","price":"251000","area":"536"} , +{"type":"Feature","id":"n1732351773","geometry":{"type":"Point","coordinates":[-0.125501,51.2321965]},"properties":{"@type":"node","@id":1732351773,"@timestamp":1532628260},"coords":"51.2321965,-0.125501","bedrooms":"1","price":"227000","area":"374"} , +{"type":"Feature","id":"n1732692800","geometry":{"type":"Point","coordinates":[0.194834,51.0868504]},"properties":{"@type":"node","@id":1732692800,"@timestamp":1618757683},"coords":"51.0868504,0.194834","bedrooms":"1","price":"161000","area":"630"} , +{"type":"Feature","id":"n1732753267","geometry":{"type":"Point","coordinates":[0.7331475,51.2137187]},"properties":{"@type":"node","@id":1732753267,"@timestamp":1335516487},"coords":"51.2137187,0.7331475","bedrooms":"0","price":"237000","area":"370"} , +{"type":"Feature","id":"n1732797539","geometry":{"type":"Point","coordinates":[-0.0838244,51.5233657]},"properties":{"@type":"node","@id":1732797539,"@timestamp":1628363214},"coords":"51.5233657,-0.0838244","bedrooms":"2","price":"200000","area":"410"} , +{"type":"Feature","id":"n1732905378","geometry":{"type":"Point","coordinates":[0.3695685,51.6849378]},"properties":{"@type":"node","@id":1732905378,"@timestamp":1335528768},"coords":"51.6849378,0.3695685","bedrooms":"4","price":"283000","area":"617"} , +{"type":"Feature","id":"n1733418173","geometry":{"type":"Point","coordinates":[-0.1095341,51.508318]},"properties":{"@type":"node","@id":1733418173,"@timestamp":1635163547},"coords":"51.508318,-0.1095341","bedrooms":"1","price":"166000","area":"561"} , +{"type":"Feature","id":"n1733439260","geometry":{"type":"Point","coordinates":[-0.1134714,51.5038776]},"properties":{"@type":"node","@id":1733439260,"@timestamp":1335557119},"coords":"51.5038776,-0.1134714","bedrooms":"0","price":"178000","area":"410"} , +{"type":"Feature","id":"n1733881386","geometry":{"type":"Point","coordinates":[0.5573047,51.681666]},"properties":{"@type":"node","@id":1733881386,"@timestamp":1335604163},"coords":"51.681666,0.5573047","bedrooms":"0","price":"196000","area":"692"} , +{"type":"Feature","id":"n1733914342","geometry":{"type":"Point","coordinates":[-0.1124942,51.5133489]},"properties":{"@type":"node","@id":1733914342,"@timestamp":1559062231},"coords":"51.5133489,-0.1124942","bedrooms":"1","price":"203000","area":"615"} , +{"type":"Feature","id":"n1733943946","geometry":{"type":"Point","coordinates":[-0.1196395,51.4547519]},"properties":{"@type":"node","@id":1733943946,"@timestamp":1362331328},"coords":"51.4547519,-0.1196395","bedrooms":"0","price":"200000","area":"486"} , +{"type":"Feature","id":"n1734024908","geometry":{"type":"Point","coordinates":[-0.9686667,51.4724175]},"properties":{"@type":"node","@id":1734024908,"@timestamp":1636306839},"coords":"51.4724175,-0.9686667","bedrooms":"3","price":"269000","area":"396"} , +{"type":"Feature","id":"n1734109372","geometry":{"type":"Point","coordinates":[0.3226495,51.446506]},"properties":{"@type":"node","@id":1734109372,"@timestamp":1598371572},"coords":"51.446506,0.3226495","bedrooms":"4","price":"253000","area":"418"} , +{"type":"Feature","id":"n1734261480","geometry":{"type":"Point","coordinates":[-0.3066109,51.3677092]},"properties":{"@type":"node","@id":1734261480,"@timestamp":1564910818},"coords":"51.3677092,-0.3066109","bedrooms":"0","price":"248000","area":"638"} , +{"type":"Feature","id":"n1734351804","geometry":{"type":"Point","coordinates":[0.6705172,51.5714715]},"properties":{"@type":"node","@id":1734351804,"@timestamp":1629137645},"coords":"51.5714715,0.6705172","bedrooms":"4","price":"238000","area":"588"} , +{"type":"Feature","id":"n1734351906","geometry":{"type":"Point","coordinates":[0.6650294,51.5717774]},"properties":{"@type":"node","@id":1734351906,"@timestamp":1335639304},"coords":"51.5717774,0.6650294","bedrooms":"0","price":"152000","area":"679"} , +{"type":"Feature","id":"n1734459522","geometry":{"type":"Point","coordinates":[0.6966152,51.5622485]},"properties":{"@type":"node","@id":1734459522,"@timestamp":1629137645},"coords":"51.5622485,0.6966152","bedrooms":"1","price":"225000","area":"648"} , +{"type":"Feature","id":"n1734459543","geometry":{"type":"Point","coordinates":[0.7018735,51.5658897]},"properties":{"@type":"node","@id":1734459543,"@timestamp":1629137645},"coords":"51.5658897,0.7018735","bedrooms":"1","price":"184000","area":"587"} , +{"type":"Feature","id":"n1734511023","geometry":{"type":"Point","coordinates":[0.6789178,51.5566886]},"properties":{"@type":"node","@id":1734511023,"@timestamp":1629137645},"coords":"51.5566886,0.6789178","bedrooms":"0","price":"270000","area":"464"} , +{"type":"Feature","id":"n1734568382","geometry":{"type":"Point","coordinates":[-0.1272924,51.5063381]},"properties":{"@type":"node","@id":1734568382,"@timestamp":1335649627},"coords":"51.5063381,-0.1272924","bedrooms":"0","price":"156000","area":"623"} , +{"type":"Feature","id":"n1734608252","geometry":{"type":"Point","coordinates":[-0.1398527,51.4968935]},"properties":{"@type":"node","@id":1734608252,"@timestamp":1335652373},"coords":"51.4968935,-0.1398527","bedrooms":"2","price":"164000","area":"518"} , +{"type":"Feature","id":"n1735004855","geometry":{"type":"Point","coordinates":[0.8189013,51.6632875]},"properties":{"@type":"node","@id":1735004855,"@timestamp":1335692004},"coords":"51.6632875,0.8189013","bedrooms":"1","price":"163000","area":"397"} , +{"type":"Feature","id":"n1735303349","geometry":{"type":"Point","coordinates":[0.0049833,51.5034891]},"properties":{"@type":"node","@id":1735303349,"@timestamp":1601054895},"coords":"51.5034891,0.0049833","bedrooms":"3","price":"170000","area":"628"} , +{"type":"Feature","id":"n1735309245","geometry":{"type":"Point","coordinates":[0.0028751,51.5042469]},"properties":{"@type":"node","@id":1735309245,"@timestamp":1335712442},"coords":"51.5042469,0.0028751","bedrooms":"3","price":"177000","area":"612"} , +{"type":"Feature","id":"n1735320604","geometry":{"type":"Point","coordinates":[0.0032318,51.5032338]},"properties":{"@type":"node","@id":1735320604,"@timestamp":1553491886},"coords":"51.5032338,0.0032318","bedrooms":"3","price":"294000","area":"522"} , +{"type":"Feature","id":"n1735336180","geometry":{"type":"Point","coordinates":[-0.0778871,51.4210416]},"properties":{"@type":"node","@id":1735336180,"@timestamp":1579714678},"coords":"51.4210416,-0.0778871","bedrooms":"1","price":"279000","area":"647"} , +{"type":"Feature","id":"n1735336196","geometry":{"type":"Point","coordinates":[-0.0774314,51.421754]},"properties":{"@type":"node","@id":1735336196,"@timestamp":1579714678},"coords":"51.421754,-0.0774314","bedrooms":"4","price":"272000","area":"643"} , +{"type":"Feature","id":"n1735336230","geometry":{"type":"Point","coordinates":[-0.0796719,51.4225274]},"properties":{"@type":"node","@id":1735336230,"@timestamp":1579714678},"coords":"51.4225274,-0.0796719","bedrooms":"1","price":"220000","area":"408"} , +{"type":"Feature","id":"n1735336261","geometry":{"type":"Point","coordinates":[-0.076804,51.4227637]},"properties":{"@type":"node","@id":1735336261,"@timestamp":1579714678},"coords":"51.4227637,-0.076804","bedrooms":"2","price":"258000","area":"393"} , +{"type":"Feature","id":"n1735336289","geometry":{"type":"Point","coordinates":[-0.0832761,51.4231021]},"properties":{"@type":"node","@id":1735336289,"@timestamp":1579714678},"coords":"51.4231021,-0.0832761","bedrooms":"0","price":"210000","area":"580"} , +{"type":"Feature","id":"n1735336312","geometry":{"type":"Point","coordinates":[-0.0833854,51.4232447]},"properties":{"@type":"node","@id":1735336312,"@timestamp":1579714678},"coords":"51.4232447,-0.0833854","bedrooms":"1","price":"190000","area":"521"} , +{"type":"Feature","id":"n1735336358","geometry":{"type":"Point","coordinates":[-0.0828661,51.4233063]},"properties":{"@type":"node","@id":1735336358,"@timestamp":1579714678},"coords":"51.4233063,-0.0828661","bedrooms":"3","price":"181000","area":"477"} , +{"type":"Feature","id":"n1735336399","geometry":{"type":"Point","coordinates":[-0.0821849,51.4234303]},"properties":{"@type":"node","@id":1735336399,"@timestamp":1579714678},"coords":"51.4234303,-0.0821849","bedrooms":"1","price":"263000","area":"615"} , +{"type":"Feature","id":"n1735336443","geometry":{"type":"Point","coordinates":[-0.0820269,51.4235247]},"properties":{"@type":"node","@id":1735336443,"@timestamp":1579714678},"coords":"51.4235247,-0.0820269","bedrooms":"4","price":"289000","area":"358"} , +{"type":"Feature","id":"n1735336480","geometry":{"type":"Point","coordinates":[-0.0834408,51.4236083]},"properties":{"@type":"node","@id":1735336480,"@timestamp":1579714678},"coords":"51.4236083,-0.0834408","bedrooms":"2","price":"198000","area":"673"} , +{"type":"Feature","id":"n1735336589","geometry":{"type":"Point","coordinates":[-0.0761829,51.4237006]},"properties":{"@type":"node","@id":1735336589,"@timestamp":1579714678},"coords":"51.4237006,-0.0761829","bedrooms":"1","price":"171000","area":"351"} , +{"type":"Feature","id":"n1735336699","geometry":{"type":"Point","coordinates":[-0.0817786,51.4240719]},"properties":{"@type":"node","@id":1735336699,"@timestamp":1579714678},"coords":"51.4240719,-0.0817786","bedrooms":"3","price":"186000","area":"536"} , +{"type":"Feature","id":"n1735336784","geometry":{"type":"Point","coordinates":[-0.0763502,51.4246897]},"properties":{"@type":"node","@id":1735336784,"@timestamp":1579714678},"coords":"51.4246897,-0.0763502","bedrooms":"0","price":"177000","area":"673"} , +{"type":"Feature","id":"n1735336842","geometry":{"type":"Point","coordinates":[-0.0769768,51.4248931]},"properties":{"@type":"node","@id":1735336842,"@timestamp":1579714678},"coords":"51.4248931,-0.0769768","bedrooms":"3","price":"204000","area":"356"} , +{"type":"Feature","id":"n1735336894","geometry":{"type":"Point","coordinates":[-0.0762279,51.4249429]},"properties":{"@type":"node","@id":1735336894,"@timestamp":1579714678},"coords":"51.4249429,-0.0762279","bedrooms":"0","price":"252000","area":"359"} , +{"type":"Feature","id":"n1735336934","geometry":{"type":"Point","coordinates":[-0.0756156,51.4249746]},"properties":{"@type":"node","@id":1735336934,"@timestamp":1579714678},"coords":"51.4249746,-0.0756156","bedrooms":"4","price":"285000","area":"612"} , +{"type":"Feature","id":"n1735336986","geometry":{"type":"Point","coordinates":[-0.0772048,51.425022]},"properties":{"@type":"node","@id":1735336986,"@timestamp":1579714678},"coords":"51.425022,-0.0772048","bedrooms":"4","price":"254000","area":"487"} , +{"type":"Feature","id":"n1735336996","geometry":{"type":"Point","coordinates":[-0.0762405,51.4250853]},"properties":{"@type":"node","@id":1735336996,"@timestamp":1579714678},"coords":"51.4250853,-0.0762405","bedrooms":"4","price":"206000","area":"571"} , +{"type":"Feature","id":"n1735337013","geometry":{"type":"Point","coordinates":[-0.0772835,51.4251353]},"properties":{"@type":"node","@id":1735337013,"@timestamp":1579714678},"coords":"51.4251353,-0.0772835","bedrooms":"4","price":"220000","area":"377"} , +{"type":"Feature","id":"n1735337044","geometry":{"type":"Point","coordinates":[-0.0762585,51.4252855]},"properties":{"@type":"node","@id":1735337044,"@timestamp":1579714678},"coords":"51.4252855,-0.0762585","bedrooms":"3","price":"258000","area":"371"} , +{"type":"Feature","id":"n1735337054","geometry":{"type":"Point","coordinates":[-0.0766806,51.4254473]},"properties":{"@type":"node","@id":1735337054,"@timestamp":1579714678},"coords":"51.4254473,-0.0766806","bedrooms":"4","price":"254000","area":"513"} , +{"type":"Feature","id":"n1735337084","geometry":{"type":"Point","coordinates":[-0.075206,51.4256045]},"properties":{"@type":"node","@id":1735337084,"@timestamp":1579714678},"coords":"51.4256045,-0.075206","bedrooms":"3","price":"290000","area":"597"} , +{"type":"Feature","id":"n1735337142","geometry":{"type":"Point","coordinates":[-0.0831485,51.4257028]},"properties":{"@type":"node","@id":1735337142,"@timestamp":1579714678},"coords":"51.4257028,-0.0831485","bedrooms":"3","price":"231000","area":"585"} , +{"type":"Feature","id":"n1735337274","geometry":{"type":"Point","coordinates":[-0.0827886,51.4257862]},"properties":{"@type":"node","@id":1735337274,"@timestamp":1579714678},"coords":"51.4257862,-0.0827886","bedrooms":"0","price":"217000","area":"547"} , +{"type":"Feature","id":"n1735337402","geometry":{"type":"Point","coordinates":[-0.0840451,51.4258736]},"properties":{"@type":"node","@id":1735337402,"@timestamp":1579714678},"coords":"51.4258736,-0.0840451","bedrooms":"3","price":"228000","area":"469"} , +{"type":"Feature","id":"n1735337508","geometry":{"type":"Point","coordinates":[-0.074961,51.4259442]},"properties":{"@type":"node","@id":1735337508,"@timestamp":1579714678},"coords":"51.4259442,-0.074961","bedrooms":"1","price":"164000","area":"653"} , +{"type":"Feature","id":"n1735337593","geometry":{"type":"Point","coordinates":[-0.0836741,51.4261372]},"properties":{"@type":"node","@id":1735337593,"@timestamp":1579714678},"coords":"51.4261372,-0.0836741","bedrooms":"0","price":"221000","area":"412"} , +{"type":"Feature","id":"n1735337682","geometry":{"type":"Point","coordinates":[-0.0743463,51.4261917]},"properties":{"@type":"node","@id":1735337682,"@timestamp":1579714678},"coords":"51.4261917,-0.0743463","bedrooms":"0","price":"216000","area":"592"} , +{"type":"Feature","id":"n1735337764","geometry":{"type":"Point","coordinates":[-0.0833599,51.4263651]},"properties":{"@type":"node","@id":1735337764,"@timestamp":1579714678},"coords":"51.4263651,-0.0833599","bedrooms":"0","price":"209000","area":"605"} , +{"type":"Feature","id":"n1735337836","geometry":{"type":"Point","coordinates":[-0.0808538,51.4265235]},"properties":{"@type":"node","@id":1735337836,"@timestamp":1579714678},"coords":"51.4265235,-0.0808538","bedrooms":"0","price":"269000","area":"575"} , +{"type":"Feature","id":"n1735337895","geometry":{"type":"Point","coordinates":[-0.0847446,51.4268334]},"properties":{"@type":"node","@id":1735337895,"@timestamp":1579714678},"coords":"51.4268334,-0.0847446","bedrooms":"0","price":"250000","area":"561"} , +{"type":"Feature","id":"n1735337951","geometry":{"type":"Point","coordinates":[-0.0849492,51.4271351]},"properties":{"@type":"node","@id":1735337951,"@timestamp":1579714678},"coords":"51.4271351,-0.0849492","bedrooms":"0","price":"273000","area":"606"} , +{"type":"Feature","id":"n1735338002","geometry":{"type":"Point","coordinates":[-0.0855727,51.4276321]},"properties":{"@type":"node","@id":1735338002,"@timestamp":1579714678},"coords":"51.4276321,-0.0855727","bedrooms":"1","price":"185000","area":"444"} , +{"type":"Feature","id":"n1735338071","geometry":{"type":"Point","coordinates":[-0.0857359,51.4277599]},"properties":{"@type":"node","@id":1735338071,"@timestamp":1579714678},"coords":"51.4277599,-0.0857359","bedrooms":"1","price":"225000","area":"544"} , +{"type":"Feature","id":"n1735338125","geometry":{"type":"Point","coordinates":[-0.0831327,51.4278408]},"properties":{"@type":"node","@id":1735338125,"@timestamp":1579714678},"coords":"51.4278408,-0.0831327","bedrooms":"4","price":"283000","area":"551"} , +{"type":"Feature","id":"n1735338142","geometry":{"type":"Point","coordinates":[-0.0826456,51.4278974]},"properties":{"@type":"node","@id":1735338142,"@timestamp":1579714678},"coords":"51.4278974,-0.0826456","bedrooms":"2","price":"234000","area":"553"} , +{"type":"Feature","id":"n1735338187","geometry":{"type":"Point","coordinates":[-0.0860244,51.4280106]},"properties":{"@type":"node","@id":1735338187,"@timestamp":1579714678},"coords":"51.4280106,-0.0860244","bedrooms":"3","price":"153000","area":"504"} , +{"type":"Feature","id":"n1735338197","geometry":{"type":"Point","coordinates":[-0.0832235,51.4280517]},"properties":{"@type":"node","@id":1735338197,"@timestamp":1579714678},"coords":"51.4280517,-0.0832235","bedrooms":"4","price":"269000","area":"630"} , +{"type":"Feature","id":"n1735338209","geometry":{"type":"Point","coordinates":[-0.0860128,51.4281201]},"properties":{"@type":"node","@id":1735338209,"@timestamp":1579714678},"coords":"51.4281201,-0.0860128","bedrooms":"0","price":"267000","area":"465"} , +{"type":"Feature","id":"n1735338221","geometry":{"type":"Point","coordinates":[-0.0832351,51.4282106]},"properties":{"@type":"node","@id":1735338221,"@timestamp":1579714678},"coords":"51.4282106,-0.0832351","bedrooms":"0","price":"268000","area":"522"} , +{"type":"Feature","id":"n1735338264","geometry":{"type":"Point","coordinates":[-0.0813073,51.428266]},"properties":{"@type":"node","@id":1735338264,"@timestamp":1579714678},"coords":"51.428266,-0.0813073","bedrooms":"3","price":"216000","area":"483"} , +{"type":"Feature","id":"n1735338306","geometry":{"type":"Point","coordinates":[-0.0810445,51.4284556]},"properties":{"@type":"node","@id":1735338306,"@timestamp":1579714678},"coords":"51.4284556,-0.0810445","bedrooms":"2","price":"223000","area":"468"} , +{"type":"Feature","id":"n1735338320","geometry":{"type":"Point","coordinates":[-0.0826887,51.4286977]},"properties":{"@type":"node","@id":1735338320,"@timestamp":1579714678},"coords":"51.4286977,-0.0826887","bedrooms":"1","price":"176000","area":"505"} , +{"type":"Feature","id":"n1735338333","geometry":{"type":"Point","coordinates":[-0.0829709,51.4287628]},"properties":{"@type":"node","@id":1735338333,"@timestamp":1579714678},"coords":"51.4287628,-0.0829709","bedrooms":"0","price":"176000","area":"696"} , +{"type":"Feature","id":"n1735338344","geometry":{"type":"Point","coordinates":[-0.0836004,51.42882]},"properties":{"@type":"node","@id":1735338344,"@timestamp":1579714678},"coords":"51.42882,-0.0836004","bedrooms":"1","price":"212000","area":"611"} , +{"type":"Feature","id":"n1735338356","geometry":{"type":"Point","coordinates":[-0.0828863,51.428946]},"properties":{"@type":"node","@id":1735338356,"@timestamp":1579714678},"coords":"51.428946,-0.0828863","bedrooms":"2","price":"183000","area":"670"} , +{"type":"Feature","id":"n1735338366","geometry":{"type":"Point","coordinates":[-0.0822192,51.429145]},"properties":{"@type":"node","@id":1735338366,"@timestamp":1579714678},"coords":"51.429145,-0.0822192","bedrooms":"3","price":"182000","area":"547"} , +{"type":"Feature","id":"n1735338376","geometry":{"type":"Point","coordinates":[-0.0836154,51.4292917]},"properties":{"@type":"node","@id":1735338376,"@timestamp":1579714678},"coords":"51.4292917,-0.0836154","bedrooms":"1","price":"203000","area":"661"} , +{"type":"Feature","id":"n1735338409","geometry":{"type":"Point","coordinates":[-0.083603,51.4293679]},"properties":{"@type":"node","@id":1735338409,"@timestamp":1579714678},"coords":"51.4293679,-0.083603","bedrooms":"0","price":"209000","area":"485"} , +{"type":"Feature","id":"n1735338491","geometry":{"type":"Point","coordinates":[-0.0836308,51.4295289]},"properties":{"@type":"node","@id":1735338491,"@timestamp":1579714678},"coords":"51.4295289,-0.0836308","bedrooms":"4","price":"282000","area":"561"} , +{"type":"Feature","id":"n1735338663","geometry":{"type":"Point","coordinates":[-0.0804414,51.4297672]},"properties":{"@type":"node","@id":1735338663,"@timestamp":1579714678},"coords":"51.4297672,-0.0804414","bedrooms":"2","price":"178000","area":"592"} , +{"type":"Feature","id":"n1735338828","geometry":{"type":"Point","coordinates":[-0.0813995,51.4299859]},"properties":{"@type":"node","@id":1735338828,"@timestamp":1579714678},"coords":"51.4299859,-0.0813995","bedrooms":"2","price":"261000","area":"458"} , +{"type":"Feature","id":"n1735338979","geometry":{"type":"Point","coordinates":[-0.0813306,51.4301757]},"properties":{"@type":"node","@id":1735338979,"@timestamp":1579714678},"coords":"51.4301757,-0.0813306","bedrooms":"1","price":"188000","area":"568"} , +{"type":"Feature","id":"n1735339045","geometry":{"type":"Point","coordinates":[-0.0803007,51.430314]},"properties":{"@type":"node","@id":1735339045,"@timestamp":1579714678},"coords":"51.430314,-0.0803007","bedrooms":"1","price":"168000","area":"447"} , +{"type":"Feature","id":"n1735339158","geometry":{"type":"Point","coordinates":[-0.0829258,51.430467]},"properties":{"@type":"node","@id":1735339158,"@timestamp":1579714678},"coords":"51.430467,-0.0829258","bedrooms":"1","price":"263000","area":"689"} , +{"type":"Feature","id":"n1735339344","geometry":{"type":"Point","coordinates":[-0.0831068,51.4307486]},"properties":{"@type":"node","@id":1735339344,"@timestamp":1579714678},"coords":"51.4307486,-0.0831068","bedrooms":"1","price":"254000","area":"543"} , +{"type":"Feature","id":"n1735339487","geometry":{"type":"Point","coordinates":[-0.079103,51.4315155]},"properties":{"@type":"node","@id":1735339487,"@timestamp":1579714678},"coords":"51.4315155,-0.079103","bedrooms":"0","price":"161000","area":"474"} , +{"type":"Feature","id":"n1735339584","geometry":{"type":"Point","coordinates":[-0.0792504,51.4317605]},"properties":{"@type":"node","@id":1735339584,"@timestamp":1579714678},"coords":"51.4317605,-0.0792504","bedrooms":"0","price":"185000","area":"617"} , +{"type":"Feature","id":"n1735339678","geometry":{"type":"Point","coordinates":[-0.0798546,51.4310845]},"properties":{"@type":"node","@id":1735339678,"@timestamp":1579714678},"coords":"51.4310845,-0.0798546","bedrooms":"2","price":"290000","area":"536"} , +{"type":"Feature","id":"n1735339718","geometry":{"type":"Point","coordinates":[-0.0833469,51.4311671]},"properties":{"@type":"node","@id":1735339718,"@timestamp":1579714678},"coords":"51.4311671,-0.0833469","bedrooms":"0","price":"230000","area":"655"} , +{"type":"Feature","id":"n1735339787","geometry":{"type":"Point","coordinates":[-0.0818302,51.4312099]},"properties":{"@type":"node","@id":1735339787,"@timestamp":1579714678},"coords":"51.4312099,-0.0818302","bedrooms":"4","price":"158000","area":"426"} , +{"type":"Feature","id":"n1735339849","geometry":{"type":"Point","coordinates":[-0.0793441,51.4313216]},"properties":{"@type":"node","@id":1735339849,"@timestamp":1579714678},"coords":"51.4313216,-0.0793441","bedrooms":"0","price":"214000","area":"370"} , +{"type":"Feature","id":"n1735340023","geometry":{"type":"Point","coordinates":[-0.0829339,51.4314766]},"properties":{"@type":"node","@id":1735340023,"@timestamp":1579714678},"coords":"51.4314766,-0.0829339","bedrooms":"4","price":"291000","area":"609"} , +{"type":"Feature","id":"n1735340037","geometry":{"type":"Point","coordinates":[-0.0797085,51.4315037]},"properties":{"@type":"node","@id":1735340037,"@timestamp":1579714678},"coords":"51.4315037,-0.0797085","bedrooms":"1","price":"197000","area":"531"} , +{"type":"Feature","id":"n1735340079","geometry":{"type":"Point","coordinates":[-0.0809212,51.4315775]},"properties":{"@type":"node","@id":1735340079,"@timestamp":1579714678},"coords":"51.4315775,-0.0809212","bedrooms":"3","price":"262000","area":"431"} , +{"type":"Feature","id":"n1735340097","geometry":{"type":"Point","coordinates":[-0.0826034,51.4317469]},"properties":{"@type":"node","@id":1735340097,"@timestamp":1579714678},"coords":"51.4317469,-0.0826034","bedrooms":"3","price":"290000","area":"422"} , +{"type":"Feature","id":"n1735340120","geometry":{"type":"Point","coordinates":[-0.0825648,51.4305537]},"properties":{"@type":"node","@id":1735340120,"@timestamp":1579714678},"coords":"51.4305537,-0.0825648","bedrooms":"2","price":"232000","area":"416"} , +{"type":"Feature","id":"n1735340153","geometry":{"type":"Point","coordinates":[-0.0817191,51.4319088]},"properties":{"@type":"node","@id":1735340153,"@timestamp":1579714678},"coords":"51.4319088,-0.0817191","bedrooms":"0","price":"271000","area":"663"} , +{"type":"Feature","id":"n1735340169","geometry":{"type":"Point","coordinates":[-0.081693,51.4321237]},"properties":{"@type":"node","@id":1735340169,"@timestamp":1579714678},"coords":"51.4321237,-0.081693","bedrooms":"2","price":"152000","area":"544"} , +{"type":"Feature","id":"n1735340182","geometry":{"type":"Point","coordinates":[-0.0818839,51.4323779]},"properties":{"@type":"node","@id":1735340182,"@timestamp":1579714678},"coords":"51.4323779,-0.0818839","bedrooms":"2","price":"211000","area":"351"} , +{"type":"Feature","id":"n1735340197","geometry":{"type":"Point","coordinates":[-0.0830123,51.4326366]},"properties":{"@type":"node","@id":1735340197,"@timestamp":1579714678},"coords":"51.4326366,-0.0830123","bedrooms":"3","price":"178000","area":"501"} , +{"type":"Feature","id":"n1735340249","geometry":{"type":"Point","coordinates":[-0.0896996,51.4328822]},"properties":{"@type":"node","@id":1735340249,"@timestamp":1579714678},"coords":"51.4328822,-0.0896996","bedrooms":"1","price":"239000","area":"468"} , +{"type":"Feature","id":"n1735340317","geometry":{"type":"Point","coordinates":[-0.0684932,51.4333109]},"properties":{"@type":"node","@id":1735340317,"@timestamp":1579714678},"coords":"51.4333109,-0.0684932","bedrooms":"2","price":"175000","area":"366"} , +{"type":"Feature","id":"n1735340345","geometry":{"type":"Point","coordinates":[-0.0896363,51.433449]},"properties":{"@type":"node","@id":1735340345,"@timestamp":1579714678},"coords":"51.433449,-0.0896363","bedrooms":"4","price":"191000","area":"547"} , +{"type":"Feature","id":"n1735340392","geometry":{"type":"Point","coordinates":[-0.0701806,51.4336124]},"properties":{"@type":"node","@id":1735340392,"@timestamp":1579714678},"coords":"51.4336124,-0.0701806","bedrooms":"4","price":"293000","area":"512"} , +{"type":"Feature","id":"n1735340537","geometry":{"type":"Point","coordinates":[-0.0698532,51.433725]},"properties":{"@type":"node","@id":1735340537,"@timestamp":1579714678},"coords":"51.433725,-0.0698532","bedrooms":"2","price":"153000","area":"499"} , +{"type":"Feature","id":"n1735340625","geometry":{"type":"Point","coordinates":[-0.0841809,51.4342915]},"properties":{"@type":"node","@id":1735340625,"@timestamp":1579714678},"coords":"51.4342915,-0.0841809","bedrooms":"2","price":"260000","area":"604"} , +{"type":"Feature","id":"n1735340723","geometry":{"type":"Point","coordinates":[-0.0858254,51.4347676]},"properties":{"@type":"node","@id":1735340723,"@timestamp":1579714678},"coords":"51.4347676,-0.0858254","bedrooms":"1","price":"192000","area":"570"} , +{"type":"Feature","id":"n1735340852","geometry":{"type":"Point","coordinates":[-0.0859831,51.4350496]},"properties":{"@type":"node","@id":1735340852,"@timestamp":1579714678},"coords":"51.4350496,-0.0859831","bedrooms":"0","price":"208000","area":"531"} , +{"type":"Feature","id":"n1735344435","geometry":{"type":"Point","coordinates":[-0.075513,51.4247366]},"properties":{"@type":"node","@id":1735344435,"@timestamp":1579714678},"coords":"51.4247366,-0.075513","bedrooms":"0","price":"217000","area":"366"} , +{"type":"Feature","id":"n1735347385","geometry":{"type":"Point","coordinates":[-0.0908198,51.4367285]},"properties":{"@type":"node","@id":1735347385,"@timestamp":1579714678},"coords":"51.4367285,-0.0908198","bedrooms":"4","price":"253000","area":"576"} , +{"type":"Feature","id":"n1735347403","geometry":{"type":"Point","coordinates":[-0.0900693,51.437076]},"properties":{"@type":"node","@id":1735347403,"@timestamp":1579714678},"coords":"51.437076,-0.0900693","bedrooms":"1","price":"270000","area":"421"} , +{"type":"Feature","id":"n1735347417","geometry":{"type":"Point","coordinates":[-0.0653685,51.4372197]},"properties":{"@type":"node","@id":1735347417,"@timestamp":1579714678},"coords":"51.4372197,-0.0653685","bedrooms":"1","price":"263000","area":"508"} , +{"type":"Feature","id":"n1735347460","geometry":{"type":"Point","coordinates":[-0.0910802,51.4373368]},"properties":{"@type":"node","@id":1735347460,"@timestamp":1579714678},"coords":"51.4373368,-0.0910802","bedrooms":"2","price":"291000","area":"460"} , +{"type":"Feature","id":"n1735347475","geometry":{"type":"Point","coordinates":[-0.0908455,51.4378165]},"properties":{"@type":"node","@id":1735347475,"@timestamp":1579714678},"coords":"51.4378165,-0.0908455","bedrooms":"0","price":"273000","area":"473"} , +{"type":"Feature","id":"n1735347485","geometry":{"type":"Point","coordinates":[-0.0903058,51.4379426]},"properties":{"@type":"node","@id":1735347485,"@timestamp":1579714678},"coords":"51.4379426,-0.0903058","bedrooms":"2","price":"282000","area":"591"} , +{"type":"Feature","id":"n1735347526","geometry":{"type":"Point","coordinates":[-0.0913356,51.4382526]},"properties":{"@type":"node","@id":1735347526,"@timestamp":1579718800},"coords":"51.4382526,-0.0913356","bedrooms":"2","price":"244000","area":"602"} , +{"type":"Feature","id":"n1735347571","geometry":{"type":"Point","coordinates":[-0.0913932,51.4383294]},"properties":{"@type":"node","@id":1735347571,"@timestamp":1579718800},"coords":"51.4383294,-0.0913932","bedrooms":"1","price":"282000","area":"669"} , +{"type":"Feature","id":"n1735347609","geometry":{"type":"Point","coordinates":[-0.0896675,51.4383919]},"properties":{"@type":"node","@id":1735347609,"@timestamp":1579718800},"coords":"51.4383919,-0.0896675","bedrooms":"3","price":"235000","area":"604"} , +{"type":"Feature","id":"n1735347640","geometry":{"type":"Point","coordinates":[-0.0648324,51.4384009]},"properties":{"@type":"node","@id":1735347640,"@timestamp":1579718800},"coords":"51.4384009,-0.0648324","bedrooms":"3","price":"250000","area":"651"} , +{"type":"Feature","id":"n1735347650","geometry":{"type":"Point","coordinates":[-0.0894626,51.4384097]},"properties":{"@type":"node","@id":1735347650,"@timestamp":1579718800},"coords":"51.4384097,-0.0894626","bedrooms":"2","price":"219000","area":"368"} , +{"type":"Feature","id":"n1735347667","geometry":{"type":"Point","coordinates":[-0.0656193,51.4384167]},"properties":{"@type":"node","@id":1735347667,"@timestamp":1579718800},"coords":"51.4384167,-0.0656193","bedrooms":"0","price":"266000","area":"647"} , +{"type":"Feature","id":"n1735347750","geometry":{"type":"Point","coordinates":[-0.0649809,51.4384489]},"properties":{"@type":"node","@id":1735347750,"@timestamp":1579718800},"coords":"51.4384489,-0.0649809","bedrooms":"0","price":"258000","area":"651"} , +{"type":"Feature","id":"n1735347790","geometry":{"type":"Point","coordinates":[-0.0638907,51.4385152]},"properties":{"@type":"node","@id":1735347790,"@timestamp":1579718800},"coords":"51.4385152,-0.0638907","bedrooms":"3","price":"280000","area":"547"} , +{"type":"Feature","id":"n1735347831","geometry":{"type":"Point","coordinates":[-0.0652849,51.4385314]},"properties":{"@type":"node","@id":1735347831,"@timestamp":1579718800},"coords":"51.4385314,-0.0652849","bedrooms":"3","price":"255000","area":"408"} , +{"type":"Feature","id":"n1735347866","geometry":{"type":"Point","coordinates":[-0.0915824,51.4385631]},"properties":{"@type":"node","@id":1735347866,"@timestamp":1579718800},"coords":"51.4385631,-0.0915824","bedrooms":"0","price":"242000","area":"690"} , +{"type":"Feature","id":"n1735347876","geometry":{"type":"Point","coordinates":[-0.091656,51.4386]},"properties":{"@type":"node","@id":1735347876,"@timestamp":1579718800},"coords":"51.4386,-0.091656","bedrooms":"1","price":"288000","area":"591"} , +{"type":"Feature","id":"n1735347886","geometry":{"type":"Point","coordinates":[-0.0654158,51.4386461]},"properties":{"@type":"node","@id":1735347886,"@timestamp":1579718800},"coords":"51.4386461,-0.0654158","bedrooms":"1","price":"207000","area":"625"} , +{"type":"Feature","id":"n1735347903","geometry":{"type":"Point","coordinates":[-0.0636172,51.4386814]},"properties":{"@type":"node","@id":1735347903,"@timestamp":1579718800},"coords":"51.4386814,-0.0636172","bedrooms":"2","price":"184000","area":"422"} , +{"type":"Feature","id":"n1735347913","geometry":{"type":"Point","coordinates":[-0.0646802,51.4387128]},"properties":{"@type":"node","@id":1735347913,"@timestamp":1579718800},"coords":"51.4387128,-0.0646802","bedrooms":"0","price":"206000","area":"588"} , +{"type":"Feature","id":"n1735347927","geometry":{"type":"Point","coordinates":[-0.0906331,51.4387392]},"properties":{"@type":"node","@id":1735347927,"@timestamp":1579718800},"coords":"51.4387392,-0.0906331","bedrooms":"2","price":"183000","area":"420"} , +{"type":"Feature","id":"n1735347987","geometry":{"type":"Point","coordinates":[-0.0898594,51.4387964]},"properties":{"@type":"node","@id":1735347987,"@timestamp":1579718800},"coords":"51.4387964,-0.0898594","bedrooms":"4","price":"212000","area":"696"} , +{"type":"Feature","id":"n1735348020","geometry":{"type":"Point","coordinates":[-0.0667069,51.4388381]},"properties":{"@type":"node","@id":1735348020,"@timestamp":1579718800},"coords":"51.4388381,-0.0667069","bedrooms":"2","price":"299000","area":"455"} , +{"type":"Feature","id":"n1735348069","geometry":{"type":"Point","coordinates":[-0.0918613,51.4388975]},"properties":{"@type":"node","@id":1735348069,"@timestamp":1579718800},"coords":"51.4388975,-0.0918613","bedrooms":"4","price":"245000","area":"602"} , +{"type":"Feature","id":"n1735348137","geometry":{"type":"Point","coordinates":[-0.0658256,51.4389406]},"properties":{"@type":"node","@id":1735348137,"@timestamp":1579718800},"coords":"51.4389406,-0.0658256","bedrooms":"0","price":"180000","area":"373"} , +{"type":"Feature","id":"n1735348168","geometry":{"type":"Point","coordinates":[-0.091027,51.4389882]},"properties":{"@type":"node","@id":1735348168,"@timestamp":1579718800},"coords":"51.4389882,-0.091027","bedrooms":"1","price":"281000","area":"425"} , +{"type":"Feature","id":"n1735348208","geometry":{"type":"Point","coordinates":[-0.0914147,51.4390821]},"properties":{"@type":"node","@id":1735348208,"@timestamp":1579718800},"coords":"51.4390821,-0.0914147","bedrooms":"2","price":"246000","area":"482"} , +{"type":"Feature","id":"n1735348272","geometry":{"type":"Point","coordinates":[-0.0901889,51.4391127]},"properties":{"@type":"node","@id":1735348272,"@timestamp":1579718800},"coords":"51.4391127,-0.0901889","bedrooms":"1","price":"266000","area":"406"} , +{"type":"Feature","id":"n1735348376","geometry":{"type":"Point","coordinates":[-0.0665428,51.4391563]},"properties":{"@type":"node","@id":1735348376,"@timestamp":1579718800},"coords":"51.4391563,-0.0665428","bedrooms":"2","price":"199000","area":"489"} , +{"type":"Feature","id":"n1735348461","geometry":{"type":"Point","coordinates":[-0.0663291,51.4391863]},"properties":{"@type":"node","@id":1735348461,"@timestamp":1579718800},"coords":"51.4391863,-0.0663291","bedrooms":"4","price":"174000","area":"610"} , +{"type":"Feature","id":"n1735348521","geometry":{"type":"Point","coordinates":[-0.0665313,51.4392321]},"properties":{"@type":"node","@id":1735348521,"@timestamp":1579718800},"coords":"51.4392321,-0.0665313","bedrooms":"3","price":"279000","area":"629"} , +{"type":"Feature","id":"n1735348551","geometry":{"type":"Point","coordinates":[-0.0666778,51.4392686]},"properties":{"@type":"node","@id":1735348551,"@timestamp":1579718800},"coords":"51.4392686,-0.0666778","bedrooms":"0","price":"181000","area":"400"} , +{"type":"Feature","id":"n1735348588","geometry":{"type":"Point","coordinates":[-0.0909729,51.4393096]},"properties":{"@type":"node","@id":1735348588,"@timestamp":1579718800},"coords":"51.4393096,-0.0909729","bedrooms":"1","price":"219000","area":"354"} , +{"type":"Feature","id":"n1735348639","geometry":{"type":"Point","coordinates":[-0.063898,51.4393424]},"properties":{"@type":"node","@id":1735348639,"@timestamp":1579718800},"coords":"51.4393424,-0.063898","bedrooms":"1","price":"168000","area":"409"} , +{"type":"Feature","id":"n1735348715","geometry":{"type":"Point","coordinates":[-0.0644543,51.4393962]},"properties":{"@type":"node","@id":1735348715,"@timestamp":1579718800},"coords":"51.4393962,-0.0644543","bedrooms":"0","price":"229000","area":"563"} , +{"type":"Feature","id":"n1735348772","geometry":{"type":"Point","coordinates":[-0.0665872,51.4394224]},"properties":{"@type":"node","@id":1735348772,"@timestamp":1579718800},"coords":"51.4394224,-0.0665872","bedrooms":"3","price":"245000","area":"462"} , +{"type":"Feature","id":"n1735348792","geometry":{"type":"Point","coordinates":[-0.0652593,51.4394439]},"properties":{"@type":"node","@id":1735348792,"@timestamp":1579718800},"coords":"51.4394439,-0.0652593","bedrooms":"4","price":"219000","area":"355"} , +{"type":"Feature","id":"n1735348818","geometry":{"type":"Point","coordinates":[-0.0911031,51.4394636]},"properties":{"@type":"node","@id":1735348818,"@timestamp":1579718800},"coords":"51.4394636,-0.0911031","bedrooms":"2","price":"283000","area":"516"} , +{"type":"Feature","id":"n1735348828","geometry":{"type":"Point","coordinates":[-0.0663895,51.43949]},"properties":{"@type":"node","@id":1735348828,"@timestamp":1579718800},"coords":"51.43949,-0.0663895","bedrooms":"4","price":"219000","area":"639"} , +{"type":"Feature","id":"n1735348869","geometry":{"type":"Point","coordinates":[-0.0667852,51.4395352]},"properties":{"@type":"node","@id":1735348869,"@timestamp":1579718800},"coords":"51.4395352,-0.0667852","bedrooms":"1","price":"296000","area":"491"} , +{"type":"Feature","id":"n1735348922","geometry":{"type":"Point","coordinates":[-0.065349,51.4395819]},"properties":{"@type":"node","@id":1735348922,"@timestamp":1579718800},"coords":"51.4395819,-0.065349","bedrooms":"3","price":"183000","area":"438"} , +{"type":"Feature","id":"n1735349025","geometry":{"type":"Point","coordinates":[-0.0921451,51.439621]},"properties":{"@type":"node","@id":1735349025,"@timestamp":1579718800},"coords":"51.439621,-0.0921451","bedrooms":"2","price":"169000","area":"421"} , +{"type":"Feature","id":"n1735349117","geometry":{"type":"Point","coordinates":[-0.0646841,51.4396631]},"properties":{"@type":"node","@id":1735349117,"@timestamp":1579718800},"coords":"51.4396631,-0.0646841","bedrooms":"0","price":"152000","area":"376"} , +{"type":"Feature","id":"n1735349204","geometry":{"type":"Point","coordinates":[-0.0924151,51.4397012]},"properties":{"@type":"node","@id":1735349204,"@timestamp":1579718800},"coords":"51.4397012,-0.0924151","bedrooms":"1","price":"245000","area":"442"} , +{"type":"Feature","id":"n1735349331","geometry":{"type":"Point","coordinates":[-0.0656323,51.4397275]},"properties":{"@type":"node","@id":1735349331,"@timestamp":1579718800},"coords":"51.4397275,-0.0656323","bedrooms":"3","price":"166000","area":"597"} , +{"type":"Feature","id":"n1735349488","geometry":{"type":"Point","coordinates":[-0.0659069,51.4397648]},"properties":{"@type":"node","@id":1735349488,"@timestamp":1579718800},"coords":"51.4397648,-0.0659069","bedrooms":"0","price":"165000","area":"422"} , +{"type":"Feature","id":"n1735349611","geometry":{"type":"Point","coordinates":[-0.0643572,51.4397948]},"properties":{"@type":"node","@id":1735349611,"@timestamp":1579718800},"coords":"51.4397948,-0.0643572","bedrooms":"4","price":"158000","area":"417"} , +{"type":"Feature","id":"n1735349772","geometry":{"type":"Point","coordinates":[-0.0655594,51.4398214]},"properties":{"@type":"node","@id":1735349772,"@timestamp":1579718800},"coords":"51.4398214,-0.0655594","bedrooms":"2","price":"223000","area":"444"} , +{"type":"Feature","id":"n1735349934","geometry":{"type":"Point","coordinates":[-0.0919314,51.4398494]},"properties":{"@type":"node","@id":1735349934,"@timestamp":1579718800},"coords":"51.4398494,-0.0919314","bedrooms":"3","price":"290000","area":"549"} , +{"type":"Feature","id":"n1735350059","geometry":{"type":"Point","coordinates":[-0.0669015,51.4398948]},"properties":{"@type":"node","@id":1735350059,"@timestamp":1579718800},"coords":"51.4398948,-0.0669015","bedrooms":"0","price":"224000","area":"463"} , +{"type":"Feature","id":"n1735350338","geometry":{"type":"Point","coordinates":[-0.0661009,51.4399463]},"properties":{"@type":"node","@id":1735350338,"@timestamp":1579718800},"coords":"51.4399463,-0.0661009","bedrooms":"2","price":"199000","area":"517"} , +{"type":"Feature","id":"n1735350454","geometry":{"type":"Point","coordinates":[-0.0652113,51.4399858]},"properties":{"@type":"node","@id":1735350454,"@timestamp":1579718800},"coords":"51.4399858,-0.0652113","bedrooms":"0","price":"241000","area":"587"} , +{"type":"Feature","id":"n1735350569","geometry":{"type":"Point","coordinates":[-0.0667404,51.4400325]},"properties":{"@type":"node","@id":1735350569,"@timestamp":1579718800},"coords":"51.4400325,-0.0667404","bedrooms":"1","price":"275000","area":"641"} , +{"type":"Feature","id":"n1735350695","geometry":{"type":"Point","coordinates":[-0.0656851,51.4400585]},"properties":{"@type":"node","@id":1735350695,"@timestamp":1579718800},"coords":"51.4400585,-0.0656851","bedrooms":"3","price":"174000","area":"356"} , +{"type":"Feature","id":"n1735350812","geometry":{"type":"Point","coordinates":[-0.0911569,51.4400807]},"properties":{"@type":"node","@id":1735350812,"@timestamp":1579718800},"coords":"51.4400807,-0.0911569","bedrooms":"1","price":"183000","area":"675"} , +{"type":"Feature","id":"n1735350884","geometry":{"type":"Point","coordinates":[-0.0658953,51.4401121]},"properties":{"@type":"node","@id":1735350884,"@timestamp":1579718800},"coords":"51.4401121,-0.0658953","bedrooms":"1","price":"213000","area":"379"} , +{"type":"Feature","id":"n1735350972","geometry":{"type":"Point","coordinates":[-0.0915053,51.4401333]},"properties":{"@type":"node","@id":1735350972,"@timestamp":1579718800},"coords":"51.4401333,-0.0915053","bedrooms":"4","price":"170000","area":"426"} , +{"type":"Feature","id":"n1735351036","geometry":{"type":"Point","coordinates":[-0.0667935,51.4401602]},"properties":{"@type":"node","@id":1735351036,"@timestamp":1579718800},"coords":"51.4401602,-0.0667935","bedrooms":"2","price":"189000","area":"375"} , +{"type":"Feature","id":"n1735351087","geometry":{"type":"Point","coordinates":[-0.0922244,51.4401815]},"properties":{"@type":"node","@id":1735351087,"@timestamp":1579718800},"coords":"51.4401815,-0.0922244","bedrooms":"3","price":"239000","area":"554"} , +{"type":"Feature","id":"n1735351134","geometry":{"type":"Point","coordinates":[-0.0658098,51.4402393]},"properties":{"@type":"node","@id":1735351134,"@timestamp":1579718800},"coords":"51.4402393,-0.0658098","bedrooms":"0","price":"183000","area":"424"} , +{"type":"Feature","id":"n1735351144","geometry":{"type":"Point","coordinates":[-0.0656937,51.4402762]},"properties":{"@type":"node","@id":1735351144,"@timestamp":1579718800},"coords":"51.4402762,-0.0656937","bedrooms":"1","price":"177000","area":"570"} , +{"type":"Feature","id":"n1735351154","geometry":{"type":"Point","coordinates":[-0.0669515,51.440358]},"properties":{"@type":"node","@id":1735351154,"@timestamp":1579718800},"coords":"51.440358,-0.0669515","bedrooms":"1","price":"197000","area":"652"} , +{"type":"Feature","id":"n1735351205","geometry":{"type":"Point","coordinates":[-0.0641033,51.4404042]},"properties":{"@type":"node","@id":1735351205,"@timestamp":1579718800},"coords":"51.4404042,-0.0641033","bedrooms":"0","price":"180000","area":"492"} , +{"type":"Feature","id":"n1735351242","geometry":{"type":"Point","coordinates":[-0.0645766,51.4404504]},"properties":{"@type":"node","@id":1735351242,"@timestamp":1579718800},"coords":"51.4404504,-0.0645766","bedrooms":"2","price":"164000","area":"389"} , +{"type":"Feature","id":"n1735351269","geometry":{"type":"Point","coordinates":[-0.0667916,51.4405043]},"properties":{"@type":"node","@id":1735351269,"@timestamp":1579718800},"coords":"51.4405043,-0.0667916","bedrooms":"4","price":"231000","area":"599"} , +{"type":"Feature","id":"n1735351283","geometry":{"type":"Point","coordinates":[-0.0671181,51.4405617]},"properties":{"@type":"node","@id":1735351283,"@timestamp":1579718800},"coords":"51.4405617,-0.0671181","bedrooms":"3","price":"167000","area":"409"} , +{"type":"Feature","id":"n1735351294","geometry":{"type":"Point","coordinates":[-0.0649869,51.4406411]},"properties":{"@type":"node","@id":1735351294,"@timestamp":1579718800},"coords":"51.4406411,-0.0649869","bedrooms":"1","price":"201000","area":"480"} , +{"type":"Feature","id":"n1735351304","geometry":{"type":"Point","coordinates":[-0.0669177,51.440721]},"properties":{"@type":"node","@id":1735351304,"@timestamp":1579718800},"coords":"51.440721,-0.0669177","bedrooms":"2","price":"238000","area":"550"} , +{"type":"Feature","id":"n1735351325","geometry":{"type":"Point","coordinates":[-0.0668915,51.4407799]},"properties":{"@type":"node","@id":1735351325,"@timestamp":1579718800},"coords":"51.4407799,-0.0668915","bedrooms":"2","price":"262000","area":"414"} , +{"type":"Feature","id":"n1735351335","geometry":{"type":"Point","coordinates":[-0.0672194,51.4408881]},"properties":{"@type":"node","@id":1735351335,"@timestamp":1579718800},"coords":"51.4408881,-0.0672194","bedrooms":"0","price":"225000","area":"674"} , +{"type":"Feature","id":"n1735351345","geometry":{"type":"Point","coordinates":[-0.0669405,51.4409588]},"properties":{"@type":"node","@id":1735351345,"@timestamp":1579718800},"coords":"51.4409588,-0.0669405","bedrooms":"4","price":"250000","area":"574"} , +{"type":"Feature","id":"n1735351355","geometry":{"type":"Point","coordinates":[-0.0672549,51.4409988]},"properties":{"@type":"node","@id":1735351355,"@timestamp":1579718800},"coords":"51.4409988,-0.0672549","bedrooms":"0","price":"205000","area":"642"} , +{"type":"Feature","id":"n1735351369","geometry":{"type":"Point","coordinates":[-0.0672226,51.4411179]},"properties":{"@type":"node","@id":1735351369,"@timestamp":1579718800},"coords":"51.4411179,-0.0672226","bedrooms":"1","price":"256000","area":"371"} , +{"type":"Feature","id":"n1735351379","geometry":{"type":"Point","coordinates":[-0.0895682,51.4411721]},"properties":{"@type":"node","@id":1735351379,"@timestamp":1579718800},"coords":"51.4411721,-0.0895682","bedrooms":"2","price":"288000","area":"579"} , +{"type":"Feature","id":"n1735351450","geometry":{"type":"Point","coordinates":[-0.0652962,51.441199]},"properties":{"@type":"node","@id":1735351450,"@timestamp":1579718800},"coords":"51.441199,-0.0652962","bedrooms":"0","price":"262000","area":"636"} , +{"type":"Feature","id":"n1735351478","geometry":{"type":"Point","coordinates":[-0.0900252,51.4412081]},"properties":{"@type":"node","@id":1735351478,"@timestamp":1579718800},"coords":"51.4412081,-0.0900252","bedrooms":"3","price":"206000","area":"427"} , +{"type":"Feature","id":"n1735351508","geometry":{"type":"Point","coordinates":[-0.0901789,51.4412118]},"properties":{"@type":"node","@id":1735351508,"@timestamp":1579718800},"coords":"51.4412118,-0.0901789","bedrooms":"2","price":"201000","area":"575"} , +{"type":"Feature","id":"n1735351530","geometry":{"type":"Point","coordinates":[-0.0908482,51.4412196]},"properties":{"@type":"node","@id":1735351530,"@timestamp":1579718800},"coords":"51.4412196,-0.0908482","bedrooms":"4","price":"160000","area":"431"} , +{"type":"Feature","id":"n1735351555","geometry":{"type":"Point","coordinates":[-0.0909565,51.4412275]},"properties":{"@type":"node","@id":1735351555,"@timestamp":1579718800},"coords":"51.4412275,-0.0909565","bedrooms":"0","price":"186000","area":"471"} , +{"type":"Feature","id":"n1735351608","geometry":{"type":"Point","coordinates":[-0.089323,51.4413369]},"properties":{"@type":"node","@id":1735351608,"@timestamp":1579718800},"coords":"51.4413369,-0.089323","bedrooms":"4","price":"176000","area":"523"} , +{"type":"Feature","id":"n1735351676","geometry":{"type":"Point","coordinates":[-0.0671859,51.4414201]},"properties":{"@type":"node","@id":1735351676,"@timestamp":1579718800},"coords":"51.4414201,-0.0671859","bedrooms":"4","price":"183000","area":"596"} , +{"type":"Feature","id":"n1735351775","geometry":{"type":"Point","coordinates":[-0.0674272,51.4415505]},"properties":{"@type":"node","@id":1735351775,"@timestamp":1579718800},"coords":"51.4415505,-0.0674272","bedrooms":"1","price":"243000","area":"467"} , +{"type":"Feature","id":"n1735351864","geometry":{"type":"Point","coordinates":[-0.0916095,51.441583]},"properties":{"@type":"node","@id":1735351864,"@timestamp":1579718800},"coords":"51.441583,-0.0916095","bedrooms":"3","price":"284000","area":"425"} , +{"type":"Feature","id":"n1735351969","geometry":{"type":"Point","coordinates":[-0.0787874,51.4415897]},"properties":{"@type":"node","@id":1735351969,"@timestamp":1579718800},"coords":"51.4415897,-0.0787874","bedrooms":"3","price":"226000","area":"518"} , +{"type":"Feature","id":"n1735352115","geometry":{"type":"Point","coordinates":[-0.0673623,51.4416602]},"properties":{"@type":"node","@id":1735352115,"@timestamp":1579718800},"coords":"51.4416602,-0.0673623","bedrooms":"2","price":"222000","area":"601"} , +{"type":"Feature","id":"n1735352261","geometry":{"type":"Point","coordinates":[-0.0904431,51.4417828]},"properties":{"@type":"node","@id":1735352261,"@timestamp":1579718800},"coords":"51.4417828,-0.0904431","bedrooms":"2","price":"243000","area":"612"} , +{"type":"Feature","id":"n1735352379","geometry":{"type":"Point","coordinates":[-0.0675306,51.4418699]},"properties":{"@type":"node","@id":1735352379,"@timestamp":1579718800},"coords":"51.4418699,-0.0675306","bedrooms":"1","price":"185000","area":"365"} , +{"type":"Feature","id":"n1735352502","geometry":{"type":"Point","coordinates":[-0.0850277,51.4419208]},"properties":{"@type":"node","@id":1735352502,"@timestamp":1579718800},"coords":"51.4419208,-0.0850277","bedrooms":"0","price":"155000","area":"628"} , +{"type":"Feature","id":"n1735352576","geometry":{"type":"Point","coordinates":[-0.0848836,51.4419703]},"properties":{"@type":"node","@id":1735352576,"@timestamp":1579718800},"coords":"51.4419703,-0.0848836","bedrooms":"0","price":"278000","area":"621"} , +{"type":"Feature","id":"n1735352646","geometry":{"type":"Point","coordinates":[-0.0906621,51.4420137]},"properties":{"@type":"node","@id":1735352646,"@timestamp":1579718800},"coords":"51.4420137,-0.0906621","bedrooms":"4","price":"182000","area":"416"} , +{"type":"Feature","id":"n1735352738","geometry":{"type":"Point","coordinates":[-0.0849424,51.4420597]},"properties":{"@type":"node","@id":1735352738,"@timestamp":1579718800},"coords":"51.4420597,-0.0849424","bedrooms":"2","price":"246000","area":"435"} , +{"type":"Feature","id":"n1735352791","geometry":{"type":"Point","coordinates":[-0.0901936,51.4420957]},"properties":{"@type":"node","@id":1735352791,"@timestamp":1579718800},"coords":"51.4420957,-0.0901936","bedrooms":"4","price":"172000","area":"635"} , +{"type":"Feature","id":"n1735352841","geometry":{"type":"Point","coordinates":[-0.067404,51.442141]},"properties":{"@type":"node","@id":1735352841,"@timestamp":1579718800},"coords":"51.442141,-0.067404","bedrooms":"2","price":"162000","area":"581"} , +{"type":"Feature","id":"n1735352884","geometry":{"type":"Point","coordinates":[-0.0900782,51.4421834]},"properties":{"@type":"node","@id":1735352884,"@timestamp":1579718800},"coords":"51.4421834,-0.0900782","bedrooms":"1","price":"293000","area":"377"} , +{"type":"Feature","id":"n1735352937","geometry":{"type":"Point","coordinates":[-0.0676299,51.4422449]},"properties":{"@type":"node","@id":1735352937,"@timestamp":1579718800},"coords":"51.4422449,-0.0676299","bedrooms":"2","price":"198000","area":"637"} , +{"type":"Feature","id":"n1735352981","geometry":{"type":"Point","coordinates":[-0.0675762,51.4423045]},"properties":{"@type":"node","@id":1735352981,"@timestamp":1579718800},"coords":"51.4423045,-0.0675762","bedrooms":"0","price":"231000","area":"440"} , +{"type":"Feature","id":"n1735353032","geometry":{"type":"Point","coordinates":[-0.0899855,51.442373]},"properties":{"@type":"node","@id":1735353032,"@timestamp":1579718800},"coords":"51.442373,-0.0899855","bedrooms":"4","price":"255000","area":"411"} , +{"type":"Feature","id":"n1735353082","geometry":{"type":"Point","coordinates":[-0.0904595,51.4424181]},"properties":{"@type":"node","@id":1735353082,"@timestamp":1579718800},"coords":"51.4424181,-0.0904595","bedrooms":"1","price":"264000","area":"433"} , +{"type":"Feature","id":"n1735353167","geometry":{"type":"Point","coordinates":[-0.0675332,51.4424548]},"properties":{"@type":"node","@id":1735353167,"@timestamp":1579718800},"coords":"51.4424548,-0.0675332","bedrooms":"1","price":"267000","area":"645"} , +{"type":"Feature","id":"n1735353447","geometry":{"type":"Point","coordinates":[-0.0910119,51.4424761]},"properties":{"@type":"node","@id":1735353447,"@timestamp":1579718800},"coords":"51.4424761,-0.0910119","bedrooms":"0","price":"151000","area":"482"} , +{"type":"Feature","id":"n1735353536","geometry":{"type":"Point","coordinates":[-0.0844763,51.4425179]},"properties":{"@type":"node","@id":1735353536,"@timestamp":1579718800},"coords":"51.4425179,-0.0844763","bedrooms":"1","price":"185000","area":"582"} , +{"type":"Feature","id":"n1735353617","geometry":{"type":"Point","coordinates":[-0.0677475,51.442571]},"properties":{"@type":"node","@id":1735353617,"@timestamp":1579718800},"coords":"51.442571,-0.0677475","bedrooms":"1","price":"292000","area":"520"} , +{"type":"Feature","id":"n1735353707","geometry":{"type":"Point","coordinates":[-0.0914091,51.4426258]},"properties":{"@type":"node","@id":1735353707,"@timestamp":1579718800},"coords":"51.4426258,-0.0914091","bedrooms":"0","price":"270000","area":"604"} , +{"type":"Feature","id":"n1735353792","geometry":{"type":"Point","coordinates":[-0.0644019,51.4426628]},"properties":{"@type":"node","@id":1735353792,"@timestamp":1579718800},"coords":"51.4426628,-0.0644019","bedrooms":"0","price":"155000","area":"698"} , +{"type":"Feature","id":"n1735353836","geometry":{"type":"Point","coordinates":[-0.0644634,51.4426788]},"properties":{"@type":"node","@id":1735353836,"@timestamp":1579718800},"coords":"51.4426788,-0.0644634","bedrooms":"2","price":"229000","area":"409"} , +{"type":"Feature","id":"n1735353880","geometry":{"type":"Point","coordinates":[-0.0911102,51.4426944]},"properties":{"@type":"node","@id":1735353880,"@timestamp":1579718800},"coords":"51.4426944,-0.0911102","bedrooms":"4","price":"276000","area":"373"} , +{"type":"Feature","id":"n1735353925","geometry":{"type":"Point","coordinates":[-0.0677268,51.4427163]},"properties":{"@type":"node","@id":1735353925,"@timestamp":1579718800},"coords":"51.4427163,-0.0677268","bedrooms":"0","price":"256000","area":"538"} , +{"type":"Feature","id":"n1735354001","geometry":{"type":"Point","coordinates":[-0.0647461,51.4427392]},"properties":{"@type":"node","@id":1735354001,"@timestamp":1579718800},"coords":"51.4427392,-0.0647461","bedrooms":"1","price":"225000","area":"394"} , +{"type":"Feature","id":"n1735354067","geometry":{"type":"Point","coordinates":[-0.0845588,51.4427581]},"properties":{"@type":"node","@id":1735354067,"@timestamp":1579718800},"coords":"51.4427581,-0.0845588","bedrooms":"3","price":"230000","area":"519"} , +{"type":"Feature","id":"n1735354166","geometry":{"type":"Point","coordinates":[-0.0910673,51.4427837]},"properties":{"@type":"node","@id":1735354166,"@timestamp":1579718800},"coords":"51.4427837,-0.0910673","bedrooms":"2","price":"261000","area":"464"} , +{"type":"Feature","id":"n1735354238","geometry":{"type":"Point","coordinates":[-0.0763834,51.4428269]},"properties":{"@type":"node","@id":1735354238,"@timestamp":1579718800},"coords":"51.4428269,-0.0763834","bedrooms":"4","price":"290000","area":"543"} , +{"type":"Feature","id":"n1735354281","geometry":{"type":"Point","coordinates":[-0.0647592,51.4428655]},"properties":{"@type":"node","@id":1735354281,"@timestamp":1579718800},"coords":"51.4428655,-0.0647592","bedrooms":"1","price":"227000","area":"353"} , +{"type":"Feature","id":"n1735354332","geometry":{"type":"Point","coordinates":[-0.0790728,51.4428949]},"properties":{"@type":"node","@id":1735354332,"@timestamp":1579718800},"coords":"51.4428949,-0.0790728","bedrooms":"0","price":"173000","area":"368"} , +{"type":"Feature","id":"n1735354391","geometry":{"type":"Point","coordinates":[-0.0678604,51.442924]},"properties":{"@type":"node","@id":1735354391,"@timestamp":1579718800},"coords":"51.442924,-0.0678604","bedrooms":"1","price":"166000","area":"395"} , +{"type":"Feature","id":"n1735354456","geometry":{"type":"Point","coordinates":[-0.0791004,51.4429491]},"properties":{"@type":"node","@id":1735354456,"@timestamp":1579718800},"coords":"51.4429491,-0.0791004","bedrooms":"4","price":"245000","area":"582"} , +{"type":"Feature","id":"n1735354511","geometry":{"type":"Point","coordinates":[-0.0911754,51.4429871]},"properties":{"@type":"node","@id":1735354511,"@timestamp":1579718800},"coords":"51.4429871,-0.0911754","bedrooms":"0","price":"275000","area":"374"} , +{"type":"Feature","id":"n1735354628","geometry":{"type":"Point","coordinates":[-0.0754283,51.4430218]},"properties":{"@type":"node","@id":1735354628,"@timestamp":1579718800},"coords":"51.4430218,-0.0754283","bedrooms":"4","price":"262000","area":"530"} , +{"type":"Feature","id":"n1735354751","geometry":{"type":"Point","coordinates":[-0.0910667,51.44305]},"properties":{"@type":"node","@id":1735354751,"@timestamp":1579718800},"coords":"51.44305,-0.0910667","bedrooms":"0","price":"203000","area":"506"} , +{"type":"Feature","id":"n1735354841","geometry":{"type":"Point","coordinates":[-0.0791019,51.4430871]},"properties":{"@type":"node","@id":1735354841,"@timestamp":1579718800},"coords":"51.4430871,-0.0791019","bedrooms":"2","price":"193000","area":"350"} , +{"type":"Feature","id":"n1735354927","geometry":{"type":"Point","coordinates":[-0.074995,51.443121]},"properties":{"@type":"node","@id":1735354927,"@timestamp":1579718800},"coords":"51.443121,-0.074995","bedrooms":"4","price":"184000","area":"504"} , +{"type":"Feature","id":"n1735355017","geometry":{"type":"Point","coordinates":[-0.091063,51.4431659]},"properties":{"@type":"node","@id":1735355017,"@timestamp":1579718800},"coords":"51.4431659,-0.091063","bedrooms":"4","price":"285000","area":"413"} , +{"type":"Feature","id":"n1735355113","geometry":{"type":"Point","coordinates":[-0.0910144,51.4432326]},"properties":{"@type":"node","@id":1735355113,"@timestamp":1579718800},"coords":"51.4432326,-0.0910144","bedrooms":"2","price":"197000","area":"627"} , +{"type":"Feature","id":"n1735355207","geometry":{"type":"Point","coordinates":[-0.0793799,51.4432725]},"properties":{"@type":"node","@id":1735355207,"@timestamp":1579718800},"coords":"51.4432725,-0.0793799","bedrooms":"0","price":"259000","area":"471"} , +{"type":"Feature","id":"n1735355290","geometry":{"type":"Point","coordinates":[-0.0913477,51.4433037]},"properties":{"@type":"node","@id":1735355290,"@timestamp":1579718800},"coords":"51.4433037,-0.0913477","bedrooms":"3","price":"241000","area":"473"} , +{"type":"Feature","id":"n1735355380","geometry":{"type":"Point","coordinates":[-0.0908651,51.4433397]},"properties":{"@type":"node","@id":1735355380,"@timestamp":1579718800},"coords":"51.4433397,-0.0908651","bedrooms":"1","price":"176000","area":"654"} , +{"type":"Feature","id":"n1735355468","geometry":{"type":"Point","coordinates":[-0.0699366,51.4433759]},"properties":{"@type":"node","@id":1735355468,"@timestamp":1579718800},"coords":"51.4433759,-0.0699366","bedrooms":"2","price":"201000","area":"574"} , +{"type":"Feature","id":"n1735355566","geometry":{"type":"Point","coordinates":[-0.0906137,51.4433972]},"properties":{"@type":"node","@id":1735355566,"@timestamp":1579718800},"coords":"51.4433972,-0.0906137","bedrooms":"3","price":"155000","area":"526"} , +{"type":"Feature","id":"n1735355663","geometry":{"type":"Point","coordinates":[-0.088612,51.4434276]},"properties":{"@type":"node","@id":1735355663,"@timestamp":1579718800},"coords":"51.4434276,-0.088612","bedrooms":"4","price":"269000","area":"458"} , +{"type":"Feature","id":"n1735355763","geometry":{"type":"Point","coordinates":[-0.0888914,51.4434487]},"properties":{"@type":"node","@id":1735355763,"@timestamp":1579718800},"coords":"51.4434487,-0.0888914","bedrooms":"3","price":"205000","area":"652"} , +{"type":"Feature","id":"n1735355853","geometry":{"type":"Point","coordinates":[-0.0893853,51.4434641]},"properties":{"@type":"node","@id":1735355853,"@timestamp":1579718800},"coords":"51.4434641,-0.0893853","bedrooms":"1","price":"195000","area":"390"} , +{"type":"Feature","id":"n1735355937","geometry":{"type":"Point","coordinates":[-0.0702191,51.4434979]},"properties":{"@type":"node","@id":1735355937,"@timestamp":1579718800},"coords":"51.4434979,-0.0702191","bedrooms":"1","price":"180000","area":"536"} , +{"type":"Feature","id":"n1735356028","geometry":{"type":"Point","coordinates":[-0.0704043,51.4435269]},"properties":{"@type":"node","@id":1735356028,"@timestamp":1579718800},"coords":"51.4435269,-0.0704043","bedrooms":"0","price":"239000","area":"376"} , +{"type":"Feature","id":"n1735356127","geometry":{"type":"Point","coordinates":[-0.070883,51.4435543]},"properties":{"@type":"node","@id":1735356127,"@timestamp":1579718800},"coords":"51.4435543,-0.070883","bedrooms":"0","price":"299000","area":"526"} , +{"type":"Feature","id":"n1735356270","geometry":{"type":"Point","coordinates":[-0.0711679,51.443584]},"properties":{"@type":"node","@id":1735356270,"@timestamp":1579718800},"coords":"51.443584,-0.0711679","bedrooms":"4","price":"162000","area":"698"} , +{"type":"Feature","id":"n1735356401","geometry":{"type":"Point","coordinates":[-0.0737117,51.4436003]},"properties":{"@type":"node","@id":1735356401,"@timestamp":1579718800},"coords":"51.4436003,-0.0737117","bedrooms":"1","price":"279000","area":"511"} , +{"type":"Feature","id":"n1735356522","geometry":{"type":"Point","coordinates":[-0.0736177,51.4436263]},"properties":{"@type":"node","@id":1735356522,"@timestamp":1579718800},"coords":"51.4436263,-0.0736177","bedrooms":"2","price":"268000","area":"514"} , +{"type":"Feature","id":"n1735356655","geometry":{"type":"Point","coordinates":[-0.0928248,51.4436449]},"properties":{"@type":"node","@id":1735356655,"@timestamp":1579718800},"coords":"51.4436449,-0.0928248","bedrooms":"2","price":"264000","area":"596"} , +{"type":"Feature","id":"n1735356810","geometry":{"type":"Point","coordinates":[-0.090822,51.4436532]},"properties":{"@type":"node","@id":1735356810,"@timestamp":1579718800},"coords":"51.4436532,-0.090822","bedrooms":"4","price":"262000","area":"360"} , +{"type":"Feature","id":"n1735356983","geometry":{"type":"Point","coordinates":[-0.073665,51.4436657]},"properties":{"@type":"node","@id":1735356983,"@timestamp":1579718800},"coords":"51.4436657,-0.073665","bedrooms":"2","price":"245000","area":"364"} , +{"type":"Feature","id":"n1735357150","geometry":{"type":"Point","coordinates":[-0.0734722,51.4436778]},"properties":{"@type":"node","@id":1735357150,"@timestamp":1579718800},"coords":"51.4436778,-0.0734722","bedrooms":"2","price":"230000","area":"657"} , +{"type":"Feature","id":"n1735357341","geometry":{"type":"Point","coordinates":[-0.073049,51.4436887]},"properties":{"@type":"node","@id":1735357341,"@timestamp":1579718800},"coords":"51.4436887,-0.073049","bedrooms":"0","price":"213000","area":"628"} , +{"type":"Feature","id":"n1735357539","geometry":{"type":"Point","coordinates":[-0.070554,51.4436971]},"properties":{"@type":"node","@id":1735357539,"@timestamp":1579718800},"coords":"51.4436971,-0.070554","bedrooms":"1","price":"221000","area":"389"} , +{"type":"Feature","id":"n1735357723","geometry":{"type":"Point","coordinates":[-0.0726471,51.4437178]},"properties":{"@type":"node","@id":1735357723,"@timestamp":1579718800},"coords":"51.4437178,-0.0726471","bedrooms":"1","price":"236000","area":"630"} , +{"type":"Feature","id":"n1735357926","geometry":{"type":"Point","coordinates":[-0.0679771,51.4437339]},"properties":{"@type":"node","@id":1735357926,"@timestamp":1579718800},"coords":"51.4437339,-0.0679771","bedrooms":"0","price":"213000","area":"385"} , +{"type":"Feature","id":"n1735358193","geometry":{"type":"Point","coordinates":[-0.078456,51.4437466]},"properties":{"@type":"node","@id":1735358193,"@timestamp":1579718800},"coords":"51.4437466,-0.078456","bedrooms":"3","price":"178000","area":"505"} , +{"type":"Feature","id":"n1735358414","geometry":{"type":"Point","coordinates":[-0.0741644,51.4437577]},"properties":{"@type":"node","@id":1735358414,"@timestamp":1579718800},"coords":"51.4437577,-0.0741644","bedrooms":"0","price":"280000","area":"615"} , +{"type":"Feature","id":"n1735358627","geometry":{"type":"Point","coordinates":[-0.0778167,51.4437664]},"properties":{"@type":"node","@id":1735358627,"@timestamp":1579718800},"coords":"51.4437664,-0.0778167","bedrooms":"0","price":"228000","area":"596"} , +{"type":"Feature","id":"n1735358833","geometry":{"type":"Point","coordinates":[-0.0789719,51.4437717]},"properties":{"@type":"node","@id":1735358833,"@timestamp":1579718800},"coords":"51.4437717,-0.0789719","bedrooms":"4","price":"188000","area":"565"} , +{"type":"Feature","id":"n1735359081","geometry":{"type":"Point","coordinates":[-0.0725775,51.4437773]},"properties":{"@type":"node","@id":1735359081,"@timestamp":1579718800},"coords":"51.4437773,-0.0725775","bedrooms":"3","price":"170000","area":"472"} , +{"type":"Feature","id":"n1735359549","geometry":{"type":"Point","coordinates":[-0.0906999,51.4437866]},"properties":{"@type":"node","@id":1735359549,"@timestamp":1579718800},"coords":"51.4437866,-0.0906999","bedrooms":"4","price":"251000","area":"655"} , +{"type":"Feature","id":"n1735359683","geometry":{"type":"Point","coordinates":[-0.0778494,51.443794]},"properties":{"@type":"node","@id":1735359683,"@timestamp":1579718800},"coords":"51.443794,-0.0778494","bedrooms":"3","price":"232000","area":"496"} , +{"type":"Feature","id":"n1735359809","geometry":{"type":"Point","coordinates":[-0.0804069,51.4438014]},"properties":{"@type":"node","@id":1735359809,"@timestamp":1579718800},"coords":"51.4438014,-0.0804069","bedrooms":"2","price":"218000","area":"502"} , +{"type":"Feature","id":"n1735359911","geometry":{"type":"Point","coordinates":[-0.0697797,51.4438054]},"properties":{"@type":"node","@id":1735359911,"@timestamp":1579718800},"coords":"51.4438054,-0.0697797","bedrooms":"0","price":"296000","area":"603"} , +{"type":"Feature","id":"n1735360005","geometry":{"type":"Point","coordinates":[-0.0810916,51.4438099]},"properties":{"@type":"node","@id":1735360005,"@timestamp":1579718800},"coords":"51.4438099,-0.0810916","bedrooms":"4","price":"245000","area":"405"} , +{"type":"Feature","id":"n1735360089","geometry":{"type":"Point","coordinates":[-0.0775289,51.4438145]},"properties":{"@type":"node","@id":1735360089,"@timestamp":1579718800},"coords":"51.4438145,-0.0775289","bedrooms":"1","price":"261000","area":"632"} , +{"type":"Feature","id":"n1735360155","geometry":{"type":"Point","coordinates":[-0.0742631,51.4438218]},"properties":{"@type":"node","@id":1735360155,"@timestamp":1579718800},"coords":"51.4438218,-0.0742631","bedrooms":"1","price":"245000","area":"682"} , +{"type":"Feature","id":"n1735360223","geometry":{"type":"Point","coordinates":[-0.0787236,51.4438242]},"properties":{"@type":"node","@id":1735360223,"@timestamp":1579718800},"coords":"51.4438242,-0.0787236","bedrooms":"3","price":"156000","area":"501"} , +{"type":"Feature","id":"n1735360283","geometry":{"type":"Point","coordinates":[-0.0772825,51.4438326]},"properties":{"@type":"node","@id":1735360283,"@timestamp":1579718800},"coords":"51.4438326,-0.0772825","bedrooms":"0","price":"210000","area":"695"} , +{"type":"Feature","id":"n1735360349","geometry":{"type":"Point","coordinates":[-0.0811796,51.443839]},"properties":{"@type":"node","@id":1735360349,"@timestamp":1579718800},"coords":"51.443839,-0.0811796","bedrooms":"1","price":"295000","area":"485"} , +{"type":"Feature","id":"n1735360428","geometry":{"type":"Point","coordinates":[-0.0811387,51.4438457]},"properties":{"@type":"node","@id":1735360428,"@timestamp":1579718800},"coords":"51.4438457,-0.0811387","bedrooms":"1","price":"277000","area":"413"} , +{"type":"Feature","id":"n1735360527","geometry":{"type":"Point","coordinates":[-0.0708988,51.4438484]},"properties":{"@type":"node","@id":1735360527,"@timestamp":1579718800},"coords":"51.4438484,-0.0708988","bedrooms":"2","price":"246000","area":"377"} , +{"type":"Feature","id":"n1735360636","geometry":{"type":"Point","coordinates":[-0.0911275,51.4438506]},"properties":{"@type":"node","@id":1735360636,"@timestamp":1579718800},"coords":"51.4438506,-0.0911275","bedrooms":"4","price":"240000","area":"591"} , +{"type":"Feature","id":"n1735360736","geometry":{"type":"Point","coordinates":[-0.070767,51.443857]},"properties":{"@type":"node","@id":1735360736,"@timestamp":1579718800},"coords":"51.443857,-0.070767","bedrooms":"3","price":"241000","area":"366"} , +{"type":"Feature","id":"n1735360818","geometry":{"type":"Point","coordinates":[-0.0708463,51.443862]},"properties":{"@type":"node","@id":1735360818,"@timestamp":1579718800},"coords":"51.443862,-0.0708463","bedrooms":"0","price":"263000","area":"555"} , +{"type":"Feature","id":"n1735360879","geometry":{"type":"Point","coordinates":[-0.0818136,51.4438679]},"properties":{"@type":"node","@id":1735360879,"@timestamp":1579718800},"coords":"51.4438679,-0.0818136","bedrooms":"2","price":"287000","area":"582"} , +{"type":"Feature","id":"n1735360958","geometry":{"type":"Point","coordinates":[-0.0818588,51.4438733]},"properties":{"@type":"node","@id":1735360958,"@timestamp":1579718800},"coords":"51.4438733,-0.0818588","bedrooms":"4","price":"198000","area":"487"} , +{"type":"Feature","id":"n1735361060","geometry":{"type":"Point","coordinates":[-0.0795138,51.4438761]},"properties":{"@type":"node","@id":1735361060,"@timestamp":1579718800},"coords":"51.4438761,-0.0795138","bedrooms":"0","price":"231000","area":"471"} , +{"type":"Feature","id":"n1735361175","geometry":{"type":"Point","coordinates":[-0.0799817,51.4438801]},"properties":{"@type":"node","@id":1735361175,"@timestamp":1579718800},"coords":"51.4438801,-0.0799817","bedrooms":"4","price":"171000","area":"573"} , +{"type":"Feature","id":"n1735361275","geometry":{"type":"Point","coordinates":[-0.0766692,51.4438899]},"properties":{"@type":"node","@id":1735361275,"@timestamp":1579718800},"coords":"51.4438899,-0.0766692","bedrooms":"0","price":"246000","area":"445"} , +{"type":"Feature","id":"n1735361390","geometry":{"type":"Point","coordinates":[-0.0783733,51.4438975]},"properties":{"@type":"node","@id":1735361390,"@timestamp":1579718800},"coords":"51.4438975,-0.0783733","bedrooms":"1","price":"230000","area":"538"} , +{"type":"Feature","id":"n1735361508","geometry":{"type":"Point","coordinates":[-0.0812049,51.4439052]},"properties":{"@type":"node","@id":1735361508,"@timestamp":1579718800},"coords":"51.4439052,-0.0812049","bedrooms":"0","price":"185000","area":"383"} , +{"type":"Feature","id":"n1735361617","geometry":{"type":"Point","coordinates":[-0.0817294,51.4439123]},"properties":{"@type":"node","@id":1735361617,"@timestamp":1579718800},"coords":"51.4439123,-0.0817294","bedrooms":"2","price":"214000","area":"409"} , +{"type":"Feature","id":"n1735361716","geometry":{"type":"Point","coordinates":[-0.0743583,51.4439171]},"properties":{"@type":"node","@id":1735361716,"@timestamp":1579718800},"coords":"51.4439171,-0.0743583","bedrooms":"4","price":"286000","area":"642"} , +{"type":"Feature","id":"n1735361831","geometry":{"type":"Point","coordinates":[-0.0819331,51.4439249]},"properties":{"@type":"node","@id":1735361831,"@timestamp":1579718800},"coords":"51.4439249,-0.0819331","bedrooms":"0","price":"188000","area":"562"} , +{"type":"Feature","id":"n1735361944","geometry":{"type":"Point","coordinates":[-0.0786687,51.4439295]},"properties":{"@type":"node","@id":1735361944,"@timestamp":1579718800},"coords":"51.4439295,-0.0786687","bedrooms":"1","price":"292000","area":"474"} , +{"type":"Feature","id":"n1735362037","geometry":{"type":"Point","coordinates":[-0.0712437,51.4439411]},"properties":{"@type":"node","@id":1735362037,"@timestamp":1579718800},"coords":"51.4439411,-0.0712437","bedrooms":"3","price":"195000","area":"501"} , +{"type":"Feature","id":"n1735362126","geometry":{"type":"Point","coordinates":[-0.0824362,51.443946]},"properties":{"@type":"node","@id":1735362126,"@timestamp":1579718800},"coords":"51.443946,-0.0824362","bedrooms":"2","price":"168000","area":"364"} , +{"type":"Feature","id":"n1735362223","geometry":{"type":"Point","coordinates":[-0.0744428,51.443957]},"properties":{"@type":"node","@id":1735362223,"@timestamp":1579718800},"coords":"51.443957,-0.0744428","bedrooms":"0","price":"189000","area":"534"} , +{"type":"Feature","id":"n1735362364","geometry":{"type":"Point","coordinates":[-0.0907019,51.4439662]},"properties":{"@type":"node","@id":1735362364,"@timestamp":1579718800},"coords":"51.4439662,-0.0907019","bedrooms":"2","price":"186000","area":"689"} , +{"type":"Feature","id":"n1735362505","geometry":{"type":"Point","coordinates":[-0.0910196,51.4439786]},"properties":{"@type":"node","@id":1735362505,"@timestamp":1579718800},"coords":"51.4439786,-0.0910196","bedrooms":"0","price":"250000","area":"504"} , +{"type":"Feature","id":"n1735362620","geometry":{"type":"Point","coordinates":[-0.074488,51.443989]},"properties":{"@type":"node","@id":1735362620,"@timestamp":1579718800},"coords":"51.443989,-0.074488","bedrooms":"1","price":"158000","area":"408"} , +{"type":"Feature","id":"n1735362683","geometry":{"type":"Point","coordinates":[-0.0726305,51.4439966]},"properties":{"@type":"node","@id":1735362683,"@timestamp":1579718800},"coords":"51.4439966,-0.0726305","bedrooms":"0","price":"168000","area":"530"} , +{"type":"Feature","id":"n1735362760","geometry":{"type":"Point","coordinates":[-0.0732478,51.4440023]},"properties":{"@type":"node","@id":1735362760,"@timestamp":1579718800},"coords":"51.4440023,-0.0732478","bedrooms":"3","price":"273000","area":"474"} , +{"type":"Feature","id":"n1735362847","geometry":{"type":"Point","coordinates":[-0.0797978,51.4440098]},"properties":{"@type":"node","@id":1735362847,"@timestamp":1579718800},"coords":"51.4440098,-0.0797978","bedrooms":"4","price":"178000","area":"391"} , +{"type":"Feature","id":"n1735362950","geometry":{"type":"Point","coordinates":[-0.0715021,51.4440207]},"properties":{"@type":"node","@id":1735362950,"@timestamp":1579718800},"coords":"51.4440207,-0.0715021","bedrooms":"0","price":"290000","area":"480"} , +{"type":"Feature","id":"n1735363079","geometry":{"type":"Point","coordinates":[-0.0825085,51.4440294]},"properties":{"@type":"node","@id":1735363079,"@timestamp":1579718800},"coords":"51.4440294,-0.0825085","bedrooms":"2","price":"155000","area":"395"} , +{"type":"Feature","id":"n1735363181","geometry":{"type":"Point","coordinates":[-0.0882773,51.4440402]},"properties":{"@type":"node","@id":1735363181,"@timestamp":1579718800},"coords":"51.4440402,-0.0882773","bedrooms":"1","price":"198000","area":"518"} , +{"type":"Feature","id":"n1735363253","geometry":{"type":"Point","coordinates":[-0.0709659,51.4440488]},"properties":{"@type":"node","@id":1735363253,"@timestamp":1579718800},"coords":"51.4440488,-0.0709659","bedrooms":"4","price":"194000","area":"488"} , +{"type":"Feature","id":"n1735363378","geometry":{"type":"Point","coordinates":[-0.0905382,51.4440584]},"properties":{"@type":"node","@id":1735363378,"@timestamp":1579718800},"coords":"51.4440584,-0.0905382","bedrooms":"3","price":"233000","area":"416"} , +{"type":"Feature","id":"n1735363501","geometry":{"type":"Point","coordinates":[-0.0803632,51.4440698]},"properties":{"@type":"node","@id":1735363501,"@timestamp":1579718800},"coords":"51.4440698,-0.0803632","bedrooms":"3","price":"236000","area":"611"} , +{"type":"Feature","id":"n1735363642","geometry":{"type":"Point","coordinates":[-0.0883837,51.4440793]},"properties":{"@type":"node","@id":1735363642,"@timestamp":1579718800},"coords":"51.4440793,-0.0883837","bedrooms":"0","price":"156000","area":"639"} , +{"type":"Feature","id":"n1735363741","geometry":{"type":"Point","coordinates":[-0.0745951,51.4440882]},"properties":{"@type":"node","@id":1735363741,"@timestamp":1579718800},"coords":"51.4440882,-0.0745951","bedrooms":"0","price":"251000","area":"399"} , +{"type":"Feature","id":"n1735363829","geometry":{"type":"Point","coordinates":[-0.0908219,51.444095]},"properties":{"@type":"node","@id":1735363829,"@timestamp":1579718800},"coords":"51.444095,-0.0908219","bedrooms":"2","price":"158000","area":"383"} , +{"type":"Feature","id":"n1735363915","geometry":{"type":"Point","coordinates":[-0.078437,51.4441044]},"properties":{"@type":"node","@id":1735363915,"@timestamp":1579718800},"coords":"51.4441044,-0.078437","bedrooms":"0","price":"210000","area":"442"} , +{"type":"Feature","id":"n1735363997","geometry":{"type":"Point","coordinates":[-0.0752903,51.4441119]},"properties":{"@type":"node","@id":1735363997,"@timestamp":1579718800},"coords":"51.4441119,-0.0752903","bedrooms":"3","price":"285000","area":"449"} , +{"type":"Feature","id":"n1735364089","geometry":{"type":"Point","coordinates":[-0.0825144,51.4441199]},"properties":{"@type":"node","@id":1735364089,"@timestamp":1579718800},"coords":"51.4441199,-0.0825144","bedrooms":"1","price":"192000","area":"625"} , +{"type":"Feature","id":"n1735364172","geometry":{"type":"Point","coordinates":[-0.0740864,51.4441349]},"properties":{"@type":"node","@id":1735364172,"@timestamp":1579718800},"coords":"51.4441349,-0.0740864","bedrooms":"1","price":"210000","area":"684"} , +{"type":"Feature","id":"n1735364249","geometry":{"type":"Point","coordinates":[-0.0693662,51.4441467]},"properties":{"@type":"node","@id":1735364249,"@timestamp":1579718800},"coords":"51.4441467,-0.0693662","bedrooms":"4","price":"253000","area":"545"} , +{"type":"Feature","id":"n1735364332","geometry":{"type":"Point","coordinates":[-0.0691627,51.444158]},"properties":{"@type":"node","@id":1735364332,"@timestamp":1579718800},"coords":"51.444158,-0.0691627","bedrooms":"1","price":"238000","area":"558"} , +{"type":"Feature","id":"n1735364654","geometry":{"type":"Point","coordinates":[-0.0742356,51.444166]},"properties":{"@type":"node","@id":1735364654,"@timestamp":1579718800},"coords":"51.444166,-0.0742356","bedrooms":"3","price":"280000","area":"507"} , +{"type":"Feature","id":"n1735364715","geometry":{"type":"Point","coordinates":[-0.075024,51.4441739]},"properties":{"@type":"node","@id":1735364715,"@timestamp":1579718800},"coords":"51.4441739,-0.075024","bedrooms":"1","price":"219000","area":"415"} , +{"type":"Feature","id":"n1735364759","geometry":{"type":"Point","coordinates":[-0.0721145,51.4441826]},"properties":{"@type":"node","@id":1735364759,"@timestamp":1579718800},"coords":"51.4441826,-0.0721145","bedrooms":"3","price":"166000","area":"417"} , +{"type":"Feature","id":"n1735364833","geometry":{"type":"Point","coordinates":[-0.0696266,51.4441987]},"properties":{"@type":"node","@id":1735364833,"@timestamp":1579718800},"coords":"51.4441987,-0.0696266","bedrooms":"4","price":"223000","area":"413"} , +{"type":"Feature","id":"n1735364913","geometry":{"type":"Point","coordinates":[-0.0887612,51.4442071]},"properties":{"@type":"node","@id":1735364913,"@timestamp":1579718800},"coords":"51.4442071,-0.0887612","bedrooms":"0","price":"179000","area":"671"} , +{"type":"Feature","id":"n1735364972","geometry":{"type":"Point","coordinates":[-0.0903395,51.4442176]},"properties":{"@type":"node","@id":1735364972,"@timestamp":1579718800},"coords":"51.4442176,-0.0903395","bedrooms":"1","price":"242000","area":"408"} , +{"type":"Feature","id":"n1735365023","geometry":{"type":"Point","coordinates":[-0.0734953,51.4442293]},"properties":{"@type":"node","@id":1735365023,"@timestamp":1579718800},"coords":"51.4442293,-0.0734953","bedrooms":"2","price":"269000","area":"630"} , +{"type":"Feature","id":"n1735365096","geometry":{"type":"Point","coordinates":[-0.0746636,51.444234]},"properties":{"@type":"node","@id":1735365096,"@timestamp":1579718800},"coords":"51.444234,-0.0746636","bedrooms":"3","price":"242000","area":"590"} , +{"type":"Feature","id":"n1735365150","geometry":{"type":"Point","coordinates":[-0.0774294,51.4442436]},"properties":{"@type":"node","@id":1735365150,"@timestamp":1579718800},"coords":"51.4442436,-0.0774294","bedrooms":"3","price":"156000","area":"398"} , +{"type":"Feature","id":"n1735365214","geometry":{"type":"Point","coordinates":[-0.0770669,51.4442569]},"properties":{"@type":"node","@id":1735365214,"@timestamp":1579718800},"coords":"51.4442569,-0.0770669","bedrooms":"2","price":"277000","area":"395"} , +{"type":"Feature","id":"n1735365270","geometry":{"type":"Point","coordinates":[-0.0793728,51.4442705]},"properties":{"@type":"node","@id":1735365270,"@timestamp":1579718800},"coords":"51.4442705,-0.0793728","bedrooms":"0","price":"228000","area":"533"} , +{"type":"Feature","id":"n1735365314","geometry":{"type":"Point","coordinates":[-0.0889231,51.4442811]},"properties":{"@type":"node","@id":1735365314,"@timestamp":1579718800},"coords":"51.4442811,-0.0889231","bedrooms":"1","price":"283000","area":"365"} , +{"type":"Feature","id":"n1735365370","geometry":{"type":"Point","coordinates":[-0.072266,51.444297]},"properties":{"@type":"node","@id":1735365370,"@timestamp":1579718800},"coords":"51.444297,-0.072266","bedrooms":"2","price":"191000","area":"621"} , +{"type":"Feature","id":"n1735365449","geometry":{"type":"Point","coordinates":[-0.0712881,51.4443036]},"properties":{"@type":"node","@id":1735365449,"@timestamp":1579718800},"coords":"51.4443036,-0.0712881","bedrooms":"4","price":"151000","area":"523"} , +{"type":"Feature","id":"n1735365512","geometry":{"type":"Point","coordinates":[-0.0808154,51.4443147]},"properties":{"@type":"node","@id":1735365512,"@timestamp":1579718800},"coords":"51.4443147,-0.0808154","bedrooms":"3","price":"257000","area":"360"} , +{"type":"Feature","id":"n1735365604","geometry":{"type":"Point","coordinates":[-0.0902482,51.4443215]},"properties":{"@type":"node","@id":1735365604,"@timestamp":1579718800},"coords":"51.4443215,-0.0902482","bedrooms":"1","price":"197000","area":"420"} , +{"type":"Feature","id":"n1735365713","geometry":{"type":"Point","coordinates":[-0.0697975,51.4443268]},"properties":{"@type":"node","@id":1735365713,"@timestamp":1579718800},"coords":"51.4443268,-0.0697975","bedrooms":"2","price":"229000","area":"652"} , +{"type":"Feature","id":"n1735365778","geometry":{"type":"Point","coordinates":[-0.0706764,51.4443394]},"properties":{"@type":"node","@id":1735365778,"@timestamp":1579718800},"coords":"51.4443394,-0.0706764","bedrooms":"4","price":"161000","area":"517"} , +{"type":"Feature","id":"n1735365837","geometry":{"type":"Point","coordinates":[-0.0783728,51.4443479]},"properties":{"@type":"node","@id":1735365837,"@timestamp":1579718800},"coords":"51.4443479,-0.0783728","bedrooms":"0","price":"296000","area":"446"} , +{"type":"Feature","id":"n1735365898","geometry":{"type":"Point","coordinates":[-0.0787822,51.4443553]},"properties":{"@type":"node","@id":1735365898,"@timestamp":1579718800},"coords":"51.4443553,-0.0787822","bedrooms":"3","price":"241000","area":"350"} , +{"type":"Feature","id":"n1735365967","geometry":{"type":"Point","coordinates":[-0.0806272,51.4443638]},"properties":{"@type":"node","@id":1735365967,"@timestamp":1579718800},"coords":"51.4443638,-0.0806272","bedrooms":"2","price":"229000","area":"662"} , +{"type":"Feature","id":"n1735366022","geometry":{"type":"Point","coordinates":[-0.0737098,51.4443718]},"properties":{"@type":"node","@id":1735366022,"@timestamp":1579718800},"coords":"51.4443718,-0.0737098","bedrooms":"2","price":"169000","area":"415"} , +{"type":"Feature","id":"n1735366073","geometry":{"type":"Point","coordinates":[-0.0823056,51.4443765]},"properties":{"@type":"node","@id":1735366073,"@timestamp":1579718800},"coords":"51.4443765,-0.0823056","bedrooms":"0","price":"178000","area":"476"} , +{"type":"Feature","id":"n1735366145","geometry":{"type":"Point","coordinates":[-0.0786236,51.4443854]},"properties":{"@type":"node","@id":1735366145,"@timestamp":1579718800},"coords":"51.4443854,-0.0786236","bedrooms":"1","price":"239000","area":"383"} , +{"type":"Feature","id":"n1735366200","geometry":{"type":"Point","coordinates":[-0.0891625,51.444393]},"properties":{"@type":"node","@id":1735366200,"@timestamp":1579718800},"coords":"51.444393,-0.0891625","bedrooms":"2","price":"174000","area":"539"} , +{"type":"Feature","id":"n1735366296","geometry":{"type":"Point","coordinates":[-0.0794062,51.4443989]},"properties":{"@type":"node","@id":1735366296,"@timestamp":1579718800},"coords":"51.4443989,-0.0794062","bedrooms":"3","price":"157000","area":"432"} , +{"type":"Feature","id":"n1735366384","geometry":{"type":"Point","coordinates":[-0.0815259,51.444405]},"properties":{"@type":"node","@id":1735366384,"@timestamp":1579718800},"coords":"51.444405,-0.0815259","bedrooms":"4","price":"225000","area":"491"} , +{"type":"Feature","id":"n1735366474","geometry":{"type":"Point","coordinates":[-0.081126,51.4444118]},"properties":{"@type":"node","@id":1735366474,"@timestamp":1579718800},"coords":"51.4444118,-0.081126","bedrooms":"4","price":"197000","area":"604"} , +{"type":"Feature","id":"n1735366561","geometry":{"type":"Point","coordinates":[-0.0739244,51.4444162]},"properties":{"@type":"node","@id":1735366561,"@timestamp":1579718800},"coords":"51.4444162,-0.0739244","bedrooms":"0","price":"156000","area":"524"} , +{"type":"Feature","id":"n1735366649","geometry":{"type":"Point","coordinates":[-0.0904208,51.4444217]},"properties":{"@type":"node","@id":1735366649,"@timestamp":1579718800},"coords":"51.4444217,-0.0904208","bedrooms":"3","price":"292000","area":"662"} , +{"type":"Feature","id":"n1735366740","geometry":{"type":"Point","coordinates":[-0.0801744,51.4444295]},"properties":{"@type":"node","@id":1735366740,"@timestamp":1579718800},"coords":"51.4444295,-0.0801744","bedrooms":"2","price":"189000","area":"493"} , +{"type":"Feature","id":"n1735366803","geometry":{"type":"Point","coordinates":[-0.0901785,51.4444355]},"properties":{"@type":"node","@id":1735366803,"@timestamp":1579718800},"coords":"51.4444355,-0.0901785","bedrooms":"3","price":"150000","area":"363"} , +{"type":"Feature","id":"n1735366836","geometry":{"type":"Point","coordinates":[-0.0738662,51.444442]},"properties":{"@type":"node","@id":1735366836,"@timestamp":1579718800},"coords":"51.444442,-0.0738662","bedrooms":"4","price":"286000","area":"424"} , +{"type":"Feature","id":"n1735366878","geometry":{"type":"Point","coordinates":[-0.0789409,51.4444516]},"properties":{"@type":"node","@id":1735366878,"@timestamp":1579718800},"coords":"51.4444516,-0.0789409","bedrooms":"4","price":"246000","area":"672"} , +{"type":"Feature","id":"n1735366929","geometry":{"type":"Point","coordinates":[-0.0893543,51.4444595]},"properties":{"@type":"node","@id":1735366929,"@timestamp":1579718800},"coords":"51.4444595,-0.0893543","bedrooms":"2","price":"189000","area":"623"} , +{"type":"Feature","id":"n1735366962","geometry":{"type":"Point","coordinates":[-0.0670544,51.4444659]},"properties":{"@type":"node","@id":1735366962,"@timestamp":1579718800},"coords":"51.4444659,-0.0670544","bedrooms":"1","price":"262000","area":"398"} , +{"type":"Feature","id":"n1735367020","geometry":{"type":"Point","coordinates":[-0.0904272,51.4444707]},"properties":{"@type":"node","@id":1735367020,"@timestamp":1579718800},"coords":"51.4444707,-0.0904272","bedrooms":"4","price":"154000","area":"677"} , +{"type":"Feature","id":"n1735367064","geometry":{"type":"Point","coordinates":[-0.0878856,51.4444859]},"properties":{"@type":"node","@id":1735367064,"@timestamp":1579718800},"coords":"51.4444859,-0.0878856","bedrooms":"1","price":"215000","area":"640"} , +{"type":"Feature","id":"n1735367102","geometry":{"type":"Point","coordinates":[-0.0789573,51.4444904]},"properties":{"@type":"node","@id":1735367102,"@timestamp":1579718800},"coords":"51.4444904,-0.0789573","bedrooms":"3","price":"234000","area":"444"} , +{"type":"Feature","id":"n1735367165","geometry":{"type":"Point","coordinates":[-0.0815032,51.4445012]},"properties":{"@type":"node","@id":1735367165,"@timestamp":1579718800},"coords":"51.4445012,-0.0815032","bedrooms":"0","price":"197000","area":"476"} , +{"type":"Feature","id":"n1735367263","geometry":{"type":"Point","coordinates":[-0.0815095,51.4445077]},"properties":{"@type":"node","@id":1735367263,"@timestamp":1579718800},"coords":"51.4445077,-0.0815095","bedrooms":"4","price":"278000","area":"374"} , +{"type":"Feature","id":"n1735367365","geometry":{"type":"Point","coordinates":[-0.0738221,51.4445179]},"properties":{"@type":"node","@id":1735367365,"@timestamp":1579718800},"coords":"51.4445179,-0.0738221","bedrooms":"1","price":"152000","area":"657"} , +{"type":"Feature","id":"n1735367479","geometry":{"type":"Point","coordinates":[-0.0933757,51.4445273]},"properties":{"@type":"node","@id":1735367479,"@timestamp":1579718800},"coords":"51.4445273,-0.0933757","bedrooms":"2","price":"289000","area":"532"} , +{"type":"Feature","id":"n1735367576","geometry":{"type":"Point","coordinates":[-0.0825217,51.4445377]},"properties":{"@type":"node","@id":1735367576,"@timestamp":1579718800},"coords":"51.4445377,-0.0825217","bedrooms":"0","price":"239000","area":"696"} , +{"type":"Feature","id":"n1735367699","geometry":{"type":"Point","coordinates":[-0.0900783,51.4445528]},"properties":{"@type":"node","@id":1735367699,"@timestamp":1579718800},"coords":"51.4445528,-0.0900783","bedrooms":"1","price":"280000","area":"669"} , +{"type":"Feature","id":"n1735367836","geometry":{"type":"Point","coordinates":[-0.0824482,51.4445647]},"properties":{"@type":"node","@id":1735367836,"@timestamp":1579718800},"coords":"51.4445647,-0.0824482","bedrooms":"0","price":"179000","area":"663"} , +{"type":"Feature","id":"n1735367954","geometry":{"type":"Point","coordinates":[-0.0721,51.4445782]},"properties":{"@type":"node","@id":1735367954,"@timestamp":1579718800},"coords":"51.4445782,-0.0721","bedrooms":"0","price":"220000","area":"502"} , +{"type":"Feature","id":"n1735368058","geometry":{"type":"Point","coordinates":[-0.0807636,51.4445903]},"properties":{"@type":"node","@id":1735368058,"@timestamp":1579718800},"coords":"51.4445903,-0.0807636","bedrooms":"0","price":"228000","area":"473"} , +{"type":"Feature","id":"n1735368143","geometry":{"type":"Point","coordinates":[-0.0769061,51.4445991]},"properties":{"@type":"node","@id":1735368143,"@timestamp":1579718800},"coords":"51.4445991,-0.0769061","bedrooms":"2","price":"210000","area":"533"} , +{"type":"Feature","id":"n1735368230","geometry":{"type":"Point","coordinates":[-0.0822173,51.4446066]},"properties":{"@type":"node","@id":1735368230,"@timestamp":1579718800},"coords":"51.4446066,-0.0822173","bedrooms":"2","price":"235000","area":"467"} , +{"type":"Feature","id":"n1735368464","geometry":{"type":"Point","coordinates":[-0.0754254,51.4446189]},"properties":{"@type":"node","@id":1735368464,"@timestamp":1579718800},"coords":"51.4446189,-0.0754254","bedrooms":"3","price":"182000","area":"552"} , +{"type":"Feature","id":"n1735368590","geometry":{"type":"Point","coordinates":[-0.0720991,51.4446274]},"properties":{"@type":"node","@id":1735368590,"@timestamp":1579718800},"coords":"51.4446274,-0.0720991","bedrooms":"0","price":"262000","area":"605"} , +{"type":"Feature","id":"n1735368729","geometry":{"type":"Point","coordinates":[-0.0711906,51.4446368]},"properties":{"@type":"node","@id":1735368729,"@timestamp":1579718800},"coords":"51.4446368,-0.0711906","bedrooms":"0","price":"158000","area":"663"} , +{"type":"Feature","id":"n1735368832","geometry":{"type":"Point","coordinates":[-0.0901804,51.4446439]},"properties":{"@type":"node","@id":1735368832,"@timestamp":1579718800},"coords":"51.4446439,-0.0901804","bedrooms":"2","price":"184000","area":"649"} , +{"type":"Feature","id":"n1735368921","geometry":{"type":"Point","coordinates":[-0.0722544,51.4446503]},"properties":{"@type":"node","@id":1735368921,"@timestamp":1579718800},"coords":"51.4446503,-0.0722544","bedrooms":"1","price":"283000","area":"574"} , +{"type":"Feature","id":"n1735368988","geometry":{"type":"Point","coordinates":[-0.0744769,51.4446627]},"properties":{"@type":"node","@id":1735368988,"@timestamp":1579718800},"coords":"51.4446627,-0.0744769","bedrooms":"4","price":"246000","area":"694"} , +{"type":"Feature","id":"n1735369062","geometry":{"type":"Point","coordinates":[-0.0788793,51.4446691]},"properties":{"@type":"node","@id":1735369062,"@timestamp":1579718800},"coords":"51.4446691,-0.0788793","bedrooms":"2","price":"185000","area":"628"} , +{"type":"Feature","id":"n1735369142","geometry":{"type":"Point","coordinates":[-0.0825605,51.4446838]},"properties":{"@type":"node","@id":1735369142,"@timestamp":1579718800},"coords":"51.4446838,-0.0825605","bedrooms":"3","price":"211000","area":"693"} , +{"type":"Feature","id":"n1735369204","geometry":{"type":"Point","coordinates":[-0.0739688,51.4446892]},"properties":{"@type":"node","@id":1735369204,"@timestamp":1579718800},"coords":"51.4446892,-0.0739688","bedrooms":"1","price":"166000","area":"428"} , +{"type":"Feature","id":"n1735369279","geometry":{"type":"Point","coordinates":[-0.0743213,51.4446958]},"properties":{"@type":"node","@id":1735369279,"@timestamp":1579718800},"coords":"51.4446958,-0.0743213","bedrooms":"4","price":"162000","area":"666"} , +{"type":"Feature","id":"n1735369399","geometry":{"type":"Point","coordinates":[-0.0900834,51.4447038]},"properties":{"@type":"node","@id":1735369399,"@timestamp":1579718800},"coords":"51.4447038,-0.0900834","bedrooms":"3","price":"242000","area":"593"} , +{"type":"Feature","id":"n1735369478","geometry":{"type":"Point","coordinates":[-0.080226,51.4447087]},"properties":{"@type":"node","@id":1735369478,"@timestamp":1579718800},"coords":"51.4447087,-0.080226","bedrooms":"3","price":"200000","area":"579"} , +{"type":"Feature","id":"n1735369580","geometry":{"type":"Point","coordinates":[-0.0787995,51.4447168]},"properties":{"@type":"node","@id":1735369580,"@timestamp":1579718800},"coords":"51.4447168,-0.0787995","bedrooms":"2","price":"232000","area":"540"} , +{"type":"Feature","id":"n1735369654","geometry":{"type":"Point","coordinates":[-0.0850671,51.4447263]},"properties":{"@type":"node","@id":1735369654,"@timestamp":1579718800},"coords":"51.4447263,-0.0850671","bedrooms":"1","price":"184000","area":"618"} , +{"type":"Feature","id":"n1735369714","geometry":{"type":"Point","coordinates":[-0.0877473,51.4447322]},"properties":{"@type":"node","@id":1735369714,"@timestamp":1579718800},"coords":"51.4447322,-0.0877473","bedrooms":"1","price":"281000","area":"460"} , +{"type":"Feature","id":"n1735369780","geometry":{"type":"Point","coordinates":[-0.0678943,51.4447426]},"properties":{"@type":"node","@id":1735369780,"@timestamp":1579718800},"coords":"51.4447426,-0.0678943","bedrooms":"2","price":"233000","area":"389"} , +{"type":"Feature","id":"n1735369868","geometry":{"type":"Point","coordinates":[-0.0731331,51.4447484]},"properties":{"@type":"node","@id":1735369868,"@timestamp":1579718800},"coords":"51.4447484,-0.0731331","bedrooms":"1","price":"160000","area":"643"} , +{"type":"Feature","id":"n1735370008","geometry":{"type":"Point","coordinates":[-0.067996,51.4447552]},"properties":{"@type":"node","@id":1735370008,"@timestamp":1579718800},"coords":"51.4447552,-0.067996","bedrooms":"3","price":"210000","area":"547"} , +{"type":"Feature","id":"n1735370151","geometry":{"type":"Point","coordinates":[-0.0753289,51.4447609]},"properties":{"@type":"node","@id":1735370151,"@timestamp":1579718800},"coords":"51.4447609,-0.0753289","bedrooms":"4","price":"172000","area":"585"} , +{"type":"Feature","id":"n1735370281","geometry":{"type":"Point","coordinates":[-0.0901379,51.4447703]},"properties":{"@type":"node","@id":1735370281,"@timestamp":1579718800},"coords":"51.4447703,-0.0901379","bedrooms":"2","price":"156000","area":"544"} , +{"type":"Feature","id":"n1735370400","geometry":{"type":"Point","coordinates":[-0.0729557,51.4447753]},"properties":{"@type":"node","@id":1735370400,"@timestamp":1579718800},"coords":"51.4447753,-0.0729557","bedrooms":"1","price":"240000","area":"519"} , +{"type":"Feature","id":"n1735370467","geometry":{"type":"Point","coordinates":[-0.0705097,51.4447835]},"properties":{"@type":"node","@id":1735370467,"@timestamp":1579718800},"coords":"51.4447835,-0.0705097","bedrooms":"3","price":"161000","area":"632"} , +{"type":"Feature","id":"n1735370528","geometry":{"type":"Point","coordinates":[-0.0900344,51.4447923]},"properties":{"@type":"node","@id":1735370528,"@timestamp":1579718800},"coords":"51.4447923,-0.0900344","bedrooms":"0","price":"203000","area":"499"} , +{"type":"Feature","id":"n1735370571","geometry":{"type":"Point","coordinates":[-0.0900297,51.4448054]},"properties":{"@type":"node","@id":1735370571,"@timestamp":1579718800},"coords":"51.4448054,-0.0900297","bedrooms":"4","price":"265000","area":"609"} , +{"type":"Feature","id":"n1735370603","geometry":{"type":"Point","coordinates":[-0.0724412,51.4448105]},"properties":{"@type":"node","@id":1735370603,"@timestamp":1579718800},"coords":"51.4448105,-0.0724412","bedrooms":"3","price":"289000","area":"536"} , +{"type":"Feature","id":"n1735370678","geometry":{"type":"Point","coordinates":[-0.0899775,51.4448193]},"properties":{"@type":"node","@id":1735370678,"@timestamp":1579718800},"coords":"51.4448193,-0.0899775","bedrooms":"0","price":"179000","area":"663"} , +{"type":"Feature","id":"n1735370731","geometry":{"type":"Point","coordinates":[-0.0825974,51.4448297]},"properties":{"@type":"node","@id":1735370731,"@timestamp":1579718800},"coords":"51.4448297,-0.0825974","bedrooms":"2","price":"192000","area":"495"} , +{"type":"Feature","id":"n1735370790","geometry":{"type":"Point","coordinates":[-0.0819591,51.44484]},"properties":{"@type":"node","@id":1735370790,"@timestamp":1579718800},"coords":"51.44484,-0.0819591","bedrooms":"2","price":"208000","area":"636"} , +{"type":"Feature","id":"n1735370879","geometry":{"type":"Point","coordinates":[-0.0876923,51.444855]},"properties":{"@type":"node","@id":1735370879,"@timestamp":1579718800},"coords":"51.444855,-0.0876923","bedrooms":"2","price":"219000","area":"481"} , +{"type":"Feature","id":"n1735370976","geometry":{"type":"Point","coordinates":[-0.0709324,51.444872]},"properties":{"@type":"node","@id":1735370976,"@timestamp":1579718800},"coords":"51.444872,-0.0709324","bedrooms":"2","price":"260000","area":"608"} , +{"type":"Feature","id":"n1735371057","geometry":{"type":"Point","coordinates":[-0.0707918,51.4448797]},"properties":{"@type":"node","@id":1735371057,"@timestamp":1579718800},"coords":"51.4448797,-0.0707918","bedrooms":"3","price":"247000","area":"535"} , +{"type":"Feature","id":"n1735371125","geometry":{"type":"Point","coordinates":[-0.0786109,51.4448979]},"properties":{"@type":"node","@id":1735371125,"@timestamp":1579718800},"coords":"51.4448979,-0.0786109","bedrooms":"0","price":"262000","area":"513"} , +{"type":"Feature","id":"n1735371237","geometry":{"type":"Point","coordinates":[-0.090271,51.4449072]},"properties":{"@type":"node","@id":1735371237,"@timestamp":1579718800},"coords":"51.4449072,-0.090271","bedrooms":"3","price":"184000","area":"661"} , +{"type":"Feature","id":"n1735371361","geometry":{"type":"Point","coordinates":[-0.0781191,51.4449141]},"properties":{"@type":"node","@id":1735371361,"@timestamp":1579714635},"coords":"51.4449141,-0.0781191","bedrooms":"1","price":"288000","area":"506"} , +{"type":"Feature","id":"n1735371511","geometry":{"type":"Point","coordinates":[-0.0728832,51.444926]},"properties":{"@type":"node","@id":1735371511,"@timestamp":1579714635},"coords":"51.444926,-0.0728832","bedrooms":"2","price":"229000","area":"548"} , +{"type":"Feature","id":"n1735371666","geometry":{"type":"Point","coordinates":[-0.0674717,51.4449385]},"properties":{"@type":"node","@id":1735371666,"@timestamp":1579714635},"coords":"51.4449385,-0.0674717","bedrooms":"0","price":"262000","area":"460"} , +{"type":"Feature","id":"n1735371786","geometry":{"type":"Point","coordinates":[-0.0747321,51.4449516]},"properties":{"@type":"node","@id":1735371786,"@timestamp":1579714635},"coords":"51.4449516,-0.0747321","bedrooms":"1","price":"228000","area":"599"} , +{"type":"Feature","id":"n1735371893","geometry":{"type":"Point","coordinates":[-0.089931,51.4449596]},"properties":{"@type":"node","@id":1735371893,"@timestamp":1579714635},"coords":"51.4449596,-0.089931","bedrooms":"3","price":"196000","area":"381"} , +{"type":"Feature","id":"n1735372017","geometry":{"type":"Point","coordinates":[-0.081687,51.4449743]},"properties":{"@type":"node","@id":1735372017,"@timestamp":1579714635},"coords":"51.4449743,-0.081687","bedrooms":"1","price":"207000","area":"426"} , +{"type":"Feature","id":"n1735372121","geometry":{"type":"Point","coordinates":[-0.0792837,51.444992]},"properties":{"@type":"node","@id":1735372121,"@timestamp":1579714635},"coords":"51.444992,-0.0792837","bedrooms":"4","price":"245000","area":"410"} , +{"type":"Feature","id":"n1735372226","geometry":{"type":"Point","coordinates":[-0.0780692,51.4449993]},"properties":{"@type":"node","@id":1735372226,"@timestamp":1579714635},"coords":"51.4449993,-0.0780692","bedrooms":"4","price":"282000","area":"532"} , +{"type":"Feature","id":"n1735372376","geometry":{"type":"Point","coordinates":[-0.072927,51.4450141]},"properties":{"@type":"node","@id":1735372376,"@timestamp":1579714635},"coords":"51.4450141,-0.072927","bedrooms":"1","price":"223000","area":"368"} , +{"type":"Feature","id":"n1735372546","geometry":{"type":"Point","coordinates":[-0.0731469,51.4450204]},"properties":{"@type":"node","@id":1735372546,"@timestamp":1579714635},"coords":"51.4450204,-0.0731469","bedrooms":"0","price":"264000","area":"655"} , +{"type":"Feature","id":"n1735372718","geometry":{"type":"Point","coordinates":[-0.0739872,51.4450328]},"properties":{"@type":"node","@id":1735372718,"@timestamp":1579714635},"coords":"51.4450328,-0.0739872","bedrooms":"1","price":"266000","area":"471"} , +{"type":"Feature","id":"n1735372910","geometry":{"type":"Point","coordinates":[-0.0792343,51.4450421]},"properties":{"@type":"node","@id":1735372910,"@timestamp":1579714635},"coords":"51.4450421,-0.0792343","bedrooms":"3","price":"247000","area":"654"} , +{"type":"Feature","id":"n1735373023","geometry":{"type":"Point","coordinates":[-0.0781406,51.4450541]},"properties":{"@type":"node","@id":1735373023,"@timestamp":1579714635},"coords":"51.4450541,-0.0781406","bedrooms":"0","price":"163000","area":"373"} , +{"type":"Feature","id":"n1735373173","geometry":{"type":"Point","coordinates":[-0.093617,51.4450615]},"properties":{"@type":"node","@id":1735373173,"@timestamp":1579714635},"coords":"51.4450615,-0.093617","bedrooms":"4","price":"219000","area":"487"} , +{"type":"Feature","id":"n1735373293","geometry":{"type":"Point","coordinates":[-0.0778565,51.4450658]},"properties":{"@type":"node","@id":1735373293,"@timestamp":1579714635},"coords":"51.4450658,-0.0778565","bedrooms":"1","price":"233000","area":"626"} , +{"type":"Feature","id":"n1735373426","geometry":{"type":"Point","coordinates":[-0.0933818,51.44507]},"properties":{"@type":"node","@id":1735373426,"@timestamp":1579714635},"coords":"51.44507,-0.0933818","bedrooms":"1","price":"162000","area":"548"} , +{"type":"Feature","id":"n1735373641","geometry":{"type":"Point","coordinates":[-0.0931881,51.4450754]},"properties":{"@type":"node","@id":1735373641,"@timestamp":1579714635},"coords":"51.4450754,-0.0931881","bedrooms":"1","price":"242000","area":"498"} , +{"type":"Feature","id":"n1735374112","geometry":{"type":"Point","coordinates":[-0.0734201,51.4450804]},"properties":{"@type":"node","@id":1735374112,"@timestamp":1579714635},"coords":"51.4450804,-0.0734201","bedrooms":"4","price":"172000","area":"627"} , +{"type":"Feature","id":"n1735374247","geometry":{"type":"Point","coordinates":[-0.0729982,51.4450821]},"properties":{"@type":"node","@id":1735374247,"@timestamp":1579714635},"coords":"51.4450821,-0.0729982","bedrooms":"1","price":"218000","area":"630"} , +{"type":"Feature","id":"n1735374424","geometry":{"type":"Point","coordinates":[-0.0928907,51.4450875]},"properties":{"@type":"node","@id":1735374424,"@timestamp":1579714635},"coords":"51.4450875,-0.0928907","bedrooms":"4","price":"235000","area":"412"} , +{"type":"Feature","id":"n1735374574","geometry":{"type":"Point","coordinates":[-0.0927241,51.4450948]},"properties":{"@type":"node","@id":1735374574,"@timestamp":1579714635},"coords":"51.4450948,-0.0927241","bedrooms":"2","price":"227000","area":"483"} , +{"type":"Feature","id":"n1735374691","geometry":{"type":"Point","coordinates":[-0.0801082,51.4450994]},"properties":{"@type":"node","@id":1735374691,"@timestamp":1579714635},"coords":"51.4450994,-0.0801082","bedrooms":"2","price":"223000","area":"649"} , +{"type":"Feature","id":"n1735374809","geometry":{"type":"Point","coordinates":[-0.0784883,51.4451062]},"properties":{"@type":"node","@id":1735374809,"@timestamp":1579714635},"coords":"51.4451062,-0.0784883","bedrooms":"0","price":"279000","area":"360"} , +{"type":"Feature","id":"n1735374921","geometry":{"type":"Point","coordinates":[-0.090089,51.4451143]},"properties":{"@type":"node","@id":1735374921,"@timestamp":1579714635},"coords":"51.4451143,-0.090089","bedrooms":"1","price":"293000","area":"575"} , +{"type":"Feature","id":"n1735375048","geometry":{"type":"Point","coordinates":[-0.0917622,51.4451225]},"properties":{"@type":"node","@id":1735375048,"@timestamp":1579714635},"coords":"51.4451225,-0.0917622","bedrooms":"0","price":"183000","area":"645"} , +{"type":"Feature","id":"n1735375131","geometry":{"type":"Point","coordinates":[-0.0916192,51.445127]},"properties":{"@type":"node","@id":1735375131,"@timestamp":1579714635},"coords":"51.445127,-0.0916192","bedrooms":"0","price":"290000","area":"374"} , +{"type":"Feature","id":"n1735375214","geometry":{"type":"Point","coordinates":[-0.0913232,51.4451337]},"properties":{"@type":"node","@id":1735375214,"@timestamp":1579714635},"coords":"51.4451337,-0.0913232","bedrooms":"4","price":"274000","area":"434"} , +{"type":"Feature","id":"n1735375295","geometry":{"type":"Point","coordinates":[-0.091085,51.4451389]},"properties":{"@type":"node","@id":1735375295,"@timestamp":1579714635},"coords":"51.4451389,-0.091085","bedrooms":"3","price":"244000","area":"630"} , +{"type":"Feature","id":"n1735375375","geometry":{"type":"Point","coordinates":[-0.0908285,51.445142]},"properties":{"@type":"node","@id":1735375375,"@timestamp":1579714635},"coords":"51.445142,-0.0908285","bedrooms":"3","price":"209000","area":"691"} , +{"type":"Feature","id":"n1735375454","geometry":{"type":"Point","coordinates":[-0.079136,51.4451467]},"properties":{"@type":"node","@id":1735375454,"@timestamp":1579714635},"coords":"51.4451467,-0.079136","bedrooms":"1","price":"276000","area":"597"} , +{"type":"Feature","id":"n1735375527","geometry":{"type":"Point","coordinates":[-0.0905612,51.445154]},"properties":{"@type":"node","@id":1735375527,"@timestamp":1579714635},"coords":"51.445154,-0.0905612","bedrooms":"1","price":"177000","area":"680"} , +{"type":"Feature","id":"n1735375598","geometry":{"type":"Point","coordinates":[-0.082564,51.4451605]},"properties":{"@type":"node","@id":1735375598,"@timestamp":1579714635},"coords":"51.4451605,-0.082564","bedrooms":"4","price":"222000","area":"479"} , +{"type":"Feature","id":"n1735375685","geometry":{"type":"Point","coordinates":[-0.0799826,51.4451685]},"properties":{"@type":"node","@id":1735375685,"@timestamp":1579714635},"coords":"51.4451685,-0.0799826","bedrooms":"3","price":"233000","area":"562"} , +{"type":"Feature","id":"n1735375751","geometry":{"type":"Point","coordinates":[-0.0777319,51.4451798]},"properties":{"@type":"node","@id":1735375751,"@timestamp":1579714635},"coords":"51.4451798,-0.0777319","bedrooms":"3","price":"174000","area":"400"} , +{"type":"Feature","id":"n1735375825","geometry":{"type":"Point","coordinates":[-0.0820617,51.4451961]},"properties":{"@type":"node","@id":1735375825,"@timestamp":1579714635},"coords":"51.4451961,-0.0820617","bedrooms":"1","price":"237000","area":"505"} , +{"type":"Feature","id":"n1735375885","geometry":{"type":"Point","coordinates":[-0.0796842,51.4452083]},"properties":{"@type":"node","@id":1735375885,"@timestamp":1579714635},"coords":"51.4452083,-0.0796842","bedrooms":"2","price":"158000","area":"511"} , +{"type":"Feature","id":"n1735375927","geometry":{"type":"Point","coordinates":[-0.0797231,51.445227]},"properties":{"@type":"node","@id":1735375927,"@timestamp":1579714635},"coords":"51.445227,-0.0797231","bedrooms":"0","price":"231000","area":"416"} , +{"type":"Feature","id":"n1735375957","geometry":{"type":"Point","coordinates":[-0.0819219,51.4452341]},"properties":{"@type":"node","@id":1735375957,"@timestamp":1579714635},"coords":"51.4452341,-0.0819219","bedrooms":"4","price":"219000","area":"683"} , +{"type":"Feature","id":"n1735376005","geometry":{"type":"Point","coordinates":[-0.0735739,51.4452443]},"properties":{"@type":"node","@id":1735376005,"@timestamp":1579714635},"coords":"51.4452443,-0.0735739","bedrooms":"0","price":"152000","area":"580"} , +{"type":"Feature","id":"n1735376043","geometry":{"type":"Point","coordinates":[-0.0783633,51.4452569]},"properties":{"@type":"node","@id":1735376043,"@timestamp":1579714635},"coords":"51.4452569,-0.0783633","bedrooms":"1","price":"221000","area":"627"} , +{"type":"Feature","id":"n1735376104","geometry":{"type":"Point","coordinates":[-0.082047,51.4452715]},"properties":{"@type":"node","@id":1735376104,"@timestamp":1579714635},"coords":"51.4452715,-0.082047","bedrooms":"4","price":"220000","area":"647"} , +{"type":"Feature","id":"n1735376152","geometry":{"type":"Point","coordinates":[-0.0736653,51.445279]},"properties":{"@type":"node","@id":1735376152,"@timestamp":1579714635},"coords":"51.445279,-0.0736653","bedrooms":"2","price":"188000","area":"579"} , +{"type":"Feature","id":"n1735376200","geometry":{"type":"Point","coordinates":[-0.0744068,51.4452932]},"properties":{"@type":"node","@id":1735376200,"@timestamp":1579714635},"coords":"51.4452932,-0.0744068","bedrooms":"1","price":"285000","area":"569"} , +{"type":"Feature","id":"n1735376238","geometry":{"type":"Point","coordinates":[-0.0783989,51.4452988]},"properties":{"@type":"node","@id":1735376238,"@timestamp":1579714635},"coords":"51.4452988,-0.0783989","bedrooms":"4","price":"269000","area":"552"} , +{"type":"Feature","id":"n1735376287","geometry":{"type":"Point","coordinates":[-0.0762265,51.4453126]},"properties":{"@type":"node","@id":1735376287,"@timestamp":1579714635},"coords":"51.4453126,-0.0762265","bedrooms":"0","price":"298000","area":"642"} , +{"type":"Feature","id":"n1735376353","geometry":{"type":"Point","coordinates":[-0.0785045,51.4453291]},"properties":{"@type":"node","@id":1735376353,"@timestamp":1579714635},"coords":"51.4453291,-0.0785045","bedrooms":"2","price":"150000","area":"676"} , +{"type":"Feature","id":"n1735376413","geometry":{"type":"Point","coordinates":[-0.073762,51.44534]},"properties":{"@type":"node","@id":1735376413,"@timestamp":1579714635},"coords":"51.44534,-0.073762","bedrooms":"3","price":"261000","area":"413"} , +{"type":"Feature","id":"n1735376498","geometry":{"type":"Point","coordinates":[-0.0873434,51.4453602]},"properties":{"@type":"node","@id":1735376498,"@timestamp":1579714635},"coords":"51.4453602,-0.0873434","bedrooms":"0","price":"153000","area":"413"} , +{"type":"Feature","id":"n1735376607","geometry":{"type":"Point","coordinates":[-0.0816756,51.4453737]},"properties":{"@type":"node","@id":1735376607,"@timestamp":1579714635},"coords":"51.4453737,-0.0816756","bedrooms":"4","price":"170000","area":"457"} , +{"type":"Feature","id":"n1735376709","geometry":{"type":"Point","coordinates":[-0.0742636,51.445385]},"properties":{"@type":"node","@id":1735376709,"@timestamp":1579714635},"coords":"51.445385,-0.0742636","bedrooms":"1","price":"173000","area":"629"} , +{"type":"Feature","id":"n1735376824","geometry":{"type":"Point","coordinates":[-0.0785776,51.4453931]},"properties":{"@type":"node","@id":1735376824,"@timestamp":1579714635},"coords":"51.4453931,-0.0785776","bedrooms":"3","price":"230000","area":"630"} , +{"type":"Feature","id":"n1735376911","geometry":{"type":"Point","coordinates":[-0.077849,51.4454093]},"properties":{"@type":"node","@id":1735376911,"@timestamp":1579714635},"coords":"51.4454093,-0.077849","bedrooms":"1","price":"198000","area":"605"} , +{"type":"Feature","id":"n1735377010","geometry":{"type":"Point","coordinates":[-0.0738223,51.4454193]},"properties":{"@type":"node","@id":1735377010,"@timestamp":1579714635},"coords":"51.4454193,-0.0738223","bedrooms":"2","price":"222000","area":"478"} , +{"type":"Feature","id":"n1735377116","geometry":{"type":"Point","coordinates":[-0.0753702,51.4454267]},"properties":{"@type":"node","@id":1735377116,"@timestamp":1579714635},"coords":"51.4454267,-0.0753702","bedrooms":"0","price":"211000","area":"376"} , +{"type":"Feature","id":"n1735377192","geometry":{"type":"Point","coordinates":[-0.0708585,51.445439]},"properties":{"@type":"node","@id":1735377192,"@timestamp":1579714635},"coords":"51.445439,-0.0708585","bedrooms":"2","price":"283000","area":"649"} , +{"type":"Feature","id":"n1735377321","geometry":{"type":"Point","coordinates":[-0.0780704,51.4454542]},"properties":{"@type":"node","@id":1735377321,"@timestamp":1579714635},"coords":"51.4454542,-0.0780704","bedrooms":"4","price":"221000","area":"616"} , +{"type":"Feature","id":"n1735377427","geometry":{"type":"Point","coordinates":[-0.0781404,51.4454689]},"properties":{"@type":"node","@id":1735377427,"@timestamp":1579714635},"coords":"51.4454689,-0.0781404","bedrooms":"3","price":"194000","area":"434"} , +{"type":"Feature","id":"n1735377540","geometry":{"type":"Point","coordinates":[-0.0783695,51.4454806]},"properties":{"@type":"node","@id":1735377540,"@timestamp":1579714635},"coords":"51.4454806,-0.0783695","bedrooms":"3","price":"231000","area":"426"} , +{"type":"Feature","id":"n1735377729","geometry":{"type":"Point","coordinates":[-0.0749463,51.4455001]},"properties":{"@type":"node","@id":1735377729,"@timestamp":1579714635},"coords":"51.4455001,-0.0749463","bedrooms":"1","price":"263000","area":"473"} , +{"type":"Feature","id":"n1735377873","geometry":{"type":"Point","coordinates":[-0.0754669,51.4455241]},"properties":{"@type":"node","@id":1735377873,"@timestamp":1579714635},"coords":"51.4455241,-0.0754669","bedrooms":"1","price":"209000","area":"643"} , +{"type":"Feature","id":"n1735377977","geometry":{"type":"Point","coordinates":[-0.0853291,51.4455337]},"properties":{"@type":"node","@id":1735377977,"@timestamp":1579714635},"coords":"51.4455337,-0.0853291","bedrooms":"3","price":"163000","area":"600"} , +{"type":"Feature","id":"n1735378095","geometry":{"type":"Point","coordinates":[-0.0822057,51.4455497]},"properties":{"@type":"node","@id":1735378095,"@timestamp":1579714635},"coords":"51.4455497,-0.0822057","bedrooms":"2","price":"245000","area":"452"} , +{"type":"Feature","id":"n1735378207","geometry":{"type":"Point","coordinates":[-0.0774663,51.4455696]},"properties":{"@type":"node","@id":1735378207,"@timestamp":1579714635},"coords":"51.4455696,-0.0774663","bedrooms":"3","price":"185000","area":"650"} , +{"type":"Feature","id":"n1735378341","geometry":{"type":"Point","coordinates":[-0.0781046,51.4455881]},"properties":{"@type":"node","@id":1735378341,"@timestamp":1579714635},"coords":"51.4455881,-0.0781046","bedrooms":"1","price":"163000","area":"483"} , +{"type":"Feature","id":"n1735378443","geometry":{"type":"Point","coordinates":[-0.0780801,51.4456104]},"properties":{"@type":"node","@id":1735378443,"@timestamp":1579714635},"coords":"51.4456104,-0.0780801","bedrooms":"1","price":"291000","area":"554"} , +{"type":"Feature","id":"n1735378519","geometry":{"type":"Point","coordinates":[-0.0821844,51.4456226]},"properties":{"@type":"node","@id":1735378519,"@timestamp":1579714635},"coords":"51.4456226,-0.0821844","bedrooms":"1","price":"185000","area":"411"} , +{"type":"Feature","id":"n1735378607","geometry":{"type":"Point","coordinates":[-0.0786578,51.4456391]},"properties":{"@type":"node","@id":1735378607,"@timestamp":1579714635},"coords":"51.4456391,-0.0786578","bedrooms":"3","price":"217000","area":"574"} , +{"type":"Feature","id":"n1735378701","geometry":{"type":"Point","coordinates":[-0.0734207,51.4456616]},"properties":{"@type":"node","@id":1735378701,"@timestamp":1579714635},"coords":"51.4456616,-0.0734207","bedrooms":"2","price":"174000","area":"381"} , +{"type":"Feature","id":"n1735378733","geometry":{"type":"Point","coordinates":[-0.0733097,51.4456802]},"properties":{"@type":"node","@id":1735378733,"@timestamp":1579714635},"coords":"51.4456802,-0.0733097","bedrooms":"4","price":"188000","area":"413"} , +{"type":"Feature","id":"n1735378747","geometry":{"type":"Point","coordinates":[-0.0781651,51.4456915]},"properties":{"@type":"node","@id":1735378747,"@timestamp":1579714635},"coords":"51.4456915,-0.0781651","bedrooms":"1","price":"238000","area":"482"} , +{"type":"Feature","id":"n1735378771","geometry":{"type":"Point","coordinates":[-0.0820624,51.4456983]},"properties":{"@type":"node","@id":1735378771,"@timestamp":1579714635},"coords":"51.4456983,-0.0820624","bedrooms":"2","price":"190000","area":"467"} , +{"type":"Feature","id":"n1735378812","geometry":{"type":"Point","coordinates":[-0.0779746,51.4457127]},"properties":{"@type":"node","@id":1735378812,"@timestamp":1579714635},"coords":"51.4457127,-0.0779746","bedrooms":"3","price":"290000","area":"450"} , +{"type":"Feature","id":"n1735378912","geometry":{"type":"Point","coordinates":[-0.0828782,51.4457194]},"properties":{"@type":"node","@id":1735378912,"@timestamp":1579714635},"coords":"51.4457194,-0.0828782","bedrooms":"1","price":"163000","area":"576"} , +{"type":"Feature","id":"n1735379020","geometry":{"type":"Point","coordinates":[-0.0782105,51.4457399]},"properties":{"@type":"node","@id":1735379020,"@timestamp":1579714635},"coords":"51.4457399,-0.0782105","bedrooms":"1","price":"279000","area":"597"} , +{"type":"Feature","id":"n1735379088","geometry":{"type":"Point","coordinates":[-0.0781785,51.4457517]},"properties":{"@type":"node","@id":1735379088,"@timestamp":1579714635},"coords":"51.4457517,-0.0781785","bedrooms":"0","price":"274000","area":"539"} , +{"type":"Feature","id":"n1735379133","geometry":{"type":"Point","coordinates":[-0.0832545,51.4457671]},"properties":{"@type":"node","@id":1735379133,"@timestamp":1579714635},"coords":"51.4457671,-0.0832545","bedrooms":"2","price":"268000","area":"481"} , +{"type":"Feature","id":"n1735379176","geometry":{"type":"Point","coordinates":[-0.0747405,51.4457815]},"properties":{"@type":"node","@id":1735379176,"@timestamp":1579714635},"coords":"51.4457815,-0.0747405","bedrooms":"3","price":"151000","area":"649"} , +{"type":"Feature","id":"n1735379224","geometry":{"type":"Point","coordinates":[-0.0782507,51.4458025]},"properties":{"@type":"node","@id":1735379224,"@timestamp":1579714635},"coords":"51.4458025,-0.0782507","bedrooms":"4","price":"261000","area":"591"} , +{"type":"Feature","id":"n1735379266","geometry":{"type":"Point","coordinates":[-0.0820492,51.4458279]},"properties":{"@type":"node","@id":1735379266,"@timestamp":1579714635},"coords":"51.4458279,-0.0820492","bedrooms":"1","price":"203000","area":"523"} , +{"type":"Feature","id":"n1735379309","geometry":{"type":"Point","coordinates":[-0.08283,51.4458527]},"properties":{"@type":"node","@id":1735379309,"@timestamp":1579714635},"coords":"51.4458527,-0.08283","bedrooms":"2","price":"265000","area":"533"} , +{"type":"Feature","id":"n1735379354","geometry":{"type":"Point","coordinates":[-0.0782852,51.445878]},"properties":{"@type":"node","@id":1735379354,"@timestamp":1579714635},"coords":"51.445878,-0.0782852","bedrooms":"1","price":"225000","area":"582"} , +{"type":"Feature","id":"n1735379403","geometry":{"type":"Point","coordinates":[-0.0820324,51.4458966]},"properties":{"@type":"node","@id":1735379403,"@timestamp":1579714635},"coords":"51.4458966,-0.0820324","bedrooms":"3","price":"284000","area":"571"} , +{"type":"Feature","id":"n1735379473","geometry":{"type":"Point","coordinates":[-0.0782472,51.4459169]},"properties":{"@type":"node","@id":1735379473,"@timestamp":1579714635},"coords":"51.4459169,-0.0782472","bedrooms":"1","price":"271000","area":"497"} , +{"type":"Feature","id":"n1735379522","geometry":{"type":"Point","coordinates":[-0.0837533,51.4459375]},"properties":{"@type":"node","@id":1735379522,"@timestamp":1579714635},"coords":"51.4459375,-0.0837533","bedrooms":"3","price":"264000","area":"686"} , +{"type":"Feature","id":"n1735379573","geometry":{"type":"Point","coordinates":[-0.08252,51.4459471]},"properties":{"@type":"node","@id":1735379573,"@timestamp":1579714635},"coords":"51.4459471,-0.08252","bedrooms":"0","price":"275000","area":"379"} , +{"type":"Feature","id":"n1735379630","geometry":{"type":"Point","coordinates":[-0.0787668,51.4459621]},"properties":{"@type":"node","@id":1735379630,"@timestamp":1579714635},"coords":"51.4459621,-0.0787668","bedrooms":"3","price":"175000","area":"358"} , +{"type":"Feature","id":"n1735379714","geometry":{"type":"Point","coordinates":[-0.0824158,51.4459702]},"properties":{"@type":"node","@id":1735379714,"@timestamp":1579714635},"coords":"51.4459702,-0.0824158","bedrooms":"3","price":"186000","area":"665"} , +{"type":"Feature","id":"n1735379799","geometry":{"type":"Point","coordinates":[-0.0824031,51.4459819]},"properties":{"@type":"node","@id":1735379799,"@timestamp":1579714635},"coords":"51.4459819,-0.0824031","bedrooms":"2","price":"242000","area":"565"} , +{"type":"Feature","id":"n1735379892","geometry":{"type":"Point","coordinates":[-0.0782609,51.4459988]},"properties":{"@type":"node","@id":1735379892,"@timestamp":1579714635},"coords":"51.4459988,-0.0782609","bedrooms":"1","price":"252000","area":"449"} , +{"type":"Feature","id":"n1735380007","geometry":{"type":"Point","coordinates":[-0.0787363,51.4460134]},"properties":{"@type":"node","@id":1735380007,"@timestamp":1579714635},"coords":"51.4460134,-0.0787363","bedrooms":"4","price":"167000","area":"375"} , +{"type":"Feature","id":"n1735380131","geometry":{"type":"Point","coordinates":[-0.0840461,51.4460262]},"properties":{"@type":"node","@id":1735380131,"@timestamp":1579714635},"coords":"51.4460262,-0.0840461","bedrooms":"1","price":"159000","area":"632"} , +{"type":"Feature","id":"n1735380271","geometry":{"type":"Point","coordinates":[-0.0755163,51.4460556]},"properties":{"@type":"node","@id":1735380271,"@timestamp":1579714635},"coords":"51.4460556,-0.0755163","bedrooms":"3","price":"170000","area":"606"} , +{"type":"Feature","id":"n1735380368","geometry":{"type":"Point","coordinates":[-0.0807831,51.4460757]},"properties":{"@type":"node","@id":1735380368,"@timestamp":1579714635},"coords":"51.4460757,-0.0807831","bedrooms":"1","price":"168000","area":"547"} , +{"type":"Feature","id":"n1735380467","geometry":{"type":"Point","coordinates":[-0.0761259,51.4460991]},"properties":{"@type":"node","@id":1735380467,"@timestamp":1579714635},"coords":"51.4460991,-0.0761259","bedrooms":"0","price":"179000","area":"452"} , +{"type":"Feature","id":"n1735380559","geometry":{"type":"Point","coordinates":[-0.0868087,51.4461167]},"properties":{"@type":"node","@id":1735380559,"@timestamp":1579714635},"coords":"51.4461167,-0.0868087","bedrooms":"4","price":"256000","area":"358"} , +{"type":"Feature","id":"n1735380660","geometry":{"type":"Point","coordinates":[-0.0784206,51.4461303]},"properties":{"@type":"node","@id":1735380660,"@timestamp":1579714635},"coords":"51.4461303,-0.0784206","bedrooms":"0","price":"229000","area":"422"} , +{"type":"Feature","id":"n1735380748","geometry":{"type":"Point","coordinates":[-0.0744053,51.4461482]},"properties":{"@type":"node","@id":1735380748,"@timestamp":1579714635},"coords":"51.4461482,-0.0744053","bedrooms":"2","price":"201000","area":"364"} , +{"type":"Feature","id":"n1735380843","geometry":{"type":"Point","coordinates":[-0.0787262,51.4461692]},"properties":{"@type":"node","@id":1735380843,"@timestamp":1579714635},"coords":"51.4461692,-0.0787262","bedrooms":"3","price":"276000","area":"553"} , +{"type":"Feature","id":"n1735380895","geometry":{"type":"Point","coordinates":[-0.0843975,51.4461836]},"properties":{"@type":"node","@id":1735380895,"@timestamp":1579714635},"coords":"51.4461836,-0.0843975","bedrooms":"3","price":"274000","area":"371"} , +{"type":"Feature","id":"n1735380907","geometry":{"type":"Point","coordinates":[-0.0853066,51.4461902]},"properties":{"@type":"node","@id":1735380907,"@timestamp":1579714635},"coords":"51.4461902,-0.0853066","bedrooms":"0","price":"215000","area":"363"} , +{"type":"Feature","id":"n1735380918","geometry":{"type":"Point","coordinates":[-0.0844871,51.4462036]},"properties":{"@type":"node","@id":1735380918,"@timestamp":1579714635},"coords":"51.4462036,-0.0844871","bedrooms":"4","price":"172000","area":"516"} , +{"type":"Feature","id":"n1735380928","geometry":{"type":"Point","coordinates":[-0.0847048,51.4462251]},"properties":{"@type":"node","@id":1735380928,"@timestamp":1579714635},"coords":"51.4462251,-0.0847048","bedrooms":"2","price":"187000","area":"648"} , +{"type":"Feature","id":"n1735380938","geometry":{"type":"Point","coordinates":[-0.0826068,51.4462516]},"properties":{"@type":"node","@id":1735380938,"@timestamp":1579714635},"coords":"51.4462516,-0.0826068","bedrooms":"1","price":"191000","area":"375"} , +{"type":"Feature","id":"n1735380948","geometry":{"type":"Point","coordinates":[-0.0853204,51.4462891]},"properties":{"@type":"node","@id":1735380948,"@timestamp":1579714635},"coords":"51.4462891,-0.0853204","bedrooms":"3","price":"172000","area":"388"} , +{"type":"Feature","id":"n1735380961","geometry":{"type":"Point","coordinates":[-0.0749756,51.4463]},"properties":{"@type":"node","@id":1735380961,"@timestamp":1579714635},"coords":"51.4463,-0.0749756","bedrooms":"4","price":"188000","area":"661"} , +{"type":"Feature","id":"n1735381008","geometry":{"type":"Point","coordinates":[-0.0840697,51.4463138]},"properties":{"@type":"node","@id":1735381008,"@timestamp":1579714635},"coords":"51.4463138,-0.0840697","bedrooms":"0","price":"247000","area":"416"} , +{"type":"Feature","id":"n1735381053","geometry":{"type":"Point","coordinates":[-0.0845748,51.4463303]},"properties":{"@type":"node","@id":1735381053,"@timestamp":1579714635},"coords":"51.4463303,-0.0845748","bedrooms":"0","price":"283000","area":"417"} , +{"type":"Feature","id":"n1735381103","geometry":{"type":"Point","coordinates":[-0.0825157,51.4463431]},"properties":{"@type":"node","@id":1735381103,"@timestamp":1579714635},"coords":"51.4463431,-0.0825157","bedrooms":"2","price":"298000","area":"487"} , +{"type":"Feature","id":"n1735381155","geometry":{"type":"Point","coordinates":[-0.0852801,51.4463564]},"properties":{"@type":"node","@id":1735381155,"@timestamp":1579714635},"coords":"51.4463564,-0.0852801","bedrooms":"0","price":"236000","area":"484"} , +{"type":"Feature","id":"n1735381205","geometry":{"type":"Point","coordinates":[-0.0750558,51.4463726]},"properties":{"@type":"node","@id":1735381205,"@timestamp":1579714635},"coords":"51.4463726,-0.0750558","bedrooms":"0","price":"165000","area":"640"} , +{"type":"Feature","id":"n1735381254","geometry":{"type":"Point","coordinates":[-0.0802377,51.4463969]},"properties":{"@type":"node","@id":1735381254,"@timestamp":1579714635},"coords":"51.4463969,-0.0802377","bedrooms":"2","price":"248000","area":"683"} , +{"type":"Feature","id":"n1735381300","geometry":{"type":"Point","coordinates":[-0.0832124,51.446425]},"properties":{"@type":"node","@id":1735381300,"@timestamp":1579714635},"coords":"51.446425,-0.0832124","bedrooms":"3","price":"163000","area":"683"} , +{"type":"Feature","id":"n1735381359","geometry":{"type":"Point","coordinates":[-0.0782946,51.4464472]},"properties":{"@type":"node","@id":1735381359,"@timestamp":1579714635},"coords":"51.4464472,-0.0782946","bedrooms":"1","price":"180000","area":"434"} , +{"type":"Feature","id":"n1735381418","geometry":{"type":"Point","coordinates":[-0.075501,51.446472]},"properties":{"@type":"node","@id":1735381418,"@timestamp":1579714635},"coords":"51.446472,-0.075501","bedrooms":"1","price":"186000","area":"377"} , +{"type":"Feature","id":"n1735381462","geometry":{"type":"Point","coordinates":[-0.0805741,51.4464953]},"properties":{"@type":"node","@id":1735381462,"@timestamp":1579714635},"coords":"51.4464953,-0.0805741","bedrooms":"4","price":"219000","area":"563"} , +{"type":"Feature","id":"n1735381510","geometry":{"type":"Point","coordinates":[-0.0830943,51.4465239]},"properties":{"@type":"node","@id":1735381510,"@timestamp":1579714635},"coords":"51.4465239,-0.0830943","bedrooms":"0","price":"241000","area":"464"} , +{"type":"Feature","id":"n1735381558","geometry":{"type":"Point","coordinates":[-0.0831034,51.4465435]},"properties":{"@type":"node","@id":1735381558,"@timestamp":1579714635},"coords":"51.4465435,-0.0831034","bedrooms":"1","price":"238000","area":"688"} , +{"type":"Feature","id":"n1735381679","geometry":{"type":"Point","coordinates":[-0.0830826,51.4465716]},"properties":{"@type":"node","@id":1735381679,"@timestamp":1579714635},"coords":"51.4465716,-0.0830826","bedrooms":"2","price":"244000","area":"414"} , +{"type":"Feature","id":"n1735381715","geometry":{"type":"Point","coordinates":[-0.0721846,51.4465842]},"properties":{"@type":"node","@id":1735381715,"@timestamp":1579714635},"coords":"51.4465842,-0.0721846","bedrooms":"2","price":"235000","area":"666"} , +{"type":"Feature","id":"n1735381772","geometry":{"type":"Point","coordinates":[-0.0837477,51.4465998]},"properties":{"@type":"node","@id":1735381772,"@timestamp":1579714635},"coords":"51.4465998,-0.0837477","bedrooms":"1","price":"180000","area":"365"} , +{"type":"Feature","id":"n1735381812","geometry":{"type":"Point","coordinates":[-0.0831207,51.4466148]},"properties":{"@type":"node","@id":1735381812,"@timestamp":1579714635},"coords":"51.4466148,-0.0831207","bedrooms":"1","price":"209000","area":"366"} , +{"type":"Feature","id":"n1735381849","geometry":{"type":"Point","coordinates":[-0.0786563,51.4466237]},"properties":{"@type":"node","@id":1735381849,"@timestamp":1579714635},"coords":"51.4466237,-0.0786563","bedrooms":"4","price":"190000","area":"603"} , +{"type":"Feature","id":"n1735381915","geometry":{"type":"Point","coordinates":[-0.0803448,51.4466287]},"properties":{"@type":"node","@id":1735381915,"@timestamp":1579714635},"coords":"51.4466287,-0.0803448","bedrooms":"4","price":"249000","area":"360"} , +{"type":"Feature","id":"n1735381979","geometry":{"type":"Point","coordinates":[-0.0833599,51.4466362]},"properties":{"@type":"node","@id":1735381979,"@timestamp":1579714635},"coords":"51.4466362,-0.0833599","bedrooms":"4","price":"296000","area":"368"} , +{"type":"Feature","id":"n1735382066","geometry":{"type":"Point","coordinates":[-0.0832817,51.4466518]},"properties":{"@type":"node","@id":1735382066,"@timestamp":1579714635},"coords":"51.4466518,-0.0832817","bedrooms":"2","price":"265000","area":"603"} , +{"type":"Feature","id":"n1735382141","geometry":{"type":"Point","coordinates":[-0.0785418,51.446669]},"properties":{"@type":"node","@id":1735382141,"@timestamp":1579714635},"coords":"51.446669,-0.0785418","bedrooms":"3","price":"166000","area":"377"} , +{"type":"Feature","id":"n1735382210","geometry":{"type":"Point","coordinates":[-0.0759488,51.4466835]},"properties":{"@type":"node","@id":1735382210,"@timestamp":1579714635},"coords":"51.4466835,-0.0759488","bedrooms":"3","price":"225000","area":"351"} , +{"type":"Feature","id":"n1735382260","geometry":{"type":"Point","coordinates":[-0.0722541,51.4466952]},"properties":{"@type":"node","@id":1735382260,"@timestamp":1579714635},"coords":"51.4466952,-0.0722541","bedrooms":"3","price":"169000","area":"660"} , +{"type":"Feature","id":"n1735382297","geometry":{"type":"Point","coordinates":[-0.0838996,51.4467057]},"properties":{"@type":"node","@id":1735382297,"@timestamp":1579714635},"coords":"51.4467057,-0.0838996","bedrooms":"0","price":"273000","area":"454"} , +{"type":"Feature","id":"n1735382342","geometry":{"type":"Point","coordinates":[-0.0842506,51.4467248]},"properties":{"@type":"node","@id":1735382342,"@timestamp":1579714635},"coords":"51.4467248,-0.0842506","bedrooms":"3","price":"294000","area":"447"} , +{"type":"Feature","id":"n1735382378","geometry":{"type":"Point","coordinates":[-0.0847911,51.4467377]},"properties":{"@type":"node","@id":1735382378,"@timestamp":1579714635},"coords":"51.4467377,-0.0847911","bedrooms":"4","price":"215000","area":"668"} , +{"type":"Feature","id":"n1735382418","geometry":{"type":"Point","coordinates":[-0.0787538,51.4467445]},"properties":{"@type":"node","@id":1735382418,"@timestamp":1579714635},"coords":"51.4467445,-0.0787538","bedrooms":"4","price":"298000","area":"582"} , +{"type":"Feature","id":"n1735382455","geometry":{"type":"Point","coordinates":[-0.0853428,51.4467528]},"properties":{"@type":"node","@id":1735382455,"@timestamp":1579714635},"coords":"51.4467528,-0.0853428","bedrooms":"1","price":"182000","area":"535"} , +{"type":"Feature","id":"n1735382465","geometry":{"type":"Point","coordinates":[-0.0844897,51.44676]},"properties":{"@type":"node","@id":1735382465,"@timestamp":1579714635},"coords":"51.44676,-0.0844897","bedrooms":"2","price":"281000","area":"625"} , +{"type":"Feature","id":"n1735382498","geometry":{"type":"Point","coordinates":[-0.0847312,51.4467681]},"properties":{"@type":"node","@id":1735382498,"@timestamp":1579714635},"coords":"51.4467681,-0.0847312","bedrooms":"0","price":"212000","area":"435"} , +{"type":"Feature","id":"n1735382546","geometry":{"type":"Point","coordinates":[-0.0772154,51.4467727]},"properties":{"@type":"node","@id":1735382546,"@timestamp":1579714635},"coords":"51.4467727,-0.0772154","bedrooms":"4","price":"236000","area":"539"} , +{"type":"Feature","id":"n1735382615","geometry":{"type":"Point","coordinates":[-0.082843,51.4467794]},"properties":{"@type":"node","@id":1735382615,"@timestamp":1579714635},"coords":"51.4467794,-0.082843","bedrooms":"4","price":"284000","area":"652"} , +{"type":"Feature","id":"n1735382698","geometry":{"type":"Point","coordinates":[-0.0796009,51.4467854]},"properties":{"@type":"node","@id":1735382698,"@timestamp":1579714635},"coords":"51.4467854,-0.0796009","bedrooms":"3","price":"245000","area":"681"} , +{"type":"Feature","id":"n1735382794","geometry":{"type":"Point","coordinates":[-0.0851863,51.4467921]},"properties":{"@type":"node","@id":1735382794,"@timestamp":1579714635},"coords":"51.4467921,-0.0851863","bedrooms":"4","price":"282000","area":"549"} , +{"type":"Feature","id":"n1735382845","geometry":{"type":"Point","coordinates":[-0.0848716,51.4467971]},"properties":{"@type":"node","@id":1735382845,"@timestamp":1579714635},"coords":"51.4467971,-0.0848716","bedrooms":"1","price":"206000","area":"471"} , +{"type":"Feature","id":"n1735382935","geometry":{"type":"Point","coordinates":[-0.0853503,51.4468059]},"properties":{"@type":"node","@id":1735382935,"@timestamp":1579714635},"coords":"51.4468059,-0.0853503","bedrooms":"4","price":"288000","area":"665"} , +{"type":"Feature","id":"n1735383066","geometry":{"type":"Point","coordinates":[-0.0779492,51.4468141]},"properties":{"@type":"node","@id":1735383066,"@timestamp":1579714635},"coords":"51.4468141,-0.0779492","bedrooms":"0","price":"158000","area":"617"} , +{"type":"Feature","id":"n1735383173","geometry":{"type":"Point","coordinates":[-0.0785591,51.446825]},"properties":{"@type":"node","@id":1735383173,"@timestamp":1579714635},"coords":"51.446825,-0.0785591","bedrooms":"2","price":"192000","area":"685"} , +{"type":"Feature","id":"n1735383261","geometry":{"type":"Point","coordinates":[-0.0777088,51.4468339]},"properties":{"@type":"node","@id":1735383261,"@timestamp":1579714635},"coords":"51.4468339,-0.0777088","bedrooms":"1","price":"228000","area":"565"} , +{"type":"Feature","id":"n1735383322","geometry":{"type":"Point","coordinates":[-0.0736506,51.4468461]},"properties":{"@type":"node","@id":1735383322,"@timestamp":1579714635},"coords":"51.4468461,-0.0736506","bedrooms":"2","price":"215000","area":"598"} , +{"type":"Feature","id":"n1735383387","geometry":{"type":"Point","coordinates":[-0.0778755,51.4468682]},"properties":{"@type":"node","@id":1735383387,"@timestamp":1579714635},"coords":"51.4468682,-0.0778755","bedrooms":"1","price":"278000","area":"535"} , +{"type":"Feature","id":"n1735383451","geometry":{"type":"Point","coordinates":[-0.094948,51.4468926]},"properties":{"@type":"node","@id":1735383451,"@timestamp":1579714635},"coords":"51.4468926,-0.094948","bedrooms":"3","price":"250000","area":"450"} , +{"type":"Feature","id":"n1735383537","geometry":{"type":"Point","coordinates":[-0.0952593,51.4469188]},"properties":{"@type":"node","@id":1735383537,"@timestamp":1579714635},"coords":"51.4469188,-0.0952593","bedrooms":"1","price":"249000","area":"641"} , +{"type":"Feature","id":"n1735383606","geometry":{"type":"Point","coordinates":[-0.069263,51.4469338]},"properties":{"@type":"node","@id":1735383606,"@timestamp":1579714635},"coords":"51.4469338,-0.069263","bedrooms":"0","price":"156000","area":"625"} , +{"type":"Feature","id":"n1735383689","geometry":{"type":"Point","coordinates":[-0.0786939,51.4469574]},"properties":{"@type":"node","@id":1735383689,"@timestamp":1579714635},"coords":"51.4469574,-0.0786939","bedrooms":"3","price":"151000","area":"688"} , +{"type":"Feature","id":"n1735383732","geometry":{"type":"Point","coordinates":[-0.0834595,51.4469766]},"properties":{"@type":"node","@id":1735383732,"@timestamp":1579714635},"coords":"51.4469766,-0.0834595","bedrooms":"4","price":"171000","area":"525"} , +{"type":"Feature","id":"n1735383799","geometry":{"type":"Point","coordinates":[-0.0779759,51.4469913]},"properties":{"@type":"node","@id":1735383799,"@timestamp":1579714635},"coords":"51.4469913,-0.0779759","bedrooms":"0","price":"219000","area":"436"} , +{"type":"Feature","id":"n1735383866","geometry":{"type":"Point","coordinates":[-0.0743925,51.4470038]},"properties":{"@type":"node","@id":1735383866,"@timestamp":1579714635},"coords":"51.4470038,-0.0743925","bedrooms":"1","price":"183000","area":"627"} , +{"type":"Feature","id":"n1735383951","geometry":{"type":"Point","coordinates":[-0.0694347,51.4470252]},"properties":{"@type":"node","@id":1735383951,"@timestamp":1579714635},"coords":"51.4470252,-0.0694347","bedrooms":"3","price":"275000","area":"503"} , +{"type":"Feature","id":"n1735384025","geometry":{"type":"Point","coordinates":[-0.0692769,51.4470385]},"properties":{"@type":"node","@id":1735384025,"@timestamp":1579714635},"coords":"51.4470385,-0.0692769","bedrooms":"4","price":"279000","area":"450"} , +{"type":"Feature","id":"n1735384106","geometry":{"type":"Point","coordinates":[-0.0769183,51.4470522]},"properties":{"@type":"node","@id":1735384106,"@timestamp":1579714635},"coords":"51.4470522,-0.0769183","bedrooms":"0","price":"221000","area":"395"} , +{"type":"Feature","id":"n1735384150","geometry":{"type":"Point","coordinates":[-0.0783338,51.4470713]},"properties":{"@type":"node","@id":1735384150,"@timestamp":1579714635},"coords":"51.4470713,-0.0783338","bedrooms":"3","price":"175000","area":"403"} , +{"type":"Feature","id":"n1735384212","geometry":{"type":"Point","coordinates":[-0.0774043,51.4470951]},"properties":{"@type":"node","@id":1735384212,"@timestamp":1579714635},"coords":"51.4470951,-0.0774043","bedrooms":"0","price":"201000","area":"492"} , +{"type":"Feature","id":"n1735384300","geometry":{"type":"Point","coordinates":[-0.0694874,51.4471128]},"properties":{"@type":"node","@id":1735384300,"@timestamp":1579714635},"coords":"51.4471128,-0.0694874","bedrooms":"3","price":"240000","area":"414"} , +{"type":"Feature","id":"n1735384392","geometry":{"type":"Point","coordinates":[-0.0695296,51.4471546]},"properties":{"@type":"node","@id":1735384392,"@timestamp":1579714635},"coords":"51.4471546,-0.0695296","bedrooms":"3","price":"188000","area":"437"} , +{"type":"Feature","id":"n1735384486","geometry":{"type":"Point","coordinates":[-0.0792969,51.4471844]},"properties":{"@type":"node","@id":1735384486,"@timestamp":1579714635},"coords":"51.4471844,-0.0792969","bedrooms":"2","price":"212000","area":"614"} , +{"type":"Feature","id":"n1735384544","geometry":{"type":"Point","coordinates":[-0.0836283,51.4472125]},"properties":{"@type":"node","@id":1735384544,"@timestamp":1579714635},"coords":"51.4472125,-0.0836283","bedrooms":"1","price":"290000","area":"613"} , +{"type":"Feature","id":"n1735384598","geometry":{"type":"Point","coordinates":[-0.0776334,51.4472366]},"properties":{"@type":"node","@id":1735384598,"@timestamp":1579714635},"coords":"51.4472366,-0.0776334","bedrooms":"0","price":"236000","area":"535"} , +{"type":"Feature","id":"n1735384680","geometry":{"type":"Point","coordinates":[-0.0787452,51.4472565]},"properties":{"@type":"node","@id":1735384680,"@timestamp":1579714635},"coords":"51.4472565,-0.0787452","bedrooms":"1","price":"234000","area":"469"} , +{"type":"Feature","id":"n1735384784","geometry":{"type":"Point","coordinates":[-0.0685172,51.4472892]},"properties":{"@type":"node","@id":1735384784,"@timestamp":1579714635},"coords":"51.4472892,-0.0685172","bedrooms":"1","price":"181000","area":"645"} , +{"type":"Feature","id":"n1735384845","geometry":{"type":"Point","coordinates":[-0.0748747,51.4473173]},"properties":{"@type":"node","@id":1735384845,"@timestamp":1579714635},"coords":"51.4473173,-0.0748747","bedrooms":"1","price":"231000","area":"477"} , +{"type":"Feature","id":"n1735384928","geometry":{"type":"Point","coordinates":[-0.070643,51.4473446]},"properties":{"@type":"node","@id":1735384928,"@timestamp":1579714635},"coords":"51.4473446,-0.070643","bedrooms":"2","price":"163000","area":"699"} , +{"type":"Feature","id":"n1735385066","geometry":{"type":"Point","coordinates":[-0.0749855,51.4473632]},"properties":{"@type":"node","@id":1735385066,"@timestamp":1579714635},"coords":"51.4473632,-0.0749855","bedrooms":"1","price":"244000","area":"469"} , +{"type":"Feature","id":"n1735385132","geometry":{"type":"Point","coordinates":[-0.072064,51.4473973]},"properties":{"@type":"node","@id":1735385132,"@timestamp":1579714635},"coords":"51.4473973,-0.072064","bedrooms":"0","price":"280000","area":"626"} , +{"type":"Feature","id":"n1735385181","geometry":{"type":"Point","coordinates":[-0.0689137,51.4474179]},"properties":{"@type":"node","@id":1735385181,"@timestamp":1579714635},"coords":"51.4474179,-0.0689137","bedrooms":"1","price":"201000","area":"409"} , +{"type":"Feature","id":"n1735385223","geometry":{"type":"Point","coordinates":[-0.0778971,51.447439]},"properties":{"@type":"node","@id":1735385223,"@timestamp":1579714635},"coords":"51.447439,-0.0778971","bedrooms":"0","price":"242000","area":"574"} , +{"type":"Feature","id":"n1735385300","geometry":{"type":"Point","coordinates":[-0.0723208,51.4474619]},"properties":{"@type":"node","@id":1735385300,"@timestamp":1579714635},"coords":"51.4474619,-0.0723208","bedrooms":"3","price":"199000","area":"389"} , +{"type":"Feature","id":"n1735385345","geometry":{"type":"Point","coordinates":[-0.0854327,51.4475022]},"properties":{"@type":"node","@id":1735385345,"@timestamp":1579714635},"coords":"51.4475022,-0.0854327","bedrooms":"3","price":"213000","area":"425"} , +{"type":"Feature","id":"n1735385355","geometry":{"type":"Point","coordinates":[-0.0932149,51.4475186]},"properties":{"@type":"node","@id":1735385355,"@timestamp":1579714635},"coords":"51.4475186,-0.0932149","bedrooms":"4","price":"158000","area":"673"} , +{"type":"Feature","id":"n1735385365","geometry":{"type":"Point","coordinates":[-0.0793289,51.447543]},"properties":{"@type":"node","@id":1735385365,"@timestamp":1579714635},"coords":"51.447543,-0.0793289","bedrooms":"4","price":"179000","area":"444"} , +{"type":"Feature","id":"n1735385416","geometry":{"type":"Point","coordinates":[-0.0677453,51.447571]},"properties":{"@type":"node","@id":1735385416,"@timestamp":1579714635},"coords":"51.447571,-0.0677453","bedrooms":"4","price":"271000","area":"675"} , +{"type":"Feature","id":"n1735385499","geometry":{"type":"Point","coordinates":[-0.0853462,51.4475931]},"properties":{"@type":"node","@id":1735385499,"@timestamp":1579714635},"coords":"51.4475931,-0.0853462","bedrooms":"2","price":"151000","area":"481"} , +{"type":"Feature","id":"n1735385564","geometry":{"type":"Point","coordinates":[-0.0756501,51.4476167]},"properties":{"@type":"node","@id":1735385564,"@timestamp":1579714635},"coords":"51.4476167,-0.0756501","bedrooms":"1","price":"224000","area":"566"} , +{"type":"Feature","id":"n1735385638","geometry":{"type":"Point","coordinates":[-0.0620906,51.4476443]},"properties":{"@type":"node","@id":1735385638,"@timestamp":1579714635},"coords":"51.4476443,-0.0620906","bedrooms":"1","price":"258000","area":"405"} , +{"type":"Feature","id":"n1735385710","geometry":{"type":"Point","coordinates":[-0.0675218,51.4476701]},"properties":{"@type":"node","@id":1735385710,"@timestamp":1579714635},"coords":"51.4476701,-0.0675218","bedrooms":"2","price":"244000","area":"670"} , +{"type":"Feature","id":"n1735385775","geometry":{"type":"Point","coordinates":[-0.0620321,51.4476962]},"properties":{"@type":"node","@id":1735385775,"@timestamp":1579714635},"coords":"51.4476962,-0.0620321","bedrooms":"3","price":"295000","area":"665"} , +{"type":"Feature","id":"n1735385826","geometry":{"type":"Point","coordinates":[-0.0762262,51.447727]},"properties":{"@type":"node","@id":1735385826,"@timestamp":1579714635},"coords":"51.447727,-0.0762262","bedrooms":"1","price":"278000","area":"482"} , +{"type":"Feature","id":"n1735385905","geometry":{"type":"Point","coordinates":[-0.0713582,51.4477542]},"properties":{"@type":"node","@id":1735385905,"@timestamp":1579714635},"coords":"51.4477542,-0.0713582","bedrooms":"4","price":"253000","area":"641"} , +{"type":"Feature","id":"n1735385976","geometry":{"type":"Point","coordinates":[-0.0799121,51.4477854]},"properties":{"@type":"node","@id":1735385976,"@timestamp":1579714635},"coords":"51.4477854,-0.0799121","bedrooms":"3","price":"259000","area":"407"} , +{"type":"Feature","id":"n1735386023","geometry":{"type":"Point","coordinates":[-0.0875663,51.4478106]},"properties":{"@type":"node","@id":1735386023,"@timestamp":1579714635},"coords":"51.4478106,-0.0875663","bedrooms":"2","price":"179000","area":"637"} , +{"type":"Feature","id":"n1735386074","geometry":{"type":"Point","coordinates":[-0.0683119,51.4478447]},"properties":{"@type":"node","@id":1735386074,"@timestamp":1579714635},"coords":"51.4478447,-0.0683119","bedrooms":"3","price":"220000","area":"363"} , +{"type":"Feature","id":"n1735386127","geometry":{"type":"Point","coordinates":[-0.0621502,51.4478719]},"properties":{"@type":"node","@id":1735386127,"@timestamp":1579714635},"coords":"51.4478719,-0.0621502","bedrooms":"2","price":"170000","area":"511"} , +{"type":"Feature","id":"n1735386168","geometry":{"type":"Point","coordinates":[-0.0806669,51.4479063]},"properties":{"@type":"node","@id":1735386168,"@timestamp":1579714635},"coords":"51.4479063,-0.0806669","bedrooms":"4","price":"210000","area":"609"} , +{"type":"Feature","id":"n1735386217","geometry":{"type":"Point","coordinates":[-0.0832563,51.4479174]},"properties":{"@type":"node","@id":1735386217,"@timestamp":1579714635},"coords":"51.4479174,-0.0832563","bedrooms":"4","price":"195000","area":"448"} , +{"type":"Feature","id":"n1735386271","geometry":{"type":"Point","coordinates":[-0.0618044,51.4479324]},"properties":{"@type":"node","@id":1735386271,"@timestamp":1579714635},"coords":"51.4479324,-0.0618044","bedrooms":"0","price":"221000","area":"608"} , +{"type":"Feature","id":"n1735386316","geometry":{"type":"Point","coordinates":[-0.0669361,51.447955]},"properties":{"@type":"node","@id":1735386316,"@timestamp":1579714635},"coords":"51.447955,-0.0669361","bedrooms":"3","price":"192000","area":"530"} , +{"type":"Feature","id":"n1735386374","geometry":{"type":"Point","coordinates":[-0.062704,51.4479852]},"properties":{"@type":"node","@id":1735386374,"@timestamp":1579714635},"coords":"51.4479852,-0.062704","bedrooms":"4","price":"181000","area":"633"} , +{"type":"Feature","id":"n1735386431","geometry":{"type":"Point","coordinates":[-0.0828959,51.4479987]},"properties":{"@type":"node","@id":1735386431,"@timestamp":1579714635},"coords":"51.4479987,-0.0828959","bedrooms":"2","price":"215000","area":"356"} , +{"type":"Feature","id":"n1735386462","geometry":{"type":"Point","coordinates":[-0.0635244,51.4480252]},"properties":{"@type":"node","@id":1735386462,"@timestamp":1579714635},"coords":"51.4480252,-0.0635244","bedrooms":"2","price":"290000","area":"695"} , +{"type":"Feature","id":"n1735386481","geometry":{"type":"Point","coordinates":[-0.0718916,51.4480467]},"properties":{"@type":"node","@id":1735386481,"@timestamp":1579714635},"coords":"51.4480467,-0.0718916","bedrooms":"2","price":"262000","area":"500"} , +{"type":"Feature","id":"n1735386498","geometry":{"type":"Point","coordinates":[-0.0771218,51.4480651]},"properties":{"@type":"node","@id":1735386498,"@timestamp":1579714635},"coords":"51.4480651,-0.0771218","bedrooms":"1","price":"168000","area":"595"} , +{"type":"Feature","id":"n1735386512","geometry":{"type":"Point","coordinates":[-0.0622459,51.4480781]},"properties":{"@type":"node","@id":1735386512,"@timestamp":1579714635},"coords":"51.4480781,-0.0622459","bedrooms":"1","price":"286000","area":"686"} , +{"type":"Feature","id":"n1735386522","geometry":{"type":"Point","coordinates":[-0.0686843,51.4480897]},"properties":{"@type":"node","@id":1735386522,"@timestamp":1579714635},"coords":"51.4480897,-0.0686843","bedrooms":"0","price":"296000","area":"409"} , +{"type":"Feature","id":"n1735386532","geometry":{"type":"Point","coordinates":[-0.0712119,51.4481086]},"properties":{"@type":"node","@id":1735386532,"@timestamp":1579714635},"coords":"51.4481086,-0.0712119","bedrooms":"4","price":"271000","area":"442"} , +{"type":"Feature","id":"n1735386546","geometry":{"type":"Point","coordinates":[-0.0685756,51.4481345]},"properties":{"@type":"node","@id":1735386546,"@timestamp":1579714635},"coords":"51.4481345,-0.0685756","bedrooms":"1","price":"283000","area":"615"} , +{"type":"Feature","id":"n1735386596","geometry":{"type":"Point","coordinates":[-0.0686033,51.4481489]},"properties":{"@type":"node","@id":1735386596,"@timestamp":1579714635},"coords":"51.4481489,-0.0686033","bedrooms":"1","price":"258000","area":"602"} , +{"type":"Feature","id":"n1735386635","geometry":{"type":"Point","coordinates":[-0.0683681,51.4481595]},"properties":{"@type":"node","@id":1735386635,"@timestamp":1579714635},"coords":"51.4481595,-0.0683681","bedrooms":"1","price":"287000","area":"552"} , +{"type":"Feature","id":"n1735386645","geometry":{"type":"Point","coordinates":[-0.0715207,51.4481752]},"properties":{"@type":"node","@id":1735386645,"@timestamp":1579714635},"coords":"51.4481752,-0.0715207","bedrooms":"0","price":"255000","area":"581"} , +{"type":"Feature","id":"n1735386689","geometry":{"type":"Point","coordinates":[-0.0669579,51.4481923]},"properties":{"@type":"node","@id":1735386689,"@timestamp":1579714635},"coords":"51.4481923,-0.0669579","bedrooms":"1","price":"286000","area":"400"} , +{"type":"Feature","id":"n1735386738","geometry":{"type":"Point","coordinates":[-0.0661022,51.448209]},"properties":{"@type":"node","@id":1735386738,"@timestamp":1579714635},"coords":"51.448209,-0.0661022","bedrooms":"1","price":"182000","area":"517"} , +{"type":"Feature","id":"n1735386748","geometry":{"type":"Point","coordinates":[-0.0684126,51.44823]},"properties":{"@type":"node","@id":1735386748,"@timestamp":1579714635},"coords":"51.44823,-0.0684126","bedrooms":"3","price":"195000","area":"671"} , +{"type":"Feature","id":"n1735386758","geometry":{"type":"Point","coordinates":[-0.0886191,51.4482446]},"properties":{"@type":"node","@id":1735386758,"@timestamp":1579714635},"coords":"51.4482446,-0.0886191","bedrooms":"0","price":"203000","area":"615"} , +{"type":"Feature","id":"n1735386768","geometry":{"type":"Point","coordinates":[-0.0832966,51.4482704]},"properties":{"@type":"node","@id":1735386768,"@timestamp":1579714635},"coords":"51.4482704,-0.0832966","bedrooms":"1","price":"293000","area":"644"} , +{"type":"Feature","id":"n1735386778","geometry":{"type":"Point","coordinates":[-0.0684213,51.4482838]},"properties":{"@type":"node","@id":1735386778,"@timestamp":1579714635},"coords":"51.4482838,-0.0684213","bedrooms":"3","price":"291000","area":"454"} , +{"type":"Feature","id":"n1735386795","geometry":{"type":"Point","coordinates":[-0.0884837,51.4482965]},"properties":{"@type":"node","@id":1735386795,"@timestamp":1579714635},"coords":"51.4482965,-0.0884837","bedrooms":"2","price":"272000","area":"375"} , +{"type":"Feature","id":"n1735386805","geometry":{"type":"Point","coordinates":[-0.0612476,51.4483132]},"properties":{"@type":"node","@id":1735386805,"@timestamp":1579714635},"coords":"51.4483132,-0.0612476","bedrooms":"2","price":"184000","area":"363"} , +{"type":"Feature","id":"n1735386815","geometry":{"type":"Point","coordinates":[-0.0709258,51.4483299]},"properties":{"@type":"node","@id":1735386815,"@timestamp":1579714635},"coords":"51.4483299,-0.0709258","bedrooms":"1","price":"290000","area":"568"} , +{"type":"Feature","id":"n1735386825","geometry":{"type":"Point","coordinates":[-0.0682883,51.4483569]},"properties":{"@type":"node","@id":1735386825,"@timestamp":1579714635},"coords":"51.4483569,-0.0682883","bedrooms":"0","price":"241000","area":"608"} , +{"type":"Feature","id":"n1735386835","geometry":{"type":"Point","coordinates":[-0.0679987,51.4483823]},"properties":{"@type":"node","@id":1735386835,"@timestamp":1579714635},"coords":"51.4483823,-0.0679987","bedrooms":"0","price":"249000","area":"386"} , +{"type":"Feature","id":"n1735386871","geometry":{"type":"Point","coordinates":[-0.0666562,51.4483932]},"properties":{"@type":"node","@id":1735386871,"@timestamp":1579714635},"coords":"51.4483932,-0.0666562","bedrooms":"3","price":"269000","area":"566"} , +{"type":"Feature","id":"n1735386922","geometry":{"type":"Point","coordinates":[-0.0662963,51.4484155]},"properties":{"@type":"node","@id":1735386922,"@timestamp":1579714635},"coords":"51.4484155,-0.0662963","bedrooms":"1","price":"181000","area":"351"} , +{"type":"Feature","id":"n1735386990","geometry":{"type":"Point","coordinates":[-0.0827507,51.4484405]},"properties":{"@type":"node","@id":1735386990,"@timestamp":1579714635},"coords":"51.4484405,-0.0827507","bedrooms":"3","price":"206000","area":"496"} , +{"type":"Feature","id":"n1735387215","geometry":{"type":"Point","coordinates":[-0.07132,51.4484501]},"properties":{"@type":"node","@id":1735387215,"@timestamp":1579714635},"coords":"51.4484501,-0.07132","bedrooms":"3","price":"153000","area":"678"} , +{"type":"Feature","id":"n1735387286","geometry":{"type":"Point","coordinates":[-0.0682069,51.4484742]},"properties":{"@type":"node","@id":1735387286,"@timestamp":1579714635},"coords":"51.4484742,-0.0682069","bedrooms":"1","price":"299000","area":"409"} , +{"type":"Feature","id":"n1735387341","geometry":{"type":"Point","coordinates":[-0.0617911,51.4484866]},"properties":{"@type":"node","@id":1735387341,"@timestamp":1579714635},"coords":"51.4484866,-0.0617911","bedrooms":"4","price":"212000","area":"526"} , +{"type":"Feature","id":"n1735387382","geometry":{"type":"Point","coordinates":[-0.0869158,51.448499]},"properties":{"@type":"node","@id":1735387382,"@timestamp":1579714635},"coords":"51.448499,-0.0869158","bedrooms":"0","price":"151000","area":"646"} , +{"type":"Feature","id":"n1735387446","geometry":{"type":"Point","coordinates":[-0.0891828,51.4485064]},"properties":{"@type":"node","@id":1735387446,"@timestamp":1579714635},"coords":"51.4485064,-0.0891828","bedrooms":"4","price":"156000","area":"684"} , +{"type":"Feature","id":"n1735387472","geometry":{"type":"Point","coordinates":[-0.0680896,51.4485249]},"properties":{"@type":"node","@id":1735387472,"@timestamp":1579714635},"coords":"51.4485249,-0.0680896","bedrooms":"3","price":"295000","area":"696"} , +{"type":"Feature","id":"n1735387499","geometry":{"type":"Point","coordinates":[-0.0632069,51.4485421]},"properties":{"@type":"node","@id":1735387499,"@timestamp":1579714635},"coords":"51.4485421,-0.0632069","bedrooms":"4","price":"202000","area":"392"} , +{"type":"Feature","id":"n1735387509","geometry":{"type":"Point","coordinates":[-0.066817,51.4485501]},"properties":{"@type":"node","@id":1735387509,"@timestamp":1579714635},"coords":"51.4485501,-0.066817","bedrooms":"3","price":"281000","area":"550"} , +{"type":"Feature","id":"n1735387520","geometry":{"type":"Point","coordinates":[-0.0667904,51.4485647]},"properties":{"@type":"node","@id":1735387520,"@timestamp":1579714635},"coords":"51.4485647,-0.0667904","bedrooms":"4","price":"253000","area":"548"} , +{"type":"Feature","id":"n1735387531","geometry":{"type":"Point","coordinates":[-0.0623206,51.4485708]},"properties":{"@type":"node","@id":1735387531,"@timestamp":1579714635},"coords":"51.4485708,-0.0623206","bedrooms":"1","price":"198000","area":"630"} , +{"type":"Feature","id":"n1735387541","geometry":{"type":"Point","coordinates":[-0.0666335,51.4485784]},"properties":{"@type":"node","@id":1735387541,"@timestamp":1579714635},"coords":"51.4485784,-0.0666335","bedrooms":"2","price":"238000","area":"518"} , +{"type":"Feature","id":"n1735387551","geometry":{"type":"Point","coordinates":[-0.0666584,51.4485844]},"properties":{"@type":"node","@id":1735387551,"@timestamp":1579714635},"coords":"51.4485844,-0.0666584","bedrooms":"4","price":"218000","area":"483"} , +{"type":"Feature","id":"n1735387562","geometry":{"type":"Point","coordinates":[-0.0666756,51.4485901]},"properties":{"@type":"node","@id":1735387562,"@timestamp":1579714635},"coords":"51.4485901,-0.0666756","bedrooms":"4","price":"205000","area":"358"} , +{"type":"Feature","id":"n1735387572","geometry":{"type":"Point","coordinates":[-0.0678496,51.4486054]},"properties":{"@type":"node","@id":1735387572,"@timestamp":1579714635},"coords":"51.4486054,-0.0678496","bedrooms":"4","price":"154000","area":"578"} , +{"type":"Feature","id":"n1735387582","geometry":{"type":"Point","coordinates":[-0.0607347,51.4486257]},"properties":{"@type":"node","@id":1735387582,"@timestamp":1579714635},"coords":"51.4486257,-0.0607347","bedrooms":"4","price":"232000","area":"553"} , +{"type":"Feature","id":"n1735387592","geometry":{"type":"Point","coordinates":[-0.0827668,51.4486385]},"properties":{"@type":"node","@id":1735387592,"@timestamp":1579714635},"coords":"51.4486385,-0.0827668","bedrooms":"1","price":"216000","area":"680"} , +{"type":"Feature","id":"n1735387602","geometry":{"type":"Point","coordinates":[-0.0679896,51.4486648]},"properties":{"@type":"node","@id":1735387602,"@timestamp":1579714635},"coords":"51.4486648,-0.0679896","bedrooms":"4","price":"261000","area":"393"} , +{"type":"Feature","id":"n1735387620","geometry":{"type":"Point","coordinates":[-0.0742851,51.4486856]},"properties":{"@type":"node","@id":1735387620,"@timestamp":1579714635},"coords":"51.4486856,-0.0742851","bedrooms":"0","price":"206000","area":"679"} , +{"type":"Feature","id":"n1735387631","geometry":{"type":"Point","coordinates":[-0.0605221,51.4487165]},"properties":{"@type":"node","@id":1735387631,"@timestamp":1579714635},"coords":"51.4487165,-0.0605221","bedrooms":"2","price":"193000","area":"550"} , +{"type":"Feature","id":"n1735387648","geometry":{"type":"Point","coordinates":[-0.0631788,51.448734]},"properties":{"@type":"node","@id":1735387648,"@timestamp":1579714635},"coords":"51.448734,-0.0631788","bedrooms":"4","price":"224000","area":"421"} , +{"type":"Feature","id":"n1735387664","geometry":{"type":"Point","coordinates":[-0.0857337,51.4487521]},"properties":{"@type":"node","@id":1735387664,"@timestamp":1579714635},"coords":"51.4487521,-0.0857337","bedrooms":"4","price":"251000","area":"559"} , +{"type":"Feature","id":"n1735387716","geometry":{"type":"Point","coordinates":[-0.0744032,51.4487467]},"properties":{"@type":"node","@id":1735387716,"@timestamp":1579714635},"coords":"51.4487467,-0.0744032","bedrooms":"0","price":"209000","area":"602"} , +{"type":"Feature","id":"n1735387782","geometry":{"type":"Point","coordinates":[-0.0606238,51.4487936]},"properties":{"@type":"node","@id":1735387782,"@timestamp":1579714635},"coords":"51.4487936,-0.0606238","bedrooms":"4","price":"187000","area":"374"} , +{"type":"Feature","id":"n1735387819","geometry":{"type":"Point","coordinates":[-0.0539095,51.4488126]},"properties":{"@type":"node","@id":1735387819,"@timestamp":1409809765},"coords":"51.4488126,-0.0539095","bedrooms":"0","price":"209000","area":"520"} , +{"type":"Feature","id":"n1735387864","geometry":{"type":"Point","coordinates":[-0.0710136,51.4488435]},"properties":{"@type":"node","@id":1735387864,"@timestamp":1579714635},"coords":"51.4488435,-0.0710136","bedrooms":"2","price":"245000","area":"630"} , +{"type":"Feature","id":"n1735387923","geometry":{"type":"Point","coordinates":[-0.0729477,51.4488605]},"properties":{"@type":"node","@id":1735387923,"@timestamp":1579714635},"coords":"51.4488605,-0.0729477","bedrooms":"0","price":"159000","area":"362"} , +{"type":"Feature","id":"n1735387963","geometry":{"type":"Point","coordinates":[-0.0540043,51.4488946]},"properties":{"@type":"node","@id":1735387963,"@timestamp":1486348521},"coords":"51.4488946,-0.0540043","bedrooms":"3","price":"228000","area":"525"} , +{"type":"Feature","id":"n1735388019","geometry":{"type":"Point","coordinates":[-0.0877162,51.4489216]},"properties":{"@type":"node","@id":1735388019,"@timestamp":1579714635},"coords":"51.4489216,-0.0877162","bedrooms":"1","price":"237000","area":"567"} , +{"type":"Feature","id":"n1735388058","geometry":{"type":"Point","coordinates":[-0.0898131,51.4489559]},"properties":{"@type":"node","@id":1735388058,"@timestamp":1605973320},"coords":"51.4489559,-0.0898131","bedrooms":"1","price":"288000","area":"647"} , +{"type":"Feature","id":"n1735388098","geometry":{"type":"Point","coordinates":[-0.0625779,51.4489653]},"properties":{"@type":"node","@id":1735388098,"@timestamp":1579714635},"coords":"51.4489653,-0.0625779","bedrooms":"1","price":"202000","area":"441"} , +{"type":"Feature","id":"n1735388184","geometry":{"type":"Point","coordinates":[-0.0599112,51.4489788]},"properties":{"@type":"node","@id":1735388184,"@timestamp":1579714635},"coords":"51.4489788,-0.0599112","bedrooms":"0","price":"272000","area":"501"} , +{"type":"Feature","id":"n1735388262","geometry":{"type":"Point","coordinates":[-0.085179,51.4490137]},"properties":{"@type":"node","@id":1735388262,"@timestamp":1579714635},"coords":"51.4490137,-0.085179","bedrooms":"1","price":"156000","area":"676"} , +{"type":"Feature","id":"n1735388345","geometry":{"type":"Point","coordinates":[-0.0806477,51.4490432]},"properties":{"@type":"node","@id":1735388345,"@timestamp":1579714635},"coords":"51.4490432,-0.0806477","bedrooms":"4","price":"280000","area":"650"} , +{"type":"Feature","id":"n1735388423","geometry":{"type":"Point","coordinates":[-0.0621751,51.4490684]},"properties":{"@type":"node","@id":1735388423,"@timestamp":1579714635},"coords":"51.4490684,-0.0621751","bedrooms":"3","price":"206000","area":"399"} , +{"type":"Feature","id":"n1735388463","geometry":{"type":"Point","coordinates":[-0.0596534,51.4491006]},"properties":{"@type":"node","@id":1735388463,"@timestamp":1579714635},"coords":"51.4491006,-0.0596534","bedrooms":"2","price":"156000","area":"693"} , +{"type":"Feature","id":"n1735388517","geometry":{"type":"Point","coordinates":[-0.0883923,51.4491256]},"properties":{"@type":"node","@id":1735388517,"@timestamp":1579714635},"coords":"51.4491256,-0.0883923","bedrooms":"3","price":"238000","area":"576"} , +{"type":"Feature","id":"n1735388563","geometry":{"type":"Point","coordinates":[-0.0602168,51.4491448]},"properties":{"@type":"node","@id":1735388563,"@timestamp":1579714635},"coords":"51.4491448,-0.0602168","bedrooms":"3","price":"289000","area":"503"} , +{"type":"Feature","id":"n1735388627","geometry":{"type":"Point","coordinates":[-0.0895739,51.4491591]},"properties":{"@type":"node","@id":1735388627,"@timestamp":1579714635},"coords":"51.4491591,-0.0895739","bedrooms":"1","price":"197000","area":"373"} , +{"type":"Feature","id":"n1735388676","geometry":{"type":"Point","coordinates":[-0.0883343,51.4491853]},"properties":{"@type":"node","@id":1735388676,"@timestamp":1579714635},"coords":"51.4491853,-0.0883343","bedrooms":"3","price":"267000","area":"472"} , +{"type":"Feature","id":"n1735388721","geometry":{"type":"Point","coordinates":[-0.0631377,51.4492155]},"properties":{"@type":"node","@id":1735388721,"@timestamp":1579714635},"coords":"51.4492155,-0.0631377","bedrooms":"2","price":"249000","area":"374"} , +{"type":"Feature","id":"n1735388763","geometry":{"type":"Point","coordinates":[-0.0631401,51.44923]},"properties":{"@type":"node","@id":1735388763,"@timestamp":1579714635},"coords":"51.44923,-0.0631401","bedrooms":"4","price":"289000","area":"415"} , +{"type":"Feature","id":"n1735388820","geometry":{"type":"Point","coordinates":[-0.0631451,51.4492572]},"properties":{"@type":"node","@id":1735388820,"@timestamp":1579714635},"coords":"51.4492572,-0.0631451","bedrooms":"0","price":"210000","area":"558"} , +{"type":"Feature","id":"n1735388863","geometry":{"type":"Point","coordinates":[-0.0870854,51.4492822]},"properties":{"@type":"node","@id":1735388863,"@timestamp":1579714635},"coords":"51.4492822,-0.0870854","bedrooms":"2","price":"172000","area":"486"} , +{"type":"Feature","id":"n1735388954","geometry":{"type":"Point","coordinates":[-0.0895024,51.4493043]},"properties":{"@type":"node","@id":1735388954,"@timestamp":1579714635},"coords":"51.4493043,-0.0895024","bedrooms":"4","price":"163000","area":"469"} , +{"type":"Feature","id":"n1735389052","geometry":{"type":"Point","coordinates":[-0.0918154,51.4493339]},"properties":{"@type":"node","@id":1735389052,"@timestamp":1579714635},"coords":"51.4493339,-0.0918154","bedrooms":"1","price":"237000","area":"607"} , +{"type":"Feature","id":"n1735389100","geometry":{"type":"Point","coordinates":[-0.0521095,51.4493599]},"properties":{"@type":"node","@id":1735389100,"@timestamp":1335717125},"coords":"51.4493599,-0.0521095","bedrooms":"0","price":"282000","area":"689"} , +{"type":"Feature","id":"n1735389152","geometry":{"type":"Point","coordinates":[-0.0527125,51.44938]},"properties":{"@type":"node","@id":1735389152,"@timestamp":1409809766},"coords":"51.44938,-0.0527125","bedrooms":"3","price":"282000","area":"352"} , +{"type":"Feature","id":"n1735389243","geometry":{"type":"Point","coordinates":[-0.0622628,51.4493925]},"properties":{"@type":"node","@id":1735389243,"@timestamp":1579714635},"coords":"51.4493925,-0.0622628","bedrooms":"2","price":"241000","area":"479"} , +{"type":"Feature","id":"n1735389291","geometry":{"type":"Point","coordinates":[-0.0542328,51.4494022]},"properties":{"@type":"node","@id":1735389291,"@timestamp":1579714635},"coords":"51.4494022,-0.0542328","bedrooms":"2","price":"179000","area":"417"} , +{"type":"Feature","id":"n1735389344","geometry":{"type":"Point","coordinates":[-0.0747509,51.4494126]},"properties":{"@type":"node","@id":1735389344,"@timestamp":1579714635},"coords":"51.4494126,-0.0747509","bedrooms":"2","price":"228000","area":"507"} , +{"type":"Feature","id":"n1735389447","geometry":{"type":"Point","coordinates":[-0.0534927,51.4494265]},"properties":{"@type":"node","@id":1735389447,"@timestamp":1335717143},"coords":"51.4494265,-0.0534927","bedrooms":"4","price":"236000","area":"588"} , +{"type":"Feature","id":"n1735389487","geometry":{"type":"Point","coordinates":[-0.0718954,51.4494413]},"properties":{"@type":"node","@id":1735389487,"@timestamp":1579714635},"coords":"51.4494413,-0.0718954","bedrooms":"2","price":"265000","area":"665"} , +{"type":"Feature","id":"n1735389530","geometry":{"type":"Point","coordinates":[-0.0822109,51.4494548]},"properties":{"@type":"node","@id":1735389530,"@timestamp":1579714635},"coords":"51.4494548,-0.0822109","bedrooms":"1","price":"273000","area":"424"} , +{"type":"Feature","id":"n1735389561","geometry":{"type":"Point","coordinates":[-0.0718406,51.4494735]},"properties":{"@type":"node","@id":1735389561,"@timestamp":1579714635},"coords":"51.4494735,-0.0718406","bedrooms":"0","price":"260000","area":"521"} , +{"type":"Feature","id":"n1735389603","geometry":{"type":"Point","coordinates":[-0.0613754,51.4494887]},"properties":{"@type":"node","@id":1735389603,"@timestamp":1579714635},"coords":"51.4494887,-0.0613754","bedrooms":"3","price":"174000","area":"655"} , +{"type":"Feature","id":"n1735389655","geometry":{"type":"Point","coordinates":[-0.0760538,51.449502]},"properties":{"@type":"node","@id":1735389655,"@timestamp":1579714635},"coords":"51.449502,-0.0760538","bedrooms":"3","price":"221000","area":"408"} , +{"type":"Feature","id":"n1735389732","geometry":{"type":"Point","coordinates":[-0.052818,51.4495138]},"properties":{"@type":"node","@id":1735389732,"@timestamp":1335717155},"coords":"51.4495138,-0.052818","bedrooms":"4","price":"207000","area":"481"} , +{"type":"Feature","id":"n1735389818","geometry":{"type":"Point","coordinates":[-0.0689593,51.4495298]},"properties":{"@type":"node","@id":1735389818,"@timestamp":1579714635},"coords":"51.4495298,-0.0689593","bedrooms":"0","price":"189000","area":"393"} , +{"type":"Feature","id":"n1735389908","geometry":{"type":"Point","coordinates":[-0.0787968,51.449545]},"properties":{"@type":"node","@id":1735389908,"@timestamp":1579714635},"coords":"51.449545,-0.0787968","bedrooms":"4","price":"258000","area":"630"} , +{"type":"Feature","id":"n1735389991","geometry":{"type":"Point","coordinates":[-0.0632037,51.4495569]},"properties":{"@type":"node","@id":1735389991,"@timestamp":1579714635},"coords":"51.4495569,-0.0632037","bedrooms":"4","price":"271000","area":"473"} , +{"type":"Feature","id":"n1735390066","geometry":{"type":"Point","coordinates":[-0.0632074,51.4495764]},"properties":{"@type":"node","@id":1735390066,"@timestamp":1579714635},"coords":"51.4495764,-0.0632074","bedrooms":"0","price":"294000","area":"514"} , +{"type":"Feature","id":"n1735390214","geometry":{"type":"Point","coordinates":[-0.0528214,51.4495944]},"properties":{"@type":"node","@id":1735390214,"@timestamp":1335717166},"coords":"51.4495944,-0.0528214","bedrooms":"1","price":"244000","area":"587"} , +{"type":"Feature","id":"n1735390360","geometry":{"type":"Point","coordinates":[-0.0528337,51.4496082]},"properties":{"@type":"node","@id":1735390360,"@timestamp":1335717168},"coords":"51.4496082,-0.0528337","bedrooms":"3","price":"201000","area":"693"} , +{"type":"Feature","id":"n1735390516","geometry":{"type":"Point","coordinates":[-0.0726013,51.4496148]},"properties":{"@type":"node","@id":1735390516,"@timestamp":1579714635},"coords":"51.4496148,-0.0726013","bedrooms":"4","price":"199000","area":"438"} , +{"type":"Feature","id":"n1735390612","geometry":{"type":"Point","coordinates":[-0.0523398,51.4496236]},"properties":{"@type":"node","@id":1735390612,"@timestamp":1406147244},"coords":"51.4496236,-0.0523398","bedrooms":"1","price":"242000","area":"640"} , +{"type":"Feature","id":"n1735390722","geometry":{"type":"Point","coordinates":[-0.0539486,51.4496319]},"properties":{"@type":"node","@id":1735390722,"@timestamp":1335717176},"coords":"51.4496319,-0.0539486","bedrooms":"0","price":"233000","area":"603"} , +{"type":"Feature","id":"n1735390818","geometry":{"type":"Point","coordinates":[-0.0523914,51.4496422]},"properties":{"@type":"node","@id":1735390818,"@timestamp":1335717179},"coords":"51.4496422,-0.0523914","bedrooms":"4","price":"150000","area":"452"} , +{"type":"Feature","id":"n1735390904","geometry":{"type":"Point","coordinates":[-0.0533792,51.4496524]},"properties":{"@type":"node","@id":1735390904,"@timestamp":1335717181},"coords":"51.4496524,-0.0533792","bedrooms":"0","price":"265000","area":"566"} , +{"type":"Feature","id":"n1735390944","geometry":{"type":"Point","coordinates":[-0.0717697,51.4496732]},"properties":{"@type":"node","@id":1735390944,"@timestamp":1579714635},"coords":"51.4496732,-0.0717697","bedrooms":"4","price":"181000","area":"574"} , +{"type":"Feature","id":"n1735390985","geometry":{"type":"Point","coordinates":[-0.071649,51.4496823]},"properties":{"@type":"node","@id":1735390985,"@timestamp":1579714635},"coords":"51.4496823,-0.071649","bedrooms":"0","price":"275000","area":"522"} , +{"type":"Feature","id":"n1735391036","geometry":{"type":"Point","coordinates":[-0.0525434,51.4496932]},"properties":{"@type":"node","@id":1735391036,"@timestamp":1335717189},"coords":"51.4496932,-0.0525434","bedrooms":"1","price":"237000","area":"531"} , +{"type":"Feature","id":"n1735391121","geometry":{"type":"Point","coordinates":[-0.068699,51.4497024]},"properties":{"@type":"node","@id":1735391121,"@timestamp":1579714635},"coords":"51.4497024,-0.068699","bedrooms":"3","price":"279000","area":"450"} , +{"type":"Feature","id":"n1735391203","geometry":{"type":"Point","coordinates":[-0.0535427,51.4497173]},"properties":{"@type":"node","@id":1735391203,"@timestamp":1335717195},"coords":"51.4497173,-0.0535427","bedrooms":"0","price":"172000","area":"509"} , +{"type":"Feature","id":"n1735391255","geometry":{"type":"Point","coordinates":[-0.0632491,51.449724]},"properties":{"@type":"node","@id":1735391255,"@timestamp":1579714635},"coords":"51.449724,-0.0632491","bedrooms":"3","price":"173000","area":"442"} , +{"type":"Feature","id":"n1735391289","geometry":{"type":"Point","coordinates":[-0.0880614,51.4497436]},"properties":{"@type":"node","@id":1735391289,"@timestamp":1579714635},"coords":"51.4497436,-0.0880614","bedrooms":"4","price":"237000","area":"451"} , +{"type":"Feature","id":"n1735391367","geometry":{"type":"Point","coordinates":[-0.0749469,51.4497649]},"properties":{"@type":"node","@id":1735391367,"@timestamp":1579714635},"coords":"51.4497649,-0.0749469","bedrooms":"1","price":"202000","area":"569"} , +{"type":"Feature","id":"n1735391453","geometry":{"type":"Point","coordinates":[-0.0632819,51.4497912]},"properties":{"@type":"node","@id":1735391453,"@timestamp":1579714635},"coords":"51.4497912,-0.0632819","bedrooms":"0","price":"197000","area":"443"} , +{"type":"Feature","id":"n1735391513","geometry":{"type":"Point","coordinates":[-0.0604588,51.4498114]},"properties":{"@type":"node","@id":1735391513,"@timestamp":1579714635},"coords":"51.4498114,-0.0604588","bedrooms":"2","price":"157000","area":"356"} , +{"type":"Feature","id":"n1735391554","geometry":{"type":"Point","coordinates":[-0.0502039,51.4498317]},"properties":{"@type":"node","@id":1735391554,"@timestamp":1486577805},"coords":"51.4498317,-0.0502039","bedrooms":"1","price":"211000","area":"511"} , +{"type":"Feature","id":"n1735391605","geometry":{"type":"Point","coordinates":[-0.0611937,51.4498491]},"properties":{"@type":"node","@id":1735391605,"@timestamp":1579714635},"coords":"51.4498491,-0.0611937","bedrooms":"3","price":"254000","area":"563"} , +{"type":"Feature","id":"n1735391651","geometry":{"type":"Point","coordinates":[-0.0725458,51.4498714]},"properties":{"@type":"node","@id":1735391651,"@timestamp":1579714635},"coords":"51.4498714,-0.0725458","bedrooms":"1","price":"225000","area":"362"} , +{"type":"Feature","id":"n1735391697","geometry":{"type":"Point","coordinates":[-0.0873156,51.4498935]},"properties":{"@type":"node","@id":1735391697,"@timestamp":1579714635},"coords":"51.4498935,-0.0873156","bedrooms":"0","price":"266000","area":"467"} , +{"type":"Feature","id":"n1735391772","geometry":{"type":"Point","coordinates":[-0.0832161,51.4499124]},"properties":{"@type":"node","@id":1735391772,"@timestamp":1579714635},"coords":"51.4499124,-0.0832161","bedrooms":"1","price":"282000","area":"578"} , +{"type":"Feature","id":"n1735391826","geometry":{"type":"Point","coordinates":[-0.0603072,51.4499313]},"properties":{"@type":"node","@id":1735391826,"@timestamp":1579714635},"coords":"51.4499313,-0.0603072","bedrooms":"2","price":"246000","area":"523"} , +{"type":"Feature","id":"n1735391871","geometry":{"type":"Point","coordinates":[-0.0935905,51.4499415]},"properties":{"@type":"node","@id":1735391871,"@timestamp":1579714635},"coords":"51.4499415,-0.0935905","bedrooms":"1","price":"202000","area":"389"} , +{"type":"Feature","id":"n1735391920","geometry":{"type":"Point","coordinates":[-0.0633448,51.4499498]},"properties":{"@type":"node","@id":1735391920,"@timestamp":1579714635},"coords":"51.4499498,-0.0633448","bedrooms":"3","price":"286000","area":"418"} , +{"type":"Feature","id":"n1735391963","geometry":{"type":"Point","coordinates":[-0.0584893,51.4499655]},"properties":{"@type":"node","@id":1735391963,"@timestamp":1579714635},"coords":"51.4499655,-0.0584893","bedrooms":"4","price":"208000","area":"366"} , +{"type":"Feature","id":"n1735391993","geometry":{"type":"Point","coordinates":[-0.0585214,51.4499738]},"properties":{"@type":"node","@id":1735391993,"@timestamp":1579714635},"coords":"51.4499738,-0.0585214","bedrooms":"1","price":"287000","area":"386"} , +{"type":"Feature","id":"n1735392039","geometry":{"type":"Point","coordinates":[-0.0467126,51.4499787]},"properties":{"@type":"node","@id":1735392039,"@timestamp":1406147246},"coords":"51.4499787,-0.0467126","bedrooms":"0","price":"286000","area":"428"} , +{"type":"Feature","id":"n1735392087","geometry":{"type":"Point","coordinates":[-0.0467576,51.4499859]},"properties":{"@type":"node","@id":1735392087,"@timestamp":1406147247},"coords":"51.4499859,-0.0467576","bedrooms":"3","price":"281000","area":"619"} , +{"type":"Feature","id":"n1735392133","geometry":{"type":"Point","coordinates":[-0.0468217,51.4499907]},"properties":{"@type":"node","@id":1735392133,"@timestamp":1406147247},"coords":"51.4499907,-0.0468217","bedrooms":"0","price":"207000","area":"451"} , +{"type":"Feature","id":"n1735392245","geometry":{"type":"Point","coordinates":[-0.0587771,51.4500012]},"properties":{"@type":"node","@id":1735392245,"@timestamp":1579714635},"coords":"51.4500012,-0.0587771","bedrooms":"0","price":"234000","area":"516"} , +{"type":"Feature","id":"n1735392317","geometry":{"type":"Point","coordinates":[-0.060989,51.4500203]},"properties":{"@type":"node","@id":1735392317,"@timestamp":1579714635},"coords":"51.4500203,-0.060989","bedrooms":"1","price":"273000","area":"429"} , +{"type":"Feature","id":"n1735392360","geometry":{"type":"Point","coordinates":[-0.0585313,51.4500339]},"properties":{"@type":"node","@id":1735392360,"@timestamp":1579714635},"coords":"51.4500339,-0.0585313","bedrooms":"0","price":"228000","area":"466"} , +{"type":"Feature","id":"n1735392443","geometry":{"type":"Point","coordinates":[-0.0768915,51.4500452]},"properties":{"@type":"node","@id":1735392443,"@timestamp":1579714635},"coords":"51.4500452,-0.0768915","bedrooms":"2","price":"221000","area":"586"} , +{"type":"Feature","id":"n1735392560","geometry":{"type":"Point","coordinates":[-0.0464857,51.4500515]},"properties":{"@type":"node","@id":1735392560,"@timestamp":1335717257},"coords":"51.4500515,-0.0464857","bedrooms":"3","price":"192000","area":"643"} , +{"type":"Feature","id":"n1735392627","geometry":{"type":"Point","coordinates":[-0.0798095,51.4500593]},"properties":{"@type":"node","@id":1735392627,"@timestamp":1579714635},"coords":"51.4500593,-0.0798095","bedrooms":"3","price":"256000","area":"589"} , +{"type":"Feature","id":"n1735392746","geometry":{"type":"Point","coordinates":[-0.0474308,51.4500648]},"properties":{"@type":"node","@id":1735392746,"@timestamp":1406147249},"coords":"51.4500648,-0.0474308","bedrooms":"0","price":"170000","area":"509"} , +{"type":"Feature","id":"n1735392858","geometry":{"type":"Point","coordinates":[-0.0622835,51.4500699]},"properties":{"@type":"node","@id":1735392858,"@timestamp":1579714635},"coords":"51.4500699,-0.0622835","bedrooms":"4","price":"179000","area":"683"} , +{"type":"Feature","id":"n1735392973","geometry":{"type":"Point","coordinates":[-0.0596638,51.4500772]},"properties":{"@type":"node","@id":1735392973,"@timestamp":1579714635},"coords":"51.4500772,-0.0596638","bedrooms":"2","price":"191000","area":"552"} , +{"type":"Feature","id":"n1735393222","geometry":{"type":"Point","coordinates":[-0.0584826,51.4500824]},"properties":{"@type":"node","@id":1735393222,"@timestamp":1579714635},"coords":"51.4500824,-0.0584826","bedrooms":"4","price":"176000","area":"494"} , +{"type":"Feature","id":"n1735393288","geometry":{"type":"Point","coordinates":[-0.0470258,51.450088]},"properties":{"@type":"node","@id":1735393288,"@timestamp":1409992653},"coords":"51.450088,-0.0470258","bedrooms":"0","price":"250000","area":"660"} , +{"type":"Feature","id":"n1735393354","geometry":{"type":"Point","coordinates":[-0.0620103,51.4500924]},"properties":{"@type":"node","@id":1735393354,"@timestamp":1579714635},"coords":"51.4500924,-0.0620103","bedrooms":"3","price":"220000","area":"659"} , +{"type":"Feature","id":"n1735393420","geometry":{"type":"Point","coordinates":[-0.0584916,51.4500961]},"properties":{"@type":"node","@id":1735393420,"@timestamp":1579714635},"coords":"51.4500961,-0.0584916","bedrooms":"2","price":"284000","area":"461"} , +{"type":"Feature","id":"n1735393475","geometry":{"type":"Point","coordinates":[-0.0564284,51.4501019]},"properties":{"@type":"node","@id":1735393475,"@timestamp":1579714635},"coords":"51.4501019,-0.0564284","bedrooms":"3","price":"199000","area":"644"} , +{"type":"Feature","id":"n1735393548","geometry":{"type":"Point","coordinates":[-0.0605736,51.4501083]},"properties":{"@type":"node","@id":1735393548,"@timestamp":1579714635},"coords":"51.4501083,-0.0605736","bedrooms":"1","price":"202000","area":"376"} , +{"type":"Feature","id":"n1735393627","geometry":{"type":"Point","coordinates":[-0.0742802,51.4501165]},"properties":{"@type":"node","@id":1735393627,"@timestamp":1579714635},"coords":"51.4501165,-0.0742802","bedrooms":"3","price":"277000","area":"429"} , +{"type":"Feature","id":"n1735393730","geometry":{"type":"Point","coordinates":[-0.0834139,51.4501242]},"properties":{"@type":"node","@id":1735393730,"@timestamp":1579714635},"coords":"51.4501242,-0.0834139","bedrooms":"4","price":"267000","area":"548"} , +{"type":"Feature","id":"n1735393791","geometry":{"type":"Point","coordinates":[-0.0492091,51.45013]},"properties":{"@type":"node","@id":1735393791,"@timestamp":1409810112},"coords":"51.45013,-0.0492091","bedrooms":"3","price":"243000","area":"367"} , +{"type":"Feature","id":"n1735393823","geometry":{"type":"Point","coordinates":[-0.0492766,51.4501345]},"properties":{"@type":"node","@id":1735393823,"@timestamp":1335717294},"coords":"51.4501345,-0.0492766","bedrooms":"3","price":"291000","area":"622"} , +{"type":"Feature","id":"n1735393877","geometry":{"type":"Point","coordinates":[-0.0475886,51.450139]},"properties":{"@type":"node","@id":1735393877,"@timestamp":1406147251},"coords":"51.450139,-0.0475886","bedrooms":"4","price":"156000","area":"575"} , +{"type":"Feature","id":"n1735393910","geometry":{"type":"Point","coordinates":[-0.0491536,51.4501461]},"properties":{"@type":"node","@id":1735393910,"@timestamp":1406527805},"coords":"51.4501461,-0.0491536","bedrooms":"0","price":"163000","area":"540"} , +{"type":"Feature","id":"n1735393948","geometry":{"type":"Point","coordinates":[-0.0583017,51.4501548]},"properties":{"@type":"node","@id":1735393948,"@timestamp":1579714635},"coords":"51.4501548,-0.0583017","bedrooms":"0","price":"251000","area":"551"} , +{"type":"Feature","id":"n1735393995","geometry":{"type":"Point","coordinates":[-0.0563287,51.4501593]},"properties":{"@type":"node","@id":1735393995,"@timestamp":1579714635},"coords":"51.4501593,-0.0563287","bedrooms":"2","price":"150000","area":"388"} , +{"type":"Feature","id":"n1735394019","geometry":{"type":"Point","coordinates":[-0.0606796,51.4501651]},"properties":{"@type":"node","@id":1735394019,"@timestamp":1579714635},"coords":"51.4501651,-0.0606796","bedrooms":"0","price":"275000","area":"558"} , +{"type":"Feature","id":"n1735394057","geometry":{"type":"Point","coordinates":[-0.0478695,51.45017]},"properties":{"@type":"node","@id":1735394057,"@timestamp":1409992656},"coords":"51.45017,-0.0478695","bedrooms":"3","price":"251000","area":"465"} , +{"type":"Feature","id":"n1735394105","geometry":{"type":"Point","coordinates":[-0.0490299,51.4501778]},"properties":{"@type":"node","@id":1735394105,"@timestamp":1409636994},"coords":"51.4501778,-0.0490299","bedrooms":"4","price":"176000","area":"491"} , +{"type":"Feature","id":"n1735394142","geometry":{"type":"Point","coordinates":[-0.0486533,51.4501835]},"properties":{"@type":"node","@id":1735394142,"@timestamp":1406147251},"coords":"51.4501835,-0.0486533","bedrooms":"2","price":"215000","area":"665"} , +{"type":"Feature","id":"n1735394160","geometry":{"type":"Point","coordinates":[-0.0457975,51.4501902]},"properties":{"@type":"node","@id":1735394160,"@timestamp":1406147251},"coords":"51.4501902,-0.0457975","bedrooms":"1","price":"282000","area":"379"} , +{"type":"Feature","id":"n1735394196","geometry":{"type":"Point","coordinates":[-0.046339,51.4501934]},"properties":{"@type":"node","@id":1735394196,"@timestamp":1335717315},"coords":"51.4501934,-0.046339","bedrooms":"2","price":"215000","area":"502"} , +{"type":"Feature","id":"n1735394240","geometry":{"type":"Point","coordinates":[-0.0478177,51.450201]},"properties":{"@type":"node","@id":1735394240,"@timestamp":1409992658},"coords":"51.450201,-0.0478177","bedrooms":"2","price":"246000","area":"608"} , +{"type":"Feature","id":"n1735394274","geometry":{"type":"Point","coordinates":[-0.0478368,51.4502068]},"properties":{"@type":"node","@id":1735394274,"@timestamp":1409992658},"coords":"51.4502068,-0.0478368","bedrooms":"3","price":"165000","area":"445"} , +{"type":"Feature","id":"n1735394301","geometry":{"type":"Point","coordinates":[-0.047866,51.4502156]},"properties":{"@type":"node","@id":1735394301,"@timestamp":1409992658},"coords":"51.4502156,-0.047866","bedrooms":"1","price":"154000","area":"354"} , +{"type":"Feature","id":"n1735394337","geometry":{"type":"Point","coordinates":[-0.0479192,51.4502231]},"properties":{"@type":"node","@id":1735394337,"@timestamp":1409992658},"coords":"51.4502231,-0.0479192","bedrooms":"3","price":"289000","area":"572"} , +{"type":"Feature","id":"n1735394370","geometry":{"type":"Point","coordinates":[-0.0478641,51.4502342]},"properties":{"@type":"node","@id":1735394370,"@timestamp":1409809768},"coords":"51.4502342,-0.0478641","bedrooms":"0","price":"203000","area":"676"} , +{"type":"Feature","id":"n1735394405","geometry":{"type":"Point","coordinates":[-0.0565188,51.450243]},"properties":{"@type":"node","@id":1735394405,"@timestamp":1579714635},"coords":"51.450243,-0.0565188","bedrooms":"2","price":"159000","area":"444"} , +{"type":"Feature","id":"n1735394446","geometry":{"type":"Point","coordinates":[-0.0497246,51.450255]},"properties":{"@type":"node","@id":1735394446,"@timestamp":1335717328},"coords":"51.450255,-0.0497246","bedrooms":"4","price":"240000","area":"602"} , +{"type":"Feature","id":"n1735394471","geometry":{"type":"Point","coordinates":[-0.0567016,51.4502692]},"properties":{"@type":"node","@id":1735394471,"@timestamp":1579714635},"coords":"51.4502692,-0.0567016","bedrooms":"3","price":"189000","area":"543"} , +{"type":"Feature","id":"n1735394517","geometry":{"type":"Point","coordinates":[-0.0569066,51.4502753]},"properties":{"@type":"node","@id":1735394517,"@timestamp":1579714635},"coords":"51.4502753,-0.0569066","bedrooms":"3","price":"214000","area":"560"} , +{"type":"Feature","id":"n1735394565","geometry":{"type":"Point","coordinates":[-0.0497929,51.4502824]},"properties":{"@type":"node","@id":1735394565,"@timestamp":1335717335},"coords":"51.4502824,-0.0497929","bedrooms":"3","price":"224000","area":"365"} , +{"type":"Feature","id":"n1735394598","geometry":{"type":"Point","coordinates":[-0.0498852,51.4502987]},"properties":{"@type":"node","@id":1735394598,"@timestamp":1335717337},"coords":"51.4502987,-0.0498852","bedrooms":"0","price":"271000","area":"652"} , +{"type":"Feature","id":"n1735394623","geometry":{"type":"Point","coordinates":[-0.0725394,51.4503082]},"properties":{"@type":"node","@id":1735394623,"@timestamp":1579714635},"coords":"51.4503082,-0.0725394","bedrooms":"0","price":"216000","area":"635"} , +{"type":"Feature","id":"n1735394663","geometry":{"type":"Point","coordinates":[-0.0627248,51.4503208]},"properties":{"@type":"node","@id":1735394663,"@timestamp":1579714635},"coords":"51.4503208,-0.0627248","bedrooms":"2","price":"254000","area":"636"} , +{"type":"Feature","id":"n1735394725","geometry":{"type":"Point","coordinates":[-0.0496026,51.4503292]},"properties":{"@type":"node","@id":1735394725,"@timestamp":1486047351},"coords":"51.4503292,-0.0496026","bedrooms":"2","price":"163000","area":"479"} , +{"type":"Feature","id":"n1735394808","geometry":{"type":"Point","coordinates":[-0.0572621,51.4503365]},"properties":{"@type":"node","@id":1735394808,"@timestamp":1579714635},"coords":"51.4503365,-0.0572621","bedrooms":"1","price":"221000","area":"472"} , +{"type":"Feature","id":"n1735394944","geometry":{"type":"Point","coordinates":[-0.0496239,51.4503444]},"properties":{"@type":"node","@id":1735394944,"@timestamp":1335717349},"coords":"51.4503444,-0.0496239","bedrooms":"3","price":"198000","area":"491"} , +{"type":"Feature","id":"n1735395036","geometry":{"type":"Point","coordinates":[-0.0499837,51.4503495]},"properties":{"@type":"node","@id":1735395036,"@timestamp":1335717352},"coords":"51.4503495,-0.0499837","bedrooms":"2","price":"197000","area":"362"} , +{"type":"Feature","id":"n1735395069","geometry":{"type":"Point","coordinates":[-0.0456467,51.4503624]},"properties":{"@type":"node","@id":1735395069,"@timestamp":1406147253},"coords":"51.4503624,-0.0456467","bedrooms":"3","price":"213000","area":"371"} , +{"type":"Feature","id":"n1735395118","geometry":{"type":"Point","coordinates":[-0.059102,51.4503692]},"properties":{"@type":"node","@id":1735395118,"@timestamp":1579714635},"coords":"51.4503692,-0.059102","bedrooms":"3","price":"246000","area":"442"} , +{"type":"Feature","id":"n1735395216","geometry":{"type":"Point","coordinates":[-0.049005,51.4503794]},"properties":{"@type":"node","@id":1735395216,"@timestamp":1335717359},"coords":"51.4503794,-0.049005","bedrooms":"3","price":"275000","area":"487"} , +{"type":"Feature","id":"n1735395300","geometry":{"type":"Point","coordinates":[-0.0477341,51.4503874]},"properties":{"@type":"node","@id":1735395300,"@timestamp":1335717362},"coords":"51.4503874,-0.0477341","bedrooms":"0","price":"187000","area":"623"} , +{"type":"Feature","id":"n1735395402","geometry":{"type":"Point","coordinates":[-0.0572331,51.4503955]},"properties":{"@type":"node","@id":1735395402,"@timestamp":1579714635},"coords":"51.4503955,-0.0572331","bedrooms":"4","price":"161000","area":"607"} , +{"type":"Feature","id":"n1735395471","geometry":{"type":"Point","coordinates":[-0.050153,51.450406]},"properties":{"@type":"node","@id":1735395471,"@timestamp":1335717367},"coords":"51.450406,-0.050153","bedrooms":"2","price":"180000","area":"427"} , +{"type":"Feature","id":"n1735395509","geometry":{"type":"Point","coordinates":[-0.0590861,51.4504133]},"properties":{"@type":"node","@id":1735395509,"@timestamp":1579714635},"coords":"51.4504133,-0.0590861","bedrooms":"4","price":"261000","area":"443"} , +{"type":"Feature","id":"n1735395537","geometry":{"type":"Point","coordinates":[-0.0565715,51.4504199]},"properties":{"@type":"node","@id":1735395537,"@timestamp":1579714635},"coords":"51.4504199,-0.0565715","bedrooms":"0","price":"200000","area":"486"} , +{"type":"Feature","id":"n1735395578","geometry":{"type":"Point","coordinates":[-0.0563959,51.4504303]},"properties":{"@type":"node","@id":1735395578,"@timestamp":1579714635},"coords":"51.4504303,-0.0563959","bedrooms":"0","price":"285000","area":"450"} , +{"type":"Feature","id":"n1735395629","geometry":{"type":"Point","coordinates":[-0.047853,51.4504453]},"properties":{"@type":"node","@id":1735395629,"@timestamp":1335717376},"coords":"51.4504453,-0.047853","bedrooms":"4","price":"271000","area":"693"} , +{"type":"Feature","id":"n1735395667","geometry":{"type":"Point","coordinates":[-0.0795793,51.4504545]},"properties":{"@type":"node","@id":1735395667,"@timestamp":1579714635},"coords":"51.4504545,-0.0795793","bedrooms":"4","price":"167000","area":"541"} , +{"type":"Feature","id":"n1735395713","geometry":{"type":"Point","coordinates":[-0.0455452,51.4504645]},"properties":{"@type":"node","@id":1735395713,"@timestamp":1407998746},"coords":"51.4504645,-0.0455452","bedrooms":"3","price":"151000","area":"476"} , +{"type":"Feature","id":"n1735395753","geometry":{"type":"Point","coordinates":[-0.0636587,51.4504713]},"properties":{"@type":"node","@id":1735395753,"@timestamp":1579714635},"coords":"51.4504713,-0.0636587","bedrooms":"4","price":"236000","area":"561"} , +{"type":"Feature","id":"n1735395834","geometry":{"type":"Point","coordinates":[-0.0490352,51.4504838]},"properties":{"@type":"node","@id":1735395834,"@timestamp":1406147255},"coords":"51.4504838,-0.0490352","bedrooms":"1","price":"244000","area":"444"} , +{"type":"Feature","id":"n1735395881","geometry":{"type":"Point","coordinates":[-0.0570764,51.4504995]},"properties":{"@type":"node","@id":1735395881,"@timestamp":1579714635},"coords":"51.4504995,-0.0570764","bedrooms":"0","price":"275000","area":"356"} , +{"type":"Feature","id":"n1735395983","geometry":{"type":"Point","coordinates":[-0.0830599,51.4505101]},"properties":{"@type":"node","@id":1735395983,"@timestamp":1579714635},"coords":"51.4505101,-0.0830599","bedrooms":"0","price":"277000","area":"459"} , +{"type":"Feature","id":"n1735396065","geometry":{"type":"Point","coordinates":[-0.0565657,51.450522]},"properties":{"@type":"node","@id":1735396065,"@timestamp":1579714635},"coords":"51.450522,-0.0565657","bedrooms":"0","price":"287000","area":"660"} , +{"type":"Feature","id":"n1735396144","geometry":{"type":"Point","coordinates":[-0.0571554,51.4505398]},"properties":{"@type":"node","@id":1735396144,"@timestamp":1579714635},"coords":"51.4505398,-0.0571554","bedrooms":"2","price":"247000","area":"591"} , +{"type":"Feature","id":"n1735396240","geometry":{"type":"Point","coordinates":[-0.0568669,51.4505521]},"properties":{"@type":"node","@id":1735396240,"@timestamp":1579714635},"coords":"51.4505521,-0.0568669","bedrooms":"4","price":"186000","area":"406"} , +{"type":"Feature","id":"n1735396309","geometry":{"type":"Point","coordinates":[-0.0627887,51.4505655]},"properties":{"@type":"node","@id":1735396309,"@timestamp":1579714635},"coords":"51.4505655,-0.0627887","bedrooms":"3","price":"214000","area":"643"} , +{"type":"Feature","id":"n1735396398","geometry":{"type":"Point","coordinates":[-0.0539469,51.450572]},"properties":{"@type":"node","@id":1735396398,"@timestamp":1406147255},"coords":"51.450572,-0.0539469","bedrooms":"4","price":"220000","area":"387"} , +{"type":"Feature","id":"n1735396529","geometry":{"type":"Point","coordinates":[-0.0556401,51.4505843]},"properties":{"@type":"node","@id":1735396529,"@timestamp":1579714635},"coords":"51.4505843,-0.0556401","bedrooms":"2","price":"165000","area":"660"} , +{"type":"Feature","id":"n1735396629","geometry":{"type":"Point","coordinates":[-0.0699613,51.4505904]},"properties":{"@type":"node","@id":1735396629,"@timestamp":1579714635},"coords":"51.4505904,-0.0699613","bedrooms":"2","price":"180000","area":"650"} , +{"type":"Feature","id":"n1735396708","geometry":{"type":"Point","coordinates":[-0.0964001,51.4506018]},"properties":{"@type":"node","@id":1735396708,"@timestamp":1579714635},"coords":"51.4506018,-0.0964001","bedrooms":"3","price":"218000","area":"603"} , +{"type":"Feature","id":"n1735396774","geometry":{"type":"Point","coordinates":[-0.0491389,51.4506203]},"properties":{"@type":"node","@id":1735396774,"@timestamp":1335717414},"coords":"51.4506203,-0.0491389","bedrooms":"4","price":"227000","area":"363"} , +{"type":"Feature","id":"n1735396825","geometry":{"type":"Point","coordinates":[-0.0860291,51.450631]},"properties":{"@type":"node","@id":1735396825,"@timestamp":1579714635},"coords":"51.450631,-0.0860291","bedrooms":"3","price":"183000","area":"540"} , +{"type":"Feature","id":"n1735396891","geometry":{"type":"Point","coordinates":[-0.0784405,51.4506446]},"properties":{"@type":"node","@id":1735396891,"@timestamp":1579714635},"coords":"51.4506446,-0.0784405","bedrooms":"0","price":"176000","area":"638"} , +{"type":"Feature","id":"n1735396952","geometry":{"type":"Point","coordinates":[-0.096111,51.4506584]},"properties":{"@type":"node","@id":1735396952,"@timestamp":1579714635},"coords":"51.4506584,-0.096111","bedrooms":"3","price":"272000","area":"464"} , +{"type":"Feature","id":"n1735397021","geometry":{"type":"Point","coordinates":[-0.0852208,51.4506951]},"properties":{"@type":"node","@id":1735397021,"@timestamp":1610840859},"coords":"51.4506951,-0.0852208","bedrooms":"4","price":"197000","area":"420"} , +{"type":"Feature","id":"n1735397062","geometry":{"type":"Point","coordinates":[-0.0608249,51.450679]},"properties":{"@type":"node","@id":1735397062,"@timestamp":1579714635},"coords":"51.450679,-0.0608249","bedrooms":"1","price":"247000","area":"696"} , +{"type":"Feature","id":"n1735397101","geometry":{"type":"Point","coordinates":[-0.0851469,51.4506914]},"properties":{"@type":"node","@id":1735397101,"@timestamp":1579714635},"coords":"51.4506914,-0.0851469","bedrooms":"2","price":"200000","area":"423"} , +{"type":"Feature","id":"n1735397170","geometry":{"type":"Point","coordinates":[-0.0722065,51.4506984]},"properties":{"@type":"node","@id":1735397170,"@timestamp":1579714635},"coords":"51.4506984,-0.0722065","bedrooms":"3","price":"202000","area":"485"} , +{"type":"Feature","id":"n1735397226","geometry":{"type":"Point","coordinates":[-0.0589923,51.4507046]},"properties":{"@type":"node","@id":1735397226,"@timestamp":1579714635},"coords":"51.4507046,-0.0589923","bedrooms":"4","price":"295000","area":"592"} , +{"type":"Feature","id":"n1735397325","geometry":{"type":"Point","coordinates":[-0.0760595,51.4507138]},"properties":{"@type":"node","@id":1735397325,"@timestamp":1579714635},"coords":"51.4507138,-0.0760595","bedrooms":"1","price":"298000","area":"611"} , +{"type":"Feature","id":"n1735397429","geometry":{"type":"Point","coordinates":[-0.0559762,51.4507234]},"properties":{"@type":"node","@id":1735397429,"@timestamp":1579714635},"coords":"51.4507234,-0.0559762","bedrooms":"3","price":"160000","area":"528"} , +{"type":"Feature","id":"n1735397594","geometry":{"type":"Point","coordinates":[-0.0492399,51.4507364]},"properties":{"@type":"node","@id":1735397594,"@timestamp":1335717442},"coords":"51.4507364,-0.0492399","bedrooms":"0","price":"270000","area":"397"} , +{"type":"Feature","id":"n1735397782","geometry":{"type":"Point","coordinates":[-0.0585039,51.450745]},"properties":{"@type":"node","@id":1735397782,"@timestamp":1579714635},"coords":"51.450745,-0.0585039","bedrooms":"2","price":"237000","area":"497"} , +{"type":"Feature","id":"n1735397932","geometry":{"type":"Point","coordinates":[-0.056579,51.4507586]},"properties":{"@type":"node","@id":1735397932,"@timestamp":1579714635},"coords":"51.4507586,-0.056579","bedrooms":"0","price":"270000","area":"491"} , +{"type":"Feature","id":"n1735398143","geometry":{"type":"Point","coordinates":[-0.0950822,51.450767]},"properties":{"@type":"node","@id":1735398143,"@timestamp":1579714635},"coords":"51.450767,-0.0950822","bedrooms":"2","price":"299000","area":"527"} , +{"type":"Feature","id":"n1735398291","geometry":{"type":"Point","coordinates":[-0.0789196,51.4507865]},"properties":{"@type":"node","@id":1735398291,"@timestamp":1579714635},"coords":"51.4507865,-0.0789196","bedrooms":"1","price":"192000","area":"612"} , +{"type":"Feature","id":"n1735398442","geometry":{"type":"Point","coordinates":[-0.0691386,51.4508064]},"properties":{"@type":"node","@id":1735398442,"@timestamp":1579714635},"coords":"51.4508064,-0.0691386","bedrooms":"3","price":"219000","area":"384"} , +{"type":"Feature","id":"n1735398598","geometry":{"type":"Point","coordinates":[-0.0969746,51.4508233]},"properties":{"@type":"node","@id":1735398598,"@timestamp":1579714635},"coords":"51.4508233,-0.0969746","bedrooms":"2","price":"202000","area":"351"} , +{"type":"Feature","id":"n1735398710","geometry":{"type":"Point","coordinates":[-0.0538563,51.4508358]},"properties":{"@type":"node","@id":1735398710,"@timestamp":1406147258},"coords":"51.4508358,-0.0538563","bedrooms":"3","price":"200000","area":"648"} , +{"type":"Feature","id":"n1735398811","geometry":{"type":"Point","coordinates":[-0.0500353,51.4508513]},"properties":{"@type":"node","@id":1735398811,"@timestamp":1409810114},"coords":"51.4508513,-0.0500353","bedrooms":"3","price":"299000","area":"429"} , +{"type":"Feature","id":"n1735398954","geometry":{"type":"Point","coordinates":[-0.095813,51.4508566]},"properties":{"@type":"node","@id":1735398954,"@timestamp":1579714635},"coords":"51.4508566,-0.095813","bedrooms":"4","price":"287000","area":"446"} , +{"type":"Feature","id":"n1735399077","geometry":{"type":"Point","coordinates":[-0.0984581,51.4508636]},"properties":{"@type":"node","@id":1735399077,"@timestamp":1579714635},"coords":"51.4508636,-0.0984581","bedrooms":"2","price":"269000","area":"373"} , +{"type":"Feature","id":"n1735399219","geometry":{"type":"Point","coordinates":[-0.0554595,51.4508723]},"properties":{"@type":"node","@id":1735399219,"@timestamp":1579714635},"coords":"51.4508723,-0.0554595","bedrooms":"4","price":"266000","area":"517"} , +{"type":"Feature","id":"n1735399357","geometry":{"type":"Point","coordinates":[-0.0625434,51.4508756]},"properties":{"@type":"node","@id":1735399357,"@timestamp":1579714635},"coords":"51.4508756,-0.0625434","bedrooms":"0","price":"176000","area":"536"} , +{"type":"Feature","id":"n1735399506","geometry":{"type":"Point","coordinates":[-0.0479308,51.450882]},"properties":{"@type":"node","@id":1735399506,"@timestamp":1335717481},"coords":"51.450882,-0.0479308","bedrooms":"3","price":"205000","area":"383"} , +{"type":"Feature","id":"n1735399631","geometry":{"type":"Point","coordinates":[-0.0792616,51.4508951]},"properties":{"@type":"node","@id":1735399631,"@timestamp":1579714635},"coords":"51.4508951,-0.0792616","bedrooms":"3","price":"273000","area":"396"} , +{"type":"Feature","id":"n1735399764","geometry":{"type":"Point","coordinates":[-0.0537754,51.4508996]},"properties":{"@type":"node","@id":1735399764,"@timestamp":1406147259},"coords":"51.4508996,-0.0537754","bedrooms":"0","price":"235000","area":"491"} , +{"type":"Feature","id":"n1735399932","geometry":{"type":"Point","coordinates":[-0.0556281,51.4509113]},"properties":{"@type":"node","@id":1735399932,"@timestamp":1579714635},"coords":"51.4509113,-0.0556281","bedrooms":"3","price":"214000","area":"410"} , +{"type":"Feature","id":"n1735400020","geometry":{"type":"Point","coordinates":[-0.0823615,51.4509184]},"properties":{"@type":"node","@id":1735400020,"@timestamp":1579714635},"coords":"51.4509184,-0.0823615","bedrooms":"2","price":"218000","area":"372"} , +{"type":"Feature","id":"n1735400083","geometry":{"type":"Point","coordinates":[-0.0798556,51.4509256]},"properties":{"@type":"node","@id":1735400083,"@timestamp":1579714635},"coords":"51.4509256,-0.0798556","bedrooms":"3","price":"256000","area":"411"} , +{"type":"Feature","id":"n1735400135","geometry":{"type":"Point","coordinates":[-0.0556105,51.4509378]},"properties":{"@type":"node","@id":1735400135,"@timestamp":1579714635},"coords":"51.4509378,-0.0556105","bedrooms":"2","price":"293000","area":"582"} , +{"type":"Feature","id":"n1735400194","geometry":{"type":"Point","coordinates":[-0.0543541,51.4509563]},"properties":{"@type":"node","@id":1735400194,"@timestamp":1579714635},"coords":"51.4509563,-0.0543541","bedrooms":"0","price":"187000","area":"372"} , +{"type":"Feature","id":"n1735400246","geometry":{"type":"Point","coordinates":[-0.0838791,51.4509664]},"properties":{"@type":"node","@id":1735400246,"@timestamp":1579714635},"coords":"51.4509664,-0.0838791","bedrooms":"2","price":"199000","area":"663"} , +{"type":"Feature","id":"n1735400300","geometry":{"type":"Point","coordinates":[-0.0822844,51.4509761]},"properties":{"@type":"node","@id":1735400300,"@timestamp":1579714635},"coords":"51.4509761,-0.0822844","bedrooms":"0","price":"266000","area":"585"} , +{"type":"Feature","id":"n1735400389","geometry":{"type":"Point","coordinates":[-0.0778902,51.4509929]},"properties":{"@type":"node","@id":1735400389,"@timestamp":1579714635},"coords":"51.4509929,-0.0778902","bedrooms":"0","price":"154000","area":"422"} , +{"type":"Feature","id":"n1735400481","geometry":{"type":"Point","coordinates":[-0.0588713,51.4510007]},"properties":{"@type":"node","@id":1735400481,"@timestamp":1579714635},"coords":"51.4510007,-0.0588713","bedrooms":"3","price":"249000","area":"685"} , +{"type":"Feature","id":"n1735400572","geometry":{"type":"Point","coordinates":[-0.0862456,51.4510068]},"properties":{"@type":"node","@id":1735400572,"@timestamp":1579714635},"coords":"51.4510068,-0.0862456","bedrooms":"0","price":"177000","area":"516"} , +{"type":"Feature","id":"n1735400690","geometry":{"type":"Point","coordinates":[-0.0810933,51.451024]},"properties":{"@type":"node","@id":1735400690,"@timestamp":1579714635},"coords":"51.451024,-0.0810933","bedrooms":"2","price":"213000","area":"540"} , +{"type":"Feature","id":"n1735400779","geometry":{"type":"Point","coordinates":[-0.0619145,51.4510393]},"properties":{"@type":"node","@id":1735400779,"@timestamp":1579714635},"coords":"51.4510393,-0.0619145","bedrooms":"2","price":"258000","area":"535"} , +{"type":"Feature","id":"n1735400950","geometry":{"type":"Point","coordinates":[-0.0479566,51.4510513]},"properties":{"@type":"node","@id":1735400950,"@timestamp":1406527808},"coords":"51.4510513,-0.0479566","bedrooms":"1","price":"169000","area":"647"} , +{"type":"Feature","id":"n1735400996","geometry":{"type":"Point","coordinates":[-0.0555965,51.4510705]},"properties":{"@type":"node","@id":1735400996,"@timestamp":1579714635},"coords":"51.4510705,-0.0555965","bedrooms":"1","price":"286000","area":"427"} , +{"type":"Feature","id":"n1735401032","geometry":{"type":"Point","coordinates":[-0.0632348,51.4510884]},"properties":{"@type":"node","@id":1735401032,"@timestamp":1579714635},"coords":"51.4510884,-0.0632348","bedrooms":"0","price":"240000","area":"405"} , +{"type":"Feature","id":"n1735401073","geometry":{"type":"Point","coordinates":[-0.0970914,51.4511051]},"properties":{"@type":"node","@id":1735401073,"@timestamp":1579714635},"coords":"51.4511051,-0.0970914","bedrooms":"0","price":"258000","area":"635"} , +{"type":"Feature","id":"n1735401100","geometry":{"type":"Point","coordinates":[-0.0718964,51.4511309]},"properties":{"@type":"node","@id":1735401100,"@timestamp":1579714635},"coords":"51.4511309,-0.0718964","bedrooms":"3","price":"173000","area":"665"} , +{"type":"Feature","id":"n1735401134","geometry":{"type":"Point","coordinates":[-0.0550954,51.4511485]},"properties":{"@type":"node","@id":1735401134,"@timestamp":1579714635},"coords":"51.4511485,-0.0550954","bedrooms":"1","price":"190000","area":"389"} , +{"type":"Feature","id":"n1735401176","geometry":{"type":"Point","coordinates":[-0.0739263,51.4511615]},"properties":{"@type":"node","@id":1735401176,"@timestamp":1579714635},"coords":"51.4511615,-0.0739263","bedrooms":"2","price":"227000","area":"440"} , +{"type":"Feature","id":"n1735401214","geometry":{"type":"Point","coordinates":[-0.0479513,51.4511768]},"properties":{"@type":"node","@id":1735401214,"@timestamp":1335717545},"coords":"51.4511768,-0.0479513","bedrooms":"4","price":"299000","area":"607"} , +{"type":"Feature","id":"n1735401245","geometry":{"type":"Point","coordinates":[-0.0484404,51.4511872]},"properties":{"@type":"node","@id":1735401245,"@timestamp":1335717547},"coords":"51.4511872,-0.0484404","bedrooms":"4","price":"177000","area":"454"} , +{"type":"Feature","id":"n1735401287","geometry":{"type":"Point","coordinates":[-0.0558469,51.4512054]},"properties":{"@type":"node","@id":1735401287,"@timestamp":1579714635},"coords":"51.4512054,-0.0558469","bedrooms":"1","price":"280000","area":"559"} , +{"type":"Feature","id":"n1735401357","geometry":{"type":"Point","coordinates":[-0.0607134,51.4512113]},"properties":{"@type":"node","@id":1735401357,"@timestamp":1579714635},"coords":"51.4512113,-0.0607134","bedrooms":"2","price":"278000","area":"657"} , +{"type":"Feature","id":"n1735401438","geometry":{"type":"Point","coordinates":[-0.0590135,51.4512224]},"properties":{"@type":"node","@id":1735401438,"@timestamp":1579714635},"coords":"51.4512224,-0.0590135","bedrooms":"0","price":"241000","area":"653"} , +{"type":"Feature","id":"n1735401486","geometry":{"type":"Point","coordinates":[-0.0740121,51.4512268]},"properties":{"@type":"node","@id":1735401486,"@timestamp":1579714635},"coords":"51.4512268,-0.0740121","bedrooms":"4","price":"255000","area":"594"} , +{"type":"Feature","id":"n1735401582","geometry":{"type":"Point","coordinates":[-0.0552124,51.4512355]},"properties":{"@type":"node","@id":1735401582,"@timestamp":1579714635},"coords":"51.4512355,-0.0552124","bedrooms":"2","price":"276000","area":"651"} , +{"type":"Feature","id":"n1735401663","geometry":{"type":"Point","coordinates":[-0.0626822,51.4512383]},"properties":{"@type":"node","@id":1735401663,"@timestamp":1579714635},"coords":"51.4512383,-0.0626822","bedrooms":"1","price":"230000","area":"390"} , +{"type":"Feature","id":"n1735401732","geometry":{"type":"Point","coordinates":[-0.0629077,51.4512445]},"properties":{"@type":"node","@id":1735401732,"@timestamp":1579714635},"coords":"51.4512445,-0.0629077","bedrooms":"0","price":"188000","area":"535"} , +{"type":"Feature","id":"n1735401789","geometry":{"type":"Point","coordinates":[-0.059055,51.451258]},"properties":{"@type":"node","@id":1735401789,"@timestamp":1579714635},"coords":"51.451258,-0.059055","bedrooms":"1","price":"294000","area":"551"} , +{"type":"Feature","id":"n1735401846","geometry":{"type":"Point","coordinates":[-0.0628664,51.4512723]},"properties":{"@type":"node","@id":1735401846,"@timestamp":1579714635},"coords":"51.4512723,-0.0628664","bedrooms":"3","price":"273000","area":"691"} , +{"type":"Feature","id":"n1735401930","geometry":{"type":"Point","coordinates":[-0.0500627,51.4512805]},"properties":{"@type":"node","@id":1735401930,"@timestamp":1409810117},"coords":"51.4512805,-0.0500627","bedrooms":"1","price":"214000","area":"688"} , +{"type":"Feature","id":"n1735402005","geometry":{"type":"Point","coordinates":[-0.055675,51.4512992]},"properties":{"@type":"node","@id":1735402005,"@timestamp":1579714635},"coords":"51.4512992,-0.055675","bedrooms":"0","price":"238000","area":"681"} , +{"type":"Feature","id":"n1735402064","geometry":{"type":"Point","coordinates":[-0.0551908,51.4513207]},"properties":{"@type":"node","@id":1735402064,"@timestamp":1579714635},"coords":"51.4513207,-0.0551908","bedrooms":"4","price":"272000","area":"498"} , +{"type":"Feature","id":"n1735402147","geometry":{"type":"Point","coordinates":[-0.0860685,51.4513349]},"properties":{"@type":"node","@id":1735402147,"@timestamp":1579714635},"coords":"51.4513349,-0.0860685","bedrooms":"3","price":"226000","area":"520"} , +{"type":"Feature","id":"n1735402221","geometry":{"type":"Point","coordinates":[-0.0727468,51.4513484]},"properties":{"@type":"node","@id":1735402221,"@timestamp":1579714635},"coords":"51.4513484,-0.0727468","bedrooms":"4","price":"228000","area":"463"} , +{"type":"Feature","id":"n1735402276","geometry":{"type":"Point","coordinates":[-0.0550258,51.4513581]},"properties":{"@type":"node","@id":1735402276,"@timestamp":1579714635},"coords":"51.4513581,-0.0550258","bedrooms":"1","price":"196000","area":"640"} , +{"type":"Feature","id":"n1735402337","geometry":{"type":"Point","coordinates":[-0.0620643,51.4513743]},"properties":{"@type":"node","@id":1735402337,"@timestamp":1579714635},"coords":"51.4513743,-0.0620643","bedrooms":"1","price":"166000","area":"671"} , +{"type":"Feature","id":"n1735402387","geometry":{"type":"Point","coordinates":[-0.0555112,51.4513933]},"properties":{"@type":"node","@id":1735402387,"@timestamp":1579714635},"coords":"51.4513933,-0.0555112","bedrooms":"0","price":"160000","area":"415"} , +{"type":"Feature","id":"n1735402475","geometry":{"type":"Point","coordinates":[-0.0990644,51.4514129]},"properties":{"@type":"node","@id":1735402475,"@timestamp":1579714635},"coords":"51.4514129,-0.0990644","bedrooms":"0","price":"180000","area":"547"} , +{"type":"Feature","id":"n1735402532","geometry":{"type":"Point","coordinates":[-0.0940194,51.4514366]},"properties":{"@type":"node","@id":1735402532,"@timestamp":1579714635},"coords":"51.4514366,-0.0940194","bedrooms":"0","price":"263000","area":"362"} , +{"type":"Feature","id":"n1735402617","geometry":{"type":"Point","coordinates":[-0.0551007,51.4514585]},"properties":{"@type":"node","@id":1735402617,"@timestamp":1579714635},"coords":"51.4514585,-0.0551007","bedrooms":"3","price":"234000","area":"581"} , +{"type":"Feature","id":"n1735402709","geometry":{"type":"Point","coordinates":[-0.0550395,51.4514711]},"properties":{"@type":"node","@id":1735402709,"@timestamp":1579714635},"coords":"51.4514711,-0.0550395","bedrooms":"3","price":"157000","area":"589"} , +{"type":"Feature","id":"n1735402771","geometry":{"type":"Point","coordinates":[-0.0649823,51.4514812]},"properties":{"@type":"node","@id":1735402771,"@timestamp":1579714635},"coords":"51.4514812,-0.0649823","bedrooms":"2","price":"249000","area":"359"} , +{"type":"Feature","id":"n1735402861","geometry":{"type":"Point","coordinates":[-0.0553749,51.4514939]},"properties":{"@type":"node","@id":1735402861,"@timestamp":1579714635},"coords":"51.4514939,-0.0553749","bedrooms":"1","price":"298000","area":"544"} , +{"type":"Feature","id":"n1735403012","geometry":{"type":"Point","coordinates":[-0.0863254,51.4515054]},"properties":{"@type":"node","@id":1735403012,"@timestamp":1579714635},"coords":"51.4515054,-0.0863254","bedrooms":"1","price":"216000","area":"587"} , +{"type":"Feature","id":"n1735403131","geometry":{"type":"Point","coordinates":[-0.0626079,51.4515173]},"properties":{"@type":"node","@id":1735403131,"@timestamp":1579714635},"coords":"51.4515173,-0.0626079","bedrooms":"4","price":"247000","area":"606"} , +{"type":"Feature","id":"n1735403241","geometry":{"type":"Point","coordinates":[-0.0547817,51.4515326]},"properties":{"@type":"node","@id":1735403241,"@timestamp":1579714635},"coords":"51.4515326,-0.0547817","bedrooms":"0","price":"168000","area":"565"} , +{"type":"Feature","id":"n1735403386","geometry":{"type":"Point","coordinates":[-0.0547326,51.4515423]},"properties":{"@type":"node","@id":1735403386,"@timestamp":1579714635},"coords":"51.4515423,-0.0547326","bedrooms":"0","price":"281000","area":"498"} , +{"type":"Feature","id":"n1735403475","geometry":{"type":"Point","coordinates":[-0.0547032,51.4515589]},"properties":{"@type":"node","@id":1735403475,"@timestamp":1579714635},"coords":"51.4515589,-0.0547032","bedrooms":"0","price":"193000","area":"377"} , +{"type":"Feature","id":"n1735403599","geometry":{"type":"Point","coordinates":[-0.0724994,51.4515675]},"properties":{"@type":"node","@id":1735403599,"@timestamp":1579714635},"coords":"51.4515675,-0.0724994","bedrooms":"1","price":"279000","area":"454"} , +{"type":"Feature","id":"n1735403727","geometry":{"type":"Point","coordinates":[-0.0552265,51.4515739]},"properties":{"@type":"node","@id":1735403727,"@timestamp":1579714635},"coords":"51.4515739,-0.0552265","bedrooms":"4","price":"287000","area":"503"} , +{"type":"Feature","id":"n1735403841","geometry":{"type":"Point","coordinates":[-0.0548498,51.4515806]},"properties":{"@type":"node","@id":1735403841,"@timestamp":1579714635},"coords":"51.4515806,-0.0548498","bedrooms":"4","price":"205000","area":"632"} , +{"type":"Feature","id":"n1735403926","geometry":{"type":"Point","coordinates":[-0.0546447,51.4515902]},"properties":{"@type":"node","@id":1735403926,"@timestamp":1579714635},"coords":"51.4515902,-0.0546447","bedrooms":"1","price":"270000","area":"540"} , +{"type":"Feature","id":"n1735404035","geometry":{"type":"Point","coordinates":[-0.0618847,51.4516055]},"properties":{"@type":"node","@id":1735404035,"@timestamp":1579714635},"coords":"51.4516055,-0.0618847","bedrooms":"2","price":"189000","area":"358"} , +{"type":"Feature","id":"n1735404166","geometry":{"type":"Point","coordinates":[-0.0959508,51.451617]},"properties":{"@type":"node","@id":1735404166,"@timestamp":1579714635},"coords":"51.451617,-0.0959508","bedrooms":"0","price":"273000","area":"496"} , +{"type":"Feature","id":"n1735404272","geometry":{"type":"Point","coordinates":[-0.0617791,51.4516273]},"properties":{"@type":"node","@id":1735404272,"@timestamp":1579714635},"coords":"51.4516273,-0.0617791","bedrooms":"1","price":"183000","area":"563"} , +{"type":"Feature","id":"n1735404391","geometry":{"type":"Point","coordinates":[-0.0749405,51.4516424]},"properties":{"@type":"node","@id":1735404391,"@timestamp":1579714635},"coords":"51.4516424,-0.0749405","bedrooms":"0","price":"252000","area":"649"} , +{"type":"Feature","id":"n1735404487","geometry":{"type":"Point","coordinates":[-0.0739042,51.4516555]},"properties":{"@type":"node","@id":1735404487,"@timestamp":1579714635},"coords":"51.4516555,-0.0739042","bedrooms":"1","price":"176000","area":"622"} , +{"type":"Feature","id":"n1735404582","geometry":{"type":"Point","coordinates":[-0.0545443,51.4516653]},"properties":{"@type":"node","@id":1735404582,"@timestamp":1579714635},"coords":"51.4516653,-0.0545443","bedrooms":"1","price":"189000","area":"472"} , +{"type":"Feature","id":"n1735404696","geometry":{"type":"Point","coordinates":[-0.0765404,51.4516734]},"properties":{"@type":"node","@id":1735404696,"@timestamp":1579714635},"coords":"51.4516734,-0.0765404","bedrooms":"0","price":"163000","area":"408"} , +{"type":"Feature","id":"n1735404807","geometry":{"type":"Point","coordinates":[-0.0544836,51.4516907]},"properties":{"@type":"node","@id":1735404807,"@timestamp":1579714635},"coords":"51.4516907,-0.0544836","bedrooms":"1","price":"205000","area":"481"} , +{"type":"Feature","id":"n1735404942","geometry":{"type":"Point","coordinates":[-0.0595573,51.4517071]},"properties":{"@type":"node","@id":1735404942,"@timestamp":1579714635},"coords":"51.4517071,-0.0595573","bedrooms":"2","price":"155000","area":"443"} , +{"type":"Feature","id":"n1735405210","geometry":{"type":"Point","coordinates":[-0.0979733,51.4517214]},"properties":{"@type":"node","@id":1735405210,"@timestamp":1579714635},"coords":"51.4517214,-0.0979733","bedrooms":"3","price":"233000","area":"630"} , +{"type":"Feature","id":"n1735405327","geometry":{"type":"Point","coordinates":[-0.0540998,51.451734]},"properties":{"@type":"node","@id":1735405327,"@timestamp":1579714635},"coords":"51.451734,-0.0540998","bedrooms":"0","price":"272000","area":"400"} , +{"type":"Feature","id":"n1735405448","geometry":{"type":"Point","coordinates":[-0.073341,51.4517522]},"properties":{"@type":"node","@id":1735405448,"@timestamp":1579714635},"coords":"51.4517522,-0.073341","bedrooms":"2","price":"152000","area":"410"} , +{"type":"Feature","id":"n1735405598","geometry":{"type":"Point","coordinates":[-0.0796233,51.4517893]},"properties":{"@type":"node","@id":1735405598,"@timestamp":1579714635},"coords":"51.4517893,-0.0796233","bedrooms":"4","price":"295000","area":"353"} , +{"type":"Feature","id":"n1735405726","geometry":{"type":"Point","coordinates":[-0.0781678,51.4518019]},"properties":{"@type":"node","@id":1735405726,"@timestamp":1579714635},"coords":"51.4518019,-0.0781678","bedrooms":"3","price":"219000","area":"477"} , +{"type":"Feature","id":"n1735405905","geometry":{"type":"Point","coordinates":[-0.0732421,51.4518339]},"properties":{"@type":"node","@id":1735405905,"@timestamp":1579714635},"coords":"51.4518339,-0.0732421","bedrooms":"0","price":"208000","area":"697"} , +{"type":"Feature","id":"n1735406065","geometry":{"type":"Point","coordinates":[-0.0865939,51.4518575]},"properties":{"@type":"node","@id":1735406065,"@timestamp":1579714635},"coords":"51.4518575,-0.0865939","bedrooms":"1","price":"173000","area":"614"} , +{"type":"Feature","id":"n1735406190","geometry":{"type":"Point","coordinates":[-0.0963227,51.4518762]},"properties":{"@type":"node","@id":1735406190,"@timestamp":1579714635},"coords":"51.4518762,-0.0963227","bedrooms":"1","price":"243000","area":"618"} , +{"type":"Feature","id":"n1735406269","geometry":{"type":"Point","coordinates":[-0.059586,51.4518967]},"properties":{"@type":"node","@id":1735406269,"@timestamp":1579714635},"coords":"51.4518967,-0.059586","bedrooms":"2","price":"193000","area":"546"} , +{"type":"Feature","id":"n1735406350","geometry":{"type":"Point","coordinates":[-0.0756502,51.4519082]},"properties":{"@type":"node","@id":1735406350,"@timestamp":1579714635},"coords":"51.4519082,-0.0756502","bedrooms":"0","price":"212000","area":"511"} , +{"type":"Feature","id":"n1735406426","geometry":{"type":"Point","coordinates":[-0.0729683,51.4519286]},"properties":{"@type":"node","@id":1735406426,"@timestamp":1579714635},"coords":"51.4519286,-0.0729683","bedrooms":"2","price":"253000","area":"655"} , +{"type":"Feature","id":"n1735406515","geometry":{"type":"Point","coordinates":[-0.086474,51.4519421]},"properties":{"@type":"node","@id":1735406515,"@timestamp":1579714635},"coords":"51.4519421,-0.086474","bedrooms":"4","price":"291000","area":"646"} , +{"type":"Feature","id":"n1735406629","geometry":{"type":"Point","coordinates":[-0.0863238,51.4519644]},"properties":{"@type":"node","@id":1735406629,"@timestamp":1579714635},"coords":"51.4519644,-0.0863238","bedrooms":"1","price":"222000","area":"600"} , +{"type":"Feature","id":"n1735406738","geometry":{"type":"Point","coordinates":[-0.0579358,51.4519872]},"properties":{"@type":"node","@id":1735406738,"@timestamp":1579714635},"coords":"51.4519872,-0.0579358","bedrooms":"4","price":"257000","area":"503"} , +{"type":"Feature","id":"n1735406836","geometry":{"type":"Point","coordinates":[-0.0590576,51.4520148]},"properties":{"@type":"node","@id":1735406836,"@timestamp":1579714635},"coords":"51.4520148,-0.0590576","bedrooms":"1","price":"255000","area":"431"} , +{"type":"Feature","id":"n1735406926","geometry":{"type":"Point","coordinates":[-0.0720514,51.4520344]},"properties":{"@type":"node","@id":1735406926,"@timestamp":1579714635},"coords":"51.4520344,-0.0720514","bedrooms":"2","price":"212000","area":"577"} , +{"type":"Feature","id":"n1735406995","geometry":{"type":"Point","coordinates":[-0.0536109,51.4520509]},"properties":{"@type":"node","@id":1735406995,"@timestamp":1335717699},"coords":"51.4520509,-0.0536109","bedrooms":"4","price":"272000","area":"665"} , +{"type":"Feature","id":"n1735407080","geometry":{"type":"Point","coordinates":[-0.0614696,51.4520631]},"properties":{"@type":"node","@id":1735407080,"@timestamp":1579714635},"coords":"51.4520631,-0.0614696","bedrooms":"1","price":"267000","area":"538"} , +{"type":"Feature","id":"n1735407165","geometry":{"type":"Point","coordinates":[-0.0613527,51.4520729]},"properties":{"@type":"node","@id":1735407165,"@timestamp":1579714635},"coords":"51.4520729,-0.0613527","bedrooms":"1","price":"253000","area":"685"} , +{"type":"Feature","id":"n1735407274","geometry":{"type":"Point","coordinates":[-0.0718727,51.4520859]},"properties":{"@type":"node","@id":1735407274,"@timestamp":1579714635},"coords":"51.4520859,-0.0718727","bedrooms":"2","price":"155000","area":"696"} , +{"type":"Feature","id":"n1735407353","geometry":{"type":"Point","coordinates":[-0.0542799,51.452102]},"properties":{"@type":"node","@id":1735407353,"@timestamp":1579714635},"coords":"51.452102,-0.0542799","bedrooms":"0","price":"248000","area":"421"} , +{"type":"Feature","id":"n1735407436","geometry":{"type":"Point","coordinates":[-0.0534561,51.4521185]},"properties":{"@type":"node","@id":1735407436,"@timestamp":1406147270},"coords":"51.4521185,-0.0534561","bedrooms":"1","price":"244000","area":"423"} , +{"type":"Feature","id":"n1735407514","geometry":{"type":"Point","coordinates":[-0.0937758,51.4521444]},"properties":{"@type":"node","@id":1735407514,"@timestamp":1579714635},"coords":"51.4521444,-0.0937758","bedrooms":"2","price":"278000","area":"667"} , +{"type":"Feature","id":"n1735407614","geometry":{"type":"Point","coordinates":[-0.0753062,51.4521656]},"properties":{"@type":"node","@id":1735407614,"@timestamp":1579714635},"coords":"51.4521656,-0.0753062","bedrooms":"0","price":"222000","area":"573"} , +{"type":"Feature","id":"n1735407745","geometry":{"type":"Point","coordinates":[-0.0533503,51.452189]},"properties":{"@type":"node","@id":1735407745,"@timestamp":1335717719},"coords":"51.452189,-0.0533503","bedrooms":"2","price":"197000","area":"625"} , +{"type":"Feature","id":"n1735407833","geometry":{"type":"Point","coordinates":[-0.0540079,51.4522098]},"properties":{"@type":"node","@id":1735407833,"@timestamp":1406527812},"coords":"51.4522098,-0.0540079","bedrooms":"2","price":"256000","area":"367"} , +{"type":"Feature","id":"n1735407909","geometry":{"type":"Point","coordinates":[-0.0860654,51.4522292]},"properties":{"@type":"node","@id":1735407909,"@timestamp":1579714635},"coords":"51.4522292,-0.0860654","bedrooms":"0","price":"247000","area":"476"} , +{"type":"Feature","id":"n1735407985","geometry":{"type":"Point","coordinates":[-0.0616426,51.4522556]},"properties":{"@type":"node","@id":1735407985,"@timestamp":1579714635},"coords":"51.4522556,-0.0616426","bedrooms":"2","price":"249000","area":"647"} , +{"type":"Feature","id":"n1735408038","geometry":{"type":"Point","coordinates":[-0.0870108,51.4522747]},"properties":{"@type":"node","@id":1735408038,"@timestamp":1579714635},"coords":"51.4522747,-0.0870108","bedrooms":"2","price":"241000","area":"458"} , +{"type":"Feature","id":"n1735408086","geometry":{"type":"Point","coordinates":[-0.0622601,51.4523165]},"properties":{"@type":"node","@id":1735408086,"@timestamp":1579714635},"coords":"51.4523165,-0.0622601","bedrooms":"1","price":"227000","area":"684"} , +{"type":"Feature","id":"n1735408101","geometry":{"type":"Point","coordinates":[-0.0528756,51.4523463]},"properties":{"@type":"node","@id":1735408101,"@timestamp":1486301982},"coords":"51.4523463,-0.0528756","bedrooms":"4","price":"190000","area":"634"} , +{"type":"Feature","id":"n1735408111","geometry":{"type":"Point","coordinates":[-0.05816,51.4523696]},"properties":{"@type":"node","@id":1735408111,"@timestamp":1579714635},"coords":"51.4523696,-0.05816","bedrooms":"0","price":"267000","area":"635"} , +{"type":"Feature","id":"n1735408121","geometry":{"type":"Point","coordinates":[-0.070802,51.4524004]},"properties":{"@type":"node","@id":1735408121,"@timestamp":1579714635},"coords":"51.4524004,-0.070802","bedrooms":"2","price":"292000","area":"480"} , +{"type":"Feature","id":"n1735408137","geometry":{"type":"Point","coordinates":[-0.0870629,51.4524131]},"properties":{"@type":"node","@id":1735408137,"@timestamp":1579714635},"coords":"51.4524131,-0.0870629","bedrooms":"4","price":"233000","area":"590"} , +{"type":"Feature","id":"n1735408182","geometry":{"type":"Point","coordinates":[-0.0869501,51.4524302]},"properties":{"@type":"node","@id":1735408182,"@timestamp":1579714635},"coords":"51.4524302,-0.0869501","bedrooms":"4","price":"232000","area":"546"} , +{"type":"Feature","id":"n1735408239","geometry":{"type":"Point","coordinates":[-0.053467,51.4524504]},"properties":{"@type":"node","@id":1735408239,"@timestamp":1406147271},"coords":"51.4524504,-0.053467","bedrooms":"0","price":"234000","area":"587"} , +{"type":"Feature","id":"n1735408286","geometry":{"type":"Point","coordinates":[-0.0860774,51.4524678]},"properties":{"@type":"node","@id":1735408286,"@timestamp":1579714635},"coords":"51.4524678,-0.0860774","bedrooms":"3","price":"228000","area":"627"} , +{"type":"Feature","id":"n1735408334","geometry":{"type":"Point","coordinates":[-0.0869938,51.4524939]},"properties":{"@type":"node","@id":1735408334,"@timestamp":1579714635},"coords":"51.4524939,-0.0869938","bedrooms":"1","price":"197000","area":"374"} , +{"type":"Feature","id":"n1735408381","geometry":{"type":"Point","coordinates":[-0.0799913,51.4525194]},"properties":{"@type":"node","@id":1735408381,"@timestamp":1579714635},"coords":"51.4525194,-0.0799913","bedrooms":"4","price":"158000","area":"551"} , +{"type":"Feature","id":"n1735408485","geometry":{"type":"Point","coordinates":[-0.0593109,51.4525355]},"properties":{"@type":"node","@id":1735408485,"@timestamp":1579714635},"coords":"51.4525355,-0.0593109","bedrooms":"1","price":"223000","area":"437"} , +{"type":"Feature","id":"n1735408574","geometry":{"type":"Point","coordinates":[-0.0618016,51.4525837]},"properties":{"@type":"node","@id":1735408574,"@timestamp":1579714635},"coords":"51.4525837,-0.0618016","bedrooms":"2","price":"165000","area":"553"} , +{"type":"Feature","id":"n1735408607","geometry":{"type":"Point","coordinates":[-0.0964863,51.4525638]},"properties":{"@type":"node","@id":1735408607,"@timestamp":1579714635},"coords":"51.4525638,-0.0964863","bedrooms":"1","price":"264000","area":"569"} , +{"type":"Feature","id":"n1735408617","geometry":{"type":"Point","coordinates":[-0.0741512,51.4525891]},"properties":{"@type":"node","@id":1735408617,"@timestamp":1579714635},"coords":"51.4525891,-0.0741512","bedrooms":"1","price":"245000","area":"639"} , +{"type":"Feature","id":"n1735408636","geometry":{"type":"Point","coordinates":[-0.0984575,51.4526039]},"properties":{"@type":"node","@id":1735408636,"@timestamp":1579714635},"coords":"51.4526039,-0.0984575","bedrooms":"1","price":"285000","area":"673"} , +{"type":"Feature","id":"n1735408684","geometry":{"type":"Point","coordinates":[-0.0799178,51.4526179]},"properties":{"@type":"node","@id":1735408684,"@timestamp":1579714635},"coords":"51.4526179,-0.0799178","bedrooms":"4","price":"154000","area":"398"} , +{"type":"Feature","id":"n1735408732","geometry":{"type":"Point","coordinates":[-0.0750298,51.4526422]},"properties":{"@type":"node","@id":1735408732,"@timestamp":1579714635},"coords":"51.4526422,-0.0750298","bedrooms":"2","price":"179000","area":"496"} , +{"type":"Feature","id":"n1735408784","geometry":{"type":"Point","coordinates":[-0.0706158,51.4526575]},"properties":{"@type":"node","@id":1735408784,"@timestamp":1579714635},"coords":"51.4526575,-0.0706158","bedrooms":"4","price":"222000","area":"420"} , +{"type":"Feature","id":"n1735408854","geometry":{"type":"Point","coordinates":[-0.0648155,51.4527103]},"properties":{"@type":"node","@id":1735408854,"@timestamp":1579714635},"coords":"51.4527103,-0.0648155","bedrooms":"3","price":"203000","area":"660"} , +{"type":"Feature","id":"n1735408940","geometry":{"type":"Point","coordinates":[-0.0519371,51.4526847]},"properties":{"@type":"node","@id":1735408940,"@timestamp":1486314964},"coords":"51.4526847,-0.0519371","bedrooms":"3","price":"274000","area":"631"} , +{"type":"Feature","id":"n1735409028","geometry":{"type":"Point","coordinates":[-0.0904313,51.4526966]},"properties":{"@type":"node","@id":1735409028,"@timestamp":1579714635},"coords":"51.4526966,-0.0904313","bedrooms":"4","price":"274000","area":"489"} , +{"type":"Feature","id":"n1735429565","geometry":{"type":"Point","coordinates":[-0.0527183,51.4527139]},"properties":{"@type":"node","@id":1735429565,"@timestamp":1406527814},"coords":"51.4527139,-0.0527183","bedrooms":"3","price":"222000","area":"659"} , +{"type":"Feature","id":"n1735429639","geometry":{"type":"Point","coordinates":[-0.0890511,51.4527303]},"properties":{"@type":"node","@id":1735429639,"@timestamp":1579714635},"coords":"51.4527303,-0.0890511","bedrooms":"4","price":"188000","area":"513"} , +{"type":"Feature","id":"n1735429693","geometry":{"type":"Point","coordinates":[-0.0526314,51.452742]},"properties":{"@type":"node","@id":1735429693,"@timestamp":1335719154},"coords":"51.452742,-0.0526314","bedrooms":"3","price":"226000","area":"531"} , +{"type":"Feature","id":"n1735429760","geometry":{"type":"Point","coordinates":[-0.0526504,51.4527548]},"properties":{"@type":"node","@id":1735429760,"@timestamp":1406147273},"coords":"51.4527548,-0.0526504","bedrooms":"3","price":"241000","area":"544"} , +{"type":"Feature","id":"n1735429815","geometry":{"type":"Point","coordinates":[-0.0566239,51.4527668]},"properties":{"@type":"node","@id":1735429815,"@timestamp":1579714635},"coords":"51.4527668,-0.0566239","bedrooms":"3","price":"162000","area":"581"} , +{"type":"Feature","id":"n1735429847","geometry":{"type":"Point","coordinates":[-0.0525061,51.4527778]},"properties":{"@type":"node","@id":1735429847,"@timestamp":1409349033},"coords":"51.4527778,-0.0525061","bedrooms":"0","price":"263000","area":"676"} , +{"type":"Feature","id":"n1735429885","geometry":{"type":"Point","coordinates":[-0.0525691,51.4527921]},"properties":{"@type":"node","@id":1735429885,"@timestamp":1406527815},"coords":"51.4527921,-0.0525691","bedrooms":"0","price":"174000","area":"377"} , +{"type":"Feature","id":"n1735429906","geometry":{"type":"Point","coordinates":[-0.0786762,51.4528108]},"properties":{"@type":"node","@id":1735429906,"@timestamp":1579714635},"coords":"51.4528108,-0.0786762","bedrooms":"4","price":"267000","area":"633"} , +{"type":"Feature","id":"n1735429946","geometry":{"type":"Point","coordinates":[-0.0971758,51.452837]},"properties":{"@type":"node","@id":1735429946,"@timestamp":1579714635},"coords":"51.452837,-0.0971758","bedrooms":"3","price":"239000","area":"513"} , +{"type":"Feature","id":"n1735429995","geometry":{"type":"Point","coordinates":[-0.0834401,51.4528593]},"properties":{"@type":"node","@id":1735429995,"@timestamp":1579714635},"coords":"51.4528593,-0.0834401","bedrooms":"1","price":"157000","area":"440"} , +{"type":"Feature","id":"n1735430060","geometry":{"type":"Point","coordinates":[-0.0761683,51.452874]},"properties":{"@type":"node","@id":1735430060,"@timestamp":1579714635},"coords":"51.452874,-0.0761683","bedrooms":"1","price":"168000","area":"400"} , +{"type":"Feature","id":"n1735430123","geometry":{"type":"Point","coordinates":[-0.059788,51.452889]},"properties":{"@type":"node","@id":1735430123,"@timestamp":1579714635},"coords":"51.452889,-0.059788","bedrooms":"1","price":"174000","area":"661"} , +{"type":"Feature","id":"n1735430205","geometry":{"type":"Point","coordinates":[-0.0504083,51.452907]},"properties":{"@type":"node","@id":1735430205,"@timestamp":1335719177},"coords":"51.452907,-0.0504083","bedrooms":"3","price":"260000","area":"646"} , +{"type":"Feature","id":"n1735430249","geometry":{"type":"Point","coordinates":[-0.0991063,51.4529213]},"properties":{"@type":"node","@id":1735430249,"@timestamp":1579714635},"coords":"51.4529213,-0.0991063","bedrooms":"1","price":"246000","area":"465"} , +{"type":"Feature","id":"n1735430279","geometry":{"type":"Point","coordinates":[-0.0951059,51.4529425]},"properties":{"@type":"node","@id":1735430279,"@timestamp":1579714635},"coords":"51.4529425,-0.0951059","bedrooms":"4","price":"205000","area":"568"} , +{"type":"Feature","id":"n1735430321","geometry":{"type":"Point","coordinates":[-0.0913064,51.4529583]},"properties":{"@type":"node","@id":1735430321,"@timestamp":1579714635},"coords":"51.4529583,-0.0913064","bedrooms":"0","price":"215000","area":"552"} , +{"type":"Feature","id":"n1735430362","geometry":{"type":"Point","coordinates":[-0.0509922,51.452989]},"properties":{"@type":"node","@id":1735430362,"@timestamp":1486314168},"coords":"51.452989,-0.0509922","bedrooms":"3","price":"156000","area":"618"} , +{"type":"Feature","id":"n1735430399","geometry":{"type":"Point","coordinates":[-0.0705365,51.4530063]},"properties":{"@type":"node","@id":1735430399,"@timestamp":1579714635},"coords":"51.4530063,-0.0705365","bedrooms":"0","price":"281000","area":"610"} , +{"type":"Feature","id":"n1735430429","geometry":{"type":"Point","coordinates":[-0.0948406,51.4530162]},"properties":{"@type":"node","@id":1735430429,"@timestamp":1579714635},"coords":"51.4530162,-0.0948406","bedrooms":"4","price":"162000","area":"626"} , +{"type":"Feature","id":"n1735430478","geometry":{"type":"Point","coordinates":[-0.0946797,51.4530279]},"properties":{"@type":"node","@id":1735430478,"@timestamp":1579714635},"coords":"51.4530279,-0.0946797","bedrooms":"1","price":"247000","area":"469"} , +{"type":"Feature","id":"n1735430519","geometry":{"type":"Point","coordinates":[-0.0628799,51.4530864]},"properties":{"@type":"node","@id":1735430519,"@timestamp":1579714635},"coords":"51.4530864,-0.0628799","bedrooms":"3","price":"288000","area":"354"} , +{"type":"Feature","id":"n1735430594","geometry":{"type":"Point","coordinates":[-0.057755,51.4530527]},"properties":{"@type":"node","@id":1735430594,"@timestamp":1579714635},"coords":"51.4530527,-0.057755","bedrooms":"0","price":"191000","area":"356"} , +{"type":"Feature","id":"n1735430654","geometry":{"type":"Point","coordinates":[-0.0727717,51.4530773]},"properties":{"@type":"node","@id":1735430654,"@timestamp":1579714635},"coords":"51.4530773,-0.0727717","bedrooms":"0","price":"166000","area":"655"} , +{"type":"Feature","id":"n1735430711","geometry":{"type":"Point","coordinates":[-0.0702864,51.4531111]},"properties":{"@type":"node","@id":1735430711,"@timestamp":1579714635},"coords":"51.4531111,-0.0702864","bedrooms":"4","price":"281000","area":"522"} , +{"type":"Feature","id":"n1735430764","geometry":{"type":"Point","coordinates":[-0.0514773,51.4531294]},"properties":{"@type":"node","@id":1735430764,"@timestamp":1406147275},"coords":"51.4531294,-0.0514773","bedrooms":"1","price":"293000","area":"498"} , +{"type":"Feature","id":"n1735430800","geometry":{"type":"Point","coordinates":[-0.0514246,51.4531438]},"properties":{"@type":"node","@id":1735430800,"@timestamp":1406147275},"coords":"51.4531438,-0.0514246","bedrooms":"3","price":"190000","area":"379"} , +{"type":"Feature","id":"n1735430856","geometry":{"type":"Point","coordinates":[-0.101147,51.4531574]},"properties":{"@type":"node","@id":1735430856,"@timestamp":1579714635},"coords":"51.4531574,-0.101147","bedrooms":"2","price":"260000","area":"608"} , +{"type":"Feature","id":"n1735430917","geometry":{"type":"Point","coordinates":[-0.0514541,51.4531789]},"properties":{"@type":"node","@id":1735430917,"@timestamp":1409992471},"coords":"51.4531789,-0.0514541","bedrooms":"1","price":"172000","area":"423"} , +{"type":"Feature","id":"n1735430975","geometry":{"type":"Point","coordinates":[-0.0747227,51.4531997]},"properties":{"@type":"node","@id":1735430975,"@timestamp":1579714635},"coords":"51.4531997,-0.0747227","bedrooms":"2","price":"248000","area":"417"} , +{"type":"Feature","id":"n1735431057","geometry":{"type":"Point","coordinates":[-0.0918158,51.4532163]},"properties":{"@type":"node","@id":1735431057,"@timestamp":1579714635},"coords":"51.4532163,-0.0918158","bedrooms":"2","price":"218000","area":"525"} , +{"type":"Feature","id":"n1735431121","geometry":{"type":"Point","coordinates":[-0.0667707,51.4532398]},"properties":{"@type":"node","@id":1735431121,"@timestamp":1579714635},"coords":"51.4532398,-0.0667707","bedrooms":"4","price":"163000","area":"487"} , +{"type":"Feature","id":"n1735431174","geometry":{"type":"Point","coordinates":[-0.0730152,51.4532575]},"properties":{"@type":"node","@id":1735431174,"@timestamp":1579714635},"coords":"51.4532575,-0.0730152","bedrooms":"4","price":"272000","area":"570"} , +{"type":"Feature","id":"n1735431228","geometry":{"type":"Point","coordinates":[-0.0759686,51.4532691]},"properties":{"@type":"node","@id":1735431228,"@timestamp":1579714635},"coords":"51.4532691,-0.0759686","bedrooms":"3","price":"246000","area":"482"} , +{"type":"Feature","id":"n1735431280","geometry":{"type":"Point","coordinates":[-0.0555011,51.4532835]},"properties":{"@type":"node","@id":1735431280,"@timestamp":1579714635},"coords":"51.4532835,-0.0555011","bedrooms":"2","price":"288000","area":"637"} , +{"type":"Feature","id":"n1735431310","geometry":{"type":"Point","coordinates":[-0.0569223,51.4533004]},"properties":{"@type":"node","@id":1735431310,"@timestamp":1579714635},"coords":"51.4533004,-0.0569223","bedrooms":"2","price":"164000","area":"513"} , +{"type":"Feature","id":"n1735431372","geometry":{"type":"Point","coordinates":[-0.0775297,51.4533127]},"properties":{"@type":"node","@id":1735431372,"@timestamp":1579714635},"coords":"51.4533127,-0.0775297","bedrooms":"4","price":"296000","area":"446"} , +{"type":"Feature","id":"n1735431422","geometry":{"type":"Point","coordinates":[-0.07035,51.453337]},"properties":{"@type":"node","@id":1735431422,"@timestamp":1579714635},"coords":"51.453337,-0.07035","bedrooms":"4","price":"223000","area":"583"} , +{"type":"Feature","id":"n1735431459","geometry":{"type":"Point","coordinates":[-0.0604018,51.4533633]},"properties":{"@type":"node","@id":1735431459,"@timestamp":1579714635},"coords":"51.4533633,-0.0604018","bedrooms":"2","price":"192000","area":"446"} , +{"type":"Feature","id":"n1735431503","geometry":{"type":"Point","coordinates":[-0.0867698,51.4533825]},"properties":{"@type":"node","@id":1735431503,"@timestamp":1579714635},"coords":"51.4533825,-0.0867698","bedrooms":"4","price":"248000","area":"450"} , +{"type":"Feature","id":"n1735431546","geometry":{"type":"Point","coordinates":[-0.0784926,51.4534074]},"properties":{"@type":"node","@id":1735431546,"@timestamp":1579714635},"coords":"51.4534074,-0.0784926","bedrooms":"1","price":"281000","area":"445"} , +{"type":"Feature","id":"n1735431589","geometry":{"type":"Point","coordinates":[-0.0910692,51.453431]},"properties":{"@type":"node","@id":1735431589,"@timestamp":1579714635},"coords":"51.453431,-0.0910692","bedrooms":"3","price":"279000","area":"493"} , +{"type":"Feature","id":"n1735431624","geometry":{"type":"Point","coordinates":[-0.0943014,51.4534437]},"properties":{"@type":"node","@id":1735431624,"@timestamp":1579714635},"coords":"51.4534437,-0.0943014","bedrooms":"4","price":"207000","area":"487"} , +{"type":"Feature","id":"n1735431673","geometry":{"type":"Point","coordinates":[-0.0940781,51.4534695]},"properties":{"@type":"node","@id":1735431673,"@timestamp":1579714635},"coords":"51.4534695,-0.0940781","bedrooms":"1","price":"225000","area":"500"} , +{"type":"Feature","id":"n1735431721","geometry":{"type":"Point","coordinates":[-0.0702007,51.4534782]},"properties":{"@type":"node","@id":1735431721,"@timestamp":1579714635},"coords":"51.4534782,-0.0702007","bedrooms":"4","price":"220000","area":"632"} , +{"type":"Feature","id":"n1735431747","geometry":{"type":"Point","coordinates":[-0.0501017,51.4534945]},"properties":{"@type":"node","@id":1735431747,"@timestamp":1407050863},"coords":"51.4534945,-0.0501017","bedrooms":"4","price":"225000","area":"597"} , +{"type":"Feature","id":"n1735431798","geometry":{"type":"Point","coordinates":[-0.0868268,51.4535143]},"properties":{"@type":"node","@id":1735431798,"@timestamp":1579714635},"coords":"51.4535143,-0.0868268","bedrooms":"4","price":"260000","area":"557"} , +{"type":"Feature","id":"n1735431848","geometry":{"type":"Point","coordinates":[-0.0494955,51.4535344]},"properties":{"@type":"node","@id":1735431848,"@timestamp":1406147277},"coords":"51.4535344,-0.0494955","bedrooms":"4","price":"270000","area":"474"} , +{"type":"Feature","id":"n1735431883","geometry":{"type":"Point","coordinates":[-0.0739475,51.4535463]},"properties":{"@type":"node","@id":1735431883,"@timestamp":1579714635},"coords":"51.4535463,-0.0739475","bedrooms":"0","price":"265000","area":"525"} , +{"type":"Feature","id":"n1735431927","geometry":{"type":"Point","coordinates":[-0.0729757,51.4535653]},"properties":{"@type":"node","@id":1735431927,"@timestamp":1579714635},"coords":"51.4535653,-0.0729757","bedrooms":"0","price":"224000","area":"647"} , +{"type":"Feature","id":"n1735431976","geometry":{"type":"Point","coordinates":[-0.0591259,51.4535873]},"properties":{"@type":"node","@id":1735431976,"@timestamp":1579714635},"coords":"51.4535873,-0.0591259","bedrooms":"3","price":"275000","area":"427"} , +{"type":"Feature","id":"n1735432156","geometry":{"type":"Point","coordinates":[-0.0937686,51.4536004]},"properties":{"@type":"node","@id":1735432156,"@timestamp":1579714635},"coords":"51.4536004,-0.0937686","bedrooms":"3","price":"185000","area":"502"} , +{"type":"Feature","id":"n1735432279","geometry":{"type":"Point","coordinates":[-0.0545842,51.4536115]},"properties":{"@type":"node","@id":1735432279,"@timestamp":1579714635},"coords":"51.4536115,-0.0545842","bedrooms":"2","price":"163000","area":"387"} , +{"type":"Feature","id":"n1735432346","geometry":{"type":"Point","coordinates":[-0.0665249,51.4536268]},"properties":{"@type":"node","@id":1735432346,"@timestamp":1579714635},"coords":"51.4536268,-0.0665249","bedrooms":"3","price":"169000","area":"692"} , +{"type":"Feature","id":"n1735432428","geometry":{"type":"Point","coordinates":[-0.0739562,51.4536343]},"properties":{"@type":"node","@id":1735432428,"@timestamp":1579714635},"coords":"51.4536343,-0.0739562","bedrooms":"4","price":"276000","area":"505"} , +{"type":"Feature","id":"n1735432514","geometry":{"type":"Point","coordinates":[-0.0754306,51.4536538]},"properties":{"@type":"node","@id":1735432514,"@timestamp":1579714635},"coords":"51.4536538,-0.0754306","bedrooms":"3","price":"290000","area":"431"} , +{"type":"Feature","id":"n1735432592","geometry":{"type":"Point","coordinates":[-0.0744879,51.4536701]},"properties":{"@type":"node","@id":1735432592,"@timestamp":1579714635},"coords":"51.4536701,-0.0744879","bedrooms":"1","price":"222000","area":"423"} , +{"type":"Feature","id":"n1735432667","geometry":{"type":"Point","coordinates":[-0.0501165,51.4536826]},"properties":{"@type":"node","@id":1735432667,"@timestamp":1335719286},"coords":"51.4536826,-0.0501165","bedrooms":"0","price":"152000","area":"472"} , +{"type":"Feature","id":"n1735432745","geometry":{"type":"Point","coordinates":[-0.0742614,51.453692]},"properties":{"@type":"node","@id":1735432745,"@timestamp":1579714635},"coords":"51.453692,-0.0742614","bedrooms":"0","price":"299000","area":"584"} , +{"type":"Feature","id":"n1735432802","geometry":{"type":"Point","coordinates":[-0.0700369,51.4537071]},"properties":{"@type":"node","@id":1735432802,"@timestamp":1579714635},"coords":"51.4537071,-0.0700369","bedrooms":"0","price":"236000","area":"692"} , +{"type":"Feature","id":"n1735432826","geometry":{"type":"Point","coordinates":[-0.0495877,51.4537293]},"properties":{"@type":"node","@id":1735432826,"@timestamp":1409810118},"coords":"51.4537293,-0.0495877","bedrooms":"3","price":"156000","area":"688"} , +{"type":"Feature","id":"n1735432877","geometry":{"type":"Point","coordinates":[-0.043384,51.4537364]},"properties":{"@type":"node","@id":1735432877,"@timestamp":1409349035},"coords":"51.4537364,-0.043384","bedrooms":"0","price":"292000","area":"686"} , +{"type":"Feature","id":"n1735432924","geometry":{"type":"Point","coordinates":[-0.0433407,51.4537535]},"properties":{"@type":"node","@id":1735432924,"@timestamp":1409349035},"coords":"51.4537535,-0.0433407","bedrooms":"3","price":"178000","area":"653"} , +{"type":"Feature","id":"n1735432964","geometry":{"type":"Point","coordinates":[-0.0490267,51.4537661]},"properties":{"@type":"node","@id":1735432964,"@timestamp":1335719300},"coords":"51.4537661,-0.0490267","bedrooms":"3","price":"207000","area":"501"} , +{"type":"Feature","id":"n1735433002","geometry":{"type":"Point","coordinates":[-0.0675036,51.453778]},"properties":{"@type":"node","@id":1735433002,"@timestamp":1579714635},"coords":"51.453778,-0.0675036","bedrooms":"1","price":"292000","area":"366"} , +{"type":"Feature","id":"n1735433101","geometry":{"type":"Point","coordinates":[-0.0488977,51.4537911]},"properties":{"@type":"node","@id":1735433101,"@timestamp":1335719305},"coords":"51.4537911,-0.0488977","bedrooms":"3","price":"202000","area":"619"} , +{"type":"Feature","id":"n1735433203","geometry":{"type":"Point","coordinates":[-0.0488859,51.4538069]},"properties":{"@type":"node","@id":1735433203,"@timestamp":1335719308},"coords":"51.4538069,-0.0488859","bedrooms":"4","price":"173000","area":"526"} , +{"type":"Feature","id":"n1735433303","geometry":{"type":"Point","coordinates":[-0.0812905,51.4538306]},"properties":{"@type":"node","@id":1735433303,"@timestamp":1579714635},"coords":"51.4538306,-0.0812905","bedrooms":"2","price":"167000","area":"369"} , +{"type":"Feature","id":"n1735433397","geometry":{"type":"Point","coordinates":[-0.0699335,51.4538515]},"properties":{"@type":"node","@id":1735433397,"@timestamp":1579714635},"coords":"51.4538515,-0.0699335","bedrooms":"0","price":"252000","area":"567"} , +{"type":"Feature","id":"n1735433472","geometry":{"type":"Point","coordinates":[-0.0487288,51.4538694]},"properties":{"@type":"node","@id":1735433472,"@timestamp":1335719315},"coords":"51.4538694,-0.0487288","bedrooms":"0","price":"280000","area":"415"} , +{"type":"Feature","id":"n1735433565","geometry":{"type":"Point","coordinates":[-0.0895039,51.4538877]},"properties":{"@type":"node","@id":1735433565,"@timestamp":1579714635},"coords":"51.4538877,-0.0895039","bedrooms":"1","price":"283000","area":"416"} , +{"type":"Feature","id":"n1735433711","geometry":{"type":"Point","coordinates":[-0.0561862,51.4538996]},"properties":{"@type":"node","@id":1735433711,"@timestamp":1579714635},"coords":"51.4538996,-0.0561862","bedrooms":"0","price":"185000","area":"689"} , +{"type":"Feature","id":"n1735433805","geometry":{"type":"Point","coordinates":[-0.0658271,51.4539157]},"properties":{"@type":"node","@id":1735433805,"@timestamp":1579714635},"coords":"51.4539157,-0.0658271","bedrooms":"3","price":"157000","area":"445"} , +{"type":"Feature","id":"n1735433863","geometry":{"type":"Point","coordinates":[-0.0725951,51.4539304]},"properties":{"@type":"node","@id":1735433863,"@timestamp":1579714635},"coords":"51.4539304,-0.0725951","bedrooms":"0","price":"194000","area":"639"} , +{"type":"Feature","id":"n1735433959","geometry":{"type":"Point","coordinates":[-0.0485599,51.453946]},"properties":{"@type":"node","@id":1735433959,"@timestamp":1406147280},"coords":"51.453946,-0.0485599","bedrooms":"1","price":"211000","area":"658"} , +{"type":"Feature","id":"n1735434064","geometry":{"type":"Point","coordinates":[-0.0595285,51.4539674]},"properties":{"@type":"node","@id":1735434064,"@timestamp":1579714635},"coords":"51.4539674,-0.0595285","bedrooms":"2","price":"297000","area":"633"} , +{"type":"Feature","id":"n1735434175","geometry":{"type":"Point","coordinates":[-0.0969715,51.4539943]},"properties":{"@type":"node","@id":1735434175,"@timestamp":1579714635},"coords":"51.4539943,-0.0969715","bedrooms":"4","price":"289000","area":"680"} , +{"type":"Feature","id":"n1735434316","geometry":{"type":"Point","coordinates":[-0.0484071,51.4540223]},"properties":{"@type":"node","@id":1735434316,"@timestamp":1409992668},"coords":"51.4540223,-0.0484071","bedrooms":"2","price":"223000","area":"414"} , +{"type":"Feature","id":"n1735434476","geometry":{"type":"Point","coordinates":[-0.056062,51.4540484]},"properties":{"@type":"node","@id":1735434476,"@timestamp":1579714635},"coords":"51.4540484,-0.056062","bedrooms":"2","price":"280000","area":"473"} , +{"type":"Feature","id":"n1735434605","geometry":{"type":"Point","coordinates":[-0.0596957,51.4540834]},"properties":{"@type":"node","@id":1735434605,"@timestamp":1579714635},"coords":"51.4540834,-0.0596957","bedrooms":"0","price":"253000","area":"408"} , +{"type":"Feature","id":"n1735434715","geometry":{"type":"Point","coordinates":[-0.0482098,51.4541052]},"properties":{"@type":"node","@id":1735434715,"@timestamp":1406527817},"coords":"51.4541052,-0.0482098","bedrooms":"3","price":"218000","area":"502"} , +{"type":"Feature","id":"n1735434767","geometry":{"type":"Point","coordinates":[-0.048103,51.4541354]},"properties":{"@type":"node","@id":1735434767,"@timestamp":1485939442},"coords":"51.4541354,-0.048103","bedrooms":"3","price":"274000","area":"689"} , +{"type":"Feature","id":"n1735434848","geometry":{"type":"Point","coordinates":[-0.0971822,51.4541605]},"properties":{"@type":"node","@id":1735434848,"@timestamp":1579714635},"coords":"51.4541605,-0.0971822","bedrooms":"1","price":"189000","area":"564"} , +{"type":"Feature","id":"n1735434948","geometry":{"type":"Point","coordinates":[-0.0480752,51.4541796]},"properties":{"@type":"node","@id":1735434948,"@timestamp":1406527817},"coords":"51.4541796,-0.0480752","bedrooms":"0","price":"199000","area":"458"} , +{"type":"Feature","id":"n1735435020","geometry":{"type":"Point","coordinates":[-0.0610125,51.4542122]},"properties":{"@type":"node","@id":1735435020,"@timestamp":1579714635},"coords":"51.4542122,-0.0610125","bedrooms":"0","price":"172000","area":"443"} , +{"type":"Feature","id":"n1735435147","geometry":{"type":"Point","coordinates":[-0.099053,51.4542266]},"properties":{"@type":"node","@id":1735435147,"@timestamp":1579714635},"coords":"51.4542266,-0.099053","bedrooms":"0","price":"172000","area":"462"} , +{"type":"Feature","id":"n1735435260","geometry":{"type":"Point","coordinates":[-0.075407,51.4542581]},"properties":{"@type":"node","@id":1735435260,"@timestamp":1579714635},"coords":"51.4542581,-0.075407","bedrooms":"0","price":"290000","area":"696"} , +{"type":"Feature","id":"n1735435378","geometry":{"type":"Point","coordinates":[-0.063005,51.4542931]},"properties":{"@type":"node","@id":1735435378,"@timestamp":1579714635},"coords":"51.4542931,-0.063005","bedrooms":"4","price":"260000","area":"463"} , +{"type":"Feature","id":"n1735435501","geometry":{"type":"Point","coordinates":[-0.0720253,51.4543063]},"properties":{"@type":"node","@id":1735435501,"@timestamp":1579714635},"coords":"51.4543063,-0.0720253","bedrooms":"3","price":"283000","area":"648"} , +{"type":"Feature","id":"n1735435616","geometry":{"type":"Point","coordinates":[-0.1005209,51.4543406]},"properties":{"@type":"node","@id":1735435616,"@timestamp":1579714635},"coords":"51.4543406,-0.1005209","bedrooms":"4","price":"239000","area":"417"} , +{"type":"Feature","id":"n1735435729","geometry":{"type":"Point","coordinates":[-0.0477982,51.4543718]},"properties":{"@type":"node","@id":1735435729,"@timestamp":1335719375},"coords":"51.4543718,-0.0477982","bedrooms":"0","price":"295000","area":"621"} , +{"type":"Feature","id":"n1735435822","geometry":{"type":"Point","coordinates":[-0.0827125,51.454401]},"properties":{"@type":"node","@id":1735435822,"@timestamp":1579714635},"coords":"51.454401,-0.0827125","bedrooms":"1","price":"183000","area":"433"} , +{"type":"Feature","id":"n1735435935","geometry":{"type":"Point","coordinates":[-0.063101,51.4544548]},"properties":{"@type":"node","@id":1735435935,"@timestamp":1579714635},"coords":"51.4544548,-0.063101","bedrooms":"0","price":"170000","area":"553"} , +{"type":"Feature","id":"n1735436041","geometry":{"type":"Point","coordinates":[-0.0732738,51.4544597]},"properties":{"@type":"node","@id":1735436041,"@timestamp":1579714635},"coords":"51.4544597,-0.0732738","bedrooms":"0","price":"233000","area":"552"} , +{"type":"Feature","id":"n1735436142","geometry":{"type":"Point","coordinates":[-0.0949839,51.4544799]},"properties":{"@type":"node","@id":1735436142,"@timestamp":1579714635},"coords":"51.4544799,-0.0949839","bedrooms":"1","price":"212000","area":"356"} , +{"type":"Feature","id":"n1735436299","geometry":{"type":"Point","coordinates":[-0.0475665,51.4545013]},"properties":{"@type":"node","@id":1735436299,"@timestamp":1335719389},"coords":"51.4545013,-0.0475665","bedrooms":"3","price":"236000","area":"372"} , +{"type":"Feature","id":"n1735436439","geometry":{"type":"Point","coordinates":[-0.073867,51.4545264]},"properties":{"@type":"node","@id":1735436439,"@timestamp":1579714635},"coords":"51.4545264,-0.073867","bedrooms":"4","price":"171000","area":"544"} , +{"type":"Feature","id":"n1735436523","geometry":{"type":"Point","coordinates":[-0.0902658,51.4545408]},"properties":{"@type":"node","@id":1735436523,"@timestamp":1579714635},"coords":"51.4545408,-0.0902658","bedrooms":"3","price":"226000","area":"517"} , +{"type":"Feature","id":"n1735436580","geometry":{"type":"Point","coordinates":[-0.0502577,51.4545512]},"properties":{"@type":"node","@id":1735436580,"@timestamp":1335719397},"coords":"51.4545512,-0.0502577","bedrooms":"3","price":"289000","area":"418"} , +{"type":"Feature","id":"n1735436650","geometry":{"type":"Point","coordinates":[-0.0494041,51.4545734]},"properties":{"@type":"node","@id":1735436650,"@timestamp":1335719400},"coords":"51.4545734,-0.0494041","bedrooms":"3","price":"237000","area":"575"} , +{"type":"Feature","id":"n1735436722","geometry":{"type":"Point","coordinates":[-0.0670718,51.4545984]},"properties":{"@type":"node","@id":1735436722,"@timestamp":1579714635},"coords":"51.4545984,-0.0670718","bedrooms":"2","price":"227000","area":"474"} , +{"type":"Feature","id":"n1735436910","geometry":{"type":"Point","coordinates":[-0.1000245,51.4546259]},"properties":{"@type":"node","@id":1735436910,"@timestamp":1579714635},"coords":"51.4546259,-0.1000245","bedrooms":"2","price":"267000","area":"651"} , +{"type":"Feature","id":"n1735436991","geometry":{"type":"Point","coordinates":[-0.0720637,51.4546553]},"properties":{"@type":"node","@id":1735436991,"@timestamp":1579714635},"coords":"51.4546553,-0.0720637","bedrooms":"4","price":"152000","area":"452"} , +{"type":"Feature","id":"n1735437042","geometry":{"type":"Point","coordinates":[-0.0934789,51.454678]},"properties":{"@type":"node","@id":1735437042,"@timestamp":1579714635},"coords":"51.454678,-0.0934789","bedrooms":"0","price":"259000","area":"552"} , +{"type":"Feature","id":"n1735437114","geometry":{"type":"Point","coordinates":[-0.0780122,51.4546982]},"properties":{"@type":"node","@id":1735437114,"@timestamp":1579714635},"coords":"51.4546982,-0.0780122","bedrooms":"1","price":"211000","area":"533"} , +{"type":"Feature","id":"n1735437181","geometry":{"type":"Point","coordinates":[-0.0707562,51.4547305]},"properties":{"@type":"node","@id":1735437181,"@timestamp":1579714635},"coords":"51.4547305,-0.0707562","bedrooms":"0","price":"244000","area":"551"} , +{"type":"Feature","id":"n1735437240","geometry":{"type":"Point","coordinates":[-0.0679497,51.4547488]},"properties":{"@type":"node","@id":1735437240,"@timestamp":1579714635},"coords":"51.4547488,-0.0679497","bedrooms":"1","price":"260000","area":"653"} , +{"type":"Feature","id":"n1735437301","geometry":{"type":"Point","coordinates":[-0.089675,51.4547836]},"properties":{"@type":"node","@id":1735437301,"@timestamp":1579714635},"coords":"51.4547836,-0.089675","bedrooms":"1","price":"205000","area":"567"} , +{"type":"Feature","id":"n1735437362","geometry":{"type":"Point","coordinates":[-0.0693034,51.454823]},"properties":{"@type":"node","@id":1735437362,"@timestamp":1579714635},"coords":"51.454823,-0.0693034","bedrooms":"3","price":"154000","area":"584"} , +{"type":"Feature","id":"n1735437419","geometry":{"type":"Point","coordinates":[-0.0932759,51.4548507]},"properties":{"@type":"node","@id":1735437419,"@timestamp":1579714635},"coords":"51.4548507,-0.0932759","bedrooms":"2","price":"276000","area":"531"} , +{"type":"Feature","id":"n1735437479","geometry":{"type":"Point","coordinates":[-0.091882,51.4548736]},"properties":{"@type":"node","@id":1735437479,"@timestamp":1579714635},"coords":"51.4548736,-0.091882","bedrooms":"4","price":"270000","area":"594"} , +{"type":"Feature","id":"n1735437548","geometry":{"type":"Point","coordinates":[-0.0920612,51.4549078]},"properties":{"@type":"node","@id":1735437548,"@timestamp":1579714635},"coords":"51.4549078,-0.0920612","bedrooms":"1","price":"152000","area":"636"} , +{"type":"Feature","id":"n1735437601","geometry":{"type":"Point","coordinates":[-0.0730942,51.4549219]},"properties":{"@type":"node","@id":1735437601,"@timestamp":1579714635},"coords":"51.4549219,-0.0730942","bedrooms":"0","price":"261000","area":"399"} , +{"type":"Feature","id":"n1735437675","geometry":{"type":"Point","coordinates":[-0.0931608,51.4549421]},"properties":{"@type":"node","@id":1735437675,"@timestamp":1579714635},"coords":"51.4549421,-0.0931608","bedrooms":"2","price":"211000","area":"545"} , +{"type":"Feature","id":"n1735437749","geometry":{"type":"Point","coordinates":[-0.0760845,51.4549701]},"properties":{"@type":"node","@id":1735437749,"@timestamp":1579714635},"coords":"51.4549701,-0.0760845","bedrooms":"1","price":"267000","area":"586"} , +{"type":"Feature","id":"n1735437804","geometry":{"type":"Point","coordinates":[-0.0736205,51.4549868]},"properties":{"@type":"node","@id":1735437804,"@timestamp":1579714635},"coords":"51.4549868,-0.0736205","bedrooms":"3","price":"261000","area":"513"} , +{"type":"Feature","id":"n1735437843","geometry":{"type":"Point","coordinates":[-0.0925545,51.4550073]},"properties":{"@type":"node","@id":1735437843,"@timestamp":1579714635},"coords":"51.4550073,-0.0925545","bedrooms":"1","price":"181000","area":"385"} , +{"type":"Feature","id":"n1735437893","geometry":{"type":"Point","coordinates":[-0.0435211,51.4550326]},"properties":{"@type":"node","@id":1735437893,"@timestamp":1335719449},"coords":"51.4550326,-0.0435211","bedrooms":"0","price":"279000","area":"458"} , +{"type":"Feature","id":"n1735437951","geometry":{"type":"Point","coordinates":[-0.0728585,51.4550516]},"properties":{"@type":"node","@id":1735437951,"@timestamp":1579714635},"coords":"51.4550516,-0.0728585","bedrooms":"1","price":"229000","area":"514"} , +{"type":"Feature","id":"n1735437999","geometry":{"type":"Point","coordinates":[-0.065284,51.4550779]},"properties":{"@type":"node","@id":1735437999,"@timestamp":1579714635},"coords":"51.4550779,-0.065284","bedrooms":"0","price":"202000","area":"549"} , +{"type":"Feature","id":"n1735438065","geometry":{"type":"Point","coordinates":[-0.046811,51.4551052]},"properties":{"@type":"node","@id":1735438065,"@timestamp":1335719456},"coords":"51.4551052,-0.046811","bedrooms":"0","price":"257000","area":"631"} , +{"type":"Feature","id":"n1735438136","geometry":{"type":"Point","coordinates":[-0.0748307,51.4551459]},"properties":{"@type":"node","@id":1735438136,"@timestamp":1579714635},"coords":"51.4551459,-0.0748307","bedrooms":"3","price":"236000","area":"368"} , +{"type":"Feature","id":"n1735438189","geometry":{"type":"Point","coordinates":[-0.0665297,51.455165]},"properties":{"@type":"node","@id":1735438189,"@timestamp":1579714635},"coords":"51.455165,-0.0665297","bedrooms":"1","price":"291000","area":"455"} , +{"type":"Feature","id":"n1735438249","geometry":{"type":"Point","coordinates":[-0.0973773,51.4551933]},"properties":{"@type":"node","@id":1735438249,"@timestamp":1579714635},"coords":"51.4551933,-0.0973773","bedrooms":"4","price":"266000","area":"380"} , +{"type":"Feature","id":"n1735438311","geometry":{"type":"Point","coordinates":[-0.0690508,51.455231]},"properties":{"@type":"node","@id":1735438311,"@timestamp":1579714635},"coords":"51.455231,-0.0690508","bedrooms":"2","price":"215000","area":"673"} , +{"type":"Feature","id":"n1735438353","geometry":{"type":"Point","coordinates":[-0.0483003,51.4552611]},"properties":{"@type":"node","@id":1735438353,"@timestamp":1335719469},"coords":"51.4552611,-0.0483003","bedrooms":"1","price":"153000","area":"602"} , +{"type":"Feature","id":"n1735438416","geometry":{"type":"Point","coordinates":[-0.0727855,51.4552915]},"properties":{"@type":"node","@id":1735438416,"@timestamp":1579714635},"coords":"51.4552915,-0.0727855","bedrooms":"0","price":"280000","area":"520"} , +{"type":"Feature","id":"n1735438486","geometry":{"type":"Point","coordinates":[-0.0700831,51.4553108]},"properties":{"@type":"node","@id":1735438486,"@timestamp":1579714635},"coords":"51.4553108,-0.0700831","bedrooms":"0","price":"229000","area":"568"} , +{"type":"Feature","id":"n1735438566","geometry":{"type":"Point","coordinates":[-0.0959641,51.4553287]},"properties":{"@type":"node","@id":1735438566,"@timestamp":1579714635},"coords":"51.4553287,-0.0959641","bedrooms":"2","price":"213000","area":"490"} , +{"type":"Feature","id":"n1735438629","geometry":{"type":"Point","coordinates":[-0.0912243,51.4553714]},"properties":{"@type":"node","@id":1735438629,"@timestamp":1579714635},"coords":"51.4553714,-0.0912243","bedrooms":"3","price":"219000","area":"503"} , +{"type":"Feature","id":"n1735438691","geometry":{"type":"Point","coordinates":[-0.0479547,51.4554075]},"properties":{"@type":"node","@id":1735438691,"@timestamp":1335719482},"coords":"51.4554075,-0.0479547","bedrooms":"2","price":"211000","area":"480"} , +{"type":"Feature","id":"n1735438736","geometry":{"type":"Point","coordinates":[-0.0464347,51.4554468]},"properties":{"@type":"node","@id":1735438736,"@timestamp":1335719484},"coords":"51.4554468,-0.0464347","bedrooms":"1","price":"252000","area":"533"} , +{"type":"Feature","id":"n1735438815","geometry":{"type":"Point","coordinates":[-0.0463986,51.4554769]},"properties":{"@type":"node","@id":1735438815,"@timestamp":1335719487},"coords":"51.4554769,-0.0463986","bedrooms":"2","price":"222000","area":"592"} , +{"type":"Feature","id":"n1735438891","geometry":{"type":"Point","coordinates":[-0.0766562,51.4554952]},"properties":{"@type":"node","@id":1735438891,"@timestamp":1579714635},"coords":"51.4554952,-0.0766562","bedrooms":"4","price":"257000","area":"610"} , +{"type":"Feature","id":"n1735438971","geometry":{"type":"Point","coordinates":[-0.088683,51.4555106]},"properties":{"@type":"node","@id":1735438971,"@timestamp":1579714635},"coords":"51.4555106,-0.088683","bedrooms":"1","price":"256000","area":"586"} , +{"type":"Feature","id":"n1735439058","geometry":{"type":"Point","coordinates":[-0.0495141,51.4555391]},"properties":{"@type":"node","@id":1735439058,"@timestamp":1335719494},"coords":"51.4555391,-0.0495141","bedrooms":"3","price":"204000","area":"688"} , +{"type":"Feature","id":"n1735439146","geometry":{"type":"Point","coordinates":[-0.0891343,51.4555574]},"properties":{"@type":"node","@id":1735439146,"@timestamp":1579714635},"coords":"51.4555574,-0.0891343","bedrooms":"0","price":"199000","area":"362"} , +{"type":"Feature","id":"n1735439241","geometry":{"type":"Point","coordinates":[-0.0736807,51.4555722]},"properties":{"@type":"node","@id":1735439241,"@timestamp":1579714635},"coords":"51.4555722,-0.0736807","bedrooms":"1","price":"227000","area":"492"} , +{"type":"Feature","id":"n1735439333","geometry":{"type":"Point","coordinates":[-0.0891748,51.4555974]},"properties":{"@type":"node","@id":1735439333,"@timestamp":1579714635},"coords":"51.4555974,-0.0891748","bedrooms":"3","price":"159000","area":"407"} , +{"type":"Feature","id":"n1735439486","geometry":{"type":"Point","coordinates":[-0.0663376,51.4556205]},"properties":{"@type":"node","@id":1735439486,"@timestamp":1579714635},"coords":"51.4556205,-0.0663376","bedrooms":"3","price":"183000","area":"474"} , +{"type":"Feature","id":"n1735439627","geometry":{"type":"Point","coordinates":[-0.0887997,51.4556407]},"properties":{"@type":"node","@id":1735439627,"@timestamp":1579714635},"coords":"51.4556407,-0.0887997","bedrooms":"0","price":"171000","area":"616"} , +{"type":"Feature","id":"n1735439755","geometry":{"type":"Point","coordinates":[-0.0924582,51.4556643]},"properties":{"@type":"node","@id":1735439755,"@timestamp":1579714635},"coords":"51.4556643,-0.0924582","bedrooms":"0","price":"160000","area":"680"} , +{"type":"Feature","id":"n1735439935","geometry":{"type":"Point","coordinates":[-0.0827697,51.4556871]},"properties":{"@type":"node","@id":1735439935,"@timestamp":1579714635},"coords":"51.4556871,-0.0827697","bedrooms":"1","price":"195000","area":"657"} , +{"type":"Feature","id":"n1735440092","geometry":{"type":"Point","coordinates":[-0.0921814,51.4557112]},"properties":{"@type":"node","@id":1735440092,"@timestamp":1579714635},"coords":"51.4557112,-0.0921814","bedrooms":"1","price":"264000","area":"491"} , +{"type":"Feature","id":"n1735440252","geometry":{"type":"Point","coordinates":[-0.0492491,51.4557252]},"properties":{"@type":"node","@id":1735440252,"@timestamp":1406527818},"coords":"51.4557252,-0.0492491","bedrooms":"3","price":"204000","area":"469"} , +{"type":"Feature","id":"n1735440379","geometry":{"type":"Point","coordinates":[-0.0885109,51.4557379]},"properties":{"@type":"node","@id":1735440379,"@timestamp":1579714635},"coords":"51.4557379,-0.0885109","bedrooms":"4","price":"275000","area":"656"} , +{"type":"Feature","id":"n1735440498","geometry":{"type":"Point","coordinates":[-0.0458643,51.4557662]},"properties":{"@type":"node","@id":1735440498,"@timestamp":1486314702},"coords":"51.4557662,-0.0458643","bedrooms":"2","price":"186000","area":"357"} , +{"type":"Feature","id":"n1735440618","geometry":{"type":"Point","coordinates":[-0.043473,51.4557869]},"properties":{"@type":"node","@id":1735440618,"@timestamp":1335719526},"coords":"51.4557869,-0.043473","bedrooms":"4","price":"233000","area":"494"} , +{"type":"Feature","id":"n1735440730","geometry":{"type":"Point","coordinates":[-0.0979815,51.455798]},"properties":{"@type":"node","@id":1735440730,"@timestamp":1579714635},"coords":"51.455798,-0.0979815","bedrooms":"4","price":"290000","area":"617"} , +{"type":"Feature","id":"n1735440836","geometry":{"type":"Point","coordinates":[-0.0837932,51.4558231]},"properties":{"@type":"node","@id":1735440836,"@timestamp":1579714635},"coords":"51.4558231,-0.0837932","bedrooms":"2","price":"217000","area":"428"} , +{"type":"Feature","id":"n1735441005","geometry":{"type":"Point","coordinates":[-0.0435494,51.4558453]},"properties":{"@type":"node","@id":1735441005,"@timestamp":1406147281},"coords":"51.4558453,-0.0435494","bedrooms":"0","price":"281000","area":"612"} , +{"type":"Feature","id":"n1735441303","geometry":{"type":"Point","coordinates":[-0.0790634,51.45586]},"properties":{"@type":"node","@id":1735441303,"@timestamp":1579714635},"coords":"51.45586,-0.0790634","bedrooms":"3","price":"285000","area":"490"} , +{"type":"Feature","id":"n1735441355","geometry":{"type":"Point","coordinates":[-0.0822181,51.4558724]},"properties":{"@type":"node","@id":1735441355,"@timestamp":1579714635},"coords":"51.4558724,-0.0822181","bedrooms":"2","price":"201000","area":"531"} , +{"type":"Feature","id":"n1735441411","geometry":{"type":"Point","coordinates":[-0.0788348,51.4558889]},"properties":{"@type":"node","@id":1735441411,"@timestamp":1579714635},"coords":"51.4558889,-0.0788348","bedrooms":"1","price":"231000","area":"574"} , +{"type":"Feature","id":"n1735441449","geometry":{"type":"Point","coordinates":[-0.0884467,51.4559012]},"properties":{"@type":"node","@id":1735441449,"@timestamp":1579714635},"coords":"51.4559012,-0.0884467","bedrooms":"1","price":"229000","area":"543"} , +{"type":"Feature","id":"n1735441534","geometry":{"type":"Point","coordinates":[-0.0916654,51.4559188]},"properties":{"@type":"node","@id":1735441534,"@timestamp":1579714635},"coords":"51.4559188,-0.0916654","bedrooms":"4","price":"261000","area":"461"} , +{"type":"Feature","id":"n1735441625","geometry":{"type":"Point","coordinates":[-0.0968583,51.4559309]},"properties":{"@type":"node","@id":1735441625,"@timestamp":1579714635},"coords":"51.4559309,-0.0968583","bedrooms":"0","price":"278000","area":"528"} , +{"type":"Feature","id":"n1735441688","geometry":{"type":"Point","coordinates":[-0.0656507,51.4559496]},"properties":{"@type":"node","@id":1735441688,"@timestamp":1579714635},"coords":"51.4559496,-0.0656507","bedrooms":"0","price":"152000","area":"501"} , +{"type":"Feature","id":"n1735441751","geometry":{"type":"Point","coordinates":[-0.0707903,51.455962]},"properties":{"@type":"node","@id":1735441751,"@timestamp":1579714635},"coords":"51.455962,-0.0707903","bedrooms":"2","price":"168000","area":"646"} , +{"type":"Feature","id":"n1735441823","geometry":{"type":"Point","coordinates":[-0.0682204,51.4559769]},"properties":{"@type":"node","@id":1735441823,"@timestamp":1579714635},"coords":"51.4559769,-0.0682204","bedrooms":"4","price":"212000","area":"464"} , +{"type":"Feature","id":"n1735441877","geometry":{"type":"Point","coordinates":[-0.0836102,51.4559867]},"properties":{"@type":"node","@id":1735441877,"@timestamp":1579714635},"coords":"51.4559867,-0.0836102","bedrooms":"2","price":"267000","area":"481"} , +{"type":"Feature","id":"n1735441913","geometry":{"type":"Point","coordinates":[-0.0885889,51.4560012]},"properties":{"@type":"node","@id":1735441913,"@timestamp":1579714635},"coords":"51.4560012,-0.0885889","bedrooms":"0","price":"170000","area":"487"} , +{"type":"Feature","id":"n1735441970","geometry":{"type":"Point","coordinates":[-0.095571,51.4560112]},"properties":{"@type":"node","@id":1735441970,"@timestamp":1579714635},"coords":"51.4560112,-0.095571","bedrooms":"2","price":"264000","area":"574"} , +{"type":"Feature","id":"n1735442037","geometry":{"type":"Point","coordinates":[-0.0660326,51.4560291]},"properties":{"@type":"node","@id":1735442037,"@timestamp":1579714635},"coords":"51.4560291,-0.0660326","bedrooms":"3","price":"282000","area":"463"} , +{"type":"Feature","id":"n1735442108","geometry":{"type":"Point","coordinates":[-0.0735097,51.4560437]},"properties":{"@type":"node","@id":1735442108,"@timestamp":1579714635},"coords":"51.4560437,-0.0735097","bedrooms":"0","price":"159000","area":"371"} , +{"type":"Feature","id":"n1735442197","geometry":{"type":"Point","coordinates":[-0.095806,51.4560586]},"properties":{"@type":"node","@id":1735442197,"@timestamp":1579714635},"coords":"51.4560586,-0.095806","bedrooms":"3","price":"248000","area":"673"} , +{"type":"Feature","id":"n1735442286","geometry":{"type":"Point","coordinates":[-0.0925162,51.456071]},"properties":{"@type":"node","@id":1735442286,"@timestamp":1579714635},"coords":"51.456071,-0.0925162","bedrooms":"1","price":"157000","area":"562"} , +{"type":"Feature","id":"n1735442348","geometry":{"type":"Point","coordinates":[-0.0716912,51.4560844]},"properties":{"@type":"node","@id":1735442348,"@timestamp":1579714635},"coords":"51.4560844,-0.0716912","bedrooms":"3","price":"194000","area":"459"} , +{"type":"Feature","id":"n1735442423","geometry":{"type":"Point","coordinates":[-0.088435,51.4561006]},"properties":{"@type":"node","@id":1735442423,"@timestamp":1579714635},"coords":"51.4561006,-0.088435","bedrooms":"1","price":"202000","area":"449"} , +{"type":"Feature","id":"n1735442504","geometry":{"type":"Point","coordinates":[-0.0834174,51.4561077]},"properties":{"@type":"node","@id":1735442504,"@timestamp":1579714635},"coords":"51.4561077,-0.0834174","bedrooms":"4","price":"209000","area":"399"} , +{"type":"Feature","id":"n1735442575","geometry":{"type":"Point","coordinates":[-0.0834871,51.4561253]},"properties":{"@type":"node","@id":1735442575,"@timestamp":1579714635},"coords":"51.4561253,-0.0834871","bedrooms":"1","price":"263000","area":"584"} , +{"type":"Feature","id":"n1735442679","geometry":{"type":"Point","coordinates":[-0.0558619,51.4561408]},"properties":{"@type":"node","@id":1735442679,"@timestamp":1579714635},"coords":"51.4561408,-0.0558619","bedrooms":"3","price":"233000","area":"446"} , +{"type":"Feature","id":"n1735442788","geometry":{"type":"Point","coordinates":[-0.0558659,51.4561524]},"properties":{"@type":"node","@id":1735442788,"@timestamp":1579714635},"coords":"51.4561524,-0.0558659","bedrooms":"1","price":"207000","area":"381"} , +{"type":"Feature","id":"n1735442887","geometry":{"type":"Point","coordinates":[-0.0555677,51.4561635]},"properties":{"@type":"node","@id":1735442887,"@timestamp":1579714635},"coords":"51.4561635,-0.0555677","bedrooms":"1","price":"217000","area":"430"} , +{"type":"Feature","id":"n1735442969","geometry":{"type":"Point","coordinates":[-0.0825228,51.4561726]},"properties":{"@type":"node","@id":1735442969,"@timestamp":1579714635},"coords":"51.4561726,-0.0825228","bedrooms":"0","price":"252000","area":"513"} , +{"type":"Feature","id":"n1735443050","geometry":{"type":"Point","coordinates":[-0.0926667,51.4561833]},"properties":{"@type":"node","@id":1735443050,"@timestamp":1579714635},"coords":"51.4561833,-0.0926667","bedrooms":"0","price":"199000","area":"690"} , +{"type":"Feature","id":"n1735443122","geometry":{"type":"Point","coordinates":[-0.0669055,51.4561923]},"properties":{"@type":"node","@id":1735443122,"@timestamp":1579714635},"coords":"51.4561923,-0.0669055","bedrooms":"4","price":"223000","area":"488"} , +{"type":"Feature","id":"n1735443190","geometry":{"type":"Point","coordinates":[-0.0491168,51.4562011]},"properties":{"@type":"node","@id":1735443190,"@timestamp":1335719607},"coords":"51.4562011,-0.0491168","bedrooms":"3","price":"208000","area":"518"} , +{"type":"Feature","id":"n1735443249","geometry":{"type":"Point","coordinates":[-0.0557432,51.4562109]},"properties":{"@type":"node","@id":1735443249,"@timestamp":1579714635},"coords":"51.4562109,-0.0557432","bedrooms":"3","price":"231000","area":"578"} , +{"type":"Feature","id":"n1735443320","geometry":{"type":"Point","coordinates":[-0.0796833,51.4562299]},"properties":{"@type":"node","@id":1735443320,"@timestamp":1579714635},"coords":"51.4562299,-0.0796833","bedrooms":"4","price":"186000","area":"691"} , +{"type":"Feature","id":"n1735443393","geometry":{"type":"Point","coordinates":[-0.0912336,51.4562431]},"properties":{"@type":"node","@id":1735443393,"@timestamp":1579714635},"coords":"51.4562431,-0.0912336","bedrooms":"2","price":"243000","area":"481"} , +{"type":"Feature","id":"n1735443486","geometry":{"type":"Point","coordinates":[-0.0441299,51.4562561]},"properties":{"@type":"node","@id":1735443486,"@timestamp":1335719617},"coords":"51.4562561,-0.0441299","bedrooms":"0","price":"177000","area":"656"} , +{"type":"Feature","id":"n1735443624","geometry":{"type":"Point","coordinates":[-0.0819681,51.4562709]},"properties":{"@type":"node","@id":1735443624,"@timestamp":1579714635},"coords":"51.4562709,-0.0819681","bedrooms":"0","price":"164000","area":"380"} , +{"type":"Feature","id":"n1735443755","geometry":{"type":"Point","coordinates":[-0.0824666,51.456301]},"properties":{"@type":"node","@id":1735443755,"@timestamp":1579714635},"coords":"51.456301,-0.0824666","bedrooms":"3","price":"172000","area":"595"} , +{"type":"Feature","id":"n1735443843","geometry":{"type":"Point","coordinates":[-0.0681543,51.4563122]},"properties":{"@type":"node","@id":1735443843,"@timestamp":1579714635},"coords":"51.4563122,-0.0681543","bedrooms":"0","price":"225000","area":"454"} , +{"type":"Feature","id":"n1735443919","geometry":{"type":"Point","coordinates":[-0.0481576,51.4563277]},"properties":{"@type":"node","@id":1735443919,"@timestamp":1485890993},"coords":"51.4563277,-0.0481576","bedrooms":"2","price":"170000","area":"460"} , +{"type":"Feature","id":"n1735444042","geometry":{"type":"Point","coordinates":[-0.0794754,51.4563451]},"properties":{"@type":"node","@id":1735444042,"@timestamp":1579714635},"coords":"51.4563451,-0.0794754","bedrooms":"0","price":"295000","area":"532"} , +{"type":"Feature","id":"n1735444141","geometry":{"type":"Point","coordinates":[-0.0913253,51.4563693]},"properties":{"@type":"node","@id":1735444141,"@timestamp":1579714635},"coords":"51.4563693,-0.0913253","bedrooms":"2","price":"203000","area":"549"} , +{"type":"Feature","id":"n1735444208","geometry":{"type":"Point","coordinates":[-0.0928585,51.4563841]},"properties":{"@type":"node","@id":1735444208,"@timestamp":1579714635},"coords":"51.4563841,-0.0928585","bedrooms":"1","price":"248000","area":"656"} , +{"type":"Feature","id":"n1735444260","geometry":{"type":"Point","coordinates":[-0.0759154,51.4564021]},"properties":{"@type":"node","@id":1735444260,"@timestamp":1579714635},"coords":"51.4564021,-0.0759154","bedrooms":"4","price":"192000","area":"625"} , +{"type":"Feature","id":"n1735444314","geometry":{"type":"Point","coordinates":[-0.0824164,51.4564248]},"properties":{"@type":"node","@id":1735444314,"@timestamp":1579714635},"coords":"51.4564248,-0.0824164","bedrooms":"4","price":"285000","area":"560"} , +{"type":"Feature","id":"n1735444348","geometry":{"type":"Point","coordinates":[-0.0500053,51.4564311]},"properties":{"@type":"node","@id":1735444348,"@timestamp":1486057324},"coords":"51.4564311,-0.0500053","bedrooms":"3","price":"169000","area":"543"} , +{"type":"Feature","id":"n1735444406","geometry":{"type":"Point","coordinates":[-0.064351,51.4564467]},"properties":{"@type":"node","@id":1735444406,"@timestamp":1579714635},"coords":"51.4564467,-0.064351","bedrooms":"4","price":"224000","area":"517"} , +{"type":"Feature","id":"n1735444458","geometry":{"type":"Point","coordinates":[-0.0791633,51.4564633]},"properties":{"@type":"node","@id":1735444458,"@timestamp":1579714635},"coords":"51.4564633,-0.0791633","bedrooms":"0","price":"290000","area":"575"} , +{"type":"Feature","id":"n1735444497","geometry":{"type":"Point","coordinates":[-0.0743082,51.4564785]},"properties":{"@type":"node","@id":1735444497,"@timestamp":1579714635},"coords":"51.4564785,-0.0743082","bedrooms":"1","price":"176000","area":"459"} , +{"type":"Feature","id":"n1735444547","geometry":{"type":"Point","coordinates":[-0.0705787,51.4564983]},"properties":{"@type":"node","@id":1735444547,"@timestamp":1579714635},"coords":"51.4564983,-0.0705787","bedrooms":"2","price":"266000","area":"683"} , +{"type":"Feature","id":"n1735444591","geometry":{"type":"Point","coordinates":[-0.0781607,51.4565163]},"properties":{"@type":"node","@id":1735444591,"@timestamp":1579714635},"coords":"51.4565163,-0.0781607","bedrooms":"2","price":"171000","area":"432"} , +{"type":"Feature","id":"n1735444651","geometry":{"type":"Point","coordinates":[-0.0829044,51.4565366]},"properties":{"@type":"node","@id":1735444651,"@timestamp":1579714635},"coords":"51.4565366,-0.0829044","bedrooms":"1","price":"280000","area":"425"} , +{"type":"Feature","id":"n1735444709","geometry":{"type":"Point","coordinates":[-0.0447805,51.4565513]},"properties":{"@type":"node","@id":1735444709,"@timestamp":1335719662},"coords":"51.4565513,-0.0447805","bedrooms":"4","price":"193000","area":"351"} , +{"type":"Feature","id":"n1735444743","geometry":{"type":"Point","coordinates":[-0.0792992,51.4565684]},"properties":{"@type":"node","@id":1735444743,"@timestamp":1579714635},"coords":"51.4565684,-0.0792992","bedrooms":"2","price":"200000","area":"479"} , +{"type":"Feature","id":"n1735444795","geometry":{"type":"Point","coordinates":[-0.0832607,51.456596]},"properties":{"@type":"node","@id":1735444795,"@timestamp":1579714635},"coords":"51.456596,-0.0832607","bedrooms":"3","price":"255000","area":"441"} , +{"type":"Feature","id":"n1735444873","geometry":{"type":"Point","coordinates":[-0.0751325,51.4566115]},"properties":{"@type":"node","@id":1735444873,"@timestamp":1579714635},"coords":"51.4566115,-0.0751325","bedrooms":"3","price":"153000","area":"367"} , +{"type":"Feature","id":"n1735444914","geometry":{"type":"Point","coordinates":[-0.064418,51.4566278]},"properties":{"@type":"node","@id":1735444914,"@timestamp":1579714635},"coords":"51.4566278,-0.064418","bedrooms":"0","price":"295000","area":"384"} , +{"type":"Feature","id":"n1735444959","geometry":{"type":"Point","coordinates":[-0.0451032,51.4566434]},"properties":{"@type":"node","@id":1735444959,"@timestamp":1335719677},"coords":"51.4566434,-0.0451032","bedrooms":"0","price":"187000","area":"607"} , +{"type":"Feature","id":"n1735444988","geometry":{"type":"Point","coordinates":[-0.0916341,51.456658]},"properties":{"@type":"node","@id":1735444988,"@timestamp":1579714635},"coords":"51.456658,-0.0916341","bedrooms":"3","price":"213000","area":"575"} , +{"type":"Feature","id":"n1735445033","geometry":{"type":"Point","coordinates":[-0.0823109,51.4566664]},"properties":{"@type":"node","@id":1735445033,"@timestamp":1579714635},"coords":"51.4566664,-0.0823109","bedrooms":"2","price":"288000","area":"606"} , +{"type":"Feature","id":"n1735445084","geometry":{"type":"Point","coordinates":[-0.0759856,51.4566786]},"properties":{"@type":"node","@id":1735445084,"@timestamp":1579714635},"coords":"51.4566786,-0.0759856","bedrooms":"4","price":"214000","area":"642"} , +{"type":"Feature","id":"n1735445118","geometry":{"type":"Point","coordinates":[-0.0908283,51.4566908]},"properties":{"@type":"node","@id":1735445118,"@timestamp":1579714635},"coords":"51.4566908,-0.0908283","bedrooms":"2","price":"192000","area":"463"} , +{"type":"Feature","id":"n1735445165","geometry":{"type":"Point","coordinates":[-0.0768509,51.4567012]},"properties":{"@type":"node","@id":1735445165,"@timestamp":1579714635},"coords":"51.4567012,-0.0768509","bedrooms":"4","price":"257000","area":"659"} , +{"type":"Feature","id":"n1735445209","geometry":{"type":"Point","coordinates":[-0.0923597,51.4567114]},"properties":{"@type":"node","@id":1735445209,"@timestamp":1579714635},"coords":"51.4567114,-0.0923597","bedrooms":"4","price":"215000","area":"653"} , +{"type":"Feature","id":"n1735445250","geometry":{"type":"Point","coordinates":[-0.0915999,51.456736]},"properties":{"@type":"node","@id":1735445250,"@timestamp":1579714635},"coords":"51.456736,-0.0915999","bedrooms":"3","price":"176000","area":"604"} , +{"type":"Feature","id":"n1735445287","geometry":{"type":"Point","coordinates":[-0.0645591,51.4567519]},"properties":{"@type":"node","@id":1735445287,"@timestamp":1579714635},"coords":"51.4567519,-0.0645591","bedrooms":"2","price":"277000","area":"521"} , +{"type":"Feature","id":"n1735445343","geometry":{"type":"Point","coordinates":[-0.0676469,51.4567638]},"properties":{"@type":"node","@id":1735445343,"@timestamp":1579714635},"coords":"51.4567638,-0.0676469","bedrooms":"3","price":"283000","area":"653"} , +{"type":"Feature","id":"n1735445408","geometry":{"type":"Point","coordinates":[-0.0822612,51.4567791]},"properties":{"@type":"node","@id":1735445408,"@timestamp":1579714635},"coords":"51.4567791,-0.0822612","bedrooms":"0","price":"170000","area":"350"} , +{"type":"Feature","id":"n1735445450","geometry":{"type":"Point","coordinates":[-0.0473032,51.4567892]},"properties":{"@type":"node","@id":1735445450,"@timestamp":1407998751},"coords":"51.4567892,-0.0473032","bedrooms":"1","price":"153000","area":"360"} , +{"type":"Feature","id":"n1735445507","geometry":{"type":"Point","coordinates":[-0.0832586,51.4568043]},"properties":{"@type":"node","@id":1735445507,"@timestamp":1579714635},"coords":"51.4568043,-0.0832586","bedrooms":"4","price":"236000","area":"350"} , +{"type":"Feature","id":"n1735445539","geometry":{"type":"Point","coordinates":[-0.0893266,51.4568162]},"properties":{"@type":"node","@id":1735445539,"@timestamp":1579714635},"coords":"51.4568162,-0.0893266","bedrooms":"3","price":"161000","area":"463"} , +{"type":"Feature","id":"n1735445579","geometry":{"type":"Point","coordinates":[-0.0831469,51.4568441]},"properties":{"@type":"node","@id":1735445579,"@timestamp":1579714635},"coords":"51.4568441,-0.0831469","bedrooms":"1","price":"265000","area":"381"} , +{"type":"Feature","id":"n1735445624","geometry":{"type":"Point","coordinates":[-0.0827682,51.456869]},"properties":{"@type":"node","@id":1735445624,"@timestamp":1579714635},"coords":"51.456869,-0.0827682","bedrooms":"3","price":"237000","area":"608"} , +{"type":"Feature","id":"n1735445672","geometry":{"type":"Point","coordinates":[-0.0799449,51.4568783]},"properties":{"@type":"node","@id":1735445672,"@timestamp":1579714635},"coords":"51.4568783,-0.0799449","bedrooms":"2","price":"228000","area":"620"} , +{"type":"Feature","id":"n1735445708","geometry":{"type":"Point","coordinates":[-0.0829379,51.4569003]},"properties":{"@type":"node","@id":1735445708,"@timestamp":1579714635},"coords":"51.4569003,-0.0829379","bedrooms":"4","price":"252000","area":"505"} , +{"type":"Feature","id":"n1735445752","geometry":{"type":"Point","coordinates":[-0.0812818,51.4569181]},"properties":{"@type":"node","@id":1735445752,"@timestamp":1579714635},"coords":"51.4569181,-0.0812818","bedrooms":"4","price":"266000","area":"539"} , +{"type":"Feature","id":"n1735445802","geometry":{"type":"Point","coordinates":[-0.0814824,51.4569394]},"properties":{"@type":"node","@id":1735445802,"@timestamp":1579714635},"coords":"51.4569394,-0.0814824","bedrooms":"2","price":"192000","area":"619"} , +{"type":"Feature","id":"n1735445832","geometry":{"type":"Point","coordinates":[-0.0942349,51.4569619]},"properties":{"@type":"node","@id":1735445832,"@timestamp":1579714635},"coords":"51.4569619,-0.0942349","bedrooms":"4","price":"298000","area":"555"} , +{"type":"Feature","id":"n1735445885","geometry":{"type":"Point","coordinates":[-0.0543509,51.4569729]},"properties":{"@type":"node","@id":1735445885,"@timestamp":1335719727},"coords":"51.4569729,-0.0543509","bedrooms":"4","price":"224000","area":"433"} , +{"type":"Feature","id":"n1735445931","geometry":{"type":"Point","coordinates":[-0.0929423,51.4569852]},"properties":{"@type":"node","@id":1735445931,"@timestamp":1579714635},"coords":"51.4569852,-0.0929423","bedrooms":"3","price":"221000","area":"530"} , +{"type":"Feature","id":"n1735445972","geometry":{"type":"Point","coordinates":[-0.0695131,51.4569984]},"properties":{"@type":"node","@id":1735445972,"@timestamp":1579714635},"coords":"51.4569984,-0.0695131","bedrooms":"1","price":"257000","area":"391"} , +{"type":"Feature","id":"n1735446024","geometry":{"type":"Point","coordinates":[-0.0785423,51.4570262]},"properties":{"@type":"node","@id":1735446024,"@timestamp":1579714635},"coords":"51.4570262,-0.0785423","bedrooms":"3","price":"260000","area":"559"} , +{"type":"Feature","id":"n1735446080","geometry":{"type":"Point","coordinates":[-0.0737988,51.4570524]},"properties":{"@type":"node","@id":1735446080,"@timestamp":1579714635},"coords":"51.4570524,-0.0737988","bedrooms":"1","price":"168000","area":"531"} , +{"type":"Feature","id":"n1735446117","geometry":{"type":"Point","coordinates":[-0.0928039,51.457076]},"properties":{"@type":"node","@id":1735446117,"@timestamp":1579714635},"coords":"51.457076,-0.0928039","bedrooms":"4","price":"265000","area":"380"} , +{"type":"Feature","id":"n1735446166","geometry":{"type":"Point","coordinates":[-0.0830362,51.457098]},"properties":{"@type":"node","@id":1735446166,"@timestamp":1579714635},"coords":"51.457098,-0.0830362","bedrooms":"4","price":"191000","area":"524"} , +{"type":"Feature","id":"n1735446230","geometry":{"type":"Point","coordinates":[-0.0546525,51.4571186]},"properties":{"@type":"node","@id":1735446230,"@timestamp":1579714635},"coords":"51.4571186,-0.0546525","bedrooms":"4","price":"175000","area":"424"} , +{"type":"Feature","id":"n1735446309","geometry":{"type":"Point","coordinates":[-0.0743446,51.4571373]},"properties":{"@type":"node","@id":1735446309,"@timestamp":1579714635},"coords":"51.4571373,-0.0743446","bedrooms":"3","price":"201000","area":"594"} , +{"type":"Feature","id":"n1735446436","geometry":{"type":"Point","coordinates":[-0.0479416,51.457146]},"properties":{"@type":"node","@id":1735446436,"@timestamp":1335719750},"coords":"51.457146,-0.0479416","bedrooms":"3","price":"271000","area":"370"} , +{"type":"Feature","id":"n1735446520","geometry":{"type":"Point","coordinates":[-0.0912884,51.4571703]},"properties":{"@type":"node","@id":1735446520,"@timestamp":1579714635},"coords":"51.4571703,-0.0912884","bedrooms":"3","price":"154000","area":"590"} , +{"type":"Feature","id":"n1735446551","geometry":{"type":"Point","coordinates":[-0.0903674,51.4571913]},"properties":{"@type":"node","@id":1735446551,"@timestamp":1579714635},"coords":"51.4571913,-0.0903674","bedrooms":"4","price":"155000","area":"694"} , +{"type":"Feature","id":"n1735446604","geometry":{"type":"Point","coordinates":[-0.0932519,51.4572066]},"properties":{"@type":"node","@id":1735446604,"@timestamp":1579714635},"coords":"51.4572066,-0.0932519","bedrooms":"1","price":"244000","area":"476"} , +{"type":"Feature","id":"n1735446656","geometry":{"type":"Point","coordinates":[-0.0926826,51.4572222]},"properties":{"@type":"node","@id":1735446656,"@timestamp":1579714635},"coords":"51.4572222,-0.0926826","bedrooms":"4","price":"189000","area":"578"} , +{"type":"Feature","id":"n1735446717","geometry":{"type":"Point","coordinates":[-0.0823982,51.4572432]},"properties":{"@type":"node","@id":1735446717,"@timestamp":1579714635},"coords":"51.4572432,-0.0823982","bedrooms":"0","price":"271000","area":"389"} , +{"type":"Feature","id":"n1735446758","geometry":{"type":"Point","coordinates":[-0.0850869,51.457258]},"properties":{"@type":"node","@id":1735446758,"@timestamp":1579714635},"coords":"51.457258,-0.0850869","bedrooms":"2","price":"214000","area":"353"} , +{"type":"Feature","id":"n1735446809","geometry":{"type":"Point","coordinates":[-0.0891482,51.4572826]},"properties":{"@type":"node","@id":1735446809,"@timestamp":1579714635},"coords":"51.4572826,-0.0891482","bedrooms":"3","price":"182000","area":"685"} , +{"type":"Feature","id":"n1735446870","geometry":{"type":"Point","coordinates":[-0.0912769,51.4573033]},"properties":{"@type":"node","@id":1735446870,"@timestamp":1579714635},"coords":"51.4573033,-0.0912769","bedrooms":"4","price":"228000","area":"651"} , +{"type":"Feature","id":"n1735446959","geometry":{"type":"Point","coordinates":[-0.0902873,51.4573144]},"properties":{"@type":"node","@id":1735446959,"@timestamp":1579714635},"coords":"51.4573144,-0.0902873","bedrooms":"0","price":"272000","area":"489"} , +{"type":"Feature","id":"n1735447054","geometry":{"type":"Point","coordinates":[-0.09479,51.4573281]},"properties":{"@type":"node","@id":1735447054,"@timestamp":1579714635},"coords":"51.4573281,-0.09479","bedrooms":"2","price":"272000","area":"473"} , +{"type":"Feature","id":"n1735447147","geometry":{"type":"Point","coordinates":[-0.091111,51.4573507]},"properties":{"@type":"node","@id":1735447147,"@timestamp":1579714635},"coords":"51.4573507,-0.091111","bedrooms":"2","price":"190000","area":"433"} , +{"type":"Feature","id":"n1735447278","geometry":{"type":"Point","coordinates":[-0.0800539,51.4573657]},"properties":{"@type":"node","@id":1735447278,"@timestamp":1579714635},"coords":"51.4573657,-0.0800539","bedrooms":"4","price":"240000","area":"487"} , +{"type":"Feature","id":"n1735447368","geometry":{"type":"Point","coordinates":[-0.0753608,51.4573986]},"properties":{"@type":"node","@id":1735447368,"@timestamp":1579714635},"coords":"51.4573986,-0.0753608","bedrooms":"1","price":"170000","area":"365"} , +{"type":"Feature","id":"n1735447424","geometry":{"type":"Point","coordinates":[-0.0903086,51.457417]},"properties":{"@type":"node","@id":1735447424,"@timestamp":1579714635},"coords":"51.457417,-0.0903086","bedrooms":"0","price":"195000","area":"676"} , +{"type":"Feature","id":"n1735447475","geometry":{"type":"Point","coordinates":[-0.0800793,51.457447]},"properties":{"@type":"node","@id":1735447475,"@timestamp":1579714635},"coords":"51.457447,-0.0800793","bedrooms":"2","price":"212000","area":"610"} , +{"type":"Feature","id":"n1735447518","geometry":{"type":"Point","coordinates":[-0.0912577,51.4574557]},"properties":{"@type":"node","@id":1735447518,"@timestamp":1579714635},"coords":"51.4574557,-0.0912577","bedrooms":"4","price":"166000","area":"553"} , +{"type":"Feature","id":"n1735447557","geometry":{"type":"Point","coordinates":[-0.0837342,51.457479]},"properties":{"@type":"node","@id":1735447557,"@timestamp":1579714635},"coords":"51.457479,-0.0837342","bedrooms":"4","price":"296000","area":"636"} , +{"type":"Feature","id":"n1735463195","geometry":{"type":"Point","coordinates":[0.0017345,51.5314873]},"properties":{"@type":"node","@id":1735463195,"@timestamp":1341828402},"coords":"51.5314873,0.0017345","bedrooms":"3","price":"293000","area":"459"} , +{"type":"Feature","id":"n1735463231","geometry":{"type":"Point","coordinates":[0.0023101,51.5316925]},"properties":{"@type":"node","@id":1735463231,"@timestamp":1341828402},"coords":"51.5316925,0.0023101","bedrooms":"0","price":"275000","area":"426"} , +{"type":"Feature","id":"n1735463253","geometry":{"type":"Point","coordinates":[0.0032476,51.5319519]},"properties":{"@type":"node","@id":1735463253,"@timestamp":1335720771},"coords":"51.5319519,0.0032476","bedrooms":"4","price":"192000","area":"609"} , +{"type":"Feature","id":"n1735516674","geometry":{"type":"Point","coordinates":[-0.0631758,51.5473258]},"properties":{"@type":"node","@id":1735516674,"@timestamp":1588780275},"coords":"51.5473258,-0.0631758","bedrooms":"1","price":"245000","area":"567"} , +{"type":"Feature","id":"n1735525733","geometry":{"type":"Point","coordinates":[-0.0920745,51.4574839]},"properties":{"@type":"node","@id":1735525733,"@timestamp":1579714635},"coords":"51.4574839,-0.0920745","bedrooms":"4","price":"219000","area":"585"} , +{"type":"Feature","id":"n1735525743","geometry":{"type":"Point","coordinates":[-0.0766365,51.4575075]},"properties":{"@type":"node","@id":1735525743,"@timestamp":1579714635},"coords":"51.4575075,-0.0766365","bedrooms":"3","price":"243000","area":"386"} , +{"type":"Feature","id":"n1735525753","geometry":{"type":"Point","coordinates":[-0.0778068,51.4575309]},"properties":{"@type":"node","@id":1735525753,"@timestamp":1579714635},"coords":"51.4575309,-0.0778068","bedrooms":"3","price":"228000","area":"535"} , +{"type":"Feature","id":"n1735525763","geometry":{"type":"Point","coordinates":[-0.0463619,51.4575565]},"properties":{"@type":"node","@id":1735525763,"@timestamp":1485890319},"coords":"51.4575565,-0.0463619","bedrooms":"0","price":"216000","area":"360"} , +{"type":"Feature","id":"n1735525773","geometry":{"type":"Point","coordinates":[-0.0827825,51.4575798]},"properties":{"@type":"node","@id":1735525773,"@timestamp":1579714635},"coords":"51.4575798,-0.0827825","bedrooms":"0","price":"187000","area":"573"} , +{"type":"Feature","id":"n1735525783","geometry":{"type":"Point","coordinates":[-0.0909854,51.4576072]},"properties":{"@type":"node","@id":1735525783,"@timestamp":1579714635},"coords":"51.4576072,-0.0909854","bedrooms":"2","price":"257000","area":"493"} , +{"type":"Feature","id":"n1735525816","geometry":{"type":"Point","coordinates":[-0.0853565,51.457628]},"properties":{"@type":"node","@id":1735525816,"@timestamp":1579714635},"coords":"51.457628,-0.0853565","bedrooms":"3","price":"191000","area":"467"} , +{"type":"Feature","id":"n1735525858","geometry":{"type":"Point","coordinates":[-0.0557628,51.4576594]},"properties":{"@type":"node","@id":1735525858,"@timestamp":1579714635},"coords":"51.4576594,-0.0557628","bedrooms":"4","price":"217000","area":"640"} , +{"type":"Feature","id":"n1735525874","geometry":{"type":"Point","coordinates":[-0.0908765,51.4576936]},"properties":{"@type":"node","@id":1735525874,"@timestamp":1579714635},"coords":"51.4576936,-0.0908765","bedrooms":"4","price":"245000","area":"523"} , +{"type":"Feature","id":"n1735525884","geometry":{"type":"Point","coordinates":[-0.0785276,51.4577184]},"properties":{"@type":"node","@id":1735525884,"@timestamp":1579714635},"coords":"51.4577184,-0.0785276","bedrooms":"4","price":"250000","area":"548"} , +{"type":"Feature","id":"n1735525894","geometry":{"type":"Point","coordinates":[-0.0932146,51.4577535]},"properties":{"@type":"node","@id":1735525894,"@timestamp":1579714635},"coords":"51.4577535,-0.0932146","bedrooms":"3","price":"269000","area":"580"} , +{"type":"Feature","id":"n1735525904","geometry":{"type":"Point","coordinates":[-0.051363,51.4577859]},"properties":{"@type":"node","@id":1735525904,"@timestamp":1485943213},"coords":"51.4577859,-0.051363","bedrooms":"4","price":"174000","area":"407"} , +{"type":"Feature","id":"n1735525914","geometry":{"type":"Point","coordinates":[-0.0900592,51.4578301]},"properties":{"@type":"node","@id":1735525914,"@timestamp":1579714635},"coords":"51.4578301,-0.0900592","bedrooms":"3","price":"150000","area":"510"} , +{"type":"Feature","id":"n1735525932","geometry":{"type":"Point","coordinates":[-0.0517458,51.4578635]},"properties":{"@type":"node","@id":1735525932,"@timestamp":1485889542},"coords":"51.4578635,-0.0517458","bedrooms":"2","price":"295000","area":"575"} , +{"type":"Feature","id":"n1735525942","geometry":{"type":"Point","coordinates":[-0.0753739,51.4579023]},"properties":{"@type":"node","@id":1735525942,"@timestamp":1579714635},"coords":"51.4579023,-0.0753739","bedrooms":"2","price":"200000","area":"623"} , +{"type":"Feature","id":"n1735525952","geometry":{"type":"Point","coordinates":[-0.0917211,51.4579547]},"properties":{"@type":"node","@id":1735525952,"@timestamp":1579714635},"coords":"51.4579547,-0.0917211","bedrooms":"0","price":"195000","area":"532"} , +{"type":"Feature","id":"n1735525974","geometry":{"type":"Point","coordinates":[-0.0940836,51.4579924]},"properties":{"@type":"node","@id":1735525974,"@timestamp":1579714635},"coords":"51.4579924,-0.0940836","bedrooms":"3","price":"250000","area":"531"} , +{"type":"Feature","id":"n1735525987","geometry":{"type":"Point","coordinates":[-0.0788158,51.4580558]},"properties":{"@type":"node","@id":1735525987,"@timestamp":1579714635},"coords":"51.4580558,-0.0788158","bedrooms":"4","price":"215000","area":"604"} , +{"type":"Feature","id":"n1735525997","geometry":{"type":"Point","coordinates":[-0.094733,51.4581078]},"properties":{"@type":"node","@id":1735525997,"@timestamp":1579714635},"coords":"51.4581078,-0.094733","bedrooms":"2","price":"206000","area":"536"} , +{"type":"Feature","id":"n1735526007","geometry":{"type":"Point","coordinates":[-0.0888577,51.4581539]},"properties":{"@type":"node","@id":1735526007,"@timestamp":1579714635},"coords":"51.4581539,-0.0888577","bedrooms":"1","price":"185000","area":"498"} , +{"type":"Feature","id":"n1735526042","geometry":{"type":"Point","coordinates":[-0.0503681,51.4581839]},"properties":{"@type":"node","@id":1735526042,"@timestamp":1406527822},"coords":"51.4581839,-0.0503681","bedrooms":"1","price":"225000","area":"655"} , +{"type":"Feature","id":"n1735526064","geometry":{"type":"Point","coordinates":[-0.0785353,51.458222]},"properties":{"@type":"node","@id":1735526064,"@timestamp":1579714635},"coords":"51.458222,-0.0785353","bedrooms":"0","price":"165000","area":"613"} , +{"type":"Feature","id":"n1735526085","geometry":{"type":"Point","coordinates":[-0.0939166,51.4582498]},"properties":{"@type":"node","@id":1735526085,"@timestamp":1579714635},"coords":"51.4582498,-0.0939166","bedrooms":"2","price":"279000","area":"694"} , +{"type":"Feature","id":"n1735526096","geometry":{"type":"Point","coordinates":[-0.0531271,51.4582857]},"properties":{"@type":"node","@id":1735526096,"@timestamp":1335724026},"coords":"51.4582857,-0.0531271","bedrooms":"4","price":"178000","area":"659"} , +{"type":"Feature","id":"n1735526106","geometry":{"type":"Point","coordinates":[-0.0527708,51.4583058]},"properties":{"@type":"node","@id":1735526106,"@timestamp":1335724029},"coords":"51.4583058,-0.0527708","bedrooms":"1","price":"192000","area":"392"} , +{"type":"Feature","id":"n1735526130","geometry":{"type":"Point","coordinates":[-0.0900812,51.4583386]},"properties":{"@type":"node","@id":1735526130,"@timestamp":1579714635},"coords":"51.4583386,-0.0900812","bedrooms":"2","price":"233000","area":"506"} , +{"type":"Feature","id":"n1735526172","geometry":{"type":"Point","coordinates":[-0.076744,51.4583726]},"properties":{"@type":"node","@id":1735526172,"@timestamp":1579714635},"coords":"51.4583726,-0.076744","bedrooms":"0","price":"211000","area":"367"} , +{"type":"Feature","id":"n1735526182","geometry":{"type":"Point","coordinates":[-0.0753744,51.458422]},"properties":{"@type":"node","@id":1735526182,"@timestamp":1579714635},"coords":"51.458422,-0.0753744","bedrooms":"1","price":"150000","area":"406"} , +{"type":"Feature","id":"n1735526227","geometry":{"type":"Point","coordinates":[-0.0858794,51.4584688]},"properties":{"@type":"node","@id":1735526227,"@timestamp":1579714635},"coords":"51.4584688,-0.0858794","bedrooms":"3","price":"282000","area":"513"} , +{"type":"Feature","id":"n1735526306","geometry":{"type":"Point","coordinates":[-0.0506571,51.4584962]},"properties":{"@type":"node","@id":1735526306,"@timestamp":1409636997},"coords":"51.4584962,-0.0506571","bedrooms":"1","price":"206000","area":"528"} , +{"type":"Feature","id":"n1735526363","geometry":{"type":"Point","coordinates":[-0.0493806,51.4585492]},"properties":{"@type":"node","@id":1735526363,"@timestamp":1335724047},"coords":"51.4585492,-0.0493806","bedrooms":"1","price":"269000","area":"414"} , +{"type":"Feature","id":"n1735526438","geometry":{"type":"Point","coordinates":[-0.0494635,51.4586053]},"properties":{"@type":"node","@id":1735526438,"@timestamp":1335724050},"coords":"51.4586053,-0.0494635","bedrooms":"0","price":"281000","area":"658"} , +{"type":"Feature","id":"n1735526452","geometry":{"type":"Point","coordinates":[-0.0901123,51.4586463]},"properties":{"@type":"node","@id":1735526452,"@timestamp":1579714635},"coords":"51.4586463,-0.0901123","bedrooms":"2","price":"177000","area":"669"} , +{"type":"Feature","id":"n1735526465","geometry":{"type":"Point","coordinates":[-0.0495789,51.4587231]},"properties":{"@type":"node","@id":1735526465,"@timestamp":1335724056},"coords":"51.4587231,-0.0495789","bedrooms":"3","price":"217000","area":"621"} , +{"type":"Feature","id":"n1735526518","geometry":{"type":"Point","coordinates":[-0.0557915,51.4587643]},"properties":{"@type":"node","@id":1735526518,"@timestamp":1579714635},"coords":"51.4587643,-0.0557915","bedrooms":"3","price":"195000","area":"563"} , +{"type":"Feature","id":"n1735526560","geometry":{"type":"Point","coordinates":[-0.0750556,51.4588196]},"properties":{"@type":"node","@id":1735526560,"@timestamp":1579714635},"coords":"51.4588196,-0.0750556","bedrooms":"0","price":"255000","area":"647"} , +{"type":"Feature","id":"n1735526576","geometry":{"type":"Point","coordinates":[-0.087585,51.458853]},"properties":{"@type":"node","@id":1735526576,"@timestamp":1579714635},"coords":"51.458853,-0.087585","bedrooms":"0","price":"279000","area":"479"} , +{"type":"Feature","id":"n1735526633","geometry":{"type":"Point","coordinates":[-0.0561817,51.4589038]},"properties":{"@type":"node","@id":1735526633,"@timestamp":1579714635},"coords":"51.4589038,-0.0561817","bedrooms":"2","price":"272000","area":"689"} , +{"type":"Feature","id":"n1735526668","geometry":{"type":"Point","coordinates":[-0.0553581,51.4589412]},"properties":{"@type":"node","@id":1735526668,"@timestamp":1579714635},"coords":"51.4589412,-0.0553581","bedrooms":"0","price":"165000","area":"567"} , +{"type":"Feature","id":"n1735526678","geometry":{"type":"Point","coordinates":[-0.056427,51.4589645]},"properties":{"@type":"node","@id":1735526678,"@timestamp":1579714635},"coords":"51.4589645,-0.056427","bedrooms":"3","price":"294000","area":"360"} , +{"type":"Feature","id":"n1735526688","geometry":{"type":"Point","coordinates":[-0.090252,51.4589848]},"properties":{"@type":"node","@id":1735526688,"@timestamp":1579714635},"coords":"51.4589848,-0.090252","bedrooms":"3","price":"219000","area":"676"} , +{"type":"Feature","id":"n1735526708","geometry":{"type":"Point","coordinates":[-0.0933053,51.4590277]},"properties":{"@type":"node","@id":1735526708,"@timestamp":1579714635},"coords":"51.4590277,-0.0933053","bedrooms":"3","price":"250000","area":"454"} , +{"type":"Feature","id":"n1735526718","geometry":{"type":"Point","coordinates":[-0.047883,51.4590613]},"properties":{"@type":"node","@id":1735526718,"@timestamp":1335724080},"coords":"51.4590613,-0.047883","bedrooms":"0","price":"161000","area":"574"} , +{"type":"Feature","id":"n1735526728","geometry":{"type":"Point","coordinates":[-0.0756054,51.4590912]},"properties":{"@type":"node","@id":1735526728,"@timestamp":1579714635},"coords":"51.4590912,-0.0756054","bedrooms":"1","price":"204000","area":"539"} , +{"type":"Feature","id":"n1735526752","geometry":{"type":"Point","coordinates":[-0.0560589,51.4591185]},"properties":{"@type":"node","@id":1735526752,"@timestamp":1579714635},"coords":"51.4591185,-0.0560589","bedrooms":"2","price":"261000","area":"391"} , +{"type":"Feature","id":"n1735526763","geometry":{"type":"Point","coordinates":[-0.0783879,51.4591757]},"properties":{"@type":"node","@id":1735526763,"@timestamp":1579714635},"coords":"51.4591757,-0.0783879","bedrooms":"0","price":"252000","area":"422"} , +{"type":"Feature","id":"n1735526773","geometry":{"type":"Point","coordinates":[-0.0565369,51.45919]},"properties":{"@type":"node","@id":1735526773,"@timestamp":1579714635},"coords":"51.45919,-0.0565369","bedrooms":"2","price":"271000","area":"688"} , +{"type":"Feature","id":"n1735526783","geometry":{"type":"Point","coordinates":[-0.0864275,51.459205]},"properties":{"@type":"node","@id":1735526783,"@timestamp":1579714635},"coords":"51.459205,-0.0864275","bedrooms":"1","price":"172000","area":"497"} , +{"type":"Feature","id":"n1735526798","geometry":{"type":"Point","coordinates":[-0.0865734,51.4592531]},"properties":{"@type":"node","@id":1735526798,"@timestamp":1579714635},"coords":"51.4592531,-0.0865734","bedrooms":"2","price":"196000","area":"656"} , +{"type":"Feature","id":"n1735526808","geometry":{"type":"Point","coordinates":[-0.0783474,51.4593035]},"properties":{"@type":"node","@id":1735526808,"@timestamp":1579714635},"coords":"51.4593035,-0.0783474","bedrooms":"3","price":"258000","area":"508"} , +{"type":"Feature","id":"n1735526818","geometry":{"type":"Point","coordinates":[-0.0793444,51.4593307]},"properties":{"@type":"node","@id":1735526818,"@timestamp":1579714635},"coords":"51.4593307,-0.0793444","bedrooms":"3","price":"252000","area":"440"} , +{"type":"Feature","id":"n1735526828","geometry":{"type":"Point","coordinates":[-0.0888375,51.4593747]},"properties":{"@type":"node","@id":1735526828,"@timestamp":1579714635},"coords":"51.4593747,-0.0888375","bedrooms":"2","price":"253000","area":"592"} , +{"type":"Feature","id":"n1735526838","geometry":{"type":"Point","coordinates":[-0.0783048,51.4594239]},"properties":{"@type":"node","@id":1735526838,"@timestamp":1579714635},"coords":"51.4594239,-0.0783048","bedrooms":"1","price":"278000","area":"434"} , +{"type":"Feature","id":"n1735526848","geometry":{"type":"Point","coordinates":[-0.0867971,51.4594791]},"properties":{"@type":"node","@id":1735526848,"@timestamp":1579714635},"coords":"51.4594791,-0.0867971","bedrooms":"4","price":"278000","area":"625"} , +{"type":"Feature","id":"n1735526859","geometry":{"type":"Point","coordinates":[-0.087061,51.4595145]},"properties":{"@type":"node","@id":1735526859,"@timestamp":1579714635},"coords":"51.4595145,-0.087061","bedrooms":"1","price":"184000","area":"379"} , +{"type":"Feature","id":"n1735526869","geometry":{"type":"Point","coordinates":[-0.0567209,51.4595447]},"properties":{"@type":"node","@id":1735526869,"@timestamp":1579714635},"coords":"51.4595447,-0.0567209","bedrooms":"3","price":"254000","area":"425"} , +{"type":"Feature","id":"n1735526879","geometry":{"type":"Point","coordinates":[-0.0573143,51.4595628]},"properties":{"@type":"node","@id":1735526879,"@timestamp":1579714635},"coords":"51.4595628,-0.0573143","bedrooms":"1","price":"189000","area":"474"} , +{"type":"Feature","id":"n1735526889","geometry":{"type":"Point","coordinates":[-0.0560268,51.4596022]},"properties":{"@type":"node","@id":1735526889,"@timestamp":1579714635},"coords":"51.4596022,-0.0560268","bedrooms":"2","price":"155000","area":"616"} , +{"type":"Feature","id":"n1735526899","geometry":{"type":"Point","coordinates":[-0.0869335,51.4596225]},"properties":{"@type":"node","@id":1735526899,"@timestamp":1579714635},"coords":"51.4596225,-0.0869335","bedrooms":"3","price":"209000","area":"551"} , +{"type":"Feature","id":"n1735526909","geometry":{"type":"Point","coordinates":[-0.0584825,51.4596472]},"properties":{"@type":"node","@id":1735526909,"@timestamp":1579714635},"coords":"51.4596472,-0.0584825","bedrooms":"0","price":"206000","area":"475"} , +{"type":"Feature","id":"n1735526919","geometry":{"type":"Point","coordinates":[-0.0875276,51.4596699]},"properties":{"@type":"node","@id":1735526919,"@timestamp":1579714635},"coords":"51.4596699,-0.0875276","bedrooms":"0","price":"177000","area":"399"} , +{"type":"Feature","id":"n1735526945","geometry":{"type":"Point","coordinates":[-0.0774712,51.4596931]},"properties":{"@type":"node","@id":1735526945,"@timestamp":1579714635},"coords":"51.4596931,-0.0774712","bedrooms":"1","price":"218000","area":"617"} , +{"type":"Feature","id":"n1735526955","geometry":{"type":"Point","coordinates":[-0.0868183,51.4597247]},"properties":{"@type":"node","@id":1735526955,"@timestamp":1579714635},"coords":"51.4597247,-0.0868183","bedrooms":"1","price":"246000","area":"405"} , +{"type":"Feature","id":"n1735526965","geometry":{"type":"Point","coordinates":[-0.0457936,51.4597529]},"properties":{"@type":"node","@id":1735526965,"@timestamp":1335724139},"coords":"51.4597529,-0.0457936","bedrooms":"4","price":"282000","area":"413"} , +{"type":"Feature","id":"n1735526975","geometry":{"type":"Point","coordinates":[-0.0886992,51.4597716]},"properties":{"@type":"node","@id":1735526975,"@timestamp":1579714635},"coords":"51.4597716,-0.0886992","bedrooms":"2","price":"178000","area":"621"} , +{"type":"Feature","id":"n1735526985","geometry":{"type":"Point","coordinates":[-0.0551187,51.4598126]},"properties":{"@type":"node","@id":1735526985,"@timestamp":1579714635},"coords":"51.4598126,-0.0551187","bedrooms":"2","price":"180000","area":"432"} , +{"type":"Feature","id":"n1735526995","geometry":{"type":"Point","coordinates":[-0.079461,51.4598289]},"properties":{"@type":"node","@id":1735526995,"@timestamp":1579714635},"coords":"51.4598289,-0.079461","bedrooms":"3","price":"204000","area":"594"} , +{"type":"Feature","id":"n1735527005","geometry":{"type":"Point","coordinates":[-0.0480548,51.4598553]},"properties":{"@type":"node","@id":1735527005,"@timestamp":1486559674},"coords":"51.4598553,-0.0480548","bedrooms":"3","price":"263000","area":"586"} , +{"type":"Feature","id":"n1735527015","geometry":{"type":"Point","coordinates":[-0.054973,51.4598792]},"properties":{"@type":"node","@id":1735527015,"@timestamp":1579714635},"coords":"51.4598792,-0.054973","bedrooms":"0","price":"189000","area":"668"} , +{"type":"Feature","id":"n1735527025","geometry":{"type":"Point","coordinates":[-0.0549223,51.4598985]},"properties":{"@type":"node","@id":1735527025,"@timestamp":1579714635},"coords":"51.4598985,-0.0549223","bedrooms":"2","price":"153000","area":"467"} , +{"type":"Feature","id":"n1735527035","geometry":{"type":"Point","coordinates":[-0.0753149,51.4599216]},"properties":{"@type":"node","@id":1735527035,"@timestamp":1579714635},"coords":"51.4599216,-0.0753149","bedrooms":"2","price":"206000","area":"556"} , +{"type":"Feature","id":"n1735527045","geometry":{"type":"Point","coordinates":[-0.0548426,51.4599523]},"properties":{"@type":"node","@id":1735527045,"@timestamp":1579714635},"coords":"51.4599523,-0.0548426","bedrooms":"4","price":"186000","area":"364"} , +{"type":"Feature","id":"n1735527055","geometry":{"type":"Point","coordinates":[-0.0764685,51.4599789]},"properties":{"@type":"node","@id":1735527055,"@timestamp":1579714635},"coords":"51.4599789,-0.0764685","bedrooms":"2","price":"211000","area":"432"} , +{"type":"Feature","id":"n1735527065","geometry":{"type":"Point","coordinates":[-0.0568887,51.4600056]},"properties":{"@type":"node","@id":1735527065,"@timestamp":1579714635},"coords":"51.4600056,-0.0568887","bedrooms":"4","price":"229000","area":"490"} , +{"type":"Feature","id":"n1735527075","geometry":{"type":"Point","coordinates":[-0.0908858,51.4600418]},"properties":{"@type":"node","@id":1735527075,"@timestamp":1579714635},"coords":"51.4600418,-0.0908858","bedrooms":"0","price":"169000","area":"462"} , +{"type":"Feature","id":"n1735527085","geometry":{"type":"Point","coordinates":[-0.0554638,51.4600623]},"properties":{"@type":"node","@id":1735527085,"@timestamp":1579714635},"coords":"51.4600623,-0.0554638","bedrooms":"1","price":"298000","area":"472"} , +{"type":"Feature","id":"n1735527095","geometry":{"type":"Point","coordinates":[-0.0916713,51.4600809]},"properties":{"@type":"node","@id":1735527095,"@timestamp":1579714635},"coords":"51.4600809,-0.0916713","bedrooms":"0","price":"264000","area":"452"} , +{"type":"Feature","id":"n1735527105","geometry":{"type":"Point","coordinates":[-0.0917672,51.4601138]},"properties":{"@type":"node","@id":1735527105,"@timestamp":1579714635},"coords":"51.4601138,-0.0917672","bedrooms":"2","price":"253000","area":"493"} , +{"type":"Feature","id":"n1735527115","geometry":{"type":"Point","coordinates":[-0.0569176,51.4601386]},"properties":{"@type":"node","@id":1735527115,"@timestamp":1579714635},"coords":"51.4601386,-0.0569176","bedrooms":"2","price":"294000","area":"628"} , +{"type":"Feature","id":"n1735527126","geometry":{"type":"Point","coordinates":[-0.0897444,51.4601814]},"properties":{"@type":"node","@id":1735527126,"@timestamp":1579714635},"coords":"51.4601814,-0.0897444","bedrooms":"2","price":"261000","area":"632"} , +{"type":"Feature","id":"n1735527136","geometry":{"type":"Point","coordinates":[-0.0553888,51.4602019]},"properties":{"@type":"node","@id":1735527136,"@timestamp":1579714635},"coords":"51.4602019,-0.0553888","bedrooms":"3","price":"288000","area":"540"} , +{"type":"Feature","id":"n1735527178","geometry":{"type":"Point","coordinates":[-0.0898192,51.4602386]},"properties":{"@type":"node","@id":1735527178,"@timestamp":1579714635},"coords":"51.4602386,-0.0898192","bedrooms":"1","price":"283000","area":"468"} , +{"type":"Feature","id":"n1735527243","geometry":{"type":"Point","coordinates":[-0.0917846,51.460257]},"properties":{"@type":"node","@id":1735527243,"@timestamp":1579714635},"coords":"51.460257,-0.0917846","bedrooms":"0","price":"151000","area":"405"} , +{"type":"Feature","id":"n1735527311","geometry":{"type":"Point","coordinates":[-0.0559278,51.4602743]},"properties":{"@type":"node","@id":1735527311,"@timestamp":1579714635},"coords":"51.4602743,-0.0559278","bedrooms":"3","price":"192000","area":"522"} , +{"type":"Feature","id":"n1735527369","geometry":{"type":"Point","coordinates":[-0.0764512,51.4603092]},"properties":{"@type":"node","@id":1735527369,"@timestamp":1579714635},"coords":"51.4603092,-0.0764512","bedrooms":"1","price":"272000","area":"506"} , +{"type":"Feature","id":"n1735527419","geometry":{"type":"Point","coordinates":[-0.0874165,51.460343]},"properties":{"@type":"node","@id":1735527419,"@timestamp":1579714635},"coords":"51.460343,-0.0874165","bedrooms":"1","price":"275000","area":"646"} , +{"type":"Feature","id":"n1735527473","geometry":{"type":"Point","coordinates":[-0.0910073,51.4603819]},"properties":{"@type":"node","@id":1735527473,"@timestamp":1579714635},"coords":"51.4603819,-0.0910073","bedrooms":"2","price":"154000","area":"502"} , +{"type":"Feature","id":"n1735527483","geometry":{"type":"Point","coordinates":[-0.0873351,51.4604103]},"properties":{"@type":"node","@id":1735527483,"@timestamp":1579714635},"coords":"51.4604103,-0.0873351","bedrooms":"0","price":"203000","area":"450"} , +{"type":"Feature","id":"n1735527493","geometry":{"type":"Point","coordinates":[-0.0887274,51.4604561]},"properties":{"@type":"node","@id":1735527493,"@timestamp":1579714635},"coords":"51.4604561,-0.0887274","bedrooms":"1","price":"203000","area":"627"} , +{"type":"Feature","id":"n1735527503","geometry":{"type":"Point","coordinates":[-0.0899129,51.4604826]},"properties":{"@type":"node","@id":1735527503,"@timestamp":1579714635},"coords":"51.4604826,-0.0899129","bedrooms":"3","price":"168000","area":"447"} , +{"type":"Feature","id":"n1735527514","geometry":{"type":"Point","coordinates":[-0.0900409,51.46053]},"properties":{"@type":"node","@id":1735527514,"@timestamp":1579714635},"coords":"51.46053,-0.0900409","bedrooms":"3","price":"261000","area":"430"} , +{"type":"Feature","id":"n1735527524","geometry":{"type":"Point","coordinates":[-0.0787828,51.4605552]},"properties":{"@type":"node","@id":1735527524,"@timestamp":1579714635},"coords":"51.4605552,-0.0787828","bedrooms":"3","price":"262000","area":"564"} , +{"type":"Feature","id":"n1735527534","geometry":{"type":"Point","coordinates":[-0.0884581,51.4605911]},"properties":{"@type":"node","@id":1735527534,"@timestamp":1579714635},"coords":"51.4605911,-0.0884581","bedrooms":"2","price":"212000","area":"696"} , +{"type":"Feature","id":"n1735527544","geometry":{"type":"Point","coordinates":[-0.0919098,51.4606185]},"properties":{"@type":"node","@id":1735527544,"@timestamp":1579714635},"coords":"51.4606185,-0.0919098","bedrooms":"3","price":"196000","area":"433"} , +{"type":"Feature","id":"n1735527554","geometry":{"type":"Point","coordinates":[-0.0575373,51.4606463]},"properties":{"@type":"node","@id":1735527554,"@timestamp":1579714635},"coords":"51.4606463,-0.0575373","bedrooms":"0","price":"212000","area":"607"} , +{"type":"Feature","id":"n1735527564","geometry":{"type":"Point","coordinates":[-0.0876185,51.4606689]},"properties":{"@type":"node","@id":1735527564,"@timestamp":1579714635},"coords":"51.4606689,-0.0876185","bedrooms":"0","price":"245000","area":"353"} , +{"type":"Feature","id":"n1735527594","geometry":{"type":"Point","coordinates":[-0.0469078,51.460688]},"properties":{"@type":"node","@id":1735527594,"@timestamp":1486561168},"coords":"51.460688,-0.0469078","bedrooms":"0","price":"218000","area":"646"} , +{"type":"Feature","id":"n1735527604","geometry":{"type":"Point","coordinates":[-0.0565436,51.4607333]},"properties":{"@type":"node","@id":1735527604,"@timestamp":1579714635},"coords":"51.4607333,-0.0565436","bedrooms":"3","price":"264000","area":"492"} , +{"type":"Feature","id":"n1735527614","geometry":{"type":"Point","coordinates":[-0.0914009,51.4607595]},"properties":{"@type":"node","@id":1735527614,"@timestamp":1579714635},"coords":"51.4607595,-0.0914009","bedrooms":"4","price":"239000","area":"542"} , +{"type":"Feature","id":"n1735527641","geometry":{"type":"Point","coordinates":[-0.0763108,51.4608025]},"properties":{"@type":"node","@id":1735527641,"@timestamp":1579714635},"coords":"51.4608025,-0.0763108","bedrooms":"0","price":"243000","area":"393"} , +{"type":"Feature","id":"n1735527651","geometry":{"type":"Point","coordinates":[-0.0479293,51.4608445]},"properties":{"@type":"node","@id":1735527651,"@timestamp":1335724240},"coords":"51.4608445,-0.0479293","bedrooms":"4","price":"276000","area":"587"} , +{"type":"Feature","id":"n1735527661","geometry":{"type":"Point","coordinates":[-0.0579616,51.4608772]},"properties":{"@type":"node","@id":1735527661,"@timestamp":1579714635},"coords":"51.4608772,-0.0579616","bedrooms":"0","price":"189000","area":"650"} , +{"type":"Feature","id":"n1735527671","geometry":{"type":"Point","coordinates":[-0.0568672,51.4609156]},"properties":{"@type":"node","@id":1735527671,"@timestamp":1579714635},"coords":"51.4609156,-0.0568672","bedrooms":"2","price":"242000","area":"494"} , +{"type":"Feature","id":"n1735527681","geometry":{"type":"Point","coordinates":[-0.0574117,51.4609574]},"properties":{"@type":"node","@id":1735527681,"@timestamp":1579714635},"coords":"51.4609574,-0.0574117","bedrooms":"3","price":"212000","area":"350"} , +{"type":"Feature","id":"n1735527691","geometry":{"type":"Point","coordinates":[-0.0573118,51.4610136]},"properties":{"@type":"node","@id":1735527691,"@timestamp":1579714635},"coords":"51.4610136,-0.0573118","bedrooms":"1","price":"281000","area":"676"} , +{"type":"Feature","id":"n1735527701","geometry":{"type":"Point","coordinates":[-0.0798104,51.4610431]},"properties":{"@type":"node","@id":1735527701,"@timestamp":1579714635},"coords":"51.4610431,-0.0798104","bedrooms":"4","price":"284000","area":"441"} , +{"type":"Feature","id":"n1735527711","geometry":{"type":"Point","coordinates":[-0.0758523,51.4610917]},"properties":{"@type":"node","@id":1735527711,"@timestamp":1579714635},"coords":"51.4610917,-0.0758523","bedrooms":"1","price":"163000","area":"479"} , +{"type":"Feature","id":"n1735527727","geometry":{"type":"Point","coordinates":[-0.0911431,51.4611243]},"properties":{"@type":"node","@id":1735527727,"@timestamp":1579714635},"coords":"51.4611243,-0.0911431","bedrooms":"3","price":"156000","area":"669"} , +{"type":"Feature","id":"n1735527737","geometry":{"type":"Point","coordinates":[-0.0474287,51.4611557]},"properties":{"@type":"node","@id":1735527737,"@timestamp":1335724260},"coords":"51.4611557,-0.0474287","bedrooms":"0","price":"153000","area":"658"} , +{"type":"Feature","id":"n1735527747","geometry":{"type":"Point","coordinates":[-0.0905301,51.4611936]},"properties":{"@type":"node","@id":1735527747,"@timestamp":1579714635},"coords":"51.4611936,-0.0905301","bedrooms":"0","price":"207000","area":"491"} , +{"type":"Feature","id":"n1735527762","geometry":{"type":"Point","coordinates":[-0.0898676,51.4612215]},"properties":{"@type":"node","@id":1735527762,"@timestamp":1579714635},"coords":"51.4612215,-0.0898676","bedrooms":"3","price":"239000","area":"699"} , +{"type":"Feature","id":"n1735527783","geometry":{"type":"Point","coordinates":[-0.0796537,51.4612523]},"properties":{"@type":"node","@id":1735527783,"@timestamp":1579714635},"coords":"51.4612523,-0.0796537","bedrooms":"3","price":"267000","area":"449"} , +{"type":"Feature","id":"n1735527806","geometry":{"type":"Point","coordinates":[-0.0565654,51.4612848]},"properties":{"@type":"node","@id":1735527806,"@timestamp":1579714635},"coords":"51.4612848,-0.0565654","bedrooms":"3","price":"169000","area":"644"} , +{"type":"Feature","id":"n1735527820","geometry":{"type":"Point","coordinates":[-0.0919202,51.4613422]},"properties":{"@type":"node","@id":1735527820,"@timestamp":1579714635},"coords":"51.4613422,-0.0919202","bedrooms":"0","price":"286000","area":"538"} , +{"type":"Feature","id":"n1735527835","geometry":{"type":"Point","coordinates":[-0.0785307,51.4614144]},"properties":{"@type":"node","@id":1735527835,"@timestamp":1579714635},"coords":"51.4614144,-0.0785307","bedrooms":"3","price":"196000","area":"592"} , +{"type":"Feature","id":"n1735527866","geometry":{"type":"Point","coordinates":[-0.0911391,51.4614443]},"properties":{"@type":"node","@id":1735527866,"@timestamp":1579714635},"coords":"51.4614443,-0.0911391","bedrooms":"3","price":"216000","area":"665"} , +{"type":"Feature","id":"n1735527887","geometry":{"type":"Point","coordinates":[-0.082574,51.4614779]},"properties":{"@type":"node","@id":1735527887,"@timestamp":1579714635},"coords":"51.4614779,-0.082574","bedrooms":"4","price":"271000","area":"420"} , +{"type":"Feature","id":"n1735527907","geometry":{"type":"Point","coordinates":[-0.0785719,51.4615138]},"properties":{"@type":"node","@id":1735527907,"@timestamp":1579714635},"coords":"51.4615138,-0.0785719","bedrooms":"3","price":"299000","area":"645"} , +{"type":"Feature","id":"n1735527920","geometry":{"type":"Point","coordinates":[-0.0824437,51.461586]},"properties":{"@type":"node","@id":1735527920,"@timestamp":1579714635},"coords":"51.461586,-0.0824437","bedrooms":"4","price":"232000","area":"450"} , +{"type":"Feature","id":"n1735527962","geometry":{"type":"Point","coordinates":[-0.0768271,51.4616246]},"properties":{"@type":"node","@id":1735527962,"@timestamp":1579714635},"coords":"51.4616246,-0.0768271","bedrooms":"1","price":"178000","area":"658"} , +{"type":"Feature","id":"n1735528046","geometry":{"type":"Point","coordinates":[-0.0901073,51.4616609]},"properties":{"@type":"node","@id":1735528046,"@timestamp":1579714635},"coords":"51.4616609,-0.0901073","bedrooms":"3","price":"221000","area":"579"} , +{"type":"Feature","id":"n1735528112","geometry":{"type":"Point","coordinates":[-0.0770895,51.4616859]},"properties":{"@type":"node","@id":1735528112,"@timestamp":1579714635},"coords":"51.4616859,-0.0770895","bedrooms":"2","price":"185000","area":"478"} , +{"type":"Feature","id":"n1735528165","geometry":{"type":"Point","coordinates":[-0.0773402,51.4617029]},"properties":{"@type":"node","@id":1735528165,"@timestamp":1579714635},"coords":"51.4617029,-0.0773402","bedrooms":"3","price":"236000","area":"647"} , +{"type":"Feature","id":"n1735528197","geometry":{"type":"Point","coordinates":[-0.0827548,51.4617269]},"properties":{"@type":"node","@id":1735528197,"@timestamp":1579714635},"coords":"51.4617269,-0.0827548","bedrooms":"2","price":"229000","area":"620"} , +{"type":"Feature","id":"n1735528217","geometry":{"type":"Point","coordinates":[-0.0620786,51.461746]},"properties":{"@type":"node","@id":1735528217,"@timestamp":1579714635},"coords":"51.461746,-0.0620786","bedrooms":"3","price":"269000","area":"473"} , +{"type":"Feature","id":"n1735528250","geometry":{"type":"Point","coordinates":[-0.0629784,51.4617719]},"properties":{"@type":"node","@id":1735528250,"@timestamp":1579714499},"coords":"51.4617719,-0.0629784","bedrooms":"1","price":"178000","area":"570"} , +{"type":"Feature","id":"n1735528323","geometry":{"type":"Point","coordinates":[-0.0826854,51.4618106]},"properties":{"@type":"node","@id":1735528323,"@timestamp":1579714635},"coords":"51.4618106,-0.0826854","bedrooms":"0","price":"264000","area":"506"} , +{"type":"Feature","id":"n1735528382","geometry":{"type":"Point","coordinates":[-0.0896127,51.4618471]},"properties":{"@type":"node","@id":1735528382,"@timestamp":1579714635},"coords":"51.4618471,-0.0896127","bedrooms":"4","price":"248000","area":"351"} , +{"type":"Feature","id":"n1735528441","geometry":{"type":"Point","coordinates":[-0.0903436,51.461865]},"properties":{"@type":"node","@id":1735528441,"@timestamp":1579714635},"coords":"51.461865,-0.0903436","bedrooms":"3","price":"259000","area":"520"} , +{"type":"Feature","id":"n1735528510","geometry":{"type":"Point","coordinates":[-0.0485271,51.4619197]},"properties":{"@type":"node","@id":1735528510,"@timestamp":1579714499},"coords":"51.4619197,-0.0485271","bedrooms":"2","price":"225000","area":"698"} , +{"type":"Feature","id":"n1735528569","geometry":{"type":"Point","coordinates":[-0.0696498,51.4619654]},"properties":{"@type":"node","@id":1735528569,"@timestamp":1579714499},"coords":"51.4619654,-0.0696498","bedrooms":"3","price":"250000","area":"490"} , +{"type":"Feature","id":"n1735528618","geometry":{"type":"Point","coordinates":[-0.0594462,51.4619903]},"properties":{"@type":"node","@id":1735528618,"@timestamp":1579714499},"coords":"51.4619903,-0.0594462","bedrooms":"0","price":"288000","area":"552"} , +{"type":"Feature","id":"n1735528628","geometry":{"type":"Point","coordinates":[-0.0825967,51.4620158]},"properties":{"@type":"node","@id":1735528628,"@timestamp":1579714635},"coords":"51.4620158,-0.0825967","bedrooms":"3","price":"191000","area":"633"} , +{"type":"Feature","id":"n1735528638","geometry":{"type":"Point","coordinates":[-0.090755,51.4620592]},"properties":{"@type":"node","@id":1735528638,"@timestamp":1579714635},"coords":"51.4620592,-0.090755","bedrooms":"0","price":"295000","area":"527"} , +{"type":"Feature","id":"n1735528648","geometry":{"type":"Point","coordinates":[-0.0691927,51.4620876]},"properties":{"@type":"node","@id":1735528648,"@timestamp":1579714499},"coords":"51.4620876,-0.0691927","bedrooms":"0","price":"244000","area":"447"} , +{"type":"Feature","id":"n1735528658","geometry":{"type":"Point","coordinates":[-0.0894904,51.4621218]},"properties":{"@type":"node","@id":1735528658,"@timestamp":1579714635},"coords":"51.4621218,-0.0894904","bedrooms":"1","price":"263000","area":"440"} , +{"type":"Feature","id":"n1735528668","geometry":{"type":"Point","coordinates":[-0.080206,51.4621785]},"properties":{"@type":"node","@id":1735528668,"@timestamp":1579714499},"coords":"51.4621785,-0.080206","bedrooms":"3","price":"211000","area":"478"} , +{"type":"Feature","id":"n1735528694","geometry":{"type":"Point","coordinates":[-0.0828108,51.462212]},"properties":{"@type":"node","@id":1735528694,"@timestamp":1579714499},"coords":"51.462212,-0.0828108","bedrooms":"2","price":"283000","area":"608"} , +{"type":"Feature","id":"n1735528733","geometry":{"type":"Point","coordinates":[-0.0769992,51.4622346]},"properties":{"@type":"node","@id":1735528733,"@timestamp":1579714499},"coords":"51.4622346,-0.0769992","bedrooms":"4","price":"264000","area":"588"} , +{"type":"Feature","id":"n1735528744","geometry":{"type":"Point","coordinates":[-0.0637671,51.462252]},"properties":{"@type":"node","@id":1735528744,"@timestamp":1579714499},"coords":"51.462252,-0.0637671","bedrooms":"1","price":"237000","area":"555"} , +{"type":"Feature","id":"n1735528787","geometry":{"type":"Point","coordinates":[-0.0887333,51.4622772]},"properties":{"@type":"node","@id":1735528787,"@timestamp":1579714499},"coords":"51.4622772,-0.0887333","bedrooms":"2","price":"258000","area":"509"} , +{"type":"Feature","id":"n1735528838","geometry":{"type":"Point","coordinates":[-0.0677888,51.4623019]},"properties":{"@type":"node","@id":1735528838,"@timestamp":1579714499},"coords":"51.4623019,-0.0677888","bedrooms":"3","price":"276000","area":"381"} , +{"type":"Feature","id":"n1735528879","geometry":{"type":"Point","coordinates":[-0.0597922,51.4623197]},"properties":{"@type":"node","@id":1735528879,"@timestamp":1579714499},"coords":"51.4623197,-0.0597922","bedrooms":"3","price":"276000","area":"395"} , +{"type":"Feature","id":"n1735528930","geometry":{"type":"Point","coordinates":[-0.0879171,51.4623376]},"properties":{"@type":"node","@id":1735528930,"@timestamp":1579714499},"coords":"51.4623376,-0.0879171","bedrooms":"0","price":"259000","area":"541"} , +{"type":"Feature","id":"n1735528976","geometry":{"type":"Point","coordinates":[-0.0818799,51.4623524]},"properties":{"@type":"node","@id":1735528976,"@timestamp":1579714499},"coords":"51.4623524,-0.0818799","bedrooms":"4","price":"239000","area":"649"} , +{"type":"Feature","id":"n1735529048","geometry":{"type":"Point","coordinates":[-0.0676135,51.4623698]},"properties":{"@type":"node","@id":1735529048,"@timestamp":1579714499},"coords":"51.4623698,-0.0676135","bedrooms":"0","price":"180000","area":"378"} , +{"type":"Feature","id":"n1735529139","geometry":{"type":"Point","coordinates":[-0.0827124,51.4624042]},"properties":{"@type":"node","@id":1735529139,"@timestamp":1579714499},"coords":"51.4624042,-0.0827124","bedrooms":"2","price":"194000","area":"622"} , +{"type":"Feature","id":"n1735529299","geometry":{"type":"Point","coordinates":[-0.0744967,51.4624354]},"properties":{"@type":"node","@id":1735529299,"@timestamp":1579714499},"coords":"51.4624354,-0.0744967","bedrooms":"3","price":"282000","area":"425"} , +{"type":"Feature","id":"n1735529340","geometry":{"type":"Point","coordinates":[-0.0905232,51.4624613]},"properties":{"@type":"node","@id":1735529340,"@timestamp":1579714499},"coords":"51.4624613,-0.0905232","bedrooms":"2","price":"201000","area":"586"} , +{"type":"Feature","id":"n1735529395","geometry":{"type":"Point","coordinates":[-0.0799393,51.4624868]},"properties":{"@type":"node","@id":1735529395,"@timestamp":1579714499},"coords":"51.4624868,-0.0799393","bedrooms":"2","price":"150000","area":"619"} , +{"type":"Feature","id":"n1735529460","geometry":{"type":"Point","coordinates":[-0.0634249,51.4625102]},"properties":{"@type":"node","@id":1735529460,"@timestamp":1579714499},"coords":"51.4625102,-0.0634249","bedrooms":"1","price":"268000","area":"556"} , +{"type":"Feature","id":"n1735529503","geometry":{"type":"Point","coordinates":[-0.0644583,51.462529]},"properties":{"@type":"node","@id":1735529503,"@timestamp":1579714499},"coords":"51.462529,-0.0644583","bedrooms":"3","price":"264000","area":"618"} , +{"type":"Feature","id":"n1735529547","geometry":{"type":"Point","coordinates":[-0.0641165,51.4625471]},"properties":{"@type":"node","@id":1735529547,"@timestamp":1579714499},"coords":"51.4625471,-0.0641165","bedrooms":"1","price":"295000","area":"380"} , +{"type":"Feature","id":"n1735529592","geometry":{"type":"Point","coordinates":[-0.070775,51.4625639]},"properties":{"@type":"node","@id":1735529592,"@timestamp":1579714499},"coords":"51.4625639,-0.070775","bedrooms":"2","price":"229000","area":"534"} , +{"type":"Feature","id":"n1735529620","geometry":{"type":"Point","coordinates":[-0.0815411,51.4625981]},"properties":{"@type":"node","@id":1735529620,"@timestamp":1579714499},"coords":"51.4625981,-0.0815411","bedrooms":"2","price":"186000","area":"669"} , +{"type":"Feature","id":"n1735529695","geometry":{"type":"Point","coordinates":[-0.0572889,51.462604]},"properties":{"@type":"node","@id":1735529695,"@timestamp":1579714499},"coords":"51.462604,-0.0572889","bedrooms":"2","price":"192000","area":"624"} , +{"type":"Feature","id":"n1735529795","geometry":{"type":"Point","coordinates":[-0.0909124,51.4626196]},"properties":{"@type":"node","@id":1735529795,"@timestamp":1579714499},"coords":"51.4626196,-0.0909124","bedrooms":"4","price":"235000","area":"643"} , +{"type":"Feature","id":"n1735529912","geometry":{"type":"Point","coordinates":[-0.090856,51.462642]},"properties":{"@type":"node","@id":1735529912,"@timestamp":1579714499},"coords":"51.462642,-0.090856","bedrooms":"1","price":"153000","area":"363"} , +{"type":"Feature","id":"n1735529974","geometry":{"type":"Point","coordinates":[-0.0763764,51.462665]},"properties":{"@type":"node","@id":1735529974,"@timestamp":1579714499},"coords":"51.462665,-0.0763764","bedrooms":"3","price":"193000","area":"569"} , +{"type":"Feature","id":"n1735530022","geometry":{"type":"Point","coordinates":[-0.0678706,51.4626869]},"properties":{"@type":"node","@id":1735530022,"@timestamp":1579714499},"coords":"51.4626869,-0.0678706","bedrooms":"3","price":"247000","area":"588"} , +{"type":"Feature","id":"n1735530070","geometry":{"type":"Point","coordinates":[-0.0673743,51.4627037]},"properties":{"@type":"node","@id":1735530070,"@timestamp":1579714499},"coords":"51.4627037,-0.0673743","bedrooms":"4","price":"243000","area":"669"} , +{"type":"Feature","id":"n1735530136","geometry":{"type":"Point","coordinates":[-0.0741424,51.4627273]},"properties":{"@type":"node","@id":1735530136,"@timestamp":1579714499},"coords":"51.4627273,-0.0741424","bedrooms":"2","price":"154000","area":"460"} , +{"type":"Feature","id":"n1735530204","geometry":{"type":"Point","coordinates":[-0.059207,51.4627447]},"properties":{"@type":"node","@id":1735530204,"@timestamp":1579714499},"coords":"51.4627447,-0.059207","bedrooms":"1","price":"268000","area":"696"} , +{"type":"Feature","id":"n1735530254","geometry":{"type":"Point","coordinates":[-0.077639,51.4627667]},"properties":{"@type":"node","@id":1735530254,"@timestamp":1579714499},"coords":"51.4627667,-0.077639","bedrooms":"4","price":"268000","area":"574"} , +{"type":"Feature","id":"n1735530312","geometry":{"type":"Point","coordinates":[-0.0750381,51.4627862]},"properties":{"@type":"node","@id":1735530312,"@timestamp":1579714499},"coords":"51.4627862,-0.0750381","bedrooms":"4","price":"229000","area":"571"} , +{"type":"Feature","id":"n1735530368","geometry":{"type":"Point","coordinates":[-0.048034,51.462809]},"properties":{"@type":"node","@id":1735530368,"@timestamp":1579714499},"coords":"51.462809,-0.048034","bedrooms":"2","price":"195000","area":"501"} , +{"type":"Feature","id":"n1735530451","geometry":{"type":"Point","coordinates":[-0.085787,51.4628263]},"properties":{"@type":"node","@id":1735530451,"@timestamp":1579714499},"coords":"51.4628263,-0.085787","bedrooms":"4","price":"271000","area":"569"} , +{"type":"Feature","id":"n1735530592","geometry":{"type":"Point","coordinates":[-0.0668771,51.4628519]},"properties":{"@type":"node","@id":1735530592,"@timestamp":1579714499},"coords":"51.4628519,-0.0668771","bedrooms":"1","price":"273000","area":"350"} , +{"type":"Feature","id":"n1735530703","geometry":{"type":"Point","coordinates":[-0.0854228,51.4628865]},"properties":{"@type":"node","@id":1735530703,"@timestamp":1579714499},"coords":"51.4628865,-0.0854228","bedrooms":"3","price":"217000","area":"593"} , +{"type":"Feature","id":"n1735530832","geometry":{"type":"Point","coordinates":[-0.0910442,51.4629138]},"properties":{"@type":"node","@id":1735530832,"@timestamp":1579714499},"coords":"51.4629138,-0.0910442","bedrooms":"4","price":"191000","area":"547"} , +{"type":"Feature","id":"n1735530988","geometry":{"type":"Point","coordinates":[-0.0673259,51.4629368]},"properties":{"@type":"node","@id":1735530988,"@timestamp":1579714499},"coords":"51.4629368,-0.0673259","bedrooms":"1","price":"249000","area":"487"} , +{"type":"Feature","id":"n1735531138","geometry":{"type":"Point","coordinates":[-0.0561144,51.4629724]},"properties":{"@type":"node","@id":1735531138,"@timestamp":1579714499},"coords":"51.4629724,-0.0561144","bedrooms":"3","price":"236000","area":"536"} , +{"type":"Feature","id":"n1735531281","geometry":{"type":"Point","coordinates":[-0.0795756,51.4629945]},"properties":{"@type":"node","@id":1735531281,"@timestamp":1579714499},"coords":"51.4629945,-0.0795756","bedrooms":"3","price":"207000","area":"454"} , +{"type":"Feature","id":"n1735531392","geometry":{"type":"Point","coordinates":[-0.0636715,51.4630174]},"properties":{"@type":"node","@id":1735531392,"@timestamp":1579714499},"coords":"51.4630174,-0.0636715","bedrooms":"3","price":"167000","area":"478"} , +{"type":"Feature","id":"n1735531542","geometry":{"type":"Point","coordinates":[-0.0672697,51.463043]},"properties":{"@type":"node","@id":1735531542,"@timestamp":1579714499},"coords":"51.463043,-0.0672697","bedrooms":"0","price":"167000","area":"386"} , +{"type":"Feature","id":"n1735531638","geometry":{"type":"Point","coordinates":[-0.0879488,51.4630611]},"properties":{"@type":"node","@id":1735531638,"@timestamp":1579714499},"coords":"51.4630611,-0.0879488","bedrooms":"2","price":"171000","area":"647"} , +{"type":"Feature","id":"n1735531686","geometry":{"type":"Point","coordinates":[-0.0647717,51.4630808]},"properties":{"@type":"node","@id":1735531686,"@timestamp":1579714499},"coords":"51.4630808,-0.0647717","bedrooms":"1","price":"241000","area":"572"} , +{"type":"Feature","id":"n1735531746","geometry":{"type":"Point","coordinates":[-0.063757,51.4630942]},"properties":{"@type":"node","@id":1735531746,"@timestamp":1579714499},"coords":"51.4630942,-0.063757","bedrooms":"2","price":"236000","area":"441"} , +{"type":"Feature","id":"n1735531796","geometry":{"type":"Point","coordinates":[-0.0855465,51.4631274]},"properties":{"@type":"node","@id":1735531796,"@timestamp":1579714499},"coords":"51.4631274,-0.0855465","bedrooms":"1","price":"193000","area":"352"} , +{"type":"Feature","id":"n1735531904","geometry":{"type":"Point","coordinates":[-0.0760396,51.4631451]},"properties":{"@type":"node","@id":1735531904,"@timestamp":1579714499},"coords":"51.4631451,-0.0760396","bedrooms":"2","price":"281000","area":"690"} , +{"type":"Feature","id":"n1735532026","geometry":{"type":"Point","coordinates":[-0.0701172,51.463165]},"properties":{"@type":"node","@id":1735532026,"@timestamp":1579714499},"coords":"51.463165,-0.0701172","bedrooms":"4","price":"151000","area":"414"} , +{"type":"Feature","id":"n1735532204","geometry":{"type":"Point","coordinates":[-0.0573393,51.4631773]},"properties":{"@type":"node","@id":1735532204,"@timestamp":1579714499},"coords":"51.4631773,-0.0573393","bedrooms":"3","price":"199000","area":"367"} , +{"type":"Feature","id":"n1735532353","geometry":{"type":"Point","coordinates":[-0.0904895,51.4631984]},"properties":{"@type":"node","@id":1735532353,"@timestamp":1579714499},"coords":"51.4631984,-0.0904895","bedrooms":"4","price":"243000","area":"498"} , +{"type":"Feature","id":"n1735532445","geometry":{"type":"Point","coordinates":[-0.0876085,51.4632203]},"properties":{"@type":"node","@id":1735532445,"@timestamp":1579714499},"coords":"51.4632203,-0.0876085","bedrooms":"1","price":"181000","area":"662"} , +{"type":"Feature","id":"n1735532557","geometry":{"type":"Point","coordinates":[-0.0800849,51.4632467]},"properties":{"@type":"node","@id":1735532557,"@timestamp":1579714499},"coords":"51.4632467,-0.0800849","bedrooms":"1","price":"262000","area":"521"} , +{"type":"Feature","id":"n1735532679","geometry":{"type":"Point","coordinates":[-0.0701744,51.4632825]},"properties":{"@type":"node","@id":1735532679,"@timestamp":1579714499},"coords":"51.4632825,-0.0701744","bedrooms":"0","price":"232000","area":"408"} , +{"type":"Feature","id":"n1735532795","geometry":{"type":"Point","coordinates":[-0.0723904,51.4633116]},"properties":{"@type":"node","@id":1735532795,"@timestamp":1579714499},"coords":"51.4633116,-0.0723904","bedrooms":"2","price":"238000","area":"576"} , +{"type":"Feature","id":"n1735532916","geometry":{"type":"Point","coordinates":[-0.0870446,51.4633374]},"properties":{"@type":"node","@id":1735532916,"@timestamp":1579714499},"coords":"51.4633374,-0.0870446","bedrooms":"2","price":"286000","area":"693"} , +{"type":"Feature","id":"n1735532976","geometry":{"type":"Point","coordinates":[-0.0755985,51.4633627]},"properties":{"@type":"node","@id":1735532976,"@timestamp":1579714499},"coords":"51.4633627,-0.0755985","bedrooms":"4","price":"226000","area":"511"} , +{"type":"Feature","id":"n1735533030","geometry":{"type":"Point","coordinates":[-0.0735714,51.4633784]},"properties":{"@type":"node","@id":1735533030,"@timestamp":1579714499},"coords":"51.4633784,-0.0735714","bedrooms":"4","price":"228000","area":"651"} , +{"type":"Feature","id":"n1735533079","geometry":{"type":"Point","coordinates":[-0.0632218,51.4634008]},"properties":{"@type":"node","@id":1735533079,"@timestamp":1579714499},"coords":"51.4634008,-0.0632218","bedrooms":"2","price":"198000","area":"522"} , +{"type":"Feature","id":"n1735533142","geometry":{"type":"Point","coordinates":[-0.062173,51.4634155]},"properties":{"@type":"node","@id":1735533142,"@timestamp":1579714499},"coords":"51.4634155,-0.062173","bedrooms":"1","price":"232000","area":"577"} , +{"type":"Feature","id":"n1735533161","geometry":{"type":"Point","coordinates":[-0.0757676,51.4634464]},"properties":{"@type":"node","@id":1735533161,"@timestamp":1579714499},"coords":"51.4634464,-0.0757676","bedrooms":"1","price":"255000","area":"357"} , +{"type":"Feature","id":"n1735533202","geometry":{"type":"Point","coordinates":[-0.0801537,51.4634747]},"properties":{"@type":"node","@id":1735533202,"@timestamp":1579714499},"coords":"51.4634747,-0.0801537","bedrooms":"0","price":"262000","area":"439"} , +{"type":"Feature","id":"n1735533247","geometry":{"type":"Point","coordinates":[-0.0649179,51.4634941]},"properties":{"@type":"node","@id":1735533247,"@timestamp":1579714499},"coords":"51.4634941,-0.0649179","bedrooms":"1","price":"189000","area":"657"} , +{"type":"Feature","id":"n1735533291","geometry":{"type":"Point","coordinates":[-0.0757071,51.4635173]},"properties":{"@type":"node","@id":1735533291,"@timestamp":1579714499},"coords":"51.4635173,-0.0757071","bedrooms":"2","price":"233000","area":"505"} , +{"type":"Feature","id":"n1735533335","geometry":{"type":"Point","coordinates":[-0.0791834,51.4635487]},"properties":{"@type":"node","@id":1735533335,"@timestamp":1579714499},"coords":"51.4635487,-0.0791834","bedrooms":"2","price":"159000","area":"506"} , +{"type":"Feature","id":"n1735533438","geometry":{"type":"Point","coordinates":[-0.0735295,51.4635613]},"properties":{"@type":"node","@id":1735533438,"@timestamp":1579714499},"coords":"51.4635613,-0.0735295","bedrooms":"0","price":"230000","area":"355"} , +{"type":"Feature","id":"n1735533470","geometry":{"type":"Point","coordinates":[-0.0721889,51.4635915]},"properties":{"@type":"node","@id":1735533470,"@timestamp":1579714499},"coords":"51.4635915,-0.0721889","bedrooms":"2","price":"259000","area":"590"} , +{"type":"Feature","id":"n1735533514","geometry":{"type":"Point","coordinates":[-0.0791442,51.4636206]},"properties":{"@type":"node","@id":1735533514,"@timestamp":1579714499},"coords":"51.4636206,-0.0791442","bedrooms":"0","price":"203000","area":"412"} , +{"type":"Feature","id":"n1735533551","geometry":{"type":"Point","coordinates":[-0.0773003,51.4636334]},"properties":{"@type":"node","@id":1735533551,"@timestamp":1579714499},"coords":"51.4636334,-0.0773003","bedrooms":"0","price":"207000","area":"539"} , +{"type":"Feature","id":"n1735533602","geometry":{"type":"Point","coordinates":[-0.0737574,51.4636652]},"properties":{"@type":"node","@id":1735533602,"@timestamp":1579714499},"coords":"51.4636652,-0.0737574","bedrooms":"2","price":"235000","area":"595"} , +{"type":"Feature","id":"n1735533643","geometry":{"type":"Point","coordinates":[-0.0523245,51.4636815]},"properties":{"@type":"node","@id":1735533643,"@timestamp":1579714499},"coords":"51.4636815,-0.0523245","bedrooms":"3","price":"252000","area":"521"} , +{"type":"Feature","id":"n1735533684","geometry":{"type":"Point","coordinates":[-0.0635839,51.463715]},"properties":{"@type":"node","@id":1735533684,"@timestamp":1579714499},"coords":"51.463715,-0.0635839","bedrooms":"2","price":"174000","area":"579"} , +{"type":"Feature","id":"n1735533787","geometry":{"type":"Point","coordinates":[-0.0904517,51.4637394]},"properties":{"@type":"node","@id":1735533787,"@timestamp":1579714499},"coords":"51.4637394,-0.0904517","bedrooms":"3","price":"272000","area":"644"} , +{"type":"Feature","id":"n1735533881","geometry":{"type":"Point","coordinates":[-0.0856951,51.4637693]},"properties":{"@type":"node","@id":1735533881,"@timestamp":1579714499},"coords":"51.4637693,-0.0856951","bedrooms":"4","price":"250000","area":"681"} , +{"type":"Feature","id":"n1735533966","geometry":{"type":"Point","coordinates":[-0.0725743,51.4637911]},"properties":{"@type":"node","@id":1735533966,"@timestamp":1579714499},"coords":"51.4637911,-0.0725743","bedrooms":"2","price":"151000","area":"604"} , +{"type":"Feature","id":"n1735534024","geometry":{"type":"Point","coordinates":[-0.0865183,51.4638168]},"properties":{"@type":"node","@id":1735534024,"@timestamp":1579714499},"coords":"51.4638168,-0.0865183","bedrooms":"2","price":"249000","area":"647"} , +{"type":"Feature","id":"n1735534114","geometry":{"type":"Point","coordinates":[-0.0556718,51.4638416]},"properties":{"@type":"node","@id":1735534114,"@timestamp":1579714499},"coords":"51.4638416,-0.0556718","bedrooms":"1","price":"184000","area":"514"} , +{"type":"Feature","id":"n1735534213","geometry":{"type":"Point","coordinates":[-0.0552137,51.4638591]},"properties":{"@type":"node","@id":1735534213,"@timestamp":1579714499},"coords":"51.4638591,-0.0552137","bedrooms":"0","price":"293000","area":"682"} , +{"type":"Feature","id":"n1735534304","geometry":{"type":"Point","coordinates":[-0.0556142,51.4638846]},"properties":{"@type":"node","@id":1735534304,"@timestamp":1579714499},"coords":"51.4638846,-0.0556142","bedrooms":"4","price":"223000","area":"645"} , +{"type":"Feature","id":"n1735534390","geometry":{"type":"Point","coordinates":[-0.0597759,51.4639057]},"properties":{"@type":"node","@id":1735534390,"@timestamp":1579714499},"coords":"51.4639057,-0.0597759","bedrooms":"3","price":"215000","area":"497"} , +{"type":"Feature","id":"n1735534441","geometry":{"type":"Point","coordinates":[-0.0862632,51.4639303]},"properties":{"@type":"node","@id":1735534441,"@timestamp":1579714499},"coords":"51.4639303,-0.0862632","bedrooms":"2","price":"248000","area":"453"} , +{"type":"Feature","id":"n1735534484","geometry":{"type":"Point","coordinates":[-0.086212,51.4639528]},"properties":{"@type":"node","@id":1735534484,"@timestamp":1579714499},"coords":"51.4639528,-0.086212","bedrooms":"2","price":"239000","area":"475"} , +{"type":"Feature","id":"n1735534532","geometry":{"type":"Point","coordinates":[-0.0562803,51.5262186]},"properties":{"@type":"node","@id":1735534532,"@timestamp":1433201140},"coords":"51.5262186,-0.0562803","bedrooms":"1","price":"240000","area":"476"} , +{"type":"Feature","id":"n1735534596","geometry":{"type":"Point","coordinates":[-0.0706775,51.4639832]},"properties":{"@type":"node","@id":1735534596,"@timestamp":1579714499},"coords":"51.4639832,-0.0706775","bedrooms":"1","price":"191000","area":"614"} , +{"type":"Feature","id":"n1735534678","geometry":{"type":"Point","coordinates":[-0.0831328,51.4640078]},"properties":{"@type":"node","@id":1735534678,"@timestamp":1579714499},"coords":"51.4640078,-0.0831328","bedrooms":"1","price":"214000","area":"591"} , +{"type":"Feature","id":"n1735534768","geometry":{"type":"Point","coordinates":[-0.059944,51.4640169]},"properties":{"@type":"node","@id":1735534768,"@timestamp":1579714499},"coords":"51.4640169,-0.059944","bedrooms":"2","price":"232000","area":"505"} , +{"type":"Feature","id":"n1735534860","geometry":{"type":"Point","coordinates":[-0.0767265,51.4640466]},"properties":{"@type":"node","@id":1735534860,"@timestamp":1579714499},"coords":"51.4640466,-0.0767265","bedrooms":"4","price":"255000","area":"609"} , +{"type":"Feature","id":"n1735534944","geometry":{"type":"Point","coordinates":[-0.056288,51.4640619]},"properties":{"@type":"node","@id":1735534944,"@timestamp":1579714499},"coords":"51.4640619,-0.056288","bedrooms":"2","price":"164000","area":"360"} , +{"type":"Feature","id":"n1735535020","geometry":{"type":"Point","coordinates":[-0.0565206,51.4640827]},"properties":{"@type":"node","@id":1735535020,"@timestamp":1579714499},"coords":"51.4640827,-0.0565206","bedrooms":"3","price":"225000","area":"593"} , +{"type":"Feature","id":"n1735535066","geometry":{"type":"Point","coordinates":[-0.0903395,51.4641016]},"properties":{"@type":"node","@id":1735535066,"@timestamp":1579714499},"coords":"51.4641016,-0.0903395","bedrooms":"3","price":"259000","area":"524"} , +{"type":"Feature","id":"n1735535106","geometry":{"type":"Point","coordinates":[-0.0596698,51.4641301]},"properties":{"@type":"node","@id":1735535106,"@timestamp":1579714499},"coords":"51.4641301,-0.0596698","bedrooms":"3","price":"233000","area":"360"} , +{"type":"Feature","id":"n1735535159","geometry":{"type":"Point","coordinates":[-0.0798698,51.4641521]},"properties":{"@type":"node","@id":1735535159,"@timestamp":1579714499},"coords":"51.4641521,-0.0798698","bedrooms":"0","price":"207000","area":"647"} , +{"type":"Feature","id":"n1735535239","geometry":{"type":"Point","coordinates":[-0.0695606,51.4641807]},"properties":{"@type":"node","@id":1735535239,"@timestamp":1579714499},"coords":"51.4641807,-0.0695606","bedrooms":"3","price":"229000","area":"423"} , +{"type":"Feature","id":"n1735535384","geometry":{"type":"Point","coordinates":[-0.0723523,51.4642086]},"properties":{"@type":"node","@id":1735535384,"@timestamp":1579714499},"coords":"51.4642086,-0.0723523","bedrooms":"3","price":"215000","area":"544"} , +{"type":"Feature","id":"n1735535532","geometry":{"type":"Point","coordinates":[-0.0579627,51.4642373]},"properties":{"@type":"node","@id":1735535532,"@timestamp":1579714499},"coords":"51.4642373,-0.0579627","bedrooms":"4","price":"270000","area":"398"} , +{"type":"Feature","id":"n1735535632","geometry":{"type":"Point","coordinates":[-0.0745385,51.4642625]},"properties":{"@type":"node","@id":1735535632,"@timestamp":1579714499},"coords":"51.4642625,-0.0745385","bedrooms":"4","price":"203000","area":"648"} , +{"type":"Feature","id":"n1735535726","geometry":{"type":"Point","coordinates":[-0.085222,51.4642813]},"properties":{"@type":"node","@id":1735535726,"@timestamp":1579714499},"coords":"51.4642813,-0.085222","bedrooms":"3","price":"221000","area":"558"} , +{"type":"Feature","id":"n1735535825","geometry":{"type":"Point","coordinates":[-0.0902478,51.4642958]},"properties":{"@type":"node","@id":1735535825,"@timestamp":1579714499},"coords":"51.4642958,-0.0902478","bedrooms":"0","price":"192000","area":"505"} , +{"type":"Feature","id":"n1735535948","geometry":{"type":"Point","coordinates":[-0.0815613,51.4643136]},"properties":{"@type":"node","@id":1735535948,"@timestamp":1579714499},"coords":"51.4643136,-0.0815613","bedrooms":"4","price":"291000","area":"570"} , +{"type":"Feature","id":"n1735536038","geometry":{"type":"Point","coordinates":[-0.071561,51.4643314]},"properties":{"@type":"node","@id":1735536038,"@timestamp":1579714499},"coords":"51.4643314,-0.071561","bedrooms":"1","price":"219000","area":"664"} , +{"type":"Feature","id":"n1735536197","geometry":{"type":"Point","coordinates":[-0.0575104,51.4643444]},"properties":{"@type":"node","@id":1735536197,"@timestamp":1579714499},"coords":"51.4643444,-0.0575104","bedrooms":"1","price":"269000","area":"496"} , +{"type":"Feature","id":"n1735536378","geometry":{"type":"Point","coordinates":[-0.0846338,51.46436]},"properties":{"@type":"node","@id":1735536378,"@timestamp":1579714499},"coords":"51.46436,-0.0846338","bedrooms":"3","price":"211000","area":"607"} , +{"type":"Feature","id":"n1735536530","geometry":{"type":"Point","coordinates":[-0.0814314,51.4643728]},"properties":{"@type":"node","@id":1735536530,"@timestamp":1579714499},"coords":"51.4643728,-0.0814314","bedrooms":"0","price":"263000","area":"646"} , +{"type":"Feature","id":"n1735536655","geometry":{"type":"Point","coordinates":[-0.0567788,51.4643922]},"properties":{"@type":"node","@id":1735536655,"@timestamp":1579714499},"coords":"51.4643922,-0.0567788","bedrooms":"1","price":"151000","area":"688"} , +{"type":"Feature","id":"n1735536761","geometry":{"type":"Point","coordinates":[-0.059425,51.4644137]},"properties":{"@type":"node","@id":1735536761,"@timestamp":1579714499},"coords":"51.4644137,-0.059425","bedrooms":"0","price":"213000","area":"545"} , +{"type":"Feature","id":"n1735536888","geometry":{"type":"Point","coordinates":[-0.0593085,51.4644333]},"properties":{"@type":"node","@id":1735536888,"@timestamp":1579714499},"coords":"51.4644333,-0.0593085","bedrooms":"0","price":"150000","area":"425"} , +{"type":"Feature","id":"n1735537036","geometry":{"type":"Point","coordinates":[-0.0582012,51.464453]},"properties":{"@type":"node","@id":1735537036,"@timestamp":1579714499},"coords":"51.464453,-0.0582012","bedrooms":"4","price":"206000","area":"385"} , +{"type":"Feature","id":"n1735537203","geometry":{"type":"Point","coordinates":[-0.0606695,51.4644619]},"properties":{"@type":"node","@id":1735537203,"@timestamp":1579714499},"coords":"51.4644619,-0.0606695","bedrooms":"2","price":"287000","area":"554"} , +{"type":"Feature","id":"n1735537417","geometry":{"type":"Point","coordinates":[-0.0616812,51.4644796]},"properties":{"@type":"node","@id":1735537417,"@timestamp":1579714499},"coords":"51.4644796,-0.0616812","bedrooms":"4","price":"175000","area":"414"} , +{"type":"Feature","id":"n1735537598","geometry":{"type":"Point","coordinates":[-0.0829349,51.4645111]},"properties":{"@type":"node","@id":1735537598,"@timestamp":1579714499},"coords":"51.4645111,-0.0829349","bedrooms":"1","price":"238000","area":"671"} , +{"type":"Feature","id":"n1735537776","geometry":{"type":"Point","coordinates":[-0.0904911,51.464534]},"properties":{"@type":"node","@id":1735537776,"@timestamp":1579714499},"coords":"51.464534,-0.0904911","bedrooms":"2","price":"169000","area":"629"} , +{"type":"Feature","id":"n1735537962","geometry":{"type":"Point","coordinates":[-0.0891301,51.4645525]},"properties":{"@type":"node","@id":1735537962,"@timestamp":1579714499},"coords":"51.4645525,-0.0891301","bedrooms":"2","price":"183000","area":"644"} , +{"type":"Feature","id":"n1735538103","geometry":{"type":"Point","coordinates":[-0.070935,51.4645679]},"properties":{"@type":"node","@id":1735538103,"@timestamp":1579714499},"coords":"51.4645679,-0.070935","bedrooms":"1","price":"253000","area":"663"} , +{"type":"Feature","id":"n1735538255","geometry":{"type":"Point","coordinates":[-0.0897361,51.4645752]},"properties":{"@type":"node","@id":1735538255,"@timestamp":1579714499},"coords":"51.4645752,-0.0897361","bedrooms":"1","price":"239000","area":"369"} , +{"type":"Feature","id":"n1735538347","geometry":{"type":"Point","coordinates":[-0.0595494,51.4645961]},"properties":{"@type":"node","@id":1735538347,"@timestamp":1579714499},"coords":"51.4645961,-0.0595494","bedrooms":"2","price":"230000","area":"489"} , +{"type":"Feature","id":"n1735538565","geometry":{"type":"Point","coordinates":[-0.0802187,51.4646082]},"properties":{"@type":"node","@id":1735538565,"@timestamp":1579714499},"coords":"51.4646082,-0.0802187","bedrooms":"2","price":"209000","area":"594"} , +{"type":"Feature","id":"n1735538626","geometry":{"type":"Point","coordinates":[-0.0891544,51.4646254]},"properties":{"@type":"node","@id":1735538626,"@timestamp":1579714499},"coords":"51.4646254,-0.0891544","bedrooms":"4","price":"237000","area":"566"} , +{"type":"Feature","id":"n1735538703","geometry":{"type":"Point","coordinates":[-0.0640128,51.4646378]},"properties":{"@type":"node","@id":1735538703,"@timestamp":1579714499},"coords":"51.4646378,-0.0640128","bedrooms":"1","price":"224000","area":"596"} , +{"type":"Feature","id":"n1735538768","geometry":{"type":"Point","coordinates":[-0.0842283,51.4646548]},"properties":{"@type":"node","@id":1735538768,"@timestamp":1579714499},"coords":"51.4646548,-0.0842283","bedrooms":"0","price":"186000","area":"575"} , +{"type":"Feature","id":"n1735538814","geometry":{"type":"Point","coordinates":[-0.084143,51.4646737]},"properties":{"@type":"node","@id":1735538814,"@timestamp":1579714499},"coords":"51.4646737,-0.084143","bedrooms":"0","price":"219000","area":"654"} , +{"type":"Feature","id":"n1735538865","geometry":{"type":"Point","coordinates":[-0.0880699,51.4647097]},"properties":{"@type":"node","@id":1735538865,"@timestamp":1579714499},"coords":"51.4647097,-0.0880699","bedrooms":"4","price":"185000","area":"672"} , +{"type":"Feature","id":"n1735538906","geometry":{"type":"Point","coordinates":[-0.0718985,51.4647317]},"properties":{"@type":"node","@id":1735538906,"@timestamp":1579714499},"coords":"51.4647317,-0.0718985","bedrooms":"2","price":"219000","area":"502"} , +{"type":"Feature","id":"n1735538949","geometry":{"type":"Point","coordinates":[-0.0802674,51.4647658]},"properties":{"@type":"node","@id":1735538949,"@timestamp":1579714499},"coords":"51.4647658,-0.0802674","bedrooms":"3","price":"152000","area":"556"} , +{"type":"Feature","id":"n1735538989","geometry":{"type":"Point","coordinates":[-0.090193,51.4647852]},"properties":{"@type":"node","@id":1735538989,"@timestamp":1579714499},"coords":"51.4647852,-0.090193","bedrooms":"2","price":"162000","area":"366"} , +{"type":"Feature","id":"n1735539031","geometry":{"type":"Point","coordinates":[-0.0692648,51.4648098]},"properties":{"@type":"node","@id":1735539031,"@timestamp":1579714499},"coords":"51.4648098,-0.0692648","bedrooms":"0","price":"205000","area":"666"} , +{"type":"Feature","id":"n1735539071","geometry":{"type":"Point","coordinates":[-0.0652486,51.4648328]},"properties":{"@type":"node","@id":1735539071,"@timestamp":1579714499},"coords":"51.4648328,-0.0652486","bedrooms":"3","price":"157000","area":"429"} , +{"type":"Feature","id":"n1735539109","geometry":{"type":"Point","coordinates":[-0.0825761,51.4648609]},"properties":{"@type":"node","@id":1735539109,"@timestamp":1579714499},"coords":"51.4648609,-0.0825761","bedrooms":"3","price":"282000","area":"366"} , +{"type":"Feature","id":"n1735539153","geometry":{"type":"Point","coordinates":[-0.0738458,51.464889]},"properties":{"@type":"node","@id":1735539153,"@timestamp":1579714499},"coords":"51.464889,-0.0738458","bedrooms":"1","price":"194000","area":"517"} , +{"type":"Feature","id":"n1735539232","geometry":{"type":"Point","coordinates":[-0.0651838,51.4649098]},"properties":{"@type":"node","@id":1735539232,"@timestamp":1579714499},"coords":"51.4649098,-0.0651838","bedrooms":"2","price":"253000","area":"503"} , +{"type":"Feature","id":"n1735539299","geometry":{"type":"Point","coordinates":[-0.0495444,51.4649451]},"properties":{"@type":"node","@id":1735539299,"@timestamp":1579714499},"coords":"51.4649451,-0.0495444","bedrooms":"2","price":"194000","area":"612"} , +{"type":"Feature","id":"n1735539367","geometry":{"type":"Point","coordinates":[-0.0635864,51.4649583]},"properties":{"@type":"node","@id":1735539367,"@timestamp":1579714499},"coords":"51.4649583,-0.0635864","bedrooms":"1","price":"290000","area":"581"} , +{"type":"Feature","id":"n1735539448","geometry":{"type":"Point","coordinates":[-0.0630242,51.4649806]},"properties":{"@type":"node","@id":1735539448,"@timestamp":1579714499},"coords":"51.4649806,-0.0630242","bedrooms":"0","price":"156000","area":"360"} , +{"type":"Feature","id":"n1735539503","geometry":{"type":"Point","coordinates":[-0.0689071,51.4649972]},"properties":{"@type":"node","@id":1735539503,"@timestamp":1579714499},"coords":"51.4649972,-0.0689071","bedrooms":"4","price":"284000","area":"699"} , +{"type":"Feature","id":"n1735539566","geometry":{"type":"Point","coordinates":[-0.0685609,51.4650203]},"properties":{"@type":"node","@id":1735539566,"@timestamp":1579714499},"coords":"51.4650203,-0.0685609","bedrooms":"4","price":"189000","area":"527"} , +{"type":"Feature","id":"n1735539627","geometry":{"type":"Point","coordinates":[-0.0886007,51.465062]},"properties":{"@type":"node","@id":1735539627,"@timestamp":1579714499},"coords":"51.465062,-0.0886007","bedrooms":"4","price":"277000","area":"650"} , +{"type":"Feature","id":"n1735539698","geometry":{"type":"Point","coordinates":[-0.0804695,51.4650877]},"properties":{"@type":"node","@id":1735539698,"@timestamp":1579714499},"coords":"51.4650877,-0.0804695","bedrooms":"1","price":"166000","area":"660"} , +{"type":"Feature","id":"n1735539752","geometry":{"type":"Point","coordinates":[-0.0688303,51.4651129]},"properties":{"@type":"node","@id":1735539752,"@timestamp":1579714499},"coords":"51.4651129,-0.0688303","bedrooms":"2","price":"232000","area":"553"} , +{"type":"Feature","id":"n1735539801","geometry":{"type":"Point","coordinates":[-0.0800247,51.4651279]},"properties":{"@type":"node","@id":1735539801,"@timestamp":1579714499},"coords":"51.4651279,-0.0800247","bedrooms":"1","price":"182000","area":"447"} , +{"type":"Feature","id":"n1735539859","geometry":{"type":"Point","coordinates":[-0.05875,51.4651579]},"properties":{"@type":"node","@id":1735539859,"@timestamp":1579714499},"coords":"51.4651579,-0.05875","bedrooms":"2","price":"247000","area":"607"} , +{"type":"Feature","id":"n1735539909","geometry":{"type":"Point","coordinates":[-0.0545026,51.4651727]},"properties":{"@type":"node","@id":1735539909,"@timestamp":1579714499},"coords":"51.4651727,-0.0545026","bedrooms":"4","price":"212000","area":"372"} , +{"type":"Feature","id":"n1735539965","geometry":{"type":"Point","coordinates":[-0.0606365,51.4651919]},"properties":{"@type":"node","@id":1735539965,"@timestamp":1579714499},"coords":"51.4651919,-0.0606365","bedrooms":"3","price":"198000","area":"614"} , +{"type":"Feature","id":"n1735540057","geometry":{"type":"Point","coordinates":[-0.0811641,51.4652167]},"properties":{"@type":"node","@id":1735540057,"@timestamp":1579714499},"coords":"51.4652167,-0.0811641","bedrooms":"1","price":"221000","area":"492"} , +{"type":"Feature","id":"n1735540134","geometry":{"type":"Point","coordinates":[-0.0808571,51.4652362]},"properties":{"@type":"node","@id":1735540134,"@timestamp":1579714499},"coords":"51.4652362,-0.0808571","bedrooms":"3","price":"226000","area":"531"} , +{"type":"Feature","id":"n1735540185","geometry":{"type":"Point","coordinates":[-0.0589988,51.4652558]},"properties":{"@type":"node","@id":1735540185,"@timestamp":1579714499},"coords":"51.4652558,-0.0589988","bedrooms":"3","price":"297000","area":"359"} , +{"type":"Feature","id":"n1735540232","geometry":{"type":"Point","coordinates":[-0.081336,51.4652785]},"properties":{"@type":"node","@id":1735540232,"@timestamp":1579714499},"coords":"51.4652785,-0.081336","bedrooms":"3","price":"216000","area":"567"} , +{"type":"Feature","id":"n1735540284","geometry":{"type":"Point","coordinates":[-0.0721371,51.4653027]},"properties":{"@type":"node","@id":1735540284,"@timestamp":1579714499},"coords":"51.4653027,-0.0721371","bedrooms":"2","price":"226000","area":"446"} , +{"type":"Feature","id":"n1735540334","geometry":{"type":"Point","coordinates":[-0.0815921,51.4653254]},"properties":{"@type":"node","@id":1735540334,"@timestamp":1579714499},"coords":"51.4653254,-0.0815921","bedrooms":"2","price":"293000","area":"629"} , +{"type":"Feature","id":"n1735540374","geometry":{"type":"Point","coordinates":[-0.0585592,51.4653502]},"properties":{"@type":"node","@id":1735540374,"@timestamp":1579714499},"coords":"51.4653502,-0.0585592","bedrooms":"3","price":"203000","area":"697"} , +{"type":"Feature","id":"n1735540442","geometry":{"type":"Point","coordinates":[-0.0804661,51.4653734]},"properties":{"@type":"node","@id":1735540442,"@timestamp":1579714499},"coords":"51.4653734,-0.0804661","bedrooms":"3","price":"215000","area":"400"} , +{"type":"Feature","id":"n1735540490","geometry":{"type":"Point","coordinates":[-0.0535671,51.4654067]},"properties":{"@type":"node","@id":1735540490,"@timestamp":1579714499},"coords":"51.4654067,-0.0535671","bedrooms":"0","price":"258000","area":"482"} , +{"type":"Feature","id":"n1735540527","geometry":{"type":"Point","coordinates":[-0.0602507,51.465445]},"properties":{"@type":"node","@id":1735540527,"@timestamp":1579714499},"coords":"51.465445,-0.0602507","bedrooms":"2","price":"159000","area":"475"} , +{"type":"Feature","id":"n1735540578","geometry":{"type":"Point","coordinates":[-0.0583402,51.4654799]},"properties":{"@type":"node","@id":1735540578,"@timestamp":1579714499},"coords":"51.4654799,-0.0583402","bedrooms":"0","price":"291000","area":"386"} , +{"type":"Feature","id":"n1735540612","geometry":{"type":"Point","coordinates":[-0.0490175,51.4654992]},"properties":{"@type":"node","@id":1735540612,"@timestamp":1588508774},"coords":"51.4654992,-0.0490175","bedrooms":"0","price":"247000","area":"658"} , +{"type":"Feature","id":"n1735540687","geometry":{"type":"Point","coordinates":[-0.0514973,51.4655421]},"properties":{"@type":"node","@id":1735540687,"@timestamp":1579714499},"coords":"51.4655421,-0.0514973","bedrooms":"0","price":"185000","area":"561"} , +{"type":"Feature","id":"n1735540775","geometry":{"type":"Point","coordinates":[-0.0582353,51.4655612]},"properties":{"@type":"node","@id":1735540775,"@timestamp":1579714499},"coords":"51.4655612,-0.0582353","bedrooms":"2","price":"166000","area":"699"} , +{"type":"Feature","id":"n1735540879","geometry":{"type":"Point","coordinates":[-0.0596907,51.4656024]},"properties":{"@type":"node","@id":1735540879,"@timestamp":1579714499},"coords":"51.4656024,-0.0596907","bedrooms":"3","price":"161000","area":"414"} , +{"type":"Feature","id":"n1735540971","geometry":{"type":"Point","coordinates":[-0.0633641,51.4656369]},"properties":{"@type":"node","@id":1735540971,"@timestamp":1579714499},"coords":"51.4656369,-0.0633641","bedrooms":"2","price":"165000","area":"410"} , +{"type":"Feature","id":"n1735541054","geometry":{"type":"Point","coordinates":[-0.0809155,51.4656094]},"properties":{"@type":"node","@id":1735541054,"@timestamp":1602142360},"coords":"51.4656094,-0.0809155","bedrooms":"1","price":"281000","area":"391"} , +{"type":"Feature","id":"n1735541203","geometry":{"type":"Point","coordinates":[-0.0597699,51.4656964]},"properties":{"@type":"node","@id":1735541203,"@timestamp":1579714499},"coords":"51.4656964,-0.0597699","bedrooms":"4","price":"181000","area":"523"} , +{"type":"Feature","id":"n1735541312","geometry":{"type":"Point","coordinates":[-0.0530904,51.465723]},"properties":{"@type":"node","@id":1735541312,"@timestamp":1579714499},"coords":"51.465723,-0.0530904","bedrooms":"1","price":"213000","area":"472"} , +{"type":"Feature","id":"n1735541407","geometry":{"type":"Point","coordinates":[-0.0580152,51.4657597]},"properties":{"@type":"node","@id":1735541407,"@timestamp":1579714499},"coords":"51.4657597,-0.0580152","bedrooms":"4","price":"255000","area":"507"} , +{"type":"Feature","id":"n1735541504","geometry":{"type":"Point","coordinates":[-0.0715365,51.4658049]},"properties":{"@type":"node","@id":1735541504,"@timestamp":1579705114},"coords":"51.4658049,-0.0715365","bedrooms":"1","price":"217000","area":"652"} , +{"type":"Feature","id":"n1735541632","geometry":{"type":"Point","coordinates":[-0.0799864,51.4658357]},"properties":{"@type":"node","@id":1735541632,"@timestamp":1579714499},"coords":"51.4658357,-0.0799864","bedrooms":"3","price":"202000","area":"486"} , +{"type":"Feature","id":"n1735541751","geometry":{"type":"Point","coordinates":[-0.0843249,51.4658657]},"properties":{"@type":"node","@id":1735541751,"@timestamp":1579714499},"coords":"51.4658657,-0.0843249","bedrooms":"1","price":"165000","area":"404"} , +{"type":"Feature","id":"n1735541839","geometry":{"type":"Point","coordinates":[-0.0618781,51.4658972]},"properties":{"@type":"node","@id":1735541839,"@timestamp":1579714499},"coords":"51.4658972,-0.0618781","bedrooms":"3","price":"189000","area":"368"} , +{"type":"Feature","id":"n1735542343","geometry":{"type":"Point","coordinates":[-0.0742947,51.465908]},"properties":{"@type":"node","@id":1735542343,"@timestamp":1579705114},"coords":"51.465908,-0.0742947","bedrooms":"1","price":"206000","area":"412"} , +{"type":"Feature","id":"n1735542459","geometry":{"type":"Point","coordinates":[-0.0542815,51.4659346]},"properties":{"@type":"node","@id":1735542459,"@timestamp":1579714499},"coords":"51.4659346,-0.0542815","bedrooms":"4","price":"272000","area":"648"} , +{"type":"Feature","id":"n1735542577","geometry":{"type":"Point","coordinates":[-0.0811612,51.4659718]},"properties":{"@type":"node","@id":1735542577,"@timestamp":1579705114},"coords":"51.4659718,-0.0811612","bedrooms":"2","price":"252000","area":"497"} , +{"type":"Feature","id":"n1735542622","geometry":{"type":"Point","coordinates":[-0.061771,51.4660099]},"properties":{"@type":"node","@id":1735542622,"@timestamp":1579714499},"coords":"51.4660099,-0.061771","bedrooms":"2","price":"190000","area":"664"} , +{"type":"Feature","id":"n1735542675","geometry":{"type":"Point","coordinates":[-0.0613976,51.466043]},"properties":{"@type":"node","@id":1735542675,"@timestamp":1579714499},"coords":"51.466043,-0.0613976","bedrooms":"0","price":"251000","area":"688"} , +{"type":"Feature","id":"n1735542722","geometry":{"type":"Point","coordinates":[-0.0794438,51.4660695]},"properties":{"@type":"node","@id":1735542722,"@timestamp":1579705114},"coords":"51.4660695,-0.0794438","bedrooms":"1","price":"155000","area":"570"} , +{"type":"Feature","id":"n1735542792","geometry":{"type":"Point","coordinates":[-0.0776432,51.466094]},"properties":{"@type":"node","@id":1735542792,"@timestamp":1579705114},"coords":"51.466094,-0.0776432","bedrooms":"2","price":"229000","area":"372"} , +{"type":"Feature","id":"n1735542838","geometry":{"type":"Point","coordinates":[-0.0851275,51.4661244]},"properties":{"@type":"node","@id":1735542838,"@timestamp":1579705114},"coords":"51.4661244,-0.0851275","bedrooms":"3","price":"231000","area":"513"} , +{"type":"Feature","id":"n1735542884","geometry":{"type":"Point","coordinates":[-0.0725486,51.4661454]},"properties":{"@type":"node","@id":1735542884,"@timestamp":1579705114},"coords":"51.4661454,-0.0725486","bedrooms":"2","price":"256000","area":"596"} , +{"type":"Feature","id":"n1735542931","geometry":{"type":"Point","coordinates":[-0.0524162,51.4661694]},"properties":{"@type":"node","@id":1735542931,"@timestamp":1579714499},"coords":"51.4661694,-0.0524162","bedrooms":"0","price":"181000","area":"487"} , +{"type":"Feature","id":"n1735542967","geometry":{"type":"Point","coordinates":[-0.0847116,51.4661969]},"properties":{"@type":"node","@id":1735542967,"@timestamp":1579705114},"coords":"51.4661969,-0.0847116","bedrooms":"3","price":"287000","area":"369"} , +{"type":"Feature","id":"n1735542998","geometry":{"type":"Point","coordinates":[-0.0614746,51.4662156]},"properties":{"@type":"node","@id":1735542998,"@timestamp":1579714499},"coords":"51.4662156,-0.0614746","bedrooms":"3","price":"191000","area":"499"} , +{"type":"Feature","id":"n1735543051","geometry":{"type":"Point","coordinates":[-0.0833367,51.4662381]},"properties":{"@type":"node","@id":1735543051,"@timestamp":1579705114},"coords":"51.4662381,-0.0833367","bedrooms":"2","price":"228000","area":"350"} , +{"type":"Feature","id":"n1735543103","geometry":{"type":"Point","coordinates":[-0.076499,51.4662551]},"properties":{"@type":"node","@id":1735543103,"@timestamp":1579705114},"coords":"51.4662551,-0.076499","bedrooms":"3","price":"210000","area":"523"} , +{"type":"Feature","id":"n1735543157","geometry":{"type":"Point","coordinates":[-0.0853219,51.4662795]},"properties":{"@type":"node","@id":1735543157,"@timestamp":1579705114},"coords":"51.4662795,-0.0853219","bedrooms":"0","price":"257000","area":"480"} , +{"type":"Feature","id":"n1735543224","geometry":{"type":"Point","coordinates":[-0.0634513,51.4662974]},"properties":{"@type":"node","@id":1735543224,"@timestamp":1579714499},"coords":"51.4662974,-0.0634513","bedrooms":"3","price":"214000","area":"477"} , +{"type":"Feature","id":"n1735543262","geometry":{"type":"Point","coordinates":[-0.0531578,51.4663285]},"properties":{"@type":"node","@id":1735543262,"@timestamp":1579714499},"coords":"51.4663285,-0.0531578","bedrooms":"2","price":"206000","area":"396"} , +{"type":"Feature","id":"n1735543309","geometry":{"type":"Point","coordinates":[-0.0525761,51.4663482]},"properties":{"@type":"node","@id":1735543309,"@timestamp":1579714499},"coords":"51.4663482,-0.0525761","bedrooms":"2","price":"182000","area":"569"} , +{"type":"Feature","id":"n1735543386","geometry":{"type":"Point","coordinates":[-0.0706479,51.4663776]},"properties":{"@type":"node","@id":1735543386,"@timestamp":1579705114},"coords":"51.4663776,-0.0706479","bedrooms":"3","price":"227000","area":"662"} , +{"type":"Feature","id":"n1735543444","geometry":{"type":"Point","coordinates":[-0.0529216,51.4663933]},"properties":{"@type":"node","@id":1735543444,"@timestamp":1579714499},"coords":"51.4663933,-0.0529216","bedrooms":"1","price":"190000","area":"515"} , +{"type":"Feature","id":"n1735543528","geometry":{"type":"Point","coordinates":[-0.084886,51.4664158]},"properties":{"@type":"node","@id":1735543528,"@timestamp":1579705114},"coords":"51.4664158,-0.084886","bedrooms":"3","price":"207000","area":"630"} , +{"type":"Feature","id":"n1735543613","geometry":{"type":"Point","coordinates":[-0.0798604,51.466436]},"properties":{"@type":"node","@id":1735543613,"@timestamp":1579705114},"coords":"51.466436,-0.0798604","bedrooms":"3","price":"234000","area":"663"} , +{"type":"Feature","id":"n1735543717","geometry":{"type":"Point","coordinates":[-0.0728855,51.4664529]},"properties":{"@type":"node","@id":1735543717,"@timestamp":1579705114},"coords":"51.4664529,-0.0728855","bedrooms":"1","price":"247000","area":"407"} , +{"type":"Feature","id":"n1735543810","geometry":{"type":"Point","coordinates":[-0.0901165,51.4664847]},"properties":{"@type":"node","@id":1735543810,"@timestamp":1579705114},"coords":"51.4664847,-0.0901165","bedrooms":"1","price":"235000","area":"552"} , +{"type":"Feature","id":"n1735543890","geometry":{"type":"Point","coordinates":[-0.0646437,51.4664998]},"properties":{"@type":"node","@id":1735543890,"@timestamp":1579714499},"coords":"51.4664998,-0.0646437","bedrooms":"2","price":"193000","area":"383"} , +{"type":"Feature","id":"n1735543960","geometry":{"type":"Point","coordinates":[-0.0616163,51.4665251]},"properties":{"@type":"node","@id":1735543960,"@timestamp":1579714499},"coords":"51.4665251,-0.0616163","bedrooms":"0","price":"168000","area":"562"} , +{"type":"Feature","id":"n1735544044","geometry":{"type":"Point","coordinates":[-0.0732626,51.4665483]},"properties":{"@type":"node","@id":1735544044,"@timestamp":1579705114},"coords":"51.4665483,-0.0732626","bedrooms":"4","price":"289000","area":"645"} , +{"type":"Feature","id":"n1735544176","geometry":{"type":"Point","coordinates":[-0.0684207,51.4665583]},"properties":{"@type":"node","@id":1735544176,"@timestamp":1579705114},"coords":"51.4665583,-0.0684207","bedrooms":"1","price":"223000","area":"499"} , +{"type":"Feature","id":"n1735544277","geometry":{"type":"Point","coordinates":[-0.074297,51.4665786]},"properties":{"@type":"node","@id":1735544277,"@timestamp":1579705114},"coords":"51.4665786,-0.074297","bedrooms":"4","price":"182000","area":"613"} , +{"type":"Feature","id":"n1735544336","geometry":{"type":"Point","coordinates":[-0.0637744,51.4666036]},"properties":{"@type":"node","@id":1735544336,"@timestamp":1579714499},"coords":"51.4666036,-0.0637744","bedrooms":"3","price":"230000","area":"371"} , +{"type":"Feature","id":"n1735544385","geometry":{"type":"Point","coordinates":[-0.0642789,51.4666224]},"properties":{"@type":"node","@id":1735544385,"@timestamp":1579714499},"coords":"51.4666224,-0.0642789","bedrooms":"3","price":"292000","area":"563"} , +{"type":"Feature","id":"n1735544457","geometry":{"type":"Point","coordinates":[-0.0894655,51.4666288]},"properties":{"@type":"node","@id":1735544457,"@timestamp":1579705114},"coords":"51.4666288,-0.0894655","bedrooms":"0","price":"286000","area":"608"} , +{"type":"Feature","id":"n1735544556","geometry":{"type":"Point","coordinates":[-0.0791525,51.4666647]},"properties":{"@type":"node","@id":1735544556,"@timestamp":1579705114},"coords":"51.4666647,-0.0791525","bedrooms":"1","price":"213000","area":"447"} , +{"type":"Feature","id":"n1735544661","geometry":{"type":"Point","coordinates":[-0.083495,51.4666807]},"properties":{"@type":"node","@id":1735544661,"@timestamp":1579705114},"coords":"51.4666807,-0.083495","bedrooms":"1","price":"277000","area":"664"} , +{"type":"Feature","id":"n1735544767","geometry":{"type":"Point","coordinates":[-0.0803404,51.4666966]},"properties":{"@type":"node","@id":1735544767,"@timestamp":1579705114},"coords":"51.4666966,-0.0803404","bedrooms":"2","price":"254000","area":"403"} , +{"type":"Feature","id":"n1735544861","geometry":{"type":"Point","coordinates":[-0.0857926,51.4667278]},"properties":{"@type":"node","@id":1735544861,"@timestamp":1579705114},"coords":"51.4667278,-0.0857926","bedrooms":"0","price":"213000","area":"392"} , +{"type":"Feature","id":"n1735544940","geometry":{"type":"Point","coordinates":[-0.0792695,51.4667431]},"properties":{"@type":"node","@id":1735544940,"@timestamp":1579705114},"coords":"51.4667431,-0.0792695","bedrooms":"1","price":"153000","area":"389"} , +{"type":"Feature","id":"n1735545061","geometry":{"type":"Point","coordinates":[-0.0890337,51.4667576]},"properties":{"@type":"node","@id":1735545061,"@timestamp":1579705114},"coords":"51.4667576,-0.0890337","bedrooms":"3","price":"216000","area":"350"} , +{"type":"Feature","id":"n1735545184","geometry":{"type":"Point","coordinates":[-0.0687604,51.4667796]},"properties":{"@type":"node","@id":1735545184,"@timestamp":1579705114},"coords":"51.4667796,-0.0687604","bedrooms":"2","price":"251000","area":"558"} , +{"type":"Feature","id":"n1735545280","geometry":{"type":"Point","coordinates":[-0.0708224,51.4667846]},"properties":{"@type":"node","@id":1735545280,"@timestamp":1579705114},"coords":"51.4667846,-0.0708224","bedrooms":"4","price":"298000","area":"634"} , +{"type":"Feature","id":"n1735545371","geometry":{"type":"Point","coordinates":[-0.0829207,51.4667956]},"properties":{"@type":"node","@id":1735545371,"@timestamp":1579705114},"coords":"51.4667956,-0.0829207","bedrooms":"0","price":"222000","area":"383"} , +{"type":"Feature","id":"n1735545422","geometry":{"type":"Point","coordinates":[-0.0718857,51.4668124]},"properties":{"@type":"node","@id":1735545422,"@timestamp":1579705114},"coords":"51.4668124,-0.0718857","bedrooms":"3","price":"280000","area":"446"} , +{"type":"Feature","id":"n1735545482","geometry":{"type":"Point","coordinates":[-0.0623285,51.4668406]},"properties":{"@type":"node","@id":1735545482,"@timestamp":1579714499},"coords":"51.4668406,-0.0623285","bedrooms":"4","price":"210000","area":"590"} , +{"type":"Feature","id":"n1735545561","geometry":{"type":"Point","coordinates":[-0.0728601,51.4668518]},"properties":{"@type":"node","@id":1735545561,"@timestamp":1579705114},"coords":"51.4668518,-0.0728601","bedrooms":"0","price":"296000","area":"639"} , +{"type":"Feature","id":"n1735545640","geometry":{"type":"Point","coordinates":[-0.0708544,51.4668703]},"properties":{"@type":"node","@id":1735545640,"@timestamp":1579705114},"coords":"51.4668703,-0.0708544","bedrooms":"2","price":"285000","area":"647"} , +{"type":"Feature","id":"n1735545742","geometry":{"type":"Point","coordinates":[-0.062351,51.4668879]},"properties":{"@type":"node","@id":1735545742,"@timestamp":1579714499},"coords":"51.4668879,-0.062351","bedrooms":"0","price":"223000","area":"621"} , +{"type":"Feature","id":"n1735545825","geometry":{"type":"Point","coordinates":[-0.0902204,51.4669035]},"properties":{"@type":"node","@id":1735545825,"@timestamp":1579705114},"coords":"51.4669035,-0.0902204","bedrooms":"1","price":"263000","area":"478"} , +{"type":"Feature","id":"n1735545917","geometry":{"type":"Point","coordinates":[-0.0685028,51.466933]},"properties":{"@type":"node","@id":1735545917,"@timestamp":1579705114},"coords":"51.466933,-0.0685028","bedrooms":"3","price":"239000","area":"637"} , +{"type":"Feature","id":"n1735546037","geometry":{"type":"Point","coordinates":[-0.0894686,51.4669637]},"properties":{"@type":"node","@id":1735546037,"@timestamp":1579705114},"coords":"51.4669637,-0.0894686","bedrooms":"0","price":"208000","area":"615"} , +{"type":"Feature","id":"n1735546172","geometry":{"type":"Point","coordinates":[-0.0802779,51.4669783]},"properties":{"@type":"node","@id":1735546172,"@timestamp":1579705114},"coords":"51.4669783,-0.0802779","bedrooms":"4","price":"231000","area":"469"} , +{"type":"Feature","id":"n1735546383","geometry":{"type":"Point","coordinates":[-0.0828348,51.4670112]},"properties":{"@type":"node","@id":1735546383,"@timestamp":1579705114},"coords":"51.4670112,-0.0828348","bedrooms":"3","price":"219000","area":"498"} , +{"type":"Feature","id":"n1735546493","geometry":{"type":"Point","coordinates":[-0.0866586,51.4670207]},"properties":{"@type":"node","@id":1735546493,"@timestamp":1579705114},"coords":"51.4670207,-0.0866586","bedrooms":"0","price":"231000","area":"642"} , +{"type":"Feature","id":"n1735546604","geometry":{"type":"Point","coordinates":[-0.0795957,51.4670288]},"properties":{"@type":"node","@id":1735546604,"@timestamp":1579705114},"coords":"51.4670288,-0.0795957","bedrooms":"2","price":"266000","area":"479"} , +{"type":"Feature","id":"n1735546727","geometry":{"type":"Point","coordinates":[-0.0622311,51.4670451]},"properties":{"@type":"node","@id":1735546727,"@timestamp":1579714499},"coords":"51.4670451,-0.0622311","bedrooms":"0","price":"156000","area":"390"} , +{"type":"Feature","id":"n1735546858","geometry":{"type":"Point","coordinates":[-0.0514271,51.4670731]},"properties":{"@type":"node","@id":1735546858,"@timestamp":1579714499},"coords":"51.4670731,-0.0514271","bedrooms":"1","price":"174000","area":"549"} , +{"type":"Feature","id":"n1735546997","geometry":{"type":"Point","coordinates":[-0.0691401,51.4670959]},"properties":{"@type":"node","@id":1735546997,"@timestamp":1579705114},"coords":"51.4670959,-0.0691401","bedrooms":"4","price":"197000","area":"526"} , +{"type":"Feature","id":"n1735547131","geometry":{"type":"Point","coordinates":[-0.0569085,51.4671109]},"properties":{"@type":"node","@id":1735547131,"@timestamp":1579714499},"coords":"51.4671109,-0.0569085","bedrooms":"4","price":"175000","area":"468"} , +{"type":"Feature","id":"n1735547281","geometry":{"type":"Point","coordinates":[-0.0574275,51.4671547]},"properties":{"@type":"node","@id":1735547281,"@timestamp":1579714499},"coords":"51.4671547,-0.0574275","bedrooms":"4","price":"248000","area":"569"} , +{"type":"Feature","id":"n1735547442","geometry":{"type":"Point","coordinates":[-0.0800701,51.4671769]},"properties":{"@type":"node","@id":1735547442,"@timestamp":1579705114},"coords":"51.4671769,-0.0800701","bedrooms":"2","price":"154000","area":"639"} , +{"type":"Feature","id":"n1735547552","geometry":{"type":"Point","coordinates":[-0.0905468,51.4671926]},"properties":{"@type":"node","@id":1735547552,"@timestamp":1579705114},"coords":"51.4671926,-0.0905468","bedrooms":"0","price":"161000","area":"613"} , +{"type":"Feature","id":"n1735547715","geometry":{"type":"Point","coordinates":[-0.079784,51.4672142]},"properties":{"@type":"node","@id":1735547715,"@timestamp":1579705114},"coords":"51.4672142,-0.079784","bedrooms":"1","price":"288000","area":"555"} , +{"type":"Feature","id":"n1735547850","geometry":{"type":"Point","coordinates":[-0.0818573,51.4672528]},"properties":{"@type":"node","@id":1735547850,"@timestamp":1579705114},"coords":"51.4672528,-0.0818573","bedrooms":"1","price":"242000","area":"527"} , +{"type":"Feature","id":"n1735548000","geometry":{"type":"Point","coordinates":[-0.0617642,51.4672841]},"properties":{"@type":"node","@id":1735548000,"@timestamp":1579714499},"coords":"51.4672841,-0.0617642","bedrooms":"4","price":"257000","area":"398"} , +{"type":"Feature","id":"n1735548159","geometry":{"type":"Point","coordinates":[-0.0636026,51.4672987]},"properties":{"@type":"node","@id":1735548159,"@timestamp":1579714499},"coords":"51.4672987,-0.0636026","bedrooms":"2","price":"238000","area":"385"} , +{"type":"Feature","id":"n1735548318","geometry":{"type":"Point","coordinates":[-0.0613094,51.4673193]},"properties":{"@type":"node","@id":1735548318,"@timestamp":1579714499},"coords":"51.4673193,-0.0613094","bedrooms":"1","price":"286000","area":"477"} , +{"type":"Feature","id":"n1735548489","geometry":{"type":"Point","coordinates":[-0.0684718,51.4673442]},"properties":{"@type":"node","@id":1735548489,"@timestamp":1579705114},"coords":"51.4673442,-0.0684718","bedrooms":"2","price":"184000","area":"452"} , +{"type":"Feature","id":"n1735548652","geometry":{"type":"Point","coordinates":[-0.0650714,51.4673637]},"properties":{"@type":"node","@id":1735548652,"@timestamp":1579714499},"coords":"51.4673637,-0.0650714","bedrooms":"2","price":"281000","area":"419"} , +{"type":"Feature","id":"n1735548852","geometry":{"type":"Point","coordinates":[-0.0841378,51.4673932]},"properties":{"@type":"node","@id":1735548852,"@timestamp":1579705114},"coords":"51.4673932,-0.0841378","bedrooms":"0","price":"263000","area":"602"} , +{"type":"Feature","id":"n1735548992","geometry":{"type":"Point","coordinates":[-0.0522343,51.4674328]},"properties":{"@type":"node","@id":1735548992,"@timestamp":1579714499},"coords":"51.4674328,-0.0522343","bedrooms":"1","price":"163000","area":"368"} , +{"type":"Feature","id":"n1735549154","geometry":{"type":"Point","coordinates":[-0.0637038,51.4674637]},"properties":{"@type":"node","@id":1735549154,"@timestamp":1579714499},"coords":"51.4674637,-0.0637038","bedrooms":"2","price":"180000","area":"449"} , +{"type":"Feature","id":"n1735549290","geometry":{"type":"Point","coordinates":[-0.0693067,51.4674822]},"properties":{"@type":"node","@id":1735549290,"@timestamp":1579705114},"coords":"51.4674822,-0.0693067","bedrooms":"4","price":"235000","area":"666"} , +{"type":"Feature","id":"n1735549433","geometry":{"type":"Point","coordinates":[-0.0719569,51.467501]},"properties":{"@type":"node","@id":1735549433,"@timestamp":1579705114},"coords":"51.467501,-0.0719569","bedrooms":"1","price":"191000","area":"468"} , +{"type":"Feature","id":"n1735549584","geometry":{"type":"Point","coordinates":[-0.0903773,51.4674811]},"properties":{"@type":"node","@id":1735549584,"@timestamp":1579705114},"coords":"51.4674811,-0.0903773","bedrooms":"1","price":"206000","area":"682"} , +{"type":"Feature","id":"n1735549805","geometry":{"type":"Point","coordinates":[-0.0807919,51.4675273]},"properties":{"@type":"node","@id":1735549805,"@timestamp":1579705114},"coords":"51.4675273,-0.0807919","bedrooms":"0","price":"233000","area":"360"} , +{"type":"Feature","id":"n1735549967","geometry":{"type":"Point","coordinates":[-0.0800139,51.4675415]},"properties":{"@type":"node","@id":1735549967,"@timestamp":1579705114},"coords":"51.4675415,-0.0800139","bedrooms":"1","price":"157000","area":"649"} , +{"type":"Feature","id":"n1735550065","geometry":{"type":"Point","coordinates":[-0.0715701,51.4675526]},"properties":{"@type":"node","@id":1735550065,"@timestamp":1579705114},"coords":"51.4675526,-0.0715701","bedrooms":"0","price":"199000","area":"679"} , +{"type":"Feature","id":"n1735550187","geometry":{"type":"Point","coordinates":[-0.0585567,51.4675684]},"properties":{"@type":"node","@id":1735550187,"@timestamp":1579714499},"coords":"51.4675684,-0.0585567","bedrooms":"0","price":"182000","area":"359"} , +{"type":"Feature","id":"n1735550304","geometry":{"type":"Point","coordinates":[-0.080227,51.467608]},"properties":{"@type":"node","@id":1735550304,"@timestamp":1579705114},"coords":"51.467608,-0.080227","bedrooms":"3","price":"157000","area":"456"} , +{"type":"Feature","id":"n1735550433","geometry":{"type":"Point","coordinates":[-0.0649109,51.46763]},"properties":{"@type":"node","@id":1735550433,"@timestamp":1579714499},"coords":"51.46763,-0.0649109","bedrooms":"3","price":"223000","area":"627"} , +{"type":"Feature","id":"n1735550556","geometry":{"type":"Point","coordinates":[-0.0591129,51.4676461]},"properties":{"@type":"node","@id":1735550556,"@timestamp":1579714499},"coords":"51.4676461,-0.0591129","bedrooms":"3","price":"196000","area":"668"} , +{"type":"Feature","id":"n1735550703","geometry":{"type":"Point","coordinates":[-0.064229,51.4676668]},"properties":{"@type":"node","@id":1735550703,"@timestamp":1579714499},"coords":"51.4676668,-0.064229","bedrooms":"0","price":"261000","area":"384"} , +{"type":"Feature","id":"n1735550817","geometry":{"type":"Point","coordinates":[-0.0897705,51.467654]},"properties":{"@type":"node","@id":1735550817,"@timestamp":1579705114},"coords":"51.467654,-0.0897705","bedrooms":"1","price":"249000","area":"580"} , +{"type":"Feature","id":"n1735550959","geometry":{"type":"Point","coordinates":[-0.0541891,51.4677165]},"properties":{"@type":"node","@id":1735550959,"@timestamp":1579714499},"coords":"51.4677165,-0.0541891","bedrooms":"1","price":"203000","area":"621"} , +{"type":"Feature","id":"n1735551110","geometry":{"type":"Point","coordinates":[-0.0686383,51.4677587]},"properties":{"@type":"node","@id":1735551110,"@timestamp":1579705114},"coords":"51.4677587,-0.0686383","bedrooms":"4","price":"190000","area":"611"} , +{"type":"Feature","id":"n1735551256","geometry":{"type":"Point","coordinates":[-0.0631996,51.4677812]},"properties":{"@type":"node","@id":1735551256,"@timestamp":1579714499},"coords":"51.4677812,-0.0631996","bedrooms":"0","price":"196000","area":"689"} , +{"type":"Feature","id":"n1735551392","geometry":{"type":"Point","coordinates":[-0.0793259,51.4678091]},"properties":{"@type":"node","@id":1735551392,"@timestamp":1579705114},"coords":"51.4678091,-0.0793259","bedrooms":"4","price":"197000","area":"447"} , +{"type":"Feature","id":"n1735551496","geometry":{"type":"Point","coordinates":[-0.0833414,51.4678478]},"properties":{"@type":"node","@id":1735551496,"@timestamp":1579705114},"coords":"51.4678478,-0.0833414","bedrooms":"3","price":"179000","area":"636"} , +{"type":"Feature","id":"n1735551638","geometry":{"type":"Point","coordinates":[-0.075514,51.4678848]},"properties":{"@type":"node","@id":1735551638,"@timestamp":1579705114},"coords":"51.4678848,-0.075514","bedrooms":"2","price":"172000","area":"515"} , +{"type":"Feature","id":"n1735551738","geometry":{"type":"Point","coordinates":[-0.0623259,51.4679084]},"properties":{"@type":"node","@id":1735551738,"@timestamp":1579714499},"coords":"51.4679084,-0.0623259","bedrooms":"0","price":"199000","area":"382"} , +{"type":"Feature","id":"n1735551849","geometry":{"type":"Point","coordinates":[-0.0758377,51.4679438]},"properties":{"@type":"node","@id":1735551849,"@timestamp":1579705114},"coords":"51.4679438,-0.0758377","bedrooms":"1","price":"176000","area":"468"} , +{"type":"Feature","id":"n1735551975","geometry":{"type":"Point","coordinates":[-0.0794198,51.4679724]},"properties":{"@type":"node","@id":1735551975,"@timestamp":1579705114},"coords":"51.4679724,-0.0794198","bedrooms":"1","price":"269000","area":"476"} , +{"type":"Feature","id":"n1735552084","geometry":{"type":"Point","coordinates":[-0.0692617,51.4679931]},"properties":{"@type":"node","@id":1735552084,"@timestamp":1579705114},"coords":"51.4679931,-0.0692617","bedrooms":"0","price":"183000","area":"610"} , +{"type":"Feature","id":"n1735552224","geometry":{"type":"Point","coordinates":[-0.0747958,51.4680141]},"properties":{"@type":"node","@id":1735552224,"@timestamp":1579705114},"coords":"51.4680141,-0.0747958","bedrooms":"0","price":"258000","area":"542"} , +{"type":"Feature","id":"n1735552346","geometry":{"type":"Point","coordinates":[-0.0916343,51.4680542]},"properties":{"@type":"node","@id":1735552346,"@timestamp":1579705114},"coords":"51.4680542,-0.0916343","bedrooms":"3","price":"242000","area":"433"} , +{"type":"Feature","id":"n1735552470","geometry":{"type":"Point","coordinates":[-0.0731975,51.4680971]},"properties":{"@type":"node","@id":1735552470,"@timestamp":1579705114},"coords":"51.4680971,-0.0731975","bedrooms":"1","price":"223000","area":"638"} , +{"type":"Feature","id":"n1735552608","geometry":{"type":"Point","coordinates":[-0.0697179,51.4681148]},"properties":{"@type":"node","@id":1735552608,"@timestamp":1579705114},"coords":"51.4681148,-0.0697179","bedrooms":"1","price":"225000","area":"479"} , +{"type":"Feature","id":"n1735552786","geometry":{"type":"Point","coordinates":[-0.0559433,51.4681318]},"properties":{"@type":"node","@id":1735552786,"@timestamp":1579714499},"coords":"51.4681318,-0.0559433","bedrooms":"1","price":"240000","area":"456"} , +{"type":"Feature","id":"n1735552995","geometry":{"type":"Point","coordinates":[-0.081945,51.4681847]},"properties":{"@type":"node","@id":1735552995,"@timestamp":1579705114},"coords":"51.4681847,-0.081945","bedrooms":"2","price":"186000","area":"668"} , +{"type":"Feature","id":"n1735553145","geometry":{"type":"Point","coordinates":[-0.0607882,51.4682254]},"properties":{"@type":"node","@id":1735553145,"@timestamp":1579714499},"coords":"51.4682254,-0.0607882","bedrooms":"2","price":"235000","area":"667"} , +{"type":"Feature","id":"n1735553316","geometry":{"type":"Point","coordinates":[-0.0879035,51.4682601]},"properties":{"@type":"node","@id":1735553316,"@timestamp":1579705114},"coords":"51.4682601,-0.0879035","bedrooms":"0","price":"199000","area":"519"} , +{"type":"Feature","id":"n1735553633","geometry":{"type":"Point","coordinates":[-0.0543704,51.468282]},"properties":{"@type":"node","@id":1735553633,"@timestamp":1579714499},"coords":"51.468282,-0.0543704","bedrooms":"3","price":"271000","area":"501"} , +{"type":"Feature","id":"n1735553708","geometry":{"type":"Point","coordinates":[-0.0629587,51.4683166]},"properties":{"@type":"node","@id":1735553708,"@timestamp":1579714499},"coords":"51.4683166,-0.0629587","bedrooms":"0","price":"241000","area":"350"} , +{"type":"Feature","id":"n1735553789","geometry":{"type":"Point","coordinates":[-0.061267,51.4683427]},"properties":{"@type":"node","@id":1735553789,"@timestamp":1579714499},"coords":"51.4683427,-0.061267","bedrooms":"1","price":"242000","area":"482"} , +{"type":"Feature","id":"n1735553862","geometry":{"type":"Point","coordinates":[-0.0658864,51.4683638]},"properties":{"@type":"node","@id":1735553862,"@timestamp":1579714499},"coords":"51.4683638,-0.0658864","bedrooms":"1","price":"230000","area":"678"} , +{"type":"Feature","id":"n1735553952","geometry":{"type":"Point","coordinates":[-0.0873497,51.4683988]},"properties":{"@type":"node","@id":1735553952,"@timestamp":1579705114},"coords":"51.4683988,-0.0873497","bedrooms":"1","price":"185000","area":"662"} , +{"type":"Feature","id":"n1735554018","geometry":{"type":"Point","coordinates":[-0.091899,51.46841]},"properties":{"@type":"node","@id":1735554018,"@timestamp":1579705114},"coords":"51.46841,-0.091899","bedrooms":"4","price":"206000","area":"593"} , +{"type":"Feature","id":"n1735554062","geometry":{"type":"Point","coordinates":[-0.0530086,51.4684416]},"properties":{"@type":"node","@id":1735554062,"@timestamp":1579714499},"coords":"51.4684416,-0.0530086","bedrooms":"1","price":"250000","area":"697"} , +{"type":"Feature","id":"n1735554146","geometry":{"type":"Point","coordinates":[-0.0870876,51.4684665]},"properties":{"@type":"node","@id":1735554146,"@timestamp":1579705114},"coords":"51.4684665,-0.0870876","bedrooms":"4","price":"232000","area":"589"} , +{"type":"Feature","id":"n1735554214","geometry":{"type":"Point","coordinates":[-0.0859742,51.4684941]},"properties":{"@type":"node","@id":1735554214,"@timestamp":1579705114},"coords":"51.4684941,-0.0859742","bedrooms":"1","price":"248000","area":"364"} , +{"type":"Feature","id":"n1735554308","geometry":{"type":"Point","coordinates":[-0.0856345,51.4685289]},"properties":{"@type":"node","@id":1735554308,"@timestamp":1579705114},"coords":"51.4685289,-0.0856345","bedrooms":"0","price":"212000","area":"407"} , +{"type":"Feature","id":"n1735554387","geometry":{"type":"Point","coordinates":[-0.0857892,51.4685692]},"properties":{"@type":"node","@id":1735554387,"@timestamp":1579705114},"coords":"51.4685692,-0.0857892","bedrooms":"2","price":"283000","area":"462"} , +{"type":"Feature","id":"n1735554493","geometry":{"type":"Point","coordinates":[-0.0610058,51.4686029]},"properties":{"@type":"node","@id":1735554493,"@timestamp":1579714499},"coords":"51.4686029,-0.0610058","bedrooms":"2","price":"290000","area":"374"} , +{"type":"Feature","id":"n1735554597","geometry":{"type":"Point","coordinates":[-0.0856259,51.4686423]},"properties":{"@type":"node","@id":1735554597,"@timestamp":1579705114},"coords":"51.4686423,-0.0856259","bedrooms":"1","price":"152000","area":"503"} , +{"type":"Feature","id":"n1735554670","geometry":{"type":"Point","coordinates":[-0.0567098,51.4686748]},"properties":{"@type":"node","@id":1735554670,"@timestamp":1579714499},"coords":"51.4686748,-0.0567098","bedrooms":"0","price":"279000","area":"641"} , +{"type":"Feature","id":"n1735554680","geometry":{"type":"Point","coordinates":[-0.061424,51.4687085]},"properties":{"@type":"node","@id":1735554680,"@timestamp":1579714499},"coords":"51.4687085,-0.061424","bedrooms":"2","price":"167000","area":"632"} , +{"type":"Feature","id":"n1735554697","geometry":{"type":"Point","coordinates":[-0.0724032,51.4687482]},"properties":{"@type":"node","@id":1735554697,"@timestamp":1579705114},"coords":"51.4687482,-0.0724032","bedrooms":"3","price":"265000","area":"496"} , +{"type":"Feature","id":"n1735554707","geometry":{"type":"Point","coordinates":[-0.0611575,51.4687791]},"properties":{"@type":"node","@id":1735554707,"@timestamp":1579714499},"coords":"51.4687791,-0.0611575","bedrooms":"3","price":"221000","area":"376"} , +{"type":"Feature","id":"n1735554717","geometry":{"type":"Point","coordinates":[-0.0591891,51.4688071]},"properties":{"@type":"node","@id":1735554717,"@timestamp":1579714499},"coords":"51.4688071,-0.0591891","bedrooms":"4","price":"244000","area":"523"} , +{"type":"Feature","id":"n1735554727","geometry":{"type":"Point","coordinates":[-0.0587847,51.4688599]},"properties":{"@type":"node","@id":1735554727,"@timestamp":1579714499},"coords":"51.4688599,-0.0587847","bedrooms":"3","price":"150000","area":"353"} , +{"type":"Feature","id":"n1735554756","geometry":{"type":"Point","coordinates":[-0.0627089,51.4689146]},"properties":{"@type":"node","@id":1735554756,"@timestamp":1579714499},"coords":"51.4689146,-0.0627089","bedrooms":"3","price":"202000","area":"385"} , +{"type":"Feature","id":"n1735554821","geometry":{"type":"Point","coordinates":[-0.0546583,51.4689612]},"properties":{"@type":"node","@id":1735554821,"@timestamp":1579714499},"coords":"51.4689612,-0.0546583","bedrooms":"1","price":"155000","area":"447"} , +{"type":"Feature","id":"n1735554874","geometry":{"type":"Point","coordinates":[-0.0547858,51.4690083]},"properties":{"@type":"node","@id":1735554874,"@timestamp":1579714499},"coords":"51.4690083,-0.0547858","bedrooms":"2","price":"228000","area":"575"} , +{"type":"Feature","id":"n1735554914","geometry":{"type":"Point","coordinates":[-0.0854503,51.4690603]},"properties":{"@type":"node","@id":1735554914,"@timestamp":1579705114},"coords":"51.4690603,-0.0854503","bedrooms":"4","price":"237000","area":"606"} , +{"type":"Feature","id":"n1735554928","geometry":{"type":"Point","coordinates":[-0.0709363,51.4691132]},"properties":{"@type":"node","@id":1735554928,"@timestamp":1579705114},"coords":"51.4691132,-0.0709363","bedrooms":"3","price":"221000","area":"605"} , +{"type":"Feature","id":"n1735554951","geometry":{"type":"Point","coordinates":[-0.0857816,51.4691724]},"properties":{"@type":"node","@id":1735554951,"@timestamp":1579705114},"coords":"51.4691724,-0.0857816","bedrooms":"1","price":"156000","area":"360"} , +{"type":"Feature","id":"n1735554970","geometry":{"type":"Point","coordinates":[-0.0763009,51.4691942]},"properties":{"@type":"node","@id":1735554970,"@timestamp":1579705114},"coords":"51.4691942,-0.0763009","bedrooms":"2","price":"264000","area":"664"} , +{"type":"Feature","id":"n1735554980","geometry":{"type":"Point","coordinates":[-0.0757762,51.4692149]},"properties":{"@type":"node","@id":1735554980,"@timestamp":1579705114},"coords":"51.4692149,-0.0757762","bedrooms":"4","price":"281000","area":"659"} , +{"type":"Feature","id":"n1735554996","geometry":{"type":"Point","coordinates":[-0.0558623,51.4692577]},"properties":{"@type":"node","@id":1735554996,"@timestamp":1579714499},"coords":"51.4692577,-0.0558623","bedrooms":"2","price":"260000","area":"592"} , +{"type":"Feature","id":"n1735555026","geometry":{"type":"Point","coordinates":[-0.0610282,51.4692873]},"properties":{"@type":"node","@id":1735555026,"@timestamp":1579714499},"coords":"51.4692873,-0.0610282","bedrooms":"1","price":"280000","area":"513"} , +{"type":"Feature","id":"n1735555038","geometry":{"type":"Point","coordinates":[-0.0659896,51.4693139]},"properties":{"@type":"node","@id":1735555038,"@timestamp":1579714499},"coords":"51.4693139,-0.0659896","bedrooms":"1","price":"242000","area":"686"} , +{"type":"Feature","id":"n1735555127","geometry":{"type":"Point","coordinates":[-0.0772957,51.4693478]},"properties":{"@type":"node","@id":1735555127,"@timestamp":1579705114},"coords":"51.4693478,-0.0772957","bedrooms":"2","price":"245000","area":"640"} , +{"type":"Feature","id":"n1735555209","geometry":{"type":"Point","coordinates":[-0.0853268,51.4693684]},"properties":{"@type":"node","@id":1735555209,"@timestamp":1579705114},"coords":"51.4693684,-0.0853268","bedrooms":"1","price":"277000","area":"459"} , +{"type":"Feature","id":"n1735555304","geometry":{"type":"Point","coordinates":[-0.0630624,51.4693932]},"properties":{"@type":"node","@id":1735555304,"@timestamp":1579714499},"coords":"51.4693932,-0.0630624","bedrooms":"1","price":"269000","area":"581"} , +{"type":"Feature","id":"n1735555385","geometry":{"type":"Point","coordinates":[-0.0598353,51.4694353]},"properties":{"@type":"node","@id":1735555385,"@timestamp":1579714499},"coords":"51.4694353,-0.0598353","bedrooms":"3","price":"185000","area":"352"} , +{"type":"Feature","id":"n1735555485","geometry":{"type":"Point","coordinates":[-0.0733809,51.4694698]},"properties":{"@type":"node","@id":1735555485,"@timestamp":1579705114},"coords":"51.4694698,-0.0733809","bedrooms":"1","price":"239000","area":"541"} , +{"type":"Feature","id":"n1735555574","geometry":{"type":"Point","coordinates":[-0.0655239,51.4695006]},"properties":{"@type":"node","@id":1735555574,"@timestamp":1579714499},"coords":"51.4695006,-0.0655239","bedrooms":"2","price":"242000","area":"657"} , +{"type":"Feature","id":"n1735555657","geometry":{"type":"Point","coordinates":[-0.0526172,51.4695568]},"properties":{"@type":"node","@id":1735555657,"@timestamp":1579714499},"coords":"51.4695568,-0.0526172","bedrooms":"2","price":"176000","area":"646"} , +{"type":"Feature","id":"n1735555707","geometry":{"type":"Point","coordinates":[-0.083985,51.4695954]},"properties":{"@type":"node","@id":1735555707,"@timestamp":1579705114},"coords":"51.4695954,-0.083985","bedrooms":"4","price":"162000","area":"695"} , +{"type":"Feature","id":"n1735555754","geometry":{"type":"Point","coordinates":[-0.0833781,51.4696521]},"properties":{"@type":"node","@id":1735555754,"@timestamp":1579705114},"coords":"51.4696521,-0.0833781","bedrooms":"4","price":"289000","area":"403"} , +{"type":"Feature","id":"n1735555764","geometry":{"type":"Point","coordinates":[-0.0831653,51.4696793]},"properties":{"@type":"node","@id":1735555764,"@timestamp":1579705114},"coords":"51.4696793,-0.0831653","bedrooms":"3","price":"255000","area":"365"} , +{"type":"Feature","id":"n1735555774","geometry":{"type":"Point","coordinates":[-0.0829353,51.4697009]},"properties":{"@type":"node","@id":1735555774,"@timestamp":1579705114},"coords":"51.4697009,-0.0829353","bedrooms":"4","price":"150000","area":"508"} , +{"type":"Feature","id":"n1735555784","geometry":{"type":"Point","coordinates":[-0.0833055,51.4697228]},"properties":{"@type":"node","@id":1735555784,"@timestamp":1579705114},"coords":"51.4697228,-0.0833055","bedrooms":"2","price":"157000","area":"615"} , +{"type":"Feature","id":"n1735555806","geometry":{"type":"Point","coordinates":[-0.0867163,51.4697445]},"properties":{"@type":"node","@id":1735555806,"@timestamp":1579705114},"coords":"51.4697445,-0.0867163","bedrooms":"0","price":"217000","area":"674"} , +{"type":"Feature","id":"n1735555864","geometry":{"type":"Point","coordinates":[-0.0826052,51.4697647]},"properties":{"@type":"node","@id":1735555864,"@timestamp":1579705114},"coords":"51.4697647,-0.0826052","bedrooms":"0","price":"232000","area":"631"} , +{"type":"Feature","id":"n1735555874","geometry":{"type":"Point","coordinates":[-0.0527223,51.4697924]},"properties":{"@type":"node","@id":1735555874,"@timestamp":1579714499},"coords":"51.4697924,-0.0527223","bedrooms":"2","price":"275000","area":"547"} , +{"type":"Feature","id":"n1735555888","geometry":{"type":"Point","coordinates":[-0.0649169,51.4698144]},"properties":{"@type":"node","@id":1735555888,"@timestamp":1579714499},"coords":"51.4698144,-0.0649169","bedrooms":"1","price":"232000","area":"515"} , +{"type":"Feature","id":"n1735555931","geometry":{"type":"Point","coordinates":[-0.0863066,51.4698532]},"properties":{"@type":"node","@id":1735555931,"@timestamp":1579705114},"coords":"51.4698532,-0.0863066","bedrooms":"3","price":"243000","area":"373"} , +{"type":"Feature","id":"n1735555997","geometry":{"type":"Point","coordinates":[-0.0788532,51.4698865]},"properties":{"@type":"node","@id":1735555997,"@timestamp":1579705114},"coords":"51.4698865,-0.0788532","bedrooms":"4","price":"197000","area":"589"} , +{"type":"Feature","id":"n1735556008","geometry":{"type":"Point","coordinates":[-0.0635823,51.4698971]},"properties":{"@type":"node","@id":1735556008,"@timestamp":1579714499},"coords":"51.4698971,-0.0635823","bedrooms":"1","price":"150000","area":"643"} , +{"type":"Feature","id":"n1735556019","geometry":{"type":"Point","coordinates":[-0.0848507,51.4699404]},"properties":{"@type":"node","@id":1735556019,"@timestamp":1579705114},"coords":"51.4699404,-0.0848507","bedrooms":"0","price":"275000","area":"623"} , +{"type":"Feature","id":"n1735556029","geometry":{"type":"Point","coordinates":[-0.0538956,51.4699647]},"properties":{"@type":"node","@id":1735556029,"@timestamp":1579714499},"coords":"51.4699647,-0.0538956","bedrooms":"4","price":"232000","area":"530"} , +{"type":"Feature","id":"n1735556039","geometry":{"type":"Point","coordinates":[-0.058919,51.4700161]},"properties":{"@type":"node","@id":1735556039,"@timestamp":1579714499},"coords":"51.4700161,-0.058919","bedrooms":"4","price":"216000","area":"636"} , +{"type":"Feature","id":"n1735556049","geometry":{"type":"Point","coordinates":[-0.0864608,51.4700575]},"properties":{"@type":"node","@id":1735556049,"@timestamp":1579705114},"coords":"51.4700575,-0.0864608","bedrooms":"3","price":"271000","area":"698"} , +{"type":"Feature","id":"n1735556059","geometry":{"type":"Point","coordinates":[-0.0813992,51.470102]},"properties":{"@type":"node","@id":1735556059,"@timestamp":1579705114},"coords":"51.470102,-0.0813992","bedrooms":"3","price":"211000","area":"476"} , +{"type":"Feature","id":"n1735556081","geometry":{"type":"Point","coordinates":[-0.0807857,51.4701242]},"properties":{"@type":"node","@id":1735556081,"@timestamp":1579705114},"coords":"51.4701242,-0.0807857","bedrooms":"2","price":"197000","area":"369"} , +{"type":"Feature","id":"n1735556111","geometry":{"type":"Point","coordinates":[-0.0769585,51.4701451]},"properties":{"@type":"node","@id":1735556111,"@timestamp":1579705114},"coords":"51.4701451,-0.0769585","bedrooms":"2","price":"275000","area":"686"} , +{"type":"Feature","id":"n1735556128","geometry":{"type":"Point","coordinates":[-0.0825601,51.4701662]},"properties":{"@type":"node","@id":1735556128,"@timestamp":1579705114},"coords":"51.4701662,-0.0825601","bedrooms":"4","price":"202000","area":"575"} , +{"type":"Feature","id":"n1735556158","geometry":{"type":"Point","coordinates":[-0.0799906,51.4702216]},"properties":{"@type":"node","@id":1735556158,"@timestamp":1579705114},"coords":"51.4702216,-0.0799906","bedrooms":"0","price":"236000","area":"485"} , +{"type":"Feature","id":"n1735556203","geometry":{"type":"Point","coordinates":[-0.0826758,51.4702472]},"properties":{"@type":"node","@id":1735556203,"@timestamp":1579705114},"coords":"51.4702472,-0.0826758","bedrooms":"2","price":"163000","area":"387"} , +{"type":"Feature","id":"n1735556219","geometry":{"type":"Point","coordinates":[-0.0588758,51.4702783]},"properties":{"@type":"node","@id":1735556219,"@timestamp":1579714499},"coords":"51.4702783,-0.0588758","bedrooms":"0","price":"180000","area":"691"} , +{"type":"Feature","id":"n1735556229","geometry":{"type":"Point","coordinates":[-0.0824949,51.4703199]},"properties":{"@type":"node","@id":1735556229,"@timestamp":1579705114},"coords":"51.4703199,-0.0824949","bedrooms":"4","price":"189000","area":"588"} , +{"type":"Feature","id":"n1735556239","geometry":{"type":"Point","coordinates":[-0.0529881,51.4703637]},"properties":{"@type":"node","@id":1735556239,"@timestamp":1579714499},"coords":"51.4703637,-0.0529881","bedrooms":"4","price":"180000","area":"598"} , +{"type":"Feature","id":"n1735556249","geometry":{"type":"Point","coordinates":[-0.082683,51.4703846]},"properties":{"@type":"node","@id":1735556249,"@timestamp":1579705114},"coords":"51.4703846,-0.082683","bedrooms":"2","price":"171000","area":"686"} , +{"type":"Feature","id":"n1735556263","geometry":{"type":"Point","coordinates":[-0.0864881,51.4704081]},"properties":{"@type":"node","@id":1735556263,"@timestamp":1579705114},"coords":"51.4704081,-0.0864881","bedrooms":"4","price":"195000","area":"570"} , +{"type":"Feature","id":"n1735556273","geometry":{"type":"Point","coordinates":[-0.0790773,51.470442]},"properties":{"@type":"node","@id":1735556273,"@timestamp":1579705114},"coords":"51.470442,-0.0790773","bedrooms":"1","price":"187000","area":"425"} , +{"type":"Feature","id":"n1735556312","geometry":{"type":"Point","coordinates":[-0.0534827,51.470454]},"properties":{"@type":"node","@id":1735556312,"@timestamp":1579714499},"coords":"51.470454,-0.0534827","bedrooms":"4","price":"255000","area":"393"} , +{"type":"Feature","id":"n1735556363","geometry":{"type":"Point","coordinates":[-0.0693526,51.4704721]},"properties":{"@type":"node","@id":1735556363,"@timestamp":1579705114},"coords":"51.4704721,-0.0693526","bedrooms":"2","price":"158000","area":"624"} , +{"type":"Feature","id":"n1735556399","geometry":{"type":"Point","coordinates":[-0.0826178,51.4704957]},"properties":{"@type":"node","@id":1735556399,"@timestamp":1579705114},"coords":"51.4704957,-0.0826178","bedrooms":"3","price":"199000","area":"572"} , +{"type":"Feature","id":"n1735556420","geometry":{"type":"Point","coordinates":[-0.0865704,51.4705084]},"properties":{"@type":"node","@id":1735556420,"@timestamp":1579705114},"coords":"51.4705084,-0.0865704","bedrooms":"4","price":"290000","area":"502"} , +{"type":"Feature","id":"n1735556430","geometry":{"type":"Point","coordinates":[-0.0848194,51.4705345]},"properties":{"@type":"node","@id":1735556430,"@timestamp":1579705114},"coords":"51.4705345,-0.0848194","bedrooms":"1","price":"247000","area":"594"} , +{"type":"Feature","id":"n1735556440","geometry":{"type":"Point","coordinates":[-0.0946898,51.4705565]},"properties":{"@type":"node","@id":1735556440,"@timestamp":1579705114},"coords":"51.4705565,-0.0946898","bedrooms":"2","price":"256000","area":"496"} , +{"type":"Feature","id":"n1735556451","geometry":{"type":"Point","coordinates":[-0.0828238,51.4705375]},"properties":{"@type":"node","@id":1735556451,"@timestamp":1579705114},"coords":"51.4705375,-0.0828238","bedrooms":"1","price":"280000","area":"505"} , +{"type":"Feature","id":"n1735556464","geometry":{"type":"Point","coordinates":[-0.0789835,51.4705966]},"properties":{"@type":"node","@id":1735556464,"@timestamp":1579705114},"coords":"51.4705966,-0.0789835","bedrooms":"1","price":"183000","area":"474"} , +{"type":"Feature","id":"n1735556490","geometry":{"type":"Point","coordinates":[-0.0958867,51.4706218]},"properties":{"@type":"node","@id":1735556490,"@timestamp":1579705114},"coords":"51.4706218,-0.0958867","bedrooms":"4","price":"254000","area":"668"} , +{"type":"Feature","id":"n1735556554","geometry":{"type":"Point","coordinates":[-0.0756352,51.4706523]},"properties":{"@type":"node","@id":1735556554,"@timestamp":1579705114},"coords":"51.4706523,-0.0756352","bedrooms":"3","price":"296000","area":"470"} , +{"type":"Feature","id":"n1735556599","geometry":{"type":"Point","coordinates":[-0.0944903,51.4706746]},"properties":{"@type":"node","@id":1735556599,"@timestamp":1579705114},"coords":"51.4706746,-0.0944903","bedrooms":"2","price":"208000","area":"563"} , +{"type":"Feature","id":"n1735556617","geometry":{"type":"Point","coordinates":[-0.0962087,51.4707154]},"properties":{"@type":"node","@id":1735556617,"@timestamp":1579705114},"coords":"51.4707154,-0.0962087","bedrooms":"3","price":"292000","area":"545"} , +{"type":"Feature","id":"n1735556660","geometry":{"type":"Point","coordinates":[-0.0953324,51.4707349]},"properties":{"@type":"node","@id":1735556660,"@timestamp":1579705114},"coords":"51.4707349,-0.0953324","bedrooms":"4","price":"281000","area":"453"} , +{"type":"Feature","id":"n1735556674","geometry":{"type":"Point","coordinates":[-0.0869436,51.4707728]},"properties":{"@type":"node","@id":1735556674,"@timestamp":1579705114},"coords":"51.4707728,-0.0869436","bedrooms":"2","price":"212000","area":"488"} , +{"type":"Feature","id":"n1735556684","geometry":{"type":"Point","coordinates":[-0.0801891,51.4708088]},"properties":{"@type":"node","@id":1735556684,"@timestamp":1579705114},"coords":"51.4708088,-0.0801891","bedrooms":"0","price":"164000","area":"566"} , +{"type":"Feature","id":"n1735556694","geometry":{"type":"Point","coordinates":[-0.0574603,51.4708532]},"properties":{"@type":"node","@id":1735556694,"@timestamp":1579714499},"coords":"51.4708532,-0.0574603","bedrooms":"2","price":"151000","area":"578"} , +{"type":"Feature","id":"n1735556704","geometry":{"type":"Point","coordinates":[-0.0870156,51.4708753]},"properties":{"@type":"node","@id":1735556704,"@timestamp":1579705114},"coords":"51.4708753,-0.0870156","bedrooms":"2","price":"188000","area":"491"} , +{"type":"Feature","id":"n1735556714","geometry":{"type":"Point","coordinates":[-0.0727586,51.470904]},"properties":{"@type":"node","@id":1735556714,"@timestamp":1579705114},"coords":"51.470904,-0.0727586","bedrooms":"2","price":"216000","area":"599"} , +{"type":"Feature","id":"n1735556724","geometry":{"type":"Point","coordinates":[-0.0954513,51.4709271]},"properties":{"@type":"node","@id":1735556724,"@timestamp":1579705114},"coords":"51.4709271,-0.0954513","bedrooms":"4","price":"175000","area":"429"} , +{"type":"Feature","id":"n1735556734","geometry":{"type":"Point","coordinates":[-0.0953522,51.4709531]},"properties":{"@type":"node","@id":1735556734,"@timestamp":1579705114},"coords":"51.4709531,-0.0953522","bedrooms":"4","price":"256000","area":"522"} , +{"type":"Feature","id":"n1735556746","geometry":{"type":"Point","coordinates":[-0.0950702,51.4709738]},"properties":{"@type":"node","@id":1735556746,"@timestamp":1579705114},"coords":"51.4709738,-0.0950702","bedrooms":"1","price":"268000","area":"510"} , +{"type":"Feature","id":"n1735556785","geometry":{"type":"Point","coordinates":[-0.0796945,51.4710021]},"properties":{"@type":"node","@id":1735556785,"@timestamp":1579705114},"coords":"51.4710021,-0.0796945","bedrooms":"4","price":"165000","area":"559"} , +{"type":"Feature","id":"n1735556823","geometry":{"type":"Point","coordinates":[-0.0823065,51.4710224]},"properties":{"@type":"node","@id":1735556823,"@timestamp":1579705114},"coords":"51.4710224,-0.0823065","bedrooms":"2","price":"225000","area":"516"} , +{"type":"Feature","id":"n1735556857","geometry":{"type":"Point","coordinates":[-0.0952708,51.4710604]},"properties":{"@type":"node","@id":1735556857,"@timestamp":1579705114},"coords":"51.4710604,-0.0952708","bedrooms":"1","price":"233000","area":"650"} , +{"type":"Feature","id":"n1735556877","geometry":{"type":"Point","coordinates":[-0.096609,51.4710802]},"properties":{"@type":"node","@id":1735556877,"@timestamp":1579705114},"coords":"51.4710802,-0.096609","bedrooms":"2","price":"180000","area":"537"} , +{"type":"Feature","id":"n1735556916","geometry":{"type":"Point","coordinates":[-0.0597363,51.4711047]},"properties":{"@type":"node","@id":1735556916,"@timestamp":1579714499},"coords":"51.4711047,-0.0597363","bedrooms":"4","price":"254000","area":"364"} , +{"type":"Feature","id":"n1735556950","geometry":{"type":"Point","coordinates":[-0.097585,51.4711284]},"properties":{"@type":"node","@id":1735556950,"@timestamp":1579705114},"coords":"51.4711284,-0.097585","bedrooms":"1","price":"232000","area":"370"} , +{"type":"Feature","id":"n1735556975","geometry":{"type":"Point","coordinates":[-0.0542197,51.4711482]},"properties":{"@type":"node","@id":1735556975,"@timestamp":1579714499},"coords":"51.4711482,-0.0542197","bedrooms":"1","price":"244000","area":"667"} , +{"type":"Feature","id":"n1735557033","geometry":{"type":"Point","coordinates":[-0.0596336,51.4711715]},"properties":{"@type":"node","@id":1735557033,"@timestamp":1579714499},"coords":"51.4711715,-0.0596336","bedrooms":"3","price":"262000","area":"692"} , +{"type":"Feature","id":"n1735557085","geometry":{"type":"Point","coordinates":[-0.0771966,51.4711858]},"properties":{"@type":"node","@id":1735557085,"@timestamp":1579705114},"coords":"51.4711858,-0.0771966","bedrooms":"1","price":"167000","area":"392"} , +{"type":"Feature","id":"n1735557109","geometry":{"type":"Point","coordinates":[-0.09624,51.4712072]},"properties":{"@type":"node","@id":1735557109,"@timestamp":1579705114},"coords":"51.4712072,-0.09624","bedrooms":"0","price":"158000","area":"432"} , +{"type":"Feature","id":"n1735557119","geometry":{"type":"Point","coordinates":[-0.0669974,51.4712101]},"properties":{"@type":"node","@id":1735557119,"@timestamp":1579705114},"coords":"51.4712101,-0.0669974","bedrooms":"2","price":"254000","area":"594"} , +{"type":"Feature","id":"n1735557144","geometry":{"type":"Point","coordinates":[-0.0965195,51.4712229]},"properties":{"@type":"node","@id":1735557144,"@timestamp":1579705114},"coords":"51.4712229,-0.0965195","bedrooms":"4","price":"296000","area":"491"} , +{"type":"Feature","id":"n1735557154","geometry":{"type":"Point","coordinates":[-0.0678589,51.471231]},"properties":{"@type":"node","@id":1735557154,"@timestamp":1579705114},"coords":"51.471231,-0.0678589","bedrooms":"4","price":"201000","area":"390"} , +{"type":"Feature","id":"n1735557164","geometry":{"type":"Point","coordinates":[-0.0669712,51.4712392]},"properties":{"@type":"node","@id":1735557164,"@timestamp":1579705114},"coords":"51.4712392,-0.0669712","bedrooms":"2","price":"210000","area":"678"} , +{"type":"Feature","id":"n1735557174","geometry":{"type":"Point","coordinates":[-0.0741959,51.4712503]},"properties":{"@type":"node","@id":1735557174,"@timestamp":1579705114},"coords":"51.4712503,-0.0741959","bedrooms":"1","price":"174000","area":"549"} , +{"type":"Feature","id":"n1735557184","geometry":{"type":"Point","coordinates":[-0.0819684,51.4712653]},"properties":{"@type":"node","@id":1735557184,"@timestamp":1579705114},"coords":"51.4712653,-0.0819684","bedrooms":"4","price":"156000","area":"448"} , +{"type":"Feature","id":"n1735557194","geometry":{"type":"Point","coordinates":[-0.0965853,51.4712873]},"properties":{"@type":"node","@id":1735557194,"@timestamp":1579705114},"coords":"51.4712873,-0.0965853","bedrooms":"0","price":"262000","area":"670"} , +{"type":"Feature","id":"n1735557204","geometry":{"type":"Point","coordinates":[-0.0792933,51.4713093]},"properties":{"@type":"node","@id":1735557204,"@timestamp":1579705114},"coords":"51.4713093,-0.0792933","bedrooms":"1","price":"159000","area":"430"} , +{"type":"Feature","id":"n1735557215","geometry":{"type":"Point","coordinates":[-0.0794213,51.471326]},"properties":{"@type":"node","@id":1735557215,"@timestamp":1579705114},"coords":"51.471326,-0.0794213","bedrooms":"1","price":"237000","area":"597"} , +{"type":"Feature","id":"n1735557237","geometry":{"type":"Point","coordinates":[-0.060856,51.4713442]},"properties":{"@type":"node","@id":1735557237,"@timestamp":1579714499},"coords":"51.4713442,-0.060856","bedrooms":"2","price":"173000","area":"653"} , +{"type":"Feature","id":"n1735557279","geometry":{"type":"Point","coordinates":[-0.0851581,51.4713608]},"properties":{"@type":"node","@id":1735557279,"@timestamp":1579705114},"coords":"51.4713608,-0.0851581","bedrooms":"1","price":"241000","area":"442"} , +{"type":"Feature","id":"n1735557323","geometry":{"type":"Point","coordinates":[-0.0540306,51.4713745]},"properties":{"@type":"node","@id":1735557323,"@timestamp":1579714499},"coords":"51.4713745,-0.0540306","bedrooms":"4","price":"234000","area":"606"} , +{"type":"Feature","id":"n1735557417","geometry":{"type":"Point","coordinates":[-0.0590191,51.4713806]},"properties":{"@type":"node","@id":1735557417,"@timestamp":1579714499},"coords":"51.4713806,-0.0590191","bedrooms":"0","price":"179000","area":"671"} , +{"type":"Feature","id":"n1735557506","geometry":{"type":"Point","coordinates":[-0.054134,51.4713953]},"properties":{"@type":"node","@id":1735557506,"@timestamp":1579714499},"coords":"51.4713953,-0.054134","bedrooms":"0","price":"268000","area":"639"} , +{"type":"Feature","id":"n1735557553","geometry":{"type":"Point","coordinates":[-0.0541153,51.4714064]},"properties":{"@type":"node","@id":1735557553,"@timestamp":1579714499},"coords":"51.4714064,-0.0541153","bedrooms":"4","price":"284000","area":"501"} , +{"type":"Feature","id":"n1735557606","geometry":{"type":"Point","coordinates":[-0.0538699,51.4714163]},"properties":{"@type":"node","@id":1735557606,"@timestamp":1579714499},"coords":"51.4714163,-0.0538699","bedrooms":"0","price":"156000","area":"656"} , +{"type":"Feature","id":"n1735557649","geometry":{"type":"Point","coordinates":[-0.0541788,51.4714403]},"properties":{"@type":"node","@id":1735557649,"@timestamp":1579714499},"coords":"51.4714403,-0.0541788","bedrooms":"2","price":"246000","area":"518"} , +{"type":"Feature","id":"n1735557659","geometry":{"type":"Point","coordinates":[-0.0542274,51.4714582]},"properties":{"@type":"node","@id":1735557659,"@timestamp":1579714499},"coords":"51.4714582,-0.0542274","bedrooms":"3","price":"214000","area":"668"} , +{"type":"Feature","id":"n1735557669","geometry":{"type":"Point","coordinates":[-0.0655422,51.4714724]},"properties":{"@type":"node","@id":1735557669,"@timestamp":1579714499},"coords":"51.4714724,-0.0655422","bedrooms":"2","price":"153000","area":"512"} , +{"type":"Feature","id":"n1735557682","geometry":{"type":"Point","coordinates":[-0.0810981,51.4714865]},"properties":{"@type":"node","@id":1735557682,"@timestamp":1579705114},"coords":"51.4714865,-0.0810981","bedrooms":"4","price":"232000","area":"679"} , +{"type":"Feature","id":"n1735557693","geometry":{"type":"Point","coordinates":[-0.0541335,51.4714949]},"properties":{"@type":"node","@id":1735557693,"@timestamp":1579714499},"coords":"51.4714949,-0.0541335","bedrooms":"4","price":"176000","area":"534"} , +{"type":"Feature","id":"n1735557703","geometry":{"type":"Point","coordinates":[-0.0634941,51.471505]},"properties":{"@type":"node","@id":1735557703,"@timestamp":1579714499},"coords":"51.471505,-0.0634941","bedrooms":"0","price":"235000","area":"400"} , +{"type":"Feature","id":"n1735557716","geometry":{"type":"Point","coordinates":[-0.0944587,51.4715199]},"properties":{"@type":"node","@id":1735557716,"@timestamp":1579704999},"coords":"51.4715199,-0.0944587","bedrooms":"3","price":"195000","area":"573"} , +{"type":"Feature","id":"n1735557726","geometry":{"type":"Point","coordinates":[-0.085468,51.4715295]},"properties":{"@type":"node","@id":1735557726,"@timestamp":1579704999},"coords":"51.4715295,-0.085468","bedrooms":"3","price":"219000","area":"456"} , +{"type":"Feature","id":"n1735557736","geometry":{"type":"Point","coordinates":[-0.0634412,51.4715508]},"properties":{"@type":"node","@id":1735557736,"@timestamp":1579714499},"coords":"51.4715508,-0.0634412","bedrooms":"0","price":"281000","area":"591"} , +{"type":"Feature","id":"n1735557779","geometry":{"type":"Point","coordinates":[-0.0964426,51.4715717]},"properties":{"@type":"node","@id":1735557779,"@timestamp":1579704999},"coords":"51.4715717,-0.0964426","bedrooms":"4","price":"189000","area":"549"} , +{"type":"Feature","id":"n1735557789","geometry":{"type":"Point","coordinates":[-0.0634386,51.4715816]},"properties":{"@type":"node","@id":1735557789,"@timestamp":1579714499},"coords":"51.4715816,-0.0634386","bedrooms":"1","price":"291000","area":"449"} , +{"type":"Feature","id":"n1735557799","geometry":{"type":"Point","coordinates":[-0.081934,51.4716005]},"properties":{"@type":"node","@id":1735557799,"@timestamp":1579704999},"coords":"51.4716005,-0.081934","bedrooms":"4","price":"204000","area":"426"} , +{"type":"Feature","id":"n1735557809","geometry":{"type":"Point","coordinates":[-0.0818595,51.4716193]},"properties":{"@type":"node","@id":1735557809,"@timestamp":1579704999},"coords":"51.4716193,-0.0818595","bedrooms":"1","price":"178000","area":"523"} , +{"type":"Feature","id":"n1735557819","geometry":{"type":"Point","coordinates":[-0.0965415,51.4716382]},"properties":{"@type":"node","@id":1735557819,"@timestamp":1579704999},"coords":"51.4716382,-0.0965415","bedrooms":"1","price":"241000","area":"615"} , +{"type":"Feature","id":"n1735557830","geometry":{"type":"Point","coordinates":[-0.0613139,51.4716538]},"properties":{"@type":"node","@id":1735557830,"@timestamp":1579714499},"coords":"51.4716538,-0.0613139","bedrooms":"2","price":"232000","area":"696"} , +{"type":"Feature","id":"n1735557840","geometry":{"type":"Point","coordinates":[-0.0680226,51.4716732]},"properties":{"@type":"node","@id":1735557840,"@timestamp":1579705114},"coords":"51.4716732,-0.0680226","bedrooms":"1","price":"213000","area":"497"} , +{"type":"Feature","id":"n1735557850","geometry":{"type":"Point","coordinates":[-0.0544171,51.4716914]},"properties":{"@type":"node","@id":1735557850,"@timestamp":1579714499},"coords":"51.4716914,-0.0544171","bedrooms":"2","price":"225000","area":"385"} , +{"type":"Feature","id":"n1735557860","geometry":{"type":"Point","coordinates":[-0.0831335,51.4717038]},"properties":{"@type":"node","@id":1735557860,"@timestamp":1579704999},"coords":"51.4717038,-0.0831335","bedrooms":"4","price":"249000","area":"427"} , +{"type":"Feature","id":"n1735557870","geometry":{"type":"Point","coordinates":[-0.0572072,51.4717277]},"properties":{"@type":"node","@id":1735557870,"@timestamp":1579714499},"coords":"51.4717277,-0.0572072","bedrooms":"3","price":"292000","area":"358"} , +{"type":"Feature","id":"n1735557880","geometry":{"type":"Point","coordinates":[-0.0630945,51.4717384]},"properties":{"@type":"node","@id":1735557880,"@timestamp":1579714499},"coords":"51.4717384,-0.0630945","bedrooms":"1","price":"215000","area":"576"} , +{"type":"Feature","id":"n1735557912","geometry":{"type":"Point","coordinates":[-0.0611568,51.4717602]},"properties":{"@type":"node","@id":1735557912,"@timestamp":1579714499},"coords":"51.4717602,-0.0611568","bedrooms":"4","price":"151000","area":"697"} , +{"type":"Feature","id":"n1735557922","geometry":{"type":"Point","coordinates":[-0.0612565,51.4717812]},"properties":{"@type":"node","@id":1735557922,"@timestamp":1579714499},"coords":"51.4717812,-0.0612565","bedrooms":"1","price":"164000","area":"640"} , +{"type":"Feature","id":"n1735557932","geometry":{"type":"Point","coordinates":[-0.061051,51.4717947]},"properties":{"@type":"node","@id":1735557932,"@timestamp":1579714499},"coords":"51.4717947,-0.061051","bedrooms":"2","price":"155000","area":"473"} , +{"type":"Feature","id":"n1735557942","geometry":{"type":"Point","coordinates":[-0.0629854,51.4718025]},"properties":{"@type":"node","@id":1735557942,"@timestamp":1579714499},"coords":"51.4718025,-0.0629854","bedrooms":"4","price":"264000","area":"411"} , +{"type":"Feature","id":"n1735557962","geometry":{"type":"Point","coordinates":[-0.0940466,51.4718082]},"properties":{"@type":"node","@id":1735557962,"@timestamp":1579704999},"coords":"51.4718082,-0.0940466","bedrooms":"1","price":"279000","area":"467"} , +{"type":"Feature","id":"n1735558037","geometry":{"type":"Point","coordinates":[-0.0541582,51.47182]},"properties":{"@type":"node","@id":1735558037,"@timestamp":1579714499},"coords":"51.47182,-0.0541582","bedrooms":"1","price":"162000","area":"560"} , +{"type":"Feature","id":"n1735558133","geometry":{"type":"Point","coordinates":[-0.0629906,51.4718325]},"properties":{"@type":"node","@id":1735558133,"@timestamp":1579714499},"coords":"51.4718325,-0.0629906","bedrooms":"3","price":"221000","area":"639"} , +{"type":"Feature","id":"n1735558186","geometry":{"type":"Point","coordinates":[-0.0609218,51.4718491]},"properties":{"@type":"node","@id":1735558186,"@timestamp":1579714499},"coords":"51.4718491,-0.0609218","bedrooms":"4","price":"242000","area":"568"} , +{"type":"Feature","id":"n1735558210","geometry":{"type":"Point","coordinates":[-0.065694,51.4718601]},"properties":{"@type":"node","@id":1735558210,"@timestamp":1579714499},"coords":"51.4718601,-0.065694","bedrooms":"2","price":"242000","area":"592"} , +{"type":"Feature","id":"n1735558239","geometry":{"type":"Point","coordinates":[-0.0608111,51.4718724]},"properties":{"@type":"node","@id":1735558239,"@timestamp":1579714499},"coords":"51.4718724,-0.0608111","bedrooms":"0","price":"182000","area":"696"} , +{"type":"Feature","id":"n1735558257","geometry":{"type":"Point","coordinates":[-0.0776014,51.4718846]},"properties":{"@type":"node","@id":1735558257,"@timestamp":1579705114},"coords":"51.4718846,-0.0776014","bedrooms":"1","price":"177000","area":"388"} , +{"type":"Feature","id":"n1735558293","geometry":{"type":"Point","coordinates":[-0.0968819,51.4718903]},"properties":{"@type":"node","@id":1735558293,"@timestamp":1579704999},"coords":"51.4718903,-0.0968819","bedrooms":"1","price":"174000","area":"380"} , +{"type":"Feature","id":"n1735558368","geometry":{"type":"Point","coordinates":[-0.0608829,51.4719032]},"properties":{"@type":"node","@id":1735558368,"@timestamp":1579714499},"coords":"51.4719032,-0.0608829","bedrooms":"4","price":"195000","area":"468"} , +{"type":"Feature","id":"n1735558438","geometry":{"type":"Point","coordinates":[-0.0669349,51.4719136]},"properties":{"@type":"node","@id":1735558438,"@timestamp":1579705114},"coords":"51.4719136,-0.0669349","bedrooms":"4","price":"275000","area":"505"} , +{"type":"Feature","id":"n1735558515","geometry":{"type":"Point","coordinates":[-0.0634168,51.4719183]},"properties":{"@type":"node","@id":1735558515,"@timestamp":1579714499},"coords":"51.4719183,-0.0634168","bedrooms":"4","price":"248000","area":"362"} , +{"type":"Feature","id":"n1735558594","geometry":{"type":"Point","coordinates":[-0.0742253,51.4719226]},"properties":{"@type":"node","@id":1735558594,"@timestamp":1579705114},"coords":"51.4719226,-0.0742253","bedrooms":"0","price":"232000","area":"602"} , +{"type":"Feature","id":"n1735558644","geometry":{"type":"Point","coordinates":[-0.073907,51.4719379]},"properties":{"@type":"node","@id":1735558644,"@timestamp":1579705114},"coords":"51.4719379,-0.073907","bedrooms":"2","price":"150000","area":"688"} , +{"type":"Feature","id":"n1735558865","geometry":{"type":"Point","coordinates":[-0.0633646,51.4719461]},"properties":{"@type":"node","@id":1735558865,"@timestamp":1579714499},"coords":"51.4719461,-0.0633646","bedrooms":"3","price":"207000","area":"657"} , +{"type":"Feature","id":"n1735558956","geometry":{"type":"Point","coordinates":[-0.0606749,51.4719563]},"properties":{"@type":"node","@id":1735558956,"@timestamp":1579714499},"coords":"51.4719563,-0.0606749","bedrooms":"2","price":"152000","area":"451"} , +{"type":"Feature","id":"n1735559081","geometry":{"type":"Point","coordinates":[-0.0958953,51.4719661]},"properties":{"@type":"node","@id":1735559081,"@timestamp":1579704999},"coords":"51.4719661,-0.0958953","bedrooms":"1","price":"163000","area":"516"} , +{"type":"Feature","id":"n1735559183","geometry":{"type":"Point","coordinates":[-0.0945791,51.4719843]},"properties":{"@type":"node","@id":1735559183,"@timestamp":1579704999},"coords":"51.4719843,-0.0945791","bedrooms":"0","price":"209000","area":"577"} , +{"type":"Feature","id":"n1735559287","geometry":{"type":"Point","coordinates":[-0.0633819,51.4719971]},"properties":{"@type":"node","@id":1735559287,"@timestamp":1579714499},"coords":"51.4719971,-0.0633819","bedrooms":"0","price":"203000","area":"622"} , +{"type":"Feature","id":"n1735559393","geometry":{"type":"Point","coordinates":[-0.063461,51.4720141]},"properties":{"@type":"node","@id":1735559393,"@timestamp":1579714499},"coords":"51.4720141,-0.063461","bedrooms":"4","price":"265000","area":"457"} , +{"type":"Feature","id":"n1735559492","geometry":{"type":"Point","coordinates":[-0.0732779,51.4720271]},"properties":{"@type":"node","@id":1735559492,"@timestamp":1579705114},"coords":"51.4720271,-0.0732779","bedrooms":"3","price":"167000","area":"586"} , +{"type":"Feature","id":"n1735559535","geometry":{"type":"Point","coordinates":[-0.0775229,51.4720361]},"properties":{"@type":"node","@id":1735559535,"@timestamp":1579705114},"coords":"51.4720361,-0.0775229","bedrooms":"1","price":"191000","area":"393"} , +{"type":"Feature","id":"n1735559567","geometry":{"type":"Point","coordinates":[-0.0579404,51.4720473]},"properties":{"@type":"node","@id":1735559567,"@timestamp":1579714499},"coords":"51.4720473,-0.0579404","bedrooms":"4","price":"207000","area":"462"} , +{"type":"Feature","id":"n1735559577","geometry":{"type":"Point","coordinates":[-0.0751327,51.4720535]},"properties":{"@type":"node","@id":1735559577,"@timestamp":1579705114},"coords":"51.4720535,-0.0751327","bedrooms":"1","price":"260000","area":"384"} , +{"type":"Feature","id":"n1735559587","geometry":{"type":"Point","coordinates":[-0.097827,51.4720117]},"properties":{"@type":"node","@id":1735559587,"@timestamp":1579704999},"coords":"51.4720117,-0.097827","bedrooms":"4","price":"215000","area":"559"} , +{"type":"Feature","id":"n1735559599","geometry":{"type":"Point","coordinates":[-0.0968633,51.4720811]},"properties":{"@type":"node","@id":1735559599,"@timestamp":1579704999},"coords":"51.4720811,-0.0968633","bedrooms":"4","price":"191000","area":"531"} , +{"type":"Feature","id":"n1735559618","geometry":{"type":"Point","coordinates":[-0.0862657,51.4720922]},"properties":{"@type":"node","@id":1735559618,"@timestamp":1579704999},"coords":"51.4720922,-0.0862657","bedrooms":"0","price":"204000","area":"657"} , +{"type":"Feature","id":"n1735559641","geometry":{"type":"Point","coordinates":[-0.0545673,51.4721028]},"properties":{"@type":"node","@id":1735559641,"@timestamp":1579714499},"coords":"51.4721028,-0.0545673","bedrooms":"3","price":"270000","area":"409"} , +{"type":"Feature","id":"n1735559651","geometry":{"type":"Point","coordinates":[-0.0983091,51.4721103]},"properties":{"@type":"node","@id":1735559651,"@timestamp":1579704999},"coords":"51.4721103,-0.0983091","bedrooms":"0","price":"186000","area":"420"} , +{"type":"Feature","id":"n1735559662","geometry":{"type":"Point","coordinates":[-0.094487,51.4721218]},"properties":{"@type":"node","@id":1735559662,"@timestamp":1579704999},"coords":"51.4721218,-0.094487","bedrooms":"1","price":"260000","area":"449"} , +{"type":"Feature","id":"n1735559673","geometry":{"type":"Point","coordinates":[-0.097229,51.4721374]},"properties":{"@type":"node","@id":1735559673,"@timestamp":1579704999},"coords":"51.4721374,-0.097229","bedrooms":"3","price":"203000","area":"512"} , +{"type":"Feature","id":"n1735559691","geometry":{"type":"Point","coordinates":[-0.0657716,51.4721499]},"properties":{"@type":"node","@id":1735559691,"@timestamp":1579714499},"coords":"51.4721499,-0.0657716","bedrooms":"0","price":"226000","area":"432"} , +{"type":"Feature","id":"n1735559731","geometry":{"type":"Point","coordinates":[-0.0961823,51.4721649]},"properties":{"@type":"node","@id":1735559731,"@timestamp":1579704999},"coords":"51.4721649,-0.0961823","bedrooms":"3","price":"254000","area":"523"} , +{"type":"Feature","id":"n1735559793","geometry":{"type":"Point","coordinates":[-0.094532,51.4721764]},"properties":{"@type":"node","@id":1735559793,"@timestamp":1579704999},"coords":"51.4721764,-0.094532","bedrooms":"3","price":"261000","area":"573"} , +{"type":"Feature","id":"n1735559856","geometry":{"type":"Point","coordinates":[-0.0671898,51.472189]},"properties":{"@type":"node","@id":1735559856,"@timestamp":1579705114},"coords":"51.472189,-0.0671898","bedrooms":"2","price":"157000","area":"452"} , +{"type":"Feature","id":"n1735559949","geometry":{"type":"Point","coordinates":[-0.0669994,51.4722037]},"properties":{"@type":"node","@id":1735559949,"@timestamp":1579705114},"coords":"51.4722037,-0.0669994","bedrooms":"1","price":"252000","area":"653"} , +{"type":"Feature","id":"n1735560019","geometry":{"type":"Point","coordinates":[-0.0920426,51.4722162]},"properties":{"@type":"node","@id":1735560019,"@timestamp":1579704999},"coords":"51.4722162,-0.0920426","bedrooms":"3","price":"272000","area":"633"} , +{"type":"Feature","id":"n1735560097","geometry":{"type":"Point","coordinates":[-0.057701,51.47224]},"properties":{"@type":"node","@id":1735560097,"@timestamp":1579714499},"coords":"51.47224,-0.057701","bedrooms":"0","price":"210000","area":"496"} , +{"type":"Feature","id":"n1735560175","geometry":{"type":"Point","coordinates":[-0.0827579,51.4722527]},"properties":{"@type":"node","@id":1735560175,"@timestamp":1579704999},"coords":"51.4722527,-0.0827579","bedrooms":"0","price":"292000","area":"521"} , +{"type":"Feature","id":"n1735560263","geometry":{"type":"Point","coordinates":[-0.0826955,51.4722679]},"properties":{"@type":"node","@id":1735560263,"@timestamp":1579704999},"coords":"51.4722679,-0.0826955","bedrooms":"1","price":"191000","area":"685"} , +{"type":"Feature","id":"n1735560356","geometry":{"type":"Point","coordinates":[-0.0639065,51.4722871]},"properties":{"@type":"node","@id":1735560356,"@timestamp":1579714499},"coords":"51.4722871,-0.0639065","bedrooms":"2","price":"272000","area":"619"} , +{"type":"Feature","id":"n1735560434","geometry":{"type":"Point","coordinates":[-0.0641184,51.4723123]},"properties":{"@type":"node","@id":1735560434,"@timestamp":1579714499},"coords":"51.4723123,-0.0641184","bedrooms":"4","price":"245000","area":"480"} , +{"type":"Feature","id":"n1735560532","geometry":{"type":"Point","coordinates":[-0.0729302,51.4723335]},"properties":{"@type":"node","@id":1735560532,"@timestamp":1579705114},"coords":"51.4723335,-0.0729302","bedrooms":"1","price":"261000","area":"528"} , +{"type":"Feature","id":"n1735560609","geometry":{"type":"Point","coordinates":[-0.0870253,51.4723456]},"properties":{"@type":"node","@id":1735560609,"@timestamp":1579704999},"coords":"51.4723456,-0.0870253","bedrooms":"3","price":"254000","area":"359"} , +{"type":"Feature","id":"n1735560703","geometry":{"type":"Point","coordinates":[-0.0978335,51.4723512]},"properties":{"@type":"node","@id":1735560703,"@timestamp":1579704999},"coords":"51.4723512,-0.0978335","bedrooms":"1","price":"205000","area":"664"} , +{"type":"Feature","id":"n1735560768","geometry":{"type":"Point","coordinates":[-0.065395,51.4723772]},"properties":{"@type":"node","@id":1735560768,"@timestamp":1579714499},"coords":"51.4723772,-0.065395","bedrooms":"4","price":"165000","area":"673"} , +{"type":"Feature","id":"n1735560818","geometry":{"type":"Point","coordinates":[-0.0961947,51.4723738]},"properties":{"@type":"node","@id":1735560818,"@timestamp":1579704999},"coords":"51.4723738,-0.0961947","bedrooms":"1","price":"252000","area":"564"} , +{"type":"Feature","id":"n1735560868","geometry":{"type":"Point","coordinates":[-0.0633136,51.4724131]},"properties":{"@type":"node","@id":1735560868,"@timestamp":1579714499},"coords":"51.4724131,-0.0633136","bedrooms":"2","price":"164000","area":"473"} , +{"type":"Feature","id":"n1735560927","geometry":{"type":"Point","coordinates":[-0.0992212,51.4724299]},"properties":{"@type":"node","@id":1735560927,"@timestamp":1579704999},"coords":"51.4724299,-0.0992212","bedrooms":"1","price":"293000","area":"505"} , +{"type":"Feature","id":"n1735560973","geometry":{"type":"Point","coordinates":[-0.0871682,51.472444]},"properties":{"@type":"node","@id":1735560973,"@timestamp":1579704999},"coords":"51.472444,-0.0871682","bedrooms":"2","price":"267000","area":"419"} , +{"type":"Feature","id":"n1735561023","geometry":{"type":"Point","coordinates":[-0.0784412,51.4724568]},"properties":{"@type":"node","@id":1735561023,"@timestamp":1579705114},"coords":"51.4724568,-0.0784412","bedrooms":"0","price":"254000","area":"573"} , +{"type":"Feature","id":"n1735561070","geometry":{"type":"Point","coordinates":[-0.0650067,51.4724743]},"properties":{"@type":"node","@id":1735561070,"@timestamp":1579714499},"coords":"51.4724743,-0.0650067","bedrooms":"4","price":"255000","area":"483"} , +{"type":"Feature","id":"n1735561148","geometry":{"type":"Point","coordinates":[-0.0545384,51.4724913]},"properties":{"@type":"node","@id":1735561148,"@timestamp":1579714499},"coords":"51.4724913,-0.0545384","bedrooms":"2","price":"199000","area":"458"} , +{"type":"Feature","id":"n1735561219","geometry":{"type":"Point","coordinates":[-0.0738983,51.472501]},"properties":{"@type":"node","@id":1735561219,"@timestamp":1579705114},"coords":"51.472501,-0.0738983","bedrooms":"4","price":"299000","area":"605"} , +{"type":"Feature","id":"n1735561253","geometry":{"type":"Point","coordinates":[-0.0596682,51.472507]},"properties":{"@type":"node","@id":1735561253,"@timestamp":1579714499},"coords":"51.472507,-0.0596682","bedrooms":"3","price":"243000","area":"622"} , +{"type":"Feature","id":"n1735561263","geometry":{"type":"Point","coordinates":[-0.0611537,51.4725198]},"properties":{"@type":"node","@id":1735561263,"@timestamp":1579714499},"coords":"51.4725198,-0.0611537","bedrooms":"2","price":"186000","area":"472"} , +{"type":"Feature","id":"n1735561273","geometry":{"type":"Point","coordinates":[-0.095019,51.4725354]},"properties":{"@type":"node","@id":1735561273,"@timestamp":1579704999},"coords":"51.4725354,-0.095019","bedrooms":"4","price":"183000","area":"568"} , +{"type":"Feature","id":"n1735561284","geometry":{"type":"Point","coordinates":[-0.0864049,51.4725482]},"properties":{"@type":"node","@id":1735561284,"@timestamp":1579704999},"coords":"51.4725482,-0.0864049","bedrooms":"2","price":"172000","area":"470"} , +{"type":"Feature","id":"n1735561294","geometry":{"type":"Point","coordinates":[-0.0545283,51.4725601]},"properties":{"@type":"node","@id":1735561294,"@timestamp":1579714499},"coords":"51.4725601,-0.0545283","bedrooms":"2","price":"155000","area":"362"} , +{"type":"Feature","id":"n1735561304","geometry":{"type":"Point","coordinates":[-0.0757745,51.4725705]},"properties":{"@type":"node","@id":1735561304,"@timestamp":1579705114},"coords":"51.4725705,-0.0757745","bedrooms":"1","price":"255000","area":"571"} , +{"type":"Feature","id":"n1735561317","geometry":{"type":"Point","coordinates":[-0.0967313,51.4725811]},"properties":{"@type":"node","@id":1735561317,"@timestamp":1579704999},"coords":"51.4725811,-0.0967313","bedrooms":"2","price":"250000","area":"464"} , +{"type":"Feature","id":"n1735561373","geometry":{"type":"Point","coordinates":[-0.0923319,51.4725979]},"properties":{"@type":"node","@id":1735561373,"@timestamp":1579704999},"coords":"51.4725979,-0.0923319","bedrooms":"3","price":"284000","area":"658"} , +{"type":"Feature","id":"n1735561404","geometry":{"type":"Point","coordinates":[-0.0767556,51.472616]},"properties":{"@type":"node","@id":1735561404,"@timestamp":1579705114},"coords":"51.472616,-0.0767556","bedrooms":"2","price":"150000","area":"555"} , +{"type":"Feature","id":"n1735561427","geometry":{"type":"Point","coordinates":[-0.0545433,51.4726354]},"properties":{"@type":"node","@id":1735561427,"@timestamp":1579714499},"coords":"51.4726354,-0.0545433","bedrooms":"2","price":"169000","area":"368"} , +{"type":"Feature","id":"n1735561454","geometry":{"type":"Point","coordinates":[-0.0863709,51.4726012]},"properties":{"@type":"node","@id":1735561454,"@timestamp":1626829410},"coords":"51.4726012,-0.0863709","bedrooms":"2","price":"177000","area":"602"} , +{"type":"Feature","id":"n1735561491","geometry":{"type":"Point","coordinates":[-0.0595427,51.4726707]},"properties":{"@type":"node","@id":1735561491,"@timestamp":1579714499},"coords":"51.4726707,-0.0595427","bedrooms":"0","price":"281000","area":"443"} , +{"type":"Feature","id":"n1735561515","geometry":{"type":"Point","coordinates":[-0.0776226,51.4726809]},"properties":{"@type":"node","@id":1735561515,"@timestamp":1579705114},"coords":"51.4726809,-0.0776226","bedrooms":"2","price":"156000","area":"647"} , +{"type":"Feature","id":"n1735561525","geometry":{"type":"Point","coordinates":[-0.0744968,51.472697]},"properties":{"@type":"node","@id":1735561525,"@timestamp":1579705114},"coords":"51.472697,-0.0744968","bedrooms":"3","price":"226000","area":"559"} , +{"type":"Feature","id":"n1735561535","geometry":{"type":"Point","coordinates":[-0.0791821,51.4727111]},"properties":{"@type":"node","@id":1735561535,"@timestamp":1579705114},"coords":"51.4727111,-0.0791821","bedrooms":"0","price":"172000","area":"680"} , +{"type":"Feature","id":"n1735561545","geometry":{"type":"Point","coordinates":[-0.0773593,51.4727232]},"properties":{"@type":"node","@id":1735561545,"@timestamp":1579705114},"coords":"51.4727232,-0.0773593","bedrooms":"2","price":"299000","area":"627"} , +{"type":"Feature","id":"n1735561557","geometry":{"type":"Point","coordinates":[-0.0761669,51.4727428]},"properties":{"@type":"node","@id":1735561557,"@timestamp":1579705114},"coords":"51.4727428,-0.0761669","bedrooms":"1","price":"241000","area":"419"} , +{"type":"Feature","id":"n1735561567","geometry":{"type":"Point","coordinates":[-0.0829409,51.4727731]},"properties":{"@type":"node","@id":1735561567,"@timestamp":1579704999},"coords":"51.4727731,-0.0829409","bedrooms":"1","price":"206000","area":"535"} , +{"type":"Feature","id":"n1735561577","geometry":{"type":"Point","coordinates":[-0.082902,51.4727857]},"properties":{"@type":"node","@id":1735561577,"@timestamp":1579704999},"coords":"51.4727857,-0.082902","bedrooms":"4","price":"261000","area":"361"} , +{"type":"Feature","id":"n1735561587","geometry":{"type":"Point","coordinates":[-0.0954504,51.4728028]},"properties":{"@type":"node","@id":1735561587,"@timestamp":1579704999},"coords":"51.4728028,-0.0954504","bedrooms":"1","price":"169000","area":"552"} , +{"type":"Feature","id":"n1735561597","geometry":{"type":"Point","coordinates":[-0.0885184,51.4728153]},"properties":{"@type":"node","@id":1735561597,"@timestamp":1579704999},"coords":"51.4728153,-0.0885184","bedrooms":"3","price":"164000","area":"467"} , +{"type":"Feature","id":"n1735561607","geometry":{"type":"Point","coordinates":[-0.0952711,51.4728353]},"properties":{"@type":"node","@id":1735561607,"@timestamp":1579704999},"coords":"51.4728353,-0.0952711","bedrooms":"4","price":"241000","area":"594"} , +{"type":"Feature","id":"n1735561617","geometry":{"type":"Point","coordinates":[-0.0870699,51.4728568]},"properties":{"@type":"node","@id":1735561617,"@timestamp":1579704999},"coords":"51.4728568,-0.0870699","bedrooms":"4","price":"166000","area":"680"} , +{"type":"Feature","id":"n1735561649","geometry":{"type":"Point","coordinates":[-0.0818343,51.4728759]},"properties":{"@type":"node","@id":1735561649,"@timestamp":1579704999},"coords":"51.4728759,-0.0818343","bedrooms":"1","price":"210000","area":"352"} , +{"type":"Feature","id":"n1735561659","geometry":{"type":"Point","coordinates":[-0.0778242,51.4728966]},"properties":{"@type":"node","@id":1735561659,"@timestamp":1579705114},"coords":"51.4728966,-0.0778242","bedrooms":"1","price":"202000","area":"445"} , +{"type":"Feature","id":"n1735561683","geometry":{"type":"Point","coordinates":[-0.0762408,51.4729212]},"properties":{"@type":"node","@id":1735561683,"@timestamp":1579705114},"coords":"51.4729212,-0.0762408","bedrooms":"2","price":"237000","area":"562"} , +{"type":"Feature","id":"n1735561693","geometry":{"type":"Point","coordinates":[-0.0928244,51.4729339]},"properties":{"@type":"node","@id":1735561693,"@timestamp":1579704999},"coords":"51.4729339,-0.0928244","bedrooms":"1","price":"159000","area":"619"} , +{"type":"Feature","id":"n1735561703","geometry":{"type":"Point","coordinates":[-0.0847076,51.4729452]},"properties":{"@type":"node","@id":1735561703,"@timestamp":1579704999},"coords":"51.4729452,-0.0847076","bedrooms":"2","price":"238000","area":"564"} , +{"type":"Feature","id":"n1735561727","geometry":{"type":"Point","coordinates":[-0.0905742,51.4729791]},"properties":{"@type":"node","@id":1735561727,"@timestamp":1579704999},"coords":"51.4729791,-0.0905742","bedrooms":"1","price":"284000","area":"356"} , +{"type":"Feature","id":"n1735561767","geometry":{"type":"Point","coordinates":[-0.0655666,51.4729922]},"properties":{"@type":"node","@id":1735561767,"@timestamp":1579714499},"coords":"51.4729922,-0.0655666","bedrooms":"0","price":"297000","area":"566"} , +{"type":"Feature","id":"n1735561833","geometry":{"type":"Point","coordinates":[-0.088525,51.4730043]},"properties":{"@type":"node","@id":1735561833,"@timestamp":1579704999},"coords":"51.4730043,-0.088525","bedrooms":"3","price":"260000","area":"380"} , +{"type":"Feature","id":"n1735561908","geometry":{"type":"Point","coordinates":[-0.0930543,51.4730214]},"properties":{"@type":"node","@id":1735561908,"@timestamp":1579704999},"coords":"51.4730214,-0.0930543","bedrooms":"0","price":"277000","area":"566"} , +{"type":"Feature","id":"n1735561993","geometry":{"type":"Point","coordinates":[-0.0865056,51.4730327]},"properties":{"@type":"node","@id":1735561993,"@timestamp":1579704999},"coords":"51.4730327,-0.0865056","bedrooms":"4","price":"186000","area":"360"} , +{"type":"Feature","id":"n1735562071","geometry":{"type":"Point","coordinates":[-0.086504,51.4730456]},"properties":{"@type":"node","@id":1735562071,"@timestamp":1579704999},"coords":"51.4730456,-0.086504","bedrooms":"3","price":"209000","area":"565"} , +{"type":"Feature","id":"n1735562117","geometry":{"type":"Point","coordinates":[-0.058721,51.473061]},"properties":{"@type":"node","@id":1735562117,"@timestamp":1579714499},"coords":"51.473061,-0.058721","bedrooms":"1","price":"227000","area":"624"} , +{"type":"Feature","id":"n1735562167","geometry":{"type":"Point","coordinates":[-0.0873412,51.4731058]},"properties":{"@type":"node","@id":1735562167,"@timestamp":1579704999},"coords":"51.4731058,-0.0873412","bedrooms":"0","price":"152000","area":"680"} , +{"type":"Feature","id":"n1735562207","geometry":{"type":"Point","coordinates":[-0.0727691,51.4730327]},"properties":{"@type":"node","@id":1735562207,"@timestamp":1579705114},"coords":"51.4730327,-0.0727691","bedrooms":"0","price":"244000","area":"487"} , +{"type":"Feature","id":"n1735562247","geometry":{"type":"Point","coordinates":[-0.0663208,51.4731169]},"properties":{"@type":"node","@id":1735562247,"@timestamp":1579705114},"coords":"51.4731169,-0.0663208","bedrooms":"3","price":"245000","area":"490"} , +{"type":"Feature","id":"n1735562293","geometry":{"type":"Point","coordinates":[-0.0865751,51.4731285]},"properties":{"@type":"node","@id":1735562293,"@timestamp":1579704999},"coords":"51.4731285,-0.0865751","bedrooms":"0","price":"250000","area":"465"} , +{"type":"Feature","id":"n1735562355","geometry":{"type":"Point","coordinates":[-0.0820096,51.4731411]},"properties":{"@type":"node","@id":1735562355,"@timestamp":1579704999},"coords":"51.4731411,-0.0820096","bedrooms":"2","price":"242000","area":"476"} , +{"type":"Feature","id":"n1735562422","geometry":{"type":"Point","coordinates":[-0.0830757,51.4731629]},"properties":{"@type":"node","@id":1735562422,"@timestamp":1579704999},"coords":"51.4731629,-0.0830757","bedrooms":"2","price":"175000","area":"436"} , +{"type":"Feature","id":"n1735562462","geometry":{"type":"Point","coordinates":[-0.0886617,51.4731773]},"properties":{"@type":"node","@id":1735562462,"@timestamp":1579704999},"coords":"51.4731773,-0.0886617","bedrooms":"1","price":"243000","area":"583"} , +{"type":"Feature","id":"n1735562502","geometry":{"type":"Point","coordinates":[-0.0817817,51.4732072]},"properties":{"@type":"node","@id":1735562502,"@timestamp":1579704999},"coords":"51.4732072,-0.0817817","bedrooms":"3","price":"153000","area":"541"} , +{"type":"Feature","id":"n1735562554","geometry":{"type":"Point","coordinates":[-0.0778166,51.4731996]},"properties":{"@type":"node","@id":1735562554,"@timestamp":1579705114},"coords":"51.4731996,-0.0778166","bedrooms":"1","price":"150000","area":"413"} , +{"type":"Feature","id":"n1735562594","geometry":{"type":"Point","coordinates":[-0.082051,51.4732109]},"properties":{"@type":"node","@id":1735562594,"@timestamp":1579704999},"coords":"51.4732109,-0.082051","bedrooms":"2","price":"262000","area":"392"} , +{"type":"Feature","id":"n1735562605","geometry":{"type":"Point","coordinates":[-0.0586853,51.4732262]},"properties":{"@type":"node","@id":1735562605,"@timestamp":1579714499},"coords":"51.4732262,-0.0586853","bedrooms":"0","price":"244000","area":"422"} , +{"type":"Feature","id":"n1735562615","geometry":{"type":"Point","coordinates":[-0.0772826,51.4732402]},"properties":{"@type":"node","@id":1735562615,"@timestamp":1579705114},"coords":"51.4732402,-0.0772826","bedrooms":"1","price":"161000","area":"657"} , +{"type":"Feature","id":"n1735562625","geometry":{"type":"Point","coordinates":[-0.0729268,51.4732189]},"properties":{"@type":"node","@id":1735562625,"@timestamp":1579705114},"coords":"51.4732189,-0.0729268","bedrooms":"0","price":"293000","area":"690"} , +{"type":"Feature","id":"n1735562641","geometry":{"type":"Point","coordinates":[-0.0980987,51.4732758]},"properties":{"@type":"node","@id":1735562641,"@timestamp":1579704999},"coords":"51.4732758,-0.0980987","bedrooms":"4","price":"160000","area":"541"} , +{"type":"Feature","id":"n1735562651","geometry":{"type":"Point","coordinates":[-0.0642617,51.4732942]},"properties":{"@type":"node","@id":1735562651,"@timestamp":1579714499},"coords":"51.4732942,-0.0642617","bedrooms":"1","price":"230000","area":"424"} , +{"type":"Feature","id":"n1735562661","geometry":{"type":"Point","coordinates":[-0.0640002,51.4733101]},"properties":{"@type":"node","@id":1735562661,"@timestamp":1579714499},"coords":"51.4733101,-0.0640002","bedrooms":"3","price":"196000","area":"636"} , +{"type":"Feature","id":"n1735562672","geometry":{"type":"Point","coordinates":[-0.0532213,51.4733376]},"properties":{"@type":"node","@id":1735562672,"@timestamp":1579714499},"coords":"51.4733376,-0.0532213","bedrooms":"2","price":"201000","area":"554"} , +{"type":"Feature","id":"n1735562690","geometry":{"type":"Point","coordinates":[-0.0854411,51.4733549]},"properties":{"@type":"node","@id":1735562690,"@timestamp":1579704999},"coords":"51.4733549,-0.0854411","bedrooms":"2","price":"154000","area":"618"} , +{"type":"Feature","id":"n1735562700","geometry":{"type":"Point","coordinates":[-0.0537126,51.4733757]},"properties":{"@type":"node","@id":1735562700,"@timestamp":1579714499},"coords":"51.4733757,-0.0537126","bedrooms":"2","price":"209000","area":"463"} , +{"type":"Feature","id":"n1735562710","geometry":{"type":"Point","coordinates":[-0.0544108,51.4733825]},"properties":{"@type":"node","@id":1735562710,"@timestamp":1579714499},"coords":"51.4733825,-0.0544108","bedrooms":"2","price":"255000","area":"359"} , +{"type":"Feature","id":"n1735562753","geometry":{"type":"Point","coordinates":[-0.0740006,51.4734014]},"properties":{"@type":"node","@id":1735562753,"@timestamp":1579705114},"coords":"51.4734014,-0.0740006","bedrooms":"3","price":"151000","area":"358"} , +{"type":"Feature","id":"n1735562806","geometry":{"type":"Point","coordinates":[-0.0761692,51.4734212]},"properties":{"@type":"node","@id":1735562806,"@timestamp":1579705114},"coords":"51.4734212,-0.0761692","bedrooms":"1","price":"296000","area":"435"} , +{"type":"Feature","id":"n1735562856","geometry":{"type":"Point","coordinates":[-0.0974874,51.4734409]},"properties":{"@type":"node","@id":1735562856,"@timestamp":1579704999},"coords":"51.4734409,-0.0974874","bedrooms":"3","price":"229000","area":"616"} , +{"type":"Feature","id":"n1735562906","geometry":{"type":"Point","coordinates":[-0.0853793,51.4734508]},"properties":{"@type":"node","@id":1735562906,"@timestamp":1579704999},"coords":"51.4734508,-0.0853793","bedrooms":"1","price":"196000","area":"560"} , +{"type":"Feature","id":"n1735563008","geometry":{"type":"Point","coordinates":[-0.0539831,51.4734652]},"properties":{"@type":"node","@id":1735563008,"@timestamp":1579714499},"coords":"51.4734652,-0.0539831","bedrooms":"0","price":"265000","area":"465"} , +{"type":"Feature","id":"n1735563018","geometry":{"type":"Point","coordinates":[-0.0588878,51.4734721]},"properties":{"@type":"node","@id":1735563018,"@timestamp":1579714499},"coords":"51.4734721,-0.0588878","bedrooms":"3","price":"262000","area":"520"} , +{"type":"Feature","id":"n1735563028","geometry":{"type":"Point","coordinates":[-0.0848962,51.4734843]},"properties":{"@type":"node","@id":1735563028,"@timestamp":1579704999},"coords":"51.4734843,-0.0848962","bedrooms":"1","price":"178000","area":"529"} , +{"type":"Feature","id":"n1735563039","geometry":{"type":"Point","coordinates":[-0.0645286,51.4734985]},"properties":{"@type":"node","@id":1735563039,"@timestamp":1579714499},"coords":"51.4734985,-0.0645286","bedrooms":"0","price":"268000","area":"417"} , +{"type":"Feature","id":"n1735563049","geometry":{"type":"Point","coordinates":[-0.0845753,51.4735197]},"properties":{"@type":"node","@id":1735563049,"@timestamp":1579704999},"coords":"51.4735197,-0.0845753","bedrooms":"3","price":"166000","area":"517"} , +{"type":"Feature","id":"n1735563072","geometry":{"type":"Point","coordinates":[-0.053823,51.473532]},"properties":{"@type":"node","@id":1735563072,"@timestamp":1579714499},"coords":"51.473532,-0.053823","bedrooms":"4","price":"250000","area":"384"} , +{"type":"Feature","id":"n1735563112","geometry":{"type":"Point","coordinates":[-0.0644381,51.4735474]},"properties":{"@type":"node","@id":1735563112,"@timestamp":1579714499},"coords":"51.4735474,-0.0644381","bedrooms":"1","price":"280000","area":"549"} , +{"type":"Feature","id":"n1735563152","geometry":{"type":"Point","coordinates":[-0.0537858,51.473553]},"properties":{"@type":"node","@id":1735563152,"@timestamp":1579714499},"coords":"51.473553,-0.0537858","bedrooms":"1","price":"249000","area":"623"} , +{"type":"Feature","id":"n1735563200","geometry":{"type":"Point","coordinates":[-0.0831595,51.4735694]},"properties":{"@type":"node","@id":1735563200,"@timestamp":1579704999},"coords":"51.4735694,-0.0831595","bedrooms":"0","price":"293000","area":"366"} , +{"type":"Feature","id":"n1735563237","geometry":{"type":"Point","coordinates":[-0.0747739,51.473574]},"properties":{"@type":"node","@id":1735563237,"@timestamp":1579705114},"coords":"51.473574,-0.0747739","bedrooms":"3","price":"211000","area":"482"} , +{"type":"Feature","id":"n1735563276","geometry":{"type":"Point","coordinates":[-0.06478,51.4735849]},"properties":{"@type":"node","@id":1735563276,"@timestamp":1579714499},"coords":"51.4735849,-0.06478","bedrooms":"2","price":"227000","area":"642"} , +{"type":"Feature","id":"n1735563323","geometry":{"type":"Point","coordinates":[-0.0824725,51.4735996]},"properties":{"@type":"node","@id":1735563323,"@timestamp":1579704999},"coords":"51.4735996,-0.0824725","bedrooms":"3","price":"252000","area":"646"} , +{"type":"Feature","id":"n1735563394","geometry":{"type":"Point","coordinates":[-0.0874364,51.4736177]},"properties":{"@type":"node","@id":1735563394,"@timestamp":1579704999},"coords":"51.4736177,-0.0874364","bedrooms":"3","price":"206000","area":"590"} , +{"type":"Feature","id":"n1735563463","geometry":{"type":"Point","coordinates":[-0.0861477,51.4736323]},"properties":{"@type":"node","@id":1735563463,"@timestamp":1579704999},"coords":"51.4736323,-0.0861477","bedrooms":"1","price":"219000","area":"612"} , +{"type":"Feature","id":"n1735563515","geometry":{"type":"Point","coordinates":[-0.0561748,51.473623]},"properties":{"@type":"node","@id":1735563515,"@timestamp":1579714499},"coords":"51.473623,-0.0561748","bedrooms":"4","price":"233000","area":"383"} , +{"type":"Feature","id":"n1735563582","geometry":{"type":"Point","coordinates":[-0.0825207,51.4736572]},"properties":{"@type":"node","@id":1735563582,"@timestamp":1579704999},"coords":"51.4736572,-0.0825207","bedrooms":"3","price":"298000","area":"646"} , +{"type":"Feature","id":"n1735563702","geometry":{"type":"Point","coordinates":[-0.0827095,51.4736625]},"properties":{"@type":"node","@id":1735563702,"@timestamp":1579704999},"coords":"51.4736625,-0.0827095","bedrooms":"0","price":"240000","area":"454"} , +{"type":"Feature","id":"n1735563795","geometry":{"type":"Point","coordinates":[-0.0704746,51.4736868]},"properties":{"@type":"node","@id":1735563795,"@timestamp":1579705114},"coords":"51.4736868,-0.0704746","bedrooms":"4","price":"233000","area":"572"} , +{"type":"Feature","id":"n1735563942","geometry":{"type":"Point","coordinates":[-0.0851608,51.4737016]},"properties":{"@type":"node","@id":1735563942,"@timestamp":1579704999},"coords":"51.4737016,-0.0851608","bedrooms":"4","price":"263000","area":"456"} , +{"type":"Feature","id":"n1735564047","geometry":{"type":"Point","coordinates":[-0.053873,51.4737138]},"properties":{"@type":"node","@id":1735564047,"@timestamp":1579714499},"coords":"51.4737138,-0.053873","bedrooms":"1","price":"229000","area":"613"} , +{"type":"Feature","id":"n1735564166","geometry":{"type":"Point","coordinates":[-0.0757723,51.473752]},"properties":{"@type":"node","@id":1735564166,"@timestamp":1579705114},"coords":"51.473752,-0.0757723","bedrooms":"3","price":"291000","area":"512"} , +{"type":"Feature","id":"n1735564279","geometry":{"type":"Point","coordinates":[-0.0551452,51.4737624]},"properties":{"@type":"node","@id":1735564279,"@timestamp":1579714499},"coords":"51.4737624,-0.0551452","bedrooms":"2","price":"176000","area":"496"} , +{"type":"Feature","id":"n1735564374","geometry":{"type":"Point","coordinates":[-0.074849,51.4737839]},"properties":{"@type":"node","@id":1735564374,"@timestamp":1579705114},"coords":"51.4737839,-0.074849","bedrooms":"4","price":"293000","area":"650"} , +{"type":"Feature","id":"n1735564468","geometry":{"type":"Point","coordinates":[-0.0639349,51.4738075]},"properties":{"@type":"node","@id":1735564468,"@timestamp":1579714499},"coords":"51.4738075,-0.0639349","bedrooms":"2","price":"258000","area":"378"} , +{"type":"Feature","id":"n1735564599","geometry":{"type":"Point","coordinates":[-0.0663438,51.4738261]},"properties":{"@type":"node","@id":1735564599,"@timestamp":1579705114},"coords":"51.4738261,-0.0663438","bedrooms":"1","price":"165000","area":"473"} , +{"type":"Feature","id":"n1735564702","geometry":{"type":"Point","coordinates":[-0.0817812,51.4738296]},"properties":{"@type":"node","@id":1735564702,"@timestamp":1579704999},"coords":"51.4738296,-0.0817812","bedrooms":"3","price":"277000","area":"636"} , +{"type":"Feature","id":"n1735564808","geometry":{"type":"Point","coordinates":[-0.0820891,51.4738303]},"properties":{"@type":"node","@id":1735564808,"@timestamp":1579704999},"coords":"51.4738303,-0.0820891","bedrooms":"2","price":"235000","area":"601"} , +{"type":"Feature","id":"n1735564909","geometry":{"type":"Point","coordinates":[-0.0706792,51.4738295]},"properties":{"@type":"node","@id":1735564909,"@timestamp":1579705114},"coords":"51.4738295,-0.0706792","bedrooms":"0","price":"163000","area":"469"} , +{"type":"Feature","id":"n1735565024","geometry":{"type":"Point","coordinates":[-0.0831349,51.4738463]},"properties":{"@type":"node","@id":1735565024,"@timestamp":1579704999},"coords":"51.4738463,-0.0831349","bedrooms":"4","price":"187000","area":"381"} , +{"type":"Feature","id":"n1735565189","geometry":{"type":"Point","coordinates":[-0.0742888,51.4738634]},"properties":{"@type":"node","@id":1735565189,"@timestamp":1579705114},"coords":"51.4738634,-0.0742888","bedrooms":"4","price":"260000","area":"435"} , +{"type":"Feature","id":"n1735565324","geometry":{"type":"Point","coordinates":[-0.0533228,51.4738772]},"properties":{"@type":"node","@id":1735565324,"@timestamp":1579714499},"coords":"51.4738772,-0.0533228","bedrooms":"2","price":"234000","area":"373"} , +{"type":"Feature","id":"n1735565447","geometry":{"type":"Point","coordinates":[-0.0550387,51.4738956]},"properties":{"@type":"node","@id":1735565447,"@timestamp":1579714499},"coords":"51.4738956,-0.0550387","bedrooms":"3","price":"212000","area":"403"} , +{"type":"Feature","id":"n1735565598","geometry":{"type":"Point","coordinates":[-0.0708389,51.473912]},"properties":{"@type":"node","@id":1735565598,"@timestamp":1579705114},"coords":"51.473912,-0.0708389","bedrooms":"1","price":"247000","area":"464"} , +{"type":"Feature","id":"n1735565683","geometry":{"type":"Point","coordinates":[-0.0663874,51.4739351]},"properties":{"@type":"node","@id":1735565683,"@timestamp":1579705114},"coords":"51.4739351,-0.0663874","bedrooms":"1","price":"218000","area":"665"} , +{"type":"Feature","id":"n1735565765","geometry":{"type":"Point","coordinates":[-0.0663792,51.4739507]},"properties":{"@type":"node","@id":1735565765,"@timestamp":1579705114},"coords":"51.4739507,-0.0663792","bedrooms":"1","price":"157000","area":"624"} , +{"type":"Feature","id":"n1735565831","geometry":{"type":"Point","coordinates":[-0.0744303,51.473963]},"properties":{"@type":"node","@id":1735565831,"@timestamp":1579705114},"coords":"51.473963,-0.0744303","bedrooms":"1","price":"253000","area":"651"} , +{"type":"Feature","id":"n1735565921","geometry":{"type":"Point","coordinates":[-0.0984792,51.4739752]},"properties":{"@type":"node","@id":1735565921,"@timestamp":1579704999},"coords":"51.4739752,-0.0984792","bedrooms":"4","price":"170000","area":"534"} , +{"type":"Feature","id":"n1735565977","geometry":{"type":"Point","coordinates":[-0.0666589,51.4739666]},"properties":{"@type":"node","@id":1735565977,"@timestamp":1579705114},"coords":"51.4739666,-0.0666589","bedrooms":"3","price":"181000","area":"583"} , +{"type":"Feature","id":"n1735566048","geometry":{"type":"Point","coordinates":[-0.0876909,51.4740068]},"properties":{"@type":"node","@id":1735566048,"@timestamp":1579704999},"coords":"51.4740068,-0.0876909","bedrooms":"0","price":"267000","area":"392"} , +{"type":"Feature","id":"n1735566123","geometry":{"type":"Point","coordinates":[-0.0535213,51.4740399]},"properties":{"@type":"node","@id":1735566123,"@timestamp":1579714499},"coords":"51.4740399,-0.0535213","bedrooms":"2","price":"281000","area":"449"} , +{"type":"Feature","id":"n1735566196","geometry":{"type":"Point","coordinates":[-0.0862928,51.4740606]},"properties":{"@type":"node","@id":1735566196,"@timestamp":1579704999},"coords":"51.4740606,-0.0862928","bedrooms":"0","price":"221000","area":"517"} , +{"type":"Feature","id":"n1735566288","geometry":{"type":"Point","coordinates":[-0.0767186,51.4740906]},"properties":{"@type":"node","@id":1735566288,"@timestamp":1579705114},"coords":"51.4740906,-0.0767186","bedrooms":"0","price":"207000","area":"453"} , +{"type":"Feature","id":"n1735566444","geometry":{"type":"Point","coordinates":[-0.0945483,51.474118]},"properties":{"@type":"node","@id":1735566444,"@timestamp":1579704999},"coords":"51.474118,-0.0945483","bedrooms":"3","price":"204000","area":"498"} , +{"type":"Feature","id":"n1735566581","geometry":{"type":"Point","coordinates":[-0.0848489,51.4741442]},"properties":{"@type":"node","@id":1735566581,"@timestamp":1579704999},"coords":"51.4741442,-0.0848489","bedrooms":"1","price":"238000","area":"607"} , +{"type":"Feature","id":"n1735566834","geometry":{"type":"Point","coordinates":[-0.0997994,51.4741785]},"properties":{"@type":"node","@id":1735566834,"@timestamp":1579704999},"coords":"51.4741785,-0.0997994","bedrooms":"4","price":"296000","area":"613"} , +{"type":"Feature","id":"n1735567003","geometry":{"type":"Point","coordinates":[-0.0629404,51.4741943]},"properties":{"@type":"node","@id":1735567003,"@timestamp":1579714499},"coords":"51.4741943,-0.0629404","bedrooms":"3","price":"176000","area":"654"} , +{"type":"Feature","id":"n1735567207","geometry":{"type":"Point","coordinates":[-0.0789553,51.4742243]},"properties":{"@type":"node","@id":1735567207,"@timestamp":1579705114},"coords":"51.4742243,-0.0789553","bedrooms":"4","price":"245000","area":"452"} , +{"type":"Feature","id":"n1735567321","geometry":{"type":"Point","coordinates":[-0.0575791,51.4742432]},"properties":{"@type":"node","@id":1735567321,"@timestamp":1579714499},"coords":"51.4742432,-0.0575791","bedrooms":"3","price":"296000","area":"496"} , +{"type":"Feature","id":"n1735567625","geometry":{"type":"Point","coordinates":[-0.085187,51.4742677]},"properties":{"@type":"node","@id":1735567625,"@timestamp":1579704999},"coords":"51.4742677,-0.085187","bedrooms":"0","price":"272000","area":"465"} , +{"type":"Feature","id":"n1735567718","geometry":{"type":"Point","coordinates":[-0.0822781,51.4742767]},"properties":{"@type":"node","@id":1735567718,"@timestamp":1579704999},"coords":"51.4742767,-0.0822781","bedrooms":"4","price":"290000","area":"690"} , +{"type":"Feature","id":"n1735567853","geometry":{"type":"Point","coordinates":[-0.0989848,51.4742886]},"properties":{"@type":"node","@id":1735567853,"@timestamp":1579704999},"coords":"51.4742886,-0.0989848","bedrooms":"2","price":"267000","area":"460"} , +{"type":"Feature","id":"n1735567981","geometry":{"type":"Point","coordinates":[-0.0966884,51.4743015]},"properties":{"@type":"node","@id":1735567981,"@timestamp":1579704999},"coords":"51.4743015,-0.0966884","bedrooms":"2","price":"166000","area":"372"} , +{"type":"Feature","id":"n1735568078","geometry":{"type":"Point","coordinates":[-0.0920859,51.474315]},"properties":{"@type":"node","@id":1735568078,"@timestamp":1579704999},"coords":"51.474315,-0.0920859","bedrooms":"0","price":"223000","area":"569"} , +{"type":"Feature","id":"n1735568190","geometry":{"type":"Point","coordinates":[-0.0665168,51.474327]},"properties":{"@type":"node","@id":1735568190,"@timestamp":1579705114},"coords":"51.474327,-0.0665168","bedrooms":"4","price":"278000","area":"440"} , +{"type":"Feature","id":"n1735568310","geometry":{"type":"Point","coordinates":[-0.0814115,51.4743402]},"properties":{"@type":"node","@id":1735568310,"@timestamp":1579704999},"coords":"51.4743402,-0.0814115","bedrooms":"1","price":"192000","area":"586"} , +{"type":"Feature","id":"n1735568428","geometry":{"type":"Point","coordinates":[-0.0773583,51.4743609]},"properties":{"@type":"node","@id":1735568428,"@timestamp":1579705114},"coords":"51.4743609,-0.0773583","bedrooms":"1","price":"214000","area":"571"} , +{"type":"Feature","id":"n1735568574","geometry":{"type":"Point","coordinates":[-0.0772976,51.474377]},"properties":{"@type":"node","@id":1735568574,"@timestamp":1579705114},"coords":"51.474377,-0.0772976","bedrooms":"4","price":"175000","area":"425"} , +{"type":"Feature","id":"n1735568719","geometry":{"type":"Point","coordinates":[-0.0748664,51.4743982]},"properties":{"@type":"node","@id":1735568719,"@timestamp":1579705114},"coords":"51.4743982,-0.0748664","bedrooms":"2","price":"195000","area":"557"} , +{"type":"Feature","id":"n1735568809","geometry":{"type":"Point","coordinates":[-0.0560238,51.4744123]},"properties":{"@type":"node","@id":1735568809,"@timestamp":1579714499},"coords":"51.4744123,-0.0560238","bedrooms":"3","price":"198000","area":"546"} , +{"type":"Feature","id":"n1735568914","geometry":{"type":"Point","coordinates":[-0.0827196,51.4744388]},"properties":{"@type":"node","@id":1735568914,"@timestamp":1579704999},"coords":"51.4744388,-0.0827196","bedrooms":"2","price":"215000","area":"383"} , +{"type":"Feature","id":"n1735568987","geometry":{"type":"Point","coordinates":[-0.0663262,51.4744659]},"properties":{"@type":"node","@id":1735568987,"@timestamp":1579705114},"coords":"51.4744659,-0.0663262","bedrooms":"4","price":"208000","area":"545"} , +{"type":"Feature","id":"n1735569072","geometry":{"type":"Point","coordinates":[-0.0599834,51.4744785]},"properties":{"@type":"node","@id":1735569072,"@timestamp":1579714499},"coords":"51.4744785,-0.0599834","bedrooms":"4","price":"298000","area":"459"} , +{"type":"Feature","id":"n1735569150","geometry":{"type":"Point","coordinates":[-0.0641916,51.4744993]},"properties":{"@type":"node","@id":1735569150,"@timestamp":1579714499},"coords":"51.4744993,-0.0641916","bedrooms":"2","price":"203000","area":"633"} , +{"type":"Feature","id":"n1735569219","geometry":{"type":"Point","coordinates":[-0.0922196,51.4745152]},"properties":{"@type":"node","@id":1735569219,"@timestamp":1579704999},"coords":"51.4745152,-0.0922196","bedrooms":"2","price":"165000","area":"483"} , +{"type":"Feature","id":"n1735569325","geometry":{"type":"Point","coordinates":[-0.0669352,51.4745411]},"properties":{"@type":"node","@id":1735569325,"@timestamp":1579705114},"coords":"51.4745411,-0.0669352","bedrooms":"4","price":"253000","area":"496"} , +{"type":"Feature","id":"n1735569398","geometry":{"type":"Point","coordinates":[-0.0551832,51.4745634]},"properties":{"@type":"node","@id":1735569398,"@timestamp":1579714499},"coords":"51.4745634,-0.0551832","bedrooms":"0","price":"294000","area":"418"} , +{"type":"Feature","id":"n1735569463","geometry":{"type":"Point","coordinates":[-0.0577394,51.4745785]},"properties":{"@type":"node","@id":1735569463,"@timestamp":1579714499},"coords":"51.4745785,-0.0577394","bedrooms":"2","price":"290000","area":"454"} , +{"type":"Feature","id":"n1735569538","geometry":{"type":"Point","coordinates":[-0.0974181,51.4745975]},"properties":{"@type":"node","@id":1735569538,"@timestamp":1579704999},"coords":"51.4745975,-0.0974181","bedrooms":"1","price":"206000","area":"641"} , +{"type":"Feature","id":"n1735569605","geometry":{"type":"Point","coordinates":[-0.0786646,51.4746111]},"properties":{"@type":"node","@id":1735569605,"@timestamp":1579705114},"coords":"51.4746111,-0.0786646","bedrooms":"0","price":"191000","area":"609"} , +{"type":"Feature","id":"n1735569695","geometry":{"type":"Point","coordinates":[-0.0890075,51.4746211]},"properties":{"@type":"node","@id":1735569695,"@timestamp":1579704999},"coords":"51.4746211,-0.0890075","bedrooms":"4","price":"172000","area":"446"} , +{"type":"Feature","id":"n1735569799","geometry":{"type":"Point","coordinates":[-0.0889817,51.4746333]},"properties":{"@type":"node","@id":1735569799,"@timestamp":1579704999},"coords":"51.4746333,-0.0889817","bedrooms":"1","price":"283000","area":"393"} , +{"type":"Feature","id":"n1735569890","geometry":{"type":"Point","coordinates":[-0.0775053,51.4746534]},"properties":{"@type":"node","@id":1735569890,"@timestamp":1579705114},"coords":"51.4746534,-0.0775053","bedrooms":"3","price":"168000","area":"599"} , +{"type":"Feature","id":"n1735569965","geometry":{"type":"Point","coordinates":[-0.0663108,51.474662]},"properties":{"@type":"node","@id":1735569965,"@timestamp":1579705114},"coords":"51.474662,-0.0663108","bedrooms":"1","price":"278000","area":"516"} , +{"type":"Feature","id":"n1735570093","geometry":{"type":"Point","coordinates":[-0.0853733,51.4746738]},"properties":{"@type":"node","@id":1735570093,"@timestamp":1579704999},"coords":"51.4746738,-0.0853733","bedrooms":"0","price":"196000","area":"446"} , +{"type":"Feature","id":"n1735570191","geometry":{"type":"Point","coordinates":[-0.0890262,51.4746816]},"properties":{"@type":"node","@id":1735570191,"@timestamp":1579704999},"coords":"51.4746816,-0.0890262","bedrooms":"1","price":"254000","area":"625"} , +{"type":"Feature","id":"n1735570296","geometry":{"type":"Point","coordinates":[-0.1007189,51.4746959]},"properties":{"@type":"node","@id":1735570296,"@timestamp":1579704999},"coords":"51.4746959,-0.1007189","bedrooms":"3","price":"218000","area":"600"} , +{"type":"Feature","id":"n1735570370","geometry":{"type":"Point","coordinates":[-0.0812981,51.4747059]},"properties":{"@type":"node","@id":1735570370,"@timestamp":1579704999},"coords":"51.4747059,-0.0812981","bedrooms":"4","price":"291000","area":"466"} , +{"type":"Feature","id":"n1735570434","geometry":{"type":"Point","coordinates":[-0.0962794,51.4747171]},"properties":{"@type":"node","@id":1735570434,"@timestamp":1579704999},"coords":"51.4747171,-0.0962794","bedrooms":"2","price":"162000","area":"495"} , +{"type":"Feature","id":"n1735570514","geometry":{"type":"Point","coordinates":[-0.0828515,51.4747221]},"properties":{"@type":"node","@id":1735570514,"@timestamp":1579704999},"coords":"51.4747221,-0.0828515","bedrooms":"1","price":"277000","area":"541"} , +{"type":"Feature","id":"n1735570568","geometry":{"type":"Point","coordinates":[-0.0896471,51.4747467]},"properties":{"@type":"node","@id":1735570568,"@timestamp":1579704999},"coords":"51.4747467,-0.0896471","bedrooms":"3","price":"191000","area":"410"} , +{"type":"Feature","id":"n1735570638","geometry":{"type":"Point","coordinates":[-0.0722902,51.4747595]},"properties":{"@type":"node","@id":1735570638,"@timestamp":1579705114},"coords":"51.4747595,-0.0722902","bedrooms":"1","price":"293000","area":"569"} , +{"type":"Feature","id":"n1735570696","geometry":{"type":"Point","coordinates":[-0.0666697,51.4747752]},"properties":{"@type":"node","@id":1735570696,"@timestamp":1579705114},"coords":"51.4747752,-0.0666697","bedrooms":"3","price":"165000","area":"634"} , +{"type":"Feature","id":"n1735570768","geometry":{"type":"Point","coordinates":[-0.0819269,51.4747957]},"properties":{"@type":"node","@id":1735570768,"@timestamp":1579704999},"coords":"51.4747957,-0.0819269","bedrooms":"0","price":"163000","area":"483"} , +{"type":"Feature","id":"n1735570851","geometry":{"type":"Point","coordinates":[-0.0788938,51.4748137]},"properties":{"@type":"node","@id":1735570851,"@timestamp":1579705114},"coords":"51.4748137,-0.0788938","bedrooms":"2","price":"201000","area":"484"} , +{"type":"Feature","id":"n1735570935","geometry":{"type":"Point","coordinates":[-0.089188,51.4748301]},"properties":{"@type":"node","@id":1735570935,"@timestamp":1579704999},"coords":"51.4748301,-0.089188","bedrooms":"3","price":"256000","area":"612"} , +{"type":"Feature","id":"n1735571003","geometry":{"type":"Point","coordinates":[-0.0668311,51.4748464]},"properties":{"@type":"node","@id":1735571003,"@timestamp":1579705114},"coords":"51.4748464,-0.0668311","bedrooms":"1","price":"150000","area":"692"} , +{"type":"Feature","id":"n1735571084","geometry":{"type":"Point","coordinates":[-0.0559377,51.4748571]},"properties":{"@type":"node","@id":1735571084,"@timestamp":1579714499},"coords":"51.4748571,-0.0559377","bedrooms":"1","price":"201000","area":"658"} , +{"type":"Feature","id":"n1735571186","geometry":{"type":"Point","coordinates":[-0.0667973,51.4749037]},"properties":{"@type":"node","@id":1735571186,"@timestamp":1579705114},"coords":"51.4749037,-0.0667973","bedrooms":"3","price":"287000","area":"603"} , +{"type":"Feature","id":"n1735571252","geometry":{"type":"Point","coordinates":[-0.0796325,51.4749049]},"properties":{"@type":"node","@id":1735571252,"@timestamp":1579705114},"coords":"51.4749049,-0.0796325","bedrooms":"2","price":"293000","area":"692"} , +{"type":"Feature","id":"n1735571345","geometry":{"type":"Point","coordinates":[-0.0795561,51.4749141]},"properties":{"@type":"node","@id":1735571345,"@timestamp":1579705114},"coords":"51.4749141,-0.0795561","bedrooms":"2","price":"221000","area":"621"} , +{"type":"Feature","id":"n1735571413","geometry":{"type":"Point","coordinates":[-0.0706615,51.4749237]},"properties":{"@type":"node","@id":1735571413,"@timestamp":1579705114},"coords":"51.4749237,-0.0706615","bedrooms":"4","price":"231000","area":"558"} , +{"type":"Feature","id":"n1735571468","geometry":{"type":"Point","coordinates":[-0.0662767,51.4749324]},"properties":{"@type":"node","@id":1735571468,"@timestamp":1579705114},"coords":"51.4749324,-0.0662767","bedrooms":"3","price":"178000","area":"451"} , +{"type":"Feature","id":"n1735571567","geometry":{"type":"Point","coordinates":[-0.0619148,51.4749402]},"properties":{"@type":"node","@id":1735571567,"@timestamp":1579714499},"coords":"51.4749402,-0.0619148","bedrooms":"2","price":"185000","area":"580"} , +{"type":"Feature","id":"n1735571648","geometry":{"type":"Point","coordinates":[-0.089409,51.4749546]},"properties":{"@type":"node","@id":1735571648,"@timestamp":1579704999},"coords":"51.4749546,-0.089409","bedrooms":"2","price":"244000","area":"400"} , +{"type":"Feature","id":"n1735571730","geometry":{"type":"Point","coordinates":[-0.0929978,51.4749685]},"properties":{"@type":"node","@id":1735571730,"@timestamp":1579704999},"coords":"51.4749685,-0.0929978","bedrooms":"0","price":"214000","area":"404"} , +{"type":"Feature","id":"n1735571800","geometry":{"type":"Point","coordinates":[-0.0922578,51.4749783]},"properties":{"@type":"node","@id":1735571800,"@timestamp":1579704999},"coords":"51.4749783,-0.0922578","bedrooms":"3","price":"254000","area":"351"} , +{"type":"Feature","id":"n1735571876","geometry":{"type":"Point","coordinates":[-0.079951,51.4749907]},"properties":{"@type":"node","@id":1735571876,"@timestamp":1579705114},"coords":"51.4749907,-0.079951","bedrooms":"3","price":"244000","area":"675"} , +{"type":"Feature","id":"n1735572111","geometry":{"type":"Point","coordinates":[-0.0760865,51.475001]},"properties":{"@type":"node","@id":1735572111,"@timestamp":1579705114},"coords":"51.475001,-0.0760865","bedrooms":"3","price":"191000","area":"538"} , +{"type":"Feature","id":"n1735572232","geometry":{"type":"Point","coordinates":[-0.0820633,51.4750104]},"properties":{"@type":"node","@id":1735572232,"@timestamp":1579704999},"coords":"51.4750104,-0.0820633","bedrooms":"0","price":"209000","area":"627"} , +{"type":"Feature","id":"n1735572332","geometry":{"type":"Point","coordinates":[-0.0701802,51.4750188]},"properties":{"@type":"node","@id":1735572332,"@timestamp":1579705114},"coords":"51.4750188,-0.0701802","bedrooms":"2","price":"169000","area":"595"} , +{"type":"Feature","id":"n1735572434","geometry":{"type":"Point","coordinates":[-0.0933669,51.4750203]},"properties":{"@type":"node","@id":1735572434,"@timestamp":1579704999},"coords":"51.4750203,-0.0933669","bedrooms":"4","price":"184000","area":"452"} , +{"type":"Feature","id":"n1735572507","geometry":{"type":"Point","coordinates":[-0.0662569,51.4750302]},"properties":{"@type":"node","@id":1735572507,"@timestamp":1579714499},"coords":"51.4750302,-0.0662569","bedrooms":"2","price":"262000","area":"405"} , +{"type":"Feature","id":"n1735572579","geometry":{"type":"Point","coordinates":[-0.0885855,51.4750462]},"properties":{"@type":"node","@id":1735572579,"@timestamp":1579704999},"coords":"51.4750462,-0.0885855","bedrooms":"4","price":"190000","area":"461"} , +{"type":"Feature","id":"n1735572661","geometry":{"type":"Point","coordinates":[-0.0534927,51.4750549]},"properties":{"@type":"node","@id":1735572661,"@timestamp":1579714499},"coords":"51.4750549,-0.0534927","bedrooms":"3","price":"171000","area":"504"} , +{"type":"Feature","id":"n1735572784","geometry":{"type":"Point","coordinates":[-0.0880212,51.4750643]},"properties":{"@type":"node","@id":1735572784,"@timestamp":1579704999},"coords":"51.4750643,-0.0880212","bedrooms":"1","price":"239000","area":"398"} , +{"type":"Feature","id":"n1735572923","geometry":{"type":"Point","coordinates":[-0.0821449,51.4750783]},"properties":{"@type":"node","@id":1735572923,"@timestamp":1579704999},"coords":"51.4750783,-0.0821449","bedrooms":"4","price":"167000","area":"436"} , +{"type":"Feature","id":"n1735573000","geometry":{"type":"Point","coordinates":[-0.0816442,51.4750904]},"properties":{"@type":"node","@id":1735573000,"@timestamp":1579704999},"coords":"51.4750904,-0.0816442","bedrooms":"2","price":"254000","area":"680"} , +{"type":"Feature","id":"n1735573086","geometry":{"type":"Point","coordinates":[-0.080455,51.4751028]},"properties":{"@type":"node","@id":1735573086,"@timestamp":1579705114},"coords":"51.4751028,-0.080455","bedrooms":"4","price":"228000","area":"412"} , +{"type":"Feature","id":"n1735573164","geometry":{"type":"Point","coordinates":[-0.0816779,51.4751167]},"properties":{"@type":"node","@id":1735573164,"@timestamp":1579704999},"coords":"51.4751167,-0.0816779","bedrooms":"1","price":"297000","area":"540"} , +{"type":"Feature","id":"n1735573225","geometry":{"type":"Point","coordinates":[-0.0820953,51.475125]},"properties":{"@type":"node","@id":1735573225,"@timestamp":1579704999},"coords":"51.475125,-0.0820953","bedrooms":"2","price":"219000","area":"684"} , +{"type":"Feature","id":"n1735573307","geometry":{"type":"Point","coordinates":[-0.0817231,51.4751372]},"properties":{"@type":"node","@id":1735573307,"@timestamp":1579704999},"coords":"51.4751372,-0.0817231","bedrooms":"3","price":"286000","area":"506"} , +{"type":"Feature","id":"n1735573367","geometry":{"type":"Point","coordinates":[-0.0578655,51.4751474]},"properties":{"@type":"node","@id":1735573367,"@timestamp":1579714499},"coords":"51.4751474,-0.0578655","bedrooms":"4","price":"174000","area":"628"} , +{"type":"Feature","id":"n1735573456","geometry":{"type":"Point","coordinates":[-0.0669442,51.4751553]},"properties":{"@type":"node","@id":1735573456,"@timestamp":1579705114},"coords":"51.4751553,-0.0669442","bedrooms":"4","price":"261000","area":"467"} , +{"type":"Feature","id":"n1735573532","geometry":{"type":"Point","coordinates":[-0.08504,51.4751721]},"properties":{"@type":"node","@id":1735573532,"@timestamp":1579704999},"coords":"51.4751721,-0.08504","bedrooms":"2","price":"295000","area":"444"} , +{"type":"Feature","id":"n1735573637","geometry":{"type":"Point","coordinates":[-0.0556657,51.4751814]},"properties":{"@type":"node","@id":1735573637,"@timestamp":1579714499},"coords":"51.4751814,-0.0556657","bedrooms":"0","price":"226000","area":"442"} , +{"type":"Feature","id":"n1735573742","geometry":{"type":"Point","coordinates":[-0.0821446,51.4751986]},"properties":{"@type":"node","@id":1735573742,"@timestamp":1579704999},"coords":"51.4751986,-0.0821446","bedrooms":"1","price":"287000","area":"632"} , +{"type":"Feature","id":"n1735573860","geometry":{"type":"Point","coordinates":[-0.0780362,51.4752109]},"properties":{"@type":"node","@id":1735573860,"@timestamp":1579705114},"coords":"51.4752109,-0.0780362","bedrooms":"2","price":"283000","area":"533"} , +{"type":"Feature","id":"n1735573975","geometry":{"type":"Point","coordinates":[-0.082325,51.4752224]},"properties":{"@type":"node","@id":1735573975,"@timestamp":1579704999},"coords":"51.4752224,-0.082325","bedrooms":"1","price":"207000","area":"550"} , +{"type":"Feature","id":"n1735574072","geometry":{"type":"Point","coordinates":[-0.0723159,51.475229]},"properties":{"@type":"node","@id":1735574072,"@timestamp":1579705114},"coords":"51.475229,-0.0723159","bedrooms":"2","price":"186000","area":"588"} , +{"type":"Feature","id":"n1735574208","geometry":{"type":"Point","coordinates":[-0.0869481,51.4752447]},"properties":{"@type":"node","@id":1735574208,"@timestamp":1579704999},"coords":"51.4752447,-0.0869481","bedrooms":"3","price":"153000","area":"658"} , +{"type":"Feature","id":"n1735574344","geometry":{"type":"Point","coordinates":[-0.0568573,51.4752668]},"properties":{"@type":"node","@id":1735574344,"@timestamp":1579714499},"coords":"51.4752668,-0.0568573","bedrooms":"0","price":"243000","area":"488"} , +{"type":"Feature","id":"n1735574469","geometry":{"type":"Point","coordinates":[-0.0850065,51.475289]},"properties":{"@type":"node","@id":1735574469,"@timestamp":1579704999},"coords":"51.475289,-0.0850065","bedrooms":"0","price":"263000","area":"694"} , +{"type":"Feature","id":"n1735574583","geometry":{"type":"Point","coordinates":[-0.0662296,51.4753107]},"properties":{"@type":"node","@id":1735574583,"@timestamp":1579714499},"coords":"51.4753107,-0.0662296","bedrooms":"0","price":"241000","area":"363"} , +{"type":"Feature","id":"n1735574663","geometry":{"type":"Point","coordinates":[-0.0607254,51.4753283]},"properties":{"@type":"node","@id":1735574663,"@timestamp":1579714499},"coords":"51.4753283,-0.0607254","bedrooms":"0","price":"210000","area":"470"} , +{"type":"Feature","id":"n1735574735","geometry":{"type":"Point","coordinates":[-0.0556449,51.4753446]},"properties":{"@type":"node","@id":1735574735,"@timestamp":1579714499},"coords":"51.4753446,-0.0556449","bedrooms":"0","price":"187000","area":"379"} , +{"type":"Feature","id":"n1735574817","geometry":{"type":"Point","coordinates":[-0.0811085,51.4753691]},"properties":{"@type":"node","@id":1735574817,"@timestamp":1579704999},"coords":"51.4753691,-0.0811085","bedrooms":"4","price":"263000","area":"484"} , +{"type":"Feature","id":"n1735574889","geometry":{"type":"Point","coordinates":[-0.0779463,51.4753803]},"properties":{"@type":"node","@id":1735574889,"@timestamp":1579705114},"coords":"51.4753803,-0.0779463","bedrooms":"2","price":"192000","area":"417"} , +{"type":"Feature","id":"n1735574954","geometry":{"type":"Point","coordinates":[-0.0808657,51.4754022]},"properties":{"@type":"node","@id":1735574954,"@timestamp":1579704999},"coords":"51.4754022,-0.0808657","bedrooms":"0","price":"154000","area":"425"} , +{"type":"Feature","id":"n1735575056","geometry":{"type":"Point","coordinates":[-0.0893608,51.4754247]},"properties":{"@type":"node","@id":1735575056,"@timestamp":1579704999},"coords":"51.4754247,-0.0893608","bedrooms":"4","price":"228000","area":"580"} , +{"type":"Feature","id":"n1735575176","geometry":{"type":"Point","coordinates":[-0.0667138,51.4754465]},"properties":{"@type":"node","@id":1735575176,"@timestamp":1579705114},"coords":"51.4754465,-0.0667138","bedrooms":"3","price":"286000","area":"591"} , +{"type":"Feature","id":"n1735575252","geometry":{"type":"Point","coordinates":[-0.0897871,51.4754592]},"properties":{"@type":"node","@id":1735575252,"@timestamp":1579704999},"coords":"51.4754592,-0.0897871","bedrooms":"3","price":"298000","area":"579"} , +{"type":"Feature","id":"n1735575342","geometry":{"type":"Point","coordinates":[-0.0599104,51.4754955]},"properties":{"@type":"node","@id":1735575342,"@timestamp":1579714499},"coords":"51.4754955,-0.0599104","bedrooms":"0","price":"169000","area":"585"} , +{"type":"Feature","id":"n1735575414","geometry":{"type":"Point","coordinates":[-0.0926525,51.475491]},"properties":{"@type":"node","@id":1735575414,"@timestamp":1579704999},"coords":"51.475491,-0.0926525","bedrooms":"3","price":"258000","area":"582"} , +{"type":"Feature","id":"n1735575510","geometry":{"type":"Point","coordinates":[-0.0707759,51.4755033]},"properties":{"@type":"node","@id":1735575510,"@timestamp":1579705114},"coords":"51.4755033,-0.0707759","bedrooms":"0","price":"187000","area":"544"} , +{"type":"Feature","id":"n1735575604","geometry":{"type":"Point","coordinates":[-0.0927111,51.475521]},"properties":{"@type":"node","@id":1735575604,"@timestamp":1579704999},"coords":"51.475521,-0.0927111","bedrooms":"3","price":"252000","area":"393"} , +{"type":"Feature","id":"n1735575744","geometry":{"type":"Point","coordinates":[-0.060999,51.4755309]},"properties":{"@type":"node","@id":1735575744,"@timestamp":1579714499},"coords":"51.4755309,-0.060999","bedrooms":"0","price":"285000","area":"387"} , +{"type":"Feature","id":"n1735575846","geometry":{"type":"Point","coordinates":[-0.0799342,51.4755347]},"properties":{"@type":"node","@id":1735575846,"@timestamp":1579705114},"coords":"51.4755347,-0.0799342","bedrooms":"2","price":"224000","area":"445"} , +{"type":"Feature","id":"n1735575941","geometry":{"type":"Point","coordinates":[-0.0881045,51.4755426]},"properties":{"@type":"node","@id":1735575941,"@timestamp":1607799415},"coords":"51.4755426,-0.0881045","bedrooms":"2","price":"153000","area":"477"} , +{"type":"Feature","id":"n1735576048","geometry":{"type":"Point","coordinates":[-0.0772006,51.4755513]},"properties":{"@type":"node","@id":1735576048,"@timestamp":1579705114},"coords":"51.4755513,-0.0772006","bedrooms":"4","price":"269000","area":"568"} , +{"type":"Feature","id":"n1735576131","geometry":{"type":"Point","coordinates":[-0.0722634,51.4755617]},"properties":{"@type":"node","@id":1735576131,"@timestamp":1579705114},"coords":"51.4755617,-0.0722634","bedrooms":"0","price":"167000","area":"448"} , +{"type":"Feature","id":"n1735576237","geometry":{"type":"Point","coordinates":[-0.0682301,51.4755804]},"properties":{"@type":"node","@id":1735576237,"@timestamp":1579705114},"coords":"51.4755804,-0.0682301","bedrooms":"2","price":"153000","area":"625"} , +{"type":"Feature","id":"n1735576315","geometry":{"type":"Point","coordinates":[-0.0629872,51.4756009]},"properties":{"@type":"node","@id":1735576315,"@timestamp":1579714499},"coords":"51.4756009,-0.0629872","bedrooms":"1","price":"273000","area":"499"} , +{"type":"Feature","id":"n1735576426","geometry":{"type":"Point","coordinates":[-0.0680357,51.4756173]},"properties":{"@type":"node","@id":1735576426,"@timestamp":1579705114},"coords":"51.4756173,-0.0680357","bedrooms":"2","price":"185000","area":"621"} , +{"type":"Feature","id":"n1735576555","geometry":{"type":"Point","coordinates":[-0.07231,51.4756298]},"properties":{"@type":"node","@id":1735576555,"@timestamp":1579705114},"coords":"51.4756298,-0.07231","bedrooms":"1","price":"266000","area":"382"} , +{"type":"Feature","id":"n1735576738","geometry":{"type":"Point","coordinates":[-0.0579052,51.4756488]},"properties":{"@type":"node","@id":1735576738,"@timestamp":1579714499},"coords":"51.4756488,-0.0579052","bedrooms":"4","price":"285000","area":"430"} , +{"type":"Feature","id":"n1735577099","geometry":{"type":"Point","coordinates":[-0.0718003,51.4756659]},"properties":{"@type":"node","@id":1735577099,"@timestamp":1579705114},"coords":"51.4756659,-0.0718003","bedrooms":"1","price":"185000","area":"384"} , +{"type":"Feature","id":"n1735577234","geometry":{"type":"Point","coordinates":[-0.0759098,51.4756808]},"properties":{"@type":"node","@id":1735577234,"@timestamp":1579705114},"coords":"51.4756808,-0.0759098","bedrooms":"1","price":"164000","area":"379"} , +{"type":"Feature","id":"n1735577392","geometry":{"type":"Point","coordinates":[-0.0683683,51.4756929]},"properties":{"@type":"node","@id":1735577392,"@timestamp":1579705114},"coords":"51.4756929,-0.0683683","bedrooms":"3","price":"288000","area":"387"} , +{"type":"Feature","id":"n1735577527","geometry":{"type":"Point","coordinates":[-0.0717493,51.4757039]},"properties":{"@type":"node","@id":1735577527,"@timestamp":1579705114},"coords":"51.4757039,-0.0717493","bedrooms":"4","price":"270000","area":"463"} , +{"type":"Feature","id":"n1735577637","geometry":{"type":"Point","coordinates":[-0.0679335,51.4757106]},"properties":{"@type":"node","@id":1735577637,"@timestamp":1579705114},"coords":"51.4757106,-0.0679335","bedrooms":"2","price":"274000","area":"661"} , +{"type":"Feature","id":"n1735577746","geometry":{"type":"Point","coordinates":[-0.0679742,51.4757227]},"properties":{"@type":"node","@id":1735577746,"@timestamp":1579705114},"coords":"51.4757227,-0.0679742","bedrooms":"2","price":"282000","area":"658"} , +{"type":"Feature","id":"n1735577865","geometry":{"type":"Point","coordinates":[-0.0813804,51.4757388]},"properties":{"@type":"node","@id":1735577865,"@timestamp":1579704999},"coords":"51.4757388,-0.0813804","bedrooms":"4","price":"175000","area":"631"} , +{"type":"Feature","id":"n1735577963","geometry":{"type":"Point","coordinates":[-0.0678194,51.4757493]},"properties":{"@type":"node","@id":1735577963,"@timestamp":1579705114},"coords":"51.4757493,-0.0678194","bedrooms":"2","price":"266000","area":"480"} , +{"type":"Feature","id":"n1735578046","geometry":{"type":"Point","coordinates":[-0.0811059,51.4757655]},"properties":{"@type":"node","@id":1735578046,"@timestamp":1579704999},"coords":"51.4757655,-0.0811059","bedrooms":"1","price":"252000","area":"454"} , +{"type":"Feature","id":"n1735578125","geometry":{"type":"Point","coordinates":[-0.0678833,51.4757737]},"properties":{"@type":"node","@id":1735578125,"@timestamp":1579705114},"coords":"51.4757737,-0.0678833","bedrooms":"0","price":"273000","area":"497"} , +{"type":"Feature","id":"n1735578201","geometry":{"type":"Point","coordinates":[-0.0668798,51.4757923]},"properties":{"@type":"node","@id":1735578201,"@timestamp":1579705114},"coords":"51.4757923,-0.0668798","bedrooms":"1","price":"254000","area":"667"} , +{"type":"Feature","id":"n1735578277","geometry":{"type":"Point","coordinates":[-0.0562654,51.4758088]},"properties":{"@type":"node","@id":1735578277,"@timestamp":1579714499},"coords":"51.4758088,-0.0562654","bedrooms":"4","price":"156000","area":"588"} , +{"type":"Feature","id":"n1735578344","geometry":{"type":"Point","coordinates":[-0.0674907,51.4758242]},"properties":{"@type":"node","@id":1735578344,"@timestamp":1579705114},"coords":"51.4758242,-0.0674907","bedrooms":"1","price":"180000","area":"387"} , +{"type":"Feature","id":"n1735578424","geometry":{"type":"Point","coordinates":[-0.0674073,51.4758381]},"properties":{"@type":"node","@id":1735578424,"@timestamp":1579705114},"coords":"51.4758381,-0.0674073","bedrooms":"4","price":"172000","area":"366"} , +{"type":"Feature","id":"n1735578494","geometry":{"type":"Point","coordinates":[-0.0854742,51.4758476]},"properties":{"@type":"node","@id":1735578494,"@timestamp":1579704999},"coords":"51.4758476,-0.0854742","bedrooms":"2","price":"231000","area":"619"} , +{"type":"Feature","id":"n1735578565","geometry":{"type":"Point","coordinates":[-0.0815704,51.4758532]},"properties":{"@type":"node","@id":1735578565,"@timestamp":1579704999},"coords":"51.4758532,-0.0815704","bedrooms":"3","price":"198000","area":"382"} , +{"type":"Feature","id":"n1735578651","geometry":{"type":"Point","coordinates":[-0.0703814,51.4758711]},"properties":{"@type":"node","@id":1735578651,"@timestamp":1579705114},"coords":"51.4758711,-0.0703814","bedrooms":"4","price":"199000","area":"483"} , +{"type":"Feature","id":"n1735578726","geometry":{"type":"Point","coordinates":[-0.0892236,51.4758836]},"properties":{"@type":"node","@id":1735578726,"@timestamp":1579704999},"coords":"51.4758836,-0.0892236","bedrooms":"4","price":"271000","area":"635"} , +{"type":"Feature","id":"n1735578830","geometry":{"type":"Point","coordinates":[-0.0589858,51.4758944]},"properties":{"@type":"node","@id":1735578830,"@timestamp":1579714499},"coords":"51.4758944,-0.0589858","bedrooms":"0","price":"286000","area":"642"} , +{"type":"Feature","id":"n1735578962","geometry":{"type":"Point","coordinates":[-0.0857672,51.4759063]},"properties":{"@type":"node","@id":1735578962,"@timestamp":1579704999},"coords":"51.4759063,-0.0857672","bedrooms":"2","price":"227000","area":"607"} , +{"type":"Feature","id":"n1735579104","geometry":{"type":"Point","coordinates":[-0.0859036,51.4759222]},"properties":{"@type":"node","@id":1735579104,"@timestamp":1579704999},"coords":"51.4759222,-0.0859036","bedrooms":"3","price":"243000","area":"493"} , +{"type":"Feature","id":"n1735579209","geometry":{"type":"Point","coordinates":[-0.0718567,51.4759318]},"properties":{"@type":"node","@id":1735579209,"@timestamp":1579705114},"coords":"51.4759318,-0.0718567","bedrooms":"4","price":"227000","area":"518"} , +{"type":"Feature","id":"n1735579320","geometry":{"type":"Point","coordinates":[-0.0887533,51.4759418]},"properties":{"@type":"node","@id":1735579320,"@timestamp":1579704999},"coords":"51.4759418,-0.0887533","bedrooms":"2","price":"204000","area":"609"} , +{"type":"Feature","id":"n1735579404","geometry":{"type":"Point","coordinates":[-0.0887809,51.4759627]},"properties":{"@type":"node","@id":1735579404,"@timestamp":1579704999},"coords":"51.4759627,-0.0887809","bedrooms":"4","price":"189000","area":"475"} , +{"type":"Feature","id":"n1735579486","geometry":{"type":"Point","coordinates":[-0.0964567,51.4759743]},"properties":{"@type":"node","@id":1735579486,"@timestamp":1579704999},"coords":"51.4759743,-0.0964567","bedrooms":"4","price":"183000","area":"403"} , +{"type":"Feature","id":"n1735579569","geometry":{"type":"Point","coordinates":[-0.0573,51.4759838]},"properties":{"@type":"node","@id":1735579569,"@timestamp":1579714499},"coords":"51.4759838,-0.0573","bedrooms":"4","price":"201000","area":"468"} , +{"type":"Feature","id":"n1735579687","geometry":{"type":"Point","coordinates":[-0.0528328,51.4759965]},"properties":{"@type":"node","@id":1735579687,"@timestamp":1579714499},"coords":"51.4759965,-0.0528328","bedrooms":"2","price":"152000","area":"582"} , +{"type":"Feature","id":"n1735579816","geometry":{"type":"Point","coordinates":[-0.0707035,51.4760177]},"properties":{"@type":"node","@id":1735579816,"@timestamp":1579705114},"coords":"51.4760177,-0.0707035","bedrooms":"1","price":"242000","area":"377"} , +{"type":"Feature","id":"n1735579933","geometry":{"type":"Point","coordinates":[-0.0865222,51.4760294]},"properties":{"@type":"node","@id":1735579933,"@timestamp":1579704999},"coords":"51.4760294,-0.0865222","bedrooms":"1","price":"197000","area":"584"} , +{"type":"Feature","id":"n1735580041","geometry":{"type":"Point","coordinates":[-0.0579005,51.4760474]},"properties":{"@type":"node","@id":1735580041,"@timestamp":1579714499},"coords":"51.4760474,-0.0579005","bedrooms":"1","price":"150000","area":"548"} , +{"type":"Feature","id":"n1735580158","geometry":{"type":"Point","coordinates":[-0.0892795,51.4760606]},"properties":{"@type":"node","@id":1735580158,"@timestamp":1579704999},"coords":"51.4760606,-0.0892795","bedrooms":"1","price":"157000","area":"520"} , +{"type":"Feature","id":"n1735580298","geometry":{"type":"Point","coordinates":[-0.0609472,51.4760748]},"properties":{"@type":"node","@id":1735580298,"@timestamp":1579714499},"coords":"51.4760748,-0.0609472","bedrooms":"2","price":"262000","area":"487"} , +{"type":"Feature","id":"n1735580416","geometry":{"type":"Point","coordinates":[-0.0561796,51.4760833]},"properties":{"@type":"node","@id":1735580416,"@timestamp":1579714499},"coords":"51.4760833,-0.0561796","bedrooms":"2","price":"283000","area":"497"} , +{"type":"Feature","id":"n1735580505","geometry":{"type":"Point","coordinates":[-0.0574981,51.4760953]},"properties":{"@type":"node","@id":1735580505,"@timestamp":1579714499},"coords":"51.4760953,-0.0574981","bedrooms":"3","price":"161000","area":"553"} , +{"type":"Feature","id":"n1735580609","geometry":{"type":"Point","coordinates":[-0.0553484,51.4761135]},"properties":{"@type":"node","@id":1735580609,"@timestamp":1579714499},"coords":"51.4761135,-0.0553484","bedrooms":"0","price":"212000","area":"353"} , +{"type":"Feature","id":"n1735580723","geometry":{"type":"Point","coordinates":[-0.0564976,51.4761344]},"properties":{"@type":"node","@id":1735580723,"@timestamp":1579714499},"coords":"51.4761344,-0.0564976","bedrooms":"1","price":"165000","area":"428"} , +{"type":"Feature","id":"n1735580953","geometry":{"type":"Point","coordinates":[-0.070485,51.4761468]},"properties":{"@type":"node","@id":1735580953,"@timestamp":1579705114},"coords":"51.4761468,-0.070485","bedrooms":"3","price":"203000","area":"431"} , +{"type":"Feature","id":"n1735581211","geometry":{"type":"Point","coordinates":[-0.0704936,51.4761584]},"properties":{"@type":"node","@id":1735581211,"@timestamp":1579705114},"coords":"51.4761584,-0.0704936","bedrooms":"1","price":"258000","area":"691"} , +{"type":"Feature","id":"n1735581483","geometry":{"type":"Point","coordinates":[-0.0528333,51.4761683]},"properties":{"@type":"node","@id":1735581483,"@timestamp":1579714499},"coords":"51.4761683,-0.0528333","bedrooms":"0","price":"164000","area":"673"} , +{"type":"Feature","id":"n1735581639","geometry":{"type":"Point","coordinates":[-0.0723178,51.4761814]},"properties":{"@type":"node","@id":1735581639,"@timestamp":1579705114},"coords":"51.4761814,-0.0723178","bedrooms":"3","price":"153000","area":"542"} , +{"type":"Feature","id":"n1735581832","geometry":{"type":"Point","coordinates":[-0.1003148,51.4761912]},"properties":{"@type":"node","@id":1735581832,"@timestamp":1579704999},"coords":"51.4761912,-0.1003148","bedrooms":"2","price":"227000","area":"692"} , +{"type":"Feature","id":"n1735581989","geometry":{"type":"Point","coordinates":[-0.0865516,51.4762028]},"properties":{"@type":"node","@id":1735581989,"@timestamp":1579704999},"coords":"51.4762028,-0.0865516","bedrooms":"4","price":"155000","area":"654"} , +{"type":"Feature","id":"n1735582282","geometry":{"type":"Point","coordinates":[-0.0865413,51.476217]},"properties":{"@type":"node","@id":1735582282,"@timestamp":1579704999},"coords":"51.476217,-0.0865413","bedrooms":"2","price":"153000","area":"489"} , +{"type":"Feature","id":"n1735582548","geometry":{"type":"Point","coordinates":[-0.0704121,51.4762301]},"properties":{"@type":"node","@id":1735582548,"@timestamp":1579705114},"coords":"51.4762301,-0.0704121","bedrooms":"4","price":"260000","area":"646"} , +{"type":"Feature","id":"n1735582780","geometry":{"type":"Point","coordinates":[-0.0563538,51.4762394]},"properties":{"@type":"node","@id":1735582780,"@timestamp":1579714499},"coords":"51.4762394,-0.0563538","bedrooms":"1","price":"202000","area":"358"} , +{"type":"Feature","id":"n1735583013","geometry":{"type":"Point","coordinates":[-0.0576974,51.47625]},"properties":{"@type":"node","@id":1735583013,"@timestamp":1579714499},"coords":"51.47625,-0.0576974","bedrooms":"1","price":"216000","area":"428"} , +{"type":"Feature","id":"n1735583189","geometry":{"type":"Point","coordinates":[-0.0930437,51.4762674]},"properties":{"@type":"node","@id":1735583189,"@timestamp":1579704999},"coords":"51.4762674,-0.0930437","bedrooms":"4","price":"211000","area":"575"} , +{"type":"Feature","id":"n1735583383","geometry":{"type":"Point","coordinates":[-0.0681358,51.4763446]},"properties":{"@type":"node","@id":1735583383,"@timestamp":1579705114},"coords":"51.4763446,-0.0681358","bedrooms":"4","price":"196000","area":"475"} , +{"type":"Feature","id":"n1735583894","geometry":{"type":"Point","coordinates":[-0.0706324,51.4762914]},"properties":{"@type":"node","@id":1735583894,"@timestamp":1579705114},"coords":"51.4762914,-0.0706324","bedrooms":"4","price":"191000","area":"467"} , +{"type":"Feature","id":"n1735584127","geometry":{"type":"Point","coordinates":[-0.0568121,51.4763028]},"properties":{"@type":"node","@id":1735584127,"@timestamp":1579714499},"coords":"51.4763028,-0.0568121","bedrooms":"0","price":"225000","area":"545"} , +{"type":"Feature","id":"n1735584288","geometry":{"type":"Point","coordinates":[-0.0630949,51.4763211]},"properties":{"@type":"node","@id":1735584288,"@timestamp":1579714499},"coords":"51.4763211,-0.0630949","bedrooms":"1","price":"183000","area":"621"} , +{"type":"Feature","id":"n1735584441","geometry":{"type":"Point","coordinates":[-0.0605364,51.4763424]},"properties":{"@type":"node","@id":1735584441,"@timestamp":1579714499},"coords":"51.4763424,-0.0605364","bedrooms":"1","price":"183000","area":"653"} , +{"type":"Feature","id":"n1735584618","geometry":{"type":"Point","coordinates":[-0.070849,51.4763577]},"properties":{"@type":"node","@id":1735584618,"@timestamp":1579705114},"coords":"51.4763577,-0.070849","bedrooms":"0","price":"199000","area":"544"} , +{"type":"Feature","id":"n1735584743","geometry":{"type":"Point","coordinates":[-0.0605321,51.476368]},"properties":{"@type":"node","@id":1735584743,"@timestamp":1579714499},"coords":"51.476368,-0.0605321","bedrooms":"3","price":"217000","area":"516"} , +{"type":"Feature","id":"n1735584922","geometry":{"type":"Point","coordinates":[-0.0864014,51.4763768]},"properties":{"@type":"node","@id":1735584922,"@timestamp":1579704999},"coords":"51.4763768,-0.0864014","bedrooms":"1","price":"284000","area":"652"} , +{"type":"Feature","id":"n1735585064","geometry":{"type":"Point","coordinates":[-0.0935693,51.4763864]},"properties":{"@type":"node","@id":1735585064,"@timestamp":1579704999},"coords":"51.4763864,-0.0935693","bedrooms":"1","price":"189000","area":"462"} , +{"type":"Feature","id":"n1735585238","geometry":{"type":"Point","coordinates":[-0.0644958,51.4763946]},"properties":{"@type":"node","@id":1735585238,"@timestamp":1579714499},"coords":"51.4763946,-0.0644958","bedrooms":"2","price":"203000","area":"552"} , +{"type":"Feature","id":"n1735585357","geometry":{"type":"Point","coordinates":[-0.0872597,51.4764008]},"properties":{"@type":"node","@id":1735585357,"@timestamp":1579704999},"coords":"51.4764008,-0.0872597","bedrooms":"0","price":"234000","area":"463"} , +{"type":"Feature","id":"n1735585523","geometry":{"type":"Point","coordinates":[-0.0620787,51.4764092]},"properties":{"@type":"node","@id":1735585523,"@timestamp":1579714499},"coords":"51.4764092,-0.0620787","bedrooms":"2","price":"296000","area":"533"} , +{"type":"Feature","id":"n1735585644","geometry":{"type":"Point","coordinates":[-0.0548238,51.4764198]},"properties":{"@type":"node","@id":1735585644,"@timestamp":1579714499},"coords":"51.4764198,-0.0548238","bedrooms":"0","price":"182000","area":"445"} , +{"type":"Feature","id":"n1735585773","geometry":{"type":"Point","coordinates":[-0.0605435,51.4764336]},"properties":{"@type":"node","@id":1735585773,"@timestamp":1579714499},"coords":"51.4764336,-0.0605435","bedrooms":"0","price":"289000","area":"448"} , +{"type":"Feature","id":"n1735585876","geometry":{"type":"Point","coordinates":[-0.0857969,51.4764465]},"properties":{"@type":"node","@id":1735585876,"@timestamp":1579704999},"coords":"51.4764465,-0.0857969","bedrooms":"0","price":"276000","area":"695"} , +{"type":"Feature","id":"n1735585973","geometry":{"type":"Point","coordinates":[-0.0709144,51.4764535]},"properties":{"@type":"node","@id":1735585973,"@timestamp":1579705114},"coords":"51.4764535,-0.0709144","bedrooms":"3","price":"296000","area":"357"} , +{"type":"Feature","id":"n1735586077","geometry":{"type":"Point","coordinates":[-0.0807511,51.4764579]},"properties":{"@type":"node","@id":1735586077,"@timestamp":1579705114},"coords":"51.4764579,-0.0807511","bedrooms":"4","price":"183000","area":"420"} , +{"type":"Feature","id":"n1735586202","geometry":{"type":"Point","coordinates":[-0.0940434,51.4764709]},"properties":{"@type":"node","@id":1735586202,"@timestamp":1579704999},"coords":"51.4764709,-0.0940434","bedrooms":"1","price":"204000","area":"549"} , +{"type":"Feature","id":"n1735586326","geometry":{"type":"Point","coordinates":[-0.0568506,51.4764826]},"properties":{"@type":"node","@id":1735586326,"@timestamp":1579714499},"coords":"51.4764826,-0.0568506","bedrooms":"4","price":"285000","area":"681"} , +{"type":"Feature","id":"n1735586495","geometry":{"type":"Point","coordinates":[-0.0681462,51.4764918]},"properties":{"@type":"node","@id":1735586495,"@timestamp":1579705114},"coords":"51.4764918,-0.0681462","bedrooms":"4","price":"181000","area":"571"} , +{"type":"Feature","id":"n1735586602","geometry":{"type":"Point","coordinates":[-0.0738248,51.4765042]},"properties":{"@type":"node","@id":1735586602,"@timestamp":1579705114},"coords":"51.4765042,-0.0738248","bedrooms":"2","price":"291000","area":"473"} , +{"type":"Feature","id":"n1735586728","geometry":{"type":"Point","coordinates":[-0.058772,51.4765203]},"properties":{"@type":"node","@id":1735586728,"@timestamp":1579714499},"coords":"51.4765203,-0.058772","bedrooms":"0","price":"184000","area":"663"} , +{"type":"Feature","id":"n1735586856","geometry":{"type":"Point","coordinates":[-0.080231,51.4765326]},"properties":{"@type":"node","@id":1735586856,"@timestamp":1579705114},"coords":"51.4765326,-0.080231","bedrooms":"3","price":"236000","area":"512"} , +{"type":"Feature","id":"n1735586987","geometry":{"type":"Point","coordinates":[-0.0834826,51.4765401]},"properties":{"@type":"node","@id":1735586987,"@timestamp":1579704999},"coords":"51.4765401,-0.0834826","bedrooms":"3","price":"246000","area":"534"} , +{"type":"Feature","id":"n1735587076","geometry":{"type":"Point","coordinates":[-0.0767585,51.4765464]},"properties":{"@type":"node","@id":1735587076,"@timestamp":1579705114},"coords":"51.4765464,-0.0767585","bedrooms":"3","price":"203000","area":"583"} , +{"type":"Feature","id":"n1735587194","geometry":{"type":"Point","coordinates":[-0.0734204,51.4765556]},"properties":{"@type":"node","@id":1735587194,"@timestamp":1579705114},"coords":"51.4765556,-0.0734204","bedrooms":"4","price":"255000","area":"467"} , +{"type":"Feature","id":"n1735587308","geometry":{"type":"Point","coordinates":[-0.0967245,51.476564]},"properties":{"@type":"node","@id":1735587308,"@timestamp":1579704999},"coords":"51.476564,-0.0967245","bedrooms":"3","price":"263000","area":"603"} , +{"type":"Feature","id":"n1735587435","geometry":{"type":"Point","coordinates":[-0.0682287,51.4765707]},"properties":{"@type":"node","@id":1735587435,"@timestamp":1579705114},"coords":"51.4765707,-0.0682287","bedrooms":"1","price":"173000","area":"578"} , +{"type":"Feature","id":"n1735587558","geometry":{"type":"Point","coordinates":[-0.0774444,51.4765753]},"properties":{"@type":"node","@id":1735587558,"@timestamp":1579705114},"coords":"51.4765753,-0.0774444","bedrooms":"0","price":"228000","area":"466"} , +{"type":"Feature","id":"n1735587638","geometry":{"type":"Point","coordinates":[-0.0682131,51.4765801]},"properties":{"@type":"node","@id":1735587638,"@timestamp":1579705114},"coords":"51.4765801,-0.0682131","bedrooms":"4","price":"217000","area":"402"} , +{"type":"Feature","id":"n1735587708","geometry":{"type":"Point","coordinates":[-0.0680878,51.4765898]},"properties":{"@type":"node","@id":1735587708,"@timestamp":1579705114},"coords":"51.4765898,-0.0680878","bedrooms":"3","price":"185000","area":"399"} , +{"type":"Feature","id":"n1735587791","geometry":{"type":"Point","coordinates":[-0.0607111,51.4765988]},"properties":{"@type":"node","@id":1735587791,"@timestamp":1579714499},"coords":"51.4765988,-0.0607111","bedrooms":"3","price":"213000","area":"368"} , +{"type":"Feature","id":"n1735587872","geometry":{"type":"Point","coordinates":[-0.0738157,51.4766071]},"properties":{"@type":"node","@id":1735587872,"@timestamp":1579705114},"coords":"51.4766071,-0.0738157","bedrooms":"0","price":"255000","area":"543"} , +{"type":"Feature","id":"n1735587957","geometry":{"type":"Point","coordinates":[-0.054125,51.476615]},"properties":{"@type":"node","@id":1735587957,"@timestamp":1579714499},"coords":"51.476615,-0.054125","bedrooms":"4","price":"253000","area":"637"} , +{"type":"Feature","id":"n1735588107","geometry":{"type":"Point","coordinates":[-0.0708999,51.4766235]},"properties":{"@type":"node","@id":1735588107,"@timestamp":1579705114},"coords":"51.4766235,-0.0708999","bedrooms":"3","price":"153000","area":"472"} , +{"type":"Feature","id":"n1735588270","geometry":{"type":"Point","coordinates":[-0.070755,51.4766348]},"properties":{"@type":"node","@id":1735588270,"@timestamp":1579705114},"coords":"51.4766348,-0.070755","bedrooms":"4","price":"197000","area":"389"} , +{"type":"Feature","id":"n1735588433","geometry":{"type":"Point","coordinates":[-0.0779252,51.4766452]},"properties":{"@type":"node","@id":1735588433,"@timestamp":1579705114},"coords":"51.4766452,-0.0779252","bedrooms":"3","price":"294000","area":"371"} , +{"type":"Feature","id":"n1735588549","geometry":{"type":"Point","coordinates":[-0.0707468,51.4766563]},"properties":{"@type":"node","@id":1735588549,"@timestamp":1579705114},"coords":"51.4766563,-0.0707468","bedrooms":"0","price":"196000","area":"476"} , +{"type":"Feature","id":"n1735588650","geometry":{"type":"Point","coordinates":[-0.0895938,51.4766662]},"properties":{"@type":"node","@id":1735588650,"@timestamp":1579704999},"coords":"51.4766662,-0.0895938","bedrooms":"0","price":"258000","area":"477"} , +{"type":"Feature","id":"n1735588757","geometry":{"type":"Point","coordinates":[-0.0895151,51.47668]},"properties":{"@type":"node","@id":1735588757,"@timestamp":1579704999},"coords":"51.47668,-0.0895151","bedrooms":"4","price":"233000","area":"401"} , +{"type":"Feature","id":"n1735588908","geometry":{"type":"Point","coordinates":[-0.0710284,51.4766975]},"properties":{"@type":"node","@id":1735588908,"@timestamp":1579705114},"coords":"51.4766975,-0.0710284","bedrooms":"3","price":"263000","area":"687"} , +{"type":"Feature","id":"n1735589010","geometry":{"type":"Point","coordinates":[-0.0539274,51.4767039]},"properties":{"@type":"node","@id":1735589010,"@timestamp":1579714499},"coords":"51.4767039,-0.0539274","bedrooms":"4","price":"173000","area":"588"} , +{"type":"Feature","id":"n1735589116","geometry":{"type":"Point","coordinates":[-0.0865602,51.4767122]},"properties":{"@type":"node","@id":1735589116,"@timestamp":1579704999},"coords":"51.4767122,-0.0865602","bedrooms":"1","price":"211000","area":"561"} , +{"type":"Feature","id":"n1735589201","geometry":{"type":"Point","coordinates":[-0.0588932,51.4767201]},"properties":{"@type":"node","@id":1735589201,"@timestamp":1579714499},"coords":"51.4767201,-0.0588932","bedrooms":"0","price":"215000","area":"651"} , +{"type":"Feature","id":"n1735589265","geometry":{"type":"Point","coordinates":[-0.0680005,51.4767217]},"properties":{"@type":"node","@id":1735589265,"@timestamp":1579705114},"coords":"51.4767217,-0.0680005","bedrooms":"2","price":"299000","area":"599"} , +{"type":"Feature","id":"n1735589323","geometry":{"type":"Point","coordinates":[-0.0973543,51.4767393]},"properties":{"@type":"node","@id":1735589323,"@timestamp":1579704999},"coords":"51.4767393,-0.0973543","bedrooms":"1","price":"199000","area":"402"} , +{"type":"Feature","id":"n1735589384","geometry":{"type":"Point","coordinates":[-0.0859928,51.476745]},"properties":{"@type":"node","@id":1735589384,"@timestamp":1579704999},"coords":"51.476745,-0.0859928","bedrooms":"3","price":"179000","area":"567"} , +{"type":"Feature","id":"n1735589463","geometry":{"type":"Point","coordinates":[-0.0707701,51.476756]},"properties":{"@type":"node","@id":1735589463,"@timestamp":1579705114},"coords":"51.476756,-0.0707701","bedrooms":"1","price":"286000","area":"526"} , +{"type":"Feature","id":"n1735589587","geometry":{"type":"Point","coordinates":[-0.0541287,51.4767763]},"properties":{"@type":"node","@id":1735589587,"@timestamp":1579714499},"coords":"51.4767763,-0.0541287","bedrooms":"3","price":"253000","area":"419"} , +{"type":"Feature","id":"n1735589665","geometry":{"type":"Point","coordinates":[-0.0937958,51.4767861]},"properties":{"@type":"node","@id":1735589665,"@timestamp":1579704999},"coords":"51.4767861,-0.0937958","bedrooms":"4","price":"190000","area":"576"} , +{"type":"Feature","id":"n1735589759","geometry":{"type":"Point","coordinates":[-0.0780975,51.4767945]},"properties":{"@type":"node","@id":1735589759,"@timestamp":1579705114},"coords":"51.4767945,-0.0780975","bedrooms":"3","price":"286000","area":"404"} , +{"type":"Feature","id":"n1735589944","geometry":{"type":"Point","coordinates":[-0.0569527,51.4768021]},"properties":{"@type":"node","@id":1735589944,"@timestamp":1579714499},"coords":"51.4768021,-0.0569527","bedrooms":"1","price":"179000","area":"371"} , +{"type":"Feature","id":"n1735590031","geometry":{"type":"Point","coordinates":[-0.0900395,51.4768153]},"properties":{"@type":"node","@id":1735590031,"@timestamp":1579704999},"coords":"51.4768153,-0.0900395","bedrooms":"4","price":"294000","area":"659"} , +{"type":"Feature","id":"n1735590126","geometry":{"type":"Point","coordinates":[-0.0886334,51.4768227]},"properties":{"@type":"node","@id":1735590126,"@timestamp":1579704999},"coords":"51.4768227,-0.0886334","bedrooms":"4","price":"275000","area":"479"} , +{"type":"Feature","id":"n1735590235","geometry":{"type":"Point","coordinates":[-0.0982597,51.4768347]},"properties":{"@type":"node","@id":1735590235,"@timestamp":1579704999},"coords":"51.4768347,-0.0982597","bedrooms":"1","price":"192000","area":"509"} , +{"type":"Feature","id":"n1735590324","geometry":{"type":"Point","coordinates":[-0.0803551,51.4768459]},"properties":{"@type":"node","@id":1735590324,"@timestamp":1579705114},"coords":"51.4768459,-0.0803551","bedrooms":"4","price":"298000","area":"415"} , +{"type":"Feature","id":"n1735590403","geometry":{"type":"Point","coordinates":[-0.0668492,51.4768605]},"properties":{"@type":"node","@id":1735590403,"@timestamp":1579705114},"coords":"51.4768605,-0.0668492","bedrooms":"3","price":"174000","area":"448"} , +{"type":"Feature","id":"n1735590485","geometry":{"type":"Point","coordinates":[-0.0552068,51.4768659]},"properties":{"@type":"node","@id":1735590485,"@timestamp":1579714499},"coords":"51.4768659,-0.0552068","bedrooms":"1","price":"251000","area":"659"} , +{"type":"Feature","id":"n1735590624","geometry":{"type":"Point","coordinates":[-0.0551811,51.4768752]},"properties":{"@type":"node","@id":1735590624,"@timestamp":1579714499},"coords":"51.4768752,-0.0551811","bedrooms":"0","price":"188000","area":"447"} , +{"type":"Feature","id":"n1735590702","geometry":{"type":"Point","coordinates":[-0.0823696,51.4768879]},"properties":{"@type":"node","@id":1735590702,"@timestamp":1579704999},"coords":"51.4768879,-0.0823696","bedrooms":"3","price":"165000","area":"619"} , +{"type":"Feature","id":"n1735590765","geometry":{"type":"Point","coordinates":[-0.0804562,51.4769019]},"properties":{"@type":"node","@id":1735590765,"@timestamp":1579705114},"coords":"51.4769019,-0.0804562","bedrooms":"2","price":"157000","area":"536"} , +{"type":"Feature","id":"n1735590832","geometry":{"type":"Point","coordinates":[-0.0708496,51.4769092]},"properties":{"@type":"node","@id":1735590832,"@timestamp":1579705114},"coords":"51.4769092,-0.0708496","bedrooms":"1","price":"291000","area":"671"} , +{"type":"Feature","id":"n1735590896","geometry":{"type":"Point","coordinates":[-0.0758712,51.4769197]},"properties":{"@type":"node","@id":1735590896,"@timestamp":1579705114},"coords":"51.4769197,-0.0758712","bedrooms":"0","price":"279000","area":"616"} , +{"type":"Feature","id":"n1735590961","geometry":{"type":"Point","coordinates":[-0.0875588,51.4769359]},"properties":{"@type":"node","@id":1735590961,"@timestamp":1579704999},"coords":"51.4769359,-0.0875588","bedrooms":"4","price":"157000","area":"409"} , +{"type":"Feature","id":"n1735591019","geometry":{"type":"Point","coordinates":[-0.0838608,51.4769476]},"properties":{"@type":"node","@id":1735591019,"@timestamp":1579704999},"coords":"51.4769476,-0.0838608","bedrooms":"0","price":"181000","area":"569"} , +{"type":"Feature","id":"n1735591061","geometry":{"type":"Point","coordinates":[-0.0550268,51.4769661]},"properties":{"@type":"node","@id":1735591061,"@timestamp":1579714499},"coords":"51.4769661,-0.0550268","bedrooms":"1","price":"173000","area":"520"} , +{"type":"Feature","id":"n1735591128","geometry":{"type":"Point","coordinates":[-0.0536616,51.4769868]},"properties":{"@type":"node","@id":1735591128,"@timestamp":1579714499},"coords":"51.4769868,-0.0536616","bedrooms":"1","price":"242000","area":"520"} , +{"type":"Feature","id":"n1735591143","geometry":{"type":"Point","coordinates":[-0.0686149,51.476999]},"properties":{"@type":"node","@id":1735591143,"@timestamp":1579705114},"coords":"51.476999,-0.0686149","bedrooms":"0","price":"214000","area":"450"} , +{"type":"Feature","id":"n1735591176","geometry":{"type":"Point","coordinates":[-0.0826206,51.4770072]},"properties":{"@type":"node","@id":1735591176,"@timestamp":1579704999},"coords":"51.4770072,-0.0826206","bedrooms":"4","price":"210000","area":"544"} , +{"type":"Feature","id":"n1735591208","geometry":{"type":"Point","coordinates":[-0.0782168,51.4770158]},"properties":{"@type":"node","@id":1735591208,"@timestamp":1579714499},"coords":"51.4770158,-0.0782168","bedrooms":"4","price":"165000","area":"490"} , +{"type":"Feature","id":"n1735591242","geometry":{"type":"Point","coordinates":[-0.086976,51.4770332]},"properties":{"@type":"node","@id":1735591242,"@timestamp":1579704999},"coords":"51.4770332,-0.086976","bedrooms":"1","price":"241000","area":"652"} , +{"type":"Feature","id":"n1735591283","geometry":{"type":"Point","coordinates":[-0.0985456,51.4770468]},"properties":{"@type":"node","@id":1735591283,"@timestamp":1579704973},"coords":"51.4770468,-0.0985456","bedrooms":"2","price":"213000","area":"540"} , +{"type":"Feature","id":"n1735591323","geometry":{"type":"Point","coordinates":[-0.0987394,51.477056]},"properties":{"@type":"node","@id":1735591323,"@timestamp":1579704973},"coords":"51.477056,-0.0987394","bedrooms":"4","price":"158000","area":"555"} , +{"type":"Feature","id":"n1735591361","geometry":{"type":"Point","coordinates":[-0.0985905,51.4770763]},"properties":{"@type":"node","@id":1735591361,"@timestamp":1579704973},"coords":"51.4770763,-0.0985905","bedrooms":"4","price":"267000","area":"427"} , +{"type":"Feature","id":"n1735591400","geometry":{"type":"Point","coordinates":[-0.0709316,51.4770852]},"properties":{"@type":"node","@id":1735591400,"@timestamp":1579714499},"coords":"51.4770852,-0.0709316","bedrooms":"2","price":"237000","area":"584"} , +{"type":"Feature","id":"n1735591467","geometry":{"type":"Point","coordinates":[-0.0881538,51.477095]},"properties":{"@type":"node","@id":1735591467,"@timestamp":1579704999},"coords":"51.477095,-0.0881538","bedrooms":"3","price":"211000","area":"583"} , +{"type":"Feature","id":"n1735591503","geometry":{"type":"Point","coordinates":[-0.0980527,51.4771106]},"properties":{"@type":"node","@id":1735591503,"@timestamp":1579704973},"coords":"51.4771106,-0.0980527","bedrooms":"1","price":"152000","area":"383"} , +{"type":"Feature","id":"n1735591547","geometry":{"type":"Point","coordinates":[-0.0989794,51.4771251]},"properties":{"@type":"node","@id":1735591547,"@timestamp":1579704973},"coords":"51.4771251,-0.0989794","bedrooms":"0","price":"208000","area":"370"} , +{"type":"Feature","id":"n1735591611","geometry":{"type":"Point","coordinates":[-0.0650574,51.477114]},"properties":{"@type":"node","@id":1735591611,"@timestamp":1579714499},"coords":"51.477114,-0.0650574","bedrooms":"1","price":"252000","area":"507"} , +{"type":"Feature","id":"n1735591697","geometry":{"type":"Point","coordinates":[-0.0986869,51.4771506]},"properties":{"@type":"node","@id":1735591697,"@timestamp":1579704973},"coords":"51.4771506,-0.0986869","bedrooms":"4","price":"187000","area":"357"} , +{"type":"Feature","id":"n1735591809","geometry":{"type":"Point","coordinates":[-0.0712393,51.4771599]},"properties":{"@type":"node","@id":1735591809,"@timestamp":1579714499},"coords":"51.4771599,-0.0712393","bedrooms":"2","price":"244000","area":"551"} , +{"type":"Feature","id":"n1735591894","geometry":{"type":"Point","coordinates":[-0.062704,51.4771875]},"properties":{"@type":"node","@id":1735591894,"@timestamp":1579714499},"coords":"51.4771875,-0.062704","bedrooms":"1","price":"263000","area":"360"} , +{"type":"Feature","id":"n1735591973","geometry":{"type":"Point","coordinates":[-0.0982,51.4771746]},"properties":{"@type":"node","@id":1735591973,"@timestamp":1579704973},"coords":"51.4771746,-0.0982","bedrooms":"0","price":"185000","area":"497"} , +{"type":"Feature","id":"n1735592045","geometry":{"type":"Point","coordinates":[-0.0892799,51.477186]},"properties":{"@type":"node","@id":1735592045,"@timestamp":1579704999},"coords":"51.477186,-0.0892799","bedrooms":"4","price":"296000","area":"555"} , +{"type":"Feature","id":"n1735592130","geometry":{"type":"Point","coordinates":[-0.0929265,51.4771931]},"properties":{"@type":"node","@id":1735592130,"@timestamp":1579704999},"coords":"51.4771931,-0.0929265","bedrooms":"2","price":"174000","area":"433"} , +{"type":"Feature","id":"n1735592248","geometry":{"type":"Point","coordinates":[-0.0573925,51.477202]},"properties":{"@type":"node","@id":1735592248,"@timestamp":1579714499},"coords":"51.477202,-0.0573925","bedrooms":"4","price":"259000","area":"670"} , +{"type":"Feature","id":"n1735592340","geometry":{"type":"Point","coordinates":[-0.0653713,51.4772088]},"properties":{"@type":"node","@id":1735592340,"@timestamp":1579714499},"coords":"51.4772088,-0.0653713","bedrooms":"4","price":"229000","area":"671"} , +{"type":"Feature","id":"n1735592433","geometry":{"type":"Point","coordinates":[-0.0540757,51.4772213]},"properties":{"@type":"node","@id":1735592433,"@timestamp":1579714499},"coords":"51.4772213,-0.0540757","bedrooms":"2","price":"195000","area":"562"} , +{"type":"Feature","id":"n1735592577","geometry":{"type":"Point","coordinates":[-0.0669697,51.4772349]},"properties":{"@type":"node","@id":1735592577,"@timestamp":1579714499},"coords":"51.4772349,-0.0669697","bedrooms":"4","price":"262000","area":"417"} , +{"type":"Feature","id":"n1735592734","geometry":{"type":"Point","coordinates":[-0.0813434,51.4772542]},"properties":{"@type":"node","@id":1735592734,"@timestamp":1579704999},"coords":"51.4772542,-0.0813434","bedrooms":"0","price":"250000","area":"408"} , +{"type":"Feature","id":"n1735592862","geometry":{"type":"Point","coordinates":[-0.055742,51.4772678]},"properties":{"@type":"node","@id":1735592862,"@timestamp":1579714499},"coords":"51.4772678,-0.055742","bedrooms":"2","price":"291000","area":"557"} , +{"type":"Feature","id":"n1735592962","geometry":{"type":"Point","coordinates":[-0.0699928,51.4772899]},"properties":{"@type":"node","@id":1735592962,"@timestamp":1579714499},"coords":"51.4772899,-0.0699928","bedrooms":"2","price":"290000","area":"629"} , +{"type":"Feature","id":"n1735593078","geometry":{"type":"Point","coordinates":[-0.0583717,51.4772927]},"properties":{"@type":"node","@id":1735593078,"@timestamp":1579714499},"coords":"51.4772927,-0.0583717","bedrooms":"2","price":"229000","area":"391"} , +{"type":"Feature","id":"n1735593219","geometry":{"type":"Point","coordinates":[-0.0669765,51.4772868]},"properties":{"@type":"node","@id":1735593219,"@timestamp":1579714499},"coords":"51.4772868,-0.0669765","bedrooms":"4","price":"276000","area":"616"} , +{"type":"Feature","id":"n1735593316","geometry":{"type":"Point","coordinates":[-0.0688388,51.477313]},"properties":{"@type":"node","@id":1735593316,"@timestamp":1579714499},"coords":"51.477313,-0.0688388","bedrooms":"2","price":"178000","area":"459"} , +{"type":"Feature","id":"n1735593368","geometry":{"type":"Point","coordinates":[-0.0946552,51.4773172]},"properties":{"@type":"node","@id":1735593368,"@timestamp":1579704999},"coords":"51.4773172,-0.0946552","bedrooms":"4","price":"287000","area":"494"} , +{"type":"Feature","id":"n1735593415","geometry":{"type":"Point","coordinates":[-0.0960898,51.4773254]},"properties":{"@type":"node","@id":1735593415,"@timestamp":1579704973},"coords":"51.4773254,-0.0960898","bedrooms":"2","price":"257000","area":"362"} , +{"type":"Feature","id":"n1735593452","geometry":{"type":"Point","coordinates":[-0.095947,51.4773324]},"properties":{"@type":"node","@id":1735593452,"@timestamp":1579704973},"coords":"51.4773324,-0.095947","bedrooms":"1","price":"236000","area":"435"} , +{"type":"Feature","id":"n1735593503","geometry":{"type":"Point","coordinates":[-0.0581985,51.4773382]},"properties":{"@type":"node","@id":1735593503,"@timestamp":1579714499},"coords":"51.4773382,-0.0581985","bedrooms":"4","price":"268000","area":"574"} , +{"type":"Feature","id":"n1735593555","geometry":{"type":"Point","coordinates":[-0.07244,51.4773479]},"properties":{"@type":"node","@id":1735593555,"@timestamp":1579714499},"coords":"51.4773479,-0.07244","bedrooms":"4","price":"251000","area":"380"} , +{"type":"Feature","id":"n1735593589","geometry":{"type":"Point","coordinates":[-0.0707409,51.4773572]},"properties":{"@type":"node","@id":1735593589,"@timestamp":1579714499},"coords":"51.4773572,-0.0707409","bedrooms":"4","price":"283000","area":"690"} , +{"type":"Feature","id":"n1735593748","geometry":{"type":"Point","coordinates":[-0.0636063,51.4773709]},"properties":{"@type":"node","@id":1735593748,"@timestamp":1579714499},"coords":"51.4773709,-0.0636063","bedrooms":"4","price":"157000","area":"435"} , +{"type":"Feature","id":"n1735593843","geometry":{"type":"Point","coordinates":[-0.0993074,51.4773881]},"properties":{"@type":"node","@id":1735593843,"@timestamp":1579704973},"coords":"51.4773881,-0.0993074","bedrooms":"3","price":"253000","area":"542"} , +{"type":"Feature","id":"n1735593900","geometry":{"type":"Point","coordinates":[-0.0720229,51.4773981]},"properties":{"@type":"node","@id":1735593900,"@timestamp":1579714499},"coords":"51.4773981,-0.0720229","bedrooms":"2","price":"167000","area":"575"} , +{"type":"Feature","id":"n1735593991","geometry":{"type":"Point","coordinates":[-0.0990515,51.4774075]},"properties":{"@type":"node","@id":1735593991,"@timestamp":1579704973},"coords":"51.4774075,-0.0990515","bedrooms":"3","price":"151000","area":"371"} , +{"type":"Feature","id":"n1735594081","geometry":{"type":"Point","coordinates":[-0.0535954,51.4774141]},"properties":{"@type":"node","@id":1735594081,"@timestamp":1579714499},"coords":"51.4774141,-0.0535954","bedrooms":"3","price":"256000","area":"690"} , +{"type":"Feature","id":"n1735594201","geometry":{"type":"Point","coordinates":[-0.0681919,51.4774251]},"properties":{"@type":"node","@id":1735594201,"@timestamp":1579714499},"coords":"51.4774251,-0.0681919","bedrooms":"0","price":"182000","area":"493"} , +{"type":"Feature","id":"n1735594322","geometry":{"type":"Point","coordinates":[-0.0964923,51.4774355]},"properties":{"@type":"node","@id":1735594322,"@timestamp":1579704973},"coords":"51.4774355,-0.0964923","bedrooms":"3","price":"180000","area":"361"} , +{"type":"Feature","id":"n1735594419","geometry":{"type":"Point","coordinates":[-0.0616272,51.4774488]},"properties":{"@type":"node","@id":1735594419,"@timestamp":1579714499},"coords":"51.4774488,-0.0616272","bedrooms":"0","price":"214000","area":"523"} , +{"type":"Feature","id":"n1735594500","geometry":{"type":"Point","coordinates":[-0.0761541,51.4774553]},"properties":{"@type":"node","@id":1735594500,"@timestamp":1579705114},"coords":"51.4774553,-0.0761541","bedrooms":"2","price":"218000","area":"464"} , +{"type":"Feature","id":"n1735594583","geometry":{"type":"Point","coordinates":[-0.09913,51.4774607]},"properties":{"@type":"node","@id":1735594583,"@timestamp":1579704973},"coords":"51.4774607,-0.09913","bedrooms":"2","price":"273000","area":"497"} , +{"type":"Feature","id":"n1735594648","geometry":{"type":"Point","coordinates":[-0.0572474,51.4774705]},"properties":{"@type":"node","@id":1735594648,"@timestamp":1579714499},"coords":"51.4774705,-0.0572474","bedrooms":"2","price":"272000","area":"659"} , +{"type":"Feature","id":"n1735594711","geometry":{"type":"Point","coordinates":[-0.0575178,51.4774789]},"properties":{"@type":"node","@id":1735594711,"@timestamp":1579714499},"coords":"51.4774789,-0.0575178","bedrooms":"1","price":"273000","area":"496"} , +{"type":"Feature","id":"n1735594775","geometry":{"type":"Point","coordinates":[-0.0900495,51.4774913]},"properties":{"@type":"node","@id":1735594775,"@timestamp":1579704999},"coords":"51.4774913,-0.0900495","bedrooms":"1","price":"205000","area":"401"} , +{"type":"Feature","id":"n1735594836","geometry":{"type":"Point","coordinates":[-0.0532902,51.4775073]},"properties":{"@type":"node","@id":1735594836,"@timestamp":1579714499},"coords":"51.4775073,-0.0532902","bedrooms":"0","price":"193000","area":"414"} , +{"type":"Feature","id":"n1735594878","geometry":{"type":"Point","coordinates":[-0.0982637,51.4775183]},"properties":{"@type":"node","@id":1735594878,"@timestamp":1579704973},"coords":"51.4775183,-0.0982637","bedrooms":"0","price":"180000","area":"607"} , +{"type":"Feature","id":"n1735594925","geometry":{"type":"Point","coordinates":[-0.0852478,51.4775317]},"properties":{"@type":"node","@id":1735594925,"@timestamp":1579704999},"coords":"51.4775317,-0.0852478","bedrooms":"3","price":"223000","area":"356"} , +{"type":"Feature","id":"n1735594966","geometry":{"type":"Point","coordinates":[-0.0577939,51.4775431]},"properties":{"@type":"node","@id":1735594966,"@timestamp":1579714499},"coords":"51.4775431,-0.0577939","bedrooms":"3","price":"197000","area":"441"} , +{"type":"Feature","id":"n1735595007","geometry":{"type":"Point","coordinates":[-0.0685339,51.4775552]},"properties":{"@type":"node","@id":1735595007,"@timestamp":1579714499},"coords":"51.4775552,-0.0685339","bedrooms":"3","price":"178000","area":"628"} , +{"type":"Feature","id":"n1735595038","geometry":{"type":"Point","coordinates":[-0.0989367,51.4775702]},"properties":{"@type":"node","@id":1735595038,"@timestamp":1579704973},"coords":"51.4775702,-0.0989367","bedrooms":"2","price":"274000","area":"432"} , +{"type":"Feature","id":"n1735595069","geometry":{"type":"Point","coordinates":[-0.0678623,51.4775856]},"properties":{"@type":"node","@id":1735595069,"@timestamp":1579714499},"coords":"51.4775856,-0.0678623","bedrooms":"0","price":"231000","area":"588"} , +{"type":"Feature","id":"n1735595156","geometry":{"type":"Point","coordinates":[-0.0584435,51.4776003]},"properties":{"@type":"node","@id":1735595156,"@timestamp":1579714499},"coords":"51.4776003,-0.0584435","bedrooms":"2","price":"207000","area":"376"} , +{"type":"Feature","id":"n1735595237","geometry":{"type":"Point","coordinates":[-0.0814762,51.4776149]},"properties":{"@type":"node","@id":1735595237,"@timestamp":1579704999},"coords":"51.4776149,-0.0814762","bedrooms":"0","price":"226000","area":"663"} , +{"type":"Feature","id":"n1735595326","geometry":{"type":"Point","coordinates":[-0.0899381,51.4776196]},"properties":{"@type":"node","@id":1735595326,"@timestamp":1579704999},"coords":"51.4776196,-0.0899381","bedrooms":"0","price":"232000","area":"373"} , +{"type":"Feature","id":"n1735595449","geometry":{"type":"Point","coordinates":[-0.0898223,51.4776281]},"properties":{"@type":"node","@id":1735595449,"@timestamp":1579704999},"coords":"51.4776281,-0.0898223","bedrooms":"3","price":"156000","area":"557"} , +{"type":"Feature","id":"n1735595528","geometry":{"type":"Point","coordinates":[-0.0577024,51.4776438]},"properties":{"@type":"node","@id":1735595528,"@timestamp":1579714499},"coords":"51.4776438,-0.0577024","bedrooms":"4","price":"158000","area":"560"} , +{"type":"Feature","id":"n1735595645","geometry":{"type":"Point","coordinates":[-0.0567937,51.4776529]},"properties":{"@type":"node","@id":1735595645,"@timestamp":1579714499},"coords":"51.4776529,-0.0567937","bedrooms":"1","price":"297000","area":"435"} , +{"type":"Feature","id":"n1735595739","geometry":{"type":"Point","coordinates":[-0.0869414,51.4776678]},"properties":{"@type":"node","@id":1735595739,"@timestamp":1579704999},"coords":"51.4776678,-0.0869414","bedrooms":"2","price":"173000","area":"468"} , +{"type":"Feature","id":"n1735595835","geometry":{"type":"Point","coordinates":[-0.0557461,51.4776763]},"properties":{"@type":"node","@id":1735595835,"@timestamp":1579714499},"coords":"51.4776763,-0.0557461","bedrooms":"2","price":"197000","area":"698"} , +{"type":"Feature","id":"n1735595910","geometry":{"type":"Point","coordinates":[-0.0728517,51.4776858]},"properties":{"@type":"node","@id":1735595910,"@timestamp":1579714499},"coords":"51.4776858,-0.0728517","bedrooms":"2","price":"238000","area":"365"} , +{"type":"Feature","id":"n1735595996","geometry":{"type":"Point","coordinates":[-0.0964216,51.4776951]},"properties":{"@type":"node","@id":1735595996,"@timestamp":1579704973},"coords":"51.4776951,-0.0964216","bedrooms":"3","price":"192000","area":"672"} , +{"type":"Feature","id":"n1735596098","geometry":{"type":"Point","coordinates":[-0.0917867,51.4777025]},"properties":{"@type":"node","@id":1735596098,"@timestamp":1579704999},"coords":"51.4777025,-0.0917867","bedrooms":"0","price":"296000","area":"423"} , +{"type":"Feature","id":"n1735596212","geometry":{"type":"Point","coordinates":[-0.0628224,51.4777203]},"properties":{"@type":"node","@id":1735596212,"@timestamp":1579714499},"coords":"51.4777203,-0.0628224","bedrooms":"1","price":"283000","area":"672"} , +{"type":"Feature","id":"n1735596416","geometry":{"type":"Point","coordinates":[-0.0586333,51.4777186]},"properties":{"@type":"node","@id":1735596416,"@timestamp":1579714499},"coords":"51.4777186,-0.0586333","bedrooms":"1","price":"288000","area":"545"} , +{"type":"Feature","id":"n1735596640","geometry":{"type":"Point","coordinates":[-0.0952746,51.4777319]},"properties":{"@type":"node","@id":1735596640,"@timestamp":1579704999},"coords":"51.4777319,-0.0952746","bedrooms":"1","price":"250000","area":"515"} , +{"type":"Feature","id":"n1735596811","geometry":{"type":"Point","coordinates":[-0.0857312,51.4777421]},"properties":{"@type":"node","@id":1735596811,"@timestamp":1579704999},"coords":"51.4777421,-0.0857312","bedrooms":"2","price":"222000","area":"565"} , +{"type":"Feature","id":"n1735596990","geometry":{"type":"Point","coordinates":[-0.0855904,51.4777591]},"properties":{"@type":"node","@id":1735596990,"@timestamp":1579704999},"coords":"51.4777591,-0.0855904","bedrooms":"3","price":"291000","area":"356"} , +{"type":"Feature","id":"n1735597128","geometry":{"type":"Point","coordinates":[-0.0701534,51.4777693]},"properties":{"@type":"node","@id":1735597128,"@timestamp":1579714499},"coords":"51.4777693,-0.0701534","bedrooms":"2","price":"263000","area":"483"} , +{"type":"Feature","id":"n1735597244","geometry":{"type":"Point","coordinates":[-0.0927877,51.4777801]},"properties":{"@type":"node","@id":1735597244,"@timestamp":1579704999},"coords":"51.4777801,-0.0927877","bedrooms":"3","price":"191000","area":"607"} , +{"type":"Feature","id":"n1735597388","geometry":{"type":"Point","coordinates":[-0.0976342,51.4777884]},"properties":{"@type":"node","@id":1735597388,"@timestamp":1579704973},"coords":"51.4777884,-0.0976342","bedrooms":"0","price":"177000","area":"632"} , +{"type":"Feature","id":"n1735597548","geometry":{"type":"Point","coordinates":[-0.0991139,51.477802]},"properties":{"@type":"node","@id":1735597548,"@timestamp":1579704973},"coords":"51.477802,-0.0991139","bedrooms":"4","price":"214000","area":"483"} , +{"type":"Feature","id":"n1735597650","geometry":{"type":"Point","coordinates":[-0.0721955,51.4778113]},"properties":{"@type":"node","@id":1735597650,"@timestamp":1579714499},"coords":"51.4778113,-0.0721955","bedrooms":"1","price":"252000","area":"437"} , +{"type":"Feature","id":"n1735597782","geometry":{"type":"Point","coordinates":[-0.0578211,51.4778252]},"properties":{"@type":"node","@id":1735597782,"@timestamp":1579714499},"coords":"51.4778252,-0.0578211","bedrooms":"1","price":"298000","area":"623"} , +{"type":"Feature","id":"n1735597909","geometry":{"type":"Point","coordinates":[-0.1006141,51.4778374]},"properties":{"@type":"node","@id":1735597909,"@timestamp":1579704973},"coords":"51.4778374,-0.1006141","bedrooms":"0","price":"164000","area":"685"} , +{"type":"Feature","id":"n1735598018","geometry":{"type":"Point","coordinates":[-0.0713421,51.4778469]},"properties":{"@type":"node","@id":1735598018,"@timestamp":1579714499},"coords":"51.4778469,-0.0713421","bedrooms":"4","price":"266000","area":"551"} , +{"type":"Feature","id":"n1735598128","geometry":{"type":"Point","coordinates":[-0.0580933,51.4778597]},"properties":{"@type":"node","@id":1735598128,"@timestamp":1579714499},"coords":"51.4778597,-0.0580933","bedrooms":"3","price":"183000","area":"370"} , +{"type":"Feature","id":"n1735598242","geometry":{"type":"Point","coordinates":[-0.0763,51.4778713]},"properties":{"@type":"node","@id":1735598242,"@timestamp":1579705114},"coords":"51.4778713,-0.0763","bedrooms":"1","price":"273000","area":"350"} , +{"type":"Feature","id":"n1735598355","geometry":{"type":"Point","coordinates":[-0.0581376,51.4778835]},"properties":{"@type":"node","@id":1735598355,"@timestamp":1579714499},"coords":"51.4778835,-0.0581376","bedrooms":"1","price":"250000","area":"648"} , +{"type":"Feature","id":"n1735598509","geometry":{"type":"Point","coordinates":[-0.0906358,51.4778951]},"properties":{"@type":"node","@id":1735598509,"@timestamp":1579704999},"coords":"51.4778951,-0.0906358","bedrooms":"3","price":"284000","area":"526"} , +{"type":"Feature","id":"n1735598651","geometry":{"type":"Point","coordinates":[-0.0680734,51.4779071]},"properties":{"@type":"node","@id":1735598651,"@timestamp":1579714499},"coords":"51.4779071,-0.0680734","bedrooms":"1","price":"206000","area":"368"} , +{"type":"Feature","id":"n1735598806","geometry":{"type":"Point","coordinates":[-0.0920206,51.4779172]},"properties":{"@type":"node","@id":1735598806,"@timestamp":1579704973},"coords":"51.4779172,-0.0920206","bedrooms":"3","price":"235000","area":"603"} , +{"type":"Feature","id":"n1735599127","geometry":{"type":"Point","coordinates":[-0.0646584,51.4779358]},"properties":{"@type":"node","@id":1735599127,"@timestamp":1579714499},"coords":"51.4779358,-0.0646584","bedrooms":"1","price":"261000","area":"433"} , +{"type":"Feature","id":"n1735599275","geometry":{"type":"Point","coordinates":[-0.0649351,51.4779525]},"properties":{"@type":"node","@id":1735599275,"@timestamp":1579714499},"coords":"51.4779525,-0.0649351","bedrooms":"2","price":"251000","area":"689"} , +{"type":"Feature","id":"n1735599422","geometry":{"type":"Point","coordinates":[-0.0647822,51.4779659]},"properties":{"@type":"node","@id":1735599422,"@timestamp":1579714499},"coords":"51.4779659,-0.0647822","bedrooms":"2","price":"205000","area":"370"} , +{"type":"Feature","id":"n1735599562","geometry":{"type":"Point","coordinates":[-0.0683712,51.4779793]},"properties":{"@type":"node","@id":1735599562,"@timestamp":1579714499},"coords":"51.4779793,-0.0683712","bedrooms":"3","price":"251000","area":"559"} , +{"type":"Feature","id":"n1735599740","geometry":{"type":"Point","coordinates":[-0.0964282,51.4779981]},"properties":{"@type":"node","@id":1735599740,"@timestamp":1579704973},"coords":"51.4779981,-0.0964282","bedrooms":"0","price":"211000","area":"456"} , +{"type":"Feature","id":"n1735599889","geometry":{"type":"Point","coordinates":[-0.0723026,51.4780072]},"properties":{"@type":"node","@id":1735599889,"@timestamp":1579714499},"coords":"51.4780072,-0.0723026","bedrooms":"4","price":"239000","area":"400"} , +{"type":"Feature","id":"n1735600050","geometry":{"type":"Point","coordinates":[-0.0896861,51.4780206]},"properties":{"@type":"node","@id":1735600050,"@timestamp":1579704999},"coords":"51.4780206,-0.0896861","bedrooms":"0","price":"228000","area":"392"} , +{"type":"Feature","id":"n1735600188","geometry":{"type":"Point","coordinates":[-0.0726628,51.4780433]},"properties":{"@type":"node","@id":1735600188,"@timestamp":1579714499},"coords":"51.4780433,-0.0726628","bedrooms":"0","price":"238000","area":"696"} , +{"type":"Feature","id":"n1735600325","geometry":{"type":"Point","coordinates":[-0.0736986,51.4780524]},"properties":{"@type":"node","@id":1735600325,"@timestamp":1579705114},"coords":"51.4780524,-0.0736986","bedrooms":"2","price":"187000","area":"570"} , +{"type":"Feature","id":"n1735600412","geometry":{"type":"Point","coordinates":[-0.0985444,51.478069]},"properties":{"@type":"node","@id":1735600412,"@timestamp":1579704973},"coords":"51.478069,-0.0985444","bedrooms":"1","price":"201000","area":"663"} , +{"type":"Feature","id":"n1735600504","geometry":{"type":"Point","coordinates":[-0.0741935,51.4780805]},"properties":{"@type":"node","@id":1735600504,"@timestamp":1579705114},"coords":"51.4780805,-0.0741935","bedrooms":"4","price":"224000","area":"435"} , +{"type":"Feature","id":"n1735600615","geometry":{"type":"Point","coordinates":[-0.0932825,51.4780897]},"properties":{"@type":"node","@id":1735600615,"@timestamp":1579704973},"coords":"51.4780897,-0.0932825","bedrooms":"2","price":"195000","area":"385"} , +{"type":"Feature","id":"n1735600685","geometry":{"type":"Point","coordinates":[-0.0893467,51.4781027]},"properties":{"@type":"node","@id":1735600685,"@timestamp":1579704999},"coords":"51.4781027,-0.0893467","bedrooms":"4","price":"179000","area":"535"} , +{"type":"Feature","id":"n1735600788","geometry":{"type":"Point","coordinates":[-0.0683165,51.4781185]},"properties":{"@type":"node","@id":1735600788,"@timestamp":1579714499},"coords":"51.4781185,-0.0683165","bedrooms":"2","price":"210000","area":"362"} , +{"type":"Feature","id":"n1735600862","geometry":{"type":"Point","coordinates":[-0.0683701,51.478133]},"properties":{"@type":"node","@id":1735600862,"@timestamp":1579714499},"coords":"51.478133,-0.0683701","bedrooms":"3","price":"279000","area":"666"} , +{"type":"Feature","id":"n1735600913","geometry":{"type":"Point","coordinates":[-0.0704531,51.4781393]},"properties":{"@type":"node","@id":1735600913,"@timestamp":1579714499},"coords":"51.4781393,-0.0704531","bedrooms":"3","price":"211000","area":"624"} , +{"type":"Feature","id":"n1735601007","geometry":{"type":"Point","coordinates":[-0.0589189,51.4781504]},"properties":{"@type":"node","@id":1735601007,"@timestamp":1579714499},"coords":"51.4781504,-0.0589189","bedrooms":"3","price":"170000","area":"473"} , +{"type":"Feature","id":"n1735601109","geometry":{"type":"Point","coordinates":[-0.0721243,51.4781612]},"properties":{"@type":"node","@id":1735601109,"@timestamp":1579714499},"coords":"51.4781612,-0.0721243","bedrooms":"4","price":"166000","area":"539"} , +{"type":"Feature","id":"n1735601221","geometry":{"type":"Point","coordinates":[-0.0652327,51.4781747]},"properties":{"@type":"node","@id":1735601221,"@timestamp":1579714499},"coords":"51.4781747,-0.0652327","bedrooms":"3","price":"269000","area":"690"} , +{"type":"Feature","id":"n1735601333","geometry":{"type":"Point","coordinates":[-0.0554364,51.4781875]},"properties":{"@type":"node","@id":1735601333,"@timestamp":1579714499},"coords":"51.4781875,-0.0554364","bedrooms":"3","price":"243000","area":"661"} , +{"type":"Feature","id":"n1735601425","geometry":{"type":"Point","coordinates":[-0.0641052,51.478203]},"properties":{"@type":"node","@id":1735601425,"@timestamp":1579714499},"coords":"51.478203,-0.0641052","bedrooms":"3","price":"255000","area":"628"} , +{"type":"Feature","id":"n1735601499","geometry":{"type":"Point","coordinates":[-0.0721716,51.4782088]},"properties":{"@type":"node","@id":1735601499,"@timestamp":1579714499},"coords":"51.4782088,-0.0721716","bedrooms":"4","price":"208000","area":"626"} , +{"type":"Feature","id":"n1735601568","geometry":{"type":"Point","coordinates":[-0.0960302,51.4782305]},"properties":{"@type":"node","@id":1735601568,"@timestamp":1579704973},"coords":"51.4782305,-0.0960302","bedrooms":"1","price":"156000","area":"577"} , +{"type":"Feature","id":"n1735601611","geometry":{"type":"Point","coordinates":[-0.0719925,51.4782481]},"properties":{"@type":"node","@id":1735601611,"@timestamp":1579714499},"coords":"51.4782481,-0.0719925","bedrooms":"3","price":"270000","area":"532"} , +{"type":"Feature","id":"n1735601649","geometry":{"type":"Point","coordinates":[-0.0719426,51.4782587]},"properties":{"@type":"node","@id":1735601649,"@timestamp":1579714499},"coords":"51.4782587,-0.0719426","bedrooms":"2","price":"275000","area":"672"} , +{"type":"Feature","id":"n1735601693","geometry":{"type":"Point","coordinates":[-0.077477,51.4782711]},"properties":{"@type":"node","@id":1735601693,"@timestamp":1579705114},"coords":"51.4782711,-0.077477","bedrooms":"1","price":"209000","area":"448"} , +{"type":"Feature","id":"n1735601733","geometry":{"type":"Point","coordinates":[-0.0901047,51.4782907]},"properties":{"@type":"node","@id":1735601733,"@timestamp":1579704999},"coords":"51.4782907,-0.0901047","bedrooms":"4","price":"208000","area":"535"} , +{"type":"Feature","id":"n1735601799","geometry":{"type":"Point","coordinates":[-0.0964441,51.4783016]},"properties":{"@type":"node","@id":1735601799,"@timestamp":1579704973},"coords":"51.4783016,-0.0964441","bedrooms":"3","price":"189000","area":"421"} , +{"type":"Feature","id":"n1735601849","geometry":{"type":"Point","coordinates":[-0.0764023,51.478311]},"properties":{"@type":"node","@id":1735601849,"@timestamp":1579705114},"coords":"51.478311,-0.0764023","bedrooms":"3","price":"223000","area":"589"} , +{"type":"Feature","id":"n1735601885","geometry":{"type":"Point","coordinates":[-0.0552356,51.4783253]},"properties":{"@type":"node","@id":1735601885,"@timestamp":1579714499},"coords":"51.4783253,-0.0552356","bedrooms":"3","price":"294000","area":"576"} , +{"type":"Feature","id":"n1735601962","geometry":{"type":"Point","coordinates":[-0.0978086,51.4783385]},"properties":{"@type":"node","@id":1735601962,"@timestamp":1579704973},"coords":"51.4783385,-0.0978086","bedrooms":"3","price":"204000","area":"384"} , +{"type":"Feature","id":"n1735602094","geometry":{"type":"Point","coordinates":[-0.0934864,51.4783543]},"properties":{"@type":"node","@id":1735602094,"@timestamp":1579704973},"coords":"51.4783543,-0.0934864","bedrooms":"3","price":"252000","area":"354"} , +{"type":"Feature","id":"n1735602194","geometry":{"type":"Point","coordinates":[-0.0767406,51.4783623]},"properties":{"@type":"node","@id":1735602194,"@timestamp":1579705114},"coords":"51.4783623,-0.0767406","bedrooms":"2","price":"229000","area":"409"} , +{"type":"Feature","id":"n1735602328","geometry":{"type":"Point","coordinates":[-0.0701128,51.4783726]},"properties":{"@type":"node","@id":1735602328,"@timestamp":1579714499},"coords":"51.4783726,-0.0701128","bedrooms":"2","price":"250000","area":"454"} , +{"type":"Feature","id":"n1735602493","geometry":{"type":"Point","coordinates":[-0.071498,51.4783874]},"properties":{"@type":"node","@id":1735602493,"@timestamp":1579714499},"coords":"51.4783874,-0.071498","bedrooms":"2","price":"287000","area":"679"} , +{"type":"Feature","id":"n1735602654","geometry":{"type":"Point","coordinates":[-0.0695954,51.4784045]},"properties":{"@type":"node","@id":1735602654,"@timestamp":1579714499},"coords":"51.4784045,-0.0695954","bedrooms":"0","price":"291000","area":"386"} , +{"type":"Feature","id":"n1735602801","geometry":{"type":"Point","coordinates":[-0.0775128,51.4784111]},"properties":{"@type":"node","@id":1735602801,"@timestamp":1579705114},"coords":"51.4784111,-0.0775128","bedrooms":"4","price":"208000","area":"579"} , +{"type":"Feature","id":"n1735602961","geometry":{"type":"Point","coordinates":[-0.0979451,51.4784209]},"properties":{"@type":"node","@id":1735602961,"@timestamp":1579704973},"coords":"51.4784209,-0.0979451","bedrooms":"1","price":"263000","area":"650"} , +{"type":"Feature","id":"n1735603090","geometry":{"type":"Point","coordinates":[-0.0872486,51.4784307]},"properties":{"@type":"node","@id":1735603090,"@timestamp":1579704999},"coords":"51.4784307,-0.0872486","bedrooms":"3","price":"180000","area":"571"} , +{"type":"Feature","id":"n1735603190","geometry":{"type":"Point","coordinates":[-0.0706069,51.478438]},"properties":{"@type":"node","@id":1735603190,"@timestamp":1579714499},"coords":"51.478438,-0.0706069","bedrooms":"4","price":"215000","area":"360"} , +{"type":"Feature","id":"n1735603288","geometry":{"type":"Point","coordinates":[-0.0767651,51.4784445]},"properties":{"@type":"node","@id":1735603288,"@timestamp":1579705114},"coords":"51.4784445,-0.0767651","bedrooms":"0","price":"170000","area":"494"} , +{"type":"Feature","id":"n1735603376","geometry":{"type":"Point","coordinates":[-0.0958412,51.4784605]},"properties":{"@type":"node","@id":1735603376,"@timestamp":1579704973},"coords":"51.4784605,-0.0958412","bedrooms":"4","price":"283000","area":"542"} , +{"type":"Feature","id":"n1735603454","geometry":{"type":"Point","coordinates":[-0.0602875,51.4784688]},"properties":{"@type":"node","@id":1735603454,"@timestamp":1579714499},"coords":"51.4784688,-0.0602875","bedrooms":"4","price":"205000","area":"491"} , +{"type":"Feature","id":"n1735603538","geometry":{"type":"Point","coordinates":[-0.0934393,51.4784816]},"properties":{"@type":"node","@id":1735603538,"@timestamp":1579704973},"coords":"51.4784816,-0.0934393","bedrooms":"3","price":"262000","area":"524"} , +{"type":"Feature","id":"n1735603639","geometry":{"type":"Point","coordinates":[-0.0715192,51.4784916]},"properties":{"@type":"node","@id":1735603639,"@timestamp":1579714499},"coords":"51.4784916,-0.0715192","bedrooms":"1","price":"206000","area":"546"} , +{"type":"Feature","id":"n1735603727","geometry":{"type":"Point","coordinates":[-0.055265,51.4785047]},"properties":{"@type":"node","@id":1735603727,"@timestamp":1579714499},"coords":"51.4785047,-0.055265","bedrooms":"0","price":"183000","area":"667"} , +{"type":"Feature","id":"n1735603778","geometry":{"type":"Point","coordinates":[-0.0972051,51.478531]},"properties":{"@type":"node","@id":1735603778,"@timestamp":1579704973},"coords":"51.478531,-0.0972051","bedrooms":"0","price":"229000","area":"488"} , +{"type":"Feature","id":"n1735603863","geometry":{"type":"Point","coordinates":[-0.0970739,51.4785449]},"properties":{"@type":"node","@id":1735603863,"@timestamp":1579704973},"coords":"51.4785449,-0.0970739","bedrooms":"0","price":"278000","area":"463"} , +{"type":"Feature","id":"n1735603928","geometry":{"type":"Point","coordinates":[-0.0612749,51.4785355]},"properties":{"@type":"node","@id":1735603928,"@timestamp":1579714499},"coords":"51.4785355,-0.0612749","bedrooms":"1","price":"184000","area":"359"} , +{"type":"Feature","id":"n1735604001","geometry":{"type":"Point","coordinates":[-0.0762402,51.478547]},"properties":{"@type":"node","@id":1735604001,"@timestamp":1579705114},"coords":"51.478547,-0.0762402","bedrooms":"0","price":"276000","area":"426"} , +{"type":"Feature","id":"n1735604203","geometry":{"type":"Point","coordinates":[-0.0684541,51.4785619]},"properties":{"@type":"node","@id":1735604203,"@timestamp":1579714499},"coords":"51.4785619,-0.0684541","bedrooms":"1","price":"271000","area":"573"} , +{"type":"Feature","id":"n1735604289","geometry":{"type":"Point","coordinates":[-0.0549921,51.4785676]},"properties":{"@type":"node","@id":1735604289,"@timestamp":1579714499},"coords":"51.4785676,-0.0549921","bedrooms":"2","price":"277000","area":"582"} , +{"type":"Feature","id":"n1735604339","geometry":{"type":"Point","coordinates":[-0.0981451,51.4785745]},"properties":{"@type":"node","@id":1735604339,"@timestamp":1579704973},"coords":"51.4785745,-0.0981451","bedrooms":"3","price":"188000","area":"556"} , +{"type":"Feature","id":"n1735604370","geometry":{"type":"Point","coordinates":[-0.0980862,51.4785821]},"properties":{"@type":"node","@id":1735604370,"@timestamp":1579704973},"coords":"51.4785821,-0.0980862","bedrooms":"2","price":"176000","area":"647"} , +{"type":"Feature","id":"n1735604413","geometry":{"type":"Point","coordinates":[-0.0980202,51.4785882]},"properties":{"@type":"node","@id":1735604413,"@timestamp":1579704973},"coords":"51.4785882,-0.0980202","bedrooms":"3","price":"270000","area":"612"} , +{"type":"Feature","id":"n1735604465","geometry":{"type":"Point","coordinates":[-0.0547724,51.4785937]},"properties":{"@type":"node","@id":1735604465,"@timestamp":1579714499},"coords":"51.4785937,-0.0547724","bedrooms":"1","price":"192000","area":"444"} , +{"type":"Feature","id":"n1735604505","geometry":{"type":"Point","coordinates":[-0.0762432,51.4786006]},"properties":{"@type":"node","@id":1735604505,"@timestamp":1579705114},"coords":"51.4786006,-0.0762432","bedrooms":"0","price":"288000","area":"616"} , +{"type":"Feature","id":"n1735604550","geometry":{"type":"Point","coordinates":[-0.0696109,51.4786061]},"properties":{"@type":"node","@id":1735604550,"@timestamp":1579714499},"coords":"51.4786061,-0.0696109","bedrooms":"4","price":"224000","area":"586"} , +{"type":"Feature","id":"n1735604601","geometry":{"type":"Point","coordinates":[-0.0751331,51.4786141]},"properties":{"@type":"node","@id":1735604601,"@timestamp":1579705114},"coords":"51.4786141,-0.0751331","bedrooms":"1","price":"255000","area":"392"} , +{"type":"Feature","id":"n1735604639","geometry":{"type":"Point","coordinates":[-0.092164,51.478621]},"properties":{"@type":"node","@id":1735604639,"@timestamp":1579704973},"coords":"51.478621,-0.092164","bedrooms":"2","price":"271000","area":"412"} , +{"type":"Feature","id":"n1735604708","geometry":{"type":"Point","coordinates":[-0.0899727,51.4786334]},"properties":{"@type":"node","@id":1735604708,"@timestamp":1579704999},"coords":"51.4786334,-0.0899727","bedrooms":"3","price":"267000","area":"404"} , +{"type":"Feature","id":"n1735604801","geometry":{"type":"Point","coordinates":[-0.0803299,51.4786409]},"properties":{"@type":"node","@id":1735604801,"@timestamp":1579705114},"coords":"51.4786409,-0.0803299","bedrooms":"2","price":"271000","area":"384"} , +{"type":"Feature","id":"n1735604897","geometry":{"type":"Point","coordinates":[-0.0842321,51.4786481]},"properties":{"@type":"node","@id":1735604897,"@timestamp":1579704999},"coords":"51.4786481,-0.0842321","bedrooms":"1","price":"257000","area":"486"} , +{"type":"Feature","id":"n1735605038","geometry":{"type":"Point","coordinates":[-0.055182,51.4786583]},"properties":{"@type":"node","@id":1735605038,"@timestamp":1579714499},"coords":"51.4786583,-0.055182","bedrooms":"3","price":"267000","area":"458"} , +{"type":"Feature","id":"n1735605144","geometry":{"type":"Point","coordinates":[-0.0881576,51.4786717]},"properties":{"@type":"node","@id":1735605144,"@timestamp":1579704999},"coords":"51.4786717,-0.0881576","bedrooms":"1","price":"235000","area":"500"} , +{"type":"Feature","id":"n1735605255","geometry":{"type":"Point","coordinates":[-0.0772541,51.4786852]},"properties":{"@type":"node","@id":1735605255,"@timestamp":1579705114},"coords":"51.4786852,-0.0772541","bedrooms":"3","price":"153000","area":"394"} , +{"type":"Feature","id":"n1735605379","geometry":{"type":"Point","coordinates":[-0.0577828,51.4786955]},"properties":{"@type":"node","@id":1735605379,"@timestamp":1579714499},"coords":"51.4786955,-0.0577828","bedrooms":"1","price":"157000","area":"613"} , +{"type":"Feature","id":"n1735605481","geometry":{"type":"Point","coordinates":[-0.0550569,51.478709]},"properties":{"@type":"node","@id":1735605481,"@timestamp":1579714499},"coords":"51.478709,-0.0550569","bedrooms":"3","price":"292000","area":"407"} , +{"type":"Feature","id":"n1735605585","geometry":{"type":"Point","coordinates":[-0.0910078,51.4787252]},"properties":{"@type":"node","@id":1735605585,"@timestamp":1579704999},"coords":"51.4787252,-0.0910078","bedrooms":"1","price":"216000","area":"402"} , +{"type":"Feature","id":"n1735605707","geometry":{"type":"Point","coordinates":[-0.0681495,51.4787399]},"properties":{"@type":"node","@id":1735605707,"@timestamp":1579714499},"coords":"51.4787399,-0.0681495","bedrooms":"4","price":"221000","area":"694"} , +{"type":"Feature","id":"n1735605840","geometry":{"type":"Point","coordinates":[-0.0744879,51.478755]},"properties":{"@type":"node","@id":1735605840,"@timestamp":1579705114},"coords":"51.478755,-0.0744879","bedrooms":"2","price":"214000","area":"664"} , +{"type":"Feature","id":"n1735605954","geometry":{"type":"Point","coordinates":[-0.0968512,51.4787669]},"properties":{"@type":"node","@id":1735605954,"@timestamp":1579704973},"coords":"51.4787669,-0.0968512","bedrooms":"1","price":"157000","area":"574"} , +{"type":"Feature","id":"n1735606077","geometry":{"type":"Point","coordinates":[-0.0947505,51.478786]},"properties":{"@type":"node","@id":1735606077,"@timestamp":1579704973},"coords":"51.478786,-0.0947505","bedrooms":"4","price":"225000","area":"443"} , +{"type":"Feature","id":"n1735606196","geometry":{"type":"Point","coordinates":[-0.0741307,51.4787956]},"properties":{"@type":"node","@id":1735606196,"@timestamp":1579705114},"coords":"51.4787956,-0.0741307","bedrooms":"1","price":"281000","area":"542"} , +{"type":"Feature","id":"n1735606293","geometry":{"type":"Point","coordinates":[-0.0815933,51.478805]},"properties":{"@type":"node","@id":1735606293,"@timestamp":1579704999},"coords":"51.478805,-0.0815933","bedrooms":"1","price":"224000","area":"548"} , +{"type":"Feature","id":"n1735606415","geometry":{"type":"Point","coordinates":[-0.0733006,51.478814]},"properties":{"@type":"node","@id":1735606415,"@timestamp":1579705114},"coords":"51.478814,-0.0733006","bedrooms":"2","price":"182000","area":"633"} , +{"type":"Feature","id":"n1735606551","geometry":{"type":"Point","coordinates":[-0.0719091,51.4788257]},"properties":{"@type":"node","@id":1735606551,"@timestamp":1579714499},"coords":"51.4788257,-0.0719091","bedrooms":"3","price":"267000","area":"483"} , +{"type":"Feature","id":"n1735606659","geometry":{"type":"Point","coordinates":[-0.0593359,51.4788407]},"properties":{"@type":"node","@id":1735606659,"@timestamp":1579714499},"coords":"51.4788407,-0.0593359","bedrooms":"1","price":"207000","area":"586"} , +{"type":"Feature","id":"n1735606748","geometry":{"type":"Point","coordinates":[-0.0895697,51.4788493]},"properties":{"@type":"node","@id":1735606748,"@timestamp":1579714499},"coords":"51.4788493,-0.0895697","bedrooms":"2","price":"291000","area":"590"} , +{"type":"Feature","id":"n1735606868","geometry":{"type":"Point","coordinates":[-0.0641855,51.4788583]},"properties":{"@type":"node","@id":1735606868,"@timestamp":1579714499},"coords":"51.4788583,-0.0641855","bedrooms":"2","price":"175000","area":"558"} , +{"type":"Feature","id":"n1735606978","geometry":{"type":"Point","coordinates":[-0.0914867,51.4788704]},"properties":{"@type":"node","@id":1735606978,"@timestamp":1579714499},"coords":"51.4788704,-0.0914867","bedrooms":"4","price":"268000","area":"481"} , +{"type":"Feature","id":"n1735607056","geometry":{"type":"Point","coordinates":[-0.0640352,51.4788749]},"properties":{"@type":"node","@id":1735607056,"@timestamp":1579714499},"coords":"51.4788749,-0.0640352","bedrooms":"0","price":"230000","area":"589"} , +{"type":"Feature","id":"n1735607164","geometry":{"type":"Point","coordinates":[-0.0655224,51.4788889]},"properties":{"@type":"node","@id":1735607164,"@timestamp":1579714499},"coords":"51.4788889,-0.0655224","bedrooms":"0","price":"165000","area":"375"} , +{"type":"Feature","id":"n1735607233","geometry":{"type":"Point","coordinates":[-0.0935471,51.4789011]},"properties":{"@type":"node","@id":1735607233,"@timestamp":1579704973},"coords":"51.4789011,-0.0935471","bedrooms":"0","price":"187000","area":"407"} , +{"type":"Feature","id":"n1735607335","geometry":{"type":"Point","coordinates":[-0.0915023,51.4789119]},"properties":{"@type":"node","@id":1735607335,"@timestamp":1579714499},"coords":"51.4789119,-0.0915023","bedrooms":"2","price":"205000","area":"424"} , +{"type":"Feature","id":"n1735607444","geometry":{"type":"Point","coordinates":[-0.0920894,51.478922]},"properties":{"@type":"node","@id":1735607444,"@timestamp":1579704973},"coords":"51.478922,-0.0920894","bedrooms":"3","price":"209000","area":"459"} , +{"type":"Feature","id":"n1735607553","geometry":{"type":"Point","coordinates":[-0.0892411,51.4789333]},"properties":{"@type":"node","@id":1735607553,"@timestamp":1579714499},"coords":"51.4789333,-0.0892411","bedrooms":"3","price":"299000","area":"537"} , +{"type":"Feature","id":"n1735607636","geometry":{"type":"Point","coordinates":[-0.0934382,51.4789395]},"properties":{"@type":"node","@id":1735607636,"@timestamp":1579704973},"coords":"51.4789395,-0.0934382","bedrooms":"3","price":"276000","area":"408"} , +{"type":"Feature","id":"n1735607725","geometry":{"type":"Point","coordinates":[-0.0915801,51.4789494]},"properties":{"@type":"node","@id":1735607725,"@timestamp":1579714499},"coords":"51.4789494,-0.0915801","bedrooms":"4","price":"257000","area":"352"} , +{"type":"Feature","id":"n1735607799","geometry":{"type":"Point","coordinates":[-0.0724749,51.4789597]},"properties":{"@type":"node","@id":1735607799,"@timestamp":1579714499},"coords":"51.4789597,-0.0724749","bedrooms":"2","price":"163000","area":"674"} , +{"type":"Feature","id":"n1735607931","geometry":{"type":"Point","coordinates":[-0.0916202,51.478966]},"properties":{"@type":"node","@id":1735607931,"@timestamp":1579714499},"coords":"51.478966,-0.0916202","bedrooms":"4","price":"150000","area":"640"} , +{"type":"Feature","id":"n1735608013","geometry":{"type":"Point","coordinates":[-0.093199,51.478971]},"properties":{"@type":"node","@id":1735608013,"@timestamp":1579704973},"coords":"51.478971,-0.093199","bedrooms":"3","price":"265000","area":"493"} , +{"type":"Feature","id":"n1735608057","geometry":{"type":"Point","coordinates":[-0.091658,51.478985]},"properties":{"@type":"node","@id":1735608057,"@timestamp":1579714499},"coords":"51.478985,-0.091658","bedrooms":"0","price":"257000","area":"520"} , +{"type":"Feature","id":"n1735608144","geometry":{"type":"Point","coordinates":[-0.0613637,51.4789902]},"properties":{"@type":"node","@id":1735608144,"@timestamp":1579714499},"coords":"51.4789902,-0.0613637","bedrooms":"4","price":"268000","area":"594"} , +{"type":"Feature","id":"n1735608243","geometry":{"type":"Point","coordinates":[-0.093487,51.478998]},"properties":{"@type":"node","@id":1735608243,"@timestamp":1579704973},"coords":"51.478998,-0.093487","bedrooms":"1","price":"267000","area":"671"} , +{"type":"Feature","id":"n1735608334","geometry":{"type":"Point","coordinates":[-0.0569935,51.4790088]},"properties":{"@type":"node","@id":1735608334,"@timestamp":1579714499},"coords":"51.4790088,-0.0569935","bedrooms":"0","price":"278000","area":"576"} , +{"type":"Feature","id":"n1735608427","geometry":{"type":"Point","coordinates":[-0.0933586,51.4790251]},"properties":{"@type":"node","@id":1735608427,"@timestamp":1579704973},"coords":"51.4790251,-0.0933586","bedrooms":"3","price":"289000","area":"508"} , +{"type":"Feature","id":"n1735608496","geometry":{"type":"Point","coordinates":[-0.0915767,51.4790327]},"properties":{"@type":"node","@id":1735608496,"@timestamp":1579714499},"coords":"51.4790327,-0.0915767","bedrooms":"1","price":"281000","area":"602"} , +{"type":"Feature","id":"n1735608630","geometry":{"type":"Point","coordinates":[-0.0969345,51.4790435]},"properties":{"@type":"node","@id":1735608630,"@timestamp":1579704973},"coords":"51.4790435,-0.0969345","bedrooms":"0","price":"292000","area":"392"} , +{"type":"Feature","id":"n1735608732","geometry":{"type":"Point","coordinates":[-0.0915953,51.4790496]},"properties":{"@type":"node","@id":1735608732,"@timestamp":1579714499},"coords":"51.4790496,-0.0915953","bedrooms":"4","price":"206000","area":"523"} , +{"type":"Feature","id":"n1735608904","geometry":{"type":"Point","coordinates":[-0.098559,51.4790605]},"properties":{"@type":"node","@id":1735608904,"@timestamp":1579704973},"coords":"51.4790605,-0.098559","bedrooms":"1","price":"260000","area":"501"} , +{"type":"Feature","id":"n1735609004","geometry":{"type":"Point","coordinates":[-0.0719734,51.4790685]},"properties":{"@type":"node","@id":1735609004,"@timestamp":1579714499},"coords":"51.4790685,-0.0719734","bedrooms":"1","price":"269000","area":"443"} , +{"type":"Feature","id":"n1735609113","geometry":{"type":"Point","coordinates":[-0.0890455,51.4790786]},"properties":{"@type":"node","@id":1735609113,"@timestamp":1579714499},"coords":"51.4790786,-0.0890455","bedrooms":"2","price":"255000","area":"561"} , +{"type":"Feature","id":"n1735609240","geometry":{"type":"Point","coordinates":[-0.102662,51.4790894]},"properties":{"@type":"node","@id":1735609240,"@timestamp":1579704973},"coords":"51.4790894,-0.102662","bedrooms":"4","price":"277000","area":"353"} , +{"type":"Feature","id":"n1735609334","geometry":{"type":"Point","coordinates":[-0.10439,51.4790958]},"properties":{"@type":"node","@id":1735609334,"@timestamp":1579704973},"coords":"51.4790958,-0.10439","bedrooms":"3","price":"237000","area":"510"} , +{"type":"Feature","id":"n1735609446","geometry":{"type":"Point","coordinates":[-0.0769944,51.4791102]},"properties":{"@type":"node","@id":1735609446,"@timestamp":1579705114},"coords":"51.4791102,-0.0769944","bedrooms":"0","price":"171000","area":"510"} , +{"type":"Feature","id":"n1735609545","geometry":{"type":"Point","coordinates":[-0.060165,51.4791232]},"properties":{"@type":"node","@id":1735609545,"@timestamp":1579714499},"coords":"51.4791232,-0.060165","bedrooms":"1","price":"175000","area":"374"} , +{"type":"Feature","id":"n1735609649","geometry":{"type":"Point","coordinates":[-0.0965742,51.4791333]},"properties":{"@type":"node","@id":1735609649,"@timestamp":1579704973},"coords":"51.4791333,-0.0965742","bedrooms":"4","price":"228000","area":"635"} , +{"type":"Feature","id":"n1735609753","geometry":{"type":"Point","coordinates":[-0.0732955,51.4791502]},"properties":{"@type":"node","@id":1735609753,"@timestamp":1579705114},"coords":"51.4791502,-0.0732955","bedrooms":"2","price":"235000","area":"442"} , +{"type":"Feature","id":"n1735609869","geometry":{"type":"Point","coordinates":[-0.0929327,51.4791549]},"properties":{"@type":"node","@id":1735609869,"@timestamp":1579704973},"coords":"51.4791549,-0.0929327","bedrooms":"4","price":"214000","area":"689"} , +{"type":"Feature","id":"n1735609994","geometry":{"type":"Point","coordinates":[-0.0962442,51.4791622]},"properties":{"@type":"node","@id":1735609994,"@timestamp":1579704973},"coords":"51.4791622,-0.0962442","bedrooms":"0","price":"193000","area":"491"} , +{"type":"Feature","id":"n1735610144","geometry":{"type":"Point","coordinates":[-0.0818296,51.4791718]},"properties":{"@type":"node","@id":1735610144,"@timestamp":1579705114},"coords":"51.4791718,-0.0818296","bedrooms":"3","price":"273000","area":"442"} , +{"type":"Feature","id":"n1735610245","geometry":{"type":"Point","coordinates":[-0.0597037,51.4791813]},"properties":{"@type":"node","@id":1735610245,"@timestamp":1579714499},"coords":"51.4791813,-0.0597037","bedrooms":"3","price":"191000","area":"536"} , +{"type":"Feature","id":"n1735610352","geometry":{"type":"Point","coordinates":[-0.0642863,51.4791942]},"properties":{"@type":"node","@id":1735610352,"@timestamp":1579714499},"coords":"51.4791942,-0.0642863","bedrooms":"1","price":"296000","area":"367"} , +{"type":"Feature","id":"n1735610457","geometry":{"type":"Point","coordinates":[-0.0817419,51.4792063]},"properties":{"@type":"node","@id":1735610457,"@timestamp":1579705114},"coords":"51.4792063,-0.0817419","bedrooms":"1","price":"291000","area":"557"} , +{"type":"Feature","id":"n1735610551","geometry":{"type":"Point","coordinates":[-0.060019,51.4792221]},"properties":{"@type":"node","@id":1735610551,"@timestamp":1579714499},"coords":"51.4792221,-0.060019","bedrooms":"2","price":"181000","area":"549"} , +{"type":"Feature","id":"n1735610650","geometry":{"type":"Point","coordinates":[-0.0669503,51.479229]},"properties":{"@type":"node","@id":1735610650,"@timestamp":1579714499},"coords":"51.479229,-0.0669503","bedrooms":"4","price":"193000","area":"448"} , +{"type":"Feature","id":"n1735610790","geometry":{"type":"Point","coordinates":[-0.0721044,51.4792367]},"properties":{"@type":"node","@id":1735610790,"@timestamp":1579714499},"coords":"51.4792367,-0.0721044","bedrooms":"4","price":"297000","area":"486"} , +{"type":"Feature","id":"n1735610879","geometry":{"type":"Point","coordinates":[-0.1023731,51.4792493]},"properties":{"@type":"node","@id":1735610879,"@timestamp":1579704973},"coords":"51.4792493,-0.1023731","bedrooms":"0","price":"215000","area":"556"} , +{"type":"Feature","id":"n1735610950","geometry":{"type":"Point","coordinates":[-0.1023191,51.479266]},"properties":{"@type":"node","@id":1735610950,"@timestamp":1579704973},"coords":"51.479266,-0.1023191","bedrooms":"0","price":"232000","area":"461"} , +{"type":"Feature","id":"n1735611037","geometry":{"type":"Point","coordinates":[-0.0965224,51.4792773]},"properties":{"@type":"node","@id":1735611037,"@timestamp":1579704973},"coords":"51.4792773,-0.0965224","bedrooms":"1","price":"200000","area":"580"} , +{"type":"Feature","id":"n1735611089","geometry":{"type":"Point","coordinates":[-0.0895926,51.479298]},"properties":{"@type":"node","@id":1735611089,"@timestamp":1579714499},"coords":"51.479298,-0.0895926","bedrooms":"2","price":"163000","area":"437"} , +{"type":"Feature","id":"n1735611158","geometry":{"type":"Point","coordinates":[-0.0678204,51.4793106]},"properties":{"@type":"node","@id":1735611158,"@timestamp":1579714499},"coords":"51.4793106,-0.0678204","bedrooms":"0","price":"268000","area":"352"} , +{"type":"Feature","id":"n1735611260","geometry":{"type":"Point","coordinates":[-0.103973,51.4793225]},"properties":{"@type":"node","@id":1735611260,"@timestamp":1579704973},"coords":"51.4793225,-0.103973","bedrooms":"0","price":"274000","area":"430"} , +{"type":"Feature","id":"n1735611376","geometry":{"type":"Point","coordinates":[-0.0633648,51.4793328]},"properties":{"@type":"node","@id":1735611376,"@timestamp":1579714499},"coords":"51.4793328,-0.0633648","bedrooms":"2","price":"233000","area":"626"} , +{"type":"Feature","id":"n1735611496","geometry":{"type":"Point","coordinates":[-0.0767207,51.4793498]},"properties":{"@type":"node","@id":1735611496,"@timestamp":1579705114},"coords":"51.4793498,-0.0767207","bedrooms":"3","price":"168000","area":"608"} , +{"type":"Feature","id":"n1735611601","geometry":{"type":"Point","coordinates":[-0.1038675,51.4793583]},"properties":{"@type":"node","@id":1735611601,"@timestamp":1579704973},"coords":"51.4793583,-0.1038675","bedrooms":"1","price":"246000","area":"471"} , +{"type":"Feature","id":"n1735611702","geometry":{"type":"Point","coordinates":[-0.0703004,51.479366]},"properties":{"@type":"node","@id":1735611702,"@timestamp":1579714499},"coords":"51.479366,-0.0703004","bedrooms":"4","price":"192000","area":"398"} , +{"type":"Feature","id":"n1735611786","geometry":{"type":"Point","coordinates":[-0.0921067,51.4793821]},"properties":{"@type":"node","@id":1735611786,"@timestamp":1579704973},"coords":"51.4793821,-0.0921067","bedrooms":"2","price":"294000","area":"699"} , +{"type":"Feature","id":"n1735611887","geometry":{"type":"Point","coordinates":[-0.1024563,51.4793915]},"properties":{"@type":"node","@id":1735611887,"@timestamp":1579704973},"coords":"51.4793915,-0.1024563","bedrooms":"0","price":"295000","area":"369"} , +{"type":"Feature","id":"n1735611994","geometry":{"type":"Point","coordinates":[-0.0630698,51.4794165]},"properties":{"@type":"node","@id":1735611994,"@timestamp":1579714499},"coords":"51.4794165,-0.0630698","bedrooms":"1","price":"160000","area":"490"} , +{"type":"Feature","id":"n1735612068","geometry":{"type":"Point","coordinates":[-0.0962589,51.4794075]},"properties":{"@type":"node","@id":1735612068,"@timestamp":1579704973},"coords":"51.4794075,-0.0962589","bedrooms":"1","price":"179000","area":"495"} , +{"type":"Feature","id":"n1735612135","geometry":{"type":"Point","coordinates":[-0.1057423,51.4794182]},"properties":{"@type":"node","@id":1735612135,"@timestamp":1579704973},"coords":"51.4794182,-0.1057423","bedrooms":"0","price":"197000","area":"422"} , +{"type":"Feature","id":"n1735612226","geometry":{"type":"Point","coordinates":[-0.0841777,51.4794283]},"properties":{"@type":"node","@id":1735612226,"@timestamp":1579705114},"coords":"51.4794283,-0.0841777","bedrooms":"3","price":"267000","area":"598"} , +{"type":"Feature","id":"n1735612288","geometry":{"type":"Point","coordinates":[-0.1027612,51.4794404]},"properties":{"@type":"node","@id":1735612288,"@timestamp":1579704973},"coords":"51.4794404,-0.1027612","bedrooms":"2","price":"256000","area":"505"} , +{"type":"Feature","id":"n1735612369","geometry":{"type":"Point","coordinates":[-0.1000934,51.4794504]},"properties":{"@type":"node","@id":1735612369,"@timestamp":1579704973},"coords":"51.4794504,-0.1000934","bedrooms":"4","price":"295000","area":"419"} , +{"type":"Feature","id":"n1735612430","geometry":{"type":"Point","coordinates":[-0.1027193,51.4794617]},"properties":{"@type":"node","@id":1735612430,"@timestamp":1579704973},"coords":"51.4794617,-0.1027193","bedrooms":"3","price":"160000","area":"549"} , +{"type":"Feature","id":"n1735612525","geometry":{"type":"Point","coordinates":[-0.0594872,51.4794759]},"properties":{"@type":"node","@id":1735612525,"@timestamp":1579714499},"coords":"51.4794759,-0.0594872","bedrooms":"0","price":"168000","area":"426"} , +{"type":"Feature","id":"n1735612580","geometry":{"type":"Point","coordinates":[-0.0562415,51.4794942]},"properties":{"@type":"node","@id":1735612580,"@timestamp":1579714499},"coords":"51.4794942,-0.0562415","bedrooms":"3","price":"296000","area":"630"} , +{"type":"Feature","id":"n1735612661","geometry":{"type":"Point","coordinates":[-0.0600509,51.4795083]},"properties":{"@type":"node","@id":1735612661,"@timestamp":1579714499},"coords":"51.4795083,-0.0600509","bedrooms":"2","price":"207000","area":"680"} , +{"type":"Feature","id":"n1735612740","geometry":{"type":"Point","coordinates":[-0.0626041,51.479522]},"properties":{"@type":"node","@id":1735612740,"@timestamp":1579714499},"coords":"51.479522,-0.0626041","bedrooms":"4","price":"260000","area":"644"} , +{"type":"Feature","id":"n1735612804","geometry":{"type":"Point","coordinates":[-0.0591866,51.4795405]},"properties":{"@type":"node","@id":1735612804,"@timestamp":1579714499},"coords":"51.4795405,-0.0591866","bedrooms":"1","price":"233000","area":"699"} , +{"type":"Feature","id":"n1735612904","geometry":{"type":"Point","coordinates":[-0.0598878,51.4795583]},"properties":{"@type":"node","@id":1735612904,"@timestamp":1579714499},"coords":"51.4795583,-0.0598878","bedrooms":"0","price":"242000","area":"563"} , +{"type":"Feature","id":"n1735613016","geometry":{"type":"Point","coordinates":[-0.1061143,51.4795784]},"properties":{"@type":"node","@id":1735613016,"@timestamp":1579704973},"coords":"51.4795784,-0.1061143","bedrooms":"0","price":"273000","area":"484"} , +{"type":"Feature","id":"n1735613104","geometry":{"type":"Point","coordinates":[-0.0706085,51.4795945]},"properties":{"@type":"node","@id":1735613104,"@timestamp":1579714499},"coords":"51.4795945,-0.0706085","bedrooms":"4","price":"215000","area":"438"} , +{"type":"Feature","id":"n1735613244","geometry":{"type":"Point","coordinates":[-0.071625,51.4796091]},"properties":{"@type":"node","@id":1735613244,"@timestamp":1579714499},"coords":"51.4796091,-0.071625","bedrooms":"3","price":"168000","area":"363"} , +{"type":"Feature","id":"n1735613421","geometry":{"type":"Point","coordinates":[-0.062759,51.479621]},"properties":{"@type":"node","@id":1735613421,"@timestamp":1579714499},"coords":"51.479621,-0.062759","bedrooms":"4","price":"165000","area":"385"} , +{"type":"Feature","id":"n1735613599","geometry":{"type":"Point","coordinates":[-0.0612243,51.4796318]},"properties":{"@type":"node","@id":1735613599,"@timestamp":1579714499},"coords":"51.4796318,-0.0612243","bedrooms":"0","price":"223000","area":"629"} , +{"type":"Feature","id":"n1735613713","geometry":{"type":"Point","coordinates":[-0.0926029,51.4796437]},"properties":{"@type":"node","@id":1735613713,"@timestamp":1579704973},"coords":"51.4796437,-0.0926029","bedrooms":"3","price":"298000","area":"488"} , +{"type":"Feature","id":"n1735613913","geometry":{"type":"Point","coordinates":[-0.062722,51.479654]},"properties":{"@type":"node","@id":1735613913,"@timestamp":1579714499},"coords":"51.479654,-0.062722","bedrooms":"4","price":"253000","area":"684"} , +{"type":"Feature","id":"n1735614197","geometry":{"type":"Point","coordinates":[-0.0703175,51.4796623]},"properties":{"@type":"node","@id":1735614197,"@timestamp":1579714499},"coords":"51.4796623,-0.0703175","bedrooms":"1","price":"264000","area":"604"} , +{"type":"Feature","id":"n1735614294","geometry":{"type":"Point","coordinates":[-0.0599473,51.4796717]},"properties":{"@type":"node","@id":1735614294,"@timestamp":1579714499},"coords":"51.4796717,-0.0599473","bedrooms":"1","price":"291000","area":"398"} , +{"type":"Feature","id":"n1735614384","geometry":{"type":"Point","coordinates":[-0.0668599,51.4796827]},"properties":{"@type":"node","@id":1735614384,"@timestamp":1579714499},"coords":"51.4796827,-0.0668599","bedrooms":"4","price":"225000","area":"627"} , +{"type":"Feature","id":"n1735614453","geometry":{"type":"Point","coordinates":[-0.0562531,51.4796877]},"properties":{"@type":"node","@id":1735614453,"@timestamp":1579714499},"coords":"51.4796877,-0.0562531","bedrooms":"4","price":"278000","area":"508"} , +{"type":"Feature","id":"n1735614492","geometry":{"type":"Point","coordinates":[-0.0567361,51.4796946]},"properties":{"@type":"node","@id":1735614492,"@timestamp":1579714499},"coords":"51.4796946,-0.0567361","bedrooms":"0","price":"177000","area":"498"} , +{"type":"Feature","id":"n1735614580","geometry":{"type":"Point","coordinates":[-0.0668412,51.4797048]},"properties":{"@type":"node","@id":1735614580,"@timestamp":1579714499},"coords":"51.4797048,-0.0668412","bedrooms":"3","price":"271000","area":"514"} , +{"type":"Feature","id":"n1735614663","geometry":{"type":"Point","coordinates":[-0.1000392,51.479708]},"properties":{"@type":"node","@id":1735614663,"@timestamp":1579704973},"coords":"51.479708,-0.1000392","bedrooms":"2","price":"157000","area":"468"} , +{"type":"Feature","id":"n1735614744","geometry":{"type":"Point","coordinates":[-0.0977545,51.4797188]},"properties":{"@type":"node","@id":1735614744,"@timestamp":1579704973},"coords":"51.4797188,-0.0977545","bedrooms":"2","price":"206000","area":"484"} , +{"type":"Feature","id":"n1735614823","geometry":{"type":"Point","coordinates":[-0.1027577,51.4797275]},"properties":{"@type":"node","@id":1735614823,"@timestamp":1579704973},"coords":"51.4797275,-0.1027577","bedrooms":"2","price":"192000","area":"391"} , +{"type":"Feature","id":"n1735614912","geometry":{"type":"Point","coordinates":[-0.0794691,51.4797333]},"properties":{"@type":"node","@id":1735614912,"@timestamp":1579705114},"coords":"51.4797333,-0.0794691","bedrooms":"3","price":"214000","area":"453"} , +{"type":"Feature","id":"n1735615005","geometry":{"type":"Point","coordinates":[-0.0671033,51.4797449]},"properties":{"@type":"node","@id":1735615005,"@timestamp":1579714499},"coords":"51.4797449,-0.0671033","bedrooms":"2","price":"241000","area":"507"} , +{"type":"Feature","id":"n1735615141","geometry":{"type":"Point","coordinates":[-0.0975773,51.4797569]},"properties":{"@type":"node","@id":1735615141,"@timestamp":1579704973},"coords":"51.4797569,-0.0975773","bedrooms":"0","price":"211000","area":"505"} , +{"type":"Feature","id":"n1735615243","geometry":{"type":"Point","coordinates":[-0.0924385,51.4797662]},"properties":{"@type":"node","@id":1735615243,"@timestamp":1579704973},"coords":"51.4797662,-0.0924385","bedrooms":"0","price":"165000","area":"353"} , +{"type":"Feature","id":"n1735615366","geometry":{"type":"Point","coordinates":[-0.0931369,51.4797768]},"properties":{"@type":"node","@id":1735615366,"@timestamp":1579704973},"coords":"51.4797768,-0.0931369","bedrooms":"4","price":"209000","area":"544"} , +{"type":"Feature","id":"n1735615456","geometry":{"type":"Point","coordinates":[-0.0974317,51.4797927]},"properties":{"@type":"node","@id":1735615456,"@timestamp":1579704973},"coords":"51.4797927,-0.0974317","bedrooms":"2","price":"167000","area":"375"} , +{"type":"Feature","id":"n1735615534","geometry":{"type":"Point","coordinates":[-0.092505,51.4797976]},"properties":{"@type":"node","@id":1735615534,"@timestamp":1579704973},"coords":"51.4797976,-0.092505","bedrooms":"4","price":"230000","area":"505"} , +{"type":"Feature","id":"n1735615610","geometry":{"type":"Point","coordinates":[-0.1031298,51.4798133]},"properties":{"@type":"node","@id":1735615610,"@timestamp":1579704973},"coords":"51.4798133,-0.1031298","bedrooms":"0","price":"159000","area":"365"} , +{"type":"Feature","id":"n1735615715","geometry":{"type":"Point","coordinates":[-0.0926213,51.4798273]},"properties":{"@type":"node","@id":1735615715,"@timestamp":1579704973},"coords":"51.4798273,-0.0926213","bedrooms":"1","price":"155000","area":"612"} , +{"type":"Feature","id":"n1735615819","geometry":{"type":"Point","coordinates":[-0.0926701,51.4798372]},"properties":{"@type":"node","@id":1735615819,"@timestamp":1579704973},"coords":"51.4798372,-0.0926701","bedrooms":"0","price":"245000","area":"614"} , +{"type":"Feature","id":"n1735615896","geometry":{"type":"Point","coordinates":[-0.0721232,51.4798504]},"properties":{"@type":"node","@id":1735615896,"@timestamp":1579714499},"coords":"51.4798504,-0.0721232","bedrooms":"0","price":"231000","area":"504"} , +{"type":"Feature","id":"n1735615988","geometry":{"type":"Point","coordinates":[-0.0929944,51.4798635]},"properties":{"@type":"node","@id":1735615988,"@timestamp":1579704973},"coords":"51.4798635,-0.0929944","bedrooms":"0","price":"242000","area":"445"} , +{"type":"Feature","id":"n1735616082","geometry":{"type":"Point","coordinates":[-0.1046166,51.4798753]},"properties":{"@type":"node","@id":1735616082,"@timestamp":1579704973},"coords":"51.4798753,-0.1046166","bedrooms":"4","price":"237000","area":"591"} , +{"type":"Feature","id":"n1735616174","geometry":{"type":"Point","coordinates":[-0.0837009,51.4798858]},"properties":{"@type":"node","@id":1735616174,"@timestamp":1579705114},"coords":"51.4798858,-0.0837009","bedrooms":"4","price":"274000","area":"519"} , +{"type":"Feature","id":"n1735616248","geometry":{"type":"Point","coordinates":[-0.0925724,51.4798959]},"properties":{"@type":"node","@id":1735616248,"@timestamp":1579704973},"coords":"51.4798959,-0.0925724","bedrooms":"0","price":"286000","area":"373"} , +{"type":"Feature","id":"n1735616335","geometry":{"type":"Point","coordinates":[-0.0982628,51.4799055]},"properties":{"@type":"node","@id":1735616335,"@timestamp":1579704973},"coords":"51.4799055,-0.0982628","bedrooms":"4","price":"168000","area":"588"} , +{"type":"Feature","id":"n1735616416","geometry":{"type":"Point","coordinates":[-0.0962107,51.4799153]},"properties":{"@type":"node","@id":1735616416,"@timestamp":1579704973},"coords":"51.4799153,-0.0962107","bedrooms":"2","price":"188000","area":"490"} , +{"type":"Feature","id":"n1735616486","geometry":{"type":"Point","coordinates":[-0.082641,51.4799313]},"properties":{"@type":"node","@id":1735616486,"@timestamp":1579705114},"coords":"51.4799313,-0.082641","bedrooms":"2","price":"271000","area":"383"} , +{"type":"Feature","id":"n1735616582","geometry":{"type":"Point","coordinates":[-0.0919794,51.4799383]},"properties":{"@type":"node","@id":1735616582,"@timestamp":1579704973},"coords":"51.4799383,-0.0919794","bedrooms":"2","price":"165000","area":"676"} , +{"type":"Feature","id":"n1735616709","geometry":{"type":"Point","coordinates":[-0.0925211,51.4799469]},"properties":{"@type":"node","@id":1735616709,"@timestamp":1579704973},"coords":"51.4799469,-0.0925211","bedrooms":"1","price":"166000","area":"427"} , +{"type":"Feature","id":"n1735616789","geometry":{"type":"Point","coordinates":[-0.0686066,51.479956]},"properties":{"@type":"node","@id":1735616789,"@timestamp":1579714499},"coords":"51.479956,-0.0686066","bedrooms":"1","price":"268000","area":"403"} , +{"type":"Feature","id":"n1735616859","geometry":{"type":"Point","coordinates":[-0.0916166,51.4799621]},"properties":{"@type":"node","@id":1735616859,"@timestamp":1579714499},"coords":"51.4799621,-0.0916166","bedrooms":"1","price":"225000","area":"599"} , +{"type":"Feature","id":"n1735616909","geometry":{"type":"Point","coordinates":[-0.0623109,51.4799717]},"properties":{"@type":"node","@id":1735616909,"@timestamp":1579714499},"coords":"51.4799717,-0.0623109","bedrooms":"0","price":"219000","area":"535"} , +{"type":"Feature","id":"n1735616974","geometry":{"type":"Point","coordinates":[-0.0931526,51.4799878]},"properties":{"@type":"node","@id":1735616974,"@timestamp":1579704973},"coords":"51.4799878,-0.0931526","bedrooms":"3","price":"213000","area":"492"} , +{"type":"Feature","id":"n1735617072","geometry":{"type":"Point","coordinates":[-0.0829275,51.4799936]},"properties":{"@type":"node","@id":1735617072,"@timestamp":1579705114},"coords":"51.4799936,-0.0829275","bedrooms":"0","price":"293000","area":"354"} , +{"type":"Feature","id":"n1735617198","geometry":{"type":"Point","coordinates":[-0.0682921,51.4800018]},"properties":{"@type":"node","@id":1735617198,"@timestamp":1579714499},"coords":"51.4800018,-0.0682921","bedrooms":"3","price":"175000","area":"439"} , +{"type":"Feature","id":"n1735617291","geometry":{"type":"Point","coordinates":[-0.0553105,51.4800112]},"properties":{"@type":"node","@id":1735617291,"@timestamp":1579714499},"coords":"51.4800112,-0.0553105","bedrooms":"2","price":"249000","area":"581"} , +{"type":"Feature","id":"n1735617393","geometry":{"type":"Point","coordinates":[-0.1057652,51.480022]},"properties":{"@type":"node","@id":1735617393,"@timestamp":1579704973},"coords":"51.480022,-0.1057652","bedrooms":"4","price":"250000","area":"411"} , +{"type":"Feature","id":"n1735617484","geometry":{"type":"Point","coordinates":[-0.1047326,51.4800281]},"properties":{"@type":"node","@id":1735617484,"@timestamp":1579704973},"coords":"51.4800281,-0.1047326","bedrooms":"3","price":"295000","area":"609"} , +{"type":"Feature","id":"n1735617568","geometry":{"type":"Point","coordinates":[-0.1008858,51.4800375]},"properties":{"@type":"node","@id":1735617568,"@timestamp":1579704973},"coords":"51.4800375,-0.1008858","bedrooms":"4","price":"151000","area":"446"} , +{"type":"Feature","id":"n1735617696","geometry":{"type":"Point","coordinates":[-0.0827389,51.4800452]},"properties":{"@type":"node","@id":1735617696,"@timestamp":1579705114},"coords":"51.4800452,-0.0827389","bedrooms":"4","price":"299000","area":"528"} , +{"type":"Feature","id":"n1735617822","geometry":{"type":"Point","coordinates":[-0.0922534,51.4800511]},"properties":{"@type":"node","@id":1735617822,"@timestamp":1579704973},"coords":"51.4800511,-0.0922534","bedrooms":"2","price":"296000","area":"624"} , +{"type":"Feature","id":"n1735617914","geometry":{"type":"Point","coordinates":[-0.062646,51.480066]},"properties":{"@type":"node","@id":1735617914,"@timestamp":1579694113},"coords":"51.480066,-0.062646","bedrooms":"4","price":"202000","area":"566"} , +{"type":"Feature","id":"n1735618033","geometry":{"type":"Point","coordinates":[-0.0549858,51.4800719]},"properties":{"@type":"node","@id":1735618033,"@timestamp":1579714499},"coords":"51.4800719,-0.0549858","bedrooms":"3","price":"228000","area":"501"} , +{"type":"Feature","id":"n1735618146","geometry":{"type":"Point","coordinates":[-0.0993281,51.4800806]},"properties":{"@type":"node","@id":1735618146,"@timestamp":1579704973},"coords":"51.4800806,-0.0993281","bedrooms":"2","price":"253000","area":"398"} , +{"type":"Feature","id":"n1735618240","geometry":{"type":"Point","coordinates":[-0.0845151,51.4800882]},"properties":{"@type":"node","@id":1735618240,"@timestamp":1579705114},"coords":"51.4800882,-0.0845151","bedrooms":"0","price":"271000","area":"381"} , +{"type":"Feature","id":"n1735618339","geometry":{"type":"Point","coordinates":[-0.0895794,51.4800967]},"properties":{"@type":"node","@id":1735618339,"@timestamp":1579714499},"coords":"51.4800967,-0.0895794","bedrooms":"4","price":"246000","area":"606"} , +{"type":"Feature","id":"n1735618450","geometry":{"type":"Point","coordinates":[-0.0629589,51.4801054]},"properties":{"@type":"node","@id":1735618450,"@timestamp":1579714499},"coords":"51.4801054,-0.0629589","bedrooms":"0","price":"224000","area":"509"} , +{"type":"Feature","id":"n1735618579","geometry":{"type":"Point","coordinates":[-0.0603101,51.480111]},"properties":{"@type":"node","@id":1735618579,"@timestamp":1579714499},"coords":"51.480111,-0.0603101","bedrooms":"1","price":"163000","area":"385"} , +{"type":"Feature","id":"n1735618681","geometry":{"type":"Point","coordinates":[-0.0986651,51.480119]},"properties":{"@type":"node","@id":1735618681,"@timestamp":1579704973},"coords":"51.480119,-0.0986651","bedrooms":"0","price":"247000","area":"687"} , +{"type":"Feature","id":"n1735618888","geometry":{"type":"Point","coordinates":[-0.0604518,51.4801267]},"properties":{"@type":"node","@id":1735618888,"@timestamp":1579714499},"coords":"51.4801267,-0.0604518","bedrooms":"0","price":"211000","area":"543"} , +{"type":"Feature","id":"n1735618997","geometry":{"type":"Point","coordinates":[-0.1042682,51.4801325]},"properties":{"@type":"node","@id":1735618997,"@timestamp":1579704973},"coords":"51.4801325,-0.1042682","bedrooms":"4","price":"229000","area":"480"} , +{"type":"Feature","id":"n1735619128","geometry":{"type":"Point","coordinates":[-0.0623613,51.48014]},"properties":{"@type":"node","@id":1735619128,"@timestamp":1579694113},"coords":"51.48014,-0.0623613","bedrooms":"3","price":"185000","area":"472"} , +{"type":"Feature","id":"n1735619218","geometry":{"type":"Point","coordinates":[-0.0913295,51.4801489]},"properties":{"@type":"node","@id":1735619218,"@timestamp":1579694230},"coords":"51.4801489,-0.0913295","bedrooms":"4","price":"159000","area":"527"} , +{"type":"Feature","id":"n1735619350","geometry":{"type":"Point","coordinates":[-0.0889086,51.4801531]},"properties":{"@type":"node","@id":1735619350,"@timestamp":1579694230},"coords":"51.4801531,-0.0889086","bedrooms":"0","price":"196000","area":"556"} , +{"type":"Feature","id":"n1735619472","geometry":{"type":"Point","coordinates":[-0.0625671,51.4801628]},"properties":{"@type":"node","@id":1735619472,"@timestamp":1579694113},"coords":"51.4801628,-0.0625671","bedrooms":"1","price":"212000","area":"465"} , +{"type":"Feature","id":"n1735619597","geometry":{"type":"Point","coordinates":[-0.0929338,51.4801731]},"properties":{"@type":"node","@id":1735619597,"@timestamp":1579694230},"coords":"51.4801731,-0.0929338","bedrooms":"3","price":"198000","area":"412"} , +{"type":"Feature","id":"n1735619697","geometry":{"type":"Point","coordinates":[-0.0650981,51.4801793]},"properties":{"@type":"node","@id":1735619697,"@timestamp":1579694113},"coords":"51.4801793,-0.0650981","bedrooms":"3","price":"151000","area":"445"} , +{"type":"Feature","id":"n1735619783","geometry":{"type":"Point","coordinates":[-0.0558187,51.48019]},"properties":{"@type":"node","@id":1735619783,"@timestamp":1579714499},"coords":"51.48019,-0.0558187","bedrooms":"0","price":"289000","area":"393"} , +{"type":"Feature","id":"n1735619887","geometry":{"type":"Point","coordinates":[-0.053887,51.480195]},"properties":{"@type":"node","@id":1735619887,"@timestamp":1579714499},"coords":"51.480195,-0.053887","bedrooms":"2","price":"194000","area":"522"} , +{"type":"Feature","id":"n1735619958","geometry":{"type":"Point","coordinates":[-0.056123,51.4802007]},"properties":{"@type":"node","@id":1735619958,"@timestamp":1579714499},"coords":"51.4802007,-0.056123","bedrooms":"1","price":"195000","area":"651"} , +{"type":"Feature","id":"n1735620021","geometry":{"type":"Point","coordinates":[-0.0540406,51.4802205]},"properties":{"@type":"node","@id":1735620021,"@timestamp":1579714499},"coords":"51.4802205,-0.0540406","bedrooms":"0","price":"289000","area":"634"} , +{"type":"Feature","id":"n1735620069","geometry":{"type":"Point","coordinates":[-0.0852383,51.4802331]},"properties":{"@type":"node","@id":1735620069,"@timestamp":1579705114},"coords":"51.4802331,-0.0852383","bedrooms":"3","price":"284000","area":"619"} , +{"type":"Feature","id":"n1735620144","geometry":{"type":"Point","coordinates":[-0.0567187,51.4802476]},"properties":{"@type":"node","@id":1735620144,"@timestamp":1579714499},"coords":"51.4802476,-0.0567187","bedrooms":"4","price":"163000","area":"371"} , +{"type":"Feature","id":"n1735620227","geometry":{"type":"Point","coordinates":[-0.097427,51.4802523]},"properties":{"@type":"node","@id":1735620227,"@timestamp":1579694230},"coords":"51.4802523,-0.097427","bedrooms":"2","price":"190000","area":"394"} , +{"type":"Feature","id":"n1735620325","geometry":{"type":"Point","coordinates":[-0.1030091,51.4802598]},"properties":{"@type":"node","@id":1735620325,"@timestamp":1579704973},"coords":"51.4802598,-0.1030091","bedrooms":"1","price":"180000","area":"416"} , +{"type":"Feature","id":"n1735620437","geometry":{"type":"Point","coordinates":[-0.1020019,51.4802661]},"properties":{"@type":"node","@id":1735620437,"@timestamp":1579704973},"coords":"51.4802661,-0.1020019","bedrooms":"4","price":"207000","area":"455"} , +{"type":"Feature","id":"n1735620565","geometry":{"type":"Point","coordinates":[-0.1028726,51.4802725]},"properties":{"@type":"node","@id":1735620565,"@timestamp":1579704973},"coords":"51.4802725,-0.1028726","bedrooms":"1","price":"172000","area":"383"} , +{"type":"Feature","id":"n1735620652","geometry":{"type":"Point","coordinates":[-0.1028427,51.4802782]},"properties":{"@type":"node","@id":1735620652,"@timestamp":1579704973},"coords":"51.4802782,-0.1028427","bedrooms":"3","price":"207000","area":"455"} , +{"type":"Feature","id":"n1735620752","geometry":{"type":"Point","coordinates":[-0.102923,51.4802847]},"properties":{"@type":"node","@id":1735620752,"@timestamp":1579704973},"coords":"51.4802847,-0.102923","bedrooms":"4","price":"189000","area":"387"} , +{"type":"Feature","id":"n1735620841","geometry":{"type":"Point","coordinates":[-0.0968805,51.4802908]},"properties":{"@type":"node","@id":1735620841,"@timestamp":1579694230},"coords":"51.4802908,-0.0968805","bedrooms":"4","price":"241000","area":"358"} , +{"type":"Feature","id":"n1735620955","geometry":{"type":"Point","coordinates":[-0.0674573,51.4803]},"properties":{"@type":"node","@id":1735620955,"@timestamp":1579694113},"coords":"51.4803,-0.0674573","bedrooms":"3","price":"276000","area":"575"} , +{"type":"Feature","id":"n1735621159","geometry":{"type":"Point","coordinates":[-0.0667382,51.4803084]},"properties":{"@type":"node","@id":1735621159,"@timestamp":1579694113},"coords":"51.4803084,-0.0667382","bedrooms":"0","price":"237000","area":"601"} , +{"type":"Feature","id":"n1735621276","geometry":{"type":"Point","coordinates":[-0.1011483,51.4803138]},"properties":{"@type":"node","@id":1735621276,"@timestamp":1579704973},"coords":"51.4803138,-0.1011483","bedrooms":"4","price":"272000","area":"572"} , +{"type":"Feature","id":"n1735621329","geometry":{"type":"Point","coordinates":[-0.10123,51.4803241]},"properties":{"@type":"node","@id":1735621329,"@timestamp":1579704973},"coords":"51.4803241,-0.10123","bedrooms":"4","price":"192000","area":"657"} , +{"type":"Feature","id":"n1735621384","geometry":{"type":"Point","coordinates":[-0.1010412,51.4803294]},"properties":{"@type":"node","@id":1735621384,"@timestamp":1579704973},"coords":"51.4803294,-0.1010412","bedrooms":"3","price":"290000","area":"631"} , +{"type":"Feature","id":"n1735621471","geometry":{"type":"Point","coordinates":[-0.0835229,51.4803336]},"properties":{"@type":"node","@id":1735621471,"@timestamp":1579705114},"coords":"51.4803336,-0.0835229","bedrooms":"1","price":"166000","area":"592"} , +{"type":"Feature","id":"n1735621543","geometry":{"type":"Point","coordinates":[-0.0709027,51.4803446]},"properties":{"@type":"node","@id":1735621543,"@timestamp":1579694113},"coords":"51.4803446,-0.0709027","bedrooms":"2","price":"176000","area":"396"} , +{"type":"Feature","id":"n1735621649","geometry":{"type":"Point","coordinates":[-0.0538839,51.4803521]},"properties":{"@type":"node","@id":1735621649,"@timestamp":1579714499},"coords":"51.4803521,-0.0538839","bedrooms":"3","price":"254000","area":"630"} , +{"type":"Feature","id":"n1735621751","geometry":{"type":"Point","coordinates":[-0.0835145,51.4803605]},"properties":{"@type":"node","@id":1735621751,"@timestamp":1579705114},"coords":"51.4803605,-0.0835145","bedrooms":"1","price":"290000","area":"450"} , +{"type":"Feature","id":"n1735621828","geometry":{"type":"Point","coordinates":[-0.0847684,51.4803676]},"properties":{"@type":"node","@id":1735621828,"@timestamp":1579705114},"coords":"51.4803676,-0.0847684","bedrooms":"2","price":"158000","area":"353"} , +{"type":"Feature","id":"n1735621944","geometry":{"type":"Point","coordinates":[-0.0835081,51.4803747]},"properties":{"@type":"node","@id":1735621944,"@timestamp":1579705114},"coords":"51.4803747,-0.0835081","bedrooms":"1","price":"228000","area":"658"} , +{"type":"Feature","id":"n1735622030","geometry":{"type":"Point","coordinates":[-0.0989821,51.4803836]},"properties":{"@type":"node","@id":1735622030,"@timestamp":1579704973},"coords":"51.4803836,-0.0989821","bedrooms":"4","price":"230000","area":"366"} , +{"type":"Feature","id":"n1735622148","geometry":{"type":"Point","coordinates":[-0.084766,51.480391]},"properties":{"@type":"node","@id":1735622148,"@timestamp":1579705114},"coords":"51.480391,-0.084766","bedrooms":"1","price":"161000","area":"434"} , +{"type":"Feature","id":"n1735622279","geometry":{"type":"Point","coordinates":[-0.0546629,51.4804008]},"properties":{"@type":"node","@id":1735622279,"@timestamp":1579714499},"coords":"51.4804008,-0.0546629","bedrooms":"0","price":"176000","area":"632"} , +{"type":"Feature","id":"n1735622456","geometry":{"type":"Point","coordinates":[-0.0997125,51.4804069]},"properties":{"@type":"node","@id":1735622456,"@timestamp":1579704973},"coords":"51.4804069,-0.0997125","bedrooms":"0","price":"266000","area":"470"} , +{"type":"Feature","id":"n1735622721","geometry":{"type":"Point","coordinates":[-0.053978,51.4804132]},"properties":{"@type":"node","@id":1735622721,"@timestamp":1579714499},"coords":"51.4804132,-0.053978","bedrooms":"3","price":"273000","area":"680"} , +{"type":"Feature","id":"n1735622969","geometry":{"type":"Point","coordinates":[-0.0914909,51.4804169]},"properties":{"@type":"node","@id":1735622969,"@timestamp":1579694230},"coords":"51.4804169,-0.0914909","bedrooms":"3","price":"211000","area":"583"} , +{"type":"Feature","id":"n1735623190","geometry":{"type":"Point","coordinates":[-0.10292,51.4804242]},"properties":{"@type":"node","@id":1735623190,"@timestamp":1579704973},"coords":"51.4804242,-0.10292","bedrooms":"3","price":"163000","area":"563"} , +{"type":"Feature","id":"n1735623438","geometry":{"type":"Point","coordinates":[-0.0847698,51.4804326]},"properties":{"@type":"node","@id":1735623438,"@timestamp":1579705114},"coords":"51.4804326,-0.0847698","bedrooms":"3","price":"279000","area":"686"} , +{"type":"Feature","id":"n1735623659","geometry":{"type":"Point","coordinates":[-0.101934,51.4804429]},"properties":{"@type":"node","@id":1735623659,"@timestamp":1579704973},"coords":"51.4804429,-0.101934","bedrooms":"3","price":"180000","area":"516"} , +{"type":"Feature","id":"n1735623913","geometry":{"type":"Point","coordinates":[-0.0908254,51.4804532]},"properties":{"@type":"node","@id":1735623913,"@timestamp":1579694230},"coords":"51.4804532,-0.0908254","bedrooms":"4","price":"217000","area":"432"} , +{"type":"Feature","id":"n1735624135","geometry":{"type":"Point","coordinates":[-0.0906481,51.4804602]},"properties":{"@type":"node","@id":1735624135,"@timestamp":1579694230},"coords":"51.4804602,-0.0906481","bedrooms":"2","price":"263000","area":"509"} , +{"type":"Feature","id":"n1735624334","geometry":{"type":"Point","coordinates":[-0.1033628,51.4804701]},"properties":{"@type":"node","@id":1735624334,"@timestamp":1579704973},"coords":"51.4804701,-0.1033628","bedrooms":"4","price":"278000","area":"577"} , +{"type":"Feature","id":"n1735624451","geometry":{"type":"Point","coordinates":[-0.0916067,51.4804747]},"properties":{"@type":"node","@id":1735624451,"@timestamp":1579694230},"coords":"51.4804747,-0.0916067","bedrooms":"1","price":"201000","area":"588"} , +{"type":"Feature","id":"n1735624605","geometry":{"type":"Point","coordinates":[-0.1036517,51.4804813]},"properties":{"@type":"node","@id":1735624605,"@timestamp":1579704973},"coords":"51.4804813,-0.1036517","bedrooms":"0","price":"198000","area":"374"} , +{"type":"Feature","id":"n1735624769","geometry":{"type":"Point","coordinates":[-0.0536951,51.4804938]},"properties":{"@type":"node","@id":1735624769,"@timestamp":1579714499},"coords":"51.4804938,-0.0536951","bedrooms":"1","price":"253000","area":"656"} , +{"type":"Feature","id":"n1735624890","geometry":{"type":"Point","coordinates":[-0.1013758,51.4805002]},"properties":{"@type":"node","@id":1735624890,"@timestamp":1579704973},"coords":"51.4805002,-0.1013758","bedrooms":"4","price":"163000","area":"448"} , +{"type":"Feature","id":"n1735625179","geometry":{"type":"Point","coordinates":[-0.0971799,51.4805102]},"properties":{"@type":"node","@id":1735625179,"@timestamp":1579694230},"coords":"51.4805102,-0.0971799","bedrooms":"4","price":"174000","area":"536"} , +{"type":"Feature","id":"n1735625290","geometry":{"type":"Point","coordinates":[-0.1036053,51.4805194]},"properties":{"@type":"node","@id":1735625290,"@timestamp":1579704973},"coords":"51.4805194,-0.1036053","bedrooms":"4","price":"281000","area":"516"} , +{"type":"Feature","id":"n1735625405","geometry":{"type":"Point","coordinates":[-0.091651,51.4805265]},"properties":{"@type":"node","@id":1735625405,"@timestamp":1579694230},"coords":"51.4805265,-0.091651","bedrooms":"0","price":"247000","area":"505"} , +{"type":"Feature","id":"n1735625529","geometry":{"type":"Point","coordinates":[-0.0724714,51.4805318]},"properties":{"@type":"node","@id":1735625529,"@timestamp":1579714499},"coords":"51.4805318,-0.0724714","bedrooms":"4","price":"254000","area":"478"} , +{"type":"Feature","id":"n1735625595","geometry":{"type":"Point","coordinates":[-0.0843257,51.4805422]},"properties":{"@type":"node","@id":1735625595,"@timestamp":1579705114},"coords":"51.4805422,-0.0843257","bedrooms":"4","price":"237000","area":"500"} , +{"type":"Feature","id":"n1735625669","geometry":{"type":"Point","coordinates":[-0.0557474,51.4805539]},"properties":{"@type":"node","@id":1735625669,"@timestamp":1579714499},"coords":"51.4805539,-0.0557474","bedrooms":"1","price":"290000","area":"416"} , +{"type":"Feature","id":"n1735625772","geometry":{"type":"Point","coordinates":[-0.0903787,51.4805612]},"properties":{"@type":"node","@id":1735625772,"@timestamp":1579694230},"coords":"51.4805612,-0.0903787","bedrooms":"2","price":"212000","area":"649"} , +{"type":"Feature","id":"n1735625882","geometry":{"type":"Point","coordinates":[-0.0847117,51.4805695]},"properties":{"@type":"node","@id":1735625882,"@timestamp":1579705114},"coords":"51.4805695,-0.0847117","bedrooms":"3","price":"273000","area":"359"} , +{"type":"Feature","id":"n1735625998","geometry":{"type":"Point","coordinates":[-0.0903219,51.4805755]},"properties":{"@type":"node","@id":1735625998,"@timestamp":1579694230},"coords":"51.4805755,-0.0903219","bedrooms":"2","price":"217000","area":"630"} , +{"type":"Feature","id":"n1735626128","geometry":{"type":"Point","coordinates":[-0.083606,51.4805819]},"properties":{"@type":"node","@id":1735626128,"@timestamp":1579705114},"coords":"51.4805819,-0.083606","bedrooms":"1","price":"173000","area":"597"} , +{"type":"Feature","id":"n1735626215","geometry":{"type":"Point","coordinates":[-0.0658975,51.4805871]},"properties":{"@type":"node","@id":1735626215,"@timestamp":1579694113},"coords":"51.4805871,-0.0658975","bedrooms":"2","price":"230000","area":"401"} , +{"type":"Feature","id":"n1735626332","geometry":{"type":"Point","coordinates":[-0.083021,51.4805957]},"properties":{"@type":"node","@id":1735626332,"@timestamp":1579705114},"coords":"51.4805957,-0.083021","bedrooms":"2","price":"187000","area":"399"} , +{"type":"Feature","id":"n1735626469","geometry":{"type":"Point","coordinates":[-0.0903036,51.4806034]},"properties":{"@type":"node","@id":1735626469,"@timestamp":1579694230},"coords":"51.4806034,-0.0903036","bedrooms":"1","price":"218000","area":"698"} , +{"type":"Feature","id":"n1735626568","geometry":{"type":"Point","coordinates":[-0.0902395,51.4806146]},"properties":{"@type":"node","@id":1735626568,"@timestamp":1579694230},"coords":"51.4806146,-0.0902395","bedrooms":"2","price":"211000","area":"434"} , +{"type":"Feature","id":"n1735626653","geometry":{"type":"Point","coordinates":[-0.0654156,51.4806243]},"properties":{"@type":"node","@id":1735626653,"@timestamp":1579694113},"coords":"51.4806243,-0.0654156","bedrooms":"4","price":"173000","area":"636"} , +{"type":"Feature","id":"n1735626768","geometry":{"type":"Point","coordinates":[-0.0833346,51.4806352]},"properties":{"@type":"node","@id":1735626768,"@timestamp":1579705114},"coords":"51.4806352,-0.0833346","bedrooms":"1","price":"227000","area":"375"} , +{"type":"Feature","id":"n1735626901","geometry":{"type":"Point","coordinates":[-0.0557185,51.4806429]},"properties":{"@type":"node","@id":1735626901,"@timestamp":1579714499},"coords":"51.4806429,-0.0557185","bedrooms":"0","price":"164000","area":"512"} , +{"type":"Feature","id":"n1735626998","geometry":{"type":"Point","coordinates":[-0.1015829,51.4806522]},"properties":{"@type":"node","@id":1735626998,"@timestamp":1579704973},"coords":"51.4806522,-0.1015829","bedrooms":"0","price":"150000","area":"453"} , +{"type":"Feature","id":"n1735627096","geometry":{"type":"Point","coordinates":[-0.1023598,51.4806659]},"properties":{"@type":"node","@id":1735627096,"@timestamp":1579704973},"coords":"51.4806659,-0.1023598","bedrooms":"4","price":"230000","area":"508"} , +{"type":"Feature","id":"n1735627225","geometry":{"type":"Point","coordinates":[-0.0963374,51.4806757]},"properties":{"@type":"node","@id":1735627225,"@timestamp":1579694230},"coords":"51.4806757,-0.0963374","bedrooms":"0","price":"159000","area":"589"} , +{"type":"Feature","id":"n1735627340","geometry":{"type":"Point","coordinates":[-0.0557185,51.4806847]},"properties":{"@type":"node","@id":1735627340,"@timestamp":1579714499},"coords":"51.4806847,-0.0557185","bedrooms":"2","price":"225000","area":"453"} , +{"type":"Feature","id":"n1735627487","geometry":{"type":"Point","coordinates":[-0.0669258,51.4806935]},"properties":{"@type":"node","@id":1735627487,"@timestamp":1579694113},"coords":"51.4806935,-0.0669258","bedrooms":"4","price":"274000","area":"572"} , +{"type":"Feature","id":"n1735627628","geometry":{"type":"Point","coordinates":[-0.071807,51.4806984]},"properties":{"@type":"node","@id":1735627628,"@timestamp":1579694113},"coords":"51.4806984,-0.071807","bedrooms":"2","price":"183000","area":"623"} , +{"type":"Feature","id":"n1735627740","geometry":{"type":"Point","coordinates":[-0.1022179,51.4807032]},"properties":{"@type":"node","@id":1735627740,"@timestamp":1579704973},"coords":"51.4807032,-0.1022179","bedrooms":"1","price":"251000","area":"602"} , +{"type":"Feature","id":"n1735627847","geometry":{"type":"Point","coordinates":[-0.0647736,51.4807137]},"properties":{"@type":"node","@id":1735627847,"@timestamp":1579694113},"coords":"51.4807137,-0.0647736","bedrooms":"2","price":"283000","area":"660"} , +{"type":"Feature","id":"n1735627936","geometry":{"type":"Point","coordinates":[-0.0646597,51.4807223]},"properties":{"@type":"node","@id":1735627936,"@timestamp":1579694113},"coords":"51.4807223,-0.0646597","bedrooms":"0","price":"212000","area":"520"} , +{"type":"Feature","id":"n1735628018","geometry":{"type":"Point","coordinates":[-0.1027894,51.4807373]},"properties":{"@type":"node","@id":1735628018,"@timestamp":1579704973},"coords":"51.4807373,-0.1027894","bedrooms":"0","price":"199000","area":"566"} , +{"type":"Feature","id":"n1735628126","geometry":{"type":"Point","coordinates":[-0.079737,51.4807451]},"properties":{"@type":"node","@id":1735628126,"@timestamp":1579705114},"coords":"51.4807451,-0.079737","bedrooms":"2","price":"289000","area":"403"} , +{"type":"Feature","id":"n1735628229","geometry":{"type":"Point","coordinates":[-0.1026179,51.4807566]},"properties":{"@type":"node","@id":1735628229,"@timestamp":1579704973},"coords":"51.4807566,-0.1026179","bedrooms":"3","price":"291000","area":"537"} , +{"type":"Feature","id":"n1735628329","geometry":{"type":"Point","coordinates":[-0.0549746,51.4807711]},"properties":{"@type":"node","@id":1735628329,"@timestamp":1579714499},"coords":"51.4807711,-0.0549746","bedrooms":"2","price":"174000","area":"388"} , +{"type":"Feature","id":"n1735628460","geometry":{"type":"Point","coordinates":[-0.072591,51.4807806]},"properties":{"@type":"node","@id":1735628460,"@timestamp":1579714499},"coords":"51.4807806,-0.072591","bedrooms":"3","price":"177000","area":"494"} , +{"type":"Feature","id":"n1735628581","geometry":{"type":"Point","coordinates":[-0.067917,51.4807867]},"properties":{"@type":"node","@id":1735628581,"@timestamp":1579694113},"coords":"51.4807867,-0.067917","bedrooms":"1","price":"187000","area":"536"} , +{"type":"Feature","id":"n1735628695","geometry":{"type":"Point","coordinates":[-0.0697536,51.4807949]},"properties":{"@type":"node","@id":1735628695,"@timestamp":1579694113},"coords":"51.4807949,-0.0697536","bedrooms":"0","price":"175000","area":"366"} , +{"type":"Feature","id":"n1735628839","geometry":{"type":"Point","coordinates":[-0.0687678,51.4808021]},"properties":{"@type":"node","@id":1735628839,"@timestamp":1579694113},"coords":"51.4808021,-0.0687678","bedrooms":"1","price":"179000","area":"649"} , +{"type":"Feature","id":"n1735628936","geometry":{"type":"Point","coordinates":[-0.0703071,51.4808129]},"properties":{"@type":"node","@id":1735628936,"@timestamp":1579694113},"coords":"51.4808129,-0.0703071","bedrooms":"0","price":"227000","area":"487"} , +{"type":"Feature","id":"n1735629071","geometry":{"type":"Point","coordinates":[-0.0697751,51.4808248]},"properties":{"@type":"node","@id":1735629071,"@timestamp":1579694113},"coords":"51.4808248,-0.0697751","bedrooms":"0","price":"233000","area":"653"} , +{"type":"Feature","id":"n1735629193","geometry":{"type":"Point","coordinates":[-0.0539775,51.4808341]},"properties":{"@type":"node","@id":1735629193,"@timestamp":1579714499},"coords":"51.4808341,-0.0539775","bedrooms":"1","price":"212000","area":"543"} , +{"type":"Feature","id":"n1735629271","geometry":{"type":"Point","coordinates":[-0.0812672,51.4808414]},"properties":{"@type":"node","@id":1735629271,"@timestamp":1579705114},"coords":"51.4808414,-0.0812672","bedrooms":"2","price":"292000","area":"500"} , +{"type":"Feature","id":"n1735629373","geometry":{"type":"Point","coordinates":[-0.0547862,51.4808475]},"properties":{"@type":"node","@id":1735629373,"@timestamp":1579714499},"coords":"51.4808475,-0.0547862","bedrooms":"3","price":"240000","area":"370"} , +{"type":"Feature","id":"n1735629465","geometry":{"type":"Point","coordinates":[-0.0908726,51.4808537]},"properties":{"@type":"node","@id":1735629465,"@timestamp":1579694230},"coords":"51.4808537,-0.0908726","bedrooms":"1","price":"232000","area":"521"} , +{"type":"Feature","id":"n1735629539","geometry":{"type":"Point","coordinates":[-0.0546141,51.4808612]},"properties":{"@type":"node","@id":1735629539,"@timestamp":1579714499},"coords":"51.4808612,-0.0546141","bedrooms":"3","price":"243000","area":"400"} , +{"type":"Feature","id":"n1735629667","geometry":{"type":"Point","coordinates":[-0.068697,51.4808722]},"properties":{"@type":"node","@id":1735629667,"@timestamp":1579694113},"coords":"51.4808722,-0.068697","bedrooms":"0","price":"170000","area":"473"} , +{"type":"Feature","id":"n1735629761","geometry":{"type":"Point","coordinates":[-0.0914456,51.4808799]},"properties":{"@type":"node","@id":1735629761,"@timestamp":1579694230},"coords":"51.4808799,-0.0914456","bedrooms":"3","price":"167000","area":"669"} , +{"type":"Feature","id":"n1735629875","geometry":{"type":"Point","coordinates":[-0.0671139,51.4808893]},"properties":{"@type":"node","@id":1735629875,"@timestamp":1579694113},"coords":"51.4808893,-0.0671139","bedrooms":"0","price":"269000","area":"453"} , +{"type":"Feature","id":"n1735630023","geometry":{"type":"Point","coordinates":[-0.0632261,51.4808988]},"properties":{"@type":"node","@id":1735630023,"@timestamp":1579694113},"coords":"51.4808988,-0.0632261","bedrooms":"3","price":"181000","area":"354"} , +{"type":"Feature","id":"n1735630128","geometry":{"type":"Point","coordinates":[-0.0957793,51.4809059]},"properties":{"@type":"node","@id":1735630128,"@timestamp":1579694230},"coords":"51.4809059,-0.0957793","bedrooms":"4","price":"293000","area":"690"} , +{"type":"Feature","id":"n1735630249","geometry":{"type":"Point","coordinates":[-0.0909758,51.4809139]},"properties":{"@type":"node","@id":1735630249,"@timestamp":1579694230},"coords":"51.4809139,-0.0909758","bedrooms":"0","price":"178000","area":"582"} , +{"type":"Feature","id":"n1735630430","geometry":{"type":"Point","coordinates":[-0.0793634,51.4809249]},"properties":{"@type":"node","@id":1735630430,"@timestamp":1579705114},"coords":"51.4809249,-0.0793634","bedrooms":"0","price":"243000","area":"545"} , +{"type":"Feature","id":"n1735630614","geometry":{"type":"Point","coordinates":[-0.0733398,51.480933]},"properties":{"@type":"node","@id":1735630614,"@timestamp":1579705114},"coords":"51.480933,-0.0733398","bedrooms":"0","price":"150000","area":"495"} , +{"type":"Feature","id":"n1735630914","geometry":{"type":"Point","coordinates":[-0.0752022,51.4809421]},"properties":{"@type":"node","@id":1735630914,"@timestamp":1579705114},"coords":"51.4809421,-0.0752022","bedrooms":"0","price":"196000","area":"548"} , +{"type":"Feature","id":"n1735630987","geometry":{"type":"Point","coordinates":[-0.0563225,51.4809499]},"properties":{"@type":"node","@id":1735630987,"@timestamp":1579714499},"coords":"51.4809499,-0.0563225","bedrooms":"3","price":"261000","area":"612"} , +{"type":"Feature","id":"n1735631069","geometry":{"type":"Point","coordinates":[-0.1005738,51.4809568]},"properties":{"@type":"node","@id":1735631069,"@timestamp":1579704973},"coords":"51.4809568,-0.1005738","bedrooms":"4","price":"154000","area":"487"} , +{"type":"Feature","id":"n1735631140","geometry":{"type":"Point","coordinates":[-0.0840551,51.4809638]},"properties":{"@type":"node","@id":1735631140,"@timestamp":1579705114},"coords":"51.4809638,-0.0840551","bedrooms":"4","price":"197000","area":"386"} , +{"type":"Feature","id":"n1735631237","geometry":{"type":"Point","coordinates":[-0.0780881,51.4809729]},"properties":{"@type":"node","@id":1735631237,"@timestamp":1579705114},"coords":"51.4809729,-0.0780881","bedrooms":"1","price":"175000","area":"397"} , +{"type":"Feature","id":"n1735631356","geometry":{"type":"Point","coordinates":[-0.0901956,51.4809776]},"properties":{"@type":"node","@id":1735631356,"@timestamp":1579694230},"coords":"51.4809776,-0.0901956","bedrooms":"3","price":"208000","area":"353"} , +{"type":"Feature","id":"n1735631450","geometry":{"type":"Point","coordinates":[-0.0780908,51.4809866]},"properties":{"@type":"node","@id":1735631450,"@timestamp":1579705114},"coords":"51.4809866,-0.0780908","bedrooms":"0","price":"197000","area":"519"} , +{"type":"Feature","id":"n1735631535","geometry":{"type":"Point","coordinates":[-0.0905897,51.480991]},"properties":{"@type":"node","@id":1735631535,"@timestamp":1579694230},"coords":"51.480991,-0.0905897","bedrooms":"3","price":"266000","area":"634"} , +{"type":"Feature","id":"n1735631599","geometry":{"type":"Point","coordinates":[-0.0723096,51.4809961]},"properties":{"@type":"node","@id":1735631599,"@timestamp":1579694113},"coords":"51.4809961,-0.0723096","bedrooms":"1","price":"215000","area":"572"} , +{"type":"Feature","id":"n1735631682","geometry":{"type":"Point","coordinates":[-0.0789715,51.4810016]},"properties":{"@type":"node","@id":1735631682,"@timestamp":1579705114},"coords":"51.4810016,-0.0789715","bedrooms":"3","price":"285000","area":"389"} , +{"type":"Feature","id":"n1735631770","geometry":{"type":"Point","coordinates":[-0.0914753,51.4810112]},"properties":{"@type":"node","@id":1735631770,"@timestamp":1579694230},"coords":"51.4810112,-0.0914753","bedrooms":"4","price":"197000","area":"358"} , +{"type":"Feature","id":"n1735631856","geometry":{"type":"Point","coordinates":[-0.0781898,51.4810247]},"properties":{"@type":"node","@id":1735631856,"@timestamp":1579705114},"coords":"51.4810247,-0.0781898","bedrooms":"3","price":"288000","area":"681"} , +{"type":"Feature","id":"n1735631944","geometry":{"type":"Point","coordinates":[-0.0681469,51.481027]},"properties":{"@type":"node","@id":1735631944,"@timestamp":1579694113},"coords":"51.481027,-0.0681469","bedrooms":"0","price":"180000","area":"549"} , +{"type":"Feature","id":"n1735632051","geometry":{"type":"Point","coordinates":[-0.097714,51.481075]},"properties":{"@type":"node","@id":1735632051,"@timestamp":1579694230},"coords":"51.481075,-0.097714","bedrooms":"3","price":"297000","area":"392"} , +{"type":"Feature","id":"n1735632159","geometry":{"type":"Point","coordinates":[-0.072713,51.4810595]},"properties":{"@type":"node","@id":1735632159,"@timestamp":1579714499},"coords":"51.4810595,-0.072713","bedrooms":"0","price":"235000","area":"632"} , +{"type":"Feature","id":"n1735632303","geometry":{"type":"Point","coordinates":[-0.0712709,51.4810687]},"properties":{"@type":"node","@id":1735632303,"@timestamp":1579694113},"coords":"51.4810687,-0.0712709","bedrooms":"1","price":"150000","area":"537"} , +{"type":"Feature","id":"n1735632450","geometry":{"type":"Point","coordinates":[-0.072944,51.4810786]},"properties":{"@type":"node","@id":1735632450,"@timestamp":1579714499},"coords":"51.4810786,-0.072944","bedrooms":"3","price":"208000","area":"437"} , +{"type":"Feature","id":"n1735632597","geometry":{"type":"Point","coordinates":[-0.0562986,51.4810862]},"properties":{"@type":"node","@id":1735632597,"@timestamp":1579714499},"coords":"51.4810862,-0.0562986","bedrooms":"4","price":"270000","area":"635"} , +{"type":"Feature","id":"n1735632776","geometry":{"type":"Point","coordinates":[-0.10214,51.4810929]},"properties":{"@type":"node","@id":1735632776,"@timestamp":1579704973},"coords":"51.4810929,-0.10214","bedrooms":"3","price":"296000","area":"452"} , +{"type":"Feature","id":"n1735632907","geometry":{"type":"Point","coordinates":[-0.0914752,51.4811086]},"properties":{"@type":"node","@id":1735632907,"@timestamp":1579694230},"coords":"51.4811086,-0.0914752","bedrooms":"3","price":"288000","area":"504"} , +{"type":"Feature","id":"n1735632999","geometry":{"type":"Point","coordinates":[-0.0723674,51.4811178]},"properties":{"@type":"node","@id":1735632999,"@timestamp":1579714499},"coords":"51.4811178,-0.0723674","bedrooms":"1","price":"297000","area":"402"} , +{"type":"Feature","id":"n1735633114","geometry":{"type":"Point","coordinates":[-0.0668574,51.4811322]},"properties":{"@type":"node","@id":1735633114,"@timestamp":1579694113},"coords":"51.4811322,-0.0668574","bedrooms":"4","price":"190000","area":"472"} , +{"type":"Feature","id":"n1735633263","geometry":{"type":"Point","coordinates":[-0.0637533,51.4811401]},"properties":{"@type":"node","@id":1735633263,"@timestamp":1579694113},"coords":"51.4811401,-0.0637533","bedrooms":"4","price":"158000","area":"462"} , +{"type":"Feature","id":"n1735633393","geometry":{"type":"Point","coordinates":[-0.0619075,51.4811505]},"properties":{"@type":"node","@id":1735633393,"@timestamp":1579694113},"coords":"51.4811505,-0.0619075","bedrooms":"3","price":"175000","area":"528"} , +{"type":"Feature","id":"n1735633463","geometry":{"type":"Point","coordinates":[-0.0753766,51.4811573]},"properties":{"@type":"node","@id":1735633463,"@timestamp":1579705114},"coords":"51.4811573,-0.0753766","bedrooms":"2","price":"235000","area":"437"} , +{"type":"Feature","id":"n1735633547","geometry":{"type":"Point","coordinates":[-0.070432,51.4811665]},"properties":{"@type":"node","@id":1735633547,"@timestamp":1579694113},"coords":"51.4811665,-0.070432","bedrooms":"1","price":"287000","area":"610"} , +{"type":"Feature","id":"n1735633605","geometry":{"type":"Point","coordinates":[-0.0754632,51.4811726]},"properties":{"@type":"node","@id":1735633605,"@timestamp":1579705114},"coords":"51.4811726,-0.0754632","bedrooms":"4","price":"155000","area":"385"} , +{"type":"Feature","id":"n1735633662","geometry":{"type":"Point","coordinates":[-0.077226,51.4811813]},"properties":{"@type":"node","@id":1735633662,"@timestamp":1579705114},"coords":"51.4811813,-0.077226","bedrooms":"1","price":"188000","area":"458"} , +{"type":"Feature","id":"n1735633715","geometry":{"type":"Point","coordinates":[-0.0730138,51.4811889]},"properties":{"@type":"node","@id":1735633715,"@timestamp":1579714499},"coords":"51.4811889,-0.0730138","bedrooms":"0","price":"263000","area":"378"} , +{"type":"Feature","id":"n1735633776","geometry":{"type":"Point","coordinates":[-0.098062,51.4811988]},"properties":{"@type":"node","@id":1735633776,"@timestamp":1579694230},"coords":"51.4811988,-0.098062","bedrooms":"2","price":"284000","area":"562"} , +{"type":"Feature","id":"n1735633827","geometry":{"type":"Point","coordinates":[-0.0700457,51.4812121]},"properties":{"@type":"node","@id":1735633827,"@timestamp":1579694113},"coords":"51.4812121,-0.0700457","bedrooms":"3","price":"263000","area":"352"} , +{"type":"Feature","id":"n1735633872","geometry":{"type":"Point","coordinates":[-0.0979027,51.4812232]},"properties":{"@type":"node","@id":1735633872,"@timestamp":1579694230},"coords":"51.4812232,-0.0979027","bedrooms":"3","price":"161000","area":"359"} , +{"type":"Feature","id":"n1735633928","geometry":{"type":"Point","coordinates":[-0.083178,51.4812329]},"properties":{"@type":"node","@id":1735633928,"@timestamp":1579705114},"coords":"51.4812329,-0.083178","bedrooms":"0","price":"295000","area":"649"} , +{"type":"Feature","id":"n1735634009","geometry":{"type":"Point","coordinates":[-0.102318,51.4812435]},"properties":{"@type":"node","@id":1735634009,"@timestamp":1579704973},"coords":"51.4812435,-0.102318","bedrooms":"4","price":"155000","area":"645"} , +{"type":"Feature","id":"n1735634051","geometry":{"type":"Point","coordinates":[-0.077231,51.4812535]},"properties":{"@type":"node","@id":1735634051,"@timestamp":1579705114},"coords":"51.4812535,-0.077231","bedrooms":"1","price":"155000","area":"393"} , +{"type":"Feature","id":"n1735634088","geometry":{"type":"Point","coordinates":[-0.0826834,51.481264]},"properties":{"@type":"node","@id":1735634088,"@timestamp":1579705114},"coords":"51.481264,-0.0826834","bedrooms":"2","price":"223000","area":"555"} , +{"type":"Feature","id":"n1735634114","geometry":{"type":"Point","coordinates":[-0.0779824,51.4812696]},"properties":{"@type":"node","@id":1735634114,"@timestamp":1579705114},"coords":"51.4812696,-0.0779824","bedrooms":"3","price":"172000","area":"448"} , +{"type":"Feature","id":"n1735634124","geometry":{"type":"Point","coordinates":[-0.0778737,51.4812801]},"properties":{"@type":"node","@id":1735634124,"@timestamp":1579705114},"coords":"51.4812801,-0.0778737","bedrooms":"0","price":"222000","area":"491"} , +{"type":"Feature","id":"n1735634134","geometry":{"type":"Point","coordinates":[-0.0658132,51.4812899]},"properties":{"@type":"node","@id":1735634134,"@timestamp":1579694113},"coords":"51.4812899,-0.0658132","bedrooms":"0","price":"236000","area":"648"} , +{"type":"Feature","id":"n1735634144","geometry":{"type":"Point","coordinates":[-0.0728296,51.4812988]},"properties":{"@type":"node","@id":1735634144,"@timestamp":1579714499},"coords":"51.4812988,-0.0728296","bedrooms":"2","price":"254000","area":"420"} , +{"type":"Feature","id":"n1735634155","geometry":{"type":"Point","coordinates":[-0.077176,51.4813071]},"properties":{"@type":"node","@id":1735634155,"@timestamp":1579705114},"coords":"51.4813071,-0.077176","bedrooms":"1","price":"163000","area":"599"} , +{"type":"Feature","id":"n1735634174","geometry":{"type":"Point","coordinates":[-0.0778765,51.481319]},"properties":{"@type":"node","@id":1735634174,"@timestamp":1579705114},"coords":"51.481319,-0.0778765","bedrooms":"0","price":"255000","area":"555"} , +{"type":"Feature","id":"n1735634222","geometry":{"type":"Point","coordinates":[-0.0888455,51.4813278]},"properties":{"@type":"node","@id":1735634222,"@timestamp":1579694230},"coords":"51.4813278,-0.0888455","bedrooms":"1","price":"265000","area":"685"} , +{"type":"Feature","id":"n1735634239","geometry":{"type":"Point","coordinates":[-0.0695584,51.4813346]},"properties":{"@type":"node","@id":1735634239,"@timestamp":1579694113},"coords":"51.4813346,-0.0695584","bedrooms":"0","price":"292000","area":"392"} , +{"type":"Feature","id":"n1735634249","geometry":{"type":"Point","coordinates":[-0.0821711,51.4813446]},"properties":{"@type":"node","@id":1735634249,"@timestamp":1579705114},"coords":"51.4813446,-0.0821711","bedrooms":"1","price":"194000","area":"684"} , +{"type":"Feature","id":"n1735634276","geometry":{"type":"Point","coordinates":[-0.0820884,51.4813495]},"properties":{"@type":"node","@id":1735634276,"@timestamp":1579705114},"coords":"51.4813495,-0.0820884","bedrooms":"1","price":"285000","area":"590"} , +{"type":"Feature","id":"n1735634331","geometry":{"type":"Point","coordinates":[-0.0752161,51.4813537]},"properties":{"@type":"node","@id":1735634331,"@timestamp":1579705114},"coords":"51.4813537,-0.0752161","bedrooms":"0","price":"269000","area":"440"} , +{"type":"Feature","id":"n1735634431","geometry":{"type":"Point","coordinates":[-0.0971167,51.4813637]},"properties":{"@type":"node","@id":1735634431,"@timestamp":1579694230},"coords":"51.4813637,-0.0971167","bedrooms":"0","price":"242000","area":"438"} , +{"type":"Feature","id":"n1735634501","geometry":{"type":"Point","coordinates":[-0.0822604,51.48137]},"properties":{"@type":"node","@id":1735634501,"@timestamp":1579694113},"coords":"51.48137,-0.0822604","bedrooms":"1","price":"212000","area":"527"} , +{"type":"Feature","id":"n1735634589","geometry":{"type":"Point","coordinates":[-0.1031485,51.4813776]},"properties":{"@type":"node","@id":1735634589,"@timestamp":1579704973},"coords":"51.4813776,-0.1031485","bedrooms":"4","price":"290000","area":"441"} , +{"type":"Feature","id":"n1735634634","geometry":{"type":"Point","coordinates":[-0.08317,51.4813824]},"properties":{"@type":"node","@id":1735634634,"@timestamp":1579694113},"coords":"51.4813824,-0.08317","bedrooms":"4","price":"287000","area":"571"} , +{"type":"Feature","id":"n1735634684","geometry":{"type":"Point","coordinates":[-0.0757623,51.4813885]},"properties":{"@type":"node","@id":1735634684,"@timestamp":1579705114},"coords":"51.4813885,-0.0757623","bedrooms":"4","price":"187000","area":"502"} , +{"type":"Feature","id":"n1735634736","geometry":{"type":"Point","coordinates":[-0.0730944,51.4813947]},"properties":{"@type":"node","@id":1735634736,"@timestamp":1579714499},"coords":"51.4813947,-0.0730944","bedrooms":"2","price":"296000","area":"690"} , +{"type":"Feature","id":"n1735634786","geometry":{"type":"Point","coordinates":[-0.0795326,51.481403]},"properties":{"@type":"node","@id":1735634786,"@timestamp":1579705114},"coords":"51.481403,-0.0795326","bedrooms":"1","price":"216000","area":"463"} , +{"type":"Feature","id":"n1735634892","geometry":{"type":"Point","coordinates":[-0.0735298,51.4814176]},"properties":{"@type":"node","@id":1735634892,"@timestamp":1579694113},"coords":"51.4814176,-0.0735298","bedrooms":"1","price":"177000","area":"674"} , +{"type":"Feature","id":"n1735634974","geometry":{"type":"Point","coordinates":[-0.092456,51.4814271]},"properties":{"@type":"node","@id":1735634974,"@timestamp":1579694230},"coords":"51.4814271,-0.092456","bedrooms":"0","price":"195000","area":"398"} , +{"type":"Feature","id":"n1735635040","geometry":{"type":"Point","coordinates":[-0.1011362,51.4814315]},"properties":{"@type":"node","@id":1735635040,"@timestamp":1579704973},"coords":"51.4814315,-0.1011362","bedrooms":"2","price":"262000","area":"593"} , +{"type":"Feature","id":"n1735635112","geometry":{"type":"Point","coordinates":[-0.0803746,51.481442]},"properties":{"@type":"node","@id":1735635112,"@timestamp":1579694113},"coords":"51.481442,-0.0803746","bedrooms":"4","price":"202000","area":"513"} , +{"type":"Feature","id":"n1735637008","geometry":{"type":"Point","coordinates":[-0.0777433,51.4814457]},"properties":{"@type":"node","@id":1735637008,"@timestamp":1579694113},"coords":"51.4814457,-0.0777433","bedrooms":"3","price":"269000","area":"692"} , +{"type":"Feature","id":"n1735637044","geometry":{"type":"Point","coordinates":[-0.0925197,51.481454]},"properties":{"@type":"node","@id":1735637044,"@timestamp":1579694230},"coords":"51.481454,-0.0925197","bedrooms":"2","price":"266000","area":"398"} , +{"type":"Feature","id":"n1735637075","geometry":{"type":"Point","coordinates":[-0.0831421,51.4814595]},"properties":{"@type":"node","@id":1735637075,"@timestamp":1579694113},"coords":"51.4814595,-0.0831421","bedrooms":"1","price":"223000","area":"514"} , +{"type":"Feature","id":"n1735637086","geometry":{"type":"Point","coordinates":[-0.074678,51.4814642]},"properties":{"@type":"node","@id":1735637086,"@timestamp":1579694113},"coords":"51.4814642,-0.074678","bedrooms":"4","price":"264000","area":"506"} , +{"type":"Feature","id":"n1735637113","geometry":{"type":"Point","coordinates":[-0.1012569,51.4814722]},"properties":{"@type":"node","@id":1735637113,"@timestamp":1579704973},"coords":"51.4814722,-0.1012569","bedrooms":"0","price":"216000","area":"492"} , +{"type":"Feature","id":"n1735637127","geometry":{"type":"Point","coordinates":[-0.0768538,51.4814766]},"properties":{"@type":"node","@id":1735637127,"@timestamp":1579694113},"coords":"51.4814766,-0.0768538","bedrooms":"2","price":"233000","area":"369"} , +{"type":"Feature","id":"n1735637150","geometry":{"type":"Point","coordinates":[-0.0676568,51.4814914]},"properties":{"@type":"node","@id":1735637150,"@timestamp":1579694113},"coords":"51.4814914,-0.0676568","bedrooms":"3","price":"246000","area":"528"} , +{"type":"Feature","id":"n1735637223","geometry":{"type":"Point","coordinates":[-0.0766288,51.4814938]},"properties":{"@type":"node","@id":1735637223,"@timestamp":1579694113},"coords":"51.4814938,-0.0766288","bedrooms":"3","price":"264000","area":"382"} , +{"type":"Feature","id":"n1735637295","geometry":{"type":"Point","coordinates":[-0.0797644,51.4815018]},"properties":{"@type":"node","@id":1735637295,"@timestamp":1579694113},"coords":"51.4815018,-0.0797644","bedrooms":"4","price":"249000","area":"501"} , +{"type":"Feature","id":"n1735637346","geometry":{"type":"Point","coordinates":[-0.0806007,51.4815107]},"properties":{"@type":"node","@id":1735637346,"@timestamp":1579694113},"coords":"51.4815107,-0.0806007","bedrooms":"3","price":"241000","area":"387"} , +{"type":"Feature","id":"n1735637386","geometry":{"type":"Point","coordinates":[-0.0796128,51.481518]},"properties":{"@type":"node","@id":1735637386,"@timestamp":1579694113},"coords":"51.481518,-0.0796128","bedrooms":"2","price":"246000","area":"405"} , +{"type":"Feature","id":"n1735637410","geometry":{"type":"Point","coordinates":[-0.0941329,51.4815248]},"properties":{"@type":"node","@id":1735637410,"@timestamp":1579694230},"coords":"51.4815248,-0.0941329","bedrooms":"4","price":"161000","area":"484"} , +{"type":"Feature","id":"n1735637440","geometry":{"type":"Point","coordinates":[-0.0662934,51.4815276]},"properties":{"@type":"node","@id":1735637440,"@timestamp":1579694113},"coords":"51.4815276,-0.0662934","bedrooms":"4","price":"194000","area":"670"} , +{"type":"Feature","id":"n1735637489","geometry":{"type":"Point","coordinates":[-0.0731676,51.4815393]},"properties":{"@type":"node","@id":1735637489,"@timestamp":1579694113},"coords":"51.4815393,-0.0731676","bedrooms":"3","price":"278000","area":"589"} , +{"type":"Feature","id":"n1735637574","geometry":{"type":"Point","coordinates":[-0.0650465,51.4815472]},"properties":{"@type":"node","@id":1735637574,"@timestamp":1579694113},"coords":"51.4815472,-0.0650465","bedrooms":"3","price":"228000","area":"362"} , +{"type":"Feature","id":"n1735637658","geometry":{"type":"Point","coordinates":[-0.0802968,51.481561]},"properties":{"@type":"node","@id":1735637658,"@timestamp":1579694113},"coords":"51.481561,-0.0802968","bedrooms":"1","price":"196000","area":"399"} , +{"type":"Feature","id":"n1735637782","geometry":{"type":"Point","coordinates":[-0.0768757,51.4815731]},"properties":{"@type":"node","@id":1735637782,"@timestamp":1579694113},"coords":"51.4815731,-0.0768757","bedrooms":"0","price":"195000","area":"671"} , +{"type":"Feature","id":"n1735637917","geometry":{"type":"Point","coordinates":[-0.0700953,51.4815841]},"properties":{"@type":"node","@id":1735637917,"@timestamp":1579694113},"coords":"51.4815841,-0.0700953","bedrooms":"4","price":"287000","area":"644"} , +{"type":"Feature","id":"n1735638108","geometry":{"type":"Point","coordinates":[-0.0939931,51.4815912]},"properties":{"@type":"node","@id":1735638108,"@timestamp":1579694230},"coords":"51.4815912,-0.0939931","bedrooms":"2","price":"279000","area":"660"} , +{"type":"Feature","id":"n1735638229","geometry":{"type":"Point","coordinates":[-0.097815,51.4815994]},"properties":{"@type":"node","@id":1735638229,"@timestamp":1579694230},"coords":"51.4815994,-0.097815","bedrooms":"1","price":"203000","area":"691"} , +{"type":"Feature","id":"n1735638305","geometry":{"type":"Point","coordinates":[-0.0683233,51.4816079]},"properties":{"@type":"node","@id":1735638305,"@timestamp":1579694113},"coords":"51.4816079,-0.0683233","bedrooms":"0","price":"155000","area":"385"} , +{"type":"Feature","id":"n1735638385","geometry":{"type":"Point","coordinates":[-0.0665949,51.4816161]},"properties":{"@type":"node","@id":1735638385,"@timestamp":1579694113},"coords":"51.4816161,-0.0665949","bedrooms":"2","price":"233000","area":"605"} , +{"type":"Feature","id":"n1735638499","geometry":{"type":"Point","coordinates":[-0.0792367,51.4816248]},"properties":{"@type":"node","@id":1735638499,"@timestamp":1579694113},"coords":"51.4816248,-0.0792367","bedrooms":"2","price":"294000","area":"514"} , +{"type":"Feature","id":"n1735638621","geometry":{"type":"Point","coordinates":[-0.0651052,51.4816347]},"properties":{"@type":"node","@id":1735638621,"@timestamp":1579694113},"coords":"51.4816347,-0.0651052","bedrooms":"2","price":"165000","area":"680"} , +{"type":"Feature","id":"n1735638713","geometry":{"type":"Point","coordinates":[-0.065285,51.481646]},"properties":{"@type":"node","@id":1735638713,"@timestamp":1579694113},"coords":"51.481646,-0.065285","bedrooms":"1","price":"158000","area":"400"} , +{"type":"Feature","id":"n1735638807","geometry":{"type":"Point","coordinates":[-0.0629705,51.4816539]},"properties":{"@type":"node","@id":1735638807,"@timestamp":1579694113},"coords":"51.4816539,-0.0629705","bedrooms":"2","price":"248000","area":"473"} , +{"type":"Feature","id":"n1735638886","geometry":{"type":"Point","coordinates":[-0.0923111,51.4816632]},"properties":{"@type":"node","@id":1735638886,"@timestamp":1579694230},"coords":"51.4816632,-0.0923111","bedrooms":"2","price":"279000","area":"416"} , +{"type":"Feature","id":"n1735638959","geometry":{"type":"Point","coordinates":[-0.0911245,51.4816699]},"properties":{"@type":"node","@id":1735638959,"@timestamp":1579694230},"coords":"51.4816699,-0.0911245","bedrooms":"2","price":"243000","area":"602"} , +{"type":"Feature","id":"n1735639003","geometry":{"type":"Point","coordinates":[-0.0806515,51.4816748]},"properties":{"@type":"node","@id":1735639003,"@timestamp":1579694113},"coords":"51.4816748,-0.0806515","bedrooms":"1","price":"199000","area":"668"} , +{"type":"Feature","id":"n1735639043","geometry":{"type":"Point","coordinates":[-0.0744358,51.4816812]},"properties":{"@type":"node","@id":1735639043,"@timestamp":1579694113},"coords":"51.4816812,-0.0744358","bedrooms":"3","price":"198000","area":"584"} , +{"type":"Feature","id":"n1735639098","geometry":{"type":"Point","coordinates":[-0.0847324,51.481687]},"properties":{"@type":"node","@id":1735639098,"@timestamp":1579694113},"coords":"51.481687,-0.0847324","bedrooms":"2","price":"275000","area":"483"} , +{"type":"Feature","id":"n1735639171","geometry":{"type":"Point","coordinates":[-0.0660477,51.4816927]},"properties":{"@type":"node","@id":1735639171,"@timestamp":1579694113},"coords":"51.4816927,-0.0660477","bedrooms":"0","price":"196000","area":"637"} , +{"type":"Feature","id":"n1735639246","geometry":{"type":"Point","coordinates":[-0.0661133,51.4816979]},"properties":{"@type":"node","@id":1735639246,"@timestamp":1579694113},"coords":"51.4816979,-0.0661133","bedrooms":"0","price":"261000","area":"587"} , +{"type":"Feature","id":"n1735639287","geometry":{"type":"Point","coordinates":[-0.0797178,51.4817051]},"properties":{"@type":"node","@id":1735639287,"@timestamp":1579694113},"coords":"51.4817051,-0.0797178","bedrooms":"2","price":"252000","area":"431"} , +{"type":"Feature","id":"n1735639327","geometry":{"type":"Point","coordinates":[-0.1019324,51.4817158]},"properties":{"@type":"node","@id":1735639327,"@timestamp":1579704973},"coords":"51.4817158,-0.1019324","bedrooms":"2","price":"219000","area":"595"} , +{"type":"Feature","id":"n1735639367","geometry":{"type":"Point","coordinates":[-0.0793994,51.4817259]},"properties":{"@type":"node","@id":1735639367,"@timestamp":1579694113},"coords":"51.4817259,-0.0793994","bedrooms":"0","price":"171000","area":"625"} , +{"type":"Feature","id":"n1735639384","geometry":{"type":"Point","coordinates":[-0.0798138,51.4817361]},"properties":{"@type":"node","@id":1735639384,"@timestamp":1579694113},"coords":"51.4817361,-0.0798138","bedrooms":"0","price":"153000","area":"402"} , +{"type":"Feature","id":"n1735639394","geometry":{"type":"Point","coordinates":[-0.100214,51.4817462]},"properties":{"@type":"node","@id":1735639394,"@timestamp":1579704973},"coords":"51.4817462,-0.100214","bedrooms":"3","price":"265000","area":"610"} , +{"type":"Feature","id":"n1735639404","geometry":{"type":"Point","coordinates":[-0.0913065,51.4817548]},"properties":{"@type":"node","@id":1735639404,"@timestamp":1579694230},"coords":"51.4817548,-0.0913065","bedrooms":"3","price":"199000","area":"573"} , +{"type":"Feature","id":"n1735639433","geometry":{"type":"Point","coordinates":[-0.0668171,51.4817602]},"properties":{"@type":"node","@id":1735639433,"@timestamp":1579694113},"coords":"51.4817602,-0.0668171","bedrooms":"2","price":"219000","area":"604"} , +{"type":"Feature","id":"n1735639455","geometry":{"type":"Point","coordinates":[-0.0738538,51.4817655]},"properties":{"@type":"node","@id":1735639455,"@timestamp":1579694113},"coords":"51.4817655,-0.0738538","bedrooms":"4","price":"239000","area":"352"} , +{"type":"Feature","id":"n1735639507","geometry":{"type":"Point","coordinates":[-0.0940087,51.4817723]},"properties":{"@type":"node","@id":1735639507,"@timestamp":1579694230},"coords":"51.4817723,-0.0940087","bedrooms":"2","price":"264000","area":"383"} , +{"type":"Feature","id":"n1735639569","geometry":{"type":"Point","coordinates":[-0.0860028,51.4817804]},"properties":{"@type":"node","@id":1735639569,"@timestamp":1579694113},"coords":"51.4817804,-0.0860028","bedrooms":"1","price":"236000","area":"562"} , +{"type":"Feature","id":"n1735639618","geometry":{"type":"Point","coordinates":[-0.0777708,51.4817915]},"properties":{"@type":"node","@id":1735639618,"@timestamp":1579694113},"coords":"51.4817915,-0.0777708","bedrooms":"3","price":"204000","area":"670"} , +{"type":"Feature","id":"n1735639674","geometry":{"type":"Point","coordinates":[-0.0788833,51.4817981]},"properties":{"@type":"node","@id":1735639674,"@timestamp":1579694113},"coords":"51.4817981,-0.0788833","bedrooms":"1","price":"258000","area":"572"} , +{"type":"Feature","id":"n1735639714","geometry":{"type":"Point","coordinates":[-0.0930777,51.481804]},"properties":{"@type":"node","@id":1735639714,"@timestamp":1579694230},"coords":"51.481804,-0.0930777","bedrooms":"1","price":"156000","area":"478"} , +{"type":"Feature","id":"n1735639749","geometry":{"type":"Point","coordinates":[-0.080778,51.4818079]},"properties":{"@type":"node","@id":1735639749,"@timestamp":1579694113},"coords":"51.4818079,-0.080778","bedrooms":"1","price":"218000","area":"569"} , +{"type":"Feature","id":"n1735639820","geometry":{"type":"Point","coordinates":[-0.0807119,51.4818139]},"properties":{"@type":"node","@id":1735639820,"@timestamp":1579694113},"coords":"51.4818139,-0.0807119","bedrooms":"4","price":"151000","area":"584"} , +{"type":"Feature","id":"n1735639898","geometry":{"type":"Point","coordinates":[-0.080571,51.481822]},"properties":{"@type":"node","@id":1735639898,"@timestamp":1579694113},"coords":"51.481822,-0.080571","bedrooms":"2","price":"192000","area":"465"} , +{"type":"Feature","id":"n1735639965","geometry":{"type":"Point","coordinates":[-0.0925719,51.4818292]},"properties":{"@type":"node","@id":1735639965,"@timestamp":1579694230},"coords":"51.4818292,-0.0925719","bedrooms":"1","price":"162000","area":"421"} , +{"type":"Feature","id":"n1735640047","geometry":{"type":"Point","coordinates":[-0.0547246,51.4818353]},"properties":{"@type":"node","@id":1735640047,"@timestamp":1579714499},"coords":"51.4818353,-0.0547246","bedrooms":"1","price":"179000","area":"511"} , +{"type":"Feature","id":"n1735640060","geometry":{"type":"Point","coordinates":[-0.0803465,51.4818413]},"properties":{"@type":"node","@id":1735640060,"@timestamp":1579694113},"coords":"51.4818413,-0.0803465","bedrooms":"1","price":"232000","area":"493"} , +{"type":"Feature","id":"n1735640070","geometry":{"type":"Point","coordinates":[-0.0913913,51.4818462]},"properties":{"@type":"node","@id":1735640070,"@timestamp":1579694230},"coords":"51.4818462,-0.0913913","bedrooms":"1","price":"234000","area":"598"} , +{"type":"Feature","id":"n1735640088","geometry":{"type":"Point","coordinates":[-0.0780952,51.4818511]},"properties":{"@type":"node","@id":1735640088,"@timestamp":1579694113},"coords":"51.4818511,-0.0780952","bedrooms":"3","price":"257000","area":"612"} , +{"type":"Feature","id":"n1735640132","geometry":{"type":"Point","coordinates":[-0.0940151,51.4818586]},"properties":{"@type":"node","@id":1735640132,"@timestamp":1579694230},"coords":"51.4818586,-0.0940151","bedrooms":"3","price":"212000","area":"484"} , +{"type":"Feature","id":"n1735640223","geometry":{"type":"Point","coordinates":[-0.0758484,51.481865]},"properties":{"@type":"node","@id":1735640223,"@timestamp":1579694113},"coords":"51.481865,-0.0758484","bedrooms":"0","price":"268000","area":"664"} , +{"type":"Feature","id":"n1735640300","geometry":{"type":"Point","coordinates":[-0.0799228,51.4818749]},"properties":{"@type":"node","@id":1735640300,"@timestamp":1579694113},"coords":"51.4818749,-0.0799228","bedrooms":"4","price":"220000","area":"657"} , +{"type":"Feature","id":"n1735640403","geometry":{"type":"Point","coordinates":[-0.079802,51.4818836]},"properties":{"@type":"node","@id":1735640403,"@timestamp":1579694113},"coords":"51.4818836,-0.079802","bedrooms":"2","price":"225000","area":"388"} , +{"type":"Feature","id":"n1735640469","geometry":{"type":"Point","coordinates":[-0.0840129,51.4818892]},"properties":{"@type":"node","@id":1735640469,"@timestamp":1579694113},"coords":"51.4818892,-0.0840129","bedrooms":"2","price":"184000","area":"506"} , +{"type":"Feature","id":"n1735640561","geometry":{"type":"Point","coordinates":[-0.0940735,51.481896]},"properties":{"@type":"node","@id":1735640561,"@timestamp":1579694230},"coords":"51.481896,-0.0940735","bedrooms":"3","price":"151000","area":"400"} , +{"type":"Feature","id":"n1735640682","geometry":{"type":"Point","coordinates":[-0.0772436,51.4819033]},"properties":{"@type":"node","@id":1735640682,"@timestamp":1579694113},"coords":"51.4819033,-0.0772436","bedrooms":"4","price":"169000","area":"599"} , +{"type":"Feature","id":"n1735640760","geometry":{"type":"Point","coordinates":[-0.1013857,51.4819142]},"properties":{"@type":"node","@id":1735640760,"@timestamp":1579704973},"coords":"51.4819142,-0.1013857","bedrooms":"2","price":"243000","area":"428"} , +{"type":"Feature","id":"n1735640821","geometry":{"type":"Point","coordinates":[-0.0758384,51.4819235]},"properties":{"@type":"node","@id":1735640821,"@timestamp":1579694113},"coords":"51.4819235,-0.0758384","bedrooms":"4","price":"173000","area":"665"} , +{"type":"Feature","id":"n1735640867","geometry":{"type":"Point","coordinates":[-0.0940768,51.4819337]},"properties":{"@type":"node","@id":1735640867,"@timestamp":1579694230},"coords":"51.4819337,-0.0940768","bedrooms":"2","price":"189000","area":"418"} , +{"type":"Feature","id":"n1735640915","geometry":{"type":"Point","coordinates":[-0.093048,51.4819424]},"properties":{"@type":"node","@id":1735640915,"@timestamp":1579694230},"coords":"51.4819424,-0.093048","bedrooms":"2","price":"229000","area":"669"} , +{"type":"Feature","id":"n1735640964","geometry":{"type":"Point","coordinates":[-0.0809982,51.4819481]},"properties":{"@type":"node","@id":1735640964,"@timestamp":1579694113},"coords":"51.4819481,-0.0809982","bedrooms":"4","price":"170000","area":"526"} , +{"type":"Feature","id":"n1735641011","geometry":{"type":"Point","coordinates":[-0.0850593,51.4819582]},"properties":{"@type":"node","@id":1735641011,"@timestamp":1579694113},"coords":"51.4819582,-0.0850593","bedrooms":"2","price":"256000","area":"665"} , +{"type":"Feature","id":"n1735641075","geometry":{"type":"Point","coordinates":[-0.0886925,51.4819643]},"properties":{"@type":"node","@id":1735641075,"@timestamp":1579694113},"coords":"51.4819643,-0.0886925","bedrooms":"3","price":"155000","area":"502"} , +{"type":"Feature","id":"n1735641119","geometry":{"type":"Point","coordinates":[-0.0731312,51.4819684]},"properties":{"@type":"node","@id":1735641119,"@timestamp":1579694113},"coords":"51.4819684,-0.0731312","bedrooms":"4","price":"181000","area":"491"} , +{"type":"Feature","id":"n1735641169","geometry":{"type":"Point","coordinates":[-0.0940995,51.481973]},"properties":{"@type":"node","@id":1735641169,"@timestamp":1579694230},"coords":"51.481973,-0.0940995","bedrooms":"4","price":"294000","area":"697"} , +{"type":"Feature","id":"n1735641215","geometry":{"type":"Point","coordinates":[-0.0814587,51.4819809]},"properties":{"@type":"node","@id":1735641215,"@timestamp":1579694113},"coords":"51.4819809,-0.0814587","bedrooms":"1","price":"272000","area":"391"} , +{"type":"Feature","id":"n1735641263","geometry":{"type":"Point","coordinates":[-0.0940394,51.4819864]},"properties":{"@type":"node","@id":1735641263,"@timestamp":1579694230},"coords":"51.4819864,-0.0940394","bedrooms":"0","price":"278000","area":"372"} , +{"type":"Feature","id":"n1735641331","geometry":{"type":"Point","coordinates":[-0.0700432,51.481993]},"properties":{"@type":"node","@id":1735641331,"@timestamp":1579694113},"coords":"51.481993,-0.0700432","bedrooms":"2","price":"277000","area":"569"} , +{"type":"Feature","id":"n1735641401","geometry":{"type":"Point","coordinates":[-0.0733634,51.4819989]},"properties":{"@type":"node","@id":1735641401,"@timestamp":1579694113},"coords":"51.4819989,-0.0733634","bedrooms":"0","price":"262000","area":"651"} , +{"type":"Feature","id":"n1735641449","geometry":{"type":"Point","coordinates":[-0.0940722,51.4820034]},"properties":{"@type":"node","@id":1735641449,"@timestamp":1579694230},"coords":"51.4820034,-0.0940722","bedrooms":"2","price":"167000","area":"453"} , +{"type":"Feature","id":"n1735641488","geometry":{"type":"Point","coordinates":[-0.0693597,51.4820119]},"properties":{"@type":"node","@id":1735641488,"@timestamp":1579694113},"coords":"51.4820119,-0.0693597","bedrooms":"3","price":"159000","area":"418"} , +{"type":"Feature","id":"n1735641516","geometry":{"type":"Point","coordinates":[-0.0839097,51.4820171]},"properties":{"@type":"node","@id":1735641516,"@timestamp":1579694113},"coords":"51.4820171,-0.0839097","bedrooms":"3","price":"161000","area":"483"} , +{"type":"Feature","id":"n1735641554","geometry":{"type":"Point","coordinates":[-0.0817779,51.4820271]},"properties":{"@type":"node","@id":1735641554,"@timestamp":1579694113},"coords":"51.4820271,-0.0817779","bedrooms":"2","price":"193000","area":"596"} , +{"type":"Feature","id":"n1735641605","geometry":{"type":"Point","coordinates":[-0.0778446,51.4820327]},"properties":{"@type":"node","@id":1735641605,"@timestamp":1579694113},"coords":"51.4820327,-0.0778446","bedrooms":"0","price":"280000","area":"669"} , +{"type":"Feature","id":"n1735641651","geometry":{"type":"Point","coordinates":[-0.077435,51.4820382]},"properties":{"@type":"node","@id":1735641651,"@timestamp":1579694113},"coords":"51.4820382,-0.077435","bedrooms":"1","price":"214000","area":"436"} , +{"type":"Feature","id":"n1735641661","geometry":{"type":"Point","coordinates":[-0.0874966,51.4820432]},"properties":{"@type":"node","@id":1735641661,"@timestamp":1579694113},"coords":"51.4820432,-0.0874966","bedrooms":"4","price":"158000","area":"540"} , +{"type":"Feature","id":"n1735641671","geometry":{"type":"Point","coordinates":[-0.1034243,51.4820487]},"properties":{"@type":"node","@id":1735641671,"@timestamp":1579704973},"coords":"51.4820487,-0.1034243","bedrooms":"1","price":"234000","area":"501"} , +{"type":"Feature","id":"n1735641681","geometry":{"type":"Point","coordinates":[-0.077174,51.482056]},"properties":{"@type":"node","@id":1735641681,"@timestamp":1579694113},"coords":"51.482056,-0.077174","bedrooms":"2","price":"245000","area":"509"} , +{"type":"Feature","id":"n1735641692","geometry":{"type":"Point","coordinates":[-0.0850955,51.4820631]},"properties":{"@type":"node","@id":1735641692,"@timestamp":1579694113},"coords":"51.4820631,-0.0850955","bedrooms":"1","price":"182000","area":"610"} , +{"type":"Feature","id":"n1735641729","geometry":{"type":"Point","coordinates":[-0.1015821,51.4820732]},"properties":{"@type":"node","@id":1735641729,"@timestamp":1579704973},"coords":"51.4820732,-0.1015821","bedrooms":"3","price":"256000","area":"699"} , +{"type":"Feature","id":"n1735641806","geometry":{"type":"Point","coordinates":[-0.0838936,51.482079]},"properties":{"@type":"node","@id":1735641806,"@timestamp":1579694113},"coords":"51.482079,-0.0838936","bedrooms":"2","price":"245000","area":"489"} , +{"type":"Feature","id":"n1735641899","geometry":{"type":"Point","coordinates":[-0.1005592,51.4820857]},"properties":{"@type":"node","@id":1735641899,"@timestamp":1579704973},"coords":"51.4820857,-0.1005592","bedrooms":"4","price":"250000","area":"481"} , +{"type":"Feature","id":"n1735642003","geometry":{"type":"Point","coordinates":[-0.0835361,51.4820961]},"properties":{"@type":"node","@id":1735642003,"@timestamp":1579694113},"coords":"51.4820961,-0.0835361","bedrooms":"0","price":"264000","area":"467"} , +{"type":"Feature","id":"n1735642103","geometry":{"type":"Point","coordinates":[-0.0864919,51.4821006]},"properties":{"@type":"node","@id":1735642103,"@timestamp":1579694113},"coords":"51.4821006,-0.0864919","bedrooms":"1","price":"197000","area":"550"} , +{"type":"Feature","id":"n1735642203","geometry":{"type":"Point","coordinates":[-0.0654168,51.482107]},"properties":{"@type":"node","@id":1735642203,"@timestamp":1579694113},"coords":"51.482107,-0.0654168","bedrooms":"3","price":"276000","area":"514"} , +{"type":"Feature","id":"n1735642290","geometry":{"type":"Point","coordinates":[-0.0863557,51.4821144]},"properties":{"@type":"node","@id":1735642290,"@timestamp":1579694113},"coords":"51.4821144,-0.0863557","bedrooms":"2","price":"173000","area":"366"} , +{"type":"Feature","id":"n1735642395","geometry":{"type":"Point","coordinates":[-0.1005252,51.4821214]},"properties":{"@type":"node","@id":1735642395,"@timestamp":1579704973},"coords":"51.4821214,-0.1005252","bedrooms":"3","price":"295000","area":"393"} , +{"type":"Feature","id":"n1735642509","geometry":{"type":"Point","coordinates":[-0.0941079,51.4821294]},"properties":{"@type":"node","@id":1735642509,"@timestamp":1579694230},"coords":"51.4821294,-0.0941079","bedrooms":"2","price":"182000","area":"583"} , +{"type":"Feature","id":"n1735642651","geometry":{"type":"Point","coordinates":[-0.0637636,51.4821419]},"properties":{"@type":"node","@id":1735642651,"@timestamp":1579694113},"coords":"51.4821419,-0.0637636","bedrooms":"1","price":"280000","area":"613"} , +{"type":"Feature","id":"n1735642707","geometry":{"type":"Point","coordinates":[-0.0940865,51.4821414]},"properties":{"@type":"node","@id":1735642707,"@timestamp":1579694230},"coords":"51.4821414,-0.0940865","bedrooms":"0","price":"267000","area":"520"} , +{"type":"Feature","id":"n1735642717","geometry":{"type":"Point","coordinates":[-0.0864425,51.4821448]},"properties":{"@type":"node","@id":1735642717,"@timestamp":1579694113},"coords":"51.4821448,-0.0864425","bedrooms":"4","price":"170000","area":"657"} , +{"type":"Feature","id":"n1735642727","geometry":{"type":"Point","coordinates":[-0.0834302,51.4821505]},"properties":{"@type":"node","@id":1735642727,"@timestamp":1579694113},"coords":"51.4821505,-0.0834302","bedrooms":"1","price":"249000","area":"543"} , +{"type":"Feature","id":"n1735642738","geometry":{"type":"Point","coordinates":[-0.0823898,51.4821567]},"properties":{"@type":"node","@id":1735642738,"@timestamp":1579694113},"coords":"51.4821567,-0.0823898","bedrooms":"4","price":"151000","area":"573"} , +{"type":"Feature","id":"n1735642791","geometry":{"type":"Point","coordinates":[-0.0832145,51.4821623]},"properties":{"@type":"node","@id":1735642791,"@timestamp":1579694113},"coords":"51.4821623,-0.0832145","bedrooms":"2","price":"227000","area":"424"} , +{"type":"Feature","id":"n1735642802","geometry":{"type":"Point","coordinates":[-0.0790609,51.4821687]},"properties":{"@type":"node","@id":1735642802,"@timestamp":1579694113},"coords":"51.4821687,-0.0790609","bedrooms":"1","price":"285000","area":"611"} , +{"type":"Feature","id":"n1735642853","geometry":{"type":"Point","coordinates":[-0.0788674,51.482177]},"properties":{"@type":"node","@id":1735642853,"@timestamp":1579694113},"coords":"51.482177,-0.0788674","bedrooms":"1","price":"193000","area":"689"} , +{"type":"Feature","id":"n1735642898","geometry":{"type":"Point","coordinates":[-0.0816531,51.4821814]},"properties":{"@type":"node","@id":1735642898,"@timestamp":1579694113},"coords":"51.4821814,-0.0816531","bedrooms":"0","price":"293000","area":"638"} , +{"type":"Feature","id":"n1735642939","geometry":{"type":"Point","coordinates":[-0.0788488,51.4821896]},"properties":{"@type":"node","@id":1735642939,"@timestamp":1579694113},"coords":"51.4821896,-0.0788488","bedrooms":"0","price":"172000","area":"470"} , +{"type":"Feature","id":"n1735642983","geometry":{"type":"Point","coordinates":[-0.075417,51.4821936]},"properties":{"@type":"node","@id":1735642983,"@timestamp":1579694113},"coords":"51.4821936,-0.075417","bedrooms":"4","price":"273000","area":"457"} , +{"type":"Feature","id":"n1735643042","geometry":{"type":"Point","coordinates":[-0.0812945,51.482199]},"properties":{"@type":"node","@id":1735643042,"@timestamp":1579694113},"coords":"51.482199,-0.0812945","bedrooms":"0","price":"180000","area":"547"} , +{"type":"Feature","id":"n1735643084","geometry":{"type":"Point","coordinates":[-0.0744431,51.4822074]},"properties":{"@type":"node","@id":1735643084,"@timestamp":1579694113},"coords":"51.4822074,-0.0744431","bedrooms":"4","price":"179000","area":"415"} , +{"type":"Feature","id":"n1735643181","geometry":{"type":"Point","coordinates":[-0.0742862,51.4822177]},"properties":{"@type":"node","@id":1735643181,"@timestamp":1579694113},"coords":"51.4822177,-0.0742862","bedrooms":"4","price":"178000","area":"646"} , +{"type":"Feature","id":"n1735643344","geometry":{"type":"Point","coordinates":[-0.0929188,51.4822279]},"properties":{"@type":"node","@id":1735643344,"@timestamp":1579694230},"coords":"51.4822279,-0.0929188","bedrooms":"0","price":"287000","area":"406"} , +{"type":"Feature","id":"n1735643477","geometry":{"type":"Point","coordinates":[-0.0865482,51.4822334]},"properties":{"@type":"node","@id":1735643477,"@timestamp":1579694113},"coords":"51.4822334,-0.0865482","bedrooms":"3","price":"165000","area":"386"} , +{"type":"Feature","id":"n1735643596","geometry":{"type":"Point","coordinates":[-0.0742339,51.4822429]},"properties":{"@type":"node","@id":1735643596,"@timestamp":1579694113},"coords":"51.4822429,-0.0742339","bedrooms":"2","price":"200000","area":"483"} , +{"type":"Feature","id":"n1735643704","geometry":{"type":"Point","coordinates":[-0.0780279,51.482246]},"properties":{"@type":"node","@id":1735643704,"@timestamp":1579694113},"coords":"51.482246,-0.0780279","bedrooms":"0","price":"226000","area":"616"} , +{"type":"Feature","id":"n1735643824","geometry":{"type":"Point","coordinates":[-0.0840404,51.482252]},"properties":{"@type":"node","@id":1735643824,"@timestamp":1579694113},"coords":"51.482252,-0.0840404","bedrooms":"1","price":"175000","area":"374"} , +{"type":"Feature","id":"n1735643913","geometry":{"type":"Point","coordinates":[-0.0754814,51.482258]},"properties":{"@type":"node","@id":1735643913,"@timestamp":1579694113},"coords":"51.482258,-0.0754814","bedrooms":"3","price":"226000","area":"598"} , +{"type":"Feature","id":"n1735644086","geometry":{"type":"Point","coordinates":[-0.0744028,51.4822632]},"properties":{"@type":"node","@id":1735644086,"@timestamp":1579694113},"coords":"51.4822632,-0.0744028","bedrooms":"4","price":"186000","area":"390"} , +{"type":"Feature","id":"n1735644204","geometry":{"type":"Point","coordinates":[-0.0851187,51.4822685]},"properties":{"@type":"node","@id":1735644204,"@timestamp":1579694113},"coords":"51.4822685,-0.0851187","bedrooms":"2","price":"192000","area":"439"} , +{"type":"Feature","id":"n1735644266","geometry":{"type":"Point","coordinates":[-0.0647562,51.4822731]},"properties":{"@type":"node","@id":1735644266,"@timestamp":1579694113},"coords":"51.4822731,-0.0647562","bedrooms":"3","price":"189000","area":"453"} , +{"type":"Feature","id":"n1735644347","geometry":{"type":"Point","coordinates":[-0.0798785,51.4822796]},"properties":{"@type":"node","@id":1735644347,"@timestamp":1579694113},"coords":"51.4822796,-0.0798785","bedrooms":"4","price":"202000","area":"437"} , +{"type":"Feature","id":"n1735644435","geometry":{"type":"Point","coordinates":[-0.0661944,51.4822846]},"properties":{"@type":"node","@id":1735644435,"@timestamp":1579694113},"coords":"51.4822846,-0.0661944","bedrooms":"3","price":"288000","area":"665"} , +{"type":"Feature","id":"n1735644515","geometry":{"type":"Point","coordinates":[-0.0833471,51.482291]},"properties":{"@type":"node","@id":1735644515,"@timestamp":1579694113},"coords":"51.482291,-0.0833471","bedrooms":"2","price":"240000","area":"364"} , +{"type":"Feature","id":"n1735644608","geometry":{"type":"Point","coordinates":[-0.1040391,51.4822976]},"properties":{"@type":"node","@id":1735644608,"@timestamp":1579704973},"coords":"51.4822976,-0.1040391","bedrooms":"1","price":"151000","area":"633"} , +{"type":"Feature","id":"n1735644721","geometry":{"type":"Point","coordinates":[-0.0792931,51.4823036]},"properties":{"@type":"node","@id":1735644721,"@timestamp":1579694113},"coords":"51.4823036,-0.0792931","bedrooms":"3","price":"151000","area":"546"} , +{"type":"Feature","id":"n1735644787","geometry":{"type":"Point","coordinates":[-0.0768426,51.482315]},"properties":{"@type":"node","@id":1735644787,"@timestamp":1579694113},"coords":"51.482315,-0.0768426","bedrooms":"0","price":"196000","area":"417"} , +{"type":"Feature","id":"n1735644842","geometry":{"type":"Point","coordinates":[-0.1001331,51.4823232]},"properties":{"@type":"node","@id":1735644842,"@timestamp":1579704973},"coords":"51.4823232,-0.1001331","bedrooms":"1","price":"193000","area":"352"} , +{"type":"Feature","id":"n1735644928","geometry":{"type":"Point","coordinates":[-0.0949761,51.4823356]},"properties":{"@type":"node","@id":1735644928,"@timestamp":1579694230},"coords":"51.4823356,-0.0949761","bedrooms":"4","price":"152000","area":"642"} , +{"type":"Feature","id":"n1735644987","geometry":{"type":"Point","coordinates":[-0.0877034,51.4823423]},"properties":{"@type":"node","@id":1735644987,"@timestamp":1579694113},"coords":"51.4823423,-0.0877034","bedrooms":"1","price":"270000","area":"695"} , +{"type":"Feature","id":"n1735645047","geometry":{"type":"Point","coordinates":[-0.0668876,51.4823499]},"properties":{"@type":"node","@id":1735645047,"@timestamp":1579694113},"coords":"51.4823499,-0.0668876","bedrooms":"4","price":"236000","area":"435"} , +{"type":"Feature","id":"n1735645098","geometry":{"type":"Point","coordinates":[-0.0892014,51.4823576]},"properties":{"@type":"node","@id":1735645098,"@timestamp":1579694230},"coords":"51.4823576,-0.0892014","bedrooms":"0","price":"292000","area":"620"} , +{"type":"Feature","id":"n1735645139","geometry":{"type":"Point","coordinates":[-0.074401,51.4823684]},"properties":{"@type":"node","@id":1735645139,"@timestamp":1579694113},"coords":"51.4823684,-0.074401","bedrooms":"4","price":"247000","area":"420"} , +{"type":"Feature","id":"n1735645190","geometry":{"type":"Point","coordinates":[-0.0859318,51.4823769]},"properties":{"@type":"node","@id":1735645190,"@timestamp":1579694113},"coords":"51.4823769,-0.0859318","bedrooms":"0","price":"201000","area":"696"} , +{"type":"Feature","id":"n1735645212","geometry":{"type":"Point","coordinates":[-0.0670582,51.4823878]},"properties":{"@type":"node","@id":1735645212,"@timestamp":1579694113},"coords":"51.4823878,-0.0670582","bedrooms":"1","price":"225000","area":"463"} , +{"type":"Feature","id":"n1735645275","geometry":{"type":"Point","coordinates":[-0.1047379,51.4823943]},"properties":{"@type":"node","@id":1735645275,"@timestamp":1579704973},"coords":"51.4823943,-0.1047379","bedrooms":"0","price":"265000","area":"581"} , +{"type":"Feature","id":"n1735645329","geometry":{"type":"Point","coordinates":[-0.067329,51.4824082]},"properties":{"@type":"node","@id":1735645329,"@timestamp":1579694113},"coords":"51.4824082,-0.067329","bedrooms":"3","price":"211000","area":"368"} , +{"type":"Feature","id":"n1735645374","geometry":{"type":"Point","coordinates":[-0.0807326,51.4824246]},"properties":{"@type":"node","@id":1735645374,"@timestamp":1579694113},"coords":"51.4824246,-0.0807326","bedrooms":"3","price":"278000","area":"599"} , +{"type":"Feature","id":"n1735645430","geometry":{"type":"Point","coordinates":[-0.0924167,51.4824335]},"properties":{"@type":"node","@id":1735645430,"@timestamp":1579694230},"coords":"51.4824335,-0.0924167","bedrooms":"3","price":"236000","area":"360"} , +{"type":"Feature","id":"n1735645485","geometry":{"type":"Point","coordinates":[-0.0800963,51.4824462]},"properties":{"@type":"node","@id":1735645485,"@timestamp":1579694113},"coords":"51.4824462,-0.0800963","bedrooms":"1","price":"259000","area":"566"} , +{"type":"Feature","id":"n1735645543","geometry":{"type":"Point","coordinates":[-0.0798074,51.4824567]},"properties":{"@type":"node","@id":1735645543,"@timestamp":1579694113},"coords":"51.4824567,-0.0798074","bedrooms":"4","price":"233000","area":"398"} , +{"type":"Feature","id":"n1735645612","geometry":{"type":"Point","coordinates":[-0.0769673,51.4824678]},"properties":{"@type":"node","@id":1735645612,"@timestamp":1579694113},"coords":"51.4824678,-0.0769673","bedrooms":"4","price":"203000","area":"591"} , +{"type":"Feature","id":"n1735645720","geometry":{"type":"Point","coordinates":[-0.0930269,51.482487]},"properties":{"@type":"node","@id":1735645720,"@timestamp":1579694230},"coords":"51.482487,-0.0930269","bedrooms":"2","price":"166000","area":"576"} , +{"type":"Feature","id":"n1735645767","geometry":{"type":"Point","coordinates":[-0.0793241,51.4824976]},"properties":{"@type":"node","@id":1735645767,"@timestamp":1579694113},"coords":"51.4824976,-0.0793241","bedrooms":"3","price":"265000","area":"582"} , +{"type":"Feature","id":"n1735645811","geometry":{"type":"Point","coordinates":[-0.1046611,51.482507]},"properties":{"@type":"node","@id":1735645811,"@timestamp":1579704973},"coords":"51.482507,-0.1046611","bedrooms":"3","price":"253000","area":"541"} , +{"type":"Feature","id":"n1735645857","geometry":{"type":"Point","coordinates":[-0.0900306,51.4825188]},"properties":{"@type":"node","@id":1735645857,"@timestamp":1579694230},"coords":"51.4825188,-0.0900306","bedrooms":"1","price":"262000","area":"641"} , +{"type":"Feature","id":"n1735645902","geometry":{"type":"Point","coordinates":[-0.0822089,51.4825315]},"properties":{"@type":"node","@id":1735645902,"@timestamp":1579694113},"coords":"51.4825315,-0.0822089","bedrooms":"0","price":"243000","area":"650"} , +{"type":"Feature","id":"n1735645969","geometry":{"type":"Point","coordinates":[-0.085981,51.4825432]},"properties":{"@type":"node","@id":1735645969,"@timestamp":1579694113},"coords":"51.4825432,-0.085981","bedrooms":"0","price":"226000","area":"419"} , +{"type":"Feature","id":"n1735645999","geometry":{"type":"Point","coordinates":[-0.0760096,51.482556]},"properties":{"@type":"node","@id":1735645999,"@timestamp":1579694113},"coords":"51.482556,-0.0760096","bedrooms":"2","price":"161000","area":"501"} , +{"type":"Feature","id":"n1735646042","geometry":{"type":"Point","coordinates":[-0.0813747,51.4825657]},"properties":{"@type":"node","@id":1735646042,"@timestamp":1579694113},"coords":"51.4825657,-0.0813747","bedrooms":"3","price":"185000","area":"390"} , +{"type":"Feature","id":"n1735646092","geometry":{"type":"Point","coordinates":[-0.0865407,51.4825732]},"properties":{"@type":"node","@id":1735646092,"@timestamp":1579694113},"coords":"51.4825732,-0.0865407","bedrooms":"2","price":"180000","area":"462"} , +{"type":"Feature","id":"n1735646166","geometry":{"type":"Point","coordinates":[-0.0811103,51.4825833]},"properties":{"@type":"node","@id":1735646166,"@timestamp":1579694113},"coords":"51.4825833,-0.0811103","bedrooms":"4","price":"181000","area":"509"} , +{"type":"Feature","id":"n1735646219","geometry":{"type":"Point","coordinates":[-0.0823872,51.4825894]},"properties":{"@type":"node","@id":1735646219,"@timestamp":1579694113},"coords":"51.4825894,-0.0823872","bedrooms":"0","price":"204000","area":"532"} , +{"type":"Feature","id":"n1735646289","geometry":{"type":"Point","coordinates":[-0.082123,51.4825958]},"properties":{"@type":"node","@id":1735646289,"@timestamp":1579694113},"coords":"51.4825958,-0.082123","bedrooms":"1","price":"185000","area":"506"} , +{"type":"Feature","id":"n1735646435","geometry":{"type":"Point","coordinates":[-0.104106,51.482607]},"properties":{"@type":"node","@id":1735646435,"@timestamp":1579704973},"coords":"51.482607,-0.104106","bedrooms":"3","price":"276000","area":"645"} , +{"type":"Feature","id":"n1735646514","geometry":{"type":"Point","coordinates":[-0.0836198,51.4826188]},"properties":{"@type":"node","@id":1735646514,"@timestamp":1579694113},"coords":"51.4826188,-0.0836198","bedrooms":"2","price":"187000","area":"683"} , +{"type":"Feature","id":"n1735646638","geometry":{"type":"Point","coordinates":[-0.0860003,51.4826267]},"properties":{"@type":"node","@id":1735646638,"@timestamp":1579694113},"coords":"51.4826267,-0.0860003","bedrooms":"0","price":"275000","area":"621"} , +{"type":"Feature","id":"n1735646752","geometry":{"type":"Point","coordinates":[-0.0752601,51.4826352]},"properties":{"@type":"node","@id":1735646752,"@timestamp":1579694113},"coords":"51.4826352,-0.0752601","bedrooms":"0","price":"245000","area":"501"} , +{"type":"Feature","id":"n1735646821","geometry":{"type":"Point","coordinates":[-0.0770184,51.4826474]},"properties":{"@type":"node","@id":1735646821,"@timestamp":1579694113},"coords":"51.4826474,-0.0770184","bedrooms":"0","price":"233000","area":"618"} , +{"type":"Feature","id":"n1735646943","geometry":{"type":"Point","coordinates":[-0.0820129,51.482658]},"properties":{"@type":"node","@id":1735646943,"@timestamp":1579694113},"coords":"51.482658,-0.0820129","bedrooms":"1","price":"286000","area":"425"} , +{"type":"Feature","id":"n1735646994","geometry":{"type":"Point","coordinates":[-0.0862703,51.4826685]},"properties":{"@type":"node","@id":1735646994,"@timestamp":1579694113},"coords":"51.4826685,-0.0862703","bedrooms":"4","price":"155000","area":"651"} , +{"type":"Feature","id":"n1735647020","geometry":{"type":"Point","coordinates":[-0.0837579,51.4826831]},"properties":{"@type":"node","@id":1735647020,"@timestamp":1579694113},"coords":"51.4826831,-0.0837579","bedrooms":"0","price":"266000","area":"386"} , +{"type":"Feature","id":"n1735647068","geometry":{"type":"Point","coordinates":[-0.076585,51.4826892]},"properties":{"@type":"node","@id":1735647068,"@timestamp":1579694113},"coords":"51.4826892,-0.076585","bedrooms":"3","price":"166000","area":"606"} , +{"type":"Feature","id":"n1735647090","geometry":{"type":"Point","coordinates":[-0.094644,51.4826989]},"properties":{"@type":"node","@id":1735647090,"@timestamp":1579694230},"coords":"51.4826989,-0.094644","bedrooms":"3","price":"261000","area":"426"} , +{"type":"Feature","id":"n1735647106","geometry":{"type":"Point","coordinates":[-0.0810107,51.4827156]},"properties":{"@type":"node","@id":1735647106,"@timestamp":1579694113},"coords":"51.4827156,-0.0810107","bedrooms":"1","price":"262000","area":"391"} , +{"type":"Feature","id":"n1735647162","geometry":{"type":"Point","coordinates":[-0.0772688,51.4827222]},"properties":{"@type":"node","@id":1735647162,"@timestamp":1579694113},"coords":"51.4827222,-0.0772688","bedrooms":"4","price":"262000","area":"434"} , +{"type":"Feature","id":"n1735647228","geometry":{"type":"Point","coordinates":[-0.0972035,51.4827313]},"properties":{"@type":"node","@id":1735647228,"@timestamp":1579694230},"coords":"51.4827313,-0.0972035","bedrooms":"4","price":"175000","area":"522"} , +{"type":"Feature","id":"n1735647317","geometry":{"type":"Point","coordinates":[-0.0970582,51.4827434]},"properties":{"@type":"node","@id":1735647317,"@timestamp":1579694230},"coords":"51.4827434,-0.0970582","bedrooms":"2","price":"281000","area":"361"} , +{"type":"Feature","id":"n1735647357","geometry":{"type":"Point","coordinates":[-0.0981122,51.4827642]},"properties":{"@type":"node","@id":1735647357,"@timestamp":1579694230},"coords":"51.4827642,-0.0981122","bedrooms":"3","price":"260000","area":"555"} , +{"type":"Feature","id":"n1735647367","geometry":{"type":"Point","coordinates":[-0.0660245,51.4827737]},"properties":{"@type":"node","@id":1735647367,"@timestamp":1579694113},"coords":"51.4827737,-0.0660245","bedrooms":"2","price":"247000","area":"651"} , +{"type":"Feature","id":"n1735647377","geometry":{"type":"Point","coordinates":[-0.0893234,51.4827865]},"properties":{"@type":"node","@id":1735647377,"@timestamp":1579694230},"coords":"51.4827865,-0.0893234","bedrooms":"2","price":"166000","area":"433"} , +{"type":"Feature","id":"n1735647387","geometry":{"type":"Point","coordinates":[-0.0768305,51.4827975]},"properties":{"@type":"node","@id":1735647387,"@timestamp":1579694113},"coords":"51.4827975,-0.0768305","bedrooms":"3","price":"263000","area":"383"} , +{"type":"Feature","id":"n1735647397","geometry":{"type":"Point","coordinates":[-0.1004083,51.482814]},"properties":{"@type":"node","@id":1735647397,"@timestamp":1579704973},"coords":"51.482814,-0.1004083","bedrooms":"3","price":"188000","area":"470"} , +{"type":"Feature","id":"n1735647413","geometry":{"type":"Point","coordinates":[-0.0878262,51.482825]},"properties":{"@type":"node","@id":1735647413,"@timestamp":1579694113},"coords":"51.482825,-0.0878262","bedrooms":"1","price":"174000","area":"693"} , +{"type":"Feature","id":"n1735647467","geometry":{"type":"Point","coordinates":[-0.0879052,51.4828339]},"properties":{"@type":"node","@id":1735647467,"@timestamp":1579694113},"coords":"51.4828339,-0.0879052","bedrooms":"1","price":"257000","area":"523"} , +{"type":"Feature","id":"n1735647520","geometry":{"type":"Point","coordinates":[-0.1007796,51.4828438]},"properties":{"@type":"node","@id":1735647520,"@timestamp":1579704973},"coords":"51.4828438,-0.1007796","bedrooms":"4","price":"280000","area":"627"} , +{"type":"Feature","id":"n1735647564","geometry":{"type":"Point","coordinates":[-0.0895621,51.482856]},"properties":{"@type":"node","@id":1735647564,"@timestamp":1579694230},"coords":"51.482856,-0.0895621","bedrooms":"3","price":"218000","area":"696"} , +{"type":"Feature","id":"n1735647611","geometry":{"type":"Point","coordinates":[-0.0746512,51.4828703]},"properties":{"@type":"node","@id":1735647611,"@timestamp":1579694113},"coords":"51.4828703,-0.0746512","bedrooms":"3","price":"192000","area":"631"} , +{"type":"Feature","id":"n1735647670","geometry":{"type":"Point","coordinates":[-0.0743822,51.4828879]},"properties":{"@type":"node","@id":1735647670,"@timestamp":1579694113},"coords":"51.4828879,-0.0743822","bedrooms":"4","price":"259000","area":"530"} , +{"type":"Feature","id":"n1735647716","geometry":{"type":"Point","coordinates":[-0.0833757,51.4829071]},"properties":{"@type":"node","@id":1735647716,"@timestamp":1579694113},"coords":"51.4829071,-0.0833757","bedrooms":"3","price":"230000","area":"529"} , +{"type":"Feature","id":"n1735647780","geometry":{"type":"Point","coordinates":[-0.0848907,51.4829203]},"properties":{"@type":"node","@id":1735647780,"@timestamp":1579694113},"coords":"51.4829203,-0.0848907","bedrooms":"0","price":"259000","area":"372"} , +{"type":"Feature","id":"n1735647841","geometry":{"type":"Point","coordinates":[-0.0840642,51.4829312]},"properties":{"@type":"node","@id":1735647841,"@timestamp":1579694113},"coords":"51.4829312,-0.0840642","bedrooms":"0","price":"231000","area":"456"} , +{"type":"Feature","id":"n1735647900","geometry":{"type":"Point","coordinates":[-0.0882211,51.4829374]},"properties":{"@type":"node","@id":1735647900,"@timestamp":1579694113},"coords":"51.4829374,-0.0882211","bedrooms":"4","price":"221000","area":"452"} , +{"type":"Feature","id":"n1735647949","geometry":{"type":"Point","coordinates":[-0.0887476,51.4829537]},"properties":{"@type":"node","@id":1735647949,"@timestamp":1579694113},"coords":"51.4829537,-0.0887476","bedrooms":"1","price":"225000","area":"364"} , +{"type":"Feature","id":"n1735647978","geometry":{"type":"Point","coordinates":[-0.0767111,51.4829649]},"properties":{"@type":"node","@id":1735647978,"@timestamp":1579694113},"coords":"51.4829649,-0.0767111","bedrooms":"3","price":"163000","area":"600"} , +{"type":"Feature","id":"n1735648018","geometry":{"type":"Point","coordinates":[-0.0781358,51.482973]},"properties":{"@type":"node","@id":1735648018,"@timestamp":1579694113},"coords":"51.482973,-0.0781358","bedrooms":"3","price":"290000","area":"626"} , +{"type":"Feature","id":"n1735648061","geometry":{"type":"Point","coordinates":[-0.0909939,51.4829787]},"properties":{"@type":"node","@id":1735648061,"@timestamp":1579694230},"coords":"51.4829787,-0.0909939","bedrooms":"4","price":"282000","area":"598"} , +{"type":"Feature","id":"n1735648129","geometry":{"type":"Point","coordinates":[-0.0852234,51.482985]},"properties":{"@type":"node","@id":1735648129,"@timestamp":1579694113},"coords":"51.482985,-0.0852234","bedrooms":"4","price":"173000","area":"404"} , +{"type":"Feature","id":"n1735648232","geometry":{"type":"Point","coordinates":[-0.0734277,51.4829983]},"properties":{"@type":"node","@id":1735648232,"@timestamp":1579694113},"coords":"51.4829983,-0.0734277","bedrooms":"4","price":"287000","area":"411"} , +{"type":"Feature","id":"n1735648345","geometry":{"type":"Point","coordinates":[-0.0834197,51.4830176]},"properties":{"@type":"node","@id":1735648345,"@timestamp":1579694113},"coords":"51.4830176,-0.0834197","bedrooms":"1","price":"167000","area":"641"} , +{"type":"Feature","id":"n1735648355","geometry":{"type":"Point","coordinates":[-0.0883852,51.4830294]},"properties":{"@type":"node","@id":1735648355,"@timestamp":1579694113},"coords":"51.4830294,-0.0883852","bedrooms":"2","price":"183000","area":"651"} , +{"type":"Feature","id":"n1735648369","geometry":{"type":"Point","coordinates":[-0.0738901,51.4830402]},"properties":{"@type":"node","@id":1735648369,"@timestamp":1579694113},"coords":"51.4830402,-0.0738901","bedrooms":"2","price":"209000","area":"492"} , +{"type":"Feature","id":"n1735648386","geometry":{"type":"Point","coordinates":[-0.0772915,51.4830507]},"properties":{"@type":"node","@id":1735648386,"@timestamp":1579694113},"coords":"51.4830507,-0.0772915","bedrooms":"0","price":"225000","area":"649"} , +{"type":"Feature","id":"n1735648399","geometry":{"type":"Point","coordinates":[-0.098117,51.4830669]},"properties":{"@type":"node","@id":1735648399,"@timestamp":1634208293},"coords":"51.4830669,-0.098117","bedrooms":"2","price":"227000","area":"561"} , +{"type":"Feature","id":"n1735648410","geometry":{"type":"Point","coordinates":[-0.0973794,51.4830671]},"properties":{"@type":"node","@id":1735648410,"@timestamp":1579694230},"coords":"51.4830671,-0.0973794","bedrooms":"1","price":"178000","area":"360"} , +{"type":"Feature","id":"n1735648427","geometry":{"type":"Point","coordinates":[-0.0979811,51.4830789]},"properties":{"@type":"node","@id":1735648427,"@timestamp":1579694230},"coords":"51.4830789,-0.0979811","bedrooms":"4","price":"237000","area":"576"} , +{"type":"Feature","id":"n1735648541","geometry":{"type":"Point","coordinates":[-0.1001098,51.4830944]},"properties":{"@type":"node","@id":1735648541,"@timestamp":1579704973},"coords":"51.4830944,-0.1001098","bedrooms":"0","price":"161000","area":"614"} , +{"type":"Feature","id":"n1735648628","geometry":{"type":"Point","coordinates":[-0.0985934,51.4831066]},"properties":{"@type":"node","@id":1735648628,"@timestamp":1579704973},"coords":"51.4831066,-0.0985934","bedrooms":"4","price":"288000","area":"407"} , +{"type":"Feature","id":"n1735648692","geometry":{"type":"Point","coordinates":[-0.1050194,51.4831176]},"properties":{"@type":"node","@id":1735648692,"@timestamp":1579704973},"coords":"51.4831176,-0.1050194","bedrooms":"1","price":"224000","area":"633"} , +{"type":"Feature","id":"n1735648735","geometry":{"type":"Point","coordinates":[-0.0997281,51.4831357]},"properties":{"@type":"node","@id":1735648735,"@timestamp":1579704973},"coords":"51.4831357,-0.0997281","bedrooms":"0","price":"268000","area":"570"} , +{"type":"Feature","id":"n1735648747","geometry":{"type":"Point","coordinates":[-0.104262,51.4831534]},"properties":{"@type":"node","@id":1735648747,"@timestamp":1579704973},"coords":"51.4831534,-0.104262","bedrooms":"2","price":"163000","area":"361"} , +{"type":"Feature","id":"n1735648758","geometry":{"type":"Point","coordinates":[-0.0781658,51.4831636]},"properties":{"@type":"node","@id":1735648758,"@timestamp":1579694113},"coords":"51.4831636,-0.0781658","bedrooms":"1","price":"164000","area":"404"} , +{"type":"Feature","id":"n1735648781","geometry":{"type":"Point","coordinates":[-0.0870255,51.4831802]},"properties":{"@type":"node","@id":1735648781,"@timestamp":1579694113},"coords":"51.4831802,-0.0870255","bedrooms":"3","price":"209000","area":"426"} , +{"type":"Feature","id":"n1735648821","geometry":{"type":"Point","coordinates":[-0.0847858,51.4831967]},"properties":{"@type":"node","@id":1735648821,"@timestamp":1579694113},"coords":"51.4831967,-0.0847858","bedrooms":"0","price":"179000","area":"488"} , +{"type":"Feature","id":"n1735648866","geometry":{"type":"Point","coordinates":[-0.1036236,51.4832102]},"properties":{"@type":"node","@id":1735648866,"@timestamp":1579704973},"coords":"51.4832102,-0.1036236","bedrooms":"0","price":"175000","area":"497"} , +{"type":"Feature","id":"n1735648880","geometry":{"type":"Point","coordinates":[-0.072516,51.4832267]},"properties":{"@type":"node","@id":1735648880,"@timestamp":1579694113},"coords":"51.4832267,-0.072516","bedrooms":"3","price":"202000","area":"589"} , +{"type":"Feature","id":"n1735648891","geometry":{"type":"Point","coordinates":[-0.0857934,51.4832386]},"properties":{"@type":"node","@id":1735648891,"@timestamp":1579694113},"coords":"51.4832386,-0.0857934","bedrooms":"3","price":"265000","area":"604"} , +{"type":"Feature","id":"n1735648901","geometry":{"type":"Point","coordinates":[-0.0867935,51.4832492]},"properties":{"@type":"node","@id":1735648901,"@timestamp":1579694113},"coords":"51.4832492,-0.0867935","bedrooms":"0","price":"298000","area":"531"} , +{"type":"Feature","id":"n1735648926","geometry":{"type":"Point","coordinates":[-0.0925047,51.4832595]},"properties":{"@type":"node","@id":1735648926,"@timestamp":1579694230},"coords":"51.4832595,-0.0925047","bedrooms":"0","price":"272000","area":"543"} , +{"type":"Feature","id":"n1735648936","geometry":{"type":"Point","coordinates":[-0.0856304,51.4832733]},"properties":{"@type":"node","@id":1735648936,"@timestamp":1579694113},"coords":"51.4832733,-0.0856304","bedrooms":"0","price":"293000","area":"411"} , +{"type":"Feature","id":"n1735648974","geometry":{"type":"Point","coordinates":[-0.0840796,51.4832826]},"properties":{"@type":"node","@id":1735648974,"@timestamp":1579694113},"coords":"51.4832826,-0.0840796","bedrooms":"0","price":"210000","area":"664"} , +{"type":"Feature","id":"n1735649023","geometry":{"type":"Point","coordinates":[-0.076854,51.4833054]},"properties":{"@type":"node","@id":1735649023,"@timestamp":1579694113},"coords":"51.4833054,-0.076854","bedrooms":"3","price":"275000","area":"468"} , +{"type":"Feature","id":"n1735649037","geometry":{"type":"Point","coordinates":[-0.0845114,51.4833203]},"properties":{"@type":"node","@id":1735649037,"@timestamp":1579694113},"coords":"51.4833203,-0.0845114","bedrooms":"4","price":"151000","area":"505"} , +{"type":"Feature","id":"n1735649047","geometry":{"type":"Point","coordinates":[-0.1024476,51.4833334]},"properties":{"@type":"node","@id":1735649047,"@timestamp":1579704973},"coords":"51.4833334,-0.1024476","bedrooms":"3","price":"202000","area":"364"} , +{"type":"Feature","id":"n1735649100","geometry":{"type":"Point","coordinates":[-0.0546677,51.4833432]},"properties":{"@type":"node","@id":1735649100,"@timestamp":1579714499},"coords":"51.4833432,-0.0546677","bedrooms":"4","price":"288000","area":"636"} , +{"type":"Feature","id":"n1735649151","geometry":{"type":"Point","coordinates":[-0.0854977,51.4833704]},"properties":{"@type":"node","@id":1735649151,"@timestamp":1579694113},"coords":"51.4833704,-0.0854977","bedrooms":"1","price":"251000","area":"572"} , +{"type":"Feature","id":"n1735649201","geometry":{"type":"Point","coordinates":[-0.0835402,51.4833851]},"properties":{"@type":"node","@id":1735649201,"@timestamp":1579694113},"coords":"51.4833851,-0.0835402","bedrooms":"4","price":"218000","area":"387"} , +{"type":"Feature","id":"n1735649216","geometry":{"type":"Point","coordinates":[-0.0862198,51.4834081]},"properties":{"@type":"node","@id":1735649216,"@timestamp":1579694113},"coords":"51.4834081,-0.0862198","bedrooms":"4","price":"205000","area":"436"} , +{"type":"Feature","id":"n1735649237","geometry":{"type":"Point","coordinates":[-0.0989243,51.4834338]},"properties":{"@type":"node","@id":1735649237,"@timestamp":1634206757},"coords":"51.4834338,-0.0989243","bedrooms":"0","price":"233000","area":"672"} , +{"type":"Feature","id":"n1735649268","geometry":{"type":"Point","coordinates":[-0.1064337,51.4834334]},"properties":{"@type":"node","@id":1735649268,"@timestamp":1579704973},"coords":"51.4834334,-0.1064337","bedrooms":"3","price":"241000","area":"641"} , +{"type":"Feature","id":"n1735649284","geometry":{"type":"Point","coordinates":[-0.0921777,51.4834502]},"properties":{"@type":"node","@id":1735649284,"@timestamp":1579694230},"coords":"51.4834502,-0.0921777","bedrooms":"0","price":"165000","area":"380"} , +{"type":"Feature","id":"n1735649297","geometry":{"type":"Point","coordinates":[-0.0993346,51.4834644]},"properties":{"@type":"node","@id":1735649297,"@timestamp":1579704973},"coords":"51.4834644,-0.0993346","bedrooms":"4","price":"288000","area":"549"} , +{"type":"Feature","id":"n1735649307","geometry":{"type":"Point","coordinates":[-0.0849957,51.4834787]},"properties":{"@type":"node","@id":1735649307,"@timestamp":1579694113},"coords":"51.4834787,-0.0849957","bedrooms":"3","price":"292000","area":"536"} , +{"type":"Feature","id":"n1735649319","geometry":{"type":"Point","coordinates":[-0.085265,51.4834932]},"properties":{"@type":"node","@id":1735649319,"@timestamp":1579694113},"coords":"51.4834932,-0.085265","bedrooms":"1","price":"225000","area":"629"} , +{"type":"Feature","id":"n1735649349","geometry":{"type":"Point","coordinates":[-0.0739067,51.4835166]},"properties":{"@type":"node","@id":1735649349,"@timestamp":1579694113},"coords":"51.4835166,-0.0739067","bedrooms":"4","price":"235000","area":"478"} , +{"type":"Feature","id":"n1735649361","geometry":{"type":"Point","coordinates":[-0.0836283,51.4835277]},"properties":{"@type":"node","@id":1735649361,"@timestamp":1579694113},"coords":"51.4835277,-0.0836283","bedrooms":"2","price":"236000","area":"352"} , +{"type":"Feature","id":"n1735649375","geometry":{"type":"Point","coordinates":[-0.0554566,51.4835472]},"properties":{"@type":"node","@id":1735649375,"@timestamp":1579714499},"coords":"51.4835472,-0.0554566","bedrooms":"2","price":"210000","area":"573"} , +{"type":"Feature","id":"n1735649388","geometry":{"type":"Point","coordinates":[-0.0849162,51.4835584]},"properties":{"@type":"node","@id":1735649388,"@timestamp":1579694113},"coords":"51.4835584,-0.0849162","bedrooms":"2","price":"155000","area":"546"} , +{"type":"Feature","id":"n1735649401","geometry":{"type":"Point","coordinates":[-0.1030002,51.4835706]},"properties":{"@type":"node","@id":1735649401,"@timestamp":1579704973},"coords":"51.4835706,-0.1030002","bedrooms":"0","price":"190000","area":"506"} , +{"type":"Feature","id":"n1735649474","geometry":{"type":"Point","coordinates":[-0.0849553,51.4835846]},"properties":{"@type":"node","@id":1735649474,"@timestamp":1579694113},"coords":"51.4835846,-0.0849553","bedrooms":"4","price":"171000","area":"410"} , +{"type":"Feature","id":"n1735649539","geometry":{"type":"Point","coordinates":[-0.1024723,51.4836267]},"properties":{"@type":"node","@id":1735649539,"@timestamp":1579704973},"coords":"51.4836267,-0.1024723","bedrooms":"2","price":"273000","area":"387"} , +{"type":"Feature","id":"n1735649622","geometry":{"type":"Point","coordinates":[-0.0862944,51.4836245]},"properties":{"@type":"node","@id":1735649622,"@timestamp":1579694113},"coords":"51.4836245,-0.0862944","bedrooms":"0","price":"185000","area":"541"} , +{"type":"Feature","id":"n1735649735","geometry":{"type":"Point","coordinates":[-0.1060368,51.4836439]},"properties":{"@type":"node","@id":1735649735,"@timestamp":1579704973},"coords":"51.4836439,-0.1060368","bedrooms":"0","price":"239000","area":"357"} , +{"type":"Feature","id":"n1735649825","geometry":{"type":"Point","coordinates":[-0.0988249,51.4836614]},"properties":{"@type":"node","@id":1735649825,"@timestamp":1579704973},"coords":"51.4836614,-0.0988249","bedrooms":"2","price":"293000","area":"611"} , +{"type":"Feature","id":"n1735649951","geometry":{"type":"Point","coordinates":[-0.0874377,51.4836766]},"properties":{"@type":"node","@id":1735649951,"@timestamp":1579694113},"coords":"51.4836766,-0.0874377","bedrooms":"3","price":"185000","area":"582"} , +{"type":"Feature","id":"n1735650007","geometry":{"type":"Point","coordinates":[-0.0836824,51.4836941]},"properties":{"@type":"node","@id":1735650007,"@timestamp":1579694113},"coords":"51.4836941,-0.0836824","bedrooms":"2","price":"218000","area":"611"} , +{"type":"Feature","id":"n1735650033","geometry":{"type":"Point","coordinates":[-0.0856924,51.4837136]},"properties":{"@type":"node","@id":1735650033,"@timestamp":1579694113},"coords":"51.4837136,-0.0856924","bedrooms":"4","price":"225000","area":"596"} , +{"type":"Feature","id":"n1735650068","geometry":{"type":"Point","coordinates":[-0.0881289,51.4837245]},"properties":{"@type":"node","@id":1735650068,"@timestamp":1579694113},"coords":"51.4837245,-0.0881289","bedrooms":"3","price":"209000","area":"554"} , +{"type":"Feature","id":"n1735650115","geometry":{"type":"Point","coordinates":[-0.0791669,51.4837417]},"properties":{"@type":"node","@id":1735650115,"@timestamp":1579694113},"coords":"51.4837417,-0.0791669","bedrooms":"3","price":"222000","area":"697"} , +{"type":"Feature","id":"n1735650161","geometry":{"type":"Point","coordinates":[-0.0734618,51.4837527]},"properties":{"@type":"node","@id":1735650161,"@timestamp":1579694113},"coords":"51.4837527,-0.0734618","bedrooms":"1","price":"274000","area":"668"} , +{"type":"Feature","id":"n1735650235","geometry":{"type":"Point","coordinates":[-0.1039896,51.4837713]},"properties":{"@type":"node","@id":1735650235,"@timestamp":1579704973},"coords":"51.4837713,-0.1039896","bedrooms":"3","price":"238000","area":"691"} , +{"type":"Feature","id":"n1735650330","geometry":{"type":"Point","coordinates":[-0.0948062,51.4837875]},"properties":{"@type":"node","@id":1735650330,"@timestamp":1579694230},"coords":"51.4837875,-0.0948062","bedrooms":"0","price":"195000","area":"612"} , +{"type":"Feature","id":"n1735650405","geometry":{"type":"Point","coordinates":[-0.1025092,51.4838067]},"properties":{"@type":"node","@id":1735650405,"@timestamp":1579704973},"coords":"51.4838067,-0.1025092","bedrooms":"1","price":"277000","area":"583"} , +{"type":"Feature","id":"n1735650477","geometry":{"type":"Point","coordinates":[-0.0835914,51.4838254]},"properties":{"@type":"node","@id":1735650477,"@timestamp":1579694113},"coords":"51.4838254,-0.0835914","bedrooms":"1","price":"182000","area":"561"} , +{"type":"Feature","id":"n1735650537","geometry":{"type":"Point","coordinates":[-0.0994098,51.4838418]},"properties":{"@type":"node","@id":1735650537,"@timestamp":1579704973},"coords":"51.4838418,-0.0994098","bedrooms":"0","price":"195000","area":"689"} , +{"type":"Feature","id":"n1735650741","geometry":{"type":"Point","coordinates":[-0.0856249,51.4838662]},"properties":{"@type":"node","@id":1735650741,"@timestamp":1579694113},"coords":"51.4838662,-0.0856249","bedrooms":"1","price":"291000","area":"460"} , +{"type":"Feature","id":"n1735650797","geometry":{"type":"Point","coordinates":[-0.0974439,51.483888]},"properties":{"@type":"node","@id":1735650797,"@timestamp":1579694230},"coords":"51.483888,-0.0974439","bedrooms":"4","price":"191000","area":"692"} , +{"type":"Feature","id":"n1735650893","geometry":{"type":"Point","coordinates":[-0.0992703,51.4839059]},"properties":{"@type":"node","@id":1735650893,"@timestamp":1579704973},"coords":"51.4839059,-0.0992703","bedrooms":"1","price":"204000","area":"481"} , +{"type":"Feature","id":"n1735650930","geometry":{"type":"Point","coordinates":[-0.0992237,51.4839289]},"properties":{"@type":"node","@id":1735650930,"@timestamp":1579704973},"coords":"51.4839289,-0.0992237","bedrooms":"1","price":"229000","area":"429"} , +{"type":"Feature","id":"n1735650940","geometry":{"type":"Point","coordinates":[-0.0972,51.4839517]},"properties":{"@type":"node","@id":1735650940,"@timestamp":1579694230},"coords":"51.4839517,-0.0972","bedrooms":"0","price":"285000","area":"597"} , +{"type":"Feature","id":"n1735650951","geometry":{"type":"Point","coordinates":[-0.0741836,51.4839626]},"properties":{"@type":"node","@id":1735650951,"@timestamp":1579694113},"coords":"51.4839626,-0.0741836","bedrooms":"2","price":"268000","area":"563"} , +{"type":"Feature","id":"n1735650972","geometry":{"type":"Point","coordinates":[-0.0799215,51.4839828]},"properties":{"@type":"node","@id":1735650972,"@timestamp":1579694113},"coords":"51.4839828,-0.0799215","bedrooms":"0","price":"265000","area":"492"} , +{"type":"Feature","id":"n1735651019","geometry":{"type":"Point","coordinates":[-0.0931338,51.4840017]},"properties":{"@type":"node","@id":1735651019,"@timestamp":1579694230},"coords":"51.4840017,-0.0931338","bedrooms":"3","price":"231000","area":"530"} , +{"type":"Feature","id":"n1735651068","geometry":{"type":"Point","coordinates":[-0.091438,51.4840178]},"properties":{"@type":"node","@id":1735651068,"@timestamp":1579694230},"coords":"51.4840178,-0.091438","bedrooms":"1","price":"279000","area":"573"} , +{"type":"Feature","id":"n1735651116","geometry":{"type":"Point","coordinates":[-0.0938757,51.4840501]},"properties":{"@type":"node","@id":1735651116,"@timestamp":1579694230},"coords":"51.4840501,-0.0938757","bedrooms":"1","price":"157000","area":"433"} , +{"type":"Feature","id":"n1735651157","geometry":{"type":"Point","coordinates":[-0.0996267,51.4840694]},"properties":{"@type":"node","@id":1735651157,"@timestamp":1579704973},"coords":"51.4840694,-0.0996267","bedrooms":"0","price":"260000","area":"581"} , +{"type":"Feature","id":"n1735651208","geometry":{"type":"Point","coordinates":[-0.0858601,51.4840932]},"properties":{"@type":"node","@id":1735651208,"@timestamp":1579694113},"coords":"51.4840932,-0.0858601","bedrooms":"4","price":"233000","area":"657"} , +{"type":"Feature","id":"n1735651249","geometry":{"type":"Point","coordinates":[-0.1010243,51.4841255]},"properties":{"@type":"node","@id":1735651249,"@timestamp":1634213085},"coords":"51.4841255,-0.1010243","bedrooms":"0","price":"191000","area":"450"} , +{"type":"Feature","id":"n1735651291","geometry":{"type":"Point","coordinates":[-0.0904236,51.4841409]},"properties":{"@type":"node","@id":1735651291,"@timestamp":1579694230},"coords":"51.4841409,-0.0904236","bedrooms":"4","price":"241000","area":"659"} , +{"type":"Feature","id":"n1735651338","geometry":{"type":"Point","coordinates":[-0.0940807,51.4841587]},"properties":{"@type":"node","@id":1735651338,"@timestamp":1579694230},"coords":"51.4841587,-0.0940807","bedrooms":"4","price":"200000","area":"351"} , +{"type":"Feature","id":"n1735651379","geometry":{"type":"Point","coordinates":[-0.105818,51.4841684]},"properties":{"@type":"node","@id":1735651379,"@timestamp":1579704973},"coords":"51.4841684,-0.105818","bedrooms":"4","price":"298000","area":"552"} , +{"type":"Feature","id":"n1735651453","geometry":{"type":"Point","coordinates":[-0.0963369,51.4841962]},"properties":{"@type":"node","@id":1735651453,"@timestamp":1579694230},"coords":"51.4841962,-0.0963369","bedrooms":"1","price":"273000","area":"572"} , +{"type":"Feature","id":"n1735651531","geometry":{"type":"Point","coordinates":[-0.0881624,51.4842169]},"properties":{"@type":"node","@id":1735651531,"@timestamp":1579694113},"coords":"51.4842169,-0.0881624","bedrooms":"2","price":"177000","area":"542"} , +{"type":"Feature","id":"n1735651591","geometry":{"type":"Point","coordinates":[-0.0937606,51.4842344]},"properties":{"@type":"node","@id":1735651591,"@timestamp":1579694230},"coords":"51.4842344,-0.0937606","bedrooms":"1","price":"222000","area":"649"} , +{"type":"Feature","id":"n1735651634","geometry":{"type":"Point","coordinates":[-0.0880458,51.4842542]},"properties":{"@type":"node","@id":1735651634,"@timestamp":1579694113},"coords":"51.4842542,-0.0880458","bedrooms":"3","price":"203000","area":"526"} , +{"type":"Feature","id":"n1735651692","geometry":{"type":"Point","coordinates":[-0.0746114,51.4842606]},"properties":{"@type":"node","@id":1735651692,"@timestamp":1579694113},"coords":"51.4842606,-0.0746114","bedrooms":"2","price":"162000","area":"450"} , +{"type":"Feature","id":"n1735651738","geometry":{"type":"Point","coordinates":[-0.0781394,51.4842715]},"properties":{"@type":"node","@id":1735651738,"@timestamp":1579694113},"coords":"51.4842715,-0.0781394","bedrooms":"2","price":"167000","area":"632"} , +{"type":"Feature","id":"n1735651789","geometry":{"type":"Point","coordinates":[-0.0785127,51.4842769]},"properties":{"@type":"node","@id":1735651789,"@timestamp":1579694113},"coords":"51.4842769,-0.0785127","bedrooms":"2","price":"155000","area":"566"} , +{"type":"Feature","id":"n1735651842","geometry":{"type":"Point","coordinates":[-0.0847923,51.4842878]},"properties":{"@type":"node","@id":1735651842,"@timestamp":1579694113},"coords":"51.4842878,-0.0847923","bedrooms":"0","price":"276000","area":"488"} , +{"type":"Feature","id":"n1735651922","geometry":{"type":"Point","coordinates":[-0.0946947,51.4843036]},"properties":{"@type":"node","@id":1735651922,"@timestamp":1579694230},"coords":"51.4843036,-0.0946947","bedrooms":"2","price":"226000","area":"420"} , +{"type":"Feature","id":"n1735652029","geometry":{"type":"Point","coordinates":[-0.0825529,51.4843281]},"properties":{"@type":"node","@id":1735652029,"@timestamp":1579694113},"coords":"51.4843281,-0.0825529","bedrooms":"0","price":"253000","area":"388"} , +{"type":"Feature","id":"n1735652082","geometry":{"type":"Point","coordinates":[-0.1026795,51.4843377]},"properties":{"@type":"node","@id":1735652082,"@timestamp":1579704921},"coords":"51.4843377,-0.1026795","bedrooms":"1","price":"279000","area":"439"} , +{"type":"Feature","id":"n1735652125","geometry":{"type":"Point","coordinates":[-0.104669,51.4843546]},"properties":{"@type":"node","@id":1735652125,"@timestamp":1579704921},"coords":"51.4843546,-0.104669","bedrooms":"1","price":"285000","area":"383"} , +{"type":"Feature","id":"n1735652139","geometry":{"type":"Point","coordinates":[-0.0850033,51.4843767]},"properties":{"@type":"node","@id":1735652139,"@timestamp":1579694113},"coords":"51.4843767,-0.0850033","bedrooms":"2","price":"203000","area":"399"} , +{"type":"Feature","id":"n1735652186","geometry":{"type":"Point","coordinates":[-0.097877,51.484392]},"properties":{"@type":"node","@id":1735652186,"@timestamp":1579694230},"coords":"51.484392,-0.097877","bedrooms":"4","price":"214000","area":"576"} , +{"type":"Feature","id":"n1735652228","geometry":{"type":"Point","coordinates":[-0.0835738,51.4844188]},"properties":{"@type":"node","@id":1735652228,"@timestamp":1579694113},"coords":"51.4844188,-0.0835738","bedrooms":"2","price":"298000","area":"597"} , +{"type":"Feature","id":"n1735652254","geometry":{"type":"Point","coordinates":[-0.0847987,51.4844306]},"properties":{"@type":"node","@id":1735652254,"@timestamp":1579694113},"coords":"51.4844306,-0.0847987","bedrooms":"2","price":"214000","area":"390"} , +{"type":"Feature","id":"n1735652281","geometry":{"type":"Point","coordinates":[-0.0978707,51.4844512]},"properties":{"@type":"node","@id":1735652281,"@timestamp":1579694230},"coords":"51.4844512,-0.0978707","bedrooms":"3","price":"240000","area":"485"} , +{"type":"Feature","id":"n1735652291","geometry":{"type":"Point","coordinates":[-0.0849917,51.4844747]},"properties":{"@type":"node","@id":1735652291,"@timestamp":1579694113},"coords":"51.4844747,-0.0849917","bedrooms":"2","price":"253000","area":"536"} , +{"type":"Feature","id":"n1735652301","geometry":{"type":"Point","coordinates":[-0.1057953,51.4844946]},"properties":{"@type":"node","@id":1735652301,"@timestamp":1579704921},"coords":"51.4844946,-0.1057953","bedrooms":"3","price":"252000","area":"533"} , +{"type":"Feature","id":"n1735652320","geometry":{"type":"Point","coordinates":[-0.0742551,51.484518]},"properties":{"@type":"node","@id":1735652320,"@timestamp":1579694113},"coords":"51.484518,-0.0742551","bedrooms":"4","price":"243000","area":"629"} , +{"type":"Feature","id":"n1735652338","geometry":{"type":"Point","coordinates":[-0.0894412,51.4845419]},"properties":{"@type":"node","@id":1735652338,"@timestamp":1579694230},"coords":"51.4845419,-0.0894412","bedrooms":"1","price":"231000","area":"646"} , +{"type":"Feature","id":"n1735652348","geometry":{"type":"Point","coordinates":[-0.0858883,51.4845623]},"properties":{"@type":"node","@id":1735652348,"@timestamp":1579694113},"coords":"51.4845623,-0.0858883","bedrooms":"2","price":"221000","area":"442"} , +{"type":"Feature","id":"n1735652379","geometry":{"type":"Point","coordinates":[-0.0768259,51.4845857]},"properties":{"@type":"node","@id":1735652379,"@timestamp":1579694113},"coords":"51.4845857,-0.0768259","bedrooms":"4","price":"157000","area":"373"} , +{"type":"Feature","id":"n1735652426","geometry":{"type":"Point","coordinates":[-0.0870469,51.4846088]},"properties":{"@type":"node","@id":1735652426,"@timestamp":1579694113},"coords":"51.4846088,-0.0870469","bedrooms":"1","price":"176000","area":"609"} , +{"type":"Feature","id":"n1735652474","geometry":{"type":"Point","coordinates":[-0.0838347,51.4846302]},"properties":{"@type":"node","@id":1735652474,"@timestamp":1579694113},"coords":"51.4846302,-0.0838347","bedrooms":"2","price":"207000","area":"629"} , +{"type":"Feature","id":"n1735652524","geometry":{"type":"Point","coordinates":[-0.0808653,51.484646]},"properties":{"@type":"node","@id":1735652524,"@timestamp":1579694113},"coords":"51.484646,-0.0808653","bedrooms":"3","price":"198000","area":"528"} , +{"type":"Feature","id":"n1735652569","geometry":{"type":"Point","coordinates":[-0.0887508,51.4846704]},"properties":{"@type":"node","@id":1735652569,"@timestamp":1579694113},"coords":"51.4846704,-0.0887508","bedrooms":"4","price":"274000","area":"550"} , +{"type":"Feature","id":"n1735652641","geometry":{"type":"Point","coordinates":[-0.1009977,51.4846881]},"properties":{"@type":"node","@id":1735652641,"@timestamp":1579704921},"coords":"51.4846881,-0.1009977","bedrooms":"0","price":"155000","area":"640"} , +{"type":"Feature","id":"n1735652700","geometry":{"type":"Point","coordinates":[-0.0982421,51.4847173]},"properties":{"@type":"node","@id":1735652700,"@timestamp":1634211014},"coords":"51.4847173,-0.0982421","bedrooms":"4","price":"286000","area":"437"} , +{"type":"Feature","id":"n1735652720","geometry":{"type":"Point","coordinates":[-0.0838645,51.4847382]},"properties":{"@type":"node","@id":1735652720,"@timestamp":1579694113},"coords":"51.4847382,-0.0838645","bedrooms":"4","price":"216000","area":"390"} , +{"type":"Feature","id":"n1735652730","geometry":{"type":"Point","coordinates":[-0.0811832,51.4847625]},"properties":{"@type":"node","@id":1735652730,"@timestamp":1579694113},"coords":"51.4847625,-0.0811832","bedrooms":"4","price":"178000","area":"695"} , +{"type":"Feature","id":"n1735652740","geometry":{"type":"Point","coordinates":[-0.0767123,51.4847708]},"properties":{"@type":"node","@id":1735652740,"@timestamp":1579694113},"coords":"51.4847708,-0.0767123","bedrooms":"3","price":"202000","area":"476"} , +{"type":"Feature","id":"n1735652751","geometry":{"type":"Point","coordinates":[-0.0975025,51.48479]},"properties":{"@type":"node","@id":1735652751,"@timestamp":1579694230},"coords":"51.48479,-0.0975025","bedrooms":"4","price":"161000","area":"407"} , +{"type":"Feature","id":"n1735652764","geometry":{"type":"Point","coordinates":[-0.0814013,51.4848036]},"properties":{"@type":"node","@id":1735652764,"@timestamp":1579694113},"coords":"51.4848036,-0.0814013","bedrooms":"1","price":"278000","area":"483"} , +{"type":"Feature","id":"n1735652824","geometry":{"type":"Point","coordinates":[-0.0982922,51.4848215]},"properties":{"@type":"node","@id":1735652824,"@timestamp":1579704921},"coords":"51.4848215,-0.0982922","bedrooms":"1","price":"194000","area":"629"} , +{"type":"Feature","id":"n1735652838","geometry":{"type":"Point","coordinates":[-0.0744766,51.4848307]},"properties":{"@type":"node","@id":1735652838,"@timestamp":1579694113},"coords":"51.4848307,-0.0744766","bedrooms":"4","price":"159000","area":"531"} , +{"type":"Feature","id":"n1735652861","geometry":{"type":"Point","coordinates":[-0.0854417,51.4848494]},"properties":{"@type":"node","@id":1735652861,"@timestamp":1579694113},"coords":"51.4848494,-0.0854417","bedrooms":"2","price":"156000","area":"577"} , +{"type":"Feature","id":"n1735652890","geometry":{"type":"Point","coordinates":[-0.0834939,51.4848585]},"properties":{"@type":"node","@id":1735652890,"@timestamp":1579694113},"coords":"51.4848585,-0.0834939","bedrooms":"0","price":"151000","area":"475"} , +{"type":"Feature","id":"n1735652900","geometry":{"type":"Point","coordinates":[-0.0740418,51.4848659]},"properties":{"@type":"node","@id":1735652900,"@timestamp":1579694113},"coords":"51.4848659,-0.0740418","bedrooms":"0","price":"186000","area":"638"} , +{"type":"Feature","id":"n1735652912","geometry":{"type":"Point","coordinates":[-0.0972845,51.4848858]},"properties":{"@type":"node","@id":1735652912,"@timestamp":1579694230},"coords":"51.4848858,-0.0972845","bedrooms":"3","price":"232000","area":"612"} , +{"type":"Feature","id":"n1735652922","geometry":{"type":"Point","coordinates":[-0.083964,51.4848951]},"properties":{"@type":"node","@id":1735652922,"@timestamp":1579694113},"coords":"51.4848951,-0.083964","bedrooms":"2","price":"181000","area":"679"} , +{"type":"Feature","id":"n1735652958","geometry":{"type":"Point","coordinates":[-0.104334,51.4849035]},"properties":{"@type":"node","@id":1735652958,"@timestamp":1579704921},"coords":"51.4849035,-0.104334","bedrooms":"4","price":"250000","area":"669"} , +{"type":"Feature","id":"n1735653005","geometry":{"type":"Point","coordinates":[-0.0907313,51.4849117]},"properties":{"@type":"node","@id":1735653005,"@timestamp":1579694230},"coords":"51.4849117,-0.0907313","bedrooms":"2","price":"287000","area":"586"} , +{"type":"Feature","id":"n1735653024","geometry":{"type":"Point","coordinates":[-0.0876129,51.4849247]},"properties":{"@type":"node","@id":1735653024,"@timestamp":1579694113},"coords":"51.4849247,-0.0876129","bedrooms":"0","price":"240000","area":"577"} , +{"type":"Feature","id":"n1735653034","geometry":{"type":"Point","coordinates":[-0.0832624,51.4849481]},"properties":{"@type":"node","@id":1735653034,"@timestamp":1579694113},"coords":"51.4849481,-0.0832624","bedrooms":"2","price":"153000","area":"534"} , +{"type":"Feature","id":"n1735653044","geometry":{"type":"Point","coordinates":[-0.0978817,51.484962]},"properties":{"@type":"node","@id":1735653044,"@timestamp":1579694230},"coords":"51.484962,-0.0978817","bedrooms":"4","price":"249000","area":"369"} , +{"type":"Feature","id":"n1735653064","geometry":{"type":"Point","coordinates":[-0.0727784,51.4849771]},"properties":{"@type":"node","@id":1735653064,"@timestamp":1579694113},"coords":"51.4849771,-0.0727784","bedrooms":"0","price":"270000","area":"609"} , +{"type":"Feature","id":"n1735653118","geometry":{"type":"Point","coordinates":[-0.0910253,51.4849965]},"properties":{"@type":"node","@id":1735653118,"@timestamp":1579694230},"coords":"51.4849965,-0.0910253","bedrooms":"2","price":"281000","area":"612"} , +{"type":"Feature","id":"n1735653138","geometry":{"type":"Point","coordinates":[-0.0873956,51.4850121]},"properties":{"@type":"node","@id":1735653138,"@timestamp":1579694113},"coords":"51.4850121,-0.0873956","bedrooms":"2","price":"243000","area":"545"} , +{"type":"Feature","id":"n1735653149","geometry":{"type":"Point","coordinates":[-0.0830679,51.4850277]},"properties":{"@type":"node","@id":1735653149,"@timestamp":1579694113},"coords":"51.4850277,-0.0830679","bedrooms":"4","price":"150000","area":"537"} , +{"type":"Feature","id":"n1735653161","geometry":{"type":"Point","coordinates":[-0.0911616,51.4850401]},"properties":{"@type":"node","@id":1735653161,"@timestamp":1579694230},"coords":"51.4850401,-0.0911616","bedrooms":"0","price":"289000","area":"378"} , +{"type":"Feature","id":"n1735653194","geometry":{"type":"Point","coordinates":[-0.1053936,51.4850567]},"properties":{"@type":"node","@id":1735653194,"@timestamp":1579704921},"coords":"51.4850567,-0.1053936","bedrooms":"1","price":"156000","area":"465"} , +{"type":"Feature","id":"n1735653251","geometry":{"type":"Point","coordinates":[-0.087255,51.4850712]},"properties":{"@type":"node","@id":1735653251,"@timestamp":1579694113},"coords":"51.4850712,-0.087255","bedrooms":"0","price":"163000","area":"563"} , +{"type":"Feature","id":"n1735653289","geometry":{"type":"Point","coordinates":[-0.0821605,51.4850888]},"properties":{"@type":"node","@id":1735653289,"@timestamp":1579694113},"coords":"51.4850888,-0.0821605","bedrooms":"0","price":"279000","area":"663"} , +{"type":"Feature","id":"n1735653349","geometry":{"type":"Point","coordinates":[-0.0952931,51.4851043]},"properties":{"@type":"node","@id":1735653349,"@timestamp":1579694230},"coords":"51.4851043,-0.0952931","bedrooms":"0","price":"221000","area":"482"} , +{"type":"Feature","id":"n1735653366","geometry":{"type":"Point","coordinates":[-0.0729305,51.4851205]},"properties":{"@type":"node","@id":1735653366,"@timestamp":1579694113},"coords":"51.4851205,-0.0729305","bedrooms":"2","price":"226000","area":"551"} , +{"type":"Feature","id":"n1735653406","geometry":{"type":"Point","coordinates":[-0.1066321,51.4851405]},"properties":{"@type":"node","@id":1735653406,"@timestamp":1579704921},"coords":"51.4851405,-0.1066321","bedrooms":"1","price":"181000","area":"484"} , +{"type":"Feature","id":"n1735653453","geometry":{"type":"Point","coordinates":[-0.0912299,51.4851531]},"properties":{"@type":"node","@id":1735653453,"@timestamp":1579694230},"coords":"51.4851531,-0.0912299","bedrooms":"1","price":"217000","area":"556"} , +{"type":"Feature","id":"n1735653496","geometry":{"type":"Point","coordinates":[-0.0817087,51.4851675]},"properties":{"@type":"node","@id":1735653496,"@timestamp":1579694113},"coords":"51.4851675,-0.0817087","bedrooms":"2","price":"236000","area":"411"} , +{"type":"Feature","id":"n1735653540","geometry":{"type":"Point","coordinates":[-0.1065404,51.4851893]},"properties":{"@type":"node","@id":1735653540,"@timestamp":1579704921},"coords":"51.4851893,-0.1065404","bedrooms":"1","price":"230000","area":"554"} , +{"type":"Feature","id":"n1735653593","geometry":{"type":"Point","coordinates":[-0.0820536,51.4852036]},"properties":{"@type":"node","@id":1735653593,"@timestamp":1579694113},"coords":"51.4852036,-0.0820536","bedrooms":"0","price":"277000","area":"539"} , +{"type":"Feature","id":"n1735653634","geometry":{"type":"Point","coordinates":[-0.0727804,51.4852217]},"properties":{"@type":"node","@id":1735653634,"@timestamp":1579694113},"coords":"51.4852217,-0.0727804","bedrooms":"4","price":"175000","area":"678"} , +{"type":"Feature","id":"n1735653681","geometry":{"type":"Point","coordinates":[-0.1036139,51.4852413]},"properties":{"@type":"node","@id":1735653681,"@timestamp":1579704921},"coords":"51.4852413,-0.1036139","bedrooms":"3","price":"220000","area":"434"} , +{"type":"Feature","id":"n1735653733","geometry":{"type":"Point","coordinates":[-0.106808,51.4852516]},"properties":{"@type":"node","@id":1735653733,"@timestamp":1579704921},"coords":"51.4852516,-0.106808","bedrooms":"2","price":"236000","area":"446"} , +{"type":"Feature","id":"n1735653815","geometry":{"type":"Point","coordinates":[-0.1068787,51.4852758]},"properties":{"@type":"node","@id":1735653815,"@timestamp":1579704921},"coords":"51.4852758,-0.1068787","bedrooms":"3","price":"275000","area":"531"} , +{"type":"Feature","id":"n1735653912","geometry":{"type":"Point","coordinates":[-0.0946394,51.4852981]},"properties":{"@type":"node","@id":1735653912,"@timestamp":1579694230},"coords":"51.4852981,-0.0946394","bedrooms":"2","price":"275000","area":"493"} , +{"type":"Feature","id":"n1735653992","geometry":{"type":"Point","coordinates":[-0.0752148,51.4853207]},"properties":{"@type":"node","@id":1735653992,"@timestamp":1579694113},"coords":"51.4853207,-0.0752148","bedrooms":"4","price":"160000","area":"677"} , +{"type":"Feature","id":"n1735654050","geometry":{"type":"Point","coordinates":[-0.0730887,51.4853389]},"properties":{"@type":"node","@id":1735654050,"@timestamp":1579694113},"coords":"51.4853389,-0.0730887","bedrooms":"0","price":"150000","area":"695"} , +{"type":"Feature","id":"n1735654121","geometry":{"type":"Point","coordinates":[-0.0802721,51.4853554]},"properties":{"@type":"node","@id":1735654121,"@timestamp":1579694113},"coords":"51.4853554,-0.0802721","bedrooms":"3","price":"165000","area":"644"} , +{"type":"Feature","id":"n1735654193","geometry":{"type":"Point","coordinates":[-0.0873747,51.4853755]},"properties":{"@type":"node","@id":1735654193,"@timestamp":1579694113},"coords":"51.4853755,-0.0873747","bedrooms":"1","price":"155000","area":"586"} , +{"type":"Feature","id":"n1735654217","geometry":{"type":"Point","coordinates":[-0.1042269,51.4853858]},"properties":{"@type":"node","@id":1735654217,"@timestamp":1634214311},"coords":"51.4853858,-0.1042269","bedrooms":"1","price":"279000","area":"608"} , +{"type":"Feature","id":"n1735654238","geometry":{"type":"Point","coordinates":[-0.1067148,51.4854027]},"properties":{"@type":"node","@id":1735654238,"@timestamp":1579704921},"coords":"51.4854027,-0.1067148","bedrooms":"1","price":"200000","area":"691"} , +{"type":"Feature","id":"n1735654350","geometry":{"type":"Point","coordinates":[-0.1046714,51.4854365]},"properties":{"@type":"node","@id":1735654350,"@timestamp":1579704921},"coords":"51.4854365,-0.1046714","bedrooms":"0","price":"293000","area":"423"} , +{"type":"Feature","id":"n1735654388","geometry":{"type":"Point","coordinates":[-0.0999818,51.4854544]},"properties":{"@type":"node","@id":1735654388,"@timestamp":1579704921},"coords":"51.4854544,-0.0999818","bedrooms":"3","price":"232000","area":"450"} , +{"type":"Feature","id":"n1735654405","geometry":{"type":"Point","coordinates":[-0.1062857,51.4854706]},"properties":{"@type":"node","@id":1735654405,"@timestamp":1579704921},"coords":"51.4854706,-0.1062857","bedrooms":"0","price":"221000","area":"632"} , +{"type":"Feature","id":"n1735654425","geometry":{"type":"Point","coordinates":[-0.0811186,51.4854806]},"properties":{"@type":"node","@id":1735654425,"@timestamp":1579694113},"coords":"51.4854806,-0.0811186","bedrooms":"4","price":"207000","area":"652"} , +{"type":"Feature","id":"n1735654444","geometry":{"type":"Point","coordinates":[-0.09643,51.4855008]},"properties":{"@type":"node","@id":1735654444,"@timestamp":1579694230},"coords":"51.4855008,-0.09643","bedrooms":"4","price":"151000","area":"576"} , +{"type":"Feature","id":"n1735654461","geometry":{"type":"Point","coordinates":[-0.0682563,51.4855167]},"properties":{"@type":"node","@id":1735654461,"@timestamp":1579694113},"coords":"51.4855167,-0.0682563","bedrooms":"4","price":"267000","area":"536"} , +{"type":"Feature","id":"n1735654527","geometry":{"type":"Point","coordinates":[-0.086492,51.4855288]},"properties":{"@type":"node","@id":1735654527,"@timestamp":1579694113},"coords":"51.4855288,-0.086492","bedrooms":"1","price":"201000","area":"533"} , +{"type":"Feature","id":"n1735654554","geometry":{"type":"Point","coordinates":[-0.0806419,51.4855439]},"properties":{"@type":"node","@id":1735654554,"@timestamp":1579694113},"coords":"51.4855439,-0.0806419","bedrooms":"1","price":"223000","area":"479"} , +{"type":"Feature","id":"n1735654564","geometry":{"type":"Point","coordinates":[-0.0834714,51.4855522]},"properties":{"@type":"node","@id":1735654564,"@timestamp":1579694113},"coords":"51.4855522,-0.0834714","bedrooms":"0","price":"244000","area":"403"} , +{"type":"Feature","id":"n1735654574","geometry":{"type":"Point","coordinates":[-0.0800485,51.4855601]},"properties":{"@type":"node","@id":1735654574,"@timestamp":1579694113},"coords":"51.4855601,-0.0800485","bedrooms":"1","price":"153000","area":"504"} , +{"type":"Feature","id":"n1735654629","geometry":{"type":"Point","coordinates":[-0.0980275,51.4855699]},"properties":{"@type":"node","@id":1735654629,"@timestamp":1579694230},"coords":"51.4855699,-0.0980275","bedrooms":"4","price":"244000","area":"370"} , +{"type":"Feature","id":"n1735654675","geometry":{"type":"Point","coordinates":[-0.1005737,51.4855805]},"properties":{"@type":"node","@id":1735654675,"@timestamp":1579704921},"coords":"51.4855805,-0.1005737","bedrooms":"2","price":"258000","area":"576"} , +{"type":"Feature","id":"n1735654692","geometry":{"type":"Point","coordinates":[-0.080536,51.4855917]},"properties":{"@type":"node","@id":1735654692,"@timestamp":1579694113},"coords":"51.4855917,-0.080536","bedrooms":"4","price":"294000","area":"660"} , +{"type":"Feature","id":"n1735654709","geometry":{"type":"Point","coordinates":[-0.0973352,51.4856006]},"properties":{"@type":"node","@id":1735654709,"@timestamp":1579694230},"coords":"51.4856006,-0.0973352","bedrooms":"1","price":"238000","area":"397"} , +{"type":"Feature","id":"n1735654740","geometry":{"type":"Point","coordinates":[-0.075227,51.4856128]},"properties":{"@type":"node","@id":1735654740,"@timestamp":1579694113},"coords":"51.4856128,-0.075227","bedrooms":"3","price":"172000","area":"594"} , +{"type":"Feature","id":"n1735654750","geometry":{"type":"Point","coordinates":[-0.0834702,51.4856196]},"properties":{"@type":"node","@id":1735654750,"@timestamp":1579694113},"coords":"51.4856196,-0.0834702","bedrooms":"1","price":"298000","area":"351"} , +{"type":"Feature","id":"n1735654768","geometry":{"type":"Point","coordinates":[-0.0863286,51.4856317]},"properties":{"@type":"node","@id":1735654768,"@timestamp":1579694113},"coords":"51.4856317,-0.0863286","bedrooms":"3","price":"175000","area":"356"} , +{"type":"Feature","id":"n1735654809","geometry":{"type":"Point","coordinates":[-0.0835185,51.4856454]},"properties":{"@type":"node","@id":1735654809,"@timestamp":1579694113},"coords":"51.4856454,-0.0835185","bedrooms":"3","price":"289000","area":"502"} , +{"type":"Feature","id":"n1735654819","geometry":{"type":"Point","coordinates":[-0.088298,51.4856637]},"properties":{"@type":"node","@id":1735654819,"@timestamp":1579694113},"coords":"51.4856637,-0.088298","bedrooms":"4","price":"249000","area":"353"} , +{"type":"Feature","id":"n1735654841","geometry":{"type":"Point","coordinates":[-0.0742328,51.4856707]},"properties":{"@type":"node","@id":1735654841,"@timestamp":1579694113},"coords":"51.4856707,-0.0742328","bedrooms":"0","price":"298000","area":"544"} , +{"type":"Feature","id":"n1735654854","geometry":{"type":"Point","coordinates":[-0.0682204,51.4856869]},"properties":{"@type":"node","@id":1735654854,"@timestamp":1579694113},"coords":"51.4856869,-0.0682204","bedrooms":"0","price":"154000","area":"493"} , +{"type":"Feature","id":"n1735654865","geometry":{"type":"Point","coordinates":[-0.1008605,51.4857003]},"properties":{"@type":"node","@id":1735654865,"@timestamp":1579704921},"coords":"51.4857003,-0.1008605","bedrooms":"0","price":"228000","area":"638"} , +{"type":"Feature","id":"n1735654878","geometry":{"type":"Point","coordinates":[-0.1003864,51.4857112]},"properties":{"@type":"node","@id":1735654878,"@timestamp":1579704921},"coords":"51.4857112,-0.1003864","bedrooms":"2","price":"279000","area":"382"} , +{"type":"Feature","id":"n1735654888","geometry":{"type":"Point","coordinates":[-0.07305,51.4857248]},"properties":{"@type":"node","@id":1735654888,"@timestamp":1579694113},"coords":"51.4857248,-0.07305","bedrooms":"3","price":"160000","area":"425"} , +{"type":"Feature","id":"n1735654898","geometry":{"type":"Point","coordinates":[-0.0958393,51.4857357]},"properties":{"@type":"node","@id":1735654898,"@timestamp":1579694230},"coords":"51.4857357,-0.0958393","bedrooms":"4","price":"204000","area":"600"} , +{"type":"Feature","id":"n1735654908","geometry":{"type":"Point","coordinates":[-0.0729806,51.4857466]},"properties":{"@type":"node","@id":1735654908,"@timestamp":1579694113},"coords":"51.4857466,-0.0729806","bedrooms":"2","price":"150000","area":"626"} , +{"type":"Feature","id":"n1735654918","geometry":{"type":"Point","coordinates":[-0.0875447,51.4857601]},"properties":{"@type":"node","@id":1735654918,"@timestamp":1579694113},"coords":"51.4857601,-0.0875447","bedrooms":"0","price":"229000","area":"532"} , +{"type":"Feature","id":"n1735654938","geometry":{"type":"Point","coordinates":[-0.0730625,51.4857738]},"properties":{"@type":"node","@id":1735654938,"@timestamp":1579694113},"coords":"51.4857738,-0.0730625","bedrooms":"2","price":"164000","area":"661"} , +{"type":"Feature","id":"n1735654948","geometry":{"type":"Point","coordinates":[-0.0755556,51.4857872]},"properties":{"@type":"node","@id":1735654948,"@timestamp":1579694113},"coords":"51.4857872,-0.0755556","bedrooms":"0","price":"239000","area":"623"} , +{"type":"Feature","id":"n1735654962","geometry":{"type":"Point","coordinates":[-0.0798652,51.4857951]},"properties":{"@type":"node","@id":1735654962,"@timestamp":1579694113},"coords":"51.4857951,-0.0798652","bedrooms":"1","price":"181000","area":"477"} , +{"type":"Feature","id":"n1735655012","geometry":{"type":"Point","coordinates":[-0.0836711,51.4857998]},"properties":{"@type":"node","@id":1735655012,"@timestamp":1579694113},"coords":"51.4857998,-0.0836711","bedrooms":"2","price":"203000","area":"689"} , +{"type":"Feature","id":"n1735655062","geometry":{"type":"Point","coordinates":[-0.1006217,51.4858085]},"properties":{"@type":"node","@id":1735655062,"@timestamp":1579704921},"coords":"51.4858085,-0.1006217","bedrooms":"0","price":"242000","area":"469"} , +{"type":"Feature","id":"n1735655151","geometry":{"type":"Point","coordinates":[-0.0835194,51.4858165]},"properties":{"@type":"node","@id":1735655151,"@timestamp":1579694113},"coords":"51.4858165,-0.0835194","bedrooms":"0","price":"198000","area":"446"} , +{"type":"Feature","id":"n1735655222","geometry":{"type":"Point","coordinates":[-0.1010772,51.4858256]},"properties":{"@type":"node","@id":1735655222,"@timestamp":1579704921},"coords":"51.4858256,-0.1010772","bedrooms":"0","price":"195000","area":"539"} , +{"type":"Feature","id":"n1735655272","geometry":{"type":"Point","coordinates":[-0.056504,51.485835]},"properties":{"@type":"node","@id":1735655272,"@timestamp":1485963369},"coords":"51.485835,-0.056504","bedrooms":"0","price":"293000","area":"437"} , +{"type":"Feature","id":"n1735655331","geometry":{"type":"Point","coordinates":[-0.0808858,51.4858499]},"properties":{"@type":"node","@id":1735655331,"@timestamp":1579705114},"coords":"51.4858499,-0.0808858","bedrooms":"2","price":"168000","area":"364"} , +{"type":"Feature","id":"n1735655362","geometry":{"type":"Point","coordinates":[-0.0972939,51.4858565]},"properties":{"@type":"node","@id":1735655362,"@timestamp":1579694230},"coords":"51.4858565,-0.0972939","bedrooms":"3","price":"296000","area":"364"} , +{"type":"Feature","id":"n1735655377","geometry":{"type":"Point","coordinates":[-0.0891661,51.485865]},"properties":{"@type":"node","@id":1735655377,"@timestamp":1579694230},"coords":"51.485865,-0.0891661","bedrooms":"2","price":"248000","area":"476"} , +{"type":"Feature","id":"n1735655388","geometry":{"type":"Point","coordinates":[-0.1061513,51.4858741]},"properties":{"@type":"node","@id":1735655388,"@timestamp":1579704921},"coords":"51.4858741,-0.1061513","bedrooms":"4","price":"154000","area":"631"} , +{"type":"Feature","id":"n1735655398","geometry":{"type":"Point","coordinates":[-0.1070937,51.4858859]},"properties":{"@type":"node","@id":1735655398,"@timestamp":1579704921},"coords":"51.4858859,-0.1070937","bedrooms":"0","price":"163000","area":"511"} , +{"type":"Feature","id":"n1735655409","geometry":{"type":"Point","coordinates":[-0.0797009,51.4858924]},"properties":{"@type":"node","@id":1735655409,"@timestamp":1579694113},"coords":"51.4858924,-0.0797009","bedrooms":"2","price":"230000","area":"602"} , +{"type":"Feature","id":"n1735655443","geometry":{"type":"Point","coordinates":[-0.0855546,51.4859033]},"properties":{"@type":"node","@id":1735655443,"@timestamp":1579694113},"coords":"51.4859033,-0.0855546","bedrooms":"2","price":"201000","area":"585"} , +{"type":"Feature","id":"n1735655493","geometry":{"type":"Point","coordinates":[-0.0854044,51.4859099]},"properties":{"@type":"node","@id":1735655493,"@timestamp":1579694113},"coords":"51.4859099,-0.0854044","bedrooms":"0","price":"260000","area":"553"} , +{"type":"Feature","id":"n1735655542","geometry":{"type":"Point","coordinates":[-0.1053285,51.4859147]},"properties":{"@type":"node","@id":1735655542,"@timestamp":1579704921},"coords":"51.4859147,-0.1053285","bedrooms":"4","price":"157000","area":"676"} , +{"type":"Feature","id":"n1735655633","geometry":{"type":"Point","coordinates":[-0.0949262,51.4859262]},"properties":{"@type":"node","@id":1735655633,"@timestamp":1579694230},"coords":"51.4859262,-0.0949262","bedrooms":"2","price":"261000","area":"527"} , +{"type":"Feature","id":"n1735655720","geometry":{"type":"Point","coordinates":[-0.0797699,51.4859317]},"properties":{"@type":"node","@id":1735655720,"@timestamp":1579694113},"coords":"51.4859317,-0.0797699","bedrooms":"1","price":"240000","area":"479"} , +{"type":"Feature","id":"n1735655805","geometry":{"type":"Point","coordinates":[-0.0757094,51.4859393]},"properties":{"@type":"node","@id":1735655805,"@timestamp":1579694113},"coords":"51.4859393,-0.0757094","bedrooms":"1","price":"176000","area":"615"} , +{"type":"Feature","id":"n1735655869","geometry":{"type":"Point","coordinates":[-0.0641399,51.4859491]},"properties":{"@type":"node","@id":1735655869,"@timestamp":1579694113},"coords":"51.4859491,-0.0641399","bedrooms":"3","price":"194000","area":"384"} , +{"type":"Feature","id":"n1735655915","geometry":{"type":"Point","coordinates":[-0.1013014,51.4859538]},"properties":{"@type":"node","@id":1735655915,"@timestamp":1579704921},"coords":"51.4859538,-0.1013014","bedrooms":"3","price":"282000","area":"535"} , +{"type":"Feature","id":"n1735655968","geometry":{"type":"Point","coordinates":[-0.0800678,51.4859597]},"properties":{"@type":"node","@id":1735655968,"@timestamp":1579694113},"coords":"51.4859597,-0.0800678","bedrooms":"2","price":"155000","area":"485"} , +{"type":"Feature","id":"n1735656021","geometry":{"type":"Point","coordinates":[-0.0699698,51.4859663]},"properties":{"@type":"node","@id":1735656021,"@timestamp":1579694113},"coords":"51.4859663,-0.0699698","bedrooms":"0","price":"184000","area":"388"} , +{"type":"Feature","id":"n1735656063","geometry":{"type":"Point","coordinates":[-0.0969432,51.4859768]},"properties":{"@type":"node","@id":1735656063,"@timestamp":1579694230},"coords":"51.4859768,-0.0969432","bedrooms":"4","price":"176000","area":"453"} , +{"type":"Feature","id":"n1735656111","geometry":{"type":"Point","coordinates":[-0.0543299,51.485983]},"properties":{"@type":"node","@id":1735656111,"@timestamp":1335728922},"coords":"51.485983,-0.0543299","bedrooms":"2","price":"191000","area":"636"} , +{"type":"Feature","id":"n1735656206","geometry":{"type":"Point","coordinates":[-0.0831444,51.4859922]},"properties":{"@type":"node","@id":1735656206,"@timestamp":1579694113},"coords":"51.4859922,-0.0831444","bedrooms":"1","price":"200000","area":"631"} , +{"type":"Feature","id":"n1735656310","geometry":{"type":"Point","coordinates":[-0.0765974,51.4859992]},"properties":{"@type":"node","@id":1735656310,"@timestamp":1579694113},"coords":"51.4859992,-0.0765974","bedrooms":"2","price":"174000","area":"673"} , +{"type":"Feature","id":"n1735656588","geometry":{"type":"Point","coordinates":[-0.0761598,51.4860104]},"properties":{"@type":"node","@id":1735656588,"@timestamp":1579694113},"coords":"51.4860104,-0.0761598","bedrooms":"4","price":"264000","area":"443"} , +{"type":"Feature","id":"n1735656773","geometry":{"type":"Point","coordinates":[-0.0959735,51.4860233]},"properties":{"@type":"node","@id":1735656773,"@timestamp":1579694230},"coords":"51.4860233,-0.0959735","bedrooms":"0","price":"175000","area":"363"} , +{"type":"Feature","id":"n1735656919","geometry":{"type":"Point","coordinates":[-0.0732336,51.4860361]},"properties":{"@type":"node","@id":1735656919,"@timestamp":1579694113},"coords":"51.4860361,-0.0732336","bedrooms":"3","price":"212000","area":"608"} , +{"type":"Feature","id":"n1735657086","geometry":{"type":"Point","coordinates":[-0.1015578,51.4860474]},"properties":{"@type":"node","@id":1735657086,"@timestamp":1579704921},"coords":"51.4860474,-0.1015578","bedrooms":"1","price":"150000","area":"420"} , +{"type":"Feature","id":"n1735657428","geometry":{"type":"Point","coordinates":[-0.1011996,51.4860579]},"properties":{"@type":"node","@id":1735657428,"@timestamp":1579704921},"coords":"51.4860579,-0.1011996","bedrooms":"2","price":"245000","area":"419"} , +{"type":"Feature","id":"n1735657521","geometry":{"type":"Point","coordinates":[-0.1061574,51.486072]},"properties":{"@type":"node","@id":1735657521,"@timestamp":1579704921},"coords":"51.486072,-0.1061574","bedrooms":"1","price":"288000","area":"503"} , +{"type":"Feature","id":"n1735657637","geometry":{"type":"Point","coordinates":[-0.0792872,51.486081]},"properties":{"@type":"node","@id":1735657637,"@timestamp":1579694113},"coords":"51.486081,-0.0792872","bedrooms":"0","price":"261000","area":"585"} , +{"type":"Feature","id":"n1735657779","geometry":{"type":"Point","coordinates":[-0.0700097,51.4860891]},"properties":{"@type":"node","@id":1735657779,"@timestamp":1579694113},"coords":"51.4860891,-0.0700097","bedrooms":"4","price":"151000","area":"595"} , +{"type":"Feature","id":"n1735657923","geometry":{"type":"Point","coordinates":[-0.0618777,51.4860978]},"properties":{"@type":"node","@id":1735657923,"@timestamp":1579694113},"coords":"51.4860978,-0.0618777","bedrooms":"2","price":"285000","area":"380"} , +{"type":"Feature","id":"n1735658029","geometry":{"type":"Point","coordinates":[-0.0623328,51.4861054]},"properties":{"@type":"node","@id":1735658029,"@timestamp":1579694113},"coords":"51.4861054,-0.0623328","bedrooms":"3","price":"199000","area":"685"} , +{"type":"Feature","id":"n1735658146","geometry":{"type":"Point","coordinates":[-0.0868753,51.4861116]},"properties":{"@type":"node","@id":1735658146,"@timestamp":1579694113},"coords":"51.4861116,-0.0868753","bedrooms":"1","price":"224000","area":"588"} , +{"type":"Feature","id":"n1735658281","geometry":{"type":"Point","coordinates":[-0.0869004,51.4861245]},"properties":{"@type":"node","@id":1735658281,"@timestamp":1579694113},"coords":"51.4861245,-0.0869004","bedrooms":"3","price":"196000","area":"614"} , +{"type":"Feature","id":"n1735658387","geometry":{"type":"Point","coordinates":[-0.0610451,51.4861368]},"properties":{"@type":"node","@id":1735658387,"@timestamp":1335728970},"coords":"51.4861368,-0.0610451","bedrooms":"0","price":"166000","area":"442"} , +{"type":"Feature","id":"n1735658491","geometry":{"type":"Point","coordinates":[-0.0624885,51.4861449]},"properties":{"@type":"node","@id":1735658491,"@timestamp":1579694113},"coords":"51.4861449,-0.0624885","bedrooms":"0","price":"256000","area":"453"} , +{"type":"Feature","id":"n1735658572","geometry":{"type":"Point","coordinates":[-0.0603495,51.4861504]},"properties":{"@type":"node","@id":1735658572,"@timestamp":1335728976},"coords":"51.4861504,-0.0603495","bedrooms":"0","price":"279000","area":"612"} , +{"type":"Feature","id":"n1735658678","geometry":{"type":"Point","coordinates":[-0.0791457,51.4861626]},"properties":{"@type":"node","@id":1735658678,"@timestamp":1579694113},"coords":"51.4861626,-0.0791457","bedrooms":"4","price":"160000","area":"404"} , +{"type":"Feature","id":"n1735658773","geometry":{"type":"Point","coordinates":[-0.0767053,51.4861688]},"properties":{"@type":"node","@id":1735658773,"@timestamp":1579694113},"coords":"51.4861688,-0.0767053","bedrooms":"3","price":"237000","area":"581"} , +{"type":"Feature","id":"n1735658880","geometry":{"type":"Point","coordinates":[-0.0735924,51.486177]},"properties":{"@type":"node","@id":1735658880,"@timestamp":1579694113},"coords":"51.486177,-0.0735924","bedrooms":"0","price":"268000","area":"539"} , +{"type":"Feature","id":"n1735658975","geometry":{"type":"Point","coordinates":[-0.0767998,51.4861894]},"properties":{"@type":"node","@id":1735658975,"@timestamp":1579694113},"coords":"51.4861894,-0.0767998","bedrooms":"4","price":"190000","area":"655"} , +{"type":"Feature","id":"n1735659084","geometry":{"type":"Point","coordinates":[-0.1001581,51.4861956]},"properties":{"@type":"node","@id":1735659084,"@timestamp":1579704921},"coords":"51.4861956,-0.1001581","bedrooms":"2","price":"290000","area":"524"} , +{"type":"Feature","id":"n1735659175","geometry":{"type":"Point","coordinates":[-0.0595327,51.4862061]},"properties":{"@type":"node","@id":1735659175,"@timestamp":1335728993},"coords":"51.4862061,-0.0595327","bedrooms":"4","price":"271000","area":"477"} , +{"type":"Feature","id":"n1735659270","geometry":{"type":"Point","coordinates":[-0.06232,51.4862103]},"properties":{"@type":"node","@id":1735659270,"@timestamp":1579694113},"coords":"51.4862103,-0.06232","bedrooms":"4","price":"258000","area":"692"} , +{"type":"Feature","id":"n1735659383","geometry":{"type":"Point","coordinates":[-0.076916,51.4862234]},"properties":{"@type":"node","@id":1735659383,"@timestamp":1579694113},"coords":"51.4862234,-0.076916","bedrooms":"1","price":"177000","area":"374"} , +{"type":"Feature","id":"n1735659487","geometry":{"type":"Point","coordinates":[-0.05823,51.4862324]},"properties":{"@type":"node","@id":1735659487,"@timestamp":1486497116},"coords":"51.4862324,-0.05823","bedrooms":"3","price":"206000","area":"571"} , +{"type":"Feature","id":"n1735659593","geometry":{"type":"Point","coordinates":[-0.0879777,51.4862397]},"properties":{"@type":"node","@id":1735659593,"@timestamp":1579694113},"coords":"51.4862397,-0.0879777","bedrooms":"1","price":"241000","area":"364"} , +{"type":"Feature","id":"n1735659713","geometry":{"type":"Point","coordinates":[-0.1050713,51.4862484]},"properties":{"@type":"node","@id":1735659713,"@timestamp":1579704921},"coords":"51.4862484,-0.1050713","bedrooms":"4","price":"171000","area":"363"} , +{"type":"Feature","id":"n1735659870","geometry":{"type":"Point","coordinates":[-0.0637798,51.4862547]},"properties":{"@type":"node","@id":1735659870,"@timestamp":1579694113},"coords":"51.4862547,-0.0637798","bedrooms":"0","price":"212000","area":"527"} , +{"type":"Feature","id":"n1735659997","geometry":{"type":"Point","coordinates":[-0.1019438,51.4862688]},"properties":{"@type":"node","@id":1735659997,"@timestamp":1579704921},"coords":"51.4862688,-0.1019438","bedrooms":"4","price":"256000","area":"683"} , +{"type":"Feature","id":"n1735660150","geometry":{"type":"Point","coordinates":[-0.0696263,51.4862759]},"properties":{"@type":"node","@id":1735660150,"@timestamp":1579694113},"coords":"51.4862759,-0.0696263","bedrooms":"0","price":"215000","area":"395"} , +{"type":"Feature","id":"n1735660239","geometry":{"type":"Point","coordinates":[-0.0764927,51.4862836]},"properties":{"@type":"node","@id":1735660239,"@timestamp":1579694113},"coords":"51.4862836,-0.0764927","bedrooms":"1","price":"218000","area":"644"} , +{"type":"Feature","id":"n1735660341","geometry":{"type":"Point","coordinates":[-0.0769167,51.4862921]},"properties":{"@type":"node","@id":1735660341,"@timestamp":1579694113},"coords":"51.4862921,-0.0769167","bedrooms":"3","price":"294000","area":"595"} , +{"type":"Feature","id":"n1735660434","geometry":{"type":"Point","coordinates":[-0.1038432,51.4863043]},"properties":{"@type":"node","@id":1735660434,"@timestamp":1579704921},"coords":"51.4863043,-0.1038432","bedrooms":"4","price":"202000","area":"494"} , +{"type":"Feature","id":"n1735660519","geometry":{"type":"Point","coordinates":[-0.0849959,51.486314]},"properties":{"@type":"node","@id":1735660519,"@timestamp":1579694113},"coords":"51.486314,-0.0849959","bedrooms":"0","price":"198000","area":"480"} , +{"type":"Feature","id":"n1735660623","geometry":{"type":"Point","coordinates":[-0.1024891,51.4863223]},"properties":{"@type":"node","@id":1735660623,"@timestamp":1579704921},"coords":"51.4863223,-0.1024891","bedrooms":"2","price":"193000","area":"461"} , +{"type":"Feature","id":"n1735660709","geometry":{"type":"Point","coordinates":[-0.0959203,51.4863289]},"properties":{"@type":"node","@id":1735660709,"@timestamp":1579694230},"coords":"51.4863289,-0.0959203","bedrooms":"3","price":"245000","area":"670"} , +{"type":"Feature","id":"n1735660797","geometry":{"type":"Point","coordinates":[-0.0965752,51.486337]},"properties":{"@type":"node","@id":1735660797,"@timestamp":1579694230},"coords":"51.486337,-0.0965752","bedrooms":"3","price":"156000","area":"404"} , +{"type":"Feature","id":"n1735660947","geometry":{"type":"Point","coordinates":[-0.1059355,51.4863451]},"properties":{"@type":"node","@id":1735660947,"@timestamp":1579704921},"coords":"51.4863451,-0.1059355","bedrooms":"1","price":"248000","area":"434"} , +{"type":"Feature","id":"n1735661060","geometry":{"type":"Point","coordinates":[-0.0732724,51.4863618]},"properties":{"@type":"node","@id":1735661060,"@timestamp":1579694113},"coords":"51.4863618,-0.0732724","bedrooms":"3","price":"163000","area":"544"} , +{"type":"Feature","id":"n1735661164","geometry":{"type":"Point","coordinates":[-0.0761889,51.486372]},"properties":{"@type":"node","@id":1735661164,"@timestamp":1579694113},"coords":"51.486372,-0.0761889","bedrooms":"4","price":"225000","area":"664"} , +{"type":"Feature","id":"n1735661279","geometry":{"type":"Point","coordinates":[-0.0780558,51.4863794]},"properties":{"@type":"node","@id":1735661279,"@timestamp":1579694113},"coords":"51.4863794,-0.0780558","bedrooms":"3","price":"173000","area":"679"} , +{"type":"Feature","id":"n1735661400","geometry":{"type":"Point","coordinates":[-0.1001799,51.4863905]},"properties":{"@type":"node","@id":1735661400,"@timestamp":1579704921},"coords":"51.4863905,-0.1001799","bedrooms":"1","price":"232000","area":"557"} , +{"type":"Feature","id":"n1735661510","geometry":{"type":"Point","coordinates":[-0.0861455,51.4863983]},"properties":{"@type":"node","@id":1735661510,"@timestamp":1579694113},"coords":"51.4863983,-0.0861455","bedrooms":"2","price":"216000","area":"457"} , +{"type":"Feature","id":"n1735661583","geometry":{"type":"Point","coordinates":[-0.1067575,51.4864141]},"properties":{"@type":"node","@id":1735661583,"@timestamp":1579704921},"coords":"51.4864141,-0.1067575","bedrooms":"4","price":"256000","area":"393"} , +{"type":"Feature","id":"n1735661662","geometry":{"type":"Point","coordinates":[-0.1013466,51.486423]},"properties":{"@type":"node","@id":1735661662,"@timestamp":1579704921},"coords":"51.486423,-0.1013466","bedrooms":"2","price":"253000","area":"479"} , +{"type":"Feature","id":"n1735661722","geometry":{"type":"Point","coordinates":[-0.096575,51.4864313]},"properties":{"@type":"node","@id":1735661722,"@timestamp":1579694230},"coords":"51.4864313,-0.096575","bedrooms":"1","price":"164000","area":"521"} , +{"type":"Feature","id":"n1735661777","geometry":{"type":"Point","coordinates":[-0.0606353,51.4864406]},"properties":{"@type":"node","@id":1735661777,"@timestamp":1335729068},"coords":"51.4864406,-0.0606353","bedrooms":"1","price":"197000","area":"549"} , +{"type":"Feature","id":"n1735661805","geometry":{"type":"Point","coordinates":[-0.0851511,51.4864467]},"properties":{"@type":"node","@id":1735661805,"@timestamp":1579694113},"coords":"51.4864467,-0.0851511","bedrooms":"0","price":"174000","area":"419"} , +{"type":"Feature","id":"n1735661871","geometry":{"type":"Point","coordinates":[-0.078665,51.4864592]},"properties":{"@type":"node","@id":1735661871,"@timestamp":1579694113},"coords":"51.4864592,-0.078665","bedrooms":"1","price":"236000","area":"615"} , +{"type":"Feature","id":"n1735661927","geometry":{"type":"Point","coordinates":[-0.0892025,51.4864624]},"properties":{"@type":"node","@id":1735661927,"@timestamp":1579694230},"coords":"51.4864624,-0.0892025","bedrooms":"4","price":"227000","area":"524"} , +{"type":"Feature","id":"n1735661991","geometry":{"type":"Point","coordinates":[-0.1021945,51.4864772]},"properties":{"@type":"node","@id":1735661991,"@timestamp":1579704921},"coords":"51.4864772,-0.1021945","bedrooms":"1","price":"259000","area":"695"} , +{"type":"Feature","id":"n1735662055","geometry":{"type":"Point","coordinates":[-0.077989,51.4864836]},"properties":{"@type":"node","@id":1735662055,"@timestamp":1579694113},"coords":"51.4864836,-0.077989","bedrooms":"1","price":"213000","area":"634"} , +{"type":"Feature","id":"n1735662146","geometry":{"type":"Point","coordinates":[-0.1021973,51.4864994]},"properties":{"@type":"node","@id":1735662146,"@timestamp":1579704921},"coords":"51.4864994,-0.1021973","bedrooms":"1","price":"259000","area":"646"} , +{"type":"Feature","id":"n1735662235","geometry":{"type":"Point","coordinates":[-0.0785544,51.4865062]},"properties":{"@type":"node","@id":1735662235,"@timestamp":1579694113},"coords":"51.4865062,-0.0785544","bedrooms":"0","price":"180000","area":"477"} , +{"type":"Feature","id":"n1735662419","geometry":{"type":"Point","coordinates":[-0.0638938,51.4860114]},"properties":{"@type":"node","@id":1735662419,"@timestamp":1579694113},"coords":"51.4860114,-0.0638938","bedrooms":"3","price":"246000","area":"543"} , +{"type":"Feature","id":"n1735662530","geometry":{"type":"Point","coordinates":[-0.0966453,51.4865298]},"properties":{"@type":"node","@id":1735662530,"@timestamp":1579694230},"coords":"51.4865298,-0.0966453","bedrooms":"2","price":"260000","area":"470"} , +{"type":"Feature","id":"n1735662636","geometry":{"type":"Point","coordinates":[-0.0776494,51.4865407]},"properties":{"@type":"node","@id":1735662636,"@timestamp":1579694113},"coords":"51.4865407,-0.0776494","bedrooms":"0","price":"197000","area":"438"} , +{"type":"Feature","id":"n1735662718","geometry":{"type":"Point","coordinates":[-0.0750163,51.4865509]},"properties":{"@type":"node","@id":1735662718,"@timestamp":1579694113},"coords":"51.4865509,-0.0750163","bedrooms":"3","price":"242000","area":"677"} , +{"type":"Feature","id":"n1735662803","geometry":{"type":"Point","coordinates":[0.0934626,51.537964]},"properties":{"@type":"node","@id":1735662803,"@timestamp":1619892354},"coords":"51.537964,0.0934626","bedrooms":"2","price":"272000","area":"544"} , +{"type":"Feature","id":"n1735662863","geometry":{"type":"Point","coordinates":[-0.0611346,51.4865629]},"properties":{"@type":"node","@id":1735662863,"@timestamp":1335729111},"coords":"51.4865629,-0.0611346","bedrooms":"4","price":"171000","area":"453"} , +{"type":"Feature","id":"n1735662956","geometry":{"type":"Point","coordinates":[-0.0966852,51.4865715]},"properties":{"@type":"node","@id":1735662956,"@timestamp":1579694230},"coords":"51.4865715,-0.0966852","bedrooms":"3","price":"263000","area":"694"} , +{"type":"Feature","id":"n1735663020","geometry":{"type":"Point","coordinates":[-0.0853537,51.486587]},"properties":{"@type":"node","@id":1735663020,"@timestamp":1579694113},"coords":"51.486587,-0.0853537","bedrooms":"3","price":"296000","area":"464"} , +{"type":"Feature","id":"n1735663096","geometry":{"type":"Point","coordinates":[-0.0783636,51.4865955]},"properties":{"@type":"node","@id":1735663096,"@timestamp":1579694113},"coords":"51.4865955,-0.0783636","bedrooms":"3","price":"290000","area":"487"} , +{"type":"Feature","id":"n1735663165","geometry":{"type":"Point","coordinates":[-0.0617341,51.4866127]},"properties":{"@type":"node","@id":1735663165,"@timestamp":1579704693},"coords":"51.4866127,-0.0617341","bedrooms":"2","price":"176000","area":"605"} , +{"type":"Feature","id":"n1735663259","geometry":{"type":"Point","coordinates":[-0.0769891,51.4866187]},"properties":{"@type":"node","@id":1735663259,"@timestamp":1579694113},"coords":"51.4866187,-0.0769891","bedrooms":"1","price":"160000","area":"500"} , +{"type":"Feature","id":"n1735663329","geometry":{"type":"Point","coordinates":[-0.0939642,51.4866271]},"properties":{"@type":"node","@id":1735663329,"@timestamp":1579694230},"coords":"51.4866271,-0.0939642","bedrooms":"1","price":"195000","area":"614"} , +{"type":"Feature","id":"n1735663413","geometry":{"type":"Point","coordinates":[-0.1016819,51.4866339]},"properties":{"@type":"node","@id":1735663413,"@timestamp":1579704921},"coords":"51.4866339,-0.1016819","bedrooms":"1","price":"257000","area":"698"} , +{"type":"Feature","id":"n1735663526","geometry":{"type":"Point","coordinates":[-0.0638593,51.4866446]},"properties":{"@type":"node","@id":1735663526,"@timestamp":1579694113},"coords":"51.4866446,-0.0638593","bedrooms":"3","price":"200000","area":"692"} , +{"type":"Feature","id":"n1735663638","geometry":{"type":"Point","coordinates":[-0.0862752,51.4866574]},"properties":{"@type":"node","@id":1735663638,"@timestamp":1579694113},"coords":"51.4866574,-0.0862752","bedrooms":"0","price":"197000","area":"353"} , +{"type":"Feature","id":"n1735663755","geometry":{"type":"Point","coordinates":[-0.086284,51.4866656]},"properties":{"@type":"node","@id":1735663755,"@timestamp":1579694113},"coords":"51.4866656,-0.086284","bedrooms":"4","price":"277000","area":"505"} , +{"type":"Feature","id":"n1735663864","geometry":{"type":"Point","coordinates":[-0.0767328,51.4866743]},"properties":{"@type":"node","@id":1735663864,"@timestamp":1579694113},"coords":"51.4866743,-0.0767328","bedrooms":"0","price":"174000","area":"510"} , +{"type":"Feature","id":"n1735663970","geometry":{"type":"Point","coordinates":[-0.0765051,51.4866874]},"properties":{"@type":"node","@id":1735663970,"@timestamp":1579694113},"coords":"51.4866874,-0.0765051","bedrooms":"1","price":"187000","area":"611"} , +{"type":"Feature","id":"n1735664097","geometry":{"type":"Point","coordinates":[-0.0709953,51.4866963]},"properties":{"@type":"node","@id":1735664097,"@timestamp":1579694113},"coords":"51.4866963,-0.0709953","bedrooms":"0","price":"249000","area":"513"} , +{"type":"Feature","id":"n1735664174","geometry":{"type":"Point","coordinates":[-0.1028415,51.4867121]},"properties":{"@type":"node","@id":1735664174,"@timestamp":1579704921},"coords":"51.4867121,-0.1028415","bedrooms":"2","price":"159000","area":"634"} , +{"type":"Feature","id":"n1735664223","geometry":{"type":"Point","coordinates":[-0.1014651,51.4867203]},"properties":{"@type":"node","@id":1735664223,"@timestamp":1579704921},"coords":"51.4867203,-0.1014651","bedrooms":"1","price":"208000","area":"651"} , +{"type":"Feature","id":"n1735664246","geometry":{"type":"Point","coordinates":[-0.0767545,51.4867309]},"properties":{"@type":"node","@id":1735664246,"@timestamp":1579694113},"coords":"51.4867309,-0.0767545","bedrooms":"0","price":"202000","area":"528"} , +{"type":"Feature","id":"n1735664265","geometry":{"type":"Point","coordinates":[-0.0782366,51.4867398]},"properties":{"@type":"node","@id":1735664265,"@timestamp":1579694113},"coords":"51.4867398,-0.0782366","bedrooms":"3","price":"262000","area":"571"} , +{"type":"Feature","id":"n1735664318","geometry":{"type":"Point","coordinates":[-0.0870181,51.4867468]},"properties":{"@type":"node","@id":1735664318,"@timestamp":1579694113},"coords":"51.4867468,-0.0870181","bedrooms":"1","price":"179000","area":"453"} , +{"type":"Feature","id":"n1735664366","geometry":{"type":"Point","coordinates":[-0.101951,51.4867565]},"properties":{"@type":"node","@id":1735664366,"@timestamp":1579704921},"coords":"51.4867565,-0.101951","bedrooms":"2","price":"252000","area":"362"} , +{"type":"Feature","id":"n1735664442","geometry":{"type":"Point","coordinates":[-0.0635772,51.4867681]},"properties":{"@type":"node","@id":1735664442,"@timestamp":1579694113},"coords":"51.4867681,-0.0635772","bedrooms":"1","price":"271000","area":"526"} , +{"type":"Feature","id":"n1735664540","geometry":{"type":"Point","coordinates":[-0.0996753,51.4867765]},"properties":{"@type":"node","@id":1735664540,"@timestamp":1579704921},"coords":"51.4867765,-0.0996753","bedrooms":"2","price":"223000","area":"573"} , +{"type":"Feature","id":"n1735664645","geometry":{"type":"Point","coordinates":[-0.0929625,51.4867842]},"properties":{"@type":"node","@id":1735664645,"@timestamp":1579694230},"coords":"51.4867842,-0.0929625","bedrooms":"4","price":"169000","area":"567"} , +{"type":"Feature","id":"n1735664707","geometry":{"type":"Point","coordinates":[-0.1005593,51.4867892]},"properties":{"@type":"node","@id":1735664707,"@timestamp":1579704921},"coords":"51.4867892,-0.1005593","bedrooms":"0","price":"259000","area":"627"} , +{"type":"Feature","id":"n1735664729","geometry":{"type":"Point","coordinates":[-0.0763341,51.4868014]},"properties":{"@type":"node","@id":1735664729,"@timestamp":1579694113},"coords":"51.4868014,-0.0763341","bedrooms":"3","price":"267000","area":"565"} , +{"type":"Feature","id":"n1735664740","geometry":{"type":"Point","coordinates":[-0.0902826,51.4868127]},"properties":{"@type":"node","@id":1735664740,"@timestamp":1579694230},"coords":"51.4868127,-0.0902826","bedrooms":"4","price":"158000","area":"685"} , +{"type":"Feature","id":"n1735664801","geometry":{"type":"Point","coordinates":[-0.1007104,51.486824]},"properties":{"@type":"node","@id":1735664801,"@timestamp":1579704921},"coords":"51.486824,-0.1007104","bedrooms":"4","price":"259000","area":"518"} , +{"type":"Feature","id":"n1735664862","geometry":{"type":"Point","coordinates":[-0.062123,51.4868316]},"properties":{"@type":"node","@id":1735664862,"@timestamp":1579694113},"coords":"51.4868316,-0.062123","bedrooms":"1","price":"285000","area":"416"} , +{"type":"Feature","id":"n1735664952","geometry":{"type":"Point","coordinates":[-0.0750386,51.4868367]},"properties":{"@type":"node","@id":1735664952,"@timestamp":1579694113},"coords":"51.4868367,-0.0750386","bedrooms":"0","price":"169000","area":"645"} , +{"type":"Feature","id":"n1735665060","geometry":{"type":"Point","coordinates":[-0.0767999,51.4868446]},"properties":{"@type":"node","@id":1735665060,"@timestamp":1579694113},"coords":"51.4868446,-0.0767999","bedrooms":"3","price":"164000","area":"368"} , +{"type":"Feature","id":"n1735665115","geometry":{"type":"Point","coordinates":[-0.1045945,51.4868535]},"properties":{"@type":"node","@id":1735665115,"@timestamp":1579704921},"coords":"51.4868535,-0.1045945","bedrooms":"1","price":"259000","area":"510"} , +{"type":"Feature","id":"n1735665160","geometry":{"type":"Point","coordinates":[-0.0709392,51.4868661]},"properties":{"@type":"node","@id":1735665160,"@timestamp":1579694113},"coords":"51.4868661,-0.0709392","bedrooms":"2","price":"245000","area":"453"} , +{"type":"Feature","id":"n1735665214","geometry":{"type":"Point","coordinates":[-0.0620469,51.4868745]},"properties":{"@type":"node","@id":1735665214,"@timestamp":1579694113},"coords":"51.4868745,-0.0620469","bedrooms":"3","price":"204000","area":"363"} , +{"type":"Feature","id":"n1735665260","geometry":{"type":"Point","coordinates":[-0.0793967,51.4868813]},"properties":{"@type":"node","@id":1735665260,"@timestamp":1579694113},"coords":"51.4868813,-0.0793967","bedrooms":"0","price":"276000","area":"673"} , +{"type":"Feature","id":"n1735665310","geometry":{"type":"Point","coordinates":[-0.0750418,51.4868909]},"properties":{"@type":"node","@id":1735665310,"@timestamp":1579694113},"coords":"51.4868909,-0.0750418","bedrooms":"4","price":"186000","area":"433"} , +{"type":"Feature","id":"n1735665404","geometry":{"type":"Point","coordinates":[-0.1051064,51.4868983]},"properties":{"@type":"node","@id":1735665404,"@timestamp":1579704921},"coords":"51.4868983,-0.1051064","bedrooms":"2","price":"167000","area":"351"} , +{"type":"Feature","id":"n1735665502","geometry":{"type":"Point","coordinates":[-0.0935375,51.4869055]},"properties":{"@type":"node","@id":1735665502,"@timestamp":1579694230},"coords":"51.4869055,-0.0935375","bedrooms":"2","price":"245000","area":"649"} , +{"type":"Feature","id":"n1735665606","geometry":{"type":"Point","coordinates":[-0.1057482,51.4869107]},"properties":{"@type":"node","@id":1735665606,"@timestamp":1579704921},"coords":"51.4869107,-0.1057482","bedrooms":"3","price":"292000","area":"675"} , +{"type":"Feature","id":"n1735665700","geometry":{"type":"Point","coordinates":[-0.1048341,51.4869213]},"properties":{"@type":"node","@id":1735665700,"@timestamp":1579704921},"coords":"51.4869213,-0.1048341","bedrooms":"1","price":"229000","area":"429"} , +{"type":"Feature","id":"n1735665803","geometry":{"type":"Point","coordinates":[-0.1050529,51.4869317]},"properties":{"@type":"node","@id":1735665803,"@timestamp":1579704921},"coords":"51.4869317,-0.1050529","bedrooms":"0","price":"180000","area":"641"} , +{"type":"Feature","id":"n1735665891","geometry":{"type":"Point","coordinates":[-0.092047,51.4869412]},"properties":{"@type":"node","@id":1735665891,"@timestamp":1579694230},"coords":"51.4869412,-0.092047","bedrooms":"4","price":"275000","area":"694"} , +{"type":"Feature","id":"n1735665982","geometry":{"type":"Point","coordinates":[-0.0832439,51.4869489]},"properties":{"@type":"node","@id":1735665982,"@timestamp":1579694113},"coords":"51.4869489,-0.0832439","bedrooms":"4","price":"214000","area":"531"} , +{"type":"Feature","id":"n1735666092","geometry":{"type":"Point","coordinates":[-0.0609479,51.4869594]},"properties":{"@type":"node","@id":1735666092,"@timestamp":1335729230},"coords":"51.4869594,-0.0609479","bedrooms":"2","price":"163000","area":"671"} , +{"type":"Feature","id":"n1735666186","geometry":{"type":"Point","coordinates":[-0.0827753,51.486969]},"properties":{"@type":"node","@id":1735666186,"@timestamp":1579694113},"coords":"51.486969,-0.0827753","bedrooms":"0","price":"255000","area":"519"} , +{"type":"Feature","id":"n1735666302","geometry":{"type":"Point","coordinates":[-0.1013949,51.4869763]},"properties":{"@type":"node","@id":1735666302,"@timestamp":1579704921},"coords":"51.4869763,-0.1013949","bedrooms":"1","price":"191000","area":"569"} , +{"type":"Feature","id":"n1735666514","geometry":{"type":"Point","coordinates":[-0.0611878,51.486984]},"properties":{"@type":"node","@id":1735666514,"@timestamp":1335729242},"coords":"51.486984,-0.0611878","bedrooms":"0","price":"182000","area":"561"} , +{"type":"Feature","id":"n1735666600","geometry":{"type":"Point","coordinates":[-0.0763163,51.4869911]},"properties":{"@type":"node","@id":1735666600,"@timestamp":1579694113},"coords":"51.4869911,-0.0763163","bedrooms":"1","price":"252000","area":"610"} , +{"type":"Feature","id":"n1735666703","geometry":{"type":"Point","coordinates":[-0.0896555,51.4870003]},"properties":{"@type":"node","@id":1735666703,"@timestamp":1579694230},"coords":"51.4870003,-0.0896555","bedrooms":"2","price":"252000","area":"427"} , +{"type":"Feature","id":"n1735666818","geometry":{"type":"Point","coordinates":[-0.0714551,51.4870087]},"properties":{"@type":"node","@id":1735666818,"@timestamp":1579694113},"coords":"51.4870087,-0.0714551","bedrooms":"3","price":"222000","area":"679"} , +{"type":"Feature","id":"n1735666917","geometry":{"type":"Point","coordinates":[-0.0721054,51.4870183]},"properties":{"@type":"node","@id":1735666917,"@timestamp":1579694113},"coords":"51.4870183,-0.0721054","bedrooms":"0","price":"261000","area":"373"} , +{"type":"Feature","id":"n1735667022","geometry":{"type":"Point","coordinates":[-0.0765526,51.4870281]},"properties":{"@type":"node","@id":1735667022,"@timestamp":1579694113},"coords":"51.4870281,-0.0765526","bedrooms":"2","price":"186000","area":"665"} , +{"type":"Feature","id":"n1735667154","geometry":{"type":"Point","coordinates":[-0.076264,51.4870406]},"properties":{"@type":"node","@id":1735667154,"@timestamp":1579694113},"coords":"51.4870406,-0.076264","bedrooms":"3","price":"159000","area":"607"} , +{"type":"Feature","id":"n1735667341","geometry":{"type":"Point","coordinates":[-0.0816833,51.4870507]},"properties":{"@type":"node","@id":1735667341,"@timestamp":1579694113},"coords":"51.4870507,-0.0816833","bedrooms":"0","price":"295000","area":"433"} , +{"type":"Feature","id":"n1735667501","geometry":{"type":"Point","coordinates":[-0.101338,51.4870644]},"properties":{"@type":"node","@id":1735667501,"@timestamp":1579704921},"coords":"51.4870644,-0.101338","bedrooms":"2","price":"299000","area":"426"} , +{"type":"Feature","id":"n1735667667","geometry":{"type":"Point","coordinates":[-0.0934245,51.4870726]},"properties":{"@type":"node","@id":1735667667,"@timestamp":1579694230},"coords":"51.4870726,-0.0934245","bedrooms":"4","price":"163000","area":"465"} , +{"type":"Feature","id":"n1735667820","geometry":{"type":"Point","coordinates":[-0.104899,51.4870835]},"properties":{"@type":"node","@id":1735667820,"@timestamp":1579704921},"coords":"51.4870835,-0.104899","bedrooms":"4","price":"256000","area":"366"} , +{"type":"Feature","id":"n1735667973","geometry":{"type":"Point","coordinates":[-0.1049264,51.4870994]},"properties":{"@type":"node","@id":1735667973,"@timestamp":1579704921},"coords":"51.4870994,-0.1049264","bedrooms":"3","price":"227000","area":"475"} , +{"type":"Feature","id":"n1735668103","geometry":{"type":"Point","coordinates":[-0.0991483,51.4870525]},"properties":{"@type":"node","@id":1735668103,"@timestamp":1619813204},"coords":"51.4870525,-0.0991483","bedrooms":"1","price":"264000","area":"634"} , +{"type":"Feature","id":"n1735668276","geometry":{"type":"Point","coordinates":[-0.0777042,51.4871218]},"properties":{"@type":"node","@id":1735668276,"@timestamp":1579694113},"coords":"51.4871218,-0.0777042","bedrooms":"4","price":"260000","area":"523"} , +{"type":"Feature","id":"n1735668441","geometry":{"type":"Point","coordinates":[-0.0617451,51.4871287]},"properties":{"@type":"node","@id":1735668441,"@timestamp":1579704693},"coords":"51.4871287,-0.0617451","bedrooms":"2","price":"285000","area":"607"} , +{"type":"Feature","id":"n1735668582","geometry":{"type":"Point","coordinates":[-0.0761681,51.4871405]},"properties":{"@type":"node","@id":1735668582,"@timestamp":1579694113},"coords":"51.4871405,-0.0761681","bedrooms":"0","price":"289000","area":"463"} , +{"type":"Feature","id":"n1735668702","geometry":{"type":"Point","coordinates":[-0.0834114,51.4871521]},"properties":{"@type":"node","@id":1735668702,"@timestamp":1579694113},"coords":"51.4871521,-0.0834114","bedrooms":"0","price":"190000","area":"395"} , +{"type":"Feature","id":"n1735668786","geometry":{"type":"Point","coordinates":[-0.0549781,51.4871677]},"properties":{"@type":"node","@id":1735668786,"@timestamp":1486480830},"coords":"51.4871677,-0.0549781","bedrooms":"2","price":"155000","area":"480"} , +{"type":"Feature","id":"n1735668865","geometry":{"type":"Point","coordinates":[-0.0772488,51.487186]},"properties":{"@type":"node","@id":1735668865,"@timestamp":1579694113},"coords":"51.487186,-0.0772488","bedrooms":"0","price":"155000","area":"469"} , +{"type":"Feature","id":"n1735668958","geometry":{"type":"Point","coordinates":[-0.0709095,51.4871964]},"properties":{"@type":"node","@id":1735668958,"@timestamp":1579694113},"coords":"51.4871964,-0.0709095","bedrooms":"4","price":"220000","area":"662"} , +{"type":"Feature","id":"n1735669035","geometry":{"type":"Point","coordinates":[-0.0872554,51.487213]},"properties":{"@type":"node","@id":1735669035,"@timestamp":1579694113},"coords":"51.487213,-0.0872554","bedrooms":"4","price":"261000","area":"568"} , +{"type":"Feature","id":"n1735669113","geometry":{"type":"Point","coordinates":[-0.0938169,51.4872229]},"properties":{"@type":"node","@id":1735669113,"@timestamp":1579694230},"coords":"51.4872229,-0.0938169","bedrooms":"2","price":"182000","area":"434"} , +{"type":"Feature","id":"n1735669188","geometry":{"type":"Point","coordinates":[-0.0550186,51.4872313]},"properties":{"@type":"node","@id":1735669188,"@timestamp":1486549963},"coords":"51.4872313,-0.0550186","bedrooms":"1","price":"278000","area":"450"} , +{"type":"Feature","id":"n1735669272","geometry":{"type":"Point","coordinates":[-0.077502,51.4872416]},"properties":{"@type":"node","@id":1735669272,"@timestamp":1579694113},"coords":"51.4872416,-0.077502","bedrooms":"0","price":"243000","area":"400"} , +{"type":"Feature","id":"n1735669327","geometry":{"type":"Point","coordinates":[-0.0772619,51.4872534]},"properties":{"@type":"node","@id":1735669327,"@timestamp":1579694113},"coords":"51.4872534,-0.0772619","bedrooms":"2","price":"253000","area":"372"} , +{"type":"Feature","id":"n1735669429","geometry":{"type":"Point","coordinates":[-0.1057037,51.487268]},"properties":{"@type":"node","@id":1735669429,"@timestamp":1579704921},"coords":"51.487268,-0.1057037","bedrooms":"2","price":"230000","area":"669"} , +{"type":"Feature","id":"n1735669541","geometry":{"type":"Point","coordinates":[-0.0550456,51.4872767]},"properties":{"@type":"node","@id":1735669541,"@timestamp":1486206126},"coords":"51.4872767,-0.0550456","bedrooms":"4","price":"189000","area":"675"} , +{"type":"Feature","id":"n1735669626","geometry":{"type":"Point","coordinates":[-0.0765714,51.4872937]},"properties":{"@type":"node","@id":1735669626,"@timestamp":1579694113},"coords":"51.4872937,-0.0765714","bedrooms":"4","price":"169000","area":"517"} , +{"type":"Feature","id":"n1735669710","geometry":{"type":"Point","coordinates":[-0.0834492,51.4873136]},"properties":{"@type":"node","@id":1735669710,"@timestamp":1579694113},"coords":"51.4873136,-0.0834492","bedrooms":"2","price":"279000","area":"434"} , +{"type":"Feature","id":"n1735669841","geometry":{"type":"Point","coordinates":[-0.0891089,51.4873241]},"properties":{"@type":"node","@id":1735669841,"@timestamp":1579694230},"coords":"51.4873241,-0.0891089","bedrooms":"3","price":"267000","area":"422"} , +{"type":"Feature","id":"n1735669948","geometry":{"type":"Point","coordinates":[-0.0758896,51.4873377]},"properties":{"@type":"node","@id":1735669948,"@timestamp":1579694113},"coords":"51.4873377,-0.0758896","bedrooms":"3","price":"280000","area":"697"} , +{"type":"Feature","id":"n1735670088","geometry":{"type":"Point","coordinates":[-0.0594543,51.4873457]},"properties":{"@type":"node","@id":1735670088,"@timestamp":1335729322},"coords":"51.4873457,-0.0594543","bedrooms":"2","price":"242000","area":"691"} , +{"type":"Feature","id":"n1735670185","geometry":{"type":"Point","coordinates":[-0.071836,51.4873561]},"properties":{"@type":"node","@id":1735670185,"@timestamp":1579694113},"coords":"51.4873561,-0.071836","bedrooms":"1","price":"216000","area":"612"} , +{"type":"Feature","id":"n1735670253","geometry":{"type":"Point","coordinates":[-0.0841378,51.4873755]},"properties":{"@type":"node","@id":1735670253,"@timestamp":1579694113},"coords":"51.4873755,-0.0841378","bedrooms":"3","price":"273000","area":"383"} , +{"type":"Feature","id":"n1735670362","geometry":{"type":"Point","coordinates":[-0.0911519,51.4873858]},"properties":{"@type":"node","@id":1735670362,"@timestamp":1579694230},"coords":"51.4873858,-0.0911519","bedrooms":"3","price":"217000","area":"656"} , +{"type":"Feature","id":"n1735670476","geometry":{"type":"Point","coordinates":[-0.0778902,51.4874018]},"properties":{"@type":"node","@id":1735670476,"@timestamp":1579694113},"coords":"51.4874018,-0.0778902","bedrooms":"0","price":"273000","area":"537"} , +{"type":"Feature","id":"n1735670586","geometry":{"type":"Point","coordinates":[-0.0764934,51.4874193]},"properties":{"@type":"node","@id":1735670586,"@timestamp":1579694113},"coords":"51.4874193,-0.0764934","bedrooms":"4","price":"243000","area":"528"} , +{"type":"Feature","id":"n1735670733","geometry":{"type":"Point","coordinates":[-0.0665366,51.4874282]},"properties":{"@type":"node","@id":1735670733,"@timestamp":1579694113},"coords":"51.4874282,-0.0665366","bedrooms":"2","price":"287000","area":"364"} , +{"type":"Feature","id":"n1735670956","geometry":{"type":"Point","coordinates":[-0.0896226,51.4874405]},"properties":{"@type":"node","@id":1735670956,"@timestamp":1579694230},"coords":"51.4874405,-0.0896226","bedrooms":"2","price":"152000","area":"411"} , +{"type":"Feature","id":"n1735671111","geometry":{"type":"Point","coordinates":[-0.0986994,51.4874559]},"properties":{"@type":"node","@id":1735671111,"@timestamp":1579704921},"coords":"51.4874559,-0.0986994","bedrooms":"0","price":"218000","area":"538"} , +{"type":"Feature","id":"n1735671356","geometry":{"type":"Point","coordinates":[-0.075768,51.4874631]},"properties":{"@type":"node","@id":1735671356,"@timestamp":1579694113},"coords":"51.4874631,-0.075768","bedrooms":"1","price":"190000","area":"378"} , +{"type":"Feature","id":"n1735671555","geometry":{"type":"Point","coordinates":[-0.0711842,51.4874682]},"properties":{"@type":"node","@id":1735671555,"@timestamp":1579694113},"coords":"51.4874682,-0.0711842","bedrooms":"1","price":"288000","area":"637"} , +{"type":"Feature","id":"n1735671717","geometry":{"type":"Point","coordinates":[-0.1034775,51.4874853]},"properties":{"@type":"node","@id":1735671717,"@timestamp":1579704921},"coords":"51.4874853,-0.1034775","bedrooms":"0","price":"252000","area":"647"} , +{"type":"Feature","id":"n1735671897","geometry":{"type":"Point","coordinates":[-0.0553242,51.4874972]},"properties":{"@type":"node","@id":1735671897,"@timestamp":1335729363},"coords":"51.4874972,-0.0553242","bedrooms":"3","price":"276000","area":"638"} , +{"type":"Feature","id":"n1735672014","geometry":{"type":"Point","coordinates":[-0.075865,51.487512]},"properties":{"@type":"node","@id":1735672014,"@timestamp":1579694113},"coords":"51.487512,-0.075865","bedrooms":"4","price":"241000","area":"440"} , +{"type":"Feature","id":"n1735672186","geometry":{"type":"Point","coordinates":[-0.0720357,51.4875179]},"properties":{"@type":"node","@id":1735672186,"@timestamp":1579694113},"coords":"51.4875179,-0.0720357","bedrooms":"4","price":"176000","area":"423"} , +{"type":"Feature","id":"n1735672329","geometry":{"type":"Point","coordinates":[-0.0722537,51.4875385]},"properties":{"@type":"node","@id":1735672329,"@timestamp":1579694113},"coords":"51.4875385,-0.0722537","bedrooms":"4","price":"257000","area":"474"} , +{"type":"Feature","id":"n1735672458","geometry":{"type":"Point","coordinates":[-0.0986035,51.4875524]},"properties":{"@type":"node","@id":1735672458,"@timestamp":1579704921},"coords":"51.4875524,-0.0986035","bedrooms":"3","price":"233000","area":"379"} , +{"type":"Feature","id":"n1735672819","geometry":{"type":"Point","coordinates":[-0.0922663,51.4875635]},"properties":{"@type":"node","@id":1735672819,"@timestamp":1579694230},"coords":"51.4875635,-0.0922663","bedrooms":"1","price":"160000","area":"377"} , +{"type":"Feature","id":"n1735672943","geometry":{"type":"Point","coordinates":[-0.0814691,51.4875763]},"properties":{"@type":"node","@id":1735672943,"@timestamp":1579694113},"coords":"51.4875763,-0.0814691","bedrooms":"4","price":"186000","area":"573"} , +{"type":"Feature","id":"n1735673007","geometry":{"type":"Point","coordinates":[-0.0850338,51.4875856]},"properties":{"@type":"node","@id":1735673007,"@timestamp":1579694113},"coords":"51.4875856,-0.0850338","bedrooms":"3","price":"234000","area":"555"} , +{"type":"Feature","id":"n1735673082","geometry":{"type":"Point","coordinates":[-0.0925013,51.4875984]},"properties":{"@type":"node","@id":1735673082,"@timestamp":1579694230},"coords":"51.4875984,-0.0925013","bedrooms":"1","price":"273000","area":"560"} , +{"type":"Feature","id":"n1735673161","geometry":{"type":"Point","coordinates":[-0.079252,51.4876172]},"properties":{"@type":"node","@id":1735673161,"@timestamp":1579694113},"coords":"51.4876172,-0.079252","bedrooms":"0","price":"206000","area":"569"} , +{"type":"Feature","id":"n1735673242","geometry":{"type":"Point","coordinates":[-0.0740887,51.4876333]},"properties":{"@type":"node","@id":1735673242,"@timestamp":1579694113},"coords":"51.4876333,-0.0740887","bedrooms":"4","price":"299000","area":"657"} , +{"type":"Feature","id":"n1735673340","geometry":{"type":"Point","coordinates":[-0.0776748,51.4876451]},"properties":{"@type":"node","@id":1735673340,"@timestamp":1579694113},"coords":"51.4876451,-0.0776748","bedrooms":"2","price":"166000","area":"589"} , +{"type":"Feature","id":"n1735673444","geometry":{"type":"Point","coordinates":[-0.0923146,51.4876606]},"properties":{"@type":"node","@id":1735673444,"@timestamp":1579694230},"coords":"51.4876606,-0.0923146","bedrooms":"3","price":"234000","area":"598"} , +{"type":"Feature","id":"n1735673549","geometry":{"type":"Point","coordinates":[-0.0595652,51.487674]},"properties":{"@type":"node","@id":1735673549,"@timestamp":1335729406},"coords":"51.487674,-0.0595652","bedrooms":"2","price":"296000","area":"468"} , +{"type":"Feature","id":"n1735673669","geometry":{"type":"Point","coordinates":[-0.0867363,51.4876837]},"properties":{"@type":"node","@id":1735673669,"@timestamp":1579694113},"coords":"51.4876837,-0.0867363","bedrooms":"0","price":"150000","area":"372"} , +{"type":"Feature","id":"n1735673804","geometry":{"type":"Point","coordinates":[-0.0915668,51.487697]},"properties":{"@type":"node","@id":1735673804,"@timestamp":1579694230},"coords":"51.487697,-0.0915668","bedrooms":"3","price":"213000","area":"594"} , +{"type":"Feature","id":"n1735673862","geometry":{"type":"Point","coordinates":[-0.1017828,51.4877099]},"properties":{"@type":"node","@id":1735673862,"@timestamp":1579704921},"coords":"51.4877099,-0.1017828","bedrooms":"3","price":"209000","area":"512"} , +{"type":"Feature","id":"n1735673909","geometry":{"type":"Point","coordinates":[-0.1025169,51.4877195]},"properties":{"@type":"node","@id":1735673909,"@timestamp":1579704921},"coords":"51.4877195,-0.1025169","bedrooms":"1","price":"231000","area":"614"} , +{"type":"Feature","id":"n1735673975","geometry":{"type":"Point","coordinates":[-0.0593395,51.4877365]},"properties":{"@type":"node","@id":1735673975,"@timestamp":1335729421},"coords":"51.4877365,-0.0593395","bedrooms":"0","price":"184000","area":"366"} , +{"type":"Feature","id":"n1735674043","geometry":{"type":"Point","coordinates":[-0.0904302,51.4877594]},"properties":{"@type":"node","@id":1735674043,"@timestamp":1579694230},"coords":"51.4877594,-0.0904302","bedrooms":"2","price":"227000","area":"610"} , +{"type":"Feature","id":"n1735674114","geometry":{"type":"Point","coordinates":[-0.0764239,51.4877757]},"properties":{"@type":"node","@id":1735674114,"@timestamp":1579694113},"coords":"51.4877757,-0.0764239","bedrooms":"1","price":"190000","area":"699"} , +{"type":"Feature","id":"n1735674206","geometry":{"type":"Point","coordinates":[-0.0575298,51.4877945]},"properties":{"@type":"node","@id":1735674206,"@timestamp":1335729431},"coords":"51.4877945,-0.0575298","bedrooms":"0","price":"205000","area":"666"} , +{"type":"Feature","id":"n1735674289","geometry":{"type":"Point","coordinates":[-0.0573995,51.4878103]},"properties":{"@type":"node","@id":1735674289,"@timestamp":1335729434},"coords":"51.4878103,-0.0573995","bedrooms":"0","price":"278000","area":"610"} , +{"type":"Feature","id":"n1735674346","geometry":{"type":"Point","coordinates":[-0.0797318,51.4878177]},"properties":{"@type":"node","@id":1735674346,"@timestamp":1579694113},"coords":"51.4878177,-0.0797318","bedrooms":"3","price":"206000","area":"602"} , +{"type":"Feature","id":"n1735674390","geometry":{"type":"Point","coordinates":[-0.0853343,51.487832]},"properties":{"@type":"node","@id":1735674390,"@timestamp":1579694113},"coords":"51.487832,-0.0853343","bedrooms":"1","price":"230000","area":"649"} , +{"type":"Feature","id":"n1735674440","geometry":{"type":"Point","coordinates":[-0.0808105,51.4878441]},"properties":{"@type":"node","@id":1735674440,"@timestamp":1579694113},"coords":"51.4878441,-0.0808105","bedrooms":"0","price":"246000","area":"488"} , +{"type":"Feature","id":"n1735674517","geometry":{"type":"Point","coordinates":[-0.0887405,51.4878667]},"properties":{"@type":"node","@id":1735674517,"@timestamp":1579694230},"coords":"51.4878667,-0.0887405","bedrooms":"3","price":"183000","area":"589"} , +{"type":"Feature","id":"n1735674597","geometry":{"type":"Point","coordinates":[-0.0900076,51.4878783]},"properties":{"@type":"node","@id":1735674597,"@timestamp":1579694230},"coords":"51.4878783,-0.0900076","bedrooms":"3","price":"155000","area":"351"} , +{"type":"Feature","id":"n1735674732","geometry":{"type":"Point","coordinates":[-0.0592968,51.4879047]},"properties":{"@type":"node","@id":1735674732,"@timestamp":1486499313},"coords":"51.4879047,-0.0592968","bedrooms":"2","price":"219000","area":"513"} , +{"type":"Feature","id":"n1735674845","geometry":{"type":"Point","coordinates":[-0.09015,51.4879166]},"properties":{"@type":"node","@id":1735674845,"@timestamp":1579694230},"coords":"51.4879166,-0.09015","bedrooms":"2","price":"241000","area":"441"} , +{"type":"Feature","id":"n1735674974","geometry":{"type":"Point","coordinates":[-0.0805907,51.4879387]},"properties":{"@type":"node","@id":1735674974,"@timestamp":1579694113},"coords":"51.4879387,-0.0805907","bedrooms":"2","price":"299000","area":"388"} , +{"type":"Feature","id":"n1735675014","geometry":{"type":"Point","coordinates":[-0.0638959,51.4879604]},"properties":{"@type":"node","@id":1735675014,"@timestamp":1579704693},"coords":"51.4879604,-0.0638959","bedrooms":"3","price":"292000","area":"423"} , +{"type":"Feature","id":"n1735675059","geometry":{"type":"Point","coordinates":[-0.0900762,51.4879698]},"properties":{"@type":"node","@id":1735675059,"@timestamp":1579694230},"coords":"51.4879698,-0.0900762","bedrooms":"0","price":"165000","area":"525"} , +{"type":"Feature","id":"n1735675089","geometry":{"type":"Point","coordinates":[-0.0900884,51.4879858]},"properties":{"@type":"node","@id":1735675089,"@timestamp":1579694230},"coords":"51.4879858,-0.0900884","bedrooms":"2","price":"284000","area":"441"} , +{"type":"Feature","id":"n1735675177","geometry":{"type":"Point","coordinates":[-0.0948054,51.4879983]},"properties":{"@type":"node","@id":1735675177,"@timestamp":1579694230},"coords":"51.4879983,-0.0948054","bedrooms":"4","price":"154000","area":"490"} , +{"type":"Feature","id":"n1735675285","geometry":{"type":"Point","coordinates":[-0.0946757,51.48801]},"properties":{"@type":"node","@id":1735675285,"@timestamp":1579694230},"coords":"51.48801,-0.0946757","bedrooms":"4","price":"260000","area":"629"} , +{"type":"Feature","id":"n1735675359","geometry":{"type":"Point","coordinates":[-0.0946387,51.4880227]},"properties":{"@type":"node","@id":1735675359,"@timestamp":1579694230},"coords":"51.4880227,-0.0946387","bedrooms":"2","price":"271000","area":"698"} , +{"type":"Feature","id":"n1735675474","geometry":{"type":"Point","coordinates":[-0.0945964,51.4880388]},"properties":{"@type":"node","@id":1735675474,"@timestamp":1579694230},"coords":"51.4880388,-0.0945964","bedrooms":"2","price":"299000","area":"655"} , +{"type":"Feature","id":"n1735675592","geometry":{"type":"Point","coordinates":[-0.0862441,51.4880519]},"properties":{"@type":"node","@id":1735675592,"@timestamp":1579694113},"coords":"51.4880519,-0.0862441","bedrooms":"2","price":"236000","area":"389"} , +{"type":"Feature","id":"n1735675679","geometry":{"type":"Point","coordinates":[-0.0901409,51.4880641]},"properties":{"@type":"node","@id":1735675679,"@timestamp":1579694230},"coords":"51.4880641,-0.0901409","bedrooms":"0","price":"178000","area":"443"} , +{"type":"Feature","id":"n1735675746","geometry":{"type":"Point","coordinates":[-0.0901495,51.4880745]},"properties":{"@type":"node","@id":1735675746,"@timestamp":1579694230},"coords":"51.4880745,-0.0901495","bedrooms":"0","price":"179000","area":"384"} , +{"type":"Feature","id":"n1735675831","geometry":{"type":"Point","coordinates":[-0.0918933,51.4880935]},"properties":{"@type":"node","@id":1735675831,"@timestamp":1579694230},"coords":"51.4880935,-0.0918933","bedrooms":"2","price":"165000","area":"463"} , +{"type":"Feature","id":"n1735675864","geometry":{"type":"Point","coordinates":[-0.0844446,51.4881052]},"properties":{"@type":"node","@id":1735675864,"@timestamp":1579694113},"coords":"51.4881052,-0.0844446","bedrooms":"4","price":"234000","area":"660"} , +{"type":"Feature","id":"n1735675910","geometry":{"type":"Point","coordinates":[-0.0916325,51.4881224]},"properties":{"@type":"node","@id":1735675910,"@timestamp":1579694230},"coords":"51.4881224,-0.0916325","bedrooms":"3","price":"202000","area":"362"} , +{"type":"Feature","id":"n1735675963","geometry":{"type":"Point","coordinates":[-0.0796916,51.488146]},"properties":{"@type":"node","@id":1735675963,"@timestamp":1579694113},"coords":"51.488146,-0.0796916","bedrooms":"3","price":"261000","area":"454"} , +{"type":"Feature","id":"n1735676003","geometry":{"type":"Point","coordinates":[-0.0747219,51.4881487]},"properties":{"@type":"node","@id":1735676003,"@timestamp":1579694113},"coords":"51.4881487,-0.0747219","bedrooms":"2","price":"251000","area":"416"} , +{"type":"Feature","id":"n1735676051","geometry":{"type":"Point","coordinates":[-0.0845985,51.4881853]},"properties":{"@type":"node","@id":1735676051,"@timestamp":1579694113},"coords":"51.4881853,-0.0845985","bedrooms":"1","price":"205000","area":"422"} , +{"type":"Feature","id":"n1735676100","geometry":{"type":"Point","coordinates":[-0.094428,51.4882024]},"properties":{"@type":"node","@id":1735676100,"@timestamp":1579694230},"coords":"51.4882024,-0.094428","bedrooms":"3","price":"254000","area":"426"} , +{"type":"Feature","id":"n1735676134","geometry":{"type":"Point","coordinates":[-0.0830345,51.4882115]},"properties":{"@type":"node","@id":1735676134,"@timestamp":1579694113},"coords":"51.4882115,-0.0830345","bedrooms":"2","price":"172000","area":"669"} , +{"type":"Feature","id":"n1735676191","geometry":{"type":"Point","coordinates":[-0.0925666,51.4882418]},"properties":{"@type":"node","@id":1735676191,"@timestamp":1579694230},"coords":"51.4882418,-0.0925666","bedrooms":"2","price":"225000","area":"369"} , +{"type":"Feature","id":"n1735676256","geometry":{"type":"Point","coordinates":[-0.0911775,51.4882616]},"properties":{"@type":"node","@id":1735676256,"@timestamp":1579694230},"coords":"51.4882616,-0.0911775","bedrooms":"0","price":"176000","area":"651"} , +{"type":"Feature","id":"n1735676293","geometry":{"type":"Point","coordinates":[-0.0946724,51.4882734]},"properties":{"@type":"node","@id":1735676293,"@timestamp":1579694230},"coords":"51.4882734,-0.0946724","bedrooms":"1","price":"226000","area":"602"} , +{"type":"Feature","id":"n1735676401","geometry":{"type":"Point","coordinates":[-0.0811653,51.4882872]},"properties":{"@type":"node","@id":1735676401,"@timestamp":1579694113},"coords":"51.4882872,-0.0811653","bedrooms":"2","price":"287000","area":"522"} , +{"type":"Feature","id":"n1735676465","geometry":{"type":"Point","coordinates":[-0.0851232,51.488304]},"properties":{"@type":"node","@id":1735676465,"@timestamp":1579694113},"coords":"51.488304,-0.0851232","bedrooms":"1","price":"150000","area":"537"} , +{"type":"Feature","id":"n1735676544","geometry":{"type":"Point","coordinates":[-0.091147,51.4883192]},"properties":{"@type":"node","@id":1735676544,"@timestamp":1579694230},"coords":"51.4883192,-0.091147","bedrooms":"3","price":"266000","area":"420"} , +{"type":"Feature","id":"n1735676584","geometry":{"type":"Point","coordinates":[-0.0947254,51.4883299]},"properties":{"@type":"node","@id":1735676584,"@timestamp":1579694230},"coords":"51.4883299,-0.0947254","bedrooms":"0","price":"249000","area":"596"} , +{"type":"Feature","id":"n1735676637","geometry":{"type":"Point","coordinates":[-0.0794074,51.48834]},"properties":{"@type":"node","@id":1735676637,"@timestamp":1579694113},"coords":"51.48834,-0.0794074","bedrooms":"0","price":"162000","area":"654"} , +{"type":"Feature","id":"n1735676687","geometry":{"type":"Point","coordinates":[-0.0946015,51.4883789]},"properties":{"@type":"node","@id":1735676687,"@timestamp":1579694230},"coords":"51.4883789,-0.0946015","bedrooms":"1","price":"244000","area":"581"} , +{"type":"Feature","id":"n1735676722","geometry":{"type":"Point","coordinates":[-0.0874402,51.488394]},"properties":{"@type":"node","@id":1735676722,"@timestamp":1579694113},"coords":"51.488394,-0.0874402","bedrooms":"1","price":"172000","area":"613"} , +{"type":"Feature","id":"n1735676780","geometry":{"type":"Point","coordinates":[-0.0820273,51.488408]},"properties":{"@type":"node","@id":1735676780,"@timestamp":1579694113},"coords":"51.488408,-0.0820273","bedrooms":"0","price":"236000","area":"691"} , +{"type":"Feature","id":"n1735676837","geometry":{"type":"Point","coordinates":[-0.0829214,51.4884334]},"properties":{"@type":"node","@id":1735676837,"@timestamp":1579694113},"coords":"51.4884334,-0.0829214","bedrooms":"0","price":"248000","area":"477"} , +{"type":"Feature","id":"n1735676887","geometry":{"type":"Point","coordinates":[-0.0724196,51.4884511]},"properties":{"@type":"node","@id":1735676887,"@timestamp":1579694113},"coords":"51.4884511,-0.0724196","bedrooms":"4","price":"213000","area":"686"} , +{"type":"Feature","id":"n1735676962","geometry":{"type":"Point","coordinates":[-0.0724202,51.4884632]},"properties":{"@type":"node","@id":1735676962,"@timestamp":1579694113},"coords":"51.4884632,-0.0724202","bedrooms":"1","price":"259000","area":"607"} , +{"type":"Feature","id":"n1735677068","geometry":{"type":"Point","coordinates":[-0.0807485,51.4884942]},"properties":{"@type":"node","@id":1735677068,"@timestamp":1579694113},"coords":"51.4884942,-0.0807485","bedrooms":"2","price":"284000","area":"486"} , +{"type":"Feature","id":"n1735677179","geometry":{"type":"Point","coordinates":[-0.0854004,51.4885118]},"properties":{"@type":"node","@id":1735677179,"@timestamp":1579694113},"coords":"51.4885118,-0.0854004","bedrooms":"2","price":"215000","area":"424"} , +{"type":"Feature","id":"n1735677252","geometry":{"type":"Point","coordinates":[-0.1054314,51.488526]},"properties":{"@type":"node","@id":1735677252,"@timestamp":1579704895},"coords":"51.488526,-0.1054314","bedrooms":"3","price":"175000","area":"653"} , +{"type":"Feature","id":"n1735677329","geometry":{"type":"Point","coordinates":[-0.0827324,51.4885494]},"properties":{"@type":"node","@id":1735677329,"@timestamp":1579694113},"coords":"51.4885494,-0.0827324","bedrooms":"2","price":"287000","area":"479"} , +{"type":"Feature","id":"n1735677376","geometry":{"type":"Point","coordinates":[-0.0646503,51.4885764]},"properties":{"@type":"node","@id":1735677376,"@timestamp":1579704693},"coords":"51.4885764,-0.0646503","bedrooms":"0","price":"294000","area":"608"} , +{"type":"Feature","id":"n1735677427","geometry":{"type":"Point","coordinates":[-0.0877977,51.4885933]},"properties":{"@type":"node","@id":1735677427,"@timestamp":1579694113},"coords":"51.4885933,-0.0877977","bedrooms":"3","price":"234000","area":"606"} , +{"type":"Feature","id":"n1735677470","geometry":{"type":"Point","coordinates":[-0.0877678,51.4886076]},"properties":{"@type":"node","@id":1735677470,"@timestamp":1579694113},"coords":"51.4886076,-0.0877678","bedrooms":"3","price":"231000","area":"382"} , +{"type":"Feature","id":"n1735677564","geometry":{"type":"Point","coordinates":[-0.1024508,51.4886199]},"properties":{"@type":"node","@id":1735677564,"@timestamp":1579704895},"coords":"51.4886199,-0.1024508","bedrooms":"1","price":"168000","area":"587"} , +{"type":"Feature","id":"n1735677662","geometry":{"type":"Point","coordinates":[-0.1053227,51.4886429]},"properties":{"@type":"node","@id":1735677662,"@timestamp":1579704895},"coords":"51.4886429,-0.1053227","bedrooms":"3","price":"273000","area":"475"} , +{"type":"Feature","id":"n1735677743","geometry":{"type":"Point","coordinates":[-0.079725,51.488656]},"properties":{"@type":"node","@id":1735677743,"@timestamp":1579694113},"coords":"51.488656,-0.079725","bedrooms":"2","price":"221000","area":"470"} , +{"type":"Feature","id":"n1735677897","geometry":{"type":"Point","coordinates":[-0.0724478,51.4886799]},"properties":{"@type":"node","@id":1735677897,"@timestamp":1579694113},"coords":"51.4886799,-0.0724478","bedrooms":"3","price":"255000","area":"614"} , +{"type":"Feature","id":"n1735678015","geometry":{"type":"Point","coordinates":[-0.1052738,51.488693]},"properties":{"@type":"node","@id":1735678015,"@timestamp":1579704895},"coords":"51.488693,-0.1052738","bedrooms":"0","price":"224000","area":"608"} , +{"type":"Feature","id":"n1735678124","geometry":{"type":"Point","coordinates":[-0.0797833,51.4887119]},"properties":{"@type":"node","@id":1735678124,"@timestamp":1579694113},"coords":"51.4887119,-0.0797833","bedrooms":"1","price":"154000","area":"675"} , +{"type":"Feature","id":"n1735678322","geometry":{"type":"Point","coordinates":[-0.0879259,51.4887193]},"properties":{"@type":"node","@id":1735678322,"@timestamp":1579694113},"coords":"51.4887193,-0.0879259","bedrooms":"2","price":"204000","area":"615"} , +{"type":"Feature","id":"n1735678436","geometry":{"type":"Point","coordinates":[-0.0825412,51.488733]},"properties":{"@type":"node","@id":1735678436,"@timestamp":1579694113},"coords":"51.488733,-0.0825412","bedrooms":"4","price":"277000","area":"666"} , +{"type":"Feature","id":"n1735678533","geometry":{"type":"Point","coordinates":[-0.0710775,51.4887522]},"properties":{"@type":"node","@id":1735678533,"@timestamp":1579694113},"coords":"51.4887522,-0.0710775","bedrooms":"0","price":"175000","area":"617"} , +{"type":"Feature","id":"n1735678634","geometry":{"type":"Point","coordinates":[-0.0867447,51.4887625]},"properties":{"@type":"node","@id":1735678634,"@timestamp":1579694113},"coords":"51.4887625,-0.0867447","bedrooms":"1","price":"204000","area":"595"} , +{"type":"Feature","id":"n1735678712","geometry":{"type":"Point","coordinates":[-0.0839387,51.4887927]},"properties":{"@type":"node","@id":1735678712,"@timestamp":1579694113},"coords":"51.4887927,-0.0839387","bedrooms":"0","price":"245000","area":"372"} , +{"type":"Feature","id":"n1735678845","geometry":{"type":"Point","coordinates":[-0.0795213,51.4888107]},"properties":{"@type":"node","@id":1735678845,"@timestamp":1579694113},"coords":"51.4888107,-0.0795213","bedrooms":"4","price":"266000","area":"385"} , +{"type":"Feature","id":"n1735678994","geometry":{"type":"Point","coordinates":[-0.0511847,51.4888238]},"properties":{"@type":"node","@id":1735678994,"@timestamp":1579704809},"coords":"51.4888238,-0.0511847","bedrooms":"0","price":"236000","area":"686"} , +{"type":"Feature","id":"n1735679073","geometry":{"type":"Point","coordinates":[-0.0838308,51.4888378]},"properties":{"@type":"node","@id":1735679073,"@timestamp":1579694113},"coords":"51.4888378,-0.0838308","bedrooms":"4","price":"299000","area":"683"} , +{"type":"Feature","id":"n1735679175","geometry":{"type":"Point","coordinates":[-0.0642237,51.4888537]},"properties":{"@type":"node","@id":1735679175,"@timestamp":1579704693},"coords":"51.4888537,-0.0642237","bedrooms":"4","price":"212000","area":"392"} , +{"type":"Feature","id":"n1735679276","geometry":{"type":"Point","coordinates":[-0.0790126,51.4888754]},"properties":{"@type":"node","@id":1735679276,"@timestamp":1579694113},"coords":"51.4888754,-0.0790126","bedrooms":"0","price":"261000","area":"436"} , +{"type":"Feature","id":"n1735679402","geometry":{"type":"Point","coordinates":[-0.0908402,51.4888971]},"properties":{"@type":"node","@id":1735679402,"@timestamp":1579694230},"coords":"51.4888971,-0.0908402","bedrooms":"1","price":"166000","area":"462"} , +{"type":"Feature","id":"n1735679498","geometry":{"type":"Point","coordinates":[-0.0578427,51.4889057]},"properties":{"@type":"node","@id":1735679498,"@timestamp":1579704653},"coords":"51.4889057,-0.0578427","bedrooms":"3","price":"278000","area":"413"} , +{"type":"Feature","id":"n1735679590","geometry":{"type":"Point","coordinates":[-0.0840915,51.4889214]},"properties":{"@type":"node","@id":1735679590,"@timestamp":1579694113},"coords":"51.4889214,-0.0840915","bedrooms":"2","price":"166000","area":"373"} , +{"type":"Feature","id":"n1735679700","geometry":{"type":"Point","coordinates":[-0.0843554,51.4889323]},"properties":{"@type":"node","@id":1735679700,"@timestamp":1579694113},"coords":"51.4889323,-0.0843554","bedrooms":"2","price":"241000","area":"454"} , +{"type":"Feature","id":"n1735679789","geometry":{"type":"Point","coordinates":[-0.0805922,51.4889419]},"properties":{"@type":"node","@id":1735679789,"@timestamp":1579694113},"coords":"51.4889419,-0.0805922","bedrooms":"2","price":"229000","area":"503"} , +{"type":"Feature","id":"n1735679924","geometry":{"type":"Point","coordinates":[-0.0698833,51.4889509]},"properties":{"@type":"node","@id":1735679924,"@timestamp":1579694113},"coords":"51.4889509,-0.0698833","bedrooms":"0","price":"150000","area":"476"} , +{"type":"Feature","id":"n1735680006","geometry":{"type":"Point","coordinates":[-0.0593526,51.4889667]},"properties":{"@type":"node","@id":1735680006,"@timestamp":1579704653},"coords":"51.4889667,-0.0593526","bedrooms":"0","price":"243000","area":"561"} , +{"type":"Feature","id":"n1735680107","geometry":{"type":"Point","coordinates":[-0.0581907,51.4889734]},"properties":{"@type":"node","@id":1735680107,"@timestamp":1579704653},"coords":"51.4889734,-0.0581907","bedrooms":"3","price":"296000","area":"523"} , +{"type":"Feature","id":"n1735680213","geometry":{"type":"Point","coordinates":[-0.083629,51.4889841]},"properties":{"@type":"node","@id":1735680213,"@timestamp":1579694113},"coords":"51.4889841,-0.083629","bedrooms":"1","price":"275000","area":"390"} , +{"type":"Feature","id":"n1735680333","geometry":{"type":"Point","coordinates":[-0.0703031,51.4889967]},"properties":{"@type":"node","@id":1735680333,"@timestamp":1579694113},"coords":"51.4889967,-0.0703031","bedrooms":"0","price":"236000","area":"406"} , +{"type":"Feature","id":"n1735680447","geometry":{"type":"Point","coordinates":[-0.070356,51.4890082]},"properties":{"@type":"node","@id":1735680447,"@timestamp":1579694113},"coords":"51.4890082,-0.070356","bedrooms":"1","price":"229000","area":"565"} , +{"type":"Feature","id":"n1735680538","geometry":{"type":"Point","coordinates":[-0.0592331,51.4890162]},"properties":{"@type":"node","@id":1735680538,"@timestamp":1579704653},"coords":"51.4890162,-0.0592331","bedrooms":"2","price":"216000","area":"521"} , +{"type":"Feature","id":"n1735680621","geometry":{"type":"Point","coordinates":[-0.100481,51.4890305]},"properties":{"@type":"node","@id":1735680621,"@timestamp":1579704895},"coords":"51.4890305,-0.100481","bedrooms":"3","price":"265000","area":"541"} , +{"type":"Feature","id":"n1735680797","geometry":{"type":"Point","coordinates":[-0.1024357,51.4890382]},"properties":{"@type":"node","@id":1735680797,"@timestamp":1579704895},"coords":"51.4890382,-0.1024357","bedrooms":"3","price":"260000","area":"450"} , +{"type":"Feature","id":"n1735680919","geometry":{"type":"Point","coordinates":[-0.0592111,51.4890506]},"properties":{"@type":"node","@id":1735680919,"@timestamp":1579704653},"coords":"51.4890506,-0.0592111","bedrooms":"4","price":"234000","area":"417"} , +{"type":"Feature","id":"n1735681009","geometry":{"type":"Point","coordinates":[-0.070343,51.4890627]},"properties":{"@type":"node","@id":1735681009,"@timestamp":1579694113},"coords":"51.4890627,-0.070343","bedrooms":"4","price":"286000","area":"489"} , +{"type":"Feature","id":"n1735681067","geometry":{"type":"Point","coordinates":[-0.0839041,51.4890751]},"properties":{"@type":"node","@id":1735681067,"@timestamp":1579694113},"coords":"51.4890751,-0.0839041","bedrooms":"3","price":"232000","area":"689"} , +{"type":"Feature","id":"n1735681155","geometry":{"type":"Point","coordinates":[-0.0838623,51.4890958]},"properties":{"@type":"node","@id":1735681155,"@timestamp":1579694113},"coords":"51.4890958,-0.0838623","bedrooms":"4","price":"215000","area":"372"} , +{"type":"Feature","id":"n1735681234","geometry":{"type":"Point","coordinates":[-0.1003257,51.4891031]},"properties":{"@type":"node","@id":1735681234,"@timestamp":1579704895},"coords":"51.4891031,-0.1003257","bedrooms":"3","price":"161000","area":"423"} , +{"type":"Feature","id":"n1735681311","geometry":{"type":"Point","coordinates":[-0.0913005,51.4891191]},"properties":{"@type":"node","@id":1735681311,"@timestamp":1579694230},"coords":"51.4891191,-0.0913005","bedrooms":"3","price":"284000","area":"613"} , +{"type":"Feature","id":"n1735681369","geometry":{"type":"Point","coordinates":[-0.0837779,51.489126]},"properties":{"@type":"node","@id":1735681369,"@timestamp":1579694113},"coords":"51.489126,-0.0837779","bedrooms":"4","price":"269000","area":"618"} , +{"type":"Feature","id":"n1735681464","geometry":{"type":"Point","coordinates":[-0.1013923,51.4891334]},"properties":{"@type":"node","@id":1735681464,"@timestamp":1579704895},"coords":"51.4891334,-0.1013923","bedrooms":"4","price":"262000","area":"688"} , +{"type":"Feature","id":"n1735681543","geometry":{"type":"Point","coordinates":[-0.0916552,51.4891588]},"properties":{"@type":"node","@id":1735681543,"@timestamp":1579694230},"coords":"51.4891588,-0.0916552","bedrooms":"2","price":"176000","area":"518"} , +{"type":"Feature","id":"n1735681606","geometry":{"type":"Point","coordinates":[-0.0902531,51.4891783]},"properties":{"@type":"node","@id":1735681606,"@timestamp":1579694230},"coords":"51.4891783,-0.0902531","bedrooms":"0","price":"255000","area":"682"} , +{"type":"Feature","id":"n1735681714","geometry":{"type":"Point","coordinates":[-0.0863207,51.4891871]},"properties":{"@type":"node","@id":1735681714,"@timestamp":1579694113},"coords":"51.4891871,-0.0863207","bedrooms":"3","price":"277000","area":"698"} , +{"type":"Feature","id":"n1735681844","geometry":{"type":"Point","coordinates":[-0.0520418,51.4891999]},"properties":{"@type":"node","@id":1735681844,"@timestamp":1579704653},"coords":"51.4891999,-0.0520418","bedrooms":"2","price":"163000","area":"498"} , +{"type":"Feature","id":"n1735682002","geometry":{"type":"Point","coordinates":[-0.0809277,51.4892097]},"properties":{"@type":"node","@id":1735682002,"@timestamp":1579694113},"coords":"51.4892097,-0.0809277","bedrooms":"4","price":"167000","area":"484"} , +{"type":"Feature","id":"n1735682129","geometry":{"type":"Point","coordinates":[-0.0836225,51.4892283]},"properties":{"@type":"node","@id":1735682129,"@timestamp":1579694113},"coords":"51.4892283,-0.0836225","bedrooms":"2","price":"226000","area":"610"} , +{"type":"Feature","id":"n1735682268","geometry":{"type":"Point","coordinates":[-0.0996567,51.4892407]},"properties":{"@type":"node","@id":1735682268,"@timestamp":1579704895},"coords":"51.4892407,-0.0996567","bedrooms":"1","price":"159000","area":"578"} , +{"type":"Feature","id":"n1735682416","geometry":{"type":"Point","coordinates":[-0.0572397,51.4892574]},"properties":{"@type":"node","@id":1735682416,"@timestamp":1579704653},"coords":"51.4892574,-0.0572397","bedrooms":"3","price":"295000","area":"585"} , +{"type":"Feature","id":"n1735682547","geometry":{"type":"Point","coordinates":[-0.1035318,51.4893125]},"properties":{"@type":"node","@id":1735682547,"@timestamp":1634216004},"coords":"51.4893125,-0.1035318","bedrooms":"1","price":"153000","area":"541"} , +{"type":"Feature","id":"n1735682641","geometry":{"type":"Point","coordinates":[-0.0972085,51.4892903]},"properties":{"@type":"node","@id":1735682641,"@timestamp":1579694230},"coords":"51.4892903,-0.0972085","bedrooms":"2","price":"161000","area":"350"} , +{"type":"Feature","id":"n1735682721","geometry":{"type":"Point","coordinates":[-0.0994702,51.4893068]},"properties":{"@type":"node","@id":1735682721,"@timestamp":1579704895},"coords":"51.4893068,-0.0994702","bedrooms":"3","price":"161000","area":"675"} , +{"type":"Feature","id":"n1735682800","geometry":{"type":"Point","coordinates":[-0.0575441,51.4893206]},"properties":{"@type":"node","@id":1735682800,"@timestamp":1579704653},"coords":"51.4893206,-0.0575441","bedrooms":"0","price":"185000","area":"436"} , +{"type":"Feature","id":"n1735682896","geometry":{"type":"Point","coordinates":[-0.0904383,51.4893265]},"properties":{"@type":"node","@id":1735682896,"@timestamp":1579694230},"coords":"51.4893265,-0.0904383","bedrooms":"0","price":"221000","area":"563"} , +{"type":"Feature","id":"n1735682962","geometry":{"type":"Point","coordinates":[-0.0994042,51.4893357]},"properties":{"@type":"node","@id":1735682962,"@timestamp":1579704895},"coords":"51.4893357,-0.0994042","bedrooms":"0","price":"237000","area":"410"} , +{"type":"Feature","id":"n1735683080","geometry":{"type":"Point","coordinates":[-0.0903109,51.4893564]},"properties":{"@type":"node","@id":1735683080,"@timestamp":1579694230},"coords":"51.4893564,-0.0903109","bedrooms":"1","price":"203000","area":"506"} , +{"type":"Feature","id":"n1735683190","geometry":{"type":"Point","coordinates":[-0.0831551,51.4893719]},"properties":{"@type":"node","@id":1735683190,"@timestamp":1579694113},"coords":"51.4893719,-0.0831551","bedrooms":"0","price":"150000","area":"585"} , +{"type":"Feature","id":"n1735683339","geometry":{"type":"Point","coordinates":[-0.0871582,51.489385]},"properties":{"@type":"node","@id":1735683339,"@timestamp":1579694113},"coords":"51.489385,-0.0871582","bedrooms":"3","price":"218000","area":"423"} , +{"type":"Feature","id":"n1735683508","geometry":{"type":"Point","coordinates":[-0.0902068,51.4893958]},"properties":{"@type":"node","@id":1735683508,"@timestamp":1579694230},"coords":"51.4893958,-0.0902068","bedrooms":"0","price":"215000","area":"679"} , +{"type":"Feature","id":"n1735683655","geometry":{"type":"Point","coordinates":[-0.0576954,51.4894089]},"properties":{"@type":"node","@id":1735683655,"@timestamp":1579704653},"coords":"51.4894089,-0.0576954","bedrooms":"1","price":"264000","area":"441"} , +{"type":"Feature","id":"n1735683766","geometry":{"type":"Point","coordinates":[-0.0575397,51.4894246]},"properties":{"@type":"node","@id":1735683766,"@timestamp":1579704653},"coords":"51.4894246,-0.0575397","bedrooms":"4","price":"236000","area":"483"} , +{"type":"Feature","id":"n1735683900","geometry":{"type":"Point","coordinates":[-0.0898593,51.4894439]},"properties":{"@type":"node","@id":1735683900,"@timestamp":1579694230},"coords":"51.4894439,-0.0898593","bedrooms":"1","price":"257000","area":"589"} , +{"type":"Feature","id":"n1735683971","geometry":{"type":"Point","coordinates":[-0.0891112,51.4894578]},"properties":{"@type":"node","@id":1735683971,"@timestamp":1579694230},"coords":"51.4894578,-0.0891112","bedrooms":"2","price":"191000","area":"518"} , +{"type":"Feature","id":"n1735684065","geometry":{"type":"Point","coordinates":[-0.0637554,51.4894727]},"properties":{"@type":"node","@id":1735684065,"@timestamp":1579704653},"coords":"51.4894727,-0.0637554","bedrooms":"4","price":"243000","area":"604"} , +{"type":"Feature","id":"n1735684157","geometry":{"type":"Point","coordinates":[-0.0876069,51.4894848]},"properties":{"@type":"node","@id":1735684157,"@timestamp":1579694113},"coords":"51.4894848,-0.0876069","bedrooms":"1","price":"155000","area":"651"} , +{"type":"Feature","id":"n1735684217","geometry":{"type":"Point","coordinates":[-0.0862989,51.4894978]},"properties":{"@type":"node","@id":1735684217,"@timestamp":1579694113},"coords":"51.4894978,-0.0862989","bedrooms":"2","price":"185000","area":"529"} , +{"type":"Feature","id":"n1735684274","geometry":{"type":"Point","coordinates":[-0.0727506,51.4895171]},"properties":{"@type":"node","@id":1735684274,"@timestamp":1579694113},"coords":"51.4895171,-0.0727506","bedrooms":"4","price":"266000","area":"553"} , +{"type":"Feature","id":"n1735684325","geometry":{"type":"Point","coordinates":[-0.0728147,51.489532]},"properties":{"@type":"node","@id":1735684325,"@timestamp":1579694113},"coords":"51.489532,-0.0728147","bedrooms":"2","price":"245000","area":"698"} , +{"type":"Feature","id":"n1735684354","geometry":{"type":"Point","coordinates":[-0.0527741,51.4895411]},"properties":{"@type":"node","@id":1735684354,"@timestamp":1579704653},"coords":"51.4895411,-0.0527741","bedrooms":"4","price":"174000","area":"677"} , +{"type":"Feature","id":"n1735684407","geometry":{"type":"Point","coordinates":[-0.0871576,51.4895495]},"properties":{"@type":"node","@id":1735684407,"@timestamp":1579694113},"coords":"51.4895495,-0.0871576","bedrooms":"0","price":"259000","area":"655"} , +{"type":"Feature","id":"n1735684471","geometry":{"type":"Point","coordinates":[-0.0729197,51.4895572]},"properties":{"@type":"node","@id":1735684471,"@timestamp":1579694113},"coords":"51.4895572,-0.0729197","bedrooms":"4","price":"250000","area":"466"} , +{"type":"Feature","id":"n1735684608","geometry":{"type":"Point","coordinates":[-0.0526212,51.4895677]},"properties":{"@type":"node","@id":1735684608,"@timestamp":1579704653},"coords":"51.4895677,-0.0526212","bedrooms":"1","price":"237000","area":"643"} , +{"type":"Feature","id":"n1735684779","geometry":{"type":"Point","coordinates":[-0.072018,51.4895794]},"properties":{"@type":"node","@id":1735684779,"@timestamp":1579694113},"coords":"51.4895794,-0.072018","bedrooms":"1","price":"248000","area":"421"} , +{"type":"Feature","id":"n1735684953","geometry":{"type":"Point","coordinates":[-0.072058,51.4895922]},"properties":{"@type":"node","@id":1735684953,"@timestamp":1579694113},"coords":"51.4895922,-0.072058","bedrooms":"1","price":"162000","area":"466"} , +{"type":"Feature","id":"n1735685122","geometry":{"type":"Point","coordinates":[-0.0827941,51.4896046]},"properties":{"@type":"node","@id":1735685122,"@timestamp":1579694113},"coords":"51.4896046,-0.0827941","bedrooms":"1","price":"276000","area":"510"} , +{"type":"Feature","id":"n1735685255","geometry":{"type":"Point","coordinates":[-0.0829611,51.4896157]},"properties":{"@type":"node","@id":1735685255,"@timestamp":1579694113},"coords":"51.4896157,-0.0829611","bedrooms":"1","price":"214000","area":"546"} , +{"type":"Feature","id":"n1735685369","geometry":{"type":"Point","coordinates":[-0.0989274,51.4896276]},"properties":{"@type":"node","@id":1735685369,"@timestamp":1579704895},"coords":"51.4896276,-0.0989274","bedrooms":"2","price":"187000","area":"450"} , +{"type":"Feature","id":"n1735685454","geometry":{"type":"Point","coordinates":[-0.0677506,51.489645]},"properties":{"@type":"node","@id":1735685454,"@timestamp":1579694113},"coords":"51.489645,-0.0677506","bedrooms":"3","price":"151000","area":"353"} , +{"type":"Feature","id":"n1735685584","geometry":{"type":"Point","coordinates":[-0.0719947,51.4896778]},"properties":{"@type":"node","@id":1735685584,"@timestamp":1579694113},"coords":"51.4896778,-0.0719947","bedrooms":"0","price":"170000","area":"374"} , +{"type":"Feature","id":"n1735685752","geometry":{"type":"Point","coordinates":[-0.0644204,51.4897069]},"properties":{"@type":"node","@id":1735685752,"@timestamp":1579704693},"coords":"51.4897069,-0.0644204","bedrooms":"4","price":"225000","area":"587"} , +{"type":"Feature","id":"n1735685831","geometry":{"type":"Point","coordinates":[-0.089946,51.489726]},"properties":{"@type":"node","@id":1735685831,"@timestamp":1579694230},"coords":"51.489726,-0.089946","bedrooms":"2","price":"220000","area":"481"} , +{"type":"Feature","id":"n1735685924","geometry":{"type":"Point","coordinates":[-0.0645489,51.489736]},"properties":{"@type":"node","@id":1735685924,"@timestamp":1579704693},"coords":"51.489736,-0.0645489","bedrooms":"0","price":"174000","area":"686"} , +{"type":"Feature","id":"n1735686091","geometry":{"type":"Point","coordinates":[-0.0734984,51.4897532]},"properties":{"@type":"node","@id":1735686091,"@timestamp":1579694113},"coords":"51.4897532,-0.0734984","bedrooms":"3","price":"181000","area":"640"} , +{"type":"Feature","id":"n1735686236","geometry":{"type":"Point","coordinates":[-0.0719357,51.4897726]},"properties":{"@type":"node","@id":1735686236,"@timestamp":1579694113},"coords":"51.4897726,-0.0719357","bedrooms":"0","price":"291000","area":"496"} , +{"type":"Feature","id":"n1735686392","geometry":{"type":"Point","coordinates":[-0.0734587,51.4897846]},"properties":{"@type":"node","@id":1735686392,"@timestamp":1579694113},"coords":"51.4897846,-0.0734587","bedrooms":"1","price":"185000","area":"510"} , +{"type":"Feature","id":"n1735686459","geometry":{"type":"Point","coordinates":[-0.0816931,51.4897968]},"properties":{"@type":"node","@id":1735686459,"@timestamp":1579694113},"coords":"51.4897968,-0.0816931","bedrooms":"3","price":"244000","area":"640"} , +{"type":"Feature","id":"n1735686509","geometry":{"type":"Point","coordinates":[-0.0560979,51.4897448]},"properties":{"@type":"node","@id":1735686509,"@timestamp":1579704653},"coords":"51.4897448,-0.0560979","bedrooms":"4","price":"284000","area":"679"} , +{"type":"Feature","id":"n1735686551","geometry":{"type":"Point","coordinates":[-0.0785637,51.4898172]},"properties":{"@type":"node","@id":1735686551,"@timestamp":1579694113},"coords":"51.4898172,-0.0785637","bedrooms":"2","price":"290000","area":"647"} , +{"type":"Feature","id":"n1735686598","geometry":{"type":"Point","coordinates":[-0.0691112,51.4898292]},"properties":{"@type":"node","@id":1735686598,"@timestamp":1579694113},"coords":"51.4898292,-0.0691112","bedrooms":"4","price":"204000","area":"688"} , +{"type":"Feature","id":"n1735686660","geometry":{"type":"Point","coordinates":[-0.0738238,51.4898407]},"properties":{"@type":"node","@id":1735686660,"@timestamp":1579694113},"coords":"51.4898407,-0.0738238","bedrooms":"0","price":"292000","area":"388"} , +{"type":"Feature","id":"n1735686701","geometry":{"type":"Point","coordinates":[-0.0785152,51.4898513]},"properties":{"@type":"node","@id":1735686701,"@timestamp":1579694113},"coords":"51.4898513,-0.0785152","bedrooms":"3","price":"174000","area":"540"} , +{"type":"Feature","id":"n1735686756","geometry":{"type":"Point","coordinates":[-0.0613815,51.489886]},"properties":{"@type":"node","@id":1735686756,"@timestamp":1579704653},"coords":"51.489886,-0.0613815","bedrooms":"3","price":"184000","area":"566"} , +{"type":"Feature","id":"n1735686800","geometry":{"type":"Point","coordinates":[-0.064363,51.4899026]},"properties":{"@type":"node","@id":1735686800,"@timestamp":1579704693},"coords":"51.4899026,-0.064363","bedrooms":"1","price":"263000","area":"532"} , +{"type":"Feature","id":"n1735686841","geometry":{"type":"Point","coordinates":[-0.0737152,51.4899179]},"properties":{"@type":"node","@id":1735686841,"@timestamp":1579694113},"coords":"51.4899179,-0.0737152","bedrooms":"0","price":"289000","area":"682"} , +{"type":"Feature","id":"n1735686895","geometry":{"type":"Point","coordinates":[-0.0554862,51.4899363]},"properties":{"@type":"node","@id":1735686895,"@timestamp":1579704653},"coords":"51.4899363,-0.0554862","bedrooms":"0","price":"194000","area":"444"} , +{"type":"Feature","id":"n1735686981","geometry":{"type":"Point","coordinates":[-0.0633878,51.4899417]},"properties":{"@type":"node","@id":1735686981,"@timestamp":1579704653},"coords":"51.4899417,-0.0633878","bedrooms":"4","price":"190000","area":"604"} , +{"type":"Feature","id":"n1735687035","geometry":{"type":"Point","coordinates":[-0.0611402,51.4899495]},"properties":{"@type":"node","@id":1735687035,"@timestamp":1579704653},"coords":"51.4899495,-0.0611402","bedrooms":"2","price":"151000","area":"564"} , +{"type":"Feature","id":"n1735687091","geometry":{"type":"Point","coordinates":[-0.0902727,51.4899643]},"properties":{"@type":"node","@id":1735687091,"@timestamp":1579694230},"coords":"51.4899643,-0.0902727","bedrooms":"3","price":"275000","area":"610"} , +{"type":"Feature","id":"n1735687149","geometry":{"type":"Point","coordinates":[-0.0813679,51.4899729]},"properties":{"@type":"node","@id":1735687149,"@timestamp":1579694113},"coords":"51.4899729,-0.0813679","bedrooms":"4","price":"264000","area":"650"} , +{"type":"Feature","id":"n1735687199","geometry":{"type":"Point","coordinates":[-0.0914513,51.4899829]},"properties":{"@type":"node","@id":1735687199,"@timestamp":1579694230},"coords":"51.4899829,-0.0914513","bedrooms":"2","price":"168000","area":"393"} , +{"type":"Feature","id":"n1735687247","geometry":{"type":"Point","coordinates":[-0.0935045,51.4900003]},"properties":{"@type":"node","@id":1735687247,"@timestamp":1579694230},"coords":"51.4900003,-0.0935045","bedrooms":"4","price":"255000","area":"680"} , +{"type":"Feature","id":"n1735687288","geometry":{"type":"Point","coordinates":[-0.0709329,51.4900121]},"properties":{"@type":"node","@id":1735687288,"@timestamp":1579694113},"coords":"51.4900121,-0.0709329","bedrooms":"1","price":"243000","area":"428"} , +{"type":"Feature","id":"n1735687351","geometry":{"type":"Point","coordinates":[-0.0833985,51.4900232]},"properties":{"@type":"node","@id":1735687351,"@timestamp":1579694113},"coords":"51.4900232,-0.0833985","bedrooms":"1","price":"161000","area":"512"} , +{"type":"Feature","id":"n1735687412","geometry":{"type":"Point","coordinates":[-0.089658,51.4900399]},"properties":{"@type":"node","@id":1735687412,"@timestamp":1579694230},"coords":"51.4900399,-0.089658","bedrooms":"1","price":"227000","area":"352"} , +{"type":"Feature","id":"n1735687460","geometry":{"type":"Point","coordinates":[-0.090099,51.4900505]},"properties":{"@type":"node","@id":1735687460,"@timestamp":1579694230},"coords":"51.4900505,-0.090099","bedrooms":"2","price":"184000","area":"603"} , +{"type":"Feature","id":"n1735687513","geometry":{"type":"Point","coordinates":[-0.0502825,51.4900613]},"properties":{"@type":"node","@id":1735687513,"@timestamp":1579704653},"coords":"51.4900613,-0.0502825","bedrooms":"3","price":"202000","area":"622"} , +{"type":"Feature","id":"n1735687554","geometry":{"type":"Point","coordinates":[-0.0691693,51.4900757]},"properties":{"@type":"node","@id":1735687554,"@timestamp":1579694113},"coords":"51.4900757,-0.0691693","bedrooms":"2","price":"246000","area":"579"} , +{"type":"Feature","id":"n1735687595","geometry":{"type":"Point","coordinates":[-0.0715636,51.4900854]},"properties":{"@type":"node","@id":1735687595,"@timestamp":1579694113},"coords":"51.4900854,-0.0715636","bedrooms":"1","price":"177000","area":"670"} , +{"type":"Feature","id":"n1735687641","geometry":{"type":"Point","coordinates":[-0.0663335,51.4900936]},"properties":{"@type":"node","@id":1735687641,"@timestamp":1579694113},"coords":"51.4900936,-0.0663335","bedrooms":"3","price":"203000","area":"422"} , +{"type":"Feature","id":"n1735687691","geometry":{"type":"Point","coordinates":[-0.095454,51.4901057]},"properties":{"@type":"node","@id":1735687691,"@timestamp":1579694230},"coords":"51.4901057,-0.095454","bedrooms":"4","price":"296000","area":"417"} , +{"type":"Feature","id":"n1735687727","geometry":{"type":"Point","coordinates":[-0.084144,51.4901152]},"properties":{"@type":"node","@id":1735687727,"@timestamp":1579694113},"coords":"51.4901152,-0.084144","bedrooms":"4","price":"177000","area":"577"} , +{"type":"Feature","id":"n1735687786","geometry":{"type":"Point","coordinates":[-0.0877285,51.4901352]},"properties":{"@type":"node","@id":1735687786,"@timestamp":1579694113},"coords":"51.4901352,-0.0877285","bedrooms":"4","price":"211000","area":"381"} , +{"type":"Feature","id":"n1735687827","geometry":{"type":"Point","coordinates":[-0.0670708,51.4901497]},"properties":{"@type":"node","@id":1735687827,"@timestamp":1579694113},"coords":"51.4901497,-0.0670708","bedrooms":"3","price":"296000","area":"482"} , +{"type":"Feature","id":"n1735687876","geometry":{"type":"Point","coordinates":[-0.0643867,51.490165]},"properties":{"@type":"node","@id":1735687876,"@timestamp":1579704693},"coords":"51.490165,-0.0643867","bedrooms":"0","price":"271000","area":"410"} , +{"type":"Feature","id":"n1735687931","geometry":{"type":"Point","coordinates":[-0.0463871,51.490047]},"properties":{"@type":"node","@id":1735687931,"@timestamp":1579704653},"coords":"51.490047,-0.0463871","bedrooms":"0","price":"218000","area":"382"} , +{"type":"Feature","id":"n1735687989","geometry":{"type":"Point","coordinates":[-0.0495913,51.4901814]},"properties":{"@type":"node","@id":1735687989,"@timestamp":1579704653},"coords":"51.4901814,-0.0495913","bedrooms":"0","price":"153000","area":"450"} , +{"type":"Feature","id":"n1735688040","geometry":{"type":"Point","coordinates":[-0.0843092,51.4901926]},"properties":{"@type":"node","@id":1735688040,"@timestamp":1579694113},"coords":"51.4901926,-0.0843092","bedrooms":"1","price":"170000","area":"648"} , +{"type":"Feature","id":"n1735688108","geometry":{"type":"Point","coordinates":[-0.0851291,51.4902052]},"properties":{"@type":"node","@id":1735688108,"@timestamp":1579694113},"coords":"51.4902052,-0.0851291","bedrooms":"0","price":"168000","area":"466"} , +{"type":"Feature","id":"n1735688136","geometry":{"type":"Point","coordinates":[-0.0905985,51.4902179]},"properties":{"@type":"node","@id":1735688136,"@timestamp":1579694230},"coords":"51.4902179,-0.0905985","bedrooms":"3","price":"211000","area":"622"} , +{"type":"Feature","id":"n1735688186","geometry":{"type":"Point","coordinates":[-0.0941077,51.4902291]},"properties":{"@type":"node","@id":1735688186,"@timestamp":1579694230},"coords":"51.4902291,-0.0941077","bedrooms":"4","price":"297000","area":"690"} , +{"type":"Feature","id":"n1735688255","geometry":{"type":"Point","coordinates":[-0.0958654,51.4902368]},"properties":{"@type":"node","@id":1735688255,"@timestamp":1579694230},"coords":"51.4902368,-0.0958654","bedrooms":"3","price":"180000","area":"445"} , +{"type":"Feature","id":"n1735688295","geometry":{"type":"Point","coordinates":[-0.0696362,51.490247]},"properties":{"@type":"node","@id":1735688295,"@timestamp":1579691725},"coords":"51.490247,-0.0696362","bedrooms":"0","price":"287000","area":"406"} , +{"type":"Feature","id":"n1735688401","geometry":{"type":"Point","coordinates":[-0.0814433,51.490261]},"properties":{"@type":"node","@id":1735688401,"@timestamp":1579694113},"coords":"51.490261,-0.0814433","bedrooms":"2","price":"257000","area":"559"} , +{"type":"Feature","id":"n1735688482","geometry":{"type":"Point","coordinates":[-0.0578314,51.4902708]},"properties":{"@type":"node","@id":1735688482,"@timestamp":1579704653},"coords":"51.4902708,-0.0578314","bedrooms":"3","price":"262000","area":"628"} , +{"type":"Feature","id":"n1735688550","geometry":{"type":"Point","coordinates":[-0.0700818,51.4902772]},"properties":{"@type":"node","@id":1735688550,"@timestamp":1579691725},"coords":"51.4902772,-0.0700818","bedrooms":"4","price":"207000","area":"538"} , +{"type":"Feature","id":"n1735688610","geometry":{"type":"Point","coordinates":[-0.0903067,51.4902862]},"properties":{"@type":"node","@id":1735688610,"@timestamp":1579694230},"coords":"51.4902862,-0.0903067","bedrooms":"1","price":"192000","area":"391"} , +{"type":"Feature","id":"n1735688650","geometry":{"type":"Point","coordinates":[-0.0715641,51.4902946]},"properties":{"@type":"node","@id":1735688650,"@timestamp":1579691725},"coords":"51.4902946,-0.0715641","bedrooms":"4","price":"256000","area":"456"} , +{"type":"Feature","id":"n1735688693","geometry":{"type":"Point","coordinates":[-0.0427206,51.4903087]},"properties":{"@type":"node","@id":1735688693,"@timestamp":1579704653},"coords":"51.4903087,-0.0427206","bedrooms":"3","price":"203000","area":"375"} , +{"type":"Feature","id":"n1735688775","geometry":{"type":"Point","coordinates":[-0.0600442,51.4903181]},"properties":{"@type":"node","@id":1735688775,"@timestamp":1579704653},"coords":"51.4903181,-0.0600442","bedrooms":"4","price":"188000","area":"497"} , +{"type":"Feature","id":"n1735688878","geometry":{"type":"Point","coordinates":[-0.0846032,51.4903321]},"properties":{"@type":"node","@id":1735688878,"@timestamp":1579694113},"coords":"51.4903321,-0.0846032","bedrooms":"1","price":"160000","area":"597"} , +{"type":"Feature","id":"n1735688924","geometry":{"type":"Point","coordinates":[-0.0831906,51.4903399]},"properties":{"@type":"node","@id":1735688924,"@timestamp":1579694113},"coords":"51.4903399,-0.0831906","bedrooms":"1","price":"152000","area":"634"} , +{"type":"Feature","id":"n1735688982","geometry":{"type":"Point","coordinates":[-0.0843044,51.4903478]},"properties":{"@type":"node","@id":1735688982,"@timestamp":1579694113},"coords":"51.4903478,-0.0843044","bedrooms":"1","price":"246000","area":"417"} , +{"type":"Feature","id":"n1735689073","geometry":{"type":"Point","coordinates":[-0.0726943,51.4903657]},"properties":{"@type":"node","@id":1735689073,"@timestamp":1579691725},"coords":"51.4903657,-0.0726943","bedrooms":"3","price":"201000","area":"600"} , +{"type":"Feature","id":"n1735689187","geometry":{"type":"Point","coordinates":[-0.0704551,51.4903779]},"properties":{"@type":"node","@id":1735689187,"@timestamp":1579691725},"coords":"51.4903779,-0.0704551","bedrooms":"1","price":"153000","area":"698"} , +{"type":"Feature","id":"n1735689272","geometry":{"type":"Point","coordinates":[-0.0693848,51.4903983]},"properties":{"@type":"node","@id":1735689272,"@timestamp":1579691725},"coords":"51.4903983,-0.0693848","bedrooms":"2","price":"162000","area":"460"} , +{"type":"Feature","id":"n1735689315","geometry":{"type":"Point","coordinates":[-0.0695844,51.4904037]},"properties":{"@type":"node","@id":1735689315,"@timestamp":1579691725},"coords":"51.4904037,-0.0695844","bedrooms":"4","price":"260000","area":"477"} , +{"type":"Feature","id":"n1735689367","geometry":{"type":"Point","coordinates":[-0.0306948,51.4899706]},"properties":{"@type":"node","@id":1735689367,"@timestamp":1346330158},"coords":"51.4899706,-0.0306948","bedrooms":"2","price":"171000","area":"391"} , +{"type":"Feature","id":"n1735689401","geometry":{"type":"Point","coordinates":[-0.0846816,51.4904189]},"properties":{"@type":"node","@id":1735689401,"@timestamp":1579694113},"coords":"51.4904189,-0.0846816","bedrooms":"1","price":"234000","area":"405"} , +{"type":"Feature","id":"n1735689452","geometry":{"type":"Point","coordinates":[-0.0820382,51.4904329]},"properties":{"@type":"node","@id":1735689452,"@timestamp":1579694113},"coords":"51.4904329,-0.0820382","bedrooms":"3","price":"176000","area":"361"} , +{"type":"Feature","id":"n1735689519","geometry":{"type":"Point","coordinates":[-0.0464878,51.4904448]},"properties":{"@type":"node","@id":1735689519,"@timestamp":1579704653},"coords":"51.4904448,-0.0464878","bedrooms":"4","price":"268000","area":"371"} , +{"type":"Feature","id":"n1735689546","geometry":{"type":"Point","coordinates":[-0.048821,51.4904564]},"properties":{"@type":"node","@id":1735689546,"@timestamp":1579704653},"coords":"51.4904564,-0.048821","bedrooms":"2","price":"169000","area":"610"} , +{"type":"Feature","id":"n1735689599","geometry":{"type":"Point","coordinates":[-0.0965113,51.4904661]},"properties":{"@type":"node","@id":1735689599,"@timestamp":1579694230},"coords":"51.4904661,-0.0965113","bedrooms":"2","price":"180000","area":"580"} , +{"type":"Feature","id":"n1735689651","geometry":{"type":"Point","coordinates":[-0.0487242,51.4904799]},"properties":{"@type":"node","@id":1735689651,"@timestamp":1579704653},"coords":"51.4904799,-0.0487242","bedrooms":"2","price":"270000","area":"615"} , +{"type":"Feature","id":"n1735689718","geometry":{"type":"Point","coordinates":[-0.0447677,51.490487]},"properties":{"@type":"node","@id":1735689718,"@timestamp":1579704653},"coords":"51.490487,-0.0447677","bedrooms":"1","price":"166000","area":"611"} , +{"type":"Feature","id":"n1735689820","geometry":{"type":"Point","coordinates":[-0.0629233,51.4904975]},"properties":{"@type":"node","@id":1735689820,"@timestamp":1579704653},"coords":"51.4904975,-0.0629233","bedrooms":"0","price":"217000","area":"449"} , +{"type":"Feature","id":"n1735689891","geometry":{"type":"Point","coordinates":[-0.0880317,51.4905049]},"properties":{"@type":"node","@id":1735689891,"@timestamp":1579694113},"coords":"51.4905049,-0.0880317","bedrooms":"3","price":"298000","area":"682"} , +{"type":"Feature","id":"n1735689963","geometry":{"type":"Point","coordinates":[-0.0963836,51.4905242]},"properties":{"@type":"node","@id":1735689963,"@timestamp":1625741761},"coords":"51.4905242,-0.0963836","bedrooms":"4","price":"257000","area":"403"} , +{"type":"Feature","id":"n1735690017","geometry":{"type":"Point","coordinates":[-0.0972709,51.4905306]},"properties":{"@type":"node","@id":1735690017,"@timestamp":1579694230},"coords":"51.4905306,-0.0972709","bedrooms":"2","price":"189000","area":"369"} , +{"type":"Feature","id":"n1735690060","geometry":{"type":"Point","coordinates":[-0.0502957,51.490542]},"properties":{"@type":"node","@id":1735690060,"@timestamp":1579704653},"coords":"51.490542,-0.0502957","bedrooms":"2","price":"264000","area":"585"} , +{"type":"Feature","id":"n1735690107","geometry":{"type":"Point","coordinates":[-0.0880957,51.4905519]},"properties":{"@type":"node","@id":1735690107,"@timestamp":1579694113},"coords":"51.4905519,-0.0880957","bedrooms":"2","price":"245000","area":"585"} , +{"type":"Feature","id":"n1735690135","geometry":{"type":"Point","coordinates":[-0.0511258,51.4905599]},"properties":{"@type":"node","@id":1735690135,"@timestamp":1579704653},"coords":"51.4905599,-0.0511258","bedrooms":"4","price":"280000","area":"589"} , +{"type":"Feature","id":"n1735690233","geometry":{"type":"Point","coordinates":[-0.0817221,51.4905696]},"properties":{"@type":"node","@id":1735690233,"@timestamp":1579694113},"coords":"51.4905696,-0.0817221","bedrooms":"2","price":"259000","area":"442"} , +{"type":"Feature","id":"n1735690288","geometry":{"type":"Point","coordinates":[-0.0879197,51.4905818]},"properties":{"@type":"node","@id":1735690288,"@timestamp":1579694113},"coords":"51.4905818,-0.0879197","bedrooms":"3","price":"182000","area":"662"} , +{"type":"Feature","id":"n1735690386","geometry":{"type":"Point","coordinates":[-0.1023262,51.4905946]},"properties":{"@type":"node","@id":1735690386,"@timestamp":1579704895},"coords":"51.4905946,-0.1023262","bedrooms":"0","price":"181000","area":"540"} , +{"type":"Feature","id":"n1735690518","geometry":{"type":"Point","coordinates":[-0.0656503,51.4905995]},"properties":{"@type":"node","@id":1735690518,"@timestamp":1579691725},"coords":"51.4905995,-0.0656503","bedrooms":"3","price":"187000","area":"616"} , +{"type":"Feature","id":"n1735690624","geometry":{"type":"Point","coordinates":[-0.0658082,51.4906111]},"properties":{"@type":"node","@id":1735690624,"@timestamp":1579691725},"coords":"51.4906111,-0.0658082","bedrooms":"4","price":"208000","area":"456"} , +{"type":"Feature","id":"n1735690734","geometry":{"type":"Point","coordinates":[-0.0815635,51.4906285]},"properties":{"@type":"node","@id":1735690734,"@timestamp":1579694113},"coords":"51.4906285,-0.0815635","bedrooms":"1","price":"162000","area":"424"} , +{"type":"Feature","id":"n1735690886","geometry":{"type":"Point","coordinates":[-0.0611772,51.4906475]},"properties":{"@type":"node","@id":1735690886,"@timestamp":1579704653},"coords":"51.4906475,-0.0611772","bedrooms":"4","price":"175000","area":"642"} , +{"type":"Feature","id":"n1735691003","geometry":{"type":"Point","coordinates":[-0.0758937,51.490658]},"properties":{"@type":"node","@id":1735691003,"@timestamp":1579691725},"coords":"51.490658,-0.0758937","bedrooms":"0","price":"176000","area":"649"} , +{"type":"Feature","id":"n1735691155","geometry":{"type":"Point","coordinates":[-0.0665833,51.4906778]},"properties":{"@type":"node","@id":1735691155,"@timestamp":1579691725},"coords":"51.4906778,-0.0665833","bedrooms":"3","price":"159000","area":"688"} , +{"type":"Feature","id":"n1735691268","geometry":{"type":"Point","coordinates":[-0.0760128,51.4906966]},"properties":{"@type":"node","@id":1735691268,"@timestamp":1579691725},"coords":"51.4906966,-0.0760128","bedrooms":"2","price":"185000","area":"425"} , +{"type":"Feature","id":"n1735691368","geometry":{"type":"Point","coordinates":[-0.066942,51.4907107]},"properties":{"@type":"node","@id":1735691368,"@timestamp":1579691725},"coords":"51.4907107,-0.066942","bedrooms":"0","price":"150000","area":"422"} , +{"type":"Feature","id":"n1735691503","geometry":{"type":"Point","coordinates":[-0.0703548,51.4907231]},"properties":{"@type":"node","@id":1735691503,"@timestamp":1579691725},"coords":"51.4907231,-0.0703548","bedrooms":"0","price":"192000","area":"446"} , +{"type":"Feature","id":"n1735691611","geometry":{"type":"Point","coordinates":[-0.0654287,51.4907308]},"properties":{"@type":"node","@id":1735691611,"@timestamp":1579691725},"coords":"51.4907308,-0.0654287","bedrooms":"4","price":"276000","area":"616"} , +{"type":"Feature","id":"n1735691682","geometry":{"type":"Point","coordinates":[-0.0743305,51.4907424]},"properties":{"@type":"node","@id":1735691682,"@timestamp":1579691725},"coords":"51.4907424,-0.0743305","bedrooms":"0","price":"281000","area":"486"} , +{"type":"Feature","id":"n1735691721","geometry":{"type":"Point","coordinates":[-0.0692167,51.4907521]},"properties":{"@type":"node","@id":1735691721,"@timestamp":1579691725},"coords":"51.4907521,-0.0692167","bedrooms":"3","price":"201000","area":"528"} , +{"type":"Feature","id":"n1735691771","geometry":{"type":"Point","coordinates":[-0.069435,51.4907681]},"properties":{"@type":"node","@id":1735691771,"@timestamp":1579691725},"coords":"51.4907681,-0.069435","bedrooms":"4","price":"257000","area":"507"} , +{"type":"Feature","id":"n1735691812","geometry":{"type":"Point","coordinates":[-0.1033171,51.49078]},"properties":{"@type":"node","@id":1735691812,"@timestamp":1579704895},"coords":"51.49078,-0.1033171","bedrooms":"4","price":"228000","area":"632"} , +{"type":"Feature","id":"n1735691853","geometry":{"type":"Point","coordinates":[-0.0962239,51.4907941]},"properties":{"@type":"node","@id":1735691853,"@timestamp":1579694230},"coords":"51.4907941,-0.0962239","bedrooms":"1","price":"189000","area":"451"} , +{"type":"Feature","id":"n1735691904","geometry":{"type":"Point","coordinates":[-0.0646497,51.4908021]},"properties":{"@type":"node","@id":1735691904,"@timestamp":1579691725},"coords":"51.4908021,-0.0646497","bedrooms":"1","price":"194000","area":"595"} , +{"type":"Feature","id":"n1735691943","geometry":{"type":"Point","coordinates":[-0.0770564,51.4908111]},"properties":{"@type":"node","@id":1735691943,"@timestamp":1579694113},"coords":"51.4908111,-0.0770564","bedrooms":"2","price":"267000","area":"591"} , +{"type":"Feature","id":"n1735691996","geometry":{"type":"Point","coordinates":[-0.0909467,51.4908172]},"properties":{"@type":"node","@id":1735691996,"@timestamp":1579694230},"coords":"51.4908172,-0.0909467","bedrooms":"3","price":"275000","area":"424"} , +{"type":"Feature","id":"n1735692049","geometry":{"type":"Point","coordinates":[-0.0913665,51.4908354]},"properties":{"@type":"node","@id":1735692049,"@timestamp":1579694230},"coords":"51.4908354,-0.0913665","bedrooms":"0","price":"154000","area":"604"} , +{"type":"Feature","id":"n1735692084","geometry":{"type":"Point","coordinates":[-0.062829,51.4908419]},"properties":{"@type":"node","@id":1735692084,"@timestamp":1579704653},"coords":"51.4908419,-0.062829","bedrooms":"3","price":"209000","area":"490"} , +{"type":"Feature","id":"n1735692182","geometry":{"type":"Point","coordinates":[-0.071508,51.4908541]},"properties":{"@type":"node","@id":1735692182,"@timestamp":1579691725},"coords":"51.4908541,-0.071508","bedrooms":"2","price":"283000","area":"639"} , +{"type":"Feature","id":"n1735692234","geometry":{"type":"Point","coordinates":[-0.1000207,51.4908641]},"properties":{"@type":"node","@id":1735692234,"@timestamp":1579704895},"coords":"51.4908641,-0.1000207","bedrooms":"0","price":"176000","area":"550"} , +{"type":"Feature","id":"n1735692275","geometry":{"type":"Point","coordinates":[-0.0908929,51.4908802]},"properties":{"@type":"node","@id":1735692275,"@timestamp":1579694230},"coords":"51.4908802,-0.0908929","bedrooms":"0","price":"235000","area":"515"} , +{"type":"Feature","id":"n1735692326","geometry":{"type":"Point","coordinates":[-0.0840585,51.4908895]},"properties":{"@type":"node","@id":1735692326,"@timestamp":1579694113},"coords":"51.4908895,-0.0840585","bedrooms":"4","price":"197000","area":"437"} , +{"type":"Feature","id":"n1735692368","geometry":{"type":"Point","coordinates":[-0.0743983,51.490901]},"properties":{"@type":"node","@id":1735692368,"@timestamp":1579691725},"coords":"51.490901,-0.0743983","bedrooms":"2","price":"198000","area":"456"} , +{"type":"Feature","id":"n1735692458","geometry":{"type":"Point","coordinates":[-0.042362,51.4909101]},"properties":{"@type":"node","@id":1735692458,"@timestamp":1579704653},"coords":"51.4909101,-0.042362","bedrooms":"0","price":"256000","area":"546"} , +{"type":"Feature","id":"n1735692494","geometry":{"type":"Point","coordinates":[-0.0714881,51.4909204]},"properties":{"@type":"node","@id":1735692494,"@timestamp":1579691725},"coords":"51.4909204,-0.0714881","bedrooms":"0","price":"268000","area":"633"} , +{"type":"Feature","id":"n1735692536","geometry":{"type":"Point","coordinates":[-0.0615867,51.490929]},"properties":{"@type":"node","@id":1735692536,"@timestamp":1579704653},"coords":"51.490929,-0.0615867","bedrooms":"4","price":"292000","area":"636"} , +{"type":"Feature","id":"n1735692579","geometry":{"type":"Point","coordinates":[-0.0473703,51.490935]},"properties":{"@type":"node","@id":1735692579,"@timestamp":1579704653},"coords":"51.490935,-0.0473703","bedrooms":"1","price":"233000","area":"555"} , +{"type":"Feature","id":"n1735692630","geometry":{"type":"Point","coordinates":[-0.0425312,51.4909514]},"properties":{"@type":"node","@id":1735692630,"@timestamp":1579704653},"coords":"51.4909514,-0.0425312","bedrooms":"3","price":"155000","area":"490"} , +{"type":"Feature","id":"n1735692640","geometry":{"type":"Point","coordinates":[-0.0917015,51.4909637]},"properties":{"@type":"node","@id":1735692640,"@timestamp":1579694230},"coords":"51.4909637,-0.0917015","bedrooms":"3","price":"282000","area":"399"} , +{"type":"Feature","id":"n1735692660","geometry":{"type":"Point","coordinates":[-0.0616075,51.4909743]},"properties":{"@type":"node","@id":1735692660,"@timestamp":1579704653},"coords":"51.4909743,-0.0616075","bedrooms":"1","price":"233000","area":"645"} , +{"type":"Feature","id":"n1735692670","geometry":{"type":"Point","coordinates":[-0.0457911,51.490984]},"properties":{"@type":"node","@id":1735692670,"@timestamp":1579704653},"coords":"51.490984,-0.0457911","bedrooms":"3","price":"297000","area":"481"} , +{"type":"Feature","id":"n1735692687","geometry":{"type":"Point","coordinates":[-0.0617377,51.4909968]},"properties":{"@type":"node","@id":1735692687,"@timestamp":1579704653},"coords":"51.4909968,-0.0617377","bedrooms":"4","price":"206000","area":"507"} , +{"type":"Feature","id":"n1735692730","geometry":{"type":"Point","coordinates":[-0.0616959,51.4910029]},"properties":{"@type":"node","@id":1735692730,"@timestamp":1579704653},"coords":"51.4910029,-0.0616959","bedrooms":"4","price":"263000","area":"563"} , +{"type":"Feature","id":"n1735692784","geometry":{"type":"Point","coordinates":[-0.0907555,51.491015]},"properties":{"@type":"node","@id":1735692784,"@timestamp":1579694230},"coords":"51.491015,-0.0907555","bedrooms":"1","price":"157000","area":"676"} , +{"type":"Feature","id":"n1735692821","geometry":{"type":"Point","coordinates":[-0.0643356,51.4910275]},"properties":{"@type":"node","@id":1735692821,"@timestamp":1579691725},"coords":"51.4910275,-0.0643356","bedrooms":"4","price":"277000","area":"366"} , +{"type":"Feature","id":"n1735692880","geometry":{"type":"Point","coordinates":[-0.0871141,51.4910406]},"properties":{"@type":"node","@id":1735692880,"@timestamp":1579694230},"coords":"51.4910406,-0.0871141","bedrooms":"4","price":"220000","area":"629"} , +{"type":"Feature","id":"n1735692940","geometry":{"type":"Point","coordinates":[-0.074807,51.491056]},"properties":{"@type":"node","@id":1735692940,"@timestamp":1579691725},"coords":"51.491056,-0.074807","bedrooms":"2","price":"277000","area":"673"} , +{"type":"Feature","id":"n1735692996","geometry":{"type":"Point","coordinates":[-0.0491471,51.491067]},"properties":{"@type":"node","@id":1735692996,"@timestamp":1579704653},"coords":"51.491067,-0.0491471","bedrooms":"2","price":"257000","area":"387"} , +{"type":"Feature","id":"n1735693045","geometry":{"type":"Point","coordinates":[-0.0755043,51.4910748]},"properties":{"@type":"node","@id":1735693045,"@timestamp":1579691725},"coords":"51.4910748,-0.0755043","bedrooms":"0","price":"189000","area":"667"} , +{"type":"Feature","id":"n1735693095","geometry":{"type":"Point","coordinates":[-0.0860853,51.4910573]},"properties":{"@type":"node","@id":1735693095,"@timestamp":1579694113},"coords":"51.4910573,-0.0860853","bedrooms":"2","price":"152000","area":"641"} , +{"type":"Feature","id":"n1735693190","geometry":{"type":"Point","coordinates":[-0.0562706,51.4910919]},"properties":{"@type":"node","@id":1735693190,"@timestamp":1579704653},"coords":"51.4910919,-0.0562706","bedrooms":"3","price":"206000","area":"496"} , +{"type":"Feature","id":"n1735693244","geometry":{"type":"Point","coordinates":[-0.0634249,51.4911024]},"properties":{"@type":"node","@id":1735693244,"@timestamp":1579704653},"coords":"51.4911024,-0.0634249","bedrooms":"2","price":"238000","area":"556"} , +{"type":"Feature","id":"n1735693332","geometry":{"type":"Point","coordinates":[-0.0422254,51.4911144]},"properties":{"@type":"node","@id":1735693332,"@timestamp":1579704653},"coords":"51.4911144,-0.0422254","bedrooms":"3","price":"278000","area":"630"} , +{"type":"Feature","id":"n1735693418","geometry":{"type":"Point","coordinates":[-0.0647435,51.4911192]},"properties":{"@type":"node","@id":1735693418,"@timestamp":1579691725},"coords":"51.4911192,-0.0647435","bedrooms":"1","price":"233000","area":"434"} , +{"type":"Feature","id":"n1735693491","geometry":{"type":"Point","coordinates":[-0.0562875,51.4911242]},"properties":{"@type":"node","@id":1735693491,"@timestamp":1579704653},"coords":"51.4911242,-0.0562875","bedrooms":"1","price":"277000","area":"419"} , +{"type":"Feature","id":"n1735693557","geometry":{"type":"Point","coordinates":[-0.0749624,51.4911304]},"properties":{"@type":"node","@id":1735693557,"@timestamp":1579691725},"coords":"51.4911304,-0.0749624","bedrooms":"1","price":"204000","area":"421"} , +{"type":"Feature","id":"n1735693603","geometry":{"type":"Point","coordinates":[-0.0503132,51.4911399]},"properties":{"@type":"node","@id":1735693603,"@timestamp":1579704653},"coords":"51.4911399,-0.0503132","bedrooms":"1","price":"299000","area":"495"} , +{"type":"Feature","id":"n1735693668","geometry":{"type":"Point","coordinates":[-0.0501477,51.4911434]},"properties":{"@type":"node","@id":1735693668,"@timestamp":1579704653},"coords":"51.4911434,-0.0501477","bedrooms":"3","price":"209000","area":"566"} , +{"type":"Feature","id":"n1735693745","geometry":{"type":"Point","coordinates":[-0.0714126,51.4911553]},"properties":{"@type":"node","@id":1735693745,"@timestamp":1579691725},"coords":"51.4911553,-0.0714126","bedrooms":"0","price":"191000","area":"593"} , +{"type":"Feature","id":"n1735693835","geometry":{"type":"Point","coordinates":[-0.0706082,51.4911632]},"properties":{"@type":"node","@id":1735693835,"@timestamp":1579691725},"coords":"51.4911632,-0.0706082","bedrooms":"2","price":"166000","area":"551"} , +{"type":"Feature","id":"n1735693912","geometry":{"type":"Point","coordinates":[-0.087734,51.4911741]},"properties":{"@type":"node","@id":1735693912,"@timestamp":1579694230},"coords":"51.4911741,-0.087734","bedrooms":"2","price":"210000","area":"622"} , +{"type":"Feature","id":"n1735694009","geometry":{"type":"Point","coordinates":[-0.085043,51.4911824]},"properties":{"@type":"node","@id":1735694009,"@timestamp":1579694113},"coords":"51.4911824,-0.085043","bedrooms":"4","price":"253000","area":"658"} , +{"type":"Feature","id":"n1735694115","geometry":{"type":"Point","coordinates":[-0.0901713,51.4911925]},"properties":{"@type":"node","@id":1735694115,"@timestamp":1579694230},"coords":"51.4911925,-0.0901713","bedrooms":"1","price":"273000","area":"596"} , +{"type":"Feature","id":"n1735694223","geometry":{"type":"Point","coordinates":[-0.05461,51.4912049]},"properties":{"@type":"node","@id":1735694223,"@timestamp":1579704653},"coords":"51.4912049,-0.05461","bedrooms":"1","price":"261000","area":"520"} , +{"type":"Feature","id":"n1735694347","geometry":{"type":"Point","coordinates":[-0.0481793,51.4912183]},"properties":{"@type":"node","@id":1735694347,"@timestamp":1579704653},"coords":"51.4912183,-0.0481793","bedrooms":"2","price":"174000","area":"367"} , +{"type":"Feature","id":"n1735694424","geometry":{"type":"Point","coordinates":[-0.050162,51.4912329]},"properties":{"@type":"node","@id":1735694424,"@timestamp":1579704653},"coords":"51.4912329,-0.050162","bedrooms":"3","price":"202000","area":"668"} , +{"type":"Feature","id":"n1735694509","geometry":{"type":"Point","coordinates":[-0.0717818,51.4912414]},"properties":{"@type":"node","@id":1735694509,"@timestamp":1579691725},"coords":"51.4912414,-0.0717818","bedrooms":"4","price":"226000","area":"404"} , +{"type":"Feature","id":"n1735694553","geometry":{"type":"Point","coordinates":[-0.0888414,51.4912473]},"properties":{"@type":"node","@id":1735694553,"@timestamp":1579694230},"coords":"51.4912473,-0.0888414","bedrooms":"3","price":"274000","area":"542"} , +{"type":"Feature","id":"n1735694606","geometry":{"type":"Point","coordinates":[-0.0675984,51.4912611]},"properties":{"@type":"node","@id":1735694606,"@timestamp":1579691725},"coords":"51.4912611,-0.0675984","bedrooms":"3","price":"161000","area":"614"} , +{"type":"Feature","id":"n1735694657","geometry":{"type":"Point","coordinates":[-0.088715,51.4912681]},"properties":{"@type":"node","@id":1735694657,"@timestamp":1579694230},"coords":"51.4912681,-0.088715","bedrooms":"0","price":"226000","area":"576"} , +{"type":"Feature","id":"n1735694752","geometry":{"type":"Point","coordinates":[-0.0460145,51.4912746]},"properties":{"@type":"node","@id":1735694752,"@timestamp":1579704653},"coords":"51.4912746,-0.0460145","bedrooms":"0","price":"229000","area":"516"} , +{"type":"Feature","id":"n1735694885","geometry":{"type":"Point","coordinates":[-0.066943,51.491283]},"properties":{"@type":"node","@id":1735694885,"@timestamp":1579691725},"coords":"51.491283,-0.066943","bedrooms":"0","price":"243000","area":"398"} , +{"type":"Feature","id":"n1735695033","geometry":{"type":"Point","coordinates":[-0.0884811,51.4912951]},"properties":{"@type":"node","@id":1735695033,"@timestamp":1579694230},"coords":"51.4912951,-0.0884811","bedrooms":"0","price":"251000","area":"490"} , +{"type":"Feature","id":"n1735695084","geometry":{"type":"Point","coordinates":[-0.0853605,51.4913029]},"properties":{"@type":"node","@id":1735695084,"@timestamp":1579694113},"coords":"51.4913029,-0.0853605","bedrooms":"4","price":"221000","area":"445"} , +{"type":"Feature","id":"n1735695231","geometry":{"type":"Point","coordinates":[-0.0830381,51.4913129]},"properties":{"@type":"node","@id":1735695231,"@timestamp":1579694113},"coords":"51.4913129,-0.0830381","bedrooms":"0","price":"159000","area":"569"} , +{"type":"Feature","id":"n1735695320","geometry":{"type":"Point","coordinates":[-0.0411694,51.4913203]},"properties":{"@type":"node","@id":1735695320,"@timestamp":1579704809},"coords":"51.4913203,-0.0411694","bedrooms":"3","price":"231000","area":"524"} , +{"type":"Feature","id":"n1735695367","geometry":{"type":"Point","coordinates":[-0.0891028,51.4913335]},"properties":{"@type":"node","@id":1735695367,"@timestamp":1579694230},"coords":"51.4913335,-0.0891028","bedrooms":"3","price":"280000","area":"572"} , +{"type":"Feature","id":"n1735695420","geometry":{"type":"Point","coordinates":[-0.0498207,51.4913439]},"properties":{"@type":"node","@id":1735695420,"@timestamp":1579704653},"coords":"51.4913439,-0.0498207","bedrooms":"3","price":"247000","area":"603"} , +{"type":"Feature","id":"n1735695469","geometry":{"type":"Point","coordinates":[-0.0553319,51.4913555]},"properties":{"@type":"node","@id":1735695469,"@timestamp":1579704653},"coords":"51.4913555,-0.0553319","bedrooms":"1","price":"155000","area":"599"} , +{"type":"Feature","id":"n1735695504","geometry":{"type":"Point","coordinates":[-0.0956135,51.4913654]},"properties":{"@type":"node","@id":1735695504,"@timestamp":1579694230},"coords":"51.4913654,-0.0956135","bedrooms":"3","price":"224000","area":"427"} , +{"type":"Feature","id":"n1735695522","geometry":{"type":"Point","coordinates":[-0.0949897,51.4913766]},"properties":{"@type":"node","@id":1735695522,"@timestamp":1579694230},"coords":"51.4913766,-0.0949897","bedrooms":"0","price":"237000","area":"516"} , +{"type":"Feature","id":"n1735695628","geometry":{"type":"Point","coordinates":[-0.0721622,51.4913895]},"properties":{"@type":"node","@id":1735695628,"@timestamp":1579691725},"coords":"51.4913895,-0.0721622","bedrooms":"1","price":"155000","area":"601"} , +{"type":"Feature","id":"n1735695720","geometry":{"type":"Point","coordinates":[-0.0525056,51.4914018]},"properties":{"@type":"node","@id":1735695720,"@timestamp":1579704653},"coords":"51.4914018,-0.0525056","bedrooms":"3","price":"206000","area":"550"} , +{"type":"Feature","id":"n1735695832","geometry":{"type":"Point","coordinates":[-0.0965205,51.4914073]},"properties":{"@type":"node","@id":1735695832,"@timestamp":1579694230},"coords":"51.4914073,-0.0965205","bedrooms":"3","price":"225000","area":"353"} , +{"type":"Feature","id":"n1735695887","geometry":{"type":"Point","coordinates":[-0.0826597,51.4914128]},"properties":{"@type":"node","@id":1735695887,"@timestamp":1579694113},"coords":"51.4914128,-0.0826597","bedrooms":"0","price":"270000","area":"673"} , +{"type":"Feature","id":"n1735695905","geometry":{"type":"Point","coordinates":[-0.0554578,51.4914234]},"properties":{"@type":"node","@id":1735695905,"@timestamp":1579704653},"coords":"51.4914234,-0.0554578","bedrooms":"0","price":"201000","area":"513"} , +{"type":"Feature","id":"n1735695915","geometry":{"type":"Point","coordinates":[-0.0492253,51.4914488]},"properties":{"@type":"node","@id":1735695915,"@timestamp":1579704653},"coords":"51.4914488,-0.0492253","bedrooms":"4","price":"156000","area":"673"} , +{"type":"Feature","id":"n1735695925","geometry":{"type":"Point","coordinates":[-0.049293,51.4914586]},"properties":{"@type":"node","@id":1735695925,"@timestamp":1579704653},"coords":"51.4914586,-0.049293","bedrooms":"3","price":"246000","area":"513"} , +{"type":"Feature","id":"n1735695975","geometry":{"type":"Point","coordinates":[-0.0530926,51.4914629]},"properties":{"@type":"node","@id":1735695975,"@timestamp":1579704653},"coords":"51.4914629,-0.0530926","bedrooms":"2","price":"215000","area":"415"} , +{"type":"Feature","id":"n1735696026","geometry":{"type":"Point","coordinates":[-0.0941509,51.4914726]},"properties":{"@type":"node","@id":1735696026,"@timestamp":1579694230},"coords":"51.4914726,-0.0941509","bedrooms":"0","price":"294000","area":"633"} , +{"type":"Feature","id":"n1735696063","geometry":{"type":"Point","coordinates":[-0.0828738,51.4914877]},"properties":{"@type":"node","@id":1735696063,"@timestamp":1579694113},"coords":"51.4914877,-0.0828738","bedrooms":"4","price":"206000","area":"570"} , +{"type":"Feature","id":"n1735696073","geometry":{"type":"Point","coordinates":[-0.0827702,51.4915013]},"properties":{"@type":"node","@id":1735696073,"@timestamp":1579694113},"coords":"51.4915013,-0.0827702","bedrooms":"4","price":"206000","area":"551"} , +{"type":"Feature","id":"n1735696083","geometry":{"type":"Point","coordinates":[-0.094595,51.4915141]},"properties":{"@type":"node","@id":1735696083,"@timestamp":1579694230},"coords":"51.4915141,-0.094595","bedrooms":"1","price":"260000","area":"509"} , +{"type":"Feature","id":"n1735696097","geometry":{"type":"Point","coordinates":[-0.0689591,51.4915329]},"properties":{"@type":"node","@id":1735696097,"@timestamp":1579691725},"coords":"51.4915329,-0.0689591","bedrooms":"3","price":"191000","area":"579"} , +{"type":"Feature","id":"n1735696125","geometry":{"type":"Point","coordinates":[-0.0847064,51.4915436]},"properties":{"@type":"node","@id":1735696125,"@timestamp":1579694113},"coords":"51.4915436,-0.0847064","bedrooms":"2","price":"183000","area":"657"} , +{"type":"Feature","id":"n1735696162","geometry":{"type":"Point","coordinates":[-0.0974247,51.4915666]},"properties":{"@type":"node","@id":1735696162,"@timestamp":1632689650},"coords":"51.4915666,-0.0974247","bedrooms":"3","price":"283000","area":"404"} , +{"type":"Feature","id":"n1735696192","geometry":{"type":"Point","coordinates":[-0.0607771,51.4915688]},"properties":{"@type":"node","@id":1735696192,"@timestamp":1579704653},"coords":"51.4915688,-0.0607771","bedrooms":"2","price":"252000","area":"651"} , +{"type":"Feature","id":"n1735696232","geometry":{"type":"Point","coordinates":[-0.0938755,51.4915813]},"properties":{"@type":"node","@id":1735696232,"@timestamp":1627125344},"coords":"51.4915813,-0.0938755","bedrooms":"2","price":"214000","area":"546"} , +{"type":"Feature","id":"n1735696243","geometry":{"type":"Point","coordinates":[-0.0490165,51.4915965]},"properties":{"@type":"node","@id":1735696243,"@timestamp":1579704653},"coords":"51.4915965,-0.0490165","bedrooms":"1","price":"184000","area":"589"} , +{"type":"Feature","id":"n1735696253","geometry":{"type":"Point","coordinates":[-0.0557742,51.491603]},"properties":{"@type":"node","@id":1735696253,"@timestamp":1579704653},"coords":"51.491603,-0.0557742","bedrooms":"2","price":"287000","area":"698"} , +{"type":"Feature","id":"n1735696264","geometry":{"type":"Point","coordinates":[-0.0502727,51.49161]},"properties":{"@type":"node","@id":1735696264,"@timestamp":1579704653},"coords":"51.49161,-0.0502727","bedrooms":"1","price":"191000","area":"551"} , +{"type":"Feature","id":"n1735696275","geometry":{"type":"Point","coordinates":[-0.0758968,51.4916199]},"properties":{"@type":"node","@id":1735696275,"@timestamp":1579691725},"coords":"51.4916199,-0.0758968","bedrooms":"3","price":"180000","area":"554"} , +{"type":"Feature","id":"n1735696285","geometry":{"type":"Point","coordinates":[-0.0675019,51.4916278]},"properties":{"@type":"node","@id":1735696285,"@timestamp":1579691725},"coords":"51.4916278,-0.0675019","bedrooms":"4","price":"263000","area":"687"} , +{"type":"Feature","id":"n1735696300","geometry":{"type":"Point","coordinates":[-0.0504372,51.4916341]},"properties":{"@type":"node","@id":1735696300,"@timestamp":1579704653},"coords":"51.4916341,-0.0504372","bedrooms":"4","price":"255000","area":"581"} , +{"type":"Feature","id":"n1735696339","geometry":{"type":"Point","coordinates":[-0.0980913,51.4916435]},"properties":{"@type":"node","@id":1735696339,"@timestamp":1579694230},"coords":"51.4916435,-0.0980913","bedrooms":"3","price":"158000","area":"661"} , +{"type":"Feature","id":"n1735696384","geometry":{"type":"Point","coordinates":[-0.0485857,51.4916512]},"properties":{"@type":"node","@id":1735696384,"@timestamp":1579704653},"coords":"51.4916512,-0.0485857","bedrooms":"1","price":"215000","area":"620"} , +{"type":"Feature","id":"n1735696445","geometry":{"type":"Point","coordinates":[-0.0527801,51.4916594]},"properties":{"@type":"node","@id":1735696445,"@timestamp":1579704653},"coords":"51.4916594,-0.0527801","bedrooms":"2","price":"184000","area":"680"} , +{"type":"Feature","id":"n1735696458","geometry":{"type":"Point","coordinates":[-0.0642942,51.4916653]},"properties":{"@type":"node","@id":1735696458,"@timestamp":1579691725},"coords":"51.4916653,-0.0642942","bedrooms":"2","price":"237000","area":"432"} , +{"type":"Feature","id":"n1735696468","geometry":{"type":"Point","coordinates":[-0.0644378,51.4916767]},"properties":{"@type":"node","@id":1735696468,"@timestamp":1579691725},"coords":"51.4916767,-0.0644378","bedrooms":"3","price":"200000","area":"542"} , +{"type":"Feature","id":"n1735696481","geometry":{"type":"Point","coordinates":[-0.0957312,51.491692]},"properties":{"@type":"node","@id":1735696481,"@timestamp":1579694230},"coords":"51.491692,-0.0957312","bedrooms":"2","price":"265000","area":"513"} , +{"type":"Feature","id":"n1735696492","geometry":{"type":"Point","coordinates":[-0.0852999,51.4917103]},"properties":{"@type":"node","@id":1735696492,"@timestamp":1579694113},"coords":"51.4917103,-0.0852999","bedrooms":"0","price":"289000","area":"496"} , +{"type":"Feature","id":"n1735696548","geometry":{"type":"Point","coordinates":[-0.0909275,51.491721]},"properties":{"@type":"node","@id":1735696548,"@timestamp":1579694230},"coords":"51.491721,-0.0909275","bedrooms":"3","price":"159000","area":"506"} , +{"type":"Feature","id":"n1735696622","geometry":{"type":"Point","coordinates":[-0.0732337,51.4917375]},"properties":{"@type":"node","@id":1735696622,"@timestamp":1579691725},"coords":"51.4917375,-0.0732337","bedrooms":"1","price":"261000","area":"615"} , +{"type":"Feature","id":"n1735696661","geometry":{"type":"Point","coordinates":[-0.057794,51.4917466]},"properties":{"@type":"node","@id":1735696661,"@timestamp":1579704653},"coords":"51.4917466,-0.057794","bedrooms":"0","price":"220000","area":"472"} , +{"type":"Feature","id":"n1735696708","geometry":{"type":"Point","coordinates":[-0.0674689,51.4917626]},"properties":{"@type":"node","@id":1735696708,"@timestamp":1579691725},"coords":"51.4917626,-0.0674689","bedrooms":"4","price":"240000","area":"480"} , +{"type":"Feature","id":"n1735696731","geometry":{"type":"Point","coordinates":[-0.0471331,51.4917674]},"properties":{"@type":"node","@id":1735696731,"@timestamp":1579704653},"coords":"51.4917674,-0.0471331","bedrooms":"1","price":"235000","area":"588"} , +{"type":"Feature","id":"n1735696743","geometry":{"type":"Point","coordinates":[-0.0459436,51.4917766]},"properties":{"@type":"node","@id":1735696743,"@timestamp":1579704653},"coords":"51.4917766,-0.0459436","bedrooms":"1","price":"209000","area":"688"} , +{"type":"Feature","id":"n1735696753","geometry":{"type":"Point","coordinates":[-0.0616387,51.4917833]},"properties":{"@type":"node","@id":1735696753,"@timestamp":1579704653},"coords":"51.4917833,-0.0616387","bedrooms":"0","price":"278000","area":"498"} , +{"type":"Feature","id":"n1735696764","geometry":{"type":"Point","coordinates":[-0.0740582,51.4917893]},"properties":{"@type":"node","@id":1735696764,"@timestamp":1579691725},"coords":"51.4917893,-0.0740582","bedrooms":"4","price":"284000","area":"576"} , +{"type":"Feature","id":"n1735696774","geometry":{"type":"Point","coordinates":[-0.066458,51.4917966]},"properties":{"@type":"node","@id":1735696774,"@timestamp":1579691725},"coords":"51.4917966,-0.066458","bedrooms":"4","price":"250000","area":"616"} , +{"type":"Feature","id":"n1735696784","geometry":{"type":"Point","coordinates":[-0.0525732,51.4918024]},"properties":{"@type":"node","@id":1735696784,"@timestamp":1579704653},"coords":"51.4918024,-0.0525732","bedrooms":"0","price":"223000","area":"483"} , +{"type":"Feature","id":"n1735696795","geometry":{"type":"Point","coordinates":[-0.1022294,51.4918096]},"properties":{"@type":"node","@id":1735696795,"@timestamp":1579704895},"coords":"51.4918096,-0.1022294","bedrooms":"1","price":"290000","area":"452"} , +{"type":"Feature","id":"n1735696807","geometry":{"type":"Point","coordinates":[-0.0578859,51.4918227]},"properties":{"@type":"node","@id":1735696807,"@timestamp":1579704653},"coords":"51.4918227,-0.0578859","bedrooms":"1","price":"180000","area":"501"} , +{"type":"Feature","id":"n1735696818","geometry":{"type":"Point","coordinates":[-0.0499696,51.491834]},"properties":{"@type":"node","@id":1735696818,"@timestamp":1579704653},"coords":"51.491834,-0.0499696","bedrooms":"2","price":"289000","area":"580"} , +{"type":"Feature","id":"n1735696830","geometry":{"type":"Point","coordinates":[-0.0615496,51.4918447]},"properties":{"@type":"node","@id":1735696830,"@timestamp":1579704653},"coords":"51.4918447,-0.0615496","bedrooms":"2","price":"272000","area":"659"} , +{"type":"Feature","id":"n1735696840","geometry":{"type":"Point","coordinates":[-0.093116,51.4918514]},"properties":{"@type":"node","@id":1735696840,"@timestamp":1579694230},"coords":"51.4918514,-0.093116","bedrooms":"1","price":"222000","area":"561"} , +{"type":"Feature","id":"n1735696850","geometry":{"type":"Point","coordinates":[-0.0927306,51.4918602]},"properties":{"@type":"node","@id":1735696850,"@timestamp":1579694230},"coords":"51.4918602,-0.0927306","bedrooms":"0","price":"260000","area":"487"} , +{"type":"Feature","id":"n1735696860","geometry":{"type":"Point","coordinates":[-0.0960664,51.4918694]},"properties":{"@type":"node","@id":1735696860,"@timestamp":1579694230},"coords":"51.4918694,-0.0960664","bedrooms":"0","price":"203000","area":"423"} , +{"type":"Feature","id":"n1735696870","geometry":{"type":"Point","coordinates":[-0.0480311,51.4918822]},"properties":{"@type":"node","@id":1735696870,"@timestamp":1579704653},"coords":"51.4918822,-0.0480311","bedrooms":"2","price":"184000","area":"562"} , +{"type":"Feature","id":"n1735696880","geometry":{"type":"Point","coordinates":[-0.1010761,51.4918889]},"properties":{"@type":"node","@id":1735696880,"@timestamp":1579704895},"coords":"51.4918889,-0.1010761","bedrooms":"4","price":"241000","area":"438"} , +{"type":"Feature","id":"n1735696891","geometry":{"type":"Point","coordinates":[-0.0868809,51.4918995]},"properties":{"@type":"node","@id":1735696891,"@timestamp":1579694230},"coords":"51.4918995,-0.0868809","bedrooms":"2","price":"177000","area":"507"} , +{"type":"Feature","id":"n1735696927","geometry":{"type":"Point","coordinates":[-0.0725122,51.4919096]},"properties":{"@type":"node","@id":1735696927,"@timestamp":1579691725},"coords":"51.4919096,-0.0725122","bedrooms":"4","price":"163000","area":"501"} , +{"type":"Feature","id":"n1735696952","geometry":{"type":"Point","coordinates":[-0.0748131,51.4919195]},"properties":{"@type":"node","@id":1735696952,"@timestamp":1579691725},"coords":"51.4919195,-0.0748131","bedrooms":"4","price":"268000","area":"660"} , +{"type":"Feature","id":"n1735696974","geometry":{"type":"Point","coordinates":[-0.0928511,51.4919308]},"properties":{"@type":"node","@id":1735696974,"@timestamp":1579694230},"coords":"51.4919308,-0.0928511","bedrooms":"1","price":"229000","area":"449"} , +{"type":"Feature","id":"n1735696985","geometry":{"type":"Point","coordinates":[-0.0740733,51.491937]},"properties":{"@type":"node","@id":1735696985,"@timestamp":1579691725},"coords":"51.491937,-0.0740733","bedrooms":"0","price":"269000","area":"570"} , +{"type":"Feature","id":"n1735696996","geometry":{"type":"Point","coordinates":[-0.0849492,51.4919455]},"properties":{"@type":"node","@id":1735696996,"@timestamp":1579694113},"coords":"51.4919455,-0.0849492","bedrooms":"0","price":"193000","area":"576"} , +{"type":"Feature","id":"n1735697014","geometry":{"type":"Point","coordinates":[-0.0578715,51.4919548]},"properties":{"@type":"node","@id":1735697014,"@timestamp":1579704653},"coords":"51.4919548,-0.0578715","bedrooms":"3","price":"266000","area":"350"} , +{"type":"Feature","id":"n1735697055","geometry":{"type":"Point","coordinates":[-0.079318,51.4919664]},"properties":{"@type":"node","@id":1735697055,"@timestamp":1579694113},"coords":"51.4919664,-0.079318","bedrooms":"3","price":"228000","area":"689"} , +{"type":"Feature","id":"n1735697102","geometry":{"type":"Point","coordinates":[-0.087096,51.491978]},"properties":{"@type":"node","@id":1735697102,"@timestamp":1486482423},"coords":"51.491978,-0.087096","bedrooms":"4","price":"175000","area":"425"} , +{"type":"Feature","id":"n1735697181","geometry":{"type":"Point","coordinates":[-0.0858799,51.4919914]},"properties":{"@type":"node","@id":1735697181,"@timestamp":1579694113},"coords":"51.4919914,-0.0858799","bedrooms":"2","price":"169000","area":"480"} , +{"type":"Feature","id":"n1735697251","geometry":{"type":"Point","coordinates":[-0.0648444,51.492003]},"properties":{"@type":"node","@id":1735697251,"@timestamp":1579691725},"coords":"51.492003,-0.0648444","bedrooms":"2","price":"246000","area":"687"} , +{"type":"Feature","id":"n1735697344","geometry":{"type":"Point","coordinates":[-0.0867157,51.4920138]},"properties":{"@type":"node","@id":1735697344,"@timestamp":1335730388},"coords":"51.4920138,-0.0867157","bedrooms":"3","price":"210000","area":"414"} , +{"type":"Feature","id":"n1735697440","geometry":{"type":"Point","coordinates":[-0.1019389,51.4920236]},"properties":{"@type":"node","@id":1735697440,"@timestamp":1579704895},"coords":"51.4920236,-0.1019389","bedrooms":"1","price":"268000","area":"649"} , +{"type":"Feature","id":"n1735697542","geometry":{"type":"Point","coordinates":[-0.0700943,51.4920328]},"properties":{"@type":"node","@id":1735697542,"@timestamp":1579691725},"coords":"51.4920328,-0.0700943","bedrooms":"2","price":"275000","area":"636"} , +{"type":"Feature","id":"n1735697627","geometry":{"type":"Point","coordinates":[-0.0947604,51.4920383]},"properties":{"@type":"node","@id":1735697627,"@timestamp":1579704895},"coords":"51.4920383,-0.0947604","bedrooms":"1","price":"173000","area":"618"} , +{"type":"Feature","id":"n1735697744","geometry":{"type":"Point","coordinates":[-0.0514045,51.4920495]},"properties":{"@type":"node","@id":1735697744,"@timestamp":1579704653},"coords":"51.4920495,-0.0514045","bedrooms":"2","price":"298000","area":"467"} , +{"type":"Feature","id":"n1735697849","geometry":{"type":"Point","coordinates":[-0.0969565,51.4920583]},"properties":{"@type":"node","@id":1735697849,"@timestamp":1579704895},"coords":"51.4920583,-0.0969565","bedrooms":"4","price":"222000","area":"457"} , +{"type":"Feature","id":"n1735698024","geometry":{"type":"Point","coordinates":[-0.0513875,51.492065]},"properties":{"@type":"node","@id":1735698024,"@timestamp":1579704653},"coords":"51.492065,-0.0513875","bedrooms":"4","price":"262000","area":"422"} , +{"type":"Feature","id":"n1735698174","geometry":{"type":"Point","coordinates":[-0.0908517,51.4920762]},"properties":{"@type":"node","@id":1735698174,"@timestamp":1579694261},"coords":"51.4920762,-0.0908517","bedrooms":"0","price":"204000","area":"588"} , +{"type":"Feature","id":"n1735698332","geometry":{"type":"Point","coordinates":[-0.053238,51.4920815]},"properties":{"@type":"node","@id":1735698332,"@timestamp":1579704653},"coords":"51.4920815,-0.053238","bedrooms":"3","price":"296000","area":"385"} , +{"type":"Feature","id":"n1735698466","geometry":{"type":"Point","coordinates":[-0.05475,51.4920887]},"properties":{"@type":"node","@id":1735698466,"@timestamp":1579704653},"coords":"51.4920887,-0.05475","bedrooms":"2","price":"210000","area":"565"} , +{"type":"Feature","id":"n1735698602","geometry":{"type":"Point","coordinates":[-0.0737645,51.4920957]},"properties":{"@type":"node","@id":1735698602,"@timestamp":1579691725},"coords":"51.4920957,-0.0737645","bedrooms":"4","price":"230000","area":"634"} , +{"type":"Feature","id":"n1735698700","geometry":{"type":"Point","coordinates":[-0.0511432,51.4921028]},"properties":{"@type":"node","@id":1735698700,"@timestamp":1579704653},"coords":"51.4921028,-0.0511432","bedrooms":"3","price":"259000","area":"392"} , +{"type":"Feature","id":"n1735698786","geometry":{"type":"Point","coordinates":[-0.0534096,51.4921097]},"properties":{"@type":"node","@id":1735698786,"@timestamp":1579704653},"coords":"51.4921097,-0.0534096","bedrooms":"3","price":"234000","area":"666"} , +{"type":"Feature","id":"n1735698875","geometry":{"type":"Point","coordinates":[-0.096807,51.4921167]},"properties":{"@type":"node","@id":1735698875,"@timestamp":1579694261},"coords":"51.4921167,-0.096807","bedrooms":"2","price":"263000","area":"586"} , +{"type":"Feature","id":"n1735698985","geometry":{"type":"Point","coordinates":[-0.0513686,51.4921257]},"properties":{"@type":"node","@id":1735698985,"@timestamp":1579704653},"coords":"51.4921257,-0.0513686","bedrooms":"4","price":"292000","area":"455"} , +{"type":"Feature","id":"n1735699104","geometry":{"type":"Point","coordinates":[-0.0965171,51.4921336]},"properties":{"@type":"node","@id":1735699104,"@timestamp":1579694261},"coords":"51.4921336,-0.0965171","bedrooms":"3","price":"177000","area":"660"} , +{"type":"Feature","id":"n1735699234","geometry":{"type":"Point","coordinates":[-0.0428816,51.4921461]},"properties":{"@type":"node","@id":1735699234,"@timestamp":1579704653},"coords":"51.4921461,-0.0428816","bedrooms":"4","price":"189000","area":"623"} , +{"type":"Feature","id":"n1735699354","geometry":{"type":"Point","coordinates":[-0.0998811,51.4921537]},"properties":{"@type":"node","@id":1735699354,"@timestamp":1579704895},"coords":"51.4921537,-0.0998811","bedrooms":"2","price":"192000","area":"439"} , +{"type":"Feature","id":"n1735699519","geometry":{"type":"Point","coordinates":[-0.0548636,51.4921668]},"properties":{"@type":"node","@id":1735699519,"@timestamp":1579704653},"coords":"51.4921668,-0.0548636","bedrooms":"2","price":"153000","area":"514"} , +{"type":"Feature","id":"n1735699616","geometry":{"type":"Point","coordinates":[-0.0526149,51.4921753]},"properties":{"@type":"node","@id":1735699616,"@timestamp":1579704653},"coords":"51.4921753,-0.0526149","bedrooms":"4","price":"272000","area":"614"} , +{"type":"Feature","id":"n1735699752","geometry":{"type":"Point","coordinates":[-0.0871673,51.4921892]},"properties":{"@type":"node","@id":1735699752,"@timestamp":1579694261},"coords":"51.4921892,-0.0871673","bedrooms":"2","price":"294000","area":"663"} , +{"type":"Feature","id":"n1735699830","geometry":{"type":"Point","coordinates":[-0.0535899,51.4921989]},"properties":{"@type":"node","@id":1735699830,"@timestamp":1579704653},"coords":"51.4921989,-0.0535899","bedrooms":"1","price":"246000","area":"687"} , +{"type":"Feature","id":"n1735699934","geometry":{"type":"Point","coordinates":[-0.0736727,51.4922111]},"properties":{"@type":"node","@id":1735699934,"@timestamp":1579691725},"coords":"51.4922111,-0.0736727","bedrooms":"0","price":"215000","area":"658"} , +{"type":"Feature","id":"n1735700012","geometry":{"type":"Point","coordinates":[-0.088106,51.492221]},"properties":{"@type":"node","@id":1735700012,"@timestamp":1579694261},"coords":"51.492221,-0.088106","bedrooms":"1","price":"210000","area":"456"} , +{"type":"Feature","id":"n1735700138","geometry":{"type":"Point","coordinates":[-0.0880408,51.4922286]},"properties":{"@type":"node","@id":1735700138,"@timestamp":1579694261},"coords":"51.4922286,-0.0880408","bedrooms":"1","price":"240000","area":"483"} , +{"type":"Feature","id":"n1735700210","geometry":{"type":"Point","coordinates":[-0.0979527,51.4922417]},"properties":{"@type":"node","@id":1735700210,"@timestamp":1579694261},"coords":"51.4922417,-0.0979527","bedrooms":"3","price":"230000","area":"608"} , +{"type":"Feature","id":"n1735700265","geometry":{"type":"Point","coordinates":[-0.0428051,51.4922528]},"properties":{"@type":"node","@id":1735700265,"@timestamp":1579704653},"coords":"51.4922528,-0.0428051","bedrooms":"1","price":"234000","area":"624"} , +{"type":"Feature","id":"n1735700338","geometry":{"type":"Point","coordinates":[-0.0866231,51.4922586]},"properties":{"@type":"node","@id":1735700338,"@timestamp":1579694113},"coords":"51.4922586,-0.0866231","bedrooms":"1","price":"296000","area":"488"} , +{"type":"Feature","id":"n1735700425","geometry":{"type":"Point","coordinates":[-0.0522563,51.4922648]},"properties":{"@type":"node","@id":1735700425,"@timestamp":1579704653},"coords":"51.4922648,-0.0522563","bedrooms":"2","price":"266000","area":"509"} , +{"type":"Feature","id":"n1735700506","geometry":{"type":"Point","coordinates":[-0.0537211,51.4922757]},"properties":{"@type":"node","@id":1735700506,"@timestamp":1579704653},"coords":"51.4922757,-0.0537211","bedrooms":"3","price":"219000","area":"696"} , +{"type":"Feature","id":"n1735700550","geometry":{"type":"Point","coordinates":[-0.0576014,51.4922832]},"properties":{"@type":"node","@id":1735700550,"@timestamp":1579704653},"coords":"51.4922832,-0.0576014","bedrooms":"3","price":"192000","area":"578"} , +{"type":"Feature","id":"n1735700599","geometry":{"type":"Point","coordinates":[-0.0892805,51.4922968]},"properties":{"@type":"node","@id":1735700599,"@timestamp":1579694261},"coords":"51.4922968,-0.0892805","bedrooms":"1","price":"286000","area":"580"} , +{"type":"Feature","id":"n1735700739","geometry":{"type":"Point","coordinates":[-0.0407918,51.4923069]},"properties":{"@type":"node","@id":1735700739,"@timestamp":1579704809},"coords":"51.4923069,-0.0407918","bedrooms":"3","price":"217000","area":"501"} , +{"type":"Feature","id":"n1735700782","geometry":{"type":"Point","coordinates":[-0.0959081,51.49231]},"properties":{"@type":"node","@id":1735700782,"@timestamp":1579694261},"coords":"51.49231,-0.0959081","bedrooms":"0","price":"298000","area":"568"} , +{"type":"Feature","id":"n1735700850","geometry":{"type":"Point","coordinates":[-0.0434357,51.4923263]},"properties":{"@type":"node","@id":1735700850,"@timestamp":1579704653},"coords":"51.4923263,-0.0434357","bedrooms":"0","price":"158000","area":"541"} , +{"type":"Feature","id":"n1735700911","geometry":{"type":"Point","coordinates":[-0.0764166,51.4923356]},"properties":{"@type":"node","@id":1735700911,"@timestamp":1579691725},"coords":"51.4923356,-0.0764166","bedrooms":"1","price":"170000","area":"610"} , +{"type":"Feature","id":"n1735700969","geometry":{"type":"Point","coordinates":[-0.0498168,51.4923427]},"properties":{"@type":"node","@id":1735700969,"@timestamp":1579704653},"coords":"51.4923427,-0.0498168","bedrooms":"3","price":"245000","area":"358"} , +{"type":"Feature","id":"n1735701027","geometry":{"type":"Point","coordinates":[-0.0719394,51.4923484]},"properties":{"@type":"node","@id":1735701027,"@timestamp":1579691725},"coords":"51.4923484,-0.0719394","bedrooms":"4","price":"233000","area":"612"} , +{"type":"Feature","id":"n1735701082","geometry":{"type":"Point","coordinates":[-0.057691,51.49236]},"properties":{"@type":"node","@id":1735701082,"@timestamp":1579704653},"coords":"51.49236,-0.057691","bedrooms":"1","price":"290000","area":"636"} , +{"type":"Feature","id":"n1735701161","geometry":{"type":"Point","coordinates":[-0.0455107,51.4923651]},"properties":{"@type":"node","@id":1735701161,"@timestamp":1579704653},"coords":"51.4923651,-0.0455107","bedrooms":"1","price":"239000","area":"498"} , +{"type":"Feature","id":"n1735701221","geometry":{"type":"Point","coordinates":[-0.0572486,51.492376]},"properties":{"@type":"node","@id":1735701221,"@timestamp":1579704653},"coords":"51.492376,-0.0572486","bedrooms":"2","price":"277000","area":"568"} , +{"type":"Feature","id":"n1735701277","geometry":{"type":"Point","coordinates":[-0.0851208,51.492387]},"properties":{"@type":"node","@id":1735701277,"@timestamp":1579694113},"coords":"51.492387,-0.0851208","bedrooms":"1","price":"222000","area":"519"} , +{"type":"Feature","id":"n1735701315","geometry":{"type":"Point","coordinates":[-0.0801571,51.4923939]},"properties":{"@type":"node","@id":1735701315,"@timestamp":1579694113},"coords":"51.4923939,-0.0801571","bedrooms":"1","price":"175000","area":"505"} , +{"type":"Feature","id":"n1735701377","geometry":{"type":"Point","coordinates":[-0.0567381,51.4924064]},"properties":{"@type":"node","@id":1735701377,"@timestamp":1579704653},"coords":"51.4924064,-0.0567381","bedrooms":"2","price":"191000","area":"558"} , +{"type":"Feature","id":"n1735701431","geometry":{"type":"Point","coordinates":[-0.0569156,51.4924155]},"properties":{"@type":"node","@id":1735701431,"@timestamp":1579704653},"coords":"51.4924155,-0.0569156","bedrooms":"2","price":"198000","area":"366"} , +{"type":"Feature","id":"n1735701494","geometry":{"type":"Point","coordinates":[-0.0733585,51.4924216]},"properties":{"@type":"node","@id":1735701494,"@timestamp":1579691725},"coords":"51.4924216,-0.0733585","bedrooms":"3","price":"295000","area":"662"} , +{"type":"Feature","id":"n1735701614","geometry":{"type":"Point","coordinates":[-0.0408754,51.492437]},"properties":{"@type":"node","@id":1735701614,"@timestamp":1579704809},"coords":"51.492437,-0.0408754","bedrooms":"0","price":"240000","area":"595"} , +{"type":"Feature","id":"n1735701738","geometry":{"type":"Point","coordinates":[-0.0487884,51.49245]},"properties":{"@type":"node","@id":1735701738,"@timestamp":1579704653},"coords":"51.49245,-0.0487884","bedrooms":"3","price":"205000","area":"580"} , +{"type":"Feature","id":"n1735701867","geometry":{"type":"Point","coordinates":[-0.0460301,51.4924623]},"properties":{"@type":"node","@id":1735701867,"@timestamp":1579704653},"coords":"51.4924623,-0.0460301","bedrooms":"1","price":"151000","area":"647"} , +{"type":"Feature","id":"n1735702028","geometry":{"type":"Point","coordinates":[-0.0415135,51.492474]},"properties":{"@type":"node","@id":1735702028,"@timestamp":1579704653},"coords":"51.492474,-0.0415135","bedrooms":"1","price":"277000","area":"503"} , +{"type":"Feature","id":"n1735702200","geometry":{"type":"Point","coordinates":[-0.0447226,51.4925263]},"properties":{"@type":"node","@id":1735702200,"@timestamp":1579704653},"coords":"51.4925263,-0.0447226","bedrooms":"1","price":"242000","area":"442"} , +{"type":"Feature","id":"n1735702350","geometry":{"type":"Point","coordinates":[-0.0673702,51.4925073]},"properties":{"@type":"node","@id":1735702350,"@timestamp":1579691725},"coords":"51.4925073,-0.0673702","bedrooms":"4","price":"255000","area":"520"} , +{"type":"Feature","id":"n1735702542","geometry":{"type":"Point","coordinates":[-0.0588848,51.4925201]},"properties":{"@type":"node","@id":1735702542,"@timestamp":1579704653},"coords":"51.4925201,-0.0588848","bedrooms":"0","price":"174000","area":"479"} , +{"type":"Feature","id":"n1735702637","geometry":{"type":"Point","coordinates":[-0.0949505,51.4925285]},"properties":{"@type":"node","@id":1735702637,"@timestamp":1579694261},"coords":"51.4925285,-0.0949505","bedrooms":"2","price":"172000","area":"597"} , +{"type":"Feature","id":"n1735702758","geometry":{"type":"Point","coordinates":[-0.0562384,51.4925365]},"properties":{"@type":"node","@id":1735702758,"@timestamp":1579704653},"coords":"51.4925365,-0.0562384","bedrooms":"0","price":"210000","area":"391"} , +{"type":"Feature","id":"n1735702977","geometry":{"type":"Point","coordinates":[-0.0521399,51.4925495]},"properties":{"@type":"node","@id":1735702977,"@timestamp":1579704653},"coords":"51.4925495,-0.0521399","bedrooms":"4","price":"187000","area":"686"} , +{"type":"Feature","id":"n1735703158","geometry":{"type":"Point","coordinates":[-0.052202,51.4925592]},"properties":{"@type":"node","@id":1735703158,"@timestamp":1579704653},"coords":"51.4925592,-0.052202","bedrooms":"1","price":"261000","area":"666"} , +{"type":"Feature","id":"n1735703264","geometry":{"type":"Point","coordinates":[-0.0769427,51.4925711]},"properties":{"@type":"node","@id":1735703264,"@timestamp":1579691725},"coords":"51.4925711,-0.0769427","bedrooms":"3","price":"183000","area":"554"} , +{"type":"Feature","id":"n1735703356","geometry":{"type":"Point","coordinates":[-0.086101,51.492582]},"properties":{"@type":"node","@id":1735703356,"@timestamp":1579694113},"coords":"51.492582,-0.086101","bedrooms":"3","price":"169000","area":"466"} , +{"type":"Feature","id":"n1735703417","geometry":{"type":"Point","coordinates":[-0.0885724,51.492597]},"properties":{"@type":"node","@id":1735703417,"@timestamp":1579694261},"coords":"51.492597,-0.0885724","bedrooms":"0","price":"157000","area":"587"} , +{"type":"Feature","id":"n1735703518","geometry":{"type":"Point","coordinates":[-0.0870323,51.4926059]},"properties":{"@type":"node","@id":1735703518,"@timestamp":1579694261},"coords":"51.4926059,-0.0870323","bedrooms":"2","price":"167000","area":"643"} , +{"type":"Feature","id":"n1735703620","geometry":{"type":"Point","coordinates":[-0.071196,51.492614]},"properties":{"@type":"node","@id":1735703620,"@timestamp":1579691725},"coords":"51.492614,-0.071196","bedrooms":"1","price":"195000","area":"592"} , +{"type":"Feature","id":"n1735703680","geometry":{"type":"Point","coordinates":[-0.0953811,51.4926184]},"properties":{"@type":"node","@id":1735703680,"@timestamp":1579694261},"coords":"51.4926184,-0.0953811","bedrooms":"3","price":"216000","area":"521"} , +{"type":"Feature","id":"n1735703745","geometry":{"type":"Point","coordinates":[-0.0886176,51.492628]},"properties":{"@type":"node","@id":1735703745,"@timestamp":1579694261},"coords":"51.492628,-0.0886176","bedrooms":"3","price":"167000","area":"605"} , +{"type":"Feature","id":"n1735703808","geometry":{"type":"Point","coordinates":[-0.0680851,51.492636]},"properties":{"@type":"node","@id":1735703808,"@timestamp":1579691725},"coords":"51.492636,-0.0680851","bedrooms":"2","price":"179000","area":"455"} , +{"type":"Feature","id":"n1735703890","geometry":{"type":"Point","coordinates":[-0.0922974,51.4926415]},"properties":{"@type":"node","@id":1735703890,"@timestamp":1579694261},"coords":"51.4926415,-0.0922974","bedrooms":"2","price":"233000","area":"443"} , +{"type":"Feature","id":"n1735703953","geometry":{"type":"Point","coordinates":[-0.0563804,51.4926518]},"properties":{"@type":"node","@id":1735703953,"@timestamp":1579704653},"coords":"51.4926518,-0.0563804","bedrooms":"0","price":"204000","area":"528"} , +{"type":"Feature","id":"n1735703976","geometry":{"type":"Point","coordinates":[-0.0684442,51.49266]},"properties":{"@type":"node","@id":1735703976,"@timestamp":1579691725},"coords":"51.49266,-0.0684442","bedrooms":"4","price":"167000","area":"407"} , +{"type":"Feature","id":"n1735703987","geometry":{"type":"Point","coordinates":[-0.056861,51.4926694]},"properties":{"@type":"node","@id":1735703987,"@timestamp":1579704653},"coords":"51.4926694,-0.056861","bedrooms":"3","price":"275000","area":"364"} , +{"type":"Feature","id":"n1735703997","geometry":{"type":"Point","coordinates":[-0.0842177,51.4926759]},"properties":{"@type":"node","@id":1735703997,"@timestamp":1579694113},"coords":"51.4926759,-0.0842177","bedrooms":"2","price":"220000","area":"691"} , +{"type":"Feature","id":"n1735704008","geometry":{"type":"Point","coordinates":[-0.0926478,51.4926851]},"properties":{"@type":"node","@id":1735704008,"@timestamp":1579694261},"coords":"51.4926851,-0.0926478","bedrooms":"3","price":"253000","area":"446"} , +{"type":"Feature","id":"n1735704038","geometry":{"type":"Point","coordinates":[-0.0926971,51.4926942]},"properties":{"@type":"node","@id":1735704038,"@timestamp":1579694261},"coords":"51.4926942,-0.0926971","bedrooms":"1","price":"175000","area":"555"} , +{"type":"Feature","id":"n1735704063","geometry":{"type":"Point","coordinates":[-0.0869723,51.4927012]},"properties":{"@type":"node","@id":1735704063,"@timestamp":1579694261},"coords":"51.4927012,-0.0869723","bedrooms":"0","price":"181000","area":"429"} , +{"type":"Feature","id":"n1735704077","geometry":{"type":"Point","coordinates":[-0.0917567,51.4927092]},"properties":{"@type":"node","@id":1735704077,"@timestamp":1579694261},"coords":"51.4927092,-0.0917567","bedrooms":"2","price":"249000","area":"423"} , +{"type":"Feature","id":"n1735704097","geometry":{"type":"Point","coordinates":[-0.0925964,51.4927152]},"properties":{"@type":"node","@id":1735704097,"@timestamp":1579694261},"coords":"51.4927152,-0.0925964","bedrooms":"2","price":"223000","area":"622"} , +{"type":"Feature","id":"n1735704143","geometry":{"type":"Point","coordinates":[-0.091659,51.4927206]},"properties":{"@type":"node","@id":1735704143,"@timestamp":1579694261},"coords":"51.4927206,-0.091659","bedrooms":"0","price":"240000","area":"496"} , +{"type":"Feature","id":"n1735704178","geometry":{"type":"Point","coordinates":[-0.045073,51.492725]},"properties":{"@type":"node","@id":1735704178,"@timestamp":1579704653},"coords":"51.492725,-0.045073","bedrooms":"3","price":"223000","area":"394"} , +{"type":"Feature","id":"n1735704189","geometry":{"type":"Point","coordinates":[-0.0426547,51.4927359]},"properties":{"@type":"node","@id":1735704189,"@timestamp":1579704653},"coords":"51.4927359,-0.0426547","bedrooms":"3","price":"173000","area":"565"} , +{"type":"Feature","id":"n1735704203","geometry":{"type":"Point","coordinates":[-0.0873055,51.4927428]},"properties":{"@type":"node","@id":1735704203,"@timestamp":1579694261},"coords":"51.4927428,-0.0873055","bedrooms":"1","price":"198000","area":"684"} , +{"type":"Feature","id":"n1735704223","geometry":{"type":"Point","coordinates":[-0.0644219,51.4927511]},"properties":{"@type":"node","@id":1735704223,"@timestamp":1579691725},"coords":"51.4927511,-0.0644219","bedrooms":"0","price":"267000","area":"431"} , +{"type":"Feature","id":"n1735704263","geometry":{"type":"Point","coordinates":[-0.0422937,51.4927568]},"properties":{"@type":"node","@id":1735704263,"@timestamp":1579704653},"coords":"51.4927568,-0.0422937","bedrooms":"4","price":"250000","area":"350"} , +{"type":"Feature","id":"n1735704301","geometry":{"type":"Point","coordinates":[-0.0451475,51.4927631]},"properties":{"@type":"node","@id":1735704301,"@timestamp":1579704653},"coords":"51.4927631,-0.0451475","bedrooms":"4","price":"298000","area":"479"} , +{"type":"Feature","id":"n1735704328","geometry":{"type":"Point","coordinates":[-0.0579608,51.4927689]},"properties":{"@type":"node","@id":1735704328,"@timestamp":1579704653},"coords":"51.4927689,-0.0579608","bedrooms":"3","price":"215000","area":"655"} , +{"type":"Feature","id":"n1735704362","geometry":{"type":"Point","coordinates":[-0.0916822,51.4927744]},"properties":{"@type":"node","@id":1735704362,"@timestamp":1579694261},"coords":"51.4927744,-0.0916822","bedrooms":"1","price":"267000","area":"379"} , +{"type":"Feature","id":"n1735704391","geometry":{"type":"Point","coordinates":[-0.0486456,51.4927818]},"properties":{"@type":"node","@id":1735704391,"@timestamp":1579704653},"coords":"51.4927818,-0.0486456","bedrooms":"2","price":"258000","area":"697"} , +{"type":"Feature","id":"n1735704436","geometry":{"type":"Point","coordinates":[-0.0667742,51.4927897]},"properties":{"@type":"node","@id":1735704436,"@timestamp":1579691725},"coords":"51.4927897,-0.0667742","bedrooms":"2","price":"203000","area":"617"} , +{"type":"Feature","id":"n1735704486","geometry":{"type":"Point","coordinates":[-0.0582103,51.4927967]},"properties":{"@type":"node","@id":1735704486,"@timestamp":1579704653},"coords":"51.4927967,-0.0582103","bedrooms":"2","price":"279000","area":"479"} , +{"type":"Feature","id":"n1735704503","geometry":{"type":"Point","coordinates":[-0.0423206,51.4928022]},"properties":{"@type":"node","@id":1735704503,"@timestamp":1579704653},"coords":"51.4928022,-0.0423206","bedrooms":"3","price":"258000","area":"388"} , +{"type":"Feature","id":"n1735704515","geometry":{"type":"Point","coordinates":[-0.0705698,51.4928118]},"properties":{"@type":"node","@id":1735704515,"@timestamp":1579691725},"coords":"51.4928118,-0.0705698","bedrooms":"2","price":"179000","area":"693"} , +{"type":"Feature","id":"n1735704557","geometry":{"type":"Point","coordinates":[-0.0451455,51.4928582]},"properties":{"@type":"node","@id":1735704557,"@timestamp":1579704653},"coords":"51.4928582,-0.0451455","bedrooms":"1","price":"174000","area":"480"} , +{"type":"Feature","id":"n1735704606","geometry":{"type":"Point","coordinates":[-0.0633954,51.4928707]},"properties":{"@type":"node","@id":1735704606,"@timestamp":1579704653},"coords":"51.4928707,-0.0633954","bedrooms":"2","price":"293000","area":"390"} , +{"type":"Feature","id":"n1735704642","geometry":{"type":"Point","coordinates":[-0.0487556,51.4928366]},"properties":{"@type":"node","@id":1735704642,"@timestamp":1579704653},"coords":"51.4928366,-0.0487556","bedrooms":"2","price":"194000","area":"461"} , +{"type":"Feature","id":"n1735704652","geometry":{"type":"Point","coordinates":[-0.04813,51.492846]},"properties":{"@type":"node","@id":1735704652,"@timestamp":1579704653},"coords":"51.492846,-0.04813","bedrooms":"0","price":"174000","area":"492"} , +{"type":"Feature","id":"n1735704663","geometry":{"type":"Point","coordinates":[-0.1025348,51.4928531]},"properties":{"@type":"node","@id":1735704663,"@timestamp":1579704895},"coords":"51.4928531,-0.1025348","bedrooms":"4","price":"230000","area":"589"} , +{"type":"Feature","id":"n1735704681","geometry":{"type":"Point","coordinates":[-0.0664909,51.4928615]},"properties":{"@type":"node","@id":1735704681,"@timestamp":1579691725},"coords":"51.4928615,-0.0664909","bedrooms":"2","price":"191000","area":"415"} , +{"type":"Feature","id":"n1735704740","geometry":{"type":"Point","coordinates":[-0.0982205,51.4928663]},"properties":{"@type":"node","@id":1735704740,"@timestamp":1579694261},"coords":"51.4928663,-0.0982205","bedrooms":"1","price":"258000","area":"510"} , +{"type":"Feature","id":"n1735704768","geometry":{"type":"Point","coordinates":[-0.0456209,51.4928747]},"properties":{"@type":"node","@id":1735704768,"@timestamp":1579704653},"coords":"51.4928747,-0.0456209","bedrooms":"1","price":"200000","area":"579"} , +{"type":"Feature","id":"n1735704780","geometry":{"type":"Point","coordinates":[-0.0569813,51.4928801]},"properties":{"@type":"node","@id":1735704780,"@timestamp":1579704653},"coords":"51.4928801,-0.0569813","bedrooms":"3","price":"235000","area":"425"} , +{"type":"Feature","id":"n1735704791","geometry":{"type":"Point","coordinates":[-0.102318,51.4928851]},"properties":{"@type":"node","@id":1735704791,"@timestamp":1579704895},"coords":"51.4928851,-0.102318","bedrooms":"0","price":"165000","area":"436"} , +{"type":"Feature","id":"n1735704805","geometry":{"type":"Point","coordinates":[-0.0573876,51.4928896]},"properties":{"@type":"node","@id":1735704805,"@timestamp":1579704653},"coords":"51.4928896,-0.0573876","bedrooms":"1","price":"254000","area":"601"} , +{"type":"Feature","id":"n1735704849","geometry":{"type":"Point","coordinates":[-0.0982771,51.4928949]},"properties":{"@type":"node","@id":1735704849,"@timestamp":1579694261},"coords":"51.4928949,-0.0982771","bedrooms":"3","price":"155000","area":"693"} , +{"type":"Feature","id":"n1735704883","geometry":{"type":"Point","coordinates":[-0.068042,51.4928989]},"properties":{"@type":"node","@id":1735704883,"@timestamp":1579691725},"coords":"51.4928989,-0.068042","bedrooms":"2","price":"281000","area":"410"} , +{"type":"Feature","id":"n1735704893","geometry":{"type":"Point","coordinates":[-0.0600321,51.4929047]},"properties":{"@type":"node","@id":1735704893,"@timestamp":1579704653},"coords":"51.4929047,-0.0600321","bedrooms":"2","price":"204000","area":"688"} , +{"type":"Feature","id":"n1735704920","geometry":{"type":"Point","coordinates":[-0.0941847,51.492914]},"properties":{"@type":"node","@id":1735704920,"@timestamp":1579694261},"coords":"51.492914,-0.0941847","bedrooms":"2","price":"265000","area":"547"} , +{"type":"Feature","id":"n1735704931","geometry":{"type":"Point","coordinates":[-0.042872,51.4929235]},"properties":{"@type":"node","@id":1735704931,"@timestamp":1579704653},"coords":"51.4929235,-0.042872","bedrooms":"0","price":"249000","area":"453"} , +{"type":"Feature","id":"n1735704943","geometry":{"type":"Point","coordinates":[-0.0981607,51.4929313]},"properties":{"@type":"node","@id":1735704943,"@timestamp":1579694261},"coords":"51.4929313,-0.0981607","bedrooms":"1","price":"222000","area":"420"} , +{"type":"Feature","id":"n1735704953","geometry":{"type":"Point","coordinates":[-0.0730909,51.4929355]},"properties":{"@type":"node","@id":1735704953,"@timestamp":1579691725},"coords":"51.4929355,-0.0730909","bedrooms":"4","price":"185000","area":"589"} , +{"type":"Feature","id":"n1735704963","geometry":{"type":"Point","coordinates":[-0.0482728,51.4929411]},"properties":{"@type":"node","@id":1735704963,"@timestamp":1579704653},"coords":"51.4929411,-0.0482728","bedrooms":"0","price":"219000","area":"381"} , +{"type":"Feature","id":"n1735704975","geometry":{"type":"Point","coordinates":[-0.0709841,51.4929456]},"properties":{"@type":"node","@id":1735704975,"@timestamp":1579691725},"coords":"51.4929456,-0.0709841","bedrooms":"0","price":"167000","area":"384"} , +{"type":"Feature","id":"n1735704985","geometry":{"type":"Point","coordinates":[-0.0895393,51.4929528]},"properties":{"@type":"node","@id":1735704985,"@timestamp":1579694261},"coords":"51.4929528,-0.0895393","bedrooms":"0","price":"287000","area":"658"} , +{"type":"Feature","id":"n1735705039","geometry":{"type":"Point","coordinates":[-0.0710141,51.4929627]},"properties":{"@type":"node","@id":1735705039,"@timestamp":1579691725},"coords":"51.4929627,-0.0710141","bedrooms":"4","price":"276000","area":"525"} , +{"type":"Feature","id":"n1735705083","geometry":{"type":"Point","coordinates":[-0.0748494,51.49297]},"properties":{"@type":"node","@id":1735705083,"@timestamp":1579691725},"coords":"51.49297,-0.0748494","bedrooms":"4","price":"239000","area":"598"} , +{"type":"Feature","id":"n1735705104","geometry":{"type":"Point","coordinates":[-0.0856271,51.492975]},"properties":{"@type":"node","@id":1735705104,"@timestamp":1579694113},"coords":"51.492975,-0.0856271","bedrooms":"4","price":"166000","area":"473"} , +{"type":"Feature","id":"n1735705126","geometry":{"type":"Point","coordinates":[-0.0855663,51.4929794]},"properties":{"@type":"node","@id":1735705126,"@timestamp":1579694113},"coords":"51.4929794,-0.0855663","bedrooms":"4","price":"259000","area":"598"} , +{"type":"Feature","id":"n1735705148","geometry":{"type":"Point","coordinates":[-0.0680084,51.4929875]},"properties":{"@type":"node","@id":1735705148,"@timestamp":1579691725},"coords":"51.4929875,-0.0680084","bedrooms":"3","price":"251000","area":"592"} , +{"type":"Feature","id":"n1735705161","geometry":{"type":"Point","coordinates":[-0.0854145,51.492994]},"properties":{"@type":"node","@id":1735705161,"@timestamp":1579694113},"coords":"51.492994,-0.0854145","bedrooms":"3","price":"256000","area":"378"} , +{"type":"Feature","id":"n1735705172","geometry":{"type":"Point","coordinates":[-0.0687841,51.4930031]},"properties":{"@type":"node","@id":1735705172,"@timestamp":1579691725},"coords":"51.4930031,-0.0687841","bedrooms":"3","price":"168000","area":"556"} , +{"type":"Feature","id":"n1735705183","geometry":{"type":"Point","coordinates":[-0.1027195,51.493013]},"properties":{"@type":"node","@id":1735705183,"@timestamp":1579704895},"coords":"51.493013,-0.1027195","bedrooms":"2","price":"258000","area":"389"} , +{"type":"Feature","id":"n1735705194","geometry":{"type":"Point","coordinates":[-0.0448503,51.4930205]},"properties":{"@type":"node","@id":1735705194,"@timestamp":1579704653},"coords":"51.4930205,-0.0448503","bedrooms":"4","price":"222000","area":"574"} , +{"type":"Feature","id":"n1735705206","geometry":{"type":"Point","coordinates":[-0.0667588,51.4930294]},"properties":{"@type":"node","@id":1735705206,"@timestamp":1579694113},"coords":"51.4930294,-0.0667588","bedrooms":"0","price":"242000","area":"577"} , +{"type":"Feature","id":"n1735705222","geometry":{"type":"Point","coordinates":[-0.0782442,51.4930369]},"properties":{"@type":"node","@id":1735705222,"@timestamp":1579691725},"coords":"51.4930369,-0.0782442","bedrooms":"1","price":"188000","area":"386"} , +{"type":"Feature","id":"n1735705235","geometry":{"type":"Point","coordinates":[-0.0855044,51.4930444]},"properties":{"@type":"node","@id":1735705235,"@timestamp":1579694113},"coords":"51.4930444,-0.0855044","bedrooms":"2","price":"163000","area":"596"} , +{"type":"Feature","id":"n1735705247","geometry":{"type":"Point","coordinates":[-0.0410566,51.4930509]},"properties":{"@type":"node","@id":1735705247,"@timestamp":1579704809},"coords":"51.4930509,-0.0410566","bedrooms":"4","price":"203000","area":"373"} , +{"type":"Feature","id":"n1735705257","geometry":{"type":"Point","coordinates":[-0.0651718,51.4930556]},"properties":{"@type":"node","@id":1735705257,"@timestamp":1579694113},"coords":"51.4930556,-0.0651718","bedrooms":"3","price":"216000","area":"516"} , +{"type":"Feature","id":"n1735705269","geometry":{"type":"Point","coordinates":[-0.0968126,51.4930602]},"properties":{"@type":"node","@id":1735705269,"@timestamp":1579694261},"coords":"51.4930602,-0.0968126","bedrooms":"2","price":"276000","area":"585"} , +{"type":"Feature","id":"n1735705296","geometry":{"type":"Point","coordinates":[-0.0482715,51.4930732]},"properties":{"@type":"node","@id":1735705296,"@timestamp":1579704653},"coords":"51.4930732,-0.0482715","bedrooms":"4","price":"281000","area":"630"} , +{"type":"Feature","id":"n1735705346","geometry":{"type":"Point","coordinates":[-0.0914468,51.4930816]},"properties":{"@type":"node","@id":1735705346,"@timestamp":1579694261},"coords":"51.4930816,-0.0914468","bedrooms":"1","price":"244000","area":"385"} , +{"type":"Feature","id":"n1735705405","geometry":{"type":"Point","coordinates":[-0.0916706,51.4930885]},"properties":{"@type":"node","@id":1735705405,"@timestamp":1579694261},"coords":"51.4930885,-0.0916706","bedrooms":"1","price":"185000","area":"644"} , +{"type":"Feature","id":"n1735705451","geometry":{"type":"Point","coordinates":[-0.0970423,51.4930972]},"properties":{"@type":"node","@id":1735705451,"@timestamp":1579694261},"coords":"51.4930972,-0.0970423","bedrooms":"4","price":"234000","area":"390"} , +{"type":"Feature","id":"n1735705487","geometry":{"type":"Point","coordinates":[-0.042567,51.4931031]},"properties":{"@type":"node","@id":1735705487,"@timestamp":1579704653},"coords":"51.4931031,-0.042567","bedrooms":"4","price":"177000","area":"359"} , +{"type":"Feature","id":"n1735705524","geometry":{"type":"Point","coordinates":[-0.0852478,51.4931101]},"properties":{"@type":"node","@id":1735705524,"@timestamp":1579694113},"coords":"51.4931101,-0.0852478","bedrooms":"2","price":"213000","area":"639"} , +{"type":"Feature","id":"n1735705577","geometry":{"type":"Point","coordinates":[-0.0407368,51.4931175]},"properties":{"@type":"node","@id":1735705577,"@timestamp":1579704809},"coords":"51.4931175,-0.0407368","bedrooms":"1","price":"296000","area":"696"} , +{"type":"Feature","id":"n1735705628","geometry":{"type":"Point","coordinates":[-0.0424675,51.4931269]},"properties":{"@type":"node","@id":1735705628,"@timestamp":1579704653},"coords":"51.4931269,-0.0424675","bedrooms":"0","price":"188000","area":"509"} , +{"type":"Feature","id":"n1735705671","geometry":{"type":"Point","coordinates":[-0.0642897,51.4931347]},"properties":{"@type":"node","@id":1735705671,"@timestamp":1579704693},"coords":"51.4931347,-0.0642897","bedrooms":"4","price":"268000","area":"384"} , +{"type":"Feature","id":"n1735705713","geometry":{"type":"Point","coordinates":[-0.0491566,51.4931405]},"properties":{"@type":"node","@id":1735705713,"@timestamp":1579704653},"coords":"51.4931405,-0.0491566","bedrooms":"1","price":"183000","area":"389"} , +{"type":"Feature","id":"n1735705787","geometry":{"type":"Point","coordinates":[-0.088846,51.493149]},"properties":{"@type":"node","@id":1735705787,"@timestamp":1579694261},"coords":"51.493149,-0.088846","bedrooms":"2","price":"153000","area":"696"} , +{"type":"Feature","id":"n1735705857","geometry":{"type":"Point","coordinates":[-0.0962071,51.4931529]},"properties":{"@type":"node","@id":1735705857,"@timestamp":1579694261},"coords":"51.4931529,-0.0962071","bedrooms":"0","price":"187000","area":"356"} , +{"type":"Feature","id":"n1735705877","geometry":{"type":"Point","coordinates":[-0.0662073,51.4931607]},"properties":{"@type":"node","@id":1735705877,"@timestamp":1579694113},"coords":"51.4931607,-0.0662073","bedrooms":"3","price":"218000","area":"353"} , +{"type":"Feature","id":"n1735705888","geometry":{"type":"Point","coordinates":[-0.0664062,51.4931679]},"properties":{"@type":"node","@id":1735705888,"@timestamp":1579694113},"coords":"51.4931679,-0.0664062","bedrooms":"4","price":"283000","area":"604"} , +{"type":"Feature","id":"n1735705898","geometry":{"type":"Point","coordinates":[-0.038469,51.4931778]},"properties":{"@type":"node","@id":1735705898,"@timestamp":1579704809},"coords":"51.4931778,-0.038469","bedrooms":"2","price":"239000","area":"610"} , +{"type":"Feature","id":"n1735705908","geometry":{"type":"Point","coordinates":[-0.0916692,51.4931824]},"properties":{"@type":"node","@id":1735705908,"@timestamp":1579694261},"coords":"51.4931824,-0.0916692","bedrooms":"2","price":"182000","area":"578"} , +{"type":"Feature","id":"n1735705920","geometry":{"type":"Point","coordinates":[-0.0421957,51.4931916]},"properties":{"@type":"node","@id":1735705920,"@timestamp":1579704653},"coords":"51.4931916,-0.0421957","bedrooms":"3","price":"286000","area":"660"} , +{"type":"Feature","id":"n1735705932","geometry":{"type":"Point","coordinates":[-0.0661008,51.493198]},"properties":{"@type":"node","@id":1735705932,"@timestamp":1579694113},"coords":"51.493198,-0.0661008","bedrooms":"2","price":"249000","area":"381"} , +{"type":"Feature","id":"n1735705942","geometry":{"type":"Point","coordinates":[-0.0418121,51.4932023]},"properties":{"@type":"node","@id":1735705942,"@timestamp":1579704653},"coords":"51.4932023,-0.0418121","bedrooms":"1","price":"227000","area":"477"} , +{"type":"Feature","id":"n1735705952","geometry":{"type":"Point","coordinates":[-0.0711981,51.4932057]},"properties":{"@type":"node","@id":1735705952,"@timestamp":1579691725},"coords":"51.4932057,-0.0711981","bedrooms":"3","price":"175000","area":"452"} , +{"type":"Feature","id":"n1735705963","geometry":{"type":"Point","coordinates":[-0.0937034,51.4932112]},"properties":{"@type":"node","@id":1735705963,"@timestamp":1579694261},"coords":"51.4932112,-0.0937034","bedrooms":"2","price":"282000","area":"571"} , +{"type":"Feature","id":"n1735705974","geometry":{"type":"Point","coordinates":[-0.0417148,51.4932186]},"properties":{"@type":"node","@id":1735705974,"@timestamp":1579704653},"coords":"51.4932186,-0.0417148","bedrooms":"1","price":"160000","area":"586"} , +{"type":"Feature","id":"n1735705985","geometry":{"type":"Point","coordinates":[-0.0516993,51.4932251]},"properties":{"@type":"node","@id":1735705985,"@timestamp":1579704653},"coords":"51.4932251,-0.0516993","bedrooms":"0","price":"229000","area":"365"} , +{"type":"Feature","id":"n1735705995","geometry":{"type":"Point","coordinates":[-0.0956532,51.4932306]},"properties":{"@type":"node","@id":1735705995,"@timestamp":1579694261},"coords":"51.4932306,-0.0956532","bedrooms":"3","price":"250000","area":"684"} , +{"type":"Feature","id":"n1735706006","geometry":{"type":"Point","coordinates":[-0.0396151,51.4932368]},"properties":{"@type":"node","@id":1735706006,"@timestamp":1579704809},"coords":"51.4932368,-0.0396151","bedrooms":"1","price":"264000","area":"642"} , +{"type":"Feature","id":"n1735706016","geometry":{"type":"Point","coordinates":[-0.0908202,51.4932422]},"properties":{"@type":"node","@id":1735706016,"@timestamp":1579694261},"coords":"51.4932422,-0.0908202","bedrooms":"4","price":"168000","area":"351"} , +{"type":"Feature","id":"n1735706050","geometry":{"type":"Point","coordinates":[-0.0952615,51.4932516]},"properties":{"@type":"node","@id":1735706050,"@timestamp":1579694261},"coords":"51.4932516,-0.0952615","bedrooms":"1","price":"248000","area":"605"} , +{"type":"Feature","id":"n1735706132","geometry":{"type":"Point","coordinates":[-0.0516359,51.4932624]},"properties":{"@type":"node","@id":1735706132,"@timestamp":1579704653},"coords":"51.4932624,-0.0516359","bedrooms":"4","price":"281000","area":"436"} , +{"type":"Feature","id":"n1735706164","geometry":{"type":"Point","coordinates":[-0.0432273,51.4932689]},"properties":{"@type":"node","@id":1735706164,"@timestamp":1579704653},"coords":"51.4932689,-0.0432273","bedrooms":"1","price":"195000","area":"531"} , +{"type":"Feature","id":"n1735706182","geometry":{"type":"Point","coordinates":[-0.0425357,51.4932764]},"properties":{"@type":"node","@id":1735706182,"@timestamp":1579704653},"coords":"51.4932764,-0.0425357","bedrooms":"0","price":"244000","area":"486"} , +{"type":"Feature","id":"n1735706227","geometry":{"type":"Point","coordinates":[-0.0461649,51.4932833]},"properties":{"@type":"node","@id":1735706227,"@timestamp":1579704653},"coords":"51.4932833,-0.0461649","bedrooms":"3","price":"244000","area":"376"} , +{"type":"Feature","id":"n1735706238","geometry":{"type":"Point","coordinates":[-0.0687216,51.493292]},"properties":{"@type":"node","@id":1735706238,"@timestamp":1579694113},"coords":"51.493292,-0.0687216","bedrooms":"2","price":"286000","area":"514"} , +{"type":"Feature","id":"n1735706277","geometry":{"type":"Point","coordinates":[-0.046116,51.4933012]},"properties":{"@type":"node","@id":1735706277,"@timestamp":1579704653},"coords":"51.4933012,-0.046116","bedrooms":"2","price":"240000","area":"539"} , +{"type":"Feature","id":"n1735706344","geometry":{"type":"Point","coordinates":[-0.0384006,51.4933057]},"properties":{"@type":"node","@id":1735706344,"@timestamp":1579704809},"coords":"51.4933057,-0.0384006","bedrooms":"1","price":"171000","area":"698"} , +{"type":"Feature","id":"n1735706428","geometry":{"type":"Point","coordinates":[-0.0645901,51.4933112]},"properties":{"@type":"node","@id":1735706428,"@timestamp":1579704693},"coords":"51.4933112,-0.0645901","bedrooms":"0","price":"164000","area":"519"} , +{"type":"Feature","id":"n1735706527","geometry":{"type":"Point","coordinates":[-0.0936241,51.4933158]},"properties":{"@type":"node","@id":1735706527,"@timestamp":1579694261},"coords":"51.4933158,-0.0936241","bedrooms":"1","price":"229000","area":"576"} , +{"type":"Feature","id":"n1735706630","geometry":{"type":"Point","coordinates":[-0.0654734,51.4933207]},"properties":{"@type":"node","@id":1735706630,"@timestamp":1579694113},"coords":"51.4933207,-0.0654734","bedrooms":"3","price":"271000","area":"466"} , +{"type":"Feature","id":"n1735706722","geometry":{"type":"Point","coordinates":[-0.0429223,51.4933297]},"properties":{"@type":"node","@id":1735706722,"@timestamp":1579704653},"coords":"51.4933297,-0.0429223","bedrooms":"3","price":"159000","area":"546"} , +{"type":"Feature","id":"n1735706820","geometry":{"type":"Point","coordinates":[-0.0562167,51.4933415]},"properties":{"@type":"node","@id":1735706820,"@timestamp":1579704653},"coords":"51.4933415,-0.0562167","bedrooms":"3","price":"211000","area":"609"} , +{"type":"Feature","id":"n1735706914","geometry":{"type":"Point","coordinates":[-0.0390463,51.493356]},"properties":{"@type":"node","@id":1735706914,"@timestamp":1579704718},"coords":"51.493356,-0.0390463","bedrooms":"4","price":"235000","area":"368"} , +{"type":"Feature","id":"n1735707180","geometry":{"type":"Point","coordinates":[-0.0917437,51.4933631]},"properties":{"@type":"node","@id":1735707180,"@timestamp":1579694261},"coords":"51.4933631,-0.0917437","bedrooms":"1","price":"220000","area":"672"} , +{"type":"Feature","id":"n1735707214","geometry":{"type":"Point","coordinates":[-0.0775897,51.4933703]},"properties":{"@type":"node","@id":1735707214,"@timestamp":1579691725},"coords":"51.4933703,-0.0775897","bedrooms":"3","price":"163000","area":"572"} , +{"type":"Feature","id":"n1735707228","geometry":{"type":"Point","coordinates":[-0.0657862,51.4933783]},"properties":{"@type":"node","@id":1735707228,"@timestamp":1579694113},"coords":"51.4933783,-0.0657862","bedrooms":"4","price":"201000","area":"475"} , +{"type":"Feature","id":"n1735707274","geometry":{"type":"Point","coordinates":[-0.0973357,51.4933908]},"properties":{"@type":"node","@id":1735707274,"@timestamp":1579694261},"coords":"51.4933908,-0.0973357","bedrooms":"4","price":"247000","area":"535"} , +{"type":"Feature","id":"n1735707333","geometry":{"type":"Point","coordinates":[-0.0384513,51.4934069]},"properties":{"@type":"node","@id":1735707333,"@timestamp":1579704718},"coords":"51.4934069,-0.0384513","bedrooms":"3","price":"243000","area":"695"} , +{"type":"Feature","id":"n1735707381","geometry":{"type":"Point","coordinates":[-0.0577805,51.4934191]},"properties":{"@type":"node","@id":1735707381,"@timestamp":1579704653},"coords":"51.4934191,-0.0577805","bedrooms":"3","price":"221000","area":"643"} , +{"type":"Feature","id":"n1735707414","geometry":{"type":"Point","coordinates":[-0.0408395,51.493433]},"properties":{"@type":"node","@id":1735707414,"@timestamp":1579704718},"coords":"51.493433,-0.0408395","bedrooms":"1","price":"191000","area":"496"} , +{"type":"Feature","id":"n1735707431","geometry":{"type":"Point","coordinates":[-0.0748328,51.4934453]},"properties":{"@type":"node","@id":1735707431,"@timestamp":1579691725},"coords":"51.4934453,-0.0748328","bedrooms":"1","price":"204000","area":"578"} , +{"type":"Feature","id":"n1735707452","geometry":{"type":"Point","coordinates":[-0.0557572,51.4934531]},"properties":{"@type":"node","@id":1735707452,"@timestamp":1579704653},"coords":"51.4934531,-0.0557572","bedrooms":"4","price":"260000","area":"500"} , +{"type":"Feature","id":"n1735707463","geometry":{"type":"Point","coordinates":[-0.0458367,51.4934689]},"properties":{"@type":"node","@id":1735707463,"@timestamp":1579704653},"coords":"51.4934689,-0.0458367","bedrooms":"1","price":"259000","area":"463"} , +{"type":"Feature","id":"n1735707508","geometry":{"type":"Point","coordinates":[-0.0570991,51.4934811]},"properties":{"@type":"node","@id":1735707508,"@timestamp":1579704653},"coords":"51.4934811,-0.0570991","bedrooms":"3","price":"191000","area":"428"} , +{"type":"Feature","id":"n1735707522","geometry":{"type":"Point","coordinates":[-0.0451423,51.493498]},"properties":{"@type":"node","@id":1735707522,"@timestamp":1579704653},"coords":"51.493498,-0.0451423","bedrooms":"2","price":"298000","area":"410"} , +{"type":"Feature","id":"n1735707532","geometry":{"type":"Point","coordinates":[-0.057618,51.4935153]},"properties":{"@type":"node","@id":1735707532,"@timestamp":1579704653},"coords":"51.4935153,-0.057618","bedrooms":"0","price":"202000","area":"406"} , +{"type":"Feature","id":"n1735707542","geometry":{"type":"Point","coordinates":[-0.0389616,51.4935285]},"properties":{"@type":"node","@id":1735707542,"@timestamp":1579704718},"coords":"51.4935285,-0.0389616","bedrooms":"0","price":"236000","area":"674"} , +{"type":"Feature","id":"n1735707555","geometry":{"type":"Point","coordinates":[-0.0752694,51.4935424]},"properties":{"@type":"node","@id":1735707555,"@timestamp":1579691725},"coords":"51.4935424,-0.0752694","bedrooms":"4","price":"214000","area":"666"} , +{"type":"Feature","id":"n1735707568","geometry":{"type":"Point","coordinates":[-0.0777179,51.4935529]},"properties":{"@type":"node","@id":1735707568,"@timestamp":1579691725},"coords":"51.4935529,-0.0777179","bedrooms":"4","price":"159000","area":"610"} , +{"type":"Feature","id":"n1735707578","geometry":{"type":"Point","coordinates":[-0.0655379,51.4935603]},"properties":{"@type":"node","@id":1735707578,"@timestamp":1579694113},"coords":"51.4935603,-0.0655379","bedrooms":"0","price":"289000","area":"640"} , +{"type":"Feature","id":"n1735707602","geometry":{"type":"Point","coordinates":[-0.048511,51.4935708]},"properties":{"@type":"node","@id":1735707602,"@timestamp":1579704653},"coords":"51.4935708,-0.048511","bedrooms":"1","price":"242000","area":"385"} , +{"type":"Feature","id":"n1735707684","geometry":{"type":"Point","coordinates":[-0.0382392,51.4935793]},"properties":{"@type":"node","@id":1735707684,"@timestamp":1579704718},"coords":"51.4935793,-0.0382392","bedrooms":"3","price":"229000","area":"485"} , +{"type":"Feature","id":"n1735707761","geometry":{"type":"Point","coordinates":[-0.0413214,51.4935949]},"properties":{"@type":"node","@id":1735707761,"@timestamp":1579704718},"coords":"51.4935949,-0.0413214","bedrooms":"1","price":"231000","area":"435"} , +{"type":"Feature","id":"n1735707846","geometry":{"type":"Point","coordinates":[-0.0380937,51.4936129]},"properties":{"@type":"node","@id":1735707846,"@timestamp":1579704718},"coords":"51.4936129,-0.0380937","bedrooms":"3","price":"248000","area":"507"} , +{"type":"Feature","id":"n1735707964","geometry":{"type":"Point","coordinates":[-0.0416739,51.4935824]},"properties":{"@type":"node","@id":1735707964,"@timestamp":1579704653},"coords":"51.4935824,-0.0416739","bedrooms":"1","price":"159000","area":"641"} , +{"type":"Feature","id":"n1735707975","geometry":{"type":"Point","coordinates":[-0.0741418,51.493638]},"properties":{"@type":"node","@id":1735707975,"@timestamp":1579691725},"coords":"51.493638,-0.0741418","bedrooms":"4","price":"221000","area":"678"} , +{"type":"Feature","id":"n1735707985","geometry":{"type":"Point","coordinates":[-0.037905,51.4936457]},"properties":{"@type":"node","@id":1735707985,"@timestamp":1579704718},"coords":"51.4936457,-0.037905","bedrooms":"2","price":"151000","area":"564"} , +{"type":"Feature","id":"n1735707995","geometry":{"type":"Point","coordinates":[-0.0676399,51.4936519]},"properties":{"@type":"node","@id":1735707995,"@timestamp":1579694113},"coords":"51.4936519,-0.0676399","bedrooms":"3","price":"280000","area":"352"} , +{"type":"Feature","id":"n1735708006","geometry":{"type":"Point","coordinates":[-0.0587085,51.4936684]},"properties":{"@type":"node","@id":1735708006,"@timestamp":1579704653},"coords":"51.4936684,-0.0587085","bedrooms":"3","price":"182000","area":"627"} , +{"type":"Feature","id":"n1735708016","geometry":{"type":"Point","coordinates":[-0.0607661,51.4936753]},"properties":{"@type":"node","@id":1735708016,"@timestamp":1579704653},"coords":"51.4936753,-0.0607661","bedrooms":"3","price":"295000","area":"545"} , +{"type":"Feature","id":"n1735708026","geometry":{"type":"Point","coordinates":[-0.0660828,51.4936877]},"properties":{"@type":"node","@id":1735708026,"@timestamp":1579694113},"coords":"51.4936877,-0.0660828","bedrooms":"1","price":"287000","area":"682"} , +{"type":"Feature","id":"n1735708036","geometry":{"type":"Point","coordinates":[-0.0557736,51.4936968]},"properties":{"@type":"node","@id":1735708036,"@timestamp":1579704653},"coords":"51.4936968,-0.0557736","bedrooms":"3","price":"201000","area":"483"} , +{"type":"Feature","id":"n1735708047","geometry":{"type":"Point","coordinates":[-0.0755489,51.4937044]},"properties":{"@type":"node","@id":1735708047,"@timestamp":1579691725},"coords":"51.4937044,-0.0755489","bedrooms":"4","price":"209000","area":"504"} , +{"type":"Feature","id":"n1735708080","geometry":{"type":"Point","coordinates":[-0.0584755,51.493716]},"properties":{"@type":"node","@id":1735708080,"@timestamp":1579704653},"coords":"51.493716,-0.0584755","bedrooms":"4","price":"288000","area":"393"} , +{"type":"Feature","id":"n1735708125","geometry":{"type":"Point","coordinates":[-0.0859195,51.4937252]},"properties":{"@type":"node","@id":1735708125,"@timestamp":1579694113},"coords":"51.4937252,-0.0859195","bedrooms":"3","price":"154000","area":"513"} , +{"type":"Feature","id":"n1735708184","geometry":{"type":"Point","coordinates":[-0.0587667,51.493735]},"properties":{"@type":"node","@id":1735708184,"@timestamp":1579704653},"coords":"51.493735,-0.0587667","bedrooms":"4","price":"171000","area":"404"} , +{"type":"Feature","id":"n1735708219","geometry":{"type":"Point","coordinates":[-0.0440862,51.4937481]},"properties":{"@type":"node","@id":1735708219,"@timestamp":1579704653},"coords":"51.4937481,-0.0440862","bedrooms":"2","price":"281000","area":"660"} , +{"type":"Feature","id":"n1735708232","geometry":{"type":"Point","coordinates":[-0.0748076,51.493761]},"properties":{"@type":"node","@id":1735708232,"@timestamp":1579691725},"coords":"51.493761,-0.0748076","bedrooms":"3","price":"288000","area":"497"} , +{"type":"Feature","id":"n1735708280","geometry":{"type":"Point","coordinates":[-0.0898291,51.4937715]},"properties":{"@type":"node","@id":1735708280,"@timestamp":1579694261},"coords":"51.4937715,-0.0898291","bedrooms":"2","price":"265000","area":"366"} , +{"type":"Feature","id":"n1735708312","geometry":{"type":"Point","coordinates":[-0.094202,51.4937883]},"properties":{"@type":"node","@id":1735708312,"@timestamp":1579694261},"coords":"51.4937883,-0.094202","bedrooms":"3","price":"203000","area":"617"} , +{"type":"Feature","id":"n1735708323","geometry":{"type":"Point","coordinates":[-0.0543281,51.4937974]},"properties":{"@type":"node","@id":1735708323,"@timestamp":1579704653},"coords":"51.4937974,-0.0543281","bedrooms":"2","price":"276000","area":"535"} , +{"type":"Feature","id":"n1735708367","geometry":{"type":"Point","coordinates":[-0.0388761,51.4938081]},"properties":{"@type":"node","@id":1735708367,"@timestamp":1579704718},"coords":"51.4938081,-0.0388761","bedrooms":"1","price":"284000","area":"440"} , +{"type":"Feature","id":"n1735708378","geometry":{"type":"Point","coordinates":[-0.070722,51.4938235]},"properties":{"@type":"node","@id":1735708378,"@timestamp":1579691725},"coords":"51.4938235,-0.070722","bedrooms":"0","price":"196000","area":"696"} , +{"type":"Feature","id":"n1735708390","geometry":{"type":"Point","coordinates":[-0.0774897,51.4938334]},"properties":{"@type":"node","@id":1735708390,"@timestamp":1579691725},"coords":"51.4938334,-0.0774897","bedrooms":"1","price":"152000","area":"435"} , +{"type":"Feature","id":"n1735708444","geometry":{"type":"Point","coordinates":[-0.0898661,51.4938494]},"properties":{"@type":"node","@id":1735708444,"@timestamp":1579694261},"coords":"51.4938494,-0.0898661","bedrooms":"3","price":"210000","area":"535"} , +{"type":"Feature","id":"n1735708530","geometry":{"type":"Point","coordinates":[-0.089772,51.4938562]},"properties":{"@type":"node","@id":1735708530,"@timestamp":1579694261},"coords":"51.4938562,-0.089772","bedrooms":"2","price":"196000","area":"663"} , +{"type":"Feature","id":"n1735708596","geometry":{"type":"Point","coordinates":[-0.0879131,51.4938698]},"properties":{"@type":"node","@id":1735708596,"@timestamp":1579694261},"coords":"51.4938698,-0.0879131","bedrooms":"2","price":"233000","area":"586"} , +{"type":"Feature","id":"n1735708702","geometry":{"type":"Point","coordinates":[-0.0893155,51.4938822]},"properties":{"@type":"node","@id":1735708702,"@timestamp":1579694261},"coords":"51.4938822,-0.0893155","bedrooms":"3","price":"190000","area":"381"} , +{"type":"Feature","id":"n1735708854","geometry":{"type":"Point","coordinates":[-0.0491401,51.4938901]},"properties":{"@type":"node","@id":1735708854,"@timestamp":1579704653},"coords":"51.4938901,-0.0491401","bedrooms":"3","price":"230000","area":"487"} , +{"type":"Feature","id":"n1735708906","geometry":{"type":"Point","coordinates":[-0.0757044,51.4939103]},"properties":{"@type":"node","@id":1735708906,"@timestamp":1579691725},"coords":"51.4939103,-0.0757044","bedrooms":"3","price":"214000","area":"644"} , +{"type":"Feature","id":"n1735708956","geometry":{"type":"Point","coordinates":[-0.0869431,51.4939281]},"properties":{"@type":"node","@id":1735708956,"@timestamp":1579694261},"coords":"51.4939281,-0.0869431","bedrooms":"0","price":"267000","area":"675"} , +{"type":"Feature","id":"n1735709007","geometry":{"type":"Point","coordinates":[-0.0368982,51.4939436]},"properties":{"@type":"node","@id":1735709007,"@timestamp":1579704718},"coords":"51.4939436,-0.0368982","bedrooms":"0","price":"261000","area":"407"} , +{"type":"Feature","id":"n1735709080","geometry":{"type":"Point","coordinates":[-0.0559639,51.493954]},"properties":{"@type":"node","@id":1735709080,"@timestamp":1579704653},"coords":"51.493954,-0.0559639","bedrooms":"2","price":"259000","area":"409"} , +{"type":"Feature","id":"n1735709135","geometry":{"type":"Point","coordinates":[-0.0872193,51.493964]},"properties":{"@type":"node","@id":1735709135,"@timestamp":1579694261},"coords":"51.493964,-0.0872193","bedrooms":"3","price":"287000","area":"509"} , +{"type":"Feature","id":"n1735709196","geometry":{"type":"Point","coordinates":[-0.0492883,51.4939812]},"properties":{"@type":"node","@id":1735709196,"@timestamp":1579704653},"coords":"51.4939812,-0.0492883","bedrooms":"4","price":"259000","area":"373"} , +{"type":"Feature","id":"n1735709253","geometry":{"type":"Point","coordinates":[-0.087851,51.4939921]},"properties":{"@type":"node","@id":1735709253,"@timestamp":1579694261},"coords":"51.4939921,-0.087851","bedrooms":"2","price":"228000","area":"656"} , +{"type":"Feature","id":"n1735709314","geometry":{"type":"Point","coordinates":[-0.088641,51.4940008]},"properties":{"@type":"node","@id":1735709314,"@timestamp":1579694261},"coords":"51.4940008,-0.088641","bedrooms":"3","price":"292000","area":"539"} , +{"type":"Feature","id":"n1735709393","geometry":{"type":"Point","coordinates":[-0.0563056,51.4940117]},"properties":{"@type":"node","@id":1735709393,"@timestamp":1579704653},"coords":"51.4940117,-0.0563056","bedrooms":"1","price":"177000","area":"564"} , +{"type":"Feature","id":"n1735709511","geometry":{"type":"Point","coordinates":[-0.0687554,51.4940297]},"properties":{"@type":"node","@id":1735709511,"@timestamp":1579694113},"coords":"51.4940297,-0.0687554","bedrooms":"0","price":"269000","area":"560"} , +{"type":"Feature","id":"n1735709593","geometry":{"type":"Point","coordinates":[-0.076667,51.4940518]},"properties":{"@type":"node","@id":1735709593,"@timestamp":1579691725},"coords":"51.4940518,-0.076667","bedrooms":"3","price":"297000","area":"682"} , +{"type":"Feature","id":"n1735709640","geometry":{"type":"Point","coordinates":[-0.0979594,51.4938738]},"properties":{"@type":"node","@id":1735709640,"@timestamp":1633734267},"coords":"51.4938738,-0.0979594","bedrooms":"3","price":"192000","area":"473"} , +{"type":"Feature","id":"n1735709692","geometry":{"type":"Point","coordinates":[-0.0676688,51.4940796]},"properties":{"@type":"node","@id":1735709692,"@timestamp":1579694113},"coords":"51.4940796,-0.0676688","bedrooms":"4","price":"268000","area":"424"} , +{"type":"Feature","id":"n1735709742","geometry":{"type":"Point","coordinates":[-0.0741066,51.4941017]},"properties":{"@type":"node","@id":1735709742,"@timestamp":1579691725},"coords":"51.4941017,-0.0741066","bedrooms":"3","price":"249000","area":"669"} , +{"type":"Feature","id":"n1735709783","geometry":{"type":"Point","coordinates":[-0.0756336,51.4941146]},"properties":{"@type":"node","@id":1735709783,"@timestamp":1579691725},"coords":"51.4941146,-0.0756336","bedrooms":"0","price":"262000","area":"386"} , +{"type":"Feature","id":"n1735709833","geometry":{"type":"Point","coordinates":[-0.1035968,51.4941237]},"properties":{"@type":"node","@id":1735709833,"@timestamp":1579704895},"coords":"51.4941237,-0.1035968","bedrooms":"1","price":"165000","area":"586"} , +{"type":"Feature","id":"n1735709874","geometry":{"type":"Point","coordinates":[-0.0738776,51.4941478]},"properties":{"@type":"node","@id":1735709874,"@timestamp":1579691725},"coords":"51.4941478,-0.0738776","bedrooms":"0","price":"279000","area":"459"} , +{"type":"Feature","id":"n1735709908","geometry":{"type":"Point","coordinates":[-0.0827436,51.4941629]},"properties":{"@type":"node","@id":1735709908,"@timestamp":1579694113},"coords":"51.4941629,-0.0827436","bedrooms":"0","price":"236000","area":"533"} , +{"type":"Feature","id":"n1735709918","geometry":{"type":"Point","coordinates":[-0.0811533,51.4941692]},"properties":{"@type":"node","@id":1735709918,"@timestamp":1579694113},"coords":"51.4941692,-0.0811533","bedrooms":"2","price":"241000","area":"595"} , +{"type":"Feature","id":"n1735709928","geometry":{"type":"Point","coordinates":[-0.0528483,51.4941801]},"properties":{"@type":"node","@id":1735709928,"@timestamp":1579704653},"coords":"51.4941801,-0.0528483","bedrooms":"3","price":"202000","area":"421"} , +{"type":"Feature","id":"n1735709956","geometry":{"type":"Point","coordinates":[-0.0374495,51.4941917]},"properties":{"@type":"node","@id":1735709956,"@timestamp":1579704718},"coords":"51.4941917,-0.0374495","bedrooms":"1","price":"206000","area":"625"} , +{"type":"Feature","id":"n1735709970","geometry":{"type":"Point","coordinates":[-0.0443735,51.4942086]},"properties":{"@type":"node","@id":1735709970,"@timestamp":1579704653},"coords":"51.4942086,-0.0443735","bedrooms":"1","price":"274000","area":"393"} , +{"type":"Feature","id":"n1735709980","geometry":{"type":"Point","coordinates":[-0.0505958,51.4942204]},"properties":{"@type":"node","@id":1735709980,"@timestamp":1579704653},"coords":"51.4942204,-0.0505958","bedrooms":"4","price":"267000","area":"373"} , +{"type":"Feature","id":"n1735709990","geometry":{"type":"Point","coordinates":[-0.056104,51.4942313]},"properties":{"@type":"node","@id":1735709990,"@timestamp":1579704653},"coords":"51.4942313,-0.056104","bedrooms":"4","price":"170000","area":"467"} , +{"type":"Feature","id":"n1735710000","geometry":{"type":"Point","coordinates":[-0.0573013,51.4942405]},"properties":{"@type":"node","@id":1735710000,"@timestamp":1579704653},"coords":"51.4942405,-0.0573013","bedrooms":"0","price":"184000","area":"535"} , +{"type":"Feature","id":"n1735710010","geometry":{"type":"Point","coordinates":[-0.0572701,51.4942467]},"properties":{"@type":"node","@id":1735710010,"@timestamp":1579704653},"coords":"51.4942467,-0.0572701","bedrooms":"3","price":"190000","area":"448"} , +{"type":"Feature","id":"n1735710020","geometry":{"type":"Point","coordinates":[-0.0857887,51.4942597]},"properties":{"@type":"node","@id":1735710020,"@timestamp":1579694113},"coords":"51.4942597,-0.0857887","bedrooms":"2","price":"159000","area":"451"} , +{"type":"Feature","id":"n1735710030","geometry":{"type":"Point","coordinates":[-0.0503592,51.4942659]},"properties":{"@type":"node","@id":1735710030,"@timestamp":1579704653},"coords":"51.4942659,-0.0503592","bedrooms":"2","price":"188000","area":"574"} , +{"type":"Feature","id":"n1735710040","geometry":{"type":"Point","coordinates":[-0.0932294,51.4942701]},"properties":{"@type":"node","@id":1735710040,"@timestamp":1579694261},"coords":"51.4942701,-0.0932294","bedrooms":"2","price":"188000","area":"357"} , +{"type":"Feature","id":"n1735710050","geometry":{"type":"Point","coordinates":[-0.0768608,51.4942778]},"properties":{"@type":"node","@id":1735710050,"@timestamp":1579691725},"coords":"51.4942778,-0.0768608","bedrooms":"4","price":"162000","area":"501"} , +{"type":"Feature","id":"n1735710060","geometry":{"type":"Point","coordinates":[-0.0580318,51.4942865]},"properties":{"@type":"node","@id":1735710060,"@timestamp":1579704653},"coords":"51.4942865,-0.0580318","bedrooms":"0","price":"181000","area":"518"} , +{"type":"Feature","id":"n1735710070","geometry":{"type":"Point","coordinates":[-0.0751905,51.494296]},"properties":{"@type":"node","@id":1735710070,"@timestamp":1579691725},"coords":"51.494296,-0.0751905","bedrooms":"2","price":"207000","area":"516"} , +{"type":"Feature","id":"n1735710087","geometry":{"type":"Point","coordinates":[-0.0769135,51.4943081]},"properties":{"@type":"node","@id":1735710087,"@timestamp":1579691725},"coords":"51.4943081,-0.0769135","bedrooms":"3","price":"229000","area":"682"} , +{"type":"Feature","id":"n1735710102","geometry":{"type":"Point","coordinates":[-0.0769132,51.4943134]},"properties":{"@type":"node","@id":1735710102,"@timestamp":1579691725},"coords":"51.4943134,-0.0769132","bedrooms":"1","price":"234000","area":"629"} , +{"type":"Feature","id":"n1735710129","geometry":{"type":"Point","coordinates":[-0.0539395,51.4943243]},"properties":{"@type":"node","@id":1735710129,"@timestamp":1579704653},"coords":"51.4943243,-0.0539395","bedrooms":"3","price":"162000","area":"604"} , +{"type":"Feature","id":"n1735710139","geometry":{"type":"Point","coordinates":[-0.0548575,51.49433]},"properties":{"@type":"node","@id":1735710139,"@timestamp":1579704653},"coords":"51.49433,-0.0548575","bedrooms":"0","price":"221000","area":"408"} , +{"type":"Feature","id":"n1735710178","geometry":{"type":"Point","coordinates":[-0.0533853,51.4943356]},"properties":{"@type":"node","@id":1735710178,"@timestamp":1579704653},"coords":"51.4943356,-0.0533853","bedrooms":"1","price":"230000","area":"405"} , +{"type":"Feature","id":"n1735710228","geometry":{"type":"Point","coordinates":[-0.0937384,51.4943435]},"properties":{"@type":"node","@id":1735710228,"@timestamp":1579694261},"coords":"51.4943435,-0.0937384","bedrooms":"4","price":"295000","area":"438"} , +{"type":"Feature","id":"n1735710238","geometry":{"type":"Point","coordinates":[-0.0538552,51.4943489]},"properties":{"@type":"node","@id":1735710238,"@timestamp":1579704653},"coords":"51.4943489,-0.0538552","bedrooms":"0","price":"215000","area":"401"} , +{"type":"Feature","id":"n1735710248","geometry":{"type":"Point","coordinates":[-0.0594695,51.4943552]},"properties":{"@type":"node","@id":1735710248,"@timestamp":1579704653},"coords":"51.4943552,-0.0594695","bedrooms":"4","price":"269000","area":"469"} , +{"type":"Feature","id":"n1735710264","geometry":{"type":"Point","coordinates":[-0.0879765,51.494362]},"properties":{"@type":"node","@id":1735710264,"@timestamp":1579694261},"coords":"51.494362,-0.0879765","bedrooms":"0","price":"243000","area":"571"} , +{"type":"Feature","id":"n1735710350","geometry":{"type":"Point","coordinates":[-0.0532642,51.4943676]},"properties":{"@type":"node","@id":1735710350,"@timestamp":1579704653},"coords":"51.4943676,-0.0532642","bedrooms":"0","price":"273000","area":"447"} , +{"type":"Feature","id":"n1735710397","geometry":{"type":"Point","coordinates":[-0.1075998,51.4943705]},"properties":{"@type":"node","@id":1735710397,"@timestamp":1579704895},"coords":"51.4943705,-0.1075998","bedrooms":"4","price":"195000","area":"637"} , +{"type":"Feature","id":"n1735710407","geometry":{"type":"Point","coordinates":[-0.0929149,51.4943748]},"properties":{"@type":"node","@id":1735710407,"@timestamp":1579694261},"coords":"51.4943748,-0.0929149","bedrooms":"0","price":"181000","area":"517"} , +{"type":"Feature","id":"n1735710417","geometry":{"type":"Point","coordinates":[-0.0869066,51.4943826]},"properties":{"@type":"node","@id":1735710417,"@timestamp":1579694261},"coords":"51.4943826,-0.0869066","bedrooms":"1","price":"150000","area":"585"} , +{"type":"Feature","id":"n1735710427","geometry":{"type":"Point","coordinates":[-0.0438995,51.494376]},"properties":{"@type":"node","@id":1735710427,"@timestamp":1579704653},"coords":"51.494376,-0.0438995","bedrooms":"3","price":"155000","area":"413"} , +{"type":"Feature","id":"n1735710437","geometry":{"type":"Point","coordinates":[-0.0338678,51.4943964]},"properties":{"@type":"node","@id":1735710437,"@timestamp":1579704718},"coords":"51.4943964,-0.0338678","bedrooms":"1","price":"175000","area":"573"} , +{"type":"Feature","id":"n1735710452","geometry":{"type":"Point","coordinates":[-0.0591649,51.4944042]},"properties":{"@type":"node","@id":1735710452,"@timestamp":1579704653},"coords":"51.4944042,-0.0591649","bedrooms":"0","price":"251000","area":"644"} , +{"type":"Feature","id":"n1735710551","geometry":{"type":"Point","coordinates":[-0.0795371,51.494411]},"properties":{"@type":"node","@id":1735710551,"@timestamp":1579694113},"coords":"51.494411,-0.0795371","bedrooms":"2","price":"184000","area":"699"} , +{"type":"Feature","id":"n1735710615","geometry":{"type":"Point","coordinates":[-0.0590922,51.494421]},"properties":{"@type":"node","@id":1735710615,"@timestamp":1579704653},"coords":"51.494421,-0.0590922","bedrooms":"0","price":"241000","area":"530"} , +{"type":"Feature","id":"n1735710710","geometry":{"type":"Point","coordinates":[-0.0337223,51.4944299]},"properties":{"@type":"node","@id":1735710710,"@timestamp":1579704718},"coords":"51.4944299,-0.0337223","bedrooms":"3","price":"155000","area":"568"} , +{"type":"Feature","id":"n1735710836","geometry":{"type":"Point","coordinates":[-0.0808203,51.4944365]},"properties":{"@type":"node","@id":1735710836,"@timestamp":1579694113},"coords":"51.4944365,-0.0808203","bedrooms":"2","price":"177000","area":"404"} , +{"type":"Feature","id":"n1735710937","geometry":{"type":"Point","coordinates":[-0.0583996,51.4944455]},"properties":{"@type":"node","@id":1735710937,"@timestamp":1579704653},"coords":"51.4944455,-0.0583996","bedrooms":"4","price":"215000","area":"427"} , +{"type":"Feature","id":"n1735710979","geometry":{"type":"Point","coordinates":[-0.0574807,51.4944563]},"properties":{"@type":"node","@id":1735710979,"@timestamp":1579704653},"coords":"51.4944563,-0.0574807","bedrooms":"4","price":"251000","area":"609"} , +{"type":"Feature","id":"n1735711026","geometry":{"type":"Point","coordinates":[-0.0504105,51.4944657]},"properties":{"@type":"node","@id":1735711026,"@timestamp":1579704653},"coords":"51.4944657,-0.0504105","bedrooms":"4","price":"245000","area":"679"} , +{"type":"Feature","id":"n1735711077","geometry":{"type":"Point","coordinates":[-0.0345102,51.4944789]},"properties":{"@type":"node","@id":1735711077,"@timestamp":1579704718},"coords":"51.4944789,-0.0345102","bedrooms":"4","price":"202000","area":"671"} , +{"type":"Feature","id":"n1735711127","geometry":{"type":"Point","coordinates":[-0.0526398,51.4944861]},"properties":{"@type":"node","@id":1735711127,"@timestamp":1579704653},"coords":"51.4944861,-0.0526398","bedrooms":"2","price":"264000","area":"469"} , +{"type":"Feature","id":"n1735711167","geometry":{"type":"Point","coordinates":[-0.0336871,51.4947959]},"properties":{"@type":"node","@id":1735711167,"@timestamp":1586264213},"coords":"51.4947959,-0.0336871","bedrooms":"0","price":"155000","area":"356"} , +{"type":"Feature","id":"n1735711244","geometry":{"type":"Point","coordinates":[-0.0750746,51.4945005]},"properties":{"@type":"node","@id":1735711244,"@timestamp":1579691725},"coords":"51.4945005,-0.0750746","bedrooms":"0","price":"222000","area":"473"} , +{"type":"Feature","id":"n1735711294","geometry":{"type":"Point","coordinates":[-0.0332577,51.494512]},"properties":{"@type":"node","@id":1735711294,"@timestamp":1579704718},"coords":"51.494512,-0.0332577","bedrooms":"2","price":"257000","area":"597"} , +{"type":"Feature","id":"n1735711336","geometry":{"type":"Point","coordinates":[-0.0831638,51.4945199]},"properties":{"@type":"node","@id":1735711336,"@timestamp":1579694113},"coords":"51.4945199,-0.0831638","bedrooms":"2","price":"203000","area":"508"} , +{"type":"Feature","id":"n1735711384","geometry":{"type":"Point","coordinates":[-0.0438117,51.4945221]},"properties":{"@type":"node","@id":1735711384,"@timestamp":1579704653},"coords":"51.4945221,-0.0438117","bedrooms":"0","price":"267000","area":"603"} , +{"type":"Feature","id":"n1735711431","geometry":{"type":"Point","coordinates":[-0.0571852,51.4945331]},"properties":{"@type":"node","@id":1735711431,"@timestamp":1579704653},"coords":"51.4945331,-0.0571852","bedrooms":"4","price":"250000","area":"399"} , +{"type":"Feature","id":"n1735711480","geometry":{"type":"Point","coordinates":[-0.0957505,51.4945407]},"properties":{"@type":"node","@id":1735711480,"@timestamp":1579694261},"coords":"51.4945407,-0.0957505","bedrooms":"3","price":"288000","area":"625"} , +{"type":"Feature","id":"n1735711590","geometry":{"type":"Point","coordinates":[-0.0832204,51.4945501]},"properties":{"@type":"node","@id":1735711590,"@timestamp":1579694113},"coords":"51.4945501,-0.0832204","bedrooms":"3","price":"218000","area":"394"} , +{"type":"Feature","id":"n1735711676","geometry":{"type":"Point","coordinates":[-0.0956378,51.4945621]},"properties":{"@type":"node","@id":1735711676,"@timestamp":1579694261},"coords":"51.4945621,-0.0956378","bedrooms":"0","price":"160000","area":"604"} , +{"type":"Feature","id":"n1735711775","geometry":{"type":"Point","coordinates":[-0.0436711,51.4945694]},"properties":{"@type":"node","@id":1735711775,"@timestamp":1579704653},"coords":"51.4945694,-0.0436711","bedrooms":"0","price":"209000","area":"502"} , +{"type":"Feature","id":"n1735711872","geometry":{"type":"Point","coordinates":[-0.0853067,51.494474]},"properties":{"@type":"node","@id":1735711872,"@timestamp":1579694113},"coords":"51.494474,-0.0853067","bedrooms":"4","price":"235000","area":"664"} , +{"type":"Feature","id":"n1735711930","geometry":{"type":"Point","coordinates":[-0.0345806,51.494595]},"properties":{"@type":"node","@id":1735711930,"@timestamp":1579704718},"coords":"51.494595,-0.0345806","bedrooms":"2","price":"269000","area":"426"} , +{"type":"Feature","id":"n1735712036","geometry":{"type":"Point","coordinates":[-0.0568602,51.4946122]},"properties":{"@type":"node","@id":1735712036,"@timestamp":1579704653},"coords":"51.4946122,-0.0568602","bedrooms":"3","price":"256000","area":"478"} , +{"type":"Feature","id":"n1735712152","geometry":{"type":"Point","coordinates":[-0.0859375,51.4946169]},"properties":{"@type":"node","@id":1735712152,"@timestamp":1579694113},"coords":"51.4946169,-0.0859375","bedrooms":"2","price":"240000","area":"603"} , +{"type":"Feature","id":"n1735712229","geometry":{"type":"Point","coordinates":[-0.057225,51.4946253]},"properties":{"@type":"node","@id":1735712229,"@timestamp":1579704653},"coords":"51.4946253,-0.057225","bedrooms":"1","price":"298000","area":"654"} , +{"type":"Feature","id":"n1735712297","geometry":{"type":"Point","coordinates":[-0.0832803,51.4946338]},"properties":{"@type":"node","@id":1735712297,"@timestamp":1579694113},"coords":"51.4946338,-0.0832803","bedrooms":"2","price":"242000","area":"605"} , +{"type":"Feature","id":"n1735712371","geometry":{"type":"Point","coordinates":[-0.0506977,51.4946456]},"properties":{"@type":"node","@id":1735712371,"@timestamp":1579704653},"coords":"51.4946456,-0.0506977","bedrooms":"1","price":"190000","area":"604"} , +{"type":"Feature","id":"n1735712433","geometry":{"type":"Point","coordinates":[-0.043202,51.4946558]},"properties":{"@type":"node","@id":1735712433,"@timestamp":1579704653},"coords":"51.4946558,-0.043202","bedrooms":"1","price":"187000","area":"512"} , +{"type":"Feature","id":"n1735712515","geometry":{"type":"Point","coordinates":[-0.0946527,51.4946657]},"properties":{"@type":"node","@id":1735712515,"@timestamp":1579694261},"coords":"51.4946657,-0.0946527","bedrooms":"0","price":"247000","area":"492"} , +{"type":"Feature","id":"n1735712637","geometry":{"type":"Point","coordinates":[-0.0795004,51.4946744]},"properties":{"@type":"node","@id":1735712637,"@timestamp":1579694113},"coords":"51.4946744,-0.0795004","bedrooms":"0","price":"273000","area":"416"} , +{"type":"Feature","id":"n1735712684","geometry":{"type":"Point","coordinates":[-0.0947498,51.4946818]},"properties":{"@type":"node","@id":1735712684,"@timestamp":1579694261},"coords":"51.4946818,-0.0947498","bedrooms":"0","price":"232000","area":"419"} , +{"type":"Feature","id":"n1735712715","geometry":{"type":"Point","coordinates":[-0.0330917,51.4946892]},"properties":{"@type":"node","@id":1735712715,"@timestamp":1579704718},"coords":"51.4946892,-0.0330917","bedrooms":"2","price":"213000","area":"466"} , +{"type":"Feature","id":"n1735712763","geometry":{"type":"Point","coordinates":[-0.0567471,51.4946947]},"properties":{"@type":"node","@id":1735712763,"@timestamp":1579704653},"coords":"51.4946947,-0.0567471","bedrooms":"3","price":"172000","area":"391"} , +{"type":"Feature","id":"n1735712805","geometry":{"type":"Point","coordinates":[-0.0567266,51.4947061]},"properties":{"@type":"node","@id":1735712805,"@timestamp":1579704653},"coords":"51.4947061,-0.0567266","bedrooms":"0","price":"229000","area":"654"} , +{"type":"Feature","id":"n1735712842","geometry":{"type":"Point","coordinates":[-0.0532165,51.4947102]},"properties":{"@type":"node","@id":1735712842,"@timestamp":1579704653},"coords":"51.4947102,-0.0532165","bedrooms":"1","price":"292000","area":"383"} , +{"type":"Feature","id":"n1735712860","geometry":{"type":"Point","coordinates":[-0.0587048,51.4947203]},"properties":{"@type":"node","@id":1735712860,"@timestamp":1579704653},"coords":"51.4947203,-0.0587048","bedrooms":"3","price":"224000","area":"477"} , +{"type":"Feature","id":"n1735712875","geometry":{"type":"Point","coordinates":[-0.0566904,51.4947261]},"properties":{"@type":"node","@id":1735712875,"@timestamp":1579704653},"coords":"51.4947261,-0.0566904","bedrooms":"2","price":"241000","area":"522"} , +{"type":"Feature","id":"n1735712897","geometry":{"type":"Point","coordinates":[-0.0697678,51.49473]},"properties":{"@type":"node","@id":1735712897,"@timestamp":1579691725},"coords":"51.49473,-0.0697678","bedrooms":"0","price":"181000","area":"452"} , +{"type":"Feature","id":"n1735712917","geometry":{"type":"Point","coordinates":[-0.0721206,51.494735]},"properties":{"@type":"node","@id":1735712917,"@timestamp":1579691725},"coords":"51.494735,-0.0721206","bedrooms":"0","price":"286000","area":"435"} , +{"type":"Feature","id":"n1735712933","geometry":{"type":"Point","coordinates":[-0.0432436,51.4947405]},"properties":{"@type":"node","@id":1735712933,"@timestamp":1579704653},"coords":"51.4947405,-0.0432436","bedrooms":"1","price":"179000","area":"665"} , +{"type":"Feature","id":"n1735712952","geometry":{"type":"Point","coordinates":[-0.0820613,51.4947484]},"properties":{"@type":"node","@id":1735712952,"@timestamp":1579694113},"coords":"51.4947484,-0.0820613","bedrooms":"3","price":"238000","area":"374"} , +{"type":"Feature","id":"n1735712972","geometry":{"type":"Point","coordinates":[-0.0532721,51.4947561]},"properties":{"@type":"node","@id":1735712972,"@timestamp":1579704653},"coords":"51.4947561,-0.0532721","bedrooms":"1","price":"176000","area":"602"} , +{"type":"Feature","id":"n1735712991","geometry":{"type":"Point","coordinates":[-0.0431442,51.4947613]},"properties":{"@type":"node","@id":1735712991,"@timestamp":1579704653},"coords":"51.4947613,-0.0431442","bedrooms":"3","price":"198000","area":"662"} , +{"type":"Feature","id":"n1735713012","geometry":{"type":"Point","coordinates":[-0.0516706,51.4947664]},"properties":{"@type":"node","@id":1735713012,"@timestamp":1579704653},"coords":"51.4947664,-0.0516706","bedrooms":"4","price":"184000","area":"540"} , +{"type":"Feature","id":"n1735724093","geometry":{"type":"Point","coordinates":[0.1639658,51.5438354]},"properties":{"@type":"node","@id":1735724093,"@timestamp":1598531115},"coords":"51.5438354,0.1639658","bedrooms":"0","price":"156000","area":"658"} , +{"type":"Feature","id":"n1735724213","geometry":{"type":"Point","coordinates":[-0.0751714,51.4947752]},"properties":{"@type":"node","@id":1735724213,"@timestamp":1579691725},"coords":"51.4947752,-0.0751714","bedrooms":"1","price":"158000","area":"607"} , +{"type":"Feature","id":"n1735724223","geometry":{"type":"Point","coordinates":[-0.0917848,51.4947831]},"properties":{"@type":"node","@id":1735724223,"@timestamp":1579694261},"coords":"51.4947831,-0.0917848","bedrooms":"1","price":"225000","area":"501"} , +{"type":"Feature","id":"n1735724233","geometry":{"type":"Point","coordinates":[-0.0867214,51.4947903]},"properties":{"@type":"node","@id":1735724233,"@timestamp":1579694261},"coords":"51.4947903,-0.0867214","bedrooms":"3","price":"286000","area":"490"} , +{"type":"Feature","id":"n1735724243","geometry":{"type":"Point","coordinates":[-0.08688,51.4947935]},"properties":{"@type":"node","@id":1735724243,"@timestamp":1579694261},"coords":"51.4947935,-0.08688","bedrooms":"0","price":"276000","area":"534"} , +{"type":"Feature","id":"n1735724253","geometry":{"type":"Point","coordinates":[-0.0550782,51.4948064]},"properties":{"@type":"node","@id":1735724253,"@timestamp":1579704653},"coords":"51.4948064,-0.0550782","bedrooms":"4","price":"186000","area":"425"} , +{"type":"Feature","id":"n1735724270","geometry":{"type":"Point","coordinates":[-0.0520544,51.4948123]},"properties":{"@type":"node","@id":1735724270,"@timestamp":1579704653},"coords":"51.4948123,-0.0520544","bedrooms":"3","price":"166000","area":"613"} , +{"type":"Feature","id":"n1735724318","geometry":{"type":"Point","coordinates":[-0.0879801,51.4948192]},"properties":{"@type":"node","@id":1735724318,"@timestamp":1579694261},"coords":"51.4948192,-0.0879801","bedrooms":"1","price":"182000","area":"458"} , +{"type":"Feature","id":"n1735724342","geometry":{"type":"Point","coordinates":[-0.0742454,51.4948244]},"properties":{"@type":"node","@id":1735724342,"@timestamp":1579691725},"coords":"51.4948244,-0.0742454","bedrooms":"0","price":"250000","area":"529"} , +{"type":"Feature","id":"n1735724357","geometry":{"type":"Point","coordinates":[-0.0880567,51.4948281]},"properties":{"@type":"node","@id":1735724357,"@timestamp":1579694261},"coords":"51.4948281,-0.0880567","bedrooms":"1","price":"266000","area":"385"} , +{"type":"Feature","id":"n1735724374","geometry":{"type":"Point","coordinates":[-0.0423343,51.4948348]},"properties":{"@type":"node","@id":1735724374,"@timestamp":1579704653},"coords":"51.4948348,-0.0423343","bedrooms":"1","price":"298000","area":"362"} , +{"type":"Feature","id":"n1735724398","geometry":{"type":"Point","coordinates":[-0.0335605,51.4948409]},"properties":{"@type":"node","@id":1735724398,"@timestamp":1579704718},"coords":"51.4948409,-0.0335605","bedrooms":"0","price":"250000","area":"489"} , +{"type":"Feature","id":"n1735724434","geometry":{"type":"Point","coordinates":[-0.0426938,51.4948498]},"properties":{"@type":"node","@id":1735724434,"@timestamp":1579704653},"coords":"51.4948498,-0.0426938","bedrooms":"3","price":"221000","area":"427"} , +{"type":"Feature","id":"n1735724450","geometry":{"type":"Point","coordinates":[-0.0567999,51.4948542]},"properties":{"@type":"node","@id":1735724450,"@timestamp":1579704653},"coords":"51.4948542,-0.0567999","bedrooms":"4","price":"259000","area":"391"} , +{"type":"Feature","id":"n1735724463","geometry":{"type":"Point","coordinates":[-0.1054285,51.4948584]},"properties":{"@type":"node","@id":1735724463,"@timestamp":1579704895},"coords":"51.4948584,-0.1054285","bedrooms":"0","price":"237000","area":"477"} , +{"type":"Feature","id":"n1735724497","geometry":{"type":"Point","coordinates":[-0.0880189,51.4948668]},"properties":{"@type":"node","@id":1735724497,"@timestamp":1579694261},"coords":"51.4948668,-0.0880189","bedrooms":"2","price":"232000","area":"585"} , +{"type":"Feature","id":"n1735724519","geometry":{"type":"Point","coordinates":[-0.0869498,51.4948728]},"properties":{"@type":"node","@id":1735724519,"@timestamp":1579694261},"coords":"51.4948728,-0.0869498","bedrooms":"0","price":"204000","area":"439"} , +{"type":"Feature","id":"n1735724534","geometry":{"type":"Point","coordinates":[-0.081931,51.4948788]},"properties":{"@type":"node","@id":1735724534,"@timestamp":1579694113},"coords":"51.4948788,-0.081931","bedrooms":"3","price":"253000","area":"573"} , +{"type":"Feature","id":"n1735724551","geometry":{"type":"Point","coordinates":[-0.0540534,51.494886]},"properties":{"@type":"node","@id":1735724551,"@timestamp":1579704653},"coords":"51.494886,-0.0540534","bedrooms":"1","price":"240000","area":"699"} , +{"type":"Feature","id":"n1735724568","geometry":{"type":"Point","coordinates":[-0.0613628,51.4948901]},"properties":{"@type":"node","@id":1735724568,"@timestamp":1579704653},"coords":"51.4948901,-0.0613628","bedrooms":"4","price":"217000","area":"461"} , +{"type":"Feature","id":"n1735724593","geometry":{"type":"Point","coordinates":[-0.1076556,51.4948938]},"properties":{"@type":"node","@id":1735724593,"@timestamp":1579704895},"coords":"51.4948938,-0.1076556","bedrooms":"1","price":"281000","area":"393"} , +{"type":"Feature","id":"n1735724639","geometry":{"type":"Point","coordinates":[-0.0345987,51.4948978]},"properties":{"@type":"node","@id":1735724639,"@timestamp":1579704718},"coords":"51.4948978,-0.0345987","bedrooms":"0","price":"266000","area":"638"} , +{"type":"Feature","id":"n1735724690","geometry":{"type":"Point","coordinates":[-0.0971741,51.494903]},"properties":{"@type":"node","@id":1735724690,"@timestamp":1579694261},"coords":"51.494903,-0.0971741","bedrooms":"0","price":"164000","area":"485"} , +{"type":"Feature","id":"n1735724705","geometry":{"type":"Point","coordinates":[-0.0870217,51.494905]},"properties":{"@type":"node","@id":1735724705,"@timestamp":1579694261},"coords":"51.494905,-0.0870217","bedrooms":"2","price":"174000","area":"574"} , +{"type":"Feature","id":"n1735724720","geometry":{"type":"Point","coordinates":[-0.0419565,51.4949094]},"properties":{"@type":"node","@id":1735724720,"@timestamp":1579704653},"coords":"51.4949094,-0.0419565","bedrooms":"4","price":"286000","area":"379"} , +{"type":"Feature","id":"n1735724734","geometry":{"type":"Point","coordinates":[-0.0676827,51.4949155]},"properties":{"@type":"node","@id":1735724734,"@timestamp":1579694113},"coords":"51.4949155,-0.0676827","bedrooms":"4","price":"278000","area":"544"} , +{"type":"Feature","id":"n1735724750","geometry":{"type":"Point","coordinates":[-0.0565965,51.4949183]},"properties":{"@type":"node","@id":1735724750,"@timestamp":1579704653},"coords":"51.4949183,-0.0565965","bedrooms":"3","price":"198000","area":"519"} , +{"type":"Feature","id":"n1735724766","geometry":{"type":"Point","coordinates":[-0.1071075,51.4949237]},"properties":{"@type":"node","@id":1735724766,"@timestamp":1579704895},"coords":"51.4949237,-0.1071075","bedrooms":"1","price":"157000","area":"514"} , +{"type":"Feature","id":"n1735724786","geometry":{"type":"Point","coordinates":[-0.0977048,51.4949261]},"properties":{"@type":"node","@id":1735724786,"@timestamp":1579694261},"coords":"51.4949261,-0.0977048","bedrooms":"4","price":"240000","area":"431"} , +{"type":"Feature","id":"n1735724820","geometry":{"type":"Point","coordinates":[-0.1073816,51.4949304]},"properties":{"@type":"node","@id":1735724820,"@timestamp":1579704895},"coords":"51.4949304,-0.1073816","bedrooms":"1","price":"198000","area":"457"} , +{"type":"Feature","id":"n1735724852","geometry":{"type":"Point","coordinates":[-0.0864672,51.494935]},"properties":{"@type":"node","@id":1735724852,"@timestamp":1579694113},"coords":"51.494935,-0.0864672","bedrooms":"1","price":"168000","area":"359"} , +{"type":"Feature","id":"n1735724881","geometry":{"type":"Point","coordinates":[-0.1057561,51.4949385]},"properties":{"@type":"node","@id":1735724881,"@timestamp":1579704895},"coords":"51.4949385,-0.1057561","bedrooms":"3","price":"161000","area":"486"} , +{"type":"Feature","id":"n1735724898","geometry":{"type":"Point","coordinates":[-0.0760039,51.4949441]},"properties":{"@type":"node","@id":1735724898,"@timestamp":1579691725},"coords":"51.4949441,-0.0760039","bedrooms":"0","price":"259000","area":"527"} , +{"type":"Feature","id":"n1735724913","geometry":{"type":"Point","coordinates":[-0.0868165,51.4949462]},"properties":{"@type":"node","@id":1735724913,"@timestamp":1579694261},"coords":"51.4949462,-0.0868165","bedrooms":"4","price":"288000","area":"489"} , +{"type":"Feature","id":"n1735724923","geometry":{"type":"Point","coordinates":[-0.0750638,51.4949512]},"properties":{"@type":"node","@id":1735724923,"@timestamp":1579691725},"coords":"51.4949512,-0.0750638","bedrooms":"0","price":"210000","area":"636"} , +{"type":"Feature","id":"n1735724934","geometry":{"type":"Point","coordinates":[-0.1075708,51.494954]},"properties":{"@type":"node","@id":1735724934,"@timestamp":1579704895},"coords":"51.494954,-0.1075708","bedrooms":"1","price":"282000","area":"581"} , +{"type":"Feature","id":"n1735724944","geometry":{"type":"Point","coordinates":[-0.0956984,51.4949576]},"properties":{"@type":"node","@id":1735724944,"@timestamp":1579694261},"coords":"51.4949576,-0.0956984","bedrooms":"4","price":"263000","area":"617"} , +{"type":"Feature","id":"n1735724971","geometry":{"type":"Point","coordinates":[-0.0852307,51.4949624]},"properties":{"@type":"node","@id":1735724971,"@timestamp":1579694113},"coords":"51.4949624,-0.0852307","bedrooms":"3","price":"185000","area":"640"} , +{"type":"Feature","id":"n1735724981","geometry":{"type":"Point","coordinates":[-0.0560446,51.4949646]},"properties":{"@type":"node","@id":1735724981,"@timestamp":1579704653},"coords":"51.4949646,-0.0560446","bedrooms":"1","price":"266000","area":"659"} , +{"type":"Feature","id":"n1735724994","geometry":{"type":"Point","coordinates":[-0.1072536,51.4949706]},"properties":{"@type":"node","@id":1735724994,"@timestamp":1579704862},"coords":"51.4949706,-0.1072536","bedrooms":"2","price":"210000","area":"551"} , +{"type":"Feature","id":"n1735725022","geometry":{"type":"Point","coordinates":[-0.0548719,51.4949759]},"properties":{"@type":"node","@id":1735725022,"@timestamp":1579704653},"coords":"51.4949759,-0.0548719","bedrooms":"1","price":"191000","area":"409"} , +{"type":"Feature","id":"n1735725039","geometry":{"type":"Point","coordinates":[-0.1082558,51.4949798]},"properties":{"@type":"node","@id":1735725039,"@timestamp":1579704862},"coords":"51.4949798,-0.1082558","bedrooms":"2","price":"218000","area":"571"} , +{"type":"Feature","id":"n1735725049","geometry":{"type":"Point","coordinates":[-0.0608318,51.4949838]},"properties":{"@type":"node","@id":1735725049,"@timestamp":1579704653},"coords":"51.4949838,-0.0608318","bedrooms":"1","price":"297000","area":"531"} , +{"type":"Feature","id":"n1735725059","geometry":{"type":"Point","coordinates":[-0.0337703,51.4949883]},"properties":{"@type":"node","@id":1735725059,"@timestamp":1579704718},"coords":"51.4949883,-0.0337703","bedrooms":"3","price":"193000","area":"505"} , +{"type":"Feature","id":"n1735725076","geometry":{"type":"Point","coordinates":[-0.0822481,51.4949935]},"properties":{"@type":"node","@id":1735725076,"@timestamp":1579694113},"coords":"51.4949935,-0.0822481","bedrooms":"2","price":"269000","area":"542"} , +{"type":"Feature","id":"n1735725118","geometry":{"type":"Point","coordinates":[-0.0558929,51.4949971]},"properties":{"@type":"node","@id":1735725118,"@timestamp":1579704653},"coords":"51.4949971,-0.0558929","bedrooms":"1","price":"234000","area":"351"} , +{"type":"Feature","id":"n1735725154","geometry":{"type":"Point","coordinates":[-0.0564831,51.4949996]},"properties":{"@type":"node","@id":1735725154,"@timestamp":1579704653},"coords":"51.4949996,-0.0564831","bedrooms":"1","price":"295000","area":"569"} , +{"type":"Feature","id":"n1735725165","geometry":{"type":"Point","coordinates":[-0.0612858,51.4950057]},"properties":{"@type":"node","@id":1735725165,"@timestamp":1579704653},"coords":"51.4950057,-0.0612858","bedrooms":"4","price":"171000","area":"632"} , +{"type":"Feature","id":"n1735725175","geometry":{"type":"Point","coordinates":[-0.0865227,51.4950102]},"properties":{"@type":"node","@id":1735725175,"@timestamp":1579694113},"coords":"51.4950102,-0.0865227","bedrooms":"2","price":"164000","area":"584"} , +{"type":"Feature","id":"n1735725185","geometry":{"type":"Point","coordinates":[-0.056556,51.4950148]},"properties":{"@type":"node","@id":1735725185,"@timestamp":1579704653},"coords":"51.4950148,-0.056556","bedrooms":"0","price":"268000","area":"391"} , +{"type":"Feature","id":"n1735725196","geometry":{"type":"Point","coordinates":[-0.0418293,51.4950196]},"properties":{"@type":"node","@id":1735725196,"@timestamp":1579704653},"coords":"51.4950196,-0.0418293","bedrooms":"3","price":"208000","area":"535"} , +{"type":"Feature","id":"n1735725211","geometry":{"type":"Point","coordinates":[-0.0761076,51.4950255]},"properties":{"@type":"node","@id":1735725211,"@timestamp":1579691725},"coords":"51.4950255,-0.0761076","bedrooms":"0","price":"159000","area":"415"} , +{"type":"Feature","id":"n1735725227","geometry":{"type":"Point","coordinates":[-0.1083965,51.4950311]},"properties":{"@type":"node","@id":1735725227,"@timestamp":1579704862},"coords":"51.4950311,-0.1083965","bedrooms":"0","price":"233000","area":"603"} , +{"type":"Feature","id":"n1735725237","geometry":{"type":"Point","coordinates":[-0.0759885,51.4950396]},"properties":{"@type":"node","@id":1735725237,"@timestamp":1579691725},"coords":"51.4950396,-0.0759885","bedrooms":"2","price":"286000","area":"380"} , +{"type":"Feature","id":"n1735725254","geometry":{"type":"Point","coordinates":[-0.0893099,51.4950445]},"properties":{"@type":"node","@id":1735725254,"@timestamp":1579694261},"coords":"51.4950445,-0.0893099","bedrooms":"2","price":"216000","area":"646"} , +{"type":"Feature","id":"n1735725312","geometry":{"type":"Point","coordinates":[-0.0849209,51.4950484]},"properties":{"@type":"node","@id":1735725312,"@timestamp":1579694113},"coords":"51.4950484,-0.0849209","bedrooms":"3","price":"270000","area":"424"} , +{"type":"Feature","id":"n1735725337","geometry":{"type":"Point","coordinates":[-0.058036,51.4950535]},"properties":{"@type":"node","@id":1735725337,"@timestamp":1579704653},"coords":"51.4950535,-0.058036","bedrooms":"0","price":"200000","area":"475"} , +{"type":"Feature","id":"n1735725403","geometry":{"type":"Point","coordinates":[-0.0565601,51.4950589]},"properties":{"@type":"node","@id":1735725403,"@timestamp":1579704653},"coords":"51.4950589,-0.0565601","bedrooms":"1","price":"266000","area":"616"} , +{"type":"Feature","id":"n1735725467","geometry":{"type":"Point","coordinates":[-0.060482,51.4950668]},"properties":{"@type":"node","@id":1735725467,"@timestamp":1579704653},"coords":"51.4950668,-0.060482","bedrooms":"2","price":"199000","area":"693"} , +{"type":"Feature","id":"n1735725507","geometry":{"type":"Point","coordinates":[-0.0934729,51.4950728]},"properties":{"@type":"node","@id":1735725507,"@timestamp":1579694261},"coords":"51.4950728,-0.0934729","bedrooms":"4","price":"227000","area":"419"} , +{"type":"Feature","id":"n1735725552","geometry":{"type":"Point","coordinates":[-0.1028648,51.4950797]},"properties":{"@type":"node","@id":1735725552,"@timestamp":1579704862},"coords":"51.4950797,-0.1028648","bedrooms":"0","price":"285000","area":"461"} , +{"type":"Feature","id":"n1735725595","geometry":{"type":"Point","coordinates":[-0.0546754,51.4950828]},"properties":{"@type":"node","@id":1735725595,"@timestamp":1579704653},"coords":"51.4950828,-0.0546754","bedrooms":"2","price":"279000","area":"361"} , +{"type":"Feature","id":"n1735725636","geometry":{"type":"Point","coordinates":[-0.1076566,51.4950901]},"properties":{"@type":"node","@id":1735725636,"@timestamp":1579704862},"coords":"51.4950901,-0.1076566","bedrooms":"1","price":"228000","area":"661"} , +{"type":"Feature","id":"n1735725651","geometry":{"type":"Point","coordinates":[-0.0337225,51.4950954]},"properties":{"@type":"node","@id":1735725651,"@timestamp":1579704718},"coords":"51.4950954,-0.0337225","bedrooms":"4","price":"235000","area":"509"} , +{"type":"Feature","id":"n1735725661","geometry":{"type":"Point","coordinates":[-0.0727718,51.4951014]},"properties":{"@type":"node","@id":1735725661,"@timestamp":1579691725},"coords":"51.4951014,-0.0727718","bedrooms":"3","price":"286000","area":"448"} , +{"type":"Feature","id":"n1735725672","geometry":{"type":"Point","coordinates":[-0.0956312,51.4951083]},"properties":{"@type":"node","@id":1735725672,"@timestamp":1579694261},"coords":"51.4951083,-0.0956312","bedrooms":"2","price":"232000","area":"662"} , +{"type":"Feature","id":"n1735725682","geometry":{"type":"Point","coordinates":[-0.1082776,51.4951131]},"properties":{"@type":"node","@id":1735725682,"@timestamp":1579704862},"coords":"51.4951131,-0.1082776","bedrooms":"4","price":"243000","area":"381"} , +{"type":"Feature","id":"n1735725733","geometry":{"type":"Point","coordinates":[-0.053372,51.4951175]},"properties":{"@type":"node","@id":1735725733,"@timestamp":1579704653},"coords":"51.4951175,-0.053372","bedrooms":"1","price":"245000","area":"410"} , +{"type":"Feature","id":"n1735725755","geometry":{"type":"Point","coordinates":[-0.1077286,51.4951204]},"properties":{"@type":"node","@id":1735725755,"@timestamp":1579704862},"coords":"51.4951204,-0.1077286","bedrooms":"4","price":"216000","area":"412"} , +{"type":"Feature","id":"n1735725765","geometry":{"type":"Point","coordinates":[-0.0929347,51.4951247]},"properties":{"@type":"node","@id":1735725765,"@timestamp":1579694261},"coords":"51.4951247,-0.0929347","bedrooms":"2","price":"238000","area":"404"} , +{"type":"Feature","id":"n1735725775","geometry":{"type":"Point","coordinates":[-0.1057622,51.4951299]},"properties":{"@type":"node","@id":1735725775,"@timestamp":1579704862},"coords":"51.4951299,-0.1057622","bedrooms":"4","price":"240000","area":"477"} , +{"type":"Feature","id":"n1735725804","geometry":{"type":"Point","coordinates":[-0.0826932,51.4951348]},"properties":{"@type":"node","@id":1735725804,"@timestamp":1579694113},"coords":"51.4951348,-0.0826932","bedrooms":"4","price":"159000","area":"478"} , +{"type":"Feature","id":"n1735725859","geometry":{"type":"Point","coordinates":[-0.0434364,51.4951122]},"properties":{"@type":"node","@id":1735725859,"@timestamp":1579704653},"coords":"51.4951122,-0.0434364","bedrooms":"2","price":"184000","area":"645"} , +{"type":"Feature","id":"n1735725900","geometry":{"type":"Point","coordinates":[-0.0848453,51.4951476]},"properties":{"@type":"node","@id":1735725900,"@timestamp":1579694113},"coords":"51.4951476,-0.0848453","bedrooms":"0","price":"157000","area":"508"} , +{"type":"Feature","id":"n1735725950","geometry":{"type":"Point","coordinates":[-0.0551233,51.4951542]},"properties":{"@type":"node","@id":1735725950,"@timestamp":1579704653},"coords":"51.4951542,-0.0551233","bedrooms":"4","price":"159000","area":"671"} , +{"type":"Feature","id":"n1735725996","geometry":{"type":"Point","coordinates":[-0.0826962,51.4951591]},"properties":{"@type":"node","@id":1735725996,"@timestamp":1579694113},"coords":"51.4951591,-0.0826962","bedrooms":"1","price":"166000","area":"456"} , +{"type":"Feature","id":"n1735726048","geometry":{"type":"Point","coordinates":[-0.0953365,51.4951626]},"properties":{"@type":"node","@id":1735726048,"@timestamp":1579694261},"coords":"51.4951626,-0.0953365","bedrooms":"2","price":"191000","area":"500"} , +{"type":"Feature","id":"n1735726089","geometry":{"type":"Point","coordinates":[-0.1082224,51.495167]},"properties":{"@type":"node","@id":1735726089,"@timestamp":1579704862},"coords":"51.495167,-0.1082224","bedrooms":"4","price":"182000","area":"448"} , +{"type":"Feature","id":"n1735726139","geometry":{"type":"Point","coordinates":[-0.0579259,51.4951737]},"properties":{"@type":"node","@id":1735726139,"@timestamp":1579704653},"coords":"51.4951737,-0.0579259","bedrooms":"0","price":"290000","area":"430"} , +{"type":"Feature","id":"n1735726189","geometry":{"type":"Point","coordinates":[-0.0808254,51.4951759]},"properties":{"@type":"node","@id":1735726189,"@timestamp":1579694113},"coords":"51.4951759,-0.0808254","bedrooms":"1","price":"285000","area":"504"} , +{"type":"Feature","id":"n1735726250","geometry":{"type":"Point","coordinates":[-0.0827961,51.4951806]},"properties":{"@type":"node","@id":1735726250,"@timestamp":1579694113},"coords":"51.4951806,-0.0827961","bedrooms":"1","price":"210000","area":"515"} , +{"type":"Feature","id":"n1735726287","geometry":{"type":"Point","coordinates":[-0.0954364,51.4951844]},"properties":{"@type":"node","@id":1735726287,"@timestamp":1579694261},"coords":"51.4951844,-0.0954364","bedrooms":"2","price":"163000","area":"411"} , +{"type":"Feature","id":"n1735726330","geometry":{"type":"Point","coordinates":[-0.107872,51.4951928]},"properties":{"@type":"node","@id":1735726330,"@timestamp":1579704862},"coords":"51.4951928,-0.107872","bedrooms":"4","price":"240000","area":"685"} , +{"type":"Feature","id":"n1735726367","geometry":{"type":"Point","coordinates":[-0.1081974,51.4951975]},"properties":{"@type":"node","@id":1735726367,"@timestamp":1579704862},"coords":"51.4951975,-0.1081974","bedrooms":"0","price":"272000","area":"380"} , +{"type":"Feature","id":"n1735726417","geometry":{"type":"Point","coordinates":[-0.0338762,51.4952058]},"properties":{"@type":"node","@id":1735726417,"@timestamp":1579704718},"coords":"51.4952058,-0.0338762","bedrooms":"4","price":"292000","area":"415"} , +{"type":"Feature","id":"n1735726454","geometry":{"type":"Point","coordinates":[-0.1077631,51.4952123]},"properties":{"@type":"node","@id":1735726454,"@timestamp":1579704862},"coords":"51.4952123,-0.1077631","bedrooms":"3","price":"288000","area":"572"} , +{"type":"Feature","id":"n1735726473","geometry":{"type":"Point","coordinates":[-0.0722046,51.4952205]},"properties":{"@type":"node","@id":1735726473,"@timestamp":1579691725},"coords":"51.4952205,-0.0722046","bedrooms":"2","price":"220000","area":"681"} , +{"type":"Feature","id":"n1735726483","geometry":{"type":"Point","coordinates":[-0.1059579,51.4952259]},"properties":{"@type":"node","@id":1735726483,"@timestamp":1579704862},"coords":"51.4952259,-0.1059579","bedrooms":"3","price":"168000","area":"414"} , +{"type":"Feature","id":"n1735726529","geometry":{"type":"Point","coordinates":[-0.0888256,51.4952334]},"properties":{"@type":"node","@id":1735726529,"@timestamp":1579694261},"coords":"51.4952334,-0.0888256","bedrooms":"4","price":"237000","area":"551"} , +{"type":"Feature","id":"n1735726589","geometry":{"type":"Point","coordinates":[-0.0876508,51.4952438]},"properties":{"@type":"node","@id":1735726589,"@timestamp":1579694261},"coords":"51.4952438,-0.0876508","bedrooms":"2","price":"276000","area":"397"} , +{"type":"Feature","id":"n1735726648","geometry":{"type":"Point","coordinates":[-0.0641949,51.4952513]},"properties":{"@type":"node","@id":1735726648,"@timestamp":1579704693},"coords":"51.4952513,-0.0641949","bedrooms":"1","price":"288000","area":"599"} , +{"type":"Feature","id":"n1735726760","geometry":{"type":"Point","coordinates":[-0.0753224,51.4952556]},"properties":{"@type":"node","@id":1735726760,"@timestamp":1579691725},"coords":"51.4952556,-0.0753224","bedrooms":"2","price":"248000","area":"572"} , +{"type":"Feature","id":"n1735726854","geometry":{"type":"Point","coordinates":[-0.0962738,51.4952631]},"properties":{"@type":"node","@id":1735726854,"@timestamp":1579694261},"coords":"51.4952631,-0.0962738","bedrooms":"0","price":"174000","area":"430"} , +{"type":"Feature","id":"n1735726923","geometry":{"type":"Point","coordinates":[-0.0578798,51.4952725]},"properties":{"@type":"node","@id":1735726923,"@timestamp":1579704653},"coords":"51.4952725,-0.0578798","bedrooms":"1","price":"238000","area":"546"} , +{"type":"Feature","id":"n1735727016","geometry":{"type":"Point","coordinates":[-0.1090737,51.4952791]},"properties":{"@type":"node","@id":1735727016,"@timestamp":1579704862},"coords":"51.4952791,-0.1090737","bedrooms":"1","price":"269000","area":"363"} , +{"type":"Feature","id":"n1735727104","geometry":{"type":"Point","coordinates":[-0.094439,51.4952827]},"properties":{"@type":"node","@id":1735727104,"@timestamp":1579694261},"coords":"51.4952827,-0.094439","bedrooms":"3","price":"258000","area":"465"} , +{"type":"Feature","id":"n1735727184","geometry":{"type":"Point","coordinates":[-0.0751606,51.495291]},"properties":{"@type":"node","@id":1735727184,"@timestamp":1579691725},"coords":"51.495291,-0.0751606","bedrooms":"1","price":"269000","area":"392"} , +{"type":"Feature","id":"n1735727239","geometry":{"type":"Point","coordinates":[-0.0559828,51.4952977]},"properties":{"@type":"node","@id":1735727239,"@timestamp":1579704653},"coords":"51.4952977,-0.0559828","bedrooms":"4","price":"207000","area":"655"} , +{"type":"Feature","id":"n1735727304","geometry":{"type":"Point","coordinates":[-0.0721586,51.495311]},"properties":{"@type":"node","@id":1735727304,"@timestamp":1579691725},"coords":"51.495311,-0.0721586","bedrooms":"0","price":"192000","area":"465"} , +{"type":"Feature","id":"n1735727333","geometry":{"type":"Point","coordinates":[-0.0574587,51.4953183]},"properties":{"@type":"node","@id":1735727333,"@timestamp":1579704653},"coords":"51.4953183,-0.0574587","bedrooms":"3","price":"274000","area":"611"} , +{"type":"Feature","id":"n1735727413","geometry":{"type":"Point","coordinates":[-0.0749753,51.4953267]},"properties":{"@type":"node","@id":1735727413,"@timestamp":1579691725},"coords":"51.4953267,-0.0749753","bedrooms":"3","price":"297000","area":"388"} , +{"type":"Feature","id":"n1735727423","geometry":{"type":"Point","coordinates":[-0.073986,51.4953367]},"properties":{"@type":"node","@id":1735727423,"@timestamp":1579691725},"coords":"51.4953367,-0.073986","bedrooms":"1","price":"277000","area":"670"} , +{"type":"Feature","id":"n1735727440","geometry":{"type":"Point","coordinates":[-0.0389269,51.4953444]},"properties":{"@type":"node","@id":1735727440,"@timestamp":1579704718},"coords":"51.4953444,-0.0389269","bedrooms":"2","price":"260000","area":"619"} , +{"type":"Feature","id":"n1735727450","geometry":{"type":"Point","coordinates":[-0.0415774,51.4953528]},"properties":{"@type":"node","@id":1735727450,"@timestamp":1579704653},"coords":"51.4953528,-0.0415774","bedrooms":"1","price":"269000","area":"652"} , +{"type":"Feature","id":"n1735727460","geometry":{"type":"Point","coordinates":[-0.0677942,51.495361]},"properties":{"@type":"node","@id":1735727460,"@timestamp":1579704693},"coords":"51.495361,-0.0677942","bedrooms":"4","price":"259000","area":"552"} , +{"type":"Feature","id":"n1735727471","geometry":{"type":"Point","coordinates":[-0.0931841,51.4953678]},"properties":{"@type":"node","@id":1735727471,"@timestamp":1579694261},"coords":"51.4953678,-0.0931841","bedrooms":"2","price":"228000","area":"534"} , +{"type":"Feature","id":"n1735727481","geometry":{"type":"Point","coordinates":[-0.0821722,51.4953771]},"properties":{"@type":"node","@id":1735727481,"@timestamp":1579694113},"coords":"51.4953771,-0.0821722","bedrooms":"2","price":"267000","area":"513"} , +{"type":"Feature","id":"n1735727492","geometry":{"type":"Point","coordinates":[-0.0520282,51.4953816]},"properties":{"@type":"node","@id":1735727492,"@timestamp":1579704653},"coords":"51.4953816,-0.0520282","bedrooms":"2","price":"198000","area":"381"} , +{"type":"Feature","id":"n1735727530","geometry":{"type":"Point","coordinates":[-0.0389394,51.4953896]},"properties":{"@type":"node","@id":1735727530,"@timestamp":1579704718},"coords":"51.4953896,-0.0389394","bedrooms":"2","price":"266000","area":"471"} , +{"type":"Feature","id":"n1735727578","geometry":{"type":"Point","coordinates":[-0.0823979,51.4953927]},"properties":{"@type":"node","@id":1735727578,"@timestamp":1579694113},"coords":"51.4953927,-0.0823979","bedrooms":"2","price":"249000","area":"622"} , +{"type":"Feature","id":"n1735727599","geometry":{"type":"Point","coordinates":[-0.0566009,51.4953957]},"properties":{"@type":"node","@id":1735727599,"@timestamp":1579704653},"coords":"51.4953957,-0.0566009","bedrooms":"4","price":"226000","area":"391"} , +{"type":"Feature","id":"n1735727623","geometry":{"type":"Point","coordinates":[-0.1028861,51.4954028]},"properties":{"@type":"node","@id":1735727623,"@timestamp":1579704862},"coords":"51.4954028,-0.1028861","bedrooms":"2","price":"285000","area":"584"} , +{"type":"Feature","id":"n1735727641","geometry":{"type":"Point","coordinates":[-0.0745914,51.4954114]},"properties":{"@type":"node","@id":1735727641,"@timestamp":1579691725},"coords":"51.4954114,-0.0745914","bedrooms":"4","price":"238000","area":"428"} , +{"type":"Feature","id":"n1735727655","geometry":{"type":"Point","coordinates":[-0.0549762,51.4954185]},"properties":{"@type":"node","@id":1735727655,"@timestamp":1579704653},"coords":"51.4954185,-0.0549762","bedrooms":"2","price":"289000","area":"425"} , +{"type":"Feature","id":"n1735727666","geometry":{"type":"Point","coordinates":[-0.040609,51.4954265]},"properties":{"@type":"node","@id":1735727666,"@timestamp":1579704718},"coords":"51.4954265,-0.040609","bedrooms":"3","price":"187000","area":"658"} , +{"type":"Feature","id":"n1735727678","geometry":{"type":"Point","coordinates":[-0.054914,51.4954322]},"properties":{"@type":"node","@id":1735727678,"@timestamp":1579704653},"coords":"51.4954322,-0.054914","bedrooms":"1","price":"160000","area":"524"} , +{"type":"Feature","id":"n1735727688","geometry":{"type":"Point","coordinates":[-0.0625987,51.4954406]},"properties":{"@type":"node","@id":1735727688,"@timestamp":1579704653},"coords":"51.4954406,-0.0625987","bedrooms":"2","price":"157000","area":"463"} , +{"type":"Feature","id":"n1735727698","geometry":{"type":"Point","coordinates":[-0.0424377,51.4954481]},"properties":{"@type":"node","@id":1735727698,"@timestamp":1579704653},"coords":"51.4954481,-0.0424377","bedrooms":"2","price":"247000","area":"399"} , +{"type":"Feature","id":"n1735727712","geometry":{"type":"Point","coordinates":[-0.1105447,51.4954553]},"properties":{"@type":"node","@id":1735727712,"@timestamp":1579704862},"coords":"51.4954553,-0.1105447","bedrooms":"3","price":"158000","area":"589"} , +{"type":"Feature","id":"n1735727723","geometry":{"type":"Point","coordinates":[-0.0601586,51.4954639]},"properties":{"@type":"node","@id":1735727723,"@timestamp":1579704653},"coords":"51.4954639,-0.0601586","bedrooms":"0","price":"285000","area":"499"} , +{"type":"Feature","id":"n1735727742","geometry":{"type":"Point","coordinates":[-0.0644012,51.4954709]},"properties":{"@type":"node","@id":1735727742,"@timestamp":1579704693},"coords":"51.4954709,-0.0644012","bedrooms":"0","price":"259000","area":"363"} , +{"type":"Feature","id":"n1735727785","geometry":{"type":"Point","coordinates":[-0.0389787,51.4954802]},"properties":{"@type":"node","@id":1735727785,"@timestamp":1579704718},"coords":"51.4954802,-0.0389787","bedrooms":"3","price":"172000","area":"367"} , +{"type":"Feature","id":"n1735727798","geometry":{"type":"Point","coordinates":[-0.1096212,51.4954854]},"properties":{"@type":"node","@id":1735727798,"@timestamp":1579704862},"coords":"51.4954854,-0.1096212","bedrooms":"2","price":"230000","area":"639"} , +{"type":"Feature","id":"n1735727808","geometry":{"type":"Point","coordinates":[-0.0974249,51.4954992]},"properties":{"@type":"node","@id":1735727808,"@timestamp":1579694261},"coords":"51.4954992,-0.0974249","bedrooms":"1","price":"166000","area":"385"} , +{"type":"Feature","id":"n1735727818","geometry":{"type":"Point","coordinates":[0.8757666,51.1483598]},"properties":{"@type":"node","@id":1735727818,"@timestamp":1601131588},"coords":"51.1483598,0.8757666","bedrooms":"1","price":"291000","area":"469"} , +{"type":"Feature","id":"n1735727828","geometry":{"type":"Point","coordinates":[-0.1102324,51.4955101]},"properties":{"@type":"node","@id":1735727828,"@timestamp":1579704862},"coords":"51.4955101,-0.1102324","bedrooms":"3","price":"255000","area":"365"} , +{"type":"Feature","id":"n1735727838","geometry":{"type":"Point","coordinates":[-0.1080929,51.4955208]},"properties":{"@type":"node","@id":1735727838,"@timestamp":1579704862},"coords":"51.4955208,-0.1080929","bedrooms":"1","price":"261000","area":"539"} , +{"type":"Feature","id":"n1735727848","geometry":{"type":"Point","coordinates":[-0.0507742,51.4955247]},"properties":{"@type":"node","@id":1735727848,"@timestamp":1579704653},"coords":"51.4955247,-0.0507742","bedrooms":"4","price":"211000","area":"665"} , +{"type":"Feature","id":"n1735727858","geometry":{"type":"Point","coordinates":[-0.0658449,51.4955307]},"properties":{"@type":"node","@id":1735727858,"@timestamp":1579704693},"coords":"51.4955307,-0.0658449","bedrooms":"0","price":"165000","area":"655"} , +{"type":"Feature","id":"n1735727869","geometry":{"type":"Point","coordinates":[-0.1074349,51.4955465]},"properties":{"@type":"node","@id":1735727869,"@timestamp":1579704862},"coords":"51.4955465,-0.1074349","bedrooms":"2","price":"218000","area":"675"} , +{"type":"Feature","id":"n1735727879","geometry":{"type":"Point","coordinates":[-0.0965283,51.4955541]},"properties":{"@type":"node","@id":1735727879,"@timestamp":1579694261},"coords":"51.4955541,-0.0965283","bedrooms":"1","price":"161000","area":"418"} , +{"type":"Feature","id":"n1735727889","geometry":{"type":"Point","coordinates":[-0.0916838,51.4955628]},"properties":{"@type":"node","@id":1735727889,"@timestamp":1579694261},"coords":"51.4955628,-0.0916838","bedrooms":"0","price":"244000","area":"367"} , +{"type":"Feature","id":"n1735727899","geometry":{"type":"Point","coordinates":[-0.0598499,51.4955755]},"properties":{"@type":"node","@id":1735727899,"@timestamp":1579704653},"coords":"51.4955755,-0.0598499","bedrooms":"3","price":"165000","area":"466"} , +{"type":"Feature","id":"n1735727909","geometry":{"type":"Point","coordinates":[-0.0645474,51.4955849]},"properties":{"@type":"node","@id":1735727909,"@timestamp":1579704693},"coords":"51.4955849,-0.0645474","bedrooms":"4","price":"283000","area":"695"} , +{"type":"Feature","id":"n1735727921","geometry":{"type":"Point","coordinates":[-0.0940418,51.495597]},"properties":{"@type":"node","@id":1735727921,"@timestamp":1579694261},"coords":"51.495597,-0.0940418","bedrooms":"1","price":"276000","area":"456"} , +{"type":"Feature","id":"n1735727931","geometry":{"type":"Point","coordinates":[-0.0783286,51.4956066]},"properties":{"@type":"node","@id":1735727931,"@timestamp":1579691725},"coords":"51.4956066,-0.0783286","bedrooms":"1","price":"263000","area":"631"} , +{"type":"Feature","id":"n1735727951","geometry":{"type":"Point","coordinates":[-0.091781,51.4956197]},"properties":{"@type":"node","@id":1735727951,"@timestamp":1579694261},"coords":"51.4956197,-0.091781","bedrooms":"3","price":"161000","area":"511"} , +{"type":"Feature","id":"n1735727992","geometry":{"type":"Point","coordinates":[-0.0383234,51.495627]},"properties":{"@type":"node","@id":1735727992,"@timestamp":1579704718},"coords":"51.495627,-0.0383234","bedrooms":"4","price":"204000","area":"654"} , +{"type":"Feature","id":"n1735728047","geometry":{"type":"Point","coordinates":[-0.0930212,51.4956398]},"properties":{"@type":"node","@id":1735728047,"@timestamp":1579694261},"coords":"51.4956398,-0.0930212","bedrooms":"2","price":"182000","area":"394"} , +{"type":"Feature","id":"n1735728057","geometry":{"type":"Point","coordinates":[-0.0383772,51.4956511]},"properties":{"@type":"node","@id":1735728057,"@timestamp":1579704718},"coords":"51.4956511,-0.0383772","bedrooms":"3","price":"188000","area":"417"} , +{"type":"Feature","id":"n1735728067","geometry":{"type":"Point","coordinates":[-0.0644648,51.495656]},"properties":{"@type":"node","@id":1735728067,"@timestamp":1579704693},"coords":"51.495656,-0.0644648","bedrooms":"1","price":"155000","area":"410"} , +{"type":"Feature","id":"n1735728077","geometry":{"type":"Point","coordinates":[-0.0404012,51.4956628]},"properties":{"@type":"node","@id":1735728077,"@timestamp":1579704718},"coords":"51.4956628,-0.0404012","bedrooms":"3","price":"200000","area":"494"} , +{"type":"Feature","id":"n1735728087","geometry":{"type":"Point","coordinates":[-0.0870218,51.4956745]},"properties":{"@type":"node","@id":1735728087,"@timestamp":1579694261},"coords":"51.4956745,-0.0870218","bedrooms":"3","price":"268000","area":"535"} , +{"type":"Feature","id":"n1735728097","geometry":{"type":"Point","coordinates":[-0.091649,51.4956838]},"properties":{"@type":"node","@id":1735728097,"@timestamp":1579694261},"coords":"51.4956838,-0.091649","bedrooms":"1","price":"172000","area":"543"} , +{"type":"Feature","id":"n1735728108","geometry":{"type":"Point","coordinates":[-0.0555831,51.4956903]},"properties":{"@type":"node","@id":1735728108,"@timestamp":1579704653},"coords":"51.4956903,-0.0555831","bedrooms":"3","price":"271000","area":"426"} , +{"type":"Feature","id":"n1735728159","geometry":{"type":"Point","coordinates":[-0.0963991,51.4957008]},"properties":{"@type":"node","@id":1735728159,"@timestamp":1579694261},"coords":"51.4957008,-0.0963991","bedrooms":"4","price":"209000","area":"657"} , +{"type":"Feature","id":"n1735728207","geometry":{"type":"Point","coordinates":[-0.0881355,51.4957117]},"properties":{"@type":"node","@id":1735728207,"@timestamp":1579694261},"coords":"51.4957117,-0.0881355","bedrooms":"3","price":"240000","area":"454"} , +{"type":"Feature","id":"n1735728281","geometry":{"type":"Point","coordinates":[-0.0383292,51.4957213]},"properties":{"@type":"node","@id":1735728281,"@timestamp":1579704718},"coords":"51.4957213,-0.0383292","bedrooms":"4","price":"154000","area":"679"} , +{"type":"Feature","id":"n1735728336","geometry":{"type":"Point","coordinates":[-0.0886564,51.4957345]},"properties":{"@type":"node","@id":1735728336,"@timestamp":1579694261},"coords":"51.4957345,-0.0886564","bedrooms":"4","price":"171000","area":"658"} , +{"type":"Feature","id":"n1735728455","geometry":{"type":"Point","coordinates":[-0.0391259,51.4957434]},"properties":{"@type":"node","@id":1735728455,"@timestamp":1579704718},"coords":"51.4957434,-0.0391259","bedrooms":"3","price":"193000","area":"493"} , +{"type":"Feature","id":"n1735728510","geometry":{"type":"Point","coordinates":[-0.0929714,51.4957497]},"properties":{"@type":"node","@id":1735728510,"@timestamp":1579694261},"coords":"51.4957497,-0.0929714","bedrooms":"1","price":"229000","area":"571"} , +{"type":"Feature","id":"n1735728567","geometry":{"type":"Point","coordinates":[-0.1108795,51.4957556]},"properties":{"@type":"node","@id":1735728567,"@timestamp":1579704862},"coords":"51.4957556,-0.1108795","bedrooms":"0","price":"157000","area":"363"} , +{"type":"Feature","id":"n1735728619","geometry":{"type":"Point","coordinates":[-0.0847888,51.4957079]},"properties":{"@type":"node","@id":1735728619,"@timestamp":1630934307},"coords":"51.4957079,-0.0847888","bedrooms":"1","price":"205000","area":"413"} , +{"type":"Feature","id":"n1735728669","geometry":{"type":"Point","coordinates":[-0.0379936,51.4957781]},"properties":{"@type":"node","@id":1735728669,"@timestamp":1579704718},"coords":"51.4957781,-0.0379936","bedrooms":"1","price":"299000","area":"459"} , +{"type":"Feature","id":"n1735728720","geometry":{"type":"Point","coordinates":[-0.0384325,51.4957858]},"properties":{"@type":"node","@id":1735728720,"@timestamp":1579704718},"coords":"51.4957858,-0.0384325","bedrooms":"4","price":"152000","area":"653"} , +{"type":"Feature","id":"n1735728779","geometry":{"type":"Point","coordinates":[-0.0946326,51.4957942]},"properties":{"@type":"node","@id":1735728779,"@timestamp":1579694261},"coords":"51.4957942,-0.0946326","bedrooms":"3","price":"166000","area":"515"} , +{"type":"Feature","id":"n1735728837","geometry":{"type":"Point","coordinates":[-0.0930218,51.4958024]},"properties":{"@type":"node","@id":1735728837,"@timestamp":1579694261},"coords":"51.4958024,-0.0930218","bedrooms":"1","price":"166000","area":"350"} , +{"type":"Feature","id":"n1735728907","geometry":{"type":"Point","coordinates":[-0.0862999,51.495809]},"properties":{"@type":"node","@id":1735728907,"@timestamp":1579694261},"coords":"51.495809,-0.0862999","bedrooms":"1","price":"200000","area":"433"} , +{"type":"Feature","id":"n1735728967","geometry":{"type":"Point","coordinates":[-0.0942825,51.4958168]},"properties":{"@type":"node","@id":1735728967,"@timestamp":1579694261},"coords":"51.4958168,-0.0942825","bedrooms":"0","price":"176000","area":"358"} , +{"type":"Feature","id":"n1735729018","geometry":{"type":"Point","coordinates":[-0.0934471,51.4958254]},"properties":{"@type":"node","@id":1735729018,"@timestamp":1579694261},"coords":"51.4958254,-0.0934471","bedrooms":"4","price":"298000","area":"693"} , +{"type":"Feature","id":"n1735729068","geometry":{"type":"Point","coordinates":[-0.0509821,51.4958131]},"properties":{"@type":"node","@id":1735729068,"@timestamp":1605771745},"coords":"51.4958131,-0.0509821","bedrooms":"0","price":"243000","area":"640"} , +{"type":"Feature","id":"n1735729126","geometry":{"type":"Point","coordinates":[-0.0727752,51.4958375]},"properties":{"@type":"node","@id":1735729126,"@timestamp":1579691725},"coords":"51.4958375,-0.0727752","bedrooms":"0","price":"174000","area":"482"} , +{"type":"Feature","id":"n1735729182","geometry":{"type":"Point","coordinates":[-0.0427519,51.495849]},"properties":{"@type":"node","@id":1735729182,"@timestamp":1579704653},"coords":"51.495849,-0.0427519","bedrooms":"4","price":"164000","area":"566"} , +{"type":"Feature","id":"n1735729220","geometry":{"type":"Point","coordinates":[-0.0903117,51.4958576]},"properties":{"@type":"node","@id":1735729220,"@timestamp":1579694261},"coords":"51.4958576,-0.0903117","bedrooms":"2","price":"282000","area":"369"} , +{"type":"Feature","id":"n1735729246","geometry":{"type":"Point","coordinates":[-0.0403869,51.4958681]},"properties":{"@type":"node","@id":1735729246,"@timestamp":1579704718},"coords":"51.4958681,-0.0403869","bedrooms":"0","price":"284000","area":"502"} , +{"type":"Feature","id":"n1735729262","geometry":{"type":"Point","coordinates":[-0.0599169,51.4958737]},"properties":{"@type":"node","@id":1735729262,"@timestamp":1579704653},"coords":"51.4958737,-0.0599169","bedrooms":"4","price":"244000","area":"371"} , +{"type":"Feature","id":"n1735729297","geometry":{"type":"Point","coordinates":[-0.0934007,51.4958793]},"properties":{"@type":"node","@id":1735729297,"@timestamp":1579694261},"coords":"51.4958793,-0.0934007","bedrooms":"2","price":"219000","area":"631"} , +{"type":"Feature","id":"n1735729347","geometry":{"type":"Point","coordinates":[-0.0978637,51.4958842]},"properties":{"@type":"node","@id":1735729347,"@timestamp":1579694261},"coords":"51.4958842,-0.0978637","bedrooms":"3","price":"184000","area":"618"} , +{"type":"Feature","id":"n1735729363","geometry":{"type":"Point","coordinates":[-0.0409803,51.4958918]},"properties":{"@type":"node","@id":1735729363,"@timestamp":1579704718},"coords":"51.4958918,-0.0409803","bedrooms":"2","price":"232000","area":"413"} , +{"type":"Feature","id":"n1735729373","geometry":{"type":"Point","coordinates":[-0.0373709,51.4958997]},"properties":{"@type":"node","@id":1735729373,"@timestamp":1579704718},"coords":"51.4958997,-0.0373709","bedrooms":"3","price":"192000","area":"446"} , +{"type":"Feature","id":"n1735729383","geometry":{"type":"Point","coordinates":[-0.0370443,51.4959065]},"properties":{"@type":"node","@id":1735729383,"@timestamp":1579704718},"coords":"51.4959065,-0.0370443","bedrooms":"0","price":"255000","area":"662"} , +{"type":"Feature","id":"n1735729416","geometry":{"type":"Point","coordinates":[-0.0392193,51.4959158]},"properties":{"@type":"node","@id":1735729416,"@timestamp":1579704718},"coords":"51.4959158,-0.0392193","bedrooms":"4","price":"299000","area":"486"} , +{"type":"Feature","id":"n1735729426","geometry":{"type":"Point","coordinates":[-0.085346,51.4959222]},"properties":{"@type":"node","@id":1735729426,"@timestamp":1579694261},"coords":"51.4959222,-0.085346","bedrooms":"4","price":"249000","area":"671"} , +{"type":"Feature","id":"n1735729436","geometry":{"type":"Point","coordinates":[-0.0910448,51.4959307]},"properties":{"@type":"node","@id":1735729436,"@timestamp":1579694261},"coords":"51.4959307,-0.0910448","bedrooms":"3","price":"156000","area":"452"} , +{"type":"Feature","id":"n1735729446","geometry":{"type":"Point","coordinates":[-0.0341472,51.4959389]},"properties":{"@type":"node","@id":1735729446,"@timestamp":1579704718},"coords":"51.4959389,-0.0341472","bedrooms":"4","price":"178000","area":"370"} , +{"type":"Feature","id":"n1735729456","geometry":{"type":"Point","coordinates":[-0.0373307,51.4959472]},"properties":{"@type":"node","@id":1735729456,"@timestamp":1579704718},"coords":"51.4959472,-0.0373307","bedrooms":"1","price":"293000","area":"469"} , +{"type":"Feature","id":"n1735729484","geometry":{"type":"Point","coordinates":[-0.0407914,51.4959528]},"properties":{"@type":"node","@id":1735729484,"@timestamp":1579704718},"coords":"51.4959528,-0.0407914","bedrooms":"4","price":"249000","area":"627"} , +{"type":"Feature","id":"n1735729527","geometry":{"type":"Point","coordinates":[-0.0855711,51.4959613]},"properties":{"@type":"node","@id":1735729527,"@timestamp":1579694261},"coords":"51.4959613,-0.0855711","bedrooms":"1","price":"237000","area":"697"} , +{"type":"Feature","id":"n1735729566","geometry":{"type":"Point","coordinates":[-0.0858085,51.4959708]},"properties":{"@type":"node","@id":1735729566,"@timestamp":1579694261},"coords":"51.4959708,-0.0858085","bedrooms":"4","price":"239000","area":"417"} , +{"type":"Feature","id":"n1735729602","geometry":{"type":"Point","coordinates":[-0.0369693,51.4959771]},"properties":{"@type":"node","@id":1735729602,"@timestamp":1579704718},"coords":"51.4959771,-0.0369693","bedrooms":"1","price":"246000","area":"541"} , +{"type":"Feature","id":"n1735729649","geometry":{"type":"Point","coordinates":[-0.0792672,51.4959852]},"properties":{"@type":"node","@id":1735729649,"@timestamp":1579694261},"coords":"51.4959852,-0.0792672","bedrooms":"3","price":"234000","area":"503"} , +{"type":"Feature","id":"n1735729719","geometry":{"type":"Point","coordinates":[-0.0855296,51.4959903]},"properties":{"@type":"node","@id":1735729719,"@timestamp":1579694261},"coords":"51.4959903,-0.0855296","bedrooms":"3","price":"283000","area":"462"} , +{"type":"Feature","id":"n1735729730","geometry":{"type":"Point","coordinates":[-0.065204,51.495998]},"properties":{"@type":"node","@id":1735729730,"@timestamp":1579704693},"coords":"51.495998,-0.065204","bedrooms":"0","price":"238000","area":"574"} , +{"type":"Feature","id":"n1735729741","geometry":{"type":"Point","coordinates":[-0.0646003,51.4960047]},"properties":{"@type":"node","@id":1735729741,"@timestamp":1579704693},"coords":"51.4960047,-0.0646003","bedrooms":"4","price":"283000","area":"611"} , +{"type":"Feature","id":"n1735729772","geometry":{"type":"Point","coordinates":[-0.0591266,51.4960129]},"properties":{"@type":"node","@id":1735729772,"@timestamp":1579704653},"coords":"51.4960129,-0.0591266","bedrooms":"2","price":"275000","area":"486"} , +{"type":"Feature","id":"n1735729827","geometry":{"type":"Point","coordinates":[-0.0397585,51.4960208]},"properties":{"@type":"node","@id":1735729827,"@timestamp":1579704718},"coords":"51.4960208,-0.0397585","bedrooms":"3","price":"249000","area":"625"} , +{"type":"Feature","id":"n1735729872","geometry":{"type":"Point","coordinates":[-0.0401897,51.4960324]},"properties":{"@type":"node","@id":1735729872,"@timestamp":1579704718},"coords":"51.4960324,-0.0401897","bedrooms":"3","price":"187000","area":"534"} , +{"type":"Feature","id":"n1735729932","geometry":{"type":"Point","coordinates":[-0.0705039,51.4960376]},"properties":{"@type":"node","@id":1735729932,"@timestamp":1579691725},"coords":"51.4960376,-0.0705039","bedrooms":"3","price":"192000","area":"614"} , +{"type":"Feature","id":"n1735730019","geometry":{"type":"Point","coordinates":[-0.0697389,51.4960468]},"properties":{"@type":"node","@id":1735730019,"@timestamp":1579691725},"coords":"51.4960468,-0.0697389","bedrooms":"1","price":"197000","area":"510"} , +{"type":"Feature","id":"n1735730089","geometry":{"type":"Point","coordinates":[-0.0941806,51.4960542]},"properties":{"@type":"node","@id":1735730089,"@timestamp":1579694261},"coords":"51.4960542,-0.0941806","bedrooms":"2","price":"184000","area":"626"} , +{"type":"Feature","id":"n1735730155","geometry":{"type":"Point","coordinates":[-0.0675976,51.4960675]},"properties":{"@type":"node","@id":1735730155,"@timestamp":1579704693},"coords":"51.4960675,-0.0675976","bedrooms":"1","price":"196000","area":"451"} , +{"type":"Feature","id":"n1735730206","geometry":{"type":"Point","coordinates":[-0.1034263,51.4960729]},"properties":{"@type":"node","@id":1735730206,"@timestamp":1579704862},"coords":"51.4960729,-0.1034263","bedrooms":"3","price":"178000","area":"432"} , +{"type":"Feature","id":"n1735730275","geometry":{"type":"Point","coordinates":[-0.0590113,51.4960819]},"properties":{"@type":"node","@id":1735730275,"@timestamp":1579704653},"coords":"51.4960819,-0.0590113","bedrooms":"4","price":"178000","area":"432"} , +{"type":"Feature","id":"n1735730345","geometry":{"type":"Point","coordinates":[-0.0363736,51.496093]},"properties":{"@type":"node","@id":1735730345,"@timestamp":1579704718},"coords":"51.496093,-0.0363736","bedrooms":"1","price":"214000","area":"385"} , +{"type":"Feature","id":"n1735730396","geometry":{"type":"Point","coordinates":[-0.0935445,51.4961044]},"properties":{"@type":"node","@id":1735730396,"@timestamp":1579694261},"coords":"51.4961044,-0.0935445","bedrooms":"0","price":"162000","area":"583"} , +{"type":"Feature","id":"n1735730452","geometry":{"type":"Point","coordinates":[-0.0926411,51.4961151]},"properties":{"@type":"node","@id":1735730452,"@timestamp":1579694261},"coords":"51.4961151,-0.0926411","bedrooms":"4","price":"222000","area":"498"} , +{"type":"Feature","id":"n1735730496","geometry":{"type":"Point","coordinates":[-0.0405039,51.4961246]},"properties":{"@type":"node","@id":1735730496,"@timestamp":1579704718},"coords":"51.4961246,-0.0405039","bedrooms":"4","price":"193000","area":"526"} , +{"type":"Feature","id":"n1735730550","geometry":{"type":"Point","coordinates":[-0.0602441,51.4961392]},"properties":{"@type":"node","@id":1735730550,"@timestamp":1579704653},"coords":"51.4961392,-0.0602441","bedrooms":"1","price":"184000","area":"652"} , +{"type":"Feature","id":"n1735730586","geometry":{"type":"Point","coordinates":[-0.0392301,51.4961505]},"properties":{"@type":"node","@id":1735730586,"@timestamp":1579704718},"coords":"51.4961505,-0.0392301","bedrooms":"3","price":"231000","area":"493"} , +{"type":"Feature","id":"n1735730704","geometry":{"type":"Point","coordinates":[-0.1038665,51.4961604]},"properties":{"@type":"node","@id":1735730704,"@timestamp":1579704862},"coords":"51.4961604,-0.1038665","bedrooms":"3","price":"194000","area":"583"} , +{"type":"Feature","id":"n1735730715","geometry":{"type":"Point","coordinates":[-0.0401836,51.4961729]},"properties":{"@type":"node","@id":1735730715,"@timestamp":1579704718},"coords":"51.4961729,-0.0401836","bedrooms":"2","price":"150000","area":"522"} , +{"type":"Feature","id":"n1735730725","geometry":{"type":"Point","coordinates":[-0.1092265,51.4961834]},"properties":{"@type":"node","@id":1735730725,"@timestamp":1579704862},"coords":"51.4961834,-0.1092265","bedrooms":"0","price":"237000","area":"659"} , +{"type":"Feature","id":"n1735730735","geometry":{"type":"Point","coordinates":[-0.0563684,51.4961926]},"properties":{"@type":"node","@id":1735730735,"@timestamp":1579704653},"coords":"51.4961926,-0.0563684","bedrooms":"3","price":"178000","area":"419"} , +{"type":"Feature","id":"n1735730745","geometry":{"type":"Point","coordinates":[-0.0403928,51.4962004]},"properties":{"@type":"node","@id":1735730745,"@timestamp":1579704718},"coords":"51.4962004,-0.0403928","bedrooms":"0","price":"263000","area":"480"} , +{"type":"Feature","id":"n1735730755","geometry":{"type":"Point","coordinates":[-0.0870439,51.4962064]},"properties":{"@type":"node","@id":1735730755,"@timestamp":1579694261},"coords":"51.4962064,-0.0870439","bedrooms":"0","price":"174000","area":"562"} , +{"type":"Feature","id":"n1735730765","geometry":{"type":"Point","coordinates":[-0.0560397,51.4962167]},"properties":{"@type":"node","@id":1735730765,"@timestamp":1579704653},"coords":"51.4962167,-0.0560397","bedrooms":"0","price":"192000","area":"363"} , +{"type":"Feature","id":"n1735730776","geometry":{"type":"Point","coordinates":[-0.110527,51.4962294]},"properties":{"@type":"node","@id":1735730776,"@timestamp":1579704862},"coords":"51.4962294,-0.110527","bedrooms":"1","price":"163000","area":"662"} , +{"type":"Feature","id":"n1735730810","geometry":{"type":"Point","coordinates":[-0.0701741,51.4962383]},"properties":{"@type":"node","@id":1735730810,"@timestamp":1579691725},"coords":"51.4962383,-0.0701741","bedrooms":"1","price":"275000","area":"694"} , +{"type":"Feature","id":"n1735730854","geometry":{"type":"Point","coordinates":[-0.1039973,51.4962471]},"properties":{"@type":"node","@id":1735730854,"@timestamp":1579704862},"coords":"51.4962471,-0.1039973","bedrooms":"1","price":"154000","area":"651"} , +{"type":"Feature","id":"n1735730905","geometry":{"type":"Point","coordinates":[-0.0784818,51.4962534]},"properties":{"@type":"node","@id":1735730905,"@timestamp":1579691725},"coords":"51.4962534,-0.0784818","bedrooms":"1","price":"216000","area":"602"} , +{"type":"Feature","id":"n1735730950","geometry":{"type":"Point","coordinates":[-0.0560848,51.4962593]},"properties":{"@type":"node","@id":1735730950,"@timestamp":1579704653},"coords":"51.4962593,-0.0560848","bedrooms":"1","price":"177000","area":"608"} , +{"type":"Feature","id":"n1735731002","geometry":{"type":"Point","coordinates":[-0.0401592,51.4962719]},"properties":{"@type":"node","@id":1735731002,"@timestamp":1579704718},"coords":"51.4962719,-0.0401592","bedrooms":"4","price":"252000","area":"481"} , +{"type":"Feature","id":"n1735731072","geometry":{"type":"Point","coordinates":[-0.0611268,51.4962815]},"properties":{"@type":"node","@id":1735731072,"@timestamp":1579704653},"coords":"51.4962815,-0.0611268","bedrooms":"0","price":"229000","area":"417"} , +{"type":"Feature","id":"n1735731110","geometry":{"type":"Point","coordinates":[-0.0490543,51.4962933]},"properties":{"@type":"node","@id":1735731110,"@timestamp":1579704653},"coords":"51.4962933,-0.0490543","bedrooms":"1","price":"216000","area":"553"} , +{"type":"Feature","id":"n1735731120","geometry":{"type":"Point","coordinates":[-0.0786366,51.4962994]},"properties":{"@type":"node","@id":1735731120,"@timestamp":1579694261},"coords":"51.4962994,-0.0786366","bedrooms":"2","price":"270000","area":"454"} , +{"type":"Feature","id":"n1735731130","geometry":{"type":"Point","coordinates":[-0.1038661,51.4963113]},"properties":{"@type":"node","@id":1735731130,"@timestamp":1579704862},"coords":"51.4963113,-0.1038661","bedrooms":"3","price":"256000","area":"547"} , +{"type":"Feature","id":"n1735731142","geometry":{"type":"Point","coordinates":[-0.0702401,51.4963179]},"properties":{"@type":"node","@id":1735731142,"@timestamp":1579691725},"coords":"51.4963179,-0.0702401","bedrooms":"3","price":"154000","area":"409"} , +{"type":"Feature","id":"n1735731172","geometry":{"type":"Point","coordinates":[-0.0570012,51.4963282]},"properties":{"@type":"node","@id":1735731172,"@timestamp":1579704653},"coords":"51.4963282,-0.0570012","bedrooms":"0","price":"283000","area":"613"} , +{"type":"Feature","id":"n1735731192","geometry":{"type":"Point","coordinates":[-0.0931747,51.496337]},"properties":{"@type":"node","@id":1735731192,"@timestamp":1579694261},"coords":"51.496337,-0.0931747","bedrooms":"2","price":"235000","area":"644"} , +{"type":"Feature","id":"n1735731219","geometry":{"type":"Point","coordinates":[-0.035124,51.4963419]},"properties":{"@type":"node","@id":1735731219,"@timestamp":1579704718},"coords":"51.4963419,-0.035124","bedrooms":"0","price":"261000","area":"648"} , +{"type":"Feature","id":"n1735731256","geometry":{"type":"Point","coordinates":[-0.111023,51.4963516]},"properties":{"@type":"node","@id":1735731256,"@timestamp":1579704862},"coords":"51.4963516,-0.111023","bedrooms":"3","price":"295000","area":"374"} , +{"type":"Feature","id":"n1735731304","geometry":{"type":"Point","coordinates":[-0.0362901,51.4963614]},"properties":{"@type":"node","@id":1735731304,"@timestamp":1579704718},"coords":"51.4963614,-0.0362901","bedrooms":"0","price":"248000","area":"561"} , +{"type":"Feature","id":"n1735731314","geometry":{"type":"Point","coordinates":[-0.0682771,51.4963671]},"properties":{"@type":"node","@id":1735731314,"@timestamp":1579704809},"coords":"51.4963671,-0.0682771","bedrooms":"2","price":"254000","area":"394"} , +{"type":"Feature","id":"n1735731327","geometry":{"type":"Point","coordinates":[-0.0715425,51.4963746]},"properties":{"@type":"node","@id":1735731327,"@timestamp":1579691725},"coords":"51.4963746,-0.0715425","bedrooms":"3","price":"282000","area":"672"} , +{"type":"Feature","id":"n1735731381","geometry":{"type":"Point","coordinates":[-0.0343438,51.4963917]},"properties":{"@type":"node","@id":1735731381,"@timestamp":1579704718},"coords":"51.4963917,-0.0343438","bedrooms":"4","price":"166000","area":"429"} , +{"type":"Feature","id":"n1735731443","geometry":{"type":"Point","coordinates":[-0.0676219,51.4964026]},"properties":{"@type":"node","@id":1735731443,"@timestamp":1579704693},"coords":"51.4964026,-0.0676219","bedrooms":"4","price":"262000","area":"472"} , +{"type":"Feature","id":"n1735731505","geometry":{"type":"Point","coordinates":[-0.0704137,51.4964134]},"properties":{"@type":"node","@id":1735731505,"@timestamp":1579691725},"coords":"51.4964134,-0.0704137","bedrooms":"0","price":"196000","area":"440"} , +{"type":"Feature","id":"n1735731580","geometry":{"type":"Point","coordinates":[-0.0518991,51.4964223]},"properties":{"@type":"node","@id":1735731580,"@timestamp":1579704653},"coords":"51.4964223,-0.0518991","bedrooms":"3","price":"294000","area":"547"} , +{"type":"Feature","id":"n1735731677","geometry":{"type":"Point","coordinates":[-0.0678367,51.4964366]},"properties":{"@type":"node","@id":1735731677,"@timestamp":1579704693},"coords":"51.4964366,-0.0678367","bedrooms":"4","price":"216000","area":"651"} , +{"type":"Feature","id":"n1735731738","geometry":{"type":"Point","coordinates":[-0.0976781,51.4964493]},"properties":{"@type":"node","@id":1735731738,"@timestamp":1579694261},"coords":"51.4964493,-0.0976781","bedrooms":"3","price":"151000","area":"440"} , +{"type":"Feature","id":"n1735731793","geometry":{"type":"Point","coordinates":[-0.0980869,51.4964563]},"properties":{"@type":"node","@id":1735731793,"@timestamp":1579694261},"coords":"51.4964563,-0.0980869","bedrooms":"2","price":"262000","area":"465"} , +{"type":"Feature","id":"n1735731811","geometry":{"type":"Point","coordinates":[-0.0645511,51.4964682]},"properties":{"@type":"node","@id":1735731811,"@timestamp":1579704693},"coords":"51.4964682,-0.0645511","bedrooms":"4","price":"260000","area":"375"} , +{"type":"Feature","id":"n1735731827","geometry":{"type":"Point","coordinates":[-0.096013,51.4964771]},"properties":{"@type":"node","@id":1735731827,"@timestamp":1579694261},"coords":"51.4964771,-0.096013","bedrooms":"2","price":"244000","area":"468"} , +{"type":"Feature","id":"n1735731845","geometry":{"type":"Point","coordinates":[-0.0563178,51.496485]},"properties":{"@type":"node","@id":1735731845,"@timestamp":1579704653},"coords":"51.496485,-0.0563178","bedrooms":"2","price":"284000","area":"562"} , +{"type":"Feature","id":"n1735731885","geometry":{"type":"Point","coordinates":[-0.0581269,51.4964952]},"properties":{"@type":"node","@id":1735731885,"@timestamp":1579704653},"coords":"51.4964952,-0.0581269","bedrooms":"3","price":"280000","area":"690"} , +{"type":"Feature","id":"n1735731946","geometry":{"type":"Point","coordinates":[-0.110435,51.4965065]},"properties":{"@type":"node","@id":1735731946,"@timestamp":1579704862},"coords":"51.4965065,-0.110435","bedrooms":"1","price":"255000","area":"655"} , +{"type":"Feature","id":"n1735732028","geometry":{"type":"Point","coordinates":[-0.05899,51.4965107]},"properties":{"@type":"node","@id":1735732028,"@timestamp":1579704653},"coords":"51.4965107,-0.05899","bedrooms":"3","price":"159000","area":"598"} , +{"type":"Feature","id":"n1735732105","geometry":{"type":"Point","coordinates":[-0.0717396,51.4965197]},"properties":{"@type":"node","@id":1735732105,"@timestamp":1579691725},"coords":"51.4965197,-0.0717396","bedrooms":"0","price":"272000","area":"503"} , +{"type":"Feature","id":"n1735732224","geometry":{"type":"Point","coordinates":[-0.1096367,51.4965256]},"properties":{"@type":"node","@id":1735732224,"@timestamp":1579704862},"coords":"51.4965256,-0.1096367","bedrooms":"2","price":"175000","area":"520"} , +{"type":"Feature","id":"n1735732329","geometry":{"type":"Point","coordinates":[-0.0362539,51.4965317]},"properties":{"@type":"node","@id":1735732329,"@timestamp":1579704718},"coords":"51.4965317,-0.0362539","bedrooms":"1","price":"219000","area":"523"} , +{"type":"Feature","id":"n1735732423","geometry":{"type":"Point","coordinates":[-0.0857894,51.4965231]},"properties":{"@type":"node","@id":1735732423,"@timestamp":1630934307},"coords":"51.4965231,-0.0857894","bedrooms":"1","price":"176000","area":"647"} , +{"type":"Feature","id":"n1735732498","geometry":{"type":"Point","coordinates":[-0.1028494,51.4965449]},"properties":{"@type":"node","@id":1735732498,"@timestamp":1579704862},"coords":"51.4965449,-0.1028494","bedrooms":"2","price":"250000","area":"425"} , +{"type":"Feature","id":"n1735732569","geometry":{"type":"Point","coordinates":[-0.0910197,51.496552]},"properties":{"@type":"node","@id":1735732569,"@timestamp":1579694261},"coords":"51.496552,-0.0910197","bedrooms":"4","price":"166000","area":"485"} , +{"type":"Feature","id":"n1735732631","geometry":{"type":"Point","coordinates":[-0.0399459,51.4965574]},"properties":{"@type":"node","@id":1735732631,"@timestamp":1579704718},"coords":"51.4965574,-0.0399459","bedrooms":"4","price":"247000","area":"351"} , +{"type":"Feature","id":"n1735732653","geometry":{"type":"Point","coordinates":[-0.0948877,51.4965617]},"properties":{"@type":"node","@id":1735732653,"@timestamp":1579694261},"coords":"51.4965617,-0.0948877","bedrooms":"1","price":"228000","area":"359"} , +{"type":"Feature","id":"n1735732673","geometry":{"type":"Point","coordinates":[-0.0729681,51.4965727]},"properties":{"@type":"node","@id":1735732673,"@timestamp":1579691725},"coords":"51.4965727,-0.0729681","bedrooms":"3","price":"215000","area":"617"} , +{"type":"Feature","id":"n1735732699","geometry":{"type":"Point","coordinates":[-0.0398,51.4965853]},"properties":{"@type":"node","@id":1735732699,"@timestamp":1579704718},"coords":"51.4965853,-0.0398","bedrooms":"3","price":"273000","area":"564"} , +{"type":"Feature","id":"n1735732730","geometry":{"type":"Point","coordinates":[-0.0970276,51.4965923]},"properties":{"@type":"node","@id":1735732730,"@timestamp":1579694261},"coords":"51.4965923,-0.0970276","bedrooms":"0","price":"178000","area":"400"} , +{"type":"Feature","id":"n1735732755","geometry":{"type":"Point","coordinates":[-0.091303,51.4965963]},"properties":{"@type":"node","@id":1735732755,"@timestamp":1579694261},"coords":"51.4965963,-0.091303","bedrooms":"0","price":"233000","area":"573"} , +{"type":"Feature","id":"n1735732777","geometry":{"type":"Point","coordinates":[-0.0961289,51.4966025]},"properties":{"@type":"node","@id":1735732777,"@timestamp":1579694261},"coords":"51.4966025,-0.0961289","bedrooms":"4","price":"197000","area":"630"} , +{"type":"Feature","id":"n1735732805","geometry":{"type":"Point","coordinates":[-0.0492149,51.4966086]},"properties":{"@type":"node","@id":1735732805,"@timestamp":1579704653},"coords":"51.4966086,-0.0492149","bedrooms":"3","price":"252000","area":"383"} , +{"type":"Feature","id":"n1735732863","geometry":{"type":"Point","coordinates":[-0.109885,51.4966153]},"properties":{"@type":"node","@id":1735732863,"@timestamp":1579704862},"coords":"51.4966153,-0.109885","bedrooms":"4","price":"167000","area":"567"} , +{"type":"Feature","id":"n1735732918","geometry":{"type":"Point","coordinates":[-0.0646642,51.496621]},"properties":{"@type":"node","@id":1735732918,"@timestamp":1579704693},"coords":"51.496621,-0.0646642","bedrooms":"1","price":"199000","area":"614"} , +{"type":"Feature","id":"n1735732963","geometry":{"type":"Point","coordinates":[-0.0948264,51.4966279]},"properties":{"@type":"node","@id":1735732963,"@timestamp":1579694261},"coords":"51.4966279,-0.0948264","bedrooms":"1","price":"173000","area":"481"} , +{"type":"Feature","id":"n1735732994","geometry":{"type":"Point","coordinates":[-0.1036238,51.4966349]},"properties":{"@type":"node","@id":1735732994,"@timestamp":1633044618},"coords":"51.4966349,-0.1036238","bedrooms":"1","price":"240000","area":"668"} , +{"type":"Feature","id":"n1735733004","geometry":{"type":"Point","coordinates":[-0.057426,51.4966456]},"properties":{"@type":"node","@id":1735733004,"@timestamp":1579704653},"coords":"51.4966456,-0.057426","bedrooms":"0","price":"196000","area":"601"} , +{"type":"Feature","id":"n1735733014","geometry":{"type":"Point","coordinates":[-0.0646283,51.4966544]},"properties":{"@type":"node","@id":1735733014,"@timestamp":1579704693},"coords":"51.4966544,-0.0646283","bedrooms":"1","price":"154000","area":"427"} , +{"type":"Feature","id":"n1735733024","geometry":{"type":"Point","coordinates":[-0.0772731,51.4966604]},"properties":{"@type":"node","@id":1735733024,"@timestamp":1579691725},"coords":"51.4966604,-0.0772731","bedrooms":"1","price":"166000","area":"586"} , +{"type":"Feature","id":"n1735733034","geometry":{"type":"Point","coordinates":[-0.0396011,51.4966658]},"properties":{"@type":"node","@id":1735733034,"@timestamp":1579704718},"coords":"51.4966658,-0.0396011","bedrooms":"1","price":"257000","area":"529"} , +{"type":"Feature","id":"n1735733044","geometry":{"type":"Point","coordinates":[-0.0396391,51.4966716]},"properties":{"@type":"node","@id":1735733044,"@timestamp":1579704718},"coords":"51.4966716,-0.0396391","bedrooms":"2","price":"190000","area":"664"} , +{"type":"Feature","id":"n1735733066","geometry":{"type":"Point","coordinates":[-0.0615042,51.4966806]},"properties":{"@type":"node","@id":1735733066,"@timestamp":1579704653},"coords":"51.4966806,-0.0615042","bedrooms":"4","price":"271000","area":"350"} , +{"type":"Feature","id":"n1735733110","geometry":{"type":"Point","coordinates":[-0.0514819,51.4966882]},"properties":{"@type":"node","@id":1735733110,"@timestamp":1579704653},"coords":"51.4966882,-0.0514819","bedrooms":"3","price":"258000","area":"637"} , +{"type":"Feature","id":"n1735733150","geometry":{"type":"Point","coordinates":[-0.0870385,51.4966971]},"properties":{"@type":"node","@id":1735733150,"@timestamp":1579694261},"coords":"51.4966971,-0.0870385","bedrooms":"4","price":"245000","area":"449"} , +{"type":"Feature","id":"n1735733195","geometry":{"type":"Point","coordinates":[-0.0492549,51.4967025]},"properties":{"@type":"node","@id":1735733195,"@timestamp":1579704653},"coords":"51.4967025,-0.0492549","bedrooms":"1","price":"239000","area":"429"} , +{"type":"Feature","id":"n1735733248","geometry":{"type":"Point","coordinates":[-0.0714653,51.4967103]},"properties":{"@type":"node","@id":1735733248,"@timestamp":1579691725},"coords":"51.4967103,-0.0714653","bedrooms":"4","price":"161000","area":"381"} , +{"type":"Feature","id":"n1735733281","geometry":{"type":"Point","coordinates":[-0.1042037,51.4967183]},"properties":{"@type":"node","@id":1735733281,"@timestamp":1579704862},"coords":"51.4967183,-0.1042037","bedrooms":"0","price":"169000","area":"680"} , +{"type":"Feature","id":"n1735733311","geometry":{"type":"Point","coordinates":[-0.0601329,51.4967219]},"properties":{"@type":"node","@id":1735733311,"@timestamp":1579704653},"coords":"51.4967219,-0.0601329","bedrooms":"3","price":"168000","area":"396"} , +{"type":"Feature","id":"n1735733339","geometry":{"type":"Point","coordinates":[-0.0655348,51.4967306]},"properties":{"@type":"node","@id":1735733339,"@timestamp":1579704693},"coords":"51.4967306,-0.0655348","bedrooms":"3","price":"247000","area":"504"} , +{"type":"Feature","id":"n1735733398","geometry":{"type":"Point","coordinates":[-0.0356111,51.4967367]},"properties":{"@type":"node","@id":1735733398,"@timestamp":1579704718},"coords":"51.4967367,-0.0356111","bedrooms":"0","price":"268000","area":"602"} , +{"type":"Feature","id":"n1735733496","geometry":{"type":"Point","coordinates":[-0.0641273,51.4967435]},"properties":{"@type":"node","@id":1735733496,"@timestamp":1579704693},"coords":"51.4967435,-0.0641273","bedrooms":"2","price":"282000","area":"360"} , +{"type":"Feature","id":"n1735733577","geometry":{"type":"Point","coordinates":[-0.0639353,51.4967489]},"properties":{"@type":"node","@id":1735733577,"@timestamp":1579704693},"coords":"51.4967489,-0.0639353","bedrooms":"2","price":"154000","area":"559"} , +{"type":"Feature","id":"n1735733718","geometry":{"type":"Point","coordinates":[-0.0597496,51.4967546]},"properties":{"@type":"node","@id":1735733718,"@timestamp":1579704653},"coords":"51.4967546,-0.0597496","bedrooms":"4","price":"150000","area":"397"} , +{"type":"Feature","id":"n1735733855","geometry":{"type":"Point","coordinates":[-0.0857517,51.4967585]},"properties":{"@type":"node","@id":1735733855,"@timestamp":1579694261},"coords":"51.4967585,-0.0857517","bedrooms":"2","price":"216000","area":"361"} , +{"type":"Feature","id":"n1735733934","geometry":{"type":"Point","coordinates":[-0.0838063,51.496766]},"properties":{"@type":"node","@id":1735733934,"@timestamp":1579694261},"coords":"51.496766,-0.0838063","bedrooms":"4","price":"292000","area":"582"} , +{"type":"Feature","id":"n1735733983","geometry":{"type":"Point","coordinates":[-0.0601452,51.4967766]},"properties":{"@type":"node","@id":1735733983,"@timestamp":1579704653},"coords":"51.4967766,-0.0601452","bedrooms":"1","price":"273000","area":"501"} , +{"type":"Feature","id":"n1735734048","geometry":{"type":"Point","coordinates":[-0.0398303,51.4967793]},"properties":{"@type":"node","@id":1735734048,"@timestamp":1579704718},"coords":"51.4967793,-0.0398303","bedrooms":"3","price":"202000","area":"547"} , +{"type":"Feature","id":"n1735734097","geometry":{"type":"Point","coordinates":[-0.0630222,51.4967878]},"properties":{"@type":"node","@id":1735734097,"@timestamp":1579704653},"coords":"51.4967878,-0.0630222","bedrooms":"0","price":"235000","area":"529"} , +{"type":"Feature","id":"n1735734147","geometry":{"type":"Point","coordinates":[-0.0973181,51.4967918]},"properties":{"@type":"node","@id":1735734147,"@timestamp":1579694261},"coords":"51.4967918,-0.0973181","bedrooms":"2","price":"263000","area":"650"} , +{"type":"Feature","id":"n1735734241","geometry":{"type":"Point","coordinates":[-0.0582192,51.4967952]},"properties":{"@type":"node","@id":1735734241,"@timestamp":1579704653},"coords":"51.4967952,-0.0582192","bedrooms":"1","price":"279000","area":"594"} , +{"type":"Feature","id":"n1735734312","geometry":{"type":"Point","coordinates":[-0.10367,51.4968019]},"properties":{"@type":"node","@id":1735734312,"@timestamp":1579704862},"coords":"51.4968019,-0.10367","bedrooms":"2","price":"232000","area":"556"} , +{"type":"Feature","id":"n1735734414","geometry":{"type":"Point","coordinates":[-0.0685863,51.4968092]},"properties":{"@type":"node","@id":1735734414,"@timestamp":1579704809},"coords":"51.4968092,-0.0685863","bedrooms":"2","price":"262000","area":"399"} , +{"type":"Feature","id":"n1735734510","geometry":{"type":"Point","coordinates":[-0.1095129,51.4968148]},"properties":{"@type":"node","@id":1735734510,"@timestamp":1579704862},"coords":"51.4968148,-0.1095129","bedrooms":"0","price":"223000","area":"395"} , +{"type":"Feature","id":"n1735734601","geometry":{"type":"Point","coordinates":[-0.0737429,51.4968208]},"properties":{"@type":"node","@id":1735734601,"@timestamp":1579691725},"coords":"51.4968208,-0.0737429","bedrooms":"1","price":"251000","area":"360"} , +{"type":"Feature","id":"n1735734688","geometry":{"type":"Point","coordinates":[-0.0583608,51.4968262]},"properties":{"@type":"node","@id":1735734688,"@timestamp":1579704653},"coords":"51.4968262,-0.0583608","bedrooms":"1","price":"244000","area":"602"} , +{"type":"Feature","id":"n1735734802","geometry":{"type":"Point","coordinates":[-0.0528009,51.4968361]},"properties":{"@type":"node","@id":1735734802,"@timestamp":1579704653},"coords":"51.4968361,-0.0528009","bedrooms":"0","price":"191000","area":"418"} , +{"type":"Feature","id":"n1735734916","geometry":{"type":"Point","coordinates":[-0.0716212,51.496841]},"properties":{"@type":"node","@id":1735734916,"@timestamp":1579691725},"coords":"51.496841,-0.0716212","bedrooms":"2","price":"210000","area":"398"} , +{"type":"Feature","id":"n1735735038","geometry":{"type":"Point","coordinates":[-0.1095997,51.4968465]},"properties":{"@type":"node","@id":1735735038,"@timestamp":1579704862},"coords":"51.4968465,-0.1095997","bedrooms":"0","price":"161000","area":"658"} , +{"type":"Feature","id":"n1735735128","geometry":{"type":"Point","coordinates":[-0.0872027,51.4968542]},"properties":{"@type":"node","@id":1735735128,"@timestamp":1579694261},"coords":"51.4968542,-0.0872027","bedrooms":"2","price":"193000","area":"579"} , +{"type":"Feature","id":"n1735735210","geometry":{"type":"Point","coordinates":[-0.0853432,51.4968626]},"properties":{"@type":"node","@id":1735735210,"@timestamp":1579694261},"coords":"51.4968626,-0.0853432","bedrooms":"0","price":"169000","area":"493"} , +{"type":"Feature","id":"n1735735283","geometry":{"type":"Point","coordinates":[-0.0938002,51.4968691]},"properties":{"@type":"node","@id":1735735283,"@timestamp":1579694261},"coords":"51.4968691,-0.0938002","bedrooms":"3","price":"269000","area":"688"} , +{"type":"Feature","id":"n1735735348","geometry":{"type":"Point","coordinates":[-0.0397383,51.4968759]},"properties":{"@type":"node","@id":1735735348,"@timestamp":1579704718},"coords":"51.4968759,-0.0397383","bedrooms":"3","price":"266000","area":"378"} , +{"type":"Feature","id":"n1735735442","geometry":{"type":"Point","coordinates":[-0.1071672,51.4968808]},"properties":{"@type":"node","@id":1735735442,"@timestamp":1579704862},"coords":"51.4968808,-0.1071672","bedrooms":"0","price":"288000","area":"562"} , +{"type":"Feature","id":"n1735735515","geometry":{"type":"Point","coordinates":[-0.039618,51.4968861]},"properties":{"@type":"node","@id":1735735515,"@timestamp":1579704718},"coords":"51.4968861,-0.039618","bedrooms":"2","price":"212000","area":"493"} , +{"type":"Feature","id":"n1735735563","geometry":{"type":"Point","coordinates":[-0.0848976,51.4968907]},"properties":{"@type":"node","@id":1735735563,"@timestamp":1579694261},"coords":"51.4968907,-0.0848976","bedrooms":"2","price":"292000","area":"645"} , +{"type":"Feature","id":"n1735735592","geometry":{"type":"Point","coordinates":[-0.0936133,51.4968953]},"properties":{"@type":"node","@id":1735735592,"@timestamp":1579694261},"coords":"51.4968953,-0.0936133","bedrooms":"1","price":"194000","area":"652"} , +{"type":"Feature","id":"n1735735602","geometry":{"type":"Point","coordinates":[-0.0793131,51.496903]},"properties":{"@type":"node","@id":1735735602,"@timestamp":1579691725},"coords":"51.496903,-0.0793131","bedrooms":"3","price":"151000","area":"469"} , +{"type":"Feature","id":"n1735735638","geometry":{"type":"Point","coordinates":[-0.0525339,51.4969101]},"properties":{"@type":"node","@id":1735735638,"@timestamp":1579704653},"coords":"51.4969101,-0.0525339","bedrooms":"1","price":"163000","area":"648"} , +{"type":"Feature","id":"n1735735695","geometry":{"type":"Point","coordinates":[-0.0398353,51.4969141]},"properties":{"@type":"node","@id":1735735695,"@timestamp":1579704718},"coords":"51.4969141,-0.0398353","bedrooms":"2","price":"268000","area":"401"} , +{"type":"Feature","id":"n1735735828","geometry":{"type":"Point","coordinates":[-0.0935354,51.4969191]},"properties":{"@type":"node","@id":1735735828,"@timestamp":1579694261},"coords":"51.4969191,-0.0935354","bedrooms":"3","price":"210000","area":"663"} , +{"type":"Feature","id":"n1735735896","geometry":{"type":"Point","coordinates":[-0.0763741,51.4969232]},"properties":{"@type":"node","@id":1735735896,"@timestamp":1579691725},"coords":"51.4969232,-0.0763741","bedrooms":"4","price":"237000","area":"413"} , +{"type":"Feature","id":"n1735735943","geometry":{"type":"Point","coordinates":[-0.086368,51.4969316]},"properties":{"@type":"node","@id":1735735943,"@timestamp":1579694261},"coords":"51.4969316,-0.086368","bedrooms":"4","price":"187000","area":"613"} , +{"type":"Feature","id":"n1735735990","geometry":{"type":"Point","coordinates":[-0.0524741,51.4969384]},"properties":{"@type":"node","@id":1735735990,"@timestamp":1579704653},"coords":"51.4969384,-0.0524741","bedrooms":"0","price":"182000","area":"654"} , +{"type":"Feature","id":"n1735736037","geometry":{"type":"Point","coordinates":[-0.1082251,51.4969465]},"properties":{"@type":"node","@id":1735736037,"@timestamp":1579704862},"coords":"51.4969465,-0.1082251","bedrooms":"0","price":"253000","area":"460"} , +{"type":"Feature","id":"n1735736085","geometry":{"type":"Point","coordinates":[-0.0854657,51.4969514]},"properties":{"@type":"node","@id":1735736085,"@timestamp":1579694261},"coords":"51.4969514,-0.0854657","bedrooms":"4","price":"294000","area":"434"} , +{"type":"Feature","id":"n1735736134","geometry":{"type":"Point","coordinates":[-0.05165,51.4969575]},"properties":{"@type":"node","@id":1735736134,"@timestamp":1579704653},"coords":"51.4969575,-0.05165","bedrooms":"3","price":"194000","area":"634"} , +{"type":"Feature","id":"n1735736189","geometry":{"type":"Point","coordinates":[-0.089416,51.496961]},"properties":{"@type":"node","@id":1735736189,"@timestamp":1579694261},"coords":"51.496961,-0.089416","bedrooms":"3","price":"180000","area":"541"} , +{"type":"Feature","id":"n1735736239","geometry":{"type":"Point","coordinates":[-0.0675978,51.4969688]},"properties":{"@type":"node","@id":1735736239,"@timestamp":1579704693},"coords":"51.4969688,-0.0675978","bedrooms":"1","price":"166000","area":"564"} , +{"type":"Feature","id":"n1735736284","geometry":{"type":"Point","coordinates":[-0.090437,51.4969734]},"properties":{"@type":"node","@id":1735736284,"@timestamp":1579694261},"coords":"51.4969734,-0.090437","bedrooms":"0","price":"271000","area":"540"} , +{"type":"Feature","id":"n1735736328","geometry":{"type":"Point","coordinates":[-0.0932648,51.4969827]},"properties":{"@type":"node","@id":1735736328,"@timestamp":1579694261},"coords":"51.4969827,-0.0932648","bedrooms":"4","price":"188000","area":"478"} , +{"type":"Feature","id":"n1735736375","geometry":{"type":"Point","coordinates":[-0.1081448,51.4969908]},"properties":{"@type":"node","@id":1735736375,"@timestamp":1579704862},"coords":"51.4969908,-0.1081448","bedrooms":"2","price":"221000","area":"426"} , +{"type":"Feature","id":"n1735736419","geometry":{"type":"Point","coordinates":[-0.0530245,51.4969973]},"properties":{"@type":"node","@id":1735736419,"@timestamp":1579704653},"coords":"51.4969973,-0.0530245","bedrooms":"1","price":"187000","area":"378"} , +{"type":"Feature","id":"n1735736464","geometry":{"type":"Point","coordinates":[-0.0648201,51.4970029]},"properties":{"@type":"node","@id":1735736464,"@timestamp":1579704693},"coords":"51.4970029,-0.0648201","bedrooms":"3","price":"281000","area":"505"} , +{"type":"Feature","id":"n1735736510","geometry":{"type":"Point","coordinates":[-0.0723039,51.497027]},"properties":{"@type":"node","@id":1735736510,"@timestamp":1579691725},"coords":"51.497027,-0.0723039","bedrooms":"4","price":"245000","area":"652"} , +{"type":"Feature","id":"n1735736548","geometry":{"type":"Point","coordinates":[-0.0932852,51.4970154]},"properties":{"@type":"node","@id":1735736548,"@timestamp":1579694261},"coords":"51.4970154,-0.0932852","bedrooms":"3","price":"240000","area":"649"} , +{"type":"Feature","id":"n1735736558","geometry":{"type":"Point","coordinates":[-0.0610337,51.4970212]},"properties":{"@type":"node","@id":1735736558,"@timestamp":1579704653},"coords":"51.4970212,-0.0610337","bedrooms":"3","price":"224000","area":"582"} , +{"type":"Feature","id":"n1735736599","geometry":{"type":"Point","coordinates":[-0.038467,51.497028]},"properties":{"@type":"node","@id":1735736599,"@timestamp":1579704718},"coords":"51.497028,-0.038467","bedrooms":"1","price":"185000","area":"396"} , +{"type":"Feature","id":"n1735736641","geometry":{"type":"Point","coordinates":[-0.0635049,51.4970327]},"properties":{"@type":"node","@id":1735736641,"@timestamp":1579704653},"coords":"51.4970327,-0.0635049","bedrooms":"1","price":"276000","area":"604"} , +{"type":"Feature","id":"n1735736685","geometry":{"type":"Point","coordinates":[-0.067625,51.4970389]},"properties":{"@type":"node","@id":1735736685,"@timestamp":1579704693},"coords":"51.4970389,-0.067625","bedrooms":"3","price":"188000","area":"468"} , +{"type":"Feature","id":"n1735736729","geometry":{"type":"Point","coordinates":[-0.0766568,51.4970444]},"properties":{"@type":"node","@id":1735736729,"@timestamp":1579691725},"coords":"51.4970444,-0.0766568","bedrooms":"4","price":"294000","area":"614"} , +{"type":"Feature","id":"n1735736770","geometry":{"type":"Point","coordinates":[-0.0514972,51.4970489]},"properties":{"@type":"node","@id":1735736770,"@timestamp":1579704653},"coords":"51.4970489,-0.0514972","bedrooms":"0","price":"295000","area":"589"} , +{"type":"Feature","id":"n1735736808","geometry":{"type":"Point","coordinates":[-0.0675033,51.4970537]},"properties":{"@type":"node","@id":1735736808,"@timestamp":1579704693},"coords":"51.4970537,-0.0675033","bedrooms":"2","price":"196000","area":"483"} , +{"type":"Feature","id":"n1735736861","geometry":{"type":"Point","coordinates":[-0.1073955,51.497061]},"properties":{"@type":"node","@id":1735736861,"@timestamp":1579704862},"coords":"51.497061,-0.1073955","bedrooms":"2","price":"207000","area":"605"} , +{"type":"Feature","id":"n1735736958","geometry":{"type":"Point","coordinates":[-0.0635953,51.4970693]},"properties":{"@type":"node","@id":1735736958,"@timestamp":1579704653},"coords":"51.4970693,-0.0635953","bedrooms":"1","price":"222000","area":"688"} , +{"type":"Feature","id":"n1735737037","geometry":{"type":"Point","coordinates":[-0.1084742,51.4970738]},"properties":{"@type":"node","@id":1735737037,"@timestamp":1579704862},"coords":"51.4970738,-0.1084742","bedrooms":"3","price":"271000","area":"641"} , +{"type":"Feature","id":"n1735737116","geometry":{"type":"Point","coordinates":[-0.0524028,51.4970806]},"properties":{"@type":"node","@id":1735737116,"@timestamp":1579704653},"coords":"51.4970806,-0.0524028","bedrooms":"2","price":"185000","area":"690"} , +{"type":"Feature","id":"n1735737168","geometry":{"type":"Point","coordinates":[-0.0923739,51.4970899]},"properties":{"@type":"node","@id":1735737168,"@timestamp":1579694261},"coords":"51.4970899,-0.0923739","bedrooms":"0","price":"250000","area":"683"} , +{"type":"Feature","id":"n1735737214","geometry":{"type":"Point","coordinates":[-0.0940953,51.497098]},"properties":{"@type":"node","@id":1735737214,"@timestamp":1579694261},"coords":"51.497098,-0.0940953","bedrooms":"1","price":"244000","area":"534"} , +{"type":"Feature","id":"n1735737271","geometry":{"type":"Point","coordinates":[-0.0629358,51.4971037]},"properties":{"@type":"node","@id":1735737271,"@timestamp":1579704653},"coords":"51.4971037,-0.0629358","bedrooms":"0","price":"199000","area":"431"} , +{"type":"Feature","id":"n1735737315","geometry":{"type":"Point","coordinates":[-0.0610633,51.4971121]},"properties":{"@type":"node","@id":1735737315,"@timestamp":1579704653},"coords":"51.4971121,-0.0610633","bedrooms":"2","price":"201000","area":"671"} , +{"type":"Feature","id":"n1735737366","geometry":{"type":"Point","coordinates":[-0.1083133,51.4971186]},"properties":{"@type":"node","@id":1735737366,"@timestamp":1579704862},"coords":"51.4971186,-0.1083133","bedrooms":"1","price":"293000","area":"620"} , +{"type":"Feature","id":"n1735737416","geometry":{"type":"Point","coordinates":[-0.1076873,51.4971262]},"properties":{"@type":"node","@id":1735737416,"@timestamp":1579704862},"coords":"51.4971262,-0.1076873","bedrooms":"4","price":"250000","area":"425"} , +{"type":"Feature","id":"n1735737434","geometry":{"type":"Point","coordinates":[-0.0401958,51.4971308]},"properties":{"@type":"node","@id":1735737434,"@timestamp":1579704718},"coords":"51.4971308,-0.0401958","bedrooms":"1","price":"292000","area":"365"} , +{"type":"Feature","id":"n1735737461","geometry":{"type":"Point","coordinates":[-0.0867781,51.4971372]},"properties":{"@type":"node","@id":1735737461,"@timestamp":1579694261},"coords":"51.4971372,-0.0867781","bedrooms":"3","price":"211000","area":"450"} , +{"type":"Feature","id":"n1735737507","geometry":{"type":"Point","coordinates":[-0.0531975,51.497144]},"properties":{"@type":"node","@id":1735737507,"@timestamp":1579704653},"coords":"51.497144,-0.0531975","bedrooms":"2","price":"256000","area":"679"} , +{"type":"Feature","id":"n1735737570","geometry":{"type":"Point","coordinates":[-0.0610733,51.4971538]},"properties":{"@type":"node","@id":1735737570,"@timestamp":1579704653},"coords":"51.4971538,-0.0610733","bedrooms":"3","price":"174000","area":"384"} , +{"type":"Feature","id":"n1735737628","geometry":{"type":"Point","coordinates":[-0.0718977,51.4971599]},"properties":{"@type":"node","@id":1735737628,"@timestamp":1579691725},"coords":"51.4971599,-0.0718977","bedrooms":"3","price":"152000","area":"548"} , +{"type":"Feature","id":"n1735737668","geometry":{"type":"Point","coordinates":[-0.0927238,51.4971677]},"properties":{"@type":"node","@id":1735737668,"@timestamp":1579694261},"coords":"51.4971677,-0.0927238","bedrooms":"1","price":"185000","area":"354"} , +{"type":"Feature","id":"n1735737697","geometry":{"type":"Point","coordinates":[-0.0607565,51.497173]},"properties":{"@type":"node","@id":1735737697,"@timestamp":1579704653},"coords":"51.497173,-0.0607565","bedrooms":"4","price":"288000","area":"404"} , +{"type":"Feature","id":"n1735737748","geometry":{"type":"Point","coordinates":[-0.0927333,51.4971804]},"properties":{"@type":"node","@id":1735737748,"@timestamp":1579694261},"coords":"51.4971804,-0.0927333","bedrooms":"1","price":"184000","area":"442"} , +{"type":"Feature","id":"n1735737806","geometry":{"type":"Point","coordinates":[-0.0927515,51.4971869]},"properties":{"@type":"node","@id":1735737806,"@timestamp":1579694261},"coords":"51.4971869,-0.0927515","bedrooms":"4","price":"286000","area":"571"} , +{"type":"Feature","id":"n1735737867","geometry":{"type":"Point","coordinates":[-0.0942221,51.4971921]},"properties":{"@type":"node","@id":1735737867,"@timestamp":1579694261},"coords":"51.4971921,-0.0942221","bedrooms":"0","price":"157000","area":"691"} , +{"type":"Feature","id":"n1735737921","geometry":{"type":"Point","coordinates":[-0.0393247,51.4971995]},"properties":{"@type":"node","@id":1735737921,"@timestamp":1579704718},"coords":"51.4971995,-0.0393247","bedrooms":"2","price":"296000","area":"393"} , +{"type":"Feature","id":"n1735737973","geometry":{"type":"Point","coordinates":[-0.105742,51.4972055]},"properties":{"@type":"node","@id":1735737973,"@timestamp":1579704862},"coords":"51.4972055,-0.105742","bedrooms":"1","price":"180000","area":"477"} , +{"type":"Feature","id":"n1735738046","geometry":{"type":"Point","coordinates":[-0.0974437,51.4972093]},"properties":{"@type":"node","@id":1735738046,"@timestamp":1579694261},"coords":"51.4972093,-0.0974437","bedrooms":"4","price":"282000","area":"503"} , +{"type":"Feature","id":"n1735738096","geometry":{"type":"Point","coordinates":[-0.0693754,51.4972163]},"properties":{"@type":"node","@id":1735738096,"@timestamp":1579704809},"coords":"51.4972163,-0.0693754","bedrooms":"4","price":"164000","area":"562"} , +{"type":"Feature","id":"n1735738163","geometry":{"type":"Point","coordinates":[-0.0521886,51.49722]},"properties":{"@type":"node","@id":1735738163,"@timestamp":1579704653},"coords":"51.49722,-0.0521886","bedrooms":"0","price":"247000","area":"468"} , +{"type":"Feature","id":"n1735738201","geometry":{"type":"Point","coordinates":[-0.0995168,51.4972232]},"properties":{"@type":"node","@id":1735738201,"@timestamp":1335733011},"coords":"51.4972232,-0.0995168","bedrooms":"3","price":"196000","area":"380"} , +{"type":"Feature","id":"n1735738231","geometry":{"type":"Point","coordinates":[-0.0605332,51.4972308]},"properties":{"@type":"node","@id":1735738231,"@timestamp":1579704653},"coords":"51.4972308,-0.0605332","bedrooms":"0","price":"185000","area":"522"} , +{"type":"Feature","id":"n1735738357","geometry":{"type":"Point","coordinates":[-0.0398221,51.4972377]},"properties":{"@type":"node","@id":1735738357,"@timestamp":1579704718},"coords":"51.4972377,-0.0398221","bedrooms":"2","price":"254000","area":"608"} , +{"type":"Feature","id":"n1735738411","geometry":{"type":"Point","coordinates":[-0.053353,51.4972556]},"properties":{"@type":"node","@id":1735738411,"@timestamp":1579704653},"coords":"51.4972556,-0.053353","bedrooms":"1","price":"178000","area":"652"} , +{"type":"Feature","id":"n1735738452","geometry":{"type":"Point","coordinates":[-0.0875104,51.4972606]},"properties":{"@type":"node","@id":1735738452,"@timestamp":1579694261},"coords":"51.4972606,-0.0875104","bedrooms":"3","price":"168000","area":"439"} , +{"type":"Feature","id":"n1735738506","geometry":{"type":"Point","coordinates":[-0.0365969,51.4972658]},"properties":{"@type":"node","@id":1735738506,"@timestamp":1579704718},"coords":"51.4972658,-0.0365969","bedrooms":"0","price":"262000","area":"498"} , +{"type":"Feature","id":"n1735738577","geometry":{"type":"Point","coordinates":[-0.0517372,51.4972714]},"properties":{"@type":"node","@id":1735738577,"@timestamp":1579704653},"coords":"51.4972714,-0.0517372","bedrooms":"1","price":"167000","area":"434"} , +{"type":"Feature","id":"n1735738659","geometry":{"type":"Point","coordinates":[-0.0520482,51.4972776]},"properties":{"@type":"node","@id":1735738659,"@timestamp":1579704653},"coords":"51.4972776,-0.0520482","bedrooms":"3","price":"150000","area":"582"} , +{"type":"Feature","id":"n1735738766","geometry":{"type":"Point","coordinates":[-0.0396904,51.4972846]},"properties":{"@type":"node","@id":1735738766,"@timestamp":1579704718},"coords":"51.4972846,-0.0396904","bedrooms":"4","price":"261000","area":"608"} , +{"type":"Feature","id":"n1735738849","geometry":{"type":"Point","coordinates":[-0.0852136,51.4972915]},"properties":{"@type":"node","@id":1735738849,"@timestamp":1579694261},"coords":"51.4972915,-0.0852136","bedrooms":"3","price":"169000","area":"413"} , +{"type":"Feature","id":"n1735738917","geometry":{"type":"Point","coordinates":[-0.0397264,51.497299]},"properties":{"@type":"node","@id":1735738917,"@timestamp":1579704718},"coords":"51.497299,-0.0397264","bedrooms":"3","price":"287000","area":"609"} , +{"type":"Feature","id":"n1735739010","geometry":{"type":"Point","coordinates":[-0.0520922,51.4973065]},"properties":{"@type":"node","@id":1735739010,"@timestamp":1579704653},"coords":"51.4973065,-0.0520922","bedrooms":"1","price":"246000","area":"350"} , +{"type":"Feature","id":"n1735739064","geometry":{"type":"Point","coordinates":[-0.0684545,51.4973142]},"properties":{"@type":"node","@id":1735739064,"@timestamp":1579704809},"coords":"51.4973142,-0.0684545","bedrooms":"2","price":"189000","area":"572"} , +{"type":"Feature","id":"n1735739104","geometry":{"type":"Point","coordinates":[-0.1051362,51.4973227]},"properties":{"@type":"node","@id":1735739104,"@timestamp":1579704862},"coords":"51.4973227,-0.1051362","bedrooms":"1","price":"182000","area":"694"} , +{"type":"Feature","id":"n1735739150","geometry":{"type":"Point","coordinates":[-0.0392405,51.4973323]},"properties":{"@type":"node","@id":1735739150,"@timestamp":1579704718},"coords":"51.4973323,-0.0392405","bedrooms":"2","price":"250000","area":"596"} , +{"type":"Feature","id":"n1735739195","geometry":{"type":"Point","coordinates":[-0.0396899,51.4973372]},"properties":{"@type":"node","@id":1735739195,"@timestamp":1579704718},"coords":"51.4973372,-0.0396899","bedrooms":"1","price":"278000","area":"496"} , +{"type":"Feature","id":"n1735739241","geometry":{"type":"Point","coordinates":[-0.0924636,51.4973458]},"properties":{"@type":"node","@id":1735739241,"@timestamp":1579694261},"coords":"51.4973458,-0.0924636","bedrooms":"1","price":"241000","area":"395"} , +{"type":"Feature","id":"n1735739280","geometry":{"type":"Point","coordinates":[-0.0534821,51.4973508]},"properties":{"@type":"node","@id":1735739280,"@timestamp":1579704653},"coords":"51.4973508,-0.0534821","bedrooms":"1","price":"197000","area":"631"} , +{"type":"Feature","id":"n1735739324","geometry":{"type":"Point","coordinates":[-0.0366794,51.4973571]},"properties":{"@type":"node","@id":1735739324,"@timestamp":1579704718},"coords":"51.4973571,-0.0366794","bedrooms":"3","price":"260000","area":"464"} , +{"type":"Feature","id":"n1735739361","geometry":{"type":"Point","coordinates":[-0.0392388,51.497371]},"properties":{"@type":"node","@id":1735739361,"@timestamp":1579704718},"coords":"51.497371,-0.0392388","bedrooms":"0","price":"200000","area":"680"} , +{"type":"Feature","id":"n1735739406","geometry":{"type":"Point","coordinates":[-0.0628048,51.4973756]},"properties":{"@type":"node","@id":1735739406,"@timestamp":1579704653},"coords":"51.4973756,-0.0628048","bedrooms":"1","price":"252000","area":"699"} , +{"type":"Feature","id":"n1735739462","geometry":{"type":"Point","coordinates":[-0.0884012,51.4973822]},"properties":{"@type":"node","@id":1735739462,"@timestamp":1579694261},"coords":"51.4973822,-0.0884012","bedrooms":"2","price":"269000","area":"472"} , +{"type":"Feature","id":"n1735739523","geometry":{"type":"Point","coordinates":[-0.0400784,51.4973914]},"properties":{"@type":"node","@id":1735739523,"@timestamp":1579704718},"coords":"51.4973914,-0.0400784","bedrooms":"0","price":"175000","area":"374"} , +{"type":"Feature","id":"n1735739566","geometry":{"type":"Point","coordinates":[-0.0592111,51.4973987]},"properties":{"@type":"node","@id":1735739566,"@timestamp":1579704653},"coords":"51.4973987,-0.0592111","bedrooms":"0","price":"165000","area":"390"} , +{"type":"Feature","id":"n1735739611","geometry":{"type":"Point","coordinates":[-0.0368934,51.4974057]},"properties":{"@type":"node","@id":1735739611,"@timestamp":1579704718},"coords":"51.4974057,-0.0368934","bedrooms":"0","price":"158000","area":"370"} , +{"type":"Feature","id":"n1735739651","geometry":{"type":"Point","coordinates":[-0.0392424,51.4974145]},"properties":{"@type":"node","@id":1735739651,"@timestamp":1579704718},"coords":"51.4974145,-0.0392424","bedrooms":"4","price":"224000","area":"565"} , +{"type":"Feature","id":"n1735739698","geometry":{"type":"Point","coordinates":[-0.0396587,51.4974251]},"properties":{"@type":"node","@id":1735739698,"@timestamp":1579704718},"coords":"51.4974251,-0.0396587","bedrooms":"3","price":"198000","area":"385"} , +{"type":"Feature","id":"n1735739736","geometry":{"type":"Point","coordinates":[-0.0496908,51.4974309]},"properties":{"@type":"node","@id":1735739736,"@timestamp":1579704653},"coords":"51.4974309,-0.0496908","bedrooms":"1","price":"293000","area":"607"} , +{"type":"Feature","id":"n1735739778","geometry":{"type":"Point","coordinates":[-0.0925517,51.4974392]},"properties":{"@type":"node","@id":1735739778,"@timestamp":1579694261},"coords":"51.4974392,-0.0925517","bedrooms":"3","price":"206000","area":"590"} , +{"type":"Feature","id":"n1735739822","geometry":{"type":"Point","coordinates":[-0.0591621,51.4974438]},"properties":{"@type":"node","@id":1735739822,"@timestamp":1579704653},"coords":"51.4974438,-0.0591621","bedrooms":"3","price":"264000","area":"639"} , +{"type":"Feature","id":"n1735739865","geometry":{"type":"Point","coordinates":[-0.0671498,51.4974543]},"properties":{"@type":"node","@id":1735739865,"@timestamp":1579704693},"coords":"51.4974543,-0.0671498","bedrooms":"0","price":"247000","area":"496"} , +{"type":"Feature","id":"n1735739903","geometry":{"type":"Point","coordinates":[-0.080972,51.4974621]},"properties":{"@type":"node","@id":1735739903,"@timestamp":1579694261},"coords":"51.4974621,-0.080972","bedrooms":"1","price":"198000","area":"679"} , +{"type":"Feature","id":"n1735739952","geometry":{"type":"Point","coordinates":[-0.1043128,51.4974691]},"properties":{"@type":"node","@id":1735739952,"@timestamp":1579704862},"coords":"51.4974691,-0.1043128","bedrooms":"4","price":"153000","area":"564"} , +{"type":"Feature","id":"n1735739989","geometry":{"type":"Point","coordinates":[-0.097255,51.4974724]},"properties":{"@type":"node","@id":1735739989,"@timestamp":1579694261},"coords":"51.4974724,-0.097255","bedrooms":"2","price":"290000","area":"571"} , +{"type":"Feature","id":"n1735740030","geometry":{"type":"Point","coordinates":[-0.039768,51.4974783]},"properties":{"@type":"node","@id":1735740030,"@timestamp":1579704718},"coords":"51.4974783,-0.039768","bedrooms":"2","price":"211000","area":"474"} , +{"type":"Feature","id":"n1735740076","geometry":{"type":"Point","coordinates":[-0.0990571,51.4974856]},"properties":{"@type":"node","@id":1735740076,"@timestamp":1486301575},"coords":"51.4974856,-0.0990571","bedrooms":"3","price":"190000","area":"638"} , +{"type":"Feature","id":"n1735740116","geometry":{"type":"Point","coordinates":[-0.059609,51.4974934]},"properties":{"@type":"node","@id":1735740116,"@timestamp":1579704653},"coords":"51.4974934,-0.059609","bedrooms":"0","price":"254000","area":"449"} , +{"type":"Feature","id":"n1735740163","geometry":{"type":"Point","coordinates":[-0.0838462,51.4974987]},"properties":{"@type":"node","@id":1735740163,"@timestamp":1579694261},"coords":"51.4974987,-0.0838462","bedrooms":"4","price":"158000","area":"680"} , +{"type":"Feature","id":"n1735740205","geometry":{"type":"Point","coordinates":[-0.0395875,51.4975073]},"properties":{"@type":"node","@id":1735740205,"@timestamp":1579704718},"coords":"51.4975073,-0.0395875","bedrooms":"1","price":"227000","area":"592"} , +{"type":"Feature","id":"n1735740248","geometry":{"type":"Point","coordinates":[-0.0931805,51.4975168]},"properties":{"@type":"node","@id":1735740248,"@timestamp":1579694261},"coords":"51.4975168,-0.0931805","bedrooms":"0","price":"214000","area":"584"} , +{"type":"Feature","id":"n1735740290","geometry":{"type":"Point","coordinates":[-0.0620721,51.4975262]},"properties":{"@type":"node","@id":1735740290,"@timestamp":1579704653},"coords":"51.4975262,-0.0620721","bedrooms":"3","price":"235000","area":"522"} , +{"type":"Feature","id":"n1735740351","geometry":{"type":"Point","coordinates":[-0.0928258,51.4975327]},"properties":{"@type":"node","@id":1735740351,"@timestamp":1579694261},"coords":"51.4975327,-0.0928258","bedrooms":"3","price":"253000","area":"542"} , +{"type":"Feature","id":"n1735740403","geometry":{"type":"Point","coordinates":[-0.0930294,51.4975486]},"properties":{"@type":"node","@id":1735740403,"@timestamp":1579694261},"coords":"51.4975486,-0.0930294","bedrooms":"3","price":"172000","area":"458"} , +{"type":"Feature","id":"n1735740417","geometry":{"type":"Point","coordinates":[-0.0598064,51.4975599]},"properties":{"@type":"node","@id":1735740417,"@timestamp":1579704653},"coords":"51.4975599,-0.0598064","bedrooms":"3","price":"296000","area":"483"} , +{"type":"Feature","id":"n1735740433","geometry":{"type":"Point","coordinates":[-0.1073501,51.4975743]},"properties":{"@type":"node","@id":1735740433,"@timestamp":1579704862},"coords":"51.4975743,-0.1073501","bedrooms":"3","price":"291000","area":"408"} , +{"type":"Feature","id":"n1735740461","geometry":{"type":"Point","coordinates":[-0.0731099,51.4975859]},"properties":{"@type":"node","@id":1735740461,"@timestamp":1579691725},"coords":"51.4975859,-0.0731099","bedrooms":"1","price":"236000","area":"689"} , +{"type":"Feature","id":"n1735740471","geometry":{"type":"Point","coordinates":[-0.0870497,51.4975962]},"properties":{"@type":"node","@id":1735740471,"@timestamp":1579694261},"coords":"51.4975962,-0.0870497","bedrooms":"3","price":"277000","area":"475"} , +{"type":"Feature","id":"n1735740481","geometry":{"type":"Point","coordinates":[-0.0403044,51.4976009]},"properties":{"@type":"node","@id":1735740481,"@timestamp":1579704718},"coords":"51.4976009,-0.0403044","bedrooms":"3","price":"249000","area":"402"} , +{"type":"Feature","id":"n1735740504","geometry":{"type":"Point","coordinates":[-0.0640295,51.4976086]},"properties":{"@type":"node","@id":1735740504,"@timestamp":1579704693},"coords":"51.4976086,-0.0640295","bedrooms":"1","price":"243000","area":"619"} , +{"type":"Feature","id":"n1735740514","geometry":{"type":"Point","coordinates":[-0.0400067,51.4976128]},"properties":{"@type":"node","@id":1735740514,"@timestamp":1579704718},"coords":"51.4976128,-0.0400067","bedrooms":"3","price":"251000","area":"545"} , +{"type":"Feature","id":"n1735740524","geometry":{"type":"Point","coordinates":[-0.0861123,51.4976193]},"properties":{"@type":"node","@id":1735740524,"@timestamp":1579694261},"coords":"51.4976193,-0.0861123","bedrooms":"4","price":"254000","area":"454"} , +{"type":"Feature","id":"n1735740534","geometry":{"type":"Point","coordinates":[-0.0970932,51.4976271]},"properties":{"@type":"node","@id":1735740534,"@timestamp":1579694261},"coords":"51.4976271,-0.0970932","bedrooms":"2","price":"228000","area":"355"} , +{"type":"Feature","id":"n1735740544","geometry":{"type":"Point","coordinates":[-0.0816441,51.4976335]},"properties":{"@type":"node","@id":1735740544,"@timestamp":1579694261},"coords":"51.4976335,-0.0816441","bedrooms":"1","price":"242000","area":"457"} , +{"type":"Feature","id":"n1735740564","geometry":{"type":"Point","coordinates":[-0.0882333,51.4976401]},"properties":{"@type":"node","@id":1735740564,"@timestamp":1579694261},"coords":"51.4976401,-0.0882333","bedrooms":"0","price":"152000","area":"432"} , +{"type":"Feature","id":"n1735740603","geometry":{"type":"Point","coordinates":[-0.0592793,51.497645]},"properties":{"@type":"node","@id":1735740603,"@timestamp":1579704653},"coords":"51.497645,-0.0592793","bedrooms":"1","price":"177000","area":"629"} , +{"type":"Feature","id":"n1735740639","geometry":{"type":"Point","coordinates":[-0.0602659,51.4976507]},"properties":{"@type":"node","@id":1735740639,"@timestamp":1579704653},"coords":"51.4976507,-0.0602659","bedrooms":"3","price":"167000","area":"381"} , +{"type":"Feature","id":"n1735740674","geometry":{"type":"Point","coordinates":[-0.0650612,51.4976585]},"properties":{"@type":"node","@id":1735740674,"@timestamp":1579704693},"coords":"51.4976585,-0.0650612","bedrooms":"2","price":"164000","area":"398"} , +{"type":"Feature","id":"n1735740684","geometry":{"type":"Point","coordinates":[-0.0479722,51.497663]},"properties":{"@type":"node","@id":1735740684,"@timestamp":1579704653},"coords":"51.497663,-0.0479722","bedrooms":"2","price":"158000","area":"527"} , +{"type":"Feature","id":"n1735740694","geometry":{"type":"Point","coordinates":[-0.0964715,51.4976718]},"properties":{"@type":"node","@id":1735740694,"@timestamp":1579694261},"coords":"51.4976718,-0.0964715","bedrooms":"0","price":"235000","area":"650"} , +{"type":"Feature","id":"n1735740704","geometry":{"type":"Point","coordinates":[-0.0512632,51.4976789]},"properties":{"@type":"node","@id":1735740704,"@timestamp":1579704653},"coords":"51.4976789,-0.0512632","bedrooms":"1","price":"237000","area":"675"} , +{"type":"Feature","id":"n1735740714","geometry":{"type":"Point","coordinates":[-0.0401817,51.4976879]},"properties":{"@type":"node","@id":1735740714,"@timestamp":1579704718},"coords":"51.4976879,-0.0401817","bedrooms":"2","price":"205000","area":"479"} , +{"type":"Feature","id":"n1735740724","geometry":{"type":"Point","coordinates":[-0.0731488,51.4976991]},"properties":{"@type":"node","@id":1735740724,"@timestamp":1579691725},"coords":"51.4976991,-0.0731488","bedrooms":"0","price":"163000","area":"573"} , +{"type":"Feature","id":"n1735740734","geometry":{"type":"Point","coordinates":[-0.0588069,51.4977047]},"properties":{"@type":"node","@id":1735740734,"@timestamp":1579704653},"coords":"51.4977047,-0.0588069","bedrooms":"3","price":"262000","area":"647"} , +{"type":"Feature","id":"n1735740744","geometry":{"type":"Point","coordinates":[-0.1063372,51.4977122]},"properties":{"@type":"node","@id":1735740744,"@timestamp":1579704862},"coords":"51.4977122,-0.1063372","bedrooms":"0","price":"247000","area":"406"} , +{"type":"Feature","id":"n1735740754","geometry":{"type":"Point","coordinates":[-0.0643422,51.4977203]},"properties":{"@type":"node","@id":1735740754,"@timestamp":1579704693},"coords":"51.4977203,-0.0643422","bedrooms":"1","price":"297000","area":"695"} , +{"type":"Feature","id":"n1735740791","geometry":{"type":"Point","coordinates":[-0.0679911,51.4977264]},"properties":{"@type":"node","@id":1735740791,"@timestamp":1579704809},"coords":"51.4977264,-0.0679911","bedrooms":"3","price":"164000","area":"548"} , +{"type":"Feature","id":"n1735740838","geometry":{"type":"Point","coordinates":[-0.0961731,51.4977351]},"properties":{"@type":"node","@id":1735740838,"@timestamp":1579694261},"coords":"51.4977351,-0.0961731","bedrooms":"4","price":"208000","area":"557"} , +{"type":"Feature","id":"n1735740869","geometry":{"type":"Point","coordinates":[-0.0622535,51.4977407]},"properties":{"@type":"node","@id":1735740869,"@timestamp":1579704653},"coords":"51.4977407,-0.0622535","bedrooms":"3","price":"232000","area":"660"} , +{"type":"Feature","id":"n1735740887","geometry":{"type":"Point","coordinates":[-0.066655,51.4977501]},"properties":{"@type":"node","@id":1735740887,"@timestamp":1579704693},"coords":"51.4977501,-0.066655","bedrooms":"2","price":"174000","area":"694"} , +{"type":"Feature","id":"n1735740898","geometry":{"type":"Point","coordinates":[-0.0621824,51.4977602]},"properties":{"@type":"node","@id":1735740898,"@timestamp":1579704653},"coords":"51.4977602,-0.0621824","bedrooms":"2","price":"197000","area":"353"} , +{"type":"Feature","id":"n1735740908","geometry":{"type":"Point","coordinates":[-0.0603474,51.497769]},"properties":{"@type":"node","@id":1735740908,"@timestamp":1579704653},"coords":"51.497769,-0.0603474","bedrooms":"4","price":"168000","area":"589"} , +{"type":"Feature","id":"n1735740927","geometry":{"type":"Point","coordinates":[-0.0481901,51.4977784]},"properties":{"@type":"node","@id":1735740927,"@timestamp":1579704653},"coords":"51.4977784,-0.0481901","bedrooms":"2","price":"226000","area":"380"} , +{"type":"Feature","id":"n1735740983","geometry":{"type":"Point","coordinates":[-0.0401187,51.4977873]},"properties":{"@type":"node","@id":1735740983,"@timestamp":1579704718},"coords":"51.4977873,-0.0401187","bedrooms":"1","price":"184000","area":"369"} , +{"type":"Feature","id":"n1735741033","geometry":{"type":"Point","coordinates":[-0.0924364,51.497794]},"properties":{"@type":"node","@id":1735741033,"@timestamp":1579694261},"coords":"51.497794,-0.0924364","bedrooms":"3","price":"151000","area":"357"} , +{"type":"Feature","id":"n1735741066","geometry":{"type":"Point","coordinates":[-0.09027,51.4978015]},"properties":{"@type":"node","@id":1735741066,"@timestamp":1579694261},"coords":"51.4978015,-0.09027","bedrooms":"2","price":"192000","area":"534"} , +{"type":"Feature","id":"n1735741076","geometry":{"type":"Point","coordinates":[-0.1018818,51.4978114]},"properties":{"@type":"node","@id":1735741076,"@timestamp":1579704862},"coords":"51.4978114,-0.1018818","bedrooms":"1","price":"201000","area":"578"} , +{"type":"Feature","id":"n1735741098","geometry":{"type":"Point","coordinates":[-0.0931519,51.4978182]},"properties":{"@type":"node","@id":1735741098,"@timestamp":1579694261},"coords":"51.4978182,-0.0931519","bedrooms":"0","price":"283000","area":"500"} , +{"type":"Feature","id":"n1735741144","geometry":{"type":"Point","coordinates":[-0.0396216,51.4978224]},"properties":{"@type":"node","@id":1735741144,"@timestamp":1579704718},"coords":"51.4978224,-0.0396216","bedrooms":"0","price":"268000","area":"473"} , +{"type":"Feature","id":"n1735741203","geometry":{"type":"Point","coordinates":[-0.0785878,51.4978294]},"properties":{"@type":"node","@id":1735741203,"@timestamp":1579691725},"coords":"51.4978294,-0.0785878","bedrooms":"3","price":"245000","area":"507"} , +{"type":"Feature","id":"n1735741230","geometry":{"type":"Point","coordinates":[-0.0952705,51.497837]},"properties":{"@type":"node","@id":1735741230,"@timestamp":1579694261},"coords":"51.497837,-0.0952705","bedrooms":"2","price":"249000","area":"693"} , +{"type":"Feature","id":"n1735741240","geometry":{"type":"Point","coordinates":[-0.0519946,51.4978462]},"properties":{"@type":"node","@id":1735741240,"@timestamp":1579704653},"coords":"51.4978462,-0.0519946","bedrooms":"4","price":"180000","area":"488"} , +{"type":"Feature","id":"n1735741257","geometry":{"type":"Point","coordinates":[-0.0396659,51.4978551]},"properties":{"@type":"node","@id":1735741257,"@timestamp":1579704718},"coords":"51.4978551,-0.0396659","bedrooms":"0","price":"276000","area":"431"} , +{"type":"Feature","id":"n1735741268","geometry":{"type":"Point","coordinates":[-0.080509,51.4978635]},"properties":{"@type":"node","@id":1735741268,"@timestamp":1579694261},"coords":"51.4978635,-0.080509","bedrooms":"1","price":"247000","area":"488"} , +{"type":"Feature","id":"n1735741279","geometry":{"type":"Point","coordinates":[-0.0641314,51.4978675]},"properties":{"@type":"node","@id":1735741279,"@timestamp":1579704693},"coords":"51.4978675,-0.0641314","bedrooms":"4","price":"198000","area":"559"} , +{"type":"Feature","id":"n1735741307","geometry":{"type":"Point","coordinates":[-0.080656,51.4978743]},"properties":{"@type":"node","@id":1735741307,"@timestamp":1579694261},"coords":"51.4978743,-0.080656","bedrooms":"2","price":"240000","area":"439"} , +{"type":"Feature","id":"n1735741367","geometry":{"type":"Point","coordinates":[-0.0395091,51.4978867]},"properties":{"@type":"node","@id":1735741367,"@timestamp":1579704718},"coords":"51.4978867,-0.0395091","bedrooms":"4","price":"175000","area":"600"} , +{"type":"Feature","id":"n1735741404","geometry":{"type":"Point","coordinates":[-0.0596429,51.4978923]},"properties":{"@type":"node","@id":1735741404,"@timestamp":1579704653},"coords":"51.4978923,-0.0596429","bedrooms":"0","price":"161000","area":"359"} , +{"type":"Feature","id":"n1735741440","geometry":{"type":"Point","coordinates":[-0.0606587,51.4979001]},"properties":{"@type":"node","@id":1735741440,"@timestamp":1579704653},"coords":"51.4979001,-0.0606587","bedrooms":"2","price":"299000","area":"480"} , +{"type":"Feature","id":"n1735741450","geometry":{"type":"Point","coordinates":[-0.0673433,51.497906]},"properties":{"@type":"node","@id":1735741450,"@timestamp":1579704693},"coords":"51.497906,-0.0673433","bedrooms":"4","price":"274000","area":"495"} , +{"type":"Feature","id":"n1735741470","geometry":{"type":"Point","coordinates":[-0.060715,51.4979128]},"properties":{"@type":"node","@id":1735741470,"@timestamp":1579704653},"coords":"51.4979128,-0.060715","bedrooms":"0","price":"181000","area":"404"} , +{"type":"Feature","id":"n1735741488","geometry":{"type":"Point","coordinates":[-0.0924494,51.4979221]},"properties":{"@type":"node","@id":1735741488,"@timestamp":1579694261},"coords":"51.4979221,-0.0924494","bedrooms":"0","price":"272000","area":"535"} , +{"type":"Feature","id":"n1735741498","geometry":{"type":"Point","coordinates":[-0.0397301,51.497935]},"properties":{"@type":"node","@id":1735741498,"@timestamp":1579704718},"coords":"51.497935,-0.0397301","bedrooms":"3","price":"213000","area":"500"} , +{"type":"Feature","id":"n1735741508","geometry":{"type":"Point","coordinates":[-0.0538945,51.4979412]},"properties":{"@type":"node","@id":1735741508,"@timestamp":1579704653},"coords":"51.4979412,-0.0538945","bedrooms":"4","price":"224000","area":"430"} , +{"type":"Feature","id":"n1735741526","geometry":{"type":"Point","coordinates":[-0.0519608,51.4979459]},"properties":{"@type":"node","@id":1735741526,"@timestamp":1579704653},"coords":"51.4979459,-0.0519608","bedrooms":"1","price":"165000","area":"637"} , +{"type":"Feature","id":"n1735741536","geometry":{"type":"Point","coordinates":[-0.0750661,51.4979504]},"properties":{"@type":"node","@id":1735741536,"@timestamp":1579691725},"coords":"51.4979504,-0.0750661","bedrooms":"2","price":"154000","area":"684"} , +{"type":"Feature","id":"n1735741546","geometry":{"type":"Point","coordinates":[-0.0607304,51.497956]},"properties":{"@type":"node","@id":1735741546,"@timestamp":1579704653},"coords":"51.497956,-0.0607304","bedrooms":"1","price":"174000","area":"422"} , +{"type":"Feature","id":"n1735741567","geometry":{"type":"Point","coordinates":[-0.0531498,51.4979644]},"properties":{"@type":"node","@id":1735741567,"@timestamp":1579704653},"coords":"51.4979644,-0.0531498","bedrooms":"0","price":"183000","area":"547"} , +{"type":"Feature","id":"n1735741577","geometry":{"type":"Point","coordinates":[-0.0517799,51.4979732]},"properties":{"@type":"node","@id":1735741577,"@timestamp":1579704653},"coords":"51.4979732,-0.0517799","bedrooms":"3","price":"283000","area":"645"} , +{"type":"Feature","id":"n1735741588","geometry":{"type":"Point","coordinates":[-0.0514999,51.4979822]},"properties":{"@type":"node","@id":1735741588,"@timestamp":1579704653},"coords":"51.4979822,-0.0514999","bedrooms":"3","price":"274000","area":"663"} , +{"type":"Feature","id":"n1735741598","geometry":{"type":"Point","coordinates":[-0.0482661,51.4979887]},"properties":{"@type":"node","@id":1735741598,"@timestamp":1579704653},"coords":"51.4979887,-0.0482661","bedrooms":"1","price":"161000","area":"573"} , +{"type":"Feature","id":"n1735741608","geometry":{"type":"Point","coordinates":[-0.0778154,51.4979975]},"properties":{"@type":"node","@id":1735741608,"@timestamp":1579691725},"coords":"51.4979975,-0.0778154","bedrooms":"3","price":"207000","area":"354"} , +{"type":"Feature","id":"n1735741620","geometry":{"type":"Point","coordinates":[-0.0875201,51.4980039]},"properties":{"@type":"node","@id":1735741620,"@timestamp":1579694261},"coords":"51.4980039,-0.0875201","bedrooms":"3","price":"214000","area":"600"} , +{"type":"Feature","id":"n1735741654","geometry":{"type":"Point","coordinates":[-0.0538881,51.4980095]},"properties":{"@type":"node","@id":1735741654,"@timestamp":1579704653},"coords":"51.4980095,-0.0538881","bedrooms":"2","price":"244000","area":"687"} , +{"type":"Feature","id":"n1735741667","geometry":{"type":"Point","coordinates":[-0.0742088,51.4980216]},"properties":{"@type":"node","@id":1735741667,"@timestamp":1579691725},"coords":"51.4980216,-0.0742088","bedrooms":"1","price":"158000","area":"395"} , +{"type":"Feature","id":"n1735741678","geometry":{"type":"Point","coordinates":[-0.0399091,51.4980293]},"properties":{"@type":"node","@id":1735741678,"@timestamp":1579704718},"coords":"51.4980293,-0.0399091","bedrooms":"4","price":"185000","area":"377"} , +{"type":"Feature","id":"n1735741688","geometry":{"type":"Point","coordinates":[-0.0810928,51.4980382]},"properties":{"@type":"node","@id":1735741688,"@timestamp":1579694261},"coords":"51.4980382,-0.0810928","bedrooms":"4","price":"159000","area":"358"} , +{"type":"Feature","id":"n1735741698","geometry":{"type":"Point","coordinates":[-0.0958897,51.4980425]},"properties":{"@type":"node","@id":1735741698,"@timestamp":1579694261},"coords":"51.4980425,-0.0958897","bedrooms":"3","price":"168000","area":"638"} , +{"type":"Feature","id":"n1735741710","geometry":{"type":"Point","coordinates":[-0.0769075,51.4980477]},"properties":{"@type":"node","@id":1735741710,"@timestamp":1579691725},"coords":"51.4980477,-0.0769075","bedrooms":"2","price":"236000","area":"590"} , +{"type":"Feature","id":"n1735741734","geometry":{"type":"Point","coordinates":[-0.0743835,51.4980537]},"properties":{"@type":"node","@id":1735741734,"@timestamp":1579691725},"coords":"51.4980537,-0.0743835","bedrooms":"0","price":"210000","area":"506"} , +{"type":"Feature","id":"n1735741776","geometry":{"type":"Point","coordinates":[-0.0633786,51.4980637]},"properties":{"@type":"node","@id":1735741776,"@timestamp":1579704653},"coords":"51.4980637,-0.0633786","bedrooms":"2","price":"253000","area":"606"} , +{"type":"Feature","id":"n1735741832","geometry":{"type":"Point","coordinates":[-0.085051,51.4980725]},"properties":{"@type":"node","@id":1735741832,"@timestamp":1579694261},"coords":"51.4980725,-0.085051","bedrooms":"2","price":"291000","area":"587"} , +{"type":"Feature","id":"n1735741845","geometry":{"type":"Point","coordinates":[-0.0361668,51.4980794]},"properties":{"@type":"node","@id":1735741845,"@timestamp":1579704718},"coords":"51.4980794,-0.0361668","bedrooms":"3","price":"262000","area":"562"} , +{"type":"Feature","id":"n1735741869","geometry":{"type":"Point","coordinates":[-0.0398957,51.4980862]},"properties":{"@type":"node","@id":1735741869,"@timestamp":1579704718},"coords":"51.4980862,-0.0398957","bedrooms":"3","price":"161000","area":"468"} , +{"type":"Feature","id":"n1735741883","geometry":{"type":"Point","coordinates":[-0.0811809,51.4980908]},"properties":{"@type":"node","@id":1735741883,"@timestamp":1579694261},"coords":"51.4980908,-0.0811809","bedrooms":"4","price":"239000","area":"540"} , +{"type":"Feature","id":"n1735741929","geometry":{"type":"Point","coordinates":[-0.1055146,51.4980991]},"properties":{"@type":"node","@id":1735741929,"@timestamp":1579704862},"coords":"51.4980991,-0.1055146","bedrooms":"1","price":"292000","area":"589"} , +{"type":"Feature","id":"n1735741966","geometry":{"type":"Point","coordinates":[-0.0786204,51.4981038]},"properties":{"@type":"node","@id":1735741966,"@timestamp":1579691725},"coords":"51.4981038,-0.0786204","bedrooms":"4","price":"252000","area":"607"} , +{"type":"Feature","id":"n1735741986","geometry":{"type":"Point","coordinates":[-0.0396292,51.4981152]},"properties":{"@type":"node","@id":1735741986,"@timestamp":1579704718},"coords":"51.4981152,-0.0396292","bedrooms":"1","price":"251000","area":"518"} , +{"type":"Feature","id":"n1735742016","geometry":{"type":"Point","coordinates":[-0.0883616,51.4981207]},"properties":{"@type":"node","@id":1735742016,"@timestamp":1579694261},"coords":"51.4981207,-0.0883616","bedrooms":"3","price":"207000","area":"415"} , +{"type":"Feature","id":"n1735742027","geometry":{"type":"Point","coordinates":[-0.0883377,51.4981308]},"properties":{"@type":"node","@id":1735742027,"@timestamp":1579694261},"coords":"51.4981308,-0.0883377","bedrooms":"4","price":"170000","area":"690"} , +{"type":"Feature","id":"n1735742038","geometry":{"type":"Point","coordinates":[-0.0661965,51.4981412]},"properties":{"@type":"node","@id":1735742038,"@timestamp":1579704693},"coords":"51.4981412,-0.0661965","bedrooms":"1","price":"226000","area":"673"} , +{"type":"Feature","id":"n1735742051","geometry":{"type":"Point","coordinates":[-0.0391927,51.4981466]},"properties":{"@type":"node","@id":1735742051,"@timestamp":1579704718},"coords":"51.4981466,-0.0391927","bedrooms":"0","price":"240000","area":"497"} , +{"type":"Feature","id":"n1735742062","geometry":{"type":"Point","coordinates":[-0.0657315,51.4981549]},"properties":{"@type":"node","@id":1735742062,"@timestamp":1579704693},"coords":"51.4981549,-0.0657315","bedrooms":"4","price":"185000","area":"503"} , +{"type":"Feature","id":"n1735742073","geometry":{"type":"Point","coordinates":[-0.0597727,51.4981604]},"properties":{"@type":"node","@id":1735742073,"@timestamp":1579704653},"coords":"51.4981604,-0.0597727","bedrooms":"0","price":"260000","area":"648"} , +{"type":"Feature","id":"n1735742083","geometry":{"type":"Point","coordinates":[-0.0808229,51.4981675]},"properties":{"@type":"node","@id":1735742083,"@timestamp":1579694261},"coords":"51.4981675,-0.0808229","bedrooms":"1","price":"288000","area":"585"} , +{"type":"Feature","id":"n1735742093","geometry":{"type":"Point","coordinates":[-0.0957433,51.4981757]},"properties":{"@type":"node","@id":1735742093,"@timestamp":1579694261},"coords":"51.4981757,-0.0957433","bedrooms":"4","price":"216000","area":"669"} , +{"type":"Feature","id":"n1735742127","geometry":{"type":"Point","coordinates":[-0.0392002,51.4981856]},"properties":{"@type":"node","@id":1735742127,"@timestamp":1579704718},"coords":"51.4981856,-0.0392002","bedrooms":"2","price":"190000","area":"414"} , +{"type":"Feature","id":"n1735742172","geometry":{"type":"Point","coordinates":[-0.052614,51.4981897]},"properties":{"@type":"node","@id":1735742172,"@timestamp":1579704653},"coords":"51.4981897,-0.052614","bedrooms":"2","price":"215000","area":"530"} , +{"type":"Feature","id":"n1735742214","geometry":{"type":"Point","coordinates":[-0.088248,51.4981962]},"properties":{"@type":"node","@id":1735742214,"@timestamp":1579694261},"coords":"51.4981962,-0.088248","bedrooms":"4","price":"219000","area":"449"} , +{"type":"Feature","id":"n1735742230","geometry":{"type":"Point","coordinates":[-0.0328155,51.4982074]},"properties":{"@type":"node","@id":1735742230,"@timestamp":1579704718},"coords":"51.4982074,-0.0328155","bedrooms":"2","price":"267000","area":"596"} , +{"type":"Feature","id":"n1735742277","geometry":{"type":"Point","coordinates":[-0.078656,51.4982139]},"properties":{"@type":"node","@id":1735742277,"@timestamp":1579691725},"coords":"51.4982139,-0.078656","bedrooms":"2","price":"155000","area":"574"} , +{"type":"Feature","id":"n1735742357","geometry":{"type":"Point","coordinates":[-0.052127,51.4982204]},"properties":{"@type":"node","@id":1735742357,"@timestamp":1579704653},"coords":"51.4982204,-0.052127","bedrooms":"3","price":"198000","area":"672"} , +{"type":"Feature","id":"n1735742406","geometry":{"type":"Point","coordinates":[-0.0392933,51.4982305]},"properties":{"@type":"node","@id":1735742406,"@timestamp":1579704718},"coords":"51.4982305,-0.0392933","bedrooms":"1","price":"226000","area":"598"} , +{"type":"Feature","id":"n1735742478","geometry":{"type":"Point","coordinates":[-0.0658004,51.498239]},"properties":{"@type":"node","@id":1735742478,"@timestamp":1579704693},"coords":"51.498239,-0.0658004","bedrooms":"2","price":"298000","area":"674"} , +{"type":"Feature","id":"n1735742544","geometry":{"type":"Point","coordinates":[-0.0751829,51.4982448]},"properties":{"@type":"node","@id":1735742544,"@timestamp":1579691725},"coords":"51.4982448,-0.0751829","bedrooms":"2","price":"198000","area":"393"} , +{"type":"Feature","id":"n1735742598","geometry":{"type":"Point","coordinates":[-0.0656176,51.4982507]},"properties":{"@type":"node","@id":1735742598,"@timestamp":1579704693},"coords":"51.4982507,-0.0656176","bedrooms":"0","price":"265000","area":"695"} , +{"type":"Feature","id":"n1735742644","geometry":{"type":"Point","coordinates":[-0.0689806,51.4982581]},"properties":{"@type":"node","@id":1735742644,"@timestamp":1579704809},"coords":"51.4982581,-0.0689806","bedrooms":"3","price":"239000","area":"354"} , +{"type":"Feature","id":"n1735742706","geometry":{"type":"Point","coordinates":[-0.0642882,51.498262]},"properties":{"@type":"node","@id":1735742706,"@timestamp":1579704693},"coords":"51.498262,-0.0642882","bedrooms":"1","price":"200000","area":"684"} , +{"type":"Feature","id":"n1735742768","geometry":{"type":"Point","coordinates":[-0.0885999,51.4982688]},"properties":{"@type":"node","@id":1735742768,"@timestamp":1579694261},"coords":"51.4982688,-0.0885999","bedrooms":"4","price":"287000","area":"529"} , +{"type":"Feature","id":"n1735742848","geometry":{"type":"Point","coordinates":[-0.0521512,51.4982717]},"properties":{"@type":"node","@id":1735742848,"@timestamp":1579704653},"coords":"51.4982717,-0.0521512","bedrooms":"3","price":"169000","area":"638"} , +{"type":"Feature","id":"n1735742910","geometry":{"type":"Point","coordinates":[-0.0639572,51.4982805]},"properties":{"@type":"node","@id":1735742910,"@timestamp":1579704693},"coords":"51.4982805,-0.0639572","bedrooms":"1","price":"195000","area":"675"} , +{"type":"Feature","id":"n1735742967","geometry":{"type":"Point","coordinates":[-0.0618139,51.4982854]},"properties":{"@type":"node","@id":1735742967,"@timestamp":1579704653},"coords":"51.4982854,-0.0618139","bedrooms":"3","price":"282000","area":"423"} , +{"type":"Feature","id":"n1735743024","geometry":{"type":"Point","coordinates":[-0.09548,51.4982941]},"properties":{"@type":"node","@id":1735743024,"@timestamp":1579694261},"coords":"51.4982941,-0.09548","bedrooms":"4","price":"181000","area":"429"} , +{"type":"Feature","id":"n1735743046","geometry":{"type":"Point","coordinates":[-0.0584885,51.4983009]},"properties":{"@type":"node","@id":1735743046,"@timestamp":1579704653},"coords":"51.4983009,-0.0584885","bedrooms":"4","price":"277000","area":"629"} , +{"type":"Feature","id":"n1735743057","geometry":{"type":"Point","coordinates":[-0.0846363,51.4983083]},"properties":{"@type":"node","@id":1735743057,"@timestamp":1579694261},"coords":"51.4983083,-0.0846363","bedrooms":"2","price":"230000","area":"476"} , +{"type":"Feature","id":"n1735743081","geometry":{"type":"Point","coordinates":[-0.0614641,51.4983124]},"properties":{"@type":"node","@id":1735743081,"@timestamp":1579704653},"coords":"51.4983124,-0.0614641","bedrooms":"2","price":"263000","area":"615"} , +{"type":"Feature","id":"n1735743091","geometry":{"type":"Point","coordinates":[-0.0837059,51.4983206]},"properties":{"@type":"node","@id":1735743091,"@timestamp":1579694261},"coords":"51.4983206,-0.0837059","bedrooms":"4","price":"177000","area":"591"} , +{"type":"Feature","id":"n1735743101","geometry":{"type":"Point","coordinates":[-0.0391909,51.4983223]},"properties":{"@type":"node","@id":1735743101,"@timestamp":1579704718},"coords":"51.4983223,-0.0391909","bedrooms":"1","price":"212000","area":"446"} , +{"type":"Feature","id":"n1735743111","geometry":{"type":"Point","coordinates":[-0.0666722,51.498328]},"properties":{"@type":"node","@id":1735743111,"@timestamp":1579704693},"coords":"51.498328,-0.0666722","bedrooms":"4","price":"229000","area":"555"} , +{"type":"Feature","id":"n1735743121","geometry":{"type":"Point","coordinates":[-0.0590585,51.4983322]},"properties":{"@type":"node","@id":1735743121,"@timestamp":1579704653},"coords":"51.4983322,-0.0590585","bedrooms":"1","price":"154000","area":"686"} , +{"type":"Feature","id":"n1735743169","geometry":{"type":"Point","coordinates":[-0.0343938,51.4983375]},"properties":{"@type":"node","@id":1735743169,"@timestamp":1579704718},"coords":"51.4983375,-0.0343938","bedrooms":"1","price":"201000","area":"384"} , +{"type":"Feature","id":"n1735743261","geometry":{"type":"Point","coordinates":[-0.0611557,51.4983446]},"properties":{"@type":"node","@id":1735743261,"@timestamp":1579704653},"coords":"51.4983446,-0.0611557","bedrooms":"1","price":"173000","area":"399"} , +{"type":"Feature","id":"n1735743366","geometry":{"type":"Point","coordinates":[-0.0520827,51.4983496]},"properties":{"@type":"node","@id":1735743366,"@timestamp":1579704653},"coords":"51.4983496,-0.0520827","bedrooms":"2","price":"276000","area":"524"} , +{"type":"Feature","id":"n1735743504","geometry":{"type":"Point","coordinates":[-0.0362351,51.4983553]},"properties":{"@type":"node","@id":1735743504,"@timestamp":1579704718},"coords":"51.4983553,-0.0362351","bedrooms":"1","price":"235000","area":"695"} , +{"type":"Feature","id":"n1735743639","geometry":{"type":"Point","coordinates":[-0.0707286,51.4983643]},"properties":{"@type":"node","@id":1735743639,"@timestamp":1628773299},"coords":"51.4983643,-0.0707286","bedrooms":"1","price":"203000","area":"629"} , +{"type":"Feature","id":"n1735743750","geometry":{"type":"Point","coordinates":[-0.0594206,51.4983696]},"properties":{"@type":"node","@id":1735743750,"@timestamp":1579704653},"coords":"51.4983696,-0.0594206","bedrooms":"1","price":"284000","area":"589"} , +{"type":"Feature","id":"n1735743835","geometry":{"type":"Point","coordinates":[-0.0699345,51.4983749]},"properties":{"@type":"node","@id":1735743835,"@timestamp":1579691725},"coords":"51.4983749,-0.0699345","bedrooms":"4","price":"195000","area":"633"} , +{"type":"Feature","id":"n1735743944","geometry":{"type":"Point","coordinates":[-0.0698386,51.4983817]},"properties":{"@type":"node","@id":1735743944,"@timestamp":1579691725},"coords":"51.4983817,-0.0698386","bedrooms":"4","price":"193000","area":"477"} , +{"type":"Feature","id":"n1735744032","geometry":{"type":"Point","coordinates":[-0.0401351,51.4983869]},"properties":{"@type":"node","@id":1735744032,"@timestamp":1579704718},"coords":"51.4983869,-0.0401351","bedrooms":"0","price":"179000","area":"659"} , +{"type":"Feature","id":"n1735744118","geometry":{"type":"Point","coordinates":[-0.0612553,51.4983914]},"properties":{"@type":"node","@id":1735744118,"@timestamp":1579704653},"coords":"51.4983914,-0.0612553","bedrooms":"2","price":"174000","area":"413"} , +{"type":"Feature","id":"n1735744250","geometry":{"type":"Point","coordinates":[-0.0396098,51.4983969]},"properties":{"@type":"node","@id":1735744250,"@timestamp":1579704718},"coords":"51.4983969,-0.0396098","bedrooms":"4","price":"255000","area":"654"} , +{"type":"Feature","id":"n1735744376","geometry":{"type":"Point","coordinates":[-0.0758806,51.4984025]},"properties":{"@type":"node","@id":1735744376,"@timestamp":1579691725},"coords":"51.4984025,-0.0758806","bedrooms":"2","price":"207000","area":"373"} , +{"type":"Feature","id":"n1735744481","geometry":{"type":"Point","coordinates":[-0.039178,51.4984078]},"properties":{"@type":"node","@id":1735744481,"@timestamp":1579704718},"coords":"51.4984078,-0.039178","bedrooms":"4","price":"198000","area":"676"} , +{"type":"Feature","id":"n1735744634","geometry":{"type":"Point","coordinates":[-0.0915903,51.4984187]},"properties":{"@type":"node","@id":1735744634,"@timestamp":1579694261},"coords":"51.4984187,-0.0915903","bedrooms":"3","price":"278000","area":"692"} , +{"type":"Feature","id":"n1735744791","geometry":{"type":"Point","coordinates":[-0.0604368,51.4984088]},"properties":{"@type":"node","@id":1735744791,"@timestamp":1628764218},"coords":"51.4984088,-0.0604368","bedrooms":"2","price":"215000","area":"596"} , +{"type":"Feature","id":"n1735744905","geometry":{"type":"Point","coordinates":[-0.0681363,51.4984336]},"properties":{"@type":"node","@id":1735744905,"@timestamp":1579704809},"coords":"51.4984336,-0.0681363","bedrooms":"3","price":"269000","area":"543"} , +{"type":"Feature","id":"n1735745011","geometry":{"type":"Point","coordinates":[-0.0915571,51.4984414]},"properties":{"@type":"node","@id":1735745011,"@timestamp":1579694261},"coords":"51.4984414,-0.0915571","bedrooms":"1","price":"256000","area":"533"} , +{"type":"Feature","id":"n1735745125","geometry":{"type":"Point","coordinates":[-0.1001219,51.4984586]},"properties":{"@type":"node","@id":1735745125,"@timestamp":1534613791},"coords":"51.4984586,-0.1001219","bedrooms":"4","price":"201000","area":"526"} , +{"type":"Feature","id":"n1735745225","geometry":{"type":"Point","coordinates":[-0.0325651,51.4984577]},"properties":{"@type":"node","@id":1735745225,"@timestamp":1579704718},"coords":"51.4984577,-0.0325651","bedrooms":"2","price":"156000","area":"382"} , +{"type":"Feature","id":"n1735745315","geometry":{"type":"Point","coordinates":[-0.0510223,51.4984672]},"properties":{"@type":"node","@id":1735745315,"@timestamp":1579704653},"coords":"51.4984672,-0.0510223","bedrooms":"3","price":"208000","area":"556"} , +{"type":"Feature","id":"n1735745327","geometry":{"type":"Point","coordinates":[-0.0701552,51.4984709]},"properties":{"@type":"node","@id":1735745327,"@timestamp":1579691725},"coords":"51.4984709,-0.0701552","bedrooms":"3","price":"264000","area":"582"} , +{"type":"Feature","id":"n1735745375","geometry":{"type":"Point","coordinates":[-0.1051499,51.4984808]},"properties":{"@type":"node","@id":1735745375,"@timestamp":1579704862},"coords":"51.4984808,-0.1051499","bedrooms":"4","price":"235000","area":"619"} , +{"type":"Feature","id":"n1735745385","geometry":{"type":"Point","coordinates":[-0.0625817,51.4984871]},"properties":{"@type":"node","@id":1735745385,"@timestamp":1579704653},"coords":"51.4984871,-0.0625817","bedrooms":"3","price":"261000","area":"397"} , +{"type":"Feature","id":"n1735745449","geometry":{"type":"Point","coordinates":[-0.0708873,51.4984935]},"properties":{"@type":"node","@id":1735745449,"@timestamp":1579691725},"coords":"51.4984935,-0.0708873","bedrooms":"1","price":"291000","area":"378"} , +{"type":"Feature","id":"n1735745503","geometry":{"type":"Point","coordinates":[-0.036626,51.4984994]},"properties":{"@type":"node","@id":1735745503,"@timestamp":1579704718},"coords":"51.4984994,-0.036626","bedrooms":"0","price":"158000","area":"694"} , +{"type":"Feature","id":"n1735745545","geometry":{"type":"Point","coordinates":[-0.0584663,51.4985032]},"properties":{"@type":"node","@id":1735745545,"@timestamp":1579704653},"coords":"51.4985032,-0.0584663","bedrooms":"1","price":"287000","area":"680"} , +{"type":"Feature","id":"n1735745579","geometry":{"type":"Point","coordinates":[-0.0684932,51.4985075]},"properties":{"@type":"node","@id":1735745579,"@timestamp":1579704809},"coords":"51.4985075,-0.0684932","bedrooms":"4","price":"226000","area":"646"} , +{"type":"Feature","id":"n1735745608","geometry":{"type":"Point","coordinates":[-0.0915025,51.4985182]},"properties":{"@type":"node","@id":1735745608,"@timestamp":1579694261},"coords":"51.4985182,-0.0915025","bedrooms":"0","price":"173000","area":"497"} , +{"type":"Feature","id":"n1735745618","geometry":{"type":"Point","coordinates":[-0.0840298,51.4985241]},"properties":{"@type":"node","@id":1735745618,"@timestamp":1579694261},"coords":"51.4985241,-0.0840298","bedrooms":"3","price":"164000","area":"606"} , +{"type":"Feature","id":"n1735745639","geometry":{"type":"Point","coordinates":[-0.0755212,51.4985319]},"properties":{"@type":"node","@id":1735745639,"@timestamp":1579691725},"coords":"51.4985319,-0.0755212","bedrooms":"0","price":"189000","area":"399"} , +{"type":"Feature","id":"n1735745664","geometry":{"type":"Point","coordinates":[-0.0894356,51.4985395]},"properties":{"@type":"node","@id":1735745664,"@timestamp":1579694261},"coords":"51.4985395,-0.0894356","bedrooms":"1","price":"152000","area":"454"} , +{"type":"Feature","id":"n1735745679","geometry":{"type":"Point","coordinates":[-0.0723356,51.4985478]},"properties":{"@type":"node","@id":1735745679,"@timestamp":1579691725},"coords":"51.4985478,-0.0723356","bedrooms":"0","price":"262000","area":"553"} , +{"type":"Feature","id":"n1735745695","geometry":{"type":"Point","coordinates":[-0.0622927,51.4985539]},"properties":{"@type":"node","@id":1735745695,"@timestamp":1579704653},"coords":"51.4985539,-0.0622927","bedrooms":"1","price":"285000","area":"549"} , +{"type":"Feature","id":"n1735745747","geometry":{"type":"Point","coordinates":[-0.0684943,51.4985584]},"properties":{"@type":"node","@id":1735745747,"@timestamp":1579704809},"coords":"51.4985584,-0.0684943","bedrooms":"2","price":"277000","area":"519"} , +{"type":"Feature","id":"n1735745808","geometry":{"type":"Point","coordinates":[-0.072242,51.4985646]},"properties":{"@type":"node","@id":1735745808,"@timestamp":1579691725},"coords":"51.4985646,-0.072242","bedrooms":"0","price":"204000","area":"552"} , +{"type":"Feature","id":"n1735745818","geometry":{"type":"Point","coordinates":[-0.0366889,51.4985736]},"properties":{"@type":"node","@id":1735745818,"@timestamp":1579704718},"coords":"51.4985736,-0.0366889","bedrooms":"1","price":"169000","area":"489"} , +{"type":"Feature","id":"n1735745829","geometry":{"type":"Point","coordinates":[-0.1089831,51.4985772]},"properties":{"@type":"node","@id":1735745829,"@timestamp":1579704862},"coords":"51.4985772,-0.1089831","bedrooms":"0","price":"277000","area":"570"} , +{"type":"Feature","id":"n1735745839","geometry":{"type":"Point","coordinates":[-0.0756691,51.4985845]},"properties":{"@type":"node","@id":1735745839,"@timestamp":1579691725},"coords":"51.4985845,-0.0756691","bedrooms":"0","price":"260000","area":"448"} , +{"type":"Feature","id":"n1735745869","geometry":{"type":"Point","coordinates":[-0.0367209,51.498591]},"properties":{"@type":"node","@id":1735745869,"@timestamp":1579704718},"coords":"51.498591,-0.0367209","bedrooms":"0","price":"260000","area":"574"} , +{"type":"Feature","id":"n1735745879","geometry":{"type":"Point","coordinates":[-0.0863427,51.4986047]},"properties":{"@type":"node","@id":1735745879,"@timestamp":1579694261},"coords":"51.4986047,-0.0863427","bedrooms":"4","price":"156000","area":"690"} , +{"type":"Feature","id":"n1735745890","geometry":{"type":"Point","coordinates":[-0.0711877,51.4986137]},"properties":{"@type":"node","@id":1735745890,"@timestamp":1579691725},"coords":"51.4986137,-0.0711877","bedrooms":"1","price":"233000","area":"450"} , +{"type":"Feature","id":"n1735745900","geometry":{"type":"Point","coordinates":[-0.089593,51.4986194]},"properties":{"@type":"node","@id":1735745900,"@timestamp":1579694261},"coords":"51.4986194,-0.089593","bedrooms":"3","price":"223000","area":"616"} , +{"type":"Feature","id":"n1735745919","geometry":{"type":"Point","coordinates":[-0.0511505,51.4986228]},"properties":{"@type":"node","@id":1735745919,"@timestamp":1579704653},"coords":"51.4986228,-0.0511505","bedrooms":"1","price":"239000","area":"497"} , +{"type":"Feature","id":"n1735745974","geometry":{"type":"Point","coordinates":[-0.0722189,51.4986277]},"properties":{"@type":"node","@id":1735745974,"@timestamp":1579691725},"coords":"51.4986277,-0.0722189","bedrooms":"2","price":"155000","area":"539"} , +{"type":"Feature","id":"n1735745991","geometry":{"type":"Point","coordinates":[-0.0537244,51.498636]},"properties":{"@type":"node","@id":1735745991,"@timestamp":1579704653},"coords":"51.498636,-0.0537244","bedrooms":"2","price":"292000","area":"637"} , +{"type":"Feature","id":"n1735746005","geometry":{"type":"Point","coordinates":[-0.0612982,51.4986498]},"properties":{"@type":"node","@id":1735746005,"@timestamp":1579704653},"coords":"51.4986498,-0.0612982","bedrooms":"2","price":"289000","area":"601"} , +{"type":"Feature","id":"n1735746015","geometry":{"type":"Point","coordinates":[-0.1092157,51.4986572]},"properties":{"@type":"node","@id":1735746015,"@timestamp":1579704862},"coords":"51.4986572,-0.1092157","bedrooms":"0","price":"175000","area":"407"} , +{"type":"Feature","id":"n1735746034","geometry":{"type":"Point","coordinates":[-0.0671981,51.4986639]},"properties":{"@type":"node","@id":1735746034,"@timestamp":1579704693},"coords":"51.4986639,-0.0671981","bedrooms":"4","price":"150000","area":"421"} , +{"type":"Feature","id":"n1735746083","geometry":{"type":"Point","coordinates":[-0.0619282,51.4986719]},"properties":{"@type":"node","@id":1735746083,"@timestamp":1579704653},"coords":"51.4986719,-0.0619282","bedrooms":"4","price":"229000","area":"574"} , +{"type":"Feature","id":"n1735746156","geometry":{"type":"Point","coordinates":[-0.1040106,51.4986772]},"properties":{"@type":"node","@id":1735746156,"@timestamp":1579704836},"coords":"51.4986772,-0.1040106","bedrooms":"1","price":"158000","area":"392"} , +{"type":"Feature","id":"n1735746169","geometry":{"type":"Point","coordinates":[-0.0614996,51.4986845]},"properties":{"@type":"node","@id":1735746169,"@timestamp":1579704653},"coords":"51.4986845,-0.0614996","bedrooms":"0","price":"233000","area":"517"} , +{"type":"Feature","id":"n1735746214","geometry":{"type":"Point","coordinates":[-0.1075793,51.4986936]},"properties":{"@type":"node","@id":1735746214,"@timestamp":1579704862},"coords":"51.4986936,-0.1075793","bedrooms":"4","price":"289000","area":"645"} , +{"type":"Feature","id":"n1735746256","geometry":{"type":"Point","coordinates":[-0.0325546,51.4987007]},"properties":{"@type":"node","@id":1735746256,"@timestamp":1579704718},"coords":"51.4987007,-0.0325546","bedrooms":"0","price":"293000","area":"413"} , +{"type":"Feature","id":"n1735746274","geometry":{"type":"Point","coordinates":[-0.0608521,51.4987057]},"properties":{"@type":"node","@id":1735746274,"@timestamp":1579704653},"coords":"51.4987057,-0.0608521","bedrooms":"3","price":"285000","area":"544"} , +{"type":"Feature","id":"n1735746284","geometry":{"type":"Point","coordinates":[-0.064701,51.4987133]},"properties":{"@type":"node","@id":1735746284,"@timestamp":1579704693},"coords":"51.4987133,-0.064701","bedrooms":"0","price":"153000","area":"363"} , +{"type":"Feature","id":"n1735746294","geometry":{"type":"Point","coordinates":[-0.0904761,51.4987207]},"properties":{"@type":"node","@id":1735746294,"@timestamp":1579694261},"coords":"51.4987207,-0.0904761","bedrooms":"1","price":"279000","area":"406"} , +{"type":"Feature","id":"n1735746304","geometry":{"type":"Point","coordinates":[-0.0576261,51.4987263]},"properties":{"@type":"node","@id":1735746304,"@timestamp":1579704653},"coords":"51.4987263,-0.0576261","bedrooms":"2","price":"183000","area":"371"} , +{"type":"Feature","id":"n1735746332","geometry":{"type":"Point","coordinates":[-0.0654612,51.4987324]},"properties":{"@type":"node","@id":1735746332,"@timestamp":1579704693},"coords":"51.4987324,-0.0654612","bedrooms":"2","price":"202000","area":"581"} , +{"type":"Feature","id":"n1735746372","geometry":{"type":"Point","coordinates":[-0.0376453,51.4987404]},"properties":{"@type":"node","@id":1735746372,"@timestamp":1579704718},"coords":"51.4987404,-0.0376453","bedrooms":"4","price":"169000","area":"505"} , +{"type":"Feature","id":"n1735746384","geometry":{"type":"Point","coordinates":[-0.0936055,51.4987486]},"properties":{"@type":"node","@id":1735746384,"@timestamp":1579694261},"coords":"51.4987486,-0.0936055","bedrooms":"0","price":"263000","area":"480"} , +{"type":"Feature","id":"n1735746394","geometry":{"type":"Point","coordinates":[-0.0397556,51.4987539]},"properties":{"@type":"node","@id":1735746394,"@timestamp":1579704718},"coords":"51.4987539,-0.0397556","bedrooms":"1","price":"246000","area":"423"} , +{"type":"Feature","id":"n1735746404","geometry":{"type":"Point","coordinates":[-0.0934441,51.4987597]},"properties":{"@type":"node","@id":1735746404,"@timestamp":1579694261},"coords":"51.4987597,-0.0934441","bedrooms":"1","price":"174000","area":"613"} , +{"type":"Feature","id":"n1735746414","geometry":{"type":"Point","coordinates":[-0.0397239,51.4987682]},"properties":{"@type":"node","@id":1735746414,"@timestamp":1579704718},"coords":"51.4987682,-0.0397239","bedrooms":"3","price":"217000","area":"694"} , +{"type":"Feature","id":"n1735746424","geometry":{"type":"Point","coordinates":[-0.0718187,51.4987728]},"properties":{"@type":"node","@id":1735746424,"@timestamp":1579691725},"coords":"51.4987728,-0.0718187","bedrooms":"1","price":"168000","area":"583"} , +{"type":"Feature","id":"n1735746434","geometry":{"type":"Point","coordinates":[-0.0785317,51.4987772]},"properties":{"@type":"node","@id":1735746434,"@timestamp":1579691725},"coords":"51.4987772,-0.0785317","bedrooms":"0","price":"228000","area":"408"} , +{"type":"Feature","id":"n1735746454","geometry":{"type":"Point","coordinates":[-0.0661539,51.4987821]},"properties":{"@type":"node","@id":1735746454,"@timestamp":1579704693},"coords":"51.4987821,-0.0661539","bedrooms":"2","price":"292000","area":"409"} , +{"type":"Feature","id":"n1735746469","geometry":{"type":"Point","coordinates":[-0.0326368,51.4987871]},"properties":{"@type":"node","@id":1735746469,"@timestamp":1579704718},"coords":"51.4987871,-0.0326368","bedrooms":"1","price":"215000","area":"557"} , +{"type":"Feature","id":"n1735746479","geometry":{"type":"Point","coordinates":[-0.0531578,51.4987919]},"properties":{"@type":"node","@id":1735746479,"@timestamp":1579704653},"coords":"51.4987919,-0.0531578","bedrooms":"2","price":"280000","area":"643"} , +{"type":"Feature","id":"n1735746489","geometry":{"type":"Point","coordinates":[-0.0376301,51.4987983]},"properties":{"@type":"node","@id":1735746489,"@timestamp":1579704718},"coords":"51.4987983,-0.0376301","bedrooms":"2","price":"174000","area":"592"} , +{"type":"Feature","id":"n1735746502","geometry":{"type":"Point","coordinates":[-0.0642675,51.4988045]},"properties":{"@type":"node","@id":1735746502,"@timestamp":1579704693},"coords":"51.4988045,-0.0642675","bedrooms":"4","price":"296000","area":"604"} , +{"type":"Feature","id":"n1735746512","geometry":{"type":"Point","coordinates":[-0.0788318,51.4988123]},"properties":{"@type":"node","@id":1735746512,"@timestamp":1579691725},"coords":"51.4988123,-0.0788318","bedrooms":"0","price":"264000","area":"516"} , +{"type":"Feature","id":"n1735746522","geometry":{"type":"Point","coordinates":[-0.0397346,51.4988175]},"properties":{"@type":"node","@id":1735746522,"@timestamp":1579704718},"coords":"51.4988175,-0.0397346","bedrooms":"3","price":"231000","area":"358"} , +{"type":"Feature","id":"n1735746532","geometry":{"type":"Point","coordinates":[-0.0361879,51.4988225]},"properties":{"@type":"node","@id":1735746532,"@timestamp":1579704718},"coords":"51.4988225,-0.0361879","bedrooms":"1","price":"221000","area":"671"} , +{"type":"Feature","id":"n1735746542","geometry":{"type":"Point","coordinates":[-0.0629738,51.4988279]},"properties":{"@type":"node","@id":1735746542,"@timestamp":1579704653},"coords":"51.4988279,-0.0629738","bedrooms":"4","price":"160000","area":"563"} , +{"type":"Feature","id":"n1735746565","geometry":{"type":"Point","coordinates":[-0.103914,51.4988322]},"properties":{"@type":"node","@id":1735746565,"@timestamp":1579704836},"coords":"51.4988322,-0.103914","bedrooms":"3","price":"274000","area":"578"} , +{"type":"Feature","id":"n1735746607","geometry":{"type":"Point","coordinates":[-0.0395451,51.4988434]},"properties":{"@type":"node","@id":1735746607,"@timestamp":1579704718},"coords":"51.4988434,-0.0395451","bedrooms":"1","price":"247000","area":"368"} , +{"type":"Feature","id":"n1735746649","geometry":{"type":"Point","coordinates":[-0.0397004,51.4988489]},"properties":{"@type":"node","@id":1735746649,"@timestamp":1579704718},"coords":"51.4988489,-0.0397004","bedrooms":"1","price":"280000","area":"486"} , +{"type":"Feature","id":"n1735746703","geometry":{"type":"Point","coordinates":[-0.0615358,51.4988564]},"properties":{"@type":"node","@id":1735746703,"@timestamp":1579704653},"coords":"51.4988564,-0.0615358","bedrooms":"4","price":"287000","area":"490"} , +{"type":"Feature","id":"n1735746764","geometry":{"type":"Point","coordinates":[-0.0623622,51.4988623]},"properties":{"@type":"node","@id":1735746764,"@timestamp":1579704653},"coords":"51.4988623,-0.0623622","bedrooms":"1","price":"263000","area":"495"} , +{"type":"Feature","id":"n1735746865","geometry":{"type":"Point","coordinates":[-0.0687466,51.4988702]},"properties":{"@type":"node","@id":1735746865,"@timestamp":1579704809},"coords":"51.4988702,-0.0687466","bedrooms":"4","price":"152000","area":"609"} , +{"type":"Feature","id":"n1735747017","geometry":{"type":"Point","coordinates":[-0.0671676,51.4988808]},"properties":{"@type":"node","@id":1735747017,"@timestamp":1579704693},"coords":"51.4988808,-0.0671676","bedrooms":"4","price":"223000","area":"470"} , +{"type":"Feature","id":"n1735747115","geometry":{"type":"Point","coordinates":[-0.101304,51.4988889]},"properties":{"@type":"node","@id":1735747115,"@timestamp":1579704836},"coords":"51.4988889,-0.101304","bedrooms":"3","price":"232000","area":"469"} , +{"type":"Feature","id":"n1735747186","geometry":{"type":"Point","coordinates":[-0.1062038,51.4988968]},"properties":{"@type":"node","@id":1735747186,"@timestamp":1579704836},"coords":"51.4988968,-0.1062038","bedrooms":"0","price":"165000","area":"402"} , +{"type":"Feature","id":"n1735747253","geometry":{"type":"Point","coordinates":[-0.0919494,51.4989023]},"properties":{"@type":"node","@id":1735747253,"@timestamp":1579694261},"coords":"51.4989023,-0.0919494","bedrooms":"2","price":"157000","area":"662"} , +{"type":"Feature","id":"n1735747303","geometry":{"type":"Point","coordinates":[-0.1067223,51.4989549]},"properties":{"@type":"node","@id":1735747303,"@timestamp":1632826133},"coords":"51.4989549,-0.1067223","bedrooms":"0","price":"291000","area":"431"} , +{"type":"Feature","id":"n1735747349","geometry":{"type":"Point","coordinates":[-0.097038,51.4989187]},"properties":{"@type":"node","@id":1735747349,"@timestamp":1579694261},"coords":"51.4989187,-0.097038","bedrooms":"1","price":"232000","area":"461"} , +{"type":"Feature","id":"n1735747411","geometry":{"type":"Point","coordinates":[-0.0521982,51.4989259]},"properties":{"@type":"node","@id":1735747411,"@timestamp":1579704653},"coords":"51.4989259,-0.0521982","bedrooms":"1","price":"165000","area":"489"} , +{"type":"Feature","id":"n1735747459","geometry":{"type":"Point","coordinates":[-0.0587381,51.4989349]},"properties":{"@type":"node","@id":1735747459,"@timestamp":1579704653},"coords":"51.4989349,-0.0587381","bedrooms":"1","price":"288000","area":"698"} , +{"type":"Feature","id":"n1735747523","geometry":{"type":"Point","coordinates":[-0.1058998,51.4989386]},"properties":{"@type":"node","@id":1735747523,"@timestamp":1579704836},"coords":"51.4989386,-0.1058998","bedrooms":"2","price":"236000","area":"565"} , +{"type":"Feature","id":"n1735747574","geometry":{"type":"Point","coordinates":[-0.055514,51.4989479]},"properties":{"@type":"node","@id":1735747574,"@timestamp":1579704653},"coords":"51.4989479,-0.055514","bedrooms":"4","price":"229000","area":"411"} , +{"type":"Feature","id":"n1735747621","geometry":{"type":"Point","coordinates":[-0.1090739,51.4989518]},"properties":{"@type":"node","@id":1735747621,"@timestamp":1579704862},"coords":"51.4989518,-0.1090739","bedrooms":"2","price":"197000","area":"412"} , +{"type":"Feature","id":"n1735747660","geometry":{"type":"Point","coordinates":[-0.0935493,51.4989555]},"properties":{"@type":"node","@id":1735747660,"@timestamp":1579694261},"coords":"51.4989555,-0.0935493","bedrooms":"1","price":"159000","area":"418"} , +{"type":"Feature","id":"n1735747710","geometry":{"type":"Point","coordinates":[-0.1002118,51.4989621]},"properties":{"@type":"node","@id":1735747710,"@timestamp":1579704836},"coords":"51.4989621,-0.1002118","bedrooms":"0","price":"221000","area":"580"} , +{"type":"Feature","id":"n1735747752","geometry":{"type":"Point","coordinates":[-0.0782868,51.4989685]},"properties":{"@type":"node","@id":1735747752,"@timestamp":1579691725},"coords":"51.4989685,-0.0782868","bedrooms":"3","price":"263000","area":"635"} , +{"type":"Feature","id":"n1735747793","geometry":{"type":"Point","coordinates":[-0.0783452,51.4989752]},"properties":{"@type":"node","@id":1735747793,"@timestamp":1579691725},"coords":"51.4989752,-0.0783452","bedrooms":"0","price":"212000","area":"515"} , +{"type":"Feature","id":"n1735747843","geometry":{"type":"Point","coordinates":[-0.1089407,51.4989816]},"properties":{"@type":"node","@id":1735747843,"@timestamp":1579704862},"coords":"51.4989816,-0.1089407","bedrooms":"3","price":"209000","area":"479"} , +{"type":"Feature","id":"n1735747883","geometry":{"type":"Point","coordinates":[-0.0679293,51.4989864]},"properties":{"@type":"node","@id":1735747883,"@timestamp":1579704693},"coords":"51.4989864,-0.0679293","bedrooms":"0","price":"234000","area":"459"} , +{"type":"Feature","id":"n1735747933","geometry":{"type":"Point","coordinates":[-0.0553969,51.4989909]},"properties":{"@type":"node","@id":1735747933,"@timestamp":1579704653},"coords":"51.4989909,-0.0553969","bedrooms":"2","price":"278000","area":"658"} , +{"type":"Feature","id":"n1735747982","geometry":{"type":"Point","coordinates":[-0.0729464,51.4989971]},"properties":{"@type":"node","@id":1735747982,"@timestamp":1579704809},"coords":"51.4989971,-0.0729464","bedrooms":"0","price":"297000","area":"433"} , +{"type":"Feature","id":"n1735748175","geometry":{"type":"Point","coordinates":[-0.0648314,51.4990028]},"properties":{"@type":"node","@id":1735748175,"@timestamp":1579704693},"coords":"51.4990028,-0.0648314","bedrooms":"4","price":"183000","area":"586"} , +{"type":"Feature","id":"n1735748252","geometry":{"type":"Point","coordinates":[-0.0469195,51.4990099]},"properties":{"@type":"node","@id":1735748252,"@timestamp":1579704653},"coords":"51.4990099,-0.0469195","bedrooms":"4","price":"178000","area":"424"} , +{"type":"Feature","id":"n1735748326","geometry":{"type":"Point","coordinates":[-0.053779,51.4990133]},"properties":{"@type":"node","@id":1735748326,"@timestamp":1579704653},"coords":"51.4990133,-0.053779","bedrooms":"0","price":"275000","area":"483"} , +{"type":"Feature","id":"n1735748406","geometry":{"type":"Point","coordinates":[-0.0663546,51.4990223]},"properties":{"@type":"node","@id":1735748406,"@timestamp":1579704693},"coords":"51.4990223,-0.0663546","bedrooms":"0","price":"285000","area":"626"} , +{"type":"Feature","id":"n1735748432","geometry":{"type":"Point","coordinates":[-0.0990286,51.4990317]},"properties":{"@type":"node","@id":1735748432,"@timestamp":1579704836},"coords":"51.4990317,-0.0990286","bedrooms":"3","price":"288000","area":"437"} , +{"type":"Feature","id":"n1735748442","geometry":{"type":"Point","coordinates":[-0.0355554,51.499038]},"properties":{"@type":"node","@id":1735748442,"@timestamp":1579704718},"coords":"51.499038,-0.0355554","bedrooms":"4","price":"218000","area":"567"} , +{"type":"Feature","id":"n1735748452","geometry":{"type":"Point","coordinates":[-0.0405024,51.4990421]},"properties":{"@type":"node","@id":1735748452,"@timestamp":1579704718},"coords":"51.4990421,-0.0405024","bedrooms":"1","price":"212000","area":"662"} , +{"type":"Feature","id":"n1735748462","geometry":{"type":"Point","coordinates":[-0.1079329,51.4990453]},"properties":{"@type":"node","@id":1735748462,"@timestamp":1579704862},"coords":"51.4990453,-0.1079329","bedrooms":"3","price":"251000","area":"408"} , +{"type":"Feature","id":"n1735748472","geometry":{"type":"Point","coordinates":[-0.1078504,51.4990499]},"properties":{"@type":"node","@id":1735748472,"@timestamp":1579704862},"coords":"51.4990499,-0.1078504","bedrooms":"1","price":"278000","area":"648"} , +{"type":"Feature","id":"n1735748482","geometry":{"type":"Point","coordinates":[-0.0400189,51.4990551]},"properties":{"@type":"node","@id":1735748482,"@timestamp":1579704718},"coords":"51.4990551,-0.0400189","bedrooms":"2","price":"184000","area":"691"} , +{"type":"Feature","id":"n1735748492","geometry":{"type":"Point","coordinates":[-0.1075228,51.4990641]},"properties":{"@type":"node","@id":1735748492,"@timestamp":1579704862},"coords":"51.4990641,-0.1075228","bedrooms":"0","price":"296000","area":"496"} , +{"type":"Feature","id":"n1735748534","geometry":{"type":"Point","coordinates":[-0.0679934,51.4990746]},"properties":{"@type":"node","@id":1735748534,"@timestamp":1579704809},"coords":"51.4990746,-0.0679934","bedrooms":"2","price":"168000","area":"513"} , +{"type":"Feature","id":"n1735748557","geometry":{"type":"Point","coordinates":[-0.0538658,51.499078]},"properties":{"@type":"node","@id":1735748557,"@timestamp":1579704653},"coords":"51.499078,-0.0538658","bedrooms":"1","price":"193000","area":"666"} , +{"type":"Feature","id":"n1735748582","geometry":{"type":"Point","coordinates":[-0.0465893,51.4990854]},"properties":{"@type":"node","@id":1735748582,"@timestamp":1579704653},"coords":"51.4990854,-0.0465893","bedrooms":"0","price":"287000","area":"355"} , +{"type":"Feature","id":"n1735748593","geometry":{"type":"Point","coordinates":[-0.0661131,51.4990914]},"properties":{"@type":"node","@id":1735748593,"@timestamp":1579704693},"coords":"51.4990914,-0.0661131","bedrooms":"4","price":"179000","area":"372"} , +{"type":"Feature","id":"n1735748603","geometry":{"type":"Point","coordinates":[-0.1078026,51.4990975]},"properties":{"@type":"node","@id":1735748603,"@timestamp":1579704862},"coords":"51.4990975,-0.1078026","bedrooms":"4","price":"232000","area":"552"} , +{"type":"Feature","id":"n1735748613","geometry":{"type":"Point","coordinates":[-0.0536342,51.4991034]},"properties":{"@type":"node","@id":1735748613,"@timestamp":1579704653},"coords":"51.4991034,-0.0536342","bedrooms":"4","price":"281000","area":"514"} , +{"type":"Feature","id":"n1735748623","geometry":{"type":"Point","coordinates":[-0.040397,51.4991085]},"properties":{"@type":"node","@id":1735748623,"@timestamp":1579704718},"coords":"51.4991085,-0.040397","bedrooms":"3","price":"192000","area":"640"} , +{"type":"Feature","id":"n1735748633","geometry":{"type":"Point","coordinates":[-0.054239,51.4991156]},"properties":{"@type":"node","@id":1735748633,"@timestamp":1579704653},"coords":"51.4991156,-0.054239","bedrooms":"1","price":"259000","area":"585"} , +{"type":"Feature","id":"n1735748649","geometry":{"type":"Point","coordinates":[-0.0403069,51.4991195]},"properties":{"@type":"node","@id":1735748649,"@timestamp":1579704718},"coords":"51.4991195,-0.0403069","bedrooms":"0","price":"285000","area":"623"} , +{"type":"Feature","id":"n1735748659","geometry":{"type":"Point","coordinates":[-0.0570728,51.4991249]},"properties":{"@type":"node","@id":1735748659,"@timestamp":1579704653},"coords":"51.4991249,-0.0570728","bedrooms":"4","price":"257000","area":"545"} , +{"type":"Feature","id":"n1735748671","geometry":{"type":"Point","coordinates":[-0.0706333,51.4991329]},"properties":{"@type":"node","@id":1735748671,"@timestamp":1579704809},"coords":"51.4991329,-0.0706333","bedrooms":"2","price":"202000","area":"608"} , +{"type":"Feature","id":"n1735748681","geometry":{"type":"Point","coordinates":[-0.0566619,51.4991352]},"properties":{"@type":"node","@id":1735748681,"@timestamp":1579704653},"coords":"51.4991352,-0.0566619","bedrooms":"3","price":"248000","area":"569"} , +{"type":"Feature","id":"n1735748691","geometry":{"type":"Point","coordinates":[-0.0619104,51.4991409]},"properties":{"@type":"node","@id":1735748691,"@timestamp":1579704653},"coords":"51.4991409,-0.0619104","bedrooms":"0","price":"191000","area":"599"} , +{"type":"Feature","id":"n1735748701","geometry":{"type":"Point","coordinates":[-0.0537512,51.4991458]},"properties":{"@type":"node","@id":1735748701,"@timestamp":1579704653},"coords":"51.4991458,-0.0537512","bedrooms":"1","price":"159000","area":"641"} , +{"type":"Feature","id":"n1735748711","geometry":{"type":"Point","coordinates":[-0.0395702,51.4991532]},"properties":{"@type":"node","@id":1735748711,"@timestamp":1579704718},"coords":"51.4991532,-0.0395702","bedrooms":"3","price":"277000","area":"624"} , +{"type":"Feature","id":"n1735748721","geometry":{"type":"Point","coordinates":[-0.0569571,51.4991566]},"properties":{"@type":"node","@id":1735748721,"@timestamp":1579704653},"coords":"51.4991566,-0.0569571","bedrooms":"2","price":"219000","area":"597"} , +{"type":"Feature","id":"n1735748731","geometry":{"type":"Point","coordinates":[-0.0876556,51.4991655]},"properties":{"@type":"node","@id":1735748731,"@timestamp":1579694261},"coords":"51.4991655,-0.0876556","bedrooms":"3","price":"155000","area":"510"} , +{"type":"Feature","id":"n1735748757","geometry":{"type":"Point","coordinates":[-0.0566877,51.4991711]},"properties":{"@type":"node","@id":1735748757,"@timestamp":1579704653},"coords":"51.4991711,-0.0566877","bedrooms":"4","price":"268000","area":"372"} , +{"type":"Feature","id":"n1735748767","geometry":{"type":"Point","coordinates":[-0.0568538,51.4991771]},"properties":{"@type":"node","@id":1735748767,"@timestamp":1579704653},"coords":"51.4991771,-0.0568538","bedrooms":"0","price":"165000","area":"552"} , +{"type":"Feature","id":"n1735748777","geometry":{"type":"Point","coordinates":[-0.0522648,51.499182]},"properties":{"@type":"node","@id":1735748777,"@timestamp":1579704653},"coords":"51.499182,-0.0522648","bedrooms":"0","price":"157000","area":"437"} , +{"type":"Feature","id":"n1735748791","geometry":{"type":"Point","coordinates":[-0.0691639,51.499185]},"properties":{"@type":"node","@id":1735748791,"@timestamp":1579704809},"coords":"51.499185,-0.0691639","bedrooms":"0","price":"167000","area":"444"} , +{"type":"Feature","id":"n1735748804","geometry":{"type":"Point","coordinates":[-0.0568423,51.4991895]},"properties":{"@type":"node","@id":1735748804,"@timestamp":1579704653},"coords":"51.4991895,-0.0568423","bedrooms":"4","price":"228000","area":"634"} , +{"type":"Feature","id":"n1735748814","geometry":{"type":"Point","coordinates":[-0.0786631,51.4991938]},"properties":{"@type":"node","@id":1735748814,"@timestamp":1579694261},"coords":"51.4991938,-0.0786631","bedrooms":"2","price":"197000","area":"485"} , +{"type":"Feature","id":"n1735748824","geometry":{"type":"Point","coordinates":[-0.0663368,51.4991998]},"properties":{"@type":"node","@id":1735748824,"@timestamp":1579704693},"coords":"51.4991998,-0.0663368","bedrooms":"2","price":"173000","area":"568"} , +{"type":"Feature","id":"n1735748864","geometry":{"type":"Point","coordinates":[-0.0863788,51.4992114]},"properties":{"@type":"node","@id":1735748864,"@timestamp":1579694261},"coords":"51.4992114,-0.0863788","bedrooms":"4","price":"160000","area":"625"} , +{"type":"Feature","id":"n1735748917","geometry":{"type":"Point","coordinates":[-0.0414862,51.4992191]},"properties":{"@type":"node","@id":1735748917,"@timestamp":1579704653},"coords":"51.4992191,-0.0414862","bedrooms":"4","price":"256000","area":"647"} , +{"type":"Feature","id":"n1735748956","geometry":{"type":"Point","coordinates":[-0.0874461,51.499223]},"properties":{"@type":"node","@id":1735748956,"@timestamp":1579694261},"coords":"51.499223,-0.0874461","bedrooms":"3","price":"228000","area":"372"} , +{"type":"Feature","id":"n1735749017","geometry":{"type":"Point","coordinates":[-0.0466573,51.4992301]},"properties":{"@type":"node","@id":1735749017,"@timestamp":1579704653},"coords":"51.4992301,-0.0466573","bedrooms":"3","price":"289000","area":"501"} , +{"type":"Feature","id":"n1735749068","geometry":{"type":"Point","coordinates":[-0.0630658,51.4992348]},"properties":{"@type":"node","@id":1735749068,"@timestamp":1579704653},"coords":"51.4992348,-0.0630658","bedrooms":"1","price":"181000","area":"537"} , +{"type":"Feature","id":"n1735749142","geometry":{"type":"Point","coordinates":[-0.0404188,51.4992402]},"properties":{"@type":"node","@id":1735749142,"@timestamp":1579704718},"coords":"51.4992402,-0.0404188","bedrooms":"1","price":"209000","area":"600"} , +{"type":"Feature","id":"n1735749187","geometry":{"type":"Point","coordinates":[-0.0781373,51.4992459]},"properties":{"@type":"node","@id":1735749187,"@timestamp":1579694261},"coords":"51.4992459,-0.0781373","bedrooms":"2","price":"294000","area":"392"} , +{"type":"Feature","id":"n1735749243","geometry":{"type":"Point","coordinates":[-0.0653541,51.4992551]},"properties":{"@type":"node","@id":1735749243,"@timestamp":1579704693},"coords":"51.4992551,-0.0653541","bedrooms":"4","price":"280000","area":"392"} , +{"type":"Feature","id":"n1735749288","geometry":{"type":"Point","coordinates":[-0.0890273,51.499265]},"properties":{"@type":"node","@id":1735749288,"@timestamp":1579694261},"coords":"51.499265,-0.0890273","bedrooms":"1","price":"265000","area":"587"} , +{"type":"Feature","id":"n1735749309","geometry":{"type":"Point","coordinates":[-0.0408438,51.4992712]},"properties":{"@type":"node","@id":1735749309,"@timestamp":1579704718},"coords":"51.4992712,-0.0408438","bedrooms":"1","price":"175000","area":"552"} , +{"type":"Feature","id":"n1735749329","geometry":{"type":"Point","coordinates":[-0.0610555,51.4992773]},"properties":{"@type":"node","@id":1735749329,"@timestamp":1579704653},"coords":"51.4992773,-0.0610555","bedrooms":"0","price":"197000","area":"555"} , +{"type":"Feature","id":"n1735749339","geometry":{"type":"Point","coordinates":[-0.0654752,51.499288]},"properties":{"@type":"node","@id":1735749339,"@timestamp":1579704693},"coords":"51.499288,-0.0654752","bedrooms":"1","price":"255000","area":"496"} , +{"type":"Feature","id":"n1735749370","geometry":{"type":"Point","coordinates":[-0.0547917,51.4992973]},"properties":{"@type":"node","@id":1735749370,"@timestamp":1579704653},"coords":"51.4992973,-0.0547917","bedrooms":"4","price":"205000","area":"395"} , +{"type":"Feature","id":"n1735749423","geometry":{"type":"Point","coordinates":[-0.0406302,51.499303]},"properties":{"@type":"node","@id":1735749423,"@timestamp":1579704718},"coords":"51.499303,-0.0406302","bedrooms":"2","price":"250000","area":"544"} , +{"type":"Feature","id":"n1735749473","geometry":{"type":"Point","coordinates":[-0.0514239,51.4993081]},"properties":{"@type":"node","@id":1735749473,"@timestamp":1579704653},"coords":"51.4993081,-0.0514239","bedrooms":"1","price":"160000","area":"381"} , +{"type":"Feature","id":"n1735749588","geometry":{"type":"Point","coordinates":[-0.051538,51.499312]},"properties":{"@type":"node","@id":1735749588,"@timestamp":1579704653},"coords":"51.499312,-0.051538","bedrooms":"4","price":"174000","area":"559"} , +{"type":"Feature","id":"n1735749640","geometry":{"type":"Point","coordinates":[-0.0402637,51.4993186]},"properties":{"@type":"node","@id":1735749640,"@timestamp":1579704718},"coords":"51.4993186,-0.0402637","bedrooms":"0","price":"172000","area":"426"} , +{"type":"Feature","id":"n1735749692","geometry":{"type":"Point","coordinates":[-0.1083138,51.4993239]},"properties":{"@type":"node","@id":1735749692,"@timestamp":1579704862},"coords":"51.4993239,-0.1083138","bedrooms":"2","price":"291000","area":"644"} , +{"type":"Feature","id":"n1735749743","geometry":{"type":"Point","coordinates":[-0.0743863,51.4993312]},"properties":{"@type":"node","@id":1735749743,"@timestamp":1579704809},"coords":"51.4993312,-0.0743863","bedrooms":"3","price":"206000","area":"513"} , +{"type":"Feature","id":"n1735749803","geometry":{"type":"Point","coordinates":[-0.0561905,51.4993341]},"properties":{"@type":"node","@id":1735749803,"@timestamp":1579704653},"coords":"51.4993341,-0.0561905","bedrooms":"3","price":"291000","area":"585"} , +{"type":"Feature","id":"n1735749827","geometry":{"type":"Point","coordinates":[-0.0550069,51.4993367]},"properties":{"@type":"node","@id":1735749827,"@timestamp":1579704653},"coords":"51.4993367,-0.0550069","bedrooms":"4","price":"206000","area":"490"} , +{"type":"Feature","id":"n1735749837","geometry":{"type":"Point","coordinates":[-0.0329035,51.4993421]},"properties":{"@type":"node","@id":1735749837,"@timestamp":1579704718},"coords":"51.4993421,-0.0329035","bedrooms":"1","price":"182000","area":"666"} , +{"type":"Feature","id":"n1735749847","geometry":{"type":"Point","coordinates":[-0.0557327,51.4993447]},"properties":{"@type":"node","@id":1735749847,"@timestamp":1579704653},"coords":"51.4993447,-0.0557327","bedrooms":"0","price":"205000","area":"585"} , +{"type":"Feature","id":"n1735749857","geometry":{"type":"Point","coordinates":[-0.0591486,51.4993486]},"properties":{"@type":"node","@id":1735749857,"@timestamp":1579704653},"coords":"51.4993486,-0.0591486","bedrooms":"2","price":"183000","area":"354"} , +{"type":"Feature","id":"n1735749867","geometry":{"type":"Point","coordinates":[-0.0451665,51.4993514]},"properties":{"@type":"node","@id":1735749867,"@timestamp":1579704653},"coords":"51.4993514,-0.0451665","bedrooms":"0","price":"178000","area":"644"} , +{"type":"Feature","id":"n1735749882","geometry":{"type":"Point","coordinates":[-0.0353745,51.4993405]},"properties":{"@type":"node","@id":1735749882,"@timestamp":1579704718},"coords":"51.4993405,-0.0353745","bedrooms":"4","price":"201000","area":"442"} , +{"type":"Feature","id":"n1735749894","geometry":{"type":"Point","coordinates":[-0.0579714,51.4993605]},"properties":{"@type":"node","@id":1735749894,"@timestamp":1579704653},"coords":"51.4993605,-0.0579714","bedrooms":"4","price":"219000","area":"503"} , +{"type":"Feature","id":"n1735749918","geometry":{"type":"Point","coordinates":[-0.0328983,51.4993644]},"properties":{"@type":"node","@id":1735749918,"@timestamp":1579704718},"coords":"51.4993644,-0.0328983","bedrooms":"4","price":"260000","area":"433"} , +{"type":"Feature","id":"n1735749978","geometry":{"type":"Point","coordinates":[-0.0705709,51.4993693]},"properties":{"@type":"node","@id":1735749978,"@timestamp":1579704809},"coords":"51.4993693,-0.0705709","bedrooms":"0","price":"173000","area":"556"} , +{"type":"Feature","id":"n1735749997","geometry":{"type":"Point","coordinates":[-0.0404187,51.4993748]},"properties":{"@type":"node","@id":1735749997,"@timestamp":1579704718},"coords":"51.4993748,-0.0404187","bedrooms":"4","price":"168000","area":"374"} , +{"type":"Feature","id":"n1735750027","geometry":{"type":"Point","coordinates":[-0.0687278,51.4993788]},"properties":{"@type":"node","@id":1735750027,"@timestamp":1579704809},"coords":"51.4993788,-0.0687278","bedrooms":"1","price":"241000","area":"590"} , +{"type":"Feature","id":"n1735750044","geometry":{"type":"Point","coordinates":[-0.0643312,51.4993811]},"properties":{"@type":"node","@id":1735750044,"@timestamp":1579704693},"coords":"51.4993811,-0.0643312","bedrooms":"2","price":"177000","area":"601"} , +{"type":"Feature","id":"n1735750054","geometry":{"type":"Point","coordinates":[-0.0629306,51.4993844]},"properties":{"@type":"node","@id":1735750054,"@timestamp":1579704653},"coords":"51.4993844,-0.0629306","bedrooms":"1","price":"239000","area":"532"} , +{"type":"Feature","id":"n1735750064","geometry":{"type":"Point","coordinates":[-0.0330389,51.4993879]},"properties":{"@type":"node","@id":1735750064,"@timestamp":1579704718},"coords":"51.4993879,-0.0330389","bedrooms":"3","price":"263000","area":"434"} , +{"type":"Feature","id":"n1735750086","geometry":{"type":"Point","coordinates":[-0.055799,51.4993911]},"properties":{"@type":"node","@id":1735750086,"@timestamp":1579704653},"coords":"51.4993911,-0.055799","bedrooms":"4","price":"151000","area":"694"} , +{"type":"Feature","id":"n1735750107","geometry":{"type":"Point","coordinates":[-0.041294,51.4993974]},"properties":{"@type":"node","@id":1735750107,"@timestamp":1579704718},"coords":"51.4993974,-0.041294","bedrooms":"1","price":"212000","area":"354"} , +{"type":"Feature","id":"n1735750162","geometry":{"type":"Point","coordinates":[-0.0526226,51.4994048]},"properties":{"@type":"node","@id":1735750162,"@timestamp":1579704653},"coords":"51.4994048,-0.0526226","bedrooms":"2","price":"257000","area":"384"} , +{"type":"Feature","id":"n1735750210","geometry":{"type":"Point","coordinates":[-0.0687265,51.4994093]},"properties":{"@type":"node","@id":1735750210,"@timestamp":1579704809},"coords":"51.4994093,-0.0687265","bedrooms":"2","price":"277000","area":"365"} , +{"type":"Feature","id":"n1735750276","geometry":{"type":"Point","coordinates":[-0.0338786,51.4994125]},"properties":{"@type":"node","@id":1735750276,"@timestamp":1579704718},"coords":"51.4994125,-0.0338786","bedrooms":"3","price":"245000","area":"637"} , +{"type":"Feature","id":"n1735750323","geometry":{"type":"Point","coordinates":[-0.0328052,51.4994151]},"properties":{"@type":"node","@id":1735750323,"@timestamp":1579704718},"coords":"51.4994151,-0.0328052","bedrooms":"4","price":"295000","area":"550"} , +{"type":"Feature","id":"n1735750372","geometry":{"type":"Point","coordinates":[-0.0398044,51.4994222]},"properties":{"@type":"node","@id":1735750372,"@timestamp":1579704718},"coords":"51.4994222,-0.0398044","bedrooms":"4","price":"172000","area":"625"} , +{"type":"Feature","id":"n1735750417","geometry":{"type":"Point","coordinates":[-0.0404896,51.4994273]},"properties":{"@type":"node","@id":1735750417,"@timestamp":1579704718},"coords":"51.4994273,-0.0404896","bedrooms":"4","price":"241000","area":"656"} , +{"type":"Feature","id":"n1735750468","geometry":{"type":"Point","coordinates":[-0.0342152,51.4994345]},"properties":{"@type":"node","@id":1735750468,"@timestamp":1579704718},"coords":"51.4994345,-0.0342152","bedrooms":"0","price":"155000","area":"599"} , +{"type":"Feature","id":"n1735750556","geometry":{"type":"Point","coordinates":[-0.086441,51.4994386]},"properties":{"@type":"node","@id":1735750556,"@timestamp":1579694261},"coords":"51.4994386,-0.086441","bedrooms":"1","price":"290000","area":"499"} , +{"type":"Feature","id":"n1735750567","geometry":{"type":"Point","coordinates":[-0.0392395,51.499446]},"properties":{"@type":"node","@id":1735750567,"@timestamp":1579704718},"coords":"51.499446,-0.0392395","bedrooms":"4","price":"240000","area":"625"} , +{"type":"Feature","id":"n1735750578","geometry":{"type":"Point","coordinates":[-0.0556829,51.4994508]},"properties":{"@type":"node","@id":1735750578,"@timestamp":1579704653},"coords":"51.4994508,-0.0556829","bedrooms":"0","price":"196000","area":"494"} , +{"type":"Feature","id":"n1735750588","geometry":{"type":"Point","coordinates":[-0.0339379,51.4994562]},"properties":{"@type":"node","@id":1735750588,"@timestamp":1579704718},"coords":"51.4994562,-0.0339379","bedrooms":"2","price":"258000","area":"392"} , +{"type":"Feature","id":"n1735750598","geometry":{"type":"Point","coordinates":[-0.0624656,51.4994587]},"properties":{"@type":"node","@id":1735750598,"@timestamp":1579704653},"coords":"51.4994587,-0.0624656","bedrooms":"4","price":"181000","area":"463"} , +{"type":"Feature","id":"n1735750608","geometry":{"type":"Point","coordinates":[-0.0574749,51.4994624]},"properties":{"@type":"node","@id":1735750608,"@timestamp":1579704653},"coords":"51.4994624,-0.0574749","bedrooms":"0","price":"195000","area":"581"} , +{"type":"Feature","id":"n1735750618","geometry":{"type":"Point","coordinates":[-0.0516446,51.4994672]},"properties":{"@type":"node","@id":1735750618,"@timestamp":1579704653},"coords":"51.4994672,-0.0516446","bedrooms":"4","price":"283000","area":"454"} , +{"type":"Feature","id":"n1735750635","geometry":{"type":"Point","coordinates":[-0.0329428,51.4994743]},"properties":{"@type":"node","@id":1735750635,"@timestamp":1579704718},"coords":"51.4994743,-0.0329428","bedrooms":"3","price":"166000","area":"675"} , +{"type":"Feature","id":"n1735750676","geometry":{"type":"Point","coordinates":[-0.0328836,51.4994777]},"properties":{"@type":"node","@id":1735750676,"@timestamp":1579704718},"coords":"51.4994777,-0.0328836","bedrooms":"4","price":"287000","area":"501"} , +{"type":"Feature","id":"n1735750734","geometry":{"type":"Point","coordinates":[-0.0862232,51.4994852]},"properties":{"@type":"node","@id":1735750734,"@timestamp":1579694261},"coords":"51.4994852,-0.0862232","bedrooms":"0","price":"200000","area":"463"} , +{"type":"Feature","id":"n1735750795","geometry":{"type":"Point","coordinates":[-0.0392375,51.4994916]},"properties":{"@type":"node","@id":1735750795,"@timestamp":1579704718},"coords":"51.4994916,-0.0392375","bedrooms":"1","price":"209000","area":"378"} , +{"type":"Feature","id":"n1735750812","geometry":{"type":"Point","coordinates":[-0.0597833,51.4994991]},"properties":{"@type":"node","@id":1735750812,"@timestamp":1579704653},"coords":"51.4994991,-0.0597833","bedrooms":"4","price":"211000","area":"625"} , +{"type":"Feature","id":"n1735750822","geometry":{"type":"Point","coordinates":[-0.0548852,51.499504]},"properties":{"@type":"node","@id":1735750822,"@timestamp":1579704653},"coords":"51.499504,-0.0548852","bedrooms":"1","price":"220000","area":"422"} , +{"type":"Feature","id":"n1735750832","geometry":{"type":"Point","coordinates":[-0.0880948,51.4995121]},"properties":{"@type":"node","@id":1735750832,"@timestamp":1579694261},"coords":"51.4995121,-0.0880948","bedrooms":"3","price":"215000","area":"392"} , +{"type":"Feature","id":"n1735750847","geometry":{"type":"Point","coordinates":[-0.0517203,51.4995175]},"properties":{"@type":"node","@id":1735750847,"@timestamp":1579704653},"coords":"51.4995175,-0.0517203","bedrooms":"3","price":"290000","area":"578"} , +{"type":"Feature","id":"n1735750900","geometry":{"type":"Point","coordinates":[-0.0630104,51.4995216]},"properties":{"@type":"node","@id":1735750900,"@timestamp":1579704653},"coords":"51.4995216,-0.0630104","bedrooms":"2","price":"226000","area":"554"} , +{"type":"Feature","id":"n1735750941","geometry":{"type":"Point","coordinates":[-0.0515845,51.4995276]},"properties":{"@type":"node","@id":1735750941,"@timestamp":1579704653},"coords":"51.4995276,-0.0515845","bedrooms":"4","price":"224000","area":"484"} , +{"type":"Feature","id":"n1735750951","geometry":{"type":"Point","coordinates":[-0.0907136,51.4995334]},"properties":{"@type":"node","@id":1735750951,"@timestamp":1579694261},"coords":"51.4995334,-0.0907136","bedrooms":"1","price":"232000","area":"690"} , +{"type":"Feature","id":"n1735750962","geometry":{"type":"Point","coordinates":[-0.0685572,51.4995408]},"properties":{"@type":"node","@id":1735750962,"@timestamp":1579704809},"coords":"51.4995408,-0.0685572","bedrooms":"4","price":"203000","area":"573"} , +{"type":"Feature","id":"n1735750972","geometry":{"type":"Point","coordinates":[-0.0411503,51.4995457]},"properties":{"@type":"node","@id":1735750972,"@timestamp":1579704718},"coords":"51.4995457,-0.0411503","bedrooms":"2","price":"168000","area":"402"} , +{"type":"Feature","id":"n1735750982","geometry":{"type":"Point","coordinates":[-0.051768,51.4995496]},"properties":{"@type":"node","@id":1735750982,"@timestamp":1579704653},"coords":"51.4995496,-0.051768","bedrooms":"0","price":"151000","area":"667"} , +{"type":"Feature","id":"n1735750992","geometry":{"type":"Point","coordinates":[-0.0571267,51.4995562]},"properties":{"@type":"node","@id":1735750992,"@timestamp":1579704653},"coords":"51.4995562,-0.0571267","bedrooms":"0","price":"262000","area":"667"} , +{"type":"Feature","id":"n1735751011","geometry":{"type":"Point","coordinates":[-0.0405628,51.4995626]},"properties":{"@type":"node","@id":1735751011,"@timestamp":1579704718},"coords":"51.4995626,-0.0405628","bedrooms":"3","price":"161000","area":"396"} , +{"type":"Feature","id":"n1735751021","geometry":{"type":"Point","coordinates":[-0.0720879,51.4995667]},"properties":{"@type":"node","@id":1735751021,"@timestamp":1579704809},"coords":"51.4995667,-0.0720879","bedrooms":"4","price":"154000","area":"679"} , +{"type":"Feature","id":"n1735751033","geometry":{"type":"Point","coordinates":[-0.0906785,51.4995699]},"properties":{"@type":"node","@id":1735751033,"@timestamp":1579694261},"coords":"51.4995699,-0.0906785","bedrooms":"3","price":"196000","area":"470"} , +{"type":"Feature","id":"n1735751048","geometry":{"type":"Point","coordinates":[-0.0906314,51.4995767]},"properties":{"@type":"node","@id":1735751048,"@timestamp":1579694261},"coords":"51.4995767,-0.0906314","bedrooms":"4","price":"275000","area":"603"} , +{"type":"Feature","id":"n1735751092","geometry":{"type":"Point","coordinates":[-0.0712058,51.4995847]},"properties":{"@type":"node","@id":1735751092,"@timestamp":1579704809},"coords":"51.4995847,-0.0712058","bedrooms":"4","price":"168000","area":"366"} , +{"type":"Feature","id":"n1735751128","geometry":{"type":"Point","coordinates":[-0.050814,51.4995913]},"properties":{"@type":"node","@id":1735751128,"@timestamp":1579704653},"coords":"51.4995913,-0.050814","bedrooms":"1","price":"208000","area":"396"} , +{"type":"Feature","id":"n1735751145","geometry":{"type":"Point","coordinates":[-0.0742345,51.4995956]},"properties":{"@type":"node","@id":1735751145,"@timestamp":1579704809},"coords":"51.4995956,-0.0742345","bedrooms":"0","price":"155000","area":"579"} , +{"type":"Feature","id":"n1735751161","geometry":{"type":"Point","coordinates":[-0.0958958,51.499604]},"properties":{"@type":"node","@id":1735751161,"@timestamp":1579694261},"coords":"51.499604,-0.0958958","bedrooms":"4","price":"272000","area":"590"} , +{"type":"Feature","id":"n1735751190","geometry":{"type":"Point","coordinates":[-0.0600307,51.4996119]},"properties":{"@type":"node","@id":1735751190,"@timestamp":1579704653},"coords":"51.4996119,-0.0600307","bedrooms":"4","price":"194000","area":"428"} , +{"type":"Feature","id":"n1735751245","geometry":{"type":"Point","coordinates":[-0.0502791,51.4996185]},"properties":{"@type":"node","@id":1735751245,"@timestamp":1579704653},"coords":"51.4996185,-0.0502791","bedrooms":"0","price":"298000","area":"379"} , +{"type":"Feature","id":"n1735751258","geometry":{"type":"Point","coordinates":[-0.0617314,51.4996257]},"properties":{"@type":"node","@id":1735751258,"@timestamp":1579704653},"coords":"51.4996257,-0.0617314","bedrooms":"2","price":"224000","area":"494"} , +{"type":"Feature","id":"n1735751268","geometry":{"type":"Point","coordinates":[-0.0459423,51.4996347]},"properties":{"@type":"node","@id":1735751268,"@timestamp":1579704653},"coords":"51.4996347,-0.0459423","bedrooms":"4","price":"276000","area":"612"} , +{"type":"Feature","id":"n1735751304","geometry":{"type":"Point","coordinates":[-0.0538232,51.4996438]},"properties":{"@type":"node","@id":1735751304,"@timestamp":1579704653},"coords":"51.4996438,-0.0538232","bedrooms":"1","price":"171000","area":"666"} , +{"type":"Feature","id":"n1735751358","geometry":{"type":"Point","coordinates":[-0.0405522,51.4996494]},"properties":{"@type":"node","@id":1735751358,"@timestamp":1579704718},"coords":"51.4996494,-0.0405522","bedrooms":"4","price":"267000","area":"466"} , +{"type":"Feature","id":"n1735751421","geometry":{"type":"Point","coordinates":[-0.0643616,51.4996587]},"properties":{"@type":"node","@id":1735751421,"@timestamp":1579704693},"coords":"51.4996587,-0.0643616","bedrooms":"3","price":"255000","area":"594"} , +{"type":"Feature","id":"n1735751435","geometry":{"type":"Point","coordinates":[-0.0710441,51.499663]},"properties":{"@type":"node","@id":1735751435,"@timestamp":1579704809},"coords":"51.499663,-0.0710441","bedrooms":"3","price":"235000","area":"383"} , +{"type":"Feature","id":"n1735751464","geometry":{"type":"Point","coordinates":[-0.0595157,51.4996681]},"properties":{"@type":"node","@id":1735751464,"@timestamp":1579704653},"coords":"51.4996681,-0.0595157","bedrooms":"1","price":"212000","area":"364"} , +{"type":"Feature","id":"n1735751480","geometry":{"type":"Point","coordinates":[-0.0478763,51.4996746]},"properties":{"@type":"node","@id":1735751480,"@timestamp":1579704653},"coords":"51.4996746,-0.0478763","bedrooms":"1","price":"171000","area":"615"} , +{"type":"Feature","id":"n1735751492","geometry":{"type":"Point","coordinates":[-0.0651742,51.499681]},"properties":{"@type":"node","@id":1735751492,"@timestamp":1579704693},"coords":"51.499681,-0.0651742","bedrooms":"2","price":"257000","area":"666"} , +{"type":"Feature","id":"n1735751538","geometry":{"type":"Point","coordinates":[-0.0509301,51.4996917]},"properties":{"@type":"node","@id":1735751538,"@timestamp":1579704653},"coords":"51.4996917,-0.0509301","bedrooms":"4","price":"275000","area":"593"} , +{"type":"Feature","id":"n1735751585","geometry":{"type":"Point","coordinates":[-0.0519306,51.499695]},"properties":{"@type":"node","@id":1735751585,"@timestamp":1579704653},"coords":"51.499695,-0.0519306","bedrooms":"3","price":"248000","area":"568"} , +{"type":"Feature","id":"n1735751630","geometry":{"type":"Point","coordinates":[-0.0741803,51.4997001]},"properties":{"@type":"node","@id":1735751630,"@timestamp":1579704809},"coords":"51.4997001,-0.0741803","bedrooms":"4","price":"268000","area":"426"} , +{"type":"Feature","id":"n1735751699","geometry":{"type":"Point","coordinates":[-0.1018705,51.4997092]},"properties":{"@type":"node","@id":1735751699,"@timestamp":1579704836},"coords":"51.4997092,-0.1018705","bedrooms":"1","price":"237000","area":"432"} , +{"type":"Feature","id":"n1735751749","geometry":{"type":"Point","coordinates":[-0.0471151,51.4997138]},"properties":{"@type":"node","@id":1735751749,"@timestamp":1579704653},"coords":"51.4997138,-0.0471151","bedrooms":"2","price":"183000","area":"575"} , +{"type":"Feature","id":"n1735751802","geometry":{"type":"Point","coordinates":[-0.0617981,51.4997175]},"properties":{"@type":"node","@id":1735751802,"@timestamp":1579704653},"coords":"51.4997175,-0.0617981","bedrooms":"0","price":"150000","area":"564"} , +{"type":"Feature","id":"n1735751831","geometry":{"type":"Point","coordinates":[-0.06169,51.4997237]},"properties":{"@type":"node","@id":1735751831,"@timestamp":1579704653},"coords":"51.4997237,-0.06169","bedrooms":"3","price":"204000","area":"546"} , +{"type":"Feature","id":"n1735751841","geometry":{"type":"Point","coordinates":[-0.0878693,51.4997305]},"properties":{"@type":"node","@id":1735751841,"@timestamp":1579694261},"coords":"51.4997305,-0.0878693","bedrooms":"2","price":"198000","area":"644"} , +{"type":"Feature","id":"n1735751851","geometry":{"type":"Point","coordinates":[-0.0572859,51.4997345]},"properties":{"@type":"node","@id":1735751851,"@timestamp":1579704653},"coords":"51.4997345,-0.0572859","bedrooms":"0","price":"234000","area":"557"} , +{"type":"Feature","id":"n1735751885","geometry":{"type":"Point","coordinates":[-0.0405281,51.4997425]},"properties":{"@type":"node","@id":1735751885,"@timestamp":1579704718},"coords":"51.4997425,-0.0405281","bedrooms":"1","price":"285000","area":"544"} , +{"type":"Feature","id":"n1735751929","geometry":{"type":"Point","coordinates":[-0.05061,51.4997478]},"properties":{"@type":"node","@id":1735751929,"@timestamp":1579704653},"coords":"51.4997478,-0.05061","bedrooms":"4","price":"244000","area":"599"} , +{"type":"Feature","id":"n1735751980","geometry":{"type":"Point","coordinates":[-0.0342539,51.4997531]},"properties":{"@type":"node","@id":1735751980,"@timestamp":1579704718},"coords":"51.4997531,-0.0342539","bedrooms":"0","price":"184000","area":"441"} , +{"type":"Feature","id":"n1735752037","geometry":{"type":"Point","coordinates":[-0.0351652,51.4997602]},"properties":{"@type":"node","@id":1735752037,"@timestamp":1579704718},"coords":"51.4997602,-0.0351652","bedrooms":"3","price":"236000","area":"604"} , +{"type":"Feature","id":"n1735752114","geometry":{"type":"Point","coordinates":[-0.0610783,51.4997646]},"properties":{"@type":"node","@id":1735752114,"@timestamp":1579704653},"coords":"51.4997646,-0.0610783","bedrooms":"0","price":"255000","area":"504"} , +{"type":"Feature","id":"n1735752158","geometry":{"type":"Point","coordinates":[-0.0696441,51.4997719]},"properties":{"@type":"node","@id":1735752158,"@timestamp":1579704809},"coords":"51.4997719,-0.0696441","bedrooms":"4","price":"221000","area":"455"} , +{"type":"Feature","id":"n1735752199","geometry":{"type":"Point","coordinates":[-0.0501863,51.4997753]},"properties":{"@type":"node","@id":1735752199,"@timestamp":1579704653},"coords":"51.4997753,-0.0501863","bedrooms":"3","price":"184000","area":"415"} , +{"type":"Feature","id":"n1735752247","geometry":{"type":"Point","coordinates":[-0.0568007,51.4997792]},"properties":{"@type":"node","@id":1735752247,"@timestamp":1579704653},"coords":"51.4997792,-0.0568007","bedrooms":"2","price":"160000","area":"696"} , +{"type":"Feature","id":"n1735752295","geometry":{"type":"Point","coordinates":[-0.0649884,51.4997847]},"properties":{"@type":"node","@id":1735752295,"@timestamp":1579704693},"coords":"51.4997847,-0.0649884","bedrooms":"4","price":"227000","area":"638"} , +{"type":"Feature","id":"n1735752334","geometry":{"type":"Point","coordinates":[-0.0706049,51.4997884]},"properties":{"@type":"node","@id":1735752334,"@timestamp":1579704809},"coords":"51.4997884,-0.0706049","bedrooms":"3","price":"181000","area":"386"} , +{"type":"Feature","id":"n1735752380","geometry":{"type":"Point","coordinates":[-0.0342544,51.4997942]},"properties":{"@type":"node","@id":1735752380,"@timestamp":1579704718},"coords":"51.4997942,-0.0342544","bedrooms":"4","price":"280000","area":"542"} , +{"type":"Feature","id":"n1735752421","geometry":{"type":"Point","coordinates":[-0.0869302,51.4997973]},"properties":{"@type":"node","@id":1735752421,"@timestamp":1579694261},"coords":"51.4997973,-0.0869302","bedrooms":"2","price":"157000","area":"671"} , +{"type":"Feature","id":"n1735752470","geometry":{"type":"Point","coordinates":[-0.0692083,51.4998036]},"properties":{"@type":"node","@id":1735752470,"@timestamp":1579704809},"coords":"51.4998036,-0.0692083","bedrooms":"0","price":"257000","area":"393"} , +{"type":"Feature","id":"n1735752513","geometry":{"type":"Point","coordinates":[-0.0350576,51.4998136]},"properties":{"@type":"node","@id":1735752513,"@timestamp":1579704718},"coords":"51.4998136,-0.0350576","bedrooms":"1","price":"200000","area":"519"} , +{"type":"Feature","id":"n1735752560","geometry":{"type":"Point","coordinates":[-0.0997958,51.4998177]},"properties":{"@type":"node","@id":1735752560,"@timestamp":1579704836},"coords":"51.4998177,-0.0997958","bedrooms":"3","price":"155000","area":"495"} , +{"type":"Feature","id":"n1735752610","geometry":{"type":"Point","coordinates":[-0.0477116,51.4998248]},"properties":{"@type":"node","@id":1735752610,"@timestamp":1579704653},"coords":"51.4998248,-0.0477116","bedrooms":"4","price":"164000","area":"491"} , +{"type":"Feature","id":"n1735752660","geometry":{"type":"Point","coordinates":[-0.039135,51.4998324]},"properties":{"@type":"node","@id":1735752660,"@timestamp":1579704718},"coords":"51.4998324,-0.039135","bedrooms":"4","price":"226000","area":"434"} , +{"type":"Feature","id":"n1735752685","geometry":{"type":"Point","coordinates":[-0.0416388,51.4998376]},"properties":{"@type":"node","@id":1735752685,"@timestamp":1579704653},"coords":"51.4998376,-0.0416388","bedrooms":"1","price":"284000","area":"663"} , +{"type":"Feature","id":"n1735752702","geometry":{"type":"Point","coordinates":[-0.0880134,51.4998433]},"properties":{"@type":"node","@id":1735752702,"@timestamp":1579694261},"coords":"51.4998433,-0.0880134","bedrooms":"3","price":"225000","area":"593"} , +{"type":"Feature","id":"n1735752716","geometry":{"type":"Point","coordinates":[-0.0796278,51.4998487]},"properties":{"@type":"node","@id":1735752716,"@timestamp":1579694261},"coords":"51.4998487,-0.0796278","bedrooms":"4","price":"266000","area":"350"} , +{"type":"Feature","id":"n1735752742","geometry":{"type":"Point","coordinates":[-0.0654884,51.4998539]},"properties":{"@type":"node","@id":1735752742,"@timestamp":1579704693},"coords":"51.4998539,-0.0654884","bedrooms":"1","price":"257000","area":"546"} , +{"type":"Feature","id":"n1735752772","geometry":{"type":"Point","coordinates":[-0.0520605,51.4998621]},"properties":{"@type":"node","@id":1735752772,"@timestamp":1579704653},"coords":"51.4998621,-0.0520605","bedrooms":"1","price":"177000","area":"558"} , +{"type":"Feature","id":"n1735752782","geometry":{"type":"Point","coordinates":[-0.0747867,51.4998674]},"properties":{"@type":"node","@id":1735752782,"@timestamp":1579704809},"coords":"51.4998674,-0.0747867","bedrooms":"3","price":"281000","area":"406"} , +{"type":"Feature","id":"n1735752792","geometry":{"type":"Point","coordinates":[-0.05617,51.4998731]},"properties":{"@type":"node","@id":1735752792,"@timestamp":1579704653},"coords":"51.4998731,-0.05617","bedrooms":"1","price":"261000","area":"694"} , +{"type":"Feature","id":"n1735752803","geometry":{"type":"Point","coordinates":[-0.1021017,51.4998846]},"properties":{"@type":"node","@id":1735752803,"@timestamp":1579704836},"coords":"51.4998846,-0.1021017","bedrooms":"1","price":"255000","area":"354"} , +{"type":"Feature","id":"n1735752813","geometry":{"type":"Point","coordinates":[-0.0501413,51.4998921]},"properties":{"@type":"node","@id":1735752813,"@timestamp":1579704653},"coords":"51.4998921,-0.0501413","bedrooms":"4","price":"224000","area":"501"} , +{"type":"Feature","id":"n1735752847","geometry":{"type":"Point","coordinates":[-0.0890236,51.4998978]},"properties":{"@type":"node","@id":1735752847,"@timestamp":1579694261},"coords":"51.4998978,-0.0890236","bedrooms":"1","price":"183000","area":"458"} , +{"type":"Feature","id":"n1735752877","geometry":{"type":"Point","coordinates":[-0.0570377,51.4999024]},"properties":{"@type":"node","@id":1735752877,"@timestamp":1579704653},"coords":"51.4999024,-0.0570377","bedrooms":"3","price":"216000","area":"645"} , +{"type":"Feature","id":"n1735752893","geometry":{"type":"Point","coordinates":[-0.0737743,51.4999087]},"properties":{"@type":"node","@id":1735752893,"@timestamp":1579704809},"coords":"51.4999087,-0.0737743","bedrooms":"4","price":"267000","area":"646"} , +{"type":"Feature","id":"n1735752928","geometry":{"type":"Point","coordinates":[-0.0391901,51.499912]},"properties":{"@type":"node","@id":1735752928,"@timestamp":1579704718},"coords":"51.499912,-0.0391901","bedrooms":"3","price":"189000","area":"410"} , +{"type":"Feature","id":"n1735752972","geometry":{"type":"Point","coordinates":[-0.0600381,51.4999163]},"properties":{"@type":"node","@id":1735752972,"@timestamp":1579704653},"coords":"51.4999163,-0.0600381","bedrooms":"1","price":"288000","area":"474"} , +{"type":"Feature","id":"n1735752983","geometry":{"type":"Point","coordinates":[-0.0329208,51.4999204]},"properties":{"@type":"node","@id":1735752983,"@timestamp":1579704718},"coords":"51.4999204,-0.0329208","bedrooms":"2","price":"204000","area":"473"} , +{"type":"Feature","id":"n1735752994","geometry":{"type":"Point","coordinates":[-0.0508331,51.4999224]},"properties":{"@type":"node","@id":1735752994,"@timestamp":1579704653},"coords":"51.4999224,-0.0508331","bedrooms":"3","price":"296000","area":"538"} , +{"type":"Feature","id":"n1735753004","geometry":{"type":"Point","coordinates":[-0.0753833,51.4999269]},"properties":{"@type":"node","@id":1735753004,"@timestamp":1579704809},"coords":"51.4999269,-0.0753833","bedrooms":"3","price":"212000","area":"430"} , +{"type":"Feature","id":"n1735753014","geometry":{"type":"Point","coordinates":[-0.0501378,51.4999314]},"properties":{"@type":"node","@id":1735753014,"@timestamp":1579704653},"coords":"51.4999314,-0.0501378","bedrooms":"3","price":"208000","area":"608"} , +{"type":"Feature","id":"n1735753024","geometry":{"type":"Point","coordinates":[-0.0564579,51.4999365]},"properties":{"@type":"node","@id":1735753024,"@timestamp":1579704653},"coords":"51.4999365,-0.0564579","bedrooms":"3","price":"281000","area":"511"} , +{"type":"Feature","id":"n1735753034","geometry":{"type":"Point","coordinates":[-0.0401812,51.4999411]},"properties":{"@type":"node","@id":1735753034,"@timestamp":1579704718},"coords":"51.4999411,-0.0401812","bedrooms":"1","price":"179000","area":"393"} , +{"type":"Feature","id":"n1735753044","geometry":{"type":"Point","coordinates":[-0.0600695,51.4999477]},"properties":{"@type":"node","@id":1735753044,"@timestamp":1579704653},"coords":"51.4999477,-0.0600695","bedrooms":"1","price":"232000","area":"390"} , +{"type":"Feature","id":"n1735753084","geometry":{"type":"Point","coordinates":[-0.0398799,51.4999529]},"properties":{"@type":"node","@id":1735753084,"@timestamp":1579704718},"coords":"51.4999529,-0.0398799","bedrooms":"1","price":"275000","area":"433"} , +{"type":"Feature","id":"n1735753134","geometry":{"type":"Point","coordinates":[-0.0597769,51.4999593]},"properties":{"@type":"node","@id":1735753134,"@timestamp":1579704653},"coords":"51.4999593,-0.0597769","bedrooms":"2","price":"288000","area":"465"} , +{"type":"Feature","id":"n1735753175","geometry":{"type":"Point","coordinates":[-0.0499812,51.4999646]},"properties":{"@type":"node","@id":1735753175,"@timestamp":1579704653},"coords":"51.4999646,-0.0499812","bedrooms":"4","price":"216000","area":"674"} , +{"type":"Feature","id":"n1735753217","geometry":{"type":"Point","coordinates":[-0.071025,51.4999677]},"properties":{"@type":"node","@id":1735753217,"@timestamp":1579704809},"coords":"51.4999677,-0.071025","bedrooms":"4","price":"246000","area":"671"} , +{"type":"Feature","id":"n1735753227","geometry":{"type":"Point","coordinates":[-0.0489861,51.4999705]},"properties":{"@type":"node","@id":1735753227,"@timestamp":1579704653},"coords":"51.4999705,-0.0489861","bedrooms":"1","price":"150000","area":"544"} , +{"type":"Feature","id":"n1735753237","geometry":{"type":"Point","coordinates":[-0.057051,51.4999747]},"properties":{"@type":"node","@id":1735753237,"@timestamp":1579704653},"coords":"51.4999747,-0.057051","bedrooms":"0","price":"153000","area":"428"} , +{"type":"Feature","id":"n1735753247","geometry":{"type":"Point","coordinates":[-0.0689419,51.4999826]},"properties":{"@type":"node","@id":1735753247,"@timestamp":1579704809},"coords":"51.4999826,-0.0689419","bedrooms":"0","price":"250000","area":"591"} , +{"type":"Feature","id":"n1735753257","geometry":{"type":"Point","coordinates":[-0.0499123,51.4999869]},"properties":{"@type":"node","@id":1735753257,"@timestamp":1579704653},"coords":"51.4999869,-0.0499123","bedrooms":"3","price":"240000","area":"664"} , +{"type":"Feature","id":"n1735753267","geometry":{"type":"Point","coordinates":[-0.0390972,51.4999915]},"properties":{"@type":"node","@id":1735753267,"@timestamp":1579704718},"coords":"51.4999915,-0.0390972","bedrooms":"4","price":"288000","area":"521"} , +{"type":"Feature","id":"n1735753277","geometry":{"type":"Point","coordinates":[-0.0618987,51.4999967]},"properties":{"@type":"node","@id":1735753277,"@timestamp":1579704653},"coords":"51.4999967,-0.0618987","bedrooms":"2","price":"289000","area":"456"} , +{"type":"Feature","id":"n1735753287","geometry":{"type":"Point","coordinates":[-0.0753695,51.5000002]},"properties":{"@type":"node","@id":1735753287,"@timestamp":1579704809},"coords":"51.5000002,-0.0753695","bedrooms":"4","price":"278000","area":"439"} , +{"type":"Feature","id":"n1735753297","geometry":{"type":"Point","coordinates":[-0.0868827,51.5000035]},"properties":{"@type":"node","@id":1735753297,"@timestamp":1579694261},"coords":"51.5000035,-0.0868827","bedrooms":"1","price":"205000","area":"541"} , +{"type":"Feature","id":"n1735753307","geometry":{"type":"Point","coordinates":[-0.0351424,51.5000069]},"properties":{"@type":"node","@id":1735753307,"@timestamp":1579704718},"coords":"51.5000069,-0.0351424","bedrooms":"2","price":"182000","area":"380"} , +{"type":"Feature","id":"n1735753318","geometry":{"type":"Point","coordinates":[-0.0597585,51.5000123]},"properties":{"@type":"node","@id":1735753318,"@timestamp":1579704653},"coords":"51.5000123,-0.0597585","bedrooms":"4","price":"296000","area":"491"} , +{"type":"Feature","id":"n1735753328","geometry":{"type":"Point","coordinates":[-0.0710321,51.5000185]},"properties":{"@type":"node","@id":1735753328,"@timestamp":1579704809},"coords":"51.5000185,-0.0710321","bedrooms":"2","price":"163000","area":"579"} , +{"type":"Feature","id":"n1735753354","geometry":{"type":"Point","coordinates":[-0.0607547,51.5000249]},"properties":{"@type":"node","@id":1735753354,"@timestamp":1579704653},"coords":"51.5000249,-0.0607547","bedrooms":"0","price":"215000","area":"569"} , +{"type":"Feature","id":"n1735753439","geometry":{"type":"Point","coordinates":[-0.0891833,51.5000281]},"properties":{"@type":"node","@id":1735753439,"@timestamp":1579694261},"coords":"51.5000281,-0.0891833","bedrooms":"2","price":"203000","area":"402"} , +{"type":"Feature","id":"n1735753532","geometry":{"type":"Point","coordinates":[-0.0390899,51.5000325]},"properties":{"@type":"node","@id":1735753532,"@timestamp":1579704718},"coords":"51.5000325,-0.0390899","bedrooms":"4","price":"243000","area":"452"} , +{"type":"Feature","id":"n1735753602","geometry":{"type":"Point","coordinates":[-0.0752609,51.5000377]},"properties":{"@type":"node","@id":1735753602,"@timestamp":1579704809},"coords":"51.5000377,-0.0752609","bedrooms":"1","price":"205000","area":"599"} , +{"type":"Feature","id":"n1735753670","geometry":{"type":"Point","coordinates":[-0.0577699,51.500046]},"properties":{"@type":"node","@id":1735753670,"@timestamp":1579704653},"coords":"51.500046,-0.0577699","bedrooms":"4","price":"250000","area":"587"} , +{"type":"Feature","id":"n1735753711","geometry":{"type":"Point","coordinates":[-0.0392372,51.5000521]},"properties":{"@type":"node","@id":1735753711,"@timestamp":1579704718},"coords":"51.5000521,-0.0392372","bedrooms":"3","price":"275000","area":"642"} , +{"type":"Feature","id":"n1735753743","geometry":{"type":"Point","coordinates":[-0.0561217,51.5000576]},"properties":{"@type":"node","@id":1735753743,"@timestamp":1579704653},"coords":"51.5000576,-0.0561217","bedrooms":"1","price":"162000","area":"388"} , +{"type":"Feature","id":"n1735753787","geometry":{"type":"Point","coordinates":[-0.0447701,51.5000625]},"properties":{"@type":"node","@id":1735753787,"@timestamp":1579704653},"coords":"51.5000625,-0.0447701","bedrooms":"3","price":"268000","area":"381"} , +{"type":"Feature","id":"n1735753828","geometry":{"type":"Point","coordinates":[-0.070692,51.5000659]},"properties":{"@type":"node","@id":1735753828,"@timestamp":1579704809},"coords":"51.5000659,-0.070692","bedrooms":"0","price":"270000","area":"585"} , +{"type":"Feature","id":"n1735753890","geometry":{"type":"Point","coordinates":[-0.0436515,51.5000725]},"properties":{"@type":"node","@id":1735753890,"@timestamp":1579704653},"coords":"51.5000725,-0.0436515","bedrooms":"1","price":"251000","area":"430"} , +{"type":"Feature","id":"n1735753924","geometry":{"type":"Point","coordinates":[-0.0333398,51.5000795]},"properties":{"@type":"node","@id":1735753924,"@timestamp":1579704718},"coords":"51.5000795,-0.0333398","bedrooms":"4","price":"261000","area":"616"} , +{"type":"Feature","id":"n1735753938","geometry":{"type":"Point","coordinates":[-0.0332136,51.500085]},"properties":{"@type":"node","@id":1735753938,"@timestamp":1579704718},"coords":"51.500085,-0.0332136","bedrooms":"0","price":"269000","area":"613"} , +{"type":"Feature","id":"n1735753948","geometry":{"type":"Point","coordinates":[-0.0345463,51.5000884]},"properties":{"@type":"node","@id":1735753948,"@timestamp":1579704718},"coords":"51.5000884,-0.0345463","bedrooms":"0","price":"182000","area":"682"} , +{"type":"Feature","id":"n1735753958","geometry":{"type":"Point","coordinates":[-0.0898101,51.5000925]},"properties":{"@type":"node","@id":1735753958,"@timestamp":1579694350},"coords":"51.5000925,-0.0898101","bedrooms":"1","price":"284000","area":"662"} , +{"type":"Feature","id":"n1735753994","geometry":{"type":"Point","coordinates":[-0.0345533,51.5000966]},"properties":{"@type":"node","@id":1735753994,"@timestamp":1579704718},"coords":"51.5000966,-0.0345533","bedrooms":"1","price":"185000","area":"657"} , +{"type":"Feature","id":"n1735754017","geometry":{"type":"Point","coordinates":[-0.0517472,51.5001024]},"properties":{"@type":"node","@id":1735754017,"@timestamp":1579704653},"coords":"51.5001024,-0.0517472","bedrooms":"0","price":"289000","area":"698"} , +{"type":"Feature","id":"n1735754037","geometry":{"type":"Point","coordinates":[-0.0813696,51.5001081]},"properties":{"@type":"node","@id":1735754037,"@timestamp":1579704809},"coords":"51.5001081,-0.0813696","bedrooms":"4","price":"246000","area":"530"} , +{"type":"Feature","id":"n1735754047","geometry":{"type":"Point","coordinates":[-0.0428285,51.5001128]},"properties":{"@type":"node","@id":1735754047,"@timestamp":1579704653},"coords":"51.5001128,-0.0428285","bedrooms":"4","price":"272000","area":"455"} , +{"type":"Feature","id":"n1735754058","geometry":{"type":"Point","coordinates":[-0.0578489,51.5001192]},"properties":{"@type":"node","@id":1735754058,"@timestamp":1579704653},"coords":"51.5001192,-0.0578489","bedrooms":"0","price":"161000","area":"485"} , +{"type":"Feature","id":"n1735754068","geometry":{"type":"Point","coordinates":[-0.0389746,51.5001208]},"properties":{"@type":"node","@id":1735754068,"@timestamp":1579704718},"coords":"51.5001208,-0.0389746","bedrooms":"3","price":"295000","area":"393"} , +{"type":"Feature","id":"n1735754107","geometry":{"type":"Point","coordinates":[-0.042655,51.5001279]},"properties":{"@type":"node","@id":1735754107,"@timestamp":1579704653},"coords":"51.5001279,-0.042655","bedrooms":"3","price":"171000","area":"681"} , +{"type":"Feature","id":"n1735754153","geometry":{"type":"Point","coordinates":[-0.0494937,51.5001355]},"properties":{"@type":"node","@id":1735754153,"@timestamp":1579704653},"coords":"51.5001355,-0.0494937","bedrooms":"2","price":"178000","area":"511"} , +{"type":"Feature","id":"n1735754191","geometry":{"type":"Point","coordinates":[-0.056182,51.500142]},"properties":{"@type":"node","@id":1735754191,"@timestamp":1579704653},"coords":"51.500142,-0.056182","bedrooms":"1","price":"282000","area":"531"} , +{"type":"Feature","id":"n1735754220","geometry":{"type":"Point","coordinates":[-0.0799285,51.5001457]},"properties":{"@type":"node","@id":1735754220,"@timestamp":1579704809},"coords":"51.5001457,-0.0799285","bedrooms":"2","price":"289000","area":"668"} , +{"type":"Feature","id":"n1735754244","geometry":{"type":"Point","coordinates":[-0.0598934,51.5001495]},"properties":{"@type":"node","@id":1735754244,"@timestamp":1579704653},"coords":"51.5001495,-0.0598934","bedrooms":"1","price":"191000","area":"528"} , +{"type":"Feature","id":"n1735754265","geometry":{"type":"Point","coordinates":[-0.0392253,51.5001592]},"properties":{"@type":"node","@id":1735754265,"@timestamp":1579704718},"coords":"51.5001592,-0.0392253","bedrooms":"0","price":"292000","area":"489"} , +{"type":"Feature","id":"n1735754307","geometry":{"type":"Point","coordinates":[-0.0449416,51.5001639]},"properties":{"@type":"node","@id":1735754307,"@timestamp":1579704653},"coords":"51.5001639,-0.0449416","bedrooms":"2","price":"279000","area":"351"} , +{"type":"Feature","id":"n1735754335","geometry":{"type":"Point","coordinates":[-0.0423651,51.500168]},"properties":{"@type":"node","@id":1735754335,"@timestamp":1579704653},"coords":"51.500168,-0.0423651","bedrooms":"4","price":"272000","area":"451"} , +{"type":"Feature","id":"n1735754345","geometry":{"type":"Point","coordinates":[-0.0570262,51.5001731]},"properties":{"@type":"node","@id":1735754345,"@timestamp":1579704653},"coords":"51.5001731,-0.0570262","bedrooms":"0","price":"285000","area":"487"} , +{"type":"Feature","id":"n1735754355","geometry":{"type":"Point","coordinates":[-0.095872,51.5001791]},"properties":{"@type":"node","@id":1735754355,"@timestamp":1579694350},"coords":"51.5001791,-0.095872","bedrooms":"3","price":"248000","area":"650"} , +{"type":"Feature","id":"n1735754365","geometry":{"type":"Point","coordinates":[-0.0487262,51.5001855]},"properties":{"@type":"node","@id":1735754365,"@timestamp":1579704653},"coords":"51.5001855,-0.0487262","bedrooms":"2","price":"262000","area":"653"} , +{"type":"Feature","id":"n1735754376","geometry":{"type":"Point","coordinates":[-0.0815447,51.5001893]},"properties":{"@type":"node","@id":1735754376,"@timestamp":1579704809},"coords":"51.5001893,-0.0815447","bedrooms":"0","price":"291000","area":"657"} , +{"type":"Feature","id":"n1735754386","geometry":{"type":"Point","coordinates":[-0.1024447,51.5001929]},"properties":{"@type":"node","@id":1735754386,"@timestamp":1579704836},"coords":"51.5001929,-0.1024447","bedrooms":"4","price":"244000","area":"456"} , +{"type":"Feature","id":"n1735754417","geometry":{"type":"Point","coordinates":[-0.0488232,51.500196]},"properties":{"@type":"node","@id":1735754417,"@timestamp":1579704653},"coords":"51.500196,-0.0488232","bedrooms":"4","price":"206000","area":"351"} , +{"type":"Feature","id":"n1735754437","geometry":{"type":"Point","coordinates":[-0.0344318,51.5002019]},"properties":{"@type":"node","@id":1735754437,"@timestamp":1579704718},"coords":"51.5002019,-0.0344318","bedrooms":"1","price":"178000","area":"392"} , +{"type":"Feature","id":"n1735754447","geometry":{"type":"Point","coordinates":[-0.0956802,51.5002065]},"properties":{"@type":"node","@id":1735754447,"@timestamp":1579694350},"coords":"51.5002065,-0.0956802","bedrooms":"1","price":"247000","area":"672"} , +{"type":"Feature","id":"n1735754475","geometry":{"type":"Point","coordinates":[-0.0690425,51.5002133]},"properties":{"@type":"node","@id":1735754475,"@timestamp":1579704809},"coords":"51.5002133,-0.0690425","bedrooms":"0","price":"280000","area":"490"} , +{"type":"Feature","id":"n1735754527","geometry":{"type":"Point","coordinates":[-0.0692995,51.5002189]},"properties":{"@type":"node","@id":1735754527,"@timestamp":1579704809},"coords":"51.5002189,-0.0692995","bedrooms":"2","price":"150000","area":"471"} , +{"type":"Feature","id":"n1735754555","geometry":{"type":"Point","coordinates":[-0.0878921,51.5002267]},"properties":{"@type":"node","@id":1735754555,"@timestamp":1579704836},"coords":"51.5002267,-0.0878921","bedrooms":"2","price":"272000","area":"683"} , +{"type":"Feature","id":"n1735754598","geometry":{"type":"Point","coordinates":[-0.1067063,51.5002318]},"properties":{"@type":"node","@id":1735754598,"@timestamp":1579704836},"coords":"51.5002318,-0.1067063","bedrooms":"3","price":"156000","area":"530"} , +{"type":"Feature","id":"n1735754637","geometry":{"type":"Point","coordinates":[-0.0551877,51.5002361]},"properties":{"@type":"node","@id":1735754637,"@timestamp":1579704653},"coords":"51.5002361,-0.0551877","bedrooms":"4","price":"167000","area":"539"} , +{"type":"Feature","id":"n1735754676","geometry":{"type":"Point","coordinates":[-0.0577888,51.5002382]},"properties":{"@type":"node","@id":1735754676,"@timestamp":1579704653},"coords":"51.5002382,-0.0577888","bedrooms":"1","price":"179000","area":"504"} , +{"type":"Feature","id":"n1735754717","geometry":{"type":"Point","coordinates":[-0.0490355,51.5002434]},"properties":{"@type":"node","@id":1735754717,"@timestamp":1579704653},"coords":"51.5002434,-0.0490355","bedrooms":"2","price":"259000","area":"572"} , +{"type":"Feature","id":"n1735754762","geometry":{"type":"Point","coordinates":[-0.0390679,51.5002468]},"properties":{"@type":"node","@id":1735754762,"@timestamp":1579704718},"coords":"51.5002468,-0.0390679","bedrooms":"1","price":"184000","area":"642"} , +{"type":"Feature","id":"n1735754790","geometry":{"type":"Point","coordinates":[-0.049079,51.5002509]},"properties":{"@type":"node","@id":1735754790,"@timestamp":1579704653},"coords":"51.5002509,-0.049079","bedrooms":"4","price":"216000","area":"380"} , +{"type":"Feature","id":"n1735754817","geometry":{"type":"Point","coordinates":[-0.0489864,51.5002551]},"properties":{"@type":"node","@id":1735754817,"@timestamp":1579704653},"coords":"51.5002551,-0.0489864","bedrooms":"3","price":"282000","area":"518"} , +{"type":"Feature","id":"n1735754827","geometry":{"type":"Point","coordinates":[-0.0614123,51.50026]},"properties":{"@type":"node","@id":1735754827,"@timestamp":1579704653},"coords":"51.50026,-0.0614123","bedrooms":"3","price":"195000","area":"432"} , +{"type":"Feature","id":"n1735754837","geometry":{"type":"Point","coordinates":[-0.0502263,51.5002637]},"properties":{"@type":"node","@id":1735754837,"@timestamp":1579704653},"coords":"51.5002637,-0.0502263","bedrooms":"3","price":"215000","area":"479"} , +{"type":"Feature","id":"n1735754854","geometry":{"type":"Point","coordinates":[-0.0344671,51.5002744]},"properties":{"@type":"node","@id":1735754854,"@timestamp":1579704718},"coords":"51.5002744,-0.0344671","bedrooms":"2","price":"189000","area":"697"} , +{"type":"Feature","id":"n1735754897","geometry":{"type":"Point","coordinates":[-0.1027644,51.5002856]},"properties":{"@type":"node","@id":1735754897,"@timestamp":1579704836},"coords":"51.5002856,-0.1027644","bedrooms":"4","price":"288000","area":"463"} , +{"type":"Feature","id":"n1735754949","geometry":{"type":"Point","coordinates":[-0.0800434,51.5002915]},"properties":{"@type":"node","@id":1735754949,"@timestamp":1579704809},"coords":"51.5002915,-0.0800434","bedrooms":"2","price":"173000","area":"422"} , +{"type":"Feature","id":"n1735754990","geometry":{"type":"Point","coordinates":[-0.0927326,51.5003436]},"properties":{"@type":"node","@id":1735754990,"@timestamp":1579694350},"coords":"51.5003436,-0.0927326","bedrooms":"4","price":"220000","area":"448"} , +{"type":"Feature","id":"n1735755031","geometry":{"type":"Point","coordinates":[-0.0484797,51.500312]},"properties":{"@type":"node","@id":1735755031,"@timestamp":1579704653},"coords":"51.500312,-0.0484797","bedrooms":"1","price":"233000","area":"589"} , +{"type":"Feature","id":"n1735755057","geometry":{"type":"Point","coordinates":[-0.085315,51.5003197]},"properties":{"@type":"node","@id":1735755057,"@timestamp":1579704836},"coords":"51.5003197,-0.085315","bedrooms":"4","price":"289000","area":"565"} , +{"type":"Feature","id":"n1735755103","geometry":{"type":"Point","coordinates":[-0.0488737,51.5003281]},"properties":{"@type":"node","@id":1735755103,"@timestamp":1579704653},"coords":"51.5003281,-0.0488737","bedrooms":"2","price":"258000","area":"484"} , +{"type":"Feature","id":"n1735755127","geometry":{"type":"Point","coordinates":[-0.0484498,51.5003384]},"properties":{"@type":"node","@id":1735755127,"@timestamp":1579704653},"coords":"51.5003384,-0.0484498","bedrooms":"2","price":"189000","area":"619"} , +{"type":"Feature","id":"n1735755155","geometry":{"type":"Point","coordinates":[-0.0610677,51.5003533]},"properties":{"@type":"node","@id":1735755155,"@timestamp":1579704653},"coords":"51.5003533,-0.0610677","bedrooms":"3","price":"207000","area":"615"} , +{"type":"Feature","id":"n1735755176","geometry":{"type":"Point","coordinates":[-0.0392349,51.5003614]},"properties":{"@type":"node","@id":1735755176,"@timestamp":1579704718},"coords":"51.5003614,-0.0392349","bedrooms":"1","price":"270000","area":"657"} , +{"type":"Feature","id":"n1735755221","geometry":{"type":"Point","coordinates":[-0.0484035,51.5003735]},"properties":{"@type":"node","@id":1735755221,"@timestamp":1579704653},"coords":"51.5003735,-0.0484035","bedrooms":"3","price":"289000","area":"423"} , +{"type":"Feature","id":"n1735755268","geometry":{"type":"Point","coordinates":[-0.0637587,51.5003799]},"properties":{"@type":"node","@id":1735755268,"@timestamp":1579704653},"coords":"51.5003799,-0.0637587","bedrooms":"0","price":"199000","area":"459"} , +{"type":"Feature","id":"n1735755323","geometry":{"type":"Point","coordinates":[-0.1078981,51.5003893]},"properties":{"@type":"node","@id":1735755323,"@timestamp":1579704862},"coords":"51.5003893,-0.1078981","bedrooms":"4","price":"184000","area":"572"} , +{"type":"Feature","id":"n1735755353","geometry":{"type":"Point","coordinates":[-0.0471678,51.5003919]},"properties":{"@type":"node","@id":1735755353,"@timestamp":1579704653},"coords":"51.5003919,-0.0471678","bedrooms":"1","price":"273000","area":"499"} , +{"type":"Feature","id":"n1735755373","geometry":{"type":"Point","coordinates":[-0.0636213,51.5003952]},"properties":{"@type":"node","@id":1735755373,"@timestamp":1579704653},"coords":"51.5003952,-0.0636213","bedrooms":"3","price":"232000","area":"686"} , +{"type":"Feature","id":"n1735755431","geometry":{"type":"Point","coordinates":[-0.0888431,51.5004014]},"properties":{"@type":"node","@id":1735755431,"@timestamp":1579694350},"coords":"51.5004014,-0.0888431","bedrooms":"3","price":"181000","area":"628"} , +{"type":"Feature","id":"n1735755515","geometry":{"type":"Point","coordinates":[-0.0948386,51.5004078]},"properties":{"@type":"node","@id":1735755515,"@timestamp":1579694350},"coords":"51.5004078,-0.0948386","bedrooms":"0","price":"258000","area":"560"} , +{"type":"Feature","id":"n1735755588","geometry":{"type":"Point","coordinates":[-0.0570798,51.5004161]},"properties":{"@type":"node","@id":1735755588,"@timestamp":1579704653},"coords":"51.5004161,-0.0570798","bedrooms":"4","price":"151000","area":"541"} , +{"type":"Feature","id":"n1735755706","geometry":{"type":"Point","coordinates":[-0.0569588,51.500422]},"properties":{"@type":"node","@id":1735755706,"@timestamp":1579704653},"coords":"51.500422,-0.0569588","bedrooms":"3","price":"286000","area":"366"} , +{"type":"Feature","id":"n1735755856","geometry":{"type":"Point","coordinates":[-0.0627493,51.5004269]},"properties":{"@type":"node","@id":1735755856,"@timestamp":1579704653},"coords":"51.5004269,-0.0627493","bedrooms":"1","price":"213000","area":"537"} , +{"type":"Feature","id":"n1735755866","geometry":{"type":"Point","coordinates":[-0.0602848,51.5004322]},"properties":{"@type":"node","@id":1735755866,"@timestamp":1579704653},"coords":"51.5004322,-0.0602848","bedrooms":"0","price":"241000","area":"486"} , +{"type":"Feature","id":"n1735755876","geometry":{"type":"Point","coordinates":[-0.1030204,51.5004351]},"properties":{"@type":"node","@id":1735755876,"@timestamp":1579704836},"coords":"51.5004351,-0.1030204","bedrooms":"2","price":"270000","area":"572"} , +{"type":"Feature","id":"n1735755886","geometry":{"type":"Point","coordinates":[-0.0634828,51.5004379]},"properties":{"@type":"node","@id":1735755886,"@timestamp":1579704653},"coords":"51.5004379,-0.0634828","bedrooms":"1","price":"156000","area":"500"} , +{"type":"Feature","id":"n1735755896","geometry":{"type":"Point","coordinates":[-0.0569983,51.5004409]},"properties":{"@type":"node","@id":1735755896,"@timestamp":1579704653},"coords":"51.5004409,-0.0569983","bedrooms":"3","price":"156000","area":"634"} , +{"type":"Feature","id":"n1735755928","geometry":{"type":"Point","coordinates":[-0.0452112,51.5004471]},"properties":{"@type":"node","@id":1735755928,"@timestamp":1579704653},"coords":"51.5004471,-0.0452112","bedrooms":"3","price":"155000","area":"547"} , +{"type":"Feature","id":"n1735755938","geometry":{"type":"Point","coordinates":[-0.0630224,51.5004536]},"properties":{"@type":"node","@id":1735755938,"@timestamp":1579704653},"coords":"51.5004536,-0.0630224","bedrooms":"4","price":"299000","area":"419"} , +{"type":"Feature","id":"n1735755948","geometry":{"type":"Point","coordinates":[-0.0384734,51.5004584]},"properties":{"@type":"node","@id":1735755948,"@timestamp":1579704718},"coords":"51.5004584,-0.0384734","bedrooms":"1","price":"210000","area":"689"} , +{"type":"Feature","id":"n1735755958","geometry":{"type":"Point","coordinates":[-0.0398369,51.5004657]},"properties":{"@type":"node","@id":1735755958,"@timestamp":1579704718},"coords":"51.5004657,-0.0398369","bedrooms":"1","price":"215000","area":"418"} , +{"type":"Feature","id":"n1735755969","geometry":{"type":"Point","coordinates":[-0.0629619,51.5004695]},"properties":{"@type":"node","@id":1735755969,"@timestamp":1579704653},"coords":"51.5004695,-0.0629619","bedrooms":"1","price":"289000","area":"568"} , +{"type":"Feature","id":"n1735755979","geometry":{"type":"Point","coordinates":[-0.0542868,51.5004734]},"properties":{"@type":"node","@id":1735755979,"@timestamp":1579704653},"coords":"51.5004734,-0.0542868","bedrooms":"4","price":"226000","area":"539"} , +{"type":"Feature","id":"n1735756014","geometry":{"type":"Point","coordinates":[-0.0352469,51.5004791]},"properties":{"@type":"node","@id":1735756014,"@timestamp":1579704718},"coords":"51.5004791,-0.0352469","bedrooms":"1","price":"196000","area":"657"} , +{"type":"Feature","id":"n1735756051","geometry":{"type":"Point","coordinates":[-0.0499304,51.5004828]},"properties":{"@type":"node","@id":1735756051,"@timestamp":1579704653},"coords":"51.5004828,-0.0499304","bedrooms":"2","price":"172000","area":"592"} , +{"type":"Feature","id":"n1735756062","geometry":{"type":"Point","coordinates":[-0.0630042,51.5004895]},"properties":{"@type":"node","@id":1735756062,"@timestamp":1579704653},"coords":"51.5004895,-0.0630042","bedrooms":"2","price":"294000","area":"644"} , +{"type":"Feature","id":"n1735756073","geometry":{"type":"Point","coordinates":[-0.0874341,51.500498]},"properties":{"@type":"node","@id":1735756073,"@timestamp":1579704836},"coords":"51.500498,-0.0874341","bedrooms":"2","price":"243000","area":"671"} , +{"type":"Feature","id":"n1735756088","geometry":{"type":"Point","coordinates":[-0.0632589,51.5005003]},"properties":{"@type":"node","@id":1735756088,"@timestamp":1579704653},"coords":"51.5005003,-0.0632589","bedrooms":"4","price":"285000","area":"575"} , +{"type":"Feature","id":"n1735756100","geometry":{"type":"Point","coordinates":[-0.0635468,51.5005074]},"properties":{"@type":"node","@id":1735756100,"@timestamp":1579704653},"coords":"51.5005074,-0.0635468","bedrooms":"4","price":"293000","area":"355"} , +{"type":"Feature","id":"n1735756112","geometry":{"type":"Point","coordinates":[-0.0631613,51.5005137]},"properties":{"@type":"node","@id":1735756112,"@timestamp":1579704653},"coords":"51.5005137,-0.0631613","bedrooms":"1","price":"160000","area":"555"} , +{"type":"Feature","id":"n1735756124","geometry":{"type":"Point","coordinates":[-0.0829399,51.500519]},"properties":{"@type":"node","@id":1735756124,"@timestamp":1579704836},"coords":"51.500519,-0.0829399","bedrooms":"1","price":"188000","area":"361"} , +{"type":"Feature","id":"n1735756134","geometry":{"type":"Point","coordinates":[-0.0631356,51.5005212]},"properties":{"@type":"node","@id":1735756134,"@timestamp":1579704653},"coords":"51.5005212,-0.0631356","bedrooms":"1","price":"262000","area":"637"} , +{"type":"Feature","id":"n1735756149","geometry":{"type":"Point","coordinates":[-0.0752923,51.5005261]},"properties":{"@type":"node","@id":1735756149,"@timestamp":1579704809},"coords":"51.5005261,-0.0752923","bedrooms":"4","price":"250000","area":"540"} , +{"type":"Feature","id":"n1735756165","geometry":{"type":"Point","coordinates":[-0.0567895,51.5005297]},"properties":{"@type":"node","@id":1735756165,"@timestamp":1579704653},"coords":"51.5005297,-0.0567895","bedrooms":"4","price":"180000","area":"509"} , +{"type":"Feature","id":"n1735756175","geometry":{"type":"Point","coordinates":[-0.0946626,51.5005365]},"properties":{"@type":"node","@id":1735756175,"@timestamp":1579694350},"coords":"51.5005365,-0.0946626","bedrooms":"1","price":"289000","area":"352"} , +{"type":"Feature","id":"n1735756185","geometry":{"type":"Point","coordinates":[-0.0387099,51.5005423]},"properties":{"@type":"node","@id":1735756185,"@timestamp":1579704718},"coords":"51.5005423,-0.0387099","bedrooms":"4","price":"175000","area":"429"} , +{"type":"Feature","id":"n1735756195","geometry":{"type":"Point","coordinates":[-0.0468729,51.5005489]},"properties":{"@type":"node","@id":1735756195,"@timestamp":1579704653},"coords":"51.5005489,-0.0468729","bedrooms":"3","price":"187000","area":"396"} , +{"type":"Feature","id":"n1735756212","geometry":{"type":"Point","coordinates":[-0.0628227,51.5005517]},"properties":{"@type":"node","@id":1735756212,"@timestamp":1579704653},"coords":"51.5005517,-0.0628227","bedrooms":"2","price":"199000","area":"671"} , +{"type":"Feature","id":"n1735756253","geometry":{"type":"Point","coordinates":[-0.0922431,51.5005562]},"properties":{"@type":"node","@id":1735756253,"@timestamp":1579694350},"coords":"51.5005562,-0.0922431","bedrooms":"0","price":"267000","area":"639"} , +{"type":"Feature","id":"n1735756304","geometry":{"type":"Point","coordinates":[-0.0702398,51.500561]},"properties":{"@type":"node","@id":1735756304,"@timestamp":1579704809},"coords":"51.500561,-0.0702398","bedrooms":"2","price":"258000","area":"635"} , +{"type":"Feature","id":"n1735756343","geometry":{"type":"Point","coordinates":[-0.097925,51.5005674]},"properties":{"@type":"node","@id":1735756343,"@timestamp":1579694350},"coords":"51.5005674,-0.097925","bedrooms":"2","price":"156000","area":"549"} , +{"type":"Feature","id":"n1735756353","geometry":{"type":"Point","coordinates":[-0.0493005,51.5005742]},"properties":{"@type":"node","@id":1735756353,"@timestamp":1579704653},"coords":"51.5005742,-0.0493005","bedrooms":"2","price":"271000","area":"362"} , +{"type":"Feature","id":"n1735756365","geometry":{"type":"Point","coordinates":[-0.0946328,51.5005803]},"properties":{"@type":"node","@id":1735756365,"@timestamp":1579694350},"coords":"51.5005803,-0.0946328","bedrooms":"0","price":"186000","area":"494"} , +{"type":"Feature","id":"n1735756379","geometry":{"type":"Point","coordinates":[-0.0392956,51.5005879]},"properties":{"@type":"node","@id":1735756379,"@timestamp":1579704718},"coords":"51.5005879,-0.0392956","bedrooms":"1","price":"188000","area":"618"} , +{"type":"Feature","id":"n1735756435","geometry":{"type":"Point","coordinates":[-0.0390664,51.5005928]},"properties":{"@type":"node","@id":1735756435,"@timestamp":1579704718},"coords":"51.5005928,-0.0390664","bedrooms":"3","price":"189000","area":"670"} , +{"type":"Feature","id":"n1735756497","geometry":{"type":"Point","coordinates":[-0.076458,51.5005988]},"properties":{"@type":"node","@id":1735756497,"@timestamp":1579704809},"coords":"51.5005988,-0.076458","bedrooms":"3","price":"278000","area":"387"} , +{"type":"Feature","id":"n1735756552","geometry":{"type":"Point","coordinates":[-0.0704069,51.5006044]},"properties":{"@type":"node","@id":1735756552,"@timestamp":1579704809},"coords":"51.5006044,-0.0704069","bedrooms":"3","price":"268000","area":"583"} , +{"type":"Feature","id":"n1735756602","geometry":{"type":"Point","coordinates":[-0.0842094,51.5006083]},"properties":{"@type":"node","@id":1735756602,"@timestamp":1579704836},"coords":"51.5006083,-0.0842094","bedrooms":"2","price":"293000","area":"637"} , +{"type":"Feature","id":"n1735756657","geometry":{"type":"Point","coordinates":[-0.1079198,51.5006134]},"properties":{"@type":"node","@id":1735756657,"@timestamp":1579704862},"coords":"51.5006134,-0.1079198","bedrooms":"0","price":"186000","area":"496"} , +{"type":"Feature","id":"n1735756674","geometry":{"type":"Point","coordinates":[-0.041784,51.5006169]},"properties":{"@type":"node","@id":1735756674,"@timestamp":1579704653},"coords":"51.5006169,-0.041784","bedrooms":"2","price":"178000","area":"677"} , +{"type":"Feature","id":"n1735756684","geometry":{"type":"Point","coordinates":[-0.0759503,51.5006206]},"properties":{"@type":"node","@id":1735756684,"@timestamp":1579704809},"coords":"51.5006206,-0.0759503","bedrooms":"2","price":"159000","area":"374"} , +{"type":"Feature","id":"n1735756694","geometry":{"type":"Point","coordinates":[-0.0888262,51.5006286]},"properties":{"@type":"node","@id":1735756694,"@timestamp":1579694350},"coords":"51.5006286,-0.0888262","bedrooms":"1","price":"289000","area":"613"} , +{"type":"Feature","id":"n1735756704","geometry":{"type":"Point","coordinates":[-0.0352275,51.5006331]},"properties":{"@type":"node","@id":1735756704,"@timestamp":1579704718},"coords":"51.5006331,-0.0352275","bedrooms":"4","price":"167000","area":"450"} , +{"type":"Feature","id":"n1735756714","geometry":{"type":"Point","coordinates":[-0.064235,51.5006381]},"properties":{"@type":"node","@id":1735756714,"@timestamp":1579704693},"coords":"51.5006381,-0.064235","bedrooms":"0","price":"219000","area":"408"} , +{"type":"Feature","id":"n1735756747","geometry":{"type":"Point","coordinates":[-0.0892289,51.5006442]},"properties":{"@type":"node","@id":1735756747,"@timestamp":1579694350},"coords":"51.5006442,-0.0892289","bedrooms":"4","price":"164000","area":"503"} , +{"type":"Feature","id":"n1735756757","geometry":{"type":"Point","coordinates":[-0.0569545,51.5006489]},"properties":{"@type":"node","@id":1735756757,"@timestamp":1579704653},"coords":"51.5006489,-0.0569545","bedrooms":"3","price":"298000","area":"643"} , +{"type":"Feature","id":"n1735756769","geometry":{"type":"Point","coordinates":[-0.0843329,51.5006527]},"properties":{"@type":"node","@id":1735756769,"@timestamp":1579704836},"coords":"51.5006527,-0.0843329","bedrooms":"1","price":"254000","area":"531"} , +{"type":"Feature","id":"n1735756779","geometry":{"type":"Point","coordinates":[-0.0842751,51.5006592]},"properties":{"@type":"node","@id":1735756779,"@timestamp":1579704836},"coords":"51.5006592,-0.0842751","bedrooms":"4","price":"194000","area":"524"} , +{"type":"Feature","id":"n1735756789","geometry":{"type":"Point","coordinates":[-0.0853913,51.5006658]},"properties":{"@type":"node","@id":1735756789,"@timestamp":1579704836},"coords":"51.5006658,-0.0853913","bedrooms":"0","price":"292000","area":"532"} , +{"type":"Feature","id":"n1735756804","geometry":{"type":"Point","coordinates":[-0.0394002,51.5006695]},"properties":{"@type":"node","@id":1735756804,"@timestamp":1579704718},"coords":"51.5006695,-0.0394002","bedrooms":"0","price":"231000","area":"620"} , +{"type":"Feature","id":"n1735756870","geometry":{"type":"Point","coordinates":[-0.057162,51.500674]},"properties":{"@type":"node","@id":1735756870,"@timestamp":1579704653},"coords":"51.500674,-0.057162","bedrooms":"1","price":"228000","area":"413"} , +{"type":"Feature","id":"n1735756908","geometry":{"type":"Point","coordinates":[-0.0385339,51.5006809]},"properties":{"@type":"node","@id":1735756908,"@timestamp":1579704718},"coords":"51.5006809,-0.0385339","bedrooms":"1","price":"208000","area":"637"} , +{"type":"Feature","id":"n1735756920","geometry":{"type":"Point","coordinates":[-0.0767544,51.500687]},"properties":{"@type":"node","@id":1735756920,"@timestamp":1579694377},"coords":"51.500687,-0.0767544","bedrooms":"3","price":"170000","area":"390"} , +{"type":"Feature","id":"n1735756941","geometry":{"type":"Point","coordinates":[-0.070306,51.5006919]},"properties":{"@type":"node","@id":1735756941,"@timestamp":1579704809},"coords":"51.5006919,-0.070306","bedrooms":"3","price":"186000","area":"580"} , +{"type":"Feature","id":"n1735756965","geometry":{"type":"Point","coordinates":[-0.038533,51.5007014]},"properties":{"@type":"node","@id":1735756965,"@timestamp":1579704718},"coords":"51.5007014,-0.038533","bedrooms":"4","price":"201000","area":"538"} , +{"type":"Feature","id":"n1735756975","geometry":{"type":"Point","coordinates":[-0.0831992,51.5007058]},"properties":{"@type":"node","@id":1735756975,"@timestamp":1579694377},"coords":"51.5007058,-0.0831992","bedrooms":"1","price":"172000","area":"472"} , +{"type":"Feature","id":"n1735756985","geometry":{"type":"Point","coordinates":[-0.0404222,51.5007108]},"properties":{"@type":"node","@id":1735756985,"@timestamp":1579704718},"coords":"51.5007108,-0.0404222","bedrooms":"0","price":"202000","area":"577"} , +{"type":"Feature","id":"n1735756995","geometry":{"type":"Point","coordinates":[-0.0797041,51.5007193]},"properties":{"@type":"node","@id":1735756995,"@timestamp":1579694377},"coords":"51.5007193,-0.0797041","bedrooms":"3","price":"297000","area":"667"} , +{"type":"Feature","id":"n1735757005","geometry":{"type":"Point","coordinates":[-0.0573666,51.5007219]},"properties":{"@type":"node","@id":1735757005,"@timestamp":1579704653},"coords":"51.5007219,-0.0573666","bedrooms":"4","price":"291000","area":"694"} , +{"type":"Feature","id":"n1735757021","geometry":{"type":"Point","coordinates":[-0.0418945,51.5007267]},"properties":{"@type":"node","@id":1735757021,"@timestamp":1579704653},"coords":"51.5007267,-0.0418945","bedrooms":"0","price":"200000","area":"619"} , +{"type":"Feature","id":"n1735757061","geometry":{"type":"Point","coordinates":[-0.0483339,51.5007329]},"properties":{"@type":"node","@id":1735757061,"@timestamp":1579704653},"coords":"51.5007329,-0.0483339","bedrooms":"2","price":"239000","area":"448"} , +{"type":"Feature","id":"n1735757101","geometry":{"type":"Point","coordinates":[-0.0983857,51.5007375]},"properties":{"@type":"node","@id":1735757101,"@timestamp":1579694350},"coords":"51.5007375,-0.0983857","bedrooms":"1","price":"283000","area":"503"} , +{"type":"Feature","id":"n1735757142","geometry":{"type":"Point","coordinates":[-0.0386298,51.5007453]},"properties":{"@type":"node","@id":1735757142,"@timestamp":1579704718},"coords":"51.5007453,-0.0386298","bedrooms":"2","price":"214000","area":"500"} , +{"type":"Feature","id":"n1735757210","geometry":{"type":"Point","coordinates":[-0.0387191,51.5007536]},"properties":{"@type":"node","@id":1735757210,"@timestamp":1579704718},"coords":"51.5007536,-0.0387191","bedrooms":"1","price":"284000","area":"398"} , +{"type":"Feature","id":"n1735757256","geometry":{"type":"Point","coordinates":[-0.0699475,51.5007586]},"properties":{"@type":"node","@id":1735757256,"@timestamp":1579704809},"coords":"51.5007586,-0.0699475","bedrooms":"1","price":"273000","area":"612"} , +{"type":"Feature","id":"n1735757301","geometry":{"type":"Point","coordinates":[-0.1036239,51.5007646]},"properties":{"@type":"node","@id":1735757301,"@timestamp":1579704836},"coords":"51.5007646,-0.1036239","bedrooms":"2","price":"199000","area":"517"} , +{"type":"Feature","id":"n1735757347","geometry":{"type":"Point","coordinates":[-0.0401837,51.5007697]},"properties":{"@type":"node","@id":1735757347,"@timestamp":1579704718},"coords":"51.5007697,-0.0401837","bedrooms":"4","price":"224000","area":"431"} , +{"type":"Feature","id":"n1735757393","geometry":{"type":"Point","coordinates":[-0.0489935,51.5007797]},"properties":{"@type":"node","@id":1735757393,"@timestamp":1579704653},"coords":"51.5007797,-0.0489935","bedrooms":"4","price":"214000","area":"655"} , +{"type":"Feature","id":"n1735757450","geometry":{"type":"Point","coordinates":[-0.0838321,51.5007849]},"properties":{"@type":"node","@id":1735757450,"@timestamp":1579694377},"coords":"51.5007849,-0.0838321","bedrooms":"0","price":"169000","area":"393"} , +{"type":"Feature","id":"n1735757509","geometry":{"type":"Point","coordinates":[-0.0393218,51.5007892]},"properties":{"@type":"node","@id":1735757509,"@timestamp":1579704718},"coords":"51.5007892,-0.0393218","bedrooms":"0","price":"286000","area":"578"} , +{"type":"Feature","id":"n1735757562","geometry":{"type":"Point","coordinates":[-0.0437071,51.5007929]},"properties":{"@type":"node","@id":1735757562,"@timestamp":1579704653},"coords":"51.5007929,-0.0437071","bedrooms":"1","price":"152000","area":"533"} , +{"type":"Feature","id":"n1735757599","geometry":{"type":"Point","coordinates":[-0.0466174,51.5007965]},"properties":{"@type":"node","@id":1735757599,"@timestamp":1579704653},"coords":"51.5007965,-0.0466174","bedrooms":"4","price":"168000","area":"639"} , +{"type":"Feature","id":"n1735757610","geometry":{"type":"Point","coordinates":[-0.0838382,51.5008007]},"properties":{"@type":"node","@id":1735757610,"@timestamp":1579694377},"coords":"51.5008007,-0.0838382","bedrooms":"0","price":"205000","area":"431"} , +{"type":"Feature","id":"n1735757626","geometry":{"type":"Point","coordinates":[-0.0422909,51.5008069]},"properties":{"@type":"node","@id":1735757626,"@timestamp":1579704653},"coords":"51.5008069,-0.0422909","bedrooms":"1","price":"248000","area":"459"} , +{"type":"Feature","id":"n1735757667","geometry":{"type":"Point","coordinates":[-0.0385699,51.5008094]},"properties":{"@type":"node","@id":1735757667,"@timestamp":1579704718},"coords":"51.5008094,-0.0385699","bedrooms":"2","price":"272000","area":"574"} , +{"type":"Feature","id":"n1735757753","geometry":{"type":"Point","coordinates":[-0.0385953,51.5008144]},"properties":{"@type":"node","@id":1735757753,"@timestamp":1579704718},"coords":"51.5008144,-0.0385953","bedrooms":"2","price":"212000","area":"372"} , +{"type":"Feature","id":"n1735757827","geometry":{"type":"Point","coordinates":[-0.0846293,51.5008219]},"properties":{"@type":"node","@id":1735757827,"@timestamp":1579694377},"coords":"51.5008219,-0.0846293","bedrooms":"2","price":"234000","area":"548"} , +{"type":"Feature","id":"n1735757907","geometry":{"type":"Point","coordinates":[-0.107259,51.5008267]},"properties":{"@type":"node","@id":1735757907,"@timestamp":1579704862},"coords":"51.5008267,-0.107259","bedrooms":"4","price":"193000","area":"511"} , +{"type":"Feature","id":"n1735757978","geometry":{"type":"Point","coordinates":[-0.0842459,51.5008317]},"properties":{"@type":"node","@id":1735757978,"@timestamp":1579694377},"coords":"51.5008317,-0.0842459","bedrooms":"1","price":"282000","area":"672"} , +{"type":"Feature","id":"n1735758066","geometry":{"type":"Point","coordinates":[-0.0989102,51.5008389]},"properties":{"@type":"node","@id":1735758066,"@timestamp":1636100514},"coords":"51.5008389,-0.0989102","bedrooms":"4","price":"188000","area":"406"} , +{"type":"Feature","id":"n1735758141","geometry":{"type":"Point","coordinates":[-0.0540169,51.5008422]},"properties":{"@type":"node","@id":1735758141,"@timestamp":1579704653},"coords":"51.5008422,-0.0540169","bedrooms":"1","price":"274000","area":"635"} , +{"type":"Feature","id":"n1735758178","geometry":{"type":"Point","coordinates":[-0.0528379,51.5008473]},"properties":{"@type":"node","@id":1735758178,"@timestamp":1579704653},"coords":"51.5008473,-0.0528379","bedrooms":"2","price":"226000","area":"694"} , +{"type":"Feature","id":"n1735758230","geometry":{"type":"Point","coordinates":[-0.0561736,51.5008574]},"properties":{"@type":"node","@id":1735758230,"@timestamp":1579704653},"coords":"51.5008574,-0.0561736","bedrooms":"2","price":"154000","area":"613"} , +{"type":"Feature","id":"n1735758298","geometry":{"type":"Point","coordinates":[-0.0387927,51.5008646]},"properties":{"@type":"node","@id":1735758298,"@timestamp":1579704718},"coords":"51.5008646,-0.0387927","bedrooms":"2","price":"166000","area":"676"} , +{"type":"Feature","id":"n1735758386","geometry":{"type":"Point","coordinates":[-0.0814364,51.5008691]},"properties":{"@type":"node","@id":1735758386,"@timestamp":1579694377},"coords":"51.5008691,-0.0814364","bedrooms":"0","price":"155000","area":"601"} , +{"type":"Feature","id":"n1735758464","geometry":{"type":"Point","coordinates":[-0.0837023,51.5008756]},"properties":{"@type":"node","@id":1735758464,"@timestamp":1579694377},"coords":"51.5008756,-0.0837023","bedrooms":"4","price":"230000","area":"491"} , +{"type":"Feature","id":"n1735758507","geometry":{"type":"Point","coordinates":[-0.0451288,51.5008809]},"properties":{"@type":"node","@id":1735758507,"@timestamp":1579704653},"coords":"51.5008809,-0.0451288","bedrooms":"0","price":"285000","area":"480"} , +{"type":"Feature","id":"n1735758518","geometry":{"type":"Point","coordinates":[-0.0544352,51.5008948]},"properties":{"@type":"node","@id":1735758518,"@timestamp":1579704653},"coords":"51.5008948,-0.0544352","bedrooms":"1","price":"202000","area":"390"} , +{"type":"Feature","id":"n1735758543","geometry":{"type":"Point","coordinates":[-0.0465408,51.5009031]},"properties":{"@type":"node","@id":1735758543,"@timestamp":1579704653},"coords":"51.5009031,-0.0465408","bedrooms":"1","price":"297000","area":"386"} , +{"type":"Feature","id":"n1735758598","geometry":{"type":"Point","coordinates":[-0.0399802,51.5009101]},"properties":{"@type":"node","@id":1735758598,"@timestamp":1579704718},"coords":"51.5009101,-0.0399802","bedrooms":"4","price":"166000","area":"418"} , +{"type":"Feature","id":"n1735758672","geometry":{"type":"Point","coordinates":[-0.0386342,51.5009223]},"properties":{"@type":"node","@id":1735758672,"@timestamp":1579704718},"coords":"51.5009223,-0.0386342","bedrooms":"0","price":"152000","area":"693"} , +{"type":"Feature","id":"n1735758721","geometry":{"type":"Point","coordinates":[-0.0386874,51.5009322]},"properties":{"@type":"node","@id":1735758721,"@timestamp":1579704718},"coords":"51.5009322,-0.0386874","bedrooms":"2","price":"244000","area":"686"} , +{"type":"Feature","id":"n1735758766","geometry":{"type":"Point","coordinates":[-0.0530028,51.5009541]},"properties":{"@type":"node","@id":1735758766,"@timestamp":1579704653},"coords":"51.5009541,-0.0530028","bedrooms":"0","price":"255000","area":"480"} , +{"type":"Feature","id":"n1735758787","geometry":{"type":"Point","coordinates":[-0.096947,51.5009633]},"properties":{"@type":"node","@id":1735758787,"@timestamp":1579694350},"coords":"51.5009633,-0.096947","bedrooms":"1","price":"246000","area":"439"} , +{"type":"Feature","id":"n1735758856","geometry":{"type":"Point","coordinates":[-0.0399353,51.5009733]},"properties":{"@type":"node","@id":1735758856,"@timestamp":1579704718},"coords":"51.5009733,-0.0399353","bedrooms":"2","price":"283000","area":"630"} , +{"type":"Feature","id":"n1735758912","geometry":{"type":"Point","coordinates":[-0.0542396,51.5009806]},"properties":{"@type":"node","@id":1735758912,"@timestamp":1579704653},"coords":"51.5009806,-0.0542396","bedrooms":"0","price":"282000","area":"381"} , +{"type":"Feature","id":"n1735758962","geometry":{"type":"Point","coordinates":[-0.0518249,51.500991]},"properties":{"@type":"node","@id":1735758962,"@timestamp":1579704653},"coords":"51.500991,-0.0518249","bedrooms":"1","price":"152000","area":"592"} , +{"type":"Feature","id":"n1735758992","geometry":{"type":"Point","coordinates":[-0.0890439,51.500999]},"properties":{"@type":"node","@id":1735758992,"@timestamp":1579694350},"coords":"51.500999,-0.0890439","bedrooms":"4","price":"170000","area":"478"} , +{"type":"Feature","id":"n1735759002","geometry":{"type":"Point","coordinates":[-0.0953682,51.5010093]},"properties":{"@type":"node","@id":1735759002,"@timestamp":1579694350},"coords":"51.5010093,-0.0953682","bedrooms":"3","price":"163000","area":"612"} , +{"type":"Feature","id":"n1735759012","geometry":{"type":"Point","coordinates":[-0.0480756,51.5010226]},"properties":{"@type":"node","@id":1735759012,"@timestamp":1579704653},"coords":"51.5010226,-0.0480756","bedrooms":"2","price":"298000","area":"449"} , +{"type":"Feature","id":"n1735759022","geometry":{"type":"Point","coordinates":[-0.0480701,51.5010335]},"properties":{"@type":"node","@id":1735759022,"@timestamp":1579704653},"coords":"51.5010335,-0.0480701","bedrooms":"3","price":"217000","area":"587"} , +{"type":"Feature","id":"n1735759074","geometry":{"type":"Point","coordinates":[-0.0872815,51.501044]},"properties":{"@type":"node","@id":1735759074,"@timestamp":1579694377},"coords":"51.501044,-0.0872815","bedrooms":"0","price":"247000","area":"629"} , +{"type":"Feature","id":"n1735759115","geometry":{"type":"Point","coordinates":[-0.0496857,51.5010595]},"properties":{"@type":"node","@id":1735759115,"@timestamp":1579704653},"coords":"51.5010595,-0.0496857","bedrooms":"0","price":"237000","area":"501"} , +{"type":"Feature","id":"n1735759167","geometry":{"type":"Point","coordinates":[-0.0386621,51.5010765]},"properties":{"@type":"node","@id":1735759167,"@timestamp":1579704718},"coords":"51.5010765,-0.0386621","bedrooms":"4","price":"196000","area":"408"} , +{"type":"Feature","id":"n1735759223","geometry":{"type":"Point","coordinates":[-0.1084545,51.501086]},"properties":{"@type":"node","@id":1735759223,"@timestamp":1579704862},"coords":"51.501086,-0.1084545","bedrooms":"2","price":"183000","area":"686"} , +{"type":"Feature","id":"n1735759262","geometry":{"type":"Point","coordinates":[-0.0389292,51.5010935]},"properties":{"@type":"node","@id":1735759262,"@timestamp":1579704718},"coords":"51.5010935,-0.0389292","bedrooms":"2","price":"288000","area":"587"} , +{"type":"Feature","id":"n1735759273","geometry":{"type":"Point","coordinates":[-0.0808377,51.5011061]},"properties":{"@type":"node","@id":1735759273,"@timestamp":1579694377},"coords":"51.5011061,-0.0808377","bedrooms":"3","price":"265000","area":"402"} , +{"type":"Feature","id":"n1735759283","geometry":{"type":"Point","coordinates":[-0.0353665,51.501115]},"properties":{"@type":"node","@id":1735759283,"@timestamp":1579704718},"coords":"51.501115,-0.0353665","bedrooms":"2","price":"262000","area":"636"} , +{"type":"Feature","id":"n1735759294","geometry":{"type":"Point","coordinates":[-0.0477166,51.5011233]},"properties":{"@type":"node","@id":1735759294,"@timestamp":1579704653},"coords":"51.5011233,-0.0477166","bedrooms":"0","price":"243000","area":"459"} , +{"type":"Feature","id":"n1735759306","geometry":{"type":"Point","coordinates":[-0.0325958,51.5011345]},"properties":{"@type":"node","@id":1735759306,"@timestamp":1579704718},"coords":"51.5011345,-0.0325958","bedrooms":"0","price":"185000","area":"538"} , +{"type":"Feature","id":"n1735759319","geometry":{"type":"Point","coordinates":[-0.0410942,51.5011433]},"properties":{"@type":"node","@id":1735759319,"@timestamp":1579704718},"coords":"51.5011433,-0.0410942","bedrooms":"4","price":"279000","area":"566"} , +{"type":"Feature","id":"n1735759329","geometry":{"type":"Point","coordinates":[-0.1065736,51.5011558]},"properties":{"@type":"node","@id":1735759329,"@timestamp":1579704836},"coords":"51.5011558,-0.1065736","bedrooms":"2","price":"237000","area":"539"} , +{"type":"Feature","id":"n1735759341","geometry":{"type":"Point","coordinates":[-0.0352911,51.5011647]},"properties":{"@type":"node","@id":1735759341,"@timestamp":1579704718},"coords":"51.5011647,-0.0352911","bedrooms":"2","price":"279000","area":"650"} , +{"type":"Feature","id":"n1735759357","geometry":{"type":"Point","coordinates":[-0.0327638,51.5011755]},"properties":{"@type":"node","@id":1735759357,"@timestamp":1579704718},"coords":"51.5011755,-0.0327638","bedrooms":"2","price":"260000","area":"481"} , +{"type":"Feature","id":"n1735759374","geometry":{"type":"Point","coordinates":[-0.0389386,51.5011835]},"properties":{"@type":"node","@id":1735759374,"@timestamp":1579704718},"coords":"51.5011835,-0.0389386","bedrooms":"3","price":"249000","area":"633"} , +{"type":"Feature","id":"n1735759412","geometry":{"type":"Point","coordinates":[-0.0426959,51.5011896]},"properties":{"@type":"node","@id":1735759412,"@timestamp":1579704653},"coords":"51.5011896,-0.0426959","bedrooms":"3","price":"274000","area":"401"} , +{"type":"Feature","id":"n1735759467","geometry":{"type":"Point","coordinates":[-0.1072782,51.5012016]},"properties":{"@type":"node","@id":1735759467,"@timestamp":1579704862},"coords":"51.5012016,-0.1072782","bedrooms":"4","price":"257000","area":"661"} , +{"type":"Feature","id":"n1735759512","geometry":{"type":"Point","coordinates":[-0.0386094,51.5012107]},"properties":{"@type":"node","@id":1735759512,"@timestamp":1579704718},"coords":"51.5012107,-0.0386094","bedrooms":"4","price":"204000","area":"420"} , +{"type":"Feature","id":"n1735759556","geometry":{"type":"Point","coordinates":[-0.0498546,51.501217]},"properties":{"@type":"node","@id":1735759556,"@timestamp":1579704653},"coords":"51.501217,-0.0498546","bedrooms":"3","price":"176000","area":"398"} , +{"type":"Feature","id":"n1735759606","geometry":{"type":"Point","coordinates":[-0.0399923,51.5012254]},"properties":{"@type":"node","@id":1735759606,"@timestamp":1579704718},"coords":"51.5012254,-0.0399923","bedrooms":"1","price":"258000","area":"651"} , +{"type":"Feature","id":"n1735759661","geometry":{"type":"Point","coordinates":[-0.0382425,51.5012343]},"properties":{"@type":"node","@id":1735759661,"@timestamp":1579704718},"coords":"51.5012343,-0.0382425","bedrooms":"2","price":"212000","area":"469"} , +{"type":"Feature","id":"n1735759683","geometry":{"type":"Point","coordinates":[-0.0754962,51.5012453]},"properties":{"@type":"node","@id":1735759683,"@timestamp":1579694377},"coords":"51.5012453,-0.0754962","bedrooms":"2","price":"178000","area":"438"} , +{"type":"Feature","id":"n1735759696","geometry":{"type":"Point","coordinates":[-0.035353,51.5012512]},"properties":{"@type":"node","@id":1735759696,"@timestamp":1579704718},"coords":"51.5012512,-0.035353","bedrooms":"4","price":"206000","area":"508"} , +{"type":"Feature","id":"n1735759709","geometry":{"type":"Point","coordinates":[-0.05347,51.5013001]},"properties":{"@type":"node","@id":1735759709,"@timestamp":1579704653},"coords":"51.5013001,-0.05347","bedrooms":"2","price":"268000","area":"643"} , +{"type":"Feature","id":"n1735759734","geometry":{"type":"Point","coordinates":[-0.0400412,51.5012776]},"properties":{"@type":"node","@id":1735759734,"@timestamp":1579704718},"coords":"51.5012776,-0.0400412","bedrooms":"2","price":"298000","area":"471"} , +{"type":"Feature","id":"n1735759767","geometry":{"type":"Point","coordinates":[-0.0457036,51.5012842]},"properties":{"@type":"node","@id":1735759767,"@timestamp":1579704653},"coords":"51.5012842,-0.0457036","bedrooms":"3","price":"231000","area":"480"} , +{"type":"Feature","id":"n1735759816","geometry":{"type":"Point","coordinates":[-0.085555,51.5012982]},"properties":{"@type":"node","@id":1735759816,"@timestamp":1579694377},"coords":"51.5012982,-0.085555","bedrooms":"3","price":"256000","area":"610"} , +{"type":"Feature","id":"n1735759839","geometry":{"type":"Point","coordinates":[-0.0901473,51.5013106]},"properties":{"@type":"node","@id":1735759839,"@timestamp":1579694350},"coords":"51.5013106,-0.0901473","bedrooms":"1","price":"282000","area":"646"} , +{"type":"Feature","id":"n1735759850","geometry":{"type":"Point","coordinates":[-0.0949932,51.5013219]},"properties":{"@type":"node","@id":1735759850,"@timestamp":1579694350},"coords":"51.5013219,-0.0949932","bedrooms":"0","price":"205000","area":"525"} , +{"type":"Feature","id":"n1735759860","geometry":{"type":"Point","coordinates":[-0.0500218,51.5013306]},"properties":{"@type":"node","@id":1735759860,"@timestamp":1579704653},"coords":"51.5013306,-0.0500218","bedrooms":"2","price":"270000","area":"470"} , +{"type":"Feature","id":"n1735759870","geometry":{"type":"Point","coordinates":[-0.0354019,51.5013386]},"properties":{"@type":"node","@id":1735759870,"@timestamp":1579704718},"coords":"51.5013386,-0.0354019","bedrooms":"4","price":"228000","area":"601"} , +{"type":"Feature","id":"n1735759883","geometry":{"type":"Point","coordinates":[-0.0474479,51.5013512]},"properties":{"@type":"node","@id":1735759883,"@timestamp":1579704653},"coords":"51.5013512,-0.0474479","bedrooms":"0","price":"162000","area":"638"} , +{"type":"Feature","id":"n1735759894","geometry":{"type":"Point","coordinates":[-0.0401693,51.5013608]},"properties":{"@type":"node","@id":1735759894,"@timestamp":1579704718},"coords":"51.5013608,-0.0401693","bedrooms":"1","price":"160000","area":"651"} , +{"type":"Feature","id":"n1735759906","geometry":{"type":"Point","coordinates":[-0.0327591,51.501371]},"properties":{"@type":"node","@id":1735759906,"@timestamp":1579704718},"coords":"51.501371,-0.0327591","bedrooms":"1","price":"198000","area":"397"} , +{"type":"Feature","id":"n1735759961","geometry":{"type":"Point","coordinates":[-0.049604,51.5013767]},"properties":{"@type":"node","@id":1735759961,"@timestamp":1579704653},"coords":"51.5013767,-0.049604","bedrooms":"4","price":"171000","area":"591"} , +{"type":"Feature","id":"n1735759996","geometry":{"type":"Point","coordinates":[-0.0888229,51.5013841]},"properties":{"@type":"node","@id":1735759996,"@timestamp":1579694350},"coords":"51.5013841,-0.0888229","bedrooms":"1","price":"268000","area":"501"} , +{"type":"Feature","id":"n1735760008","geometry":{"type":"Point","coordinates":[-0.0970086,51.5013951]},"properties":{"@type":"node","@id":1735760008,"@timestamp":1579694350},"coords":"51.5013951,-0.0970086","bedrooms":"1","price":"281000","area":"404"} , +{"type":"Feature","id":"n1735760020","geometry":{"type":"Point","coordinates":[-0.1074473,51.5014064]},"properties":{"@type":"node","@id":1735760020,"@timestamp":1579704862},"coords":"51.5014064,-0.1074473","bedrooms":"1","price":"209000","area":"472"} , +{"type":"Feature","id":"n1735760032","geometry":{"type":"Point","coordinates":[-0.0402787,51.5014151]},"properties":{"@type":"node","@id":1735760032,"@timestamp":1579704718},"coords":"51.5014151,-0.0402787","bedrooms":"2","price":"200000","area":"536"} , +{"type":"Feature","id":"n1735760050","geometry":{"type":"Point","coordinates":[-0.1088779,51.5014302]},"properties":{"@type":"node","@id":1735760050,"@timestamp":1579704862},"coords":"51.5014302,-0.1088779","bedrooms":"1","price":"294000","area":"543"} , +{"type":"Feature","id":"n1735760061","geometry":{"type":"Point","coordinates":[-0.034506,51.5014343]},"properties":{"@type":"node","@id":1735760061,"@timestamp":1579704718},"coords":"51.5014343,-0.034506","bedrooms":"3","price":"276000","area":"412"} , +{"type":"Feature","id":"n1735760071","geometry":{"type":"Point","coordinates":[-0.1065449,51.5014441]},"properties":{"@type":"node","@id":1735760071,"@timestamp":1579704836},"coords":"51.5014441,-0.1065449","bedrooms":"0","price":"236000","area":"521"} , +{"type":"Feature","id":"n1735760081","geometry":{"type":"Point","coordinates":[-0.0330234,51.5014509]},"properties":{"@type":"node","@id":1735760081,"@timestamp":1579704718},"coords":"51.5014509,-0.0330234","bedrooms":"3","price":"202000","area":"624"} , +{"type":"Feature","id":"n1735760092","geometry":{"type":"Point","coordinates":[-0.0988628,51.5014592]},"properties":{"@type":"node","@id":1735760092,"@timestamp":1579694350},"coords":"51.5014592,-0.0988628","bedrooms":"2","price":"276000","area":"665"} , +{"type":"Feature","id":"n1735760102","geometry":{"type":"Point","coordinates":[-0.0990306,51.501471]},"properties":{"@type":"node","@id":1735760102,"@timestamp":1579704836},"coords":"51.501471,-0.0990306","bedrooms":"3","price":"266000","area":"559"} , +{"type":"Feature","id":"n1735760119","geometry":{"type":"Point","coordinates":[-0.0352623,51.5014778]},"properties":{"@type":"node","@id":1735760119,"@timestamp":1579704718},"coords":"51.5014778,-0.0352623","bedrooms":"4","price":"263000","area":"611"} , +{"type":"Feature","id":"n1735760129","geometry":{"type":"Point","coordinates":[-0.092493,51.5014854]},"properties":{"@type":"node","@id":1735760129,"@timestamp":1579694350},"coords":"51.5014854,-0.092493","bedrooms":"0","price":"172000","area":"544"} , +{"type":"Feature","id":"n1735760166","geometry":{"type":"Point","coordinates":[-0.0326027,51.5015006]},"properties":{"@type":"node","@id":1735760166,"@timestamp":1579704718},"coords":"51.5015006,-0.0326027","bedrooms":"2","price":"279000","area":"445"} , +{"type":"Feature","id":"n1735760177","geometry":{"type":"Point","coordinates":[-0.0417706,51.5015142]},"properties":{"@type":"node","@id":1735760177,"@timestamp":1579704653},"coords":"51.5015142,-0.0417706","bedrooms":"3","price":"216000","area":"420"} , +{"type":"Feature","id":"n1735760188","geometry":{"type":"Point","coordinates":[-0.0804209,51.5015204]},"properties":{"@type":"node","@id":1735760188,"@timestamp":1579694377},"coords":"51.5015204,-0.0804209","bedrooms":"1","price":"156000","area":"386"} , +{"type":"Feature","id":"n1735760198","geometry":{"type":"Point","coordinates":[-0.0836246,51.5015311]},"properties":{"@type":"node","@id":1735760198,"@timestamp":1579694377},"coords":"51.5015311,-0.0836246","bedrooms":"3","price":"176000","area":"611"} , +{"type":"Feature","id":"n1735760208","geometry":{"type":"Point","coordinates":[-0.054139,51.5015412]},"properties":{"@type":"node","@id":1735760208,"@timestamp":1579704653},"coords":"51.5015412,-0.054139","bedrooms":"1","price":"240000","area":"679"} , +{"type":"Feature","id":"n1735760218","geometry":{"type":"Point","coordinates":[-0.0444239,51.5015512]},"properties":{"@type":"node","@id":1735760218,"@timestamp":1579704653},"coords":"51.5015512,-0.0444239","bedrooms":"2","price":"285000","area":"660"} , +{"type":"Feature","id":"n1735760228","geometry":{"type":"Point","coordinates":[-0.0472665,51.5015586]},"properties":{"@type":"node","@id":1735760228,"@timestamp":1579704653},"coords":"51.5015586,-0.0472665","bedrooms":"2","price":"154000","area":"428"} , +{"type":"Feature","id":"n1735760238","geometry":{"type":"Point","coordinates":[-0.0970221,51.5015666]},"properties":{"@type":"node","@id":1735760238,"@timestamp":1579694350},"coords":"51.5015666,-0.0970221","bedrooms":"4","price":"272000","area":"621"} , +{"type":"Feature","id":"n1735760248","geometry":{"type":"Point","coordinates":[-0.0474031,51.5015783]},"properties":{"@type":"node","@id":1735760248,"@timestamp":1579704653},"coords":"51.5015783,-0.0474031","bedrooms":"3","price":"239000","area":"639"} , +{"type":"Feature","id":"n1735760268","geometry":{"type":"Point","coordinates":[-0.0785031,51.5015876]},"properties":{"@type":"node","@id":1735760268,"@timestamp":1579694377},"coords":"51.5015876,-0.0785031","bedrooms":"1","price":"235000","area":"452"} , +{"type":"Feature","id":"n1735760306","geometry":{"type":"Point","coordinates":[-0.0861646,51.5015961]},"properties":{"@type":"node","@id":1735760306,"@timestamp":1579694377},"coords":"51.5015961,-0.0861646","bedrooms":"4","price":"183000","area":"481"} , +{"type":"Feature","id":"n1735760332","geometry":{"type":"Point","coordinates":[-0.0998133,51.5016104]},"properties":{"@type":"node","@id":1735760332,"@timestamp":1579704836},"coords":"51.5016104,-0.0998133","bedrooms":"0","price":"251000","area":"454"} , +{"type":"Feature","id":"n1735760342","geometry":{"type":"Point","coordinates":[-0.0419252,51.5016207]},"properties":{"@type":"node","@id":1735760342,"@timestamp":1579704653},"coords":"51.5016207,-0.0419252","bedrooms":"3","price":"274000","area":"565"} , +{"type":"Feature","id":"n1735760352","geometry":{"type":"Point","coordinates":[-0.033077,51.5016304]},"properties":{"@type":"node","@id":1735760352,"@timestamp":1579704718},"coords":"51.5016304,-0.033077","bedrooms":"4","price":"256000","area":"421"} , +{"type":"Feature","id":"n1735760370","geometry":{"type":"Point","coordinates":[-0.0383,51.5016439]},"properties":{"@type":"node","@id":1735760370,"@timestamp":1579704718},"coords":"51.5016439,-0.0383","bedrooms":"0","price":"183000","area":"435"} , +{"type":"Feature","id":"n1735760380","geometry":{"type":"Point","coordinates":[-0.0450218,51.5016486]},"properties":{"@type":"node","@id":1735760380,"@timestamp":1579704653},"coords":"51.5016486,-0.0450218","bedrooms":"2","price":"208000","area":"577"} , +{"type":"Feature","id":"n1735760390","geometry":{"type":"Point","coordinates":[-0.0423661,51.5016623]},"properties":{"@type":"node","@id":1735760390,"@timestamp":1579704653},"coords":"51.5016623,-0.0423661","bedrooms":"0","price":"173000","area":"447"} , +{"type":"Feature","id":"n1735760400","geometry":{"type":"Point","coordinates":[-0.0863309,51.5016698]},"properties":{"@type":"node","@id":1735760400,"@timestamp":1579694377},"coords":"51.5016698,-0.0863309","bedrooms":"0","price":"199000","area":"434"} , +{"type":"Feature","id":"n1735760410","geometry":{"type":"Point","coordinates":[-0.0471479,51.5016812]},"properties":{"@type":"node","@id":1735760410,"@timestamp":1579704653},"coords":"51.5016812,-0.0471479","bedrooms":"1","price":"216000","area":"391"} , +{"type":"Feature","id":"n1735760426","geometry":{"type":"Point","coordinates":[-0.0422933,51.5016942]},"properties":{"@type":"node","@id":1735760426,"@timestamp":1579704653},"coords":"51.5016942,-0.0422933","bedrooms":"0","price":"182000","area":"389"} , +{"type":"Feature","id":"n1735760470","geometry":{"type":"Point","coordinates":[-0.094504,51.5017063]},"properties":{"@type":"node","@id":1735760470,"@timestamp":1579694350},"coords":"51.5017063,-0.094504","bedrooms":"4","price":"244000","area":"364"} , +{"type":"Feature","id":"n1735760506","geometry":{"type":"Point","coordinates":[-0.0995399,51.5017167]},"properties":{"@type":"node","@id":1735760506,"@timestamp":1579704836},"coords":"51.5017167,-0.0995399","bedrooms":"0","price":"270000","area":"390"} , +{"type":"Feature","id":"n1735760518","geometry":{"type":"Point","coordinates":[-0.0459292,51.5017292]},"properties":{"@type":"node","@id":1735760518,"@timestamp":1579704653},"coords":"51.5017292,-0.0459292","bedrooms":"2","price":"297000","area":"575"} , +{"type":"Feature","id":"n1735760528","geometry":{"type":"Point","coordinates":[-0.0358571,51.5017408]},"properties":{"@type":"node","@id":1735760528,"@timestamp":1579704718},"coords":"51.5017408,-0.0358571","bedrooms":"1","price":"201000","area":"696"} , +{"type":"Feature","id":"n1735760538","geometry":{"type":"Point","coordinates":[-0.1002044,51.5017503]},"properties":{"@type":"node","@id":1735760538,"@timestamp":1579704836},"coords":"51.5017503,-0.1002044","bedrooms":"3","price":"227000","area":"675"} , +{"type":"Feature","id":"n1735760549","geometry":{"type":"Point","coordinates":[-0.0519292,51.5017592]},"properties":{"@type":"node","@id":1735760549,"@timestamp":1579704653},"coords":"51.5017592,-0.0519292","bedrooms":"2","price":"256000","area":"479"} , +{"type":"Feature","id":"n1735760560","geometry":{"type":"Point","coordinates":[-0.0423778,51.5017733]},"properties":{"@type":"node","@id":1735760560,"@timestamp":1579704653},"coords":"51.5017733,-0.0423778","bedrooms":"3","price":"172000","area":"482"} , +{"type":"Feature","id":"n1735760570","geometry":{"type":"Point","coordinates":[-0.10028,51.5017835]},"properties":{"@type":"node","@id":1735760570,"@timestamp":1579704836},"coords":"51.5017835,-0.10028","bedrooms":"0","price":"239000","area":"645"} , +{"type":"Feature","id":"n1735760580","geometry":{"type":"Point","coordinates":[-0.078205,51.5018004]},"properties":{"@type":"node","@id":1735760580,"@timestamp":1579694377},"coords":"51.5018004,-0.078205","bedrooms":"0","price":"207000","area":"541"} , +{"type":"Feature","id":"n1735760594","geometry":{"type":"Point","coordinates":[-0.0426287,51.5018094]},"properties":{"@type":"node","@id":1735760594,"@timestamp":1579704718},"coords":"51.5018094,-0.0426287","bedrooms":"2","price":"204000","area":"544"} , +{"type":"Feature","id":"n1735760610","geometry":{"type":"Point","coordinates":[-0.0332633,51.5018177]},"properties":{"@type":"node","@id":1735760610,"@timestamp":1579704718},"coords":"51.5018177,-0.0332633","bedrooms":"3","price":"165000","area":"512"} , +{"type":"Feature","id":"n1735760627","geometry":{"type":"Point","coordinates":[-0.0903611,51.50183]},"properties":{"@type":"node","@id":1735760627,"@timestamp":1579694350},"coords":"51.50183,-0.0903611","bedrooms":"2","price":"239000","area":"475"} , +{"type":"Feature","id":"n1735760678","geometry":{"type":"Point","coordinates":[-0.0838525,51.5018354]},"properties":{"@type":"node","@id":1735760678,"@timestamp":1579694377},"coords":"51.5018354,-0.0838525","bedrooms":"4","price":"160000","area":"632"} , +{"type":"Feature","id":"n1735760766","geometry":{"type":"Point","coordinates":[-0.0839943,51.5018449]},"properties":{"@type":"node","@id":1735760766,"@timestamp":1579694377},"coords":"51.5018449,-0.0839943","bedrooms":"1","price":"272000","area":"551"} , +{"type":"Feature","id":"n1735760857","geometry":{"type":"Point","coordinates":[-0.100299,51.5018523]},"properties":{"@type":"node","@id":1735760857,"@timestamp":1579704836},"coords":"51.5018523,-0.100299","bedrooms":"4","price":"248000","area":"512"} , +{"type":"Feature","id":"n1735760901","geometry":{"type":"Point","coordinates":[-0.1002562,51.5018664]},"properties":{"@type":"node","@id":1735760901,"@timestamp":1579704836},"coords":"51.5018664,-0.1002562","bedrooms":"2","price":"251000","area":"692"} , +{"type":"Feature","id":"n1735760913","geometry":{"type":"Point","coordinates":[-0.1004334,51.5018727]},"properties":{"@type":"node","@id":1735760913,"@timestamp":1579704836},"coords":"51.5018727,-0.1004334","bedrooms":"1","price":"286000","area":"433"} , +{"type":"Feature","id":"n1735760923","geometry":{"type":"Point","coordinates":[-0.0430758,51.5018785]},"properties":{"@type":"node","@id":1735760923,"@timestamp":1579704718},"coords":"51.5018785,-0.0430758","bedrooms":"0","price":"183000","area":"420"} , +{"type":"Feature","id":"n1735760935","geometry":{"type":"Point","coordinates":[-0.100155,51.501882]},"properties":{"@type":"node","@id":1735760935,"@timestamp":1579704836},"coords":"51.501882,-0.100155","bedrooms":"3","price":"171000","area":"626"} , +{"type":"Feature","id":"n1735760945","geometry":{"type":"Point","coordinates":[-0.0695068,51.5018886]},"properties":{"@type":"node","@id":1735760945,"@timestamp":1579704809},"coords":"51.5018886,-0.0695068","bedrooms":"0","price":"228000","area":"636"} , +{"type":"Feature","id":"n1735760955","geometry":{"type":"Point","coordinates":[-0.0838161,51.5018954]},"properties":{"@type":"node","@id":1735760955,"@timestamp":1579694377},"coords":"51.5018954,-0.0838161","bedrooms":"0","price":"167000","area":"597"} , +{"type":"Feature","id":"n1735760965","geometry":{"type":"Point","coordinates":[-0.0864332,51.5019068]},"properties":{"@type":"node","@id":1735760965,"@timestamp":1579694377},"coords":"51.5019068,-0.0864332","bedrooms":"3","price":"163000","area":"540"} , +{"type":"Feature","id":"n1735760975","geometry":{"type":"Point","coordinates":[-0.0446821,51.5019152]},"properties":{"@type":"node","@id":1735760975,"@timestamp":1579704718},"coords":"51.5019152,-0.0446821","bedrooms":"3","price":"189000","area":"576"} , +{"type":"Feature","id":"n1735760985","geometry":{"type":"Point","coordinates":[-0.0842303,51.5019259]},"properties":{"@type":"node","@id":1735760985,"@timestamp":1579694377},"coords":"51.5019259,-0.0842303","bedrooms":"0","price":"255000","area":"451"} , +{"type":"Feature","id":"n1735760997","geometry":{"type":"Point","coordinates":[-0.0331408,51.5019375]},"properties":{"@type":"node","@id":1735760997,"@timestamp":1579704718},"coords":"51.5019375,-0.0331408","bedrooms":"3","price":"287000","area":"468"} , +{"type":"Feature","id":"n1735761007","geometry":{"type":"Point","coordinates":[-0.0842107,51.5019454]},"properties":{"@type":"node","@id":1735761007,"@timestamp":1579694377},"coords":"51.5019454,-0.0842107","bedrooms":"0","price":"247000","area":"662"} , +{"type":"Feature","id":"n1735761017","geometry":{"type":"Point","coordinates":[-0.0427775,51.5019632]},"properties":{"@type":"node","@id":1735761017,"@timestamp":1579704718},"coords":"51.5019632,-0.0427775","bedrooms":"0","price":"224000","area":"649"} , +{"type":"Feature","id":"n1735761027","geometry":{"type":"Point","coordinates":[-0.0842164,51.5019787]},"properties":{"@type":"node","@id":1735761027,"@timestamp":1579694377},"coords":"51.5019787,-0.0842164","bedrooms":"1","price":"246000","area":"365"} , +{"type":"Feature","id":"n1735761040","geometry":{"type":"Point","coordinates":[-0.0451134,51.5020044]},"properties":{"@type":"node","@id":1735761040,"@timestamp":1611523275},"coords":"51.5020044,-0.0451134","bedrooms":"1","price":"259000","area":"493"} , +{"type":"Feature","id":"n1735761109","geometry":{"type":"Point","coordinates":[-0.0838264,51.5020082]},"properties":{"@type":"node","@id":1735761109,"@timestamp":1579694377},"coords":"51.5020082,-0.0838264","bedrooms":"2","price":"233000","area":"381"} , +{"type":"Feature","id":"n1735761173","geometry":{"type":"Point","coordinates":[-0.0453118,51.5020157]},"properties":{"@type":"node","@id":1735761173,"@timestamp":1579704718},"coords":"51.5020157,-0.0453118","bedrooms":"2","price":"259000","area":"607"} , +{"type":"Feature","id":"n1735761233","geometry":{"type":"Point","coordinates":[-0.0429174,51.5020271]},"properties":{"@type":"node","@id":1735761233,"@timestamp":1579704718},"coords":"51.5020271,-0.0429174","bedrooms":"3","price":"228000","area":"630"} , +{"type":"Feature","id":"n1735761347","geometry":{"type":"Point","coordinates":[-0.044078,51.5020392]},"properties":{"@type":"node","@id":1735761347,"@timestamp":1579704718},"coords":"51.5020392,-0.044078","bedrooms":"1","price":"263000","area":"688"} , +{"type":"Feature","id":"n1735761513","geometry":{"type":"Point","coordinates":[-0.0836443,51.5020435]},"properties":{"@type":"node","@id":1735761513,"@timestamp":1579694377},"coords":"51.5020435,-0.0836443","bedrooms":"2","price":"196000","area":"685"} , +{"type":"Feature","id":"n1735761715","geometry":{"type":"Point","coordinates":[-0.0452521,51.5020645]},"properties":{"@type":"node","@id":1735761715,"@timestamp":1611523275},"coords":"51.5020645,-0.0452521","bedrooms":"4","price":"151000","area":"602"} , +{"type":"Feature","id":"n1735761930","geometry":{"type":"Point","coordinates":[-0.0431798,51.5020629]},"properties":{"@type":"node","@id":1735761930,"@timestamp":1579704718},"coords":"51.5020629,-0.0431798","bedrooms":"1","price":"209000","area":"489"} , +{"type":"Feature","id":"n1735762104","geometry":{"type":"Point","coordinates":[-0.0323447,51.5020485]},"properties":{"@type":"node","@id":1735762104,"@timestamp":1579704718},"coords":"51.5020485,-0.0323447","bedrooms":"0","price":"298000","area":"699"} , +{"type":"Feature","id":"n1735762223","geometry":{"type":"Point","coordinates":[-0.0975488,51.5020906]},"properties":{"@type":"node","@id":1735762223,"@timestamp":1579694350},"coords":"51.5020906,-0.0975488","bedrooms":"0","price":"173000","area":"485"} , +{"type":"Feature","id":"n1735762290","geometry":{"type":"Point","coordinates":[-0.0930017,51.5021125]},"properties":{"@type":"node","@id":1735762290,"@timestamp":1579694350},"coords":"51.5021125,-0.0930017","bedrooms":"1","price":"281000","area":"543"} , +{"type":"Feature","id":"n1735762342","geometry":{"type":"Point","coordinates":[-0.0838958,51.5021316]},"properties":{"@type":"node","@id":1735762342,"@timestamp":1579694377},"coords":"51.5021316,-0.0838958","bedrooms":"1","price":"253000","area":"605"} , +{"type":"Feature","id":"n1735762381","geometry":{"type":"Point","coordinates":[-0.0902108,51.5021471]},"properties":{"@type":"node","@id":1735762381,"@timestamp":1579694350},"coords":"51.5021471,-0.0902108","bedrooms":"3","price":"294000","area":"567"} , +{"type":"Feature","id":"n1735762423","geometry":{"type":"Point","coordinates":[-0.0473908,51.5021667]},"properties":{"@type":"node","@id":1735762423,"@timestamp":1579704718},"coords":"51.5021667,-0.0473908","bedrooms":"3","price":"168000","area":"399"} , +{"type":"Feature","id":"n1735762433","geometry":{"type":"Point","coordinates":[-0.0786815,51.5021804]},"properties":{"@type":"node","@id":1735762433,"@timestamp":1579694377},"coords":"51.5021804,-0.0786815","bedrooms":"0","price":"296000","area":"651"} , +{"type":"Feature","id":"n1735762448","geometry":{"type":"Point","coordinates":[-0.0964473,51.5021928]},"properties":{"@type":"node","@id":1735762448,"@timestamp":1579694350},"coords":"51.5021928,-0.0964473","bedrooms":"2","price":"297000","area":"570"} , +{"type":"Feature","id":"n1735762458","geometry":{"type":"Point","coordinates":[-0.1005114,51.5022077]},"properties":{"@type":"node","@id":1735762458,"@timestamp":1579704836},"coords":"51.5022077,-0.1005114","bedrooms":"4","price":"296000","area":"554"} , +{"type":"Feature","id":"n1735762469","geometry":{"type":"Point","coordinates":[-0.0780987,51.5022217]},"properties":{"@type":"node","@id":1735762469,"@timestamp":1579694377},"coords":"51.5022217,-0.0780987","bedrooms":"4","price":"271000","area":"680"} , +{"type":"Feature","id":"n1735762479","geometry":{"type":"Point","coordinates":[-0.0946365,51.5022276]},"properties":{"@type":"node","@id":1735762479,"@timestamp":1579694350},"coords":"51.5022276,-0.0946365","bedrooms":"4","price":"285000","area":"692"} , +{"type":"Feature","id":"n1735762489","geometry":{"type":"Point","coordinates":[-0.0798875,51.5022501]},"properties":{"@type":"node","@id":1735762489,"@timestamp":1579694377},"coords":"51.5022501,-0.0798875","bedrooms":"3","price":"290000","area":"435"} , +{"type":"Feature","id":"n1735762525","geometry":{"type":"Point","coordinates":[-0.0323736,51.5022326]},"properties":{"@type":"node","@id":1735762525,"@timestamp":1579704718},"coords":"51.5022326,-0.0323736","bedrooms":"3","price":"211000","area":"414"} , +{"type":"Feature","id":"n1735762578","geometry":{"type":"Point","coordinates":[-0.0438452,51.5022789]},"properties":{"@type":"node","@id":1735762578,"@timestamp":1579704718},"coords":"51.5022789,-0.0438452","bedrooms":"1","price":"249000","area":"531"} , +{"type":"Feature","id":"n1735762698","geometry":{"type":"Point","coordinates":[-0.0974106,51.5022922]},"properties":{"@type":"node","@id":1735762698,"@timestamp":1579694350},"coords":"51.5022922,-0.0974106","bedrooms":"2","price":"237000","area":"474"} , +{"type":"Feature","id":"n1735762808","geometry":{"type":"Point","coordinates":[-0.0441032,51.5023103]},"properties":{"@type":"node","@id":1735762808,"@timestamp":1579704718},"coords":"51.5023103,-0.0441032","bedrooms":"0","price":"286000","area":"589"} , +{"type":"Feature","id":"n1735762922","geometry":{"type":"Point","coordinates":[-0.0442809,51.5023279]},"properties":{"@type":"node","@id":1735762922,"@timestamp":1579704718},"coords":"51.5023279,-0.0442809","bedrooms":"1","price":"279000","area":"416"} , +{"type":"Feature","id":"n1735762993","geometry":{"type":"Point","coordinates":[-0.095864,51.5023361]},"properties":{"@type":"node","@id":1735762993,"@timestamp":1579694350},"coords":"51.5023361,-0.095864","bedrooms":"0","price":"183000","area":"595"} , +{"type":"Feature","id":"n1735763070","geometry":{"type":"Point","coordinates":[-0.0380278,51.5023463]},"properties":{"@type":"node","@id":1735763070,"@timestamp":1579704718},"coords":"51.5023463,-0.0380278","bedrooms":"0","price":"284000","area":"519"} , +{"type":"Feature","id":"n1735763163","geometry":{"type":"Point","coordinates":[-0.0938517,51.5023562]},"properties":{"@type":"node","@id":1735763163,"@timestamp":1579694350},"coords":"51.5023562,-0.0938517","bedrooms":"4","price":"198000","area":"514"} , +{"type":"Feature","id":"n1735763236","geometry":{"type":"Point","coordinates":[-0.0382019,51.5023719]},"properties":{"@type":"node","@id":1735763236,"@timestamp":1579704718},"coords":"51.5023719,-0.0382019","bedrooms":"4","price":"245000","area":"691"} , +{"type":"Feature","id":"n1735763285","geometry":{"type":"Point","coordinates":[-0.0904102,51.5023837]},"properties":{"@type":"node","@id":1735763285,"@timestamp":1579694350},"coords":"51.5023837,-0.0904102","bedrooms":"4","price":"297000","area":"457"} , +{"type":"Feature","id":"n1735763334","geometry":{"type":"Point","coordinates":[-0.0799869,51.5023969]},"properties":{"@type":"node","@id":1735763334,"@timestamp":1579694377},"coords":"51.5023969,-0.0799869","bedrooms":"4","price":"180000","area":"684"} , +{"type":"Feature","id":"n1735763379","geometry":{"type":"Point","coordinates":[-0.095046,51.5025008]},"properties":{"@type":"node","@id":1735763379,"@timestamp":1579694350},"coords":"51.5025008,-0.095046","bedrooms":"3","price":"195000","area":"475"} , +{"type":"Feature","id":"n1735763421","geometry":{"type":"Point","coordinates":[-0.0902817,51.5024238]},"properties":{"@type":"node","@id":1735763421,"@timestamp":1579694350},"coords":"51.5024238,-0.0902817","bedrooms":"0","price":"182000","area":"509"} , +{"type":"Feature","id":"n1735763465","geometry":{"type":"Point","coordinates":[-0.092829,51.5024352]},"properties":{"@type":"node","@id":1735763465,"@timestamp":1579694350},"coords":"51.5024352,-0.092829","bedrooms":"0","price":"154000","area":"398"} , +{"type":"Feature","id":"n1735763501","geometry":{"type":"Point","coordinates":[-0.0331851,51.5024064]},"properties":{"@type":"node","@id":1735763501,"@timestamp":1579704718},"coords":"51.5024064,-0.0331851","bedrooms":"1","price":"240000","area":"460"} , +{"type":"Feature","id":"n1735763529","geometry":{"type":"Point","coordinates":[-0.0330586,51.5024185]},"properties":{"@type":"node","@id":1735763529,"@timestamp":1579704718},"coords":"51.5024185,-0.0330586","bedrooms":"0","price":"196000","area":"394"} , +{"type":"Feature","id":"n1735763581","geometry":{"type":"Point","coordinates":[-0.0356689,51.5024771]},"properties":{"@type":"node","@id":1735763581,"@timestamp":1579704718},"coords":"51.5024771,-0.0356689","bedrooms":"1","price":"194000","area":"591"} , +{"type":"Feature","id":"n1735763635","geometry":{"type":"Point","coordinates":[-0.0936,51.5024878]},"properties":{"@type":"node","@id":1735763635,"@timestamp":1579694350},"coords":"51.5024878,-0.0936","bedrooms":"0","price":"154000","area":"562"} , +{"type":"Feature","id":"n1735763719","geometry":{"type":"Point","coordinates":[-0.0990827,51.5024955]},"properties":{"@type":"node","@id":1735763719,"@timestamp":1579704836},"coords":"51.5024955,-0.0990827","bedrooms":"0","price":"225000","area":"525"} , +{"type":"Feature","id":"n1735763804","geometry":{"type":"Point","coordinates":[-0.0367774,51.5025084]},"properties":{"@type":"node","@id":1735763804,"@timestamp":1579704718},"coords":"51.5025084,-0.0367774","bedrooms":"3","price":"222000","area":"529"} , +{"type":"Feature","id":"n1735763898","geometry":{"type":"Point","coordinates":[-0.0786583,51.5025154]},"properties":{"@type":"node","@id":1735763898,"@timestamp":1579694377},"coords":"51.5025154,-0.0786583","bedrooms":"0","price":"170000","area":"407"} , +{"type":"Feature","id":"n1735763948","geometry":{"type":"Point","coordinates":[-0.084568,51.5025329]},"properties":{"@type":"node","@id":1735763948,"@timestamp":1579694377},"coords":"51.5025329,-0.084568","bedrooms":"1","price":"183000","area":"604"} , +{"type":"Feature","id":"n1735763992","geometry":{"type":"Point","coordinates":[-0.0969258,51.5025441]},"properties":{"@type":"node","@id":1735763992,"@timestamp":1579694350},"coords":"51.5025441,-0.0969258","bedrooms":"1","price":"198000","area":"476"} , +{"type":"Feature","id":"n1735764037","geometry":{"type":"Point","coordinates":[-0.0940338,51.5025529]},"properties":{"@type":"node","@id":1735764037,"@timestamp":1579694350},"coords":"51.5025529,-0.0940338","bedrooms":"3","price":"295000","area":"357"} , +{"type":"Feature","id":"n1735764115","geometry":{"type":"Point","coordinates":[-0.0904551,51.5025609]},"properties":{"@type":"node","@id":1735764115,"@timestamp":1579694350},"coords":"51.5025609,-0.0904551","bedrooms":"2","price":"244000","area":"351"} , +{"type":"Feature","id":"n1735764159","geometry":{"type":"Point","coordinates":[-0.1040829,51.5025743]},"properties":{"@type":"node","@id":1735764159,"@timestamp":1579704836},"coords":"51.5025743,-0.1040829","bedrooms":"2","price":"222000","area":"693"} , +{"type":"Feature","id":"n1735764202","geometry":{"type":"Point","coordinates":[-0.0486142,51.5025833]},"properties":{"@type":"node","@id":1735764202,"@timestamp":1579704718},"coords":"51.5025833,-0.0486142","bedrooms":"3","price":"250000","area":"398"} , +{"type":"Feature","id":"n1735764248","geometry":{"type":"Point","coordinates":[-0.0447392,51.5025996]},"properties":{"@type":"node","@id":1735764248,"@timestamp":1579704718},"coords":"51.5025996,-0.0447392","bedrooms":"2","price":"244000","area":"598"} , +{"type":"Feature","id":"n1735764292","geometry":{"type":"Point","coordinates":[-0.0789681,51.5026156]},"properties":{"@type":"node","@id":1735764292,"@timestamp":1579694377},"coords":"51.5026156,-0.0789681","bedrooms":"3","price":"153000","area":"465"} , +{"type":"Feature","id":"n1735764350","geometry":{"type":"Point","coordinates":[-0.0380468,51.5026298]},"properties":{"@type":"node","@id":1735764350,"@timestamp":1579704718},"coords":"51.5026298,-0.0380468","bedrooms":"4","price":"205000","area":"586"} , +{"type":"Feature","id":"n1735764389","geometry":{"type":"Point","coordinates":[-0.038546,51.5026441]},"properties":{"@type":"node","@id":1735764389,"@timestamp":1579704718},"coords":"51.5026441,-0.038546","bedrooms":"2","price":"193000","area":"435"} , +{"type":"Feature","id":"n1735764425","geometry":{"type":"Point","coordinates":[-0.079094,51.5026529]},"properties":{"@type":"node","@id":1735764425,"@timestamp":1579694377},"coords":"51.5026529,-0.079094","bedrooms":"0","price":"222000","area":"469"} , +{"type":"Feature","id":"n1735764458","geometry":{"type":"Point","coordinates":[-0.0951408,51.5026624]},"properties":{"@type":"node","@id":1735764458,"@timestamp":1579694350},"coords":"51.5026624,-0.0951408","bedrooms":"3","price":"296000","area":"440"} , +{"type":"Feature","id":"n1735764495","geometry":{"type":"Point","coordinates":[-0.0789451,51.5026709]},"properties":{"@type":"node","@id":1735764495,"@timestamp":1579694377},"coords":"51.5026709,-0.0789451","bedrooms":"4","price":"238000","area":"381"} , +{"type":"Feature","id":"n1735764527","geometry":{"type":"Point","coordinates":[-0.04837,51.50268]},"properties":{"@type":"node","@id":1735764527,"@timestamp":1579704718},"coords":"51.50268,-0.04837","bedrooms":"1","price":"174000","area":"383"} , +{"type":"Feature","id":"n1735764566","geometry":{"type":"Point","coordinates":[-0.0455533,51.5026918]},"properties":{"@type":"node","@id":1735764566,"@timestamp":1611523275},"coords":"51.5026918,-0.0455533","bedrooms":"4","price":"209000","area":"480"} , +{"type":"Feature","id":"n1735764599","geometry":{"type":"Point","coordinates":[-0.0448934,51.5027011]},"properties":{"@type":"node","@id":1735764599,"@timestamp":1579704718},"coords":"51.5027011,-0.0448934","bedrooms":"3","price":"152000","area":"486"} , +{"type":"Feature","id":"n1735764644","geometry":{"type":"Point","coordinates":[-0.1030891,51.5027118]},"properties":{"@type":"node","@id":1735764644,"@timestamp":1628836339},"coords":"51.5027118,-0.1030891","bedrooms":"4","price":"186000","area":"543"} , +{"type":"Feature","id":"n1735764682","geometry":{"type":"Point","coordinates":[-0.0451089,51.5027137]},"properties":{"@type":"node","@id":1735764682,"@timestamp":1579704718},"coords":"51.5027137,-0.0451089","bedrooms":"1","price":"202000","area":"562"} , +{"type":"Feature","id":"n1735764718","geometry":{"type":"Point","coordinates":[-0.0449646,51.5027203]},"properties":{"@type":"node","@id":1735764718,"@timestamp":1579704718},"coords":"51.5027203,-0.0449646","bedrooms":"0","price":"289000","area":"611"} , +{"type":"Feature","id":"n1735764754","geometry":{"type":"Point","coordinates":[-0.039052,51.5027371]},"properties":{"@type":"node","@id":1735764754,"@timestamp":1579704718},"coords":"51.5027371,-0.039052","bedrooms":"0","price":"189000","area":"428"} , +{"type":"Feature","id":"n1735764800","geometry":{"type":"Point","coordinates":[-0.0723247,51.5027427]},"properties":{"@type":"node","@id":1735764800,"@timestamp":1579694377},"coords":"51.5027427,-0.0723247","bedrooms":"2","price":"159000","area":"497"} , +{"type":"Feature","id":"n1735764840","geometry":{"type":"Point","coordinates":[-0.0990675,51.5027579]},"properties":{"@type":"node","@id":1735764840,"@timestamp":1579704836},"coords":"51.5027579,-0.0990675","bedrooms":"1","price":"244000","area":"388"} , +{"type":"Feature","id":"n1735764880","geometry":{"type":"Point","coordinates":[-0.0389427,51.5027764]},"properties":{"@type":"node","@id":1735764880,"@timestamp":1579704718},"coords":"51.5027764,-0.0389427","bedrooms":"1","price":"174000","area":"493"} , +{"type":"Feature","id":"n1735764918","geometry":{"type":"Point","coordinates":[-0.1022902,51.5027937]},"properties":{"@type":"node","@id":1735764918,"@timestamp":1579704836},"coords":"51.5027937,-0.1022902","bedrooms":"3","price":"181000","area":"457"} , +{"type":"Feature","id":"n1735764957","geometry":{"type":"Point","coordinates":[-0.0961907,51.5028112]},"properties":{"@type":"node","@id":1735764957,"@timestamp":1579694350},"coords":"51.5028112,-0.0961907","bedrooms":"3","price":"276000","area":"529"} , +{"type":"Feature","id":"n1735764992","geometry":{"type":"Point","coordinates":[-0.0485298,51.5028286]},"properties":{"@type":"node","@id":1735764992,"@timestamp":1579704718},"coords":"51.5028286,-0.0485298","bedrooms":"3","price":"169000","area":"638"} , +{"type":"Feature","id":"n1735765017","geometry":{"type":"Point","coordinates":[-0.0376897,51.5028533]},"properties":{"@type":"node","@id":1735765017,"@timestamp":1579704718},"coords":"51.5028533,-0.0376897","bedrooms":"2","price":"162000","area":"661"} , +{"type":"Feature","id":"n1735765058","geometry":{"type":"Point","coordinates":[-0.0365802,51.5028789]},"properties":{"@type":"node","@id":1735765058,"@timestamp":1579704718},"coords":"51.5028789,-0.0365802","bedrooms":"1","price":"154000","area":"626"} , +{"type":"Feature","id":"n1735765092","geometry":{"type":"Point","coordinates":[-0.0944929,51.5029085]},"properties":{"@type":"node","@id":1735765092,"@timestamp":1579694350},"coords":"51.5029085,-0.0944929","bedrooms":"4","price":"217000","area":"374"} , +{"type":"Feature","id":"n1735765134","geometry":{"type":"Point","coordinates":[-0.0390941,51.5029391]},"properties":{"@type":"node","@id":1735765134,"@timestamp":1579704718},"coords":"51.5029391,-0.0390941","bedrooms":"1","price":"208000","area":"500"} , +{"type":"Feature","id":"n1735765210","geometry":{"type":"Point","coordinates":[-0.0389054,51.5029641]},"properties":{"@type":"node","@id":1735765210,"@timestamp":1579704718},"coords":"51.5029641,-0.0389054","bedrooms":"0","price":"169000","area":"692"} , +{"type":"Feature","id":"n1735765280","geometry":{"type":"Point","coordinates":[-0.0375557,51.5029845]},"properties":{"@type":"node","@id":1735765280,"@timestamp":1579704718},"coords":"51.5029845,-0.0375557","bedrooms":"0","price":"215000","area":"493"} , +{"type":"Feature","id":"n1735765410","geometry":{"type":"Point","coordinates":[-0.0389267,51.5030215]},"properties":{"@type":"node","@id":1735765410,"@timestamp":1579704718},"coords":"51.5030215,-0.0389267","bedrooms":"2","price":"180000","area":"684"} , +{"type":"Feature","id":"n1735765519","geometry":{"type":"Point","coordinates":[-0.0993034,51.503049]},"properties":{"@type":"node","@id":1735765519,"@timestamp":1579704836},"coords":"51.503049,-0.0993034","bedrooms":"0","price":"268000","area":"521"} , +{"type":"Feature","id":"n1735765616","geometry":{"type":"Point","coordinates":[-0.0477384,51.5030741]},"properties":{"@type":"node","@id":1735765616,"@timestamp":1579704718},"coords":"51.5030741,-0.0477384","bedrooms":"3","price":"221000","area":"400"} , +{"type":"Feature","id":"n1735765731","geometry":{"type":"Point","coordinates":[-0.0980049,51.5030798]},"properties":{"@type":"node","@id":1735765731,"@timestamp":1579694350},"coords":"51.5030798,-0.0980049","bedrooms":"0","price":"173000","area":"405"} , +{"type":"Feature","id":"n1735765836","geometry":{"type":"Point","coordinates":[-0.0389599,51.5030991]},"properties":{"@type":"node","@id":1735765836,"@timestamp":1579704718},"coords":"51.5030991,-0.0389599","bedrooms":"3","price":"249000","area":"588"} , +{"type":"Feature","id":"n1735765939","geometry":{"type":"Point","coordinates":[-0.1024045,51.5031157]},"properties":{"@type":"node","@id":1735765939,"@timestamp":1579704836},"coords":"51.5031157,-0.1024045","bedrooms":"4","price":"200000","area":"553"} , +{"type":"Feature","id":"n1735766014","geometry":{"type":"Point","coordinates":[-0.0942933,51.5031478]},"properties":{"@type":"node","@id":1735766014,"@timestamp":1579694350},"coords":"51.5031478,-0.0942933","bedrooms":"1","price":"195000","area":"590"} , +{"type":"Feature","id":"n1735766099","geometry":{"type":"Point","coordinates":[-0.039595,51.5031666]},"properties":{"@type":"node","@id":1735766099,"@timestamp":1579704718},"coords":"51.5031666,-0.039595","bedrooms":"2","price":"250000","area":"351"} , +{"type":"Feature","id":"n1735766184","geometry":{"type":"Point","coordinates":[-0.0368212,51.5031798]},"properties":{"@type":"node","@id":1735766184,"@timestamp":1579704718},"coords":"51.5031798,-0.0368212","bedrooms":"3","price":"274000","area":"497"} , +{"type":"Feature","id":"n1735766268","geometry":{"type":"Point","coordinates":[-0.0422929,51.5031972]},"properties":{"@type":"node","@id":1735766268,"@timestamp":1579704718},"coords":"51.5031972,-0.0422929","bedrooms":"2","price":"234000","area":"495"} , +{"type":"Feature","id":"n1735766346","geometry":{"type":"Point","coordinates":[-0.0360454,51.503215]},"properties":{"@type":"node","@id":1735766346,"@timestamp":1579704718},"coords":"51.503215,-0.0360454","bedrooms":"0","price":"151000","area":"483"} , +{"type":"Feature","id":"n1735766398","geometry":{"type":"Point","coordinates":[-0.0946096,51.5032351]},"properties":{"@type":"node","@id":1735766398,"@timestamp":1579694350},"coords":"51.5032351,-0.0946096","bedrooms":"2","price":"158000","area":"483"} , +{"type":"Feature","id":"n1735766462","geometry":{"type":"Point","coordinates":[-0.0934936,51.5032651]},"properties":{"@type":"node","@id":1735766462,"@timestamp":1579694350},"coords":"51.5032651,-0.0934936","bedrooms":"3","price":"227000","area":"530"} , +{"type":"Feature","id":"n1735766557","geometry":{"type":"Point","coordinates":[-0.0417085,51.5032818]},"properties":{"@type":"node","@id":1735766557,"@timestamp":1579704718},"coords":"51.5032818,-0.0417085","bedrooms":"3","price":"169000","area":"536"} , +{"type":"Feature","id":"n1735766649","geometry":{"type":"Point","coordinates":[-0.0396027,51.5033025]},"properties":{"@type":"node","@id":1735766649,"@timestamp":1579704718},"coords":"51.5033025,-0.0396027","bedrooms":"1","price":"186000","area":"447"} , +{"type":"Feature","id":"n1735766729","geometry":{"type":"Point","coordinates":[-0.0388314,51.5033159]},"properties":{"@type":"node","@id":1735766729,"@timestamp":1579704718},"coords":"51.5033159,-0.0388314","bedrooms":"3","price":"236000","area":"397"} , +{"type":"Feature","id":"n1735766820","geometry":{"type":"Point","coordinates":[-0.0395211,51.5033277]},"properties":{"@type":"node","@id":1735766820,"@timestamp":1579704718},"coords":"51.5033277,-0.0395211","bedrooms":"1","price":"163000","area":"651"} , +{"type":"Feature","id":"n1735766938","geometry":{"type":"Point","coordinates":[-0.0792095,51.5033452]},"properties":{"@type":"node","@id":1735766938,"@timestamp":1579694377},"coords":"51.5033452,-0.0792095","bedrooms":"4","price":"241000","area":"691"} , +{"type":"Feature","id":"n1735767032","geometry":{"type":"Point","coordinates":[-0.034719,51.5033644]},"properties":{"@type":"node","@id":1735767032,"@timestamp":1579704718},"coords":"51.5033644,-0.034719","bedrooms":"4","price":"234000","area":"358"} , +{"type":"Feature","id":"n1735767120","geometry":{"type":"Point","coordinates":[-0.0356568,51.5033798]},"properties":{"@type":"node","@id":1735767120,"@timestamp":1579704718},"coords":"51.5033798,-0.0356568","bedrooms":"1","price":"299000","area":"565"} , +{"type":"Feature","id":"n1735767202","geometry":{"type":"Point","coordinates":[-0.0347239,51.5033939]},"properties":{"@type":"node","@id":1735767202,"@timestamp":1579704718},"coords":"51.5033939,-0.0347239","bedrooms":"3","price":"191000","area":"352"} , +{"type":"Feature","id":"n1735767273","geometry":{"type":"Point","coordinates":[-0.0401735,51.5034114]},"properties":{"@type":"node","@id":1735767273,"@timestamp":1579704718},"coords":"51.5034114,-0.0401735","bedrooms":"2","price":"277000","area":"456"} , +{"type":"Feature","id":"n1735767362","geometry":{"type":"Point","coordinates":[-0.0391866,51.5034411]},"properties":{"@type":"node","@id":1735767362,"@timestamp":1579704718},"coords":"51.5034411,-0.0391866","bedrooms":"3","price":"150000","area":"636"} , +{"type":"Feature","id":"n1735767432","geometry":{"type":"Point","coordinates":[-0.0342814,51.5034647]},"properties":{"@type":"node","@id":1735767432,"@timestamp":1579704718},"coords":"51.5034647,-0.0342814","bedrooms":"3","price":"244000","area":"378"} , +{"type":"Feature","id":"n1735767520","geometry":{"type":"Point","coordinates":[-0.042183,51.503478]},"properties":{"@type":"node","@id":1735767520,"@timestamp":1579704718},"coords":"51.503478,-0.042183","bedrooms":"1","price":"191000","area":"511"} , +{"type":"Feature","id":"n1735767682","geometry":{"type":"Point","coordinates":[-0.0476253,51.5035119]},"properties":{"@type":"node","@id":1735767682,"@timestamp":1579704718},"coords":"51.5035119,-0.0476253","bedrooms":"4","price":"262000","area":"522"} , +{"type":"Feature","id":"n1735767783","geometry":{"type":"Point","coordinates":[-0.0404518,51.5035354]},"properties":{"@type":"node","@id":1735767783,"@timestamp":1579704718},"coords":"51.5035354,-0.0404518","bedrooms":"3","price":"158000","area":"611"} , +{"type":"Feature","id":"n1735767913","geometry":{"type":"Point","coordinates":[-0.0796807,51.5035581]},"properties":{"@type":"node","@id":1735767913,"@timestamp":1579694377},"coords":"51.5035581,-0.0796807","bedrooms":"1","price":"269000","area":"681"} , +{"type":"Feature","id":"n1735768081","geometry":{"type":"Point","coordinates":[-0.0343178,51.503571]},"properties":{"@type":"node","@id":1735768081,"@timestamp":1579704718},"coords":"51.503571,-0.0343178","bedrooms":"0","price":"280000","area":"446"} , +{"type":"Feature","id":"n1735768187","geometry":{"type":"Point","coordinates":[-0.0477664,51.5035781]},"properties":{"@type":"node","@id":1735768187,"@timestamp":1579704718},"coords":"51.5035781,-0.0477664","bedrooms":"0","price":"243000","area":"434"} , +{"type":"Feature","id":"n1735768256","geometry":{"type":"Point","coordinates":[-0.0393212,51.503585]},"properties":{"@type":"node","@id":1735768256,"@timestamp":1579704718},"coords":"51.503585,-0.0393212","bedrooms":"1","price":"167000","area":"549"} , +{"type":"Feature","id":"n1735768336","geometry":{"type":"Point","coordinates":[-0.0385978,51.5036008]},"properties":{"@type":"node","@id":1735768336,"@timestamp":1579704718},"coords":"51.5036008,-0.0385978","bedrooms":"0","price":"296000","area":"489"} , +{"type":"Feature","id":"n1735768391","geometry":{"type":"Point","coordinates":[-0.0392338,51.5036115]},"properties":{"@type":"node","@id":1735768391,"@timestamp":1579704718},"coords":"51.5036115,-0.0392338","bedrooms":"1","price":"254000","area":"390"} , +{"type":"Feature","id":"n1735768432","geometry":{"type":"Point","coordinates":[-0.0758339,51.5033775]},"properties":{"@type":"node","@id":1735768432,"@timestamp":1579694377},"coords":"51.5033775,-0.0758339","bedrooms":"0","price":"153000","area":"524"} , +{"type":"Feature","id":"n1735768473","geometry":{"type":"Point","coordinates":[-0.0390057,51.5036459]},"properties":{"@type":"node","@id":1735768473,"@timestamp":1579704718},"coords":"51.5036459,-0.0390057","bedrooms":"0","price":"299000","area":"497"} , +{"type":"Feature","id":"n1735768516","geometry":{"type":"Point","coordinates":[-0.0347497,51.5036593]},"properties":{"@type":"node","@id":1735768516,"@timestamp":1579704718},"coords":"51.5036593,-0.0347497","bedrooms":"2","price":"219000","area":"640"} , +{"type":"Feature","id":"n1735768574","geometry":{"type":"Point","coordinates":[-0.0461977,51.5036702]},"properties":{"@type":"node","@id":1735768574,"@timestamp":1579704718},"coords":"51.5036702,-0.0461977","bedrooms":"4","price":"226000","area":"388"} , +{"type":"Feature","id":"n1735768658","geometry":{"type":"Point","coordinates":[-0.0461949,51.5036759]},"properties":{"@type":"node","@id":1735768658,"@timestamp":1579704718},"coords":"51.5036759,-0.0461949","bedrooms":"4","price":"247000","area":"627"} , +{"type":"Feature","id":"n1735768741","geometry":{"type":"Point","coordinates":[-0.0347599,51.5036921]},"properties":{"@type":"node","@id":1735768741,"@timestamp":1579704718},"coords":"51.5036921,-0.0347599","bedrooms":"1","price":"180000","area":"456"} , +{"type":"Feature","id":"n1735768786","geometry":{"type":"Point","coordinates":[-0.0450159,51.5037002]},"properties":{"@type":"node","@id":1735768786,"@timestamp":1579704718},"coords":"51.5037002,-0.0450159","bedrooms":"4","price":"165000","area":"400"} , +{"type":"Feature","id":"n1735768825","geometry":{"type":"Point","coordinates":[-0.0405082,51.5037132]},"properties":{"@type":"node","@id":1735768825,"@timestamp":1579704718},"coords":"51.5037132,-0.0405082","bedrooms":"4","price":"262000","area":"575"} , +{"type":"Feature","id":"n1735768849","geometry":{"type":"Point","coordinates":[-0.0347685,51.5037252]},"properties":{"@type":"node","@id":1735768849,"@timestamp":1579704718},"coords":"51.5037252,-0.0347685","bedrooms":"0","price":"225000","area":"606"} , +{"type":"Feature","id":"n1735768901","geometry":{"type":"Point","coordinates":[-0.0983006,51.5037362]},"properties":{"@type":"node","@id":1735768901,"@timestamp":1579694350},"coords":"51.5037362,-0.0983006","bedrooms":"2","price":"273000","area":"586"} , +{"type":"Feature","id":"n1735768948","geometry":{"type":"Point","coordinates":[-0.0347727,51.5037414]},"properties":{"@type":"node","@id":1735768948,"@timestamp":1579704718},"coords":"51.5037414,-0.0347727","bedrooms":"2","price":"281000","area":"607"} , +{"type":"Feature","id":"n1735769027","geometry":{"type":"Point","coordinates":[-0.0347748,51.5037531]},"properties":{"@type":"node","@id":1735769027,"@timestamp":1579704718},"coords":"51.5037531,-0.0347748","bedrooms":"2","price":"160000","area":"693"} , +{"type":"Feature","id":"n1735769080","geometry":{"type":"Point","coordinates":[-0.0383339,51.5037737]},"properties":{"@type":"node","@id":1735769080,"@timestamp":1579704718},"coords":"51.5037737,-0.0383339","bedrooms":"0","price":"268000","area":"592"} , +{"type":"Feature","id":"n1735769130","geometry":{"type":"Point","coordinates":[-0.0347823,51.5037824]},"properties":{"@type":"node","@id":1735769130,"@timestamp":1579704718},"coords":"51.5037824,-0.0347823","bedrooms":"3","price":"196000","area":"452"} , +{"type":"Feature","id":"n1735769203","geometry":{"type":"Point","coordinates":[-0.0347877,51.5037968]},"properties":{"@type":"node","@id":1735769203,"@timestamp":1579704718},"coords":"51.5037968,-0.0347877","bedrooms":"4","price":"229000","area":"655"} , +{"type":"Feature","id":"n1735769312","geometry":{"type":"Point","coordinates":[-0.0967947,51.5038053]},"properties":{"@type":"node","@id":1735769312,"@timestamp":1579694350},"coords":"51.5038053,-0.0967947","bedrooms":"2","price":"226000","area":"683"} , +{"type":"Feature","id":"n1735769410","geometry":{"type":"Point","coordinates":[-0.0473865,51.5038147]},"properties":{"@type":"node","@id":1735769410,"@timestamp":1579704718},"coords":"51.5038147,-0.0473865","bedrooms":"4","price":"274000","area":"495"} , +{"type":"Feature","id":"n1735769513","geometry":{"type":"Point","coordinates":[-0.0340867,51.5038241]},"properties":{"@type":"node","@id":1735769513,"@timestamp":1579704718},"coords":"51.5038241,-0.0340867","bedrooms":"1","price":"269000","area":"614"} , +{"type":"Feature","id":"n1735769588","geometry":{"type":"Point","coordinates":[-0.0348006,51.5038316]},"properties":{"@type":"node","@id":1735769588,"@timestamp":1579704718},"coords":"51.5038316,-0.0348006","bedrooms":"4","price":"209000","area":"358"} , +{"type":"Feature","id":"n1735769644","geometry":{"type":"Point","coordinates":[-0.0472939,51.5038439]},"properties":{"@type":"node","@id":1735769644,"@timestamp":1579704718},"coords":"51.5038439,-0.0472939","bedrooms":"3","price":"188000","area":"589"} , +{"type":"Feature","id":"n1735769697","geometry":{"type":"Point","coordinates":[-0.040312,51.5038526]},"properties":{"@type":"node","@id":1735769697,"@timestamp":1579704718},"coords":"51.5038526,-0.040312","bedrooms":"3","price":"268000","area":"379"} , +{"type":"Feature","id":"n1735769717","geometry":{"type":"Point","coordinates":[-0.0404948,51.5038637]},"properties":{"@type":"node","@id":1735769717,"@timestamp":1579704718},"coords":"51.5038637,-0.0404948","bedrooms":"3","price":"191000","area":"446"} , +{"type":"Feature","id":"n1735769781","geometry":{"type":"Point","coordinates":[-0.1064846,51.5038788]},"properties":{"@type":"node","@id":1735769781,"@timestamp":1579704836},"coords":"51.5038788,-0.1064846","bedrooms":"4","price":"167000","area":"478"} , +{"type":"Feature","id":"n1735769841","geometry":{"type":"Point","coordinates":[-0.0384261,51.5038913]},"properties":{"@type":"node","@id":1735769841,"@timestamp":1579704718},"coords":"51.5038913,-0.0384261","bedrooms":"3","price":"281000","area":"680"} , +{"type":"Feature","id":"n1735769886","geometry":{"type":"Point","coordinates":[-0.0375311,51.5039007]},"properties":{"@type":"node","@id":1735769886,"@timestamp":1579704718},"coords":"51.5039007,-0.0375311","bedrooms":"0","price":"260000","area":"382"} , +{"type":"Feature","id":"n1735769954","geometry":{"type":"Point","coordinates":[-0.0479639,51.503915]},"properties":{"@type":"node","@id":1735769954,"@timestamp":1579704718},"coords":"51.503915,-0.0479639","bedrooms":"4","price":"195000","area":"376"} , +{"type":"Feature","id":"n1735770035","geometry":{"type":"Point","coordinates":[-0.0364381,51.5039178]},"properties":{"@type":"node","@id":1735770035,"@timestamp":1579704718},"coords":"51.5039178,-0.0364381","bedrooms":"1","price":"152000","area":"587"} , +{"type":"Feature","id":"n1735770145","geometry":{"type":"Point","coordinates":[-0.0379083,51.503931]},"properties":{"@type":"node","@id":1735770145,"@timestamp":1579704718},"coords":"51.503931,-0.0379083","bedrooms":"0","price":"221000","area":"681"} , +{"type":"Feature","id":"n1735770256","geometry":{"type":"Point","coordinates":[-0.0375383,51.5039442]},"properties":{"@type":"node","@id":1735770256,"@timestamp":1579704718},"coords":"51.5039442,-0.0375383","bedrooms":"3","price":"190000","area":"614"} , +{"type":"Feature","id":"n1735770361","geometry":{"type":"Point","coordinates":[-0.0384547,51.5039529]},"properties":{"@type":"node","@id":1735770361,"@timestamp":1579704718},"coords":"51.5039529,-0.0384547","bedrooms":"1","price":"258000","area":"454"} , +{"type":"Feature","id":"n1735770469","geometry":{"type":"Point","coordinates":[-0.038811,51.5039634]},"properties":{"@type":"node","@id":1735770469,"@timestamp":1579704718},"coords":"51.5039634,-0.038811","bedrooms":"4","price":"257000","area":"490"} , +{"type":"Feature","id":"n1735770563","geometry":{"type":"Point","coordinates":[-0.0444468,51.5039723]},"properties":{"@type":"node","@id":1735770563,"@timestamp":1579704718},"coords":"51.5039723,-0.0444468","bedrooms":"2","price":"210000","area":"413"} , +{"type":"Feature","id":"n1735770681","geometry":{"type":"Point","coordinates":[-0.0376607,51.5039908]},"properties":{"@type":"node","@id":1735770681,"@timestamp":1579704718},"coords":"51.5039908,-0.0376607","bedrooms":"0","price":"183000","area":"425"} , +{"type":"Feature","id":"n1735770770","geometry":{"type":"Point","coordinates":[-0.034153,51.5040038]},"properties":{"@type":"node","@id":1735770770,"@timestamp":1579704718},"coords":"51.5040038,-0.034153","bedrooms":"1","price":"264000","area":"626"} , +{"type":"Feature","id":"n1735770867","geometry":{"type":"Point","coordinates":[-0.0380546,51.5040182]},"properties":{"@type":"node","@id":1735770867,"@timestamp":1579704718},"coords":"51.5040182,-0.0380546","bedrooms":"0","price":"169000","area":"653"} , +{"type":"Feature","id":"n1735770982","geometry":{"type":"Point","coordinates":[-0.0362632,51.5040279]},"properties":{"@type":"node","@id":1735770982,"@timestamp":1579704718},"coords":"51.5040279,-0.0362632","bedrooms":"1","price":"198000","area":"545"} , +{"type":"Feature","id":"n1735771069","geometry":{"type":"Point","coordinates":[-0.034164,51.5040316]},"properties":{"@type":"node","@id":1735771069,"@timestamp":1579704718},"coords":"51.5040316,-0.034164","bedrooms":"1","price":"264000","area":"358"} , +{"type":"Feature","id":"n1735771129","geometry":{"type":"Point","coordinates":[-0.0452014,51.5040488]},"properties":{"@type":"node","@id":1735771129,"@timestamp":1579704718},"coords":"51.5040488,-0.0452014","bedrooms":"4","price":"274000","area":"380"} , +{"type":"Feature","id":"n1735771233","geometry":{"type":"Point","coordinates":[-0.0376011,51.5040571]},"properties":{"@type":"node","@id":1735771233,"@timestamp":1579704718},"coords":"51.5040571,-0.0376011","bedrooms":"1","price":"201000","area":"390"} , +{"type":"Feature","id":"n1735771373","geometry":{"type":"Point","coordinates":[-0.0375276,51.5040662]},"properties":{"@type":"node","@id":1735771373,"@timestamp":1579704718},"coords":"51.5040662,-0.0375276","bedrooms":"1","price":"193000","area":"620"} , +{"type":"Feature","id":"n1735771492","geometry":{"type":"Point","coordinates":[-0.0365336,51.5040781]},"properties":{"@type":"node","@id":1735771492,"@timestamp":1579704718},"coords":"51.5040781,-0.0365336","bedrooms":"1","price":"277000","area":"381"} , +{"type":"Feature","id":"n1735771587","geometry":{"type":"Point","coordinates":[-0.044813,51.5041015]},"properties":{"@type":"node","@id":1735771587,"@timestamp":1579704718},"coords":"51.5041015,-0.044813","bedrooms":"2","price":"250000","area":"400"} , +{"type":"Feature","id":"n1735771784","geometry":{"type":"Point","coordinates":[-0.037319,51.5041072]},"properties":{"@type":"node","@id":1735771784,"@timestamp":1579704718},"coords":"51.5041072,-0.037319","bedrooms":"2","price":"207000","area":"575"} , +{"type":"Feature","id":"n1735771851","geometry":{"type":"Point","coordinates":[-0.035525,51.5041173]},"properties":{"@type":"node","@id":1735771851,"@timestamp":1579704718},"coords":"51.5041173,-0.035525","bedrooms":"0","price":"157000","area":"544"} , +{"type":"Feature","id":"n1735771908","geometry":{"type":"Point","coordinates":[-0.0358889,51.5041245]},"properties":{"@type":"node","@id":1735771908,"@timestamp":1579704718},"coords":"51.5041245,-0.0358889","bedrooms":"0","price":"226000","area":"550"} , +{"type":"Feature","id":"n1735771969","geometry":{"type":"Point","coordinates":[-0.0372156,51.5041329]},"properties":{"@type":"node","@id":1735771969,"@timestamp":1579704718},"coords":"51.5041329,-0.0372156","bedrooms":"0","price":"167000","area":"679"} , +{"type":"Feature","id":"n1735772029","geometry":{"type":"Point","coordinates":[-0.0454204,51.5041392]},"properties":{"@type":"node","@id":1735772029,"@timestamp":1579704718},"coords":"51.5041392,-0.0454204","bedrooms":"2","price":"242000","area":"462"} , +{"type":"Feature","id":"n1735772085","geometry":{"type":"Point","coordinates":[-0.0379245,51.5041548]},"properties":{"@type":"node","@id":1735772085,"@timestamp":1579704718},"coords":"51.5041548,-0.0379245","bedrooms":"1","price":"164000","area":"562"} , +{"type":"Feature","id":"n1735772152","geometry":{"type":"Point","coordinates":[-0.0776279,51.5041649]},"properties":{"@type":"node","@id":1735772152,"@timestamp":1579694377},"coords":"51.5041649,-0.0776279","bedrooms":"3","price":"201000","area":"503"} , +{"type":"Feature","id":"n1735772221","geometry":{"type":"Point","coordinates":[-0.0352299,51.5041763]},"properties":{"@type":"node","@id":1735772221,"@timestamp":1579704718},"coords":"51.5041763,-0.0352299","bedrooms":"2","price":"283000","area":"651"} , +{"type":"Feature","id":"n1735772338","geometry":{"type":"Point","coordinates":[-0.034407,51.5041886]},"properties":{"@type":"node","@id":1735772338,"@timestamp":1579704718},"coords":"51.5041886,-0.034407","bedrooms":"2","price":"259000","area":"618"} , +{"type":"Feature","id":"n1735772431","geometry":{"type":"Point","coordinates":[-0.0483841,51.504198]},"properties":{"@type":"node","@id":1735772431,"@timestamp":1579704718},"coords":"51.504198,-0.0483841","bedrooms":"1","price":"196000","area":"502"} , +{"type":"Feature","id":"n1735772497","geometry":{"type":"Point","coordinates":[-0.035448,51.5042086]},"properties":{"@type":"node","@id":1735772497,"@timestamp":1579704718},"coords":"51.5042086,-0.035448","bedrooms":"1","price":"179000","area":"576"} , +{"type":"Feature","id":"n1735772550","geometry":{"type":"Point","coordinates":[-0.0791264,51.504219]},"properties":{"@type":"node","@id":1735772550,"@timestamp":1579694377},"coords":"51.504219,-0.0791264","bedrooms":"3","price":"259000","area":"460"} , +{"type":"Feature","id":"n1735772600","geometry":{"type":"Point","coordinates":[-0.0412163,51.504229]},"properties":{"@type":"node","@id":1735772600,"@timestamp":1579704718},"coords":"51.504229,-0.0412163","bedrooms":"4","price":"190000","area":"576"} , +{"type":"Feature","id":"n1735772684","geometry":{"type":"Point","coordinates":[-0.0381025,51.5042482]},"properties":{"@type":"node","@id":1735772684,"@timestamp":1579704718},"coords":"51.5042482,-0.0381025","bedrooms":"4","price":"216000","area":"688"} , +{"type":"Feature","id":"n1735772737","geometry":{"type":"Point","coordinates":[-0.0483395,51.504263]},"properties":{"@type":"node","@id":1735772737,"@timestamp":1579704718},"coords":"51.504263,-0.0483395","bedrooms":"0","price":"279000","area":"465"} , +{"type":"Feature","id":"n1735772793","geometry":{"type":"Point","coordinates":[-0.0382095,51.5042694]},"properties":{"@type":"node","@id":1735772793,"@timestamp":1579704718},"coords":"51.5042694,-0.0382095","bedrooms":"4","price":"249000","area":"561"} , +{"type":"Feature","id":"n1735772869","geometry":{"type":"Point","coordinates":[-0.0344442,51.5042804]},"properties":{"@type":"node","@id":1735772869,"@timestamp":1579704718},"coords":"51.5042804,-0.0344442","bedrooms":"2","price":"150000","area":"431"} , +{"type":"Feature","id":"n1735772925","geometry":{"type":"Point","coordinates":[-0.0789715,51.5042904]},"properties":{"@type":"node","@id":1735772925,"@timestamp":1579694377},"coords":"51.5042904,-0.0789715","bedrooms":"1","price":"210000","area":"408"} , +{"type":"Feature","id":"n1735772959","geometry":{"type":"Point","coordinates":[-0.048527,51.5043036]},"properties":{"@type":"node","@id":1735772959,"@timestamp":1579704718},"coords":"51.5043036,-0.048527","bedrooms":"3","price":"272000","area":"635"} , +{"type":"Feature","id":"n1735773036","geometry":{"type":"Point","coordinates":[-0.0364087,51.5043211]},"properties":{"@type":"node","@id":1735773036,"@timestamp":1579704718},"coords":"51.5043211,-0.0364087","bedrooms":"1","price":"228000","area":"463"} , +{"type":"Feature","id":"n1735773107","geometry":{"type":"Point","coordinates":[-0.0399501,51.5043328]},"properties":{"@type":"node","@id":1735773107,"@timestamp":1579704718},"coords":"51.5043328,-0.0399501","bedrooms":"3","price":"250000","area":"664"} , +{"type":"Feature","id":"n1735773180","geometry":{"type":"Point","coordinates":[-0.0347352,51.5043412]},"properties":{"@type":"node","@id":1735773180,"@timestamp":1579704718},"coords":"51.5043412,-0.0347352","bedrooms":"2","price":"174000","area":"669"} , +{"type":"Feature","id":"n1735773279","geometry":{"type":"Point","coordinates":[-0.0350993,51.5043626]},"properties":{"@type":"node","@id":1735773279,"@timestamp":1579704718},"coords":"51.5043626,-0.0350993","bedrooms":"2","price":"297000","area":"574"} , +{"type":"Feature","id":"n1735773394","geometry":{"type":"Point","coordinates":[-0.0352325,51.5043694]},"properties":{"@type":"node","@id":1735773394,"@timestamp":1579704718},"coords":"51.5043694,-0.0352325","bedrooms":"4","price":"263000","area":"453"} , +{"type":"Feature","id":"n1735773482","geometry":{"type":"Point","coordinates":[-0.0785913,51.5043863]},"properties":{"@type":"node","@id":1735773482,"@timestamp":1579694377},"coords":"51.5043863,-0.0785913","bedrooms":"1","price":"253000","area":"356"} , +{"type":"Feature","id":"n1735773526","geometry":{"type":"Point","coordinates":[-0.0349668,51.5043976]},"properties":{"@type":"node","@id":1735773526,"@timestamp":1579704718},"coords":"51.5043976,-0.0349668","bedrooms":"1","price":"299000","area":"454"} , +{"type":"Feature","id":"n1735773579","geometry":{"type":"Point","coordinates":[-0.0370355,51.5044081]},"properties":{"@type":"node","@id":1735773579,"@timestamp":1579704718},"coords":"51.5044081,-0.0370355","bedrooms":"2","price":"277000","area":"370"} , +{"type":"Feature","id":"n1735773626","geometry":{"type":"Point","coordinates":[-0.0358634,51.5044187]},"properties":{"@type":"node","@id":1735773626,"@timestamp":1579704718},"coords":"51.5044187,-0.0358634","bedrooms":"0","price":"227000","area":"595"} , +{"type":"Feature","id":"n1735773677","geometry":{"type":"Point","coordinates":[-0.0362271,51.5044264]},"properties":{"@type":"node","@id":1735773677,"@timestamp":1579704718},"coords":"51.5044264,-0.0362271","bedrooms":"3","price":"182000","area":"514"} , +{"type":"Feature","id":"n1735773729","geometry":{"type":"Point","coordinates":[-0.0361245,51.5044334]},"properties":{"@type":"node","@id":1735773729,"@timestamp":1579704718},"coords":"51.5044334,-0.0361245","bedrooms":"4","price":"242000","area":"373"} , +{"type":"Feature","id":"n1735773778","geometry":{"type":"Point","coordinates":[-0.0781886,51.5044386]},"properties":{"@type":"node","@id":1735773778,"@timestamp":1579694377},"coords":"51.5044386,-0.0781886","bedrooms":"2","price":"285000","area":"451"} , +{"type":"Feature","id":"n1735773824","geometry":{"type":"Point","coordinates":[-0.0378414,51.5044488]},"properties":{"@type":"node","@id":1735773824,"@timestamp":1579704718},"coords":"51.5044488,-0.0378414","bedrooms":"2","price":"173000","area":"547"} , +{"type":"Feature","id":"n1735773889","geometry":{"type":"Point","coordinates":[-0.0471861,51.5044722]},"properties":{"@type":"node","@id":1735773889,"@timestamp":1579704718},"coords":"51.5044722,-0.0471861","bedrooms":"0","price":"218000","area":"397"} , +{"type":"Feature","id":"n1735773953","geometry":{"type":"Point","coordinates":[-0.0355552,51.5044798]},"properties":{"@type":"node","@id":1735773953,"@timestamp":1579704718},"coords":"51.5044798,-0.0355552","bedrooms":"1","price":"259000","area":"622"} , +{"type":"Feature","id":"n1735774025","geometry":{"type":"Point","coordinates":[-0.0470899,51.5044957]},"properties":{"@type":"node","@id":1735774025,"@timestamp":1579704718},"coords":"51.5044957,-0.0470899","bedrooms":"1","price":"288000","area":"678"} , +{"type":"Feature","id":"n1735774065","geometry":{"type":"Point","coordinates":[-0.0420566,51.5045091]},"properties":{"@type":"node","@id":1735774065,"@timestamp":1579704718},"coords":"51.5045091,-0.0420566","bedrooms":"0","price":"182000","area":"589"} , +{"type":"Feature","id":"n1735774112","geometry":{"type":"Point","coordinates":[-0.0376332,51.5045281]},"properties":{"@type":"node","@id":1735774112,"@timestamp":1579704718},"coords":"51.5045281,-0.0376332","bedrooms":"4","price":"215000","area":"550"} , +{"type":"Feature","id":"n1735774155","geometry":{"type":"Point","coordinates":[-0.0376106,51.5045426]},"properties":{"@type":"node","@id":1735774155,"@timestamp":1579704718},"coords":"51.5045426,-0.0376106","bedrooms":"4","price":"157000","area":"595"} , +{"type":"Feature","id":"n1735774203","geometry":{"type":"Point","coordinates":[-0.0375166,51.5045604]},"properties":{"@type":"node","@id":1735774203,"@timestamp":1579704718},"coords":"51.5045604,-0.0375166","bedrooms":"4","price":"286000","area":"365"} , +{"type":"Feature","id":"n1735774249","geometry":{"type":"Point","coordinates":[-0.0462665,51.5045782]},"properties":{"@type":"node","@id":1735774249,"@timestamp":1579704718},"coords":"51.5045782,-0.0462665","bedrooms":"0","price":"178000","area":"473"} , +{"type":"Feature","id":"n1735774294","geometry":{"type":"Point","coordinates":[-0.0377969,51.5045919]},"properties":{"@type":"node","@id":1735774294,"@timestamp":1579704718},"coords":"51.5045919,-0.0377969","bedrooms":"4","price":"182000","area":"692"} , +{"type":"Feature","id":"n1735774341","geometry":{"type":"Point","coordinates":[-0.0422605,51.5046152]},"properties":{"@type":"node","@id":1735774341,"@timestamp":1579704718},"coords":"51.5046152,-0.0422605","bedrooms":"0","price":"201000","area":"619"} , +{"type":"Feature","id":"n1735774388","geometry":{"type":"Point","coordinates":[-0.0418001,51.5046509]},"properties":{"@type":"node","@id":1735774388,"@timestamp":1579704718},"coords":"51.5046509,-0.0418001","bedrooms":"3","price":"271000","area":"665"} , +{"type":"Feature","id":"n1735774434","geometry":{"type":"Point","coordinates":[-0.0372171,51.5046758]},"properties":{"@type":"node","@id":1735774434,"@timestamp":1579704718},"coords":"51.5046758,-0.0372171","bedrooms":"3","price":"174000","area":"557"} , +{"type":"Feature","id":"n1735774487","geometry":{"type":"Point","coordinates":[-0.0408508,51.5046989]},"properties":{"@type":"node","@id":1735774487,"@timestamp":1579704718},"coords":"51.5046989,-0.0408508","bedrooms":"4","price":"205000","area":"601"} , +{"type":"Feature","id":"n1735774538","geometry":{"type":"Point","coordinates":[-0.0420803,51.5047201]},"properties":{"@type":"node","@id":1735774538,"@timestamp":1579704718},"coords":"51.5047201,-0.0420803","bedrooms":"0","price":"174000","area":"490"} , +{"type":"Feature","id":"n1735774584","geometry":{"type":"Point","coordinates":[-0.0368372,51.5047451]},"properties":{"@type":"node","@id":1735774584,"@timestamp":1579704718},"coords":"51.5047451,-0.0368372","bedrooms":"3","price":"170000","area":"516"} , +{"type":"Feature","id":"n1735774632","geometry":{"type":"Point","coordinates":[-0.0368781,51.504772]},"properties":{"@type":"node","@id":1735774632,"@timestamp":1579704718},"coords":"51.504772,-0.0368781","bedrooms":"1","price":"159000","area":"525"} , +{"type":"Feature","id":"n1735774673","geometry":{"type":"Point","coordinates":[-0.0405367,51.5048173]},"properties":{"@type":"node","@id":1735774673,"@timestamp":1579704718},"coords":"51.5048173,-0.0405367","bedrooms":"4","price":"248000","area":"422"} , +{"type":"Feature","id":"n1735774713","geometry":{"type":"Point","coordinates":[-0.0403057,51.5048553]},"properties":{"@type":"node","@id":1735774713,"@timestamp":1579704718},"coords":"51.5048553,-0.0403057","bedrooms":"1","price":"162000","area":"641"} , +{"type":"Feature","id":"n1735774848","geometry":{"type":"Point","coordinates":[-0.0419653,51.5048889]},"properties":{"@type":"node","@id":1735774848,"@timestamp":1579704718},"coords":"51.5048889,-0.0419653","bedrooms":"2","price":"208000","area":"664"} , +{"type":"Feature","id":"n1735774912","geometry":{"type":"Point","coordinates":[-0.0371801,51.504938]},"properties":{"@type":"node","@id":1735774912,"@timestamp":1579704718},"coords":"51.504938,-0.0371801","bedrooms":"3","price":"225000","area":"516"} , +{"type":"Feature","id":"n1735774960","geometry":{"type":"Point","coordinates":[-0.037116,51.5049714]},"properties":{"@type":"node","@id":1735774960,"@timestamp":1579704718},"coords":"51.5049714,-0.037116","bedrooms":"4","price":"207000","area":"581"} , +{"type":"Feature","id":"n1735775012","geometry":{"type":"Point","coordinates":[-0.0375063,51.5050542]},"properties":{"@type":"node","@id":1735775012,"@timestamp":1579704718},"coords":"51.5050542,-0.0375063","bedrooms":"2","price":"237000","area":"636"} , +{"type":"Feature","id":"n1735775070","geometry":{"type":"Point","coordinates":[-0.1036758,51.5050862]},"properties":{"@type":"node","@id":1735775070,"@timestamp":1579704836},"coords":"51.5050862,-0.1036758","bedrooms":"4","price":"298000","area":"660"} , +{"type":"Feature","id":"n1735775158","geometry":{"type":"Point","coordinates":[-0.0441752,51.5051072]},"properties":{"@type":"node","@id":1735775158,"@timestamp":1579704718},"coords":"51.5051072,-0.0441752","bedrooms":"3","price":"215000","area":"427"} , +{"type":"Feature","id":"n1735775241","geometry":{"type":"Point","coordinates":[-0.0937264,51.5051511]},"properties":{"@type":"node","@id":1735775241,"@timestamp":1579694350},"coords":"51.5051511,-0.0937264","bedrooms":"0","price":"281000","area":"426"} , +{"type":"Feature","id":"n1735775324","geometry":{"type":"Point","coordinates":[-0.042607,51.5051889]},"properties":{"@type":"node","@id":1735775324,"@timestamp":1579704718},"coords":"51.5051889,-0.042607","bedrooms":"1","price":"260000","area":"536"} , +{"type":"Feature","id":"n1735775383","geometry":{"type":"Point","coordinates":[-0.0430006,51.5052165]},"properties":{"@type":"node","@id":1735775383,"@timestamp":1579704718},"coords":"51.5052165,-0.0430006","bedrooms":"1","price":"276000","area":"611"} , +{"type":"Feature","id":"n1735775431","geometry":{"type":"Point","coordinates":[-0.0418304,51.5052489]},"properties":{"@type":"node","@id":1735775431,"@timestamp":1579704718},"coords":"51.5052489,-0.0418304","bedrooms":"3","price":"180000","area":"654"} , +{"type":"Feature","id":"n1735775479","geometry":{"type":"Point","coordinates":[-0.0433991,51.505293]},"properties":{"@type":"node","@id":1735775479,"@timestamp":1579704718},"coords":"51.505293,-0.0433991","bedrooms":"0","price":"270000","area":"673"} , +{"type":"Feature","id":"n1735775522","geometry":{"type":"Point","coordinates":[-0.0371936,51.5053306]},"properties":{"@type":"node","@id":1735775522,"@timestamp":1579704718},"coords":"51.5053306,-0.0371936","bedrooms":"4","price":"235000","area":"582"} , +{"type":"Feature","id":"n1735775575","geometry":{"type":"Point","coordinates":[-0.0937087,51.5053467]},"properties":{"@type":"node","@id":1735775575,"@timestamp":1579694350},"coords":"51.5053467,-0.0937087","bedrooms":"4","price":"265000","area":"385"} , +{"type":"Feature","id":"n1735775654","geometry":{"type":"Point","coordinates":[-0.037518,51.5053816]},"properties":{"@type":"node","@id":1735775654,"@timestamp":1579704718},"coords":"51.5053816,-0.037518","bedrooms":"0","price":"206000","area":"485"} , +{"type":"Feature","id":"n1735775716","geometry":{"type":"Point","coordinates":[-0.0412002,51.5054104]},"properties":{"@type":"node","@id":1735775716,"@timestamp":1579704718},"coords":"51.5054104,-0.0412002","bedrooms":"0","price":"186000","area":"623"} , +{"type":"Feature","id":"n1735775810","geometry":{"type":"Point","coordinates":[-0.1057208,51.5054445]},"properties":{"@type":"node","@id":1735775810,"@timestamp":1579704836},"coords":"51.5054445,-0.1057208","bedrooms":"0","price":"276000","area":"441"} , +{"type":"Feature","id":"n1735775915","geometry":{"type":"Point","coordinates":[-0.1031832,51.5054942]},"properties":{"@type":"node","@id":1735775915,"@timestamp":1579704836},"coords":"51.5054942,-0.1031832","bedrooms":"3","price":"200000","area":"682"} , +{"type":"Feature","id":"n1735776005","geometry":{"type":"Point","coordinates":[-0.0391092,51.5055298]},"properties":{"@type":"node","@id":1735776005,"@timestamp":1579704718},"coords":"51.5055298,-0.0391092","bedrooms":"4","price":"225000","area":"593"} , +{"type":"Feature","id":"n1735776211","geometry":{"type":"Point","coordinates":[-0.0375072,51.5055652]},"properties":{"@type":"node","@id":1735776211,"@timestamp":1579704718},"coords":"51.5055652,-0.0375072","bedrooms":"1","price":"177000","area":"490"} , +{"type":"Feature","id":"n1735776450","geometry":{"type":"Point","coordinates":[-0.0382127,51.505602]},"properties":{"@type":"node","@id":1735776450,"@timestamp":1579704718},"coords":"51.505602,-0.0382127","bedrooms":"1","price":"175000","area":"657"} , +{"type":"Feature","id":"n1735776677","geometry":{"type":"Point","coordinates":[-0.0383704,51.5056227]},"properties":{"@type":"node","@id":1735776677,"@timestamp":1579704718},"coords":"51.5056227,-0.0383704","bedrooms":"4","price":"168000","area":"589"} , +{"type":"Feature","id":"n1735776933","geometry":{"type":"Point","coordinates":[-0.0374833,51.5056562]},"properties":{"@type":"node","@id":1735776933,"@timestamp":1579704718},"coords":"51.5056562,-0.0374833","bedrooms":"2","price":"240000","area":"399"} , +{"type":"Feature","id":"n1735777189","geometry":{"type":"Point","coordinates":[-0.0371825,51.5057154]},"properties":{"@type":"node","@id":1735777189,"@timestamp":1579704718},"coords":"51.5057154,-0.0371825","bedrooms":"0","price":"272000","area":"622"} , +{"type":"Feature","id":"n1735777380","geometry":{"type":"Point","coordinates":[-0.0408512,51.5057362]},"properties":{"@type":"node","@id":1735777380,"@timestamp":1579704718},"coords":"51.5057362,-0.0408512","bedrooms":"2","price":"230000","area":"594"} , +{"type":"Feature","id":"n1735777525","geometry":{"type":"Point","coordinates":[-0.0403296,51.5057503]},"properties":{"@type":"node","@id":1735777525,"@timestamp":1579704718},"coords":"51.5057503,-0.0403296","bedrooms":"2","price":"277000","area":"648"} , +{"type":"Feature","id":"n1735777678","geometry":{"type":"Point","coordinates":[-0.041187,51.5057757]},"properties":{"@type":"node","@id":1735777678,"@timestamp":1579704718},"coords":"51.5057757,-0.041187","bedrooms":"1","price":"278000","area":"414"} , +{"type":"Feature","id":"n1735777811","geometry":{"type":"Point","coordinates":[-0.0381084,51.5057973]},"properties":{"@type":"node","@id":1735777811,"@timestamp":1579704718},"coords":"51.5057973,-0.0381084","bedrooms":"0","price":"188000","area":"389"} , +{"type":"Feature","id":"n1735777926","geometry":{"type":"Point","coordinates":[-0.1033437,51.5058237]},"properties":{"@type":"node","@id":1735777926,"@timestamp":1579704836},"coords":"51.5058237,-0.1033437","bedrooms":"1","price":"228000","area":"445"} , +{"type":"Feature","id":"n1735778024","geometry":{"type":"Point","coordinates":[-0.0374439,51.5058474]},"properties":{"@type":"node","@id":1735778024,"@timestamp":1579704718},"coords":"51.5058474,-0.0374439","bedrooms":"1","price":"267000","area":"553"} , +{"type":"Feature","id":"n1735778111","geometry":{"type":"Point","coordinates":[-0.0932202,51.5058554]},"properties":{"@type":"node","@id":1735778111,"@timestamp":1579694350},"coords":"51.5058554,-0.0932202","bedrooms":"4","price":"261000","area":"492"} , +{"type":"Feature","id":"n1735778179","geometry":{"type":"Point","coordinates":[-0.0411315,51.5058761]},"properties":{"@type":"node","@id":1735778179,"@timestamp":1579704718},"coords":"51.5058761,-0.0411315","bedrooms":"1","price":"199000","area":"472"} , +{"type":"Feature","id":"n1735778269","geometry":{"type":"Point","coordinates":[-0.0993332,51.5058905]},"properties":{"@type":"node","@id":1735778269,"@timestamp":1579704836},"coords":"51.5058905,-0.0993332","bedrooms":"1","price":"250000","area":"590"} , +{"type":"Feature","id":"n1735778354","geometry":{"type":"Point","coordinates":[-0.0382169,51.5059223]},"properties":{"@type":"node","@id":1735778354,"@timestamp":1579704718},"coords":"51.5059223,-0.0382169","bedrooms":"4","price":"204000","area":"625"} , +{"type":"Feature","id":"n1735778430","geometry":{"type":"Point","coordinates":[-0.042536,51.505938]},"properties":{"@type":"node","@id":1735778430,"@timestamp":1579704718},"coords":"51.505938,-0.042536","bedrooms":"3","price":"243000","area":"491"} , +{"type":"Feature","id":"n1735778511","geometry":{"type":"Point","coordinates":[-0.0424593,51.5059597]},"properties":{"@type":"node","@id":1735778511,"@timestamp":1579704718},"coords":"51.5059597,-0.0424593","bedrooms":"0","price":"180000","area":"400"} , +{"type":"Feature","id":"n1735778571","geometry":{"type":"Point","coordinates":[-0.0373068,51.5059717]},"properties":{"@type":"node","@id":1735778571,"@timestamp":1579704718},"coords":"51.5059717,-0.0373068","bedrooms":"1","price":"221000","area":"529"} , +{"type":"Feature","id":"n1735778648","geometry":{"type":"Point","coordinates":[-0.0371544,51.5059866]},"properties":{"@type":"node","@id":1735778648,"@timestamp":1579704718},"coords":"51.5059866,-0.0371544","bedrooms":"1","price":"246000","area":"654"} , +{"type":"Feature","id":"n1735778754","geometry":{"type":"Point","coordinates":[-0.0993171,51.5059856]},"properties":{"@type":"node","@id":1735778754,"@timestamp":1579704836},"coords":"51.5059856,-0.0993171","bedrooms":"3","price":"240000","area":"381"} , +{"type":"Feature","id":"n1735778843","geometry":{"type":"Point","coordinates":[-0.0422993,51.5060112]},"properties":{"@type":"node","@id":1735778843,"@timestamp":1579704718},"coords":"51.5060112,-0.0422993","bedrooms":"1","price":"192000","area":"613"} , +{"type":"Feature","id":"n1735778933","geometry":{"type":"Point","coordinates":[-0.0929528,51.5060232]},"properties":{"@type":"node","@id":1735778933,"@timestamp":1579694350},"coords":"51.5060232,-0.0929528","bedrooms":"4","price":"244000","area":"382"} , +{"type":"Feature","id":"n1735779001","geometry":{"type":"Point","coordinates":[-0.1041454,51.5060381]},"properties":{"@type":"node","@id":1735779001,"@timestamp":1579704836},"coords":"51.5060381,-0.1041454","bedrooms":"0","price":"249000","area":"526"} , +{"type":"Feature","id":"n1735779113","geometry":{"type":"Point","coordinates":[-0.0977348,51.5060611]},"properties":{"@type":"node","@id":1735779113,"@timestamp":1579694350},"coords":"51.5060611,-0.0977348","bedrooms":"0","price":"177000","area":"370"} , +{"type":"Feature","id":"n1735779203","geometry":{"type":"Point","coordinates":[-0.0980477,51.506081]},"properties":{"@type":"node","@id":1735779203,"@timestamp":1579694350},"coords":"51.506081,-0.0980477","bedrooms":"0","price":"203000","area":"446"} , +{"type":"Feature","id":"n1735779319","geometry":{"type":"Point","coordinates":[-0.0987015,51.5061022]},"properties":{"@type":"node","@id":1735779319,"@timestamp":1591055757},"coords":"51.5061022,-0.0987015","bedrooms":"4","price":"211000","area":"514"} , +{"type":"Feature","id":"n1735779441","geometry":{"type":"Point","coordinates":[-0.0371699,51.5061353]},"properties":{"@type":"node","@id":1735779441,"@timestamp":1579704718},"coords":"51.5061353,-0.0371699","bedrooms":"3","price":"188000","area":"382"} , +{"type":"Feature","id":"n1735779541","geometry":{"type":"Point","coordinates":[-0.0392345,51.5061721]},"properties":{"@type":"node","@id":1735779541,"@timestamp":1579704718},"coords":"51.5061721,-0.0392345","bedrooms":"4","price":"298000","area":"658"} , +{"type":"Feature","id":"n1735779657","geometry":{"type":"Point","coordinates":[-0.0414873,51.5061937]},"properties":{"@type":"node","@id":1735779657,"@timestamp":1579704718},"coords":"51.5061937,-0.0414873","bedrooms":"3","price":"172000","area":"410"} , +{"type":"Feature","id":"n1735779771","geometry":{"type":"Point","coordinates":[-0.0412756,51.5062262]},"properties":{"@type":"node","@id":1735779771,"@timestamp":1579704718},"coords":"51.5062262,-0.0412756","bedrooms":"3","price":"150000","area":"556"} , +{"type":"Feature","id":"n1735779953","geometry":{"type":"Point","coordinates":[-0.099369,51.5062641]},"properties":{"@type":"node","@id":1735779953,"@timestamp":1579704836},"coords":"51.5062641,-0.099369","bedrooms":"0","price":"175000","area":"495"} , +{"type":"Feature","id":"n1735780154","geometry":{"type":"Point","coordinates":[-0.1054934,51.5063169]},"properties":{"@type":"node","@id":1735780154,"@timestamp":1579704836},"coords":"51.5063169,-0.1054934","bedrooms":"2","price":"241000","area":"539"} , +{"type":"Feature","id":"n1735780389","geometry":{"type":"Point","coordinates":[-0.0993753,51.5063405]},"properties":{"@type":"node","@id":1735780389,"@timestamp":1579704836},"coords":"51.5063405,-0.0993753","bedrooms":"2","price":"193000","area":"575"} , +{"type":"Feature","id":"n1735780464","geometry":{"type":"Point","coordinates":[-0.0992395,51.5063772]},"properties":{"@type":"node","@id":1735780464,"@timestamp":1579704836},"coords":"51.5063772,-0.0992395","bedrooms":"1","price":"172000","area":"694"} , +{"type":"Feature","id":"n1735780566","geometry":{"type":"Point","coordinates":[-0.0904197,51.5064038]},"properties":{"@type":"node","@id":1735780566,"@timestamp":1579694350},"coords":"51.5064038,-0.0904197","bedrooms":"1","price":"184000","area":"481"} , +{"type":"Feature","id":"n1735780685","geometry":{"type":"Point","coordinates":[-0.1053763,51.5064392]},"properties":{"@type":"node","@id":1735780685,"@timestamp":1579704836},"coords":"51.5064392,-0.1053763","bedrooms":"0","price":"157000","area":"472"} , +{"type":"Feature","id":"n1735780803","geometry":{"type":"Point","coordinates":[-0.0966663,51.5064779]},"properties":{"@type":"node","@id":1735780803,"@timestamp":1579694350},"coords":"51.5064779,-0.0966663","bedrooms":"0","price":"181000","area":"487"} , +{"type":"Feature","id":"n1735780884","geometry":{"type":"Point","coordinates":[-0.1051953,51.5065143]},"properties":{"@type":"node","@id":1735780884,"@timestamp":1579704836},"coords":"51.5065143,-0.1051953","bedrooms":"0","price":"282000","area":"687"} , +{"type":"Feature","id":"n1735781001","geometry":{"type":"Point","coordinates":[-0.0418439,51.5065441]},"properties":{"@type":"node","@id":1735781001,"@timestamp":1579704718},"coords":"51.5065441,-0.0418439","bedrooms":"4","price":"190000","area":"474"} , +{"type":"Feature","id":"n1735781104","geometry":{"type":"Point","coordinates":[-0.0418572,51.5065769]},"properties":{"@type":"node","@id":1735781104,"@timestamp":1579704718},"coords":"51.5065769,-0.0418572","bedrooms":"2","price":"195000","area":"535"} , +{"type":"Feature","id":"n1735781219","geometry":{"type":"Point","coordinates":[-0.0415015,51.5065902]},"properties":{"@type":"node","@id":1735781219,"@timestamp":1579704718},"coords":"51.5065902,-0.0415015","bedrooms":"2","price":"168000","area":"495"} , +{"type":"Feature","id":"n1735781341","geometry":{"type":"Point","coordinates":[-0.0971475,51.5066107]},"properties":{"@type":"node","@id":1735781341,"@timestamp":1579694350},"coords":"51.5066107,-0.0971475","bedrooms":"3","price":"184000","area":"491"} , +{"type":"Feature","id":"n1735781446","geometry":{"type":"Point","coordinates":[-0.0400307,51.5066295]},"properties":{"@type":"node","@id":1735781446,"@timestamp":1579704718},"coords":"51.5066295,-0.0400307","bedrooms":"4","price":"293000","area":"519"} , +{"type":"Feature","id":"n1735781571","geometry":{"type":"Point","coordinates":[-0.1123339,51.5066562]},"properties":{"@type":"node","@id":1735781571,"@timestamp":1579704862},"coords":"51.5066562,-0.1123339","bedrooms":"1","price":"153000","area":"663"} , +{"type":"Feature","id":"n1735781705","geometry":{"type":"Point","coordinates":[-0.0413049,51.5066953]},"properties":{"@type":"node","@id":1735781705,"@timestamp":1579704718},"coords":"51.5066953,-0.0413049","bedrooms":"0","price":"245000","area":"635"} , +{"type":"Feature","id":"n1735781816","geometry":{"type":"Point","coordinates":[-0.0935244,51.5067998]},"properties":{"@type":"node","@id":1735781816,"@timestamp":1579694350},"coords":"51.5067998,-0.0935244","bedrooms":"0","price":"222000","area":"574"} , +{"type":"Feature","id":"n1735781924","geometry":{"type":"Point","coordinates":[-0.0941658,51.5068784]},"properties":{"@type":"node","@id":1735781924,"@timestamp":1579694350},"coords":"51.5068784,-0.0941658","bedrooms":"3","price":"269000","area":"658"} , +{"type":"Feature","id":"n1735782023","geometry":{"type":"Point","coordinates":[-0.0978968,51.5069856]},"properties":{"@type":"node","@id":1735782023,"@timestamp":1579694350},"coords":"51.5069856,-0.0978968","bedrooms":"1","price":"275000","area":"446"} , +{"type":"Feature","id":"n1735782145","geometry":{"type":"Point","coordinates":[-0.0955308,51.5071244]},"properties":{"@type":"node","@id":1735782145,"@timestamp":1579694350},"coords":"51.5071244,-0.0955308","bedrooms":"0","price":"230000","area":"455"} , +{"type":"Feature","id":"n1735782234","geometry":{"type":"Point","coordinates":[-0.1101367,51.5073014]},"properties":{"@type":"node","@id":1735782234,"@timestamp":1579704862},"coords":"51.5073014,-0.1101367","bedrooms":"1","price":"217000","area":"478"} , +{"type":"Feature","id":"n1735782315","geometry":{"type":"Point","coordinates":[-0.0965417,51.5075066]},"properties":{"@type":"node","@id":1735782315,"@timestamp":1579694350},"coords":"51.5075066,-0.0965417","bedrooms":"0","price":"182000","area":"384"} , +{"type":"Feature","id":"n1735782417","geometry":{"type":"Point","coordinates":[-0.1074916,51.5077657]},"properties":{"@type":"node","@id":1735782417,"@timestamp":1579704862},"coords":"51.5077657,-0.1074916","bedrooms":"4","price":"288000","area":"565"} , +{"type":"Feature","id":"n1735782663","geometry":{"type":"Point","coordinates":[-0.1050139,51.5080631]},"properties":{"@type":"node","@id":1735782663,"@timestamp":1578218785},"coords":"51.5080631,-0.1050139","bedrooms":"4","price":"285000","area":"581"} , +{"type":"Feature","id":"n1735782828","geometry":{"type":"Point","coordinates":[-0.1054899,51.5081717]},"properties":{"@type":"node","@id":1735782828,"@timestamp":1579704836},"coords":"51.5081717,-0.1054899","bedrooms":"0","price":"249000","area":"469"} , +{"type":"Feature","id":"n1735782962","geometry":{"type":"Point","coordinates":[-0.1010007,51.5083126]},"properties":{"@type":"node","@id":1735782962,"@timestamp":1579704836},"coords":"51.5083126,-0.1010007","bedrooms":"4","price":"183000","area":"421"} , +{"type":"Feature","id":"n1735783110","geometry":{"type":"Point","coordinates":[-0.0973106,51.5083872]},"properties":{"@type":"node","@id":1735783110,"@timestamp":1579704836},"coords":"51.5083872,-0.0973106","bedrooms":"4","price":"179000","area":"690"} , +{"type":"Feature","id":"n1735783232","geometry":{"type":"Point","coordinates":[-0.1008479,51.5084196]},"properties":{"@type":"node","@id":1735783232,"@timestamp":1579704836},"coords":"51.5084196,-0.1008479","bedrooms":"1","price":"295000","area":"631"} , +{"type":"Feature","id":"n1735783373","geometry":{"type":"Point","coordinates":[-0.1018125,51.5083985]},"properties":{"@type":"node","@id":1735783373,"@timestamp":1579704836},"coords":"51.5083985,-0.1018125","bedrooms":"3","price":"284000","area":"655"} , +{"type":"Feature","id":"n1735783495","geometry":{"type":"Point","coordinates":[-0.1008488,51.5084787]},"properties":{"@type":"node","@id":1735783495,"@timestamp":1579704836},"coords":"51.5084787,-0.1008488","bedrooms":"3","price":"229000","area":"668"} , +{"type":"Feature","id":"n1735783643","geometry":{"type":"Point","coordinates":[-0.1008307,51.5085034]},"properties":{"@type":"node","@id":1735783643,"@timestamp":1579704836},"coords":"51.5085034,-0.1008307","bedrooms":"2","price":"283000","area":"437"} , +{"type":"Feature","id":"n1735791558","geometry":{"type":"Point","coordinates":[0.0330656,51.5348841]},"properties":{"@type":"node","@id":1735791558,"@timestamp":1561355768},"coords":"51.5348841,0.0330656","bedrooms":"2","price":"272000","area":"528"} , +{"type":"Feature","id":"n1735863745","geometry":{"type":"Point","coordinates":[0.6036986,51.5836752]},"properties":{"@type":"node","@id":1735863745,"@timestamp":1572041516},"coords":"51.5836752,0.6036986","bedrooms":"2","price":"259000","area":"452"} , +{"type":"Feature","id":"n1736084513","geometry":{"type":"Point","coordinates":[-0.1990713,51.7965157]},"properties":{"@type":"node","@id":1736084513,"@timestamp":1582981203},"coords":"51.7965157,-0.1990713","bedrooms":"2","price":"214000","area":"441"} , +{"type":"Feature","id":"n1736093545","geometry":{"type":"Point","coordinates":[-0.2009548,51.7909726]},"properties":{"@type":"node","@id":1736093545,"@timestamp":1582981214},"coords":"51.7909726,-0.2009548","bedrooms":"2","price":"156000","area":"654"} , +{"type":"Feature","id":"n1736179501","geometry":{"type":"Point","coordinates":[0.8110489,51.6363801]},"properties":{"@type":"node","@id":1736179501,"@timestamp":1587669691},"coords":"51.6363801,0.8110489","bedrooms":"4","price":"271000","area":"354"} , +{"type":"Feature","id":"n1736382288","geometry":{"type":"Point","coordinates":[-0.3547894,51.3671647]},"properties":{"@type":"node","@id":1736382288,"@timestamp":1615127318},"coords":"51.3671647,-0.3547894","bedrooms":"1","price":"219000","area":"632"} , +{"type":"Feature","id":"n1736382375","geometry":{"type":"Point","coordinates":[-0.3579854,51.3681227]},"properties":{"@type":"node","@id":1736382375,"@timestamp":1615127318},"coords":"51.3681227,-0.3579854","bedrooms":"3","price":"221000","area":"378"} , +{"type":"Feature","id":"n1736382933","geometry":{"type":"Point","coordinates":[-0.3638631,51.3710851]},"properties":{"@type":"node","@id":1736382933,"@timestamp":1335796943},"coords":"51.3710851,-0.3638631","bedrooms":"0","price":"232000","area":"423"} , +{"type":"Feature","id":"n1736434534","geometry":{"type":"Point","coordinates":[-0.3645588,51.3634862]},"properties":{"@type":"node","@id":1736434534,"@timestamp":1373971340},"coords":"51.3634862,-0.3645588","bedrooms":"1","price":"271000","area":"589"} , +{"type":"Feature","id":"n1736455071","geometry":{"type":"Point","coordinates":[0.2650523,51.9787715]},"properties":{"@type":"node","@id":1736455071,"@timestamp":1410816603},"coords":"51.9787715,0.2650523","bedrooms":"4","price":"247000","area":"671"} , +{"type":"Feature","id":"n1736548304","geometry":{"type":"Point","coordinates":[-0.3455722,51.5423733]},"properties":{"@type":"node","@id":1736548304,"@timestamp":1602355153},"coords":"51.5423733,-0.3455722","bedrooms":"2","price":"254000","area":"498"} , +{"type":"Feature","id":"n1736549117","geometry":{"type":"Point","coordinates":[-0.3737597,51.549506]},"properties":{"@type":"node","@id":1736549117,"@timestamp":1411417737},"coords":"51.549506,-0.3737597","bedrooms":"1","price":"206000","area":"583"} , +{"type":"Feature","id":"n1736585322","geometry":{"type":"Point","coordinates":[-0.3696769,51.574863]},"properties":{"@type":"node","@id":1736585322,"@timestamp":1624326314},"coords":"51.574863,-0.3696769","bedrooms":"4","price":"287000","area":"631"} , +{"type":"Feature","id":"n1736631747","geometry":{"type":"Point","coordinates":[-0.0762071,51.1881084]},"properties":{"@type":"node","@id":1736631747,"@timestamp":1335816496},"coords":"51.1881084,-0.0762071","bedrooms":"1","price":"157000","area":"603"} , +{"type":"Feature","id":"n1736631911","geometry":{"type":"Point","coordinates":[-0.0232731,51.2066776]},"properties":{"@type":"node","@id":1736631911,"@timestamp":1538925790},"coords":"51.2066776,-0.0232731","bedrooms":"2","price":"159000","area":"447"} , +{"type":"Feature","id":"n1736632065","geometry":{"type":"Point","coordinates":[-0.0268526,51.21831]},"properties":{"@type":"node","@id":1736632065,"@timestamp":1592424153},"coords":"51.21831,-0.0268526","bedrooms":"1","price":"228000","area":"570"} , +{"type":"Feature","id":"n1736645523","geometry":{"type":"Point","coordinates":[-0.4738816,51.5480003]},"properties":{"@type":"node","@id":1736645523,"@timestamp":1551305973},"coords":"51.5480003,-0.4738816","bedrooms":"4","price":"184000","area":"681"} , +{"type":"Feature","id":"n1736645763","geometry":{"type":"Point","coordinates":[-0.4732325,51.5482238]},"properties":{"@type":"node","@id":1736645763,"@timestamp":1551305973},"coords":"51.5482238,-0.4732325","bedrooms":"3","price":"186000","area":"554"} , +{"type":"Feature","id":"n1736679969","geometry":{"type":"Point","coordinates":[-0.2853441,51.4891664]},"properties":{"@type":"node","@id":1736679969,"@timestamp":1602372370},"coords":"51.4891664,-0.2853441","bedrooms":"2","price":"298000","area":"458"} , +{"type":"Feature","id":"n1736680135","geometry":{"type":"Point","coordinates":[-0.270486,51.4992854]},"properties":{"@type":"node","@id":1736680135,"@timestamp":1558492189},"coords":"51.4992854,-0.270486","bedrooms":"0","price":"238000","area":"693"} , +{"type":"Feature","id":"n1736723457","geometry":{"type":"Point","coordinates":[-0.0528273,51.5742111]},"properties":{"@type":"node","@id":1736723457,"@timestamp":1588588927},"coords":"51.5742111,-0.0528273","bedrooms":"0","price":"262000","area":"492"} , +{"type":"Feature","id":"n1736731569","geometry":{"type":"Point","coordinates":[-0.0923436,51.5067218]},"properties":{"@type":"node","@id":1736731569,"@timestamp":1620467704},"coords":"51.5067218,-0.0923436","bedrooms":"1","price":"217000","area":"446"} , +{"type":"Feature","id":"n1736770860","geometry":{"type":"Point","coordinates":[-0.0764982,51.5172761]},"properties":{"@type":"node","@id":1736770860,"@timestamp":1335829602},"coords":"51.5172761,-0.0764982","bedrooms":"4","price":"231000","area":"647"} , +{"type":"Feature","id":"n1736944770","geometry":{"type":"Point","coordinates":[0.0908551,51.5326172]},"properties":{"@type":"node","@id":1736944770,"@timestamp":1564910819},"coords":"51.5326172,0.0908551","bedrooms":"1","price":"236000","area":"401"} , +{"type":"Feature","id":"n1737140036","geometry":{"type":"Point","coordinates":[-0.0418631,51.4776415]},"properties":{"@type":"node","@id":1737140036,"@timestamp":1597776614},"coords":"51.4776415,-0.0418631","bedrooms":"4","price":"191000","area":"567"} , +{"type":"Feature","id":"n1737140362","geometry":{"type":"Point","coordinates":[-0.0536207,51.4882844]},"properties":{"@type":"node","@id":1737140362,"@timestamp":1579704653},"coords":"51.4882844,-0.0536207","bedrooms":"2","price":"282000","area":"644"} , +{"type":"Feature","id":"n1737140651","geometry":{"type":"Point","coordinates":[-0.0667993,51.494967]},"properties":{"@type":"node","@id":1737140651,"@timestamp":1620468880},"coords":"51.494967,-0.0667993","bedrooms":"2","price":"269000","area":"548"} , +{"type":"Feature","id":"n1737162199","geometry":{"type":"Point","coordinates":[-0.2277208,51.5139288]},"properties":{"@type":"node","@id":1737162199,"@timestamp":1635235150},"coords":"51.5139288,-0.2277208","bedrooms":"0","price":"272000","area":"673"} , +{"type":"Feature","id":"n1737173642","geometry":{"type":"Point","coordinates":[-0.0992033,51.4982443]},"properties":{"@type":"node","@id":1737173642,"@timestamp":1630358371},"coords":"51.4982443,-0.0992033","bedrooms":"0","price":"217000","area":"384"} , +{"type":"Feature","id":"n1737173676","geometry":{"type":"Point","coordinates":[-0.0998752,51.4990849]},"properties":{"@type":"node","@id":1737173676,"@timestamp":1630358371},"coords":"51.4990849,-0.0998752","bedrooms":"4","price":"203000","area":"483"} , +{"type":"Feature","id":"n1737173705","geometry":{"type":"Point","coordinates":[-0.1004624,51.5002234]},"properties":{"@type":"node","@id":1737173705,"@timestamp":1630358371},"coords":"51.5002234,-0.1004624","bedrooms":"1","price":"187000","area":"662"} , +{"type":"Feature","id":"n1737185818","geometry":{"type":"Point","coordinates":[-0.1071887,51.4973413]},"properties":{"@type":"node","@id":1737185818,"@timestamp":1626826681},"coords":"51.4973413,-0.1071887","bedrooms":"2","price":"258000","area":"412"} , +{"type":"Feature","id":"n1737255186","geometry":{"type":"Point","coordinates":[-0.3343567,51.3073111]},"properties":{"@type":"node","@id":1737255186,"@timestamp":1617701334},"coords":"51.3073111,-0.3343567","bedrooms":"2","price":"264000","area":"602"} , +{"type":"Feature","id":"n1737380358","geometry":{"type":"Point","coordinates":[-0.4506484,51.3976387]},"properties":{"@type":"node","@id":1737380358,"@timestamp":1335886004},"coords":"51.3976387,-0.4506484","bedrooms":"1","price":"244000","area":"694"} , +{"type":"Feature","id":"n1737445908","geometry":{"type":"Point","coordinates":[-0.1714888,51.5066732]},"properties":{"@type":"node","@id":1737445908,"@timestamp":1457983800},"coords":"51.5066732,-0.1714888","bedrooms":"4","price":"261000","area":"468"} , +{"type":"Feature","id":"n1738047132","geometry":{"type":"Point","coordinates":[-0.1702442,51.4641148]},"properties":{"@type":"node","@id":1738047132,"@timestamp":1335947814},"coords":"51.4641148,-0.1702442","bedrooms":"0","price":"238000","area":"617"} , +{"type":"Feature","id":"n1738074885","geometry":{"type":"Point","coordinates":[-0.5368722,51.3639582]},"properties":{"@type":"node","@id":1738074885,"@timestamp":1335950756},"coords":"51.3639582,-0.5368722","bedrooms":"2","price":"206000","area":"660"} , +{"type":"Feature","id":"n1738145715","geometry":{"type":"Point","coordinates":[-0.063258,51.4542153]},"properties":{"@type":"node","@id":1738145715,"@timestamp":1448314032},"coords":"51.4542153,-0.063258","bedrooms":"3","price":"240000","area":"531"} , +{"type":"Feature","id":"n1738189503","geometry":{"type":"Point","coordinates":[0.8069804,51.6265252]},"properties":{"@type":"node","@id":1738189503,"@timestamp":1335957367},"coords":"51.6265252,0.8069804","bedrooms":"0","price":"279000","area":"661"} , +{"type":"Feature","id":"n1738192031","geometry":{"type":"Point","coordinates":[0.8078924,51.6324934]},"properties":{"@type":"node","@id":1738192031,"@timestamp":1469625948},"coords":"51.6324934,0.8078924","bedrooms":"1","price":"243000","area":"439"} , +{"type":"Feature","id":"n1738359675","geometry":{"type":"Point","coordinates":[-0.5259557,51.3758764]},"properties":{"@type":"node","@id":1738359675,"@timestamp":1335970138},"coords":"51.3758764,-0.5259557","bedrooms":"4","price":"269000","area":"476"} , +{"type":"Feature","id":"n1738560197","geometry":{"type":"Point","coordinates":[0.1306136,51.4632707]},"properties":{"@type":"node","@id":1738560197,"@timestamp":1335985183},"coords":"51.4632707,0.1306136","bedrooms":"0","price":"230000","area":"690"} , +{"type":"Feature","id":"n1738592249","geometry":{"type":"Point","coordinates":[-0.4828533,51.3703006]},"properties":{"@type":"node","@id":1738592249,"@timestamp":1335987370},"coords":"51.3703006,-0.4828533","bedrooms":"3","price":"176000","area":"643"} , +{"type":"Feature","id":"n1739078889","geometry":{"type":"Point","coordinates":[-0.487907,51.3718137]},"properties":{"@type":"node","@id":1739078889,"@timestamp":1562422641},"coords":"51.3718137,-0.487907","bedrooms":"3","price":"173000","area":"517"} , +{"type":"Feature","id":"n1739105142","geometry":{"type":"Point","coordinates":[-0.4753112,51.3722209]},"properties":{"@type":"node","@id":1739105142,"@timestamp":1533071243},"coords":"51.3722209,-0.4753112","bedrooms":"2","price":"246000","area":"564"} , +{"type":"Feature","id":"n1739175480","geometry":{"type":"Point","coordinates":[-0.7196529,51.4541825]},"properties":{"@type":"node","@id":1739175480,"@timestamp":1336046015},"coords":"51.4541825,-0.7196529","bedrooms":"1","price":"296000","area":"625"} , +{"type":"Feature","id":"n1739280336","geometry":{"type":"Point","coordinates":[-0.0640356,51.4503531]},"properties":{"@type":"node","@id":1739280336,"@timestamp":1336057477},"coords":"51.4503531,-0.0640356","bedrooms":"0","price":"172000","area":"491"} , +{"type":"Feature","id":"n1739551706","geometry":{"type":"Point","coordinates":[-0.4879978,51.351816]},"properties":{"@type":"node","@id":1739551706,"@timestamp":1611682797},"coords":"51.351816,-0.4879978","bedrooms":"1","price":"182000","area":"438"} , +{"type":"Feature","id":"n1739780304","geometry":{"type":"Point","coordinates":[-0.2257365,51.7725325]},"properties":{"@type":"node","@id":1739780304,"@timestamp":1578728688},"coords":"51.7725325,-0.2257365","bedrooms":"4","price":"156000","area":"633"} , +{"type":"Feature","id":"n1739787654","geometry":{"type":"Point","coordinates":[0.3208638,51.4242159]},"properties":{"@type":"node","@id":1739787654,"@timestamp":1338163838},"coords":"51.4242159,0.3208638","bedrooms":"1","price":"212000","area":"415"} , +{"type":"Feature","id":"n1740234362","geometry":{"type":"Point","coordinates":[0.2732403,51.1935766]},"properties":{"@type":"node","@id":1740234362,"@timestamp":1569186084},"coords":"51.1935766,0.2732403","bedrooms":"1","price":"290000","area":"668"} , +{"type":"Feature","id":"n1740470353","geometry":{"type":"Point","coordinates":[-0.1590784,51.4363584]},"properties":{"@type":"node","@id":1740470353,"@timestamp":1336150519},"coords":"51.4363584,-0.1590784","bedrooms":"0","price":"294000","area":"416"} , +{"type":"Feature","id":"n1741083539","geometry":{"type":"Point","coordinates":[-0.183437,51.5171483]},"properties":{"@type":"node","@id":1741083539,"@timestamp":1580916933},"coords":"51.5171483,-0.183437","bedrooms":"2","price":"211000","area":"530"} , +{"type":"Feature","id":"n1741129666","geometry":{"type":"Point","coordinates":[-0.1613634,51.5012857]},"properties":{"@type":"node","@id":1741129666,"@timestamp":1561355768},"coords":"51.5012857,-0.1613634","bedrooms":"3","price":"239000","area":"565"} , +{"type":"Feature","id":"n1741230980","geometry":{"type":"Point","coordinates":[-0.1205235,51.1384541]},"properties":{"@type":"node","@id":1741230980,"@timestamp":1381582466},"coords":"51.1384541,-0.1205235","bedrooms":"0","price":"225000","area":"505"} , +{"type":"Feature","id":"n1741589976","geometry":{"type":"Point","coordinates":[-0.1564351,51.5226134]},"properties":{"@type":"node","@id":1741589976,"@timestamp":1347125721},"coords":"51.5226134,-0.1564351","bedrooms":"1","price":"156000","area":"548"} , +{"type":"Feature","id":"n1741622202","geometry":{"type":"Point","coordinates":[-0.5084414,51.3900711]},"properties":{"@type":"node","@id":1741622202,"@timestamp":1566213710},"coords":"51.3900711,-0.5084414","bedrooms":"4","price":"197000","area":"637"} , +{"type":"Feature","id":"n1741698402","geometry":{"type":"Point","coordinates":[-0.0736923,51.5146055]},"properties":{"@type":"node","@id":1741698402,"@timestamp":1591219982},"coords":"51.5146055,-0.0736923","bedrooms":"1","price":"163000","area":"469"} , +{"type":"Feature","id":"n1741811677","geometry":{"type":"Point","coordinates":[-0.3276368,51.1908832]},"properties":{"@type":"node","@id":1741811677,"@timestamp":1336243307},"coords":"51.1908832,-0.3276368","bedrooms":"1","price":"225000","area":"368"} , +{"type":"Feature","id":"n1741878507","geometry":{"type":"Point","coordinates":[-0.0724564,51.5107935]},"properties":{"@type":"node","@id":1741878507,"@timestamp":1515073864},"coords":"51.5107935,-0.0724564","bedrooms":"3","price":"174000","area":"462"} , +{"type":"Feature","id":"n1741878537","geometry":{"type":"Point","coordinates":[-0.0712544,51.510907]},"properties":{"@type":"node","@id":1741878537,"@timestamp":1588588927},"coords":"51.510907,-0.0712544","bedrooms":"0","price":"244000","area":"397"} , +{"type":"Feature","id":"n1741878560","geometry":{"type":"Point","coordinates":[-0.0700516,51.5110377]},"properties":{"@type":"node","@id":1741878560,"@timestamp":1588588927},"coords":"51.5110377,-0.0700516","bedrooms":"4","price":"202000","area":"527"} , +{"type":"Feature","id":"n1741980625","geometry":{"type":"Point","coordinates":[-0.4799885,51.3873886]},"properties":{"@type":"node","@id":1741980625,"@timestamp":1336252998},"coords":"51.3873886,-0.4799885","bedrooms":"1","price":"216000","area":"553"} , +{"type":"Feature","id":"n1742520992","geometry":{"type":"Point","coordinates":[-0.5067257,51.4001121]},"properties":{"@type":"node","@id":1742520992,"@timestamp":1554236759},"coords":"51.4001121,-0.5067257","bedrooms":"3","price":"193000","area":"666"} , +{"type":"Feature","id":"n1742632420","geometry":{"type":"Point","coordinates":[-0.5049984,51.4250577]},"properties":{"@type":"node","@id":1742632420,"@timestamp":1515879615},"coords":"51.4250577,-0.5049984","bedrooms":"2","price":"296000","area":"699"} , +{"type":"Feature","id":"n1742756486","geometry":{"type":"Point","coordinates":[-0.1422817,51.515625]},"properties":{"@type":"node","@id":1742756486,"@timestamp":1625195488},"coords":"51.515625,-0.1422817","bedrooms":"1","price":"271000","area":"676"} , +{"type":"Feature","id":"n1742840596","geometry":{"type":"Point","coordinates":[0.0260733,51.5517605]},"properties":{"@type":"node","@id":1742840596,"@timestamp":1595199277},"coords":"51.5517605,0.0260733","bedrooms":"4","price":"262000","area":"577"} , +{"type":"Feature","id":"n1743157799","geometry":{"type":"Point","coordinates":[-0.9723112,51.464457]},"properties":{"@type":"node","@id":1743157799,"@timestamp":1624393728},"coords":"51.464457,-0.9723112","bedrooms":"1","price":"222000","area":"614"} , +{"type":"Feature","id":"n1743259594","geometry":{"type":"Point","coordinates":[-0.9747409,51.4670919]},"properties":{"@type":"node","@id":1743259594,"@timestamp":1600893424},"coords":"51.4670919,-0.9747409","bedrooms":"2","price":"170000","area":"408"} , +{"type":"Feature","id":"n1743315953","geometry":{"type":"Point","coordinates":[-0.4719368,51.4266297]},"properties":{"@type":"node","@id":1743315953,"@timestamp":1574624584},"coords":"51.4266297,-0.4719368","bedrooms":"1","price":"227000","area":"577"} , +{"type":"Feature","id":"n1743506056","geometry":{"type":"Point","coordinates":[-1.0610309,51.3306175]},"properties":{"@type":"node","@id":1743506056,"@timestamp":1388078085},"coords":"51.3306175,-1.0610309","bedrooms":"2","price":"204000","area":"509"} , +{"type":"Feature","id":"n1743597567","geometry":{"type":"Point","coordinates":[-0.0246515,51.5861441]},"properties":{"@type":"node","@id":1743597567,"@timestamp":1355774906},"coords":"51.5861441,-0.0246515","bedrooms":"3","price":"167000","area":"381"} , +{"type":"Feature","id":"n1743607135","geometry":{"type":"Point","coordinates":[-0.1690149,51.4751725]},"properties":{"@type":"node","@id":1743607135,"@timestamp":1336339206},"coords":"51.4751725,-0.1690149","bedrooms":"3","price":"171000","area":"425"} , +{"type":"Feature","id":"n1743741344","geometry":{"type":"Point","coordinates":[0.1906068,51.8845365]},"properties":{"@type":"node","@id":1743741344,"@timestamp":1336413625},"coords":"51.8845365,0.1906068","bedrooms":"2","price":"150000","area":"676"} , +{"type":"Feature","id":"n1743765958","geometry":{"type":"Point","coordinates":[-0.2693153,51.9403127]},"properties":{"@type":"node","@id":1743765958,"@timestamp":1485282279},"coords":"51.9403127,-0.2693153","bedrooms":"1","price":"196000","area":"509"} , +{"type":"Feature","id":"n1744019879","geometry":{"type":"Point","coordinates":[-0.3413052,51.3583106]},"properties":{"@type":"node","@id":1744019879,"@timestamp":1350287781},"coords":"51.3583106,-0.3413052","bedrooms":"4","price":"242000","area":"562"} , +{"type":"Feature","id":"n1744032362","geometry":{"type":"Point","coordinates":[-0.5078965,51.4096765]},"properties":{"@type":"node","@id":1744032362,"@timestamp":1582395615},"coords":"51.4096765,-0.5078965","bedrooms":"0","price":"249000","area":"392"} , +{"type":"Feature","id":"n1744041131","geometry":{"type":"Point","coordinates":[0.3310232,51.5840338]},"properties":{"@type":"node","@id":1744041131,"@timestamp":1367411709},"coords":"51.5840338,0.3310232","bedrooms":"0","price":"265000","area":"599"} , +{"type":"Feature","id":"n1744067769","geometry":{"type":"Point","coordinates":[-0.5158158,51.430901]},"properties":{"@type":"node","@id":1744067769,"@timestamp":1585092263},"coords":"51.430901,-0.5158158","bedrooms":"2","price":"166000","area":"595"} , +{"type":"Feature","id":"n1744068091","geometry":{"type":"Point","coordinates":[-0.5215544,51.4330497]},"properties":{"@type":"node","@id":1744068091,"@timestamp":1532039744},"coords":"51.4330497,-0.5215544","bedrooms":"2","price":"235000","area":"644"} , +{"type":"Feature","id":"n1744176115","geometry":{"type":"Point","coordinates":[-0.485763,51.4798654]},"properties":{"@type":"node","@id":1744176115,"@timestamp":1627864564},"coords":"51.4798654,-0.485763","bedrooms":"0","price":"238000","area":"636"} , +{"type":"Feature","id":"n1744210616","geometry":{"type":"Point","coordinates":[-0.5109644,51.4388257]},"properties":{"@type":"node","@id":1744210616,"@timestamp":1632538976},"coords":"51.4388257,-0.5109644","bedrooms":"2","price":"256000","area":"645"} , +{"type":"Feature","id":"n1744296869","geometry":{"type":"Point","coordinates":[0.8187761,51.6278367]},"properties":{"@type":"node","@id":1744296869,"@timestamp":1336398165},"coords":"51.6278367,0.8187761","bedrooms":"1","price":"230000","area":"579"} , +{"type":"Feature","id":"n1744420023","geometry":{"type":"Point","coordinates":[-0.456331,51.4560928]},"properties":{"@type":"node","@id":1744420023,"@timestamp":1336404870},"coords":"51.4560928,-0.456331","bedrooms":"1","price":"257000","area":"405"} , +{"type":"Feature","id":"n1744497474","geometry":{"type":"Point","coordinates":[-0.4236489,51.4672549]},"properties":{"@type":"node","@id":1744497474,"@timestamp":1564910819},"coords":"51.4672549,-0.4236489","bedrooms":"1","price":"184000","area":"525"} , +{"type":"Feature","id":"n1744498153","geometry":{"type":"Point","coordinates":[-0.423732,51.4671238]},"properties":{"@type":"node","@id":1744498153,"@timestamp":1336410239},"coords":"51.4671238,-0.423732","bedrooms":"2","price":"179000","area":"590"} , +{"type":"Feature","id":"n1744532474","geometry":{"type":"Point","coordinates":[-0.547002,51.9258879]},"properties":{"@type":"node","@id":1744532474,"@timestamp":1616712548},"coords":"51.9258879,-0.547002","bedrooms":"2","price":"228000","area":"687"} , +{"type":"Feature","id":"n1744636140","geometry":{"type":"Point","coordinates":[0.6418725,51.5666387]},"properties":{"@type":"node","@id":1744636140,"@timestamp":1561661006},"coords":"51.5666387,0.6418725","bedrooms":"4","price":"238000","area":"408"} , +{"type":"Feature","id":"n1744736269","geometry":{"type":"Point","coordinates":[0.4776532,51.7343095]},"properties":{"@type":"node","@id":1744736269,"@timestamp":1621992596},"coords":"51.7343095,0.4776532","bedrooms":"3","price":"291000","area":"691"} , +{"type":"Feature","id":"n1745286003","geometry":{"type":"Point","coordinates":[-0.1214062,51.6130376]},"properties":{"@type":"node","@id":1745286003,"@timestamp":1382103567},"coords":"51.6130376,-0.1214062","bedrooms":"2","price":"163000","area":"412"} , +{"type":"Feature","id":"n1745361157","geometry":{"type":"Point","coordinates":[-0.1274388,51.6150226]},"properties":{"@type":"node","@id":1745361157,"@timestamp":1564910819},"coords":"51.6150226,-0.1274388","bedrooms":"1","price":"262000","area":"583"} , +{"type":"Feature","id":"n1745361218","geometry":{"type":"Point","coordinates":[-0.1167713,51.6124049]},"properties":{"@type":"node","@id":1745361218,"@timestamp":1546693571},"coords":"51.6124049,-0.1167713","bedrooms":"1","price":"210000","area":"534"} , +{"type":"Feature","id":"n1745863637","geometry":{"type":"Point","coordinates":[-0.3346751,51.5922072]},"properties":{"@type":"node","@id":1745863637,"@timestamp":1588947055},"coords":"51.5922072,-0.3346751","bedrooms":"3","price":"283000","area":"358"} , +{"type":"Feature","id":"n1745973049","geometry":{"type":"Point","coordinates":[-0.8995509,51.445867]},"properties":{"@type":"node","@id":1745973049,"@timestamp":1336506690},"coords":"51.445867,-0.8995509","bedrooms":"2","price":"185000","area":"544"} , +{"type":"Feature","id":"n1746323023","geometry":{"type":"Point","coordinates":[-0.3352928,51.5922299]},"properties":{"@type":"node","@id":1746323023,"@timestamp":1619772948},"coords":"51.5922299,-0.3352928","bedrooms":"4","price":"246000","area":"573"} , +{"type":"Feature","id":"n1746474970","geometry":{"type":"Point","coordinates":[-0.4365631,51.3894127]},"properties":{"@type":"node","@id":1746474970,"@timestamp":1441814903},"coords":"51.3894127,-0.4365631","bedrooms":"4","price":"280000","area":"610"} , +{"type":"Feature","id":"n1746571084","geometry":{"type":"Point","coordinates":[0.3845682,51.855302]},"properties":{"@type":"node","@id":1746571084,"@timestamp":1576856867},"coords":"51.855302,0.3845682","bedrooms":"0","price":"299000","area":"557"} , +{"type":"Feature","id":"n1746662171","geometry":{"type":"Point","coordinates":[-0.3353731,51.5923356]},"properties":{"@type":"node","@id":1746662171,"@timestamp":1619772948},"coords":"51.5923356,-0.3353731","bedrooms":"1","price":"272000","area":"698"} , +{"type":"Feature","id":"n1746713617","geometry":{"type":"Point","coordinates":[-0.4078186,51.5998897]},"properties":{"@type":"node","@id":1746713617,"@timestamp":1561355768},"coords":"51.5998897,-0.4078186","bedrooms":"1","price":"239000","area":"670"} , +{"type":"Feature","id":"n1746714096","geometry":{"type":"Point","coordinates":[-0.3014579,51.6181911]},"properties":{"@type":"node","@id":1746714096,"@timestamp":1402901455},"coords":"51.6181911,-0.3014579","bedrooms":"4","price":"298000","area":"566"} , +{"type":"Feature","id":"n1746714155","geometry":{"type":"Point","coordinates":[-0.3026089,51.6195153]},"properties":{"@type":"node","@id":1746714155,"@timestamp":1402842742},"coords":"51.6195153,-0.3026089","bedrooms":"1","price":"221000","area":"526"} , +{"type":"Feature","id":"n1746714647","geometry":{"type":"Point","coordinates":[-0.4405824,51.6479936]},"properties":{"@type":"node","@id":1746714647,"@timestamp":1561355768},"coords":"51.6479936,-0.4405824","bedrooms":"0","price":"200000","area":"387"} , +{"type":"Feature","id":"n1746736897","geometry":{"type":"Point","coordinates":[-0.269621,51.6114711]},"properties":{"@type":"node","@id":1746736897,"@timestamp":1336577664},"coords":"51.6114711,-0.269621","bedrooms":"3","price":"178000","area":"695"} , +{"type":"Feature","id":"n1746737159","geometry":{"type":"Point","coordinates":[-0.275383,51.6140803]},"properties":{"@type":"node","@id":1746737159,"@timestamp":1336577670},"coords":"51.6140803,-0.275383","bedrooms":"1","price":"200000","area":"634"} , +{"type":"Feature","id":"n1746772976","geometry":{"type":"Point","coordinates":[0.8179248,51.6341432]},"properties":{"@type":"node","@id":1746772976,"@timestamp":1336580135},"coords":"51.6341432,0.8179248","bedrooms":"1","price":"165000","area":"553"} , +{"type":"Feature","id":"n1746781298","geometry":{"type":"Point","coordinates":[-0.1908823,51.5717662]},"properties":{"@type":"node","@id":1746781298,"@timestamp":1551301326},"coords":"51.5717662,-0.1908823","bedrooms":"0","price":"230000","area":"605"} , +{"type":"Feature","id":"n1746781331","geometry":{"type":"Point","coordinates":[-0.1904962,51.5719236]},"properties":{"@type":"node","@id":1746781331,"@timestamp":1551301326},"coords":"51.5719236,-0.1904962","bedrooms":"3","price":"298000","area":"570"} , +{"type":"Feature","id":"n1746781378","geometry":{"type":"Point","coordinates":[-0.1955077,51.5727735]},"properties":{"@type":"node","@id":1746781378,"@timestamp":1551301327},"coords":"51.5727735,-0.1955077","bedrooms":"3","price":"196000","area":"556"} , +{"type":"Feature","id":"n1746809059","geometry":{"type":"Point","coordinates":[-0.1906179,51.5723869]},"properties":{"@type":"node","@id":1746809059,"@timestamp":1551301327},"coords":"51.5723869,-0.1906179","bedrooms":"3","price":"292000","area":"352"} , +{"type":"Feature","id":"n1746870087","geometry":{"type":"Point","coordinates":[-0.4207209,51.3834173]},"properties":{"@type":"node","@id":1746870087,"@timestamp":1598626676},"coords":"51.3834173,-0.4207209","bedrooms":"0","price":"242000","area":"436"} , +{"type":"Feature","id":"n1747080900","geometry":{"type":"Point","coordinates":[-0.1981562,51.396003]},"properties":{"@type":"node","@id":1747080900,"@timestamp":1336597670},"coords":"51.396003,-0.1981562","bedrooms":"0","price":"222000","area":"446"} , +{"type":"Feature","id":"n1747080986","geometry":{"type":"Point","coordinates":[-0.198563,51.3975429]},"properties":{"@type":"node","@id":1747080986,"@timestamp":1336597672},"coords":"51.3975429,-0.198563","bedrooms":"0","price":"256000","area":"354"} , +{"type":"Feature","id":"n1747081279","geometry":{"type":"Point","coordinates":[-0.1950009,51.4013521]},"properties":{"@type":"node","@id":1747081279,"@timestamp":1336597679},"coords":"51.4013521,-0.1950009","bedrooms":"3","price":"190000","area":"666"} , +{"type":"Feature","id":"n1747081335","geometry":{"type":"Point","coordinates":[-0.1947908,51.4040534]},"properties":{"@type":"node","@id":1747081335,"@timestamp":1556817616},"coords":"51.4040534,-0.1947908","bedrooms":"4","price":"244000","area":"547"} , +{"type":"Feature","id":"n1747081573","geometry":{"type":"Point","coordinates":[-0.159773,51.5844585]},"properties":{"@type":"node","@id":1747081573,"@timestamp":1551298467},"coords":"51.5844585,-0.159773","bedrooms":"4","price":"287000","area":"620"} , +{"type":"Feature","id":"n1747081808","geometry":{"type":"Point","coordinates":[-0.1329116,51.6150613]},"properties":{"@type":"node","@id":1747081808,"@timestamp":1551300244},"coords":"51.6150613,-0.1329116","bedrooms":"0","price":"293000","area":"625"} , +{"type":"Feature","id":"n1747082195","geometry":{"type":"Point","coordinates":[-0.1331593,51.6480271]},"properties":{"@type":"node","@id":1747082195,"@timestamp":1551300245},"coords":"51.6480271,-0.1331593","bedrooms":"0","price":"255000","area":"397"} , +{"type":"Feature","id":"n1747082301","geometry":{"type":"Point","coordinates":[-0.1379039,51.6484941]},"properties":{"@type":"node","@id":1747082301,"@timestamp":1551300245},"coords":"51.6484941,-0.1379039","bedrooms":"2","price":"200000","area":"352"} , +{"type":"Feature","id":"n1747082550","geometry":{"type":"Point","coordinates":[-0.1418102,51.6491607]},"properties":{"@type":"node","@id":1747082550,"@timestamp":1551300246},"coords":"51.6491607,-0.1418102","bedrooms":"1","price":"180000","area":"572"} , +{"type":"Feature","id":"n1747082728","geometry":{"type":"Point","coordinates":[-0.141453,51.6496386]},"properties":{"@type":"node","@id":1747082728,"@timestamp":1551300246},"coords":"51.6496386,-0.141453","bedrooms":"4","price":"165000","area":"626"} , +{"type":"Feature","id":"n1747105944","geometry":{"type":"Point","coordinates":[0.4631626,51.5851416]},"properties":{"@type":"node","@id":1747105944,"@timestamp":1336598716},"coords":"51.5851416,0.4631626","bedrooms":"2","price":"281000","area":"621"} , +{"type":"Feature","id":"n1747112555","geometry":{"type":"Point","coordinates":[-0.3245936,51.495672]},"properties":{"@type":"node","@id":1747112555,"@timestamp":1612396186},"coords":"51.495672,-0.3245936","bedrooms":"3","price":"245000","area":"368"} , +{"type":"Feature","id":"n1747112654","geometry":{"type":"Point","coordinates":[-0.3184802,51.4976373]},"properties":{"@type":"node","@id":1747112654,"@timestamp":1612396186},"coords":"51.4976373,-0.3184802","bedrooms":"0","price":"210000","area":"524"} , +{"type":"Feature","id":"n1747122863","geometry":{"type":"Point","coordinates":[-0.4658412,51.3990378]},"properties":{"@type":"node","@id":1747122863,"@timestamp":1621934447},"coords":"51.3990378,-0.4658412","bedrooms":"4","price":"173000","area":"530"} , +{"type":"Feature","id":"n1747165516","geometry":{"type":"Point","coordinates":[-0.0318202,51.525182]},"properties":{"@type":"node","@id":1747165516,"@timestamp":1598977788},"coords":"51.525182,-0.0318202","bedrooms":"1","price":"215000","area":"553"} , +{"type":"Feature","id":"n1747366831","geometry":{"type":"Point","coordinates":[-0.4264164,51.4132164]},"properties":{"@type":"node","@id":1747366831,"@timestamp":1432972731},"coords":"51.4132164,-0.4264164","bedrooms":"3","price":"299000","area":"446"} , +{"type":"Feature","id":"n1747395793","geometry":{"type":"Point","coordinates":[0.8135976,51.6298036]},"properties":{"@type":"node","@id":1747395793,"@timestamp":1336641814},"coords":"51.6298036,0.8135976","bedrooms":"2","price":"296000","area":"472"} , +{"type":"Feature","id":"n1747549315","geometry":{"type":"Point","coordinates":[-0.4524042,51.4711656]},"properties":{"@type":"node","@id":1747549315,"@timestamp":1447707604},"coords":"51.4711656,-0.4524042","bedrooms":"1","price":"280000","area":"597"} , +{"type":"Feature","id":"n1747627718","geometry":{"type":"Point","coordinates":[-0.1799822,51.5461754]},"properties":{"@type":"node","@id":1747627718,"@timestamp":1603436814},"coords":"51.5461754,-0.1799822","bedrooms":"0","price":"262000","area":"619"} , +{"type":"Feature","id":"n1747788854","geometry":{"type":"Point","coordinates":[0.0009616,51.8965242]},"properties":{"@type":"node","@id":1747788854,"@timestamp":1336672460},"coords":"51.8965242,0.0009616","bedrooms":"3","price":"216000","area":"636"} , +{"type":"Feature","id":"n1747876875","geometry":{"type":"Point","coordinates":[-0.4100903,51.4196442]},"properties":{"@type":"node","@id":1747876875,"@timestamp":1441489627},"coords":"51.4196442,-0.4100903","bedrooms":"0","price":"216000","area":"638"} , +{"type":"Feature","id":"n1747993005","geometry":{"type":"Point","coordinates":[0.0934358,51.6043709]},"properties":{"@type":"node","@id":1747993005,"@timestamp":1612461698},"coords":"51.6043709,0.0934358","bedrooms":"1","price":"234000","area":"646"} , +{"type":"Feature","id":"n1747993047","geometry":{"type":"Point","coordinates":[0.0939922,51.6060789]},"properties":{"@type":"node","@id":1747993047,"@timestamp":1612461698},"coords":"51.6060789,0.0939922","bedrooms":"2","price":"153000","area":"448"} , +{"type":"Feature","id":"n1747993091","geometry":{"type":"Point","coordinates":[0.0930286,51.6066904]},"properties":{"@type":"node","@id":1747993091,"@timestamp":1612461698},"coords":"51.6066904,0.0930286","bedrooms":"1","price":"152000","area":"693"} , +{"type":"Feature","id":"n1747993163","geometry":{"type":"Point","coordinates":[0.093072,51.6074706]},"properties":{"@type":"node","@id":1747993163,"@timestamp":1612461698},"coords":"51.6074706,0.093072","bedrooms":"2","price":"194000","area":"491"} , +{"type":"Feature","id":"n1747993373","geometry":{"type":"Point","coordinates":[0.0940377,51.6095465]},"properties":{"@type":"node","@id":1747993373,"@timestamp":1612461698},"coords":"51.6095465,0.0940377","bedrooms":"1","price":"205000","area":"618"} , +{"type":"Feature","id":"n1747993457","geometry":{"type":"Point","coordinates":[0.0944747,51.6098981]},"properties":{"@type":"node","@id":1747993457,"@timestamp":1612461698},"coords":"51.6098981,0.0944747","bedrooms":"0","price":"258000","area":"456"} , +{"type":"Feature","id":"n1747993517","geometry":{"type":"Point","coordinates":[0.0941737,51.6110912]},"properties":{"@type":"node","@id":1747993517,"@timestamp":1612461698},"coords":"51.6110912,0.0941737","bedrooms":"3","price":"297000","area":"626"} , +{"type":"Feature","id":"n1748004277","geometry":{"type":"Point","coordinates":[-0.1068825,51.3745656]},"properties":{"@type":"node","@id":1748004277,"@timestamp":1358723325},"coords":"51.3745656,-0.1068825","bedrooms":"0","price":"172000","area":"601"} , +{"type":"Feature","id":"n1748052050","geometry":{"type":"Point","coordinates":[-0.1429992,51.9364966]},"properties":{"@type":"node","@id":1748052050,"@timestamp":1589707493},"coords":"51.9364966,-0.1429992","bedrooms":"1","price":"154000","area":"682"} , +{"type":"Feature","id":"n1748377803","geometry":{"type":"Point","coordinates":[0.2747758,51.2003646]},"properties":{"@type":"node","@id":1748377803,"@timestamp":1336725815},"coords":"51.2003646,0.2747758","bedrooms":"4","price":"260000","area":"676"} , +{"type":"Feature","id":"n1748537353","geometry":{"type":"Point","coordinates":[0.2142175,51.9654211]},"properties":{"@type":"node","@id":1748537353,"@timestamp":1630444880},"coords":"51.9654211,0.2142175","bedrooms":"2","price":"216000","area":"491"} , +{"type":"Feature","id":"n1748630218","geometry":{"type":"Point","coordinates":[-0.447463,51.4594584]},"properties":{"@type":"node","@id":1748630218,"@timestamp":1521185533},"coords":"51.4594584,-0.447463","bedrooms":"3","price":"171000","area":"353"} , +{"type":"Feature","id":"n1748690521","geometry":{"type":"Point","coordinates":[-0.4181557,51.394222]},"properties":{"@type":"node","@id":1748690521,"@timestamp":1603360413},"coords":"51.394222,-0.4181557","bedrooms":"1","price":"194000","area":"449"} , +{"type":"Feature","id":"n1748826793","geometry":{"type":"Point","coordinates":[-0.0225417,51.8824423]},"properties":{"@type":"node","@id":1748826793,"@timestamp":1336758922},"coords":"51.8824423,-0.0225417","bedrooms":"3","price":"187000","area":"698"} , +{"type":"Feature","id":"n1748859365","geometry":{"type":"Point","coordinates":[-0.6061018,51.6258579]},"properties":{"@type":"node","@id":1748859365,"@timestamp":1336762329},"coords":"51.6258579,-0.6061018","bedrooms":"4","price":"171000","area":"632"} , +{"type":"Feature","id":"n1748859505","geometry":{"type":"Point","coordinates":[-0.6223815,51.6525492]},"properties":{"@type":"node","@id":1748859505,"@timestamp":1336762332},"coords":"51.6525492,-0.6223815","bedrooms":"1","price":"227000","area":"611"} , +{"type":"Feature","id":"n1749107147","geometry":{"type":"Point","coordinates":[0.2117504,51.3207738]},"properties":{"@type":"node","@id":1749107147,"@timestamp":1425658207},"coords":"51.3207738,0.2117504","bedrooms":"0","price":"258000","area":"652"} , +{"type":"Feature","id":"n1749462708","geometry":{"type":"Point","coordinates":[-0.0442231,51.5065341]},"properties":{"@type":"node","@id":1749462708,"@timestamp":1453303559},"coords":"51.5065341,-0.0442231","bedrooms":"0","price":"241000","area":"411"} , +{"type":"Feature","id":"n1749777180","geometry":{"type":"Point","coordinates":[-0.8578119,51.8042109]},"properties":{"@type":"node","@id":1749777180,"@timestamp":1528048551},"coords":"51.8042109,-0.8578119","bedrooms":"2","price":"289000","area":"599"} , +{"type":"Feature","id":"n1750077500","geometry":{"type":"Point","coordinates":[-0.1063446,51.5290989]},"properties":{"@type":"node","@id":1750077500,"@timestamp":1613326885},"coords":"51.5290989,-0.1063446","bedrooms":"0","price":"171000","area":"435"} , +{"type":"Feature","id":"n1750142603","geometry":{"type":"Point","coordinates":[0.4702156,51.5908702]},"properties":{"@type":"node","@id":1750142603,"@timestamp":1367930062},"coords":"51.5908702,0.4702156","bedrooms":"4","price":"191000","area":"493"} , +{"type":"Feature","id":"n1750142777","geometry":{"type":"Point","coordinates":[0.4753665,51.5916617]},"properties":{"@type":"node","@id":1750142777,"@timestamp":1367930062},"coords":"51.5916617,0.4753665","bedrooms":"4","price":"252000","area":"635"} , +{"type":"Feature","id":"n1750188788","geometry":{"type":"Point","coordinates":[-0.1091119,51.532854]},"properties":{"@type":"node","@id":1750188788,"@timestamp":1551681088},"coords":"51.532854,-0.1091119","bedrooms":"1","price":"159000","area":"566"} , +{"type":"Feature","id":"n1750773478","geometry":{"type":"Point","coordinates":[-0.6612519,51.034103]},"properties":{"@type":"node","@id":1750773478,"@timestamp":1336898279},"coords":"51.034103,-0.6612519","bedrooms":"4","price":"152000","area":"428"} , +{"type":"Feature","id":"n1750773510","geometry":{"type":"Point","coordinates":[-0.6496397,51.0465554]},"properties":{"@type":"node","@id":1750773510,"@timestamp":1365549060},"coords":"51.0465554,-0.6496397","bedrooms":"4","price":"263000","area":"616"} , +{"type":"Feature","id":"n1750815230","geometry":{"type":"Point","coordinates":[-0.8335384,51.4023906]},"properties":{"@type":"node","@id":1750815230,"@timestamp":1351376084},"coords":"51.4023906,-0.8335384","bedrooms":"3","price":"280000","area":"421"} , +{"type":"Feature","id":"n1751107472","geometry":{"type":"Point","coordinates":[-0.1047828,51.3529693]},"properties":{"@type":"node","@id":1751107472,"@timestamp":1339969390},"coords":"51.3529693,-0.1047828","bedrooms":"4","price":"284000","area":"416"} , +{"type":"Feature","id":"n1751122020","geometry":{"type":"Point","coordinates":[0.0086112,51.5851565]},"properties":{"@type":"node","@id":1751122020,"@timestamp":1617531962},"coords":"51.5851565,0.0086112","bedrooms":"1","price":"154000","area":"548"} , +{"type":"Feature","id":"n1751653026","geometry":{"type":"Point","coordinates":[-0.9943148,51.4091389]},"properties":{"@type":"node","@id":1751653026,"@timestamp":1336939421},"coords":"51.4091389,-0.9943148","bedrooms":"3","price":"277000","area":"381"} , +{"type":"Feature","id":"n1751778331","geometry":{"type":"Point","coordinates":[-0.0926695,51.3775279]},"properties":{"@type":"node","@id":1751778331,"@timestamp":1598376977},"coords":"51.3775279,-0.0926695","bedrooms":"3","price":"152000","area":"683"} , +{"type":"Feature","id":"n1752218873","geometry":{"type":"Point","coordinates":[-0.3958919,51.6634094]},"properties":{"@type":"node","@id":1752218873,"@timestamp":1598970601},"coords":"51.6634094,-0.3958919","bedrooms":"2","price":"184000","area":"578"} , +{"type":"Feature","id":"n1752220843","geometry":{"type":"Point","coordinates":[-0.1467243,51.5672088]},"properties":{"@type":"node","@id":1752220843,"@timestamp":1336979528},"coords":"51.5672088,-0.1467243","bedrooms":"2","price":"157000","area":"587"} , +{"type":"Feature","id":"n1752300182","geometry":{"type":"Point","coordinates":[0.0717591,51.5091546]},"properties":{"@type":"node","@id":1752300182,"@timestamp":1620471338},"coords":"51.5091546,0.0717591","bedrooms":"0","price":"203000","area":"544"} , +{"type":"Feature","id":"n1752319666","geometry":{"type":"Point","coordinates":[0.071315,51.4896255]},"properties":{"@type":"node","@id":1752319666,"@timestamp":1500925815},"coords":"51.4896255,0.071315","bedrooms":"4","price":"219000","area":"689"} , +{"type":"Feature","id":"n1752323904","geometry":{"type":"Point","coordinates":[0.6219846,51.8003664]},"properties":{"@type":"node","@id":1752323904,"@timestamp":1563469209},"coords":"51.8003664,0.6219846","bedrooms":"3","price":"188000","area":"366"} , +{"type":"Feature","id":"n1752324151","geometry":{"type":"Point","coordinates":[0.5245146,51.858118]},"properties":{"@type":"node","@id":1752324151,"@timestamp":1563469209},"coords":"51.858118,0.5245146","bedrooms":"2","price":"222000","area":"493"} , +{"type":"Feature","id":"n1752324257","geometry":{"type":"Point","coordinates":[0.549755,51.8729664]},"properties":{"@type":"node","@id":1752324257,"@timestamp":1336988507},"coords":"51.8729664,0.549755","bedrooms":"4","price":"168000","area":"600"} , +{"type":"Feature","id":"n1752475135","geometry":{"type":"Point","coordinates":[-0.0124061,51.5078561]},"properties":{"@type":"node","@id":1752475135,"@timestamp":1341494565},"coords":"51.5078561,-0.0124061","bedrooms":"0","price":"181000","area":"611"} , +{"type":"Feature","id":"n1752475421","geometry":{"type":"Point","coordinates":[-0.054987,51.51181]},"properties":{"@type":"node","@id":1752475421,"@timestamp":1561524704},"coords":"51.51181,-0.054987","bedrooms":"1","price":"186000","area":"599"} , +{"type":"Feature","id":"n1752708660","geometry":{"type":"Point","coordinates":[-0.7843152,51.2196954]},"properties":{"@type":"node","@id":1752708660,"@timestamp":1477221471},"coords":"51.2196954,-0.7843152","bedrooms":"3","price":"160000","area":"598"} , +{"type":"Feature","id":"n1752783365","geometry":{"type":"Point","coordinates":[-0.015949,51.5000189]},"properties":{"@type":"node","@id":1752783365,"@timestamp":1561500702},"coords":"51.5000189,-0.015949","bedrooms":"2","price":"163000","area":"655"} , +{"type":"Feature","id":"n1752783722","geometry":{"type":"Point","coordinates":[-0.114334,51.5522503]},"properties":{"@type":"node","@id":1752783722,"@timestamp":1459004760},"coords":"51.5522503,-0.114334","bedrooms":"0","price":"298000","area":"679"} , +{"type":"Feature","id":"n1752850025","geometry":{"type":"Point","coordinates":[-0.1384287,51.5498095]},"properties":{"@type":"node","@id":1752850025,"@timestamp":1628959548},"coords":"51.5498095,-0.1384287","bedrooms":"2","price":"237000","area":"458"} , +{"type":"Feature","id":"n1752874938","geometry":{"type":"Point","coordinates":[-0.1531027,51.5527504]},"properties":{"@type":"node","@id":1752874938,"@timestamp":1619899673},"coords":"51.5527504,-0.1531027","bedrooms":"2","price":"222000","area":"530"} , +{"type":"Feature","id":"n1752920722","geometry":{"type":"Point","coordinates":[-0.1968515,51.5487994]},"properties":{"@type":"node","@id":1752920722,"@timestamp":1619901799},"coords":"51.5487994,-0.1968515","bedrooms":"3","price":"265000","area":"595"} , +{"type":"Feature","id":"n1752921169","geometry":{"type":"Point","coordinates":[-0.2104612,51.5560838]},"properties":{"@type":"node","@id":1752921169,"@timestamp":1619901799},"coords":"51.5560838,-0.2104612","bedrooms":"0","price":"278000","area":"607"} , +{"type":"Feature","id":"n1752972776","geometry":{"type":"Point","coordinates":[-0.2375711,51.5914822]},"properties":{"@type":"node","@id":1752972776,"@timestamp":1515725483},"coords":"51.5914822,-0.2375711","bedrooms":"2","price":"185000","area":"437"} , +{"type":"Feature","id":"n1752972793","geometry":{"type":"Point","coordinates":[-0.2370037,51.5931671]},"properties":{"@type":"node","@id":1752972793,"@timestamp":1515725483},"coords":"51.5931671,-0.2370037","bedrooms":"3","price":"243000","area":"413"} , +{"type":"Feature","id":"n1752972806","geometry":{"type":"Point","coordinates":[-0.2361371,51.5942379]},"properties":{"@type":"node","@id":1752972806,"@timestamp":1344626777},"coords":"51.5942379,-0.2361371","bedrooms":"1","price":"160000","area":"456"} , +{"type":"Feature","id":"n1752972828","geometry":{"type":"Point","coordinates":[-0.2366137,51.595563]},"properties":{"@type":"node","@id":1752972828,"@timestamp":1515725482},"coords":"51.595563,-0.2366137","bedrooms":"1","price":"193000","area":"424"} , +{"type":"Feature","id":"n1752972850","geometry":{"type":"Point","coordinates":[-0.2363791,51.5965916]},"properties":{"@type":"node","@id":1752972850,"@timestamp":1344626779},"coords":"51.5965916,-0.2363791","bedrooms":"4","price":"221000","area":"568"} , +{"type":"Feature","id":"n1752972872","geometry":{"type":"Point","coordinates":[-0.2366418,51.5977293]},"properties":{"@type":"node","@id":1752972872,"@timestamp":1520438691},"coords":"51.5977293,-0.2366418","bedrooms":"3","price":"278000","area":"646"} , +{"type":"Feature","id":"n1752972891","geometry":{"type":"Point","coordinates":[-0.2370293,51.5988774]},"properties":{"@type":"node","@id":1752972891,"@timestamp":1520438692},"coords":"51.5988774,-0.2370293","bedrooms":"4","price":"244000","area":"494"} , +{"type":"Feature","id":"n1752972931","geometry":{"type":"Point","coordinates":[-0.2375158,51.6000739]},"properties":{"@type":"node","@id":1752972931,"@timestamp":1520438692},"coords":"51.6000739,-0.2375158","bedrooms":"4","price":"172000","area":"570"} , +{"type":"Feature","id":"n1752972953","geometry":{"type":"Point","coordinates":[-0.2378868,51.6009848]},"properties":{"@type":"node","@id":1752972953,"@timestamp":1520438692},"coords":"51.6009848,-0.2378868","bedrooms":"4","price":"246000","area":"614"} , +{"type":"Feature","id":"n1752994583","geometry":{"type":"Point","coordinates":[-0.2386792,51.6021483]},"properties":{"@type":"node","@id":1752994583,"@timestamp":1520438693},"coords":"51.6021483,-0.2386792","bedrooms":"2","price":"223000","area":"456"} , +{"type":"Feature","id":"n1752994612","geometry":{"type":"Point","coordinates":[-0.241078,51.6047014]},"properties":{"@type":"node","@id":1752994612,"@timestamp":1520438693},"coords":"51.6047014,-0.241078","bedrooms":"0","price":"156000","area":"444"} , +{"type":"Feature","id":"n1752994627","geometry":{"type":"Point","coordinates":[-0.2458972,51.6097705]},"properties":{"@type":"node","@id":1752994627,"@timestamp":1520438693},"coords":"51.6097705,-0.2458972","bedrooms":"0","price":"190000","area":"607"} , +{"type":"Feature","id":"n1753084172","geometry":{"type":"Point","coordinates":[-0.0324674,51.4767351]},"properties":{"@type":"node","@id":1753084172,"@timestamp":1566250852},"coords":"51.4767351,-0.0324674","bedrooms":"4","price":"207000","area":"582"} , +{"type":"Feature","id":"n1753101158","geometry":{"type":"Point","coordinates":[-0.0152819,51.4661497]},"properties":{"@type":"node","@id":1753101158,"@timestamp":1590321273},"coords":"51.4661497,-0.0152819","bedrooms":"3","price":"244000","area":"452"} , +{"type":"Feature","id":"n1753138655","geometry":{"type":"Point","coordinates":[-0.0779574,51.518011]},"properties":{"@type":"node","@id":1753138655,"@timestamp":1600214312},"coords":"51.518011,-0.0779574","bedrooms":"0","price":"244000","area":"458"} , +{"type":"Feature","id":"n1753230505","geometry":{"type":"Point","coordinates":[-0.0823488,51.5178233]},"properties":{"@type":"node","@id":1753230505,"@timestamp":1446136914},"coords":"51.5178233,-0.0823488","bedrooms":"3","price":"272000","area":"369"} , +{"type":"Feature","id":"n1753230540","geometry":{"type":"Point","coordinates":[-0.0824275,51.5179893]},"properties":{"@type":"node","@id":1753230540,"@timestamp":1446200750},"coords":"51.5179893,-0.0824275","bedrooms":"2","price":"288000","area":"390"} , +{"type":"Feature","id":"n1753765608","geometry":{"type":"Point","coordinates":[-0.3128188,51.4201756]},"properties":{"@type":"node","@id":1753765608,"@timestamp":1622634326},"coords":"51.4201756,-0.3128188","bedrooms":"2","price":"152000","area":"388"} , +{"type":"Feature","id":"n1754016661","geometry":{"type":"Point","coordinates":[-0.0753533,51.538969]},"properties":{"@type":"node","@id":1754016661,"@timestamp":1606442015},"coords":"51.538969,-0.0753533","bedrooms":"3","price":"183000","area":"387"} , +{"type":"Feature","id":"n1754095340","geometry":{"type":"Point","coordinates":[0.5225658,51.4161544]},"properties":{"@type":"node","@id":1754095340,"@timestamp":1337105607},"coords":"51.4161544,0.5225658","bedrooms":"0","price":"251000","area":"643"} , +{"type":"Feature","id":"n1754194223","geometry":{"type":"Point","coordinates":[0.0117835,51.4383863]},"properties":{"@type":"node","@id":1754194223,"@timestamp":1337112075},"coords":"51.4383863,0.0117835","bedrooms":"0","price":"291000","area":"445"} , +{"type":"Feature","id":"n1754195136","geometry":{"type":"Point","coordinates":[0.0029363,51.4490677]},"properties":{"@type":"node","@id":1754195136,"@timestamp":1635153643},"coords":"51.4490677,0.0029363","bedrooms":"4","price":"289000","area":"426"} , +{"type":"Feature","id":"n1754195667","geometry":{"type":"Point","coordinates":[-0.0012017,51.4518719]},"properties":{"@type":"node","@id":1754195667,"@timestamp":1635154593},"coords":"51.4518719,-0.0012017","bedrooms":"2","price":"272000","area":"683"} , +{"type":"Feature","id":"n1754196101","geometry":{"type":"Point","coordinates":[-0.0164472,51.461658]},"properties":{"@type":"node","@id":1754196101,"@timestamp":1588588927},"coords":"51.461658,-0.0164472","bedrooms":"2","price":"247000","area":"357"} , +{"type":"Feature","id":"n1754249639","geometry":{"type":"Point","coordinates":[0.0216877,51.4307871]},"properties":{"@type":"node","@id":1754249639,"@timestamp":1588422988},"coords":"51.4307871,0.0216877","bedrooms":"2","price":"224000","area":"585"} , +{"type":"Feature","id":"n1754316834","geometry":{"type":"Point","coordinates":[-0.1806419,51.4599493]},"properties":{"@type":"node","@id":1754316834,"@timestamp":1337118601},"coords":"51.4599493,-0.1806419","bedrooms":"4","price":"186000","area":"416"} , +{"type":"Feature","id":"n1754316920","geometry":{"type":"Point","coordinates":[-0.1811076,51.459786]},"properties":{"@type":"node","@id":1754316920,"@timestamp":1337118603},"coords":"51.459786,-0.1811076","bedrooms":"1","price":"249000","area":"543"} , +{"type":"Feature","id":"n1754368080","geometry":{"type":"Point","coordinates":[-0.180722,51.4597536]},"properties":{"@type":"node","@id":1754368080,"@timestamp":1493415502},"coords":"51.4597536,-0.180722","bedrooms":"2","price":"236000","area":"413"} , +{"type":"Feature","id":"n1754605185","geometry":{"type":"Point","coordinates":[-0.0043345,51.9046188]},"properties":{"@type":"node","@id":1754605185,"@timestamp":1337151698},"coords":"51.9046188,-0.0043345","bedrooms":"4","price":"155000","area":"434"} , +{"type":"Feature","id":"n1754720035","geometry":{"type":"Point","coordinates":[-0.1983678,51.3540956]},"properties":{"@type":"node","@id":1754720035,"@timestamp":1612176353},"coords":"51.3540956,-0.1983678","bedrooms":"2","price":"165000","area":"409"} , +{"type":"Feature","id":"n1754753431","geometry":{"type":"Point","coordinates":[-0.7400316,51.3190029]},"properties":{"@type":"node","@id":1754753431,"@timestamp":1337167198},"coords":"51.3190029,-0.7400316","bedrooms":"1","price":"277000","area":"439"} , +{"type":"Feature","id":"n1754922932","geometry":{"type":"Point","coordinates":[-0.9410474,50.9996244]},"properties":{"@type":"node","@id":1754922932,"@timestamp":1337177136},"coords":"50.9996244,-0.9410474","bedrooms":"1","price":"294000","area":"614"} , +{"type":"Feature","id":"n1755017976","geometry":{"type":"Point","coordinates":[0.0585945,51.6062041]},"properties":{"@type":"node","@id":1755017976,"@timestamp":1508939504},"coords":"51.6062041,0.0585945","bedrooms":"1","price":"250000","area":"365"} , +{"type":"Feature","id":"n1755081291","geometry":{"type":"Point","coordinates":[-0.1657285,51.5516522]},"properties":{"@type":"node","@id":1755081291,"@timestamp":1337190601},"coords":"51.5516522,-0.1657285","bedrooms":"2","price":"221000","area":"498"} , +{"type":"Feature","id":"n1755284264","geometry":{"type":"Point","coordinates":[0.002718,51.5012935]},"properties":{"@type":"node","@id":1755284264,"@timestamp":1631995485},"coords":"51.5012935,0.002718","bedrooms":"1","price":"199000","area":"554"} , +{"type":"Feature","id":"n1755307548","geometry":{"type":"Point","coordinates":[0.1620456,51.3218793]},"properties":{"@type":"node","@id":1755307548,"@timestamp":1337204578},"coords":"51.3218793,0.1620456","bedrooms":"1","price":"218000","area":"435"} , +{"type":"Feature","id":"n1755327818","geometry":{"type":"Point","coordinates":[0.1554766,51.3494919]},"properties":{"@type":"node","@id":1755327818,"@timestamp":1337205520},"coords":"51.3494919,0.1554766","bedrooms":"0","price":"299000","area":"485"} , +{"type":"Feature","id":"n1755327874","geometry":{"type":"Point","coordinates":[0.1571425,51.3514502]},"properties":{"@type":"node","@id":1755327874,"@timestamp":1549839855},"coords":"51.3514502,0.1571425","bedrooms":"4","price":"238000","area":"693"} , +{"type":"Feature","id":"n1755339535","geometry":{"type":"Point","coordinates":[-0.1972494,51.5629822]},"properties":{"@type":"node","@id":1755339535,"@timestamp":1592913171},"coords":"51.5629822,-0.1972494","bedrooms":"2","price":"253000","area":"577"} , +{"type":"Feature","id":"n1755973914","geometry":{"type":"Point","coordinates":[-0.710321,51.5752361]},"properties":{"@type":"node","@id":1755973914,"@timestamp":1359889000},"coords":"51.5752361,-0.710321","bedrooms":"0","price":"207000","area":"478"} , +{"type":"Feature","id":"n1756264130","geometry":{"type":"Point","coordinates":[-0.0470996,51.6570215]},"properties":{"@type":"node","@id":1756264130,"@timestamp":1592489911},"coords":"51.6570215,-0.0470996","bedrooms":"1","price":"281000","area":"446"} , +{"type":"Feature","id":"n1756517518","geometry":{"type":"Point","coordinates":[-0.3407197,51.7520781]},"properties":{"@type":"node","@id":1756517518,"@timestamp":1613489217},"coords":"51.7520781,-0.3407197","bedrooms":"3","price":"219000","area":"487"} , +{"type":"Feature","id":"n1756666200","geometry":{"type":"Point","coordinates":[0.0562152,51.4006662]},"properties":{"@type":"node","@id":1756666200,"@timestamp":1588588927},"coords":"51.4006662,0.0562152","bedrooms":"1","price":"258000","area":"495"} , +{"type":"Feature","id":"n1756666271","geometry":{"type":"Point","coordinates":[0.0598365,51.4035464]},"properties":{"@type":"node","@id":1756666271,"@timestamp":1589316490},"coords":"51.4035464,0.0598365","bedrooms":"0","price":"202000","area":"631"} , +{"type":"Feature","id":"n1756702628","geometry":{"type":"Point","coordinates":[-0.0944764,51.5279797]},"properties":{"@type":"node","@id":1756702628,"@timestamp":1628286274},"coords":"51.5279797,-0.0944764","bedrooms":"1","price":"198000","area":"580"} , +{"type":"Feature","id":"n1756740194","geometry":{"type":"Point","coordinates":[0.4717389,51.6244361]},"properties":{"@type":"node","@id":1756740194,"@timestamp":1337295288},"coords":"51.6244361,0.4717389","bedrooms":"4","price":"190000","area":"414"} , +{"type":"Feature","id":"n1757353560","geometry":{"type":"Point","coordinates":[-0.3710424,51.4160861]},"properties":{"@type":"node","@id":1757353560,"@timestamp":1602258547},"coords":"51.4160861,-0.3710424","bedrooms":"0","price":"201000","area":"674"} , +{"type":"Feature","id":"n1757440602","geometry":{"type":"Point","coordinates":[-0.0898392,51.5166924]},"properties":{"@type":"node","@id":1757440602,"@timestamp":1503009458},"coords":"51.5166924,-0.0898392","bedrooms":"0","price":"221000","area":"456"} , +{"type":"Feature","id":"n1757502625","geometry":{"type":"Point","coordinates":[0.3030242,51.6423956]},"properties":{"@type":"node","@id":1757502625,"@timestamp":1419622809},"coords":"51.6423956,0.3030242","bedrooms":"4","price":"180000","area":"667"} , +{"type":"Feature","id":"n1757546122","geometry":{"type":"Point","coordinates":[-0.3416289,51.7519337]},"properties":{"@type":"node","@id":1757546122,"@timestamp":1558712745},"coords":"51.7519337,-0.3416289","bedrooms":"2","price":"283000","area":"680"} , +{"type":"Feature","id":"n1757658521","geometry":{"type":"Point","coordinates":[0.3243822,51.4410551]},"properties":{"@type":"node","@id":1757658521,"@timestamp":1339950548},"coords":"51.4410551,0.3243822","bedrooms":"2","price":"191000","area":"383"} , +{"type":"Feature","id":"n1757711607","geometry":{"type":"Point","coordinates":[0.218832,51.589029]},"properties":{"@type":"node","@id":1757711607,"@timestamp":1337380362},"coords":"51.589029,0.218832","bedrooms":"3","price":"178000","area":"513"} , +{"type":"Feature","id":"n1758209249","geometry":{"type":"Point","coordinates":[-0.3346766,51.7492143]},"properties":{"@type":"node","@id":1758209249,"@timestamp":1558715891},"coords":"51.7492143,-0.3346766","bedrooms":"1","price":"275000","area":"545"} , +{"type":"Feature","id":"n1758390673","geometry":{"type":"Point","coordinates":[-0.3323728,51.7503179]},"properties":{"@type":"node","@id":1758390673,"@timestamp":1337432648},"coords":"51.7503179,-0.3323728","bedrooms":"1","price":"157000","area":"472"} , +{"type":"Feature","id":"n1758413126","geometry":{"type":"Point","coordinates":[-0.1406268,51.4190538]},"properties":{"@type":"node","@id":1758413126,"@timestamp":1588717356},"coords":"51.4190538,-0.1406268","bedrooms":"3","price":"259000","area":"603"} , +{"type":"Feature","id":"n1758413574","geometry":{"type":"Point","coordinates":[-0.1389177,51.4239111]},"properties":{"@type":"node","@id":1758413574,"@timestamp":1588717356},"coords":"51.4239111,-0.1389177","bedrooms":"2","price":"200000","area":"695"} , +{"type":"Feature","id":"n1758413909","geometry":{"type":"Point","coordinates":[-0.147841,51.4421624]},"properties":{"@type":"node","@id":1758413909,"@timestamp":1588717356},"coords":"51.4421624,-0.147841","bedrooms":"1","price":"210000","area":"491"} , +{"type":"Feature","id":"n1758433006","geometry":{"type":"Point","coordinates":[-1.0923903,51.4329772]},"properties":{"@type":"node","@id":1758433006,"@timestamp":1337434207},"coords":"51.4329772,-1.0923903","bedrooms":"3","price":"220000","area":"528"} , +{"type":"Feature","id":"n1758552709","geometry":{"type":"Point","coordinates":[-0.0929532,51.5169432]},"properties":{"@type":"node","@id":1758552709,"@timestamp":1503000372},"coords":"51.5169432,-0.0929532","bedrooms":"2","price":"210000","area":"625"} , +{"type":"Feature","id":"n1758812579","geometry":{"type":"Point","coordinates":[0.5070049,51.3022693]},"properties":{"@type":"node","@id":1758812579,"@timestamp":1337455599},"coords":"51.3022693,0.5070049","bedrooms":"4","price":"168000","area":"394"} , +{"type":"Feature","id":"n1758969290","geometry":{"type":"Point","coordinates":[0.2645841,51.6063574]},"properties":{"@type":"node","@id":1758969290,"@timestamp":1554718143},"coords":"51.6063574,0.2645841","bedrooms":"3","price":"216000","area":"642"} , +{"type":"Feature","id":"n1759016940","geometry":{"type":"Point","coordinates":[0.5027877,51.3017446]},"properties":{"@type":"node","@id":1759016940,"@timestamp":1337467600},"coords":"51.3017446,0.5027877","bedrooms":"1","price":"168000","area":"415"} , +{"type":"Feature","id":"n1759016952","geometry":{"type":"Point","coordinates":[0.5024893,51.3018258]},"properties":{"@type":"node","@id":1759016952,"@timestamp":1337467601},"coords":"51.3018258,0.5024893","bedrooms":"0","price":"186000","area":"432"} , +{"type":"Feature","id":"n1759031211","geometry":{"type":"Point","coordinates":[0.4275542,51.7366175]},"properties":{"@type":"node","@id":1759031211,"@timestamp":1585496163},"coords":"51.7366175,0.4275542","bedrooms":"2","price":"249000","area":"391"} , +{"type":"Feature","id":"n1759071591","geometry":{"type":"Point","coordinates":[-0.1543739,51.5023581]},"properties":{"@type":"node","@id":1759071591,"@timestamp":1559138765},"coords":"51.5023581,-0.1543739","bedrooms":"2","price":"293000","area":"650"} , +{"type":"Feature","id":"n1759329276","geometry":{"type":"Point","coordinates":[0.1880128,51.0966466]},"properties":{"@type":"node","@id":1759329276,"@timestamp":1632941296},"coords":"51.0966466,0.1880128","bedrooms":"1","price":"200000","area":"556"} , +{"type":"Feature","id":"n1759454016","geometry":{"type":"Point","coordinates":[-0.0979795,51.51533]},"properties":{"@type":"node","@id":1759454016,"@timestamp":1571834477},"coords":"51.51533,-0.0979795","bedrooms":"3","price":"226000","area":"418"} , +{"type":"Feature","id":"n1759505221","geometry":{"type":"Point","coordinates":[-0.1451491,51.5465233]},"properties":{"@type":"node","@id":1759505221,"@timestamp":1623442489},"coords":"51.5465233,-0.1451491","bedrooms":"0","price":"291000","area":"515"} , +{"type":"Feature","id":"n1759754370","geometry":{"type":"Point","coordinates":[-0.1783407,51.5202157]},"properties":{"@type":"node","@id":1759754370,"@timestamp":1600917712},"coords":"51.5202157,-0.1783407","bedrooms":"3","price":"273000","area":"523"} , +{"type":"Feature","id":"n1759789055","geometry":{"type":"Point","coordinates":[-0.1760176,51.5358817]},"properties":{"@type":"node","@id":1759789055,"@timestamp":1564910819},"coords":"51.5358817,-0.1760176","bedrooms":"4","price":"185000","area":"464"} , +{"type":"Feature","id":"n1759825882","geometry":{"type":"Point","coordinates":[0.6858056,51.741959]},"properties":{"@type":"node","@id":1759825882,"@timestamp":1565830054},"coords":"51.741959,0.6858056","bedrooms":"4","price":"230000","area":"396"} , +{"type":"Feature","id":"n1759883839","geometry":{"type":"Point","coordinates":[-0.3386229,51.7553407]},"properties":{"@type":"node","@id":1759883839,"@timestamp":1337529754},"coords":"51.7553407,-0.3386229","bedrooms":"3","price":"263000","area":"459"} , +{"type":"Feature","id":"n1760083400","geometry":{"type":"Point","coordinates":[-0.0490844,51.9212706]},"properties":{"@type":"node","@id":1760083400,"@timestamp":1337540063},"coords":"51.9212706,-0.0490844","bedrooms":"0","price":"207000","area":"536"} , +{"type":"Feature","id":"n1760245020","geometry":{"type":"Point","coordinates":[-0.0919174,51.3750787]},"properties":{"@type":"node","@id":1760245020,"@timestamp":1478714912},"coords":"51.3750787,-0.0919174","bedrooms":"3","price":"179000","area":"367"} , +{"type":"Feature","id":"n1760429117","geometry":{"type":"Point","coordinates":[-0.1812617,51.4601713]},"properties":{"@type":"node","@id":1760429117,"@timestamp":1337551663},"coords":"51.4601713,-0.1812617","bedrooms":"1","price":"251000","area":"608"} , +{"type":"Feature","id":"n1760556945","geometry":{"type":"Point","coordinates":[-1.0627919,51.8736951]},"properties":{"@type":"node","@id":1760556945,"@timestamp":1618917255},"coords":"51.8736951,-1.0627919","bedrooms":"4","price":"213000","area":"464"} , +{"type":"Feature","id":"n1760564286","geometry":{"type":"Point","coordinates":[-0.9606294,51.8526901]},"properties":{"@type":"node","@id":1760564286,"@timestamp":1337571860},"coords":"51.8526901,-0.9606294","bedrooms":"4","price":"286000","area":"505"} , +{"type":"Feature","id":"n1760564306","geometry":{"type":"Point","coordinates":[-1.0230856,51.8705105]},"properties":{"@type":"node","@id":1760564306,"@timestamp":1337571861},"coords":"51.8705105,-1.0230856","bedrooms":"2","price":"188000","area":"401"} , +{"type":"Feature","id":"n1760573128","geometry":{"type":"Point","coordinates":[-0.96307,51.7673973]},"properties":{"@type":"node","@id":1760573128,"@timestamp":1618586513},"coords":"51.7673973,-0.96307","bedrooms":"4","price":"165000","area":"412"} , +{"type":"Feature","id":"n1760658806","geometry":{"type":"Point","coordinates":[-0.1739587,51.4615794]},"properties":{"@type":"node","@id":1760658806,"@timestamp":1618310001},"coords":"51.4615794,-0.1739587","bedrooms":"1","price":"246000","area":"588"} , +{"type":"Feature","id":"n1760726341","geometry":{"type":"Point","coordinates":[-0.1015078,51.4526246]},"properties":{"@type":"node","@id":1760726341,"@timestamp":1588717356},"coords":"51.4526246,-0.1015078","bedrooms":"3","price":"253000","area":"545"} , +{"type":"Feature","id":"n1760726405","geometry":{"type":"Point","coordinates":[-0.1037035,51.4555397]},"properties":{"@type":"node","@id":1760726405,"@timestamp":1588717356},"coords":"51.4555397,-0.1037035","bedrooms":"4","price":"286000","area":"361"} , +{"type":"Feature","id":"n1760726842","geometry":{"type":"Point","coordinates":[-0.0980624,51.4656473]},"properties":{"@type":"node","@id":1760726842,"@timestamp":1588588927},"coords":"51.4656473,-0.0980624","bedrooms":"0","price":"176000","area":"400"} , +{"type":"Feature","id":"n1760726933","geometry":{"type":"Point","coordinates":[-0.101955,51.4689081]},"properties":{"@type":"node","@id":1760726933,"@timestamp":1588717356},"coords":"51.4689081,-0.101955","bedrooms":"0","price":"273000","area":"399"} , +{"type":"Feature","id":"n1760727277","geometry":{"type":"Point","coordinates":[-0.0983647,51.4964982]},"properties":{"@type":"node","@id":1760727277,"@timestamp":1630358371},"coords":"51.4964982,-0.0983647","bedrooms":"3","price":"227000","area":"413"} , +{"type":"Feature","id":"n1760734089","geometry":{"type":"Point","coordinates":[0.5401043,51.2489346]},"properties":{"@type":"node","@id":1760734089,"@timestamp":1337595607},"coords":"51.2489346,0.5401043","bedrooms":"1","price":"226000","area":"503"} , +{"type":"Feature","id":"n1760742790","geometry":{"type":"Point","coordinates":[-0.1125911,51.4369048]},"properties":{"@type":"node","@id":1760742790,"@timestamp":1587829098},"coords":"51.4369048,-0.1125911","bedrooms":"4","price":"266000","area":"573"} , +{"type":"Feature","id":"n1760742910","geometry":{"type":"Point","coordinates":[-0.1033859,51.4413099]},"properties":{"@type":"node","@id":1760742910,"@timestamp":1588717356},"coords":"51.4413099,-0.1033859","bedrooms":"4","price":"203000","area":"497"} , +{"type":"Feature","id":"n1760763738","geometry":{"type":"Point","coordinates":[-0.1368429,51.4402636]},"properties":{"@type":"node","@id":1760763738,"@timestamp":1421928534},"coords":"51.4402636,-0.1368429","bedrooms":"4","price":"240000","area":"434"} , +{"type":"Feature","id":"n1760768238","geometry":{"type":"Point","coordinates":[-0.1323351,51.4254486]},"properties":{"@type":"node","@id":1760768238,"@timestamp":1598865346},"coords":"51.4254486,-0.1323351","bedrooms":"3","price":"155000","area":"640"} , +{"type":"Feature","id":"n1760823781","geometry":{"type":"Point","coordinates":[-0.5979723,51.467686]},"properties":{"@type":"node","@id":1760823781,"@timestamp":1344619122},"coords":"51.467686,-0.5979723","bedrooms":"3","price":"274000","area":"496"} , +{"type":"Feature","id":"n1760866711","geometry":{"type":"Point","coordinates":[-0.27119,51.606779]},"properties":{"@type":"node","@id":1760866711,"@timestamp":1337612456},"coords":"51.606779,-0.27119","bedrooms":"4","price":"290000","area":"397"} , +{"type":"Feature","id":"n1760991928","geometry":{"type":"Point","coordinates":[-0.2709083,51.6056468]},"properties":{"@type":"node","@id":1760991928,"@timestamp":1337612455},"coords":"51.6056468,-0.2709083","bedrooms":"4","price":"195000","area":"629"} , +{"type":"Feature","id":"n1761207101","geometry":{"type":"Point","coordinates":[-0.3335505,51.7578275]},"properties":{"@type":"node","@id":1761207101,"@timestamp":1627569655},"coords":"51.7578275,-0.3335505","bedrooms":"0","price":"273000","area":"360"} , +{"type":"Feature","id":"n1761298206","geometry":{"type":"Point","coordinates":[-0.3299055,51.7508676]},"properties":{"@type":"node","@id":1761298206,"@timestamp":1613487980},"coords":"51.7508676,-0.3299055","bedrooms":"3","price":"212000","area":"561"} , +{"type":"Feature","id":"n1761376955","geometry":{"type":"Point","coordinates":[-0.1898425,51.35991]},"properties":{"@type":"node","@id":1761376955,"@timestamp":1598792343},"coords":"51.35991,-0.1898425","bedrooms":"1","price":"156000","area":"430"} , +{"type":"Feature","id":"n1761378065","geometry":{"type":"Point","coordinates":[-0.1557177,51.4062032]},"properties":{"@type":"node","@id":1761378065,"@timestamp":1599007960},"coords":"51.4062032,-0.1557177","bedrooms":"1","price":"253000","area":"411"} , +{"type":"Feature","id":"n1761378641","geometry":{"type":"Point","coordinates":[-0.0555523,51.424957]},"properties":{"@type":"node","@id":1761378641,"@timestamp":1598890419},"coords":"51.424957,-0.0555523","bedrooms":"3","price":"169000","area":"690"} , +{"type":"Feature","id":"n1761379658","geometry":{"type":"Point","coordinates":[-0.041725,51.4780557]},"properties":{"@type":"node","@id":1761379658,"@timestamp":1591457750},"coords":"51.4780557,-0.041725","bedrooms":"2","price":"247000","area":"633"} , +{"type":"Feature","id":"n1761379732","geometry":{"type":"Point","coordinates":[-0.0431468,51.4798055]},"properties":{"@type":"node","@id":1761379732,"@timestamp":1588780275},"coords":"51.4798055,-0.0431468","bedrooms":"1","price":"296000","area":"505"} , +{"type":"Feature","id":"n1761379940","geometry":{"type":"Point","coordinates":[-0.0435058,51.4823973]},"properties":{"@type":"node","@id":1761379940,"@timestamp":1588780275},"coords":"51.4823973,-0.0435058","bedrooms":"2","price":"259000","area":"451"} , +{"type":"Feature","id":"n1761458482","geometry":{"type":"Point","coordinates":[-0.0887987,51.3834852]},"properties":{"@type":"node","@id":1761458482,"@timestamp":1601737770},"coords":"51.3834852,-0.0887987","bedrooms":"2","price":"166000","area":"494"} , +{"type":"Feature","id":"n1761570728","geometry":{"type":"Point","coordinates":[-0.1362003,51.0238375]},"properties":{"@type":"node","@id":1761570728,"@timestamp":1609353567},"coords":"51.0238375,-0.1362003","bedrooms":"1","price":"212000","area":"645"} , +{"type":"Feature","id":"n1761641556","geometry":{"type":"Point","coordinates":[-0.3145926,51.7230947]},"properties":{"@type":"node","@id":1761641556,"@timestamp":1484562423},"coords":"51.7230947,-0.3145926","bedrooms":"4","price":"253000","area":"634"} , +{"type":"Feature","id":"n1762120201","geometry":{"type":"Point","coordinates":[-0.6382042,51.4288965]},"properties":{"@type":"node","@id":1762120201,"@timestamp":1337689291},"coords":"51.4288965,-0.6382042","bedrooms":"3","price":"201000","area":"406"} , +{"type":"Feature","id":"n1762120304","geometry":{"type":"Point","coordinates":[-0.595291,51.4427332]},"properties":{"@type":"node","@id":1762120304,"@timestamp":1341267228},"coords":"51.4427332,-0.595291","bedrooms":"4","price":"248000","area":"680"} , +{"type":"Feature","id":"n1762333760","geometry":{"type":"Point","coordinates":[-0.3236845,51.7511873]},"properties":{"@type":"node","@id":1762333760,"@timestamp":1613834154},"coords":"51.7511873,-0.3236845","bedrooms":"0","price":"197000","area":"407"} , +{"type":"Feature","id":"n1762372105","geometry":{"type":"Point","coordinates":[-0.1402783,51.5185807]},"properties":{"@type":"node","@id":1762372105,"@timestamp":1468879333},"coords":"51.5185807,-0.1402783","bedrooms":"0","price":"279000","area":"590"} , +{"type":"Feature","id":"n1762415150","geometry":{"type":"Point","coordinates":[-0.0617586,51.5890229]},"properties":{"@type":"node","@id":1762415150,"@timestamp":1595723007},"coords":"51.5890229,-0.0617586","bedrooms":"3","price":"276000","area":"503"} , +{"type":"Feature","id":"n1762524038","geometry":{"type":"Point","coordinates":[-0.9021931,51.4329369]},"properties":{"@type":"node","@id":1762524038,"@timestamp":1337971544},"coords":"51.4329369,-0.9021931","bedrooms":"3","price":"261000","area":"465"} , +{"type":"Feature","id":"n1762952883","geometry":{"type":"Point","coordinates":[-0.0818478,51.5265134]},"properties":{"@type":"node","@id":1762952883,"@timestamp":1337764857},"coords":"51.5265134,-0.0818478","bedrooms":"1","price":"210000","area":"443"} , +{"type":"Feature","id":"n1763000307","geometry":{"type":"Point","coordinates":[-0.1310419,51.4136698]},"properties":{"@type":"node","@id":1763000307,"@timestamp":1623507826},"coords":"51.4136698,-0.1310419","bedrooms":"4","price":"237000","area":"438"} , +{"type":"Feature","id":"n1763022105","geometry":{"type":"Point","coordinates":[0.0447053,51.9047365]},"properties":{"@type":"node","@id":1763022105,"@timestamp":1345501041},"coords":"51.9047365,0.0447053","bedrooms":"0","price":"179000","area":"654"} , +{"type":"Feature","id":"n1763037868","geometry":{"type":"Point","coordinates":[-0.0788889,51.5271045]},"properties":{"@type":"node","@id":1763037868,"@timestamp":1337773185},"coords":"51.5271045,-0.0788889","bedrooms":"3","price":"171000","area":"418"} , +{"type":"Feature","id":"n1763056347","geometry":{"type":"Point","coordinates":[-0.0932353,51.3639466]},"properties":{"@type":"node","@id":1763056347,"@timestamp":1598940385},"coords":"51.3639466,-0.0932353","bedrooms":"4","price":"231000","area":"556"} , +{"type":"Feature","id":"n1763175241","geometry":{"type":"Point","coordinates":[0.2999802,51.6198172]},"properties":{"@type":"node","@id":1763175241,"@timestamp":1564910819},"coords":"51.6198172,0.2999802","bedrooms":"2","price":"229000","area":"615"} , +{"type":"Feature","id":"n1763198801","geometry":{"type":"Point","coordinates":[-0.0833654,51.524281]},"properties":{"@type":"node","@id":1763198801,"@timestamp":1618673612},"coords":"51.524281,-0.0833654","bedrooms":"2","price":"263000","area":"593"} , +{"type":"Feature","id":"n1763296317","geometry":{"type":"Point","coordinates":[-0.113641,51.4168699]},"properties":{"@type":"node","@id":1763296317,"@timestamp":1609265326},"coords":"51.4168699,-0.113641","bedrooms":"2","price":"175000","area":"560"} , +{"type":"Feature","id":"n1763296590","geometry":{"type":"Point","coordinates":[-0.1139526,51.4197833]},"properties":{"@type":"node","@id":1763296590,"@timestamp":1468273710},"coords":"51.4197833,-0.1139526","bedrooms":"4","price":"245000","area":"386"} , +{"type":"Feature","id":"n1763297157","geometry":{"type":"Point","coordinates":[-0.1195858,51.42313]},"properties":{"@type":"node","@id":1763297157,"@timestamp":1606228559},"coords":"51.42313,-0.1195858","bedrooms":"1","price":"216000","area":"526"} , +{"type":"Feature","id":"n1763378760","geometry":{"type":"Point","coordinates":[-0.0810036,51.5243096]},"properties":{"@type":"node","@id":1763378760,"@timestamp":1628370294},"coords":"51.5243096,-0.0810036","bedrooms":"0","price":"247000","area":"413"} , +{"type":"Feature","id":"n1763421262","geometry":{"type":"Point","coordinates":[-0.0811328,51.5240615]},"properties":{"@type":"node","@id":1763421262,"@timestamp":1628363214},"coords":"51.5240615,-0.0811328","bedrooms":"0","price":"267000","area":"361"} , +{"type":"Feature","id":"n1763572517","geometry":{"type":"Point","coordinates":[-0.0835259,51.5233457]},"properties":{"@type":"node","@id":1763572517,"@timestamp":1628363214},"coords":"51.5233457,-0.0835259","bedrooms":"2","price":"157000","area":"445"} , +{"type":"Feature","id":"n1763599706","geometry":{"type":"Point","coordinates":[-0.0830602,51.5228488]},"properties":{"@type":"node","@id":1763599706,"@timestamp":1392233297},"coords":"51.5228488,-0.0830602","bedrooms":"4","price":"218000","area":"414"} , +{"type":"Feature","id":"n1763604374","geometry":{"type":"Point","coordinates":[-0.2256382,51.5129607]},"properties":{"@type":"node","@id":1763604374,"@timestamp":1617427134},"coords":"51.5129607,-0.2256382","bedrooms":"3","price":"238000","area":"457"} , +{"type":"Feature","id":"n1763604404","geometry":{"type":"Point","coordinates":[-0.2258307,51.5135259]},"properties":{"@type":"node","@id":1763604404,"@timestamp":1580220352},"coords":"51.5135259,-0.2258307","bedrooms":"0","price":"284000","area":"434"} , +{"type":"Feature","id":"n1763604416","geometry":{"type":"Point","coordinates":[-0.2259421,51.5136287]},"properties":{"@type":"node","@id":1763604416,"@timestamp":1337805795},"coords":"51.5136287,-0.2259421","bedrooms":"2","price":"225000","area":"654"} , +{"type":"Feature","id":"n1763987970","geometry":{"type":"Point","coordinates":[-0.0847328,51.3752087]},"properties":{"@type":"node","@id":1763987970,"@timestamp":1560311712},"coords":"51.3752087,-0.0847328","bedrooms":"0","price":"237000","area":"396"} , +{"type":"Feature","id":"n1763988253","geometry":{"type":"Point","coordinates":[-0.0428615,51.3545293]},"properties":{"@type":"node","@id":1763988253,"@timestamp":1612820172},"coords":"51.3545293,-0.0428615","bedrooms":"3","price":"185000","area":"587"} , +{"type":"Feature","id":"n1763988764","geometry":{"type":"Point","coordinates":[-0.0600865,51.3597826]},"properties":{"@type":"node","@id":1763988764,"@timestamp":1612820172},"coords":"51.3597826,-0.0600865","bedrooms":"3","price":"277000","area":"601"} , +{"type":"Feature","id":"n1763989134","geometry":{"type":"Point","coordinates":[-0.0750559,51.3636636]},"properties":{"@type":"node","@id":1763989134,"@timestamp":1383190876},"coords":"51.3636636,-0.0750559","bedrooms":"3","price":"291000","area":"459"} , +{"type":"Feature","id":"n1763989541","geometry":{"type":"Point","coordinates":[-0.1056281,51.3742541]},"properties":{"@type":"node","@id":1763989541,"@timestamp":1629601718},"coords":"51.3742541,-0.1056281","bedrooms":"1","price":"245000","area":"412"} , +{"type":"Feature","id":"n1763989814","geometry":{"type":"Point","coordinates":[-0.0809586,51.3751016]},"properties":{"@type":"node","@id":1763989814,"@timestamp":1350684286},"coords":"51.3751016,-0.0809586","bedrooms":"3","price":"177000","area":"371"} , +{"type":"Feature","id":"n1763990102","geometry":{"type":"Point","coordinates":[-0.0732225,51.3798217]},"properties":{"@type":"node","@id":1763990102,"@timestamp":1612747361},"coords":"51.3798217,-0.0732225","bedrooms":"2","price":"208000","area":"463"} , +{"type":"Feature","id":"n1763991023","geometry":{"type":"Point","coordinates":[-0.0579997,51.3917273]},"properties":{"@type":"node","@id":1763991023,"@timestamp":1595424346},"coords":"51.3917273,-0.0579997","bedrooms":"3","price":"157000","area":"687"} , +{"type":"Feature","id":"n1763991312","geometry":{"type":"Point","coordinates":[-0.0598108,51.3992262]},"properties":{"@type":"node","@id":1763991312,"@timestamp":1375389594},"coords":"51.3992262,-0.0598108","bedrooms":"1","price":"231000","area":"666"} , +{"type":"Feature","id":"n1763991547","geometry":{"type":"Point","coordinates":[-0.182544,51.4035285]},"properties":{"@type":"node","@id":1763991547,"@timestamp":1577804359},"coords":"51.4035285,-0.182544","bedrooms":"4","price":"164000","area":"399"} , +{"type":"Feature","id":"n1763992263","geometry":{"type":"Point","coordinates":[-0.1999081,51.412428]},"properties":{"@type":"node","@id":1763992263,"@timestamp":1609197428},"coords":"51.412428,-0.1999081","bedrooms":"3","price":"151000","area":"546"} , +{"type":"Feature","id":"n1764239835","geometry":{"type":"Point","coordinates":[-0.7256417,51.419872]},"properties":{"@type":"node","@id":1764239835,"@timestamp":1480709568},"coords":"51.419872,-0.7256417","bedrooms":"3","price":"278000","area":"614"} , +{"type":"Feature","id":"n1764288033","geometry":{"type":"Point","coordinates":[0.6891071,51.7218817]},"properties":{"@type":"node","@id":1764288033,"@timestamp":1557265350},"coords":"51.7218817,0.6891071","bedrooms":"4","price":"206000","area":"676"} , +{"type":"Feature","id":"n1764288043","geometry":{"type":"Point","coordinates":[0.6885115,51.7216481]},"properties":{"@type":"node","@id":1764288043,"@timestamp":1337870876},"coords":"51.7216481,0.6885115","bedrooms":"2","price":"287000","area":"537"} , +{"type":"Feature","id":"n1764347055","geometry":{"type":"Point","coordinates":[-0.0165905,51.5870929]},"properties":{"@type":"node","@id":1764347055,"@timestamp":1337877363},"coords":"51.5870929,-0.0165905","bedrooms":"2","price":"233000","area":"670"} , +{"type":"Feature","id":"n1764347097","geometry":{"type":"Point","coordinates":[-0.0165541,51.5869255]},"properties":{"@type":"node","@id":1764347097,"@timestamp":1337877365},"coords":"51.5869255,-0.0165541","bedrooms":"1","price":"164000","area":"481"} , +{"type":"Feature","id":"n1764414098","geometry":{"type":"Point","coordinates":[-0.3000445,51.4588001]},"properties":{"@type":"node","@id":1764414098,"@timestamp":1524920176},"coords":"51.4588001,-0.3000445","bedrooms":"0","price":"279000","area":"580"} , +{"type":"Feature","id":"n1764424172","geometry":{"type":"Point","coordinates":[-0.3157536,51.7503813]},"properties":{"@type":"node","@id":1764424172,"@timestamp":1616162835},"coords":"51.7503813,-0.3157536","bedrooms":"2","price":"255000","area":"628"} , +{"type":"Feature","id":"n1764426961","geometry":{"type":"Point","coordinates":[-0.0804342,51.5273388]},"properties":{"@type":"node","@id":1764426961,"@timestamp":1337883695},"coords":"51.5273388,-0.0804342","bedrooms":"4","price":"178000","area":"388"} , +{"type":"Feature","id":"n1764505518","geometry":{"type":"Point","coordinates":[-0.3921973,51.6608901]},"properties":{"@type":"node","@id":1764505518,"@timestamp":1619772948},"coords":"51.6608901,-0.3921973","bedrooms":"3","price":"295000","area":"467"} , +{"type":"Feature","id":"n1764505551","geometry":{"type":"Point","coordinates":[-0.3938185,51.6623073]},"properties":{"@type":"node","@id":1764505551,"@timestamp":1619772948},"coords":"51.6623073,-0.3938185","bedrooms":"1","price":"167000","area":"433"} , +{"type":"Feature","id":"n1764505684","geometry":{"type":"Point","coordinates":[-0.3953302,51.6651211]},"properties":{"@type":"node","@id":1764505684,"@timestamp":1598970601},"coords":"51.6651211,-0.3953302","bedrooms":"1","price":"264000","area":"689"} , +{"type":"Feature","id":"n1764536825","geometry":{"type":"Point","coordinates":[-0.1524554,51.2798495]},"properties":{"@type":"node","@id":1764536825,"@timestamp":1384171484},"coords":"51.2798495,-0.1524554","bedrooms":"0","price":"291000","area":"352"} , +{"type":"Feature","id":"n1764555435","geometry":{"type":"Point","coordinates":[-0.0539189,51.4791263]},"properties":{"@type":"node","@id":1764555435,"@timestamp":1620468880},"coords":"51.4791263,-0.0539189","bedrooms":"1","price":"236000","area":"425"} , +{"type":"Feature","id":"n1764573256","geometry":{"type":"Point","coordinates":[-0.0739385,51.4689265]},"properties":{"@type":"node","@id":1764573256,"@timestamp":1588588927},"coords":"51.4689265,-0.0739385","bedrooms":"1","price":"263000","area":"405"} , +{"type":"Feature","id":"n1764597307","geometry":{"type":"Point","coordinates":[-0.0799412,51.3517903]},"properties":{"@type":"node","@id":1764597307,"@timestamp":1359499050},"coords":"51.3517903,-0.0799412","bedrooms":"2","price":"249000","area":"441"} , +{"type":"Feature","id":"n1765092267","geometry":{"type":"Point","coordinates":[-0.7368183,51.4040363]},"properties":{"@type":"node","@id":1765092267,"@timestamp":1453504768},"coords":"51.4040363,-0.7368183","bedrooms":"0","price":"177000","area":"508"} , +{"type":"Feature","id":"n1765170618","geometry":{"type":"Point","coordinates":[-0.1766831,51.4694786]},"properties":{"@type":"node","@id":1765170618,"@timestamp":1592259663},"coords":"51.4694786,-0.1766831","bedrooms":"4","price":"278000","area":"474"} , +{"type":"Feature","id":"n1765242935","geometry":{"type":"Point","coordinates":[-0.0892794,51.5089908]},"properties":{"@type":"node","@id":1765242935,"@timestamp":1337951535},"coords":"51.5089908,-0.0892794","bedrooms":"2","price":"192000","area":"521"} , +{"type":"Feature","id":"n1765258691","geometry":{"type":"Point","coordinates":[-0.7740729,51.4055736]},"properties":{"@type":"node","@id":1765258691,"@timestamp":1550448014},"coords":"51.4055736,-0.7740729","bedrooms":"0","price":"237000","area":"537"} , +{"type":"Feature","id":"n1765258944","geometry":{"type":"Point","coordinates":[-0.7762045,51.4088668]},"properties":{"@type":"node","@id":1765258944,"@timestamp":1455312467},"coords":"51.4088668,-0.7762045","bedrooms":"0","price":"174000","area":"517"} , +{"type":"Feature","id":"n1765266290","geometry":{"type":"Point","coordinates":[-0.7191112,51.4133783]},"properties":{"@type":"node","@id":1765266290,"@timestamp":1563738279},"coords":"51.4133783,-0.7191112","bedrooms":"4","price":"211000","area":"388"} , +{"type":"Feature","id":"n1765447187","geometry":{"type":"Point","coordinates":[-0.904816,51.4337674]},"properties":{"@type":"node","@id":1765447187,"@timestamp":1337971518},"coords":"51.4337674,-0.904816","bedrooms":"2","price":"240000","area":"386"} , +{"type":"Feature","id":"n1765491677","geometry":{"type":"Point","coordinates":[-0.3030137,51.7480277]},"properties":{"@type":"node","@id":1765491677,"@timestamp":1337974167},"coords":"51.7480277,-0.3030137","bedrooms":"4","price":"283000","area":"366"} , +{"type":"Feature","id":"n1765560129","geometry":{"type":"Point","coordinates":[-0.0921273,51.3699122]},"properties":{"@type":"node","@id":1765560129,"@timestamp":1337979355},"coords":"51.3699122,-0.0921273","bedrooms":"4","price":"231000","area":"671"} , +{"type":"Feature","id":"n1765959425","geometry":{"type":"Point","coordinates":[-0.0815945,51.5266623]},"properties":{"@type":"node","@id":1765959425,"@timestamp":1628370294},"coords":"51.5266623,-0.0815945","bedrooms":"4","price":"182000","area":"368"} , +{"type":"Feature","id":"n1765959457","geometry":{"type":"Point","coordinates":[-0.0810106,51.5267597]},"properties":{"@type":"node","@id":1765959457,"@timestamp":1628370294},"coords":"51.5267597,-0.0810106","bedrooms":"0","price":"247000","area":"534"} , +{"type":"Feature","id":"n1765959489","geometry":{"type":"Point","coordinates":[-0.0806752,51.5269565]},"properties":{"@type":"node","@id":1765959489,"@timestamp":1628370294},"coords":"51.5269565,-0.0806752","bedrooms":"2","price":"258000","area":"496"} , +{"type":"Feature","id":"n1765959520","geometry":{"type":"Point","coordinates":[-0.0804089,51.5270796]},"properties":{"@type":"node","@id":1765959520,"@timestamp":1628370294},"coords":"51.5270796,-0.0804089","bedrooms":"2","price":"179000","area":"458"} , +{"type":"Feature","id":"n1765971097","geometry":{"type":"Point","coordinates":[-0.5046268,51.427474]},"properties":{"@type":"node","@id":1765971097,"@timestamp":1338026234},"coords":"51.427474,-0.5046268","bedrooms":"1","price":"264000","area":"596"} , +{"type":"Feature","id":"n1765976870","geometry":{"type":"Point","coordinates":[-0.0804681,51.5263538]},"properties":{"@type":"node","@id":1765976870,"@timestamp":1628370294},"coords":"51.5263538,-0.0804681","bedrooms":"1","price":"254000","area":"684"} , +{"type":"Feature","id":"n1765988258","geometry":{"type":"Point","coordinates":[-0.0800824,51.525664]},"properties":{"@type":"node","@id":1765988258,"@timestamp":1338028333},"coords":"51.525664,-0.0800824","bedrooms":"3","price":"153000","area":"554"} , +{"type":"Feature","id":"n1765988339","geometry":{"type":"Point","coordinates":[-0.0804298,51.5253214]},"properties":{"@type":"node","@id":1765988339,"@timestamp":1628370294},"coords":"51.5253214,-0.0804298","bedrooms":"0","price":"223000","area":"592"} , +{"type":"Feature","id":"n1766256208","geometry":{"type":"Point","coordinates":[0.4461004,51.5795271]},"properties":{"@type":"node","@id":1766256208,"@timestamp":1535749454},"coords":"51.5795271,0.4461004","bedrooms":"0","price":"194000","area":"378"} , +{"type":"Feature","id":"n1766461806","geometry":{"type":"Point","coordinates":[-0.9256373,51.4427692]},"properties":{"@type":"node","@id":1766461806,"@timestamp":1338052809},"coords":"51.4427692,-0.9256373","bedrooms":"4","price":"287000","area":"681"} , +{"type":"Feature","id":"n1766486421","geometry":{"type":"Point","coordinates":[-0.3737549,51.2594164]},"properties":{"@type":"node","@id":1766486421,"@timestamp":1487443206},"coords":"51.2594164,-0.3737549","bedrooms":"1","price":"177000","area":"414"} , +{"type":"Feature","id":"n1766814179","geometry":{"type":"Point","coordinates":[0.3929551,51.6755566]},"properties":{"@type":"node","@id":1766814179,"@timestamp":1353899893},"coords":"51.6755566,0.3929551","bedrooms":"4","price":"270000","area":"505"} , +{"type":"Feature","id":"n1766895959","geometry":{"type":"Point","coordinates":[-0.299028,51.7266936]},"properties":{"@type":"node","@id":1766895959,"@timestamp":1338076287},"coords":"51.7266936,-0.299028","bedrooms":"4","price":"173000","area":"527"} , +{"type":"Feature","id":"n1766962595","geometry":{"type":"Point","coordinates":[-0.0799494,51.5243957]},"properties":{"@type":"node","@id":1766962595,"@timestamp":1338080295},"coords":"51.5243957,-0.0799494","bedrooms":"4","price":"202000","area":"516"} , +{"type":"Feature","id":"n1767293905","geometry":{"type":"Point","coordinates":[-0.0794175,51.5248742]},"properties":{"@type":"node","@id":1767293905,"@timestamp":1497569109},"coords":"51.5248742,-0.0794175","bedrooms":"1","price":"277000","area":"371"} , +{"type":"Feature","id":"n1767293920","geometry":{"type":"Point","coordinates":[-0.0788578,51.5252168]},"properties":{"@type":"node","@id":1767293920,"@timestamp":1339242972},"coords":"51.5252168,-0.0788578","bedrooms":"2","price":"265000","area":"577"} , +{"type":"Feature","id":"n1767316035","geometry":{"type":"Point","coordinates":[0.0870594,51.9291246]},"properties":{"@type":"node","@id":1767316035,"@timestamp":1338108228},"coords":"51.9291246,0.0870594","bedrooms":"1","price":"245000","area":"439"} , +{"type":"Feature","id":"n1767395502","geometry":{"type":"Point","coordinates":[0.3383151,51.1396221]},"properties":{"@type":"node","@id":1767395502,"@timestamp":1404489018},"coords":"51.1396221,0.3383151","bedrooms":"4","price":"249000","area":"568"} , +{"type":"Feature","id":"n1767434122","geometry":{"type":"Point","coordinates":[0.1080903,51.933118]},"properties":{"@type":"node","@id":1767434122,"@timestamp":1338115914},"coords":"51.933118,0.1080903","bedrooms":"0","price":"291000","area":"573"} , +{"type":"Feature","id":"n1767439598","geometry":{"type":"Point","coordinates":[0.1112954,51.9295837]},"properties":{"@type":"node","@id":1767439598,"@timestamp":1338116152},"coords":"51.9295837,0.1112954","bedrooms":"1","price":"280000","area":"581"} , +{"type":"Feature","id":"n1767610364","geometry":{"type":"Point","coordinates":[-0.3291876,51.2546766]},"properties":{"@type":"node","@id":1767610364,"@timestamp":1338129842},"coords":"51.2546766,-0.3291876","bedrooms":"0","price":"168000","area":"624"} , +{"type":"Feature","id":"n1767691920","geometry":{"type":"Point","coordinates":[0.3336228,51.428691]},"properties":{"@type":"node","@id":1767691920,"@timestamp":1363275527},"coords":"51.428691,0.3336228","bedrooms":"0","price":"213000","area":"531"} , +{"type":"Feature","id":"n1767752707","geometry":{"type":"Point","coordinates":[-0.2772456,51.4690532]},"properties":{"@type":"node","@id":1767752707,"@timestamp":1627701955},"coords":"51.4690532,-0.2772456","bedrooms":"0","price":"264000","area":"581"} , +{"type":"Feature","id":"n1767752854","geometry":{"type":"Point","coordinates":[-0.2871728,51.4689654]},"properties":{"@type":"node","@id":1767752854,"@timestamp":1494022570},"coords":"51.4689654,-0.2871728","bedrooms":"3","price":"157000","area":"652"} , +{"type":"Feature","id":"n1767770765","geometry":{"type":"Point","coordinates":[0.3829472,51.4094094]},"properties":{"@type":"node","@id":1767770765,"@timestamp":1338137707},"coords":"51.4094094,0.3829472","bedrooms":"4","price":"229000","area":"530"} , +{"type":"Feature","id":"n1767812796","geometry":{"type":"Point","coordinates":[0.171295,51.394042]},"properties":{"@type":"node","@id":1767812796,"@timestamp":1598890037},"coords":"51.394042,0.171295","bedrooms":"4","price":"164000","area":"387"} , +{"type":"Feature","id":"n1767814050","geometry":{"type":"Point","coordinates":[-0.0609664,51.5202593]},"properties":{"@type":"node","@id":1767814050,"@timestamp":1622580324},"coords":"51.5202593,-0.0609664","bedrooms":"3","price":"200000","area":"644"} , +{"type":"Feature","id":"n1767828611","geometry":{"type":"Point","coordinates":[0.0349168,51.9078044]},"properties":{"@type":"node","@id":1767828611,"@timestamp":1552469368},"coords":"51.9078044,0.0349168","bedrooms":"0","price":"197000","area":"476"} , +{"type":"Feature","id":"n1767853788","geometry":{"type":"Point","coordinates":[0.032036,51.908875]},"properties":{"@type":"node","@id":1767853788,"@timestamp":1338140447},"coords":"51.908875,0.032036","bedrooms":"1","price":"297000","area":"429"} , +{"type":"Feature","id":"n1767971723","geometry":{"type":"Point","coordinates":[-0.5143364,51.4041788]},"properties":{"@type":"node","@id":1767971723,"@timestamp":1352460111},"coords":"51.4041788,-0.5143364","bedrooms":"0","price":"267000","area":"426"} , +{"type":"Feature","id":"n1768129396","geometry":{"type":"Point","coordinates":[-0.29352,51.4705273]},"properties":{"@type":"node","@id":1768129396,"@timestamp":1564910821},"coords":"51.4705273,-0.29352","bedrooms":"4","price":"264000","area":"534"} , +{"type":"Feature","id":"n1768159327","geometry":{"type":"Point","coordinates":[0.21078,51.7019939]},"properties":{"@type":"node","@id":1768159327,"@timestamp":1338159103},"coords":"51.7019939,0.21078","bedrooms":"2","price":"164000","area":"582"} , +{"type":"Feature","id":"n1768301968","geometry":{"type":"Point","coordinates":[-0.3054351,51.4602796]},"properties":{"@type":"node","@id":1768301968,"@timestamp":1564910821},"coords":"51.4602796,-0.3054351","bedrooms":"3","price":"277000","area":"579"} , +{"type":"Feature","id":"n1768593670","geometry":{"type":"Point","coordinates":[-0.5900388,51.4412996]},"properties":{"@type":"node","@id":1768593670,"@timestamp":1363266859},"coords":"51.4412996,-0.5900388","bedrooms":"1","price":"224000","area":"371"} , +{"type":"Feature","id":"n1768593804","geometry":{"type":"Point","coordinates":[-0.6419581,51.4408242]},"properties":{"@type":"node","@id":1768593804,"@timestamp":1338207716},"coords":"51.4408242,-0.6419581","bedrooms":"0","price":"190000","area":"429"} , +{"type":"Feature","id":"n1768593914","geometry":{"type":"Point","coordinates":[-0.6504909,51.4425947]},"properties":{"@type":"node","@id":1768593914,"@timestamp":1430920484},"coords":"51.4425947,-0.6504909","bedrooms":"3","price":"204000","area":"606"} , +{"type":"Feature","id":"n1768596483","geometry":{"type":"Point","coordinates":[-0.3289585,51.5005434]},"properties":{"@type":"node","@id":1768596483,"@timestamp":1564910821},"coords":"51.5005434,-0.3289585","bedrooms":"2","price":"256000","area":"516"} , +{"type":"Feature","id":"n1768823106","geometry":{"type":"Point","coordinates":[0.1659422,51.5442398]},"properties":{"@type":"node","@id":1768823106,"@timestamp":1338223847},"coords":"51.5442398,0.1659422","bedrooms":"4","price":"269000","area":"378"} , +{"type":"Feature","id":"n1768850146","geometry":{"type":"Point","coordinates":[-0.2996101,51.4631682]},"properties":{"@type":"node","@id":1768850146,"@timestamp":1604487921},"coords":"51.4631682,-0.2996101","bedrooms":"0","price":"154000","area":"657"} , +{"type":"Feature","id":"n1768877327","geometry":{"type":"Point","coordinates":[-0.8645162,51.2816599]},"properties":{"@type":"node","@id":1768877327,"@timestamp":1487203509},"coords":"51.2816599,-0.8645162","bedrooms":"2","price":"251000","area":"645"} , +{"type":"Feature","id":"n1768888399","geometry":{"type":"Point","coordinates":[-0.3408099,51.748863]},"properties":{"@type":"node","@id":1768888399,"@timestamp":1338230565},"coords":"51.748863,-0.3408099","bedrooms":"1","price":"260000","area":"568"} , +{"type":"Feature","id":"n1768923350","geometry":{"type":"Point","coordinates":[-0.3386683,51.7491025]},"properties":{"@type":"node","@id":1768923350,"@timestamp":1614961987},"coords":"51.7491025,-0.3386683","bedrooms":"1","price":"190000","area":"571"} , +{"type":"Feature","id":"n1768991820","geometry":{"type":"Point","coordinates":[-0.9236703,51.4417156]},"properties":{"@type":"node","@id":1768991820,"@timestamp":1405545503},"coords":"51.4417156,-0.9236703","bedrooms":"0","price":"280000","area":"448"} , +{"type":"Feature","id":"n1769026418","geometry":{"type":"Point","coordinates":[0.3583123,51.4386978]},"properties":{"@type":"node","@id":1769026418,"@timestamp":1402309749},"coords":"51.4386978,0.3583123","bedrooms":"3","price":"248000","area":"439"} , +{"type":"Feature","id":"n1769359501","geometry":{"type":"Point","coordinates":[-0.8405505,51.3651933]},"properties":{"@type":"node","@id":1769359501,"@timestamp":1338289725},"coords":"51.3651933,-0.8405505","bedrooms":"4","price":"245000","area":"389"} , +{"type":"Feature","id":"n1769510265","geometry":{"type":"Point","coordinates":[-0.9743028,51.1468757]},"properties":{"@type":"node","@id":1769510265,"@timestamp":1338300597},"coords":"51.1468757,-0.9743028","bedrooms":"1","price":"189000","area":"474"} , +{"type":"Feature","id":"n1769692878","geometry":{"type":"Point","coordinates":[-0.1746492,51.1640671]},"properties":{"@type":"node","@id":1769692878,"@timestamp":1423353256},"coords":"51.1640671,-0.1746492","bedrooms":"1","price":"154000","area":"642"} , +{"type":"Feature","id":"n1769727777","geometry":{"type":"Point","coordinates":[-0.3426262,51.7436781]},"properties":{"@type":"node","@id":1769727777,"@timestamp":1570585681},"coords":"51.7436781,-0.3426262","bedrooms":"0","price":"153000","area":"360"} , +{"type":"Feature","id":"n1769948938","geometry":{"type":"Point","coordinates":[-1.0099914,50.9441462]},"properties":{"@type":"node","@id":1769948938,"@timestamp":1487110906},"coords":"50.9441462,-1.0099914","bedrooms":"3","price":"155000","area":"627"} , +{"type":"Feature","id":"n1770239306","geometry":{"type":"Point","coordinates":[-0.1733428,51.5002754]},"properties":{"@type":"node","@id":1770239306,"@timestamp":1338363350},"coords":"51.5002754,-0.1733428","bedrooms":"3","price":"206000","area":"498"} , +{"type":"Feature","id":"n1770285308","geometry":{"type":"Point","coordinates":[-0.0801955,51.5258064]},"properties":{"@type":"node","@id":1770285308,"@timestamp":1338367678},"coords":"51.5258064,-0.0801955","bedrooms":"3","price":"297000","area":"656"} , +{"type":"Feature","id":"n1770285429","geometry":{"type":"Point","coordinates":[-0.0802898,51.5267713]},"properties":{"@type":"node","@id":1770285429,"@timestamp":1338367679},"coords":"51.5267713,-0.0802898","bedrooms":"4","price":"198000","area":"650"} , +{"type":"Feature","id":"n1770308189","geometry":{"type":"Point","coordinates":[-0.0818941,51.5267677]},"properties":{"@type":"node","@id":1770308189,"@timestamp":1628370294},"coords":"51.5267677,-0.0818941","bedrooms":"2","price":"234000","area":"448"} , +{"type":"Feature","id":"n1770308204","geometry":{"type":"Point","coordinates":[-0.0815063,51.5268018]},"properties":{"@type":"node","@id":1770308204,"@timestamp":1628370294},"coords":"51.5268018,-0.0815063","bedrooms":"0","price":"282000","area":"470"} , +{"type":"Feature","id":"n1770505856","geometry":{"type":"Point","coordinates":[-0.0810491,51.5250979]},"properties":{"@type":"node","@id":1770505856,"@timestamp":1628370294},"coords":"51.5250979,-0.0810491","bedrooms":"1","price":"155000","area":"523"} , +{"type":"Feature","id":"n1770505867","geometry":{"type":"Point","coordinates":[-0.0810709,51.5255192]},"properties":{"@type":"node","@id":1770505867,"@timestamp":1628370294},"coords":"51.5255192,-0.0810709","bedrooms":"2","price":"167000","area":"506"} , +{"type":"Feature","id":"n1770505883","geometry":{"type":"Point","coordinates":[-0.0811162,51.5259128]},"properties":{"@type":"node","@id":1770505883,"@timestamp":1628370294},"coords":"51.5259128,-0.0811162","bedrooms":"3","price":"283000","area":"680"} , +{"type":"Feature","id":"n1770505909","geometry":{"type":"Point","coordinates":[-0.0811877,51.5264326]},"properties":{"@type":"node","@id":1770505909,"@timestamp":1628370294},"coords":"51.5264326,-0.0811877","bedrooms":"3","price":"255000","area":"676"} , +{"type":"Feature","id":"n1770683571","geometry":{"type":"Point","coordinates":[-0.8634488,51.2792315]},"properties":{"@type":"node","@id":1770683571,"@timestamp":1635181594},"coords":"51.2792315,-0.8634488","bedrooms":"3","price":"243000","area":"567"} , +{"type":"Feature","id":"n1770805649","geometry":{"type":"Point","coordinates":[-0.3275014,51.6627827]},"properties":{"@type":"node","@id":1770805649,"@timestamp":1369428060},"coords":"51.6627827,-0.3275014","bedrooms":"2","price":"296000","area":"676"} , +{"type":"Feature","id":"n1770855373","geometry":{"type":"Point","coordinates":[-0.039173,51.2110606]},"properties":{"@type":"node","@id":1770855373,"@timestamp":1338415378},"coords":"51.2110606,-0.039173","bedrooms":"2","price":"218000","area":"584"} , +{"type":"Feature","id":"n1770923529","geometry":{"type":"Point","coordinates":[-0.3441067,51.7434746]},"properties":{"@type":"node","@id":1770923529,"@timestamp":1338420340},"coords":"51.7434746,-0.3441067","bedrooms":"1","price":"198000","area":"520"} , +{"type":"Feature","id":"n1771397396","geometry":{"type":"Point","coordinates":[-0.595011,51.4408032]},"properties":{"@type":"node","@id":1771397396,"@timestamp":1478486753},"coords":"51.4408032,-0.595011","bedrooms":"4","price":"275000","area":"588"} , +{"type":"Feature","id":"n1771458655","geometry":{"type":"Point","coordinates":[-0.0819775,51.5162193]},"properties":{"@type":"node","@id":1771458655,"@timestamp":1624738534},"coords":"51.5162193,-0.0819775","bedrooms":"4","price":"165000","area":"594"} , +{"type":"Feature","id":"n1771553376","geometry":{"type":"Point","coordinates":[0.438572,51.583994]},"properties":{"@type":"node","@id":1771553376,"@timestamp":1338476348},"coords":"51.583994,0.438572","bedrooms":"3","price":"235000","area":"622"} , +{"type":"Feature","id":"n1771855430","geometry":{"type":"Point","coordinates":[-0.3192585,51.4549959]},"properties":{"@type":"node","@id":1771855430,"@timestamp":1603224067},"coords":"51.4549959,-0.3192585","bedrooms":"2","price":"175000","area":"502"} , +{"type":"Feature","id":"n1771886259","geometry":{"type":"Point","coordinates":[-0.3284067,51.4534404]},"properties":{"@type":"node","@id":1771886259,"@timestamp":1338500543},"coords":"51.4534404,-0.3284067","bedrooms":"0","price":"200000","area":"539"} , +{"type":"Feature","id":"n1772499626","geometry":{"type":"Point","coordinates":[0.4389863,51.5662313]},"properties":{"@type":"node","@id":1772499626,"@timestamp":1583880255},"coords":"51.5662313,0.4389863","bedrooms":"4","price":"168000","area":"637"} , +{"type":"Feature","id":"n1772634217","geometry":{"type":"Point","coordinates":[-0.457599,51.3786724]},"properties":{"@type":"node","@id":1772634217,"@timestamp":1627311429},"coords":"51.3786724,-0.457599","bedrooms":"0","price":"294000","area":"656"} , +{"type":"Feature","id":"n1772862383","geometry":{"type":"Point","coordinates":[-0.1221496,51.2175812]},"properties":{"@type":"node","@id":1772862383,"@timestamp":1338573585},"coords":"51.2175812,-0.1221496","bedrooms":"1","price":"200000","area":"355"} , +{"type":"Feature","id":"n1773015965","geometry":{"type":"Point","coordinates":[0.5392799,51.3796449]},"properties":{"@type":"node","@id":1773015965,"@timestamp":1524241367},"coords":"51.3796449,0.5392799","bedrooms":"2","price":"276000","area":"428"} , +{"type":"Feature","id":"n1773062939","geometry":{"type":"Point","coordinates":[-0.1286758,51.4202451]},"properties":{"@type":"node","@id":1773062939,"@timestamp":1617880910},"coords":"51.4202451,-0.1286758","bedrooms":"2","price":"266000","area":"603"} , +{"type":"Feature","id":"n1773063292","geometry":{"type":"Point","coordinates":[-0.1313371,51.4290591]},"properties":{"@type":"node","@id":1773063292,"@timestamp":1616976780},"coords":"51.4290591,-0.1313371","bedrooms":"3","price":"244000","area":"385"} , +{"type":"Feature","id":"n1773375210","geometry":{"type":"Point","coordinates":[-0.5097484,51.4747893]},"properties":{"@type":"node","@id":1773375210,"@timestamp":1620466963},"coords":"51.4747893,-0.5097484","bedrooms":"4","price":"279000","area":"452"} , +{"type":"Feature","id":"n1773481289","geometry":{"type":"Point","coordinates":[-0.4628163,51.5053275]},"properties":{"@type":"node","@id":1773481289,"@timestamp":1622611373},"coords":"51.5053275,-0.4628163","bedrooms":"2","price":"259000","area":"374"} , +{"type":"Feature","id":"n1773876947","geometry":{"type":"Point","coordinates":[0.0134169,51.4666593]},"properties":{"@type":"node","@id":1773876947,"@timestamp":1588588927},"coords":"51.4666593,0.0134169","bedrooms":"1","price":"256000","area":"576"} , +{"type":"Feature","id":"n1773877318","geometry":{"type":"Point","coordinates":[0.0212165,51.4912751]},"properties":{"@type":"node","@id":1773877318,"@timestamp":1588588927},"coords":"51.4912751,0.0212165","bedrooms":"0","price":"192000","area":"637"} , +{"type":"Feature","id":"n1774147231","geometry":{"type":"Point","coordinates":[-0.0813958,51.5257433]},"properties":{"@type":"node","@id":1774147231,"@timestamp":1553719068},"coords":"51.5257433,-0.0813958","bedrooms":"4","price":"284000","area":"454"} , +{"type":"Feature","id":"n1774147274","geometry":{"type":"Point","coordinates":[-0.0811974,51.5256432]},"properties":{"@type":"node","@id":1774147274,"@timestamp":1628370294},"coords":"51.5256432,-0.0811974","bedrooms":"2","price":"161000","area":"674"} , +{"type":"Feature","id":"n1774147332","geometry":{"type":"Point","coordinates":[-0.0817493,51.5260367]},"properties":{"@type":"node","@id":1774147332,"@timestamp":1625675615},"coords":"51.5260367,-0.0817493","bedrooms":"4","price":"237000","area":"482"} , +{"type":"Feature","id":"n1774147413","geometry":{"type":"Point","coordinates":[-0.0812321,51.5261557]},"properties":{"@type":"node","@id":1774147413,"@timestamp":1338678532},"coords":"51.5261557,-0.0812321","bedrooms":"0","price":"256000","area":"361"} , +{"type":"Feature","id":"n1774349282","geometry":{"type":"Point","coordinates":[-0.5803779,51.7642812]},"properties":{"@type":"node","@id":1774349282,"@timestamp":1338700202},"coords":"51.7642812,-0.5803779","bedrooms":"4","price":"290000","area":"506"} , +{"type":"Feature","id":"n1774445785","geometry":{"type":"Point","coordinates":[-0.0821606,51.5260481]},"properties":{"@type":"node","@id":1774445785,"@timestamp":1628370294},"coords":"51.5260481,-0.0821606","bedrooms":"4","price":"283000","area":"454"} , +{"type":"Feature","id":"n1774445813","geometry":{"type":"Point","coordinates":[-0.0816189,51.526028]},"properties":{"@type":"node","@id":1774445813,"@timestamp":1338716011},"coords":"51.526028,-0.0816189","bedrooms":"0","price":"169000","area":"485"} , +{"type":"Feature","id":"n1774489467","geometry":{"type":"Point","coordinates":[-0.3548244,51.7523644]},"properties":{"@type":"node","@id":1774489467,"@timestamp":1572651822},"coords":"51.7523644,-0.3548244","bedrooms":"3","price":"200000","area":"638"} , +{"type":"Feature","id":"n1774822213","geometry":{"type":"Point","coordinates":[0.7071078,51.5744057]},"properties":{"@type":"node","@id":1774822213,"@timestamp":1565821479},"coords":"51.5744057,0.7071078","bedrooms":"1","price":"164000","area":"431"} , +{"type":"Feature","id":"n1774901393","geometry":{"type":"Point","coordinates":[0.2586102,51.0211315]},"properties":{"@type":"node","@id":1774901393,"@timestamp":1338736293},"coords":"51.0211315,0.2586102","bedrooms":"3","price":"248000","area":"640"} , +{"type":"Feature","id":"n1774901436","geometry":{"type":"Point","coordinates":[0.2578794,51.0216319]},"properties":{"@type":"node","@id":1774901436,"@timestamp":1338736295},"coords":"51.0216319,0.2578794","bedrooms":"2","price":"291000","area":"471"} , +{"type":"Feature","id":"n1775103633","geometry":{"type":"Point","coordinates":[-0.0267207,51.3904062]},"properties":{"@type":"node","@id":1775103633,"@timestamp":1536100116},"coords":"51.3904062,-0.0267207","bedrooms":"2","price":"178000","area":"632"} , +{"type":"Feature","id":"n1775104550","geometry":{"type":"Point","coordinates":[-0.0200718,51.4340702]},"properties":{"@type":"node","@id":1775104550,"@timestamp":1598373686},"coords":"51.4340702,-0.0200718","bedrooms":"3","price":"269000","area":"480"} , +{"type":"Feature","id":"n1775166178","geometry":{"type":"Point","coordinates":[-0.7227684,50.9929276]},"properties":{"@type":"node","@id":1775166178,"@timestamp":1338748384},"coords":"50.9929276,-0.7227684","bedrooms":"2","price":"201000","area":"406"} , +{"type":"Feature","id":"n1775166269","geometry":{"type":"Point","coordinates":[-0.6696838,51.0001157]},"properties":{"@type":"node","@id":1775166269,"@timestamp":1338748387},"coords":"51.0001157,-0.6696838","bedrooms":"1","price":"205000","area":"499"} , +{"type":"Feature","id":"n1775455030","geometry":{"type":"Point","coordinates":[-0.5940388,51.2567072]},"properties":{"@type":"node","@id":1775455030,"@timestamp":1338759779},"coords":"51.2567072,-0.5940388","bedrooms":"3","price":"273000","area":"351"} , +{"type":"Feature","id":"n1775945845","geometry":{"type":"Point","coordinates":[0.2172288,51.4482793]},"properties":{"@type":"node","@id":1775945845,"@timestamp":1586087212},"coords":"51.4482793,0.2172288","bedrooms":"4","price":"159000","area":"596"} , +{"type":"Feature","id":"n1775945979","geometry":{"type":"Point","coordinates":[0.2098672,51.4499647]},"properties":{"@type":"node","@id":1775945979,"@timestamp":1626281977},"coords":"51.4499647,0.2098672","bedrooms":"2","price":"171000","area":"544"} , +{"type":"Feature","id":"n1775946381","geometry":{"type":"Point","coordinates":[0.1946412,51.462827]},"properties":{"@type":"node","@id":1775946381,"@timestamp":1588588927},"coords":"51.462827,0.1946412","bedrooms":"3","price":"219000","area":"681"} , +{"type":"Feature","id":"n1775998592","geometry":{"type":"Point","coordinates":[-0.3469185,51.7516605]},"properties":{"@type":"node","@id":1775998592,"@timestamp":1338812997},"coords":"51.7516605,-0.3469185","bedrooms":"3","price":"150000","area":"672"} , +{"type":"Feature","id":"n1776070411","geometry":{"type":"Point","coordinates":[0.1040316,51.9357104]},"properties":{"@type":"node","@id":1776070411,"@timestamp":1604838825},"coords":"51.9357104,0.1040316","bedrooms":"1","price":"230000","area":"583"} , +{"type":"Feature","id":"n1776525474","geometry":{"type":"Point","coordinates":[0.0321407,51.4869429]},"properties":{"@type":"node","@id":1776525474,"@timestamp":1588588927},"coords":"51.4869429,0.0321407","bedrooms":"4","price":"184000","area":"475"} , +{"type":"Feature","id":"n1776830814","geometry":{"type":"Point","coordinates":[-0.0817905,51.5256583]},"properties":{"@type":"node","@id":1776830814,"@timestamp":1628370294},"coords":"51.5256583,-0.0817905","bedrooms":"1","price":"272000","area":"513"} , +{"type":"Feature","id":"n1776830937","geometry":{"type":"Point","coordinates":[-0.0809862,51.5260518]},"properties":{"@type":"node","@id":1776830937,"@timestamp":1628370294},"coords":"51.5260518,-0.0809862","bedrooms":"3","price":"239000","area":"580"} , +{"type":"Feature","id":"n1776830975","geometry":{"type":"Point","coordinates":[-0.0805404,51.5261656]},"properties":{"@type":"node","@id":1776830975,"@timestamp":1628370294},"coords":"51.5261656,-0.0805404","bedrooms":"4","price":"223000","area":"534"} , +{"type":"Feature","id":"n1777173936","geometry":{"type":"Point","coordinates":[0.0908842,51.5957006]},"properties":{"@type":"node","@id":1777173936,"@timestamp":1558884720},"coords":"51.5957006,0.0908842","bedrooms":"0","price":"267000","area":"376"} , +{"type":"Feature","id":"n1777255038","geometry":{"type":"Point","coordinates":[0.5306392,51.673386]},"properties":{"@type":"node","@id":1777255038,"@timestamp":1338917632},"coords":"51.673386,0.5306392","bedrooms":"3","price":"217000","area":"522"} , +{"type":"Feature","id":"n1777255076","geometry":{"type":"Point","coordinates":[0.5309567,51.676395]},"properties":{"@type":"node","@id":1777255076,"@timestamp":1338917634},"coords":"51.676395,0.5309567","bedrooms":"4","price":"184000","area":"646"} , +{"type":"Feature","id":"n1777277073","geometry":{"type":"Point","coordinates":[-0.4943236,51.6333616]},"properties":{"@type":"node","@id":1777277073,"@timestamp":1603319195},"coords":"51.6333616,-0.4943236","bedrooms":"3","price":"209000","area":"690"} , +{"type":"Feature","id":"n1777484315","geometry":{"type":"Point","coordinates":[-0.2744785,51.5263065]},"properties":{"@type":"node","@id":1777484315,"@timestamp":1338933794},"coords":"51.5263065,-0.2744785","bedrooms":"1","price":"204000","area":"638"} , +{"type":"Feature","id":"n1778048411","geometry":{"type":"Point","coordinates":[0.1273864,51.4355438]},"properties":{"@type":"node","@id":1778048411,"@timestamp":1567859654},"coords":"51.4355438,0.1273864","bedrooms":"2","price":"253000","area":"642"} , +{"type":"Feature","id":"n1778049165","geometry":{"type":"Point","coordinates":[0.0070394,51.7630538]},"properties":{"@type":"node","@id":1778049165,"@timestamp":1607849974},"coords":"51.7630538,0.0070394","bedrooms":"0","price":"237000","area":"669"} , +{"type":"Feature","id":"n1778180024","geometry":{"type":"Point","coordinates":[-0.1356837,51.5418546]},"properties":{"@type":"node","@id":1778180024,"@timestamp":1635397337},"coords":"51.5418546,-0.1356837","bedrooms":"1","price":"274000","area":"401"} , +{"type":"Feature","id":"n1778307670","geometry":{"type":"Point","coordinates":[-0.3438001,51.7605378]},"properties":{"@type":"node","@id":1778307670,"@timestamp":1558709517},"coords":"51.7605378,-0.3438001","bedrooms":"4","price":"269000","area":"407"} , +{"type":"Feature","id":"n1778442237","geometry":{"type":"Point","coordinates":[-0.5293861,51.5076521]},"properties":{"@type":"node","@id":1778442237,"@timestamp":1602368485},"coords":"51.5076521,-0.5293861","bedrooms":"0","price":"171000","area":"604"} , +{"type":"Feature","id":"n1778442288","geometry":{"type":"Point","coordinates":[-0.5351679,51.5078126]},"properties":{"@type":"node","@id":1778442288,"@timestamp":1602368485},"coords":"51.5078126,-0.5351679","bedrooms":"3","price":"211000","area":"675"} , +{"type":"Feature","id":"n1778442365","geometry":{"type":"Point","coordinates":[-0.5646107,51.5093127]},"properties":{"@type":"node","@id":1778442365,"@timestamp":1602368485},"coords":"51.5093127,-0.5646107","bedrooms":"3","price":"189000","area":"449"} , +{"type":"Feature","id":"n1778442450","geometry":{"type":"Point","coordinates":[-0.5946588,51.5125354]},"properties":{"@type":"node","@id":1778442450,"@timestamp":1602368485},"coords":"51.5125354,-0.5946588","bedrooms":"0","price":"177000","area":"462"} , +{"type":"Feature","id":"n1779016099","geometry":{"type":"Point","coordinates":[-0.5292431,51.4326538]},"properties":{"@type":"node","@id":1779016099,"@timestamp":1583282343},"coords":"51.4326538,-0.5292431","bedrooms":"1","price":"272000","area":"645"} , +{"type":"Feature","id":"n1779050980","geometry":{"type":"Point","coordinates":[-0.6031783,51.5144183]},"properties":{"@type":"node","@id":1779050980,"@timestamp":1602368485},"coords":"51.5144183,-0.6031783","bedrooms":"4","price":"229000","area":"693"} , +{"type":"Feature","id":"n1779130951","geometry":{"type":"Point","coordinates":[-0.0580322,51.5076272]},"properties":{"@type":"node","@id":1779130951,"@timestamp":1551796319},"coords":"51.5076272,-0.0580322","bedrooms":"2","price":"217000","area":"681"} , +{"type":"Feature","id":"n1779366618","geometry":{"type":"Point","coordinates":[0.3013525,51.600111]},"properties":{"@type":"node","@id":1779366618,"@timestamp":1339084801},"coords":"51.600111,0.3013525","bedrooms":"0","price":"271000","area":"617"} , +{"type":"Feature","id":"n1779446185","geometry":{"type":"Point","coordinates":[-0.5070127,51.6263578]},"properties":{"@type":"node","@id":1779446185,"@timestamp":1614321421},"coords":"51.6263578,-0.5070127","bedrooms":"4","price":"210000","area":"654"} , +{"type":"Feature","id":"n1779464950","geometry":{"type":"Point","coordinates":[-0.3682676,51.4083427]},"properties":{"@type":"node","@id":1779464950,"@timestamp":1339090414},"coords":"51.4083427,-0.3682676","bedrooms":"1","price":"182000","area":"597"} , +{"type":"Feature","id":"n1779488276","geometry":{"type":"Point","coordinates":[-0.3542804,51.4012811]},"properties":{"@type":"node","@id":1779488276,"@timestamp":1434899354},"coords":"51.4012811,-0.3542804","bedrooms":"4","price":"254000","area":"469"} , +{"type":"Feature","id":"n1779513592","geometry":{"type":"Point","coordinates":[0.2506696,50.9703163]},"properties":{"@type":"node","@id":1779513592,"@timestamp":1635701448},"coords":"50.9703163,0.2506696","bedrooms":"1","price":"196000","area":"524"} , +{"type":"Feature","id":"n1780136660","geometry":{"type":"Point","coordinates":[0.5265512,51.2783952]},"properties":{"@type":"node","@id":1780136660,"@timestamp":1339146677},"coords":"51.2783952,0.5265512","bedrooms":"1","price":"163000","area":"691"} , +{"type":"Feature","id":"n1780149196","geometry":{"type":"Point","coordinates":[0.3849724,51.1718668]},"properties":{"@type":"node","@id":1780149196,"@timestamp":1339148089},"coords":"51.1718668,0.3849724","bedrooms":"0","price":"164000","area":"497"} , +{"type":"Feature","id":"n1780190333","geometry":{"type":"Point","coordinates":[-0.003324,51.4827821]},"properties":{"@type":"node","@id":1780190333,"@timestamp":1620917885},"coords":"51.4827821,-0.003324","bedrooms":"2","price":"214000","area":"472"} , +{"type":"Feature","id":"n1780206562","geometry":{"type":"Point","coordinates":[-0.0773841,51.530706]},"properties":{"@type":"node","@id":1780206562,"@timestamp":1591570892},"coords":"51.530706,-0.0773841","bedrooms":"2","price":"235000","area":"619"} , +{"type":"Feature","id":"n1780329050","geometry":{"type":"Point","coordinates":[-0.5758484,51.4337922]},"properties":{"@type":"node","@id":1780329050,"@timestamp":1339158383},"coords":"51.4337922,-0.5758484","bedrooms":"0","price":"251000","area":"386"} , +{"type":"Feature","id":"n1780392885","geometry":{"type":"Point","coordinates":[-0.3088833,51.6775736]},"properties":{"@type":"node","@id":1780392885,"@timestamp":1596143731},"coords":"51.6775736,-0.3088833","bedrooms":"0","price":"228000","area":"583"} , +{"type":"Feature","id":"n1780406082","geometry":{"type":"Point","coordinates":[-0.0705418,51.5929294]},"properties":{"@type":"node","@id":1780406082,"@timestamp":1560134354},"coords":"51.5929294,-0.0705418","bedrooms":"4","price":"229000","area":"405"} , +{"type":"Feature","id":"n1780583426","geometry":{"type":"Point","coordinates":[-0.3480321,51.753782]},"properties":{"@type":"node","@id":1780583426,"@timestamp":1339177135},"coords":"51.753782,-0.3480321","bedrooms":"0","price":"166000","area":"497"} , +{"type":"Feature","id":"n1780928770","geometry":{"type":"Point","coordinates":[-0.0710769,51.5642003]},"properties":{"@type":"node","@id":1780928770,"@timestamp":1339192458},"coords":"51.5642003,-0.0710769","bedrooms":"4","price":"228000","area":"450"} , +{"type":"Feature","id":"n1781001295","geometry":{"type":"Point","coordinates":[0.6519542,51.5483696]},"properties":{"@type":"node","@id":1781001295,"@timestamp":1594936211},"coords":"51.5483696,0.6519542","bedrooms":"1","price":"223000","area":"655"} , +{"type":"Feature","id":"n1781001323","geometry":{"type":"Point","coordinates":[0.683683,51.5457024]},"properties":{"@type":"node","@id":1781001323,"@timestamp":1594936211},"coords":"51.5457024,0.683683","bedrooms":"0","price":"170000","area":"647"} , +{"type":"Feature","id":"n1781058892","geometry":{"type":"Point","coordinates":[0.2662603,51.1337146]},"properties":{"@type":"node","@id":1781058892,"@timestamp":1591736297},"coords":"51.1337146,0.2662603","bedrooms":"4","price":"297000","area":"480"} , +{"type":"Feature","id":"n1781291073","geometry":{"type":"Point","coordinates":[0.2643673,51.1344547]},"properties":{"@type":"node","@id":1781291073,"@timestamp":1591736297},"coords":"51.1344547,0.2643673","bedrooms":"0","price":"203000","area":"437"} , +{"type":"Feature","id":"n1781389243","geometry":{"type":"Point","coordinates":[-0.0795502,51.5264461]},"properties":{"@type":"node","@id":1781389243,"@timestamp":1339234813},"coords":"51.5264461,-0.0795502","bedrooms":"2","price":"294000","area":"699"} , +{"type":"Feature","id":"n1781389266","geometry":{"type":"Point","coordinates":[-0.0791472,51.5260255]},"properties":{"@type":"node","@id":1781389266,"@timestamp":1339234814},"coords":"51.5260255,-0.0791472","bedrooms":"0","price":"271000","area":"675"} , +{"type":"Feature","id":"n1781389280","geometry":{"type":"Point","coordinates":[-0.0800732,51.5261822]},"properties":{"@type":"node","@id":1781389280,"@timestamp":1339234815},"coords":"51.5261822,-0.0800732","bedrooms":"4","price":"201000","area":"488"} , +{"type":"Feature","id":"n1781389308","geometry":{"type":"Point","coordinates":[-0.0791079,51.5262703]},"properties":{"@type":"node","@id":1781389308,"@timestamp":1339234816},"coords":"51.5262703,-0.0791079","bedrooms":"2","price":"243000","area":"360"} , +{"type":"Feature","id":"n1781389331","geometry":{"type":"Point","coordinates":[-0.0793264,51.5266432]},"properties":{"@type":"node","@id":1781389331,"@timestamp":1339234819},"coords":"51.5266432,-0.0793264","bedrooms":"0","price":"210000","area":"404"} , +{"type":"Feature","id":"n1781530701","geometry":{"type":"Point","coordinates":[-0.1390472,51.5063896]},"properties":{"@type":"node","@id":1781530701,"@timestamp":1623076838},"coords":"51.5063896,-0.1390472","bedrooms":"0","price":"194000","area":"490"} , +{"type":"Feature","id":"n1781570288","geometry":{"type":"Point","coordinates":[-0.3473521,51.753713]},"properties":{"@type":"node","@id":1781570288,"@timestamp":1339249245},"coords":"51.753713,-0.3473521","bedrooms":"0","price":"203000","area":"445"} , +{"type":"Feature","id":"n1781626960","geometry":{"type":"Point","coordinates":[-0.3491891,51.7564428]},"properties":{"@type":"node","@id":1781626960,"@timestamp":1626777446},"coords":"51.7564428,-0.3491891","bedrooms":"3","price":"168000","area":"685"} , +{"type":"Feature","id":"n1781709958","geometry":{"type":"Point","coordinates":[-0.1562132,51.5227461]},"properties":{"@type":"node","@id":1781709958,"@timestamp":1339259496},"coords":"51.5227461,-0.1562132","bedrooms":"3","price":"190000","area":"660"} , +{"type":"Feature","id":"n1781908251","geometry":{"type":"Point","coordinates":[-0.4262824,51.4389216]},"properties":{"@type":"node","@id":1781908251,"@timestamp":1527550640},"coords":"51.4389216,-0.4262824","bedrooms":"0","price":"292000","area":"647"} , +{"type":"Feature","id":"n1781909578","geometry":{"type":"Point","coordinates":[-0.4311959,51.441946]},"properties":{"@type":"node","@id":1781909578,"@timestamp":1574651887},"coords":"51.441946,-0.4311959","bedrooms":"4","price":"217000","area":"423"} , +{"type":"Feature","id":"n1781928380","geometry":{"type":"Point","coordinates":[-0.0808832,51.5793229]},"properties":{"@type":"node","@id":1781928380,"@timestamp":1619563035},"coords":"51.5793229,-0.0808832","bedrooms":"1","price":"192000","area":"452"} , +{"type":"Feature","id":"n1782020107","geometry":{"type":"Point","coordinates":[-0.1259947,51.5022209]},"properties":{"@type":"node","@id":1782020107,"@timestamp":1564910821},"coords":"51.5022209,-0.1259947","bedrooms":"0","price":"171000","area":"646"} , +{"type":"Feature","id":"n1782064672","geometry":{"type":"Point","coordinates":[-0.1067533,51.5542867]},"properties":{"@type":"node","@id":1782064672,"@timestamp":1485625800},"coords":"51.5542867,-0.1067533","bedrooms":"3","price":"212000","area":"629"} , +{"type":"Feature","id":"n1782183136","geometry":{"type":"Point","coordinates":[-0.0359104,51.5861368]},"properties":{"@type":"node","@id":1782183136,"@timestamp":1483035820},"coords":"51.5861368,-0.0359104","bedrooms":"0","price":"216000","area":"692"} , +{"type":"Feature","id":"n1782457000","geometry":{"type":"Point","coordinates":[-0.3508173,51.7552681]},"properties":{"@type":"node","@id":1782457000,"@timestamp":1339325771},"coords":"51.7552681,-0.3508173","bedrooms":"4","price":"251000","area":"423"} , +{"type":"Feature","id":"n1782496857","geometry":{"type":"Point","coordinates":[-0.8841932,51.4619727]},"properties":{"@type":"node","@id":1782496857,"@timestamp":1339330137},"coords":"51.4619727,-0.8841932","bedrooms":"4","price":"165000","area":"575"} , +{"type":"Feature","id":"n1782672968","geometry":{"type":"Point","coordinates":[-0.1840018,51.4612841]},"properties":{"@type":"node","@id":1782672968,"@timestamp":1442743334},"coords":"51.4612841,-0.1840018","bedrooms":"3","price":"189000","area":"522"} , +{"type":"Feature","id":"n1782712524","geometry":{"type":"Point","coordinates":[-0.1094801,51.5142395]},"properties":{"@type":"node","@id":1782712524,"@timestamp":1611882154},"coords":"51.5142395,-0.1094801","bedrooms":"0","price":"278000","area":"680"} , +{"type":"Feature","id":"n1782729408","geometry":{"type":"Point","coordinates":[-0.1191155,51.5111047]},"properties":{"@type":"node","@id":1782729408,"@timestamp":1629483005},"coords":"51.5111047,-0.1191155","bedrooms":"2","price":"175000","area":"619"} , +{"type":"Feature","id":"n1782737113","geometry":{"type":"Point","coordinates":[-0.351931,51.7564616]},"properties":{"@type":"node","@id":1782737113,"@timestamp":1553032247},"coords":"51.7564616,-0.351931","bedrooms":"2","price":"165000","area":"659"} , +{"type":"Feature","id":"n1782739197","geometry":{"type":"Point","coordinates":[-0.1834364,51.4811492]},"properties":{"@type":"node","@id":1782739197,"@timestamp":1613136847},"coords":"51.4811492,-0.1834364","bedrooms":"0","price":"262000","area":"434"} , +{"type":"Feature","id":"n1782743116","geometry":{"type":"Point","coordinates":[-0.1953894,51.4800093]},"properties":{"@type":"node","@id":1782743116,"@timestamp":1610510116},"coords":"51.4800093,-0.1953894","bedrooms":"2","price":"299000","area":"464"} , +{"type":"Feature","id":"n1782753778","geometry":{"type":"Point","coordinates":[-0.2128453,51.5055773]},"properties":{"@type":"node","@id":1782753778,"@timestamp":1627431056},"coords":"51.5055773,-0.2128453","bedrooms":"3","price":"188000","area":"584"} , +{"type":"Feature","id":"n1782760861","geometry":{"type":"Point","coordinates":[-0.3506459,51.7571793]},"properties":{"@type":"node","@id":1782760861,"@timestamp":1626777446},"coords":"51.7571793,-0.3506459","bedrooms":"1","price":"197000","area":"497"} , +{"type":"Feature","id":"n1782881407","geometry":{"type":"Point","coordinates":[-0.3492329,51.7589947]},"properties":{"@type":"node","@id":1782881407,"@timestamp":1339353238},"coords":"51.7589947,-0.3492329","bedrooms":"3","price":"210000","area":"576"} , +{"type":"Feature","id":"n1782919561","geometry":{"type":"Point","coordinates":[-0.1413559,51.4987174]},"properties":{"@type":"node","@id":1782919561,"@timestamp":1573589089},"coords":"51.4987174,-0.1413559","bedrooms":"4","price":"153000","area":"457"} , +{"type":"Feature","id":"n1782977459","geometry":{"type":"Point","coordinates":[0.1138945,51.1589342]},"properties":{"@type":"node","@id":1782977459,"@timestamp":1339358165},"coords":"51.1589342,0.1138945","bedrooms":"2","price":"163000","area":"527"} , +{"type":"Feature","id":"n1782979598","geometry":{"type":"Point","coordinates":[0.7725456,51.5349423]},"properties":{"@type":"node","@id":1782979598,"@timestamp":1339358310},"coords":"51.5349423,0.7725456","bedrooms":"4","price":"239000","area":"532"} , +{"type":"Feature","id":"n1782979624","geometry":{"type":"Point","coordinates":[0.761916,51.5371345]},"properties":{"@type":"node","@id":1782979624,"@timestamp":1339358310},"coords":"51.5371345,0.761916","bedrooms":"1","price":"271000","area":"434"} , +{"type":"Feature","id":"n1782979651","geometry":{"type":"Point","coordinates":[0.7360155,51.5357677]},"properties":{"@type":"node","@id":1782979651,"@timestamp":1595097125},"coords":"51.5357677,0.7360155","bedrooms":"3","price":"169000","area":"448"} , +{"type":"Feature","id":"n1782988233","geometry":{"type":"Point","coordinates":[0.0170627,51.5063628]},"properties":{"@type":"node","@id":1782988233,"@timestamp":1617463195},"coords":"51.5063628,0.0170627","bedrooms":"1","price":"194000","area":"465"} , +{"type":"Feature","id":"n1782999932","geometry":{"type":"Point","coordinates":[-0.1206304,51.6206775]},"properties":{"@type":"node","@id":1782999932,"@timestamp":1339359184},"coords":"51.6206775,-0.1206304","bedrooms":"0","price":"165000","area":"381"} , +{"type":"Feature","id":"n1783002126","geometry":{"type":"Point","coordinates":[0.6815168,51.545579]},"properties":{"@type":"node","@id":1783002126,"@timestamp":1339359376},"coords":"51.545579,0.6815168","bedrooms":"3","price":"232000","area":"609"} , +{"type":"Feature","id":"n1783084941","geometry":{"type":"Point","coordinates":[0.744384,51.3834808]},"properties":{"@type":"node","@id":1783084941,"@timestamp":1621197847},"coords":"51.3834808,0.744384","bedrooms":"4","price":"208000","area":"578"} , +{"type":"Feature","id":"n1783118489","geometry":{"type":"Point","coordinates":[-0.0396163,51.4825777]},"properties":{"@type":"node","@id":1783118489,"@timestamp":1339365399},"coords":"51.4825777,-0.0396163","bedrooms":"4","price":"260000","area":"520"} , +{"type":"Feature","id":"n1783148743","geometry":{"type":"Point","coordinates":[-0.3377235,51.8214776]},"properties":{"@type":"node","@id":1783148743,"@timestamp":1339368842},"coords":"51.8214776,-0.3377235","bedrooms":"3","price":"225000","area":"492"} , +{"type":"Feature","id":"n1783172093","geometry":{"type":"Point","coordinates":[-0.6696767,51.7549997]},"properties":{"@type":"node","@id":1783172093,"@timestamp":1339375326},"coords":"51.7549997,-0.6696767","bedrooms":"0","price":"202000","area":"505"} , +{"type":"Feature","id":"n1783418052","geometry":{"type":"Point","coordinates":[-0.5591574,51.7665418]},"properties":{"@type":"node","@id":1783418052,"@timestamp":1339411025},"coords":"51.7665418,-0.5591574","bedrooms":"2","price":"284000","area":"428"} , +{"type":"Feature","id":"n1783523398","geometry":{"type":"Point","coordinates":[-0.6639252,51.7936002]},"properties":{"@type":"node","@id":1783523398,"@timestamp":1566833487},"coords":"51.7936002,-0.6639252","bedrooms":"4","price":"170000","area":"562"} , +{"type":"Feature","id":"n1783624613","geometry":{"type":"Point","coordinates":[-0.040321,51.354755]},"properties":{"@type":"node","@id":1783624613,"@timestamp":1349122549},"coords":"51.354755,-0.040321","bedrooms":"3","price":"188000","area":"619"} , +{"type":"Feature","id":"n1783814539","geometry":{"type":"Point","coordinates":[-0.5886957,51.77138]},"properties":{"@type":"node","@id":1783814539,"@timestamp":1382783130},"coords":"51.77138,-0.5886957","bedrooms":"3","price":"198000","area":"429"} , +{"type":"Feature","id":"n1783936777","geometry":{"type":"Point","coordinates":[-0.3610529,51.4625187]},"properties":{"@type":"node","@id":1783936777,"@timestamp":1602372370},"coords":"51.4625187,-0.3610529","bedrooms":"4","price":"276000","area":"364"} , +{"type":"Feature","id":"n1783937526","geometry":{"type":"Point","coordinates":[-0.070793,51.6040797]},"properties":{"@type":"node","@id":1783937526,"@timestamp":1626294431},"coords":"51.6040797,-0.070793","bedrooms":"1","price":"232000","area":"410"} , +{"type":"Feature","id":"n1783938054","geometry":{"type":"Point","coordinates":[-0.0408365,51.6871439]},"properties":{"@type":"node","@id":1783938054,"@timestamp":1555284966},"coords":"51.6871439,-0.0408365","bedrooms":"2","price":"195000","area":"578"} , +{"type":"Feature","id":"n1784171865","geometry":{"type":"Point","coordinates":[-0.5574235,51.760469]},"properties":{"@type":"node","@id":1784171865,"@timestamp":1633517876},"coords":"51.760469,-0.5574235","bedrooms":"3","price":"203000","area":"639"} , +{"type":"Feature","id":"n1784648908","geometry":{"type":"Point","coordinates":[-0.1438064,51.4933291]},"properties":{"@type":"node","@id":1784648908,"@timestamp":1339507517},"coords":"51.4933291,-0.1438064","bedrooms":"2","price":"281000","area":"648"} , +{"type":"Feature","id":"n1785210846","geometry":{"type":"Point","coordinates":[-0.0869648,51.5177817]},"properties":{"@type":"node","@id":1785210846,"@timestamp":1339533944},"coords":"51.5177817,-0.0869648","bedrooms":"1","price":"212000","area":"445"} , +{"type":"Feature","id":"n1785257366","geometry":{"type":"Point","coordinates":[-0.1282512,51.5524851]},"properties":{"@type":"node","@id":1785257366,"@timestamp":1339534734},"coords":"51.5524851,-0.1282512","bedrooms":"0","price":"161000","area":"605"} , +{"type":"Feature","id":"n1785379134","geometry":{"type":"Point","coordinates":[-0.5569479,51.421593]},"properties":{"@type":"node","@id":1785379134,"@timestamp":1579617296},"coords":"51.421593,-0.5569479","bedrooms":"1","price":"271000","area":"489"} , +{"type":"Feature","id":"n1785379557","geometry":{"type":"Point","coordinates":[-0.4690055,51.4363761]},"properties":{"@type":"node","@id":1785379557,"@timestamp":1560266111},"coords":"51.4363761,-0.4690055","bedrooms":"2","price":"257000","area":"697"} , +{"type":"Feature","id":"n1785379916","geometry":{"type":"Point","coordinates":[-0.5370225,51.4544472]},"properties":{"@type":"node","@id":1785379916,"@timestamp":1619262049},"coords":"51.4544472,-0.5370225","bedrooms":"0","price":"269000","area":"480"} , +{"type":"Feature","id":"n1785641292","geometry":{"type":"Point","coordinates":[-0.1343414,51.3909347]},"properties":{"@type":"node","@id":1785641292,"@timestamp":1563296454},"coords":"51.3909347,-0.1343414","bedrooms":"2","price":"263000","area":"502"} , +{"type":"Feature","id":"n1785649162","geometry":{"type":"Point","coordinates":[0.5181735,51.2853901]},"properties":{"@type":"node","@id":1785649162,"@timestamp":1356538999},"coords":"51.2853901,0.5181735","bedrooms":"0","price":"156000","area":"534"} , +{"type":"Feature","id":"n1785838286","geometry":{"type":"Point","coordinates":[-0.4634914,51.7357654]},"properties":{"@type":"node","@id":1785838286,"@timestamp":1346693869},"coords":"51.7357654,-0.4634914","bedrooms":"1","price":"216000","area":"671"} , +{"type":"Feature","id":"n1785933402","geometry":{"type":"Point","coordinates":[-0.0900611,51.5091363]},"properties":{"@type":"node","@id":1785933402,"@timestamp":1339588854},"coords":"51.5091363,-0.0900611","bedrooms":"2","price":"158000","area":"549"} , +{"type":"Feature","id":"n1786418357","geometry":{"type":"Point","coordinates":[-0.348577,51.7575225]},"properties":{"@type":"node","@id":1786418357,"@timestamp":1339613465},"coords":"51.7575225,-0.348577","bedrooms":"2","price":"297000","area":"418"} , +{"type":"Feature","id":"n1786671652","geometry":{"type":"Point","coordinates":[-0.1264037,51.550553]},"properties":{"@type":"node","@id":1786671652,"@timestamp":1339623284},"coords":"51.550553,-0.1264037","bedrooms":"2","price":"180000","area":"546"} , +{"type":"Feature","id":"n1787108646","geometry":{"type":"Point","coordinates":[-0.0836636,51.5162759]},"properties":{"@type":"node","@id":1787108646,"@timestamp":1624756637},"coords":"51.5162759,-0.0836636","bedrooms":"3","price":"287000","area":"532"} , +{"type":"Feature","id":"n1787338708","geometry":{"type":"Point","coordinates":[-0.530682,51.3672112]},"properties":{"@type":"node","@id":1787338708,"@timestamp":1554579811},"coords":"51.3672112,-0.530682","bedrooms":"4","price":"226000","area":"527"} , +{"type":"Feature","id":"n1787763684","geometry":{"type":"Point","coordinates":[-0.1322252,51.4015283]},"properties":{"@type":"node","@id":1787763684,"@timestamp":1339704381},"coords":"51.4015283,-0.1322252","bedrooms":"1","price":"245000","area":"672"} , +{"type":"Feature","id":"n1787915297","geometry":{"type":"Point","coordinates":[-0.1011617,51.3665162]},"properties":{"@type":"node","@id":1787915297,"@timestamp":1526000412},"coords":"51.3665162,-0.1011617","bedrooms":"3","price":"156000","area":"610"} , +{"type":"Feature","id":"n1787922910","geometry":{"type":"Point","coordinates":[-0.4800806,51.7393834]},"properties":{"@type":"node","@id":1787922910,"@timestamp":1369829431},"coords":"51.7393834,-0.4800806","bedrooms":"3","price":"190000","area":"580"} , +{"type":"Feature","id":"n1788331625","geometry":{"type":"Point","coordinates":[0.1219372,51.6223538]},"properties":{"@type":"node","@id":1788331625,"@timestamp":1618590868},"coords":"51.6223538,0.1219372","bedrooms":"3","price":"153000","area":"566"} , +{"type":"Feature","id":"n1788417893","geometry":{"type":"Point","coordinates":[-0.6497919,51.4627503]},"properties":{"@type":"node","@id":1788417893,"@timestamp":1509053075},"coords":"51.4627503,-0.6497919","bedrooms":"3","price":"205000","area":"587"} , +{"type":"Feature","id":"n1788982908","geometry":{"type":"Point","coordinates":[-0.4188401,51.2922062]},"properties":{"@type":"node","@id":1788982908,"@timestamp":1600108175},"coords":"51.2922062,-0.4188401","bedrooms":"0","price":"208000","area":"440"} , +{"type":"Feature","id":"n1788983786","geometry":{"type":"Point","coordinates":[-0.3484349,51.3615778]},"properties":{"@type":"node","@id":1788983786,"@timestamp":1535635288},"coords":"51.3615778,-0.3484349","bedrooms":"4","price":"244000","area":"532"} , +{"type":"Feature","id":"n1789140346","geometry":{"type":"Point","coordinates":[0.8616073,51.8929169]},"properties":{"@type":"node","@id":1789140346,"@timestamp":1628338748},"coords":"51.8929169,0.8616073","bedrooms":"2","price":"294000","area":"647"} , +{"type":"Feature","id":"n1789714889","geometry":{"type":"Point","coordinates":[-0.408012,51.5170514]},"properties":{"@type":"node","@id":1789714889,"@timestamp":1577681592},"coords":"51.5170514,-0.408012","bedrooms":"3","price":"288000","area":"604"} , +{"type":"Feature","id":"n1789768253","geometry":{"type":"Point","coordinates":[-0.3460362,51.7581638]},"properties":{"@type":"node","@id":1789768253,"@timestamp":1339842369},"coords":"51.7581638,-0.3460362","bedrooms":"4","price":"233000","area":"692"} , +{"type":"Feature","id":"n1789892237","geometry":{"type":"Point","coordinates":[-0.3424511,51.7578305]},"properties":{"@type":"node","@id":1789892237,"@timestamp":1339850232},"coords":"51.7578305,-0.3424511","bedrooms":"2","price":"248000","area":"598"} , +{"type":"Feature","id":"n1789938066","geometry":{"type":"Point","coordinates":[-0.3399018,51.7576764]},"properties":{"@type":"node","@id":1789938066,"@timestamp":1339854065},"coords":"51.7576764,-0.3399018","bedrooms":"3","price":"216000","area":"603"} , +{"type":"Feature","id":"n1790191075","geometry":{"type":"Point","coordinates":[0.4706478,51.7341576]},"properties":{"@type":"node","@id":1790191075,"@timestamp":1426594544},"coords":"51.7341576,0.4706478","bedrooms":"3","price":"236000","area":"484"} , +{"type":"Feature","id":"n1790325934","geometry":{"type":"Point","coordinates":[-0.9798034,51.4601291]},"properties":{"@type":"node","@id":1790325934,"@timestamp":1632467345},"coords":"51.4601291,-0.9798034","bedrooms":"1","price":"299000","area":"470"} , +{"type":"Feature","id":"n1790326413","geometry":{"type":"Point","coordinates":[-1.0055397,51.4634285]},"properties":{"@type":"node","@id":1790326413,"@timestamp":1530528367},"coords":"51.4634285,-1.0055397","bedrooms":"0","price":"245000","area":"512"} , +{"type":"Feature","id":"n1790330767","geometry":{"type":"Point","coordinates":[-0.1328385,51.5516968]},"properties":{"@type":"node","@id":1790330767,"@timestamp":1629376834},"coords":"51.5516968,-0.1328385","bedrooms":"1","price":"212000","area":"547"} , +{"type":"Feature","id":"n1790723503","geometry":{"type":"Point","coordinates":[-0.8866747,51.0316259]},"properties":{"@type":"node","@id":1790723503,"@timestamp":1339886772},"coords":"51.0316259,-0.8866747","bedrooms":"2","price":"248000","area":"569"} , +{"type":"Feature","id":"n1791444592","geometry":{"type":"Point","coordinates":[-0.1080494,51.3775705]},"properties":{"@type":"node","@id":1791444592,"@timestamp":1610200637},"coords":"51.3775705,-0.1080494","bedrooms":"4","price":"281000","area":"554"} , +{"type":"Feature","id":"n1791771738","geometry":{"type":"Point","coordinates":[-0.4606791,51.1868478]},"properties":{"@type":"node","@id":1791771738,"@timestamp":1339945052},"coords":"51.1868478,-0.4606791","bedrooms":"0","price":"221000","area":"514"} , +{"type":"Feature","id":"n1791978748","geometry":{"type":"Point","coordinates":[-0.0313255,51.563462]},"properties":{"@type":"node","@id":1791978748,"@timestamp":1511463984},"coords":"51.563462,-0.0313255","bedrooms":"0","price":"213000","area":"631"} , +{"type":"Feature","id":"n1791983842","geometry":{"type":"Point","coordinates":[-0.3413294,51.7563387]},"properties":{"@type":"node","@id":1791983842,"@timestamp":1339952037},"coords":"51.7563387,-0.3413294","bedrooms":"0","price":"195000","area":"679"} , +{"type":"Feature","id":"n1792033983","geometry":{"type":"Point","coordinates":[-0.3404171,51.7566877]},"properties":{"@type":"node","@id":1792033983,"@timestamp":1339953281},"coords":"51.7566877,-0.3404171","bedrooms":"1","price":"182000","area":"588"} , +{"type":"Feature","id":"n1792098123","geometry":{"type":"Point","coordinates":[-0.3361297,51.7563356]},"properties":{"@type":"node","@id":1792098123,"@timestamp":1562978131},"coords":"51.7563356,-0.3361297","bedrooms":"3","price":"193000","area":"438"} , +{"type":"Feature","id":"n1792121004","geometry":{"type":"Point","coordinates":[-0.1332528,51.5523047]},"properties":{"@type":"node","@id":1792121004,"@timestamp":1629211922},"coords":"51.5523047,-0.1332528","bedrooms":"2","price":"261000","area":"415"} , +{"type":"Feature","id":"n1792121054","geometry":{"type":"Point","coordinates":[-0.1340165,51.5516935]},"properties":{"@type":"node","@id":1792121054,"@timestamp":1339956520},"coords":"51.5516935,-0.1340165","bedrooms":"3","price":"153000","area":"425"} , +{"type":"Feature","id":"n1792121118","geometry":{"type":"Point","coordinates":[-0.1345333,51.5513]},"properties":{"@type":"node","@id":1792121118,"@timestamp":1339956520},"coords":"51.5513,-0.1345333","bedrooms":"1","price":"258000","area":"462"} , +{"type":"Feature","id":"n1792212926","geometry":{"type":"Point","coordinates":[-0.6391783,51.775615]},"properties":{"@type":"node","@id":1792212926,"@timestamp":1339958943},"coords":"51.775615,-0.6391783","bedrooms":"1","price":"277000","area":"554"} , +{"type":"Feature","id":"n1792235262","geometry":{"type":"Point","coordinates":[-0.1332561,51.5516038]},"properties":{"@type":"node","@id":1792235262,"@timestamp":1629211922},"coords":"51.5516038,-0.1332561","bedrooms":"3","price":"259000","area":"410"} , +{"type":"Feature","id":"n1792235274","geometry":{"type":"Point","coordinates":[-0.1332815,51.5518117]},"properties":{"@type":"node","@id":1792235274,"@timestamp":1629211922},"coords":"51.5518117,-0.1332815","bedrooms":"3","price":"153000","area":"513"} , +{"type":"Feature","id":"n1792235288","geometry":{"type":"Point","coordinates":[-0.1337546,51.5508851]},"properties":{"@type":"node","@id":1792235288,"@timestamp":1629211922},"coords":"51.5508851,-0.1337546","bedrooms":"2","price":"199000","area":"528"} , +{"type":"Feature","id":"n1792235301","geometry":{"type":"Point","coordinates":[-0.1333853,51.5511553]},"properties":{"@type":"node","@id":1792235301,"@timestamp":1339959965},"coords":"51.5511553,-0.1333853","bedrooms":"2","price":"159000","area":"443"} , +{"type":"Feature","id":"n1792254433","geometry":{"type":"Point","coordinates":[-0.1349667,51.5519633]},"properties":{"@type":"node","@id":1792254433,"@timestamp":1339960889},"coords":"51.5519633,-0.1349667","bedrooms":"0","price":"293000","area":"416"} , +{"type":"Feature","id":"n1792254470","geometry":{"type":"Point","coordinates":[-0.1340317,51.5522502]},"properties":{"@type":"node","@id":1792254470,"@timestamp":1339960889},"coords":"51.5522502,-0.1340317","bedrooms":"1","price":"256000","area":"539"} , +{"type":"Feature","id":"n1792369623","geometry":{"type":"Point","coordinates":[-0.8593971,50.9606809]},"properties":{"@type":"node","@id":1792369623,"@timestamp":1339965498},"coords":"50.9606809,-0.8593971","bedrooms":"0","price":"220000","area":"543"} , +{"type":"Feature","id":"n1792521605","geometry":{"type":"Point","coordinates":[0.7995525,51.9536552]},"properties":{"@type":"node","@id":1792521605,"@timestamp":1339974427},"coords":"51.9536552,0.7995525","bedrooms":"2","price":"216000","area":"626"} , +{"type":"Feature","id":"n1792949665","geometry":{"type":"Point","coordinates":[-0.8043469,51.6681956]},"properties":{"@type":"node","@id":1792949665,"@timestamp":1340016573},"coords":"51.6681956,-0.8043469","bedrooms":"3","price":"171000","area":"561"} , +{"type":"Feature","id":"n1793335489","geometry":{"type":"Point","coordinates":[0.1876563,51.5751448]},"properties":{"@type":"node","@id":1793335489,"@timestamp":1634095033},"coords":"51.5751448,0.1876563","bedrooms":"3","price":"195000","area":"652"} , +{"type":"Feature","id":"n1793609943","geometry":{"type":"Point","coordinates":[-0.0951208,51.5721852]},"properties":{"@type":"node","@id":1793609943,"@timestamp":1340050305},"coords":"51.5721852,-0.0951208","bedrooms":"0","price":"271000","area":"639"} , +{"type":"Feature","id":"n1794145845","geometry":{"type":"Point","coordinates":[-0.1409658,51.5371738]},"properties":{"@type":"node","@id":1794145845,"@timestamp":1478905318},"coords":"51.5371738,-0.1409658","bedrooms":"4","price":"291000","area":"695"} , +{"type":"Feature","id":"n1794454816","geometry":{"type":"Point","coordinates":[0.1841272,51.5755654]},"properties":{"@type":"node","@id":1794454816,"@timestamp":1634100849},"coords":"51.5755654,0.1841272","bedrooms":"4","price":"232000","area":"393"} , +{"type":"Feature","id":"n1794648175","geometry":{"type":"Point","coordinates":[-0.9311073,51.8545087]},"properties":{"@type":"node","@id":1794648175,"@timestamp":1539127674},"coords":"51.8545087,-0.9311073","bedrooms":"4","price":"175000","area":"367"} , +{"type":"Feature","id":"n1794659558","geometry":{"type":"Point","coordinates":[0.1616821,51.8083647]},"properties":{"@type":"node","@id":1794659558,"@timestamp":1472515700},"coords":"51.8083647,0.1616821","bedrooms":"3","price":"213000","area":"412"} , +{"type":"Feature","id":"n1794807070","geometry":{"type":"Point","coordinates":[-0.1467732,51.4930325]},"properties":{"@type":"node","@id":1794807070,"@timestamp":1543944956},"coords":"51.4930325,-0.1467732","bedrooms":"2","price":"273000","area":"628"} , +{"type":"Feature","id":"n1794838021","geometry":{"type":"Point","coordinates":[-0.1471896,51.4927282]},"properties":{"@type":"node","@id":1794838021,"@timestamp":1444505910},"coords":"51.4927282,-0.1471896","bedrooms":"4","price":"249000","area":"408"} , +{"type":"Feature","id":"n1794930259","geometry":{"type":"Point","coordinates":[-0.1468167,51.4935172]},"properties":{"@type":"node","@id":1794930259,"@timestamp":1543944958},"coords":"51.4935172,-0.1468167","bedrooms":"0","price":"178000","area":"497"} , +{"type":"Feature","id":"n1794961577","geometry":{"type":"Point","coordinates":[-0.1464199,51.4936478]},"properties":{"@type":"node","@id":1794961577,"@timestamp":1450184782},"coords":"51.4936478,-0.1464199","bedrooms":"2","price":"212000","area":"529"} , +{"type":"Feature","id":"n1794961590","geometry":{"type":"Point","coordinates":[-0.1470172,51.4938724]},"properties":{"@type":"node","@id":1794961590,"@timestamp":1596898685},"coords":"51.4938724,-0.1470172","bedrooms":"2","price":"218000","area":"584"} , +{"type":"Feature","id":"n1794965185","geometry":{"type":"Point","coordinates":[-0.0166724,51.9153675]},"properties":{"@type":"node","@id":1794965185,"@timestamp":1340139711},"coords":"51.9153675,-0.0166724","bedrooms":"1","price":"281000","area":"361"} , +{"type":"Feature","id":"n1794968305","geometry":{"type":"Point","coordinates":[-0.0154439,51.9214753]},"properties":{"@type":"node","@id":1794968305,"@timestamp":1340139911},"coords":"51.9214753,-0.0154439","bedrooms":"3","price":"261000","area":"420"} , +{"type":"Feature","id":"n1794998271","geometry":{"type":"Point","coordinates":[-0.0067968,51.9152351]},"properties":{"@type":"node","@id":1794998271,"@timestamp":1340141202},"coords":"51.9152351,-0.0067968","bedrooms":"3","price":"179000","area":"632"} , +{"type":"Feature","id":"n1794998303","geometry":{"type":"Point","coordinates":[-0.0057561,51.9150529]},"properties":{"@type":"node","@id":1794998303,"@timestamp":1340141203},"coords":"51.9150529,-0.0057561","bedrooms":"0","price":"212000","area":"482"} , +{"type":"Feature","id":"n1795037807","geometry":{"type":"Point","coordinates":[-0.0715129,51.8735899]},"properties":{"@type":"node","@id":1795037807,"@timestamp":1340143522},"coords":"51.8735899,-0.0715129","bedrooms":"3","price":"210000","area":"587"} , +{"type":"Feature","id":"n1795090262","geometry":{"type":"Point","coordinates":[-0.5818665,51.7060608]},"properties":{"@type":"node","@id":1795090262,"@timestamp":1340144809},"coords":"51.7060608,-0.5818665","bedrooms":"2","price":"192000","area":"388"} , +{"type":"Feature","id":"n1795306878","geometry":{"type":"Point","coordinates":[-0.1076845,51.4229242]},"properties":{"@type":"node","@id":1795306878,"@timestamp":1340177442},"coords":"51.4229242,-0.1076845","bedrooms":"2","price":"263000","area":"351"} , +{"type":"Feature","id":"n1795309191","geometry":{"type":"Point","coordinates":[-0.5843434,51.7084366]},"properties":{"@type":"node","@id":1795309191,"@timestamp":1364577796},"coords":"51.7084366,-0.5843434","bedrooms":"1","price":"260000","area":"551"} , +{"type":"Feature","id":"n1795309307","geometry":{"type":"Point","coordinates":[-0.5858521,51.7090773]},"properties":{"@type":"node","@id":1795309307,"@timestamp":1340177713},"coords":"51.7090773,-0.5858521","bedrooms":"3","price":"254000","area":"607"} , +{"type":"Feature","id":"n1795309435","geometry":{"type":"Point","coordinates":[-0.5857274,51.7090931]},"properties":{"@type":"node","@id":1795309435,"@timestamp":1340177716},"coords":"51.7090931,-0.5857274","bedrooms":"0","price":"245000","area":"675"} , +{"type":"Feature","id":"n1795315951","geometry":{"type":"Point","coordinates":[-0.5845485,51.708941]},"properties":{"@type":"node","@id":1795315951,"@timestamp":1340178693},"coords":"51.708941,-0.5845485","bedrooms":"1","price":"254000","area":"481"} , +{"type":"Feature","id":"n1795315993","geometry":{"type":"Point","coordinates":[-0.5848932,51.7090449]},"properties":{"@type":"node","@id":1795315993,"@timestamp":1340178695},"coords":"51.7090449,-0.5848932","bedrooms":"0","price":"279000","area":"402"} , +{"type":"Feature","id":"n1795316029","geometry":{"type":"Point","coordinates":[-0.584578,51.7089186]},"properties":{"@type":"node","@id":1795316029,"@timestamp":1340178696},"coords":"51.7089186,-0.584578","bedrooms":"2","price":"168000","area":"382"} , +{"type":"Feature","id":"n1795316075","geometry":{"type":"Point","coordinates":[-0.584908,51.7093366]},"properties":{"@type":"node","@id":1795316075,"@timestamp":1340178698},"coords":"51.7093366,-0.584908","bedrooms":"4","price":"154000","area":"658"} , +{"type":"Feature","id":"n1795324923","geometry":{"type":"Point","coordinates":[-0.586423,51.7092879]},"properties":{"@type":"node","@id":1795324923,"@timestamp":1348112583},"coords":"51.7092879,-0.586423","bedrooms":"4","price":"252000","area":"369"} , +{"type":"Feature","id":"n1795376972","geometry":{"type":"Point","coordinates":[-0.1285118,51.5118987]},"properties":{"@type":"node","@id":1795376972,"@timestamp":1563786851},"coords":"51.5118987,-0.1285118","bedrooms":"0","price":"289000","area":"457"} , +{"type":"Feature","id":"n1795470572","geometry":{"type":"Point","coordinates":[-0.1249507,51.4855855]},"properties":{"@type":"node","@id":1795470572,"@timestamp":1633720142},"coords":"51.4855855,-0.1249507","bedrooms":"3","price":"232000","area":"513"} , +{"type":"Feature","id":"n1795621088","geometry":{"type":"Point","coordinates":[-0.6105715,51.707823]},"properties":{"@type":"node","@id":1795621088,"@timestamp":1341766175},"coords":"51.707823,-0.6105715","bedrooms":"4","price":"217000","area":"561"} , +{"type":"Feature","id":"n1795920774","geometry":{"type":"Point","coordinates":[-0.9420256,51.1270149]},"properties":{"@type":"node","@id":1795920774,"@timestamp":1538512633},"coords":"51.1270149,-0.9420256","bedrooms":"1","price":"182000","area":"677"} , +{"type":"Feature","id":"n1796095973","geometry":{"type":"Point","coordinates":[0.5271693,51.7209531]},"properties":{"@type":"node","@id":1796095973,"@timestamp":1632961996},"coords":"51.7209531,0.5271693","bedrooms":"4","price":"176000","area":"521"} , +{"type":"Feature","id":"n1796096047","geometry":{"type":"Point","coordinates":[0.5256279,51.7214161]},"properties":{"@type":"node","@id":1796096047,"@timestamp":1632961996},"coords":"51.7214161,0.5256279","bedrooms":"4","price":"157000","area":"412"} , +{"type":"Feature","id":"n1796184776","geometry":{"type":"Point","coordinates":[-0.1979809,51.457801]},"properties":{"@type":"node","@id":1796184776,"@timestamp":1551681088},"coords":"51.457801,-0.1979809","bedrooms":"4","price":"192000","area":"355"} , +{"type":"Feature","id":"n1796410868","geometry":{"type":"Point","coordinates":[-0.3480001,51.5683673]},"properties":{"@type":"node","@id":1796410868,"@timestamp":1340229872},"coords":"51.5683673,-0.3480001","bedrooms":"0","price":"183000","area":"354"} , +{"type":"Feature","id":"n1796418773","geometry":{"type":"Point","coordinates":[-0.1176431,51.3397859]},"properties":{"@type":"node","@id":1796418773,"@timestamp":1526004902},"coords":"51.3397859,-0.1176431","bedrooms":"4","price":"185000","area":"597"} , +{"type":"Feature","id":"n1796624820","geometry":{"type":"Point","coordinates":[-0.9687963,51.4224908]},"properties":{"@type":"node","@id":1796624820,"@timestamp":1340257420},"coords":"51.4224908,-0.9687963","bedrooms":"0","price":"170000","area":"434"} , +{"type":"Feature","id":"n1796687241","geometry":{"type":"Point","coordinates":[0.237647,51.4183065]},"properties":{"@type":"node","@id":1796687241,"@timestamp":1627831815},"coords":"51.4183065,0.237647","bedrooms":"0","price":"205000","area":"458"} , +{"type":"Feature","id":"n1796960742","geometry":{"type":"Point","coordinates":[-0.6954977,51.6136328]},"properties":{"@type":"node","@id":1796960742,"@timestamp":1630926239},"coords":"51.6136328,-0.6954977","bedrooms":"4","price":"186000","area":"454"} , +{"type":"Feature","id":"n1796964822","geometry":{"type":"Point","coordinates":[-0.7225759,51.5925639]},"properties":{"@type":"node","@id":1796964822,"@timestamp":1340282314},"coords":"51.5925639,-0.7225759","bedrooms":"1","price":"292000","area":"681"} , +{"type":"Feature","id":"n1796967014","geometry":{"type":"Point","coordinates":[-0.6113356,51.4229713]},"properties":{"@type":"node","@id":1796967014,"@timestamp":1459107432},"coords":"51.4229713,-0.6113356","bedrooms":"1","price":"277000","area":"520"} , +{"type":"Feature","id":"n1796975069","geometry":{"type":"Point","coordinates":[-0.618979,51.6010369]},"properties":{"@type":"node","@id":1796975069,"@timestamp":1606423991},"coords":"51.6010369,-0.618979","bedrooms":"2","price":"260000","area":"647"} , +{"type":"Feature","id":"n1796975088","geometry":{"type":"Point","coordinates":[-0.5889595,51.596628]},"properties":{"@type":"node","@id":1796975088,"@timestamp":1340282921},"coords":"51.596628,-0.5889595","bedrooms":"0","price":"183000","area":"589"} , +{"type":"Feature","id":"n1796988777","geometry":{"type":"Point","coordinates":[0.6567844,51.7496551]},"properties":{"@type":"node","@id":1796988777,"@timestamp":1340284666},"coords":"51.7496551,0.6567844","bedrooms":"3","price":"193000","area":"555"} , +{"type":"Feature","id":"n1797201644","geometry":{"type":"Point","coordinates":[0.5557729,51.0902262]},"properties":{"@type":"node","@id":1797201644,"@timestamp":1364158036},"coords":"51.0902262,0.5557729","bedrooms":"0","price":"163000","area":"519"} , +{"type":"Feature","id":"n1797562754","geometry":{"type":"Point","coordinates":[-0.0110646,51.0966665]},"properties":{"@type":"node","@id":1797562754,"@timestamp":1340360232},"coords":"51.0966665,-0.0110646","bedrooms":"3","price":"193000","area":"595"} , +{"type":"Feature","id":"n1797924722","geometry":{"type":"Point","coordinates":[-1.0773102,51.2848845]},"properties":{"@type":"node","@id":1797924722,"@timestamp":1543241946},"coords":"51.2848845,-1.0773102","bedrooms":"0","price":"251000","area":"655"} , +{"type":"Feature","id":"n1797927847","geometry":{"type":"Point","coordinates":[-0.983344,51.426389]},"properties":{"@type":"node","@id":1797927847,"@timestamp":1416249796},"coords":"51.426389,-0.983344","bedrooms":"4","price":"285000","area":"448"} , +{"type":"Feature","id":"n1798018158","geometry":{"type":"Point","coordinates":[-0.2436217,51.399039]},"properties":{"@type":"node","@id":1798018158,"@timestamp":1557732868},"coords":"51.399039,-0.2436217","bedrooms":"1","price":"285000","area":"576"} , +{"type":"Feature","id":"n1798048154","geometry":{"type":"Point","coordinates":[-0.1783269,51.4129793]},"properties":{"@type":"node","@id":1798048154,"@timestamp":1625069724},"coords":"51.4129793,-0.1783269","bedrooms":"1","price":"214000","area":"437"} , +{"type":"Feature","id":"n1798086326","geometry":{"type":"Point","coordinates":[-0.4907876,51.3029282]},"properties":{"@type":"node","@id":1798086326,"@timestamp":1340362759},"coords":"51.3029282,-0.4907876","bedrooms":"4","price":"181000","area":"552"} , +{"type":"Feature","id":"n1798662949","geometry":{"type":"Point","coordinates":[-0.9656362,51.4669786]},"properties":{"@type":"node","@id":1798662949,"@timestamp":1635695628},"coords":"51.4669786,-0.9656362","bedrooms":"0","price":"183000","area":"553"} , +{"type":"Feature","id":"n1798706425","geometry":{"type":"Point","coordinates":[-0.5287635,51.6749403]},"properties":{"@type":"node","@id":1798706425,"@timestamp":1597755957},"coords":"51.6749403,-0.5287635","bedrooms":"2","price":"159000","area":"374"} , +{"type":"Feature","id":"n1798706569","geometry":{"type":"Point","coordinates":[-0.5162909,51.6732575]},"properties":{"@type":"node","@id":1798706569,"@timestamp":1550445771},"coords":"51.6732575,-0.5162909","bedrooms":"2","price":"296000","area":"354"} , +{"type":"Feature","id":"n1798758984","geometry":{"type":"Point","coordinates":[-0.8614011,51.7105231]},"properties":{"@type":"node","@id":1798758984,"@timestamp":1606947767},"coords":"51.7105231,-0.8614011","bedrooms":"2","price":"254000","area":"419"} , +{"type":"Feature","id":"n1798788050","geometry":{"type":"Point","coordinates":[-0.1961255,51.5717695]},"properties":{"@type":"node","@id":1798788050,"@timestamp":1340402401},"coords":"51.5717695,-0.1961255","bedrooms":"3","price":"271000","area":"372"} , +{"type":"Feature","id":"n1798851121","geometry":{"type":"Point","coordinates":[-0.1807356,51.1209409]},"properties":{"@type":"node","@id":1798851121,"@timestamp":1417774781},"coords":"51.1209409,-0.1807356","bedrooms":"4","price":"290000","area":"623"} , +{"type":"Feature","id":"n1799198850","geometry":{"type":"Point","coordinates":[-0.3300749,51.7553272]},"properties":{"@type":"node","@id":1799198850,"@timestamp":1340445762},"coords":"51.7553272,-0.3300749","bedrooms":"1","price":"200000","area":"527"} , +{"type":"Feature","id":"n1799233029","geometry":{"type":"Point","coordinates":[-0.4600995,51.7129824]},"properties":{"@type":"node","@id":1799233029,"@timestamp":1340447237},"coords":"51.7129824,-0.4600995","bedrooms":"0","price":"238000","area":"394"} , +{"type":"Feature","id":"n1799356916","geometry":{"type":"Point","coordinates":[-0.3684278,51.9593815]},"properties":{"@type":"node","@id":1799356916,"@timestamp":1517968932},"coords":"51.9593815,-0.3684278","bedrooms":"3","price":"179000","area":"515"} , +{"type":"Feature","id":"n1799469283","geometry":{"type":"Point","coordinates":[-0.3292662,51.7565141]},"properties":{"@type":"node","@id":1799469283,"@timestamp":1340462940},"coords":"51.7565141,-0.3292662","bedrooms":"1","price":"261000","area":"617"} , +{"type":"Feature","id":"n1799521920","geometry":{"type":"Point","coordinates":[-0.3278304,51.7527905]},"properties":{"@type":"node","@id":1799521920,"@timestamp":1340465922},"coords":"51.7527905,-0.3278304","bedrooms":"0","price":"227000","area":"505"} , +{"type":"Feature","id":"n1799559070","geometry":{"type":"Point","coordinates":[-0.0311104,51.5822972]},"properties":{"@type":"node","@id":1799559070,"@timestamp":1465725188},"coords":"51.5822972,-0.0311104","bedrooms":"1","price":"172000","area":"395"} , +{"type":"Feature","id":"n1799705550","geometry":{"type":"Point","coordinates":[0.3156261,51.5902101]},"properties":{"@type":"node","@id":1799705550,"@timestamp":1544192222},"coords":"51.5902101,0.3156261","bedrooms":"1","price":"266000","area":"546"} , +{"type":"Feature","id":"n1799875716","geometry":{"type":"Point","coordinates":[-0.3314612,51.7496043]},"properties":{"@type":"node","@id":1799875716,"@timestamp":1340485118},"coords":"51.7496043,-0.3314612","bedrooms":"0","price":"269000","area":"402"} , +{"type":"Feature","id":"n1799957151","geometry":{"type":"Point","coordinates":[-0.1379472,51.2317959]},"properties":{"@type":"node","@id":1799957151,"@timestamp":1546029201},"coords":"51.2317959,-0.1379472","bedrooms":"0","price":"191000","area":"455"} , +{"type":"Feature","id":"n1799957186","geometry":{"type":"Point","coordinates":[-0.1307818,51.2488403]},"properties":{"@type":"node","@id":1799957186,"@timestamp":1340487610},"coords":"51.2488403,-0.1307818","bedrooms":"3","price":"153000","area":"527"} , +{"type":"Feature","id":"n1800153853","geometry":{"type":"Point","coordinates":[0.1210226,51.4297566]},"properties":{"@type":"node","@id":1800153853,"@timestamp":1622487331},"coords":"51.4297566,0.1210226","bedrooms":"3","price":"276000","area":"511"} , +{"type":"Feature","id":"n1800314823","geometry":{"type":"Point","coordinates":[-0.331886,51.7494101]},"properties":{"@type":"node","@id":1800314823,"@timestamp":1340529591},"coords":"51.7494101,-0.331886","bedrooms":"2","price":"166000","area":"599"} , +{"type":"Feature","id":"n1800376957","geometry":{"type":"Point","coordinates":[0.3327644,51.5801432]},"properties":{"@type":"node","@id":1800376957,"@timestamp":1340532141},"coords":"51.5801432,0.3327644","bedrooms":"0","price":"185000","area":"671"} , +{"type":"Feature","id":"n1800395176","geometry":{"type":"Point","coordinates":[0.3403124,51.5855218]},"properties":{"@type":"node","@id":1800395176,"@timestamp":1608661724},"coords":"51.5855218,0.3403124","bedrooms":"4","price":"245000","area":"424"} , +{"type":"Feature","id":"n1800482088","geometry":{"type":"Point","coordinates":[0.3258182,51.5898945]},"properties":{"@type":"node","@id":1800482088,"@timestamp":1340539036},"coords":"51.5898945,0.3258182","bedrooms":"2","price":"213000","area":"409"} , +{"type":"Feature","id":"n1800701566","geometry":{"type":"Point","coordinates":[-0.3296623,51.7496467]},"properties":{"@type":"node","@id":1800701566,"@timestamp":1614780613},"coords":"51.7496467,-0.3296623","bedrooms":"2","price":"272000","area":"663"} , +{"type":"Feature","id":"n1800719773","geometry":{"type":"Point","coordinates":[-0.3295933,51.7488808]},"properties":{"@type":"node","@id":1800719773,"@timestamp":1614780530},"coords":"51.7488808,-0.3295933","bedrooms":"3","price":"195000","area":"649"} , +{"type":"Feature","id":"n1800829380","geometry":{"type":"Point","coordinates":[-0.5492786,51.3260108]},"properties":{"@type":"node","@id":1800829380,"@timestamp":1356894159},"coords":"51.3260108,-0.5492786","bedrooms":"0","price":"277000","area":"480"} , +{"type":"Feature","id":"n1800829516","geometry":{"type":"Point","coordinates":[-0.5328208,51.3374823]},"properties":{"@type":"node","@id":1800829516,"@timestamp":1611414184},"coords":"51.3374823,-0.5328208","bedrooms":"0","price":"272000","area":"631"} , +{"type":"Feature","id":"n1800873856","geometry":{"type":"Point","coordinates":[-0.3307656,51.7441721]},"properties":{"@type":"node","@id":1800873856,"@timestamp":1340560425},"coords":"51.7441721,-0.3307656","bedrooms":"3","price":"282000","area":"409"} , +{"type":"Feature","id":"n1800919962","geometry":{"type":"Point","coordinates":[-0.1611613,51.671485]},"properties":{"@type":"node","@id":1800919962,"@timestamp":1340562143},"coords":"51.671485,-0.1611613","bedrooms":"0","price":"164000","area":"501"} , +{"type":"Feature","id":"n1800970983","geometry":{"type":"Point","coordinates":[-0.3313944,51.7461638]},"properties":{"@type":"node","@id":1800970983,"@timestamp":1614954054},"coords":"51.7461638,-0.3313944","bedrooms":"2","price":"244000","area":"407"} , +{"type":"Feature","id":"n1801037718","geometry":{"type":"Point","coordinates":[-0.3296398,51.7457069]},"properties":{"@type":"node","@id":1801037718,"@timestamp":1340567561},"coords":"51.7457069,-0.3296398","bedrooms":"3","price":"178000","area":"694"} , +{"type":"Feature","id":"n1801101624","geometry":{"type":"Point","coordinates":[-0.1504689,51.2577165]},"properties":{"@type":"node","@id":1801101624,"@timestamp":1520808112},"coords":"51.2577165,-0.1504689","bedrooms":"1","price":"199000","area":"555"} , +{"type":"Feature","id":"n1801462329","geometry":{"type":"Point","coordinates":[0.032673,51.9066077]},"properties":{"@type":"node","@id":1801462329,"@timestamp":1552469368},"coords":"51.9066077,0.032673","bedrooms":"2","price":"237000","area":"436"} , +{"type":"Feature","id":"n1801501076","geometry":{"type":"Point","coordinates":[0.2641275,51.1335221]},"properties":{"@type":"node","@id":1801501076,"@timestamp":1340617778},"coords":"51.1335221,0.2641275","bedrooms":"1","price":"199000","area":"633"} , +{"type":"Feature","id":"n1801502865","geometry":{"type":"Point","coordinates":[0.0326044,51.9082661]},"properties":{"@type":"node","@id":1801502865,"@timestamp":1552469369},"coords":"51.9082661,0.0326044","bedrooms":"2","price":"271000","area":"610"} , +{"type":"Feature","id":"n1801506146","geometry":{"type":"Point","coordinates":[0.2632365,51.1314389]},"properties":{"@type":"node","@id":1801506146,"@timestamp":1340618088},"coords":"51.1314389,0.2632365","bedrooms":"4","price":"221000","area":"523"} , +{"type":"Feature","id":"n1801508974","geometry":{"type":"Point","coordinates":[0.0284088,51.9109962]},"properties":{"@type":"node","@id":1801508974,"@timestamp":1340618303},"coords":"51.9109962,0.0284088","bedrooms":"0","price":"186000","area":"490"} , +{"type":"Feature","id":"n1801518816","geometry":{"type":"Point","coordinates":[0.0241931,51.9084597]},"properties":{"@type":"node","@id":1801518816,"@timestamp":1621641843},"coords":"51.9084597,0.0241931","bedrooms":"1","price":"224000","area":"595"} , +{"type":"Feature","id":"n1801525620","geometry":{"type":"Point","coordinates":[0.0247605,51.9095018]},"properties":{"@type":"node","@id":1801525620,"@timestamp":1340619030},"coords":"51.9095018,0.0247605","bedrooms":"4","price":"188000","area":"592"} , +{"type":"Feature","id":"n1801537608","geometry":{"type":"Point","coordinates":[0.024367,51.9082218]},"properties":{"@type":"node","@id":1801537608,"@timestamp":1609069122},"coords":"51.9082218,0.024367","bedrooms":"4","price":"187000","area":"530"} , +{"type":"Feature","id":"n1801540368","geometry":{"type":"Point","coordinates":[0.0253157,51.9068808]},"properties":{"@type":"node","@id":1801540368,"@timestamp":1552469370},"coords":"51.9068808,0.0253157","bedrooms":"4","price":"212000","area":"417"} , +{"type":"Feature","id":"n1801565072","geometry":{"type":"Point","coordinates":[-0.7379777,50.9885562]},"properties":{"@type":"node","@id":1801565072,"@timestamp":1587845084},"coords":"50.9885562,-0.7379777","bedrooms":"3","price":"208000","area":"466"} , +{"type":"Feature","id":"n1801567752","geometry":{"type":"Point","coordinates":[0.2657261,51.1341758]},"properties":{"@type":"node","@id":1801567752,"@timestamp":1591736297},"coords":"51.1341758,0.2657261","bedrooms":"2","price":"272000","area":"530"} , +{"type":"Feature","id":"n1801567802","geometry":{"type":"Point","coordinates":[0.2660542,51.1338575]},"properties":{"@type":"node","@id":1801567802,"@timestamp":1340622582},"coords":"51.1338575,0.2660542","bedrooms":"3","price":"155000","area":"523"} , +{"type":"Feature","id":"n1801568654","geometry":{"type":"Point","coordinates":[-0.7400984,50.9847362]},"properties":{"@type":"node","@id":1801568654,"@timestamp":1340622664},"coords":"50.9847362,-0.7400984","bedrooms":"0","price":"229000","area":"354"} , +{"type":"Feature","id":"n1801581525","geometry":{"type":"Point","coordinates":[-0.7389209,50.9865564]},"properties":{"@type":"node","@id":1801581525,"@timestamp":1573807699},"coords":"50.9865564,-0.7389209","bedrooms":"0","price":"181000","area":"525"} , +{"type":"Feature","id":"n1801589051","geometry":{"type":"Point","coordinates":[-0.7420141,50.9857561]},"properties":{"@type":"node","@id":1801589051,"@timestamp":1340624336},"coords":"50.9857561,-0.7420141","bedrooms":"1","price":"230000","area":"605"} , +{"type":"Feature","id":"n1801639252","geometry":{"type":"Point","coordinates":[-0.0343858,51.916102]},"properties":{"@type":"node","@id":1801639252,"@timestamp":1340627746},"coords":"51.916102,-0.0343858","bedrooms":"3","price":"246000","area":"539"} , +{"type":"Feature","id":"n1801644985","geometry":{"type":"Point","coordinates":[0.2636411,51.1307793]},"properties":{"@type":"node","@id":1801644985,"@timestamp":1340628399},"coords":"51.1307793,0.2636411","bedrooms":"4","price":"150000","area":"416"} , +{"type":"Feature","id":"n1801653107","geometry":{"type":"Point","coordinates":[0.2636201,51.1316186]},"properties":{"@type":"node","@id":1801653107,"@timestamp":1340629561},"coords":"51.1316186,0.2636201","bedrooms":"0","price":"153000","area":"695"} , +{"type":"Feature","id":"n1801717374","geometry":{"type":"Point","coordinates":[-1.0700704,51.540131]},"properties":{"@type":"node","@id":1801717374,"@timestamp":1592215351},"coords":"51.540131,-1.0700704","bedrooms":"2","price":"156000","area":"565"} , +{"type":"Feature","id":"n1801829042","geometry":{"type":"Point","coordinates":[-0.0612149,51.5371985]},"properties":{"@type":"node","@id":1801829042,"@timestamp":1596951790},"coords":"51.5371985,-0.0612149","bedrooms":"1","price":"266000","area":"386"} , +{"type":"Feature","id":"n1802179945","geometry":{"type":"Point","coordinates":[-0.0204433,51.0984698]},"properties":{"@type":"node","@id":1802179945,"@timestamp":1341054713},"coords":"51.0984698,-0.0204433","bedrooms":"3","price":"207000","area":"568"} , +{"type":"Feature","id":"n1802228952","geometry":{"type":"Point","coordinates":[-0.4348855,51.2773129]},"properties":{"@type":"node","@id":1802228952,"@timestamp":1620511658},"coords":"51.2773129,-0.4348855","bedrooms":"1","price":"227000","area":"580"} , +{"type":"Feature","id":"n1802246136","geometry":{"type":"Point","coordinates":[-0.4356145,51.2776657]},"properties":{"@type":"node","@id":1802246136,"@timestamp":1340664198},"coords":"51.2776657,-0.4356145","bedrooms":"2","price":"224000","area":"360"} , +{"type":"Feature","id":"n1802260644","geometry":{"type":"Point","coordinates":[-0.4354012,51.2773427]},"properties":{"@type":"node","@id":1802260644,"@timestamp":1340665566},"coords":"51.2773427,-0.4354012","bedrooms":"2","price":"206000","area":"593"} , +{"type":"Feature","id":"n1802532643","geometry":{"type":"Point","coordinates":[-0.2274726,51.401502]},"properties":{"@type":"node","@id":1802532643,"@timestamp":1556480691},"coords":"51.401502,-0.2274726","bedrooms":"4","price":"157000","area":"685"} , +{"type":"Feature","id":"n1802663454","geometry":{"type":"Point","coordinates":[-0.6338329,51.7350387]},"properties":{"@type":"node","@id":1802663454,"@timestamp":1340713032},"coords":"51.7350387,-0.6338329","bedrooms":"2","price":"229000","area":"589"} , +{"type":"Feature","id":"n1802686337","geometry":{"type":"Point","coordinates":[-0.890286,51.491206]},"properties":{"@type":"node","@id":1802686337,"@timestamp":1592820755},"coords":"51.491206,-0.890286","bedrooms":"4","price":"157000","area":"469"} , +{"type":"Feature","id":"n1802850726","geometry":{"type":"Point","coordinates":[-0.2694025,51.1733047]},"properties":{"@type":"node","@id":1802850726,"@timestamp":1529675391},"coords":"51.1733047,-0.2694025","bedrooms":"3","price":"163000","area":"475"} , +{"type":"Feature","id":"n1802871241","geometry":{"type":"Point","coordinates":[-0.7417089,51.3395052]},"properties":{"@type":"node","@id":1802871241,"@timestamp":1340723458},"coords":"51.3395052,-0.7417089","bedrooms":"1","price":"185000","area":"677"} , +{"type":"Feature","id":"n1803041121","geometry":{"type":"Point","coordinates":[-0.0692843,51.3625836]},"properties":{"@type":"node","@id":1803041121,"@timestamp":1389572515},"coords":"51.3625836,-0.0692843","bedrooms":"0","price":"285000","area":"509"} , +{"type":"Feature","id":"n1803344256","geometry":{"type":"Point","coordinates":[-0.3311094,51.7447095]},"properties":{"@type":"node","@id":1803344256,"@timestamp":1615303256},"coords":"51.7447095,-0.3311094","bedrooms":"2","price":"244000","area":"526"} , +{"type":"Feature","id":"n1803594281","geometry":{"type":"Point","coordinates":[-0.3337123,51.7475136]},"properties":{"@type":"node","@id":1803594281,"@timestamp":1340778156},"coords":"51.7475136,-0.3337123","bedrooms":"4","price":"253000","area":"663"} , +{"type":"Feature","id":"n1803594502","geometry":{"type":"Point","coordinates":[-0.3330659,51.747829]},"properties":{"@type":"node","@id":1803594502,"@timestamp":1340778164},"coords":"51.747829,-0.3330659","bedrooms":"0","price":"189000","area":"642"} , +{"type":"Feature","id":"n1803926613","geometry":{"type":"Point","coordinates":[0.742642,51.3388524]},"properties":{"@type":"node","@id":1803926613,"@timestamp":1566594150},"coords":"51.3388524,0.742642","bedrooms":"4","price":"292000","area":"651"} , +{"type":"Feature","id":"n1803998785","geometry":{"type":"Point","coordinates":[0.7415715,51.3310817]},"properties":{"@type":"node","@id":1803998785,"@timestamp":1340808336},"coords":"51.3310817,0.7415715","bedrooms":"4","price":"183000","area":"425"} , +{"type":"Feature","id":"n1803998795","geometry":{"type":"Point","coordinates":[0.7536234,51.3325739]},"properties":{"@type":"node","@id":1803998795,"@timestamp":1566495672},"coords":"51.3325739,0.7536234","bedrooms":"0","price":"242000","area":"441"} , +{"type":"Feature","id":"n1804170182","geometry":{"type":"Point","coordinates":[-0.5831738,51.7207005]},"properties":{"@type":"node","@id":1804170182,"@timestamp":1340819001},"coords":"51.7207005,-0.5831738","bedrooms":"0","price":"158000","area":"654"} , +{"type":"Feature","id":"n1804170259","geometry":{"type":"Point","coordinates":[-0.5833803,51.7208732]},"properties":{"@type":"node","@id":1804170259,"@timestamp":1340819003},"coords":"51.7208732,-0.5833803","bedrooms":"0","price":"235000","area":"552"} , +{"type":"Feature","id":"n1804170340","geometry":{"type":"Point","coordinates":[-0.5830558,51.720988]},"properties":{"@type":"node","@id":1804170340,"@timestamp":1340819007},"coords":"51.720988,-0.5830558","bedrooms":"0","price":"248000","area":"541"} , +{"type":"Feature","id":"n1804183222","geometry":{"type":"Point","coordinates":[-0.5849804,51.716454]},"properties":{"@type":"node","@id":1804183222,"@timestamp":1345411756},"coords":"51.716454,-0.5849804","bedrooms":"4","price":"203000","area":"634"} , +{"type":"Feature","id":"n1804191410","geometry":{"type":"Point","coordinates":[-0.5880204,51.7162877]},"properties":{"@type":"node","@id":1804191410,"@timestamp":1345411757},"coords":"51.7162877,-0.5880204","bedrooms":"3","price":"275000","area":"657"} , +{"type":"Feature","id":"n1804191430","geometry":{"type":"Point","coordinates":[-0.5871141,51.7161316]},"properties":{"@type":"node","@id":1804191430,"@timestamp":1345411757},"coords":"51.7161316,-0.5871141","bedrooms":"1","price":"233000","area":"489"} , +{"type":"Feature","id":"n1804191448","geometry":{"type":"Point","coordinates":[-0.5876291,51.7160369]},"properties":{"@type":"node","@id":1804191448,"@timestamp":1345411758},"coords":"51.7160369,-0.5876291","bedrooms":"3","price":"235000","area":"549"} , +{"type":"Feature","id":"n1804377568","geometry":{"type":"Point","coordinates":[-0.3328179,51.1618341]},"properties":{"@type":"node","@id":1804377568,"@timestamp":1340829802},"coords":"51.1618341,-0.3328179","bedrooms":"1","price":"175000","area":"372"} , +{"type":"Feature","id":"n1804448489","geometry":{"type":"Point","coordinates":[-0.335372,51.7485771]},"properties":{"@type":"node","@id":1804448489,"@timestamp":1340833752},"coords":"51.7485771,-0.335372","bedrooms":"1","price":"242000","area":"627"} , +{"type":"Feature","id":"n1804466015","geometry":{"type":"Point","coordinates":[-0.5869132,51.719018]},"properties":{"@type":"node","@id":1804466015,"@timestamp":1340834957},"coords":"51.719018,-0.5869132","bedrooms":"4","price":"156000","area":"564"} , +{"type":"Feature","id":"n1804466030","geometry":{"type":"Point","coordinates":[-0.5872377,51.7189482]},"properties":{"@type":"node","@id":1804466030,"@timestamp":1340834958},"coords":"51.7189482,-0.5872377","bedrooms":"3","price":"252000","area":"586"} , +{"type":"Feature","id":"n1804468526","geometry":{"type":"Point","coordinates":[-0.1004823,51.3730256]},"properties":{"@type":"node","@id":1804468526,"@timestamp":1532878220},"coords":"51.3730256,-0.1004823","bedrooms":"3","price":"220000","area":"491"} , +{"type":"Feature","id":"n1804498367","geometry":{"type":"Point","coordinates":[-0.6072723,51.7049768]},"properties":{"@type":"node","@id":1804498367,"@timestamp":1340837349},"coords":"51.7049768,-0.6072723","bedrooms":"2","price":"238000","area":"550"} , +{"type":"Feature","id":"n1804724928","geometry":{"type":"Point","coordinates":[-0.3374978,51.7489908]},"properties":{"@type":"node","@id":1804724928,"@timestamp":1340865356},"coords":"51.7489908,-0.3374978","bedrooms":"0","price":"167000","area":"599"} , +{"type":"Feature","id":"n1804886668","geometry":{"type":"Point","coordinates":[0.763466,51.4379923]},"properties":{"@type":"node","@id":1804886668,"@timestamp":1342352906},"coords":"51.4379923,0.763466","bedrooms":"0","price":"239000","area":"587"} , +{"type":"Feature","id":"n1804946299","geometry":{"type":"Point","coordinates":[-0.326749,51.5679046]},"properties":{"@type":"node","@id":1804946299,"@timestamp":1373556778},"coords":"51.5679046,-0.326749","bedrooms":"2","price":"217000","area":"381"} , +{"type":"Feature","id":"n1805123333","geometry":{"type":"Point","coordinates":[-0.5107067,51.3059433]},"properties":{"@type":"node","@id":1805123333,"@timestamp":1442403829},"coords":"51.3059433,-0.5107067","bedrooms":"1","price":"257000","area":"655"} , +{"type":"Feature","id":"n1805362766","geometry":{"type":"Point","coordinates":[-0.490053,51.4663757]},"properties":{"@type":"node","@id":1805362766,"@timestamp":1403631886},"coords":"51.4663757,-0.490053","bedrooms":"3","price":"195000","area":"397"} , +{"type":"Feature","id":"n1805541238","geometry":{"type":"Point","coordinates":[-0.1739582,51.1461946]},"properties":{"@type":"node","@id":1805541238,"@timestamp":1347613329},"coords":"51.1461946,-0.1739582","bedrooms":"0","price":"183000","area":"480"} , +{"type":"Feature","id":"n1805791325","geometry":{"type":"Point","coordinates":[-0.6794516,50.9531519]},"properties":{"@type":"node","@id":1805791325,"@timestamp":1340954968},"coords":"50.9531519,-0.6794516","bedrooms":"4","price":"196000","area":"611"} , +{"type":"Feature","id":"n1806174413","geometry":{"type":"Point","coordinates":[-0.3383605,51.7485373]},"properties":{"@type":"node","@id":1806174413,"@timestamp":1340980103},"coords":"51.7485373,-0.3383605","bedrooms":"3","price":"262000","area":"600"} , +{"type":"Feature","id":"n1806244357","geometry":{"type":"Point","coordinates":[0.8407063,51.1275078]},"properties":{"@type":"node","@id":1806244357,"@timestamp":1526650921},"coords":"51.1275078,0.8407063","bedrooms":"4","price":"252000","area":"622"} , +{"type":"Feature","id":"n1806413607","geometry":{"type":"Point","coordinates":[-0.3392472,51.7476266]},"properties":{"@type":"node","@id":1806413607,"@timestamp":1340997030},"coords":"51.7476266,-0.3392472","bedrooms":"1","price":"187000","area":"591"} , +{"type":"Feature","id":"n1806470930","geometry":{"type":"Point","coordinates":[-0.3399029,51.7470471]},"properties":{"@type":"node","@id":1806470930,"@timestamp":1341000048},"coords":"51.7470471,-0.3399029","bedrooms":"3","price":"162000","area":"389"} , +{"type":"Feature","id":"n1806610440","geometry":{"type":"Point","coordinates":[-0.3404535,51.7452244]},"properties":{"@type":"node","@id":1806610440,"@timestamp":1626611914},"coords":"51.7452244,-0.3404535","bedrooms":"0","price":"221000","area":"536"} , +{"type":"Feature","id":"n1806659181","geometry":{"type":"Point","coordinates":[-0.3401628,51.7448909]},"properties":{"@type":"node","@id":1806659181,"@timestamp":1341010749},"coords":"51.7448909,-0.3401628","bedrooms":"2","price":"202000","area":"622"} , +{"type":"Feature","id":"n1806891527","geometry":{"type":"Point","coordinates":[-0.3395934,51.7444883]},"properties":{"@type":"node","@id":1806891527,"@timestamp":1341040651},"coords":"51.7444883,-0.3395934","bedrooms":"2","price":"230000","area":"661"} , +{"type":"Feature","id":"n1807046765","geometry":{"type":"Point","coordinates":[-0.3347862,51.7423833]},"properties":{"@type":"node","@id":1807046765,"@timestamp":1341051123},"coords":"51.7423833,-0.3347862","bedrooms":"4","price":"280000","area":"515"} , +{"type":"Feature","id":"n1807269671","geometry":{"type":"Point","coordinates":[-0.3360547,51.7425626]},"properties":{"@type":"node","@id":1807269671,"@timestamp":1341058943},"coords":"51.7425626,-0.3360547","bedrooms":"4","price":"240000","area":"698"} , +{"type":"Feature","id":"n1807713467","geometry":{"type":"Point","coordinates":[0.4622547,51.7209622]},"properties":{"@type":"node","@id":1807713467,"@timestamp":1632520159},"coords":"51.7209622,0.4622547","bedrooms":"2","price":"151000","area":"394"} , +{"type":"Feature","id":"n1808112472","geometry":{"type":"Point","coordinates":[-0.3342425,51.162356]},"properties":{"@type":"node","@id":1808112472,"@timestamp":1424985375},"coords":"51.162356,-0.3342425","bedrooms":"2","price":"281000","area":"540"} , +{"type":"Feature","id":"n1808273524","geometry":{"type":"Point","coordinates":[0.6674509,51.5685854]},"properties":{"@type":"node","@id":1808273524,"@timestamp":1341099745},"coords":"51.5685854,0.6674509","bedrooms":"3","price":"186000","area":"353"} , +{"type":"Feature","id":"n1808551523","geometry":{"type":"Point","coordinates":[-0.3336018,51.7602619]},"properties":{"@type":"node","@id":1808551523,"@timestamp":1341134298},"coords":"51.7602619,-0.3336018","bedrooms":"2","price":"179000","area":"489"} , +{"type":"Feature","id":"n1808696058","geometry":{"type":"Point","coordinates":[-0.3229698,51.7484374]},"properties":{"@type":"node","@id":1808696058,"@timestamp":1341144938},"coords":"51.7484374,-0.3229698","bedrooms":"1","price":"169000","area":"390"} , +{"type":"Feature","id":"n1809149346","geometry":{"type":"Point","coordinates":[-0.3246624,51.7517106]},"properties":{"@type":"node","@id":1809149346,"@timestamp":1610195377},"coords":"51.7517106,-0.3246624","bedrooms":"3","price":"155000","area":"658"} , +{"type":"Feature","id":"n1809271582","geometry":{"type":"Point","coordinates":[-0.0994396,51.9306455]},"properties":{"@type":"node","@id":1809271582,"@timestamp":1341173486},"coords":"51.9306455,-0.0994396","bedrooms":"2","price":"178000","area":"608"} , +{"type":"Feature","id":"n1809283396","geometry":{"type":"Point","coordinates":[-0.1365888,51.9368804]},"properties":{"@type":"node","@id":1809283396,"@timestamp":1589708031},"coords":"51.9368804,-0.1365888","bedrooms":"0","price":"299000","area":"371"} , +{"type":"Feature","id":"n1809342011","geometry":{"type":"Point","coordinates":[-0.1934461,51.5705737]},"properties":{"@type":"node","@id":1809342011,"@timestamp":1341176650},"coords":"51.5705737,-0.1934461","bedrooms":"3","price":"263000","area":"676"} , +{"type":"Feature","id":"n1809888886","geometry":{"type":"Point","coordinates":[-0.2960779,51.7689217]},"properties":{"@type":"node","@id":1809888886,"@timestamp":1530401460},"coords":"51.7689217,-0.2960779","bedrooms":"1","price":"159000","area":"483"} , +{"type":"Feature","id":"n1810142316","geometry":{"type":"Point","coordinates":[0.1930336,51.2963334]},"properties":{"@type":"node","@id":1810142316,"@timestamp":1600259754},"coords":"51.2963334,0.1930336","bedrooms":"0","price":"176000","area":"536"} , +{"type":"Feature","id":"n1810161267","geometry":{"type":"Point","coordinates":[-0.0728623,51.7964978]},"properties":{"@type":"node","@id":1810161267,"@timestamp":1341249451},"coords":"51.7964978,-0.0728623","bedrooms":"0","price":"214000","area":"456"} , +{"type":"Feature","id":"n1810339442","geometry":{"type":"Point","coordinates":[-0.9915437,51.3755385]},"properties":{"@type":"node","@id":1810339442,"@timestamp":1341259213},"coords":"51.3755385,-0.9915437","bedrooms":"4","price":"297000","area":"444"} , +{"type":"Feature","id":"n1810531425","geometry":{"type":"Point","coordinates":[-0.6909695,51.3106569]},"properties":{"@type":"node","@id":1810531425,"@timestamp":1625904454},"coords":"51.3106569,-0.6909695","bedrooms":"1","price":"154000","area":"690"} , +{"type":"Feature","id":"n1811087353","geometry":{"type":"Point","coordinates":[-0.3065452,51.7374781]},"properties":{"@type":"node","@id":1811087353,"@timestamp":1341824092},"coords":"51.7374781,-0.3065452","bedrooms":"3","price":"291000","area":"572"} , +{"type":"Feature","id":"n1811196949","geometry":{"type":"Point","coordinates":[-0.6338114,51.4456156]},"properties":{"@type":"node","@id":1811196949,"@timestamp":1369512353},"coords":"51.4456156,-0.6338114","bedrooms":"0","price":"181000","area":"367"} , +{"type":"Feature","id":"n1811461446","geometry":{"type":"Point","coordinates":[-0.1517165,51.9346677]},"properties":{"@type":"node","@id":1811461446,"@timestamp":1341334050},"coords":"51.9346677,-0.1517165","bedrooms":"1","price":"194000","area":"599"} , +{"type":"Feature","id":"n1811844254","geometry":{"type":"Point","coordinates":[-0.0196102,51.3634763]},"properties":{"@type":"node","@id":1811844254,"@timestamp":1474376622},"coords":"51.3634763,-0.0196102","bedrooms":"3","price":"219000","area":"479"} , +{"type":"Feature","id":"n1811867324","geometry":{"type":"Point","coordinates":[-0.0786938,51.3671759]},"properties":{"@type":"node","@id":1811867324,"@timestamp":1389572515},"coords":"51.3671759,-0.0786938","bedrooms":"4","price":"283000","area":"504"} , +{"type":"Feature","id":"n1811895651","geometry":{"type":"Point","coordinates":[-0.067117,51.3711313]},"properties":{"@type":"node","@id":1811895651,"@timestamp":1341353454},"coords":"51.3711313,-0.067117","bedrooms":"0","price":"225000","area":"602"} , +{"type":"Feature","id":"n1811961657","geometry":{"type":"Point","coordinates":[-0.154447,51.518242]},"properties":{"@type":"node","@id":1811961657,"@timestamp":1551501096},"coords":"51.518242,-0.154447","bedrooms":"4","price":"256000","area":"558"} , +{"type":"Feature","id":"n1812190542","geometry":{"type":"Point","coordinates":[-0.0206016,51.5034363]},"properties":{"@type":"node","@id":1812190542,"@timestamp":1341388338},"coords":"51.5034363,-0.0206016","bedrooms":"4","price":"258000","area":"392"} , +{"type":"Feature","id":"n1812313823","geometry":{"type":"Point","coordinates":[-0.0760735,51.5232497]},"properties":{"@type":"node","@id":1812313823,"@timestamp":1559543479},"coords":"51.5232497,-0.0760735","bedrooms":"2","price":"250000","area":"443"} , +{"type":"Feature","id":"n1812337268","geometry":{"type":"Point","coordinates":[0.6016095,51.2198032]},"properties":{"@type":"node","@id":1812337268,"@timestamp":1516829193},"coords":"51.2198032,0.6016095","bedrooms":"0","price":"204000","area":"478"} , +{"type":"Feature","id":"n1812534104","geometry":{"type":"Point","coordinates":[-0.1862953,51.5054112]},"properties":{"@type":"node","@id":1812534104,"@timestamp":1341408450},"coords":"51.5054112,-0.1862953","bedrooms":"3","price":"266000","area":"513"} , +{"type":"Feature","id":"n1812534119","geometry":{"type":"Point","coordinates":[-0.1860713,51.5047768]},"properties":{"@type":"node","@id":1812534119,"@timestamp":1341408451},"coords":"51.5047768,-0.1860713","bedrooms":"4","price":"286000","area":"360"} , +{"type":"Feature","id":"n1812534138","geometry":{"type":"Point","coordinates":[-0.1856998,51.5047342]},"properties":{"@type":"node","@id":1812534138,"@timestamp":1341408453},"coords":"51.5047342,-0.1856998","bedrooms":"2","price":"281000","area":"501"} , +{"type":"Feature","id":"n1812537728","geometry":{"type":"Point","coordinates":[-0.0333881,51.6890301]},"properties":{"@type":"node","@id":1812537728,"@timestamp":1604395506},"coords":"51.6890301,-0.0333881","bedrooms":"2","price":"150000","area":"468"} , +{"type":"Feature","id":"n1812632492","geometry":{"type":"Point","coordinates":[-0.8080412,51.0546592]},"properties":{"@type":"node","@id":1812632492,"@timestamp":1587901844},"coords":"51.0546592,-0.8080412","bedrooms":"4","price":"256000","area":"679"} , +{"type":"Feature","id":"n1812790452","geometry":{"type":"Point","coordinates":[-0.0618653,51.4964884]},"properties":{"@type":"node","@id":1812790452,"@timestamp":1341419424},"coords":"51.4964884,-0.0618653","bedrooms":"3","price":"244000","area":"438"} , +{"type":"Feature","id":"n1813026565","geometry":{"type":"Point","coordinates":[-0.1039993,51.3726306]},"properties":{"@type":"node","@id":1813026565,"@timestamp":1540847799},"coords":"51.3726306,-0.1039993","bedrooms":"1","price":"176000","area":"429"} , +{"type":"Feature","id":"n1813222928","geometry":{"type":"Point","coordinates":[0.0348013,51.5025161]},"properties":{"@type":"node","@id":1813222928,"@timestamp":1530307845},"coords":"51.5025161,0.0348013","bedrooms":"0","price":"275000","area":"546"} , +{"type":"Feature","id":"n1813236869","geometry":{"type":"Point","coordinates":[-0.0102606,51.4878979]},"properties":{"@type":"node","@id":1813236869,"@timestamp":1561844494},"coords":"51.4878979,-0.0102606","bedrooms":"3","price":"234000","area":"531"} , +{"type":"Feature","id":"n1813440851","geometry":{"type":"Point","coordinates":[-0.3188397,51.7528484]},"properties":{"@type":"node","@id":1813440851,"@timestamp":1591456118},"coords":"51.7528484,-0.3188397","bedrooms":"2","price":"284000","area":"475"} , +{"type":"Feature","id":"n1813618228","geometry":{"type":"Point","coordinates":[-0.0971881,51.5159497]},"properties":{"@type":"node","@id":1813618228,"@timestamp":1624742423},"coords":"51.5159497,-0.0971881","bedrooms":"4","price":"254000","area":"658"} , +{"type":"Feature","id":"n1813618616","geometry":{"type":"Point","coordinates":[-0.100356,51.5181147]},"properties":{"@type":"node","@id":1813618616,"@timestamp":1635075576},"coords":"51.5181147,-0.100356","bedrooms":"2","price":"254000","area":"610"} , +{"type":"Feature","id":"n1813695125","geometry":{"type":"Point","coordinates":[-0.7046185,51.616343]},"properties":{"@type":"node","@id":1813695125,"@timestamp":1405521376},"coords":"51.616343,-0.7046185","bedrooms":"2","price":"170000","area":"439"} , +{"type":"Feature","id":"n1813835919","geometry":{"type":"Point","coordinates":[-0.0196857,51.5430701]},"properties":{"@type":"node","@id":1813835919,"@timestamp":1619693549},"coords":"51.5430701,-0.0196857","bedrooms":"0","price":"161000","area":"581"} , +{"type":"Feature","id":"n1814435464","geometry":{"type":"Point","coordinates":[-0.6832942,51.3035095]},"properties":{"@type":"node","@id":1814435464,"@timestamp":1341571576},"coords":"51.3035095,-0.6832942","bedrooms":"2","price":"235000","area":"669"} , +{"type":"Feature","id":"n1814702570","geometry":{"type":"Point","coordinates":[-0.9937983,51.1105139]},"properties":{"@type":"node","@id":1814702570,"@timestamp":1405942231},"coords":"51.1105139,-0.9937983","bedrooms":"0","price":"157000","area":"409"} , +{"type":"Feature","id":"n1814712191","geometry":{"type":"Point","coordinates":[-0.2828657,51.7164011]},"properties":{"@type":"node","@id":1814712191,"@timestamp":1385320608},"coords":"51.7164011,-0.2828657","bedrooms":"0","price":"228000","area":"367"} , +{"type":"Feature","id":"n1814717607","geometry":{"type":"Point","coordinates":[-0.9588723,51.1471333]},"properties":{"@type":"node","@id":1814717607,"@timestamp":1396218557},"coords":"51.1471333,-0.9588723","bedrooms":"3","price":"186000","area":"642"} , +{"type":"Feature","id":"n1814777306","geometry":{"type":"Point","coordinates":[-1.0623249,51.2285599]},"properties":{"@type":"node","@id":1814777306,"@timestamp":1599001131},"coords":"51.2285599,-1.0623249","bedrooms":"1","price":"276000","area":"643"} , +{"type":"Feature","id":"n1814837446","geometry":{"type":"Point","coordinates":[-1.1105147,51.238597]},"properties":{"@type":"node","@id":1814837446,"@timestamp":1578698024},"coords":"51.238597,-1.1105147","bedrooms":"4","price":"180000","area":"622"} , +{"type":"Feature","id":"n1814868067","geometry":{"type":"Point","coordinates":[-0.2992809,51.731125]},"properties":{"@type":"node","@id":1814868067,"@timestamp":1341580701},"coords":"51.731125,-0.2992809","bedrooms":"2","price":"186000","area":"383"} , +{"type":"Feature","id":"n1814880985","geometry":{"type":"Point","coordinates":[-0.2461589,51.7311353]},"properties":{"@type":"node","@id":1814880985,"@timestamp":1341581921},"coords":"51.7311353,-0.2461589","bedrooms":"0","price":"198000","area":"513"} , +{"type":"Feature","id":"n1814881019","geometry":{"type":"Point","coordinates":[-0.2754899,51.7312447]},"properties":{"@type":"node","@id":1814881019,"@timestamp":1341581922},"coords":"51.7312447,-0.2754899","bedrooms":"1","price":"192000","area":"678"} , +{"type":"Feature","id":"n1814908854","geometry":{"type":"Point","coordinates":[-0.3157868,51.624662]},"properties":{"@type":"node","@id":1814908854,"@timestamp":1513002660},"coords":"51.624662,-0.3157868","bedrooms":"3","price":"154000","area":"525"} , +{"type":"Feature","id":"n1814941418","geometry":{"type":"Point","coordinates":[0.8617408,51.1218088]},"properties":{"@type":"node","@id":1814941418,"@timestamp":1341587541},"coords":"51.1218088,0.8617408","bedrooms":"3","price":"237000","area":"568"} , +{"type":"Feature","id":"n1814941448","geometry":{"type":"Point","coordinates":[0.8622818,51.1223345]},"properties":{"@type":"node","@id":1814941448,"@timestamp":1341587541},"coords":"51.1223345,0.8622818","bedrooms":"4","price":"221000","area":"462"} , +{"type":"Feature","id":"n1814941477","geometry":{"type":"Point","coordinates":[0.862158,51.1229407]},"properties":{"@type":"node","@id":1814941477,"@timestamp":1341587542},"coords":"51.1229407,0.862158","bedrooms":"0","price":"194000","area":"565"} , +{"type":"Feature","id":"n1814941765","geometry":{"type":"Point","coordinates":[-0.278729,51.7394894]},"properties":{"@type":"node","@id":1814941765,"@timestamp":1341587570},"coords":"51.7394894,-0.278729","bedrooms":"0","price":"273000","area":"562"} , +{"type":"Feature","id":"n1814979320","geometry":{"type":"Point","coordinates":[-0.2942027,51.7405689]},"properties":{"@type":"node","@id":1814979320,"@timestamp":1341588779},"coords":"51.7405689,-0.2942027","bedrooms":"2","price":"195000","area":"436"} , +{"type":"Feature","id":"n1815030441","geometry":{"type":"Point","coordinates":[-0.9784988,51.4311519]},"properties":{"@type":"node","@id":1815030441,"@timestamp":1617903745},"coords":"51.4311519,-0.9784988","bedrooms":"2","price":"176000","area":"496"} , +{"type":"Feature","id":"n1815294328","geometry":{"type":"Point","coordinates":[0.5157212,51.2739359]},"properties":{"@type":"node","@id":1815294328,"@timestamp":1341607255},"coords":"51.2739359,0.5157212","bedrooms":"1","price":"292000","area":"493"} , +{"type":"Feature","id":"n1815410112","geometry":{"type":"Point","coordinates":[-0.1350543,51.3229915]},"properties":{"@type":"node","@id":1815410112,"@timestamp":1564910821},"coords":"51.3229915,-0.1350543","bedrooms":"1","price":"158000","area":"433"} , +{"type":"Feature","id":"n1815548854","geometry":{"type":"Point","coordinates":[-0.8333622,51.4100974]},"properties":{"@type":"node","@id":1815548854,"@timestamp":1604238588},"coords":"51.4100974,-0.8333622","bedrooms":"1","price":"272000","area":"599"} , +{"type":"Feature","id":"n1815548897","geometry":{"type":"Point","coordinates":[-0.8245782,51.4119805]},"properties":{"@type":"node","@id":1815548897,"@timestamp":1621089972},"coords":"51.4119805,-0.8245782","bedrooms":"3","price":"257000","area":"537"} , +{"type":"Feature","id":"n1815771110","geometry":{"type":"Point","coordinates":[0.8742041,51.1421379]},"properties":{"@type":"node","@id":1815771110,"@timestamp":1630445096},"coords":"51.1421379,0.8742041","bedrooms":"0","price":"164000","area":"417"} , +{"type":"Feature","id":"n1816038182","geometry":{"type":"Point","coordinates":[-0.1116404,51.5152811]},"properties":{"@type":"node","@id":1816038182,"@timestamp":1544622330},"coords":"51.5152811,-0.1116404","bedrooms":"1","price":"152000","area":"476"} , +{"type":"Feature","id":"n1816609486","geometry":{"type":"Point","coordinates":[-0.1005067,51.5170847]},"properties":{"@type":"node","@id":1816609486,"@timestamp":1635075576},"coords":"51.5170847,-0.1005067","bedrooms":"1","price":"248000","area":"658"} , +{"type":"Feature","id":"n1816705205","geometry":{"type":"Point","coordinates":[-0.1005451,51.5180672]},"properties":{"@type":"node","@id":1816705205,"@timestamp":1635075576},"coords":"51.5180672,-0.1005451","bedrooms":"2","price":"290000","area":"631"} , +{"type":"Feature","id":"n1816777874","geometry":{"type":"Point","coordinates":[-0.0998626,51.517615]},"properties":{"@type":"node","@id":1816777874,"@timestamp":1635075576},"coords":"51.517615,-0.0998626","bedrooms":"1","price":"283000","area":"631"} , +{"type":"Feature","id":"n1817305263","geometry":{"type":"Point","coordinates":[-0.8322204,51.4103151]},"properties":{"@type":"node","@id":1817305263,"@timestamp":1621087581},"coords":"51.4103151,-0.8322204","bedrooms":"3","price":"201000","area":"416"} , +{"type":"Feature","id":"n1817305408","geometry":{"type":"Point","coordinates":[-0.8489117,51.4191824]},"properties":{"@type":"node","@id":1817305408,"@timestamp":1624135758},"coords":"51.4191824,-0.8489117","bedrooms":"4","price":"241000","area":"621"} , +{"type":"Feature","id":"n1817720784","geometry":{"type":"Point","coordinates":[-0.5030573,51.4165554]},"properties":{"@type":"node","@id":1817720784,"@timestamp":1426879527},"coords":"51.4165554,-0.5030573","bedrooms":"3","price":"179000","area":"398"} , +{"type":"Feature","id":"n1817745317","geometry":{"type":"Point","coordinates":[-0.2210512,51.6455681]},"properties":{"@type":"node","@id":1817745317,"@timestamp":1379001104},"coords":"51.6455681,-0.2210512","bedrooms":"3","price":"293000","area":"672"} , +{"type":"Feature","id":"n1817791222","geometry":{"type":"Point","coordinates":[-0.6081486,51.4842092]},"properties":{"@type":"node","@id":1817791222,"@timestamp":1618441846},"coords":"51.4842092,-0.6081486","bedrooms":"3","price":"225000","area":"636"} , +{"type":"Feature","id":"n1817832344","geometry":{"type":"Point","coordinates":[-0.6286451,51.4521276]},"properties":{"@type":"node","@id":1817832344,"@timestamp":1622558155},"coords":"51.4521276,-0.6286451","bedrooms":"2","price":"252000","area":"659"} , +{"type":"Feature","id":"n1817973413","geometry":{"type":"Point","coordinates":[0.0599258,52.0575122]},"properties":{"@type":"node","@id":1817973413,"@timestamp":1341769745},"coords":"52.0575122,0.0599258","bedrooms":"1","price":"283000","area":"502"} , +{"type":"Feature","id":"n1818024462","geometry":{"type":"Point","coordinates":[-0.416807,51.6882439]},"properties":{"@type":"node","@id":1818024462,"@timestamp":1574996441},"coords":"51.6882439,-0.416807","bedrooms":"3","price":"266000","area":"456"} , +{"type":"Feature","id":"n1818179799","geometry":{"type":"Point","coordinates":[-0.6330762,51.3915948]},"properties":{"@type":"node","@id":1818179799,"@timestamp":1527560069},"coords":"51.3915948,-0.6330762","bedrooms":"1","price":"289000","area":"509"} , +{"type":"Feature","id":"n1818567617","geometry":{"type":"Point","coordinates":[-0.0287527,51.5075306]},"properties":{"@type":"node","@id":1818567617,"@timestamp":1550502389},"coords":"51.5075306,-0.0287527","bedrooms":"1","price":"246000","area":"544"} , +{"type":"Feature","id":"n1818637519","geometry":{"type":"Point","coordinates":[0.6786058,51.7317639]},"properties":{"@type":"node","@id":1818637519,"@timestamp":1341824803},"coords":"51.7317639,0.6786058","bedrooms":"2","price":"207000","area":"422"} , +{"type":"Feature","id":"n1818703589","geometry":{"type":"Point","coordinates":[-0.0028749,51.531509]},"properties":{"@type":"node","@id":1818703589,"@timestamp":1348510653},"coords":"51.531509,-0.0028749","bedrooms":"3","price":"277000","area":"677"} , +{"type":"Feature","id":"n1818789625","geometry":{"type":"Point","coordinates":[-0.0558838,51.5289931]},"properties":{"@type":"node","@id":1818789625,"@timestamp":1580916939},"coords":"51.5289931,-0.0558838","bedrooms":"1","price":"292000","area":"682"} , +{"type":"Feature","id":"n1819883244","geometry":{"type":"Point","coordinates":[-0.3139373,51.7537593]},"properties":{"@type":"node","@id":1819883244,"@timestamp":1593091098},"coords":"51.7537593,-0.3139373","bedrooms":"3","price":"222000","area":"430"} , +{"type":"Feature","id":"n1820832795","geometry":{"type":"Point","coordinates":[-0.8910994,51.0643479]},"properties":{"@type":"node","@id":1820832795,"@timestamp":1386199009},"coords":"51.0643479,-0.8910994","bedrooms":"0","price":"271000","area":"605"} , +{"type":"Feature","id":"n1821094716","geometry":{"type":"Point","coordinates":[-0.3211514,51.7551199]},"properties":{"@type":"node","@id":1821094716,"@timestamp":1591283245},"coords":"51.7551199,-0.3211514","bedrooms":"1","price":"172000","area":"428"} , +{"type":"Feature","id":"n1821402367","geometry":{"type":"Point","coordinates":[-0.9595727,51.2747483]},"properties":{"@type":"node","@id":1821402367,"@timestamp":1543325634},"coords":"51.2747483,-0.9595727","bedrooms":"3","price":"255000","area":"658"} , +{"type":"Feature","id":"n1821603031","geometry":{"type":"Point","coordinates":[-1.0666717,51.2494021]},"properties":{"@type":"node","@id":1821603031,"@timestamp":1342024688},"coords":"51.2494021,-1.0666717","bedrooms":"1","price":"169000","area":"461"} , +{"type":"Feature","id":"n1821613092","geometry":{"type":"Point","coordinates":[-0.8034434,51.27]},"properties":{"@type":"node","@id":1821613092,"@timestamp":1342025751},"coords":"51.27,-0.8034434","bedrooms":"4","price":"297000","area":"666"} , +{"type":"Feature","id":"n1822016182","geometry":{"type":"Point","coordinates":[-0.1667042,51.4672042]},"properties":{"@type":"node","@id":1822016182,"@timestamp":1596715032},"coords":"51.4672042,-0.1667042","bedrooms":"2","price":"217000","area":"512"} , +{"type":"Feature","id":"n1822239792","geometry":{"type":"Point","coordinates":[-0.7984567,51.2526504]},"properties":{"@type":"node","@id":1822239792,"@timestamp":1430858537},"coords":"51.2526504,-0.7984567","bedrooms":"1","price":"204000","area":"486"} , +{"type":"Feature","id":"n1822959257","geometry":{"type":"Point","coordinates":[-0.178055,51.1287087]},"properties":{"@type":"node","@id":1822959257,"@timestamp":1526123764},"coords":"51.1287087,-0.178055","bedrooms":"4","price":"151000","area":"479"} , +{"type":"Feature","id":"n1823371372","geometry":{"type":"Point","coordinates":[-0.0850941,51.412306]},"properties":{"@type":"node","@id":1823371372,"@timestamp":1342128863},"coords":"51.412306,-0.0850941","bedrooms":"0","price":"202000","area":"502"} , +{"type":"Feature","id":"n1824197795","geometry":{"type":"Point","coordinates":[0.5950642,51.5475432]},"properties":{"@type":"node","@id":1824197795,"@timestamp":1631566157},"coords":"51.5475432,0.5950642","bedrooms":"4","price":"193000","area":"642"} , +{"type":"Feature","id":"n1824420809","geometry":{"type":"Point","coordinates":[0.6064034,51.5454472]},"properties":{"@type":"node","@id":1824420809,"@timestamp":1342192647},"coords":"51.5454472,0.6064034","bedrooms":"2","price":"275000","area":"605"} , +{"type":"Feature","id":"n1824948448","geometry":{"type":"Point","coordinates":[0.6054552,51.5859069]},"properties":{"@type":"node","@id":1824948448,"@timestamp":1355149458},"coords":"51.5859069,0.6054552","bedrooms":"1","price":"179000","area":"357"} , +{"type":"Feature","id":"n1825191031","geometry":{"type":"Point","coordinates":[-0.1342306,51.5205525]},"properties":{"@type":"node","@id":1825191031,"@timestamp":1561355768},"coords":"51.5205525,-0.1342306","bedrooms":"3","price":"163000","area":"521"} , +{"type":"Feature","id":"n1825191113","geometry":{"type":"Point","coordinates":[-0.3658388,51.4713735]},"properties":{"@type":"node","@id":1825191113,"@timestamp":1624406538},"coords":"51.4713735,-0.3658388","bedrooms":"4","price":"201000","area":"505"} , +{"type":"Feature","id":"n1825248921","geometry":{"type":"Point","coordinates":[-0.3267473,51.757779]},"properties":{"@type":"node","@id":1825248921,"@timestamp":1342266406},"coords":"51.757779,-0.3267473","bedrooms":"4","price":"222000","area":"662"} , +{"type":"Feature","id":"n1825273026","geometry":{"type":"Point","coordinates":[-0.1247997,51.6074523]},"properties":{"@type":"node","@id":1825273026,"@timestamp":1561355768},"coords":"51.6074523,-0.1247997","bedrooms":"3","price":"261000","area":"374"} , +{"type":"Feature","id":"n1825295633","geometry":{"type":"Point","coordinates":[-0.3774196,51.452136]},"properties":{"@type":"node","@id":1825295633,"@timestamp":1602372370},"coords":"51.452136,-0.3774196","bedrooms":"4","price":"276000","area":"565"} , +{"type":"Feature","id":"n1825326356","geometry":{"type":"Point","coordinates":[0.0316469,51.9062571]},"properties":{"@type":"node","@id":1825326356,"@timestamp":1342272519},"coords":"51.9062571,0.0316469","bedrooms":"1","price":"213000","area":"567"} , +{"type":"Feature","id":"n1825326375","geometry":{"type":"Point","coordinates":[0.0319204,51.9056746]},"properties":{"@type":"node","@id":1825326375,"@timestamp":1342272520},"coords":"51.9056746,0.0319204","bedrooms":"1","price":"175000","area":"417"} , +{"type":"Feature","id":"n1825327803","geometry":{"type":"Point","coordinates":[0.0306196,51.9049896]},"properties":{"@type":"node","@id":1825327803,"@timestamp":1342272631},"coords":"51.9049896,0.0306196","bedrooms":"0","price":"211000","area":"626"} , +{"type":"Feature","id":"n1825510576","geometry":{"type":"Point","coordinates":[0.5154327,51.5758049]},"properties":{"@type":"node","@id":1825510576,"@timestamp":1534953084},"coords":"51.5758049,0.5154327","bedrooms":"3","price":"263000","area":"655"} , +{"type":"Feature","id":"n1825746357","geometry":{"type":"Point","coordinates":[-0.1457565,51.0076651]},"properties":{"@type":"node","@id":1825746357,"@timestamp":1609354958},"coords":"51.0076651,-0.1457565","bedrooms":"4","price":"182000","area":"595"} , +{"type":"Feature","id":"n1825869451","geometry":{"type":"Point","coordinates":[-0.0070336,51.1713114]},"properties":{"@type":"node","@id":1825869451,"@timestamp":1626439190},"coords":"51.1713114,-0.0070336","bedrooms":"0","price":"217000","area":"582"} , +{"type":"Feature","id":"n1826188101","geometry":{"type":"Point","coordinates":[0.7549732,51.4308753]},"properties":{"@type":"node","@id":1826188101,"@timestamp":1342352190},"coords":"51.4308753,0.7549732","bedrooms":"0","price":"271000","area":"482"} , +{"type":"Feature","id":"n1826358848","geometry":{"type":"Point","coordinates":[0.8678087,51.1615954]},"properties":{"@type":"node","@id":1826358848,"@timestamp":1617883815},"coords":"51.1615954,0.8678087","bedrooms":"0","price":"200000","area":"379"} , +{"type":"Feature","id":"n1826530017","geometry":{"type":"Point","coordinates":[-0.3316335,51.7585968]},"properties":{"@type":"node","@id":1826530017,"@timestamp":1627569655},"coords":"51.7585968,-0.3316335","bedrooms":"3","price":"151000","area":"538"} , +{"type":"Feature","id":"n1826727256","geometry":{"type":"Point","coordinates":[-0.3255239,51.7617235]},"properties":{"@type":"node","@id":1826727256,"@timestamp":1342375877},"coords":"51.7617235,-0.3255239","bedrooms":"1","price":"236000","area":"392"} , +{"type":"Feature","id":"n1826848701","geometry":{"type":"Point","coordinates":[-0.0644126,51.5256577]},"properties":{"@type":"node","@id":1826848701,"@timestamp":1564910821},"coords":"51.5256577,-0.0644126","bedrooms":"4","price":"222000","area":"473"} , +{"type":"Feature","id":"n1827316590","geometry":{"type":"Point","coordinates":[-0.1188565,51.5276937]},"properties":{"@type":"node","@id":1827316590,"@timestamp":1617224195},"coords":"51.5276937,-0.1188565","bedrooms":"4","price":"250000","area":"638"} , +{"type":"Feature","id":"n1827377698","geometry":{"type":"Point","coordinates":[-0.1477311,51.2530455]},"properties":{"@type":"node","@id":1827377698,"@timestamp":1342475903},"coords":"51.2530455,-0.1477311","bedrooms":"1","price":"212000","area":"655"} , +{"type":"Feature","id":"n1827415283","geometry":{"type":"Point","coordinates":[0.5522491,51.1570691]},"properties":{"@type":"node","@id":1827415283,"@timestamp":1636288743},"coords":"51.1570691,0.5522491","bedrooms":"0","price":"230000","area":"368"} , +{"type":"Feature","id":"n1827474108","geometry":{"type":"Point","coordinates":[-0.8812954,51.6146507]},"properties":{"@type":"node","@id":1827474108,"@timestamp":1342442025},"coords":"51.6146507,-0.8812954","bedrooms":"1","price":"236000","area":"499"} , +{"type":"Feature","id":"n1827746890","geometry":{"type":"Point","coordinates":[-0.352334,51.3074994]},"properties":{"@type":"node","@id":1827746890,"@timestamp":1591723808},"coords":"51.3074994,-0.352334","bedrooms":"4","price":"279000","area":"432"} , +{"type":"Feature","id":"n1827762041","geometry":{"type":"Point","coordinates":[-0.0051894,51.515447]},"properties":{"@type":"node","@id":1827762041,"@timestamp":1625405622},"coords":"51.515447,-0.0051894","bedrooms":"3","price":"280000","area":"695"} , +{"type":"Feature","id":"n1827782345","geometry":{"type":"Point","coordinates":[-0.0185955,51.3640705]},"properties":{"@type":"node","@id":1827782345,"@timestamp":1342461213},"coords":"51.3640705,-0.0185955","bedrooms":"3","price":"241000","area":"483"} , +{"type":"Feature","id":"n1827782906","geometry":{"type":"Point","coordinates":[-0.0058794,51.3680905]},"properties":{"@type":"node","@id":1827782906,"@timestamp":1342461230},"coords":"51.3680905,-0.0058794","bedrooms":"1","price":"174000","area":"692"} , +{"type":"Feature","id":"n1827962069","geometry":{"type":"Point","coordinates":[-0.3294991,51.7626001]},"properties":{"@type":"node","@id":1827962069,"@timestamp":1342470343},"coords":"51.7626001,-0.3294991","bedrooms":"1","price":"175000","area":"486"} , +{"type":"Feature","id":"n1828072264","geometry":{"type":"Point","coordinates":[-0.1474941,51.2525766]},"properties":{"@type":"node","@id":1828072264,"@timestamp":1371227363},"coords":"51.2525766,-0.1474941","bedrooms":"1","price":"184000","area":"400"} , +{"type":"Feature","id":"n1828416082","geometry":{"type":"Point","coordinates":[0.566724,51.2592175]},"properties":{"@type":"node","@id":1828416082,"@timestamp":1342521327},"coords":"51.2592175,0.566724","bedrooms":"3","price":"189000","area":"534"} , +{"type":"Feature","id":"n1828477418","geometry":{"type":"Point","coordinates":[-0.880201,51.6133905]},"properties":{"@type":"node","@id":1828477418,"@timestamp":1342526765},"coords":"51.6133905,-0.880201","bedrooms":"2","price":"255000","area":"443"} , +{"type":"Feature","id":"n1828610372","geometry":{"type":"Point","coordinates":[-0.6019744,50.9507481]},"properties":{"@type":"node","@id":1828610372,"@timestamp":1447450235},"coords":"50.9507481,-0.6019744","bedrooms":"4","price":"214000","area":"573"} , +{"type":"Feature","id":"n1828806963","geometry":{"type":"Point","coordinates":[-0.1008749,51.4792678]},"properties":{"@type":"node","@id":1828806963,"@timestamp":1342542760},"coords":"51.4792678,-0.1008749","bedrooms":"2","price":"164000","area":"616"} , +{"type":"Feature","id":"n1828925805","geometry":{"type":"Point","coordinates":[-0.1455912,51.2535343]},"properties":{"@type":"node","@id":1828925805,"@timestamp":1342549532},"coords":"51.2535343,-0.1455912","bedrooms":"0","price":"192000","area":"631"} , +{"type":"Feature","id":"n1829378498","geometry":{"type":"Point","coordinates":[0.5284583,51.2657121]},"properties":{"@type":"node","@id":1829378498,"@timestamp":1342590736},"coords":"51.2657121,0.5284583","bedrooms":"0","price":"195000","area":"365"} , +{"type":"Feature","id":"n1829484258","geometry":{"type":"Point","coordinates":[-0.5167072,51.4316139]},"properties":{"@type":"node","@id":1829484258,"@timestamp":1585092263},"coords":"51.4316139,-0.5167072","bedrooms":"0","price":"288000","area":"404"} , +{"type":"Feature","id":"n1829898030","geometry":{"type":"Point","coordinates":[-0.2660158,51.5055762]},"properties":{"@type":"node","@id":1829898030,"@timestamp":1614076544},"coords":"51.5055762,-0.2660158","bedrooms":"2","price":"280000","area":"544"} , +{"type":"Feature","id":"n1829953160","geometry":{"type":"Point","coordinates":[0.3767957,51.8716848]},"properties":{"@type":"node","@id":1829953160,"@timestamp":1342633897},"coords":"51.8716848,0.3767957","bedrooms":"2","price":"193000","area":"558"} , +{"type":"Feature","id":"n1829954475","geometry":{"type":"Point","coordinates":[0.3770572,51.8675995]},"properties":{"@type":"node","@id":1829954475,"@timestamp":1342634025},"coords":"51.8675995,0.3770572","bedrooms":"1","price":"191000","area":"643"} , +{"type":"Feature","id":"n1829955525","geometry":{"type":"Point","coordinates":[0.3824746,51.8682396]},"properties":{"@type":"node","@id":1829955525,"@timestamp":1342634118},"coords":"51.8682396,0.3824746","bedrooms":"0","price":"172000","area":"533"} , +{"type":"Feature","id":"n1829956439","geometry":{"type":"Point","coordinates":[0.3868895,51.877556]},"properties":{"@type":"node","@id":1829956439,"@timestamp":1342634225},"coords":"51.877556,0.3868895","bedrooms":"0","price":"156000","area":"658"} , +{"type":"Feature","id":"n1829970391","geometry":{"type":"Point","coordinates":[0.3929922,51.9157773]},"properties":{"@type":"node","@id":1829970391,"@timestamp":1342635083},"coords":"51.9157773,0.3929922","bedrooms":"2","price":"199000","area":"401"} , +{"type":"Feature","id":"n1829970401","geometry":{"type":"Point","coordinates":[0.3887201,51.904774]},"properties":{"@type":"node","@id":1829970401,"@timestamp":1342635084},"coords":"51.904774,0.3887201","bedrooms":"3","price":"221000","area":"410"} , +{"type":"Feature","id":"n1829970411","geometry":{"type":"Point","coordinates":[0.388185,51.9034008]},"properties":{"@type":"node","@id":1829970411,"@timestamp":1342635084},"coords":"51.9034008,0.388185","bedrooms":"3","price":"210000","area":"550"} , +{"type":"Feature","id":"n1829970421","geometry":{"type":"Point","coordinates":[0.3867601,51.936033]},"properties":{"@type":"node","@id":1829970421,"@timestamp":1342635085},"coords":"51.936033,0.3867601","bedrooms":"4","price":"158000","area":"500"} , +{"type":"Feature","id":"n1829970431","geometry":{"type":"Point","coordinates":[0.3870424,51.9342524]},"properties":{"@type":"node","@id":1829970431,"@timestamp":1342635086},"coords":"51.9342524,0.3870424","bedrooms":"3","price":"174000","area":"444"} , +{"type":"Feature","id":"n1829970441","geometry":{"type":"Point","coordinates":[0.3857234,51.8970365]},"properties":{"@type":"node","@id":1829970441,"@timestamp":1342635086},"coords":"51.8970365,0.3857234","bedrooms":"3","price":"191000","area":"516"} , +{"type":"Feature","id":"n1829973333","geometry":{"type":"Point","coordinates":[0.38594,51.9437658]},"properties":{"@type":"node","@id":1829973333,"@timestamp":1342635344},"coords":"51.9437658,0.38594","bedrooms":"2","price":"221000","area":"595"} , +{"type":"Feature","id":"n1830193865","geometry":{"type":"Point","coordinates":[-0.2557024,51.5065203]},"properties":{"@type":"node","@id":1830193865,"@timestamp":1622389581},"coords":"51.5065203,-0.2557024","bedrooms":"4","price":"253000","area":"618"} , +{"type":"Feature","id":"n1830207103","geometry":{"type":"Point","coordinates":[-0.2151294,51.4989907]},"properties":{"@type":"node","@id":1830207103,"@timestamp":1633418006},"coords":"51.4989907,-0.2151294","bedrooms":"4","price":"196000","area":"376"} , +{"type":"Feature","id":"n1830220176","geometry":{"type":"Point","coordinates":[-0.5057318,51.4677862]},"properties":{"@type":"node","@id":1830220176,"@timestamp":1624348948},"coords":"51.4677862,-0.5057318","bedrooms":"4","price":"220000","area":"391"} , +{"type":"Feature","id":"n1830505195","geometry":{"type":"Point","coordinates":[-0.2291465,51.3581471]},"properties":{"@type":"node","@id":1830505195,"@timestamp":1342684514},"coords":"51.3581471,-0.2291465","bedrooms":"3","price":"269000","area":"407"} , +{"type":"Feature","id":"n1830560856","geometry":{"type":"Point","coordinates":[-1.0653616,51.1699737]},"properties":{"@type":"node","@id":1830560856,"@timestamp":1532183971},"coords":"51.1699737,-1.0653616","bedrooms":"3","price":"263000","area":"352"} , +{"type":"Feature","id":"n1831042402","geometry":{"type":"Point","coordinates":[-0.4377923,51.5096435]},"properties":{"@type":"node","@id":1831042402,"@timestamp":1612962490},"coords":"51.5096435,-0.4377923","bedrooms":"2","price":"205000","area":"484"} , +{"type":"Feature","id":"n1831254306","geometry":{"type":"Point","coordinates":[-0.0163927,51.5451983]},"properties":{"@type":"node","@id":1831254306,"@timestamp":1595014773},"coords":"51.5451983,-0.0163927","bedrooms":"0","price":"180000","area":"679"} , +{"type":"Feature","id":"n1831388584","geometry":{"type":"Point","coordinates":[0.2275427,51.4869178]},"properties":{"@type":"node","@id":1831388584,"@timestamp":1413098929},"coords":"51.4869178,0.2275427","bedrooms":"2","price":"152000","area":"428"} , +{"type":"Feature","id":"n1831415470","geometry":{"type":"Point","coordinates":[0.7815264,51.5397044]},"properties":{"@type":"node","@id":1831415470,"@timestamp":1595058627},"coords":"51.5397044,0.7815264","bedrooms":"2","price":"224000","area":"370"} , +{"type":"Feature","id":"n1831430249","geometry":{"type":"Point","coordinates":[0.3191389,51.4701667]},"properties":{"@type":"node","@id":1831430249,"@timestamp":1460988519},"coords":"51.4701667,0.3191389","bedrooms":"3","price":"199000","area":"454"} , +{"type":"Feature","id":"n1831444972","geometry":{"type":"Point","coordinates":[0.366894,51.8756257]},"properties":{"@type":"node","@id":1831444972,"@timestamp":1554745098},"coords":"51.8756257,0.366894","bedrooms":"4","price":"181000","area":"482"} , +{"type":"Feature","id":"n1831457345","geometry":{"type":"Point","coordinates":[0.3656251,51.8866141]},"properties":{"@type":"node","@id":1831457345,"@timestamp":1342732372},"coords":"51.8866141,0.3656251","bedrooms":"1","price":"219000","area":"577"} , +{"type":"Feature","id":"n1831458669","geometry":{"type":"Point","coordinates":[0.3698362,51.8859577]},"properties":{"@type":"node","@id":1831458669,"@timestamp":1342732466},"coords":"51.8859577,0.3698362","bedrooms":"4","price":"296000","area":"471"} , +{"type":"Feature","id":"n1831466605","geometry":{"type":"Point","coordinates":[0.3554569,51.8879567]},"properties":{"@type":"node","@id":1831466605,"@timestamp":1550328406},"coords":"51.8879567,0.3554569","bedrooms":"3","price":"248000","area":"586"} , +{"type":"Feature","id":"n1831471798","geometry":{"type":"Point","coordinates":[0.3716896,51.8789555]},"properties":{"@type":"node","@id":1831471798,"@timestamp":1342733046},"coords":"51.8789555,0.3716896","bedrooms":"3","price":"257000","area":"475"} , +{"type":"Feature","id":"n1831471808","geometry":{"type":"Point","coordinates":[0.3794056,51.8874791]},"properties":{"@type":"node","@id":1831471808,"@timestamp":1554745098},"coords":"51.8874791,0.3794056","bedrooms":"1","price":"227000","area":"583"} , +{"type":"Feature","id":"n1831472704","geometry":{"type":"Point","coordinates":[0.3639595,51.8870123]},"properties":{"@type":"node","@id":1831472704,"@timestamp":1342733215},"coords":"51.8870123,0.3639595","bedrooms":"0","price":"273000","area":"454"} , +{"type":"Feature","id":"n1831474392","geometry":{"type":"Point","coordinates":[0.3669314,51.8888556]},"properties":{"@type":"node","@id":1831474392,"@timestamp":1342733397},"coords":"51.8888556,0.3669314","bedrooms":"2","price":"249000","area":"411"} , +{"type":"Feature","id":"n1831480216","geometry":{"type":"Point","coordinates":[0.3748184,51.8868666]},"properties":{"@type":"node","@id":1831480216,"@timestamp":1342733692},"coords":"51.8868666,0.3748184","bedrooms":"3","price":"181000","area":"394"} , +{"type":"Feature","id":"n1831484146","geometry":{"type":"Point","coordinates":[0.3596505,51.898557]},"properties":{"@type":"node","@id":1831484146,"@timestamp":1342733913},"coords":"51.898557,0.3596505","bedrooms":"4","price":"227000","area":"456"} , +{"type":"Feature","id":"n1831485798","geometry":{"type":"Point","coordinates":[0.3492274,51.8990254]},"properties":{"@type":"node","@id":1831485798,"@timestamp":1342734038},"coords":"51.8990254,0.3492274","bedrooms":"2","price":"217000","area":"696"} , +{"type":"Feature","id":"n1831536879","geometry":{"type":"Point","coordinates":[0.6798171,51.5570439]},"properties":{"@type":"node","@id":1831536879,"@timestamp":1629137645},"coords":"51.5570439,0.6798171","bedrooms":"0","price":"264000","area":"575"} , +{"type":"Feature","id":"n1831540353","geometry":{"type":"Point","coordinates":[0.6899759,51.5562518]},"properties":{"@type":"node","@id":1831540353,"@timestamp":1629137645},"coords":"51.5562518,0.6899759","bedrooms":"2","price":"249000","area":"423"} , +{"type":"Feature","id":"n1831583853","geometry":{"type":"Point","coordinates":[-0.2481241,51.3563475]},"properties":{"@type":"node","@id":1831583853,"@timestamp":1370685655},"coords":"51.3563475,-0.2481241","bedrooms":"1","price":"174000","area":"684"} , +{"type":"Feature","id":"n1831963352","geometry":{"type":"Point","coordinates":[-0.09409,51.48471]},"properties":{"@type":"node","@id":1831963352,"@timestamp":1342784691},"coords":"51.48471,-0.09409","bedrooms":"4","price":"241000","area":"568"} , +{"type":"Feature","id":"n1832129789","geometry":{"type":"Point","coordinates":[-0.1034216,51.5167034]},"properties":{"@type":"node","@id":1832129789,"@timestamp":1564910821},"coords":"51.5167034,-0.1034216","bedrooms":"2","price":"225000","area":"513"} , +{"type":"Feature","id":"n1832129935","geometry":{"type":"Point","coordinates":[-0.1070913,51.5178756]},"properties":{"@type":"node","@id":1832129935,"@timestamp":1342804200},"coords":"51.5178756,-0.1070913","bedrooms":"1","price":"233000","area":"676"} , +{"type":"Feature","id":"n1832184648","geometry":{"type":"Point","coordinates":[0.0247411,51.9133104]},"properties":{"@type":"node","@id":1832184648,"@timestamp":1552469372},"coords":"51.9133104,0.0247411","bedrooms":"1","price":"178000","area":"403"} , +{"type":"Feature","id":"n1832228037","geometry":{"type":"Point","coordinates":[-0.1070106,51.5172393]},"properties":{"@type":"node","@id":1832228037,"@timestamp":1342803117},"coords":"51.5172393,-0.1070106","bedrooms":"1","price":"271000","area":"608"} , +{"type":"Feature","id":"n1832228077","geometry":{"type":"Point","coordinates":[-0.1070114,51.5173845]},"properties":{"@type":"node","@id":1832228077,"@timestamp":1342803118},"coords":"51.5173845,-0.1070114","bedrooms":"4","price":"178000","area":"593"} , +{"type":"Feature","id":"n1832228117","geometry":{"type":"Point","coordinates":[-0.1075504,51.5174401]},"properties":{"@type":"node","@id":1832228117,"@timestamp":1342803119},"coords":"51.5174401,-0.1075504","bedrooms":"2","price":"281000","area":"605"} , +{"type":"Feature","id":"n1832228149","geometry":{"type":"Point","coordinates":[-0.1070366,51.5174868]},"properties":{"@type":"node","@id":1832228149,"@timestamp":1342803120},"coords":"51.5174868,-0.1070366","bedrooms":"3","price":"222000","area":"620"} , +{"type":"Feature","id":"n1832240561","geometry":{"type":"Point","coordinates":[-0.1066085,51.516051]},"properties":{"@type":"node","@id":1832240561,"@timestamp":1342804193},"coords":"51.516051,-0.1066085","bedrooms":"1","price":"170000","area":"427"} , +{"type":"Feature","id":"n1832240571","geometry":{"type":"Point","coordinates":[-0.1054732,51.5158074]},"properties":{"@type":"node","@id":1832240571,"@timestamp":1342804194},"coords":"51.5158074,-0.1054732","bedrooms":"1","price":"218000","area":"465"} , +{"type":"Feature","id":"n1832248428","geometry":{"type":"Point","coordinates":[-0.1077185,51.5175495]},"properties":{"@type":"node","@id":1832248428,"@timestamp":1627945990},"coords":"51.5175495,-0.1077185","bedrooms":"1","price":"209000","area":"546"} , +{"type":"Feature","id":"n1832497925","geometry":{"type":"Point","coordinates":[0.0765249,51.8848671]},"properties":{"@type":"node","@id":1832497925,"@timestamp":1342817412},"coords":"51.8848671,0.0765249","bedrooms":"4","price":"166000","area":"582"} , +{"type":"Feature","id":"n1832508519","geometry":{"type":"Point","coordinates":[0.0796429,51.8812134]},"properties":{"@type":"node","@id":1832508519,"@timestamp":1342818078},"coords":"51.8812134,0.0796429","bedrooms":"2","price":"163000","area":"477"} , +{"type":"Feature","id":"n1832524189","geometry":{"type":"Point","coordinates":[0.0787538,51.8795474]},"properties":{"@type":"node","@id":1832524189,"@timestamp":1342818833},"coords":"51.8795474,0.0787538","bedrooms":"4","price":"213000","area":"504"} , +{"type":"Feature","id":"n1832558937","geometry":{"type":"Point","coordinates":[-0.0964093,51.3636075]},"properties":{"@type":"node","@id":1832558937,"@timestamp":1342820720},"coords":"51.3636075,-0.0964093","bedrooms":"0","price":"262000","area":"635"} , +{"type":"Feature","id":"n1832589913","geometry":{"type":"Point","coordinates":[0.5210887,51.8582698]},"properties":{"@type":"node","@id":1832589913,"@timestamp":1540542736},"coords":"51.8582698,0.5210887","bedrooms":"4","price":"206000","area":"434"} , +{"type":"Feature","id":"n1832626486","geometry":{"type":"Point","coordinates":[0.0218527,51.9474879]},"properties":{"@type":"node","@id":1832626486,"@timestamp":1622073644},"coords":"51.9474879,0.0218527","bedrooms":"0","price":"207000","area":"660"} , +{"type":"Feature","id":"n1832666009","geometry":{"type":"Point","coordinates":[-0.1134129,51.5177328]},"properties":{"@type":"node","@id":1832666009,"@timestamp":1342833412},"coords":"51.5177328,-0.1134129","bedrooms":"4","price":"192000","area":"457"} , +{"type":"Feature","id":"n1832666031","geometry":{"type":"Point","coordinates":[-0.111641,51.5180883]},"properties":{"@type":"node","@id":1832666031,"@timestamp":1627124914},"coords":"51.5180883,-0.111641","bedrooms":"2","price":"171000","area":"513"} , +{"type":"Feature","id":"n1832688367","geometry":{"type":"Point","coordinates":[-0.1111115,51.5166596]},"properties":{"@type":"node","@id":1832688367,"@timestamp":1595360572},"coords":"51.5166596,-0.1111115","bedrooms":"3","price":"216000","area":"432"} , +{"type":"Feature","id":"n1832688396","geometry":{"type":"Point","coordinates":[-0.111474,51.516444]},"properties":{"@type":"node","@id":1832688396,"@timestamp":1342833396},"coords":"51.516444,-0.111474","bedrooms":"1","price":"295000","area":"492"} , +{"type":"Feature","id":"n1832688462","geometry":{"type":"Point","coordinates":[-0.1118813,51.516906]},"properties":{"@type":"node","@id":1832688462,"@timestamp":1342833397},"coords":"51.516906,-0.1118813","bedrooms":"1","price":"170000","area":"557"} , +{"type":"Feature","id":"n1832688523","geometry":{"type":"Point","coordinates":[-0.1105085,51.5173506]},"properties":{"@type":"node","@id":1832688523,"@timestamp":1610959500},"coords":"51.5173506,-0.1105085","bedrooms":"0","price":"244000","area":"374"} , +{"type":"Feature","id":"n1833246629","geometry":{"type":"Point","coordinates":[-0.0934777,51.5459896]},"properties":{"@type":"node","@id":1833246629,"@timestamp":1624459919},"coords":"51.5459896,-0.0934777","bedrooms":"0","price":"186000","area":"621"} , +{"type":"Feature","id":"n1833502638","geometry":{"type":"Point","coordinates":[-0.6536481,51.4336499]},"properties":{"@type":"node","@id":1833502638,"@timestamp":1342899817},"coords":"51.4336499,-0.6536481","bedrooms":"4","price":"171000","area":"550"} , +{"type":"Feature","id":"n1833507946","geometry":{"type":"Point","coordinates":[-0.3279194,51.1731168]},"properties":{"@type":"node","@id":1833507946,"@timestamp":1442317450},"coords":"51.1731168,-0.3279194","bedrooms":"4","price":"290000","area":"541"} , +{"type":"Feature","id":"n1833616786","geometry":{"type":"Point","coordinates":[-0.8875859,51.6115974]},"properties":{"@type":"node","@id":1833616786,"@timestamp":1342908863},"coords":"51.6115974,-0.8875859","bedrooms":"2","price":"225000","area":"400"} , +{"type":"Feature","id":"n1833990342","geometry":{"type":"Point","coordinates":[0.6531507,51.0487531]},"properties":{"@type":"node","@id":1833990342,"@timestamp":1364123680},"coords":"51.0487531,0.6531507","bedrooms":"0","price":"254000","area":"468"} , +{"type":"Feature","id":"n1834115012","geometry":{"type":"Point","coordinates":[0.0794614,51.928185]},"properties":{"@type":"node","@id":1834115012,"@timestamp":1342960389},"coords":"51.928185,0.0794614","bedrooms":"1","price":"294000","area":"455"} , +{"type":"Feature","id":"n1834226274","geometry":{"type":"Point","coordinates":[-0.0733962,51.6133597]},"properties":{"@type":"node","@id":1834226274,"@timestamp":1351040060},"coords":"51.6133597,-0.0733962","bedrooms":"0","price":"255000","area":"665"} , +{"type":"Feature","id":"n1834433536","geometry":{"type":"Point","coordinates":[-0.2141902,51.6510528]},"properties":{"@type":"node","@id":1834433536,"@timestamp":1342980010},"coords":"51.6510528,-0.2141902","bedrooms":"1","price":"175000","area":"432"} , +{"type":"Feature","id":"n1834680837","geometry":{"type":"Point","coordinates":[-0.1721365,51.4998289]},"properties":{"@type":"node","@id":1834680837,"@timestamp":1342990437},"coords":"51.4998289,-0.1721365","bedrooms":"0","price":"269000","area":"567"} , +{"type":"Feature","id":"n1834746836","geometry":{"type":"Point","coordinates":[-0.1139031,51.5593127]},"properties":{"@type":"node","@id":1834746836,"@timestamp":1630976408},"coords":"51.5593127,-0.1139031","bedrooms":"4","price":"278000","area":"506"} , +{"type":"Feature","id":"n1834746850","geometry":{"type":"Point","coordinates":[-0.1143131,51.559738]},"properties":{"@type":"node","@id":1834746850,"@timestamp":1630976408},"coords":"51.559738,-0.1143131","bedrooms":"4","price":"186000","area":"641"} , +{"type":"Feature","id":"n1835149392","geometry":{"type":"Point","coordinates":[0.3432721,51.3701666]},"properties":{"@type":"node","@id":1835149392,"@timestamp":1343037748},"coords":"51.3701666,0.3432721","bedrooms":"3","price":"191000","area":"570"} , +{"type":"Feature","id":"n1835298197","geometry":{"type":"Point","coordinates":[-0.1298227,51.5107877]},"properties":{"@type":"node","@id":1835298197,"@timestamp":1473669938},"coords":"51.5107877,-0.1298227","bedrooms":"0","price":"192000","area":"520"} , +{"type":"Feature","id":"n1835326650","geometry":{"type":"Point","coordinates":[-0.1875394,51.5059455]},"properties":{"@type":"node","@id":1835326650,"@timestamp":1343048566},"coords":"51.5059455,-0.1875394","bedrooms":"3","price":"193000","area":"522"} , +{"type":"Feature","id":"n1835326660","geometry":{"type":"Point","coordinates":[-0.1876401,51.5044355]},"properties":{"@type":"node","@id":1835326660,"@timestamp":1343048567},"coords":"51.5044355,-0.1876401","bedrooms":"2","price":"262000","area":"357"} , +{"type":"Feature","id":"n1835326670","geometry":{"type":"Point","coordinates":[-0.1875998,51.5060749]},"properties":{"@type":"node","@id":1835326670,"@timestamp":1343048567},"coords":"51.5060749,-0.1875998","bedrooms":"4","price":"233000","area":"615"} , +{"type":"Feature","id":"n1835326682","geometry":{"type":"Point","coordinates":[-0.1869546,51.5053487]},"properties":{"@type":"node","@id":1835326682,"@timestamp":1343048568},"coords":"51.5053487,-0.1869546","bedrooms":"3","price":"299000","area":"699"} , +{"type":"Feature","id":"n1835326694","geometry":{"type":"Point","coordinates":[-0.1890402,51.508549]},"properties":{"@type":"node","@id":1835326694,"@timestamp":1343048568},"coords":"51.508549,-0.1890402","bedrooms":"4","price":"222000","area":"494"} , +{"type":"Feature","id":"n1835326708","geometry":{"type":"Point","coordinates":[-0.1868514,51.5051074]},"properties":{"@type":"node","@id":1835326708,"@timestamp":1343048569},"coords":"51.5051074,-0.1868514","bedrooms":"2","price":"241000","area":"465"} , +{"type":"Feature","id":"n1835326728","geometry":{"type":"Point","coordinates":[-0.1888095,51.5076108]},"properties":{"@type":"node","@id":1835326728,"@timestamp":1343048569},"coords":"51.5076108,-0.1888095","bedrooms":"0","price":"164000","area":"533"} , +{"type":"Feature","id":"n1835326743","geometry":{"type":"Point","coordinates":[-0.1866435,51.5054146]},"properties":{"@type":"node","@id":1835326743,"@timestamp":1343048570},"coords":"51.5054146,-0.1866435","bedrooms":"4","price":"201000","area":"366"} , +{"type":"Feature","id":"n1835326763","geometry":{"type":"Point","coordinates":[-0.1894533,51.5091199]},"properties":{"@type":"node","@id":1835326763,"@timestamp":1343048571},"coords":"51.5091199,-0.1894533","bedrooms":"1","price":"195000","area":"508"} , +{"type":"Feature","id":"n1835326775","geometry":{"type":"Point","coordinates":[-0.1868366,51.5053845]},"properties":{"@type":"node","@id":1835326775,"@timestamp":1343048571},"coords":"51.5053845,-0.1868366","bedrooms":"3","price":"181000","area":"541"} , +{"type":"Feature","id":"n1835378777","geometry":{"type":"Point","coordinates":[0.3735792,51.3536229]},"properties":{"@type":"node","@id":1835378777,"@timestamp":1396631819},"coords":"51.3536229,0.3735792","bedrooms":"1","price":"193000","area":"372"} , +{"type":"Feature","id":"n1835501343","geometry":{"type":"Point","coordinates":[-0.5023213,51.2640403]},"properties":{"@type":"node","@id":1835501343,"@timestamp":1343060076},"coords":"51.2640403,-0.5023213","bedrooms":"1","price":"213000","area":"527"} , +{"type":"Feature","id":"n1835593816","geometry":{"type":"Point","coordinates":[-0.2587798,51.5834472]},"properties":{"@type":"node","@id":1835593816,"@timestamp":1343065964},"coords":"51.5834472,-0.2587798","bedrooms":"0","price":"290000","area":"468"} , +{"type":"Feature","id":"n1835924834","geometry":{"type":"Point","coordinates":[-0.8274061,51.7192489]},"properties":{"@type":"node","@id":1835924834,"@timestamp":1539550228},"coords":"51.7192489,-0.8274061","bedrooms":"1","price":"294000","area":"489"} , +{"type":"Feature","id":"n1836180551","geometry":{"type":"Point","coordinates":[-0.407012,51.5176422]},"properties":{"@type":"node","@id":1836180551,"@timestamp":1577681592},"coords":"51.5176422,-0.407012","bedrooms":"3","price":"180000","area":"623"} , +{"type":"Feature","id":"n1836348352","geometry":{"type":"Point","coordinates":[-0.0617395,51.5355364]},"properties":{"@type":"node","@id":1836348352,"@timestamp":1564910821},"coords":"51.5355364,-0.0617395","bedrooms":"3","price":"272000","area":"605"} , +{"type":"Feature","id":"n1836582410","geometry":{"type":"Point","coordinates":[-0.3235085,51.4785546]},"properties":{"@type":"node","@id":1836582410,"@timestamp":1564910821},"coords":"51.4785546,-0.3235085","bedrooms":"3","price":"163000","area":"578"} , +{"type":"Feature","id":"n1837005659","geometry":{"type":"Point","coordinates":[0.1277472,51.2492981]},"properties":{"@type":"node","@id":1837005659,"@timestamp":1443113394},"coords":"51.2492981,0.1277472","bedrooms":"2","price":"252000","area":"358"} , +{"type":"Feature","id":"n1837058519","geometry":{"type":"Point","coordinates":[-0.05675,51.5253013]},"properties":{"@type":"node","@id":1837058519,"@timestamp":1461275357},"coords":"51.5253013,-0.05675","bedrooms":"2","price":"250000","area":"501"} , +{"type":"Feature","id":"n1837302532","geometry":{"type":"Point","coordinates":[0.0734977,51.5264831]},"properties":{"@type":"node","@id":1837302532,"@timestamp":1550505640},"coords":"51.5264831,0.0734977","bedrooms":"3","price":"212000","area":"604"} , +{"type":"Feature","id":"n1837380988","geometry":{"type":"Point","coordinates":[-0.2459653,51.7618831]},"properties":{"@type":"node","@id":1837380988,"@timestamp":1553028722},"coords":"51.7618831,-0.2459653","bedrooms":"0","price":"206000","area":"395"} , +{"type":"Feature","id":"n1837848249","geometry":{"type":"Point","coordinates":[0.7387801,51.325301]},"properties":{"@type":"node","@id":1837848249,"@timestamp":1568486361},"coords":"51.325301,0.7387801","bedrooms":"1","price":"262000","area":"575"} , +{"type":"Feature","id":"n1837848310","geometry":{"type":"Point","coordinates":[0.7350602,51.3262536]},"properties":{"@type":"node","@id":1837848310,"@timestamp":1503236491},"coords":"51.3262536,0.7350602","bedrooms":"2","price":"266000","area":"434"} , +{"type":"Feature","id":"n1837956202","geometry":{"type":"Point","coordinates":[-0.0028825,51.6867343]},"properties":{"@type":"node","@id":1837956202,"@timestamp":1544950967},"coords":"51.6867343,-0.0028825","bedrooms":"0","price":"222000","area":"433"} , +{"type":"Feature","id":"n1838047548","geometry":{"type":"Point","coordinates":[-0.0623239,51.5244408]},"properties":{"@type":"node","@id":1838047548,"@timestamp":1343245632},"coords":"51.5244408,-0.0623239","bedrooms":"4","price":"227000","area":"592"} , +{"type":"Feature","id":"n1838697132","geometry":{"type":"Point","coordinates":[0.193186,51.403322]},"properties":{"@type":"node","@id":1838697132,"@timestamp":1343306095},"coords":"51.403322,0.193186","bedrooms":"3","price":"172000","area":"655"} , +{"type":"Feature","id":"n1838981605","geometry":{"type":"Point","coordinates":[-1.097075,51.7379246]},"properties":{"@type":"node","@id":1838981605,"@timestamp":1597349491},"coords":"51.7379246,-1.097075","bedrooms":"1","price":"192000","area":"587"} , +{"type":"Feature","id":"n1838981654","geometry":{"type":"Point","coordinates":[-1.0988806,51.8076645]},"properties":{"@type":"node","@id":1838981654,"@timestamp":1462992915},"coords":"51.8076645,-1.0988806","bedrooms":"4","price":"215000","area":"678"} , +{"type":"Feature","id":"n1839210400","geometry":{"type":"Point","coordinates":[-0.8646677,51.3882776]},"properties":{"@type":"node","@id":1839210400,"@timestamp":1476636502},"coords":"51.3882776,-0.8646677","bedrooms":"1","price":"170000","area":"683"} , +{"type":"Feature","id":"n1839962237","geometry":{"type":"Point","coordinates":[-0.9082819,51.0056085]},"properties":{"@type":"node","@id":1839962237,"@timestamp":1343834044},"coords":"51.0056085,-0.9082819","bedrooms":"3","price":"236000","area":"384"} , +{"type":"Feature","id":"n1840084239","geometry":{"type":"Point","coordinates":[-0.5069055,51.7435522]},"properties":{"@type":"node","@id":1840084239,"@timestamp":1343409511},"coords":"51.7435522,-0.5069055","bedrooms":"1","price":"265000","area":"674"} , +{"type":"Feature","id":"n1841081491","geometry":{"type":"Point","coordinates":[-0.1262356,51.9221204]},"properties":{"@type":"node","@id":1841081491,"@timestamp":1343471194},"coords":"51.9221204,-0.1262356","bedrooms":"1","price":"241000","area":"611"} , +{"type":"Feature","id":"n1841343092","geometry":{"type":"Point","coordinates":[0.3864345,51.4649944]},"properties":{"@type":"node","@id":1841343092,"@timestamp":1343483159},"coords":"51.4649944,0.3864345","bedrooms":"3","price":"289000","area":"422"} , +{"type":"Feature","id":"n1841553346","geometry":{"type":"Point","coordinates":[0.1037156,51.4188045]},"properties":{"@type":"node","@id":1841553346,"@timestamp":1580819571},"coords":"51.4188045,0.1037156","bedrooms":"0","price":"234000","area":"376"} , +{"type":"Feature","id":"n1841959841","geometry":{"type":"Point","coordinates":[-0.8779581,51.6683307]},"properties":{"@type":"node","@id":1841959841,"@timestamp":1343510721},"coords":"51.6683307,-0.8779581","bedrooms":"1","price":"266000","area":"505"} , +{"type":"Feature","id":"n1842096063","geometry":{"type":"Point","coordinates":[-0.1371512,51.5605048]},"properties":{"@type":"node","@id":1842096063,"@timestamp":1343521550},"coords":"51.5605048,-0.1371512","bedrooms":"2","price":"155000","area":"596"} , +{"type":"Feature","id":"n1842533662","geometry":{"type":"Point","coordinates":[-0.3403256,51.7619638]},"properties":{"@type":"node","@id":1842533662,"@timestamp":1343558209},"coords":"51.7619638,-0.3403256","bedrooms":"0","price":"185000","area":"601"} , +{"type":"Feature","id":"n1842715025","geometry":{"type":"Point","coordinates":[0.6784314,51.4343567]},"properties":{"@type":"node","@id":1842715025,"@timestamp":1343567569},"coords":"51.4343567,0.6784314","bedrooms":"3","price":"275000","area":"366"} , +{"type":"Feature","id":"n1842715079","geometry":{"type":"Point","coordinates":[0.6786895,51.4375198]},"properties":{"@type":"node","@id":1842715079,"@timestamp":1343567571},"coords":"51.4375198,0.6786895","bedrooms":"0","price":"236000","area":"430"} , +{"type":"Feature","id":"n1842722960","geometry":{"type":"Point","coordinates":[0.7172766,51.4438127]},"properties":{"@type":"node","@id":1842722960,"@timestamp":1343568117},"coords":"51.4438127,0.7172766","bedrooms":"1","price":"183000","area":"583"} , +{"type":"Feature","id":"n1843189608","geometry":{"type":"Point","coordinates":[-0.1902573,51.4017316]},"properties":{"@type":"node","@id":1843189608,"@timestamp":1564910821},"coords":"51.4017316,-0.1902573","bedrooms":"0","price":"268000","area":"381"} , +{"type":"Feature","id":"n1843334759","geometry":{"type":"Point","coordinates":[-0.9075239,51.4727361]},"properties":{"@type":"node","@id":1843334759,"@timestamp":1631472978},"coords":"51.4727361,-0.9075239","bedrooms":"1","price":"182000","area":"402"} , +{"type":"Feature","id":"n1843334833","geometry":{"type":"Point","coordinates":[-0.9077772,51.4694723]},"properties":{"@type":"node","@id":1843334833,"@timestamp":1343601660},"coords":"51.4694723,-0.9077772","bedrooms":"1","price":"167000","area":"383"} , +{"type":"Feature","id":"n1843335067","geometry":{"type":"Point","coordinates":[-0.8883343,51.4921888]},"properties":{"@type":"node","@id":1843335067,"@timestamp":1343601669},"coords":"51.4921888,-0.8883343","bedrooms":"2","price":"187000","area":"612"} , +{"type":"Feature","id":"n1843790036","geometry":{"type":"Point","coordinates":[-0.096238,51.474899]},"properties":{"@type":"node","@id":1843790036,"@timestamp":1401644622},"coords":"51.474899,-0.096238","bedrooms":"1","price":"272000","area":"644"} , +{"type":"Feature","id":"n1843951564","geometry":{"type":"Point","coordinates":[-0.093534,51.477532]},"properties":{"@type":"node","@id":1843951564,"@timestamp":1343654399},"coords":"51.477532,-0.093534","bedrooms":"0","price":"211000","area":"614"} , +{"type":"Feature","id":"n1843982201","geometry":{"type":"Point","coordinates":[-0.094068,51.479577]},"properties":{"@type":"node","@id":1843982201,"@timestamp":1489839513},"coords":"51.479577,-0.094068","bedrooms":"2","price":"244000","area":"478"} , +{"type":"Feature","id":"n1843993853","geometry":{"type":"Point","coordinates":[-0.094247,51.482442]},"properties":{"@type":"node","@id":1843993853,"@timestamp":1343655856},"coords":"51.482442,-0.094247","bedrooms":"2","price":"279000","area":"350"} , +{"type":"Feature","id":"n1843999774","geometry":{"type":"Point","coordinates":[-0.0941853,51.4834221]},"properties":{"@type":"node","@id":1843999774,"@timestamp":1625831750},"coords":"51.4834221,-0.0941853","bedrooms":"4","price":"276000","area":"651"} , +{"type":"Feature","id":"n1844014446","geometry":{"type":"Point","coordinates":[-0.093349,51.484644]},"properties":{"@type":"node","@id":1844014446,"@timestamp":1343657085},"coords":"51.484644,-0.093349","bedrooms":"4","price":"169000","area":"368"} , +{"type":"Feature","id":"n1844455743","geometry":{"type":"Point","coordinates":[-0.8781455,51.4375357]},"properties":{"@type":"node","@id":1844455743,"@timestamp":1419523929},"coords":"51.4375357,-0.8781455","bedrooms":"4","price":"261000","area":"641"} , +{"type":"Feature","id":"n1844455776","geometry":{"type":"Point","coordinates":[-0.9186852,51.451041]},"properties":{"@type":"node","@id":1844455776,"@timestamp":1616783614},"coords":"51.451041,-0.9186852","bedrooms":"2","price":"204000","area":"432"} , +{"type":"Feature","id":"n1844622462","geometry":{"type":"Point","coordinates":[-0.107769,51.51714]},"properties":{"@type":"node","@id":1844622462,"@timestamp":1598013984},"coords":"51.51714,-0.107769","bedrooms":"2","price":"244000","area":"580"} , +{"type":"Feature","id":"n1845080300","geometry":{"type":"Point","coordinates":[-0.0960188,51.5253088]},"properties":{"@type":"node","@id":1845080300,"@timestamp":1612545636},"coords":"51.5253088,-0.0960188","bedrooms":"1","price":"205000","area":"405"} , +{"type":"Feature","id":"n1845242975","geometry":{"type":"Point","coordinates":[-0.2049902,51.8028506]},"properties":{"@type":"node","@id":1845242975,"@timestamp":1343736003},"coords":"51.8028506,-0.2049902","bedrooms":"3","price":"217000","area":"559"} , +{"type":"Feature","id":"n1846244241","geometry":{"type":"Point","coordinates":[-0.1852026,51.5435046]},"properties":{"@type":"node","@id":1846244241,"@timestamp":1483349172},"coords":"51.5435046,-0.1852026","bedrooms":"1","price":"199000","area":"658"} , +{"type":"Feature","id":"n1846808052","geometry":{"type":"Point","coordinates":[0.3083671,51.0343706]},"properties":{"@type":"node","@id":1846808052,"@timestamp":1343824473},"coords":"51.0343706,0.3083671","bedrooms":"1","price":"248000","area":"440"} , +{"type":"Feature","id":"n1846808132","geometry":{"type":"Point","coordinates":[0.2954722,51.0441629]},"properties":{"@type":"node","@id":1846808132,"@timestamp":1343824476},"coords":"51.0441629,0.2954722","bedrooms":"3","price":"219000","area":"427"} , +{"type":"Feature","id":"n1847211335","geometry":{"type":"Point","coordinates":[0.3129005,51.0165244]},"properties":{"@type":"node","@id":1847211335,"@timestamp":1343845106},"coords":"51.0165244,0.3129005","bedrooms":"0","price":"162000","area":"626"} , +{"type":"Feature","id":"n1847315078","geometry":{"type":"Point","coordinates":[-0.1509412,51.9060552]},"properties":{"@type":"node","@id":1847315078,"@timestamp":1343852552},"coords":"51.9060552,-0.1509412","bedrooms":"0","price":"270000","area":"422"} , +{"type":"Feature","id":"n1847319585","geometry":{"type":"Point","coordinates":[-0.1498041,51.9192628]},"properties":{"@type":"node","@id":1847319585,"@timestamp":1547393980},"coords":"51.9192628,-0.1498041","bedrooms":"3","price":"239000","area":"614"} , +{"type":"Feature","id":"n1847339888","geometry":{"type":"Point","coordinates":[-0.1466056,51.9246103]},"properties":{"@type":"node","@id":1847339888,"@timestamp":1547393927},"coords":"51.9246103,-0.1466056","bedrooms":"4","price":"204000","area":"453"} , +{"type":"Feature","id":"n1847340019","geometry":{"type":"Point","coordinates":[-0.1574671,51.9316858]},"properties":{"@type":"node","@id":1847340019,"@timestamp":1343853423},"coords":"51.9316858,-0.1574671","bedrooms":"0","price":"221000","area":"545"} , +{"type":"Feature","id":"n1847380482","geometry":{"type":"Point","coordinates":[-0.1492837,51.979797]},"properties":{"@type":"node","@id":1847380482,"@timestamp":1343854727},"coords":"51.979797,-0.1492837","bedrooms":"2","price":"153000","area":"385"} , +{"type":"Feature","id":"n1847380583","geometry":{"type":"Point","coordinates":[-0.1481223,51.9713226]},"properties":{"@type":"node","@id":1847380583,"@timestamp":1343854728},"coords":"51.9713226,-0.1481223","bedrooms":"1","price":"271000","area":"474"} , +{"type":"Feature","id":"n1847380722","geometry":{"type":"Point","coordinates":[-0.1564574,51.981422]},"properties":{"@type":"node","@id":1847380722,"@timestamp":1343854730},"coords":"51.981422,-0.1564574","bedrooms":"3","price":"268000","area":"559"} , +{"type":"Feature","id":"n1847432223","geometry":{"type":"Point","coordinates":[-0.8853763,51.4511012]},"properties":{"@type":"node","@id":1847432223,"@timestamp":1343856947},"coords":"51.4511012,-0.8853763","bedrooms":"3","price":"191000","area":"687"} , +{"type":"Feature","id":"n1847642205","geometry":{"type":"Point","coordinates":[-0.6615425,50.9590741]},"properties":{"@type":"node","@id":1847642205,"@timestamp":1536566659},"coords":"50.9590741,-0.6615425","bedrooms":"0","price":"151000","area":"471"} , +{"type":"Feature","id":"n1848386615","geometry":{"type":"Point","coordinates":[-0.3647211,51.143333]},"properties":{"@type":"node","@id":1848386615,"@timestamp":1471112285},"coords":"51.143333,-0.3647211","bedrooms":"4","price":"293000","area":"463"} , +{"type":"Feature","id":"n1848538163","geometry":{"type":"Point","coordinates":[-0.1260439,51.34998]},"properties":{"@type":"node","@id":1848538163,"@timestamp":1343919062},"coords":"51.34998,-0.1260439","bedrooms":"4","price":"274000","area":"642"} , +{"type":"Feature","id":"n1848539716","geometry":{"type":"Point","coordinates":[-0.1240624,51.3569488]},"properties":{"@type":"node","@id":1848539716,"@timestamp":1343919087},"coords":"51.3569488,-0.1240624","bedrooms":"0","price":"238000","area":"496"} , +{"type":"Feature","id":"n1848905551","geometry":{"type":"Point","coordinates":[-0.1500965,51.9381942]},"properties":{"@type":"node","@id":1848905551,"@timestamp":1343936610},"coords":"51.9381942,-0.1500965","bedrooms":"1","price":"286000","area":"685"} , +{"type":"Feature","id":"n1849094950","geometry":{"type":"Point","coordinates":[-0.0337461,51.5089882]},"properties":{"@type":"node","@id":1849094950,"@timestamp":1540129046},"coords":"51.5089882,-0.0337461","bedrooms":"0","price":"289000","area":"393"} , +{"type":"Feature","id":"n1849106551","geometry":{"type":"Point","coordinates":[-0.0658803,51.5056764]},"properties":{"@type":"node","@id":1849106551,"@timestamp":1564910822},"coords":"51.5056764,-0.0658803","bedrooms":"2","price":"235000","area":"599"} , +{"type":"Feature","id":"n1849536615","geometry":{"type":"Point","coordinates":[-0.5340825,51.1459386]},"properties":{"@type":"node","@id":1849536615,"@timestamp":1585742776},"coords":"51.1459386,-0.5340825","bedrooms":"1","price":"255000","area":"579"} , +{"type":"Feature","id":"n1850157693","geometry":{"type":"Point","coordinates":[-0.5116463,51.1513897]},"properties":{"@type":"node","@id":1850157693,"@timestamp":1458502904},"coords":"51.1513897,-0.5116463","bedrooms":"2","price":"212000","area":"536"} , +{"type":"Feature","id":"n1850724576","geometry":{"type":"Point","coordinates":[-0.8686253,51.4461885]},"properties":{"@type":"node","@id":1850724576,"@timestamp":1344034176},"coords":"51.4461885,-0.8686253","bedrooms":"4","price":"224000","area":"667"} , +{"type":"Feature","id":"n1850724862","geometry":{"type":"Point","coordinates":[-0.890318,51.4512428]},"properties":{"@type":"node","@id":1850724862,"@timestamp":1344034182},"coords":"51.4512428,-0.890318","bedrooms":"1","price":"243000","area":"435"} , +{"type":"Feature","id":"n1850725313","geometry":{"type":"Point","coordinates":[-0.8880042,51.4535578]},"properties":{"@type":"node","@id":1850725313,"@timestamp":1344034191},"coords":"51.4535578,-0.8880042","bedrooms":"4","price":"249000","area":"490"} , +{"type":"Feature","id":"n1851466517","geometry":{"type":"Point","coordinates":[-0.3471839,51.7630057]},"properties":{"@type":"node","@id":1851466517,"@timestamp":1344085455},"coords":"51.7630057,-0.3471839","bedrooms":"2","price":"245000","area":"611"} , +{"type":"Feature","id":"n1851876691","geometry":{"type":"Point","coordinates":[-0.2003753,51.9731237]},"properties":{"@type":"node","@id":1851876691,"@timestamp":1344105534},"coords":"51.9731237,-0.2003753","bedrooms":"3","price":"236000","area":"515"} , +{"type":"Feature","id":"n1852112239","geometry":{"type":"Point","coordinates":[-0.2599626,51.2800714]},"properties":{"@type":"node","@id":1852112239,"@timestamp":1344115658},"coords":"51.2800714,-0.2599626","bedrooms":"0","price":"266000","area":"492"} , +{"type":"Feature","id":"n1852434070","geometry":{"type":"Point","coordinates":[-0.7390264,51.6992154]},"properties":{"@type":"node","@id":1852434070,"@timestamp":1532987276},"coords":"51.6992154,-0.7390264","bedrooms":"3","price":"252000","area":"525"} , +{"type":"Feature","id":"n1852484907","geometry":{"type":"Point","coordinates":[-0.1632419,51.9526435]},"properties":{"@type":"node","@id":1852484907,"@timestamp":1344155218},"coords":"51.9526435,-0.1632419","bedrooms":"0","price":"187000","area":"531"} , +{"type":"Feature","id":"n1852489851","geometry":{"type":"Point","coordinates":[-0.1582718,51.9524221]},"properties":{"@type":"node","@id":1852489851,"@timestamp":1590226886},"coords":"51.9524221,-0.1582718","bedrooms":"4","price":"169000","area":"460"} , +{"type":"Feature","id":"n1852559976","geometry":{"type":"Point","coordinates":[-0.1493788,51.9454439]},"properties":{"@type":"node","@id":1852559976,"@timestamp":1590228971},"coords":"51.9454439,-0.1493788","bedrooms":"0","price":"153000","area":"561"} , +{"type":"Feature","id":"n1852700797","geometry":{"type":"Point","coordinates":[-0.1945833,51.2697347]},"properties":{"@type":"node","@id":1852700797,"@timestamp":1344165460},"coords":"51.2697347,-0.1945833","bedrooms":"2","price":"241000","area":"543"} , +{"type":"Feature","id":"n1852958557","geometry":{"type":"Point","coordinates":[-0.255362,51.3992477]},"properties":{"@type":"node","@id":1852958557,"@timestamp":1595179762},"coords":"51.3992477,-0.255362","bedrooms":"2","price":"164000","area":"647"} , +{"type":"Feature","id":"n1852981364","geometry":{"type":"Point","coordinates":[-0.2566161,51.402656]},"properties":{"@type":"node","@id":1852981364,"@timestamp":1607636473},"coords":"51.402656,-0.2566161","bedrooms":"3","price":"274000","area":"572"} , +{"type":"Feature","id":"n1853032027","geometry":{"type":"Point","coordinates":[0.0683598,51.572826]},"properties":{"@type":"node","@id":1853032027,"@timestamp":1344183138},"coords":"51.572826,0.0683598","bedrooms":"0","price":"218000","area":"669"} , +{"type":"Feature","id":"n1853256821","geometry":{"type":"Point","coordinates":[-0.1171283,51.9440562]},"properties":{"@type":"node","@id":1853256821,"@timestamp":1634468316},"coords":"51.9440562,-0.1171283","bedrooms":"4","price":"282000","area":"694"} , +{"type":"Feature","id":"n1853277224","geometry":{"type":"Point","coordinates":[-0.2098834,51.4896081]},"properties":{"@type":"node","@id":1853277224,"@timestamp":1615504514},"coords":"51.4896081,-0.2098834","bedrooms":"3","price":"193000","area":"628"} , +{"type":"Feature","id":"n1853419809","geometry":{"type":"Point","coordinates":[-0.1226694,51.8998074]},"properties":{"@type":"node","@id":1853419809,"@timestamp":1344201173},"coords":"51.8998074,-0.1226694","bedrooms":"2","price":"162000","area":"432"} , +{"type":"Feature","id":"n1853419955","geometry":{"type":"Point","coordinates":[-0.1243982,51.899751]},"properties":{"@type":"node","@id":1853419955,"@timestamp":1344201177},"coords":"51.899751,-0.1243982","bedrooms":"2","price":"181000","area":"370"} , +{"type":"Feature","id":"n1853470218","geometry":{"type":"Point","coordinates":[-0.1751777,50.9865324]},"properties":{"@type":"node","@id":1853470218,"@timestamp":1557865611},"coords":"50.9865324,-0.1751777","bedrooms":"3","price":"173000","area":"442"} , +{"type":"Feature","id":"n1853672278","geometry":{"type":"Point","coordinates":[-0.0403029,51.1912019]},"properties":{"@type":"node","@id":1853672278,"@timestamp":1592062274},"coords":"51.1912019,-0.0403029","bedrooms":"3","price":"285000","area":"623"} , +{"type":"Feature","id":"n1854241608","geometry":{"type":"Point","coordinates":[-0.8735906,51.3785835]},"properties":{"@type":"node","@id":1854241608,"@timestamp":1620038697},"coords":"51.3785835,-0.8735906","bedrooms":"3","price":"168000","area":"378"} , +{"type":"Feature","id":"n1854271440","geometry":{"type":"Point","coordinates":[-0.5958425,51.7138286]},"properties":{"@type":"node","@id":1854271440,"@timestamp":1344259253},"coords":"51.7138286,-0.5958425","bedrooms":"1","price":"204000","area":"663"} , +{"type":"Feature","id":"n1854271520","geometry":{"type":"Point","coordinates":[-0.5954751,51.7137779]},"properties":{"@type":"node","@id":1854271520,"@timestamp":1344259256},"coords":"51.7137779,-0.5954751","bedrooms":"1","price":"241000","area":"414"} , +{"type":"Feature","id":"n1854271594","geometry":{"type":"Point","coordinates":[-0.5950272,51.7132752]},"properties":{"@type":"node","@id":1854271594,"@timestamp":1344259258},"coords":"51.7132752,-0.5950272","bedrooms":"4","price":"259000","area":"567"} , +{"type":"Feature","id":"n1855433916","geometry":{"type":"Point","coordinates":[-0.565739,51.7599668]},"properties":{"@type":"node","@id":1855433916,"@timestamp":1344336850},"coords":"51.7599668,-0.565739","bedrooms":"2","price":"205000","area":"585"} , +{"type":"Feature","id":"n1855936035","geometry":{"type":"Point","coordinates":[-0.8874836,51.4550651]},"properties":{"@type":"node","@id":1855936035,"@timestamp":1344359860},"coords":"51.4550651,-0.8874836","bedrooms":"1","price":"186000","area":"689"} , +{"type":"Feature","id":"n1856063522","geometry":{"type":"Point","coordinates":[-0.1012442,51.9335304]},"properties":{"@type":"node","@id":1856063522,"@timestamp":1344366905},"coords":"51.9335304,-0.1012442","bedrooms":"1","price":"162000","area":"628"} , +{"type":"Feature","id":"n1856163895","geometry":{"type":"Point","coordinates":[-0.1047363,51.9154121]},"properties":{"@type":"node","@id":1856163895,"@timestamp":1344369751},"coords":"51.9154121,-0.1047363","bedrooms":"1","price":"212000","area":"645"} , +{"type":"Feature","id":"n1856196992","geometry":{"type":"Point","coordinates":[-0.1140367,51.9083293]},"properties":{"@type":"node","@id":1856196992,"@timestamp":1344371574},"coords":"51.9083293,-0.1140367","bedrooms":"1","price":"273000","area":"570"} , +{"type":"Feature","id":"n1856197018","geometry":{"type":"Point","coordinates":[-0.1151093,51.9086205]},"properties":{"@type":"node","@id":1856197018,"@timestamp":1344371575},"coords":"51.9086205,-0.1151093","bedrooms":"1","price":"226000","area":"414"} , +{"type":"Feature","id":"n1856197037","geometry":{"type":"Point","coordinates":[-0.1133071,51.9084451]},"properties":{"@type":"node","@id":1856197037,"@timestamp":1344371576},"coords":"51.9084451,-0.1133071","bedrooms":"3","price":"258000","area":"420"} , +{"type":"Feature","id":"n1856235428","geometry":{"type":"Point","coordinates":[-0.12395,51.9082764]},"properties":{"@type":"node","@id":1856235428,"@timestamp":1344373194},"coords":"51.9082764,-0.12395","bedrooms":"3","price":"278000","area":"678"} , +{"type":"Feature","id":"n1856235505","geometry":{"type":"Point","coordinates":[-0.1294271,51.9074786]},"properties":{"@type":"node","@id":1856235505,"@timestamp":1344373195},"coords":"51.9074786,-0.1294271","bedrooms":"3","price":"287000","area":"415"} , +{"type":"Feature","id":"n1856235625","geometry":{"type":"Point","coordinates":[-0.1323078,51.9078163]},"properties":{"@type":"node","@id":1856235625,"@timestamp":1344373196},"coords":"51.9078163,-0.1323078","bedrooms":"1","price":"283000","area":"606"} , +{"type":"Feature","id":"n1856235692","geometry":{"type":"Point","coordinates":[-0.1246313,51.9080546]},"properties":{"@type":"node","@id":1856235692,"@timestamp":1344373197},"coords":"51.9080546,-0.1246313","bedrooms":"3","price":"260000","area":"637"} , +{"type":"Feature","id":"n1856235778","geometry":{"type":"Point","coordinates":[-0.1317821,51.9078327]},"properties":{"@type":"node","@id":1856235778,"@timestamp":1344373199},"coords":"51.9078327,-0.1317821","bedrooms":"4","price":"251000","area":"654"} , +{"type":"Feature","id":"n1857348553","geometry":{"type":"Point","coordinates":[0.2446742,51.3150678]},"properties":{"@type":"node","@id":1857348553,"@timestamp":1409436037},"coords":"51.3150678,0.2446742","bedrooms":"3","price":"183000","area":"619"} , +{"type":"Feature","id":"n1857375420","geometry":{"type":"Point","coordinates":[-1.0433372,51.111212]},"properties":{"@type":"node","@id":1857375420,"@timestamp":1346751647},"coords":"51.111212,-1.0433372","bedrooms":"1","price":"218000","area":"699"} , +{"type":"Feature","id":"n1857722812","geometry":{"type":"Point","coordinates":[-0.0958228,51.9059719]},"properties":{"@type":"node","@id":1857722812,"@timestamp":1344454380},"coords":"51.9059719,-0.0958228","bedrooms":"2","price":"231000","area":"671"} , +{"type":"Feature","id":"n1857896937","geometry":{"type":"Point","coordinates":[-0.155072,51.902037]},"properties":{"@type":"node","@id":1857896937,"@timestamp":1344460216},"coords":"51.902037,-0.155072","bedrooms":"2","price":"151000","area":"612"} , +{"type":"Feature","id":"n1857972376","geometry":{"type":"Point","coordinates":[-0.1277217,51.5119534]},"properties":{"@type":"node","@id":1857972376,"@timestamp":1574528144},"coords":"51.5119534,-0.1277217","bedrooms":"3","price":"285000","area":"576"} , +{"type":"Feature","id":"n1859056493","geometry":{"type":"Point","coordinates":[-0.1314912,51.5642399]},"properties":{"@type":"node","@id":1859056493,"@timestamp":1604592746},"coords":"51.5642399,-0.1314912","bedrooms":"1","price":"182000","area":"563"} , +{"type":"Feature","id":"n1860090034","geometry":{"type":"Point","coordinates":[-0.5744124,51.4502788]},"properties":{"@type":"node","@id":1860090034,"@timestamp":1609502393},"coords":"51.4502788,-0.5744124","bedrooms":"3","price":"213000","area":"437"} , +{"type":"Feature","id":"n1860273422","geometry":{"type":"Point","coordinates":[-0.0136573,51.5405017]},"properties":{"@type":"node","@id":1860273422,"@timestamp":1595168470},"coords":"51.5405017,-0.0136573","bedrooms":"1","price":"277000","area":"680"} , +{"type":"Feature","id":"n1860373808","geometry":{"type":"Point","coordinates":[0.0116768,51.5765159]},"properties":{"@type":"node","@id":1860373808,"@timestamp":1401107383},"coords":"51.5765159,0.0116768","bedrooms":"1","price":"201000","area":"690"} , +{"type":"Feature","id":"n1860752325","geometry":{"type":"Point","coordinates":[-0.0212621,51.3562423]},"properties":{"@type":"node","@id":1860752325,"@timestamp":1394663327},"coords":"51.3562423,-0.0212621","bedrooms":"2","price":"184000","area":"564"} , +{"type":"Feature","id":"n1861223623","geometry":{"type":"Point","coordinates":[0.7489507,51.8988191]},"properties":{"@type":"node","@id":1861223623,"@timestamp":1344669615},"coords":"51.8988191,0.7489507","bedrooms":"1","price":"182000","area":"543"} , +{"type":"Feature","id":"n1861526910","geometry":{"type":"Point","coordinates":[-0.1013485,51.5287259]},"properties":{"@type":"node","@id":1861526910,"@timestamp":1349097061},"coords":"51.5287259,-0.1013485","bedrooms":"1","price":"152000","area":"490"} , +{"type":"Feature","id":"n1861712615","geometry":{"type":"Point","coordinates":[0.0179484,51.5743392]},"properties":{"@type":"node","@id":1861712615,"@timestamp":1617169597},"coords":"51.5743392,0.0179484","bedrooms":"3","price":"185000","area":"592"} , +{"type":"Feature","id":"n1861930012","geometry":{"type":"Point","coordinates":[-0.265335,51.4925143]},"properties":{"@type":"node","@id":1861930012,"@timestamp":1344708845},"coords":"51.4925143,-0.265335","bedrooms":"3","price":"174000","area":"543"} , +{"type":"Feature","id":"n1862200594","geometry":{"type":"Point","coordinates":[-0.1400539,51.5376811]},"properties":{"@type":"node","@id":1862200594,"@timestamp":1619948205},"coords":"51.5376811,-0.1400539","bedrooms":"3","price":"216000","area":"482"} , +{"type":"Feature","id":"n1862543499","geometry":{"type":"Point","coordinates":[-0.0158871,51.3529473]},"properties":{"@type":"node","@id":1862543499,"@timestamp":1551732841},"coords":"51.3529473,-0.0158871","bedrooms":"0","price":"242000","area":"626"} , +{"type":"Feature","id":"n1862710434","geometry":{"type":"Point","coordinates":[-0.901791,51.462971]},"properties":{"@type":"node","@id":1862710434,"@timestamp":1376151053},"coords":"51.462971,-0.901791","bedrooms":"1","price":"164000","area":"446"} , +{"type":"Feature","id":"n1863119598","geometry":{"type":"Point","coordinates":[0.3075736,51.0187205]},"properties":{"@type":"node","@id":1863119598,"@timestamp":1348703478},"coords":"51.0187205,0.3075736","bedrooms":"3","price":"230000","area":"567"} , +{"type":"Feature","id":"n1863427605","geometry":{"type":"Point","coordinates":[-0.3041546,51.7813636]},"properties":{"@type":"node","@id":1863427605,"@timestamp":1582980454},"coords":"51.7813636,-0.3041546","bedrooms":"2","price":"179000","area":"623"} , +{"type":"Feature","id":"n1863638563","geometry":{"type":"Point","coordinates":[-0.0203478,51.3424831]},"properties":{"@type":"node","@id":1863638563,"@timestamp":1344807371},"coords":"51.3424831,-0.0203478","bedrooms":"2","price":"215000","area":"511"} , +{"type":"Feature","id":"n1863957572","geometry":{"type":"Point","coordinates":[-0.0626644,51.8991957]},"properties":{"@type":"node","@id":1863957572,"@timestamp":1344841245},"coords":"51.8991957,-0.0626644","bedrooms":"4","price":"171000","area":"574"} , +{"type":"Feature","id":"n1863966357","geometry":{"type":"Point","coordinates":[-0.0588505,51.9045202]},"properties":{"@type":"node","@id":1863966357,"@timestamp":1344841837},"coords":"51.9045202,-0.0588505","bedrooms":"4","price":"240000","area":"641"} , +{"type":"Feature","id":"n1864506159","geometry":{"type":"Point","coordinates":[-0.2461441,51.2000094]},"properties":{"@type":"node","@id":1864506159,"@timestamp":1617007473},"coords":"51.2000094,-0.2461441","bedrooms":"2","price":"264000","area":"697"} , +{"type":"Feature","id":"n1864813232","geometry":{"type":"Point","coordinates":[-0.7548792,51.4147925]},"properties":{"@type":"node","@id":1864813232,"@timestamp":1563193866},"coords":"51.4147925,-0.7548792","bedrooms":"1","price":"296000","area":"425"} , +{"type":"Feature","id":"n1865629999","geometry":{"type":"Point","coordinates":[-0.0810595,51.6245648]},"properties":{"@type":"node","@id":1865629999,"@timestamp":1531942452},"coords":"51.6245648,-0.0810595","bedrooms":"4","price":"173000","area":"687"} , +{"type":"Feature","id":"n1866785529","geometry":{"type":"Point","coordinates":[-1.0742075,51.2873762]},"properties":{"@type":"node","@id":1866785529,"@timestamp":1357221944},"coords":"51.2873762,-1.0742075","bedrooms":"3","price":"196000","area":"658"} , +{"type":"Feature","id":"n1867306290","geometry":{"type":"Point","coordinates":[-0.7752084,51.0905892]},"properties":{"@type":"node","@id":1867306290,"@timestamp":1352977843},"coords":"51.0905892,-0.7752084","bedrooms":"4","price":"178000","area":"437"} , +{"type":"Feature","id":"n1868036798","geometry":{"type":"Point","coordinates":[-0.8601383,51.5035539]},"properties":{"@type":"node","@id":1868036798,"@timestamp":1562709324},"coords":"51.5035539,-0.8601383","bedrooms":"3","price":"160000","area":"628"} , +{"type":"Feature","id":"n1869130838","geometry":{"type":"Point","coordinates":[-0.0358122,51.5646428]},"properties":{"@type":"node","@id":1869130838,"@timestamp":1443005993},"coords":"51.5646428,-0.0358122","bedrooms":"0","price":"215000","area":"510"} , +{"type":"Feature","id":"n1869211034","geometry":{"type":"Point","coordinates":[-0.4310997,51.8866347]},"properties":{"@type":"node","@id":1869211034,"@timestamp":1611875277},"coords":"51.8866347,-0.4310997","bedrooms":"4","price":"292000","area":"564"} , +{"type":"Feature","id":"n1869276943","geometry":{"type":"Point","coordinates":[0.1433599,50.9982076]},"properties":{"@type":"node","@id":1869276943,"@timestamp":1614896201},"coords":"50.9982076,0.1433599","bedrooms":"2","price":"233000","area":"567"} , +{"type":"Feature","id":"n1869375704","geometry":{"type":"Point","coordinates":[0.1557044,51.141434]},"properties":{"@type":"node","@id":1869375704,"@timestamp":1399550136},"coords":"51.141434,0.1557044","bedrooms":"1","price":"204000","area":"398"} , +{"type":"Feature","id":"n1869375800","geometry":{"type":"Point","coordinates":[0.1162531,51.1515257]},"properties":{"@type":"node","@id":1869375800,"@timestamp":1345159765},"coords":"51.1515257,0.1162531","bedrooms":"4","price":"185000","area":"664"} , +{"type":"Feature","id":"n1869375880","geometry":{"type":"Point","coordinates":[0.1464589,51.1653955]},"properties":{"@type":"node","@id":1869375880,"@timestamp":1551556924},"coords":"51.1653955,0.1464589","bedrooms":"4","price":"232000","area":"635"} , +{"type":"Feature","id":"n1869643460","geometry":{"type":"Point","coordinates":[-0.0819143,51.6227065]},"properties":{"@type":"node","@id":1869643460,"@timestamp":1554913825},"coords":"51.6227065,-0.0819143","bedrooms":"3","price":"160000","area":"577"} , +{"type":"Feature","id":"n1870418017","geometry":{"type":"Point","coordinates":[-0.8704617,51.4478929]},"properties":{"@type":"node","@id":1870418017,"@timestamp":1345227409},"coords":"51.4478929,-0.8704617","bedrooms":"3","price":"226000","area":"534"} , +{"type":"Feature","id":"n1870459566","geometry":{"type":"Point","coordinates":[-0.3807983,51.884112]},"properties":{"@type":"node","@id":1870459566,"@timestamp":1611955822},"coords":"51.884112,-0.3807983","bedrooms":"3","price":"208000","area":"668"} , +{"type":"Feature","id":"n1870480206","geometry":{"type":"Point","coordinates":[-0.3372234,51.7368061]},"properties":{"@type":"node","@id":1870480206,"@timestamp":1345230552},"coords":"51.7368061,-0.3372234","bedrooms":"3","price":"194000","area":"610"} , +{"type":"Feature","id":"n1870482983","geometry":{"type":"Point","coordinates":[-0.3480015,51.7519398]},"properties":{"@type":"node","@id":1870482983,"@timestamp":1496056281},"coords":"51.7519398,-0.3480015","bedrooms":"0","price":"177000","area":"647"} , +{"type":"Feature","id":"n1870503676","geometry":{"type":"Point","coordinates":[-0.2858233,51.7513164]},"properties":{"@type":"node","@id":1870503676,"@timestamp":1626708449},"coords":"51.7513164,-0.2858233","bedrooms":"2","price":"251000","area":"662"} , +{"type":"Feature","id":"n1870513801","geometry":{"type":"Point","coordinates":[-0.2555386,51.810393]},"properties":{"@type":"node","@id":1870513801,"@timestamp":1483104577},"coords":"51.810393,-0.2555386","bedrooms":"4","price":"227000","area":"659"} , +{"type":"Feature","id":"n1870520817","geometry":{"type":"Point","coordinates":[-0.3026226,51.8388791]},"properties":{"@type":"node","@id":1870520817,"@timestamp":1590857906},"coords":"51.8388791,-0.3026226","bedrooms":"2","price":"268000","area":"479"} , +{"type":"Feature","id":"n1870537355","geometry":{"type":"Point","coordinates":[0.1844774,51.2404661]},"properties":{"@type":"node","@id":1870537355,"@timestamp":1345234171},"coords":"51.2404661,0.1844774","bedrooms":"0","price":"192000","area":"560"} , +{"type":"Feature","id":"n1870540555","geometry":{"type":"Point","coordinates":[0.7361727,51.355181]},"properties":{"@type":"node","@id":1870540555,"@timestamp":1567457350},"coords":"51.355181,0.7361727","bedrooms":"0","price":"152000","area":"534"} , +{"type":"Feature","id":"n1870665292","geometry":{"type":"Point","coordinates":[-0.1501152,51.8823445]},"properties":{"@type":"node","@id":1870665292,"@timestamp":1345241530},"coords":"51.8823445,-0.1501152","bedrooms":"0","price":"184000","area":"478"} , +{"type":"Feature","id":"n1870731199","geometry":{"type":"Point","coordinates":[-0.1923241,51.9393288]},"properties":{"@type":"node","@id":1870731199,"@timestamp":1610287859},"coords":"51.9393288,-0.1923241","bedrooms":"2","price":"208000","area":"412"} , +{"type":"Feature","id":"n1870782042","geometry":{"type":"Point","coordinates":[-0.4484728,51.8918065]},"properties":{"@type":"node","@id":1870782042,"@timestamp":1613928859},"coords":"51.8918065,-0.4484728","bedrooms":"2","price":"179000","area":"689"} , +{"type":"Feature","id":"n1871095320","geometry":{"type":"Point","coordinates":[0.6905998,51.0678688]},"properties":{"@type":"node","@id":1871095320,"@timestamp":1345283433},"coords":"51.0678688,0.6905998","bedrooms":"2","price":"238000","area":"696"} , +{"type":"Feature","id":"n1871742057","geometry":{"type":"Point","coordinates":[-0.3612664,51.7165022]},"properties":{"@type":"node","@id":1871742057,"@timestamp":1345313400},"coords":"51.7165022,-0.3612664","bedrooms":"2","price":"191000","area":"513"} , +{"type":"Feature","id":"n1871749451","geometry":{"type":"Point","coordinates":[-0.3469117,51.7224672]},"properties":{"@type":"node","@id":1871749451,"@timestamp":1345313923},"coords":"51.7224672,-0.3469117","bedrooms":"4","price":"255000","area":"511"} , +{"type":"Feature","id":"n1871768173","geometry":{"type":"Point","coordinates":[-0.3428329,51.7734011]},"properties":{"@type":"node","@id":1871768173,"@timestamp":1483104577},"coords":"51.7734011,-0.3428329","bedrooms":"0","price":"245000","area":"509"} , +{"type":"Feature","id":"n1871831586","geometry":{"type":"Point","coordinates":[0.2398731,51.4544785]},"properties":{"@type":"node","@id":1871831586,"@timestamp":1345319911},"coords":"51.4544785,0.2398731","bedrooms":"2","price":"254000","area":"570"} , +{"type":"Feature","id":"n1872601863","geometry":{"type":"Point","coordinates":[0.0231429,51.5949989]},"properties":{"@type":"node","@id":1872601863,"@timestamp":1617405368},"coords":"51.5949989,0.0231429","bedrooms":"1","price":"204000","area":"594"} , +{"type":"Feature","id":"n1873679367","geometry":{"type":"Point","coordinates":[-0.9696633,51.4271668]},"properties":{"@type":"node","@id":1873679367,"@timestamp":1537710168},"coords":"51.4271668,-0.9696633","bedrooms":"1","price":"245000","area":"382"} , +{"type":"Feature","id":"n1874065370","geometry":{"type":"Point","coordinates":[-0.2764391,50.9509473]},"properties":{"@type":"node","@id":1874065370,"@timestamp":1635188478},"coords":"50.9509473,-0.2764391","bedrooms":"2","price":"255000","area":"521"} , +{"type":"Feature","id":"n1875057306","geometry":{"type":"Point","coordinates":[-0.8209705,51.7371753]},"properties":{"@type":"node","@id":1875057306,"@timestamp":1345496791},"coords":"51.7371753,-0.8209705","bedrooms":"0","price":"176000","area":"655"} , +{"type":"Feature","id":"n1876545669","geometry":{"type":"Point","coordinates":[-0.0930089,51.5604744]},"properties":{"@type":"node","@id":1876545669,"@timestamp":1620578429},"coords":"51.5604744,-0.0930089","bedrooms":"0","price":"163000","area":"682"} , +{"type":"Feature","id":"n1876722176","geometry":{"type":"Point","coordinates":[-0.1082514,51.4413805]},"properties":{"@type":"node","@id":1876722176,"@timestamp":1616974981},"coords":"51.4413805,-0.1082514","bedrooms":"1","price":"223000","area":"673"} , +{"type":"Feature","id":"n1877491824","geometry":{"type":"Point","coordinates":[0.6378804,51.7980144]},"properties":{"@type":"node","@id":1877491824,"@timestamp":1345636340},"coords":"51.7980144,0.6378804","bedrooms":"4","price":"193000","area":"527"} , +{"type":"Feature","id":"n1878395548","geometry":{"type":"Point","coordinates":[-0.1173163,51.4310477]},"properties":{"@type":"node","@id":1878395548,"@timestamp":1621965174},"coords":"51.4310477,-0.1173163","bedrooms":"3","price":"200000","area":"505"} , +{"type":"Feature","id":"n1878907563","geometry":{"type":"Point","coordinates":[-0.1720831,51.5287047]},"properties":{"@type":"node","@id":1878907563,"@timestamp":1559757483},"coords":"51.5287047,-0.1720831","bedrooms":"3","price":"192000","area":"400"} , +{"type":"Feature","id":"n1879386033","geometry":{"type":"Point","coordinates":[-0.0696073,51.5638158]},"properties":{"@type":"node","@id":1879386033,"@timestamp":1493134207},"coords":"51.5638158,-0.0696073","bedrooms":"4","price":"230000","area":"650"} , +{"type":"Feature","id":"n1880285961","geometry":{"type":"Point","coordinates":[-0.074053,51.3798188]},"properties":{"@type":"node","@id":1880285961,"@timestamp":1613818418},"coords":"51.3798188,-0.074053","bedrooms":"2","price":"269000","area":"678"} , +{"type":"Feature","id":"n1880541106","geometry":{"type":"Point","coordinates":[-0.0735381,51.4170077]},"properties":{"@type":"node","@id":1880541106,"@timestamp":1384943763},"coords":"51.4170077,-0.0735381","bedrooms":"2","price":"196000","area":"410"} , +{"type":"Feature","id":"n1880795112","geometry":{"type":"Point","coordinates":[0.4796407,51.0703785]},"properties":{"@type":"node","@id":1880795112,"@timestamp":1345815049},"coords":"51.0703785,0.4796407","bedrooms":"1","price":"275000","area":"638"} , +{"type":"Feature","id":"n1880799704","geometry":{"type":"Point","coordinates":[0.4677612,51.0758245]},"properties":{"@type":"node","@id":1880799704,"@timestamp":1345815348},"coords":"51.0758245,0.4677612","bedrooms":"3","price":"252000","area":"679"} , +{"type":"Feature","id":"n1880819046","geometry":{"type":"Point","coordinates":[0.4564536,51.0770252]},"properties":{"@type":"node","@id":1880819046,"@timestamp":1345816822},"coords":"51.0770252,0.4564536","bedrooms":"2","price":"261000","area":"605"} , +{"type":"Feature","id":"n1880824026","geometry":{"type":"Point","coordinates":[0.4533197,51.079253]},"properties":{"@type":"node","@id":1880824026,"@timestamp":1345816822},"coords":"51.079253,0.4533197","bedrooms":"1","price":"274000","area":"575"} , +{"type":"Feature","id":"n1881056813","geometry":{"type":"Point","coordinates":[-0.0166303,51.5073693]},"properties":{"@type":"node","@id":1881056813,"@timestamp":1581101371},"coords":"51.5073693,-0.0166303","bedrooms":"0","price":"209000","area":"644"} , +{"type":"Feature","id":"n1881133619","geometry":{"type":"Point","coordinates":[-0.3173527,51.6859511]},"properties":{"@type":"node","@id":1881133619,"@timestamp":1596024355},"coords":"51.6859511,-0.3173527","bedrooms":"0","price":"265000","area":"390"} , +{"type":"Feature","id":"n1882570769","geometry":{"type":"Point","coordinates":[-0.2008826,51.8006381]},"properties":{"@type":"node","@id":1882570769,"@timestamp":1345907831},"coords":"51.8006381,-0.2008826","bedrooms":"1","price":"210000","area":"515"} , +{"type":"Feature","id":"n1882923640","geometry":{"type":"Point","coordinates":[-0.0911542,51.5974965]},"properties":{"@type":"node","@id":1882923640,"@timestamp":1345920328},"coords":"51.5974965,-0.0911542","bedrooms":"0","price":"192000","area":"511"} , +{"type":"Feature","id":"n1883462474","geometry":{"type":"Point","coordinates":[0.0119311,51.8896346]},"properties":{"@type":"node","@id":1883462474,"@timestamp":1622382930},"coords":"51.8896346,0.0119311","bedrooms":"0","price":"187000","area":"541"} , +{"type":"Feature","id":"n1884073209","geometry":{"type":"Point","coordinates":[0.6541839,51.566902]},"properties":{"@type":"node","@id":1884073209,"@timestamp":1346001208},"coords":"51.566902,0.6541839","bedrooms":"1","price":"258000","area":"576"} , +{"type":"Feature","id":"n1884264875","geometry":{"type":"Point","coordinates":[-0.1449556,51.2494775]},"properties":{"@type":"node","@id":1884264875,"@timestamp":1593083740},"coords":"51.2494775,-0.1449556","bedrooms":"0","price":"271000","area":"364"} , +{"type":"Feature","id":"n1884435840","geometry":{"type":"Point","coordinates":[0.207446,51.3213709]},"properties":{"@type":"node","@id":1884435840,"@timestamp":1399161984},"coords":"51.3213709,0.207446","bedrooms":"3","price":"229000","area":"393"} , +{"type":"Feature","id":"n1884491310","geometry":{"type":"Point","coordinates":[-0.1242277,51.3321702]},"properties":{"@type":"node","@id":1884491310,"@timestamp":1533041846},"coords":"51.3321702,-0.1242277","bedrooms":"1","price":"169000","area":"480"} , +{"type":"Feature","id":"n1884491749","geometry":{"type":"Point","coordinates":[-0.1241468,51.3230589]},"properties":{"@type":"node","@id":1884491749,"@timestamp":1628428732},"coords":"51.3230589,-0.1241468","bedrooms":"2","price":"158000","area":"452"} , +{"type":"Feature","id":"n1884569600","geometry":{"type":"Point","coordinates":[-0.7736428,51.7135472]},"properties":{"@type":"node","@id":1884569600,"@timestamp":1346019079},"coords":"51.7135472,-0.7736428","bedrooms":"1","price":"241000","area":"412"} , +{"type":"Feature","id":"n1885067596","geometry":{"type":"Point","coordinates":[-0.2076332,51.5195406]},"properties":{"@type":"node","@id":1885067596,"@timestamp":1582816762},"coords":"51.5195406,-0.2076332","bedrooms":"3","price":"168000","area":"663"} , +{"type":"Feature","id":"n1885182619","geometry":{"type":"Point","coordinates":[-0.8515628,51.6895611]},"properties":{"@type":"node","@id":1885182619,"@timestamp":1346067405},"coords":"51.6895611,-0.8515628","bedrooms":"2","price":"278000","area":"447"} , +{"type":"Feature","id":"n1886065242","geometry":{"type":"Point","coordinates":[-0.8140061,51.7322402]},"properties":{"@type":"node","@id":1886065242,"@timestamp":1346106379},"coords":"51.7322402,-0.8140061","bedrooms":"0","price":"279000","area":"359"} , +{"type":"Feature","id":"n1886079399","geometry":{"type":"Point","coordinates":[0.2170821,51.3915654]},"properties":{"@type":"node","@id":1886079399,"@timestamp":1605462208},"coords":"51.3915654,0.2170821","bedrooms":"4","price":"295000","area":"559"} , +{"type":"Feature","id":"n1886383901","geometry":{"type":"Point","coordinates":[-0.2983752,51.7264739]},"properties":{"@type":"node","@id":1886383901,"@timestamp":1626431285},"coords":"51.7264739,-0.2983752","bedrooms":"2","price":"297000","area":"461"} , +{"type":"Feature","id":"n1886639249","geometry":{"type":"Point","coordinates":[-0.0078939,51.5068996]},"properties":{"@type":"node","@id":1886639249,"@timestamp":1519064417},"coords":"51.5068996,-0.0078939","bedrooms":"0","price":"239000","area":"640"} , +{"type":"Feature","id":"n1887059729","geometry":{"type":"Point","coordinates":[-0.7385206,50.9875544]},"properties":{"@type":"node","@id":1887059729,"@timestamp":1346174479},"coords":"50.9875544,-0.7385206","bedrooms":"4","price":"293000","area":"578"} , +{"type":"Feature","id":"n1887555597","geometry":{"type":"Point","coordinates":[-0.1284449,51.4333655]},"properties":{"@type":"node","@id":1887555597,"@timestamp":1616976545},"coords":"51.4333655,-0.1284449","bedrooms":"4","price":"272000","area":"532"} , +{"type":"Feature","id":"n1887863740","geometry":{"type":"Point","coordinates":[0.2135385,51.9814883]},"properties":{"@type":"node","@id":1887863740,"@timestamp":1613952094},"coords":"51.9814883,0.2135385","bedrooms":"1","price":"207000","area":"565"} , +{"type":"Feature","id":"n1888783320","geometry":{"type":"Point","coordinates":[-0.3009188,51.4172685]},"properties":{"@type":"node","@id":1888783320,"@timestamp":1388973617},"coords":"51.4172685,-0.3009188","bedrooms":"1","price":"294000","area":"642"} , +{"type":"Feature","id":"n1888837660","geometry":{"type":"Point","coordinates":[-0.0965477,51.3744188]},"properties":{"@type":"node","@id":1888837660,"@timestamp":1634212017},"coords":"51.3744188,-0.0965477","bedrooms":"1","price":"246000","area":"548"} , +{"type":"Feature","id":"n1889229592","geometry":{"type":"Point","coordinates":[-0.8112822,51.0414075]},"properties":{"@type":"node","@id":1889229592,"@timestamp":1612644009},"coords":"51.0414075,-0.8112822","bedrooms":"4","price":"242000","area":"482"} , +{"type":"Feature","id":"n1890387247","geometry":{"type":"Point","coordinates":[0.3372946,51.2311421]},"properties":{"@type":"node","@id":1890387247,"@timestamp":1635093986},"coords":"51.2311421,0.3372946","bedrooms":"3","price":"292000","area":"366"} , +{"type":"Feature","id":"n1890820506","geometry":{"type":"Point","coordinates":[0.705099,51.2610593]},"properties":{"@type":"node","@id":1890820506,"@timestamp":1346371321},"coords":"51.2610593,0.705099","bedrooms":"0","price":"273000","area":"641"} , +{"type":"Feature","id":"n1891801132","geometry":{"type":"Point","coordinates":[0.598407,51.5487653]},"properties":{"@type":"node","@id":1891801132,"@timestamp":1609597060},"coords":"51.5487653,0.598407","bedrooms":"3","price":"281000","area":"375"} , +{"type":"Feature","id":"n1891953105","geometry":{"type":"Point","coordinates":[-0.1872128,51.7863957]},"properties":{"@type":"node","@id":1891953105,"@timestamp":1346436455},"coords":"51.7863957,-0.1872128","bedrooms":"0","price":"202000","area":"580"} , +{"type":"Feature","id":"n1892038096","geometry":{"type":"Point","coordinates":[0.6225263,50.9813608]},"properties":{"@type":"node","@id":1892038096,"@timestamp":1346440672},"coords":"50.9813608,0.6225263","bedrooms":"1","price":"155000","area":"424"} , +{"type":"Feature","id":"n1892317470","geometry":{"type":"Point","coordinates":[0.8559264,51.8898554]},"properties":{"@type":"node","@id":1892317470,"@timestamp":1346449151},"coords":"51.8898554,0.8559264","bedrooms":"0","price":"239000","area":"694"} , +{"type":"Feature","id":"n1892332297","geometry":{"type":"Point","coordinates":[0.1984825,51.323015]},"properties":{"@type":"node","@id":1892332297,"@timestamp":1368655701},"coords":"51.323015,0.1984825","bedrooms":"4","price":"280000","area":"390"} , +{"type":"Feature","id":"n1892512526","geometry":{"type":"Point","coordinates":[-0.4014168,51.9016325]},"properties":{"@type":"node","@id":1892512526,"@timestamp":1612386794},"coords":"51.9016325,-0.4014168","bedrooms":"0","price":"282000","area":"619"} , +{"type":"Feature","id":"n1893051940","geometry":{"type":"Point","coordinates":[0.7177299,51.722968]},"properties":{"@type":"node","@id":1893051940,"@timestamp":1346502201},"coords":"51.722968,0.7177299","bedrooms":"4","price":"275000","area":"600"} , +{"type":"Feature","id":"n1893133977","geometry":{"type":"Point","coordinates":[-0.3921723,51.9001402]},"properties":{"@type":"node","@id":1893133977,"@timestamp":1346505815},"coords":"51.9001402,-0.3921723","bedrooms":"4","price":"172000","area":"691"} , +{"type":"Feature","id":"n1893451336","geometry":{"type":"Point","coordinates":[-0.0063002,51.5377321]},"properties":{"@type":"node","@id":1893451336,"@timestamp":1377461623},"coords":"51.5377321,-0.0063002","bedrooms":"2","price":"226000","area":"527"} , +{"type":"Feature","id":"n1893729496","geometry":{"type":"Point","coordinates":[0.4645444,51.7759441]},"properties":{"@type":"node","@id":1893729496,"@timestamp":1564538974},"coords":"51.7759441,0.4645444","bedrooms":"1","price":"249000","area":"386"} , +{"type":"Feature","id":"n1893982813","geometry":{"type":"Point","coordinates":[0.0527916,51.4666744]},"properties":{"@type":"node","@id":1893982813,"@timestamp":1478628603},"coords":"51.4666744,0.0527916","bedrooms":"2","price":"186000","area":"506"} , +{"type":"Feature","id":"n1894365926","geometry":{"type":"Point","coordinates":[-1.0927054,51.2695675]},"properties":{"@type":"node","@id":1894365926,"@timestamp":1593713209},"coords":"51.2695675,-1.0927054","bedrooms":"4","price":"170000","area":"652"} , +{"type":"Feature","id":"n1894547719","geometry":{"type":"Point","coordinates":[-0.1326973,51.5121877]},"properties":{"@type":"node","@id":1894547719,"@timestamp":1630251834},"coords":"51.5121877,-0.1326973","bedrooms":"2","price":"254000","area":"377"} , +{"type":"Feature","id":"n1894637654","geometry":{"type":"Point","coordinates":[0.2722578,51.4726322]},"properties":{"@type":"node","@id":1894637654,"@timestamp":1346592244},"coords":"51.4726322,0.2722578","bedrooms":"2","price":"262000","area":"432"} , +{"type":"Feature","id":"n1894812862","geometry":{"type":"Point","coordinates":[-0.3289501,51.2425629]},"properties":{"@type":"node","@id":1894812862,"@timestamp":1609435474},"coords":"51.2425629,-0.3289501","bedrooms":"0","price":"175000","area":"525"} , +{"type":"Feature","id":"n1895226716","geometry":{"type":"Point","coordinates":[-0.1402008,50.9873699]},"properties":{"@type":"node","@id":1895226716,"@timestamp":1633800454},"coords":"50.9873699,-0.1402008","bedrooms":"2","price":"285000","area":"672"} , +{"type":"Feature","id":"n1895286875","geometry":{"type":"Point","coordinates":[-0.0408871,51.6120891]},"properties":{"@type":"node","@id":1895286875,"@timestamp":1579139609},"coords":"51.6120891,-0.0408871","bedrooms":"0","price":"229000","area":"640"} , +{"type":"Feature","id":"n1895555973","geometry":{"type":"Point","coordinates":[-0.1363,51.5074943]},"properties":{"@type":"node","@id":1895555973,"@timestamp":1575940899},"coords":"51.5074943,-0.1363","bedrooms":"0","price":"169000","area":"379"} , +{"type":"Feature","id":"n1895577163","geometry":{"type":"Point","coordinates":[-0.073831,51.5723472]},"properties":{"@type":"node","@id":1895577163,"@timestamp":1346624853},"coords":"51.5723472,-0.073831","bedrooms":"4","price":"153000","area":"563"} , +{"type":"Feature","id":"n1895596944","geometry":{"type":"Point","coordinates":[0.0393155,51.2076177]},"properties":{"@type":"node","@id":1895596944,"@timestamp":1346626594},"coords":"51.2076177,0.0393155","bedrooms":"4","price":"292000","area":"380"} , +{"type":"Feature","id":"n1895597049","geometry":{"type":"Point","coordinates":[0.0644239,51.2365394]},"properties":{"@type":"node","@id":1895597049,"@timestamp":1346626596},"coords":"51.2365394,0.0644239","bedrooms":"4","price":"162000","area":"399"} , +{"type":"Feature","id":"n1895612794","geometry":{"type":"Point","coordinates":[-0.0723696,51.5723762]},"properties":{"@type":"node","@id":1895612794,"@timestamp":1543944969},"coords":"51.5723762,-0.0723696","bedrooms":"1","price":"207000","area":"493"} , +{"type":"Feature","id":"n1895887250","geometry":{"type":"Point","coordinates":[-0.5278292,51.8884387]},"properties":{"@type":"node","@id":1895887250,"@timestamp":1565812855},"coords":"51.8884387,-0.5278292","bedrooms":"3","price":"247000","area":"409"} , +{"type":"Feature","id":"n1895985565","geometry":{"type":"Point","coordinates":[-0.9445953,51.000195]},"properties":{"@type":"node","@id":1895985565,"@timestamp":1346666107},"coords":"51.000195,-0.9445953","bedrooms":"3","price":"205000","area":"402"} , +{"type":"Feature","id":"n1896037118","geometry":{"type":"Point","coordinates":[-0.1895008,51.6474496]},"properties":{"@type":"node","@id":1896037118,"@timestamp":1625589214},"coords":"51.6474496,-0.1895008","bedrooms":"0","price":"195000","area":"506"} , +{"type":"Feature","id":"n1896097189","geometry":{"type":"Point","coordinates":[-0.2856573,51.6622549]},"properties":{"@type":"node","@id":1896097189,"@timestamp":1616986503},"coords":"51.6622549,-0.2856573","bedrooms":"0","price":"168000","area":"499"} , +{"type":"Feature","id":"n1896218997","geometry":{"type":"Point","coordinates":[-0.2332448,51.6969868]},"properties":{"@type":"node","@id":1896218997,"@timestamp":1634337154},"coords":"51.6969868,-0.2332448","bedrooms":"3","price":"279000","area":"596"} , +{"type":"Feature","id":"n1896433514","geometry":{"type":"Point","coordinates":[-0.2109556,51.4948381]},"properties":{"@type":"node","@id":1896433514,"@timestamp":1636179598},"coords":"51.4948381,-0.2109556","bedrooms":"3","price":"240000","area":"410"} , +{"type":"Feature","id":"n1897370987","geometry":{"type":"Point","coordinates":[-0.0555803,51.5972247]},"properties":{"@type":"node","@id":1897370987,"@timestamp":1346717156},"coords":"51.5972247,-0.0555803","bedrooms":"4","price":"253000","area":"676"} , +{"type":"Feature","id":"n1897741081","geometry":{"type":"Point","coordinates":[-0.3434509,51.5619716]},"properties":{"@type":"node","@id":1897741081,"@timestamp":1623205557},"coords":"51.5619716,-0.3434509","bedrooms":"1","price":"242000","area":"571"} , +{"type":"Feature","id":"n1897937834","geometry":{"type":"Point","coordinates":[-0.0087406,51.5441234]},"properties":{"@type":"node","@id":1897937834,"@timestamp":1628155342},"coords":"51.5441234,-0.0087406","bedrooms":"4","price":"210000","area":"527"} , +{"type":"Feature","id":"n1898355174","geometry":{"type":"Point","coordinates":[-0.1524562,51.6502497]},"properties":{"@type":"node","@id":1898355174,"@timestamp":1346767195},"coords":"51.6502497,-0.1524562","bedrooms":"2","price":"294000","area":"487"} , +{"type":"Feature","id":"n1898751830","geometry":{"type":"Point","coordinates":[0.2834181,51.2557671]},"properties":{"@type":"node","@id":1898751830,"@timestamp":1384298255},"coords":"51.2557671,0.2834181","bedrooms":"0","price":"183000","area":"366"} , +{"type":"Feature","id":"n1898834351","geometry":{"type":"Point","coordinates":[-0.5567579,51.60699]},"properties":{"@type":"node","@id":1898834351,"@timestamp":1565905798},"coords":"51.60699,-0.5567579","bedrooms":"4","price":"239000","area":"392"} , +{"type":"Feature","id":"n1899159483","geometry":{"type":"Point","coordinates":[0.6793968,51.5509127]},"properties":{"@type":"node","@id":1899159483,"@timestamp":1346799524},"coords":"51.5509127,0.6793968","bedrooms":"3","price":"241000","area":"610"} , +{"type":"Feature","id":"n1899159527","geometry":{"type":"Point","coordinates":[0.6736379,51.5501664]},"properties":{"@type":"node","@id":1899159527,"@timestamp":1629137645},"coords":"51.5501664,0.6736379","bedrooms":"2","price":"224000","area":"417"} , +{"type":"Feature","id":"n1899165230","geometry":{"type":"Point","coordinates":[0.6512383,51.5596454]},"properties":{"@type":"node","@id":1899165230,"@timestamp":1634312025},"coords":"51.5596454,0.6512383","bedrooms":"0","price":"216000","area":"654"} , +{"type":"Feature","id":"n1901414316","geometry":{"type":"Point","coordinates":[0.4892956,51.7793036]},"properties":{"@type":"node","@id":1901414316,"@timestamp":1633192489},"coords":"51.7793036,0.4892956","bedrooms":"0","price":"269000","area":"500"} , +{"type":"Feature","id":"n1901543105","geometry":{"type":"Point","coordinates":[-0.7145549,51.3412944]},"properties":{"@type":"node","@id":1901543105,"@timestamp":1346895660},"coords":"51.3412944,-0.7145549","bedrooms":"3","price":"267000","area":"396"} , +{"type":"Feature","id":"n1902426782","geometry":{"type":"Point","coordinates":[-0.0704404,51.5843237]},"properties":{"@type":"node","@id":1902426782,"@timestamp":1395839287},"coords":"51.5843237,-0.0704404","bedrooms":"1","price":"197000","area":"460"} , +{"type":"Feature","id":"n1903043902","geometry":{"type":"Point","coordinates":[-0.0104797,51.5268054]},"properties":{"@type":"node","@id":1903043902,"@timestamp":1346963269},"coords":"51.5268054,-0.0104797","bedrooms":"2","price":"164000","area":"373"} , +{"type":"Feature","id":"n1903878676","geometry":{"type":"Point","coordinates":[-0.2054093,51.7999985]},"properties":{"@type":"node","@id":1903878676,"@timestamp":1414166158},"coords":"51.7999985,-0.2054093","bedrooms":"3","price":"226000","area":"481"} , +{"type":"Feature","id":"n1904552969","geometry":{"type":"Point","coordinates":[-0.3444065,51.8787759]},"properties":{"@type":"node","@id":1904552969,"@timestamp":1373295168},"coords":"51.8787759,-0.3444065","bedrooms":"2","price":"170000","area":"358"} , +{"type":"Feature","id":"n1904570009","geometry":{"type":"Point","coordinates":[-0.0237239,51.5474982]},"properties":{"@type":"node","@id":1904570009,"@timestamp":1352908301},"coords":"51.5474982,-0.0237239","bedrooms":"2","price":"243000","area":"511"} , +{"type":"Feature","id":"n1904762938","geometry":{"type":"Point","coordinates":[-0.2048591,51.9676115]},"properties":{"@type":"node","@id":1904762938,"@timestamp":1347049181},"coords":"51.9676115,-0.2048591","bedrooms":"0","price":"262000","area":"366"} , +{"type":"Feature","id":"n1904797478","geometry":{"type":"Point","coordinates":[0.2370087,51.8753669]},"properties":{"@type":"node","@id":1904797478,"@timestamp":1616951446},"coords":"51.8753669,0.2370087","bedrooms":"0","price":"191000","area":"635"} , +{"type":"Feature","id":"n1905015893","geometry":{"type":"Point","coordinates":[0.1892572,51.3140073]},"properties":{"@type":"node","@id":1905015893,"@timestamp":1347059998},"coords":"51.3140073,0.1892572","bedrooms":"0","price":"150000","area":"428"} , +{"type":"Feature","id":"n1905016018","geometry":{"type":"Point","coordinates":[0.1879429,51.3154256]},"properties":{"@type":"node","@id":1905016018,"@timestamp":1347060002},"coords":"51.3154256,0.1879429","bedrooms":"4","price":"216000","area":"565"} , +{"type":"Feature","id":"n1905896379","geometry":{"type":"Point","coordinates":[-0.1490017,51.5032945]},"properties":{"@type":"node","@id":1905896379,"@timestamp":1506019015},"coords":"51.5032945,-0.1490017","bedrooms":"3","price":"151000","area":"481"} , +{"type":"Feature","id":"n1906010722","geometry":{"type":"Point","coordinates":[-0.6874637,51.5596454]},"properties":{"@type":"node","@id":1906010722,"@timestamp":1347138038},"coords":"51.5596454,-0.6874637","bedrooms":"2","price":"172000","area":"369"} , +{"type":"Feature","id":"n1906555327","geometry":{"type":"Point","coordinates":[-0.1745879,51.4999231]},"properties":{"@type":"node","@id":1906555327,"@timestamp":1580916943},"coords":"51.4999231,-0.1745879","bedrooms":"4","price":"289000","area":"401"} , +{"type":"Feature","id":"n1907392887","geometry":{"type":"Point","coordinates":[-0.4291869,51.8757308]},"properties":{"@type":"node","@id":1907392887,"@timestamp":1614443072},"coords":"51.8757308,-0.4291869","bedrooms":"1","price":"215000","area":"676"} , +{"type":"Feature","id":"n1907483244","geometry":{"type":"Point","coordinates":[-0.3799173,51.5678483]},"properties":{"@type":"node","@id":1907483244,"@timestamp":1622647144},"coords":"51.5678483,-0.3799173","bedrooms":"3","price":"271000","area":"511"} , +{"type":"Feature","id":"n1907483471","geometry":{"type":"Point","coordinates":[-0.3703968,51.5754905]},"properties":{"@type":"node","@id":1907483471,"@timestamp":1620840815},"coords":"51.5754905,-0.3703968","bedrooms":"0","price":"206000","area":"405"} , +{"type":"Feature","id":"n1907629774","geometry":{"type":"Point","coordinates":[-0.4042157,51.8712127]},"properties":{"@type":"node","@id":1907629774,"@timestamp":1611589154},"coords":"51.8712127,-0.4042157","bedrooms":"4","price":"272000","area":"599"} , +{"type":"Feature","id":"n1908413559","geometry":{"type":"Point","coordinates":[-0.8389414,51.2529171]},"properties":{"@type":"node","@id":1908413559,"@timestamp":1569096564},"coords":"51.2529171,-0.8389414","bedrooms":"4","price":"174000","area":"625"} , +{"type":"Feature","id":"n1909229676","geometry":{"type":"Point","coordinates":[0.3294675,51.6308869]},"properties":{"@type":"node","@id":1909229676,"@timestamp":1605732139},"coords":"51.6308869,0.3294675","bedrooms":"0","price":"219000","area":"537"} , +{"type":"Feature","id":"n1910089685","geometry":{"type":"Point","coordinates":[-0.2938338,51.772433]},"properties":{"@type":"node","@id":1910089685,"@timestamp":1479048230},"coords":"51.772433,-0.2938338","bedrooms":"2","price":"168000","area":"652"} , +{"type":"Feature","id":"n1910430073","geometry":{"type":"Point","coordinates":[-0.415857,51.865722]},"properties":{"@type":"node","@id":1910430073,"@timestamp":1614512749},"coords":"51.865722,-0.415857","bedrooms":"3","price":"176000","area":"557"} , +{"type":"Feature","id":"n1910594459","geometry":{"type":"Point","coordinates":[0.1669544,51.8585302]},"properties":{"@type":"node","@id":1910594459,"@timestamp":1347396135},"coords":"51.8585302,0.1669544","bedrooms":"1","price":"236000","area":"441"} , +{"type":"Feature","id":"n1910954173","geometry":{"type":"Point","coordinates":[0.1558923,51.3351236]},"properties":{"@type":"node","@id":1910954173,"@timestamp":1347416782},"coords":"51.3351236,0.1558923","bedrooms":"3","price":"181000","area":"369"} , +{"type":"Feature","id":"n1911355724","geometry":{"type":"Point","coordinates":[-0.2276498,51.4189802]},"properties":{"@type":"node","@id":1911355724,"@timestamp":1569966336},"coords":"51.4189802,-0.2276498","bedrooms":"1","price":"170000","area":"429"} , +{"type":"Feature","id":"n1911571285","geometry":{"type":"Point","coordinates":[-0.0204336,51.1246]},"properties":{"@type":"node","@id":1911571285,"@timestamp":1626619858},"coords":"51.1246,-0.0204336","bedrooms":"0","price":"287000","area":"642"} , +{"type":"Feature","id":"n1912166286","geometry":{"type":"Point","coordinates":[-0.1058054,51.5882561]},"properties":{"@type":"node","@id":1912166286,"@timestamp":1347484770},"coords":"51.5882561,-0.1058054","bedrooms":"4","price":"283000","area":"566"} , +{"type":"Feature","id":"n1912458907","geometry":{"type":"Point","coordinates":[-0.1185292,51.3631956]},"properties":{"@type":"node","@id":1912458907,"@timestamp":1347518147},"coords":"51.3631956,-0.1185292","bedrooms":"3","price":"178000","area":"415"} , +{"type":"Feature","id":"n1912458918","geometry":{"type":"Point","coordinates":[-0.1179237,51.3645703]},"properties":{"@type":"node","@id":1912458918,"@timestamp":1533889142},"coords":"51.3645703,-0.1179237","bedrooms":"3","price":"189000","area":"673"} , +{"type":"Feature","id":"n1912460285","geometry":{"type":"Point","coordinates":[-0.1226152,51.3654536]},"properties":{"@type":"node","@id":1912460285,"@timestamp":1600441008},"coords":"51.3654536,-0.1226152","bedrooms":"1","price":"193000","area":"693"} , +{"type":"Feature","id":"n1912644319","geometry":{"type":"Point","coordinates":[-0.7696291,51.292154]},"properties":{"@type":"node","@id":1912644319,"@timestamp":1492542911},"coords":"51.292154,-0.7696291","bedrooms":"0","price":"295000","area":"355"} , +{"type":"Feature","id":"n1912693020","geometry":{"type":"Point","coordinates":[-0.8420435,51.2764262]},"properties":{"@type":"node","@id":1912693020,"@timestamp":1604275415},"coords":"51.2764262,-0.8420435","bedrooms":"1","price":"231000","area":"639"} , +{"type":"Feature","id":"n1912795483","geometry":{"type":"Point","coordinates":[-0.5306134,51.3642361]},"properties":{"@type":"node","@id":1912795483,"@timestamp":1464636742},"coords":"51.3642361,-0.5306134","bedrooms":"2","price":"159000","area":"556"} , +{"type":"Feature","id":"n1913371228","geometry":{"type":"Point","coordinates":[0.823376,51.8913905]},"properties":{"@type":"node","@id":1913371228,"@timestamp":1347574004},"coords":"51.8913905,0.823376","bedrooms":"4","price":"197000","area":"595"} , +{"type":"Feature","id":"n1915002293","geometry":{"type":"Point","coordinates":[-0.8203017,51.3962312]},"properties":{"@type":"node","@id":1915002293,"@timestamp":1347690862},"coords":"51.3962312,-0.8203017","bedrooms":"1","price":"223000","area":"582"} , +{"type":"Feature","id":"n1915381885","geometry":{"type":"Point","coordinates":[-0.9379309,51.0037923]},"properties":{"@type":"node","@id":1915381885,"@timestamp":1628530870},"coords":"51.0037923,-0.9379309","bedrooms":"2","price":"213000","area":"653"} , +{"type":"Feature","id":"n1915850660","geometry":{"type":"Point","coordinates":[-0.2040052,51.9674499]},"properties":{"@type":"node","@id":1915850660,"@timestamp":1347735469},"coords":"51.9674499,-0.2040052","bedrooms":"4","price":"203000","area":"599"} , +{"type":"Feature","id":"n1916052276","geometry":{"type":"Point","coordinates":[0.7290042,51.3384056]},"properties":{"@type":"node","@id":1916052276,"@timestamp":1566660723},"coords":"51.3384056,0.7290042","bedrooms":"4","price":"167000","area":"410"} , +{"type":"Feature","id":"n1916393924","geometry":{"type":"Point","coordinates":[-0.1722736,51.6536627]},"properties":{"@type":"node","@id":1916393924,"@timestamp":1633792768},"coords":"51.6536627,-0.1722736","bedrooms":"0","price":"243000","area":"555"} , +{"type":"Feature","id":"n1916761372","geometry":{"type":"Point","coordinates":[-0.0701505,51.414266]},"properties":{"@type":"node","@id":1916761372,"@timestamp":1347786817},"coords":"51.414266,-0.0701505","bedrooms":"3","price":"179000","area":"484"} , +{"type":"Feature","id":"n1916939459","geometry":{"type":"Point","coordinates":[-0.1727353,51.6448669]},"properties":{"@type":"node","@id":1916939459,"@timestamp":1347795321},"coords":"51.6448669,-0.1727353","bedrooms":"0","price":"166000","area":"391"} , +{"type":"Feature","id":"n1917427313","geometry":{"type":"Point","coordinates":[-0.4742427,51.3807249]},"properties":{"@type":"node","@id":1917427313,"@timestamp":1585330578},"coords":"51.3807249,-0.4742427","bedrooms":"2","price":"208000","area":"604"} , +{"type":"Feature","id":"n1917565606","geometry":{"type":"Point","coordinates":[0.2184829,51.25648]},"properties":{"@type":"node","@id":1917565606,"@timestamp":1347821388},"coords":"51.25648,0.2184829","bedrooms":"0","price":"298000","area":"458"} , +{"type":"Feature","id":"n1917940214","geometry":{"type":"Point","coordinates":[-0.1475237,51.506835]},"properties":{"@type":"node","@id":1917940214,"@timestamp":1430063112},"coords":"51.506835,-0.1475237","bedrooms":"2","price":"191000","area":"460"} , +{"type":"Feature","id":"n1918349970","geometry":{"type":"Point","coordinates":[-0.1008418,51.5983425]},"properties":{"@type":"node","@id":1918349970,"@timestamp":1347870296},"coords":"51.5983425,-0.1008418","bedrooms":"0","price":"176000","area":"621"} , +{"type":"Feature","id":"n1918350510","geometry":{"type":"Point","coordinates":[-0.0989095,51.599033]},"properties":{"@type":"node","@id":1918350510,"@timestamp":1347870307},"coords":"51.599033,-0.0989095","bedrooms":"1","price":"157000","area":"647"} , +{"type":"Feature","id":"n1919838984","geometry":{"type":"Point","coordinates":[-0.4904551,51.4738098]},"properties":{"@type":"node","@id":1919838984,"@timestamp":1544540755},"coords":"51.4738098,-0.4904551","bedrooms":"1","price":"227000","area":"571"} , +{"type":"Feature","id":"n1920128438","geometry":{"type":"Point","coordinates":[-0.1258908,51.4029279]},"properties":{"@type":"node","@id":1920128438,"@timestamp":1347973963},"coords":"51.4029279,-0.1258908","bedrooms":"4","price":"200000","area":"429"} , +{"type":"Feature","id":"n1920181969","geometry":{"type":"Point","coordinates":[-0.1433717,51.4412995]},"properties":{"@type":"node","@id":1920181969,"@timestamp":1499616608},"coords":"51.4412995,-0.1433717","bedrooms":"0","price":"285000","area":"537"} , +{"type":"Feature","id":"n1920522955","geometry":{"type":"Point","coordinates":[-0.1319299,51.3026845]},"properties":{"@type":"node","@id":1920522955,"@timestamp":1362611195},"coords":"51.3026845,-0.1319299","bedrooms":"2","price":"288000","area":"353"} , +{"type":"Feature","id":"n1920523350","geometry":{"type":"Point","coordinates":[-0.1402802,51.3083224]},"properties":{"@type":"node","@id":1920523350,"@timestamp":1396383117},"coords":"51.3083224,-0.1402802","bedrooms":"1","price":"178000","area":"676"} , +{"type":"Feature","id":"n1920682864","geometry":{"type":"Point","coordinates":[-0.1822052,51.2997786]},"properties":{"@type":"node","@id":1920682864,"@timestamp":1347997780},"coords":"51.2997786,-0.1822052","bedrooms":"1","price":"180000","area":"595"} , +{"type":"Feature","id":"n1920990709","geometry":{"type":"Point","coordinates":[-0.4216531,50.9444758]},"properties":{"@type":"node","@id":1920990709,"@timestamp":1348011439},"coords":"50.9444758,-0.4216531","bedrooms":"3","price":"192000","area":"592"} , +{"type":"Feature","id":"n1921715523","geometry":{"type":"Point","coordinates":[-0.4308506,50.9418476]},"properties":{"@type":"node","@id":1921715523,"@timestamp":1348052985},"coords":"50.9418476,-0.4308506","bedrooms":"1","price":"216000","area":"445"} , +{"type":"Feature","id":"n1921962857","geometry":{"type":"Point","coordinates":[-0.1585961,51.4648817]},"properties":{"@type":"node","@id":1921962857,"@timestamp":1479391740},"coords":"51.4648817,-0.1585961","bedrooms":"1","price":"207000","area":"556"} , +{"type":"Feature","id":"n1922179418","geometry":{"type":"Point","coordinates":[0.0693281,51.4920092]},"properties":{"@type":"node","@id":1922179418,"@timestamp":1518351461},"coords":"51.4920092,0.0693281","bedrooms":"3","price":"197000","area":"659"} , +{"type":"Feature","id":"n1922751891","geometry":{"type":"Point","coordinates":[-0.425474,50.9424115]},"properties":{"@type":"node","@id":1922751891,"@timestamp":1348097453},"coords":"50.9424115,-0.425474","bedrooms":"3","price":"173000","area":"610"} , +{"type":"Feature","id":"n1923644598","geometry":{"type":"Point","coordinates":[-0.2412144,51.429465]},"properties":{"@type":"node","@id":1923644598,"@timestamp":1480095039},"coords":"51.429465,-0.2412144","bedrooms":"0","price":"284000","area":"599"} , +{"type":"Feature","id":"n1923762408","geometry":{"type":"Point","coordinates":[-0.5491331,51.9234832]},"properties":{"@type":"node","@id":1923762408,"@timestamp":1348151545},"coords":"51.9234832,-0.5491331","bedrooms":"1","price":"177000","area":"396"} , +{"type":"Feature","id":"n1923762519","geometry":{"type":"Point","coordinates":[-0.561077,51.9334341]},"properties":{"@type":"node","@id":1923762519,"@timestamp":1348151547},"coords":"51.9334341,-0.561077","bedrooms":"4","price":"266000","area":"434"} , +{"type":"Feature","id":"n1923768439","geometry":{"type":"Point","coordinates":[-0.9739965,51.4674123]},"properties":{"@type":"node","@id":1923768439,"@timestamp":1348151939},"coords":"51.4674123,-0.9739965","bedrooms":"3","price":"179000","area":"667"} , +{"type":"Feature","id":"n1923782556","geometry":{"type":"Point","coordinates":[-0.9728386,51.4678046]},"properties":{"@type":"node","@id":1923782556,"@timestamp":1627597603},"coords":"51.4678046,-0.9728386","bedrooms":"1","price":"163000","area":"413"} , +{"type":"Feature","id":"n1924345751","geometry":{"type":"Point","coordinates":[0.2044762,51.5139444]},"properties":{"@type":"node","@id":1924345751,"@timestamp":1348180568},"coords":"51.5139444,0.2044762","bedrooms":"0","price":"184000","area":"506"} , +{"type":"Feature","id":"n1924877451","geometry":{"type":"Point","coordinates":[-0.369697,51.8222534]},"properties":{"@type":"node","@id":1924877451,"@timestamp":1624518025},"coords":"51.8222534,-0.369697","bedrooms":"4","price":"244000","area":"419"} , +{"type":"Feature","id":"n1925317692","geometry":{"type":"Point","coordinates":[-0.6130603,51.240812]},"properties":{"@type":"node","@id":1925317692,"@timestamp":1591397444},"coords":"51.240812,-0.6130603","bedrooms":"2","price":"213000","area":"602"} , +{"type":"Feature","id":"n1926009574","geometry":{"type":"Point","coordinates":[0.4587344,51.3033684]},"properties":{"@type":"node","@id":1926009574,"@timestamp":1632171102},"coords":"51.3033684,0.4587344","bedrooms":"3","price":"232000","area":"580"} , +{"type":"Feature","id":"n1926861006","geometry":{"type":"Point","coordinates":[-0.0362908,51.5512387]},"properties":{"@type":"node","@id":1926861006,"@timestamp":1348305479},"coords":"51.5512387,-0.0362908","bedrooms":"4","price":"297000","area":"628"} , +{"type":"Feature","id":"n1926866011","geometry":{"type":"Point","coordinates":[-0.0362167,51.549665]},"properties":{"@type":"node","@id":1926866011,"@timestamp":1597914872},"coords":"51.549665,-0.0362167","bedrooms":"3","price":"215000","area":"683"} , +{"type":"Feature","id":"n1926882656","geometry":{"type":"Point","coordinates":[0.1661304,51.8668311]},"properties":{"@type":"node","@id":1926882656,"@timestamp":1632264823},"coords":"51.8668311,0.1661304","bedrooms":"2","price":"294000","area":"411"} , +{"type":"Feature","id":"n1927002809","geometry":{"type":"Point","coordinates":[-0.062972,51.3858041]},"properties":{"@type":"node","@id":1927002809,"@timestamp":1560995219},"coords":"51.3858041,-0.062972","bedrooms":"2","price":"164000","area":"655"} , +{"type":"Feature","id":"n1927322109","geometry":{"type":"Point","coordinates":[-0.3019969,51.5159706]},"properties":{"@type":"node","@id":1927322109,"@timestamp":1533067697},"coords":"51.5159706,-0.3019969","bedrooms":"4","price":"248000","area":"676"} , +{"type":"Feature","id":"n1927474163","geometry":{"type":"Point","coordinates":[0.6188836,51.6580711]},"properties":{"@type":"node","@id":1927474163,"@timestamp":1348329383},"coords":"51.6580711,0.6188836","bedrooms":"0","price":"187000","area":"597"} , +{"type":"Feature","id":"n1927884596","geometry":{"type":"Point","coordinates":[0.2665433,51.282789]},"properties":{"@type":"node","@id":1927884596,"@timestamp":1553135075},"coords":"51.282789,0.2665433","bedrooms":"2","price":"221000","area":"534"} , +{"type":"Feature","id":"n1928146117","geometry":{"type":"Point","coordinates":[-0.3385855,51.9267262]},"properties":{"@type":"node","@id":1928146117,"@timestamp":1516671866},"coords":"51.9267262,-0.3385855","bedrooms":"0","price":"229000","area":"676"} , +{"type":"Feature","id":"n1928646091","geometry":{"type":"Point","coordinates":[0.7368992,51.3411502]},"properties":{"@type":"node","@id":1928646091,"@timestamp":1594588825},"coords":"51.3411502,0.7368992","bedrooms":"1","price":"229000","area":"356"} , +{"type":"Feature","id":"n1929023647","geometry":{"type":"Point","coordinates":[-1.0844865,51.2669576]},"properties":{"@type":"node","@id":1929023647,"@timestamp":1448137788},"coords":"51.2669576,-1.0844865","bedrooms":"4","price":"229000","area":"607"} , +{"type":"Feature","id":"n1929273720","geometry":{"type":"Point","coordinates":[0.6526303,51.5598325]},"properties":{"@type":"node","@id":1929273720,"@timestamp":1634312025},"coords":"51.5598325,0.6526303","bedrooms":"3","price":"164000","area":"530"} , +{"type":"Feature","id":"n1929519852","geometry":{"type":"Point","coordinates":[-0.427022,51.7546249]},"properties":{"@type":"node","@id":1929519852,"@timestamp":1348432920},"coords":"51.7546249,-0.427022","bedrooms":"2","price":"277000","area":"609"} , +{"type":"Feature","id":"n1929642554","geometry":{"type":"Point","coordinates":[-0.2107821,51.0131738]},"properties":{"@type":"node","@id":1929642554,"@timestamp":1348435376},"coords":"51.0131738,-0.2107821","bedrooms":"1","price":"153000","area":"604"} , +{"type":"Feature","id":"n1930260158","geometry":{"type":"Point","coordinates":[-0.0749059,51.5270722]},"properties":{"@type":"node","@id":1930260158,"@timestamp":1635153737},"coords":"51.5270722,-0.0749059","bedrooms":"1","price":"193000","area":"499"} , +{"type":"Feature","id":"n1930309511","geometry":{"type":"Point","coordinates":[-0.1616351,51.4621495]},"properties":{"@type":"node","@id":1930309511,"@timestamp":1348481738},"coords":"51.4621495,-0.1616351","bedrooms":"4","price":"280000","area":"573"} , +{"type":"Feature","id":"n1930373237","geometry":{"type":"Point","coordinates":[-0.180394,51.4862063]},"properties":{"@type":"node","@id":1930373237,"@timestamp":1607802826},"coords":"51.4862063,-0.180394","bedrooms":"3","price":"255000","area":"471"} , +{"type":"Feature","id":"n1930452589","geometry":{"type":"Point","coordinates":[-0.6631339,51.5069371]},"properties":{"@type":"node","@id":1930452589,"@timestamp":1368204602},"coords":"51.5069371,-0.6631339","bedrooms":"0","price":"183000","area":"680"} , +{"type":"Feature","id":"n1930539220","geometry":{"type":"Point","coordinates":[0.6028349,51.6447864]},"properties":{"@type":"node","@id":1930539220,"@timestamp":1348494125},"coords":"51.6447864,0.6028349","bedrooms":"4","price":"225000","area":"522"} , +{"type":"Feature","id":"n1930594370","geometry":{"type":"Point","coordinates":[-0.1602222,51.4614992]},"properties":{"@type":"node","@id":1930594370,"@timestamp":1348498700},"coords":"51.4614992,-0.1602222","bedrooms":"2","price":"282000","area":"542"} , +{"type":"Feature","id":"n1930772302","geometry":{"type":"Point","coordinates":[-0.1603482,51.4649735]},"properties":{"@type":"node","@id":1930772302,"@timestamp":1613829654},"coords":"51.4649735,-0.1603482","bedrooms":"1","price":"219000","area":"443"} , +{"type":"Feature","id":"n1931137207","geometry":{"type":"Point","coordinates":[0.871485,51.2577612]},"properties":{"@type":"node","@id":1931137207,"@timestamp":1348516966},"coords":"51.2577612,0.871485","bedrooms":"1","price":"257000","area":"650"} , +{"type":"Feature","id":"n1931343573","geometry":{"type":"Point","coordinates":[-0.1145582,51.5711545]},"properties":{"@type":"node","@id":1931343573,"@timestamp":1595780193},"coords":"51.5711545,-0.1145582","bedrooms":"3","price":"272000","area":"569"} , +{"type":"Feature","id":"n1931366890","geometry":{"type":"Point","coordinates":[-0.1152829,51.5706808]},"properties":{"@type":"node","@id":1931366890,"@timestamp":1582401278},"coords":"51.5706808,-0.1152829","bedrooms":"2","price":"154000","area":"378"} , +{"type":"Feature","id":"n1931481206","geometry":{"type":"Point","coordinates":[-0.3064295,51.5164663]},"properties":{"@type":"node","@id":1931481206,"@timestamp":1564910822},"coords":"51.5164663,-0.3064295","bedrooms":"1","price":"270000","area":"492"} , +{"type":"Feature","id":"n1931512216","geometry":{"type":"Point","coordinates":[-0.65331,51.3087619]},"properties":{"@type":"node","@id":1931512216,"@timestamp":1348531107},"coords":"51.3087619,-0.65331","bedrooms":"3","price":"177000","area":"574"} , +{"type":"Feature","id":"n1931809895","geometry":{"type":"Point","coordinates":[0.6943979,51.2835774]},"properties":{"@type":"node","@id":1931809895,"@timestamp":1348554081},"coords":"51.2835774,0.6943979","bedrooms":"4","price":"249000","area":"581"} , +{"type":"Feature","id":"n1931944318","geometry":{"type":"Point","coordinates":[-0.1957456,51.5000697]},"properties":{"@type":"node","@id":1931944318,"@timestamp":1587748782},"coords":"51.5000697,-0.1957456","bedrooms":"1","price":"177000","area":"366"} , +{"type":"Feature","id":"n1932118530","geometry":{"type":"Point","coordinates":[-0.3143537,51.3938863]},"properties":{"@type":"node","@id":1932118530,"@timestamp":1626961299},"coords":"51.3938863,-0.3143537","bedrooms":"1","price":"257000","area":"512"} , +{"type":"Feature","id":"n1932473638","geometry":{"type":"Point","coordinates":[0.7459963,51.3386229]},"properties":{"@type":"node","@id":1932473638,"@timestamp":1536522100},"coords":"51.3386229,0.7459963","bedrooms":"1","price":"234000","area":"394"} , +{"type":"Feature","id":"n1932687708","geometry":{"type":"Point","coordinates":[-0.0367246,51.5250937]},"properties":{"@type":"node","@id":1932687708,"@timestamp":1348597966},"coords":"51.5250937,-0.0367246","bedrooms":"3","price":"298000","area":"592"} , +{"type":"Feature","id":"n1932902213","geometry":{"type":"Point","coordinates":[-0.1642168,51.46407]},"properties":{"@type":"node","@id":1932902213,"@timestamp":1476292074},"coords":"51.46407,-0.1642168","bedrooms":"0","price":"218000","area":"654"} , +{"type":"Feature","id":"n1933419568","geometry":{"type":"Point","coordinates":[-0.1655169,51.4639281]},"properties":{"@type":"node","@id":1933419568,"@timestamp":1624848845},"coords":"51.4639281,-0.1655169","bedrooms":"3","price":"178000","area":"449"} , +{"type":"Feature","id":"n1933538488","geometry":{"type":"Point","coordinates":[-0.723561,51.131821]},"properties":{"@type":"node","@id":1933538488,"@timestamp":1432483813},"coords":"51.131821,-0.723561","bedrooms":"1","price":"182000","area":"699"} , +{"type":"Feature","id":"n1933542585","geometry":{"type":"Point","coordinates":[0.0882251,51.3607339]},"properties":{"@type":"node","@id":1933542585,"@timestamp":1348656604},"coords":"51.3607339,0.0882251","bedrooms":"4","price":"243000","area":"379"} , +{"type":"Feature","id":"n1933553878","geometry":{"type":"Point","coordinates":[-0.1508012,51.5187904]},"properties":{"@type":"node","@id":1933553878,"@timestamp":1398104056},"coords":"51.5187904,-0.1508012","bedrooms":"1","price":"258000","area":"650"} , +{"type":"Feature","id":"n1933585972","geometry":{"type":"Point","coordinates":[-0.1675044,51.5151412]},"properties":{"@type":"node","@id":1933585972,"@timestamp":1573360163},"coords":"51.5151412,-0.1675044","bedrooms":"1","price":"209000","area":"458"} , +{"type":"Feature","id":"n1933869991","geometry":{"type":"Point","coordinates":[-0.1417534,51.5180105]},"properties":{"@type":"node","@id":1933869991,"@timestamp":1635242020},"coords":"51.5180105,-0.1417534","bedrooms":"2","price":"190000","area":"520"} , +{"type":"Feature","id":"n1933870127","geometry":{"type":"Point","coordinates":[-0.1426175,51.5196337]},"properties":{"@type":"node","@id":1933870127,"@timestamp":1431641164},"coords":"51.5196337,-0.1426175","bedrooms":"0","price":"249000","area":"454"} , +{"type":"Feature","id":"n1933960559","geometry":{"type":"Point","coordinates":[0.8619464,51.116772]},"properties":{"@type":"node","@id":1933960559,"@timestamp":1348678168},"coords":"51.116772,0.8619464","bedrooms":"1","price":"152000","area":"626"} , +{"type":"Feature","id":"n1934087743","geometry":{"type":"Point","coordinates":[-0.2301501,51.5871897]},"properties":{"@type":"node","@id":1934087743,"@timestamp":1348684710},"coords":"51.5871897,-0.2301501","bedrooms":"2","price":"201000","area":"597"} , +{"type":"Feature","id":"n1934114900","geometry":{"type":"Point","coordinates":[-0.2229322,51.5883413]},"properties":{"@type":"node","@id":1934114900,"@timestamp":1357938213},"coords":"51.5883413,-0.2229322","bedrooms":"4","price":"160000","area":"378"} , +{"type":"Feature","id":"n1934120808","geometry":{"type":"Point","coordinates":[-0.2258772,51.5888779]},"properties":{"@type":"node","@id":1934120808,"@timestamp":1348686099},"coords":"51.5888779,-0.2258772","bedrooms":"4","price":"234000","area":"495"} , +{"type":"Feature","id":"n1934193466","geometry":{"type":"Point","coordinates":[-0.060433,51.6495733]},"properties":{"@type":"node","@id":1934193466,"@timestamp":1416341166},"coords":"51.6495733,-0.060433","bedrooms":"2","price":"193000","area":"517"} , +{"type":"Feature","id":"n1934269424","geometry":{"type":"Point","coordinates":[0.3100802,51.260898]},"properties":{"@type":"node","@id":1934269424,"@timestamp":1505937465},"coords":"51.260898,0.3100802","bedrooms":"3","price":"177000","area":"432"} , +{"type":"Feature","id":"n1934455896","geometry":{"type":"Point","coordinates":[-0.0414051,51.3742218]},"properties":{"@type":"node","@id":1934455896,"@timestamp":1614241718},"coords":"51.3742218,-0.0414051","bedrooms":"4","price":"253000","area":"371"} , +{"type":"Feature","id":"n1934895251","geometry":{"type":"Point","coordinates":[-0.7837036,51.4034444]},"properties":{"@type":"node","@id":1934895251,"@timestamp":1455477386},"coords":"51.4034444,-0.7837036","bedrooms":"4","price":"159000","area":"698"} , +{"type":"Feature","id":"n1935456454","geometry":{"type":"Point","coordinates":[-0.1655658,51.4629365]},"properties":{"@type":"node","@id":1935456454,"@timestamp":1348759766},"coords":"51.4629365,-0.1655658","bedrooms":"2","price":"225000","area":"567"} , +{"type":"Feature","id":"n1935551391","geometry":{"type":"Point","coordinates":[-0.9729716,51.4676998]},"properties":{"@type":"node","@id":1935551391,"@timestamp":1627597603},"coords":"51.4676998,-0.9729716","bedrooms":"4","price":"189000","area":"528"} , +{"type":"Feature","id":"n1935690807","geometry":{"type":"Point","coordinates":[0.7298537,51.3409007]},"properties":{"@type":"node","@id":1935690807,"@timestamp":1566647727},"coords":"51.3409007,0.7298537","bedrooms":"3","price":"172000","area":"653"} , +{"type":"Feature","id":"n1936005018","geometry":{"type":"Point","coordinates":[-0.1403817,51.5021946]},"properties":{"@type":"node","@id":1936005018,"@timestamp":1521446295},"coords":"51.5021946,-0.1403817","bedrooms":"2","price":"262000","area":"558"} , +{"type":"Feature","id":"n1936104592","geometry":{"type":"Point","coordinates":[-0.3270159,51.7719204]},"properties":{"@type":"node","@id":1936104592,"@timestamp":1550936409},"coords":"51.7719204,-0.3270159","bedrooms":"0","price":"241000","area":"375"} , +{"type":"Feature","id":"n1936187417","geometry":{"type":"Point","coordinates":[-0.012677,51.50433]},"properties":{"@type":"node","@id":1936187417,"@timestamp":1450294931},"coords":"51.50433,-0.012677","bedrooms":"3","price":"227000","area":"569"} , +{"type":"Feature","id":"n1936297520","geometry":{"type":"Point","coordinates":[0.0744131,51.5253285]},"properties":{"@type":"node","@id":1936297520,"@timestamp":1348815168},"coords":"51.5253285,0.0744131","bedrooms":"3","price":"274000","area":"531"} , +{"type":"Feature","id":"n1936551085","geometry":{"type":"Point","coordinates":[-0.7518624,51.3339405]},"properties":{"@type":"node","@id":1936551085,"@timestamp":1348827231},"coords":"51.3339405,-0.7518624","bedrooms":"3","price":"220000","area":"491"} , +{"type":"Feature","id":"n1936671435","geometry":{"type":"Point","coordinates":[-0.0685188,51.4738165]},"properties":{"@type":"node","@id":1936671435,"@timestamp":1408183262},"coords":"51.4738165,-0.0685188","bedrooms":"1","price":"198000","area":"483"} , +{"type":"Feature","id":"n1936671476","geometry":{"type":"Point","coordinates":[-0.0685444,51.4740393]},"properties":{"@type":"node","@id":1936671476,"@timestamp":1614038696},"coords":"51.4740393,-0.0685444","bedrooms":"2","price":"223000","area":"438"} , +{"type":"Feature","id":"n1936857378","geometry":{"type":"Point","coordinates":[-0.1846731,51.5197084]},"properties":{"@type":"node","@id":1936857378,"@timestamp":1635298882},"coords":"51.5197084,-0.1846731","bedrooms":"4","price":"277000","area":"661"} , +{"type":"Feature","id":"n1936872608","geometry":{"type":"Point","coordinates":[-0.0732133,51.4174657]},"properties":{"@type":"node","@id":1936872608,"@timestamp":1566192831},"coords":"51.4174657,-0.0732133","bedrooms":"2","price":"229000","area":"412"} , +{"type":"Feature","id":"n1937208390","geometry":{"type":"Point","coordinates":[-0.3408621,51.5718556]},"properties":{"@type":"node","@id":1937208390,"@timestamp":1387228100},"coords":"51.5718556,-0.3408621","bedrooms":"2","price":"205000","area":"458"} , +{"type":"Feature","id":"n1937328128","geometry":{"type":"Point","coordinates":[-0.1325151,51.5126049]},"properties":{"@type":"node","@id":1937328128,"@timestamp":1618345234},"coords":"51.5126049,-0.1325151","bedrooms":"4","price":"281000","area":"401"} , +{"type":"Feature","id":"n1937660909","geometry":{"type":"Point","coordinates":[0.1863166,51.5776089]},"properties":{"@type":"node","@id":1937660909,"@timestamp":1348906414},"coords":"51.5776089,0.1863166","bedrooms":"0","price":"218000","area":"358"} , +{"type":"Feature","id":"n1937709562","geometry":{"type":"Point","coordinates":[-0.1229417,51.484377]},"properties":{"@type":"node","@id":1937709562,"@timestamp":1574664109},"coords":"51.484377,-0.1229417","bedrooms":"3","price":"172000","area":"447"} , +{"type":"Feature","id":"n1937709607","geometry":{"type":"Point","coordinates":[-0.1220814,51.4862227]},"properties":{"@type":"node","@id":1937709607,"@timestamp":1636075879},"coords":"51.4862227,-0.1220814","bedrooms":"0","price":"230000","area":"356"} , +{"type":"Feature","id":"n1937740191","geometry":{"type":"Point","coordinates":[-0.1565091,51.4755439]},"properties":{"@type":"node","@id":1937740191,"@timestamp":1629362922},"coords":"51.4755439,-0.1565091","bedrooms":"1","price":"247000","area":"530"} , +{"type":"Feature","id":"n1937820112","geometry":{"type":"Point","coordinates":[-0.1714216,51.4700936]},"properties":{"@type":"node","@id":1937820112,"@timestamp":1564910822},"coords":"51.4700936,-0.1714216","bedrooms":"4","price":"274000","area":"420"} , +{"type":"Feature","id":"n1937846449","geometry":{"type":"Point","coordinates":[-0.1750781,51.7915456]},"properties":{"@type":"node","@id":1937846449,"@timestamp":1348917461},"coords":"51.7915456,-0.1750781","bedrooms":"0","price":"237000","area":"512"} , +{"type":"Feature","id":"n1937905091","geometry":{"type":"Point","coordinates":[-0.2245664,51.5051142]},"properties":{"@type":"node","@id":1937905091,"@timestamp":1618946039},"coords":"51.5051142,-0.2245664","bedrooms":"0","price":"242000","area":"652"} , +{"type":"Feature","id":"n1937962756","geometry":{"type":"Point","coordinates":[-0.1954863,51.5003397]},"properties":{"@type":"node","@id":1937962756,"@timestamp":1607088661},"coords":"51.5003397,-0.1954863","bedrooms":"1","price":"182000","area":"413"} , +{"type":"Feature","id":"n1938175710","geometry":{"type":"Point","coordinates":[-0.0904384,51.5816135]},"properties":{"@type":"node","@id":1938175710,"@timestamp":1528250571},"coords":"51.5816135,-0.0904384","bedrooms":"4","price":"172000","area":"416"} , +{"type":"Feature","id":"n1938240201","geometry":{"type":"Point","coordinates":[-0.1612314,51.5017563]},"properties":{"@type":"node","@id":1938240201,"@timestamp":1573574086},"coords":"51.5017563,-0.1612314","bedrooms":"0","price":"277000","area":"437"} , +{"type":"Feature","id":"n1938318409","geometry":{"type":"Point","coordinates":[0.1055854,51.5074827]},"properties":{"@type":"node","@id":1938318409,"@timestamp":1386817526},"coords":"51.5074827,0.1055854","bedrooms":"4","price":"155000","area":"399"} , +{"type":"Feature","id":"n1938378719","geometry":{"type":"Point","coordinates":[-0.2327957,51.5885492]},"properties":{"@type":"node","@id":1938378719,"@timestamp":1348944156},"coords":"51.5885492,-0.2327957","bedrooms":"3","price":"166000","area":"451"} , +{"type":"Feature","id":"n1938391401","geometry":{"type":"Point","coordinates":[-0.2345231,51.5890725]},"properties":{"@type":"node","@id":1938391401,"@timestamp":1348944647},"coords":"51.5890725,-0.2345231","bedrooms":"1","price":"280000","area":"396"} , +{"type":"Feature","id":"n1938580061","geometry":{"type":"Point","coordinates":[-0.133475,51.5101435]},"properties":{"@type":"node","@id":1938580061,"@timestamp":1622132254},"coords":"51.5101435,-0.133475","bedrooms":"2","price":"233000","area":"388"} , +{"type":"Feature","id":"n1938657111","geometry":{"type":"Point","coordinates":[0.7253007,51.3367349]},"properties":{"@type":"node","@id":1938657111,"@timestamp":1567878891},"coords":"51.3367349,0.7253007","bedrooms":"1","price":"208000","area":"378"} , +{"type":"Feature","id":"n1938819325","geometry":{"type":"Point","coordinates":[-0.0941871,51.512319]},"properties":{"@type":"node","@id":1938819325,"@timestamp":1553829959},"coords":"51.512319,-0.0941871","bedrooms":"3","price":"265000","area":"654"} , +{"type":"Feature","id":"n1938953440","geometry":{"type":"Point","coordinates":[-0.1199087,51.5194992]},"properties":{"@type":"node","@id":1938953440,"@timestamp":1627697876},"coords":"51.5194992,-0.1199087","bedrooms":"1","price":"220000","area":"616"} , +{"type":"Feature","id":"n1939486483","geometry":{"type":"Point","coordinates":[0.7254027,51.337313]},"properties":{"@type":"node","@id":1939486483,"@timestamp":1486462284},"coords":"51.337313,0.7254027","bedrooms":"4","price":"259000","area":"556"} , +{"type":"Feature","id":"n1939519184","geometry":{"type":"Point","coordinates":[0.7362678,51.3355592]},"properties":{"@type":"node","@id":1939519184,"@timestamp":1568836542},"coords":"51.3355592,0.7362678","bedrooms":"3","price":"157000","area":"592"} , +{"type":"Feature","id":"n1939558672","geometry":{"type":"Point","coordinates":[-0.0885454,51.5133473]},"properties":{"@type":"node","@id":1939558672,"@timestamp":1576686850},"coords":"51.5133473,-0.0885454","bedrooms":"0","price":"178000","area":"663"} , +{"type":"Feature","id":"n1939575299","geometry":{"type":"Point","coordinates":[-1.077077,51.3569005]},"properties":{"@type":"node","@id":1939575299,"@timestamp":1349006462},"coords":"51.3569005,-1.077077","bedrooms":"2","price":"180000","area":"370"} , +{"type":"Feature","id":"n1939698747","geometry":{"type":"Point","coordinates":[-0.2492723,51.5140603]},"properties":{"@type":"node","@id":1939698747,"@timestamp":1615490448},"coords":"51.5140603,-0.2492723","bedrooms":"1","price":"174000","area":"565"} , +{"type":"Feature","id":"n1939746439","geometry":{"type":"Point","coordinates":[0.0249349,51.5896428]},"properties":{"@type":"node","@id":1939746439,"@timestamp":1392573644},"coords":"51.5896428,0.0249349","bedrooms":"3","price":"211000","area":"578"} , +{"type":"Feature","id":"n1939746473","geometry":{"type":"Point","coordinates":[0.0246919,51.5900174]},"properties":{"@type":"node","@id":1939746473,"@timestamp":1392573645},"coords":"51.5900174,0.0246919","bedrooms":"0","price":"229000","area":"403"} , +{"type":"Feature","id":"n1939746508","geometry":{"type":"Point","coordinates":[0.0250302,51.5901492]},"properties":{"@type":"node","@id":1939746508,"@timestamp":1392573647},"coords":"51.5901492,0.0250302","bedrooms":"3","price":"297000","area":"380"} , +{"type":"Feature","id":"n1939746567","geometry":{"type":"Point","coordinates":[0.0249259,51.5896057]},"properties":{"@type":"node","@id":1939746567,"@timestamp":1392573644},"coords":"51.5896057,0.0249259","bedrooms":"0","price":"201000","area":"357"} , +{"type":"Feature","id":"n1939746633","geometry":{"type":"Point","coordinates":[0.0249605,51.5897479]},"properties":{"@type":"node","@id":1939746633,"@timestamp":1392573645},"coords":"51.5897479,0.0249605","bedrooms":"4","price":"242000","area":"435"} , +{"type":"Feature","id":"n1939866347","geometry":{"type":"Point","coordinates":[-1.0850015,51.2570768]},"properties":{"@type":"node","@id":1939866347,"@timestamp":1349017245},"coords":"51.2570768,-1.0850015","bedrooms":"0","price":"201000","area":"493"} , +{"type":"Feature","id":"n1940046861","geometry":{"type":"Point","coordinates":[-0.1930326,51.4015836]},"properties":{"@type":"node","@id":1940046861,"@timestamp":1580680200},"coords":"51.4015836,-0.1930326","bedrooms":"0","price":"261000","area":"397"} , +{"type":"Feature","id":"n1940131707","geometry":{"type":"Point","coordinates":[-0.8324286,51.6891624]},"properties":{"@type":"node","@id":1940131707,"@timestamp":1349026407},"coords":"51.6891624,-0.8324286","bedrooms":"4","price":"231000","area":"571"} , +{"type":"Feature","id":"n1940653970","geometry":{"type":"Point","coordinates":[0.7270496,51.3326224]},"properties":{"@type":"node","@id":1940653970,"@timestamp":1486463824},"coords":"51.3326224,0.7270496","bedrooms":"0","price":"298000","area":"565"} , +{"type":"Feature","id":"n1941072608","geometry":{"type":"Point","coordinates":[0.2396929,51.4261505]},"properties":{"@type":"node","@id":1941072608,"@timestamp":1386636476},"coords":"51.4261505,0.2396929","bedrooms":"0","price":"294000","area":"390"} , +{"type":"Feature","id":"n1941245808","geometry":{"type":"Point","coordinates":[0.2228483,51.8722916]},"properties":{"@type":"node","@id":1941245808,"@timestamp":1616201502},"coords":"51.8722916,0.2228483","bedrooms":"3","price":"271000","area":"526"} , +{"type":"Feature","id":"n1941451501","geometry":{"type":"Point","coordinates":[-0.0088062,51.0564555]},"properties":{"@type":"node","@id":1941451501,"@timestamp":1515764957},"coords":"51.0564555,-0.0088062","bedrooms":"1","price":"192000","area":"554"} , +{"type":"Feature","id":"n1941666925","geometry":{"type":"Point","coordinates":[-0.6215381,51.709282]},"properties":{"@type":"node","@id":1941666925,"@timestamp":1455922161},"coords":"51.709282,-0.6215381","bedrooms":"4","price":"272000","area":"385"} , +{"type":"Feature","id":"n1941878467","geometry":{"type":"Point","coordinates":[0.7215708,51.3328481]},"properties":{"@type":"node","@id":1941878467,"@timestamp":1567937793},"coords":"51.3328481,0.7215708","bedrooms":"0","price":"185000","area":"438"} , +{"type":"Feature","id":"n1941893453","geometry":{"type":"Point","coordinates":[-0.0410825,51.3582867]},"properties":{"@type":"node","@id":1941893453,"@timestamp":1349122474},"coords":"51.3582867,-0.0410825","bedrooms":"0","price":"262000","area":"698"} , +{"type":"Feature","id":"n1942578611","geometry":{"type":"Point","coordinates":[0.2159561,51.8791669]},"properties":{"@type":"node","@id":1942578611,"@timestamp":1387876098},"coords":"51.8791669,0.2159561","bedrooms":"3","price":"263000","area":"644"} , +{"type":"Feature","id":"n1942631047","geometry":{"type":"Point","coordinates":[-0.7328873,51.1442862]},"properties":{"@type":"node","@id":1942631047,"@timestamp":1349180702},"coords":"51.1442862,-0.7328873","bedrooms":"4","price":"224000","area":"676"} , +{"type":"Feature","id":"n1942765872","geometry":{"type":"Point","coordinates":[0.1019333,51.5355545]},"properties":{"@type":"node","@id":1942765872,"@timestamp":1469413523},"coords":"51.5355545,0.1019333","bedrooms":"2","price":"172000","area":"493"} , +{"type":"Feature","id":"n1943189971","geometry":{"type":"Point","coordinates":[0.7193987,51.3370412]},"properties":{"@type":"node","@id":1943189971,"@timestamp":1566739753},"coords":"51.3370412,0.7193987","bedrooms":"3","price":"297000","area":"583"} , +{"type":"Feature","id":"n1944051498","geometry":{"type":"Point","coordinates":[-0.3133311,51.7420225]},"properties":{"@type":"node","@id":1944051498,"@timestamp":1626603275},"coords":"51.7420225,-0.3133311","bedrooms":"0","price":"271000","area":"528"} , +{"type":"Feature","id":"n1944440362","geometry":{"type":"Point","coordinates":[-0.195313,51.4018162]},"properties":{"@type":"node","@id":1944440362,"@timestamp":1569445772},"coords":"51.4018162,-0.195313","bedrooms":"4","price":"239000","area":"587"} , +{"type":"Feature","id":"n1944515696","geometry":{"type":"Point","coordinates":[-0.1980578,51.4152537]},"properties":{"@type":"node","@id":1944515696,"@timestamp":1349280347},"coords":"51.4152537,-0.1980578","bedrooms":"1","price":"166000","area":"359"} , +{"type":"Feature","id":"n1944961272","geometry":{"type":"Point","coordinates":[-0.7153081,51.1207911]},"properties":{"@type":"node","@id":1944961272,"@timestamp":1604990615},"coords":"51.1207911,-0.7153081","bedrooms":"2","price":"213000","area":"688"} , +{"type":"Feature","id":"n1945679704","geometry":{"type":"Point","coordinates":[0.0322649,51.3921873]},"properties":{"@type":"node","@id":1945679704,"@timestamp":1349338041},"coords":"51.3921873,0.0322649","bedrooms":"0","price":"174000","area":"355"} , +{"type":"Feature","id":"n1945982963","geometry":{"type":"Point","coordinates":[-0.9055582,51.3844334]},"properties":{"@type":"node","@id":1945982963,"@timestamp":1401576533},"coords":"51.3844334,-0.9055582","bedrooms":"1","price":"246000","area":"379"} , +{"type":"Feature","id":"n1946105217","geometry":{"type":"Point","coordinates":[0.5547356,51.4812117]},"properties":{"@type":"node","@id":1946105217,"@timestamp":1571507933},"coords":"51.4812117,0.5547356","bedrooms":"3","price":"264000","area":"594"} , +{"type":"Feature","id":"n1946516267","geometry":{"type":"Point","coordinates":[-0.5431809,51.3232185]},"properties":{"@type":"node","@id":1946516267,"@timestamp":1587211843},"coords":"51.3232185,-0.5431809","bedrooms":"2","price":"254000","area":"657"} , +{"type":"Feature","id":"n1946791923","geometry":{"type":"Point","coordinates":[-0.0129379,51.5458527]},"properties":{"@type":"node","@id":1946791923,"@timestamp":1629033698},"coords":"51.5458527,-0.0129379","bedrooms":"1","price":"236000","area":"574"} , +{"type":"Feature","id":"n1946796278","geometry":{"type":"Point","coordinates":[-0.3343991,51.592526]},"properties":{"@type":"node","@id":1946796278,"@timestamp":1625323530},"coords":"51.592526,-0.3343991","bedrooms":"2","price":"211000","area":"381"} , +{"type":"Feature","id":"n1946833984","geometry":{"type":"Point","coordinates":[-0.513468,51.2817748]},"properties":{"@type":"node","@id":1946833984,"@timestamp":1561728775},"coords":"51.2817748,-0.513468","bedrooms":"4","price":"217000","area":"520"} , +{"type":"Feature","id":"n1946845990","geometry":{"type":"Point","coordinates":[-0.3367469,51.7700645]},"properties":{"@type":"node","@id":1946845990,"@timestamp":1349394779},"coords":"51.7700645,-0.3367469","bedrooms":"3","price":"163000","area":"602"} , +{"type":"Feature","id":"n1946944810","geometry":{"type":"Point","coordinates":[-0.0070716,51.1764326]},"properties":{"@type":"node","@id":1946944810,"@timestamp":1536079948},"coords":"51.1764326,-0.0070716","bedrooms":"0","price":"273000","area":"696"} , +{"type":"Feature","id":"n1947145509","geometry":{"type":"Point","coordinates":[-0.0157696,51.1298641]},"properties":{"@type":"node","@id":1947145509,"@timestamp":1410454850},"coords":"51.1298641,-0.0157696","bedrooms":"1","price":"165000","area":"652"} , +{"type":"Feature","id":"n1947145535","geometry":{"type":"Point","coordinates":[-0.0003905,51.161943]},"properties":{"@type":"node","@id":1947145535,"@timestamp":1349420515},"coords":"51.161943,-0.0003905","bedrooms":"4","price":"178000","area":"576"} , +{"type":"Feature","id":"n1947276680","geometry":{"type":"Point","coordinates":[0.0762337,51.5049729]},"properties":{"@type":"node","@id":1947276680,"@timestamp":1621896255},"coords":"51.5049729,0.0762337","bedrooms":"3","price":"189000","area":"387"} , +{"type":"Feature","id":"n1947353296","geometry":{"type":"Point","coordinates":[-0.7105496,51.61907]},"properties":{"@type":"node","@id":1947353296,"@timestamp":1349436337},"coords":"51.61907,-0.7105496","bedrooms":"0","price":"289000","area":"670"} , +{"type":"Feature","id":"n1947640492","geometry":{"type":"Point","coordinates":[-0.1292354,51.3591583]},"properties":{"@type":"node","@id":1947640492,"@timestamp":1564910825},"coords":"51.3591583,-0.1292354","bedrooms":"2","price":"270000","area":"541"} , +{"type":"Feature","id":"n1947973270","geometry":{"type":"Point","coordinates":[-0.7545792,51.6518188]},"properties":{"@type":"node","@id":1947973270,"@timestamp":1536251951},"coords":"51.6518188,-0.7545792","bedrooms":"0","price":"210000","area":"600"} , +{"type":"Feature","id":"n1948137567","geometry":{"type":"Point","coordinates":[-0.388868,51.3515418]},"properties":{"@type":"node","@id":1948137567,"@timestamp":1349472045},"coords":"51.3515418,-0.388868","bedrooms":"2","price":"260000","area":"589"} , +{"type":"Feature","id":"n1948278854","geometry":{"type":"Point","coordinates":[-0.049368,51.628595]},"properties":{"@type":"node","@id":1948278854,"@timestamp":1349481701},"coords":"51.628595,-0.049368","bedrooms":"1","price":"261000","area":"511"} , +{"type":"Feature","id":"n1948962720","geometry":{"type":"Point","coordinates":[0.3609671,51.3758583]},"properties":{"@type":"node","@id":1948962720,"@timestamp":1476603520},"coords":"51.3758583,0.3609671","bedrooms":"0","price":"263000","area":"524"} , +{"type":"Feature","id":"n1949224554","geometry":{"type":"Point","coordinates":[-0.0966423,51.3972295]},"properties":{"@type":"node","@id":1949224554,"@timestamp":1349534519},"coords":"51.3972295,-0.0966423","bedrooms":"1","price":"215000","area":"475"} , +{"type":"Feature","id":"n1949282154","geometry":{"type":"Point","coordinates":[-0.335656,51.7707794]},"properties":{"@type":"node","@id":1949282154,"@timestamp":1349537282},"coords":"51.7707794,-0.335656","bedrooms":"2","price":"253000","area":"515"} , +{"type":"Feature","id":"n1949282167","geometry":{"type":"Point","coordinates":[-0.3424068,51.7722481]},"properties":{"@type":"node","@id":1949282167,"@timestamp":1349537282},"coords":"51.7722481,-0.3424068","bedrooms":"0","price":"209000","area":"410"} , +{"type":"Feature","id":"n1949282180","geometry":{"type":"Point","coordinates":[-0.3416236,51.7728173]},"properties":{"@type":"node","@id":1949282180,"@timestamp":1349537283},"coords":"51.7728173,-0.3416236","bedrooms":"0","price":"269000","area":"644"} , +{"type":"Feature","id":"n1949282194","geometry":{"type":"Point","coordinates":[-0.338735,51.7715211]},"properties":{"@type":"node","@id":1949282194,"@timestamp":1349537284},"coords":"51.7715211,-0.338735","bedrooms":"3","price":"280000","area":"545"} , +{"type":"Feature","id":"n1949330771","geometry":{"type":"Point","coordinates":[0.0544501,51.3655061]},"properties":{"@type":"node","@id":1949330771,"@timestamp":1620113260},"coords":"51.3655061,0.0544501","bedrooms":"1","price":"248000","area":"624"} , +{"type":"Feature","id":"n1949488537","geometry":{"type":"Point","coordinates":[0.0259017,51.5932736]},"properties":{"@type":"node","@id":1949488537,"@timestamp":1349543361},"coords":"51.5932736,0.0259017","bedrooms":"2","price":"209000","area":"699"} , +{"type":"Feature","id":"n1949536816","geometry":{"type":"Point","coordinates":[0.027173,51.5923773]},"properties":{"@type":"node","@id":1949536816,"@timestamp":1543775725},"coords":"51.5923773,0.027173","bedrooms":"0","price":"189000","area":"374"} , +{"type":"Feature","id":"n1949545112","geometry":{"type":"Point","coordinates":[0.7228446,51.3409661]},"properties":{"@type":"node","@id":1949545112,"@timestamp":1349545350},"coords":"51.3409661,0.7228446","bedrooms":"1","price":"260000","area":"439"} , +{"type":"Feature","id":"n1949717064","geometry":{"type":"Point","coordinates":[-0.1873444,51.1120408]},"properties":{"@type":"node","@id":1949717064,"@timestamp":1349552209},"coords":"51.1120408,-0.1873444","bedrooms":"3","price":"276000","area":"464"} , +{"type":"Feature","id":"n1949823034","geometry":{"type":"Point","coordinates":[0.1772508,51.1985347]},"properties":{"@type":"node","@id":1949823034,"@timestamp":1611576797},"coords":"51.1985347,0.1772508","bedrooms":"0","price":"181000","area":"607"} , +{"type":"Feature","id":"n1949823434","geometry":{"type":"Point","coordinates":[0.0135464,51.248639]},"properties":{"@type":"node","@id":1949823434,"@timestamp":1349554817},"coords":"51.248639,0.0135464","bedrooms":"0","price":"194000","area":"495"} , +{"type":"Feature","id":"n1950019043","geometry":{"type":"Point","coordinates":[-0.7608394,51.653277]},"properties":{"@type":"node","@id":1950019043,"@timestamp":1536251952},"coords":"51.653277,-0.7608394","bedrooms":"2","price":"211000","area":"442"} , +{"type":"Feature","id":"n1950746188","geometry":{"type":"Point","coordinates":[0.0268692,51.592285]},"properties":{"@type":"node","@id":1950746188,"@timestamp":1624478724},"coords":"51.592285,0.0268692","bedrooms":"2","price":"256000","area":"677"} , +{"type":"Feature","id":"n1950993283","geometry":{"type":"Point","coordinates":[-0.164587,51.4550442]},"properties":{"@type":"node","@id":1950993283,"@timestamp":1613589847},"coords":"51.4550442,-0.164587","bedrooms":"2","price":"298000","area":"673"} , +{"type":"Feature","id":"n1951120425","geometry":{"type":"Point","coordinates":[0.0266815,51.59238]},"properties":{"@type":"node","@id":1951120425,"@timestamp":1543775726},"coords":"51.59238,0.0266815","bedrooms":"3","price":"232000","area":"668"} , +{"type":"Feature","id":"n1951309357","geometry":{"type":"Point","coordinates":[-0.0714831,51.5083686]},"properties":{"@type":"node","@id":1951309357,"@timestamp":1628515775},"coords":"51.5083686,-0.0714831","bedrooms":"3","price":"222000","area":"403"} , +{"type":"Feature","id":"n1951471237","geometry":{"type":"Point","coordinates":[-0.0573506,51.5877862]},"properties":{"@type":"node","@id":1951471237,"@timestamp":1631562576},"coords":"51.5877862,-0.0573506","bedrooms":"3","price":"159000","area":"599"} , +{"type":"Feature","id":"n1952450062","geometry":{"type":"Point","coordinates":[-0.3485823,51.5697084]},"properties":{"@type":"node","@id":1952450062,"@timestamp":1424560564},"coords":"51.5697084,-0.3485823","bedrooms":"3","price":"189000","area":"423"} , +{"type":"Feature","id":"n1952501577","geometry":{"type":"Point","coordinates":[0.7199228,51.3418521]},"properties":{"@type":"node","@id":1952501577,"@timestamp":1567814119},"coords":"51.3418521,0.7199228","bedrooms":"4","price":"279000","area":"614"} , +{"type":"Feature","id":"n1952799430","geometry":{"type":"Point","coordinates":[-0.1965945,51.4004142]},"properties":{"@type":"node","@id":1952799430,"@timestamp":1569451766},"coords":"51.4004142,-0.1965945","bedrooms":"2","price":"244000","area":"623"} , +{"type":"Feature","id":"n1953027424","geometry":{"type":"Point","coordinates":[-0.5643814,51.2201033]},"properties":{"@type":"node","@id":1953027424,"@timestamp":1582033421},"coords":"51.2201033,-0.5643814","bedrooms":"2","price":"179000","area":"557"} , +{"type":"Feature","id":"n1953115217","geometry":{"type":"Point","coordinates":[0.5988315,51.5498027]},"properties":{"@type":"node","@id":1953115217,"@timestamp":1603989580},"coords":"51.5498027,0.5988315","bedrooms":"1","price":"160000","area":"383"} , +{"type":"Feature","id":"n1953115277","geometry":{"type":"Point","coordinates":[0.5973059,51.5502556]},"properties":{"@type":"node","@id":1953115277,"@timestamp":1567425295},"coords":"51.5502556,0.5973059","bedrooms":"4","price":"208000","area":"523"} , +{"type":"Feature","id":"n1953197866","geometry":{"type":"Point","coordinates":[0.0662701,51.5761867]},"properties":{"@type":"node","@id":1953197866,"@timestamp":1612489475},"coords":"51.5761867,0.0662701","bedrooms":"3","price":"245000","area":"598"} , +{"type":"Feature","id":"n1953281381","geometry":{"type":"Point","coordinates":[0.0120732,51.5952085]},"properties":{"@type":"node","@id":1953281381,"@timestamp":1627671187},"coords":"51.5952085,0.0120732","bedrooms":"0","price":"207000","area":"563"} , +{"type":"Feature","id":"n1953434090","geometry":{"type":"Point","coordinates":[-1.0806519,51.2694684]},"properties":{"@type":"node","@id":1953434090,"@timestamp":1629300950},"coords":"51.2694684,-1.0806519","bedrooms":"2","price":"250000","area":"630"} , +{"type":"Feature","id":"n1953721159","geometry":{"type":"Point","coordinates":[-0.1143078,51.5044861]},"properties":{"@type":"node","@id":1953721159,"@timestamp":1600048103},"coords":"51.5044861,-0.1143078","bedrooms":"3","price":"263000","area":"539"} , +{"type":"Feature","id":"n1954330459","geometry":{"type":"Point","coordinates":[-0.8157307,51.3944491]},"properties":{"@type":"node","@id":1954330459,"@timestamp":1349764106},"coords":"51.3944491,-0.8157307","bedrooms":"3","price":"250000","area":"575"} , +{"type":"Feature","id":"n1954708541","geometry":{"type":"Point","coordinates":[0.2785749,51.446092]},"properties":{"@type":"node","@id":1954708541,"@timestamp":1349780892},"coords":"51.446092,0.2785749","bedrooms":"2","price":"200000","area":"519"} , +{"type":"Feature","id":"n1954751947","geometry":{"type":"Point","coordinates":[-0.0903931,51.5245207]},"properties":{"@type":"node","@id":1954751947,"@timestamp":1628342392},"coords":"51.5245207,-0.0903931","bedrooms":"0","price":"232000","area":"676"} , +{"type":"Feature","id":"n1954834197","geometry":{"type":"Point","coordinates":[0.0871816,51.6350987]},"properties":{"@type":"node","@id":1954834197,"@timestamp":1618341059},"coords":"51.6350987,0.0871816","bedrooms":"1","price":"257000","area":"624"} , +{"type":"Feature","id":"n1954884713","geometry":{"type":"Point","coordinates":[0.1684541,51.4002397]},"properties":{"@type":"node","@id":1954884713,"@timestamp":1349790018},"coords":"51.4002397,0.1684541","bedrooms":"2","price":"167000","area":"484"} , +{"type":"Feature","id":"n1955066833","geometry":{"type":"Point","coordinates":[-0.064775,51.4412496]},"properties":{"@type":"node","@id":1955066833,"@timestamp":1539276507},"coords":"51.4412496,-0.064775","bedrooms":"1","price":"270000","area":"510"} , +{"type":"Feature","id":"n1955231183","geometry":{"type":"Point","coordinates":[-0.3571283,51.7413902]},"properties":{"@type":"node","@id":1955231183,"@timestamp":1349802444},"coords":"51.7413902,-0.3571283","bedrooms":"0","price":"178000","area":"681"} , +{"type":"Feature","id":"n1955697746","geometry":{"type":"Point","coordinates":[0.7105235,51.3419143]},"properties":{"@type":"node","@id":1955697746,"@timestamp":1349814616},"coords":"51.3419143,0.7105235","bedrooms":"1","price":"190000","area":"694"} , +{"type":"Feature","id":"n1955697988","geometry":{"type":"Point","coordinates":[0.7102435,51.3435033]},"properties":{"@type":"node","@id":1955697988,"@timestamp":1349814618},"coords":"51.3435033,0.7102435","bedrooms":"3","price":"184000","area":"395"} , +{"type":"Feature","id":"n1955698041","geometry":{"type":"Point","coordinates":[0.7106194,51.3441367]},"properties":{"@type":"node","@id":1955698041,"@timestamp":1349814619},"coords":"51.3441367,0.7106194","bedrooms":"4","price":"171000","area":"666"} , +{"type":"Feature","id":"n1955740211","geometry":{"type":"Point","coordinates":[0.7116519,51.3438811]},"properties":{"@type":"node","@id":1955740211,"@timestamp":1567076429},"coords":"51.3438811,0.7116519","bedrooms":"4","price":"213000","area":"605"} , +{"type":"Feature","id":"n1955834255","geometry":{"type":"Point","coordinates":[-0.1572641,51.1032076]},"properties":{"@type":"node","@id":1955834255,"@timestamp":1633724524},"coords":"51.1032076,-0.1572641","bedrooms":"3","price":"156000","area":"370"} , +{"type":"Feature","id":"n1955834300","geometry":{"type":"Point","coordinates":[-0.1565614,51.1031133]},"properties":{"@type":"node","@id":1955834300,"@timestamp":1633724524},"coords":"51.1031133,-0.1565614","bedrooms":"1","price":"284000","area":"574"} , +{"type":"Feature","id":"n1955834348","geometry":{"type":"Point","coordinates":[-0.1566928,51.1080647]},"properties":{"@type":"node","@id":1955834348,"@timestamp":1349818992},"coords":"51.1080647,-0.1566928","bedrooms":"3","price":"226000","area":"413"} , +{"type":"Feature","id":"n1955840501","geometry":{"type":"Point","coordinates":[-0.1523354,51.5908735]},"properties":{"@type":"node","@id":1955840501,"@timestamp":1629644396},"coords":"51.5908735,-0.1523354","bedrooms":"0","price":"215000","area":"586"} , +{"type":"Feature","id":"n1955852096","geometry":{"type":"Point","coordinates":[-0.1575639,51.1027043]},"properties":{"@type":"node","@id":1955852096,"@timestamp":1633724524},"coords":"51.1027043,-0.1575639","bedrooms":"0","price":"262000","area":"510"} , +{"type":"Feature","id":"n1955945712","geometry":{"type":"Point","coordinates":[0.5986611,51.5768365]},"properties":{"@type":"node","@id":1955945712,"@timestamp":1354411678},"coords":"51.5768365,0.5986611","bedrooms":"0","price":"159000","area":"516"} , +{"type":"Feature","id":"n1956516406","geometry":{"type":"Point","coordinates":[-0.3398221,51.5706288]},"properties":{"@type":"node","@id":1956516406,"@timestamp":1376608436},"coords":"51.5706288,-0.3398221","bedrooms":"1","price":"197000","area":"623"} , +{"type":"Feature","id":"n1956929099","geometry":{"type":"Point","coordinates":[-0.1720306,51.3982387]},"properties":{"@type":"node","@id":1956929099,"@timestamp":1541288474},"coords":"51.3982387,-0.1720306","bedrooms":"2","price":"153000","area":"685"} , +{"type":"Feature","id":"n1957081231","geometry":{"type":"Point","coordinates":[0.7248826,51.3399925]},"properties":{"@type":"node","@id":1957081231,"@timestamp":1566739753},"coords":"51.3399925,0.7248826","bedrooms":"4","price":"294000","area":"665"} , +{"type":"Feature","id":"n1957081253","geometry":{"type":"Point","coordinates":[0.7249822,51.3402826]},"properties":{"@type":"node","@id":1957081253,"@timestamp":1566739753},"coords":"51.3402826,0.7249822","bedrooms":"1","price":"263000","area":"634"} , +{"type":"Feature","id":"n1957081317","geometry":{"type":"Point","coordinates":[0.7267042,51.3410319]},"properties":{"@type":"node","@id":1957081317,"@timestamp":1349890345},"coords":"51.3410319,0.7267042","bedrooms":"2","price":"249000","area":"562"} , +{"type":"Feature","id":"n1957393899","geometry":{"type":"Point","coordinates":[0.7255863,51.341805]},"properties":{"@type":"node","@id":1957393899,"@timestamp":1568800440},"coords":"51.341805,0.7255863","bedrooms":"4","price":"191000","area":"361"} , +{"type":"Feature","id":"n1958089138","geometry":{"type":"Point","coordinates":[0.1238674,51.3225751]},"properties":{"@type":"node","@id":1958089138,"@timestamp":1349944169},"coords":"51.3225751,0.1238674","bedrooms":"4","price":"182000","area":"659"} , +{"type":"Feature","id":"n1958319810","geometry":{"type":"Point","coordinates":[-0.1651256,51.4650783]},"properties":{"@type":"node","@id":1958319810,"@timestamp":1349956814},"coords":"51.4650783,-0.1651256","bedrooms":"4","price":"209000","area":"410"} , +{"type":"Feature","id":"n1958568564","geometry":{"type":"Point","coordinates":[-0.1637083,51.4538262]},"properties":{"@type":"node","@id":1958568564,"@timestamp":1575960930},"coords":"51.4538262,-0.1637083","bedrooms":"2","price":"197000","area":"577"} , +{"type":"Feature","id":"n1958593239","geometry":{"type":"Point","coordinates":[-0.163784,51.4539544]},"properties":{"@type":"node","@id":1958593239,"@timestamp":1623149200},"coords":"51.4539544,-0.163784","bedrooms":"3","price":"173000","area":"663"} , +{"type":"Feature","id":"n1958644314","geometry":{"type":"Point","coordinates":[-0.1660945,51.4578922]},"properties":{"@type":"node","@id":1958644314,"@timestamp":1349969828},"coords":"51.4578922,-0.1660945","bedrooms":"1","price":"231000","area":"669"} , +{"type":"Feature","id":"n1958800694","geometry":{"type":"Point","coordinates":[-0.1171622,51.5181234]},"properties":{"@type":"node","@id":1958800694,"@timestamp":1464626213},"coords":"51.5181234,-0.1171622","bedrooms":"3","price":"262000","area":"535"} , +{"type":"Feature","id":"n1958820530","geometry":{"type":"Point","coordinates":[-0.1840887,51.5177224]},"properties":{"@type":"node","@id":1958820530,"@timestamp":1510940894},"coords":"51.5177224,-0.1840887","bedrooms":"2","price":"296000","area":"599"} , +{"type":"Feature","id":"n1958921289","geometry":{"type":"Point","coordinates":[0.0047207,51.3007087]},"properties":{"@type":"node","@id":1958921289,"@timestamp":1349981177},"coords":"51.3007087,0.0047207","bedrooms":"0","price":"221000","area":"577"} , +{"type":"Feature","id":"n1958940436","geometry":{"type":"Point","coordinates":[-0.0195617,51.314434]},"properties":{"@type":"node","@id":1958940436,"@timestamp":1349981567},"coords":"51.314434,-0.0195617","bedrooms":"0","price":"212000","area":"466"} , +{"type":"Feature","id":"n1958976331","geometry":{"type":"Point","coordinates":[0.7231993,51.3433635]},"properties":{"@type":"node","@id":1958976331,"@timestamp":1568807105},"coords":"51.3433635,0.7231993","bedrooms":"2","price":"156000","area":"663"} , +{"type":"Feature","id":"n1959070265","geometry":{"type":"Point","coordinates":[-0.4389968,51.5577761]},"properties":{"@type":"node","@id":1959070265,"@timestamp":1349984475},"coords":"51.5577761,-0.4389968","bedrooms":"2","price":"185000","area":"595"} , +{"type":"Feature","id":"n1959070306","geometry":{"type":"Point","coordinates":[-0.4373821,51.5573741]},"properties":{"@type":"node","@id":1959070306,"@timestamp":1349984475},"coords":"51.5573741,-0.4373821","bedrooms":"2","price":"244000","area":"593"} , +{"type":"Feature","id":"n1959070335","geometry":{"type":"Point","coordinates":[-0.4391149,51.5578828]},"properties":{"@type":"node","@id":1959070335,"@timestamp":1349984476},"coords":"51.5578828,-0.4391149","bedrooms":"1","price":"243000","area":"536"} , +{"type":"Feature","id":"n1959070610","geometry":{"type":"Point","coordinates":[-0.2347092,51.4981348]},"properties":{"@type":"node","@id":1959070610,"@timestamp":1626772247},"coords":"51.4981348,-0.2347092","bedrooms":"0","price":"229000","area":"674"} , +{"type":"Feature","id":"n1960077468","geometry":{"type":"Point","coordinates":[0.3576362,51.3842586]},"properties":{"@type":"node","@id":1960077468,"@timestamp":1350029453},"coords":"51.3842586,0.3576362","bedrooms":"1","price":"248000","area":"461"} , +{"type":"Feature","id":"n1960297505","geometry":{"type":"Point","coordinates":[-0.0783082,51.4861641]},"properties":{"@type":"node","@id":1960297505,"@timestamp":1350037925},"coords":"51.4861641,-0.0783082","bedrooms":"2","price":"165000","area":"483"} , +{"type":"Feature","id":"n1960430087","geometry":{"type":"Point","coordinates":[0.0857543,51.5484329]},"properties":{"@type":"node","@id":1960430087,"@timestamp":1350043125},"coords":"51.5484329,0.0857543","bedrooms":"4","price":"191000","area":"699"} , +{"type":"Feature","id":"n1960807649","geometry":{"type":"Point","coordinates":[-0.1317193,51.4897372]},"properties":{"@type":"node","@id":1960807649,"@timestamp":1582857401},"coords":"51.4897372,-0.1317193","bedrooms":"1","price":"251000","area":"413"} , +{"type":"Feature","id":"n1960954894","geometry":{"type":"Point","coordinates":[-0.1686685,51.4948416]},"properties":{"@type":"node","@id":1960954894,"@timestamp":1603685263},"coords":"51.4948416,-0.1686685","bedrooms":"0","price":"166000","area":"401"} , +{"type":"Feature","id":"n1961406857","geometry":{"type":"Point","coordinates":[-0.1877601,51.1168555]},"properties":{"@type":"node","@id":1961406857,"@timestamp":1350072330},"coords":"51.1168555,-0.1877601","bedrooms":"4","price":"272000","area":"416"} , +{"type":"Feature","id":"n1961450404","geometry":{"type":"Point","coordinates":[-0.192883,51.1146515]},"properties":{"@type":"node","@id":1961450404,"@timestamp":1350073550},"coords":"51.1146515,-0.192883","bedrooms":"3","price":"294000","area":"592"} , +{"type":"Feature","id":"n1961579175","geometry":{"type":"Point","coordinates":[0.7202612,51.3433677]},"properties":{"@type":"node","@id":1961579175,"@timestamp":1567812247},"coords":"51.3433677,0.7202612","bedrooms":"4","price":"197000","area":"548"} , +{"type":"Feature","id":"n1961579544","geometry":{"type":"Point","coordinates":[0.7203372,51.3435204]},"properties":{"@type":"node","@id":1961579544,"@timestamp":1567812247},"coords":"51.3435204,0.7203372","bedrooms":"4","price":"246000","area":"402"} , +{"type":"Feature","id":"n1961590978","geometry":{"type":"Point","coordinates":[0.0837005,51.6431042]},"properties":{"@type":"node","@id":1961590978,"@timestamp":1618338176},"coords":"51.6431042,0.0837005","bedrooms":"4","price":"207000","area":"613"} , +{"type":"Feature","id":"n1961664504","geometry":{"type":"Point","coordinates":[-0.0964361,51.526984]},"properties":{"@type":"node","@id":1961664504,"@timestamp":1613671788},"coords":"51.526984,-0.0964361","bedrooms":"3","price":"289000","area":"529"} , +{"type":"Feature","id":"n1961861413","geometry":{"type":"Point","coordinates":[-0.1522788,51.5040392]},"properties":{"@type":"node","@id":1961861413,"@timestamp":1463757629},"coords":"51.5040392,-0.1522788","bedrooms":"0","price":"187000","area":"536"} , +{"type":"Feature","id":"n1962296627","geometry":{"type":"Point","coordinates":[-0.1191308,51.4996379]},"properties":{"@type":"node","@id":1962296627,"@timestamp":1573665874},"coords":"51.4996379,-0.1191308","bedrooms":"2","price":"159000","area":"604"} , +{"type":"Feature","id":"n1962497820","geometry":{"type":"Point","coordinates":[-0.8545202,51.4260666]},"properties":{"@type":"node","@id":1962497820,"@timestamp":1624113824},"coords":"51.4260666,-0.8545202","bedrooms":"4","price":"209000","area":"439"} , +{"type":"Feature","id":"n1962900871","geometry":{"type":"Point","coordinates":[0.1181822,51.1881596]},"properties":{"@type":"node","@id":1962900871,"@timestamp":1621948299},"coords":"51.1881596,0.1181822","bedrooms":"0","price":"177000","area":"658"} , +{"type":"Feature","id":"n1962995224","geometry":{"type":"Point","coordinates":[0.4471423,51.6219354]},"properties":{"@type":"node","@id":1962995224,"@timestamp":1350149624},"coords":"51.6219354,0.4471423","bedrooms":"1","price":"188000","area":"593"} , +{"type":"Feature","id":"n1962995257","geometry":{"type":"Point","coordinates":[0.4473469,51.6219616]},"properties":{"@type":"node","@id":1962995257,"@timestamp":1350149624},"coords":"51.6219616,0.4473469","bedrooms":"2","price":"268000","area":"637"} , +{"type":"Feature","id":"n1962995293","geometry":{"type":"Point","coordinates":[0.4472934,51.6220498]},"properties":{"@type":"node","@id":1962995293,"@timestamp":1350149625},"coords":"51.6220498,0.4472934","bedrooms":"3","price":"284000","area":"574"} , +{"type":"Feature","id":"n1962995327","geometry":{"type":"Point","coordinates":[0.472283,51.6107152]},"properties":{"@type":"node","@id":1962995327,"@timestamp":1350149626},"coords":"51.6107152,0.472283","bedrooms":"1","price":"179000","area":"659"} , +{"type":"Feature","id":"n1962995384","geometry":{"type":"Point","coordinates":[0.4644997,51.6222793]},"properties":{"@type":"node","@id":1962995384,"@timestamp":1350149627},"coords":"51.6222793,0.4644997","bedrooms":"1","price":"290000","area":"494"} , +{"type":"Feature","id":"n1962995433","geometry":{"type":"Point","coordinates":[0.4566755,51.6208759]},"properties":{"@type":"node","@id":1962995433,"@timestamp":1350149628},"coords":"51.6208759,0.4566755","bedrooms":"0","price":"279000","area":"612"} , +{"type":"Feature","id":"n1963099511","geometry":{"type":"Point","coordinates":[-0.366717,51.7490411]},"properties":{"@type":"node","@id":1963099511,"@timestamp":1626777446},"coords":"51.7490411,-0.366717","bedrooms":"1","price":"194000","area":"529"} , +{"type":"Feature","id":"n1963225374","geometry":{"type":"Point","coordinates":[-0.2245917,51.5934864]},"properties":{"@type":"node","@id":1963225374,"@timestamp":1350156218},"coords":"51.5934864,-0.2245917","bedrooms":"3","price":"207000","area":"400"} , +{"type":"Feature","id":"n1963225387","geometry":{"type":"Point","coordinates":[-0.2237817,51.5916937]},"properties":{"@type":"node","@id":1963225387,"@timestamp":1350156219},"coords":"51.5916937,-0.2237817","bedrooms":"0","price":"227000","area":"673"} , +{"type":"Feature","id":"n1963233077","geometry":{"type":"Point","coordinates":[-0.2264103,51.5935366]},"properties":{"@type":"node","@id":1963233077,"@timestamp":1350156541},"coords":"51.5935366,-0.2264103","bedrooms":"1","price":"242000","area":"587"} , +{"type":"Feature","id":"n1963309065","geometry":{"type":"Point","coordinates":[-0.5700081,51.3060418]},"properties":{"@type":"node","@id":1963309065,"@timestamp":1607022487},"coords":"51.3060418,-0.5700081","bedrooms":"4","price":"211000","area":"444"} , +{"type":"Feature","id":"n1963434966","geometry":{"type":"Point","coordinates":[-0.3448912,51.7716812]},"properties":{"@type":"node","@id":1963434966,"@timestamp":1553033056},"coords":"51.7716812,-0.3448912","bedrooms":"3","price":"223000","area":"676"} , +{"type":"Feature","id":"n1963579688","geometry":{"type":"Point","coordinates":[-0.7462985,51.2770974]},"properties":{"@type":"node","@id":1963579688,"@timestamp":1626196410},"coords":"51.2770974,-0.7462985","bedrooms":"3","price":"241000","area":"369"} , +{"type":"Feature","id":"n1964249204","geometry":{"type":"Point","coordinates":[-0.1170324,51.4837424]},"properties":{"@type":"node","@id":1964249204,"@timestamp":1350210321},"coords":"51.4837424,-0.1170324","bedrooms":"2","price":"220000","area":"389"} , +{"type":"Feature","id":"n1964405831","geometry":{"type":"Point","coordinates":[-0.6640758,51.6526432]},"properties":{"@type":"node","@id":1964405831,"@timestamp":1350216260},"coords":"51.6526432,-0.6640758","bedrooms":"2","price":"209000","area":"611"} , +{"type":"Feature","id":"n1964458517","geometry":{"type":"Point","coordinates":[0.024039,51.5943221]},"properties":{"@type":"node","@id":1964458517,"@timestamp":1633910446},"coords":"51.5943221,0.024039","bedrooms":"1","price":"230000","area":"566"} , +{"type":"Feature","id":"n1964458577","geometry":{"type":"Point","coordinates":[0.023819,51.5942829]},"properties":{"@type":"node","@id":1964458577,"@timestamp":1633910446},"coords":"51.5942829,0.023819","bedrooms":"4","price":"256000","area":"604"} , +{"type":"Feature","id":"n1964534468","geometry":{"type":"Point","coordinates":[0.0250177,51.5936252]},"properties":{"@type":"node","@id":1964534468,"@timestamp":1543944981},"coords":"51.5936252,0.0250177","bedrooms":"2","price":"295000","area":"501"} , +{"type":"Feature","id":"n1964534566","geometry":{"type":"Point","coordinates":[0.0247495,51.5938735]},"properties":{"@type":"node","@id":1964534566,"@timestamp":1626708401},"coords":"51.5938735,0.0247495","bedrooms":"0","price":"257000","area":"401"} , +{"type":"Feature","id":"n1964577063","geometry":{"type":"Point","coordinates":[-1.0253759,51.4686185]},"properties":{"@type":"node","@id":1964577063,"@timestamp":1350219933},"coords":"51.4686185,-1.0253759","bedrooms":"3","price":"150000","area":"697"} , +{"type":"Feature","id":"n1964915030","geometry":{"type":"Point","coordinates":[0.8616024,51.1498036]},"properties":{"@type":"node","@id":1964915030,"@timestamp":1350230307},"coords":"51.1498036,0.8616024","bedrooms":"1","price":"221000","area":"512"} , +{"type":"Feature","id":"n1964989409","geometry":{"type":"Point","coordinates":[0.8506924,51.1621238]},"properties":{"@type":"node","@id":1964989409,"@timestamp":1350232877},"coords":"51.1621238,0.8506924","bedrooms":"4","price":"177000","area":"639"} , +{"type":"Feature","id":"n1965682412","geometry":{"type":"Point","coordinates":[-0.4916035,51.4651762]},"properties":{"@type":"node","@id":1965682412,"@timestamp":1403631889},"coords":"51.4651762,-0.4916035","bedrooms":"3","price":"234000","area":"618"} , +{"type":"Feature","id":"n1965917024","geometry":{"type":"Point","coordinates":[-0.1548802,51.6066827]},"properties":{"@type":"node","@id":1965917024,"@timestamp":1350256343},"coords":"51.6066827,-0.1548802","bedrooms":"4","price":"244000","area":"687"} , +{"type":"Feature","id":"n1965970558","geometry":{"type":"Point","coordinates":[0.1678103,51.4006471]},"properties":{"@type":"node","@id":1965970558,"@timestamp":1350258596},"coords":"51.4006471,0.1678103","bedrooms":"1","price":"212000","area":"498"} , +{"type":"Feature","id":"n1965996065","geometry":{"type":"Point","coordinates":[-0.0965172,51.5265863]},"properties":{"@type":"node","@id":1965996065,"@timestamp":1350260411},"coords":"51.5265863,-0.0965172","bedrooms":"4","price":"215000","area":"623"} , +{"type":"Feature","id":"n1966015244","geometry":{"type":"Point","coordinates":[0.2628645,51.8978602]},"properties":{"@type":"node","@id":1966015244,"@timestamp":1350263686},"coords":"51.8978602,0.2628645","bedrooms":"3","price":"272000","area":"437"} , +{"type":"Feature","id":"n1966015381","geometry":{"type":"Point","coordinates":[-0.1015612,51.4519808]},"properties":{"@type":"node","@id":1966015381,"@timestamp":1621763935},"coords":"51.4519808,-0.1015612","bedrooms":"1","price":"203000","area":"614"} , +{"type":"Feature","id":"n1966031828","geometry":{"type":"Point","coordinates":[0.2259709,51.8892561]},"properties":{"@type":"node","@id":1966031828,"@timestamp":1350265566},"coords":"51.8892561,0.2259709","bedrooms":"4","price":"201000","area":"661"} , +{"type":"Feature","id":"n1966031965","geometry":{"type":"Point","coordinates":[0.2085955,51.8889383]},"properties":{"@type":"node","@id":1966031965,"@timestamp":1350265569},"coords":"51.8889383,0.2085955","bedrooms":"4","price":"190000","area":"663"} , +{"type":"Feature","id":"n1966032061","geometry":{"type":"Point","coordinates":[0.1961504,51.8907428]},"properties":{"@type":"node","@id":1966032061,"@timestamp":1350265571},"coords":"51.8907428,0.1961504","bedrooms":"3","price":"192000","area":"558"} , +{"type":"Feature","id":"n1966620827","geometry":{"type":"Point","coordinates":[0.2666855,51.4978135]},"properties":{"@type":"node","@id":1966620827,"@timestamp":1617772264},"coords":"51.4978135,0.2666855","bedrooms":"4","price":"184000","area":"662"} , +{"type":"Feature","id":"n1966640473","geometry":{"type":"Point","coordinates":[-0.1422179,51.5783588]},"properties":{"@type":"node","@id":1966640473,"@timestamp":1449834602},"coords":"51.5783588,-0.1422179","bedrooms":"2","price":"247000","area":"661"} , +{"type":"Feature","id":"n1966640502","geometry":{"type":"Point","coordinates":[-0.1430036,51.5783001]},"properties":{"@type":"node","@id":1966640502,"@timestamp":1449834605},"coords":"51.5783001,-0.1430036","bedrooms":"2","price":"277000","area":"387"} , +{"type":"Feature","id":"n1966683747","geometry":{"type":"Point","coordinates":[-0.1005134,51.4533263]},"properties":{"@type":"node","@id":1966683747,"@timestamp":1350651760},"coords":"51.4533263,-0.1005134","bedrooms":"3","price":"210000","area":"656"} , +{"type":"Feature","id":"n1966932715","geometry":{"type":"Point","coordinates":[-0.1045111,51.5039368]},"properties":{"@type":"node","@id":1966932715,"@timestamp":1584202678},"coords":"51.5039368,-0.1045111","bedrooms":"2","price":"281000","area":"589"} , +{"type":"Feature","id":"n1967278940","geometry":{"type":"Point","coordinates":[-0.6157687,51.5026523]},"properties":{"@type":"node","@id":1967278940,"@timestamp":1350327545},"coords":"51.5026523,-0.6157687","bedrooms":"0","price":"195000","area":"641"} , +{"type":"Feature","id":"n1967764782","geometry":{"type":"Point","coordinates":[-0.5626352,51.7636123]},"properties":{"@type":"node","@id":1967764782,"@timestamp":1453288168},"coords":"51.7636123,-0.5626352","bedrooms":"4","price":"289000","area":"632"} , +{"type":"Feature","id":"n1967765636","geometry":{"type":"Point","coordinates":[-0.6216623,51.8004805]},"properties":{"@type":"node","@id":1967765636,"@timestamp":1588939770},"coords":"51.8004805,-0.6216623","bedrooms":"3","price":"227000","area":"450"} , +{"type":"Feature","id":"n1968152365","geometry":{"type":"Point","coordinates":[0.4622941,50.9527258]},"properties":{"@type":"node","@id":1968152365,"@timestamp":1350378545},"coords":"50.9527258,0.4622941","bedrooms":"1","price":"222000","area":"654"} , +{"type":"Feature","id":"n1968209434","geometry":{"type":"Point","coordinates":[-0.145751,51.2542456]},"properties":{"@type":"node","@id":1968209434,"@timestamp":1350382346},"coords":"51.2542456,-0.145751","bedrooms":"2","price":"235000","area":"603"} , +{"type":"Feature","id":"n1968209467","geometry":{"type":"Point","coordinates":[-0.1468694,51.2536882]},"properties":{"@type":"node","@id":1968209467,"@timestamp":1350382568},"coords":"51.2536882,-0.1468694","bedrooms":"1","price":"161000","area":"608"} , +{"type":"Feature","id":"n1968421797","geometry":{"type":"Point","coordinates":[-0.3433346,51.767798]},"properties":{"@type":"node","@id":1968421797,"@timestamp":1350394849},"coords":"51.767798,-0.3433346","bedrooms":"1","price":"208000","area":"357"} , +{"type":"Feature","id":"n1968502065","geometry":{"type":"Point","coordinates":[-0.1031535,51.4532597]},"properties":{"@type":"node","@id":1968502065,"@timestamp":1365239760},"coords":"51.4532597,-0.1031535","bedrooms":"2","price":"206000","area":"690"} , +{"type":"Feature","id":"n1968744232","geometry":{"type":"Point","coordinates":[-0.1115429,51.5109379]},"properties":{"@type":"node","@id":1968744232,"@timestamp":1570707004},"coords":"51.5109379,-0.1115429","bedrooms":"2","price":"163000","area":"352"} , +{"type":"Feature","id":"n1969408907","geometry":{"type":"Point","coordinates":[-0.2079411,51.4214523]},"properties":{"@type":"node","@id":1969408907,"@timestamp":1602685986},"coords":"51.4214523,-0.2079411","bedrooms":"1","price":"217000","area":"369"} , +{"type":"Feature","id":"n1969539029","geometry":{"type":"Point","coordinates":[-0.4147529,51.4070654]},"properties":{"@type":"node","@id":1969539029,"@timestamp":1545508498},"coords":"51.4070654,-0.4147529","bedrooms":"0","price":"172000","area":"468"} , +{"type":"Feature","id":"n1969743161","geometry":{"type":"Point","coordinates":[-0.4247232,51.3857128]},"properties":{"@type":"node","@id":1969743161,"@timestamp":1350474914},"coords":"51.3857128,-0.4247232","bedrooms":"2","price":"254000","area":"375"} , +{"type":"Feature","id":"n1969885803","geometry":{"type":"Point","coordinates":[-0.4176536,51.4033738]},"properties":{"@type":"node","@id":1969885803,"@timestamp":1624280002},"coords":"51.4033738,-0.4176536","bedrooms":"4","price":"264000","area":"654"} , +{"type":"Feature","id":"n1970040917","geometry":{"type":"Point","coordinates":[-0.4616602,51.3827982]},"properties":{"@type":"node","@id":1970040917,"@timestamp":1441972804},"coords":"51.3827982,-0.4616602","bedrooms":"1","price":"268000","area":"355"} , +{"type":"Feature","id":"n1970429416","geometry":{"type":"Point","coordinates":[-0.2341677,51.589661]},"properties":{"@type":"node","@id":1970429416,"@timestamp":1350501212},"coords":"51.589661,-0.2341677","bedrooms":"4","price":"180000","area":"505"} , +{"type":"Feature","id":"n1970904088","geometry":{"type":"Point","coordinates":[-0.1416991,51.5784104]},"properties":{"@type":"node","@id":1970904088,"@timestamp":1449834601},"coords":"51.5784104,-0.1416991","bedrooms":"2","price":"204000","area":"358"} , +{"type":"Feature","id":"n1970904110","geometry":{"type":"Point","coordinates":[-0.1406735,51.5784828]},"properties":{"@type":"node","@id":1970904110,"@timestamp":1449834600},"coords":"51.5784828,-0.1406735","bedrooms":"1","price":"284000","area":"637"} , +{"type":"Feature","id":"n1971428104","geometry":{"type":"Point","coordinates":[-0.4773547,51.1130455]},"properties":{"@type":"node","@id":1971428104,"@timestamp":1350546649},"coords":"51.1130455,-0.4773547","bedrooms":"1","price":"210000","area":"555"} , +{"type":"Feature","id":"n1971428336","geometry":{"type":"Point","coordinates":[-0.4743429,51.1187075]},"properties":{"@type":"node","@id":1971428336,"@timestamp":1417120282},"coords":"51.1187075,-0.4743429","bedrooms":"4","price":"167000","area":"673"} , +{"type":"Feature","id":"n1971428924","geometry":{"type":"Point","coordinates":[-0.5146542,51.1290014]},"properties":{"@type":"node","@id":1971428924,"@timestamp":1373194779},"coords":"51.1290014,-0.5146542","bedrooms":"2","price":"165000","area":"629"} , +{"type":"Feature","id":"n1972267293","geometry":{"type":"Point","coordinates":[-0.0118702,51.5163324]},"properties":{"@type":"node","@id":1972267293,"@timestamp":1368911000},"coords":"51.5163324,-0.0118702","bedrooms":"0","price":"232000","area":"594"} , +{"type":"Feature","id":"n1972504983","geometry":{"type":"Point","coordinates":[-0.001861,51.508916]},"properties":{"@type":"node","@id":1972504983,"@timestamp":1580474682},"coords":"51.508916,-0.001861","bedrooms":"4","price":"175000","area":"391"} , +{"type":"Feature","id":"n1972650292","geometry":{"type":"Point","coordinates":[-0.0905391,51.5280548]},"properties":{"@type":"node","@id":1972650292,"@timestamp":1350583813},"coords":"51.5280548,-0.0905391","bedrooms":"1","price":"227000","area":"567"} , +{"type":"Feature","id":"n1972940130","geometry":{"type":"Point","coordinates":[-0.2266685,51.5924566]},"properties":{"@type":"node","@id":1972940130,"@timestamp":1498797732},"coords":"51.5924566,-0.2266685","bedrooms":"0","price":"160000","area":"352"} , +{"type":"Feature","id":"n1972967864","geometry":{"type":"Point","coordinates":[-0.2282964,51.592461]},"properties":{"@type":"node","@id":1972967864,"@timestamp":1350593153},"coords":"51.592461,-0.2282964","bedrooms":"2","price":"191000","area":"642"} , +{"type":"Feature","id":"n1973134926","geometry":{"type":"Point","coordinates":[-0.087401,51.5286785]},"properties":{"@type":"node","@id":1973134926,"@timestamp":1580916943},"coords":"51.5286785,-0.087401","bedrooms":"1","price":"256000","area":"583"} , +{"type":"Feature","id":"n1973135023","geometry":{"type":"Point","coordinates":[-0.0875534,51.5294673]},"properties":{"@type":"node","@id":1973135023,"@timestamp":1592252781},"coords":"51.5294673,-0.0875534","bedrooms":"3","price":"200000","area":"667"} , +{"type":"Feature","id":"n1973224870","geometry":{"type":"Point","coordinates":[0.061829,51.5073128]},"properties":{"@type":"node","@id":1973224870,"@timestamp":1485302240},"coords":"51.5073128,0.061829","bedrooms":"2","price":"164000","area":"377"} , +{"type":"Feature","id":"n1973254562","geometry":{"type":"Point","coordinates":[0.0652032,51.5075232]},"properties":{"@type":"node","@id":1973254562,"@timestamp":1350604939},"coords":"51.5075232,0.0652032","bedrooms":"0","price":"213000","area":"571"} , +{"type":"Feature","id":"n1973254585","geometry":{"type":"Point","coordinates":[0.0624459,51.5075399]},"properties":{"@type":"node","@id":1973254585,"@timestamp":1350604940},"coords":"51.5075399,0.0624459","bedrooms":"2","price":"233000","area":"616"} , +{"type":"Feature","id":"n1973260541","geometry":{"type":"Point","coordinates":[-0.0892174,51.5283484]},"properties":{"@type":"node","@id":1973260541,"@timestamp":1350605352},"coords":"51.5283484,-0.0892174","bedrooms":"2","price":"276000","area":"431"} , +{"type":"Feature","id":"n1973260551","geometry":{"type":"Point","coordinates":[-0.0901047,51.5288028]},"properties":{"@type":"node","@id":1973260551,"@timestamp":1350605353},"coords":"51.5288028,-0.0901047","bedrooms":"1","price":"255000","area":"356"} , +{"type":"Feature","id":"n1973260561","geometry":{"type":"Point","coordinates":[-0.0887713,51.5290215]},"properties":{"@type":"node","@id":1973260561,"@timestamp":1350605354},"coords":"51.5290215,-0.0887713","bedrooms":"0","price":"294000","area":"422"} , +{"type":"Feature","id":"n1973260571","geometry":{"type":"Point","coordinates":[-0.0894256,51.5288814]},"properties":{"@type":"node","@id":1973260571,"@timestamp":1350605354},"coords":"51.5288814,-0.0894256","bedrooms":"0","price":"276000","area":"546"} , +{"type":"Feature","id":"n1973260588","geometry":{"type":"Point","coordinates":[-0.0892188,51.5280894]},"properties":{"@type":"node","@id":1973260588,"@timestamp":1350605356},"coords":"51.5280894,-0.0892188","bedrooms":"2","price":"227000","area":"430"} , +{"type":"Feature","id":"n1973260651","geometry":{"type":"Point","coordinates":[-0.0885398,51.5287116]},"properties":{"@type":"node","@id":1973260651,"@timestamp":1597425141},"coords":"51.5287116,-0.0885398","bedrooms":"0","price":"229000","area":"424"} , +{"type":"Feature","id":"n1973260693","geometry":{"type":"Point","coordinates":[-0.091089,51.5290782]},"properties":{"@type":"node","@id":1973260693,"@timestamp":1350605363},"coords":"51.5290782,-0.091089","bedrooms":"3","price":"263000","area":"555"} , +{"type":"Feature","id":"n1973265007","geometry":{"type":"Point","coordinates":[-0.0923511,51.5282989]},"properties":{"@type":"node","@id":1973265007,"@timestamp":1628286274},"coords":"51.5282989,-0.0923511","bedrooms":"1","price":"208000","area":"430"} , +{"type":"Feature","id":"n1973626599","geometry":{"type":"Point","coordinates":[-0.1515626,51.260297]},"properties":{"@type":"node","@id":1973626599,"@timestamp":1387629262},"coords":"51.260297,-0.1515626","bedrooms":"0","price":"238000","area":"676"} , +{"type":"Feature","id":"n1973754683","geometry":{"type":"Point","coordinates":[-0.1543779,51.5040064]},"properties":{"@type":"node","@id":1973754683,"@timestamp":1350651393},"coords":"51.5040064,-0.1543779","bedrooms":"0","price":"184000","area":"452"} , +{"type":"Feature","id":"n1973883192","geometry":{"type":"Point","coordinates":[-0.1606432,51.5026515]},"properties":{"@type":"node","@id":1973883192,"@timestamp":1625353061},"coords":"51.5026515,-0.1606432","bedrooms":"4","price":"242000","area":"582"} , +{"type":"Feature","id":"n1973940584","geometry":{"type":"Point","coordinates":[0.738501,51.3369106]},"properties":{"@type":"node","@id":1973940584,"@timestamp":1350663967},"coords":"51.3369106,0.738501","bedrooms":"0","price":"297000","area":"583"} , +{"type":"Feature","id":"n1973940611","geometry":{"type":"Point","coordinates":[0.7375873,51.3370476]},"properties":{"@type":"node","@id":1973940611,"@timestamp":1350663968},"coords":"51.3370476,0.7375873","bedrooms":"4","price":"249000","area":"391"} , +{"type":"Feature","id":"n1973940649","geometry":{"type":"Point","coordinates":[0.7375615,51.3371817]},"properties":{"@type":"node","@id":1973940649,"@timestamp":1350663968},"coords":"51.3371817,0.7375615","bedrooms":"4","price":"270000","area":"473"} , +{"type":"Feature","id":"n1973940725","geometry":{"type":"Point","coordinates":[0.7364261,51.3374126]},"properties":{"@type":"node","@id":1973940725,"@timestamp":1350663970},"coords":"51.3374126,0.7364261","bedrooms":"3","price":"226000","area":"628"} , +{"type":"Feature","id":"n1973940802","geometry":{"type":"Point","coordinates":[0.7359605,51.3375657]},"properties":{"@type":"node","@id":1973940802,"@timestamp":1350663971},"coords":"51.3375657,0.7359605","bedrooms":"0","price":"211000","area":"512"} , +{"type":"Feature","id":"n1973940963","geometry":{"type":"Point","coordinates":[0.7354691,51.337828]},"properties":{"@type":"node","@id":1973940963,"@timestamp":1350663973},"coords":"51.337828,0.7354691","bedrooms":"4","price":"262000","area":"510"} , +{"type":"Feature","id":"n1973941020","geometry":{"type":"Point","coordinates":[0.734468,51.3379603]},"properties":{"@type":"node","@id":1973941020,"@timestamp":1350663974},"coords":"51.3379603,0.734468","bedrooms":"4","price":"177000","area":"628"} , +{"type":"Feature","id":"n1973941041","geometry":{"type":"Point","coordinates":[0.7338558,51.3381244]},"properties":{"@type":"node","@id":1973941041,"@timestamp":1350663975},"coords":"51.3381244,0.7338558","bedrooms":"4","price":"236000","area":"633"} , +{"type":"Feature","id":"n1973941083","geometry":{"type":"Point","coordinates":[0.7332447,51.3382849]},"properties":{"@type":"node","@id":1973941083,"@timestamp":1350663975},"coords":"51.3382849,0.7332447","bedrooms":"2","price":"265000","area":"651"} , +{"type":"Feature","id":"n1973954225","geometry":{"type":"Point","coordinates":[-0.1866171,51.4398179]},"properties":{"@type":"node","@id":1973954225,"@timestamp":1609340692},"coords":"51.4398179,-0.1866171","bedrooms":"3","price":"253000","area":"510"} , +{"type":"Feature","id":"n1974014913","geometry":{"type":"Point","coordinates":[-0.1941484,51.4567555]},"properties":{"@type":"node","@id":1974014913,"@timestamp":1622933192},"coords":"51.4567555,-0.1941484","bedrooms":"3","price":"180000","area":"374"} , +{"type":"Feature","id":"n1974086686","geometry":{"type":"Point","coordinates":[-0.2251017,51.5913081]},"properties":{"@type":"node","@id":1974086686,"@timestamp":1350674191},"coords":"51.5913081,-0.2251017","bedrooms":"0","price":"233000","area":"454"} , +{"type":"Feature","id":"n1974086712","geometry":{"type":"Point","coordinates":[-0.2254209,51.5922729]},"properties":{"@type":"node","@id":1974086712,"@timestamp":1350674191},"coords":"51.5922729,-0.2254209","bedrooms":"0","price":"174000","area":"356"} , +{"type":"Feature","id":"n1974113067","geometry":{"type":"Point","coordinates":[-0.2254638,51.5924479]},"properties":{"@type":"node","@id":1974113067,"@timestamp":1350675158},"coords":"51.5924479,-0.2254638","bedrooms":"0","price":"256000","area":"635"} , +{"type":"Feature","id":"n1974113111","geometry":{"type":"Point","coordinates":[-0.2254853,51.5925461]},"properties":{"@type":"node","@id":1974113111,"@timestamp":1350675159},"coords":"51.5925461,-0.2254853","bedrooms":"4","price":"194000","area":"460"} , +{"type":"Feature","id":"n1974138060","geometry":{"type":"Point","coordinates":[-0.1622652,51.5024595]},"properties":{"@type":"node","@id":1974138060,"@timestamp":1558565616},"coords":"51.5024595,-0.1622652","bedrooms":"2","price":"276000","area":"380"} , +{"type":"Feature","id":"n1974160509","geometry":{"type":"Point","coordinates":[-0.224018,51.5907998]},"properties":{"@type":"node","@id":1974160509,"@timestamp":1350675940},"coords":"51.5907998,-0.224018","bedrooms":"2","price":"276000","area":"627"} , +{"type":"Feature","id":"n1974160543","geometry":{"type":"Point","coordinates":[-0.2240528,51.5909898]},"properties":{"@type":"node","@id":1974160543,"@timestamp":1350675941},"coords":"51.5909898,-0.2240528","bedrooms":"4","price":"184000","area":"384"} , +{"type":"Feature","id":"n1974160583","geometry":{"type":"Point","coordinates":[-0.2244283,51.5902665]},"properties":{"@type":"node","@id":1974160583,"@timestamp":1350675942},"coords":"51.5902665,-0.2244283","bedrooms":"2","price":"237000","area":"414"} , +{"type":"Feature","id":"n1974310548","geometry":{"type":"Point","coordinates":[-0.3412274,51.751312]},"properties":{"@type":"node","@id":1974310548,"@timestamp":1558712744},"coords":"51.751312,-0.3412274","bedrooms":"2","price":"291000","area":"573"} , +{"type":"Feature","id":"n1974382351","geometry":{"type":"Point","coordinates":[0.7327767,51.3291092]},"properties":{"@type":"node","@id":1974382351,"@timestamp":1486473502},"coords":"51.3291092,0.7327767","bedrooms":"1","price":"157000","area":"562"} , +{"type":"Feature","id":"n1974396815","geometry":{"type":"Point","coordinates":[-0.0808869,51.3750989]},"properties":{"@type":"node","@id":1974396815,"@timestamp":1531500933},"coords":"51.3750989,-0.0808869","bedrooms":"3","price":"215000","area":"539"} , +{"type":"Feature","id":"n1974473829","geometry":{"type":"Point","coordinates":[-0.3361972,51.7761836]},"properties":{"@type":"node","@id":1974473829,"@timestamp":1350690792},"coords":"51.7761836,-0.3361972","bedrooms":"2","price":"249000","area":"571"} , +{"type":"Feature","id":"n1974955239","geometry":{"type":"Point","coordinates":[0.168161,51.4015098]},"properties":{"@type":"node","@id":1974955239,"@timestamp":1350734178},"coords":"51.4015098,0.168161","bedrooms":"4","price":"280000","area":"620"} , +{"type":"Feature","id":"n1974968705","geometry":{"type":"Point","coordinates":[0.167657,51.4011509]},"properties":{"@type":"node","@id":1974968705,"@timestamp":1350734960},"coords":"51.4011509,0.167657","bedrooms":"0","price":"222000","area":"389"} , +{"type":"Feature","id":"n1975149455","geometry":{"type":"Point","coordinates":[-0.1301756,51.3856459]},"properties":{"@type":"node","@id":1975149455,"@timestamp":1424538372},"coords":"51.3856459,-0.1301756","bedrooms":"1","price":"231000","area":"573"} , +{"type":"Feature","id":"n1975218564","geometry":{"type":"Point","coordinates":[0.0223918,51.5951769]},"properties":{"@type":"node","@id":1975218564,"@timestamp":1601302182},"coords":"51.5951769,0.0223918","bedrooms":"3","price":"224000","area":"363"} , +{"type":"Feature","id":"n1975218589","geometry":{"type":"Point","coordinates":[0.0226654,51.5950548]},"properties":{"@type":"node","@id":1975218589,"@timestamp":1623007814},"coords":"51.5950548,0.0226654","bedrooms":"2","price":"297000","area":"671"} , +{"type":"Feature","id":"n1975306262","geometry":{"type":"Point","coordinates":[0.1679188,51.4008942]},"properties":{"@type":"node","@id":1975306262,"@timestamp":1350751180},"coords":"51.4008942,0.1679188","bedrooms":"4","price":"277000","area":"370"} , +{"type":"Feature","id":"n1975531357","geometry":{"type":"Point","coordinates":[0.8327396,51.1372325]},"properties":{"@type":"node","@id":1975531357,"@timestamp":1605631108},"coords":"51.1372325,0.8327396","bedrooms":"4","price":"225000","area":"498"} , +{"type":"Feature","id":"n1975863369","geometry":{"type":"Point","coordinates":[0.2025474,51.5149966]},"properties":{"@type":"node","@id":1975863369,"@timestamp":1611463256},"coords":"51.5149966,0.2025474","bedrooms":"2","price":"154000","area":"586"} , +{"type":"Feature","id":"n1976319739","geometry":{"type":"Point","coordinates":[-0.3621044,51.5577439]},"properties":{"@type":"node","@id":1976319739,"@timestamp":1350813708},"coords":"51.5577439,-0.3621044","bedrooms":"2","price":"241000","area":"593"} , +{"type":"Feature","id":"n1976416101","geometry":{"type":"Point","coordinates":[-0.0036855,51.5903493]},"properties":{"@type":"node","@id":1976416101,"@timestamp":1350821155},"coords":"51.5903493,-0.0036855","bedrooms":"1","price":"157000","area":"361"} , +{"type":"Feature","id":"n1976437658","geometry":{"type":"Point","coordinates":[0.7341654,51.3293565]},"properties":{"@type":"node","@id":1976437658,"@timestamp":1566759299},"coords":"51.3293565,0.7341654","bedrooms":"2","price":"163000","area":"549"} , +{"type":"Feature","id":"n1976437725","geometry":{"type":"Point","coordinates":[0.7356116,51.3297251]},"properties":{"@type":"node","@id":1976437725,"@timestamp":1568836542},"coords":"51.3297251,0.7356116","bedrooms":"2","price":"259000","area":"451"} , +{"type":"Feature","id":"n1976437773","geometry":{"type":"Point","coordinates":[0.7356422,51.3298159]},"properties":{"@type":"node","@id":1976437773,"@timestamp":1568836542},"coords":"51.3298159,0.7356422","bedrooms":"0","price":"226000","area":"526"} , +{"type":"Feature","id":"n1976437835","geometry":{"type":"Point","coordinates":[0.7349872,51.3299261]},"properties":{"@type":"node","@id":1976437835,"@timestamp":1568836542},"coords":"51.3299261,0.7349872","bedrooms":"2","price":"213000","area":"474"} , +{"type":"Feature","id":"n1976437926","geometry":{"type":"Point","coordinates":[0.7345776,51.3301848]},"properties":{"@type":"node","@id":1976437926,"@timestamp":1568837490},"coords":"51.3301848,0.7345776","bedrooms":"2","price":"155000","area":"589"} , +{"type":"Feature","id":"n1976472949","geometry":{"type":"Point","coordinates":[-0.1962211,51.0862935]},"properties":{"@type":"node","@id":1976472949,"@timestamp":1620135855},"coords":"51.0862935,-0.1962211","bedrooms":"4","price":"255000","area":"512"} , +{"type":"Feature","id":"n1976789955","geometry":{"type":"Point","coordinates":[-0.1220334,51.5068135]},"properties":{"@type":"node","@id":1976789955,"@timestamp":1630358371},"coords":"51.5068135,-0.1220334","bedrooms":"4","price":"248000","area":"616"} , +{"type":"Feature","id":"n1976790004","geometry":{"type":"Point","coordinates":[-0.1206169,51.5061437]},"properties":{"@type":"node","@id":1976790004,"@timestamp":1630358371},"coords":"51.5061437,-0.1206169","bedrooms":"4","price":"288000","area":"511"} , +{"type":"Feature","id":"n1976790027","geometry":{"type":"Point","coordinates":[-0.1216673,51.5064706]},"properties":{"@type":"node","@id":1976790027,"@timestamp":1630358371},"coords":"51.5064706,-0.1216673","bedrooms":"1","price":"186000","area":"536"} , +{"type":"Feature","id":"n1976790066","geometry":{"type":"Point","coordinates":[-0.123638,51.5071094]},"properties":{"@type":"node","@id":1976790066,"@timestamp":1630358371},"coords":"51.5071094,-0.123638","bedrooms":"0","price":"176000","area":"686"} , +{"type":"Feature","id":"n1976790106","geometry":{"type":"Point","coordinates":[-0.1201582,51.5060051]},"properties":{"@type":"node","@id":1976790106,"@timestamp":1630358371},"coords":"51.5060051,-0.1201582","bedrooms":"1","price":"167000","area":"350"} , +{"type":"Feature","id":"n1976790134","geometry":{"type":"Point","coordinates":[-0.1207211,51.5063554]},"properties":{"@type":"node","@id":1976790134,"@timestamp":1630358371},"coords":"51.5063554,-0.1207211","bedrooms":"2","price":"206000","area":"351"} , +{"type":"Feature","id":"n1976850044","geometry":{"type":"Point","coordinates":[0.735001,51.3281978]},"properties":{"@type":"node","@id":1976850044,"@timestamp":1568148238},"coords":"51.3281978,0.735001","bedrooms":"4","price":"216000","area":"494"} , +{"type":"Feature","id":"n1976850054","geometry":{"type":"Point","coordinates":[0.7339961,51.328455]},"properties":{"@type":"node","@id":1976850054,"@timestamp":1568836542},"coords":"51.328455,0.7339961","bedrooms":"4","price":"290000","area":"353"} , +{"type":"Feature","id":"n1976850064","geometry":{"type":"Point","coordinates":[0.7349198,51.328539]},"properties":{"@type":"node","@id":1976850064,"@timestamp":1566759299},"coords":"51.328539,0.7349198","bedrooms":"3","price":"263000","area":"368"} , +{"type":"Feature","id":"n1976850074","geometry":{"type":"Point","coordinates":[0.735284,51.3286847]},"properties":{"@type":"node","@id":1976850074,"@timestamp":1568148238},"coords":"51.3286847,0.735284","bedrooms":"2","price":"153000","area":"632"} , +{"type":"Feature","id":"n1976850085","geometry":{"type":"Point","coordinates":[0.73482,51.3288466]},"properties":{"@type":"node","@id":1976850085,"@timestamp":1568148238},"coords":"51.3288466,0.73482","bedrooms":"3","price":"237000","area":"385"} , +{"type":"Feature","id":"n1976850095","geometry":{"type":"Point","coordinates":[0.7347421,51.328976]},"properties":{"@type":"node","@id":1976850095,"@timestamp":1568148238},"coords":"51.328976,0.7347421","bedrooms":"1","price":"213000","area":"631"} , +{"type":"Feature","id":"n1976850105","geometry":{"type":"Point","coordinates":[0.7347451,51.3291251]},"properties":{"@type":"node","@id":1976850105,"@timestamp":1566759299},"coords":"51.3291251,0.7347451","bedrooms":"1","price":"173000","area":"583"} , +{"type":"Feature","id":"n1976850115","geometry":{"type":"Point","coordinates":[0.7347831,51.3293308]},"properties":{"@type":"node","@id":1976850115,"@timestamp":1566759299},"coords":"51.3293308,0.7347831","bedrooms":"0","price":"151000","area":"425"} , +{"type":"Feature","id":"n1976865861","geometry":{"type":"Point","coordinates":[-0.9447527,51.2953899]},"properties":{"@type":"node","@id":1976865861,"@timestamp":1592311970},"coords":"51.2953899,-0.9447527","bedrooms":"1","price":"180000","area":"408"} , +{"type":"Feature","id":"n1977033418","geometry":{"type":"Point","coordinates":[0.7346718,51.3261354]},"properties":{"@type":"node","@id":1977033418,"@timestamp":1568062720},"coords":"51.3261354,0.7346718","bedrooms":"3","price":"276000","area":"429"} , +{"type":"Feature","id":"n1977033447","geometry":{"type":"Point","coordinates":[0.7338301,51.3263937]},"properties":{"@type":"node","@id":1977033447,"@timestamp":1568062720},"coords":"51.3263937,0.7338301","bedrooms":"2","price":"298000","area":"527"} , +{"type":"Feature","id":"n1977033484","geometry":{"type":"Point","coordinates":[0.734587,51.326489]},"properties":{"@type":"node","@id":1977033484,"@timestamp":1568062720},"coords":"51.326489,0.734587","bedrooms":"1","price":"297000","area":"621"} , +{"type":"Feature","id":"n1977033499","geometry":{"type":"Point","coordinates":[0.7331128,51.3266213]},"properties":{"@type":"node","@id":1977033499,"@timestamp":1568062720},"coords":"51.3266213,0.7331128","bedrooms":"3","price":"210000","area":"640"} , +{"type":"Feature","id":"n1977033518","geometry":{"type":"Point","coordinates":[0.7325927,51.3267516]},"properties":{"@type":"node","@id":1977033518,"@timestamp":1568148238},"coords":"51.3267516,0.7325927","bedrooms":"3","price":"194000","area":"402"} , +{"type":"Feature","id":"n1977033545","geometry":{"type":"Point","coordinates":[0.7316675,51.3269308]},"properties":{"@type":"node","@id":1977033545,"@timestamp":1568836542},"coords":"51.3269308,0.7316675","bedrooms":"3","price":"248000","area":"473"} , +{"type":"Feature","id":"n1977033578","geometry":{"type":"Point","coordinates":[0.733182,51.3270754]},"properties":{"@type":"node","@id":1977033578,"@timestamp":1568148238},"coords":"51.3270754,0.733182","bedrooms":"3","price":"291000","area":"572"} , +{"type":"Feature","id":"n1977033592","geometry":{"type":"Point","coordinates":[0.7333467,51.3271934]},"properties":{"@type":"node","@id":1977033592,"@timestamp":1568148238},"coords":"51.3271934,0.7333467","bedrooms":"2","price":"293000","area":"473"} , +{"type":"Feature","id":"n1977033617","geometry":{"type":"Point","coordinates":[0.7324216,51.3273397]},"properties":{"@type":"node","@id":1977033617,"@timestamp":1486373276},"coords":"51.3273397,0.7324216","bedrooms":"3","price":"291000","area":"580"} , +{"type":"Feature","id":"n1977033639","geometry":{"type":"Point","coordinates":[0.7324257,51.3275148]},"properties":{"@type":"node","@id":1977033639,"@timestamp":1486373276},"coords":"51.3275148,0.7324257","bedrooms":"0","price":"292000","area":"582"} , +{"type":"Feature","id":"n1977033655","geometry":{"type":"Point","coordinates":[0.7326429,51.327699]},"properties":{"@type":"node","@id":1977033655,"@timestamp":1568148238},"coords":"51.327699,0.7326429","bedrooms":"2","price":"186000","area":"533"} , +{"type":"Feature","id":"n1977033679","geometry":{"type":"Point","coordinates":[0.7332962,51.3278882]},"properties":{"@type":"node","@id":1977033679,"@timestamp":1568148238},"coords":"51.3278882,0.7332962","bedrooms":"4","price":"156000","area":"551"} , +{"type":"Feature","id":"n1977033714","geometry":{"type":"Point","coordinates":[0.7327689,51.3281185]},"properties":{"@type":"node","@id":1977033714,"@timestamp":1568836542},"coords":"51.3281185,0.7327689","bedrooms":"0","price":"222000","area":"405"} , +{"type":"Feature","id":"n1977033739","geometry":{"type":"Point","coordinates":[0.7328739,51.3282941]},"properties":{"@type":"node","@id":1977033739,"@timestamp":1568836542},"coords":"51.3282941,0.7328739","bedrooms":"3","price":"254000","area":"559"} , +{"type":"Feature","id":"n1977033771","geometry":{"type":"Point","coordinates":[0.7328186,51.3284767]},"properties":{"@type":"node","@id":1977033771,"@timestamp":1568836542},"coords":"51.3284767,0.7328186","bedrooms":"3","price":"211000","area":"563"} , +{"type":"Feature","id":"n1977033793","geometry":{"type":"Point","coordinates":[0.733595,51.3286393]},"properties":{"@type":"node","@id":1977033793,"@timestamp":1566759299},"coords":"51.3286393,0.733595","bedrooms":"3","price":"236000","area":"519"} , +{"type":"Feature","id":"n1977141103","geometry":{"type":"Point","coordinates":[0.5704264,51.8709551]},"properties":{"@type":"node","@id":1977141103,"@timestamp":1566245674},"coords":"51.8709551,0.5704264","bedrooms":"4","price":"215000","area":"624"} , +{"type":"Feature","id":"n1977202188","geometry":{"type":"Point","coordinates":[-0.3359636,51.5913773]},"properties":{"@type":"node","@id":1977202188,"@timestamp":1622279140},"coords":"51.5913773,-0.3359636","bedrooms":"1","price":"258000","area":"657"} , +{"type":"Feature","id":"n1977874094","geometry":{"type":"Point","coordinates":[0.5565674,51.8754645]},"properties":{"@type":"node","@id":1977874094,"@timestamp":1350912798},"coords":"51.8754645,0.5565674","bedrooms":"4","price":"297000","area":"402"} , +{"type":"Feature","id":"n1977913377","geometry":{"type":"Point","coordinates":[0.5687752,51.8712478]},"properties":{"@type":"node","@id":1977913377,"@timestamp":1566245674},"coords":"51.8712478,0.5687752","bedrooms":"0","price":"280000","area":"518"} , +{"type":"Feature","id":"n1977996650","geometry":{"type":"Point","coordinates":[0.5690773,51.8704069]},"properties":{"@type":"node","@id":1977996650,"@timestamp":1528753939},"coords":"51.8704069,0.5690773","bedrooms":"2","price":"180000","area":"552"} , +{"type":"Feature","id":"n1978464921","geometry":{"type":"Point","coordinates":[0.8596026,51.1352246]},"properties":{"@type":"node","@id":1978464921,"@timestamp":1350934876},"coords":"51.1352246,0.8596026","bedrooms":"4","price":"155000","area":"645"} , +{"type":"Feature","id":"n1978483342","geometry":{"type":"Point","coordinates":[0.7324605,51.328335]},"properties":{"@type":"node","@id":1978483342,"@timestamp":1568148238},"coords":"51.328335,0.7324605","bedrooms":"3","price":"261000","area":"368"} , +{"type":"Feature","id":"n1978639539","geometry":{"type":"Point","coordinates":[0.4912225,50.9907484]},"properties":{"@type":"node","@id":1978639539,"@timestamp":1371468324},"coords":"50.9907484,0.4912225","bedrooms":"1","price":"298000","area":"540"} , +{"type":"Feature","id":"n1979283588","geometry":{"type":"Point","coordinates":[0.8685814,51.1213066]},"properties":{"@type":"node","@id":1979283588,"@timestamp":1545685755},"coords":"51.1213066,0.8685814","bedrooms":"0","price":"243000","area":"611"} , +{"type":"Feature","id":"n1979348833","geometry":{"type":"Point","coordinates":[0.1673405,51.4012476]},"properties":{"@type":"node","@id":1979348833,"@timestamp":1350997106},"coords":"51.4012476,0.1673405","bedrooms":"0","price":"295000","area":"497"} , +{"type":"Feature","id":"n1979363417","geometry":{"type":"Point","coordinates":[0.1686912,51.400741]},"properties":{"@type":"node","@id":1979363417,"@timestamp":1350998181},"coords":"51.400741,0.1686912","bedrooms":"3","price":"166000","area":"475"} , +{"type":"Feature","id":"n1979972542","geometry":{"type":"Point","coordinates":[-0.0180342,51.4946172]},"properties":{"@type":"node","@id":1979972542,"@timestamp":1624270457},"coords":"51.4946172,-0.0180342","bedrooms":"2","price":"230000","area":"535"} , +{"type":"Feature","id":"n1980294467","geometry":{"type":"Point","coordinates":[-0.074232,51.6120483]},"properties":{"@type":"node","@id":1980294467,"@timestamp":1438400772},"coords":"51.6120483,-0.074232","bedrooms":"2","price":"252000","area":"433"} , +{"type":"Feature","id":"n1980966426","geometry":{"type":"Point","coordinates":[-0.1583329,51.1571519]},"properties":{"@type":"node","@id":1980966426,"@timestamp":1452794982},"coords":"51.1571519,-0.1583329","bedrooms":"1","price":"211000","area":"367"} , +{"type":"Feature","id":"n1981141753","geometry":{"type":"Point","coordinates":[0.3409017,51.4547565]},"properties":{"@type":"node","@id":1981141753,"@timestamp":1574049072},"coords":"51.4547565,0.3409017","bedrooms":"3","price":"189000","area":"566"} , +{"type":"Feature","id":"n1981166613","geometry":{"type":"Point","coordinates":[0.3663181,51.4523515]},"properties":{"@type":"node","@id":1981166613,"@timestamp":1351089620},"coords":"51.4523515,0.3663181","bedrooms":"4","price":"166000","area":"584"} , +{"type":"Feature","id":"n1981390540","geometry":{"type":"Point","coordinates":[-0.7829108,51.3392028]},"properties":{"@type":"node","@id":1981390540,"@timestamp":1552165508},"coords":"51.3392028,-0.7829108","bedrooms":"2","price":"246000","area":"571"} , +{"type":"Feature","id":"n1982055851","geometry":{"type":"Point","coordinates":[-0.159131,51.5028733]},"properties":{"@type":"node","@id":1982055851,"@timestamp":1351116456},"coords":"51.5028733,-0.159131","bedrooms":"2","price":"182000","area":"585"} , +{"type":"Feature","id":"n1982572551","geometry":{"type":"Point","coordinates":[0.6938954,51.0688107]},"properties":{"@type":"node","@id":1982572551,"@timestamp":1609851736},"coords":"51.0688107,0.6938954","bedrooms":"1","price":"256000","area":"543"} , +{"type":"Feature","id":"n1982728523","geometry":{"type":"Point","coordinates":[-0.04025,51.529958]},"properties":{"@type":"node","@id":1982728523,"@timestamp":1351159173},"coords":"51.529958,-0.04025","bedrooms":"2","price":"223000","area":"660"} , +{"type":"Feature","id":"n1982905278","geometry":{"type":"Point","coordinates":[-0.412215,51.3074385]},"properties":{"@type":"node","@id":1982905278,"@timestamp":1620484264},"coords":"51.3074385,-0.412215","bedrooms":"2","price":"292000","area":"457"} , +{"type":"Feature","id":"n1983397500","geometry":{"type":"Point","coordinates":[0.6240936,51.7857432]},"properties":{"@type":"node","@id":1983397500,"@timestamp":1351193206},"coords":"51.7857432,0.6240936","bedrooms":"1","price":"206000","area":"464"} , +{"type":"Feature","id":"n1983523847","geometry":{"type":"Point","coordinates":[-0.0746178,51.6131786]},"properties":{"@type":"node","@id":1983523847,"@timestamp":1351197393},"coords":"51.6131786,-0.0746178","bedrooms":"4","price":"267000","area":"545"} , +{"type":"Feature","id":"n1983622725","geometry":{"type":"Point","coordinates":[-0.3380878,51.5810446]},"properties":{"@type":"node","@id":1983622725,"@timestamp":1569967515},"coords":"51.5810446,-0.3380878","bedrooms":"4","price":"193000","area":"612"} , +{"type":"Feature","id":"n1983931406","geometry":{"type":"Point","coordinates":[-0.1578651,51.4550649]},"properties":{"@type":"node","@id":1983931406,"@timestamp":1351232831},"coords":"51.4550649,-0.1578651","bedrooms":"2","price":"276000","area":"685"} , +{"type":"Feature","id":"n1984126509","geometry":{"type":"Point","coordinates":[-0.1065817,51.5923666]},"properties":{"@type":"node","@id":1984126509,"@timestamp":1351247117},"coords":"51.5923666,-0.1065817","bedrooms":"3","price":"261000","area":"439"} , +{"type":"Feature","id":"n1984380808","geometry":{"type":"Point","coordinates":[0.7285349,51.3303149]},"properties":{"@type":"node","@id":1984380808,"@timestamp":1568836542},"coords":"51.3303149,0.7285349","bedrooms":"4","price":"162000","area":"592"} , +{"type":"Feature","id":"n1984380850","geometry":{"type":"Point","coordinates":[0.7270025,51.3305798]},"properties":{"@type":"node","@id":1984380850,"@timestamp":1568836542},"coords":"51.3305798,0.7270025","bedrooms":"4","price":"284000","area":"472"} , +{"type":"Feature","id":"n1984444684","geometry":{"type":"Point","coordinates":[0.8785385,51.1160418]},"properties":{"@type":"node","@id":1984444684,"@timestamp":1351265295},"coords":"51.1160418,0.8785385","bedrooms":"1","price":"238000","area":"665"} , +{"type":"Feature","id":"n1984593599","geometry":{"type":"Point","coordinates":[-0.1586817,51.612668]},"properties":{"@type":"node","@id":1984593599,"@timestamp":1591582197},"coords":"51.612668,-0.1586817","bedrooms":"0","price":"215000","area":"631"} , +{"type":"Feature","id":"n1984668997","geometry":{"type":"Point","coordinates":[-0.1851443,51.1156422]},"properties":{"@type":"node","@id":1984668997,"@timestamp":1634735014},"coords":"51.1156422,-0.1851443","bedrooms":"1","price":"211000","area":"417"} , +{"type":"Feature","id":"n1984698834","geometry":{"type":"Point","coordinates":[0.5859122,51.0224999]},"properties":{"@type":"node","@id":1984698834,"@timestamp":1619261763},"coords":"51.0224999,0.5859122","bedrooms":"1","price":"217000","area":"573"} , +{"type":"Feature","id":"n1984753045","geometry":{"type":"Point","coordinates":[-0.173844,51.6031974]},"properties":{"@type":"node","@id":1984753045,"@timestamp":1351278212},"coords":"51.6031974,-0.173844","bedrooms":"4","price":"209000","area":"412"} , +{"type":"Feature","id":"n1985058617","geometry":{"type":"Point","coordinates":[0.3817233,50.9972123]},"properties":{"@type":"node","@id":1985058617,"@timestamp":1351288599},"coords":"50.9972123,0.3817233","bedrooms":"0","price":"282000","area":"628"} , +{"type":"Feature","id":"n1985120232","geometry":{"type":"Point","coordinates":[-0.3375835,51.7674467]},"properties":{"@type":"node","@id":1985120232,"@timestamp":1351292138},"coords":"51.7674467,-0.3375835","bedrooms":"0","price":"265000","area":"687"} , +{"type":"Feature","id":"n1985448733","geometry":{"type":"Point","coordinates":[0.3750965,50.9945892]},"properties":{"@type":"node","@id":1985448733,"@timestamp":1364651212},"coords":"50.9945892,0.3750965","bedrooms":"0","price":"207000","area":"627"} , +{"type":"Feature","id":"n1985559307","geometry":{"type":"Point","coordinates":[0.0221309,51.5944527]},"properties":{"@type":"node","@id":1985559307,"@timestamp":1610315928},"coords":"51.5944527,0.0221309","bedrooms":"0","price":"193000","area":"580"} , +{"type":"Feature","id":"n1985566356","geometry":{"type":"Point","coordinates":[0.0226489,51.5933402]},"properties":{"@type":"node","@id":1985566356,"@timestamp":1543775731},"coords":"51.5933402,0.0226489","bedrooms":"1","price":"195000","area":"555"} , +{"type":"Feature","id":"n1985693210","geometry":{"type":"Point","coordinates":[-0.1484756,51.6206641]},"properties":{"@type":"node","@id":1985693210,"@timestamp":1351347905},"coords":"51.6206641,-0.1484756","bedrooms":"2","price":"176000","area":"655"} , +{"type":"Feature","id":"n1986169554","geometry":{"type":"Point","coordinates":[-0.1635416,51.6222153]},"properties":{"@type":"node","@id":1986169554,"@timestamp":1351375418},"coords":"51.6222153,-0.1635416","bedrooms":"3","price":"174000","area":"424"} , +{"type":"Feature","id":"n1986202018","geometry":{"type":"Point","coordinates":[-0.8367591,51.3989583]},"properties":{"@type":"node","@id":1986202018,"@timestamp":1533150559},"coords":"51.3989583,-0.8367591","bedrooms":"0","price":"243000","area":"367"} , +{"type":"Feature","id":"n1986253801","geometry":{"type":"Point","coordinates":[-1.0938028,51.2530832]},"properties":{"@type":"node","@id":1986253801,"@timestamp":1352844162},"coords":"51.2530832,-1.0938028","bedrooms":"4","price":"258000","area":"564"} , +{"type":"Feature","id":"n1986559834","geometry":{"type":"Point","coordinates":[0.0094814,51.4686426]},"properties":{"@type":"node","@id":1986559834,"@timestamp":1609126300},"coords":"51.4686426,0.0094814","bedrooms":"2","price":"287000","area":"517"} , +{"type":"Feature","id":"n1986904888","geometry":{"type":"Point","coordinates":[0.1693773,51.4027406]},"properties":{"@type":"node","@id":1986904888,"@timestamp":1351429814},"coords":"51.4027406,0.1693773","bedrooms":"1","price":"213000","area":"397"} , +{"type":"Feature","id":"n1986911118","geometry":{"type":"Point","coordinates":[0.1700181,51.4029176]},"properties":{"@type":"node","@id":1986911118,"@timestamp":1351430379},"coords":"51.4029176,0.1700181","bedrooms":"1","price":"201000","area":"370"} , +{"type":"Feature","id":"n1986918330","geometry":{"type":"Point","coordinates":[0.1708453,51.4023499]},"properties":{"@type":"node","@id":1986918330,"@timestamp":1351430636},"coords":"51.4023499,0.1708453","bedrooms":"1","price":"281000","area":"655"} , +{"type":"Feature","id":"n1987144929","geometry":{"type":"Point","coordinates":[-0.130287,51.4947735]},"properties":{"@type":"node","@id":1987144929,"@timestamp":1579852950},"coords":"51.4947735,-0.130287","bedrooms":"2","price":"231000","area":"369"} , +{"type":"Feature","id":"n1987198034","geometry":{"type":"Point","coordinates":[0.6269223,51.0992677]},"properties":{"@type":"node","@id":1987198034,"@timestamp":1351443392},"coords":"51.0992677,0.6269223","bedrooms":"3","price":"189000","area":"656"} , +{"type":"Feature","id":"n1987384967","geometry":{"type":"Point","coordinates":[-0.7410635,51.0833544]},"properties":{"@type":"node","@id":1987384967,"@timestamp":1530486555},"coords":"51.0833544,-0.7410635","bedrooms":"4","price":"299000","area":"407"} , +{"type":"Feature","id":"n1987493711","geometry":{"type":"Point","coordinates":[0.7288039,51.1949642]},"properties":{"@type":"node","@id":1987493711,"@timestamp":1351452196},"coords":"51.1949642,0.7288039","bedrooms":"4","price":"269000","area":"627"} , +{"type":"Feature","id":"n1987655582","geometry":{"type":"Point","coordinates":[0.776845,51.2088563]},"properties":{"@type":"node","@id":1987655582,"@timestamp":1351458027},"coords":"51.2088563,0.776845","bedrooms":"2","price":"210000","area":"473"} , +{"type":"Feature","id":"n1987655610","geometry":{"type":"Point","coordinates":[0.7773738,51.2091644]},"properties":{"@type":"node","@id":1987655610,"@timestamp":1351458028},"coords":"51.2091644,0.7773738","bedrooms":"1","price":"257000","area":"419"} , +{"type":"Feature","id":"n1987655644","geometry":{"type":"Point","coordinates":[0.7776044,51.209591]},"properties":{"@type":"node","@id":1987655644,"@timestamp":1351458029},"coords":"51.209591,0.7776044","bedrooms":"1","price":"275000","area":"526"} , +{"type":"Feature","id":"n1987655669","geometry":{"type":"Point","coordinates":[0.7777872,51.2100177]},"properties":{"@type":"node","@id":1987655669,"@timestamp":1351458030},"coords":"51.2100177,0.7777872","bedrooms":"0","price":"198000","area":"599"} , +{"type":"Feature","id":"n1987655696","geometry":{"type":"Point","coordinates":[0.7777698,51.2104948]},"properties":{"@type":"node","@id":1987655696,"@timestamp":1351458031},"coords":"51.2104948,0.7777698","bedrooms":"0","price":"216000","area":"435"} , +{"type":"Feature","id":"n1988119568","geometry":{"type":"Point","coordinates":[-0.6444359,51.1726675]},"properties":{"@type":"node","@id":1988119568,"@timestamp":1560094706},"coords":"51.1726675,-0.6444359","bedrooms":"4","price":"283000","area":"620"} , +{"type":"Feature","id":"n1988443552","geometry":{"type":"Point","coordinates":[-0.5221171,51.437559]},"properties":{"@type":"node","@id":1988443552,"@timestamp":1351526933},"coords":"51.437559,-0.5221171","bedrooms":"2","price":"261000","area":"520"} , +{"type":"Feature","id":"n1988863233","geometry":{"type":"Point","coordinates":[-0.1578336,51.5223601]},"properties":{"@type":"node","@id":1988863233,"@timestamp":1603686456},"coords":"51.5223601,-0.1578336","bedrooms":"0","price":"256000","area":"367"} , +{"type":"Feature","id":"n1989666902","geometry":{"type":"Point","coordinates":[-0.5348431,51.4752886]},"properties":{"@type":"node","@id":1989666902,"@timestamp":1443091245},"coords":"51.4752886,-0.5348431","bedrooms":"1","price":"164000","area":"629"} , +{"type":"Feature","id":"n1990046722","geometry":{"type":"Point","coordinates":[0.3701252,51.2837446]},"properties":{"@type":"node","@id":1990046722,"@timestamp":1351625093},"coords":"51.2837446,0.3701252","bedrooms":"1","price":"196000","area":"595"} , +{"type":"Feature","id":"n1990685503","geometry":{"type":"Point","coordinates":[-0.0835908,51.546245]},"properties":{"@type":"node","@id":1990685503,"@timestamp":1351868174},"coords":"51.546245,-0.0835908","bedrooms":"4","price":"298000","area":"592"} , +{"type":"Feature","id":"n1990912128","geometry":{"type":"Point","coordinates":[-0.0742593,51.5100551]},"properties":{"@type":"node","@id":1990912128,"@timestamp":1514466650},"coords":"51.5100551,-0.0742593","bedrooms":"3","price":"237000","area":"584"} , +{"type":"Feature","id":"n1990917811","geometry":{"type":"Point","coordinates":[0.7297517,51.3426323]},"properties":{"@type":"node","@id":1990917811,"@timestamp":1487074663},"coords":"51.3426323,0.7297517","bedrooms":"4","price":"273000","area":"407"} , +{"type":"Feature","id":"n1991097419","geometry":{"type":"Point","coordinates":[-0.1000831,51.4530249]},"properties":{"@type":"node","@id":1991097419,"@timestamp":1351701003},"coords":"51.4530249,-0.1000831","bedrooms":"2","price":"195000","area":"490"} , +{"type":"Feature","id":"n1991191360","geometry":{"type":"Point","coordinates":[0.7162397,51.3443222]},"properties":{"@type":"node","@id":1991191360,"@timestamp":1566928001},"coords":"51.3443222,0.7162397","bedrooms":"0","price":"195000","area":"435"} , +{"type":"Feature","id":"n1991191513","geometry":{"type":"Point","coordinates":[0.7158706,51.3445475]},"properties":{"@type":"node","@id":1991191513,"@timestamp":1567812247},"coords":"51.3445475,0.7158706","bedrooms":"2","price":"227000","area":"533"} , +{"type":"Feature","id":"n1991260771","geometry":{"type":"Point","coordinates":[-0.1501153,51.6514997]},"properties":{"@type":"node","@id":1991260771,"@timestamp":1558884721},"coords":"51.6514997,-0.1501153","bedrooms":"2","price":"159000","area":"420"} , +{"type":"Feature","id":"n1991271678","geometry":{"type":"Point","coordinates":[0.7134898,51.3454112]},"properties":{"@type":"node","@id":1991271678,"@timestamp":1567812248},"coords":"51.3454112,0.7134898","bedrooms":"0","price":"212000","area":"526"} , +{"type":"Feature","id":"n1991278639","geometry":{"type":"Point","coordinates":[-0.1440122,51.5780182]},"properties":{"@type":"node","@id":1991278639,"@timestamp":1449834605},"coords":"51.5780182,-0.1440122","bedrooms":"2","price":"190000","area":"683"} , +{"type":"Feature","id":"n1991296591","geometry":{"type":"Point","coordinates":[0.7109676,51.3458604]},"properties":{"@type":"node","@id":1991296591,"@timestamp":1567802028},"coords":"51.3458604,0.7109676","bedrooms":"4","price":"241000","area":"350"} , +{"type":"Feature","id":"n1991314335","geometry":{"type":"Point","coordinates":[-0.1443603,51.5779915]},"properties":{"@type":"node","@id":1991314335,"@timestamp":1449834606},"coords":"51.5779915,-0.1443603","bedrooms":"3","price":"221000","area":"636"} , +{"type":"Feature","id":"n1991368116","geometry":{"type":"Point","coordinates":[-0.5967821,51.31264]},"properties":{"@type":"node","@id":1991368116,"@timestamp":1423259119},"coords":"51.31264,-0.5967821","bedrooms":"4","price":"243000","area":"359"} , +{"type":"Feature","id":"n1991673495","geometry":{"type":"Point","coordinates":[-0.9726945,51.4540563]},"properties":{"@type":"node","@id":1991673495,"@timestamp":1541530433},"coords":"51.4540563,-0.9726945","bedrooms":"2","price":"260000","area":"474"} , +{"type":"Feature","id":"n1991699619","geometry":{"type":"Point","coordinates":[-0.1861215,51.435789]},"properties":{"@type":"node","@id":1991699619,"@timestamp":1547317849},"coords":"51.435789,-0.1861215","bedrooms":"2","price":"163000","area":"609"} , +{"type":"Feature","id":"n1991715643","geometry":{"type":"Point","coordinates":[-0.1885784,51.4427878]},"properties":{"@type":"node","@id":1991715643,"@timestamp":1609605487},"coords":"51.4427878,-0.1885784","bedrooms":"1","price":"214000","area":"490"} , +{"type":"Feature","id":"n1992492513","geometry":{"type":"Point","coordinates":[0.2560283,51.0199211]},"properties":{"@type":"node","@id":1992492513,"@timestamp":1351787349},"coords":"51.0199211,0.2560283","bedrooms":"3","price":"225000","area":"580"} , +{"type":"Feature","id":"n1992536564","geometry":{"type":"Point","coordinates":[-0.5669476,51.6341701]},"properties":{"@type":"node","@id":1992536564,"@timestamp":1617731455},"coords":"51.6341701,-0.5669476","bedrooms":"2","price":"157000","area":"553"} , +{"type":"Feature","id":"n1992891670","geometry":{"type":"Point","coordinates":[0.716201,51.3445831]},"properties":{"@type":"node","@id":1992891670,"@timestamp":1566928002},"coords":"51.3445831,0.716201","bedrooms":"1","price":"253000","area":"647"} , +{"type":"Feature","id":"n1993188843","geometry":{"type":"Point","coordinates":[-0.279436,51.5851066]},"properties":{"@type":"node","@id":1993188843,"@timestamp":1351858077},"coords":"51.5851066,-0.279436","bedrooms":"4","price":"293000","area":"406"} , +{"type":"Feature","id":"n1993188854","geometry":{"type":"Point","coordinates":[-0.2791831,51.584765]},"properties":{"@type":"node","@id":1993188854,"@timestamp":1351819887},"coords":"51.584765,-0.2791831","bedrooms":"2","price":"169000","area":"690"} , +{"type":"Feature","id":"n1993188866","geometry":{"type":"Point","coordinates":[-0.2808495,51.5849583]},"properties":{"@type":"node","@id":1993188866,"@timestamp":1351858077},"coords":"51.5849583,-0.2808495","bedrooms":"2","price":"286000","area":"539"} , +{"type":"Feature","id":"n1993515622","geometry":{"type":"Point","coordinates":[0.7166536,51.3462293]},"properties":{"@type":"node","@id":1993515622,"@timestamp":1567812248},"coords":"51.3462293,0.7166536","bedrooms":"3","price":"212000","area":"526"} , +{"type":"Feature","id":"n1993515654","geometry":{"type":"Point","coordinates":[0.7160905,51.346338]},"properties":{"@type":"node","@id":1993515654,"@timestamp":1567812248},"coords":"51.346338,0.7160905","bedrooms":"2","price":"207000","area":"505"} , +{"type":"Feature","id":"n1993515688","geometry":{"type":"Point","coordinates":[0.715989,51.3465128]},"properties":{"@type":"node","@id":1993515688,"@timestamp":1567812248},"coords":"51.3465128,0.715989","bedrooms":"4","price":"182000","area":"380"} , +{"type":"Feature","id":"n1993515727","geometry":{"type":"Point","coordinates":[0.7161678,51.3466563]},"properties":{"@type":"node","@id":1993515727,"@timestamp":1567812248},"coords":"51.3466563,0.7161678","bedrooms":"4","price":"167000","area":"608"} , +{"type":"Feature","id":"n1993600743","geometry":{"type":"Point","coordinates":[0.7164936,51.3456332]},"properties":{"@type":"node","@id":1993600743,"@timestamp":1567812248},"coords":"51.3456332,0.7164936","bedrooms":"2","price":"242000","area":"492"} , +{"type":"Feature","id":"n1993600933","geometry":{"type":"Point","coordinates":[0.7151239,51.3462947]},"properties":{"@type":"node","@id":1993600933,"@timestamp":1566935437},"coords":"51.3462947,0.7151239","bedrooms":"3","price":"176000","area":"456"} , +{"type":"Feature","id":"n1993694220","geometry":{"type":"Point","coordinates":[-0.0820145,51.5473184]},"properties":{"@type":"node","@id":1993694220,"@timestamp":1351863607},"coords":"51.5473184,-0.0820145","bedrooms":"4","price":"279000","area":"592"} , +{"type":"Feature","id":"n1993722331","geometry":{"type":"Point","coordinates":[0.7126724,51.3468611]},"properties":{"@type":"node","@id":1993722331,"@timestamp":1567714036},"coords":"51.3468611,0.7126724","bedrooms":"0","price":"283000","area":"586"} , +{"type":"Feature","id":"n1993722551","geometry":{"type":"Point","coordinates":[0.7110804,51.3488933]},"properties":{"@type":"node","@id":1993722551,"@timestamp":1567804481},"coords":"51.3488933,0.7110804","bedrooms":"1","price":"208000","area":"649"} , +{"type":"Feature","id":"n1993734649","geometry":{"type":"Point","coordinates":[0.7098717,51.3490839]},"properties":{"@type":"node","@id":1993734649,"@timestamp":1569062981},"coords":"51.3490839,0.7098717","bedrooms":"3","price":"192000","area":"594"} , +{"type":"Feature","id":"n1993887975","geometry":{"type":"Point","coordinates":[-0.0870323,51.5467481]},"properties":{"@type":"node","@id":1993887975,"@timestamp":1625851316},"coords":"51.5467481,-0.0870323","bedrooms":"3","price":"169000","area":"468"} , +{"type":"Feature","id":"n1994081032","geometry":{"type":"Point","coordinates":[-0.0333123,51.5447084]},"properties":{"@type":"node","@id":1994081032,"@timestamp":1628049016},"coords":"51.5447084,-0.0333123","bedrooms":"4","price":"263000","area":"381"} , +{"type":"Feature","id":"n1994163125","geometry":{"type":"Point","coordinates":[0.7096876,51.3476017]},"properties":{"@type":"node","@id":1994163125,"@timestamp":1566935437},"coords":"51.3476017,0.7096876","bedrooms":"3","price":"250000","area":"675"} , +{"type":"Feature","id":"n1994398339","geometry":{"type":"Point","coordinates":[-0.564508,51.3130814]},"properties":{"@type":"node","@id":1994398339,"@timestamp":1351888238},"coords":"51.3130814,-0.564508","bedrooms":"1","price":"249000","area":"635"} , +{"type":"Feature","id":"n1994408054","geometry":{"type":"Point","coordinates":[-0.5653815,51.3124919]},"properties":{"@type":"node","@id":1994408054,"@timestamp":1351888587},"coords":"51.3124919,-0.5653815","bedrooms":"4","price":"254000","area":"350"} , +{"type":"Feature","id":"n1994416981","geometry":{"type":"Point","coordinates":[0.7106194,51.3471217]},"properties":{"@type":"node","@id":1994416981,"@timestamp":1567714036},"coords":"51.3471217,0.7106194","bedrooms":"4","price":"261000","area":"697"} , +{"type":"Feature","id":"n1994417036","geometry":{"type":"Point","coordinates":[0.7109543,51.3472967]},"properties":{"@type":"node","@id":1994417036,"@timestamp":1567714036},"coords":"51.3472967,0.7109543","bedrooms":"2","price":"179000","area":"436"} , +{"type":"Feature","id":"n1994449279","geometry":{"type":"Point","coordinates":[-0.0850098,51.5467439]},"properties":{"@type":"node","@id":1994449279,"@timestamp":1351891576},"coords":"51.5467439,-0.0850098","bedrooms":"1","price":"177000","area":"627"} , +{"type":"Feature","id":"n1994663132","geometry":{"type":"Point","coordinates":[-0.0808017,51.5463452]},"properties":{"@type":"node","@id":1994663132,"@timestamp":1351906831},"coords":"51.5463452,-0.0808017","bedrooms":"4","price":"177000","area":"424"} , +{"type":"Feature","id":"n1995377195","geometry":{"type":"Point","coordinates":[0.0908025,51.5147499]},"properties":{"@type":"node","@id":1995377195,"@timestamp":1598214487},"coords":"51.5147499,0.0908025","bedrooms":"4","price":"161000","area":"667"} , +{"type":"Feature","id":"n1995613644","geometry":{"type":"Point","coordinates":[0.1430879,51.8718556]},"properties":{"@type":"node","@id":1995613644,"@timestamp":1629661281},"coords":"51.8718556,0.1430879","bedrooms":"2","price":"174000","area":"394"} , +{"type":"Feature","id":"n1995748796","geometry":{"type":"Point","coordinates":[0.7106312,51.3460399]},"properties":{"@type":"node","@id":1995748796,"@timestamp":1567802028},"coords":"51.3460399,0.7106312","bedrooms":"0","price":"265000","area":"444"} , +{"type":"Feature","id":"n1995865974","geometry":{"type":"Point","coordinates":[-0.6344592,51.2244346]},"properties":{"@type":"node","@id":1995865974,"@timestamp":1351968581},"coords":"51.2244346,-0.6344592","bedrooms":"3","price":"151000","area":"581"} , +{"type":"Feature","id":"n1996286407","geometry":{"type":"Point","coordinates":[-0.2367485,51.3935173]},"properties":{"@type":"node","@id":1996286407,"@timestamp":1558397668},"coords":"51.3935173,-0.2367485","bedrooms":"1","price":"258000","area":"610"} , +{"type":"Feature","id":"n1996939224","geometry":{"type":"Point","coordinates":[-0.1063789,51.487594]},"properties":{"@type":"node","@id":1996939224,"@timestamp":1626263373},"coords":"51.487594,-0.1063789","bedrooms":"3","price":"215000","area":"414"} , +{"type":"Feature","id":"n1997021705","geometry":{"type":"Point","coordinates":[-0.0830316,51.4196126]},"properties":{"@type":"node","@id":1997021705,"@timestamp":1611787702},"coords":"51.4196126,-0.0830316","bedrooms":"3","price":"175000","area":"420"} , +{"type":"Feature","id":"n1997179610","geometry":{"type":"Point","coordinates":[-0.0846683,51.3227972]},"properties":{"@type":"node","@id":1997179610,"@timestamp":1352044306},"coords":"51.3227972,-0.0846683","bedrooms":"1","price":"232000","area":"444"} , +{"type":"Feature","id":"n1997180474","geometry":{"type":"Point","coordinates":[-0.1012947,51.3262038]},"properties":{"@type":"node","@id":1997180474,"@timestamp":1352044312},"coords":"51.3262038,-0.1012947","bedrooms":"3","price":"228000","area":"698"} , +{"type":"Feature","id":"n1997181457","geometry":{"type":"Point","coordinates":[-0.085106,51.3307647]},"properties":{"@type":"node","@id":1997181457,"@timestamp":1399196341},"coords":"51.3307647,-0.085106","bedrooms":"1","price":"292000","area":"407"} , +{"type":"Feature","id":"n1997778971","geometry":{"type":"Point","coordinates":[0.271602,51.0228472]},"properties":{"@type":"node","@id":1997778971,"@timestamp":1352065789},"coords":"51.0228472,0.271602","bedrooms":"4","price":"258000","area":"625"} , +{"type":"Feature","id":"n1998648823","geometry":{"type":"Point","coordinates":[-0.9318353,51.2587287]},"properties":{"@type":"node","@id":1998648823,"@timestamp":1352122173},"coords":"51.2587287,-0.9318353","bedrooms":"4","price":"208000","area":"445"} , +{"type":"Feature","id":"n1998846533","geometry":{"type":"Point","coordinates":[-0.009829,51.5063996]},"properties":{"@type":"node","@id":1998846533,"@timestamp":1352130786},"coords":"51.5063996,-0.009829","bedrooms":"2","price":"233000","area":"683"} , +{"type":"Feature","id":"n1998890571","geometry":{"type":"Point","coordinates":[0.8941603,51.1479073]},"properties":{"@type":"node","@id":1998890571,"@timestamp":1352133719},"coords":"51.1479073,0.8941603","bedrooms":"2","price":"180000","area":"662"} , +{"type":"Feature","id":"n1999469107","geometry":{"type":"Point","coordinates":[-0.1420233,51.5781083]},"properties":{"@type":"node","@id":1999469107,"@timestamp":1449834601},"coords":"51.5781083,-0.1420233","bedrooms":"1","price":"228000","area":"699"} , +{"type":"Feature","id":"n1999469130","geometry":{"type":"Point","coordinates":[-0.1431186,51.5780612]},"properties":{"@type":"node","@id":1999469130,"@timestamp":1449834603},"coords":"51.5780612,-0.1431186","bedrooms":"3","price":"259000","area":"363"} , +{"type":"Feature","id":"n1999629311","geometry":{"type":"Point","coordinates":[0.8741917,51.1171546]},"properties":{"@type":"node","@id":1999629311,"@timestamp":1352187594},"coords":"51.1171546,0.8741917","bedrooms":"3","price":"239000","area":"659"} , +{"type":"Feature","id":"n1999942260","geometry":{"type":"Point","coordinates":[-0.8895932,51.2710306]},"properties":{"@type":"node","@id":1999942260,"@timestamp":1419523929},"coords":"51.2710306,-0.8895932","bedrooms":"1","price":"221000","area":"370"} , +{"type":"Feature","id":"n1999985533","geometry":{"type":"Point","coordinates":[0.6258798,51.3695713]},"properties":{"@type":"node","@id":1999985533,"@timestamp":1352208386},"coords":"51.3695713,0.6258798","bedrooms":"0","price":"260000","area":"452"} , +{"type":"Feature","id":"n2000101209","geometry":{"type":"Point","coordinates":[-0.0559911,51.5447897]},"properties":{"@type":"node","@id":2000101209,"@timestamp":1599727477},"coords":"51.5447897,-0.0559911","bedrooms":"2","price":"182000","area":"470"} , +{"type":"Feature","id":"n2000183570","geometry":{"type":"Point","coordinates":[-0.87042,51.2683896]},"properties":{"@type":"node","@id":2000183570,"@timestamp":1352218642},"coords":"51.2683896,-0.87042","bedrooms":"3","price":"272000","area":"548"} , +{"type":"Feature","id":"n2000196455","geometry":{"type":"Point","coordinates":[-0.8864033,51.311733]},"properties":{"@type":"node","@id":2000196455,"@timestamp":1352219014},"coords":"51.311733,-0.8864033","bedrooms":"4","price":"292000","area":"569"} , +{"type":"Feature","id":"n2000248559","geometry":{"type":"Point","coordinates":[-0.8987569,51.3279345]},"properties":{"@type":"node","@id":2000248559,"@timestamp":1352221952},"coords":"51.3279345,-0.8987569","bedrooms":"2","price":"245000","area":"365"} , +{"type":"Feature","id":"n2000785983","geometry":{"type":"Point","coordinates":[-0.1413468,51.5782104]},"properties":{"@type":"node","@id":2000785983,"@timestamp":1449834600},"coords":"51.5782104,-0.1413468","bedrooms":"1","price":"270000","area":"465"} , +{"type":"Feature","id":"n2001147676","geometry":{"type":"Point","coordinates":[-0.0814763,51.4168186]},"properties":{"@type":"node","@id":2001147676,"@timestamp":1604854533},"coords":"51.4168186,-0.0814763","bedrooms":"3","price":"167000","area":"392"} , +{"type":"Feature","id":"n2001259720","geometry":{"type":"Point","coordinates":[-0.1360371,51.5788735]},"properties":{"@type":"node","@id":2001259720,"@timestamp":1449834605},"coords":"51.5788735,-0.1360371","bedrooms":"2","price":"208000","area":"623"} , +{"type":"Feature","id":"n2001289248","geometry":{"type":"Point","coordinates":[-0.3075445,51.7648905]},"properties":{"@type":"node","@id":2001289248,"@timestamp":1613823804},"coords":"51.7648905,-0.3075445","bedrooms":"1","price":"174000","area":"563"} , +{"type":"Feature","id":"n2001919417","geometry":{"type":"Point","coordinates":[-0.116991,51.3384585]},"properties":{"@type":"node","@id":2001919417,"@timestamp":1564910825},"coords":"51.3384585,-0.116991","bedrooms":"3","price":"188000","area":"589"} , +{"type":"Feature","id":"n2002015964","geometry":{"type":"Point","coordinates":[-0.1299938,51.5833669]},"properties":{"@type":"node","@id":2002015964,"@timestamp":1622915199},"coords":"51.5833669,-0.1299938","bedrooms":"1","price":"207000","area":"374"} , +{"type":"Feature","id":"n2002531612","geometry":{"type":"Point","coordinates":[-0.0490971,51.5373625]},"properties":{"@type":"node","@id":2002531612,"@timestamp":1635185046},"coords":"51.5373625,-0.0490971","bedrooms":"1","price":"169000","area":"658"} , +{"type":"Feature","id":"n2002791461","geometry":{"type":"Point","coordinates":[-0.9092306,51.3410955]},"properties":{"@type":"node","@id":2002791461,"@timestamp":1419523929},"coords":"51.3410955,-0.9092306","bedrooms":"4","price":"231000","area":"631"} , +{"type":"Feature","id":"n2002808213","geometry":{"type":"Point","coordinates":[-0.5412569,51.4917362]},"properties":{"@type":"node","@id":2002808213,"@timestamp":1632964276},"coords":"51.4917362,-0.5412569","bedrooms":"3","price":"187000","area":"682"} , +{"type":"Feature","id":"n2002868604","geometry":{"type":"Point","coordinates":[-0.852604,51.2599022]},"properties":{"@type":"node","@id":2002868604,"@timestamp":1356974329},"coords":"51.2599022,-0.852604","bedrooms":"4","price":"202000","area":"491"} , +{"type":"Feature","id":"n2002875209","geometry":{"type":"Point","coordinates":[-0.8372332,51.3033945]},"properties":{"@type":"node","@id":2002875209,"@timestamp":1352392874},"coords":"51.3033945,-0.8372332","bedrooms":"0","price":"218000","area":"471"} , +{"type":"Feature","id":"n2003044291","geometry":{"type":"Point","coordinates":[-0.195013,51.3643954]},"properties":{"@type":"node","@id":2003044291,"@timestamp":1625591715},"coords":"51.3643954,-0.195013","bedrooms":"1","price":"289000","area":"351"} , +{"type":"Feature","id":"n2003163615","geometry":{"type":"Point","coordinates":[-0.2825162,51.4917065]},"properties":{"@type":"node","@id":2003163615,"@timestamp":1564910825},"coords":"51.4917065,-0.2825162","bedrooms":"4","price":"187000","area":"526"} , +{"type":"Feature","id":"n2003363273","geometry":{"type":"Point","coordinates":[-1.085223,51.2516129]},"properties":{"@type":"node","@id":2003363273,"@timestamp":1507928183},"coords":"51.2516129,-1.085223","bedrooms":"0","price":"193000","area":"434"} , +{"type":"Feature","id":"n2003475124","geometry":{"type":"Point","coordinates":[-0.1635415,51.1180068]},"properties":{"@type":"node","@id":2003475124,"@timestamp":1610625686},"coords":"51.1180068,-0.1635415","bedrooms":"4","price":"286000","area":"488"} , +{"type":"Feature","id":"n2003636397","geometry":{"type":"Point","coordinates":[-0.1448168,51.578249]},"properties":{"@type":"node","@id":2003636397,"@timestamp":1449834599},"coords":"51.578249,-0.1448168","bedrooms":"0","price":"259000","area":"453"} , +{"type":"Feature","id":"n2003636414","geometry":{"type":"Point","coordinates":[-0.1361235,51.5784748]},"properties":{"@type":"node","@id":2003636414,"@timestamp":1449834603},"coords":"51.5784748,-0.1361235","bedrooms":"4","price":"276000","area":"670"} , +{"type":"Feature","id":"n2003636430","geometry":{"type":"Point","coordinates":[-0.1445558,51.5782986]},"properties":{"@type":"node","@id":2003636430,"@timestamp":1449834608},"coords":"51.5782986,-0.1445558","bedrooms":"3","price":"234000","area":"566"} , +{"type":"Feature","id":"n2004108403","geometry":{"type":"Point","coordinates":[-0.0912303,51.4410583]},"properties":{"@type":"node","@id":2004108403,"@timestamp":1620811535},"coords":"51.4410583,-0.0912303","bedrooms":"0","price":"253000","area":"511"} , +{"type":"Feature","id":"n2004499195","geometry":{"type":"Point","coordinates":[-0.088987,51.5232722]},"properties":{"@type":"node","@id":2004499195,"@timestamp":1406642049},"coords":"51.5232722,-0.088987","bedrooms":"1","price":"227000","area":"540"} , +{"type":"Feature","id":"n2004679590","geometry":{"type":"Point","coordinates":[-0.907229,51.5679824]},"properties":{"@type":"node","@id":2004679590,"@timestamp":1592768388},"coords":"51.5679824,-0.907229","bedrooms":"3","price":"266000","area":"517"} , +{"type":"Feature","id":"n2005104301","geometry":{"type":"Point","coordinates":[-0.0995118,51.5142538]},"properties":{"@type":"node","@id":2005104301,"@timestamp":1551472731},"coords":"51.5142538,-0.0995118","bedrooms":"3","price":"164000","area":"501"} , +{"type":"Feature","id":"n2005338090","geometry":{"type":"Point","coordinates":[-1.1131326,51.2715098]},"properties":{"@type":"node","@id":2005338090,"@timestamp":1352497555},"coords":"51.2715098,-1.1131326","bedrooms":"1","price":"188000","area":"682"} , +{"type":"Feature","id":"n2005388972","geometry":{"type":"Point","coordinates":[-1.0874883,51.2676849]},"properties":{"@type":"node","@id":2005388972,"@timestamp":1371311365},"coords":"51.2676849,-1.0874883","bedrooms":"3","price":"234000","area":"639"} , +{"type":"Feature","id":"n2006045018","geometry":{"type":"Point","coordinates":[-0.4664442,51.9672757]},"properties":{"@type":"node","@id":2006045018,"@timestamp":1352537818},"coords":"51.9672757,-0.4664442","bedrooms":"3","price":"161000","area":"657"} , +{"type":"Feature","id":"n2006045063","geometry":{"type":"Point","coordinates":[-0.4717576,51.9676492]},"properties":{"@type":"node","@id":2006045063,"@timestamp":1352537819},"coords":"51.9676492,-0.4717576","bedrooms":"1","price":"293000","area":"371"} , +{"type":"Feature","id":"n2006166142","geometry":{"type":"Point","coordinates":[-0.4101517,51.3053921]},"properties":{"@type":"node","@id":2006166142,"@timestamp":1517665216},"coords":"51.3053921,-0.4101517","bedrooms":"1","price":"216000","area":"677"} , +{"type":"Feature","id":"n2006947770","geometry":{"type":"Point","coordinates":[-0.5566773,51.5267826]},"properties":{"@type":"node","@id":2006947770,"@timestamp":1352572634},"coords":"51.5267826,-0.5566773","bedrooms":"0","price":"170000","area":"547"} , +{"type":"Feature","id":"n2007094507","geometry":{"type":"Point","coordinates":[-0.4929083,51.4838549]},"properties":{"@type":"node","@id":2007094507,"@timestamp":1498776981},"coords":"51.4838549,-0.4929083","bedrooms":"2","price":"167000","area":"479"} , +{"type":"Feature","id":"n2007317847","geometry":{"type":"Point","coordinates":[-0.0634868,51.3422557]},"properties":{"@type":"node","@id":2007317847,"@timestamp":1360454398},"coords":"51.3422557,-0.0634868","bedrooms":"0","price":"186000","area":"670"} , +{"type":"Feature","id":"n2008841959","geometry":{"type":"Point","coordinates":[-0.164147,51.5638697]},"properties":{"@type":"node","@id":2008841959,"@timestamp":1352652842},"coords":"51.5638697,-0.164147","bedrooms":"0","price":"175000","area":"364"} , +{"type":"Feature","id":"n2008842025","geometry":{"type":"Point","coordinates":[-0.159042,51.5650474]},"properties":{"@type":"node","@id":2008842025,"@timestamp":1352652843},"coords":"51.5650474,-0.159042","bedrooms":"4","price":"193000","area":"540"} , +{"type":"Feature","id":"n2009506468","geometry":{"type":"Point","coordinates":[-0.4924756,51.9612838]},"properties":{"@type":"node","@id":2009506468,"@timestamp":1565731982},"coords":"51.9612838,-0.4924756","bedrooms":"2","price":"170000","area":"654"} , +{"type":"Feature","id":"n2009585786","geometry":{"type":"Point","coordinates":[-0.4583574,51.9718381]},"properties":{"@type":"node","@id":2009585786,"@timestamp":1352668591},"coords":"51.9718381,-0.4583574","bedrooms":"3","price":"194000","area":"512"} , +{"type":"Feature","id":"n2010046615","geometry":{"type":"Point","coordinates":[-0.8729498,50.961919]},"properties":{"@type":"node","@id":2010046615,"@timestamp":1352686434},"coords":"50.961919,-0.8729498","bedrooms":"3","price":"190000","area":"588"} , +{"type":"Feature","id":"n2010046685","geometry":{"type":"Point","coordinates":[-0.8834015,50.977984]},"properties":{"@type":"node","@id":2010046685,"@timestamp":1352686435},"coords":"50.977984,-0.8834015","bedrooms":"1","price":"266000","area":"681"} , +{"type":"Feature","id":"n2010477086","geometry":{"type":"Point","coordinates":[-0.4472241,51.4808681]},"properties":{"@type":"node","@id":2010477086,"@timestamp":1352719803},"coords":"51.4808681,-0.4472241","bedrooms":"2","price":"169000","area":"542"} , +{"type":"Feature","id":"n2010515744","geometry":{"type":"Point","coordinates":[-0.4339605,51.4806154]},"properties":{"@type":"node","@id":2010515744,"@timestamp":1564910825},"coords":"51.4806154,-0.4339605","bedrooms":"3","price":"259000","area":"589"} , +{"type":"Feature","id":"n2010542864","geometry":{"type":"Point","coordinates":[-0.4078047,51.4788539]},"properties":{"@type":"node","@id":2010542864,"@timestamp":1564910825},"coords":"51.4788539,-0.4078047","bedrooms":"2","price":"179000","area":"641"} , +{"type":"Feature","id":"n2010667166","geometry":{"type":"Point","coordinates":[-0.4461752,51.4811612]},"properties":{"@type":"node","@id":2010667166,"@timestamp":1564910825},"coords":"51.4811612,-0.4461752","bedrooms":"4","price":"216000","area":"470"} , +{"type":"Feature","id":"n2010969162","geometry":{"type":"Point","coordinates":[-0.4097814,51.4568214]},"properties":{"@type":"node","@id":2010969162,"@timestamp":1576751554},"coords":"51.4568214,-0.4097814","bedrooms":"0","price":"251000","area":"442"} , +{"type":"Feature","id":"n2011329088","geometry":{"type":"Point","coordinates":[-0.5211189,51.0953922]},"properties":{"@type":"node","@id":2011329088,"@timestamp":1352751024},"coords":"51.0953922,-0.5211189","bedrooms":"0","price":"177000","area":"589"} , +{"type":"Feature","id":"n2011361570","geometry":{"type":"Point","coordinates":[-0.5341759,51.1260537]},"properties":{"@type":"node","@id":2011361570,"@timestamp":1496239006},"coords":"51.1260537,-0.5341759","bedrooms":"2","price":"188000","area":"542"} , +{"type":"Feature","id":"n2011361736","geometry":{"type":"Point","coordinates":[-0.5497535,51.1183468]},"properties":{"@type":"node","@id":2011361736,"@timestamp":1352752325},"coords":"51.1183468,-0.5497535","bedrooms":"1","price":"168000","area":"633"} , +{"type":"Feature","id":"n2011361885","geometry":{"type":"Point","coordinates":[-0.5486346,51.1241685]},"properties":{"@type":"node","@id":2011361885,"@timestamp":1432482051},"coords":"51.1241685,-0.5486346","bedrooms":"3","price":"212000","area":"456"} , +{"type":"Feature","id":"n2011361955","geometry":{"type":"Point","coordinates":[-0.5348467,51.1260705]},"properties":{"@type":"node","@id":2011361955,"@timestamp":1432482051},"coords":"51.1260705,-0.5348467","bedrooms":"2","price":"187000","area":"351"} , +{"type":"Feature","id":"n2011362067","geometry":{"type":"Point","coordinates":[-0.5092548,51.1461926]},"properties":{"@type":"node","@id":2011362067,"@timestamp":1352752328},"coords":"51.1461926,-0.5092548","bedrooms":"3","price":"295000","area":"407"} , +{"type":"Feature","id":"n2011362454","geometry":{"type":"Point","coordinates":[-0.5285387,51.1594848]},"properties":{"@type":"node","@id":2011362454,"@timestamp":1432482047},"coords":"51.1594848,-0.5285387","bedrooms":"1","price":"254000","area":"513"} , +{"type":"Feature","id":"n2011457373","geometry":{"type":"Point","coordinates":[-0.4183156,51.4191218]},"properties":{"@type":"node","@id":2011457373,"@timestamp":1627700506},"coords":"51.4191218,-0.4183156","bedrooms":"0","price":"295000","area":"609"} , +{"type":"Feature","id":"n2011618803","geometry":{"type":"Point","coordinates":[-0.1021387,51.8605323]},"properties":{"@type":"node","@id":2011618803,"@timestamp":1352763407},"coords":"51.8605323,-0.1021387","bedrooms":"4","price":"297000","area":"442"} , +{"type":"Feature","id":"n2012198585","geometry":{"type":"Point","coordinates":[-0.7866538,51.2037102]},"properties":{"@type":"node","@id":2012198585,"@timestamp":1377038656},"coords":"51.2037102,-0.7866538","bedrooms":"2","price":"223000","area":"618"} , +{"type":"Feature","id":"n2012198606","geometry":{"type":"Point","coordinates":[-0.8048884,51.1892391]},"properties":{"@type":"node","@id":2012198606,"@timestamp":1501187385},"coords":"51.1892391,-0.8048884","bedrooms":"4","price":"252000","area":"595"} , +{"type":"Feature","id":"n2012222626","geometry":{"type":"Point","coordinates":[-0.7847287,51.2207968]},"properties":{"@type":"node","@id":2012222626,"@timestamp":1593182554},"coords":"51.2207968,-0.7847287","bedrooms":"1","price":"175000","area":"491"} , +{"type":"Feature","id":"n2012346751","geometry":{"type":"Point","coordinates":[0.4405267,51.6337062]},"properties":{"@type":"node","@id":2012346751,"@timestamp":1357492576},"coords":"51.6337062,0.4405267","bedrooms":"4","price":"281000","area":"647"} , +{"type":"Feature","id":"n2012387151","geometry":{"type":"Point","coordinates":[-0.1549749,51.538451]},"properties":{"@type":"node","@id":2012387151,"@timestamp":1496279961},"coords":"51.538451,-0.1549749","bedrooms":"4","price":"279000","area":"397"} , +{"type":"Feature","id":"n2012433618","geometry":{"type":"Point","coordinates":[-0.3253002,51.427472]},"properties":{"@type":"node","@id":2012433618,"@timestamp":1621427270},"coords":"51.427472,-0.3253002","bedrooms":"2","price":"182000","area":"487"} , +{"type":"Feature","id":"n2012463506","geometry":{"type":"Point","coordinates":[-0.3879392,51.6536131]},"properties":{"@type":"node","@id":2012463506,"@timestamp":1352819086},"coords":"51.6536131,-0.3879392","bedrooms":"0","price":"162000","area":"464"} , +{"type":"Feature","id":"n2012511943","geometry":{"type":"Point","coordinates":[-0.0140598,51.4921422]},"properties":{"@type":"node","@id":2012511943,"@timestamp":1589556700},"coords":"51.4921422,-0.0140598","bedrooms":"4","price":"293000","area":"660"} , +{"type":"Feature","id":"n2012789878","geometry":{"type":"Point","coordinates":[0.7093973,51.0818196]},"properties":{"@type":"node","@id":2012789878,"@timestamp":1352836561},"coords":"51.0818196,0.7093973","bedrooms":"1","price":"161000","area":"602"} , +{"type":"Feature","id":"n2012978173","geometry":{"type":"Point","coordinates":[-0.1089614,51.5951766]},"properties":{"@type":"node","@id":2012978173,"@timestamp":1596659442},"coords":"51.5951766,-0.1089614","bedrooms":"4","price":"280000","area":"474"} , +{"type":"Feature","id":"n2013000363","geometry":{"type":"Point","coordinates":[-0.8211673,51.192129]},"properties":{"@type":"node","@id":2013000363,"@timestamp":1358348781},"coords":"51.192129,-0.8211673","bedrooms":"4","price":"272000","area":"459"} , +{"type":"Feature","id":"n2013001023","geometry":{"type":"Point","coordinates":[-0.1330495,51.5204254]},"properties":{"@type":"node","@id":2013001023,"@timestamp":1352848586},"coords":"51.5204254,-0.1330495","bedrooms":"2","price":"201000","area":"602"} , +{"type":"Feature","id":"n2013017599","geometry":{"type":"Point","coordinates":[-0.1414467,51.5476046]},"properties":{"@type":"node","@id":2013017599,"@timestamp":1631184701},"coords":"51.5476046,-0.1414467","bedrooms":"4","price":"280000","area":"485"} , +{"type":"Feature","id":"n2013060288","geometry":{"type":"Point","coordinates":[-0.339684,51.56989]},"properties":{"@type":"node","@id":2013060288,"@timestamp":1594915315},"coords":"51.56989,-0.339684","bedrooms":"1","price":"229000","area":"448"} , +{"type":"Feature","id":"n2013449958","geometry":{"type":"Point","coordinates":[-0.3456338,51.4772859]},"properties":{"@type":"node","@id":2013449958,"@timestamp":1352886676},"coords":"51.4772859,-0.3456338","bedrooms":"4","price":"217000","area":"641"} , +{"type":"Feature","id":"n2013494716","geometry":{"type":"Point","coordinates":[-0.1903852,51.6469868]},"properties":{"@type":"node","@id":2013494716,"@timestamp":1590252091},"coords":"51.6469868,-0.1903852","bedrooms":"3","price":"199000","area":"674"} , +{"type":"Feature","id":"n2013556904","geometry":{"type":"Point","coordinates":[-0.1756158,51.632923]},"properties":{"@type":"node","@id":2013556904,"@timestamp":1365795696},"coords":"51.632923,-0.1756158","bedrooms":"0","price":"225000","area":"535"} , +{"type":"Feature","id":"n2013581338","geometry":{"type":"Point","coordinates":[-0.4272332,51.4655895]},"properties":{"@type":"node","@id":2013581338,"@timestamp":1352892776},"coords":"51.4655895,-0.4272332","bedrooms":"0","price":"181000","area":"452"} , +{"type":"Feature","id":"n2014094885","geometry":{"type":"Point","coordinates":[0.0729089,51.5023335]},"properties":{"@type":"node","@id":2014094885,"@timestamp":1621896255},"coords":"51.5023335,0.0729089","bedrooms":"0","price":"280000","area":"476"} , +{"type":"Feature","id":"n2014231094","geometry":{"type":"Point","coordinates":[-0.3905232,51.9147373]},"properties":{"@type":"node","@id":2014231094,"@timestamp":1518113884},"coords":"51.9147373,-0.3905232","bedrooms":"0","price":"293000","area":"610"} , +{"type":"Feature","id":"n2014464584","geometry":{"type":"Point","coordinates":[-0.0412586,51.5129524]},"properties":{"@type":"node","@id":2014464584,"@timestamp":1352931891},"coords":"51.5129524,-0.0412586","bedrooms":"1","price":"274000","area":"393"} , +{"type":"Feature","id":"n2014472520","geometry":{"type":"Point","coordinates":[-1.0845204,51.2608619]},"properties":{"@type":"node","@id":2014472520,"@timestamp":1542663460},"coords":"51.2608619,-1.0845204","bedrooms":"3","price":"299000","area":"625"} , +{"type":"Feature","id":"n2014916067","geometry":{"type":"Point","coordinates":[-1.0837101,51.2672804]},"properties":{"@type":"node","@id":2014916067,"@timestamp":1385254960},"coords":"51.2672804,-1.0837101","bedrooms":"0","price":"155000","area":"677"} , +{"type":"Feature","id":"n2015398502","geometry":{"type":"Point","coordinates":[-0.5920017,51.0275678]},"properties":{"@type":"node","@id":2015398502,"@timestamp":1544634813},"coords":"51.0275678,-0.5920017","bedrooms":"4","price":"221000","area":"620"} , +{"type":"Feature","id":"n2016222041","geometry":{"type":"Point","coordinates":[-1.0095728,51.8796976]},"properties":{"@type":"node","@id":2016222041,"@timestamp":1635156576},"coords":"51.8796976,-1.0095728","bedrooms":"3","price":"287000","area":"483"} , +{"type":"Feature","id":"n2016472775","geometry":{"type":"Point","coordinates":[-0.2759196,51.3532411]},"properties":{"@type":"node","@id":2016472775,"@timestamp":1385941572},"coords":"51.3532411,-0.2759196","bedrooms":"0","price":"261000","area":"556"} , +{"type":"Feature","id":"n2016661104","geometry":{"type":"Point","coordinates":[0.0427282,51.3791792]},"properties":{"@type":"node","@id":2016661104,"@timestamp":1353075766},"coords":"51.3791792,0.0427282","bedrooms":"3","price":"290000","area":"427"} , +{"type":"Feature","id":"n2017129112","geometry":{"type":"Point","coordinates":[-1.0889012,51.2622574]},"properties":{"@type":"node","@id":2017129112,"@timestamp":1506371788},"coords":"51.2622574,-1.0889012","bedrooms":"2","price":"152000","area":"682"} , +{"type":"Feature","id":"n2017827043","geometry":{"type":"Point","coordinates":[-0.0954552,51.8815564]},"properties":{"@type":"node","@id":2017827043,"@timestamp":1353142617},"coords":"51.8815564,-0.0954552","bedrooms":"0","price":"189000","area":"508"} , +{"type":"Feature","id":"n2017983781","geometry":{"type":"Point","coordinates":[-0.0777129,51.519275]},"properties":{"@type":"node","@id":2017983781,"@timestamp":1353152787},"coords":"51.519275,-0.0777129","bedrooms":"1","price":"201000","area":"479"} , +{"type":"Feature","id":"n2018259737","geometry":{"type":"Point","coordinates":[-0.9288149,51.4445985]},"properties":{"@type":"node","@id":2018259737,"@timestamp":1353165849},"coords":"51.4445985,-0.9288149","bedrooms":"4","price":"286000","area":"608"} , +{"type":"Feature","id":"n2018377347","geometry":{"type":"Point","coordinates":[0.5539262,51.3708858]},"properties":{"@type":"node","@id":2018377347,"@timestamp":1353170566},"coords":"51.3708858,0.5539262","bedrooms":"4","price":"170000","area":"464"} , +{"type":"Feature","id":"n2018396598","geometry":{"type":"Point","coordinates":[-0.2549077,51.4205036]},"properties":{"@type":"node","@id":2018396598,"@timestamp":1573086907},"coords":"51.4205036,-0.2549077","bedrooms":"0","price":"171000","area":"672"} , +{"type":"Feature","id":"n2018575394","geometry":{"type":"Point","coordinates":[-1.0883332,51.2629032]},"properties":{"@type":"node","@id":2018575394,"@timestamp":1362761622},"coords":"51.2629032,-1.0883332","bedrooms":"3","price":"256000","area":"635"} , +{"type":"Feature","id":"n2018684416","geometry":{"type":"Point","coordinates":[-1.0936623,51.2637192]},"properties":{"@type":"node","@id":2018684416,"@timestamp":1560457135},"coords":"51.2637192,-1.0936623","bedrooms":"0","price":"152000","area":"492"} , +{"type":"Feature","id":"n2018714498","geometry":{"type":"Point","coordinates":[-0.2607777,51.3905376]},"properties":{"@type":"node","@id":2018714498,"@timestamp":1593292968},"coords":"51.3905376,-0.2607777","bedrooms":"1","price":"289000","area":"590"} , +{"type":"Feature","id":"n2018714509","geometry":{"type":"Point","coordinates":[-0.261803,51.3885655]},"properties":{"@type":"node","@id":2018714509,"@timestamp":1593292968},"coords":"51.3885655,-0.261803","bedrooms":"1","price":"245000","area":"629"} , +{"type":"Feature","id":"n2018769667","geometry":{"type":"Point","coordinates":[-0.2834719,51.4832938]},"properties":{"@type":"node","@id":2018769667,"@timestamp":1353187656},"coords":"51.4832938,-0.2834719","bedrooms":"1","price":"278000","area":"488"} , +{"type":"Feature","id":"n2018769693","geometry":{"type":"Point","coordinates":[-0.2839494,51.4835644]},"properties":{"@type":"node","@id":2018769693,"@timestamp":1353187656},"coords":"51.4835644,-0.2839494","bedrooms":"0","price":"284000","area":"631"} , +{"type":"Feature","id":"n2018936927","geometry":{"type":"Point","coordinates":[-0.0152557,51.5124606]},"properties":{"@type":"node","@id":2018936927,"@timestamp":1589406167},"coords":"51.5124606,-0.0152557","bedrooms":"0","price":"289000","area":"377"} , +{"type":"Feature","id":"n2019012034","geometry":{"type":"Point","coordinates":[-0.1996435,51.5258309]},"properties":{"@type":"node","@id":2019012034,"@timestamp":1567089033},"coords":"51.5258309,-0.1996435","bedrooms":"3","price":"219000","area":"449"} , +{"type":"Feature","id":"n2019120123","geometry":{"type":"Point","coordinates":[-0.0837452,51.5273256]},"properties":{"@type":"node","@id":2019120123,"@timestamp":1601907869},"coords":"51.5273256,-0.0837452","bedrooms":"0","price":"175000","area":"585"} , +{"type":"Feature","id":"n2019513911","geometry":{"type":"Point","coordinates":[-0.7171323,51.1151884]},"properties":{"@type":"node","@id":2019513911,"@timestamp":1407268975},"coords":"51.1151884,-0.7171323","bedrooms":"0","price":"156000","area":"649"} , +{"type":"Feature","id":"n2020243489","geometry":{"type":"Point","coordinates":[-0.608371,51.8420868]},"properties":{"@type":"node","@id":2020243489,"@timestamp":1611217106},"coords":"51.8420868,-0.608371","bedrooms":"0","price":"215000","area":"558"} , +{"type":"Feature","id":"n2020430298","geometry":{"type":"Point","coordinates":[-1.074083,51.0673993]},"properties":{"@type":"node","@id":2020430298,"@timestamp":1353269288},"coords":"51.0673993,-1.074083","bedrooms":"3","price":"227000","area":"673"} , +{"type":"Feature","id":"n2020463374","geometry":{"type":"Point","coordinates":[-0.0690052,51.8965739]},"properties":{"@type":"node","@id":2020463374,"@timestamp":1353271433},"coords":"51.8965739,-0.0690052","bedrooms":"0","price":"242000","area":"581"} , +{"type":"Feature","id":"n2020567503","geometry":{"type":"Point","coordinates":[-1.1015828,51.2560296]},"properties":{"@type":"node","@id":2020567503,"@timestamp":1556825181},"coords":"51.2560296,-1.1015828","bedrooms":"1","price":"173000","area":"559"} , +{"type":"Feature","id":"n2020736120","geometry":{"type":"Point","coordinates":[-0.770104,51.2500342]},"properties":{"@type":"node","@id":2020736120,"@timestamp":1432483477},"coords":"51.2500342,-0.770104","bedrooms":"2","price":"262000","area":"653"} , +{"type":"Feature","id":"n2021761799","geometry":{"type":"Point","coordinates":[0.0095958,51.3551642]},"properties":{"@type":"node","@id":2021761799,"@timestamp":1353344471},"coords":"51.3551642,0.0095958","bedrooms":"4","price":"296000","area":"503"} , +{"type":"Feature","id":"n2021961510","geometry":{"type":"Point","coordinates":[-0.1962843,51.1000946]},"properties":{"@type":"node","@id":2021961510,"@timestamp":1608045413},"coords":"51.1000946,-0.1962843","bedrooms":"1","price":"151000","area":"351"} , +{"type":"Feature","id":"n2022238144","geometry":{"type":"Point","coordinates":[-0.3396404,51.5707417]},"properties":{"@type":"node","@id":2022238144,"@timestamp":1471994507},"coords":"51.5707417,-0.3396404","bedrooms":"1","price":"160000","area":"593"} , +{"type":"Feature","id":"n2022354625","geometry":{"type":"Point","coordinates":[-1.0945475,51.2562684]},"properties":{"@type":"node","@id":2022354625,"@timestamp":1363804541},"coords":"51.2562684,-1.0945475","bedrooms":"4","price":"264000","area":"449"} , +{"type":"Feature","id":"n2022895798","geometry":{"type":"Point","coordinates":[-0.1750994,51.5013745]},"properties":{"@type":"node","@id":2022895798,"@timestamp":1401644622},"coords":"51.5013745,-0.1750994","bedrooms":"4","price":"273000","area":"388"} , +{"type":"Feature","id":"n2023202908","geometry":{"type":"Point","coordinates":[-0.7698638,51.2511466]},"properties":{"@type":"node","@id":2023202908,"@timestamp":1569266750},"coords":"51.2511466,-0.7698638","bedrooms":"1","price":"186000","area":"363"} , +{"type":"Feature","id":"n2023757208","geometry":{"type":"Point","coordinates":[-1.0994175,51.2527324]},"properties":{"@type":"node","@id":2023757208,"@timestamp":1620504746},"coords":"51.2527324,-1.0994175","bedrooms":"2","price":"247000","area":"588"} , +{"type":"Feature","id":"n2024031411","geometry":{"type":"Point","coordinates":[-1.1058113,51.2537383]},"properties":{"@type":"node","@id":2024031411,"@timestamp":1539698247},"coords":"51.2537383,-1.1058113","bedrooms":"1","price":"220000","area":"402"} , +{"type":"Feature","id":"n2024042024","geometry":{"type":"Point","coordinates":[-1.1121506,51.250604]},"properties":{"@type":"node","@id":2024042024,"@timestamp":1604263520},"coords":"51.250604,-1.1121506","bedrooms":"0","price":"180000","area":"431"} , +{"type":"Feature","id":"n2024044309","geometry":{"type":"Point","coordinates":[-0.0186234,51.4987091]},"properties":{"@type":"node","@id":2024044309,"@timestamp":1610960896},"coords":"51.4987091,-0.0186234","bedrooms":"3","price":"175000","area":"454"} , +{"type":"Feature","id":"n2024627379","geometry":{"type":"Point","coordinates":[0.384521,51.6711492]},"properties":{"@type":"node","@id":2024627379,"@timestamp":1353495624},"coords":"51.6711492,0.384521","bedrooms":"3","price":"191000","area":"660"} , +{"type":"Feature","id":"n2024742651","geometry":{"type":"Point","coordinates":[0.3683192,51.6590221]},"properties":{"@type":"node","@id":2024742651,"@timestamp":1353503261},"coords":"51.6590221,0.3683192","bedrooms":"0","price":"159000","area":"591"} , +{"type":"Feature","id":"n2024742819","geometry":{"type":"Point","coordinates":[0.3677921,51.6587417]},"properties":{"@type":"node","@id":2024742819,"@timestamp":1353503263},"coords":"51.6587417,0.3677921","bedrooms":"1","price":"174000","area":"650"} , +{"type":"Feature","id":"n2024766708","geometry":{"type":"Point","coordinates":[-0.1588701,51.6144573]},"properties":{"@type":"node","@id":2024766708,"@timestamp":1561159234},"coords":"51.6144573,-0.1588701","bedrooms":"1","price":"264000","area":"495"} , +{"type":"Feature","id":"n2025061769","geometry":{"type":"Point","coordinates":[-0.3125491,51.4145925]},"properties":{"@type":"node","@id":2025061769,"@timestamp":1622108325},"coords":"51.4145925,-0.3125491","bedrooms":"3","price":"207000","area":"691"} , +{"type":"Feature","id":"n2025505780","geometry":{"type":"Point","coordinates":[-1.0890348,51.2589053]},"properties":{"@type":"node","@id":2025505780,"@timestamp":1353534385},"coords":"51.2589053,-1.0890348","bedrooms":"2","price":"296000","area":"617"} , +{"type":"Feature","id":"n2025827546","geometry":{"type":"Point","coordinates":[0.2904096,51.5216866]},"properties":{"@type":"node","@id":2025827546,"@timestamp":1532810909},"coords":"51.5216866,0.2904096","bedrooms":"1","price":"223000","area":"390"} , +{"type":"Feature","id":"n2026299693","geometry":{"type":"Point","coordinates":[0.3769856,51.6703575]},"properties":{"@type":"node","@id":2026299693,"@timestamp":1353586649},"coords":"51.6703575,0.3769856","bedrooms":"2","price":"171000","area":"682"} , +{"type":"Feature","id":"n2026305365","geometry":{"type":"Point","coordinates":[-0.1541392,51.4175121]},"properties":{"@type":"node","@id":2026305365,"@timestamp":1353587118},"coords":"51.4175121,-0.1541392","bedrooms":"3","price":"272000","area":"591"} , +{"type":"Feature","id":"n2026462626","geometry":{"type":"Point","coordinates":[-0.7544162,51.6306527]},"properties":{"@type":"node","@id":2026462626,"@timestamp":1417213473},"coords":"51.6306527,-0.7544162","bedrooms":"3","price":"257000","area":"464"} , +{"type":"Feature","id":"n2026701355","geometry":{"type":"Point","coordinates":[0.5583798,51.8805146]},"properties":{"@type":"node","@id":2026701355,"@timestamp":1566244658},"coords":"51.8805146,0.5583798","bedrooms":"0","price":"172000","area":"576"} , +{"type":"Feature","id":"n2026989966","geometry":{"type":"Point","coordinates":[-0.1565903,51.0994966]},"properties":{"@type":"node","@id":2026989966,"@timestamp":1353617350},"coords":"51.0994966,-0.1565903","bedrooms":"3","price":"188000","area":"485"} , +{"type":"Feature","id":"n2027086394","geometry":{"type":"Point","coordinates":[-0.32511,51.2376756]},"properties":{"@type":"node","@id":2027086394,"@timestamp":1599513992},"coords":"51.2376756,-0.32511","bedrooms":"4","price":"270000","area":"364"} , +{"type":"Feature","id":"n2027164079","geometry":{"type":"Point","coordinates":[-0.1038816,51.5910642]},"properties":{"@type":"node","@id":2027164079,"@timestamp":1536320507},"coords":"51.5910642,-0.1038816","bedrooms":"0","price":"259000","area":"547"} , +{"type":"Feature","id":"n2027180004","geometry":{"type":"Point","coordinates":[-0.1047567,51.5918547]},"properties":{"@type":"node","@id":2027180004,"@timestamp":1633774991},"coords":"51.5918547,-0.1047567","bedrooms":"3","price":"191000","area":"692"} , +{"type":"Feature","id":"n2027196641","geometry":{"type":"Point","coordinates":[-0.1060542,51.5927043]},"properties":{"@type":"node","@id":2027196641,"@timestamp":1353628566},"coords":"51.5927043,-0.1060542","bedrooms":"0","price":"179000","area":"587"} , +{"type":"Feature","id":"n2027197232","geometry":{"type":"Point","coordinates":[-0.1062668,51.5929257]},"properties":{"@type":"node","@id":2027197232,"@timestamp":1633548425},"coords":"51.5929257,-0.1062668","bedrooms":"2","price":"267000","area":"454"} , +{"type":"Feature","id":"n2027886339","geometry":{"type":"Point","coordinates":[-0.5111091,51.4796028]},"properties":{"@type":"node","@id":2027886339,"@timestamp":1608234855},"coords":"51.4796028,-0.5111091","bedrooms":"2","price":"197000","area":"663"} , +{"type":"Feature","id":"n2028169886","geometry":{"type":"Point","coordinates":[0.3784303,51.6666801]},"properties":{"@type":"node","@id":2028169886,"@timestamp":1353925134},"coords":"51.6666801,0.3784303","bedrooms":"0","price":"290000","area":"381"} , +{"type":"Feature","id":"n2028170048","geometry":{"type":"Point","coordinates":[0.3803826,51.6662826]},"properties":{"@type":"node","@id":2028170048,"@timestamp":1354120406},"coords":"51.6662826,0.3803826","bedrooms":"3","price":"298000","area":"491"} , +{"type":"Feature","id":"n2028170200","geometry":{"type":"Point","coordinates":[0.3774521,51.6661943]},"properties":{"@type":"node","@id":2028170200,"@timestamp":1353684163},"coords":"51.6661943,0.3774521","bedrooms":"3","price":"223000","area":"559"} , +{"type":"Feature","id":"n2028170471","geometry":{"type":"Point","coordinates":[0.3780906,51.6651071]},"properties":{"@type":"node","@id":2028170471,"@timestamp":1353684165},"coords":"51.6651071,0.3780906","bedrooms":"1","price":"287000","area":"396"} , +{"type":"Feature","id":"n2028170725","geometry":{"type":"Point","coordinates":[0.3767721,51.665498]},"properties":{"@type":"node","@id":2028170725,"@timestamp":1353684167},"coords":"51.665498,0.3767721","bedrooms":"1","price":"199000","area":"544"} , +{"type":"Feature","id":"n2028170858","geometry":{"type":"Point","coordinates":[0.3751255,51.6654216]},"properties":{"@type":"node","@id":2028170858,"@timestamp":1353684169},"coords":"51.6654216,0.3751255","bedrooms":"2","price":"236000","area":"475"} , +{"type":"Feature","id":"n2028260137","geometry":{"type":"Point","coordinates":[0.7477035,51.3597391]},"properties":{"@type":"node","@id":2028260137,"@timestamp":1570213532},"coords":"51.3597391,0.7477035","bedrooms":"3","price":"273000","area":"459"} , +{"type":"Feature","id":"n2028273637","geometry":{"type":"Point","coordinates":[0.3796362,51.6678647]},"properties":{"@type":"node","@id":2028273637,"@timestamp":1353964128},"coords":"51.6678647,0.3796362","bedrooms":"1","price":"221000","area":"374"} , +{"type":"Feature","id":"n2028273726","geometry":{"type":"Point","coordinates":[0.3792727,51.6676757]},"properties":{"@type":"node","@id":2028273726,"@timestamp":1367581582},"coords":"51.6676757,0.3792727","bedrooms":"2","price":"154000","area":"577"} , +{"type":"Feature","id":"n2028386833","geometry":{"type":"Point","coordinates":[0.7440474,51.4067295]},"properties":{"@type":"node","@id":2028386833,"@timestamp":1353688893},"coords":"51.4067295,0.7440474","bedrooms":"4","price":"220000","area":"497"} , +{"type":"Feature","id":"n2028386845","geometry":{"type":"Point","coordinates":[0.7407464,51.4077701]},"properties":{"@type":"node","@id":2028386845,"@timestamp":1353688893},"coords":"51.4077701,0.7407464","bedrooms":"0","price":"171000","area":"422"} , +{"type":"Feature","id":"n2028386874","geometry":{"type":"Point","coordinates":[0.7448958,51.4097912]},"properties":{"@type":"node","@id":2028386874,"@timestamp":1353688893},"coords":"51.4097912,0.7448958","bedrooms":"2","price":"260000","area":"646"} , +{"type":"Feature","id":"n2028599257","geometry":{"type":"Point","coordinates":[0.3774807,51.6695069]},"properties":{"@type":"node","@id":2028599257,"@timestamp":1353904635},"coords":"51.6695069,0.3774807","bedrooms":"2","price":"245000","area":"539"} , +{"type":"Feature","id":"n2028599284","geometry":{"type":"Point","coordinates":[0.3771603,51.6698685]},"properties":{"@type":"node","@id":2028599284,"@timestamp":1353904636},"coords":"51.6698685,0.3771603","bedrooms":"0","price":"228000","area":"444"} , +{"type":"Feature","id":"n2028599309","geometry":{"type":"Point","coordinates":[0.3768063,51.6696006]},"properties":{"@type":"node","@id":2028599309,"@timestamp":1353904637},"coords":"51.6696006,0.3768063","bedrooms":"0","price":"227000","area":"443"} , +{"type":"Feature","id":"n2028599330","geometry":{"type":"Point","coordinates":[0.3767602,51.669563]},"properties":{"@type":"node","@id":2028599330,"@timestamp":1353904637},"coords":"51.669563,0.3767602","bedrooms":"2","price":"178000","area":"476"} , +{"type":"Feature","id":"n2028599353","geometry":{"type":"Point","coordinates":[0.3770946,51.6698069]},"properties":{"@type":"node","@id":2028599353,"@timestamp":1353904635},"coords":"51.6698069,0.3770946","bedrooms":"1","price":"184000","area":"668"} , +{"type":"Feature","id":"n2028599386","geometry":{"type":"Point","coordinates":[0.3798506,51.6695815]},"properties":{"@type":"node","@id":2028599386,"@timestamp":1353904636},"coords":"51.6695815,0.3798506","bedrooms":"4","price":"225000","area":"412"} , +{"type":"Feature","id":"n2028599410","geometry":{"type":"Point","coordinates":[0.377674,51.6697038]},"properties":{"@type":"node","@id":2028599410,"@timestamp":1353904636},"coords":"51.6697038,0.377674","bedrooms":"4","price":"296000","area":"551"} , +{"type":"Feature","id":"n2028599445","geometry":{"type":"Point","coordinates":[0.3800451,51.6696921]},"properties":{"@type":"node","@id":2028599445,"@timestamp":1353904636},"coords":"51.6696921,0.3800451","bedrooms":"0","price":"188000","area":"503"} , +{"type":"Feature","id":"n2028599471","geometry":{"type":"Point","coordinates":[0.3775223,51.6695485]},"properties":{"@type":"node","@id":2028599471,"@timestamp":1353904637},"coords":"51.6695485,0.3775223","bedrooms":"1","price":"229000","area":"474"} , +{"type":"Feature","id":"n2028599497","geometry":{"type":"Point","coordinates":[0.3773856,51.6705912]},"properties":{"@type":"node","@id":2028599497,"@timestamp":1353904635},"coords":"51.6705912,0.3773856","bedrooms":"1","price":"286000","area":"374"} , +{"type":"Feature","id":"n2028667604","geometry":{"type":"Point","coordinates":[0.3778714,51.6639666]},"properties":{"@type":"node","@id":2028667604,"@timestamp":1353931490},"coords":"51.6639666,0.3778714","bedrooms":"4","price":"178000","area":"579"} , +{"type":"Feature","id":"n2028667625","geometry":{"type":"Point","coordinates":[0.3754092,51.6648366]},"properties":{"@type":"node","@id":2028667625,"@timestamp":1353931490},"coords":"51.6648366,0.3754092","bedrooms":"1","price":"209000","area":"509"} , +{"type":"Feature","id":"n2028667643","geometry":{"type":"Point","coordinates":[0.3782483,51.6647793]},"properties":{"@type":"node","@id":2028667643,"@timestamp":1353931490},"coords":"51.6647793,0.3782483","bedrooms":"1","price":"247000","area":"497"} , +{"type":"Feature","id":"n2028667685","geometry":{"type":"Point","coordinates":[0.3774797,51.6673841]},"properties":{"@type":"node","@id":2028667685,"@timestamp":1353698783},"coords":"51.6673841,0.3774797","bedrooms":"1","price":"258000","area":"656"} , +{"type":"Feature","id":"n2028667728","geometry":{"type":"Point","coordinates":[0.3774169,51.6672785]},"properties":{"@type":"node","@id":2028667728,"@timestamp":1353698784},"coords":"51.6672785,0.3774169","bedrooms":"4","price":"155000","area":"411"} , +{"type":"Feature","id":"n2028667747","geometry":{"type":"Point","coordinates":[0.3776538,51.6676053]},"properties":{"@type":"node","@id":2028667747,"@timestamp":1353698784},"coords":"51.6676053,0.3776538","bedrooms":"2","price":"261000","area":"453"} , +{"type":"Feature","id":"n2028798126","geometry":{"type":"Point","coordinates":[-1.0776156,51.2864715]},"properties":{"@type":"node","@id":2028798126,"@timestamp":1410728839},"coords":"51.2864715,-1.0776156","bedrooms":"0","price":"172000","area":"362"} , +{"type":"Feature","id":"n2028848135","geometry":{"type":"Point","coordinates":[-0.1004825,51.3745219]},"properties":{"@type":"node","@id":2028848135,"@timestamp":1355959840},"coords":"51.3745219,-0.1004825","bedrooms":"1","price":"216000","area":"585"} , +{"type":"Feature","id":"n2029071038","geometry":{"type":"Point","coordinates":[-0.0625406,51.5178931]},"properties":{"@type":"node","@id":2029071038,"@timestamp":1353711582},"coords":"51.5178931,-0.0625406","bedrooms":"4","price":"169000","area":"365"} , +{"type":"Feature","id":"n2029163291","geometry":{"type":"Point","coordinates":[0.3830956,51.6689724]},"properties":{"@type":"node","@id":2029163291,"@timestamp":1353717369},"coords":"51.6689724,0.3830956","bedrooms":"0","price":"234000","area":"590"} , +{"type":"Feature","id":"n2029163302","geometry":{"type":"Point","coordinates":[0.3831467,51.6692161]},"properties":{"@type":"node","@id":2029163302,"@timestamp":1353717370},"coords":"51.6692161,0.3831467","bedrooms":"1","price":"150000","area":"395"} , +{"type":"Feature","id":"n2029209078","geometry":{"type":"Point","coordinates":[0.3812771,51.6697818]},"properties":{"@type":"node","@id":2029209078,"@timestamp":1353718967},"coords":"51.6697818,0.3812771","bedrooms":"1","price":"256000","area":"645"} , +{"type":"Feature","id":"n2029209121","geometry":{"type":"Point","coordinates":[0.3829306,51.6694691]},"properties":{"@type":"node","@id":2029209121,"@timestamp":1353718968},"coords":"51.6694691,0.3829306","bedrooms":"3","price":"161000","area":"452"} , +{"type":"Feature","id":"n2029212221","geometry":{"type":"Point","coordinates":[0.3844634,51.6716846]},"properties":{"@type":"node","@id":2029212221,"@timestamp":1353893105},"coords":"51.6716846,0.3844634","bedrooms":"4","price":"198000","area":"448"} , +{"type":"Feature","id":"n2029727448","geometry":{"type":"Point","coordinates":[0.3848391,51.671873]},"properties":{"@type":"node","@id":2029727448,"@timestamp":1353753684},"coords":"51.671873,0.3848391","bedrooms":"2","price":"188000","area":"552"} , +{"type":"Feature","id":"n2029734280","geometry":{"type":"Point","coordinates":[0.3891487,51.6736482]},"properties":{"@type":"node","@id":2029734280,"@timestamp":1354142940},"coords":"51.6736482,0.3891487","bedrooms":"0","price":"200000","area":"466"} , +{"type":"Feature","id":"n2029734291","geometry":{"type":"Point","coordinates":[0.3888764,51.6738919]},"properties":{"@type":"node","@id":2029734291,"@timestamp":1354142941},"coords":"51.6738919,0.3888764","bedrooms":"1","price":"269000","area":"580"} , +{"type":"Feature","id":"n2029962755","geometry":{"type":"Point","coordinates":[-0.7850147,51.2100358]},"properties":{"@type":"node","@id":2029962755,"@timestamp":1443267005},"coords":"51.2100358,-0.7850147","bedrooms":"3","price":"189000","area":"553"} , +{"type":"Feature","id":"n2030068781","geometry":{"type":"Point","coordinates":[0.3797475,51.6731179]},"properties":{"@type":"node","@id":2030068781,"@timestamp":1353766916},"coords":"51.6731179,0.3797475","bedrooms":"4","price":"239000","area":"493"} , +{"type":"Feature","id":"n2030068812","geometry":{"type":"Point","coordinates":[0.3776526,51.6740493]},"properties":{"@type":"node","@id":2030068812,"@timestamp":1353766917},"coords":"51.6740493,0.3776526","bedrooms":"3","price":"296000","area":"398"} , +{"type":"Feature","id":"n2030068829","geometry":{"type":"Point","coordinates":[0.3800693,51.6729183]},"properties":{"@type":"node","@id":2030068829,"@timestamp":1353766918},"coords":"51.6729183,0.3800693","bedrooms":"4","price":"219000","area":"639"} , +{"type":"Feature","id":"n2030068846","geometry":{"type":"Point","coordinates":[0.3829138,51.6725374]},"properties":{"@type":"node","@id":2030068846,"@timestamp":1353766918},"coords":"51.6725374,0.3829138","bedrooms":"3","price":"226000","area":"420"} , +{"type":"Feature","id":"n2030068868","geometry":{"type":"Point","coordinates":[0.3814292,51.6716458]},"properties":{"@type":"node","@id":2030068868,"@timestamp":1353766919},"coords":"51.6716458,0.3814292","bedrooms":"0","price":"244000","area":"580"} , +{"type":"Feature","id":"n2030068896","geometry":{"type":"Point","coordinates":[0.3794457,51.6727794]},"properties":{"@type":"node","@id":2030068896,"@timestamp":1353907156},"coords":"51.6727794,0.3794457","bedrooms":"0","price":"179000","area":"404"} , +{"type":"Feature","id":"n2030068931","geometry":{"type":"Point","coordinates":[0.3816693,51.6721897]},"properties":{"@type":"node","@id":2030068931,"@timestamp":1353766921},"coords":"51.6721897,0.3816693","bedrooms":"1","price":"206000","area":"426"} , +{"type":"Feature","id":"n2030089082","geometry":{"type":"Point","coordinates":[0.3849657,51.6722371]},"properties":{"@type":"node","@id":2030089082,"@timestamp":1353767650},"coords":"51.6722371,0.3849657","bedrooms":"2","price":"283000","area":"385"} , +{"type":"Feature","id":"n2030089093","geometry":{"type":"Point","coordinates":[0.3839706,51.6725648]},"properties":{"@type":"node","@id":2030089093,"@timestamp":1353767651},"coords":"51.6725648,0.3839706","bedrooms":"3","price":"280000","area":"350"} , +{"type":"Feature","id":"n2030089118","geometry":{"type":"Point","coordinates":[0.3856966,51.671753]},"properties":{"@type":"node","@id":2030089118,"@timestamp":1353767651},"coords":"51.671753,0.3856966","bedrooms":"2","price":"188000","area":"401"} , +{"type":"Feature","id":"n2030187256","geometry":{"type":"Point","coordinates":[0.6991011,51.3468411]},"properties":{"@type":"node","@id":2030187256,"@timestamp":1441545580},"coords":"51.3468411,0.6991011","bedrooms":"2","price":"211000","area":"587"} , +{"type":"Feature","id":"n2030900246","geometry":{"type":"Point","coordinates":[-0.1128403,51.3914288]},"properties":{"@type":"node","@id":2030900246,"@timestamp":1353793221},"coords":"51.3914288,-0.1128403","bedrooms":"1","price":"269000","area":"636"} , +{"type":"Feature","id":"n2030969899","geometry":{"type":"Point","coordinates":[-0.1015542,51.4522305]},"properties":{"@type":"node","@id":2030969899,"@timestamp":1621763857},"coords":"51.4522305,-0.1015542","bedrooms":"2","price":"282000","area":"479"} , +{"type":"Feature","id":"n2031459575","geometry":{"type":"Point","coordinates":[-0.8621036,51.0729063]},"properties":{"@type":"node","@id":2031459575,"@timestamp":1475363131},"coords":"51.0729063,-0.8621036","bedrooms":"4","price":"265000","area":"621"} , +{"type":"Feature","id":"n2032018915","geometry":{"type":"Point","coordinates":[-0.5124913,51.3697177]},"properties":{"@type":"node","@id":2032018915,"@timestamp":1353854992},"coords":"51.3697177,-0.5124913","bedrooms":"3","price":"297000","area":"528"} , +{"type":"Feature","id":"n2032330608","geometry":{"type":"Point","coordinates":[-0.5740588,51.2248831]},"properties":{"@type":"node","@id":2032330608,"@timestamp":1353861912},"coords":"51.2248831,-0.5740588","bedrooms":"4","price":"208000","area":"420"} , +{"type":"Feature","id":"n2032469231","geometry":{"type":"Point","coordinates":[-0.0072569,51.5288421]},"properties":{"@type":"node","@id":2032469231,"@timestamp":1353865885},"coords":"51.5288421,-0.0072569","bedrooms":"3","price":"236000","area":"685"} , +{"type":"Feature","id":"n2032615452","geometry":{"type":"Point","coordinates":[-0.3074425,51.5112633]},"properties":{"@type":"node","@id":2032615452,"@timestamp":1353869078},"coords":"51.5112633,-0.3074425","bedrooms":"2","price":"170000","area":"377"} , +{"type":"Feature","id":"n2033228940","geometry":{"type":"Point","coordinates":[-0.2001354,51.4148931]},"properties":{"@type":"node","@id":2033228940,"@timestamp":1353882557},"coords":"51.4148931,-0.2001354","bedrooms":"2","price":"178000","area":"683"} , +{"type":"Feature","id":"n2033718216","geometry":{"type":"Point","coordinates":[0.3841402,51.6707058]},"properties":{"@type":"node","@id":2033718216,"@timestamp":1353893908},"coords":"51.6707058,0.3841402","bedrooms":"3","price":"239000","area":"373"} , +{"type":"Feature","id":"n2033789990","geometry":{"type":"Point","coordinates":[0.3884781,51.6727875]},"properties":{"@type":"node","@id":2033789990,"@timestamp":1353895705},"coords":"51.6727875,0.3884781","bedrooms":"1","price":"271000","area":"393"} , +{"type":"Feature","id":"n2033790066","geometry":{"type":"Point","coordinates":[0.3870324,51.6724723]},"properties":{"@type":"node","@id":2033790066,"@timestamp":1363818168},"coords":"51.6724723,0.3870324","bedrooms":"2","price":"151000","area":"467"} , +{"type":"Feature","id":"n2033790153","geometry":{"type":"Point","coordinates":[0.3883332,51.6722494]},"properties":{"@type":"node","@id":2033790153,"@timestamp":1363818168},"coords":"51.6722494,0.3883332","bedrooms":"2","price":"273000","area":"675"} , +{"type":"Feature","id":"n2033790223","geometry":{"type":"Point","coordinates":[0.3895362,51.6725571]},"properties":{"@type":"node","@id":2033790223,"@timestamp":1353895709},"coords":"51.6725571,0.3895362","bedrooms":"4","price":"211000","area":"454"} , +{"type":"Feature","id":"n2033957168","geometry":{"type":"Point","coordinates":[0.388926,51.6722427]},"properties":{"@type":"node","@id":2033957168,"@timestamp":1363818167},"coords":"51.6722427,0.388926","bedrooms":"4","price":"239000","area":"526"} , +{"type":"Feature","id":"n2033990252","geometry":{"type":"Point","coordinates":[0.3945518,51.6759087]},"properties":{"@type":"node","@id":2033990252,"@timestamp":1353899891},"coords":"51.6759087,0.3945518","bedrooms":"2","price":"198000","area":"412"} , +{"type":"Feature","id":"n2033990336","geometry":{"type":"Point","coordinates":[0.3936332,51.6752043]},"properties":{"@type":"node","@id":2033990336,"@timestamp":1353899892},"coords":"51.6752043,0.3936332","bedrooms":"0","price":"150000","area":"367"} , +{"type":"Feature","id":"n2034208294","geometry":{"type":"Point","coordinates":[0.3777108,51.6685677]},"properties":{"@type":"node","@id":2034208294,"@timestamp":1353904634},"coords":"51.6685677,0.3777108","bedrooms":"2","price":"218000","area":"612"} , +{"type":"Feature","id":"n2034208306","geometry":{"type":"Point","coordinates":[0.3754457,51.6692622]},"properties":{"@type":"node","@id":2034208306,"@timestamp":1353904634},"coords":"51.6692622,0.3754457","bedrooms":"0","price":"151000","area":"424"} , +{"type":"Feature","id":"n2034208317","geometry":{"type":"Point","coordinates":[0.3767868,51.6684172]},"properties":{"@type":"node","@id":2034208317,"@timestamp":1353904634},"coords":"51.6684172,0.3767868","bedrooms":"4","price":"230000","area":"360"} , +{"type":"Feature","id":"n2034238117","geometry":{"type":"Point","coordinates":[0.3786993,51.671742]},"properties":{"@type":"node","@id":2034238117,"@timestamp":1353907149},"coords":"51.671742,0.3786993","bedrooms":"0","price":"205000","area":"680"} , +{"type":"Feature","id":"n2034238186","geometry":{"type":"Point","coordinates":[0.3788066,51.6718908]},"properties":{"@type":"node","@id":2034238186,"@timestamp":1353907151},"coords":"51.6718908,0.3788066","bedrooms":"1","price":"246000","area":"573"} , +{"type":"Feature","id":"n2034238238","geometry":{"type":"Point","coordinates":[0.379111,51.6723184]},"properties":{"@type":"node","@id":2034238238,"@timestamp":1353907152},"coords":"51.6723184,0.379111","bedrooms":"2","price":"290000","area":"532"} , +{"type":"Feature","id":"n2034352035","geometry":{"type":"Point","coordinates":[-0.1954687,51.1552496]},"properties":{"@type":"node","@id":2034352035,"@timestamp":1612295099},"coords":"51.1552496,-0.1954687","bedrooms":"0","price":"297000","area":"464"} , +{"type":"Feature","id":"n2034453104","geometry":{"type":"Point","coordinates":[-0.0964848,51.5225441]},"properties":{"@type":"node","@id":2034453104,"@timestamp":1623994467},"coords":"51.5225441,-0.0964848","bedrooms":"0","price":"173000","area":"629"} , +{"type":"Feature","id":"n2034509463","geometry":{"type":"Point","coordinates":[0.3810284,51.6730895]},"properties":{"@type":"node","@id":2034509463,"@timestamp":1353927211},"coords":"51.6730895,0.3810284","bedrooms":"0","price":"228000","area":"655"} , +{"type":"Feature","id":"n2034513757","geometry":{"type":"Point","coordinates":[0.3802506,51.6737731]},"properties":{"@type":"node","@id":2034513757,"@timestamp":1353927501},"coords":"51.6737731,0.3802506","bedrooms":"4","price":"180000","area":"425"} , +{"type":"Feature","id":"n2034513770","geometry":{"type":"Point","coordinates":[0.379867,51.6737166]},"properties":{"@type":"node","@id":2034513770,"@timestamp":1353927502},"coords":"51.6737166,0.379867","bedrooms":"4","price":"196000","area":"445"} , +{"type":"Feature","id":"n2034525993","geometry":{"type":"Point","coordinates":[0.3808495,51.6699686]},"properties":{"@type":"node","@id":2034525993,"@timestamp":1353928523},"coords":"51.6699686,0.3808495","bedrooms":"0","price":"202000","area":"627"} , +{"type":"Feature","id":"n2034542936","geometry":{"type":"Point","coordinates":[0.381052,51.6710425]},"properties":{"@type":"node","@id":2034542936,"@timestamp":1353929815},"coords":"51.6710425,0.381052","bedrooms":"3","price":"289000","area":"688"} , +{"type":"Feature","id":"n2034542968","geometry":{"type":"Point","coordinates":[0.3800301,51.671258]},"properties":{"@type":"node","@id":2034542968,"@timestamp":1353929816},"coords":"51.671258,0.3800301","bedrooms":"1","price":"176000","area":"532"} , +{"type":"Feature","id":"n2034542992","geometry":{"type":"Point","coordinates":[0.3814865,51.6711895]},"properties":{"@type":"node","@id":2034542992,"@timestamp":1353929817},"coords":"51.6711895,0.3814865","bedrooms":"1","price":"201000","area":"529"} , +{"type":"Feature","id":"n2034543056","geometry":{"type":"Point","coordinates":[0.379955,51.6719059]},"properties":{"@type":"node","@id":2034543056,"@timestamp":1353929818},"coords":"51.6719059,0.379955","bedrooms":"2","price":"287000","area":"544"} , +{"type":"Feature","id":"n2034546118","geometry":{"type":"Point","coordinates":[0.3819282,51.6702467]},"properties":{"@type":"node","@id":2034546118,"@timestamp":1353930218},"coords":"51.6702467,0.3819282","bedrooms":"1","price":"273000","area":"667"} , +{"type":"Feature","id":"n2034561838","geometry":{"type":"Point","coordinates":[0.3762537,51.6637425]},"properties":{"@type":"node","@id":2034561838,"@timestamp":1353931487},"coords":"51.6637425,0.3762537","bedrooms":"2","price":"231000","area":"615"} , +{"type":"Feature","id":"n2034561894","geometry":{"type":"Point","coordinates":[0.3779784,51.6640345]},"properties":{"@type":"node","@id":2034561894,"@timestamp":1353931488},"coords":"51.6640345,0.3779784","bedrooms":"3","price":"225000","area":"477"} , +{"type":"Feature","id":"n2034868974","geometry":{"type":"Point","coordinates":[-0.0978681,51.5168814]},"properties":{"@type":"node","@id":2034868974,"@timestamp":1521840461},"coords":"51.5168814,-0.0978681","bedrooms":"4","price":"297000","area":"626"} , +{"type":"Feature","id":"n2034995379","geometry":{"type":"Point","coordinates":[0.3747216,51.6676111]},"properties":{"@type":"node","@id":2034995379,"@timestamp":1353949610},"coords":"51.6676111,0.3747216","bedrooms":"4","price":"211000","area":"622"} , +{"type":"Feature","id":"n2034995410","geometry":{"type":"Point","coordinates":[0.375415,51.6677684]},"properties":{"@type":"node","@id":2034995410,"@timestamp":1353949610},"coords":"51.6677684,0.375415","bedrooms":"4","price":"203000","area":"450"} , +{"type":"Feature","id":"n2034995439","geometry":{"type":"Point","coordinates":[0.3764264,51.6681919]},"properties":{"@type":"node","@id":2034995439,"@timestamp":1353949611},"coords":"51.6681919,0.3764264","bedrooms":"1","price":"233000","area":"420"} , +{"type":"Feature","id":"n2034995477","geometry":{"type":"Point","coordinates":[0.3748879,51.6675779]},"properties":{"@type":"node","@id":2034995477,"@timestamp":1353949611},"coords":"51.6675779,0.3748879","bedrooms":"3","price":"235000","area":"644"} , +{"type":"Feature","id":"n2035023449","geometry":{"type":"Point","coordinates":[0.3765308,51.6670713]},"properties":{"@type":"node","@id":2035023449,"@timestamp":1353950333},"coords":"51.6670713,0.3765308","bedrooms":"1","price":"291000","area":"589"} , +{"type":"Feature","id":"n2035023470","geometry":{"type":"Point","coordinates":[0.3739627,51.6658419]},"properties":{"@type":"node","@id":2035023470,"@timestamp":1353950334},"coords":"51.6658419,0.3739627","bedrooms":"0","price":"205000","area":"586"} , +{"type":"Feature","id":"n2035023488","geometry":{"type":"Point","coordinates":[0.3757529,51.6666521]},"properties":{"@type":"node","@id":2035023488,"@timestamp":1353950334},"coords":"51.6666521,0.3757529","bedrooms":"2","price":"206000","area":"599"} , +{"type":"Feature","id":"n2035023505","geometry":{"type":"Point","coordinates":[0.3742886,51.6662594]},"properties":{"@type":"node","@id":2035023505,"@timestamp":1353950334},"coords":"51.6662594,0.3742886","bedrooms":"0","price":"280000","area":"423"} , +{"type":"Feature","id":"n2035023520","geometry":{"type":"Point","coordinates":[0.3746775,51.6659575]},"properties":{"@type":"node","@id":2035023520,"@timestamp":1353950335},"coords":"51.6659575,0.3746775","bedrooms":"0","price":"165000","area":"517"} , +{"type":"Feature","id":"n2035233629","geometry":{"type":"Point","coordinates":[0.3505425,51.6814705]},"properties":{"@type":"node","@id":2035233629,"@timestamp":1353957527},"coords":"51.6814705,0.3505425","bedrooms":"1","price":"204000","area":"456"} , +{"type":"Feature","id":"n2035233670","geometry":{"type":"Point","coordinates":[0.3711961,51.6800802]},"properties":{"@type":"node","@id":2035233670,"@timestamp":1353957527},"coords":"51.6800802,0.3711961","bedrooms":"1","price":"150000","area":"364"} , +{"type":"Feature","id":"n2035373252","geometry":{"type":"Point","coordinates":[-0.0117483,51.9257148]},"properties":{"@type":"node","@id":2035373252,"@timestamp":1353962211},"coords":"51.9257148,-0.0117483","bedrooms":"4","price":"291000","area":"511"} , +{"type":"Feature","id":"n2035446417","geometry":{"type":"Point","coordinates":[0.3799365,51.6680187]},"properties":{"@type":"node","@id":2035446417,"@timestamp":1353964127},"coords":"51.6680187,0.3799365","bedrooms":"2","price":"194000","area":"390"} , +{"type":"Feature","id":"n2035507213","geometry":{"type":"Point","coordinates":[0.3833724,51.6739377]},"properties":{"@type":"node","@id":2035507213,"@timestamp":1353966631},"coords":"51.6739377,0.3833724","bedrooms":"3","price":"218000","area":"586"} , +{"type":"Feature","id":"n2035507237","geometry":{"type":"Point","coordinates":[0.3831497,51.6736034]},"properties":{"@type":"node","@id":2035507237,"@timestamp":1542149388},"coords":"51.6736034,0.3831497","bedrooms":"3","price":"247000","area":"517"} , +{"type":"Feature","id":"n2035507257","geometry":{"type":"Point","coordinates":[0.3824175,51.6744808]},"properties":{"@type":"node","@id":2035507257,"@timestamp":1353966632},"coords":"51.6744808,0.3824175","bedrooms":"2","price":"239000","area":"631"} , +{"type":"Feature","id":"n2035507277","geometry":{"type":"Point","coordinates":[0.3833777,51.6746147]},"properties":{"@type":"node","@id":2035507277,"@timestamp":1353966633},"coords":"51.6746147,0.3833777","bedrooms":"3","price":"161000","area":"666"} , +{"type":"Feature","id":"n2035507294","geometry":{"type":"Point","coordinates":[0.381641,51.673353]},"properties":{"@type":"node","@id":2035507294,"@timestamp":1353966634},"coords":"51.673353,0.381641","bedrooms":"0","price":"199000","area":"511"} , +{"type":"Feature","id":"n2035528019","geometry":{"type":"Point","coordinates":[0.3938123,51.6727098]},"properties":{"@type":"node","@id":2035528019,"@timestamp":1353967637},"coords":"51.6727098,0.3938123","bedrooms":"4","price":"169000","area":"379"} , +{"type":"Feature","id":"n2035528059","geometry":{"type":"Point","coordinates":[0.392156,51.6726989]},"properties":{"@type":"node","@id":2035528059,"@timestamp":1353967638},"coords":"51.6726989,0.392156","bedrooms":"2","price":"197000","area":"594"} , +{"type":"Feature","id":"n2035528086","geometry":{"type":"Point","coordinates":[0.3912158,51.6732129]},"properties":{"@type":"node","@id":2035528086,"@timestamp":1353967638},"coords":"51.6732129,0.3912158","bedrooms":"2","price":"281000","area":"428"} , +{"type":"Feature","id":"n2035528121","geometry":{"type":"Point","coordinates":[0.3927662,51.6728362]},"properties":{"@type":"node","@id":2035528121,"@timestamp":1353967639},"coords":"51.6728362,0.3927662","bedrooms":"3","price":"200000","area":"395"} , +{"type":"Feature","id":"n2035528147","geometry":{"type":"Point","coordinates":[0.3909195,51.6729909]},"properties":{"@type":"node","@id":2035528147,"@timestamp":1353967639},"coords":"51.6729909,0.3909195","bedrooms":"1","price":"155000","area":"397"} , +{"type":"Feature","id":"n2035528172","geometry":{"type":"Point","coordinates":[0.3910764,51.6729535]},"properties":{"@type":"node","@id":2035528172,"@timestamp":1353967639},"coords":"51.6729535,0.3910764","bedrooms":"3","price":"222000","area":"673"} , +{"type":"Feature","id":"n2035528200","geometry":{"type":"Point","coordinates":[0.3918408,51.6723987]},"properties":{"@type":"node","@id":2035528200,"@timestamp":1353968319},"coords":"51.6723987,0.3918408","bedrooms":"3","price":"279000","area":"507"} , +{"type":"Feature","id":"n2035528236","geometry":{"type":"Point","coordinates":[0.3924859,51.6729043]},"properties":{"@type":"node","@id":2035528236,"@timestamp":1353967640},"coords":"51.6729043,0.3924859","bedrooms":"4","price":"152000","area":"665"} , +{"type":"Feature","id":"n2035543528","geometry":{"type":"Point","coordinates":[0.391582,51.6715861]},"properties":{"@type":"node","@id":2035543528,"@timestamp":1353968316},"coords":"51.6715861,0.391582","bedrooms":"3","price":"295000","area":"641"} , +{"type":"Feature","id":"n2035543552","geometry":{"type":"Point","coordinates":[0.3906955,51.6710206]},"properties":{"@type":"node","@id":2035543552,"@timestamp":1353968317},"coords":"51.6710206,0.3906955","bedrooms":"1","price":"184000","area":"565"} , +{"type":"Feature","id":"n2035543566","geometry":{"type":"Point","coordinates":[0.3910026,51.6712061]},"properties":{"@type":"node","@id":2035543566,"@timestamp":1353968318},"coords":"51.6712061,0.3910026","bedrooms":"4","price":"190000","area":"575"} , +{"type":"Feature","id":"n2035547708","geometry":{"type":"Point","coordinates":[-0.1753279,51.1138975]},"properties":{"@type":"node","@id":2035547708,"@timestamp":1610753554},"coords":"51.1138975,-0.1753279","bedrooms":"2","price":"171000","area":"517"} , +{"type":"Feature","id":"n2035566728","geometry":{"type":"Point","coordinates":[0.3871507,51.6704496]},"properties":{"@type":"node","@id":2035566728,"@timestamp":1353969488},"coords":"51.6704496,0.3871507","bedrooms":"4","price":"218000","area":"426"} , +{"type":"Feature","id":"n2035566742","geometry":{"type":"Point","coordinates":[0.3891181,51.6705485]},"properties":{"@type":"node","@id":2035566742,"@timestamp":1353969488},"coords":"51.6705485,0.3891181","bedrooms":"4","price":"178000","area":"352"} , +{"type":"Feature","id":"n2035566772","geometry":{"type":"Point","coordinates":[0.3881632,51.6714858]},"properties":{"@type":"node","@id":2035566772,"@timestamp":1353969489},"coords":"51.6714858,0.3881632","bedrooms":"4","price":"174000","area":"617"} , +{"type":"Feature","id":"n2035566816","geometry":{"type":"Point","coordinates":[0.3881713,51.6700903]},"properties":{"@type":"node","@id":2035566816,"@timestamp":1353969489},"coords":"51.6700903,0.3881713","bedrooms":"2","price":"284000","area":"642"} , +{"type":"Feature","id":"n2035566845","geometry":{"type":"Point","coordinates":[0.3871762,51.6712572]},"properties":{"@type":"node","@id":2035566845,"@timestamp":1353969490},"coords":"51.6712572,0.3871762","bedrooms":"3","price":"268000","area":"563"} , +{"type":"Feature","id":"n2035566873","geometry":{"type":"Point","coordinates":[0.3887547,51.6701717]},"properties":{"@type":"node","@id":2035566873,"@timestamp":1353969490},"coords":"51.6701717,0.3887547","bedrooms":"0","price":"288000","area":"604"} , +{"type":"Feature","id":"n2035566898","geometry":{"type":"Point","coordinates":[0.3891677,51.6711732]},"properties":{"@type":"node","@id":2035566898,"@timestamp":1353969491},"coords":"51.6711732,0.3891677","bedrooms":"3","price":"286000","area":"510"} , +{"type":"Feature","id":"n2035566927","geometry":{"type":"Point","coordinates":[0.3893582,51.6702009]},"properties":{"@type":"node","@id":2035566927,"@timestamp":1353969491},"coords":"51.6702009,0.3893582","bedrooms":"1","price":"165000","area":"649"} , +{"type":"Feature","id":"n2035602001","geometry":{"type":"Point","coordinates":[0.370335,51.6619051]},"properties":{"@type":"node","@id":2035602001,"@timestamp":1354065067},"coords":"51.6619051,0.370335","bedrooms":"1","price":"151000","area":"381"} , +{"type":"Feature","id":"n2035602012","geometry":{"type":"Point","coordinates":[0.3697449,51.6615309]},"properties":{"@type":"node","@id":2035602012,"@timestamp":1354065070},"coords":"51.6615309,0.3697449","bedrooms":"1","price":"248000","area":"438"} , +{"type":"Feature","id":"n2035602022","geometry":{"type":"Point","coordinates":[0.3689402,51.6610367]},"properties":{"@type":"node","@id":2035602022,"@timestamp":1354065069},"coords":"51.6610367,0.3689402","bedrooms":"4","price":"270000","area":"496"} , +{"type":"Feature","id":"n2035602032","geometry":{"type":"Point","coordinates":[0.3694552,51.6608861]},"properties":{"@type":"node","@id":2035602032,"@timestamp":1354065070},"coords":"51.6608861,0.3694552","bedrooms":"4","price":"254000","area":"428"} , +{"type":"Feature","id":"n2035602042","geometry":{"type":"Point","coordinates":[0.3691481,51.6609327]},"properties":{"@type":"node","@id":2035602042,"@timestamp":1354065068},"coords":"51.6609327,0.3691481","bedrooms":"4","price":"235000","area":"540"} , +{"type":"Feature","id":"n2035602052","geometry":{"type":"Point","coordinates":[0.3698589,51.6621905]},"properties":{"@type":"node","@id":2035602052,"@timestamp":1354065071},"coords":"51.6621905,0.3698589","bedrooms":"3","price":"176000","area":"429"} , +{"type":"Feature","id":"n2035602064","geometry":{"type":"Point","coordinates":[0.3691187,51.6612488]},"properties":{"@type":"node","@id":2035602064,"@timestamp":1353970840},"coords":"51.6612488,0.3691187","bedrooms":"4","price":"178000","area":"471"} , +{"type":"Feature","id":"n2035604014","geometry":{"type":"Point","coordinates":[0.3675322,51.6613212]},"properties":{"@type":"node","@id":2035604014,"@timestamp":1354065069},"coords":"51.6613212,0.3675322","bedrooms":"4","price":"288000","area":"520"} , +{"type":"Feature","id":"n2036046706","geometry":{"type":"Point","coordinates":[-0.3426338,51.4245442]},"properties":{"@type":"node","@id":2036046706,"@timestamp":1531775972},"coords":"51.4245442,-0.3426338","bedrooms":"4","price":"234000","area":"569"} , +{"type":"Feature","id":"n2036204603","geometry":{"type":"Point","coordinates":[-0.3759708,51.5112683]},"properties":{"@type":"node","@id":2036204603,"@timestamp":1635125042},"coords":"51.5112683,-0.3759708","bedrooms":"3","price":"176000","area":"495"} , +{"type":"Feature","id":"n2036576895","geometry":{"type":"Point","coordinates":[-0.30207,51.5157481]},"properties":{"@type":"node","@id":2036576895,"@timestamp":1355239632},"coords":"51.5157481,-0.30207","bedrooms":"2","price":"245000","area":"644"} , +{"type":"Feature","id":"n2037480700","geometry":{"type":"Point","coordinates":[-1.0881152,51.2617037]},"properties":{"@type":"node","@id":2037480700,"@timestamp":1362701144},"coords":"51.2617037,-1.0881152","bedrooms":"4","price":"202000","area":"383"} , +{"type":"Feature","id":"n2037595583","geometry":{"type":"Point","coordinates":[0.3668475,51.6608161]},"properties":{"@type":"node","@id":2037595583,"@timestamp":1354065063},"coords":"51.6608161,0.3668475","bedrooms":"4","price":"299000","area":"517"} , +{"type":"Feature","id":"n2037595599","geometry":{"type":"Point","coordinates":[0.3708736,51.6626587]},"properties":{"@type":"node","@id":2037595599,"@timestamp":1354066149},"coords":"51.6626587,0.3708736","bedrooms":"2","price":"292000","area":"479"} , +{"type":"Feature","id":"n2037595617","geometry":{"type":"Point","coordinates":[0.3714221,51.6630938]},"properties":{"@type":"node","@id":2037595617,"@timestamp":1354066148},"coords":"51.6630938,0.3714221","bedrooms":"0","price":"242000","area":"416"} , +{"type":"Feature","id":"n2037595634","geometry":{"type":"Point","coordinates":[0.3721502,51.6631794]},"properties":{"@type":"node","@id":2037595634,"@timestamp":1354066147},"coords":"51.6631794,0.3721502","bedrooms":"3","price":"299000","area":"466"} , +{"type":"Feature","id":"n2037595655","geometry":{"type":"Point","coordinates":[0.3733974,51.664087]},"properties":{"@type":"node","@id":2037595655,"@timestamp":1354067293},"coords":"51.664087,0.3733974","bedrooms":"4","price":"267000","area":"519"} , +{"type":"Feature","id":"n2037595674","geometry":{"type":"Point","coordinates":[0.372625,51.6628967]},"properties":{"@type":"node","@id":2037595674,"@timestamp":1354066149},"coords":"51.6628967,0.372625","bedrooms":"2","price":"250000","area":"678"} , +{"type":"Feature","id":"n2037595690","geometry":{"type":"Point","coordinates":[0.3736589,51.6636445]},"properties":{"@type":"node","@id":2037595690,"@timestamp":1354067292},"coords":"51.6636445,0.3736589","bedrooms":"1","price":"288000","area":"593"} , +{"type":"Feature","id":"n2037624082","geometry":{"type":"Point","coordinates":[0.3723679,51.6620185]},"properties":{"@type":"node","@id":2037624082,"@timestamp":1354068466},"coords":"51.6620185,0.3723679","bedrooms":"1","price":"152000","area":"521"} , +{"type":"Feature","id":"n2037624098","geometry":{"type":"Point","coordinates":[0.3745378,51.6640499]},"properties":{"@type":"node","@id":2037624098,"@timestamp":1354067290},"coords":"51.6640499,0.3745378","bedrooms":"0","price":"188000","area":"590"} , +{"type":"Feature","id":"n2037624117","geometry":{"type":"Point","coordinates":[0.3743983,51.6641531]},"properties":{"@type":"node","@id":2037624117,"@timestamp":1354067290},"coords":"51.6641531,0.3743983","bedrooms":"4","price":"266000","area":"480"} , +{"type":"Feature","id":"n2037624135","geometry":{"type":"Point","coordinates":[0.374755,51.6631423]},"properties":{"@type":"node","@id":2037624135,"@timestamp":1354067291},"coords":"51.6631423,0.374755","bedrooms":"4","price":"229000","area":"559"} , +{"type":"Feature","id":"n2037638256","geometry":{"type":"Point","coordinates":[0.3699379,51.6605277]},"properties":{"@type":"node","@id":2037638256,"@timestamp":1354068464},"coords":"51.6605277,0.3699379","bedrooms":"3","price":"270000","area":"386"} , +{"type":"Feature","id":"n2037638303","geometry":{"type":"Point","coordinates":[0.3713059,51.6608772]},"properties":{"@type":"node","@id":2037638303,"@timestamp":1354068464},"coords":"51.6608772,0.3713059","bedrooms":"2","price":"183000","area":"598"} , +{"type":"Feature","id":"n2037638331","geometry":{"type":"Point","coordinates":[0.3711086,51.6609187]},"properties":{"@type":"node","@id":2037638331,"@timestamp":1354068465},"coords":"51.6609187,0.3711086","bedrooms":"4","price":"212000","area":"393"} , +{"type":"Feature","id":"n2037638359","geometry":{"type":"Point","coordinates":[0.371393,51.6614819]},"properties":{"@type":"node","@id":2037638359,"@timestamp":1354068465},"coords":"51.6614819,0.371393","bedrooms":"2","price":"201000","area":"574"} , +{"type":"Feature","id":"n2037638391","geometry":{"type":"Point","coordinates":[0.3713166,51.661437]},"properties":{"@type":"node","@id":2037638391,"@timestamp":1354068465},"coords":"51.661437,0.3713166","bedrooms":"4","price":"231000","area":"537"} , +{"type":"Feature","id":"n2037994213","geometry":{"type":"Point","coordinates":[-0.0597096,51.5147642]},"properties":{"@type":"node","@id":2037994213,"@timestamp":1354097691},"coords":"51.5147642,-0.0597096","bedrooms":"4","price":"172000","area":"443"} , +{"type":"Feature","id":"n2038092320","geometry":{"type":"Point","coordinates":[0.3706647,51.661315]},"properties":{"@type":"node","@id":2038092320,"@timestamp":1354103578},"coords":"51.661315,0.3706647","bedrooms":"2","price":"183000","area":"400"} , +{"type":"Feature","id":"n2038092354","geometry":{"type":"Point","coordinates":[0.3707693,51.6614431]},"properties":{"@type":"node","@id":2038092354,"@timestamp":1354103578},"coords":"51.6614431,0.3707693","bedrooms":"1","price":"290000","area":"564"} , +{"type":"Feature","id":"n2038092393","geometry":{"type":"Point","coordinates":[0.3750809,51.6634213]},"properties":{"@type":"node","@id":2038092393,"@timestamp":1354103578},"coords":"51.6634213,0.3750809","bedrooms":"3","price":"178000","area":"361"} , +{"type":"Feature","id":"n2038092450","geometry":{"type":"Point","coordinates":[0.371586,51.6619847]},"properties":{"@type":"node","@id":2038092450,"@timestamp":1354103579},"coords":"51.6619847,0.371586","bedrooms":"2","price":"158000","area":"437"} , +{"type":"Feature","id":"n2038092479","geometry":{"type":"Point","coordinates":[0.3738391,51.6622967]},"properties":{"@type":"node","@id":2038092479,"@timestamp":1354103579},"coords":"51.6622967,0.3738391","bedrooms":"0","price":"210000","area":"520"} , +{"type":"Feature","id":"n2038092504","geometry":{"type":"Point","coordinates":[0.3719079,51.6621295]},"properties":{"@type":"node","@id":2038092504,"@timestamp":1354103580},"coords":"51.6621295,0.3719079","bedrooms":"0","price":"290000","area":"355"} , +{"type":"Feature","id":"n2038188691","geometry":{"type":"Point","coordinates":[-0.3511198,51.7201732]},"properties":{"@type":"node","@id":2038188691,"@timestamp":1354108664},"coords":"51.7201732,-0.3511198","bedrooms":"3","price":"158000","area":"531"} , +{"type":"Feature","id":"n2038486782","geometry":{"type":"Point","coordinates":[0.3836643,51.668026]},"properties":{"@type":"node","@id":2038486782,"@timestamp":1354120373},"coords":"51.668026,0.3836643","bedrooms":"0","price":"174000","area":"662"} , +{"type":"Feature","id":"n2038486863","geometry":{"type":"Point","coordinates":[0.3834216,51.6673207]},"properties":{"@type":"node","@id":2038486863,"@timestamp":1354120375},"coords":"51.6673207,0.3834216","bedrooms":"3","price":"259000","area":"650"} , +{"type":"Feature","id":"n2038487022","geometry":{"type":"Point","coordinates":[0.3837421,51.6680909]},"properties":{"@type":"node","@id":2038487022,"@timestamp":1354120378},"coords":"51.6680909,0.3837421","bedrooms":"4","price":"205000","area":"406"} , +{"type":"Feature","id":"n2038487349","geometry":{"type":"Point","coordinates":[0.3845789,51.6678547]},"properties":{"@type":"node","@id":2038487349,"@timestamp":1354120381},"coords":"51.6678547,0.3845789","bedrooms":"4","price":"295000","area":"494"} , +{"type":"Feature","id":"n2038487678","geometry":{"type":"Point","coordinates":[0.3826787,51.6683404]},"properties":{"@type":"node","@id":2038487678,"@timestamp":1354120385},"coords":"51.6683404,0.3826787","bedrooms":"0","price":"212000","area":"694"} , +{"type":"Feature","id":"n2038569306","geometry":{"type":"Point","coordinates":[-0.5996691,51.4921352]},"properties":{"@type":"node","@id":2038569306,"@timestamp":1624448734},"coords":"51.4921352,-0.5996691","bedrooms":"1","price":"264000","area":"441"} , +{"type":"Feature","id":"n2039109927","geometry":{"type":"Point","coordinates":[0.3851531,51.6774633]},"properties":{"@type":"node","@id":2039109927,"@timestamp":1354140431},"coords":"51.6774633,0.3851531","bedrooms":"3","price":"179000","area":"608"} , +{"type":"Feature","id":"n2039110039","geometry":{"type":"Point","coordinates":[0.3737793,51.6793045]},"properties":{"@type":"node","@id":2039110039,"@timestamp":1354140434},"coords":"51.6793045,0.3737793","bedrooms":"4","price":"283000","area":"612"} , +{"type":"Feature","id":"n2039110128","geometry":{"type":"Point","coordinates":[0.3839823,51.6777253]},"properties":{"@type":"node","@id":2039110128,"@timestamp":1354140436},"coords":"51.6777253,0.3839823","bedrooms":"0","price":"287000","area":"393"} , +{"type":"Feature","id":"n2039110184","geometry":{"type":"Point","coordinates":[0.3859296,51.6761752]},"properties":{"@type":"node","@id":2039110184,"@timestamp":1354140438},"coords":"51.6761752,0.3859296","bedrooms":"3","price":"202000","area":"398"} , +{"type":"Feature","id":"n2039163582","geometry":{"type":"Point","coordinates":[-0.014849,51.504426]},"properties":{"@type":"node","@id":2039163582,"@timestamp":1575648640},"coords":"51.504426,-0.014849","bedrooms":"2","price":"198000","area":"479"} , +{"type":"Feature","id":"n2039473338","geometry":{"type":"Point","coordinates":[-0.3769415,51.5105763]},"properties":{"@type":"node","@id":2039473338,"@timestamp":1354168195},"coords":"51.5105763,-0.3769415","bedrooms":"3","price":"282000","area":"568"} , +{"type":"Feature","id":"n2039557245","geometry":{"type":"Point","coordinates":[-0.8562559,51.4023233]},"properties":{"@type":"node","@id":2039557245,"@timestamp":1419523929},"coords":"51.4023233,-0.8562559","bedrooms":"1","price":"231000","area":"536"} , +{"type":"Feature","id":"n2039887007","geometry":{"type":"Point","coordinates":[-0.5455988,51.4175232]},"properties":{"@type":"node","@id":2039887007,"@timestamp":1541881473},"coords":"51.4175232,-0.5455988","bedrooms":"4","price":"195000","area":"588"} , +{"type":"Feature","id":"n2040122370","geometry":{"type":"Point","coordinates":[-0.258684,51.5973757]},"properties":{"@type":"node","@id":2040122370,"@timestamp":1444429169},"coords":"51.5973757,-0.258684","bedrooms":"1","price":"235000","area":"575"} , +{"type":"Feature","id":"n2040889768","geometry":{"type":"Point","coordinates":[-0.0743952,51.9182795]},"properties":{"@type":"node","@id":2040889768,"@timestamp":1354222195},"coords":"51.9182795,-0.0743952","bedrooms":"2","price":"256000","area":"388"} , +{"type":"Feature","id":"n2041297324","geometry":{"type":"Point","coordinates":[-0.0243425,51.5056302]},"properties":{"@type":"node","@id":2041297324,"@timestamp":1591537165},"coords":"51.5056302,-0.0243425","bedrooms":"1","price":"150000","area":"695"} , +{"type":"Feature","id":"n2041746302","geometry":{"type":"Point","coordinates":[-0.5621536,51.3246954]},"properties":{"@type":"node","@id":2041746302,"@timestamp":1482088709},"coords":"51.3246954,-0.5621536","bedrooms":"0","price":"223000","area":"633"} , +{"type":"Feature","id":"n2042292119","geometry":{"type":"Point","coordinates":[-0.4160435,51.6463906]},"properties":{"@type":"node","@id":2042292119,"@timestamp":1626457470},"coords":"51.6463906,-0.4160435","bedrooms":"3","price":"219000","area":"525"} , +{"type":"Feature","id":"n2043083231","geometry":{"type":"Point","coordinates":[-0.1055051,51.530038]},"properties":{"@type":"node","@id":2043083231,"@timestamp":1613326885},"coords":"51.530038,-0.1055051","bedrooms":"1","price":"197000","area":"653"} , +{"type":"Feature","id":"n2043098470","geometry":{"type":"Point","coordinates":[-0.1014289,51.3700646]},"properties":{"@type":"node","@id":2043098470,"@timestamp":1354317702},"coords":"51.3700646,-0.1014289","bedrooms":"1","price":"276000","area":"396"} , +{"type":"Feature","id":"n2043099087","geometry":{"type":"Point","coordinates":[-0.0939312,51.3720501]},"properties":{"@type":"node","@id":2043099087,"@timestamp":1354317710},"coords":"51.3720501,-0.0939312","bedrooms":"4","price":"201000","area":"609"} , +{"type":"Feature","id":"n2043171309","geometry":{"type":"Point","coordinates":[-1.1095664,51.2711849]},"properties":{"@type":"node","@id":2043171309,"@timestamp":1613034841},"coords":"51.2711849,-1.1095664","bedrooms":"2","price":"291000","area":"669"} , +{"type":"Feature","id":"n2043438897","geometry":{"type":"Point","coordinates":[0.7454747,51.3631232]},"properties":{"@type":"node","@id":2043438897,"@timestamp":1567170112},"coords":"51.3631232,0.7454747","bedrooms":"0","price":"273000","area":"471"} , +{"type":"Feature","id":"n2043786615","geometry":{"type":"Point","coordinates":[-0.1364547,51.5150915]},"properties":{"@type":"node","@id":2043786615,"@timestamp":1581177249},"coords":"51.5150915,-0.1364547","bedrooms":"3","price":"263000","area":"564"} , +{"type":"Feature","id":"n2043946041","geometry":{"type":"Point","coordinates":[-0.0639397,51.5111143]},"properties":{"@type":"node","@id":2043946041,"@timestamp":1635078204},"coords":"51.5111143,-0.0639397","bedrooms":"3","price":"234000","area":"441"} , +{"type":"Feature","id":"n2044659330","geometry":{"type":"Point","coordinates":[0.7509899,51.8107253]},"properties":{"@type":"node","@id":2044659330,"@timestamp":1543778098},"coords":"51.8107253,0.7509899","bedrooms":"4","price":"231000","area":"421"} , +{"type":"Feature","id":"n2045478618","geometry":{"type":"Point","coordinates":[0.5991983,51.5775399]},"properties":{"@type":"node","@id":2045478618,"@timestamp":1354411828},"coords":"51.5775399,0.5991983","bedrooms":"4","price":"230000","area":"695"} , +{"type":"Feature","id":"n2045922529","geometry":{"type":"Point","coordinates":[-0.0821415,51.4176683]},"properties":{"@type":"node","@id":2045922529,"@timestamp":1623509541},"coords":"51.4176683,-0.0821415","bedrooms":"1","price":"240000","area":"670"} , +{"type":"Feature","id":"n2046149157","geometry":{"type":"Point","coordinates":[-0.1854428,51.9261924]},"properties":{"@type":"node","@id":2046149157,"@timestamp":1633370947},"coords":"51.9261924,-0.1854428","bedrooms":"1","price":"181000","area":"642"} , +{"type":"Feature","id":"n2046355626","geometry":{"type":"Point","coordinates":[-0.3641029,51.5109054]},"properties":{"@type":"node","@id":2046355626,"@timestamp":1564910825},"coords":"51.5109054,-0.3641029","bedrooms":"2","price":"255000","area":"392"} , +{"type":"Feature","id":"n2046444673","geometry":{"type":"Point","coordinates":[-0.5700423,51.3102292]},"properties":{"@type":"node","@id":2046444673,"@timestamp":1354465279},"coords":"51.3102292,-0.5700423","bedrooms":"1","price":"196000","area":"599"} , +{"type":"Feature","id":"n2046503755","geometry":{"type":"Point","coordinates":[-0.5597715,51.3148165]},"properties":{"@type":"node","@id":2046503755,"@timestamp":1625410877},"coords":"51.3148165,-0.5597715","bedrooms":"0","price":"168000","area":"586"} , +{"type":"Feature","id":"n2046673124","geometry":{"type":"Point","coordinates":[-0.3098697,51.2462857]},"properties":{"@type":"node","@id":2046673124,"@timestamp":1354471646},"coords":"51.2462857,-0.3098697","bedrooms":"2","price":"169000","area":"469"} , +{"type":"Feature","id":"n2046790408","geometry":{"type":"Point","coordinates":[-1.1040244,51.2642824]},"properties":{"@type":"node","@id":2046790408,"@timestamp":1523470479},"coords":"51.2642824,-1.1040244","bedrooms":"0","price":"260000","area":"464"} , +{"type":"Feature","id":"n2046796634","geometry":{"type":"Point","coordinates":[-0.1504265,51.370179]},"properties":{"@type":"node","@id":2046796634,"@timestamp":1354475228},"coords":"51.370179,-0.1504265","bedrooms":"3","price":"155000","area":"610"} , +{"type":"Feature","id":"n2046971736","geometry":{"type":"Point","coordinates":[-0.3013225,51.7463312]},"properties":{"@type":"node","@id":2046971736,"@timestamp":1613489725},"coords":"51.7463312,-0.3013225","bedrooms":"1","price":"202000","area":"469"} , +{"type":"Feature","id":"n2047011513","geometry":{"type":"Point","coordinates":[-0.3058707,51.7510943]},"properties":{"@type":"node","@id":2047011513,"@timestamp":1627299664},"coords":"51.7510943,-0.3058707","bedrooms":"2","price":"209000","area":"457"} , +{"type":"Feature","id":"n2047123376","geometry":{"type":"Point","coordinates":[0.4247091,51.812792]},"properties":{"@type":"node","@id":2047123376,"@timestamp":1354485277},"coords":"51.812792,0.4247091","bedrooms":"2","price":"250000","area":"507"} , +{"type":"Feature","id":"n2047270254","geometry":{"type":"Point","coordinates":[-0.0793863,51.4197792]},"properties":{"@type":"node","@id":2047270254,"@timestamp":1617963151},"coords":"51.4197792,-0.0793863","bedrooms":"1","price":"225000","area":"677"} , +{"type":"Feature","id":"n2047690318","geometry":{"type":"Point","coordinates":[-0.3565645,51.3324837]},"properties":{"@type":"node","@id":2047690318,"@timestamp":1383521898},"coords":"51.3324837,-0.3565645","bedrooms":"3","price":"294000","area":"503"} , +{"type":"Feature","id":"n2048043635","geometry":{"type":"Point","coordinates":[0.0086411,51.5681016]},"properties":{"@type":"node","@id":2048043635,"@timestamp":1393858463},"coords":"51.5681016,0.0086411","bedrooms":"0","price":"180000","area":"370"} , +{"type":"Feature","id":"n2048135271","geometry":{"type":"Point","coordinates":[-0.20635,51.4216403]},"properties":{"@type":"node","@id":2048135271,"@timestamp":1490525338},"coords":"51.4216403,-0.20635","bedrooms":"1","price":"243000","area":"603"} , +{"type":"Feature","id":"n2048496214","geometry":{"type":"Point","coordinates":[-0.0076213,51.5068017]},"properties":{"@type":"node","@id":2048496214,"@timestamp":1619893595},"coords":"51.5068017,-0.0076213","bedrooms":"2","price":"254000","area":"552"} , +{"type":"Feature","id":"n2048918707","geometry":{"type":"Point","coordinates":[0.0134812,51.5714364]},"properties":{"@type":"node","@id":2048918707,"@timestamp":1626700997},"coords":"51.5714364,0.0134812","bedrooms":"2","price":"217000","area":"357"} , +{"type":"Feature","id":"n2049050285","geometry":{"type":"Point","coordinates":[-0.0272135,51.5096089]},"properties":{"@type":"node","@id":2049050285,"@timestamp":1354577085},"coords":"51.5096089,-0.0272135","bedrooms":"3","price":"280000","area":"662"} , +{"type":"Feature","id":"n2049129514","geometry":{"type":"Point","coordinates":[-0.0276488,51.5114692]},"properties":{"@type":"node","@id":2049129514,"@timestamp":1581080529},"coords":"51.5114692,-0.0276488","bedrooms":"0","price":"207000","area":"398"} , +{"type":"Feature","id":"n2050107343","geometry":{"type":"Point","coordinates":[-0.0878192,51.5493369]},"properties":{"@type":"node","@id":2050107343,"@timestamp":1622572301},"coords":"51.5493369,-0.0878192","bedrooms":"2","price":"197000","area":"640"} , +{"type":"Feature","id":"n2050165172","geometry":{"type":"Point","coordinates":[-0.7575547,51.5734103]},"properties":{"@type":"node","@id":2050165172,"@timestamp":1354645417},"coords":"51.5734103,-0.7575547","bedrooms":"3","price":"209000","area":"521"} , +{"type":"Feature","id":"n2050281891","geometry":{"type":"Point","coordinates":[-0.0858103,51.4285958]},"properties":{"@type":"node","@id":2050281891,"@timestamp":1629602080},"coords":"51.4285958,-0.0858103","bedrooms":"1","price":"162000","area":"443"} , +{"type":"Feature","id":"n2050376138","geometry":{"type":"Point","coordinates":[-0.8156441,51.1979822]},"properties":{"@type":"node","@id":2050376138,"@timestamp":1354653900},"coords":"51.1979822,-0.8156441","bedrooms":"3","price":"229000","area":"670"} , +{"type":"Feature","id":"n2051577945","geometry":{"type":"Point","coordinates":[-0.133076,51.5793521]},"properties":{"@type":"node","@id":2051577945,"@timestamp":1558117189},"coords":"51.5793521,-0.133076","bedrooms":"2","price":"222000","area":"545"} , +{"type":"Feature","id":"n2051577962","geometry":{"type":"Point","coordinates":[-0.1345709,51.5792729]},"properties":{"@type":"node","@id":2051577962,"@timestamp":1620672457},"coords":"51.5792729,-0.1345709","bedrooms":"2","price":"210000","area":"575"} , +{"type":"Feature","id":"n2051785779","geometry":{"type":"Point","coordinates":[-0.0708184,51.5838401]},"properties":{"@type":"node","@id":2051785779,"@timestamp":1354734200},"coords":"51.5838401,-0.0708184","bedrooms":"1","price":"248000","area":"672"} , +{"type":"Feature","id":"n2052489217","geometry":{"type":"Point","coordinates":[0.1100077,51.4678235]},"properties":{"@type":"node","@id":2052489217,"@timestamp":1354784097},"coords":"51.4678235,0.1100077","bedrooms":"4","price":"172000","area":"557"} , +{"type":"Feature","id":"n2052846099","geometry":{"type":"Point","coordinates":[0.2969231,51.6091958]},"properties":{"@type":"node","@id":2052846099,"@timestamp":1607192326},"coords":"51.6091958,0.2969231","bedrooms":"3","price":"184000","area":"659"} , +{"type":"Feature","id":"n2052852394","geometry":{"type":"Point","coordinates":[0.2422221,51.4949195]},"properties":{"@type":"node","@id":2052852394,"@timestamp":1636396461},"coords":"51.4949195,0.2422221","bedrooms":"0","price":"206000","area":"486"} , +{"type":"Feature","id":"n2053160025","geometry":{"type":"Point","coordinates":[-0.1607423,51.1674393]},"properties":{"@type":"node","@id":2053160025,"@timestamp":1354818702},"coords":"51.1674393,-0.1607423","bedrooms":"2","price":"254000","area":"476"} , +{"type":"Feature","id":"n2053346234","geometry":{"type":"Point","coordinates":[-1.014267,51.2747475]},"properties":{"@type":"node","@id":2053346234,"@timestamp":1354828107},"coords":"51.2747475,-1.014267","bedrooms":"3","price":"272000","area":"421"} , +{"type":"Feature","id":"n2053346304","geometry":{"type":"Point","coordinates":[-0.9856021,51.2755661]},"properties":{"@type":"node","@id":2053346304,"@timestamp":1354828108},"coords":"51.2755661,-0.9856021","bedrooms":"2","price":"192000","area":"416"} , +{"type":"Feature","id":"n2053416339","geometry":{"type":"Point","coordinates":[-0.0697325,51.8836408]},"properties":{"@type":"node","@id":2053416339,"@timestamp":1354830878},"coords":"51.8836408,-0.0697325","bedrooms":"4","price":"298000","area":"641"} , +{"type":"Feature","id":"n2053416566","geometry":{"type":"Point","coordinates":[-0.0662617,51.8828227]},"properties":{"@type":"node","@id":2053416566,"@timestamp":1354830880},"coords":"51.8828227,-0.0662617","bedrooms":"0","price":"296000","area":"552"} , +{"type":"Feature","id":"n2054107524","geometry":{"type":"Point","coordinates":[0.1817589,51.2773501]},"properties":{"@type":"node","@id":2054107524,"@timestamp":1354873787},"coords":"51.2773501,0.1817589","bedrooms":"1","price":"285000","area":"428"} , +{"type":"Feature","id":"n2054324368","geometry":{"type":"Point","coordinates":[-0.1779251,51.4957703]},"properties":{"@type":"node","@id":2054324368,"@timestamp":1600872426},"coords":"51.4957703,-0.1779251","bedrooms":"0","price":"238000","area":"477"} , +{"type":"Feature","id":"n2054692078","geometry":{"type":"Point","coordinates":[-0.1692966,51.1752774]},"properties":{"@type":"node","@id":2054692078,"@timestamp":1610112039},"coords":"51.1752774,-0.1692966","bedrooms":"2","price":"215000","area":"581"} , +{"type":"Feature","id":"n2055183499","geometry":{"type":"Point","coordinates":[-0.0509085,51.527781]},"properties":{"@type":"node","@id":2055183499,"@timestamp":1592251184},"coords":"51.527781,-0.0509085","bedrooms":"1","price":"243000","area":"683"} , +{"type":"Feature","id":"n2055681406","geometry":{"type":"Point","coordinates":[-0.0585245,51.8000234]},"properties":{"@type":"node","@id":2055681406,"@timestamp":1354959520},"coords":"51.8000234,-0.0585245","bedrooms":"1","price":"245000","area":"380"} , +{"type":"Feature","id":"n2056003265","geometry":{"type":"Point","coordinates":[-0.2570078,51.4034925]},"properties":{"@type":"node","@id":2056003265,"@timestamp":1607460515},"coords":"51.4034925,-0.2570078","bedrooms":"4","price":"202000","area":"431"} , +{"type":"Feature","id":"n2056479645","geometry":{"type":"Point","coordinates":[-0.0140007,51.5042851]},"properties":{"@type":"node","@id":2056479645,"@timestamp":1620575573},"coords":"51.5042851,-0.0140007","bedrooms":"1","price":"199000","area":"507"} , +{"type":"Feature","id":"n2056759571","geometry":{"type":"Point","coordinates":[-0.0336154,51.5089661]},"properties":{"@type":"node","@id":2056759571,"@timestamp":1540129047},"coords":"51.5089661,-0.0336154","bedrooms":"3","price":"245000","area":"625"} , +{"type":"Feature","id":"n2056861461","geometry":{"type":"Point","coordinates":[-0.8771485,51.4282793]},"properties":{"@type":"node","@id":2056861461,"@timestamp":1533065757},"coords":"51.4282793,-0.8771485","bedrooms":"3","price":"249000","area":"529"} , +{"type":"Feature","id":"n2057502797","geometry":{"type":"Point","coordinates":[-0.7270532,51.5579657]},"properties":{"@type":"node","@id":2057502797,"@timestamp":1485528243},"coords":"51.5579657,-0.7270532","bedrooms":"3","price":"161000","area":"542"} , +{"type":"Feature","id":"n2057939032","geometry":{"type":"Point","coordinates":[0.0871929,51.9023229]},"properties":{"@type":"node","@id":2057939032,"@timestamp":1468017271},"coords":"51.9023229,0.0871929","bedrooms":"2","price":"260000","area":"546"} , +{"type":"Feature","id":"n2058319611","geometry":{"type":"Point","coordinates":[0.4292953,51.6767321]},"properties":{"@type":"node","@id":2058319611,"@timestamp":1355072366},"coords":"51.6767321,0.4292953","bedrooms":"0","price":"248000","area":"679"} , +{"type":"Feature","id":"n2058504245","geometry":{"type":"Point","coordinates":[-0.2851567,51.3442631]},"properties":{"@type":"node","@id":2058504245,"@timestamp":1355075974},"coords":"51.3442631,-0.2851567","bedrooms":"0","price":"207000","area":"409"} , +{"type":"Feature","id":"n2058598822","geometry":{"type":"Point","coordinates":[-1.1005008,51.2472768]},"properties":{"@type":"node","@id":2058598822,"@timestamp":1444522607},"coords":"51.2472768,-1.1005008","bedrooms":"1","price":"151000","area":"684"} , +{"type":"Feature","id":"n2058957438","geometry":{"type":"Point","coordinates":[-0.1054656,51.2411642]},"properties":{"@type":"node","@id":2058957438,"@timestamp":1355092803},"coords":"51.2411642,-0.1054656","bedrooms":"2","price":"267000","area":"422"} , +{"type":"Feature","id":"n2059464267","geometry":{"type":"Point","coordinates":[-0.0185565,51.5934695]},"properties":{"@type":"node","@id":2059464267,"@timestamp":1355121020},"coords":"51.5934695,-0.0185565","bedrooms":"1","price":"179000","area":"503"} , +{"type":"Feature","id":"n2059735635","geometry":{"type":"Point","coordinates":[0.1897086,51.0479129]},"properties":{"@type":"node","@id":2059735635,"@timestamp":1355142268},"coords":"51.0479129,0.1897086","bedrooms":"2","price":"235000","area":"629"} , +{"type":"Feature","id":"n2060198504","geometry":{"type":"Point","coordinates":[-0.317707,51.4143837]},"properties":{"@type":"node","@id":2060198504,"@timestamp":1603199069},"coords":"51.4143837,-0.317707","bedrooms":"1","price":"163000","area":"564"} , +{"type":"Feature","id":"n2060303548","geometry":{"type":"Point","coordinates":[-0.5600254,51.3149133]},"properties":{"@type":"node","@id":2060303548,"@timestamp":1499296807},"coords":"51.3149133,-0.5600254","bedrooms":"3","price":"155000","area":"513"} , +{"type":"Feature","id":"n2060714818","geometry":{"type":"Point","coordinates":[-0.0297092,51.513682]},"properties":{"@type":"node","@id":2060714818,"@timestamp":1584822105},"coords":"51.513682,-0.0297092","bedrooms":"3","price":"255000","area":"374"} , +{"type":"Feature","id":"n2061652254","geometry":{"type":"Point","coordinates":[-0.0573883,51.4658041]},"properties":{"@type":"node","@id":2061652254,"@timestamp":1571179902},"coords":"51.4658041,-0.0573883","bedrooms":"0","price":"155000","area":"497"} , +{"type":"Feature","id":"n2061666385","geometry":{"type":"Point","coordinates":[-0.9197658,51.7347928]},"properties":{"@type":"node","@id":2061666385,"@timestamp":1355238420},"coords":"51.7347928,-0.9197658","bedrooms":"3","price":"275000","area":"658"} , +{"type":"Feature","id":"n2061967368","geometry":{"type":"Point","coordinates":[-0.5774604,51.5615046]},"properties":{"@type":"node","@id":2061967368,"@timestamp":1355249681},"coords":"51.5615046,-0.5774604","bedrooms":"3","price":"170000","area":"508"} , +{"type":"Feature","id":"n2062371205","geometry":{"type":"Point","coordinates":[0.7267928,51.33977]},"properties":{"@type":"node","@id":2062371205,"@timestamp":1566739753},"coords":"51.33977,0.7267928","bedrooms":"1","price":"268000","area":"595"} , +{"type":"Feature","id":"n2062787941","geometry":{"type":"Point","coordinates":[-0.0091134,51.5009411]},"properties":{"@type":"node","@id":2062787941,"@timestamp":1439184216},"coords":"51.5009411,-0.0091134","bedrooms":"2","price":"159000","area":"410"} , +{"type":"Feature","id":"n2063889852","geometry":{"type":"Point","coordinates":[-0.0252939,51.5917676]},"properties":{"@type":"node","@id":2063889852,"@timestamp":1355350165},"coords":"51.5917676,-0.0252939","bedrooms":"1","price":"278000","area":"446"} , +{"type":"Feature","id":"n2063894792","geometry":{"type":"Point","coordinates":[-0.0188088,51.5902039]},"properties":{"@type":"node","@id":2063894792,"@timestamp":1355350521},"coords":"51.5902039,-0.0188088","bedrooms":"4","price":"212000","area":"417"} , +{"type":"Feature","id":"n2063975069","geometry":{"type":"Point","coordinates":[0.7022109,51.5623092]},"properties":{"@type":"node","@id":2063975069,"@timestamp":1629137645},"coords":"51.5623092,0.7022109","bedrooms":"3","price":"247000","area":"676"} , +{"type":"Feature","id":"n2063975081","geometry":{"type":"Point","coordinates":[0.7093732,51.5432237]},"properties":{"@type":"node","@id":2063975081,"@timestamp":1355355344},"coords":"51.5432237,0.7093732","bedrooms":"1","price":"157000","area":"364"} , +{"type":"Feature","id":"n2063976557","geometry":{"type":"Point","coordinates":[0.7094841,51.5433318]},"properties":{"@type":"node","@id":2063976557,"@timestamp":1355355557},"coords":"51.5433318,0.7094841","bedrooms":"1","price":"234000","area":"491"} , +{"type":"Feature","id":"n2065192741","geometry":{"type":"Point","coordinates":[-0.1912541,51.5204605]},"properties":{"@type":"node","@id":2065192741,"@timestamp":1564910825},"coords":"51.5204605,-0.1912541","bedrooms":"2","price":"215000","area":"431"} , +{"type":"Feature","id":"n2065712061","geometry":{"type":"Point","coordinates":[-0.1314168,51.5736956]},"properties":{"@type":"node","@id":2065712061,"@timestamp":1619815692},"coords":"51.5736956,-0.1314168","bedrooms":"2","price":"188000","area":"513"} , +{"type":"Feature","id":"n2066330183","geometry":{"type":"Point","coordinates":[-0.0154724,51.5839536]},"properties":{"@type":"node","@id":2066330183,"@timestamp":1355486142},"coords":"51.5839536,-0.0154724","bedrooms":"0","price":"295000","area":"560"} , +{"type":"Feature","id":"n2066330193","geometry":{"type":"Point","coordinates":[-0.0153786,51.5855768]},"properties":{"@type":"node","@id":2066330193,"@timestamp":1355576018},"coords":"51.5855768,-0.0153786","bedrooms":"4","price":"278000","area":"484"} , +{"type":"Feature","id":"n2067139269","geometry":{"type":"Point","coordinates":[0.0165574,51.5072353]},"properties":{"@type":"node","@id":2067139269,"@timestamp":1617714955},"coords":"51.5072353,0.0165574","bedrooms":"0","price":"273000","area":"547"} , +{"type":"Feature","id":"n2067285115","geometry":{"type":"Point","coordinates":[-0.1033103,51.3775411]},"properties":{"@type":"node","@id":2067285115,"@timestamp":1370245401},"coords":"51.3775411,-0.1033103","bedrooms":"0","price":"244000","area":"671"} , +{"type":"Feature","id":"n2068051678","geometry":{"type":"Point","coordinates":[-0.0158091,51.5863263]},"properties":{"@type":"node","@id":2068051678,"@timestamp":1355558964},"coords":"51.5863263,-0.0158091","bedrooms":"0","price":"167000","area":"636"} , +{"type":"Feature","id":"n2068051697","geometry":{"type":"Point","coordinates":[-0.0167958,51.5893362]},"properties":{"@type":"node","@id":2068051697,"@timestamp":1355558965},"coords":"51.5893362,-0.0167958","bedrooms":"1","price":"172000","area":"528"} , +{"type":"Feature","id":"n2068051707","geometry":{"type":"Point","coordinates":[-0.0157381,51.5873443]},"properties":{"@type":"node","@id":2068051707,"@timestamp":1355558966},"coords":"51.5873443,-0.0157381","bedrooms":"4","price":"286000","area":"424"} , +{"type":"Feature","id":"n2068051717","geometry":{"type":"Point","coordinates":[-0.0153899,51.5862786]},"properties":{"@type":"node","@id":2068051717,"@timestamp":1355558966},"coords":"51.5862786,-0.0153899","bedrooms":"2","price":"237000","area":"619"} , +{"type":"Feature","id":"n2068080635","geometry":{"type":"Point","coordinates":[-0.0167475,51.5899284]},"properties":{"@type":"node","@id":2068080635,"@timestamp":1407587204},"coords":"51.5899284,-0.0167475","bedrooms":"0","price":"195000","area":"483"} , +{"type":"Feature","id":"n2068098602","geometry":{"type":"Point","coordinates":[-0.0165805,51.5916683]},"properties":{"@type":"node","@id":2068098602,"@timestamp":1355573076},"coords":"51.5916683,-0.0165805","bedrooms":"3","price":"182000","area":"639"} , +{"type":"Feature","id":"n2068109454","geometry":{"type":"Point","coordinates":[-0.01788,51.5941265]},"properties":{"@type":"node","@id":2068109454,"@timestamp":1355574223},"coords":"51.5941265,-0.01788","bedrooms":"0","price":"263000","area":"526"} , +{"type":"Feature","id":"n2068182016","geometry":{"type":"Point","coordinates":[-0.3897164,51.3780678]},"properties":{"@type":"node","@id":2068182016,"@timestamp":1634478776},"coords":"51.3780678,-0.3897164","bedrooms":"4","price":"241000","area":"524"} , +{"type":"Feature","id":"n2068688203","geometry":{"type":"Point","coordinates":[-1.0968528,51.2586064]},"properties":{"@type":"node","@id":2068688203,"@timestamp":1524166727},"coords":"51.2586064,-1.0968528","bedrooms":"3","price":"245000","area":"697"} , +{"type":"Feature","id":"n2068737030","geometry":{"type":"Point","coordinates":[-1.0965522,51.2601783]},"properties":{"@type":"node","@id":2068737030,"@timestamp":1355600192},"coords":"51.2601783,-1.0965522","bedrooms":"2","price":"172000","area":"383"} , +{"type":"Feature","id":"n2068974909","geometry":{"type":"Point","coordinates":[0.1812359,51.480837]},"properties":{"@type":"node","@id":2068974909,"@timestamp":1603913945},"coords":"51.480837,0.1812359","bedrooms":"4","price":"261000","area":"628"} , +{"type":"Feature","id":"n2069509647","geometry":{"type":"Point","coordinates":[-0.1139642,51.9390961]},"properties":{"@type":"node","@id":2069509647,"@timestamp":1605456294},"coords":"51.9390961,-0.1139642","bedrooms":"0","price":"268000","area":"565"} , +{"type":"Feature","id":"n2069751118","geometry":{"type":"Point","coordinates":[-0.014756,51.5891289]},"properties":{"@type":"node","@id":2069751118,"@timestamp":1355669657},"coords":"51.5891289,-0.014756","bedrooms":"1","price":"188000","area":"477"} , +{"type":"Feature","id":"n2069751128","geometry":{"type":"Point","coordinates":[-0.0150571,51.5897655]},"properties":{"@type":"node","@id":2069751128,"@timestamp":1489309757},"coords":"51.5897655,-0.0150571","bedrooms":"0","price":"240000","area":"552"} , +{"type":"Feature","id":"n2069790032","geometry":{"type":"Point","coordinates":[-0.0097462,51.5891485]},"properties":{"@type":"node","@id":2069790032,"@timestamp":1355667730},"coords":"51.5891485,-0.0097462","bedrooms":"3","price":"265000","area":"561"} , +{"type":"Feature","id":"n2069846845","geometry":{"type":"Point","coordinates":[-0.0150002,51.5880366]},"properties":{"@type":"node","@id":2069846845,"@timestamp":1355669648},"coords":"51.5880366,-0.0150002","bedrooms":"4","price":"233000","area":"420"} , +{"type":"Feature","id":"n2069846882","geometry":{"type":"Point","coordinates":[-0.0133025,51.5873075]},"properties":{"@type":"node","@id":2069846882,"@timestamp":1355669649},"coords":"51.5873075,-0.0133025","bedrooms":"3","price":"236000","area":"459"} , +{"type":"Feature","id":"n2069906941","geometry":{"type":"Point","coordinates":[-0.0081676,51.588039]},"properties":{"@type":"node","@id":2069906941,"@timestamp":1355672030},"coords":"51.588039,-0.0081676","bedrooms":"1","price":"253000","area":"423"} , +{"type":"Feature","id":"n2069927894","geometry":{"type":"Point","coordinates":[-0.0133705,51.5860823]},"properties":{"@type":"node","@id":2069927894,"@timestamp":1355673133},"coords":"51.5860823,-0.0133705","bedrooms":"0","price":"250000","area":"426"} , +{"type":"Feature","id":"n2069937821","geometry":{"type":"Point","coordinates":[-0.0156687,51.5914446]},"properties":{"@type":"node","@id":2069937821,"@timestamp":1355673673},"coords":"51.5914446,-0.0156687","bedrooms":"1","price":"205000","area":"675"} , +{"type":"Feature","id":"n2069937854","geometry":{"type":"Point","coordinates":[-0.0159743,51.592294]},"properties":{"@type":"node","@id":2069937854,"@timestamp":1355673674},"coords":"51.592294,-0.0159743","bedrooms":"0","price":"202000","area":"391"} , +{"type":"Feature","id":"n2069963695","geometry":{"type":"Point","coordinates":[-0.1005136,51.3774401]},"properties":{"@type":"node","@id":2069963695,"@timestamp":1355674608},"coords":"51.3774401,-0.1005136","bedrooms":"4","price":"248000","area":"401"} , +{"type":"Feature","id":"n2070016266","geometry":{"type":"Point","coordinates":[-0.0180135,51.5883995]},"properties":{"@type":"node","@id":2070016266,"@timestamp":1355676311},"coords":"51.5883995,-0.0180135","bedrooms":"1","price":"154000","area":"698"} , +{"type":"Feature","id":"n2070016324","geometry":{"type":"Point","coordinates":[-0.0182302,51.5889329]},"properties":{"@type":"node","@id":2070016324,"@timestamp":1355676312},"coords":"51.5889329,-0.0182302","bedrooms":"4","price":"191000","area":"653"} , +{"type":"Feature","id":"n2070465802","geometry":{"type":"Point","coordinates":[-0.9754037,51.4549636]},"properties":{"@type":"node","@id":2070465802,"@timestamp":1625057464},"coords":"51.4549636,-0.9754037","bedrooms":"3","price":"243000","area":"605"} , +{"type":"Feature","id":"n2070674723","geometry":{"type":"Point","coordinates":[-0.0803482,51.4199264]},"properties":{"@type":"node","@id":2070674723,"@timestamp":1582560496},"coords":"51.4199264,-0.0803482","bedrooms":"3","price":"191000","area":"662"} , +{"type":"Feature","id":"n2070692005","geometry":{"type":"Point","coordinates":[-0.0049901,51.5089038]},"properties":{"@type":"node","@id":2070692005,"@timestamp":1355695713},"coords":"51.5089038,-0.0049901","bedrooms":"0","price":"187000","area":"528"} , +{"type":"Feature","id":"n2070962633","geometry":{"type":"Point","coordinates":[-0.150502,51.3601721]},"properties":{"@type":"node","@id":2070962633,"@timestamp":1382456760},"coords":"51.3601721,-0.150502","bedrooms":"2","price":"236000","area":"459"} , +{"type":"Feature","id":"n2071884163","geometry":{"type":"Point","coordinates":[-0.4718979,51.3557964]},"properties":{"@type":"node","@id":2071884163,"@timestamp":1614846070},"coords":"51.3557964,-0.4718979","bedrooms":"4","price":"178000","area":"593"} , +{"type":"Feature","id":"n2071931738","geometry":{"type":"Point","coordinates":[-0.0274547,51.5840929]},"properties":{"@type":"node","@id":2071931738,"@timestamp":1355772958},"coords":"51.5840929,-0.0274547","bedrooms":"4","price":"163000","area":"538"} , +{"type":"Feature","id":"n2071931768","geometry":{"type":"Point","coordinates":[-0.0262744,51.585008]},"properties":{"@type":"node","@id":2071931768,"@timestamp":1355774905},"coords":"51.585008,-0.0262744","bedrooms":"0","price":"230000","area":"693"} , +{"type":"Feature","id":"n2071975112","geometry":{"type":"Point","coordinates":[-0.0257812,51.5853065]},"properties":{"@type":"node","@id":2071975112,"@timestamp":1355774904},"coords":"51.5853065,-0.0257812","bedrooms":"0","price":"277000","area":"366"} , +{"type":"Feature","id":"n2071990658","geometry":{"type":"Point","coordinates":[-0.0246974,51.585559]},"properties":{"@type":"node","@id":2071990658,"@timestamp":1355774903},"coords":"51.585559,-0.0246974","bedrooms":"0","price":"216000","area":"637"} , +{"type":"Feature","id":"n2072021440","geometry":{"type":"Point","coordinates":[-0.0248772,51.5883283]},"properties":{"@type":"node","@id":2072021440,"@timestamp":1357844082},"coords":"51.5883283,-0.0248772","bedrooms":"4","price":"299000","area":"382"} , +{"type":"Feature","id":"n2072064198","geometry":{"type":"Point","coordinates":[-0.0279996,51.5821779]},"properties":{"@type":"node","@id":2072064198,"@timestamp":1596245794},"coords":"51.5821779,-0.0279996","bedrooms":"1","price":"158000","area":"570"} , +{"type":"Feature","id":"n2072596391","geometry":{"type":"Point","coordinates":[-0.0723805,51.5462475]},"properties":{"@type":"node","@id":2072596391,"@timestamp":1612721976},"coords":"51.5462475,-0.0723805","bedrooms":"2","price":"294000","area":"643"} , +{"type":"Feature","id":"n2072985822","geometry":{"type":"Point","coordinates":[-0.13501,51.5788344]},"properties":{"@type":"node","@id":2072985822,"@timestamp":1449834604},"coords":"51.5788344,-0.13501","bedrooms":"3","price":"204000","area":"514"} , +{"type":"Feature","id":"n2073631764","geometry":{"type":"Point","coordinates":[-0.1017947,51.3763271]},"properties":{"@type":"node","@id":2073631764,"@timestamp":1559128562},"coords":"51.3763271,-0.1017947","bedrooms":"3","price":"298000","area":"422"} , +{"type":"Feature","id":"n2073735536","geometry":{"type":"Point","coordinates":[-0.8769967,51.4131014]},"properties":{"@type":"node","@id":2073735536,"@timestamp":1355868167},"coords":"51.4131014,-0.8769967","bedrooms":"3","price":"162000","area":"668"} , +{"type":"Feature","id":"n2074376575","geometry":{"type":"Point","coordinates":[0.7883831,51.1765308]},"properties":{"@type":"node","@id":2074376575,"@timestamp":1619261763},"coords":"51.1765308,0.7883831","bedrooms":"2","price":"242000","area":"401"} , +{"type":"Feature","id":"n2075051076","geometry":{"type":"Point","coordinates":[-0.0165213,51.2487797]},"properties":{"@type":"node","@id":2075051076,"@timestamp":1503735025},"coords":"51.2487797,-0.0165213","bedrooms":"1","price":"219000","area":"534"} , +{"type":"Feature","id":"n2075446810","geometry":{"type":"Point","coordinates":[-0.0104595,51.5140586]},"properties":{"@type":"node","@id":2075446810,"@timestamp":1628586587},"coords":"51.5140586,-0.0104595","bedrooms":"1","price":"184000","area":"495"} , +{"type":"Feature","id":"n2075584832","geometry":{"type":"Point","coordinates":[-0.028023,51.5126433]},"properties":{"@type":"node","@id":2075584832,"@timestamp":1355964444},"coords":"51.5126433,-0.028023","bedrooms":"4","price":"209000","area":"630"} , +{"type":"Feature","id":"n2076015616","geometry":{"type":"Point","coordinates":[-0.502265,51.5955413]},"properties":{"@type":"node","@id":2076015616,"@timestamp":1460988568},"coords":"51.5955413,-0.502265","bedrooms":"1","price":"180000","area":"468"} , +{"type":"Feature","id":"n2076015626","geometry":{"type":"Point","coordinates":[-0.5025355,51.595867]},"properties":{"@type":"node","@id":2076015626,"@timestamp":1460988569},"coords":"51.595867,-0.5025355","bedrooms":"3","price":"274000","area":"489"} , +{"type":"Feature","id":"n2076015636","geometry":{"type":"Point","coordinates":[-0.5009722,51.5940251]},"properties":{"@type":"node","@id":2076015636,"@timestamp":1460988569},"coords":"51.5940251,-0.5009722","bedrooms":"4","price":"176000","area":"567"} , +{"type":"Feature","id":"n2076100344","geometry":{"type":"Point","coordinates":[-0.5274159,51.6132608]},"properties":{"@type":"node","@id":2076100344,"@timestamp":1634051008},"coords":"51.6132608,-0.5274159","bedrooms":"4","price":"196000","area":"466"} , +{"type":"Feature","id":"n2076546625","geometry":{"type":"Point","coordinates":[-0.0187413,51.5877711]},"properties":{"@type":"node","@id":2076546625,"@timestamp":1356028190},"coords":"51.5877711,-0.0187413","bedrooms":"4","price":"242000","area":"667"} , +{"type":"Feature","id":"n2076546658","geometry":{"type":"Point","coordinates":[-0.0185615,51.588152]},"properties":{"@type":"node","@id":2076546658,"@timestamp":1356028191},"coords":"51.588152,-0.0185615","bedrooms":"3","price":"282000","area":"434"} , +{"type":"Feature","id":"n2076562024","geometry":{"type":"Point","coordinates":[-0.0152214,51.5888049]},"properties":{"@type":"node","@id":2076562024,"@timestamp":1356028190},"coords":"51.5888049,-0.0152214","bedrooms":"1","price":"264000","area":"501"} , +{"type":"Feature","id":"n2076788275","geometry":{"type":"Point","coordinates":[-1.1035467,51.2456178]},"properties":{"@type":"node","@id":2076788275,"@timestamp":1356036289},"coords":"51.2456178,-1.1035467","bedrooms":"0","price":"213000","area":"693"} , +{"type":"Feature","id":"n2076895454","geometry":{"type":"Point","coordinates":[-0.1024169,51.3741195]},"properties":{"@type":"node","@id":2076895454,"@timestamp":1539367216},"coords":"51.3741195,-0.1024169","bedrooms":"2","price":"174000","area":"497"} , +{"type":"Feature","id":"n2076895729","geometry":{"type":"Point","coordinates":[-0.1024566,51.3752732]},"properties":{"@type":"node","@id":2076895729,"@timestamp":1559569727},"coords":"51.3752732,-0.1024566","bedrooms":"1","price":"298000","area":"374"} , +{"type":"Feature","id":"n2077201170","geometry":{"type":"Point","coordinates":[-0.3681537,51.4943314]},"properties":{"@type":"node","@id":2077201170,"@timestamp":1356077283},"coords":"51.4943314,-0.3681537","bedrooms":"1","price":"189000","area":"589"} , +{"type":"Feature","id":"n2077508945","geometry":{"type":"Point","coordinates":[-0.0057874,51.5565145]},"properties":{"@type":"node","@id":2077508945,"@timestamp":1626252930},"coords":"51.5565145,-0.0057874","bedrooms":"0","price":"159000","area":"423"} , +{"type":"Feature","id":"n2077741285","geometry":{"type":"Point","coordinates":[-0.3009363,51.743557]},"properties":{"@type":"node","@id":2077741285,"@timestamp":1419529800},"coords":"51.743557,-0.3009363","bedrooms":"3","price":"243000","area":"540"} , +{"type":"Feature","id":"n2077789199","geometry":{"type":"Point","coordinates":[-0.3443023,51.4267305]},"properties":{"@type":"node","@id":2077789199,"@timestamp":1626080780},"coords":"51.4267305,-0.3443023","bedrooms":"0","price":"255000","area":"471"} , +{"type":"Feature","id":"n2078002788","geometry":{"type":"Point","coordinates":[-1.1130839,51.2562202]},"properties":{"@type":"node","@id":2078002788,"@timestamp":1603877624},"coords":"51.2562202,-1.1130839","bedrooms":"0","price":"282000","area":"619"} , +{"type":"Feature","id":"n2078043563","geometry":{"type":"Point","coordinates":[-0.878074,51.9671082]},"properties":{"@type":"node","@id":2078043563,"@timestamp":1635418602},"coords":"51.9671082,-0.878074","bedrooms":"0","price":"212000","area":"537"} , +{"type":"Feature","id":"n2078334325","geometry":{"type":"Point","coordinates":[-0.0229159,51.5882642]},"properties":{"@type":"node","@id":2078334325,"@timestamp":1356162841},"coords":"51.5882642,-0.0229159","bedrooms":"4","price":"290000","area":"691"} , +{"type":"Feature","id":"n2078334335","geometry":{"type":"Point","coordinates":[-0.0232448,51.5899692]},"properties":{"@type":"node","@id":2078334335,"@timestamp":1356162842},"coords":"51.5899692,-0.0232448","bedrooms":"0","price":"281000","area":"658"} , +{"type":"Feature","id":"n2078674606","geometry":{"type":"Point","coordinates":[-0.020847,51.5884855]},"properties":{"@type":"node","@id":2078674606,"@timestamp":1356190180},"coords":"51.5884855,-0.020847","bedrooms":"4","price":"155000","area":"398"} , +{"type":"Feature","id":"n2078674618","geometry":{"type":"Point","coordinates":[-0.0210744,51.5891883]},"properties":{"@type":"node","@id":2078674618,"@timestamp":1356189089},"coords":"51.5891883,-0.0210744","bedrooms":"1","price":"235000","area":"370"} , +{"type":"Feature","id":"n2078674630","geometry":{"type":"Point","coordinates":[-0.0213077,51.5900905]},"properties":{"@type":"node","@id":2078674630,"@timestamp":1356189090},"coords":"51.5900905,-0.0213077","bedrooms":"0","price":"276000","area":"370"} , +{"type":"Feature","id":"n2078716693","geometry":{"type":"Point","coordinates":[-0.2609114,51.7400075]},"properties":{"@type":"node","@id":2078716693,"@timestamp":1545147529},"coords":"51.7400075,-0.2609114","bedrooms":"3","price":"199000","area":"360"} , +{"type":"Feature","id":"n2078747251","geometry":{"type":"Point","coordinates":[-0.3047515,51.5129916]},"properties":{"@type":"node","@id":2078747251,"@timestamp":1401023812},"coords":"51.5129916,-0.3047515","bedrooms":"2","price":"249000","area":"616"} , +{"type":"Feature","id":"n2078765738","geometry":{"type":"Point","coordinates":[-0.3019994,51.5150004]},"properties":{"@type":"node","@id":2078765738,"@timestamp":1398804252},"coords":"51.5150004,-0.3019994","bedrooms":"4","price":"291000","area":"488"} , +{"type":"Feature","id":"n2079236623","geometry":{"type":"Point","coordinates":[-0.343946,51.7488019]},"properties":{"@type":"node","@id":2079236623,"@timestamp":1356217312},"coords":"51.7488019,-0.343946","bedrooms":"0","price":"177000","area":"556"} , +{"type":"Feature","id":"n2079236655","geometry":{"type":"Point","coordinates":[-0.3442732,51.7492868]},"properties":{"@type":"node","@id":2079236655,"@timestamp":1356217313},"coords":"51.7492868,-0.3442732","bedrooms":"1","price":"254000","area":"632"} , +{"type":"Feature","id":"n2079236682","geometry":{"type":"Point","coordinates":[-0.3440801,51.7504327]},"properties":{"@type":"node","@id":2079236682,"@timestamp":1356217313},"coords":"51.7504327,-0.3440801","bedrooms":"0","price":"261000","area":"361"} , +{"type":"Feature","id":"n2079620401","geometry":{"type":"Point","coordinates":[-0.0109256,51.5896871]},"properties":{"@type":"node","@id":2079620401,"@timestamp":1480770501},"coords":"51.5896871,-0.0109256","bedrooms":"0","price":"196000","area":"399"} , +{"type":"Feature","id":"n2079642669","geometry":{"type":"Point","coordinates":[-0.0086955,51.5894625]},"properties":{"@type":"node","@id":2079642669,"@timestamp":1356259531},"coords":"51.5894625,-0.0086955","bedrooms":"2","price":"232000","area":"616"} , +{"type":"Feature","id":"n2079642708","geometry":{"type":"Point","coordinates":[-0.0097142,51.5897249]},"properties":{"@type":"node","@id":2079642708,"@timestamp":1356259532},"coords":"51.5897249,-0.0097142","bedrooms":"0","price":"223000","area":"676"} , +{"type":"Feature","id":"n2079663648","geometry":{"type":"Point","coordinates":[-0.0058243,51.5894288]},"properties":{"@type":"node","@id":2079663648,"@timestamp":1356263349},"coords":"51.5894288,-0.0058243","bedrooms":"0","price":"275000","area":"481"} , +{"type":"Feature","id":"n2079675001","geometry":{"type":"Point","coordinates":[-0.0877105,51.5078094]},"properties":{"@type":"node","@id":2079675001,"@timestamp":1531683315},"coords":"51.5078094,-0.0877105","bedrooms":"0","price":"245000","area":"368"} , +{"type":"Feature","id":"n2079715722","geometry":{"type":"Point","coordinates":[-0.0058224,51.5898933]},"properties":{"@type":"node","@id":2079715722,"@timestamp":1356263344},"coords":"51.5898933,-0.0058224","bedrooms":"1","price":"214000","area":"637"} , +{"type":"Feature","id":"n2079715732","geometry":{"type":"Point","coordinates":[-0.005072,51.5903152]},"properties":{"@type":"node","@id":2079715732,"@timestamp":1356263344},"coords":"51.5903152,-0.005072","bedrooms":"1","price":"150000","area":"420"} , +{"type":"Feature","id":"n2079893110","geometry":{"type":"Point","coordinates":[-0.0046988,51.5902232]},"properties":{"@type":"node","@id":2079893110,"@timestamp":1356270290},"coords":"51.5902232,-0.0046988","bedrooms":"0","price":"213000","area":"396"} , +{"type":"Feature","id":"n2080104545","geometry":{"type":"Point","coordinates":[-0.480187,51.3140479]},"properties":{"@type":"node","@id":2080104545,"@timestamp":1544868112},"coords":"51.3140479,-0.480187","bedrooms":"2","price":"259000","area":"360"} , +{"type":"Feature","id":"n2080184780","geometry":{"type":"Point","coordinates":[-0.3318252,51.5618452]},"properties":{"@type":"node","@id":2080184780,"@timestamp":1573840932},"coords":"51.5618452,-0.3318252","bedrooms":"4","price":"229000","area":"625"} , +{"type":"Feature","id":"n2080486539","geometry":{"type":"Point","coordinates":[-0.1561018,51.4975074]},"properties":{"@type":"node","@id":2080486539,"@timestamp":1625838678},"coords":"51.4975074,-0.1561018","bedrooms":"2","price":"287000","area":"477"} , +{"type":"Feature","id":"n2080487468","geometry":{"type":"Point","coordinates":[-0.0061685,51.5915326]},"properties":{"@type":"node","@id":2080487468,"@timestamp":1543945010},"coords":"51.5915326,-0.0061685","bedrooms":"2","price":"276000","area":"365"} , +{"type":"Feature","id":"n2080773801","geometry":{"type":"Point","coordinates":[-0.1033899,51.5431589]},"properties":{"@type":"node","@id":2080773801,"@timestamp":1627615919},"coords":"51.5431589,-0.1033899","bedrooms":"1","price":"283000","area":"436"} , +{"type":"Feature","id":"n2081183537","geometry":{"type":"Point","coordinates":[0.3703181,51.6600709]},"properties":{"@type":"node","@id":2081183537,"@timestamp":1356382947},"coords":"51.6600709,0.3703181","bedrooms":"1","price":"294000","area":"376"} , +{"type":"Feature","id":"n2081183548","geometry":{"type":"Point","coordinates":[0.369968,51.6599761]},"properties":{"@type":"node","@id":2081183548,"@timestamp":1356382947},"coords":"51.6599761,0.369968","bedrooms":"1","price":"243000","area":"427"} , +{"type":"Feature","id":"n2081548017","geometry":{"type":"Point","coordinates":[0.3697299,51.6597768]},"properties":{"@type":"node","@id":2081548017,"@timestamp":1356382944},"coords":"51.6597768,0.3697299","bedrooms":"3","price":"155000","area":"407"} , +{"type":"Feature","id":"n2081548033","geometry":{"type":"Point","coordinates":[0.3693839,51.6591404]},"properties":{"@type":"node","@id":2081548033,"@timestamp":1356382945},"coords":"51.6591404,0.3693839","bedrooms":"2","price":"246000","area":"597"} , +{"type":"Feature","id":"n2081548053","geometry":{"type":"Point","coordinates":[0.3698291,51.6595264]},"properties":{"@type":"node","@id":2081548053,"@timestamp":1356382945},"coords":"51.6595264,0.3698291","bedrooms":"3","price":"253000","area":"454"} , +{"type":"Feature","id":"n2081548070","geometry":{"type":"Point","coordinates":[0.368822,51.6597394]},"properties":{"@type":"node","@id":2081548070,"@timestamp":1356382946},"coords":"51.6597394,0.368822","bedrooms":"1","price":"203000","area":"521"} , +{"type":"Feature","id":"n2081809356","geometry":{"type":"Point","coordinates":[-0.0196267,51.587372]},"properties":{"@type":"node","@id":2081809356,"@timestamp":1356418213},"coords":"51.587372,-0.0196267","bedrooms":"4","price":"191000","area":"510"} , +{"type":"Feature","id":"n2081809373","geometry":{"type":"Point","coordinates":[-0.0197702,51.5879156]},"properties":{"@type":"node","@id":2081809373,"@timestamp":1356418214},"coords":"51.5879156,-0.0197702","bedrooms":"4","price":"222000","area":"384"} , +{"type":"Feature","id":"n2081809384","geometry":{"type":"Point","coordinates":[-0.0181081,51.5869689]},"properties":{"@type":"node","@id":2081809384,"@timestamp":1356418215},"coords":"51.5869689,-0.0181081","bedrooms":"3","price":"187000","area":"663"} , +{"type":"Feature","id":"n2082065463","geometry":{"type":"Point","coordinates":[-0.1271444,51.4876644]},"properties":{"@type":"node","@id":2082065463,"@timestamp":1374077689},"coords":"51.4876644,-0.1271444","bedrooms":"0","price":"164000","area":"400"} , +{"type":"Feature","id":"n2082653222","geometry":{"type":"Point","coordinates":[0.4683842,51.7333915]},"properties":{"@type":"node","@id":2082653222,"@timestamp":1416189034},"coords":"51.7333915,0.4683842","bedrooms":"3","price":"298000","area":"537"} , +{"type":"Feature","id":"n2082706877","geometry":{"type":"Point","coordinates":[-0.2752453,51.5432706]},"properties":{"@type":"node","@id":2082706877,"@timestamp":1573660992},"coords":"51.5432706,-0.2752453","bedrooms":"2","price":"235000","area":"361"} , +{"type":"Feature","id":"n2083007068","geometry":{"type":"Point","coordinates":[-0.0163318,51.597641]},"properties":{"@type":"node","@id":2083007068,"@timestamp":1356514574},"coords":"51.597641,-0.0163318","bedrooms":"1","price":"225000","area":"597"} , +{"type":"Feature","id":"n2083375138","geometry":{"type":"Point","coordinates":[0.3072466,51.6196293]},"properties":{"@type":"node","@id":2083375138,"@timestamp":1609611675},"coords":"51.6196293,0.3072466","bedrooms":"2","price":"184000","area":"416"} , +{"type":"Feature","id":"n2083560285","geometry":{"type":"Point","coordinates":[0.4397899,51.6305329]},"properties":{"@type":"node","@id":2083560285,"@timestamp":1356542868},"coords":"51.6305329,0.4397899","bedrooms":"3","price":"210000","area":"675"} , +{"type":"Feature","id":"n2084051290","geometry":{"type":"Point","coordinates":[-0.7166298,51.1208004]},"properties":{"@type":"node","@id":2084051290,"@timestamp":1356573418},"coords":"51.1208004,-0.7166298","bedrooms":"0","price":"199000","area":"656"} , +{"type":"Feature","id":"n2084463730","geometry":{"type":"Point","coordinates":[-0.0935476,51.5483232]},"properties":{"@type":"node","@id":2084463730,"@timestamp":1559542409},"coords":"51.5483232,-0.0935476","bedrooms":"1","price":"213000","area":"351"} , +{"type":"Feature","id":"n2084656225","geometry":{"type":"Point","coordinates":[-0.1094784,51.3717253]},"properties":{"@type":"node","@id":2084656225,"@timestamp":1540847798},"coords":"51.3717253,-0.1094784","bedrooms":"4","price":"297000","area":"476"} , +{"type":"Feature","id":"n2084657383","geometry":{"type":"Point","coordinates":[0.4702098,51.7440288]},"properties":{"@type":"node","@id":2084657383,"@timestamp":1574038191},"coords":"51.7440288,0.4702098","bedrooms":"1","price":"216000","area":"415"} , +{"type":"Feature","id":"n2084781167","geometry":{"type":"Point","coordinates":[-0.1884949,51.8931177]},"properties":{"@type":"node","@id":2084781167,"@timestamp":1500732453},"coords":"51.8931177,-0.1884949","bedrooms":"3","price":"219000","area":"395"} , +{"type":"Feature","id":"n2085116460","geometry":{"type":"Point","coordinates":[-0.4804025,50.9608148]},"properties":{"@type":"node","@id":2085116460,"@timestamp":1356643918},"coords":"50.9608148,-0.4804025","bedrooms":"3","price":"163000","area":"523"} , +{"type":"Feature","id":"n2085453223","geometry":{"type":"Point","coordinates":[-0.6844779,51.3621771]},"properties":{"@type":"node","@id":2085453223,"@timestamp":1356683204},"coords":"51.3621771,-0.6844779","bedrooms":"3","price":"245000","area":"674"} , +{"type":"Feature","id":"n2085472423","geometry":{"type":"Point","coordinates":[-0.7798194,51.4115138]},"properties":{"@type":"node","@id":2085472423,"@timestamp":1455314542},"coords":"51.4115138,-0.7798194","bedrooms":"2","price":"177000","area":"638"} , +{"type":"Feature","id":"n2085493100","geometry":{"type":"Point","coordinates":[-0.7749784,51.4088073]},"properties":{"@type":"node","@id":2085493100,"@timestamp":1556918461},"coords":"51.4088073,-0.7749784","bedrooms":"3","price":"185000","area":"685"} , +{"type":"Feature","id":"n2086197264","geometry":{"type":"Point","coordinates":[-0.0122653,51.5819864]},"properties":{"@type":"node","@id":2086197264,"@timestamp":1356720648},"coords":"51.5819864,-0.0122653","bedrooms":"1","price":"233000","area":"392"} , +{"type":"Feature","id":"n2086246194","geometry":{"type":"Point","coordinates":[0.4983303,51.3322364]},"properties":{"@type":"node","@id":2086246194,"@timestamp":1356723641},"coords":"51.3322364,0.4983303","bedrooms":"0","price":"179000","area":"597"} , +{"type":"Feature","id":"n2086459002","geometry":{"type":"Point","coordinates":[-0.9166048,51.441489]},"properties":{"@type":"node","@id":2086459002,"@timestamp":1356738084},"coords":"51.441489,-0.9166048","bedrooms":"0","price":"221000","area":"656"} , +{"type":"Feature","id":"n2086965531","geometry":{"type":"Point","coordinates":[0.6730519,51.8755423]},"properties":{"@type":"node","@id":2086965531,"@timestamp":1356777577},"coords":"51.8755423,0.6730519","bedrooms":"0","price":"153000","area":"502"} , +{"type":"Feature","id":"n2086999149","geometry":{"type":"Point","coordinates":[0.8150107,51.884205]},"properties":{"@type":"node","@id":2086999149,"@timestamp":1356779598},"coords":"51.884205,0.8150107","bedrooms":"1","price":"250000","area":"389"} , +{"type":"Feature","id":"n2087051669","geometry":{"type":"Point","coordinates":[0.378983,51.1831121]},"properties":{"@type":"node","@id":2087051669,"@timestamp":1383835844},"coords":"51.1831121,0.378983","bedrooms":"1","price":"150000","area":"355"} , +{"type":"Feature","id":"n2087087450","geometry":{"type":"Point","coordinates":[0.1604252,51.8726472]},"properties":{"@type":"node","@id":2087087450,"@timestamp":1611855789},"coords":"51.8726472,0.1604252","bedrooms":"2","price":"271000","area":"528"} , +{"type":"Feature","id":"n2087191708","geometry":{"type":"Point","coordinates":[-0.2315717,51.9780353]},"properties":{"@type":"node","@id":2087191708,"@timestamp":1405941568},"coords":"51.9780353,-0.2315717","bedrooms":"4","price":"195000","area":"429"} , +{"type":"Feature","id":"n2087246701","geometry":{"type":"Point","coordinates":[-0.0129327,51.5824288]},"properties":{"@type":"node","@id":2087246701,"@timestamp":1356791802},"coords":"51.5824288,-0.0129327","bedrooms":"2","price":"196000","area":"452"} , +{"type":"Feature","id":"n2087463897","geometry":{"type":"Point","coordinates":[-0.0121745,51.5826604]},"properties":{"@type":"node","@id":2087463897,"@timestamp":1356801078},"coords":"51.5826604,-0.0121745","bedrooms":"3","price":"262000","area":"543"} , +{"type":"Feature","id":"n2087495057","geometry":{"type":"Point","coordinates":[0.4349522,51.7129984]},"properties":{"@type":"node","@id":2087495057,"@timestamp":1626366545},"coords":"51.7129984,0.4349522","bedrooms":"1","price":"252000","area":"467"} , +{"type":"Feature","id":"n2087555504","geometry":{"type":"Point","coordinates":[0.2031051,51.438763]},"properties":{"@type":"node","@id":2087555504,"@timestamp":1356805756},"coords":"51.438763,0.2031051","bedrooms":"1","price":"189000","area":"378"} , +{"type":"Feature","id":"n2087764306","geometry":{"type":"Point","coordinates":[0.3027488,51.3657473]},"properties":{"@type":"node","@id":2087764306,"@timestamp":1633713438},"coords":"51.3657473,0.3027488","bedrooms":"3","price":"258000","area":"435"} , +{"type":"Feature","id":"n2088181076","geometry":{"type":"Point","coordinates":[-0.0126272,51.5832789]},"properties":{"@type":"node","@id":2088181076,"@timestamp":1356860162},"coords":"51.5832789,-0.0126272","bedrooms":"4","price":"285000","area":"576"} , +{"type":"Feature","id":"n2088461117","geometry":{"type":"Point","coordinates":[-0.2349818,51.6182274]},"properties":{"@type":"node","@id":2088461117,"@timestamp":1568520021},"coords":"51.6182274,-0.2349818","bedrooms":"4","price":"153000","area":"578"} , +{"type":"Feature","id":"n2088605114","geometry":{"type":"Point","coordinates":[-0.0104454,51.5842151]},"properties":{"@type":"node","@id":2088605114,"@timestamp":1356883532},"coords":"51.5842151,-0.0104454","bedrooms":"4","price":"153000","area":"440"} , +{"type":"Feature","id":"n2088623644","geometry":{"type":"Point","coordinates":[-0.0100578,51.5848683]},"properties":{"@type":"node","@id":2088623644,"@timestamp":1356883979},"coords":"51.5848683,-0.0100578","bedrooms":"0","price":"202000","area":"439"} , +{"type":"Feature","id":"n2088693454","geometry":{"type":"Point","coordinates":[-0.0161128,51.5816017]},"properties":{"@type":"node","@id":2088693454,"@timestamp":1358674804},"coords":"51.5816017,-0.0161128","bedrooms":"3","price":"194000","area":"542"} , +{"type":"Feature","id":"n2088693467","geometry":{"type":"Point","coordinates":[-0.0166773,51.5814678]},"properties":{"@type":"node","@id":2088693467,"@timestamp":1358674805},"coords":"51.5814678,-0.0166773","bedrooms":"1","price":"192000","area":"364"} , +{"type":"Feature","id":"n2088872888","geometry":{"type":"Point","coordinates":[-0.0182657,51.5810207]},"properties":{"@type":"node","@id":2088872888,"@timestamp":1356892456},"coords":"51.5810207,-0.0182657","bedrooms":"3","price":"237000","area":"613"} , +{"type":"Feature","id":"n2088889549","geometry":{"type":"Point","coordinates":[-0.0761153,51.9422131]},"properties":{"@type":"node","@id":2088889549,"@timestamp":1356893045},"coords":"51.9422131,-0.0761153","bedrooms":"0","price":"239000","area":"369"} , +{"type":"Feature","id":"n2089095722","geometry":{"type":"Point","coordinates":[-0.0154323,51.598434]},"properties":{"@type":"node","@id":2089095722,"@timestamp":1525547159},"coords":"51.598434,-0.0154323","bedrooms":"4","price":"259000","area":"635"} , +{"type":"Feature","id":"n2089334591","geometry":{"type":"Point","coordinates":[-0.7987645,51.283158]},"properties":{"@type":"node","@id":2089334591,"@timestamp":1356910644},"coords":"51.283158,-0.7987645","bedrooms":"1","price":"150000","area":"549"} , +{"type":"Feature","id":"n2089605173","geometry":{"type":"Point","coordinates":[-0.0128828,51.5825602]},"properties":{"@type":"node","@id":2089605173,"@timestamp":1356941508},"coords":"51.5825602,-0.0128828","bedrooms":"0","price":"259000","area":"524"} , +{"type":"Feature","id":"n2090116959","geometry":{"type":"Point","coordinates":[-0.6997006,51.6484642]},"properties":{"@type":"node","@id":2090116959,"@timestamp":1614670815},"coords":"51.6484642,-0.6997006","bedrooms":"0","price":"219000","area":"503"} , +{"type":"Feature","id":"n2090283970","geometry":{"type":"Point","coordinates":[0.711048,51.5401764]},"properties":{"@type":"node","@id":2090283970,"@timestamp":1356975290},"coords":"51.5401764,0.711048","bedrooms":"3","price":"193000","area":"659"} , +{"type":"Feature","id":"n2090329543","geometry":{"type":"Point","coordinates":[0.689566,51.544499]},"properties":{"@type":"node","@id":2090329543,"@timestamp":1356977891},"coords":"51.544499,0.689566","bedrooms":"1","price":"281000","area":"511"} , +{"type":"Feature","id":"n2090336034","geometry":{"type":"Point","coordinates":[0.6782079,51.5537046]},"properties":{"@type":"node","@id":2090336034,"@timestamp":1485210923},"coords":"51.5537046,0.6782079","bedrooms":"1","price":"210000","area":"631"} , +{"type":"Feature","id":"n2090375837","geometry":{"type":"Point","coordinates":[-0.7650222,51.7889452]},"properties":{"@type":"node","@id":2090375837,"@timestamp":1367943986},"coords":"51.7889452,-0.7650222","bedrooms":"0","price":"240000","area":"607"} , +{"type":"Feature","id":"n2090570111","geometry":{"type":"Point","coordinates":[-0.266033,51.6092103]},"properties":{"@type":"node","@id":2090570111,"@timestamp":1564910827},"coords":"51.6092103,-0.266033","bedrooms":"1","price":"212000","area":"428"} , +{"type":"Feature","id":"n2091166660","geometry":{"type":"Point","coordinates":[-0.5693069,51.3105748]},"properties":{"@type":"node","@id":2091166660,"@timestamp":1357058014},"coords":"51.3105748,-0.5693069","bedrooms":"4","price":"262000","area":"532"} , +{"type":"Feature","id":"n2091280681","geometry":{"type":"Point","coordinates":[0.0282277,51.5922739]},"properties":{"@type":"node","@id":2091280681,"@timestamp":1357063430},"coords":"51.5922739,0.0282277","bedrooms":"4","price":"166000","area":"585"} , +{"type":"Feature","id":"n2091312838","geometry":{"type":"Point","coordinates":[0.0280426,51.5915622]},"properties":{"@type":"node","@id":2091312838,"@timestamp":1543775732},"coords":"51.5915622,0.0280426","bedrooms":"0","price":"182000","area":"387"} , +{"type":"Feature","id":"n2091367254","geometry":{"type":"Point","coordinates":[0.0286728,51.5913359]},"properties":{"@type":"node","@id":2091367254,"@timestamp":1626708401},"coords":"51.5913359,0.0286728","bedrooms":"3","price":"154000","area":"693"} , +{"type":"Feature","id":"n2091399820","geometry":{"type":"Point","coordinates":[-0.1696551,51.1039464]},"properties":{"@type":"node","@id":2091399820,"@timestamp":1357069437},"coords":"51.1039464,-0.1696551","bedrooms":"0","price":"189000","area":"633"} , +{"type":"Feature","id":"n2091399899","geometry":{"type":"Point","coordinates":[-0.169643,51.1044023]},"properties":{"@type":"node","@id":2091399899,"@timestamp":1357069439},"coords":"51.1044023,-0.169643","bedrooms":"0","price":"183000","area":"480"} , +{"type":"Feature","id":"n2091399946","geometry":{"type":"Point","coordinates":[-0.1674396,51.1097733]},"properties":{"@type":"node","@id":2091399946,"@timestamp":1357069440},"coords":"51.1097733,-0.1674396","bedrooms":"4","price":"263000","area":"649"} , +{"type":"Feature","id":"n2091399961","geometry":{"type":"Point","coordinates":[-0.1668459,51.1030371]},"properties":{"@type":"node","@id":2091399961,"@timestamp":1523991808},"coords":"51.1030371,-0.1668459","bedrooms":"4","price":"249000","area":"439"} , +{"type":"Feature","id":"n2091399975","geometry":{"type":"Point","coordinates":[-0.1734708,51.1023982]},"properties":{"@type":"node","@id":2091399975,"@timestamp":1357069441},"coords":"51.1023982,-0.1734708","bedrooms":"2","price":"289000","area":"539"} , +{"type":"Feature","id":"n2091399993","geometry":{"type":"Point","coordinates":[-0.1657849,51.10449]},"properties":{"@type":"node","@id":2091399993,"@timestamp":1357069442},"coords":"51.10449,-0.1657849","bedrooms":"2","price":"169000","area":"594"} , +{"type":"Feature","id":"n2091400007","geometry":{"type":"Point","coordinates":[-0.1763406,51.1004488]},"properties":{"@type":"node","@id":2091400007,"@timestamp":1357069443},"coords":"51.1004488,-0.1763406","bedrooms":"0","price":"283000","area":"485"} , +{"type":"Feature","id":"n2091400018","geometry":{"type":"Point","coordinates":[-0.1644945,51.103084]},"properties":{"@type":"node","@id":2091400018,"@timestamp":1357069443},"coords":"51.103084,-0.1644945","bedrooms":"2","price":"173000","area":"478"} , +{"type":"Feature","id":"n2091400032","geometry":{"type":"Point","coordinates":[-0.1669729,51.1100966]},"properties":{"@type":"node","@id":2091400032,"@timestamp":1357069444},"coords":"51.1100966,-0.1669729","bedrooms":"2","price":"199000","area":"566"} , +{"type":"Feature","id":"n2091826652","geometry":{"type":"Point","coordinates":[-0.010358,51.5850444]},"properties":{"@type":"node","@id":2091826652,"@timestamp":1357105867},"coords":"51.5850444,-0.010358","bedrooms":"4","price":"243000","area":"667"} , +{"type":"Feature","id":"n2091831173","geometry":{"type":"Point","coordinates":[-0.0095462,51.5849051]},"properties":{"@type":"node","@id":2091831173,"@timestamp":1357111728},"coords":"51.5849051,-0.0095462","bedrooms":"2","price":"271000","area":"527"} , +{"type":"Feature","id":"n2091852170","geometry":{"type":"Point","coordinates":[-0.0030213,51.5864723]},"properties":{"@type":"node","@id":2091852170,"@timestamp":1609362647},"coords":"51.5864723,-0.0030213","bedrooms":"4","price":"188000","area":"627"} , +{"type":"Feature","id":"n2091972809","geometry":{"type":"Point","coordinates":[-0.0181037,51.5953039]},"properties":{"@type":"node","@id":2091972809,"@timestamp":1357122838},"coords":"51.5953039,-0.0181037","bedrooms":"0","price":"246000","area":"490"} , +{"type":"Feature","id":"n2092000755","geometry":{"type":"Point","coordinates":[-0.0144231,51.5980521]},"properties":{"@type":"node","@id":2092000755,"@timestamp":1444854087},"coords":"51.5980521,-0.0144231","bedrooms":"3","price":"192000","area":"580"} , +{"type":"Feature","id":"n2092074627","geometry":{"type":"Point","coordinates":[-0.0167419,51.5989618]},"properties":{"@type":"node","@id":2092074627,"@timestamp":1444583117},"coords":"51.5989618,-0.0167419","bedrooms":"0","price":"210000","area":"588"} , +{"type":"Feature","id":"n2092102970","geometry":{"type":"Point","coordinates":[-0.0233409,51.5961865]},"properties":{"@type":"node","@id":2092102970,"@timestamp":1357128874},"coords":"51.5961865,-0.0233409","bedrooms":"1","price":"210000","area":"584"} , +{"type":"Feature","id":"n2092346288","geometry":{"type":"Point","coordinates":[0.1556101,51.637308]},"properties":{"@type":"node","@id":2092346288,"@timestamp":1609634734},"coords":"51.637308,0.1556101","bedrooms":"3","price":"221000","area":"678"} , +{"type":"Feature","id":"n2092466378","geometry":{"type":"Point","coordinates":[-0.0235891,51.5966268]},"properties":{"@type":"node","@id":2092466378,"@timestamp":1357146551},"coords":"51.5966268,-0.0235891","bedrooms":"4","price":"240000","area":"511"} , +{"type":"Feature","id":"n2092466412","geometry":{"type":"Point","coordinates":[-0.0237458,51.5960518]},"properties":{"@type":"node","@id":2092466412,"@timestamp":1357146552},"coords":"51.5960518,-0.0237458","bedrooms":"2","price":"229000","area":"406"} , +{"type":"Feature","id":"n2092466445","geometry":{"type":"Point","coordinates":[-0.024381,51.5962606]},"properties":{"@type":"node","@id":2092466445,"@timestamp":1357146552},"coords":"51.5962606,-0.024381","bedrooms":"1","price":"279000","area":"493"} , +{"type":"Feature","id":"n2092466490","geometry":{"type":"Point","coordinates":[-0.0231681,51.5938808]},"properties":{"@type":"node","@id":2092466490,"@timestamp":1357146553},"coords":"51.5938808,-0.0231681","bedrooms":"0","price":"160000","area":"468"} , +{"type":"Feature","id":"n2092466518","geometry":{"type":"Point","coordinates":[-0.0248107,51.5926053]},"properties":{"@type":"node","@id":2092466518,"@timestamp":1357146554},"coords":"51.5926053,-0.0248107","bedrooms":"3","price":"256000","area":"371"} , +{"type":"Feature","id":"n2092466581","geometry":{"type":"Point","coordinates":[-0.0253775,51.5931915]},"properties":{"@type":"node","@id":2092466581,"@timestamp":1359318436},"coords":"51.5931915,-0.0253775","bedrooms":"1","price":"158000","area":"557"} , +{"type":"Feature","id":"n2092473502","geometry":{"type":"Point","coordinates":[-0.0226648,51.5916242]},"properties":{"@type":"node","@id":2092473502,"@timestamp":1357146912},"coords":"51.5916242,-0.0226648","bedrooms":"0","price":"166000","area":"580"} , +{"type":"Feature","id":"n2092683725","geometry":{"type":"Point","coordinates":[-0.561859,51.763159]},"properties":{"@type":"node","@id":2092683725,"@timestamp":1618183441},"coords":"51.763159,-0.561859","bedrooms":"2","price":"174000","area":"522"} , +{"type":"Feature","id":"n2093551768","geometry":{"type":"Point","coordinates":[0.518618,51.3359244]},"properties":{"@type":"node","@id":2093551768,"@timestamp":1357227441},"coords":"51.3359244,0.518618","bedrooms":"1","price":"171000","area":"678"} , +{"type":"Feature","id":"n2093588940","geometry":{"type":"Point","coordinates":[-0.0164259,51.5039197]},"properties":{"@type":"node","@id":2093588940,"@timestamp":1553719556},"coords":"51.5039197,-0.0164259","bedrooms":"4","price":"235000","area":"500"} , +{"type":"Feature","id":"n2093695500","geometry":{"type":"Point","coordinates":[-0.0233271,51.5056323]},"properties":{"@type":"node","@id":2093695500,"@timestamp":1634575115},"coords":"51.5056323,-0.0233271","bedrooms":"4","price":"277000","area":"444"} , +{"type":"Feature","id":"n2094002526","geometry":{"type":"Point","coordinates":[-0.1764232,51.5555739]},"properties":{"@type":"node","@id":2094002526,"@timestamp":1469539409},"coords":"51.5555739,-0.1764232","bedrooms":"1","price":"212000","area":"638"} , +{"type":"Feature","id":"n2094107824","geometry":{"type":"Point","coordinates":[-0.0255883,51.5860235]},"properties":{"@type":"node","@id":2094107824,"@timestamp":1357251311},"coords":"51.5860235,-0.0255883","bedrooms":"3","price":"162000","area":"522"} , +{"type":"Feature","id":"n2094417905","geometry":{"type":"Point","coordinates":[-0.0301197,51.5447608]},"properties":{"@type":"node","@id":2094417905,"@timestamp":1635302821},"coords":"51.5447608,-0.0301197","bedrooms":"0","price":"173000","area":"626"} , +{"type":"Feature","id":"n2095026315","geometry":{"type":"Point","coordinates":[-0.0941834,51.5413067]},"properties":{"@type":"node","@id":2095026315,"@timestamp":1613920893},"coords":"51.5413067,-0.0941834","bedrooms":"1","price":"222000","area":"602"} , +{"type":"Feature","id":"n2095244012","geometry":{"type":"Point","coordinates":[0.415694,51.6206159]},"properties":{"@type":"node","@id":2095244012,"@timestamp":1632947506},"coords":"51.6206159,0.415694","bedrooms":"3","price":"210000","area":"404"} , +{"type":"Feature","id":"n2095432757","geometry":{"type":"Point","coordinates":[-0.0270123,51.5830299]},"properties":{"@type":"node","@id":2095432757,"@timestamp":1618855707},"coords":"51.5830299,-0.0270123","bedrooms":"4","price":"269000","area":"666"} , +{"type":"Feature","id":"n2095470978","geometry":{"type":"Point","coordinates":[-0.2176044,51.5145166]},"properties":{"@type":"node","@id":2095470978,"@timestamp":1584850315},"coords":"51.5145166,-0.2176044","bedrooms":"0","price":"236000","area":"357"} , +{"type":"Feature","id":"n2095494353","geometry":{"type":"Point","coordinates":[-0.0314767,51.5828382]},"properties":{"@type":"node","@id":2095494353,"@timestamp":1357333189},"coords":"51.5828382,-0.0314767","bedrooms":"0","price":"150000","area":"614"} , +{"type":"Feature","id":"n2095574204","geometry":{"type":"Point","coordinates":[-0.4438993,51.3211326]},"properties":{"@type":"node","@id":2095574204,"@timestamp":1387632180},"coords":"51.3211326,-0.4438993","bedrooms":"1","price":"289000","area":"368"} , +{"type":"Feature","id":"n2095631050","geometry":{"type":"Point","coordinates":[-0.0316037,51.584027]},"properties":{"@type":"node","@id":2095631050,"@timestamp":1357339062},"coords":"51.584027,-0.0316037","bedrooms":"4","price":"158000","area":"366"} , +{"type":"Feature","id":"n2095740451","geometry":{"type":"Point","coordinates":[0.1028,51.3725498]},"properties":{"@type":"node","@id":2095740451,"@timestamp":1630574579},"coords":"51.3725498,0.1028","bedrooms":"2","price":"174000","area":"384"} , +{"type":"Feature","id":"n2096081783","geometry":{"type":"Point","coordinates":[-0.2575957,51.9663997]},"properties":{"@type":"node","@id":2096081783,"@timestamp":1357385755},"coords":"51.9663997,-0.2575957","bedrooms":"1","price":"240000","area":"427"} , +{"type":"Feature","id":"n2096187828","geometry":{"type":"Point","coordinates":[-0.1785269,51.5552988]},"properties":{"@type":"node","@id":2096187828,"@timestamp":1357390839},"coords":"51.5552988,-0.1785269","bedrooms":"2","price":"234000","area":"667"} , +{"type":"Feature","id":"n2096187939","geometry":{"type":"Point","coordinates":[-0.1785281,51.5556915]},"properties":{"@type":"node","@id":2096187939,"@timestamp":1357390842},"coords":"51.5556915,-0.1785281","bedrooms":"4","price":"204000","area":"517"} , +{"type":"Feature","id":"n2096222249","geometry":{"type":"Point","coordinates":[-0.175616,51.5556097]},"properties":{"@type":"node","@id":2096222249,"@timestamp":1357392664},"coords":"51.5556097,-0.175616","bedrooms":"4","price":"167000","area":"371"} , +{"type":"Feature","id":"n2096222260","geometry":{"type":"Point","coordinates":[-0.176338,51.5557747]},"properties":{"@type":"node","@id":2096222260,"@timestamp":1357392665},"coords":"51.5557747,-0.176338","bedrooms":"4","price":"184000","area":"470"} , +{"type":"Feature","id":"n2096222270","geometry":{"type":"Point","coordinates":[-0.1773222,51.5558847]},"properties":{"@type":"node","@id":2096222270,"@timestamp":1357392665},"coords":"51.5558847,-0.1773222","bedrooms":"2","price":"291000","area":"527"} , +{"type":"Feature","id":"n2096222280","geometry":{"type":"Point","coordinates":[-0.1769604,51.5559996]},"properties":{"@type":"node","@id":2096222280,"@timestamp":1357392666},"coords":"51.5559996,-0.1769604","bedrooms":"4","price":"163000","area":"425"} , +{"type":"Feature","id":"n2096222290","geometry":{"type":"Point","coordinates":[-0.1788106,51.5561511]},"properties":{"@type":"node","@id":2096222290,"@timestamp":1357392666},"coords":"51.5561511,-0.1788106","bedrooms":"3","price":"248000","area":"538"} , +{"type":"Feature","id":"n2096222300","geometry":{"type":"Point","coordinates":[-0.1777722,51.5562857]},"properties":{"@type":"node","@id":2096222300,"@timestamp":1632217151},"coords":"51.5562857,-0.1777722","bedrooms":"2","price":"223000","area":"685"} , +{"type":"Feature","id":"n2096222310","geometry":{"type":"Point","coordinates":[-0.1780388,51.5564177]},"properties":{"@type":"node","@id":2096222310,"@timestamp":1521197720},"coords":"51.5564177,-0.1780388","bedrooms":"4","price":"251000","area":"647"} , +{"type":"Feature","id":"n2096360762","geometry":{"type":"Point","coordinates":[0.2593328,51.459968]},"properties":{"@type":"node","@id":2096360762,"@timestamp":1357463422},"coords":"51.459968,0.2593328","bedrooms":"0","price":"156000","area":"548"} , +{"type":"Feature","id":"n2096445707","geometry":{"type":"Point","coordinates":[-0.2861413,51.4778224]},"properties":{"@type":"node","@id":2096445707,"@timestamp":1568107519},"coords":"51.4778224,-0.2861413","bedrooms":"0","price":"155000","area":"502"} , +{"type":"Feature","id":"n2096473199","geometry":{"type":"Point","coordinates":[-0.1251464,51.5172093]},"properties":{"@type":"node","@id":2096473199,"@timestamp":1574094422},"coords":"51.5172093,-0.1251464","bedrooms":"2","price":"224000","area":"400"} , +{"type":"Feature","id":"n2096590984","geometry":{"type":"Point","coordinates":[-0.1785935,51.5560611]},"properties":{"@type":"node","@id":2096590984,"@timestamp":1357406086},"coords":"51.5560611,-0.1785935","bedrooms":"1","price":"220000","area":"363"} , +{"type":"Feature","id":"n2096652003","geometry":{"type":"Point","coordinates":[0.0500081,51.3045045]},"properties":{"@type":"node","@id":2096652003,"@timestamp":1357407483},"coords":"51.3045045,0.0500081","bedrooms":"2","price":"154000","area":"541"} , +{"type":"Feature","id":"n2097047905","geometry":{"type":"Point","coordinates":[-0.9641188,51.4818592]},"properties":{"@type":"node","@id":2097047905,"@timestamp":1357421729},"coords":"51.4818592,-0.9641188","bedrooms":"1","price":"198000","area":"594"} , +{"type":"Feature","id":"n2097048430","geometry":{"type":"Point","coordinates":[-1.0334298,51.5292285]},"properties":{"@type":"node","@id":2097048430,"@timestamp":1428400306},"coords":"51.5292285,-1.0334298","bedrooms":"1","price":"189000","area":"368"} , +{"type":"Feature","id":"n2097232177","geometry":{"type":"Point","coordinates":[-0.0970475,51.3750375]},"properties":{"@type":"node","@id":2097232177,"@timestamp":1559134581},"coords":"51.3750375,-0.0970475","bedrooms":"1","price":"188000","area":"580"} , +{"type":"Feature","id":"n2097232199","geometry":{"type":"Point","coordinates":[-0.0976521,51.3724868]},"properties":{"@type":"node","@id":2097232199,"@timestamp":1357426268},"coords":"51.3724868,-0.0976521","bedrooms":"1","price":"289000","area":"634"} , +{"type":"Feature","id":"n2097232591","geometry":{"type":"Point","coordinates":[-0.0980543,51.3762807]},"properties":{"@type":"node","@id":2097232591,"@timestamp":1526000413},"coords":"51.3762807,-0.0980543","bedrooms":"3","price":"297000","area":"672"} , +{"type":"Feature","id":"n2097687309","geometry":{"type":"Point","coordinates":[-0.1371791,51.5695222]},"properties":{"@type":"node","@id":2097687309,"@timestamp":1564910827},"coords":"51.5695222,-0.1371791","bedrooms":"2","price":"202000","area":"529"} , +{"type":"Feature","id":"n2098015677","geometry":{"type":"Point","coordinates":[-0.4721437,51.3378294]},"properties":{"@type":"node","@id":2098015677,"@timestamp":1520279448},"coords":"51.3378294,-0.4721437","bedrooms":"4","price":"280000","area":"512"} , +{"type":"Feature","id":"n2098106912","geometry":{"type":"Point","coordinates":[-0.4354112,51.3282683]},"properties":{"@type":"node","@id":2098106912,"@timestamp":1528656076},"coords":"51.3282683,-0.4354112","bedrooms":"2","price":"295000","area":"462"} , +{"type":"Feature","id":"n2098179267","geometry":{"type":"Point","coordinates":[-1.0180252,51.4615679]},"properties":{"@type":"node","@id":2098179267,"@timestamp":1518968310},"coords":"51.4615679,-1.0180252","bedrooms":"1","price":"188000","area":"587"} , +{"type":"Feature","id":"n2098309101","geometry":{"type":"Point","coordinates":[0.5576868,51.3727631]},"properties":{"@type":"node","@id":2098309101,"@timestamp":1386817529},"coords":"51.3727631,0.5576868","bedrooms":"3","price":"213000","area":"405"} , +{"type":"Feature","id":"n2098522204","geometry":{"type":"Point","coordinates":[-1.0195252,51.4617499]},"properties":{"@type":"node","@id":2098522204,"@timestamp":1357495889},"coords":"51.4617499,-1.0195252","bedrooms":"1","price":"237000","area":"447"} , +{"type":"Feature","id":"n2098655262","geometry":{"type":"Point","coordinates":[0.865293,51.1331499]},"properties":{"@type":"node","@id":2098655262,"@timestamp":1357499013},"coords":"51.1331499,0.865293","bedrooms":"4","price":"268000","area":"507"} , +{"type":"Feature","id":"n2098872698","geometry":{"type":"Point","coordinates":[-1.1046979,51.2515221]},"properties":{"@type":"node","@id":2098872698,"@timestamp":1539606587},"coords":"51.2515221,-1.1046979","bedrooms":"4","price":"187000","area":"587"} , +{"type":"Feature","id":"n2098891393","geometry":{"type":"Point","coordinates":[-1.1025434,51.2655859]},"properties":{"@type":"node","@id":2098891393,"@timestamp":1604221822},"coords":"51.2655859,-1.1025434","bedrooms":"3","price":"179000","area":"493"} , +{"type":"Feature","id":"n2099404271","geometry":{"type":"Point","coordinates":[-0.4318928,51.7620635]},"properties":{"@type":"node","@id":2099404271,"@timestamp":1419862381},"coords":"51.7620635,-0.4318928","bedrooms":"1","price":"152000","area":"568"} , +{"type":"Feature","id":"n2099832419","geometry":{"type":"Point","coordinates":[0.3829509,51.6704179]},"properties":{"@type":"node","@id":2099832419,"@timestamp":1357569300},"coords":"51.6704179,0.3829509","bedrooms":"3","price":"242000","area":"676"} , +{"type":"Feature","id":"n2100470540","geometry":{"type":"Point","coordinates":[-0.0060838,51.5888276]},"properties":{"@type":"node","@id":2100470540,"@timestamp":1357590945},"coords":"51.5888276,-0.0060838","bedrooms":"3","price":"297000","area":"353"} , +{"type":"Feature","id":"n2100611728","geometry":{"type":"Point","coordinates":[-0.1781647,51.5570766]},"properties":{"@type":"node","@id":2100611728,"@timestamp":1357597181},"coords":"51.5570766,-0.1781647","bedrooms":"0","price":"237000","area":"544"} , +{"type":"Feature","id":"n2100611897","geometry":{"type":"Point","coordinates":[-0.1783217,51.5576483]},"properties":{"@type":"node","@id":2100611897,"@timestamp":1515968232},"coords":"51.5576483,-0.1783217","bedrooms":"4","price":"224000","area":"550"} , +{"type":"Feature","id":"n2100611947","geometry":{"type":"Point","coordinates":[-0.1785905,51.5585322]},"properties":{"@type":"node","@id":2100611947,"@timestamp":1357597184},"coords":"51.5585322,-0.1785905","bedrooms":"1","price":"253000","area":"669"} , +{"type":"Feature","id":"n2100626975","geometry":{"type":"Point","coordinates":[-1.0941592,51.2628186]},"properties":{"@type":"node","@id":2100626975,"@timestamp":1602681951},"coords":"51.2628186,-1.0941592","bedrooms":"4","price":"262000","area":"403"} , +{"type":"Feature","id":"n2100626988","geometry":{"type":"Point","coordinates":[-1.0942901,51.2624828]},"properties":{"@type":"node","@id":2100626988,"@timestamp":1602681951},"coords":"51.2624828,-1.0942901","bedrooms":"1","price":"184000","area":"594"} , +{"type":"Feature","id":"n2100685947","geometry":{"type":"Point","coordinates":[-0.1785486,51.5568996]},"properties":{"@type":"node","@id":2100685947,"@timestamp":1357603051},"coords":"51.5568996,-0.1785486","bedrooms":"3","price":"288000","area":"612"} , +{"type":"Feature","id":"n2100686014","geometry":{"type":"Point","coordinates":[-0.1783853,51.5573975]},"properties":{"@type":"node","@id":2100686014,"@timestamp":1357603052},"coords":"51.5573975,-0.1783853","bedrooms":"1","price":"165000","area":"492"} , +{"type":"Feature","id":"n2101089491","geometry":{"type":"Point","coordinates":[-0.1991805,51.8857483]},"properties":{"@type":"node","@id":2101089491,"@timestamp":1625081345},"coords":"51.8857483,-0.1991805","bedrooms":"4","price":"259000","area":"578"} , +{"type":"Feature","id":"n2101624870","geometry":{"type":"Point","coordinates":[0.2537767,51.878371]},"properties":{"@type":"node","@id":2101624870,"@timestamp":1631980011},"coords":"51.878371,0.2537767","bedrooms":"3","price":"279000","area":"367"} , +{"type":"Feature","id":"n2101624902","geometry":{"type":"Point","coordinates":[0.2537234,51.8807074]},"properties":{"@type":"node","@id":2101624902,"@timestamp":1631798315},"coords":"51.8807074,0.2537234","bedrooms":"0","price":"264000","area":"377"} , +{"type":"Feature","id":"n2101888563","geometry":{"type":"Point","coordinates":[-1.0234988,51.2792716]},"properties":{"@type":"node","@id":2101888563,"@timestamp":1357669050},"coords":"51.2792716,-1.0234988","bedrooms":"3","price":"201000","area":"554"} , +{"type":"Feature","id":"n2102024328","geometry":{"type":"Point","coordinates":[-0.4790777,51.3350106]},"properties":{"@type":"node","@id":2102024328,"@timestamp":1530136868},"coords":"51.3350106,-0.4790777","bedrooms":"0","price":"227000","area":"621"} , +{"type":"Feature","id":"n2102045789","geometry":{"type":"Point","coordinates":[-0.0280471,51.5826877]},"properties":{"@type":"node","@id":2102045789,"@timestamp":1466141956},"coords":"51.5826877,-0.0280471","bedrooms":"1","price":"199000","area":"370"} , +{"type":"Feature","id":"n2102150855","geometry":{"type":"Point","coordinates":[-0.1648586,51.5162525]},"properties":{"@type":"node","@id":2102150855,"@timestamp":1433291944},"coords":"51.5162525,-0.1648586","bedrooms":"3","price":"202000","area":"431"} , +{"type":"Feature","id":"n2102169461","geometry":{"type":"Point","coordinates":[-0.1586444,51.1101403]},"properties":{"@type":"node","@id":2102169461,"@timestamp":1357684202},"coords":"51.1101403,-0.1586444","bedrooms":"3","price":"285000","area":"485"} , +{"type":"Feature","id":"n2102169478","geometry":{"type":"Point","coordinates":[-0.1573867,51.1079343]},"properties":{"@type":"node","@id":2102169478,"@timestamp":1357683465},"coords":"51.1079343,-0.1573867","bedrooms":"0","price":"216000","area":"679"} , +{"type":"Feature","id":"n2102264252","geometry":{"type":"Point","coordinates":[-0.1336661,51.587477]},"properties":{"@type":"node","@id":2102264252,"@timestamp":1628139216},"coords":"51.587477,-0.1336661","bedrooms":"3","price":"236000","area":"380"} , +{"type":"Feature","id":"n2102607536","geometry":{"type":"Point","coordinates":[0.0769976,51.5169201]},"properties":{"@type":"node","@id":2102607536,"@timestamp":1418240199},"coords":"51.5169201,0.0769976","bedrooms":"4","price":"200000","area":"392"} , +{"type":"Feature","id":"n2102786812","geometry":{"type":"Point","coordinates":[-0.1336057,51.5120697]},"properties":{"@type":"node","@id":2102786812,"@timestamp":1630251871},"coords":"51.5120697,-0.1336057","bedrooms":"1","price":"163000","area":"376"} , +{"type":"Feature","id":"n2103038051","geometry":{"type":"Point","coordinates":[-0.2850647,51.4923841]},"properties":{"@type":"node","@id":2103038051,"@timestamp":1408099697},"coords":"51.4923841,-0.2850647","bedrooms":"3","price":"235000","area":"683"} , +{"type":"Feature","id":"n2103297804","geometry":{"type":"Point","coordinates":[-0.1004915,51.3725795]},"properties":{"@type":"node","@id":2103297804,"@timestamp":1534149715},"coords":"51.3725795,-0.1004915","bedrooms":"3","price":"290000","area":"627"} , +{"type":"Feature","id":"n2103297856","geometry":{"type":"Point","coordinates":[-0.100068,51.3727286]},"properties":{"@type":"node","@id":2103297856,"@timestamp":1557954307},"coords":"51.3727286,-0.100068","bedrooms":"2","price":"207000","area":"386"} , +{"type":"Feature","id":"n2103297908","geometry":{"type":"Point","coordinates":[-0.1006548,51.3708584]},"properties":{"@type":"node","@id":2103297908,"@timestamp":1357759703},"coords":"51.3708584,-0.1006548","bedrooms":"3","price":"168000","area":"691"} , +{"type":"Feature","id":"n2103368472","geometry":{"type":"Point","coordinates":[-0.1319698,51.511042]},"properties":{"@type":"node","@id":2103368472,"@timestamp":1634601670},"coords":"51.511042,-0.1319698","bedrooms":"1","price":"157000","area":"689"} , +{"type":"Feature","id":"n2103614657","geometry":{"type":"Point","coordinates":[-1.097494,51.2588172]},"properties":{"@type":"node","@id":2103614657,"@timestamp":1357780524},"coords":"51.2588172,-1.097494","bedrooms":"3","price":"195000","area":"661"} , +{"type":"Feature","id":"n2103617892","geometry":{"type":"Point","coordinates":[-1.1022272,51.255919]},"properties":{"@type":"node","@id":2103617892,"@timestamp":1615047389},"coords":"51.255919,-1.1022272","bedrooms":"0","price":"171000","area":"586"} , +{"type":"Feature","id":"n2104376751","geometry":{"type":"Point","coordinates":[-0.1782666,51.4922823]},"properties":{"@type":"node","@id":2104376751,"@timestamp":1599458032},"coords":"51.4922823,-0.1782666","bedrooms":"3","price":"239000","area":"551"} , +{"type":"Feature","id":"n2104376773","geometry":{"type":"Point","coordinates":[-0.1774778,51.4924029]},"properties":{"@type":"node","@id":2104376773,"@timestamp":1605034931},"coords":"51.4924029,-0.1774778","bedrooms":"3","price":"261000","area":"679"} , +{"type":"Feature","id":"n2104376789","geometry":{"type":"Point","coordinates":[-0.1760062,51.4933109]},"properties":{"@type":"node","@id":2104376789,"@timestamp":1599973813},"coords":"51.4933109,-0.1760062","bedrooms":"2","price":"247000","area":"382"} , +{"type":"Feature","id":"n2104482244","geometry":{"type":"Point","coordinates":[-0.0344004,51.5817848]},"properties":{"@type":"node","@id":2104482244,"@timestamp":1466925443},"coords":"51.5817848,-0.0344004","bedrooms":"1","price":"268000","area":"577"} , +{"type":"Feature","id":"n2104575831","geometry":{"type":"Point","coordinates":[-0.030963,51.5849593]},"properties":{"@type":"node","@id":2104575831,"@timestamp":1357842474},"coords":"51.5849593,-0.030963","bedrooms":"4","price":"288000","area":"449"} , +{"type":"Feature","id":"n2104575860","geometry":{"type":"Point","coordinates":[-0.0321275,51.5843508]},"properties":{"@type":"node","@id":2104575860,"@timestamp":1359997792},"coords":"51.5843508,-0.0321275","bedrooms":"1","price":"162000","area":"558"} , +{"type":"Feature","id":"n2104644681","geometry":{"type":"Point","coordinates":[-0.0259074,51.5871582]},"properties":{"@type":"node","@id":2104644681,"@timestamp":1357843921},"coords":"51.5871582,-0.0259074","bedrooms":"4","price":"187000","area":"576"} , +{"type":"Feature","id":"n2104644714","geometry":{"type":"Point","coordinates":[-0.0260747,51.5868732]},"properties":{"@type":"node","@id":2104644714,"@timestamp":1357843922},"coords":"51.5868732,-0.0260747","bedrooms":"1","price":"229000","area":"686"} , +{"type":"Feature","id":"n2104702363","geometry":{"type":"Point","coordinates":[-0.0239059,51.5905602]},"properties":{"@type":"node","@id":2104702363,"@timestamp":1615362919},"coords":"51.5905602,-0.0239059","bedrooms":"0","price":"290000","area":"662"} , +{"type":"Feature","id":"n2104793778","geometry":{"type":"Point","coordinates":[-0.2411682,51.6050794]},"properties":{"@type":"node","@id":2104793778,"@timestamp":1555796928},"coords":"51.6050794,-0.2411682","bedrooms":"1","price":"244000","area":"490"} , +{"type":"Feature","id":"n2104890014","geometry":{"type":"Point","coordinates":[-0.2198574,51.5759875]},"properties":{"@type":"node","@id":2104890014,"@timestamp":1549920460},"coords":"51.5759875,-0.2198574","bedrooms":"4","price":"188000","area":"515"} , +{"type":"Feature","id":"n2104986971","geometry":{"type":"Point","coordinates":[-1.086723,51.2678835]},"properties":{"@type":"node","@id":2104986971,"@timestamp":1600193760},"coords":"51.2678835,-1.086723","bedrooms":"0","price":"274000","area":"602"} , +{"type":"Feature","id":"n2105133358","geometry":{"type":"Point","coordinates":[-0.1060714,51.4938115]},"properties":{"@type":"node","@id":2105133358,"@timestamp":1385230093},"coords":"51.4938115,-0.1060714","bedrooms":"1","price":"290000","area":"541"} , +{"type":"Feature","id":"n2105827485","geometry":{"type":"Point","coordinates":[0.2067597,51.8129893]},"properties":{"@type":"node","@id":2105827485,"@timestamp":1357917618},"coords":"51.8129893,0.2067597","bedrooms":"4","price":"276000","area":"684"} , +{"type":"Feature","id":"n2105952524","geometry":{"type":"Point","coordinates":[0.3822575,51.5348278]},"properties":{"@type":"node","@id":2105952524,"@timestamp":1357922815},"coords":"51.5348278,0.3822575","bedrooms":"2","price":"217000","area":"466"} , +{"type":"Feature","id":"n2105971378","geometry":{"type":"Point","coordinates":[-0.0285981,51.5897093]},"properties":{"@type":"node","@id":2105971378,"@timestamp":1566058811},"coords":"51.5897093,-0.0285981","bedrooms":"4","price":"264000","area":"460"} , +{"type":"Feature","id":"n2106191483","geometry":{"type":"Point","coordinates":[-0.223899,51.5786645]},"properties":{"@type":"node","@id":2106191483,"@timestamp":1555363505},"coords":"51.5786645,-0.223899","bedrooms":"2","price":"228000","area":"355"} , +{"type":"Feature","id":"n2106381749","geometry":{"type":"Point","coordinates":[-0.098047,51.3729741]},"properties":{"@type":"node","@id":2106381749,"@timestamp":1538512549},"coords":"51.3729741,-0.098047","bedrooms":"0","price":"188000","area":"671"} , +{"type":"Feature","id":"n2106381765","geometry":{"type":"Point","coordinates":[-0.0976794,51.3730183]},"properties":{"@type":"node","@id":2106381765,"@timestamp":1538512549},"coords":"51.3730183,-0.0976794","bedrooms":"3","price":"196000","area":"438"} , +{"type":"Feature","id":"n2106381782","geometry":{"type":"Point","coordinates":[-0.0924238,51.3761128]},"properties":{"@type":"node","@id":2106381782,"@timestamp":1559134581},"coords":"51.3761128,-0.0924238","bedrooms":"2","price":"226000","area":"559"} , +{"type":"Feature","id":"n2106381797","geometry":{"type":"Point","coordinates":[-0.1006594,51.3721199]},"properties":{"@type":"node","@id":2106381797,"@timestamp":1357941431},"coords":"51.3721199,-0.1006594","bedrooms":"0","price":"171000","area":"422"} , +{"type":"Feature","id":"n2106747529","geometry":{"type":"Point","coordinates":[-0.0237465,51.5875129]},"properties":{"@type":"node","@id":2106747529,"@timestamp":1357979370},"coords":"51.5875129,-0.0237465","bedrooms":"3","price":"199000","area":"598"} , +{"type":"Feature","id":"n2107201373","geometry":{"type":"Point","coordinates":[0.3644333,51.8718789]},"properties":{"@type":"node","@id":2107201373,"@timestamp":1632940626},"coords":"51.8718789,0.3644333","bedrooms":"0","price":"233000","area":"525"} , +{"type":"Feature","id":"n2107824202","geometry":{"type":"Point","coordinates":[-0.3801637,51.2528215]},"properties":{"@type":"node","@id":2107824202,"@timestamp":1443010933},"coords":"51.2528215,-0.3801637","bedrooms":"3","price":"275000","area":"574"} , +{"type":"Feature","id":"n2108578601","geometry":{"type":"Point","coordinates":[-0.971872,51.4587831]},"properties":{"@type":"node","@id":2108578601,"@timestamp":1503170196},"coords":"51.4587831,-0.971872","bedrooms":"4","price":"181000","area":"653"} , +{"type":"Feature","id":"n2109136494","geometry":{"type":"Point","coordinates":[-0.8901272,51.5136796]},"properties":{"@type":"node","@id":2109136494,"@timestamp":1358095586},"coords":"51.5136796,-0.8901272","bedrooms":"4","price":"229000","area":"636"} , +{"type":"Feature","id":"n2109285593","geometry":{"type":"Point","coordinates":[-0.4911148,51.3708355]},"properties":{"@type":"node","@id":2109285593,"@timestamp":1518783722},"coords":"51.3708355,-0.4911148","bedrooms":"0","price":"260000","area":"600"} , +{"type":"Feature","id":"n2109650735","geometry":{"type":"Point","coordinates":[0.0444014,51.6176068]},"properties":{"@type":"node","@id":2109650735,"@timestamp":1377534626},"coords":"51.6176068,0.0444014","bedrooms":"3","price":"164000","area":"523"} , +{"type":"Feature","id":"n2110432034","geometry":{"type":"Point","coordinates":[-0.9935991,51.6746474]},"properties":{"@type":"node","@id":2110432034,"@timestamp":1546940048},"coords":"51.6746474,-0.9935991","bedrooms":"0","price":"259000","area":"664"} , +{"type":"Feature","id":"n2110638228","geometry":{"type":"Point","coordinates":[0.365359,51.835937]},"properties":{"@type":"node","@id":2110638228,"@timestamp":1545087753},"coords":"51.835937,0.365359","bedrooms":"1","price":"260000","area":"359"} , +{"type":"Feature","id":"n2111079378","geometry":{"type":"Point","coordinates":[0.0276994,51.9055173]},"properties":{"@type":"node","@id":2111079378,"@timestamp":1608123092},"coords":"51.9055173,0.0276994","bedrooms":"2","price":"198000","area":"472"} , +{"type":"Feature","id":"n2111079388","geometry":{"type":"Point","coordinates":[0.0280117,51.9055975]},"properties":{"@type":"node","@id":2111079388,"@timestamp":1608123092},"coords":"51.9055975,0.0280117","bedrooms":"1","price":"181000","area":"616"} , +{"type":"Feature","id":"n2111208547","geometry":{"type":"Point","coordinates":[0.0929636,51.144168]},"properties":{"@type":"node","@id":2111208547,"@timestamp":1618882630},"coords":"51.144168,0.0929636","bedrooms":"4","price":"186000","area":"478"} , +{"type":"Feature","id":"n2111208686","geometry":{"type":"Point","coordinates":[0.0924408,51.146394]},"properties":{"@type":"node","@id":2111208686,"@timestamp":1358191784},"coords":"51.146394,0.0924408","bedrooms":"0","price":"232000","area":"380"} , +{"type":"Feature","id":"n2111540850","geometry":{"type":"Point","coordinates":[-0.7578631,51.549113]},"properties":{"@type":"node","@id":2111540850,"@timestamp":1358206870},"coords":"51.549113,-0.7578631","bedrooms":"4","price":"225000","area":"427"} , +{"type":"Feature","id":"n2112283207","geometry":{"type":"Point","coordinates":[-0.1658004,51.5206501]},"properties":{"@type":"node","@id":2112283207,"@timestamp":1616866843},"coords":"51.5206501,-0.1658004","bedrooms":"4","price":"258000","area":"410"} , +{"type":"Feature","id":"n2112412007","geometry":{"type":"Point","coordinates":[-0.2844623,51.4702384]},"properties":{"@type":"node","@id":2112412007,"@timestamp":1358263358},"coords":"51.4702384,-0.2844623","bedrooms":"4","price":"242000","area":"575"} , +{"type":"Feature","id":"n2112794717","geometry":{"type":"Point","coordinates":[-0.0194253,51.5856277]},"properties":{"@type":"node","@id":2112794717,"@timestamp":1629549429},"coords":"51.5856277,-0.0194253","bedrooms":"1","price":"263000","area":"483"} , +{"type":"Feature","id":"n2112979601","geometry":{"type":"Point","coordinates":[-0.0990943,51.3695825]},"properties":{"@type":"node","@id":2112979601,"@timestamp":1595507098},"coords":"51.3695825,-0.0990943","bedrooms":"0","price":"198000","area":"648"} , +{"type":"Feature","id":"n2112979707","geometry":{"type":"Point","coordinates":[-0.0980549,51.3694771]},"properties":{"@type":"node","@id":2112979707,"@timestamp":1358288940},"coords":"51.3694771,-0.0980549","bedrooms":"4","price":"226000","area":"369"} , +{"type":"Feature","id":"n2112980422","geometry":{"type":"Point","coordinates":[-0.0999715,51.3708081]},"properties":{"@type":"node","@id":2112980422,"@timestamp":1526000413},"coords":"51.3708081,-0.0999715","bedrooms":"4","price":"297000","area":"523"} , +{"type":"Feature","id":"n2113618766","geometry":{"type":"Point","coordinates":[0.1708246,51.4005634]},"properties":{"@type":"node","@id":2113618766,"@timestamp":1358339482},"coords":"51.4005634,0.1708246","bedrooms":"3","price":"229000","area":"357"} , +{"type":"Feature","id":"n2113641440","geometry":{"type":"Point","coordinates":[0.1709254,51.4005054]},"properties":{"@type":"node","@id":2113641440,"@timestamp":1358340069},"coords":"51.4005054,0.1709254","bedrooms":"2","price":"190000","area":"461"} , +{"type":"Feature","id":"n2114488459","geometry":{"type":"Point","coordinates":[-0.0216191,51.5811356]},"properties":{"@type":"node","@id":2114488459,"@timestamp":1358360301},"coords":"51.5811356,-0.0216191","bedrooms":"0","price":"262000","area":"401"} , +{"type":"Feature","id":"n2114488503","geometry":{"type":"Point","coordinates":[-0.0204244,51.5814656]},"properties":{"@type":"node","@id":2114488503,"@timestamp":1358360302},"coords":"51.5814656,-0.0204244","bedrooms":"1","price":"202000","area":"621"} , +{"type":"Feature","id":"n2114495099","geometry":{"type":"Point","coordinates":[-0.1478155,51.4525045]},"properties":{"@type":"node","@id":2114495099,"@timestamp":1629984327},"coords":"51.4525045,-0.1478155","bedrooms":"1","price":"186000","area":"472"} , +{"type":"Feature","id":"n2114554176","geometry":{"type":"Point","coordinates":[-0.0205579,51.5803896]},"properties":{"@type":"node","@id":2114554176,"@timestamp":1358360300},"coords":"51.5803896,-0.0205579","bedrooms":"1","price":"252000","area":"560"} , +{"type":"Feature","id":"n2114554246","geometry":{"type":"Point","coordinates":[-0.0223549,51.5801802]},"properties":{"@type":"node","@id":2114554246,"@timestamp":1358360300},"coords":"51.5801802,-0.0223549","bedrooms":"2","price":"292000","area":"685"} , +{"type":"Feature","id":"n2114839961","geometry":{"type":"Point","coordinates":[-0.0623505,51.8525339]},"properties":{"@type":"node","@id":2114839961,"@timestamp":1358368283},"coords":"51.8525339,-0.0623505","bedrooms":"4","price":"282000","area":"496"} , +{"type":"Feature","id":"n2114847103","geometry":{"type":"Point","coordinates":[-0.0563265,51.8547472]},"properties":{"@type":"node","@id":2114847103,"@timestamp":1358368670},"coords":"51.8547472,-0.0563265","bedrooms":"1","price":"166000","area":"630"} , +{"type":"Feature","id":"n2114847338","geometry":{"type":"Point","coordinates":[-0.061578,51.8564238]},"properties":{"@type":"node","@id":2114847338,"@timestamp":1358368672},"coords":"51.8564238,-0.061578","bedrooms":"2","price":"152000","area":"594"} , +{"type":"Feature","id":"n2114886907","geometry":{"type":"Point","coordinates":[-0.1223425,51.5334455]},"properties":{"@type":"node","@id":2114886907,"@timestamp":1597528302},"coords":"51.5334455,-0.1223425","bedrooms":"4","price":"204000","area":"525"} , +{"type":"Feature","id":"n2115073529","geometry":{"type":"Point","coordinates":[-0.3352204,51.276297]},"properties":{"@type":"node","@id":2115073529,"@timestamp":1358378332},"coords":"51.276297,-0.3352204","bedrooms":"1","price":"184000","area":"573"} , +{"type":"Feature","id":"n2115080966","geometry":{"type":"Point","coordinates":[-0.374727,51.254426]},"properties":{"@type":"node","@id":2115080966,"@timestamp":1460820029},"coords":"51.254426,-0.374727","bedrooms":"4","price":"285000","area":"595"} , +{"type":"Feature","id":"n2115234185","geometry":{"type":"Point","coordinates":[-0.0220853,51.5819665]},"properties":{"@type":"node","@id":2115234185,"@timestamp":1359103881},"coords":"51.5819665,-0.0220853","bedrooms":"1","price":"207000","area":"395"} , +{"type":"Feature","id":"n2115638618","geometry":{"type":"Point","coordinates":[0.1711733,51.4002278]},"properties":{"@type":"node","@id":2115638618,"@timestamp":1358417337},"coords":"51.4002278,0.1711733","bedrooms":"3","price":"184000","area":"698"} , +{"type":"Feature","id":"n2115669134","geometry":{"type":"Point","coordinates":[0.2659763,51.4408415]},"properties":{"@type":"node","@id":2115669134,"@timestamp":1358418270},"coords":"51.4408415,0.2659763","bedrooms":"2","price":"231000","area":"639"} , +{"type":"Feature","id":"n2116543272","geometry":{"type":"Point","coordinates":[-0.1885368,51.545172]},"properties":{"@type":"node","@id":2116543272,"@timestamp":1358445367},"coords":"51.545172,-0.1885368","bedrooms":"2","price":"255000","area":"526"} , +{"type":"Feature","id":"n2116634026","geometry":{"type":"Point","coordinates":[0.1726042,51.3992565]},"properties":{"@type":"node","@id":2116634026,"@timestamp":1358448540},"coords":"51.3992565,0.1726042","bedrooms":"0","price":"184000","area":"603"} , +{"type":"Feature","id":"n2116796996","geometry":{"type":"Point","coordinates":[-0.0213788,51.5813199]},"properties":{"@type":"node","@id":2116796996,"@timestamp":1358454040},"coords":"51.5813199,-0.0213788","bedrooms":"1","price":"202000","area":"438"} , +{"type":"Feature","id":"n2117148109","geometry":{"type":"Point","coordinates":[-0.0717651,51.8095051]},"properties":{"@type":"node","@id":2117148109,"@timestamp":1358467994},"coords":"51.8095051,-0.0717651","bedrooms":"2","price":"191000","area":"655"} , +{"type":"Feature","id":"n2117212886","geometry":{"type":"Point","coordinates":[0.0139645,51.406774]},"properties":{"@type":"node","@id":2117212886,"@timestamp":1619638007},"coords":"51.406774,0.0139645","bedrooms":"2","price":"276000","area":"506"} , +{"type":"Feature","id":"n2117444174","geometry":{"type":"Point","coordinates":[-0.1211802,51.5191883]},"properties":{"@type":"node","@id":2117444174,"@timestamp":1633404011},"coords":"51.5191883,-0.1211802","bedrooms":"0","price":"224000","area":"591"} , +{"type":"Feature","id":"n2117470727","geometry":{"type":"Point","coordinates":[-0.1203868,51.5177443]},"properties":{"@type":"node","@id":2117470727,"@timestamp":1564910827},"coords":"51.5177443,-0.1203868","bedrooms":"0","price":"204000","area":"357"} , +{"type":"Feature","id":"n2117485143","geometry":{"type":"Point","coordinates":[-0.1042987,51.5350157]},"properties":{"@type":"node","@id":2117485143,"@timestamp":1628767367},"coords":"51.5350157,-0.1042987","bedrooms":"2","price":"262000","area":"523"} , +{"type":"Feature","id":"n2117738581","geometry":{"type":"Point","coordinates":[-0.1044684,51.5314737]},"properties":{"@type":"node","@id":2117738581,"@timestamp":1628167675},"coords":"51.5314737,-0.1044684","bedrooms":"4","price":"238000","area":"510"} , +{"type":"Feature","id":"n2117862053","geometry":{"type":"Point","coordinates":[-1.0298773,51.4394692]},"properties":{"@type":"node","@id":2117862053,"@timestamp":1524381092},"coords":"51.4394692,-1.0298773","bedrooms":"1","price":"258000","area":"567"} , +{"type":"Feature","id":"n2117909918","geometry":{"type":"Point","coordinates":[-0.0781438,51.4169623]},"properties":{"@type":"node","@id":2117909918,"@timestamp":1358525782},"coords":"51.4169623,-0.0781438","bedrooms":"2","price":"253000","area":"654"} , +{"type":"Feature","id":"n2117966873","geometry":{"type":"Point","coordinates":[-0.1971475,51.5946084]},"properties":{"@type":"node","@id":2117966873,"@timestamp":1358528589},"coords":"51.5946084,-0.1971475","bedrooms":"3","price":"211000","area":"606"} , +{"type":"Feature","id":"n2117975873","geometry":{"type":"Point","coordinates":[-0.1173691,51.5563169]},"properties":{"@type":"node","@id":2117975873,"@timestamp":1625832204},"coords":"51.5563169,-0.1173691","bedrooms":"0","price":"245000","area":"521"} , +{"type":"Feature","id":"n2118622430","geometry":{"type":"Point","coordinates":[-0.0968215,51.5177374]},"properties":{"@type":"node","@id":2118622430,"@timestamp":1590326812},"coords":"51.5177374,-0.0968215","bedrooms":"2","price":"225000","area":"427"} , +{"type":"Feature","id":"n2119476250","geometry":{"type":"Point","coordinates":[-0.305519,51.5288649]},"properties":{"@type":"node","@id":2119476250,"@timestamp":1370532772},"coords":"51.5288649,-0.305519","bedrooms":"0","price":"173000","area":"485"} , +{"type":"Feature","id":"n2119728755","geometry":{"type":"Point","coordinates":[-1.047843,51.43625]},"properties":{"@type":"node","@id":2119728755,"@timestamp":1521913559},"coords":"51.43625,-1.047843","bedrooms":"4","price":"245000","area":"424"} , +{"type":"Feature","id":"n2120176170","geometry":{"type":"Point","coordinates":[-0.8748847,51.2696546]},"properties":{"@type":"node","@id":2120176170,"@timestamp":1518536296},"coords":"51.2696546,-0.8748847","bedrooms":"4","price":"182000","area":"483"} , +{"type":"Feature","id":"n2120180630","geometry":{"type":"Point","coordinates":[-0.8775696,51.2789189]},"properties":{"@type":"node","@id":2120180630,"@timestamp":1358640662},"coords":"51.2789189,-0.8775696","bedrooms":"2","price":"162000","area":"535"} , +{"type":"Feature","id":"n2120270934","geometry":{"type":"Point","coordinates":[-0.1188222,51.4820391]},"properties":{"@type":"node","@id":2120270934,"@timestamp":1358647496},"coords":"51.4820391,-0.1188222","bedrooms":"4","price":"279000","area":"494"} , +{"type":"Feature","id":"n2120929623","geometry":{"type":"Point","coordinates":[0.0937694,51.1427781]},"properties":{"@type":"node","@id":2120929623,"@timestamp":1358685547},"coords":"51.1427781,0.0937694","bedrooms":"1","price":"296000","area":"679"} , +{"type":"Feature","id":"n2121194324","geometry":{"type":"Point","coordinates":[-0.138468,51.59658]},"properties":{"@type":"node","@id":2121194324,"@timestamp":1626797712},"coords":"51.59658,-0.138468","bedrooms":"4","price":"189000","area":"402"} , +{"type":"Feature","id":"n2121544701","geometry":{"type":"Point","coordinates":[-1.101436,51.2485838]},"properties":{"@type":"node","@id":2121544701,"@timestamp":1515448697},"coords":"51.2485838,-1.101436","bedrooms":"0","price":"286000","area":"581"} , +{"type":"Feature","id":"n2121653389","geometry":{"type":"Point","coordinates":[-0.1405779,51.514538]},"properties":{"@type":"node","@id":2121653389,"@timestamp":1525495422},"coords":"51.514538,-0.1405779","bedrooms":"0","price":"284000","area":"479"} , +{"type":"Feature","id":"n2121842978","geometry":{"type":"Point","coordinates":[-0.3728293,51.5946504]},"properties":{"@type":"node","@id":2121842978,"@timestamp":1358721070},"coords":"51.5946504,-0.3728293","bedrooms":"4","price":"188000","area":"662"} , +{"type":"Feature","id":"n2121900018","geometry":{"type":"Point","coordinates":[-0.1083794,51.373983]},"properties":{"@type":"node","@id":2121900018,"@timestamp":1358723299},"coords":"51.373983,-0.1083794","bedrooms":"0","price":"186000","area":"516"} , +{"type":"Feature","id":"n2121900501","geometry":{"type":"Point","coordinates":[-0.1048392,51.3742702]},"properties":{"@type":"node","@id":2121900501,"@timestamp":1358723304},"coords":"51.3742702,-0.1048392","bedrooms":"3","price":"279000","area":"483"} , +{"type":"Feature","id":"n2121922246","geometry":{"type":"Point","coordinates":[-0.0685252,51.5163511]},"properties":{"@type":"node","@id":2121922246,"@timestamp":1616711830},"coords":"51.5163511,-0.0685252","bedrooms":"0","price":"264000","area":"565"} , +{"type":"Feature","id":"n2122653029","geometry":{"type":"Point","coordinates":[-0.1084814,51.5084102]},"properties":{"@type":"node","@id":2122653029,"@timestamp":1559131092},"coords":"51.5084102,-0.1084814","bedrooms":"1","price":"163000","area":"577"} , +{"type":"Feature","id":"n2122847750","geometry":{"type":"Point","coordinates":[0.0324493,51.862354]},"properties":{"@type":"node","@id":2122847750,"@timestamp":1358795268},"coords":"51.862354,0.0324493","bedrooms":"0","price":"283000","area":"361"} , +{"type":"Feature","id":"n2122885980","geometry":{"type":"Point","coordinates":[0.0299335,51.8514251]},"properties":{"@type":"node","@id":2122885980,"@timestamp":1358796889},"coords":"51.8514251,0.0299335","bedrooms":"2","price":"297000","area":"434"} , +{"type":"Feature","id":"n2122885994","geometry":{"type":"Point","coordinates":[0.0543628,51.8489619]},"properties":{"@type":"node","@id":2122885994,"@timestamp":1358796889},"coords":"51.8489619,0.0543628","bedrooms":"2","price":"294000","area":"350"} , +{"type":"Feature","id":"n2122905146","geometry":{"type":"Point","coordinates":[0.0388652,51.8485853]},"properties":{"@type":"node","@id":2122905146,"@timestamp":1358797902},"coords":"51.8485853,0.0388652","bedrooms":"2","price":"193000","area":"692"} , +{"type":"Feature","id":"n2122910763","geometry":{"type":"Point","coordinates":[0.0225786,51.8332484]},"properties":{"@type":"node","@id":2122910763,"@timestamp":1358798125},"coords":"51.8332484,0.0225786","bedrooms":"0","price":"170000","area":"537"} , +{"type":"Feature","id":"n2122991759","geometry":{"type":"Point","coordinates":[0.0040987,51.8414753]},"properties":{"@type":"node","@id":2122991759,"@timestamp":1358800062},"coords":"51.8414753,0.0040987","bedrooms":"2","price":"282000","area":"640"} , +{"type":"Feature","id":"n2123216836","geometry":{"type":"Point","coordinates":[-0.1049262,51.5642967]},"properties":{"@type":"node","@id":2123216836,"@timestamp":1599829127},"coords":"51.5642967,-0.1049262","bedrooms":"0","price":"245000","area":"362"} , +{"type":"Feature","id":"n2123270064","geometry":{"type":"Point","coordinates":[-0.2326681,51.5547797]},"properties":{"@type":"node","@id":2123270064,"@timestamp":1358817621},"coords":"51.5547797,-0.2326681","bedrooms":"2","price":"282000","area":"605"} , +{"type":"Feature","id":"n2123529817","geometry":{"type":"Point","coordinates":[0.8948654,51.9005998]},"properties":{"@type":"node","@id":2123529817,"@timestamp":1590155161},"coords":"51.9005998,0.8948654","bedrooms":"3","price":"234000","area":"547"} , +{"type":"Feature","id":"n2124157521","geometry":{"type":"Point","coordinates":[0.0562351,51.8555059]},"properties":{"@type":"node","@id":2124157521,"@timestamp":1358880565},"coords":"51.8555059,0.0562351","bedrooms":"3","price":"260000","area":"401"} , +{"type":"Feature","id":"n2124157631","geometry":{"type":"Point","coordinates":[0.0585418,51.8558969]},"properties":{"@type":"node","@id":2124157631,"@timestamp":1358880566},"coords":"51.8558969,0.0585418","bedrooms":"1","price":"236000","area":"581"} , +{"type":"Feature","id":"n2124423307","geometry":{"type":"Point","coordinates":[-0.0280031,51.5868217]},"properties":{"@type":"node","@id":2124423307,"@timestamp":1365319222},"coords":"51.5868217,-0.0280031","bedrooms":"1","price":"258000","area":"668"} , +{"type":"Feature","id":"n2124570136","geometry":{"type":"Point","coordinates":[-0.036735,51.455704]},"properties":{"@type":"node","@id":2124570136,"@timestamp":1618571451},"coords":"51.455704,-0.036735","bedrooms":"0","price":"227000","area":"363"} , +{"type":"Feature","id":"n2124626807","geometry":{"type":"Point","coordinates":[-0.1054264,51.3746728]},"properties":{"@type":"node","@id":2124626807,"@timestamp":1358899467},"coords":"51.3746728,-0.1054264","bedrooms":"4","price":"285000","area":"570"} , +{"type":"Feature","id":"n2125086987","geometry":{"type":"Point","coordinates":[-0.0328146,51.496911]},"properties":{"@type":"node","@id":2125086987,"@timestamp":1567343612},"coords":"51.496911,-0.0328146","bedrooms":"1","price":"156000","area":"474"} , +{"type":"Feature","id":"n2125400013","geometry":{"type":"Point","coordinates":[-1.0850745,51.2569893]},"properties":{"@type":"node","@id":2125400013,"@timestamp":1358964463},"coords":"51.2569893,-1.0850745","bedrooms":"2","price":"292000","area":"691"} , +{"type":"Feature","id":"n2125456440","geometry":{"type":"Point","coordinates":[-0.099579,51.374291]},"properties":{"@type":"node","@id":2125456440,"@timestamp":1358967482},"coords":"51.374291,-0.099579","bedrooms":"1","price":"263000","area":"677"} , +{"type":"Feature","id":"n2125538588","geometry":{"type":"Point","coordinates":[-0.0271359,51.5866611]},"properties":{"@type":"node","@id":2125538588,"@timestamp":1358972960},"coords":"51.5866611,-0.0271359","bedrooms":"1","price":"184000","area":"441"} , +{"type":"Feature","id":"n2125538599","geometry":{"type":"Point","coordinates":[-0.0273554,51.5880679]},"properties":{"@type":"node","@id":2125538599,"@timestamp":1358972961},"coords":"51.5880679,-0.0273554","bedrooms":"1","price":"245000","area":"517"} , +{"type":"Feature","id":"n2125551708","geometry":{"type":"Point","coordinates":[-0.0267751,51.5899651]},"properties":{"@type":"node","@id":2125551708,"@timestamp":1359893408},"coords":"51.5899651,-0.0267751","bedrooms":"0","price":"271000","area":"392"} , +{"type":"Feature","id":"n2126562610","geometry":{"type":"Point","coordinates":[-0.3189882,51.2970679]},"properties":{"@type":"node","@id":2126562610,"@timestamp":1618659388},"coords":"51.2970679,-0.3189882","bedrooms":"2","price":"188000","area":"472"} , +{"type":"Feature","id":"n2126893273","geometry":{"type":"Point","coordinates":[-0.1599963,51.5159652]},"properties":{"@type":"node","@id":2126893273,"@timestamp":1599056816},"coords":"51.5159652,-0.1599963","bedrooms":"4","price":"277000","area":"618"} , +{"type":"Feature","id":"n2126930789","geometry":{"type":"Point","coordinates":[-0.3366117,51.2684902]},"properties":{"@type":"node","@id":2126930789,"@timestamp":1512392020},"coords":"51.2684902,-0.3366117","bedrooms":"3","price":"171000","area":"401"} , +{"type":"Feature","id":"n2126930927","geometry":{"type":"Point","coordinates":[-0.1606564,51.5058244]},"properties":{"@type":"node","@id":2126930927,"@timestamp":1359069419},"coords":"51.5058244,-0.1606564","bedrooms":"2","price":"185000","area":"564"} , +{"type":"Feature","id":"n2126930941","geometry":{"type":"Point","coordinates":[-0.1605652,51.5057927]},"properties":{"@type":"node","@id":2126930941,"@timestamp":1359069420},"coords":"51.5057927,-0.1605652","bedrooms":"1","price":"169000","area":"566"} , +{"type":"Feature","id":"n2126930951","geometry":{"type":"Point","coordinates":[-0.1612385,51.505983]},"properties":{"@type":"node","@id":2126930951,"@timestamp":1359069420},"coords":"51.505983,-0.1612385","bedrooms":"0","price":"166000","area":"596"} , +{"type":"Feature","id":"n2126948178","geometry":{"type":"Point","coordinates":[-0.160997,51.5062351]},"properties":{"@type":"node","@id":2126948178,"@timestamp":1359071100},"coords":"51.5062351,-0.160997","bedrooms":"1","price":"152000","area":"570"} , +{"type":"Feature","id":"n2126948188","geometry":{"type":"Point","coordinates":[-0.1601092,51.5064904]},"properties":{"@type":"node","@id":2126948188,"@timestamp":1359071100},"coords":"51.5064904,-0.1601092","bedrooms":"2","price":"295000","area":"575"} , +{"type":"Feature","id":"n2126949009","geometry":{"type":"Point","coordinates":[-0.1624241,51.5073601]},"properties":{"@type":"node","@id":2126949009,"@timestamp":1359071234},"coords":"51.5073601,-0.1624241","bedrooms":"1","price":"227000","area":"568"} , +{"type":"Feature","id":"n2126949020","geometry":{"type":"Point","coordinates":[-0.1605947,51.5070581]},"properties":{"@type":"node","@id":2126949020,"@timestamp":1359071235},"coords":"51.5070581,-0.1605947","bedrooms":"4","price":"207000","area":"580"} , +{"type":"Feature","id":"n2126949032","geometry":{"type":"Point","coordinates":[-0.1627915,51.5073468]},"properties":{"@type":"node","@id":2126949032,"@timestamp":1359071235},"coords":"51.5073468,-0.1627915","bedrooms":"3","price":"165000","area":"457"} , +{"type":"Feature","id":"n2126949044","geometry":{"type":"Point","coordinates":[-0.1606591,51.5076088]},"properties":{"@type":"node","@id":2126949044,"@timestamp":1359071236},"coords":"51.5076088,-0.1606591","bedrooms":"1","price":"152000","area":"462"} , +{"type":"Feature","id":"n2126949055","geometry":{"type":"Point","coordinates":[-0.1613163,51.5070379]},"properties":{"@type":"node","@id":2126949055,"@timestamp":1359071236},"coords":"51.5070379,-0.1613163","bedrooms":"4","price":"174000","area":"533"} , +{"type":"Feature","id":"n2126951042","geometry":{"type":"Point","coordinates":[-0.1596425,51.505791]},"properties":{"@type":"node","@id":2126951042,"@timestamp":1359071366},"coords":"51.505791,-0.1596425","bedrooms":"1","price":"242000","area":"571"} , +{"type":"Feature","id":"n2126951081","geometry":{"type":"Point","coordinates":[-0.1594842,51.5062401]},"properties":{"@type":"node","@id":2126951081,"@timestamp":1359071366},"coords":"51.5062401,-0.1594842","bedrooms":"4","price":"179000","area":"508"} , +{"type":"Feature","id":"n2126965145","geometry":{"type":"Point","coordinates":[-0.1618259,51.5083016]},"properties":{"@type":"node","@id":2126965145,"@timestamp":1359072566},"coords":"51.5083016,-0.1618259","bedrooms":"2","price":"299000","area":"485"} , +{"type":"Feature","id":"n2126967226","geometry":{"type":"Point","coordinates":[-0.1634539,51.5078151]},"properties":{"@type":"node","@id":2126967226,"@timestamp":1359072685},"coords":"51.5078151,-0.1634539","bedrooms":"4","price":"179000","area":"452"} , +{"type":"Feature","id":"n2126972798","geometry":{"type":"Point","coordinates":[-0.1640951,51.508462]},"properties":{"@type":"node","@id":2126972798,"@timestamp":1359072855},"coords":"51.508462,-0.1640951","bedrooms":"0","price":"184000","area":"521"} , +{"type":"Feature","id":"n2126972832","geometry":{"type":"Point","coordinates":[-0.1646609,51.5083684]},"properties":{"@type":"node","@id":2126972832,"@timestamp":1359072855},"coords":"51.5083684,-0.1646609","bedrooms":"4","price":"191000","area":"525"} , +{"type":"Feature","id":"n2126972843","geometry":{"type":"Point","coordinates":[-0.1636391,51.5087224]},"properties":{"@type":"node","@id":2126972843,"@timestamp":1359072855},"coords":"51.5087224,-0.1636391","bedrooms":"2","price":"210000","area":"619"} , +{"type":"Feature","id":"n2126973205","geometry":{"type":"Point","coordinates":[-0.1620432,51.5088208]},"properties":{"@type":"node","@id":2126973205,"@timestamp":1359072956},"coords":"51.5088208,-0.1620432","bedrooms":"3","price":"251000","area":"615"} , +{"type":"Feature","id":"n2126973215","geometry":{"type":"Point","coordinates":[-0.1624429,51.5080963]},"properties":{"@type":"node","@id":2126973215,"@timestamp":1359072957},"coords":"51.5080963,-0.1624429","bedrooms":"0","price":"170000","area":"558"} , +{"type":"Feature","id":"n2126973244","geometry":{"type":"Point","coordinates":[-0.1590175,51.5055555]},"properties":{"@type":"node","@id":2126973244,"@timestamp":1359073000},"coords":"51.5055555,-0.1590175","bedrooms":"1","price":"282000","area":"520"} , +{"type":"Feature","id":"n2126973254","geometry":{"type":"Point","coordinates":[-0.1588807,51.5055439]},"properties":{"@type":"node","@id":2126973254,"@timestamp":1359073000},"coords":"51.5055439,-0.1588807","bedrooms":"3","price":"259000","area":"630"} , +{"type":"Feature","id":"n2126979675","geometry":{"type":"Point","coordinates":[-0.159043,51.5067918]},"properties":{"@type":"node","@id":2126979675,"@timestamp":1359073822},"coords":"51.5067918,-0.159043","bedrooms":"3","price":"207000","area":"532"} , +{"type":"Feature","id":"n2126979685","geometry":{"type":"Point","coordinates":[-0.1592294,51.506523]},"properties":{"@type":"node","@id":2126979685,"@timestamp":1359073822},"coords":"51.506523,-0.1592294","bedrooms":"4","price":"175000","area":"455"} , +{"type":"Feature","id":"n2127064857","geometry":{"type":"Point","coordinates":[-0.9367749,51.2743888]},"properties":{"@type":"node","@id":2127064857,"@timestamp":1359089708},"coords":"51.2743888,-0.9367749","bedrooms":"0","price":"178000","area":"446"} , +{"type":"Feature","id":"n2127079405","geometry":{"type":"Point","coordinates":[-0.9503793,51.2744121]},"properties":{"@type":"node","@id":2127079405,"@timestamp":1359091859},"coords":"51.2744121,-0.9503793","bedrooms":"2","price":"163000","area":"536"} , +{"type":"Feature","id":"n2127181907","geometry":{"type":"Point","coordinates":[-0.0224776,51.5824021]},"properties":{"@type":"node","@id":2127181907,"@timestamp":1592218829},"coords":"51.5824021,-0.0224776","bedrooms":"0","price":"167000","area":"401"} , +{"type":"Feature","id":"n2127181945","geometry":{"type":"Point","coordinates":[-0.0235883,51.5817853]},"properties":{"@type":"node","@id":2127181945,"@timestamp":1359103878},"coords":"51.5817853,-0.0235883","bedrooms":"4","price":"252000","area":"424"} , +{"type":"Feature","id":"n2127181990","geometry":{"type":"Point","coordinates":[-0.0235657,51.5821836]},"properties":{"@type":"node","@id":2127181990,"@timestamp":1359103879},"coords":"51.5821836,-0.0235657","bedrooms":"1","price":"282000","area":"459"} , +{"type":"Feature","id":"n2127182019","geometry":{"type":"Point","coordinates":[-0.0233313,51.5821563]},"properties":{"@type":"node","@id":2127182019,"@timestamp":1359103879},"coords":"51.5821563,-0.0233313","bedrooms":"1","price":"165000","area":"484"} , +{"type":"Feature","id":"n2127327736","geometry":{"type":"Point","coordinates":[-0.0854324,51.4202453]},"properties":{"@type":"node","@id":2127327736,"@timestamp":1615754220},"coords":"51.4202453,-0.0854324","bedrooms":"1","price":"232000","area":"457"} , +{"type":"Feature","id":"n2127451750","geometry":{"type":"Point","coordinates":[-0.1658959,51.5059028]},"properties":{"@type":"node","@id":2127451750,"@timestamp":1359120503},"coords":"51.5059028,-0.1658959","bedrooms":"4","price":"248000","area":"452"} , +{"type":"Feature","id":"n2127481915","geometry":{"type":"Point","coordinates":[-0.1605677,51.505482]},"properties":{"@type":"node","@id":2127481915,"@timestamp":1359121619},"coords":"51.505482,-0.1605677","bedrooms":"4","price":"224000","area":"683"} , +{"type":"Feature","id":"n2127481925","geometry":{"type":"Point","coordinates":[-0.1608801,51.505553]},"properties":{"@type":"node","@id":2127481925,"@timestamp":1359121619},"coords":"51.505553,-0.1608801","bedrooms":"2","price":"289000","area":"653"} , +{"type":"Feature","id":"n2127496446","geometry":{"type":"Point","coordinates":[-0.1591528,51.5051832]},"properties":{"@type":"node","@id":2127496446,"@timestamp":1359122421},"coords":"51.5051832,-0.1591528","bedrooms":"1","price":"270000","area":"670"} , +{"type":"Feature","id":"n2127496550","geometry":{"type":"Point","coordinates":[-0.1580989,51.5053167]},"properties":{"@type":"node","@id":2127496550,"@timestamp":1359122422},"coords":"51.5053167,-0.1580989","bedrooms":"3","price":"266000","area":"586"} , +{"type":"Feature","id":"n2127500017","geometry":{"type":"Point","coordinates":[-0.1578723,51.5055839]},"properties":{"@type":"node","@id":2127500017,"@timestamp":1359122569},"coords":"51.5055839,-0.1578723","bedrooms":"0","price":"295000","area":"493"} , +{"type":"Feature","id":"n2127500028","geometry":{"type":"Point","coordinates":[-0.1573922,51.5055506]},"properties":{"@type":"node","@id":2127500028,"@timestamp":1359122569},"coords":"51.5055506,-0.1573922","bedrooms":"2","price":"248000","area":"598"} , +{"type":"Feature","id":"n2127500161","geometry":{"type":"Point","coordinates":[-0.1563166,51.5055037]},"properties":{"@type":"node","@id":2127500161,"@timestamp":1359122613},"coords":"51.5055037,-0.1563166","bedrooms":"4","price":"282000","area":"542"} , +{"type":"Feature","id":"n2127533079","geometry":{"type":"Point","coordinates":[-0.1621046,51.5106914]},"properties":{"@type":"node","@id":2127533079,"@timestamp":1359123848},"coords":"51.5106914,-0.1621046","bedrooms":"0","price":"219000","area":"412"} , +{"type":"Feature","id":"n2127533089","geometry":{"type":"Point","coordinates":[-0.1619571,51.510784]},"properties":{"@type":"node","@id":2127533089,"@timestamp":1359123849},"coords":"51.510784,-0.1619571","bedrooms":"3","price":"194000","area":"380"} , +{"type":"Feature","id":"n2127883184","geometry":{"type":"Point","coordinates":[-0.165366,51.5115201]},"properties":{"@type":"node","@id":2127883184,"@timestamp":1359136654},"coords":"51.5115201,-0.165366","bedrooms":"1","price":"268000","area":"403"} , +{"type":"Feature","id":"n2127883213","geometry":{"type":"Point","coordinates":[-0.1643524,51.5116921]},"properties":{"@type":"node","@id":2127883213,"@timestamp":1359136655},"coords":"51.5116921,-0.1643524","bedrooms":"0","price":"184000","area":"568"} , +{"type":"Feature","id":"n2127883244","geometry":{"type":"Point","coordinates":[-0.1642693,51.5118975]},"properties":{"@type":"node","@id":2127883244,"@timestamp":1359136655},"coords":"51.5118975,-0.1642693","bedrooms":"4","price":"232000","area":"589"} , +{"type":"Feature","id":"n2128081321","geometry":{"type":"Point","coordinates":[-0.1621987,51.5111629]},"properties":{"@type":"node","@id":2128081321,"@timestamp":1359144169},"coords":"51.5111629,-0.1621987","bedrooms":"1","price":"211000","area":"608"} , +{"type":"Feature","id":"n2128081342","geometry":{"type":"Point","coordinates":[-0.1633682,51.5115686]},"properties":{"@type":"node","@id":2128081342,"@timestamp":1359144169},"coords":"51.5115686,-0.1633682","bedrooms":"3","price":"153000","area":"571"} , +{"type":"Feature","id":"n2128089023","geometry":{"type":"Point","coordinates":[-0.163167,51.5100679]},"properties":{"@type":"node","@id":2128089023,"@timestamp":1359144527},"coords":"51.5100679,-0.163167","bedrooms":"4","price":"294000","area":"470"} , +{"type":"Feature","id":"n2128089033","geometry":{"type":"Point","coordinates":[-0.1627459,51.5101162]},"properties":{"@type":"node","@id":2128089033,"@timestamp":1359144527},"coords":"51.5101162,-0.1627459","bedrooms":"4","price":"199000","area":"412"} , +{"type":"Feature","id":"n2128089043","geometry":{"type":"Point","coordinates":[-0.1631563,51.5106137]},"properties":{"@type":"node","@id":2128089043,"@timestamp":1359144528},"coords":"51.5106137,-0.1631563","bedrooms":"0","price":"278000","area":"640"} , +{"type":"Feature","id":"n2128089053","geometry":{"type":"Point","coordinates":[-0.162711,51.5103951]},"properties":{"@type":"node","@id":2128089053,"@timestamp":1359144528},"coords":"51.5103951,-0.162711","bedrooms":"3","price":"171000","area":"649"} , +{"type":"Feature","id":"n2128089063","geometry":{"type":"Point","coordinates":[-0.1632502,51.5100111]},"properties":{"@type":"node","@id":2128089063,"@timestamp":1359144528},"coords":"51.5100111,-0.1632502","bedrooms":"4","price":"236000","area":"564"} , +{"type":"Feature","id":"n2128095268","geometry":{"type":"Point","coordinates":[-0.1632126,51.5098976]},"properties":{"@type":"node","@id":2128095268,"@timestamp":1359144764},"coords":"51.5098976,-0.1632126","bedrooms":"1","price":"182000","area":"564"} , +{"type":"Feature","id":"n2128095278","geometry":{"type":"Point","coordinates":[-0.1624428,51.5117555]},"properties":{"@type":"node","@id":2128095278,"@timestamp":1359144765},"coords":"51.5117555,-0.1624428","bedrooms":"3","price":"153000","area":"642"} , +{"type":"Feature","id":"n2128095290","geometry":{"type":"Point","coordinates":[-0.1637303,51.5120593]},"properties":{"@type":"node","@id":2128095290,"@timestamp":1359144765},"coords":"51.5120593,-0.1637303","bedrooms":"4","price":"167000","area":"466"} , +{"type":"Feature","id":"n2128095315","geometry":{"type":"Point","coordinates":[-0.1625957,51.5100161]},"properties":{"@type":"node","@id":2128095315,"@timestamp":1359144766},"coords":"51.5100161,-0.1625957","bedrooms":"1","price":"214000","area":"573"} , +{"type":"Feature","id":"n2128095356","geometry":{"type":"Point","coordinates":[-0.1634272,51.5097324]},"properties":{"@type":"node","@id":2128095356,"@timestamp":1359144766},"coords":"51.5097324,-0.1634272","bedrooms":"4","price":"276000","area":"472"} , +{"type":"Feature","id":"n2128095415","geometry":{"type":"Point","coordinates":[-0.1633601,51.5097874]},"properties":{"@type":"node","@id":2128095415,"@timestamp":1359144766},"coords":"51.5097874,-0.1633601","bedrooms":"0","price":"299000","area":"478"} , +{"type":"Feature","id":"n2128095445","geometry":{"type":"Point","coordinates":[-0.1635881,51.5098374]},"properties":{"@type":"node","@id":2128095445,"@timestamp":1359144767},"coords":"51.5098374,-0.1635881","bedrooms":"3","price":"206000","area":"669"} , +{"type":"Feature","id":"n2128098782","geometry":{"type":"Point","coordinates":[-0.1613404,51.5119892]},"properties":{"@type":"node","@id":2128098782,"@timestamp":1359144962},"coords":"51.5119892,-0.1613404","bedrooms":"4","price":"251000","area":"669"} , +{"type":"Feature","id":"n2128098792","geometry":{"type":"Point","coordinates":[-0.1611661,51.5118557]},"properties":{"@type":"node","@id":2128098792,"@timestamp":1359144963},"coords":"51.5118557,-0.1611661","bedrooms":"2","price":"217000","area":"658"} , +{"type":"Feature","id":"n2128101643","geometry":{"type":"Point","coordinates":[-0.1650951,51.5099142]},"properties":{"@type":"node","@id":2128101643,"@timestamp":1359145158},"coords":"51.5099142,-0.1650951","bedrooms":"1","price":"195000","area":"510"} , +{"type":"Feature","id":"n2128101917","geometry":{"type":"Point","coordinates":[-1.0837284,51.2624089]},"properties":{"@type":"node","@id":2128101917,"@timestamp":1578695104},"coords":"51.2624089,-1.0837284","bedrooms":"0","price":"264000","area":"390"} , +{"type":"Feature","id":"n2128117200","geometry":{"type":"Point","coordinates":[-0.1645533,51.5086391]},"properties":{"@type":"node","@id":2128117200,"@timestamp":1359146499},"coords":"51.5086391,-0.1645533","bedrooms":"3","price":"204000","area":"595"} , +{"type":"Feature","id":"n2128117211","geometry":{"type":"Point","coordinates":[-0.1640977,51.5087876]},"properties":{"@type":"node","@id":2128117211,"@timestamp":1359146500},"coords":"51.5087876,-0.1640977","bedrooms":"4","price":"177000","area":"403"} , +{"type":"Feature","id":"n2128117227","geometry":{"type":"Point","coordinates":[-0.162121,51.5091398]},"properties":{"@type":"node","@id":2128117227,"@timestamp":1359146500},"coords":"51.5091398,-0.162121","bedrooms":"4","price":"203000","area":"691"} , +{"type":"Feature","id":"n2128117245","geometry":{"type":"Point","coordinates":[-0.1643551,51.5088744]},"properties":{"@type":"node","@id":2128117245,"@timestamp":1359146501},"coords":"51.5088744,-0.1643551","bedrooms":"3","price":"268000","area":"676"} , +{"type":"Feature","id":"n2128128911","geometry":{"type":"Point","coordinates":[-0.1586742,51.5109142]},"properties":{"@type":"node","@id":2128128911,"@timestamp":1359147280},"coords":"51.5109142,-0.1586742","bedrooms":"0","price":"270000","area":"506"} , +{"type":"Feature","id":"n2128128938","geometry":{"type":"Point","coordinates":[-0.1572607,51.5086291]},"properties":{"@type":"node","@id":2128128938,"@timestamp":1359147281},"coords":"51.5086291,-0.1572607","bedrooms":"2","price":"267000","area":"695"} , +{"type":"Feature","id":"n2128128985","geometry":{"type":"Point","coordinates":[-0.1596881,51.5113582]},"properties":{"@type":"node","@id":2128128985,"@timestamp":1359147281},"coords":"51.5113582,-0.1596881","bedrooms":"1","price":"186000","area":"631"} , +{"type":"Feature","id":"n2128136866","geometry":{"type":"Point","coordinates":[0.167714,51.1107921]},"properties":{"@type":"node","@id":2128136866,"@timestamp":1359147661},"coords":"51.1107921,0.167714","bedrooms":"0","price":"208000","area":"561"} , +{"type":"Feature","id":"n2128225362","geometry":{"type":"Point","coordinates":[-0.3371845,51.7552692]},"properties":{"@type":"node","@id":2128225362,"@timestamp":1602143977},"coords":"51.7552692,-0.3371845","bedrooms":"4","price":"174000","area":"354"} , +{"type":"Feature","id":"n2128392686","geometry":{"type":"Point","coordinates":[-1.0934395,51.2527084]},"properties":{"@type":"node","@id":2128392686,"@timestamp":1359166093},"coords":"51.2527084,-1.0934395","bedrooms":"3","price":"205000","area":"577"} , +{"type":"Feature","id":"n2128398798","geometry":{"type":"Point","coordinates":[-1.10513,51.2499352]},"properties":{"@type":"node","@id":2128398798,"@timestamp":1560285008},"coords":"51.2499352,-1.10513","bedrooms":"1","price":"266000","area":"433"} , +{"type":"Feature","id":"n2128888916","geometry":{"type":"Point","coordinates":[0.6138104,51.7130039]},"properties":{"@type":"node","@id":2128888916,"@timestamp":1359195258},"coords":"51.7130039,0.6138104","bedrooms":"4","price":"176000","area":"654"} , +{"type":"Feature","id":"n2129237584","geometry":{"type":"Point","coordinates":[-1.0962839,51.2638783]},"properties":{"@type":"node","@id":2129237584,"@timestamp":1359209717},"coords":"51.2638783,-1.0962839","bedrooms":"3","price":"257000","area":"641"} , +{"type":"Feature","id":"n2129295101","geometry":{"type":"Point","coordinates":[-1.0843004,51.2638908]},"properties":{"@type":"node","@id":2129295101,"@timestamp":1578695104},"coords":"51.2638908,-1.0843004","bedrooms":"2","price":"238000","area":"384"} , +{"type":"Feature","id":"n2129413757","geometry":{"type":"Point","coordinates":[0.0555725,51.5963989]},"properties":{"@type":"node","@id":2129413757,"@timestamp":1359216898},"coords":"51.5963989,0.0555725","bedrooms":"0","price":"179000","area":"693"} , +{"type":"Feature","id":"n2129460789","geometry":{"type":"Point","coordinates":[-0.8886132,51.0242819]},"properties":{"@type":"node","@id":2129460789,"@timestamp":1600982720},"coords":"51.0242819,-0.8886132","bedrooms":"0","price":"152000","area":"535"} , +{"type":"Feature","id":"n2129472635","geometry":{"type":"Point","coordinates":[0.0760426,51.5986125]},"properties":{"@type":"node","@id":2129472635,"@timestamp":1359220169},"coords":"51.5986125,0.0760426","bedrooms":"3","price":"225000","area":"458"} , +{"type":"Feature","id":"n2129500122","geometry":{"type":"Point","coordinates":[0.0760359,51.6018854]},"properties":{"@type":"node","@id":2129500122,"@timestamp":1552169058},"coords":"51.6018854,0.0760359","bedrooms":"3","price":"172000","area":"586"} , +{"type":"Feature","id":"n2129514728","geometry":{"type":"Point","coordinates":[0.0840009,51.6020995]},"properties":{"@type":"node","@id":2129514728,"@timestamp":1359222242},"coords":"51.6020995,0.0840009","bedrooms":"3","price":"266000","area":"568"} , +{"type":"Feature","id":"n2129533910","geometry":{"type":"Point","coordinates":[-0.0790771,51.5383247]},"properties":{"@type":"node","@id":2129533910,"@timestamp":1359223253},"coords":"51.5383247,-0.0790771","bedrooms":"4","price":"288000","area":"524"} , +{"type":"Feature","id":"n2129555959","geometry":{"type":"Point","coordinates":[-0.0219045,51.6003723]},"properties":{"@type":"node","@id":2129555959,"@timestamp":1460567118},"coords":"51.6003723,-0.0219045","bedrooms":"2","price":"270000","area":"520"} , +{"type":"Feature","id":"n2129578132","geometry":{"type":"Point","coordinates":[-0.0824052,51.5178226]},"properties":{"@type":"node","@id":2129578132,"@timestamp":1446136915},"coords":"51.5178226,-0.0824052","bedrooms":"2","price":"229000","area":"576"} , +{"type":"Feature","id":"n2129578745","geometry":{"type":"Point","coordinates":[-0.0214464,51.5980959]},"properties":{"@type":"node","@id":2129578745,"@timestamp":1359224833},"coords":"51.5980959,-0.0214464","bedrooms":"4","price":"278000","area":"680"} , +{"type":"Feature","id":"n2129578781","geometry":{"type":"Point","coordinates":[-0.0226493,51.5992782]},"properties":{"@type":"node","@id":2129578781,"@timestamp":1359224834},"coords":"51.5992782,-0.0226493","bedrooms":"2","price":"186000","area":"488"} , +{"type":"Feature","id":"n2129578824","geometry":{"type":"Point","coordinates":[-0.0217713,51.5991492]},"properties":{"@type":"node","@id":2129578824,"@timestamp":1359224835},"coords":"51.5991492,-0.0217713","bedrooms":"1","price":"281000","area":"525"} , +{"type":"Feature","id":"n2129590281","geometry":{"type":"Point","coordinates":[-0.0231378,51.5797352]},"properties":{"@type":"node","@id":2129590281,"@timestamp":1634365343},"coords":"51.5797352,-0.0231378","bedrooms":"2","price":"182000","area":"645"} , +{"type":"Feature","id":"n2130415651","geometry":{"type":"Point","coordinates":[-0.5951772,51.5095862]},"properties":{"@type":"node","@id":2130415651,"@timestamp":1359278150},"coords":"51.5095862,-0.5951772","bedrooms":"4","price":"185000","area":"392"} , +{"type":"Feature","id":"n2130543321","geometry":{"type":"Point","coordinates":[-0.0237626,51.5797358]},"properties":{"@type":"node","@id":2130543321,"@timestamp":1634365343},"coords":"51.5797358,-0.0237626","bedrooms":"0","price":"258000","area":"389"} , +{"type":"Feature","id":"n2130585367","geometry":{"type":"Point","coordinates":[-0.023017,51.578929]},"properties":{"@type":"node","@id":2130585367,"@timestamp":1359439691},"coords":"51.578929,-0.023017","bedrooms":"2","price":"217000","area":"565"} , +{"type":"Feature","id":"n2131081889","geometry":{"type":"Point","coordinates":[0.2337869,50.9713486]},"properties":{"@type":"node","@id":2131081889,"@timestamp":1614104507},"coords":"50.9713486,0.2337869","bedrooms":"0","price":"200000","area":"669"} , +{"type":"Feature","id":"n2131141644","geometry":{"type":"Point","coordinates":[-0.0437254,51.3686418]},"properties":{"@type":"node","@id":2131141644,"@timestamp":1359309266},"coords":"51.3686418,-0.0437254","bedrooms":"2","price":"156000","area":"409"} , +{"type":"Feature","id":"n2131202951","geometry":{"type":"Point","coordinates":[-0.1576263,51.459973]},"properties":{"@type":"node","@id":2131202951,"@timestamp":1359311569},"coords":"51.459973,-0.1576263","bedrooms":"1","price":"227000","area":"690"} , +{"type":"Feature","id":"n2131202974","geometry":{"type":"Point","coordinates":[-0.1597179,51.4605412]},"properties":{"@type":"node","@id":2131202974,"@timestamp":1359311570},"coords":"51.4605412,-0.1597179","bedrooms":"4","price":"241000","area":"533"} , +{"type":"Feature","id":"n2131202986","geometry":{"type":"Point","coordinates":[-0.1583675,51.4609978]},"properties":{"@type":"node","@id":2131202986,"@timestamp":1359311570},"coords":"51.4609978,-0.1583675","bedrooms":"3","price":"270000","area":"663"} , +{"type":"Feature","id":"n2131227142","geometry":{"type":"Point","coordinates":[-0.0909598,51.5475619]},"properties":{"@type":"node","@id":2131227142,"@timestamp":1403125321},"coords":"51.5475619,-0.0909598","bedrooms":"2","price":"254000","area":"688"} , +{"type":"Feature","id":"n2131445574","geometry":{"type":"Point","coordinates":[-0.0980622,51.5252713]},"properties":{"@type":"node","@id":2131445574,"@timestamp":1359320734},"coords":"51.5252713,-0.0980622","bedrooms":"2","price":"222000","area":"556"} , +{"type":"Feature","id":"n2131512676","geometry":{"type":"Point","coordinates":[-0.4426888,51.2967414]},"properties":{"@type":"node","@id":2131512676,"@timestamp":1359324054},"coords":"51.2967414,-0.4426888","bedrooms":"3","price":"232000","area":"628"} , +{"type":"Feature","id":"n2131684231","geometry":{"type":"Point","coordinates":[-0.2343101,51.5927397]},"properties":{"@type":"node","@id":2131684231,"@timestamp":1564910827},"coords":"51.5927397,-0.2343101","bedrooms":"1","price":"215000","area":"405"} , +{"type":"Feature","id":"n2132403439","geometry":{"type":"Point","coordinates":[0.243752,51.4551777]},"properties":{"@type":"node","@id":2132403439,"@timestamp":1630769343},"coords":"51.4551777,0.243752","bedrooms":"1","price":"255000","area":"674"} , +{"type":"Feature","id":"n2132611114","geometry":{"type":"Point","coordinates":[-0.0318812,51.5840042]},"properties":{"@type":"node","@id":2132611114,"@timestamp":1359395489},"coords":"51.5840042,-0.0318812","bedrooms":"3","price":"202000","area":"356"} , +{"type":"Feature","id":"n2133006200","geometry":{"type":"Point","coordinates":[-0.0203231,51.5800872]},"properties":{"@type":"node","@id":2133006200,"@timestamp":1359407897},"coords":"51.5800872,-0.0203231","bedrooms":"2","price":"276000","area":"697"} , +{"type":"Feature","id":"n2133185121","geometry":{"type":"Point","coordinates":[-0.1256308,51.3806235]},"properties":{"@type":"node","@id":2133185121,"@timestamp":1359421703},"coords":"51.3806235,-0.1256308","bedrooms":"2","price":"179000","area":"695"} , +{"type":"Feature","id":"n2133186863","geometry":{"type":"Point","coordinates":[-0.0914919,51.5454382]},"properties":{"@type":"node","@id":2133186863,"@timestamp":1359421753},"coords":"51.5454382,-0.0914919","bedrooms":"0","price":"284000","area":"617"} , +{"type":"Feature","id":"n2133324270","geometry":{"type":"Point","coordinates":[-0.0226806,51.5790284]},"properties":{"@type":"node","@id":2133324270,"@timestamp":1359438786},"coords":"51.5790284,-0.0226806","bedrooms":"0","price":"229000","area":"663"} , +{"type":"Feature","id":"n2133763867","geometry":{"type":"Point","coordinates":[-0.7380259,51.5349058]},"properties":{"@type":"node","@id":2133763867,"@timestamp":1543100116},"coords":"51.5349058,-0.7380259","bedrooms":"4","price":"276000","area":"685"} , +{"type":"Feature","id":"n2133773224","geometry":{"type":"Point","coordinates":[0.409141,51.6319726]},"properties":{"@type":"node","@id":2133773224,"@timestamp":1359472021},"coords":"51.6319726,0.409141","bedrooms":"2","price":"156000","area":"361"} , +{"type":"Feature","id":"n2133991854","geometry":{"type":"Point","coordinates":[0.0180022,51.5297896]},"properties":{"@type":"node","@id":2133991854,"@timestamp":1359483530},"coords":"51.5297896,0.0180022","bedrooms":"3","price":"204000","area":"554"} , +{"type":"Feature","id":"n2134051610","geometry":{"type":"Point","coordinates":[-0.027646,51.4828787]},"properties":{"@type":"node","@id":2134051610,"@timestamp":1359486514},"coords":"51.4828787,-0.027646","bedrooms":"3","price":"296000","area":"621"} , +{"type":"Feature","id":"n2134283766","geometry":{"type":"Point","coordinates":[-0.0799242,51.3517244]},"properties":{"@type":"node","@id":2134283766,"@timestamp":1533314341},"coords":"51.3517244,-0.0799242","bedrooms":"0","price":"208000","area":"539"} , +{"type":"Feature","id":"n2134373783","geometry":{"type":"Point","coordinates":[-0.405645,51.5036693]},"properties":{"@type":"node","@id":2134373783,"@timestamp":1359506821},"coords":"51.5036693,-0.405645","bedrooms":"1","price":"251000","area":"423"} , +{"type":"Feature","id":"n2134382586","geometry":{"type":"Point","coordinates":[0.00758,51.6681537]},"properties":{"@type":"node","@id":2134382586,"@timestamp":1359508405},"coords":"51.6681537,0.00758","bedrooms":"4","price":"236000","area":"421"} , +{"type":"Feature","id":"n2134383932","geometry":{"type":"Point","coordinates":[0.0096425,51.6584059]},"properties":{"@type":"node","@id":2134383932,"@timestamp":1359508718},"coords":"51.6584059,0.0096425","bedrooms":"3","price":"164000","area":"669"} , +{"type":"Feature","id":"n2134384902","geometry":{"type":"Point","coordinates":[0.0065447,51.6537718]},"properties":{"@type":"node","@id":2134384902,"@timestamp":1359509045},"coords":"51.6537718,0.0065447","bedrooms":"2","price":"288000","area":"659"} , +{"type":"Feature","id":"n2134387352","geometry":{"type":"Point","coordinates":[-0.0009414,51.662391]},"properties":{"@type":"node","@id":2134387352,"@timestamp":1359509398},"coords":"51.662391,-0.0009414","bedrooms":"0","price":"190000","area":"463"} , +{"type":"Feature","id":"n2134388128","geometry":{"type":"Point","coordinates":[0.0165705,51.6631595]},"properties":{"@type":"node","@id":2134388128,"@timestamp":1359509729},"coords":"51.6631595,0.0165705","bedrooms":"1","price":"171000","area":"562"} , +{"type":"Feature","id":"n2134692493","geometry":{"type":"Point","coordinates":[-0.149959,51.5086997]},"properties":{"@type":"node","@id":2134692493,"@timestamp":1605794481},"coords":"51.5086997,-0.149959","bedrooms":"1","price":"152000","area":"543"} , +{"type":"Feature","id":"n2135039817","geometry":{"type":"Point","coordinates":[-0.1251306,51.3808555]},"properties":{"@type":"node","@id":2135039817,"@timestamp":1525835915},"coords":"51.3808555,-0.1251306","bedrooms":"0","price":"238000","area":"640"} , +{"type":"Feature","id":"n2135061445","geometry":{"type":"Point","coordinates":[-0.0196904,51.5796566]},"properties":{"@type":"node","@id":2135061445,"@timestamp":1359563446},"coords":"51.5796566,-0.0196904","bedrooms":"3","price":"224000","area":"370"} , +{"type":"Feature","id":"n2135112592","geometry":{"type":"Point","coordinates":[-0.1177003,51.372164]},"properties":{"@type":"node","@id":2135112592,"@timestamp":1628161289},"coords":"51.372164,-0.1177003","bedrooms":"0","price":"203000","area":"681"} , +{"type":"Feature","id":"n2135411296","geometry":{"type":"Point","coordinates":[-0.0972635,51.5198895]},"properties":{"@type":"node","@id":2135411296,"@timestamp":1359583449},"coords":"51.5198895,-0.0972635","bedrooms":"0","price":"218000","area":"477"} , +{"type":"Feature","id":"n2135441700","geometry":{"type":"Point","coordinates":[-0.3414679,51.2612276]},"properties":{"@type":"node","@id":2135441700,"@timestamp":1359585932},"coords":"51.2612276,-0.3414679","bedrooms":"4","price":"181000","area":"676"} , +{"type":"Feature","id":"n2135486047","geometry":{"type":"Point","coordinates":[0.4200517,51.4784156]},"properties":{"@type":"node","@id":2135486047,"@timestamp":1359589661},"coords":"51.4784156,0.4200517","bedrooms":"3","price":"192000","area":"368"} , +{"type":"Feature","id":"n2135888061","geometry":{"type":"Point","coordinates":[0.036824,51.461931]},"properties":{"@type":"node","@id":2135888061,"@timestamp":1359634861},"coords":"51.461931,0.036824","bedrooms":"2","price":"174000","area":"692"} , +{"type":"Feature","id":"n2136571017","geometry":{"type":"Point","coordinates":[-1.0851654,51.2512843]},"properties":{"@type":"node","@id":2136571017,"@timestamp":1526497891},"coords":"51.2512843,-1.0851654","bedrooms":"4","price":"258000","area":"519"} , +{"type":"Feature","id":"n2136619893","geometry":{"type":"Point","coordinates":[-1.0841385,51.2562767]},"properties":{"@type":"node","@id":2136619893,"@timestamp":1477865102},"coords":"51.2562767,-1.0841385","bedrooms":"2","price":"171000","area":"586"} , +{"type":"Feature","id":"n2136641250","geometry":{"type":"Point","coordinates":[-1.0891512,51.2513882]},"properties":{"@type":"node","@id":2136641250,"@timestamp":1359673113},"coords":"51.2513882,-1.0891512","bedrooms":"4","price":"232000","area":"621"} , +{"type":"Feature","id":"n2136725269","geometry":{"type":"Point","coordinates":[-1.0982837,51.2511483]},"properties":{"@type":"node","@id":2136725269,"@timestamp":1507927625},"coords":"51.2511483,-1.0982837","bedrooms":"0","price":"151000","area":"657"} , +{"type":"Feature","id":"n2136775065","geometry":{"type":"Point","coordinates":[-1.0915921,51.2479414]},"properties":{"@type":"node","@id":2136775065,"@timestamp":1539023448},"coords":"51.2479414,-1.0915921","bedrooms":"3","price":"296000","area":"411"} , +{"type":"Feature","id":"n2137118355","geometry":{"type":"Point","coordinates":[-0.2036112,51.8014814]},"properties":{"@type":"node","@id":2137118355,"@timestamp":1598389803},"coords":"51.8014814,-0.2036112","bedrooms":"2","price":"293000","area":"490"} , +{"type":"Feature","id":"n2137672108","geometry":{"type":"Point","coordinates":[0.1716466,51.3932749]},"properties":{"@type":"node","@id":2137672108,"@timestamp":1359737565},"coords":"51.3932749,0.1716466","bedrooms":"0","price":"169000","area":"420"} , +{"type":"Feature","id":"n2137781827","geometry":{"type":"Point","coordinates":[0.3034289,51.5514009]},"properties":{"@type":"node","@id":2137781827,"@timestamp":1359744166},"coords":"51.5514009,0.3034289","bedrooms":"1","price":"285000","area":"545"} , +{"type":"Feature","id":"n2137792219","geometry":{"type":"Point","coordinates":[-0.8732173,52.0151359]},"properties":{"@type":"node","@id":2137792219,"@timestamp":1359744509},"coords":"52.0151359,-0.8732173","bedrooms":"1","price":"249000","area":"355"} , +{"type":"Feature","id":"n2137837344","geometry":{"type":"Point","coordinates":[0.2964219,51.53089]},"properties":{"@type":"node","@id":2137837344,"@timestamp":1359745730},"coords":"51.53089,0.2964219","bedrooms":"3","price":"213000","area":"353"} , +{"type":"Feature","id":"n2137850287","geometry":{"type":"Point","coordinates":[0.1421542,51.6600153]},"properties":{"@type":"node","@id":2137850287,"@timestamp":1609865422},"coords":"51.6600153,0.1421542","bedrooms":"1","price":"211000","area":"503"} , +{"type":"Feature","id":"n2137850318","geometry":{"type":"Point","coordinates":[0.1487961,51.6616903]},"properties":{"@type":"node","@id":2137850318,"@timestamp":1609865422},"coords":"51.6616903,0.1487961","bedrooms":"2","price":"184000","area":"635"} , +{"type":"Feature","id":"n2137850346","geometry":{"type":"Point","coordinates":[0.1241102,51.6557937]},"properties":{"@type":"node","@id":2137850346,"@timestamp":1611047501},"coords":"51.6557937,0.1241102","bedrooms":"1","price":"262000","area":"674"} , +{"type":"Feature","id":"n2137850369","geometry":{"type":"Point","coordinates":[0.1467088,51.6610199]},"properties":{"@type":"node","@id":2137850369,"@timestamp":1609865422},"coords":"51.6610199,0.1467088","bedrooms":"3","price":"155000","area":"691"} , +{"type":"Feature","id":"n2137970220","geometry":{"type":"Point","coordinates":[0.1725396,51.3935747]},"properties":{"@type":"node","@id":2137970220,"@timestamp":1359752095},"coords":"51.3935747,0.1725396","bedrooms":"4","price":"167000","area":"419"} , +{"type":"Feature","id":"n2138064606","geometry":{"type":"Point","coordinates":[0.171502,51.3929528]},"properties":{"@type":"node","@id":2138064606,"@timestamp":1363793007},"coords":"51.3929528,0.171502","bedrooms":"2","price":"235000","area":"525"} , +{"type":"Feature","id":"n2138356051","geometry":{"type":"Point","coordinates":[-0.427336,51.5175756]},"properties":{"@type":"node","@id":2138356051,"@timestamp":1566398478},"coords":"51.5175756,-0.427336","bedrooms":"2","price":"232000","area":"466"} , +{"type":"Feature","id":"n2138684979","geometry":{"type":"Point","coordinates":[-0.0262466,51.581549]},"properties":{"@type":"node","@id":2138684979,"@timestamp":1359800608},"coords":"51.581549,-0.0262466","bedrooms":"2","price":"299000","area":"356"} , +{"type":"Feature","id":"n2138684990","geometry":{"type":"Point","coordinates":[-0.0249916,51.5817084]},"properties":{"@type":"node","@id":2138684990,"@timestamp":1359800609},"coords":"51.5817084,-0.0249916","bedrooms":"0","price":"228000","area":"465"} , +{"type":"Feature","id":"n2138695348","geometry":{"type":"Point","coordinates":[-0.0264558,51.5806581]},"properties":{"@type":"node","@id":2138695348,"@timestamp":1359800607},"coords":"51.5806581,-0.0264558","bedrooms":"2","price":"185000","area":"517"} , +{"type":"Feature","id":"n2138695363","geometry":{"type":"Point","coordinates":[-0.0254418,51.5812454]},"properties":{"@type":"node","@id":2138695363,"@timestamp":1359800609},"coords":"51.5812454,-0.0254418","bedrooms":"4","price":"231000","area":"444"} , +{"type":"Feature","id":"n2138727725","geometry":{"type":"Point","coordinates":[-0.0296167,51.5803469]},"properties":{"@type":"node","@id":2138727725,"@timestamp":1359801747},"coords":"51.5803469,-0.0296167","bedrooms":"2","price":"231000","area":"436"} , +{"type":"Feature","id":"n2138727736","geometry":{"type":"Point","coordinates":[-0.0291702,51.5803027]},"properties":{"@type":"node","@id":2138727736,"@timestamp":1359801747},"coords":"51.5803027,-0.0291702","bedrooms":"4","price":"169000","area":"687"} , +{"type":"Feature","id":"n2138834137","geometry":{"type":"Point","coordinates":[-0.3145867,51.7814746]},"properties":{"@type":"node","@id":2138834137,"@timestamp":1359809956},"coords":"51.7814746,-0.3145867","bedrooms":"4","price":"224000","area":"362"} , +{"type":"Feature","id":"n2139084472","geometry":{"type":"Point","coordinates":[0.872912,51.1603461]},"properties":{"@type":"node","@id":2139084472,"@timestamp":1359821715},"coords":"51.1603461,0.872912","bedrooms":"0","price":"252000","area":"681"} , +{"type":"Feature","id":"n2139280162","geometry":{"type":"Point","coordinates":[0.2055325,51.0746362]},"properties":{"@type":"node","@id":2139280162,"@timestamp":1618418643},"coords":"51.0746362,0.2055325","bedrooms":"2","price":"167000","area":"604"} , +{"type":"Feature","id":"n2139423924","geometry":{"type":"Point","coordinates":[-0.0183526,51.2545402]},"properties":{"@type":"node","@id":2139423924,"@timestamp":1591459228},"coords":"51.2545402,-0.0183526","bedrooms":"2","price":"279000","area":"591"} , +{"type":"Feature","id":"n2139790925","geometry":{"type":"Point","coordinates":[-0.0326618,51.5803793]},"properties":{"@type":"node","@id":2139790925,"@timestamp":1386817531},"coords":"51.5803793,-0.0326618","bedrooms":"4","price":"273000","area":"480"} , +{"type":"Feature","id":"n2139861547","geometry":{"type":"Point","coordinates":[-0.0346643,51.5842477]},"properties":{"@type":"node","@id":2139861547,"@timestamp":1359884114},"coords":"51.5842477,-0.0346643","bedrooms":"0","price":"289000","area":"391"} , +{"type":"Feature","id":"n2139902790","geometry":{"type":"Point","coordinates":[-0.0332307,51.5839744]},"properties":{"@type":"node","@id":2139902790,"@timestamp":1365482674},"coords":"51.5839744,-0.0332307","bedrooms":"1","price":"196000","area":"521"} , +{"type":"Feature","id":"n2139902800","geometry":{"type":"Point","coordinates":[-0.0341863,51.5839216]},"properties":{"@type":"node","@id":2139902800,"@timestamp":1359887074},"coords":"51.5839216,-0.0341863","bedrooms":"1","price":"295000","area":"402"} , +{"type":"Feature","id":"n2139913209","geometry":{"type":"Point","coordinates":[-0.0338892,51.5848282]},"properties":{"@type":"node","@id":2139913209,"@timestamp":1359887829},"coords":"51.5848282,-0.0338892","bedrooms":"1","price":"177000","area":"656"} , +{"type":"Feature","id":"n2139988790","geometry":{"type":"Point","coordinates":[-1.089102,51.8572156]},"properties":{"@type":"node","@id":2139988790,"@timestamp":1359892880},"coords":"51.8572156,-1.089102","bedrooms":"1","price":"287000","area":"657"} , +{"type":"Feature","id":"n2140011593","geometry":{"type":"Point","coordinates":[-0.0280323,51.5810445]},"properties":{"@type":"node","@id":2140011593,"@timestamp":1359894332},"coords":"51.5810445,-0.0280323","bedrooms":"1","price":"178000","area":"699"} , +{"type":"Feature","id":"n2140124989","geometry":{"type":"Point","coordinates":[-0.0773644,51.5158151]},"properties":{"@type":"node","@id":2140124989,"@timestamp":1599919116},"coords":"51.5158151,-0.0773644","bedrooms":"2","price":"258000","area":"677"} , +{"type":"Feature","id":"n2140206305","geometry":{"type":"Point","coordinates":[-0.0251487,51.5813863]},"properties":{"@type":"node","@id":2140206305,"@timestamp":1359905397},"coords":"51.5813863,-0.0251487","bedrooms":"0","price":"205000","area":"394"} , +{"type":"Feature","id":"n2140326185","geometry":{"type":"Point","coordinates":[-0.190203,51.4594983]},"properties":{"@type":"node","@id":2140326185,"@timestamp":1359911044},"coords":"51.4594983,-0.190203","bedrooms":"3","price":"151000","area":"557"} , +{"type":"Feature","id":"n2140326221","geometry":{"type":"Point","coordinates":[-0.1886834,51.4601122]},"properties":{"@type":"node","@id":2140326221,"@timestamp":1359915288},"coords":"51.4601122,-0.1886834","bedrooms":"4","price":"261000","area":"365"} , +{"type":"Feature","id":"n2140490244","geometry":{"type":"Point","coordinates":[-0.0085676,51.5117293]},"properties":{"@type":"node","@id":2140490244,"@timestamp":1612696928},"coords":"51.5117293,-0.0085676","bedrooms":"4","price":"182000","area":"464"} , +{"type":"Feature","id":"n2140546953","geometry":{"type":"Point","coordinates":[-0.0103029,51.5112372]},"properties":{"@type":"node","@id":2140546953,"@timestamp":1619894666},"coords":"51.5112372,-0.0103029","bedrooms":"4","price":"185000","area":"484"} , +{"type":"Feature","id":"n2140701601","geometry":{"type":"Point","coordinates":[-0.1660823,51.1046271]},"properties":{"@type":"node","@id":2140701601,"@timestamp":1359927794},"coords":"51.1046271,-0.1660823","bedrooms":"4","price":"224000","area":"457"} , +{"type":"Feature","id":"n2140701666","geometry":{"type":"Point","coordinates":[-0.1668469,51.1046102]},"properties":{"@type":"node","@id":2140701666,"@timestamp":1359927795},"coords":"51.1046102,-0.1668469","bedrooms":"4","price":"245000","area":"437"} , +{"type":"Feature","id":"n2140817238","geometry":{"type":"Point","coordinates":[-0.009816,51.5178978]},"properties":{"@type":"node","@id":2140817238,"@timestamp":1622599057},"coords":"51.5178978,-0.009816","bedrooms":"0","price":"279000","area":"692"} , +{"type":"Feature","id":"n2140844205","geometry":{"type":"Point","coordinates":[0.8299127,51.8631782]},"properties":{"@type":"node","@id":2140844205,"@timestamp":1359936650},"coords":"51.8631782,0.8299127","bedrooms":"3","price":"159000","area":"461"} , +{"type":"Feature","id":"n2141155141","geometry":{"type":"Point","coordinates":[-0.1411977,51.4637434]},"properties":{"@type":"node","@id":2141155141,"@timestamp":1499533620},"coords":"51.4637434,-0.1411977","bedrooms":"4","price":"170000","area":"368"} , +{"type":"Feature","id":"n2141329089","geometry":{"type":"Point","coordinates":[-0.0194722,51.5932931]},"properties":{"@type":"node","@id":2141329089,"@timestamp":1359984198},"coords":"51.5932931,-0.0194722","bedrooms":"2","price":"169000","area":"470"} , +{"type":"Feature","id":"n2141329099","geometry":{"type":"Point","coordinates":[-0.0200171,51.5933821]},"properties":{"@type":"node","@id":2141329099,"@timestamp":1359984198},"coords":"51.5933821,-0.0200171","bedrooms":"1","price":"276000","area":"458"} , +{"type":"Feature","id":"n2141336451","geometry":{"type":"Point","coordinates":[-0.0184533,51.5940382]},"properties":{"@type":"node","@id":2141336451,"@timestamp":1359984804},"coords":"51.5940382,-0.0184533","bedrooms":"2","price":"202000","area":"459"} , +{"type":"Feature","id":"n2141583535","geometry":{"type":"Point","coordinates":[-0.0299029,51.5855631]},"properties":{"@type":"node","@id":2141583535,"@timestamp":1359999618},"coords":"51.5855631,-0.0299029","bedrooms":"4","price":"231000","area":"620"} , +{"type":"Feature","id":"n2141849209","geometry":{"type":"Point","coordinates":[-0.1424803,51.5388681]},"properties":{"@type":"node","@id":2141849209,"@timestamp":1360011899},"coords":"51.5388681,-0.1424803","bedrooms":"1","price":"278000","area":"636"} , +{"type":"Feature","id":"n2142174868","geometry":{"type":"Point","coordinates":[0.0015001,51.4987199]},"properties":{"@type":"node","@id":2142174868,"@timestamp":1360041015},"coords":"51.4987199,0.0015001","bedrooms":"3","price":"248000","area":"648"} , +{"type":"Feature","id":"n2142189920","geometry":{"type":"Point","coordinates":[0.0028094,51.4958272]},"properties":{"@type":"node","@id":2142189920,"@timestamp":1360041435},"coords":"51.4958272,0.0028094","bedrooms":"0","price":"291000","area":"687"} , +{"type":"Feature","id":"n2142545031","geometry":{"type":"Point","coordinates":[-0.0359238,51.4740546]},"properties":{"@type":"node","@id":2142545031,"@timestamp":1389325634},"coords":"51.4740546,-0.0359238","bedrooms":"4","price":"182000","area":"583"} , +{"type":"Feature","id":"n2142636541","geometry":{"type":"Point","coordinates":[0.2753071,51.8960198]},"properties":{"@type":"node","@id":2142636541,"@timestamp":1360073796},"coords":"51.8960198,0.2753071","bedrooms":"0","price":"183000","area":"501"} , +{"type":"Feature","id":"n2142666564","geometry":{"type":"Point","coordinates":[-0.1888747,51.4585762]},"properties":{"@type":"node","@id":2142666564,"@timestamp":1360075970},"coords":"51.4585762,-0.1888747","bedrooms":"4","price":"242000","area":"514"} , +{"type":"Feature","id":"n2142804700","geometry":{"type":"Point","coordinates":[-0.4545689,51.4953587]},"properties":{"@type":"node","@id":2142804700,"@timestamp":1548119926},"coords":"51.4953587,-0.4545689","bedrooms":"2","price":"236000","area":"430"} , +{"type":"Feature","id":"n2142806630","geometry":{"type":"Point","coordinates":[0.1715653,51.4004786]},"properties":{"@type":"node","@id":2142806630,"@timestamp":1360085590},"coords":"51.4004786,0.1715653","bedrooms":"2","price":"299000","area":"581"} , +{"type":"Feature","id":"n2142834099","geometry":{"type":"Point","coordinates":[0.1729612,51.4001546]},"properties":{"@type":"node","@id":2142834099,"@timestamp":1360086837},"coords":"51.4001546,0.1729612","bedrooms":"3","price":"270000","area":"525"} , +{"type":"Feature","id":"n2142909860","geometry":{"type":"Point","coordinates":[-1.0849859,51.258179]},"properties":{"@type":"node","@id":2142909860,"@timestamp":1360090073},"coords":"51.258179,-1.0849859","bedrooms":"4","price":"287000","area":"357"} , +{"type":"Feature","id":"n2143094210","geometry":{"type":"Point","coordinates":[0.1723996,51.3988667]},"properties":{"@type":"node","@id":2143094210,"@timestamp":1360093839},"coords":"51.3988667,0.1723996","bedrooms":"3","price":"234000","area":"671"} , +{"type":"Feature","id":"n2143094259","geometry":{"type":"Point","coordinates":[0.1721797,51.3990991]},"properties":{"@type":"node","@id":2143094259,"@timestamp":1360093840},"coords":"51.3990991,0.1721797","bedrooms":"1","price":"181000","area":"398"} , +{"type":"Feature","id":"n2143105383","geometry":{"type":"Point","coordinates":[0.1717315,51.3993487]},"properties":{"@type":"node","@id":2143105383,"@timestamp":1360094206},"coords":"51.3993487,0.1717315","bedrooms":"0","price":"275000","area":"562"} , +{"type":"Feature","id":"n2143116569","geometry":{"type":"Point","coordinates":[0.1719047,51.399442]},"properties":{"@type":"node","@id":2143116569,"@timestamp":1360094768},"coords":"51.399442,0.1719047","bedrooms":"4","price":"152000","area":"676"} , +{"type":"Feature","id":"n2143278015","geometry":{"type":"Point","coordinates":[-0.4203401,51.7014707]},"properties":{"@type":"node","@id":2143278015,"@timestamp":1500731636},"coords":"51.7014707,-0.4203401","bedrooms":"4","price":"276000","area":"366"} , +{"type":"Feature","id":"n2143278483","geometry":{"type":"Point","coordinates":[-0.0989735,51.3679758]},"properties":{"@type":"node","@id":2143278483,"@timestamp":1540331401},"coords":"51.3679758,-0.0989735","bedrooms":"1","price":"187000","area":"498"} , +{"type":"Feature","id":"n2143339543","geometry":{"type":"Point","coordinates":[0.0234184,51.5987261]},"properties":{"@type":"node","@id":2143339543,"@timestamp":1543594105},"coords":"51.5987261,0.0234184","bedrooms":"2","price":"224000","area":"393"} , +{"type":"Feature","id":"n2143376803","geometry":{"type":"Point","coordinates":[-0.0099178,51.5190811]},"properties":{"@type":"node","@id":2143376803,"@timestamp":1465893946},"coords":"51.5190811,-0.0099178","bedrooms":"4","price":"159000","area":"489"} , +{"type":"Feature","id":"n2143380390","geometry":{"type":"Point","coordinates":[0.070307,51.2616458]},"properties":{"@type":"node","@id":2143380390,"@timestamp":1360111779},"coords":"51.2616458,0.070307","bedrooms":"2","price":"225000","area":"685"} , +{"type":"Feature","id":"n2143397507","geometry":{"type":"Point","coordinates":[-0.02121,51.5515177]},"properties":{"@type":"node","@id":2143397507,"@timestamp":1614012033},"coords":"51.5515177,-0.02121","bedrooms":"0","price":"186000","area":"640"} , +{"type":"Feature","id":"n2143401317","geometry":{"type":"Point","coordinates":[-0.0211732,51.5509909]},"properties":{"@type":"node","@id":2143401317,"@timestamp":1553380407},"coords":"51.5509909,-0.0211732","bedrooms":"2","price":"222000","area":"645"} , +{"type":"Feature","id":"n2143405711","geometry":{"type":"Point","coordinates":[-0.0204537,51.5508203]},"properties":{"@type":"node","@id":2143405711,"@timestamp":1576577186},"coords":"51.5508203,-0.0204537","bedrooms":"3","price":"215000","area":"497"} , +{"type":"Feature","id":"n2143410922","geometry":{"type":"Point","coordinates":[-0.0327841,51.5447497]},"properties":{"@type":"node","@id":2143410922,"@timestamp":1627608271},"coords":"51.5447497,-0.0327841","bedrooms":"2","price":"268000","area":"487"} , +{"type":"Feature","id":"n2143413354","geometry":{"type":"Point","coordinates":[-0.0357635,51.5450403]},"properties":{"@type":"node","@id":2143413354,"@timestamp":1627606668},"coords":"51.5450403,-0.0357635","bedrooms":"2","price":"209000","area":"680"} , +{"type":"Feature","id":"n2143494959","geometry":{"type":"Point","coordinates":[-0.0672643,51.5172738]},"properties":{"@type":"node","@id":2143494959,"@timestamp":1536658975},"coords":"51.5172738,-0.0672643","bedrooms":"3","price":"221000","area":"467"} , +{"type":"Feature","id":"n2143529737","geometry":{"type":"Point","coordinates":[-0.0909851,51.5505167]},"properties":{"@type":"node","@id":2143529737,"@timestamp":1625911829},"coords":"51.5505167,-0.0909851","bedrooms":"2","price":"299000","area":"425"} , +{"type":"Feature","id":"n2143723512","geometry":{"type":"Point","coordinates":[0.1732132,51.4000202]},"properties":{"@type":"node","@id":2143723512,"@timestamp":1360144774},"coords":"51.4000202,0.1732132","bedrooms":"3","price":"167000","area":"545"} , +{"type":"Feature","id":"n2143757883","geometry":{"type":"Point","coordinates":[0.1741423,51.4001658]},"properties":{"@type":"node","@id":2143757883,"@timestamp":1360147523},"coords":"51.4001658,0.1741423","bedrooms":"1","price":"152000","area":"475"} , +{"type":"Feature","id":"n2143765754","geometry":{"type":"Point","coordinates":[0.1742093,51.4006691]},"properties":{"@type":"node","@id":2143765754,"@timestamp":1360147994},"coords":"51.4006691,0.1742093","bedrooms":"0","price":"195000","area":"566"} , +{"type":"Feature","id":"n2143932430","geometry":{"type":"Point","coordinates":[0.2755218,51.8978368]},"properties":{"@type":"node","@id":2143932430,"@timestamp":1360154330},"coords":"51.8978368,0.2755218","bedrooms":"1","price":"243000","area":"454"} , +{"type":"Feature","id":"n2144208752","geometry":{"type":"Point","coordinates":[-0.1398146,51.4545041]},"properties":{"@type":"node","@id":2144208752,"@timestamp":1593110919},"coords":"51.4545041,-0.1398146","bedrooms":"2","price":"218000","area":"558"} , +{"type":"Feature","id":"n2144328719","geometry":{"type":"Point","coordinates":[0.0086531,51.4910952]},"properties":{"@type":"node","@id":2144328719,"@timestamp":1632566712},"coords":"51.4910952,0.0086531","bedrooms":"0","price":"250000","area":"689"} , +{"type":"Feature","id":"n2144505760","geometry":{"type":"Point","coordinates":[-1.1008583,51.2615723]},"properties":{"@type":"node","@id":2144505760,"@timestamp":1371244294},"coords":"51.2615723,-1.1008583","bedrooms":"0","price":"232000","area":"491"} , +{"type":"Feature","id":"n2144838653","geometry":{"type":"Point","coordinates":[-0.4173579,51.7023317]},"properties":{"@type":"node","@id":2144838653,"@timestamp":1605017056},"coords":"51.7023317,-0.4173579","bedrooms":"3","price":"289000","area":"684"} , +{"type":"Feature","id":"n2144893530","geometry":{"type":"Point","coordinates":[-0.1969385,51.4571354]},"properties":{"@type":"node","@id":2144893530,"@timestamp":1616931106},"coords":"51.4571354,-0.1969385","bedrooms":"2","price":"227000","area":"360"} , +{"type":"Feature","id":"n2145112913","geometry":{"type":"Point","coordinates":[0.1734395,51.4007015]},"properties":{"@type":"node","@id":2145112913,"@timestamp":1360229532},"coords":"51.4007015,0.1734395","bedrooms":"1","price":"195000","area":"542"} , +{"type":"Feature","id":"n2145114779","geometry":{"type":"Point","coordinates":[0.1742109,51.4000573]},"properties":{"@type":"node","@id":2145114779,"@timestamp":1360229836},"coords":"51.4000573,0.1742109","bedrooms":"0","price":"256000","area":"557"} , +{"type":"Feature","id":"n2145125304","geometry":{"type":"Point","coordinates":[0.1740417,51.4011642]},"properties":{"@type":"node","@id":2145125304,"@timestamp":1360230319},"coords":"51.4011642,0.1740417","bedrooms":"2","price":"175000","area":"389"} , +{"type":"Feature","id":"n2145137508","geometry":{"type":"Point","coordinates":[0.1742882,51.4012253]},"properties":{"@type":"node","@id":2145137508,"@timestamp":1360231208},"coords":"51.4012253,0.1742882","bedrooms":"1","price":"276000","area":"639"} , +{"type":"Feature","id":"n2145159697","geometry":{"type":"Point","coordinates":[-0.2590897,51.382484]},"properties":{"@type":"node","@id":2145159697,"@timestamp":1483352092},"coords":"51.382484,-0.2590897","bedrooms":"1","price":"295000","area":"698"} , +{"type":"Feature","id":"n2145473252","geometry":{"type":"Point","coordinates":[-0.1946296,51.3457435]},"properties":{"@type":"node","@id":2145473252,"@timestamp":1380102109},"coords":"51.3457435,-0.1946296","bedrooms":"1","price":"260000","area":"531"} , +{"type":"Feature","id":"n2145897520","geometry":{"type":"Point","coordinates":[-0.34796,51.5623476]},"properties":{"@type":"node","@id":2145897520,"@timestamp":1592166749},"coords":"51.5623476,-0.34796","bedrooms":"0","price":"222000","area":"466"} , +{"type":"Feature","id":"n2146033382","geometry":{"type":"Point","coordinates":[-0.1405022,51.4637366]},"properties":{"@type":"node","@id":2146033382,"@timestamp":1360280398},"coords":"51.4637366,-0.1405022","bedrooms":"2","price":"181000","area":"518"} , +{"type":"Feature","id":"n2146058783","geometry":{"type":"Point","coordinates":[-0.1249437,51.4843675]},"properties":{"@type":"node","@id":2146058783,"@timestamp":1633720142},"coords":"51.4843675,-0.1249437","bedrooms":"3","price":"203000","area":"593"} , +{"type":"Feature","id":"n2146082383","geometry":{"type":"Point","coordinates":[-0.5604095,51.7586331]},"properties":{"@type":"node","@id":2146082383,"@timestamp":1553296430},"coords":"51.7586331,-0.5604095","bedrooms":"2","price":"157000","area":"523"} , +{"type":"Feature","id":"n2146107710","geometry":{"type":"Point","coordinates":[-0.0850759,51.4937183]},"properties":{"@type":"node","@id":2146107710,"@timestamp":1574224813},"coords":"51.4937183,-0.0850759","bedrooms":"3","price":"262000","area":"628"} , +{"type":"Feature","id":"n2146298301","geometry":{"type":"Point","coordinates":[0.1330212,51.7841881]},"properties":{"@type":"node","@id":2146298301,"@timestamp":1360316889},"coords":"51.7841881,0.1330212","bedrooms":"2","price":"250000","area":"613"} , +{"type":"Feature","id":"n2146383892","geometry":{"type":"Point","coordinates":[-0.153012,51.5235746]},"properties":{"@type":"node","@id":2146383892,"@timestamp":1360322707},"coords":"51.5235746,-0.153012","bedrooms":"4","price":"209000","area":"450"} , +{"type":"Feature","id":"n2146500957","geometry":{"type":"Point","coordinates":[0.2471686,51.8755002]},"properties":{"@type":"node","@id":2146500957,"@timestamp":1360330241},"coords":"51.8755002,0.2471686","bedrooms":"0","price":"166000","area":"450"} , +{"type":"Feature","id":"n2146559854","geometry":{"type":"Point","coordinates":[-0.2189213,51.8266194]},"properties":{"@type":"node","@id":2146559854,"@timestamp":1360333829},"coords":"51.8266194,-0.2189213","bedrooms":"2","price":"275000","area":"399"} , +{"type":"Feature","id":"n2146995700","geometry":{"type":"Point","coordinates":[-0.1779386,51.4601765]},"properties":{"@type":"node","@id":2146995700,"@timestamp":1360355013},"coords":"51.4601765,-0.1779386","bedrooms":"4","price":"238000","area":"369"} , +{"type":"Feature","id":"n2147117336","geometry":{"type":"Point","coordinates":[-1.0789949,51.2530758]},"properties":{"@type":"node","@id":2147117336,"@timestamp":1539023202},"coords":"51.2530758,-1.0789949","bedrooms":"3","price":"247000","area":"616"} , +{"type":"Feature","id":"n2147168588","geometry":{"type":"Point","coordinates":[-0.1419912,51.4239971]},"properties":{"@type":"node","@id":2147168588,"@timestamp":1605455977},"coords":"51.4239971,-0.1419912","bedrooms":"3","price":"215000","area":"553"} , +{"type":"Feature","id":"n2147168655","geometry":{"type":"Point","coordinates":[-0.1374488,51.4620247]},"properties":{"@type":"node","@id":2147168655,"@timestamp":1479243318},"coords":"51.4620247,-0.1374488","bedrooms":"4","price":"204000","area":"557"} , +{"type":"Feature","id":"n2147254382","geometry":{"type":"Point","coordinates":[-0.168316,51.46347]},"properties":{"@type":"node","@id":2147254382,"@timestamp":1360372152},"coords":"51.46347,-0.168316","bedrooms":"2","price":"217000","area":"601"} , +{"type":"Feature","id":"n2147785086","geometry":{"type":"Point","coordinates":[0.7987179,51.4140772]},"properties":{"@type":"node","@id":2147785086,"@timestamp":1360421258},"coords":"51.4140772,0.7987179","bedrooms":"3","price":"275000","area":"522"} , +{"type":"Feature","id":"n2147835478","geometry":{"type":"Point","coordinates":[0.0213176,51.596801]},"properties":{"@type":"node","@id":2147835478,"@timestamp":1615723935},"coords":"51.596801,0.0213176","bedrooms":"1","price":"278000","area":"403"} , +{"type":"Feature","id":"n2147921679","geometry":{"type":"Point","coordinates":[-0.6713811,51.9840674]},"properties":{"@type":"node","@id":2147921679,"@timestamp":1360427888},"coords":"51.9840674,-0.6713811","bedrooms":"2","price":"245000","area":"448"} , +{"type":"Feature","id":"n2148208945","geometry":{"type":"Point","coordinates":[0.5546305,51.3967496]},"properties":{"@type":"node","@id":2148208945,"@timestamp":1360441925},"coords":"51.3967496,0.5546305","bedrooms":"1","price":"185000","area":"369"} , +{"type":"Feature","id":"n2148292770","geometry":{"type":"Point","coordinates":[-0.3256354,51.4966595]},"properties":{"@type":"node","@id":2148292770,"@timestamp":1620825031},"coords":"51.4966595,-0.3256354","bedrooms":"4","price":"257000","area":"572"} , +{"type":"Feature","id":"n2148446216","geometry":{"type":"Point","coordinates":[-0.0761987,51.3366141]},"properties":{"@type":"node","@id":2148446216,"@timestamp":1529766577},"coords":"51.3366141,-0.0761987","bedrooms":"2","price":"194000","area":"635"} , +{"type":"Feature","id":"n2148447304","geometry":{"type":"Point","coordinates":[-0.0767247,51.336443]},"properties":{"@type":"node","@id":2148447304,"@timestamp":1564910828},"coords":"51.336443,-0.0767247","bedrooms":"0","price":"286000","area":"398"} , +{"type":"Feature","id":"n2148720446","geometry":{"type":"Point","coordinates":[-0.3394576,51.4691223]},"properties":{"@type":"node","@id":2148720446,"@timestamp":1552656796},"coords":"51.4691223,-0.3394576","bedrooms":"4","price":"212000","area":"357"} , +{"type":"Feature","id":"n2148955525","geometry":{"type":"Point","coordinates":[-0.3359081,51.5214181]},"properties":{"@type":"node","@id":2148955525,"@timestamp":1368977363},"coords":"51.5214181,-0.3359081","bedrooms":"0","price":"223000","area":"585"} , +{"type":"Feature","id":"n2149286019","geometry":{"type":"Point","coordinates":[-0.3034487,51.5226796]},"properties":{"@type":"node","@id":2149286019,"@timestamp":1630340365},"coords":"51.5226796,-0.3034487","bedrooms":"0","price":"293000","area":"499"} , +{"type":"Feature","id":"n2149399142","geometry":{"type":"Point","coordinates":[-0.2523056,51.52377]},"properties":{"@type":"node","@id":2149399142,"@timestamp":1360522432},"coords":"51.52377,-0.2523056","bedrooms":"4","price":"166000","area":"662"} , +{"type":"Feature","id":"n2149456117","geometry":{"type":"Point","coordinates":[-0.0161641,51.5804559]},"properties":{"@type":"node","@id":2149456117,"@timestamp":1360525040},"coords":"51.5804559,-0.0161641","bedrooms":"0","price":"153000","area":"557"} , +{"type":"Feature","id":"n2149682894","geometry":{"type":"Point","coordinates":[-0.9421793,51.4480771]},"properties":{"@type":"node","@id":2149682894,"@timestamp":1635449878},"coords":"51.4480771,-0.9421793","bedrooms":"1","price":"178000","area":"376"} , +{"type":"Feature","id":"n2149745417","geometry":{"type":"Point","coordinates":[-0.2186776,51.3589555]},"properties":{"@type":"node","@id":2149745417,"@timestamp":1603323827},"coords":"51.3589555,-0.2186776","bedrooms":"2","price":"235000","area":"567"} , +{"type":"Feature","id":"n2149936893","geometry":{"type":"Point","coordinates":[-0.0878328,51.4834201]},"properties":{"@type":"node","@id":2149936893,"@timestamp":1537403727},"coords":"51.4834201,-0.0878328","bedrooms":"0","price":"291000","area":"422"} , +{"type":"Feature","id":"n2149954565","geometry":{"type":"Point","coordinates":[-0.0773168,51.5025195]},"properties":{"@type":"node","@id":2149954565,"@timestamp":1628582871},"coords":"51.5025195,-0.0773168","bedrooms":"2","price":"211000","area":"624"} , +{"type":"Feature","id":"n2150253543","geometry":{"type":"Point","coordinates":[-0.0158924,51.5796715]},"properties":{"@type":"node","@id":2150253543,"@timestamp":1360752746},"coords":"51.5796715,-0.0158924","bedrooms":"0","price":"219000","area":"449"} , +{"type":"Feature","id":"n2150341655","geometry":{"type":"Point","coordinates":[-0.0142172,51.5806064]},"properties":{"@type":"node","@id":2150341655,"@timestamp":1360752745},"coords":"51.5806064,-0.0142172","bedrooms":"4","price":"268000","area":"404"} , +{"type":"Feature","id":"n2150868153","geometry":{"type":"Point","coordinates":[-0.1000854,51.49325]},"properties":{"@type":"node","@id":2150868153,"@timestamp":1627523219},"coords":"51.49325,-0.1000854","bedrooms":"1","price":"235000","area":"531"} , +{"type":"Feature","id":"n2151162599","geometry":{"type":"Point","coordinates":[-0.2625727,51.4922336]},"properties":{"@type":"node","@id":2151162599,"@timestamp":1360624398},"coords":"51.4922336,-0.2625727","bedrooms":"1","price":"224000","area":"461"} , +{"type":"Feature","id":"n2151266018","geometry":{"type":"Point","coordinates":[-0.4282224,51.7001767]},"properties":{"@type":"node","@id":2151266018,"@timestamp":1360634963},"coords":"51.7001767,-0.4282224","bedrooms":"2","price":"276000","area":"388"} , +{"type":"Feature","id":"n2151927158","geometry":{"type":"Point","coordinates":[-0.6278189,51.7408037]},"properties":{"@type":"node","@id":2151927158,"@timestamp":1363350836},"coords":"51.7408037,-0.6278189","bedrooms":"0","price":"280000","area":"399"} , +{"type":"Feature","id":"n2152131362","geometry":{"type":"Point","coordinates":[-0.0625957,51.518461]},"properties":{"@type":"node","@id":2152131362,"@timestamp":1635550253},"coords":"51.518461,-0.0625957","bedrooms":"1","price":"153000","area":"683"} , +{"type":"Feature","id":"n2152146611","geometry":{"type":"Point","coordinates":[-0.0566236,51.519825]},"properties":{"@type":"node","@id":2152146611,"@timestamp":1635554686},"coords":"51.519825,-0.0566236","bedrooms":"4","price":"213000","area":"632"} , +{"type":"Feature","id":"n2152317078","geometry":{"type":"Point","coordinates":[-0.0750523,51.5443916]},"properties":{"@type":"node","@id":2152317078,"@timestamp":1579520032},"coords":"51.5443916,-0.0750523","bedrooms":"4","price":"197000","area":"570"} , +{"type":"Feature","id":"n2152579714","geometry":{"type":"Point","coordinates":[-1.1102088,51.2436466]},"properties":{"@type":"node","@id":2152579714,"@timestamp":1600170116},"coords":"51.2436466,-1.1102088","bedrooms":"0","price":"161000","area":"502"} , +{"type":"Feature","id":"n2152588341","geometry":{"type":"Point","coordinates":[-0.1153026,51.4592415]},"properties":{"@type":"node","@id":2152588341,"@timestamp":1630704540},"coords":"51.4592415,-0.1153026","bedrooms":"4","price":"158000","area":"437"} , +{"type":"Feature","id":"n2152588370","geometry":{"type":"Point","coordinates":[-0.1246549,51.4811287]},"properties":{"@type":"node","@id":2152588370,"@timestamp":1618838807},"coords":"51.4811287,-0.1246549","bedrooms":"3","price":"209000","area":"592"} , +{"type":"Feature","id":"n2152594522","geometry":{"type":"Point","coordinates":[0.0812595,51.4573018]},"properties":{"@type":"node","@id":2152594522,"@timestamp":1632530948},"coords":"51.4573018,0.0812595","bedrooms":"4","price":"224000","area":"545"} , +{"type":"Feature","id":"n2152664561","geometry":{"type":"Point","coordinates":[-0.1123471,51.4722681]},"properties":{"@type":"node","@id":2152664561,"@timestamp":1360714669},"coords":"51.4722681,-0.1123471","bedrooms":"3","price":"229000","area":"542"} , +{"type":"Feature","id":"n2153000022","geometry":{"type":"Point","coordinates":[-0.0128852,51.5812503]},"properties":{"@type":"node","@id":2153000022,"@timestamp":1364568379},"coords":"51.5812503,-0.0128852","bedrooms":"4","price":"164000","area":"390"} , +{"type":"Feature","id":"n2153021106","geometry":{"type":"Point","coordinates":[-0.1904829,51.1127247]},"properties":{"@type":"node","@id":2153021106,"@timestamp":1558998341},"coords":"51.1127247,-0.1904829","bedrooms":"2","price":"161000","area":"687"} , +{"type":"Feature","id":"n2153024107","geometry":{"type":"Point","coordinates":[-0.0119922,51.5810898]},"properties":{"@type":"node","@id":2153024107,"@timestamp":1360752742},"coords":"51.5810898,-0.0119922","bedrooms":"0","price":"251000","area":"667"} , +{"type":"Feature","id":"n2153024117","geometry":{"type":"Point","coordinates":[-0.01284,51.5816343]},"properties":{"@type":"node","@id":2153024117,"@timestamp":1360752742},"coords":"51.5816343,-0.01284","bedrooms":"3","price":"163000","area":"681"} , +{"type":"Feature","id":"n2153030788","geometry":{"type":"Point","coordinates":[-0.1130629,51.4932214]},"properties":{"@type":"node","@id":2153030788,"@timestamp":1543945025},"coords":"51.4932214,-0.1130629","bedrooms":"4","price":"199000","area":"606"} , +{"type":"Feature","id":"n2153032628","geometry":{"type":"Point","coordinates":[-0.0109783,51.5809495]},"properties":{"@type":"node","@id":2153032628,"@timestamp":1360754935},"coords":"51.5809495,-0.0109783","bedrooms":"0","price":"296000","area":"400"} , +{"type":"Feature","id":"n2153061080","geometry":{"type":"Point","coordinates":[-0.0102243,51.581809]},"properties":{"@type":"node","@id":2153061080,"@timestamp":1360754929},"coords":"51.581809,-0.0102243","bedrooms":"3","price":"220000","area":"381"} , +{"type":"Feature","id":"n2153061147","geometry":{"type":"Point","coordinates":[-0.0102867,51.5812318]},"properties":{"@type":"node","@id":2153061147,"@timestamp":1364797855},"coords":"51.5812318,-0.0102867","bedrooms":"0","price":"189000","area":"589"} , +{"type":"Feature","id":"n2153095998","geometry":{"type":"Point","coordinates":[-0.1871789,51.1155721]},"properties":{"@type":"node","@id":2153095998,"@timestamp":1634735014},"coords":"51.1155721,-0.1871789","bedrooms":"0","price":"220000","area":"627"} , +{"type":"Feature","id":"n2153184576","geometry":{"type":"Point","coordinates":[0.1718109,51.40297]},"properties":{"@type":"node","@id":2153184576,"@timestamp":1360762907},"coords":"51.40297,0.1718109","bedrooms":"3","price":"197000","area":"556"} , +{"type":"Feature","id":"n2153187131","geometry":{"type":"Point","coordinates":[0.1720279,51.402791]},"properties":{"@type":"node","@id":2153187131,"@timestamp":1360763047},"coords":"51.402791,0.1720279","bedrooms":"4","price":"285000","area":"636"} , +{"type":"Feature","id":"n2153220245","geometry":{"type":"Point","coordinates":[-0.2056405,51.097012]},"properties":{"@type":"node","@id":2153220245,"@timestamp":1626762923},"coords":"51.097012,-0.2056405","bedrooms":"0","price":"235000","area":"533"} , +{"type":"Feature","id":"n2153262189","geometry":{"type":"Point","coordinates":[-0.0059834,51.5052281]},"properties":{"@type":"node","@id":2153262189,"@timestamp":1598287365},"coords":"51.5052281,-0.0059834","bedrooms":"2","price":"274000","area":"691"} , +{"type":"Feature","id":"n2153319556","geometry":{"type":"Point","coordinates":[-0.1848905,51.1145496]},"properties":{"@type":"node","@id":2153319556,"@timestamp":1360769999},"coords":"51.1145496,-0.1848905","bedrooms":"2","price":"184000","area":"580"} , +{"type":"Feature","id":"n2153319567","geometry":{"type":"Point","coordinates":[-0.1837807,51.1148936]},"properties":{"@type":"node","@id":2153319567,"@timestamp":1360770000},"coords":"51.1148936,-0.1837807","bedrooms":"4","price":"227000","area":"545"} , +{"type":"Feature","id":"n2153319579","geometry":{"type":"Point","coordinates":[-0.183375,51.1151287]},"properties":{"@type":"node","@id":2153319579,"@timestamp":1360770000},"coords":"51.1151287,-0.183375","bedrooms":"1","price":"298000","area":"449"} , +{"type":"Feature","id":"n2153424935","geometry":{"type":"Point","coordinates":[-0.6338405,51.7351107]},"properties":{"@type":"node","@id":2153424935,"@timestamp":1363308445},"coords":"51.7351107,-0.6338405","bedrooms":"2","price":"203000","area":"418"} , +{"type":"Feature","id":"n2153597727","geometry":{"type":"Point","coordinates":[-0.0139087,51.5806333]},"properties":{"@type":"node","@id":2153597727,"@timestamp":1360786115},"coords":"51.5806333,-0.0139087","bedrooms":"2","price":"255000","area":"462"} , +{"type":"Feature","id":"n2153653777","geometry":{"type":"Point","coordinates":[-0.0106753,51.5827358]},"properties":{"@type":"node","@id":2153653777,"@timestamp":1360789116},"coords":"51.5827358,-0.0106753","bedrooms":"4","price":"159000","area":"434"} , +{"type":"Feature","id":"n2153674251","geometry":{"type":"Point","coordinates":[-0.0093354,51.5827581]},"properties":{"@type":"node","@id":2153674251,"@timestamp":1360790176},"coords":"51.5827581,-0.0093354","bedrooms":"4","price":"173000","area":"386"} , +{"type":"Feature","id":"n2153853748","geometry":{"type":"Point","coordinates":[-0.1134512,51.5110216]},"properties":{"@type":"node","@id":2153853748,"@timestamp":1444746847},"coords":"51.5110216,-0.1134512","bedrooms":"3","price":"284000","area":"654"} , +{"type":"Feature","id":"n2154003701","geometry":{"type":"Point","coordinates":[-0.0068226,51.5829792]},"properties":{"@type":"node","@id":2154003701,"@timestamp":1360823865},"coords":"51.5829792,-0.0068226","bedrooms":"0","price":"151000","area":"470"} , +{"type":"Feature","id":"n2154388539","geometry":{"type":"Point","coordinates":[0.6305938,51.5679502]},"properties":{"@type":"node","@id":2154388539,"@timestamp":1360842717},"coords":"51.5679502,0.6305938","bedrooms":"3","price":"241000","area":"379"} , +{"type":"Feature","id":"n2154388575","geometry":{"type":"Point","coordinates":[0.6111837,51.5720358]},"properties":{"@type":"node","@id":2154388575,"@timestamp":1360842717},"coords":"51.5720358,0.6111837","bedrooms":"2","price":"165000","area":"544"} , +{"type":"Feature","id":"n2154649671","geometry":{"type":"Point","coordinates":[0.171405,51.4033809]},"properties":{"@type":"node","@id":2154649671,"@timestamp":1360859138},"coords":"51.4033809,0.171405","bedrooms":"3","price":"237000","area":"637"} , +{"type":"Feature","id":"n2154663559","geometry":{"type":"Point","coordinates":[0.171767,51.4036191]},"properties":{"@type":"node","@id":2154663559,"@timestamp":1360860336},"coords":"51.4036191,0.171767","bedrooms":"2","price":"251000","area":"589"} , +{"type":"Feature","id":"n2154695713","geometry":{"type":"Point","coordinates":[0.1724417,51.4035901]},"properties":{"@type":"node","@id":2154695713,"@timestamp":1360861693},"coords":"51.4035901,0.1724417","bedrooms":"2","price":"250000","area":"522"} , +{"type":"Feature","id":"n2155152501","geometry":{"type":"Point","coordinates":[0.1889548,51.3350712]},"properties":{"@type":"node","@id":2155152501,"@timestamp":1415016179},"coords":"51.3350712,0.1889548","bedrooms":"2","price":"226000","area":"689"} , +{"type":"Feature","id":"n2155264465","geometry":{"type":"Point","coordinates":[-0.12123,51.5345116]},"properties":{"@type":"node","@id":2155264465,"@timestamp":1581432832},"coords":"51.5345116,-0.12123","bedrooms":"3","price":"184000","area":"658"} , +{"type":"Feature","id":"n2155538091","geometry":{"type":"Point","coordinates":[0.2088367,51.3444243]},"properties":{"@type":"node","@id":2155538091,"@timestamp":1360897583},"coords":"51.3444243,0.2088367","bedrooms":"4","price":"247000","area":"458"} , +{"type":"Feature","id":"n2155664211","geometry":{"type":"Point","coordinates":[-0.7634465,51.5024808]},"properties":{"@type":"node","@id":2155664211,"@timestamp":1609606823},"coords":"51.5024808,-0.7634465","bedrooms":"4","price":"202000","area":"510"} , +{"type":"Feature","id":"n2156171316","geometry":{"type":"Point","coordinates":[-0.2466783,51.6750504]},"properties":{"@type":"node","@id":2156171316,"@timestamp":1360943501},"coords":"51.6750504,-0.2466783","bedrooms":"4","price":"169000","area":"374"} , +{"type":"Feature","id":"n2156171346","geometry":{"type":"Point","coordinates":[-0.2373469,51.6831699]},"properties":{"@type":"node","@id":2156171346,"@timestamp":1360943501},"coords":"51.6831699,-0.2373469","bedrooms":"4","price":"177000","area":"553"} , +{"type":"Feature","id":"n2156357247","geometry":{"type":"Point","coordinates":[0.0356798,51.1403588]},"properties":{"@type":"node","@id":2156357247,"@timestamp":1360951078},"coords":"51.1403588,0.0356798","bedrooms":"2","price":"200000","area":"676"} , +{"type":"Feature","id":"n2156468664","geometry":{"type":"Point","coordinates":[-0.3520822,51.1594352]},"properties":{"@type":"node","@id":2156468664,"@timestamp":1409680860},"coords":"51.1594352,-0.3520822","bedrooms":"0","price":"298000","area":"687"} , +{"type":"Feature","id":"n2156683125","geometry":{"type":"Point","coordinates":[-0.1488369,51.5131941]},"properties":{"@type":"node","@id":2156683125,"@timestamp":1521099817},"coords":"51.5131941,-0.1488369","bedrooms":"0","price":"280000","area":"506"} , +{"type":"Feature","id":"n2156701805","geometry":{"type":"Point","coordinates":[-0.8683799,52.0164738]},"properties":{"@type":"node","@id":2156701805,"@timestamp":1360968029},"coords":"52.0164738,-0.8683799","bedrooms":"2","price":"193000","area":"501"} , +{"type":"Feature","id":"n2156701844","geometry":{"type":"Point","coordinates":[-0.8747756,52.0079198]},"properties":{"@type":"node","@id":2156701844,"@timestamp":1360968029},"coords":"52.0079198,-0.8747756","bedrooms":"4","price":"161000","area":"585"} , +{"type":"Feature","id":"n2156701889","geometry":{"type":"Point","coordinates":[-0.881693,51.995129]},"properties":{"@type":"node","@id":2156701889,"@timestamp":1360968029},"coords":"51.995129,-0.881693","bedrooms":"0","price":"158000","area":"351"} , +{"type":"Feature","id":"n2156707362","geometry":{"type":"Point","coordinates":[-0.2682556,51.492731]},"properties":{"@type":"node","@id":2156707362,"@timestamp":1360968316},"coords":"51.492731,-0.2682556","bedrooms":"4","price":"277000","area":"602"} , +{"type":"Feature","id":"n2156745602","geometry":{"type":"Point","coordinates":[-0.2279368,51.5035592]},"properties":{"@type":"node","@id":2156745602,"@timestamp":1619772244},"coords":"51.5035592,-0.2279368","bedrooms":"3","price":"159000","area":"672"} , +{"type":"Feature","id":"n2156754376","geometry":{"type":"Point","coordinates":[-0.2619119,51.4924964]},"properties":{"@type":"node","@id":2156754376,"@timestamp":1360971612},"coords":"51.4924964,-0.2619119","bedrooms":"3","price":"218000","area":"454"} , +{"type":"Feature","id":"n2156754406","geometry":{"type":"Point","coordinates":[-0.2656008,51.4926808]},"properties":{"@type":"node","@id":2156754406,"@timestamp":1360971613},"coords":"51.4926808,-0.2656008","bedrooms":"1","price":"269000","area":"466"} , +{"type":"Feature","id":"n2156754433","geometry":{"type":"Point","coordinates":[-0.2665696,51.4927527]},"properties":{"@type":"node","@id":2156754433,"@timestamp":1360971614},"coords":"51.4927527,-0.2665696","bedrooms":"3","price":"193000","area":"369"} , +{"type":"Feature","id":"n2156759094","geometry":{"type":"Point","coordinates":[-0.0896728,51.3419448]},"properties":{"@type":"node","@id":2156759094,"@timestamp":1360972126},"coords":"51.3419448,-0.0896728","bedrooms":"4","price":"288000","area":"456"} , +{"type":"Feature","id":"n2156762201","geometry":{"type":"Point","coordinates":[-0.2202296,51.5158021]},"properties":{"@type":"node","@id":2156762201,"@timestamp":1571349925},"coords":"51.5158021,-0.2202296","bedrooms":"2","price":"165000","area":"383"} , +{"type":"Feature","id":"n2156797955","geometry":{"type":"Point","coordinates":[-1.0930806,51.2638419]},"properties":{"@type":"node","@id":2156797955,"@timestamp":1560457135},"coords":"51.2638419,-1.0930806","bedrooms":"2","price":"184000","area":"621"} , +{"type":"Feature","id":"n2157127660","geometry":{"type":"Point","coordinates":[0.1730996,51.4022911]},"properties":{"@type":"node","@id":2157127660,"@timestamp":1361008807},"coords":"51.4022911,0.1730996","bedrooms":"2","price":"244000","area":"540"} , +{"type":"Feature","id":"n2157176334","geometry":{"type":"Point","coordinates":[0.1739304,51.4031327]},"properties":{"@type":"node","@id":2157176334,"@timestamp":1361012028},"coords":"51.4031327,0.1739304","bedrooms":"1","price":"175000","area":"372"} , +{"type":"Feature","id":"n2157245185","geometry":{"type":"Point","coordinates":[-0.2596385,51.4925534]},"properties":{"@type":"node","@id":2157245185,"@timestamp":1361016290},"coords":"51.4925534,-0.2596385","bedrooms":"4","price":"154000","area":"639"} , +{"type":"Feature","id":"n2157245212","geometry":{"type":"Point","coordinates":[-0.2574751,51.4926496]},"properties":{"@type":"node","@id":2157245212,"@timestamp":1361016291},"coords":"51.4926496,-0.2574751","bedrooms":"2","price":"168000","area":"470"} , +{"type":"Feature","id":"n2157800989","geometry":{"type":"Point","coordinates":[-0.0034958,51.1313451]},"properties":{"@type":"node","@id":2157800989,"@timestamp":1626304039},"coords":"51.1313451,-0.0034958","bedrooms":"3","price":"191000","area":"551"} , +{"type":"Feature","id":"n2158526705","geometry":{"type":"Point","coordinates":[-0.0563802,51.5205782]},"properties":{"@type":"node","@id":2158526705,"@timestamp":1558841053},"coords":"51.5205782,-0.0563802","bedrooms":"0","price":"174000","area":"443"} , +{"type":"Feature","id":"n2158637670","geometry":{"type":"Point","coordinates":[-0.0049396,51.5879153]},"properties":{"@type":"node","@id":2158637670,"@timestamp":1361089070},"coords":"51.5879153,-0.0049396","bedrooms":"1","price":"282000","area":"502"} , +{"type":"Feature","id":"n2158723105","geometry":{"type":"Point","coordinates":[0.1730055,51.4036104]},"properties":{"@type":"node","@id":2158723105,"@timestamp":1361092909},"coords":"51.4036104,0.1730055","bedrooms":"4","price":"278000","area":"531"} , +{"type":"Feature","id":"n2158756178","geometry":{"type":"Point","coordinates":[0.172589,51.4026353]},"properties":{"@type":"node","@id":2158756178,"@timestamp":1361093910},"coords":"51.4026353,0.172589","bedrooms":"1","price":"183000","area":"454"} , +{"type":"Feature","id":"n2158760542","geometry":{"type":"Point","coordinates":[0.1727119,51.4029253]},"properties":{"@type":"node","@id":2158760542,"@timestamp":1361094192},"coords":"51.4029253,0.1727119","bedrooms":"2","price":"212000","area":"672"} , +{"type":"Feature","id":"n2159100782","geometry":{"type":"Point","coordinates":[0.5428953,51.0066935]},"properties":{"@type":"node","@id":2159100782,"@timestamp":1361186624},"coords":"51.0066935,0.5428953","bedrooms":"4","price":"176000","area":"522"} , +{"type":"Feature","id":"n2159428766","geometry":{"type":"Point","coordinates":[-0.1257481,51.5179042]},"properties":{"@type":"node","@id":2159428766,"@timestamp":1419626762},"coords":"51.5179042,-0.1257481","bedrooms":"4","price":"175000","area":"479"} , +{"type":"Feature","id":"n2159782737","geometry":{"type":"Point","coordinates":[0.056173,51.3227783]},"properties":{"@type":"node","@id":2159782737,"@timestamp":1361846712},"coords":"51.3227783,0.056173","bedrooms":"2","price":"174000","area":"639"} , +{"type":"Feature","id":"n2159936553","geometry":{"type":"Point","coordinates":[0.5151717,51.7059908]},"properties":{"@type":"node","@id":2159936553,"@timestamp":1613525828},"coords":"51.7059908,0.5151717","bedrooms":"0","price":"169000","area":"609"} , +{"type":"Feature","id":"n2159936680","geometry":{"type":"Point","coordinates":[0.506999,51.7181713]},"properties":{"@type":"node","@id":2159936680,"@timestamp":1361130554},"coords":"51.7181713,0.506999","bedrooms":"0","price":"167000","area":"643"} , +{"type":"Feature","id":"n2159990926","geometry":{"type":"Point","coordinates":[-0.6280877,51.9556273]},"properties":{"@type":"node","@id":2159990926,"@timestamp":1361133475},"coords":"51.9556273,-0.6280877","bedrooms":"1","price":"271000","area":"361"} , +{"type":"Feature","id":"n2160198210","geometry":{"type":"Point","coordinates":[-0.838482,50.9702688]},"properties":{"@type":"node","@id":2160198210,"@timestamp":1612643518},"coords":"50.9702688,-0.838482","bedrooms":"0","price":"288000","area":"690"} , +{"type":"Feature","id":"n2160335106","geometry":{"type":"Point","coordinates":[-0.7606944,50.9777206]},"properties":{"@type":"node","@id":2160335106,"@timestamp":1480431258},"coords":"50.9777206,-0.7606944","bedrooms":"2","price":"183000","area":"533"} , +{"type":"Feature","id":"n2160849600","geometry":{"type":"Point","coordinates":[0.4642129,51.0426779]},"properties":{"@type":"node","@id":2160849600,"@timestamp":1361183656},"coords":"51.0426779,0.4642129","bedrooms":"4","price":"245000","area":"601"} , +{"type":"Feature","id":"n2160889240","geometry":{"type":"Point","coordinates":[-0.8036967,51.2336263]},"properties":{"@type":"node","@id":2160889240,"@timestamp":1553018292},"coords":"51.2336263,-0.8036967","bedrooms":"1","price":"213000","area":"525"} , +{"type":"Feature","id":"n2161017109","geometry":{"type":"Point","coordinates":[0.1744711,51.3999987]},"properties":{"@type":"node","@id":2161017109,"@timestamp":1362561517},"coords":"51.3999987,0.1744711","bedrooms":"2","price":"293000","area":"535"} , +{"type":"Feature","id":"n2161034588","geometry":{"type":"Point","coordinates":[0.1731587,51.4031362]},"properties":{"@type":"node","@id":2161034588,"@timestamp":1361191842},"coords":"51.4031362,0.1731587","bedrooms":"1","price":"169000","area":"523"} , +{"type":"Feature","id":"n2161126898","geometry":{"type":"Point","coordinates":[-0.1242215,51.5112715]},"properties":{"@type":"node","@id":2161126898,"@timestamp":1501769575},"coords":"51.5112715,-0.1242215","bedrooms":"4","price":"229000","area":"404"} , +{"type":"Feature","id":"n2161402501","geometry":{"type":"Point","coordinates":[-0.3795681,51.5217222]},"properties":{"@type":"node","@id":2161402501,"@timestamp":1361211129},"coords":"51.5217222,-0.3795681","bedrooms":"2","price":"278000","area":"418"} , +{"type":"Feature","id":"n2161668787","geometry":{"type":"Point","coordinates":[-0.3412052,51.7002575]},"properties":{"@type":"node","@id":2161668787,"@timestamp":1361222280},"coords":"51.7002575,-0.3412052","bedrooms":"3","price":"268000","area":"367"} , +{"type":"Feature","id":"n2162357586","geometry":{"type":"Point","coordinates":[0.1749706,51.4030034]},"properties":{"@type":"node","@id":2162357586,"@timestamp":1361264253},"coords":"51.4030034,0.1749706","bedrooms":"2","price":"179000","area":"423"} , +{"type":"Feature","id":"n2162359296","geometry":{"type":"Point","coordinates":[0.174342,51.4026637]},"properties":{"@type":"node","@id":2162359296,"@timestamp":1361264621},"coords":"51.4026637,0.174342","bedrooms":"3","price":"173000","area":"595"} , +{"type":"Feature","id":"n2162923164","geometry":{"type":"Point","coordinates":[-0.1036336,51.5461059]},"properties":{"@type":"node","@id":2162923164,"@timestamp":1511598445},"coords":"51.5461059,-0.1036336","bedrooms":"4","price":"246000","area":"675"} , +{"type":"Feature","id":"n2163046038","geometry":{"type":"Point","coordinates":[0.2333677,51.3163805]},"properties":{"@type":"node","@id":2163046038,"@timestamp":1361297902},"coords":"51.3163805,0.2333677","bedrooms":"0","price":"222000","area":"442"} , +{"type":"Feature","id":"n2163532281","geometry":{"type":"Point","coordinates":[0.1720495,51.4042463]},"properties":{"@type":"node","@id":2163532281,"@timestamp":1361348025},"coords":"51.4042463,0.1720495","bedrooms":"0","price":"240000","area":"483"} , +{"type":"Feature","id":"n2163537105","geometry":{"type":"Point","coordinates":[0.1710348,51.4042402]},"properties":{"@type":"node","@id":2163537105,"@timestamp":1361348291},"coords":"51.4042402,0.1710348","bedrooms":"0","price":"259000","area":"550"} , +{"type":"Feature","id":"n2163537118","geometry":{"type":"Point","coordinates":[0.1714317,51.4045343]},"properties":{"@type":"node","@id":2163537118,"@timestamp":1361348292},"coords":"51.4045343,0.1714317","bedrooms":"4","price":"164000","area":"462"} , +{"type":"Feature","id":"n2163539970","geometry":{"type":"Point","coordinates":[0.1709789,51.4034615]},"properties":{"@type":"node","@id":2163539970,"@timestamp":1361348613},"coords":"51.4034615,0.1709789","bedrooms":"2","price":"221000","area":"379"} , +{"type":"Feature","id":"n2163539980","geometry":{"type":"Point","coordinates":[0.1709631,51.4038265]},"properties":{"@type":"node","@id":2163539980,"@timestamp":1361348613},"coords":"51.4038265,0.1709631","bedrooms":"1","price":"218000","area":"683"} , +{"type":"Feature","id":"n2163540762","geometry":{"type":"Point","coordinates":[0.1705599,51.4046098]},"properties":{"@type":"node","@id":2163540762,"@timestamp":1361348715},"coords":"51.4046098,0.1705599","bedrooms":"0","price":"204000","area":"379"} , +{"type":"Feature","id":"n2163544240","geometry":{"type":"Point","coordinates":[0.1700805,51.4043793]},"properties":{"@type":"node","@id":2163544240,"@timestamp":1361348884},"coords":"51.4043793,0.1700805","bedrooms":"3","price":"154000","area":"664"} , +{"type":"Feature","id":"n2163545450","geometry":{"type":"Point","coordinates":[0.1699595,51.4038491]},"properties":{"@type":"node","@id":2163545450,"@timestamp":1361349032},"coords":"51.4038491,0.1699595","bedrooms":"4","price":"151000","area":"436"} , +{"type":"Feature","id":"n2163546063","geometry":{"type":"Point","coordinates":[0.170064,51.403221]},"properties":{"@type":"node","@id":2163546063,"@timestamp":1361349193},"coords":"51.403221,0.170064","bedrooms":"2","price":"223000","area":"688"} , +{"type":"Feature","id":"n2163546073","geometry":{"type":"Point","coordinates":[0.1699181,51.403471]},"properties":{"@type":"node","@id":2163546073,"@timestamp":1361349193},"coords":"51.403471,0.1699181","bedrooms":"3","price":"206000","area":"655"} , +{"type":"Feature","id":"n2163550379","geometry":{"type":"Point","coordinates":[0.173662,51.4030435]},"properties":{"@type":"node","@id":2163550379,"@timestamp":1361349605},"coords":"51.4030435,0.173662","bedrooms":"0","price":"155000","area":"447"} , +{"type":"Feature","id":"n2164217317","geometry":{"type":"Point","coordinates":[-0.073389,51.5090821]},"properties":{"@type":"node","@id":2164217317,"@timestamp":1613614148},"coords":"51.5090821,-0.073389","bedrooms":"0","price":"240000","area":"594"} , +{"type":"Feature","id":"n2164245377","geometry":{"type":"Point","coordinates":[-0.0742265,51.5098569]},"properties":{"@type":"node","@id":2164245377,"@timestamp":1582771196},"coords":"51.5098569,-0.0742265","bedrooms":"4","price":"296000","area":"564"} , +{"type":"Feature","id":"n2164445471","geometry":{"type":"Point","coordinates":[-1.0787218,51.2531565]},"properties":{"@type":"node","@id":2164445471,"@timestamp":1609012965},"coords":"51.2531565,-1.0787218","bedrooms":"1","price":"223000","area":"577"} , +{"type":"Feature","id":"n2164679735","geometry":{"type":"Point","coordinates":[-0.8693503,51.5015651]},"properties":{"@type":"node","@id":2164679735,"@timestamp":1523366310},"coords":"51.5015651,-0.8693503","bedrooms":"1","price":"274000","area":"675"} , +{"type":"Feature","id":"n2165501801","geometry":{"type":"Point","coordinates":[-0.0856288,51.5514287]},"properties":{"@type":"node","@id":2165501801,"@timestamp":1511262368},"coords":"51.5514287,-0.0856288","bedrooms":"1","price":"228000","area":"366"} , +{"type":"Feature","id":"n2165767141","geometry":{"type":"Point","coordinates":[-0.0957817,51.7009137]},"properties":{"@type":"node","@id":2165767141,"@timestamp":1425219564},"coords":"51.7009137,-0.0957817","bedrooms":"0","price":"240000","area":"539"} , +{"type":"Feature","id":"n2165767161","geometry":{"type":"Point","coordinates":[-0.0873038,51.6990842]},"properties":{"@type":"node","@id":2165767161,"@timestamp":1425219564},"coords":"51.6990842,-0.0873038","bedrooms":"1","price":"271000","area":"489"} , +{"type":"Feature","id":"n2165767190","geometry":{"type":"Point","coordinates":[-0.0975243,51.7012723]},"properties":{"@type":"node","@id":2165767190,"@timestamp":1425219565},"coords":"51.7012723,-0.0975243","bedrooms":"0","price":"204000","area":"597"} , +{"type":"Feature","id":"n2165767209","geometry":{"type":"Point","coordinates":[-0.0906941,51.6998157]},"properties":{"@type":"node","@id":2165767209,"@timestamp":1425219565},"coords":"51.6998157,-0.0906941","bedrooms":"4","price":"284000","area":"355"} , +{"type":"Feature","id":"n2165777939","geometry":{"type":"Point","coordinates":[-0.0749519,51.6918563]},"properties":{"@type":"node","@id":2165777939,"@timestamp":1425219565},"coords":"51.6918563,-0.0749519","bedrooms":"3","price":"201000","area":"514"} , +{"type":"Feature","id":"n2165777960","geometry":{"type":"Point","coordinates":[-0.0779828,51.6932696]},"properties":{"@type":"node","@id":2165777960,"@timestamp":1425219566},"coords":"51.6932696,-0.0779828","bedrooms":"2","price":"177000","area":"421"} , +{"type":"Feature","id":"n2165794745","geometry":{"type":"Point","coordinates":[-0.1249722,51.704933]},"properties":{"@type":"node","@id":2165794745,"@timestamp":1361474880},"coords":"51.704933,-0.1249722","bedrooms":"3","price":"169000","area":"352"} , +{"type":"Feature","id":"n2165797916","geometry":{"type":"Point","coordinates":[-0.1332817,51.7046305]},"properties":{"@type":"node","@id":2165797916,"@timestamp":1361474990},"coords":"51.7046305,-0.1332817","bedrooms":"2","price":"278000","area":"491"} , +{"type":"Feature","id":"n2166009440","geometry":{"type":"Point","coordinates":[-0.121748,51.5117865]},"properties":{"@type":"node","@id":2166009440,"@timestamp":1558604975},"coords":"51.5117865,-0.121748","bedrooms":"0","price":"238000","area":"478"} , +{"type":"Feature","id":"n2166270680","geometry":{"type":"Point","coordinates":[-0.148489,51.402663]},"properties":{"@type":"node","@id":2166270680,"@timestamp":1361493359},"coords":"51.402663,-0.148489","bedrooms":"3","price":"266000","area":"621"} , +{"type":"Feature","id":"n2166684712","geometry":{"type":"Point","coordinates":[-0.9519039,50.9741708]},"properties":{"@type":"node","@id":2166684712,"@timestamp":1414538882},"coords":"50.9741708,-0.9519039","bedrooms":"4","price":"160000","area":"461"} , +{"type":"Feature","id":"n2167045661","geometry":{"type":"Point","coordinates":[0.1725614,51.4041041]},"properties":{"@type":"node","@id":2167045661,"@timestamp":1361544285},"coords":"51.4041041,0.1725614","bedrooms":"2","price":"289000","area":"504"} , +{"type":"Feature","id":"n2167162843","geometry":{"type":"Point","coordinates":[0.4256228,51.1787584]},"properties":{"@type":"node","@id":2167162843,"@timestamp":1361549381},"coords":"51.1787584,0.4256228","bedrooms":"4","price":"206000","area":"419"} , +{"type":"Feature","id":"n2167484050","geometry":{"type":"Point","coordinates":[0.5604967,51.8774176]},"properties":{"@type":"node","@id":2167484050,"@timestamp":1361560718},"coords":"51.8774176,0.5604967","bedrooms":"1","price":"166000","area":"550"} , +{"type":"Feature","id":"n2167532222","geometry":{"type":"Point","coordinates":[0.1740188,51.4043811]},"properties":{"@type":"node","@id":2167532222,"@timestamp":1618357175},"coords":"51.4043811,0.1740188","bedrooms":"4","price":"225000","area":"513"} , +{"type":"Feature","id":"n2167992681","geometry":{"type":"Point","coordinates":[-0.2627463,51.5221597]},"properties":{"@type":"node","@id":2167992681,"@timestamp":1500389073},"coords":"51.5221597,-0.2627463","bedrooms":"1","price":"177000","area":"653"} , +{"type":"Feature","id":"n2168764327","geometry":{"type":"Point","coordinates":[0.0117433,51.399929]},"properties":{"@type":"node","@id":2168764327,"@timestamp":1361623155},"coords":"51.399929,0.0117433","bedrooms":"4","price":"160000","area":"443"} , +{"type":"Feature","id":"n2168764338","geometry":{"type":"Point","coordinates":[0.0128286,51.4037538]},"properties":{"@type":"node","@id":2168764338,"@timestamp":1617890593},"coords":"51.4037538,0.0128286","bedrooms":"2","price":"285000","area":"553"} , +{"type":"Feature","id":"n2168799983","geometry":{"type":"Point","coordinates":[-0.7128347,51.5242538]},"properties":{"@type":"node","@id":2168799983,"@timestamp":1361625461},"coords":"51.5242538,-0.7128347","bedrooms":"4","price":"205000","area":"511"} , +{"type":"Feature","id":"n2168809136","geometry":{"type":"Point","coordinates":[0.1733614,51.4043225]},"properties":{"@type":"node","@id":2168809136,"@timestamp":1361625867},"coords":"51.4043225,0.1733614","bedrooms":"4","price":"229000","area":"513"} , +{"type":"Feature","id":"n2168820483","geometry":{"type":"Point","coordinates":[0.1739818,51.4039453]},"properties":{"@type":"node","@id":2168820483,"@timestamp":1361626750},"coords":"51.4039453,0.1739818","bedrooms":"3","price":"286000","area":"669"} , +{"type":"Feature","id":"n2169101626","geometry":{"type":"Point","coordinates":[0.3481104,51.4229268]},"properties":{"@type":"node","@id":2169101626,"@timestamp":1361639515},"coords":"51.4229268,0.3481104","bedrooms":"2","price":"169000","area":"647"} , +{"type":"Feature","id":"n2169363480","geometry":{"type":"Point","coordinates":[0.7549094,50.9764483]},"properties":{"@type":"node","@id":2169363480,"@timestamp":1361647221},"coords":"50.9764483,0.7549094","bedrooms":"1","price":"226000","area":"511"} , +{"type":"Feature","id":"n2169594152","geometry":{"type":"Point","coordinates":[0.6406965,50.9909577]},"properties":{"@type":"node","@id":2169594152,"@timestamp":1361654309},"coords":"50.9909577,0.6406965","bedrooms":"1","price":"273000","area":"699"} , +{"type":"Feature","id":"n2169594309","geometry":{"type":"Point","coordinates":[0.7273924,50.9959808]},"properties":{"@type":"node","@id":2169594309,"@timestamp":1361654310},"coords":"50.9959808,0.7273924","bedrooms":"3","price":"206000","area":"571"} , +{"type":"Feature","id":"n2169718430","geometry":{"type":"Point","coordinates":[-0.2680637,51.5220978]},"properties":{"@type":"node","@id":2169718430,"@timestamp":1361660147},"coords":"51.5220978,-0.2680637","bedrooms":"1","price":"287000","area":"414"} , +{"type":"Feature","id":"n2170905917","geometry":{"type":"Point","coordinates":[0.1736035,51.4038345]},"properties":{"@type":"node","@id":2170905917,"@timestamp":1361700029},"coords":"51.4038345,0.1736035","bedrooms":"1","price":"279000","area":"569"} , +{"type":"Feature","id":"n2171137473","geometry":{"type":"Point","coordinates":[0.1365638,51.8680545]},"properties":{"@type":"node","@id":2171137473,"@timestamp":1615165571},"coords":"51.8680545,0.1365638","bedrooms":"0","price":"207000","area":"374"} , +{"type":"Feature","id":"n2171153909","geometry":{"type":"Point","coordinates":[-0.1487082,51.2979288]},"properties":{"@type":"node","@id":2171153909,"@timestamp":1600276769},"coords":"51.2979288,-0.1487082","bedrooms":"1","price":"235000","area":"388"} , +{"type":"Feature","id":"n2171154307","geometry":{"type":"Point","coordinates":[-0.1603433,51.3015229]},"properties":{"@type":"node","@id":2171154307,"@timestamp":1442598871},"coords":"51.3015229,-0.1603433","bedrooms":"0","price":"290000","area":"450"} , +{"type":"Feature","id":"n2171155418","geometry":{"type":"Point","coordinates":[-0.141893,51.3192341]},"properties":{"@type":"node","@id":2171155418,"@timestamp":1361709532},"coords":"51.3192341,-0.141893","bedrooms":"4","price":"232000","area":"671"} , +{"type":"Feature","id":"n2171284165","geometry":{"type":"Point","coordinates":[0.2092267,51.8438187]},"properties":{"@type":"node","@id":2171284165,"@timestamp":1615042601},"coords":"51.8438187,0.2092267","bedrooms":"2","price":"240000","area":"432"} , +{"type":"Feature","id":"n2171767134","geometry":{"type":"Point","coordinates":[0.5012249,51.3432195]},"properties":{"@type":"node","@id":2171767134,"@timestamp":1620748485},"coords":"51.3432195,0.5012249","bedrooms":"2","price":"213000","area":"396"} , +{"type":"Feature","id":"n2172271528","geometry":{"type":"Point","coordinates":[-0.0481995,51.4763368]},"properties":{"@type":"node","@id":2172271528,"@timestamp":1362085170},"coords":"51.4763368,-0.0481995","bedrooms":"2","price":"208000","area":"427"} , +{"type":"Feature","id":"n2173411433","geometry":{"type":"Point","coordinates":[0.1822865,51.637788]},"properties":{"@type":"node","@id":2173411433,"@timestamp":1611047102},"coords":"51.637788,0.1822865","bedrooms":"0","price":"173000","area":"388"} , +{"type":"Feature","id":"n2173411445","geometry":{"type":"Point","coordinates":[0.1841298,51.6415425]},"properties":{"@type":"node","@id":2173411445,"@timestamp":1609771814},"coords":"51.6415425,0.1841298","bedrooms":"0","price":"201000","area":"458"} , +{"type":"Feature","id":"n2173411455","geometry":{"type":"Point","coordinates":[0.1885796,51.6381583]},"properties":{"@type":"node","@id":2173411455,"@timestamp":1611047102},"coords":"51.6381583,0.1885796","bedrooms":"1","price":"185000","area":"511"} , +{"type":"Feature","id":"n2173411465","geometry":{"type":"Point","coordinates":[0.1830435,51.6382657]},"properties":{"@type":"node","@id":2173411465,"@timestamp":1611047102},"coords":"51.6382657,0.1830435","bedrooms":"4","price":"201000","area":"655"} , +{"type":"Feature","id":"n2173580556","geometry":{"type":"Point","coordinates":[-1.0242521,51.5113379]},"properties":{"@type":"node","@id":2173580556,"@timestamp":1456907796},"coords":"51.5113379,-1.0242521","bedrooms":"1","price":"244000","area":"504"} , +{"type":"Feature","id":"n2173785328","geometry":{"type":"Point","coordinates":[-1.0697256,51.2635108]},"properties":{"@type":"node","@id":2173785328,"@timestamp":1462656432},"coords":"51.2635108,-1.0697256","bedrooms":"4","price":"282000","area":"645"} , +{"type":"Feature","id":"n2173949242","geometry":{"type":"Point","coordinates":[-0.284805,51.5010911]},"properties":{"@type":"node","@id":2173949242,"@timestamp":1564910828},"coords":"51.5010911,-0.284805","bedrooms":"2","price":"200000","area":"373"} , +{"type":"Feature","id":"n2175115898","geometry":{"type":"Point","coordinates":[-0.5936162,51.0600362]},"properties":{"@type":"node","@id":2175115898,"@timestamp":1361887442},"coords":"51.0600362,-0.5936162","bedrooms":"0","price":"229000","area":"356"} , +{"type":"Feature","id":"n2175500506","geometry":{"type":"Point","coordinates":[0.5592604,51.8771895]},"properties":{"@type":"node","@id":2175500506,"@timestamp":1607439277},"coords":"51.8771895,0.5592604","bedrooms":"2","price":"283000","area":"679"} , +{"type":"Feature","id":"n2176499429","geometry":{"type":"Point","coordinates":[-0.0477469,51.5098419]},"properties":{"@type":"node","@id":2176499429,"@timestamp":1628158380},"coords":"51.5098419,-0.0477469","bedrooms":"1","price":"265000","area":"676"} , +{"type":"Feature","id":"n2177089297","geometry":{"type":"Point","coordinates":[0.1639773,51.4056434]},"properties":{"@type":"node","@id":2177089297,"@timestamp":1361966929},"coords":"51.4056434,0.1639773","bedrooms":"2","price":"186000","area":"450"} , +{"type":"Feature","id":"n2177102964","geometry":{"type":"Point","coordinates":[0.1692259,51.4028689]},"properties":{"@type":"node","@id":2177102964,"@timestamp":1361967504},"coords":"51.4028689,0.1692259","bedrooms":"2","price":"214000","area":"410"} , +{"type":"Feature","id":"n2177102983","geometry":{"type":"Point","coordinates":[0.1694369,51.4030909]},"properties":{"@type":"node","@id":2177102983,"@timestamp":1361967504},"coords":"51.4030909,0.1694369","bedrooms":"0","price":"178000","area":"503"} , +{"type":"Feature","id":"n2177103018","geometry":{"type":"Point","coordinates":[0.1695579,51.4033471]},"properties":{"@type":"node","@id":2177103018,"@timestamp":1361967504},"coords":"51.4033471,0.1695579","bedrooms":"3","price":"184000","area":"527"} , +{"type":"Feature","id":"n2177794480","geometry":{"type":"Point","coordinates":[-1.0655386,51.440605]},"properties":{"@type":"node","@id":2177794480,"@timestamp":1532718077},"coords":"51.440605,-1.0655386","bedrooms":"3","price":"167000","area":"699"} , +{"type":"Feature","id":"n2177794662","geometry":{"type":"Point","coordinates":[-1.0606558,51.4414483]},"properties":{"@type":"node","@id":2177794662,"@timestamp":1619187575},"coords":"51.4414483,-1.0606558","bedrooms":"1","price":"277000","area":"489"} , +{"type":"Feature","id":"n2177839903","geometry":{"type":"Point","coordinates":[-0.1440557,51.5239663]},"properties":{"@type":"node","@id":2177839903,"@timestamp":1629058679},"coords":"51.5239663,-0.1440557","bedrooms":"2","price":"242000","area":"579"} , +{"type":"Feature","id":"n2178077050","geometry":{"type":"Point","coordinates":[-0.8117924,51.406079]},"properties":{"@type":"node","@id":2178077050,"@timestamp":1625664816},"coords":"51.406079,-0.8117924","bedrooms":"3","price":"201000","area":"476"} , +{"type":"Feature","id":"n2178319424","geometry":{"type":"Point","coordinates":[-0.4743112,51.0969546]},"properties":{"@type":"node","@id":2178319424,"@timestamp":1362055627},"coords":"51.0969546,-0.4743112","bedrooms":"3","price":"187000","area":"537"} , +{"type":"Feature","id":"n2178461368","geometry":{"type":"Point","coordinates":[-0.0729683,51.4179258]},"properties":{"@type":"node","@id":2178461368,"@timestamp":1404380352},"coords":"51.4179258,-0.0729683","bedrooms":"4","price":"289000","area":"590"} , +{"type":"Feature","id":"n2178895893","geometry":{"type":"Point","coordinates":[0.2411862,51.3948103]},"properties":{"@type":"node","@id":2178895893,"@timestamp":1362085236},"coords":"51.3948103,0.2411862","bedrooms":"0","price":"155000","area":"454"} , +{"type":"Feature","id":"n2180031456","geometry":{"type":"Point","coordinates":[0.092182,51.4019466]},"properties":{"@type":"node","@id":2180031456,"@timestamp":1362154820},"coords":"51.4019466,0.092182","bedrooms":"0","price":"255000","area":"484"} , +{"type":"Feature","id":"n2180327759","geometry":{"type":"Point","coordinates":[0.0443213,51.1774599]},"properties":{"@type":"node","@id":2180327759,"@timestamp":1635619890},"coords":"51.1774599,0.0443213","bedrooms":"2","price":"294000","area":"420"} , +{"type":"Feature","id":"n2180373718","geometry":{"type":"Point","coordinates":[-0.7868025,51.6937113]},"properties":{"@type":"node","@id":2180373718,"@timestamp":1364077430},"coords":"51.6937113,-0.7868025","bedrooms":"1","price":"266000","area":"656"} , +{"type":"Feature","id":"n2180591298","geometry":{"type":"Point","coordinates":[-0.418704,51.6798103]},"properties":{"@type":"node","@id":2180591298,"@timestamp":1618831511},"coords":"51.6798103,-0.418704","bedrooms":"1","price":"237000","area":"441"} , +{"type":"Feature","id":"n2180716254","geometry":{"type":"Point","coordinates":[0.520025,51.6543972]},"properties":{"@type":"node","@id":2180716254,"@timestamp":1363272263},"coords":"51.6543972,0.520025","bedrooms":"0","price":"263000","area":"592"} , +{"type":"Feature","id":"n2180746170","geometry":{"type":"Point","coordinates":[-0.1789428,51.4954652]},"properties":{"@type":"node","@id":2180746170,"@timestamp":1625623644},"coords":"51.4954652,-0.1789428","bedrooms":"1","price":"219000","area":"625"} , +{"type":"Feature","id":"n2180813977","geometry":{"type":"Point","coordinates":[-0.3837336,51.4765336]},"properties":{"@type":"node","@id":2180813977,"@timestamp":1564910828},"coords":"51.4765336,-0.3837336","bedrooms":"0","price":"219000","area":"376"} , +{"type":"Feature","id":"n2180972010","geometry":{"type":"Point","coordinates":[-0.0045011,51.5899919]},"properties":{"@type":"node","@id":2180972010,"@timestamp":1362213856},"coords":"51.5899919,-0.0045011","bedrooms":"3","price":"255000","area":"434"} , +{"type":"Feature","id":"n2181235109","geometry":{"type":"Point","coordinates":[-0.9452976,52.141188]},"properties":{"@type":"node","@id":2181235109,"@timestamp":1518128018},"coords":"52.141188,-0.9452976","bedrooms":"2","price":"261000","area":"626"} , +{"type":"Feature","id":"n2181295365","geometry":{"type":"Point","coordinates":[-0.3436552,51.5410217]},"properties":{"@type":"node","@id":2181295365,"@timestamp":1616824122},"coords":"51.5410217,-0.3436552","bedrooms":"4","price":"203000","area":"688"} , +{"type":"Feature","id":"n2181320219","geometry":{"type":"Point","coordinates":[-0.9266908,51.4411391]},"properties":{"@type":"node","@id":2181320219,"@timestamp":1362231776},"coords":"51.4411391,-0.9266908","bedrooms":"0","price":"251000","area":"579"} , +{"type":"Feature","id":"n2181322984","geometry":{"type":"Point","coordinates":[-0.9277617,51.4436217]},"properties":{"@type":"node","@id":2181322984,"@timestamp":1362231954},"coords":"51.4436217,-0.9277617","bedrooms":"1","price":"163000","area":"482"} , +{"type":"Feature","id":"n2181474534","geometry":{"type":"Point","coordinates":[0.1741171,51.3939196]},"properties":{"@type":"node","@id":2181474534,"@timestamp":1362238973},"coords":"51.3939196,0.1741171","bedrooms":"0","price":"195000","area":"412"} , +{"type":"Feature","id":"n2181662679","geometry":{"type":"Point","coordinates":[-0.3191979,51.5078494]},"properties":{"@type":"node","@id":2181662679,"@timestamp":1367227001},"coords":"51.5078494,-0.3191979","bedrooms":"2","price":"249000","area":"619"} , +{"type":"Feature","id":"n2182024287","geometry":{"type":"Point","coordinates":[-0.1096385,51.5539828]},"properties":{"@type":"node","@id":2182024287,"@timestamp":1591799765},"coords":"51.5539828,-0.1096385","bedrooms":"2","price":"214000","area":"671"} , +{"type":"Feature","id":"n2182357226","geometry":{"type":"Point","coordinates":[-0.0328305,51.5161186]},"properties":{"@type":"node","@id":2182357226,"@timestamp":1531957619},"coords":"51.5161186,-0.0328305","bedrooms":"4","price":"267000","area":"519"} , +{"type":"Feature","id":"n2182588216","geometry":{"type":"Point","coordinates":[0.2608503,51.1280643]},"properties":{"@type":"node","@id":2182588216,"@timestamp":1362266238},"coords":"51.1280643,0.2608503","bedrooms":"1","price":"201000","area":"451"} , +{"type":"Feature","id":"n2182725789","geometry":{"type":"Point","coordinates":[0.3002985,51.7389054]},"properties":{"@type":"node","@id":2182725789,"@timestamp":1362268772},"coords":"51.7389054,0.3002985","bedrooms":"1","price":"153000","area":"553"} , +{"type":"Feature","id":"n2183376703","geometry":{"type":"Point","coordinates":[0.268759,51.4396553]},"properties":{"@type":"node","@id":2183376703,"@timestamp":1558537440},"coords":"51.4396553,0.268759","bedrooms":"4","price":"291000","area":"521"} , +{"type":"Feature","id":"n2183408864","geometry":{"type":"Point","coordinates":[0.2692555,51.4396168]},"properties":{"@type":"node","@id":2183408864,"@timestamp":1589301252},"coords":"51.4396168,0.2692555","bedrooms":"1","price":"219000","area":"503"} , +{"type":"Feature","id":"n2183459073","geometry":{"type":"Point","coordinates":[0.3497104,51.4212868]},"properties":{"@type":"node","@id":2183459073,"@timestamp":1362313544},"coords":"51.4212868,0.3497104","bedrooms":"2","price":"265000","area":"413"} , +{"type":"Feature","id":"n2183459087","geometry":{"type":"Point","coordinates":[0.3496812,51.4218768]},"properties":{"@type":"node","@id":2183459087,"@timestamp":1362313545},"coords":"51.4218768,0.3496812","bedrooms":"2","price":"298000","area":"558"} , +{"type":"Feature","id":"n2183459104","geometry":{"type":"Point","coordinates":[0.3496178,51.4221912]},"properties":{"@type":"node","@id":2183459104,"@timestamp":1362313545},"coords":"51.4221912,0.3496178","bedrooms":"3","price":"216000","area":"396"} , +{"type":"Feature","id":"n2183500007","geometry":{"type":"Point","coordinates":[0.3537691,51.4217207]},"properties":{"@type":"node","@id":2183500007,"@timestamp":1362314649},"coords":"51.4217207,0.3537691","bedrooms":"1","price":"150000","area":"548"} , +{"type":"Feature","id":"n2183500026","geometry":{"type":"Point","coordinates":[0.3516968,51.4221725]},"properties":{"@type":"node","@id":2183500026,"@timestamp":1362314650},"coords":"51.4221725,0.3516968","bedrooms":"2","price":"237000","area":"602"} , +{"type":"Feature","id":"n2183500039","geometry":{"type":"Point","coordinates":[0.3527026,51.4213769]},"properties":{"@type":"node","@id":2183500039,"@timestamp":1362314650},"coords":"51.4213769,0.3527026","bedrooms":"3","price":"158000","area":"624"} , +{"type":"Feature","id":"n2184078818","geometry":{"type":"Point","coordinates":[-0.0572693,51.5048101]},"properties":{"@type":"node","@id":2184078818,"@timestamp":1575808192},"coords":"51.5048101,-0.0572693","bedrooms":"4","price":"295000","area":"499"} , +{"type":"Feature","id":"n2184191872","geometry":{"type":"Point","coordinates":[0.1739701,51.3938564]},"properties":{"@type":"node","@id":2184191872,"@timestamp":1362334806},"coords":"51.3938564,0.1739701","bedrooms":"1","price":"288000","area":"405"} , +{"type":"Feature","id":"n2184252702","geometry":{"type":"Point","coordinates":[0.1691471,51.3911986]},"properties":{"@type":"node","@id":2184252702,"@timestamp":1362335866},"coords":"51.3911986,0.1691471","bedrooms":"1","price":"271000","area":"364"} , +{"type":"Feature","id":"n2184261860","geometry":{"type":"Point","coordinates":[0.1716114,51.3914263]},"properties":{"@type":"node","@id":2184261860,"@timestamp":1362336038},"coords":"51.3914263,0.1716114","bedrooms":"2","price":"225000","area":"389"} , +{"type":"Feature","id":"n2184629373","geometry":{"type":"Point","coordinates":[-0.2429116,51.7739487]},"properties":{"@type":"node","@id":2184629373,"@timestamp":1553984447},"coords":"51.7739487,-0.2429116","bedrooms":"1","price":"278000","area":"356"} , +{"type":"Feature","id":"n2184782341","geometry":{"type":"Point","coordinates":[-0.6759139,51.4060578]},"properties":{"@type":"node","@id":2184782341,"@timestamp":1539031932},"coords":"51.4060578,-0.6759139","bedrooms":"4","price":"266000","area":"523"} , +{"type":"Feature","id":"n2184793343","geometry":{"type":"Point","coordinates":[0.5281656,51.6468214]},"properties":{"@type":"node","@id":2184793343,"@timestamp":1362355104},"coords":"51.6468214,0.5281656","bedrooms":"0","price":"283000","area":"486"} , +{"type":"Feature","id":"n2185554222","geometry":{"type":"Point","coordinates":[-0.0658035,51.2569585]},"properties":{"@type":"node","@id":2185554222,"@timestamp":1362403024},"coords":"51.2569585,-0.0658035","bedrooms":"0","price":"253000","area":"643"} , +{"type":"Feature","id":"n2185580536","geometry":{"type":"Point","coordinates":[0.174859,51.4024088]},"properties":{"@type":"node","@id":2185580536,"@timestamp":1362405000},"coords":"51.4024088,0.174859","bedrooms":"3","price":"248000","area":"683"} , +{"type":"Feature","id":"n2185580648","geometry":{"type":"Point","coordinates":[0.1749074,51.402813]},"properties":{"@type":"node","@id":2185580648,"@timestamp":1362405001},"coords":"51.402813,0.1749074","bedrooms":"3","price":"218000","area":"475"} , +{"type":"Feature","id":"n2185659463","geometry":{"type":"Point","coordinates":[-0.2758581,51.1235529]},"properties":{"@type":"node","@id":2185659463,"@timestamp":1501616110},"coords":"51.1235529,-0.2758581","bedrooms":"3","price":"267000","area":"481"} , +{"type":"Feature","id":"n2185729758","geometry":{"type":"Point","coordinates":[-0.3102839,51.1230077]},"properties":{"@type":"node","@id":2185729758,"@timestamp":1362415894},"coords":"51.1230077,-0.3102839","bedrooms":"4","price":"233000","area":"364"} , +{"type":"Feature","id":"n2185761599","geometry":{"type":"Point","coordinates":[-0.3402229,51.5223473]},"properties":{"@type":"node","@id":2185761599,"@timestamp":1625600047},"coords":"51.5223473,-0.3402229","bedrooms":"1","price":"270000","area":"416"} , +{"type":"Feature","id":"n2185769553","geometry":{"type":"Point","coordinates":[-0.331439,51.1272884]},"properties":{"@type":"node","@id":2185769553,"@timestamp":1631219550},"coords":"51.1272884,-0.331439","bedrooms":"0","price":"250000","area":"666"} , +{"type":"Feature","id":"n2185815219","geometry":{"type":"Point","coordinates":[0.1722885,51.3911834]},"properties":{"@type":"node","@id":2185815219,"@timestamp":1362421400},"coords":"51.3911834,0.1722885","bedrooms":"3","price":"297000","area":"450"} , +{"type":"Feature","id":"n2185831875","geometry":{"type":"Point","coordinates":[0.1730134,51.3914407]},"properties":{"@type":"node","@id":2185831875,"@timestamp":1362422354},"coords":"51.3914407,0.1730134","bedrooms":"0","price":"294000","area":"591"} , +{"type":"Feature","id":"n2185842983","geometry":{"type":"Point","coordinates":[0.1743451,51.392212]},"properties":{"@type":"node","@id":2185842983,"@timestamp":1362423050},"coords":"51.392212,0.1743451","bedrooms":"0","price":"236000","area":"414"} , +{"type":"Feature","id":"n2185868502","geometry":{"type":"Point","coordinates":[-0.3831086,51.1169213]},"properties":{"@type":"node","@id":2185868502,"@timestamp":1626986588},"coords":"51.1169213,-0.3831086","bedrooms":"3","price":"223000","area":"495"} , +{"type":"Feature","id":"n2186234975","geometry":{"type":"Point","coordinates":[-0.1777645,51.5194079]},"properties":{"@type":"node","@id":2186234975,"@timestamp":1600826678},"coords":"51.5194079,-0.1777645","bedrooms":"4","price":"271000","area":"656"} , +{"type":"Feature","id":"n2186514065","geometry":{"type":"Point","coordinates":[-0.0443991,51.2321004]},"properties":{"@type":"node","@id":2186514065,"@timestamp":1362442735},"coords":"51.2321004,-0.0443991","bedrooms":"2","price":"174000","area":"512"} , +{"type":"Feature","id":"n2186514233","geometry":{"type":"Point","coordinates":[0.0005608,51.2411108]},"properties":{"@type":"node","@id":2186514233,"@timestamp":1468095416},"coords":"51.2411108,0.0005608","bedrooms":"3","price":"205000","area":"575"} , +{"type":"Feature","id":"n2186947679","geometry":{"type":"Point","coordinates":[0.1390295,51.7879087]},"properties":{"@type":"node","@id":2186947679,"@timestamp":1372439605},"coords":"51.7879087,0.1390295","bedrooms":"1","price":"279000","area":"614"} , +{"type":"Feature","id":"n2187168973","geometry":{"type":"Point","coordinates":[0.1111255,51.7513743]},"properties":{"@type":"node","@id":2187168973,"@timestamp":1373369395},"coords":"51.7513743,0.1111255","bedrooms":"1","price":"187000","area":"647"} , +{"type":"Feature","id":"n2187288456","geometry":{"type":"Point","coordinates":[-0.1922663,51.5869887]},"properties":{"@type":"node","@id":2187288456,"@timestamp":1362500080},"coords":"51.5869887,-0.1922663","bedrooms":"3","price":"288000","area":"548"} , +{"type":"Feature","id":"n2187481815","geometry":{"type":"Point","coordinates":[-0.4126159,51.4035156]},"properties":{"@type":"node","@id":2187481815,"@timestamp":1441799699},"coords":"51.4035156,-0.4126159","bedrooms":"2","price":"254000","area":"460"} , +{"type":"Feature","id":"n2187487513","geometry":{"type":"Point","coordinates":[-0.4087609,51.4058373]},"properties":{"@type":"node","@id":2187487513,"@timestamp":1362509578},"coords":"51.4058373,-0.4087609","bedrooms":"2","price":"192000","area":"626"} , +{"type":"Feature","id":"n2187783865","geometry":{"type":"Point","coordinates":[0.2640556,51.1332844]},"properties":{"@type":"node","@id":2187783865,"@timestamp":1616712416},"coords":"51.1332844,0.2640556","bedrooms":"1","price":"266000","area":"493"} , +{"type":"Feature","id":"n2187797216","geometry":{"type":"Point","coordinates":[-0.1021375,51.5051881]},"properties":{"@type":"node","@id":2187797216,"@timestamp":1362525108},"coords":"51.5051881,-0.1021375","bedrooms":"3","price":"198000","area":"530"} , +{"type":"Feature","id":"n2188204224","geometry":{"type":"Point","coordinates":[0.1747065,51.3995667]},"properties":{"@type":"node","@id":2188204224,"@timestamp":1362562163},"coords":"51.3995667,0.1747065","bedrooms":"3","price":"266000","area":"375"} , +{"type":"Feature","id":"n2188356825","geometry":{"type":"Point","coordinates":[-0.4580894,51.3726272]},"properties":{"@type":"node","@id":2188356825,"@timestamp":1604740814},"coords":"51.3726272,-0.4580894","bedrooms":"1","price":"238000","area":"407"} , +{"type":"Feature","id":"n2188396347","geometry":{"type":"Point","coordinates":[-0.1554935,51.5526173]},"properties":{"@type":"node","@id":2188396347,"@timestamp":1362572416},"coords":"51.5526173,-0.1554935","bedrooms":"4","price":"173000","area":"576"} , +{"type":"Feature","id":"n2188531435","geometry":{"type":"Point","coordinates":[-0.4598919,51.3725184]},"properties":{"@type":"node","@id":2188531435,"@timestamp":1362580469},"coords":"51.3725184,-0.4598919","bedrooms":"3","price":"175000","area":"486"} , +{"type":"Feature","id":"n2188702606","geometry":{"type":"Point","coordinates":[-0.4194103,51.4020451]},"properties":{"@type":"node","@id":2188702606,"@timestamp":1546545090},"coords":"51.4020451,-0.4194103","bedrooms":"0","price":"291000","area":"593"} , +{"type":"Feature","id":"n2188911947","geometry":{"type":"Point","coordinates":[-0.8956979,51.6565064]},"properties":{"@type":"node","@id":2188911947,"@timestamp":1449706564},"coords":"51.6565064,-0.8956979","bedrooms":"0","price":"250000","area":"464"} , +{"type":"Feature","id":"n2189098193","geometry":{"type":"Point","coordinates":[-0.1321923,51.3005606]},"properties":{"@type":"node","@id":2189098193,"@timestamp":1362611125},"coords":"51.3005606,-0.1321923","bedrooms":"4","price":"171000","area":"367"} , +{"type":"Feature","id":"n2189099046","geometry":{"type":"Point","coordinates":[-0.1342099,51.3046185]},"properties":{"@type":"node","@id":2189099046,"@timestamp":1362611139},"coords":"51.3046185,-0.1342099","bedrooms":"4","price":"259000","area":"666"} , +{"type":"Feature","id":"n2189275234","geometry":{"type":"Point","coordinates":[-0.4255611,51.6944339]},"properties":{"@type":"node","@id":2189275234,"@timestamp":1362629205},"coords":"51.6944339,-0.4255611","bedrooms":"0","price":"247000","area":"358"} , +{"type":"Feature","id":"n2189643719","geometry":{"type":"Point","coordinates":[0.4187329,51.6237766]},"properties":{"@type":"node","@id":2189643719,"@timestamp":1362662499},"coords":"51.6237766,0.4187329","bedrooms":"3","price":"261000","area":"610"} , +{"type":"Feature","id":"n2189741981","geometry":{"type":"Point","coordinates":[0.1517879,51.7804445]},"properties":{"@type":"node","@id":2189741981,"@timestamp":1362668451},"coords":"51.7804445,0.1517879","bedrooms":"4","price":"184000","area":"523"} , +{"type":"Feature","id":"n2189925313","geometry":{"type":"Point","coordinates":[-0.0370302,51.0606416]},"properties":{"@type":"node","@id":2189925313,"@timestamp":1595535056},"coords":"51.0606416,-0.0370302","bedrooms":"3","price":"216000","area":"602"} , +{"type":"Feature","id":"n2190191869","geometry":{"type":"Point","coordinates":[0.0842844,51.7674632]},"properties":{"@type":"node","@id":2190191869,"@timestamp":1362687455},"coords":"51.7674632,0.0842844","bedrooms":"3","price":"257000","area":"604"} , +{"type":"Feature","id":"n2190545945","geometry":{"type":"Point","coordinates":[-1.0876557,51.260802]},"properties":{"@type":"node","@id":2190545945,"@timestamp":1362701138},"coords":"51.260802,-1.0876557","bedrooms":"0","price":"278000","area":"570"} , +{"type":"Feature","id":"n2190566403","geometry":{"type":"Point","coordinates":[-0.6243333,51.7255541]},"properties":{"@type":"node","@id":2190566403,"@timestamp":1362701965},"coords":"51.7255541,-0.6243333","bedrooms":"4","price":"248000","area":"618"} , +{"type":"Feature","id":"n2191264244","geometry":{"type":"Point","coordinates":[-0.0800088,51.4168053]},"properties":{"@type":"node","@id":2191264244,"@timestamp":1402570724},"coords":"51.4168053,-0.0800088","bedrooms":"3","price":"218000","area":"380"} , +{"type":"Feature","id":"n2191620909","geometry":{"type":"Point","coordinates":[-0.1475766,51.5144407]},"properties":{"@type":"node","@id":2191620909,"@timestamp":1589112701},"coords":"51.5144407,-0.1475766","bedrooms":"2","price":"188000","area":"475"} , +{"type":"Feature","id":"n2191989991","geometry":{"type":"Point","coordinates":[-0.2139439,51.4361349]},"properties":{"@type":"node","@id":2191989991,"@timestamp":1616110350},"coords":"51.4361349,-0.2139439","bedrooms":"0","price":"234000","area":"666"} , +{"type":"Feature","id":"n2192482632","geometry":{"type":"Point","coordinates":[-0.1094524,51.5506837]},"properties":{"@type":"node","@id":2192482632,"@timestamp":1631795505},"coords":"51.5506837,-0.1094524","bedrooms":"4","price":"229000","area":"542"} , +{"type":"Feature","id":"n2192795274","geometry":{"type":"Point","coordinates":[0.531897,51.3789022]},"properties":{"@type":"node","@id":2192795274,"@timestamp":1376816524},"coords":"51.3789022,0.531897","bedrooms":"1","price":"196000","area":"429"} , +{"type":"Feature","id":"n2193422889","geometry":{"type":"Point","coordinates":[-1.1064552,51.1382887]},"properties":{"@type":"node","@id":2193422889,"@timestamp":1381175533},"coords":"51.1382887,-1.1064552","bedrooms":"0","price":"247000","area":"620"} , +{"type":"Feature","id":"n2194035409","geometry":{"type":"Point","coordinates":[0.2702491,51.439531]},"properties":{"@type":"node","@id":2194035409,"@timestamp":1589358147},"coords":"51.439531,0.2702491","bedrooms":"1","price":"249000","area":"397"} , +{"type":"Feature","id":"n2194035426","geometry":{"type":"Point","coordinates":[0.2701083,51.4394647]},"properties":{"@type":"node","@id":2194035426,"@timestamp":1574770294},"coords":"51.4394647,0.2701083","bedrooms":"0","price":"167000","area":"639"} , +{"type":"Feature","id":"n2194200176","geometry":{"type":"Point","coordinates":[-0.0243158,51.0010738]},"properties":{"@type":"node","@id":2194200176,"@timestamp":1592419274},"coords":"51.0010738,-0.0243158","bedrooms":"2","price":"230000","area":"391"} , +{"type":"Feature","id":"n2194320055","geometry":{"type":"Point","coordinates":[-0.4001473,51.5717066]},"properties":{"@type":"node","@id":2194320055,"@timestamp":1579021027},"coords":"51.5717066,-0.4001473","bedrooms":"0","price":"268000","area":"389"} , +{"type":"Feature","id":"n2194412864","geometry":{"type":"Point","coordinates":[-0.3569485,51.5278215]},"properties":{"@type":"node","@id":2194412864,"@timestamp":1362930043},"coords":"51.5278215,-0.3569485","bedrooms":"4","price":"236000","area":"635"} , +{"type":"Feature","id":"n2194668460","geometry":{"type":"Point","coordinates":[-0.2007124,51.4927515]},"properties":{"@type":"node","@id":2194668460,"@timestamp":1362939937},"coords":"51.4927515,-0.2007124","bedrooms":"3","price":"188000","area":"584"} , +{"type":"Feature","id":"n2194804480","geometry":{"type":"Point","coordinates":[-0.1955925,51.4947237]},"properties":{"@type":"node","@id":2194804480,"@timestamp":1564910828},"coords":"51.4947237,-0.1955925","bedrooms":"3","price":"272000","area":"561"} , +{"type":"Feature","id":"n2194928248","geometry":{"type":"Point","coordinates":[-0.2561003,51.4928109]},"properties":{"@type":"node","@id":2194928248,"@timestamp":1362949758},"coords":"51.4928109,-0.2561003","bedrooms":"4","price":"260000","area":"589"} , +{"type":"Feature","id":"n2195691216","geometry":{"type":"Point","coordinates":[-0.3371324,51.5061222]},"properties":{"@type":"node","@id":2195691216,"@timestamp":1564910828},"coords":"51.5061222,-0.3371324","bedrooms":"3","price":"186000","area":"673"} , +{"type":"Feature","id":"n2195741756","geometry":{"type":"Point","coordinates":[0.1751158,51.3997556]},"properties":{"@type":"node","@id":2195741756,"@timestamp":1363011186},"coords":"51.3997556,0.1751158","bedrooms":"2","price":"186000","area":"557"} , +{"type":"Feature","id":"n2195752615","geometry":{"type":"Point","coordinates":[0.1375173,51.8078101]},"properties":{"@type":"node","@id":2195752615,"@timestamp":1363011687},"coords":"51.8078101,0.1375173","bedrooms":"3","price":"234000","area":"470"} , +{"type":"Feature","id":"n2195819330","geometry":{"type":"Point","coordinates":[-0.0947038,51.7964915]},"properties":{"@type":"node","@id":2195819330,"@timestamp":1363013245},"coords":"51.7964915,-0.0947038","bedrooms":"4","price":"262000","area":"592"} , +{"type":"Feature","id":"n2195983087","geometry":{"type":"Point","coordinates":[-0.1987384,51.5795001]},"properties":{"@type":"node","@id":2195983087,"@timestamp":1363019620},"coords":"51.5795001,-0.1987384","bedrooms":"1","price":"239000","area":"449"} , +{"type":"Feature","id":"n2196145373","geometry":{"type":"Point","coordinates":[0.0150471,51.3906275]},"properties":{"@type":"node","@id":2196145373,"@timestamp":1363024924},"coords":"51.3906275,0.0150471","bedrooms":"4","price":"265000","area":"579"} , +{"type":"Feature","id":"n2196150445","geometry":{"type":"Point","coordinates":[-0.4142036,51.696489]},"properties":{"@type":"node","@id":2196150445,"@timestamp":1363025389},"coords":"51.696489,-0.4142036","bedrooms":"3","price":"154000","area":"641"} , +{"type":"Feature","id":"n2196150455","geometry":{"type":"Point","coordinates":[-0.4092273,51.6979759]},"properties":{"@type":"node","@id":2196150455,"@timestamp":1363025389},"coords":"51.6979759,-0.4092273","bedrooms":"3","price":"257000","area":"633"} , +{"type":"Feature","id":"n2196150478","geometry":{"type":"Point","coordinates":[-0.4096729,51.6991345]},"properties":{"@type":"node","@id":2196150478,"@timestamp":1363025390},"coords":"51.6991345,-0.4096729","bedrooms":"4","price":"150000","area":"463"} , +{"type":"Feature","id":"n2196150562","geometry":{"type":"Point","coordinates":[-0.4073598,51.7000958]},"properties":{"@type":"node","@id":2196150562,"@timestamp":1363025392},"coords":"51.7000958,-0.4073598","bedrooms":"4","price":"243000","area":"510"} , +{"type":"Feature","id":"n2196150592","geometry":{"type":"Point","coordinates":[-0.4070222,51.7006611]},"properties":{"@type":"node","@id":2196150592,"@timestamp":1363025393},"coords":"51.7006611,-0.4070222","bedrooms":"1","price":"280000","area":"510"} , +{"type":"Feature","id":"n2196211981","geometry":{"type":"Point","coordinates":[0.5391754,51.657525]},"properties":{"@type":"node","@id":2196211981,"@timestamp":1363272263},"coords":"51.657525,0.5391754","bedrooms":"2","price":"187000","area":"626"} , +{"type":"Feature","id":"n2196533027","geometry":{"type":"Point","coordinates":[-0.2553939,51.4949415]},"properties":{"@type":"node","@id":2196533027,"@timestamp":1363038997},"coords":"51.4949415,-0.2553939","bedrooms":"3","price":"161000","area":"425"} , +{"type":"Feature","id":"n2196706947","geometry":{"type":"Point","coordinates":[0.5097537,51.686199]},"properties":{"@type":"node","@id":2196706947,"@timestamp":1363049568},"coords":"51.686199,0.5097537","bedrooms":"3","price":"167000","area":"504"} , +{"type":"Feature","id":"n2196706957","geometry":{"type":"Point","coordinates":[0.4978972,51.6982288]},"properties":{"@type":"node","@id":2196706957,"@timestamp":1363049568},"coords":"51.6982288,0.4978972","bedrooms":"3","price":"296000","area":"461"} , +{"type":"Feature","id":"n2196706995","geometry":{"type":"Point","coordinates":[0.4896277,51.7083414]},"properties":{"@type":"node","@id":2196706995,"@timestamp":1363049569},"coords":"51.7083414,0.4896277","bedrooms":"0","price":"211000","area":"401"} , +{"type":"Feature","id":"n2197326262","geometry":{"type":"Point","coordinates":[0.1181002,51.7858653]},"properties":{"@type":"node","@id":2197326262,"@timestamp":1629217843},"coords":"51.7858653,0.1181002","bedrooms":"3","price":"231000","area":"611"} , +{"type":"Feature","id":"n2198054969","geometry":{"type":"Point","coordinates":[0.1759698,51.3989252]},"properties":{"@type":"node","@id":2198054969,"@timestamp":1363110893},"coords":"51.3989252,0.1759698","bedrooms":"3","price":"266000","area":"496"} , +{"type":"Feature","id":"n2198102123","geometry":{"type":"Point","coordinates":[0.1660209,51.4000986]},"properties":{"@type":"node","@id":2198102123,"@timestamp":1363112029},"coords":"51.4000986,0.1660209","bedrooms":"3","price":"242000","area":"685"} , +{"type":"Feature","id":"n2198464805","geometry":{"type":"Point","coordinates":[0.3485966,51.4220529]},"properties":{"@type":"node","@id":2198464805,"@timestamp":1363537585},"coords":"51.4220529,0.3485966","bedrooms":"3","price":"241000","area":"529"} , +{"type":"Feature","id":"n2198635681","geometry":{"type":"Point","coordinates":[-0.2109921,51.5939573]},"properties":{"@type":"node","@id":2198635681,"@timestamp":1503936254},"coords":"51.5939573,-0.2109921","bedrooms":"4","price":"209000","area":"650"} , +{"type":"Feature","id":"n2198765450","geometry":{"type":"Point","coordinates":[-0.7395866,51.5606814]},"properties":{"@type":"node","@id":2198765450,"@timestamp":1421266826},"coords":"51.5606814,-0.7395866","bedrooms":"3","price":"206000","area":"436"} , +{"type":"Feature","id":"n2198840140","geometry":{"type":"Point","coordinates":[-0.1422471,51.516474]},"properties":{"@type":"node","@id":2198840140,"@timestamp":1612148644},"coords":"51.516474,-0.1422471","bedrooms":"3","price":"234000","area":"669"} , +{"type":"Feature","id":"n2198870637","geometry":{"type":"Point","coordinates":[-0.1419166,51.5151464]},"properties":{"@type":"node","@id":2198870637,"@timestamp":1569794009},"coords":"51.5151464,-0.1419166","bedrooms":"2","price":"186000","area":"503"} , +{"type":"Feature","id":"n2198913107","geometry":{"type":"Point","coordinates":[0.536445,51.6258355]},"properties":{"@type":"node","@id":2198913107,"@timestamp":1363205270},"coords":"51.6258355,0.536445","bedrooms":"1","price":"157000","area":"621"} , +{"type":"Feature","id":"n2198930175","geometry":{"type":"Point","coordinates":[-0.094504,51.546417]},"properties":{"@type":"node","@id":2198930175,"@timestamp":1619965075},"coords":"51.546417,-0.094504","bedrooms":"0","price":"221000","area":"658"} , +{"type":"Feature","id":"n2199386375","geometry":{"type":"Point","coordinates":[0.2266258,51.4129758]},"properties":{"@type":"node","@id":2199386375,"@timestamp":1636298679},"coords":"51.4129758,0.2266258","bedrooms":"3","price":"213000","area":"648"} , +{"type":"Feature","id":"n2199537574","geometry":{"type":"Point","coordinates":[0.2700154,51.4384778]},"properties":{"@type":"node","@id":2199537574,"@timestamp":1589301252},"coords":"51.4384778,0.2700154","bedrooms":"0","price":"265000","area":"496"} , +{"type":"Feature","id":"n2199680855","geometry":{"type":"Point","coordinates":[0.1747287,51.4003952]},"properties":{"@type":"node","@id":2199680855,"@timestamp":1605959556},"coords":"51.4003952,0.1747287","bedrooms":"0","price":"206000","area":"476"} , +{"type":"Feature","id":"n2199685307","geometry":{"type":"Point","coordinates":[0.1750628,51.4006996]},"properties":{"@type":"node","@id":2199685307,"@timestamp":1363185198},"coords":"51.4006996,0.1750628","bedrooms":"3","price":"226000","area":"363"} , +{"type":"Feature","id":"n2199690738","geometry":{"type":"Point","coordinates":[0.1747506,51.4008134]},"properties":{"@type":"node","@id":2199690738,"@timestamp":1363185493},"coords":"51.4008134,0.1747506","bedrooms":"4","price":"291000","area":"626"} , +{"type":"Feature","id":"n2199789718","geometry":{"type":"Point","coordinates":[-0.7686621,51.2829554]},"properties":{"@type":"node","@id":2199789718,"@timestamp":1619014395},"coords":"51.2829554,-0.7686621","bedrooms":"3","price":"219000","area":"565"} , +{"type":"Feature","id":"n2199944679","geometry":{"type":"Point","coordinates":[-0.3344177,51.7715787]},"properties":{"@type":"node","@id":2199944679,"@timestamp":1627993208},"coords":"51.7715787,-0.3344177","bedrooms":"3","price":"285000","area":"414"} , +{"type":"Feature","id":"n2200196099","geometry":{"type":"Point","coordinates":[0.5405963,51.6309326]},"properties":{"@type":"node","@id":2200196099,"@timestamp":1363205246},"coords":"51.6309326,0.5405963","bedrooms":"1","price":"281000","area":"386"} , +{"type":"Feature","id":"n2200772565","geometry":{"type":"Point","coordinates":[-0.9559506,50.9728305]},"properties":{"@type":"node","@id":2200772565,"@timestamp":1363222315},"coords":"50.9728305,-0.9559506","bedrooms":"4","price":"190000","area":"601"} , +{"type":"Feature","id":"n2200901873","geometry":{"type":"Point","coordinates":[0.5351101,51.618043]},"properties":{"@type":"node","@id":2200901873,"@timestamp":1363227139},"coords":"51.618043,0.5351101","bedrooms":"1","price":"280000","area":"587"} , +{"type":"Feature","id":"n2201309076","geometry":{"type":"Point","coordinates":[0.1751575,51.4011559]},"properties":{"@type":"node","@id":2201309076,"@timestamp":1363252878},"coords":"51.4011559,0.1751575","bedrooms":"4","price":"205000","area":"581"} , +{"type":"Feature","id":"n2201322275","geometry":{"type":"Point","coordinates":[0.1765495,51.4014203]},"properties":{"@type":"node","@id":2201322275,"@timestamp":1363254177},"coords":"51.4014203,0.1765495","bedrooms":"3","price":"173000","area":"358"} , +{"type":"Feature","id":"n2201347202","geometry":{"type":"Point","coordinates":[0.1772989,51.4014294]},"properties":{"@type":"node","@id":2201347202,"@timestamp":1363255263},"coords":"51.4014294,0.1772989","bedrooms":"4","price":"171000","area":"575"} , +{"type":"Feature","id":"n2201347237","geometry":{"type":"Point","coordinates":[0.1771529,51.401651]},"properties":{"@type":"node","@id":2201347237,"@timestamp":1363255264},"coords":"51.401651,0.1771529","bedrooms":"3","price":"288000","area":"426"} , +{"type":"Feature","id":"n2201366405","geometry":{"type":"Point","coordinates":[-0.6533292,51.7389693]},"properties":{"@type":"node","@id":2201366405,"@timestamp":1363256269},"coords":"51.7389693,-0.6533292","bedrooms":"2","price":"285000","area":"542"} , +{"type":"Feature","id":"n2201558257","geometry":{"type":"Point","coordinates":[-0.587109,51.4484378]},"properties":{"@type":"node","@id":2201558257,"@timestamp":1363266854},"coords":"51.4484378,-0.587109","bedrooms":"2","price":"282000","area":"499"} , +{"type":"Feature","id":"n2201682485","geometry":{"type":"Point","coordinates":[-0.3292914,51.7382067]},"properties":{"@type":"node","@id":2201682485,"@timestamp":1363272463},"coords":"51.7382067,-0.3292914","bedrooms":"4","price":"259000","area":"666"} , +{"type":"Feature","id":"n2201751919","geometry":{"type":"Point","coordinates":[0.3470773,51.4240404]},"properties":{"@type":"node","@id":2201751919,"@timestamp":1363274832},"coords":"51.4240404,0.3470773","bedrooms":"4","price":"294000","area":"477"} , +{"type":"Feature","id":"n2201751952","geometry":{"type":"Point","coordinates":[0.3403558,51.4260566]},"properties":{"@type":"node","@id":2201751952,"@timestamp":1363274833},"coords":"51.4260566,0.3403558","bedrooms":"0","price":"299000","area":"390"} , +{"type":"Feature","id":"n2201751974","geometry":{"type":"Point","coordinates":[0.341619,51.4257937]},"properties":{"@type":"node","@id":2201751974,"@timestamp":1363274833},"coords":"51.4257937,0.341619","bedrooms":"4","price":"262000","area":"443"} , +{"type":"Feature","id":"n2201768574","geometry":{"type":"Point","coordinates":[0.3346026,51.4286479]},"properties":{"@type":"node","@id":2201768574,"@timestamp":1425061069},"coords":"51.4286479,0.3346026","bedrooms":"0","price":"255000","area":"356"} , +{"type":"Feature","id":"n2201776891","geometry":{"type":"Point","coordinates":[0.3410572,51.4257909]},"properties":{"@type":"node","@id":2201776891,"@timestamp":1363276283},"coords":"51.4257909,0.3410572","bedrooms":"2","price":"209000","area":"567"} , +{"type":"Feature","id":"n2201776902","geometry":{"type":"Point","coordinates":[0.3593614,51.4186915]},"properties":{"@type":"node","@id":2201776902,"@timestamp":1363276284},"coords":"51.4186915,0.3593614","bedrooms":"0","price":"231000","area":"381"} , +{"type":"Feature","id":"n2201776913","geometry":{"type":"Point","coordinates":[0.344658,51.4232254]},"properties":{"@type":"node","@id":2201776913,"@timestamp":1363276284},"coords":"51.4232254,0.344658","bedrooms":"0","price":"290000","area":"609"} , +{"type":"Feature","id":"n2201884903","geometry":{"type":"Point","coordinates":[-0.4642079,51.0029847]},"properties":{"@type":"node","@id":2201884903,"@timestamp":1384711781},"coords":"51.0029847,-0.4642079","bedrooms":"1","price":"189000","area":"674"} , +{"type":"Feature","id":"n2202174118","geometry":{"type":"Point","coordinates":[-0.0594652,51.5496648]},"properties":{"@type":"node","@id":2202174118,"@timestamp":1621967204},"coords":"51.5496648,-0.0594652","bedrooms":"3","price":"273000","area":"410"} , +{"type":"Feature","id":"n2202279207","geometry":{"type":"Point","coordinates":[-0.1129786,51.3244903]},"properties":{"@type":"node","@id":2202279207,"@timestamp":1363292794},"coords":"51.3244903,-0.1129786","bedrooms":"3","price":"286000","area":"522"} , +{"type":"Feature","id":"n2202403007","geometry":{"type":"Point","coordinates":[-1.1116345,51.2802444]},"properties":{"@type":"node","@id":2202403007,"@timestamp":1622635198},"coords":"51.2802444,-1.1116345","bedrooms":"0","price":"193000","area":"494"} , +{"type":"Feature","id":"n2202944293","geometry":{"type":"Point","coordinates":[0.1714838,51.3949987]},"properties":{"@type":"node","@id":2202944293,"@timestamp":1363336810},"coords":"51.3949987,0.1714838","bedrooms":"1","price":"285000","area":"625"} , +{"type":"Feature","id":"n2202976914","geometry":{"type":"Point","coordinates":[0.0626022,51.2033677]},"properties":{"@type":"node","@id":2202976914,"@timestamp":1363339553},"coords":"51.2033677,0.0626022","bedrooms":"0","price":"151000","area":"563"} , +{"type":"Feature","id":"n2203160149","geometry":{"type":"Point","coordinates":[-0.6305772,51.7461773]},"properties":{"@type":"node","@id":2203160149,"@timestamp":1363350832},"coords":"51.7461773,-0.6305772","bedrooms":"1","price":"263000","area":"571"} , +{"type":"Feature","id":"n2203341818","geometry":{"type":"Point","coordinates":[0.1250954,51.7644278]},"properties":{"@type":"node","@id":2203341818,"@timestamp":1363359478},"coords":"51.7644278,0.1250954","bedrooms":"3","price":"195000","area":"500"} , +{"type":"Feature","id":"n2203968598","geometry":{"type":"Point","coordinates":[-0.3200267,51.5138678]},"properties":{"@type":"node","@id":2203968598,"@timestamp":1621169291},"coords":"51.5138678,-0.3200267","bedrooms":"1","price":"156000","area":"550"} , +{"type":"Feature","id":"n2204012574","geometry":{"type":"Point","coordinates":[0.53669,51.6016056]},"properties":{"@type":"node","@id":2204012574,"@timestamp":1363399380},"coords":"51.6016056,0.53669","bedrooms":"2","price":"185000","area":"474"} , +{"type":"Feature","id":"n2204067545","geometry":{"type":"Point","coordinates":[-0.107866,51.5631415]},"properties":{"@type":"node","@id":2204067545,"@timestamp":1564910828},"coords":"51.5631415,-0.107866","bedrooms":"4","price":"256000","area":"372"} , +{"type":"Feature","id":"n2204097024","geometry":{"type":"Point","coordinates":[-0.0960869,51.5709423]},"properties":{"@type":"node","@id":2204097024,"@timestamp":1595207088},"coords":"51.5709423,-0.0960869","bedrooms":"2","price":"155000","area":"623"} , +{"type":"Feature","id":"n2204098017","geometry":{"type":"Point","coordinates":[-0.0957839,51.5706255]},"properties":{"@type":"node","@id":2204098017,"@timestamp":1624302188},"coords":"51.5706255,-0.0957839","bedrooms":"2","price":"277000","area":"470"} , +{"type":"Feature","id":"n2204117286","geometry":{"type":"Point","coordinates":[-0.0923227,51.5637325]},"properties":{"@type":"node","@id":2204117286,"@timestamp":1594997368},"coords":"51.5637325,-0.0923227","bedrooms":"3","price":"160000","area":"451"} , +{"type":"Feature","id":"n2204152613","geometry":{"type":"Point","coordinates":[-0.0870462,51.546312]},"properties":{"@type":"node","@id":2204152613,"@timestamp":1626199957},"coords":"51.546312,-0.0870462","bedrooms":"4","price":"257000","area":"351"} , +{"type":"Feature","id":"n2204180220","geometry":{"type":"Point","coordinates":[-0.1206059,51.5584973]},"properties":{"@type":"node","@id":2204180220,"@timestamp":1564910828},"coords":"51.5584973,-0.1206059","bedrooms":"4","price":"168000","area":"464"} , +{"type":"Feature","id":"n2204370004","geometry":{"type":"Point","coordinates":[0.5781746,51.9103596]},"properties":{"@type":"node","@id":2204370004,"@timestamp":1363522443},"coords":"51.9103596,0.5781746","bedrooms":"4","price":"215000","area":"502"} , +{"type":"Feature","id":"n2204421593","geometry":{"type":"Point","coordinates":[-0.0236105,51.5281035]},"properties":{"@type":"node","@id":2204421593,"@timestamp":1363432182},"coords":"51.5281035,-0.0236105","bedrooms":"1","price":"270000","area":"397"} , +{"type":"Feature","id":"n2204808429","geometry":{"type":"Point","coordinates":[-0.0265519,51.509254]},"properties":{"@type":"node","@id":2204808429,"@timestamp":1570551892},"coords":"51.509254,-0.0265519","bedrooms":"2","price":"174000","area":"556"} , +{"type":"Feature","id":"n2204808577","geometry":{"type":"Point","coordinates":[-0.0258901,51.5097167]},"properties":{"@type":"node","@id":2204808577,"@timestamp":1591587722},"coords":"51.5097167,-0.0258901","bedrooms":"2","price":"267000","area":"564"} , +{"type":"Feature","id":"n2205062082","geometry":{"type":"Point","coordinates":[-0.0643581,51.4407969]},"properties":{"@type":"node","@id":2205062082,"@timestamp":1561753413},"coords":"51.4407969,-0.0643581","bedrooms":"4","price":"265000","area":"694"} , +{"type":"Feature","id":"n2205117782","geometry":{"type":"Point","coordinates":[-0.1348156,51.5099859]},"properties":{"@type":"node","@id":2205117782,"@timestamp":1616861914},"coords":"51.5099859,-0.1348156","bedrooms":"2","price":"179000","area":"585"} , +{"type":"Feature","id":"n2205331667","geometry":{"type":"Point","coordinates":[0.1675206,51.2887838]},"properties":{"@type":"node","@id":2205331667,"@timestamp":1526521846},"coords":"51.2887838,0.1675206","bedrooms":"4","price":"250000","area":"632"} , +{"type":"Feature","id":"n2205663995","geometry":{"type":"Point","coordinates":[-0.120461,51.4630073]},"properties":{"@type":"node","@id":2205663995,"@timestamp":1483308661},"coords":"51.4630073,-0.120461","bedrooms":"2","price":"224000","area":"481"} , +{"type":"Feature","id":"n2206399495","geometry":{"type":"Point","coordinates":[-0.09821,51.4447241]},"properties":{"@type":"node","@id":2206399495,"@timestamp":1363513321},"coords":"51.4447241,-0.09821","bedrooms":"2","price":"274000","area":"470"} , +{"type":"Feature","id":"n2206443631","geometry":{"type":"Point","coordinates":[0.1654496,51.0897539]},"properties":{"@type":"node","@id":2206443631,"@timestamp":1363515927},"coords":"51.0897539,0.1654496","bedrooms":"1","price":"257000","area":"647"} , +{"type":"Feature","id":"n2206605129","geometry":{"type":"Point","coordinates":[0.1047131,51.1053978]},"properties":{"@type":"node","@id":2206605129,"@timestamp":1363521684},"coords":"51.1053978,0.1047131","bedrooms":"2","price":"207000","area":"659"} , +{"type":"Feature","id":"n2206792701","geometry":{"type":"Point","coordinates":[0.1738664,51.2735163]},"properties":{"@type":"node","@id":2206792701,"@timestamp":1629151147},"coords":"51.2735163,0.1738664","bedrooms":"3","price":"257000","area":"660"} , +{"type":"Feature","id":"n2206836422","geometry":{"type":"Point","coordinates":[0.1770424,51.4009355]},"properties":{"@type":"node","@id":2206836422,"@timestamp":1363532887},"coords":"51.4009355,0.1770424","bedrooms":"0","price":"241000","area":"507"} , +{"type":"Feature","id":"n2206866603","geometry":{"type":"Point","coordinates":[0.1773559,51.4004259]},"properties":{"@type":"node","@id":2206866603,"@timestamp":1363534186},"coords":"51.4004259,0.1773559","bedrooms":"4","price":"152000","area":"629"} , +{"type":"Feature","id":"n2206866704","geometry":{"type":"Point","coordinates":[0.1761204,51.4006234]},"properties":{"@type":"node","@id":2206866704,"@timestamp":1363534187},"coords":"51.4006234,0.1761204","bedrooms":"0","price":"297000","area":"407"} , +{"type":"Feature","id":"n2206888269","geometry":{"type":"Point","coordinates":[-0.1674885,51.5126887]},"properties":{"@type":"node","@id":2206888269,"@timestamp":1573189938},"coords":"51.5126887,-0.1674885","bedrooms":"2","price":"206000","area":"541"} , +{"type":"Feature","id":"n2206935751","geometry":{"type":"Point","coordinates":[0.3474014,51.4220446]},"properties":{"@type":"node","@id":2206935751,"@timestamp":1363537584},"coords":"51.4220446,0.3474014","bedrooms":"1","price":"284000","area":"548"} , +{"type":"Feature","id":"n2206935783","geometry":{"type":"Point","coordinates":[0.3475434,51.4223624]},"properties":{"@type":"node","@id":2206935783,"@timestamp":1363537584},"coords":"51.4223624,0.3475434","bedrooms":"4","price":"286000","area":"472"} , +{"type":"Feature","id":"n2206935818","geometry":{"type":"Point","coordinates":[0.3451042,51.4230707]},"properties":{"@type":"node","@id":2206935818,"@timestamp":1363537585},"coords":"51.4230707,0.3451042","bedrooms":"1","price":"186000","area":"410"} , +{"type":"Feature","id":"n2206967887","geometry":{"type":"Point","coordinates":[0.3442424,51.4226898]},"properties":{"@type":"node","@id":2206967887,"@timestamp":1363538649},"coords":"51.4226898,0.3442424","bedrooms":"2","price":"234000","area":"447"} , +{"type":"Feature","id":"n2206967897","geometry":{"type":"Point","coordinates":[0.344778,51.4227597]},"properties":{"@type":"node","@id":2206967897,"@timestamp":1363538650},"coords":"51.4227597,0.344778","bedrooms":"0","price":"261000","area":"482"} , +{"type":"Feature","id":"n2206967907","geometry":{"type":"Point","coordinates":[0.3430628,51.4239292]},"properties":{"@type":"node","@id":2206967907,"@timestamp":1363545001},"coords":"51.4239292,0.3430628","bedrooms":"1","price":"233000","area":"574"} , +{"type":"Feature","id":"n2206978695","geometry":{"type":"Point","coordinates":[0.3456883,51.4233834]},"properties":{"@type":"node","@id":2206978695,"@timestamp":1363539277},"coords":"51.4233834,0.3456883","bedrooms":"2","price":"162000","area":"588"} , +{"type":"Feature","id":"n2206978705","geometry":{"type":"Point","coordinates":[0.3457547,51.4234483]},"properties":{"@type":"node","@id":2206978705,"@timestamp":1363539278},"coords":"51.4234483,0.3457547","bedrooms":"0","price":"175000","area":"565"} , +{"type":"Feature","id":"n2206991052","geometry":{"type":"Point","coordinates":[0.3464627,51.4230742]},"properties":{"@type":"node","@id":2206991052,"@timestamp":1363539896},"coords":"51.4230742,0.3464627","bedrooms":"0","price":"299000","area":"549"} , +{"type":"Feature","id":"n2206991062","geometry":{"type":"Point","coordinates":[0.3473214,51.4231495]},"properties":{"@type":"node","@id":2206991062,"@timestamp":1363539896},"coords":"51.4231495,0.3473214","bedrooms":"4","price":"228000","area":"505"} , +{"type":"Feature","id":"n2206991072","geometry":{"type":"Point","coordinates":[0.3474595,51.4232777]},"properties":{"@type":"node","@id":2206991072,"@timestamp":1363539897},"coords":"51.4232777,0.3474595","bedrooms":"3","price":"226000","area":"397"} , +{"type":"Feature","id":"n2207020847","geometry":{"type":"Point","coordinates":[0.3487413,51.4236723]},"properties":{"@type":"node","@id":2207020847,"@timestamp":1363541017},"coords":"51.4236723,0.3487413","bedrooms":"2","price":"267000","area":"560"} , +{"type":"Feature","id":"n2207096833","geometry":{"type":"Point","coordinates":[-0.2815222,51.5210907]},"properties":{"@type":"node","@id":2207096833,"@timestamp":1363544762},"coords":"51.5210907,-0.2815222","bedrooms":"4","price":"192000","area":"642"} , +{"type":"Feature","id":"n2207123662","geometry":{"type":"Point","coordinates":[-0.8270238,51.8040994]},"properties":{"@type":"node","@id":2207123662,"@timestamp":1634409100},"coords":"51.8040994,-0.8270238","bedrooms":"4","price":"154000","area":"381"} , +{"type":"Feature","id":"n2207164206","geometry":{"type":"Point","coordinates":[-0.4932531,51.299531]},"properties":{"@type":"node","@id":2207164206,"@timestamp":1610814807},"coords":"51.299531,-0.4932531","bedrooms":"0","price":"162000","area":"693"} , +{"type":"Feature","id":"n2207345843","geometry":{"type":"Point","coordinates":[-0.2503298,51.4632697]},"properties":{"@type":"node","@id":2207345843,"@timestamp":1363556241},"coords":"51.4632697,-0.2503298","bedrooms":"1","price":"235000","area":"559"} , +{"type":"Feature","id":"n2207504713","geometry":{"type":"Point","coordinates":[0.1714182,51.1487061]},"properties":{"@type":"node","@id":2207504713,"@timestamp":1591527136},"coords":"51.1487061,0.1714182","bedrooms":"3","price":"185000","area":"583"} , +{"type":"Feature","id":"n2207614510","geometry":{"type":"Point","coordinates":[-0.2392374,51.7630666]},"properties":{"@type":"node","@id":2207614510,"@timestamp":1553035467},"coords":"51.7630666,-0.2392374","bedrooms":"1","price":"226000","area":"371"} , +{"type":"Feature","id":"n2207634136","geometry":{"type":"Point","coordinates":[0.5491892,51.6523736]},"properties":{"@type":"node","@id":2207634136,"@timestamp":1363576504},"coords":"51.6523736,0.5491892","bedrooms":"1","price":"182000","area":"470"} , +{"type":"Feature","id":"n2207634344","geometry":{"type":"Point","coordinates":[0.5481271,51.6548613]},"properties":{"@type":"node","@id":2207634344,"@timestamp":1363576509},"coords":"51.6548613,0.5481271","bedrooms":"1","price":"253000","area":"359"} , +{"type":"Feature","id":"n2207634534","geometry":{"type":"Point","coordinates":[0.5472555,51.6576582]},"properties":{"@type":"node","@id":2207634534,"@timestamp":1454346087},"coords":"51.6576582,0.5472555","bedrooms":"2","price":"184000","area":"467"} , +{"type":"Feature","id":"n2207939432","geometry":{"type":"Point","coordinates":[-0.0739239,51.4125627]},"properties":{"@type":"node","@id":2207939432,"@timestamp":1363599843},"coords":"51.4125627,-0.0739239","bedrooms":"3","price":"168000","area":"656"} , +{"type":"Feature","id":"n2208178285","geometry":{"type":"Point","coordinates":[0.2695084,51.4393119]},"properties":{"@type":"node","@id":2208178285,"@timestamp":1558537439},"coords":"51.4393119,0.2695084","bedrooms":"4","price":"176000","area":"394"} , +{"type":"Feature","id":"n2208515981","geometry":{"type":"Point","coordinates":[-0.1149043,51.4646855]},"properties":{"@type":"node","@id":2208515981,"@timestamp":1363625471},"coords":"51.4646855,-0.1149043","bedrooms":"0","price":"194000","area":"647"} , +{"type":"Feature","id":"n2208734776","geometry":{"type":"Point","coordinates":[-0.6745834,51.8218129]},"properties":{"@type":"node","@id":2208734776,"@timestamp":1582480979},"coords":"51.8218129,-0.6745834","bedrooms":"2","price":"163000","area":"411"} , +{"type":"Feature","id":"n2208951631","geometry":{"type":"Point","coordinates":[-0.1186557,51.5040137]},"properties":{"@type":"node","@id":2208951631,"@timestamp":1363639737},"coords":"51.5040137,-0.1186557","bedrooms":"4","price":"198000","area":"637"} , +{"type":"Feature","id":"n2208951651","geometry":{"type":"Point","coordinates":[-0.1172327,51.5041831]},"properties":{"@type":"node","@id":2208951651,"@timestamp":1363639737},"coords":"51.5041831,-0.1172327","bedrooms":"3","price":"270000","area":"520"} , +{"type":"Feature","id":"n2208979161","geometry":{"type":"Point","coordinates":[0.1167991,51.6833761]},"properties":{"@type":"node","@id":2208979161,"@timestamp":1363640545},"coords":"51.6833761,0.1167991","bedrooms":"0","price":"249000","area":"372"} , +{"type":"Feature","id":"n2209146344","geometry":{"type":"Point","coordinates":[-0.1458141,51.5203518]},"properties":{"@type":"node","@id":2209146344,"@timestamp":1602153509},"coords":"51.5203518,-0.1458141","bedrooms":"3","price":"197000","area":"354"} , +{"type":"Feature","id":"n2209659201","geometry":{"type":"Point","coordinates":[-0.7657117,51.2935845]},"properties":{"@type":"node","@id":2209659201,"@timestamp":1492542593},"coords":"51.2935845,-0.7657117","bedrooms":"2","price":"206000","area":"563"} , +{"type":"Feature","id":"n2209671865","geometry":{"type":"Point","coordinates":[-0.8079431,51.2747714]},"properties":{"@type":"node","@id":2209671865,"@timestamp":1626794248},"coords":"51.2747714,-0.8079431","bedrooms":"3","price":"279000","area":"485"} , +{"type":"Feature","id":"n2209715902","geometry":{"type":"Point","coordinates":[-0.1701419,51.4633294]},"properties":{"@type":"node","@id":2209715902,"@timestamp":1517320322},"coords":"51.4633294,-0.1701419","bedrooms":"4","price":"255000","area":"632"} , +{"type":"Feature","id":"n2209997093","geometry":{"type":"Point","coordinates":[-0.7763081,51.294892]},"properties":{"@type":"node","@id":2209997093,"@timestamp":1606322284},"coords":"51.294892,-0.7763081","bedrooms":"4","price":"186000","area":"372"} , +{"type":"Feature","id":"n2210489839","geometry":{"type":"Point","coordinates":[-0.4339711,51.6935241]},"properties":{"@type":"node","@id":2210489839,"@timestamp":1625417582},"coords":"51.6935241,-0.4339711","bedrooms":"2","price":"192000","area":"381"} , +{"type":"Feature","id":"n2210575022","geometry":{"type":"Point","coordinates":[-1.0975644,51.249647]},"properties":{"@type":"node","@id":2210575022,"@timestamp":1529007385},"coords":"51.249647,-1.0975644","bedrooms":"2","price":"218000","area":"608"} , +{"type":"Feature","id":"n2210584961","geometry":{"type":"Point","coordinates":[0.1707064,51.3928051]},"properties":{"@type":"node","@id":2210584961,"@timestamp":1363738715},"coords":"51.3928051,0.1707064","bedrooms":"4","price":"264000","area":"469"} , +{"type":"Feature","id":"n2210585556","geometry":{"type":"Point","coordinates":[0.1712069,51.3924236]},"properties":{"@type":"node","@id":2210585556,"@timestamp":1363793129},"coords":"51.3924236,0.1712069","bedrooms":"1","price":"247000","area":"433"} , +{"type":"Feature","id":"n2210614753","geometry":{"type":"Point","coordinates":[-0.2728677,51.4504739]},"properties":{"@type":"node","@id":2210614753,"@timestamp":1363742468},"coords":"51.4504739,-0.2728677","bedrooms":"1","price":"217000","area":"594"} , +{"type":"Feature","id":"n2210636363","geometry":{"type":"Point","coordinates":[-0.2670211,51.4486151]},"properties":{"@type":"node","@id":2210636363,"@timestamp":1363743149},"coords":"51.4486151,-0.2670211","bedrooms":"3","price":"297000","area":"392"} , +{"type":"Feature","id":"n2211145539","geometry":{"type":"Point","coordinates":[0.0131394,51.5083102]},"properties":{"@type":"node","@id":2211145539,"@timestamp":1540558001},"coords":"51.5083102,0.0131394","bedrooms":"0","price":"275000","area":"641"} , +{"type":"Feature","id":"n2211405930","geometry":{"type":"Point","coordinates":[0.1756794,51.400414]},"properties":{"@type":"node","@id":2211405930,"@timestamp":1363792181},"coords":"51.400414,0.1756794","bedrooms":"4","price":"258000","area":"508"} , +{"type":"Feature","id":"n2211560643","geometry":{"type":"Point","coordinates":[-0.7591144,51.2889754]},"properties":{"@type":"node","@id":2211560643,"@timestamp":1635721050},"coords":"51.2889754,-0.7591144","bedrooms":"4","price":"216000","area":"514"} , +{"type":"Feature","id":"n2211855896","geometry":{"type":"Point","coordinates":[-1.0982475,51.256423]},"properties":{"@type":"node","@id":2211855896,"@timestamp":1624894376},"coords":"51.256423,-1.0982475","bedrooms":"0","price":"210000","area":"602"} , +{"type":"Feature","id":"n2212016105","geometry":{"type":"Point","coordinates":[-0.7510438,51.4116151]},"properties":{"@type":"node","@id":2212016105,"@timestamp":1624051054},"coords":"51.4116151,-0.7510438","bedrooms":"3","price":"262000","area":"690"} , +{"type":"Feature","id":"n2212100203","geometry":{"type":"Point","coordinates":[-0.9667555,50.9656296]},"properties":{"@type":"node","@id":2212100203,"@timestamp":1363820885},"coords":"50.9656296,-0.9667555","bedrooms":"0","price":"228000","area":"401"} , +{"type":"Feature","id":"n2212634925","geometry":{"type":"Point","coordinates":[-0.743546,51.3157534]},"properties":{"@type":"node","@id":2212634925,"@timestamp":1448048291},"coords":"51.3157534,-0.743546","bedrooms":"1","price":"264000","area":"634"} , +{"type":"Feature","id":"n2212870123","geometry":{"type":"Point","coordinates":[-0.2141827,51.0355016]},"properties":{"@type":"node","@id":2212870123,"@timestamp":1594800904},"coords":"51.0355016,-0.2141827","bedrooms":"3","price":"291000","area":"558"} , +{"type":"Feature","id":"n2212924125","geometry":{"type":"Point","coordinates":[-0.7541553,51.2851552]},"properties":{"@type":"node","@id":2212924125,"@timestamp":1551237705},"coords":"51.2851552,-0.7541553","bedrooms":"2","price":"210000","area":"688"} , +{"type":"Feature","id":"n2213325291","geometry":{"type":"Point","coordinates":[0.25448,51.4002537]},"properties":{"@type":"node","@id":2213325291,"@timestamp":1363887232},"coords":"51.4002537,0.25448","bedrooms":"2","price":"240000","area":"475"} , +{"type":"Feature","id":"n2213529585","geometry":{"type":"Point","coordinates":[-0.144021,51.4981697]},"properties":{"@type":"node","@id":2213529585,"@timestamp":1363895761},"coords":"51.4981697,-0.144021","bedrooms":"2","price":"177000","area":"414"} , +{"type":"Feature","id":"n2214594367","geometry":{"type":"Point","coordinates":[-0.7479342,51.3381494]},"properties":{"@type":"node","@id":2214594367,"@timestamp":1432481267},"coords":"51.3381494,-0.7479342","bedrooms":"4","price":"176000","area":"677"} , +{"type":"Feature","id":"n2214632282","geometry":{"type":"Point","coordinates":[0.2704698,51.4380325]},"properties":{"@type":"node","@id":2214632282,"@timestamp":1558537442},"coords":"51.4380325,0.2704698","bedrooms":"0","price":"154000","area":"515"} , +{"type":"Feature","id":"n2214756347","geometry":{"type":"Point","coordinates":[0.1107237,51.7749988]},"properties":{"@type":"node","@id":2214756347,"@timestamp":1363964923},"coords":"51.7749988,0.1107237","bedrooms":"3","price":"192000","area":"415"} , +{"type":"Feature","id":"n2214954341","geometry":{"type":"Point","coordinates":[-0.1385888,51.5084361]},"properties":{"@type":"node","@id":2214954341,"@timestamp":1564910828},"coords":"51.5084361,-0.1385888","bedrooms":"0","price":"189000","area":"663"} , +{"type":"Feature","id":"n2214988206","geometry":{"type":"Point","coordinates":[-0.1322626,51.5073045]},"properties":{"@type":"node","@id":2214988206,"@timestamp":1616862184},"coords":"51.5073045,-0.1322626","bedrooms":"0","price":"244000","area":"503"} , +{"type":"Feature","id":"n2215364475","geometry":{"type":"Point","coordinates":[-0.146427,51.5095353]},"properties":{"@type":"node","@id":2215364475,"@timestamp":1564910828},"coords":"51.5095353,-0.146427","bedrooms":"4","price":"176000","area":"554"} , +{"type":"Feature","id":"n2215490954","geometry":{"type":"Point","coordinates":[-0.1421544,51.5070843]},"properties":{"@type":"node","@id":2215490954,"@timestamp":1571971824},"coords":"51.5070843,-0.1421544","bedrooms":"4","price":"152000","area":"519"} , +{"type":"Feature","id":"n2215503568","geometry":{"type":"Point","coordinates":[-0.1407254,51.5077741]},"properties":{"@type":"node","@id":2215503568,"@timestamp":1627702740},"coords":"51.5077741,-0.1407254","bedrooms":"0","price":"192000","area":"585"} , +{"type":"Feature","id":"n2216380497","geometry":{"type":"Point","coordinates":[-0.2494085,51.4877346]},"properties":{"@type":"node","@id":2216380497,"@timestamp":1364042584},"coords":"51.4877346,-0.2494085","bedrooms":"4","price":"185000","area":"456"} , +{"type":"Feature","id":"n2216380510","geometry":{"type":"Point","coordinates":[-0.2503798,51.4861619]},"properties":{"@type":"node","@id":2216380510,"@timestamp":1364042584},"coords":"51.4861619,-0.2503798","bedrooms":"4","price":"165000","area":"580"} , +{"type":"Feature","id":"n2216380523","geometry":{"type":"Point","coordinates":[-0.2505186,51.4862342]},"properties":{"@type":"node","@id":2216380523,"@timestamp":1364042585},"coords":"51.4862342,-0.2505186","bedrooms":"1","price":"228000","area":"556"} , +{"type":"Feature","id":"n2216881956","geometry":{"type":"Point","coordinates":[-0.0797257,51.7962462]},"properties":{"@type":"node","@id":2216881956,"@timestamp":1380838851},"coords":"51.7962462,-0.0797257","bedrooms":"4","price":"288000","area":"633"} , +{"type":"Feature","id":"n2217387785","geometry":{"type":"Point","coordinates":[-0.2847242,51.4765168]},"properties":{"@type":"node","@id":2217387785,"@timestamp":1563104258},"coords":"51.4765168,-0.2847242","bedrooms":"3","price":"211000","area":"406"} , +{"type":"Feature","id":"n2217388385","geometry":{"type":"Point","coordinates":[-0.0934107,51.5011459]},"properties":{"@type":"node","@id":2217388385,"@timestamp":1636100514},"coords":"51.5011459,-0.0934107","bedrooms":"3","price":"197000","area":"461"} , +{"type":"Feature","id":"n2217412070","geometry":{"type":"Point","coordinates":[-0.0927746,51.5009664]},"properties":{"@type":"node","@id":2217412070,"@timestamp":1564910830},"coords":"51.5009664,-0.0927746","bedrooms":"0","price":"256000","area":"485"} , +{"type":"Feature","id":"n2218253519","geometry":{"type":"Point","coordinates":[0.2715889,51.4395486]},"properties":{"@type":"node","@id":2218253519,"@timestamp":1558537443},"coords":"51.4395486,0.2715889","bedrooms":"2","price":"204000","area":"583"} , +{"type":"Feature","id":"n2218253559","geometry":{"type":"Point","coordinates":[0.2714706,51.4396758]},"properties":{"@type":"node","@id":2218253559,"@timestamp":1364118748},"coords":"51.4396758,0.2714706","bedrooms":"1","price":"212000","area":"548"} , +{"type":"Feature","id":"n2218310184","geometry":{"type":"Point","coordinates":[0.666313,51.0626919]},"properties":{"@type":"node","@id":2218310184,"@timestamp":1364121491},"coords":"51.0626919,0.666313","bedrooms":"1","price":"283000","area":"594"} , +{"type":"Feature","id":"n2218358116","geometry":{"type":"Point","coordinates":[0.631783,51.0498397]},"properties":{"@type":"node","@id":2218358116,"@timestamp":1364123674},"coords":"51.0498397,0.631783","bedrooms":"4","price":"245000","area":"545"} , +{"type":"Feature","id":"n2218389316","geometry":{"type":"Point","coordinates":[0.6243166,51.0512059]},"properties":{"@type":"node","@id":2218389316,"@timestamp":1377023657},"coords":"51.0512059,0.6243166","bedrooms":"0","price":"170000","area":"437"} , +{"type":"Feature","id":"n2218430143","geometry":{"type":"Point","coordinates":[0.6007568,51.0509223]},"properties":{"@type":"node","@id":2218430143,"@timestamp":1364127192},"coords":"51.0509223,0.6007568","bedrooms":"1","price":"211000","area":"432"} , +{"type":"Feature","id":"n2218451757","geometry":{"type":"Point","coordinates":[0.5853311,51.0631869]},"properties":{"@type":"node","@id":2218451757,"@timestamp":1600416486},"coords":"51.0631869,0.5853311","bedrooms":"4","price":"174000","area":"680"} , +{"type":"Feature","id":"n2218504139","geometry":{"type":"Point","coordinates":[0.5746316,51.0622156]},"properties":{"@type":"node","@id":2218504139,"@timestamp":1364131671},"coords":"51.0622156,0.5746316","bedrooms":"1","price":"287000","area":"575"} , +{"type":"Feature","id":"n2218536534","geometry":{"type":"Point","coordinates":[-0.7963132,51.6897124]},"properties":{"@type":"node","@id":2218536534,"@timestamp":1460303526},"coords":"51.6897124,-0.7963132","bedrooms":"4","price":"161000","area":"364"} , +{"type":"Feature","id":"n2218600945","geometry":{"type":"Point","coordinates":[0.1546107,51.1287396]},"properties":{"@type":"node","@id":2218600945,"@timestamp":1629628632},"coords":"51.1287396,0.1546107","bedrooms":"0","price":"231000","area":"533"} , +{"type":"Feature","id":"n2219142094","geometry":{"type":"Point","coordinates":[-0.3710304,51.5709595]},"properties":{"@type":"node","@id":2219142094,"@timestamp":1629842878},"coords":"51.5709595,-0.3710304","bedrooms":"2","price":"263000","area":"665"} , +{"type":"Feature","id":"n2219280967","geometry":{"type":"Point","coordinates":[0.1654527,51.2804232]},"properties":{"@type":"node","@id":2219280967,"@timestamp":1364153839},"coords":"51.2804232,0.1654527","bedrooms":"0","price":"186000","area":"673"} , +{"type":"Feature","id":"n2220978745","geometry":{"type":"Point","coordinates":[0.072567,51.5282125]},"properties":{"@type":"node","@id":2220978745,"@timestamp":1550505337},"coords":"51.5282125,0.072567","bedrooms":"4","price":"206000","area":"426"} , +{"type":"Feature","id":"n2221047666","geometry":{"type":"Point","coordinates":[0.0722746,51.5311155]},"properties":{"@type":"node","@id":2221047666,"@timestamp":1550505337},"coords":"51.5311155,0.0722746","bedrooms":"3","price":"218000","area":"498"} , +{"type":"Feature","id":"n2221065073","geometry":{"type":"Point","coordinates":[0.0711616,51.5335599]},"properties":{"@type":"node","@id":2221065073,"@timestamp":1550505337},"coords":"51.5335599,0.0711616","bedrooms":"3","price":"213000","area":"578"} , +{"type":"Feature","id":"n2222451581","geometry":{"type":"Point","coordinates":[0.1371119,51.7907697]},"properties":{"@type":"node","@id":2222451581,"@timestamp":1365187888},"coords":"51.7907697,0.1371119","bedrooms":"4","price":"255000","area":"430"} , +{"type":"Feature","id":"n2223359289","geometry":{"type":"Point","coordinates":[-0.1898505,51.7713453]},"properties":{"@type":"node","@id":2223359289,"@timestamp":1591454384},"coords":"51.7713453,-0.1898505","bedrooms":"0","price":"205000","area":"435"} , +{"type":"Feature","id":"n2224888529","geometry":{"type":"Point","coordinates":[-1.0573294,51.3555588]},"properties":{"@type":"node","@id":2224888529,"@timestamp":1364287241},"coords":"51.3555588,-1.0573294","bedrooms":"4","price":"157000","area":"370"} , +{"type":"Feature","id":"n2224888565","geometry":{"type":"Point","coordinates":[-1.0390421,51.3682769]},"properties":{"@type":"node","@id":2224888565,"@timestamp":1364287241},"coords":"51.3682769,-1.0390421","bedrooms":"0","price":"279000","area":"524"} , +{"type":"Feature","id":"n2224958752","geometry":{"type":"Point","coordinates":[-1.009219,51.3905767]},"properties":{"@type":"node","@id":2224958752,"@timestamp":1364288887},"coords":"51.3905767,-1.009219","bedrooms":"3","price":"166000","area":"651"} , +{"type":"Feature","id":"n2224958823","geometry":{"type":"Point","coordinates":[-1.0077384,51.3934019]},"properties":{"@type":"node","@id":2224958823,"@timestamp":1364288888},"coords":"51.3934019,-1.0077384","bedrooms":"1","price":"291000","area":"599"} , +{"type":"Feature","id":"n2225475815","geometry":{"type":"Point","coordinates":[-0.3029869,51.7409363]},"properties":{"@type":"node","@id":2225475815,"@timestamp":1364309233},"coords":"51.7409363,-0.3029869","bedrooms":"2","price":"173000","area":"401"} , +{"type":"Feature","id":"n2225533352","geometry":{"type":"Point","coordinates":[-0.0329447,51.5801538]},"properties":{"@type":"node","@id":2225533352,"@timestamp":1364312353},"coords":"51.5801538,-0.0329447","bedrooms":"4","price":"155000","area":"660"} , +{"type":"Feature","id":"n2228818694","geometry":{"type":"Point","coordinates":[-0.067156,51.5365391]},"properties":{"@type":"node","@id":2228818694,"@timestamp":1618054818},"coords":"51.5365391,-0.067156","bedrooms":"4","price":"263000","area":"403"} , +{"type":"Feature","id":"n2229437995","geometry":{"type":"Point","coordinates":[-0.0787478,51.017183]},"properties":{"@type":"node","@id":2229437995,"@timestamp":1505062862},"coords":"51.017183,-0.0787478","bedrooms":"3","price":"199000","area":"528"} , +{"type":"Feature","id":"n2231424441","geometry":{"type":"Point","coordinates":[-0.0372568,51.3942946]},"properties":{"@type":"node","@id":2231424441,"@timestamp":1600024629},"coords":"51.3942946,-0.0372568","bedrooms":"2","price":"279000","area":"371"} , +{"type":"Feature","id":"n2231802119","geometry":{"type":"Point","coordinates":[0.0173323,51.4024903]},"properties":{"@type":"node","@id":2231802119,"@timestamp":1618331219},"coords":"51.4024903,0.0173323","bedrooms":"1","price":"175000","area":"562"} , +{"type":"Feature","id":"n2232061936","geometry":{"type":"Point","coordinates":[0.8892396,51.0663974]},"properties":{"@type":"node","@id":2232061936,"@timestamp":1364485472},"coords":"51.0663974,0.8892396","bedrooms":"1","price":"172000","area":"696"} , +{"type":"Feature","id":"n2232511357","geometry":{"type":"Point","coordinates":[0.2245759,51.106796]},"properties":{"@type":"node","@id":2232511357,"@timestamp":1417288110},"coords":"51.106796,0.2245759","bedrooms":"0","price":"289000","area":"365"} , +{"type":"Feature","id":"n2233615280","geometry":{"type":"Point","coordinates":[0.1413662,51.7878049]},"properties":{"@type":"node","@id":2233615280,"@timestamp":1364541179},"coords":"51.7878049,0.1413662","bedrooms":"4","price":"270000","area":"403"} , +{"type":"Feature","id":"n2234744267","geometry":{"type":"Point","coordinates":[0.1076495,51.7831537]},"properties":{"@type":"node","@id":2234744267,"@timestamp":1624994755},"coords":"51.7831537,0.1076495","bedrooms":"2","price":"213000","area":"386"} , +{"type":"Feature","id":"n2235520147","geometry":{"type":"Point","coordinates":[0.5387775,51.002603]},"properties":{"@type":"node","@id":2235520147,"@timestamp":1364589063},"coords":"51.002603,0.5387775","bedrooms":"3","price":"227000","area":"409"} , +{"type":"Feature","id":"n2235613060","geometry":{"type":"Point","coordinates":[-0.0969905,51.3631601]},"properties":{"@type":"node","@id":2235613060,"@timestamp":1535218241},"coords":"51.3631601,-0.0969905","bedrooms":"4","price":"275000","area":"523"} , +{"type":"Feature","id":"n2237161607","geometry":{"type":"Point","coordinates":[-0.174174,51.4778371]},"properties":{"@type":"node","@id":2237161607,"@timestamp":1364633962},"coords":"51.4778371,-0.174174","bedrooms":"3","price":"163000","area":"674"} , +{"type":"Feature","id":"n2237937243","geometry":{"type":"Point","coordinates":[0.1713796,51.8823672]},"properties":{"@type":"node","@id":2237937243,"@timestamp":1630768169},"coords":"51.8823672,0.1713796","bedrooms":"1","price":"184000","area":"527"} , +{"type":"Feature","id":"n2238048287","geometry":{"type":"Point","coordinates":[0.2697171,51.4391535]},"properties":{"@type":"node","@id":2238048287,"@timestamp":1558537444},"coords":"51.4391535,0.2697171","bedrooms":"1","price":"228000","area":"587"} , +{"type":"Feature","id":"n2238049312","geometry":{"type":"Point","coordinates":[-0.2789559,51.9526608]},"properties":{"@type":"node","@id":2238049312,"@timestamp":1405545507},"coords":"51.9526608,-0.2789559","bedrooms":"1","price":"178000","area":"657"} , +{"type":"Feature","id":"n2238083957","geometry":{"type":"Point","coordinates":[-0.2653028,51.944174]},"properties":{"@type":"node","@id":2238083957,"@timestamp":1405545507},"coords":"51.944174,-0.2653028","bedrooms":"2","price":"297000","area":"363"} , +{"type":"Feature","id":"n2238083981","geometry":{"type":"Point","coordinates":[-0.2648374,51.9440674]},"properties":{"@type":"node","@id":2238083981,"@timestamp":1405545508},"coords":"51.9440674,-0.2648374","bedrooms":"3","price":"150000","area":"422"} , +{"type":"Feature","id":"n2238230110","geometry":{"type":"Point","coordinates":[-0.1734728,51.4778258]},"properties":{"@type":"node","@id":2238230110,"@timestamp":1365006037},"coords":"51.4778258,-0.1734728","bedrooms":"1","price":"252000","area":"567"} , +{"type":"Feature","id":"n2238366133","geometry":{"type":"Point","coordinates":[0.3174456,51.6924825]},"properties":{"@type":"node","@id":2238366133,"@timestamp":1364659086},"coords":"51.6924825,0.3174456","bedrooms":"1","price":"273000","area":"557"} , +{"type":"Feature","id":"n2239734888","geometry":{"type":"Point","coordinates":[-0.3992763,51.2698384]},"properties":{"@type":"node","@id":2239734888,"@timestamp":1364687730},"coords":"51.2698384,-0.3992763","bedrooms":"4","price":"258000","area":"689"} , +{"type":"Feature","id":"n2239749715","geometry":{"type":"Point","coordinates":[-0.1730471,51.4783357]},"properties":{"@type":"node","@id":2239749715,"@timestamp":1364755973},"coords":"51.4783357,-0.1730471","bedrooms":"0","price":"255000","area":"510"} , +{"type":"Feature","id":"n2239750211","geometry":{"type":"Point","coordinates":[-0.1738513,51.4777705]},"properties":{"@type":"node","@id":2239750211,"@timestamp":1364755988},"coords":"51.4777705,-0.1738513","bedrooms":"0","price":"273000","area":"628"} , +{"type":"Feature","id":"n2239750259","geometry":{"type":"Point","coordinates":[-0.1730194,51.4781298]},"properties":{"@type":"node","@id":2239750259,"@timestamp":1364755989},"coords":"51.4781298,-0.1730194","bedrooms":"3","price":"250000","area":"471"} , +{"type":"Feature","id":"n2239750301","geometry":{"type":"Point","coordinates":[-0.1723513,51.4784188]},"properties":{"@type":"node","@id":2239750301,"@timestamp":1364755990},"coords":"51.4784188,-0.1723513","bedrooms":"0","price":"175000","area":"504"} , +{"type":"Feature","id":"n2239750350","geometry":{"type":"Point","coordinates":[-0.1722694,51.4790125]},"properties":{"@type":"node","@id":2239750350,"@timestamp":1364841432},"coords":"51.4790125,-0.1722694","bedrooms":"3","price":"249000","area":"544"} , +{"type":"Feature","id":"n2239835718","geometry":{"type":"Point","coordinates":[-0.4478937,51.7229047]},"properties":{"@type":"node","@id":2239835718,"@timestamp":1605202077},"coords":"51.7229047,-0.4478937","bedrooms":"3","price":"235000","area":"476"} , +{"type":"Feature","id":"n2239863060","geometry":{"type":"Point","coordinates":[0.3424433,51.4232353]},"properties":{"@type":"node","@id":2239863060,"@timestamp":1364759298},"coords":"51.4232353,0.3424433","bedrooms":"4","price":"222000","area":"695"} , +{"type":"Feature","id":"n2239863079","geometry":{"type":"Point","coordinates":[0.341963,51.423349]},"properties":{"@type":"node","@id":2239863079,"@timestamp":1364759298},"coords":"51.423349,0.341963","bedrooms":"2","price":"195000","area":"689"} , +{"type":"Feature","id":"n2239863110","geometry":{"type":"Point","coordinates":[0.3423486,51.4238082]},"properties":{"@type":"node","@id":2239863110,"@timestamp":1364759299},"coords":"51.4238082,0.3423486","bedrooms":"2","price":"227000","area":"643"} , +{"type":"Feature","id":"n2240061398","geometry":{"type":"Point","coordinates":[0.0496661,50.943963]},"properties":{"@type":"node","@id":2240061398,"@timestamp":1364765241},"coords":"50.943963,0.0496661","bedrooms":"3","price":"254000","area":"421"} , +{"type":"Feature","id":"n2240150841","geometry":{"type":"Point","coordinates":[0.5774416,51.3687792]},"properties":{"@type":"node","@id":2240150841,"@timestamp":1558804586},"coords":"51.3687792,0.5774416","bedrooms":"0","price":"173000","area":"402"} , +{"type":"Feature","id":"n2241067006","geometry":{"type":"Point","coordinates":[0.0335914,50.9590502]},"properties":{"@type":"node","@id":2241067006,"@timestamp":1364799213},"coords":"50.9590502,0.0335914","bedrooms":"1","price":"209000","area":"505"} , +{"type":"Feature","id":"n2241293639","geometry":{"type":"Point","coordinates":[-0.3032436,51.5160788]},"properties":{"@type":"node","@id":2241293639,"@timestamp":1632666303},"coords":"51.5160788,-0.3032436","bedrooms":"3","price":"172000","area":"364"} , +{"type":"Feature","id":"n2241672910","geometry":{"type":"Point","coordinates":[-0.0114461,50.9966596]},"properties":{"@type":"node","@id":2241672910,"@timestamp":1364811046},"coords":"50.9966596,-0.0114461","bedrooms":"1","price":"174000","area":"413"} , +{"type":"Feature","id":"n2241856128","geometry":{"type":"Point","coordinates":[-0.0617277,51.0058484]},"properties":{"@type":"node","@id":2241856128,"@timestamp":1364814884},"coords":"51.0058484,-0.0617277","bedrooms":"3","price":"240000","area":"503"} , +{"type":"Feature","id":"n2242361118","geometry":{"type":"Point","coordinates":[-0.0258786,51.5961213]},"properties":{"@type":"node","@id":2242361118,"@timestamp":1364824960},"coords":"51.5961213,-0.0258786","bedrooms":"2","price":"236000","area":"444"} , +{"type":"Feature","id":"n2242607494","geometry":{"type":"Point","coordinates":[-0.2636913,51.9393954]},"properties":{"@type":"node","@id":2242607494,"@timestamp":1618150295},"coords":"51.9393954,-0.2636913","bedrooms":"2","price":"234000","area":"363"} , +{"type":"Feature","id":"n2242742029","geometry":{"type":"Point","coordinates":[-0.1731555,51.4786485]},"properties":{"@type":"node","@id":2242742029,"@timestamp":1364841427},"coords":"51.4786485,-0.1731555","bedrooms":"3","price":"235000","area":"545"} , +{"type":"Feature","id":"n2242742156","geometry":{"type":"Point","coordinates":[-0.1726841,51.4796116]},"properties":{"@type":"node","@id":2242742156,"@timestamp":1364848970},"coords":"51.4796116,-0.1726841","bedrooms":"1","price":"179000","area":"633"} , +{"type":"Feature","id":"n2242788430","geometry":{"type":"Point","coordinates":[-0.1734205,51.4790126]},"properties":{"@type":"node","@id":2242788430,"@timestamp":1364848971},"coords":"51.4790126,-0.1734205","bedrooms":"1","price":"282000","area":"672"} , +{"type":"Feature","id":"n2242836414","geometry":{"type":"Point","coordinates":[-0.783506,51.5698172]},"properties":{"@type":"node","@id":2242836414,"@timestamp":1364847646},"coords":"51.5698172,-0.783506","bedrooms":"2","price":"234000","area":"419"} , +{"type":"Feature","id":"n2242855610","geometry":{"type":"Point","coordinates":[-0.1740375,51.4787094]},"properties":{"@type":"node","@id":2242855610,"@timestamp":1364848967},"coords":"51.4787094,-0.1740375","bedrooms":"3","price":"214000","area":"396"} , +{"type":"Feature","id":"n2242860465","geometry":{"type":"Point","coordinates":[-0.1719469,51.4787282]},"properties":{"@type":"node","@id":2242860465,"@timestamp":1364849510},"coords":"51.4787282,-0.1719469","bedrooms":"3","price":"197000","area":"649"} , +{"type":"Feature","id":"n2242871693","geometry":{"type":"Point","coordinates":[-0.1698583,51.4804696]},"properties":{"@type":"node","@id":2242871693,"@timestamp":1364850284},"coords":"51.4804696,-0.1698583","bedrooms":"2","price":"263000","area":"699"} , +{"type":"Feature","id":"n2242893594","geometry":{"type":"Point","coordinates":[-0.7430331,51.6289685]},"properties":{"@type":"node","@id":2242893594,"@timestamp":1526739903},"coords":"51.6289685,-0.7430331","bedrooms":"2","price":"238000","area":"400"} , +{"type":"Feature","id":"n2243139626","geometry":{"type":"Point","coordinates":[0.8908925,51.1619074]},"properties":{"@type":"node","@id":2243139626,"@timestamp":1364981390},"coords":"51.1619074,0.8908925","bedrooms":"4","price":"298000","area":"668"} , +{"type":"Feature","id":"n2243139646","geometry":{"type":"Point","coordinates":[0.8893617,51.1617241]},"properties":{"@type":"node","@id":2243139646,"@timestamp":1364981391},"coords":"51.1617241,0.8893617","bedrooms":"2","price":"223000","area":"356"} , +{"type":"Feature","id":"n2243139670","geometry":{"type":"Point","coordinates":[0.8878475,51.1605277]},"properties":{"@type":"node","@id":2243139670,"@timestamp":1401128964},"coords":"51.1605277,0.8878475","bedrooms":"2","price":"201000","area":"630"} , +{"type":"Feature","id":"n2243139691","geometry":{"type":"Point","coordinates":[0.8885555,51.1606505]},"properties":{"@type":"node","@id":2243139691,"@timestamp":1499594912},"coords":"51.1606505,0.8885555","bedrooms":"4","price":"257000","area":"486"} , +{"type":"Feature","id":"n2243139718","geometry":{"type":"Point","coordinates":[0.8901498,51.1610415]},"properties":{"@type":"node","@id":2243139718,"@timestamp":1401128965},"coords":"51.1610415,0.8901498","bedrooms":"4","price":"197000","area":"629"} , +{"type":"Feature","id":"n2243139741","geometry":{"type":"Point","coordinates":[0.8890388,51.1622503]},"properties":{"@type":"node","@id":2243139741,"@timestamp":1499595067},"coords":"51.1622503,0.8890388","bedrooms":"1","price":"222000","area":"589"} , +{"type":"Feature","id":"n2243139755","geometry":{"type":"Point","coordinates":[0.8894107,51.1625384]},"properties":{"@type":"node","@id":2243139755,"@timestamp":1364981392},"coords":"51.1625384,0.8894107","bedrooms":"3","price":"247000","area":"609"} , +{"type":"Feature","id":"n2243139770","geometry":{"type":"Point","coordinates":[0.8900368,51.1646581]},"properties":{"@type":"node","@id":2243139770,"@timestamp":1364981885},"coords":"51.1646581,0.8900368","bedrooms":"4","price":"267000","area":"524"} , +{"type":"Feature","id":"n2243139795","geometry":{"type":"Point","coordinates":[0.8892002,51.1628945]},"properties":{"@type":"node","@id":2243139795,"@timestamp":1364981393},"coords":"51.1628945,0.8892002","bedrooms":"1","price":"153000","area":"571"} , +{"type":"Feature","id":"n2243139820","geometry":{"type":"Point","coordinates":[0.8886626,51.16418]},"properties":{"@type":"node","@id":2243139820,"@timestamp":1364981886},"coords":"51.16418,0.8886626","bedrooms":"3","price":"152000","area":"594"} , +{"type":"Feature","id":"n2243139850","geometry":{"type":"Point","coordinates":[0.8889684,51.1638239]},"properties":{"@type":"node","@id":2243139850,"@timestamp":1364981886},"coords":"51.1638239,0.8889684","bedrooms":"0","price":"268000","area":"377"} , +{"type":"Feature","id":"n2244758361","geometry":{"type":"Point","coordinates":[-0.03212,51.5327746]},"properties":{"@type":"node","@id":2244758361,"@timestamp":1558622523},"coords":"51.5327746,-0.03212","bedrooms":"1","price":"231000","area":"655"} , +{"type":"Feature","id":"n2244869543","geometry":{"type":"Point","coordinates":[-0.7637057,51.3044119]},"properties":{"@type":"node","@id":2244869543,"@timestamp":1366795810},"coords":"51.3044119,-0.7637057","bedrooms":"4","price":"174000","area":"418"} , +{"type":"Feature","id":"n2245014986","geometry":{"type":"Point","coordinates":[-0.1689145,51.5191701]},"properties":{"@type":"node","@id":2245014986,"@timestamp":1600868313},"coords":"51.5191701,-0.1689145","bedrooms":"2","price":"243000","area":"692"} , +{"type":"Feature","id":"n2245213835","geometry":{"type":"Point","coordinates":[0.2269266,51.3130287]},"properties":{"@type":"node","@id":2245213835,"@timestamp":1559718953},"coords":"51.3130287,0.2269266","bedrooms":"3","price":"290000","area":"484"} , +{"type":"Feature","id":"n2245369370","geometry":{"type":"Point","coordinates":[-0.2846281,51.7444403]},"properties":{"@type":"node","@id":2245369370,"@timestamp":1364936793},"coords":"51.7444403,-0.2846281","bedrooms":"2","price":"275000","area":"653"} , +{"type":"Feature","id":"n2245369467","geometry":{"type":"Point","coordinates":[-0.2885239,51.7421924]},"properties":{"@type":"node","@id":2245369467,"@timestamp":1364936794},"coords":"51.7421924,-0.2885239","bedrooms":"1","price":"175000","area":"639"} , +{"type":"Feature","id":"n2245386795","geometry":{"type":"Point","coordinates":[-0.1145222,51.3149745]},"properties":{"@type":"node","@id":2245386795,"@timestamp":1364937164},"coords":"51.3149745,-0.1145222","bedrooms":"3","price":"274000","area":"496"} , +{"type":"Feature","id":"n2245398222","geometry":{"type":"Point","coordinates":[-0.2898669,51.7597185]},"properties":{"@type":"node","@id":2245398222,"@timestamp":1367417449},"coords":"51.7597185,-0.2898669","bedrooms":"3","price":"224000","area":"454"} , +{"type":"Feature","id":"n2245673712","geometry":{"type":"Point","coordinates":[-0.2918892,51.7541334]},"properties":{"@type":"node","@id":2245673712,"@timestamp":1364950906},"coords":"51.7541334,-0.2918892","bedrooms":"0","price":"244000","area":"489"} , +{"type":"Feature","id":"n2246147515","geometry":{"type":"Point","coordinates":[0.8883333,51.1635905]},"properties":{"@type":"node","@id":2246147515,"@timestamp":1543778099},"coords":"51.1635905,0.8883333","bedrooms":"4","price":"263000","area":"677"} , +{"type":"Feature","id":"n2246251765","geometry":{"type":"Point","coordinates":[0.8879235,51.1655318]},"properties":{"@type":"node","@id":2246251765,"@timestamp":1364984693},"coords":"51.1655318,0.8879235","bedrooms":"4","price":"243000","area":"394"} , +{"type":"Feature","id":"n2246251800","geometry":{"type":"Point","coordinates":[0.8873716,51.1662359]},"properties":{"@type":"node","@id":2246251800,"@timestamp":1364984693},"coords":"51.1662359,0.8873716","bedrooms":"2","price":"276000","area":"528"} , +{"type":"Feature","id":"n2246251827","geometry":{"type":"Point","coordinates":[0.8888932,51.1649927]},"properties":{"@type":"node","@id":2246251827,"@timestamp":1364984836},"coords":"51.1649927,0.8888932","bedrooms":"0","price":"222000","area":"592"} , +{"type":"Feature","id":"n2246531658","geometry":{"type":"Point","coordinates":[0.8932695,51.1642995]},"properties":{"@type":"node","@id":2246531658,"@timestamp":1401129461},"coords":"51.1642995,0.8932695","bedrooms":"0","price":"217000","area":"690"} , +{"type":"Feature","id":"n2246531723","geometry":{"type":"Point","coordinates":[0.8928076,51.1644602]},"properties":{"@type":"node","@id":2246531723,"@timestamp":1401129461},"coords":"51.1644602,0.8928076","bedrooms":"1","price":"233000","area":"676"} , +{"type":"Feature","id":"n2246531772","geometry":{"type":"Point","coordinates":[0.8927569,51.1625692]},"properties":{"@type":"node","@id":2246531772,"@timestamp":1499594875},"coords":"51.1625692,0.8927569","bedrooms":"2","price":"270000","area":"569"} , +{"type":"Feature","id":"n2246531811","geometry":{"type":"Point","coordinates":[0.8939749,51.1636452]},"properties":{"@type":"node","@id":2246531811,"@timestamp":1499594875},"coords":"51.1636452,0.8939749","bedrooms":"2","price":"297000","area":"379"} , +{"type":"Feature","id":"n2246531882","geometry":{"type":"Point","coordinates":[0.8912927,51.1646737]},"properties":{"@type":"node","@id":2246531882,"@timestamp":1364993427},"coords":"51.1646737,0.8912927","bedrooms":"4","price":"211000","area":"609"} , +{"type":"Feature","id":"n2246531952","geometry":{"type":"Point","coordinates":[0.8928988,51.1632919]},"properties":{"@type":"node","@id":2246531952,"@timestamp":1364993428},"coords":"51.1632919,0.8928988","bedrooms":"0","price":"266000","area":"687"} , +{"type":"Feature","id":"n2246548348","geometry":{"type":"Point","coordinates":[0.8912742,51.1626189]},"properties":{"@type":"node","@id":2246548348,"@timestamp":1364994189},"coords":"51.1626189,0.8912742","bedrooms":"4","price":"277000","area":"405"} , +{"type":"Feature","id":"n2246548358","geometry":{"type":"Point","coordinates":[0.8919801,51.1631571]},"properties":{"@type":"node","@id":2246548358,"@timestamp":1364994190},"coords":"51.1631571,0.8919801","bedrooms":"3","price":"287000","area":"477"} , +{"type":"Feature","id":"n2246548370","geometry":{"type":"Point","coordinates":[0.8897815,51.1629721]},"properties":{"@type":"node","@id":2246548370,"@timestamp":1364994191},"coords":"51.1629721,0.8897815","bedrooms":"3","price":"179000","area":"688"} , +{"type":"Feature","id":"n2246689335","geometry":{"type":"Point","coordinates":[-0.2914569,51.7431058]},"properties":{"@type":"node","@id":2246689335,"@timestamp":1365000023},"coords":"51.7431058,-0.2914569","bedrooms":"1","price":"170000","area":"559"} , +{"type":"Feature","id":"n2246856927","geometry":{"type":"Point","coordinates":[-0.2853472,51.7602548]},"properties":{"@type":"node","@id":2246856927,"@timestamp":1365005919},"coords":"51.7602548,-0.2853472","bedrooms":"3","price":"297000","area":"652"} , +{"type":"Feature","id":"n2247017472","geometry":{"type":"Point","coordinates":[-0.2988733,51.740205]},"properties":{"@type":"node","@id":2247017472,"@timestamp":1365013801},"coords":"51.740205,-0.2988733","bedrooms":"2","price":"155000","area":"461"} , +{"type":"Feature","id":"n2247165619","geometry":{"type":"Point","coordinates":[-0.2046958,51.4997306]},"properties":{"@type":"node","@id":2247165619,"@timestamp":1587437576},"coords":"51.4997306,-0.2046958","bedrooms":"3","price":"227000","area":"527"} , +{"type":"Feature","id":"n2247284491","geometry":{"type":"Point","coordinates":[0.0029241,51.5138244]},"properties":{"@type":"node","@id":2247284491,"@timestamp":1365025951},"coords":"51.5138244,0.0029241","bedrooms":"0","price":"212000","area":"389"} , +{"type":"Feature","id":"n2248129457","geometry":{"type":"Point","coordinates":[-0.2583641,51.7693526]},"properties":{"@type":"node","@id":2248129457,"@timestamp":1365075786},"coords":"51.7693526,-0.2583641","bedrooms":"4","price":"191000","area":"687"} , +{"type":"Feature","id":"n2248504029","geometry":{"type":"Point","coordinates":[-0.021189,51.4460198]},"properties":{"@type":"node","@id":2248504029,"@timestamp":1618422857},"coords":"51.4460198,-0.021189","bedrooms":"2","price":"235000","area":"631"} , +{"type":"Feature","id":"n2248627708","geometry":{"type":"Point","coordinates":[-0.3522494,51.751298]},"properties":{"@type":"node","@id":2248627708,"@timestamp":1365087610},"coords":"51.751298,-0.3522494","bedrooms":"4","price":"277000","area":"508"} , +{"type":"Feature","id":"n2248887744","geometry":{"type":"Point","coordinates":[-0.1112529,51.5055333]},"properties":{"@type":"node","@id":2248887744,"@timestamp":1591109231},"coords":"51.5055333,-0.1112529","bedrooms":"4","price":"254000","area":"684"} , +{"type":"Feature","id":"n2248925983","geometry":{"type":"Point","coordinates":[-0.1101683,51.5036269]},"properties":{"@type":"node","@id":2248925983,"@timestamp":1365092340},"coords":"51.5036269,-0.1101683","bedrooms":"4","price":"251000","area":"650"} , +{"type":"Feature","id":"n2249007469","geometry":{"type":"Point","coordinates":[-0.1108817,51.4954235]},"properties":{"@type":"node","@id":2249007469,"@timestamp":1629746415},"coords":"51.4954235,-0.1108817","bedrooms":"0","price":"200000","area":"655"} , +{"type":"Feature","id":"n2249960466","geometry":{"type":"Point","coordinates":[0.133139,51.7813581]},"properties":{"@type":"node","@id":2249960466,"@timestamp":1365151899},"coords":"51.7813581,0.133139","bedrooms":"1","price":"216000","area":"643"} , +{"type":"Feature","id":"n2250334590","geometry":{"type":"Point","coordinates":[-0.1099498,51.489288]},"properties":{"@type":"node","@id":2250334590,"@timestamp":1365161994},"coords":"51.489288,-0.1099498","bedrooms":"0","price":"220000","area":"385"} , +{"type":"Feature","id":"n2250346466","geometry":{"type":"Point","coordinates":[-0.1046658,51.4897589]},"properties":{"@type":"node","@id":2250346466,"@timestamp":1365162503},"coords":"51.4897589,-0.1046658","bedrooms":"1","price":"292000","area":"512"} , +{"type":"Feature","id":"n2250370131","geometry":{"type":"Point","coordinates":[-0.1111085,51.4852745]},"properties":{"@type":"node","@id":2250370131,"@timestamp":1365163580},"coords":"51.4852745,-0.1111085","bedrooms":"4","price":"247000","area":"445"} , +{"type":"Feature","id":"n2250380103","geometry":{"type":"Point","coordinates":[-0.1114548,51.4797248]},"properties":{"@type":"node","@id":2250380103,"@timestamp":1570149292},"coords":"51.4797248,-0.1114548","bedrooms":"3","price":"274000","area":"532"} , +{"type":"Feature","id":"n2250440009","geometry":{"type":"Point","coordinates":[-0.1160867,51.5051479]},"properties":{"@type":"node","@id":2250440009,"@timestamp":1635248485},"coords":"51.5051479,-0.1160867","bedrooms":"3","price":"172000","area":"546"} , +{"type":"Feature","id":"n2250464748","geometry":{"type":"Point","coordinates":[-0.1173083,51.4956877]},"properties":{"@type":"node","@id":2250464748,"@timestamp":1510229501},"coords":"51.4956877,-0.1173083","bedrooms":"0","price":"261000","area":"435"} , +{"type":"Feature","id":"n2250563250","geometry":{"type":"Point","coordinates":[-0.1202173,51.4920469]},"properties":{"@type":"node","@id":2250563250,"@timestamp":1633358074},"coords":"51.4920469,-0.1202173","bedrooms":"1","price":"297000","area":"488"} , +{"type":"Feature","id":"n2250630103","geometry":{"type":"Point","coordinates":[-0.1156843,51.485176]},"properties":{"@type":"node","@id":2250630103,"@timestamp":1618754759},"coords":"51.485176,-0.1156843","bedrooms":"0","price":"283000","area":"560"} , +{"type":"Feature","id":"n2250696608","geometry":{"type":"Point","coordinates":[-0.1265634,51.4794967]},"properties":{"@type":"node","@id":2250696608,"@timestamp":1627899072},"coords":"51.4794967,-0.1265634","bedrooms":"1","price":"157000","area":"462"} , +{"type":"Feature","id":"n2250725724","geometry":{"type":"Point","coordinates":[-0.120802,51.4795268]},"properties":{"@type":"node","@id":2250725724,"@timestamp":1365170491},"coords":"51.4795268,-0.120802","bedrooms":"3","price":"234000","area":"660"} , +{"type":"Feature","id":"n2250796522","geometry":{"type":"Point","coordinates":[-0.1202173,51.4845112]},"properties":{"@type":"node","@id":2250796522,"@timestamp":1365172944},"coords":"51.4845112,-0.1202173","bedrooms":"3","price":"151000","area":"508"} , +{"type":"Feature","id":"n2250837084","geometry":{"type":"Point","coordinates":[-0.1359168,51.4180805]},"properties":{"@type":"node","@id":2250837084,"@timestamp":1365176190},"coords":"51.4180805,-0.1359168","bedrooms":"4","price":"240000","area":"386"} , +{"type":"Feature","id":"n2250853164","geometry":{"type":"Point","coordinates":[-0.1273069,51.4182645]},"properties":{"@type":"node","@id":2250853164,"@timestamp":1365175569},"coords":"51.4182645,-0.1273069","bedrooms":"4","price":"235000","area":"578"} , +{"type":"Feature","id":"n2251023940","geometry":{"type":"Point","coordinates":[-0.1302262,51.4237431]},"properties":{"@type":"node","@id":2251023940,"@timestamp":1365182468},"coords":"51.4237431,-0.1302262","bedrooms":"4","price":"266000","area":"472"} , +{"type":"Feature","id":"n2251041379","geometry":{"type":"Point","coordinates":[-0.128767,51.4325062]},"properties":{"@type":"node","@id":2251041379,"@timestamp":1365236538},"coords":"51.4325062,-0.128767","bedrooms":"2","price":"287000","area":"627"} , +{"type":"Feature","id":"n2251041390","geometry":{"type":"Point","coordinates":[-0.127383,51.4370242]},"properties":{"@type":"node","@id":2251041390,"@timestamp":1536761197},"coords":"51.4370242,-0.127383","bedrooms":"3","price":"264000","area":"696"} , +{"type":"Feature","id":"n2251041409","geometry":{"type":"Point","coordinates":[-0.1282628,51.4356197]},"properties":{"@type":"node","@id":2251041409,"@timestamp":1365236165},"coords":"51.4356197,-0.1282628","bedrooms":"1","price":"153000","area":"427"} , +{"type":"Feature","id":"n2251045699","geometry":{"type":"Point","coordinates":[-0.1247384,51.4421704]},"properties":{"@type":"node","@id":2251045699,"@timestamp":1365235149},"coords":"51.4421704,-0.1247384","bedrooms":"1","price":"164000","area":"457"} , +{"type":"Feature","id":"n2251049573","geometry":{"type":"Point","coordinates":[-0.9736543,51.459808]},"properties":{"@type":"node","@id":2251049573,"@timestamp":1563665990},"coords":"51.459808,-0.9736543","bedrooms":"3","price":"294000","area":"447"} , +{"type":"Feature","id":"n2251065102","geometry":{"type":"Point","coordinates":[-0.118521,51.4459018]},"properties":{"@type":"node","@id":2251065102,"@timestamp":1365184597},"coords":"51.4459018,-0.118521","bedrooms":"0","price":"194000","area":"657"} , +{"type":"Feature","id":"n2251167058","geometry":{"type":"Point","coordinates":[0.6103055,51.6012536]},"properties":{"@type":"node","@id":2251167058,"@timestamp":1550080120},"coords":"51.6012536,0.6103055","bedrooms":"0","price":"153000","area":"687"} , +{"type":"Feature","id":"n2251372284","geometry":{"type":"Point","coordinates":[-0.0952026,51.3751737]},"properties":{"@type":"node","@id":2251372284,"@timestamp":1365205575},"coords":"51.3751737,-0.0952026","bedrooms":"1","price":"178000","area":"375"} , +{"type":"Feature","id":"n2251957473","geometry":{"type":"Point","coordinates":[-0.0079389,51.583051]},"properties":{"@type":"node","@id":2251957473,"@timestamp":1365231635},"coords":"51.583051,-0.0079389","bedrooms":"1","price":"171000","area":"680"} , +{"type":"Feature","id":"n2252043099","geometry":{"type":"Point","coordinates":[-0.0085344,51.5838176]},"properties":{"@type":"node","@id":2252043099,"@timestamp":1629790679},"coords":"51.5838176,-0.0085344","bedrooms":"2","price":"232000","area":"375"} , +{"type":"Feature","id":"n2252257456","geometry":{"type":"Point","coordinates":[-0.1114014,51.4613906]},"properties":{"@type":"node","@id":2252257456,"@timestamp":1559502245},"coords":"51.4613906,-0.1114014","bedrooms":"0","price":"279000","area":"456"} , +{"type":"Feature","id":"n2252312803","geometry":{"type":"Point","coordinates":[-0.1146259,51.4639108]},"properties":{"@type":"node","@id":2252312803,"@timestamp":1559507481},"coords":"51.4639108,-0.1146259","bedrooms":"2","price":"202000","area":"567"} , +{"type":"Feature","id":"n2252345321","geometry":{"type":"Point","coordinates":[-0.3675595,51.5489936]},"properties":{"@type":"node","@id":2252345321,"@timestamp":1542152082},"coords":"51.5489936,-0.3675595","bedrooms":"3","price":"229000","area":"591"} , +{"type":"Feature","id":"n2252384052","geometry":{"type":"Point","coordinates":[-0.1103877,51.4646465]},"properties":{"@type":"node","@id":2252384052,"@timestamp":1365240808},"coords":"51.4646465,-0.1103877","bedrooms":"0","price":"180000","area":"610"} , +{"type":"Feature","id":"n2252415253","geometry":{"type":"Point","coordinates":[-0.1126944,51.4714671]},"properties":{"@type":"node","@id":2252415253,"@timestamp":1365241756},"coords":"51.4714671,-0.1126944","bedrooms":"2","price":"263000","area":"494"} , +{"type":"Feature","id":"n2252579447","geometry":{"type":"Point","coordinates":[-0.2318136,51.4911149]},"properties":{"@type":"node","@id":2252579447,"@timestamp":1365276888},"coords":"51.4911149,-0.2318136","bedrooms":"0","price":"262000","area":"412"} , +{"type":"Feature","id":"n2252766799","geometry":{"type":"Point","coordinates":[-0.1399647,51.4542035]},"properties":{"@type":"node","@id":2252766799,"@timestamp":1365328777},"coords":"51.4542035,-0.1399647","bedrooms":"3","price":"193000","area":"443"} , +{"type":"Feature","id":"n2252766830","geometry":{"type":"Point","coordinates":[-0.1432853,51.4577969]},"properties":{"@type":"node","@id":2252766830,"@timestamp":1365329269},"coords":"51.4577969,-0.1432853","bedrooms":"4","price":"270000","area":"590"} , +{"type":"Feature","id":"n2252782487","geometry":{"type":"Point","coordinates":[-0.1225166,51.4555032]},"properties":{"@type":"node","@id":2252782487,"@timestamp":1365359596},"coords":"51.4555032,-0.1225166","bedrooms":"0","price":"265000","area":"598"} , +{"type":"Feature","id":"n2252793028","geometry":{"type":"Point","coordinates":[-0.1189791,51.4561289]},"properties":{"@type":"node","@id":2252793028,"@timestamp":1365283840},"coords":"51.4561289,-0.1189791","bedrooms":"0","price":"255000","area":"401"} , +{"type":"Feature","id":"n2252793058","geometry":{"type":"Point","coordinates":[-0.1164096,51.4619949]},"properties":{"@type":"node","@id":2252793058,"@timestamp":1365345502},"coords":"51.4619949,-0.1164096","bedrooms":"1","price":"241000","area":"635"} , +{"type":"Feature","id":"n2252801309","geometry":{"type":"Point","coordinates":[-0.1191132,51.4615972]},"properties":{"@type":"node","@id":2252801309,"@timestamp":1365345502},"coords":"51.4615972,-0.1191132","bedrooms":"2","price":"285000","area":"548"} , +{"type":"Feature","id":"n2252806167","geometry":{"type":"Point","coordinates":[-0.1389884,51.4613264]},"properties":{"@type":"node","@id":2252806167,"@timestamp":1365330460},"coords":"51.4613264,-0.1389884","bedrooms":"4","price":"185000","area":"662"} , +{"type":"Feature","id":"n2252822282","geometry":{"type":"Point","coordinates":[-0.1351636,51.4627402]},"properties":{"@type":"node","@id":2252822282,"@timestamp":1365330937},"coords":"51.4627402,-0.1351636","bedrooms":"1","price":"181000","area":"545"} , +{"type":"Feature","id":"n2253205397","geometry":{"type":"Point","coordinates":[-1.095691,51.0047993]},"properties":{"@type":"node","@id":2253205397,"@timestamp":1365294823},"coords":"51.0047993,-1.095691","bedrooms":"3","price":"270000","area":"436"} , +{"type":"Feature","id":"n2254421834","geometry":{"type":"Point","coordinates":[-0.1254294,51.4658659]},"properties":{"@type":"node","@id":2254421834,"@timestamp":1590062551},"coords":"51.4658659,-0.1254294","bedrooms":"4","price":"158000","area":"458"} , +{"type":"Feature","id":"n2254451481","geometry":{"type":"Point","coordinates":[-0.1171755,51.4668579]},"properties":{"@type":"node","@id":2254451481,"@timestamp":1365350211},"coords":"51.4668579,-0.1171755","bedrooms":"4","price":"228000","area":"619"} , +{"type":"Feature","id":"n2254466144","geometry":{"type":"Point","coordinates":[-0.1182439,51.476483]},"properties":{"@type":"node","@id":2254466144,"@timestamp":1534047819},"coords":"51.476483,-0.1182439","bedrooms":"4","price":"226000","area":"696"} , +{"type":"Feature","id":"n2254501211","geometry":{"type":"Point","coordinates":[-0.1327002,51.4735111]},"properties":{"@type":"node","@id":2254501211,"@timestamp":1365353692},"coords":"51.4735111,-0.1327002","bedrooms":"2","price":"246000","area":"657"} , +{"type":"Feature","id":"n2254532795","geometry":{"type":"Point","coordinates":[-0.1415622,51.4661026]},"properties":{"@type":"node","@id":2254532795,"@timestamp":1551661780},"coords":"51.4661026,-0.1415622","bedrooms":"1","price":"206000","area":"602"} , +{"type":"Feature","id":"n2254543761","geometry":{"type":"Point","coordinates":[0.6340179,51.0543492]},"properties":{"@type":"node","@id":2254543761,"@timestamp":1365327523},"coords":"51.0543492,0.6340179","bedrooms":"0","price":"165000","area":"624"} , +{"type":"Feature","id":"n2254947963","geometry":{"type":"Point","coordinates":[-0.2974028,51.7449194]},"properties":{"@type":"node","@id":2254947963,"@timestamp":1365335997},"coords":"51.7449194,-0.2974028","bedrooms":"3","price":"155000","area":"388"} , +{"type":"Feature","id":"n2254947989","geometry":{"type":"Point","coordinates":[-0.2997953,51.7439554]},"properties":{"@type":"node","@id":2254947989,"@timestamp":1365335998},"coords":"51.7439554,-0.2997953","bedrooms":"1","price":"284000","area":"467"} , +{"type":"Feature","id":"n2254948021","geometry":{"type":"Point","coordinates":[-0.2989826,51.744158]},"properties":{"@type":"node","@id":2254948021,"@timestamp":1365335998},"coords":"51.744158,-0.2989826","bedrooms":"4","price":"289000","area":"374"} , +{"type":"Feature","id":"n2254974427","geometry":{"type":"Point","coordinates":[-0.2991597,51.7414666]},"properties":{"@type":"node","@id":2254974427,"@timestamp":1365336639},"coords":"51.7414666,-0.2991597","bedrooms":"0","price":"219000","area":"536"} , +{"type":"Feature","id":"n2255201162","geometry":{"type":"Point","coordinates":[-0.0949448,51.4682932]},"properties":{"@type":"node","@id":2255201162,"@timestamp":1535550341},"coords":"51.4682932,-0.0949448","bedrooms":"2","price":"211000","area":"417"} , +{"type":"Feature","id":"n2255220745","geometry":{"type":"Point","coordinates":[-0.0987374,51.4668034]},"properties":{"@type":"node","@id":2255220745,"@timestamp":1365340948},"coords":"51.4668034,-0.0987374","bedrooms":"4","price":"208000","area":"388"} , +{"type":"Feature","id":"n2255243875","geometry":{"type":"Point","coordinates":[-0.1003467,51.464835]},"properties":{"@type":"node","@id":2255243875,"@timestamp":1365341626},"coords":"51.464835,-0.1003467","bedrooms":"3","price":"265000","area":"616"} , +{"type":"Feature","id":"n2255322073","geometry":{"type":"Point","coordinates":[-0.2849505,51.4923541]},"properties":{"@type":"node","@id":2255322073,"@timestamp":1408099697},"coords":"51.4923541,-0.2849505","bedrooms":"0","price":"194000","area":"624"} , +{"type":"Feature","id":"n2255425929","geometry":{"type":"Point","coordinates":[-0.5547823,51.3091143]},"properties":{"@type":"node","@id":2255425929,"@timestamp":1409341653},"coords":"51.3091143,-0.5547823","bedrooms":"0","price":"155000","area":"375"} , +{"type":"Feature","id":"n2255736965","geometry":{"type":"Point","coordinates":[-0.1224119,51.4725778]},"properties":{"@type":"node","@id":2255736965,"@timestamp":1556703939},"coords":"51.4725778,-0.1224119","bedrooms":"0","price":"168000","area":"520"} , +{"type":"Feature","id":"n2255934198","geometry":{"type":"Point","coordinates":[-0.1046758,51.4362419]},"properties":{"@type":"node","@id":2255934198,"@timestamp":1365360589},"coords":"51.4362419,-0.1046758","bedrooms":"1","price":"197000","area":"600"} , +{"type":"Feature","id":"n2255963319","geometry":{"type":"Point","coordinates":[-0.1006632,51.4506026]},"properties":{"@type":"node","@id":2255963319,"@timestamp":1365362152},"coords":"51.4506026,-0.1006632","bedrooms":"1","price":"215000","area":"658"} , +{"type":"Feature","id":"n2256219332","geometry":{"type":"Point","coordinates":[-0.2821573,51.5617282]},"properties":{"@type":"node","@id":2256219332,"@timestamp":1520422836},"coords":"51.5617282,-0.2821573","bedrooms":"2","price":"204000","area":"565"} , +{"type":"Feature","id":"n2256271444","geometry":{"type":"Point","coordinates":[-0.2776905,51.9192231]},"properties":{"@type":"node","@id":2256271444,"@timestamp":1365381128},"coords":"51.9192231,-0.2776905","bedrooms":"1","price":"233000","area":"534"} , +{"type":"Feature","id":"n2257795903","geometry":{"type":"Point","coordinates":[-0.0210975,51.5950192]},"properties":{"@type":"node","@id":2257795903,"@timestamp":1365415182},"coords":"51.5950192,-0.0210975","bedrooms":"1","price":"230000","area":"643"} , +{"type":"Feature","id":"n2257795921","geometry":{"type":"Point","coordinates":[-0.0212879,51.5956039]},"properties":{"@type":"node","@id":2257795921,"@timestamp":1365415183},"coords":"51.5956039,-0.0212879","bedrooms":"0","price":"290000","area":"524"} , +{"type":"Feature","id":"n2257795939","geometry":{"type":"Point","coordinates":[-0.0214127,51.5961471]},"properties":{"@type":"node","@id":2257795939,"@timestamp":1365415183},"coords":"51.5961471,-0.0214127","bedrooms":"2","price":"203000","area":"436"} , +{"type":"Feature","id":"n2258133860","geometry":{"type":"Point","coordinates":[-0.2935757,51.8837876]},"properties":{"@type":"node","@id":2258133860,"@timestamp":1365423871},"coords":"51.8837876,-0.2935757","bedrooms":"4","price":"157000","area":"481"} , +{"type":"Feature","id":"n2258373156","geometry":{"type":"Point","coordinates":[-0.1243221,51.4146805]},"properties":{"@type":"node","@id":2258373156,"@timestamp":1615807192},"coords":"51.4146805,-0.1243221","bedrooms":"0","price":"197000","area":"564"} , +{"type":"Feature","id":"n2258833528","geometry":{"type":"Point","coordinates":[0.1730121,51.3367252]},"properties":{"@type":"node","@id":2258833528,"@timestamp":1365453029},"coords":"51.3367252,0.1730121","bedrooms":"2","price":"212000","area":"471"} , +{"type":"Feature","id":"n2258850843","geometry":{"type":"Point","coordinates":[0.1377724,51.635556]},"properties":{"@type":"node","@id":2258850843,"@timestamp":1609583607},"coords":"51.635556,0.1377724","bedrooms":"4","price":"244000","area":"685"} , +{"type":"Feature","id":"n2258946588","geometry":{"type":"Point","coordinates":[-0.2931892,51.7745361]},"properties":{"@type":"node","@id":2258946588,"@timestamp":1617467208},"coords":"51.7745361,-0.2931892","bedrooms":"4","price":"194000","area":"435"} , +{"type":"Feature","id":"n2258946639","geometry":{"type":"Point","coordinates":[-0.2828242,51.7750208]},"properties":{"@type":"node","@id":2258946639,"@timestamp":1365459709},"coords":"51.7750208,-0.2828242","bedrooms":"2","price":"263000","area":"444"} , +{"type":"Feature","id":"n2258947605","geometry":{"type":"Point","coordinates":[-0.1332512,51.4924662]},"properties":{"@type":"node","@id":2258947605,"@timestamp":1365460274},"coords":"51.4924662,-0.1332512","bedrooms":"0","price":"177000","area":"424"} , +{"type":"Feature","id":"n2260398988","geometry":{"type":"Point","coordinates":[-0.2892644,51.7471754]},"properties":{"@type":"node","@id":2260398988,"@timestamp":1365528745},"coords":"51.7471754,-0.2892644","bedrooms":"4","price":"244000","area":"413"} , +{"type":"Feature","id":"n2260399019","geometry":{"type":"Point","coordinates":[-0.2885039,51.7483093]},"properties":{"@type":"node","@id":2260399019,"@timestamp":1367524522},"coords":"51.7483093,-0.2885039","bedrooms":"3","price":"269000","area":"389"} , +{"type":"Feature","id":"n2260399086","geometry":{"type":"Point","coordinates":[-0.2884048,51.7468266]},"properties":{"@type":"node","@id":2260399086,"@timestamp":1365528747},"coords":"51.7468266,-0.2884048","bedrooms":"1","price":"224000","area":"376"} , +{"type":"Feature","id":"n2260399104","geometry":{"type":"Point","coordinates":[-0.2912208,51.7490421]},"properties":{"@type":"node","@id":2260399104,"@timestamp":1366039951},"coords":"51.7490421,-0.2912208","bedrooms":"4","price":"266000","area":"443"} , +{"type":"Feature","id":"n2260665500","geometry":{"type":"Point","coordinates":[-0.0370076,51.5876965]},"properties":{"@type":"node","@id":2260665500,"@timestamp":1445377322},"coords":"51.5876965,-0.0370076","bedrooms":"1","price":"219000","area":"592"} , +{"type":"Feature","id":"n2260865654","geometry":{"type":"Point","coordinates":[-0.6414532,51.0562952]},"properties":{"@type":"node","@id":2260865654,"@timestamp":1365549047},"coords":"51.0562952,-0.6414532","bedrooms":"1","price":"161000","area":"451"} , +{"type":"Feature","id":"n2260867906","geometry":{"type":"Point","coordinates":[-0.8159636,51.7386528]},"properties":{"@type":"node","@id":2260867906,"@timestamp":1610308603},"coords":"51.7386528,-0.8159636","bedrooms":"3","price":"222000","area":"585"} , +{"type":"Feature","id":"n2261115311","geometry":{"type":"Point","coordinates":[-0.0305075,51.5889396]},"properties":{"@type":"node","@id":2261115311,"@timestamp":1622853962},"coords":"51.5889396,-0.0305075","bedrooms":"0","price":"178000","area":"560"} , +{"type":"Feature","id":"n2261220863","geometry":{"type":"Point","coordinates":[-0.0343252,51.5877592]},"properties":{"@type":"node","@id":2261220863,"@timestamp":1445837247},"coords":"51.5877592,-0.0343252","bedrooms":"1","price":"273000","area":"683"} , +{"type":"Feature","id":"n2261232196","geometry":{"type":"Point","coordinates":[-0.0279033,51.5879356]},"properties":{"@type":"node","@id":2261232196,"@timestamp":1365581246},"coords":"51.5879356,-0.0279033","bedrooms":"4","price":"191000","area":"493"} , +{"type":"Feature","id":"n2261240562","geometry":{"type":"Point","coordinates":[-0.0281564,51.5887502]},"properties":{"@type":"node","@id":2261240562,"@timestamp":1365581663},"coords":"51.5887502,-0.0281564","bedrooms":"2","price":"168000","area":"635"} , +{"type":"Feature","id":"n2261547107","geometry":{"type":"Point","coordinates":[-0.3897624,51.0787448]},"properties":{"@type":"node","@id":2261547107,"@timestamp":1365599505},"coords":"51.0787448,-0.3897624","bedrooms":"2","price":"225000","area":"610"} , +{"type":"Feature","id":"n2261576519","geometry":{"type":"Point","coordinates":[-0.4025035,51.0663364]},"properties":{"@type":"node","@id":2261576519,"@timestamp":1365601250},"coords":"51.0663364,-0.4025035","bedrooms":"1","price":"271000","area":"490"} , +{"type":"Feature","id":"n2261607960","geometry":{"type":"Point","coordinates":[-0.4002917,51.0630294]},"properties":{"@type":"node","@id":2261607960,"@timestamp":1400691541},"coords":"51.0630294,-0.4002917","bedrooms":"1","price":"225000","area":"628"} , +{"type":"Feature","id":"n2261612289","geometry":{"type":"Point","coordinates":[-0.0264764,51.5903311]},"properties":{"@type":"node","@id":2261612289,"@timestamp":1365603813},"coords":"51.5903311,-0.0264764","bedrooms":"0","price":"253000","area":"523"} , +{"type":"Feature","id":"n2261612299","geometry":{"type":"Point","coordinates":[-0.028056,51.5894975]},"properties":{"@type":"node","@id":2261612299,"@timestamp":1365603814},"coords":"51.5894975,-0.028056","bedrooms":"4","price":"205000","area":"509"} , +{"type":"Feature","id":"n2261612309","geometry":{"type":"Point","coordinates":[-0.0272933,51.5911969]},"properties":{"@type":"node","@id":2261612309,"@timestamp":1365603815},"coords":"51.5911969,-0.0272933","bedrooms":"4","price":"277000","area":"650"} , +{"type":"Feature","id":"n2261614257","geometry":{"type":"Point","coordinates":[-0.0269331,51.591941]},"properties":{"@type":"node","@id":2261614257,"@timestamp":1365604116},"coords":"51.591941,-0.0269331","bedrooms":"2","price":"264000","area":"698"} , +{"type":"Feature","id":"n2261618813","geometry":{"type":"Point","coordinates":[-0.0190447,51.5792974]},"properties":{"@type":"node","@id":2261618813,"@timestamp":1365604661},"coords":"51.5792974,-0.0190447","bedrooms":"4","price":"158000","area":"514"} , +{"type":"Feature","id":"n2261627298","geometry":{"type":"Point","coordinates":[-0.0178736,51.5787489]},"properties":{"@type":"node","@id":2261627298,"@timestamp":1367154680},"coords":"51.5787489,-0.0178736","bedrooms":"1","price":"172000","area":"537"} , +{"type":"Feature","id":"n2261710691","geometry":{"type":"Point","coordinates":[-0.0174996,51.5789398]},"properties":{"@type":"node","@id":2261710691,"@timestamp":1365609563},"coords":"51.5789398,-0.0174996","bedrooms":"0","price":"200000","area":"476"} , +{"type":"Feature","id":"n2261727398","geometry":{"type":"Point","coordinates":[-0.3936411,51.0389917]},"properties":{"@type":"node","@id":2261727398,"@timestamp":1365610330},"coords":"51.0389917,-0.3936411","bedrooms":"2","price":"284000","area":"402"} , +{"type":"Feature","id":"n2261732598","geometry":{"type":"Point","coordinates":[-0.0154705,51.5793095]},"properties":{"@type":"node","@id":2261732598,"@timestamp":1365610571},"coords":"51.5793095,-0.0154705","bedrooms":"2","price":"183000","area":"450"} , +{"type":"Feature","id":"n2261732693","geometry":{"type":"Point","coordinates":[-0.0132897,51.5789383]},"properties":{"@type":"node","@id":2261732693,"@timestamp":1367169777},"coords":"51.5789383,-0.0132897","bedrooms":"3","price":"206000","area":"653"} , +{"type":"Feature","id":"n2261803885","geometry":{"type":"Point","coordinates":[0.1085023,51.1003202]},"properties":{"@type":"node","@id":2261803885,"@timestamp":1629054008},"coords":"51.1003202,0.1085023","bedrooms":"1","price":"217000","area":"558"} , +{"type":"Feature","id":"n2261968429","geometry":{"type":"Point","coordinates":[-0.24384,50.8710113]},"properties":{"@type":"node","@id":2261968429,"@timestamp":1402591595},"coords":"50.8710113,-0.24384","bedrooms":"4","price":"246000","area":"664"} , +{"type":"Feature","id":"n2262021825","geometry":{"type":"Point","coordinates":[0.2037075,51.2908097]},"properties":{"@type":"node","@id":2262021825,"@timestamp":1365626410},"coords":"51.2908097,0.2037075","bedrooms":"2","price":"247000","area":"469"} , +{"type":"Feature","id":"n2262163219","geometry":{"type":"Point","coordinates":[-0.543706,51.807612]},"properties":{"@type":"node","@id":2262163219,"@timestamp":1365637008},"coords":"51.807612,-0.543706","bedrooms":"2","price":"290000","area":"607"} , +{"type":"Feature","id":"n2262816245","geometry":{"type":"Point","coordinates":[-0.2772763,51.8422862]},"properties":{"@type":"node","@id":2262816245,"@timestamp":1365692547},"coords":"51.8422862,-0.2772763","bedrooms":"4","price":"223000","area":"538"} , +{"type":"Feature","id":"n2262864638","geometry":{"type":"Point","coordinates":[-0.229437,51.8447993]},"properties":{"@type":"node","@id":2262864638,"@timestamp":1365695080},"coords":"51.8447993,-0.229437","bedrooms":"2","price":"288000","area":"627"} , +{"type":"Feature","id":"n2262899483","geometry":{"type":"Point","coordinates":[-0.4034711,51.8074753]},"properties":{"@type":"node","@id":2262899483,"@timestamp":1365697060},"coords":"51.8074753,-0.4034711","bedrooms":"2","price":"184000","area":"487"} , +{"type":"Feature","id":"n2263052214","geometry":{"type":"Point","coordinates":[-0.2742646,51.8845022]},"properties":{"@type":"node","@id":2263052214,"@timestamp":1365703591},"coords":"51.8845022,-0.2742646","bedrooms":"3","price":"287000","area":"661"} , +{"type":"Feature","id":"n2263116111","geometry":{"type":"Point","coordinates":[-0.6046615,51.4755094]},"properties":{"@type":"node","@id":2263116111,"@timestamp":1369735231},"coords":"51.4755094,-0.6046615","bedrooms":"3","price":"150000","area":"578"} , +{"type":"Feature","id":"n2263116121","geometry":{"type":"Point","coordinates":[-0.6048064,51.4745337]},"properties":{"@type":"node","@id":2263116121,"@timestamp":1369735231},"coords":"51.4745337,-0.6048064","bedrooms":"0","price":"238000","area":"586"} , +{"type":"Feature","id":"n2263116131","geometry":{"type":"Point","coordinates":[-0.6040071,51.4754591]},"properties":{"@type":"node","@id":2263116131,"@timestamp":1369735231},"coords":"51.4754591,-0.6040071","bedrooms":"2","price":"175000","area":"584"} , +{"type":"Feature","id":"n2263116141","geometry":{"type":"Point","coordinates":[-0.604168,51.4744836]},"properties":{"@type":"node","@id":2263116141,"@timestamp":1369735232},"coords":"51.4744836,-0.604168","bedrooms":"0","price":"290000","area":"438"} , +{"type":"Feature","id":"n2263116151","geometry":{"type":"Point","coordinates":[-0.6041251,51.4746507]},"properties":{"@type":"node","@id":2263116151,"@timestamp":1369735232},"coords":"51.4746507,-0.6041251","bedrooms":"4","price":"206000","area":"611"} , +{"type":"Feature","id":"n2263116317","geometry":{"type":"Point","coordinates":[-0.6020705,51.4746873]},"properties":{"@type":"node","@id":2263116317,"@timestamp":1365705632},"coords":"51.4746873,-0.6020705","bedrooms":"0","price":"174000","area":"454"} , +{"type":"Feature","id":"n2263116329","geometry":{"type":"Point","coordinates":[-0.6037764,51.4766318]},"properties":{"@type":"node","@id":2263116329,"@timestamp":1369735232},"coords":"51.4766318,-0.6037764","bedrooms":"2","price":"291000","area":"353"} , +{"type":"Feature","id":"n2263122202","geometry":{"type":"Point","coordinates":[-0.6044631,51.4779917]},"properties":{"@type":"node","@id":2263122202,"@timestamp":1369735650},"coords":"51.4779917,-0.6044631","bedrooms":"2","price":"165000","area":"614"} , +{"type":"Feature","id":"n2263122212","geometry":{"type":"Point","coordinates":[-0.6045757,51.4773437]},"properties":{"@type":"node","@id":2263122212,"@timestamp":1369735650},"coords":"51.4773437,-0.6045757","bedrooms":"4","price":"284000","area":"402"} , +{"type":"Feature","id":"n2263129285","geometry":{"type":"Point","coordinates":[-0.6034331,51.4790676]},"properties":{"@type":"node","@id":2263129285,"@timestamp":1369735233},"coords":"51.4790676,-0.6034331","bedrooms":"2","price":"249000","area":"467"} , +{"type":"Feature","id":"n2263129298","geometry":{"type":"Point","coordinates":[-0.6041734,51.4782957]},"properties":{"@type":"node","@id":2263129298,"@timestamp":1369735266},"coords":"51.4782957,-0.6041734","bedrooms":"4","price":"203000","area":"683"} , +{"type":"Feature","id":"n2263129313","geometry":{"type":"Point","coordinates":[-0.6040768,51.4791178]},"properties":{"@type":"node","@id":2263129313,"@timestamp":1369735266},"coords":"51.4791178,-0.6040768","bedrooms":"4","price":"197000","area":"596"} , +{"type":"Feature","id":"n2263129324","geometry":{"type":"Point","coordinates":[-0.6040124,51.4797657]},"properties":{"@type":"node","@id":2263129324,"@timestamp":1369735267},"coords":"51.4797657,-0.6040124","bedrooms":"4","price":"194000","area":"520"} , +{"type":"Feature","id":"n2263138805","geometry":{"type":"Point","coordinates":[-0.1887202,51.40063]},"properties":{"@type":"node","@id":2263138805,"@timestamp":1365706539},"coords":"51.40063,-0.1887202","bedrooms":"2","price":"297000","area":"633"} , +{"type":"Feature","id":"n2263139025","geometry":{"type":"Point","coordinates":[-0.0179812,51.5774002]},"properties":{"@type":"node","@id":2263139025,"@timestamp":1365706542},"coords":"51.5774002,-0.0179812","bedrooms":"4","price":"177000","area":"503"} , +{"type":"Feature","id":"n2263139183","geometry":{"type":"Point","coordinates":[-0.1867562,51.4031677]},"properties":{"@type":"node","@id":2263139183,"@timestamp":1565542113},"coords":"51.4031677,-0.1867562","bedrooms":"3","price":"223000","area":"458"} , +{"type":"Feature","id":"n2263163314","geometry":{"type":"Point","coordinates":[-0.0128902,51.5785195]},"properties":{"@type":"node","@id":2263163314,"@timestamp":1365707694},"coords":"51.5785195,-0.0128902","bedrooms":"3","price":"298000","area":"672"} , +{"type":"Feature","id":"n2263398186","geometry":{"type":"Point","coordinates":[-0.1340848,51.5876461]},"properties":{"@type":"node","@id":2263398186,"@timestamp":1628139216},"coords":"51.5876461,-0.1340848","bedrooms":"4","price":"166000","area":"562"} , +{"type":"Feature","id":"n2263826814","geometry":{"type":"Point","coordinates":[-0.1514038,51.5050245]},"properties":{"@type":"node","@id":2263826814,"@timestamp":1365731885},"coords":"51.5050245,-0.1514038","bedrooms":"1","price":"165000","area":"699"} , +{"type":"Feature","id":"n2263826838","geometry":{"type":"Point","coordinates":[-0.1515019,51.5050667]},"properties":{"@type":"node","@id":2263826838,"@timestamp":1365731886},"coords":"51.5050667,-0.1515019","bedrooms":"3","price":"268000","area":"631"} , +{"type":"Feature","id":"n2263826862","geometry":{"type":"Point","coordinates":[-0.1515585,51.5050925]},"properties":{"@type":"node","@id":2263826862,"@timestamp":1365731886},"coords":"51.5050925,-0.1515585","bedrooms":"0","price":"217000","area":"370"} , +{"type":"Feature","id":"n2263826885","geometry":{"type":"Point","coordinates":[-0.1512159,51.5051114]},"properties":{"@type":"node","@id":2263826885,"@timestamp":1365731886},"coords":"51.5051114,-0.1512159","bedrooms":"0","price":"252000","area":"585"} , +{"type":"Feature","id":"n2263826903","geometry":{"type":"Point","coordinates":[-0.1515199,51.5051312]},"properties":{"@type":"node","@id":2263826903,"@timestamp":1365731886},"coords":"51.5051312,-0.1515199","bedrooms":"3","price":"240000","area":"572"} , +{"type":"Feature","id":"n2263826921","geometry":{"type":"Point","coordinates":[-0.1514931,51.5051514]},"properties":{"@type":"node","@id":2263826921,"@timestamp":1365731887},"coords":"51.5051514,-0.1514931","bedrooms":"3","price":"228000","area":"477"} , +{"type":"Feature","id":"n2263826946","geometry":{"type":"Point","coordinates":[-0.1514212,51.5051746]},"properties":{"@type":"node","@id":2263826946,"@timestamp":1365731887},"coords":"51.5051746,-0.1514212","bedrooms":"3","price":"184000","area":"679"} , +{"type":"Feature","id":"n2263826970","geometry":{"type":"Point","coordinates":[-0.1514342,51.5052051]},"properties":{"@type":"node","@id":2263826970,"@timestamp":1365731887},"coords":"51.5052051,-0.1514342","bedrooms":"4","price":"185000","area":"446"} , +{"type":"Feature","id":"n2263826994","geometry":{"type":"Point","coordinates":[-0.151213,51.5054174]},"properties":{"@type":"node","@id":2263826994,"@timestamp":1365731888},"coords":"51.5054174,-0.151213","bedrooms":"2","price":"241000","area":"585"} , +{"type":"Feature","id":"n2264364535","geometry":{"type":"Point","coordinates":[0.7397809,51.5313824]},"properties":{"@type":"node","@id":2264364535,"@timestamp":1488290802},"coords":"51.5313824,0.7397809","bedrooms":"0","price":"171000","area":"652"} , +{"type":"Feature","id":"n2264433622","geometry":{"type":"Point","coordinates":[0.1810051,51.2779863]},"properties":{"@type":"node","@id":2264433622,"@timestamp":1472892315},"coords":"51.2779863,0.1810051","bedrooms":"0","price":"177000","area":"640"} , +{"type":"Feature","id":"n2264566446","geometry":{"type":"Point","coordinates":[-0.0347808,51.5247473]},"properties":{"@type":"node","@id":2264566446,"@timestamp":1627924874},"coords":"51.5247473,-0.0347808","bedrooms":"2","price":"249000","area":"411"} , +{"type":"Feature","id":"n2264582646","geometry":{"type":"Point","coordinates":[-0.3156458,51.8984482]},"properties":{"@type":"node","@id":2264582646,"@timestamp":1619971394},"coords":"51.8984482,-0.3156458","bedrooms":"2","price":"154000","area":"662"} , +{"type":"Feature","id":"n2264599691","geometry":{"type":"Point","coordinates":[-0.0135907,51.5772417]},"properties":{"@type":"node","@id":2264599691,"@timestamp":1365781633},"coords":"51.5772417,-0.0135907","bedrooms":"4","price":"265000","area":"470"} , +{"type":"Feature","id":"n2264599900","geometry":{"type":"Point","coordinates":[-0.3803285,51.8963151]},"properties":{"@type":"node","@id":2264599900,"@timestamp":1612196023},"coords":"51.8963151,-0.3803285","bedrooms":"0","price":"251000","area":"488"} , +{"type":"Feature","id":"n2264690834","geometry":{"type":"Point","coordinates":[0.1809473,51.2779743]},"properties":{"@type":"node","@id":2264690834,"@timestamp":1472892315},"coords":"51.2779743,0.1809473","bedrooms":"0","price":"275000","area":"692"} , +{"type":"Feature","id":"n2264971271","geometry":{"type":"Point","coordinates":[-0.3192791,51.5144218]},"properties":{"@type":"node","@id":2264971271,"@timestamp":1365805476},"coords":"51.5144218,-0.3192791","bedrooms":"0","price":"174000","area":"683"} , +{"type":"Feature","id":"n2265046620","geometry":{"type":"Point","coordinates":[-0.3079122,51.7645503]},"properties":{"@type":"node","@id":2265046620,"@timestamp":1627859350},"coords":"51.7645503,-0.3079122","bedrooms":"0","price":"152000","area":"358"} , +{"type":"Feature","id":"n2265763275","geometry":{"type":"Point","coordinates":[-0.3991343,51.5653892]},"properties":{"@type":"node","@id":2265763275,"@timestamp":1365851903},"coords":"51.5653892,-0.3991343","bedrooms":"3","price":"168000","area":"625"} , +{"type":"Feature","id":"n2265967158","geometry":{"type":"Point","coordinates":[0.0435319,51.5786525]},"properties":{"@type":"node","@id":2265967158,"@timestamp":1365867022},"coords":"51.5786525,0.0435319","bedrooms":"2","price":"203000","area":"431"} , +{"type":"Feature","id":"n2265994126","geometry":{"type":"Point","coordinates":[-0.0127781,51.5790014]},"properties":{"@type":"node","@id":2265994126,"@timestamp":1365868346},"coords":"51.5790014,-0.0127781","bedrooms":"3","price":"227000","area":"373"} , +{"type":"Feature","id":"n2266010351","geometry":{"type":"Point","coordinates":[-0.0137011,51.5791151]},"properties":{"@type":"node","@id":2266010351,"@timestamp":1365869350},"coords":"51.5791151,-0.0137011","bedrooms":"2","price":"194000","area":"364"} , +{"type":"Feature","id":"n2266030098","geometry":{"type":"Point","coordinates":[-0.0142659,51.5796409]},"properties":{"@type":"node","@id":2266030098,"@timestamp":1365870408},"coords":"51.5796409,-0.0142659","bedrooms":"3","price":"283000","area":"570"} , +{"type":"Feature","id":"n2266081350","geometry":{"type":"Point","coordinates":[-0.0114834,51.5791062]},"properties":{"@type":"node","@id":2266081350,"@timestamp":1365872340},"coords":"51.5791062,-0.0114834","bedrooms":"2","price":"274000","area":"645"} , +{"type":"Feature","id":"n2266081367","geometry":{"type":"Point","coordinates":[-0.0112122,51.5797351]},"properties":{"@type":"node","@id":2266081367,"@timestamp":1365872341},"coords":"51.5797351,-0.0112122","bedrooms":"4","price":"188000","area":"381"} , +{"type":"Feature","id":"n2266099078","geometry":{"type":"Point","coordinates":[-0.0098727,51.5800187]},"properties":{"@type":"node","@id":2266099078,"@timestamp":1365873353},"coords":"51.5800187,-0.0098727","bedrooms":"0","price":"186000","area":"439"} , +{"type":"Feature","id":"n2266101853","geometry":{"type":"Point","coordinates":[-0.0095484,51.5802245]},"properties":{"@type":"node","@id":2266101853,"@timestamp":1365873352},"coords":"51.5802245,-0.0095484","bedrooms":"3","price":"279000","area":"591"} , +{"type":"Feature","id":"n2266104517","geometry":{"type":"Point","coordinates":[-0.0087078,51.5804173]},"properties":{"@type":"node","@id":2266104517,"@timestamp":1365873590},"coords":"51.5804173,-0.0087078","bedrooms":"3","price":"238000","area":"549"} , +{"type":"Feature","id":"n2266148637","geometry":{"type":"Point","coordinates":[-0.0083446,51.5811688]},"properties":{"@type":"node","@id":2266148637,"@timestamp":1365876302},"coords":"51.5811688,-0.0083446","bedrooms":"1","price":"152000","area":"450"} , +{"type":"Feature","id":"n2266157136","geometry":{"type":"Point","coordinates":[-0.009302,51.5817079]},"properties":{"@type":"node","@id":2266157136,"@timestamp":1365876722},"coords":"51.5817079,-0.009302","bedrooms":"2","price":"186000","area":"381"} , +{"type":"Feature","id":"n2266157945","geometry":{"type":"Point","coordinates":[-0.0086681,51.5826364]},"properties":{"@type":"node","@id":2266157945,"@timestamp":1366616650},"coords":"51.5826364,-0.0086681","bedrooms":"2","price":"170000","area":"377"} , +{"type":"Feature","id":"n2266363382","geometry":{"type":"Point","coordinates":[-0.2101037,51.5407397]},"properties":{"@type":"node","@id":2266363382,"@timestamp":1560127481},"coords":"51.5407397,-0.2101037","bedrooms":"4","price":"291000","area":"380"} , +{"type":"Feature","id":"n2266597464","geometry":{"type":"Point","coordinates":[0.8945645,51.3106686]},"properties":{"@type":"node","@id":2266597464,"@timestamp":1588588927},"coords":"51.3106686,0.8945645","bedrooms":"2","price":"277000","area":"600"} , +{"type":"Feature","id":"n2266682089","geometry":{"type":"Point","coordinates":[-0.0035804,51.5818923]},"properties":{"@type":"node","@id":2266682089,"@timestamp":1365929533},"coords":"51.5818923,-0.0035804","bedrooms":"3","price":"276000","area":"387"} , +{"type":"Feature","id":"n2266685938","geometry":{"type":"Point","coordinates":[-0.0047393,51.5828653]},"properties":{"@type":"node","@id":2266685938,"@timestamp":1367006315},"coords":"51.5828653,-0.0047393","bedrooms":"4","price":"191000","area":"414"} , +{"type":"Feature","id":"n2266700584","geometry":{"type":"Point","coordinates":[-0.005146,51.5833759]},"properties":{"@type":"node","@id":2266700584,"@timestamp":1365931104},"coords":"51.5833759,-0.005146","bedrooms":"1","price":"293000","area":"450"} , +{"type":"Feature","id":"n2266700623","geometry":{"type":"Point","coordinates":[-0.0047279,51.5841471]},"properties":{"@type":"node","@id":2266700623,"@timestamp":1365931105},"coords":"51.5841471,-0.0047279","bedrooms":"3","price":"194000","area":"643"} , +{"type":"Feature","id":"n2266706732","geometry":{"type":"Point","coordinates":[-0.0055486,51.5847772]},"properties":{"@type":"node","@id":2266706732,"@timestamp":1365931785},"coords":"51.5847772,-0.0055486","bedrooms":"3","price":"258000","area":"626"} , +{"type":"Feature","id":"n2267266477","geometry":{"type":"Point","coordinates":[-0.4712086,51.5477895]},"properties":{"@type":"node","@id":2267266477,"@timestamp":1607657258},"coords":"51.5477895,-0.4712086","bedrooms":"1","price":"237000","area":"519"} , +{"type":"Feature","id":"n2267282801","geometry":{"type":"Point","coordinates":[-0.0044793,51.5851352]},"properties":{"@type":"node","@id":2267282801,"@timestamp":1365961148},"coords":"51.5851352,-0.0044793","bedrooms":"3","price":"178000","area":"520"} , +{"type":"Feature","id":"n2267307900","geometry":{"type":"Point","coordinates":[-0.0052235,51.586008]},"properties":{"@type":"node","@id":2267307900,"@timestamp":1365961967},"coords":"51.586008,-0.0052235","bedrooms":"3","price":"262000","area":"495"} , +{"type":"Feature","id":"n2267355486","geometry":{"type":"Point","coordinates":[-0.2585865,51.8963144]},"properties":{"@type":"node","@id":2267355486,"@timestamp":1584890423},"coords":"51.8963144,-0.2585865","bedrooms":"3","price":"171000","area":"389"} , +{"type":"Feature","id":"n2267388648","geometry":{"type":"Point","coordinates":[-0.0866835,51.5975404]},"properties":{"@type":"node","@id":2267388648,"@timestamp":1480982498},"coords":"51.5975404,-0.0866835","bedrooms":"1","price":"297000","area":"630"} , +{"type":"Feature","id":"n2267424564","geometry":{"type":"Point","coordinates":[-0.0903366,51.5818177]},"properties":{"@type":"node","@id":2267424564,"@timestamp":1480982566},"coords":"51.5818177,-0.0903366","bedrooms":"1","price":"190000","area":"621"} , +{"type":"Feature","id":"n2267633881","geometry":{"type":"Point","coordinates":[0.0839157,51.215456]},"properties":{"@type":"node","@id":2267633881,"@timestamp":1435007220},"coords":"51.215456,0.0839157","bedrooms":"1","price":"200000","area":"404"} , +{"type":"Feature","id":"n2268006683","geometry":{"type":"Point","coordinates":[-0.0043608,51.5862886]},"properties":{"@type":"node","@id":2268006683,"@timestamp":1366014116},"coords":"51.5862886,-0.0043608","bedrooms":"4","price":"243000","area":"351"} , +{"type":"Feature","id":"n2268259937","geometry":{"type":"Point","coordinates":[-0.4883022,51.7432479]},"properties":{"@type":"node","@id":2268259937,"@timestamp":1367158879},"coords":"51.7432479,-0.4883022","bedrooms":"2","price":"165000","area":"440"} , +{"type":"Feature","id":"n2268404826","geometry":{"type":"Point","coordinates":[-0.4634801,51.6779177]},"properties":{"@type":"node","@id":2268404826,"@timestamp":1545154928},"coords":"51.6779177,-0.4634801","bedrooms":"0","price":"251000","area":"637"} , +{"type":"Feature","id":"n2268532217","geometry":{"type":"Point","coordinates":[-0.0026965,51.5911024]},"properties":{"@type":"node","@id":2268532217,"@timestamp":1481787493},"coords":"51.5911024,-0.0026965","bedrooms":"3","price":"190000","area":"642"} , +{"type":"Feature","id":"n2268532255","geometry":{"type":"Point","coordinates":[-0.0016473,51.5917345]},"properties":{"@type":"node","@id":2268532255,"@timestamp":1481787494},"coords":"51.5917345,-0.0016473","bedrooms":"4","price":"232000","area":"451"} , +{"type":"Feature","id":"n2268532294","geometry":{"type":"Point","coordinates":[-0.0012363,51.5907363]},"properties":{"@type":"node","@id":2268532294,"@timestamp":1481787495},"coords":"51.5907363,-0.0012363","bedrooms":"1","price":"195000","area":"620"} , +{"type":"Feature","id":"n2268532332","geometry":{"type":"Point","coordinates":[-0.0015293,51.5914051]},"properties":{"@type":"node","@id":2268532332,"@timestamp":1481787496},"coords":"51.5914051,-0.0015293","bedrooms":"3","price":"226000","area":"497"} , +{"type":"Feature","id":"n2269046622","geometry":{"type":"Point","coordinates":[-0.0030228,51.589298]},"properties":{"@type":"node","@id":2269046622,"@timestamp":1481787496},"coords":"51.589298,-0.0030228","bedrooms":"3","price":"208000","area":"629"} , +{"type":"Feature","id":"n2269046634","geometry":{"type":"Point","coordinates":[-0.0011156,51.5893934]},"properties":{"@type":"node","@id":2269046634,"@timestamp":1481787497},"coords":"51.5893934,-0.0011156","bedrooms":"1","price":"238000","area":"543"} , +{"type":"Feature","id":"n2269046645","geometry":{"type":"Point","coordinates":[-0.000796,51.5901034]},"properties":{"@type":"node","@id":2269046645,"@timestamp":1481787498},"coords":"51.5901034,-0.000796","bedrooms":"4","price":"171000","area":"362"} , +{"type":"Feature","id":"n2269405386","geometry":{"type":"Point","coordinates":[-0.4010353,51.0251886]},"properties":{"@type":"node","@id":2269405386,"@timestamp":1425826904},"coords":"51.0251886,-0.4010353","bedrooms":"1","price":"228000","area":"350"} , +{"type":"Feature","id":"n2269497485","geometry":{"type":"Point","coordinates":[-0.4066323,51.0210123]},"properties":{"@type":"node","@id":2269497485,"@timestamp":1366119376},"coords":"51.0210123,-0.4066323","bedrooms":"1","price":"239000","area":"350"} , +{"type":"Feature","id":"n2269551698","geometry":{"type":"Point","coordinates":[0.0325542,51.3079247]},"properties":{"@type":"node","@id":2269551698,"@timestamp":1383066721},"coords":"51.3079247,0.0325542","bedrooms":"1","price":"273000","area":"670"} , +{"type":"Feature","id":"n2269629453","geometry":{"type":"Point","coordinates":[-0.4175875,50.9980533]},"properties":{"@type":"node","@id":2269629453,"@timestamp":1366126337},"coords":"50.9980533,-0.4175875","bedrooms":"1","price":"204000","area":"512"} , +{"type":"Feature","id":"n2269778375","geometry":{"type":"Point","coordinates":[-0.1690258,51.4658774]},"properties":{"@type":"node","@id":2269778375,"@timestamp":1596818280},"coords":"51.4658774,-0.1690258","bedrooms":"4","price":"175000","area":"673"} , +{"type":"Feature","id":"n2269846513","geometry":{"type":"Point","coordinates":[-0.2418186,51.9774112]},"properties":{"@type":"node","@id":2269846513,"@timestamp":1422462391},"coords":"51.9774112,-0.2418186","bedrooms":"2","price":"222000","area":"601"} , +{"type":"Feature","id":"n2269904732","geometry":{"type":"Point","coordinates":[-0.0163373,51.3348461]},"properties":{"@type":"node","@id":2269904732,"@timestamp":1366141206},"coords":"51.3348461,-0.0163373","bedrooms":"0","price":"270000","area":"623"} , +{"type":"Feature","id":"n2269905614","geometry":{"type":"Point","coordinates":[-0.0202643,51.3396776]},"properties":{"@type":"node","@id":2269905614,"@timestamp":1366141225},"coords":"51.3396776,-0.0202643","bedrooms":"1","price":"193000","area":"364"} , +{"type":"Feature","id":"n2269935744","geometry":{"type":"Point","coordinates":[-0.2669261,51.4663936]},"properties":{"@type":"node","@id":2269935744,"@timestamp":1629017341},"coords":"51.4663936,-0.2669261","bedrooms":"2","price":"273000","area":"403"} , +{"type":"Feature","id":"n2269977649","geometry":{"type":"Point","coordinates":[-0.243805,51.9757157]},"properties":{"@type":"node","@id":2269977649,"@timestamp":1405540112},"coords":"51.9757157,-0.243805","bedrooms":"1","price":"255000","area":"525"} , +{"type":"Feature","id":"n2270065339","geometry":{"type":"Point","coordinates":[0.0688345,51.3685092]},"properties":{"@type":"node","@id":2270065339,"@timestamp":1597351511},"coords":"51.3685092,0.0688345","bedrooms":"3","price":"151000","area":"405"} , +{"type":"Feature","id":"n2270358882","geometry":{"type":"Point","coordinates":[-1.0225026,52.199634]},"properties":{"@type":"node","@id":2270358882,"@timestamp":1526717003},"coords":"52.199634,-1.0225026","bedrooms":"1","price":"258000","area":"558"} , +{"type":"Feature","id":"n2270358913","geometry":{"type":"Point","coordinates":[-1.0111388,52.1893691]},"properties":{"@type":"node","@id":2270358913,"@timestamp":1518128017},"coords":"52.1893691,-1.0111388","bedrooms":"2","price":"228000","area":"481"} , +{"type":"Feature","id":"n2270435164","geometry":{"type":"Point","coordinates":[-0.3151803,51.3931246]},"properties":{"@type":"node","@id":2270435164,"@timestamp":1595761112},"coords":"51.3931246,-0.3151803","bedrooms":"0","price":"186000","area":"688"} , +{"type":"Feature","id":"n2270778411","geometry":{"type":"Point","coordinates":[-0.2443051,51.9766652]},"properties":{"@type":"node","@id":2270778411,"@timestamp":1392725820},"coords":"51.9766652,-0.2443051","bedrooms":"3","price":"286000","area":"477"} , +{"type":"Feature","id":"n2270862194","geometry":{"type":"Point","coordinates":[-0.0025685,51.5882502]},"properties":{"@type":"node","@id":2270862194,"@timestamp":1366224269},"coords":"51.5882502,-0.0025685","bedrooms":"3","price":"164000","area":"448"} , +{"type":"Feature","id":"n2271140023","geometry":{"type":"Point","coordinates":[-0.3022733,51.7436823]},"properties":{"@type":"node","@id":2271140023,"@timestamp":1621736010},"coords":"51.7436823,-0.3022733","bedrooms":"4","price":"172000","area":"442"} , +{"type":"Feature","id":"n2271213254","geometry":{"type":"Point","coordinates":[-0.2891512,51.7547718]},"properties":{"@type":"node","@id":2271213254,"@timestamp":1367417704},"coords":"51.7547718,-0.2891512","bedrooms":"3","price":"294000","area":"588"} , +{"type":"Feature","id":"n2271432365","geometry":{"type":"Point","coordinates":[0.4445852,51.5219003]},"properties":{"@type":"node","@id":2271432365,"@timestamp":1499776239},"coords":"51.5219003,0.4445852","bedrooms":"3","price":"293000","area":"666"} , +{"type":"Feature","id":"n2271462440","geometry":{"type":"Point","coordinates":[0.4958942,51.7432811]},"properties":{"@type":"node","@id":2271462440,"@timestamp":1366277630},"coords":"51.7432811,0.4958942","bedrooms":"2","price":"187000","area":"386"} , +{"type":"Feature","id":"n2271647518","geometry":{"type":"Point","coordinates":[-0.3039331,51.7424421]},"properties":{"@type":"node","@id":2271647518,"@timestamp":1366290199},"coords":"51.7424421,-0.3039331","bedrooms":"2","price":"203000","area":"623"} , +{"type":"Feature","id":"n2271647614","geometry":{"type":"Point","coordinates":[-0.3042456,51.7414257]},"properties":{"@type":"node","@id":2271647614,"@timestamp":1366290200},"coords":"51.7414257,-0.3042456","bedrooms":"1","price":"169000","area":"545"} , +{"type":"Feature","id":"n2271957616","geometry":{"type":"Point","coordinates":[-0.8376999,51.342449]},"properties":{"@type":"node","@id":2271957616,"@timestamp":1613232178},"coords":"51.342449,-0.8376999","bedrooms":"1","price":"187000","area":"538"} , +{"type":"Feature","id":"n2272353927","geometry":{"type":"Point","coordinates":[0.486542,51.7381905]},"properties":{"@type":"node","@id":2272353927,"@timestamp":1366355404},"coords":"51.7381905,0.486542","bedrooms":"0","price":"204000","area":"359"} , +{"type":"Feature","id":"n2272518801","geometry":{"type":"Point","coordinates":[-0.150225,51.5140118]},"properties":{"@type":"node","@id":2272518801,"@timestamp":1366369399},"coords":"51.5140118,-0.150225","bedrooms":"1","price":"289000","area":"696"} , +{"type":"Feature","id":"n2272585742","geometry":{"type":"Point","coordinates":[-0.1499774,51.5139157]},"properties":{"@type":"node","@id":2272585742,"@timestamp":1533004817},"coords":"51.5139157,-0.1499774","bedrooms":"4","price":"195000","area":"518"} , +{"type":"Feature","id":"n2272589481","geometry":{"type":"Point","coordinates":[0.4525889,51.5218813]},"properties":{"@type":"node","@id":2272589481,"@timestamp":1499776238},"coords":"51.5218813,0.4525889","bedrooms":"0","price":"195000","area":"656"} , +{"type":"Feature","id":"n2272747722","geometry":{"type":"Point","coordinates":[-0.1512644,51.515249]},"properties":{"@type":"node","@id":2272747722,"@timestamp":1366383777},"coords":"51.515249,-0.1512644","bedrooms":"1","price":"239000","area":"639"} , +{"type":"Feature","id":"n2272775768","geometry":{"type":"Point","coordinates":[-0.1506749,51.5149121]},"properties":{"@type":"node","@id":2272775768,"@timestamp":1366385724},"coords":"51.5149121,-0.1506749","bedrooms":"0","price":"193000","area":"534"} , +{"type":"Feature","id":"n2272827885","geometry":{"type":"Point","coordinates":[-0.1510382,51.5141504]},"properties":{"@type":"node","@id":2272827885,"@timestamp":1366389725},"coords":"51.5141504,-0.1510382","bedrooms":"1","price":"159000","area":"527"} , +{"type":"Feature","id":"n2272827903","geometry":{"type":"Point","coordinates":[-0.149946,51.5143276]},"properties":{"@type":"node","@id":2272827903,"@timestamp":1366389726},"coords":"51.5143276,-0.149946","bedrooms":"2","price":"294000","area":"467"} , +{"type":"Feature","id":"n2272848066","geometry":{"type":"Point","coordinates":[-0.3337351,51.5346758]},"properties":{"@type":"node","@id":2272848066,"@timestamp":1373974929},"coords":"51.5346758,-0.3337351","bedrooms":"4","price":"155000","area":"396"} , +{"type":"Feature","id":"n2272900368","geometry":{"type":"Point","coordinates":[-0.3308007,51.5378981]},"properties":{"@type":"node","@id":2272900368,"@timestamp":1417968938},"coords":"51.5378981,-0.3308007","bedrooms":"2","price":"174000","area":"594"} , +{"type":"Feature","id":"n2272900378","geometry":{"type":"Point","coordinates":[-0.3276956,51.5370733]},"properties":{"@type":"node","@id":2272900378,"@timestamp":1366394641},"coords":"51.5370733,-0.3276956","bedrooms":"4","price":"209000","area":"668"} , +{"type":"Feature","id":"n2272944633","geometry":{"type":"Point","coordinates":[-0.481877,50.9445059]},"properties":{"@type":"node","@id":2272944633,"@timestamp":1366397900},"coords":"50.9445059,-0.481877","bedrooms":"3","price":"187000","area":"600"} , +{"type":"Feature","id":"n2273086343","geometry":{"type":"Point","coordinates":[-0.1018046,51.3668707]},"properties":{"@type":"node","@id":2273086343,"@timestamp":1535490375},"coords":"51.3668707,-0.1018046","bedrooms":"1","price":"260000","area":"529"} , +{"type":"Feature","id":"n2273086382","geometry":{"type":"Point","coordinates":[-0.1010496,51.3663169]},"properties":{"@type":"node","@id":2273086382,"@timestamp":1366405785},"coords":"51.3663169,-0.1010496","bedrooms":"3","price":"298000","area":"617"} , +{"type":"Feature","id":"n2273789351","geometry":{"type":"Point","coordinates":[-0.1757801,51.5153859]},"properties":{"@type":"node","@id":2273789351,"@timestamp":1571712999},"coords":"51.5153859,-0.1757801","bedrooms":"2","price":"232000","area":"669"} , +{"type":"Feature","id":"n2274025249","geometry":{"type":"Point","coordinates":[0.7067448,51.5732241]},"properties":{"@type":"node","@id":2274025249,"@timestamp":1366479985},"coords":"51.5732241,0.7067448","bedrooms":"0","price":"254000","area":"574"} , +{"type":"Feature","id":"n2274247506","geometry":{"type":"Point","coordinates":[-0.3332004,51.1906012]},"properties":{"@type":"node","@id":2274247506,"@timestamp":1612176683},"coords":"51.1906012,-0.3332004","bedrooms":"3","price":"280000","area":"521"} , +{"type":"Feature","id":"n2274925692","geometry":{"type":"Point","coordinates":[-0.2839297,50.9576035]},"properties":{"@type":"node","@id":2274925692,"@timestamp":1366536709},"coords":"50.9576035,-0.2839297","bedrooms":"4","price":"165000","area":"557"} , +{"type":"Feature","id":"n2275209799","geometry":{"type":"Point","coordinates":[0.1030842,51.2439954]},"properties":{"@type":"node","@id":2275209799,"@timestamp":1366548540},"coords":"51.2439954,0.1030842","bedrooms":"1","price":"222000","area":"416"} , +{"type":"Feature","id":"n2275818632","geometry":{"type":"Point","coordinates":[-0.1234918,51.5344115]},"properties":{"@type":"node","@id":2275818632,"@timestamp":1623134130},"coords":"51.5344115,-0.1234918","bedrooms":"2","price":"218000","area":"669"} , +{"type":"Feature","id":"n2276292904","geometry":{"type":"Point","coordinates":[-0.4402361,51.6922619]},"properties":{"@type":"node","@id":2276292904,"@timestamp":1366588691},"coords":"51.6922619,-0.4402361","bedrooms":"3","price":"199000","area":"579"} , +{"type":"Feature","id":"n2276464037","geometry":{"type":"Point","coordinates":[-0.0081976,51.5936299]},"properties":{"@type":"node","@id":2276464037,"@timestamp":1366609193},"coords":"51.5936299,-0.0081976","bedrooms":"4","price":"152000","area":"599"} , +{"type":"Feature","id":"n2276464089","geometry":{"type":"Point","coordinates":[-0.0059765,51.5928382]},"properties":{"@type":"node","@id":2276464089,"@timestamp":1366609194},"coords":"51.5928382,-0.0059765","bedrooms":"1","price":"265000","area":"372"} , +{"type":"Feature","id":"n2276464162","geometry":{"type":"Point","coordinates":[-0.0085293,51.592991]},"properties":{"@type":"node","@id":2276464162,"@timestamp":1366609195},"coords":"51.592991,-0.0085293","bedrooms":"2","price":"234000","area":"603"} , +{"type":"Feature","id":"n2276506868","geometry":{"type":"Point","coordinates":[0.491455,51.7408634]},"properties":{"@type":"node","@id":2276506868,"@timestamp":1586022967},"coords":"51.7408634,0.491455","bedrooms":"3","price":"153000","area":"414"} , +{"type":"Feature","id":"n2276518487","geometry":{"type":"Point","coordinates":[-0.018518,51.5951738]},"properties":{"@type":"node","@id":2276518487,"@timestamp":1366614668},"coords":"51.5951738,-0.018518","bedrooms":"1","price":"207000","area":"584"} , +{"type":"Feature","id":"n2276518497","geometry":{"type":"Point","coordinates":[-0.0228474,51.5955763]},"properties":{"@type":"node","@id":2276518497,"@timestamp":1366614668},"coords":"51.5955763,-0.0228474","bedrooms":"4","price":"275000","area":"356"} , +{"type":"Feature","id":"n2276518507","geometry":{"type":"Point","coordinates":[-0.0228145,51.5960154]},"properties":{"@type":"node","@id":2276518507,"@timestamp":1366614669},"coords":"51.5960154,-0.0228145","bedrooms":"2","price":"154000","area":"396"} , +{"type":"Feature","id":"n2276518517","geometry":{"type":"Point","coordinates":[-0.0217757,51.5962196]},"properties":{"@type":"node","@id":2276518517,"@timestamp":1366614669},"coords":"51.5962196,-0.0217757","bedrooms":"0","price":"244000","area":"582"} , +{"type":"Feature","id":"n2276518527","geometry":{"type":"Point","coordinates":[-0.01968,51.5967492]},"properties":{"@type":"node","@id":2276518527,"@timestamp":1366614669},"coords":"51.5967492,-0.01968","bedrooms":"4","price":"261000","area":"526"} , +{"type":"Feature","id":"n2276737332","geometry":{"type":"Point","coordinates":[-0.2382784,51.4874964]},"properties":{"@type":"node","@id":2276737332,"@timestamp":1366744912},"coords":"51.4874964,-0.2382784","bedrooms":"2","price":"166000","area":"456"} , +{"type":"Feature","id":"n2276901687","geometry":{"type":"Point","coordinates":[-0.8513251,51.2961314]},"properties":{"@type":"node","@id":2276901687,"@timestamp":1366631936},"coords":"51.2961314,-0.8513251","bedrooms":"3","price":"272000","area":"437"} , +{"type":"Feature","id":"n2277022570","geometry":{"type":"Point","coordinates":[-0.8399939,51.2978496]},"properties":{"@type":"node","@id":2277022570,"@timestamp":1564341348},"coords":"51.2978496,-0.8399939","bedrooms":"2","price":"283000","area":"467"} , +{"type":"Feature","id":"n2277378124","geometry":{"type":"Point","coordinates":[-0.100131,51.3021284]},"properties":{"@type":"node","@id":2277378124,"@timestamp":1366655433},"coords":"51.3021284,-0.100131","bedrooms":"4","price":"169000","area":"412"} , +{"type":"Feature","id":"n2277378677","geometry":{"type":"Point","coordinates":[-0.0918188,51.3102067]},"properties":{"@type":"node","@id":2277378677,"@timestamp":1367514376},"coords":"51.3102067,-0.0918188","bedrooms":"3","price":"287000","area":"618"} , +{"type":"Feature","id":"n2277496719","geometry":{"type":"Point","coordinates":[0.2533319,51.0106524]},"properties":{"@type":"node","@id":2277496719,"@timestamp":1366658942},"coords":"51.0106524,0.2533319","bedrooms":"0","price":"165000","area":"686"} , +{"type":"Feature","id":"n2277519950","geometry":{"type":"Point","coordinates":[-1.1062989,51.2488876]},"properties":{"@type":"node","@id":2277519950,"@timestamp":1524166193},"coords":"51.2488876,-1.1062989","bedrooms":"2","price":"249000","area":"395"} , +{"type":"Feature","id":"n2277740496","geometry":{"type":"Point","coordinates":[0.1315123,51.2988514]},"properties":{"@type":"node","@id":2277740496,"@timestamp":1501598468},"coords":"51.2988514,0.1315123","bedrooms":"3","price":"216000","area":"627"} , +{"type":"Feature","id":"n2278000079","geometry":{"type":"Point","coordinates":[-0.8613293,51.2933378]},"properties":{"@type":"node","@id":2278000079,"@timestamp":1564344656},"coords":"51.2933378,-0.8613293","bedrooms":"2","price":"216000","area":"483"} , +{"type":"Feature","id":"n2278031124","geometry":{"type":"Point","coordinates":[-0.864501,51.2929576]},"properties":{"@type":"node","@id":2278031124,"@timestamp":1604441797},"coords":"51.2929576,-0.864501","bedrooms":"4","price":"255000","area":"520"} , +{"type":"Feature","id":"n2278263991","geometry":{"type":"Point","coordinates":[-0.7993228,51.2921592]},"properties":{"@type":"node","@id":2278263991,"@timestamp":1552251306},"coords":"51.2921592,-0.7993228","bedrooms":"1","price":"295000","area":"603"} , +{"type":"Feature","id":"n2278275392","geometry":{"type":"Point","coordinates":[-0.1351533,51.5226401]},"properties":{"@type":"node","@id":2278275392,"@timestamp":1419245349},"coords":"51.5226401,-0.1351533","bedrooms":"3","price":"186000","area":"352"} , +{"type":"Feature","id":"n2278458790","geometry":{"type":"Point","coordinates":[-0.3243906,51.575577]},"properties":{"@type":"node","@id":2278458790,"@timestamp":1623154826},"coords":"51.575577,-0.3243906","bedrooms":"1","price":"266000","area":"591"} , +{"type":"Feature","id":"n2279273258","geometry":{"type":"Point","coordinates":[-0.7500324,51.3055333]},"properties":{"@type":"node","@id":2279273258,"@timestamp":1366795809},"coords":"51.3055333,-0.7500324","bedrooms":"0","price":"245000","area":"652"} , +{"type":"Feature","id":"n2279298564","geometry":{"type":"Point","coordinates":[-0.7607596,51.2872725]},"properties":{"@type":"node","@id":2279298564,"@timestamp":1632834734},"coords":"51.2872725,-0.7607596","bedrooms":"0","price":"152000","area":"447"} , +{"type":"Feature","id":"n2279460968","geometry":{"type":"Point","coordinates":[-0.2633092,51.7523053]},"properties":{"@type":"node","@id":2279460968,"@timestamp":1366805113},"coords":"51.7523053,-0.2633092","bedrooms":"0","price":"240000","area":"486"} , +{"type":"Feature","id":"n2279515756","geometry":{"type":"Point","coordinates":[-0.7612619,51.2860835]},"properties":{"@type":"node","@id":2279515756,"@timestamp":1366809984},"coords":"51.2860835,-0.7612619","bedrooms":"0","price":"241000","area":"550"} , +{"type":"Feature","id":"n2279629087","geometry":{"type":"Point","coordinates":[-0.7611291,51.2871357]},"properties":{"@type":"node","@id":2279629087,"@timestamp":1632834660},"coords":"51.2871357,-0.7611291","bedrooms":"2","price":"251000","area":"420"} , +{"type":"Feature","id":"n2279905929","geometry":{"type":"Point","coordinates":[-0.4926788,51.3002078]},"properties":{"@type":"node","@id":2279905929,"@timestamp":1484561720},"coords":"51.3002078,-0.4926788","bedrooms":"2","price":"186000","area":"573"} , +{"type":"Feature","id":"n2280003453","geometry":{"type":"Point","coordinates":[0.0598093,51.2252285]},"properties":{"@type":"node","@id":2280003453,"@timestamp":1366833817},"coords":"51.2252285,0.0598093","bedrooms":"3","price":"189000","area":"593"} , +{"type":"Feature","id":"n2280107563","geometry":{"type":"Point","coordinates":[-0.5511044,51.6193616]},"properties":{"@type":"node","@id":2280107563,"@timestamp":1531043407},"coords":"51.6193616,-0.5511044","bedrooms":"2","price":"186000","area":"666"} , +{"type":"Feature","id":"n2280580671","geometry":{"type":"Point","coordinates":[-0.7503,51.2795749]},"properties":{"@type":"node","@id":2280580671,"@timestamp":1425774913},"coords":"51.2795749,-0.7503","bedrooms":"2","price":"159000","area":"474"} , +{"type":"Feature","id":"n2280693338","geometry":{"type":"Point","coordinates":[-0.985136,51.1478986]},"properties":{"@type":"node","@id":2280693338,"@timestamp":1408212580},"coords":"51.1478986,-0.985136","bedrooms":"2","price":"214000","area":"589"} , +{"type":"Feature","id":"n2280819368","geometry":{"type":"Point","coordinates":[-0.6504959,51.8725937]},"properties":{"@type":"node","@id":2280819368,"@timestamp":1587847617},"coords":"51.8725937,-0.6504959","bedrooms":"0","price":"282000","area":"499"} , +{"type":"Feature","id":"n2280868337","geometry":{"type":"Point","coordinates":[0.5299622,51.6523124]},"properties":{"@type":"node","@id":2280868337,"@timestamp":1366896406},"coords":"51.6523124,0.5299622","bedrooms":"4","price":"296000","area":"498"} , +{"type":"Feature","id":"n2281291658","geometry":{"type":"Point","coordinates":[-0.1384929,51.2472201]},"properties":{"@type":"node","@id":2281291658,"@timestamp":1478462276},"coords":"51.2472201,-0.1384929","bedrooms":"4","price":"272000","area":"503"} , +{"type":"Feature","id":"n2281481458","geometry":{"type":"Point","coordinates":[-0.1254082,51.3700553]},"properties":{"@type":"node","@id":2281481458,"@timestamp":1615602533},"coords":"51.3700553,-0.1254082","bedrooms":"0","price":"267000","area":"401"} , +{"type":"Feature","id":"n2281765342","geometry":{"type":"Point","coordinates":[-0.1490829,51.2197946]},"properties":{"@type":"node","@id":2281765342,"@timestamp":1366958892},"coords":"51.2197946,-0.1490829","bedrooms":"3","price":"296000","area":"551"} , +{"type":"Feature","id":"n2281808140","geometry":{"type":"Point","coordinates":[-0.7950602,51.3681478]},"properties":{"@type":"node","@id":2281808140,"@timestamp":1366962550},"coords":"51.3681478,-0.7950602","bedrooms":"2","price":"222000","area":"571"} , +{"type":"Feature","id":"n2281844095","geometry":{"type":"Point","coordinates":[-0.7917906,51.3712624]},"properties":{"@type":"node","@id":2281844095,"@timestamp":1632481802},"coords":"51.3712624,-0.7917906","bedrooms":"3","price":"220000","area":"355"} , +{"type":"Feature","id":"n2281852830","geometry":{"type":"Point","coordinates":[-0.7941912,51.3675885]},"properties":{"@type":"node","@id":2281852830,"@timestamp":1366966335},"coords":"51.3675885,-0.7941912","bedrooms":"1","price":"265000","area":"611"} , +{"type":"Feature","id":"n2281869681","geometry":{"type":"Point","coordinates":[-0.794277,51.3674947]},"properties":{"@type":"node","@id":2281869681,"@timestamp":1632482352},"coords":"51.3674947,-0.794277","bedrooms":"1","price":"272000","area":"538"} , +{"type":"Feature","id":"n2281893901","geometry":{"type":"Point","coordinates":[-0.7509508,51.2939542]},"properties":{"@type":"node","@id":2281893901,"@timestamp":1591559718},"coords":"51.2939542,-0.7509508","bedrooms":"4","price":"230000","area":"652"} , +{"type":"Feature","id":"n2281930676","geometry":{"type":"Point","coordinates":[-0.7413122,51.277399]},"properties":{"@type":"node","@id":2281930676,"@timestamp":1366971610},"coords":"51.277399,-0.7413122","bedrooms":"2","price":"169000","area":"421"} , +{"type":"Feature","id":"n2281998284","geometry":{"type":"Point","coordinates":[-0.8396287,51.2833785]},"properties":{"@type":"node","@id":2281998284,"@timestamp":1366976083},"coords":"51.2833785,-0.8396287","bedrooms":"0","price":"295000","area":"361"} , +{"type":"Feature","id":"n2282189610","geometry":{"type":"Point","coordinates":[-0.0687172,51.41453]},"properties":{"@type":"node","@id":2282189610,"@timestamp":1366989187},"coords":"51.41453,-0.0687172","bedrooms":"3","price":"244000","area":"453"} , +{"type":"Feature","id":"n2282226529","geometry":{"type":"Point","coordinates":[-0.3248766,51.5438556]},"properties":{"@type":"node","@id":2282226529,"@timestamp":1592668533},"coords":"51.5438556,-0.3248766","bedrooms":"0","price":"194000","area":"496"} , +{"type":"Feature","id":"n2282295845","geometry":{"type":"Point","coordinates":[-0.0698029,51.5160528]},"properties":{"@type":"node","@id":2282295845,"@timestamp":1564910830},"coords":"51.5160528,-0.0698029","bedrooms":"3","price":"190000","area":"613"} , +{"type":"Feature","id":"n2282335674","geometry":{"type":"Point","coordinates":[-0.0231938,51.5977356]},"properties":{"@type":"node","@id":2282335674,"@timestamp":1367000116},"coords":"51.5977356,-0.0231938","bedrooms":"1","price":"284000","area":"637"} , +{"type":"Feature","id":"n2282335745","geometry":{"type":"Point","coordinates":[-0.0169909,51.5985498]},"properties":{"@type":"node","@id":2282335745,"@timestamp":1367000117},"coords":"51.5985498,-0.0169909","bedrooms":"1","price":"222000","area":"603"} , +{"type":"Feature","id":"n2282335814","geometry":{"type":"Point","coordinates":[-0.0227161,51.5975223]},"properties":{"@type":"node","@id":2282335814,"@timestamp":1367000117},"coords":"51.5975223,-0.0227161","bedrooms":"0","price":"173000","area":"466"} , +{"type":"Feature","id":"n2282335852","geometry":{"type":"Point","coordinates":[-0.0220731,51.5976187]},"properties":{"@type":"node","@id":2282335852,"@timestamp":1367000118},"coords":"51.5976187,-0.0220731","bedrooms":"0","price":"231000","area":"400"} , +{"type":"Feature","id":"n2282335881","geometry":{"type":"Point","coordinates":[-0.017494,51.5984888]},"properties":{"@type":"node","@id":2282335881,"@timestamp":1444583117},"coords":"51.5984888,-0.017494","bedrooms":"0","price":"216000","area":"683"} , +{"type":"Feature","id":"n2282355554","geometry":{"type":"Point","coordinates":[-0.0038205,51.5847818]},"properties":{"@type":"node","@id":2282355554,"@timestamp":1367001787},"coords":"51.5847818,-0.0038205","bedrooms":"4","price":"238000","area":"571"} , +{"type":"Feature","id":"n2282940402","geometry":{"type":"Point","coordinates":[-0.1231022,51.5688739]},"properties":{"@type":"node","@id":2282940402,"@timestamp":1553295368},"coords":"51.5688739,-0.1231022","bedrooms":"3","price":"152000","area":"388"} , +{"type":"Feature","id":"n2283110897","geometry":{"type":"Point","coordinates":[-0.9347315,51.442929]},"properties":{"@type":"node","@id":2283110897,"@timestamp":1367068483},"coords":"51.442929,-0.9347315","bedrooms":"0","price":"291000","area":"688"} , +{"type":"Feature","id":"n2283458227","geometry":{"type":"Point","coordinates":[0.3389678,51.2863921]},"properties":{"@type":"node","@id":2283458227,"@timestamp":1367092238},"coords":"51.2863921,0.3389678","bedrooms":"1","price":"212000","area":"488"} , +{"type":"Feature","id":"n2283701337","geometry":{"type":"Point","coordinates":[-0.4187116,51.7049435]},"properties":{"@type":"node","@id":2283701337,"@timestamp":1367124039},"coords":"51.7049435,-0.4187116","bedrooms":"0","price":"296000","area":"517"} , +{"type":"Feature","id":"n2283701367","geometry":{"type":"Point","coordinates":[-0.4180184,51.7054479]},"properties":{"@type":"node","@id":2283701367,"@timestamp":1367124039},"coords":"51.7054479,-0.4180184","bedrooms":"3","price":"295000","area":"440"} , +{"type":"Feature","id":"n2284099864","geometry":{"type":"Point","coordinates":[-1.0942719,51.2725113]},"properties":{"@type":"node","@id":2284099864,"@timestamp":1543230850},"coords":"51.2725113,-1.0942719","bedrooms":"1","price":"168000","area":"491"} , +{"type":"Feature","id":"n2284162692","geometry":{"type":"Point","coordinates":[-1.0929831,51.2697558]},"properties":{"@type":"node","@id":2284162692,"@timestamp":1518724971},"coords":"51.2697558,-1.0929831","bedrooms":"0","price":"216000","area":"561"} , +{"type":"Feature","id":"n2284292412","geometry":{"type":"Point","coordinates":[0.5988737,51.9531243]},"properties":{"@type":"node","@id":2284292412,"@timestamp":1407611600},"coords":"51.9531243,0.5988737","bedrooms":"3","price":"196000","area":"372"} , +{"type":"Feature","id":"n2284359844","geometry":{"type":"Point","coordinates":[0.0999284,51.671775]},"properties":{"@type":"node","@id":2284359844,"@timestamp":1608041330},"coords":"51.671775,0.0999284","bedrooms":"0","price":"235000","area":"591"} , +{"type":"Feature","id":"n2284383650","geometry":{"type":"Point","coordinates":[0.0789369,51.6769195]},"properties":{"@type":"node","@id":2284383650,"@timestamp":1589045877},"coords":"51.6769195,0.0789369","bedrooms":"1","price":"274000","area":"658"} , +{"type":"Feature","id":"n2284447043","geometry":{"type":"Point","coordinates":[0.1031362,51.6712489]},"properties":{"@type":"node","@id":2284447043,"@timestamp":1367164786},"coords":"51.6712489,0.1031362","bedrooms":"0","price":"277000","area":"562"} , +{"type":"Feature","id":"n2284447071","geometry":{"type":"Point","coordinates":[0.1033131,51.6720275]},"properties":{"@type":"node","@id":2284447071,"@timestamp":1367164786},"coords":"51.6720275,0.1033131","bedrooms":"1","price":"198000","area":"619"} , +{"type":"Feature","id":"n2284512971","geometry":{"type":"Point","coordinates":[-0.285772,51.388114]},"properties":{"@type":"node","@id":2284512971,"@timestamp":1367167322},"coords":"51.388114,-0.285772","bedrooms":"1","price":"250000","area":"443"} , +{"type":"Feature","id":"n2284524477","geometry":{"type":"Point","coordinates":[-0.1504016,51.4674448]},"properties":{"@type":"node","@id":2284524477,"@timestamp":1543945046},"coords":"51.4674448,-0.1504016","bedrooms":"3","price":"275000","area":"682"} , +{"type":"Feature","id":"n2284700047","geometry":{"type":"Point","coordinates":[0.1821459,51.4010978]},"properties":{"@type":"node","@id":2284700047,"@timestamp":1374961898},"coords":"51.4010978,0.1821459","bedrooms":"3","price":"268000","area":"513"} , +{"type":"Feature","id":"n2284798583","geometry":{"type":"Point","coordinates":[-0.0320211,51.4662143]},"properties":{"@type":"node","@id":2284798583,"@timestamp":1367176455},"coords":"51.4662143,-0.0320211","bedrooms":"4","price":"269000","area":"365"} , +{"type":"Feature","id":"n2284956608","geometry":{"type":"Point","coordinates":[-0.768219,51.7514225]},"properties":{"@type":"node","@id":2284956608,"@timestamp":1530895113},"coords":"51.7514225,-0.768219","bedrooms":"2","price":"249000","area":"521"} , +{"type":"Feature","id":"n2285004009","geometry":{"type":"Point","coordinates":[-0.8119526,51.7252352]},"properties":{"@type":"node","@id":2285004009,"@timestamp":1367185549},"coords":"51.7252352,-0.8119526","bedrooms":"4","price":"178000","area":"661"} , +{"type":"Feature","id":"n2285112137","geometry":{"type":"Point","coordinates":[-0.877552,51.7192695]},"properties":{"@type":"node","@id":2285112137,"@timestamp":1367188857},"coords":"51.7192695,-0.877552","bedrooms":"1","price":"198000","area":"687"} , +{"type":"Feature","id":"n2285124986","geometry":{"type":"Point","coordinates":[-0.8059157,51.7262503]},"properties":{"@type":"node","@id":2285124986,"@timestamp":1367190209},"coords":"51.7262503,-0.8059157","bedrooms":"3","price":"296000","area":"654"} , +{"type":"Feature","id":"n2285457303","geometry":{"type":"Point","coordinates":[-0.3032694,51.415467]},"properties":{"@type":"node","@id":2285457303,"@timestamp":1597780850},"coords":"51.415467,-0.3032694","bedrooms":"4","price":"236000","area":"686"} , +{"type":"Feature","id":"n2285576557","geometry":{"type":"Point","coordinates":[-0.7872242,51.2901071]},"properties":{"@type":"node","@id":2285576557,"@timestamp":1367235934},"coords":"51.2901071,-0.7872242","bedrooms":"3","price":"176000","area":"517"} , +{"type":"Feature","id":"n2285689817","geometry":{"type":"Point","coordinates":[0.4910697,51.7349271]},"properties":{"@type":"node","@id":2285689817,"@timestamp":1520042869},"coords":"51.7349271,0.4910697","bedrooms":"2","price":"295000","area":"642"} , +{"type":"Feature","id":"n2285703114","geometry":{"type":"Point","coordinates":[-0.7597031,51.2933938]},"properties":{"@type":"node","@id":2285703114,"@timestamp":1634854422},"coords":"51.2933938,-0.7597031","bedrooms":"4","price":"194000","area":"570"} , +{"type":"Feature","id":"n2285750216","geometry":{"type":"Point","coordinates":[0.1800087,51.3990972]},"properties":{"@type":"node","@id":2285750216,"@timestamp":1617575677},"coords":"51.3990972,0.1800087","bedrooms":"4","price":"207000","area":"575"} , +{"type":"Feature","id":"n2285817863","geometry":{"type":"Point","coordinates":[-0.7800818,51.2917548]},"properties":{"@type":"node","@id":2285817863,"@timestamp":1626704545},"coords":"51.2917548,-0.7800818","bedrooms":"2","price":"216000","area":"619"} , +{"type":"Feature","id":"n2286503177","geometry":{"type":"Point","coordinates":[0.4757408,51.7305054]},"properties":{"@type":"node","@id":2286503177,"@timestamp":1543778100},"coords":"51.7305054,0.4757408","bedrooms":"0","price":"257000","area":"528"} , +{"type":"Feature","id":"n2286628638","geometry":{"type":"Point","coordinates":[-0.8534858,51.257449]},"properties":{"@type":"node","@id":2286628638,"@timestamp":1511471361},"coords":"51.257449,-0.8534858","bedrooms":"4","price":"225000","area":"608"} , +{"type":"Feature","id":"n2286745986","geometry":{"type":"Point","coordinates":[-0.8477286,51.2598405]},"properties":{"@type":"node","@id":2286745986,"@timestamp":1367329574},"coords":"51.2598405,-0.8477286","bedrooms":"1","price":"247000","area":"681"} , +{"type":"Feature","id":"n2287115858","geometry":{"type":"Point","coordinates":[-0.3378355,51.4973867]},"properties":{"@type":"node","@id":2287115858,"@timestamp":1367353054},"coords":"51.4973867,-0.3378355","bedrooms":"3","price":"253000","area":"655"} , +{"type":"Feature","id":"n2287177439","geometry":{"type":"Point","coordinates":[0.0210275,51.5859298]},"properties":{"@type":"node","@id":2287177439,"@timestamp":1614515679},"coords":"51.5859298,0.0210275","bedrooms":"3","price":"280000","area":"373"} , +{"type":"Feature","id":"n2287301471","geometry":{"type":"Point","coordinates":[-0.0943363,51.6601916]},"properties":{"@type":"node","@id":2287301471,"@timestamp":1633554283},"coords":"51.6601916,-0.0943363","bedrooms":"4","price":"278000","area":"450"} , +{"type":"Feature","id":"n2287301489","geometry":{"type":"Point","coordinates":[-0.095204,51.6607556]},"properties":{"@type":"node","@id":2287301489,"@timestamp":1633554283},"coords":"51.6607556,-0.095204","bedrooms":"2","price":"153000","area":"455"} , +{"type":"Feature","id":"n2287835001","geometry":{"type":"Point","coordinates":[0.4920469,51.7410508]},"properties":{"@type":"node","@id":2287835001,"@timestamp":1434325068},"coords":"51.7410508,0.4920469","bedrooms":"2","price":"153000","area":"494"} , +{"type":"Feature","id":"n2287912473","geometry":{"type":"Point","coordinates":[-0.3392174,51.550598]},"properties":{"@type":"node","@id":2287912473,"@timestamp":1618279204},"coords":"51.550598,-0.3392174","bedrooms":"4","price":"298000","area":"625"} , +{"type":"Feature","id":"n2287981620","geometry":{"type":"Point","coordinates":[0.3328328,51.5874398]},"properties":{"@type":"node","@id":2287981620,"@timestamp":1367411704},"coords":"51.5874398,0.3328328","bedrooms":"2","price":"219000","area":"558"} , +{"type":"Feature","id":"n2287981655","geometry":{"type":"Point","coordinates":[0.332924,51.5870531]},"properties":{"@type":"node","@id":2287981655,"@timestamp":1367411704},"coords":"51.5870531,0.332924","bedrooms":"3","price":"227000","area":"417"} , +{"type":"Feature","id":"n2288132152","geometry":{"type":"Point","coordinates":[-0.3460729,51.5423424]},"properties":{"@type":"node","@id":2288132152,"@timestamp":1522194587},"coords":"51.5423424,-0.3460729","bedrooms":"2","price":"263000","area":"494"} , +{"type":"Feature","id":"n2288183672","geometry":{"type":"Point","coordinates":[-0.3574134,51.5423497]},"properties":{"@type":"node","@id":2288183672,"@timestamp":1367424694},"coords":"51.5423497,-0.3574134","bedrooms":"1","price":"293000","area":"635"} , +{"type":"Feature","id":"n2288348853","geometry":{"type":"Point","coordinates":[-0.9638341,51.0301721]},"properties":{"@type":"node","@id":2288348853,"@timestamp":1595962238},"coords":"51.0301721,-0.9638341","bedrooms":"3","price":"249000","area":"421"} , +{"type":"Feature","id":"n2288456779","geometry":{"type":"Point","coordinates":[-0.3362525,51.5568815]},"properties":{"@type":"node","@id":2288456779,"@timestamp":1600337107},"coords":"51.5568815,-0.3362525","bedrooms":"1","price":"163000","area":"479"} , +{"type":"Feature","id":"n2288485381","geometry":{"type":"Point","coordinates":[-0.1753717,51.3029376]},"properties":{"@type":"node","@id":2288485381,"@timestamp":1367442279},"coords":"51.3029376,-0.1753717","bedrooms":"1","price":"204000","area":"621"} , +{"type":"Feature","id":"n2288492347","geometry":{"type":"Point","coordinates":[-0.3358084,51.5570599]},"properties":{"@type":"node","@id":2288492347,"@timestamp":1617473048},"coords":"51.5570599,-0.3358084","bedrooms":"1","price":"274000","area":"566"} , +{"type":"Feature","id":"n2288727538","geometry":{"type":"Point","coordinates":[-0.0216746,51.5767321]},"properties":{"@type":"node","@id":2288727538,"@timestamp":1367473557},"coords":"51.5767321,-0.0216746","bedrooms":"4","price":"269000","area":"636"} , +{"type":"Feature","id":"n2288775665","geometry":{"type":"Point","coordinates":[-0.8256098,51.2945448]},"properties":{"@type":"node","@id":2288775665,"@timestamp":1367479355},"coords":"51.2945448,-0.8256098","bedrooms":"2","price":"234000","area":"527"} , +{"type":"Feature","id":"n2288957205","geometry":{"type":"Point","coordinates":[-0.8282169,51.2949779]},"properties":{"@type":"node","@id":2288957205,"@timestamp":1367492580},"coords":"51.2949779,-0.8282169","bedrooms":"3","price":"212000","area":"401"} , +{"type":"Feature","id":"n2289069427","geometry":{"type":"Point","coordinates":[-0.8220098,51.2770213]},"properties":{"@type":"node","@id":2289069427,"@timestamp":1457888634},"coords":"51.2770213,-0.8220098","bedrooms":"0","price":"191000","area":"505"} , +{"type":"Feature","id":"n2289102370","geometry":{"type":"Point","coordinates":[0.486168,51.7314554]},"properties":{"@type":"node","@id":2289102370,"@timestamp":1619109047},"coords":"51.7314554,0.486168","bedrooms":"0","price":"180000","area":"357"} , +{"type":"Feature","id":"n2289236201","geometry":{"type":"Point","coordinates":[-0.8264521,51.2574621]},"properties":{"@type":"node","@id":2289236201,"@timestamp":1551237709},"coords":"51.2574621,-0.8264521","bedrooms":"1","price":"242000","area":"356"} , +{"type":"Feature","id":"n2289311806","geometry":{"type":"Point","coordinates":[-0.3472269,51.5528434]},"properties":{"@type":"node","@id":2289311806,"@timestamp":1367512337},"coords":"51.5528434,-0.3472269","bedrooms":"2","price":"215000","area":"679"} , +{"type":"Feature","id":"n2289356631","geometry":{"type":"Point","coordinates":[-0.1014164,51.3253157]},"properties":{"@type":"node","@id":2289356631,"@timestamp":1367514366},"coords":"51.3253157,-0.1014164","bedrooms":"1","price":"253000","area":"369"} , +{"type":"Feature","id":"n2289666946","geometry":{"type":"Point","coordinates":[-0.1080512,51.1820665]},"properties":{"@type":"node","@id":2289666946,"@timestamp":1367530408},"coords":"51.1820665,-0.1080512","bedrooms":"2","price":"165000","area":"627"} , +{"type":"Feature","id":"n2289694913","geometry":{"type":"Point","coordinates":[-0.1098483,51.1884676]},"properties":{"@type":"node","@id":2289694913,"@timestamp":1367530406},"coords":"51.1884676,-0.1098483","bedrooms":"1","price":"154000","area":"559"} , +{"type":"Feature","id":"n2289979286","geometry":{"type":"Point","coordinates":[-0.0192375,51.5752803]},"properties":{"@type":"node","@id":2289979286,"@timestamp":1367743487},"coords":"51.5752803,-0.0192375","bedrooms":"1","price":"269000","area":"456"} , +{"type":"Feature","id":"n2289979296","geometry":{"type":"Point","coordinates":[-0.0206735,51.5771154]},"properties":{"@type":"node","@id":2289979296,"@timestamp":1367558554},"coords":"51.5771154,-0.0206735","bedrooms":"4","price":"199000","area":"369"} , +{"type":"Feature","id":"n2290046395","geometry":{"type":"Point","coordinates":[0.5064851,51.7362017]},"properties":{"@type":"node","@id":2290046395,"@timestamp":1632525571},"coords":"51.7362017,0.5064851","bedrooms":"2","price":"159000","area":"381"} , +{"type":"Feature","id":"n2290169588","geometry":{"type":"Point","coordinates":[-0.0463543,51.4951379]},"properties":{"@type":"node","@id":2290169588,"@timestamp":1583576155},"coords":"51.4951379,-0.0463543","bedrooms":"2","price":"167000","area":"689"} , +{"type":"Feature","id":"n2290218286","geometry":{"type":"Point","coordinates":[0.0264479,51.5779537]},"properties":{"@type":"node","@id":2290218286,"@timestamp":1631725376},"coords":"51.5779537,0.0264479","bedrooms":"1","price":"224000","area":"604"} , +{"type":"Feature","id":"n2290387298","geometry":{"type":"Point","coordinates":[-0.7628211,51.6388212]},"properties":{"@type":"node","@id":2290387298,"@timestamp":1538504043},"coords":"51.6388212,-0.7628211","bedrooms":"2","price":"164000","area":"498"} , +{"type":"Feature","id":"n2290418962","geometry":{"type":"Point","coordinates":[0.146046,51.3840988]},"properties":{"@type":"node","@id":2290418962,"@timestamp":1550732371},"coords":"51.3840988,0.146046","bedrooms":"3","price":"296000","area":"369"} , +{"type":"Feature","id":"n2290619199","geometry":{"type":"Point","coordinates":[-0.7467433,51.6434975]},"properties":{"@type":"node","@id":2290619199,"@timestamp":1367602473},"coords":"51.6434975,-0.7467433","bedrooms":"4","price":"220000","area":"461"} , +{"type":"Feature","id":"n2291143965","geometry":{"type":"Point","coordinates":[-0.0461987,51.4982528]},"properties":{"@type":"node","@id":2291143965,"@timestamp":1600350549},"coords":"51.4982528,-0.0461987","bedrooms":"3","price":"291000","area":"408"} , +{"type":"Feature","id":"n2291258961","geometry":{"type":"Point","coordinates":[0.1483872,51.1131736]},"properties":{"@type":"node","@id":2291258961,"@timestamp":1367669343},"coords":"51.1131736,0.1483872","bedrooms":"4","price":"299000","area":"570"} , +{"type":"Feature","id":"n2291310130","geometry":{"type":"Point","coordinates":[-0.9368098,51.4460086]},"properties":{"@type":"node","@id":2291310130,"@timestamp":1635101617},"coords":"51.4460086,-0.9368098","bedrooms":"0","price":"150000","area":"525"} , +{"type":"Feature","id":"n2291489006","geometry":{"type":"Point","coordinates":[-0.0593518,51.1788822]},"properties":{"@type":"node","@id":2291489006,"@timestamp":1540410899},"coords":"51.1788822,-0.0593518","bedrooms":"0","price":"291000","area":"679"} , +{"type":"Feature","id":"n2291489016","geometry":{"type":"Point","coordinates":[-0.0569217,51.1961374]},"properties":{"@type":"node","@id":2291489016,"@timestamp":1591369903},"coords":"51.1961374,-0.0569217","bedrooms":"1","price":"275000","area":"441"} , +{"type":"Feature","id":"n2291489026","geometry":{"type":"Point","coordinates":[-0.0603764,51.1796388]},"properties":{"@type":"node","@id":2291489026,"@timestamp":1540410899},"coords":"51.1796388,-0.0603764","bedrooms":"0","price":"274000","area":"591"} , +{"type":"Feature","id":"n2291653740","geometry":{"type":"Point","coordinates":[-0.442806,51.7068594]},"properties":{"@type":"node","@id":2291653740,"@timestamp":1367690957},"coords":"51.7068594,-0.442806","bedrooms":"3","price":"262000","area":"649"} , +{"type":"Feature","id":"n2291829427","geometry":{"type":"Point","coordinates":[0.7250808,51.3442897]},"properties":{"@type":"node","@id":2291829427,"@timestamp":1566636843},"coords":"51.3442897,0.7250808","bedrooms":"4","price":"212000","area":"545"} , +{"type":"Feature","id":"n2291829461","geometry":{"type":"Point","coordinates":[0.7243625,51.3444443]},"properties":{"@type":"node","@id":2291829461,"@timestamp":1566636843},"coords":"51.3444443,0.7243625","bedrooms":"3","price":"155000","area":"559"} , +{"type":"Feature","id":"n2291829666","geometry":{"type":"Point","coordinates":[0.7239111,51.3452611]},"properties":{"@type":"node","@id":2291829666,"@timestamp":1567804482},"coords":"51.3452611,0.7239111","bedrooms":"4","price":"162000","area":"472"} , +{"type":"Feature","id":"n2291829797","geometry":{"type":"Point","coordinates":[0.7244655,51.345506]},"properties":{"@type":"node","@id":2291829797,"@timestamp":1567804482},"coords":"51.345506,0.7244655","bedrooms":"0","price":"290000","area":"565"} , +{"type":"Feature","id":"n2291829942","geometry":{"type":"Point","coordinates":[0.724865,51.3456981]},"properties":{"@type":"node","@id":2291829942,"@timestamp":1567804482},"coords":"51.3456981,0.724865","bedrooms":"2","price":"280000","area":"628"} , +{"type":"Feature","id":"n2291869364","geometry":{"type":"Point","coordinates":[-0.3623593,51.663767]},"properties":{"@type":"node","@id":2291869364,"@timestamp":1367701354},"coords":"51.663767,-0.3623593","bedrooms":"4","price":"260000","area":"512"} , +{"type":"Feature","id":"n2291957840","geometry":{"type":"Point","coordinates":[-0.3713563,51.6646159]},"properties":{"@type":"node","@id":2291957840,"@timestamp":1612221051},"coords":"51.6646159,-0.3713563","bedrooms":"2","price":"289000","area":"673"} , +{"type":"Feature","id":"n2291977395","geometry":{"type":"Point","coordinates":[-0.3811152,51.6739813]},"properties":{"@type":"node","@id":2291977395,"@timestamp":1604763552},"coords":"51.6739813,-0.3811152","bedrooms":"3","price":"268000","area":"467"} , +{"type":"Feature","id":"n2292159448","geometry":{"type":"Point","coordinates":[-0.0346565,51.5970304]},"properties":{"@type":"node","@id":2292159448,"@timestamp":1461938385},"coords":"51.5970304,-0.0346565","bedrooms":"4","price":"193000","area":"471"} , +{"type":"Feature","id":"n2292159458","geometry":{"type":"Point","coordinates":[-0.0354028,51.5970614]},"properties":{"@type":"node","@id":2292159458,"@timestamp":1462827800},"coords":"51.5970614,-0.0354028","bedrooms":"3","price":"177000","area":"598"} , +{"type":"Feature","id":"n2292159468","geometry":{"type":"Point","coordinates":[-0.0282742,51.595311]},"properties":{"@type":"node","@id":2292159468,"@timestamp":1367741022},"coords":"51.595311,-0.0282742","bedrooms":"0","price":"291000","area":"565"} , +{"type":"Feature","id":"n2292177527","geometry":{"type":"Point","coordinates":[-0.0207362,51.5745481]},"properties":{"@type":"node","@id":2292177527,"@timestamp":1367742679},"coords":"51.5745481,-0.0207362","bedrooms":"3","price":"180000","area":"692"} , +{"type":"Feature","id":"n2292177537","geometry":{"type":"Point","coordinates":[-0.0216244,51.5742408]},"properties":{"@type":"node","@id":2292177537,"@timestamp":1367742679},"coords":"51.5742408,-0.0216244","bedrooms":"2","price":"277000","area":"637"} , +{"type":"Feature","id":"n2292189510","geometry":{"type":"Point","coordinates":[-0.0194082,51.5749278]},"properties":{"@type":"node","@id":2292189510,"@timestamp":1367743485},"coords":"51.5749278,-0.0194082","bedrooms":"0","price":"213000","area":"668"} , +{"type":"Feature","id":"n2292189732","geometry":{"type":"Point","coordinates":[-0.6079977,51.1819342]},"properties":{"@type":"node","@id":2292189732,"@timestamp":1594943390},"coords":"51.1819342,-0.6079977","bedrooms":"3","price":"176000","area":"378"} , +{"type":"Feature","id":"n2292197109","geometry":{"type":"Point","coordinates":[-0.3261136,51.5439794]},"properties":{"@type":"node","@id":2292197109,"@timestamp":1367744138},"coords":"51.5439794,-0.3261136","bedrooms":"2","price":"230000","area":"655"} , +{"type":"Feature","id":"n2292322340","geometry":{"type":"Point","coordinates":[-0.3267494,51.5455324]},"properties":{"@type":"node","@id":2292322340,"@timestamp":1618087658},"coords":"51.5455324,-0.3267494","bedrooms":"0","price":"185000","area":"433"} , +{"type":"Feature","id":"n2292648597","geometry":{"type":"Point","coordinates":[-0.5620007,51.4232034]},"properties":{"@type":"node","@id":2292648597,"@timestamp":1367772343},"coords":"51.4232034,-0.5620007","bedrooms":"0","price":"172000","area":"428"} , +{"type":"Feature","id":"n2292705070","geometry":{"type":"Point","coordinates":[-0.0129554,51.5791965]},"properties":{"@type":"node","@id":2292705070,"@timestamp":1611817338},"coords":"51.5791965,-0.0129554","bedrooms":"4","price":"225000","area":"582"} , +{"type":"Feature","id":"n2293040160","geometry":{"type":"Point","coordinates":[-0.2291356,51.5672269]},"properties":{"@type":"node","@id":2293040160,"@timestamp":1611343977},"coords":"51.5672269,-0.2291356","bedrooms":"0","price":"245000","area":"460"} , +{"type":"Feature","id":"n2293146834","geometry":{"type":"Point","coordinates":[-0.9497266,51.2801069]},"properties":{"@type":"node","@id":2293146834,"@timestamp":1452944842},"coords":"51.2801069,-0.9497266","bedrooms":"2","price":"245000","area":"538"} , +{"type":"Feature","id":"n2293455129","geometry":{"type":"Point","coordinates":[0.7296075,51.3468847]},"properties":{"@type":"node","@id":2293455129,"@timestamp":1566941507},"coords":"51.3468847,0.7296075","bedrooms":"0","price":"163000","area":"449"} , +{"type":"Feature","id":"n2293455154","geometry":{"type":"Point","coordinates":[0.7294316,51.3469115]},"properties":{"@type":"node","@id":2293455154,"@timestamp":1566941507},"coords":"51.3469115,0.7294316","bedrooms":"3","price":"208000","area":"583"} , +{"type":"Feature","id":"n2293528962","geometry":{"type":"Point","coordinates":[0.0530067,51.5976123]},"properties":{"@type":"node","@id":2293528962,"@timestamp":1367840475},"coords":"51.5976123,0.0530067","bedrooms":"4","price":"181000","area":"447"} , +{"type":"Feature","id":"n2293529011","geometry":{"type":"Point","coordinates":[0.0515905,51.5998048]},"properties":{"@type":"node","@id":2293529011,"@timestamp":1367840476},"coords":"51.5998048,0.0515905","bedrooms":"2","price":"244000","area":"452"} , +{"type":"Feature","id":"n2293833759","geometry":{"type":"Point","coordinates":[-0.1048346,51.5142994]},"properties":{"@type":"node","@id":2293833759,"@timestamp":1603509877},"coords":"51.5142994,-0.1048346","bedrooms":"3","price":"242000","area":"581"} , +{"type":"Feature","id":"n2293833776","geometry":{"type":"Point","coordinates":[-0.105899,51.5142683]},"properties":{"@type":"node","@id":2293833776,"@timestamp":1367860715},"coords":"51.5142683,-0.105899","bedrooms":"4","price":"250000","area":"629"} , +{"type":"Feature","id":"n2293925163","geometry":{"type":"Point","coordinates":[-0.8983165,51.6586486]},"properties":{"@type":"node","@id":2293925163,"@timestamp":1527604943},"coords":"51.6586486,-0.8983165","bedrooms":"2","price":"266000","area":"403"} , +{"type":"Feature","id":"n2294007762","geometry":{"type":"Point","coordinates":[-0.1082326,51.5142754]},"properties":{"@type":"node","@id":2294007762,"@timestamp":1621494895},"coords":"51.5142754,-0.1082326","bedrooms":"0","price":"177000","area":"494"} , +{"type":"Feature","id":"n2294034455","geometry":{"type":"Point","coordinates":[-0.3308336,51.5501633]},"properties":{"@type":"node","@id":2294034455,"@timestamp":1507658021},"coords":"51.5501633,-0.3308336","bedrooms":"2","price":"191000","area":"566"} , +{"type":"Feature","id":"n2294092361","geometry":{"type":"Point","coordinates":[-0.2270483,51.806662]},"properties":{"@type":"node","@id":2294092361,"@timestamp":1367875379},"coords":"51.806662,-0.2270483","bedrooms":"0","price":"214000","area":"693"} , +{"type":"Feature","id":"n2294127482","geometry":{"type":"Point","coordinates":[0.5738421,51.8472726]},"properties":{"@type":"node","@id":2294127482,"@timestamp":1367877737},"coords":"51.8472726,0.5738421","bedrooms":"1","price":"197000","area":"405"} , +{"type":"Feature","id":"n2294544015","geometry":{"type":"Point","coordinates":[-0.9090188,51.4739867]},"properties":{"@type":"node","@id":2294544015,"@timestamp":1367921553},"coords":"51.4739867,-0.9090188","bedrooms":"3","price":"198000","area":"688"} , +{"type":"Feature","id":"n2294652131","geometry":{"type":"Point","coordinates":[0.4587584,51.5881606]},"properties":{"@type":"node","@id":2294652131,"@timestamp":1367930057},"coords":"51.5881606,0.4587584","bedrooms":"3","price":"213000","area":"433"} , +{"type":"Feature","id":"n2294652191","geometry":{"type":"Point","coordinates":[0.4611872,51.5887594]},"properties":{"@type":"node","@id":2294652191,"@timestamp":1367930058},"coords":"51.5887594,0.4611872","bedrooms":"0","price":"230000","area":"549"} , +{"type":"Feature","id":"n2294664401","geometry":{"type":"Point","coordinates":[0.4936497,51.5939319]},"properties":{"@type":"node","@id":2294664401,"@timestamp":1367930753},"coords":"51.5939319,0.4936497","bedrooms":"0","price":"264000","area":"668"} , +{"type":"Feature","id":"n2294664421","geometry":{"type":"Point","coordinates":[0.4814777,51.5921082]},"properties":{"@type":"node","@id":2294664421,"@timestamp":1367930754},"coords":"51.5921082,0.4814777","bedrooms":"0","price":"170000","area":"383"} , +{"type":"Feature","id":"n2294664443","geometry":{"type":"Point","coordinates":[0.5105447,51.5942002]},"properties":{"@type":"node","@id":2294664443,"@timestamp":1367930754},"coords":"51.5942002,0.5105447","bedrooms":"3","price":"168000","area":"378"} , +{"type":"Feature","id":"n2294699878","geometry":{"type":"Point","coordinates":[-0.3356279,51.5578964]},"properties":{"@type":"node","@id":2294699878,"@timestamp":1367933428},"coords":"51.5578964,-0.3356279","bedrooms":"0","price":"267000","area":"511"} , +{"type":"Feature","id":"n2294709598","geometry":{"type":"Point","coordinates":[-0.336762,51.55575]},"properties":{"@type":"node","@id":2294709598,"@timestamp":1618279204},"coords":"51.55575,-0.336762","bedrooms":"0","price":"241000","area":"489"} , +{"type":"Feature","id":"n2294709613","geometry":{"type":"Point","coordinates":[-0.3364217,51.5563586]},"properties":{"@type":"node","@id":2294709613,"@timestamp":1418817725},"coords":"51.5563586,-0.3364217","bedrooms":"1","price":"198000","area":"693"} , +{"type":"Feature","id":"n2294797562","geometry":{"type":"Point","coordinates":[-0.3423965,51.5564523]},"properties":{"@type":"node","@id":2294797562,"@timestamp":1367940711},"coords":"51.5564523,-0.3423965","bedrooms":"0","price":"200000","area":"665"} , +{"type":"Feature","id":"n2294903023","geometry":{"type":"Point","coordinates":[-0.3388623,51.5518743]},"properties":{"@type":"node","@id":2294903023,"@timestamp":1418747219},"coords":"51.5518743,-0.3388623","bedrooms":"3","price":"211000","area":"433"} , +{"type":"Feature","id":"n2295043674","geometry":{"type":"Point","coordinates":[-0.299841,51.4104861]},"properties":{"@type":"node","@id":2295043674,"@timestamp":1564910830},"coords":"51.4104861,-0.299841","bedrooms":"1","price":"178000","area":"583"} , +{"type":"Feature","id":"n2295223385","geometry":{"type":"Point","coordinates":[-0.2464788,51.4680488]},"properties":{"@type":"node","@id":2295223385,"@timestamp":1560465763},"coords":"51.4680488,-0.2464788","bedrooms":"4","price":"165000","area":"604"} , +{"type":"Feature","id":"n2295528499","geometry":{"type":"Point","coordinates":[-0.0123857,51.5969367]},"properties":{"@type":"node","@id":2295528499,"@timestamp":1368001371},"coords":"51.5969367,-0.0123857","bedrooms":"3","price":"155000","area":"420"} , +{"type":"Feature","id":"n2295718070","geometry":{"type":"Point","coordinates":[-0.4198206,51.8817492]},"properties":{"@type":"node","@id":2295718070,"@timestamp":1543859672},"coords":"51.8817492,-0.4198206","bedrooms":"0","price":"255000","area":"550"} , +{"type":"Feature","id":"n2295723716","geometry":{"type":"Point","coordinates":[-0.0022263,51.5201872]},"properties":{"@type":"node","@id":2295723716,"@timestamp":1368011039},"coords":"51.5201872,-0.0022263","bedrooms":"0","price":"238000","area":"435"} , +{"type":"Feature","id":"n2295764241","geometry":{"type":"Point","coordinates":[-0.3617712,51.0934525]},"properties":{"@type":"node","@id":2295764241,"@timestamp":1443985994},"coords":"51.0934525,-0.3617712","bedrooms":"3","price":"168000","area":"429"} , +{"type":"Feature","id":"n2295764469","geometry":{"type":"Point","coordinates":[-0.3623184,51.0955716]},"properties":{"@type":"node","@id":2295764469,"@timestamp":1443985994},"coords":"51.0955716,-0.3623184","bedrooms":"3","price":"252000","area":"578"} , +{"type":"Feature","id":"n2295783587","geometry":{"type":"Point","coordinates":[-0.4430472,51.4806602]},"properties":{"@type":"node","@id":2295783587,"@timestamp":1591822622},"coords":"51.4806602,-0.4430472","bedrooms":"2","price":"274000","area":"473"} , +{"type":"Feature","id":"n2295882891","geometry":{"type":"Point","coordinates":[-0.8978832,51.4499463]},"properties":{"@type":"node","@id":2295882891,"@timestamp":1566876077},"coords":"51.4499463,-0.8978832","bedrooms":"3","price":"186000","area":"618"} , +{"type":"Feature","id":"n2295882901","geometry":{"type":"Point","coordinates":[-0.9055467,51.4460341]},"properties":{"@type":"node","@id":2295882901,"@timestamp":1486404109},"coords":"51.4460341,-0.9055467","bedrooms":"3","price":"187000","area":"467"} , +{"type":"Feature","id":"n2296094127","geometry":{"type":"Point","coordinates":[-0.361279,51.5392312]},"properties":{"@type":"node","@id":2296094127,"@timestamp":1556242014},"coords":"51.5392312,-0.361279","bedrooms":"2","price":"216000","area":"693"} , +{"type":"Feature","id":"n2296357840","geometry":{"type":"Point","coordinates":[-0.2044528,51.8055622]},"properties":{"@type":"node","@id":2296357840,"@timestamp":1368041917},"coords":"51.8055622,-0.2044528","bedrooms":"3","price":"166000","area":"381"} , +{"type":"Feature","id":"n2296485315","geometry":{"type":"Point","coordinates":[-0.3825742,51.3544071]},"properties":{"@type":"node","@id":2296485315,"@timestamp":1368050123},"coords":"51.3544071,-0.3825742","bedrooms":"3","price":"299000","area":"603"} , +{"type":"Feature","id":"n2296498499","geometry":{"type":"Point","coordinates":[-0.1874321,51.6398482]},"properties":{"@type":"node","@id":2296498499,"@timestamp":1368051086},"coords":"51.6398482,-0.1874321","bedrooms":"4","price":"224000","area":"590"} , +{"type":"Feature","id":"n2296936354","geometry":{"type":"Point","coordinates":[-0.3319425,51.5535621]},"properties":{"@type":"node","@id":2296936354,"@timestamp":1418816515},"coords":"51.5535621,-0.3319425","bedrooms":"0","price":"273000","area":"678"} , +{"type":"Feature","id":"n2297005032","geometry":{"type":"Point","coordinates":[-0.3136126,51.5331486]},"properties":{"@type":"node","@id":2297005032,"@timestamp":1368104767},"coords":"51.5331486,-0.3136126","bedrooms":"1","price":"207000","area":"484"} , +{"type":"Feature","id":"n2297026132","geometry":{"type":"Point","coordinates":[-0.7902604,51.365987]},"properties":{"@type":"node","@id":2297026132,"@timestamp":1454190823},"coords":"51.365987,-0.7902604","bedrooms":"3","price":"236000","area":"565"} , +{"type":"Feature","id":"n2297174961","geometry":{"type":"Point","coordinates":[-0.0616357,51.5308865]},"properties":{"@type":"node","@id":2297174961,"@timestamp":1368112073},"coords":"51.5308865,-0.0616357","bedrooms":"2","price":"215000","area":"460"} , +{"type":"Feature","id":"n2297295740","geometry":{"type":"Point","coordinates":[-0.3702392,51.5399936]},"properties":{"@type":"node","@id":2297295740,"@timestamp":1564910830},"coords":"51.5399936,-0.3702392","bedrooms":"2","price":"278000","area":"683"} , +{"type":"Feature","id":"n2297504074","geometry":{"type":"Point","coordinates":[-0.7724826,51.2745853]},"properties":{"@type":"node","@id":2297504074,"@timestamp":1507686877},"coords":"51.2745853,-0.7724826","bedrooms":"0","price":"287000","area":"365"} , +{"type":"Feature","id":"n2297900526","geometry":{"type":"Point","coordinates":[0.4969544,51.7514398]},"properties":{"@type":"node","@id":2297900526,"@timestamp":1368170372},"coords":"51.7514398,0.4969544","bedrooms":"4","price":"191000","area":"491"} , +{"type":"Feature","id":"n2298380791","geometry":{"type":"Point","coordinates":[-0.6508741,51.4876726]},"properties":{"@type":"node","@id":2298380791,"@timestamp":1453730542},"coords":"51.4876726,-0.6508741","bedrooms":"0","price":"229000","area":"655"} , +{"type":"Feature","id":"n2298647650","geometry":{"type":"Point","coordinates":[0.0559938,51.6020703]},"properties":{"@type":"node","@id":2298647650,"@timestamp":1593024779},"coords":"51.6020703,0.0559938","bedrooms":"0","price":"256000","area":"502"} , +{"type":"Feature","id":"n2299326981","geometry":{"type":"Point","coordinates":[-0.3427361,51.5558821]},"properties":{"@type":"node","@id":2299326981,"@timestamp":1368264742},"coords":"51.5558821,-0.3427361","bedrooms":"2","price":"277000","area":"531"} , +{"type":"Feature","id":"n2299513522","geometry":{"type":"Point","coordinates":[0.0427705,51.6065863]},"properties":{"@type":"node","@id":2299513522,"@timestamp":1368272673},"coords":"51.6065863,0.0427705","bedrooms":"2","price":"189000","area":"460"} , +{"type":"Feature","id":"n2299893795","geometry":{"type":"Point","coordinates":[-0.3550859,51.5298234]},"properties":{"@type":"node","@id":2299893795,"@timestamp":1542152080},"coords":"51.5298234,-0.3550859","bedrooms":"1","price":"280000","area":"401"} , +{"type":"Feature","id":"n2300341268","geometry":{"type":"Point","coordinates":[0.0412013,51.2741373]},"properties":{"@type":"node","@id":2300341268,"@timestamp":1368323419},"coords":"51.2741373,0.0412013","bedrooms":"3","price":"204000","area":"506"} , +{"type":"Feature","id":"n2300710372","geometry":{"type":"Point","coordinates":[-0.097635,51.5763125]},"properties":{"@type":"node","@id":2300710372,"@timestamp":1368352570},"coords":"51.5763125,-0.097635","bedrooms":"0","price":"215000","area":"485"} , +{"type":"Feature","id":"n2301099598","geometry":{"type":"Point","coordinates":[-0.7166651,51.5590437]},"properties":{"@type":"node","@id":2301099598,"@timestamp":1513357572},"coords":"51.5590437,-0.7166651","bedrooms":"0","price":"175000","area":"594"} , +{"type":"Feature","id":"n2301275970","geometry":{"type":"Point","coordinates":[-0.352619,51.5276329]},"properties":{"@type":"node","@id":2301275970,"@timestamp":1368375715},"coords":"51.5276329,-0.352619","bedrooms":"0","price":"196000","area":"433"} , +{"type":"Feature","id":"n2301521969","geometry":{"type":"Point","coordinates":[-0.3515556,51.528599]},"properties":{"@type":"node","@id":2301521969,"@timestamp":1507643915},"coords":"51.528599,-0.3515556","bedrooms":"3","price":"275000","area":"419"} , +{"type":"Feature","id":"n2301772503","geometry":{"type":"Point","coordinates":[-0.7088659,51.5597448]},"properties":{"@type":"node","@id":2301772503,"@timestamp":1586392761},"coords":"51.5597448,-0.7088659","bedrooms":"1","price":"245000","area":"531"} , +{"type":"Feature","id":"n2301772569","geometry":{"type":"Point","coordinates":[-0.7157278,51.5695115]},"properties":{"@type":"node","@id":2301772569,"@timestamp":1368390020},"coords":"51.5695115,-0.7157278","bedrooms":"0","price":"231000","area":"691"} , +{"type":"Feature","id":"n2302193619","geometry":{"type":"Point","coordinates":[0.2134186,51.8741351]},"properties":{"@type":"node","@id":2302193619,"@timestamp":1599386956},"coords":"51.8741351,0.2134186","bedrooms":"3","price":"283000","area":"549"} , +{"type":"Feature","id":"n2302421814","geometry":{"type":"Point","coordinates":[-0.3541571,51.5336185]},"properties":{"@type":"node","@id":2302421814,"@timestamp":1368867567},"coords":"51.5336185,-0.3541571","bedrooms":"3","price":"284000","area":"533"} , +{"type":"Feature","id":"n2302598437","geometry":{"type":"Point","coordinates":[-0.3470477,51.5188651]},"properties":{"@type":"node","@id":2302598437,"@timestamp":1591754291},"coords":"51.5188651,-0.3470477","bedrooms":"0","price":"200000","area":"549"} , +{"type":"Feature","id":"n2302869848","geometry":{"type":"Point","coordinates":[0.0048886,51.5006912]},"properties":{"@type":"node","@id":2302869848,"@timestamp":1561355768},"coords":"51.5006912,0.0048886","bedrooms":"4","price":"268000","area":"527"} , +{"type":"Feature","id":"n2302988236","geometry":{"type":"Point","coordinates":[-0.4239752,51.7048139]},"properties":{"@type":"node","@id":2302988236,"@timestamp":1500731636},"coords":"51.7048139,-0.4239752","bedrooms":"3","price":"176000","area":"415"} , +{"type":"Feature","id":"n2303669813","geometry":{"type":"Point","coordinates":[0.0603161,51.7160742]},"properties":{"@type":"node","@id":2303669813,"@timestamp":1368531381},"coords":"51.7160742,0.0603161","bedrooms":"1","price":"163000","area":"660"} , +{"type":"Feature","id":"n2303772866","geometry":{"type":"Point","coordinates":[-0.6661946,51.3015925]},"properties":{"@type":"node","@id":2303772866,"@timestamp":1626254026},"coords":"51.3015925,-0.6661946","bedrooms":"3","price":"289000","area":"658"} , +{"type":"Feature","id":"n2303792384","geometry":{"type":"Point","coordinates":[-0.3522759,51.5139891]},"properties":{"@type":"node","@id":2303792384,"@timestamp":1368538400},"coords":"51.5139891,-0.3522759","bedrooms":"4","price":"205000","area":"661"} , +{"type":"Feature","id":"n2303825637","geometry":{"type":"Point","coordinates":[-0.3442913,51.5122384]},"properties":{"@type":"node","@id":2303825637,"@timestamp":1625598086},"coords":"51.5122384,-0.3442913","bedrooms":"2","price":"267000","area":"605"} , +{"type":"Feature","id":"n2304191725","geometry":{"type":"Point","coordinates":[-0.3520126,51.5287748]},"properties":{"@type":"node","@id":2304191725,"@timestamp":1368564429},"coords":"51.5287748,-0.3520126","bedrooms":"1","price":"199000","area":"648"} , +{"type":"Feature","id":"n2304333618","geometry":{"type":"Point","coordinates":[0.2263556,51.4507096]},"properties":{"@type":"node","@id":2304333618,"@timestamp":1619302591},"coords":"51.4507096,0.2263556","bedrooms":"0","price":"176000","area":"597"} , +{"type":"Feature","id":"n2304948609","geometry":{"type":"Point","coordinates":[-0.4247009,51.7128738]},"properties":{"@type":"node","@id":2304948609,"@timestamp":1368614735},"coords":"51.7128738,-0.4247009","bedrooms":"4","price":"176000","area":"466"} , +{"type":"Feature","id":"n2304966884","geometry":{"type":"Point","coordinates":[-0.3853958,51.7158932]},"properties":{"@type":"node","@id":2304966884,"@timestamp":1515778689},"coords":"51.7158932,-0.3853958","bedrooms":"1","price":"176000","area":"359"} , +{"type":"Feature","id":"n2305168293","geometry":{"type":"Point","coordinates":[0.1779053,51.424959]},"properties":{"@type":"node","@id":2305168293,"@timestamp":1564910830},"coords":"51.424959,0.1779053","bedrooms":"3","price":"200000","area":"574"} , +{"type":"Feature","id":"n2305217201","geometry":{"type":"Point","coordinates":[0.2115936,51.4296485]},"properties":{"@type":"node","@id":2305217201,"@timestamp":1595160345},"coords":"51.4296485,0.2115936","bedrooms":"0","price":"205000","area":"452"} , +{"type":"Feature","id":"n2305425761","geometry":{"type":"Point","coordinates":[-0.1608665,51.514426]},"properties":{"@type":"node","@id":2305425761,"@timestamp":1553259307},"coords":"51.514426,-0.1608665","bedrooms":"3","price":"199000","area":"522"} , +{"type":"Feature","id":"n2305462649","geometry":{"type":"Point","coordinates":[-0.1568241,51.5157482]},"properties":{"@type":"node","@id":2305462649,"@timestamp":1569569230},"coords":"51.5157482,-0.1568241","bedrooms":"0","price":"175000","area":"489"} , +{"type":"Feature","id":"n2305539737","geometry":{"type":"Point","coordinates":[0.0446597,51.7117058]},"properties":{"@type":"node","@id":2305539737,"@timestamp":1618094504},"coords":"51.7117058,0.0446597","bedrooms":"1","price":"157000","area":"514"} , +{"type":"Feature","id":"n2305694463","geometry":{"type":"Point","coordinates":[0.1130199,51.3025789]},"properties":{"@type":"node","@id":2305694463,"@timestamp":1368655489},"coords":"51.3025789,0.1130199","bedrooms":"1","price":"208000","area":"502"} , +{"type":"Feature","id":"n2305795624","geometry":{"type":"Point","coordinates":[-0.155548,51.5153237]},"properties":{"@type":"node","@id":2305795624,"@timestamp":1368661615},"coords":"51.5153237,-0.155548","bedrooms":"1","price":"151000","area":"591"} , +{"type":"Feature","id":"n2305795667","geometry":{"type":"Point","coordinates":[-0.1567123,51.5155385]},"properties":{"@type":"node","@id":2305795667,"@timestamp":1368661616},"coords":"51.5155385,-0.1567123","bedrooms":"2","price":"199000","area":"457"} , +{"type":"Feature","id":"n2305795702","geometry":{"type":"Point","coordinates":[-0.1565998,51.5156852]},"properties":{"@type":"node","@id":2305795702,"@timestamp":1368661616},"coords":"51.5156852,-0.1565998","bedrooms":"3","price":"246000","area":"579"} , +{"type":"Feature","id":"n2305795733","geometry":{"type":"Point","coordinates":[-0.1548812,51.515892]},"properties":{"@type":"node","@id":2305795733,"@timestamp":1368661617},"coords":"51.515892,-0.1548812","bedrooms":"3","price":"249000","area":"381"} , +{"type":"Feature","id":"n2305795782","geometry":{"type":"Point","coordinates":[-0.1558174,51.5160489]},"properties":{"@type":"node","@id":2305795782,"@timestamp":1368661618},"coords":"51.5160489,-0.1558174","bedrooms":"1","price":"254000","area":"448"} , +{"type":"Feature","id":"n2305803802","geometry":{"type":"Point","coordinates":[-0.1572987,51.5150635]},"properties":{"@type":"node","@id":2305803802,"@timestamp":1555680883},"coords":"51.5150635,-0.1572987","bedrooms":"1","price":"214000","area":"574"} , +{"type":"Feature","id":"n2305972401","geometry":{"type":"Point","coordinates":[-0.6213364,51.5135324]},"properties":{"@type":"node","@id":2305972401,"@timestamp":1456596666},"coords":"51.5135324,-0.6213364","bedrooms":"1","price":"207000","area":"440"} , +{"type":"Feature","id":"n2306504878","geometry":{"type":"Point","coordinates":[-0.3487625,51.5124104]},"properties":{"@type":"node","@id":2306504878,"@timestamp":1368718832},"coords":"51.5124104,-0.3487625","bedrooms":"4","price":"202000","area":"494"} , +{"type":"Feature","id":"n2306997291","geometry":{"type":"Point","coordinates":[-0.0963685,51.3929231]},"properties":{"@type":"node","@id":2306997291,"@timestamp":1536703380},"coords":"51.3929231,-0.0963685","bedrooms":"1","price":"182000","area":"671"} , +{"type":"Feature","id":"n2307002220","geometry":{"type":"Point","coordinates":[0.0381569,51.7100029]},"properties":{"@type":"node","@id":2307002220,"@timestamp":1618006769},"coords":"51.7100029,0.0381569","bedrooms":"0","price":"230000","area":"520"} , +{"type":"Feature","id":"n2307125015","geometry":{"type":"Point","coordinates":[-0.1274118,51.5219858]},"properties":{"@type":"node","@id":2307125015,"@timestamp":1368749408},"coords":"51.5219858,-0.1274118","bedrooms":"1","price":"186000","area":"382"} , +{"type":"Feature","id":"n2308051035","geometry":{"type":"Point","coordinates":[0.5398298,51.2890625]},"properties":{"@type":"node","@id":2308051035,"@timestamp":1581726515},"coords":"51.2890625,0.5398298","bedrooms":"2","price":"169000","area":"692"} , +{"type":"Feature","id":"n2308097613","geometry":{"type":"Point","coordinates":[0.040876,51.697087]},"properties":{"@type":"node","@id":2308097613,"@timestamp":1617994459},"coords":"51.697087,0.040876","bedrooms":"0","price":"179000","area":"644"} , +{"type":"Feature","id":"n2308219241","geometry":{"type":"Point","coordinates":[-0.3518128,51.5286435]},"properties":{"@type":"node","@id":2308219241,"@timestamp":1564910830},"coords":"51.5286435,-0.3518128","bedrooms":"0","price":"206000","area":"678"} , +{"type":"Feature","id":"n2308276198","geometry":{"type":"Point","coordinates":[-0.3417999,51.5107904]},"properties":{"@type":"node","@id":2308276198,"@timestamp":1368800581},"coords":"51.5107904,-0.3417999","bedrooms":"2","price":"204000","area":"412"} , +{"type":"Feature","id":"n2308303358","geometry":{"type":"Point","coordinates":[-0.3457535,51.5303987]},"properties":{"@type":"node","@id":2308303358,"@timestamp":1368801797},"coords":"51.5303987,-0.3457535","bedrooms":"4","price":"194000","area":"546"} , +{"type":"Feature","id":"n2308370446","geometry":{"type":"Point","coordinates":[-0.3400678,51.5327786]},"properties":{"@type":"node","@id":2308370446,"@timestamp":1598110584},"coords":"51.5327786,-0.3400678","bedrooms":"1","price":"239000","area":"442"} , +{"type":"Feature","id":"n2309280056","geometry":{"type":"Point","coordinates":[-0.5844187,51.1619988]},"properties":{"@type":"node","@id":2309280056,"@timestamp":1618830357},"coords":"51.1619988,-0.5844187","bedrooms":"2","price":"276000","area":"484"} , +{"type":"Feature","id":"n2309828780","geometry":{"type":"Point","coordinates":[-0.3260044,51.5370927]},"properties":{"@type":"node","@id":2309828780,"@timestamp":1368894442},"coords":"51.5370927,-0.3260044","bedrooms":"0","price":"269000","area":"652"} , +{"type":"Feature","id":"n2309891520","geometry":{"type":"Point","coordinates":[-0.3309231,51.5288357]},"properties":{"@type":"node","@id":2309891520,"@timestamp":1632584957},"coords":"51.5288357,-0.3309231","bedrooms":"0","price":"272000","area":"690"} , +{"type":"Feature","id":"n2309943821","geometry":{"type":"Point","coordinates":[-0.1258465,51.5354271]},"properties":{"@type":"node","@id":2309943821,"@timestamp":1368899987},"coords":"51.5354271,-0.1258465","bedrooms":"3","price":"273000","area":"403"} , +{"type":"Feature","id":"n2309943836","geometry":{"type":"Point","coordinates":[-0.1256878,51.5355069]},"properties":{"@type":"node","@id":2309943836,"@timestamp":1368899988},"coords":"51.5355069,-0.1256878","bedrooms":"3","price":"286000","area":"585"} , +{"type":"Feature","id":"n2309949051","geometry":{"type":"Point","coordinates":[-0.4240529,51.7049019]},"properties":{"@type":"node","@id":2309949051,"@timestamp":1368900158},"coords":"51.7049019,-0.4240529","bedrooms":"2","price":"192000","area":"366"} , +{"type":"Feature","id":"n2310188072","geometry":{"type":"Point","coordinates":[0.0319031,51.2082592]},"properties":{"@type":"node","@id":2310188072,"@timestamp":1368994022},"coords":"51.2082592,0.0319031","bedrooms":"1","price":"279000","area":"638"} , +{"type":"Feature","id":"n2310355904","geometry":{"type":"Point","coordinates":[-0.3092146,51.5048944]},"properties":{"@type":"node","@id":2310355904,"@timestamp":1371404109},"coords":"51.5048944,-0.3092146","bedrooms":"1","price":"171000","area":"652"} , +{"type":"Feature","id":"n2310500279","geometry":{"type":"Point","coordinates":[-0.0675917,51.6145167]},"properties":{"@type":"node","@id":2310500279,"@timestamp":1525054395},"coords":"51.6145167,-0.0675917","bedrooms":"4","price":"202000","area":"453"} , +{"type":"Feature","id":"n2311043838","geometry":{"type":"Point","coordinates":[0.729684,51.3490245]},"properties":{"@type":"node","@id":2311043838,"@timestamp":1368961019},"coords":"51.3490245,0.729684","bedrooms":"4","price":"156000","area":"554"} , +{"type":"Feature","id":"n2311043856","geometry":{"type":"Point","coordinates":[0.7313053,51.3493763]},"properties":{"@type":"node","@id":2311043856,"@timestamp":1368961020},"coords":"51.3493763,0.7313053","bedrooms":"3","price":"236000","area":"581"} , +{"type":"Feature","id":"n2311043891","geometry":{"type":"Point","coordinates":[0.7289001,51.3498908]},"properties":{"@type":"node","@id":2311043891,"@timestamp":1368961020},"coords":"51.3498908,0.7289001","bedrooms":"4","price":"251000","area":"664"} , +{"type":"Feature","id":"n2311044221","geometry":{"type":"Point","coordinates":[0.7285225,51.3509416]},"properties":{"@type":"node","@id":2311044221,"@timestamp":1368961024},"coords":"51.3509416,0.7285225","bedrooms":"3","price":"168000","area":"479"} , +{"type":"Feature","id":"n2311205582","geometry":{"type":"Point","coordinates":[0.1088012,51.8694318]},"properties":{"@type":"node","@id":2311205582,"@timestamp":1368970412},"coords":"51.8694318,0.1088012","bedrooms":"3","price":"227000","area":"588"} , +{"type":"Feature","id":"n2311280491","geometry":{"type":"Point","coordinates":[-0.4178453,51.5268939]},"properties":{"@type":"node","@id":2311280491,"@timestamp":1368972969},"coords":"51.5268939,-0.4178453","bedrooms":"4","price":"244000","area":"567"} , +{"type":"Feature","id":"n2311361075","geometry":{"type":"Point","coordinates":[-0.3412057,51.5385884]},"properties":{"@type":"node","@id":2311361075,"@timestamp":1598101379},"coords":"51.5385884,-0.3412057","bedrooms":"3","price":"169000","area":"502"} , +{"type":"Feature","id":"n2311479392","geometry":{"type":"Point","coordinates":[-0.3359268,51.5211177]},"properties":{"@type":"node","@id":2311479392,"@timestamp":1368979470},"coords":"51.5211177,-0.3359268","bedrooms":"4","price":"222000","area":"466"} , +{"type":"Feature","id":"n2311539221","geometry":{"type":"Point","coordinates":[-0.3470379,51.5075255]},"properties":{"@type":"node","@id":2311539221,"@timestamp":1614814314},"coords":"51.5075255,-0.3470379","bedrooms":"2","price":"269000","area":"677"} , +{"type":"Feature","id":"n2311664288","geometry":{"type":"Point","coordinates":[-0.7420852,50.985536]},"properties":{"@type":"node","@id":2311664288,"@timestamp":1368987149},"coords":"50.985536,-0.7420852","bedrooms":"4","price":"157000","area":"490"} , +{"type":"Feature","id":"n2311760070","geometry":{"type":"Point","coordinates":[0.6705004,51.355104]},"properties":{"@type":"node","@id":2311760070,"@timestamp":1368992551},"coords":"51.355104,0.6705004","bedrooms":"2","price":"209000","area":"487"} , +{"type":"Feature","id":"n2311944870","geometry":{"type":"Point","coordinates":[-0.3529109,51.5069064]},"properties":{"@type":"node","@id":2311944870,"@timestamp":1368996779},"coords":"51.5069064,-0.3529109","bedrooms":"4","price":"290000","area":"575"} , +{"type":"Feature","id":"n2312036782","geometry":{"type":"Point","coordinates":[0.6361661,51.5594117]},"properties":{"@type":"node","@id":2312036782,"@timestamp":1368999320},"coords":"51.5594117,0.6361661","bedrooms":"4","price":"206000","area":"679"} , +{"type":"Feature","id":"n2312067023","geometry":{"type":"Point","coordinates":[-0.2656478,51.940872]},"properties":{"@type":"node","@id":2312067023,"@timestamp":1371001220},"coords":"51.940872,-0.2656478","bedrooms":"0","price":"256000","area":"363"} , +{"type":"Feature","id":"n2312186603","geometry":{"type":"Point","coordinates":[-0.1581997,51.515396]},"properties":{"@type":"node","@id":2312186603,"@timestamp":1603502204},"coords":"51.515396,-0.1581997","bedrooms":"3","price":"221000","area":"530"} , +{"type":"Feature","id":"n2312241967","geometry":{"type":"Point","coordinates":[-0.2991092,51.6433727]},"properties":{"@type":"node","@id":2312241967,"@timestamp":1369017164},"coords":"51.6433727,-0.2991092","bedrooms":"2","price":"212000","area":"358"} , +{"type":"Feature","id":"n2312811298","geometry":{"type":"Point","coordinates":[-0.1598437,51.5217882]},"properties":{"@type":"node","@id":2312811298,"@timestamp":1624521218},"coords":"51.5217882,-0.1598437","bedrooms":"2","price":"155000","area":"698"} , +{"type":"Feature","id":"n2312840085","geometry":{"type":"Point","coordinates":[-0.1632868,51.5211793]},"properties":{"@type":"node","@id":2312840085,"@timestamp":1564910830},"coords":"51.5211793,-0.1632868","bedrooms":"4","price":"282000","area":"685"} , +{"type":"Feature","id":"n2312907870","geometry":{"type":"Point","coordinates":[-0.2986912,51.6439118]},"properties":{"@type":"node","@id":2312907870,"@timestamp":1369054095},"coords":"51.6439118,-0.2986912","bedrooms":"1","price":"205000","area":"468"} , +{"type":"Feature","id":"n2312907951","geometry":{"type":"Point","coordinates":[-0.2963722,51.6449118]},"properties":{"@type":"node","@id":2312907951,"@timestamp":1369054097},"coords":"51.6449118,-0.2963722","bedrooms":"3","price":"216000","area":"387"} , +{"type":"Feature","id":"n2312918138","geometry":{"type":"Point","coordinates":[-0.3455384,51.5405897]},"properties":{"@type":"node","@id":2312918138,"@timestamp":1369054467},"coords":"51.5405897,-0.3455384","bedrooms":"0","price":"270000","area":"638"} , +{"type":"Feature","id":"n2312956853","geometry":{"type":"Point","coordinates":[-0.3562482,51.5123062]},"properties":{"@type":"node","@id":2312956853,"@timestamp":1369055746},"coords":"51.5123062,-0.3562482","bedrooms":"1","price":"266000","area":"589"} , +{"type":"Feature","id":"n2312979284","geometry":{"type":"Point","coordinates":[-0.3557305,51.5228112]},"properties":{"@type":"node","@id":2312979284,"@timestamp":1369057257},"coords":"51.5228112,-0.3557305","bedrooms":"2","price":"185000","area":"545"} , +{"type":"Feature","id":"n2313148034","geometry":{"type":"Point","coordinates":[-0.3971709,51.9021803]},"properties":{"@type":"node","@id":2313148034,"@timestamp":1581195387},"coords":"51.9021803,-0.3971709","bedrooms":"3","price":"176000","area":"420"} , +{"type":"Feature","id":"n2313255279","geometry":{"type":"Point","coordinates":[-0.080001,51.509742]},"properties":{"@type":"node","@id":2313255279,"@timestamp":1590848149},"coords":"51.509742,-0.080001","bedrooms":"2","price":"201000","area":"667"} , +{"type":"Feature","id":"n2313321640","geometry":{"type":"Point","coordinates":[-0.434227,51.9204305]},"properties":{"@type":"node","@id":2313321640,"@timestamp":1613319554},"coords":"51.9204305,-0.434227","bedrooms":"4","price":"289000","area":"489"} , +{"type":"Feature","id":"n2313659984","geometry":{"type":"Point","coordinates":[-0.3112841,51.6291922]},"properties":{"@type":"node","@id":2313659984,"@timestamp":1556645297},"coords":"51.6291922,-0.3112841","bedrooms":"4","price":"158000","area":"607"} , +{"type":"Feature","id":"n2313659997","geometry":{"type":"Point","coordinates":[-0.3074425,51.6312434]},"properties":{"@type":"node","@id":2313659997,"@timestamp":1631971761},"coords":"51.6312434,-0.3074425","bedrooms":"0","price":"278000","area":"421"} , +{"type":"Feature","id":"n2313660041","geometry":{"type":"Point","coordinates":[-0.3069242,51.6231135]},"properties":{"@type":"node","@id":2313660041,"@timestamp":1369087888},"coords":"51.6231135,-0.3069242","bedrooms":"0","price":"189000","area":"513"} , +{"type":"Feature","id":"n2313660168","geometry":{"type":"Point","coordinates":[-0.3042615,51.6277916]},"properties":{"@type":"node","@id":2313660168,"@timestamp":1508267307},"coords":"51.6277916,-0.3042615","bedrooms":"3","price":"288000","area":"686"} , +{"type":"Feature","id":"n2314386173","geometry":{"type":"Point","coordinates":[-0.0937436,51.6605353]},"properties":{"@type":"node","@id":2314386173,"@timestamp":1633554283},"coords":"51.6605353,-0.0937436","bedrooms":"0","price":"178000","area":"384"} , +{"type":"Feature","id":"n2314386185","geometry":{"type":"Point","coordinates":[-0.0939769,51.6598049]},"properties":{"@type":"node","@id":2314386185,"@timestamp":1633554283},"coords":"51.6598049,-0.0939769","bedrooms":"1","price":"213000","area":"542"} , +{"type":"Feature","id":"n2314386198","geometry":{"type":"Point","coordinates":[-0.0956174,51.6610398]},"properties":{"@type":"node","@id":2314386198,"@timestamp":1633554283},"coords":"51.6610398,-0.0956174","bedrooms":"2","price":"164000","area":"599"} , +{"type":"Feature","id":"n2314689420","geometry":{"type":"Point","coordinates":[-0.4477928,51.7693926]},"properties":{"@type":"node","@id":2314689420,"@timestamp":1369152043},"coords":"51.7693926,-0.4477928","bedrooms":"3","price":"215000","area":"566"} , +{"type":"Feature","id":"n2314788147","geometry":{"type":"Point","coordinates":[-0.1470631,51.498175]},"properties":{"@type":"node","@id":2314788147,"@timestamp":1580674547},"coords":"51.498175,-0.1470631","bedrooms":"2","price":"188000","area":"628"} , +{"type":"Feature","id":"n2314981587","geometry":{"type":"Point","coordinates":[-0.3854679,51.5333301]},"properties":{"@type":"node","@id":2314981587,"@timestamp":1564910830},"coords":"51.5333301,-0.3854679","bedrooms":"3","price":"150000","area":"432"} , +{"type":"Feature","id":"n2315744671","geometry":{"type":"Point","coordinates":[-0.4721542,51.7595527]},"properties":{"@type":"node","@id":2315744671,"@timestamp":1369417208},"coords":"51.7595527,-0.4721542","bedrooms":"4","price":"196000","area":"425"} , +{"type":"Feature","id":"n2315856067","geometry":{"type":"Point","coordinates":[0.7416504,51.3507504]},"properties":{"@type":"node","@id":2315856067,"@timestamp":1589903883},"coords":"51.3507504,0.7416504","bedrooms":"4","price":"264000","area":"548"} , +{"type":"Feature","id":"n2315871662","geometry":{"type":"Point","coordinates":[-0.3675691,51.5171652]},"properties":{"@type":"node","@id":2315871662,"@timestamp":1600789297},"coords":"51.5171652,-0.3675691","bedrooms":"3","price":"244000","area":"670"} , +{"type":"Feature","id":"n2316016378","geometry":{"type":"Point","coordinates":[-0.1831962,51.0919852]},"properties":{"@type":"node","@id":2316016378,"@timestamp":1369241084},"coords":"51.0919852,-0.1831962","bedrooms":"3","price":"181000","area":"516"} , +{"type":"Feature","id":"n2316164050","geometry":{"type":"Point","coordinates":[0.7348552,51.342054]},"properties":{"@type":"node","@id":2316164050,"@timestamp":1566594150},"coords":"51.342054,0.7348552","bedrooms":"3","price":"196000","area":"452"} , +{"type":"Feature","id":"n2316440638","geometry":{"type":"Point","coordinates":[0.1427821,51.8496891]},"properties":{"@type":"node","@id":2316440638,"@timestamp":1619048899},"coords":"51.8496891,0.1427821","bedrooms":"4","price":"299000","area":"504"} , +{"type":"Feature","id":"n2316548075","geometry":{"type":"Point","coordinates":[0.0627894,51.4886642]},"properties":{"@type":"node","@id":2316548075,"@timestamp":1635422212},"coords":"51.4886642,0.0627894","bedrooms":"3","price":"246000","area":"413"} , +{"type":"Feature","id":"n2316944060","geometry":{"type":"Point","coordinates":[-0.4771765,51.7395735]},"properties":{"@type":"node","@id":2316944060,"@timestamp":1580843254},"coords":"51.7395735,-0.4771765","bedrooms":"1","price":"169000","area":"430"} , +{"type":"Feature","id":"n2317039297","geometry":{"type":"Point","coordinates":[-0.3652599,51.5347886]},"properties":{"@type":"node","@id":2317039297,"@timestamp":1369314710},"coords":"51.5347886,-0.3652599","bedrooms":"1","price":"168000","area":"515"} , +{"type":"Feature","id":"n2317164496","geometry":{"type":"Point","coordinates":[-0.3683846,51.5436195]},"properties":{"@type":"node","@id":2317164496,"@timestamp":1369319434},"coords":"51.5436195,-0.3683846","bedrooms":"3","price":"191000","area":"410"} , +{"type":"Feature","id":"n2317408925","geometry":{"type":"Point","coordinates":[-0.890302,51.5943759]},"properties":{"@type":"node","@id":2317408925,"@timestamp":1369329709},"coords":"51.5943759,-0.890302","bedrooms":"4","price":"203000","area":"619"} , +{"type":"Feature","id":"n2317408948","geometry":{"type":"Point","coordinates":[-0.9503486,51.588247]},"properties":{"@type":"node","@id":2317408948,"@timestamp":1369329709},"coords":"51.588247,-0.9503486","bedrooms":"3","price":"240000","area":"512"} , +{"type":"Feature","id":"n2317408960","geometry":{"type":"Point","coordinates":[-0.9225245,51.5889096]},"properties":{"@type":"node","@id":2317408960,"@timestamp":1369329709},"coords":"51.5889096,-0.9225245","bedrooms":"4","price":"168000","area":"499"} , +{"type":"Feature","id":"n2317408972","geometry":{"type":"Point","coordinates":[-0.8871477,51.5931945]},"properties":{"@type":"node","@id":2317408972,"@timestamp":1369329710},"coords":"51.5931945,-0.8871477","bedrooms":"3","price":"229000","area":"538"} , +{"type":"Feature","id":"n2317408986","geometry":{"type":"Point","coordinates":[-0.9088988,51.5915292]},"properties":{"@type":"node","@id":2317408986,"@timestamp":1369329710},"coords":"51.5915292,-0.9088988","bedrooms":"2","price":"214000","area":"628"} , +{"type":"Feature","id":"n2317409000","geometry":{"type":"Point","coordinates":[-0.8733462,51.5941652]},"properties":{"@type":"node","@id":2317409000,"@timestamp":1369329711},"coords":"51.5941652,-0.8733462","bedrooms":"3","price":"170000","area":"396"} , +{"type":"Feature","id":"n2317409743","geometry":{"type":"Point","coordinates":[-0.8445033,51.5950824]},"properties":{"@type":"node","@id":2317409743,"@timestamp":1369329773},"coords":"51.5950824,-0.8445033","bedrooms":"3","price":"176000","area":"535"} , +{"type":"Feature","id":"n2317418491","geometry":{"type":"Point","coordinates":[-0.7871264,51.5473041]},"properties":{"@type":"node","@id":2317418491,"@timestamp":1369330437},"coords":"51.5473041,-0.7871264","bedrooms":"4","price":"249000","area":"641"} , +{"type":"Feature","id":"n2317418516","geometry":{"type":"Point","coordinates":[-0.7829744,51.534644]},"properties":{"@type":"node","@id":2317418516,"@timestamp":1369330437},"coords":"51.534644,-0.7829744","bedrooms":"4","price":"275000","area":"434"} , +{"type":"Feature","id":"n2317560048","geometry":{"type":"Point","coordinates":[0.0067923,51.5697699]},"properties":{"@type":"node","@id":2317560048,"@timestamp":1369338192},"coords":"51.5697699,0.0067923","bedrooms":"1","price":"261000","area":"600"} , +{"type":"Feature","id":"n2317807278","geometry":{"type":"Point","coordinates":[-0.406938,51.6910758]},"properties":{"@type":"node","@id":2317807278,"@timestamp":1369355458},"coords":"51.6910758,-0.406938","bedrooms":"3","price":"239000","area":"614"} , +{"type":"Feature","id":"n2318258072","geometry":{"type":"Point","coordinates":[0.0631903,51.502046]},"properties":{"@type":"node","@id":2318258072,"@timestamp":1539157050},"coords":"51.502046,0.0631903","bedrooms":"3","price":"203000","area":"666"} , +{"type":"Feature","id":"n2318391540","geometry":{"type":"Point","coordinates":[-0.6547054,51.3559231]},"properties":{"@type":"node","@id":2318391540,"@timestamp":1369404719},"coords":"51.3559231,-0.6547054","bedrooms":"0","price":"295000","area":"698"} , +{"type":"Feature","id":"n2318391550","geometry":{"type":"Point","coordinates":[-0.6542721,51.3562798]},"properties":{"@type":"node","@id":2318391550,"@timestamp":1369404719},"coords":"51.3562798,-0.6542721","bedrooms":"1","price":"287000","area":"686"} , +{"type":"Feature","id":"n2318569132","geometry":{"type":"Point","coordinates":[-0.3704523,51.5445988]},"properties":{"@type":"node","@id":2318569132,"@timestamp":1487524222},"coords":"51.5445988,-0.3704523","bedrooms":"3","price":"209000","area":"556"} , +{"type":"Feature","id":"n2318643840","geometry":{"type":"Point","coordinates":[-0.902933,51.497225]},"properties":{"@type":"node","@id":2318643840,"@timestamp":1476731417},"coords":"51.497225,-0.902933","bedrooms":"1","price":"185000","area":"560"} , +{"type":"Feature","id":"n2318800582","geometry":{"type":"Point","coordinates":[-0.0960047,51.6612892]},"properties":{"@type":"node","@id":2318800582,"@timestamp":1633554283},"coords":"51.6612892,-0.0960047","bedrooms":"1","price":"219000","area":"697"} , +{"type":"Feature","id":"n2318880135","geometry":{"type":"Point","coordinates":[-0.3689378,51.5454454]},"properties":{"@type":"node","@id":2318880135,"@timestamp":1369428639},"coords":"51.5454454,-0.3689378","bedrooms":"3","price":"196000","area":"531"} , +{"type":"Feature","id":"n2318951895","geometry":{"type":"Point","coordinates":[-0.274471,51.5372148]},"properties":{"@type":"node","@id":2318951895,"@timestamp":1440164472},"coords":"51.5372148,-0.274471","bedrooms":"1","price":"188000","area":"648"} , +{"type":"Feature","id":"n2319077647","geometry":{"type":"Point","coordinates":[-0.2863638,51.4773004]},"properties":{"@type":"node","@id":2319077647,"@timestamp":1624058975},"coords":"51.4773004,-0.2863638","bedrooms":"1","price":"207000","area":"491"} , +{"type":"Feature","id":"n2319213639","geometry":{"type":"Point","coordinates":[0.2711304,51.1193052]},"properties":{"@type":"node","@id":2319213639,"@timestamp":1369466615},"coords":"51.1193052,0.2711304","bedrooms":"1","price":"210000","area":"658"} , +{"type":"Feature","id":"n2319268158","geometry":{"type":"Point","coordinates":[0.2725603,51.1174457]},"properties":{"@type":"node","@id":2319268158,"@timestamp":1369472023},"coords":"51.1174457,0.2725603","bedrooms":"2","price":"247000","area":"622"} , +{"type":"Feature","id":"n2319268320","geometry":{"type":"Point","coordinates":[0.2724431,51.1177063]},"properties":{"@type":"node","@id":2319268320,"@timestamp":1369472024},"coords":"51.1177063,0.2724431","bedrooms":"3","price":"196000","area":"473"} , +{"type":"Feature","id":"n2319423821","geometry":{"type":"Point","coordinates":[-1.0437201,51.2034574]},"properties":{"@type":"node","@id":2319423821,"@timestamp":1603573439},"coords":"51.2034574,-1.0437201","bedrooms":"4","price":"267000","area":"515"} , +{"type":"Feature","id":"n2319561602","geometry":{"type":"Point","coordinates":[-0.356235,51.55276]},"properties":{"@type":"node","@id":2319561602,"@timestamp":1369486629},"coords":"51.55276,-0.356235","bedrooms":"2","price":"184000","area":"444"} , +{"type":"Feature","id":"n2319727197","geometry":{"type":"Point","coordinates":[-0.3775905,51.5474562]},"properties":{"@type":"node","@id":2319727197,"@timestamp":1369498074},"coords":"51.5474562,-0.3775905","bedrooms":"3","price":"263000","area":"660"} , +{"type":"Feature","id":"n2319799223","geometry":{"type":"Point","coordinates":[-1.0939411,51.192087]},"properties":{"@type":"node","@id":2319799223,"@timestamp":1514219229},"coords":"51.192087,-1.0939411","bedrooms":"1","price":"291000","area":"578"} , +{"type":"Feature","id":"n2319840646","geometry":{"type":"Point","coordinates":[0.3520743,51.3513818]},"properties":{"@type":"node","@id":2319840646,"@timestamp":1369502282},"coords":"51.3513818,0.3520743","bedrooms":"0","price":"155000","area":"356"} , +{"type":"Feature","id":"n2319840673","geometry":{"type":"Point","coordinates":[0.3514538,51.3519225]},"properties":{"@type":"node","@id":2319840673,"@timestamp":1369502282},"coords":"51.3519225,0.3514538","bedrooms":"1","price":"293000","area":"439"} , +{"type":"Feature","id":"n2319859434","geometry":{"type":"Point","coordinates":[-0.5544756,51.8139658]},"properties":{"@type":"node","@id":2319859434,"@timestamp":1369502936},"coords":"51.8139658,-0.5544756","bedrooms":"4","price":"240000","area":"587"} , +{"type":"Feature","id":"n2319974722","geometry":{"type":"Point","coordinates":[-0.2664315,51.9438195]},"properties":{"@type":"node","@id":2319974722,"@timestamp":1376683338},"coords":"51.9438195,-0.2664315","bedrooms":"3","price":"265000","area":"454"} , +{"type":"Feature","id":"n2319974732","geometry":{"type":"Point","coordinates":[-0.2660756,51.9438096]},"properties":{"@type":"node","@id":2319974732,"@timestamp":1376683338},"coords":"51.9438096,-0.2660756","bedrooms":"4","price":"255000","area":"404"} , +{"type":"Feature","id":"n2319974742","geometry":{"type":"Point","coordinates":[-0.2658934,51.9436642]},"properties":{"@type":"node","@id":2319974742,"@timestamp":1376683339},"coords":"51.9436642,-0.2658934","bedrooms":"4","price":"284000","area":"465"} , +{"type":"Feature","id":"n2319974752","geometry":{"type":"Point","coordinates":[-0.2655324,51.9435212]},"properties":{"@type":"node","@id":2319974752,"@timestamp":1376683339},"coords":"51.9435212,-0.2655324","bedrooms":"1","price":"152000","area":"456"} , +{"type":"Feature","id":"n2319987135","geometry":{"type":"Point","coordinates":[-0.7957783,51.3699828]},"properties":{"@type":"node","@id":2319987135,"@timestamp":1618233694},"coords":"51.3699828,-0.7957783","bedrooms":"0","price":"288000","area":"561"} , +{"type":"Feature","id":"n2320043550","geometry":{"type":"Point","coordinates":[-0.6324303,51.4497227]},"properties":{"@type":"node","@id":2320043550,"@timestamp":1566566034},"coords":"51.4497227,-0.6324303","bedrooms":"1","price":"184000","area":"480"} , +{"type":"Feature","id":"n2320149998","geometry":{"type":"Point","coordinates":[-0.0894977,51.4015469]},"properties":{"@type":"node","@id":2320149998,"@timestamp":1369521156},"coords":"51.4015469,-0.0894977","bedrooms":"3","price":"173000","area":"529"} , +{"type":"Feature","id":"n2320400187","geometry":{"type":"Point","coordinates":[-0.1055499,51.4224099]},"properties":{"@type":"node","@id":2320400187,"@timestamp":1609443914},"coords":"51.4224099,-0.1055499","bedrooms":"1","price":"261000","area":"559"} , +{"type":"Feature","id":"n2320400206","geometry":{"type":"Point","coordinates":[-0.1059791,51.4227996]},"properties":{"@type":"node","@id":2320400206,"@timestamp":1369557795},"coords":"51.4227996,-0.1059791","bedrooms":"4","price":"284000","area":"369"} , +{"type":"Feature","id":"n2320400218","geometry":{"type":"Point","coordinates":[-0.1058369,51.4230622]},"properties":{"@type":"node","@id":2320400218,"@timestamp":1543945061},"coords":"51.4230622,-0.1058369","bedrooms":"0","price":"226000","area":"358"} , +{"type":"Feature","id":"n2320536111","geometry":{"type":"Point","coordinates":[-0.2862493,51.4281977]},"properties":{"@type":"node","@id":2320536111,"@timestamp":1370083132},"coords":"51.4281977,-0.2862493","bedrooms":"2","price":"238000","area":"456"} , +{"type":"Feature","id":"n2320563236","geometry":{"type":"Point","coordinates":[-0.1195004,51.1346454]},"properties":{"@type":"node","@id":2320563236,"@timestamp":1369568159},"coords":"51.1346454,-0.1195004","bedrooms":"4","price":"201000","area":"562"} , +{"type":"Feature","id":"n2320563270","geometry":{"type":"Point","coordinates":[-0.11898,51.1347296]},"properties":{"@type":"node","@id":2320563270,"@timestamp":1369568159},"coords":"51.1347296,-0.11898","bedrooms":"1","price":"254000","area":"645"} , +{"type":"Feature","id":"n2320563305","geometry":{"type":"Point","coordinates":[-0.1180105,51.1355357]},"properties":{"@type":"node","@id":2320563305,"@timestamp":1369568160},"coords":"51.1355357,-0.1180105","bedrooms":"2","price":"252000","area":"557"} , +{"type":"Feature","id":"n2320563335","geometry":{"type":"Point","coordinates":[-0.1224804,51.1351168]},"properties":{"@type":"node","@id":2320563335,"@timestamp":1369568160},"coords":"51.1351168,-0.1224804","bedrooms":"2","price":"177000","area":"517"} , +{"type":"Feature","id":"n2320563379","geometry":{"type":"Point","coordinates":[-0.119267,51.1346925]},"properties":{"@type":"node","@id":2320563379,"@timestamp":1369568160},"coords":"51.1346925,-0.119267","bedrooms":"2","price":"216000","area":"663"} , +{"type":"Feature","id":"n2320563427","geometry":{"type":"Point","coordinates":[-0.1247012,51.1347583]},"properties":{"@type":"node","@id":2320563427,"@timestamp":1369568161},"coords":"51.1347583,-0.1247012","bedrooms":"1","price":"153000","area":"410"} , +{"type":"Feature","id":"n2320576517","geometry":{"type":"Point","coordinates":[-0.2745796,51.9492232]},"properties":{"@type":"node","@id":2320576517,"@timestamp":1369569200},"coords":"51.9492232,-0.2745796","bedrooms":"1","price":"188000","area":"395"} , +{"type":"Feature","id":"n2320709764","geometry":{"type":"Point","coordinates":[-0.081262,51.3096922]},"properties":{"@type":"node","@id":2320709764,"@timestamp":1369576620},"coords":"51.3096922,-0.081262","bedrooms":"0","price":"155000","area":"536"} , +{"type":"Feature","id":"n2320833256","geometry":{"type":"Point","coordinates":[-0.6057664,51.4810722]},"properties":{"@type":"node","@id":2320833256,"@timestamp":1369582677},"coords":"51.4810722,-0.6057664","bedrooms":"1","price":"177000","area":"501"} , +{"type":"Feature","id":"n2320871382","geometry":{"type":"Point","coordinates":[-0.607467,51.4825756]},"properties":{"@type":"node","@id":2320871382,"@timestamp":1618527401},"coords":"51.4825756,-0.607467","bedrooms":"4","price":"247000","area":"572"} , +{"type":"Feature","id":"n2320939059","geometry":{"type":"Point","coordinates":[-0.1502895,51.4860447]},"properties":{"@type":"node","@id":2320939059,"@timestamp":1635302446},"coords":"51.4860447,-0.1502895","bedrooms":"1","price":"181000","area":"609"} , +{"type":"Feature","id":"n2321055668","geometry":{"type":"Point","coordinates":[-0.2764997,51.9495339]},"properties":{"@type":"node","@id":2321055668,"@timestamp":1624121812},"coords":"51.9495339,-0.2764997","bedrooms":"1","price":"193000","area":"646"} , +{"type":"Feature","id":"n2321138842","geometry":{"type":"Point","coordinates":[-0.3501064,51.5699335]},"properties":{"@type":"node","@id":2321138842,"@timestamp":1424560564},"coords":"51.5699335,-0.3501064","bedrooms":"2","price":"204000","area":"528"} , +{"type":"Feature","id":"n2321138880","geometry":{"type":"Point","coordinates":[-0.3412444,51.571635]},"properties":{"@type":"node","@id":2321138880,"@timestamp":1376006123},"coords":"51.571635,-0.3412444","bedrooms":"1","price":"272000","area":"415"} , +{"type":"Feature","id":"n2321138915","geometry":{"type":"Point","coordinates":[-0.3512235,51.5704621]},"properties":{"@type":"node","@id":2321138915,"@timestamp":1424560566},"coords":"51.5704621,-0.3512235","bedrooms":"1","price":"196000","area":"431"} , +{"type":"Feature","id":"n2321139037","geometry":{"type":"Point","coordinates":[-0.3410892,51.5716996]},"properties":{"@type":"node","@id":2321139037,"@timestamp":1396737312},"coords":"51.5716996,-0.3410892","bedrooms":"4","price":"296000","area":"411"} , +{"type":"Feature","id":"n2321219969","geometry":{"type":"Point","coordinates":[-0.6108727,51.4819067]},"properties":{"@type":"node","@id":2321219969,"@timestamp":1369600723},"coords":"51.4819067,-0.6108727","bedrooms":"1","price":"178000","area":"422"} , +{"type":"Feature","id":"n2321243094","geometry":{"type":"Point","coordinates":[-0.6117256,51.48061]},"properties":{"@type":"node","@id":2321243094,"@timestamp":1619052967},"coords":"51.48061,-0.6117256","bedrooms":"3","price":"299000","area":"534"} , +{"type":"Feature","id":"n2321264590","geometry":{"type":"Point","coordinates":[-0.0999257,51.5945248]},"properties":{"@type":"node","@id":2321264590,"@timestamp":1369603221},"coords":"51.5945248,-0.0999257","bedrooms":"4","price":"224000","area":"590"} , +{"type":"Feature","id":"n2321266728","geometry":{"type":"Point","coordinates":[-0.6123056,51.4794636]},"properties":{"@type":"node","@id":2321266728,"@timestamp":1369603503},"coords":"51.4794636,-0.6123056","bedrooms":"4","price":"184000","area":"488"} , +{"type":"Feature","id":"n2321284308","geometry":{"type":"Point","coordinates":[-0.6122975,51.479198]},"properties":{"@type":"node","@id":2321284308,"@timestamp":1402432937},"coords":"51.479198,-0.6122975","bedrooms":"4","price":"239000","area":"427"} , +{"type":"Feature","id":"n2321284371","geometry":{"type":"Point","coordinates":[-0.3518001,51.5707848]},"properties":{"@type":"node","@id":2321284371,"@timestamp":1424560567},"coords":"51.5707848,-0.3518001","bedrooms":"2","price":"262000","area":"358"} , +{"type":"Feature","id":"n2321284381","geometry":{"type":"Point","coordinates":[-0.3523771,51.5710411]},"properties":{"@type":"node","@id":2321284381,"@timestamp":1424560568},"coords":"51.5710411,-0.3523771","bedrooms":"0","price":"174000","area":"468"} , +{"type":"Feature","id":"n2321284420","geometry":{"type":"Point","coordinates":[-0.3535854,51.5718467]},"properties":{"@type":"node","@id":2321284420,"@timestamp":1369604595},"coords":"51.5718467,-0.3535854","bedrooms":"4","price":"208000","area":"532"} , +{"type":"Feature","id":"n2321349044","geometry":{"type":"Point","coordinates":[-0.3891442,51.8974953]},"properties":{"@type":"node","@id":2321349044,"@timestamp":1581238183},"coords":"51.8974953,-0.3891442","bedrooms":"1","price":"295000","area":"668"} , +{"type":"Feature","id":"n2321831025","geometry":{"type":"Point","coordinates":[0.2551462,51.4617993]},"properties":{"@type":"node","@id":2321831025,"@timestamp":1544610641},"coords":"51.4617993,0.2551462","bedrooms":"0","price":"278000","area":"613"} , +{"type":"Feature","id":"n2322051434","geometry":{"type":"Point","coordinates":[-0.3601288,51.5537846]},"properties":{"@type":"node","@id":2322051434,"@timestamp":1412053248},"coords":"51.5537846,-0.3601288","bedrooms":"1","price":"294000","area":"389"} , +{"type":"Feature","id":"n2322099874","geometry":{"type":"Point","coordinates":[-0.1773029,51.6163803]},"properties":{"@type":"node","@id":2322099874,"@timestamp":1572948680},"coords":"51.6163803,-0.1773029","bedrooms":"4","price":"195000","area":"581"} , +{"type":"Feature","id":"n2322220725","geometry":{"type":"Point","coordinates":[-0.520452,51.3686873]},"properties":{"@type":"node","@id":2322220725,"@timestamp":1369678323},"coords":"51.3686873,-0.520452","bedrooms":"0","price":"261000","area":"396"} , +{"type":"Feature","id":"n2322297125","geometry":{"type":"Point","coordinates":[-0.163825,51.4837485]},"properties":{"@type":"node","@id":2322297125,"@timestamp":1612083009},"coords":"51.4837485,-0.163825","bedrooms":"4","price":"281000","area":"602"} , +{"type":"Feature","id":"n2322316835","geometry":{"type":"Point","coordinates":[-0.1291394,51.4888292]},"properties":{"@type":"node","@id":2322316835,"@timestamp":1602357568},"coords":"51.4888292,-0.1291394","bedrooms":"3","price":"203000","area":"645"} , +{"type":"Feature","id":"n2322387938","geometry":{"type":"Point","coordinates":[-0.7863902,51.4032348]},"properties":{"@type":"node","@id":2322387938,"@timestamp":1460922761},"coords":"51.4032348,-0.7863902","bedrooms":"1","price":"267000","area":"673"} , +{"type":"Feature","id":"n2322565761","geometry":{"type":"Point","coordinates":[-0.4445697,51.7141364]},"properties":{"@type":"node","@id":2322565761,"@timestamp":1382799477},"coords":"51.7141364,-0.4445697","bedrooms":"4","price":"263000","area":"488"} , +{"type":"Feature","id":"n2322736729","geometry":{"type":"Point","coordinates":[-0.0067736,51.5923334]},"properties":{"@type":"node","@id":2322736729,"@timestamp":1369719355},"coords":"51.5923334,-0.0067736","bedrooms":"4","price":"246000","area":"583"} , +{"type":"Feature","id":"n2322966292","geometry":{"type":"Point","coordinates":[-0.6048497,51.4700699]},"properties":{"@type":"node","@id":2322966292,"@timestamp":1369737413},"coords":"51.4700699,-0.6048497","bedrooms":"3","price":"226000","area":"689"} , +{"type":"Feature","id":"n2322966302","geometry":{"type":"Point","coordinates":[-0.6046994,51.4710535]},"properties":{"@type":"node","@id":2322966302,"@timestamp":1369737414},"coords":"51.4710535,-0.6046994","bedrooms":"0","price":"298000","area":"634"} , +{"type":"Feature","id":"n2322966312","geometry":{"type":"Point","coordinates":[-0.6045688,51.471868]},"properties":{"@type":"node","@id":2322966312,"@timestamp":1369737186},"coords":"51.471868,-0.6045688","bedrooms":"4","price":"157000","area":"572"} , +{"type":"Feature","id":"n2322966322","geometry":{"type":"Point","coordinates":[-0.6044382,51.4726824]},"properties":{"@type":"node","@id":2322966322,"@timestamp":1369737186},"coords":"51.4726824,-0.6044382","bedrooms":"2","price":"212000","area":"511"} , +{"type":"Feature","id":"n2322966359","geometry":{"type":"Point","coordinates":[-0.6043199,51.4735176]},"properties":{"@type":"node","@id":2322966359,"@timestamp":1369737187},"coords":"51.4735176,-0.6043199","bedrooms":"4","price":"204000","area":"498"} , +{"type":"Feature","id":"n2322969111","geometry":{"type":"Point","coordinates":[-0.6044943,51.4708698]},"properties":{"@type":"node","@id":2322969111,"@timestamp":1369737412},"coords":"51.4708698,-0.6044943","bedrooms":"2","price":"152000","area":"590"} , +{"type":"Feature","id":"n2322969146","geometry":{"type":"Point","coordinates":[-0.6042311,51.4725087]},"properties":{"@type":"node","@id":2322969146,"@timestamp":1369737412},"coords":"51.4725087,-0.6042311","bedrooms":"1","price":"224000","area":"545"} , +{"type":"Feature","id":"n2322972095","geometry":{"type":"Point","coordinates":[-0.6056315,51.4709399]},"properties":{"@type":"node","@id":2322972095,"@timestamp":1369737497},"coords":"51.4709399,-0.6056315","bedrooms":"2","price":"213000","area":"355"} , +{"type":"Feature","id":"n2322972127","geometry":{"type":"Point","coordinates":[-0.6053613,51.4725888]},"properties":{"@type":"node","@id":2322972127,"@timestamp":1369737497},"coords":"51.4725888,-0.6053613","bedrooms":"0","price":"161000","area":"610"} , +{"type":"Feature","id":"n2322987122","geometry":{"type":"Point","coordinates":[-0.6062547,51.4655864]},"properties":{"@type":"node","@id":2322987122,"@timestamp":1369738886},"coords":"51.4655864,-0.6062547","bedrooms":"4","price":"159000","area":"498"} , +{"type":"Feature","id":"n2322987132","geometry":{"type":"Point","coordinates":[-0.6059915,51.467222]},"properties":{"@type":"node","@id":2322987132,"@timestamp":1369738886},"coords":"51.467222,-0.6059915","bedrooms":"1","price":"239000","area":"580"} , +{"type":"Feature","id":"n2322987142","geometry":{"type":"Point","coordinates":[-0.6057283,51.4688575]},"properties":{"@type":"node","@id":2322987142,"@timestamp":1369738887},"coords":"51.4688575,-0.6057283","bedrooms":"2","price":"276000","area":"475"} , +{"type":"Feature","id":"n2322987260","geometry":{"type":"Point","coordinates":[-0.6065683,51.463637]},"properties":{"@type":"node","@id":2322987260,"@timestamp":1369738916},"coords":"51.463637,-0.6065683","bedrooms":"3","price":"211000","area":"459"} , +{"type":"Feature","id":"n2322988526","geometry":{"type":"Point","coordinates":[-0.605926,51.463585]},"properties":{"@type":"node","@id":2322988526,"@timestamp":1369739041},"coords":"51.463585,-0.605926","bedrooms":"0","price":"299000","area":"561"} , +{"type":"Feature","id":"n2322988536","geometry":{"type":"Point","coordinates":[-0.6056655,51.4652168]},"properties":{"@type":"node","@id":2322988536,"@timestamp":1369739042},"coords":"51.4652168,-0.6056655","bedrooms":"4","price":"192000","area":"677"} , +{"type":"Feature","id":"n2322988546","geometry":{"type":"Point","coordinates":[-0.6054049,51.4668485]},"properties":{"@type":"node","@id":2322988546,"@timestamp":1369739043},"coords":"51.4668485,-0.6054049","bedrooms":"2","price":"233000","area":"628"} , +{"type":"Feature","id":"n2322988556","geometry":{"type":"Point","coordinates":[-0.6051443,51.4684801]},"properties":{"@type":"node","@id":2322988556,"@timestamp":1369739043},"coords":"51.4684801,-0.6051443","bedrooms":"0","price":"206000","area":"356"} , +{"type":"Feature","id":"n2322990244","geometry":{"type":"Point","coordinates":[-0.605598,51.463905]},"properties":{"@type":"node","@id":2322990244,"@timestamp":1369739256},"coords":"51.463905,-0.605598","bedrooms":"4","price":"293000","area":"643"} , +{"type":"Feature","id":"n2322990273","geometry":{"type":"Point","coordinates":[-0.6053392,51.4655362]},"properties":{"@type":"node","@id":2322990273,"@timestamp":1369739257},"coords":"51.4655362,-0.6053392","bedrooms":"2","price":"271000","area":"543"} , +{"type":"Feature","id":"n2322990301","geometry":{"type":"Point","coordinates":[-0.6050804,51.4671674]},"properties":{"@type":"node","@id":2322990301,"@timestamp":1369739257},"coords":"51.4671674,-0.6050804","bedrooms":"4","price":"210000","area":"637"} , +{"type":"Feature","id":"n2322990311","geometry":{"type":"Point","coordinates":[-0.6048216,51.4687985]},"properties":{"@type":"node","@id":2322990311,"@timestamp":1369739258},"coords":"51.4687985,-0.6048216","bedrooms":"2","price":"174000","area":"530"} , +{"type":"Feature","id":"n2323004734","geometry":{"type":"Point","coordinates":[-0.6067756,51.4638298]},"properties":{"@type":"node","@id":2323004734,"@timestamp":1369740821},"coords":"51.4638298,-0.6067756","bedrooms":"3","price":"167000","area":"543"} , +{"type":"Feature","id":"n2323004744","geometry":{"type":"Point","coordinates":[-0.6065132,51.4654598]},"properties":{"@type":"node","@id":2323004744,"@timestamp":1369740822},"coords":"51.4654598,-0.6065132","bedrooms":"4","price":"266000","area":"585"} , +{"type":"Feature","id":"n2323004758","geometry":{"type":"Point","coordinates":[-0.6062508,51.4670898]},"properties":{"@type":"node","@id":2323004758,"@timestamp":1369740822},"coords":"51.4670898,-0.6062508","bedrooms":"3","price":"156000","area":"436"} , +{"type":"Feature","id":"n2323004768","geometry":{"type":"Point","coordinates":[-0.6059883,51.4687197]},"properties":{"@type":"node","@id":2323004768,"@timestamp":1369740823},"coords":"51.4687197,-0.6059883","bedrooms":"2","price":"208000","area":"461"} , +{"type":"Feature","id":"n2323016176","geometry":{"type":"Point","coordinates":[-0.6092259,51.4472951]},"properties":{"@type":"node","@id":2323016176,"@timestamp":1369741598},"coords":"51.4472951,-0.6092259","bedrooms":"4","price":"280000","area":"428"} , +{"type":"Feature","id":"n2323016186","geometry":{"type":"Point","coordinates":[-0.6089613,51.4489288]},"properties":{"@type":"node","@id":2323016186,"@timestamp":1369741599},"coords":"51.4489288,-0.6089613","bedrooms":"1","price":"275000","area":"515"} , +{"type":"Feature","id":"n2323016196","geometry":{"type":"Point","coordinates":[-0.6086966,51.4505625]},"properties":{"@type":"node","@id":2323016196,"@timestamp":1369741599},"coords":"51.4505625,-0.6086966","bedrooms":"3","price":"197000","area":"690"} , +{"type":"Feature","id":"n2323016219","geometry":{"type":"Point","coordinates":[-0.608432,51.4521961]},"properties":{"@type":"node","@id":2323016219,"@timestamp":1369741600},"coords":"51.4521961,-0.608432","bedrooms":"1","price":"217000","area":"408"} , +{"type":"Feature","id":"n2323016229","geometry":{"type":"Point","coordinates":[-0.6081786,51.453846]},"properties":{"@type":"node","@id":2323016229,"@timestamp":1369741600},"coords":"51.453846,-0.6081786","bedrooms":"2","price":"214000","area":"379"} , +{"type":"Feature","id":"n2323016244","geometry":{"type":"Point","coordinates":[-0.607914,51.4554795]},"properties":{"@type":"node","@id":2323016244,"@timestamp":1369741602},"coords":"51.4554795,-0.607914","bedrooms":"0","price":"267000","area":"541"} , +{"type":"Feature","id":"n2323016254","geometry":{"type":"Point","coordinates":[-0.6076493,51.4571129]},"properties":{"@type":"node","@id":2323016254,"@timestamp":1369741603},"coords":"51.4571129,-0.6076493","bedrooms":"3","price":"296000","area":"396"} , +{"type":"Feature","id":"n2323016264","geometry":{"type":"Point","coordinates":[-0.6073847,51.4587463]},"properties":{"@type":"node","@id":2323016264,"@timestamp":1369741603},"coords":"51.4587463,-0.6073847","bedrooms":"1","price":"220000","area":"507"} , +{"type":"Feature","id":"n2323016274","geometry":{"type":"Point","coordinates":[-0.60712,51.4603796]},"properties":{"@type":"node","@id":2323016274,"@timestamp":1369741604},"coords":"51.4603796,-0.60712","bedrooms":"4","price":"194000","area":"559"} , +{"type":"Feature","id":"n2323016284","geometry":{"type":"Point","coordinates":[-0.6068554,51.4620128]},"properties":{"@type":"node","@id":2323016284,"@timestamp":1369741604},"coords":"51.4620128,-0.6068554","bedrooms":"1","price":"201000","area":"690"} , +{"type":"Feature","id":"n2323019658","geometry":{"type":"Point","coordinates":[-0.6085944,51.4469172]},"properties":{"@type":"node","@id":2323019658,"@timestamp":1369741800},"coords":"51.4469172,-0.6085944","bedrooms":"4","price":"268000","area":"563"} , +{"type":"Feature","id":"n2323019668","geometry":{"type":"Point","coordinates":[-0.6083412,51.4485487]},"properties":{"@type":"node","@id":2323019668,"@timestamp":1369741801},"coords":"51.4485487,-0.6083412","bedrooms":"3","price":"182000","area":"600"} , +{"type":"Feature","id":"n2323019678","geometry":{"type":"Point","coordinates":[-0.608088,51.4501801]},"properties":{"@type":"node","@id":2323019678,"@timestamp":1369741801},"coords":"51.4501801,-0.608088","bedrooms":"0","price":"299000","area":"667"} , +{"type":"Feature","id":"n2323019689","geometry":{"type":"Point","coordinates":[-0.6078347,51.4518114]},"properties":{"@type":"node","@id":2323019689,"@timestamp":1369741802},"coords":"51.4518114,-0.6078347","bedrooms":"4","price":"284000","area":"673"} , +{"type":"Feature","id":"n2323029013","geometry":{"type":"Point","coordinates":[-0.2776514,51.9494993]},"properties":{"@type":"node","@id":2323029013,"@timestamp":1543859672},"coords":"51.9494993,-0.2776514","bedrooms":"1","price":"168000","area":"353"} , +{"type":"Feature","id":"n2323039270","geometry":{"type":"Point","coordinates":[-0.6081911,51.4480532]},"properties":{"@type":"node","@id":2323039270,"@timestamp":1369743313},"coords":"51.4480532,-0.6081911","bedrooms":"0","price":"268000","area":"671"} , +{"type":"Feature","id":"n2323039280","geometry":{"type":"Point","coordinates":[-0.6079284,51.4496887]},"properties":{"@type":"node","@id":2323039280,"@timestamp":1369743314},"coords":"51.4496887,-0.6079284","bedrooms":"4","price":"280000","area":"692"} , +{"type":"Feature","id":"n2323039290","geometry":{"type":"Point","coordinates":[-0.6076658,51.4513241]},"properties":{"@type":"node","@id":2323039290,"@timestamp":1369743314},"coords":"51.4513241,-0.6076658","bedrooms":"1","price":"188000","area":"595"} , +{"type":"Feature","id":"n2323039300","geometry":{"type":"Point","coordinates":[-0.6074031,51.4529595]},"properties":{"@type":"node","@id":2323039300,"@timestamp":1369743315},"coords":"51.4529595,-0.6074031","bedrooms":"4","price":"259000","area":"497"} , +{"type":"Feature","id":"n2323040183","geometry":{"type":"Point","coordinates":[-0.6082524,51.4545033]},"properties":{"@type":"node","@id":2323040183,"@timestamp":1369743503},"coords":"51.4545033,-0.6082524","bedrooms":"1","price":"160000","area":"354"} , +{"type":"Feature","id":"n2323040193","geometry":{"type":"Point","coordinates":[-0.6079918,51.4561403]},"properties":{"@type":"node","@id":2323040193,"@timestamp":1369743504},"coords":"51.4561403,-0.6079918","bedrooms":"0","price":"207000","area":"588"} , +{"type":"Feature","id":"n2323040203","geometry":{"type":"Point","coordinates":[-0.6077313,51.4577773]},"properties":{"@type":"node","@id":2323040203,"@timestamp":1369743505},"coords":"51.4577773,-0.6077313","bedrooms":"4","price":"268000","area":"481"} , +{"type":"Feature","id":"n2323040213","geometry":{"type":"Point","coordinates":[-0.6074708,51.4594142]},"properties":{"@type":"node","@id":2323040213,"@timestamp":1369743505},"coords":"51.4594142,-0.6074708","bedrooms":"3","price":"161000","area":"497"} , +{"type":"Feature","id":"n2323040223","geometry":{"type":"Point","coordinates":[-0.6072103,51.461051]},"properties":{"@type":"node","@id":2323040223,"@timestamp":1369743506},"coords":"51.461051,-0.6072103","bedrooms":"3","price":"237000","area":"553"} , +{"type":"Feature","id":"n2323040235","geometry":{"type":"Point","coordinates":[-0.6069497,51.4626878]},"properties":{"@type":"node","@id":2323040235,"@timestamp":1369743507},"coords":"51.4626878,-0.6069497","bedrooms":"3","price":"235000","area":"516"} , +{"type":"Feature","id":"n2323041871","geometry":{"type":"Point","coordinates":[-0.6092754,51.4482874]},"properties":{"@type":"node","@id":2323041871,"@timestamp":1369743717},"coords":"51.4482874,-0.6092754","bedrooms":"3","price":"165000","area":"377"} , +{"type":"Feature","id":"n2323041891","geometry":{"type":"Point","coordinates":[-0.6090051,51.4499174]},"properties":{"@type":"node","@id":2323041891,"@timestamp":1369743718},"coords":"51.4499174,-0.6090051","bedrooms":"1","price":"157000","area":"639"} , +{"type":"Feature","id":"n2323041901","geometry":{"type":"Point","coordinates":[-0.6087347,51.4515473]},"properties":{"@type":"node","@id":2323041901,"@timestamp":1369743718},"coords":"51.4515473,-0.6087347","bedrooms":"1","price":"175000","area":"427"} , +{"type":"Feature","id":"n2323052945","geometry":{"type":"Point","coordinates":[-0.607334,51.4532861]},"properties":{"@type":"node","@id":2323052945,"@timestamp":1369744420},"coords":"51.4532861,-0.607334","bedrooms":"2","price":"222000","area":"500"} , +{"type":"Feature","id":"n2323052955","geometry":{"type":"Point","coordinates":[-0.6070674,51.4549184]},"properties":{"@type":"node","@id":2323052955,"@timestamp":1369744421},"coords":"51.4549184,-0.6070674","bedrooms":"2","price":"233000","area":"626"} , +{"type":"Feature","id":"n2323052970","geometry":{"type":"Point","coordinates":[-0.6068009,51.4565507]},"properties":{"@type":"node","@id":2323052970,"@timestamp":1369744422},"coords":"51.4565507,-0.6068009","bedrooms":"1","price":"295000","area":"602"} , +{"type":"Feature","id":"n2323052980","geometry":{"type":"Point","coordinates":[-0.6065343,51.4581829]},"properties":{"@type":"node","@id":2323052980,"@timestamp":1369744422},"coords":"51.4581829,-0.6065343","bedrooms":"4","price":"200000","area":"569"} , +{"type":"Feature","id":"n2323052990","geometry":{"type":"Point","coordinates":[-0.6062678,51.459815]},"properties":{"@type":"node","@id":2323052990,"@timestamp":1369744423},"coords":"51.459815,-0.6062678","bedrooms":"3","price":"189000","area":"692"} , +{"type":"Feature","id":"n2323053632","geometry":{"type":"Point","coordinates":[-0.6059897,51.4616247]},"properties":{"@type":"node","@id":2323053632,"@timestamp":1369744485},"coords":"51.4616247,-0.6059897","bedrooms":"2","price":"206000","area":"671"} , +{"type":"Feature","id":"n2323057613","geometry":{"type":"Point","coordinates":[-0.6074395,51.4541136]},"properties":{"@type":"node","@id":2323057613,"@timestamp":1369744683},"coords":"51.4541136,-0.6074395","bedrooms":"1","price":"281000","area":"562"} , +{"type":"Feature","id":"n2323057653","geometry":{"type":"Point","coordinates":[-0.607179,51.455749]},"properties":{"@type":"node","@id":2323057653,"@timestamp":1369744684},"coords":"51.455749,-0.607179","bedrooms":"0","price":"205000","area":"581"} , +{"type":"Feature","id":"n2323057696","geometry":{"type":"Point","coordinates":[-0.6069184,51.4573843]},"properties":{"@type":"node","@id":2323057696,"@timestamp":1369744684},"coords":"51.4573843,-0.6069184","bedrooms":"1","price":"225000","area":"470"} , +{"type":"Feature","id":"n2323057731","geometry":{"type":"Point","coordinates":[-0.6066578,51.4590196]},"properties":{"@type":"node","@id":2323057731,"@timestamp":1369744685},"coords":"51.4590196,-0.6066578","bedrooms":"0","price":"253000","area":"611"} , +{"type":"Feature","id":"n2323057767","geometry":{"type":"Point","coordinates":[-0.6063973,51.4606548]},"properties":{"@type":"node","@id":2323057767,"@timestamp":1369744685},"coords":"51.4606548,-0.6063973","bedrooms":"1","price":"269000","area":"570"} , +{"type":"Feature","id":"n2323057873","geometry":{"type":"Point","coordinates":[-0.6061367,51.46229]},"properties":{"@type":"node","@id":2323057873,"@timestamp":1369744687},"coords":"51.46229,-0.6061367","bedrooms":"3","price":"183000","area":"510"} , +{"type":"Feature","id":"n2323068096","geometry":{"type":"Point","coordinates":[-0.6128891,51.4529214]},"properties":{"@type":"node","@id":2323068096,"@timestamp":1369745745},"coords":"51.4529214,-0.6128891","bedrooms":"0","price":"209000","area":"678"} , +{"type":"Feature","id":"n2323068106","geometry":{"type":"Point","coordinates":[-0.6147277,51.4544289]},"properties":{"@type":"node","@id":2323068106,"@timestamp":1369745746},"coords":"51.4544289,-0.6147277","bedrooms":"4","price":"210000","area":"559"} , +{"type":"Feature","id":"n2323068118","geometry":{"type":"Point","coordinates":[-0.6138905,51.455336]},"properties":{"@type":"node","@id":2323068118,"@timestamp":1369745746},"coords":"51.455336,-0.6138905","bedrooms":"3","price":"193000","area":"579"} , +{"type":"Feature","id":"n2323068131","geometry":{"type":"Point","coordinates":[-0.6060102,51.4565734]},"properties":{"@type":"node","@id":2323068131,"@timestamp":1369745746},"coords":"51.4565734,-0.6060102","bedrooms":"4","price":"159000","area":"604"} , +{"type":"Feature","id":"n2323068141","geometry":{"type":"Point","coordinates":[-0.6171427,51.4569142]},"properties":{"@type":"node","@id":2323068141,"@timestamp":1369745747},"coords":"51.4569142,-0.6171427","bedrooms":"2","price":"154000","area":"493"} , +{"type":"Feature","id":"n2323068152","geometry":{"type":"Point","coordinates":[-0.6168945,51.457432]},"properties":{"@type":"node","@id":2323068152,"@timestamp":1369745748},"coords":"51.457432,-0.6168945","bedrooms":"0","price":"210000","area":"375"} , +{"type":"Feature","id":"n2323068162","geometry":{"type":"Point","coordinates":[-0.617046,51.4581044]},"properties":{"@type":"node","@id":2323068162,"@timestamp":1369745748},"coords":"51.4581044,-0.617046","bedrooms":"1","price":"210000","area":"522"} , +{"type":"Feature","id":"n2323068172","geometry":{"type":"Point","coordinates":[-0.6160194,51.4590403]},"properties":{"@type":"node","@id":2323068172,"@timestamp":1369745748},"coords":"51.4590403,-0.6160194","bedrooms":"1","price":"229000","area":"383"} , +{"type":"Feature","id":"n2323068182","geometry":{"type":"Point","coordinates":[-0.6158258,51.4596694]},"properties":{"@type":"node","@id":2323068182,"@timestamp":1369745749},"coords":"51.4596694,-0.6158258","bedrooms":"2","price":"244000","area":"662"} , +{"type":"Feature","id":"n2323068196","geometry":{"type":"Point","coordinates":[-0.6054044,51.4602487]},"properties":{"@type":"node","@id":2323068196,"@timestamp":1369745749},"coords":"51.4602487,-0.6054044","bedrooms":"1","price":"168000","area":"393"} , +{"type":"Feature","id":"n2323068208","geometry":{"type":"Point","coordinates":[-0.6165074,51.4605463]},"properties":{"@type":"node","@id":2323068208,"@timestamp":1369745751},"coords":"51.4605463,-0.6165074","bedrooms":"2","price":"225000","area":"528"} , +{"type":"Feature","id":"n2323068219","geometry":{"type":"Point","coordinates":[-0.614753,51.4609801]},"properties":{"@type":"node","@id":2323068219,"@timestamp":1369745751},"coords":"51.4609801,-0.614753","bedrooms":"2","price":"238000","area":"514"} , +{"type":"Feature","id":"n2323068229","geometry":{"type":"Point","coordinates":[-0.6143323,51.4615804]},"properties":{"@type":"node","@id":2323068229,"@timestamp":1369745752},"coords":"51.4615804,-0.6143323","bedrooms":"0","price":"193000","area":"565"} , +{"type":"Feature","id":"n2323068239","geometry":{"type":"Point","coordinates":[-0.6151653,51.4619028]},"properties":{"@type":"node","@id":2323068239,"@timestamp":1369745752},"coords":"51.4619028,-0.6151653","bedrooms":"1","price":"180000","area":"688"} , +{"type":"Feature","id":"n2323068249","geometry":{"type":"Point","coordinates":[-0.6102764,51.4640339]},"properties":{"@type":"node","@id":2323068249,"@timestamp":1369745752},"coords":"51.4640339,-0.6102764","bedrooms":"0","price":"295000","area":"530"} , +{"type":"Feature","id":"n2323101162","geometry":{"type":"Point","coordinates":[-0.3757768,51.5488166]},"properties":{"@type":"node","@id":2323101162,"@timestamp":1369747721},"coords":"51.5488166,-0.3757768","bedrooms":"4","price":"209000","area":"368"} , +{"type":"Feature","id":"n2323136917","geometry":{"type":"Point","coordinates":[-0.6110592,51.444465]},"properties":{"@type":"node","@id":2323136917,"@timestamp":1369750218},"coords":"51.444465,-0.6110592","bedrooms":"2","price":"257000","area":"387"} , +{"type":"Feature","id":"n2323136927","geometry":{"type":"Point","coordinates":[-0.6065127,51.4454565]},"properties":{"@type":"node","@id":2323136927,"@timestamp":1369750219},"coords":"51.4454565,-0.6065127","bedrooms":"0","price":"201000","area":"556"} , +{"type":"Feature","id":"n2323136937","geometry":{"type":"Point","coordinates":[-0.6064833,51.446246]},"properties":{"@type":"node","@id":2323136937,"@timestamp":1369750219},"coords":"51.446246,-0.6064833","bedrooms":"4","price":"180000","area":"426"} , +{"type":"Feature","id":"n2323136947","geometry":{"type":"Point","coordinates":[-0.6127639,51.4468417]},"properties":{"@type":"node","@id":2323136947,"@timestamp":1397834584},"coords":"51.4468417,-0.6127639","bedrooms":"2","price":"161000","area":"614"} , +{"type":"Feature","id":"n2323136957","geometry":{"type":"Point","coordinates":[-0.6104209,51.4475404]},"properties":{"@type":"node","@id":2323136957,"@timestamp":1369750220},"coords":"51.4475404,-0.6104209","bedrooms":"3","price":"253000","area":"614"} , +{"type":"Feature","id":"n2323136967","geometry":{"type":"Point","coordinates":[-0.604971,51.4477362]},"properties":{"@type":"node","@id":2323136967,"@timestamp":1369750221},"coords":"51.4477362,-0.604971","bedrooms":"0","price":"299000","area":"359"} , +{"type":"Feature","id":"n2323137676","geometry":{"type":"Point","coordinates":[-0.3859499,51.5415632]},"properties":{"@type":"node","@id":2323137676,"@timestamp":1369750310},"coords":"51.5415632,-0.3859499","bedrooms":"3","price":"172000","area":"606"} , +{"type":"Feature","id":"n2323323208","geometry":{"type":"Point","coordinates":[-0.0986474,51.575646]},"properties":{"@type":"node","@id":2323323208,"@timestamp":1633307147},"coords":"51.575646,-0.0986474","bedrooms":"3","price":"281000","area":"373"} , +{"type":"Feature","id":"n2323339490","geometry":{"type":"Point","coordinates":[-0.9400096,51.8044317]},"properties":{"@type":"node","@id":2323339490,"@timestamp":1369762192},"coords":"51.8044317,-0.9400096","bedrooms":"0","price":"258000","area":"621"} , +{"type":"Feature","id":"n2323452760","geometry":{"type":"Point","coordinates":[-0.1572231,51.4926198]},"properties":{"@type":"node","@id":2323452760,"@timestamp":1562425716},"coords":"51.4926198,-0.1572231","bedrooms":"3","price":"221000","area":"568"} , +{"type":"Feature","id":"n2323630244","geometry":{"type":"Point","coordinates":[0.0526007,51.3406679]},"properties":{"@type":"node","@id":2323630244,"@timestamp":1369773994},"coords":"51.3406679,0.0526007","bedrooms":"3","price":"203000","area":"695"} , +{"type":"Feature","id":"n2323683445","geometry":{"type":"Point","coordinates":[-0.389313,51.714852]},"properties":{"@type":"node","@id":2323683445,"@timestamp":1369775761},"coords":"51.714852,-0.389313","bedrooms":"0","price":"266000","area":"629"} , +{"type":"Feature","id":"n2323733045","geometry":{"type":"Point","coordinates":[0.088727,51.7196777]},"properties":{"@type":"node","@id":2323733045,"@timestamp":1369778476},"coords":"51.7196777,0.088727","bedrooms":"3","price":"265000","area":"542"} , +{"type":"Feature","id":"n2323734616","geometry":{"type":"Point","coordinates":[-0.0620804,51.5266085]},"properties":{"@type":"node","@id":2323734616,"@timestamp":1558622517},"coords":"51.5266085,-0.0620804","bedrooms":"3","price":"269000","area":"351"} , +{"type":"Feature","id":"n2323768966","geometry":{"type":"Point","coordinates":[-0.0008402,51.4778585]},"properties":{"@type":"node","@id":2323768966,"@timestamp":1552055817},"coords":"51.4778585,-0.0008402","bedrooms":"3","price":"182000","area":"585"} , +{"type":"Feature","id":"n2323839026","geometry":{"type":"Point","coordinates":[-0.1609444,51.514585]},"properties":{"@type":"node","@id":2323839026,"@timestamp":1553259308},"coords":"51.514585,-0.1609444","bedrooms":"2","price":"208000","area":"463"} , +{"type":"Feature","id":"n2323934863","geometry":{"type":"Point","coordinates":[-0.0071993,51.5941573]},"properties":{"@type":"node","@id":2323934863,"@timestamp":1369805427},"coords":"51.5941573,-0.0071993","bedrooms":"2","price":"270000","area":"368"} , +{"type":"Feature","id":"n2324140764","geometry":{"type":"Point","coordinates":[-0.3071645,51.6383751]},"properties":{"@type":"node","@id":2324140764,"@timestamp":1369824547},"coords":"51.6383751,-0.3071645","bedrooms":"2","price":"167000","area":"494"} , +{"type":"Feature","id":"n2324140935","geometry":{"type":"Point","coordinates":[-0.3137834,51.6406437]},"properties":{"@type":"node","@id":2324140935,"@timestamp":1369824549},"coords":"51.6406437,-0.3137834","bedrooms":"4","price":"197000","area":"581"} , +{"type":"Feature","id":"n2324141033","geometry":{"type":"Point","coordinates":[-0.3080277,51.6431092]},"properties":{"@type":"node","@id":2324141033,"@timestamp":1369824551},"coords":"51.6431092,-0.3080277","bedrooms":"3","price":"268000","area":"685"} , +{"type":"Feature","id":"n2324256238","geometry":{"type":"Point","coordinates":[-0.1338274,51.4975844]},"properties":{"@type":"node","@id":2324256238,"@timestamp":1614366656},"coords":"51.4975844,-0.1338274","bedrooms":"1","price":"250000","area":"651"} , +{"type":"Feature","id":"n2324282936","geometry":{"type":"Point","coordinates":[-0.722292,51.5218909]},"properties":{"@type":"node","@id":2324282936,"@timestamp":1511973311},"coords":"51.5218909,-0.722292","bedrooms":"4","price":"244000","area":"590"} , +{"type":"Feature","id":"n2324453845","geometry":{"type":"Point","coordinates":[-0.1475846,51.47761]},"properties":{"@type":"node","@id":2324453845,"@timestamp":1586287744},"coords":"51.47761,-0.1475846","bedrooms":"0","price":"268000","area":"681"} , +{"type":"Feature","id":"n2324563539","geometry":{"type":"Point","coordinates":[-0.409439,51.7084521]},"properties":{"@type":"node","@id":2324563539,"@timestamp":1369850250},"coords":"51.7084521,-0.409439","bedrooms":"1","price":"166000","area":"556"} , +{"type":"Feature","id":"n2324663049","geometry":{"type":"Point","coordinates":[-0.0475145,51.4453074]},"properties":{"@type":"node","@id":2324663049,"@timestamp":1369908445},"coords":"51.4453074,-0.0475145","bedrooms":"4","price":"241000","area":"513"} , +{"type":"Feature","id":"n2324723893","geometry":{"type":"Point","coordinates":[-0.0325048,51.5091156]},"properties":{"@type":"node","@id":2324723893,"@timestamp":1563085857},"coords":"51.5091156,-0.0325048","bedrooms":"2","price":"271000","area":"569"} , +{"type":"Feature","id":"n2324937696","geometry":{"type":"Point","coordinates":[-0.1650367,51.4888631]},"properties":{"@type":"node","@id":2324937696,"@timestamp":1612429574},"coords":"51.4888631,-0.1650367","bedrooms":"2","price":"281000","area":"685"} , +{"type":"Feature","id":"n2325638207","geometry":{"type":"Point","coordinates":[-0.7481005,51.5304593]},"properties":{"@type":"node","@id":2325638207,"@timestamp":1369923124},"coords":"51.5304593,-0.7481005","bedrooms":"2","price":"279000","area":"655"} , +{"type":"Feature","id":"n2325649033","geometry":{"type":"Point","coordinates":[-0.4181471,51.5077154]},"properties":{"@type":"node","@id":2325649033,"@timestamp":1484563116},"coords":"51.5077154,-0.4181471","bedrooms":"3","price":"277000","area":"550"} , +{"type":"Feature","id":"n2325916683","geometry":{"type":"Point","coordinates":[-0.396585,51.5394626]},"properties":{"@type":"node","@id":2325916683,"@timestamp":1369931975},"coords":"51.5394626,-0.396585","bedrooms":"4","price":"249000","area":"621"} , +{"type":"Feature","id":"n2325957774","geometry":{"type":"Point","coordinates":[-0.3862352,51.5448114]},"properties":{"@type":"node","@id":2325957774,"@timestamp":1369933279},"coords":"51.5448114,-0.3862352","bedrooms":"2","price":"228000","area":"435"} , +{"type":"Feature","id":"n2326219020","geometry":{"type":"Point","coordinates":[-0.3934805,51.8982311]},"properties":{"@type":"node","@id":2326219020,"@timestamp":1369943474},"coords":"51.8982311,-0.3934805","bedrooms":"4","price":"292000","area":"389"} , +{"type":"Feature","id":"n2326330007","geometry":{"type":"Point","coordinates":[0.0812798,51.5743767]},"properties":{"@type":"node","@id":2326330007,"@timestamp":1369947224},"coords":"51.5743767,0.0812798","bedrooms":"2","price":"207000","area":"440"} , +{"type":"Feature","id":"n2326877322","geometry":{"type":"Point","coordinates":[-0.4750045,51.7482045]},"properties":{"@type":"node","@id":2326877322,"@timestamp":1535576128},"coords":"51.7482045,-0.4750045","bedrooms":"4","price":"278000","area":"606"} , +{"type":"Feature","id":"n2327433197","geometry":{"type":"Point","coordinates":[-0.6218109,51.4837612]},"properties":{"@type":"node","@id":2327433197,"@timestamp":1609083471},"coords":"51.4837612,-0.6218109","bedrooms":"0","price":"170000","area":"581"} , +{"type":"Feature","id":"n2327729419","geometry":{"type":"Point","coordinates":[-0.1696532,51.4889041]},"properties":{"@type":"node","@id":2327729419,"@timestamp":1610201329},"coords":"51.4889041,-0.1696532","bedrooms":"1","price":"265000","area":"579"} , +{"type":"Feature","id":"n2327844345","geometry":{"type":"Point","coordinates":[-0.7571821,51.53073]},"properties":{"@type":"node","@id":2327844345,"@timestamp":1370068023},"coords":"51.53073,-0.7571821","bedrooms":"2","price":"279000","area":"525"} , +{"type":"Feature","id":"n2328108289","geometry":{"type":"Point","coordinates":[-0.6001313,51.4186663]},"properties":{"@type":"node","@id":2328108289,"@timestamp":1400429737},"coords":"51.4186663,-0.6001313","bedrooms":"1","price":"193000","area":"501"} , +{"type":"Feature","id":"n2328407387","geometry":{"type":"Point","coordinates":[-0.72572,50.995981]},"properties":{"@type":"node","@id":2328407387,"@timestamp":1621696883},"coords":"50.995981,-0.72572","bedrooms":"3","price":"253000","area":"538"} , +{"type":"Feature","id":"n2328521235","geometry":{"type":"Point","coordinates":[-1.0763998,51.0116784]},"properties":{"@type":"node","@id":2328521235,"@timestamp":1370122192},"coords":"51.0116784,-1.0763998","bedrooms":"4","price":"285000","area":"492"} , +{"type":"Feature","id":"n2328642397","geometry":{"type":"Point","coordinates":[-0.1416187,51.5912898]},"properties":{"@type":"node","@id":2328642397,"@timestamp":1628933307},"coords":"51.5912898,-0.1416187","bedrooms":"3","price":"217000","area":"516"} , +{"type":"Feature","id":"n2328776485","geometry":{"type":"Point","coordinates":[-0.1429897,51.592215]},"properties":{"@type":"node","@id":2328776485,"@timestamp":1615136742},"coords":"51.592215,-0.1429897","bedrooms":"3","price":"180000","area":"461"} , +{"type":"Feature","id":"n2329291641","geometry":{"type":"Point","coordinates":[0.1814179,51.4741419]},"properties":{"@type":"node","@id":2329291641,"@timestamp":1551242151},"coords":"51.4741419,0.1814179","bedrooms":"1","price":"178000","area":"363"} , +{"type":"Feature","id":"n2329680568","geometry":{"type":"Point","coordinates":[-0.3092911,51.5168133]},"properties":{"@type":"node","@id":2329680568,"@timestamp":1370194894},"coords":"51.5168133,-0.3092911","bedrooms":"3","price":"151000","area":"676"} , +{"type":"Feature","id":"n2329946568","geometry":{"type":"Point","coordinates":[-0.3139532,51.5519554]},"properties":{"@type":"node","@id":2329946568,"@timestamp":1564909690},"coords":"51.5519554,-0.3139532","bedrooms":"4","price":"157000","area":"693"} , +{"type":"Feature","id":"n2330005004","geometry":{"type":"Point","coordinates":[-0.2183077,51.7346158]},"properties":{"@type":"node","@id":2330005004,"@timestamp":1589119339},"coords":"51.7346158,-0.2183077","bedrooms":"1","price":"220000","area":"403"} , +{"type":"Feature","id":"n2330023799","geometry":{"type":"Point","coordinates":[-0.1971106,51.5896479]},"properties":{"@type":"node","@id":2330023799,"@timestamp":1370214708},"coords":"51.5896479,-0.1971106","bedrooms":"2","price":"289000","area":"517"} , +{"type":"Feature","id":"n2330061551","geometry":{"type":"Point","coordinates":[-0.1233851,51.5532199]},"properties":{"@type":"node","@id":2330061551,"@timestamp":1564909690},"coords":"51.5532199,-0.1233851","bedrooms":"2","price":"276000","area":"490"} , +{"type":"Feature","id":"n2330096560","geometry":{"type":"Point","coordinates":[-0.1302804,51.5479815]},"properties":{"@type":"node","@id":2330096560,"@timestamp":1564909690},"coords":"51.5479815,-0.1302804","bedrooms":"1","price":"243000","area":"644"} , +{"type":"Feature","id":"n2330114263","geometry":{"type":"Point","coordinates":[-0.1390694,51.5320195]},"properties":{"@type":"node","@id":2330114263,"@timestamp":1631605171},"coords":"51.5320195,-0.1390694","bedrooms":"0","price":"228000","area":"586"} , +{"type":"Feature","id":"n2330302052","geometry":{"type":"Point","coordinates":[-0.8702242,51.3796681]},"properties":{"@type":"node","@id":2330302052,"@timestamp":1370245450},"coords":"51.3796681,-0.8702242","bedrooms":"4","price":"152000","area":"381"} , +{"type":"Feature","id":"n2330319758","geometry":{"type":"Point","coordinates":[-0.053883,51.4286501]},"properties":{"@type":"node","@id":2330319758,"@timestamp":1598376977},"coords":"51.4286501,-0.053883","bedrooms":"4","price":"237000","area":"404"} , +{"type":"Feature","id":"n2330544513","geometry":{"type":"Point","coordinates":[0.0908572,51.7711247]},"properties":{"@type":"node","@id":2330544513,"@timestamp":1635867895},"coords":"51.7711247,0.0908572","bedrooms":"3","price":"234000","area":"545"} , +{"type":"Feature","id":"n2330700601","geometry":{"type":"Point","coordinates":[-0.3308241,51.5272235]},"properties":{"@type":"node","@id":2330700601,"@timestamp":1551139614},"coords":"51.5272235,-0.3308241","bedrooms":"4","price":"210000","area":"569"} , +{"type":"Feature","id":"n2331084991","geometry":{"type":"Point","coordinates":[0.1152235,51.2516442]},"properties":{"@type":"node","@id":2331084991,"@timestamp":1405540215},"coords":"51.2516442,0.1152235","bedrooms":"4","price":"286000","area":"688"} , +{"type":"Feature","id":"n2331204416","geometry":{"type":"Point","coordinates":[-0.1650149,51.5609927]},"properties":{"@type":"node","@id":2331204416,"@timestamp":1370299608},"coords":"51.5609927,-0.1650149","bedrooms":"2","price":"265000","area":"498"} , +{"type":"Feature","id":"n2331737289","geometry":{"type":"Point","coordinates":[-0.0658981,51.6104556]},"properties":{"@type":"node","@id":2331737289,"@timestamp":1617477485},"coords":"51.6104556,-0.0658981","bedrooms":"3","price":"262000","area":"599"} , +{"type":"Feature","id":"n2332051016","geometry":{"type":"Point","coordinates":[-0.0797445,51.4118853]},"properties":{"@type":"node","@id":2332051016,"@timestamp":1370368634},"coords":"51.4118853,-0.0797445","bedrooms":"2","price":"244000","area":"474"} , +{"type":"Feature","id":"n2332444380","geometry":{"type":"Point","coordinates":[0.1080006,51.4626046]},"properties":{"@type":"node","@id":2332444380,"@timestamp":1564909690},"coords":"51.4626046,0.1080006","bedrooms":"4","price":"216000","area":"613"} , +{"type":"Feature","id":"n2332496203","geometry":{"type":"Point","coordinates":[-0.9956637,50.99534]},"properties":{"@type":"node","@id":2332496203,"@timestamp":1370390690},"coords":"50.99534,-0.9956637","bedrooms":"0","price":"234000","area":"690"} , +{"type":"Feature","id":"n2333041342","geometry":{"type":"Point","coordinates":[-0.160352,51.5618037]},"properties":{"@type":"node","@id":2333041342,"@timestamp":1370431260},"coords":"51.5618037,-0.160352","bedrooms":"1","price":"189000","area":"356"} , +{"type":"Feature","id":"n2333110508","geometry":{"type":"Point","coordinates":[-0.3011963,51.537162]},"properties":{"@type":"node","@id":2333110508,"@timestamp":1370437910},"coords":"51.537162,-0.3011963","bedrooms":"4","price":"187000","area":"363"} , +{"type":"Feature","id":"n2333242891","geometry":{"type":"Point","coordinates":[-0.2930479,51.5308979]},"properties":{"@type":"node","@id":2333242891,"@timestamp":1635427792},"coords":"51.5308979,-0.2930479","bedrooms":"3","price":"158000","area":"372"} , +{"type":"Feature","id":"n2333320761","geometry":{"type":"Point","coordinates":[-0.1002185,51.5839168]},"properties":{"@type":"node","@id":2333320761,"@timestamp":1601053725},"coords":"51.5839168,-0.1002185","bedrooms":"1","price":"178000","area":"677"} , +{"type":"Feature","id":"n2333408400","geometry":{"type":"Point","coordinates":[-0.09942,51.5817355]},"properties":{"@type":"node","@id":2333408400,"@timestamp":1370455772},"coords":"51.5817355,-0.09942","bedrooms":"4","price":"166000","area":"555"} , +{"type":"Feature","id":"n2333408416","geometry":{"type":"Point","coordinates":[-0.0994344,51.5818456]},"properties":{"@type":"node","@id":2333408416,"@timestamp":1522674566},"coords":"51.5818456,-0.0994344","bedrooms":"2","price":"260000","area":"527"} , +{"type":"Feature","id":"n2333408429","geometry":{"type":"Point","coordinates":[-0.0996287,51.583]},"properties":{"@type":"node","@id":2333408429,"@timestamp":1370455773},"coords":"51.583,-0.0996287","bedrooms":"3","price":"247000","area":"401"} , +{"type":"Feature","id":"n2333408442","geometry":{"type":"Point","coordinates":[-0.0999372,51.5826492]},"properties":{"@type":"node","@id":2333408442,"@timestamp":1603486965},"coords":"51.5826492,-0.0999372","bedrooms":"4","price":"270000","area":"529"} , +{"type":"Feature","id":"n2333408456","geometry":{"type":"Point","coordinates":[-0.0997797,51.5818775]},"properties":{"@type":"node","@id":2333408456,"@timestamp":1370455774},"coords":"51.5818775,-0.0997797","bedrooms":"3","price":"162000","area":"513"} , +{"type":"Feature","id":"n2333408471","geometry":{"type":"Point","coordinates":[-0.0996655,51.5815422]},"properties":{"@type":"node","@id":2333408471,"@timestamp":1617469920},"coords":"51.5815422,-0.0996655","bedrooms":"4","price":"167000","area":"553"} , +{"type":"Feature","id":"n2333722099","geometry":{"type":"Point","coordinates":[-0.8885533,51.4368459]},"properties":{"@type":"node","@id":2333722099,"@timestamp":1522267788},"coords":"51.4368459,-0.8885533","bedrooms":"4","price":"207000","area":"670"} , +{"type":"Feature","id":"n2333877311","geometry":{"type":"Point","coordinates":[-0.826029,50.9534108]},"properties":{"@type":"node","@id":2333877311,"@timestamp":1609356380},"coords":"50.9534108,-0.826029","bedrooms":"2","price":"263000","area":"387"} , +{"type":"Feature","id":"n2333877370","geometry":{"type":"Point","coordinates":[-0.8420557,50.966738]},"properties":{"@type":"node","@id":2333877370,"@timestamp":1615148983},"coords":"50.966738,-0.8420557","bedrooms":"0","price":"198000","area":"365"} , +{"type":"Feature","id":"n2334146286","geometry":{"type":"Point","coordinates":[-0.0229998,51.3152388]},"properties":{"@type":"node","@id":2334146286,"@timestamp":1428240924},"coords":"51.3152388,-0.0229998","bedrooms":"0","price":"218000","area":"545"} , +{"type":"Feature","id":"n2334452999","geometry":{"type":"Point","coordinates":[0.078731,51.5742543]},"properties":{"@type":"node","@id":2334452999,"@timestamp":1535339316},"coords":"51.5742543,0.078731","bedrooms":"4","price":"299000","area":"696"} , +{"type":"Feature","id":"n2334556906","geometry":{"type":"Point","coordinates":[-0.3070616,51.529275]},"properties":{"@type":"node","@id":2334556906,"@timestamp":1370536074},"coords":"51.529275,-0.3070616","bedrooms":"2","price":"284000","area":"532"} , +{"type":"Feature","id":"n2334746020","geometry":{"type":"Point","coordinates":[0.6005246,51.5766674]},"properties":{"@type":"node","@id":2334746020,"@timestamp":1370548763},"coords":"51.5766674,0.6005246","bedrooms":"3","price":"169000","area":"630"} , +{"type":"Feature","id":"n2335164116","geometry":{"type":"Point","coordinates":[-0.3809164,51.5496983]},"properties":{"@type":"node","@id":2335164116,"@timestamp":1370598858},"coords":"51.5496983,-0.3809164","bedrooms":"4","price":"264000","area":"548"} , +{"type":"Feature","id":"n2335794401","geometry":{"type":"Point","coordinates":[-0.6054453,51.7774617]},"properties":{"@type":"node","@id":2335794401,"@timestamp":1370629878},"coords":"51.7774617,-0.6054453","bedrooms":"0","price":"155000","area":"459"} , +{"type":"Feature","id":"n2336316232","geometry":{"type":"Point","coordinates":[-0.925301,51.8454412]},"properties":{"@type":"node","@id":2336316232,"@timestamp":1531738190},"coords":"51.8454412,-0.925301","bedrooms":"4","price":"220000","area":"424"} , +{"type":"Feature","id":"n2336607857","geometry":{"type":"Point","coordinates":[-0.1692068,51.53009]},"properties":{"@type":"node","@id":2336607857,"@timestamp":1594569372},"coords":"51.53009,-0.1692068","bedrooms":"2","price":"214000","area":"581"} , +{"type":"Feature","id":"n2336663461","geometry":{"type":"Point","coordinates":[-0.1733094,51.5280518]},"properties":{"@type":"node","@id":2336663461,"@timestamp":1430167160},"coords":"51.5280518,-0.1733094","bedrooms":"1","price":"281000","area":"634"} , +{"type":"Feature","id":"n2336663471","geometry":{"type":"Point","coordinates":[-0.1701526,51.5293963]},"properties":{"@type":"node","@id":2336663471,"@timestamp":1370655450},"coords":"51.5293963,-0.1701526","bedrooms":"2","price":"167000","area":"661"} , +{"type":"Feature","id":"n2336663481","geometry":{"type":"Point","coordinates":[-0.1706787,51.5296336]},"properties":{"@type":"node","@id":2336663481,"@timestamp":1370655451},"coords":"51.5296336,-0.1706787","bedrooms":"2","price":"234000","area":"358"} , +{"type":"Feature","id":"n2336663497","geometry":{"type":"Point","coordinates":[-0.1678271,51.529784]},"properties":{"@type":"node","@id":2336663497,"@timestamp":1557287008},"coords":"51.529784,-0.1678271","bedrooms":"0","price":"240000","area":"663"} , +{"type":"Feature","id":"n2336725658","geometry":{"type":"Point","coordinates":[-0.1638271,51.5252174]},"properties":{"@type":"node","@id":2336725658,"@timestamp":1614370802},"coords":"51.5252174,-0.1638271","bedrooms":"0","price":"224000","area":"619"} , +{"type":"Feature","id":"n2336920527","geometry":{"type":"Point","coordinates":[-0.8032092,51.7983582]},"properties":{"@type":"node","@id":2336920527,"@timestamp":1536530245},"coords":"51.7983582,-0.8032092","bedrooms":"1","price":"236000","area":"514"} , +{"type":"Feature","id":"n2337018784","geometry":{"type":"Point","coordinates":[-0.1473073,51.5232481]},"properties":{"@type":"node","@id":2337018784,"@timestamp":1370693173},"coords":"51.5232481,-0.1473073","bedrooms":"4","price":"219000","area":"408"} , +{"type":"Feature","id":"n2337018849","geometry":{"type":"Point","coordinates":[-0.1454505,51.523629]},"properties":{"@type":"node","@id":2337018849,"@timestamp":1370693175},"coords":"51.523629,-0.1454505","bedrooms":"4","price":"277000","area":"381"} , +{"type":"Feature","id":"n2337018893","geometry":{"type":"Point","coordinates":[-0.1463503,51.5239]},"properties":{"@type":"node","@id":2337018893,"@timestamp":1370693176},"coords":"51.5239,-0.1463503","bedrooms":"0","price":"214000","area":"517"} , +{"type":"Feature","id":"n2337018967","geometry":{"type":"Point","coordinates":[-0.1456204,51.5241553]},"properties":{"@type":"node","@id":2337018967,"@timestamp":1370693177},"coords":"51.5241553,-0.1456204","bedrooms":"2","price":"210000","area":"513"} , +{"type":"Feature","id":"n2337019022","geometry":{"type":"Point","coordinates":[-0.1456469,51.5245164]},"properties":{"@type":"node","@id":2337019022,"@timestamp":1370693179},"coords":"51.5245164,-0.1456469","bedrooms":"3","price":"251000","area":"544"} , +{"type":"Feature","id":"n2337019061","geometry":{"type":"Point","coordinates":[-0.146222,51.5248057]},"properties":{"@type":"node","@id":2337019061,"@timestamp":1370693180},"coords":"51.5248057,-0.146222","bedrooms":"0","price":"261000","area":"434"} , +{"type":"Feature","id":"n2337237311","geometry":{"type":"Point","coordinates":[-0.1960588,51.4015082]},"properties":{"@type":"node","@id":2337237311,"@timestamp":1542276278},"coords":"51.4015082,-0.1960588","bedrooms":"3","price":"281000","area":"645"} , +{"type":"Feature","id":"n2337311561","geometry":{"type":"Point","coordinates":[-7.83e-05,51.5481714]},"properties":{"@type":"node","@id":2337311561,"@timestamp":1546079400},"coords":"51.5481714,-7.83e-05","bedrooms":"4","price":"216000","area":"531"} , +{"type":"Feature","id":"n2337311905","geometry":{"type":"Point","coordinates":[0.0894918,51.5720831]},"properties":{"@type":"node","@id":2337311905,"@timestamp":1370710744},"coords":"51.5720831,0.0894918","bedrooms":"3","price":"248000","area":"626"} , +{"type":"Feature","id":"n2337336692","geometry":{"type":"Point","coordinates":[-0.1388398,51.526582]},"properties":{"@type":"node","@id":2337336692,"@timestamp":1467536584},"coords":"51.526582,-0.1388398","bedrooms":"4","price":"154000","area":"659"} , +{"type":"Feature","id":"n2337594730","geometry":{"type":"Point","coordinates":[-0.0551956,51.5272408]},"properties":{"@type":"node","@id":2337594730,"@timestamp":1558884721},"coords":"51.5272408,-0.0551956","bedrooms":"3","price":"240000","area":"641"} , +{"type":"Feature","id":"n2338014619","geometry":{"type":"Point","coordinates":[-0.3910549,51.9009036]},"properties":{"@type":"node","@id":2338014619,"@timestamp":1370774628},"coords":"51.9009036,-0.3910549","bedrooms":"0","price":"178000","area":"371"} , +{"type":"Feature","id":"n2338319372","geometry":{"type":"Point","coordinates":[0.2521099,51.1237193]},"properties":{"@type":"node","@id":2338319372,"@timestamp":1628336787},"coords":"51.1237193,0.2521099","bedrooms":"2","price":"208000","area":"384"} , +{"type":"Feature","id":"n2338335273","geometry":{"type":"Point","coordinates":[0.1875921,51.1118135]},"properties":{"@type":"node","@id":2338335273,"@timestamp":1628336787},"coords":"51.1118135,0.1875921","bedrooms":"4","price":"202000","area":"563"} , +{"type":"Feature","id":"n2338671694","geometry":{"type":"Point","coordinates":[0.4728691,50.9851364]},"properties":{"@type":"node","@id":2338671694,"@timestamp":1572115305},"coords":"50.9851364,0.4728691","bedrooms":"2","price":"237000","area":"695"} , +{"type":"Feature","id":"n2338671848","geometry":{"type":"Point","coordinates":[0.4836945,51.0118006]},"properties":{"@type":"node","@id":2338671848,"@timestamp":1371227427},"coords":"51.0118006,0.4836945","bedrooms":"2","price":"196000","area":"565"} , +{"type":"Feature","id":"n2338854701","geometry":{"type":"Point","coordinates":[-0.5470018,51.7984034]},"properties":{"@type":"node","@id":2338854701,"@timestamp":1371415598},"coords":"51.7984034,-0.5470018","bedrooms":"2","price":"281000","area":"695"} , +{"type":"Feature","id":"n2339090179","geometry":{"type":"Point","coordinates":[-0.135802,51.4889092]},"properties":{"@type":"node","@id":2339090179,"@timestamp":1370860649},"coords":"51.4889092,-0.135802","bedrooms":"3","price":"172000","area":"604"} , +{"type":"Feature","id":"n2339278516","geometry":{"type":"Point","coordinates":[-0.6033354,51.14718]},"properties":{"@type":"node","@id":2339278516,"@timestamp":1573388711},"coords":"51.14718,-0.6033354","bedrooms":"0","price":"259000","area":"468"} , +{"type":"Feature","id":"n2339443639","geometry":{"type":"Point","coordinates":[0.0961324,51.0696383]},"properties":{"@type":"node","@id":2339443639,"@timestamp":1370883603},"coords":"51.0696383,0.0961324","bedrooms":"0","price":"200000","area":"643"} , +{"type":"Feature","id":"n2340414435","geometry":{"type":"Point","coordinates":[0.0745417,51.5809244]},"properties":{"@type":"node","@id":2340414435,"@timestamp":1372244504},"coords":"51.5809244,0.0745417","bedrooms":"4","price":"276000","area":"549"} , +{"type":"Feature","id":"n2340572660","geometry":{"type":"Point","coordinates":[0.2582295,51.1263239]},"properties":{"@type":"node","@id":2340572660,"@timestamp":1527435667},"coords":"51.1263239,0.2582295","bedrooms":"4","price":"247000","area":"593"} , +{"type":"Feature","id":"n2340644540","geometry":{"type":"Point","coordinates":[0.8641087,51.250789]},"properties":{"@type":"node","@id":2340644540,"@timestamp":1370961430},"coords":"51.250789,0.8641087","bedrooms":"2","price":"156000","area":"614"} , +{"type":"Feature","id":"n2340766188","geometry":{"type":"Point","coordinates":[0.167067,51.3939874]},"properties":{"@type":"node","@id":2340766188,"@timestamp":1370969360},"coords":"51.3939874,0.167067","bedrooms":"3","price":"296000","area":"673"} , +{"type":"Feature","id":"n2340770133","geometry":{"type":"Point","coordinates":[-0.1080359,51.5112909]},"properties":{"@type":"node","@id":2340770133,"@timestamp":1486301142},"coords":"51.5112909,-0.1080359","bedrooms":"2","price":"260000","area":"380"} , +{"type":"Feature","id":"n2340784308","geometry":{"type":"Point","coordinates":[0.0079943,51.5156479]},"properties":{"@type":"node","@id":2340784308,"@timestamp":1564909690},"coords":"51.5156479,0.0079943","bedrooms":"3","price":"236000","area":"439"} , +{"type":"Feature","id":"n2340949185","geometry":{"type":"Point","coordinates":[-0.1417738,51.5335528]},"properties":{"@type":"node","@id":2340949185,"@timestamp":1370978714},"coords":"51.5335528,-0.1417738","bedrooms":"4","price":"241000","area":"636"} , +{"type":"Feature","id":"n2340985968","geometry":{"type":"Point","coordinates":[-0.1368333,51.5330897]},"properties":{"@type":"node","@id":2340985968,"@timestamp":1370980770},"coords":"51.5330897,-0.1368333","bedrooms":"4","price":"154000","area":"498"} , +{"type":"Feature","id":"n2340986017","geometry":{"type":"Point","coordinates":[-0.1383678,51.5336503]},"properties":{"@type":"node","@id":2340986017,"@timestamp":1370980771},"coords":"51.5336503,-0.1383678","bedrooms":"1","price":"294000","area":"526"} , +{"type":"Feature","id":"n2340986264","geometry":{"type":"Point","coordinates":[-0.1395873,51.5343367]},"properties":{"@type":"node","@id":2340986264,"@timestamp":1370980774},"coords":"51.5343367,-0.1395873","bedrooms":"1","price":"170000","area":"405"} , +{"type":"Feature","id":"n2341125366","geometry":{"type":"Point","coordinates":[-0.1769398,51.6132731]},"properties":{"@type":"node","@id":2341125366,"@timestamp":1370985860},"coords":"51.6132731,-0.1769398","bedrooms":"2","price":"254000","area":"468"} , +{"type":"Feature","id":"n2341423194","geometry":{"type":"Point","coordinates":[-0.2653457,51.9405152]},"properties":{"@type":"node","@id":2341423194,"@timestamp":1371001219},"coords":"51.9405152,-0.2653457","bedrooms":"2","price":"181000","area":"504"} , +{"type":"Feature","id":"n2341423230","geometry":{"type":"Point","coordinates":[-0.2667957,51.9403072]},"properties":{"@type":"node","@id":2341423230,"@timestamp":1371001220},"coords":"51.9403072,-0.2667957","bedrooms":"4","price":"181000","area":"474"} , +{"type":"Feature","id":"n2341701407","geometry":{"type":"Point","coordinates":[-0.1419184,51.5339971]},"properties":{"@type":"node","@id":2341701407,"@timestamp":1371029625},"coords":"51.5339971,-0.1419184","bedrooms":"2","price":"213000","area":"465"} , +{"type":"Feature","id":"n2341701573","geometry":{"type":"Point","coordinates":[-0.1412364,51.5346632]},"properties":{"@type":"node","@id":2341701573,"@timestamp":1371029627},"coords":"51.5346632,-0.1412364","bedrooms":"0","price":"254000","area":"652"} , +{"type":"Feature","id":"n2341701602","geometry":{"type":"Point","coordinates":[-0.1421809,51.5348158]},"properties":{"@type":"node","@id":2341701602,"@timestamp":1371029627},"coords":"51.5348158,-0.1421809","bedrooms":"2","price":"265000","area":"662"} , +{"type":"Feature","id":"n2341796133","geometry":{"type":"Point","coordinates":[-0.2675986,51.9451848]},"properties":{"@type":"node","@id":2341796133,"@timestamp":1371034626},"coords":"51.9451848,-0.2675986","bedrooms":"4","price":"200000","area":"539"} , +{"type":"Feature","id":"n2341796157","geometry":{"type":"Point","coordinates":[-0.2676623,51.9452508]},"properties":{"@type":"node","@id":2341796157,"@timestamp":1371034626},"coords":"51.9452508,-0.2676623","bedrooms":"3","price":"215000","area":"564"} , +{"type":"Feature","id":"n2341799954","geometry":{"type":"Point","coordinates":[-0.271519,51.9474988]},"properties":{"@type":"node","@id":2341799954,"@timestamp":1371034951},"coords":"51.9474988,-0.271519","bedrooms":"2","price":"203000","area":"691"} , +{"type":"Feature","id":"n2341799964","geometry":{"type":"Point","coordinates":[-0.272186,51.9476326]},"properties":{"@type":"node","@id":2341799964,"@timestamp":1371034951},"coords":"51.9476326,-0.272186","bedrooms":"0","price":"245000","area":"675"} , +{"type":"Feature","id":"n2342065258","geometry":{"type":"Point","coordinates":[-0.1084111,51.5657487]},"properties":{"@type":"node","@id":2342065258,"@timestamp":1635552245},"coords":"51.5657487,-0.1084111","bedrooms":"1","price":"284000","area":"355"} , +{"type":"Feature","id":"n2342141140","geometry":{"type":"Point","coordinates":[-0.182747,51.4713876]},"properties":{"@type":"node","@id":2342141140,"@timestamp":1371055286},"coords":"51.4713876,-0.182747","bedrooms":"4","price":"290000","area":"599"} , +{"type":"Feature","id":"n2342141173","geometry":{"type":"Point","coordinates":[-0.1840162,51.4716925]},"properties":{"@type":"node","@id":2342141173,"@timestamp":1371055286},"coords":"51.4716925,-0.1840162","bedrooms":"1","price":"229000","area":"542"} , +{"type":"Feature","id":"n2342141993","geometry":{"type":"Point","coordinates":[-0.1622234,51.4956723]},"properties":{"@type":"node","@id":2342141993,"@timestamp":1603794533},"coords":"51.4956723,-0.1622234","bedrooms":"1","price":"261000","area":"612"} , +{"type":"Feature","id":"n2342142024","geometry":{"type":"Point","coordinates":[-0.162362,51.4961895]},"properties":{"@type":"node","@id":2342142024,"@timestamp":1603794533},"coords":"51.4961895,-0.162362","bedrooms":"3","price":"187000","area":"451"} , +{"type":"Feature","id":"n2342369871","geometry":{"type":"Point","coordinates":[-0.1366711,51.5352589]},"properties":{"@type":"node","@id":2342369871,"@timestamp":1371064510},"coords":"51.5352589,-0.1366711","bedrooms":"2","price":"253000","area":"418"} , +{"type":"Feature","id":"n2342443682","geometry":{"type":"Point","coordinates":[-0.1062024,51.5330752]},"properties":{"@type":"node","@id":2342443682,"@timestamp":1529256340},"coords":"51.5330752,-0.1062024","bedrooms":"1","price":"150000","area":"638"} , +{"type":"Feature","id":"n2342617139","geometry":{"type":"Point","coordinates":[-0.5194215,51.0733066]},"properties":{"@type":"node","@id":2342617139,"@timestamp":1371073120},"coords":"51.0733066,-0.5194215","bedrooms":"0","price":"171000","area":"473"} , +{"type":"Feature","id":"n2343380536","geometry":{"type":"Point","coordinates":[0.0094678,51.6037734]},"properties":{"@type":"node","@id":2343380536,"@timestamp":1371136155},"coords":"51.6037734,0.0094678","bedrooms":"4","price":"255000","area":"387"} , +{"type":"Feature","id":"n2343440869","geometry":{"type":"Point","coordinates":[-0.3423623,51.6344795]},"properties":{"@type":"node","@id":2343440869,"@timestamp":1371138528},"coords":"51.6344795,-0.3423623","bedrooms":"4","price":"217000","area":"546"} , +{"type":"Feature","id":"n2343733426","geometry":{"type":"Point","coordinates":[0.1760399,51.3917113]},"properties":{"@type":"node","@id":2343733426,"@timestamp":1626339188},"coords":"51.3917113,0.1760399","bedrooms":"1","price":"297000","area":"399"} , +{"type":"Feature","id":"n2344320077","geometry":{"type":"Point","coordinates":[-0.1389493,51.5341422]},"properties":{"@type":"node","@id":2344320077,"@timestamp":1371209230},"coords":"51.5341422,-0.1389493","bedrooms":"0","price":"150000","area":"675"} , +{"type":"Feature","id":"n2344470420","geometry":{"type":"Point","coordinates":[0.5629881,51.0266234]},"properties":{"@type":"node","@id":2344470420,"@timestamp":1371218939},"coords":"51.0266234,0.5629881","bedrooms":"3","price":"169000","area":"540"} , +{"type":"Feature","id":"n2344566078","geometry":{"type":"Point","coordinates":[-0.1419767,51.5345473]},"properties":{"@type":"node","@id":2344566078,"@timestamp":1371224621},"coords":"51.5345473,-0.1419767","bedrooms":"0","price":"217000","area":"420"} , +{"type":"Feature","id":"n2344568721","geometry":{"type":"Point","coordinates":[0.2615654,52.0297024]},"properties":{"@type":"node","@id":2344568721,"@timestamp":1371224761},"coords":"52.0297024,0.2615654","bedrooms":"2","price":"197000","area":"508"} , +{"type":"Feature","id":"n2344600717","geometry":{"type":"Point","coordinates":[0.5629549,51.0234564]},"properties":{"@type":"node","@id":2344600717,"@timestamp":1371227415},"coords":"51.0234564,0.5629549","bedrooms":"2","price":"199000","area":"680"} , +{"type":"Feature","id":"n2344809329","geometry":{"type":"Point","coordinates":[-0.1074438,51.3828052]},"properties":{"@type":"node","@id":2344809329,"@timestamp":1425504754},"coords":"51.3828052,-0.1074438","bedrooms":"4","price":"180000","area":"597"} , +{"type":"Feature","id":"n2344890689","geometry":{"type":"Point","coordinates":[-1.1010193,51.2614021]},"properties":{"@type":"node","@id":2344890689,"@timestamp":1503173196},"coords":"51.2614021,-1.1010193","bedrooms":"3","price":"205000","area":"483"} , +{"type":"Feature","id":"n2344993247","geometry":{"type":"Point","coordinates":[0.0337341,51.2976111]},"properties":{"@type":"node","@id":2344993247,"@timestamp":1371370159},"coords":"51.2976111,0.0337341","bedrooms":"2","price":"187000","area":"400"} , +{"type":"Feature","id":"n2344993937","geometry":{"type":"Point","coordinates":[-0.1414617,51.5335751]},"properties":{"@type":"node","@id":2344993937,"@timestamp":1371249520},"coords":"51.5335751,-0.1414617","bedrooms":"0","price":"276000","area":"575"} , +{"type":"Feature","id":"n2344994084","geometry":{"type":"Point","coordinates":[-0.1417498,51.5333843]},"properties":{"@type":"node","@id":2344994084,"@timestamp":1496606868},"coords":"51.5333843,-0.1417498","bedrooms":"0","price":"297000","area":"584"} , +{"type":"Feature","id":"n2345097818","geometry":{"type":"Point","coordinates":[-0.130433,51.508983]},"properties":{"@type":"node","@id":2345097818,"@timestamp":1630251938},"coords":"51.508983,-0.130433","bedrooms":"2","price":"178000","area":"604"} , +{"type":"Feature","id":"n2345282925","geometry":{"type":"Point","coordinates":[-0.1835839,51.5094684]},"properties":{"@type":"node","@id":2345282925,"@timestamp":1371286882},"coords":"51.5094684,-0.1835839","bedrooms":"1","price":"278000","area":"362"} , +{"type":"Feature","id":"n2345282935","geometry":{"type":"Point","coordinates":[-0.1834578,51.50943]},"properties":{"@type":"node","@id":2345282935,"@timestamp":1371286882},"coords":"51.50943,-0.1834578","bedrooms":"1","price":"165000","area":"618"} , +{"type":"Feature","id":"n2345283375","geometry":{"type":"Point","coordinates":[-0.1834337,51.5086571]},"properties":{"@type":"node","@id":2345283375,"@timestamp":1371286976},"coords":"51.5086571,-0.1834337","bedrooms":"4","price":"161000","area":"412"} , +{"type":"Feature","id":"n2345283385","geometry":{"type":"Point","coordinates":[-0.1831655,51.5083133]},"properties":{"@type":"node","@id":2345283385,"@timestamp":1371286977},"coords":"51.5083133,-0.1831655","bedrooms":"4","price":"286000","area":"574"} , +{"type":"Feature","id":"n2345283714","geometry":{"type":"Point","coordinates":[-0.1847267,51.5066204]},"properties":{"@type":"node","@id":2345283714,"@timestamp":1371287106},"coords":"51.5066204,-0.1847267","bedrooms":"2","price":"280000","area":"698"} , +{"type":"Feature","id":"n2345394804","geometry":{"type":"Point","coordinates":[-0.1357681,51.5352618]},"properties":{"@type":"node","@id":2345394804,"@timestamp":1446684253},"coords":"51.5352618,-0.1357681","bedrooms":"2","price":"177000","area":"379"} , +{"type":"Feature","id":"n2345394955","geometry":{"type":"Point","coordinates":[-0.1363195,51.533935]},"properties":{"@type":"node","@id":2345394955,"@timestamp":1371297683},"coords":"51.533935,-0.1363195","bedrooms":"1","price":"191000","area":"559"} , +{"type":"Feature","id":"n2345395095","geometry":{"type":"Point","coordinates":[-0.1427249,51.5370336]},"properties":{"@type":"node","@id":2345395095,"@timestamp":1478347383},"coords":"51.5370336,-0.1427249","bedrooms":"1","price":"185000","area":"619"} , +{"type":"Feature","id":"n2345395334","geometry":{"type":"Point","coordinates":[-0.1357605,51.5349936]},"properties":{"@type":"node","@id":2345395334,"@timestamp":1371297690},"coords":"51.5349936,-0.1357605","bedrooms":"1","price":"159000","area":"547"} , +{"type":"Feature","id":"n2345907579","geometry":{"type":"Point","coordinates":[-0.0170548,51.6689088]},"properties":{"@type":"node","@id":2345907579,"@timestamp":1614110869},"coords":"51.6689088,-0.0170548","bedrooms":"4","price":"242000","area":"374"} , +{"type":"Feature","id":"n2346183667","geometry":{"type":"Point","coordinates":[-0.0797357,51.4183622]},"properties":{"@type":"node","@id":2346183667,"@timestamp":1371317761},"coords":"51.4183622,-0.0797357","bedrooms":"0","price":"283000","area":"459"} , +{"type":"Feature","id":"n2346748710","geometry":{"type":"Point","coordinates":[-0.1309278,51.580235]},"properties":{"@type":"node","@id":2346748710,"@timestamp":1434547565},"coords":"51.580235,-0.1309278","bedrooms":"1","price":"297000","area":"420"} , +{"type":"Feature","id":"n2346748724","geometry":{"type":"Point","coordinates":[-0.1314757,51.5801948]},"properties":{"@type":"node","@id":2346748724,"@timestamp":1434547567},"coords":"51.5801948,-0.1314757","bedrooms":"3","price":"168000","area":"460"} , +{"type":"Feature","id":"n2346974319","geometry":{"type":"Point","coordinates":[0.0359737,51.2977358]},"properties":{"@type":"node","@id":2346974319,"@timestamp":1371370158},"coords":"51.2977358,0.0359737","bedrooms":"4","price":"171000","area":"542"} , +{"type":"Feature","id":"n2347158946","geometry":{"type":"Point","coordinates":[-0.346981,51.4817521]},"properties":{"@type":"node","@id":2347158946,"@timestamp":1564909690},"coords":"51.4817521,-0.346981","bedrooms":"4","price":"219000","area":"498"} , +{"type":"Feature","id":"n2347265467","geometry":{"type":"Point","coordinates":[-0.8270811,51.7198469]},"properties":{"@type":"node","@id":2347265467,"@timestamp":1371380241},"coords":"51.7198469,-0.8270811","bedrooms":"0","price":"184000","area":"405"} , +{"type":"Feature","id":"n2347376422","geometry":{"type":"Point","coordinates":[-0.1295334,51.5806431]},"properties":{"@type":"node","@id":2347376422,"@timestamp":1434547566},"coords":"51.5806431,-0.1295334","bedrooms":"2","price":"269000","area":"624"} , +{"type":"Feature","id":"n2347376432","geometry":{"type":"Point","coordinates":[-0.128453,51.5810392]},"properties":{"@type":"node","@id":2347376432,"@timestamp":1434547567},"coords":"51.5810392,-0.128453","bedrooms":"1","price":"157000","area":"647"} , +{"type":"Feature","id":"n2347391163","geometry":{"type":"Point","coordinates":[0.0579771,51.8738288]},"properties":{"@type":"node","@id":2347391163,"@timestamp":1560692475},"coords":"51.8738288,0.0579771","bedrooms":"2","price":"265000","area":"641"} , +{"type":"Feature","id":"n2347565327","geometry":{"type":"Point","coordinates":[-0.038761,51.6019949]},"properties":{"@type":"node","@id":2347565327,"@timestamp":1586365076},"coords":"51.6019949,-0.038761","bedrooms":"4","price":"220000","area":"653"} , +{"type":"Feature","id":"n2347680702","geometry":{"type":"Point","coordinates":[-0.2368757,51.6898533]},"properties":{"@type":"node","@id":2347680702,"@timestamp":1616018863},"coords":"51.6898533,-0.2368757","bedrooms":"3","price":"178000","area":"514"} , +{"type":"Feature","id":"n2348106682","geometry":{"type":"Point","coordinates":[-1.0264265,51.3145793]},"properties":{"@type":"node","@id":2348106682,"@timestamp":1371405314},"coords":"51.3145793,-1.0264265","bedrooms":"2","price":"171000","area":"555"} , +{"type":"Feature","id":"n2348383406","geometry":{"type":"Point","coordinates":[-0.00542,51.6096694]},"properties":{"@type":"node","@id":2348383406,"@timestamp":1615664599},"coords":"51.6096694,-0.00542","bedrooms":"1","price":"169000","area":"370"} , +{"type":"Feature","id":"n2348601831","geometry":{"type":"Point","coordinates":[-0.0097017,51.6249773]},"properties":{"@type":"node","@id":2348601831,"@timestamp":1371426262},"coords":"51.6249773,-0.0097017","bedrooms":"0","price":"188000","area":"493"} , +{"type":"Feature","id":"n2349103816","geometry":{"type":"Point","coordinates":[-0.3723984,51.4778682]},"properties":{"@type":"node","@id":2349103816,"@timestamp":1564909690},"coords":"51.4778682,-0.3723984","bedrooms":"1","price":"162000","area":"465"} , +{"type":"Feature","id":"n2349117250","geometry":{"type":"Point","coordinates":[-0.3368582,51.4828093]},"properties":{"@type":"node","@id":2349117250,"@timestamp":1564909690},"coords":"51.4828093,-0.3368582","bedrooms":"0","price":"242000","area":"557"} , +{"type":"Feature","id":"n2349146294","geometry":{"type":"Point","coordinates":[-0.1386345,51.5346587]},"properties":{"@type":"node","@id":2349146294,"@timestamp":1551891135},"coords":"51.5346587,-0.1386345","bedrooms":"4","price":"156000","area":"494"} , +{"type":"Feature","id":"n2349228867","geometry":{"type":"Point","coordinates":[0.0040506,51.6312377]},"properties":{"@type":"node","@id":2349228867,"@timestamp":1371466217},"coords":"51.6312377,0.0040506","bedrooms":"0","price":"220000","area":"444"} , +{"type":"Feature","id":"n2349351471","geometry":{"type":"Point","coordinates":[-0.2408413,51.4910394]},"properties":{"@type":"node","@id":2349351471,"@timestamp":1613421940},"coords":"51.4910394,-0.2408413","bedrooms":"4","price":"210000","area":"366"} , +{"type":"Feature","id":"n2349865648","geometry":{"type":"Point","coordinates":[-0.0095639,51.6246581]},"properties":{"@type":"node","@id":2349865648,"@timestamp":1371498902},"coords":"51.6246581,-0.0095639","bedrooms":"4","price":"266000","area":"382"} , +{"type":"Feature","id":"n2350011167","geometry":{"type":"Point","coordinates":[0.0087788,51.5685471]},"properties":{"@type":"node","@id":2350011167,"@timestamp":1594397090},"coords":"51.5685471,0.0087788","bedrooms":"2","price":"152000","area":"651"} , +{"type":"Feature","id":"n2350819733","geometry":{"type":"Point","coordinates":[-0.0298145,51.5174612]},"properties":{"@type":"node","@id":2350819733,"@timestamp":1627927920},"coords":"51.5174612,-0.0298145","bedrooms":"1","price":"234000","area":"627"} , +{"type":"Feature","id":"n2350923972","geometry":{"type":"Point","coordinates":[-0.5068315,51.7436961]},"properties":{"@type":"node","@id":2350923972,"@timestamp":1371551011},"coords":"51.7436961,-0.5068315","bedrooms":"0","price":"168000","area":"377"} , +{"type":"Feature","id":"n2351313967","geometry":{"type":"Point","coordinates":[-0.3389489,51.1047758]},"properties":{"@type":"node","@id":2351313967,"@timestamp":1371570045},"coords":"51.1047758,-0.3389489","bedrooms":"2","price":"183000","area":"456"} , +{"type":"Feature","id":"n2351334590","geometry":{"type":"Point","coordinates":[-0.031934,51.5447151]},"properties":{"@type":"node","@id":2351334590,"@timestamp":1627608271},"coords":"51.5447151,-0.031934","bedrooms":"1","price":"213000","area":"379"} , +{"type":"Feature","id":"n2351583064","geometry":{"type":"Point","coordinates":[-1.0977531,51.2486046]},"properties":{"@type":"node","@id":2351583064,"@timestamp":1552168058},"coords":"51.2486046,-1.0977531","bedrooms":"0","price":"214000","area":"481"} , +{"type":"Feature","id":"n2351696410","geometry":{"type":"Point","coordinates":[-0.0952283,51.381975]},"properties":{"@type":"node","@id":2351696410,"@timestamp":1371597525},"coords":"51.381975,-0.0952283","bedrooms":"0","price":"228000","area":"361"} , +{"type":"Feature","id":"n2352147223","geometry":{"type":"Point","coordinates":[-0.0802391,51.4181584]},"properties":{"@type":"node","@id":2352147223,"@timestamp":1371642012},"coords":"51.4181584,-0.0802391","bedrooms":"1","price":"238000","area":"437"} , +{"type":"Feature","id":"n2352272180","geometry":{"type":"Point","coordinates":[-0.5608331,51.8110054]},"properties":{"@type":"node","@id":2352272180,"@timestamp":1371647228},"coords":"51.8110054,-0.5608331","bedrooms":"1","price":"171000","area":"510"} , +{"type":"Feature","id":"n2352390048","geometry":{"type":"Point","coordinates":[-0.0555454,51.5399272]},"properties":{"@type":"node","@id":2352390048,"@timestamp":1615656264},"coords":"51.5399272,-0.0555454","bedrooms":"1","price":"246000","area":"395"} , +{"type":"Feature","id":"n2352603611","geometry":{"type":"Point","coordinates":[-0.5571497,51.1945453]},"properties":{"@type":"node","@id":2352603611,"@timestamp":1371670293},"coords":"51.1945453,-0.5571497","bedrooms":"2","price":"212000","area":"626"} , +{"type":"Feature","id":"n2352867057","geometry":{"type":"Point","coordinates":[-0.0209536,51.6713444]},"properties":{"@type":"node","@id":2352867057,"@timestamp":1371686493},"coords":"51.6713444,-0.0209536","bedrooms":"0","price":"244000","area":"603"} , +{"type":"Feature","id":"n2353105725","geometry":{"type":"Point","coordinates":[0.0169628,51.4865131]},"properties":{"@type":"node","@id":2353105725,"@timestamp":1523840143},"coords":"51.4865131,0.0169628","bedrooms":"3","price":"253000","area":"617"} , +{"type":"Feature","id":"n2353761974","geometry":{"type":"Point","coordinates":[-0.2307752,51.5552369]},"properties":{"@type":"node","@id":2353761974,"@timestamp":1590339765},"coords":"51.5552369,-0.2307752","bedrooms":"2","price":"224000","area":"556"} , +{"type":"Feature","id":"n2354789142","geometry":{"type":"Point","coordinates":[0.1796191,51.4014259]},"properties":{"@type":"node","@id":2354789142,"@timestamp":1531240288},"coords":"51.4014259,0.1796191","bedrooms":"0","price":"257000","area":"583"} , +{"type":"Feature","id":"n2354955649","geometry":{"type":"Point","coordinates":[-0.1675512,51.5180601]},"properties":{"@type":"node","@id":2354955649,"@timestamp":1631347849},"coords":"51.5180601,-0.1675512","bedrooms":"4","price":"233000","area":"428"} , +{"type":"Feature","id":"n2354969783","geometry":{"type":"Point","coordinates":[-0.1700345,51.5201688]},"properties":{"@type":"node","@id":2354969783,"@timestamp":1613340007},"coords":"51.5201688,-0.1700345","bedrooms":"2","price":"296000","area":"393"} , +{"type":"Feature","id":"n2354988094","geometry":{"type":"Point","coordinates":[-0.1653899,51.5169221]},"properties":{"@type":"node","@id":2354988094,"@timestamp":1600868313},"coords":"51.5169221,-0.1653899","bedrooms":"2","price":"294000","area":"668"} , +{"type":"Feature","id":"n2354994937","geometry":{"type":"Point","coordinates":[-0.1642298,51.5159957]},"properties":{"@type":"node","@id":2354994937,"@timestamp":1600868313},"coords":"51.5159957,-0.1642298","bedrooms":"2","price":"295000","area":"570"} , +{"type":"Feature","id":"n2354994951","geometry":{"type":"Point","coordinates":[-0.1614489,51.514224]},"properties":{"@type":"node","@id":2354994951,"@timestamp":1488077675},"coords":"51.514224,-0.1614489","bedrooms":"0","price":"287000","area":"396"} , +{"type":"Feature","id":"n2355134444","geometry":{"type":"Point","coordinates":[-0.0159773,51.6657075]},"properties":{"@type":"node","@id":2355134444,"@timestamp":1613826579},"coords":"51.6657075,-0.0159773","bedrooms":"0","price":"251000","area":"531"} , +{"type":"Feature","id":"n2355427787","geometry":{"type":"Point","coordinates":[-0.0963502,51.663249]},"properties":{"@type":"node","@id":2355427787,"@timestamp":1371855650},"coords":"51.663249,-0.0963502","bedrooms":"2","price":"221000","area":"605"} , +{"type":"Feature","id":"n2355427812","geometry":{"type":"Point","coordinates":[-0.0969161,51.6628996]},"properties":{"@type":"node","@id":2355427812,"@timestamp":1633554283},"coords":"51.6628996,-0.0969161","bedrooms":"1","price":"174000","area":"637"} , +{"type":"Feature","id":"n2355427835","geometry":{"type":"Point","coordinates":[-0.0951083,51.6627182]},"properties":{"@type":"node","@id":2355427835,"@timestamp":1633554283},"coords":"51.6627182,-0.0951083","bedrooms":"1","price":"211000","area":"493"} , +{"type":"Feature","id":"n2355855727","geometry":{"type":"Point","coordinates":[-0.3829335,51.5944673]},"properties":{"@type":"node","@id":2355855727,"@timestamp":1620652996},"coords":"51.5944673,-0.3829335","bedrooms":"1","price":"247000","area":"488"} , +{"type":"Feature","id":"n2356266541","geometry":{"type":"Point","coordinates":[0.0973992,51.5635273]},"properties":{"@type":"node","@id":2356266541,"@timestamp":1557909580},"coords":"51.5635273,0.0973992","bedrooms":"0","price":"261000","area":"515"} , +{"type":"Feature","id":"n2356284246","geometry":{"type":"Point","coordinates":[0.0689098,51.5773175]},"properties":{"@type":"node","@id":2356284246,"@timestamp":1371922658},"coords":"51.5773175,0.0689098","bedrooms":"3","price":"245000","area":"440"} , +{"type":"Feature","id":"n2356284280","geometry":{"type":"Point","coordinates":[0.0656277,51.5771984]},"properties":{"@type":"node","@id":2356284280,"@timestamp":1558884722},"coords":"51.5771984,0.0656277","bedrooms":"1","price":"210000","area":"572"} , +{"type":"Feature","id":"n2356513319","geometry":{"type":"Point","coordinates":[-0.3541884,51.3830802]},"properties":{"@type":"node","@id":2356513319,"@timestamp":1556641445},"coords":"51.3830802,-0.3541884","bedrooms":"4","price":"238000","area":"679"} , +{"type":"Feature","id":"n2356975542","geometry":{"type":"Point","coordinates":[-0.0924099,51.3303786]},"properties":{"@type":"node","@id":2356975542,"@timestamp":1532939959},"coords":"51.3303786,-0.0924099","bedrooms":"1","price":"186000","area":"357"} , +{"type":"Feature","id":"n2356975730","geometry":{"type":"Point","coordinates":[-0.0703189,51.3178053]},"properties":{"@type":"node","@id":2356975730,"@timestamp":1371981151},"coords":"51.3178053,-0.0703189","bedrooms":"3","price":"296000","area":"500"} , +{"type":"Feature","id":"n2357054157","geometry":{"type":"Point","coordinates":[0.3770212,51.2871429]},"properties":{"@type":"node","@id":2357054157,"@timestamp":1602894396},"coords":"51.2871429,0.3770212","bedrooms":"4","price":"289000","area":"408"} , +{"type":"Feature","id":"n2357336215","geometry":{"type":"Point","coordinates":[-0.1619313,51.5207983]},"properties":{"@type":"node","@id":2357336215,"@timestamp":1553771664},"coords":"51.5207983,-0.1619313","bedrooms":"0","price":"188000","area":"443"} , +{"type":"Feature","id":"n2357422299","geometry":{"type":"Point","coordinates":[0.447826,51.9326067]},"properties":{"@type":"node","@id":2357422299,"@timestamp":1446075231},"coords":"51.9326067,0.447826","bedrooms":"2","price":"218000","area":"429"} , +{"type":"Feature","id":"n2357422309","geometry":{"type":"Point","coordinates":[0.5512525,51.9366806]},"properties":{"@type":"node","@id":2357422309,"@timestamp":1446075232},"coords":"51.9366806,0.5512525","bedrooms":"3","price":"190000","area":"427"} , +{"type":"Feature","id":"n2357422319","geometry":{"type":"Point","coordinates":[0.5408431,51.9378696]},"properties":{"@type":"node","@id":2357422319,"@timestamp":1446075232},"coords":"51.9378696,0.5408431","bedrooms":"4","price":"234000","area":"615"} , +{"type":"Feature","id":"n2357422329","geometry":{"type":"Point","coordinates":[0.5310323,51.9389798]},"properties":{"@type":"node","@id":2357422329,"@timestamp":1446075233},"coords":"51.9389798,0.5310323","bedrooms":"4","price":"207000","area":"488"} , +{"type":"Feature","id":"n2357422346","geometry":{"type":"Point","coordinates":[0.4476313,51.9400789]},"properties":{"@type":"node","@id":2357422346,"@timestamp":1446075234},"coords":"51.9400789,0.4476313","bedrooms":"3","price":"150000","area":"662"} , +{"type":"Feature","id":"n2357422356","geometry":{"type":"Point","coordinates":[0.5246905,51.9414877]},"properties":{"@type":"node","@id":2357422356,"@timestamp":1446075234},"coords":"51.9414877,0.5246905","bedrooms":"1","price":"239000","area":"496"} , +{"type":"Feature","id":"n2357422366","geometry":{"type":"Point","coordinates":[0.5209873,51.9442364]},"properties":{"@type":"node","@id":2357422366,"@timestamp":1446075235},"coords":"51.9442364,0.5209873","bedrooms":"4","price":"243000","area":"672"} , +{"type":"Feature","id":"n2357422376","geometry":{"type":"Point","coordinates":[0.5237599,51.9454529]},"properties":{"@type":"node","@id":2357422376,"@timestamp":1446075235},"coords":"51.9454529,0.5237599","bedrooms":"2","price":"209000","area":"643"} , +{"type":"Feature","id":"n2357422386","geometry":{"type":"Point","coordinates":[0.5268957,51.9469543]},"properties":{"@type":"node","@id":2357422386,"@timestamp":1446075236},"coords":"51.9469543,0.5268957","bedrooms":"4","price":"184000","area":"394"} , +{"type":"Feature","id":"n2357422396","geometry":{"type":"Point","coordinates":[0.4496933,51.9503634]},"properties":{"@type":"node","@id":2357422396,"@timestamp":1446075237},"coords":"51.9503634,0.4496933","bedrooms":"4","price":"295000","area":"361"} , +{"type":"Feature","id":"n2357422406","geometry":{"type":"Point","coordinates":[0.4526235,51.9538643]},"properties":{"@type":"node","@id":2357422406,"@timestamp":1446075237},"coords":"51.9538643,0.4526235","bedrooms":"4","price":"202000","area":"569"} , +{"type":"Feature","id":"n2357422416","geometry":{"type":"Point","coordinates":[0.4590046,51.9565765]},"properties":{"@type":"node","@id":2357422416,"@timestamp":1446075238},"coords":"51.9565765,0.4590046","bedrooms":"0","price":"194000","area":"396"} , +{"type":"Feature","id":"n2357422426","geometry":{"type":"Point","coordinates":[0.5035231,51.9590709]},"properties":{"@type":"node","@id":2357422426,"@timestamp":1446075239},"coords":"51.9590709,0.5035231","bedrooms":"4","price":"283000","area":"615"} , +{"type":"Feature","id":"n2357422437","geometry":{"type":"Point","coordinates":[0.4782685,51.9610453]},"properties":{"@type":"node","@id":2357422437,"@timestamp":1446075239},"coords":"51.9610453,0.4782685","bedrooms":"4","price":"179000","area":"477"} , +{"type":"Feature","id":"n2357422447","geometry":{"type":"Point","coordinates":[0.4901971,51.9620092]},"properties":{"@type":"node","@id":2357422447,"@timestamp":1446075240},"coords":"51.9620092,0.4901971","bedrooms":"4","price":"199000","area":"654"} , +{"type":"Feature","id":"n2357422468","geometry":{"type":"Point","coordinates":[0.4876422,51.9624113]},"properties":{"@type":"node","@id":2357422468,"@timestamp":1446075240},"coords":"51.9624113,0.4876422","bedrooms":"1","price":"189000","area":"680"} , +{"type":"Feature","id":"n2357422482","geometry":{"type":"Point","coordinates":[0.4960363,51.9630335]},"properties":{"@type":"node","@id":2357422482,"@timestamp":1446075241},"coords":"51.9630335,0.4960363","bedrooms":"1","price":"291000","area":"674"} , +{"type":"Feature","id":"n2357422492","geometry":{"type":"Point","coordinates":[0.4703895,51.9640301]},"properties":{"@type":"node","@id":2357422492,"@timestamp":1446075242},"coords":"51.9640301,0.4703895","bedrooms":"4","price":"193000","area":"699"} , +{"type":"Feature","id":"n2357422502","geometry":{"type":"Point","coordinates":[0.4854045,51.9662898]},"properties":{"@type":"node","@id":2357422502,"@timestamp":1446075242},"coords":"51.9662898,0.4854045","bedrooms":"3","price":"273000","area":"662"} , +{"type":"Feature","id":"n2357422512","geometry":{"type":"Point","coordinates":[0.4759475,51.9678978]},"properties":{"@type":"node","@id":2357422512,"@timestamp":1446075243},"coords":"51.9678978,0.4759475","bedrooms":"3","price":"168000","area":"442"} , +{"type":"Feature","id":"n2357422522","geometry":{"type":"Point","coordinates":[0.4782318,51.9759512]},"properties":{"@type":"node","@id":2357422522,"@timestamp":1446075244},"coords":"51.9759512,0.4782318","bedrooms":"4","price":"197000","area":"504"} , +{"type":"Feature","id":"n2357467275","geometry":{"type":"Point","coordinates":[-0.9260262,51.2800787]},"properties":{"@type":"node","@id":2357467275,"@timestamp":1379663604},"coords":"51.2800787,-0.9260262","bedrooms":"3","price":"296000","area":"430"} , +{"type":"Feature","id":"n2358218273","geometry":{"type":"Point","coordinates":[0.0898957,51.7772032]},"properties":{"@type":"node","@id":2358218273,"@timestamp":1631237365},"coords":"51.7772032,0.0898957","bedrooms":"0","price":"178000","area":"476"} , +{"type":"Feature","id":"n2358230404","geometry":{"type":"Point","coordinates":[-0.8754977,51.4406448]},"properties":{"@type":"node","@id":2358230404,"@timestamp":1372055786},"coords":"51.4406448,-0.8754977","bedrooms":"4","price":"161000","area":"623"} , +{"type":"Feature","id":"n2358418793","geometry":{"type":"Point","coordinates":[0.0777443,51.1128146]},"properties":{"@type":"node","@id":2358418793,"@timestamp":1372069268},"coords":"51.1128146,0.0777443","bedrooms":"0","price":"267000","area":"492"} , +{"type":"Feature","id":"n2358519512","geometry":{"type":"Point","coordinates":[0.0137987,51.5042016]},"properties":{"@type":"node","@id":2358519512,"@timestamp":1391453374},"coords":"51.5042016,0.0137987","bedrooms":"2","price":"226000","area":"579"} , +{"type":"Feature","id":"n2359004559","geometry":{"type":"Point","coordinates":[-0.4726328,51.7604634]},"properties":{"@type":"node","@id":2359004559,"@timestamp":1536336775},"coords":"51.7604634,-0.4726328","bedrooms":"2","price":"296000","area":"472"} , +{"type":"Feature","id":"n2359465351","geometry":{"type":"Point","coordinates":[-0.3097372,51.5057372]},"properties":{"@type":"node","@id":2359465351,"@timestamp":1372112664},"coords":"51.5057372,-0.3097372","bedrooms":"4","price":"205000","area":"580"} , +{"type":"Feature","id":"n2360184030","geometry":{"type":"Point","coordinates":[-0.0209054,51.7827624]},"properties":{"@type":"node","@id":2360184030,"@timestamp":1372369882},"coords":"51.7827624,-0.0209054","bedrooms":"0","price":"182000","area":"582"} , +{"type":"Feature","id":"n2360572157","geometry":{"type":"Point","coordinates":[-0.5606301,51.8091468]},"properties":{"@type":"node","@id":2360572157,"@timestamp":1372174310},"coords":"51.8091468,-0.5606301","bedrooms":"4","price":"280000","area":"478"} , +{"type":"Feature","id":"n2360681716","geometry":{"type":"Point","coordinates":[-0.1043196,51.5119255]},"properties":{"@type":"node","@id":2360681716,"@timestamp":1618194285},"coords":"51.5119255,-0.1043196","bedrooms":"4","price":"155000","area":"692"} , +{"type":"Feature","id":"n2360732749","geometry":{"type":"Point","coordinates":[-0.2069833,51.4910405]},"properties":{"@type":"node","@id":2360732749,"@timestamp":1564909690},"coords":"51.4910405,-0.2069833","bedrooms":"4","price":"265000","area":"601"} , +{"type":"Feature","id":"n2360742430","geometry":{"type":"Point","coordinates":[-0.1829971,51.495049]},"properties":{"@type":"node","@id":2360742430,"@timestamp":1625839144},"coords":"51.495049,-0.1829971","bedrooms":"0","price":"180000","area":"481"} , +{"type":"Feature","id":"n2360980615","geometry":{"type":"Point","coordinates":[-0.1046302,51.3842469]},"properties":{"@type":"node","@id":2360980615,"@timestamp":1372198642},"coords":"51.3842469,-0.1046302","bedrooms":"0","price":"214000","area":"676"} , +{"type":"Feature","id":"n2362119846","geometry":{"type":"Point","coordinates":[-0.1157687,51.5292787]},"properties":{"@type":"node","@id":2362119846,"@timestamp":1633613554},"coords":"51.5292787,-0.1157687","bedrooms":"1","price":"297000","area":"499"} , +{"type":"Feature","id":"n2362216856","geometry":{"type":"Point","coordinates":[-0.0862676,51.5310905]},"properties":{"@type":"node","@id":2362216856,"@timestamp":1630289071},"coords":"51.5310905,-0.0862676","bedrooms":"2","price":"161000","area":"685"} , +{"type":"Feature","id":"n2362405133","geometry":{"type":"Point","coordinates":[-0.0989305,51.3800979]},"properties":{"@type":"node","@id":2362405133,"@timestamp":1372284191},"coords":"51.3800979,-0.0989305","bedrooms":"0","price":"254000","area":"665"} , +{"type":"Feature","id":"n2362524119","geometry":{"type":"Point","coordinates":[-0.0872052,51.5223188]},"properties":{"@type":"node","@id":2362524119,"@timestamp":1429826798},"coords":"51.5223188,-0.0872052","bedrooms":"2","price":"269000","area":"357"} , +{"type":"Feature","id":"n2363255696","geometry":{"type":"Point","coordinates":[0.2572382,51.1252735]},"properties":{"@type":"node","@id":2363255696,"@timestamp":1372353577},"coords":"51.1252735,0.2572382","bedrooms":"4","price":"234000","area":"682"} , +{"type":"Feature","id":"n2363504064","geometry":{"type":"Point","coordinates":[-0.0181708,51.7813142]},"properties":{"@type":"node","@id":2363504064,"@timestamp":1372369204},"coords":"51.7813142,-0.0181708","bedrooms":"1","price":"277000","area":"696"} , +{"type":"Feature","id":"n2364332092","geometry":{"type":"Point","coordinates":[0.1132485,51.118905]},"properties":{"@type":"node","@id":2364332092,"@timestamp":1372421220},"coords":"51.118905,0.1132485","bedrooms":"0","price":"222000","area":"365"} , +{"type":"Feature","id":"n2364391187","geometry":{"type":"Point","coordinates":[0.0713264,51.4374974]},"properties":{"@type":"node","@id":2364391187,"@timestamp":1542463622},"coords":"51.4374974,0.0713264","bedrooms":"3","price":"259000","area":"534"} , +{"type":"Feature","id":"n2364481674","geometry":{"type":"Point","coordinates":[0.0525128,51.5763173]},"properties":{"@type":"node","@id":2364481674,"@timestamp":1572116224},"coords":"51.5763173,0.0525128","bedrooms":"2","price":"187000","area":"411"} , +{"type":"Feature","id":"n2364660270","geometry":{"type":"Point","coordinates":[-0.0890037,51.5482734]},"properties":{"@type":"node","@id":2364660270,"@timestamp":1372440080},"coords":"51.5482734,-0.0890037","bedrooms":"0","price":"192000","area":"564"} , +{"type":"Feature","id":"n2364662887","geometry":{"type":"Point","coordinates":[-0.088364,51.548243]},"properties":{"@type":"node","@id":2364662887,"@timestamp":1392587813},"coords":"51.548243,-0.088364","bedrooms":"3","price":"285000","area":"593"} , +{"type":"Feature","id":"n2364671379","geometry":{"type":"Point","coordinates":[-0.0895,51.54802]},"properties":{"@type":"node","@id":2364671379,"@timestamp":1372440324},"coords":"51.54802,-0.0895","bedrooms":"0","price":"183000","area":"627"} , +{"type":"Feature","id":"n2364671568","geometry":{"type":"Point","coordinates":[-0.0900632,51.5481067]},"properties":{"@type":"node","@id":2364671568,"@timestamp":1372440389},"coords":"51.5481067,-0.0900632","bedrooms":"2","price":"253000","area":"426"} , +{"type":"Feature","id":"n2364673934","geometry":{"type":"Point","coordinates":[-0.091088,51.5478765]},"properties":{"@type":"node","@id":2364673934,"@timestamp":1372440758},"coords":"51.5478765,-0.091088","bedrooms":"0","price":"197000","area":"419"} , +{"type":"Feature","id":"n2364675510","geometry":{"type":"Point","coordinates":[-0.0910719,51.547578]},"properties":{"@type":"node","@id":2364675510,"@timestamp":1372440896},"coords":"51.547578,-0.0910719","bedrooms":"3","price":"255000","area":"565"} , +{"type":"Feature","id":"n2364681558","geometry":{"type":"Point","coordinates":[-0.0880658,51.5484128]},"properties":{"@type":"node","@id":2364681558,"@timestamp":1424809924},"coords":"51.5484128,-0.0880658","bedrooms":"4","price":"272000","area":"473"} , +{"type":"Feature","id":"n2364687606","geometry":{"type":"Point","coordinates":[-0.0921861,51.5478796]},"properties":{"@type":"node","@id":2364687606,"@timestamp":1372441861},"coords":"51.5478796,-0.0921861","bedrooms":"3","price":"197000","area":"468"} , +{"type":"Feature","id":"n2364794098","geometry":{"type":"Point","coordinates":[-0.0884053,51.5485331]},"properties":{"@type":"node","@id":2364794098,"@timestamp":1372448128},"coords":"51.5485331,-0.0884053","bedrooms":"3","price":"205000","area":"623"} , +{"type":"Feature","id":"n2364836909","geometry":{"type":"Point","coordinates":[-0.0922153,51.5470328]},"properties":{"@type":"node","@id":2364836909,"@timestamp":1372449810},"coords":"51.5470328,-0.0922153","bedrooms":"2","price":"152000","area":"476"} , +{"type":"Feature","id":"n2364843331","geometry":{"type":"Point","coordinates":[-0.089399,51.5468243]},"properties":{"@type":"node","@id":2364843331,"@timestamp":1372450256},"coords":"51.5468243,-0.089399","bedrooms":"4","price":"168000","area":"578"} , +{"type":"Feature","id":"n2364846026","geometry":{"type":"Point","coordinates":[-0.0892837,51.5463815]},"properties":{"@type":"node","@id":2364846026,"@timestamp":1372450387},"coords":"51.5463815,-0.0892837","bedrooms":"2","price":"251000","area":"373"} , +{"type":"Feature","id":"n2364848225","geometry":{"type":"Point","coordinates":[-0.0884402,51.5481095]},"properties":{"@type":"node","@id":2364848225,"@timestamp":1372450567},"coords":"51.5481095,-0.0884402","bedrooms":"1","price":"202000","area":"438"} , +{"type":"Feature","id":"n2364894725","geometry":{"type":"Point","coordinates":[-0.1013343,51.5502907]},"properties":{"@type":"node","@id":2364894725,"@timestamp":1372452813},"coords":"51.5502907,-0.1013343","bedrooms":"3","price":"288000","area":"434"} , +{"type":"Feature","id":"n2364897632","geometry":{"type":"Point","coordinates":[-0.7230279,51.5219282]},"properties":{"@type":"node","@id":2364897632,"@timestamp":1553286367},"coords":"51.5219282,-0.7230279","bedrooms":"0","price":"243000","area":"567"} , +{"type":"Feature","id":"n2364902322","geometry":{"type":"Point","coordinates":[-0.1008931,51.5503349]},"properties":{"@type":"node","@id":2364902322,"@timestamp":1372454526},"coords":"51.5503349,-0.1008931","bedrooms":"3","price":"214000","area":"491"} , +{"type":"Feature","id":"n2364911324","geometry":{"type":"Point","coordinates":[-0.1020652,51.5507519]},"properties":{"@type":"node","@id":2364911324,"@timestamp":1372454020},"coords":"51.5507519,-0.1020652","bedrooms":"4","price":"247000","area":"658"} , +{"type":"Feature","id":"n2364913750","geometry":{"type":"Point","coordinates":[-0.1021122,51.5506409]},"properties":{"@type":"node","@id":2364913750,"@timestamp":1372454020},"coords":"51.5506409,-0.1021122","bedrooms":"1","price":"272000","area":"381"} , +{"type":"Feature","id":"n2364918435","geometry":{"type":"Point","coordinates":[-0.1018466,51.5510362]},"properties":{"@type":"node","@id":2364918435,"@timestamp":1372454225},"coords":"51.5510362,-0.1018466","bedrooms":"4","price":"160000","area":"506"} , +{"type":"Feature","id":"n2364924578","geometry":{"type":"Point","coordinates":[-0.1011104,51.5499913]},"properties":{"@type":"node","@id":2364924578,"@timestamp":1372454525},"coords":"51.5499913,-0.1011104","bedrooms":"2","price":"190000","area":"554"} , +{"type":"Feature","id":"n2364927199","geometry":{"type":"Point","coordinates":[-0.1016924,51.5492774]},"properties":{"@type":"node","@id":2364927199,"@timestamp":1372454691},"coords":"51.5492774,-0.1016924","bedrooms":"2","price":"239000","area":"368"} , +{"type":"Feature","id":"n2364930693","geometry":{"type":"Point","coordinates":[-0.1017045,51.5490155]},"properties":{"@type":"node","@id":2364930693,"@timestamp":1625480973},"coords":"51.5490155,-0.1017045","bedrooms":"4","price":"214000","area":"444"} , +{"type":"Feature","id":"n2364935885","geometry":{"type":"Point","coordinates":[-0.1018104,51.5488496]},"properties":{"@type":"node","@id":2364935885,"@timestamp":1614108193},"coords":"51.5488496,-0.1018104","bedrooms":"0","price":"268000","area":"574"} , +{"type":"Feature","id":"n2364939044","geometry":{"type":"Point","coordinates":[-0.7209216,51.522748]},"properties":{"@type":"node","@id":2364939044,"@timestamp":1581158251},"coords":"51.522748,-0.7209216","bedrooms":"2","price":"199000","area":"475"} , +{"type":"Feature","id":"n2364939068","geometry":{"type":"Point","coordinates":[-0.7214634,51.5220687]},"properties":{"@type":"node","@id":2364939068,"@timestamp":1414505721},"coords":"51.5220687,-0.7214634","bedrooms":"0","price":"233000","area":"697"} , +{"type":"Feature","id":"n2364939079","geometry":{"type":"Point","coordinates":[-0.7229947,51.521271]},"properties":{"@type":"node","@id":2364939079,"@timestamp":1372455424},"coords":"51.521271,-0.7229947","bedrooms":"4","price":"197000","area":"528"} , +{"type":"Feature","id":"n2364939089","geometry":{"type":"Point","coordinates":[-0.7199855,51.5229086]},"properties":{"@type":"node","@id":2364939089,"@timestamp":1569835926},"coords":"51.5229086,-0.7199855","bedrooms":"2","price":"241000","area":"597"} , +{"type":"Feature","id":"n2364940698","geometry":{"type":"Point","coordinates":[-0.1019419,51.5486361]},"properties":{"@type":"node","@id":2364940698,"@timestamp":1608993599},"coords":"51.5486361,-0.1019419","bedrooms":"1","price":"195000","area":"559"} , +{"type":"Feature","id":"n2364947080","geometry":{"type":"Point","coordinates":[-0.7236572,51.5222322]},"properties":{"@type":"node","@id":2364947080,"@timestamp":1372455924},"coords":"51.5222322,-0.7236572","bedrooms":"1","price":"223000","area":"527"} , +{"type":"Feature","id":"n2364949936","geometry":{"type":"Point","coordinates":[-0.1023066,51.5482834]},"properties":{"@type":"node","@id":2364949936,"@timestamp":1372456027},"coords":"51.5482834,-0.1023066","bedrooms":"3","price":"154000","area":"501"} , +{"type":"Feature","id":"n2364966124","geometry":{"type":"Point","coordinates":[-0.7234375,51.5224874]},"properties":{"@type":"node","@id":2364966124,"@timestamp":1507135998},"coords":"51.5224874,-0.7234375","bedrooms":"1","price":"288000","area":"355"} , +{"type":"Feature","id":"n2364966149","geometry":{"type":"Point","coordinates":[-0.7234965,51.5226445]},"properties":{"@type":"node","@id":2364966149,"@timestamp":1511972828},"coords":"51.5226445,-0.7234965","bedrooms":"2","price":"190000","area":"609"} , +{"type":"Feature","id":"n2364967680","geometry":{"type":"Point","coordinates":[-0.1024917,51.5479648]},"properties":{"@type":"node","@id":2364967680,"@timestamp":1372456554},"coords":"51.5479648,-0.1024917","bedrooms":"0","price":"271000","area":"455"} , +{"type":"Feature","id":"n2364977085","geometry":{"type":"Point","coordinates":[-0.7226809,51.5226995]},"properties":{"@type":"node","@id":2364977085,"@timestamp":1511972829},"coords":"51.5226995,-0.7226809","bedrooms":"0","price":"188000","area":"458"} , +{"type":"Feature","id":"n2364985184","geometry":{"type":"Point","coordinates":[-0.1029317,51.5470015]},"properties":{"@type":"node","@id":2364985184,"@timestamp":1372457047},"coords":"51.5470015,-0.1029317","bedrooms":"2","price":"263000","area":"669"} , +{"type":"Feature","id":"n2364986323","geometry":{"type":"Point","coordinates":[-0.1032991,51.546773]},"properties":{"@type":"node","@id":2364986323,"@timestamp":1372457119},"coords":"51.546773,-0.1032991","bedrooms":"0","price":"278000","area":"585"} , +{"type":"Feature","id":"n2364995707","geometry":{"type":"Point","coordinates":[-0.7225414,51.522571]},"properties":{"@type":"node","@id":2364995707,"@timestamp":1511972829},"coords":"51.522571,-0.7225414","bedrooms":"3","price":"154000","area":"459"} , +{"type":"Feature","id":"n2364995719","geometry":{"type":"Point","coordinates":[-0.7219462,51.522526]},"properties":{"@type":"node","@id":2364995719,"@timestamp":1372457775},"coords":"51.522526,-0.7219462","bedrooms":"3","price":"173000","area":"494"} , +{"type":"Feature","id":"n2365046453","geometry":{"type":"Point","coordinates":[-0.1380843,51.5246357]},"properties":{"@type":"node","@id":2365046453,"@timestamp":1563989189},"coords":"51.5246357,-0.1380843","bedrooms":"1","price":"208000","area":"488"} , +{"type":"Feature","id":"n2365110409","geometry":{"type":"Point","coordinates":[-0.0909118,51.5466196]},"properties":{"@type":"node","@id":2365110409,"@timestamp":1372462750},"coords":"51.5466196,-0.0909118","bedrooms":"0","price":"158000","area":"464"} , +{"type":"Feature","id":"n2365188756","geometry":{"type":"Point","coordinates":[0.005459,51.5598977]},"properties":{"@type":"node","@id":2365188756,"@timestamp":1372466342},"coords":"51.5598977,0.005459","bedrooms":"0","price":"267000","area":"653"} , +{"type":"Feature","id":"n2365567568","geometry":{"type":"Point","coordinates":[-0.1051535,51.5470924]},"properties":{"@type":"node","@id":2365567568,"@timestamp":1608541086},"coords":"51.5470924,-0.1051535","bedrooms":"1","price":"287000","area":"423"} , +{"type":"Feature","id":"n2365574142","geometry":{"type":"Point","coordinates":[-0.109169,51.5501711]},"properties":{"@type":"node","@id":2365574142,"@timestamp":1372507752},"coords":"51.5501711,-0.109169","bedrooms":"4","price":"150000","area":"568"} , +{"type":"Feature","id":"n2365574166","geometry":{"type":"Point","coordinates":[-0.1108959,51.5514372]},"properties":{"@type":"node","@id":2365574166,"@timestamp":1372507753},"coords":"51.5514372,-0.1108959","bedrooms":"1","price":"283000","area":"505"} , +{"type":"Feature","id":"n2365574192","geometry":{"type":"Point","coordinates":[-0.1100939,51.5510778]},"properties":{"@type":"node","@id":2365574192,"@timestamp":1372507753},"coords":"51.5510778,-0.1100939","bedrooms":"4","price":"297000","area":"404"} , +{"type":"Feature","id":"n2365575208","geometry":{"type":"Point","coordinates":[-0.113486,51.5538078]},"properties":{"@type":"node","@id":2365575208,"@timestamp":1372507963},"coords":"51.5538078,-0.113486","bedrooms":"1","price":"223000","area":"536"} , +{"type":"Feature","id":"n2365575856","geometry":{"type":"Point","coordinates":[-0.1148964,51.5548144]},"properties":{"@type":"node","@id":2365575856,"@timestamp":1372508138},"coords":"51.5548144,-0.1148964","bedrooms":"4","price":"288000","area":"399"} , +{"type":"Feature","id":"n2365576491","geometry":{"type":"Point","coordinates":[-0.1152115,51.5550504]},"properties":{"@type":"node","@id":2365576491,"@timestamp":1614482652},"coords":"51.5550504,-0.1152115","bedrooms":"3","price":"184000","area":"578"} , +{"type":"Feature","id":"n2365580897","geometry":{"type":"Point","coordinates":[-0.1153006,51.554756]},"properties":{"@type":"node","@id":2365580897,"@timestamp":1372508417},"coords":"51.554756,-0.1153006","bedrooms":"3","price":"234000","area":"561"} , +{"type":"Feature","id":"n2365585625","geometry":{"type":"Point","coordinates":[-0.1164615,51.5559385]},"properties":{"@type":"node","@id":2365585625,"@timestamp":1372508582},"coords":"51.5559385,-0.1164615","bedrooms":"3","price":"209000","area":"582"} , +{"type":"Feature","id":"n2365592527","geometry":{"type":"Point","coordinates":[-0.1156929,51.5568801]},"properties":{"@type":"node","@id":2365592527,"@timestamp":1380078458},"coords":"51.5568801,-0.1156929","bedrooms":"2","price":"226000","area":"577"} , +{"type":"Feature","id":"n2365600336","geometry":{"type":"Point","coordinates":[-0.1125787,51.5578262]},"properties":{"@type":"node","@id":2365600336,"@timestamp":1595384637},"coords":"51.5578262,-0.1125787","bedrooms":"1","price":"213000","area":"623"} , +{"type":"Feature","id":"n2365600346","geometry":{"type":"Point","coordinates":[-0.1132017,51.5560125]},"properties":{"@type":"node","@id":2365600346,"@timestamp":1372510568},"coords":"51.5560125,-0.1132017","bedrooms":"4","price":"246000","area":"582"} , +{"type":"Feature","id":"n2365600356","geometry":{"type":"Point","coordinates":[-0.114545,51.5572192]},"properties":{"@type":"node","@id":2365600356,"@timestamp":1372509591},"coords":"51.5572192,-0.114545","bedrooms":"2","price":"296000","area":"667"} , +{"type":"Feature","id":"n2365600366","geometry":{"type":"Point","coordinates":[-0.1123528,51.556256]},"properties":{"@type":"node","@id":2365600366,"@timestamp":1372509592},"coords":"51.556256,-0.1123528","bedrooms":"2","price":"201000","area":"550"} , +{"type":"Feature","id":"n2365600376","geometry":{"type":"Point","coordinates":[-0.1130206,51.5560692]},"properties":{"@type":"node","@id":2365600376,"@timestamp":1372509592},"coords":"51.5560692,-0.1130206","bedrooms":"3","price":"224000","area":"568"} , +{"type":"Feature","id":"n2365600386","geometry":{"type":"Point","coordinates":[-0.1121489,51.5572099]},"properties":{"@type":"node","@id":2365600386,"@timestamp":1372509592},"coords":"51.5572099,-0.1121489","bedrooms":"3","price":"284000","area":"491"} , +{"type":"Feature","id":"n2365600396","geometry":{"type":"Point","coordinates":[-0.1131279,51.5557373]},"properties":{"@type":"node","@id":2365600396,"@timestamp":1372509593},"coords":"51.5557373,-0.1131279","bedrooms":"0","price":"289000","area":"655"} , +{"type":"Feature","id":"n2365608732","geometry":{"type":"Point","coordinates":[-0.1117774,51.5556548]},"properties":{"@type":"node","@id":2365608732,"@timestamp":1372509931},"coords":"51.5556548,-0.1117774","bedrooms":"1","price":"182000","area":"472"} , +{"type":"Feature","id":"n2365608745","geometry":{"type":"Point","coordinates":[-0.1122562,51.5555339]},"properties":{"@type":"node","@id":2365608745,"@timestamp":1372509931},"coords":"51.5555339,-0.1122562","bedrooms":"4","price":"287000","area":"516"} , +{"type":"Feature","id":"n2365610472","geometry":{"type":"Point","coordinates":[-0.1124426,51.555122]},"properties":{"@type":"node","@id":2365610472,"@timestamp":1372510234},"coords":"51.555122,-0.1124426","bedrooms":"1","price":"276000","area":"694"} , +{"type":"Feature","id":"n2365610953","geometry":{"type":"Point","coordinates":[-0.1125405,51.5550861]},"properties":{"@type":"node","@id":2365610953,"@timestamp":1372510196},"coords":"51.5550861,-0.1125405","bedrooms":"3","price":"265000","area":"367"} , +{"type":"Feature","id":"n2365653821","geometry":{"type":"Point","coordinates":[-0.1149316,51.555794]},"properties":{"@type":"node","@id":2365653821,"@timestamp":1372512042},"coords":"51.555794,-0.1149316","bedrooms":"3","price":"224000","area":"601"} , +{"type":"Feature","id":"n2365653831","geometry":{"type":"Point","coordinates":[-0.114194,51.5561192]},"properties":{"@type":"node","@id":2365653831,"@timestamp":1372512043},"coords":"51.5561192,-0.114194","bedrooms":"0","price":"265000","area":"420"} , +{"type":"Feature","id":"n2365653841","geometry":{"type":"Point","coordinates":[-0.1137891,51.5561384]},"properties":{"@type":"node","@id":2365653841,"@timestamp":1372512043},"coords":"51.5561384,-0.1137891","bedrooms":"1","price":"271000","area":"350"} , +{"type":"Feature","id":"n2365943503","geometry":{"type":"Point","coordinates":[-0.1058561,51.5524246]},"properties":{"@type":"node","@id":2365943503,"@timestamp":1372525611},"coords":"51.5524246,-0.1058561","bedrooms":"4","price":"234000","area":"607"} , +{"type":"Feature","id":"n2365943513","geometry":{"type":"Point","coordinates":[-0.1065279,51.5525329]},"properties":{"@type":"node","@id":2365943513,"@timestamp":1372525612},"coords":"51.5525329,-0.1065279","bedrooms":"2","price":"243000","area":"652"} , +{"type":"Feature","id":"n2365943524","geometry":{"type":"Point","coordinates":[-0.1082862,51.5515798]},"properties":{"@type":"node","@id":2365943524,"@timestamp":1372525612},"coords":"51.5515798,-0.1082862","bedrooms":"0","price":"155000","area":"506"} , +{"type":"Feature","id":"n2365943539","geometry":{"type":"Point","coordinates":[-0.1082714,51.5512721]},"properties":{"@type":"node","@id":2365943539,"@timestamp":1372525612},"coords":"51.5512721,-0.1082714","bedrooms":"2","price":"171000","area":"570"} , +{"type":"Feature","id":"n2365944271","geometry":{"type":"Point","coordinates":[-0.1100886,51.5498986]},"properties":{"@type":"node","@id":2365944271,"@timestamp":1372525673},"coords":"51.5498986,-0.1100886","bedrooms":"2","price":"213000","area":"669"} , +{"type":"Feature","id":"n2365945472","geometry":{"type":"Point","coordinates":[-0.1090318,51.5498294]},"properties":{"@type":"node","@id":2365945472,"@timestamp":1372525842},"coords":"51.5498294,-0.1090318","bedrooms":"3","price":"154000","area":"611"} , +{"type":"Feature","id":"n2365954836","geometry":{"type":"Point","coordinates":[-0.1032449,51.5463834]},"properties":{"@type":"node","@id":2365954836,"@timestamp":1372526342},"coords":"51.5463834,-0.1032449","bedrooms":"1","price":"151000","area":"610"} , +{"type":"Feature","id":"n2365967819","geometry":{"type":"Point","coordinates":[-0.1020916,51.5459415]},"properties":{"@type":"node","@id":2365967819,"@timestamp":1372527211},"coords":"51.5459415,-0.1020916","bedrooms":"2","price":"168000","area":"369"} , +{"type":"Feature","id":"n2365970624","geometry":{"type":"Point","coordinates":[-0.1017456,51.5453151]},"properties":{"@type":"node","@id":2365970624,"@timestamp":1384015992},"coords":"51.5453151,-0.1017456","bedrooms":"3","price":"163000","area":"604"} , +{"type":"Feature","id":"n2365973242","geometry":{"type":"Point","coordinates":[-0.1032798,51.5456738]},"properties":{"@type":"node","@id":2365973242,"@timestamp":1372527789},"coords":"51.5456738,-0.1032798","bedrooms":"3","price":"267000","area":"529"} , +{"type":"Feature","id":"n2365979449","geometry":{"type":"Point","coordinates":[-0.1033168,51.545843]},"properties":{"@type":"node","@id":2365979449,"@timestamp":1625481560},"coords":"51.545843,-0.1033168","bedrooms":"1","price":"213000","area":"671"} , +{"type":"Feature","id":"n2365983202","geometry":{"type":"Point","coordinates":[-0.9493674,51.4530869]},"properties":{"@type":"node","@id":2365983202,"@timestamp":1572845427},"coords":"51.4530869,-0.9493674","bedrooms":"4","price":"179000","area":"660"} , +{"type":"Feature","id":"n2365989055","geometry":{"type":"Point","coordinates":[-0.1362384,51.4890837]},"properties":{"@type":"node","@id":2365989055,"@timestamp":1561355768},"coords":"51.4890837,-0.1362384","bedrooms":"2","price":"188000","area":"627"} , +{"type":"Feature","id":"n2366180055","geometry":{"type":"Point","coordinates":[-0.1013595,51.546128]},"properties":{"@type":"node","@id":2366180055,"@timestamp":1601998668},"coords":"51.546128,-0.1013595","bedrooms":"3","price":"172000","area":"561"} , +{"type":"Feature","id":"n2366188184","geometry":{"type":"Point","coordinates":[-0.0990754,51.5464936]},"properties":{"@type":"node","@id":2366188184,"@timestamp":1372538801},"coords":"51.5464936,-0.0990754","bedrooms":"4","price":"296000","area":"453"} , +{"type":"Feature","id":"n2366200017","geometry":{"type":"Point","coordinates":[-0.0972288,51.5470715]},"properties":{"@type":"node","@id":2366200017,"@timestamp":1372539350},"coords":"51.5470715,-0.0972288","bedrooms":"1","price":"294000","area":"397"} , +{"type":"Feature","id":"n2366201493","geometry":{"type":"Point","coordinates":[-0.0950748,51.547137]},"properties":{"@type":"node","@id":2366201493,"@timestamp":1372539558},"coords":"51.547137,-0.0950748","bedrooms":"4","price":"221000","area":"436"} , +{"type":"Feature","id":"n2366211893","geometry":{"type":"Point","coordinates":[-0.0927641,51.5472946]},"properties":{"@type":"node","@id":2366211893,"@timestamp":1372539986},"coords":"51.5472946,-0.0927641","bedrooms":"2","price":"193000","area":"693"} , +{"type":"Feature","id":"n2366226815","geometry":{"type":"Point","coordinates":[-0.0872367,51.5464765]},"properties":{"@type":"node","@id":2366226815,"@timestamp":1627614950},"coords":"51.5464765,-0.0872367","bedrooms":"3","price":"215000","area":"413"} , +{"type":"Feature","id":"n2366231622","geometry":{"type":"Point","coordinates":[-0.0879147,51.546856]},"properties":{"@type":"node","@id":2366231622,"@timestamp":1372540655},"coords":"51.546856,-0.0879147","bedrooms":"0","price":"278000","area":"512"} , +{"type":"Feature","id":"n2366238136","geometry":{"type":"Point","coordinates":[-0.088392,51.5467334]},"properties":{"@type":"node","@id":2366238136,"@timestamp":1372541898},"coords":"51.5467334,-0.088392","bedrooms":"3","price":"281000","area":"350"} , +{"type":"Feature","id":"n2366289636","geometry":{"type":"Point","coordinates":[-0.0892197,51.5468105]},"properties":{"@type":"node","@id":2366289636,"@timestamp":1372544574},"coords":"51.5468105,-0.0892197","bedrooms":"0","price":"255000","area":"456"} , +{"type":"Feature","id":"n2366291497","geometry":{"type":"Point","coordinates":[-0.0901983,51.5468678]},"properties":{"@type":"node","@id":2366291497,"@timestamp":1372544752},"coords":"51.5468678,-0.0901983","bedrooms":"0","price":"235000","area":"360"} , +{"type":"Feature","id":"n2366295720","geometry":{"type":"Point","coordinates":[-0.4157341,51.4651883]},"properties":{"@type":"node","@id":2366295720,"@timestamp":1599833232},"coords":"51.4651883,-0.4157341","bedrooms":"0","price":"194000","area":"361"} , +{"type":"Feature","id":"n2366297878","geometry":{"type":"Point","coordinates":[0.5999861,51.589278]},"properties":{"@type":"node","@id":2366297878,"@timestamp":1372545399},"coords":"51.589278,0.5999861","bedrooms":"4","price":"207000","area":"670"} , +{"type":"Feature","id":"n2366339126","geometry":{"type":"Point","coordinates":[-0.4057072,51.4722155]},"properties":{"@type":"node","@id":2366339126,"@timestamp":1618478450},"coords":"51.4722155,-0.4057072","bedrooms":"1","price":"222000","area":"370"} , +{"type":"Feature","id":"n2366449369","geometry":{"type":"Point","coordinates":[-0.1062184,51.5317276]},"properties":{"@type":"node","@id":2366449369,"@timestamp":1616042188},"coords":"51.5317276,-0.1062184","bedrooms":"0","price":"255000","area":"407"} , +{"type":"Feature","id":"n2367118068","geometry":{"type":"Point","coordinates":[-0.0520093,51.5246851]},"properties":{"@type":"node","@id":2367118068,"@timestamp":1372593971},"coords":"51.5246851,-0.0520093","bedrooms":"2","price":"174000","area":"642"} , +{"type":"Feature","id":"n2367297025","geometry":{"type":"Point","coordinates":[-0.5619278,51.4028783]},"properties":{"@type":"node","@id":2367297025,"@timestamp":1589755324},"coords":"51.4028783,-0.5619278","bedrooms":"3","price":"228000","area":"461"} , +{"type":"Feature","id":"n2367538225","geometry":{"type":"Point","coordinates":[-0.8513253,51.8318688]},"properties":{"@type":"node","@id":2367538225,"@timestamp":1609860810},"coords":"51.8318688,-0.8513253","bedrooms":"2","price":"295000","area":"368"} , +{"type":"Feature","id":"n2367865167","geometry":{"type":"Point","coordinates":[-0.4645883,51.1670898]},"properties":{"@type":"node","@id":2367865167,"@timestamp":1372627926},"coords":"51.1670898,-0.4645883","bedrooms":"3","price":"243000","area":"511"} , +{"type":"Feature","id":"n2367900206","geometry":{"type":"Point","coordinates":[-0.1708317,51.464164]},"properties":{"@type":"node","@id":2367900206,"@timestamp":1559552729},"coords":"51.464164,-0.1708317","bedrooms":"3","price":"262000","area":"693"} , +{"type":"Feature","id":"n2367901042","geometry":{"type":"Point","coordinates":[-0.1665296,51.4666734]},"properties":{"@type":"node","@id":2367901042,"@timestamp":1395839290},"coords":"51.4666734,-0.1665296","bedrooms":"4","price":"214000","area":"678"} , +{"type":"Feature","id":"n2367938374","geometry":{"type":"Point","coordinates":[-0.1663445,51.4706404]},"properties":{"@type":"node","@id":2367938374,"@timestamp":1588588927},"coords":"51.4706404,-0.1663445","bedrooms":"1","price":"209000","area":"472"} , +{"type":"Feature","id":"n2368316222","geometry":{"type":"Point","coordinates":[0.0899639,51.7749105]},"properties":{"@type":"node","@id":2368316222,"@timestamp":1631214431},"coords":"51.7749105,0.0899639","bedrooms":"4","price":"156000","area":"464"} , +{"type":"Feature","id":"n2368918126","geometry":{"type":"Point","coordinates":[-0.2854536,51.715174]},"properties":{"@type":"node","@id":2368918126,"@timestamp":1372699834},"coords":"51.715174,-0.2854536","bedrooms":"2","price":"251000","area":"634"} , +{"type":"Feature","id":"n2370363476","geometry":{"type":"Point","coordinates":[-0.0913397,51.5479616]},"properties":{"@type":"node","@id":2370363476,"@timestamp":1372757605},"coords":"51.5479616,-0.0913397","bedrooms":"0","price":"207000","area":"649"} , +{"type":"Feature","id":"n2370583389","geometry":{"type":"Point","coordinates":[-0.887654,51.2269908]},"properties":{"@type":"node","@id":2370583389,"@timestamp":1372767101},"coords":"51.2269908,-0.887654","bedrooms":"3","price":"278000","area":"492"} , +{"type":"Feature","id":"n2370803737","geometry":{"type":"Point","coordinates":[-0.2070562,51.8992222]},"properties":{"@type":"node","@id":2370803737,"@timestamp":1519944917},"coords":"51.8992222,-0.2070562","bedrooms":"4","price":"288000","area":"695"} , +{"type":"Feature","id":"n2370921937","geometry":{"type":"Point","coordinates":[-0.2251864,51.8121145]},"properties":{"@type":"node","@id":2370921937,"@timestamp":1372783727},"coords":"51.8121145,-0.2251864","bedrooms":"3","price":"254000","area":"445"} , +{"type":"Feature","id":"n2371177056","geometry":{"type":"Point","coordinates":[0.0245826,51.5639327]},"properties":{"@type":"node","@id":2371177056,"@timestamp":1372795263},"coords":"51.5639327,0.0245826","bedrooms":"4","price":"157000","area":"650"} , +{"type":"Feature","id":"n2371177069","geometry":{"type":"Point","coordinates":[0.018501,51.5674575]},"properties":{"@type":"node","@id":2371177069,"@timestamp":1372795263},"coords":"51.5674575,0.018501","bedrooms":"0","price":"235000","area":"514"} , +{"type":"Feature","id":"n2371177081","geometry":{"type":"Point","coordinates":[0.0106636,51.5633241]},"properties":{"@type":"node","@id":2371177081,"@timestamp":1372795264},"coords":"51.5633241,0.0106636","bedrooms":"1","price":"178000","area":"634"} , +{"type":"Feature","id":"n2371177103","geometry":{"type":"Point","coordinates":[0.0180005,51.5582024]},"properties":{"@type":"node","@id":2371177103,"@timestamp":1616210301},"coords":"51.5582024,0.0180005","bedrooms":"0","price":"176000","area":"399"} , +{"type":"Feature","id":"n2371177401","geometry":{"type":"Point","coordinates":[0.0158564,51.5691988]},"properties":{"@type":"node","@id":2371177401,"@timestamp":1372795269},"coords":"51.5691988,0.0158564","bedrooms":"1","price":"205000","area":"694"} , +{"type":"Feature","id":"n2371405696","geometry":{"type":"Point","coordinates":[0.2455816,51.711645]},"properties":{"@type":"node","@id":2371405696,"@timestamp":1372807851},"coords":"51.711645,0.2455816","bedrooms":"3","price":"251000","area":"605"} , +{"type":"Feature","id":"n2371758823","geometry":{"type":"Point","coordinates":[-0.1099981,51.5221054]},"properties":{"@type":"node","@id":2371758823,"@timestamp":1619269157},"coords":"51.5221054,-0.1099981","bedrooms":"3","price":"280000","area":"577"} , +{"type":"Feature","id":"n2372219019","geometry":{"type":"Point","coordinates":[-0.3883015,51.5245671]},"properties":{"@type":"node","@id":2372219019,"@timestamp":1564909690},"coords":"51.5245671,-0.3883015","bedrooms":"1","price":"162000","area":"401"} , +{"type":"Feature","id":"n2372521795","geometry":{"type":"Point","coordinates":[0.0905538,51.7789155]},"properties":{"@type":"node","@id":2372521795,"@timestamp":1631214431},"coords":"51.7789155,0.0905538","bedrooms":"1","price":"220000","area":"567"} , +{"type":"Feature","id":"n2372765090","geometry":{"type":"Point","coordinates":[-0.1161738,51.6322001]},"properties":{"@type":"node","@id":2372765090,"@timestamp":1616666709},"coords":"51.6322001,-0.1161738","bedrooms":"1","price":"227000","area":"577"} , +{"type":"Feature","id":"n2372766201","geometry":{"type":"Point","coordinates":[-0.1142533,51.6329944]},"properties":{"@type":"node","@id":2372766201,"@timestamp":1372891373},"coords":"51.6329944,-0.1142533","bedrooms":"1","price":"260000","area":"377"} , +{"type":"Feature","id":"n2372780477","geometry":{"type":"Point","coordinates":[-0.1159406,51.6352302]},"properties":{"@type":"node","@id":2372780477,"@timestamp":1372893364},"coords":"51.6352302,-0.1159406","bedrooms":"3","price":"185000","area":"380"} , +{"type":"Feature","id":"n2372783653","geometry":{"type":"Point","coordinates":[-0.1092728,51.637078]},"properties":{"@type":"node","@id":2372783653,"@timestamp":1372893641},"coords":"51.637078,-0.1092728","bedrooms":"1","price":"192000","area":"506"} , +{"type":"Feature","id":"n2373151393","geometry":{"type":"Point","coordinates":[-0.5740526,51.5825401]},"properties":{"@type":"node","@id":2373151393,"@timestamp":1635431770},"coords":"51.5825401,-0.5740526","bedrooms":"3","price":"280000","area":"358"} , +{"type":"Feature","id":"n2373293326","geometry":{"type":"Point","coordinates":[-0.0967419,51.662545]},"properties":{"@type":"node","@id":2373293326,"@timestamp":1633554283},"coords":"51.662545,-0.0967419","bedrooms":"4","price":"199000","area":"424"} , +{"type":"Feature","id":"n2373293336","geometry":{"type":"Point","coordinates":[-0.0958217,51.6633087]},"properties":{"@type":"node","@id":2373293336,"@timestamp":1372941334},"coords":"51.6633087,-0.0958217","bedrooms":"3","price":"258000","area":"385"} , +{"type":"Feature","id":"n2373293346","geometry":{"type":"Point","coordinates":[-0.0959263,51.6622906]},"properties":{"@type":"node","@id":2373293346,"@timestamp":1633554283},"coords":"51.6622906,-0.0959263","bedrooms":"2","price":"272000","area":"371"} , +{"type":"Feature","id":"n2374285196","geometry":{"type":"Point","coordinates":[-0.0206453,51.3256169]},"properties":{"@type":"node","@id":2374285196,"@timestamp":1397342616},"coords":"51.3256169,-0.0206453","bedrooms":"2","price":"285000","area":"472"} , +{"type":"Feature","id":"n2374396216","geometry":{"type":"Point","coordinates":[-0.041787,51.4753853]},"properties":{"@type":"node","@id":2374396216,"@timestamp":1570137082},"coords":"51.4753853,-0.041787","bedrooms":"0","price":"163000","area":"556"} , +{"type":"Feature","id":"n2374396255","geometry":{"type":"Point","coordinates":[-0.0423341,51.4767742]},"properties":{"@type":"node","@id":2374396255,"@timestamp":1579321078},"coords":"51.4767742,-0.0423341","bedrooms":"0","price":"291000","area":"467"} , +{"type":"Feature","id":"n2374463356","geometry":{"type":"Point","coordinates":[-0.1035147,51.5439699]},"properties":{"@type":"node","@id":2374463356,"@timestamp":1372994964},"coords":"51.5439699,-0.1035147","bedrooms":"4","price":"269000","area":"367"} , +{"type":"Feature","id":"n2374463435","geometry":{"type":"Point","coordinates":[-0.1035536,51.5440866]},"properties":{"@type":"node","@id":2374463435,"@timestamp":1613834706},"coords":"51.5440866,-0.1035536","bedrooms":"1","price":"165000","area":"474"} , +{"type":"Feature","id":"n2374491609","geometry":{"type":"Point","coordinates":[-0.0752481,51.5138968]},"properties":{"@type":"node","@id":2374491609,"@timestamp":1613503428},"coords":"51.5138968,-0.0752481","bedrooms":"1","price":"190000","area":"637"} , +{"type":"Feature","id":"n2375118829","geometry":{"type":"Point","coordinates":[-0.018197,51.4819559]},"properties":{"@type":"node","@id":2375118829,"@timestamp":1373036219},"coords":"51.4819559,-0.018197","bedrooms":"4","price":"201000","area":"466"} , +{"type":"Feature","id":"n2375118878","geometry":{"type":"Point","coordinates":[-0.0238164,51.4806262]},"properties":{"@type":"node","@id":2375118878,"@timestamp":1373036221},"coords":"51.4806262,-0.0238164","bedrooms":"0","price":"210000","area":"490"} , +{"type":"Feature","id":"n2375236977","geometry":{"type":"Point","coordinates":[-0.0093922,51.4824265]},"properties":{"@type":"node","@id":2375236977,"@timestamp":1516957990},"coords":"51.4824265,-0.0093922","bedrooms":"4","price":"291000","area":"495"} , +{"type":"Feature","id":"n2375459096","geometry":{"type":"Point","coordinates":[-0.3280097,51.559307]},"properties":{"@type":"node","@id":2375459096,"@timestamp":1373055162},"coords":"51.559307,-0.3280097","bedrooms":"4","price":"254000","area":"497"} , +{"type":"Feature","id":"n2375567209","geometry":{"type":"Point","coordinates":[-0.1524848,51.3917294]},"properties":{"@type":"node","@id":2375567209,"@timestamp":1599498664},"coords":"51.3917294,-0.1524848","bedrooms":"1","price":"293000","area":"606"} , +{"type":"Feature","id":"n2375888019","geometry":{"type":"Point","coordinates":[-0.2920822,51.3880918]},"properties":{"@type":"node","@id":2375888019,"@timestamp":1373106459},"coords":"51.3880918,-0.2920822","bedrooms":"4","price":"291000","area":"512"} , +{"type":"Feature","id":"n2376075246","geometry":{"type":"Point","coordinates":[-0.9386819,51.0018846]},"properties":{"@type":"node","@id":2376075246,"@timestamp":1629327086},"coords":"51.0018846,-0.9386819","bedrooms":"3","price":"268000","area":"375"} , +{"type":"Feature","id":"n2376112830","geometry":{"type":"Point","coordinates":[-0.9199866,51.0153355]},"properties":{"@type":"node","@id":2376112830,"@timestamp":1373119816},"coords":"51.0153355,-0.9199866","bedrooms":"4","price":"235000","area":"459"} , +{"type":"Feature","id":"n2376234878","geometry":{"type":"Point","coordinates":[-0.3145474,51.5586251]},"properties":{"@type":"node","@id":2376234878,"@timestamp":1373215257},"coords":"51.5586251,-0.3145474","bedrooms":"4","price":"224000","area":"618"} , +{"type":"Feature","id":"n2376360267","geometry":{"type":"Point","coordinates":[-0.7246981,50.9942958]},"properties":{"@type":"node","@id":2376360267,"@timestamp":1373135823},"coords":"50.9942958,-0.7246981","bedrooms":"0","price":"251000","area":"357"} , +{"type":"Feature","id":"n2376361855","geometry":{"type":"Point","coordinates":[0.010501,51.5683106]},"properties":{"@type":"node","@id":2376361855,"@timestamp":1373136064},"coords":"51.5683106,0.010501","bedrooms":"3","price":"299000","area":"562"} , +{"type":"Feature","id":"n2376453576","geometry":{"type":"Point","coordinates":[-0.7663795,51.5296556]},"properties":{"@type":"node","@id":2376453576,"@timestamp":1373142397},"coords":"51.5296556,-0.7663795","bedrooms":"4","price":"198000","area":"634"} , +{"type":"Feature","id":"n2376560703","geometry":{"type":"Point","coordinates":[0.1552287,51.7135938]},"properties":{"@type":"node","@id":2376560703,"@timestamp":1592404346},"coords":"51.7135938,0.1552287","bedrooms":"4","price":"171000","area":"431"} , +{"type":"Feature","id":"n2376604100","geometry":{"type":"Point","coordinates":[0.010601,51.5657806]},"properties":{"@type":"node","@id":2376604100,"@timestamp":1627807933},"coords":"51.5657806,0.010601","bedrooms":"0","price":"222000","area":"507"} , +{"type":"Feature","id":"n2376604113","geometry":{"type":"Point","coordinates":[0.0106674,51.5675214]},"properties":{"@type":"node","@id":2376604113,"@timestamp":1564909690},"coords":"51.5675214,0.0106674","bedrooms":"1","price":"156000","area":"638"} , +{"type":"Feature","id":"n2376604123","geometry":{"type":"Point","coordinates":[0.0092712,51.5689565]},"properties":{"@type":"node","@id":2376604123,"@timestamp":1617651393},"coords":"51.5689565,0.0092712","bedrooms":"1","price":"270000","area":"425"} , +{"type":"Feature","id":"n2376888483","geometry":{"type":"Point","coordinates":[-0.5168467,51.1440049]},"properties":{"@type":"node","@id":2376888483,"@timestamp":1373195749},"coords":"51.1440049,-0.5168467","bedrooms":"1","price":"231000","area":"422"} , +{"type":"Feature","id":"n2377024735","geometry":{"type":"Point","coordinates":[-0.0264123,51.5823605]},"properties":{"@type":"node","@id":2377024735,"@timestamp":1465971821},"coords":"51.5823605,-0.0264123","bedrooms":"0","price":"278000","area":"467"} , +{"type":"Feature","id":"n2377122918","geometry":{"type":"Point","coordinates":[-0.3188953,51.5517332]},"properties":{"@type":"node","@id":2377122918,"@timestamp":1603757300},"coords":"51.5517332,-0.3188953","bedrooms":"1","price":"235000","area":"427"} , +{"type":"Feature","id":"n2377195817","geometry":{"type":"Point","coordinates":[-0.3110471,51.559698]},"properties":{"@type":"node","@id":2377195817,"@timestamp":1373217816},"coords":"51.559698,-0.3110471","bedrooms":"0","price":"294000","area":"516"} , +{"type":"Feature","id":"n2377316675","geometry":{"type":"Point","coordinates":[-0.0167639,51.7083674]},"properties":{"@type":"node","@id":2377316675,"@timestamp":1373225520},"coords":"51.7083674,-0.0167639","bedrooms":"0","price":"248000","area":"589"} , +{"type":"Feature","id":"n2377364109","geometry":{"type":"Point","coordinates":[-0.157675,51.3927315]},"properties":{"@type":"node","@id":2377364109,"@timestamp":1373228889},"coords":"51.3927315,-0.157675","bedrooms":"1","price":"295000","area":"354"} , +{"type":"Feature","id":"n2377494723","geometry":{"type":"Point","coordinates":[-0.6537912,51.7558419]},"properties":{"@type":"node","@id":2377494723,"@timestamp":1531043409},"coords":"51.7558419,-0.6537912","bedrooms":"2","price":"295000","area":"693"} , +{"type":"Feature","id":"n2377668038","geometry":{"type":"Point","coordinates":[-0.1745759,51.4246453]},"properties":{"@type":"node","@id":2377668038,"@timestamp":1373267045},"coords":"51.4246453,-0.1745759","bedrooms":"1","price":"176000","area":"561"} , +{"type":"Feature","id":"n2377736231","geometry":{"type":"Point","coordinates":[0.0046148,51.5025486]},"properties":{"@type":"node","@id":2377736231,"@timestamp":1631892485},"coords":"51.5025486,0.0046148","bedrooms":"2","price":"165000","area":"490"} , +{"type":"Feature","id":"n2377751460","geometry":{"type":"Point","coordinates":[0.0922666,51.4664318]},"properties":{"@type":"node","@id":2377751460,"@timestamp":1626189383},"coords":"51.4664318,0.0922666","bedrooms":"4","price":"288000","area":"417"} , +{"type":"Feature","id":"n2377825355","geometry":{"type":"Point","coordinates":[-0.3145085,51.5608198]},"properties":{"@type":"node","@id":2377825355,"@timestamp":1373280415},"coords":"51.5608198,-0.3145085","bedrooms":"2","price":"227000","area":"421"} , +{"type":"Feature","id":"n2377825393","geometry":{"type":"Point","coordinates":[-0.3146013,51.5620094]},"properties":{"@type":"node","@id":2377825393,"@timestamp":1373280416},"coords":"51.5620094,-0.3146013","bedrooms":"0","price":"151000","area":"509"} , +{"type":"Feature","id":"n2377941627","geometry":{"type":"Point","coordinates":[0.0077058,51.5624207]},"properties":{"@type":"node","@id":2377941627,"@timestamp":1560179454},"coords":"51.5624207,0.0077058","bedrooms":"3","price":"210000","area":"673"} , +{"type":"Feature","id":"n2377941708","geometry":{"type":"Point","coordinates":[0.0054156,51.5590532]},"properties":{"@type":"node","@id":2377941708,"@timestamp":1633614795},"coords":"51.5590532,0.0054156","bedrooms":"1","price":"173000","area":"562"} , +{"type":"Feature","id":"n2378039752","geometry":{"type":"Point","coordinates":[-0.3490956,51.8780576]},"properties":{"@type":"node","@id":2378039752,"@timestamp":1373295167},"coords":"51.8780576,-0.3490956","bedrooms":"2","price":"183000","area":"490"} , +{"type":"Feature","id":"n2378039788","geometry":{"type":"Point","coordinates":[-0.3447718,51.8785603]},"properties":{"@type":"node","@id":2378039788,"@timestamp":1373295167},"coords":"51.8785603,-0.3447718","bedrooms":"0","price":"243000","area":"504"} , +{"type":"Feature","id":"n2378057065","geometry":{"type":"Point","coordinates":[0.0924555,51.7770693]},"properties":{"@type":"node","@id":2378057065,"@timestamp":1618178122},"coords":"51.7770693,0.0924555","bedrooms":"2","price":"166000","area":"637"} , +{"type":"Feature","id":"n2378115203","geometry":{"type":"Point","coordinates":[0.1019964,51.7780557]},"properties":{"@type":"node","@id":2378115203,"@timestamp":1614987418},"coords":"51.7780557,0.1019964","bedrooms":"1","price":"295000","area":"408"} , +{"type":"Feature","id":"n2378183388","geometry":{"type":"Point","coordinates":[0.0102125,51.5656924]},"properties":{"@type":"node","@id":2378183388,"@timestamp":1627809754},"coords":"51.5656924,0.0102125","bedrooms":"2","price":"224000","area":"505"} , +{"type":"Feature","id":"n2378273350","geometry":{"type":"Point","coordinates":[-0.311343,51.1850857]},"properties":{"@type":"node","@id":2378273350,"@timestamp":1614609586},"coords":"51.1850857,-0.311343","bedrooms":"1","price":"281000","area":"549"} , +{"type":"Feature","id":"n2378325955","geometry":{"type":"Point","coordinates":[-0.3109643,51.5528068]},"properties":{"@type":"node","@id":2378325955,"@timestamp":1373314030},"coords":"51.5528068,-0.3109643","bedrooms":"4","price":"196000","area":"351"} , +{"type":"Feature","id":"n2378449644","geometry":{"type":"Point","coordinates":[-0.0100511,51.5553848]},"properties":{"@type":"node","@id":2378449644,"@timestamp":1564909692},"coords":"51.5553848,-0.0100511","bedrooms":"1","price":"180000","area":"607"} , +{"type":"Feature","id":"n2378843902","geometry":{"type":"Point","coordinates":[-0.0865262,51.5107101]},"properties":{"@type":"node","@id":2378843902,"@timestamp":1558884722},"coords":"51.5107101,-0.0865262","bedrooms":"2","price":"220000","area":"420"} , +{"type":"Feature","id":"n2378949376","geometry":{"type":"Point","coordinates":[-0.0372669,51.7154996]},"properties":{"@type":"node","@id":2378949376,"@timestamp":1373366177},"coords":"51.7154996,-0.0372669","bedrooms":"1","price":"248000","area":"671"} , +{"type":"Feature","id":"n2378978370","geometry":{"type":"Point","coordinates":[-0.312233,51.5524022]},"properties":{"@type":"node","@id":2378978370,"@timestamp":1373368991},"coords":"51.5524022,-0.312233","bedrooms":"0","price":"188000","area":"673"} , +{"type":"Feature","id":"n2379108088","geometry":{"type":"Point","coordinates":[-0.3400821,51.559888]},"properties":{"@type":"node","@id":2379108088,"@timestamp":1373377884},"coords":"51.559888,-0.3400821","bedrooms":"3","price":"230000","area":"393"} , +{"type":"Feature","id":"n2379410125","geometry":{"type":"Point","coordinates":[-0.2517149,51.4438354]},"properties":{"@type":"node","@id":2379410125,"@timestamp":1584014956},"coords":"51.4438354,-0.2517149","bedrooms":"2","price":"218000","area":"617"} , +{"type":"Feature","id":"n2379412864","geometry":{"type":"Point","coordinates":[-0.2477587,51.4439947]},"properties":{"@type":"node","@id":2379412864,"@timestamp":1586629711},"coords":"51.4439947,-0.2477587","bedrooms":"2","price":"254000","area":"625"} , +{"type":"Feature","id":"n2379414387","geometry":{"type":"Point","coordinates":[-0.2493142,51.447637]},"properties":{"@type":"node","@id":2379414387,"@timestamp":1373396487},"coords":"51.447637,-0.2493142","bedrooms":"2","price":"227000","area":"386"} , +{"type":"Feature","id":"n2379414397","geometry":{"type":"Point","coordinates":[-0.2533807,51.4453969]},"properties":{"@type":"node","@id":2379414397,"@timestamp":1373396488},"coords":"51.4453969,-0.2533807","bedrooms":"4","price":"177000","area":"551"} , +{"type":"Feature","id":"n2379415086","geometry":{"type":"Point","coordinates":[-0.2479677,51.4464233]},"properties":{"@type":"node","@id":2379415086,"@timestamp":1373396614},"coords":"51.4464233,-0.2479677","bedrooms":"2","price":"277000","area":"526"} , +{"type":"Feature","id":"n2379416700","geometry":{"type":"Point","coordinates":[-0.2512081,51.4405086]},"properties":{"@type":"node","@id":2379416700,"@timestamp":1373396767},"coords":"51.4405086,-0.2512081","bedrooms":"0","price":"153000","area":"672"} , +{"type":"Feature","id":"n2379487454","geometry":{"type":"Point","coordinates":[-0.0769862,51.4182572]},"properties":{"@type":"node","@id":2379487454,"@timestamp":1592849448},"coords":"51.4182572,-0.0769862","bedrooms":"3","price":"231000","area":"642"} , +{"type":"Feature","id":"n2379646469","geometry":{"type":"Point","coordinates":[-0.0354528,51.6822247]},"properties":{"@type":"node","@id":2379646469,"@timestamp":1604427078},"coords":"51.6822247,-0.0354528","bedrooms":"1","price":"208000","area":"413"} , +{"type":"Feature","id":"n2379836543","geometry":{"type":"Point","coordinates":[0.0980975,51.780494]},"properties":{"@type":"node","@id":2379836543,"@timestamp":1612746720},"coords":"51.780494,0.0980975","bedrooms":"3","price":"182000","area":"392"} , +{"type":"Feature","id":"n2380012897","geometry":{"type":"Point","coordinates":[-0.3358697,51.5596295]},"properties":{"@type":"node","@id":2380012897,"@timestamp":1373456500},"coords":"51.5596295,-0.3358697","bedrooms":"2","price":"209000","area":"490"} , +{"type":"Feature","id":"n2380228731","geometry":{"type":"Point","coordinates":[0.0760089,51.7733885]},"properties":{"@type":"node","@id":2380228731,"@timestamp":1631214431},"coords":"51.7733885,0.0760089","bedrooms":"0","price":"205000","area":"691"} , +{"type":"Feature","id":"n2380477874","geometry":{"type":"Point","coordinates":[0.6386477,51.0509077]},"properties":{"@type":"node","@id":2380477874,"@timestamp":1373483113},"coords":"51.0509077,0.6386477","bedrooms":"3","price":"212000","area":"642"} , +{"type":"Feature","id":"n2380696765","geometry":{"type":"Point","coordinates":[0.598925,51.3517782]},"properties":{"@type":"node","@id":2380696765,"@timestamp":1373668052},"coords":"51.3517782,0.598925","bedrooms":"0","price":"165000","area":"644"} , +{"type":"Feature","id":"n2381182950","geometry":{"type":"Point","coordinates":[0.002636,51.5410034]},"properties":{"@type":"node","@id":2381182950,"@timestamp":1600530561},"coords":"51.5410034,0.002636","bedrooms":"3","price":"273000","area":"458"} , +{"type":"Feature","id":"n2381333477","geometry":{"type":"Point","coordinates":[-0.3340856,51.5748994]},"properties":{"@type":"node","@id":2381333477,"@timestamp":1594482875},"coords":"51.5748994,-0.3340856","bedrooms":"0","price":"273000","area":"365"} , +{"type":"Feature","id":"n2381403562","geometry":{"type":"Point","coordinates":[-0.3289838,51.570155]},"properties":{"@type":"node","@id":2381403562,"@timestamp":1373556776},"coords":"51.570155,-0.3289838","bedrooms":"2","price":"260000","area":"667"} , +{"type":"Feature","id":"n2381403574","geometry":{"type":"Point","coordinates":[-0.3280887,51.5686602]},"properties":{"@type":"node","@id":2381403574,"@timestamp":1373556777},"coords":"51.5686602,-0.3280887","bedrooms":"1","price":"225000","area":"390"} , +{"type":"Feature","id":"n2381708420","geometry":{"type":"Point","coordinates":[-0.0074646,51.5564844]},"properties":{"@type":"node","@id":2381708420,"@timestamp":1534166425},"coords":"51.5564844,-0.0074646","bedrooms":"2","price":"178000","area":"519"} , +{"type":"Feature","id":"n2381722734","geometry":{"type":"Point","coordinates":[-0.328475,51.5727797]},"properties":{"@type":"node","@id":2381722734,"@timestamp":1373575679},"coords":"51.5727797,-0.328475","bedrooms":"1","price":"228000","area":"435"} , +{"type":"Feature","id":"n2381815205","geometry":{"type":"Point","coordinates":[0.0222457,51.5734627]},"properties":{"@type":"node","@id":2381815205,"@timestamp":1564909692},"coords":"51.5734627,0.0222457","bedrooms":"2","price":"180000","area":"501"} , +{"type":"Feature","id":"n2381850589","geometry":{"type":"Point","coordinates":[0.022433,51.592887]},"properties":{"@type":"node","@id":2381850589,"@timestamp":1564909692},"coords":"51.592887,0.022433","bedrooms":"0","price":"151000","area":"683"} , +{"type":"Feature","id":"n2381852178","geometry":{"type":"Point","coordinates":[-0.1055273,51.3968021]},"properties":{"@type":"node","@id":2381852178,"@timestamp":1542151475},"coords":"51.3968021,-0.1055273","bedrooms":"0","price":"238000","area":"594"} , +{"type":"Feature","id":"n2381859824","geometry":{"type":"Point","coordinates":[0.0458113,51.6027994]},"properties":{"@type":"node","@id":2381859824,"@timestamp":1564909692},"coords":"51.6027994,0.0458113","bedrooms":"4","price":"200000","area":"488"} , +{"type":"Feature","id":"n2382046876","geometry":{"type":"Point","coordinates":[-0.0554442,51.3242058]},"properties":{"@type":"node","@id":2382046876,"@timestamp":1373612694},"coords":"51.3242058,-0.0554442","bedrooms":"1","price":"280000","area":"514"} , +{"type":"Feature","id":"n2382113117","geometry":{"type":"Point","coordinates":[-0.7370174,50.9789291]},"properties":{"@type":"node","@id":2382113117,"@timestamp":1373619099},"coords":"50.9789291,-0.7370174","bedrooms":"2","price":"299000","area":"490"} , +{"type":"Feature","id":"n2382188328","geometry":{"type":"Point","coordinates":[-1.0493184,51.4386754]},"properties":{"@type":"node","@id":2382188328,"@timestamp":1373624479},"coords":"51.4386754,-1.0493184","bedrooms":"1","price":"290000","area":"408"} , +{"type":"Feature","id":"n2382277265","geometry":{"type":"Point","coordinates":[0.3800052,50.9890263]},"properties":{"@type":"node","@id":2382277265,"@timestamp":1373630516},"coords":"50.9890263,0.3800052","bedrooms":"0","price":"237000","area":"503"} , +{"type":"Feature","id":"n2382277336","geometry":{"type":"Point","coordinates":[0.3853771,50.9894317]},"properties":{"@type":"node","@id":2382277336,"@timestamp":1373630516},"coords":"50.9894317,0.3853771","bedrooms":"0","price":"154000","area":"643"} , +{"type":"Feature","id":"n2382277399","geometry":{"type":"Point","coordinates":[0.3778995,50.9902608]},"properties":{"@type":"node","@id":2382277399,"@timestamp":1373630518},"coords":"50.9902608,0.3778995","bedrooms":"0","price":"185000","area":"469"} , +{"type":"Feature","id":"n2382277443","geometry":{"type":"Point","coordinates":[0.3772667,50.9905975]},"properties":{"@type":"node","@id":2382277443,"@timestamp":1373630519},"coords":"50.9905975,0.3772667","bedrooms":"2","price":"177000","area":"369"} , +{"type":"Feature","id":"n2382512959","geometry":{"type":"Point","coordinates":[-0.3388876,51.5709836]},"properties":{"@type":"node","@id":2382512959,"@timestamp":1377310434},"coords":"51.5709836,-0.3388876","bedrooms":"1","price":"204000","area":"655"} , +{"type":"Feature","id":"n2382796701","geometry":{"type":"Point","coordinates":[-0.1029904,51.3934486]},"properties":{"@type":"node","@id":2382796701,"@timestamp":1373664978},"coords":"51.3934486,-0.1029904","bedrooms":"3","price":"269000","area":"577"} , +{"type":"Feature","id":"n2383555900","geometry":{"type":"Point","coordinates":[-0.7385355,50.9869972]},"properties":{"@type":"node","@id":2383555900,"@timestamp":1514719233},"coords":"50.9869972,-0.7385355","bedrooms":"1","price":"170000","area":"614"} , +{"type":"Feature","id":"n2383555911","geometry":{"type":"Point","coordinates":[-0.7385168,50.9869331]},"properties":{"@type":"node","@id":2383555911,"@timestamp":1514719234},"coords":"50.9869331,-0.7385168","bedrooms":"3","price":"245000","area":"373"} , +{"type":"Feature","id":"n2383756117","geometry":{"type":"Point","coordinates":[-0.0459654,51.4939328]},"properties":{"@type":"node","@id":2383756117,"@timestamp":1564909692},"coords":"51.4939328,-0.0459654","bedrooms":"0","price":"197000","area":"363"} , +{"type":"Feature","id":"n2384098741","geometry":{"type":"Point","coordinates":[0.0094172,51.5664324]},"properties":{"@type":"node","@id":2384098741,"@timestamp":1500810911},"coords":"51.5664324,0.0094172","bedrooms":"0","price":"263000","area":"384"} , +{"type":"Feature","id":"n2384181593","geometry":{"type":"Point","coordinates":[0.0691264,51.8515904]},"properties":{"@type":"node","@id":2384181593,"@timestamp":1543937429},"coords":"51.8515904,0.0691264","bedrooms":"1","price":"203000","area":"587"} , +{"type":"Feature","id":"n2384310454","geometry":{"type":"Point","coordinates":[-0.2815646,51.8131422]},"properties":{"@type":"node","@id":2384310454,"@timestamp":1413738664},"coords":"51.8131422,-0.2815646","bedrooms":"2","price":"291000","area":"370"} , +{"type":"Feature","id":"n2384551277","geometry":{"type":"Point","coordinates":[0.6294299,51.3383266]},"properties":{"@type":"node","@id":2384551277,"@timestamp":1622747843},"coords":"51.3383266,0.6294299","bedrooms":"2","price":"204000","area":"413"} , +{"type":"Feature","id":"n2384633208","geometry":{"type":"Point","coordinates":[-0.020217,51.4799114]},"properties":{"@type":"node","@id":2384633208,"@timestamp":1373828577},"coords":"51.4799114,-0.020217","bedrooms":"1","price":"160000","area":"496"} , +{"type":"Feature","id":"n2384724527","geometry":{"type":"Point","coordinates":[-0.0139306,51.4785218]},"properties":{"@type":"node","@id":2384724527,"@timestamp":1373835321},"coords":"51.4785218,-0.0139306","bedrooms":"1","price":"287000","area":"588"} , +{"type":"Feature","id":"n2384873037","geometry":{"type":"Point","coordinates":[0.602936,51.7473797]},"properties":{"@type":"node","@id":2384873037,"@timestamp":1568392203},"coords":"51.7473797,0.602936","bedrooms":"3","price":"204000","area":"606"} , +{"type":"Feature","id":"n2385333330","geometry":{"type":"Point","coordinates":[0.0014251,51.5618818]},"properties":{"@type":"node","@id":2385333330,"@timestamp":1564909692},"coords":"51.5618818,0.0014251","bedrooms":"4","price":"179000","area":"382"} , +{"type":"Feature","id":"n2385355109","geometry":{"type":"Point","coordinates":[-0.3418192,51.5746386]},"properties":{"@type":"node","@id":2385355109,"@timestamp":1373893674},"coords":"51.5746386,-0.3418192","bedrooms":"3","price":"159000","area":"501"} , +{"type":"Feature","id":"n2385528021","geometry":{"type":"Point","coordinates":[-0.3380608,51.564928]},"properties":{"@type":"node","@id":2385528021,"@timestamp":1373906052},"coords":"51.564928,-0.3380608","bedrooms":"2","price":"239000","area":"554"} , +{"type":"Feature","id":"n2385567054","geometry":{"type":"Point","coordinates":[0.0383276,51.6020728]},"properties":{"@type":"node","@id":2385567054,"@timestamp":1564909692},"coords":"51.6020728,0.0383276","bedrooms":"3","price":"217000","area":"684"} , +{"type":"Feature","id":"n2385634434","geometry":{"type":"Point","coordinates":[0.0260985,51.5779738]},"properties":{"@type":"node","@id":2385634434,"@timestamp":1564909692},"coords":"51.5779738,0.0260985","bedrooms":"0","price":"266000","area":"387"} , +{"type":"Feature","id":"n2385987740","geometry":{"type":"Point","coordinates":[-0.1060693,51.5449281]},"properties":{"@type":"node","@id":2385987740,"@timestamp":1373950064},"coords":"51.5449281,-0.1060693","bedrooms":"0","price":"258000","area":"519"} , +{"type":"Feature","id":"n2385987753","geometry":{"type":"Point","coordinates":[-0.106559,51.5448205]},"properties":{"@type":"node","@id":2385987753,"@timestamp":1373950065},"coords":"51.5448205,-0.106559","bedrooms":"3","price":"275000","area":"498"} , +{"type":"Feature","id":"n2386157331","geometry":{"type":"Point","coordinates":[-0.0555097,51.4097124]},"properties":{"@type":"node","@id":2386157331,"@timestamp":1373963228},"coords":"51.4097124,-0.0555097","bedrooms":"3","price":"252000","area":"450"} , +{"type":"Feature","id":"n2386852912","geometry":{"type":"Point","coordinates":[-0.1159656,51.5300741]},"properties":{"@type":"node","@id":2386852912,"@timestamp":1506176448},"coords":"51.5300741,-0.1159656","bedrooms":"3","price":"224000","area":"523"} , +{"type":"Feature","id":"n2386873552","geometry":{"type":"Point","coordinates":[-0.025304,51.509376]},"properties":{"@type":"node","@id":2386873552,"@timestamp":1374009382},"coords":"51.509376,-0.025304","bedrooms":"2","price":"194000","area":"358"} , +{"type":"Feature","id":"n2387099458","geometry":{"type":"Point","coordinates":[0.5957076,51.3661047]},"properties":{"@type":"node","@id":2387099458,"@timestamp":1374043287},"coords":"51.3661047,0.5957076","bedrooms":"2","price":"291000","area":"545"} , +{"type":"Feature","id":"n2387194133","geometry":{"type":"Point","coordinates":[-0.0927196,51.5126391]},"properties":{"@type":"node","@id":2387194133,"@timestamp":1605286316},"coords":"51.5126391,-0.0927196","bedrooms":"2","price":"299000","area":"507"} , +{"type":"Feature","id":"n2387207418","geometry":{"type":"Point","coordinates":[-0.0941646,51.5124963]},"properties":{"@type":"node","@id":2387207418,"@timestamp":1611011554},"coords":"51.5124963,-0.0941646","bedrooms":"4","price":"275000","area":"389"} , +{"type":"Feature","id":"n2387232556","geometry":{"type":"Point","coordinates":[-0.085445,51.516873]},"properties":{"@type":"node","@id":2387232556,"@timestamp":1608166508},"coords":"51.516873,-0.085445","bedrooms":"2","price":"187000","area":"543"} , +{"type":"Feature","id":"n2387557623","geometry":{"type":"Point","coordinates":[0.001698,51.6484065]},"properties":{"@type":"node","@id":2387557623,"@timestamp":1374071967},"coords":"51.6484065,0.001698","bedrooms":"2","price":"258000","area":"579"} , +{"type":"Feature","id":"n2387648736","geometry":{"type":"Point","coordinates":[-0.0931921,51.5471558]},"properties":{"@type":"node","@id":2387648736,"@timestamp":1374079011},"coords":"51.5471558,-0.0931921","bedrooms":"3","price":"177000","area":"515"} , +{"type":"Feature","id":"n2387805859","geometry":{"type":"Point","coordinates":[-0.0980808,51.5481095]},"properties":{"@type":"node","@id":2387805859,"@timestamp":1626778725},"coords":"51.5481095,-0.0980808","bedrooms":"3","price":"188000","area":"672"} , +{"type":"Feature","id":"n2387847399","geometry":{"type":"Point","coordinates":[-0.0902898,51.5559072]},"properties":{"@type":"node","@id":2387847399,"@timestamp":1622346805},"coords":"51.5559072,-0.0902898","bedrooms":"1","price":"187000","area":"636"} , +{"type":"Feature","id":"n2388301990","geometry":{"type":"Point","coordinates":[-0.0410606,51.5128556]},"properties":{"@type":"node","@id":2388301990,"@timestamp":1625409565},"coords":"51.5128556,-0.0410606","bedrooms":"4","price":"163000","area":"632"} , +{"type":"Feature","id":"n2388340095","geometry":{"type":"Point","coordinates":[-0.038952,51.5125372]},"properties":{"@type":"node","@id":2388340095,"@timestamp":1570764046},"coords":"51.5125372,-0.038952","bedrooms":"2","price":"198000","area":"648"} , +{"type":"Feature","id":"n2388400891","geometry":{"type":"Point","coordinates":[-0.1543326,51.5264637]},"properties":{"@type":"node","@id":2388400891,"@timestamp":1374147946},"coords":"51.5264637,-0.1543326","bedrooms":"3","price":"169000","area":"412"} , +{"type":"Feature","id":"n2388400905","geometry":{"type":"Point","coordinates":[-0.1551151,51.5268528]},"properties":{"@type":"node","@id":2388400905,"@timestamp":1374147946},"coords":"51.5268528,-0.1551151","bedrooms":"1","price":"199000","area":"471"} , +{"type":"Feature","id":"n2388400925","geometry":{"type":"Point","coordinates":[-0.1546062,51.5271026]},"properties":{"@type":"node","@id":2388400925,"@timestamp":1374147947},"coords":"51.5271026,-0.1546062","bedrooms":"2","price":"177000","area":"419"} , +{"type":"Feature","id":"n2388658502","geometry":{"type":"Point","coordinates":[-0.3657306,51.5181167]},"properties":{"@type":"node","@id":2388658502,"@timestamp":1600789297},"coords":"51.5181167,-0.3657306","bedrooms":"3","price":"189000","area":"379"} , +{"type":"Feature","id":"n2388717288","geometry":{"type":"Point","coordinates":[-1.074459,51.4376951]},"properties":{"@type":"node","@id":2388717288,"@timestamp":1525548472},"coords":"51.4376951,-1.074459","bedrooms":"2","price":"279000","area":"617"} , +{"type":"Feature","id":"n2388838853","geometry":{"type":"Point","coordinates":[-0.090066,51.5363745]},"properties":{"@type":"node","@id":2388838853,"@timestamp":1613923176},"coords":"51.5363745,-0.090066","bedrooms":"3","price":"176000","area":"535"} , +{"type":"Feature","id":"n2388932002","geometry":{"type":"Point","coordinates":[-0.1551764,51.5241162]},"properties":{"@type":"node","@id":2388932002,"@timestamp":1605629691},"coords":"51.5241162,-0.1551764","bedrooms":"2","price":"153000","area":"376"} , +{"type":"Feature","id":"n2388932032","geometry":{"type":"Point","coordinates":[-0.1534985,51.524294]},"properties":{"@type":"node","@id":2388932032,"@timestamp":1605629626},"coords":"51.524294,-0.1534985","bedrooms":"2","price":"243000","area":"396"} , +{"type":"Feature","id":"n2388932165","geometry":{"type":"Point","coordinates":[-0.1607914,51.5276463]},"properties":{"@type":"node","@id":2388932165,"@timestamp":1605082463},"coords":"51.5276463,-0.1607914","bedrooms":"0","price":"279000","area":"495"} , +{"type":"Feature","id":"n2389024659","geometry":{"type":"Point","coordinates":[-0.2792033,51.9476489]},"properties":{"@type":"node","@id":2389024659,"@timestamp":1520770855},"coords":"51.9476489,-0.2792033","bedrooms":"3","price":"285000","area":"501"} , +{"type":"Feature","id":"n2389274824","geometry":{"type":"Point","coordinates":[-0.0502984,51.4745297]},"properties":{"@type":"node","@id":2389274824,"@timestamp":1540509349},"coords":"51.4745297,-0.0502984","bedrooms":"4","price":"223000","area":"430"} , +{"type":"Feature","id":"n2389312895","geometry":{"type":"Point","coordinates":[0.1379777,51.7716486]},"properties":{"@type":"node","@id":2389312895,"@timestamp":1631223645},"coords":"51.7716486,0.1379777","bedrooms":"3","price":"243000","area":"667"} , +{"type":"Feature","id":"n2389830156","geometry":{"type":"Point","coordinates":[-0.3548937,51.5204041]},"properties":{"@type":"node","@id":2389830156,"@timestamp":1374251226},"coords":"51.5204041,-0.3548937","bedrooms":"3","price":"212000","area":"667"} , +{"type":"Feature","id":"n2389980687","geometry":{"type":"Point","coordinates":[-0.1259924,51.5029751]},"properties":{"@type":"node","@id":2389980687,"@timestamp":1609032706},"coords":"51.5029751,-0.1259924","bedrooms":"2","price":"214000","area":"383"} , +{"type":"Feature","id":"n2389991893","geometry":{"type":"Point","coordinates":[-0.1264412,51.5050475]},"properties":{"@type":"node","@id":2389991893,"@timestamp":1564909692},"coords":"51.5050475,-0.1264412","bedrooms":"3","price":"209000","area":"414"} , +{"type":"Feature","id":"n2390008567","geometry":{"type":"Point","coordinates":[-0.1269324,51.5058012]},"properties":{"@type":"node","@id":2390008567,"@timestamp":1564909692},"coords":"51.5058012,-0.1269324","bedrooms":"4","price":"201000","area":"389"} , +{"type":"Feature","id":"n2390065101","geometry":{"type":"Point","coordinates":[-0.2825959,51.4918413]},"properties":{"@type":"node","@id":2390065101,"@timestamp":1564909692},"coords":"51.4918413,-0.2825959","bedrooms":"1","price":"214000","area":"628"} , +{"type":"Feature","id":"n2390164785","geometry":{"type":"Point","coordinates":[0.5845852,51.3462799]},"properties":{"@type":"node","@id":2390164785,"@timestamp":1403159809},"coords":"51.3462799,0.5845852","bedrooms":"0","price":"183000","area":"548"} , +{"type":"Feature","id":"n2390495931","geometry":{"type":"Point","coordinates":[-0.2766797,51.9502585]},"properties":{"@type":"node","@id":2390495931,"@timestamp":1621788655},"coords":"51.9502585,-0.2766797","bedrooms":"4","price":"191000","area":"665"} , +{"type":"Feature","id":"n2390514670","geometry":{"type":"Point","coordinates":[-0.1694558,51.2108569]},"properties":{"@type":"node","@id":2390514670,"@timestamp":1374325223},"coords":"51.2108569,-0.1694558","bedrooms":"3","price":"223000","area":"628"} , +{"type":"Feature","id":"n2390543693","geometry":{"type":"Point","coordinates":[0.2128717,51.4797799]},"properties":{"@type":"node","@id":2390543693,"@timestamp":1374328291},"coords":"51.4797799,0.2128717","bedrooms":"3","price":"294000","area":"550"} , +{"type":"Feature","id":"n2390544043","geometry":{"type":"Point","coordinates":[0.2120207,51.4809235]},"properties":{"@type":"node","@id":2390544043,"@timestamp":1374328295},"coords":"51.4809235,0.2120207","bedrooms":"0","price":"194000","area":"536"} , +{"type":"Feature","id":"n2390737250","geometry":{"type":"Point","coordinates":[-0.8170796,51.8162634]},"properties":{"@type":"node","@id":2390737250,"@timestamp":1374343640},"coords":"51.8162634,-0.8170796","bedrooms":"2","price":"294000","area":"395"} , +{"type":"Feature","id":"n2390915323","geometry":{"type":"Point","coordinates":[0.2111632,51.4796218]},"properties":{"@type":"node","@id":2390915323,"@timestamp":1374353729},"coords":"51.4796218,0.2111632","bedrooms":"2","price":"244000","area":"432"} , +{"type":"Feature","id":"n2391343108","geometry":{"type":"Point","coordinates":[0.0662565,51.7710494]},"properties":{"@type":"node","@id":2391343108,"@timestamp":1631223645},"coords":"51.7710494,0.0662565","bedrooms":"4","price":"166000","area":"594"} , +{"type":"Feature","id":"n2391769683","geometry":{"type":"Point","coordinates":[0.0918964,51.7817623]},"properties":{"@type":"node","@id":2391769683,"@timestamp":1374419156},"coords":"51.7817623,0.0918964","bedrooms":"2","price":"158000","area":"473"} , +{"type":"Feature","id":"n2391942460","geometry":{"type":"Point","coordinates":[0.1898956,51.4780108]},"properties":{"@type":"node","@id":2391942460,"@timestamp":1374427799},"coords":"51.4780108,0.1898956","bedrooms":"2","price":"196000","area":"629"} , +{"type":"Feature","id":"n2392008069","geometry":{"type":"Point","coordinates":[0.1547355,51.2207675]},"properties":{"@type":"node","@id":2392008069,"@timestamp":1374432250},"coords":"51.2207675,0.1547355","bedrooms":"4","price":"237000","area":"680"} , +{"type":"Feature","id":"n2392262489","geometry":{"type":"Point","coordinates":[-0.5336775,51.3879664]},"properties":{"@type":"node","@id":2392262489,"@timestamp":1374450615},"coords":"51.3879664,-0.5336775","bedrooms":"2","price":"188000","area":"413"} , +{"type":"Feature","id":"n2392278147","geometry":{"type":"Point","coordinates":[-0.8519278,51.8319024]},"properties":{"@type":"node","@id":2392278147,"@timestamp":1609860810},"coords":"51.8319024,-0.8519278","bedrooms":"2","price":"287000","area":"675"} , +{"type":"Feature","id":"n2392308581","geometry":{"type":"Point","coordinates":[-0.429825,51.3870103]},"properties":{"@type":"node","@id":2392308581,"@timestamp":1612646049},"coords":"51.3870103,-0.429825","bedrooms":"4","price":"250000","area":"550"} , +{"type":"Feature","id":"n2392703169","geometry":{"type":"Point","coordinates":[-0.7398923,50.9857903]},"properties":{"@type":"node","@id":2392703169,"@timestamp":1482332765},"coords":"50.9857903,-0.7398923","bedrooms":"4","price":"252000","area":"670"} , +{"type":"Feature","id":"n2392748033","geometry":{"type":"Point","coordinates":[-0.0780486,51.5500908]},"properties":{"@type":"node","@id":2392748033,"@timestamp":1425139579},"coords":"51.5500908,-0.0780486","bedrooms":"3","price":"291000","area":"651"} , +{"type":"Feature","id":"n2392888515","geometry":{"type":"Point","coordinates":[-0.3059445,51.5496541]},"properties":{"@type":"node","@id":2392888515,"@timestamp":1374503496},"coords":"51.5496541,-0.3059445","bedrooms":"2","price":"212000","area":"432"} , +{"type":"Feature","id":"n2393009172","geometry":{"type":"Point","coordinates":[-0.9307412,51.2149608]},"properties":{"@type":"node","@id":2393009172,"@timestamp":1381567548},"coords":"51.2149608,-0.9307412","bedrooms":"4","price":"235000","area":"559"} , +{"type":"Feature","id":"n2393349722","geometry":{"type":"Point","coordinates":[0.6063533,51.5875559]},"properties":{"@type":"node","@id":2393349722,"@timestamp":1374531102},"coords":"51.5875559,0.6063533","bedrooms":"4","price":"157000","area":"616"} , +{"type":"Feature","id":"n2393828686","geometry":{"type":"Point","coordinates":[0.613051,51.7400816]},"properties":{"@type":"node","@id":2393828686,"@timestamp":1374581842},"coords":"51.7400816,0.613051","bedrooms":"1","price":"243000","area":"473"} , +{"type":"Feature","id":"n2395017744","geometry":{"type":"Point","coordinates":[-0.0519365,51.4263455]},"properties":{"@type":"node","@id":2395017744,"@timestamp":1613056777},"coords":"51.4263455,-0.0519365","bedrooms":"0","price":"196000","area":"633"} , +{"type":"Feature","id":"n2395454327","geometry":{"type":"Point","coordinates":[0.0814126,51.536506]},"properties":{"@type":"node","@id":2395454327,"@timestamp":1564909692},"coords":"51.536506,0.0814126","bedrooms":"3","price":"211000","area":"513"} , +{"type":"Feature","id":"n2395599581","geometry":{"type":"Point","coordinates":[0.0215465,51.474096]},"properties":{"@type":"node","@id":2395599581,"@timestamp":1634304411},"coords":"51.474096,0.0215465","bedrooms":"1","price":"154000","area":"525"} , +{"type":"Feature","id":"n2395611429","geometry":{"type":"Point","coordinates":[0.0279677,51.4639842]},"properties":{"@type":"node","@id":2395611429,"@timestamp":1374703918},"coords":"51.4639842,0.0279677","bedrooms":"3","price":"249000","area":"491"} , +{"type":"Feature","id":"n2395648345","geometry":{"type":"Point","coordinates":[0.4856967,51.3204573]},"properties":{"@type":"node","@id":2395648345,"@timestamp":1504459701},"coords":"51.3204573,0.4856967","bedrooms":"4","price":"293000","area":"516"} , +{"type":"Feature","id":"n2396118596","geometry":{"type":"Point","coordinates":[-0.0692974,51.4696542]},"properties":{"@type":"node","@id":2396118596,"@timestamp":1389031087},"coords":"51.4696542,-0.0692974","bedrooms":"1","price":"195000","area":"698"} , +{"type":"Feature","id":"n2396593400","geometry":{"type":"Point","coordinates":[0.1310333,51.6785259]},"properties":{"@type":"node","@id":2396593400,"@timestamp":1554732624},"coords":"51.6785259,0.1310333","bedrooms":"1","price":"271000","area":"545"} , +{"type":"Feature","id":"n2396693080","geometry":{"type":"Point","coordinates":[-0.0933759,51.1518659]},"properties":{"@type":"node","@id":2396693080,"@timestamp":1374789783},"coords":"51.1518659,-0.0933759","bedrooms":"1","price":"161000","area":"426"} , +{"type":"Feature","id":"n2396794592","geometry":{"type":"Point","coordinates":[-0.1201833,51.5577854]},"properties":{"@type":"node","@id":2396794592,"@timestamp":1374797282},"coords":"51.5577854,-0.1201833","bedrooms":"0","price":"181000","area":"437"} , +{"type":"Feature","id":"n2396970042","geometry":{"type":"Point","coordinates":[-0.6494524,51.9249702]},"properties":{"@type":"node","@id":2396970042,"@timestamp":1374819498},"coords":"51.9249702,-0.6494524","bedrooms":"0","price":"185000","area":"560"} , +{"type":"Feature","id":"n2396970056","geometry":{"type":"Point","coordinates":[-0.6475637,51.9261021]},"properties":{"@type":"node","@id":2396970056,"@timestamp":1374819498},"coords":"51.9261021,-0.6475637","bedrooms":"1","price":"252000","area":"573"} , +{"type":"Feature","id":"n2396970078","geometry":{"type":"Point","coordinates":[-0.6354585,51.9340135]},"properties":{"@type":"node","@id":2396970078,"@timestamp":1374819499},"coords":"51.9340135,-0.6354585","bedrooms":"0","price":"250000","area":"561"} , +{"type":"Feature","id":"n2397308050","geometry":{"type":"Point","coordinates":[0.0268947,51.4624019]},"properties":{"@type":"node","@id":2397308050,"@timestamp":1622379234},"coords":"51.4624019,0.0268947","bedrooms":"0","price":"158000","area":"384"} , +{"type":"Feature","id":"n2397350140","geometry":{"type":"Point","coordinates":[-0.7234936,50.9955804]},"properties":{"@type":"node","@id":2397350140,"@timestamp":1374847974},"coords":"50.9955804,-0.7234936","bedrooms":"0","price":"169000","area":"443"} , +{"type":"Feature","id":"n2397350559","geometry":{"type":"Point","coordinates":[-0.7294695,50.9912147]},"properties":{"@type":"node","@id":2397350559,"@timestamp":1374847976},"coords":"50.9912147,-0.7294695","bedrooms":"0","price":"168000","area":"593"} , +{"type":"Feature","id":"n2397523326","geometry":{"type":"Point","coordinates":[-0.0894249,51.5619592]},"properties":{"@type":"node","@id":2397523326,"@timestamp":1374858269},"coords":"51.5619592,-0.0894249","bedrooms":"4","price":"272000","area":"359"} , +{"type":"Feature","id":"n2397569361","geometry":{"type":"Point","coordinates":[0.1589195,51.6674998]},"properties":{"@type":"node","@id":2397569361,"@timestamp":1554736088},"coords":"51.6674998,0.1589195","bedrooms":"0","price":"282000","area":"612"} , +{"type":"Feature","id":"n2397624589","geometry":{"type":"Point","coordinates":[-0.6641275,51.9165943]},"properties":{"@type":"node","@id":2397624589,"@timestamp":1572080743},"coords":"51.9165943,-0.6641275","bedrooms":"2","price":"244000","area":"430"} , +{"type":"Feature","id":"n2397759521","geometry":{"type":"Point","coordinates":[-0.175427,51.3089432]},"properties":{"@type":"node","@id":2397759521,"@timestamp":1596446678},"coords":"51.3089432,-0.175427","bedrooms":"1","price":"164000","area":"675"} , +{"type":"Feature","id":"n2397761323","geometry":{"type":"Point","coordinates":[-0.1883854,51.3119162]},"properties":{"@type":"node","@id":2397761323,"@timestamp":1374873483},"coords":"51.3119162,-0.1883854","bedrooms":"4","price":"219000","area":"651"} , +{"type":"Feature","id":"n2397973182","geometry":{"type":"Point","coordinates":[-0.4757488,51.8936192]},"properties":{"@type":"node","@id":2397973182,"@timestamp":1374889522},"coords":"51.8936192,-0.4757488","bedrooms":"2","price":"298000","area":"471"} , +{"type":"Feature","id":"n2398116788","geometry":{"type":"Point","coordinates":[-0.2994981,51.3639574]},"properties":{"@type":"node","@id":2398116788,"@timestamp":1374916070},"coords":"51.3639574,-0.2994981","bedrooms":"1","price":"163000","area":"653"} , +{"type":"Feature","id":"n2398150959","geometry":{"type":"Point","coordinates":[-0.8096269,51.8168444]},"properties":{"@type":"node","@id":2398150959,"@timestamp":1374919508},"coords":"51.8168444,-0.8096269","bedrooms":"2","price":"212000","area":"383"} , +{"type":"Feature","id":"n2398174270","geometry":{"type":"Point","coordinates":[-0.8091964,51.817464]},"properties":{"@type":"node","@id":2398174270,"@timestamp":1374921171},"coords":"51.817464,-0.8091964","bedrooms":"4","price":"206000","area":"537"} , +{"type":"Feature","id":"n2398311998","geometry":{"type":"Point","coordinates":[-0.1343975,51.5194303]},"properties":{"@type":"node","@id":2398311998,"@timestamp":1574152600},"coords":"51.5194303,-0.1343975","bedrooms":"4","price":"159000","area":"686"} , +{"type":"Feature","id":"n2398312035","geometry":{"type":"Point","coordinates":[-0.1346925,51.5192001]},"properties":{"@type":"node","@id":2398312035,"@timestamp":1374931172},"coords":"51.5192001,-0.1346925","bedrooms":"1","price":"169000","area":"492"} , +{"type":"Feature","id":"n2398510432","geometry":{"type":"Point","coordinates":[0.2012959,51.3587587]},"properties":{"@type":"node","@id":2398510432,"@timestamp":1374942429},"coords":"51.3587587,0.2012959","bedrooms":"3","price":"228000","area":"682"} , +{"type":"Feature","id":"n2398737019","geometry":{"type":"Point","coordinates":[-0.7801229,51.3381442]},"properties":{"@type":"node","@id":2398737019,"@timestamp":1552165508},"coords":"51.3381442,-0.7801229","bedrooms":"3","price":"254000","area":"360"} , +{"type":"Feature","id":"n2398765184","geometry":{"type":"Point","coordinates":[-0.7663338,51.3249086]},"properties":{"@type":"node","@id":2398765184,"@timestamp":1374960027},"coords":"51.3249086,-0.7663338","bedrooms":"1","price":"270000","area":"464"} , +{"type":"Feature","id":"n2398765226","geometry":{"type":"Point","coordinates":[-0.7708883,51.3194253]},"properties":{"@type":"node","@id":2398765226,"@timestamp":1374960028},"coords":"51.3194253,-0.7708883","bedrooms":"0","price":"274000","area":"491"} , +{"type":"Feature","id":"n2398765278","geometry":{"type":"Point","coordinates":[-0.7657866,51.3239346]},"properties":{"@type":"node","@id":2398765278,"@timestamp":1374960029},"coords":"51.3239346,-0.7657866","bedrooms":"1","price":"253000","area":"519"} , +{"type":"Feature","id":"n2398774080","geometry":{"type":"Point","coordinates":[-0.039433,51.6927624]},"properties":{"@type":"node","@id":2398774080,"@timestamp":1374961008},"coords":"51.6927624,-0.039433","bedrooms":"2","price":"214000","area":"398"} , +{"type":"Feature","id":"n2398790627","geometry":{"type":"Point","coordinates":[-0.0402464,51.6909218]},"properties":{"@type":"node","@id":2398790627,"@timestamp":1374961937},"coords":"51.6909218,-0.0402464","bedrooms":"1","price":"268000","area":"520"} , +{"type":"Feature","id":"n2398807095","geometry":{"type":"Point","coordinates":[-0.0426362,51.6912975]},"properties":{"@type":"node","@id":2398807095,"@timestamp":1374964196},"coords":"51.6912975,-0.0426362","bedrooms":"1","price":"203000","area":"663"} , +{"type":"Feature","id":"n2398816408","geometry":{"type":"Point","coordinates":[-0.0415444,51.6907541]},"properties":{"@type":"node","@id":2398816408,"@timestamp":1495177334},"coords":"51.6907541,-0.0415444","bedrooms":"2","price":"181000","area":"586"} , +{"type":"Feature","id":"n2398853783","geometry":{"type":"Point","coordinates":[-0.039663,51.6926617]},"properties":{"@type":"node","@id":2398853783,"@timestamp":1374970058},"coords":"51.6926617,-0.039663","bedrooms":"1","price":"226000","area":"662"} , +{"type":"Feature","id":"n2398853820","geometry":{"type":"Point","coordinates":[-0.0408071,51.6916159]},"properties":{"@type":"node","@id":2398853820,"@timestamp":1374970059},"coords":"51.6916159,-0.0408071","bedrooms":"3","price":"259000","area":"389"} , +{"type":"Feature","id":"n2398924896","geometry":{"type":"Point","coordinates":[-0.0987584,51.5156249]},"properties":{"@type":"node","@id":2398924896,"@timestamp":1601163233},"coords":"51.5156249,-0.0987584","bedrooms":"3","price":"267000","area":"416"} , +{"type":"Feature","id":"n2399437546","geometry":{"type":"Point","coordinates":[0.6797818,51.7144484]},"properties":{"@type":"node","@id":2399437546,"@timestamp":1375022340},"coords":"51.7144484,0.6797818","bedrooms":"3","price":"210000","area":"686"} , +{"type":"Feature","id":"n2399437571","geometry":{"type":"Point","coordinates":[0.6740311,51.7133249]},"properties":{"@type":"node","@id":2399437571,"@timestamp":1375022341},"coords":"51.7133249,0.6740311","bedrooms":"3","price":"214000","area":"433"} , +{"type":"Feature","id":"n2399492375","geometry":{"type":"Point","coordinates":[-0.4178674,51.705825]},"properties":{"@type":"node","@id":2399492375,"@timestamp":1630768996},"coords":"51.705825,-0.4178674","bedrooms":"2","price":"218000","area":"369"} , +{"type":"Feature","id":"n2399601582","geometry":{"type":"Point","coordinates":[-0.41744,51.7060287]},"properties":{"@type":"node","@id":2399601582,"@timestamp":1375030592},"coords":"51.7060287,-0.41744","bedrooms":"2","price":"165000","area":"560"} , +{"type":"Feature","id":"n2399699679","geometry":{"type":"Point","coordinates":[-0.5519811,51.2133458]},"properties":{"@type":"node","@id":2399699679,"@timestamp":1375036386},"coords":"51.2133458,-0.5519811","bedrooms":"4","price":"243000","area":"474"} , +{"type":"Feature","id":"n2399759276","geometry":{"type":"Point","coordinates":[0.1146511,51.7784719]},"properties":{"@type":"node","@id":2399759276,"@timestamp":1631655922},"coords":"51.7784719,0.1146511","bedrooms":"0","price":"242000","area":"427"} , +{"type":"Feature","id":"n2399864057","geometry":{"type":"Point","coordinates":[-0.0982076,51.2986575]},"properties":{"@type":"node","@id":2399864057,"@timestamp":1611668584},"coords":"51.2986575,-0.0982076","bedrooms":"4","price":"276000","area":"570"} , +{"type":"Feature","id":"n2399864645","geometry":{"type":"Point","coordinates":[-0.092439,51.3181524]},"properties":{"@type":"node","@id":2399864645,"@timestamp":1375049112},"coords":"51.3181524,-0.092439","bedrooms":"2","price":"273000","area":"523"} , +{"type":"Feature","id":"n2399881033","geometry":{"type":"Point","coordinates":[0.5962219,51.3487539]},"properties":{"@type":"node","@id":2399881033,"@timestamp":1403159811},"coords":"51.3487539,0.5962219","bedrooms":"2","price":"295000","area":"486"} , +{"type":"Feature","id":"n2399910268","geometry":{"type":"Point","coordinates":[-0.4166598,51.706553]},"properties":{"@type":"node","@id":2399910268,"@timestamp":1630768996},"coords":"51.706553,-0.4166598","bedrooms":"3","price":"289000","area":"639"} , +{"type":"Feature","id":"n2399910280","geometry":{"type":"Point","coordinates":[-0.4168562,51.7068229]},"properties":{"@type":"node","@id":2399910280,"@timestamp":1606404599},"coords":"51.7068229,-0.4168562","bedrooms":"2","price":"234000","area":"629"} , +{"type":"Feature","id":"n2399943062","geometry":{"type":"Point","coordinates":[-0.4170499,51.7060306]},"properties":{"@type":"node","@id":2399943062,"@timestamp":1375057548},"coords":"51.7060306,-0.4170499","bedrooms":"4","price":"286000","area":"562"} , +{"type":"Feature","id":"n2400490513","geometry":{"type":"Point","coordinates":[-0.9702963,51.4496634]},"properties":{"@type":"node","@id":2400490513,"@timestamp":1626019504},"coords":"51.4496634,-0.9702963","bedrooms":"2","price":"226000","area":"573"} , +{"type":"Feature","id":"n2400574559","geometry":{"type":"Point","coordinates":[0.1525108,51.6907838]},"properties":{"@type":"node","@id":2400574559,"@timestamp":1375113726},"coords":"51.6907838,0.1525108","bedrooms":"4","price":"264000","area":"587"} , +{"type":"Feature","id":"n2400578262","geometry":{"type":"Point","coordinates":[0.1737539,51.6929353]},"properties":{"@type":"node","@id":2400578262,"@timestamp":1375113857},"coords":"51.6929353,0.1737539","bedrooms":"1","price":"216000","area":"412"} , +{"type":"Feature","id":"n2400580005","geometry":{"type":"Point","coordinates":[0.1930658,51.6928389]},"properties":{"@type":"node","@id":2400580005,"@timestamp":1375113935},"coords":"51.6928389,0.1930658","bedrooms":"3","price":"163000","area":"576"} , +{"type":"Feature","id":"n2400582486","geometry":{"type":"Point","coordinates":[0.2073405,51.6919311]},"properties":{"@type":"node","@id":2400582486,"@timestamp":1375113994},"coords":"51.6919311,0.2073405","bedrooms":"4","price":"243000","area":"562"} , +{"type":"Feature","id":"n2400585814","geometry":{"type":"Point","coordinates":[0.219625,51.6899691]},"properties":{"@type":"node","@id":2400585814,"@timestamp":1375114048},"coords":"51.6899691,0.219625","bedrooms":"1","price":"184000","area":"651"} , +{"type":"Feature","id":"n2400586129","geometry":{"type":"Point","coordinates":[0.2334706,51.6909867]},"properties":{"@type":"node","@id":2400586129,"@timestamp":1375114108},"coords":"51.6909867,0.2334706","bedrooms":"0","price":"227000","area":"599"} , +{"type":"Feature","id":"n2400587022","geometry":{"type":"Point","coordinates":[0.2498428,51.6940825]},"properties":{"@type":"node","@id":2400587022,"@timestamp":1375114176},"coords":"51.6940825,0.2498428","bedrooms":"0","price":"242000","area":"382"} , +{"type":"Feature","id":"n2400593384","geometry":{"type":"Point","coordinates":[0.1577549,51.6923712]},"properties":{"@type":"node","@id":2400593384,"@timestamp":1539252988},"coords":"51.6923712,0.1577549","bedrooms":"0","price":"202000","area":"551"} , +{"type":"Feature","id":"n2400600658","geometry":{"type":"Point","coordinates":[0.1297351,51.6929821]},"properties":{"@type":"node","@id":2400600658,"@timestamp":1618746806},"coords":"51.6929821,0.1297351","bedrooms":"0","price":"199000","area":"409"} , +{"type":"Feature","id":"n2400786024","geometry":{"type":"Point","coordinates":[0.1100796,51.771114]},"properties":{"@type":"node","@id":2400786024,"@timestamp":1631655922},"coords":"51.771114,0.1100796","bedrooms":"1","price":"166000","area":"573"} , +{"type":"Feature","id":"n2400839224","geometry":{"type":"Point","coordinates":[-0.0607282,51.139697]},"properties":{"@type":"node","@id":2400839224,"@timestamp":1375129389},"coords":"51.139697,-0.0607282","bedrooms":"3","price":"197000","area":"476"} , +{"type":"Feature","id":"n2400960794","geometry":{"type":"Point","coordinates":[-0.405883,51.5603341]},"properties":{"@type":"node","@id":2400960794,"@timestamp":1595432299},"coords":"51.5603341,-0.405883","bedrooms":"0","price":"188000","area":"629"} , +{"type":"Feature","id":"n2401223660","geometry":{"type":"Point","coordinates":[-0.1453256,51.5075804]},"properties":{"@type":"node","@id":2401223660,"@timestamp":1377083309},"coords":"51.5075804,-0.1453256","bedrooms":"0","price":"188000","area":"657"} , +{"type":"Feature","id":"n2401683757","geometry":{"type":"Point","coordinates":[-0.7711225,51.4086378]},"properties":{"@type":"node","@id":2401683757,"@timestamp":1556916965},"coords":"51.4086378,-0.7711225","bedrooms":"3","price":"285000","area":"397"} , +{"type":"Feature","id":"n2401770926","geometry":{"type":"Point","coordinates":[0.1275833,51.6786183]},"properties":{"@type":"node","@id":2401770926,"@timestamp":1554738343},"coords":"51.6786183,0.1275833","bedrooms":"2","price":"212000","area":"499"} , +{"type":"Feature","id":"n2401815584","geometry":{"type":"Point","coordinates":[-0.4253794,51.6984588]},"properties":{"@type":"node","@id":2401815584,"@timestamp":1375211849},"coords":"51.6984588,-0.4253794","bedrooms":"1","price":"260000","area":"496"} , +{"type":"Feature","id":"n2401865556","geometry":{"type":"Point","coordinates":[-0.0971377,51.662266]},"properties":{"@type":"node","@id":2401865556,"@timestamp":1633554283},"coords":"51.662266,-0.0971377","bedrooms":"3","price":"297000","area":"394"} , +{"type":"Feature","id":"n2401865597","geometry":{"type":"Point","coordinates":[-0.0964804,51.6604592]},"properties":{"@type":"node","@id":2401865597,"@timestamp":1633554283},"coords":"51.6604592,-0.0964804","bedrooms":"1","price":"209000","area":"461"} , +{"type":"Feature","id":"n2401865638","geometry":{"type":"Point","coordinates":[-0.0968157,51.6606223]},"properties":{"@type":"node","@id":2401865638,"@timestamp":1633554283},"coords":"51.6606223,-0.0968157","bedrooms":"1","price":"246000","area":"616"} , +{"type":"Feature","id":"n2401989680","geometry":{"type":"Point","coordinates":[-0.0249211,51.5567873]},"properties":{"@type":"node","@id":2401989680,"@timestamp":1622489703},"coords":"51.5567873,-0.0249211","bedrooms":"3","price":"185000","area":"386"} , +{"type":"Feature","id":"n2401996792","geometry":{"type":"Point","coordinates":[-0.378573,51.4705604]},"properties":{"@type":"node","@id":2401996792,"@timestamp":1627701790},"coords":"51.4705604,-0.378573","bedrooms":"1","price":"211000","area":"485"} , +{"type":"Feature","id":"n2401998836","geometry":{"type":"Point","coordinates":[-0.3870107,51.4732077]},"properties":{"@type":"node","@id":2401998836,"@timestamp":1564909692},"coords":"51.4732077,-0.3870107","bedrooms":"2","price":"279000","area":"488"} , +{"type":"Feature","id":"n2402041421","geometry":{"type":"Point","coordinates":[-0.1237621,51.5013897]},"properties":{"@type":"node","@id":2402041421,"@timestamp":1375237814},"coords":"51.5013897,-0.1237621","bedrooms":"1","price":"228000","area":"429"} , +{"type":"Feature","id":"n2402424215","geometry":{"type":"Point","coordinates":[0.1732652,51.7773714]},"properties":{"@type":"node","@id":2402424215,"@timestamp":1375275493},"coords":"51.7773714,0.1732652","bedrooms":"4","price":"166000","area":"492"} , +{"type":"Feature","id":"n2402535975","geometry":{"type":"Point","coordinates":[0.1553265,51.6687268]},"properties":{"@type":"node","@id":2402535975,"@timestamp":1554732624},"coords":"51.6687268,0.1553265","bedrooms":"4","price":"250000","area":"681"} , +{"type":"Feature","id":"n2402561769","geometry":{"type":"Point","coordinates":[-0.0865876,51.5138473]},"properties":{"@type":"node","@id":2402561769,"@timestamp":1375282876},"coords":"51.5138473,-0.0865876","bedrooms":"0","price":"181000","area":"598"} , +{"type":"Feature","id":"n2402713068","geometry":{"type":"Point","coordinates":[-0.122762,51.5172744]},"properties":{"@type":"node","@id":2402713068,"@timestamp":1581558846},"coords":"51.5172744,-0.122762","bedrooms":"4","price":"246000","area":"617"} , +{"type":"Feature","id":"n2402801264","geometry":{"type":"Point","coordinates":[0.1832274,51.3980222]},"properties":{"@type":"node","@id":2402801264,"@timestamp":1375300765},"coords":"51.3980222,0.1832274","bedrooms":"0","price":"291000","area":"680"} , +{"type":"Feature","id":"n2402934742","geometry":{"type":"Point","coordinates":[-0.1157899,51.3375387]},"properties":{"@type":"node","@id":2402934742,"@timestamp":1625663411},"coords":"51.3375387,-0.1157899","bedrooms":"2","price":"192000","area":"446"} , +{"type":"Feature","id":"n2402953171","geometry":{"type":"Point","coordinates":[-1.1067774,51.8421281]},"properties":{"@type":"node","@id":2402953171,"@timestamp":1375315740},"coords":"51.8421281,-1.1067774","bedrooms":"4","price":"155000","area":"553"} , +{"type":"Feature","id":"n2403476740","geometry":{"type":"Point","coordinates":[-0.0561677,51.5997055]},"properties":{"@type":"node","@id":2403476740,"@timestamp":1606959733},"coords":"51.5997055,-0.0561677","bedrooms":"3","price":"187000","area":"663"} , +{"type":"Feature","id":"n2403919593","geometry":{"type":"Point","coordinates":[-0.1585781,51.5200518]},"properties":{"@type":"node","@id":2403919593,"@timestamp":1601315611},"coords":"51.5200518,-0.1585781","bedrooms":"3","price":"257000","area":"635"} , +{"type":"Feature","id":"n2403974186","geometry":{"type":"Point","coordinates":[-0.0750205,51.5819929]},"properties":{"@type":"node","@id":2403974186,"@timestamp":1375379004},"coords":"51.5819929,-0.0750205","bedrooms":"0","price":"204000","area":"515"} , +{"type":"Feature","id":"n2404050032","geometry":{"type":"Point","coordinates":[-0.0165498,51.5602447]},"properties":{"@type":"node","@id":2404050032,"@timestamp":1375385388},"coords":"51.5602447,-0.0165498","bedrooms":"3","price":"288000","area":"352"} , +{"type":"Feature","id":"n2404115746","geometry":{"type":"Point","coordinates":[-0.3129726,51.5795411]},"properties":{"@type":"node","@id":2404115746,"@timestamp":1375390518},"coords":"51.5795411,-0.3129726","bedrooms":"2","price":"288000","area":"584"} , +{"type":"Feature","id":"n2404115756","geometry":{"type":"Point","coordinates":[-0.3100432,51.5775962]},"properties":{"@type":"node","@id":2404115756,"@timestamp":1375390519},"coords":"51.5775962,-0.3100432","bedrooms":"1","price":"267000","area":"411"} , +{"type":"Feature","id":"n2404115766","geometry":{"type":"Point","coordinates":[-0.3138317,51.5809802]},"properties":{"@type":"node","@id":2404115766,"@timestamp":1375390520},"coords":"51.5809802,-0.3138317","bedrooms":"4","price":"268000","area":"550"} , +{"type":"Feature","id":"n2404115776","geometry":{"type":"Point","coordinates":[-0.3132735,51.5802031]},"properties":{"@type":"node","@id":2404115776,"@timestamp":1375390521},"coords":"51.5802031,-0.3132735","bedrooms":"0","price":"249000","area":"695"} , +{"type":"Feature","id":"n2404115786","geometry":{"type":"Point","coordinates":[-0.3119967,51.5782886]},"properties":{"@type":"node","@id":2404115786,"@timestamp":1375390522},"coords":"51.5782886,-0.3119967","bedrooms":"2","price":"214000","area":"419"} , +{"type":"Feature","id":"n2404178246","geometry":{"type":"Point","coordinates":[0.3543095,51.4192584]},"properties":{"@type":"node","@id":2404178246,"@timestamp":1375394957},"coords":"51.4192584,0.3543095","bedrooms":"2","price":"160000","area":"461"} , +{"type":"Feature","id":"n2404179611","geometry":{"type":"Point","coordinates":[-0.0090629,51.5333153]},"properties":{"@type":"node","@id":2404179611,"@timestamp":1565582254},"coords":"51.5333153,-0.0090629","bedrooms":"1","price":"259000","area":"401"} , +{"type":"Feature","id":"n2404218286","geometry":{"type":"Point","coordinates":[-0.3370069,51.5793255]},"properties":{"@type":"node","@id":2404218286,"@timestamp":1612971095},"coords":"51.5793255,-0.3370069","bedrooms":"4","price":"253000","area":"456"} , +{"type":"Feature","id":"n2405129460","geometry":{"type":"Point","coordinates":[-0.022686,51.5490958]},"properties":{"@type":"node","@id":2405129460,"@timestamp":1576506519},"coords":"51.5490958,-0.022686","bedrooms":"0","price":"150000","area":"366"} , +{"type":"Feature","id":"n2405529505","geometry":{"type":"Point","coordinates":[-0.0482324,51.5113327]},"properties":{"@type":"node","@id":2405529505,"@timestamp":1635078204},"coords":"51.5113327,-0.0482324","bedrooms":"2","price":"232000","area":"672"} , +{"type":"Feature","id":"n2405789355","geometry":{"type":"Point","coordinates":[0.167639,51.675668]},"properties":{"@type":"node","@id":2405789355,"@timestamp":1610703331},"coords":"51.675668,0.167639","bedrooms":"3","price":"274000","area":"659"} , +{"type":"Feature","id":"n2405919006","geometry":{"type":"Point","coordinates":[-0.1916631,51.4720015]},"properties":{"@type":"node","@id":2405919006,"@timestamp":1555948494},"coords":"51.4720015,-0.1916631","bedrooms":"2","price":"249000","area":"653"} , +{"type":"Feature","id":"n2405961886","geometry":{"type":"Point","coordinates":[-0.1048552,51.453023]},"properties":{"@type":"node","@id":2405961886,"@timestamp":1607533383},"coords":"51.453023,-0.1048552","bedrooms":"4","price":"298000","area":"401"} , +{"type":"Feature","id":"n2406001306","geometry":{"type":"Point","coordinates":[-0.1129133,51.4509698]},"properties":{"@type":"node","@id":2406001306,"@timestamp":1376408574},"coords":"51.4509698,-0.1129133","bedrooms":"2","price":"263000","area":"573"} , +{"type":"Feature","id":"n2406177074","geometry":{"type":"Point","coordinates":[-0.0473553,51.5421955]},"properties":{"@type":"node","@id":2406177074,"@timestamp":1627608857},"coords":"51.5421955,-0.0473553","bedrooms":"2","price":"226000","area":"618"} , +{"type":"Feature","id":"n2406408814","geometry":{"type":"Point","coordinates":[-0.0842882,51.5432754]},"properties":{"@type":"node","@id":2406408814,"@timestamp":1596381423},"coords":"51.5432754,-0.0842882","bedrooms":"2","price":"275000","area":"425"} , +{"type":"Feature","id":"n2406477070","geometry":{"type":"Point","coordinates":[-0.7750177,51.5700362]},"properties":{"@type":"node","@id":2406477070,"@timestamp":1543463741},"coords":"51.5700362,-0.7750177","bedrooms":"4","price":"208000","area":"684"} , +{"type":"Feature","id":"n2406517291","geometry":{"type":"Point","coordinates":[-0.1587943,51.5242161]},"properties":{"@type":"node","@id":2406517291,"@timestamp":1598271278},"coords":"51.5242161,-0.1587943","bedrooms":"4","price":"279000","area":"626"} , +{"type":"Feature","id":"n2406591367","geometry":{"type":"Point","coordinates":[0.093032,51.52972]},"properties":{"@type":"node","@id":2406591367,"@timestamp":1573083861},"coords":"51.52972,0.093032","bedrooms":"0","price":"292000","area":"622"} , +{"type":"Feature","id":"n2406593971","geometry":{"type":"Point","coordinates":[0.0928618,51.5302818]},"properties":{"@type":"node","@id":2406593971,"@timestamp":1564909692},"coords":"51.5302818,0.0928618","bedrooms":"2","price":"224000","area":"363"} , +{"type":"Feature","id":"n2406722225","geometry":{"type":"Point","coordinates":[-0.0228058,51.6913517]},"properties":{"@type":"node","@id":2406722225,"@timestamp":1375611480},"coords":"51.6913517,-0.0228058","bedrooms":"2","price":"235000","area":"634"} , +{"type":"Feature","id":"n2406756171","geometry":{"type":"Point","coordinates":[-0.2948412,51.5725504]},"properties":{"@type":"node","@id":2406756171,"@timestamp":1614638546},"coords":"51.5725504,-0.2948412","bedrooms":"4","price":"178000","area":"493"} , +{"type":"Feature","id":"n2406756181","geometry":{"type":"Point","coordinates":[-0.2949399,51.5714804]},"properties":{"@type":"node","@id":2406756181,"@timestamp":1375632437},"coords":"51.5714804,-0.2949399","bedrooms":"0","price":"263000","area":"508"} , +{"type":"Feature","id":"n2406756191","geometry":{"type":"Point","coordinates":[-0.2949559,51.5707978]},"properties":{"@type":"node","@id":2406756191,"@timestamp":1603897433},"coords":"51.5707978,-0.2949559","bedrooms":"1","price":"224000","area":"403"} , +{"type":"Feature","id":"n2406791211","geometry":{"type":"Point","coordinates":[-0.1596643,50.9592801]},"properties":{"@type":"node","@id":2406791211,"@timestamp":1621358438},"coords":"50.9592801,-0.1596643","bedrooms":"0","price":"189000","area":"668"} , +{"type":"Feature","id":"n2406888039","geometry":{"type":"Point","coordinates":[0.1496506,51.4417266]},"properties":{"@type":"node","@id":2406888039,"@timestamp":1375622300},"coords":"51.4417266,0.1496506","bedrooms":"0","price":"250000","area":"514"} , +{"type":"Feature","id":"n2407051351","geometry":{"type":"Point","coordinates":[0.3429724,51.6096649]},"properties":{"@type":"node","@id":2407051351,"@timestamp":1375632271},"coords":"51.6096649,0.3429724","bedrooms":"1","price":"214000","area":"606"} , +{"type":"Feature","id":"n2407220513","geometry":{"type":"Point","coordinates":[-0.4321073,51.9054978]},"properties":{"@type":"node","@id":2407220513,"@timestamp":1375643926},"coords":"51.9054978,-0.4321073","bedrooms":"2","price":"267000","area":"528"} , +{"type":"Feature","id":"n2407305394","geometry":{"type":"Point","coordinates":[-0.2415913,51.1787144]},"properties":{"@type":"node","@id":2407305394,"@timestamp":1375647353},"coords":"51.1787144,-0.2415913","bedrooms":"3","price":"280000","area":"423"} , +{"type":"Feature","id":"n2407316095","geometry":{"type":"Point","coordinates":[-0.727678,51.3230575]},"properties":{"@type":"node","@id":2407316095,"@timestamp":1571169193},"coords":"51.3230575,-0.727678","bedrooms":"3","price":"240000","area":"394"} , +{"type":"Feature","id":"n2407342711","geometry":{"type":"Point","coordinates":[-0.237136,51.1807314]},"properties":{"@type":"node","@id":2407342711,"@timestamp":1617196292},"coords":"51.1807314,-0.237136","bedrooms":"1","price":"229000","area":"571"} , +{"type":"Feature","id":"n2407379617","geometry":{"type":"Point","coordinates":[-0.3076913,51.570846]},"properties":{"@type":"node","@id":2407379617,"@timestamp":1375654471},"coords":"51.570846,-0.3076913","bedrooms":"4","price":"292000","area":"651"} , +{"type":"Feature","id":"n2407421182","geometry":{"type":"Point","coordinates":[-0.1438552,51.5365065]},"properties":{"@type":"node","@id":2407421182,"@timestamp":1475402161},"coords":"51.5365065,-0.1438552","bedrooms":"3","price":"237000","area":"462"} , +{"type":"Feature","id":"n2407447195","geometry":{"type":"Point","coordinates":[-0.0886623,51.4718192]},"properties":{"@type":"node","@id":2407447195,"@timestamp":1375667497},"coords":"51.4718192,-0.0886623","bedrooms":"4","price":"160000","area":"479"} , +{"type":"Feature","id":"n2407877406","geometry":{"type":"Point","coordinates":[-0.9561771,51.4430443]},"properties":{"@type":"node","@id":2407877406,"@timestamp":1625936053},"coords":"51.4430443,-0.9561771","bedrooms":"0","price":"182000","area":"512"} , +{"type":"Feature","id":"n2408458176","geometry":{"type":"Point","coordinates":[-0.1332263,51.5124823]},"properties":{"@type":"node","@id":2408458176,"@timestamp":1521258850},"coords":"51.5124823,-0.1332263","bedrooms":"2","price":"266000","area":"356"} , +{"type":"Feature","id":"n2408815731","geometry":{"type":"Point","coordinates":[-0.6656548,50.9410625]},"properties":{"@type":"node","@id":2408815731,"@timestamp":1375790890},"coords":"50.9410625,-0.6656548","bedrooms":"4","price":"216000","area":"414"} , +{"type":"Feature","id":"n2408815750","geometry":{"type":"Point","coordinates":[-0.6726283,50.9414663]},"properties":{"@type":"node","@id":2408815750,"@timestamp":1375790891},"coords":"50.9414663,-0.6726283","bedrooms":"3","price":"267000","area":"454"} , +{"type":"Feature","id":"n2408815768","geometry":{"type":"Point","coordinates":[-0.6481987,50.9411672]},"properties":{"@type":"node","@id":2408815768,"@timestamp":1375790891},"coords":"50.9411672,-0.6481987","bedrooms":"3","price":"184000","area":"451"} , +{"type":"Feature","id":"n2408815794","geometry":{"type":"Point","coordinates":[-0.6451786,50.9428133]},"properties":{"@type":"node","@id":2408815794,"@timestamp":1375790892},"coords":"50.9428133,-0.6451786","bedrooms":"1","price":"297000","area":"445"} , +{"type":"Feature","id":"n2408815819","geometry":{"type":"Point","coordinates":[-0.6435478,50.9430465]},"properties":{"@type":"node","@id":2408815819,"@timestamp":1375790893},"coords":"50.9430465,-0.6435478","bedrooms":"4","price":"187000","area":"425"} , +{"type":"Feature","id":"n2409334216","geometry":{"type":"Point","coordinates":[-0.1594638,51.5236156]},"properties":{"@type":"node","@id":2409334216,"@timestamp":1375829061},"coords":"51.5236156,-0.1594638","bedrooms":"3","price":"159000","area":"518"} , +{"type":"Feature","id":"n2409376483","geometry":{"type":"Point","coordinates":[-0.1447862,51.536273]},"properties":{"@type":"node","@id":2409376483,"@timestamp":1605287724},"coords":"51.536273,-0.1447862","bedrooms":"1","price":"211000","area":"690"} , +{"type":"Feature","id":"n2409717268","geometry":{"type":"Point","coordinates":[-0.793547,51.1366374]},"properties":{"@type":"node","@id":2409717268,"@timestamp":1375868592},"coords":"51.1366374,-0.793547","bedrooms":"2","price":"251000","area":"471"} , +{"type":"Feature","id":"n2409829449","geometry":{"type":"Point","coordinates":[-0.1404326,51.5178091]},"properties":{"@type":"node","@id":2409829449,"@timestamp":1616574571},"coords":"51.5178091,-0.1404326","bedrooms":"0","price":"281000","area":"601"} , +{"type":"Feature","id":"n2409836866","geometry":{"type":"Point","coordinates":[-0.1474651,51.5164708]},"properties":{"@type":"node","@id":2409836866,"@timestamp":1612067859},"coords":"51.5164708,-0.1474651","bedrooms":"2","price":"155000","area":"651"} , +{"type":"Feature","id":"n2409837374","geometry":{"type":"Point","coordinates":[-0.1490466,51.5163135]},"properties":{"@type":"node","@id":2409837374,"@timestamp":1612067859},"coords":"51.5163135,-0.1490466","bedrooms":"0","price":"247000","area":"644"} , +{"type":"Feature","id":"n2409987099","geometry":{"type":"Point","coordinates":[-0.1291254,51.5280242]},"properties":{"@type":"node","@id":2409987099,"@timestamp":1443614924},"coords":"51.5280242,-0.1291254","bedrooms":"4","price":"172000","area":"439"} , +{"type":"Feature","id":"n2410219548","geometry":{"type":"Point","coordinates":[-0.2829668,51.9361023]},"properties":{"@type":"node","@id":2410219548,"@timestamp":1375901480},"coords":"51.9361023,-0.2829668","bedrooms":"2","price":"267000","area":"442"} , +{"type":"Feature","id":"n2410476711","geometry":{"type":"Point","coordinates":[-0.092835,51.5388163]},"properties":{"@type":"node","@id":2410476711,"@timestamp":1625012854},"coords":"51.5388163,-0.092835","bedrooms":"1","price":"158000","area":"565"} , +{"type":"Feature","id":"n2410478330","geometry":{"type":"Point","coordinates":[-0.0557717,51.5401755]},"properties":{"@type":"node","@id":2410478330,"@timestamp":1526256751},"coords":"51.5401755,-0.0557717","bedrooms":"4","price":"276000","area":"603"} , +{"type":"Feature","id":"n2410498742","geometry":{"type":"Point","coordinates":[-0.0187038,51.5553956]},"properties":{"@type":"node","@id":2410498742,"@timestamp":1396453147},"coords":"51.5553956,-0.0187038","bedrooms":"4","price":"248000","area":"512"} , +{"type":"Feature","id":"n2410500320","geometry":{"type":"Point","coordinates":[-0.0168185,51.5548037]},"properties":{"@type":"node","@id":2410500320,"@timestamp":1564909692},"coords":"51.5548037,-0.0168185","bedrooms":"1","price":"207000","area":"536"} , +{"type":"Feature","id":"n2410505761","geometry":{"type":"Point","coordinates":[-0.016289,51.5554846]},"properties":{"@type":"node","@id":2410505761,"@timestamp":1616047445},"coords":"51.5554846,-0.016289","bedrooms":"2","price":"191000","area":"579"} , +{"type":"Feature","id":"n2410536991","geometry":{"type":"Point","coordinates":[-0.1567226,51.5097654]},"properties":{"@type":"node","@id":2410536991,"@timestamp":1564909692},"coords":"51.5097654,-0.1567226","bedrooms":"0","price":"180000","area":"590"} , +{"type":"Feature","id":"n2411002037","geometry":{"type":"Point","coordinates":[-0.3727068,51.0661242]},"properties":{"@type":"node","@id":2411002037,"@timestamp":1518528188},"coords":"51.0661242,-0.3727068","bedrooms":"0","price":"207000","area":"402"} , +{"type":"Feature","id":"n2411417699","geometry":{"type":"Point","coordinates":[-0.0944459,50.9697808]},"properties":{"@type":"node","@id":2411417699,"@timestamp":1633800454},"coords":"50.9697808,-0.0944459","bedrooms":"0","price":"260000","area":"474"} , +{"type":"Feature","id":"n2411564845","geometry":{"type":"Point","coordinates":[0.6832089,51.5531943]},"properties":{"@type":"node","@id":2411564845,"@timestamp":1629137645},"coords":"51.5531943,0.6832089","bedrooms":"1","price":"198000","area":"370"} , +{"type":"Feature","id":"n2411748048","geometry":{"type":"Point","coordinates":[-0.7866058,51.0859812]},"properties":{"@type":"node","@id":2411748048,"@timestamp":1376034724},"coords":"51.0859812,-0.7866058","bedrooms":"1","price":"208000","area":"385"} , +{"type":"Feature","id":"n2412350653","geometry":{"type":"Point","coordinates":[-0.156961,51.5158697]},"properties":{"@type":"node","@id":2412350653,"@timestamp":1564909692},"coords":"51.5158697,-0.156961","bedrooms":"3","price":"154000","area":"371"} , +{"type":"Feature","id":"n2412358521","geometry":{"type":"Point","coordinates":[-0.1584059,51.5190262]},"properties":{"@type":"node","@id":2412358521,"@timestamp":1584057557},"coords":"51.5190262,-0.1584059","bedrooms":"3","price":"228000","area":"615"} , +{"type":"Feature","id":"n2412358541","geometry":{"type":"Point","coordinates":[-0.1576855,51.5170558]},"properties":{"@type":"node","@id":2412358541,"@timestamp":1376071256},"coords":"51.5170558,-0.1576855","bedrooms":"1","price":"269000","area":"432"} , +{"type":"Feature","id":"n2412358554","geometry":{"type":"Point","coordinates":[-0.1583274,51.5191106]},"properties":{"@type":"node","@id":2412358554,"@timestamp":1584057557},"coords":"51.5191106,-0.1583274","bedrooms":"2","price":"167000","area":"357"} , +{"type":"Feature","id":"n2412375915","geometry":{"type":"Point","coordinates":[-0.1511613,51.5141795]},"properties":{"@type":"node","@id":2412375915,"@timestamp":1564909692},"coords":"51.5141795,-0.1511613","bedrooms":"1","price":"183000","area":"424"} , +{"type":"Feature","id":"n2412628327","geometry":{"type":"Point","coordinates":[-0.1592447,51.5235977]},"properties":{"@type":"node","@id":2412628327,"@timestamp":1377841637},"coords":"51.5235977,-0.1592447","bedrooms":"1","price":"273000","area":"684"} , +{"type":"Feature","id":"n2412702490","geometry":{"type":"Point","coordinates":[-0.1596168,51.5228817]},"properties":{"@type":"node","@id":2412702490,"@timestamp":1556272262},"coords":"51.5228817,-0.1596168","bedrooms":"1","price":"229000","area":"592"} , +{"type":"Feature","id":"n2412722639","geometry":{"type":"Point","coordinates":[-0.1596072,51.5223067]},"properties":{"@type":"node","@id":2412722639,"@timestamp":1376094524},"coords":"51.5223067,-0.1596072","bedrooms":"3","price":"295000","area":"412"} , +{"type":"Feature","id":"n2412856051","geometry":{"type":"Point","coordinates":[-0.3917497,51.65408]},"properties":{"@type":"node","@id":2412856051,"@timestamp":1589753835},"coords":"51.65408,-0.3917497","bedrooms":"3","price":"215000","area":"449"} , +{"type":"Feature","id":"n2413411306","geometry":{"type":"Point","coordinates":[-0.0060137,51.6970296]},"properties":{"@type":"node","@id":2413411306,"@timestamp":1376146836},"coords":"51.6970296,-0.0060137","bedrooms":"1","price":"190000","area":"629"} , +{"type":"Feature","id":"n2413514744","geometry":{"type":"Point","coordinates":[-0.8926612,51.4628204]},"properties":{"@type":"node","@id":2413514744,"@timestamp":1376150908},"coords":"51.4628204,-0.8926612","bedrooms":"0","price":"258000","area":"504"} , +{"type":"Feature","id":"n2413769783","geometry":{"type":"Point","coordinates":[0.0017864,51.6948843]},"properties":{"@type":"node","@id":2413769783,"@timestamp":1376165117},"coords":"51.6948843,0.0017864","bedrooms":"4","price":"213000","area":"544"} , +{"type":"Feature","id":"n2413910868","geometry":{"type":"Point","coordinates":[0.574653,51.3488565]},"properties":{"@type":"node","@id":2413910868,"@timestamp":1533572476},"coords":"51.3488565,0.574653","bedrooms":"0","price":"191000","area":"373"} , +{"type":"Feature","id":"n2414012812","geometry":{"type":"Point","coordinates":[-0.1337252,51.4988765]},"properties":{"@type":"node","@id":2414012812,"@timestamp":1609317099},"coords":"51.4988765,-0.1337252","bedrooms":"0","price":"211000","area":"592"} , +{"type":"Feature","id":"n2414023473","geometry":{"type":"Point","coordinates":[0.0630272,51.501197]},"properties":{"@type":"node","@id":2414023473,"@timestamp":1609835037},"coords":"51.501197,0.0630272","bedrooms":"2","price":"291000","area":"383"} , +{"type":"Feature","id":"n2414177242","geometry":{"type":"Point","coordinates":[-0.1513428,51.555451]},"properties":{"@type":"node","@id":2414177242,"@timestamp":1511924440},"coords":"51.555451,-0.1513428","bedrooms":"1","price":"249000","area":"612"} , +{"type":"Feature","id":"n2414310900","geometry":{"type":"Point","coordinates":[0.549865,51.3963717]},"properties":{"@type":"node","@id":2414310900,"@timestamp":1598127587},"coords":"51.3963717,0.549865","bedrooms":"4","price":"181000","area":"667"} , +{"type":"Feature","id":"n2414455934","geometry":{"type":"Point","coordinates":[-0.0381989,51.5128206]},"properties":{"@type":"node","@id":2414455934,"@timestamp":1626465764},"coords":"51.5128206,-0.0381989","bedrooms":"0","price":"150000","area":"537"} , +{"type":"Feature","id":"n2414837455","geometry":{"type":"Point","coordinates":[0.5485946,51.3965747]},"properties":{"@type":"node","@id":2414837455,"@timestamp":1598127587},"coords":"51.3965747,0.5485946","bedrooms":"1","price":"228000","area":"363"} , +{"type":"Feature","id":"n2415097545","geometry":{"type":"Point","coordinates":[-0.1178334,51.5488363]},"properties":{"@type":"node","@id":2415097545,"@timestamp":1376247697},"coords":"51.5488363,-0.1178334","bedrooms":"3","price":"287000","area":"362"} , +{"type":"Feature","id":"n2415274415","geometry":{"type":"Point","coordinates":[-0.0944724,51.5219479]},"properties":{"@type":"node","@id":2415274415,"@timestamp":1618744521},"coords":"51.5219479,-0.0944724","bedrooms":"0","price":"216000","area":"535"} , +{"type":"Feature","id":"n2415406980","geometry":{"type":"Point","coordinates":[0.0204837,51.5568182]},"properties":{"@type":"node","@id":2415406980,"@timestamp":1622017192},"coords":"51.5568182,0.0204837","bedrooms":"3","price":"200000","area":"465"} , +{"type":"Feature","id":"n2415413317","geometry":{"type":"Point","coordinates":[0.018632,51.5576418]},"properties":{"@type":"node","@id":2415413317,"@timestamp":1607531009},"coords":"51.5576418,0.018632","bedrooms":"2","price":"252000","area":"540"} , +{"type":"Feature","id":"n2416335232","geometry":{"type":"Point","coordinates":[-0.2444728,51.2127852]},"properties":{"@type":"node","@id":2416335232,"@timestamp":1551298110},"coords":"51.2127852,-0.2444728","bedrooms":"4","price":"258000","area":"435"} , +{"type":"Feature","id":"n2416653723","geometry":{"type":"Point","coordinates":[-0.3276211,51.7498672]},"properties":{"@type":"node","@id":2416653723,"@timestamp":1598355166},"coords":"51.7498672,-0.3276211","bedrooms":"2","price":"293000","area":"366"} , +{"type":"Feature","id":"n2417033550","geometry":{"type":"Point","coordinates":[-0.351787,51.8145803]},"properties":{"@type":"node","@id":2417033550,"@timestamp":1566666395},"coords":"51.8145803,-0.351787","bedrooms":"1","price":"289000","area":"501"} , +{"type":"Feature","id":"n2417297529","geometry":{"type":"Point","coordinates":[-0.1328101,51.5161654]},"properties":{"@type":"node","@id":2417297529,"@timestamp":1630098819},"coords":"51.5161654,-0.1328101","bedrooms":"0","price":"295000","area":"554"} , +{"type":"Feature","id":"n2417300882","geometry":{"type":"Point","coordinates":[-0.1444044,51.5149689]},"properties":{"@type":"node","@id":2417300882,"@timestamp":1628978287},"coords":"51.5149689,-0.1444044","bedrooms":"3","price":"168000","area":"661"} , +{"type":"Feature","id":"n2417795046","geometry":{"type":"Point","coordinates":[-0.287219,51.5118758]},"properties":{"@type":"node","@id":2417795046,"@timestamp":1376400401},"coords":"51.5118758,-0.287219","bedrooms":"3","price":"239000","area":"647"} , +{"type":"Feature","id":"n2417949821","geometry":{"type":"Point","coordinates":[-0.0631736,51.4404062]},"properties":{"@type":"node","@id":2417949821,"@timestamp":1376409319},"coords":"51.4404062,-0.0631736","bedrooms":"1","price":"215000","area":"576"} , +{"type":"Feature","id":"n2418006743","geometry":{"type":"Point","coordinates":[-0.0969079,51.5427752]},"properties":{"@type":"node","@id":2418006743,"@timestamp":1626176078},"coords":"51.5427752,-0.0969079","bedrooms":"4","price":"177000","area":"447"} , +{"type":"Feature","id":"n2418038855","geometry":{"type":"Point","coordinates":[-0.9726013,51.4557895]},"properties":{"@type":"node","@id":2418038855,"@timestamp":1570193053},"coords":"51.4557895,-0.9726013","bedrooms":"4","price":"176000","area":"654"} , +{"type":"Feature","id":"n2418241133","geometry":{"type":"Point","coordinates":[-0.041375,51.537648]},"properties":{"@type":"node","@id":2418241133,"@timestamp":1613920064},"coords":"51.537648,-0.041375","bedrooms":"0","price":"291000","area":"438"} , +{"type":"Feature","id":"n2418330328","geometry":{"type":"Point","coordinates":[-0.3061512,51.4559149]},"properties":{"@type":"node","@id":2418330328,"@timestamp":1376432304},"coords":"51.4559149,-0.3061512","bedrooms":"2","price":"297000","area":"524"} , +{"type":"Feature","id":"n2418363602","geometry":{"type":"Point","coordinates":[-0.3083525,51.4489246]},"properties":{"@type":"node","@id":2418363602,"@timestamp":1626181237},"coords":"51.4489246,-0.3083525","bedrooms":"1","price":"184000","area":"468"} , +{"type":"Feature","id":"n2418363630","geometry":{"type":"Point","coordinates":[-0.3043864,51.4516356]},"properties":{"@type":"node","@id":2418363630,"@timestamp":1376434825},"coords":"51.4516356,-0.3043864","bedrooms":"0","price":"292000","area":"557"} , +{"type":"Feature","id":"n2418663018","geometry":{"type":"Point","coordinates":[-0.1461509,51.5146067]},"properties":{"@type":"node","@id":2418663018,"@timestamp":1594292154},"coords":"51.5146067,-0.1461509","bedrooms":"2","price":"250000","area":"699"} , +{"type":"Feature","id":"n2418801612","geometry":{"type":"Point","coordinates":[-0.3554662,51.5096908]},"properties":{"@type":"node","@id":2418801612,"@timestamp":1635305607},"coords":"51.5096908,-0.3554662","bedrooms":"2","price":"197000","area":"479"} , +{"type":"Feature","id":"n2419314450","geometry":{"type":"Point","coordinates":[-0.0175598,51.7567653]},"properties":{"@type":"node","@id":2419314450,"@timestamp":1376513815},"coords":"51.7567653,-0.0175598","bedrooms":"4","price":"276000","area":"369"} , +{"type":"Feature","id":"n2419361742","geometry":{"type":"Point","coordinates":[-0.0284249,51.7561592]},"properties":{"@type":"node","@id":2419361742,"@timestamp":1376517953},"coords":"51.7561592,-0.0284249","bedrooms":"3","price":"224000","area":"442"} , +{"type":"Feature","id":"n2419390996","geometry":{"type":"Point","coordinates":[-0.020129,51.7600549]},"properties":{"@type":"node","@id":2419390996,"@timestamp":1376521924},"coords":"51.7600549,-0.020129","bedrooms":"2","price":"265000","area":"662"} , +{"type":"Feature","id":"n2419391027","geometry":{"type":"Point","coordinates":[-0.022087,51.7597511]},"properties":{"@type":"node","@id":2419391027,"@timestamp":1376521925},"coords":"51.7597511,-0.022087","bedrooms":"3","price":"191000","area":"470"} , +{"type":"Feature","id":"n2419391050","geometry":{"type":"Point","coordinates":[-0.0191097,51.7592331]},"properties":{"@type":"node","@id":2419391050,"@timestamp":1376521925},"coords":"51.7592331,-0.0191097","bedrooms":"0","price":"251000","area":"572"} , +{"type":"Feature","id":"n2419782788","geometry":{"type":"Point","coordinates":[-0.1639711,51.5208092]},"properties":{"@type":"node","@id":2419782788,"@timestamp":1616866843},"coords":"51.5208092,-0.1639711","bedrooms":"0","price":"204000","area":"443"} , +{"type":"Feature","id":"n2419805304","geometry":{"type":"Point","coordinates":[-0.1509164,51.523195]},"properties":{"@type":"node","@id":2419805304,"@timestamp":1564909692},"coords":"51.523195,-0.1509164","bedrooms":"3","price":"207000","area":"517"} , +{"type":"Feature","id":"n2419809524","geometry":{"type":"Point","coordinates":[-0.1554997,51.522436]},"properties":{"@type":"node","@id":2419809524,"@timestamp":1564909692},"coords":"51.522436,-0.1554997","bedrooms":"4","price":"228000","area":"573"} , +{"type":"Feature","id":"n2419816495","geometry":{"type":"Point","coordinates":[-0.1452833,51.5241694]},"properties":{"@type":"node","@id":2419816495,"@timestamp":1376574141},"coords":"51.5241694,-0.1452833","bedrooms":"3","price":"260000","area":"699"} , +{"type":"Feature","id":"n2419992094","geometry":{"type":"Point","coordinates":[-0.0375014,51.6138034]},"properties":{"@type":"node","@id":2419992094,"@timestamp":1525224454},"coords":"51.6138034,-0.0375014","bedrooms":"0","price":"217000","area":"422"} , +{"type":"Feature","id":"n2420135830","geometry":{"type":"Point","coordinates":[-0.0600372,51.4311999]},"properties":{"@type":"node","@id":2420135830,"@timestamp":1618527241},"coords":"51.4311999,-0.0600372","bedrooms":"0","price":"177000","area":"472"} , +{"type":"Feature","id":"n2420252866","geometry":{"type":"Point","coordinates":[-1.0783733,50.983467]},"properties":{"@type":"node","@id":2420252866,"@timestamp":1622828327},"coords":"50.983467,-1.0783733","bedrooms":"3","price":"237000","area":"448"} , +{"type":"Feature","id":"n2420304723","geometry":{"type":"Point","coordinates":[0.6076461,51.3633296]},"properties":{"@type":"node","@id":2420304723,"@timestamp":1553493332},"coords":"51.3633296,0.6076461","bedrooms":"3","price":"215000","area":"460"} , +{"type":"Feature","id":"n2420457198","geometry":{"type":"Point","coordinates":[0.5143521,51.7514607]},"properties":{"@type":"node","@id":2420457198,"@timestamp":1596496374},"coords":"51.7514607,0.5143521","bedrooms":"3","price":"217000","area":"699"} , +{"type":"Feature","id":"n2420922045","geometry":{"type":"Point","coordinates":[-0.082363,51.4169485]},"properties":{"@type":"node","@id":2420922045,"@timestamp":1376669678},"coords":"51.4169485,-0.082363","bedrooms":"0","price":"207000","area":"556"} , +{"type":"Feature","id":"n2421199619","geometry":{"type":"Point","coordinates":[-0.2636559,51.9428656]},"properties":{"@type":"node","@id":2421199619,"@timestamp":1376685596},"coords":"51.9428656,-0.2636559","bedrooms":"3","price":"263000","area":"495"} , +{"type":"Feature","id":"n2421199629","geometry":{"type":"Point","coordinates":[-0.2634425,51.9429281]},"properties":{"@type":"node","@id":2421199629,"@timestamp":1376685596},"coords":"51.9429281,-0.2634425","bedrooms":"4","price":"209000","area":"448"} , +{"type":"Feature","id":"n2421199639","geometry":{"type":"Point","coordinates":[-0.2638216,51.9429824]},"properties":{"@type":"node","@id":2421199639,"@timestamp":1376685596},"coords":"51.9429824,-0.2638216","bedrooms":"3","price":"254000","area":"627"} , +{"type":"Feature","id":"n2421199649","geometry":{"type":"Point","coordinates":[-0.2634663,51.9430242]},"properties":{"@type":"node","@id":2421199649,"@timestamp":1376685597},"coords":"51.9430242,-0.2634663","bedrooms":"4","price":"285000","area":"400"} , +{"type":"Feature","id":"n2421199659","geometry":{"type":"Point","coordinates":[-0.2642601,51.9430891]},"properties":{"@type":"node","@id":2421199659,"@timestamp":1376685597},"coords":"51.9430891,-0.2642601","bedrooms":"2","price":"157000","area":"471"} , +{"type":"Feature","id":"n2421199669","geometry":{"type":"Point","coordinates":[-0.2644886,51.9432246]},"properties":{"@type":"node","@id":2421199669,"@timestamp":1376683328},"coords":"51.9432246,-0.2644886","bedrooms":"1","price":"246000","area":"699"} , +{"type":"Feature","id":"n2421199679","geometry":{"type":"Point","coordinates":[-0.264613,51.943355]},"properties":{"@type":"node","@id":2421199679,"@timestamp":1376683329},"coords":"51.943355,-0.264613","bedrooms":"1","price":"283000","area":"444"} , +{"type":"Feature","id":"n2421199689","geometry":{"type":"Point","coordinates":[-0.2649301,51.9434569]},"properties":{"@type":"node","@id":2421199689,"@timestamp":1376683329},"coords":"51.9434569,-0.2649301","bedrooms":"4","price":"168000","area":"390"} , +{"type":"Feature","id":"n2421231064","geometry":{"type":"Point","coordinates":[-0.2628857,51.9428943]},"properties":{"@type":"node","@id":2421231064,"@timestamp":1376685586},"coords":"51.9428943,-0.2628857","bedrooms":"4","price":"208000","area":"505"} , +{"type":"Feature","id":"n2421231074","geometry":{"type":"Point","coordinates":[-0.2625529,51.9429987]},"properties":{"@type":"node","@id":2421231074,"@timestamp":1376685586},"coords":"51.9429987,-0.2625529","bedrooms":"3","price":"249000","area":"421"} , +{"type":"Feature","id":"n2421231087","geometry":{"type":"Point","coordinates":[-0.262669,51.9431639]},"properties":{"@type":"node","@id":2421231087,"@timestamp":1376685586},"coords":"51.9431639,-0.262669","bedrooms":"1","price":"162000","area":"384"} , +{"type":"Feature","id":"n2421231099","geometry":{"type":"Point","coordinates":[-0.262686,51.943433]},"properties":{"@type":"node","@id":2421231099,"@timestamp":1376685586},"coords":"51.943433,-0.262686","bedrooms":"1","price":"286000","area":"684"} , +{"type":"Feature","id":"n2421231123","geometry":{"type":"Point","coordinates":[-0.262607,51.9438531]},"properties":{"@type":"node","@id":2421231123,"@timestamp":1376685587},"coords":"51.9438531,-0.262607","bedrooms":"4","price":"270000","area":"590"} , +{"type":"Feature","id":"n2421231133","geometry":{"type":"Point","coordinates":[-0.262525,51.9439637]},"properties":{"@type":"node","@id":2421231133,"@timestamp":1376685587},"coords":"51.9439637,-0.262525","bedrooms":"2","price":"190000","area":"646"} , +{"type":"Feature","id":"n2421231143","geometry":{"type":"Point","coordinates":[-0.2623921,51.9440843]},"properties":{"@type":"node","@id":2421231143,"@timestamp":1376685588},"coords":"51.9440843,-0.2623921","bedrooms":"4","price":"272000","area":"368"} , +{"type":"Feature","id":"n2421231153","geometry":{"type":"Point","coordinates":[-0.262629,51.9442202]},"properties":{"@type":"node","@id":2421231153,"@timestamp":1376685588},"coords":"51.9442202,-0.262629","bedrooms":"1","price":"191000","area":"401"} , +{"type":"Feature","id":"n2421231163","geometry":{"type":"Point","coordinates":[-0.262591,51.9443687]},"properties":{"@type":"node","@id":2421231163,"@timestamp":1376685588},"coords":"51.9443687,-0.262591","bedrooms":"3","price":"276000","area":"417"} , +{"type":"Feature","id":"n2421231173","geometry":{"type":"Point","coordinates":[-0.2624612,51.9444924]},"properties":{"@type":"node","@id":2421231173,"@timestamp":1376685589},"coords":"51.9444924,-0.2624612","bedrooms":"3","price":"153000","area":"625"} , +{"type":"Feature","id":"n2421231183","geometry":{"type":"Point","coordinates":[-0.2640682,51.944614]},"properties":{"@type":"node","@id":2421231183,"@timestamp":1376685589},"coords":"51.944614,-0.2640682","bedrooms":"0","price":"191000","area":"396"} , +{"type":"Feature","id":"n2421231205","geometry":{"type":"Point","coordinates":[-0.2641599,51.9446848]},"properties":{"@type":"node","@id":2421231205,"@timestamp":1376685589},"coords":"51.9446848,-0.2641599","bedrooms":"2","price":"269000","area":"668"} , +{"type":"Feature","id":"n2421231230","geometry":{"type":"Point","coordinates":[-0.2641324,51.94473]},"properties":{"@type":"node","@id":2421231230,"@timestamp":1376685590},"coords":"51.94473,-0.2641324","bedrooms":"3","price":"224000","area":"634"} , +{"type":"Feature","id":"n2421231253","geometry":{"type":"Point","coordinates":[-0.2631294,51.9447984]},"properties":{"@type":"node","@id":2421231253,"@timestamp":1376685590},"coords":"51.9447984,-0.2631294","bedrooms":"0","price":"235000","area":"386"} , +{"type":"Feature","id":"n2421231279","geometry":{"type":"Point","coordinates":[-0.2632934,51.944861]},"properties":{"@type":"node","@id":2421231279,"@timestamp":1376685590},"coords":"51.944861,-0.2632934","bedrooms":"0","price":"155000","area":"535"} , +{"type":"Feature","id":"n2421231299","geometry":{"type":"Point","coordinates":[-0.2637141,51.9449612]},"properties":{"@type":"node","@id":2421231299,"@timestamp":1376685591},"coords":"51.9449612,-0.2637141","bedrooms":"4","price":"151000","area":"676"} , +{"type":"Feature","id":"n2421267897","geometry":{"type":"Point","coordinates":[-0.1221421,51.5304339]},"properties":{"@type":"node","@id":2421267897,"@timestamp":1376688164},"coords":"51.5304339,-0.1221421","bedrooms":"1","price":"239000","area":"523"} , +{"type":"Feature","id":"n2421399219","geometry":{"type":"Point","coordinates":[-0.1220271,51.5450053]},"properties":{"@type":"node","@id":2421399219,"@timestamp":1394578635},"coords":"51.5450053,-0.1220271","bedrooms":"3","price":"163000","area":"698"} , +{"type":"Feature","id":"n2421766269","geometry":{"type":"Point","coordinates":[-0.2638691,51.9424447]},"properties":{"@type":"node","@id":2421766269,"@timestamp":1376741973},"coords":"51.9424447,-0.2638691","bedrooms":"3","price":"258000","area":"690"} , +{"type":"Feature","id":"n2421766300","geometry":{"type":"Point","coordinates":[-0.264681,51.942518]},"properties":{"@type":"node","@id":2421766300,"@timestamp":1376740466},"coords":"51.942518,-0.264681","bedrooms":"2","price":"273000","area":"529"} , +{"type":"Feature","id":"n2421766335","geometry":{"type":"Point","coordinates":[-0.2649155,51.9425887]},"properties":{"@type":"node","@id":2421766335,"@timestamp":1376740467},"coords":"51.9425887,-0.2649155","bedrooms":"3","price":"273000","area":"578"} , +{"type":"Feature","id":"n2421766350","geometry":{"type":"Point","coordinates":[-0.2644158,51.942637]},"properties":{"@type":"node","@id":2421766350,"@timestamp":1376740467},"coords":"51.942637,-0.2644158","bedrooms":"0","price":"158000","area":"452"} , +{"type":"Feature","id":"n2421766381","geometry":{"type":"Point","coordinates":[-0.2645563,51.9427174]},"properties":{"@type":"node","@id":2421766381,"@timestamp":1376740468},"coords":"51.9427174,-0.2645563","bedrooms":"3","price":"234000","area":"435"} , +{"type":"Feature","id":"n2421840608","geometry":{"type":"Point","coordinates":[0.6301084,51.0485073]},"properties":{"@type":"node","@id":2421840608,"@timestamp":1376742726},"coords":"51.0485073,0.6301084","bedrooms":"3","price":"224000","area":"517"} , +{"type":"Feature","id":"n2422074623","geometry":{"type":"Point","coordinates":[-0.2655897,51.9420544]},"properties":{"@type":"node","@id":2422074623,"@timestamp":1376757017},"coords":"51.9420544,-0.2655897","bedrooms":"1","price":"160000","area":"490"} , +{"type":"Feature","id":"n2422148471","geometry":{"type":"Point","coordinates":[-0.610525,50.9841153]},"properties":{"@type":"node","@id":2422148471,"@timestamp":1376764119},"coords":"50.9841153,-0.610525","bedrooms":"4","price":"159000","area":"451"} , +{"type":"Feature","id":"n2422154781","geometry":{"type":"Point","coordinates":[-0.008888,51.7054732]},"properties":{"@type":"node","@id":2422154781,"@timestamp":1617970666},"coords":"51.7054732,-0.008888","bedrooms":"2","price":"222000","area":"593"} , +{"type":"Feature","id":"n2422214307","geometry":{"type":"Point","coordinates":[-0.0135244,51.7019378]},"properties":{"@type":"node","@id":2422214307,"@timestamp":1376769153},"coords":"51.7019378,-0.0135244","bedrooms":"4","price":"250000","area":"654"} , +{"type":"Feature","id":"n2422292919","geometry":{"type":"Point","coordinates":[0.1637352,51.1998839]},"properties":{"@type":"node","@id":2422292919,"@timestamp":1376775087},"coords":"51.1998839,0.1637352","bedrooms":"1","price":"288000","area":"549"} , +{"type":"Feature","id":"n2422329093","geometry":{"type":"Point","coordinates":[0.3726595,51.4443492]},"properties":{"@type":"node","@id":2422329093,"@timestamp":1553493240},"coords":"51.4443492,0.3726595","bedrooms":"2","price":"238000","area":"514"} , +{"type":"Feature","id":"n2422550428","geometry":{"type":"Point","coordinates":[0.5349839,51.3785853]},"properties":{"@type":"node","@id":2422550428,"@timestamp":1536066697},"coords":"51.3785853,0.5349839","bedrooms":"3","price":"202000","area":"517"} , +{"type":"Feature","id":"n2422642087","geometry":{"type":"Point","coordinates":[0.6213276,51.0537543]},"properties":{"@type":"node","@id":2422642087,"@timestamp":1376822963},"coords":"51.0537543,0.6213276","bedrooms":"1","price":"251000","area":"409"} , +{"type":"Feature","id":"n2422677739","geometry":{"type":"Point","coordinates":[-0.2948082,51.5723435]},"properties":{"@type":"node","@id":2422677739,"@timestamp":1376825073},"coords":"51.5723435,-0.2948082","bedrooms":"4","price":"158000","area":"404"} , +{"type":"Feature","id":"n2422758426","geometry":{"type":"Point","coordinates":[-0.3018249,51.5690242]},"properties":{"@type":"node","@id":2422758426,"@timestamp":1376831473},"coords":"51.5690242,-0.3018249","bedrooms":"2","price":"172000","area":"613"} , +{"type":"Feature","id":"n2422938779","geometry":{"type":"Point","coordinates":[-0.1082543,51.5505558]},"properties":{"@type":"node","@id":2422938779,"@timestamp":1477245020},"coords":"51.5505558,-0.1082543","bedrooms":"0","price":"154000","area":"515"} , +{"type":"Feature","id":"n2422987080","geometry":{"type":"Point","coordinates":[-0.2941156,51.5741204]},"properties":{"@type":"node","@id":2422987080,"@timestamp":1376838860},"coords":"51.5741204,-0.2941156","bedrooms":"1","price":"179000","area":"472"} , +{"type":"Feature","id":"n2423139804","geometry":{"type":"Point","coordinates":[0.6299586,51.0526503]},"properties":{"@type":"node","@id":2423139804,"@timestamp":1549300276},"coords":"51.0526503,0.6299586","bedrooms":"1","price":"221000","area":"537"} , +{"type":"Feature","id":"n2423193488","geometry":{"type":"Point","coordinates":[-0.8179227,51.2009954]},"properties":{"@type":"node","@id":2423193488,"@timestamp":1501186481},"coords":"51.2009954,-0.8179227","bedrooms":"0","price":"183000","area":"613"} , +{"type":"Feature","id":"n2423220373","geometry":{"type":"Point","coordinates":[-0.7877969,51.2083464]},"properties":{"@type":"node","@id":2423220373,"@timestamp":1539716524},"coords":"51.2083464,-0.7877969","bedrooms":"0","price":"287000","area":"640"} , +{"type":"Feature","id":"n2423526387","geometry":{"type":"Point","coordinates":[-0.3256245,51.4464626]},"properties":{"@type":"node","@id":2423526387,"@timestamp":1376865517},"coords":"51.4464626,-0.3256245","bedrooms":"4","price":"151000","area":"593"} , +{"type":"Feature","id":"n2424675962","geometry":{"type":"Point","coordinates":[-0.3809444,51.1731762]},"properties":{"@type":"node","@id":2424675962,"@timestamp":1376944939},"coords":"51.1731762,-0.3809444","bedrooms":"4","price":"176000","area":"434"} , +{"type":"Feature","id":"n2424696242","geometry":{"type":"Point","coordinates":[-0.3025652,51.5702971]},"properties":{"@type":"node","@id":2424696242,"@timestamp":1376946191},"coords":"51.5702971,-0.3025652","bedrooms":"3","price":"221000","area":"388"} , +{"type":"Feature","id":"n2424720881","geometry":{"type":"Point","coordinates":[-0.340653,51.4055623]},"properties":{"@type":"node","@id":2424720881,"@timestamp":1415966843},"coords":"51.4055623,-0.340653","bedrooms":"0","price":"176000","area":"366"} , +{"type":"Feature","id":"n2424801084","geometry":{"type":"Point","coordinates":[-0.3412178,51.4036593]},"properties":{"@type":"node","@id":2424801084,"@timestamp":1636148640},"coords":"51.4036593,-0.3412178","bedrooms":"3","price":"259000","area":"393"} , +{"type":"Feature","id":"n2425140532","geometry":{"type":"Point","coordinates":[-0.1358035,51.5158224]},"properties":{"@type":"node","@id":2425140532,"@timestamp":1630099353},"coords":"51.5158224,-0.1358035","bedrooms":"2","price":"291000","area":"550"} , +{"type":"Feature","id":"n2425271330","geometry":{"type":"Point","coordinates":[-0.1873004,51.5161316]},"properties":{"@type":"node","@id":2425271330,"@timestamp":1574050518},"coords":"51.5161316,-0.1873004","bedrooms":"3","price":"165000","area":"659"} , +{"type":"Feature","id":"n2425271345","geometry":{"type":"Point","coordinates":[-0.1875207,51.5162164]},"properties":{"@type":"node","@id":2425271345,"@timestamp":1376993795},"coords":"51.5162164,-0.1875207","bedrooms":"2","price":"209000","area":"622"} , +{"type":"Feature","id":"n2425281878","geometry":{"type":"Point","coordinates":[-0.1952519,51.5147873]},"properties":{"@type":"node","@id":2425281878,"@timestamp":1564909692},"coords":"51.5147873,-0.1952519","bedrooms":"1","price":"151000","area":"666"} , +{"type":"Feature","id":"n2425413380","geometry":{"type":"Point","coordinates":[-0.0247954,51.6944951]},"properties":{"@type":"node","@id":2425413380,"@timestamp":1377001821},"coords":"51.6944951,-0.0247954","bedrooms":"2","price":"202000","area":"561"} , +{"type":"Feature","id":"n2425552362","geometry":{"type":"Point","coordinates":[-0.1208584,51.5308328]},"properties":{"@type":"node","@id":2425552362,"@timestamp":1611185636},"coords":"51.5308328,-0.1208584","bedrooms":"0","price":"184000","area":"486"} , +{"type":"Feature","id":"n2425603159","geometry":{"type":"Point","coordinates":[-0.1157833,51.5298556]},"properties":{"@type":"node","@id":2425603159,"@timestamp":1581560214},"coords":"51.5298556,-0.1157833","bedrooms":"2","price":"281000","area":"475"} , +{"type":"Feature","id":"n2425610776","geometry":{"type":"Point","coordinates":[-0.0199165,51.7033866]},"properties":{"@type":"node","@id":2425610776,"@timestamp":1377009143},"coords":"51.7033866,-0.0199165","bedrooms":"0","price":"246000","area":"547"} , +{"type":"Feature","id":"n2425639651","geometry":{"type":"Point","coordinates":[-0.022234,51.7066785]},"properties":{"@type":"node","@id":2425639651,"@timestamp":1380458124},"coords":"51.7066785,-0.022234","bedrooms":"2","price":"266000","area":"658"} , +{"type":"Feature","id":"n2425639665","geometry":{"type":"Point","coordinates":[-0.0228428,51.7064641]},"properties":{"@type":"node","@id":2425639665,"@timestamp":1377011773},"coords":"51.7064641,-0.0228428","bedrooms":"2","price":"262000","area":"640"} , +{"type":"Feature","id":"n2425821781","geometry":{"type":"Point","coordinates":[-0.0808914,51.5463392]},"properties":{"@type":"node","@id":2425821781,"@timestamp":1377023188},"coords":"51.5463392,-0.0808914","bedrooms":"4","price":"204000","area":"541"} , +{"type":"Feature","id":"n2425857683","geometry":{"type":"Point","coordinates":[-0.2152936,51.5351008]},"properties":{"@type":"node","@id":2425857683,"@timestamp":1519297780},"coords":"51.5351008,-0.2152936","bedrooms":"1","price":"150000","area":"366"} , +{"type":"Feature","id":"n2426096022","geometry":{"type":"Point","coordinates":[-0.792237,51.212236]},"properties":{"@type":"node","@id":2426096022,"@timestamp":1624093871},"coords":"51.212236,-0.792237","bedrooms":"2","price":"247000","area":"354"} , +{"type":"Feature","id":"n2426787170","geometry":{"type":"Point","coordinates":[-0.1885598,51.5472034]},"properties":{"@type":"node","@id":2426787170,"@timestamp":1604719099},"coords":"51.5472034,-0.1885598","bedrooms":"4","price":"195000","area":"448"} , +{"type":"Feature","id":"n2426833636","geometry":{"type":"Point","coordinates":[-0.3686294,51.5090246]},"properties":{"@type":"node","@id":2426833636,"@timestamp":1377093749},"coords":"51.5090246,-0.3686294","bedrooms":"1","price":"219000","area":"470"} , +{"type":"Feature","id":"n2426842825","geometry":{"type":"Point","coordinates":[-0.370692,51.5097042]},"properties":{"@type":"node","@id":2426842825,"@timestamp":1377094306},"coords":"51.5097042,-0.370692","bedrooms":"0","price":"231000","area":"667"} , +{"type":"Feature","id":"n2426842837","geometry":{"type":"Point","coordinates":[-0.3680581,51.5100279]},"properties":{"@type":"node","@id":2426842837,"@timestamp":1377094306},"coords":"51.5100279,-0.3680581","bedrooms":"2","price":"296000","area":"584"} , +{"type":"Feature","id":"n2426842848","geometry":{"type":"Point","coordinates":[-0.3706706,51.5087493]},"properties":{"@type":"node","@id":2426842848,"@timestamp":1377094306},"coords":"51.5087493,-0.3706706","bedrooms":"4","price":"223000","area":"426"} , +{"type":"Feature","id":"n2426842861","geometry":{"type":"Point","coordinates":[-0.3702414,51.5089697]},"properties":{"@type":"node","@id":2426842861,"@timestamp":1377094307},"coords":"51.5089697,-0.3702414","bedrooms":"2","price":"257000","area":"508"} , +{"type":"Feature","id":"n2426842874","geometry":{"type":"Point","coordinates":[-0.3708529,51.509714]},"properties":{"@type":"node","@id":2426842874,"@timestamp":1377094307},"coords":"51.509714,-0.3708529","bedrooms":"2","price":"172000","area":"390"} , +{"type":"Feature","id":"n2426934959","geometry":{"type":"Point","coordinates":[-0.43483,51.8538189]},"properties":{"@type":"node","@id":2426934959,"@timestamp":1377102521},"coords":"51.8538189,-0.43483","bedrooms":"4","price":"292000","area":"368"} , +{"type":"Feature","id":"n2427007452","geometry":{"type":"Point","coordinates":[-0.6043269,51.1971377]},"properties":{"@type":"node","@id":2427007452,"@timestamp":1622506243},"coords":"51.1971377,-0.6043269","bedrooms":"1","price":"221000","area":"411"} , +{"type":"Feature","id":"n2427281614","geometry":{"type":"Point","coordinates":[-0.3062401,51.5867748]},"properties":{"@type":"node","@id":2427281614,"@timestamp":1630200977},"coords":"51.5867748,-0.3062401","bedrooms":"4","price":"292000","area":"382"} , +{"type":"Feature","id":"n2427879271","geometry":{"type":"Point","coordinates":[-0.1421375,51.5146203]},"properties":{"@type":"node","@id":2427879271,"@timestamp":1576503489},"coords":"51.5146203,-0.1421375","bedrooms":"3","price":"281000","area":"480"} , +{"type":"Feature","id":"n2428141197","geometry":{"type":"Point","coordinates":[-0.8843591,50.9679409]},"properties":{"@type":"node","@id":2428141197,"@timestamp":1601801876},"coords":"50.9679409,-0.8843591","bedrooms":"2","price":"257000","area":"455"} , +{"type":"Feature","id":"n2428218218","geometry":{"type":"Point","coordinates":[-0.8498309,51.0074313]},"properties":{"@type":"node","@id":2428218218,"@timestamp":1589028190},"coords":"51.0074313,-0.8498309","bedrooms":"2","price":"235000","area":"632"} , +{"type":"Feature","id":"n2428538019","geometry":{"type":"Point","coordinates":[-0.8640269,51.1113532]},"properties":{"@type":"node","@id":2428538019,"@timestamp":1570115993},"coords":"51.1113532,-0.8640269","bedrooms":"1","price":"277000","area":"667"} , +{"type":"Feature","id":"n2428708251","geometry":{"type":"Point","coordinates":[-0.9109259,51.213204]},"properties":{"@type":"node","@id":2428708251,"@timestamp":1401050591},"coords":"51.213204,-0.9109259","bedrooms":"2","price":"263000","area":"494"} , +{"type":"Feature","id":"n2429036502","geometry":{"type":"Point","coordinates":[-0.7257386,50.9955716]},"properties":{"@type":"node","@id":2429036502,"@timestamp":1377253927},"coords":"50.9955716,-0.7257386","bedrooms":"2","price":"285000","area":"361"} , +{"type":"Feature","id":"n2429122122","geometry":{"type":"Point","coordinates":[-0.7238896,51.0483661]},"properties":{"@type":"node","@id":2429122122,"@timestamp":1413154657},"coords":"51.0483661,-0.7238896","bedrooms":"2","price":"230000","area":"617"} , +{"type":"Feature","id":"n2429448675","geometry":{"type":"Point","coordinates":[-0.3333055,51.1561597]},"properties":{"@type":"node","@id":2429448675,"@timestamp":1604321814},"coords":"51.1561597,-0.3333055","bedrooms":"2","price":"167000","area":"690"} , +{"type":"Feature","id":"n2429748297","geometry":{"type":"Point","coordinates":[-0.1318975,51.5579163]},"properties":{"@type":"node","@id":2429748297,"@timestamp":1377317435},"coords":"51.5579163,-0.1318975","bedrooms":"1","price":"230000","area":"545"} , +{"type":"Feature","id":"n2429826568","geometry":{"type":"Point","coordinates":[-0.167358,51.427424]},"properties":{"@type":"node","@id":2429826568,"@timestamp":1619965636},"coords":"51.427424,-0.167358","bedrooms":"1","price":"169000","area":"414"} , +{"type":"Feature","id":"n2429830341","geometry":{"type":"Point","coordinates":[-0.1665624,51.429152]},"properties":{"@type":"node","@id":2429830341,"@timestamp":1624707473},"coords":"51.429152,-0.1665624","bedrooms":"0","price":"250000","area":"360"} , +{"type":"Feature","id":"n2430158068","geometry":{"type":"Point","coordinates":[-0.294257,51.5735292]},"properties":{"@type":"node","@id":2430158068,"@timestamp":1379368222},"coords":"51.5735292,-0.294257","bedrooms":"0","price":"250000","area":"538"} , +{"type":"Feature","id":"n2430158082","geometry":{"type":"Point","coordinates":[-0.2943286,51.5732619]},"properties":{"@type":"node","@id":2430158082,"@timestamp":1431707021},"coords":"51.5732619,-0.2943286","bedrooms":"4","price":"262000","area":"386"} , +{"type":"Feature","id":"n2430298116","geometry":{"type":"Point","coordinates":[-0.035872,51.5376308]},"properties":{"@type":"node","@id":2430298116,"@timestamp":1596353196},"coords":"51.5376308,-0.035872","bedrooms":"2","price":"185000","area":"676"} , +{"type":"Feature","id":"n2430459826","geometry":{"type":"Point","coordinates":[0.341011,51.2981279]},"properties":{"@type":"node","@id":2430459826,"@timestamp":1566600990},"coords":"51.2981279,0.341011","bedrooms":"2","price":"263000","area":"374"} , +{"type":"Feature","id":"n2430590064","geometry":{"type":"Point","coordinates":[-0.0187459,51.5447449]},"properties":{"@type":"node","@id":2430590064,"@timestamp":1616034393},"coords":"51.5447449,-0.0187459","bedrooms":"2","price":"238000","area":"567"} , +{"type":"Feature","id":"n2430876859","geometry":{"type":"Point","coordinates":[-0.7433602,51.2532633]},"properties":{"@type":"node","@id":2430876859,"@timestamp":1491251116},"coords":"51.2532633,-0.7433602","bedrooms":"1","price":"228000","area":"506"} , +{"type":"Feature","id":"n2430895071","geometry":{"type":"Point","coordinates":[-0.7606623,51.245963]},"properties":{"@type":"node","@id":2430895071,"@timestamp":1602240668},"coords":"51.245963,-0.7606623","bedrooms":"1","price":"265000","area":"516"} , +{"type":"Feature","id":"n2431073406","geometry":{"type":"Point","coordinates":[-0.0431516,51.6666325]},"properties":{"@type":"node","@id":2431073406,"@timestamp":1602973270},"coords":"51.6666325,-0.0431516","bedrooms":"0","price":"156000","area":"558"} , +{"type":"Feature","id":"n2431230604","geometry":{"type":"Point","coordinates":[-0.0862134,51.6197155]},"properties":{"@type":"node","@id":2431230604,"@timestamp":1377447160},"coords":"51.6197155,-0.0862134","bedrooms":"3","price":"187000","area":"511"} , +{"type":"Feature","id":"n2431292550","geometry":{"type":"Point","coordinates":[0.082038,51.6255084]},"properties":{"@type":"node","@id":2431292550,"@timestamp":1630199623},"coords":"51.6255084,0.082038","bedrooms":"2","price":"154000","area":"498"} , +{"type":"Feature","id":"n2431297953","geometry":{"type":"Point","coordinates":[-0.0865246,51.617448]},"properties":{"@type":"node","@id":2431297953,"@timestamp":1377450832},"coords":"51.617448,-0.0865246","bedrooms":"2","price":"277000","area":"597"} , +{"type":"Feature","id":"n2431319639","geometry":{"type":"Point","coordinates":[-0.0874472,51.6171207]},"properties":{"@type":"node","@id":2431319639,"@timestamp":1377452555},"coords":"51.6171207,-0.0874472","bedrooms":"2","price":"203000","area":"555"} , +{"type":"Feature","id":"n2431343198","geometry":{"type":"Point","coordinates":[-0.085712,51.6167561]},"properties":{"@type":"node","@id":2431343198,"@timestamp":1392554778},"coords":"51.6167561,-0.085712","bedrooms":"1","price":"151000","area":"532"} , +{"type":"Feature","id":"n2431363116","geometry":{"type":"Point","coordinates":[-0.0848616,51.6167052]},"properties":{"@type":"node","@id":2431363116,"@timestamp":1377568184},"coords":"51.6167052,-0.0848616","bedrooms":"4","price":"176000","area":"617"} , +{"type":"Feature","id":"n2431417477","geometry":{"type":"Point","coordinates":[-0.417289,51.6673516]},"properties":{"@type":"node","@id":2431417477,"@timestamp":1494139394},"coords":"51.6673516,-0.417289","bedrooms":"1","price":"232000","area":"677"} , +{"type":"Feature","id":"n2431430574","geometry":{"type":"Point","coordinates":[-0.0864763,51.6177819]},"properties":{"@type":"node","@id":2431430574,"@timestamp":1377458976},"coords":"51.6177819,-0.0864763","bedrooms":"4","price":"220000","area":"566"} , +{"type":"Feature","id":"n2431487608","geometry":{"type":"Point","coordinates":[-0.9674456,51.1515731]},"properties":{"@type":"node","@id":2431487608,"@timestamp":1540414326},"coords":"51.1515731,-0.9674456","bedrooms":"0","price":"220000","area":"375"} , +{"type":"Feature","id":"n2431488365","geometry":{"type":"Point","coordinates":[-0.0876256,51.6196779]},"properties":{"@type":"node","@id":2431488365,"@timestamp":1377461397},"coords":"51.6196779,-0.0876256","bedrooms":"0","price":"235000","area":"438"} , +{"type":"Feature","id":"n2431490980","geometry":{"type":"Point","coordinates":[-0.0035805,51.5379165]},"properties":{"@type":"node","@id":2431490980,"@timestamp":1631060723},"coords":"51.5379165,-0.0035805","bedrooms":"2","price":"257000","area":"451"} , +{"type":"Feature","id":"n2431496458","geometry":{"type":"Point","coordinates":[-0.967642,51.1513685]},"properties":{"@type":"node","@id":2431496458,"@timestamp":1635691022},"coords":"51.1513685,-0.967642","bedrooms":"0","price":"250000","area":"527"} , +{"type":"Feature","id":"n2431543653","geometry":{"type":"Point","coordinates":[-0.0886177,51.6155743]},"properties":{"@type":"node","@id":2431543653,"@timestamp":1377465314},"coords":"51.6155743,-0.0886177","bedrooms":"2","price":"195000","area":"508"} , +{"type":"Feature","id":"n2431571619","geometry":{"type":"Point","coordinates":[-0.0899544,51.61589]},"properties":{"@type":"node","@id":2431571619,"@timestamp":1377466985},"coords":"51.61589,-0.0899544","bedrooms":"4","price":"250000","area":"674"} , +{"type":"Feature","id":"n2431584074","geometry":{"type":"Point","coordinates":[-0.0948859,51.6138214]},"properties":{"@type":"node","@id":2431584074,"@timestamp":1377468029},"coords":"51.6138214,-0.0948859","bedrooms":"0","price":"264000","area":"407"} , +{"type":"Feature","id":"n2431593352","geometry":{"type":"Point","coordinates":[-0.0967162,51.6114914]},"properties":{"@type":"node","@id":2431593352,"@timestamp":1377468879},"coords":"51.6114914,-0.0967162","bedrooms":"3","price":"182000","area":"436"} , +{"type":"Feature","id":"n2431640298","geometry":{"type":"Point","coordinates":[-0.9560643,51.6258542]},"properties":{"@type":"node","@id":2431640298,"@timestamp":1377475820},"coords":"51.6258542,-0.9560643","bedrooms":"3","price":"177000","area":"560"} , +{"type":"Feature","id":"n2431645635","geometry":{"type":"Point","coordinates":[-0.0896489,51.5361326]},"properties":{"@type":"node","@id":2431645635,"@timestamp":1625105011},"coords":"51.5361326,-0.0896489","bedrooms":"2","price":"281000","area":"598"} , +{"type":"Feature","id":"n2431651999","geometry":{"type":"Point","coordinates":[-0.1325431,51.536191]},"properties":{"@type":"node","@id":2431651999,"@timestamp":1377477835},"coords":"51.536191,-0.1325431","bedrooms":"1","price":"157000","area":"452"} , +{"type":"Feature","id":"n2431652243","geometry":{"type":"Point","coordinates":[-0.0830765,51.5331952]},"properties":{"@type":"node","@id":2431652243,"@timestamp":1625009416},"coords":"51.5331952,-0.0830765","bedrooms":"0","price":"151000","area":"670"} , +{"type":"Feature","id":"n2431672363","geometry":{"type":"Point","coordinates":[-0.0341094,51.5816536]},"properties":{"@type":"node","@id":2431672363,"@timestamp":1595029229},"coords":"51.5816536,-0.0341094","bedrooms":"0","price":"260000","area":"567"} , +{"type":"Feature","id":"n2431989251","geometry":{"type":"Point","coordinates":[-1.0445161,51.542094]},"properties":{"@type":"node","@id":2431989251,"@timestamp":1630477575},"coords":"51.542094,-1.0445161","bedrooms":"2","price":"263000","area":"569"} , +{"type":"Feature","id":"n2432169377","geometry":{"type":"Point","coordinates":[-0.1114498,51.4854222]},"properties":{"@type":"node","@id":2432169377,"@timestamp":1377515666},"coords":"51.4854222,-0.1114498","bedrooms":"3","price":"169000","area":"363"} , +{"type":"Feature","id":"n2432500678","geometry":{"type":"Point","coordinates":[0.0469011,51.6184643]},"properties":{"@type":"node","@id":2432500678,"@timestamp":1377534624},"coords":"51.6184643,0.0469011","bedrooms":"4","price":"204000","area":"669"} , +{"type":"Feature","id":"n2432542273","geometry":{"type":"Point","coordinates":[0.0223175,51.7690159]},"properties":{"@type":"node","@id":2432542273,"@timestamp":1489354079},"coords":"51.7690159,0.0223175","bedrooms":"1","price":"217000","area":"636"} , +{"type":"Feature","id":"n2432812645","geometry":{"type":"Point","coordinates":[-0.2902008,51.5768398]},"properties":{"@type":"node","@id":2432812645,"@timestamp":1377548820},"coords":"51.5768398,-0.2902008","bedrooms":"4","price":"194000","area":"618"} , +{"type":"Feature","id":"n2433128140","geometry":{"type":"Point","coordinates":[-0.0471618,51.554438]},"properties":{"@type":"node","@id":2433128140,"@timestamp":1588349029},"coords":"51.554438,-0.0471618","bedrooms":"2","price":"188000","area":"573"} , +{"type":"Feature","id":"n2433143926","geometry":{"type":"Point","coordinates":[-0.0420975,51.5486883]},"properties":{"@type":"node","@id":2433143926,"@timestamp":1600466359},"coords":"51.5486883,-0.0420975","bedrooms":"0","price":"166000","area":"664"} , +{"type":"Feature","id":"n2433167825","geometry":{"type":"Point","coordinates":[-0.0547451,51.5458064]},"properties":{"@type":"node","@id":2433167825,"@timestamp":1609270898},"coords":"51.5458064,-0.0547451","bedrooms":"3","price":"279000","area":"594"} , +{"type":"Feature","id":"n2433185911","geometry":{"type":"Point","coordinates":[-0.0540042,51.5462857]},"properties":{"@type":"node","@id":2433185911,"@timestamp":1614193062},"coords":"51.5462857,-0.0540042","bedrooms":"3","price":"237000","area":"371"} , +{"type":"Feature","id":"n2433228879","geometry":{"type":"Point","coordinates":[-0.0474965,51.5418557]},"properties":{"@type":"node","@id":2433228879,"@timestamp":1627608857},"coords":"51.5418557,-0.0474965","bedrooms":"3","price":"256000","area":"457"} , +{"type":"Feature","id":"n2433232748","geometry":{"type":"Point","coordinates":[-0.0483318,51.542841]},"properties":{"@type":"node","@id":2433232748,"@timestamp":1600297100},"coords":"51.542841,-0.0483318","bedrooms":"3","price":"286000","area":"582"} , +{"type":"Feature","id":"n2433521872","geometry":{"type":"Point","coordinates":[-0.0069152,51.5368301]},"properties":{"@type":"node","@id":2433521872,"@timestamp":1630043576},"coords":"51.5368301,-0.0069152","bedrooms":"3","price":"177000","area":"465"} , +{"type":"Feature","id":"n2433521947","geometry":{"type":"Point","coordinates":[-0.0079294,51.5367132]},"properties":{"@type":"node","@id":2433521947,"@timestamp":1377591408},"coords":"51.5367132,-0.0079294","bedrooms":"3","price":"205000","area":"469"} , +{"type":"Feature","id":"n2433551541","geometry":{"type":"Point","coordinates":[-0.0050658,51.5388288]},"properties":{"@type":"node","@id":2433551541,"@timestamp":1377593090},"coords":"51.5388288,-0.0050658","bedrooms":"2","price":"200000","area":"663"} , +{"type":"Feature","id":"n2433551555","geometry":{"type":"Point","coordinates":[-0.0034744,51.5390903]},"properties":{"@type":"node","@id":2433551555,"@timestamp":1377593091},"coords":"51.5390903,-0.0034744","bedrooms":"1","price":"204000","area":"634"} , +{"type":"Feature","id":"n2433551568","geometry":{"type":"Point","coordinates":[-0.0034001,51.5387053]},"properties":{"@type":"node","@id":2433551568,"@timestamp":1377593091},"coords":"51.5387053,-0.0034001","bedrooms":"1","price":"282000","area":"621"} , +{"type":"Feature","id":"n2433551580","geometry":{"type":"Point","coordinates":[-0.0030648,51.5383349]},"properties":{"@type":"node","@id":2433551580,"@timestamp":1377593092},"coords":"51.5383349,-0.0030648","bedrooms":"0","price":"281000","area":"418"} , +{"type":"Feature","id":"n2433551611","geometry":{"type":"Point","coordinates":[-0.0064484,51.5454859]},"properties":{"@type":"node","@id":2433551611,"@timestamp":1632470729},"coords":"51.5454859,-0.0064484","bedrooms":"1","price":"216000","area":"553"} , +{"type":"Feature","id":"n2433637770","geometry":{"type":"Point","coordinates":[-0.2742341,51.5420006]},"properties":{"@type":"node","@id":2433637770,"@timestamp":1377597195},"coords":"51.5420006,-0.2742341","bedrooms":"4","price":"187000","area":"688"} , +{"type":"Feature","id":"n2433696746","geometry":{"type":"Point","coordinates":[-0.7778231,51.2958457]},"properties":{"@type":"node","@id":2433696746,"@timestamp":1551237710},"coords":"51.2958457,-0.7778231","bedrooms":"4","price":"228000","area":"656"} , +{"type":"Feature","id":"n2433744493","geometry":{"type":"Point","coordinates":[-0.7549106,51.3102961]},"properties":{"@type":"node","@id":2433744493,"@timestamp":1538574652},"coords":"51.3102961,-0.7549106","bedrooms":"1","price":"224000","area":"520"} , +{"type":"Feature","id":"n2433755112","geometry":{"type":"Point","coordinates":[0.679838,51.4608658]},"properties":{"@type":"node","@id":2433755112,"@timestamp":1377605208},"coords":"51.4608658,0.679838","bedrooms":"4","price":"248000","area":"636"} , +{"type":"Feature","id":"n2433755272","geometry":{"type":"Point","coordinates":[0.6530913,51.4627742]},"properties":{"@type":"node","@id":2433755272,"@timestamp":1377605210},"coords":"51.4627742,0.6530913","bedrooms":"2","price":"162000","area":"519"} , +{"type":"Feature","id":"n2433755485","geometry":{"type":"Point","coordinates":[0.6854063,51.4622862]},"properties":{"@type":"node","@id":2433755485,"@timestamp":1377605214},"coords":"51.4622862,0.6854063","bedrooms":"4","price":"199000","area":"617"} , +{"type":"Feature","id":"n2433807322","geometry":{"type":"Point","coordinates":[-0.0558342,51.7067688]},"properties":{"@type":"node","@id":2433807322,"@timestamp":1562023997},"coords":"51.7067688,-0.0558342","bedrooms":"3","price":"214000","area":"524"} , +{"type":"Feature","id":"n2434217666","geometry":{"type":"Point","coordinates":[0.1017112,51.7005747]},"properties":{"@type":"node","@id":2434217666,"@timestamp":1377624952},"coords":"51.7005747,0.1017112","bedrooms":"3","price":"209000","area":"555"} , +{"type":"Feature","id":"n2434277219","geometry":{"type":"Point","coordinates":[0.1186859,51.6560242]},"properties":{"@type":"node","@id":2434277219,"@timestamp":1609202601},"coords":"51.6560242,0.1186859","bedrooms":"3","price":"244000","area":"408"} , +{"type":"Feature","id":"n2434321056","geometry":{"type":"Point","coordinates":[-0.3360464,51.3160361]},"properties":{"@type":"node","@id":2434321056,"@timestamp":1594022094},"coords":"51.3160361,-0.3360464","bedrooms":"0","price":"283000","area":"473"} , +{"type":"Feature","id":"n2434368072","geometry":{"type":"Point","coordinates":[-0.1600889,51.5239856]},"properties":{"@type":"node","@id":2434368072,"@timestamp":1377633841},"coords":"51.5239856,-0.1600889","bedrooms":"2","price":"297000","area":"541"} , +{"type":"Feature","id":"n2434585858","geometry":{"type":"Point","coordinates":[0.5853496,51.9353141]},"properties":{"@type":"node","@id":2434585858,"@timestamp":1377646017},"coords":"51.9353141,0.5853496","bedrooms":"0","price":"256000","area":"524"} , +{"type":"Feature","id":"n2434611716","geometry":{"type":"Point","coordinates":[-0.1550571,51.5190474]},"properties":{"@type":"node","@id":2434611716,"@timestamp":1552212997},"coords":"51.5190474,-0.1550571","bedrooms":"3","price":"188000","area":"638"} , +{"type":"Feature","id":"n2434621211","geometry":{"type":"Point","coordinates":[-0.1540074,51.5196027]},"properties":{"@type":"node","@id":2434621211,"@timestamp":1377653727},"coords":"51.5196027,-0.1540074","bedrooms":"1","price":"234000","area":"613"} , +{"type":"Feature","id":"n2435138293","geometry":{"type":"Point","coordinates":[-0.2467927,51.3986937]},"properties":{"@type":"node","@id":2435138293,"@timestamp":1557789522},"coords":"51.3986937,-0.2467927","bedrooms":"1","price":"223000","area":"612"} , +{"type":"Feature","id":"n2435245220","geometry":{"type":"Point","coordinates":[-0.3668968,51.5098727]},"properties":{"@type":"node","@id":2435245220,"@timestamp":1377696155},"coords":"51.5098727,-0.3668968","bedrooms":"1","price":"231000","area":"422"} , +{"type":"Feature","id":"n2435316346","geometry":{"type":"Point","coordinates":[-0.3887196,51.4952533]},"properties":{"@type":"node","@id":2435316346,"@timestamp":1608852412},"coords":"51.4952533,-0.3887196","bedrooms":"1","price":"206000","area":"532"} , +{"type":"Feature","id":"n2435542673","geometry":{"type":"Point","coordinates":[0.1745068,51.5162738]},"properties":{"@type":"node","@id":2435542673,"@timestamp":1590067041},"coords":"51.5162738,0.1745068","bedrooms":"3","price":"203000","area":"605"} , +{"type":"Feature","id":"n2435870701","geometry":{"type":"Point","coordinates":[-0.5153039,51.8906391]},"properties":{"@type":"node","@id":2435870701,"@timestamp":1377727548},"coords":"51.8906391,-0.5153039","bedrooms":"1","price":"205000","area":"683"} , +{"type":"Feature","id":"n2436968376","geometry":{"type":"Point","coordinates":[-0.4742384,51.8882206]},"properties":{"@type":"node","@id":2436968376,"@timestamp":1614106335},"coords":"51.8882206,-0.4742384","bedrooms":"2","price":"183000","area":"595"} , +{"type":"Feature","id":"n2437393907","geometry":{"type":"Point","coordinates":[-0.125692,51.508184]},"properties":{"@type":"node","@id":2437393907,"@timestamp":1635686924},"coords":"51.508184,-0.125692","bedrooms":"1","price":"277000","area":"643"} , +{"type":"Feature","id":"n2437573671","geometry":{"type":"Point","coordinates":[-0.13545,51.4965835]},"properties":{"@type":"node","@id":2437573671,"@timestamp":1543777312},"coords":"51.4965835,-0.13545","bedrooms":"4","price":"273000","area":"437"} , +{"type":"Feature","id":"n2437701502","geometry":{"type":"Point","coordinates":[-0.129855,51.6485079]},"properties":{"@type":"node","@id":2437701502,"@timestamp":1377835922},"coords":"51.6485079,-0.129855","bedrooms":"3","price":"174000","area":"602"} , +{"type":"Feature","id":"n2437762877","geometry":{"type":"Point","coordinates":[-0.1289846,51.6489848]},"properties":{"@type":"node","@id":2437762877,"@timestamp":1377835922},"coords":"51.6489848,-0.1289846","bedrooms":"3","price":"285000","area":"566"} , +{"type":"Feature","id":"n2437952075","geometry":{"type":"Point","coordinates":[-0.0086773,51.5087885]},"properties":{"@type":"node","@id":2437952075,"@timestamp":1622598073},"coords":"51.5087885,-0.0086773","bedrooms":"3","price":"215000","area":"402"} , +{"type":"Feature","id":"n2438041668","geometry":{"type":"Point","coordinates":[0.5296395,51.3797232]},"properties":{"@type":"node","@id":2438041668,"@timestamp":1377812479},"coords":"51.3797232,0.5296395","bedrooms":"2","price":"193000","area":"551"} , +{"type":"Feature","id":"n2438061970","geometry":{"type":"Point","coordinates":[-0.0266795,51.1513656]},"properties":{"@type":"node","@id":2438061970,"@timestamp":1377814711},"coords":"51.1513656,-0.0266795","bedrooms":"4","price":"265000","area":"423"} , +{"type":"Feature","id":"n2438190016","geometry":{"type":"Point","coordinates":[-0.0267403,51.5092725]},"properties":{"@type":"node","@id":2438190016,"@timestamp":1539961105},"coords":"51.5092725,-0.0267403","bedrooms":"1","price":"246000","area":"569"} , +{"type":"Feature","id":"n2438283854","geometry":{"type":"Point","coordinates":[-0.1719674,51.4648003]},"properties":{"@type":"node","@id":2438283854,"@timestamp":1562118731},"coords":"51.4648003,-0.1719674","bedrooms":"2","price":"168000","area":"604"} , +{"type":"Feature","id":"n2439018682","geometry":{"type":"Point","coordinates":[-0.2813885,51.565877]},"properties":{"@type":"node","@id":2439018682,"@timestamp":1377895387},"coords":"51.565877,-0.2813885","bedrooms":"3","price":"178000","area":"455"} , +{"type":"Feature","id":"n2439656779","geometry":{"type":"Point","coordinates":[-1.0982812,51.258754]},"properties":{"@type":"node","@id":2439656779,"@timestamp":1377893765},"coords":"51.258754,-1.0982812","bedrooms":"0","price":"201000","area":"633"} , +{"type":"Feature","id":"n2439812541","geometry":{"type":"Point","coordinates":[-0.2944101,51.5728788]},"properties":{"@type":"node","@id":2439812541,"@timestamp":1618592949},"coords":"51.5728788,-0.2944101","bedrooms":"1","price":"190000","area":"596"} , +{"type":"Feature","id":"n2440317474","geometry":{"type":"Point","coordinates":[-0.0104312,51.6892196]},"properties":{"@type":"node","@id":2440317474,"@timestamp":1377951164},"coords":"51.6892196,-0.0104312","bedrooms":"4","price":"231000","area":"456"} , +{"type":"Feature","id":"n2440394723","geometry":{"type":"Point","coordinates":[-0.2246823,50.8405863]},"properties":{"@type":"node","@id":2440394723,"@timestamp":1402591596},"coords":"50.8405863,-0.2246823","bedrooms":"3","price":"197000","area":"470"} , +{"type":"Feature","id":"n2440398814","geometry":{"type":"Point","coordinates":[-0.231977,50.9111778]},"properties":{"@type":"node","@id":2440398814,"@timestamp":1634145991},"coords":"50.9111778,-0.231977","bedrooms":"1","price":"290000","area":"509"} , +{"type":"Feature","id":"n2440398838","geometry":{"type":"Point","coordinates":[-0.2256926,50.9604133]},"properties":{"@type":"node","@id":2440398838,"@timestamp":1598543258},"coords":"50.9604133,-0.2256926","bedrooms":"0","price":"157000","area":"553"} , +{"type":"Feature","id":"n2440435750","geometry":{"type":"Point","coordinates":[-0.1604577,51.5127018]},"properties":{"@type":"node","@id":2440435750,"@timestamp":1440323252},"coords":"51.5127018,-0.1604577","bedrooms":"4","price":"215000","area":"450"} , +{"type":"Feature","id":"n2440445316","geometry":{"type":"Point","coordinates":[-0.0868151,51.5471217]},"properties":{"@type":"node","@id":2440445316,"@timestamp":1625013969},"coords":"51.5471217,-0.0868151","bedrooms":"1","price":"253000","area":"643"} , +{"type":"Feature","id":"n2440446413","geometry":{"type":"Point","coordinates":[-0.0949993,51.5462392]},"properties":{"@type":"node","@id":2440446413,"@timestamp":1616044392},"coords":"51.5462392,-0.0949993","bedrooms":"2","price":"204000","area":"508"} , +{"type":"Feature","id":"n2440449114","geometry":{"type":"Point","coordinates":[-0.0842582,51.5489677]},"properties":{"@type":"node","@id":2440449114,"@timestamp":1377960996},"coords":"51.5489677,-0.0842582","bedrooms":"3","price":"282000","area":"658"} , +{"type":"Feature","id":"n2440453605","geometry":{"type":"Point","coordinates":[-0.083769,51.54591]},"properties":{"@type":"node","@id":2440453605,"@timestamp":1625013969},"coords":"51.54591,-0.083769","bedrooms":"3","price":"194000","area":"580"} , +{"type":"Feature","id":"n2440454989","geometry":{"type":"Point","coordinates":[-0.091117,51.5430515]},"properties":{"@type":"node","@id":2440454989,"@timestamp":1624296616},"coords":"51.5430515,-0.091117","bedrooms":"3","price":"196000","area":"394"} , +{"type":"Feature","id":"n2440457183","geometry":{"type":"Point","coordinates":[-0.0943431,51.541492]},"properties":{"@type":"node","@id":2440457183,"@timestamp":1625013969},"coords":"51.541492,-0.0943431","bedrooms":"0","price":"197000","area":"445"} , +{"type":"Feature","id":"n2440458380","geometry":{"type":"Point","coordinates":[-0.1013578,51.5365954]},"properties":{"@type":"node","@id":2440458380,"@timestamp":1383184974},"coords":"51.5365954,-0.1013578","bedrooms":"1","price":"211000","area":"521"} , +{"type":"Feature","id":"n2440461362","geometry":{"type":"Point","coordinates":[-0.1058765,51.547621]},"properties":{"@type":"node","@id":2440461362,"@timestamp":1377961808},"coords":"51.547621,-0.1058765","bedrooms":"0","price":"293000","area":"574"} , +{"type":"Feature","id":"n2440630573","geometry":{"type":"Point","coordinates":[-0.1238638,51.5263007]},"properties":{"@type":"node","@id":2440630573,"@timestamp":1630290149},"coords":"51.5263007,-0.1238638","bedrooms":"3","price":"233000","area":"425"} , +{"type":"Feature","id":"n2440633798","geometry":{"type":"Point","coordinates":[-0.1254809,51.5255965]},"properties":{"@type":"node","@id":2440633798,"@timestamp":1619112314},"coords":"51.5255965,-0.1254809","bedrooms":"2","price":"191000","area":"436"} , +{"type":"Feature","id":"n2440641465","geometry":{"type":"Point","coordinates":[-0.1357715,51.5194605]},"properties":{"@type":"node","@id":2440641465,"@timestamp":1627934865},"coords":"51.5194605,-0.1357715","bedrooms":"4","price":"211000","area":"499"} , +{"type":"Feature","id":"n2440651554","geometry":{"type":"Point","coordinates":[-0.1378897,51.5185218]},"properties":{"@type":"node","@id":2440651554,"@timestamp":1623979685},"coords":"51.5185218,-0.1378897","bedrooms":"4","price":"280000","area":"609"} , +{"type":"Feature","id":"n2440651571","geometry":{"type":"Point","coordinates":[-0.1426548,51.5201204]},"properties":{"@type":"node","@id":2440651571,"@timestamp":1616529180},"coords":"51.5201204,-0.1426548","bedrooms":"3","price":"289000","area":"401"} , +{"type":"Feature","id":"n2440655444","geometry":{"type":"Point","coordinates":[-0.1448633,51.5196548]},"properties":{"@type":"node","@id":2440655444,"@timestamp":1583089415},"coords":"51.5196548,-0.1448633","bedrooms":"1","price":"205000","area":"597"} , +{"type":"Feature","id":"n2440655460","geometry":{"type":"Point","coordinates":[-0.1456432,51.5209162]},"properties":{"@type":"node","@id":2440655460,"@timestamp":1612067859},"coords":"51.5209162,-0.1456432","bedrooms":"4","price":"245000","area":"389"} , +{"type":"Feature","id":"n2440661712","geometry":{"type":"Point","coordinates":[-0.1455465,51.5220977]},"properties":{"@type":"node","@id":2440661712,"@timestamp":1612067859},"coords":"51.5220977,-0.1455465","bedrooms":"1","price":"249000","area":"424"} , +{"type":"Feature","id":"n2440811629","geometry":{"type":"Point","coordinates":[-0.3242856,51.5750925]},"properties":{"@type":"node","@id":2440811629,"@timestamp":1377983455},"coords":"51.5750925,-0.3242856","bedrooms":"1","price":"153000","area":"489"} , +{"type":"Feature","id":"n2440863316","geometry":{"type":"Point","coordinates":[-1.0124005,51.0391322]},"properties":{"@type":"node","@id":2440863316,"@timestamp":1377986170},"coords":"51.0391322,-1.0124005","bedrooms":"1","price":"281000","area":"665"} , +{"type":"Feature","id":"n2441264315","geometry":{"type":"Point","coordinates":[-0.350452,51.3639646]},"properties":{"@type":"node","@id":2441264315,"@timestamp":1590762388},"coords":"51.3639646,-0.350452","bedrooms":"3","price":"273000","area":"572"} , +{"type":"Feature","id":"n2441469323","geometry":{"type":"Point","coordinates":[0.1525446,51.9698686]},"properties":{"@type":"node","@id":2441469323,"@timestamp":1378046322},"coords":"51.9698686,0.1525446","bedrooms":"1","price":"268000","area":"459"} , +{"type":"Feature","id":"n2441580562","geometry":{"type":"Point","coordinates":[-0.396464,51.8723204]},"properties":{"@type":"node","@id":2441580562,"@timestamp":1378051773},"coords":"51.8723204,-0.396464","bedrooms":"0","price":"198000","area":"528"} , +{"type":"Feature","id":"n2441580656","geometry":{"type":"Point","coordinates":[-0.3974846,51.8737073]},"properties":{"@type":"node","@id":2441580656,"@timestamp":1598354022},"coords":"51.8737073,-0.3974846","bedrooms":"4","price":"158000","area":"393"} , +{"type":"Feature","id":"n2441612476","geometry":{"type":"Point","coordinates":[-0.4159636,51.8828278]},"properties":{"@type":"node","@id":2441612476,"@timestamp":1598354022},"coords":"51.8828278,-0.4159636","bedrooms":"2","price":"267000","area":"450"} , +{"type":"Feature","id":"n2441710688","geometry":{"type":"Point","coordinates":[-0.4587743,51.9052891]},"properties":{"@type":"node","@id":2441710688,"@timestamp":1619650696},"coords":"51.9052891,-0.4587743","bedrooms":"2","price":"198000","area":"467"} , +{"type":"Feature","id":"n2441796799","geometry":{"type":"Point","coordinates":[-0.4174593,51.2861962]},"properties":{"@type":"node","@id":2441796799,"@timestamp":1442958863},"coords":"51.2861962,-0.4174593","bedrooms":"2","price":"182000","area":"555"} , +{"type":"Feature","id":"n2441945929","geometry":{"type":"Point","coordinates":[-0.1659509,51.5550799]},"properties":{"@type":"node","@id":2441945929,"@timestamp":1622564605},"coords":"51.5550799,-0.1659509","bedrooms":"3","price":"180000","area":"450"} , +{"type":"Feature","id":"n2441998875","geometry":{"type":"Point","coordinates":[-0.1268119,51.5150593]},"properties":{"@type":"node","@id":2441998875,"@timestamp":1525834068},"coords":"51.5150593,-0.1268119","bedrooms":"0","price":"269000","area":"420"} , +{"type":"Feature","id":"n2442016406","geometry":{"type":"Point","coordinates":[-0.1314225,51.5230157]},"properties":{"@type":"node","@id":2442016406,"@timestamp":1604858707},"coords":"51.5230157,-0.1314225","bedrooms":"2","price":"265000","area":"595"} , +{"type":"Feature","id":"n2442089439","geometry":{"type":"Point","coordinates":[-0.7048103,51.7022567]},"properties":{"@type":"node","@id":2442089439,"@timestamp":1378087270},"coords":"51.7022567,-0.7048103","bedrooms":"0","price":"286000","area":"364"} , +{"type":"Feature","id":"n2442089466","geometry":{"type":"Point","coordinates":[-0.7054484,51.7020129]},"properties":{"@type":"node","@id":2442089466,"@timestamp":1543770314},"coords":"51.7020129,-0.7054484","bedrooms":"3","price":"269000","area":"554"} , +{"type":"Feature","id":"n2442092100","geometry":{"type":"Point","coordinates":[-0.7056595,51.7018883]},"properties":{"@type":"node","@id":2442092100,"@timestamp":1531043417},"coords":"51.7018883,-0.7056595","bedrooms":"4","price":"186000","area":"473"} , +{"type":"Feature","id":"n2442956117","geometry":{"type":"Point","coordinates":[0.1820594,51.3979511]},"properties":{"@type":"node","@id":2442956117,"@timestamp":1378128387},"coords":"51.3979511,0.1820594","bedrooms":"3","price":"216000","area":"653"} , +{"type":"Feature","id":"n2443092513","geometry":{"type":"Point","coordinates":[-0.3456396,51.360935]},"properties":{"@type":"node","@id":2443092513,"@timestamp":1441640561},"coords":"51.360935,-0.3456396","bedrooms":"3","price":"228000","area":"403"} , +{"type":"Feature","id":"n2443307702","geometry":{"type":"Point","coordinates":[-0.4037709,51.7008995]},"properties":{"@type":"node","@id":2443307702,"@timestamp":1630768996},"coords":"51.7008995,-0.4037709","bedrooms":"0","price":"273000","area":"418"} , +{"type":"Feature","id":"n2443434011","geometry":{"type":"Point","coordinates":[-0.2665421,51.4876853]},"properties":{"@type":"node","@id":2443434011,"@timestamp":1378150446},"coords":"51.4876853,-0.2665421","bedrooms":"0","price":"234000","area":"411"} , +{"type":"Feature","id":"n2443617626","geometry":{"type":"Point","coordinates":[0.7483658,51.5447622]},"properties":{"@type":"node","@id":2443617626,"@timestamp":1378158577},"coords":"51.5447622,0.7483658","bedrooms":"1","price":"265000","area":"676"} , +{"type":"Feature","id":"n2443654361","geometry":{"type":"Point","coordinates":[0.6448992,51.5613752]},"properties":{"@type":"node","@id":2443654361,"@timestamp":1378160396},"coords":"51.5613752,0.6448992","bedrooms":"2","price":"294000","area":"571"} , +{"type":"Feature","id":"n2443788233","geometry":{"type":"Point","coordinates":[-0.0076766,51.5478596]},"properties":{"@type":"node","@id":2443788233,"@timestamp":1624533460},"coords":"51.5478596,-0.0076766","bedrooms":"3","price":"187000","area":"600"} , +{"type":"Feature","id":"n2444198485","geometry":{"type":"Point","coordinates":[-0.092122,51.5023649]},"properties":{"@type":"node","@id":2444198485,"@timestamp":1378218267},"coords":"51.5023649,-0.092122","bedrooms":"3","price":"263000","area":"483"} , +{"type":"Feature","id":"n2444330989","geometry":{"type":"Point","coordinates":[-0.2059907,51.5347281]},"properties":{"@type":"node","@id":2444330989,"@timestamp":1378209710},"coords":"51.5347281,-0.2059907","bedrooms":"3","price":"183000","area":"650"} , +{"type":"Feature","id":"n2444371904","geometry":{"type":"Point","coordinates":[0.6006648,51.4570255]},"properties":{"@type":"node","@id":2444371904,"@timestamp":1429260807},"coords":"51.4570255,0.6006648","bedrooms":"0","price":"195000","area":"378"} , +{"type":"Feature","id":"n2444372081","geometry":{"type":"Point","coordinates":[0.6279912,51.4584795]},"properties":{"@type":"node","@id":2444372081,"@timestamp":1429260808},"coords":"51.4584795,0.6279912","bedrooms":"2","price":"191000","area":"378"} , +{"type":"Feature","id":"n2444372181","geometry":{"type":"Point","coordinates":[0.6383497,51.4578761]},"properties":{"@type":"node","@id":2444372181,"@timestamp":1429260809},"coords":"51.4578761,0.6383497","bedrooms":"3","price":"205000","area":"403"} , +{"type":"Feature","id":"n2444372268","geometry":{"type":"Point","coordinates":[0.6294557,51.4585965]},"properties":{"@type":"node","@id":2444372268,"@timestamp":1429260810},"coords":"51.4585965,0.6294557","bedrooms":"4","price":"158000","area":"585"} , +{"type":"Feature","id":"n2444372341","geometry":{"type":"Point","coordinates":[0.6395432,51.4577888]},"properties":{"@type":"node","@id":2444372341,"@timestamp":1429260810},"coords":"51.4577888,0.6395432","bedrooms":"0","price":"174000","area":"534"} , +{"type":"Feature","id":"n2444372418","geometry":{"type":"Point","coordinates":[0.5697255,51.4533184]},"properties":{"@type":"node","@id":2444372418,"@timestamp":1605108126},"coords":"51.4533184,0.5697255","bedrooms":"4","price":"284000","area":"653"} , +{"type":"Feature","id":"n2444372517","geometry":{"type":"Point","coordinates":[0.5983313,51.4564272]},"properties":{"@type":"node","@id":2444372517,"@timestamp":1429260807},"coords":"51.4564272,0.5983313","bedrooms":"0","price":"206000","area":"403"} , +{"type":"Feature","id":"n2444372614","geometry":{"type":"Point","coordinates":[0.6115975,51.4569185]},"properties":{"@type":"node","@id":2444372614,"@timestamp":1429260811},"coords":"51.4569185,0.6115975","bedrooms":"1","price":"158000","area":"579"} , +{"type":"Feature","id":"n2444372690","geometry":{"type":"Point","coordinates":[0.6523145,51.4560172]},"properties":{"@type":"node","@id":2444372690,"@timestamp":1429260808},"coords":"51.4560172,0.6523145","bedrooms":"0","price":"179000","area":"486"} , +{"type":"Feature","id":"n2444372750","geometry":{"type":"Point","coordinates":[0.618464,51.4575703]},"properties":{"@type":"node","@id":2444372750,"@timestamp":1429260809},"coords":"51.4575703,0.618464","bedrooms":"4","price":"240000","area":"403"} , +{"type":"Feature","id":"n2444492356","geometry":{"type":"Point","coordinates":[-0.3227092,51.5746597]},"properties":{"@type":"node","@id":2444492356,"@timestamp":1378216743},"coords":"51.5746597,-0.3227092","bedrooms":"1","price":"274000","area":"447"} , +{"type":"Feature","id":"n2444631076","geometry":{"type":"Point","coordinates":[0.6273408,51.0591239]},"properties":{"@type":"node","@id":2444631076,"@timestamp":1378224081},"coords":"51.0591239,0.6273408","bedrooms":"1","price":"293000","area":"485"} , +{"type":"Feature","id":"n2444675672","geometry":{"type":"Point","coordinates":[0.6177576,51.0552652]},"properties":{"@type":"node","@id":2444675672,"@timestamp":1379701771},"coords":"51.0552652,0.6177576","bedrooms":"2","price":"204000","area":"640"} , +{"type":"Feature","id":"n2444853021","geometry":{"type":"Point","coordinates":[-0.2095999,51.9136244]},"properties":{"@type":"node","@id":2444853021,"@timestamp":1503075058},"coords":"51.9136244,-0.2095999","bedrooms":"1","price":"174000","area":"666"} , +{"type":"Feature","id":"n2444853105","geometry":{"type":"Point","coordinates":[-0.2089004,51.9124239]},"properties":{"@type":"node","@id":2444853105,"@timestamp":1579601544},"coords":"51.9124239,-0.2089004","bedrooms":"2","price":"216000","area":"564"} , +{"type":"Feature","id":"n2445008003","geometry":{"type":"Point","coordinates":[-0.0475487,51.6410419]},"properties":{"@type":"node","@id":2445008003,"@timestamp":1392509462},"coords":"51.6410419,-0.0475487","bedrooms":"3","price":"262000","area":"540"} , +{"type":"Feature","id":"n2445084589","geometry":{"type":"Point","coordinates":[0.5715823,51.3515641]},"properties":{"@type":"node","@id":2445084589,"@timestamp":1382284576},"coords":"51.3515641,0.5715823","bedrooms":"4","price":"236000","area":"473"} , +{"type":"Feature","id":"n2445329540","geometry":{"type":"Point","coordinates":[-0.0522601,51.6355315]},"properties":{"@type":"node","@id":2445329540,"@timestamp":1378277347},"coords":"51.6355315,-0.0522601","bedrooms":"4","price":"283000","area":"518"} , +{"type":"Feature","id":"n2445340503","geometry":{"type":"Point","coordinates":[-0.0537247,51.6337002]},"properties":{"@type":"node","@id":2445340503,"@timestamp":1378277346},"coords":"51.6337002,-0.0537247","bedrooms":"1","price":"242000","area":"690"} , +{"type":"Feature","id":"n2445347224","geometry":{"type":"Point","coordinates":[-0.0537944,51.6336237]},"properties":{"@type":"node","@id":2445347224,"@timestamp":1378277347},"coords":"51.6336237,-0.0537944","bedrooms":"1","price":"172000","area":"523"} , +{"type":"Feature","id":"n2445347810","geometry":{"type":"Point","coordinates":[-0.0544675,51.6327279]},"properties":{"@type":"node","@id":2445347810,"@timestamp":1378277260},"coords":"51.6327279,-0.0544675","bedrooms":"2","price":"164000","area":"692"} , +{"type":"Feature","id":"n2445360793","geometry":{"type":"Point","coordinates":[-0.0550739,51.6318789]},"properties":{"@type":"node","@id":2445360793,"@timestamp":1378277259},"coords":"51.6318789,-0.0550739","bedrooms":"1","price":"171000","area":"507"} , +{"type":"Feature","id":"n2445372590","geometry":{"type":"Point","coordinates":[-0.0560044,51.6306536]},"properties":{"@type":"node","@id":2445372590,"@timestamp":1378277259},"coords":"51.6306536,-0.0560044","bedrooms":"3","price":"161000","area":"514"} , +{"type":"Feature","id":"n2445563747","geometry":{"type":"Point","coordinates":[0.2771983,51.204849]},"properties":{"@type":"node","@id":2445563747,"@timestamp":1378290550},"coords":"51.204849,0.2771983","bedrooms":"4","price":"210000","area":"512"} , +{"type":"Feature","id":"n2445729670","geometry":{"type":"Point","coordinates":[0.5888739,51.4536327]},"properties":{"@type":"node","@id":2445729670,"@timestamp":1378297656},"coords":"51.4536327,0.5888739","bedrooms":"0","price":"299000","area":"687"} , +{"type":"Feature","id":"n2445729719","geometry":{"type":"Point","coordinates":[0.5707582,51.4408646]},"properties":{"@type":"node","@id":2445729719,"@timestamp":1378297658},"coords":"51.4408646,0.5707582","bedrooms":"1","price":"213000","area":"564"} , +{"type":"Feature","id":"n2445729802","geometry":{"type":"Point","coordinates":[0.5933128,51.4556215]},"properties":{"@type":"node","@id":2445729802,"@timestamp":1378297659},"coords":"51.4556215,0.5933128","bedrooms":"0","price":"290000","area":"519"} , +{"type":"Feature","id":"n2445729931","geometry":{"type":"Point","coordinates":[0.6455193,51.4567614]},"properties":{"@type":"node","@id":2445729931,"@timestamp":1378297663},"coords":"51.4567614,0.6455193","bedrooms":"0","price":"206000","area":"668"} , +{"type":"Feature","id":"n2445730015","geometry":{"type":"Point","coordinates":[0.6497546,51.4646159]},"properties":{"@type":"node","@id":2445730015,"@timestamp":1378297664},"coords":"51.4646159,0.6497546","bedrooms":"0","price":"277000","area":"394"} , +{"type":"Feature","id":"n2445730092","geometry":{"type":"Point","coordinates":[0.6482687,51.4628579]},"properties":{"@type":"node","@id":2445730092,"@timestamp":1378297666},"coords":"51.4628579,0.6482687","bedrooms":"2","price":"198000","area":"630"} , +{"type":"Feature","id":"n2445730200","geometry":{"type":"Point","coordinates":[0.5686446,51.4398147]},"properties":{"@type":"node","@id":2445730200,"@timestamp":1378297669},"coords":"51.4398147,0.5686446","bedrooms":"3","price":"182000","area":"648"} , +{"type":"Feature","id":"n2445730249","geometry":{"type":"Point","coordinates":[0.6590992,51.4533418]},"properties":{"@type":"node","@id":2445730249,"@timestamp":1378297670},"coords":"51.4533418,0.6590992","bedrooms":"3","price":"291000","area":"359"} , +{"type":"Feature","id":"n2445730322","geometry":{"type":"Point","coordinates":[0.6586647,51.4512458]},"properties":{"@type":"node","@id":2445730322,"@timestamp":1378297671},"coords":"51.4512458,0.6586647","bedrooms":"4","price":"165000","area":"379"} , +{"type":"Feature","id":"n2445730434","geometry":{"type":"Point","coordinates":[0.6623447,51.4525395]},"properties":{"@type":"node","@id":2445730434,"@timestamp":1378297674},"coords":"51.4525395,0.6623447","bedrooms":"2","price":"225000","area":"354"} , +{"type":"Feature","id":"n2445730479","geometry":{"type":"Point","coordinates":[0.6487569,51.4635464]},"properties":{"@type":"node","@id":2445730479,"@timestamp":1378297675},"coords":"51.4635464,0.6487569","bedrooms":"0","price":"192000","area":"439"} , +{"type":"Feature","id":"n2445730637","geometry":{"type":"Point","coordinates":[0.6537026,51.4546973]},"properties":{"@type":"node","@id":2445730637,"@timestamp":1378297677},"coords":"51.4546973,0.6537026","bedrooms":"0","price":"189000","area":"457"} , +{"type":"Feature","id":"n2446317702","geometry":{"type":"Point","coordinates":[0.1128723,51.7585076]},"properties":{"@type":"node","@id":2446317702,"@timestamp":1631223645},"coords":"51.7585076,0.1128723","bedrooms":"2","price":"212000","area":"366"} , +{"type":"Feature","id":"n2446515555","geometry":{"type":"Point","coordinates":[-0.0587188,51.3305006]},"properties":{"@type":"node","@id":2446515555,"@timestamp":1378332939},"coords":"51.3305006,-0.0587188","bedrooms":"1","price":"242000","area":"555"} , +{"type":"Feature","id":"n2446518167","geometry":{"type":"Point","coordinates":[-0.0435904,51.343587]},"properties":{"@type":"node","@id":2446518167,"@timestamp":1378332968},"coords":"51.343587,-0.0435904","bedrooms":"3","price":"158000","area":"399"} , +{"type":"Feature","id":"n2446740755","geometry":{"type":"Point","coordinates":[-0.1316952,51.4649901]},"properties":{"@type":"node","@id":2446740755,"@timestamp":1378363873},"coords":"51.4649901,-0.1316952","bedrooms":"1","price":"266000","area":"654"} , +{"type":"Feature","id":"n2447019593","geometry":{"type":"Point","coordinates":[0.1805664,51.3979513]},"properties":{"@type":"node","@id":2447019593,"@timestamp":1378380296},"coords":"51.3979513,0.1805664","bedrooms":"1","price":"217000","area":"672"} , +{"type":"Feature","id":"n2447019637","geometry":{"type":"Point","coordinates":[0.1814768,51.397693]},"properties":{"@type":"node","@id":2447019637,"@timestamp":1378380297},"coords":"51.397693,0.1814768","bedrooms":"1","price":"207000","area":"466"} , +{"type":"Feature","id":"n2447031720","geometry":{"type":"Point","coordinates":[0.1802929,51.3980644]},"properties":{"@type":"node","@id":2447031720,"@timestamp":1378380673},"coords":"51.3980644,0.1802929","bedrooms":"3","price":"177000","area":"494"} , +{"type":"Feature","id":"n2447094586","geometry":{"type":"Point","coordinates":[0.6386288,51.4472742]},"properties":{"@type":"node","@id":2447094586,"@timestamp":1378468409},"coords":"51.4472742,0.6386288","bedrooms":"1","price":"154000","area":"615"} , +{"type":"Feature","id":"n2447592556","geometry":{"type":"Point","coordinates":[0.0420208,51.2840435]},"properties":{"@type":"node","@id":2447592556,"@timestamp":1378416083},"coords":"51.2840435,0.0420208","bedrooms":"3","price":"214000","area":"551"} , +{"type":"Feature","id":"n2447945932","geometry":{"type":"Point","coordinates":[-0.5529676,51.1666632]},"properties":{"@type":"node","@id":2447945932,"@timestamp":1378462268},"coords":"51.1666632,-0.5529676","bedrooms":"4","price":"186000","area":"404"} , +{"type":"Feature","id":"n2447991475","geometry":{"type":"Point","coordinates":[-0.2946127,51.5713027]},"properties":{"@type":"node","@id":2447991475,"@timestamp":1618592949},"coords":"51.5713027,-0.2946127","bedrooms":"3","price":"290000","area":"406"} , +{"type":"Feature","id":"n2447991485","geometry":{"type":"Point","coordinates":[-0.2945275,51.5722986]},"properties":{"@type":"node","@id":2447991485,"@timestamp":1603898652},"coords":"51.5722986,-0.2945275","bedrooms":"0","price":"262000","area":"696"} , +{"type":"Feature","id":"n2448075671","geometry":{"type":"Point","coordinates":[-0.006462,51.5485491]},"properties":{"@type":"node","@id":2448075671,"@timestamp":1613750947},"coords":"51.5485491,-0.006462","bedrooms":"0","price":"255000","area":"499"} , +{"type":"Feature","id":"n2448080620","geometry":{"type":"Point","coordinates":[-0.0918736,51.548666]},"properties":{"@type":"node","@id":2448080620,"@timestamp":1378472875},"coords":"51.548666,-0.0918736","bedrooms":"0","price":"176000","area":"690"} , +{"type":"Feature","id":"n2448084026","geometry":{"type":"Point","coordinates":[-0.0911324,51.5502485]},"properties":{"@type":"node","@id":2448084026,"@timestamp":1611791951},"coords":"51.5502485,-0.0911324","bedrooms":"2","price":"284000","area":"359"} , +{"type":"Feature","id":"n2448086839","geometry":{"type":"Point","coordinates":[-0.0873684,51.5528093]},"properties":{"@type":"node","@id":2448086839,"@timestamp":1378473454},"coords":"51.5528093,-0.0873684","bedrooms":"1","price":"181000","area":"564"} , +{"type":"Feature","id":"n2448088677","geometry":{"type":"Point","coordinates":[-0.1048972,51.5491637]},"properties":{"@type":"node","@id":2448088677,"@timestamp":1378473606},"coords":"51.5491637,-0.1048972","bedrooms":"1","price":"165000","area":"689"} , +{"type":"Feature","id":"n2448125924","geometry":{"type":"Point","coordinates":[-0.6086595,50.985667]},"properties":{"@type":"node","@id":2448125924,"@timestamp":1485382782},"coords":"50.985667,-0.6086595","bedrooms":"1","price":"210000","area":"676"} , +{"type":"Feature","id":"n2448373158","geometry":{"type":"Point","coordinates":[-0.3935903,51.7019786]},"properties":{"@type":"node","@id":2448373158,"@timestamp":1543774627},"coords":"51.7019786,-0.3935903","bedrooms":"2","price":"250000","area":"614"} , +{"type":"Feature","id":"n2448408776","geometry":{"type":"Point","coordinates":[-0.1213859,51.5418988]},"properties":{"@type":"node","@id":2448408776,"@timestamp":1378497430},"coords":"51.5418988,-0.1213859","bedrooms":"3","price":"241000","area":"550"} , +{"type":"Feature","id":"n2448423374","geometry":{"type":"Point","coordinates":[-0.1167391,51.5472096]},"properties":{"@type":"node","@id":2448423374,"@timestamp":1378498285},"coords":"51.5472096,-0.1167391","bedrooms":"3","price":"243000","area":"497"} , +{"type":"Feature","id":"n2448426386","geometry":{"type":"Point","coordinates":[-0.1115661,51.5519456]},"properties":{"@type":"node","@id":2448426386,"@timestamp":1378498439},"coords":"51.5519456,-0.1115661","bedrooms":"1","price":"235000","area":"426"} , +{"type":"Feature","id":"n2449155959","geometry":{"type":"Point","coordinates":[-0.1031565,51.555559]},"properties":{"@type":"node","@id":2449155959,"@timestamp":1616043553},"coords":"51.555559,-0.1031565","bedrooms":"2","price":"232000","area":"620"} , +{"type":"Feature","id":"n2449157337","geometry":{"type":"Point","coordinates":[-0.1041992,51.5554974]},"properties":{"@type":"node","@id":2449157337,"@timestamp":1626455233},"coords":"51.5554974,-0.1041992","bedrooms":"0","price":"181000","area":"695"} , +{"type":"Feature","id":"n2449157640","geometry":{"type":"Point","coordinates":[-0.1056444,51.5575896]},"properties":{"@type":"node","@id":2449157640,"@timestamp":1521017261},"coords":"51.5575896,-0.1056444","bedrooms":"1","price":"260000","area":"510"} , +{"type":"Feature","id":"n2449159436","geometry":{"type":"Point","coordinates":[-0.0992799,51.5615782]},"properties":{"@type":"node","@id":2449159436,"@timestamp":1627612553},"coords":"51.5615782,-0.0992799","bedrooms":"2","price":"161000","area":"506"} , +{"type":"Feature","id":"n2449161205","geometry":{"type":"Point","coordinates":[-0.1002379,51.5534642]},"properties":{"@type":"node","@id":2449161205,"@timestamp":1378542816},"coords":"51.5534642,-0.1002379","bedrooms":"3","price":"276000","area":"516"} , +{"type":"Feature","id":"n2449164990","geometry":{"type":"Point","coordinates":[-0.1288225,51.5527799]},"properties":{"@type":"node","@id":2449164990,"@timestamp":1575775112},"coords":"51.5527799,-0.1288225","bedrooms":"2","price":"162000","area":"435"} , +{"type":"Feature","id":"n2449165886","geometry":{"type":"Point","coordinates":[-0.1321499,51.5554865]},"properties":{"@type":"node","@id":2449165886,"@timestamp":1378543601},"coords":"51.5554865,-0.1321499","bedrooms":"3","price":"226000","area":"558"} , +{"type":"Feature","id":"n2449169891","geometry":{"type":"Point","coordinates":[-0.1289633,51.5599305]},"properties":{"@type":"node","@id":2449169891,"@timestamp":1378543712},"coords":"51.5599305,-0.1289633","bedrooms":"0","price":"185000","area":"578"} , +{"type":"Feature","id":"n2449426760","geometry":{"type":"Point","coordinates":[-0.5646808,51.3085796]},"properties":{"@type":"node","@id":2449426760,"@timestamp":1533071259},"coords":"51.3085796,-0.5646808","bedrooms":"1","price":"216000","area":"587"} , +{"type":"Feature","id":"n2449587372","geometry":{"type":"Point","coordinates":[-0.4640261,51.9754437]},"properties":{"@type":"node","@id":2449587372,"@timestamp":1378572358},"coords":"51.9754437,-0.4640261","bedrooms":"4","price":"190000","area":"410"} , +{"type":"Feature","id":"n2449587382","geometry":{"type":"Point","coordinates":[-0.4754483,51.9823605]},"properties":{"@type":"node","@id":2449587382,"@timestamp":1378572359},"coords":"51.9823605,-0.4754483","bedrooms":"3","price":"254000","area":"670"} , +{"type":"Feature","id":"n2449587751","geometry":{"type":"Point","coordinates":[-0.4498082,51.9485649]},"properties":{"@type":"node","@id":2449587751,"@timestamp":1378572375},"coords":"51.9485649,-0.4498082","bedrooms":"0","price":"296000","area":"565"} , +{"type":"Feature","id":"n2449825897","geometry":{"type":"Point","coordinates":[-0.6653835,51.9367365]},"properties":{"@type":"node","@id":2449825897,"@timestamp":1378584234},"coords":"51.9367365,-0.6653835","bedrooms":"2","price":"288000","area":"419"} , +{"type":"Feature","id":"n2449863041","geometry":{"type":"Point","coordinates":[0.0934253,51.8710951]},"properties":{"@type":"node","@id":2449863041,"@timestamp":1619376635},"coords":"51.8710951,0.0934253","bedrooms":"1","price":"161000","area":"533"} , +{"type":"Feature","id":"n2449988596","geometry":{"type":"Point","coordinates":[-0.0322987,51.5025561]},"properties":{"@type":"node","@id":2449988596,"@timestamp":1635518237},"coords":"51.5025561,-0.0322987","bedrooms":"0","price":"212000","area":"412"} , +{"type":"Feature","id":"n2450029576","geometry":{"type":"Point","coordinates":[-1.2541841,52.5475184]},"properties":{"@type":"node","@id":2450029576,"@timestamp":1378598262},"coords":"52.5475184,-1.2541841","bedrooms":"0","price":"226000","area":"696"} , +{"type":"Feature","id":"n2450184539","geometry":{"type":"Point","coordinates":[0.1098579,51.8551351]},"properties":{"@type":"node","@id":2450184539,"@timestamp":1378621080},"coords":"51.8551351,0.1098579","bedrooms":"0","price":"186000","area":"485"} , +{"type":"Feature","id":"n2450210575","geometry":{"type":"Point","coordinates":[-0.0616147,51.6227499]},"properties":{"@type":"node","@id":2450210575,"@timestamp":1378622999},"coords":"51.6227499,-0.0616147","bedrooms":"4","price":"274000","area":"367"} , +{"type":"Feature","id":"n2450331495","geometry":{"type":"Point","coordinates":[-0.4350858,51.6639737]},"properties":{"@type":"node","@id":2450331495,"@timestamp":1589842271},"coords":"51.6639737,-0.4350858","bedrooms":"1","price":"293000","area":"370"} , +{"type":"Feature","id":"n2450434506","geometry":{"type":"Point","coordinates":[0.0876157,51.8534655]},"properties":{"@type":"node","@id":2450434506,"@timestamp":1378641195},"coords":"51.8534655,0.0876157","bedrooms":"0","price":"221000","area":"367"} , +{"type":"Feature","id":"n2450508478","geometry":{"type":"Point","coordinates":[0.1059736,51.8834747]},"properties":{"@type":"node","@id":2450508478,"@timestamp":1378646776},"coords":"51.8834747,0.1059736","bedrooms":"3","price":"281000","area":"455"} , +{"type":"Feature","id":"n2450606719","geometry":{"type":"Point","coordinates":[0.2776957,51.2065565]},"properties":{"@type":"node","@id":2450606719,"@timestamp":1378652468},"coords":"51.2065565,0.2776957","bedrooms":"0","price":"171000","area":"530"} , +{"type":"Feature","id":"n2450623472","geometry":{"type":"Point","coordinates":[0.1872995,51.3913326]},"properties":{"@type":"node","@id":2450623472,"@timestamp":1618785734},"coords":"51.3913326,0.1872995","bedrooms":"3","price":"259000","area":"448"} , +{"type":"Feature","id":"n2450629075","geometry":{"type":"Point","coordinates":[-0.0860998,51.4886761]},"properties":{"@type":"node","@id":2450629075,"@timestamp":1564909693},"coords":"51.4886761,-0.0860998","bedrooms":"3","price":"256000","area":"656"} , +{"type":"Feature","id":"n2450654649","geometry":{"type":"Point","coordinates":[-0.0699862,51.6150198]},"properties":{"@type":"node","@id":2450654649,"@timestamp":1378655298},"coords":"51.6150198,-0.0699862","bedrooms":"1","price":"212000","area":"538"} , +{"type":"Feature","id":"n2450730397","geometry":{"type":"Point","coordinates":[-0.1232622,51.5138]},"properties":{"@type":"node","@id":2450730397,"@timestamp":1607879714},"coords":"51.5138,-0.1232622","bedrooms":"4","price":"263000","area":"519"} , +{"type":"Feature","id":"n2451228921","geometry":{"type":"Point","coordinates":[-0.7508099,51.1915187]},"properties":{"@type":"node","@id":2451228921,"@timestamp":1591570006},"coords":"51.1915187,-0.7508099","bedrooms":"0","price":"184000","area":"631"} , +{"type":"Feature","id":"n2451271024","geometry":{"type":"Point","coordinates":[-0.0589256,51.6249614]},"properties":{"@type":"node","@id":2451271024,"@timestamp":1543945090},"coords":"51.6249614,-0.0589256","bedrooms":"4","price":"293000","area":"628"} , +{"type":"Feature","id":"n2451294923","geometry":{"type":"Point","coordinates":[-0.0546528,51.6318877]},"properties":{"@type":"node","@id":2451294923,"@timestamp":1406807322},"coords":"51.6318877,-0.0546528","bedrooms":"0","price":"275000","area":"675"} , +{"type":"Feature","id":"n2451318876","geometry":{"type":"Point","coordinates":[-0.0513994,51.6358826]},"properties":{"@type":"node","@id":2451318876,"@timestamp":1378710453},"coords":"51.6358826,-0.0513994","bedrooms":"2","price":"261000","area":"611"} , +{"type":"Feature","id":"n2451329901","geometry":{"type":"Point","coordinates":[-0.050308,51.6367931]},"properties":{"@type":"node","@id":2451329901,"@timestamp":1584912331},"coords":"51.6367931,-0.050308","bedrooms":"4","price":"283000","area":"429"} , +{"type":"Feature","id":"n2451540949","geometry":{"type":"Point","coordinates":[-0.0477278,51.6393699]},"properties":{"@type":"node","@id":2451540949,"@timestamp":1471188425},"coords":"51.6393699,-0.0477278","bedrooms":"1","price":"158000","area":"364"} , +{"type":"Feature","id":"n2451818746","geometry":{"type":"Point","coordinates":[-0.0146164,51.7558869]},"properties":{"@type":"node","@id":2451818746,"@timestamp":1628416806},"coords":"51.7558869,-0.0146164","bedrooms":"2","price":"174000","area":"640"} , +{"type":"Feature","id":"n2451974800","geometry":{"type":"Point","coordinates":[-0.3968947,51.6635737]},"properties":{"@type":"node","@id":2451974800,"@timestamp":1604330180},"coords":"51.6635737,-0.3968947","bedrooms":"1","price":"179000","area":"478"} , +{"type":"Feature","id":"n2452104718","geometry":{"type":"Point","coordinates":[-0.1961695,51.5425438]},"properties":{"@type":"node","@id":2452104718,"@timestamp":1378751819},"coords":"51.5425438,-0.1961695","bedrooms":"0","price":"220000","area":"373"} , +{"type":"Feature","id":"n2452261723","geometry":{"type":"Point","coordinates":[-0.4919514,51.3713564]},"properties":{"@type":"node","@id":2452261723,"@timestamp":1378760474},"coords":"51.3713564,-0.4919514","bedrooms":"1","price":"204000","area":"594"} , +{"type":"Feature","id":"n2452342895","geometry":{"type":"Point","coordinates":[0.1509117,51.442145]},"properties":{"@type":"node","@id":2452342895,"@timestamp":1378769346},"coords":"51.442145,0.1509117","bedrooms":"0","price":"161000","area":"435"} , +{"type":"Feature","id":"n2452437588","geometry":{"type":"Point","coordinates":[-0.1113569,51.5556452]},"properties":{"@type":"node","@id":2452437588,"@timestamp":1378791214},"coords":"51.5556452,-0.1113569","bedrooms":"2","price":"173000","area":"611"} , +{"type":"Feature","id":"n2452610250","geometry":{"type":"Point","coordinates":[-0.1931958,51.5430144]},"properties":{"@type":"node","@id":2452610250,"@timestamp":1378806015},"coords":"51.5430144,-0.1931958","bedrooms":"0","price":"203000","area":"571"} , +{"type":"Feature","id":"n2452610261","geometry":{"type":"Point","coordinates":[-0.1961591,51.5431608]},"properties":{"@type":"node","@id":2452610261,"@timestamp":1378806015},"coords":"51.5431608,-0.1961591","bedrooms":"1","price":"291000","area":"670"} , +{"type":"Feature","id":"n2452610271","geometry":{"type":"Point","coordinates":[-0.193002,51.5435193]},"properties":{"@type":"node","@id":2452610271,"@timestamp":1378806015},"coords":"51.5435193,-0.193002","bedrooms":"2","price":"262000","area":"435"} , +{"type":"Feature","id":"n2452610281","geometry":{"type":"Point","coordinates":[-0.1951374,51.5436444]},"properties":{"@type":"node","@id":2452610281,"@timestamp":1378806016},"coords":"51.5436444,-0.1951374","bedrooms":"3","price":"222000","area":"633"} , +{"type":"Feature","id":"n2453040842","geometry":{"type":"Point","coordinates":[-0.1259065,51.5431985]},"properties":{"@type":"node","@id":2453040842,"@timestamp":1618277885},"coords":"51.5431985,-0.1259065","bedrooms":"1","price":"222000","area":"405"} , +{"type":"Feature","id":"n2453043237","geometry":{"type":"Point","coordinates":[-0.1249944,51.5405253]},"properties":{"@type":"node","@id":2453043237,"@timestamp":1594164454},"coords":"51.5405253,-0.1249944","bedrooms":"1","price":"154000","area":"377"} , +{"type":"Feature","id":"n2453059601","geometry":{"type":"Point","coordinates":[-0.1993813,51.5898288]},"properties":{"@type":"node","@id":2453059601,"@timestamp":1564641980},"coords":"51.5898288,-0.1993813","bedrooms":"1","price":"151000","area":"463"} , +{"type":"Feature","id":"n2453130049","geometry":{"type":"Point","coordinates":[-0.2003226,51.5895293]},"properties":{"@type":"node","@id":2453130049,"@timestamp":1614220019},"coords":"51.5895293,-0.2003226","bedrooms":"4","price":"151000","area":"649"} , +{"type":"Feature","id":"n2453162759","geometry":{"type":"Point","coordinates":[-0.1287979,51.5241946]},"properties":{"@type":"node","@id":2453162759,"@timestamp":1458699797},"coords":"51.5241946,-0.1287979","bedrooms":"3","price":"191000","area":"538"} , +{"type":"Feature","id":"n2453218926","geometry":{"type":"Point","coordinates":[0.1012548,51.7564184]},"properties":{"@type":"node","@id":2453218926,"@timestamp":1378837375},"coords":"51.7564184,0.1012548","bedrooms":"1","price":"204000","area":"418"} , +{"type":"Feature","id":"n2453363731","geometry":{"type":"Point","coordinates":[-0.1072974,51.499971]},"properties":{"@type":"node","@id":2453363731,"@timestamp":1627345898},"coords":"51.499971,-0.1072974","bedrooms":"3","price":"203000","area":"407"} , +{"type":"Feature","id":"n2453370949","geometry":{"type":"Point","coordinates":[0.0790362,51.7495524]},"properties":{"@type":"node","@id":2453370949,"@timestamp":1631223645},"coords":"51.7495524,0.0790362","bedrooms":"1","price":"276000","area":"438"} , +{"type":"Feature","id":"n2453487619","geometry":{"type":"Point","coordinates":[-0.0740856,51.480218]},"properties":{"@type":"node","@id":2453487619,"@timestamp":1615651747},"coords":"51.480218,-0.0740856","bedrooms":"4","price":"297000","area":"666"} , +{"type":"Feature","id":"n2453710053","geometry":{"type":"Point","coordinates":[-0.0650922,51.6126351]},"properties":{"@type":"node","@id":2453710053,"@timestamp":1378879592},"coords":"51.6126351,-0.0650922","bedrooms":"1","price":"255000","area":"459"} , +{"type":"Feature","id":"n2453732825","geometry":{"type":"Point","coordinates":[-0.0651593,51.6123352]},"properties":{"@type":"node","@id":2453732825,"@timestamp":1378879217},"coords":"51.6123352,-0.0651593","bedrooms":"3","price":"208000","area":"685"} , +{"type":"Feature","id":"n2453751952","geometry":{"type":"Point","coordinates":[-0.0656771,51.6109129]},"properties":{"@type":"node","@id":2453751952,"@timestamp":1378881441},"coords":"51.6109129,-0.0656771","bedrooms":"0","price":"292000","area":"501"} , +{"type":"Feature","id":"n2453908211","geometry":{"type":"Point","coordinates":[-0.0058101,51.5410682]},"properties":{"@type":"node","@id":2453908211,"@timestamp":1630401463},"coords":"51.5410682,-0.0058101","bedrooms":"3","price":"244000","area":"369"} , +{"type":"Feature","id":"n2453929609","geometry":{"type":"Point","coordinates":[-0.0040778,51.5437607]},"properties":{"@type":"node","@id":2453929609,"@timestamp":1576218967},"coords":"51.5437607,-0.0040778","bedrooms":"2","price":"256000","area":"391"} , +{"type":"Feature","id":"n2453941602","geometry":{"type":"Point","coordinates":[-0.0051266,51.5417597]},"properties":{"@type":"node","@id":2453941602,"@timestamp":1576160566},"coords":"51.5417597,-0.0051266","bedrooms":"2","price":"209000","area":"590"} , +{"type":"Feature","id":"n2454293492","geometry":{"type":"Point","coordinates":[-0.1387109,51.5361728]},"properties":{"@type":"node","@id":2454293492,"@timestamp":1378917897},"coords":"51.5361728,-0.1387109","bedrooms":"0","price":"233000","area":"497"} , +{"type":"Feature","id":"n2454327066","geometry":{"type":"Point","coordinates":[-0.1384381,51.5364561]},"properties":{"@type":"node","@id":2454327066,"@timestamp":1378919867},"coords":"51.5364561,-0.1384381","bedrooms":"3","price":"204000","area":"408"} , +{"type":"Feature","id":"n2454389295","geometry":{"type":"Point","coordinates":[-0.0968037,51.5448022]},"properties":{"@type":"node","@id":2454389295,"@timestamp":1378920697},"coords":"51.5448022,-0.0968037","bedrooms":"3","price":"199000","area":"601"} , +{"type":"Feature","id":"n2454406405","geometry":{"type":"Point","coordinates":[-0.0989182,51.5441061]},"properties":{"@type":"node","@id":2454406405,"@timestamp":1627499741},"coords":"51.5441061,-0.0989182","bedrooms":"3","price":"249000","area":"383"} , +{"type":"Feature","id":"n2454411458","geometry":{"type":"Point","coordinates":[-0.1008008,51.5436766]},"properties":{"@type":"node","@id":2454411458,"@timestamp":1627615919},"coords":"51.5436766,-0.1008008","bedrooms":"2","price":"203000","area":"615"} , +{"type":"Feature","id":"n2454504640","geometry":{"type":"Point","coordinates":[0.0711824,51.7578472]},"properties":{"@type":"node","@id":2454504640,"@timestamp":1378925149},"coords":"51.7578472,0.0711824","bedrooms":"0","price":"207000","area":"534"} , +{"type":"Feature","id":"n2454650796","geometry":{"type":"Point","coordinates":[0.0948436,51.767243]},"properties":{"@type":"node","@id":2454650796,"@timestamp":1378929797},"coords":"51.767243,0.0948436","bedrooms":"2","price":"215000","area":"364"} , +{"type":"Feature","id":"n2454651768","geometry":{"type":"Point","coordinates":[0.0942804,51.7671824]},"properties":{"@type":"node","@id":2454651768,"@timestamp":1378929890},"coords":"51.7671824,0.0942804","bedrooms":"3","price":"231000","area":"591"} , +{"type":"Feature","id":"n2454686124","geometry":{"type":"Point","coordinates":[0.1071857,51.782985]},"properties":{"@type":"node","@id":2454686124,"@timestamp":1613237274},"coords":"51.782985,0.1071857","bedrooms":"4","price":"224000","area":"396"} , +{"type":"Feature","id":"n2454822855","geometry":{"type":"Point","coordinates":[-0.0858705,51.4828153]},"properties":{"@type":"node","@id":2454822855,"@timestamp":1634808794},"coords":"51.4828153,-0.0858705","bedrooms":"3","price":"264000","area":"663"} , +{"type":"Feature","id":"n2454822865","geometry":{"type":"Point","coordinates":[-0.0917588,51.4894593]},"properties":{"@type":"node","@id":2454822865,"@timestamp":1512439721},"coords":"51.4894593,-0.0917588","bedrooms":"1","price":"167000","area":"415"} , +{"type":"Feature","id":"n2455313856","geometry":{"type":"Point","coordinates":[0.1803827,51.3939238]},"properties":{"@type":"node","@id":2455313856,"@timestamp":1618070642},"coords":"51.3939238,0.1803827","bedrooms":"0","price":"242000","area":"387"} , +{"type":"Feature","id":"n2455313866","geometry":{"type":"Point","coordinates":[0.1813023,51.3935482]},"properties":{"@type":"node","@id":2455313866,"@timestamp":1618070642},"coords":"51.3935482,0.1813023","bedrooms":"4","price":"197000","area":"411"} , +{"type":"Feature","id":"n2455456333","geometry":{"type":"Point","coordinates":[-0.6218809,51.4469597]},"properties":{"@type":"node","@id":2455456333,"@timestamp":1602093544},"coords":"51.4469597,-0.6218809","bedrooms":"1","price":"204000","area":"597"} , +{"type":"Feature","id":"n2455484950","geometry":{"type":"Point","coordinates":[-0.0698204,51.6153096]},"properties":{"@type":"node","@id":2455484950,"@timestamp":1378990172},"coords":"51.6153096,-0.0698204","bedrooms":"0","price":"204000","area":"533"} , +{"type":"Feature","id":"n2455553167","geometry":{"type":"Point","coordinates":[-0.0702618,51.615661]},"properties":{"@type":"node","@id":2455553167,"@timestamp":1378992405},"coords":"51.615661,-0.0702618","bedrooms":"1","price":"278000","area":"453"} , +{"type":"Feature","id":"n2455592289","geometry":{"type":"Point","coordinates":[-0.070122,51.6152646]},"properties":{"@type":"node","@id":2455592289,"@timestamp":1378993218},"coords":"51.6152646,-0.070122","bedrooms":"0","price":"223000","area":"488"} , +{"type":"Feature","id":"n2455653380","geometry":{"type":"Point","coordinates":[-0.1947348,51.6300069]},"properties":{"@type":"node","@id":2455653380,"@timestamp":1378994276},"coords":"51.6300069,-0.1947348","bedrooms":"1","price":"235000","area":"360"} , +{"type":"Feature","id":"n2455653414","geometry":{"type":"Point","coordinates":[-0.1949896,51.6283269]},"properties":{"@type":"node","@id":2455653414,"@timestamp":1378994277},"coords":"51.6283269,-0.1949896","bedrooms":"1","price":"296000","area":"495"} , +{"type":"Feature","id":"n2455653454","geometry":{"type":"Point","coordinates":[-0.1969395,51.6304464]},"properties":{"@type":"node","@id":2455653454,"@timestamp":1378994277},"coords":"51.6304464,-0.1969395","bedrooms":"4","price":"181000","area":"493"} , +{"type":"Feature","id":"n2455687239","geometry":{"type":"Point","coordinates":[-0.0705713,51.6168718]},"properties":{"@type":"node","@id":2455687239,"@timestamp":1378995740},"coords":"51.6168718,-0.0705713","bedrooms":"0","price":"187000","area":"565"} , +{"type":"Feature","id":"n2455711100","geometry":{"type":"Point","coordinates":[-0.0701261,51.6180372]},"properties":{"@type":"node","@id":2455711100,"@timestamp":1378997513},"coords":"51.6180372,-0.0701261","bedrooms":"2","price":"239000","area":"481"} , +{"type":"Feature","id":"n2455741108","geometry":{"type":"Point","coordinates":[-0.3333653,51.6264811]},"properties":{"@type":"node","@id":2455741108,"@timestamp":1616712242},"coords":"51.6264811,-0.3333653","bedrooms":"1","price":"239000","area":"537"} , +{"type":"Feature","id":"n2455901075","geometry":{"type":"Point","coordinates":[-0.1433907,51.5081947]},"properties":{"@type":"node","@id":2455901075,"@timestamp":1564909693},"coords":"51.5081947,-0.1433907","bedrooms":"1","price":"240000","area":"635"} , +{"type":"Feature","id":"n2456084316","geometry":{"type":"Point","coordinates":[0.1145834,51.7743782]},"properties":{"@type":"node","@id":2456084316,"@timestamp":1617221127},"coords":"51.7743782,0.1145834","bedrooms":"3","price":"195000","area":"370"} , +{"type":"Feature","id":"n2456198840","geometry":{"type":"Point","coordinates":[-0.2232126,51.5717531]},"properties":{"@type":"node","@id":2456198840,"@timestamp":1379018778},"coords":"51.5717531,-0.2232126","bedrooms":"1","price":"223000","area":"509"} , +{"type":"Feature","id":"n2456211197","geometry":{"type":"Point","coordinates":[-0.0605146,51.5095438]},"properties":{"@type":"node","@id":2456211197,"@timestamp":1628375090},"coords":"51.5095438,-0.0605146","bedrooms":"3","price":"176000","area":"677"} , +{"type":"Feature","id":"n2456211208","geometry":{"type":"Point","coordinates":[-0.0552589,51.509451]},"properties":{"@type":"node","@id":2456211208,"@timestamp":1628181242},"coords":"51.509451,-0.0552589","bedrooms":"2","price":"173000","area":"665"} , +{"type":"Feature","id":"n2456212583","geometry":{"type":"Point","coordinates":[-0.0676153,51.5088996]},"properties":{"@type":"node","@id":2456212583,"@timestamp":1628438293},"coords":"51.5088996,-0.0676153","bedrooms":"3","price":"172000","area":"503"} , +{"type":"Feature","id":"n2456508628","geometry":{"type":"Point","coordinates":[-0.2804167,51.5101281]},"properties":{"@type":"node","@id":2456508628,"@timestamp":1379058422},"coords":"51.5101281,-0.2804167","bedrooms":"3","price":"180000","area":"645"} , +{"type":"Feature","id":"n2456648841","geometry":{"type":"Point","coordinates":[-0.1524287,51.5106272]},"properties":{"@type":"node","@id":2456648841,"@timestamp":1379065452},"coords":"51.5106272,-0.1524287","bedrooms":"3","price":"278000","area":"493"} , +{"type":"Feature","id":"n2456648907","geometry":{"type":"Point","coordinates":[-0.1516474,51.5110142]},"properties":{"@type":"node","@id":2456648907,"@timestamp":1379065453},"coords":"51.5110142,-0.1516474","bedrooms":"4","price":"244000","area":"501"} , +{"type":"Feature","id":"n2456648987","geometry":{"type":"Point","coordinates":[-0.1516977,51.5111363]},"properties":{"@type":"node","@id":2456648987,"@timestamp":1379065454},"coords":"51.5111363,-0.1516977","bedrooms":"1","price":"205000","area":"436"} , +{"type":"Feature","id":"n2456649057","geometry":{"type":"Point","coordinates":[-0.1525011,51.5112806]},"properties":{"@type":"node","@id":2456649057,"@timestamp":1379065454},"coords":"51.5112806,-0.1525011","bedrooms":"1","price":"156000","area":"448"} , +{"type":"Feature","id":"n2456649248","geometry":{"type":"Point","coordinates":[-0.1508501,51.5115195]},"properties":{"@type":"node","@id":2456649248,"@timestamp":1379065456},"coords":"51.5115195,-0.1508501","bedrooms":"3","price":"274000","area":"464"} , +{"type":"Feature","id":"n2456649381","geometry":{"type":"Point","coordinates":[-0.1531364,51.511702]},"properties":{"@type":"node","@id":2456649381,"@timestamp":1379065457},"coords":"51.511702,-0.1531364","bedrooms":"0","price":"209000","area":"495"} , +{"type":"Feature","id":"n2456649466","geometry":{"type":"Point","coordinates":[-0.1523159,51.5118226]},"properties":{"@type":"node","@id":2456649466,"@timestamp":1379065458},"coords":"51.5118226,-0.1523159","bedrooms":"2","price":"201000","area":"654"} , +{"type":"Feature","id":"n2456649517","geometry":{"type":"Point","coordinates":[-0.1512304,51.512105]},"properties":{"@type":"node","@id":2456649517,"@timestamp":1379065459},"coords":"51.512105,-0.1512304","bedrooms":"2","price":"261000","area":"402"} , +{"type":"Feature","id":"n2456769479","geometry":{"type":"Point","coordinates":[-0.0358075,51.6432513]},"properties":{"@type":"node","@id":2456769479,"@timestamp":1379073415},"coords":"51.6432513,-0.0358075","bedrooms":"4","price":"211000","area":"544"} , +{"type":"Feature","id":"n2457061689","geometry":{"type":"Point","coordinates":[-0.0513927,51.636116]},"properties":{"@type":"node","@id":2457061689,"@timestamp":1564909693},"coords":"51.636116,-0.0513927","bedrooms":"0","price":"165000","area":"456"} , +{"type":"Feature","id":"n2457066507","geometry":{"type":"Point","coordinates":[-0.0643273,51.6149127]},"properties":{"@type":"node","@id":2457066507,"@timestamp":1599783336},"coords":"51.6149127,-0.0643273","bedrooms":"2","price":"196000","area":"464"} , +{"type":"Feature","id":"n2457069237","geometry":{"type":"Point","coordinates":[-0.0582963,51.6257609]},"properties":{"@type":"node","@id":2457069237,"@timestamp":1617665120},"coords":"51.6257609,-0.0582963","bedrooms":"4","price":"154000","area":"614"} , +{"type":"Feature","id":"n2457161331","geometry":{"type":"Point","coordinates":[0.0817228,51.4589004]},"properties":{"@type":"node","@id":2457161331,"@timestamp":1379100669},"coords":"51.4589004,0.0817228","bedrooms":"0","price":"203000","area":"365"} , +{"type":"Feature","id":"n2457214535","geometry":{"type":"Point","coordinates":[-0.0738072,51.7934738]},"properties":{"@type":"node","@id":2457214535,"@timestamp":1635107369},"coords":"51.7934738,-0.0738072","bedrooms":"4","price":"251000","area":"360"} , +{"type":"Feature","id":"n2457518984","geometry":{"type":"Point","coordinates":[0.2078127,51.4458658]},"properties":{"@type":"node","@id":2457518984,"@timestamp":1620338595},"coords":"51.4458658,0.2078127","bedrooms":"4","price":"296000","area":"665"} , +{"type":"Feature","id":"n2457786278","geometry":{"type":"Point","coordinates":[-1.0696481,51.2748988]},"properties":{"@type":"node","@id":2457786278,"@timestamp":1379150967},"coords":"51.2748988,-1.0696481","bedrooms":"4","price":"208000","area":"662"} , +{"type":"Feature","id":"n2457815018","geometry":{"type":"Point","coordinates":[0.0030318,51.6520489]},"properties":{"@type":"node","@id":2457815018,"@timestamp":1379152683},"coords":"51.6520489,0.0030318","bedrooms":"1","price":"210000","area":"475"} , +{"type":"Feature","id":"n2457910378","geometry":{"type":"Point","coordinates":[0.1837716,51.3925495]},"properties":{"@type":"node","@id":2457910378,"@timestamp":1388656363},"coords":"51.3925495,0.1837716","bedrooms":"2","price":"273000","area":"368"} , +{"type":"Feature","id":"n2457913292","geometry":{"type":"Point","coordinates":[-0.31899,51.108022]},"properties":{"@type":"node","@id":2457913292,"@timestamp":1379158913},"coords":"51.108022,-0.31899","bedrooms":"4","price":"198000","area":"451"} , +{"type":"Feature","id":"n2457914436","geometry":{"type":"Point","coordinates":[0.1843399,51.3925429]},"properties":{"@type":"node","@id":2457914436,"@timestamp":1618784881},"coords":"51.3925429,0.1843399","bedrooms":"1","price":"232000","area":"665"} , +{"type":"Feature","id":"n2457925900","geometry":{"type":"Point","coordinates":[0.1850932,51.39229]},"properties":{"@type":"node","@id":2457925900,"@timestamp":1618784881},"coords":"51.39229,0.1850932","bedrooms":"4","price":"203000","area":"356"} , +{"type":"Feature","id":"n2457936049","geometry":{"type":"Point","coordinates":[0.1860757,51.3919329]},"properties":{"@type":"node","@id":2457936049,"@timestamp":1618784881},"coords":"51.3919329,0.1860757","bedrooms":"3","price":"232000","area":"382"} , +{"type":"Feature","id":"n2457945739","geometry":{"type":"Point","coordinates":[0.1866715,51.3916905]},"properties":{"@type":"node","@id":2457945739,"@timestamp":1618785734},"coords":"51.3916905,0.1866715","bedrooms":"1","price":"195000","area":"438"} , +{"type":"Feature","id":"n2458082349","geometry":{"type":"Point","coordinates":[-0.0706423,51.4751517]},"properties":{"@type":"node","@id":2458082349,"@timestamp":1401740001},"coords":"51.4751517,-0.0706423","bedrooms":"3","price":"268000","area":"620"} , +{"type":"Feature","id":"n2458193666","geometry":{"type":"Point","coordinates":[-0.0295905,51.809514]},"properties":{"@type":"node","@id":2458193666,"@timestamp":1379174405},"coords":"51.809514,-0.0295905","bedrooms":"0","price":"190000","area":"691"} , +{"type":"Feature","id":"n2458246051","geometry":{"type":"Point","coordinates":[-0.2165529,51.495242]},"properties":{"@type":"node","@id":2458246051,"@timestamp":1633851588},"coords":"51.495242,-0.2165529","bedrooms":"1","price":"177000","area":"652"} , +{"type":"Feature","id":"n2458260540","geometry":{"type":"Point","coordinates":[-0.1854166,51.5410837]},"properties":{"@type":"node","@id":2458260540,"@timestamp":1379179259},"coords":"51.5410837,-0.1854166","bedrooms":"3","price":"236000","area":"552"} , +{"type":"Feature","id":"n2458260579","geometry":{"type":"Point","coordinates":[-0.1878222,51.5413371]},"properties":{"@type":"node","@id":2458260579,"@timestamp":1379179259},"coords":"51.5413371,-0.1878222","bedrooms":"4","price":"258000","area":"390"} , +{"type":"Feature","id":"n2458260656","geometry":{"type":"Point","coordinates":[-0.1884186,51.5419119]},"properties":{"@type":"node","@id":2458260656,"@timestamp":1379179261},"coords":"51.5419119,-0.1884186","bedrooms":"1","price":"290000","area":"599"} , +{"type":"Feature","id":"n2458336481","geometry":{"type":"Point","coordinates":[-1.0043518,51.4275519]},"properties":{"@type":"node","@id":2458336481,"@timestamp":1379181699},"coords":"51.4275519,-1.0043518","bedrooms":"2","price":"285000","area":"613"} , +{"type":"Feature","id":"n2458396533","geometry":{"type":"Point","coordinates":[-0.8478252,51.1703885]},"properties":{"@type":"node","@id":2458396533,"@timestamp":1504863309},"coords":"51.1703885,-0.8478252","bedrooms":"4","price":"231000","area":"647"} , +{"type":"Feature","id":"n2458445077","geometry":{"type":"Point","coordinates":[-0.0587374,51.0527135]},"properties":{"@type":"node","@id":2458445077,"@timestamp":1379188322},"coords":"51.0527135,-0.0587374","bedrooms":"0","price":"155000","area":"388"} , +{"type":"Feature","id":"n2458460148","geometry":{"type":"Point","coordinates":[-0.1084319,51.0678883]},"properties":{"@type":"node","@id":2458460148,"@timestamp":1634490777},"coords":"51.0678883,-0.1084319","bedrooms":"4","price":"288000","area":"393"} , +{"type":"Feature","id":"n2458484604","geometry":{"type":"Point","coordinates":[-0.7935132,51.1583483]},"properties":{"@type":"node","@id":2458484604,"@timestamp":1379190632},"coords":"51.1583483,-0.7935132","bedrooms":"1","price":"256000","area":"405"} , +{"type":"Feature","id":"n2458500594","geometry":{"type":"Point","coordinates":[-0.0427439,51.0547804]},"properties":{"@type":"node","@id":2458500594,"@timestamp":1627659799},"coords":"51.0547804,-0.0427439","bedrooms":"2","price":"235000","area":"547"} , +{"type":"Feature","id":"n2458591831","geometry":{"type":"Point","coordinates":[-0.0946388,51.5474132]},"properties":{"@type":"node","@id":2458591831,"@timestamp":1379196780},"coords":"51.5474132,-0.0946388","bedrooms":"0","price":"197000","area":"491"} , +{"type":"Feature","id":"n2458611988","geometry":{"type":"Point","coordinates":[-0.1097089,51.5478546]},"properties":{"@type":"node","@id":2458611988,"@timestamp":1384783575},"coords":"51.5478546,-0.1097089","bedrooms":"3","price":"273000","area":"461"} , +{"type":"Feature","id":"n2458613919","geometry":{"type":"Point","coordinates":[-0.1065832,51.5426114]},"properties":{"@type":"node","@id":2458613919,"@timestamp":1611896510},"coords":"51.5426114,-0.1065832","bedrooms":"2","price":"161000","area":"654"} , +{"type":"Feature","id":"n2458613938","geometry":{"type":"Point","coordinates":[0.0025535,51.6847827]},"properties":{"@type":"node","@id":2458613938,"@timestamp":1559687242},"coords":"51.6847827,0.0025535","bedrooms":"1","price":"296000","area":"578"} , +{"type":"Feature","id":"n2458659111","geometry":{"type":"Point","coordinates":[-0.1798229,51.5468278]},"properties":{"@type":"node","@id":2458659111,"@timestamp":1407665810},"coords":"51.5468278,-0.1798229","bedrooms":"0","price":"267000","area":"419"} , +{"type":"Feature","id":"n2459133120","geometry":{"type":"Point","coordinates":[-0.0298478,51.5808634]},"properties":{"@type":"node","@id":2459133120,"@timestamp":1623287563},"coords":"51.5808634,-0.0298478","bedrooms":"1","price":"210000","area":"663"} , +{"type":"Feature","id":"n2459303014","geometry":{"type":"Point","coordinates":[-0.1481002,51.4582443]},"properties":{"@type":"node","@id":2459303014,"@timestamp":1595348836},"coords":"51.4582443,-0.1481002","bedrooms":"3","price":"165000","area":"626"} , +{"type":"Feature","id":"n2459308871","geometry":{"type":"Point","coordinates":[0.1137033,51.7504408]},"properties":{"@type":"node","@id":2459308871,"@timestamp":1379252103},"coords":"51.7504408,0.1137033","bedrooms":"1","price":"182000","area":"646"} , +{"type":"Feature","id":"n2459427454","geometry":{"type":"Point","coordinates":[-0.0780949,51.4763265]},"properties":{"@type":"node","@id":2459427454,"@timestamp":1528414953},"coords":"51.4763265,-0.0780949","bedrooms":"0","price":"179000","area":"532"} , +{"type":"Feature","id":"n2459427488","geometry":{"type":"Point","coordinates":[-0.0732785,51.4771696]},"properties":{"@type":"node","@id":2459427488,"@timestamp":1598149345},"coords":"51.4771696,-0.0732785","bedrooms":"3","price":"291000","area":"464"} , +{"type":"Feature","id":"n2459450939","geometry":{"type":"Point","coordinates":[-0.0872336,51.4792077]},"properties":{"@type":"node","@id":2459450939,"@timestamp":1379258932},"coords":"51.4792077,-0.0872336","bedrooms":"2","price":"181000","area":"441"} , +{"type":"Feature","id":"n2459596755","geometry":{"type":"Point","coordinates":[-0.0999322,51.479451]},"properties":{"@type":"node","@id":2459596755,"@timestamp":1631306281},"coords":"51.479451,-0.0999322","bedrooms":"4","price":"213000","area":"519"} , +{"type":"Feature","id":"n2459596766","geometry":{"type":"Point","coordinates":[-0.1040311,51.478182]},"properties":{"@type":"node","@id":2459596766,"@timestamp":1564909693},"coords":"51.478182,-0.1040311","bedrooms":"0","price":"160000","area":"690"} , +{"type":"Feature","id":"n2459705775","geometry":{"type":"Point","coordinates":[0.1058878,51.7523785]},"properties":{"@type":"node","@id":2459705775,"@timestamp":1379269331},"coords":"51.7523785,0.1058878","bedrooms":"0","price":"216000","area":"524"} , +{"type":"Feature","id":"n2459776286","geometry":{"type":"Point","coordinates":[0.06243,51.450745]},"properties":{"@type":"node","@id":2459776286,"@timestamp":1633100647},"coords":"51.450745,0.06243","bedrooms":"2","price":"207000","area":"568"} , +{"type":"Feature","id":"n2459851980","geometry":{"type":"Point","coordinates":[-0.2862308,51.3702922]},"properties":{"@type":"node","@id":2459851980,"@timestamp":1379277291},"coords":"51.3702922,-0.2862308","bedrooms":"4","price":"295000","area":"648"} , +{"type":"Feature","id":"n2459957836","geometry":{"type":"Point","coordinates":[-0.9482669,51.1636803]},"properties":{"@type":"node","@id":2459957836,"@timestamp":1568799415},"coords":"51.1636803,-0.9482669","bedrooms":"2","price":"218000","area":"572"} , +{"type":"Feature","id":"n2459966719","geometry":{"type":"Point","coordinates":[0.2777795,51.2071875]},"properties":{"@type":"node","@id":2459966719,"@timestamp":1379287605},"coords":"51.2071875,0.2777795","bedrooms":"2","price":"162000","area":"649"} , +{"type":"Feature","id":"n2459969214","geometry":{"type":"Point","coordinates":[0.2777542,51.2077401]},"properties":{"@type":"node","@id":2459969214,"@timestamp":1379288265},"coords":"51.2077401,0.2777542","bedrooms":"0","price":"182000","area":"508"} , +{"type":"Feature","id":"n2460067024","geometry":{"type":"Point","coordinates":[0.0628701,51.8581672]},"properties":{"@type":"node","@id":2460067024,"@timestamp":1379310317},"coords":"51.8581672,0.0628701","bedrooms":"1","price":"268000","area":"404"} , +{"type":"Feature","id":"n2460350705","geometry":{"type":"Point","coordinates":[-0.0835723,51.5276444]},"properties":{"@type":"node","@id":2460350705,"@timestamp":1379335907},"coords":"51.5276444,-0.0835723","bedrooms":"2","price":"251000","area":"457"} , +{"type":"Feature","id":"n2460382667","geometry":{"type":"Point","coordinates":[-0.0835842,51.5486135]},"properties":{"@type":"node","@id":2460382667,"@timestamp":1379337213},"coords":"51.5486135,-0.0835842","bedrooms":"2","price":"284000","area":"463"} , +{"type":"Feature","id":"n2460473980","geometry":{"type":"Point","coordinates":[0.056192,51.4507597]},"properties":{"@type":"node","@id":2460473980,"@timestamp":1630574732},"coords":"51.4507597,0.056192","bedrooms":"0","price":"198000","area":"521"} , +{"type":"Feature","id":"n2460689700","geometry":{"type":"Point","coordinates":[0.0428024,51.4571122]},"properties":{"@type":"node","@id":2460689700,"@timestamp":1625880781},"coords":"51.4571122,0.0428024","bedrooms":"1","price":"185000","area":"354"} , +{"type":"Feature","id":"n2460716181","geometry":{"type":"Point","coordinates":[0.8777309,51.8728579]},"properties":{"@type":"node","@id":2460716181,"@timestamp":1569744981},"coords":"51.8728579,0.8777309","bedrooms":"4","price":"159000","area":"399"} , +{"type":"Feature","id":"n2460779476","geometry":{"type":"Point","coordinates":[0.1849972,51.6428474]},"properties":{"@type":"node","@id":2460779476,"@timestamp":1379359345},"coords":"51.6428474,0.1849972","bedrooms":"2","price":"224000","area":"568"} , +{"type":"Feature","id":"n2460821158","geometry":{"type":"Point","coordinates":[0.128454,51.7871482]},"properties":{"@type":"node","@id":2460821158,"@timestamp":1629217843},"coords":"51.7871482,0.128454","bedrooms":"0","price":"297000","area":"634"} , +{"type":"Feature","id":"n2460842769","geometry":{"type":"Point","coordinates":[-0.3600997,51.7459468]},"properties":{"@type":"node","@id":2460842769,"@timestamp":1379362218},"coords":"51.7459468,-0.3600997","bedrooms":"1","price":"274000","area":"502"} , +{"type":"Feature","id":"n2461438271","geometry":{"type":"Point","coordinates":[-0.2063058,51.4203336]},"properties":{"@type":"node","@id":2461438271,"@timestamp":1460476737},"coords":"51.4203336,-0.2063058","bedrooms":"1","price":"243000","area":"505"} , +{"type":"Feature","id":"n2461462185","geometry":{"type":"Point","coordinates":[-0.2930902,51.4184307]},"properties":{"@type":"node","@id":2461462185,"@timestamp":1479412557},"coords":"51.4184307,-0.2930902","bedrooms":"4","price":"159000","area":"354"} , +{"type":"Feature","id":"n2461614549","geometry":{"type":"Point","coordinates":[0.0180365,51.4863055]},"properties":{"@type":"node","@id":2461614549,"@timestamp":1601497733},"coords":"51.4863055,0.0180365","bedrooms":"2","price":"286000","area":"633"} , +{"type":"Feature","id":"n2461638249","geometry":{"type":"Point","coordinates":[0.0170095,51.4874932]},"properties":{"@type":"node","@id":2461638249,"@timestamp":1635306527},"coords":"51.4874932,0.0170095","bedrooms":"1","price":"195000","area":"454"} , +{"type":"Feature","id":"n2461915100","geometry":{"type":"Point","coordinates":[-0.1264598,51.5148658]},"properties":{"@type":"node","@id":2461915100,"@timestamp":1634078027},"coords":"51.5148658,-0.1264598","bedrooms":"1","price":"155000","area":"385"} , +{"type":"Feature","id":"n2462054971","geometry":{"type":"Point","coordinates":[0.1169847,51.7848803]},"properties":{"@type":"node","@id":2462054971,"@timestamp":1629217843},"coords":"51.7848803,0.1169847","bedrooms":"2","price":"200000","area":"575"} , +{"type":"Feature","id":"n2462079492","geometry":{"type":"Point","coordinates":[0.1459006,51.7390123]},"properties":{"@type":"node","@id":2462079492,"@timestamp":1379446811},"coords":"51.7390123,0.1459006","bedrooms":"2","price":"188000","area":"657"} , +{"type":"Feature","id":"n2462272860","geometry":{"type":"Point","coordinates":[-0.0837559,51.5611829]},"properties":{"@type":"node","@id":2462272860,"@timestamp":1628349362},"coords":"51.5611829,-0.0837559","bedrooms":"2","price":"272000","area":"692"} , +{"type":"Feature","id":"n2462316494","geometry":{"type":"Point","coordinates":[-0.0743667,51.5259854]},"properties":{"@type":"node","@id":2462316494,"@timestamp":1635153737},"coords":"51.5259854,-0.0743667","bedrooms":"0","price":"212000","area":"444"} , +{"type":"Feature","id":"n2462717120","geometry":{"type":"Point","coordinates":[-0.4660918,51.0176772]},"properties":{"@type":"node","@id":2462717120,"@timestamp":1379502714},"coords":"51.0176772,-0.4660918","bedrooms":"4","price":"249000","area":"472"} , +{"type":"Feature","id":"n2462724887","geometry":{"type":"Point","coordinates":[-0.4624822,51.0087382]},"properties":{"@type":"node","@id":2462724887,"@timestamp":1379503491},"coords":"51.0087382,-0.4624822","bedrooms":"4","price":"221000","area":"635"} , +{"type":"Feature","id":"n2462837542","geometry":{"type":"Point","coordinates":[-0.4527065,51.0165191]},"properties":{"@type":"node","@id":2462837542,"@timestamp":1612279583},"coords":"51.0165191,-0.4527065","bedrooms":"4","price":"154000","area":"696"} , +{"type":"Feature","id":"n2462839818","geometry":{"type":"Point","coordinates":[0.059048,51.4585893]},"properties":{"@type":"node","@id":2462839818,"@timestamp":1379507396},"coords":"51.4585893,0.059048","bedrooms":"3","price":"249000","area":"538"} , +{"type":"Feature","id":"n2462839834","geometry":{"type":"Point","coordinates":[0.0593814,51.4577195]},"properties":{"@type":"node","@id":2462839834,"@timestamp":1539737584},"coords":"51.4577195,0.0593814","bedrooms":"3","price":"281000","area":"694"} , +{"type":"Feature","id":"n2463014780","geometry":{"type":"Point","coordinates":[0.3042096,51.3654352]},"properties":{"@type":"node","@id":2463014780,"@timestamp":1387387218},"coords":"51.3654352,0.3042096","bedrooms":"1","price":"259000","area":"624"} , +{"type":"Feature","id":"n2463038378","geometry":{"type":"Point","coordinates":[0.1811058,51.398106]},"properties":{"@type":"node","@id":2463038378,"@timestamp":1379519925},"coords":"51.398106,0.1811058","bedrooms":"2","price":"286000","area":"613"} , +{"type":"Feature","id":"n2463157492","geometry":{"type":"Point","coordinates":[-0.3214498,51.5766242]},"properties":{"@type":"node","@id":2463157492,"@timestamp":1379528012},"coords":"51.5766242,-0.3214498","bedrooms":"0","price":"296000","area":"598"} , +{"type":"Feature","id":"n2463260073","geometry":{"type":"Point","coordinates":[-0.099527,51.478248]},"properties":{"@type":"node","@id":2463260073,"@timestamp":1379533688},"coords":"51.478248,-0.099527","bedrooms":"1","price":"169000","area":"390"} , +{"type":"Feature","id":"n2463794246","geometry":{"type":"Point","coordinates":[0.0560035,51.4487109]},"properties":{"@type":"node","@id":2463794246,"@timestamp":1607202153},"coords":"51.4487109,0.0560035","bedrooms":"4","price":"255000","area":"534"} , +{"type":"Feature","id":"n2463974606","geometry":{"type":"Point","coordinates":[0.0518642,51.4505139]},"properties":{"@type":"node","@id":2463974606,"@timestamp":1379604012},"coords":"51.4505139,0.0518642","bedrooms":"1","price":"275000","area":"581"} , +{"type":"Feature","id":"n2464057141","geometry":{"type":"Point","coordinates":[0.0486358,51.451228]},"properties":{"@type":"node","@id":2464057141,"@timestamp":1379612714},"coords":"51.451228,0.0486358","bedrooms":"3","price":"177000","area":"458"} , +{"type":"Feature","id":"n2464502162","geometry":{"type":"Point","coordinates":[0.0423088,51.4573015]},"properties":{"@type":"node","@id":2464502162,"@timestamp":1625880781},"coords":"51.4573015,0.0423088","bedrooms":"0","price":"228000","area":"652"} , +{"type":"Feature","id":"n2465387020","geometry":{"type":"Point","coordinates":[-0.0422806,51.474566]},"properties":{"@type":"node","@id":2465387020,"@timestamp":1538684846},"coords":"51.474566,-0.0422806","bedrooms":"3","price":"292000","area":"414"} , +{"type":"Feature","id":"n2465730300","geometry":{"type":"Point","coordinates":[0.1054475,51.7715754]},"properties":{"@type":"node","@id":2465730300,"@timestamp":1619052696},"coords":"51.7715754,0.1054475","bedrooms":"1","price":"181000","area":"434"} , +{"type":"Feature","id":"n2465751090","geometry":{"type":"Point","coordinates":[0.1742402,51.3961999]},"properties":{"@type":"node","@id":2465751090,"@timestamp":1600893424},"coords":"51.3961999,0.1742402","bedrooms":"3","price":"293000","area":"363"} , +{"type":"Feature","id":"n2465761550","geometry":{"type":"Point","coordinates":[0.1683172,51.3927696]},"properties":{"@type":"node","@id":2465761550,"@timestamp":1379700661},"coords":"51.3927696,0.1683172","bedrooms":"1","price":"199000","area":"451"} , +{"type":"Feature","id":"n2465763942","geometry":{"type":"Point","coordinates":[0.1679087,51.3926694]},"properties":{"@type":"node","@id":2465763942,"@timestamp":1379700966},"coords":"51.3926694,0.1679087","bedrooms":"4","price":"250000","area":"350"} , +{"type":"Feature","id":"n2465767858","geometry":{"type":"Point","coordinates":[0.1673314,51.3925703]},"properties":{"@type":"node","@id":2465767858,"@timestamp":1379701274},"coords":"51.3925703,0.1673314","bedrooms":"0","price":"237000","area":"464"} , +{"type":"Feature","id":"n2465769670","geometry":{"type":"Point","coordinates":[0.1667071,51.3924409]},"properties":{"@type":"node","@id":2465769670,"@timestamp":1379701470},"coords":"51.3924409,0.1667071","bedrooms":"1","price":"255000","area":"566"} , +{"type":"Feature","id":"n2465815642","geometry":{"type":"Point","coordinates":[0.0828987,51.7563907]},"properties":{"@type":"node","@id":2465815642,"@timestamp":1612704974},"coords":"51.7563907,0.0828987","bedrooms":"3","price":"287000","area":"459"} , +{"type":"Feature","id":"n2465864009","geometry":{"type":"Point","coordinates":[0.0843746,51.6665762]},"properties":{"@type":"node","@id":2465864009,"@timestamp":1379707643},"coords":"51.6665762,0.0843746","bedrooms":"0","price":"247000","area":"416"} , +{"type":"Feature","id":"n2465866511","geometry":{"type":"Point","coordinates":[0.0835324,51.6669023]},"properties":{"@type":"node","@id":2465866511,"@timestamp":1379707852},"coords":"51.6669023,0.0835324","bedrooms":"2","price":"283000","area":"648"} , +{"type":"Feature","id":"n2466009562","geometry":{"type":"Point","coordinates":[-0.1186892,51.5447438]},"properties":{"@type":"node","@id":2466009562,"@timestamp":1379716545},"coords":"51.5447438,-0.1186892","bedrooms":"3","price":"227000","area":"403"} , +{"type":"Feature","id":"n2466034249","geometry":{"type":"Point","coordinates":[-0.4424363,51.4724375]},"properties":{"@type":"node","@id":2466034249,"@timestamp":1560573968},"coords":"51.4724375,-0.4424363","bedrooms":"4","price":"251000","area":"688"} , +{"type":"Feature","id":"n2466286386","geometry":{"type":"Point","coordinates":[-0.3633234,51.2290926]},"properties":{"@type":"node","@id":2466286386,"@timestamp":1600597220},"coords":"51.2290926,-0.3633234","bedrooms":"1","price":"292000","area":"398"} , +{"type":"Feature","id":"n2466366053","geometry":{"type":"Point","coordinates":[-0.3582446,51.2299151]},"properties":{"@type":"node","@id":2466366053,"@timestamp":1600597220},"coords":"51.2299151,-0.3582446","bedrooms":"4","price":"187000","area":"629"} , +{"type":"Feature","id":"n2466428741","geometry":{"type":"Point","coordinates":[-0.2985404,51.5736111]},"properties":{"@type":"node","@id":2466428741,"@timestamp":1379766061},"coords":"51.5736111,-0.2985404","bedrooms":"1","price":"180000","area":"635"} , +{"type":"Feature","id":"n2466680460","geometry":{"type":"Point","coordinates":[0.086822,51.7583601]},"properties":{"@type":"node","@id":2466680460,"@timestamp":1612746720},"coords":"51.7583601,0.086822","bedrooms":"2","price":"297000","area":"415"} , +{"type":"Feature","id":"n2466745656","geometry":{"type":"Point","coordinates":[-0.9177903,51.4409568]},"properties":{"@type":"node","@id":2466745656,"@timestamp":1379787013},"coords":"51.4409568,-0.9177903","bedrooms":"4","price":"157000","area":"549"} , +{"type":"Feature","id":"n2467096718","geometry":{"type":"Point","coordinates":[-0.0872309,51.5461149]},"properties":{"@type":"node","@id":2467096718,"@timestamp":1379803844},"coords":"51.5461149,-0.0872309","bedrooms":"4","price":"173000","area":"695"} , +{"type":"Feature","id":"n2467225763","geometry":{"type":"Point","coordinates":[-0.116732,51.5387153]},"properties":{"@type":"node","@id":2467225763,"@timestamp":1555347890},"coords":"51.5387153,-0.116732","bedrooms":"4","price":"190000","area":"402"} , +{"type":"Feature","id":"n2467531027","geometry":{"type":"Point","coordinates":[-0.4372327,51.6929813]},"properties":{"@type":"node","@id":2467531027,"@timestamp":1588889983},"coords":"51.6929813,-0.4372327","bedrooms":"4","price":"231000","area":"528"} , +{"type":"Feature","id":"n2467615353","geometry":{"type":"Point","coordinates":[0.0477129,51.4591236]},"properties":{"@type":"node","@id":2467615353,"@timestamp":1379853087},"coords":"51.4591236,0.0477129","bedrooms":"0","price":"178000","area":"594"} , +{"type":"Feature","id":"n2467727183","geometry":{"type":"Point","coordinates":[0.5164584,51.2727593]},"properties":{"@type":"node","@id":2467727183,"@timestamp":1630947908},"coords":"51.2727593,0.5164584","bedrooms":"0","price":"249000","area":"596"} , +{"type":"Feature","id":"n2467757157","geometry":{"type":"Point","coordinates":[0.1397071,51.7883529]},"properties":{"@type":"node","@id":2467757157,"@timestamp":1480509227},"coords":"51.7883529,0.1397071","bedrooms":"1","price":"276000","area":"442"} , +{"type":"Feature","id":"n2467783346","geometry":{"type":"Point","coordinates":[0.0463904,51.5549503]},"properties":{"@type":"node","@id":2467783346,"@timestamp":1632218649},"coords":"51.5549503,0.0463904","bedrooms":"4","price":"213000","area":"532"} , +{"type":"Feature","id":"n2467846158","geometry":{"type":"Point","coordinates":[-0.0237827,51.4747599]},"properties":{"@type":"node","@id":2467846158,"@timestamp":1548815090},"coords":"51.4747599,-0.0237827","bedrooms":"4","price":"290000","area":"482"} , +{"type":"Feature","id":"n2467859089","geometry":{"type":"Point","coordinates":[-0.0362003,51.4755837]},"properties":{"@type":"node","@id":2467859089,"@timestamp":1613857205},"coords":"51.4755837,-0.0362003","bedrooms":"1","price":"196000","area":"474"} , +{"type":"Feature","id":"n2467875724","geometry":{"type":"Point","coordinates":[-0.0600676,51.4807042]},"properties":{"@type":"node","@id":2467875724,"@timestamp":1633882672},"coords":"51.4807042,-0.0600676","bedrooms":"4","price":"215000","area":"385"} , +{"type":"Feature","id":"n2467881823","geometry":{"type":"Point","coordinates":[-0.0800838,51.4900359]},"properties":{"@type":"node","@id":2467881823,"@timestamp":1564909693},"coords":"51.4900359,-0.0800838","bedrooms":"0","price":"191000","area":"612"} , +{"type":"Feature","id":"n2467881834","geometry":{"type":"Point","coordinates":[-0.0797614,51.4900305]},"properties":{"@type":"node","@id":2467881834,"@timestamp":1379869625},"coords":"51.4900305,-0.0797614","bedrooms":"0","price":"262000","area":"584"} , +{"type":"Feature","id":"n2467939887","geometry":{"type":"Point","coordinates":[-0.1642031,51.1568806]},"properties":{"@type":"node","@id":2467939887,"@timestamp":1379873019},"coords":"51.1568806,-0.1642031","bedrooms":"3","price":"204000","area":"397"} , +{"type":"Feature","id":"n2468094891","geometry":{"type":"Point","coordinates":[-0.654137,51.7497253]},"properties":{"@type":"node","@id":2468094891,"@timestamp":1379881879},"coords":"51.7497253,-0.654137","bedrooms":"1","price":"273000","area":"388"} , +{"type":"Feature","id":"n2468166246","geometry":{"type":"Point","coordinates":[0.748425,51.0141263]},"properties":{"@type":"node","@id":2468166246,"@timestamp":1379884619},"coords":"51.0141263,0.748425","bedrooms":"3","price":"232000","area":"684"} , +{"type":"Feature","id":"n2468166256","geometry":{"type":"Point","coordinates":[0.8737117,51.0622933]},"properties":{"@type":"node","@id":2468166256,"@timestamp":1379884619},"coords":"51.0622933,0.8737117","bedrooms":"1","price":"151000","area":"515"} , +{"type":"Feature","id":"n2468744084","geometry":{"type":"Point","coordinates":[0.0008117,50.9950353]},"properties":{"@type":"node","@id":2468744084,"@timestamp":1595444687},"coords":"50.9950353,0.0008117","bedrooms":"4","price":"294000","area":"448"} , +{"type":"Feature","id":"n2469142590","geometry":{"type":"Point","coordinates":[0.1672377,51.3922956]},"properties":{"@type":"node","@id":2469142590,"@timestamp":1379962502},"coords":"51.3922956,0.1672377","bedrooms":"4","price":"293000","area":"670"} , +{"type":"Feature","id":"n2469262401","geometry":{"type":"Point","coordinates":[0.1025825,51.7731695]},"properties":{"@type":"node","@id":2469262401,"@timestamp":1632791002},"coords":"51.7731695,0.1025825","bedrooms":"3","price":"282000","area":"426"} , +{"type":"Feature","id":"n2470212351","geometry":{"type":"Point","coordinates":[0.0556989,51.4564789]},"properties":{"@type":"node","@id":2470212351,"@timestamp":1380041400},"coords":"51.4564789,0.0556989","bedrooms":"2","price":"214000","area":"484"} , +{"type":"Feature","id":"n2470212361","geometry":{"type":"Point","coordinates":[0.0583725,51.4567386]},"properties":{"@type":"node","@id":2470212361,"@timestamp":1380041401},"coords":"51.4567386,0.0583725","bedrooms":"3","price":"286000","area":"434"} , +{"type":"Feature","id":"n2470212371","geometry":{"type":"Point","coordinates":[0.0633249,51.4615647]},"properties":{"@type":"node","@id":2470212371,"@timestamp":1380041401},"coords":"51.4615647,0.0633249","bedrooms":"1","price":"188000","area":"461"} , +{"type":"Feature","id":"n2470212381","geometry":{"type":"Point","coordinates":[0.0559934,51.4567891]},"properties":{"@type":"node","@id":2470212381,"@timestamp":1380041401},"coords":"51.4567891,0.0559934","bedrooms":"1","price":"178000","area":"453"} , +{"type":"Feature","id":"n2470212392","geometry":{"type":"Point","coordinates":[0.0638697,51.461377]},"properties":{"@type":"node","@id":2470212392,"@timestamp":1380107347},"coords":"51.461377,0.0638697","bedrooms":"3","price":"155000","area":"408"} , +{"type":"Feature","id":"n2470251399","geometry":{"type":"Point","coordinates":[0.0551437,51.4580679]},"properties":{"@type":"node","@id":2470251399,"@timestamp":1380044036},"coords":"51.4580679,0.0551437","bedrooms":"2","price":"244000","area":"605"} , +{"type":"Feature","id":"n2470251409","geometry":{"type":"Point","coordinates":[0.0580222,51.459234]},"properties":{"@type":"node","@id":2470251409,"@timestamp":1380044036},"coords":"51.459234,0.0580222","bedrooms":"1","price":"184000","area":"677"} , +{"type":"Feature","id":"n2470330323","geometry":{"type":"Point","coordinates":[-0.1891422,51.5450492]},"properties":{"@type":"node","@id":2470330323,"@timestamp":1380048842},"coords":"51.5450492,-0.1891422","bedrooms":"3","price":"231000","area":"442"} , +{"type":"Feature","id":"n2470401644","geometry":{"type":"Point","coordinates":[0.0885328,51.7537309]},"properties":{"@type":"node","@id":2470401644,"@timestamp":1631243273},"coords":"51.7537309,0.0885328","bedrooms":"1","price":"156000","area":"509"} , +{"type":"Feature","id":"n2470622562","geometry":{"type":"Point","coordinates":[-0.2975975,51.5416023]},"properties":{"@type":"node","@id":2470622562,"@timestamp":1380065491},"coords":"51.5416023,-0.2975975","bedrooms":"1","price":"226000","area":"392"} , +{"type":"Feature","id":"n2470628178","geometry":{"type":"Point","coordinates":[-0.1912548,51.5205939]},"properties":{"@type":"node","@id":2470628178,"@timestamp":1569648530},"coords":"51.5205939,-0.1912548","bedrooms":"3","price":"262000","area":"558"} , +{"type":"Feature","id":"n2470658502","geometry":{"type":"Point","coordinates":[-0.1835073,51.550885]},"properties":{"@type":"node","@id":2470658502,"@timestamp":1407857667},"coords":"51.550885,-0.1835073","bedrooms":"2","price":"220000","area":"582"} , +{"type":"Feature","id":"n2470674316","geometry":{"type":"Point","coordinates":[-0.1135653,51.5609311]},"properties":{"@type":"node","@id":2470674316,"@timestamp":1555354569},"coords":"51.5609311,-0.1135653","bedrooms":"1","price":"161000","area":"692"} , +{"type":"Feature","id":"n2470677635","geometry":{"type":"Point","coordinates":[-0.1168484,51.5578344]},"properties":{"@type":"node","@id":2470677635,"@timestamp":1380078455},"coords":"51.5578344,-0.1168484","bedrooms":"0","price":"212000","area":"517"} , +{"type":"Feature","id":"n2470880015","geometry":{"type":"Point","coordinates":[0.1674116,51.3910486]},"properties":{"@type":"node","@id":2470880015,"@timestamp":1380100519},"coords":"51.3910486,0.1674116","bedrooms":"2","price":"272000","area":"601"} , +{"type":"Feature","id":"n2470888281","geometry":{"type":"Point","coordinates":[0.1653302,51.3922068]},"properties":{"@type":"node","@id":2470888281,"@timestamp":1380101640},"coords":"51.3922068,0.1653302","bedrooms":"3","price":"156000","area":"387"} , +{"type":"Feature","id":"n2470969308","geometry":{"type":"Point","coordinates":[0.0644726,51.4596206]},"properties":{"@type":"node","@id":2470969308,"@timestamp":1380107345},"coords":"51.4596206,0.0644726","bedrooms":"4","price":"220000","area":"373"} , +{"type":"Feature","id":"n2470969340","geometry":{"type":"Point","coordinates":[0.0659604,51.4606143]},"properties":{"@type":"node","@id":2470969340,"@timestamp":1380107345},"coords":"51.4606143,0.0659604","bedrooms":"4","price":"231000","area":"446"} , +{"type":"Feature","id":"n2470969387","geometry":{"type":"Point","coordinates":[0.0648519,51.4593785]},"properties":{"@type":"node","@id":2470969387,"@timestamp":1380107346},"coords":"51.4593785,0.0648519","bedrooms":"3","price":"210000","area":"517"} , +{"type":"Feature","id":"n2471076611","geometry":{"type":"Point","coordinates":[-0.2438113,51.098426]},"properties":{"@type":"node","@id":2471076611,"@timestamp":1634224373},"coords":"51.098426,-0.2438113","bedrooms":"1","price":"150000","area":"447"} , +{"type":"Feature","id":"n2471205848","geometry":{"type":"Point","coordinates":[-0.1240803,51.5420658]},"properties":{"@type":"node","@id":2471205848,"@timestamp":1380122789},"coords":"51.5420658,-0.1240803","bedrooms":"3","price":"240000","area":"535"} , +{"type":"Feature","id":"n2471454659","geometry":{"type":"Point","coordinates":[0.0866206,51.7552942]},"properties":{"@type":"node","@id":2471454659,"@timestamp":1631243273},"coords":"51.7552942,0.0866206","bedrooms":"0","price":"259000","area":"610"} , +{"type":"Feature","id":"n2471582641","geometry":{"type":"Point","coordinates":[-0.0561502,51.6366962]},"properties":{"@type":"node","@id":2471582641,"@timestamp":1380147312},"coords":"51.6366962,-0.0561502","bedrooms":"4","price":"171000","area":"371"} , +{"type":"Feature","id":"n2471596643","geometry":{"type":"Point","coordinates":[-0.724332,50.9454457]},"properties":{"@type":"node","@id":2471596643,"@timestamp":1615833290},"coords":"50.9454457,-0.724332","bedrooms":"0","price":"296000","area":"571"} , +{"type":"Feature","id":"n2471608097","geometry":{"type":"Point","coordinates":[-0.0589375,51.6364538]},"properties":{"@type":"node","@id":2471608097,"@timestamp":1380148371},"coords":"51.6364538,-0.0589375","bedrooms":"4","price":"162000","area":"386"} , +{"type":"Feature","id":"n2471616554","geometry":{"type":"Point","coordinates":[-0.0614533,51.6368549]},"properties":{"@type":"node","@id":2471616554,"@timestamp":1380149292},"coords":"51.6368549,-0.0614533","bedrooms":"1","price":"232000","area":"459"} , +{"type":"Feature","id":"n2471624958","geometry":{"type":"Point","coordinates":[-0.062296,51.6341114]},"properties":{"@type":"node","@id":2471624958,"@timestamp":1380150308},"coords":"51.6341114,-0.062296","bedrooms":"0","price":"237000","area":"372"} , +{"type":"Feature","id":"n2471635592","geometry":{"type":"Point","coordinates":[-0.0568467,51.6340083]},"properties":{"@type":"node","@id":2471635592,"@timestamp":1380152139},"coords":"51.6340083,-0.0568467","bedrooms":"0","price":"230000","area":"428"} , +{"type":"Feature","id":"n2472120497","geometry":{"type":"Point","coordinates":[-0.1104073,51.5334039]},"properties":{"@type":"node","@id":2472120497,"@timestamp":1380200275},"coords":"51.5334039,-0.1104073","bedrooms":"4","price":"206000","area":"645"} , +{"type":"Feature","id":"n2472122742","geometry":{"type":"Point","coordinates":[-0.1102878,51.5333647]},"properties":{"@type":"node","@id":2472122742,"@timestamp":1380200482},"coords":"51.5333647,-0.1102878","bedrooms":"1","price":"275000","area":"697"} , +{"type":"Feature","id":"n2472122974","geometry":{"type":"Point","coordinates":[-0.110151,51.5334198]},"properties":{"@type":"node","@id":2472122974,"@timestamp":1380200523},"coords":"51.5334198,-0.110151","bedrooms":"1","price":"233000","area":"696"} , +{"type":"Feature","id":"n2472123994","geometry":{"type":"Point","coordinates":[-0.1097259,51.5334031]},"properties":{"@type":"node","@id":2472123994,"@timestamp":1380200624},"coords":"51.5334031,-0.1097259","bedrooms":"1","price":"286000","area":"472"} , +{"type":"Feature","id":"n2472125592","geometry":{"type":"Point","coordinates":[-0.1094698,51.5334698]},"properties":{"@type":"node","@id":2472125592,"@timestamp":1380200755},"coords":"51.5334698,-0.1094698","bedrooms":"1","price":"292000","area":"384"} , +{"type":"Feature","id":"n2472548654","geometry":{"type":"Point","coordinates":[-0.1978227,51.5431013]},"properties":{"@type":"node","@id":2472548654,"@timestamp":1380223776},"coords":"51.5431013,-0.1978227","bedrooms":"1","price":"172000","area":"450"} , +{"type":"Feature","id":"n2472548677","geometry":{"type":"Point","coordinates":[-0.1985314,51.5432577]},"properties":{"@type":"node","@id":2472548677,"@timestamp":1380223776},"coords":"51.5432577,-0.1985314","bedrooms":"4","price":"190000","area":"576"} , +{"type":"Feature","id":"n2472548768","geometry":{"type":"Point","coordinates":[-0.1974422,51.5436595]},"properties":{"@type":"node","@id":2472548768,"@timestamp":1380223777},"coords":"51.5436595,-0.1974422","bedrooms":"0","price":"212000","area":"524"} , +{"type":"Feature","id":"n2472548806","geometry":{"type":"Point","coordinates":[-0.1930871,51.5438967]},"properties":{"@type":"node","@id":2472548806,"@timestamp":1380223778},"coords":"51.5438967,-0.1930871","bedrooms":"1","price":"176000","area":"479"} , +{"type":"Feature","id":"n2472548841","geometry":{"type":"Point","coordinates":[-0.1946905,51.5439798]},"properties":{"@type":"node","@id":2472548841,"@timestamp":1380223778},"coords":"51.5439798,-0.1946905","bedrooms":"3","price":"299000","area":"591"} , +{"type":"Feature","id":"n2472548859","geometry":{"type":"Point","coordinates":[-0.1956526,51.5440263]},"properties":{"@type":"node","@id":2472548859,"@timestamp":1380223779},"coords":"51.5440263,-0.1956526","bedrooms":"0","price":"233000","area":"671"} , +{"type":"Feature","id":"n2472548888","geometry":{"type":"Point","coordinates":[-0.1937561,51.5441558]},"properties":{"@type":"node","@id":2472548888,"@timestamp":1380223779},"coords":"51.5441558,-0.1937561","bedrooms":"4","price":"259000","area":"434"} , +{"type":"Feature","id":"n2472548973","geometry":{"type":"Point","coordinates":[-0.1973629,51.5443443]},"properties":{"@type":"node","@id":2472548973,"@timestamp":1380223782},"coords":"51.5443443,-0.1973629","bedrooms":"1","price":"181000","area":"429"} , +{"type":"Feature","id":"n2472549016","geometry":{"type":"Point","coordinates":[-0.1948168,51.5444102]},"properties":{"@type":"node","@id":2472549016,"@timestamp":1380223782},"coords":"51.5444102,-0.1948168","bedrooms":"2","price":"298000","area":"498"} , +{"type":"Feature","id":"n2472549040","geometry":{"type":"Point","coordinates":[-0.1969353,51.5444635]},"properties":{"@type":"node","@id":2472549040,"@timestamp":1380223783},"coords":"51.5444635,-0.1969353","bedrooms":"0","price":"239000","area":"499"} , +{"type":"Feature","id":"n2472549060","geometry":{"type":"Point","coordinates":[-0.1976541,51.54451]},"properties":{"@type":"node","@id":2472549060,"@timestamp":1380223784},"coords":"51.54451,-0.1976541","bedrooms":"1","price":"207000","area":"493"} , +{"type":"Feature","id":"n2472549090","geometry":{"type":"Point","coordinates":[-0.1969289,51.5445913]},"properties":{"@type":"node","@id":2472549090,"@timestamp":1380223784},"coords":"51.5445913,-0.1969289","bedrooms":"4","price":"250000","area":"630"} , +{"type":"Feature","id":"n2472549109","geometry":{"type":"Point","coordinates":[-0.1953549,51.544636]},"properties":{"@type":"node","@id":2472549109,"@timestamp":1380223785},"coords":"51.544636,-0.1953549","bedrooms":"3","price":"209000","area":"553"} , +{"type":"Feature","id":"n2472549134","geometry":{"type":"Point","coordinates":[-0.1977536,51.5447277]},"properties":{"@type":"node","@id":2472549134,"@timestamp":1380223786},"coords":"51.5447277,-0.1977536","bedrooms":"1","price":"161000","area":"573"} , +{"type":"Feature","id":"n2472549167","geometry":{"type":"Point","coordinates":[-0.1969215,51.5448137]},"properties":{"@type":"node","@id":2472549167,"@timestamp":1380223787},"coords":"51.5448137,-0.1969215","bedrooms":"2","price":"189000","area":"645"} , +{"type":"Feature","id":"n2472549207","geometry":{"type":"Point","coordinates":[-0.1962875,51.5449965]},"properties":{"@type":"node","@id":2472549207,"@timestamp":1380223788},"coords":"51.5449965,-0.1962875","bedrooms":"2","price":"221000","area":"585"} , +{"type":"Feature","id":"n2472549243","geometry":{"type":"Point","coordinates":[-0.193006,51.5451604]},"properties":{"@type":"node","@id":2472549243,"@timestamp":1380223788},"coords":"51.5451604,-0.193006","bedrooms":"0","price":"211000","area":"651"} , +{"type":"Feature","id":"n2472549279","geometry":{"type":"Point","coordinates":[-0.1965216,51.545428]},"properties":{"@type":"node","@id":2472549279,"@timestamp":1380223789},"coords":"51.545428,-0.1965216","bedrooms":"0","price":"192000","area":"552"} , +{"type":"Feature","id":"n2472549305","geometry":{"type":"Point","coordinates":[-0.1970404,51.5455277]},"properties":{"@type":"node","@id":2472549305,"@timestamp":1380223790},"coords":"51.5455277,-0.1970404","bedrooms":"3","price":"159000","area":"664"} , +{"type":"Feature","id":"n2472549332","geometry":{"type":"Point","coordinates":[-0.1969252,51.545605]},"properties":{"@type":"node","@id":2472549332,"@timestamp":1380223791},"coords":"51.545605,-0.1969252","bedrooms":"3","price":"188000","area":"544"} , +{"type":"Feature","id":"n2472549352","geometry":{"type":"Point","coordinates":[-0.1948822,51.5457232]},"properties":{"@type":"node","@id":2472549352,"@timestamp":1380223791},"coords":"51.5457232,-0.1948822","bedrooms":"0","price":"193000","area":"498"} , +{"type":"Feature","id":"n2472549362","geometry":{"type":"Point","coordinates":[-0.1947127,51.5458074]},"properties":{"@type":"node","@id":2472549362,"@timestamp":1380223791},"coords":"51.5458074,-0.1947127","bedrooms":"1","price":"242000","area":"507"} , +{"type":"Feature","id":"n2472549377","geometry":{"type":"Point","coordinates":[-0.1968037,51.545907]},"properties":{"@type":"node","@id":2472549377,"@timestamp":1486674099},"coords":"51.545907,-0.1968037","bedrooms":"0","price":"292000","area":"577"} , +{"type":"Feature","id":"n2472549397","geometry":{"type":"Point","coordinates":[-0.1927978,51.5459243]},"properties":{"@type":"node","@id":2472549397,"@timestamp":1380223793},"coords":"51.5459243,-0.1927978","bedrooms":"4","price":"150000","area":"541"} , +{"type":"Feature","id":"n2472702157","geometry":{"type":"Point","coordinates":[0.0522898,51.4518233]},"properties":{"@type":"node","@id":2472702157,"@timestamp":1380229032},"coords":"51.4518233,0.0522898","bedrooms":"0","price":"287000","area":"643"} , +{"type":"Feature","id":"n2472707836","geometry":{"type":"Point","coordinates":[0.2741916,51.1454066]},"properties":{"@type":"node","@id":2472707836,"@timestamp":1380229179},"coords":"51.1454066,0.2741916","bedrooms":"1","price":"266000","area":"574"} , +{"type":"Feature","id":"n2472707846","geometry":{"type":"Point","coordinates":[0.2193126,51.1643332]},"properties":{"@type":"node","@id":2472707846,"@timestamp":1380229179},"coords":"51.1643332,0.2193126","bedrooms":"0","price":"191000","area":"391"} , +{"type":"Feature","id":"n2473260301","geometry":{"type":"Point","coordinates":[-0.1976177,51.5448409]},"properties":{"@type":"node","@id":2473260301,"@timestamp":1380272654},"coords":"51.5448409,-0.1976177","bedrooms":"1","price":"164000","area":"421"} , +{"type":"Feature","id":"n2473260328","geometry":{"type":"Point","coordinates":[-0.19779,51.5449424]},"properties":{"@type":"node","@id":2473260328,"@timestamp":1380272654},"coords":"51.5449424,-0.19779","bedrooms":"0","price":"270000","area":"585"} , +{"type":"Feature","id":"n2473260399","geometry":{"type":"Point","coordinates":[-0.1985402,51.5450533]},"properties":{"@type":"node","@id":2473260399,"@timestamp":1380272655},"coords":"51.5450533,-0.1985402","bedrooms":"2","price":"182000","area":"434"} , +{"type":"Feature","id":"n2473260421","geometry":{"type":"Point","coordinates":[-0.1982695,51.5450767]},"properties":{"@type":"node","@id":2473260421,"@timestamp":1380272656},"coords":"51.5450767,-0.1982695","bedrooms":"4","price":"155000","area":"646"} , +{"type":"Feature","id":"n2473260467","geometry":{"type":"Point","coordinates":[-0.1986071,51.545163]},"properties":{"@type":"node","@id":2473260467,"@timestamp":1380272656},"coords":"51.545163,-0.1986071","bedrooms":"1","price":"214000","area":"454"} , +{"type":"Feature","id":"n2473260531","geometry":{"type":"Point","coordinates":[-0.1992796,51.5453501]},"properties":{"@type":"node","@id":2473260531,"@timestamp":1486728492},"coords":"51.5453501,-0.1992796","bedrooms":"4","price":"291000","area":"681"} , +{"type":"Feature","id":"n2473260710","geometry":{"type":"Point","coordinates":[-0.1967301,51.5458938]},"properties":{"@type":"node","@id":2473260710,"@timestamp":1486674100},"coords":"51.5458938,-0.1967301","bedrooms":"3","price":"299000","area":"542"} , +{"type":"Feature","id":"n2473377606","geometry":{"type":"Point","coordinates":[-0.8423767,51.4109991]},"properties":{"@type":"node","@id":2473377606,"@timestamp":1500325365},"coords":"51.4109991,-0.8423767","bedrooms":"2","price":"292000","area":"698"} , +{"type":"Feature","id":"n2474016182","geometry":{"type":"Point","coordinates":[-0.0348824,51.5666467]},"properties":{"@type":"node","@id":2474016182,"@timestamp":1598393868},"coords":"51.5666467,-0.0348824","bedrooms":"2","price":"180000","area":"376"} , +{"type":"Feature","id":"n2474077581","geometry":{"type":"Point","coordinates":[-0.0145958,51.5567818]},"properties":{"@type":"node","@id":2474077581,"@timestamp":1616047445},"coords":"51.5567818,-0.0145958","bedrooms":"0","price":"163000","area":"538"} , +{"type":"Feature","id":"n2474278474","geometry":{"type":"Point","coordinates":[-0.1867793,51.5400671]},"properties":{"@type":"node","@id":2474278474,"@timestamp":1380316644},"coords":"51.5400671,-0.1867793","bedrooms":"2","price":"288000","area":"551"} , +{"type":"Feature","id":"n2474278550","geometry":{"type":"Point","coordinates":[-0.1865087,51.5403237]},"properties":{"@type":"node","@id":2474278550,"@timestamp":1380316647},"coords":"51.5403237,-0.1865087","bedrooms":"2","price":"223000","area":"640"} , +{"type":"Feature","id":"n2474278590","geometry":{"type":"Point","coordinates":[-0.1859765,51.5404927]},"properties":{"@type":"node","@id":2474278590,"@timestamp":1380316650},"coords":"51.5404927,-0.1859765","bedrooms":"0","price":"168000","area":"529"} , +{"type":"Feature","id":"n2474278632","geometry":{"type":"Point","coordinates":[-0.1832852,51.5407329]},"properties":{"@type":"node","@id":2474278632,"@timestamp":1380316650},"coords":"51.5407329,-0.1832852","bedrooms":"0","price":"162000","area":"543"} , +{"type":"Feature","id":"n2474278672","geometry":{"type":"Point","coordinates":[-0.1831737,51.5408886]},"properties":{"@type":"node","@id":2474278672,"@timestamp":1380316651},"coords":"51.5408886,-0.1831737","bedrooms":"1","price":"235000","area":"444"} , +{"type":"Feature","id":"n2474278697","geometry":{"type":"Point","coordinates":[-0.1815904,51.541149]},"properties":{"@type":"node","@id":2474278697,"@timestamp":1380316652},"coords":"51.541149,-0.1815904","bedrooms":"0","price":"183000","area":"487"} , +{"type":"Feature","id":"n2474278730","geometry":{"type":"Point","coordinates":[-0.1805615,51.5415165]},"properties":{"@type":"node","@id":2474278730,"@timestamp":1380316653},"coords":"51.5415165,-0.1805615","bedrooms":"0","price":"287000","area":"530"} , +{"type":"Feature","id":"n2474278764","geometry":{"type":"Point","coordinates":[-0.1804084,51.5419263]},"properties":{"@type":"node","@id":2474278764,"@timestamp":1380316654},"coords":"51.5419263,-0.1804084","bedrooms":"1","price":"229000","area":"424"} , +{"type":"Feature","id":"n2474968279","geometry":{"type":"Point","coordinates":[-0.2466761,51.3980361]},"properties":{"@type":"node","@id":2474968279,"@timestamp":1380361778},"coords":"51.3980361,-0.2466761","bedrooms":"2","price":"204000","area":"674"} , +{"type":"Feature","id":"n2475267622","geometry":{"type":"Point","coordinates":[-0.3567352,51.3936193]},"properties":{"@type":"node","@id":2475267622,"@timestamp":1590939831},"coords":"51.3936193,-0.3567352","bedrooms":"2","price":"200000","area":"646"} , +{"type":"Feature","id":"n2475841118","geometry":{"type":"Point","coordinates":[-0.1806925,51.5419197]},"properties":{"@type":"node","@id":2475841118,"@timestamp":1380404314},"coords":"51.5419197,-0.1806925","bedrooms":"3","price":"234000","area":"462"} , +{"type":"Feature","id":"n2475841494","geometry":{"type":"Point","coordinates":[-0.1808374,51.5431119]},"properties":{"@type":"node","@id":2475841494,"@timestamp":1380404318},"coords":"51.5431119,-0.1808374","bedrooms":"0","price":"277000","area":"375"} , +{"type":"Feature","id":"n2475841782","geometry":{"type":"Point","coordinates":[-0.1805305,51.5443246]},"properties":{"@type":"node","@id":2475841782,"@timestamp":1380404321},"coords":"51.5443246,-0.1805305","bedrooms":"1","price":"167000","area":"568"} , +{"type":"Feature","id":"n2475842008","geometry":{"type":"Point","coordinates":[-0.1801628,51.545461]},"properties":{"@type":"node","@id":2475842008,"@timestamp":1380404325},"coords":"51.545461,-0.1801628","bedrooms":"2","price":"169000","area":"451"} , +{"type":"Feature","id":"n2476053417","geometry":{"type":"Point","coordinates":[0.1645203,51.392038]},"properties":{"@type":"node","@id":2476053417,"@timestamp":1551525371},"coords":"51.392038,0.1645203","bedrooms":"3","price":"252000","area":"391"} , +{"type":"Feature","id":"n2476485660","geometry":{"type":"Point","coordinates":[0.0206983,51.5049055]},"properties":{"@type":"node","@id":2476485660,"@timestamp":1609533991},"coords":"51.5049055,0.0206983","bedrooms":"2","price":"245000","area":"534"} , +{"type":"Feature","id":"n2476562513","geometry":{"type":"Point","coordinates":[0.01856,51.5088316]},"properties":{"@type":"node","@id":2476562513,"@timestamp":1612279541},"coords":"51.5088316,0.01856","bedrooms":"2","price":"297000","area":"598"} , +{"type":"Feature","id":"n2476562611","geometry":{"type":"Point","coordinates":[0.025896,51.5075726]},"properties":{"@type":"node","@id":2476562611,"@timestamp":1380462824},"coords":"51.5075726,0.025896","bedrooms":"2","price":"262000","area":"462"} , +{"type":"Feature","id":"n2476562755","geometry":{"type":"Point","coordinates":[0.015829,51.5087792]},"properties":{"@type":"node","@id":2476562755,"@timestamp":1380651572},"coords":"51.5087792,0.015829","bedrooms":"0","price":"275000","area":"433"} , +{"type":"Feature","id":"n2476566078","geometry":{"type":"Point","coordinates":[0.0235942,51.5073874]},"properties":{"@type":"node","@id":2476566078,"@timestamp":1602947807},"coords":"51.5073874,0.0235942","bedrooms":"2","price":"271000","area":"663"} , +{"type":"Feature","id":"n2476637460","geometry":{"type":"Point","coordinates":[0.7335236,51.3435729]},"properties":{"@type":"node","@id":2476637460,"@timestamp":1486373277},"coords":"51.3435729,0.7335236","bedrooms":"0","price":"219000","area":"610"} , +{"type":"Feature","id":"n2476680831","geometry":{"type":"Point","coordinates":[0.0361579,51.6329017]},"properties":{"@type":"node","@id":2476680831,"@timestamp":1380470007},"coords":"51.6329017,0.0361579","bedrooms":"4","price":"277000","area":"489"} , +{"type":"Feature","id":"n2476683459","geometry":{"type":"Point","coordinates":[0.0256294,51.6159024]},"properties":{"@type":"node","@id":2476683459,"@timestamp":1563190565},"coords":"51.6159024,0.0256294","bedrooms":"1","price":"194000","area":"518"} , +{"type":"Feature","id":"n2476734333","geometry":{"type":"Point","coordinates":[-0.931883,51.007736]},"properties":{"@type":"node","@id":2476734333,"@timestamp":1391989099},"coords":"51.007736,-0.931883","bedrooms":"2","price":"277000","area":"458"} , +{"type":"Feature","id":"n2476883243","geometry":{"type":"Point","coordinates":[-0.3425356,51.5781861]},"properties":{"@type":"node","@id":2476883243,"@timestamp":1564909693},"coords":"51.5781861,-0.3425356","bedrooms":"1","price":"260000","area":"561"} , +{"type":"Feature","id":"n2476919561","geometry":{"type":"Point","coordinates":[0.081391,51.7457864]},"properties":{"@type":"node","@id":2476919561,"@timestamp":1631243273},"coords":"51.7457864,0.081391","bedrooms":"0","price":"264000","area":"510"} , +{"type":"Feature","id":"n2477471664","geometry":{"type":"Point","coordinates":[-0.6084932,51.6655186]},"properties":{"@type":"node","@id":2477471664,"@timestamp":1380537332},"coords":"51.6655186,-0.6084932","bedrooms":"4","price":"239000","area":"622"} , +{"type":"Feature","id":"n2477907175","geometry":{"type":"Point","coordinates":[-0.8826246,51.1170431]},"properties":{"@type":"node","@id":2477907175,"@timestamp":1381617655},"coords":"51.1170431,-0.8826246","bedrooms":"3","price":"252000","area":"613"} , +{"type":"Feature","id":"n2477907213","geometry":{"type":"Point","coordinates":[-0.9204611,51.1293603]},"properties":{"@type":"node","@id":2477907213,"@timestamp":1381617656},"coords":"51.1293603,-0.9204611","bedrooms":"3","price":"228000","area":"657"} , +{"type":"Feature","id":"n2477948634","geometry":{"type":"Point","coordinates":[-0.1359631,51.4497193]},"properties":{"@type":"node","@id":2477948634,"@timestamp":1626694583},"coords":"51.4497193,-0.1359631","bedrooms":"0","price":"282000","area":"657"} , +{"type":"Feature","id":"n2477995975","geometry":{"type":"Point","coordinates":[0.0718626,51.7664623]},"properties":{"@type":"node","@id":2477995975,"@timestamp":1380563969},"coords":"51.7664623,0.0718626","bedrooms":"1","price":"264000","area":"567"} , +{"type":"Feature","id":"n2478040807","geometry":{"type":"Point","coordinates":[0.0797393,51.7518818]},"properties":{"@type":"node","@id":2478040807,"@timestamp":1631243273},"coords":"51.7518818,0.0797393","bedrooms":"3","price":"162000","area":"393"} , +{"type":"Feature","id":"n2478112629","geometry":{"type":"Point","coordinates":[-0.2140482,51.9049375]},"properties":{"@type":"node","@id":2478112629,"@timestamp":1630768169},"coords":"51.9049375,-0.2140482","bedrooms":"2","price":"263000","area":"672"} , +{"type":"Feature","id":"n2478124893","geometry":{"type":"Point","coordinates":[0.05046,51.4574973]},"properties":{"@type":"node","@id":2478124893,"@timestamp":1380569809},"coords":"51.4574973,0.05046","bedrooms":"1","price":"197000","area":"507"} , +{"type":"Feature","id":"n2478124914","geometry":{"type":"Point","coordinates":[0.0510032,51.4604635]},"properties":{"@type":"node","@id":2478124914,"@timestamp":1380569810},"coords":"51.4604635,0.0510032","bedrooms":"0","price":"185000","area":"467"} , +{"type":"Feature","id":"n2478124937","geometry":{"type":"Point","coordinates":[0.0502204,51.4590058]},"properties":{"@type":"node","@id":2478124937,"@timestamp":1380569810},"coords":"51.4590058,0.0502204","bedrooms":"3","price":"211000","area":"378"} , +{"type":"Feature","id":"n2478124967","geometry":{"type":"Point","coordinates":[0.0500071,51.4605221]},"properties":{"@type":"node","@id":2478124967,"@timestamp":1380569810},"coords":"51.4605221,0.0500071","bedrooms":"3","price":"174000","area":"484"} , +{"type":"Feature","id":"n2478124977","geometry":{"type":"Point","coordinates":[0.0512953,51.4607607]},"properties":{"@type":"node","@id":2478124977,"@timestamp":1380569811},"coords":"51.4607607,0.0512953","bedrooms":"0","price":"154000","area":"608"} , +{"type":"Feature","id":"n2478124987","geometry":{"type":"Point","coordinates":[0.0549584,51.4607207]},"properties":{"@type":"node","@id":2478124987,"@timestamp":1380569812},"coords":"51.4607207,0.0549584","bedrooms":"4","price":"179000","area":"691"} , +{"type":"Feature","id":"n2478195202","geometry":{"type":"Point","coordinates":[0.051041,51.4566135]},"properties":{"@type":"node","@id":2478195202,"@timestamp":1380573380},"coords":"51.4566135,0.051041","bedrooms":"4","price":"273000","area":"636"} , +{"type":"Feature","id":"n2478195212","geometry":{"type":"Point","coordinates":[0.0512168,51.4556758]},"properties":{"@type":"node","@id":2478195212,"@timestamp":1380573381},"coords":"51.4556758,0.0512168","bedrooms":"3","price":"223000","area":"650"} , +{"type":"Feature","id":"n2478266167","geometry":{"type":"Point","coordinates":[-0.0731153,51.477169]},"properties":{"@type":"node","@id":2478266167,"@timestamp":1597231730},"coords":"51.477169,-0.0731153","bedrooms":"1","price":"222000","area":"671"} , +{"type":"Feature","id":"n2478334555","geometry":{"type":"Point","coordinates":[0.1871107,51.463805]},"properties":{"@type":"node","@id":2478334555,"@timestamp":1627440058},"coords":"51.463805,0.1871107","bedrooms":"0","price":"200000","area":"682"} , +{"type":"Feature","id":"n2478675807","geometry":{"type":"Point","coordinates":[0.1984386,51.4589947]},"properties":{"@type":"node","@id":2478675807,"@timestamp":1380614535},"coords":"51.4589947,0.1984386","bedrooms":"0","price":"236000","area":"628"} , +{"type":"Feature","id":"n2478729003","geometry":{"type":"Point","coordinates":[-0.1927117,51.5437876]},"properties":{"@type":"node","@id":2478729003,"@timestamp":1380618105},"coords":"51.5437876,-0.1927117","bedrooms":"4","price":"162000","area":"528"} , +{"type":"Feature","id":"n2478729071","geometry":{"type":"Point","coordinates":[-0.1924893,51.5443214]},"properties":{"@type":"node","@id":2478729071,"@timestamp":1585736333},"coords":"51.5443214,-0.1924893","bedrooms":"0","price":"228000","area":"384"} , +{"type":"Feature","id":"n2478729133","geometry":{"type":"Point","coordinates":[-0.1950657,51.5453804]},"properties":{"@type":"node","@id":2478729133,"@timestamp":1380618107},"coords":"51.5453804,-0.1950657","bedrooms":"2","price":"171000","area":"377"} , +{"type":"Feature","id":"n2478961244","geometry":{"type":"Point","coordinates":[-0.1044332,51.5023154]},"properties":{"@type":"node","@id":2478961244,"@timestamp":1380633972},"coords":"51.5023154,-0.1044332","bedrooms":"2","price":"290000","area":"637"} , +{"type":"Feature","id":"n2479322208","geometry":{"type":"Point","coordinates":[-0.0060864,51.5207032]},"properties":{"@type":"node","@id":2479322208,"@timestamp":1436779569},"coords":"51.5207032,-0.0060864","bedrooms":"0","price":"222000","area":"488"} , +{"type":"Feature","id":"n2479400709","geometry":{"type":"Point","coordinates":[0.0489876,51.4596276]},"properties":{"@type":"node","@id":2479400709,"@timestamp":1380657252},"coords":"51.4596276,0.0489876","bedrooms":"2","price":"218000","area":"463"} , +{"type":"Feature","id":"n2479421300","geometry":{"type":"Point","coordinates":[0.0494788,51.4593209]},"properties":{"@type":"node","@id":2479421300,"@timestamp":1601829949},"coords":"51.4593209,0.0494788","bedrooms":"1","price":"179000","area":"487"} , +{"type":"Feature","id":"n2479547344","geometry":{"type":"Point","coordinates":[0.2376663,51.4063991]},"properties":{"@type":"node","@id":2479547344,"@timestamp":1561716522},"coords":"51.4063991,0.2376663","bedrooms":"1","price":"156000","area":"404"} , +{"type":"Feature","id":"n2480273643","geometry":{"type":"Point","coordinates":[0.0950833,51.7498624]},"properties":{"@type":"node","@id":2480273643,"@timestamp":1380733574},"coords":"51.7498624,0.0950833","bedrooms":"1","price":"175000","area":"464"} , +{"type":"Feature","id":"n2480412072","geometry":{"type":"Point","coordinates":[0.6850281,51.3191523]},"properties":{"@type":"node","@id":2480412072,"@timestamp":1380740494},"coords":"51.3191523,0.6850281","bedrooms":"0","price":"235000","area":"642"} , +{"type":"Feature","id":"n2480533783","geometry":{"type":"Point","coordinates":[0.0865009,51.7515258]},"properties":{"@type":"node","@id":2480533783,"@timestamp":1631243273},"coords":"51.7515258,0.0865009","bedrooms":"3","price":"294000","area":"410"} , +{"type":"Feature","id":"n2480869948","geometry":{"type":"Point","coordinates":[-0.1559637,51.5100441]},"properties":{"@type":"node","@id":2480869948,"@timestamp":1380780511},"coords":"51.5100441,-0.1559637","bedrooms":"0","price":"152000","area":"484"} , +{"type":"Feature","id":"n2480891609","geometry":{"type":"Point","coordinates":[-0.1409779,51.5137719]},"properties":{"@type":"node","@id":2480891609,"@timestamp":1471030450},"coords":"51.5137719,-0.1409779","bedrooms":"4","price":"151000","area":"414"} , +{"type":"Feature","id":"n2480977797","geometry":{"type":"Point","coordinates":[-0.7627649,51.6161005]},"properties":{"@type":"node","@id":2480977797,"@timestamp":1598714343},"coords":"51.6161005,-0.7627649","bedrooms":"0","price":"153000","area":"483"} , +{"type":"Feature","id":"n2481237264","geometry":{"type":"Point","coordinates":[0.1648646,51.3919152]},"properties":{"@type":"node","@id":2481237264,"@timestamp":1380809684},"coords":"51.3919152,0.1648646","bedrooms":"3","price":"233000","area":"557"} , +{"type":"Feature","id":"n2481250541","geometry":{"type":"Point","coordinates":[0.1657364,51.3917082]},"properties":{"@type":"node","@id":2481250541,"@timestamp":1380810472},"coords":"51.3917082,0.1657364","bedrooms":"1","price":"250000","area":"625"} , +{"type":"Feature","id":"n2481253637","geometry":{"type":"Point","coordinates":[0.1660987,51.3916996]},"properties":{"@type":"node","@id":2481253637,"@timestamp":1547071727},"coords":"51.3916996,0.1660987","bedrooms":"3","price":"278000","area":"499"} , +{"type":"Feature","id":"n2481264840","geometry":{"type":"Point","coordinates":[0.1655641,51.3914765]},"properties":{"@type":"node","@id":2481264840,"@timestamp":1380811354},"coords":"51.3914765,0.1655641","bedrooms":"0","price":"280000","area":"596"} , +{"type":"Feature","id":"n2481269692","geometry":{"type":"Point","coordinates":[0.1665932,51.3915782]},"properties":{"@type":"node","@id":2481269692,"@timestamp":1380811620},"coords":"51.3915782,0.1665932","bedrooms":"2","price":"155000","area":"508"} , +{"type":"Feature","id":"n2481448171","geometry":{"type":"Point","coordinates":[0.0496898,51.4583619]},"properties":{"@type":"node","@id":2481448171,"@timestamp":1635611540},"coords":"51.4583619,0.0496898","bedrooms":"0","price":"176000","area":"567"} , +{"type":"Feature","id":"n2481448190","geometry":{"type":"Point","coordinates":[0.0497632,51.4580671]},"properties":{"@type":"node","@id":2481448190,"@timestamp":1380822332},"coords":"51.4580671,0.0497632","bedrooms":"4","price":"218000","area":"427"} , +{"type":"Feature","id":"n2481448206","geometry":{"type":"Point","coordinates":[0.0497935,51.4581574]},"properties":{"@type":"node","@id":2481448206,"@timestamp":1380823886},"coords":"51.4581574,0.0497935","bedrooms":"3","price":"195000","area":"522"} , +{"type":"Feature","id":"n2481551377","geometry":{"type":"Point","coordinates":[-0.0044912,51.5361994]},"properties":{"@type":"node","@id":2481551377,"@timestamp":1631061431},"coords":"51.5361994,-0.0044912","bedrooms":"0","price":"212000","area":"676"} , +{"type":"Feature","id":"n2481609400","geometry":{"type":"Point","coordinates":[0.087807,51.7467733]},"properties":{"@type":"node","@id":2481609400,"@timestamp":1380827802},"coords":"51.7467733,0.087807","bedrooms":"4","price":"221000","area":"525"} , +{"type":"Feature","id":"n2481768965","geometry":{"type":"Point","coordinates":[-0.0585446,51.5494657]},"properties":{"@type":"node","@id":2481768965,"@timestamp":1628369661},"coords":"51.5494657,-0.0585446","bedrooms":"1","price":"152000","area":"438"} , +{"type":"Feature","id":"n2481856556","geometry":{"type":"Point","coordinates":[-0.1317226,51.5577007]},"properties":{"@type":"node","@id":2481856556,"@timestamp":1600880261},"coords":"51.5577007,-0.1317226","bedrooms":"1","price":"156000","area":"613"} , +{"type":"Feature","id":"n2482636640","geometry":{"type":"Point","coordinates":[0.6125776,51.6934241]},"properties":{"@type":"node","@id":2482636640,"@timestamp":1380910172},"coords":"51.6934241,0.6125776","bedrooms":"1","price":"259000","area":"587"} , +{"type":"Feature","id":"n2482745464","geometry":{"type":"Point","coordinates":[-0.1048319,51.5009662]},"properties":{"@type":"node","@id":2482745464,"@timestamp":1636100514},"coords":"51.5009662,-0.1048319","bedrooms":"0","price":"211000","area":"466"} , +{"type":"Feature","id":"n2482915309","geometry":{"type":"Point","coordinates":[0.1767511,51.4704948]},"properties":{"@type":"node","@id":2482915309,"@timestamp":1634335873},"coords":"51.4704948,0.1767511","bedrooms":"4","price":"182000","area":"613"} , +{"type":"Feature","id":"n2483285998","geometry":{"type":"Point","coordinates":[0.1673215,51.3915911]},"properties":{"@type":"node","@id":2483285998,"@timestamp":1380961431},"coords":"51.3915911,0.1673215","bedrooms":"2","price":"186000","area":"352"} , +{"type":"Feature","id":"n2483363931","geometry":{"type":"Point","coordinates":[-0.0927355,51.4818507]},"properties":{"@type":"node","@id":2483363931,"@timestamp":1613287312},"coords":"51.4818507,-0.0927355","bedrooms":"4","price":"217000","area":"553"} , +{"type":"Feature","id":"n2483485198","geometry":{"type":"Point","coordinates":[0.465802,51.7369066]},"properties":{"@type":"node","@id":2483485198,"@timestamp":1617079403},"coords":"51.7369066,0.465802","bedrooms":"2","price":"280000","area":"381"} , +{"type":"Feature","id":"n2483507618","geometry":{"type":"Point","coordinates":[-0.004259,51.5361072]},"properties":{"@type":"node","@id":2483507618,"@timestamp":1629190438},"coords":"51.5361072,-0.004259","bedrooms":"3","price":"207000","area":"456"} , +{"type":"Feature","id":"n2483532891","geometry":{"type":"Point","coordinates":[0.0520917,51.4525105]},"properties":{"@type":"node","@id":2483532891,"@timestamp":1415722909},"coords":"51.4525105,0.0520917","bedrooms":"2","price":"232000","area":"527"} , +{"type":"Feature","id":"n2483579046","geometry":{"type":"Point","coordinates":[0.0522193,51.4522152]},"properties":{"@type":"node","@id":2483579046,"@timestamp":1380978530},"coords":"51.4522152,0.0522193","bedrooms":"0","price":"245000","area":"371"} , +{"type":"Feature","id":"n2483597817","geometry":{"type":"Point","coordinates":[0.0524107,51.4514723]},"properties":{"@type":"node","@id":2483597817,"@timestamp":1380979829},"coords":"51.4514723,0.0524107","bedrooms":"3","price":"253000","area":"426"} , +{"type":"Feature","id":"n2483598095","geometry":{"type":"Point","coordinates":[-0.0140014,51.5297886]},"properties":{"@type":"node","@id":2483598095,"@timestamp":1533590778},"coords":"51.5297886,-0.0140014","bedrooms":"3","price":"209000","area":"696"} , +{"type":"Feature","id":"n2483622493","geometry":{"type":"Point","coordinates":[0.0522782,51.4505808]},"properties":{"@type":"node","@id":2483622493,"@timestamp":1630665451},"coords":"51.4505808,0.0522782","bedrooms":"4","price":"198000","area":"594"} , +{"type":"Feature","id":"n2483655786","geometry":{"type":"Point","coordinates":[-0.0767945,51.3799881]},"properties":{"@type":"node","@id":2483655786,"@timestamp":1568574210},"coords":"51.3799881,-0.0767945","bedrooms":"4","price":"165000","area":"686"} , +{"type":"Feature","id":"n2483655812","geometry":{"type":"Point","coordinates":[-0.0770183,51.3804067]},"properties":{"@type":"node","@id":2483655812,"@timestamp":1568574210},"coords":"51.3804067,-0.0770183","bedrooms":"3","price":"251000","area":"367"} , +{"type":"Feature","id":"n2483872898","geometry":{"type":"Point","coordinates":[0.5661822,51.3812275]},"properties":{"@type":"node","@id":2483872898,"@timestamp":1380992997},"coords":"51.3812275,0.5661822","bedrooms":"1","price":"280000","area":"525"} , +{"type":"Feature","id":"n2483893030","geometry":{"type":"Point","coordinates":[-0.0102115,51.5620761]},"properties":{"@type":"node","@id":2483893030,"@timestamp":1380993811},"coords":"51.5620761,-0.0102115","bedrooms":"1","price":"170000","area":"357"} , +{"type":"Feature","id":"n2483903037","geometry":{"type":"Point","coordinates":[0.0943821,51.0210069]},"properties":{"@type":"node","@id":2483903037,"@timestamp":1528619970},"coords":"51.0210069,0.0943821","bedrooms":"0","price":"173000","area":"510"} , +{"type":"Feature","id":"n2483984616","geometry":{"type":"Point","coordinates":[0.1675314,51.3909483]},"properties":{"@type":"node","@id":2483984616,"@timestamp":1380996085},"coords":"51.3909483,0.1675314","bedrooms":"0","price":"297000","area":"580"} , +{"type":"Feature","id":"n2484127950","geometry":{"type":"Point","coordinates":[-0.8671909,50.9497689]},"properties":{"@type":"node","@id":2484127950,"@timestamp":1381001390},"coords":"50.9497689,-0.8671909","bedrooms":"0","price":"244000","area":"559"} , +{"type":"Feature","id":"n2484233240","geometry":{"type":"Point","coordinates":[0.2887623,51.1028148]},"properties":{"@type":"node","@id":2484233240,"@timestamp":1381007403},"coords":"51.1028148,0.2887623","bedrooms":"1","price":"217000","area":"681"} , +{"type":"Feature","id":"n2484250091","geometry":{"type":"Point","coordinates":[-0.0309211,51.7509459]},"properties":{"@type":"node","@id":2484250091,"@timestamp":1381008184},"coords":"51.7509459,-0.0309211","bedrooms":"4","price":"285000","area":"394"} , +{"type":"Feature","id":"n2484646788","geometry":{"type":"Point","coordinates":[0.0304458,51.9056948]},"properties":{"@type":"node","@id":2484646788,"@timestamp":1381044541},"coords":"51.9056948,0.0304458","bedrooms":"0","price":"194000","area":"431"} , +{"type":"Feature","id":"n2484858548","geometry":{"type":"Point","coordinates":[-0.1315267,51.512266]},"properties":{"@type":"node","@id":2484858548,"@timestamp":1634476829},"coords":"51.512266,-0.1315267","bedrooms":"1","price":"231000","area":"497"} , +{"type":"Feature","id":"n2485002539","geometry":{"type":"Point","coordinates":[0.053804,51.4505658]},"properties":{"@type":"node","@id":2485002539,"@timestamp":1414698177},"coords":"51.4505658,0.053804","bedrooms":"1","price":"175000","area":"499"} , +{"type":"Feature","id":"n2485002549","geometry":{"type":"Point","coordinates":[0.0543323,51.4502982]},"properties":{"@type":"node","@id":2485002549,"@timestamp":1381066264},"coords":"51.4502982,0.0543323","bedrooms":"0","price":"289000","area":"583"} , +{"type":"Feature","id":"n2485072549","geometry":{"type":"Point","coordinates":[-0.0111794,51.5437812]},"properties":{"@type":"node","@id":2485072549,"@timestamp":1627655263},"coords":"51.5437812,-0.0111794","bedrooms":"3","price":"278000","area":"571"} , +{"type":"Feature","id":"n2485088789","geometry":{"type":"Point","coordinates":[-0.0998887,51.4989572]},"properties":{"@type":"node","@id":2485088789,"@timestamp":1601435215},"coords":"51.4989572,-0.0998887","bedrooms":"1","price":"172000","area":"638"} , +{"type":"Feature","id":"n2485091177","geometry":{"type":"Point","coordinates":[0.0023319,51.5430348]},"properties":{"@type":"node","@id":2485091177,"@timestamp":1596037617},"coords":"51.5430348,0.0023319","bedrooms":"3","price":"239000","area":"574"} , +{"type":"Feature","id":"n2485144144","geometry":{"type":"Point","coordinates":[-0.010879,51.6074106]},"properties":{"@type":"node","@id":2485144144,"@timestamp":1610891466},"coords":"51.6074106,-0.010879","bedrooms":"2","price":"198000","area":"484"} , +{"type":"Feature","id":"n2485302338","geometry":{"type":"Point","coordinates":[-0.0077329,51.607019]},"properties":{"@type":"node","@id":2485302338,"@timestamp":1381078848},"coords":"51.607019,-0.0077329","bedrooms":"1","price":"262000","area":"662"} , +{"type":"Feature","id":"n2485302365","geometry":{"type":"Point","coordinates":[-0.0068745,51.6067886]},"properties":{"@type":"node","@id":2485302365,"@timestamp":1381078848},"coords":"51.6067886,-0.0068745","bedrooms":"1","price":"170000","area":"444"} , +{"type":"Feature","id":"n2485302391","geometry":{"type":"Point","coordinates":[-0.0087306,51.6070018]},"properties":{"@type":"node","@id":2485302391,"@timestamp":1381078849},"coords":"51.6070018,-0.0087306","bedrooms":"1","price":"220000","area":"372"} , +{"type":"Feature","id":"n2485302427","geometry":{"type":"Point","coordinates":[-0.0081566,51.6066322]},"properties":{"@type":"node","@id":2485302427,"@timestamp":1381078849},"coords":"51.6066322,-0.0081566","bedrooms":"2","price":"260000","area":"364"} , +{"type":"Feature","id":"n2485302461","geometry":{"type":"Point","coordinates":[-0.007073,51.6069219]},"properties":{"@type":"node","@id":2485302461,"@timestamp":1381078850},"coords":"51.6069219,-0.007073","bedrooms":"3","price":"161000","area":"381"} , +{"type":"Feature","id":"n2485302480","geometry":{"type":"Point","coordinates":[-0.007132,51.6068852]},"properties":{"@type":"node","@id":2485302480,"@timestamp":1381078850},"coords":"51.6068852,-0.007132","bedrooms":"3","price":"178000","area":"600"} , +{"type":"Feature","id":"n2485302507","geometry":{"type":"Point","coordinates":[-0.0068719,51.6081046]},"properties":{"@type":"node","@id":2485302507,"@timestamp":1381078850},"coords":"51.6081046,-0.0068719","bedrooms":"2","price":"249000","area":"627"} , +{"type":"Feature","id":"n2485472794","geometry":{"type":"Point","coordinates":[0.1717293,51.391808]},"properties":{"@type":"node","@id":2485472794,"@timestamp":1381086881},"coords":"51.391808,0.1717293","bedrooms":"2","price":"156000","area":"616"} , +{"type":"Feature","id":"n2485482699","geometry":{"type":"Point","coordinates":[0.1730876,51.3918635]},"properties":{"@type":"node","@id":2485482699,"@timestamp":1381087332},"coords":"51.3918635,0.1730876","bedrooms":"1","price":"150000","area":"484"} , +{"type":"Feature","id":"n2485569915","geometry":{"type":"Point","coordinates":[0.0539029,51.450068]},"properties":{"@type":"node","@id":2485569915,"@timestamp":1620851361},"coords":"51.450068,0.0539029","bedrooms":"0","price":"298000","area":"504"} , +{"type":"Feature","id":"n2485569949","geometry":{"type":"Point","coordinates":[0.0545333,51.4505734]},"properties":{"@type":"node","@id":2485569949,"@timestamp":1414510765},"coords":"51.4505734,0.0545333","bedrooms":"3","price":"217000","area":"655"} , +{"type":"Feature","id":"n2485569983","geometry":{"type":"Point","coordinates":[0.0553667,51.450555]},"properties":{"@type":"node","@id":2485569983,"@timestamp":1586527343},"coords":"51.450555,0.0553667","bedrooms":"1","price":"250000","area":"505"} , +{"type":"Feature","id":"n2485605975","geometry":{"type":"Point","coordinates":[0.4924376,51.7436436]},"properties":{"@type":"node","@id":2485605975,"@timestamp":1615422749},"coords":"51.7436436,0.4924376","bedrooms":"4","price":"192000","area":"353"} , +{"type":"Feature","id":"n2486418673","geometry":{"type":"Point","coordinates":[-0.4904127,51.4723864]},"properties":{"@type":"node","@id":2486418673,"@timestamp":1544540755},"coords":"51.4723864,-0.4904127","bedrooms":"2","price":"230000","area":"368"} , +{"type":"Feature","id":"n2486521255","geometry":{"type":"Point","coordinates":[-0.8453358,50.9579607]},"properties":{"@type":"node","@id":2486521255,"@timestamp":1381157130},"coords":"50.9579607,-0.8453358","bedrooms":"2","price":"284000","area":"620"} , +{"type":"Feature","id":"n2486928902","geometry":{"type":"Point","coordinates":[-0.292288,51.4163506]},"properties":{"@type":"node","@id":2486928902,"@timestamp":1381173207},"coords":"51.4163506,-0.292288","bedrooms":"4","price":"205000","area":"521"} , +{"type":"Feature","id":"n2487029702","geometry":{"type":"Point","coordinates":[-1.1064232,51.1457372]},"properties":{"@type":"node","@id":2487029702,"@timestamp":1381175528},"coords":"51.1457372,-1.1064232","bedrooms":"2","price":"248000","area":"482"} , +{"type":"Feature","id":"n2487064500","geometry":{"type":"Point","coordinates":[-0.9701331,51.4553502]},"properties":{"@type":"node","@id":2487064500,"@timestamp":1565262256},"coords":"51.4553502,-0.9701331","bedrooms":"4","price":"241000","area":"641"} , +{"type":"Feature","id":"n2487903262","geometry":{"type":"Point","coordinates":[0.1018309,51.4294949]},"properties":{"@type":"node","@id":2487903262,"@timestamp":1564909693},"coords":"51.4294949,0.1018309","bedrooms":"2","price":"292000","area":"511"} , +{"type":"Feature","id":"n2488674199","geometry":{"type":"Point","coordinates":[-0.1341499,51.565456]},"properties":{"@type":"node","@id":2488674199,"@timestamp":1594055344},"coords":"51.565456,-0.1341499","bedrooms":"1","price":"150000","area":"501"} , +{"type":"Feature","id":"n2488718039","geometry":{"type":"Point","coordinates":[-0.182773,51.3285364]},"properties":{"@type":"node","@id":2488718039,"@timestamp":1381264071},"coords":"51.3285364,-0.182773","bedrooms":"4","price":"204000","area":"669"} , +{"type":"Feature","id":"n2489433558","geometry":{"type":"Point","coordinates":[-0.1445558,51.5197974]},"properties":{"@type":"node","@id":2489433558,"@timestamp":1621566699},"coords":"51.5197974,-0.1445558","bedrooms":"3","price":"200000","area":"621"} , +{"type":"Feature","id":"n2490141094","geometry":{"type":"Point","coordinates":[-0.0772446,51.3798275]},"properties":{"@type":"node","@id":2490141094,"@timestamp":1568574210},"coords":"51.3798275,-0.0772446","bedrooms":"4","price":"187000","area":"533"} , +{"type":"Feature","id":"n2490141104","geometry":{"type":"Point","coordinates":[-0.076794,51.3793061]},"properties":{"@type":"node","@id":2490141104,"@timestamp":1568574210},"coords":"51.3793061,-0.076794","bedrooms":"2","price":"297000","area":"368"} , +{"type":"Feature","id":"n2490757454","geometry":{"type":"Point","coordinates":[0.2216288,51.2264686]},"properties":{"@type":"node","@id":2490757454,"@timestamp":1381392992},"coords":"51.2264686,0.2216288","bedrooms":"1","price":"212000","area":"656"} , +{"type":"Feature","id":"n2491031908","geometry":{"type":"Point","coordinates":[-0.1913031,51.3580746]},"properties":{"@type":"node","@id":2491031908,"@timestamp":1540212490},"coords":"51.3580746,-0.1913031","bedrooms":"4","price":"291000","area":"359"} , +{"type":"Feature","id":"n2491356818","geometry":{"type":"Point","coordinates":[-0.3192477,51.6472906]},"properties":{"@type":"node","@id":2491356818,"@timestamp":1381425252},"coords":"51.6472906,-0.3192477","bedrooms":"3","price":"243000","area":"500"} , +{"type":"Feature","id":"n2491480785","geometry":{"type":"Point","coordinates":[-0.1685397,51.5187679]},"properties":{"@type":"node","@id":2491480785,"@timestamp":1570901756},"coords":"51.5187679,-0.1685397","bedrooms":"3","price":"198000","area":"601"} , +{"type":"Feature","id":"n2491635936","geometry":{"type":"Point","coordinates":[-0.0040124,51.5459869]},"properties":{"@type":"node","@id":2491635936,"@timestamp":1632470975},"coords":"51.5459869,-0.0040124","bedrooms":"1","price":"191000","area":"458"} , +{"type":"Feature","id":"n2491757976","geometry":{"type":"Point","coordinates":[-0.9680255,51.4595193]},"properties":{"@type":"node","@id":2491757976,"@timestamp":1615023483},"coords":"51.4595193,-0.9680255","bedrooms":"2","price":"158000","area":"391"} , +{"type":"Feature","id":"n2491943316","geometry":{"type":"Point","coordinates":[-0.4907817,51.4722152]},"properties":{"@type":"node","@id":2491943316,"@timestamp":1544540755},"coords":"51.4722152,-0.4907817","bedrooms":"3","price":"298000","area":"551"} , +{"type":"Feature","id":"n2492718710","geometry":{"type":"Point","coordinates":[-0.1759082,51.5184397]},"properties":{"@type":"node","@id":2492718710,"@timestamp":1591881129},"coords":"51.5184397,-0.1759082","bedrooms":"1","price":"207000","area":"542"} , +{"type":"Feature","id":"n2493021986","geometry":{"type":"Point","coordinates":[0.1930862,51.2281148]},"properties":{"@type":"node","@id":2493021986,"@timestamp":1393287806},"coords":"51.2281148,0.1930862","bedrooms":"4","price":"282000","area":"699"} , +{"type":"Feature","id":"n2493058513","geometry":{"type":"Point","coordinates":[0.1221057,51.3777148]},"properties":{"@type":"node","@id":2493058513,"@timestamp":1564909693},"coords":"51.3777148,0.1221057","bedrooms":"2","price":"235000","area":"617"} , +{"type":"Feature","id":"n2493501030","geometry":{"type":"Point","coordinates":[-0.9228813,51.2161554]},"properties":{"@type":"node","@id":2493501030,"@timestamp":1416011374},"coords":"51.2161554,-0.9228813","bedrooms":"3","price":"249000","area":"575"} , +{"type":"Feature","id":"n2493555459","geometry":{"type":"Point","coordinates":[-0.0795027,51.3804045]},"properties":{"@type":"node","@id":2493555459,"@timestamp":1568574210},"coords":"51.3804045,-0.0795027","bedrooms":"3","price":"176000","area":"619"} , +{"type":"Feature","id":"n2493555487","geometry":{"type":"Point","coordinates":[-0.0785743,51.380592]},"properties":{"@type":"node","@id":2493555487,"@timestamp":1568574210},"coords":"51.380592,-0.0785743","bedrooms":"1","price":"225000","area":"424"} , +{"type":"Feature","id":"n2493555519","geometry":{"type":"Point","coordinates":[-0.0775327,51.3808331]},"properties":{"@type":"node","@id":2493555519,"@timestamp":1568574210},"coords":"51.3808331,-0.0775327","bedrooms":"4","price":"220000","area":"554"} , +{"type":"Feature","id":"n2493555564","geometry":{"type":"Point","coordinates":[-0.0769248,51.3809812]},"properties":{"@type":"node","@id":2493555564,"@timestamp":1568574210},"coords":"51.3809812,-0.0769248","bedrooms":"2","price":"162000","area":"454"} , +{"type":"Feature","id":"n2493558600","geometry":{"type":"Point","coordinates":[-0.0794295,51.3801263]},"properties":{"@type":"node","@id":2493558600,"@timestamp":1568574210},"coords":"51.3801263,-0.0794295","bedrooms":"3","price":"244000","area":"502"} , +{"type":"Feature","id":"n2493558632","geometry":{"type":"Point","coordinates":[-0.0788498,51.3802192]},"properties":{"@type":"node","@id":2493558632,"@timestamp":1568574210},"coords":"51.3802192,-0.0788498","bedrooms":"4","price":"211000","area":"461"} , +{"type":"Feature","id":"n2493558662","geometry":{"type":"Point","coordinates":[-0.078265,51.3803419]},"properties":{"@type":"node","@id":2493558662,"@timestamp":1568574210},"coords":"51.3803419,-0.078265","bedrooms":"1","price":"271000","area":"572"} , +{"type":"Feature","id":"n2493558672","geometry":{"type":"Point","coordinates":[-0.0780431,51.380424]},"properties":{"@type":"node","@id":2493558672,"@timestamp":1568574210},"coords":"51.380424,-0.0780431","bedrooms":"3","price":"184000","area":"425"} , +{"type":"Feature","id":"n2493558682","geometry":{"type":"Point","coordinates":[-0.0775866,51.3805137]},"properties":{"@type":"node","@id":2493558682,"@timestamp":1568574210},"coords":"51.3805137,-0.0775866","bedrooms":"1","price":"205000","area":"666"} , +{"type":"Feature","id":"n2493558692","geometry":{"type":"Point","coordinates":[-0.076652,51.3807085]},"properties":{"@type":"node","@id":2493558692,"@timestamp":1568574210},"coords":"51.3807085,-0.076652","bedrooms":"0","price":"220000","area":"471"} , +{"type":"Feature","id":"n2493597571","geometry":{"type":"Point","coordinates":[-0.1706228,51.5185083]},"properties":{"@type":"node","@id":2493597571,"@timestamp":1570185764},"coords":"51.5185083,-0.1706228","bedrooms":"1","price":"158000","area":"631"} , +{"type":"Feature","id":"n2493628969","geometry":{"type":"Point","coordinates":[-0.3154288,51.4444961]},"properties":{"@type":"node","@id":2493628969,"@timestamp":1381576689},"coords":"51.4444961,-0.3154288","bedrooms":"4","price":"188000","area":"430"} , +{"type":"Feature","id":"n2493707431","geometry":{"type":"Point","coordinates":[-0.3659012,51.5649047]},"properties":{"@type":"node","@id":2493707431,"@timestamp":1553289236},"coords":"51.5649047,-0.3659012","bedrooms":"2","price":"227000","area":"372"} , +{"type":"Feature","id":"n2493740318","geometry":{"type":"Point","coordinates":[-0.5217845,51.8865222]},"properties":{"@type":"node","@id":2493740318,"@timestamp":1381586201},"coords":"51.8865222,-0.5217845","bedrooms":"1","price":"176000","area":"355"} , +{"type":"Feature","id":"n2493885139","geometry":{"type":"Point","coordinates":[-0.3354071,51.5799185]},"properties":{"@type":"node","@id":2493885139,"@timestamp":1381595423},"coords":"51.5799185,-0.3354071","bedrooms":"3","price":"287000","area":"498"} , +{"type":"Feature","id":"n2493885203","geometry":{"type":"Point","coordinates":[-0.3332362,51.5774704]},"properties":{"@type":"node","@id":2493885203,"@timestamp":1414857868},"coords":"51.5774704,-0.3332362","bedrooms":"1","price":"175000","area":"596"} , +{"type":"Feature","id":"n2493885322","geometry":{"type":"Point","coordinates":[-0.3353545,51.5799814]},"properties":{"@type":"node","@id":2493885322,"@timestamp":1630894457},"coords":"51.5799814,-0.3353545","bedrooms":"4","price":"262000","area":"687"} , +{"type":"Feature","id":"n2493886886","geometry":{"type":"Point","coordinates":[-0.3339328,51.5811196]},"properties":{"@type":"node","@id":2493886886,"@timestamp":1613747248},"coords":"51.5811196,-0.3339328","bedrooms":"2","price":"208000","area":"699"} , +{"type":"Feature","id":"n2493953489","geometry":{"type":"Point","coordinates":[-0.3334361,51.5852799]},"properties":{"@type":"node","@id":2493953489,"@timestamp":1623107983},"coords":"51.5852799,-0.3334361","bedrooms":"1","price":"184000","area":"689"} , +{"type":"Feature","id":"n2493953601","geometry":{"type":"Point","coordinates":[-0.3322494,51.5872409]},"properties":{"@type":"node","@id":2493953601,"@timestamp":1381600314},"coords":"51.5872409,-0.3322494","bedrooms":"3","price":"192000","area":"430"} , +{"type":"Feature","id":"n2494069533","geometry":{"type":"Point","coordinates":[-1.0626773,51.1754943]},"properties":{"@type":"node","@id":2494069533,"@timestamp":1605778469},"coords":"51.1754943,-1.0626773","bedrooms":"4","price":"198000","area":"484"} , +{"type":"Feature","id":"n2494382826","geometry":{"type":"Point","coordinates":[-0.1563527,51.641339]},"properties":{"@type":"node","@id":2494382826,"@timestamp":1381613397},"coords":"51.641339,-0.1563527","bedrooms":"2","price":"210000","area":"389"} , +{"type":"Feature","id":"n2494430500","geometry":{"type":"Point","coordinates":[-0.3326626,51.5887267]},"properties":{"@type":"node","@id":2494430500,"@timestamp":1595448775},"coords":"51.5887267,-0.3326626","bedrooms":"0","price":"227000","area":"609"} , +{"type":"Feature","id":"n2494467217","geometry":{"type":"Point","coordinates":[-0.8373469,51.1322129]},"properties":{"@type":"node","@id":2494467217,"@timestamp":1381617643},"coords":"51.1322129,-0.8373469","bedrooms":"2","price":"221000","area":"679"} , +{"type":"Feature","id":"n2494467380","geometry":{"type":"Point","coordinates":[-0.8429106,51.1452497]},"properties":{"@type":"node","@id":2494467380,"@timestamp":1381617646},"coords":"51.1452497,-0.8429106","bedrooms":"1","price":"169000","area":"379"} , +{"type":"Feature","id":"n2494486644","geometry":{"type":"Point","coordinates":[-0.3344714,51.5925224]},"properties":{"@type":"node","@id":2494486644,"@timestamp":1607503490},"coords":"51.5925224,-0.3344714","bedrooms":"2","price":"229000","area":"355"} , +{"type":"Feature","id":"n2494792848","geometry":{"type":"Point","coordinates":[-0.7448676,51.3151932]},"properties":{"@type":"node","@id":2494792848,"@timestamp":1636151693},"coords":"51.3151932,-0.7448676","bedrooms":"1","price":"249000","area":"535"} , +{"type":"Feature","id":"n2494880054","geometry":{"type":"Point","coordinates":[-0.7540562,51.3234636]},"properties":{"@type":"node","@id":2494880054,"@timestamp":1536005681},"coords":"51.3234636,-0.7540562","bedrooms":"1","price":"223000","area":"409"} , +{"type":"Feature","id":"n2494909776","geometry":{"type":"Point","coordinates":[-0.746825,51.3363896]},"properties":{"@type":"node","@id":2494909776,"@timestamp":1468094837},"coords":"51.3363896,-0.746825","bedrooms":"0","price":"172000","area":"661"} , +{"type":"Feature","id":"n2495073193","geometry":{"type":"Point","coordinates":[-0.6656358,51.9347648]},"properties":{"@type":"node","@id":2495073193,"@timestamp":1381677642},"coords":"51.9347648,-0.6656358","bedrooms":"4","price":"245000","area":"625"} , +{"type":"Feature","id":"n2495074358","geometry":{"type":"Point","coordinates":[-0.2390022,51.7357873]},"properties":{"@type":"node","@id":2495074358,"@timestamp":1381677710},"coords":"51.7357873,-0.2390022","bedrooms":"0","price":"186000","area":"586"} , +{"type":"Feature","id":"n2495079292","geometry":{"type":"Point","coordinates":[-0.3375886,51.9569616]},"properties":{"@type":"node","@id":2495079292,"@timestamp":1381678334},"coords":"51.9569616,-0.3375886","bedrooms":"3","price":"241000","area":"528"} , +{"type":"Feature","id":"n2495297660","geometry":{"type":"Point","coordinates":[-0.754981,51.3374344]},"properties":{"@type":"node","@id":2495297660,"@timestamp":1562355328},"coords":"51.3374344,-0.754981","bedrooms":"3","price":"183000","area":"445"} , +{"type":"Feature","id":"n2495606140","geometry":{"type":"Point","coordinates":[-1.0848305,51.2844003]},"properties":{"@type":"node","@id":2495606140,"@timestamp":1445813688},"coords":"51.2844003,-1.0848305","bedrooms":"4","price":"222000","area":"657"} , +{"type":"Feature","id":"n2495636222","geometry":{"type":"Point","coordinates":[-1.0841154,51.2708477]},"properties":{"@type":"node","@id":2495636222,"@timestamp":1381704395},"coords":"51.2708477,-1.0841154","bedrooms":"4","price":"196000","area":"432"} , +{"type":"Feature","id":"n2496177722","geometry":{"type":"Point","coordinates":[-0.0908815,51.5502113]},"properties":{"@type":"node","@id":2496177722,"@timestamp":1381757627},"coords":"51.5502113,-0.0908815","bedrooms":"2","price":"180000","area":"658"} , +{"type":"Feature","id":"n2496254289","geometry":{"type":"Point","coordinates":[-0.9659137,51.4591813]},"properties":{"@type":"node","@id":2496254289,"@timestamp":1623246345},"coords":"51.4591813,-0.9659137","bedrooms":"4","price":"183000","area":"391"} , +{"type":"Feature","id":"n2496761488","geometry":{"type":"Point","coordinates":[-0.0967933,51.5003476]},"properties":{"@type":"node","@id":2496761488,"@timestamp":1575828264},"coords":"51.5003476,-0.0967933","bedrooms":"3","price":"264000","area":"618"} , +{"type":"Feature","id":"n2496836209","geometry":{"type":"Point","coordinates":[-0.0847787,51.5200946]},"properties":{"@type":"node","@id":2496836209,"@timestamp":1613577305},"coords":"51.5200946,-0.0847787","bedrooms":"3","price":"164000","area":"479"} , +{"type":"Feature","id":"n2496856284","geometry":{"type":"Point","coordinates":[-0.1660336,51.5196337]},"properties":{"@type":"node","@id":2496856284,"@timestamp":1605083800},"coords":"51.5196337,-0.1660336","bedrooms":"3","price":"276000","area":"508"} , +{"type":"Feature","id":"n2497143586","geometry":{"type":"Point","coordinates":[0.643464,51.5626111]},"properties":{"@type":"node","@id":2497143586,"@timestamp":1381833349},"coords":"51.5626111,0.643464","bedrooms":"2","price":"241000","area":"655"} , +{"type":"Feature","id":"n2497143596","geometry":{"type":"Point","coordinates":[0.6424216,51.5622808]},"properties":{"@type":"node","@id":2497143596,"@timestamp":1381833350},"coords":"51.5622808,0.6424216","bedrooms":"2","price":"169000","area":"421"} , +{"type":"Feature","id":"n2497143606","geometry":{"type":"Point","coordinates":[0.6444209,51.5617545]},"properties":{"@type":"node","@id":2497143606,"@timestamp":1381833351},"coords":"51.5617545,0.6444209","bedrooms":"4","price":"238000","area":"544"} , +{"type":"Feature","id":"n2497143616","geometry":{"type":"Point","coordinates":[0.6433732,51.5622486]},"properties":{"@type":"node","@id":2497143616,"@timestamp":1381833352},"coords":"51.5622486,0.6433732","bedrooms":"3","price":"160000","area":"646"} , +{"type":"Feature","id":"n2497144540","geometry":{"type":"Point","coordinates":[0.1242021,51.4084247]},"properties":{"@type":"node","@id":2497144540,"@timestamp":1603433718},"coords":"51.4084247,0.1242021","bedrooms":"3","price":"150000","area":"514"} , +{"type":"Feature","id":"n2497654187","geometry":{"type":"Point","coordinates":[-0.1209172,51.512301]},"properties":{"@type":"node","@id":2497654187,"@timestamp":1505643029},"coords":"51.512301,-0.1209172","bedrooms":"0","price":"184000","area":"610"} , +{"type":"Feature","id":"n2497864538","geometry":{"type":"Point","coordinates":[-0.3958972,51.4679496]},"properties":{"@type":"node","@id":2497864538,"@timestamp":1381870850},"coords":"51.4679496,-0.3958972","bedrooms":"4","price":"166000","area":"595"} , +{"type":"Feature","id":"n2497946054","geometry":{"type":"Point","coordinates":[-0.9718054,51.4585503]},"properties":{"@type":"node","@id":2497946054,"@timestamp":1526578938},"coords":"51.4585503,-0.9718054","bedrooms":"3","price":"213000","area":"469"} , +{"type":"Feature","id":"n2497978158","geometry":{"type":"Point","coordinates":[-0.1407202,51.4886302]},"properties":{"@type":"node","@id":2497978158,"@timestamp":1381880368},"coords":"51.4886302,-0.1407202","bedrooms":"3","price":"202000","area":"484"} , +{"type":"Feature","id":"n2497978175","geometry":{"type":"Point","coordinates":[-0.1359198,51.4853659]},"properties":{"@type":"node","@id":2497978175,"@timestamp":1405072112},"coords":"51.4853659,-0.1359198","bedrooms":"2","price":"183000","area":"628"} , +{"type":"Feature","id":"n2497978186","geometry":{"type":"Point","coordinates":[-0.1377064,51.4897934]},"properties":{"@type":"node","@id":2497978186,"@timestamp":1381880368},"coords":"51.4897934,-0.1377064","bedrooms":"0","price":"280000","area":"644"} , +{"type":"Feature","id":"n2498364437","geometry":{"type":"Point","coordinates":[-0.0050264,51.5355051]},"properties":{"@type":"node","@id":2498364437,"@timestamp":1606142527},"coords":"51.5355051,-0.0050264","bedrooms":"1","price":"209000","area":"404"} , +{"type":"Feature","id":"n2498546307","geometry":{"type":"Point","coordinates":[-0.5089869,51.3349093]},"properties":{"@type":"node","@id":2498546307,"@timestamp":1381937789},"coords":"51.3349093,-0.5089869","bedrooms":"2","price":"283000","area":"437"} , +{"type":"Feature","id":"n2498719151","geometry":{"type":"Point","coordinates":[-0.1744021,51.4980913]},"properties":{"@type":"node","@id":2498719151,"@timestamp":1609625670},"coords":"51.4980913,-0.1744021","bedrooms":"4","price":"194000","area":"672"} , +{"type":"Feature","id":"n2498848586","geometry":{"type":"Point","coordinates":[0.0101517,51.5659588]},"properties":{"@type":"node","@id":2498848586,"@timestamp":1623482875},"coords":"51.5659588,0.0101517","bedrooms":"1","price":"290000","area":"607"} , +{"type":"Feature","id":"n2498861642","geometry":{"type":"Point","coordinates":[0.0214738,51.6708768]},"properties":{"@type":"node","@id":2498861642,"@timestamp":1618255357},"coords":"51.6708768,0.0214738","bedrooms":"0","price":"192000","area":"637"} , +{"type":"Feature","id":"n2499407277","geometry":{"type":"Point","coordinates":[-0.9739014,51.4615635]},"properties":{"@type":"node","@id":2499407277,"@timestamp":1382013147},"coords":"51.4615635,-0.9739014","bedrooms":"4","price":"238000","area":"594"} , +{"type":"Feature","id":"n2499493303","geometry":{"type":"Point","coordinates":[0.0002459,51.5401834]},"properties":{"@type":"node","@id":2499493303,"@timestamp":1382457822},"coords":"51.5401834,0.0002459","bedrooms":"0","price":"163000","area":"358"} , +{"type":"Feature","id":"n2499501883","geometry":{"type":"Point","coordinates":[-0.9712151,51.4554584]},"properties":{"@type":"node","@id":2499501883,"@timestamp":1617564433},"coords":"51.4554584,-0.9712151","bedrooms":"2","price":"253000","area":"610"} , +{"type":"Feature","id":"n2499643278","geometry":{"type":"Point","coordinates":[-0.143478,51.4954546]},"properties":{"@type":"node","@id":2499643278,"@timestamp":1382026246},"coords":"51.4954546,-0.143478","bedrooms":"1","price":"219000","area":"597"} , +{"type":"Feature","id":"n2500019125","geometry":{"type":"Point","coordinates":[-0.9286673,51.6818578]},"properties":{"@type":"node","@id":2500019125,"@timestamp":1382043032},"coords":"51.6818578,-0.9286673","bedrooms":"1","price":"260000","area":"518"} , +{"type":"Feature","id":"n2500510813","geometry":{"type":"Point","coordinates":[-0.6844823,51.4099212]},"properties":{"@type":"node","@id":2500510813,"@timestamp":1496345534},"coords":"51.4099212,-0.6844823","bedrooms":"0","price":"188000","area":"494"} , +{"type":"Feature","id":"n2500565193","geometry":{"type":"Point","coordinates":[-0.970956,51.4605322]},"properties":{"@type":"node","@id":2500565193,"@timestamp":1382096949},"coords":"51.4605322,-0.970956","bedrooms":"2","price":"247000","area":"524"} , +{"type":"Feature","id":"n2500790926","geometry":{"type":"Point","coordinates":[0.4441928,51.2322237]},"properties":{"@type":"node","@id":2500790926,"@timestamp":1382110031},"coords":"51.2322237,0.4441928","bedrooms":"1","price":"213000","area":"491"} , +{"type":"Feature","id":"n2500860965","geometry":{"type":"Point","coordinates":[-0.006914,51.5341896]},"properties":{"@type":"node","@id":2500860965,"@timestamp":1629358682},"coords":"51.5341896,-0.006914","bedrooms":"0","price":"278000","area":"400"} , +{"type":"Feature","id":"n2501249165","geometry":{"type":"Point","coordinates":[-0.6924721,51.0068711]},"properties":{"@type":"node","@id":2501249165,"@timestamp":1382141970},"coords":"51.0068711,-0.6924721","bedrooms":"1","price":"270000","area":"442"} , +{"type":"Feature","id":"n2501493252","geometry":{"type":"Point","coordinates":[0.0029359,51.5415459]},"properties":{"@type":"node","@id":2501493252,"@timestamp":1382179372},"coords":"51.5415459,0.0029359","bedrooms":"4","price":"236000","area":"553"} , +{"type":"Feature","id":"n2501496438","geometry":{"type":"Point","coordinates":[0.7331556,51.8215201]},"properties":{"@type":"node","@id":2501496438,"@timestamp":1382179590},"coords":"51.8215201,0.7331556","bedrooms":"2","price":"237000","area":"373"} , +{"type":"Feature","id":"n2501754958","geometry":{"type":"Point","coordinates":[0.0160329,51.6896326]},"properties":{"@type":"node","@id":2501754958,"@timestamp":1382198932},"coords":"51.6896326,0.0160329","bedrooms":"4","price":"273000","area":"686"} , +{"type":"Feature","id":"n2501844047","geometry":{"type":"Point","coordinates":[0.8159977,51.7891892]},"properties":{"@type":"node","@id":2501844047,"@timestamp":1382205011},"coords":"51.7891892,0.8159977","bedrooms":"4","price":"198000","area":"484"} , +{"type":"Feature","id":"n2501851387","geometry":{"type":"Point","coordinates":[-0.1384717,51.4611307]},"properties":{"@type":"node","@id":2501851387,"@timestamp":1488832147},"coords":"51.4611307,-0.1384717","bedrooms":"3","price":"266000","area":"584"} , +{"type":"Feature","id":"n2502136748","geometry":{"type":"Point","coordinates":[-1.0786467,51.2837704]},"properties":{"@type":"node","@id":2502136748,"@timestamp":1543237887},"coords":"51.2837704,-1.0786467","bedrooms":"4","price":"173000","area":"649"} , +{"type":"Feature","id":"n2502186186","geometry":{"type":"Point","coordinates":[-1.070995,51.2849295]},"properties":{"@type":"node","@id":2502186186,"@timestamp":1532979264},"coords":"51.2849295,-1.070995","bedrooms":"3","price":"278000","area":"457"} , +{"type":"Feature","id":"n2502519440","geometry":{"type":"Point","coordinates":[-0.0999938,51.5118466]},"properties":{"@type":"node","@id":2502519440,"@timestamp":1553718862},"coords":"51.5118466,-0.0999938","bedrooms":"0","price":"152000","area":"353"} , +{"type":"Feature","id":"n2502545055","geometry":{"type":"Point","coordinates":[-0.0728972,51.5113675]},"properties":{"@type":"node","@id":2502545055,"@timestamp":1412169262},"coords":"51.5113675,-0.0728972","bedrooms":"4","price":"230000","area":"461"} , +{"type":"Feature","id":"n2502611199","geometry":{"type":"Point","coordinates":[-0.3346241,51.5929421]},"properties":{"@type":"node","@id":2502611199,"@timestamp":1382264641},"coords":"51.5929421,-0.3346241","bedrooms":"0","price":"172000","area":"365"} , +{"type":"Feature","id":"n2502611211","geometry":{"type":"Point","coordinates":[-0.3349327,51.5932235]},"properties":{"@type":"node","@id":2502611211,"@timestamp":1382264642},"coords":"51.5932235,-0.3349327","bedrooms":"0","price":"228000","area":"677"} , +{"type":"Feature","id":"n2502619289","geometry":{"type":"Point","coordinates":[-0.5204385,51.9079435]},"properties":{"@type":"node","@id":2502619289,"@timestamp":1382301081},"coords":"51.9079435,-0.5204385","bedrooms":"4","price":"234000","area":"687"} , +{"type":"Feature","id":"n2502651137","geometry":{"type":"Point","coordinates":[-0.5052783,51.9127637]},"properties":{"@type":"node","@id":2502651137,"@timestamp":1382266623},"coords":"51.9127637,-0.5052783","bedrooms":"3","price":"282000","area":"661"} , +{"type":"Feature","id":"n2502677412","geometry":{"type":"Point","coordinates":[-0.3350966,51.5941802]},"properties":{"@type":"node","@id":2502677412,"@timestamp":1607503636},"coords":"51.5941802,-0.3350966","bedrooms":"2","price":"266000","area":"392"} , +{"type":"Feature","id":"n2502677430","geometry":{"type":"Point","coordinates":[-0.3346266,51.5945766]},"properties":{"@type":"node","@id":2502677430,"@timestamp":1613741670},"coords":"51.5945766,-0.3346266","bedrooms":"0","price":"191000","area":"425"} , +{"type":"Feature","id":"n2502830115","geometry":{"type":"Point","coordinates":[-0.1668797,51.5125898]},"properties":{"@type":"node","@id":2502830115,"@timestamp":1598980811},"coords":"51.5125898,-0.1668797","bedrooms":"4","price":"214000","area":"480"} , +{"type":"Feature","id":"n2502994779","geometry":{"type":"Point","coordinates":[0.8684965,51.8041966]},"properties":{"@type":"node","@id":2502994779,"@timestamp":1382284976},"coords":"51.8041966,0.8684965","bedrooms":"4","price":"186000","area":"359"} , +{"type":"Feature","id":"n2503036738","geometry":{"type":"Point","coordinates":[-0.0909718,51.5460806]},"properties":{"@type":"node","@id":2503036738,"@timestamp":1382287912},"coords":"51.5460806,-0.0909718","bedrooms":"1","price":"157000","area":"652"} , +{"type":"Feature","id":"n2503107014","geometry":{"type":"Point","coordinates":[-0.3941068,51.6749645]},"properties":{"@type":"node","@id":2503107014,"@timestamp":1622059655},"coords":"51.6749645,-0.3941068","bedrooms":"4","price":"240000","area":"662"} , +{"type":"Feature","id":"n2503258483","geometry":{"type":"Point","coordinates":[-0.3351117,51.5947941]},"properties":{"@type":"node","@id":2503258483,"@timestamp":1382299891},"coords":"51.5947941,-0.3351117","bedrooms":"4","price":"286000","area":"645"} , +{"type":"Feature","id":"n2503401830","geometry":{"type":"Point","coordinates":[-0.0641748,51.5896143]},"properties":{"@type":"node","@id":2503401830,"@timestamp":1592097407},"coords":"51.5896143,-0.0641748","bedrooms":"1","price":"197000","area":"589"} , +{"type":"Feature","id":"n2503401930","geometry":{"type":"Point","coordinates":[-0.1141599,51.5700504]},"properties":{"@type":"node","@id":2503401930,"@timestamp":1487324972},"coords":"51.5700504,-0.1141599","bedrooms":"0","price":"277000","area":"371"} , +{"type":"Feature","id":"n2504171512","geometry":{"type":"Point","coordinates":[-0.5441546,51.4328891]},"properties":{"@type":"node","@id":2504171512,"@timestamp":1581089486},"coords":"51.4328891,-0.5441546","bedrooms":"3","price":"169000","area":"619"} , +{"type":"Feature","id":"n2504418004","geometry":{"type":"Point","coordinates":[-0.334989,51.5959019]},"properties":{"@type":"node","@id":2504418004,"@timestamp":1382390218},"coords":"51.5959019,-0.334989","bedrooms":"3","price":"187000","area":"552"} , +{"type":"Feature","id":"n2504418126","geometry":{"type":"Point","coordinates":[-0.3352925,51.5963546]},"properties":{"@type":"node","@id":2504418126,"@timestamp":1382390228},"coords":"51.5963546,-0.3352925","bedrooms":"3","price":"240000","area":"505"} , +{"type":"Feature","id":"n2504461768","geometry":{"type":"Point","coordinates":[-0.3355517,51.5968652]},"properties":{"@type":"node","@id":2504461768,"@timestamp":1382394235},"coords":"51.5968652,-0.3355517","bedrooms":"2","price":"207000","area":"463"} , +{"type":"Feature","id":"n2504461799","geometry":{"type":"Point","coordinates":[-0.3357271,51.5971129]},"properties":{"@type":"node","@id":2504461799,"@timestamp":1382394235},"coords":"51.5971129,-0.3357271","bedrooms":"2","price":"266000","area":"650"} , +{"type":"Feature","id":"n2504504039","geometry":{"type":"Point","coordinates":[-0.3361418,51.5971109]},"properties":{"@type":"node","@id":2504504039,"@timestamp":1382399740},"coords":"51.5971109,-0.3361418","bedrooms":"3","price":"215000","area":"357"} , +{"type":"Feature","id":"n2504825446","geometry":{"type":"Point","coordinates":[0.1568407,51.3831465]},"properties":{"@type":"node","@id":2504825446,"@timestamp":1382439565},"coords":"51.3831465,0.1568407","bedrooms":"1","price":"208000","area":"497"} , +{"type":"Feature","id":"n2504983675","geometry":{"type":"Point","coordinates":[0.0951526,51.7732168]},"properties":{"@type":"node","@id":2504983675,"@timestamp":1618183452},"coords":"51.7732168,0.0951526","bedrooms":"1","price":"203000","area":"568"} , +{"type":"Feature","id":"n2505135042","geometry":{"type":"Point","coordinates":[-1.1018213,51.2606245]},"properties":{"@type":"node","@id":2505135042,"@timestamp":1382460685},"coords":"51.2606245,-1.1018213","bedrooms":"3","price":"249000","area":"404"} , +{"type":"Feature","id":"n2505237360","geometry":{"type":"Point","coordinates":[-0.006139,51.5426047]},"properties":{"@type":"node","@id":2505237360,"@timestamp":1579596587},"coords":"51.5426047,-0.006139","bedrooms":"2","price":"245000","area":"678"} , +{"type":"Feature","id":"n2505415907","geometry":{"type":"Point","coordinates":[0.0609573,51.8661919]},"properties":{"@type":"node","@id":2505415907,"@timestamp":1382483722},"coords":"51.8661919,0.0609573","bedrooms":"0","price":"244000","area":"443"} , +{"type":"Feature","id":"n2505420795","geometry":{"type":"Point","coordinates":[0.0685923,51.8594142]},"properties":{"@type":"node","@id":2505420795,"@timestamp":1382484263},"coords":"51.8594142,0.0685923","bedrooms":"4","price":"271000","area":"630"} , +{"type":"Feature","id":"n2505617835","geometry":{"type":"Point","coordinates":[-0.1657228,51.1171197]},"properties":{"@type":"node","@id":2505617835,"@timestamp":1627760956},"coords":"51.1171197,-0.1657228","bedrooms":"2","price":"158000","area":"376"} , +{"type":"Feature","id":"n2505741899","geometry":{"type":"Point","coordinates":[-0.1167915,51.5069012]},"properties":{"@type":"node","@id":2505741899,"@timestamp":1382523139},"coords":"51.5069012,-0.1167915","bedrooms":"3","price":"237000","area":"603"} , +{"type":"Feature","id":"n2506185449","geometry":{"type":"Point","coordinates":[0.1303216,51.5587358]},"properties":{"@type":"node","@id":2506185449,"@timestamp":1448393751},"coords":"51.5587358,0.1303216","bedrooms":"1","price":"284000","area":"497"} , +{"type":"Feature","id":"n2506223167","geometry":{"type":"Point","coordinates":[0.8327952,51.8875413]},"properties":{"@type":"node","@id":2506223167,"@timestamp":1382550816},"coords":"51.8875413,0.8327952","bedrooms":"2","price":"248000","area":"361"} , +{"type":"Feature","id":"n2506281826","geometry":{"type":"Point","coordinates":[-0.007714,51.5330954]},"properties":{"@type":"node","@id":2506281826,"@timestamp":1619446200},"coords":"51.5330954,-0.007714","bedrooms":"4","price":"155000","area":"612"} , +{"type":"Feature","id":"n2506478494","geometry":{"type":"Point","coordinates":[-0.3353015,51.595569]},"properties":{"@type":"node","@id":2506478494,"@timestamp":1382564365},"coords":"51.595569,-0.3353015","bedrooms":"0","price":"166000","area":"376"} , +{"type":"Feature","id":"n2506497688","geometry":{"type":"Point","coordinates":[-0.3355541,51.5963286]},"properties":{"@type":"node","@id":2506497688,"@timestamp":1382566067},"coords":"51.5963286,-0.3355541","bedrooms":"3","price":"271000","area":"402"} , +{"type":"Feature","id":"n2507084489","geometry":{"type":"Point","coordinates":[0.204038,51.4078352]},"properties":{"@type":"node","@id":2507084489,"@timestamp":1382612504},"coords":"51.4078352,0.204038","bedrooms":"0","price":"185000","area":"585"} , +{"type":"Feature","id":"n2507405990","geometry":{"type":"Point","coordinates":[-0.6650833,51.9267202]},"properties":{"@type":"node","@id":2507405990,"@timestamp":1582455254},"coords":"51.9267202,-0.6650833","bedrooms":"3","price":"204000","area":"637"} , +{"type":"Feature","id":"n2507533686","geometry":{"type":"Point","coordinates":[-0.1865287,51.4620168]},"properties":{"@type":"node","@id":2507533686,"@timestamp":1627702128},"coords":"51.4620168,-0.1865287","bedrooms":"1","price":"190000","area":"639"} , +{"type":"Feature","id":"n2507582435","geometry":{"type":"Point","coordinates":[-0.1834563,51.4637958]},"properties":{"@type":"node","@id":2507582435,"@timestamp":1413205984},"coords":"51.4637958,-0.1834563","bedrooms":"1","price":"183000","area":"497"} , +{"type":"Feature","id":"n2507714276","geometry":{"type":"Point","coordinates":[-0.5589027,51.3078357]},"properties":{"@type":"node","@id":2507714276,"@timestamp":1516738916},"coords":"51.3078357,-0.5589027","bedrooms":"0","price":"257000","area":"469"} , +{"type":"Feature","id":"n2507765496","geometry":{"type":"Point","coordinates":[-0.3352461,51.5933708]},"properties":{"@type":"node","@id":2507765496,"@timestamp":1382652669},"coords":"51.5933708,-0.3352461","bedrooms":"4","price":"169000","area":"619"} , +{"type":"Feature","id":"n2507765518","geometry":{"type":"Point","coordinates":[-0.3352621,51.5940419]},"properties":{"@type":"node","@id":2507765518,"@timestamp":1382652669},"coords":"51.5940419,-0.3352621","bedrooms":"0","price":"224000","area":"479"} , +{"type":"Feature","id":"n2507765565","geometry":{"type":"Point","coordinates":[-0.3354882,51.5945485]},"properties":{"@type":"node","@id":2507765565,"@timestamp":1382652673},"coords":"51.5945485,-0.3354882","bedrooms":"0","price":"211000","area":"425"} , +{"type":"Feature","id":"n2507793941","geometry":{"type":"Point","coordinates":[-0.3337894,51.5925355]},"properties":{"@type":"node","@id":2507793941,"@timestamp":1382655928},"coords":"51.5925355,-0.3337894","bedrooms":"4","price":"250000","area":"647"} , +{"type":"Feature","id":"n2508047930","geometry":{"type":"Point","coordinates":[0.201535,51.406133]},"properties":{"@type":"node","@id":2508047930,"@timestamp":1382691753},"coords":"51.406133,0.201535","bedrooms":"4","price":"252000","area":"445"} , +{"type":"Feature","id":"n2508163699","geometry":{"type":"Point","coordinates":[-0.0936165,51.5620917]},"properties":{"@type":"node","@id":2508163699,"@timestamp":1382698167},"coords":"51.5620917,-0.0936165","bedrooms":"4","price":"205000","area":"537"} , +{"type":"Feature","id":"n2508531171","geometry":{"type":"Point","coordinates":[-0.1889267,51.3621794]},"properties":{"@type":"node","@id":2508531171,"@timestamp":1551228548},"coords":"51.3621794,-0.1889267","bedrooms":"3","price":"159000","area":"407"} , +{"type":"Feature","id":"n2508700977","geometry":{"type":"Point","coordinates":[-0.0903401,51.5470374]},"properties":{"@type":"node","@id":2508700977,"@timestamp":1622893052},"coords":"51.5470374,-0.0903401","bedrooms":"2","price":"191000","area":"610"} , +{"type":"Feature","id":"n2508846443","geometry":{"type":"Point","coordinates":[-0.0869144,51.5465149]},"properties":{"@type":"node","@id":2508846443,"@timestamp":1382735949},"coords":"51.5465149,-0.0869144","bedrooms":"4","price":"262000","area":"583"} , +{"type":"Feature","id":"n2508952196","geometry":{"type":"Point","coordinates":[-0.6548169,51.8376598]},"properties":{"@type":"node","@id":2508952196,"@timestamp":1382744894},"coords":"51.8376598,-0.6548169","bedrooms":"3","price":"190000","area":"418"} , +{"type":"Feature","id":"n2509037448","geometry":{"type":"Point","coordinates":[-0.1166932,51.5472324]},"properties":{"@type":"node","@id":2509037448,"@timestamp":1382762081},"coords":"51.5472324,-0.1166932","bedrooms":"0","price":"184000","area":"481"} , +{"type":"Feature","id":"n2509037711","geometry":{"type":"Point","coordinates":[-0.1180497,51.5466963]},"properties":{"@type":"node","@id":2509037711,"@timestamp":1613840101},"coords":"51.5466963,-0.1180497","bedrooms":"0","price":"294000","area":"392"} , +{"type":"Feature","id":"n2509194323","geometry":{"type":"Point","coordinates":[-0.1328373,51.5292538]},"properties":{"@type":"node","@id":2509194323,"@timestamp":1580940565},"coords":"51.5292538,-0.1328373","bedrooms":"4","price":"203000","area":"686"} , +{"type":"Feature","id":"n2509339681","geometry":{"type":"Point","coordinates":[-0.5005119,51.7449438]},"properties":{"@type":"node","@id":2509339681,"@timestamp":1388754738},"coords":"51.7449438,-0.5005119","bedrooms":"1","price":"241000","area":"430"} , +{"type":"Feature","id":"n2509494380","geometry":{"type":"Point","coordinates":[-0.5836126,51.2482445]},"properties":{"@type":"node","@id":2509494380,"@timestamp":1382802583},"coords":"51.2482445,-0.5836126","bedrooms":"0","price":"255000","area":"364"} , +{"type":"Feature","id":"n2509623030","geometry":{"type":"Point","coordinates":[-0.0002251,51.5124742]},"properties":{"@type":"node","@id":2509623030,"@timestamp":1616560687},"coords":"51.5124742,-0.0002251","bedrooms":"3","price":"181000","area":"630"} , +{"type":"Feature","id":"n2509624320","geometry":{"type":"Point","coordinates":[-0.0004659,51.5128257]},"properties":{"@type":"node","@id":2509624320,"@timestamp":1625405065},"coords":"51.5128257,-0.0004659","bedrooms":"0","price":"284000","area":"526"} , +{"type":"Feature","id":"n2509651175","geometry":{"type":"Point","coordinates":[-0.2719647,51.5445254]},"properties":{"@type":"node","@id":2509651175,"@timestamp":1564909695},"coords":"51.5445254,-0.2719647","bedrooms":"4","price":"160000","area":"581"} , +{"type":"Feature","id":"n2509820187","geometry":{"type":"Point","coordinates":[0.0191146,51.4772349]},"properties":{"@type":"node","@id":2509820187,"@timestamp":1628300494},"coords":"51.4772349,0.0191146","bedrooms":"0","price":"208000","area":"552"} , +{"type":"Feature","id":"n2510264809","geometry":{"type":"Point","coordinates":[-0.1254244,51.4482988]},"properties":{"@type":"node","@id":2510264809,"@timestamp":1382877123},"coords":"51.4482988,-0.1254244","bedrooms":"1","price":"262000","area":"543"} , +{"type":"Feature","id":"n2510301168","geometry":{"type":"Point","coordinates":[-0.4989079,51.6099883]},"properties":{"@type":"node","@id":2510301168,"@timestamp":1564692216},"coords":"51.6099883,-0.4989079","bedrooms":"0","price":"158000","area":"605"} , +{"type":"Feature","id":"n2510344937","geometry":{"type":"Point","coordinates":[-0.6380939,51.9609895]},"properties":{"@type":"node","@id":2510344937,"@timestamp":1382882020},"coords":"51.9609895,-0.6380939","bedrooms":"0","price":"223000","area":"485"} , +{"type":"Feature","id":"n2510384724","geometry":{"type":"Point","coordinates":[-0.7707245,51.9333361]},"properties":{"@type":"node","@id":2510384724,"@timestamp":1382883386},"coords":"51.9333361,-0.7707245","bedrooms":"4","price":"223000","area":"414"} , +{"type":"Feature","id":"n2510397742","geometry":{"type":"Point","coordinates":[-0.7104408,51.8687087]},"properties":{"@type":"node","@id":2510397742,"@timestamp":1382884402},"coords":"51.8687087,-0.7104408","bedrooms":"3","price":"279000","area":"648"} , +{"type":"Feature","id":"n2510418945","geometry":{"type":"Point","coordinates":[-0.6387017,51.8431039]},"properties":{"@type":"node","@id":2510418945,"@timestamp":1382885639},"coords":"51.8431039,-0.6387017","bedrooms":"1","price":"284000","area":"414"} , +{"type":"Feature","id":"n2510440011","geometry":{"type":"Point","coordinates":[-0.6185642,51.9160481]},"properties":{"@type":"node","@id":2510440011,"@timestamp":1382887013},"coords":"51.9160481,-0.6185642","bedrooms":"1","price":"197000","area":"618"} , +{"type":"Feature","id":"n2510478385","geometry":{"type":"Point","coordinates":[0.5932052,51.362542]},"properties":{"@type":"node","@id":2510478385,"@timestamp":1403159825},"coords":"51.362542,0.5932052","bedrooms":"1","price":"248000","area":"554"} , +{"type":"Feature","id":"n2510642602","geometry":{"type":"Point","coordinates":[-0.357651,51.5038229]},"properties":{"@type":"node","@id":2510642602,"@timestamp":1382898312},"coords":"51.5038229,-0.357651","bedrooms":"1","price":"191000","area":"536"} , +{"type":"Feature","id":"n2510704084","geometry":{"type":"Point","coordinates":[-0.1244171,51.4474173]},"properties":{"@type":"node","@id":2510704084,"@timestamp":1468605646},"coords":"51.4474173,-0.1244171","bedrooms":"2","price":"190000","area":"603"} , +{"type":"Feature","id":"n2510963546","geometry":{"type":"Point","coordinates":[-0.8617794,51.1013682]},"properties":{"@type":"node","@id":2510963546,"@timestamp":1382916420},"coords":"51.1013682,-0.8617794","bedrooms":"2","price":"277000","area":"660"} , +{"type":"Feature","id":"n2511377627","geometry":{"type":"Point","coordinates":[-0.3199462,51.0654408]},"properties":{"@type":"node","@id":2511377627,"@timestamp":1553018492},"coords":"51.0654408,-0.3199462","bedrooms":"4","price":"165000","area":"620"} , +{"type":"Feature","id":"n2511478400","geometry":{"type":"Point","coordinates":[-0.5351481,51.8827924]},"properties":{"@type":"node","@id":2511478400,"@timestamp":1382967214},"coords":"51.8827924,-0.5351481","bedrooms":"4","price":"278000","area":"385"} , +{"type":"Feature","id":"n2511508757","geometry":{"type":"Point","coordinates":[-0.5314885,51.8864268]},"properties":{"@type":"node","@id":2511508757,"@timestamp":1382969031},"coords":"51.8864268,-0.5314885","bedrooms":"2","price":"151000","area":"467"} , +{"type":"Feature","id":"n2511519313","geometry":{"type":"Point","coordinates":[-0.7796929,51.2181967]},"properties":{"@type":"node","@id":2511519313,"@timestamp":1551237711},"coords":"51.2181967,-0.7796929","bedrooms":"2","price":"172000","area":"368"} , +{"type":"Feature","id":"n2511594406","geometry":{"type":"Point","coordinates":[-0.6377961,51.9605642]},"properties":{"@type":"node","@id":2511594406,"@timestamp":1382973837},"coords":"51.9605642,-0.6377961","bedrooms":"3","price":"286000","area":"587"} , +{"type":"Feature","id":"n2511687587","geometry":{"type":"Point","coordinates":[-0.6879872,51.9502594]},"properties":{"@type":"node","@id":2511687587,"@timestamp":1382978982},"coords":"51.9502594,-0.6879872","bedrooms":"0","price":"280000","area":"598"} , +{"type":"Feature","id":"n2512125403","geometry":{"type":"Point","coordinates":[-0.3145072,51.5835775]},"properties":{"@type":"node","@id":2512125403,"@timestamp":1613670824},"coords":"51.5835775,-0.3145072","bedrooms":"1","price":"157000","area":"406"} , +{"type":"Feature","id":"n2512254672","geometry":{"type":"Point","coordinates":[-0.3131583,51.5843523]},"properties":{"@type":"node","@id":2512254672,"@timestamp":1383004550},"coords":"51.5843523,-0.3131583","bedrooms":"1","price":"272000","area":"551"} , +{"type":"Feature","id":"n2512309117","geometry":{"type":"Point","coordinates":[-0.1093867,51.5017166]},"properties":{"@type":"node","@id":2512309117,"@timestamp":1564909695},"coords":"51.5017166,-0.1093867","bedrooms":"4","price":"200000","area":"645"} , +{"type":"Feature","id":"n2512617134","geometry":{"type":"Point","coordinates":[-1.1014091,51.2783225]},"properties":{"@type":"node","@id":2512617134,"@timestamp":1485377396},"coords":"51.2783225,-1.1014091","bedrooms":"0","price":"152000","area":"642"} , +{"type":"Feature","id":"n2512655813","geometry":{"type":"Point","coordinates":[-1.0887806,51.2688752]},"properties":{"@type":"node","@id":2512655813,"@timestamp":1604158715},"coords":"51.2688752,-1.0887806","bedrooms":"1","price":"166000","area":"634"} , +{"type":"Feature","id":"n2512940465","geometry":{"type":"Point","coordinates":[-0.0905803,51.4978961]},"properties":{"@type":"node","@id":2512940465,"@timestamp":1383063985},"coords":"51.4978961,-0.0905803","bedrooms":"2","price":"156000","area":"365"} , +{"type":"Feature","id":"n2512940543","geometry":{"type":"Point","coordinates":[-0.1071123,51.5026579]},"properties":{"@type":"node","@id":2512940543,"@timestamp":1464763269},"coords":"51.5026579,-0.1071123","bedrooms":"0","price":"254000","area":"401"} , +{"type":"Feature","id":"n2512999813","geometry":{"type":"Point","coordinates":[0.1734341,51.3900632]},"properties":{"@type":"node","@id":2512999813,"@timestamp":1383066355},"coords":"51.3900632,0.1734341","bedrooms":"1","price":"161000","area":"466"} , +{"type":"Feature","id":"n2513234152","geometry":{"type":"Point","coordinates":[0.0329392,51.3073541]},"properties":{"@type":"node","@id":2513234152,"@timestamp":1383077167},"coords":"51.3073541,0.0329392","bedrooms":"2","price":"262000","area":"406"} , +{"type":"Feature","id":"n2513319064","geometry":{"type":"Point","coordinates":[-0.103037,51.4912277]},"properties":{"@type":"node","@id":2513319064,"@timestamp":1636195922},"coords":"51.4912277,-0.103037","bedrooms":"0","price":"242000","area":"478"} , +{"type":"Feature","id":"n2513389265","geometry":{"type":"Point","coordinates":[-0.3137607,51.5837861]},"properties":{"@type":"node","@id":2513389265,"@timestamp":1383084437},"coords":"51.5837861,-0.3137607","bedrooms":"2","price":"188000","area":"588"} , +{"type":"Feature","id":"n2514093376","geometry":{"type":"Point","coordinates":[-0.7539904,51.12215]},"properties":{"@type":"node","@id":2514093376,"@timestamp":1585479639},"coords":"51.12215,-0.7539904","bedrooms":"2","price":"242000","area":"389"} , +{"type":"Feature","id":"n2514302207","geometry":{"type":"Point","coordinates":[-0.5952831,51.2425866]},"properties":{"@type":"node","@id":2514302207,"@timestamp":1416314290},"coords":"51.2425866,-0.5952831","bedrooms":"1","price":"242000","area":"577"} , +{"type":"Feature","id":"n2514484001","geometry":{"type":"Point","coordinates":[-0.9765914,51.4521593]},"properties":{"@type":"node","@id":2514484001,"@timestamp":1522657259},"coords":"51.4521593,-0.9765914","bedrooms":"0","price":"229000","area":"679"} , +{"type":"Feature","id":"n2514547836","geometry":{"type":"Point","coordinates":[-0.1010748,51.5477737]},"properties":{"@type":"node","@id":2514547836,"@timestamp":1608632869},"coords":"51.5477737,-0.1010748","bedrooms":"0","price":"229000","area":"640"} , +{"type":"Feature","id":"n2514569275","geometry":{"type":"Point","coordinates":[-0.1502634,51.4858245]},"properties":{"@type":"node","@id":2514569275,"@timestamp":1635302446},"coords":"51.4858245,-0.1502634","bedrooms":"2","price":"220000","area":"409"} , +{"type":"Feature","id":"n2514613859","geometry":{"type":"Point","coordinates":[-0.0743637,51.5572535]},"properties":{"@type":"node","@id":2514613859,"@timestamp":1627654331},"coords":"51.5572535,-0.0743637","bedrooms":"2","price":"175000","area":"573"} , +{"type":"Feature","id":"n2514945162","geometry":{"type":"Point","coordinates":[-0.1281371,51.5274937]},"properties":{"@type":"node","@id":2514945162,"@timestamp":1589506844},"coords":"51.5274937,-0.1281371","bedrooms":"2","price":"205000","area":"410"} , +{"type":"Feature","id":"n2515087583","geometry":{"type":"Point","coordinates":[0.2309912,51.4208077]},"properties":{"@type":"node","@id":2515087583,"@timestamp":1586551855},"coords":"51.4208077,0.2309912","bedrooms":"1","price":"207000","area":"586"} , +{"type":"Feature","id":"n2515391759","geometry":{"type":"Point","coordinates":[0.423568,51.3083278]},"properties":{"@type":"node","@id":2515391759,"@timestamp":1625790400},"coords":"51.3083278,0.423568","bedrooms":"2","price":"153000","area":"373"} , +{"type":"Feature","id":"n2515441534","geometry":{"type":"Point","coordinates":[0.4416009,51.3097409]},"properties":{"@type":"node","@id":2515441534,"@timestamp":1573337143},"coords":"51.3097409,0.4416009","bedrooms":"1","price":"160000","area":"614"} , +{"type":"Feature","id":"n2515594147","geometry":{"type":"Point","coordinates":[-0.3173323,51.5817865]},"properties":{"@type":"node","@id":2515594147,"@timestamp":1383253576},"coords":"51.5817865,-0.3173323","bedrooms":"0","price":"225000","area":"429"} , +{"type":"Feature","id":"n2515867681","geometry":{"type":"Point","coordinates":[-0.0671194,51.4923747]},"properties":{"@type":"node","@id":2515867681,"@timestamp":1614043980},"coords":"51.4923747,-0.0671194","bedrooms":"3","price":"181000","area":"415"} , +{"type":"Feature","id":"n2516099864","geometry":{"type":"Point","coordinates":[0.1729284,51.3921716]},"properties":{"@type":"node","@id":2516099864,"@timestamp":1383306441},"coords":"51.3921716,0.1729284","bedrooms":"3","price":"190000","area":"409"} , +{"type":"Feature","id":"n2516102906","geometry":{"type":"Point","coordinates":[0.1737049,51.3926982]},"properties":{"@type":"node","@id":2516102906,"@timestamp":1383306528},"coords":"51.3926982,0.1737049","bedrooms":"1","price":"167000","area":"611"} , +{"type":"Feature","id":"n2516116143","geometry":{"type":"Point","coordinates":[0.1738361,51.3924175]},"properties":{"@type":"node","@id":2516116143,"@timestamp":1383306963},"coords":"51.3924175,0.1738361","bedrooms":"4","price":"265000","area":"488"} , +{"type":"Feature","id":"n2516210386","geometry":{"type":"Point","coordinates":[-0.8363422,51.3375851]},"properties":{"@type":"node","@id":2516210386,"@timestamp":1383315887},"coords":"51.3375851,-0.8363422","bedrooms":"3","price":"219000","area":"382"} , +{"type":"Feature","id":"n2516608047","geometry":{"type":"Point","coordinates":[-0.504468,51.3846254]},"properties":{"@type":"node","@id":2516608047,"@timestamp":1553288411},"coords":"51.3846254,-0.504468","bedrooms":"2","price":"229000","area":"653"} , +{"type":"Feature","id":"n2516695083","geometry":{"type":"Point","coordinates":[-0.0857607,51.5394459]},"properties":{"@type":"node","@id":2516695083,"@timestamp":1625011445},"coords":"51.5394459,-0.0857607","bedrooms":"3","price":"186000","area":"427"} , +{"type":"Feature","id":"n2516941566","geometry":{"type":"Point","coordinates":[0.5565787,51.3884077]},"properties":{"@type":"node","@id":2516941566,"@timestamp":1633066677},"coords":"51.3884077,0.5565787","bedrooms":"4","price":"166000","area":"642"} , +{"type":"Feature","id":"n2517371792","geometry":{"type":"Point","coordinates":[0.1597301,51.398608]},"properties":{"@type":"node","@id":2517371792,"@timestamp":1383399490},"coords":"51.398608,0.1597301","bedrooms":"4","price":"162000","area":"483"} , +{"type":"Feature","id":"n2517405043","geometry":{"type":"Point","coordinates":[-0.5145984,51.8742774]},"properties":{"@type":"node","@id":2517405043,"@timestamp":1383401690},"coords":"51.8742774,-0.5145984","bedrooms":"0","price":"266000","area":"381"} , +{"type":"Feature","id":"n2517405079","geometry":{"type":"Point","coordinates":[-0.520085,51.886518]},"properties":{"@type":"node","@id":2517405079,"@timestamp":1383401692},"coords":"51.886518,-0.520085","bedrooms":"2","price":"210000","area":"469"} , +{"type":"Feature","id":"n2517463836","geometry":{"type":"Point","coordinates":[-0.2943565,51.5700575]},"properties":{"@type":"node","@id":2517463836,"@timestamp":1614638546},"coords":"51.5700575,-0.2943565","bedrooms":"2","price":"167000","area":"693"} , +{"type":"Feature","id":"n2517463846","geometry":{"type":"Point","coordinates":[-0.2945916,51.5702054]},"properties":{"@type":"node","@id":2517463846,"@timestamp":1577739263},"coords":"51.5702054,-0.2945916","bedrooms":"2","price":"174000","area":"396"} , +{"type":"Feature","id":"n2517507481","geometry":{"type":"Point","coordinates":[-0.5597342,51.9298988]},"properties":{"@type":"node","@id":2517507481,"@timestamp":1383408361},"coords":"51.9298988,-0.5597342","bedrooms":"2","price":"293000","area":"649"} , +{"type":"Feature","id":"n2517535261","geometry":{"type":"Point","coordinates":[-0.0160294,51.1265717]},"properties":{"@type":"node","@id":2517535261,"@timestamp":1620060368},"coords":"51.1265717,-0.0160294","bedrooms":"2","price":"296000","area":"620"} , +{"type":"Feature","id":"n2517583900","geometry":{"type":"Point","coordinates":[0.7288577,50.9501613]},"properties":{"@type":"node","@id":2517583900,"@timestamp":1619782339},"coords":"50.9501613,0.7288577","bedrooms":"2","price":"223000","area":"420"} , +{"type":"Feature","id":"n2517621264","geometry":{"type":"Point","coordinates":[-0.5216142,51.6554746]},"properties":{"@type":"node","@id":2517621264,"@timestamp":1601934907},"coords":"51.6554746,-0.5216142","bedrooms":"0","price":"198000","area":"581"} , +{"type":"Feature","id":"n2517845942","geometry":{"type":"Point","coordinates":[-0.5210194,51.1963459]},"properties":{"@type":"node","@id":2517845942,"@timestamp":1383426249},"coords":"51.1963459,-0.5210194","bedrooms":"2","price":"204000","area":"512"} , +{"type":"Feature","id":"n2517854233","geometry":{"type":"Point","coordinates":[-0.0213985,51.1250987]},"properties":{"@type":"node","@id":2517854233,"@timestamp":1635782068},"coords":"51.1250987,-0.0213985","bedrooms":"2","price":"192000","area":"358"} , +{"type":"Feature","id":"n2517854490","geometry":{"type":"Point","coordinates":[-0.0232304,51.1258127]},"properties":{"@type":"node","@id":2517854490,"@timestamp":1635786946},"coords":"51.1258127,-0.0232304","bedrooms":"0","price":"158000","area":"668"} , +{"type":"Feature","id":"n2517986957","geometry":{"type":"Point","coordinates":[-1.0876643,51.2683402]},"properties":{"@type":"node","@id":2517986957,"@timestamp":1383432693},"coords":"51.2683402,-1.0876643","bedrooms":"2","price":"192000","area":"657"} , +{"type":"Feature","id":"n2518032899","geometry":{"type":"Point","coordinates":[-0.564289,51.2568538]},"properties":{"@type":"node","@id":2518032899,"@timestamp":1417374570},"coords":"51.2568538,-0.564289","bedrooms":"3","price":"201000","area":"442"} , +{"type":"Feature","id":"n2518270921","geometry":{"type":"Point","coordinates":[-0.0930849,51.542013]},"properties":{"@type":"node","@id":2518270921,"@timestamp":1604752738},"coords":"51.542013,-0.0930849","bedrooms":"4","price":"204000","area":"376"} , +{"type":"Feature","id":"n2518482471","geometry":{"type":"Point","coordinates":[-0.5848608,51.8688276]},"properties":{"@type":"node","@id":2518482471,"@timestamp":1601231142},"coords":"51.8688276,-0.5848608","bedrooms":"3","price":"166000","area":"501"} , +{"type":"Feature","id":"n2518482528","geometry":{"type":"Point","coordinates":[-0.5548957,51.8962681]},"properties":{"@type":"node","@id":2518482528,"@timestamp":1612737330},"coords":"51.8962681,-0.5548957","bedrooms":"0","price":"214000","area":"575"} , +{"type":"Feature","id":"n2518585973","geometry":{"type":"Point","coordinates":[0.0250511,51.5160005]},"properties":{"@type":"node","@id":2518585973,"@timestamp":1628140807},"coords":"51.5160005,0.0250511","bedrooms":"2","price":"161000","area":"377"} , +{"type":"Feature","id":"n2518586189","geometry":{"type":"Point","coordinates":[0.0342445,51.5170589]},"properties":{"@type":"node","@id":2518586189,"@timestamp":1596488274},"coords":"51.5170589,0.0342445","bedrooms":"0","price":"286000","area":"354"} , +{"type":"Feature","id":"n2518602999","geometry":{"type":"Point","coordinates":[-0.0220545,51.1238014]},"properties":{"@type":"node","@id":2518602999,"@timestamp":1477085794},"coords":"51.1238014,-0.0220545","bedrooms":"1","price":"156000","area":"399"} , +{"type":"Feature","id":"n2518694671","geometry":{"type":"Point","coordinates":[0.0718625,51.5290956]},"properties":{"@type":"node","@id":2518694671,"@timestamp":1383489559},"coords":"51.5290956,0.0718625","bedrooms":"4","price":"295000","area":"641"} , +{"type":"Feature","id":"n2518753853","geometry":{"type":"Point","coordinates":[0.0698297,51.5359583]},"properties":{"@type":"node","@id":2518753853,"@timestamp":1520857010},"coords":"51.5359583,0.0698297","bedrooms":"4","price":"216000","area":"652"} , +{"type":"Feature","id":"n2518801013","geometry":{"type":"Point","coordinates":[0.0647701,51.5562634]},"properties":{"@type":"node","@id":2518801013,"@timestamp":1623920014},"coords":"51.5562634,0.0647701","bedrooms":"1","price":"237000","area":"462"} , +{"type":"Feature","id":"n2518875338","geometry":{"type":"Point","coordinates":[0.0590538,51.5145558]},"properties":{"@type":"node","@id":2518875338,"@timestamp":1383497735},"coords":"51.5145558,0.0590538","bedrooms":"4","price":"157000","area":"388"} , +{"type":"Feature","id":"n2518919198","geometry":{"type":"Point","coordinates":[0.1755179,51.4815689]},"properties":{"@type":"node","@id":2518919198,"@timestamp":1383499350},"coords":"51.4815689,0.1755179","bedrooms":"2","price":"250000","area":"612"} , +{"type":"Feature","id":"n2518934728","geometry":{"type":"Point","coordinates":[-0.5216162,51.6654082]},"properties":{"@type":"node","@id":2518934728,"@timestamp":1603571524},"coords":"51.6654082,-0.5216162","bedrooms":"4","price":"175000","area":"466"} , +{"type":"Feature","id":"n2519099310","geometry":{"type":"Point","coordinates":[-0.312913,51.5844494]},"properties":{"@type":"node","@id":2519099310,"@timestamp":1383509845},"coords":"51.5844494,-0.312913","bedrooms":"2","price":"260000","area":"371"} , +{"type":"Feature","id":"n2519173619","geometry":{"type":"Point","coordinates":[-1.0536863,51.2887776]},"properties":{"@type":"node","@id":2519173619,"@timestamp":1485374986},"coords":"51.2887776,-1.0536863","bedrooms":"2","price":"186000","area":"427"} , +{"type":"Feature","id":"n2519299683","geometry":{"type":"Point","coordinates":[-0.1064887,51.3897196]},"properties":{"@type":"node","@id":2519299683,"@timestamp":1536703379},"coords":"51.3897196,-0.1064887","bedrooms":"4","price":"198000","area":"548"} , +{"type":"Feature","id":"n2519299710","geometry":{"type":"Point","coordinates":[-0.1078866,51.3835494]},"properties":{"@type":"node","@id":2519299710,"@timestamp":1582540382},"coords":"51.3835494,-0.1078866","bedrooms":"1","price":"217000","area":"616"} , +{"type":"Feature","id":"n2519300793","geometry":{"type":"Point","coordinates":[-0.110999,51.3902883]},"properties":{"@type":"node","@id":2519300793,"@timestamp":1383521268},"coords":"51.3902883,-0.110999","bedrooms":"3","price":"260000","area":"415"} , +{"type":"Feature","id":"n2519320925","geometry":{"type":"Point","coordinates":[-0.0085995,51.4623453]},"properties":{"@type":"node","@id":2519320925,"@timestamp":1383523692},"coords":"51.4623453,-0.0085995","bedrooms":"4","price":"281000","area":"494"} , +{"type":"Feature","id":"n2519549241","geometry":{"type":"Point","coordinates":[0.0436762,51.4917607]},"properties":{"@type":"node","@id":2519549241,"@timestamp":1383555976},"coords":"51.4917607,0.0436762","bedrooms":"0","price":"293000","area":"396"} , +{"type":"Feature","id":"n2519784688","geometry":{"type":"Point","coordinates":[-0.0092363,51.4625174]},"properties":{"@type":"node","@id":2519784688,"@timestamp":1383572478},"coords":"51.4625174,-0.0092363","bedrooms":"0","price":"269000","area":"516"} , +{"type":"Feature","id":"n2519886962","geometry":{"type":"Point","coordinates":[-0.1814942,51.4143464]},"properties":{"@type":"node","@id":2519886962,"@timestamp":1625433975},"coords":"51.4143464,-0.1814942","bedrooms":"1","price":"186000","area":"663"} , +{"type":"Feature","id":"n2520017475","geometry":{"type":"Point","coordinates":[-0.6539083,51.9241629]},"properties":{"@type":"node","@id":2520017475,"@timestamp":1566837356},"coords":"51.9241629,-0.6539083","bedrooms":"2","price":"284000","area":"428"} , +{"type":"Feature","id":"n2520366142","geometry":{"type":"Point","coordinates":[0.0016241,51.276595]},"properties":{"@type":"node","@id":2520366142,"@timestamp":1613569440},"coords":"51.276595,0.0016241","bedrooms":"0","price":"268000","area":"649"} , +{"type":"Feature","id":"n2520402532","geometry":{"type":"Point","coordinates":[-1.0885434,51.2843999]},"properties":{"@type":"node","@id":2520402532,"@timestamp":1445816059},"coords":"51.2843999,-1.0885434","bedrooms":"0","price":"197000","area":"604"} , +{"type":"Feature","id":"n2520487395","geometry":{"type":"Point","coordinates":[0.7341549,50.9512106]},"properties":{"@type":"node","@id":2520487395,"@timestamp":1383614864},"coords":"50.9512106,0.7341549","bedrooms":"0","price":"259000","area":"668"} , +{"type":"Feature","id":"n2520487405","geometry":{"type":"Point","coordinates":[0.7331866,50.9509301]},"properties":{"@type":"node","@id":2520487405,"@timestamp":1628258373},"coords":"50.9509301,0.7331866","bedrooms":"1","price":"255000","area":"403"} , +{"type":"Feature","id":"n2520491061","geometry":{"type":"Point","coordinates":[0.7334388,50.9511726]},"properties":{"@type":"node","@id":2520491061,"@timestamp":1383615871},"coords":"50.9511726,0.7334388","bedrooms":"3","price":"227000","area":"542"} , +{"type":"Feature","id":"n2520491071","geometry":{"type":"Point","coordinates":[0.7326012,50.9508945]},"properties":{"@type":"node","@id":2520491071,"@timestamp":1628258373},"coords":"50.9508945,0.7326012","bedrooms":"3","price":"153000","area":"502"} , +{"type":"Feature","id":"n2520604581","geometry":{"type":"Point","coordinates":[0.7348241,50.951475]},"properties":{"@type":"node","@id":2520604581,"@timestamp":1383623918},"coords":"50.951475,0.7348241","bedrooms":"4","price":"247000","area":"537"} , +{"type":"Feature","id":"n2520610532","geometry":{"type":"Point","coordinates":[0.7345613,50.951524]},"properties":{"@type":"node","@id":2520610532,"@timestamp":1383624671},"coords":"50.951524,0.7345613","bedrooms":"3","price":"261000","area":"471"} , +{"type":"Feature","id":"n2520616985","geometry":{"type":"Point","coordinates":[0.734049,50.9505888]},"properties":{"@type":"node","@id":2520616985,"@timestamp":1383626631},"coords":"50.9505888,0.734049","bedrooms":"0","price":"252000","area":"636"} , +{"type":"Feature","id":"n2520616995","geometry":{"type":"Point","coordinates":[0.733829,50.9509816]},"properties":{"@type":"node","@id":2520616995,"@timestamp":1543064793},"coords":"50.9509816,0.733829","bedrooms":"1","price":"173000","area":"499"} , +{"type":"Feature","id":"n2521538619","geometry":{"type":"Point","coordinates":[-0.112498,51.5128113]},"properties":{"@type":"node","@id":2521538619,"@timestamp":1383689297},"coords":"51.5128113,-0.112498","bedrooms":"2","price":"290000","area":"353"} , +{"type":"Feature","id":"n2521647637","geometry":{"type":"Point","coordinates":[-0.0621613,51.5147635]},"properties":{"@type":"node","@id":2521647637,"@timestamp":1604768959},"coords":"51.5147635,-0.0621613","bedrooms":"3","price":"205000","area":"528"} , +{"type":"Feature","id":"n2521654786","geometry":{"type":"Point","coordinates":[-0.1196435,51.5112615]},"properties":{"@type":"node","@id":2521654786,"@timestamp":1550528632},"coords":"51.5112615,-0.1196435","bedrooms":"1","price":"222000","area":"583"} , +{"type":"Feature","id":"n2521692079","geometry":{"type":"Point","coordinates":[-0.1426909,51.5912858]},"properties":{"@type":"node","@id":2521692079,"@timestamp":1626190377},"coords":"51.5912858,-0.1426909","bedrooms":"1","price":"211000","area":"376"} , +{"type":"Feature","id":"n2521750586","geometry":{"type":"Point","coordinates":[0.7344393,50.9506345]},"properties":{"@type":"node","@id":2521750586,"@timestamp":1383703942},"coords":"50.9506345,0.7344393","bedrooms":"0","price":"217000","area":"604"} , +{"type":"Feature","id":"n2521750596","geometry":{"type":"Point","coordinates":[0.7341295,50.9505208]},"properties":{"@type":"node","@id":2521750596,"@timestamp":1383703943},"coords":"50.9505208,0.7341295","bedrooms":"0","price":"294000","area":"420"} , +{"type":"Feature","id":"n2521779688","geometry":{"type":"Point","coordinates":[0.7332646,50.9500265]},"properties":{"@type":"node","@id":2521779688,"@timestamp":1383705991},"coords":"50.9500265,0.7332646","bedrooms":"1","price":"263000","area":"502"} , +{"type":"Feature","id":"n2521779712","geometry":{"type":"Point","coordinates":[0.7343763,50.9497486]},"properties":{"@type":"node","@id":2521779712,"@timestamp":1383705991},"coords":"50.9497486,0.7343763","bedrooms":"4","price":"169000","area":"437"} , +{"type":"Feature","id":"n2521779734","geometry":{"type":"Point","coordinates":[0.7324506,50.9502285]},"properties":{"@type":"node","@id":2521779734,"@timestamp":1383705992},"coords":"50.9502285,0.7324506","bedrooms":"2","price":"202000","area":"655"} , +{"type":"Feature","id":"n2521864347","geometry":{"type":"Point","coordinates":[-0.3275944,51.483301]},"properties":{"@type":"node","@id":2521864347,"@timestamp":1625618330},"coords":"51.483301,-0.3275944","bedrooms":"2","price":"158000","area":"374"} , +{"type":"Feature","id":"n2521909451","geometry":{"type":"Point","coordinates":[-0.2818392,51.5577084]},"properties":{"@type":"node","@id":2521909451,"@timestamp":1625996678},"coords":"51.5577084,-0.2818392","bedrooms":"2","price":"274000","area":"585"} , +{"type":"Feature","id":"n2522374699","geometry":{"type":"Point","coordinates":[0.266704,51.1918301]},"properties":{"@type":"node","@id":2522374699,"@timestamp":1588780275},"coords":"51.1918301,0.266704","bedrooms":"0","price":"192000","area":"621"} , +{"type":"Feature","id":"n2522732180","geometry":{"type":"Point","coordinates":[-0.2576555,51.5029156]},"properties":{"@type":"node","@id":2522732180,"@timestamp":1383781629},"coords":"51.5029156,-0.2576555","bedrooms":"3","price":"189000","area":"431"} , +{"type":"Feature","id":"n2523481481","geometry":{"type":"Point","coordinates":[-0.9736135,51.4538396]},"properties":{"@type":"node","@id":2523481481,"@timestamp":1617565769},"coords":"51.4538396,-0.9736135","bedrooms":"0","price":"287000","area":"595"} , +{"type":"Feature","id":"n2523745762","geometry":{"type":"Point","coordinates":[-0.0904611,51.5588388]},"properties":{"@type":"node","@id":2523745762,"@timestamp":1383865430},"coords":"51.5588388,-0.0904611","bedrooms":"4","price":"215000","area":"599"} , +{"type":"Feature","id":"n2523745772","geometry":{"type":"Point","coordinates":[-0.0908138,51.5594866]},"properties":{"@type":"node","@id":2523745772,"@timestamp":1383865430},"coords":"51.5594866,-0.0908138","bedrooms":"1","price":"182000","area":"665"} , +{"type":"Feature","id":"n2523745782","geometry":{"type":"Point","coordinates":[-0.0906032,51.5591831]},"properties":{"@type":"node","@id":2523745782,"@timestamp":1383865431},"coords":"51.5591831,-0.0906032","bedrooms":"0","price":"241000","area":"358"} , +{"type":"Feature","id":"n2523745792","geometry":{"type":"Point","coordinates":[-0.0902211,51.5585328]},"properties":{"@type":"node","@id":2523745792,"@timestamp":1383865431},"coords":"51.5585328,-0.0902211","bedrooms":"1","price":"153000","area":"497"} , +{"type":"Feature","id":"n2523745802","geometry":{"type":"Point","coordinates":[-0.0904276,51.5587221]},"properties":{"@type":"node","@id":2523745802,"@timestamp":1383865431},"coords":"51.5587221,-0.0904276","bedrooms":"0","price":"269000","area":"522"} , +{"type":"Feature","id":"n2523745812","geometry":{"type":"Point","coordinates":[-0.0903457,51.5587221]},"properties":{"@type":"node","@id":2523745812,"@timestamp":1383865432},"coords":"51.5587221,-0.0903457","bedrooms":"3","price":"158000","area":"538"} , +{"type":"Feature","id":"n2523745822","geometry":{"type":"Point","coordinates":[-0.0897799,51.5582977]},"properties":{"@type":"node","@id":2523745822,"@timestamp":1383865432},"coords":"51.5582977,-0.0897799","bedrooms":"0","price":"232000","area":"676"} , +{"type":"Feature","id":"n2523746221","geometry":{"type":"Point","coordinates":[-0.0894298,51.5598134]},"properties":{"@type":"node","@id":2523746221,"@timestamp":1383865551},"coords":"51.5598134,-0.0894298","bedrooms":"1","price":"175000","area":"625"} , +{"type":"Feature","id":"n2523746231","geometry":{"type":"Point","coordinates":[-0.0909452,51.5600561]},"properties":{"@type":"node","@id":2523746231,"@timestamp":1383865551},"coords":"51.5600561,-0.0909452","bedrooms":"2","price":"290000","area":"430"} , +{"type":"Feature","id":"n2523746326","geometry":{"type":"Point","coordinates":[-0.0913909,51.5594054]},"properties":{"@type":"node","@id":2523746326,"@timestamp":1383865614},"coords":"51.5594054,-0.0913909","bedrooms":"2","price":"292000","area":"496"} , +{"type":"Feature","id":"n2523978821","geometry":{"type":"Point","coordinates":[0.0309785,51.9069957]},"properties":{"@type":"node","@id":2523978821,"@timestamp":1552469374},"coords":"51.9069957,0.0309785","bedrooms":"1","price":"199000","area":"604"} , +{"type":"Feature","id":"n2524083766","geometry":{"type":"Point","coordinates":[-0.0075451,51.5068734]},"properties":{"@type":"node","@id":2524083766,"@timestamp":1622597461},"coords":"51.5068734,-0.0075451","bedrooms":"0","price":"252000","area":"442"} , +{"type":"Feature","id":"n2524152668","geometry":{"type":"Point","coordinates":[0.7591959,51.1554878]},"properties":{"@type":"node","@id":2524152668,"@timestamp":1513533925},"coords":"51.1554878,0.7591959","bedrooms":"2","price":"267000","area":"581"} , +{"type":"Feature","id":"n2524288646","geometry":{"type":"Point","coordinates":[0.121162,51.2023177]},"properties":{"@type":"node","@id":2524288646,"@timestamp":1401995796},"coords":"51.2023177,0.121162","bedrooms":"0","price":"264000","area":"364"} , +{"type":"Feature","id":"n2524319480","geometry":{"type":"Point","coordinates":[0.6319319,51.3611853]},"properties":{"@type":"node","@id":2524319480,"@timestamp":1383936193},"coords":"51.3611853,0.6319319","bedrooms":"1","price":"223000","area":"678"} , +{"type":"Feature","id":"n2524319510","geometry":{"type":"Point","coordinates":[0.6323285,51.3620364]},"properties":{"@type":"node","@id":2524319510,"@timestamp":1383936194},"coords":"51.3620364,0.6323285","bedrooms":"0","price":"228000","area":"540"} , +{"type":"Feature","id":"n2524454118","geometry":{"type":"Point","coordinates":[0.6344249,51.3680119]},"properties":{"@type":"node","@id":2524454118,"@timestamp":1383928962},"coords":"51.3680119,0.6344249","bedrooms":"2","price":"236000","area":"389"} , +{"type":"Feature","id":"n2524511245","geometry":{"type":"Point","coordinates":[0.6354698,51.3663641]},"properties":{"@type":"node","@id":2524511245,"@timestamp":1383932994},"coords":"51.3663641,0.6354698","bedrooms":"0","price":"234000","area":"365"} , +{"type":"Feature","id":"n2524511255","geometry":{"type":"Point","coordinates":[0.6347162,51.3667966]},"properties":{"@type":"node","@id":2524511255,"@timestamp":1383932995},"coords":"51.3667966,0.6347162","bedrooms":"0","price":"299000","area":"628"} , +{"type":"Feature","id":"n2524511271","geometry":{"type":"Point","coordinates":[0.6351971,51.366924]},"properties":{"@type":"node","@id":2524511271,"@timestamp":1383932995},"coords":"51.366924,0.6351971","bedrooms":"0","price":"276000","area":"582"} , +{"type":"Feature","id":"n2524511294","geometry":{"type":"Point","coordinates":[0.6354638,51.3669888]},"properties":{"@type":"node","@id":2524511294,"@timestamp":1383932996},"coords":"51.3669888,0.6354638","bedrooms":"2","price":"196000","area":"575"} , +{"type":"Feature","id":"n2524511324","geometry":{"type":"Point","coordinates":[0.6347627,51.3673398]},"properties":{"@type":"node","@id":2524511324,"@timestamp":1383932997},"coords":"51.3673398,0.6347627","bedrooms":"2","price":"172000","area":"448"} , +{"type":"Feature","id":"n2524511336","geometry":{"type":"Point","coordinates":[0.6326679,51.3674473]},"properties":{"@type":"node","@id":2524511336,"@timestamp":1383932997},"coords":"51.3674473,0.6326679","bedrooms":"4","price":"240000","area":"410"} , +{"type":"Feature","id":"n2524511348","geometry":{"type":"Point","coordinates":[0.6324729,51.3677315]},"properties":{"@type":"node","@id":2524511348,"@timestamp":1383932998},"coords":"51.3677315,0.6324729","bedrooms":"1","price":"228000","area":"502"} , +{"type":"Feature","id":"n2524511358","geometry":{"type":"Point","coordinates":[0.6326083,51.3678211]},"properties":{"@type":"node","@id":2524511358,"@timestamp":1383932998},"coords":"51.3678211,0.6326083","bedrooms":"0","price":"283000","area":"631"} , +{"type":"Feature","id":"n2524511368","geometry":{"type":"Point","coordinates":[0.6327264,51.3678967]},"properties":{"@type":"node","@id":2524511368,"@timestamp":1383932999},"coords":"51.3678967,0.6327264","bedrooms":"1","price":"280000","area":"581"} , +{"type":"Feature","id":"n2524511378","geometry":{"type":"Point","coordinates":[0.632568,51.3679444]},"properties":{"@type":"node","@id":2524511378,"@timestamp":1383932999},"coords":"51.3679444,0.632568","bedrooms":"0","price":"280000","area":"371"} , +{"type":"Feature","id":"n2524511393","geometry":{"type":"Point","coordinates":[0.632658,51.3680625]},"properties":{"@type":"node","@id":2524511393,"@timestamp":1383933000},"coords":"51.3680625,0.632658","bedrooms":"4","price":"187000","area":"478"} , +{"type":"Feature","id":"n2524511449","geometry":{"type":"Point","coordinates":[0.631881,51.3682203]},"properties":{"@type":"node","@id":2524511449,"@timestamp":1383933001},"coords":"51.3682203,0.631881","bedrooms":"0","price":"232000","area":"531"} , +{"type":"Feature","id":"n2524511477","geometry":{"type":"Point","coordinates":[0.6350192,51.3683152]},"properties":{"@type":"node","@id":2524511477,"@timestamp":1383933002},"coords":"51.3683152,0.6350192","bedrooms":"4","price":"208000","area":"507"} , +{"type":"Feature","id":"n2524511503","geometry":{"type":"Point","coordinates":[0.6321856,51.3684064]},"properties":{"@type":"node","@id":2524511503,"@timestamp":1383933002},"coords":"51.3684064,0.6321856","bedrooms":"1","price":"158000","area":"595"} , +{"type":"Feature","id":"n2524511520","geometry":{"type":"Point","coordinates":[0.6351282,51.368603]},"properties":{"@type":"node","@id":2524511520,"@timestamp":1383933003},"coords":"51.368603,0.6351282","bedrooms":"4","price":"188000","area":"420"} , +{"type":"Feature","id":"n2524511555","geometry":{"type":"Point","coordinates":[0.6345939,51.3687701]},"properties":{"@type":"node","@id":2524511555,"@timestamp":1383933003},"coords":"51.3687701,0.6345939","bedrooms":"3","price":"236000","area":"611"} , +{"type":"Feature","id":"n2524537408","geometry":{"type":"Point","coordinates":[0.6330061,51.3627501]},"properties":{"@type":"node","@id":2524537408,"@timestamp":1383935092},"coords":"51.3627501,0.6330061","bedrooms":"2","price":"183000","area":"501"} , +{"type":"Feature","id":"n2524537418","geometry":{"type":"Point","coordinates":[0.6338984,51.363111]},"properties":{"@type":"node","@id":2524537418,"@timestamp":1383935093},"coords":"51.363111,0.6338984","bedrooms":"2","price":"262000","area":"696"} , +{"type":"Feature","id":"n2524537428","geometry":{"type":"Point","coordinates":[0.6339713,51.3632846]},"properties":{"@type":"node","@id":2524537428,"@timestamp":1383935093},"coords":"51.3632846,0.6339713","bedrooms":"1","price":"213000","area":"373"} , +{"type":"Feature","id":"n2524537438","geometry":{"type":"Point","coordinates":[0.6345116,51.3634789]},"properties":{"@type":"node","@id":2524537438,"@timestamp":1383935094},"coords":"51.3634789,0.6345116","bedrooms":"1","price":"185000","area":"546"} , +{"type":"Feature","id":"n2524537448","geometry":{"type":"Point","coordinates":[0.6330414,51.3636048]},"properties":{"@type":"node","@id":2524537448,"@timestamp":1383935094},"coords":"51.3636048,0.6330414","bedrooms":"4","price":"189000","area":"540"} , +{"type":"Feature","id":"n2524537458","geometry":{"type":"Point","coordinates":[0.6343258,51.3637045]},"properties":{"@type":"node","@id":2524537458,"@timestamp":1383935095},"coords":"51.3637045,0.6343258","bedrooms":"4","price":"289000","area":"459"} , +{"type":"Feature","id":"n2524537468","geometry":{"type":"Point","coordinates":[0.6317467,51.363764]},"properties":{"@type":"node","@id":2524537468,"@timestamp":1383935095},"coords":"51.363764,0.6317467","bedrooms":"1","price":"159000","area":"444"} , +{"type":"Feature","id":"n2524537478","geometry":{"type":"Point","coordinates":[0.6320259,51.3638202]},"properties":{"@type":"node","@id":2524537478,"@timestamp":1383935096},"coords":"51.3638202,0.6320259","bedrooms":"0","price":"193000","area":"637"} , +{"type":"Feature","id":"n2524537488","geometry":{"type":"Point","coordinates":[0.6333161,51.3638851]},"properties":{"@type":"node","@id":2524537488,"@timestamp":1383935096},"coords":"51.3638851,0.6333161","bedrooms":"0","price":"293000","area":"697"} , +{"type":"Feature","id":"n2524537499","geometry":{"type":"Point","coordinates":[0.6343429,51.3639649]},"properties":{"@type":"node","@id":2524537499,"@timestamp":1383935097},"coords":"51.3639649,0.6343429","bedrooms":"4","price":"150000","area":"437"} , +{"type":"Feature","id":"n2524537510","geometry":{"type":"Point","coordinates":[0.6321946,51.3640401]},"properties":{"@type":"node","@id":2524537510,"@timestamp":1383935097},"coords":"51.3640401,0.6321946","bedrooms":"0","price":"296000","area":"495"} , +{"type":"Feature","id":"n2524537520","geometry":{"type":"Point","coordinates":[0.63468,51.3641244]},"properties":{"@type":"node","@id":2524537520,"@timestamp":1383935098},"coords":"51.3641244,0.63468","bedrooms":"3","price":"152000","area":"681"} , +{"type":"Feature","id":"n2524537530","geometry":{"type":"Point","coordinates":[0.6321741,51.3641867]},"properties":{"@type":"node","@id":2524537530,"@timestamp":1383935098},"coords":"51.3641867,0.6321741","bedrooms":"1","price":"285000","area":"490"} , +{"type":"Feature","id":"n2524537549","geometry":{"type":"Point","coordinates":[0.6335372,51.3642779]},"properties":{"@type":"node","@id":2524537549,"@timestamp":1383935098},"coords":"51.3642779,0.6335372","bedrooms":"2","price":"250000","area":"623"} , +{"type":"Feature","id":"n2524537573","geometry":{"type":"Point","coordinates":[0.6323074,51.3643938]},"properties":{"@type":"node","@id":2524537573,"@timestamp":1383935099},"coords":"51.3643938,0.6323074","bedrooms":"4","price":"202000","area":"552"} , +{"type":"Feature","id":"n2524537595","geometry":{"type":"Point","coordinates":[0.6368012,51.3645683]},"properties":{"@type":"node","@id":2524537595,"@timestamp":1383935099},"coords":"51.3645683,0.6368012","bedrooms":"0","price":"183000","area":"634"} , +{"type":"Feature","id":"n2524537619","geometry":{"type":"Point","coordinates":[0.6353102,51.3646282]},"properties":{"@type":"node","@id":2524537619,"@timestamp":1383935100},"coords":"51.3646282,0.6353102","bedrooms":"1","price":"292000","area":"601"} , +{"type":"Feature","id":"n2524537648","geometry":{"type":"Point","coordinates":[0.6326106,51.3646912]},"properties":{"@type":"node","@id":2524537648,"@timestamp":1383935100},"coords":"51.3646912,0.6326106","bedrooms":"4","price":"178000","area":"635"} , +{"type":"Feature","id":"n2524537676","geometry":{"type":"Point","coordinates":[0.6327827,51.3647609]},"properties":{"@type":"node","@id":2524537676,"@timestamp":1383935101},"coords":"51.3647609,0.6327827","bedrooms":"0","price":"236000","area":"605"} , +{"type":"Feature","id":"n2524537716","geometry":{"type":"Point","coordinates":[0.6352088,51.3648068]},"properties":{"@type":"node","@id":2524537716,"@timestamp":1383935101},"coords":"51.3648068,0.6352088","bedrooms":"4","price":"190000","area":"352"} , +{"type":"Feature","id":"n2524537744","geometry":{"type":"Point","coordinates":[0.6358242,51.3648523]},"properties":{"@type":"node","@id":2524537744,"@timestamp":1383935102},"coords":"51.3648523,0.6358242","bedrooms":"0","price":"235000","area":"435"} , +{"type":"Feature","id":"n2524537782","geometry":{"type":"Point","coordinates":[0.6355507,51.3648943]},"properties":{"@type":"node","@id":2524537782,"@timestamp":1383935102},"coords":"51.3648943,0.6355507","bedrooms":"3","price":"177000","area":"431"} , +{"type":"Feature","id":"n2524537825","geometry":{"type":"Point","coordinates":[0.6328363,51.3649417]},"properties":{"@type":"node","@id":2524537825,"@timestamp":1383935103},"coords":"51.3649417,0.6328363","bedrooms":"2","price":"229000","area":"628"} , +{"type":"Feature","id":"n2524537864","geometry":{"type":"Point","coordinates":[0.6358368,51.3649761]},"properties":{"@type":"node","@id":2524537864,"@timestamp":1383935103},"coords":"51.3649761,0.6358368","bedrooms":"3","price":"185000","area":"623"} , +{"type":"Feature","id":"n2524537907","geometry":{"type":"Point","coordinates":[0.6360202,51.3650117]},"properties":{"@type":"node","@id":2524537907,"@timestamp":1383935103},"coords":"51.3650117,0.6360202","bedrooms":"4","price":"228000","area":"484"} , +{"type":"Feature","id":"n2524537949","geometry":{"type":"Point","coordinates":[0.6344341,51.3650607]},"properties":{"@type":"node","@id":2524537949,"@timestamp":1383935104},"coords":"51.3650607,0.6344341","bedrooms":"4","price":"260000","area":"507"} , +{"type":"Feature","id":"n2524537997","geometry":{"type":"Point","coordinates":[0.6375329,51.3651241]},"properties":{"@type":"node","@id":2524537997,"@timestamp":1383935104},"coords":"51.3651241,0.6375329","bedrooms":"0","price":"240000","area":"371"} , +{"type":"Feature","id":"n2524538044","geometry":{"type":"Point","coordinates":[0.6341439,51.3652231]},"properties":{"@type":"node","@id":2524538044,"@timestamp":1383935105},"coords":"51.3652231,0.6341439","bedrooms":"3","price":"176000","area":"496"} , +{"type":"Feature","id":"n2524538077","geometry":{"type":"Point","coordinates":[0.6377927,51.3652806]},"properties":{"@type":"node","@id":2524538077,"@timestamp":1383935105},"coords":"51.3652806,0.6377927","bedrooms":"4","price":"165000","area":"611"} , +{"type":"Feature","id":"n2524538108","geometry":{"type":"Point","coordinates":[0.633324,51.3653515]},"properties":{"@type":"node","@id":2524538108,"@timestamp":1383935106},"coords":"51.3653515,0.633324","bedrooms":"3","price":"261000","area":"522"} , +{"type":"Feature","id":"n2524538151","geometry":{"type":"Point","coordinates":[0.6346351,51.3654032]},"properties":{"@type":"node","@id":2524538151,"@timestamp":1383935107},"coords":"51.3654032,0.6346351","bedrooms":"0","price":"210000","area":"558"} , +{"type":"Feature","id":"n2524538196","geometry":{"type":"Point","coordinates":[0.6346078,51.3654878]},"properties":{"@type":"node","@id":2524538196,"@timestamp":1383935107},"coords":"51.3654878,0.6346078","bedrooms":"3","price":"166000","area":"522"} , +{"type":"Feature","id":"n2524538230","geometry":{"type":"Point","coordinates":[0.6351389,51.3655561]},"properties":{"@type":"node","@id":2524538230,"@timestamp":1383935107},"coords":"51.3655561,0.6351389","bedrooms":"0","price":"199000","area":"396"} , +{"type":"Feature","id":"n2524538254","geometry":{"type":"Point","coordinates":[0.6334836,51.365597]},"properties":{"@type":"node","@id":2524538254,"@timestamp":1383935108},"coords":"51.365597,0.6334836","bedrooms":"0","price":"246000","area":"568"} , +{"type":"Feature","id":"n2524538283","geometry":{"type":"Point","coordinates":[0.6362587,51.3656307]},"properties":{"@type":"node","@id":2524538283,"@timestamp":1383935108},"coords":"51.3656307,0.6362587","bedrooms":"3","price":"229000","area":"510"} , +{"type":"Feature","id":"n2524538310","geometry":{"type":"Point","coordinates":[0.6351491,51.3656465]},"properties":{"@type":"node","@id":2524538310,"@timestamp":1383935109},"coords":"51.3656465,0.6351491","bedrooms":"3","price":"165000","area":"367"} , +{"type":"Feature","id":"n2524538338","geometry":{"type":"Point","coordinates":[0.633634,51.3657436]},"properties":{"@type":"node","@id":2524538338,"@timestamp":1383935109},"coords":"51.3657436,0.633634","bedrooms":"1","price":"161000","area":"429"} , +{"type":"Feature","id":"n2524538364","geometry":{"type":"Point","coordinates":[0.6337036,51.3658582]},"properties":{"@type":"node","@id":2524538364,"@timestamp":1383935109},"coords":"51.3658582,0.6337036","bedrooms":"4","price":"209000","area":"414"} , +{"type":"Feature","id":"n2524538378","geometry":{"type":"Point","coordinates":[0.6337879,51.3659656]},"properties":{"@type":"node","@id":2524538378,"@timestamp":1383935110},"coords":"51.3659656,0.6337879","bedrooms":"2","price":"218000","area":"585"} , +{"type":"Feature","id":"n2524538388","geometry":{"type":"Point","coordinates":[0.633944,51.3661506]},"properties":{"@type":"node","@id":2524538388,"@timestamp":1383935110},"coords":"51.3661506,0.633944","bedrooms":"2","price":"171000","area":"461"} , +{"type":"Feature","id":"n2524556274","geometry":{"type":"Point","coordinates":[0.6332742,51.3607471]},"properties":{"@type":"node","@id":2524556274,"@timestamp":1383936187},"coords":"51.3607471,0.6332742","bedrooms":"2","price":"257000","area":"541"} , +{"type":"Feature","id":"n2524556289","geometry":{"type":"Point","coordinates":[0.6336596,51.3612888]},"properties":{"@type":"node","@id":2524556289,"@timestamp":1383936187},"coords":"51.3612888,0.6336596","bedrooms":"4","price":"169000","area":"451"} , +{"type":"Feature","id":"n2524556300","geometry":{"type":"Point","coordinates":[0.6336774,51.3619729]},"properties":{"@type":"node","@id":2524556300,"@timestamp":1513425928},"coords":"51.3619729,0.6336774","bedrooms":"1","price":"206000","area":"550"} , +{"type":"Feature","id":"n2524556310","geometry":{"type":"Point","coordinates":[0.63359,51.362079]},"properties":{"@type":"node","@id":2524556310,"@timestamp":1383936189},"coords":"51.362079,0.63359","bedrooms":"2","price":"261000","area":"492"} , +{"type":"Feature","id":"n2524556331","geometry":{"type":"Point","coordinates":[0.6325091,51.3625504]},"properties":{"@type":"node","@id":2524556331,"@timestamp":1383936189},"coords":"51.3625504,0.6325091","bedrooms":"4","price":"189000","area":"383"} , +{"type":"Feature","id":"n2524556356","geometry":{"type":"Point","coordinates":[0.6317235,51.3629675]},"properties":{"@type":"node","@id":2524556356,"@timestamp":1383936190},"coords":"51.3629675,0.6317235","bedrooms":"1","price":"216000","area":"408"} , +{"type":"Feature","id":"n2524556368","geometry":{"type":"Point","coordinates":[0.6322232,51.363181]},"properties":{"@type":"node","@id":2524556368,"@timestamp":1383936191},"coords":"51.363181,0.6322232","bedrooms":"4","price":"226000","area":"405"} , +{"type":"Feature","id":"n2524556379","geometry":{"type":"Point","coordinates":[0.6317563,51.3634534]},"properties":{"@type":"node","@id":2524556379,"@timestamp":1383936191},"coords":"51.3634534,0.6317563","bedrooms":"3","price":"164000","area":"696"} , +{"type":"Feature","id":"n2524556391","geometry":{"type":"Point","coordinates":[0.6312379,51.3642316]},"properties":{"@type":"node","@id":2524556391,"@timestamp":1383936192},"coords":"51.3642316,0.6312379","bedrooms":"0","price":"154000","area":"473"} , +{"type":"Feature","id":"n2524556406","geometry":{"type":"Point","coordinates":[0.6356991,51.366111]},"properties":{"@type":"node","@id":2524556406,"@timestamp":1383936192},"coords":"51.366111,0.6356991","bedrooms":"0","price":"264000","area":"386"} , +{"type":"Feature","id":"n2524589740","geometry":{"type":"Point","coordinates":[0.6409627,51.3689399]},"properties":{"@type":"node","@id":2524589740,"@timestamp":1383938044},"coords":"51.3689399,0.6409627","bedrooms":"2","price":"195000","area":"619"} , +{"type":"Feature","id":"n2524589760","geometry":{"type":"Point","coordinates":[0.6410368,51.3691758]},"properties":{"@type":"node","@id":2524589760,"@timestamp":1383938044},"coords":"51.3691758,0.6410368","bedrooms":"2","price":"189000","area":"621"} , +{"type":"Feature","id":"n2524589773","geometry":{"type":"Point","coordinates":[0.6402342,51.3693373]},"properties":{"@type":"node","@id":2524589773,"@timestamp":1383938045},"coords":"51.3693373,0.6402342","bedrooms":"2","price":"192000","area":"383"} , +{"type":"Feature","id":"n2524589788","geometry":{"type":"Point","coordinates":[0.6402828,51.3695164]},"properties":{"@type":"node","@id":2524589788,"@timestamp":1383938045},"coords":"51.3695164,0.6402828","bedrooms":"1","price":"187000","area":"633"} , +{"type":"Feature","id":"n2524589803","geometry":{"type":"Point","coordinates":[0.6412707,51.3696793]},"properties":{"@type":"node","@id":2524589803,"@timestamp":1383938046},"coords":"51.3696793,0.6412707","bedrooms":"4","price":"150000","area":"529"} , +{"type":"Feature","id":"n2524589832","geometry":{"type":"Point","coordinates":[0.6404109,51.37]},"properties":{"@type":"node","@id":2524589832,"@timestamp":1383938047},"coords":"51.37,0.6404109","bedrooms":"4","price":"181000","area":"660"} , +{"type":"Feature","id":"n2524610078","geometry":{"type":"Point","coordinates":[-1.0820486,51.2812567]},"properties":{"@type":"node","@id":2524610078,"@timestamp":1533846681},"coords":"51.2812567,-1.0820486","bedrooms":"1","price":"253000","area":"663"} , +{"type":"Feature","id":"n2524639848","geometry":{"type":"Point","coordinates":[-1.0682672,51.2853477]},"properties":{"@type":"node","@id":2524639848,"@timestamp":1625523334},"coords":"51.2853477,-1.0682672","bedrooms":"0","price":"157000","area":"460"} , +{"type":"Feature","id":"n2524658782","geometry":{"type":"Point","coordinates":[-1.0507221,51.303077]},"properties":{"@type":"node","@id":2524658782,"@timestamp":1446761636},"coords":"51.303077,-1.0507221","bedrooms":"0","price":"256000","area":"471"} , +{"type":"Feature","id":"n2524765244","geometry":{"type":"Point","coordinates":[0.5359748,51.4022916]},"properties":{"@type":"node","@id":2524765244,"@timestamp":1383948219},"coords":"51.4022916,0.5359748","bedrooms":"3","price":"225000","area":"465"} , +{"type":"Feature","id":"n2524809666","geometry":{"type":"Point","coordinates":[-0.1125441,51.3906967]},"properties":{"@type":"node","@id":2524809666,"@timestamp":1383952332},"coords":"51.3906967,-0.1125441","bedrooms":"4","price":"235000","area":"385"} , +{"type":"Feature","id":"n2524984489","geometry":{"type":"Point","coordinates":[-0.0905432,51.546047]},"properties":{"@type":"node","@id":2524984489,"@timestamp":1383978788},"coords":"51.546047,-0.0905432","bedrooms":"3","price":"287000","area":"632"} , +{"type":"Feature","id":"n2524986151","geometry":{"type":"Point","coordinates":[-0.0894195,51.5460974]},"properties":{"@type":"node","@id":2524986151,"@timestamp":1383979209},"coords":"51.5460974,-0.0894195","bedrooms":"0","price":"190000","area":"379"} , +{"type":"Feature","id":"n2524986336","geometry":{"type":"Point","coordinates":[-0.0903434,51.5459578]},"properties":{"@type":"node","@id":2524986336,"@timestamp":1383979385},"coords":"51.5459578,-0.0903434","bedrooms":"1","price":"289000","area":"566"} , +{"type":"Feature","id":"n2524989555","geometry":{"type":"Point","coordinates":[-0.0910947,51.5469884]},"properties":{"@type":"node","@id":2524989555,"@timestamp":1383979978},"coords":"51.5469884,-0.0910947","bedrooms":"2","price":"219000","area":"696"} , +{"type":"Feature","id":"n2525004054","geometry":{"type":"Point","coordinates":[-0.0892875,51.5458674]},"properties":{"@type":"node","@id":2525004054,"@timestamp":1383982003},"coords":"51.5458674,-0.0892875","bedrooms":"2","price":"164000","area":"683"} , +{"type":"Feature","id":"n2525004890","geometry":{"type":"Point","coordinates":[-0.0929084,51.5438282]},"properties":{"@type":"node","@id":2525004890,"@timestamp":1383982077},"coords":"51.5438282,-0.0929084","bedrooms":"0","price":"299000","area":"362"} , +{"type":"Feature","id":"n2525014070","geometry":{"type":"Point","coordinates":[-0.0921763,51.5442719]},"properties":{"@type":"node","@id":2525014070,"@timestamp":1383983774},"coords":"51.5442719,-0.0921763","bedrooms":"1","price":"241000","area":"674"} , +{"type":"Feature","id":"n2525021790","geometry":{"type":"Point","coordinates":[-0.091994,51.5431962]},"properties":{"@type":"node","@id":2525021790,"@timestamp":1624296616},"coords":"51.5431962,-0.091994","bedrooms":"2","price":"281000","area":"411"} , +{"type":"Feature","id":"n2525106450","geometry":{"type":"Point","coordinates":[0.0088158,51.2137776]},"properties":{"@type":"node","@id":2525106450,"@timestamp":1383993065},"coords":"51.2137776,0.0088158","bedrooms":"4","price":"171000","area":"587"} , +{"type":"Feature","id":"n2525106476","geometry":{"type":"Point","coordinates":[0.0085305,51.2139183]},"properties":{"@type":"node","@id":2525106476,"@timestamp":1442761260},"coords":"51.2139183,0.0085305","bedrooms":"3","price":"171000","area":"625"} , +{"type":"Feature","id":"n2525106502","geometry":{"type":"Point","coordinates":[0.0140472,51.2137122]},"properties":{"@type":"node","@id":2525106502,"@timestamp":1383993067},"coords":"51.2137122,0.0140472","bedrooms":"0","price":"267000","area":"527"} , +{"type":"Feature","id":"n2525132623","geometry":{"type":"Point","coordinates":[-0.1062225,51.5408085]},"properties":{"@type":"node","@id":2525132623,"@timestamp":1552377064},"coords":"51.5408085,-0.1062225","bedrooms":"3","price":"252000","area":"528"} , +{"type":"Feature","id":"n2525135831","geometry":{"type":"Point","coordinates":[-0.1060435,51.5408101]},"properties":{"@type":"node","@id":2525135831,"@timestamp":1552377064},"coords":"51.5408101,-0.1060435","bedrooms":"4","price":"218000","area":"355"} , +{"type":"Feature","id":"n2525142512","geometry":{"type":"Point","coordinates":[0.0087561,51.2118479]},"properties":{"@type":"node","@id":2525142512,"@timestamp":1383996399},"coords":"51.2118479,0.0087561","bedrooms":"1","price":"249000","area":"658"} , +{"type":"Feature","id":"n2525143800","geometry":{"type":"Point","coordinates":[0.0065044,51.2128855]},"properties":{"@type":"node","@id":2525143800,"@timestamp":1383996555},"coords":"51.2128855,0.0065044","bedrooms":"2","price":"172000","area":"555"} , +{"type":"Feature","id":"n2525148519","geometry":{"type":"Point","coordinates":[6.71e-05,51.2116937]},"properties":{"@type":"node","@id":2525148519,"@timestamp":1383996986},"coords":"51.2116937,6.71e-05","bedrooms":"0","price":"254000","area":"564"} , +{"type":"Feature","id":"n2525152899","geometry":{"type":"Point","coordinates":[-0.500057,51.8885831]},"properties":{"@type":"node","@id":2525152899,"@timestamp":1383997636},"coords":"51.8885831,-0.500057","bedrooms":"1","price":"274000","area":"590"} , +{"type":"Feature","id":"n2525163426","geometry":{"type":"Point","coordinates":[-0.0787735,51.548073]},"properties":{"@type":"node","@id":2525163426,"@timestamp":1479937360},"coords":"51.548073,-0.0787735","bedrooms":"1","price":"212000","area":"353"} , +{"type":"Feature","id":"n2525203014","geometry":{"type":"Point","coordinates":[0.6386008,51.3714527]},"properties":{"@type":"node","@id":2525203014,"@timestamp":1384001621},"coords":"51.3714527,0.6386008","bedrooms":"1","price":"277000","area":"655"} , +{"type":"Feature","id":"n2525203029","geometry":{"type":"Point","coordinates":[0.6380163,51.3716627]},"properties":{"@type":"node","@id":2525203029,"@timestamp":1384001621},"coords":"51.3716627,0.6380163","bedrooms":"0","price":"260000","area":"404"} , +{"type":"Feature","id":"n2525203050","geometry":{"type":"Point","coordinates":[0.6377551,51.3723807]},"properties":{"@type":"node","@id":2525203050,"@timestamp":1384001622},"coords":"51.3723807,0.6377551","bedrooms":"4","price":"230000","area":"392"} , +{"type":"Feature","id":"n2525207777","geometry":{"type":"Point","coordinates":[0.6385543,51.3721515]},"properties":{"@type":"node","@id":2525207777,"@timestamp":1384001863},"coords":"51.3721515,0.6385543","bedrooms":"0","price":"222000","area":"515"} , +{"type":"Feature","id":"n2525224770","geometry":{"type":"Point","coordinates":[-0.1610121,51.1584287]},"properties":{"@type":"node","@id":2525224770,"@timestamp":1447556457},"coords":"51.1584287,-0.1610121","bedrooms":"0","price":"159000","area":"569"} , +{"type":"Feature","id":"n2525243279","geometry":{"type":"Point","coordinates":[-0.1609933,51.1532916]},"properties":{"@type":"node","@id":2525243279,"@timestamp":1447556457},"coords":"51.1532916,-0.1609933","bedrooms":"3","price":"217000","area":"657"} , +{"type":"Feature","id":"n2525326772","geometry":{"type":"Point","coordinates":[-0.142157,51.493695]},"properties":{"@type":"node","@id":2525326772,"@timestamp":1384008173},"coords":"51.493695,-0.142157","bedrooms":"2","price":"155000","area":"553"} , +{"type":"Feature","id":"n2525440567","geometry":{"type":"Point","coordinates":[-0.0996052,51.5388642]},"properties":{"@type":"node","@id":2525440567,"@timestamp":1384014791},"coords":"51.5388642,-0.0996052","bedrooms":"3","price":"176000","area":"561"} , +{"type":"Feature","id":"n2525440577","geometry":{"type":"Point","coordinates":[-0.1003441,51.5390327]},"properties":{"@type":"node","@id":2525440577,"@timestamp":1384014791},"coords":"51.5390327,-0.1003441","bedrooms":"4","price":"297000","area":"549"} , +{"type":"Feature","id":"n2525464678","geometry":{"type":"Point","coordinates":[0.6351727,51.3697382]},"properties":{"@type":"node","@id":2525464678,"@timestamp":1384016450},"coords":"51.3697382,0.6351727","bedrooms":"0","price":"277000","area":"469"} , +{"type":"Feature","id":"n2525473900","geometry":{"type":"Point","coordinates":[0.6348671,51.3697965]},"properties":{"@type":"node","@id":2525473900,"@timestamp":1384016967},"coords":"51.3697965,0.6348671","bedrooms":"4","price":"270000","area":"603"} , +{"type":"Feature","id":"n2525473917","geometry":{"type":"Point","coordinates":[0.6344573,51.3698657]},"properties":{"@type":"node","@id":2525473917,"@timestamp":1384016967},"coords":"51.3698657,0.6344573","bedrooms":"3","price":"251000","area":"597"} , +{"type":"Feature","id":"n2525473933","geometry":{"type":"Point","coordinates":[0.6314073,51.3699169]},"properties":{"@type":"node","@id":2525473933,"@timestamp":1384016968},"coords":"51.3699169,0.6314073","bedrooms":"4","price":"280000","area":"470"} , +{"type":"Feature","id":"n2525473956","geometry":{"type":"Point","coordinates":[0.6338951,51.3700141]},"properties":{"@type":"node","@id":2525473956,"@timestamp":1384016968},"coords":"51.3700141,0.6338951","bedrooms":"3","price":"185000","area":"522"} , +{"type":"Feature","id":"n2525473984","geometry":{"type":"Point","coordinates":[0.6319371,51.3701257]},"properties":{"@type":"node","@id":2525473984,"@timestamp":1384016969},"coords":"51.3701257,0.6319371","bedrooms":"0","price":"264000","area":"673"} , +{"type":"Feature","id":"n2525474011","geometry":{"type":"Point","coordinates":[0.6332884,51.370308]},"properties":{"@type":"node","@id":2525474011,"@timestamp":1384016969},"coords":"51.370308,0.6332884","bedrooms":"3","price":"267000","area":"480"} , +{"type":"Feature","id":"n2525474024","geometry":{"type":"Point","coordinates":[0.6326466,51.3705231]},"properties":{"@type":"node","@id":2525474024,"@timestamp":1384016969},"coords":"51.3705231,0.6326466","bedrooms":"2","price":"158000","area":"501"} , +{"type":"Feature","id":"n2525474051","geometry":{"type":"Point","coordinates":[0.6312833,51.3707395]},"properties":{"@type":"node","@id":2525474051,"@timestamp":1384016970},"coords":"51.3707395,0.6312833","bedrooms":"0","price":"250000","area":"468"} , +{"type":"Feature","id":"n2525474083","geometry":{"type":"Point","coordinates":[0.6311109,51.3710811]},"properties":{"@type":"node","@id":2525474083,"@timestamp":1384016970},"coords":"51.3710811,0.6311109","bedrooms":"4","price":"179000","area":"473"} , +{"type":"Feature","id":"n2525474102","geometry":{"type":"Point","coordinates":[0.6306957,51.3712233]},"properties":{"@type":"node","@id":2525474102,"@timestamp":1384016971},"coords":"51.3712233,0.6306957","bedrooms":"1","price":"296000","area":"567"} , +{"type":"Feature","id":"n2525476375","geometry":{"type":"Point","coordinates":[0.6339006,51.3694373]},"properties":{"@type":"node","@id":2525476375,"@timestamp":1384017175},"coords":"51.3694373,0.6339006","bedrooms":"3","price":"209000","area":"429"} , +{"type":"Feature","id":"n2525476399","geometry":{"type":"Point","coordinates":[0.6330982,51.3697129]},"properties":{"@type":"node","@id":2525476399,"@timestamp":1384017176},"coords":"51.3697129,0.6330982","bedrooms":"4","price":"197000","area":"351"} , +{"type":"Feature","id":"n2525508671","geometry":{"type":"Point","coordinates":[-0.135559,51.5114162]},"properties":{"@type":"node","@id":2525508671,"@timestamp":1521654159},"coords":"51.5114162,-0.135559","bedrooms":"2","price":"217000","area":"527"} , +{"type":"Feature","id":"n2525526978","geometry":{"type":"Point","coordinates":[0.6390083,51.3690322]},"properties":{"@type":"node","@id":2525526978,"@timestamp":1384020633},"coords":"51.3690322,0.6390083","bedrooms":"2","price":"276000","area":"350"} , +{"type":"Feature","id":"n2525527042","geometry":{"type":"Point","coordinates":[0.6388146,51.3695635]},"properties":{"@type":"node","@id":2525527042,"@timestamp":1384020635},"coords":"51.3695635,0.6388146","bedrooms":"3","price":"167000","area":"361"} , +{"type":"Feature","id":"n2525527086","geometry":{"type":"Point","coordinates":[0.6386484,51.3699653]},"properties":{"@type":"node","@id":2525527086,"@timestamp":1384020636},"coords":"51.3699653,0.6386484","bedrooms":"3","price":"159000","area":"368"} , +{"type":"Feature","id":"n2525527138","geometry":{"type":"Point","coordinates":[0.6377434,51.3706063]},"properties":{"@type":"node","@id":2525527138,"@timestamp":1384020637},"coords":"51.3706063,0.6377434","bedrooms":"2","price":"246000","area":"429"} , +{"type":"Feature","id":"n2525527148","geometry":{"type":"Point","coordinates":[0.6372025,51.3707272]},"properties":{"@type":"node","@id":2525527148,"@timestamp":1384020637},"coords":"51.3707272,0.6372025","bedrooms":"1","price":"295000","area":"578"} , +{"type":"Feature","id":"n2525527159","geometry":{"type":"Point","coordinates":[0.6375327,51.3707966]},"properties":{"@type":"node","@id":2525527159,"@timestamp":1384020638},"coords":"51.3707966,0.6375327","bedrooms":"3","price":"274000","area":"470"} , +{"type":"Feature","id":"n2525527189","geometry":{"type":"Point","coordinates":[0.6370511,51.3709229]},"properties":{"@type":"node","@id":2525527189,"@timestamp":1384020638},"coords":"51.3709229,0.6370511","bedrooms":"0","price":"155000","area":"532"} , +{"type":"Feature","id":"n2525527209","geometry":{"type":"Point","coordinates":[0.6370458,51.3710107]},"properties":{"@type":"node","@id":2525527209,"@timestamp":1384020639},"coords":"51.3710107,0.6370458","bedrooms":"0","price":"291000","area":"645"} , +{"type":"Feature","id":"n2525527219","geometry":{"type":"Point","coordinates":[0.6366044,51.3711707]},"properties":{"@type":"node","@id":2525527219,"@timestamp":1384020639},"coords":"51.3711707,0.6366044","bedrooms":"0","price":"294000","area":"557"} , +{"type":"Feature","id":"n2525531418","geometry":{"type":"Point","coordinates":[-0.116503,51.5503557]},"properties":{"@type":"node","@id":2525531418,"@timestamp":1384020878},"coords":"51.5503557,-0.116503","bedrooms":"0","price":"282000","area":"603"} , +{"type":"Feature","id":"n2525546200","geometry":{"type":"Point","coordinates":[0.6360966,51.3714902]},"properties":{"@type":"node","@id":2525546200,"@timestamp":1384021712},"coords":"51.3714902,0.6360966","bedrooms":"2","price":"231000","area":"606"} , +{"type":"Feature","id":"n2525546275","geometry":{"type":"Point","coordinates":[0.6365825,51.3718543]},"properties":{"@type":"node","@id":2525546275,"@timestamp":1384021714},"coords":"51.3718543,0.6365825","bedrooms":"0","price":"266000","area":"664"} , +{"type":"Feature","id":"n2525546285","geometry":{"type":"Point","coordinates":[0.6354202,51.3719336]},"properties":{"@type":"node","@id":2525546285,"@timestamp":1384021714},"coords":"51.3719336,0.6354202","bedrooms":"3","price":"197000","area":"376"} , +{"type":"Feature","id":"n2525546340","geometry":{"type":"Point","coordinates":[0.630081,51.3722073]},"properties":{"@type":"node","@id":2525546340,"@timestamp":1384021716},"coords":"51.3722073,0.630081","bedrooms":"0","price":"251000","area":"695"} , +{"type":"Feature","id":"n2525546393","geometry":{"type":"Point","coordinates":[0.6329831,51.3723415]},"properties":{"@type":"node","@id":2525546393,"@timestamp":1384021717},"coords":"51.3723415,0.6329831","bedrooms":"2","price":"201000","area":"514"} , +{"type":"Feature","id":"n2525546445","geometry":{"type":"Point","coordinates":[0.6348155,51.3724128]},"properties":{"@type":"node","@id":2525546445,"@timestamp":1384021719},"coords":"51.3724128,0.6348155","bedrooms":"3","price":"257000","area":"635"} , +{"type":"Feature","id":"n2525546480","geometry":{"type":"Point","coordinates":[0.6373859,51.3725132]},"properties":{"@type":"node","@id":2525546480,"@timestamp":1384021720},"coords":"51.3725132,0.6373859","bedrooms":"1","price":"274000","area":"367"} , +{"type":"Feature","id":"n2525546506","geometry":{"type":"Point","coordinates":[0.6369657,51.3726645]},"properties":{"@type":"node","@id":2525546506,"@timestamp":1384021721},"coords":"51.3726645,0.6369657","bedrooms":"2","price":"242000","area":"352"} , +{"type":"Feature","id":"n2525546534","geometry":{"type":"Point","coordinates":[0.6364163,51.3727953]},"properties":{"@type":"node","@id":2525546534,"@timestamp":1384021722},"coords":"51.3727953,0.6364163","bedrooms":"4","price":"281000","area":"548"} , +{"type":"Feature","id":"n2525546658","geometry":{"type":"Point","coordinates":[0.6354435,51.3732004]},"properties":{"@type":"node","@id":2525546658,"@timestamp":1384021725},"coords":"51.3732004,0.6354435","bedrooms":"2","price":"164000","area":"372"} , +{"type":"Feature","id":"n2525546703","geometry":{"type":"Point","coordinates":[0.6351461,51.3734297]},"properties":{"@type":"node","@id":2525546703,"@timestamp":1384021727},"coords":"51.3734297,0.6351461","bedrooms":"1","price":"249000","area":"646"} , +{"type":"Feature","id":"n2525559109","geometry":{"type":"Point","coordinates":[0.6392612,51.3699915]},"properties":{"@type":"node","@id":2525559109,"@timestamp":1384022540},"coords":"51.3699915,0.6392612","bedrooms":"1","price":"262000","area":"365"} , +{"type":"Feature","id":"n2525559126","geometry":{"type":"Point","coordinates":[0.6394856,51.3703312]},"properties":{"@type":"node","@id":2525559126,"@timestamp":1384022541},"coords":"51.3703312,0.6394856","bedrooms":"2","price":"165000","area":"455"} , +{"type":"Feature","id":"n2525559160","geometry":{"type":"Point","coordinates":[0.6392072,51.3704845]},"properties":{"@type":"node","@id":2525559160,"@timestamp":1384022542},"coords":"51.3704845,0.6392072","bedrooms":"2","price":"276000","area":"618"} , +{"type":"Feature","id":"n2525559170","geometry":{"type":"Point","coordinates":[0.6338358,51.3706412]},"properties":{"@type":"node","@id":2525559170,"@timestamp":1384022543},"coords":"51.3706412,0.6338358","bedrooms":"0","price":"222000","area":"618"} , +{"type":"Feature","id":"n2525559180","geometry":{"type":"Point","coordinates":[0.6388282,51.3708209]},"properties":{"@type":"node","@id":2525559180,"@timestamp":1384022543},"coords":"51.3708209,0.6388282","bedrooms":"0","price":"182000","area":"583"} , +{"type":"Feature","id":"n2525559190","geometry":{"type":"Point","coordinates":[0.6379675,51.3712227]},"properties":{"@type":"node","@id":2525559190,"@timestamp":1384022544},"coords":"51.3712227,0.6379675","bedrooms":"3","price":"261000","area":"380"} , +{"type":"Feature","id":"n2525559203","geometry":{"type":"Point","coordinates":[0.6320131,51.3714189]},"properties":{"@type":"node","@id":2525559203,"@timestamp":1384022544},"coords":"51.3714189,0.6320131","bedrooms":"0","price":"288000","area":"560"} , +{"type":"Feature","id":"n2525559228","geometry":{"type":"Point","coordinates":[0.631812,51.3717487]},"properties":{"@type":"node","@id":2525559228,"@timestamp":1384022545},"coords":"51.3717487,0.631812","bedrooms":"3","price":"170000","area":"538"} , +{"type":"Feature","id":"n2525559238","geometry":{"type":"Point","coordinates":[0.6331554,51.3718286]},"properties":{"@type":"node","@id":2525559238,"@timestamp":1384022545},"coords":"51.3718286,0.6331554","bedrooms":"0","price":"215000","area":"427"} , +{"type":"Feature","id":"n2525559276","geometry":{"type":"Point","coordinates":[0.6312306,51.372044]},"properties":{"@type":"node","@id":2525559276,"@timestamp":1384022546},"coords":"51.372044,0.6312306","bedrooms":"2","price":"210000","area":"560"} , +{"type":"Feature","id":"n2525559427","geometry":{"type":"Point","coordinates":[0.6336251,51.3730274]},"properties":{"@type":"node","@id":2525559427,"@timestamp":1384022548},"coords":"51.3730274,0.6336251","bedrooms":"3","price":"248000","area":"381"} , +{"type":"Feature","id":"n2525559551","geometry":{"type":"Point","coordinates":[0.6326565,51.3735005]},"properties":{"@type":"node","@id":2525559551,"@timestamp":1384022549},"coords":"51.3735005,0.6326565","bedrooms":"1","price":"228000","area":"374"} , +{"type":"Feature","id":"n2525565452","geometry":{"type":"Point","coordinates":[0.632417,51.3693829]},"properties":{"@type":"node","@id":2525565452,"@timestamp":1384023130},"coords":"51.3693829,0.632417","bedrooms":"0","price":"275000","area":"559"} , +{"type":"Feature","id":"n2525565462","geometry":{"type":"Point","coordinates":[0.6318104,51.3695408]},"properties":{"@type":"node","@id":2525565462,"@timestamp":1384023130},"coords":"51.3695408,0.6318104","bedrooms":"0","price":"202000","area":"449"} , +{"type":"Feature","id":"n2525565472","geometry":{"type":"Point","coordinates":[0.6300787,51.3700483]},"properties":{"@type":"node","@id":2525565472,"@timestamp":1384023131},"coords":"51.3700483,0.6300787","bedrooms":"0","price":"225000","area":"363"} , +{"type":"Feature","id":"n2525565482","geometry":{"type":"Point","coordinates":[0.6299316,51.370653]},"properties":{"@type":"node","@id":2525565482,"@timestamp":1384023131},"coords":"51.370653,0.6299316","bedrooms":"3","price":"164000","area":"568"} , +{"type":"Feature","id":"n2525565888","geometry":{"type":"Point","coordinates":[0.6342422,51.3690837]},"properties":{"@type":"node","@id":2525565888,"@timestamp":1384023238},"coords":"51.3690837,0.6342422","bedrooms":"2","price":"156000","area":"424"} , +{"type":"Feature","id":"n2525598252","geometry":{"type":"Point","coordinates":[-1.0841853,51.2865035]},"properties":{"@type":"node","@id":2525598252,"@timestamp":1486465769},"coords":"51.2865035,-1.0841853","bedrooms":"3","price":"172000","area":"626"} , +{"type":"Feature","id":"n2525643134","geometry":{"type":"Point","coordinates":[-1.0756448,51.2763017]},"properties":{"@type":"node","@id":2525643134,"@timestamp":1431123196},"coords":"51.2763017,-1.0756448","bedrooms":"0","price":"212000","area":"650"} , +{"type":"Feature","id":"n2525652233","geometry":{"type":"Point","coordinates":[-1.0762873,51.2766954]},"properties":{"@type":"node","@id":2525652233,"@timestamp":1634495032},"coords":"51.2766954,-1.0762873","bedrooms":"4","price":"237000","area":"597"} , +{"type":"Feature","id":"n2525715328","geometry":{"type":"Point","coordinates":[-1.0744907,51.2779109]},"properties":{"@type":"node","@id":2525715328,"@timestamp":1431123197},"coords":"51.2779109,-1.0744907","bedrooms":"1","price":"267000","area":"498"} , +{"type":"Feature","id":"n2525918302","geometry":{"type":"Point","coordinates":[-0.1275448,51.5010376]},"properties":{"@type":"node","@id":2525918302,"@timestamp":1633888550},"coords":"51.5010376,-0.1275448","bedrooms":"0","price":"246000","area":"642"} , +{"type":"Feature","id":"n2526292310","geometry":{"type":"Point","coordinates":[-0.1622843,51.2017863]},"properties":{"@type":"node","@id":2526292310,"@timestamp":1610362029},"coords":"51.2017863,-0.1622843","bedrooms":"4","price":"284000","area":"637"} , +{"type":"Feature","id":"n2526362212","geometry":{"type":"Point","coordinates":[-0.5013981,51.8511233]},"properties":{"@type":"node","@id":2526362212,"@timestamp":1384085467},"coords":"51.8511233,-0.5013981","bedrooms":"4","price":"282000","area":"667"} , +{"type":"Feature","id":"n2526395304","geometry":{"type":"Point","coordinates":[-0.1669982,51.2376687]},"properties":{"@type":"node","@id":2526395304,"@timestamp":1615037634},"coords":"51.2376687,-0.1669982","bedrooms":"1","price":"269000","area":"414"} , +{"type":"Feature","id":"n2526417249","geometry":{"type":"Point","coordinates":[-0.1660319,51.2391291]},"properties":{"@type":"node","@id":2526417249,"@timestamp":1615037634},"coords":"51.2391291,-0.1660319","bedrooms":"0","price":"221000","area":"458"} , +{"type":"Feature","id":"n2526460285","geometry":{"type":"Point","coordinates":[-0.1663885,51.55513]},"properties":{"@type":"node","@id":2526460285,"@timestamp":1384091692},"coords":"51.55513,-0.1663885","bedrooms":"1","price":"271000","area":"650"} , +{"type":"Feature","id":"n2526539270","geometry":{"type":"Point","coordinates":[-1.0731171,51.2821102]},"properties":{"@type":"node","@id":2526539270,"@timestamp":1384095965},"coords":"51.2821102,-1.0731171","bedrooms":"1","price":"180000","area":"669"} , +{"type":"Feature","id":"n2526562776","geometry":{"type":"Point","coordinates":[-0.4787495,51.545555]},"properties":{"@type":"node","@id":2526562776,"@timestamp":1624636685},"coords":"51.545555,-0.4787495","bedrooms":"1","price":"299000","area":"614"} , +{"type":"Feature","id":"n2526702531","geometry":{"type":"Point","coordinates":[-1.0605512,51.2821116]},"properties":{"@type":"node","@id":2526702531,"@timestamp":1572014447},"coords":"51.2821116,-1.0605512","bedrooms":"2","price":"245000","area":"501"} , +{"type":"Feature","id":"n2527202696","geometry":{"type":"Point","coordinates":[-0.3338453,51.5807764]},"properties":{"@type":"node","@id":2527202696,"@timestamp":1635419182},"coords":"51.5807764,-0.3338453","bedrooms":"2","price":"250000","area":"498"} , +{"type":"Feature","id":"n2527302369","geometry":{"type":"Point","coordinates":[-0.9688179,51.0112872]},"properties":{"@type":"node","@id":2527302369,"@timestamp":1384125385},"coords":"51.0112872,-0.9688179","bedrooms":"4","price":"164000","area":"594"} , +{"type":"Feature","id":"n2527719311","geometry":{"type":"Point","coordinates":[-0.4779171,51.7432056]},"properties":{"@type":"node","@id":2527719311,"@timestamp":1384162345},"coords":"51.7432056,-0.4779171","bedrooms":"3","price":"203000","area":"540"} , +{"type":"Feature","id":"n2527768905","geometry":{"type":"Point","coordinates":[-0.5570017,51.3185457]},"properties":{"@type":"node","@id":2527768905,"@timestamp":1544817022},"coords":"51.3185457,-0.5570017","bedrooms":"4","price":"194000","area":"603"} , +{"type":"Feature","id":"n2527918811","geometry":{"type":"Point","coordinates":[-0.0884188,51.5519617]},"properties":{"@type":"node","@id":2527918811,"@timestamp":1384175873},"coords":"51.5519617,-0.0884188","bedrooms":"1","price":"163000","area":"660"} , +{"type":"Feature","id":"n2528078831","geometry":{"type":"Point","coordinates":[-0.1924008,51.5371472]},"properties":{"@type":"node","@id":2528078831,"@timestamp":1625590561},"coords":"51.5371472,-0.1924008","bedrooms":"0","price":"181000","area":"632"} , +{"type":"Feature","id":"n2528483754","geometry":{"type":"Point","coordinates":[-0.0781926,51.5095302]},"properties":{"@type":"node","@id":2528483754,"@timestamp":1404751234},"coords":"51.5095302,-0.0781926","bedrooms":"3","price":"154000","area":"507"} , +{"type":"Feature","id":"n2528534525","geometry":{"type":"Point","coordinates":[0.3029006,51.3264661]},"properties":{"@type":"node","@id":2528534525,"@timestamp":1384204875},"coords":"51.3264661,0.3029006","bedrooms":"3","price":"206000","area":"361"} , +{"type":"Feature","id":"n2528555075","geometry":{"type":"Point","coordinates":[0.3232485,51.3280304]},"properties":{"@type":"node","@id":2528555075,"@timestamp":1384205660},"coords":"51.3280304,0.3232485","bedrooms":"0","price":"269000","area":"450"} , +{"type":"Feature","id":"n2528577488","geometry":{"type":"Point","coordinates":[0.3284768,51.3442772]},"properties":{"@type":"node","@id":2528577488,"@timestamp":1384207149},"coords":"51.3442772,0.3284768","bedrooms":"0","price":"202000","area":"354"} , +{"type":"Feature","id":"n2528594973","geometry":{"type":"Point","coordinates":[0.2920211,51.3220676]},"properties":{"@type":"node","@id":2528594973,"@timestamp":1384208266},"coords":"51.3220676,0.2920211","bedrooms":"0","price":"247000","area":"364"} , +{"type":"Feature","id":"n2528628865","geometry":{"type":"Point","coordinates":[-1.0986002,51.2556976]},"properties":{"@type":"node","@id":2528628865,"@timestamp":1560455347},"coords":"51.2556976,-1.0986002","bedrooms":"0","price":"199000","area":"622"} , +{"type":"Feature","id":"n2528652086","geometry":{"type":"Point","coordinates":[-0.1067544,51.3820818]},"properties":{"@type":"node","@id":2528652086,"@timestamp":1425504752},"coords":"51.3820818,-0.1067544","bedrooms":"4","price":"179000","area":"645"} , +{"type":"Feature","id":"n2528919960","geometry":{"type":"Point","coordinates":[-0.176547,51.514928]},"properties":{"@type":"node","@id":2528919960,"@timestamp":1572202602},"coords":"51.514928,-0.176547","bedrooms":"4","price":"256000","area":"360"} , +{"type":"Feature","id":"n2529522975","geometry":{"type":"Point","coordinates":[-0.1033521,51.5453625]},"properties":{"@type":"node","@id":2529522975,"@timestamp":1384350332},"coords":"51.5453625,-0.1033521","bedrooms":"0","price":"199000","area":"676"} , +{"type":"Feature","id":"n2529545801","geometry":{"type":"Point","coordinates":[-0.8982458,51.6132064]},"properties":{"@type":"node","@id":2529545801,"@timestamp":1384278064},"coords":"51.6132064,-0.8982458","bedrooms":"1","price":"248000","area":"698"} , +{"type":"Feature","id":"n2529600243","geometry":{"type":"Point","coordinates":[0.0041629,51.4585145]},"properties":{"@type":"node","@id":2529600243,"@timestamp":1603494770},"coords":"51.4585145,0.0041629","bedrooms":"1","price":"277000","area":"490"} , +{"type":"Feature","id":"n2529811734","geometry":{"type":"Point","coordinates":[-0.7490527,51.2678827]},"properties":{"@type":"node","@id":2529811734,"@timestamp":1632852790},"coords":"51.2678827,-0.7490527","bedrooms":"2","price":"191000","area":"568"} , +{"type":"Feature","id":"n2529975784","geometry":{"type":"Point","coordinates":[0.2987404,51.2538873]},"properties":{"@type":"node","@id":2529975784,"@timestamp":1384298251},"coords":"51.2538873,0.2987404","bedrooms":"1","price":"210000","area":"425"} , +{"type":"Feature","id":"n2529998697","geometry":{"type":"Point","coordinates":[-0.3379043,51.5782022]},"properties":{"@type":"node","@id":2529998697,"@timestamp":1563469209},"coords":"51.5782022,-0.3379043","bedrooms":"4","price":"192000","area":"581"} , +{"type":"Feature","id":"n2530043968","geometry":{"type":"Point","coordinates":[0.7317448,50.9487531]},"properties":{"@type":"node","@id":2530043968,"@timestamp":1384303706},"coords":"50.9487531,0.7317448","bedrooms":"3","price":"285000","area":"618"} , +{"type":"Feature","id":"n2530062938","geometry":{"type":"Point","coordinates":[0.7320465,50.9488554]},"properties":{"@type":"node","@id":2530062938,"@timestamp":1384303705},"coords":"50.9488554,0.7320465","bedrooms":"4","price":"285000","area":"467"} , +{"type":"Feature","id":"n2530634771","geometry":{"type":"Point","coordinates":[0.070926,51.4384069]},"properties":{"@type":"node","@id":2530634771,"@timestamp":1572120420},"coords":"51.4384069,0.070926","bedrooms":"3","price":"253000","area":"382"} , +{"type":"Feature","id":"n2530669847","geometry":{"type":"Point","coordinates":[-0.1744609,51.5342711]},"properties":{"@type":"node","@id":2530669847,"@timestamp":1515776701},"coords":"51.5342711,-0.1744609","bedrooms":"3","price":"191000","area":"486"} , +{"type":"Feature","id":"n2530669858","geometry":{"type":"Point","coordinates":[-0.1743907,51.5342998]},"properties":{"@type":"node","@id":2530669858,"@timestamp":1621838818},"coords":"51.5342998,-0.1743907","bedrooms":"4","price":"239000","area":"678"} , +{"type":"Feature","id":"n2530762349","geometry":{"type":"Point","coordinates":[-0.10341,51.5451195]},"properties":{"@type":"node","@id":2530762349,"@timestamp":1567474075},"coords":"51.5451195,-0.10341","bedrooms":"0","price":"268000","area":"560"} , +{"type":"Feature","id":"n2531014624","geometry":{"type":"Point","coordinates":[0.7316751,50.9484464]},"properties":{"@type":"node","@id":2531014624,"@timestamp":1384364287},"coords":"50.9484464,0.7316751","bedrooms":"2","price":"183000","area":"350"} , +{"type":"Feature","id":"n2531014639","geometry":{"type":"Point","coordinates":[0.7309482,50.9493927]},"properties":{"@type":"node","@id":2531014639,"@timestamp":1543064792},"coords":"50.9493927,0.7309482","bedrooms":"4","price":"290000","area":"435"} , +{"type":"Feature","id":"n2531544202","geometry":{"type":"Point","coordinates":[-1.0719083,51.2852514]},"properties":{"@type":"node","@id":2531544202,"@timestamp":1543242081},"coords":"51.2852514,-1.0719083","bedrooms":"2","price":"201000","area":"385"} , +{"type":"Feature","id":"n2532158696","geometry":{"type":"Point","coordinates":[-0.3566618,51.4008722]},"properties":{"@type":"node","@id":2532158696,"@timestamp":1603759879},"coords":"51.4008722,-0.3566618","bedrooms":"3","price":"286000","area":"469"} , +{"type":"Feature","id":"n2532429826","geometry":{"type":"Point","coordinates":[-0.1322676,51.5268471]},"properties":{"@type":"node","@id":2532429826,"@timestamp":1628067522},"coords":"51.5268471,-0.1322676","bedrooms":"3","price":"237000","area":"403"} , +{"type":"Feature","id":"n2532779248","geometry":{"type":"Point","coordinates":[-0.1921033,51.5288739]},"properties":{"@type":"node","@id":2532779248,"@timestamp":1384463307},"coords":"51.5288739,-0.1921033","bedrooms":"4","price":"170000","area":"480"} , +{"type":"Feature","id":"n2532779290","geometry":{"type":"Point","coordinates":[-0.1919868,51.5290587]},"properties":{"@type":"node","@id":2532779290,"@timestamp":1587843907},"coords":"51.5290587,-0.1919868","bedrooms":"2","price":"208000","area":"537"} , +{"type":"Feature","id":"n2532779373","geometry":{"type":"Point","coordinates":[-0.1912488,51.529444]},"properties":{"@type":"node","@id":2532779373,"@timestamp":1587843907},"coords":"51.529444,-0.1912488","bedrooms":"3","price":"280000","area":"617"} , +{"type":"Feature","id":"n2532779439","geometry":{"type":"Point","coordinates":[-0.1891316,51.5297165]},"properties":{"@type":"node","@id":2532779439,"@timestamp":1384463310},"coords":"51.5297165,-0.1891316","bedrooms":"4","price":"207000","area":"598"} , +{"type":"Feature","id":"n2532779519","geometry":{"type":"Point","coordinates":[-0.189092,51.5301]},"properties":{"@type":"node","@id":2532779519,"@timestamp":1384463312},"coords":"51.5301,-0.189092","bedrooms":"0","price":"226000","area":"381"} , +{"type":"Feature","id":"n2532779727","geometry":{"type":"Point","coordinates":[-0.1917465,51.5312072]},"properties":{"@type":"node","@id":2532779727,"@timestamp":1384463316},"coords":"51.5312072,-0.1917465","bedrooms":"2","price":"227000","area":"357"} , +{"type":"Feature","id":"n2532779819","geometry":{"type":"Point","coordinates":[-0.1911888,51.5315946]},"properties":{"@type":"node","@id":2532779819,"@timestamp":1563825745},"coords":"51.5315946,-0.1911888","bedrooms":"1","price":"251000","area":"547"} , +{"type":"Feature","id":"n2532779950","geometry":{"type":"Point","coordinates":[-0.1916056,51.532122]},"properties":{"@type":"node","@id":2532779950,"@timestamp":1384463318},"coords":"51.532122,-0.1916056","bedrooms":"1","price":"283000","area":"500"} , +{"type":"Feature","id":"n2533328353","geometry":{"type":"Point","coordinates":[-0.7541491,51.1068158]},"properties":{"@type":"node","@id":2533328353,"@timestamp":1384505924},"coords":"51.1068158,-0.7541491","bedrooms":"1","price":"228000","area":"575"} , +{"type":"Feature","id":"n2533434131","geometry":{"type":"Point","coordinates":[-0.0698288,51.5463576]},"properties":{"@type":"node","@id":2533434131,"@timestamp":1627614076},"coords":"51.5463576,-0.0698288","bedrooms":"0","price":"158000","area":"679"} , +{"type":"Feature","id":"n2533458027","geometry":{"type":"Point","coordinates":[-0.9807454,51.4253576]},"properties":{"@type":"node","@id":2533458027,"@timestamp":1612621897},"coords":"51.4253576,-0.9807454","bedrooms":"2","price":"261000","area":"488"} , +{"type":"Feature","id":"n2533499259","geometry":{"type":"Point","coordinates":[-0.9742456,51.4162303]},"properties":{"@type":"node","@id":2533499259,"@timestamp":1609344408},"coords":"51.4162303,-0.9742456","bedrooms":"0","price":"272000","area":"551"} , +{"type":"Feature","id":"n2533752697","geometry":{"type":"Point","coordinates":[0.4354876,51.4057698]},"properties":{"@type":"node","@id":2533752697,"@timestamp":1384531644},"coords":"51.4057698,0.4354876","bedrooms":"2","price":"155000","area":"552"} , +{"type":"Feature","id":"n2534021860","geometry":{"type":"Point","coordinates":[-0.0329471,51.2679672]},"properties":{"@type":"node","@id":2534021860,"@timestamp":1505511060},"coords":"51.2679672,-0.0329471","bedrooms":"2","price":"289000","area":"630"} , +{"type":"Feature","id":"n2534118770","geometry":{"type":"Point","coordinates":[-0.4941088,51.3904335]},"properties":{"@type":"node","@id":2534118770,"@timestamp":1464545106},"coords":"51.3904335,-0.4941088","bedrooms":"1","price":"151000","area":"572"} , +{"type":"Feature","id":"n2534310873","geometry":{"type":"Point","coordinates":[0.0566218,51.7957683]},"properties":{"@type":"node","@id":2534310873,"@timestamp":1384556275},"coords":"51.7957683,0.0566218","bedrooms":"0","price":"280000","area":"521"} , +{"type":"Feature","id":"n2534680676","geometry":{"type":"Point","coordinates":[-0.0221756,51.5339733]},"properties":{"@type":"node","@id":2534680676,"@timestamp":1608643318},"coords":"51.5339733,-0.0221756","bedrooms":"4","price":"189000","area":"486"} , +{"type":"Feature","id":"n2534784509","geometry":{"type":"Point","coordinates":[-0.0732796,51.5091218]},"properties":{"@type":"node","@id":2534784509,"@timestamp":1576686920},"coords":"51.5091218,-0.0732796","bedrooms":"3","price":"272000","area":"667"} , +{"type":"Feature","id":"n2535150351","geometry":{"type":"Point","coordinates":[-0.2982736,51.0826782]},"properties":{"@type":"node","@id":2535150351,"@timestamp":1611765795},"coords":"51.0826782,-0.2982736","bedrooms":"2","price":"150000","area":"676"} , +{"type":"Feature","id":"n2535205590","geometry":{"type":"Point","coordinates":[0.2878664,51.4715869]},"properties":{"@type":"node","@id":2535205590,"@timestamp":1505747180},"coords":"51.4715869,0.2878664","bedrooms":"4","price":"174000","area":"565"} , +{"type":"Feature","id":"n2535226614","geometry":{"type":"Point","coordinates":[0.3394158,51.500671]},"properties":{"@type":"node","@id":2535226614,"@timestamp":1384621128},"coords":"51.500671,0.3394158","bedrooms":"0","price":"296000","area":"526"} , +{"type":"Feature","id":"n2535226639","geometry":{"type":"Point","coordinates":[0.3465022,51.5002035]},"properties":{"@type":"node","@id":2535226639,"@timestamp":1384621129},"coords":"51.5002035,0.3465022","bedrooms":"0","price":"220000","area":"489"} , +{"type":"Feature","id":"n2535240453","geometry":{"type":"Point","coordinates":[0.3920193,51.514312]},"properties":{"@type":"node","@id":2535240453,"@timestamp":1384621581},"coords":"51.514312,0.3920193","bedrooms":"4","price":"189000","area":"432"} , +{"type":"Feature","id":"n2535249381","geometry":{"type":"Point","coordinates":[0.3841926,51.5182244]},"properties":{"@type":"node","@id":2535249381,"@timestamp":1384621918},"coords":"51.5182244,0.3841926","bedrooms":"1","price":"220000","area":"378"} , +{"type":"Feature","id":"n2535249394","geometry":{"type":"Point","coordinates":[0.3779661,51.5283135]},"properties":{"@type":"node","@id":2535249394,"@timestamp":1384621918},"coords":"51.5283135,0.3779661","bedrooms":"3","price":"222000","area":"363"} , +{"type":"Feature","id":"n2535249404","geometry":{"type":"Point","coordinates":[0.3826315,51.5167974]},"properties":{"@type":"node","@id":2535249404,"@timestamp":1384621918},"coords":"51.5167974,0.3826315","bedrooms":"1","price":"218000","area":"398"} , +{"type":"Feature","id":"n2535317256","geometry":{"type":"Point","coordinates":[0.1833479,51.5751089]},"properties":{"@type":"node","@id":2535317256,"@timestamp":1384624666},"coords":"51.5751089,0.1833479","bedrooms":"1","price":"269000","area":"630"} , +{"type":"Feature","id":"n2535760144","geometry":{"type":"Point","coordinates":[-0.0193094,51.5524383]},"properties":{"@type":"node","@id":2535760144,"@timestamp":1553380409},"coords":"51.5524383,-0.0193094","bedrooms":"4","price":"231000","area":"667"} , +{"type":"Feature","id":"n2535803092","geometry":{"type":"Point","coordinates":[-0.0300253,51.5447196]},"properties":{"@type":"node","@id":2535803092,"@timestamp":1627608271},"coords":"51.5447196,-0.0300253","bedrooms":"4","price":"275000","area":"599"} , +{"type":"Feature","id":"n2535856728","geometry":{"type":"Point","coordinates":[-0.2247749,51.4920864]},"properties":{"@type":"node","@id":2535856728,"@timestamp":1634837340},"coords":"51.4920864,-0.2247749","bedrooms":"1","price":"159000","area":"356"} , +{"type":"Feature","id":"n2535873738","geometry":{"type":"Point","coordinates":[-0.2637448,51.5213237]},"properties":{"@type":"node","@id":2535873738,"@timestamp":1411071464},"coords":"51.5213237,-0.2637448","bedrooms":"4","price":"208000","area":"456"} , +{"type":"Feature","id":"n2535883104","geometry":{"type":"Point","coordinates":[-0.2623096,51.5194207]},"properties":{"@type":"node","@id":2535883104,"@timestamp":1500390424},"coords":"51.5194207,-0.2623096","bedrooms":"0","price":"296000","area":"541"} , +{"type":"Feature","id":"n2536472216","geometry":{"type":"Point","coordinates":[-0.3559908,51.0520073]},"properties":{"@type":"node","@id":2536472216,"@timestamp":1384698365},"coords":"51.0520073,-0.3559908","bedrooms":"2","price":"228000","area":"488"} , +{"type":"Feature","id":"n2536472306","geometry":{"type":"Point","coordinates":[-0.3548347,51.0524053]},"properties":{"@type":"node","@id":2536472306,"@timestamp":1384698366},"coords":"51.0524053,-0.3548347","bedrooms":"2","price":"277000","area":"386"} , +{"type":"Feature","id":"n2536507284","geometry":{"type":"Point","coordinates":[-0.5162595,51.9088153]},"properties":{"@type":"node","@id":2536507284,"@timestamp":1384699853},"coords":"51.9088153,-0.5162595","bedrooms":"2","price":"282000","area":"482"} , +{"type":"Feature","id":"n2536530034","geometry":{"type":"Point","coordinates":[-0.4507107,51.0150048]},"properties":{"@type":"node","@id":2536530034,"@timestamp":1422884535},"coords":"51.0150048,-0.4507107","bedrooms":"4","price":"154000","area":"377"} , +{"type":"Feature","id":"n2536559347","geometry":{"type":"Point","coordinates":[-0.5011677,51.9106462]},"properties":{"@type":"node","@id":2536559347,"@timestamp":1384702535},"coords":"51.9106462,-0.5011677","bedrooms":"4","price":"211000","area":"679"} , +{"type":"Feature","id":"n2536627134","geometry":{"type":"Point","coordinates":[-0.1245831,51.5092297]},"properties":{"@type":"node","@id":2536627134,"@timestamp":1550527174},"coords":"51.5092297,-0.1245831","bedrooms":"0","price":"227000","area":"674"} , +{"type":"Feature","id":"n2536764863","geometry":{"type":"Point","coordinates":[-0.126164,51.514279]},"properties":{"@type":"node","@id":2536764863,"@timestamp":1384708455},"coords":"51.514279,-0.126164","bedrooms":"0","price":"176000","area":"497"} , +{"type":"Feature","id":"n2536765351","geometry":{"type":"Point","coordinates":[0.7306087,50.9509149]},"properties":{"@type":"node","@id":2536765351,"@timestamp":1384708468},"coords":"50.9509149,0.7306087","bedrooms":"3","price":"176000","area":"692"} , +{"type":"Feature","id":"n2536786230","geometry":{"type":"Point","coordinates":[0.7308364,50.9510307]},"properties":{"@type":"node","@id":2536786230,"@timestamp":1384709302},"coords":"50.9510307,0.7308364","bedrooms":"3","price":"221000","area":"491"} , +{"type":"Feature","id":"n2536786298","geometry":{"type":"Point","coordinates":[0.7309804,50.9511204]},"properties":{"@type":"node","@id":2536786298,"@timestamp":1384709303},"coords":"50.9511204,0.7309804","bedrooms":"2","price":"204000","area":"561"} , +{"type":"Feature","id":"n2536848802","geometry":{"type":"Point","coordinates":[-1.1108478,51.9077566]},"properties":{"@type":"node","@id":2536848802,"@timestamp":1384711222},"coords":"51.9077566,-1.1108478","bedrooms":"1","price":"243000","area":"427"} , +{"type":"Feature","id":"n2536905193","geometry":{"type":"Point","coordinates":[-0.4677049,50.9977396]},"properties":{"@type":"node","@id":2536905193,"@timestamp":1481587134},"coords":"50.9977396,-0.4677049","bedrooms":"4","price":"284000","area":"451"} , +{"type":"Feature","id":"n2537099526","geometry":{"type":"Point","coordinates":[0.167054,51.4267971]},"properties":{"@type":"node","@id":2537099526,"@timestamp":1384720300},"coords":"51.4267971,0.167054","bedrooms":"4","price":"283000","area":"586"} , +{"type":"Feature","id":"n2537126206","geometry":{"type":"Point","coordinates":[0.7324735,50.9509687]},"properties":{"@type":"node","@id":2537126206,"@timestamp":1543064793},"coords":"50.9509687,0.7324735","bedrooms":"0","price":"165000","area":"518"} , +{"type":"Feature","id":"n2537180489","geometry":{"type":"Point","coordinates":[-1.0882292,51.2773149]},"properties":{"@type":"node","@id":2537180489,"@timestamp":1543235606},"coords":"51.2773149,-1.0882292","bedrooms":"2","price":"275000","area":"379"} , +{"type":"Feature","id":"n2537262256","geometry":{"type":"Point","coordinates":[-1.083825,51.2809741]},"properties":{"@type":"node","@id":2537262256,"@timestamp":1384728226},"coords":"51.2809741,-1.083825","bedrooms":"4","price":"172000","area":"614"} , +{"type":"Feature","id":"n2537320535","geometry":{"type":"Point","coordinates":[0.0716656,51.7496715]},"properties":{"@type":"node","@id":2537320535,"@timestamp":1632264823},"coords":"51.7496715,0.0716656","bedrooms":"4","price":"265000","area":"370"} , +{"type":"Feature","id":"n2537893386","geometry":{"type":"Point","coordinates":[-0.0775964,51.7967413]},"properties":{"@type":"node","@id":2537893386,"@timestamp":1553297417},"coords":"51.7967413,-0.0775964","bedrooms":"3","price":"290000","area":"611"} , +{"type":"Feature","id":"n2537916418","geometry":{"type":"Point","coordinates":[-0.5816641,51.5082906]},"properties":{"@type":"node","@id":2537916418,"@timestamp":1608344830},"coords":"51.5082906,-0.5816641","bedrooms":"1","price":"277000","area":"485"} , +{"type":"Feature","id":"n2537974244","geometry":{"type":"Point","coordinates":[-0.1072178,51.5441335]},"properties":{"@type":"node","@id":2537974244,"@timestamp":1611896513},"coords":"51.5441335,-0.1072178","bedrooms":"0","price":"267000","area":"631"} , +{"type":"Feature","id":"n2537974254","geometry":{"type":"Point","coordinates":[-0.1091923,51.5472755]},"properties":{"@type":"node","@id":2537974254,"@timestamp":1611896514},"coords":"51.5472755,-0.1091923","bedrooms":"4","price":"236000","area":"464"} , +{"type":"Feature","id":"n2537980203","geometry":{"type":"Point","coordinates":[-0.1078542,51.5357438]},"properties":{"@type":"node","@id":2537980203,"@timestamp":1415375209},"coords":"51.5357438,-0.1078542","bedrooms":"2","price":"265000","area":"678"} , +{"type":"Feature","id":"n2537986596","geometry":{"type":"Point","coordinates":[-0.1071692,51.5348197]},"properties":{"@type":"node","@id":2537986596,"@timestamp":1611896515},"coords":"51.5348197,-0.1071692","bedrooms":"0","price":"273000","area":"632"} , +{"type":"Feature","id":"n2537986607","geometry":{"type":"Point","coordinates":[-0.1108318,51.53581]},"properties":{"@type":"node","@id":2537986607,"@timestamp":1627931769},"coords":"51.53581,-0.1108318","bedrooms":"4","price":"230000","area":"497"} , +{"type":"Feature","id":"n2537986617","geometry":{"type":"Point","coordinates":[-0.1110294,51.5360198]},"properties":{"@type":"node","@id":2537986617,"@timestamp":1627931769},"coords":"51.5360198,-0.1110294","bedrooms":"0","price":"228000","area":"423"} , +{"type":"Feature","id":"n2537994433","geometry":{"type":"Point","coordinates":[-0.1053395,51.5390492]},"properties":{"@type":"node","@id":2537994433,"@timestamp":1386504125},"coords":"51.5390492,-0.1053395","bedrooms":"1","price":"259000","area":"685"} , +{"type":"Feature","id":"n2537994462","geometry":{"type":"Point","coordinates":[-0.1067181,51.5387019]},"properties":{"@type":"node","@id":2537994462,"@timestamp":1626886118},"coords":"51.5387019,-0.1067181","bedrooms":"3","price":"185000","area":"491"} , +{"type":"Feature","id":"n2538004275","geometry":{"type":"Point","coordinates":[-0.0963488,51.5447946]},"properties":{"@type":"node","@id":2538004275,"@timestamp":1624460317},"coords":"51.5447946,-0.0963488","bedrooms":"3","price":"166000","area":"394"} , +{"type":"Feature","id":"n2538016564","geometry":{"type":"Point","coordinates":[-0.0913745,51.5501977]},"properties":{"@type":"node","@id":2538016564,"@timestamp":1384785505},"coords":"51.5501977,-0.0913745","bedrooms":"0","price":"299000","area":"366"} , +{"type":"Feature","id":"n2538017930","geometry":{"type":"Point","coordinates":[-0.0892408,51.550086]},"properties":{"@type":"node","@id":2538017930,"@timestamp":1384785592},"coords":"51.550086,-0.0892408","bedrooms":"2","price":"262000","area":"429"} , +{"type":"Feature","id":"n2538017941","geometry":{"type":"Point","coordinates":[-0.0888411,51.5499358]},"properties":{"@type":"node","@id":2538017941,"@timestamp":1384785592},"coords":"51.5499358,-0.0888411","bedrooms":"0","price":"240000","area":"442"} , +{"type":"Feature","id":"n2538021238","geometry":{"type":"Point","coordinates":[-0.0900683,51.5493096]},"properties":{"@type":"node","@id":2538021238,"@timestamp":1384785671},"coords":"51.5493096,-0.0900683","bedrooms":"2","price":"191000","area":"427"} , +{"type":"Feature","id":"n2538021284","geometry":{"type":"Point","coordinates":[-0.0885193,51.5493237]},"properties":{"@type":"node","@id":2538021284,"@timestamp":1384785671},"coords":"51.5493237,-0.0885193","bedrooms":"0","price":"272000","area":"438"} , +{"type":"Feature","id":"n2538133028","geometry":{"type":"Point","coordinates":[0.7361912,50.9501174]},"properties":{"@type":"node","@id":2538133028,"@timestamp":1384791300},"coords":"50.9501174,0.7361912","bedrooms":"3","price":"231000","area":"360"} , +{"type":"Feature","id":"n2538159880","geometry":{"type":"Point","coordinates":[0.7359887,50.9535796]},"properties":{"@type":"node","@id":2538159880,"@timestamp":1543064793},"coords":"50.9535796,0.7359887","bedrooms":"0","price":"289000","area":"457"} , +{"type":"Feature","id":"n2538159898","geometry":{"type":"Point","coordinates":[0.7356307,50.9525303]},"properties":{"@type":"node","@id":2538159898,"@timestamp":1384792435},"coords":"50.9525303,0.7356307","bedrooms":"0","price":"238000","area":"392"} , +{"type":"Feature","id":"n2538187114","geometry":{"type":"Point","coordinates":[0.7354804,50.9536573]},"properties":{"@type":"node","@id":2538187114,"@timestamp":1619782339},"coords":"50.9536573,0.7354804","bedrooms":"3","price":"217000","area":"686"} , +{"type":"Feature","id":"n2538206590","geometry":{"type":"Point","coordinates":[-0.087283,51.5460131]},"properties":{"@type":"node","@id":2538206590,"@timestamp":1384794316},"coords":"51.5460131,-0.087283","bedrooms":"4","price":"245000","area":"644"} , +{"type":"Feature","id":"n2538206970","geometry":{"type":"Point","coordinates":[0.7351948,50.9534959]},"properties":{"@type":"node","@id":2538206970,"@timestamp":1543064793},"coords":"50.9534959,0.7351948","bedrooms":"3","price":"175000","area":"603"} , +{"type":"Feature","id":"n2538216689","geometry":{"type":"Point","coordinates":[-0.0966461,51.545196]},"properties":{"@type":"node","@id":2538216689,"@timestamp":1384794611},"coords":"51.545196,-0.0966461","bedrooms":"1","price":"226000","area":"552"} , +{"type":"Feature","id":"n2538216710","geometry":{"type":"Point","coordinates":[-0.0950971,51.5460374]},"properties":{"@type":"node","@id":2538216710,"@timestamp":1384794612},"coords":"51.5460374,-0.0950971","bedrooms":"0","price":"243000","area":"451"} , +{"type":"Feature","id":"n2538223477","geometry":{"type":"Point","coordinates":[-0.0946706,51.5452601]},"properties":{"@type":"node","@id":2538223477,"@timestamp":1384794882},"coords":"51.5452601,-0.0946706","bedrooms":"4","price":"206000","area":"531"} , +{"type":"Feature","id":"n2538225826","geometry":{"type":"Point","coordinates":[0.734476,50.9525589]},"properties":{"@type":"node","@id":2538225826,"@timestamp":1384795012},"coords":"50.9525589,0.734476","bedrooms":"2","price":"234000","area":"415"} , +{"type":"Feature","id":"n2538226843","geometry":{"type":"Point","coordinates":[-0.093654,51.5458799]},"properties":{"@type":"node","@id":2538226843,"@timestamp":1384795048},"coords":"51.5458799,-0.093654","bedrooms":"1","price":"178000","area":"500"} , +{"type":"Feature","id":"n2538227594","geometry":{"type":"Point","coordinates":[-0.0934703,51.5461776]},"properties":{"@type":"node","@id":2538227594,"@timestamp":1384795095},"coords":"51.5461776,-0.0934703","bedrooms":"2","price":"193000","area":"598"} , +{"type":"Feature","id":"n2538618074","geometry":{"type":"Point","coordinates":[-0.1179284,51.5380659]},"properties":{"@type":"node","@id":2538618074,"@timestamp":1503247176},"coords":"51.5380659,-0.1179284","bedrooms":"4","price":"183000","area":"461"} , +{"type":"Feature","id":"n2538629966","geometry":{"type":"Point","coordinates":[-0.1189166,51.5383281]},"properties":{"@type":"node","@id":2538629966,"@timestamp":1384808559},"coords":"51.5383281,-0.1189166","bedrooms":"0","price":"169000","area":"362"} , +{"type":"Feature","id":"n2538638563","geometry":{"type":"Point","coordinates":[-0.1190296,51.5388684]},"properties":{"@type":"node","@id":2538638563,"@timestamp":1384808791},"coords":"51.5388684,-0.1190296","bedrooms":"0","price":"190000","area":"542"} , +{"type":"Feature","id":"n2538656908","geometry":{"type":"Point","coordinates":[-0.1188712,51.5391803]},"properties":{"@type":"node","@id":2538656908,"@timestamp":1384809258},"coords":"51.5391803,-0.1188712","bedrooms":"3","price":"253000","area":"597"} , +{"type":"Feature","id":"n2538675340","geometry":{"type":"Point","coordinates":[-0.1197749,51.5384274]},"properties":{"@type":"node","@id":2538675340,"@timestamp":1384809698},"coords":"51.5384274,-0.1197749","bedrooms":"3","price":"219000","area":"403"} , +{"type":"Feature","id":"n2538675447","geometry":{"type":"Point","coordinates":[-0.1201853,51.5378401]},"properties":{"@type":"node","@id":2538675447,"@timestamp":1384809699},"coords":"51.5378401,-0.1201853","bedrooms":"3","price":"185000","area":"418"} , +{"type":"Feature","id":"n2538675517","geometry":{"type":"Point","coordinates":[-0.1198782,51.538424]},"properties":{"@type":"node","@id":2538675517,"@timestamp":1384809699},"coords":"51.538424,-0.1198782","bedrooms":"3","price":"282000","area":"361"} , +{"type":"Feature","id":"n2538675744","geometry":{"type":"Point","coordinates":[-0.1197012,51.5382113]},"properties":{"@type":"node","@id":2538675744,"@timestamp":1384809701},"coords":"51.5382113,-0.1197012","bedrooms":"2","price":"216000","area":"695"} , +{"type":"Feature","id":"n2538678214","geometry":{"type":"Point","coordinates":[-0.1203154,51.5373021]},"properties":{"@type":"node","@id":2538678214,"@timestamp":1384809794},"coords":"51.5373021,-0.1203154","bedrooms":"3","price":"165000","area":"453"} , +{"type":"Feature","id":"n2538691016","geometry":{"type":"Point","coordinates":[-0.1188164,51.5374387]},"properties":{"@type":"node","@id":2538691016,"@timestamp":1384810258},"coords":"51.5374387,-0.1188164","bedrooms":"2","price":"156000","area":"587"} , +{"type":"Feature","id":"n2538691062","geometry":{"type":"Point","coordinates":[-0.1187869,51.537256]},"properties":{"@type":"node","@id":2538691062,"@timestamp":1384810258},"coords":"51.537256,-0.1187869","bedrooms":"3","price":"259000","area":"620"} , +{"type":"Feature","id":"n2539628034","geometry":{"type":"Point","coordinates":[0.7343929,50.9526804]},"properties":{"@type":"node","@id":2539628034,"@timestamp":1384863423},"coords":"50.9526804,0.7343929","bedrooms":"1","price":"206000","area":"635"} , +{"type":"Feature","id":"n2539975278","geometry":{"type":"Point","coordinates":[-0.5629213,51.1185645]},"properties":{"@type":"node","@id":2539975278,"@timestamp":1384880189},"coords":"51.1185645,-0.5629213","bedrooms":"0","price":"150000","area":"467"} , +{"type":"Feature","id":"n2541266707","geometry":{"type":"Point","coordinates":[0.2322758,51.4127731]},"properties":{"@type":"node","@id":2541266707,"@timestamp":1595078791},"coords":"51.4127731,0.2322758","bedrooms":"1","price":"209000","area":"600"} , +{"type":"Feature","id":"n2541328543","geometry":{"type":"Point","coordinates":[-0.7782375,51.6174356]},"properties":{"@type":"node","@id":2541328543,"@timestamp":1384954036},"coords":"51.6174356,-0.7782375","bedrooms":"3","price":"184000","area":"601"} , +{"type":"Feature","id":"n2541373455","geometry":{"type":"Point","coordinates":[-0.1750163,51.4479843]},"properties":{"@type":"node","@id":2541373455,"@timestamp":1384956480},"coords":"51.4479843,-0.1750163","bedrooms":"3","price":"161000","area":"364"} , +{"type":"Feature","id":"n2541373498","geometry":{"type":"Point","coordinates":[-0.1756198,51.4476583]},"properties":{"@type":"node","@id":2541373498,"@timestamp":1384956481},"coords":"51.4476583,-0.1756198","bedrooms":"1","price":"195000","area":"484"} , +{"type":"Feature","id":"n2541374686","geometry":{"type":"Point","coordinates":[0.1905206,51.7246072]},"properties":{"@type":"node","@id":2541374686,"@timestamp":1384956584},"coords":"51.7246072,0.1905206","bedrooms":"1","price":"243000","area":"590"} , +{"type":"Feature","id":"n2541409563","geometry":{"type":"Point","coordinates":[-0.0069153,51.4813487]},"properties":{"@type":"node","@id":2541409563,"@timestamp":1384957781},"coords":"51.4813487,-0.0069153","bedrooms":"0","price":"245000","area":"623"} , +{"type":"Feature","id":"n2541469124","geometry":{"type":"Point","coordinates":[-0.3017506,51.3749467]},"properties":{"@type":"node","@id":2541469124,"@timestamp":1632641293},"coords":"51.3749467,-0.3017506","bedrooms":"1","price":"249000","area":"661"} , +{"type":"Feature","id":"n2541701378","geometry":{"type":"Point","coordinates":[0.733153,50.9522007]},"properties":{"@type":"node","@id":2541701378,"@timestamp":1543064792},"coords":"50.9522007,0.733153","bedrooms":"3","price":"173000","area":"547"} , +{"type":"Feature","id":"n2541736909","geometry":{"type":"Point","coordinates":[0.73254,50.9517368]},"properties":{"@type":"node","@id":2541736909,"@timestamp":1384966919},"coords":"50.9517368,0.73254","bedrooms":"4","price":"223000","area":"593"} , +{"type":"Feature","id":"n2541736962","geometry":{"type":"Point","coordinates":[0.733023,50.9516532]},"properties":{"@type":"node","@id":2541736962,"@timestamp":1384966920},"coords":"50.9516532,0.733023","bedrooms":"0","price":"165000","area":"409"} , +{"type":"Feature","id":"n2542274360","geometry":{"type":"Point","coordinates":[-1.0923418,51.277073]},"properties":{"@type":"node","@id":2542274360,"@timestamp":1543235832},"coords":"51.277073,-1.0923418","bedrooms":"0","price":"230000","area":"432"} , +{"type":"Feature","id":"n2542445075","geometry":{"type":"Point","coordinates":[0.0699518,51.5076308]},"properties":{"@type":"node","@id":2542445075,"@timestamp":1535127506},"coords":"51.5076308,0.0699518","bedrooms":"4","price":"190000","area":"358"} , +{"type":"Feature","id":"n2542983513","geometry":{"type":"Point","coordinates":[0.1717281,51.3903447]},"properties":{"@type":"node","@id":2542983513,"@timestamp":1385035271},"coords":"51.3903447,0.1717281","bedrooms":"4","price":"189000","area":"675"} , +{"type":"Feature","id":"n2542997124","geometry":{"type":"Point","coordinates":[0.1726817,51.3899514]},"properties":{"@type":"node","@id":2542997124,"@timestamp":1385036136},"coords":"51.3899514,0.1726817","bedrooms":"0","price":"228000","area":"443"} , +{"type":"Feature","id":"n2543080254","geometry":{"type":"Point","coordinates":[-0.6006869,51.4822515]},"properties":{"@type":"node","@id":2543080254,"@timestamp":1385040521},"coords":"51.4822515,-0.6006869","bedrooms":"4","price":"278000","area":"518"} , +{"type":"Feature","id":"n2543975737","geometry":{"type":"Point","coordinates":[-0.2245572,51.5095855]},"properties":{"@type":"node","@id":2543975737,"@timestamp":1630438793},"coords":"51.5095855,-0.2245572","bedrooms":"4","price":"288000","area":"590"} , +{"type":"Feature","id":"n2544195154","geometry":{"type":"Point","coordinates":[0.7337403,50.9531777]},"properties":{"@type":"node","@id":2544195154,"@timestamp":1385073998},"coords":"50.9531777,0.7337403","bedrooms":"2","price":"159000","area":"581"} , +{"type":"Feature","id":"n2544231190","geometry":{"type":"Point","coordinates":[-0.1677937,51.4276882]},"properties":{"@type":"node","@id":2544231190,"@timestamp":1620427959},"coords":"51.4276882,-0.1677937","bedrooms":"4","price":"226000","area":"675"} , +{"type":"Feature","id":"n2544231775","geometry":{"type":"Point","coordinates":[0.7308554,50.9507058]},"properties":{"@type":"node","@id":2544231775,"@timestamp":1619782339},"coords":"50.9507058,0.7308554","bedrooms":"1","price":"196000","area":"575"} , +{"type":"Feature","id":"n2544240012","geometry":{"type":"Point","coordinates":[0.7309974,50.950759]},"properties":{"@type":"node","@id":2544240012,"@timestamp":1619782339},"coords":"50.950759,0.7309974","bedrooms":"4","price":"201000","area":"535"} , +{"type":"Feature","id":"n2544503281","geometry":{"type":"Point","coordinates":[-0.9360212,51.0030286]},"properties":{"@type":"node","@id":2544503281,"@timestamp":1385109968},"coords":"51.0030286,-0.9360212","bedrooms":"4","price":"276000","area":"604"} , +{"type":"Feature","id":"n2545212938","geometry":{"type":"Point","coordinates":[-0.0817812,51.5163897]},"properties":{"@type":"node","@id":2545212938,"@timestamp":1385131524},"coords":"51.5163897,-0.0817812","bedrooms":"0","price":"201000","area":"425"} , +{"type":"Feature","id":"n2545827566","geometry":{"type":"Point","coordinates":[-0.3088229,51.5706496]},"properties":{"@type":"node","@id":2545827566,"@timestamp":1385149434},"coords":"51.5706496,-0.3088229","bedrooms":"4","price":"282000","area":"473"} , +{"type":"Feature","id":"n2546782824","geometry":{"type":"Point","coordinates":[-0.6982451,51.3568505]},"properties":{"@type":"node","@id":2546782824,"@timestamp":1385211215},"coords":"51.3568505,-0.6982451","bedrooms":"1","price":"251000","area":"497"} , +{"type":"Feature","id":"n2547407933","geometry":{"type":"Point","coordinates":[-0.098214,51.4919073]},"properties":{"@type":"node","@id":2547407933,"@timestamp":1576983648},"coords":"51.4919073,-0.098214","bedrooms":"2","price":"177000","area":"681"} , +{"type":"Feature","id":"n2547407954","geometry":{"type":"Point","coordinates":[-0.1115605,51.4966715]},"properties":{"@type":"node","@id":2547407954,"@timestamp":1600663059},"coords":"51.4966715,-0.1115605","bedrooms":"3","price":"241000","area":"471"} , +{"type":"Feature","id":"n2547596681","geometry":{"type":"Point","coordinates":[-0.9363132,51.2547696]},"properties":{"@type":"node","@id":2547596681,"@timestamp":1635934034},"coords":"51.2547696,-0.9363132","bedrooms":"2","price":"292000","area":"359"} , +{"type":"Feature","id":"n2547657939","geometry":{"type":"Point","coordinates":[-0.2916407,51.5536751]},"properties":{"@type":"node","@id":2547657939,"@timestamp":1385241446},"coords":"51.5536751,-0.2916407","bedrooms":"1","price":"150000","area":"578"} , +{"type":"Feature","id":"n2547829556","geometry":{"type":"Point","coordinates":[-0.2870137,51.5533741]},"properties":{"@type":"node","@id":2547829556,"@timestamp":1564909695},"coords":"51.5533741,-0.2870137","bedrooms":"4","price":"297000","area":"412"} , +{"type":"Feature","id":"n2547985484","geometry":{"type":"Point","coordinates":[-1.0797916,51.2678867]},"properties":{"@type":"node","@id":2547985484,"@timestamp":1385251569},"coords":"51.2678867,-1.0797916","bedrooms":"0","price":"177000","area":"433"} , +{"type":"Feature","id":"n2548026487","geometry":{"type":"Point","coordinates":[-1.102424,51.278337]},"properties":{"@type":"node","@id":2548026487,"@timestamp":1385253238},"coords":"51.278337,-1.102424","bedrooms":"3","price":"167000","area":"417"} , +{"type":"Feature","id":"n2548041175","geometry":{"type":"Point","coordinates":[-1.0828649,51.2665467]},"properties":{"@type":"node","@id":2548041175,"@timestamp":1385254957},"coords":"51.2665467,-1.0828649","bedrooms":"1","price":"260000","area":"583"} , +{"type":"Feature","id":"n2548302639","geometry":{"type":"Point","coordinates":[-0.2852946,51.5529857]},"properties":{"@type":"node","@id":2548302639,"@timestamp":1385284374},"coords":"51.5529857,-0.2852946","bedrooms":"0","price":"218000","area":"520"} , +{"type":"Feature","id":"n2548473333","geometry":{"type":"Point","coordinates":[-0.1267676,51.5013957]},"properties":{"@type":"node","@id":2548473333,"@timestamp":1504862849},"coords":"51.5013957,-0.1267676","bedrooms":"0","price":"231000","area":"458"} , +{"type":"Feature","id":"n2548780930","geometry":{"type":"Point","coordinates":[-0.123959,51.506845]},"properties":{"@type":"node","@id":2548780930,"@timestamp":1580916953},"coords":"51.506845,-0.123959","bedrooms":"4","price":"298000","area":"518"} , +{"type":"Feature","id":"n2548829918","geometry":{"type":"Point","coordinates":[-0.4789587,51.8923682]},"properties":{"@type":"node","@id":2548829918,"@timestamp":1385306490},"coords":"51.8923682,-0.4789587","bedrooms":"2","price":"168000","area":"677"} , +{"type":"Feature","id":"n2548829929","geometry":{"type":"Point","coordinates":[-0.5011418,51.9011965]},"properties":{"@type":"node","@id":2548829929,"@timestamp":1385306491},"coords":"51.9011965,-0.5011418","bedrooms":"3","price":"236000","area":"473"} , +{"type":"Feature","id":"n2548905078","geometry":{"type":"Point","coordinates":[-0.2711841,51.339835]},"properties":{"@type":"node","@id":2548905078,"@timestamp":1621691477},"coords":"51.339835,-0.2711841","bedrooms":"1","price":"271000","area":"425"} , +{"type":"Feature","id":"n2549356768","geometry":{"type":"Point","coordinates":[0.7914216,51.7446827]},"properties":{"@type":"node","@id":2549356768,"@timestamp":1385320162},"coords":"51.7446827,0.7914216","bedrooms":"4","price":"191000","area":"425"} , +{"type":"Feature","id":"n2549643921","geometry":{"type":"Point","coordinates":[-0.5034844,51.348257]},"properties":{"@type":"node","@id":2549643921,"@timestamp":1627857763},"coords":"51.348257,-0.5034844","bedrooms":"3","price":"295000","area":"537"} , +{"type":"Feature","id":"n2549896043","geometry":{"type":"Point","coordinates":[-0.3543295,51.5640239]},"properties":{"@type":"node","@id":2549896043,"@timestamp":1385335284},"coords":"51.5640239,-0.3543295","bedrooms":"3","price":"282000","area":"671"} , +{"type":"Feature","id":"n2550727746","geometry":{"type":"Point","coordinates":[0.1740755,51.8770326]},"properties":{"@type":"node","@id":2550727746,"@timestamp":1385392773},"coords":"51.8770326,0.1740755","bedrooms":"3","price":"210000","area":"552"} , +{"type":"Feature","id":"n2550817092","geometry":{"type":"Point","coordinates":[0.1734318,51.8769267]},"properties":{"@type":"node","@id":2550817092,"@timestamp":1385392438},"coords":"51.8769267,0.1734318","bedrooms":"0","price":"203000","area":"502"} , +{"type":"Feature","id":"n2550961447","geometry":{"type":"Point","coordinates":[-0.6780645,51.3261057]},"properties":{"@type":"node","@id":2550961447,"@timestamp":1385398533},"coords":"51.3261057,-0.6780645","bedrooms":"0","price":"280000","area":"555"} , +{"type":"Feature","id":"n2551423244","geometry":{"type":"Point","coordinates":[-0.5056878,51.7476715]},"properties":{"@type":"node","@id":2551423244,"@timestamp":1385411845},"coords":"51.7476715,-0.5056878","bedrooms":"2","price":"197000","area":"461"} , +{"type":"Feature","id":"n2552355761","geometry":{"type":"Point","coordinates":[0.2762236,51.4516882]},"properties":{"@type":"node","@id":2552355761,"@timestamp":1385462971},"coords":"51.4516882,0.2762236","bedrooms":"1","price":"166000","area":"383"} , +{"type":"Feature","id":"n2552486521","geometry":{"type":"Point","coordinates":[-0.0986129,51.3719788]},"properties":{"@type":"node","@id":2552486521,"@timestamp":1633087632},"coords":"51.3719788,-0.0986129","bedrooms":"0","price":"273000","area":"491"} , +{"type":"Feature","id":"n2552508584","geometry":{"type":"Point","coordinates":[0.7295654,50.9511664]},"properties":{"@type":"node","@id":2552508584,"@timestamp":1385472559},"coords":"50.9511664,0.7295654","bedrooms":"3","price":"168000","area":"640"} , +{"type":"Feature","id":"n2552533031","geometry":{"type":"Point","coordinates":[0.7291235,50.9509189]},"properties":{"@type":"node","@id":2552533031,"@timestamp":1385473709},"coords":"50.9509189,0.7291235","bedrooms":"0","price":"264000","area":"498"} , +{"type":"Feature","id":"n2552533045","geometry":{"type":"Point","coordinates":[0.729336,50.9507043]},"properties":{"@type":"node","@id":2552533045,"@timestamp":1385473710},"coords":"50.9507043,0.729336","bedrooms":"3","price":"185000","area":"572"} , +{"type":"Feature","id":"n2552618883","geometry":{"type":"Point","coordinates":[0.0319098,50.9059887]},"properties":{"@type":"node","@id":2552618883,"@timestamp":1385477617},"coords":"50.9059887,0.0319098","bedrooms":"1","price":"235000","area":"619"} , +{"type":"Feature","id":"n2552618898","geometry":{"type":"Point","coordinates":[0.0182483,50.9201745]},"properties":{"@type":"node","@id":2552618898,"@timestamp":1385477617},"coords":"50.9201745,0.0182483","bedrooms":"1","price":"230000","area":"419"} , +{"type":"Feature","id":"n2552618909","geometry":{"type":"Point","coordinates":[0.0138168,50.9245998]},"properties":{"@type":"node","@id":2552618909,"@timestamp":1385477617},"coords":"50.9245998,0.0138168","bedrooms":"3","price":"262000","area":"353"} , +{"type":"Feature","id":"n2552618921","geometry":{"type":"Point","coordinates":[0.0300245,50.9077179]},"properties":{"@type":"node","@id":2552618921,"@timestamp":1385477618},"coords":"50.9077179,0.0300245","bedrooms":"3","price":"270000","area":"504"} , +{"type":"Feature","id":"n2552634790","geometry":{"type":"Point","coordinates":[0.0063151,50.9492839]},"properties":{"@type":"node","@id":2552634790,"@timestamp":1385478057},"coords":"50.9492839,0.0063151","bedrooms":"1","price":"250000","area":"404"} , +{"type":"Feature","id":"n2552634845","geometry":{"type":"Point","coordinates":[0.0078252,50.9466128]},"properties":{"@type":"node","@id":2552634845,"@timestamp":1385478058},"coords":"50.9466128,0.0078252","bedrooms":"3","price":"164000","area":"435"} , +{"type":"Feature","id":"n2552740528","geometry":{"type":"Point","coordinates":[0.7323856,50.9492427]},"properties":{"@type":"node","@id":2552740528,"@timestamp":1385483012},"coords":"50.9492427,0.7323856","bedrooms":"4","price":"249000","area":"358"} , +{"type":"Feature","id":"n2552740558","geometry":{"type":"Point","coordinates":[0.7325747,50.9493161]},"properties":{"@type":"node","@id":2552740558,"@timestamp":1385483013},"coords":"50.9493161,0.7325747","bedrooms":"3","price":"281000","area":"563"} , +{"type":"Feature","id":"n2552740592","geometry":{"type":"Point","coordinates":[0.7336195,50.9494648]},"properties":{"@type":"node","@id":2552740592,"@timestamp":1385483013},"coords":"50.9494648,0.7336195","bedrooms":"2","price":"243000","area":"539"} , +{"type":"Feature","id":"n2552784843","geometry":{"type":"Point","coordinates":[0.7347132,50.9503837]},"properties":{"@type":"node","@id":2552784843,"@timestamp":1385484626},"coords":"50.9503837,0.7347132","bedrooms":"1","price":"255000","area":"582"} , +{"type":"Feature","id":"n2552974583","geometry":{"type":"Point","coordinates":[-0.4896837,51.3712735]},"properties":{"@type":"node","@id":2552974583,"@timestamp":1562422641},"coords":"51.3712735,-0.4896837","bedrooms":"2","price":"273000","area":"511"} , +{"type":"Feature","id":"n2553580090","geometry":{"type":"Point","coordinates":[-0.2823721,51.3434536]},"properties":{"@type":"node","@id":2553580090,"@timestamp":1385942180},"coords":"51.3434536,-0.2823721","bedrooms":"4","price":"186000","area":"519"} , +{"type":"Feature","id":"n2553614571","geometry":{"type":"Point","coordinates":[-0.1986841,51.5402208]},"properties":{"@type":"node","@id":2553614571,"@timestamp":1385509564},"coords":"51.5402208,-0.1986841","bedrooms":"4","price":"168000","area":"526"} , +{"type":"Feature","id":"n2554148020","geometry":{"type":"Point","coordinates":[0.172507,51.3910215]},"properties":{"@type":"node","@id":2554148020,"@timestamp":1385556389},"coords":"51.3910215,0.172507","bedrooms":"2","price":"298000","area":"440"} , +{"type":"Feature","id":"n2554162504","geometry":{"type":"Point","coordinates":[0.1736354,51.3910717]},"properties":{"@type":"node","@id":2554162504,"@timestamp":1385743974},"coords":"51.3910717,0.1736354","bedrooms":"4","price":"273000","area":"359"} , +{"type":"Feature","id":"n2554171384","geometry":{"type":"Point","coordinates":[0.1748923,51.3908352]},"properties":{"@type":"node","@id":2554171384,"@timestamp":1385557222},"coords":"51.3908352,0.1748923","bedrooms":"1","price":"181000","area":"595"} , +{"type":"Feature","id":"n2554337329","geometry":{"type":"Point","coordinates":[0.0244985,51.3291059]},"properties":{"@type":"node","@id":2554337329,"@timestamp":1385567347},"coords":"51.3291059,0.0244985","bedrooms":"2","price":"285000","area":"498"} , +{"type":"Feature","id":"n2554413436","geometry":{"type":"Point","coordinates":[-0.2016242,51.4771562]},"properties":{"@type":"node","@id":2554413436,"@timestamp":1553720519},"coords":"51.4771562,-0.2016242","bedrooms":"0","price":"194000","area":"613"} , +{"type":"Feature","id":"n2554809457","geometry":{"type":"Point","coordinates":[-0.8992199,51.3066146]},"properties":{"@type":"node","@id":2554809457,"@timestamp":1385591261},"coords":"51.3066146,-0.8992199","bedrooms":"0","price":"152000","area":"354"} , +{"type":"Feature","id":"n2555565271","geometry":{"type":"Point","coordinates":[-1.0873763,51.4838054]},"properties":{"@type":"node","@id":2555565271,"@timestamp":1592256321},"coords":"51.4838054,-1.0873763","bedrooms":"3","price":"231000","area":"688"} , +{"type":"Feature","id":"n2556324012","geometry":{"type":"Point","coordinates":[0.172225,51.3905107]},"properties":{"@type":"node","@id":2556324012,"@timestamp":1385675485},"coords":"51.3905107,0.172225","bedrooms":"1","price":"162000","area":"500"} , +{"type":"Feature","id":"n2556339455","geometry":{"type":"Point","coordinates":[0.1735813,51.3903641]},"properties":{"@type":"node","@id":2556339455,"@timestamp":1385675890},"coords":"51.3903641,0.1735813","bedrooms":"1","price":"214000","area":"563"} , +{"type":"Feature","id":"n2556382856","geometry":{"type":"Point","coordinates":[0.0228097,51.5840142]},"properties":{"@type":"node","@id":2556382856,"@timestamp":1616720140},"coords":"51.5840142,0.0228097","bedrooms":"0","price":"222000","area":"465"} , +{"type":"Feature","id":"n2556383262","geometry":{"type":"Point","coordinates":[0.022602,51.587235]},"properties":{"@type":"node","@id":2556383262,"@timestamp":1617216555},"coords":"51.587235,0.022602","bedrooms":"4","price":"189000","area":"421"} , +{"type":"Feature","id":"n2556383284","geometry":{"type":"Point","coordinates":[0.0233587,51.5872702]},"properties":{"@type":"node","@id":2556383284,"@timestamp":1617216555},"coords":"51.5872702,0.0233587","bedrooms":"1","price":"249000","area":"610"} , +{"type":"Feature","id":"n2556383366","geometry":{"type":"Point","coordinates":[0.0221999,51.5875049]},"properties":{"@type":"node","@id":2556383366,"@timestamp":1617216555},"coords":"51.5875049,0.0221999","bedrooms":"0","price":"157000","area":"442"} , +{"type":"Feature","id":"n2556383743","geometry":{"type":"Point","coordinates":[0.0245021,51.5892808]},"properties":{"@type":"node","@id":2556383743,"@timestamp":1392573643},"coords":"51.5892808,0.0245021","bedrooms":"0","price":"278000","area":"694"} , +{"type":"Feature","id":"n2556501901","geometry":{"type":"Point","coordinates":[0.2204915,51.2887358]},"properties":{"@type":"node","@id":2556501901,"@timestamp":1618448361},"coords":"51.2887358,0.2204915","bedrooms":"1","price":"153000","area":"667"} , +{"type":"Feature","id":"n2556703231","geometry":{"type":"Point","coordinates":[0.5059548,51.342708]},"properties":{"@type":"node","@id":2556703231,"@timestamp":1385711402},"coords":"51.342708,0.5059548","bedrooms":"1","price":"151000","area":"572"} , +{"type":"Feature","id":"n2557072195","geometry":{"type":"Point","coordinates":[0.2208352,51.2890715]},"properties":{"@type":"node","@id":2557072195,"@timestamp":1407359791},"coords":"51.2890715,0.2208352","bedrooms":"1","price":"294000","area":"447"} , +{"type":"Feature","id":"n2557360023","geometry":{"type":"Point","coordinates":[0.1736016,51.3907054]},"properties":{"@type":"node","@id":2557360023,"@timestamp":1385744303},"coords":"51.3907054,0.1736016","bedrooms":"4","price":"236000","area":"495"} , +{"type":"Feature","id":"n2557382872","geometry":{"type":"Point","coordinates":[0.1729771,51.3899197]},"properties":{"@type":"node","@id":2557382872,"@timestamp":1385744881},"coords":"51.3899197,0.1729771","bedrooms":"4","price":"264000","area":"498"} , +{"type":"Feature","id":"n2557399057","geometry":{"type":"Point","coordinates":[0.1743092,51.3898218]},"properties":{"@type":"node","@id":2557399057,"@timestamp":1385745347},"coords":"51.3898218,0.1743092","bedrooms":"4","price":"224000","area":"671"} , +{"type":"Feature","id":"n2557607017","geometry":{"type":"Point","coordinates":[-0.8725079,51.4128665]},"properties":{"@type":"node","@id":2557607017,"@timestamp":1385750973},"coords":"51.4128665,-0.8725079","bedrooms":"1","price":"153000","area":"444"} , +{"type":"Feature","id":"n2557898893","geometry":{"type":"Point","coordinates":[-0.7540456,51.1222539]},"properties":{"@type":"node","@id":2557898893,"@timestamp":1385765554},"coords":"51.1222539,-0.7540456","bedrooms":"2","price":"171000","area":"610"} , +{"type":"Feature","id":"n2558179902","geometry":{"type":"Point","coordinates":[0.1226367,51.5285864]},"properties":{"@type":"node","@id":2558179902,"@timestamp":1385799479},"coords":"51.5285864,0.1226367","bedrooms":"1","price":"153000","area":"545"} , +{"type":"Feature","id":"n2558339870","geometry":{"type":"Point","coordinates":[-0.1583937,51.5135654]},"properties":{"@type":"node","@id":2558339870,"@timestamp":1433110853},"coords":"51.5135654,-0.1583937","bedrooms":"0","price":"248000","area":"566"} , +{"type":"Feature","id":"n2558519697","geometry":{"type":"Point","coordinates":[-0.1282813,51.5268672]},"properties":{"@type":"node","@id":2558519697,"@timestamp":1396517255},"coords":"51.5268672,-0.1282813","bedrooms":"1","price":"172000","area":"533"} , +{"type":"Feature","id":"n2558617434","geometry":{"type":"Point","coordinates":[-0.1543727,51.5184425]},"properties":{"@type":"node","@id":2558617434,"@timestamp":1552102955},"coords":"51.5184425,-0.1543727","bedrooms":"1","price":"230000","area":"455"} , +{"type":"Feature","id":"n2558952105","geometry":{"type":"Point","coordinates":[-0.566028,51.4445409]},"properties":{"@type":"node","@id":2558952105,"@timestamp":1385843351},"coords":"51.4445409,-0.566028","bedrooms":"1","price":"262000","area":"421"} , +{"type":"Feature","id":"n2559045854","geometry":{"type":"Point","coordinates":[-1.0795321,51.2564252]},"properties":{"@type":"node","@id":2559045854,"@timestamp":1385847980},"coords":"51.2564252,-1.0795321","bedrooms":"0","price":"207000","area":"490"} , +{"type":"Feature","id":"n2559067852","geometry":{"type":"Point","coordinates":[-0.9358158,50.9674726]},"properties":{"@type":"node","@id":2559067852,"@timestamp":1385848689},"coords":"50.9674726,-0.9358158","bedrooms":"1","price":"214000","area":"618"} , +{"type":"Feature","id":"n2559067954","geometry":{"type":"Point","coordinates":[-0.9540502,50.9818194]},"properties":{"@type":"node","@id":2559067954,"@timestamp":1385848691},"coords":"50.9818194,-0.9540502","bedrooms":"2","price":"175000","area":"471"} , +{"type":"Feature","id":"n2559144761","geometry":{"type":"Point","coordinates":[-0.9220759,51.5286388]},"properties":{"@type":"node","@id":2559144761,"@timestamp":1624807157},"coords":"51.5286388,-0.9220759","bedrooms":"4","price":"226000","area":"440"} , +{"type":"Feature","id":"n2559586508","geometry":{"type":"Point","coordinates":[-0.069182,51.4699355]},"properties":{"@type":"node","@id":2559586508,"@timestamp":1567546091},"coords":"51.4699355,-0.069182","bedrooms":"0","price":"196000","area":"586"} , +{"type":"Feature","id":"n2559629775","geometry":{"type":"Point","coordinates":[-0.7627164,51.9268974]},"properties":{"@type":"node","@id":2559629775,"@timestamp":1385896440},"coords":"51.9268974,-0.7627164","bedrooms":"1","price":"164000","area":"471"} , +{"type":"Feature","id":"n2559673399","geometry":{"type":"Point","coordinates":[-0.8342651,51.9382798]},"properties":{"@type":"node","@id":2559673399,"@timestamp":1385898296},"coords":"51.9382798,-0.8342651","bedrooms":"3","price":"275000","area":"678"} , +{"type":"Feature","id":"n2559682685","geometry":{"type":"Point","coordinates":[-0.5792139,51.1586887]},"properties":{"@type":"node","@id":2559682685,"@timestamp":1618825489},"coords":"51.1586887,-0.5792139","bedrooms":"4","price":"240000","area":"469"} , +{"type":"Feature","id":"n2559682737","geometry":{"type":"Point","coordinates":[-0.5825614,51.1610359]},"properties":{"@type":"node","@id":2559682737,"@timestamp":1385898995},"coords":"51.1610359,-0.5825614","bedrooms":"0","price":"245000","area":"354"} , +{"type":"Feature","id":"n2559682790","geometry":{"type":"Point","coordinates":[-0.5783826,51.1626476]},"properties":{"@type":"node","@id":2559682790,"@timestamp":1493491004},"coords":"51.1626476,-0.5783826","bedrooms":"2","price":"260000","area":"580"} , +{"type":"Feature","id":"n2559701342","geometry":{"type":"Point","coordinates":[0.1386108,51.4573222]},"properties":{"@type":"node","@id":2559701342,"@timestamp":1564909695},"coords":"51.4573222,0.1386108","bedrooms":"3","price":"154000","area":"548"} , +{"type":"Feature","id":"n2560455236","geometry":{"type":"Point","coordinates":[-1.0719736,51.3258374]},"properties":{"@type":"node","@id":2560455236,"@timestamp":1572014450},"coords":"51.3258374,-1.0719736","bedrooms":"1","price":"154000","area":"610"} , +{"type":"Feature","id":"n2561068353","geometry":{"type":"Point","coordinates":[0.7636065,50.9705807]},"properties":{"@type":"node","@id":2561068353,"@timestamp":1385979451},"coords":"50.9705807,0.7636065","bedrooms":"3","price":"178000","area":"640"} , +{"type":"Feature","id":"n2561724244","geometry":{"type":"Point","coordinates":[-0.1445143,51.5541984]},"properties":{"@type":"node","@id":2561724244,"@timestamp":1478551245},"coords":"51.5541984,-0.1445143","bedrooms":"4","price":"165000","area":"661"} , +{"type":"Feature","id":"n2562310214","geometry":{"type":"Point","coordinates":[-0.2123262,51.5090073]},"properties":{"@type":"node","@id":2562310214,"@timestamp":1586081871},"coords":"51.5090073,-0.2123262","bedrooms":"2","price":"273000","area":"497"} , +{"type":"Feature","id":"n2562310342","geometry":{"type":"Point","coordinates":[-0.212144,51.5099935]},"properties":{"@type":"node","@id":2562310342,"@timestamp":1386031621},"coords":"51.5099935,-0.212144","bedrooms":"1","price":"157000","area":"489"} , +{"type":"Feature","id":"n2562310374","geometry":{"type":"Point","coordinates":[-0.2116706,51.5103927]},"properties":{"@type":"node","@id":2562310374,"@timestamp":1386031622},"coords":"51.5103927,-0.2116706","bedrooms":"4","price":"216000","area":"630"} , +{"type":"Feature","id":"n2562346527","geometry":{"type":"Point","coordinates":[0.1750238,51.3903804]},"properties":{"@type":"node","@id":2562346527,"@timestamp":1386035466},"coords":"51.3903804,0.1750238","bedrooms":"1","price":"243000","area":"483"} , +{"type":"Feature","id":"n2562353331","geometry":{"type":"Point","coordinates":[0.1765189,51.3899518]},"properties":{"@type":"node","@id":2562353331,"@timestamp":1386036158},"coords":"51.3899518,0.1765189","bedrooms":"3","price":"246000","area":"628"} , +{"type":"Feature","id":"n2562961160","geometry":{"type":"Point","coordinates":[-0.0946981,51.374559]},"properties":{"@type":"node","@id":2562961160,"@timestamp":1469833800},"coords":"51.374559,-0.0946981","bedrooms":"2","price":"277000","area":"504"} , +{"type":"Feature","id":"n2562961443","geometry":{"type":"Point","coordinates":[-0.1000166,51.373647]},"properties":{"@type":"node","@id":2562961443,"@timestamp":1610203907},"coords":"51.373647,-0.1000166","bedrooms":"3","price":"214000","area":"354"} , +{"type":"Feature","id":"n2563088217","geometry":{"type":"Point","coordinates":[-0.2908116,51.5336386]},"properties":{"@type":"node","@id":2563088217,"@timestamp":1386089273},"coords":"51.5336386,-0.2908116","bedrooms":"3","price":"180000","area":"580"} , +{"type":"Feature","id":"n2563221852","geometry":{"type":"Point","coordinates":[-0.2014799,51.509271]},"properties":{"@type":"node","@id":2563221852,"@timestamp":1579632120},"coords":"51.509271,-0.2014799","bedrooms":"2","price":"151000","area":"407"} , +{"type":"Feature","id":"n2563221956","geometry":{"type":"Point","coordinates":[-0.2111437,51.5100099]},"properties":{"@type":"node","@id":2563221956,"@timestamp":1586064950},"coords":"51.5100099,-0.2111437","bedrooms":"2","price":"186000","area":"463"} , +{"type":"Feature","id":"n2563221996","geometry":{"type":"Point","coordinates":[-0.2104249,51.5102216]},"properties":{"@type":"node","@id":2563221996,"@timestamp":1609261179},"coords":"51.5102216,-0.2104249","bedrooms":"3","price":"253000","area":"409"} , +{"type":"Feature","id":"n2563222109","geometry":{"type":"Point","coordinates":[-0.2054333,51.5105618]},"properties":{"@type":"node","@id":2563222109,"@timestamp":1386094939},"coords":"51.5105618,-0.2054333","bedrooms":"3","price":"235000","area":"537"} , +{"type":"Feature","id":"n2563222173","geometry":{"type":"Point","coordinates":[-0.2061103,51.510734]},"properties":{"@type":"node","@id":2563222173,"@timestamp":1386094940},"coords":"51.510734,-0.2061103","bedrooms":"2","price":"155000","area":"613"} , +{"type":"Feature","id":"n2563222240","geometry":{"type":"Point","coordinates":[-0.2102291,51.5117088]},"properties":{"@type":"node","@id":2563222240,"@timestamp":1386094941},"coords":"51.5117088,-0.2102291","bedrooms":"2","price":"158000","area":"393"} , +{"type":"Feature","id":"n2563222321","geometry":{"type":"Point","coordinates":[-0.2105144,51.5152552]},"properties":{"@type":"node","@id":2563222321,"@timestamp":1386094942},"coords":"51.5152552,-0.2105144","bedrooms":"0","price":"210000","area":"512"} , +{"type":"Feature","id":"n2563222386","geometry":{"type":"Point","coordinates":[-0.2096792,51.5156692]},"properties":{"@type":"node","@id":2563222386,"@timestamp":1386094942},"coords":"51.5156692,-0.2096792","bedrooms":"4","price":"203000","area":"456"} , +{"type":"Feature","id":"n2563369807","geometry":{"type":"Point","coordinates":[0.0942877,51.7700958]},"properties":{"@type":"node","@id":2563369807,"@timestamp":1386097928},"coords":"51.7700958,0.0942877","bedrooms":"2","price":"158000","area":"398"} , +{"type":"Feature","id":"n2563543701","geometry":{"type":"Point","coordinates":[-0.494947,51.351744]},"properties":{"@type":"node","@id":2563543701,"@timestamp":1386103924},"coords":"51.351744,-0.494947","bedrooms":"3","price":"206000","area":"424"} , +{"type":"Feature","id":"n2564607467","geometry":{"type":"Point","coordinates":[-0.5219015,51.6497504]},"properties":{"@type":"node","@id":2564607467,"@timestamp":1602322998},"coords":"51.6497504,-0.5219015","bedrooms":"3","price":"284000","area":"683"} , +{"type":"Feature","id":"n2565193339","geometry":{"type":"Point","coordinates":[-0.7720413,51.4119452]},"properties":{"@type":"node","@id":2565193339,"@timestamp":1454967419},"coords":"51.4119452,-0.7720413","bedrooms":"4","price":"264000","area":"432"} , +{"type":"Feature","id":"n2566105347","geometry":{"type":"Point","coordinates":[-0.0704902,51.4331757]},"properties":{"@type":"node","@id":2566105347,"@timestamp":1533158147},"coords":"51.4331757,-0.0704902","bedrooms":"1","price":"220000","area":"399"} , +{"type":"Feature","id":"n2566669828","geometry":{"type":"Point","coordinates":[-0.0844049,51.5243773]},"properties":{"@type":"node","@id":2566669828,"@timestamp":1392233333},"coords":"51.5243773,-0.0844049","bedrooms":"1","price":"267000","area":"522"} , +{"type":"Feature","id":"n2567030098","geometry":{"type":"Point","coordinates":[-0.092617,51.3766003]},"properties":{"@type":"node","@id":2567030098,"@timestamp":1533680290},"coords":"51.3766003,-0.092617","bedrooms":"2","price":"254000","area":"561"} , +{"type":"Feature","id":"n2567152106","geometry":{"type":"Point","coordinates":[-0.3226822,51.5753176]},"properties":{"@type":"node","@id":2567152106,"@timestamp":1621388814},"coords":"51.5753176,-0.3226822","bedrooms":"4","price":"271000","area":"438"} , +{"type":"Feature","id":"n2567219370","geometry":{"type":"Point","coordinates":[-0.1831146,51.5449564]},"properties":{"@type":"node","@id":2567219370,"@timestamp":1386284870},"coords":"51.5449564,-0.1831146","bedrooms":"1","price":"210000","area":"638"} , +{"type":"Feature","id":"n2567219384","geometry":{"type":"Point","coordinates":[-0.1845577,51.5453146]},"properties":{"@type":"node","@id":2567219384,"@timestamp":1386284871},"coords":"51.5453146,-0.1845577","bedrooms":"4","price":"172000","area":"506"} , +{"type":"Feature","id":"n2567219419","geometry":{"type":"Point","coordinates":[-0.1821719,51.5455587]},"properties":{"@type":"node","@id":2567219419,"@timestamp":1386284871},"coords":"51.5455587,-0.1821719","bedrooms":"4","price":"165000","area":"671"} , +{"type":"Feature","id":"n2567219466","geometry":{"type":"Point","coordinates":[-0.1820282,51.5457421]},"properties":{"@type":"node","@id":2567219466,"@timestamp":1386284873},"coords":"51.5457421,-0.1820282","bedrooms":"1","price":"258000","area":"419"} , +{"type":"Feature","id":"n2567219506","geometry":{"type":"Point","coordinates":[-0.1832372,51.545886]},"properties":{"@type":"node","@id":2567219506,"@timestamp":1386284874},"coords":"51.545886,-0.1832372","bedrooms":"3","price":"266000","area":"455"} , +{"type":"Feature","id":"n2567219604","geometry":{"type":"Point","coordinates":[-0.1830013,51.5460665]},"properties":{"@type":"node","@id":2567219604,"@timestamp":1386284875},"coords":"51.5460665,-0.1830013","bedrooms":"3","price":"198000","area":"355"} , +{"type":"Feature","id":"n2567672364","geometry":{"type":"Point","coordinates":[0.2551418,51.1550774]},"properties":{"@type":"node","@id":2567672364,"@timestamp":1631530409},"coords":"51.1550774,0.2551418","bedrooms":"1","price":"295000","area":"454"} , +{"type":"Feature","id":"n2567779115","geometry":{"type":"Point","coordinates":[-0.1142244,51.504002]},"properties":{"@type":"node","@id":2567779115,"@timestamp":1565369665},"coords":"51.504002,-0.1142244","bedrooms":"4","price":"213000","area":"383"} , +{"type":"Feature","id":"n2567893819","geometry":{"type":"Point","coordinates":[0.3378651,51.1452388]},"properties":{"@type":"node","@id":2567893819,"@timestamp":1386342179},"coords":"51.1452388,0.3378651","bedrooms":"4","price":"291000","area":"523"} , +{"type":"Feature","id":"n2568065800","geometry":{"type":"Point","coordinates":[-0.9050311,51.3133949]},"properties":{"@type":"node","@id":2568065800,"@timestamp":1386343709},"coords":"51.3133949,-0.9050311","bedrooms":"4","price":"158000","area":"558"} , +{"type":"Feature","id":"n2568267924","geometry":{"type":"Point","coordinates":[-0.4502964,51.7132675]},"properties":{"@type":"node","@id":2568267924,"@timestamp":1386348687},"coords":"51.7132675,-0.4502964","bedrooms":"1","price":"174000","area":"693"} , +{"type":"Feature","id":"n2568267964","geometry":{"type":"Point","coordinates":[-0.4505281,51.71371]},"properties":{"@type":"node","@id":2568267964,"@timestamp":1386348687},"coords":"51.71371,-0.4505281","bedrooms":"1","price":"207000","area":"655"} , +{"type":"Feature","id":"n2568302544","geometry":{"type":"Point","coordinates":[0.0639233,51.3294341]},"properties":{"@type":"node","@id":2568302544,"@timestamp":1386350529},"coords":"51.3294341,0.0639233","bedrooms":"1","price":"249000","area":"639"} , +{"type":"Feature","id":"n2568771376","geometry":{"type":"Point","coordinates":[-0.0566332,51.5584418]},"properties":{"@type":"node","@id":2568771376,"@timestamp":1620063827},"coords":"51.5584418,-0.0566332","bedrooms":"0","price":"249000","area":"671"} , +{"type":"Feature","id":"n2568818904","geometry":{"type":"Point","coordinates":[-0.0622628,51.5584431]},"properties":{"@type":"node","@id":2568818904,"@timestamp":1587697323},"coords":"51.5584431,-0.0622628","bedrooms":"4","price":"284000","area":"526"} , +{"type":"Feature","id":"n2568987961","geometry":{"type":"Point","coordinates":[-0.057332,51.5326105]},"properties":{"@type":"node","@id":2568987961,"@timestamp":1635303123},"coords":"51.5326105,-0.057332","bedrooms":"2","price":"171000","area":"459"} , +{"type":"Feature","id":"n2569025531","geometry":{"type":"Point","coordinates":[-0.057298,51.5334869]},"properties":{"@type":"node","@id":2569025531,"@timestamp":1572707018},"coords":"51.5334869,-0.057298","bedrooms":"2","price":"220000","area":"465"} , +{"type":"Feature","id":"n2569784035","geometry":{"type":"Point","coordinates":[0.1097259,51.3267101]},"properties":{"@type":"node","@id":2569784035,"@timestamp":1386428817},"coords":"51.3267101,0.1097259","bedrooms":"3","price":"227000","area":"465"} , +{"type":"Feature","id":"n2569857781","geometry":{"type":"Point","coordinates":[-0.7369292,51.5326034]},"properties":{"@type":"node","@id":2569857781,"@timestamp":1386431801},"coords":"51.5326034,-0.7369292","bedrooms":"1","price":"170000","area":"458"} , +{"type":"Feature","id":"n2569978407","geometry":{"type":"Point","coordinates":[-0.7310684,51.5282901]},"properties":{"@type":"node","@id":2569978407,"@timestamp":1406807637},"coords":"51.5282901,-0.7310684","bedrooms":"4","price":"169000","area":"410"} , +{"type":"Feature","id":"n2570411420","geometry":{"type":"Point","coordinates":[-0.1039937,51.5507001]},"properties":{"@type":"node","@id":2570411420,"@timestamp":1386449306},"coords":"51.5507001,-0.1039937","bedrooms":"4","price":"264000","area":"593"} , +{"type":"Feature","id":"n2570631533","geometry":{"type":"Point","coordinates":[-1.0423688,51.2634422]},"properties":{"@type":"node","@id":2570631533,"@timestamp":1496773355},"coords":"51.2634422,-1.0423688","bedrooms":"3","price":"153000","area":"379"} , +{"type":"Feature","id":"n2570687473","geometry":{"type":"Point","coordinates":[-0.7213629,51.5183608]},"properties":{"@type":"node","@id":2570687473,"@timestamp":1386455085},"coords":"51.5183608,-0.7213629","bedrooms":"0","price":"244000","area":"664"} , +{"type":"Feature","id":"n2571273659","geometry":{"type":"Point","coordinates":[-0.1053672,51.5375975]},"properties":{"@type":"node","@id":2571273659,"@timestamp":1386504125},"coords":"51.5375975,-0.1053672","bedrooms":"3","price":"189000","area":"641"} , +{"type":"Feature","id":"n2571273669","geometry":{"type":"Point","coordinates":[-0.1067581,51.5387019]},"properties":{"@type":"node","@id":2571273669,"@timestamp":1386504125},"coords":"51.5387019,-0.1067581","bedrooms":"4","price":"243000","area":"480"} , +{"type":"Feature","id":"n2571323151","geometry":{"type":"Point","coordinates":[-0.1109949,51.5495545]},"properties":{"@type":"node","@id":2571323151,"@timestamp":1625912309},"coords":"51.5495545,-0.1109949","bedrooms":"3","price":"167000","area":"357"} , +{"type":"Feature","id":"n2571356054","geometry":{"type":"Point","coordinates":[-0.2396716,51.5017068]},"properties":{"@type":"node","@id":2571356054,"@timestamp":1621856822},"coords":"51.5017068,-0.2396716","bedrooms":"4","price":"199000","area":"375"} , +{"type":"Feature","id":"n2571400547","geometry":{"type":"Point","coordinates":[-0.7256974,51.9804225]},"properties":{"@type":"node","@id":2571400547,"@timestamp":1386510356},"coords":"51.9804225,-0.7256974","bedrooms":"4","price":"270000","area":"352"} , +{"type":"Feature","id":"n2572188327","geometry":{"type":"Point","coordinates":[-1.1088812,51.2713245]},"properties":{"@type":"node","@id":2572188327,"@timestamp":1613034753},"coords":"51.2713245,-1.1088812","bedrooms":"2","price":"215000","area":"490"} , +{"type":"Feature","id":"n2572198409","geometry":{"type":"Point","coordinates":[-0.8802008,51.1426527]},"properties":{"@type":"node","@id":2572198409,"@timestamp":1386542052},"coords":"51.1426527,-0.8802008","bedrooms":"1","price":"241000","area":"353"} , +{"type":"Feature","id":"n2572265596","geometry":{"type":"Point","coordinates":[-1.0918415,51.2810874]},"properties":{"@type":"node","@id":2572265596,"@timestamp":1386545907},"coords":"51.2810874,-1.0918415","bedrooms":"0","price":"163000","area":"646"} , +{"type":"Feature","id":"n2572303026","geometry":{"type":"Point","coordinates":[0.1763071,51.3903113]},"properties":{"@type":"node","@id":2572303026,"@timestamp":1386549166},"coords":"51.3903113,0.1763071","bedrooms":"4","price":"236000","area":"443"} , +{"type":"Feature","id":"n2572304278","geometry":{"type":"Point","coordinates":[0.1757788,51.389777]},"properties":{"@type":"node","@id":2572304278,"@timestamp":1386549475},"coords":"51.389777,0.1757788","bedrooms":"0","price":"193000","area":"400"} , +{"type":"Feature","id":"n2572307818","geometry":{"type":"Point","coordinates":[0.1773038,51.3901168]},"properties":{"@type":"node","@id":2572307818,"@timestamp":1386550136},"coords":"51.3901168,0.1773038","bedrooms":"3","price":"287000","area":"602"} , +{"type":"Feature","id":"n2572759475","geometry":{"type":"Point","coordinates":[0.0261583,51.9063975]},"properties":{"@type":"node","@id":2572759475,"@timestamp":1386587789},"coords":"51.9063975,0.0261583","bedrooms":"0","price":"281000","area":"481"} , +{"type":"Feature","id":"n2573178185","geometry":{"type":"Point","coordinates":[-0.9543165,50.9896607]},"properties":{"@type":"node","@id":2573178185,"@timestamp":1386602934},"coords":"50.9896607,-0.9543165","bedrooms":"2","price":"285000","area":"403"} , +{"type":"Feature","id":"n2573424837","geometry":{"type":"Point","coordinates":[-0.4017021,51.5156531]},"properties":{"@type":"node","@id":2573424837,"@timestamp":1564909695},"coords":"51.5156531,-0.4017021","bedrooms":"0","price":"290000","area":"674"} , +{"type":"Feature","id":"n2573544584","geometry":{"type":"Point","coordinates":[-1.0866436,51.2666481]},"properties":{"@type":"node","@id":2573544584,"@timestamp":1386620691},"coords":"51.2666481,-1.0866436","bedrooms":"0","price":"197000","area":"432"} , +{"type":"Feature","id":"n2573835668","geometry":{"type":"Point","coordinates":[0.1776339,51.3905259]},"properties":{"@type":"node","@id":2573835668,"@timestamp":1386633897},"coords":"51.3905259,0.1776339","bedrooms":"4","price":"208000","area":"476"} , +{"type":"Feature","id":"n2573840373","geometry":{"type":"Point","coordinates":[0.1786688,51.3905383]},"properties":{"@type":"node","@id":2573840373,"@timestamp":1386634412},"coords":"51.3905383,0.1786688","bedrooms":"2","price":"185000","area":"374"} , +{"type":"Feature","id":"n2573848513","geometry":{"type":"Point","coordinates":[0.1779351,51.3900921]},"properties":{"@type":"node","@id":2573848513,"@timestamp":1627261238},"coords":"51.3900921,0.1779351","bedrooms":"2","price":"165000","area":"357"} , +{"type":"Feature","id":"n2573892912","geometry":{"type":"Point","coordinates":[-0.0336329,51.5215818]},"properties":{"@type":"node","@id":2573892912,"@timestamp":1564909695},"coords":"51.5215818,-0.0336329","bedrooms":"2","price":"272000","area":"480"} , +{"type":"Feature","id":"n2574227626","geometry":{"type":"Point","coordinates":[-0.0670876,51.4122779]},"properties":{"@type":"node","@id":2574227626,"@timestamp":1386674210},"coords":"51.4122779,-0.0670876","bedrooms":"4","price":"270000","area":"458"} , +{"type":"Feature","id":"n2574657136","geometry":{"type":"Point","coordinates":[-0.2002166,51.5351842]},"properties":{"@type":"node","@id":2574657136,"@timestamp":1591486246},"coords":"51.5351842,-0.2002166","bedrooms":"1","price":"296000","area":"684"} , +{"type":"Feature","id":"n2574657161","geometry":{"type":"Point","coordinates":[-0.2000151,51.5352078]},"properties":{"@type":"node","@id":2574657161,"@timestamp":1386698420},"coords":"51.5352078,-0.2000151","bedrooms":"3","price":"232000","area":"493"} , +{"type":"Feature","id":"n2575410345","geometry":{"type":"Point","coordinates":[0.353589,51.422497]},"properties":{"@type":"node","@id":2575410345,"@timestamp":1386747305},"coords":"51.422497,0.353589","bedrooms":"2","price":"176000","area":"586"} , +{"type":"Feature","id":"n2575849721","geometry":{"type":"Point","coordinates":[-0.5612049,51.4250504]},"properties":{"@type":"node","@id":2575849721,"@timestamp":1614690242},"coords":"51.4250504,-0.5612049","bedrooms":"0","price":"151000","area":"463"} , +{"type":"Feature","id":"n2575961978","geometry":{"type":"Point","coordinates":[-0.5631563,51.4272262]},"properties":{"@type":"node","@id":2575961978,"@timestamp":1386780026},"coords":"51.4272262,-0.5631563","bedrooms":"4","price":"285000","area":"450"} , +{"type":"Feature","id":"n2576020130","geometry":{"type":"Point","coordinates":[0.0481104,51.6046916]},"properties":{"@type":"node","@id":2576020130,"@timestamp":1635299584},"coords":"51.6046916,0.0481104","bedrooms":"1","price":"256000","area":"574"} , +{"type":"Feature","id":"n2576231347","geometry":{"type":"Point","coordinates":[0.3054275,51.365635]},"properties":{"@type":"node","@id":2576231347,"@timestamp":1386793345},"coords":"51.365635,0.3054275","bedrooms":"3","price":"296000","area":"553"} , +{"type":"Feature","id":"n2576317846","geometry":{"type":"Point","coordinates":[-0.2981214,51.5519584]},"properties":{"@type":"node","@id":2576317846,"@timestamp":1386797879},"coords":"51.5519584,-0.2981214","bedrooms":"0","price":"292000","area":"602"} , +{"type":"Feature","id":"n2576330278","geometry":{"type":"Point","coordinates":[-0.4499948,51.7133687]},"properties":{"@type":"node","@id":2576330278,"@timestamp":1386798729},"coords":"51.7133687,-0.4499948","bedrooms":"1","price":"216000","area":"419"} , +{"type":"Feature","id":"n2576359002","geometry":{"type":"Point","coordinates":[-0.4494488,51.712101]},"properties":{"@type":"node","@id":2576359002,"@timestamp":1388183294},"coords":"51.712101,-0.4494488","bedrooms":"4","price":"174000","area":"569"} , +{"type":"Feature","id":"n2576453052","geometry":{"type":"Point","coordinates":[-0.3088562,51.577505]},"properties":{"@type":"node","@id":2576453052,"@timestamp":1386805785},"coords":"51.577505,-0.3088562","bedrooms":"4","price":"224000","area":"434"} , +{"type":"Feature","id":"n2576453062","geometry":{"type":"Point","coordinates":[-0.3077788,51.5771]},"properties":{"@type":"node","@id":2576453062,"@timestamp":1386805786},"coords":"51.5771,-0.3077788","bedrooms":"4","price":"172000","area":"505"} , +{"type":"Feature","id":"n2576453072","geometry":{"type":"Point","coordinates":[-0.3078579,51.5768867]},"properties":{"@type":"node","@id":2576453072,"@timestamp":1386805787},"coords":"51.5768867,-0.3078579","bedrooms":"2","price":"231000","area":"425"} , +{"type":"Feature","id":"n2576453082","geometry":{"type":"Point","coordinates":[-0.3069784,51.576594]},"properties":{"@type":"node","@id":2576453082,"@timestamp":1386805788},"coords":"51.576594,-0.3069784","bedrooms":"3","price":"273000","area":"459"} , +{"type":"Feature","id":"n2576453092","geometry":{"type":"Point","coordinates":[-0.3136195,51.5811957]},"properties":{"@type":"node","@id":2576453092,"@timestamp":1386805789},"coords":"51.5811957,-0.3136195","bedrooms":"0","price":"234000","area":"592"} , +{"type":"Feature","id":"n2576453126","geometry":{"type":"Point","coordinates":[-0.3149258,51.5824649]},"properties":{"@type":"node","@id":2576453126,"@timestamp":1386805789},"coords":"51.5824649,-0.3149258","bedrooms":"4","price":"163000","area":"638"} , +{"type":"Feature","id":"n2576453136","geometry":{"type":"Point","coordinates":[-0.3126308,51.579771]},"properties":{"@type":"node","@id":2576453136,"@timestamp":1386807832},"coords":"51.579771,-0.3126308","bedrooms":"0","price":"206000","area":"685"} , +{"type":"Feature","id":"n2576453146","geometry":{"type":"Point","coordinates":[-0.3107359,51.5780875]},"properties":{"@type":"node","@id":2576453146,"@timestamp":1386805791},"coords":"51.5780875,-0.3107359","bedrooms":"3","price":"292000","area":"564"} , +{"type":"Feature","id":"n2576453156","geometry":{"type":"Point","coordinates":[-0.3097203,51.5777432]},"properties":{"@type":"node","@id":2576453156,"@timestamp":1386805792},"coords":"51.5777432,-0.3097203","bedrooms":"1","price":"167000","area":"509"} , +{"type":"Feature","id":"n2576453570","geometry":{"type":"Point","coordinates":[-0.3082603,51.5769668]},"properties":{"@type":"node","@id":2576453570,"@timestamp":1386805866},"coords":"51.5769668,-0.3082603","bedrooms":"2","price":"205000","area":"405"} , +{"type":"Feature","id":"n2576453580","geometry":{"type":"Point","coordinates":[-0.3085913,51.5755213]},"properties":{"@type":"node","@id":2576453580,"@timestamp":1386805866},"coords":"51.5755213,-0.3085913","bedrooms":"1","price":"195000","area":"572"} , +{"type":"Feature","id":"n2576453590","geometry":{"type":"Point","coordinates":[-0.3084573,51.5761474]},"properties":{"@type":"node","@id":2576453590,"@timestamp":1386805867},"coords":"51.5761474,-0.3084573","bedrooms":"4","price":"158000","area":"695"} , +{"type":"Feature","id":"n2576453600","geometry":{"type":"Point","coordinates":[-0.3093751,51.5754964]},"properties":{"@type":"node","@id":2576453600,"@timestamp":1386805868},"coords":"51.5754964,-0.3093751","bedrooms":"4","price":"254000","area":"504"} , +{"type":"Feature","id":"n2576453610","geometry":{"type":"Point","coordinates":[-0.3093695,51.5757904]},"properties":{"@type":"node","@id":2576453610,"@timestamp":1386805869},"coords":"51.5757904,-0.3093695","bedrooms":"3","price":"219000","area":"692"} , +{"type":"Feature","id":"n2576453620","geometry":{"type":"Point","coordinates":[-0.3085589,51.5771071]},"properties":{"@type":"node","@id":2576453620,"@timestamp":1386805870},"coords":"51.5771071,-0.3085589","bedrooms":"2","price":"259000","area":"390"} , +{"type":"Feature","id":"n2576453630","geometry":{"type":"Point","coordinates":[-0.308732,51.576234]},"properties":{"@type":"node","@id":2576453630,"@timestamp":1386805870},"coords":"51.576234,-0.308732","bedrooms":"0","price":"259000","area":"389"} , +{"type":"Feature","id":"n2576453640","geometry":{"type":"Point","coordinates":[-0.3099436,51.5762233]},"properties":{"@type":"node","@id":2576453640,"@timestamp":1386805871},"coords":"51.5762233,-0.3099436","bedrooms":"1","price":"177000","area":"546"} , +{"type":"Feature","id":"n2576495193","geometry":{"type":"Point","coordinates":[0.1787199,51.389905]},"properties":{"@type":"node","@id":2576495193,"@timestamp":1627261238},"coords":"51.389905,0.1787199","bedrooms":"3","price":"173000","area":"645"} , +{"type":"Feature","id":"n2576501085","geometry":{"type":"Point","coordinates":[0.193735,51.2764224]},"properties":{"@type":"node","@id":2576501085,"@timestamp":1386809528},"coords":"51.2764224,0.193735","bedrooms":"2","price":"159000","area":"615"} , +{"type":"Feature","id":"n2576893632","geometry":{"type":"Point","coordinates":[-0.1030635,51.5272463]},"properties":{"@type":"node","@id":2576893632,"@timestamp":1386845420},"coords":"51.5272463,-0.1030635","bedrooms":"2","price":"299000","area":"544"} , +{"type":"Feature","id":"n2577092034","geometry":{"type":"Point","coordinates":[-0.512086,51.2852192]},"properties":{"@type":"node","@id":2577092034,"@timestamp":1386858619},"coords":"51.2852192,-0.512086","bedrooms":"1","price":"295000","area":"458"} , +{"type":"Feature","id":"n2577145953","geometry":{"type":"Point","coordinates":[-0.2765975,51.5909086]},"properties":{"@type":"node","@id":2577145953,"@timestamp":1386861779},"coords":"51.5909086,-0.2765975","bedrooms":"2","price":"199000","area":"520"} , +{"type":"Feature","id":"n2577145971","geometry":{"type":"Point","coordinates":[-0.2759043,51.5910936]},"properties":{"@type":"node","@id":2577145971,"@timestamp":1386861780},"coords":"51.5910936,-0.2759043","bedrooms":"2","price":"190000","area":"512"} , +{"type":"Feature","id":"n2577146003","geometry":{"type":"Point","coordinates":[-0.2769517,51.5911773]},"properties":{"@type":"node","@id":2577146003,"@timestamp":1386861780},"coords":"51.5911773,-0.2769517","bedrooms":"1","price":"249000","area":"502"} , +{"type":"Feature","id":"n2577146027","geometry":{"type":"Point","coordinates":[-0.2770581,51.5913528]},"properties":{"@type":"node","@id":2577146027,"@timestamp":1386861780},"coords":"51.5913528,-0.2770581","bedrooms":"4","price":"252000","area":"414"} , +{"type":"Feature","id":"n2577146064","geometry":{"type":"Point","coordinates":[-0.2738271,51.5916525]},"properties":{"@type":"node","@id":2577146064,"@timestamp":1386861781},"coords":"51.5916525,-0.2738271","bedrooms":"4","price":"191000","area":"587"} , +{"type":"Feature","id":"n2577146091","geometry":{"type":"Point","coordinates":[-0.274027,51.5919778]},"properties":{"@type":"node","@id":2577146091,"@timestamp":1386861782},"coords":"51.5919778,-0.274027","bedrooms":"4","price":"150000","area":"619"} , +{"type":"Feature","id":"n2577146109","geometry":{"type":"Point","coordinates":[-0.274266,51.5925123]},"properties":{"@type":"node","@id":2577146109,"@timestamp":1386861783},"coords":"51.5925123,-0.274266","bedrooms":"4","price":"291000","area":"615"} , +{"type":"Feature","id":"n2577146137","geometry":{"type":"Point","coordinates":[-0.2745615,51.5930024]},"properties":{"@type":"node","@id":2577146137,"@timestamp":1386861783},"coords":"51.5930024,-0.2745615","bedrooms":"3","price":"275000","area":"574"} , +{"type":"Feature","id":"n2577568083","geometry":{"type":"Point","coordinates":[0.4351701,51.6125292]},"properties":{"@type":"node","@id":2577568083,"@timestamp":1577356046},"coords":"51.6125292,0.4351701","bedrooms":"0","price":"186000","area":"422"} , +{"type":"Feature","id":"n2578114654","geometry":{"type":"Point","coordinates":[-0.0854463,51.5202348]},"properties":{"@type":"node","@id":2578114654,"@timestamp":1528552416},"coords":"51.5202348,-0.0854463","bedrooms":"4","price":"181000","area":"444"} , +{"type":"Feature","id":"n2578218189","geometry":{"type":"Point","coordinates":[-0.1231633,51.485923]},"properties":{"@type":"node","@id":2578218189,"@timestamp":1428585720},"coords":"51.485923,-0.1231633","bedrooms":"0","price":"226000","area":"497"} , +{"type":"Feature","id":"n2578599221","geometry":{"type":"Point","coordinates":[-0.3013128,51.5732029]},"properties":{"@type":"node","@id":2578599221,"@timestamp":1386963479},"coords":"51.5732029,-0.3013128","bedrooms":"3","price":"235000","area":"464"} , +{"type":"Feature","id":"n2578599231","geometry":{"type":"Point","coordinates":[-0.302125,51.5734871]},"properties":{"@type":"node","@id":2578599231,"@timestamp":1386963480},"coords":"51.5734871,-0.302125","bedrooms":"3","price":"254000","area":"367"} , +{"type":"Feature","id":"n2578599241","geometry":{"type":"Point","coordinates":[-0.2963225,51.5714472]},"properties":{"@type":"node","@id":2578599241,"@timestamp":1386963481},"coords":"51.5714472,-0.2963225","bedrooms":"4","price":"287000","area":"417"} , +{"type":"Feature","id":"n2578599251","geometry":{"type":"Point","coordinates":[-0.2979532,51.5720359]},"properties":{"@type":"node","@id":2578599251,"@timestamp":1386963482},"coords":"51.5720359,-0.2979532","bedrooms":"2","price":"150000","area":"636"} , +{"type":"Feature","id":"n2578599261","geometry":{"type":"Point","coordinates":[-0.2987745,51.5723308]},"properties":{"@type":"node","@id":2578599261,"@timestamp":1386963482},"coords":"51.5723308,-0.2987745","bedrooms":"1","price":"193000","area":"483"} , +{"type":"Feature","id":"n2578599271","geometry":{"type":"Point","coordinates":[-0.2997495,51.5726614]},"properties":{"@type":"node","@id":2578599271,"@timestamp":1386963483},"coords":"51.5726614,-0.2997495","bedrooms":"2","price":"278000","area":"604"} , +{"type":"Feature","id":"n2578599281","geometry":{"type":"Point","coordinates":[-0.2957659,51.5712677]},"properties":{"@type":"node","@id":2578599281,"@timestamp":1386963484},"coords":"51.5712677,-0.2957659","bedrooms":"2","price":"285000","area":"374"} , +{"type":"Feature","id":"n2578599347","geometry":{"type":"Point","coordinates":[-0.299555,51.5728236]},"properties":{"@type":"node","@id":2578599347,"@timestamp":1386963527},"coords":"51.5728236,-0.299555","bedrooms":"4","price":"244000","area":"470"} , +{"type":"Feature","id":"n2578599357","geometry":{"type":"Point","coordinates":[-0.3106005,51.575745]},"properties":{"@type":"node","@id":2578599357,"@timestamp":1386963528},"coords":"51.575745,-0.3106005","bedrooms":"3","price":"230000","area":"401"} , +{"type":"Feature","id":"n2578599371","geometry":{"type":"Point","coordinates":[-0.3008784,51.5732702]},"properties":{"@type":"node","@id":2578599371,"@timestamp":1386963528},"coords":"51.5732702,-0.3008784","bedrooms":"3","price":"290000","area":"669"} , +{"type":"Feature","id":"n2578599381","geometry":{"type":"Point","coordinates":[-0.3104255,51.575573]},"properties":{"@type":"node","@id":2578599381,"@timestamp":1386963529},"coords":"51.575573,-0.3104255","bedrooms":"4","price":"292000","area":"532"} , +{"type":"Feature","id":"n2578599391","geometry":{"type":"Point","coordinates":[-0.3022876,51.5737648]},"properties":{"@type":"node","@id":2578599391,"@timestamp":1386963530},"coords":"51.5737648,-0.3022876","bedrooms":"0","price":"205000","area":"426"} , +{"type":"Feature","id":"n2578599401","geometry":{"type":"Point","coordinates":[-0.2961028,51.5716164]},"properties":{"@type":"node","@id":2578599401,"@timestamp":1386963530},"coords":"51.5716164,-0.2961028","bedrooms":"2","price":"249000","area":"663"} , +{"type":"Feature","id":"n2578599411","geometry":{"type":"Point","coordinates":[-0.3037762,51.5743034]},"properties":{"@type":"node","@id":2578599411,"@timestamp":1386963531},"coords":"51.5743034,-0.3037762","bedrooms":"3","price":"179000","area":"542"} , +{"type":"Feature","id":"n2578599421","geometry":{"type":"Point","coordinates":[-0.3043764,51.5744775]},"properties":{"@type":"node","@id":2578599421,"@timestamp":1386963532},"coords":"51.5744775,-0.3043764","bedrooms":"0","price":"177000","area":"428"} , +{"type":"Feature","id":"n2578599431","geometry":{"type":"Point","coordinates":[-0.3051704,51.5747399]},"properties":{"@type":"node","@id":2578599431,"@timestamp":1386963532},"coords":"51.5747399,-0.3051704","bedrooms":"2","price":"262000","area":"511"} , +{"type":"Feature","id":"n2578599441","geometry":{"type":"Point","coordinates":[-0.3059408,51.5749674]},"properties":{"@type":"node","@id":2578599441,"@timestamp":1386963533},"coords":"51.5749674,-0.3059408","bedrooms":"4","price":"230000","area":"537"} , +{"type":"Feature","id":"n2578599451","geometry":{"type":"Point","coordinates":[-0.3067668,51.5752206]},"properties":{"@type":"node","@id":2578599451,"@timestamp":1386963534},"coords":"51.5752206,-0.3067668","bedrooms":"0","price":"169000","area":"403"} , +{"type":"Feature","id":"n2578599461","geometry":{"type":"Point","coordinates":[-0.3076366,51.5755257]},"properties":{"@type":"node","@id":2578599461,"@timestamp":1386963534},"coords":"51.5755257,-0.3076366","bedrooms":"3","price":"248000","area":"517"} , +{"type":"Feature","id":"n2578599471","geometry":{"type":"Point","coordinates":[-0.2966413,51.5717915]},"properties":{"@type":"node","@id":2578599471,"@timestamp":1386963535},"coords":"51.5717915,-0.2966413","bedrooms":"4","price":"215000","area":"357"} , +{"type":"Feature","id":"n2578599481","geometry":{"type":"Point","coordinates":[-0.2972802,51.5720359]},"properties":{"@type":"node","@id":2578599481,"@timestamp":1386963536},"coords":"51.5720359,-0.2972802","bedrooms":"1","price":"216000","area":"689"} , +{"type":"Feature","id":"n2578599493","geometry":{"type":"Point","coordinates":[-0.2978733,51.5722319]},"properties":{"@type":"node","@id":2578599493,"@timestamp":1386963536},"coords":"51.5722319,-0.2978733","bedrooms":"0","price":"220000","area":"599"} , +{"type":"Feature","id":"n2578599513","geometry":{"type":"Point","coordinates":[-0.2985883,51.5725057]},"properties":{"@type":"node","@id":2578599513,"@timestamp":1386963537},"coords":"51.5725057,-0.2985883","bedrooms":"2","price":"236000","area":"489"} , +{"type":"Feature","id":"n2578599529","geometry":{"type":"Point","coordinates":[-0.2991854,51.5727017]},"properties":{"@type":"node","@id":2578599529,"@timestamp":1386963538},"coords":"51.5727017,-0.2991854","bedrooms":"2","price":"195000","area":"357"} , +{"type":"Feature","id":"n2578850012","geometry":{"type":"Point","coordinates":[0.5111473,51.3354117]},"properties":{"@type":"node","@id":2578850012,"@timestamp":1386979516},"coords":"51.3354117,0.5111473","bedrooms":"4","price":"173000","area":"426"} , +{"type":"Feature","id":"n2578857289","geometry":{"type":"Point","coordinates":[-0.2107324,51.5415557]},"properties":{"@type":"node","@id":2578857289,"@timestamp":1386979862},"coords":"51.5415557,-0.2107324","bedrooms":"4","price":"277000","area":"426"} , +{"type":"Feature","id":"n2579346776","geometry":{"type":"Point","coordinates":[-0.2232505,51.4157044]},"properties":{"@type":"node","@id":2579346776,"@timestamp":1570061216},"coords":"51.4157044,-0.2232505","bedrooms":"2","price":"254000","area":"657"} , +{"type":"Feature","id":"n2579657269","geometry":{"type":"Point","coordinates":[-0.4455672,51.8909719]},"properties":{"@type":"node","@id":2579657269,"@timestamp":1387037666},"coords":"51.8909719,-0.4455672","bedrooms":"1","price":"157000","area":"383"} , +{"type":"Feature","id":"n2579657284","geometry":{"type":"Point","coordinates":[-0.4670944,51.9060487]},"properties":{"@type":"node","@id":2579657284,"@timestamp":1628011000},"coords":"51.9060487,-0.4670944","bedrooms":"4","price":"165000","area":"670"} , +{"type":"Feature","id":"n2579683212","geometry":{"type":"Point","coordinates":[-0.4334473,51.8853632]},"properties":{"@type":"node","@id":2579683212,"@timestamp":1387038675},"coords":"51.8853632,-0.4334473","bedrooms":"3","price":"264000","area":"674"} , +{"type":"Feature","id":"n2579751130","geometry":{"type":"Point","coordinates":[0.0084023,51.585171]},"properties":{"@type":"node","@id":2579751130,"@timestamp":1596914716},"coords":"51.585171,0.0084023","bedrooms":"1","price":"285000","area":"377"} , +{"type":"Feature","id":"n2580204999","geometry":{"type":"Point","coordinates":[-0.3111544,51.3492552]},"properties":{"@type":"node","@id":2580204999,"@timestamp":1387064365},"coords":"51.3492552,-0.3111544","bedrooms":"4","price":"227000","area":"634"} , +{"type":"Feature","id":"n2581113403","geometry":{"type":"Point","coordinates":[-0.8715656,51.4126465]},"properties":{"@type":"node","@id":2581113403,"@timestamp":1387125101},"coords":"51.4126465,-0.8715656","bedrooms":"4","price":"169000","area":"533"} , +{"type":"Feature","id":"n2581287782","geometry":{"type":"Point","coordinates":[0.625014,51.909316]},"properties":{"@type":"node","@id":2581287782,"@timestamp":1387131315},"coords":"51.909316,0.625014","bedrooms":"2","price":"237000","area":"370"} , +{"type":"Feature","id":"n2581381756","geometry":{"type":"Point","coordinates":[-0.3611615,51.558374]},"properties":{"@type":"node","@id":2581381756,"@timestamp":1619369252},"coords":"51.558374,-0.3611615","bedrooms":"1","price":"243000","area":"689"} , +{"type":"Feature","id":"n2581381810","geometry":{"type":"Point","coordinates":[-0.361253,51.5579036]},"properties":{"@type":"node","@id":2581381810,"@timestamp":1387134063},"coords":"51.5579036,-0.361253","bedrooms":"4","price":"183000","area":"606"} , +{"type":"Feature","id":"n2581419493","geometry":{"type":"Point","coordinates":[-0.3316297,51.2474989]},"properties":{"@type":"node","@id":2581419493,"@timestamp":1609435474},"coords":"51.2474989,-0.3316297","bedrooms":"1","price":"267000","area":"556"} , +{"type":"Feature","id":"n2581583813","geometry":{"type":"Point","coordinates":[-0.3568028,51.5617408]},"properties":{"@type":"node","@id":2581583813,"@timestamp":1387140688},"coords":"51.5617408,-0.3568028","bedrooms":"0","price":"195000","area":"510"} , +{"type":"Feature","id":"n2582186782","geometry":{"type":"Point","coordinates":[-0.0787618,51.4198083]},"properties":{"@type":"node","@id":2582186782,"@timestamp":1611787702},"coords":"51.4198083,-0.0787618","bedrooms":"1","price":"271000","area":"570"} , +{"type":"Feature","id":"n2582823955","geometry":{"type":"Point","coordinates":[-0.3369632,51.5554799]},"properties":{"@type":"node","@id":2582823955,"@timestamp":1618279204},"coords":"51.5554799,-0.3369632","bedrooms":"0","price":"260000","area":"371"} , +{"type":"Feature","id":"n2583619011","geometry":{"type":"Point","coordinates":[-1.0867784,51.2646563]},"properties":{"@type":"node","@id":2583619011,"@timestamp":1628085643},"coords":"51.2646563,-1.0867784","bedrooms":"3","price":"211000","area":"647"} , +{"type":"Feature","id":"n2583905179","geometry":{"type":"Point","coordinates":[-0.1018162,51.5231733]},"properties":{"@type":"node","@id":2583905179,"@timestamp":1553718890},"coords":"51.5231733,-0.1018162","bedrooms":"1","price":"200000","area":"354"} , +{"type":"Feature","id":"n2583961404","geometry":{"type":"Point","coordinates":[0.729937,50.9483094]},"properties":{"@type":"node","@id":2583961404,"@timestamp":1387301483},"coords":"50.9483094,0.729937","bedrooms":"3","price":"185000","area":"667"} , +{"type":"Feature","id":"n2584009051","geometry":{"type":"Point","coordinates":[-0.0774536,51.5228766]},"properties":{"@type":"node","@id":2584009051,"@timestamp":1635013647},"coords":"51.5228766,-0.0774536","bedrooms":"0","price":"274000","area":"632"} , +{"type":"Feature","id":"n2584009064","geometry":{"type":"Point","coordinates":[-0.0780096,51.5229972]},"properties":{"@type":"node","@id":2584009064,"@timestamp":1616722576},"coords":"51.5229972,-0.0780096","bedrooms":"2","price":"167000","area":"437"} , +{"type":"Feature","id":"n2584023894","geometry":{"type":"Point","coordinates":[-0.6571506,51.9177244]},"properties":{"@type":"node","@id":2584023894,"@timestamp":1566750903},"coords":"51.9177244,-0.6571506","bedrooms":"0","price":"206000","area":"499"} , +{"type":"Feature","id":"n2584253985","geometry":{"type":"Point","coordinates":[-0.3530404,51.564903]},"properties":{"@type":"node","@id":2584253985,"@timestamp":1543774631},"coords":"51.564903,-0.3530404","bedrooms":"3","price":"249000","area":"530"} , +{"type":"Feature","id":"n2584253998","geometry":{"type":"Point","coordinates":[-0.3524411,51.565001]},"properties":{"@type":"node","@id":2584253998,"@timestamp":1387315827},"coords":"51.565001,-0.3524411","bedrooms":"1","price":"272000","area":"388"} , +{"type":"Feature","id":"n2584288010","geometry":{"type":"Point","coordinates":[-0.3531082,51.5646265]},"properties":{"@type":"node","@id":2584288010,"@timestamp":1387315824},"coords":"51.5646265,-0.3531082","bedrooms":"2","price":"166000","area":"557"} , +{"type":"Feature","id":"n2585342041","geometry":{"type":"Point","coordinates":[0.1751698,51.391462]},"properties":{"@type":"node","@id":2585342041,"@timestamp":1387386280},"coords":"51.391462,0.1751698","bedrooms":"2","price":"223000","area":"691"} , +{"type":"Feature","id":"n2586617937","geometry":{"type":"Point","coordinates":[-0.1119501,51.5139448]},"properties":{"@type":"node","@id":2586617937,"@timestamp":1387457463},"coords":"51.5139448,-0.1119501","bedrooms":"2","price":"169000","area":"661"} , +{"type":"Feature","id":"n2586825738","geometry":{"type":"Point","coordinates":[-0.7530127,51.1105836]},"properties":{"@type":"node","@id":2586825738,"@timestamp":1387465328},"coords":"51.1105836,-0.7530127","bedrooms":"1","price":"227000","area":"403"} , +{"type":"Feature","id":"n2586992062","geometry":{"type":"Point","coordinates":[-0.1189436,51.5577691]},"properties":{"@type":"node","@id":2586992062,"@timestamp":1444476976},"coords":"51.5577691,-0.1189436","bedrooms":"1","price":"259000","area":"535"} , +{"type":"Feature","id":"n2587065992","geometry":{"type":"Point","coordinates":[-0.1792062,51.5189115]},"properties":{"@type":"node","@id":2587065992,"@timestamp":1387476990},"coords":"51.5189115,-0.1792062","bedrooms":"2","price":"163000","area":"618"} , +{"type":"Feature","id":"n2587066005","geometry":{"type":"Point","coordinates":[-0.1793785,51.5189854]},"properties":{"@type":"node","@id":2587066005,"@timestamp":1387476991},"coords":"51.5189854,-0.1793785","bedrooms":"0","price":"177000","area":"462"} , +{"type":"Feature","id":"n2587603091","geometry":{"type":"Point","coordinates":[-0.1185964,51.4564619]},"properties":{"@type":"node","@id":2587603091,"@timestamp":1617144658},"coords":"51.4564619,-0.1185964","bedrooms":"4","price":"208000","area":"374"} , +{"type":"Feature","id":"n2588327825","geometry":{"type":"Point","coordinates":[-0.6575149,51.9176419]},"properties":{"@type":"node","@id":2588327825,"@timestamp":1401644620},"coords":"51.9176419,-0.6575149","bedrooms":"2","price":"166000","area":"567"} , +{"type":"Feature","id":"n2588925582","geometry":{"type":"Point","coordinates":[-0.3954441,51.6548831]},"properties":{"@type":"node","@id":2588925582,"@timestamp":1608124588},"coords":"51.6548831,-0.3954441","bedrooms":"1","price":"282000","area":"553"} , +{"type":"Feature","id":"n2589189797","geometry":{"type":"Point","coordinates":[-0.5069869,51.3905548]},"properties":{"@type":"node","@id":2589189797,"@timestamp":1582395615},"coords":"51.3905548,-0.5069869","bedrooms":"3","price":"172000","area":"404"} , +{"type":"Feature","id":"n2589259365","geometry":{"type":"Point","coordinates":[-0.6776594,51.908856]},"properties":{"@type":"node","@id":2589259365,"@timestamp":1387640978},"coords":"51.908856,-0.6776594","bedrooms":"2","price":"290000","area":"376"} , +{"type":"Feature","id":"n2589632874","geometry":{"type":"Point","coordinates":[-0.4062507,51.4439968]},"properties":{"@type":"node","@id":2589632874,"@timestamp":1602334809},"coords":"51.4439968,-0.4062507","bedrooms":"2","price":"258000","area":"392"} , +{"type":"Feature","id":"n2589632921","geometry":{"type":"Point","coordinates":[-0.4049438,51.4427828]},"properties":{"@type":"node","@id":2589632921,"@timestamp":1574684311},"coords":"51.4427828,-0.4049438","bedrooms":"4","price":"173000","area":"543"} , +{"type":"Feature","id":"n2589841304","geometry":{"type":"Point","coordinates":[-0.9947437,51.8138231]},"properties":{"@type":"node","@id":2589841304,"@timestamp":1387674991},"coords":"51.8138231,-0.9947437","bedrooms":"1","price":"257000","area":"488"} , +{"type":"Feature","id":"n2590404844","geometry":{"type":"Point","coordinates":[0.4652193,51.7367565]},"properties":{"@type":"node","@id":2590404844,"@timestamp":1617079403},"coords":"51.7367565,0.4652193","bedrooms":"4","price":"261000","area":"525"} , +{"type":"Feature","id":"n2590469385","geometry":{"type":"Point","coordinates":[-0.432722,51.8957576]},"properties":{"@type":"node","@id":2590469385,"@timestamp":1387730230},"coords":"51.8957576,-0.432722","bedrooms":"2","price":"199000","area":"459"} , +{"type":"Feature","id":"n2590498685","geometry":{"type":"Point","coordinates":[-0.4519057,51.9035491]},"properties":{"@type":"node","@id":2590498685,"@timestamp":1387731952},"coords":"51.9035491,-0.4519057","bedrooms":"2","price":"263000","area":"673"} , +{"type":"Feature","id":"n2590541980","geometry":{"type":"Point","coordinates":[-0.4603905,51.9140016]},"properties":{"@type":"node","@id":2590541980,"@timestamp":1605972434},"coords":"51.9140016,-0.4603905","bedrooms":"2","price":"190000","area":"428"} , +{"type":"Feature","id":"n2590565412","geometry":{"type":"Point","coordinates":[-0.4134623,51.4416978]},"properties":{"@type":"node","@id":2590565412,"@timestamp":1575550147},"coords":"51.4416978,-0.4134623","bedrooms":"0","price":"202000","area":"662"} , +{"type":"Feature","id":"n2591028826","geometry":{"type":"Point","coordinates":[-1.0165405,51.5367429]},"properties":{"@type":"node","@id":2591028826,"@timestamp":1387761530},"coords":"51.5367429,-1.0165405","bedrooms":"4","price":"152000","area":"682"} , +{"type":"Feature","id":"n2591076616","geometry":{"type":"Point","coordinates":[-0.1162812,51.5470838]},"properties":{"@type":"node","@id":2591076616,"@timestamp":1387768832},"coords":"51.5470838,-0.1162812","bedrooms":"4","price":"175000","area":"483"} , +{"type":"Feature","id":"n2591076657","geometry":{"type":"Point","coordinates":[-0.1153282,51.5462288]},"properties":{"@type":"node","@id":2591076657,"@timestamp":1387768833},"coords":"51.5462288,-0.1153282","bedrooms":"2","price":"181000","area":"583"} , +{"type":"Feature","id":"n2591334239","geometry":{"type":"Point","coordinates":[0.1752265,51.3909821]},"properties":{"@type":"node","@id":2591334239,"@timestamp":1387799460},"coords":"51.3909821,0.1752265","bedrooms":"1","price":"217000","area":"652"} , +{"type":"Feature","id":"n2591341597","geometry":{"type":"Point","coordinates":[0.1766309,51.391024]},"properties":{"@type":"node","@id":2591341597,"@timestamp":1387799812},"coords":"51.391024,0.1766309","bedrooms":"3","price":"249000","area":"567"} , +{"type":"Feature","id":"n2591864225","geometry":{"type":"Point","coordinates":[-1.0474276,51.5967593]},"properties":{"@type":"node","@id":2591864225,"@timestamp":1387823568},"coords":"51.5967593,-1.0474276","bedrooms":"2","price":"218000","area":"435"} , +{"type":"Feature","id":"n2592197002","geometry":{"type":"Point","coordinates":[0.2164919,51.9101276]},"properties":{"@type":"node","@id":2592197002,"@timestamp":1387844919},"coords":"51.9101276,0.2164919","bedrooms":"3","price":"259000","area":"361"} , +{"type":"Feature","id":"n2592356053","geometry":{"type":"Point","coordinates":[-0.095927,51.556719]},"properties":{"@type":"node","@id":2592356053,"@timestamp":1387868509},"coords":"51.556719,-0.095927","bedrooms":"1","price":"234000","area":"456"} , +{"type":"Feature","id":"n2592356072","geometry":{"type":"Point","coordinates":[-0.0984934,51.5576788]},"properties":{"@type":"node","@id":2592356072,"@timestamp":1616043553},"coords":"51.5576788,-0.0984934","bedrooms":"4","price":"194000","area":"609"} , +{"type":"Feature","id":"n2592356090","geometry":{"type":"Point","coordinates":[-0.1076651,51.5516974]},"properties":{"@type":"node","@id":2592356090,"@timestamp":1621557698},"coords":"51.5516974,-0.1076651","bedrooms":"2","price":"167000","area":"430"} , +{"type":"Feature","id":"n2592358348","geometry":{"type":"Point","coordinates":[-0.1032018,51.5623863]},"properties":{"@type":"node","@id":2592358348,"@timestamp":1633744894},"coords":"51.5623863,-0.1032018","bedrooms":"1","price":"274000","area":"618"} , +{"type":"Feature","id":"n2592358368","geometry":{"type":"Point","coordinates":[-0.1061304,51.5581754]},"properties":{"@type":"node","@id":2592358368,"@timestamp":1619372131},"coords":"51.5581754,-0.1061304","bedrooms":"2","price":"156000","area":"614"} , +{"type":"Feature","id":"n2592363015","geometry":{"type":"Point","coordinates":[-0.0921754,51.5639902]},"properties":{"@type":"node","@id":2592363015,"@timestamp":1597574132},"coords":"51.5639902,-0.0921754","bedrooms":"4","price":"164000","area":"662"} , +{"type":"Feature","id":"n2592437245","geometry":{"type":"Point","coordinates":[0.2062381,51.8814654]},"properties":{"@type":"node","@id":2592437245,"@timestamp":1631653954},"coords":"51.8814654,0.2062381","bedrooms":"0","price":"282000","area":"396"} , +{"type":"Feature","id":"n2592437259","geometry":{"type":"Point","coordinates":[0.2112839,51.8796867]},"properties":{"@type":"node","@id":2592437259,"@timestamp":1631654359},"coords":"51.8796867,0.2112839","bedrooms":"0","price":"160000","area":"647"} , +{"type":"Feature","id":"n2592437279","geometry":{"type":"Point","coordinates":[0.2075952,51.8805537]},"properties":{"@type":"node","@id":2592437279,"@timestamp":1631653954},"coords":"51.8805537,0.2075952","bedrooms":"0","price":"277000","area":"695"} , +{"type":"Feature","id":"n2592437297","geometry":{"type":"Point","coordinates":[0.2126971,51.8826511]},"properties":{"@type":"node","@id":2592437297,"@timestamp":1631654359},"coords":"51.8826511,0.2126971","bedrooms":"0","price":"280000","area":"614"} , +{"type":"Feature","id":"n2592437317","geometry":{"type":"Point","coordinates":[0.2115972,51.8798959]},"properties":{"@type":"node","@id":2592437317,"@timestamp":1631654359},"coords":"51.8798959,0.2115972","bedrooms":"0","price":"239000","area":"624"} , +{"type":"Feature","id":"n2592437334","geometry":{"type":"Point","coordinates":[0.2089107,51.8799862]},"properties":{"@type":"node","@id":2592437334,"@timestamp":1631653954},"coords":"51.8799862,0.2089107","bedrooms":"2","price":"172000","area":"549"} , +{"type":"Feature","id":"n2592750115","geometry":{"type":"Point","coordinates":[0.17664,51.3906119]},"properties":{"@type":"node","@id":2592750115,"@timestamp":1387893239},"coords":"51.3906119,0.17664","bedrooms":"0","price":"288000","area":"686"} , +{"type":"Feature","id":"n2592872586","geometry":{"type":"Point","coordinates":[-0.136813,51.5398683]},"properties":{"@type":"node","@id":2592872586,"@timestamp":1541781425},"coords":"51.5398683,-0.136813","bedrooms":"2","price":"234000","area":"623"} , +{"type":"Feature","id":"n2592912413","geometry":{"type":"Point","coordinates":[-0.1331159,51.5354761]},"properties":{"@type":"node","@id":2592912413,"@timestamp":1618285606},"coords":"51.5354761,-0.1331159","bedrooms":"2","price":"150000","area":"407"} , +{"type":"Feature","id":"n2592923411","geometry":{"type":"Point","coordinates":[-0.1359655,51.5420536]},"properties":{"@type":"node","@id":2592923411,"@timestamp":1601554948},"coords":"51.5420536,-0.1359655","bedrooms":"0","price":"207000","area":"454"} , +{"type":"Feature","id":"n2592945507","geometry":{"type":"Point","coordinates":[-0.4273694,51.8975641]},"properties":{"@type":"node","@id":2592945507,"@timestamp":1581539658},"coords":"51.8975641,-0.4273694","bedrooms":"1","price":"295000","area":"687"} , +{"type":"Feature","id":"n2592967898","geometry":{"type":"Point","coordinates":[-0.139704,51.5405836]},"properties":{"@type":"node","@id":2592967898,"@timestamp":1630543945},"coords":"51.5405836,-0.139704","bedrooms":"2","price":"283000","area":"643"} , +{"type":"Feature","id":"n2592985960","geometry":{"type":"Point","coordinates":[-0.4305694,51.9109661]},"properties":{"@type":"node","@id":2592985960,"@timestamp":1387907062},"coords":"51.9109661,-0.4305694","bedrooms":"3","price":"225000","area":"614"} , +{"type":"Feature","id":"n2593007299","geometry":{"type":"Point","coordinates":[-0.4276595,51.9181074]},"properties":{"@type":"node","@id":2593007299,"@timestamp":1581625851},"coords":"51.9181074,-0.4276595","bedrooms":"0","price":"267000","area":"362"} , +{"type":"Feature","id":"n2593020702","geometry":{"type":"Point","coordinates":[-0.4155412,51.9004914]},"properties":{"@type":"node","@id":2593020702,"@timestamp":1387909381},"coords":"51.9004914,-0.4155412","bedrooms":"4","price":"223000","area":"393"} , +{"type":"Feature","id":"n2593215231","geometry":{"type":"Point","coordinates":[0.1773087,51.3905889]},"properties":{"@type":"node","@id":2593215231,"@timestamp":1387922310},"coords":"51.3905889,0.1773087","bedrooms":"4","price":"267000","area":"649"} , +{"type":"Feature","id":"n2593217060","geometry":{"type":"Point","coordinates":[0.1781737,51.391053]},"properties":{"@type":"node","@id":2593217060,"@timestamp":1387922714},"coords":"51.391053,0.1781737","bedrooms":"4","price":"169000","area":"660"} , +{"type":"Feature","id":"n2593225783","geometry":{"type":"Point","coordinates":[0.1786827,51.3912389]},"properties":{"@type":"node","@id":2593225783,"@timestamp":1387923531},"coords":"51.3912389,0.1786827","bedrooms":"3","price":"279000","area":"695"} , +{"type":"Feature","id":"n2593225793","geometry":{"type":"Point","coordinates":[0.1790925,51.3917603]},"properties":{"@type":"node","@id":2593225793,"@timestamp":1387923532},"coords":"51.3917603,0.1790925","bedrooms":"1","price":"181000","area":"377"} , +{"type":"Feature","id":"n2593230667","geometry":{"type":"Point","coordinates":[0.1792218,51.3924178]},"properties":{"@type":"node","@id":2593230667,"@timestamp":1387923843},"coords":"51.3924178,0.1792218","bedrooms":"3","price":"259000","area":"635"} , +{"type":"Feature","id":"n2593358496","geometry":{"type":"Point","coordinates":[0.1788639,51.3925356]},"properties":{"@type":"node","@id":2593358496,"@timestamp":1387935640},"coords":"51.3925356,0.1788639","bedrooms":"0","price":"276000","area":"589"} , +{"type":"Feature","id":"n2593362299","geometry":{"type":"Point","coordinates":[0.1796791,51.3923962]},"properties":{"@type":"node","@id":2593362299,"@timestamp":1387936080},"coords":"51.3923962,0.1796791","bedrooms":"2","price":"179000","area":"388"} , +{"type":"Feature","id":"n2593364034","geometry":{"type":"Point","coordinates":[0.1789395,51.3906738]},"properties":{"@type":"node","@id":2593364034,"@timestamp":1387936672},"coords":"51.3906738,0.1789395","bedrooms":"0","price":"294000","area":"475"} , +{"type":"Feature","id":"n2595109617","geometry":{"type":"Point","coordinates":[-0.280192,51.3785781]},"properties":{"@type":"node","@id":2595109617,"@timestamp":1564909695},"coords":"51.3785781,-0.280192","bedrooms":"3","price":"170000","area":"636"} , +{"type":"Feature","id":"n2596156674","geometry":{"type":"Point","coordinates":[0.1802092,51.3917908]},"properties":{"@type":"node","@id":2596156674,"@timestamp":1388103553},"coords":"51.3917908,0.1802092","bedrooms":"4","price":"184000","area":"568"} , +{"type":"Feature","id":"n2596169716","geometry":{"type":"Point","coordinates":[0.1794118,51.3915453]},"properties":{"@type":"node","@id":2596169716,"@timestamp":1388104175},"coords":"51.3915453,0.1794118","bedrooms":"3","price":"281000","area":"614"} , +{"type":"Feature","id":"n2596195089","geometry":{"type":"Point","coordinates":[-0.3855271,51.5104917]},"properties":{"@type":"node","@id":2596195089,"@timestamp":1388108153},"coords":"51.5104917,-0.3855271","bedrooms":"1","price":"181000","area":"622"} , +{"type":"Feature","id":"n2596259139","geometry":{"type":"Point","coordinates":[-0.0853286,51.5522559]},"properties":{"@type":"node","@id":2596259139,"@timestamp":1627614815},"coords":"51.5522559,-0.0853286","bedrooms":"0","price":"280000","area":"405"} , +{"type":"Feature","id":"n2597463162","geometry":{"type":"Point","coordinates":[0.6009241,50.9975516]},"properties":{"@type":"node","@id":2597463162,"@timestamp":1542405328},"coords":"50.9975516,0.6009241","bedrooms":"4","price":"188000","area":"563"} , +{"type":"Feature","id":"n2597741411","geometry":{"type":"Point","coordinates":[0.1797861,51.3906239]},"properties":{"@type":"node","@id":2597741411,"@timestamp":1388191000},"coords":"51.3906239,0.1797861","bedrooms":"1","price":"158000","area":"527"} , +{"type":"Feature","id":"n2598107724","geometry":{"type":"Point","coordinates":[0.028882,51.6729112]},"properties":{"@type":"node","@id":2598107724,"@timestamp":1388226412},"coords":"51.6729112,0.028882","bedrooms":"3","price":"293000","area":"625"} , +{"type":"Feature","id":"n2598319316","geometry":{"type":"Point","coordinates":[-0.5844405,51.9616716]},"properties":{"@type":"node","@id":2598319316,"@timestamp":1388237945},"coords":"51.9616716,-0.5844405","bedrooms":"3","price":"251000","area":"503"} , +{"type":"Feature","id":"n2598343044","geometry":{"type":"Point","coordinates":[-0.5009806,51.9259565]},"properties":{"@type":"node","@id":2598343044,"@timestamp":1388239362},"coords":"51.9259565,-0.5009806","bedrooms":"0","price":"167000","area":"619"} , +{"type":"Feature","id":"n2598358129","geometry":{"type":"Point","coordinates":[0.1798989,51.3902672]},"properties":{"@type":"node","@id":2598358129,"@timestamp":1626713581},"coords":"51.3902672,0.1798989","bedrooms":"2","price":"272000","area":"399"} , +{"type":"Feature","id":"n2598364795","geometry":{"type":"Point","coordinates":[0.1800012,51.3900907]},"properties":{"@type":"node","@id":2598364795,"@timestamp":1626778442},"coords":"51.3900907,0.1800012","bedrooms":"0","price":"287000","area":"570"} , +{"type":"Feature","id":"n2598373123","geometry":{"type":"Point","coordinates":[-0.4939132,51.9660024]},"properties":{"@type":"node","@id":2598373123,"@timestamp":1388240795},"coords":"51.9660024,-0.4939132","bedrooms":"2","price":"253000","area":"417"} , +{"type":"Feature","id":"n2598378477","geometry":{"type":"Point","coordinates":[0.1818635,51.3902269]},"properties":{"@type":"node","@id":2598378477,"@timestamp":1626783530},"coords":"51.3902269,0.1818635","bedrooms":"0","price":"203000","area":"594"} , +{"type":"Feature","id":"n2598483047","geometry":{"type":"Point","coordinates":[-0.1974057,51.4956591]},"properties":{"@type":"node","@id":2598483047,"@timestamp":1595484160},"coords":"51.4956591,-0.1974057","bedrooms":"4","price":"170000","area":"684"} , +{"type":"Feature","id":"n2598508085","geometry":{"type":"Point","coordinates":[-0.2809548,51.3794695]},"properties":{"@type":"node","@id":2598508085,"@timestamp":1568331319},"coords":"51.3794695,-0.2809548","bedrooms":"1","price":"187000","area":"362"} , +{"type":"Feature","id":"n2598557567","geometry":{"type":"Point","coordinates":[0.1806812,51.3905074]},"properties":{"@type":"node","@id":2598557567,"@timestamp":1626713581},"coords":"51.3905074,0.1806812","bedrooms":"0","price":"218000","area":"428"} , +{"type":"Feature","id":"n2598564579","geometry":{"type":"Point","coordinates":[0.181049,51.3911924]},"properties":{"@type":"node","@id":2598564579,"@timestamp":1626651218},"coords":"51.3911924,0.181049","bedrooms":"0","price":"194000","area":"592"} , +{"type":"Feature","id":"n2598579609","geometry":{"type":"Point","coordinates":[0.1808587,51.3917552]},"properties":{"@type":"node","@id":2598579609,"@timestamp":1388249730},"coords":"51.3917552,0.1808587","bedrooms":"1","price":"204000","area":"555"} , +{"type":"Feature","id":"n2598590316","geometry":{"type":"Point","coordinates":[0.1815113,51.3913386]},"properties":{"@type":"node","@id":2598590316,"@timestamp":1388250193},"coords":"51.3913386,0.1815113","bedrooms":"0","price":"250000","area":"651"} , +{"type":"Feature","id":"n2598799849","geometry":{"type":"Point","coordinates":[-0.5852302,51.5489999]},"properties":{"@type":"node","@id":2598799849,"@timestamp":1388262760},"coords":"51.5489999,-0.5852302","bedrooms":"3","price":"208000","area":"699"} , +{"type":"Feature","id":"n2598890584","geometry":{"type":"Point","coordinates":[0.1817338,51.3912913]},"properties":{"@type":"node","@id":2598890584,"@timestamp":1388267791},"coords":"51.3912913,0.1817338","bedrooms":"1","price":"200000","area":"517"} , +{"type":"Feature","id":"n2598978113","geometry":{"type":"Point","coordinates":[-0.5441711,51.9051571]},"properties":{"@type":"node","@id":2598978113,"@timestamp":1523809602},"coords":"51.9051571,-0.5441711","bedrooms":"2","price":"207000","area":"643"} , +{"type":"Feature","id":"n2599353850","geometry":{"type":"Point","coordinates":[0.6006659,50.9960193]},"properties":{"@type":"node","@id":2599353850,"@timestamp":1388310341},"coords":"50.9960193,0.6006659","bedrooms":"1","price":"178000","area":"655"} , +{"type":"Feature","id":"n2599430510","geometry":{"type":"Point","coordinates":[0.6006954,50.9967131]},"properties":{"@type":"node","@id":2599430510,"@timestamp":1388343855},"coords":"50.9967131,0.6006954","bedrooms":"4","price":"261000","area":"394"} , +{"type":"Feature","id":"n2599483650","geometry":{"type":"Point","coordinates":[0.6003853,50.9958239]},"properties":{"@type":"node","@id":2599483650,"@timestamp":1388322117},"coords":"50.9958239,0.6003853","bedrooms":"3","price":"227000","area":"477"} , +{"type":"Feature","id":"n2599558429","geometry":{"type":"Point","coordinates":[-0.7017629,51.3153843]},"properties":{"@type":"node","@id":2599558429,"@timestamp":1402326023},"coords":"51.3153843,-0.7017629","bedrooms":"2","price":"216000","area":"616"} , +{"type":"Feature","id":"n2600386277","geometry":{"type":"Point","coordinates":[-0.571858,51.2148308]},"properties":{"@type":"node","@id":2600386277,"@timestamp":1388346583},"coords":"51.2148308,-0.571858","bedrooms":"3","price":"231000","area":"688"} , +{"type":"Feature","id":"n2600437409","geometry":{"type":"Point","coordinates":[0.1824259,51.3908584]},"properties":{"@type":"node","@id":2600437409,"@timestamp":1626651218},"coords":"51.3908584,0.1824259","bedrooms":"3","price":"152000","area":"631"} , +{"type":"Feature","id":"n2600452085","geometry":{"type":"Point","coordinates":[0.1834833,51.3915157]},"properties":{"@type":"node","@id":2600452085,"@timestamp":1388348758},"coords":"51.3915157,0.1834833","bedrooms":"0","price":"219000","area":"660"} , +{"type":"Feature","id":"n2600472833","geometry":{"type":"Point","coordinates":[0.1818666,51.3924375]},"properties":{"@type":"node","@id":2600472833,"@timestamp":1388349144},"coords":"51.3924375,0.1818666","bedrooms":"4","price":"287000","area":"441"} , +{"type":"Feature","id":"n2600472843","geometry":{"type":"Point","coordinates":[0.1822864,51.3922169]},"properties":{"@type":"node","@id":2600472843,"@timestamp":1388349144},"coords":"51.3922169,0.1822864","bedrooms":"2","price":"201000","area":"633"} , +{"type":"Feature","id":"n2600708931","geometry":{"type":"Point","coordinates":[-0.6750033,51.405931]},"properties":{"@type":"node","@id":2600708931,"@timestamp":1432809469},"coords":"51.405931,-0.6750033","bedrooms":"0","price":"259000","area":"517"} , +{"type":"Feature","id":"n2601412559","geometry":{"type":"Point","coordinates":[-0.771811,51.1350879]},"properties":{"@type":"node","@id":2601412559,"@timestamp":1388422131},"coords":"51.1350879,-0.771811","bedrooms":"0","price":"237000","area":"518"} , +{"type":"Feature","id":"n2601436225","geometry":{"type":"Point","coordinates":[0.1788408,51.3940894]},"properties":{"@type":"node","@id":2601436225,"@timestamp":1388423124},"coords":"51.3940894,0.1788408","bedrooms":"2","price":"216000","area":"356"} , +{"type":"Feature","id":"n2601436492","geometry":{"type":"Point","coordinates":[-0.7252258,51.5289261]},"properties":{"@type":"node","@id":2601436492,"@timestamp":1543100117},"coords":"51.5289261,-0.7252258","bedrooms":"4","price":"237000","area":"589"} , +{"type":"Feature","id":"n2601471699","geometry":{"type":"Point","coordinates":[0.1790759,51.3937637]},"properties":{"@type":"node","@id":2601471699,"@timestamp":1388423942},"coords":"51.3937637,0.1790759","bedrooms":"0","price":"273000","area":"512"} , +{"type":"Feature","id":"n2601548652","geometry":{"type":"Point","coordinates":[0.1796182,51.3935395]},"properties":{"@type":"node","@id":2601548652,"@timestamp":1388425828},"coords":"51.3935395,0.1796182","bedrooms":"4","price":"298000","area":"681"} , +{"type":"Feature","id":"n2601548662","geometry":{"type":"Point","coordinates":[0.1802746,51.3933712]},"properties":{"@type":"node","@id":2601548662,"@timestamp":1388425829},"coords":"51.3933712,0.1802746","bedrooms":"1","price":"202000","area":"607"} , +{"type":"Feature","id":"n2601552532","geometry":{"type":"Point","coordinates":[0.1803111,51.3931429]},"properties":{"@type":"node","@id":2601552532,"@timestamp":1388426075},"coords":"51.3931429,0.1803111","bedrooms":"1","price":"238000","area":"495"} , +{"type":"Feature","id":"n2601557734","geometry":{"type":"Point","coordinates":[0.1808675,51.3931489]},"properties":{"@type":"node","@id":2601557734,"@timestamp":1388426546},"coords":"51.3931489,0.1808675","bedrooms":"1","price":"272000","area":"686"} , +{"type":"Feature","id":"n2601557769","geometry":{"type":"Point","coordinates":[0.1814324,51.3928695]},"properties":{"@type":"node","@id":2601557769,"@timestamp":1618070642},"coords":"51.3928695,0.1814324","bedrooms":"4","price":"167000","area":"374"} , +{"type":"Feature","id":"n2602040623","geometry":{"type":"Point","coordinates":[-0.7699341,51.1227036]},"properties":{"@type":"node","@id":2602040623,"@timestamp":1388439710},"coords":"51.1227036,-0.7699341","bedrooms":"0","price":"284000","area":"609"} , +{"type":"Feature","id":"n2603129079","geometry":{"type":"Point","coordinates":[0.5628229,51.3745913]},"properties":{"@type":"node","@id":2603129079,"@timestamp":1388495141},"coords":"51.3745913,0.5628229","bedrooms":"3","price":"230000","area":"529"} , +{"type":"Feature","id":"n2603430763","geometry":{"type":"Point","coordinates":[-0.4827173,51.5587107]},"properties":{"@type":"node","@id":2603430763,"@timestamp":1564692216},"coords":"51.5587107,-0.4827173","bedrooms":"3","price":"259000","area":"588"} , +{"type":"Feature","id":"n2604572081","geometry":{"type":"Point","coordinates":[-0.1336166,51.4968682]},"properties":{"@type":"node","@id":2604572081,"@timestamp":1573662808},"coords":"51.4968682,-0.1336166","bedrooms":"4","price":"194000","area":"450"} , +{"type":"Feature","id":"n2604725263","geometry":{"type":"Point","coordinates":[-0.0746393,51.5522675]},"properties":{"@type":"node","@id":2604725263,"@timestamp":1601403560},"coords":"51.5522675,-0.0746393","bedrooms":"1","price":"171000","area":"380"} , +{"type":"Feature","id":"n2605134661","geometry":{"type":"Point","coordinates":[-0.1949944,51.3037298]},"properties":{"@type":"node","@id":2605134661,"@timestamp":1388612418},"coords":"51.3037298,-0.1949944","bedrooms":"3","price":"232000","area":"678"} , +{"type":"Feature","id":"n2605893353","geometry":{"type":"Point","coordinates":[0.1828307,51.3927013]},"properties":{"@type":"node","@id":2605893353,"@timestamp":1388656199},"coords":"51.3927013,0.1828307","bedrooms":"0","price":"248000","area":"352"} , +{"type":"Feature","id":"n2605901159","geometry":{"type":"Point","coordinates":[0.1837097,51.3923275]},"properties":{"@type":"node","@id":2605901159,"@timestamp":1388656781},"coords":"51.3923275,0.1837097","bedrooms":"1","price":"195000","area":"472"} , +{"type":"Feature","id":"n2605912559","geometry":{"type":"Point","coordinates":[0.1845995,51.3915289]},"properties":{"@type":"node","@id":2605912559,"@timestamp":1618161259},"coords":"51.3915289,0.1845995","bedrooms":"4","price":"178000","area":"687"} , +{"type":"Feature","id":"n2605967141","geometry":{"type":"Point","coordinates":[0.2313859,51.1035699]},"properties":{"@type":"node","@id":2605967141,"@timestamp":1388661031},"coords":"51.1035699,0.2313859","bedrooms":"0","price":"183000","area":"468"} , +{"type":"Feature","id":"n2606226412","geometry":{"type":"Point","coordinates":[0.4744582,51.7312299]},"properties":{"@type":"node","@id":2606226412,"@timestamp":1434583875},"coords":"51.7312299,0.4744582","bedrooms":"3","price":"202000","area":"594"} , +{"type":"Feature","id":"n2606898604","geometry":{"type":"Point","coordinates":[0.0908203,51.7714044]},"properties":{"@type":"node","@id":2606898604,"@timestamp":1584214703},"coords":"51.7714044,0.0908203","bedrooms":"0","price":"161000","area":"659"} , +{"type":"Feature","id":"n2607644296","geometry":{"type":"Point","coordinates":[0.185596,51.3910873]},"properties":{"@type":"node","@id":2607644296,"@timestamp":1618161259},"coords":"51.3910873,0.185596","bedrooms":"1","price":"200000","area":"599"} , +{"type":"Feature","id":"n2607652569","geometry":{"type":"Point","coordinates":[0.1851118,51.3903249]},"properties":{"@type":"node","@id":2607652569,"@timestamp":1618161259},"coords":"51.3903249,0.1851118","bedrooms":"3","price":"294000","area":"385"} , +{"type":"Feature","id":"n2607657036","geometry":{"type":"Point","coordinates":[0.1858024,51.3909006]},"properties":{"@type":"node","@id":2607657036,"@timestamp":1618161259},"coords":"51.3909006,0.1858024","bedrooms":"1","price":"227000","area":"574"} , +{"type":"Feature","id":"n2607676636","geometry":{"type":"Point","coordinates":[0.6042575,50.9917478]},"properties":{"@type":"node","@id":2607676636,"@timestamp":1388750402},"coords":"50.9917478,0.6042575","bedrooms":"3","price":"232000","area":"662"} , +{"type":"Feature","id":"n2607676656","geometry":{"type":"Point","coordinates":[0.6016591,50.992787]},"properties":{"@type":"node","@id":2607676656,"@timestamp":1528623397},"coords":"50.992787,0.6016591","bedrooms":"3","price":"227000","area":"485"} , +{"type":"Feature","id":"n2607676762","geometry":{"type":"Point","coordinates":[0.6005104,50.9939946]},"properties":{"@type":"node","@id":2607676762,"@timestamp":1388751408},"coords":"50.9939946,0.6005104","bedrooms":"3","price":"197000","area":"662"} , +{"type":"Feature","id":"n2607678914","geometry":{"type":"Point","coordinates":[0.1861149,51.3903638]},"properties":{"@type":"node","@id":2607678914,"@timestamp":1618161259},"coords":"51.3903638,0.1861149","bedrooms":"2","price":"196000","area":"468"} , +{"type":"Feature","id":"n2607678924","geometry":{"type":"Point","coordinates":[0.1864837,51.3901483]},"properties":{"@type":"node","@id":2607678924,"@timestamp":1618161259},"coords":"51.3901483,0.1864837","bedrooms":"0","price":"192000","area":"626"} , +{"type":"Feature","id":"n2607683814","geometry":{"type":"Point","coordinates":[0.1873746,51.390652]},"properties":{"@type":"node","@id":2607683814,"@timestamp":1618161259},"coords":"51.390652,0.1873746","bedrooms":"3","price":"278000","area":"559"} , +{"type":"Feature","id":"n2608372545","geometry":{"type":"Point","coordinates":[0.1302551,51.782488]},"properties":{"@type":"node","@id":2608372545,"@timestamp":1631671624},"coords":"51.782488,0.1302551","bedrooms":"0","price":"224000","area":"456"} , +{"type":"Feature","id":"n2609091324","geometry":{"type":"Point","coordinates":[-0.561871,51.2235863]},"properties":{"@type":"node","@id":2609091324,"@timestamp":1388825346},"coords":"51.2235863,-0.561871","bedrooms":"1","price":"159000","area":"418"} , +{"type":"Feature","id":"n2609534160","geometry":{"type":"Point","coordinates":[0.0256127,51.5895096]},"properties":{"@type":"node","@id":2609534160,"@timestamp":1388851805},"coords":"51.5895096,0.0256127","bedrooms":"0","price":"161000","area":"645"} , +{"type":"Feature","id":"n2609534171","geometry":{"type":"Point","coordinates":[0.0241794,51.5870902]},"properties":{"@type":"node","@id":2609534171,"@timestamp":1388851806},"coords":"51.5870902,0.0241794","bedrooms":"0","price":"153000","area":"555"} , +{"type":"Feature","id":"n2609534183","geometry":{"type":"Point","coordinates":[0.0264108,51.5892069]},"properties":{"@type":"node","@id":2609534183,"@timestamp":1388851807},"coords":"51.5892069,0.0264108","bedrooms":"3","price":"219000","area":"606"} , +{"type":"Feature","id":"n2609534193","geometry":{"type":"Point","coordinates":[0.0231438,51.5884883]},"properties":{"@type":"node","@id":2609534193,"@timestamp":1388851807},"coords":"51.5884883,0.0231438","bedrooms":"1","price":"213000","area":"438"} , +{"type":"Feature","id":"n2609534203","geometry":{"type":"Point","coordinates":[0.0249691,51.5865995]},"properties":{"@type":"node","@id":2609534203,"@timestamp":1388851807},"coords":"51.5865995,0.0249691","bedrooms":"0","price":"294000","area":"684"} , +{"type":"Feature","id":"n2609534213","geometry":{"type":"Point","coordinates":[0.0243033,51.5883324]},"properties":{"@type":"node","@id":2609534213,"@timestamp":1389526915},"coords":"51.5883324,0.0243033","bedrooms":"2","price":"177000","area":"660"} , +{"type":"Feature","id":"n2609534223","geometry":{"type":"Point","coordinates":[0.0259218,51.5892623]},"properties":{"@type":"node","@id":2609534223,"@timestamp":1388851808},"coords":"51.5892623,0.0259218","bedrooms":"1","price":"208000","area":"354"} , +{"type":"Feature","id":"n2609547521","geometry":{"type":"Point","coordinates":[0.0252046,51.5873523]},"properties":{"@type":"node","@id":2609547521,"@timestamp":1388852176},"coords":"51.5873523,0.0252046","bedrooms":"3","price":"236000","area":"636"} , +{"type":"Feature","id":"n2609621295","geometry":{"type":"Point","coordinates":[-0.3359544,51.5813323]},"properties":{"@type":"node","@id":2609621295,"@timestamp":1624361805},"coords":"51.5813323,-0.3359544","bedrooms":"3","price":"258000","area":"588"} , +{"type":"Feature","id":"n2609621305","geometry":{"type":"Point","coordinates":[-0.3360815,51.5815478]},"properties":{"@type":"node","@id":2609621305,"@timestamp":1569094548},"coords":"51.5815478,-0.3360815","bedrooms":"1","price":"223000","area":"475"} , +{"type":"Feature","id":"n2609621320","geometry":{"type":"Point","coordinates":[-0.3356973,51.5815339]},"properties":{"@type":"node","@id":2609621320,"@timestamp":1624349109},"coords":"51.5815339,-0.3356973","bedrooms":"3","price":"286000","area":"407"} , +{"type":"Feature","id":"n2609621346","geometry":{"type":"Point","coordinates":[-0.3376414,51.5815065]},"properties":{"@type":"node","@id":2609621346,"@timestamp":1612960390},"coords":"51.5815065,-0.3376414","bedrooms":"0","price":"286000","area":"600"} , +{"type":"Feature","id":"n2610004450","geometry":{"type":"Point","coordinates":[-0.3552223,51.5631104]},"properties":{"@type":"node","@id":2610004450,"@timestamp":1618573175},"coords":"51.5631104,-0.3552223","bedrooms":"1","price":"174000","area":"377"} , +{"type":"Feature","id":"n2610004467","geometry":{"type":"Point","coordinates":[-0.35387,51.56453]},"properties":{"@type":"node","@id":2610004467,"@timestamp":1543774632},"coords":"51.56453,-0.35387","bedrooms":"2","price":"175000","area":"433"} , +{"type":"Feature","id":"n2610004481","geometry":{"type":"Point","coordinates":[-0.3535924,51.5640448]},"properties":{"@type":"node","@id":2610004481,"@timestamp":1425684214},"coords":"51.5640448,-0.3535924","bedrooms":"3","price":"224000","area":"385"} , +{"type":"Feature","id":"n2610004498","geometry":{"type":"Point","coordinates":[-0.3541212,51.563941]},"properties":{"@type":"node","@id":2610004498,"@timestamp":1388869207},"coords":"51.563941,-0.3541212","bedrooms":"2","price":"207000","area":"647"} , +{"type":"Feature","id":"n2610004517","geometry":{"type":"Point","coordinates":[-0.3552836,51.5634986]},"properties":{"@type":"node","@id":2610004517,"@timestamp":1618573175},"coords":"51.5634986,-0.3552836","bedrooms":"4","price":"273000","area":"444"} , +{"type":"Feature","id":"n2610004546","geometry":{"type":"Point","coordinates":[-0.3549347,51.5633382]},"properties":{"@type":"node","@id":2610004546,"@timestamp":1388869208},"coords":"51.5633382,-0.3549347","bedrooms":"2","price":"193000","area":"531"} , +{"type":"Feature","id":"n2610004661","geometry":{"type":"Point","coordinates":[-0.3548818,51.5633673]},"properties":{"@type":"node","@id":2610004661,"@timestamp":1485608953},"coords":"51.5633673,-0.3548818","bedrooms":"1","price":"223000","area":"470"} , +{"type":"Feature","id":"n2610004721","geometry":{"type":"Point","coordinates":[-0.354333,51.5643348]},"properties":{"@type":"node","@id":2610004721,"@timestamp":1623058496},"coords":"51.5643348,-0.354333","bedrooms":"1","price":"170000","area":"633"} , +{"type":"Feature","id":"n2611020395","geometry":{"type":"Point","coordinates":[-0.1130335,51.4989967]},"properties":{"@type":"node","@id":2611020395,"@timestamp":1543945120},"coords":"51.4989967,-0.1130335","bedrooms":"4","price":"175000","area":"504"} , +{"type":"Feature","id":"n2611138981","geometry":{"type":"Point","coordinates":[0.5839882,51.7356282]},"properties":{"@type":"node","@id":2611138981,"@timestamp":1388940357},"coords":"51.7356282,0.5839882","bedrooms":"2","price":"214000","area":"502"} , +{"type":"Feature","id":"n2611161706","geometry":{"type":"Point","coordinates":[-0.6357532,51.503744]},"properties":{"@type":"node","@id":2611161706,"@timestamp":1388941608},"coords":"51.503744,-0.6357532","bedrooms":"3","price":"160000","area":"553"} , +{"type":"Feature","id":"n2611204388","geometry":{"type":"Point","coordinates":[-0.4018226,51.8917087]},"properties":{"@type":"node","@id":2611204388,"@timestamp":1581193024},"coords":"51.8917087,-0.4018226","bedrooms":"0","price":"152000","area":"689"} , +{"type":"Feature","id":"n2611245130","geometry":{"type":"Point","coordinates":[-0.4109312,51.8792487]},"properties":{"@type":"node","@id":2611245130,"@timestamp":1463753440},"coords":"51.8792487,-0.4109312","bedrooms":"3","price":"232000","area":"674"} , +{"type":"Feature","id":"n2611269620","geometry":{"type":"Point","coordinates":[-0.0426635,51.5543597]},"properties":{"@type":"node","@id":2611269620,"@timestamp":1388946788},"coords":"51.5543597,-0.0426635","bedrooms":"0","price":"263000","area":"483"} , +{"type":"Feature","id":"n2611269632","geometry":{"type":"Point","coordinates":[-0.042303,51.5543777]},"properties":{"@type":"node","@id":2611269632,"@timestamp":1388946788},"coords":"51.5543777,-0.042303","bedrooms":"4","price":"150000","area":"451"} , +{"type":"Feature","id":"n2611269647","geometry":{"type":"Point","coordinates":[-0.0445127,51.5540418]},"properties":{"@type":"node","@id":2611269647,"@timestamp":1388946789},"coords":"51.5540418,-0.0445127","bedrooms":"0","price":"238000","area":"589"} , +{"type":"Feature","id":"n2611269665","geometry":{"type":"Point","coordinates":[-0.0453746,51.5537928]},"properties":{"@type":"node","@id":2611269665,"@timestamp":1388946790},"coords":"51.5537928,-0.0453746","bedrooms":"1","price":"237000","area":"403"} , +{"type":"Feature","id":"n2611369858","geometry":{"type":"Point","coordinates":[-1.1133869,51.2457815]},"properties":{"@type":"node","@id":2611369858,"@timestamp":1605644019},"coords":"51.2457815,-1.1133869","bedrooms":"3","price":"151000","area":"634"} , +{"type":"Feature","id":"n2611370001","geometry":{"type":"Point","coordinates":[-1.0982479,51.2606325]},"properties":{"@type":"node","@id":2611370001,"@timestamp":1428054304},"coords":"51.2606325,-1.0982479","bedrooms":"4","price":"199000","area":"555"} , +{"type":"Feature","id":"n2611441426","geometry":{"type":"Point","coordinates":[0.1847565,51.8037183]},"properties":{"@type":"node","@id":2611441426,"@timestamp":1611018666},"coords":"51.8037183,0.1847565","bedrooms":"0","price":"263000","area":"670"} , +{"type":"Feature","id":"n2611542480","geometry":{"type":"Point","coordinates":[-0.4998292,51.9001986]},"properties":{"@type":"node","@id":2611542480,"@timestamp":1614290002},"coords":"51.9001986,-0.4998292","bedrooms":"1","price":"169000","area":"471"} , +{"type":"Feature","id":"n2611579661","geometry":{"type":"Point","coordinates":[-0.172533,51.5932879]},"properties":{"@type":"node","@id":2611579661,"@timestamp":1591890128},"coords":"51.5932879,-0.172533","bedrooms":"0","price":"182000","area":"505"} , +{"type":"Feature","id":"n2611618512","geometry":{"type":"Point","coordinates":[-0.4214467,51.3830583]},"properties":{"@type":"node","@id":2611618512,"@timestamp":1598626676},"coords":"51.3830583,-0.4214467","bedrooms":"2","price":"176000","area":"624"} , +{"type":"Feature","id":"n2611772001","geometry":{"type":"Point","coordinates":[-0.7316181,51.4399494]},"properties":{"@type":"node","@id":2611772001,"@timestamp":1388972128},"coords":"51.4399494,-0.7316181","bedrooms":"0","price":"219000","area":"631"} , +{"type":"Feature","id":"n2611772011","geometry":{"type":"Point","coordinates":[-0.7449943,51.4390471]},"properties":{"@type":"node","@id":2611772011,"@timestamp":1388972128},"coords":"51.4390471,-0.7449943","bedrooms":"2","price":"299000","area":"629"} , +{"type":"Feature","id":"n2612085637","geometry":{"type":"Point","coordinates":[-0.0874647,51.5247757]},"properties":{"@type":"node","@id":2612085637,"@timestamp":1628342392},"coords":"51.5247757,-0.0874647","bedrooms":"1","price":"237000","area":"562"} , +{"type":"Feature","id":"n2612718091","geometry":{"type":"Point","coordinates":[-0.2730958,51.265854]},"properties":{"@type":"node","@id":2612718091,"@timestamp":1389040742},"coords":"51.265854,-0.2730958","bedrooms":"1","price":"297000","area":"556"} , +{"type":"Feature","id":"n2612962432","geometry":{"type":"Point","coordinates":[-0.3341442,51.5795877]},"properties":{"@type":"node","@id":2612962432,"@timestamp":1389052939},"coords":"51.5795877,-0.3341442","bedrooms":"3","price":"169000","area":"361"} , +{"type":"Feature","id":"n2613357659","geometry":{"type":"Point","coordinates":[-0.0963091,51.5360387]},"properties":{"@type":"node","@id":2613357659,"@timestamp":1613925886},"coords":"51.5360387,-0.0963091","bedrooms":"0","price":"251000","area":"396"} , +{"type":"Feature","id":"n2613489107","geometry":{"type":"Point","coordinates":[0.1920209,51.2964964]},"properties":{"@type":"node","@id":2613489107,"@timestamp":1389111096},"coords":"51.2964964,0.1920209","bedrooms":"2","price":"154000","area":"682"} , +{"type":"Feature","id":"n2613591920","geometry":{"type":"Point","coordinates":[-0.1938641,51.3655203]},"properties":{"@type":"node","@id":2613591920,"@timestamp":1627128999},"coords":"51.3655203,-0.1938641","bedrooms":"2","price":"209000","area":"550"} , +{"type":"Feature","id":"n2614040320","geometry":{"type":"Point","coordinates":[-0.009167,50.9895398]},"properties":{"@type":"node","@id":2614040320,"@timestamp":1600798270},"coords":"50.9895398,-0.009167","bedrooms":"4","price":"170000","area":"497"} , +{"type":"Feature","id":"n2614131215","geometry":{"type":"Point","coordinates":[-0.3051151,51.3071406]},"properties":{"@type":"node","@id":2614131215,"@timestamp":1631872658},"coords":"51.3071406,-0.3051151","bedrooms":"0","price":"210000","area":"419"} , +{"type":"Feature","id":"n2615784021","geometry":{"type":"Point","coordinates":[-0.0757117,51.2815358]},"properties":{"@type":"node","@id":2615784021,"@timestamp":1593294560},"coords":"51.2815358,-0.0757117","bedrooms":"3","price":"252000","area":"397"} , +{"type":"Feature","id":"n2616074293","geometry":{"type":"Point","coordinates":[-0.4841421,51.3730743]},"properties":{"@type":"node","@id":2616074293,"@timestamp":1389269352},"coords":"51.3730743,-0.4841421","bedrooms":"0","price":"214000","area":"508"} , +{"type":"Feature","id":"n2617163551","geometry":{"type":"Point","coordinates":[-0.1239617,51.5040289]},"properties":{"@type":"node","@id":2617163551,"@timestamp":1609266986},"coords":"51.5040289,-0.1239617","bedrooms":"2","price":"151000","area":"371"} , +{"type":"Feature","id":"n2617356601","geometry":{"type":"Point","coordinates":[-0.5407151,51.4373404]},"properties":{"@type":"node","@id":2617356601,"@timestamp":1622927650},"coords":"51.4373404,-0.5407151","bedrooms":"0","price":"165000","area":"430"} , +{"type":"Feature","id":"n2617595219","geometry":{"type":"Point","coordinates":[-0.5356019,51.4352955]},"properties":{"@type":"node","@id":2617595219,"@timestamp":1583074182},"coords":"51.4352955,-0.5356019","bedrooms":"2","price":"190000","area":"689"} , +{"type":"Feature","id":"n2617679169","geometry":{"type":"Point","coordinates":[-0.5260369,51.4340547]},"properties":{"@type":"node","@id":2617679169,"@timestamp":1610799162},"coords":"51.4340547,-0.5260369","bedrooms":"4","price":"254000","area":"371"} , +{"type":"Feature","id":"n2617792478","geometry":{"type":"Point","coordinates":[-0.5316229,51.4350439]},"properties":{"@type":"node","@id":2617792478,"@timestamp":1610799157},"coords":"51.4350439,-0.5316229","bedrooms":"0","price":"275000","area":"361"} , +{"type":"Feature","id":"n2617831390","geometry":{"type":"Point","coordinates":[-0.134145,51.5258523]},"properties":{"@type":"node","@id":2617831390,"@timestamp":1482328701},"coords":"51.5258523,-0.134145","bedrooms":"4","price":"207000","area":"557"} , +{"type":"Feature","id":"n2617989307","geometry":{"type":"Point","coordinates":[-0.950107,51.4577892]},"properties":{"@type":"node","@id":2617989307,"@timestamp":1629992958},"coords":"51.4577892,-0.950107","bedrooms":"3","price":"282000","area":"550"} , +{"type":"Feature","id":"n2618717392","geometry":{"type":"Point","coordinates":[0.6009426,50.9951473]},"properties":{"@type":"node","@id":2618717392,"@timestamp":1389465778},"coords":"50.9951473,0.6009426","bedrooms":"0","price":"298000","area":"693"} , +{"type":"Feature","id":"n2618717466","geometry":{"type":"Point","coordinates":[0.6086332,50.9934948]},"properties":{"@type":"node","@id":2618717466,"@timestamp":1389467150},"coords":"50.9934948,0.6086332","bedrooms":"2","price":"163000","area":"404"} , +{"type":"Feature","id":"n2618717481","geometry":{"type":"Point","coordinates":[0.6049849,50.9905952]},"properties":{"@type":"node","@id":2618717481,"@timestamp":1389474254},"coords":"50.9905952,0.6049849","bedrooms":"0","price":"213000","area":"355"} , +{"type":"Feature","id":"n2618717491","geometry":{"type":"Point","coordinates":[0.6031491,50.9922037]},"properties":{"@type":"node","@id":2618717491,"@timestamp":1390152340},"coords":"50.9922037,0.6031491","bedrooms":"0","price":"201000","area":"476"} , +{"type":"Feature","id":"n2618717501","geometry":{"type":"Point","coordinates":[0.6015433,50.992605]},"properties":{"@type":"node","@id":2618717501,"@timestamp":1389519312},"coords":"50.992605,0.6015433","bedrooms":"2","price":"208000","area":"438"} , +{"type":"Feature","id":"n2618717511","geometry":{"type":"Point","coordinates":[0.600348,50.9939787]},"properties":{"@type":"node","@id":2618717511,"@timestamp":1528623399},"coords":"50.9939787,0.600348","bedrooms":"2","price":"220000","area":"565"} , +{"type":"Feature","id":"n2618894576","geometry":{"type":"Point","coordinates":[-0.1002157,51.5267077]},"properties":{"@type":"node","@id":2618894576,"@timestamp":1539852270},"coords":"51.5267077,-0.1002157","bedrooms":"4","price":"243000","area":"487"} , +{"type":"Feature","id":"n2618927241","geometry":{"type":"Point","coordinates":[-0.2672488,51.6342894]},"properties":{"@type":"node","@id":2618927241,"@timestamp":1555794901},"coords":"51.6342894,-0.2672488","bedrooms":"2","price":"261000","area":"695"} , +{"type":"Feature","id":"n2618930549","geometry":{"type":"Point","coordinates":[-1.0767438,51.2744367]},"properties":{"@type":"node","@id":2618930549,"@timestamp":1389468738},"coords":"51.2744367,-1.0767438","bedrooms":"2","price":"179000","area":"430"} , +{"type":"Feature","id":"n2618930735","geometry":{"type":"Point","coordinates":[-0.2646886,51.631545]},"properties":{"@type":"node","@id":2618930735,"@timestamp":1389468757},"coords":"51.631545,-0.2646886","bedrooms":"0","price":"194000","area":"658"} , +{"type":"Feature","id":"n2618971211","geometry":{"type":"Point","coordinates":[0.6105939,50.9929312]},"properties":{"@type":"node","@id":2618971211,"@timestamp":1389470649},"coords":"50.9929312,0.6105939","bedrooms":"0","price":"159000","area":"476"} , +{"type":"Feature","id":"n2619437290","geometry":{"type":"Point","coordinates":[0.5993136,50.9946105]},"properties":{"@type":"node","@id":2619437290,"@timestamp":1389521759},"coords":"50.9946105,0.5993136","bedrooms":"2","price":"265000","area":"397"} , +{"type":"Feature","id":"n2619437542","geometry":{"type":"Point","coordinates":[0.6014629,50.9939008]},"properties":{"@type":"node","@id":2619437542,"@timestamp":1389522307},"coords":"50.9939008,0.6014629","bedrooms":"2","price":"163000","area":"588"} , +{"type":"Feature","id":"n2619446955","geometry":{"type":"Point","coordinates":[-0.00583,51.257446]},"properties":{"@type":"node","@id":2619446955,"@timestamp":1553284944},"coords":"51.257446,-0.00583","bedrooms":"4","price":"239000","area":"414"} , +{"type":"Feature","id":"n2619501908","geometry":{"type":"Point","coordinates":[0.6007001,50.9957627]},"properties":{"@type":"node","@id":2619501908,"@timestamp":1389522953},"coords":"50.9957627,0.6007001","bedrooms":"4","price":"202000","area":"399"} , +{"type":"Feature","id":"n2619558136","geometry":{"type":"Point","coordinates":[0.0244553,51.5888627]},"properties":{"@type":"node","@id":2619558136,"@timestamp":1392573642},"coords":"51.5888627,0.0244553","bedrooms":"0","price":"202000","area":"504"} , +{"type":"Feature","id":"n2619558152","geometry":{"type":"Point","coordinates":[0.0248404,51.5892971]},"properties":{"@type":"node","@id":2619558152,"@timestamp":1392573643},"coords":"51.5892971,0.0248404","bedrooms":"1","price":"209000","area":"673"} , +{"type":"Feature","id":"n2619559679","geometry":{"type":"Point","coordinates":[-0.2164267,51.5396748]},"properties":{"@type":"node","@id":2619559679,"@timestamp":1389527062},"coords":"51.5396748,-0.2164267","bedrooms":"1","price":"153000","area":"660"} , +{"type":"Feature","id":"n2619568436","geometry":{"type":"Point","coordinates":[0.0226602,51.5875224]},"properties":{"@type":"node","@id":2619568436,"@timestamp":1617216555},"coords":"51.5875224,0.0226602","bedrooms":"2","price":"211000","area":"590"} , +{"type":"Feature","id":"n2619568475","geometry":{"type":"Point","coordinates":[0.0230178,51.5872146]},"properties":{"@type":"node","@id":2619568475,"@timestamp":1617216555},"coords":"51.5872146,0.0230178","bedrooms":"4","price":"187000","area":"437"} , +{"type":"Feature","id":"n2619583199","geometry":{"type":"Point","coordinates":[0.0227547,51.5920715]},"properties":{"@type":"node","@id":2619583199,"@timestamp":1389528335},"coords":"51.5920715,0.0227547","bedrooms":"4","price":"226000","area":"617"} , +{"type":"Feature","id":"n2619588905","geometry":{"type":"Point","coordinates":[0.0245131,51.5927827]},"properties":{"@type":"node","@id":2619588905,"@timestamp":1389528775},"coords":"51.5927827,0.0245131","bedrooms":"0","price":"155000","area":"566"} , +{"type":"Feature","id":"n2619588915","geometry":{"type":"Point","coordinates":[0.0237078,51.5927587]},"properties":{"@type":"node","@id":2619588915,"@timestamp":1389528776},"coords":"51.5927587,0.0237078","bedrooms":"1","price":"268000","area":"473"} , +{"type":"Feature","id":"n2619598391","geometry":{"type":"Point","coordinates":[0.4376803,51.7108077]},"properties":{"@type":"node","@id":2619598391,"@timestamp":1411928405},"coords":"51.7108077,0.4376803","bedrooms":"4","price":"214000","area":"467"} , +{"type":"Feature","id":"n2619760997","geometry":{"type":"Point","coordinates":[-1.0998025,51.4191178]},"properties":{"@type":"node","@id":2619760997,"@timestamp":1389537368},"coords":"51.4191178,-1.0998025","bedrooms":"3","price":"205000","area":"530"} , +{"type":"Feature","id":"n2619900875","geometry":{"type":"Point","coordinates":[-0.0696945,51.5159136]},"properties":{"@type":"node","@id":2619900875,"@timestamp":1587032570},"coords":"51.5159136,-0.0696945","bedrooms":"3","price":"235000","area":"372"} , +{"type":"Feature","id":"n2620035505","geometry":{"type":"Point","coordinates":[-0.3590015,51.239471]},"properties":{"@type":"node","@id":2620035505,"@timestamp":1389550475},"coords":"51.239471,-0.3590015","bedrooms":"4","price":"265000","area":"499"} , +{"type":"Feature","id":"n2620144491","geometry":{"type":"Point","coordinates":[-0.3188548,51.4007267]},"properties":{"@type":"node","@id":2620144491,"@timestamp":1404670235},"coords":"51.4007267,-0.3188548","bedrooms":"3","price":"266000","area":"506"} , +{"type":"Feature","id":"n2620144531","geometry":{"type":"Point","coordinates":[-0.3190486,51.4009044]},"properties":{"@type":"node","@id":2620144531,"@timestamp":1404670235},"coords":"51.4009044,-0.3190486","bedrooms":"1","price":"184000","area":"484"} , +{"type":"Feature","id":"n2620144562","geometry":{"type":"Point","coordinates":[-0.3190285,51.4009774]},"properties":{"@type":"node","@id":2620144562,"@timestamp":1404670236},"coords":"51.4009774,-0.3190285","bedrooms":"2","price":"245000","area":"385"} , +{"type":"Feature","id":"n2620147158","geometry":{"type":"Point","coordinates":[-0.3200282,51.4010102]},"properties":{"@type":"node","@id":2620147158,"@timestamp":1404670237},"coords":"51.4010102,-0.3200282","bedrooms":"2","price":"182000","area":"570"} , +{"type":"Feature","id":"n2620147168","geometry":{"type":"Point","coordinates":[-0.320113,51.4010934]},"properties":{"@type":"node","@id":2620147168,"@timestamp":1404670237},"coords":"51.4010934,-0.320113","bedrooms":"3","price":"285000","area":"439"} , +{"type":"Feature","id":"n2620147178","geometry":{"type":"Point","coordinates":[-0.3206522,51.4011563]},"properties":{"@type":"node","@id":2620147178,"@timestamp":1404670238},"coords":"51.4011563,-0.3206522","bedrooms":"1","price":"215000","area":"677"} , +{"type":"Feature","id":"n2620147188","geometry":{"type":"Point","coordinates":[-0.3211975,51.401213]},"properties":{"@type":"node","@id":2620147188,"@timestamp":1404670238},"coords":"51.401213,-0.3211975","bedrooms":"1","price":"184000","area":"623"} , +{"type":"Feature","id":"n2620148694","geometry":{"type":"Point","coordinates":[-0.3198462,51.4016844]},"properties":{"@type":"node","@id":2620148694,"@timestamp":1404670239},"coords":"51.4016844,-0.3198462","bedrooms":"2","price":"158000","area":"605"} , +{"type":"Feature","id":"n2620148704","geometry":{"type":"Point","coordinates":[-0.319929,51.4017738]},"properties":{"@type":"node","@id":2620148704,"@timestamp":1404670239},"coords":"51.4017738,-0.319929","bedrooms":"3","price":"239000","area":"651"} , +{"type":"Feature","id":"n2620148714","geometry":{"type":"Point","coordinates":[-0.3204622,51.4018444]},"properties":{"@type":"node","@id":2620148714,"@timestamp":1404670239},"coords":"51.4018444,-0.3204622","bedrooms":"1","price":"157000","area":"657"} , +{"type":"Feature","id":"n2620150553","geometry":{"type":"Point","coordinates":[-0.3188707,51.4015798]},"properties":{"@type":"node","@id":2620150553,"@timestamp":1404670240},"coords":"51.4015798,-0.3188707","bedrooms":"3","price":"257000","area":"387"} , +{"type":"Feature","id":"n2620150563","geometry":{"type":"Point","coordinates":[-0.3189616,51.401673]},"properties":{"@type":"node","@id":2620150563,"@timestamp":1404670240},"coords":"51.401673,-0.3189616","bedrooms":"1","price":"226000","area":"646"} , +{"type":"Feature","id":"n2620212737","geometry":{"type":"Point","coordinates":[0.0796283,51.7682774]},"properties":{"@type":"node","@id":2620212737,"@timestamp":1389558573},"coords":"51.7682774,0.0796283","bedrooms":"0","price":"276000","area":"398"} , +{"type":"Feature","id":"n2620260573","geometry":{"type":"Point","coordinates":[-0.1122368,51.5038543]},"properties":{"@type":"node","@id":2620260573,"@timestamp":1630358371},"coords":"51.5038543,-0.1122368","bedrooms":"2","price":"199000","area":"515"} , +{"type":"Feature","id":"n2620260583","geometry":{"type":"Point","coordinates":[-0.111777,51.5039344]},"properties":{"@type":"node","@id":2620260583,"@timestamp":1630358371},"coords":"51.5039344,-0.111777","bedrooms":"2","price":"164000","area":"365"} , +{"type":"Feature","id":"n2620260594","geometry":{"type":"Point","coordinates":[-0.1133251,51.504036]},"properties":{"@type":"node","@id":2620260594,"@timestamp":1630358371},"coords":"51.504036,-0.1133251","bedrooms":"4","price":"211000","area":"443"} , +{"type":"Feature","id":"n2620260607","geometry":{"type":"Point","coordinates":[-0.113273,51.5041417]},"properties":{"@type":"node","@id":2620260607,"@timestamp":1630358371},"coords":"51.5041417,-0.113273","bedrooms":"4","price":"230000","area":"573"} , +{"type":"Feature","id":"n2620260630","geometry":{"type":"Point","coordinates":[-0.1075942,51.5042226]},"properties":{"@type":"node","@id":2620260630,"@timestamp":1630358371},"coords":"51.5042226,-0.1075942","bedrooms":"4","price":"292000","area":"354"} , +{"type":"Feature","id":"n2620260654","geometry":{"type":"Point","coordinates":[-0.1070906,51.5042508]},"properties":{"@type":"node","@id":2620260654,"@timestamp":1630358371},"coords":"51.5042508,-0.1070906","bedrooms":"2","price":"256000","area":"480"} , +{"type":"Feature","id":"n2620260669","geometry":{"type":"Point","coordinates":[-0.1142497,51.5043036]},"properties":{"@type":"node","@id":2620260669,"@timestamp":1630358371},"coords":"51.5043036,-0.1142497","bedrooms":"3","price":"171000","area":"693"} , +{"type":"Feature","id":"n2620260696","geometry":{"type":"Point","coordinates":[-0.1142156,51.504385]},"properties":{"@type":"node","@id":2620260696,"@timestamp":1630358371},"coords":"51.504385,-0.1142156","bedrooms":"3","price":"152000","area":"620"} , +{"type":"Feature","id":"n2620260727","geometry":{"type":"Point","coordinates":[-0.1145429,51.504517]},"properties":{"@type":"node","@id":2620260727,"@timestamp":1630358371},"coords":"51.504517,-0.1145429","bedrooms":"2","price":"159000","area":"690"} , +{"type":"Feature","id":"n2620260737","geometry":{"type":"Point","coordinates":[-0.1154731,51.5047577]},"properties":{"@type":"node","@id":2620260737,"@timestamp":1630358371},"coords":"51.5047577,-0.1154731","bedrooms":"0","price":"244000","area":"641"} , +{"type":"Feature","id":"n2620260747","geometry":{"type":"Point","coordinates":[-0.11605,51.5049697]},"properties":{"@type":"node","@id":2620260747,"@timestamp":1630358371},"coords":"51.5049697,-0.11605","bedrooms":"3","price":"214000","area":"654"} , +{"type":"Feature","id":"n2620260758","geometry":{"type":"Point","coordinates":[-0.1165604,51.5050967]},"properties":{"@type":"node","@id":2620260758,"@timestamp":1630358371},"coords":"51.5050967,-0.1165604","bedrooms":"1","price":"288000","area":"692"} , +{"type":"Feature","id":"n2620260768","geometry":{"type":"Point","coordinates":[-0.1173871,51.5051896]},"properties":{"@type":"node","@id":2620260768,"@timestamp":1630358371},"coords":"51.5051896,-0.1173871","bedrooms":"4","price":"276000","area":"614"} , +{"type":"Feature","id":"n2620260778","geometry":{"type":"Point","coordinates":[-0.1170806,51.505286]},"properties":{"@type":"node","@id":2620260778,"@timestamp":1630358371},"coords":"51.505286,-0.1170806","bedrooms":"3","price":"241000","area":"533"} , +{"type":"Feature","id":"n2620260789","geometry":{"type":"Point","coordinates":[-0.1178374,51.5055061]},"properties":{"@type":"node","@id":2620260789,"@timestamp":1630358371},"coords":"51.5055061,-0.1178374","bedrooms":"3","price":"234000","area":"523"} , +{"type":"Feature","id":"n2620262286","geometry":{"type":"Point","coordinates":[-0.1115179,51.5038679]},"properties":{"@type":"node","@id":2620262286,"@timestamp":1630358371},"coords":"51.5038679,-0.1115179","bedrooms":"2","price":"235000","area":"412"} , +{"type":"Feature","id":"n2620262296","geometry":{"type":"Point","coordinates":[-0.1107541,51.5039059]},"properties":{"@type":"node","@id":2620262296,"@timestamp":1630358371},"coords":"51.5039059,-0.1107541","bedrooms":"4","price":"246000","area":"647"} , +{"type":"Feature","id":"n2620262306","geometry":{"type":"Point","coordinates":[-0.1124587,51.5039593]},"properties":{"@type":"node","@id":2620262306,"@timestamp":1630358371},"coords":"51.5039593,-0.1124587","bedrooms":"0","price":"194000","area":"395"} , +{"type":"Feature","id":"n2620262316","geometry":{"type":"Point","coordinates":[-0.108871,51.5040481]},"properties":{"@type":"node","@id":2620262316,"@timestamp":1630358371},"coords":"51.5040481,-0.108871","bedrooms":"1","price":"218000","area":"382"} , +{"type":"Feature","id":"n2620262326","geometry":{"type":"Point","coordinates":[-0.1135953,51.5041923]},"properties":{"@type":"node","@id":2620262326,"@timestamp":1630358371},"coords":"51.5041923,-0.1135953","bedrooms":"3","price":"176000","area":"548"} , +{"type":"Feature","id":"n2620262336","geometry":{"type":"Point","coordinates":[-0.1074663,51.5042683]},"properties":{"@type":"node","@id":2620262336,"@timestamp":1630358371},"coords":"51.5042683,-0.1074663","bedrooms":"4","price":"199000","area":"502"} , +{"type":"Feature","id":"n2620262346","geometry":{"type":"Point","coordinates":[-0.1140157,51.5043187]},"properties":{"@type":"node","@id":2620262346,"@timestamp":1630358371},"coords":"51.5043187,-0.1140157","bedrooms":"1","price":"283000","area":"658"} , +{"type":"Feature","id":"n2620348026","geometry":{"type":"Point","coordinates":[0.0118283,51.4566587]},"properties":{"@type":"node","@id":2620348026,"@timestamp":1509046117},"coords":"51.4566587,0.0118283","bedrooms":"4","price":"201000","area":"368"} , +{"type":"Feature","id":"n2620429795","geometry":{"type":"Point","coordinates":[-0.0796336,51.3644072]},"properties":{"@type":"node","@id":2620429795,"@timestamp":1526001367},"coords":"51.3644072,-0.0796336","bedrooms":"4","price":"238000","area":"622"} , +{"type":"Feature","id":"n2621054734","geometry":{"type":"Point","coordinates":[-0.443157,51.7384499]},"properties":{"@type":"node","@id":2621054734,"@timestamp":1389622107},"coords":"51.7384499,-0.443157","bedrooms":"1","price":"163000","area":"660"} , +{"type":"Feature","id":"n2621448721","geometry":{"type":"Point","coordinates":[-0.1299398,51.4992855]},"properties":{"@type":"node","@id":2621448721,"@timestamp":1564909696},"coords":"51.4992855,-0.1299398","bedrooms":"3","price":"267000","area":"673"} , +{"type":"Feature","id":"n2621484284","geometry":{"type":"Point","coordinates":[-0.1284546,51.5000611]},"properties":{"@type":"node","@id":2621484284,"@timestamp":1389644805},"coords":"51.5000611,-0.1284546","bedrooms":"3","price":"223000","area":"565"} , +{"type":"Feature","id":"n2622172906","geometry":{"type":"Point","coordinates":[-0.0881358,51.5135322]},"properties":{"@type":"node","@id":2622172906,"@timestamp":1520866321},"coords":"51.5135322,-0.0881358","bedrooms":"0","price":"246000","area":"366"} , +{"type":"Feature","id":"n2622204554","geometry":{"type":"Point","coordinates":[-0.0880494,51.5134692]},"properties":{"@type":"node","@id":2622204554,"@timestamp":1389704537},"coords":"51.5134692,-0.0880494","bedrooms":"0","price":"185000","area":"577"} , +{"type":"Feature","id":"n2622385053","geometry":{"type":"Point","coordinates":[0.1060915,51.3334991]},"properties":{"@type":"node","@id":2622385053,"@timestamp":1389715006},"coords":"51.3334991,0.1060915","bedrooms":"1","price":"252000","area":"538"} , +{"type":"Feature","id":"n2622441755","geometry":{"type":"Point","coordinates":[-0.123713,51.5041939]},"properties":{"@type":"node","@id":2622441755,"@timestamp":1591799765},"coords":"51.5041939,-0.123713","bedrooms":"3","price":"157000","area":"397"} , +{"type":"Feature","id":"n2622511360","geometry":{"type":"Point","coordinates":[-0.1210702,51.4940344]},"properties":{"@type":"node","@id":2622511360,"@timestamp":1632244123},"coords":"51.4940344,-0.1210702","bedrooms":"2","price":"167000","area":"518"} , +{"type":"Feature","id":"n2622581992","geometry":{"type":"Point","coordinates":[-0.1205809,51.4943234]},"properties":{"@type":"node","@id":2622581992,"@timestamp":1389725962},"coords":"51.4943234,-0.1205809","bedrooms":"1","price":"173000","area":"400"} , +{"type":"Feature","id":"n2622705276","geometry":{"type":"Point","coordinates":[-1.0466893,51.0062984]},"properties":{"@type":"node","@id":2622705276,"@timestamp":1560271092},"coords":"51.0062984,-1.0466893","bedrooms":"4","price":"294000","area":"613"} , +{"type":"Feature","id":"n2622712647","geometry":{"type":"Point","coordinates":[-0.12791,51.4986173]},"properties":{"@type":"node","@id":2622712647,"@timestamp":1389732506},"coords":"51.4986173,-0.12791","bedrooms":"4","price":"208000","area":"592"} , +{"type":"Feature","id":"n2622720535","geometry":{"type":"Point","coordinates":[-0.2774786,51.5096041]},"properties":{"@type":"node","@id":2622720535,"@timestamp":1507742972},"coords":"51.5096041,-0.2774786","bedrooms":"1","price":"164000","area":"434"} , +{"type":"Feature","id":"n2622878240","geometry":{"type":"Point","coordinates":[-0.4362522,51.7806114]},"properties":{"@type":"node","@id":2622878240,"@timestamp":1389742514},"coords":"51.7806114,-0.4362522","bedrooms":"3","price":"287000","area":"363"} , +{"type":"Feature","id":"n2622924196","geometry":{"type":"Point","coordinates":[-0.0725598,51.3035335]},"properties":{"@type":"node","@id":2622924196,"@timestamp":1603430495},"coords":"51.3035335,-0.0725598","bedrooms":"4","price":"242000","area":"432"} , +{"type":"Feature","id":"n2623288819","geometry":{"type":"Point","coordinates":[-0.3326368,51.3075414]},"properties":{"@type":"node","@id":2623288819,"@timestamp":1617701334},"coords":"51.3075414,-0.3326368","bedrooms":"3","price":"262000","area":"695"} , +{"type":"Feature","id":"n2623475552","geometry":{"type":"Point","coordinates":[-0.2396279,51.7613019]},"properties":{"@type":"node","@id":2623475552,"@timestamp":1599925829},"coords":"51.7613019,-0.2396279","bedrooms":"3","price":"196000","area":"562"} , +{"type":"Feature","id":"n2623487681","geometry":{"type":"Point","coordinates":[-0.1929403,51.3625432]},"properties":{"@type":"node","@id":2623487681,"@timestamp":1627123973},"coords":"51.3625432,-0.1929403","bedrooms":"1","price":"208000","area":"418"} , +{"type":"Feature","id":"n2623654295","geometry":{"type":"Point","coordinates":[-0.7520028,51.1104965]},"properties":{"@type":"node","@id":2623654295,"@timestamp":1602982456},"coords":"51.1104965,-0.7520028","bedrooms":"4","price":"210000","area":"632"} , +{"type":"Feature","id":"n2623873819","geometry":{"type":"Point","coordinates":[-0.980827,51.4215347]},"properties":{"@type":"node","@id":2623873819,"@timestamp":1612619876},"coords":"51.4215347,-0.980827","bedrooms":"3","price":"178000","area":"655"} , +{"type":"Feature","id":"n2623951853","geometry":{"type":"Point","coordinates":[-0.1185033,51.5007313]},"properties":{"@type":"node","@id":2623951853,"@timestamp":1628195636},"coords":"51.5007313,-0.1185033","bedrooms":"1","price":"214000","area":"458"} , +{"type":"Feature","id":"n2623968687","geometry":{"type":"Point","coordinates":[-0.1101191,51.5023032]},"properties":{"@type":"node","@id":2623968687,"@timestamp":1635246692},"coords":"51.5023032,-0.1101191","bedrooms":"0","price":"164000","area":"394"} , +{"type":"Feature","id":"n2623978877","geometry":{"type":"Point","coordinates":[-0.1043057,51.5042494]},"properties":{"@type":"node","@id":2623978877,"@timestamp":1630358371},"coords":"51.5042494,-0.1043057","bedrooms":"3","price":"195000","area":"488"} , +{"type":"Feature","id":"n2624148098","geometry":{"type":"Point","coordinates":[-0.1239302,51.5291592]},"properties":{"@type":"node","@id":2624148098,"@timestamp":1548619828},"coords":"51.5291592,-0.1239302","bedrooms":"4","price":"186000","area":"453"} , +{"type":"Feature","id":"n2624460124","geometry":{"type":"Point","coordinates":[-0.127698,51.6325022]},"properties":{"@type":"node","@id":2624460124,"@timestamp":1627054412},"coords":"51.6325022,-0.127698","bedrooms":"1","price":"166000","area":"357"} , +{"type":"Feature","id":"n2624953196","geometry":{"type":"Point","coordinates":[-0.1366873,51.5119164]},"properties":{"@type":"node","@id":2624953196,"@timestamp":1553720333},"coords":"51.5119164,-0.1366873","bedrooms":"4","price":"186000","area":"419"} , +{"type":"Feature","id":"n2625325470","geometry":{"type":"Point","coordinates":[-0.103583,51.3934799]},"properties":{"@type":"node","@id":2625325470,"@timestamp":1398375060},"coords":"51.3934799,-0.103583","bedrooms":"1","price":"282000","area":"554"} , +{"type":"Feature","id":"n2625325517","geometry":{"type":"Point","coordinates":[-0.1086026,51.3901084]},"properties":{"@type":"node","@id":2625325517,"@timestamp":1389909972},"coords":"51.3901084,-0.1086026","bedrooms":"1","price":"219000","area":"656"} , +{"type":"Feature","id":"n2625341785","geometry":{"type":"Point","coordinates":[-0.2726753,51.5453507]},"properties":{"@type":"node","@id":2625341785,"@timestamp":1389911251},"coords":"51.5453507,-0.2726753","bedrooms":"0","price":"296000","area":"428"} , +{"type":"Feature","id":"n2625352974","geometry":{"type":"Point","coordinates":[-0.2437484,51.5355068]},"properties":{"@type":"node","@id":2625352974,"@timestamp":1618768648},"coords":"51.5355068,-0.2437484","bedrooms":"1","price":"276000","area":"669"} , +{"type":"Feature","id":"n2625944868","geometry":{"type":"Point","coordinates":[-0.1257432,51.496708]},"properties":{"@type":"node","@id":2625944868,"@timestamp":1506773898},"coords":"51.496708,-0.1257432","bedrooms":"0","price":"232000","area":"556"} , +{"type":"Feature","id":"n2626128081","geometry":{"type":"Point","coordinates":[-0.1445106,51.5289325]},"properties":{"@type":"node","@id":2626128081,"@timestamp":1542571336},"coords":"51.5289325,-0.1445106","bedrooms":"0","price":"293000","area":"595"} , +{"type":"Feature","id":"n2626207032","geometry":{"type":"Point","coordinates":[-0.143572,51.5286078]},"properties":{"@type":"node","@id":2626207032,"@timestamp":1603493002},"coords":"51.5286078,-0.143572","bedrooms":"0","price":"229000","area":"592"} , +{"type":"Feature","id":"n2626502829","geometry":{"type":"Point","coordinates":[-0.2838602,51.4155688]},"properties":{"@type":"node","@id":2626502829,"@timestamp":1525999639},"coords":"51.4155688,-0.2838602","bedrooms":"2","price":"189000","area":"456"} , +{"type":"Feature","id":"n2626511249","geometry":{"type":"Point","coordinates":[0.3629917,51.3628157]},"properties":{"@type":"node","@id":2626511249,"@timestamp":1390002082},"coords":"51.3628157,0.3629917","bedrooms":"4","price":"222000","area":"669"} , +{"type":"Feature","id":"n2626783623","geometry":{"type":"Point","coordinates":[-0.6063529,51.312505]},"properties":{"@type":"node","@id":2626783623,"@timestamp":1526679577},"coords":"51.312505,-0.6063529","bedrooms":"4","price":"188000","area":"387"} , +{"type":"Feature","id":"n2626879684","geometry":{"type":"Point","coordinates":[0.3570081,51.3579461]},"properties":{"@type":"node","@id":2626879684,"@timestamp":1390042026},"coords":"51.3579461,0.3570081","bedrooms":"3","price":"283000","area":"375"} , +{"type":"Feature","id":"n2626997433","geometry":{"type":"Point","coordinates":[-0.12125,51.533451]},"properties":{"@type":"node","@id":2626997433,"@timestamp":1576049301},"coords":"51.533451,-0.12125","bedrooms":"2","price":"186000","area":"516"} , +{"type":"Feature","id":"n2627107097","geometry":{"type":"Point","coordinates":[-0.1921976,51.3618988]},"properties":{"@type":"node","@id":2627107097,"@timestamp":1627128999},"coords":"51.3618988,-0.1921976","bedrooms":"4","price":"239000","area":"383"} , +{"type":"Feature","id":"n2627107115","geometry":{"type":"Point","coordinates":[-0.192854,51.3631038]},"properties":{"@type":"node","@id":2627107115,"@timestamp":1627128999},"coords":"51.3631038,-0.192854","bedrooms":"2","price":"299000","area":"474"} , +{"type":"Feature","id":"n2627120346","geometry":{"type":"Point","coordinates":[-0.1934286,51.3643886]},"properties":{"@type":"node","@id":2627120346,"@timestamp":1627128999},"coords":"51.3643886,-0.1934286","bedrooms":"0","price":"289000","area":"552"} , +{"type":"Feature","id":"n2627164478","geometry":{"type":"Point","coordinates":[-0.2043082,51.4187412]},"properties":{"@type":"node","@id":2627164478,"@timestamp":1608669968},"coords":"51.4187412,-0.2043082","bedrooms":"2","price":"178000","area":"559"} , +{"type":"Feature","id":"n2627174701","geometry":{"type":"Point","coordinates":[0.6125767,50.9981653]},"properties":{"@type":"node","@id":2627174701,"@timestamp":1455904799},"coords":"50.9981653,0.6125767","bedrooms":"2","price":"235000","area":"435"} , +{"type":"Feature","id":"n2627174818","geometry":{"type":"Point","coordinates":[0.6134471,51.0038776]},"properties":{"@type":"node","@id":2627174818,"@timestamp":1390130119},"coords":"51.0038776,0.6134471","bedrooms":"2","price":"223000","area":"567"} , +{"type":"Feature","id":"n2627174900","geometry":{"type":"Point","coordinates":[0.6103197,51.0032993]},"properties":{"@type":"node","@id":2627174900,"@timestamp":1390130120},"coords":"51.0032993,0.6103197","bedrooms":"4","price":"186000","area":"674"} , +{"type":"Feature","id":"n2627175037","geometry":{"type":"Point","coordinates":[0.6084771,51.0028326]},"properties":{"@type":"node","@id":2627175037,"@timestamp":1390130120},"coords":"51.0028326,0.6084771","bedrooms":"3","price":"180000","area":"648"} , +{"type":"Feature","id":"n2627175130","geometry":{"type":"Point","coordinates":[0.6073857,51.0025189]},"properties":{"@type":"node","@id":2627175130,"@timestamp":1390130121},"coords":"51.0025189,0.6073857","bedrooms":"1","price":"167000","area":"661"} , +{"type":"Feature","id":"n2627175309","geometry":{"type":"Point","coordinates":[0.6067849,51.0016162]},"properties":{"@type":"node","@id":2627175309,"@timestamp":1390153179},"coords":"51.0016162,0.6067849","bedrooms":"1","price":"271000","area":"574"} , +{"type":"Feature","id":"n2627175405","geometry":{"type":"Point","coordinates":[0.6058218,51.0007605]},"properties":{"@type":"node","@id":2627175405,"@timestamp":1390153180},"coords":"51.0007605,0.6058218","bedrooms":"2","price":"200000","area":"635"} , +{"type":"Feature","id":"n2627175480","geometry":{"type":"Point","coordinates":[0.6049715,50.9999451]},"properties":{"@type":"node","@id":2627175480,"@timestamp":1390153180},"coords":"50.9999451,0.6049715","bedrooms":"2","price":"165000","area":"511"} , +{"type":"Feature","id":"n2627175564","geometry":{"type":"Point","coordinates":[0.603753,50.9989333]},"properties":{"@type":"node","@id":2627175564,"@timestamp":1391376207},"coords":"50.9989333,0.603753","bedrooms":"0","price":"186000","area":"448"} , +{"type":"Feature","id":"n2627234914","geometry":{"type":"Point","coordinates":[-0.0558517,51.5586684]},"properties":{"@type":"node","@id":2627234914,"@timestamp":1390061876},"coords":"51.5586684,-0.0558517","bedrooms":"4","price":"188000","area":"664"} , +{"type":"Feature","id":"n2627259687","geometry":{"type":"Point","coordinates":[-0.002237,51.5101782]},"properties":{"@type":"node","@id":2627259687,"@timestamp":1390062659},"coords":"51.5101782,-0.002237","bedrooms":"2","price":"164000","area":"668"} , +{"type":"Feature","id":"n2627286398","geometry":{"type":"Point","coordinates":[0.0087426,51.5147265]},"properties":{"@type":"node","@id":2627286398,"@timestamp":1597786115},"coords":"51.5147265,0.0087426","bedrooms":"0","price":"221000","area":"459"} , +{"type":"Feature","id":"n2627307429","geometry":{"type":"Point","coordinates":[-0.2170794,51.5759644]},"properties":{"@type":"node","@id":2627307429,"@timestamp":1555363506},"coords":"51.5759644,-0.2170794","bedrooms":"3","price":"176000","area":"588"} , +{"type":"Feature","id":"n2627314872","geometry":{"type":"Point","coordinates":[-0.2212687,51.5760515]},"properties":{"@type":"node","@id":2627314872,"@timestamp":1555363507},"coords":"51.5760515,-0.2212687","bedrooms":"3","price":"181000","area":"587"} , +{"type":"Feature","id":"n2627345293","geometry":{"type":"Point","coordinates":[-0.2167193,51.256698]},"properties":{"@type":"node","@id":2627345293,"@timestamp":1447003076},"coords":"51.256698,-0.2167193","bedrooms":"0","price":"208000","area":"668"} , +{"type":"Feature","id":"n2627373411","geometry":{"type":"Point","coordinates":[-0.3964399,51.8742066]},"properties":{"@type":"node","@id":2627373411,"@timestamp":1556054960},"coords":"51.8742066,-0.3964399","bedrooms":"1","price":"163000","area":"404"} , +{"type":"Feature","id":"n2627373428","geometry":{"type":"Point","coordinates":[-0.3629503,51.888675]},"properties":{"@type":"node","@id":2627373428,"@timestamp":1390067488},"coords":"51.888675,-0.3629503","bedrooms":"4","price":"276000","area":"611"} , +{"type":"Feature","id":"n2627383631","geometry":{"type":"Point","coordinates":[-0.2428098,51.400424]},"properties":{"@type":"node","@id":2627383631,"@timestamp":1550256345},"coords":"51.400424,-0.2428098","bedrooms":"1","price":"212000","area":"669"} , +{"type":"Feature","id":"n2627383641","geometry":{"type":"Point","coordinates":[-0.2419756,51.4004859]},"properties":{"@type":"node","@id":2627383641,"@timestamp":1550256344},"coords":"51.4004859,-0.2419756","bedrooms":"2","price":"189000","area":"415"} , +{"type":"Feature","id":"n2627383664","geometry":{"type":"Point","coordinates":[-0.2410288,51.4030143]},"properties":{"@type":"node","@id":2627383664,"@timestamp":1550256345},"coords":"51.4030143,-0.2410288","bedrooms":"0","price":"170000","area":"518"} , +{"type":"Feature","id":"n2627399974","geometry":{"type":"Point","coordinates":[-0.0580269,51.593742]},"properties":{"@type":"node","@id":2627399974,"@timestamp":1390068966},"coords":"51.593742,-0.0580269","bedrooms":"1","price":"256000","area":"416"} , +{"type":"Feature","id":"n2627403957","geometry":{"type":"Point","coordinates":[-0.4014908,51.6618078]},"properties":{"@type":"node","@id":2627403957,"@timestamp":1604354247},"coords":"51.6618078,-0.4014908","bedrooms":"1","price":"176000","area":"480"} , +{"type":"Feature","id":"n2627403969","geometry":{"type":"Point","coordinates":[-0.4009982,51.6605272]},"properties":{"@type":"node","@id":2627403969,"@timestamp":1390069271},"coords":"51.6605272,-0.4009982","bedrooms":"4","price":"238000","area":"500"} , +{"type":"Feature","id":"n2627416750","geometry":{"type":"Point","coordinates":[-0.238001,51.587163]},"properties":{"@type":"node","@id":2627416750,"@timestamp":1390069557},"coords":"51.587163,-0.238001","bedrooms":"0","price":"205000","area":"623"} , +{"type":"Feature","id":"n2627418138","geometry":{"type":"Point","coordinates":[-0.2380868,51.5868665]},"properties":{"@type":"node","@id":2627418138,"@timestamp":1390069741},"coords":"51.5868665,-0.2380868","bedrooms":"0","price":"239000","area":"569"} , +{"type":"Feature","id":"n2627419464","geometry":{"type":"Point","coordinates":[-0.4152999,51.865927]},"properties":{"@type":"node","@id":2627419464,"@timestamp":1390069902},"coords":"51.865927,-0.4152999","bedrooms":"2","price":"249000","area":"413"} , +{"type":"Feature","id":"n2627419474","geometry":{"type":"Point","coordinates":[-0.4193262,51.8740254]},"properties":{"@type":"node","@id":2627419474,"@timestamp":1390069903},"coords":"51.8740254,-0.4193262","bedrooms":"4","price":"265000","area":"425"} , +{"type":"Feature","id":"n2627421880","geometry":{"type":"Point","coordinates":[-0.2378127,51.5791414]},"properties":{"@type":"node","@id":2627421880,"@timestamp":1390070049},"coords":"51.5791414,-0.2378127","bedrooms":"3","price":"279000","area":"565"} , +{"type":"Feature","id":"n2627421905","geometry":{"type":"Point","coordinates":[-0.2376706,51.5788547]},"properties":{"@type":"node","@id":2627421905,"@timestamp":1390070049},"coords":"51.5788547,-0.2376706","bedrooms":"1","price":"211000","area":"370"} , +{"type":"Feature","id":"n2627637477","geometry":{"type":"Point","coordinates":[-0.734656,51.5218253]},"properties":{"@type":"node","@id":2627637477,"@timestamp":1390080330},"coords":"51.5218253,-0.734656","bedrooms":"2","price":"237000","area":"405"} , +{"type":"Feature","id":"n2628219045","geometry":{"type":"Point","coordinates":[0.6032951,50.9921355]},"properties":{"@type":"node","@id":2628219045,"@timestamp":1390152340},"coords":"50.9921355,0.6032951","bedrooms":"3","price":"188000","area":"391"} , +{"type":"Feature","id":"n2628621713","geometry":{"type":"Point","coordinates":[-0.5578937,51.2352418]},"properties":{"@type":"node","@id":2628621713,"@timestamp":1390142854},"coords":"51.2352418,-0.5578937","bedrooms":"1","price":"233000","area":"466"} , +{"type":"Feature","id":"n2628639146","geometry":{"type":"Point","coordinates":[-0.5586236,51.2361466]},"properties":{"@type":"node","@id":2628639146,"@timestamp":1390679045},"coords":"51.2361466,-0.5586236","bedrooms":"3","price":"152000","area":"484"} , +{"type":"Feature","id":"n2628909358","geometry":{"type":"Point","coordinates":[0.6042953,50.9995795]},"properties":{"@type":"node","@id":2628909358,"@timestamp":1390154868},"coords":"50.9995795,0.6042953","bedrooms":"2","price":"268000","area":"687"} , +{"type":"Feature","id":"n2629051055","geometry":{"type":"Point","coordinates":[0.081267,51.5882489]},"properties":{"@type":"node","@id":2629051055,"@timestamp":1577055658},"coords":"51.5882489,0.081267","bedrooms":"2","price":"153000","area":"403"} , +{"type":"Feature","id":"n2629051095","geometry":{"type":"Point","coordinates":[0.0816265,51.5898691]},"properties":{"@type":"node","@id":2629051095,"@timestamp":1543945123},"coords":"51.5898691,0.0816265","bedrooms":"1","price":"281000","area":"693"} , +{"type":"Feature","id":"n2629051258","geometry":{"type":"Point","coordinates":[0.0870923,51.5869759]},"properties":{"@type":"node","@id":2629051258,"@timestamp":1591534907},"coords":"51.5869759,0.0870923","bedrooms":"0","price":"231000","area":"507"} , +{"type":"Feature","id":"n2629294749","geometry":{"type":"Point","coordinates":[-0.3873567,51.6551828]},"properties":{"@type":"node","@id":2629294749,"@timestamp":1390177731},"coords":"51.6551828,-0.3873567","bedrooms":"0","price":"265000","area":"604"} , +{"type":"Feature","id":"n2629299691","geometry":{"type":"Point","coordinates":[-0.383953,51.6647897]},"properties":{"@type":"node","@id":2629299691,"@timestamp":1390178354},"coords":"51.6647897,-0.383953","bedrooms":"2","price":"161000","area":"692"} , +{"type":"Feature","id":"n2629340879","geometry":{"type":"Point","coordinates":[0.0813709,51.5894602]},"properties":{"@type":"node","@id":2629340879,"@timestamp":1630199405},"coords":"51.5894602,0.0813709","bedrooms":"1","price":"241000","area":"496"} , +{"type":"Feature","id":"n2629340919","geometry":{"type":"Point","coordinates":[0.0819005,51.5897992]},"properties":{"@type":"node","@id":2629340919,"@timestamp":1390184873},"coords":"51.5897992,0.0819005","bedrooms":"1","price":"154000","area":"489"} , +{"type":"Feature","id":"n2629340956","geometry":{"type":"Point","coordinates":[0.081231,51.5892749]},"properties":{"@type":"node","@id":2629340956,"@timestamp":1390184874},"coords":"51.5892749,0.081231","bedrooms":"2","price":"244000","area":"366"} , +{"type":"Feature","id":"n2629340988","geometry":{"type":"Point","coordinates":[0.0812977,51.5889482]},"properties":{"@type":"node","@id":2629340988,"@timestamp":1543775744},"coords":"51.5889482,0.0812977","bedrooms":"3","price":"270000","area":"656"} , +{"type":"Feature","id":"n2629341020","geometry":{"type":"Point","coordinates":[0.081413,51.5893969]},"properties":{"@type":"node","@id":2629341020,"@timestamp":1390184875},"coords":"51.5893969,0.081413","bedrooms":"4","price":"192000","area":"489"} , +{"type":"Feature","id":"n2629781376","geometry":{"type":"Point","coordinates":[-0.1397308,51.5913339]},"properties":{"@type":"node","@id":2629781376,"@timestamp":1606649770},"coords":"51.5913339,-0.1397308","bedrooms":"0","price":"213000","area":"646"} , +{"type":"Feature","id":"n2629951973","geometry":{"type":"Point","coordinates":[-0.2832254,51.5566201]},"properties":{"@type":"node","@id":2629951973,"@timestamp":1576032186},"coords":"51.5566201,-0.2832254","bedrooms":"0","price":"171000","area":"600"} , +{"type":"Feature","id":"n2629993745","geometry":{"type":"Point","coordinates":[-0.2836477,51.5566494]},"properties":{"@type":"node","@id":2629993745,"@timestamp":1485528246},"coords":"51.5566494,-0.2836477","bedrooms":"4","price":"287000","area":"697"} , +{"type":"Feature","id":"n2630450016","geometry":{"type":"Point","coordinates":[-1.0244487,51.3122595]},"properties":{"@type":"node","@id":2630450016,"@timestamp":1551237712},"coords":"51.3122595,-1.0244487","bedrooms":"4","price":"170000","area":"484"} , +{"type":"Feature","id":"n2631074349","geometry":{"type":"Point","coordinates":[-0.2841001,51.5565326]},"properties":{"@type":"node","@id":2631074349,"@timestamp":1576033065},"coords":"51.5565326,-0.2841001","bedrooms":"4","price":"249000","area":"432"} , +{"type":"Feature","id":"n2631287028","geometry":{"type":"Point","coordinates":[-0.2841267,51.5561657]},"properties":{"@type":"node","@id":2631287028,"@timestamp":1573055306},"coords":"51.5561657,-0.2841267","bedrooms":"3","price":"229000","area":"482"} , +{"type":"Feature","id":"n2631637325","geometry":{"type":"Point","coordinates":[-0.2993599,51.3881344]},"properties":{"@type":"node","@id":2631637325,"@timestamp":1613078715},"coords":"51.3881344,-0.2993599","bedrooms":"2","price":"215000","area":"557"} , +{"type":"Feature","id":"n2632464417","geometry":{"type":"Point","coordinates":[-0.0983423,51.5231991]},"properties":{"@type":"node","@id":2632464417,"@timestamp":1564909696},"coords":"51.5231991,-0.0983423","bedrooms":"1","price":"272000","area":"378"} , +{"type":"Feature","id":"n2632466123","geometry":{"type":"Point","coordinates":[-0.1019668,51.5293734]},"properties":{"@type":"node","@id":2632466123,"@timestamp":1551916095},"coords":"51.5293734,-0.1019668","bedrooms":"3","price":"194000","area":"691"} , +{"type":"Feature","id":"n2632476606","geometry":{"type":"Point","coordinates":[-0.1000443,51.5263792]},"properties":{"@type":"node","@id":2632476606,"@timestamp":1564909696},"coords":"51.5263792,-0.1000443","bedrooms":"0","price":"252000","area":"519"} , +{"type":"Feature","id":"n2632696115","geometry":{"type":"Point","coordinates":[-0.5578893,51.3176606]},"properties":{"@type":"node","@id":2632696115,"@timestamp":1584989757},"coords":"51.3176606,-0.5578893","bedrooms":"4","price":"153000","area":"568"} , +{"type":"Feature","id":"n2632761633","geometry":{"type":"Point","coordinates":[-0.0794972,51.5195315]},"properties":{"@type":"node","@id":2632761633,"@timestamp":1390421751},"coords":"51.5195315,-0.0794972","bedrooms":"1","price":"201000","area":"684"} , +{"type":"Feature","id":"n2632834148","geometry":{"type":"Point","coordinates":[0.6025324,50.9982979]},"properties":{"@type":"node","@id":2632834148,"@timestamp":1390425636},"coords":"50.9982979,0.6025324","bedrooms":"2","price":"174000","area":"643"} , +{"type":"Feature","id":"n2632838763","geometry":{"type":"Point","coordinates":[0.3656931,51.4436693]},"properties":{"@type":"node","@id":2632838763,"@timestamp":1633101954},"coords":"51.4436693,0.3656931","bedrooms":"4","price":"238000","area":"563"} , +{"type":"Feature","id":"n2633906167","geometry":{"type":"Point","coordinates":[-0.5764079,51.2347418]},"properties":{"@type":"node","@id":2633906167,"@timestamp":1390493907},"coords":"51.2347418,-0.5764079","bedrooms":"4","price":"206000","area":"362"} , +{"type":"Feature","id":"n2635266505","geometry":{"type":"Point","coordinates":[-0.143462,51.5281189]},"properties":{"@type":"node","@id":2635266505,"@timestamp":1390576338},"coords":"51.5281189,-0.143462","bedrooms":"1","price":"209000","area":"697"} , +{"type":"Feature","id":"n2636717003","geometry":{"type":"Point","coordinates":[-0.9436584,51.4447283]},"properties":{"@type":"node","@id":2636717003,"@timestamp":1629993405},"coords":"51.4447283,-0.9436584","bedrooms":"3","price":"282000","area":"616"} , +{"type":"Feature","id":"n2637206172","geometry":{"type":"Point","coordinates":[0.0705832,51.2672858]},"properties":{"@type":"node","@id":2637206172,"@timestamp":1438494942},"coords":"51.2672858,0.0705832","bedrooms":"2","price":"204000","area":"457"} , +{"type":"Feature","id":"n2637306747","geometry":{"type":"Point","coordinates":[0.5026509,51.7574218]},"properties":{"@type":"node","@id":2637306747,"@timestamp":1390682685},"coords":"51.7574218,0.5026509","bedrooms":"4","price":"211000","area":"380"} , +{"type":"Feature","id":"n2637621551","geometry":{"type":"Point","coordinates":[-0.323704,51.1915632]},"properties":{"@type":"node","@id":2637621551,"@timestamp":1612777145},"coords":"51.1915632,-0.323704","bedrooms":"0","price":"188000","area":"663"} , +{"type":"Feature","id":"n2637914286","geometry":{"type":"Point","coordinates":[0.607005,50.9894452]},"properties":{"@type":"node","@id":2637914286,"@timestamp":1391283467},"coords":"50.9894452,0.607005","bedrooms":"0","price":"228000","area":"530"} , +{"type":"Feature","id":"n2637931942","geometry":{"type":"Point","coordinates":[-0.0952568,51.5170083]},"properties":{"@type":"node","@id":2637931942,"@timestamp":1390727837},"coords":"51.5170083,-0.0952568","bedrooms":"4","price":"280000","area":"454"} , +{"type":"Feature","id":"n2638186959","geometry":{"type":"Point","coordinates":[0.1543763,51.4453872]},"properties":{"@type":"node","@id":2638186959,"@timestamp":1527533613},"coords":"51.4453872,0.1543763","bedrooms":"1","price":"267000","area":"547"} , +{"type":"Feature","id":"n2639074451","geometry":{"type":"Point","coordinates":[-0.1176319,51.3767829]},"properties":{"@type":"node","@id":2639074451,"@timestamp":1390775036},"coords":"51.3767829,-0.1176319","bedrooms":"4","price":"208000","area":"405"} , +{"type":"Feature","id":"n2639233828","geometry":{"type":"Point","coordinates":[-0.1584722,51.5126818]},"properties":{"@type":"node","@id":2639233828,"@timestamp":1630045900},"coords":"51.5126818,-0.1584722","bedrooms":"2","price":"253000","area":"482"} , +{"type":"Feature","id":"n2639710846","geometry":{"type":"Point","coordinates":[-0.9585657,51.4709005]},"properties":{"@type":"node","@id":2639710846,"@timestamp":1596206308},"coords":"51.4709005,-0.9585657","bedrooms":"0","price":"231000","area":"537"} , +{"type":"Feature","id":"n2639779396","geometry":{"type":"Point","coordinates":[-0.1673716,51.2035263]},"properties":{"@type":"node","@id":2639779396,"@timestamp":1390837993},"coords":"51.2035263,-0.1673716","bedrooms":"1","price":"279000","area":"508"} , +{"type":"Feature","id":"n2640272528","geometry":{"type":"Point","coordinates":[0.0085136,51.4897084]},"properties":{"@type":"node","@id":2640272528,"@timestamp":1390864230},"coords":"51.4897084,0.0085136","bedrooms":"3","price":"180000","area":"392"} , +{"type":"Feature","id":"n2640329110","geometry":{"type":"Point","coordinates":[-0.9573985,51.0916849]},"properties":{"@type":"node","@id":2640329110,"@timestamp":1390869345},"coords":"51.0916849,-0.9573985","bedrooms":"0","price":"189000","area":"442"} , +{"type":"Feature","id":"n2640329172","geometry":{"type":"Point","coordinates":[-0.9418887,51.0984668]},"properties":{"@type":"node","@id":2640329172,"@timestamp":1390869346},"coords":"51.0984668,-0.9418887","bedrooms":"4","price":"268000","area":"365"} , +{"type":"Feature","id":"n2640700621","geometry":{"type":"Point","coordinates":[-0.0671142,51.5147979]},"properties":{"@type":"node","@id":2640700621,"@timestamp":1604768959},"coords":"51.5147979,-0.0671142","bedrooms":"2","price":"219000","area":"575"} , +{"type":"Feature","id":"n2640952052","geometry":{"type":"Point","coordinates":[-0.9589468,51.4681737]},"properties":{"@type":"node","@id":2640952052,"@timestamp":1390919992},"coords":"51.4681737,-0.9589468","bedrooms":"3","price":"154000","area":"694"} , +{"type":"Feature","id":"n2641007647","geometry":{"type":"Point","coordinates":[-0.332303,51.4097076]},"properties":{"@type":"node","@id":2641007647,"@timestamp":1390922681},"coords":"51.4097076,-0.332303","bedrooms":"2","price":"181000","area":"563"} , +{"type":"Feature","id":"n2641007657","geometry":{"type":"Point","coordinates":[-0.3341354,51.4096092]},"properties":{"@type":"node","@id":2641007657,"@timestamp":1390922681},"coords":"51.4096092,-0.3341354","bedrooms":"3","price":"202000","area":"558"} , +{"type":"Feature","id":"n2641007667","geometry":{"type":"Point","coordinates":[-0.3313554,51.4092841]},"properties":{"@type":"node","@id":2641007667,"@timestamp":1390922681},"coords":"51.4092841,-0.3313554","bedrooms":"4","price":"180000","area":"600"} , +{"type":"Feature","id":"n2641007678","geometry":{"type":"Point","coordinates":[-0.3381362,51.4099522]},"properties":{"@type":"node","@id":2641007678,"@timestamp":1390922682},"coords":"51.4099522,-0.3381362","bedrooms":"1","price":"214000","area":"448"} , +{"type":"Feature","id":"n2641243774","geometry":{"type":"Point","coordinates":[-0.5762184,51.3212482]},"properties":{"@type":"node","@id":2641243774,"@timestamp":1390936777},"coords":"51.3212482,-0.5762184","bedrooms":"1","price":"271000","area":"400"} , +{"type":"Feature","id":"n2641339477","geometry":{"type":"Point","coordinates":[0.0921969,51.7691285]},"properties":{"@type":"node","@id":2641339477,"@timestamp":1556364765},"coords":"51.7691285,0.0921969","bedrooms":"1","price":"254000","area":"394"} , +{"type":"Feature","id":"n2641396289","geometry":{"type":"Point","coordinates":[0.5496525,51.8618074]},"properties":{"@type":"node","@id":2641396289,"@timestamp":1589195949},"coords":"51.8618074,0.5496525","bedrooms":"2","price":"158000","area":"662"} , +{"type":"Feature","id":"n2642035826","geometry":{"type":"Point","coordinates":[-0.619413,51.3882358]},"properties":{"@type":"node","@id":2642035826,"@timestamp":1599573242},"coords":"51.3882358,-0.619413","bedrooms":"3","price":"210000","area":"367"} , +{"type":"Feature","id":"n2642062861","geometry":{"type":"Point","coordinates":[0.0914662,51.769113]},"properties":{"@type":"node","@id":2642062861,"@timestamp":1493044513},"coords":"51.769113,0.0914662","bedrooms":"3","price":"280000","area":"561"} , +{"type":"Feature","id":"n2642075443","geometry":{"type":"Point","coordinates":[0.0928698,51.7694979]},"properties":{"@type":"node","@id":2642075443,"@timestamp":1612749329},"coords":"51.7694979,0.0928698","bedrooms":"1","price":"163000","area":"596"} , +{"type":"Feature","id":"n2642094399","geometry":{"type":"Point","coordinates":[0.0929375,51.7691227]},"properties":{"@type":"node","@id":2642094399,"@timestamp":1612749329},"coords":"51.7691227,0.0929375","bedrooms":"1","price":"185000","area":"557"} , +{"type":"Feature","id":"n2642117612","geometry":{"type":"Point","coordinates":[0.0941291,51.7701745]},"properties":{"@type":"node","@id":2642117612,"@timestamp":1612749329},"coords":"51.7701745,0.0941291","bedrooms":"1","price":"207000","area":"683"} , +{"type":"Feature","id":"n2642130903","geometry":{"type":"Point","coordinates":[0.0939926,51.7704098]},"properties":{"@type":"node","@id":2642130903,"@timestamp":1612749329},"coords":"51.7704098,0.0939926","bedrooms":"4","price":"229000","area":"626"} , +{"type":"Feature","id":"n2642186929","geometry":{"type":"Point","coordinates":[-0.7441072,51.3379079]},"properties":{"@type":"node","@id":2642186929,"@timestamp":1564589920},"coords":"51.3379079,-0.7441072","bedrooms":"4","price":"219000","area":"470"} , +{"type":"Feature","id":"n2642196206","geometry":{"type":"Point","coordinates":[-0.7447795,51.3384528]},"properties":{"@type":"node","@id":2642196206,"@timestamp":1564589920},"coords":"51.3384528,-0.7447795","bedrooms":"0","price":"261000","area":"408"} , +{"type":"Feature","id":"n2642217178","geometry":{"type":"Point","coordinates":[-0.7446125,51.3382144]},"properties":{"@type":"node","@id":2642217178,"@timestamp":1432481687},"coords":"51.3382144,-0.7446125","bedrooms":"3","price":"184000","area":"660"} , +{"type":"Feature","id":"n2642233014","geometry":{"type":"Point","coordinates":[-0.7488928,51.3371475]},"properties":{"@type":"node","@id":2642233014,"@timestamp":1564590128},"coords":"51.3371475,-0.7488928","bedrooms":"1","price":"180000","area":"621"} , +{"type":"Feature","id":"n2642546065","geometry":{"type":"Point","coordinates":[-0.1006224,51.5039575]},"properties":{"@type":"node","@id":2642546065,"@timestamp":1630358371},"coords":"51.5039575,-0.1006224","bedrooms":"2","price":"176000","area":"394"} , +{"type":"Feature","id":"n2642546076","geometry":{"type":"Point","coordinates":[-0.1010383,51.5040091]},"properties":{"@type":"node","@id":2642546076,"@timestamp":1630358371},"coords":"51.5040091,-0.1010383","bedrooms":"1","price":"195000","area":"511"} , +{"type":"Feature","id":"n2642546091","geometry":{"type":"Point","coordinates":[-0.0999455,51.5040495]},"properties":{"@type":"node","@id":2642546091,"@timestamp":1630358371},"coords":"51.5040495,-0.0999455","bedrooms":"3","price":"206000","area":"486"} , +{"type":"Feature","id":"n2642546114","geometry":{"type":"Point","coordinates":[-0.1019912,51.5040857]},"properties":{"@type":"node","@id":2642546114,"@timestamp":1630358371},"coords":"51.5040857,-0.1019912","bedrooms":"4","price":"166000","area":"399"} , +{"type":"Feature","id":"n2642546150","geometry":{"type":"Point","coordinates":[-0.1004729,51.5041216]},"properties":{"@type":"node","@id":2642546150,"@timestamp":1630358371},"coords":"51.5041216,-0.1004729","bedrooms":"3","price":"197000","area":"423"} , +{"type":"Feature","id":"n2642546182","geometry":{"type":"Point","coordinates":[-0.1006221,51.5041563]},"properties":{"@type":"node","@id":2642546182,"@timestamp":1630358371},"coords":"51.5041563,-0.1006221","bedrooms":"2","price":"154000","area":"469"} , +{"type":"Feature","id":"n2642566751","geometry":{"type":"Point","coordinates":[-0.1482227,51.5232525]},"properties":{"@type":"node","@id":2642566751,"@timestamp":1391027905},"coords":"51.5232525,-0.1482227","bedrooms":"1","price":"165000","area":"421"} , +{"type":"Feature","id":"n2642594941","geometry":{"type":"Point","coordinates":[0.08517,51.7711228]},"properties":{"@type":"node","@id":2642594941,"@timestamp":1624280262},"coords":"51.7711228,0.08517","bedrooms":"4","price":"223000","area":"533"} , +{"type":"Feature","id":"n2642856998","geometry":{"type":"Point","coordinates":[-0.0870246,51.5134366]},"properties":{"@type":"node","@id":2642856998,"@timestamp":1391038540},"coords":"51.5134366,-0.0870246","bedrooms":"2","price":"190000","area":"505"} , +{"type":"Feature","id":"n2642857046","geometry":{"type":"Point","coordinates":[-0.0868918,51.5138731]},"properties":{"@type":"node","@id":2642857046,"@timestamp":1391038541},"coords":"51.5138731,-0.0868918","bedrooms":"2","price":"165000","area":"582"} , +{"type":"Feature","id":"n2642857073","geometry":{"type":"Point","coordinates":[-0.0863464,51.5137835]},"properties":{"@type":"node","@id":2642857073,"@timestamp":1606502455},"coords":"51.5137835,-0.0863464","bedrooms":"0","price":"251000","area":"406"} , +{"type":"Feature","id":"n2642857092","geometry":{"type":"Point","coordinates":[-0.0877228,51.513693]},"properties":{"@type":"node","@id":2642857092,"@timestamp":1462817641},"coords":"51.513693,-0.0877228","bedrooms":"4","price":"174000","area":"496"} , +{"type":"Feature","id":"n2642857205","geometry":{"type":"Point","coordinates":[-0.086572,51.5139087]},"properties":{"@type":"node","@id":2642857205,"@timestamp":1529875339},"coords":"51.5139087,-0.086572","bedrooms":"4","price":"201000","area":"557"} , +{"type":"Feature","id":"n2642876583","geometry":{"type":"Point","coordinates":[-0.2960912,51.5525232]},"properties":{"@type":"node","@id":2642876583,"@timestamp":1391039760},"coords":"51.5525232,-0.2960912","bedrooms":"0","price":"223000","area":"670"} , +{"type":"Feature","id":"n2642895050","geometry":{"type":"Point","coordinates":[-0.0884346,51.5155764]},"properties":{"@type":"node","@id":2642895050,"@timestamp":1611973351},"coords":"51.5155764,-0.0884346","bedrooms":"2","price":"206000","area":"627"} , +{"type":"Feature","id":"n2644447702","geometry":{"type":"Point","coordinates":[-0.9588552,51.4680111]},"properties":{"@type":"node","@id":2644447702,"@timestamp":1391115411},"coords":"51.4680111,-0.9588552","bedrooms":"1","price":"217000","area":"435"} , +{"type":"Feature","id":"n2645077526","geometry":{"type":"Point","coordinates":[-0.121277,51.5481934]},"properties":{"@type":"node","@id":2645077526,"@timestamp":1391148070},"coords":"51.5481934,-0.121277","bedrooms":"1","price":"221000","area":"499"} , +{"type":"Feature","id":"n2645579668","geometry":{"type":"Point","coordinates":[0.4295773,50.9062637]},"properties":{"@type":"node","@id":2645579668,"@timestamp":1391176219},"coords":"50.9062637,0.4295773","bedrooms":"0","price":"195000","area":"650"} , +{"type":"Feature","id":"n2645579693","geometry":{"type":"Point","coordinates":[0.4301109,50.91164]},"properties":{"@type":"node","@id":2645579693,"@timestamp":1391176220},"coords":"50.91164,0.4301109","bedrooms":"4","price":"258000","area":"543"} , +{"type":"Feature","id":"n2645579716","geometry":{"type":"Point","coordinates":[0.4301486,50.9045046]},"properties":{"@type":"node","@id":2645579716,"@timestamp":1391176220},"coords":"50.9045046,0.4301486","bedrooms":"4","price":"229000","area":"421"} , +{"type":"Feature","id":"n2645677297","geometry":{"type":"Point","coordinates":[-0.1555445,51.4381726]},"properties":{"@type":"node","@id":2645677297,"@timestamp":1479406705},"coords":"51.4381726,-0.1555445","bedrooms":"0","price":"198000","area":"539"} , +{"type":"Feature","id":"n2645729150","geometry":{"type":"Point","coordinates":[-0.7998809,51.6870297]},"properties":{"@type":"node","@id":2645729150,"@timestamp":1400685052},"coords":"51.6870297,-0.7998809","bedrooms":"1","price":"260000","area":"664"} , +{"type":"Feature","id":"n2645885254","geometry":{"type":"Point","coordinates":[-0.0353972,50.9817085]},"properties":{"@type":"node","@id":2645885254,"@timestamp":1391192061},"coords":"50.9817085,-0.0353972","bedrooms":"3","price":"159000","area":"672"} , +{"type":"Feature","id":"n2645930867","geometry":{"type":"Point","coordinates":[-0.4127786,51.6666107]},"properties":{"@type":"node","@id":2645930867,"@timestamp":1391194842},"coords":"51.6666107,-0.4127786","bedrooms":"4","price":"248000","area":"425"} , +{"type":"Feature","id":"n2646244016","geometry":{"type":"Point","coordinates":[-1.0816786,51.2626316]},"properties":{"@type":"node","@id":2646244016,"@timestamp":1578695104},"coords":"51.2626316,-1.0816786","bedrooms":"4","price":"250000","area":"364"} , +{"type":"Feature","id":"n2646353131","geometry":{"type":"Point","coordinates":[-0.1691039,51.5200354]},"properties":{"@type":"node","@id":2646353131,"@timestamp":1391209371},"coords":"51.5200354,-0.1691039","bedrooms":"4","price":"217000","area":"354"} , +{"type":"Feature","id":"n2646363890","geometry":{"type":"Point","coordinates":[-0.1780772,51.5195013]},"properties":{"@type":"node","@id":2646363890,"@timestamp":1391209903},"coords":"51.5195013,-0.1780772","bedrooms":"1","price":"292000","area":"402"} , +{"type":"Feature","id":"n2646372751","geometry":{"type":"Point","coordinates":[-0.1719134,51.5204815]},"properties":{"@type":"node","@id":2646372751,"@timestamp":1391210289},"coords":"51.5204815,-0.1719134","bedrooms":"3","price":"238000","area":"588"} , +{"type":"Feature","id":"n2646550016","geometry":{"type":"Point","coordinates":[-0.1211232,51.5583466]},"properties":{"@type":"node","@id":2646550016,"@timestamp":1614482652},"coords":"51.5583466,-0.1211232","bedrooms":"4","price":"214000","area":"509"} , +{"type":"Feature","id":"n2646550040","geometry":{"type":"Point","coordinates":[-0.1215912,51.5583182]},"properties":{"@type":"node","@id":2646550040,"@timestamp":1391218660},"coords":"51.5583182,-0.1215912","bedrooms":"3","price":"259000","area":"672"} , +{"type":"Feature","id":"n2646562425","geometry":{"type":"Point","coordinates":[-0.1186529,51.557286]},"properties":{"@type":"node","@id":2646562425,"@timestamp":1391218972},"coords":"51.557286,-0.1186529","bedrooms":"2","price":"182000","area":"696"} , +{"type":"Feature","id":"n2646580120","geometry":{"type":"Point","coordinates":[0.1528396,51.9820829]},"properties":{"@type":"node","@id":2646580120,"@timestamp":1391219577},"coords":"51.9820829,0.1528396","bedrooms":"0","price":"180000","area":"689"} , +{"type":"Feature","id":"n2646780743","geometry":{"type":"Point","coordinates":[-0.117819,51.5546309]},"properties":{"@type":"node","@id":2646780743,"@timestamp":1391228323},"coords":"51.5546309,-0.117819","bedrooms":"2","price":"223000","area":"680"} , +{"type":"Feature","id":"n2646964099","geometry":{"type":"Point","coordinates":[-0.1090708,51.5501104]},"properties":{"@type":"node","@id":2646964099,"@timestamp":1608540759},"coords":"51.5501104,-0.1090708","bedrooms":"1","price":"203000","area":"494"} , +{"type":"Feature","id":"n2647483968","geometry":{"type":"Point","coordinates":[-0.1060595,51.5536048]},"properties":{"@type":"node","@id":2647483968,"@timestamp":1467265237},"coords":"51.5536048,-0.1060595","bedrooms":"1","price":"230000","area":"500"} , +{"type":"Feature","id":"n2647544504","geometry":{"type":"Point","coordinates":[-0.1009633,51.5548393]},"properties":{"@type":"node","@id":2647544504,"@timestamp":1588150203},"coords":"51.5548393,-0.1009633","bedrooms":"0","price":"294000","area":"506"} , +{"type":"Feature","id":"n2647760612","geometry":{"type":"Point","coordinates":[-0.2981936,51.5505711]},"properties":{"@type":"node","@id":2647760612,"@timestamp":1391271161},"coords":"51.5505711,-0.2981936","bedrooms":"3","price":"228000","area":"408"} , +{"type":"Feature","id":"n2647760689","geometry":{"type":"Point","coordinates":[-0.2983422,51.5505616]},"properties":{"@type":"node","@id":2647760689,"@timestamp":1391271162},"coords":"51.5505616,-0.2983422","bedrooms":"3","price":"217000","area":"416"} , +{"type":"Feature","id":"n2647923909","geometry":{"type":"Point","coordinates":[-0.089033,51.3237972]},"properties":{"@type":"node","@id":2647923909,"@timestamp":1558266424},"coords":"51.3237972,-0.089033","bedrooms":"0","price":"188000","area":"439"} , +{"type":"Feature","id":"n2647994486","geometry":{"type":"Point","coordinates":[-0.2835825,51.5565656]},"properties":{"@type":"node","@id":2647994486,"@timestamp":1391276701},"coords":"51.5565656,-0.2835825","bedrooms":"1","price":"271000","area":"444"} , +{"type":"Feature","id":"n2648123752","geometry":{"type":"Point","coordinates":[-0.1266107,51.5563997]},"properties":{"@type":"node","@id":2648123752,"@timestamp":1391279486},"coords":"51.5563997,-0.1266107","bedrooms":"2","price":"263000","area":"592"} , +{"type":"Feature","id":"n2648155516","geometry":{"type":"Point","coordinates":[-0.0929789,51.548507]},"properties":{"@type":"node","@id":2648155516,"@timestamp":1403533759},"coords":"51.548507,-0.0929789","bedrooms":"4","price":"152000","area":"519"} , +{"type":"Feature","id":"n2648313631","geometry":{"type":"Point","coordinates":[0.6067488,50.9890882]},"properties":{"@type":"node","@id":2648313631,"@timestamp":1391284733},"coords":"50.9890882,0.6067488","bedrooms":"1","price":"194000","area":"697"} , +{"type":"Feature","id":"n2648450039","geometry":{"type":"Point","coordinates":[-0.8058588,51.455655]},"properties":{"@type":"node","@id":2648450039,"@timestamp":1391289414},"coords":"51.455655,-0.8058588","bedrooms":"1","price":"187000","area":"687"} , +{"type":"Feature","id":"n2648450104","geometry":{"type":"Point","coordinates":[-0.7527932,51.4765532]},"properties":{"@type":"node","@id":2648450104,"@timestamp":1609939168},"coords":"51.4765532,-0.7527932","bedrooms":"0","price":"247000","area":"529"} , +{"type":"Feature","id":"n2648450246","geometry":{"type":"Point","coordinates":[-0.7872569,51.4626679]},"properties":{"@type":"node","@id":2648450246,"@timestamp":1391289416},"coords":"51.4626679,-0.7872569","bedrooms":"0","price":"233000","area":"627"} , +{"type":"Feature","id":"n2648450287","geometry":{"type":"Point","coordinates":[-0.8162228,51.4527736]},"properties":{"@type":"node","@id":2648450287,"@timestamp":1391289417},"coords":"51.4527736,-0.8162228","bedrooms":"1","price":"257000","area":"378"} , +{"type":"Feature","id":"n2648450451","geometry":{"type":"Point","coordinates":[-0.7711286,51.4429214]},"properties":{"@type":"node","@id":2648450451,"@timestamp":1391289418},"coords":"51.4429214,-0.7711286","bedrooms":"0","price":"237000","area":"665"} , +{"type":"Feature","id":"n2648450661","geometry":{"type":"Point","coordinates":[-0.7844279,51.4571559]},"properties":{"@type":"node","@id":2648450661,"@timestamp":1551643263},"coords":"51.4571559,-0.7844279","bedrooms":"4","price":"165000","area":"612"} , +{"type":"Feature","id":"n2648450805","geometry":{"type":"Point","coordinates":[-0.7429671,51.4777419]},"properties":{"@type":"node","@id":2648450805,"@timestamp":1391289421},"coords":"51.4777419,-0.7429671","bedrooms":"0","price":"219000","area":"532"} , +{"type":"Feature","id":"n2649370222","geometry":{"type":"Point","coordinates":[-0.0916632,51.5493216]},"properties":{"@type":"node","@id":2649370222,"@timestamp":1626776920},"coords":"51.5493216,-0.0916632","bedrooms":"4","price":"235000","area":"640"} , +{"type":"Feature","id":"n2649376877","geometry":{"type":"Point","coordinates":[-0.095217,51.5408619]},"properties":{"@type":"node","@id":2649376877,"@timestamp":1481878556},"coords":"51.5408619,-0.095217","bedrooms":"3","price":"178000","area":"485"} , +{"type":"Feature","id":"n2649377931","geometry":{"type":"Point","coordinates":[-0.0947116,51.5410964]},"properties":{"@type":"node","@id":2649377931,"@timestamp":1481878555},"coords":"51.5410964,-0.0947116","bedrooms":"0","price":"209000","area":"362"} , +{"type":"Feature","id":"n2649395042","geometry":{"type":"Point","coordinates":[-0.0955304,51.5421749]},"properties":{"@type":"node","@id":2649395042,"@timestamp":1391330718},"coords":"51.5421749,-0.0955304","bedrooms":"4","price":"282000","area":"470"} , +{"type":"Feature","id":"n2649400119","geometry":{"type":"Point","coordinates":[0.5991503,50.9944606]},"properties":{"@type":"node","@id":2649400119,"@timestamp":1391376206},"coords":"50.9944606,0.5991503","bedrooms":"4","price":"167000","area":"667"} , +{"type":"Feature","id":"n2649404194","geometry":{"type":"Point","coordinates":[-0.0932189,51.5419721]},"properties":{"@type":"node","@id":2649404194,"@timestamp":1391331148},"coords":"51.5419721,-0.0932189","bedrooms":"2","price":"197000","area":"508"} , +{"type":"Feature","id":"n2649769364","geometry":{"type":"Point","coordinates":[0.8864382,51.844435]},"properties":{"@type":"node","@id":2649769364,"@timestamp":1391349814},"coords":"51.844435,0.8864382","bedrooms":"4","price":"264000","area":"558"} , +{"type":"Feature","id":"n2649826079","geometry":{"type":"Point","coordinates":[-0.1101705,51.5539389]},"properties":{"@type":"node","@id":2649826079,"@timestamp":1391352064},"coords":"51.5539389,-0.1101705","bedrooms":"2","price":"241000","area":"397"} , +{"type":"Feature","id":"n2649828854","geometry":{"type":"Point","coordinates":[-0.110483,51.5544184]},"properties":{"@type":"node","@id":2649828854,"@timestamp":1391352304},"coords":"51.5544184,-0.110483","bedrooms":"0","price":"156000","area":"552"} , +{"type":"Feature","id":"n2649831463","geometry":{"type":"Point","coordinates":[-0.1105782,51.554611]},"properties":{"@type":"node","@id":2649831463,"@timestamp":1391352502},"coords":"51.554611,-0.1105782","bedrooms":"2","price":"263000","area":"575"} , +{"type":"Feature","id":"n2649841206","geometry":{"type":"Point","coordinates":[-0.1105232,51.5544717]},"properties":{"@type":"node","@id":2649841206,"@timestamp":1391352797},"coords":"51.5544717,-0.1105232","bedrooms":"2","price":"278000","area":"383"} , +{"type":"Feature","id":"n2649850198","geometry":{"type":"Point","coordinates":[-0.1100163,51.5542517]},"properties":{"@type":"node","@id":2649850198,"@timestamp":1614070697},"coords":"51.5542517,-0.1100163","bedrooms":"4","price":"294000","area":"580"} , +{"type":"Feature","id":"n2649852248","geometry":{"type":"Point","coordinates":[-0.1098946,51.553784]},"properties":{"@type":"node","@id":2649852248,"@timestamp":1391353298},"coords":"51.553784,-0.1098946","bedrooms":"0","price":"267000","area":"629"} , +{"type":"Feature","id":"n2649989932","geometry":{"type":"Point","coordinates":[0.5042094,51.759681]},"properties":{"@type":"node","@id":2649989932,"@timestamp":1391358185},"coords":"51.759681,0.5042094","bedrooms":"1","price":"194000","area":"551"} , +{"type":"Feature","id":"n2650160416","geometry":{"type":"Point","coordinates":[0.4993552,51.7513388]},"properties":{"@type":"node","@id":2650160416,"@timestamp":1619348375},"coords":"51.7513388,0.4993552","bedrooms":"1","price":"238000","area":"664"} , +{"type":"Feature","id":"n2650263978","geometry":{"type":"Point","coordinates":[-0.2996363,51.5521067]},"properties":{"@type":"node","@id":2650263978,"@timestamp":1391364586},"coords":"51.5521067,-0.2996363","bedrooms":"4","price":"242000","area":"625"} , +{"type":"Feature","id":"n2650534666","geometry":{"type":"Point","coordinates":[-0.97858,51.2755882]},"properties":{"@type":"node","@id":2650534666,"@timestamp":1391370235},"coords":"51.2755882,-0.97858","bedrooms":"1","price":"205000","area":"529"} , +{"type":"Feature","id":"n2650723417","geometry":{"type":"Point","coordinates":[-0.754535,51.4789894]},"properties":{"@type":"node","@id":2650723417,"@timestamp":1609939168},"coords":"51.4789894,-0.754535","bedrooms":"0","price":"262000","area":"480"} , +{"type":"Feature","id":"n2650723502","geometry":{"type":"Point","coordinates":[-0.8064006,51.5001943]},"properties":{"@type":"node","@id":2650723502,"@timestamp":1391374984},"coords":"51.5001943,-0.8064006","bedrooms":"3","price":"151000","area":"681"} , +{"type":"Feature","id":"n2650723587","geometry":{"type":"Point","coordinates":[-0.7972864,51.5153861]},"properties":{"@type":"node","@id":2650723587,"@timestamp":1391374984},"coords":"51.5153861,-0.7972864","bedrooms":"0","price":"168000","area":"399"} , +{"type":"Feature","id":"n2650723648","geometry":{"type":"Point","coordinates":[-0.7992212,51.5065279]},"properties":{"@type":"node","@id":2650723648,"@timestamp":1391374985},"coords":"51.5065279,-0.7992212","bedrooms":"0","price":"264000","area":"602"} , +{"type":"Feature","id":"n2650723696","geometry":{"type":"Point","coordinates":[-0.8055047,51.4992727]},"properties":{"@type":"node","@id":2650723696,"@timestamp":1391374986},"coords":"51.4992727,-0.8055047","bedrooms":"2","price":"237000","area":"629"} , +{"type":"Feature","id":"n2650723793","geometry":{"type":"Point","coordinates":[-0.802546,51.5057801]},"properties":{"@type":"node","@id":2650723793,"@timestamp":1609936824},"coords":"51.5057801,-0.802546","bedrooms":"2","price":"198000","area":"402"} , +{"type":"Feature","id":"n2650737183","geometry":{"type":"Point","coordinates":[-0.4044205,51.7050574]},"properties":{"@type":"node","@id":2650737183,"@timestamp":1391375321},"coords":"51.7050574,-0.4044205","bedrooms":"0","price":"231000","area":"636"} , +{"type":"Feature","id":"n2650767609","geometry":{"type":"Point","coordinates":[-0.1139273,51.5508939]},"properties":{"@type":"node","@id":2650767609,"@timestamp":1613837903},"coords":"51.5508939,-0.1139273","bedrooms":"0","price":"290000","area":"401"} , +{"type":"Feature","id":"n2650770157","geometry":{"type":"Point","coordinates":[-0.1133562,51.5511627]},"properties":{"@type":"node","@id":2650770157,"@timestamp":1404767047},"coords":"51.5511627,-0.1133562","bedrooms":"4","price":"249000","area":"509"} , +{"type":"Feature","id":"n2650779969","geometry":{"type":"Point","coordinates":[-0.1125576,51.5526856]},"properties":{"@type":"node","@id":2650779969,"@timestamp":1625832196},"coords":"51.5526856,-0.1125576","bedrooms":"4","price":"212000","area":"483"} , +{"type":"Feature","id":"n2650803426","geometry":{"type":"Point","coordinates":[-0.5645768,51.4258222]},"properties":{"@type":"node","@id":2650803426,"@timestamp":1433632959},"coords":"51.4258222,-0.5645768","bedrooms":"4","price":"266000","area":"575"} , +{"type":"Feature","id":"n2650824321","geometry":{"type":"Point","coordinates":[-0.1147099,51.5499389]},"properties":{"@type":"node","@id":2650824321,"@timestamp":1625951303},"coords":"51.5499389,-0.1147099","bedrooms":"1","price":"159000","area":"598"} , +{"type":"Feature","id":"n2650856966","geometry":{"type":"Point","coordinates":[-0.1098413,51.5451648]},"properties":{"@type":"node","@id":2650856966,"@timestamp":1391379439},"coords":"51.5451648,-0.1098413","bedrooms":"3","price":"155000","area":"682"} , +{"type":"Feature","id":"n2650859199","geometry":{"type":"Point","coordinates":[-0.1117589,51.5456541]},"properties":{"@type":"node","@id":2650859199,"@timestamp":1391379580},"coords":"51.5456541,-0.1117589","bedrooms":"0","price":"173000","area":"633"} , +{"type":"Feature","id":"n2650861176","geometry":{"type":"Point","coordinates":[-0.1089609,51.5441844]},"properties":{"@type":"node","@id":2650861176,"@timestamp":1391379733},"coords":"51.5441844,-0.1089609","bedrooms":"1","price":"236000","area":"569"} , +{"type":"Feature","id":"n2650894704","geometry":{"type":"Point","coordinates":[-0.1036334,51.5396181]},"properties":{"@type":"node","@id":2650894704,"@timestamp":1391381132},"coords":"51.5396181,-0.1036334","bedrooms":"3","price":"207000","area":"365"} , +{"type":"Feature","id":"n2650914001","geometry":{"type":"Point","coordinates":[-0.1041254,51.5430966]},"properties":{"@type":"node","@id":2650914001,"@timestamp":1391381790},"coords":"51.5430966,-0.1041254","bedrooms":"0","price":"282000","area":"478"} , +{"type":"Feature","id":"n2650941813","geometry":{"type":"Point","coordinates":[-0.1048335,51.5449232]},"properties":{"@type":"node","@id":2650941813,"@timestamp":1391382668},"coords":"51.5449232,-0.1048335","bedrooms":"2","price":"208000","area":"411"} , +{"type":"Feature","id":"n2651069128","geometry":{"type":"Point","coordinates":[-0.1854481,51.5186773]},"properties":{"@type":"node","@id":2651069128,"@timestamp":1603051264},"coords":"51.5186773,-0.1854481","bedrooms":"1","price":"265000","area":"694"} , +{"type":"Feature","id":"n2651073642","geometry":{"type":"Point","coordinates":[-0.1851636,51.5187685]},"properties":{"@type":"node","@id":2651073642,"@timestamp":1603051264},"coords":"51.5187685,-0.1851636","bedrooms":"2","price":"214000","area":"450"} , +{"type":"Feature","id":"n2651076987","geometry":{"type":"Point","coordinates":[-0.184031,51.518556]},"properties":{"@type":"node","@id":2651076987,"@timestamp":1603051264},"coords":"51.518556,-0.184031","bedrooms":"4","price":"202000","area":"558"} , +{"type":"Feature","id":"n2651676121","geometry":{"type":"Point","coordinates":[-0.1454073,51.4970333]},"properties":{"@type":"node","@id":2651676121,"@timestamp":1510024599},"coords":"51.4970333,-0.1454073","bedrooms":"4","price":"204000","area":"636"} , +{"type":"Feature","id":"n2651849674","geometry":{"type":"Point","coordinates":[-0.0382748,51.5233881]},"properties":{"@type":"node","@id":2651849674,"@timestamp":1587753598},"coords":"51.5233881,-0.0382748","bedrooms":"2","price":"241000","area":"489"} , +{"type":"Feature","id":"n2652166784","geometry":{"type":"Point","coordinates":[-0.5026565,51.3917572]},"properties":{"@type":"node","@id":2652166784,"@timestamp":1391449115},"coords":"51.3917572,-0.5026565","bedrooms":"1","price":"297000","area":"527"} , +{"type":"Feature","id":"n2653711815","geometry":{"type":"Point","coordinates":[-0.0964857,51.5404082]},"properties":{"@type":"node","@id":2653711815,"@timestamp":1628167737},"coords":"51.5404082,-0.0964857","bedrooms":"0","price":"249000","area":"578"} , +{"type":"Feature","id":"n2653720254","geometry":{"type":"Point","coordinates":[-0.0972215,51.5398794]},"properties":{"@type":"node","@id":2653720254,"@timestamp":1611968754},"coords":"51.5398794,-0.0972215","bedrooms":"2","price":"189000","area":"619"} , +{"type":"Feature","id":"n2653730746","geometry":{"type":"Point","coordinates":[-0.0985585,51.5390903]},"properties":{"@type":"node","@id":2653730746,"@timestamp":1611968754},"coords":"51.5390903,-0.0985585","bedrooms":"1","price":"172000","area":"629"} , +{"type":"Feature","id":"n2653735153","geometry":{"type":"Point","coordinates":[-0.0956789,51.5407175]},"properties":{"@type":"node","@id":2653735153,"@timestamp":1628167741},"coords":"51.5407175,-0.0956789","bedrooms":"1","price":"224000","area":"422"} , +{"type":"Feature","id":"n2653739619","geometry":{"type":"Point","coordinates":[-0.0990391,51.5384564]},"properties":{"@type":"node","@id":2653739619,"@timestamp":1391521202},"coords":"51.5384564,-0.0990391","bedrooms":"3","price":"214000","area":"596"} , +{"type":"Feature","id":"n2653754956","geometry":{"type":"Point","coordinates":[-0.0998546,51.5377365]},"properties":{"@type":"node","@id":2653754956,"@timestamp":1391521529},"coords":"51.5377365,-0.0998546","bedrooms":"1","price":"196000","area":"653"} , +{"type":"Feature","id":"n2653765654","geometry":{"type":"Point","coordinates":[-0.0993798,51.5365846]},"properties":{"@type":"node","@id":2653765654,"@timestamp":1616042188},"coords":"51.5365846,-0.0993798","bedrooms":"2","price":"296000","area":"693"} , +{"type":"Feature","id":"n2653771189","geometry":{"type":"Point","coordinates":[-0.1012167,51.5339013]},"properties":{"@type":"node","@id":2653771189,"@timestamp":1616042188},"coords":"51.5339013,-0.1012167","bedrooms":"0","price":"150000","area":"610"} , +{"type":"Feature","id":"n2653771203","geometry":{"type":"Point","coordinates":[-0.1005748,51.5346553]},"properties":{"@type":"node","@id":2653771203,"@timestamp":1391522520},"coords":"51.5346553,-0.1005748","bedrooms":"0","price":"196000","area":"583"} , +{"type":"Feature","id":"n2653771219","geometry":{"type":"Point","coordinates":[-0.1023315,51.5340956]},"properties":{"@type":"node","@id":2653771219,"@timestamp":1628167690},"coords":"51.5340956,-0.1023315","bedrooms":"3","price":"215000","area":"500"} , +{"type":"Feature","id":"n2653773950","geometry":{"type":"Point","coordinates":[-0.099108,51.5370396]},"properties":{"@type":"node","@id":2653773950,"@timestamp":1391522696},"coords":"51.5370396,-0.099108","bedrooms":"3","price":"249000","area":"351"} , +{"type":"Feature","id":"n2653811064","geometry":{"type":"Point","coordinates":[-0.110957,51.5619023]},"properties":{"@type":"node","@id":2653811064,"@timestamp":1391524177},"coords":"51.5619023,-0.110957","bedrooms":"4","price":"276000","area":"698"} , +{"type":"Feature","id":"n2653969758","geometry":{"type":"Point","coordinates":[-0.2047814,51.4875521]},"properties":{"@type":"node","@id":2653969758,"@timestamp":1616888868},"coords":"51.4875521,-0.2047814","bedrooms":"3","price":"181000","area":"445"} , +{"type":"Feature","id":"n2654820203","geometry":{"type":"Point","coordinates":[-0.2738527,51.40873]},"properties":{"@type":"node","@id":2654820203,"@timestamp":1391552521},"coords":"51.40873,-0.2738527","bedrooms":"3","price":"286000","area":"358"} , +{"type":"Feature","id":"n2655051548","geometry":{"type":"Point","coordinates":[-0.1208899,51.5410864]},"properties":{"@type":"node","@id":2655051548,"@timestamp":1391560534},"coords":"51.5410864,-0.1208899","bedrooms":"1","price":"268000","area":"613"} , +{"type":"Feature","id":"n2655077562","geometry":{"type":"Point","coordinates":[-0.1213607,51.5403566]},"properties":{"@type":"node","@id":2655077562,"@timestamp":1391561984},"coords":"51.5403566,-0.1213607","bedrooms":"2","price":"256000","area":"581"} , +{"type":"Feature","id":"n2655915229","geometry":{"type":"Point","coordinates":[0.8208236,51.6634382]},"properties":{"@type":"node","@id":2655915229,"@timestamp":1391606270},"coords":"51.6634382,0.8208236","bedrooms":"1","price":"241000","area":"506"} , +{"type":"Feature","id":"n2656101080","geometry":{"type":"Point","coordinates":[-0.2837378,51.5565076]},"properties":{"@type":"node","@id":2656101080,"@timestamp":1432382290},"coords":"51.5565076,-0.2837378","bedrooms":"1","price":"222000","area":"487"} , +{"type":"Feature","id":"n2656149807","geometry":{"type":"Point","coordinates":[-0.2838558,51.5564166]},"properties":{"@type":"node","@id":2656149807,"@timestamp":1625851552},"coords":"51.5564166,-0.2838558","bedrooms":"1","price":"270000","area":"383"} , +{"type":"Feature","id":"n2656502848","geometry":{"type":"Point","coordinates":[-1.0141336,51.3000532]},"properties":{"@type":"node","@id":2656502848,"@timestamp":1391627625},"coords":"51.3000532,-1.0141336","bedrooms":"1","price":"151000","area":"568"} , +{"type":"Feature","id":"n2656888798","geometry":{"type":"Point","coordinates":[-0.9546545,51.2671517]},"properties":{"@type":"node","@id":2656888798,"@timestamp":1391639169},"coords":"51.2671517,-0.9546545","bedrooms":"3","price":"260000","area":"586"} , +{"type":"Feature","id":"n2656982972","geometry":{"type":"Point","coordinates":[-0.8474548,51.2245237]},"properties":{"@type":"node","@id":2656982972,"@timestamp":1602439343},"coords":"51.2245237,-0.8474548","bedrooms":"0","price":"293000","area":"697"} , +{"type":"Feature","id":"n2657525040","geometry":{"type":"Point","coordinates":[-0.6490964,51.4222524]},"properties":{"@type":"node","@id":2657525040,"@timestamp":1391693683},"coords":"51.4222524,-0.6490964","bedrooms":"3","price":"159000","area":"647"} , +{"type":"Feature","id":"n2657772704","geometry":{"type":"Point","coordinates":[-0.822902,51.3540411]},"properties":{"@type":"node","@id":2657772704,"@timestamp":1391704480},"coords":"51.3540411,-0.822902","bedrooms":"4","price":"202000","area":"495"} , +{"type":"Feature","id":"n2657956787","geometry":{"type":"Point","coordinates":[-0.7466906,51.3382833]},"properties":{"@type":"node","@id":2657956787,"@timestamp":1564589920},"coords":"51.3382833,-0.7466906","bedrooms":"3","price":"241000","area":"388"} , +{"type":"Feature","id":"n2657993516","geometry":{"type":"Point","coordinates":[-0.746082,51.3128884]},"properties":{"@type":"node","@id":2657993516,"@timestamp":1575407140},"coords":"51.3128884,-0.746082","bedrooms":"1","price":"217000","area":"468"} , +{"type":"Feature","id":"n2658130377","geometry":{"type":"Point","coordinates":[-0.7302141,51.3216258]},"properties":{"@type":"node","@id":2658130377,"@timestamp":1609845114},"coords":"51.3216258,-0.7302141","bedrooms":"2","price":"226000","area":"455"} , +{"type":"Feature","id":"n2658147590","geometry":{"type":"Point","coordinates":[0.6835587,52.0840429]},"properties":{"@type":"node","@id":2658147590,"@timestamp":1549811968},"coords":"52.0840429,0.6835587","bedrooms":"4","price":"292000","area":"371"} , +{"type":"Feature","id":"n2658236708","geometry":{"type":"Point","coordinates":[-0.7276439,51.3293436]},"properties":{"@type":"node","@id":2658236708,"@timestamp":1391722772},"coords":"51.3293436,-0.7276439","bedrooms":"4","price":"151000","area":"629"} , +{"type":"Feature","id":"n2658718908","geometry":{"type":"Point","coordinates":[-0.0932163,51.5510504]},"properties":{"@type":"node","@id":2658718908,"@timestamp":1391741959},"coords":"51.5510504,-0.0932163","bedrooms":"3","price":"279000","area":"536"} , +{"type":"Feature","id":"n2658745057","geometry":{"type":"Point","coordinates":[-0.0905097,51.5536822]},"properties":{"@type":"node","@id":2658745057,"@timestamp":1625912106},"coords":"51.5536822,-0.0905097","bedrooms":"0","price":"216000","area":"500"} , +{"type":"Feature","id":"n2658769389","geometry":{"type":"Point","coordinates":[-0.0902255,51.5556633]},"properties":{"@type":"node","@id":2658769389,"@timestamp":1625912216},"coords":"51.5556633,-0.0902255","bedrooms":"0","price":"235000","area":"430"} , +{"type":"Feature","id":"n2658770479","geometry":{"type":"Point","coordinates":[-0.0903101,51.5555483]},"properties":{"@type":"node","@id":2658770479,"@timestamp":1391744252},"coords":"51.5555483,-0.0903101","bedrooms":"3","price":"282000","area":"662"} , +{"type":"Feature","id":"n2659023274","geometry":{"type":"Point","coordinates":[0.0939182,51.7761387]},"properties":{"@type":"node","@id":2659023274,"@timestamp":1631214431},"coords":"51.7761387,0.0939182","bedrooms":"1","price":"214000","area":"527"} , +{"type":"Feature","id":"n2659432997","geometry":{"type":"Point","coordinates":[-0.1288382,51.5469434]},"properties":{"@type":"node","@id":2659432997,"@timestamp":1404759707},"coords":"51.5469434,-0.1288382","bedrooms":"0","price":"262000","area":"461"} , +{"type":"Feature","id":"n2659442499","geometry":{"type":"Point","coordinates":[-0.1195581,51.546752]},"properties":{"@type":"node","@id":2659442499,"@timestamp":1391781053},"coords":"51.546752,-0.1195581","bedrooms":"0","price":"160000","area":"400"} , +{"type":"Feature","id":"n2659475642","geometry":{"type":"Point","coordinates":[-0.1357352,51.5112598]},"properties":{"@type":"node","@id":2659475642,"@timestamp":1521738516},"coords":"51.5112598,-0.1357352","bedrooms":"2","price":"282000","area":"451"} , +{"type":"Feature","id":"n2659796563","geometry":{"type":"Point","coordinates":[-0.1294196,51.5415728]},"properties":{"@type":"node","@id":2659796563,"@timestamp":1391794239},"coords":"51.5415728,-0.1294196","bedrooms":"0","price":"151000","area":"439"} , +{"type":"Feature","id":"n2659865270","geometry":{"type":"Point","coordinates":[-0.1279737,51.5415869]},"properties":{"@type":"node","@id":2659865270,"@timestamp":1391796498},"coords":"51.5415869,-0.1279737","bedrooms":"4","price":"165000","area":"473"} , +{"type":"Feature","id":"n2659956044","geometry":{"type":"Point","coordinates":[-0.1273913,51.5414664]},"properties":{"@type":"node","@id":2659956044,"@timestamp":1615550452},"coords":"51.5414664,-0.1273913","bedrooms":"0","price":"225000","area":"429"} , +{"type":"Feature","id":"n2660050252","geometry":{"type":"Point","coordinates":[0.5098729,51.0826721]},"properties":{"@type":"node","@id":2660050252,"@timestamp":1391802302},"coords":"51.0826721,0.5098729","bedrooms":"1","price":"276000","area":"413"} , +{"type":"Feature","id":"n2661105374","geometry":{"type":"Point","coordinates":[-0.1300494,51.4993137]},"properties":{"@type":"node","@id":2661105374,"@timestamp":1564909696},"coords":"51.4993137,-0.1300494","bedrooms":"2","price":"268000","area":"590"} , +{"type":"Feature","id":"n2661384827","geometry":{"type":"Point","coordinates":[0.5084633,51.0804865]},"properties":{"@type":"node","@id":2661384827,"@timestamp":1395944517},"coords":"51.0804865,0.5084633","bedrooms":"0","price":"151000","area":"609"} , +{"type":"Feature","id":"n2661445669","geometry":{"type":"Point","coordinates":[0.5097389,51.0817942]},"properties":{"@type":"node","@id":2661445669,"@timestamp":1395944519},"coords":"51.0817942,0.5097389","bedrooms":"1","price":"274000","area":"455"} , +{"type":"Feature","id":"n2661542898","geometry":{"type":"Point","coordinates":[-0.0525996,51.367007]},"properties":{"@type":"node","@id":2661542898,"@timestamp":1599581803},"coords":"51.367007,-0.0525996","bedrooms":"1","price":"281000","area":"542"} , +{"type":"Feature","id":"n2661558168","geometry":{"type":"Point","coordinates":[0.1987295,51.2757052]},"properties":{"@type":"node","@id":2661558168,"@timestamp":1391883795},"coords":"51.2757052,0.1987295","bedrooms":"1","price":"169000","area":"522"} , +{"type":"Feature","id":"n2661691453","geometry":{"type":"Point","coordinates":[-0.6680263,51.3527857]},"properties":{"@type":"node","@id":2661691453,"@timestamp":1432484559},"coords":"51.3527857,-0.6680263","bedrooms":"3","price":"282000","area":"697"} , +{"type":"Feature","id":"n2661760427","geometry":{"type":"Point","coordinates":[0.607542,51.5876161]},"properties":{"@type":"node","@id":2661760427,"@timestamp":1391892447},"coords":"51.5876161,0.607542","bedrooms":"4","price":"195000","area":"655"} , +{"type":"Feature","id":"n2661786611","geometry":{"type":"Point","coordinates":[-0.6033437,51.3472774]},"properties":{"@type":"node","@id":2661786611,"@timestamp":1537180782},"coords":"51.3472774,-0.6033437","bedrooms":"1","price":"184000","area":"545"} , +{"type":"Feature","id":"n2661857549","geometry":{"type":"Point","coordinates":[-0.7921153,51.2119175]},"properties":{"@type":"node","@id":2661857549,"@timestamp":1532271454},"coords":"51.2119175,-0.7921153","bedrooms":"2","price":"213000","area":"362"} , +{"type":"Feature","id":"n2661899998","geometry":{"type":"Point","coordinates":[-0.8611456,51.2887089]},"properties":{"@type":"node","@id":2661899998,"@timestamp":1551237712},"coords":"51.2887089,-0.8611456","bedrooms":"1","price":"161000","area":"553"} , +{"type":"Feature","id":"n2662860233","geometry":{"type":"Point","coordinates":[0.5971467,50.9930251]},"properties":{"@type":"node","@id":2662860233,"@timestamp":1391976851},"coords":"50.9930251,0.5971467","bedrooms":"0","price":"249000","area":"363"} , +{"type":"Feature","id":"n2662860243","geometry":{"type":"Point","coordinates":[0.5958276,50.9919532]},"properties":{"@type":"node","@id":2662860243,"@timestamp":1391976852},"coords":"50.9919532,0.5958276","bedrooms":"2","price":"210000","area":"449"} , +{"type":"Feature","id":"n2662860255","geometry":{"type":"Point","coordinates":[0.5949026,50.9915672]},"properties":{"@type":"node","@id":2662860255,"@timestamp":1391976852},"coords":"50.9915672,0.5949026","bedrooms":"1","price":"166000","area":"545"} , +{"type":"Feature","id":"n2663237517","geometry":{"type":"Point","coordinates":[-0.1304183,51.5423633]},"properties":{"@type":"node","@id":2663237517,"@timestamp":1391957027},"coords":"51.5423633,-0.1304183","bedrooms":"1","price":"219000","area":"490"} , +{"type":"Feature","id":"n2663313884","geometry":{"type":"Point","coordinates":[0.4730192,51.7481094]},"properties":{"@type":"node","@id":2663313884,"@timestamp":1504482224},"coords":"51.7481094,0.4730192","bedrooms":"4","price":"299000","area":"538"} , +{"type":"Feature","id":"n2663351609","geometry":{"type":"Point","coordinates":[0.4609957,51.7448509]},"properties":{"@type":"node","@id":2663351609,"@timestamp":1444888094},"coords":"51.7448509,0.4609957","bedrooms":"3","price":"164000","area":"389"} , +{"type":"Feature","id":"n2663583356","geometry":{"type":"Point","coordinates":[-0.0932366,51.4724681]},"properties":{"@type":"node","@id":2663583356,"@timestamp":1631442316},"coords":"51.4724681,-0.0932366","bedrooms":"2","price":"177000","area":"515"} , +{"type":"Feature","id":"n2663784602","geometry":{"type":"Point","coordinates":[0.5937575,50.9879743]},"properties":{"@type":"node","@id":2663784602,"@timestamp":1391976851},"coords":"50.9879743,0.5937575","bedrooms":"1","price":"215000","area":"450"} , +{"type":"Feature","id":"n2664047150","geometry":{"type":"Point","coordinates":[-0.4021542,51.6645299]},"properties":{"@type":"node","@id":2664047150,"@timestamp":1451302507},"coords":"51.6645299,-0.4021542","bedrooms":"4","price":"189000","area":"557"} , +{"type":"Feature","id":"n2664069488","geometry":{"type":"Point","coordinates":[-0.937805,51.0036401]},"properties":{"@type":"node","@id":2664069488,"@timestamp":1391982726},"coords":"51.0036401,-0.937805","bedrooms":"3","price":"179000","area":"644"} , +{"type":"Feature","id":"n2664069532","geometry":{"type":"Point","coordinates":[-0.924668,51.0086004]},"properties":{"@type":"node","@id":2664069532,"@timestamp":1391982727},"coords":"51.0086004,-0.924668","bedrooms":"2","price":"273000","area":"647"} , +{"type":"Feature","id":"n2664105744","geometry":{"type":"Point","coordinates":[-0.1195435,51.486277]},"properties":{"@type":"node","@id":2664105744,"@timestamp":1629803498},"coords":"51.486277,-0.1195435","bedrooms":"4","price":"227000","area":"548"} , +{"type":"Feature","id":"n2664155062","geometry":{"type":"Point","coordinates":[-0.9248802,51.0304292]},"properties":{"@type":"node","@id":2664155062,"@timestamp":1391986097},"coords":"51.0304292,-0.9248802","bedrooms":"1","price":"271000","area":"614"} , +{"type":"Feature","id":"n2664177589","geometry":{"type":"Point","coordinates":[0.4559021,51.7262011]},"properties":{"@type":"node","@id":2664177589,"@timestamp":1624104452},"coords":"51.7262011,0.4559021","bedrooms":"0","price":"293000","area":"438"} , +{"type":"Feature","id":"n2664360938","geometry":{"type":"Point","coordinates":[-0.5563792,51.3188046]},"properties":{"@type":"node","@id":2664360938,"@timestamp":1526505991},"coords":"51.3188046,-0.5563792","bedrooms":"0","price":"208000","area":"638"} , +{"type":"Feature","id":"n2666888562","geometry":{"type":"Point","coordinates":[0.0053302,51.4324206]},"properties":{"@type":"node","@id":2666888562,"@timestamp":1392117987},"coords":"51.4324206,0.0053302","bedrooms":"3","price":"294000","area":"560"} , +{"type":"Feature","id":"n2666959240","geometry":{"type":"Point","coordinates":[-0.2370137,51.4643833]},"properties":{"@type":"node","@id":2666959240,"@timestamp":1558824715},"coords":"51.4643833,-0.2370137","bedrooms":"3","price":"217000","area":"492"} , +{"type":"Feature","id":"n2667091064","geometry":{"type":"Point","coordinates":[-0.1520473,51.5065619]},"properties":{"@type":"node","@id":2667091064,"@timestamp":1392129689},"coords":"51.5065619,-0.1520473","bedrooms":"1","price":"156000","area":"472"} , +{"type":"Feature","id":"n2667896910","geometry":{"type":"Point","coordinates":[-0.6291558,51.4795964]},"properties":{"@type":"node","@id":2667896910,"@timestamp":1598520485},"coords":"51.4795964,-0.6291558","bedrooms":"3","price":"259000","area":"547"} , +{"type":"Feature","id":"n2668842478","geometry":{"type":"Point","coordinates":[0.09232,51.7689424]},"properties":{"@type":"node","@id":2668842478,"@timestamp":1493040632},"coords":"51.7689424,0.09232","bedrooms":"1","price":"265000","area":"508"} , +{"type":"Feature","id":"n2668871393","geometry":{"type":"Point","coordinates":[0.0929996,51.7692263]},"properties":{"@type":"node","@id":2668871393,"@timestamp":1493034478},"coords":"51.7692263,0.0929996","bedrooms":"1","price":"247000","area":"432"} , +{"type":"Feature","id":"n2669935785","geometry":{"type":"Point","coordinates":[0.0265805,51.5165171]},"properties":{"@type":"node","@id":2669935785,"@timestamp":1392288300},"coords":"51.5165171,0.0265805","bedrooms":"3","price":"226000","area":"698"} , +{"type":"Feature","id":"n2670308965","geometry":{"type":"Point","coordinates":[-0.8995718,51.2989486]},"properties":{"@type":"node","@id":2670308965,"@timestamp":1392306989},"coords":"51.2989486,-0.8995718","bedrooms":"1","price":"231000","area":"667"} , +{"type":"Feature","id":"n2670516925","geometry":{"type":"Point","coordinates":[0.094117,51.7707751]},"properties":{"@type":"node","@id":2670516925,"@timestamp":1392317974},"coords":"51.7707751,0.094117","bedrooms":"0","price":"272000","area":"367"} , +{"type":"Feature","id":"n2670530247","geometry":{"type":"Point","coordinates":[0.0951711,51.7702072]},"properties":{"@type":"node","@id":2670530247,"@timestamp":1612749329},"coords":"51.7702072,0.0951711","bedrooms":"4","price":"160000","area":"384"} , +{"type":"Feature","id":"n2670704808","geometry":{"type":"Point","coordinates":[0.190909,51.902262]},"properties":{"@type":"node","@id":2670704808,"@timestamp":1392326456},"coords":"51.902262,0.190909","bedrooms":"3","price":"198000","area":"603"} , +{"type":"Feature","id":"n2671383639","geometry":{"type":"Point","coordinates":[-0.9544212,51.26069]},"properties":{"@type":"node","@id":2671383639,"@timestamp":1536003583},"coords":"51.26069,-0.9544212","bedrooms":"4","price":"268000","area":"657"} , +{"type":"Feature","id":"n2671501758","geometry":{"type":"Point","coordinates":[-0.0904344,51.557815]},"properties":{"@type":"node","@id":2671501758,"@timestamp":1625912596},"coords":"51.557815,-0.0904344","bedrooms":"4","price":"251000","area":"449"} , +{"type":"Feature","id":"n2672014146","geometry":{"type":"Point","coordinates":[-0.0447221,51.5379143]},"properties":{"@type":"node","@id":2672014146,"@timestamp":1619919864},"coords":"51.5379143,-0.0447221","bedrooms":"4","price":"259000","area":"413"} , +{"type":"Feature","id":"n2672322598","geometry":{"type":"Point","coordinates":[-0.5677164,51.2356905]},"properties":{"@type":"node","@id":2672322598,"@timestamp":1392422830},"coords":"51.2356905,-0.5677164","bedrooms":"1","price":"171000","area":"590"} , +{"type":"Feature","id":"n2672847257","geometry":{"type":"Point","coordinates":[0.177572,51.365517]},"properties":{"@type":"node","@id":2672847257,"@timestamp":1392468943},"coords":"51.365517,0.177572","bedrooms":"4","price":"174000","area":"488"} , +{"type":"Feature","id":"n2673003873","geometry":{"type":"Point","coordinates":[-0.2221207,51.4884108]},"properties":{"@type":"node","@id":2673003873,"@timestamp":1392474561},"coords":"51.4884108,-0.2221207","bedrooms":"4","price":"202000","area":"595"} , +{"type":"Feature","id":"n2673057669","geometry":{"type":"Point","coordinates":[-0.0924317,51.5479471]},"properties":{"@type":"node","@id":2673057669,"@timestamp":1392477399},"coords":"51.5479471,-0.0924317","bedrooms":"3","price":"282000","area":"553"} , +{"type":"Feature","id":"n2673569702","geometry":{"type":"Point","coordinates":[-0.063532,51.5114995]},"properties":{"@type":"node","@id":2673569702,"@timestamp":1486318769},"coords":"51.5114995,-0.063532","bedrooms":"4","price":"281000","area":"577"} , +{"type":"Feature","id":"n2673858876","geometry":{"type":"Point","coordinates":[-0.1601543,51.5232302]},"properties":{"@type":"node","@id":2673858876,"@timestamp":1607769944},"coords":"51.5232302,-0.1601543","bedrooms":"2","price":"238000","area":"674"} , +{"type":"Feature","id":"n2674531849","geometry":{"type":"Point","coordinates":[0.0243497,51.5774951]},"properties":{"@type":"node","@id":2674531849,"@timestamp":1392546662},"coords":"51.5774951,0.0243497","bedrooms":"0","price":"193000","area":"525"} , +{"type":"Feature","id":"n2674800445","geometry":{"type":"Point","coordinates":[0.316312,51.3627406]},"properties":{"@type":"node","@id":2674800445,"@timestamp":1472841692},"coords":"51.3627406,0.316312","bedrooms":"2","price":"249000","area":"522"} , +{"type":"Feature","id":"n2675054132","geometry":{"type":"Point","coordinates":[-0.0827616,51.5271921]},"properties":{"@type":"node","@id":2675054132,"@timestamp":1392567934},"coords":"51.5271921,-0.0827616","bedrooms":"3","price":"183000","area":"460"} , +{"type":"Feature","id":"n2675054223","geometry":{"type":"Point","coordinates":[-0.0826395,51.5269935]},"properties":{"@type":"node","@id":2675054223,"@timestamp":1392567934},"coords":"51.5269935,-0.0826395","bedrooms":"4","price":"194000","area":"622"} , +{"type":"Feature","id":"n2675072805","geometry":{"type":"Point","coordinates":[-0.0282923,51.5440291]},"properties":{"@type":"node","@id":2675072805,"@timestamp":1537121311},"coords":"51.5440291,-0.0282923","bedrooms":"2","price":"269000","area":"452"} , +{"type":"Feature","id":"n2675420331","geometry":{"type":"Point","coordinates":[0.0216607,51.5847436]},"properties":{"@type":"node","@id":2675420331,"@timestamp":1615741012},"coords":"51.5847436,0.0216607","bedrooms":"1","price":"267000","area":"533"} , +{"type":"Feature","id":"n2675420389","geometry":{"type":"Point","coordinates":[0.0222534,51.5860608]},"properties":{"@type":"node","@id":2675420389,"@timestamp":1615741012},"coords":"51.5860608,0.0222534","bedrooms":"0","price":"174000","area":"506"} , +{"type":"Feature","id":"n2675420434","geometry":{"type":"Point","coordinates":[0.0215392,51.5862535]},"properties":{"@type":"node","@id":2675420434,"@timestamp":1615741012},"coords":"51.5862535,0.0215392","bedrooms":"3","price":"242000","area":"546"} , +{"type":"Feature","id":"n2675420481","geometry":{"type":"Point","coordinates":[0.0232545,51.5859847]},"properties":{"@type":"node","@id":2675420481,"@timestamp":1615741012},"coords":"51.5859847,0.0232545","bedrooms":"1","price":"239000","area":"506"} , +{"type":"Feature","id":"n2675457241","geometry":{"type":"Point","coordinates":[-0.568682,51.2379088]},"properties":{"@type":"node","@id":2675457241,"@timestamp":1392574734},"coords":"51.2379088,-0.568682","bedrooms":"4","price":"233000","area":"689"} , +{"type":"Feature","id":"n2675570157","geometry":{"type":"Point","coordinates":[-0.4720976,51.74219]},"properties":{"@type":"node","@id":2675570157,"@timestamp":1392578874},"coords":"51.74219,-0.4720976","bedrooms":"0","price":"257000","area":"377"} , +{"type":"Feature","id":"n2675711378","geometry":{"type":"Point","coordinates":[-0.7467265,51.3375988]},"properties":{"@type":"node","@id":2675711378,"@timestamp":1564589920},"coords":"51.3375988,-0.7467265","bedrooms":"2","price":"247000","area":"401"} , +{"type":"Feature","id":"n2675711388","geometry":{"type":"Point","coordinates":[-0.7463057,51.3380875]},"properties":{"@type":"node","@id":2675711388,"@timestamp":1564589920},"coords":"51.3380875,-0.7463057","bedrooms":"4","price":"288000","area":"506"} , +{"type":"Feature","id":"n2675733226","geometry":{"type":"Point","coordinates":[0.3160037,51.3624708]},"properties":{"@type":"node","@id":2675733226,"@timestamp":1472841692},"coords":"51.3624708,0.3160037","bedrooms":"3","price":"247000","area":"391"} , +{"type":"Feature","id":"n2675784971","geometry":{"type":"Point","coordinates":[-0.0910113,51.5478177]},"properties":{"@type":"node","@id":2675784971,"@timestamp":1557354825},"coords":"51.5478177,-0.0910113","bedrooms":"0","price":"151000","area":"673"} , +{"type":"Feature","id":"n2675976242","geometry":{"type":"Point","coordinates":[-0.1733518,51.4283588]},"properties":{"@type":"node","@id":2675976242,"@timestamp":1476928312},"coords":"51.4283588,-0.1733518","bedrooms":"4","price":"181000","area":"567"} , +{"type":"Feature","id":"n2677409626","geometry":{"type":"Point","coordinates":[-1.0792457,51.2529625]},"properties":{"@type":"node","@id":2677409626,"@timestamp":1539023202},"coords":"51.2529625,-1.0792457","bedrooms":"0","price":"238000","area":"544"} , +{"type":"Feature","id":"n2677429698","geometry":{"type":"Point","coordinates":[-0.1417952,51.49757]},"properties":{"@type":"node","@id":2677429698,"@timestamp":1603432605},"coords":"51.49757,-0.1417952","bedrooms":"1","price":"180000","area":"594"} , +{"type":"Feature","id":"n2677696466","geometry":{"type":"Point","coordinates":[-0.2419811,51.977256]},"properties":{"@type":"node","@id":2677696466,"@timestamp":1422462395},"coords":"51.977256,-0.2419811","bedrooms":"2","price":"177000","area":"494"} , +{"type":"Feature","id":"n2677840783","geometry":{"type":"Point","coordinates":[-0.1620583,51.4539132]},"properties":{"@type":"node","@id":2677840783,"@timestamp":1564909696},"coords":"51.4539132,-0.1620583","bedrooms":"2","price":"288000","area":"602"} , +{"type":"Feature","id":"n2677855932","geometry":{"type":"Point","coordinates":[-0.406415,51.7011837]},"properties":{"@type":"node","@id":2677855932,"@timestamp":1392677575},"coords":"51.7011837,-0.406415","bedrooms":"1","price":"253000","area":"481"} , +{"type":"Feature","id":"n2677882680","geometry":{"type":"Point","coordinates":[-0.3856208,51.6732041]},"properties":{"@type":"node","@id":2677882680,"@timestamp":1498602171},"coords":"51.6732041,-0.3856208","bedrooms":"2","price":"236000","area":"546"} , +{"type":"Feature","id":"n2678307690","geometry":{"type":"Point","coordinates":[-0.0800634,51.5997712]},"properties":{"@type":"node","@id":2678307690,"@timestamp":1592079973},"coords":"51.5997712,-0.0800634","bedrooms":"2","price":"205000","area":"670"} , +{"type":"Feature","id":"n2679085811","geometry":{"type":"Point","coordinates":[-0.0323726,51.5274452]},"properties":{"@type":"node","@id":2679085811,"@timestamp":1392748513},"coords":"51.5274452,-0.0323726","bedrooms":"3","price":"208000","area":"389"} , +{"type":"Feature","id":"n2679303554","geometry":{"type":"Point","coordinates":[-0.1768678,51.4693454]},"properties":{"@type":"node","@id":2679303554,"@timestamp":1626702091},"coords":"51.4693454,-0.1768678","bedrooms":"4","price":"158000","area":"472"} , +{"type":"Feature","id":"n2679304290","geometry":{"type":"Point","coordinates":[-0.0385121,51.5541587]},"properties":{"@type":"node","@id":2679304290,"@timestamp":1392753971},"coords":"51.5541587,-0.0385121","bedrooms":"4","price":"229000","area":"618"} , +{"type":"Feature","id":"n2679307301","geometry":{"type":"Point","coordinates":[-0.0376041,51.5541898]},"properties":{"@type":"node","@id":2679307301,"@timestamp":1392754178},"coords":"51.5541898,-0.0376041","bedrooms":"4","price":"276000","area":"656"} , +{"type":"Feature","id":"n2679315107","geometry":{"type":"Point","coordinates":[-0.0787844,51.5397446]},"properties":{"@type":"node","@id":2679315107,"@timestamp":1392754790},"coords":"51.5397446,-0.0787844","bedrooms":"0","price":"283000","area":"565"} , +{"type":"Feature","id":"n2679332800","geometry":{"type":"Point","coordinates":[-0.0808083,51.537558]},"properties":{"@type":"node","@id":2679332800,"@timestamp":1392755656},"coords":"51.537558,-0.0808083","bedrooms":"4","price":"158000","area":"515"} , +{"type":"Feature","id":"n2679636171","geometry":{"type":"Point","coordinates":[-1.0845021,51.2679293]},"properties":{"@type":"node","@id":2679636171,"@timestamp":1600193760},"coords":"51.2679293,-1.0845021","bedrooms":"4","price":"251000","area":"459"} , +{"type":"Feature","id":"n2680606804","geometry":{"type":"Point","coordinates":[-0.2042834,51.9642309]},"properties":{"@type":"node","@id":2680606804,"@timestamp":1392817892},"coords":"51.9642309,-0.2042834","bedrooms":"0","price":"239000","area":"634"} , +{"type":"Feature","id":"n2680869743","geometry":{"type":"Point","coordinates":[-0.3214794,51.4310161]},"properties":{"@type":"node","@id":2680869743,"@timestamp":1627382799},"coords":"51.4310161,-0.3214794","bedrooms":"1","price":"286000","area":"475"} , +{"type":"Feature","id":"n2681362705","geometry":{"type":"Point","coordinates":[-0.1577119,51.4522287]},"properties":{"@type":"node","@id":2681362705,"@timestamp":1606654032},"coords":"51.4522287,-0.1577119","bedrooms":"1","price":"165000","area":"645"} , +{"type":"Feature","id":"n2681388937","geometry":{"type":"Point","coordinates":[-0.0871634,51.5222668]},"properties":{"@type":"node","@id":2681388937,"@timestamp":1631239968},"coords":"51.5222668,-0.0871634","bedrooms":"0","price":"222000","area":"572"} , +{"type":"Feature","id":"n2681444294","geometry":{"type":"Point","coordinates":[-0.5724464,51.2346473]},"properties":{"@type":"node","@id":2681444294,"@timestamp":1392853747},"coords":"51.2346473,-0.5724464","bedrooms":"2","price":"180000","area":"624"} , +{"type":"Feature","id":"n2681773812","geometry":{"type":"Point","coordinates":[-0.0482587,51.61152]},"properties":{"@type":"node","@id":2681773812,"@timestamp":1554930926},"coords":"51.61152,-0.0482587","bedrooms":"3","price":"243000","area":"392"} , +{"type":"Feature","id":"n2682429271","geometry":{"type":"Point","coordinates":[-0.6150229,51.415223]},"properties":{"@type":"node","@id":2682429271,"@timestamp":1547733695},"coords":"51.415223,-0.6150229","bedrooms":"4","price":"261000","area":"551"} , +{"type":"Feature","id":"n2682645934","geometry":{"type":"Point","coordinates":[0.3684888,51.4142246]},"properties":{"@type":"node","@id":2682645934,"@timestamp":1392941206},"coords":"51.4142246,0.3684888","bedrooms":"1","price":"197000","area":"655"} , +{"type":"Feature","id":"n2682664774","geometry":{"type":"Point","coordinates":[0.3723356,51.4127107]},"properties":{"@type":"node","@id":2682664774,"@timestamp":1392942205},"coords":"51.4127107,0.3723356","bedrooms":"1","price":"278000","area":"461"} , +{"type":"Feature","id":"n2683694317","geometry":{"type":"Point","coordinates":[-0.1024243,51.5048036]},"properties":{"@type":"node","@id":2683694317,"@timestamp":1630358371},"coords":"51.5048036,-0.1024243","bedrooms":"2","price":"208000","area":"470"} , +{"type":"Feature","id":"n2684056337","geometry":{"type":"Point","coordinates":[0.0915299,51.481688]},"properties":{"@type":"node","@id":2684056337,"@timestamp":1569508984},"coords":"51.481688,0.0915299","bedrooms":"2","price":"296000","area":"500"} , +{"type":"Feature","id":"n2684245432","geometry":{"type":"Point","coordinates":[-0.1332085,51.5257058]},"properties":{"@type":"node","@id":2684245432,"@timestamp":1604858707},"coords":"51.5257058,-0.1332085","bedrooms":"4","price":"215000","area":"371"} , +{"type":"Feature","id":"n2684291173","geometry":{"type":"Point","coordinates":[-0.1055949,51.5640498]},"properties":{"@type":"node","@id":2684291173,"@timestamp":1613550604},"coords":"51.5640498,-0.1055949","bedrooms":"2","price":"150000","area":"601"} , +{"type":"Feature","id":"n2684317188","geometry":{"type":"Point","coordinates":[-0.1038794,51.5593836]},"properties":{"@type":"node","@id":2684317188,"@timestamp":1620559147},"coords":"51.5593836,-0.1038794","bedrooms":"3","price":"172000","area":"599"} , +{"type":"Feature","id":"n2684416265","geometry":{"type":"Point","coordinates":[0.5361465,51.254162]},"properties":{"@type":"node","@id":2684416265,"@timestamp":1393028091},"coords":"51.254162,0.5361465","bedrooms":"4","price":"206000","area":"554"} , +{"type":"Feature","id":"n2685472043","geometry":{"type":"Point","coordinates":[-1.0732671,51.1574623]},"properties":{"@type":"node","@id":2685472043,"@timestamp":1393094366},"coords":"51.1574623,-1.0732671","bedrooms":"3","price":"253000","area":"594"} , +{"type":"Feature","id":"n2685495324","geometry":{"type":"Point","coordinates":[-0.1124816,51.5205125]},"properties":{"@type":"node","@id":2685495324,"@timestamp":1562161857},"coords":"51.5205125,-0.1124816","bedrooms":"2","price":"244000","area":"568"} , +{"type":"Feature","id":"n2685586181","geometry":{"type":"Point","coordinates":[-0.4277204,51.8784834]},"properties":{"@type":"node","@id":2685586181,"@timestamp":1393099354},"coords":"51.8784834,-0.4277204","bedrooms":"1","price":"227000","area":"439"} , +{"type":"Feature","id":"n2685641837","geometry":{"type":"Point","coordinates":[-0.098485,51.5480959]},"properties":{"@type":"node","@id":2685641837,"@timestamp":1393101316},"coords":"51.5480959,-0.098485","bedrooms":"2","price":"217000","area":"474"} , +{"type":"Feature","id":"n2685889428","geometry":{"type":"Point","coordinates":[0.1193999,51.4569635]},"properties":{"@type":"node","@id":2685889428,"@timestamp":1621693354},"coords":"51.4569635,0.1193999","bedrooms":"0","price":"263000","area":"386"} , +{"type":"Feature","id":"n2685889833","geometry":{"type":"Point","coordinates":[0.1236496,51.4596094]},"properties":{"@type":"node","@id":2685889833,"@timestamp":1563805102},"coords":"51.4596094,0.1236496","bedrooms":"2","price":"159000","area":"650"} , +{"type":"Feature","id":"n2686374476","geometry":{"type":"Point","coordinates":[-0.1692933,51.5020805]},"properties":{"@type":"node","@id":2686374476,"@timestamp":1393149867},"coords":"51.5020805,-0.1692933","bedrooms":"1","price":"252000","area":"418"} , +{"type":"Feature","id":"n2686375151","geometry":{"type":"Point","coordinates":[-0.178261,51.5013907]},"properties":{"@type":"node","@id":2686375151,"@timestamp":1393149912},"coords":"51.5013907,-0.178261","bedrooms":"4","price":"246000","area":"498"} , +{"type":"Feature","id":"n2686375514","geometry":{"type":"Point","coordinates":[-0.1725606,51.4959265]},"properties":{"@type":"node","@id":2686375514,"@timestamp":1393149973},"coords":"51.4959265,-0.1725606","bedrooms":"0","price":"273000","area":"654"} , +{"type":"Feature","id":"n2686428095","geometry":{"type":"Point","coordinates":[0.1475577,51.4839592]},"properties":{"@type":"node","@id":2686428095,"@timestamp":1543055298},"coords":"51.4839592,0.1475577","bedrooms":"0","price":"294000","area":"547"} , +{"type":"Feature","id":"n2686724199","geometry":{"type":"Point","coordinates":[0.0744199,51.803912]},"properties":{"@type":"node","@id":2686724199,"@timestamp":1393163867},"coords":"51.803912,0.0744199","bedrooms":"3","price":"227000","area":"504"} , +{"type":"Feature","id":"n2686797395","geometry":{"type":"Point","coordinates":[0.1637328,51.6756491]},"properties":{"@type":"node","@id":2686797395,"@timestamp":1393173727},"coords":"51.6756491,0.1637328","bedrooms":"2","price":"293000","area":"484"} , +{"type":"Feature","id":"n2686831352","geometry":{"type":"Point","coordinates":[-0.1226612,51.4883499]},"properties":{"@type":"node","@id":2686831352,"@timestamp":1422444830},"coords":"51.4883499,-0.1226612","bedrooms":"1","price":"155000","area":"597"} , +{"type":"Feature","id":"n2686950648","geometry":{"type":"Point","coordinates":[-0.0701834,51.5887205]},"properties":{"@type":"node","@id":2686950648,"@timestamp":1518609363},"coords":"51.5887205,-0.0701834","bedrooms":"2","price":"217000","area":"369"} , +{"type":"Feature","id":"n2687144775","geometry":{"type":"Point","coordinates":[-0.3843417,51.7080485]},"properties":{"@type":"node","@id":2687144775,"@timestamp":1393179904},"coords":"51.7080485,-0.3843417","bedrooms":"1","price":"211000","area":"443"} , +{"type":"Feature","id":"n2687502036","geometry":{"type":"Point","coordinates":[-0.2335288,50.977905]},"properties":{"@type":"node","@id":2687502036,"@timestamp":1599769507},"coords":"50.977905,-0.2335288","bedrooms":"3","price":"263000","area":"574"} , +{"type":"Feature","id":"n2688309924","geometry":{"type":"Point","coordinates":[0.22435,51.6076253]},"properties":{"@type":"node","@id":2688309924,"@timestamp":1393243982},"coords":"51.6076253,0.22435","bedrooms":"4","price":"267000","area":"654"} , +{"type":"Feature","id":"n2688434353","geometry":{"type":"Point","coordinates":[-0.2008443,51.9829838]},"properties":{"@type":"node","@id":2688434353,"@timestamp":1393252550},"coords":"51.9829838,-0.2008443","bedrooms":"4","price":"153000","area":"581"} , +{"type":"Feature","id":"n2689136412","geometry":{"type":"Point","coordinates":[0.161707,51.2004423]},"properties":{"@type":"node","@id":2689136412,"@timestamp":1435007220},"coords":"51.2004423,0.161707","bedrooms":"2","price":"294000","area":"649"} , +{"type":"Feature","id":"n2689139242","geometry":{"type":"Point","coordinates":[0.1760994,51.2032924]},"properties":{"@type":"node","@id":2689139242,"@timestamp":1393287168},"coords":"51.2032924,0.1760994","bedrooms":"4","price":"150000","area":"472"} , +{"type":"Feature","id":"n2689144615","geometry":{"type":"Point","coordinates":[0.2007086,51.2331041]},"properties":{"@type":"node","@id":2689144615,"@timestamp":1393287803},"coords":"51.2331041,0.2007086","bedrooms":"1","price":"188000","area":"511"} , +{"type":"Feature","id":"n2689152899","geometry":{"type":"Point","coordinates":[0.1865179,51.390991]},"properties":{"@type":"node","@id":2689152899,"@timestamp":1618158981},"coords":"51.390991,0.1865179","bedrooms":"0","price":"261000","area":"575"} , +{"type":"Feature","id":"n2689156790","geometry":{"type":"Point","coordinates":[0.1854651,51.3914038]},"properties":{"@type":"node","@id":2689156790,"@timestamp":1618158981},"coords":"51.3914038,0.1854651","bedrooms":"0","price":"222000","area":"672"} , +{"type":"Feature","id":"n2689156800","geometry":{"type":"Point","coordinates":[0.1844282,51.3918329]},"properties":{"@type":"node","@id":2689156800,"@timestamp":1618158981},"coords":"51.3918329,0.1844282","bedrooms":"3","price":"251000","area":"505"} , +{"type":"Feature","id":"n2689160427","geometry":{"type":"Point","coordinates":[0.1878659,51.3919277]},"properties":{"@type":"node","@id":2689160427,"@timestamp":1393290172},"coords":"51.3919277,0.1878659","bedrooms":"1","price":"179000","area":"616"} , +{"type":"Feature","id":"n2689161721","geometry":{"type":"Point","coordinates":[0.1889419,51.3930973]},"properties":{"@type":"node","@id":2689161721,"@timestamp":1393290335},"coords":"51.3930973,0.1889419","bedrooms":"0","price":"201000","area":"636"} , +{"type":"Feature","id":"n2689549512","geometry":{"type":"Point","coordinates":[0.3241181,51.6295396]},"properties":{"@type":"node","@id":2689549512,"@timestamp":1393328102},"coords":"51.6295396,0.3241181","bedrooms":"0","price":"183000","area":"556"} , +{"type":"Feature","id":"n2689597416","geometry":{"type":"Point","coordinates":[-0.0194292,51.5525412]},"properties":{"@type":"node","@id":2689597416,"@timestamp":1616047445},"coords":"51.5525412,-0.0194292","bedrooms":"3","price":"198000","area":"596"} , +{"type":"Feature","id":"n2689721466","geometry":{"type":"Point","coordinates":[-0.2145473,51.9749472]},"properties":{"@type":"node","@id":2689721466,"@timestamp":1572011650},"coords":"51.9749472,-0.2145473","bedrooms":"2","price":"205000","area":"596"} , +{"type":"Feature","id":"n2689801836","geometry":{"type":"Point","coordinates":[-0.3001602,51.3410361]},"properties":{"@type":"node","@id":2689801836,"@timestamp":1403124884},"coords":"51.3410361,-0.3001602","bedrooms":"1","price":"260000","area":"438"} , +{"type":"Feature","id":"n2691080748","geometry":{"type":"Point","coordinates":[0.6324468,51.1043623]},"properties":{"@type":"node","@id":2691080748,"@timestamp":1395839293},"coords":"51.1043623,0.6324468","bedrooms":"0","price":"226000","area":"401"} , +{"type":"Feature","id":"n2691220882","geometry":{"type":"Point","coordinates":[-0.8230871,51.1340501]},"properties":{"@type":"node","@id":2691220882,"@timestamp":1403047366},"coords":"51.1340501,-0.8230871","bedrooms":"4","price":"253000","area":"536"} , +{"type":"Feature","id":"n2691281923","geometry":{"type":"Point","coordinates":[-0.7541977,51.2659855]},"properties":{"@type":"node","@id":2691281923,"@timestamp":1393432596},"coords":"51.2659855,-0.7541977","bedrooms":"3","price":"202000","area":"610"} , +{"type":"Feature","id":"n2691866054","geometry":{"type":"Point","coordinates":[-0.2174702,51.6764534]},"properties":{"@type":"node","@id":2691866054,"@timestamp":1393453409},"coords":"51.6764534,-0.2174702","bedrooms":"2","price":"177000","area":"546"} , +{"type":"Feature","id":"n2693218627","geometry":{"type":"Point","coordinates":[0.1059155,51.5333376]},"properties":{"@type":"node","@id":2693218627,"@timestamp":1393531215},"coords":"51.5333376,0.1059155","bedrooms":"2","price":"251000","area":"520"} , +{"type":"Feature","id":"n2694475188","geometry":{"type":"Point","coordinates":[-0.4211228,51.8939469]},"properties":{"@type":"node","@id":2694475188,"@timestamp":1588143746},"coords":"51.8939469,-0.4211228","bedrooms":"2","price":"213000","area":"605"} , +{"type":"Feature","id":"n2694538571","geometry":{"type":"Point","coordinates":[-0.3197389,51.514256]},"properties":{"@type":"node","@id":2694538571,"@timestamp":1393594899},"coords":"51.514256,-0.3197389","bedrooms":"2","price":"262000","area":"474"} , +{"type":"Feature","id":"n2696348636","geometry":{"type":"Point","coordinates":[-0.2947956,51.4149751]},"properties":{"@type":"node","@id":2696348636,"@timestamp":1626305115},"coords":"51.4149751,-0.2947956","bedrooms":"4","price":"289000","area":"498"} , +{"type":"Feature","id":"n2696574270","geometry":{"type":"Point","coordinates":[0.4528481,51.7275652]},"properties":{"@type":"node","@id":2696574270,"@timestamp":1393692787},"coords":"51.7275652,0.4528481","bedrooms":"3","price":"224000","area":"583"} , +{"type":"Feature","id":"n2696574296","geometry":{"type":"Point","coordinates":[0.4767574,51.7328411]},"properties":{"@type":"node","@id":2696574296,"@timestamp":1581982621},"coords":"51.7328411,0.4767574","bedrooms":"1","price":"249000","area":"613"} , +{"type":"Feature","id":"n2696620420","geometry":{"type":"Point","coordinates":[-0.6305491,51.4447097]},"properties":{"@type":"node","@id":2696620420,"@timestamp":1393695014},"coords":"51.4447097,-0.6305491","bedrooms":"3","price":"199000","area":"454"} , +{"type":"Feature","id":"n2696700528","geometry":{"type":"Point","coordinates":[0.5127099,51.5489616]},"properties":{"@type":"node","@id":2696700528,"@timestamp":1393973475},"coords":"51.5489616,0.5127099","bedrooms":"0","price":"156000","area":"486"} , +{"type":"Feature","id":"n2696771371","geometry":{"type":"Point","coordinates":[0.1515513,51.8311181]},"properties":{"@type":"node","@id":2696771371,"@timestamp":1393703619},"coords":"51.8311181,0.1515513","bedrooms":"4","price":"227000","area":"562"} , +{"type":"Feature","id":"n2696853226","geometry":{"type":"Point","coordinates":[0.1060251,51.8681503]},"properties":{"@type":"node","@id":2696853226,"@timestamp":1562503779},"coords":"51.8681503,0.1060251","bedrooms":"2","price":"254000","area":"631"} , +{"type":"Feature","id":"n2697081556","geometry":{"type":"Point","coordinates":[-0.1041181,51.5682842]},"properties":{"@type":"node","@id":2697081556,"@timestamp":1393721731},"coords":"51.5682842,-0.1041181","bedrooms":"3","price":"291000","area":"514"} , +{"type":"Feature","id":"n2697884484","geometry":{"type":"Point","coordinates":[-0.2602166,51.7984283]},"properties":{"@type":"node","@id":2697884484,"@timestamp":1602425074},"coords":"51.7984283,-0.2602166","bedrooms":"3","price":"287000","area":"382"} , +{"type":"Feature","id":"n2698034374","geometry":{"type":"Point","coordinates":[-0.1563586,51.3221767]},"properties":{"@type":"node","@id":2698034374,"@timestamp":1393775779},"coords":"51.3221767,-0.1563586","bedrooms":"3","price":"187000","area":"580"} , +{"type":"Feature","id":"n2698034647","geometry":{"type":"Point","coordinates":[-0.1533305,51.3266383]},"properties":{"@type":"node","@id":2698034647,"@timestamp":1393775784},"coords":"51.3266383,-0.1533305","bedrooms":"2","price":"228000","area":"664"} , +{"type":"Feature","id":"n2698496091","geometry":{"type":"Point","coordinates":[0.0950961,51.7703819]},"properties":{"@type":"node","@id":2698496091,"@timestamp":1393789639},"coords":"51.7703819,0.0950961","bedrooms":"1","price":"203000","area":"445"} , +{"type":"Feature","id":"n2698603086","geometry":{"type":"Point","coordinates":[0.1303887,51.8105039]},"properties":{"@type":"node","@id":2698603086,"@timestamp":1393794419},"coords":"51.8105039,0.1303887","bedrooms":"4","price":"227000","area":"499"} , +{"type":"Feature","id":"n2698607739","geometry":{"type":"Point","coordinates":[-0.3341162,51.7488919]},"properties":{"@type":"node","@id":2698607739,"@timestamp":1543578267},"coords":"51.7488919,-0.3341162","bedrooms":"2","price":"272000","area":"644"} , +{"type":"Feature","id":"n2698777442","geometry":{"type":"Point","coordinates":[0.7170027,51.4405386]},"properties":{"@type":"node","@id":2698777442,"@timestamp":1398441606},"coords":"51.4405386,0.7170027","bedrooms":"1","price":"160000","area":"416"} , +{"type":"Feature","id":"n2698934241","geometry":{"type":"Point","coordinates":[-0.0900049,51.2879203]},"properties":{"@type":"node","@id":2698934241,"@timestamp":1559567830},"coords":"51.2879203,-0.0900049","bedrooms":"0","price":"298000","area":"684"} , +{"type":"Feature","id":"n2699337883","geometry":{"type":"Point","coordinates":[0.0477845,50.8958201]},"properties":{"@type":"node","@id":2699337883,"@timestamp":1446075262},"coords":"50.8958201,0.0477845","bedrooms":"0","price":"249000","area":"428"} , +{"type":"Feature","id":"n2699337921","geometry":{"type":"Point","coordinates":[0.0551482,50.9020645]},"properties":{"@type":"node","@id":2699337921,"@timestamp":1446075265},"coords":"50.9020645,0.0551482","bedrooms":"3","price":"226000","area":"492"} , +{"type":"Feature","id":"n2699337938","geometry":{"type":"Point","coordinates":[0.0470321,50.9064418]},"properties":{"@type":"node","@id":2699337938,"@timestamp":1446075266},"coords":"50.9064418,0.0470321","bedrooms":"0","price":"265000","area":"372"} , +{"type":"Feature","id":"n2699337952","geometry":{"type":"Point","coordinates":[0.0489894,50.910142]},"properties":{"@type":"node","@id":2699337952,"@timestamp":1446075267},"coords":"50.910142,0.0489894","bedrooms":"0","price":"160000","area":"376"} , +{"type":"Feature","id":"n2699337965","geometry":{"type":"Point","coordinates":[0.0510107,50.9139335]},"properties":{"@type":"node","@id":2699337965,"@timestamp":1446075268},"coords":"50.9139335,0.0510107","bedrooms":"2","price":"215000","area":"564"} , +{"type":"Feature","id":"n2699337993","geometry":{"type":"Point","coordinates":[0.0533381,50.9182647]},"properties":{"@type":"node","@id":2699337993,"@timestamp":1446075269},"coords":"50.9182647,0.0533381","bedrooms":"0","price":"284000","area":"568"} , +{"type":"Feature","id":"n2699338012","geometry":{"type":"Point","coordinates":[0.0937806,50.9232733]},"properties":{"@type":"node","@id":2699338012,"@timestamp":1446075270},"coords":"50.9232733,0.0937806","bedrooms":"2","price":"150000","area":"473"} , +{"type":"Feature","id":"n2699338039","geometry":{"type":"Point","coordinates":[0.097908,50.9270927]},"properties":{"@type":"node","@id":2699338039,"@timestamp":1446075271},"coords":"50.9270927,0.097908","bedrooms":"2","price":"244000","area":"543"} , +{"type":"Feature","id":"n2699338061","geometry":{"type":"Point","coordinates":[0.0975736,50.930384]},"properties":{"@type":"node","@id":2699338061,"@timestamp":1446075273},"coords":"50.930384,0.0975736","bedrooms":"2","price":"288000","area":"538"} , +{"type":"Feature","id":"n2699338076","geometry":{"type":"Point","coordinates":[0.0902589,50.9340288]},"properties":{"@type":"node","@id":2699338076,"@timestamp":1446075274},"coords":"50.9340288,0.0902589","bedrooms":"0","price":"209000","area":"694"} , +{"type":"Feature","id":"n2699338087","geometry":{"type":"Point","coordinates":[0.0709006,50.9369126]},"properties":{"@type":"node","@id":2699338087,"@timestamp":1446075275},"coords":"50.9369126,0.0709006","bedrooms":"2","price":"287000","area":"517"} , +{"type":"Feature","id":"n2699338097","geometry":{"type":"Point","coordinates":[0.0783459,50.9409714]},"properties":{"@type":"node","@id":2699338097,"@timestamp":1446075275},"coords":"50.9409714,0.0783459","bedrooms":"4","price":"199000","area":"610"} , +{"type":"Feature","id":"n2699338107","geometry":{"type":"Point","coordinates":[0.0739238,50.9426948]},"properties":{"@type":"node","@id":2699338107,"@timestamp":1446075276},"coords":"50.9426948,0.0739238","bedrooms":"3","price":"193000","area":"557"} , +{"type":"Feature","id":"n2699338117","geometry":{"type":"Point","coordinates":[0.0682528,50.9443141]},"properties":{"@type":"node","@id":2699338117,"@timestamp":1446075276},"coords":"50.9443141,0.0682528","bedrooms":"3","price":"276000","area":"554"} , +{"type":"Feature","id":"n2699338127","geometry":{"type":"Point","coordinates":[0.0740207,50.9460185]},"properties":{"@type":"node","@id":2699338127,"@timestamp":1446075277},"coords":"50.9460185,0.0740207","bedrooms":"4","price":"224000","area":"514"} , +{"type":"Feature","id":"n2699338137","geometry":{"type":"Point","coordinates":[0.080162,50.9488939]},"properties":{"@type":"node","@id":2699338137,"@timestamp":1446075278},"coords":"50.9488939,0.080162","bedrooms":"3","price":"231000","area":"351"} , +{"type":"Feature","id":"n2699338149","geometry":{"type":"Point","coordinates":[0.0913167,50.9506361]},"properties":{"@type":"node","@id":2699338149,"@timestamp":1446075278},"coords":"50.9506361,0.0913167","bedrooms":"2","price":"172000","area":"676"} , +{"type":"Feature","id":"n2699338160","geometry":{"type":"Point","coordinates":[0.084063,50.9531986]},"properties":{"@type":"node","@id":2699338160,"@timestamp":1446075279},"coords":"50.9531986,0.084063","bedrooms":"1","price":"285000","area":"451"} , +{"type":"Feature","id":"n2699338172","geometry":{"type":"Point","coordinates":[0.0822512,50.9571646]},"properties":{"@type":"node","@id":2699338172,"@timestamp":1446075280},"coords":"50.9571646,0.0822512","bedrooms":"3","price":"168000","area":"419"} , +{"type":"Feature","id":"n2699338184","geometry":{"type":"Point","coordinates":[0.0871401,50.9641733]},"properties":{"@type":"node","@id":2699338184,"@timestamp":1446075280},"coords":"50.9641733,0.0871401","bedrooms":"0","price":"184000","area":"678"} , +{"type":"Feature","id":"n2699338209","geometry":{"type":"Point","coordinates":[-0.0057493,50.9726983]},"properties":{"@type":"node","@id":2699338209,"@timestamp":1446075281},"coords":"50.9726983,-0.0057493","bedrooms":"0","price":"219000","area":"531"} , +{"type":"Feature","id":"n2699338219","geometry":{"type":"Point","coordinates":[-0.0018017,50.9772754]},"properties":{"@type":"node","@id":2699338219,"@timestamp":1446075282},"coords":"50.9772754,-0.0018017","bedrooms":"0","price":"178000","area":"565"} , +{"type":"Feature","id":"n2699687067","geometry":{"type":"Point","coordinates":[-0.6058299,51.6779996]},"properties":{"@type":"node","@id":2699687067,"@timestamp":1621068885},"coords":"51.6779996,-0.6058299","bedrooms":"2","price":"158000","area":"603"} , +{"type":"Feature","id":"n2700007488","geometry":{"type":"Point","coordinates":[0.0077702,51.5682895]},"properties":{"@type":"node","@id":2700007488,"@timestamp":1594382953},"coords":"51.5682895,0.0077702","bedrooms":"2","price":"239000","area":"397"} , +{"type":"Feature","id":"n2700141623","geometry":{"type":"Point","coordinates":[-0.2995272,51.514124]},"properties":{"@type":"node","@id":2700141623,"@timestamp":1603497439},"coords":"51.514124,-0.2995272","bedrooms":"3","price":"172000","area":"403"} , +{"type":"Feature","id":"n2700563543","geometry":{"type":"Point","coordinates":[-1.0286627,50.9887024]},"properties":{"@type":"node","@id":2700563543,"@timestamp":1393883022},"coords":"50.9887024,-1.0286627","bedrooms":"0","price":"217000","area":"396"} , +{"type":"Feature","id":"n2700663185","geometry":{"type":"Point","coordinates":[-0.0582298,51.3215963]},"properties":{"@type":"node","@id":2700663185,"@timestamp":1393888733},"coords":"51.3215963,-0.0582298","bedrooms":"2","price":"236000","area":"626"} , +{"type":"Feature","id":"n2700708150","geometry":{"type":"Point","coordinates":[-0.2592415,51.5219239]},"properties":{"@type":"node","@id":2700708150,"@timestamp":1538965273},"coords":"51.5219239,-0.2592415","bedrooms":"1","price":"274000","area":"470"} , +{"type":"Feature","id":"n2700735561","geometry":{"type":"Point","coordinates":[-0.2491232,51.5140981]},"properties":{"@type":"node","@id":2700735561,"@timestamp":1615490448},"coords":"51.5140981,-0.2491232","bedrooms":"1","price":"250000","area":"431"} , +{"type":"Feature","id":"n2700973650","geometry":{"type":"Point","coordinates":[-0.2919035,51.5102042]},"properties":{"@type":"node","@id":2700973650,"@timestamp":1602216538},"coords":"51.5102042,-0.2919035","bedrooms":"0","price":"290000","area":"563"} , +{"type":"Feature","id":"n2701176541","geometry":{"type":"Point","coordinates":[-0.1418759,51.5908832]},"properties":{"@type":"node","@id":2701176541,"@timestamp":1626693614},"coords":"51.5908832,-0.1418759","bedrooms":"3","price":"165000","area":"461"} , +{"type":"Feature","id":"n2701292967","geometry":{"type":"Point","coordinates":[-0.4718422,51.6392216]},"properties":{"@type":"node","@id":2701292967,"@timestamp":1625742267},"coords":"51.6392216,-0.4718422","bedrooms":"4","price":"156000","area":"684"} , +{"type":"Feature","id":"n2701906051","geometry":{"type":"Point","coordinates":[-0.1494874,51.6855914]},"properties":{"@type":"node","@id":2701906051,"@timestamp":1393969955},"coords":"51.6855914,-0.1494874","bedrooms":"3","price":"171000","area":"463"} , +{"type":"Feature","id":"n2701956481","geometry":{"type":"Point","coordinates":[0.5133488,51.5475903]},"properties":{"@type":"node","@id":2701956481,"@timestamp":1393973469},"coords":"51.5475903,0.5133488","bedrooms":"4","price":"157000","area":"592"} , +{"type":"Feature","id":"n2701969963","geometry":{"type":"Point","coordinates":[-0.0673748,51.5105962]},"properties":{"@type":"node","@id":2701969963,"@timestamp":1393974901},"coords":"51.5105962,-0.0673748","bedrooms":"4","price":"154000","area":"513"} , +{"type":"Feature","id":"n2702402132","geometry":{"type":"Point","coordinates":[0.0734734,51.388619]},"properties":{"@type":"node","@id":2702402132,"@timestamp":1553491704},"coords":"51.388619,0.0734734","bedrooms":"1","price":"210000","area":"392"} , +{"type":"Feature","id":"n2702503510","geometry":{"type":"Point","coordinates":[-0.7743061,51.5869278]},"properties":{"@type":"node","@id":2702503510,"@timestamp":1563918807},"coords":"51.5869278,-0.7743061","bedrooms":"1","price":"170000","area":"585"} , +{"type":"Feature","id":"n2702520916","geometry":{"type":"Point","coordinates":[-0.7797015,51.5719696]},"properties":{"@type":"node","@id":2702520916,"@timestamp":1553018706},"coords":"51.5719696,-0.7797015","bedrooms":"0","price":"170000","area":"504"} , +{"type":"Feature","id":"n2702558661","geometry":{"type":"Point","coordinates":[-0.768471,51.5807034]},"properties":{"@type":"node","@id":2702558661,"@timestamp":1598848042},"coords":"51.5807034,-0.768471","bedrooms":"0","price":"187000","area":"367"} , +{"type":"Feature","id":"n2702692708","geometry":{"type":"Point","coordinates":[0.5250534,51.273706]},"properties":{"@type":"node","@id":2702692708,"@timestamp":1543778107},"coords":"51.273706,0.5250534","bedrooms":"2","price":"174000","area":"604"} , +{"type":"Feature","id":"n2703114279","geometry":{"type":"Point","coordinates":[-0.0779895,51.263231]},"properties":{"@type":"node","@id":2703114279,"@timestamp":1627592704},"coords":"51.263231,-0.0779895","bedrooms":"1","price":"221000","area":"606"} , +{"type":"Feature","id":"n2703139590","geometry":{"type":"Point","coordinates":[0.010233,51.7505669]},"properties":{"@type":"node","@id":2703139590,"@timestamp":1394056107},"coords":"51.7505669,0.010233","bedrooms":"0","price":"252000","area":"531"} , +{"type":"Feature","id":"n2704097362","geometry":{"type":"Point","coordinates":[-0.1342372,51.509155]},"properties":{"@type":"node","@id":2704097362,"@timestamp":1626530983},"coords":"51.509155,-0.1342372","bedrooms":"3","price":"274000","area":"401"} , +{"type":"Feature","id":"n2704189401","geometry":{"type":"Point","coordinates":[-0.5822635,51.3759749]},"properties":{"@type":"node","@id":2704189401,"@timestamp":1394123967},"coords":"51.3759749,-0.5822635","bedrooms":"4","price":"258000","area":"536"} , +{"type":"Feature","id":"n2704408893","geometry":{"type":"Point","coordinates":[-0.0682139,51.6816563]},"properties":{"@type":"node","@id":2704408893,"@timestamp":1394132733},"coords":"51.6816563,-0.0682139","bedrooms":"2","price":"184000","area":"548"} , +{"type":"Feature","id":"n2705419325","geometry":{"type":"Point","coordinates":[-0.4650901,51.7449588]},"properties":{"@type":"node","@id":2705419325,"@timestamp":1394192561},"coords":"51.7449588,-0.4650901","bedrooms":"2","price":"203000","area":"433"} , +{"type":"Feature","id":"n2705735089","geometry":{"type":"Point","coordinates":[0.48729,51.7335589]},"properties":{"@type":"node","@id":2705735089,"@timestamp":1431613130},"coords":"51.7335589,0.48729","bedrooms":"4","price":"248000","area":"383"} , +{"type":"Feature","id":"n2705735108","geometry":{"type":"Point","coordinates":[0.4899178,51.7334558]},"properties":{"@type":"node","@id":2705735108,"@timestamp":1431613130},"coords":"51.7334558,0.4899178","bedrooms":"2","price":"210000","area":"569"} , +{"type":"Feature","id":"n2705751074","geometry":{"type":"Point","coordinates":[0.4829617,51.7352402]},"properties":{"@type":"node","@id":2705751074,"@timestamp":1394212556},"coords":"51.7352402,0.4829617","bedrooms":"0","price":"228000","area":"454"} , +{"type":"Feature","id":"n2705808168","geometry":{"type":"Point","coordinates":[-0.0349967,51.4750875]},"properties":{"@type":"node","@id":2705808168,"@timestamp":1613852336},"coords":"51.4750875,-0.0349967","bedrooms":"2","price":"156000","area":"560"} , +{"type":"Feature","id":"n2707035610","geometry":{"type":"Point","coordinates":[-0.3049273,51.9577669]},"properties":{"@type":"node","@id":2707035610,"@timestamp":1526116942},"coords":"51.9577669,-0.3049273","bedrooms":"1","price":"231000","area":"491"} , +{"type":"Feature","id":"n2707274390","geometry":{"type":"Point","coordinates":[0.0356876,51.4508672]},"properties":{"@type":"node","@id":2707274390,"@timestamp":1394302889},"coords":"51.4508672,0.0356876","bedrooms":"4","price":"198000","area":"631"} , +{"type":"Feature","id":"n2707328020","geometry":{"type":"Point","coordinates":[-0.1110633,51.4836797]},"properties":{"@type":"node","@id":2707328020,"@timestamp":1466464150},"coords":"51.4836797,-0.1110633","bedrooms":"1","price":"296000","area":"392"} , +{"type":"Feature","id":"n2707944538","geometry":{"type":"Point","coordinates":[0.0926612,51.2134096]},"properties":{"@type":"node","@id":2707944538,"@timestamp":1394323417},"coords":"51.2134096,0.0926612","bedrooms":"0","price":"214000","area":"417"} , +{"type":"Feature","id":"n2707972085","geometry":{"type":"Point","coordinates":[-0.0160519,51.687813]},"properties":{"@type":"node","@id":2707972085,"@timestamp":1394327047},"coords":"51.687813,-0.0160519","bedrooms":"2","price":"257000","area":"533"} , +{"type":"Feature","id":"n2708814263","geometry":{"type":"Point","coordinates":[-0.4575724,51.8879214]},"properties":{"@type":"node","@id":2708814263,"@timestamp":1568630568},"coords":"51.8879214,-0.4575724","bedrooms":"2","price":"250000","area":"449"} , +{"type":"Feature","id":"n2709148717","geometry":{"type":"Point","coordinates":[-0.3682009,51.8462141]},"properties":{"@type":"node","@id":2709148717,"@timestamp":1394382584},"coords":"51.8462141,-0.3682009","bedrooms":"0","price":"151000","area":"610"} , +{"type":"Feature","id":"n2709322114","geometry":{"type":"Point","coordinates":[-0.3876095,51.3260986]},"properties":{"@type":"node","@id":2709322114,"@timestamp":1394387062},"coords":"51.3260986,-0.3876095","bedrooms":"2","price":"200000","area":"363"} , +{"type":"Feature","id":"n2709826317","geometry":{"type":"Point","coordinates":[0.0043071,51.3704034]},"properties":{"@type":"node","@id":2709826317,"@timestamp":1618736051},"coords":"51.3704034,0.0043071","bedrooms":"3","price":"171000","area":"672"} , +{"type":"Feature","id":"n2709945817","geometry":{"type":"Point","coordinates":[0.064769,51.3919485]},"properties":{"@type":"node","@id":2709945817,"@timestamp":1394403031},"coords":"51.3919485,0.064769","bedrooms":"4","price":"258000","area":"425"} , +{"type":"Feature","id":"n2710716390","geometry":{"type":"Point","coordinates":[0.2200763,51.288745]},"properties":{"@type":"node","@id":2710716390,"@timestamp":1394462516},"coords":"51.288745,0.2200763","bedrooms":"2","price":"174000","area":"408"} , +{"type":"Feature","id":"n2711238132","geometry":{"type":"Point","coordinates":[0.0051819,51.5795201]},"properties":{"@type":"node","@id":2711238132,"@timestamp":1592165160},"coords":"51.5795201,0.0051819","bedrooms":"2","price":"150000","area":"523"} , +{"type":"Feature","id":"n2711445573","geometry":{"type":"Point","coordinates":[0.0183353,51.5864846]},"properties":{"@type":"node","@id":2711445573,"@timestamp":1617231710},"coords":"51.5864846,0.0183353","bedrooms":"1","price":"220000","area":"353"} , +{"type":"Feature","id":"n2712360651","geometry":{"type":"Point","coordinates":[-0.095731,51.345843]},"properties":{"@type":"node","@id":2712360651,"@timestamp":1528310046},"coords":"51.345843,-0.095731","bedrooms":"3","price":"219000","area":"456"} , +{"type":"Feature","id":"n2712539266","geometry":{"type":"Point","coordinates":[-0.1229363,51.4106884]},"properties":{"@type":"node","@id":2712539266,"@timestamp":1610625686},"coords":"51.4106884,-0.1229363","bedrooms":"4","price":"279000","area":"511"} , +{"type":"Feature","id":"n2712655648","geometry":{"type":"Point","coordinates":[-0.1942457,51.1511216]},"properties":{"@type":"node","@id":2712655648,"@timestamp":1612295099},"coords":"51.1511216,-0.1942457","bedrooms":"2","price":"230000","area":"365"} , +{"type":"Feature","id":"n2712878114","geometry":{"type":"Point","coordinates":[-0.5512587,51.2135891]},"properties":{"@type":"node","@id":2712878114,"@timestamp":1394563210},"coords":"51.2135891,-0.5512587","bedrooms":"1","price":"261000","area":"492"} , +{"type":"Feature","id":"n2713308392","geometry":{"type":"Point","coordinates":[-0.1092053,51.5008315]},"properties":{"@type":"node","@id":2713308392,"@timestamp":1553731693},"coords":"51.5008315,-0.1092053","bedrooms":"2","price":"253000","area":"521"} , +{"type":"Feature","id":"n2714325413","geometry":{"type":"Point","coordinates":[-0.1684617,51.4797782]},"properties":{"@type":"node","@id":2714325413,"@timestamp":1553719262},"coords":"51.4797782,-0.1684617","bedrooms":"3","price":"245000","area":"384"} , +{"type":"Feature","id":"n2714848963","geometry":{"type":"Point","coordinates":[-0.7367906,51.5231558]},"properties":{"@type":"node","@id":2714848963,"@timestamp":1394661069},"coords":"51.5231558,-0.7367906","bedrooms":"4","price":"170000","area":"620"} , +{"type":"Feature","id":"n2714848974","geometry":{"type":"Point","coordinates":[-0.7379734,51.5232074]},"properties":{"@type":"node","@id":2714848974,"@timestamp":1394661069},"coords":"51.5232074,-0.7379734","bedrooms":"0","price":"284000","area":"609"} , +{"type":"Feature","id":"n2714848991","geometry":{"type":"Point","coordinates":[-0.7342536,51.5227551]},"properties":{"@type":"node","@id":2714848991,"@timestamp":1394661070},"coords":"51.5227551,-0.7342536","bedrooms":"3","price":"158000","area":"689"} , +{"type":"Feature","id":"n2714882021","geometry":{"type":"Point","coordinates":[-0.0216188,51.3583299]},"properties":{"@type":"node","@id":2714882021,"@timestamp":1394663291},"coords":"51.3583299,-0.0216188","bedrooms":"0","price":"279000","area":"688"} , +{"type":"Feature","id":"n2714916796","geometry":{"type":"Point","coordinates":[-0.0171291,51.6891249]},"properties":{"@type":"node","@id":2714916796,"@timestamp":1394665800},"coords":"51.6891249,-0.0171291","bedrooms":"0","price":"150000","area":"603"} , +{"type":"Feature","id":"n2714960903","geometry":{"type":"Point","coordinates":[-0.0182909,51.6870495]},"properties":{"@type":"node","@id":2714960903,"@timestamp":1394671768},"coords":"51.6870495,-0.0182909","bedrooms":"4","price":"204000","area":"620"} , +{"type":"Feature","id":"n2715359122","geometry":{"type":"Point","coordinates":[-0.7532153,51.5243916]},"properties":{"@type":"node","@id":2715359122,"@timestamp":1421426819},"coords":"51.5243916,-0.7532153","bedrooms":"4","price":"235000","area":"444"} , +{"type":"Feature","id":"n2715374739","geometry":{"type":"Point","coordinates":[-0.0379457,51.4541078]},"properties":{"@type":"node","@id":2715374739,"@timestamp":1581675503},"coords":"51.4541078,-0.0379457","bedrooms":"2","price":"151000","area":"542"} , +{"type":"Feature","id":"n2715374749","geometry":{"type":"Point","coordinates":[-0.037311,51.4543805]},"properties":{"@type":"node","@id":2715374749,"@timestamp":1564335099},"coords":"51.4543805,-0.037311","bedrooms":"1","price":"178000","area":"598"} , +{"type":"Feature","id":"n2715385290","geometry":{"type":"Point","coordinates":[-0.0384123,51.4529118]},"properties":{"@type":"node","@id":2715385290,"@timestamp":1581697340},"coords":"51.4529118,-0.0384123","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n2715444479","geometry":{"type":"Point","coordinates":[-0.036473,51.456243]},"properties":{"@type":"node","@id":2715444479,"@timestamp":1394717926},"coords":"51.456243,-0.036473","bedrooms":"1","price":"177000","area":"425"} , +{"type":"Feature","id":"n2715476560","geometry":{"type":"Point","coordinates":[-0.03618,51.455938]},"properties":{"@type":"node","@id":2715476560,"@timestamp":1618275152},"coords":"51.455938,-0.03618","bedrooms":"1","price":"172000","area":"573"} , +{"type":"Feature","id":"n2715731779","geometry":{"type":"Point","coordinates":[-0.2560876,51.4705028]},"properties":{"@type":"node","@id":2715731779,"@timestamp":1628019837},"coords":"51.4705028,-0.2560876","bedrooms":"3","price":"261000","area":"472"} , +{"type":"Feature","id":"n2715958456","geometry":{"type":"Point","coordinates":[-0.4092222,51.3215444]},"properties":{"@type":"node","@id":2715958456,"@timestamp":1394740726},"coords":"51.3215444,-0.4092222","bedrooms":"3","price":"264000","area":"581"} , +{"type":"Feature","id":"n2716058598","geometry":{"type":"Point","coordinates":[-0.5852655,51.3804924]},"properties":{"@type":"node","@id":2716058598,"@timestamp":1394744159},"coords":"51.3804924,-0.5852655","bedrooms":"0","price":"290000","area":"371"} , +{"type":"Feature","id":"n2716413547","geometry":{"type":"Point","coordinates":[-0.2503184,51.7616138]},"properties":{"@type":"node","@id":2716413547,"@timestamp":1570355558},"coords":"51.7616138,-0.2503184","bedrooms":"0","price":"202000","area":"641"} , +{"type":"Feature","id":"n2716464978","geometry":{"type":"Point","coordinates":[-0.0417343,51.1374299]},"properties":{"@type":"node","@id":2716464978,"@timestamp":1613333466},"coords":"51.1374299,-0.0417343","bedrooms":"2","price":"152000","area":"618"} , +{"type":"Feature","id":"n2716936154","geometry":{"type":"Point","coordinates":[-0.1927153,51.4439276]},"properties":{"@type":"node","@id":2716936154,"@timestamp":1394791533},"coords":"51.4439276,-0.1927153","bedrooms":"2","price":"246000","area":"613"} , +{"type":"Feature","id":"n2717326350","geometry":{"type":"Point","coordinates":[-0.0398878,51.4770852]},"properties":{"@type":"node","@id":2717326350,"@timestamp":1603488414},"coords":"51.4770852,-0.0398878","bedrooms":"3","price":"213000","area":"543"} , +{"type":"Feature","id":"n2717393794","geometry":{"type":"Point","coordinates":[-0.3153445,51.4877866]},"properties":{"@type":"node","@id":2717393794,"@timestamp":1540164382},"coords":"51.4877866,-0.3153445","bedrooms":"4","price":"230000","area":"574"} , +{"type":"Feature","id":"n2717402663","geometry":{"type":"Point","coordinates":[-0.6853353,51.179563]},"properties":{"@type":"node","@id":2717402663,"@timestamp":1394817363},"coords":"51.179563,-0.6853353","bedrooms":"3","price":"295000","area":"585"} , +{"type":"Feature","id":"n2717411613","geometry":{"type":"Point","coordinates":[-0.6857151,51.18197]},"properties":{"@type":"node","@id":2717411613,"@timestamp":1394817658},"coords":"51.18197,-0.6857151","bedrooms":"4","price":"175000","area":"426"} , +{"type":"Feature","id":"n2717644929","geometry":{"type":"Point","coordinates":[-0.755972,51.5259842]},"properties":{"@type":"node","@id":2717644929,"@timestamp":1394823807},"coords":"51.5259842,-0.755972","bedrooms":"3","price":"154000","area":"530"} , +{"type":"Feature","id":"n2717644955","geometry":{"type":"Point","coordinates":[-0.7531906,51.5295402]},"properties":{"@type":"node","@id":2717644955,"@timestamp":1394823808},"coords":"51.5295402,-0.7531906","bedrooms":"4","price":"178000","area":"533"} , +{"type":"Feature","id":"n2717644982","geometry":{"type":"Point","coordinates":[-0.7559613,51.5253953]},"properties":{"@type":"node","@id":2717644982,"@timestamp":1394823808},"coords":"51.5253953,-0.7559613","bedrooms":"1","price":"172000","area":"412"} , +{"type":"Feature","id":"n2717645042","geometry":{"type":"Point","coordinates":[-0.7565648,51.5249162]},"properties":{"@type":"node","@id":2717645042,"@timestamp":1394823809},"coords":"51.5249162,-0.7565648","bedrooms":"1","price":"180000","area":"525"} , +{"type":"Feature","id":"n2717645106","geometry":{"type":"Point","coordinates":[-0.7562644,51.5256923]},"properties":{"@type":"node","@id":2717645106,"@timestamp":1394823810},"coords":"51.5256923,-0.7562644","bedrooms":"4","price":"185000","area":"579"} , +{"type":"Feature","id":"n2718867338","geometry":{"type":"Point","coordinates":[-0.3578322,51.3180397]},"properties":{"@type":"node","@id":2718867338,"@timestamp":1394887073},"coords":"51.3180397,-0.3578322","bedrooms":"4","price":"280000","area":"531"} , +{"type":"Feature","id":"n2719406502","geometry":{"type":"Point","coordinates":[0.0292391,51.313473]},"properties":{"@type":"node","@id":2719406502,"@timestamp":1394900906},"coords":"51.313473,0.0292391","bedrooms":"4","price":"169000","area":"533"} , +{"type":"Feature","id":"n2719409983","geometry":{"type":"Point","coordinates":[-0.0047452,51.123982]},"properties":{"@type":"node","@id":2719409983,"@timestamp":1627754533},"coords":"51.123982,-0.0047452","bedrooms":"3","price":"226000","area":"485"} , +{"type":"Feature","id":"n2719516079","geometry":{"type":"Point","coordinates":[0.0242417,51.5918006]},"properties":{"@type":"node","@id":2719516079,"@timestamp":1615748398},"coords":"51.5918006,0.0242417","bedrooms":"2","price":"221000","area":"393"} , +{"type":"Feature","id":"n2719516089","geometry":{"type":"Point","coordinates":[0.0248205,51.5917773]},"properties":{"@type":"node","@id":2719516089,"@timestamp":1615748398},"coords":"51.5917773,0.0248205","bedrooms":"4","price":"178000","area":"406"} , +{"type":"Feature","id":"n2719516099","geometry":{"type":"Point","coordinates":[0.0238189,51.590039]},"properties":{"@type":"node","@id":2719516099,"@timestamp":1394906596},"coords":"51.590039,0.0238189","bedrooms":"1","price":"212000","area":"673"} , +{"type":"Feature","id":"n2719516109","geometry":{"type":"Point","coordinates":[0.0239855,51.5909108]},"properties":{"@type":"node","@id":2719516109,"@timestamp":1394906596},"coords":"51.5909108,0.0239855","bedrooms":"1","price":"207000","area":"419"} , +{"type":"Feature","id":"n2719516119","geometry":{"type":"Point","coordinates":[0.0236961,51.5909216]},"properties":{"@type":"node","@id":2719516119,"@timestamp":1394906597},"coords":"51.5909216,0.0236961","bedrooms":"0","price":"206000","area":"645"} , +{"type":"Feature","id":"n2719516129","geometry":{"type":"Point","coordinates":[0.024428,51.591799]},"properties":{"@type":"node","@id":2719516129,"@timestamp":1615748398},"coords":"51.591799,0.024428","bedrooms":"3","price":"257000","area":"489"} , +{"type":"Feature","id":"n2719549814","geometry":{"type":"Point","coordinates":[0.0217765,51.5918889]},"properties":{"@type":"node","@id":2719549814,"@timestamp":1394907844},"coords":"51.5918889,0.0217765","bedrooms":"0","price":"236000","area":"517"} , +{"type":"Feature","id":"n2719549855","geometry":{"type":"Point","coordinates":[0.0210373,51.5913609]},"properties":{"@type":"node","@id":2719549855,"@timestamp":1394907845},"coords":"51.5913609,0.0210373","bedrooms":"2","price":"216000","area":"554"} , +{"type":"Feature","id":"n2719549886","geometry":{"type":"Point","coordinates":[0.0218832,51.5896511]},"properties":{"@type":"node","@id":2719549886,"@timestamp":1394907845},"coords":"51.5896511,0.0218832","bedrooms":"3","price":"269000","area":"575"} , +{"type":"Feature","id":"n2719633692","geometry":{"type":"Point","coordinates":[0.0176799,51.5897964]},"properties":{"@type":"node","@id":2719633692,"@timestamp":1617242377},"coords":"51.5897964,0.0176799","bedrooms":"3","price":"193000","area":"435"} , +{"type":"Feature","id":"n2719633720","geometry":{"type":"Point","coordinates":[0.0179528,51.59054]},"properties":{"@type":"node","@id":2719633720,"@timestamp":1394909966},"coords":"51.59054,0.0179528","bedrooms":"0","price":"210000","area":"520"} , +{"type":"Feature","id":"n2719633749","geometry":{"type":"Point","coordinates":[0.0128365,51.590698]},"properties":{"@type":"node","@id":2719633749,"@timestamp":1617242377},"coords":"51.590698,0.0128365","bedrooms":"0","price":"196000","area":"373"} , +{"type":"Feature","id":"n2719633781","geometry":{"type":"Point","coordinates":[0.0163032,51.5932755]},"properties":{"@type":"node","@id":2719633781,"@timestamp":1394909967},"coords":"51.5932755,0.0163032","bedrooms":"3","price":"222000","area":"618"} , +{"type":"Feature","id":"n2719633804","geometry":{"type":"Point","coordinates":[0.0142195,51.5901855]},"properties":{"@type":"node","@id":2719633804,"@timestamp":1394909967},"coords":"51.5901855,0.0142195","bedrooms":"3","price":"161000","area":"500"} , +{"type":"Feature","id":"n2719633848","geometry":{"type":"Point","coordinates":[0.0198133,51.5903705]},"properties":{"@type":"node","@id":2719633848,"@timestamp":1394909968},"coords":"51.5903705,0.0198133","bedrooms":"0","price":"196000","area":"433"} , +{"type":"Feature","id":"n2719752370","geometry":{"type":"Point","coordinates":[-0.8522869,51.1885201]},"properties":{"@type":"node","@id":2719752370,"@timestamp":1394921118},"coords":"51.1885201,-0.8522869","bedrooms":"1","price":"209000","area":"651"} , +{"type":"Feature","id":"n2719991568","geometry":{"type":"Point","coordinates":[-0.745708,51.2392126]},"properties":{"@type":"node","@id":2719991568,"@timestamp":1610896268},"coords":"51.2392126,-0.745708","bedrooms":"0","price":"221000","area":"518"} , +{"type":"Feature","id":"n2719991592","geometry":{"type":"Point","coordinates":[-0.7518125,51.2369198]},"properties":{"@type":"node","@id":2719991592,"@timestamp":1617447039},"coords":"51.2369198,-0.7518125","bedrooms":"2","price":"237000","area":"673"} , +{"type":"Feature","id":"n2720097172","geometry":{"type":"Point","coordinates":[-0.8319886,51.2911211]},"properties":{"@type":"node","@id":2720097172,"@timestamp":1551237713},"coords":"51.2911211,-0.8319886","bedrooms":"3","price":"238000","area":"372"} , +{"type":"Feature","id":"n2720135583","geometry":{"type":"Point","coordinates":[-0.9785041,50.9613666]},"properties":{"@type":"node","@id":2720135583,"@timestamp":1417295440},"coords":"50.9613666,-0.9785041","bedrooms":"3","price":"221000","area":"607"} , +{"type":"Feature","id":"n2720671342","geometry":{"type":"Point","coordinates":[-0.6142802,51.3116554]},"properties":{"@type":"node","@id":2720671342,"@timestamp":1533071265},"coords":"51.3116554,-0.6142802","bedrooms":"1","price":"288000","area":"467"} , +{"type":"Feature","id":"n2720762796","geometry":{"type":"Point","coordinates":[-0.7247223,51.5215683]},"properties":{"@type":"node","@id":2720762796,"@timestamp":1394966335},"coords":"51.5215683,-0.7247223","bedrooms":"0","price":"273000","area":"689"} , +{"type":"Feature","id":"n2720762916","geometry":{"type":"Point","coordinates":[-0.7294711,51.5215945]},"properties":{"@type":"node","@id":2720762916,"@timestamp":1394966337},"coords":"51.5215945,-0.7294711","bedrooms":"0","price":"259000","area":"509"} , +{"type":"Feature","id":"n2720763032","geometry":{"type":"Point","coordinates":[-0.7423762,51.5236542]},"properties":{"@type":"node","@id":2720763032,"@timestamp":1515199778},"coords":"51.5236542,-0.7423762","bedrooms":"3","price":"224000","area":"514"} , +{"type":"Feature","id":"n2720828858","geometry":{"type":"Point","coordinates":[0.2691888,51.4391767]},"properties":{"@type":"node","@id":2720828858,"@timestamp":1394968067},"coords":"51.4391767,0.2691888","bedrooms":"1","price":"186000","area":"618"} , +{"type":"Feature","id":"n2721272711","geometry":{"type":"Point","coordinates":[-0.4518849,51.9636159]},"properties":{"@type":"node","@id":2721272711,"@timestamp":1394980650},"coords":"51.9636159,-0.4518849","bedrooms":"0","price":"295000","area":"454"} , +{"type":"Feature","id":"n2721769175","geometry":{"type":"Point","coordinates":[-0.7623743,51.540315]},"properties":{"@type":"node","@id":2721769175,"@timestamp":1401653506},"coords":"51.540315,-0.7623743","bedrooms":"1","price":"255000","area":"681"} , +{"type":"Feature","id":"n2721784306","geometry":{"type":"Point","coordinates":[-0.7442024,51.5378142]},"properties":{"@type":"node","@id":2721784306,"@timestamp":1394997186},"coords":"51.5378142,-0.7442024","bedrooms":"1","price":"186000","area":"665"} , +{"type":"Feature","id":"n2722216004","geometry":{"type":"Point","coordinates":[-0.9307926,51.2145245]},"properties":{"@type":"node","@id":2722216004,"@timestamp":1395006094},"coords":"51.2145245,-0.9307926","bedrooms":"0","price":"277000","area":"641"} , +{"type":"Feature","id":"n2722216203","geometry":{"type":"Point","coordinates":[-0.9309654,51.2241599]},"properties":{"@type":"node","@id":2722216203,"@timestamp":1395006095},"coords":"51.2241599,-0.9309654","bedrooms":"4","price":"253000","area":"474"} , +{"type":"Feature","id":"n2722415501","geometry":{"type":"Point","coordinates":[-0.0739213,51.0809624]},"properties":{"@type":"node","@id":2722415501,"@timestamp":1595783970},"coords":"51.0809624,-0.0739213","bedrooms":"4","price":"194000","area":"573"} , +{"type":"Feature","id":"n2723051535","geometry":{"type":"Point","coordinates":[-0.8218825,51.2771524]},"properties":{"@type":"node","@id":2723051535,"@timestamp":1587385294},"coords":"51.2771524,-0.8218825","bedrooms":"1","price":"292000","area":"661"} , +{"type":"Feature","id":"n2723918405","geometry":{"type":"Point","coordinates":[-0.0053122,51.5463489]},"properties":{"@type":"node","@id":2723918405,"@timestamp":1572014991},"coords":"51.5463489,-0.0053122","bedrooms":"4","price":"185000","area":"484"} , +{"type":"Feature","id":"n2724164117","geometry":{"type":"Point","coordinates":[-0.7438499,51.5238158]},"properties":{"@type":"node","@id":2724164117,"@timestamp":1395090668},"coords":"51.5238158,-0.7438499","bedrooms":"2","price":"155000","area":"605"} , +{"type":"Feature","id":"n2724164132","geometry":{"type":"Point","coordinates":[-0.7432438,51.5238359]},"properties":{"@type":"node","@id":2724164132,"@timestamp":1395090669},"coords":"51.5238359,-0.7432438","bedrooms":"0","price":"204000","area":"518"} , +{"type":"Feature","id":"n2724164148","geometry":{"type":"Point","coordinates":[-0.74282,51.5235972]},"properties":{"@type":"node","@id":2724164148,"@timestamp":1395090670},"coords":"51.5235972,-0.74282","bedrooms":"4","price":"173000","area":"593"} , +{"type":"Feature","id":"n2724164173","geometry":{"type":"Point","coordinates":[-0.7445366,51.5241396]},"properties":{"@type":"node","@id":2724164173,"@timestamp":1395090671},"coords":"51.5241396,-0.7445366","bedrooms":"3","price":"200000","area":"512"} , +{"type":"Feature","id":"n2724329238","geometry":{"type":"Point","coordinates":[-0.7401564,51.5235204]},"properties":{"@type":"node","@id":2724329238,"@timestamp":1395096187},"coords":"51.5235204,-0.7401564","bedrooms":"3","price":"246000","area":"625"} , +{"type":"Feature","id":"n2724408172","geometry":{"type":"Point","coordinates":[-0.9264532,51.0536354]},"properties":{"@type":"node","@id":2724408172,"@timestamp":1395104336},"coords":"51.0536354,-0.9264532","bedrooms":"0","price":"236000","area":"678"} , +{"type":"Feature","id":"n2725318202","geometry":{"type":"Point","coordinates":[0.281741,51.8701024]},"properties":{"@type":"node","@id":2725318202,"@timestamp":1619541905},"coords":"51.8701024,0.281741","bedrooms":"4","price":"246000","area":"669"} , +{"type":"Feature","id":"n2725770594","geometry":{"type":"Point","coordinates":[-0.3129089,51.4901943]},"properties":{"@type":"node","@id":2725770594,"@timestamp":1395173625},"coords":"51.4901943,-0.3129089","bedrooms":"1","price":"230000","area":"664"} , +{"type":"Feature","id":"n2726126368","geometry":{"type":"Point","coordinates":[0.1837543,51.2764401]},"properties":{"@type":"node","@id":2726126368,"@timestamp":1600599965},"coords":"51.2764401,0.1837543","bedrooms":"4","price":"232000","area":"481"} , +{"type":"Feature","id":"n2726838583","geometry":{"type":"Point","coordinates":[-0.1272889,51.508459]},"properties":{"@type":"node","@id":2726838583,"@timestamp":1479600479},"coords":"51.508459,-0.1272889","bedrooms":"0","price":"212000","area":"351"} , +{"type":"Feature","id":"n2726889637","geometry":{"type":"Point","coordinates":[-0.1288932,51.5081232]},"properties":{"@type":"node","@id":2726889637,"@timestamp":1395234909},"coords":"51.5081232,-0.1288932","bedrooms":"0","price":"266000","area":"370"} , +{"type":"Feature","id":"n2727229945","geometry":{"type":"Point","coordinates":[-0.1111369,51.4808228]},"properties":{"@type":"node","@id":2727229945,"@timestamp":1543945145},"coords":"51.4808228,-0.1111369","bedrooms":"3","price":"273000","area":"598"} , +{"type":"Feature","id":"n2727874873","geometry":{"type":"Point","coordinates":[-0.0293339,51.5083144]},"properties":{"@type":"node","@id":2727874873,"@timestamp":1620578738},"coords":"51.5083144,-0.0293339","bedrooms":"1","price":"282000","area":"486"} , +{"type":"Feature","id":"n2727975205","geometry":{"type":"Point","coordinates":[-0.028458,51.5075279]},"properties":{"@type":"node","@id":2727975205,"@timestamp":1395278957},"coords":"51.5075279,-0.028458","bedrooms":"3","price":"155000","area":"462"} , +{"type":"Feature","id":"n2729069132","geometry":{"type":"Point","coordinates":[-0.0748141,51.4170129]},"properties":{"@type":"node","@id":2729069132,"@timestamp":1395334199},"coords":"51.4170129,-0.0748141","bedrooms":"4","price":"296000","area":"602"} , +{"type":"Feature","id":"n2729886597","geometry":{"type":"Point","coordinates":[-0.0706423,51.5172423]},"properties":{"@type":"node","@id":2729886597,"@timestamp":1604758189},"coords":"51.5172423,-0.0706423","bedrooms":"3","price":"164000","area":"530"} , +{"type":"Feature","id":"n2730124369","geometry":{"type":"Point","coordinates":[-0.1572814,51.5212407]},"properties":{"@type":"node","@id":2730124369,"@timestamp":1609615889},"coords":"51.5212407,-0.1572814","bedrooms":"0","price":"200000","area":"367"} , +{"type":"Feature","id":"n2730192094","geometry":{"type":"Point","coordinates":[-0.1584422,51.5336131]},"properties":{"@type":"node","@id":2730192094,"@timestamp":1395356998},"coords":"51.5336131,-0.1584422","bedrooms":"4","price":"167000","area":"373"} , +{"type":"Feature","id":"n2730672974","geometry":{"type":"Point","coordinates":[0.0589061,51.3123479]},"properties":{"@type":"node","@id":2730672974,"@timestamp":1395390691},"coords":"51.3123479,0.0589061","bedrooms":"0","price":"179000","area":"590"} , +{"type":"Feature","id":"n2731350050","geometry":{"type":"Point","coordinates":[0.3862219,51.6706156]},"properties":{"@type":"node","@id":2731350050,"@timestamp":1395582780},"coords":"51.6706156,0.3862219","bedrooms":"0","price":"249000","area":"485"} , +{"type":"Feature","id":"n2732355628","geometry":{"type":"Point","coordinates":[-0.3134952,51.4882316]},"properties":{"@type":"node","@id":2732355628,"@timestamp":1617273068},"coords":"51.4882316,-0.3134952","bedrooms":"3","price":"237000","area":"549"} , +{"type":"Feature","id":"n2732498335","geometry":{"type":"Point","coordinates":[0.1748823,51.7223227]},"properties":{"@type":"node","@id":2732498335,"@timestamp":1395436697},"coords":"51.7223227,0.1748823","bedrooms":"1","price":"170000","area":"567"} , +{"type":"Feature","id":"n2733195792","geometry":{"type":"Point","coordinates":[-0.3346976,51.1575214]},"properties":{"@type":"node","@id":2733195792,"@timestamp":1395466898},"coords":"51.1575214,-0.3346976","bedrooms":"0","price":"188000","area":"352"} , +{"type":"Feature","id":"n2734297621","geometry":{"type":"Point","coordinates":[0.0707802,51.308255]},"properties":{"@type":"node","@id":2734297621,"@timestamp":1395506755},"coords":"51.308255,0.0707802","bedrooms":"4","price":"267000","area":"378"} , +{"type":"Feature","id":"n2734354990","geometry":{"type":"Point","coordinates":[0.0697914,51.2932323]},"properties":{"@type":"node","@id":2734354990,"@timestamp":1395508013},"coords":"51.2932323,0.0697914","bedrooms":"2","price":"165000","area":"622"} , +{"type":"Feature","id":"n2734621010","geometry":{"type":"Point","coordinates":[-0.2779246,51.5400638]},"properties":{"@type":"node","@id":2734621010,"@timestamp":1550335653},"coords":"51.5400638,-0.2779246","bedrooms":"1","price":"273000","area":"389"} , +{"type":"Feature","id":"n2734626604","geometry":{"type":"Point","coordinates":[-0.2025811,51.5065739]},"properties":{"@type":"node","@id":2734626604,"@timestamp":1588218179},"coords":"51.5065739,-0.2025811","bedrooms":"0","price":"188000","area":"383"} , +{"type":"Feature","id":"n2734715277","geometry":{"type":"Point","coordinates":[-0.1988492,51.5059455]},"properties":{"@type":"node","@id":2734715277,"@timestamp":1395517283},"coords":"51.5059455,-0.1988492","bedrooms":"3","price":"249000","area":"641"} , +{"type":"Feature","id":"n2735006681","geometry":{"type":"Point","coordinates":[-0.5888644,51.4399048]},"properties":{"@type":"node","@id":2735006681,"@timestamp":1624708001},"coords":"51.4399048,-0.5888644","bedrooms":"0","price":"283000","area":"609"} , +{"type":"Feature","id":"n2735013665","geometry":{"type":"Point","coordinates":[-0.5838973,51.4101279]},"properties":{"@type":"node","@id":2735013665,"@timestamp":1430917462},"coords":"51.4101279,-0.5838973","bedrooms":"1","price":"179000","area":"644"} , +{"type":"Feature","id":"n2735142859","geometry":{"type":"Point","coordinates":[-0.6037316,51.4459895]},"properties":{"@type":"node","@id":2735142859,"@timestamp":1395527354},"coords":"51.4459895,-0.6037316","bedrooms":"1","price":"277000","area":"415"} , +{"type":"Feature","id":"n2735142880","geometry":{"type":"Point","coordinates":[-0.597469,51.4467135]},"properties":{"@type":"node","@id":2735142880,"@timestamp":1395527355},"coords":"51.4467135,-0.597469","bedrooms":"4","price":"238000","area":"470"} , +{"type":"Feature","id":"n2735142911","geometry":{"type":"Point","coordinates":[-0.6018098,51.4471038]},"properties":{"@type":"node","@id":2735142911,"@timestamp":1395527355},"coords":"51.4471038,-0.6018098","bedrooms":"1","price":"231000","area":"443"} , +{"type":"Feature","id":"n2735142936","geometry":{"type":"Point","coordinates":[-0.600672,51.4476282]},"properties":{"@type":"node","@id":2735142936,"@timestamp":1395527356},"coords":"51.4476282,-0.600672","bedrooms":"0","price":"278000","area":"502"} , +{"type":"Feature","id":"n2735142967","geometry":{"type":"Point","coordinates":[-0.604103,51.4486392]},"properties":{"@type":"node","@id":2735142967,"@timestamp":1395527356},"coords":"51.4486392,-0.604103","bedrooms":"0","price":"187000","area":"661"} , +{"type":"Feature","id":"n2735327824","geometry":{"type":"Point","coordinates":[-0.0573885,51.3524908]},"properties":{"@type":"node","@id":2735327824,"@timestamp":1395531005},"coords":"51.3524908,-0.0573885","bedrooms":"4","price":"260000","area":"536"} , +{"type":"Feature","id":"n2735986571","geometry":{"type":"Point","coordinates":[-0.3538892,51.1479498]},"properties":{"@type":"node","@id":2735986571,"@timestamp":1395565595},"coords":"51.1479498,-0.3538892","bedrooms":"0","price":"237000","area":"379"} , +{"type":"Feature","id":"n2736058970","geometry":{"type":"Point","coordinates":[-0.4067175,51.1268738]},"properties":{"@type":"node","@id":2736058970,"@timestamp":1395566845},"coords":"51.1268738,-0.4067175","bedrooms":"1","price":"279000","area":"653"} , +{"type":"Feature","id":"n2736077110","geometry":{"type":"Point","coordinates":[-0.4025377,51.1380064]},"properties":{"@type":"node","@id":2736077110,"@timestamp":1395567417},"coords":"51.1380064,-0.4025377","bedrooms":"4","price":"261000","area":"638"} , +{"type":"Feature","id":"n2736279715","geometry":{"type":"Point","coordinates":[0.1041395,51.317317]},"properties":{"@type":"node","@id":2736279715,"@timestamp":1395574515},"coords":"51.317317,0.1041395","bedrooms":"3","price":"288000","area":"355"} , +{"type":"Feature","id":"n2736295548","geometry":{"type":"Point","coordinates":[-0.5302696,50.9870411]},"properties":{"@type":"node","@id":2736295548,"@timestamp":1395574744},"coords":"50.9870411,-0.5302696","bedrooms":"4","price":"174000","area":"380"} , +{"type":"Feature","id":"n2736482032","geometry":{"type":"Point","coordinates":[-0.519475,50.9935164]},"properties":{"@type":"node","@id":2736482032,"@timestamp":1395580274},"coords":"50.9935164,-0.519475","bedrooms":"2","price":"236000","area":"432"} , +{"type":"Feature","id":"n2736482150","geometry":{"type":"Point","coordinates":[-0.477804,51.0231804]},"properties":{"@type":"node","@id":2736482150,"@timestamp":1395580276},"coords":"51.0231804,-0.477804","bedrooms":"2","price":"255000","area":"406"} , +{"type":"Feature","id":"n2736727190","geometry":{"type":"Point","coordinates":[0.0490658,51.823195]},"properties":{"@type":"node","@id":2736727190,"@timestamp":1579533853},"coords":"51.823195,0.0490658","bedrooms":"3","price":"177000","area":"531"} , +{"type":"Feature","id":"n2737037415","geometry":{"type":"Point","coordinates":[-0.8503793,51.8048608]},"properties":{"@type":"node","@id":2737037415,"@timestamp":1395590541},"coords":"51.8048608,-0.8503793","bedrooms":"0","price":"250000","area":"603"} , +{"type":"Feature","id":"n2737367788","geometry":{"type":"Point","coordinates":[0.0262156,51.5918265]},"properties":{"@type":"node","@id":2737367788,"@timestamp":1395598708},"coords":"51.5918265,0.0262156","bedrooms":"0","price":"199000","area":"562"} , +{"type":"Feature","id":"n2737522721","geometry":{"type":"Point","coordinates":[-0.6199448,51.4369179]},"properties":{"@type":"node","@id":2737522721,"@timestamp":1395601101},"coords":"51.4369179,-0.6199448","bedrooms":"0","price":"192000","area":"678"} , +{"type":"Feature","id":"n2737522738","geometry":{"type":"Point","coordinates":[-0.619869,51.4381421]},"properties":{"@type":"node","@id":2737522738,"@timestamp":1395601101},"coords":"51.4381421,-0.619869","bedrooms":"2","price":"187000","area":"603"} , +{"type":"Feature","id":"n2737522765","geometry":{"type":"Point","coordinates":[-0.6197096,51.4388607]},"properties":{"@type":"node","@id":2737522765,"@timestamp":1395601101},"coords":"51.4388607,-0.6197096","bedrooms":"1","price":"251000","area":"620"} , +{"type":"Feature","id":"n2737531399","geometry":{"type":"Point","coordinates":[-0.620519,51.4358133]},"properties":{"@type":"node","@id":2737531399,"@timestamp":1395601262},"coords":"51.4358133,-0.620519","bedrooms":"4","price":"273000","area":"659"} , +{"type":"Feature","id":"n2737537474","geometry":{"type":"Point","coordinates":[-0.6213577,51.4356652]},"properties":{"@type":"node","@id":2737537474,"@timestamp":1395601402},"coords":"51.4356652,-0.6213577","bedrooms":"1","price":"231000","area":"644"} , +{"type":"Feature","id":"n2737674164","geometry":{"type":"Point","coordinates":[-0.4060215,51.1499295]},"properties":{"@type":"node","@id":2737674164,"@timestamp":1395604350},"coords":"51.1499295,-0.4060215","bedrooms":"3","price":"177000","area":"471"} , +{"type":"Feature","id":"n2737674555","geometry":{"type":"Point","coordinates":[-0.40409,51.1570691]},"properties":{"@type":"node","@id":2737674555,"@timestamp":1509741609},"coords":"51.1570691,-0.40409","bedrooms":"2","price":"203000","area":"594"} , +{"type":"Feature","id":"n2738142294","geometry":{"type":"Point","coordinates":[0.6066537,51.5867934]},"properties":{"@type":"node","@id":2738142294,"@timestamp":1395611919},"coords":"51.5867934,0.6066537","bedrooms":"0","price":"262000","area":"569"} , +{"type":"Feature","id":"n2738142360","geometry":{"type":"Point","coordinates":[0.6070132,51.5873083]},"properties":{"@type":"node","@id":2738142360,"@timestamp":1395611920},"coords":"51.5873083,0.6070132","bedrooms":"2","price":"265000","area":"670"} , +{"type":"Feature","id":"n2738198851","geometry":{"type":"Point","coordinates":[-0.0554814,51.3241705]},"properties":{"@type":"node","@id":2738198851,"@timestamp":1395613122},"coords":"51.3241705,-0.0554814","bedrooms":"2","price":"188000","area":"693"} , +{"type":"Feature","id":"n2738199154","geometry":{"type":"Point","coordinates":[-0.0561771,51.3586894]},"properties":{"@type":"node","@id":2738199154,"@timestamp":1616978665},"coords":"51.3586894,-0.0561771","bedrooms":"0","price":"151000","area":"687"} , +{"type":"Feature","id":"n2738290655","geometry":{"type":"Point","coordinates":[-0.8251601,51.1621685]},"properties":{"@type":"node","@id":2738290655,"@timestamp":1395615552},"coords":"51.1621685,-0.8251601","bedrooms":"2","price":"199000","area":"582"} , +{"type":"Feature","id":"n2738840351","geometry":{"type":"Point","coordinates":[-0.0006877,51.476838]},"properties":{"@type":"node","@id":2738840351,"@timestamp":1618322903},"coords":"51.476838,-0.0006877","bedrooms":"2","price":"251000","area":"453"} , +{"type":"Feature","id":"n2738840670","geometry":{"type":"Point","coordinates":[-0.0005124,51.4771044]},"properties":{"@type":"node","@id":2738840670,"@timestamp":1425233775},"coords":"51.4771044,-0.0005124","bedrooms":"2","price":"216000","area":"597"} , +{"type":"Feature","id":"n2738841042","geometry":{"type":"Point","coordinates":[-0.0013256,51.4778352]},"properties":{"@type":"node","@id":2738841042,"@timestamp":1499434270},"coords":"51.4778352,-0.0013256","bedrooms":"2","price":"152000","area":"670"} , +{"type":"Feature","id":"n2738841161","geometry":{"type":"Point","coordinates":[-0.0018053,51.4779646]},"properties":{"@type":"node","@id":2738841161,"@timestamp":1425233776},"coords":"51.4779646,-0.0018053","bedrooms":"2","price":"259000","area":"497"} , +{"type":"Feature","id":"n2739186601","geometry":{"type":"Point","coordinates":[-0.2971872,51.564414]},"properties":{"@type":"node","@id":2739186601,"@timestamp":1395659404},"coords":"51.564414,-0.2971872","bedrooms":"2","price":"225000","area":"600"} , +{"type":"Feature","id":"n2739345853","geometry":{"type":"Point","coordinates":[-0.0007095,51.4776271]},"properties":{"@type":"node","@id":2739345853,"@timestamp":1395674951},"coords":"51.4776271,-0.0007095","bedrooms":"1","price":"177000","area":"657"} , +{"type":"Feature","id":"n2739592418","geometry":{"type":"Point","coordinates":[-0.0009355,51.4776089]},"properties":{"@type":"node","@id":2739592418,"@timestamp":1395674943},"coords":"51.4776089,-0.0009355","bedrooms":"4","price":"225000","area":"526"} , +{"type":"Feature","id":"n2739592430","geometry":{"type":"Point","coordinates":[-0.0009061,51.4777124]},"properties":{"@type":"node","@id":2739592430,"@timestamp":1395674944},"coords":"51.4777124,-0.0009061","bedrooms":"0","price":"223000","area":"414"} , +{"type":"Feature","id":"n2739592447","geometry":{"type":"Point","coordinates":[-0.0009716,51.4777969]},"properties":{"@type":"node","@id":2739592447,"@timestamp":1395674945},"coords":"51.4777969,-0.0009716","bedrooms":"1","price":"155000","area":"374"} , +{"type":"Feature","id":"n2739607049","geometry":{"type":"Point","coordinates":[0.0313684,51.2869605]},"properties":{"@type":"node","@id":2739607049,"@timestamp":1395675678},"coords":"51.2869605,0.0313684","bedrooms":"2","price":"266000","area":"602"} , +{"type":"Feature","id":"n2739826914","geometry":{"type":"Point","coordinates":[0.0002643,51.4768094]},"properties":{"@type":"node","@id":2739826914,"@timestamp":1395680931},"coords":"51.4768094,0.0002643","bedrooms":"4","price":"168000","area":"398"} , +{"type":"Feature","id":"n2740107167","geometry":{"type":"Point","coordinates":[-0.3700484,51.1455179]},"properties":{"@type":"node","@id":2740107167,"@timestamp":1395688380},"coords":"51.1455179,-0.3700484","bedrooms":"2","price":"214000","area":"354"} , +{"type":"Feature","id":"n2740169289","geometry":{"type":"Point","coordinates":[-0.359064,51.15168]},"properties":{"@type":"node","@id":2740169289,"@timestamp":1395690366},"coords":"51.15168,-0.359064","bedrooms":"2","price":"213000","area":"557"} , +{"type":"Feature","id":"n2740301435","geometry":{"type":"Point","coordinates":[-0.3088153,51.4898008]},"properties":{"@type":"node","@id":2740301435,"@timestamp":1564909698},"coords":"51.4898008,-0.3088153","bedrooms":"3","price":"203000","area":"358"} , +{"type":"Feature","id":"n2742205087","geometry":{"type":"Point","coordinates":[0.281983,51.8701342]},"properties":{"@type":"node","@id":2742205087,"@timestamp":1398605196},"coords":"51.8701342,0.281983","bedrooms":"4","price":"285000","area":"420"} , +{"type":"Feature","id":"n2742611699","geometry":{"type":"Point","coordinates":[0.370099,51.0890394]},"properties":{"@type":"node","@id":2742611699,"@timestamp":1396297902},"coords":"51.0890394,0.370099","bedrooms":"1","price":"171000","area":"508"} , +{"type":"Feature","id":"n2742611822","geometry":{"type":"Point","coordinates":[0.3710952,51.1008548]},"properties":{"@type":"node","@id":2742611822,"@timestamp":1630542607},"coords":"51.1008548,0.3710952","bedrooms":"3","price":"155000","area":"486"} , +{"type":"Feature","id":"n2743523214","geometry":{"type":"Point","coordinates":[-0.5720513,51.323583]},"properties":{"@type":"node","@id":2743523214,"@timestamp":1395788650},"coords":"51.323583,-0.5720513","bedrooms":"4","price":"187000","area":"632"} , +{"type":"Feature","id":"n2744520178","geometry":{"type":"Point","coordinates":[-0.4886238,51.0681598]},"properties":{"@type":"node","@id":2744520178,"@timestamp":1395833515},"coords":"51.0681598,-0.4886238","bedrooms":"1","price":"217000","area":"483"} , +{"type":"Feature","id":"n2746343551","geometry":{"type":"Point","coordinates":[-0.0181843,51.4983722]},"properties":{"@type":"node","@id":2746343551,"@timestamp":1395871834},"coords":"51.4983722,-0.0181843","bedrooms":"1","price":"195000","area":"539"} , +{"type":"Feature","id":"n2748387557","geometry":{"type":"Point","coordinates":[-0.0076602,51.4935438]},"properties":{"@type":"node","@id":2748387557,"@timestamp":1580916957},"coords":"51.4935438,-0.0076602","bedrooms":"1","price":"247000","area":"601"} , +{"type":"Feature","id":"n2748562842","geometry":{"type":"Point","coordinates":[-0.2169158,51.4714628]},"properties":{"@type":"node","@id":2748562842,"@timestamp":1629830714},"coords":"51.4714628,-0.2169158","bedrooms":"2","price":"281000","area":"688"} , +{"type":"Feature","id":"n2749355677","geometry":{"type":"Point","coordinates":[-0.435448,51.6483814]},"properties":{"@type":"node","@id":2749355677,"@timestamp":1395997914},"coords":"51.6483814,-0.435448","bedrooms":"2","price":"172000","area":"535"} , +{"type":"Feature","id":"n2749606853","geometry":{"type":"Point","coordinates":[-0.115649,51.4619332]},"properties":{"@type":"node","@id":2749606853,"@timestamp":1543945148},"coords":"51.4619332,-0.115649","bedrooms":"1","price":"198000","area":"638"} , +{"type":"Feature","id":"n2750359323","geometry":{"type":"Point","coordinates":[-0.5327319,51.0812237]},"properties":{"@type":"node","@id":2750359323,"@timestamp":1493811591},"coords":"51.0812237,-0.5327319","bedrooms":"2","price":"175000","area":"416"} , +{"type":"Feature","id":"n2750955776","geometry":{"type":"Point","coordinates":[0.1599028,51.3313013]},"properties":{"@type":"node","@id":2750955776,"@timestamp":1396050056},"coords":"51.3313013,0.1599028","bedrooms":"4","price":"194000","area":"561"} , +{"type":"Feature","id":"n2751096367","geometry":{"type":"Point","coordinates":[0.0130032,51.5697588]},"properties":{"@type":"node","@id":2751096367,"@timestamp":1627928509},"coords":"51.5697588,0.0130032","bedrooms":"1","price":"163000","area":"608"} , +{"type":"Feature","id":"n2751671898","geometry":{"type":"Point","coordinates":[-0.2116254,51.4678293]},"properties":{"@type":"node","@id":2751671898,"@timestamp":1425891344},"coords":"51.4678293,-0.2116254","bedrooms":"3","price":"294000","area":"695"} , +{"type":"Feature","id":"n2751708834","geometry":{"type":"Point","coordinates":[-0.602874,51.3340369]},"properties":{"@type":"node","@id":2751708834,"@timestamp":1396096022},"coords":"51.3340369,-0.602874","bedrooms":"0","price":"236000","area":"584"} , +{"type":"Feature","id":"n2752160442","geometry":{"type":"Point","coordinates":[0.4718041,51.7349916]},"properties":{"@type":"node","@id":2752160442,"@timestamp":1617826621},"coords":"51.7349916,0.4718041","bedrooms":"3","price":"160000","area":"530"} , +{"type":"Feature","id":"n2752451737","geometry":{"type":"Point","coordinates":[-0.3623445,51.7460629]},"properties":{"@type":"node","@id":2752451737,"@timestamp":1553296671},"coords":"51.7460629,-0.3623445","bedrooms":"0","price":"191000","area":"504"} , +{"type":"Feature","id":"n2752719095","geometry":{"type":"Point","coordinates":[0.131853,51.0999693]},"properties":{"@type":"node","@id":2752719095,"@timestamp":1396129659},"coords":"51.0999693,0.131853","bedrooms":"0","price":"278000","area":"385"} , +{"type":"Feature","id":"n2752719167","geometry":{"type":"Point","coordinates":[0.1145459,51.1039966]},"properties":{"@type":"node","@id":2752719167,"@timestamp":1396129661},"coords":"51.1039966,0.1145459","bedrooms":"0","price":"245000","area":"539"} , +{"type":"Feature","id":"n2752719267","geometry":{"type":"Point","coordinates":[0.1737472,51.1202196]},"properties":{"@type":"node","@id":2752719267,"@timestamp":1396129663},"coords":"51.1202196,0.1737472","bedrooms":"3","price":"174000","area":"395"} , +{"type":"Feature","id":"n2752844904","geometry":{"type":"Point","coordinates":[-0.0011262,51.5504424]},"properties":{"@type":"node","@id":2752844904,"@timestamp":1396134333},"coords":"51.5504424,-0.0011262","bedrooms":"0","price":"223000","area":"677"} , +{"type":"Feature","id":"n2752844970","geometry":{"type":"Point","coordinates":[-0.0003037,51.5507754]},"properties":{"@type":"node","@id":2752844970,"@timestamp":1396134334},"coords":"51.5507754,-0.0003037","bedrooms":"2","price":"299000","area":"386"} , +{"type":"Feature","id":"n2752867749","geometry":{"type":"Point","coordinates":[-0.563643,51.3300501]},"properties":{"@type":"node","@id":2752867749,"@timestamp":1396299791},"coords":"51.3300501,-0.563643","bedrooms":"2","price":"290000","area":"455"} , +{"type":"Feature","id":"n2753328640","geometry":{"type":"Point","coordinates":[-1.0522506,51.157754]},"properties":{"@type":"node","@id":2753328640,"@timestamp":1396168100},"coords":"51.157754,-1.0522506","bedrooms":"3","price":"185000","area":"411"} , +{"type":"Feature","id":"n2753376295","geometry":{"type":"Point","coordinates":[-0.5598606,51.9748504]},"properties":{"@type":"node","@id":2753376295,"@timestamp":1552824900},"coords":"51.9748504,-0.5598606","bedrooms":"0","price":"223000","area":"376"} , +{"type":"Feature","id":"n2753936361","geometry":{"type":"Point","coordinates":[-0.0356371,51.525825]},"properties":{"@type":"node","@id":2753936361,"@timestamp":1619261349},"coords":"51.525825,-0.0356371","bedrooms":"4","price":"158000","area":"526"} , +{"type":"Feature","id":"n2754581096","geometry":{"type":"Point","coordinates":[-0.093761,51.5196883]},"properties":{"@type":"node","@id":2754581096,"@timestamp":1553719590},"coords":"51.5196883,-0.093761","bedrooms":"1","price":"172000","area":"663"} , +{"type":"Feature","id":"n2754979538","geometry":{"type":"Point","coordinates":[-0.5622391,51.3263891]},"properties":{"@type":"node","@id":2754979538,"@timestamp":1396216666},"coords":"51.3263891,-0.5622391","bedrooms":"2","price":"199000","area":"420"} , +{"type":"Feature","id":"n2755066423","geometry":{"type":"Point","coordinates":[-0.3449184,51.5585632]},"properties":{"@type":"node","@id":2755066423,"@timestamp":1396219445},"coords":"51.5585632,-0.3449184","bedrooms":"2","price":"242000","area":"588"} , +{"type":"Feature","id":"n2755755468","geometry":{"type":"Point","coordinates":[-0.4866093,51.3569433]},"properties":{"@type":"node","@id":2755755468,"@timestamp":1396258097},"coords":"51.3569433,-0.4866093","bedrooms":"1","price":"187000","area":"681"} , +{"type":"Feature","id":"n2756048585","geometry":{"type":"Point","coordinates":[-0.2152943,51.329637]},"properties":{"@type":"node","@id":2756048585,"@timestamp":1569904001},"coords":"51.329637,-0.2152943","bedrooms":"3","price":"170000","area":"391"} , +{"type":"Feature","id":"n2756048725","geometry":{"type":"Point","coordinates":[-0.1370697,51.3071137]},"properties":{"@type":"node","@id":2756048725,"@timestamp":1590926338},"coords":"51.3071137,-0.1370697","bedrooms":"0","price":"253000","area":"668"} , +{"type":"Feature","id":"n2756048986","geometry":{"type":"Point","coordinates":[-0.213266,51.3293203]},"properties":{"@type":"node","@id":2756048986,"@timestamp":1549578834},"coords":"51.3293203,-0.213266","bedrooms":"3","price":"261000","area":"375"} , +{"type":"Feature","id":"n2756151128","geometry":{"type":"Point","coordinates":[-0.1708937,51.3353202]},"properties":{"@type":"node","@id":2756151128,"@timestamp":1396274355},"coords":"51.3353202,-0.1708937","bedrooms":"3","price":"227000","area":"506"} , +{"type":"Feature","id":"n2756151176","geometry":{"type":"Point","coordinates":[-0.1514951,51.3239232]},"properties":{"@type":"node","@id":2756151176,"@timestamp":1396274356},"coords":"51.3239232,-0.1514951","bedrooms":"2","price":"279000","area":"548"} , +{"type":"Feature","id":"n2756693215","geometry":{"type":"Point","coordinates":[-0.5707924,51.9837049]},"properties":{"@type":"node","@id":2756693215,"@timestamp":1396290347},"coords":"51.9837049,-0.5707924","bedrooms":"1","price":"212000","area":"423"} , +{"type":"Feature","id":"n2756983406","geometry":{"type":"Point","coordinates":[0.1786433,51.3376206]},"properties":{"@type":"node","@id":2756983406,"@timestamp":1625232227},"coords":"51.3376206,0.1786433","bedrooms":"0","price":"273000","area":"621"} , +{"type":"Feature","id":"n2757193798","geometry":{"type":"Point","coordinates":[-0.5740238,51.31788]},"properties":{"@type":"node","@id":2757193798,"@timestamp":1542408012},"coords":"51.31788,-0.5740238","bedrooms":"0","price":"167000","area":"621"} , +{"type":"Feature","id":"n2757194526","geometry":{"type":"Point","coordinates":[-0.5636564,51.3208553]},"properties":{"@type":"node","@id":2757194526,"@timestamp":1609016905},"coords":"51.3208553,-0.5636564","bedrooms":"0","price":"166000","area":"464"} , +{"type":"Feature","id":"n2757195316","geometry":{"type":"Point","coordinates":[-0.5585606,51.3222281]},"properties":{"@type":"node","@id":2757195316,"@timestamp":1423166831},"coords":"51.3222281,-0.5585606","bedrooms":"3","price":"257000","area":"610"} , +{"type":"Feature","id":"n2757195826","geometry":{"type":"Point","coordinates":[-0.5713969,51.3233518]},"properties":{"@type":"node","@id":2757195826,"@timestamp":1484256695},"coords":"51.3233518,-0.5713969","bedrooms":"0","price":"167000","area":"508"} , +{"type":"Feature","id":"n2757196132","geometry":{"type":"Point","coordinates":[-0.5703883,51.3243046]},"properties":{"@type":"node","@id":2757196132,"@timestamp":1396299525},"coords":"51.3243046,-0.5703883","bedrooms":"1","price":"272000","area":"482"} , +{"type":"Feature","id":"n2757196682","geometry":{"type":"Point","coordinates":[-0.5594024,51.3253524]},"properties":{"@type":"node","@id":2757196682,"@timestamp":1396299530},"coords":"51.3253524,-0.5594024","bedrooms":"0","price":"183000","area":"544"} , +{"type":"Feature","id":"n2757197587","geometry":{"type":"Point","coordinates":[-0.5654113,51.3260595]},"properties":{"@type":"node","@id":2757197587,"@timestamp":1396299537},"coords":"51.3260595,-0.5654113","bedrooms":"2","price":"168000","area":"665"} , +{"type":"Feature","id":"n2757199060","geometry":{"type":"Point","coordinates":[-0.5704881,51.3273762]},"properties":{"@type":"node","@id":2757199060,"@timestamp":1396299549},"coords":"51.3273762,-0.5704881","bedrooms":"4","price":"151000","area":"369"} , +{"type":"Feature","id":"n2757199563","geometry":{"type":"Point","coordinates":[-0.5546841,51.3280214]},"properties":{"@type":"node","@id":2757199563,"@timestamp":1396299554},"coords":"51.3280214,-0.5546841","bedrooms":"1","price":"240000","area":"540"} , +{"type":"Feature","id":"n2757201365","geometry":{"type":"Point","coordinates":[-0.5480436,51.3296594]},"properties":{"@type":"node","@id":2757201365,"@timestamp":1541543073},"coords":"51.3296594,-0.5480436","bedrooms":"3","price":"253000","area":"646"} , +{"type":"Feature","id":"n2757202561","geometry":{"type":"Point","coordinates":[-0.569874,51.330534]},"properties":{"@type":"node","@id":2757202561,"@timestamp":1396299587},"coords":"51.330534,-0.569874","bedrooms":"1","price":"204000","area":"515"} , +{"type":"Feature","id":"n2757203328","geometry":{"type":"Point","coordinates":[-0.5498675,51.3317559]},"properties":{"@type":"node","@id":2757203328,"@timestamp":1396299598},"coords":"51.3317559,-0.5498675","bedrooms":"0","price":"218000","area":"503"} , +{"type":"Feature","id":"n2757203559","geometry":{"type":"Point","coordinates":[-0.563276,51.3325579]},"properties":{"@type":"node","@id":2757203559,"@timestamp":1396299601},"coords":"51.3325579,-0.563276","bedrooms":"2","price":"233000","area":"543"} , +{"type":"Feature","id":"n2757250038","geometry":{"type":"Point","coordinates":[-0.1363195,51.5265711]},"properties":{"@type":"node","@id":2757250038,"@timestamp":1625067422},"coords":"51.5265711,-0.1363195","bedrooms":"3","price":"248000","area":"672"} , +{"type":"Feature","id":"n2757544240","geometry":{"type":"Point","coordinates":[0.1311293,51.7669967]},"properties":{"@type":"node","@id":2757544240,"@timestamp":1612448557},"coords":"51.7669967,0.1311293","bedrooms":"1","price":"198000","area":"395"} , +{"type":"Feature","id":"n2757660220","geometry":{"type":"Point","coordinates":[-0.0128167,51.5908242]},"properties":{"@type":"node","@id":2757660220,"@timestamp":1396327741},"coords":"51.5908242,-0.0128167","bedrooms":"2","price":"272000","area":"401"} , +{"type":"Feature","id":"n2758630832","geometry":{"type":"Point","coordinates":[-0.1671578,51.4148944]},"properties":{"@type":"node","@id":2758630832,"@timestamp":1396370057},"coords":"51.4148944,-0.1671578","bedrooms":"1","price":"294000","area":"643"} , +{"type":"Feature","id":"n2759305285","geometry":{"type":"Point","coordinates":[-0.1290146,51.2978669]},"properties":{"@type":"node","@id":2759305285,"@timestamp":1501255674},"coords":"51.2978669,-0.1290146","bedrooms":"2","price":"196000","area":"661"} , +{"type":"Feature","id":"n2759732062","geometry":{"type":"Point","coordinates":[-0.5643616,51.3304576]},"properties":{"@type":"node","@id":2759732062,"@timestamp":1396393494},"coords":"51.3304576,-0.5643616","bedrooms":"4","price":"153000","area":"400"} , +{"type":"Feature","id":"n2759732091","geometry":{"type":"Point","coordinates":[-0.56281,51.3299892]},"properties":{"@type":"node","@id":2759732091,"@timestamp":1396393495},"coords":"51.3299892,-0.56281","bedrooms":"4","price":"247000","area":"590"} , +{"type":"Feature","id":"n2759732125","geometry":{"type":"Point","coordinates":[-0.5622936,51.3285571]},"properties":{"@type":"node","@id":2759732125,"@timestamp":1396393495},"coords":"51.3285571,-0.5622936","bedrooms":"0","price":"282000","area":"437"} , +{"type":"Feature","id":"n2759732155","geometry":{"type":"Point","coordinates":[-0.5641309,51.3296423]},"properties":{"@type":"node","@id":2759732155,"@timestamp":1396393496},"coords":"51.3296423,-0.5641309","bedrooms":"1","price":"264000","area":"391"} , +{"type":"Feature","id":"n2759732179","geometry":{"type":"Point","coordinates":[-0.5656491,51.3309922]},"properties":{"@type":"node","@id":2759732179,"@timestamp":1396393496},"coords":"51.3309922,-0.5656491","bedrooms":"3","price":"185000","area":"615"} , +{"type":"Feature","id":"n2759732204","geometry":{"type":"Point","coordinates":[-0.5655472,51.3313961]},"properties":{"@type":"node","@id":2759732204,"@timestamp":1396393496},"coords":"51.3313961,-0.5655472","bedrooms":"4","price":"164000","area":"431"} , +{"type":"Feature","id":"n2759732235","geometry":{"type":"Point","coordinates":[-0.5644971,51.3314455]},"properties":{"@type":"node","@id":2759732235,"@timestamp":1396393497},"coords":"51.3314455,-0.5644971","bedrooms":"0","price":"282000","area":"614"} , +{"type":"Feature","id":"n2761632802","geometry":{"type":"Point","coordinates":[-0.2624061,51.5643757]},"properties":{"@type":"node","@id":2761632802,"@timestamp":1564909698},"coords":"51.5643757,-0.2624061","bedrooms":"4","price":"250000","area":"431"} , +{"type":"Feature","id":"n2761963623","geometry":{"type":"Point","coordinates":[-0.3785228,51.0271169]},"properties":{"@type":"node","@id":2761963623,"@timestamp":1396467457},"coords":"51.0271169,-0.3785228","bedrooms":"4","price":"236000","area":"607"} , +{"type":"Feature","id":"n2762547557","geometry":{"type":"Point","coordinates":[-0.1473827,51.5230807]},"properties":{"@type":"node","@id":2762547557,"@timestamp":1396476063},"coords":"51.5230807,-0.1473827","bedrooms":"2","price":"163000","area":"618"} , +{"type":"Feature","id":"n2763576408","geometry":{"type":"Point","coordinates":[-0.1447677,51.212944]},"properties":{"@type":"node","@id":2763576408,"@timestamp":1396513714},"coords":"51.212944,-0.1447677","bedrooms":"1","price":"291000","area":"544"} , +{"type":"Feature","id":"n2763579923","geometry":{"type":"Point","coordinates":[-0.1776799,51.5036695]},"properties":{"@type":"node","@id":2763579923,"@timestamp":1417699720},"coords":"51.5036695,-0.1776799","bedrooms":"1","price":"282000","area":"457"} , +{"type":"Feature","id":"n2764024356","geometry":{"type":"Point","coordinates":[-0.8272137,51.3382177]},"properties":{"@type":"node","@id":2764024356,"@timestamp":1396529073},"coords":"51.3382177,-0.8272137","bedrooms":"4","price":"185000","area":"404"} , +{"type":"Feature","id":"n2765757361","geometry":{"type":"Point","coordinates":[-0.1006042,51.3494771]},"properties":{"@type":"node","@id":2765757361,"@timestamp":1564909698},"coords":"51.3494771,-0.1006042","bedrooms":"3","price":"256000","area":"528"} , +{"type":"Feature","id":"n2765949419","geometry":{"type":"Point","coordinates":[-0.2451762,51.5669962]},"properties":{"@type":"node","@id":2765949419,"@timestamp":1396570237},"coords":"51.5669962,-0.2451762","bedrooms":"1","price":"150000","area":"699"} , +{"type":"Feature","id":"n2766493536","geometry":{"type":"Point","coordinates":[-0.1407118,51.522572]},"properties":{"@type":"node","@id":2766493536,"@timestamp":1585215725},"coords":"51.522572,-0.1407118","bedrooms":"4","price":"211000","area":"696"} , +{"type":"Feature","id":"n2766801639","geometry":{"type":"Point","coordinates":[-0.1711585,51.5134088]},"properties":{"@type":"node","@id":2766801639,"@timestamp":1603338450},"coords":"51.5134088,-0.1711585","bedrooms":"2","price":"217000","area":"433"} , +{"type":"Feature","id":"n2767057311","geometry":{"type":"Point","coordinates":[-0.2835098,51.4446341]},"properties":{"@type":"node","@id":2767057311,"@timestamp":1507568369},"coords":"51.4446341,-0.2835098","bedrooms":"4","price":"155000","area":"560"} , +{"type":"Feature","id":"n2767406816","geometry":{"type":"Point","coordinates":[-0.1417625,51.5213731]},"properties":{"@type":"node","@id":2767406816,"@timestamp":1396626799},"coords":"51.5213731,-0.1417625","bedrooms":"0","price":"154000","area":"686"} , +{"type":"Feature","id":"n2767561431","geometry":{"type":"Point","coordinates":[-0.1293895,51.5130606]},"properties":{"@type":"node","@id":2767561431,"@timestamp":1614571210},"coords":"51.5130606,-0.1293895","bedrooms":"0","price":"284000","area":"653"} , +{"type":"Feature","id":"n2767708427","geometry":{"type":"Point","coordinates":[0.3766507,51.3613426]},"properties":{"@type":"node","@id":2767708427,"@timestamp":1396631815},"coords":"51.3613426,0.3766507","bedrooms":"1","price":"181000","area":"631"} , +{"type":"Feature","id":"n2767776642","geometry":{"type":"Point","coordinates":[0.3975205,51.3710076]},"properties":{"@type":"node","@id":2767776642,"@timestamp":1396632841},"coords":"51.3710076,0.3975205","bedrooms":"1","price":"156000","area":"688"} , +{"type":"Feature","id":"n2768483895","geometry":{"type":"Point","coordinates":[-0.0418129,51.4824083]},"properties":{"@type":"node","@id":2768483895,"@timestamp":1579322275},"coords":"51.4824083,-0.0418129","bedrooms":"2","price":"220000","area":"645"} , +{"type":"Feature","id":"n2768543628","geometry":{"type":"Point","coordinates":[-0.0753966,51.4603356]},"properties":{"@type":"node","@id":2768543628,"@timestamp":1396650428},"coords":"51.4603356,-0.0753966","bedrooms":"1","price":"237000","area":"549"} , +{"type":"Feature","id":"n2769268438","geometry":{"type":"Point","coordinates":[-0.1726098,51.5127344]},"properties":{"@type":"node","@id":2769268438,"@timestamp":1396694780},"coords":"51.5127344,-0.1726098","bedrooms":"0","price":"296000","area":"401"} , +{"type":"Feature","id":"n2770098460","geometry":{"type":"Point","coordinates":[-0.1542579,51.5289827]},"properties":{"@type":"node","@id":2770098460,"@timestamp":1595507881},"coords":"51.5289827,-0.1542579","bedrooms":"1","price":"167000","area":"634"} , +{"type":"Feature","id":"n2770440679","geometry":{"type":"Point","coordinates":[-0.1109014,51.4952125]},"properties":{"@type":"node","@id":2770440679,"@timestamp":1631372465},"coords":"51.4952125,-0.1109014","bedrooms":"3","price":"274000","area":"518"} , +{"type":"Feature","id":"n2771098208","geometry":{"type":"Point","coordinates":[-0.3413294,51.5717299]},"properties":{"@type":"node","@id":2771098208,"@timestamp":1396737300},"coords":"51.5717299,-0.3413294","bedrooms":"4","price":"264000","area":"556"} , +{"type":"Feature","id":"n2771098414","geometry":{"type":"Point","coordinates":[-0.349907,51.5671645]},"properties":{"@type":"node","@id":2771098414,"@timestamp":1623078151},"coords":"51.5671645,-0.349907","bedrooms":"0","price":"208000","area":"495"} , +{"type":"Feature","id":"n2771381934","geometry":{"type":"Point","coordinates":[-0.1401831,51.5132403]},"properties":{"@type":"node","@id":2771381934,"@timestamp":1396744943},"coords":"51.5132403,-0.1401831","bedrooms":"2","price":"266000","area":"474"} , +{"type":"Feature","id":"n2772675325","geometry":{"type":"Point","coordinates":[-0.2295286,51.9793007]},"properties":{"@type":"node","@id":2772675325,"@timestamp":1405941556},"coords":"51.9793007,-0.2295286","bedrooms":"1","price":"169000","area":"423"} , +{"type":"Feature","id":"n2772675367","geometry":{"type":"Point","coordinates":[-0.2113774,51.9610755]},"properties":{"@type":"node","@id":2772675367,"@timestamp":1396793858},"coords":"51.9610755,-0.2113774","bedrooms":"4","price":"256000","area":"678"} , +{"type":"Feature","id":"n2773173696","geometry":{"type":"Point","coordinates":[-0.2815574,51.4145209]},"properties":{"@type":"node","@id":2773173696,"@timestamp":1593735952},"coords":"51.4145209,-0.2815574","bedrooms":"3","price":"160000","area":"560"} , +{"type":"Feature","id":"n2774674068","geometry":{"type":"Point","coordinates":[-0.7198179,51.6186286]},"properties":{"@type":"node","@id":2774674068,"@timestamp":1553286759},"coords":"51.6186286,-0.7198179","bedrooms":"4","price":"295000","area":"696"} , +{"type":"Feature","id":"n2774674088","geometry":{"type":"Point","coordinates":[-0.7202201,51.6185796]},"properties":{"@type":"node","@id":2774674088,"@timestamp":1534718156},"coords":"51.6185796,-0.7202201","bedrooms":"0","price":"238000","area":"690"} , +{"type":"Feature","id":"n2774711296","geometry":{"type":"Point","coordinates":[-0.2438186,51.3272343]},"properties":{"@type":"node","@id":2774711296,"@timestamp":1617492383},"coords":"51.3272343,-0.2438186","bedrooms":"1","price":"280000","area":"490"} , +{"type":"Feature","id":"n2775574735","geometry":{"type":"Point","coordinates":[0.0574187,51.1213111]},"properties":{"@type":"node","@id":2775574735,"@timestamp":1626699740},"coords":"51.1213111,0.0574187","bedrooms":"2","price":"258000","area":"621"} , +{"type":"Feature","id":"n2775850544","geometry":{"type":"Point","coordinates":[-0.617492,51.3144814]},"properties":{"@type":"node","@id":2775850544,"@timestamp":1533071266},"coords":"51.3144814,-0.617492","bedrooms":"1","price":"190000","area":"391"} , +{"type":"Feature","id":"n2775993676","geometry":{"type":"Point","coordinates":[-0.0150407,51.5484295]},"properties":{"@type":"node","@id":2775993676,"@timestamp":1589163633},"coords":"51.5484295,-0.0150407","bedrooms":"3","price":"201000","area":"609"} , +{"type":"Feature","id":"n2776049424","geometry":{"type":"Point","coordinates":[-0.7573255,51.3056823]},"properties":{"@type":"node","@id":2776049424,"@timestamp":1436732480},"coords":"51.3056823,-0.7573255","bedrooms":"4","price":"206000","area":"386"} , +{"type":"Feature","id":"n2776049530","geometry":{"type":"Point","coordinates":[-0.7553793,51.3045113]},"properties":{"@type":"node","@id":2776049530,"@timestamp":1396901980},"coords":"51.3045113,-0.7553793","bedrooms":"4","price":"236000","area":"460"} , +{"type":"Feature","id":"n2776049632","geometry":{"type":"Point","coordinates":[-0.7544732,51.3051335]},"properties":{"@type":"node","@id":2776049632,"@timestamp":1396901982},"coords":"51.3051335,-0.7544732","bedrooms":"2","price":"162000","area":"690"} , +{"type":"Feature","id":"n2776087741","geometry":{"type":"Point","coordinates":[-0.7554033,51.3064535]},"properties":{"@type":"node","@id":2776087741,"@timestamp":1396902560},"coords":"51.3064535,-0.7554033","bedrooms":"0","price":"245000","area":"486"} , +{"type":"Feature","id":"n2776087810","geometry":{"type":"Point","coordinates":[-0.7537565,51.3053619]},"properties":{"@type":"node","@id":2776087810,"@timestamp":1396902560},"coords":"51.3053619,-0.7537565","bedrooms":"0","price":"190000","area":"479"} , +{"type":"Feature","id":"n2776087843","geometry":{"type":"Point","coordinates":[-0.7551217,51.3066664]},"properties":{"@type":"node","@id":2776087843,"@timestamp":1396902561},"coords":"51.3066664,-0.7551217","bedrooms":"1","price":"175000","area":"422"} , +{"type":"Feature","id":"n2776195322","geometry":{"type":"Point","coordinates":[0.1887848,51.3933576]},"properties":{"@type":"node","@id":2776195322,"@timestamp":1396905377},"coords":"51.3933576,0.1887848","bedrooms":"2","price":"207000","area":"580"} , +{"type":"Feature","id":"n2776242510","geometry":{"type":"Point","coordinates":[0.1879149,51.3924077]},"properties":{"@type":"node","@id":2776242510,"@timestamp":1396906269},"coords":"51.3924077,0.1879149","bedrooms":"2","price":"291000","area":"694"} , +{"type":"Feature","id":"n2776242538","geometry":{"type":"Point","coordinates":[0.1876913,51.3921622]},"properties":{"@type":"node","@id":2776242538,"@timestamp":1396906270},"coords":"51.3921622,0.1876913","bedrooms":"4","price":"154000","area":"471"} , +{"type":"Feature","id":"n2776301131","geometry":{"type":"Point","coordinates":[-0.0092916,51.4964936]},"properties":{"@type":"node","@id":2776301131,"@timestamp":1396908095},"coords":"51.4964936,-0.0092916","bedrooms":"1","price":"177000","area":"554"} , +{"type":"Feature","id":"n2776301180","geometry":{"type":"Point","coordinates":[-0.0107628,51.4954382]},"properties":{"@type":"node","@id":2776301180,"@timestamp":1396908095},"coords":"51.4954382,-0.0107628","bedrooms":"2","price":"286000","area":"599"} , +{"type":"Feature","id":"n2776301458","geometry":{"type":"Point","coordinates":[-0.0113737,51.4949861]},"properties":{"@type":"node","@id":2776301458,"@timestamp":1396908098},"coords":"51.4949861,-0.0113737","bedrooms":"4","price":"179000","area":"384"} , +{"type":"Feature","id":"n2776301480","geometry":{"type":"Point","coordinates":[-0.0140344,51.4952583]},"properties":{"@type":"node","@id":2776301480,"@timestamp":1396908098},"coords":"51.4952583,-0.0140344","bedrooms":"3","price":"236000","area":"651"} , +{"type":"Feature","id":"n2776301519","geometry":{"type":"Point","coordinates":[-0.0121609,51.4943432]},"properties":{"@type":"node","@id":2776301519,"@timestamp":1396908098},"coords":"51.4943432,-0.0121609","bedrooms":"0","price":"174000","area":"680"} , +{"type":"Feature","id":"n2776301558","geometry":{"type":"Point","coordinates":[-0.0134577,51.4944133]},"properties":{"@type":"node","@id":2776301558,"@timestamp":1396908099},"coords":"51.4944133,-0.0134577","bedrooms":"4","price":"241000","area":"474"} , +{"type":"Feature","id":"n2776354835","geometry":{"type":"Point","coordinates":[-0.3747036,51.4101141]},"properties":{"@type":"node","@id":2776354835,"@timestamp":1511267311},"coords":"51.4101141,-0.3747036","bedrooms":"0","price":"175000","area":"689"} , +{"type":"Feature","id":"n2776735313","geometry":{"type":"Point","coordinates":[-0.3432939,51.4027036]},"properties":{"@type":"node","@id":2776735313,"@timestamp":1396943787},"coords":"51.4027036,-0.3432939","bedrooms":"3","price":"171000","area":"611"} , +{"type":"Feature","id":"n2776735513","geometry":{"type":"Point","coordinates":[-0.3463308,51.40478]},"properties":{"@type":"node","@id":2776735513,"@timestamp":1396943789},"coords":"51.40478,-0.3463308","bedrooms":"3","price":"245000","area":"625"} , +{"type":"Feature","id":"n2776735526","geometry":{"type":"Point","coordinates":[-0.3515149,51.4072659]},"properties":{"@type":"node","@id":2776735526,"@timestamp":1396943790},"coords":"51.4072659,-0.3515149","bedrooms":"0","price":"165000","area":"451"} , +{"type":"Feature","id":"n2776862887","geometry":{"type":"Point","coordinates":[0.1842738,51.3930316]},"properties":{"@type":"node","@id":2776862887,"@timestamp":1396950616},"coords":"51.3930316,0.1842738","bedrooms":"0","price":"292000","area":"617"} , +{"type":"Feature","id":"n2776862899","geometry":{"type":"Point","coordinates":[0.1837493,51.3932699]},"properties":{"@type":"node","@id":2776862899,"@timestamp":1397041335},"coords":"51.3932699,0.1837493","bedrooms":"2","price":"221000","area":"691"} , +{"type":"Feature","id":"n2777339157","geometry":{"type":"Point","coordinates":[0.1134175,51.5075831]},"properties":{"@type":"node","@id":2777339157,"@timestamp":1564909698},"coords":"51.5075831,0.1134175","bedrooms":"0","price":"274000","area":"569"} , +{"type":"Feature","id":"n2777490977","geometry":{"type":"Point","coordinates":[-0.4172311,51.857999]},"properties":{"@type":"node","@id":2777490977,"@timestamp":1584223083},"coords":"51.857999,-0.4172311","bedrooms":"1","price":"201000","area":"511"} , +{"type":"Feature","id":"n2777990793","geometry":{"type":"Point","coordinates":[-0.4043942,51.8674742]},"properties":{"@type":"node","@id":2777990793,"@timestamp":1516832634},"coords":"51.8674742,-0.4043942","bedrooms":"1","price":"297000","area":"411"} , +{"type":"Feature","id":"n2778386161","geometry":{"type":"Point","coordinates":[-0.1436342,51.5217278]},"properties":{"@type":"node","@id":2778386161,"@timestamp":1546589302},"coords":"51.5217278,-0.1436342","bedrooms":"3","price":"295000","area":"451"} , +{"type":"Feature","id":"n2778466535","geometry":{"type":"Point","coordinates":[-0.1437488,51.5228421]},"properties":{"@type":"node","@id":2778466535,"@timestamp":1546508893},"coords":"51.5228421,-0.1437488","bedrooms":"4","price":"297000","area":"582"} , +{"type":"Feature","id":"n2778537759","geometry":{"type":"Point","coordinates":[0.1506861,51.2841758]},"properties":{"@type":"node","@id":2778537759,"@timestamp":1396997939},"coords":"51.2841758,0.1506861","bedrooms":"3","price":"150000","area":"650"} , +{"type":"Feature","id":"n2778545907","geometry":{"type":"Point","coordinates":[-0.6291133,51.0385414]},"properties":{"@type":"node","@id":2778545907,"@timestamp":1396998423},"coords":"51.0385414,-0.6291133","bedrooms":"1","price":"162000","area":"635"} , +{"type":"Feature","id":"n2778546113","geometry":{"type":"Point","coordinates":[-0.6160356,51.0443329]},"properties":{"@type":"node","@id":2778546113,"@timestamp":1396998427},"coords":"51.0443329,-0.6160356","bedrooms":"3","price":"239000","area":"423"} , +{"type":"Feature","id":"n2779200167","geometry":{"type":"Point","coordinates":[0.1801647,51.3944642]},"properties":{"@type":"node","@id":2779200167,"@timestamp":1618069421},"coords":"51.3944642,0.1801647","bedrooms":"3","price":"269000","area":"424"} , +{"type":"Feature","id":"n2780047407","geometry":{"type":"Point","coordinates":[-0.5629148,51.3264053]},"properties":{"@type":"node","@id":2780047407,"@timestamp":1397067494},"coords":"51.3264053,-0.5629148","bedrooms":"0","price":"201000","area":"362"} , +{"type":"Feature","id":"n2780603105","geometry":{"type":"Point","coordinates":[-0.0219471,51.5493777]},"properties":{"@type":"node","@id":2780603105,"@timestamp":1595936225},"coords":"51.5493777,-0.0219471","bedrooms":"4","price":"294000","area":"502"} , +{"type":"Feature","id":"n2780634530","geometry":{"type":"Point","coordinates":[-0.0222886,51.5490413]},"properties":{"@type":"node","@id":2780634530,"@timestamp":1595936225},"coords":"51.5490413,-0.0222886","bedrooms":"3","price":"220000","area":"528"} , +{"type":"Feature","id":"n2780640133","geometry":{"type":"Point","coordinates":[-0.0229852,51.5488262]},"properties":{"@type":"node","@id":2780640133,"@timestamp":1625416236},"coords":"51.5488262,-0.0229852","bedrooms":"2","price":"168000","area":"471"} , +{"type":"Feature","id":"n2780644725","geometry":{"type":"Point","coordinates":[-0.0208023,51.5476343]},"properties":{"@type":"node","@id":2780644725,"@timestamp":1595944370},"coords":"51.5476343,-0.0208023","bedrooms":"4","price":"247000","area":"657"} , +{"type":"Feature","id":"n2780646564","geometry":{"type":"Point","coordinates":[-0.0213213,51.5493602]},"properties":{"@type":"node","@id":2780646564,"@timestamp":1595936225},"coords":"51.5493602,-0.0213213","bedrooms":"0","price":"205000","area":"605"} , +{"type":"Feature","id":"n2780646579","geometry":{"type":"Point","coordinates":[-0.0209794,51.5493458]},"properties":{"@type":"node","@id":2780646579,"@timestamp":1595936225},"coords":"51.5493458,-0.0209794","bedrooms":"4","price":"179000","area":"690"} , +{"type":"Feature","id":"n2780646708","geometry":{"type":"Point","coordinates":[-0.0201383,51.5497289]},"properties":{"@type":"node","@id":2780646708,"@timestamp":1595946490},"coords":"51.5497289,-0.0201383","bedrooms":"3","price":"273000","area":"457"} , +{"type":"Feature","id":"n2780647228","geometry":{"type":"Point","coordinates":[-0.0203749,51.550206]},"properties":{"@type":"node","@id":2780647228,"@timestamp":1595946490},"coords":"51.550206,-0.0203749","bedrooms":"0","price":"264000","area":"639"} , +{"type":"Feature","id":"n2780649082","geometry":{"type":"Point","coordinates":[-0.0185978,51.5479443]},"properties":{"@type":"node","@id":2780649082,"@timestamp":1397087119},"coords":"51.5479443,-0.0185978","bedrooms":"2","price":"157000","area":"371"} , +{"type":"Feature","id":"n2780657448","geometry":{"type":"Point","coordinates":[-0.0182408,51.5462907]},"properties":{"@type":"node","@id":2780657448,"@timestamp":1596016098},"coords":"51.5462907,-0.0182408","bedrooms":"0","price":"273000","area":"690"} , +{"type":"Feature","id":"n2780658758","geometry":{"type":"Point","coordinates":[-0.0184346,51.5452533]},"properties":{"@type":"node","@id":2780658758,"@timestamp":1596016098},"coords":"51.5452533,-0.0184346","bedrooms":"2","price":"234000","area":"399"} , +{"type":"Feature","id":"n2780677237","geometry":{"type":"Point","coordinates":[-0.0626218,51.5354266]},"properties":{"@type":"node","@id":2780677237,"@timestamp":1588133326},"coords":"51.5354266,-0.0626218","bedrooms":"1","price":"239000","area":"401"} , +{"type":"Feature","id":"n2781034838","geometry":{"type":"Point","coordinates":[-0.570026,51.3459405]},"properties":{"@type":"node","@id":2781034838,"@timestamp":1397120469},"coords":"51.3459405,-0.570026","bedrooms":"2","price":"288000","area":"545"} , +{"type":"Feature","id":"n2781060515","geometry":{"type":"Point","coordinates":[-0.1772326,51.5143372]},"properties":{"@type":"node","@id":2781060515,"@timestamp":1397121629},"coords":"51.5143372,-0.1772326","bedrooms":"0","price":"152000","area":"652"} , +{"type":"Feature","id":"n2781060571","geometry":{"type":"Point","coordinates":[-0.1763877,51.5137563]},"properties":{"@type":"node","@id":2781060571,"@timestamp":1397121630},"coords":"51.5137563,-0.1763877","bedrooms":"0","price":"239000","area":"382"} , +{"type":"Feature","id":"n2781227035","geometry":{"type":"Point","coordinates":[-0.0189648,51.5462765]},"properties":{"@type":"node","@id":2781227035,"@timestamp":1397129052},"coords":"51.5462765,-0.0189648","bedrooms":"1","price":"279000","area":"367"} , +{"type":"Feature","id":"n2781227047","geometry":{"type":"Point","coordinates":[-0.0191123,51.548566]},"properties":{"@type":"node","@id":2781227047,"@timestamp":1595944370},"coords":"51.548566,-0.0191123","bedrooms":"0","price":"227000","area":"605"} , +{"type":"Feature","id":"n2781227058","geometry":{"type":"Point","coordinates":[-0.0191919,51.5468883]},"properties":{"@type":"node","@id":2781227058,"@timestamp":1595944370},"coords":"51.5468883,-0.0191919","bedrooms":"2","price":"284000","area":"589"} , +{"type":"Feature","id":"n2781227070","geometry":{"type":"Point","coordinates":[-0.0189964,51.5466207]},"properties":{"@type":"node","@id":2781227070,"@timestamp":1595944370},"coords":"51.5466207,-0.0189964","bedrooms":"4","price":"171000","area":"424"} , +{"type":"Feature","id":"n2781227081","geometry":{"type":"Point","coordinates":[-0.0193722,51.5461495]},"properties":{"@type":"node","@id":2781227081,"@timestamp":1397129053},"coords":"51.5461495,-0.0193722","bedrooms":"2","price":"264000","area":"435"} , +{"type":"Feature","id":"n2781227101","geometry":{"type":"Point","coordinates":[-0.0186839,51.546264]},"properties":{"@type":"node","@id":2781227101,"@timestamp":1595944370},"coords":"51.546264,-0.0186839","bedrooms":"2","price":"206000","area":"548"} , +{"type":"Feature","id":"n2781230119","geometry":{"type":"Point","coordinates":[-0.0178303,51.5460019]},"properties":{"@type":"node","@id":2781230119,"@timestamp":1596016098},"coords":"51.5460019,-0.0178303","bedrooms":"4","price":"151000","area":"544"} , +{"type":"Feature","id":"n2781358380","geometry":{"type":"Point","coordinates":[-0.0186491,51.5441666]},"properties":{"@type":"node","@id":2781358380,"@timestamp":1397133954},"coords":"51.5441666,-0.0186491","bedrooms":"2","price":"229000","area":"608"} , +{"type":"Feature","id":"n2781358397","geometry":{"type":"Point","coordinates":[-0.0188525,51.5443357]},"properties":{"@type":"node","@id":2781358397,"@timestamp":1397133955},"coords":"51.5443357,-0.0188525","bedrooms":"3","price":"153000","area":"494"} , +{"type":"Feature","id":"n2781473478","geometry":{"type":"Point","coordinates":[-0.0776704,51.7963607]},"properties":{"@type":"node","@id":2781473478,"@timestamp":1434358152},"coords":"51.7963607,-0.0776704","bedrooms":"0","price":"291000","area":"476"} , +{"type":"Feature","id":"n2781868818","geometry":{"type":"Point","coordinates":[-0.034857,51.5494986]},"properties":{"@type":"node","@id":2781868818,"@timestamp":1397151700},"coords":"51.5494986,-0.034857","bedrooms":"3","price":"175000","area":"372"} , +{"type":"Feature","id":"n2781868828","geometry":{"type":"Point","coordinates":[-0.0293851,51.5485929]},"properties":{"@type":"node","@id":2781868828,"@timestamp":1397151701},"coords":"51.5485929,-0.0293851","bedrooms":"4","price":"239000","area":"638"} , +{"type":"Feature","id":"n2781868991","geometry":{"type":"Point","coordinates":[-0.0304768,51.5481109]},"properties":{"@type":"node","@id":2781868991,"@timestamp":1397151727},"coords":"51.5481109,-0.0304768","bedrooms":"3","price":"291000","area":"517"} , +{"type":"Feature","id":"n2781885755","geometry":{"type":"Point","coordinates":[-0.1369443,51.4886726]},"properties":{"@type":"node","@id":2781885755,"@timestamp":1511283545},"coords":"51.4886726,-0.1369443","bedrooms":"1","price":"153000","area":"670"} , +{"type":"Feature","id":"n2782446779","geometry":{"type":"Point","coordinates":[-0.0163387,51.5521911]},"properties":{"@type":"node","@id":2782446779,"@timestamp":1573727170},"coords":"51.5521911,-0.0163387","bedrooms":"0","price":"160000","area":"386"} , +{"type":"Feature","id":"n2782476642","geometry":{"type":"Point","coordinates":[-0.0154034,51.552895]},"properties":{"@type":"node","@id":2782476642,"@timestamp":1474392428},"coords":"51.552895,-0.0154034","bedrooms":"3","price":"298000","area":"387"} , +{"type":"Feature","id":"n2782965970","geometry":{"type":"Point","coordinates":[-0.0167406,51.5413962]},"properties":{"@type":"node","@id":2782965970,"@timestamp":1607691861},"coords":"51.5413962,-0.0167406","bedrooms":"1","price":"174000","area":"607"} , +{"type":"Feature","id":"n2783121122","geometry":{"type":"Point","coordinates":[-0.1974699,51.6515953]},"properties":{"@type":"node","@id":2783121122,"@timestamp":1397216502},"coords":"51.6515953,-0.1974699","bedrooms":"0","price":"268000","area":"411"} , +{"type":"Feature","id":"n2783132375","geometry":{"type":"Point","coordinates":[-0.0189494,51.5489946]},"properties":{"@type":"node","@id":2783132375,"@timestamp":1595944370},"coords":"51.5489946,-0.0189494","bedrooms":"0","price":"285000","area":"515"} , +{"type":"Feature","id":"n2784313687","geometry":{"type":"Point","coordinates":[-0.2183602,51.5158958]},"properties":{"@type":"node","@id":2784313687,"@timestamp":1397253736},"coords":"51.5158958,-0.2183602","bedrooms":"2","price":"177000","area":"492"} , +{"type":"Feature","id":"n2784434348","geometry":{"type":"Point","coordinates":[-0.1381567,51.5128582]},"properties":{"@type":"node","@id":2784434348,"@timestamp":1397256088},"coords":"51.5128582,-0.1381567","bedrooms":"1","price":"281000","area":"556"} , +{"type":"Feature","id":"n2784766137","geometry":{"type":"Point","coordinates":[0.1825638,51.3965195]},"properties":{"@type":"node","@id":2784766137,"@timestamp":1405710834},"coords":"51.3965195,0.1825638","bedrooms":"3","price":"252000","area":"380"} , +{"type":"Feature","id":"n2785269175","geometry":{"type":"Point","coordinates":[-0.136369,51.5135165]},"properties":{"@type":"node","@id":2785269175,"@timestamp":1397313363},"coords":"51.5135165,-0.136369","bedrooms":"1","price":"245000","area":"414"} , +{"type":"Feature","id":"n2785684426","geometry":{"type":"Point","coordinates":[-0.2271327,51.4971023]},"properties":{"@type":"node","@id":2785684426,"@timestamp":1627727321},"coords":"51.4971023,-0.2271327","bedrooms":"1","price":"179000","area":"685"} , +{"type":"Feature","id":"n2785958438","geometry":{"type":"Point","coordinates":[-0.0166348,51.5421212]},"properties":{"@type":"node","@id":2785958438,"@timestamp":1397324469},"coords":"51.5421212,-0.0166348","bedrooms":"4","price":"284000","area":"431"} , +{"type":"Feature","id":"n2786018903","geometry":{"type":"Point","coordinates":[-0.0148136,51.5412178]},"properties":{"@type":"node","@id":2786018903,"@timestamp":1397326002},"coords":"51.5412178,-0.0148136","bedrooms":"4","price":"268000","area":"464"} , +{"type":"Feature","id":"n2786034204","geometry":{"type":"Point","coordinates":[-0.0153018,51.5415181]},"properties":{"@type":"node","@id":2786034204,"@timestamp":1397326486},"coords":"51.5415181,-0.0153018","bedrooms":"3","price":"288000","area":"664"} , +{"type":"Feature","id":"n2786041076","geometry":{"type":"Point","coordinates":[-0.0152441,51.5411878]},"properties":{"@type":"node","@id":2786041076,"@timestamp":1595714895},"coords":"51.5411878,-0.0152441","bedrooms":"0","price":"295000","area":"622"} , +{"type":"Feature","id":"n2786083972","geometry":{"type":"Point","coordinates":[-0.5456358,51.3451909]},"properties":{"@type":"node","@id":2786083972,"@timestamp":1397327402},"coords":"51.3451909,-0.5456358","bedrooms":"4","price":"272000","area":"672"} , +{"type":"Feature","id":"n2786084021","geometry":{"type":"Point","coordinates":[-0.5445281,51.3453421]},"properties":{"@type":"node","@id":2786084021,"@timestamp":1397327402},"coords":"51.3453421,-0.5445281","bedrooms":"2","price":"231000","area":"549"} , +{"type":"Feature","id":"n2786084053","geometry":{"type":"Point","coordinates":[-0.5438374,51.3448127]},"properties":{"@type":"node","@id":2786084053,"@timestamp":1397327403},"coords":"51.3448127,-0.5438374","bedrooms":"4","price":"275000","area":"632"} , +{"type":"Feature","id":"n2786084082","geometry":{"type":"Point","coordinates":[-0.5438092,51.3444131]},"properties":{"@type":"node","@id":2786084082,"@timestamp":1397327403},"coords":"51.3444131,-0.5438092","bedrooms":"0","price":"268000","area":"661"} , +{"type":"Feature","id":"n2786084120","geometry":{"type":"Point","coordinates":[-0.5436402,51.3440411]},"properties":{"@type":"node","@id":2786084120,"@timestamp":1397327403},"coords":"51.3440411,-0.5436402","bedrooms":"1","price":"156000","area":"350"} , +{"type":"Feature","id":"n2786084159","geometry":{"type":"Point","coordinates":[-0.5437395,51.3435234]},"properties":{"@type":"node","@id":2786084159,"@timestamp":1397327403},"coords":"51.3435234,-0.5437395","bedrooms":"2","price":"295000","area":"429"} , +{"type":"Feature","id":"n2786084197","geometry":{"type":"Point","coordinates":[-0.5441217,51.3439071]},"properties":{"@type":"node","@id":2786084197,"@timestamp":1397327404},"coords":"51.3439071,-0.5441217","bedrooms":"1","price":"239000","area":"656"} , +{"type":"Feature","id":"n2786084225","geometry":{"type":"Point","coordinates":[-0.5443255,51.3443653]},"properties":{"@type":"node","@id":2786084225,"@timestamp":1397327404},"coords":"51.3443653,-0.5443255","bedrooms":"4","price":"289000","area":"492"} , +{"type":"Feature","id":"n2786084245","geometry":{"type":"Point","coordinates":[-0.5447534,51.3445245]},"properties":{"@type":"node","@id":2786084245,"@timestamp":1397327404},"coords":"51.3445245,-0.5447534","bedrooms":"4","price":"264000","area":"569"} , +{"type":"Feature","id":"n2786084271","geometry":{"type":"Point","coordinates":[-0.545263,51.3448152]},"properties":{"@type":"node","@id":2786084271,"@timestamp":1397327405},"coords":"51.3448152,-0.545263","bedrooms":"0","price":"290000","area":"554"} , +{"type":"Feature","id":"n2786084293","geometry":{"type":"Point","coordinates":[-0.5458477,51.3450539]},"properties":{"@type":"node","@id":2786084293,"@timestamp":1397327405},"coords":"51.3450539,-0.5458477","bedrooms":"2","price":"190000","area":"654"} , +{"type":"Feature","id":"n2786084303","geometry":{"type":"Point","coordinates":[-0.5433559,51.343954]},"properties":{"@type":"node","@id":2786084303,"@timestamp":1397327405},"coords":"51.343954,-0.5433559","bedrooms":"2","price":"278000","area":"631"} , +{"type":"Feature","id":"n2786084329","geometry":{"type":"Point","coordinates":[-0.5432567,51.3435821]},"properties":{"@type":"node","@id":2786084329,"@timestamp":1397327406},"coords":"51.3435821,-0.5432567","bedrooms":"4","price":"171000","area":"458"} , +{"type":"Feature","id":"n2786556377","geometry":{"type":"Point","coordinates":[-0.6951041,50.9969131]},"properties":{"@type":"node","@id":2786556377,"@timestamp":1425672322},"coords":"50.9969131,-0.6951041","bedrooms":"2","price":"273000","area":"379"} , +{"type":"Feature","id":"n2786575031","geometry":{"type":"Point","coordinates":[-0.6984997,50.9958732]},"properties":{"@type":"node","@id":2786575031,"@timestamp":1397340493},"coords":"50.9958732,-0.6984997","bedrooms":"2","price":"215000","area":"668"} , +{"type":"Feature","id":"n2786575132","geometry":{"type":"Point","coordinates":[-0.6987733,50.9956063]},"properties":{"@type":"node","@id":2786575132,"@timestamp":1397340494},"coords":"50.9956063,-0.6987733","bedrooms":"4","price":"273000","area":"354"} , +{"type":"Feature","id":"n2786575170","geometry":{"type":"Point","coordinates":[-0.69556,50.9967272]},"properties":{"@type":"node","@id":2786575170,"@timestamp":1397340495},"coords":"50.9967272,-0.69556","bedrooms":"0","price":"289000","area":"353"} , +{"type":"Feature","id":"n2786575203","geometry":{"type":"Point","coordinates":[-0.6981564,50.9958192]},"properties":{"@type":"node","@id":2786575203,"@timestamp":1397340495},"coords":"50.9958192,-0.6981564","bedrooms":"4","price":"291000","area":"505"} , +{"type":"Feature","id":"n2786575213","geometry":{"type":"Point","coordinates":[-0.6964881,50.9965415]},"properties":{"@type":"node","@id":2786575213,"@timestamp":1397340496},"coords":"50.9965415,-0.6964881","bedrooms":"1","price":"212000","area":"693"} , +{"type":"Feature","id":"n2786623078","geometry":{"type":"Point","coordinates":[-0.0092783,51.5509095]},"properties":{"@type":"node","@id":2786623078,"@timestamp":1611936035},"coords":"51.5509095,-0.0092783","bedrooms":"3","price":"240000","area":"638"} , +{"type":"Feature","id":"n2786642615","geometry":{"type":"Point","coordinates":[-0.0135494,51.3346898]},"properties":{"@type":"node","@id":2786642615,"@timestamp":1397342558},"coords":"51.3346898,-0.0135494","bedrooms":"0","price":"275000","area":"555"} , +{"type":"Feature","id":"n2786645749","geometry":{"type":"Point","coordinates":[-0.0132989,51.5503958]},"properties":{"@type":"node","@id":2786645749,"@timestamp":1545218492},"coords":"51.5503958,-0.0132989","bedrooms":"2","price":"153000","area":"426"} , +{"type":"Feature","id":"n2786645861","geometry":{"type":"Point","coordinates":[-0.012019,51.5507714]},"properties":{"@type":"node","@id":2786645861,"@timestamp":1397342793},"coords":"51.5507714,-0.012019","bedrooms":"1","price":"150000","area":"398"} , +{"type":"Feature","id":"n2786881656","geometry":{"type":"Point","coordinates":[-0.0121438,51.5539031]},"properties":{"@type":"node","@id":2786881656,"@timestamp":1397350995},"coords":"51.5539031,-0.0121438","bedrooms":"0","price":"217000","area":"574"} , +{"type":"Feature","id":"n2786881681","geometry":{"type":"Point","coordinates":[-0.0133274,51.5543955]},"properties":{"@type":"node","@id":2786881681,"@timestamp":1577445432},"coords":"51.5543955,-0.0133274","bedrooms":"3","price":"213000","area":"492"} , +{"type":"Feature","id":"n2787075198","geometry":{"type":"Point","coordinates":[0.1794098,51.394706]},"properties":{"@type":"node","@id":2787075198,"@timestamp":1618069421},"coords":"51.394706,0.1794098","bedrooms":"1","price":"204000","area":"499"} , +{"type":"Feature","id":"n2787075208","geometry":{"type":"Point","coordinates":[0.1794436,51.3952028]},"properties":{"@type":"node","@id":2787075208,"@timestamp":1618701055},"coords":"51.3952028,0.1794436","bedrooms":"4","price":"272000","area":"540"} , +{"type":"Feature","id":"n2788039771","geometry":{"type":"Point","coordinates":[0.0539247,51.8079477]},"properties":{"@type":"node","@id":2788039771,"@timestamp":1397395943},"coords":"51.8079477,0.0539247","bedrooms":"2","price":"188000","area":"433"} , +{"type":"Feature","id":"n2788729608","geometry":{"type":"Point","coordinates":[0.5252362,51.0512446]},"properties":{"@type":"node","@id":2788729608,"@timestamp":1397410902},"coords":"51.0512446,0.5252362","bedrooms":"2","price":"297000","area":"568"} , +{"type":"Feature","id":"n2789325618","geometry":{"type":"Point","coordinates":[-0.5780462,51.3273991]},"properties":{"@type":"node","@id":2789325618,"@timestamp":1397423964},"coords":"51.3273991,-0.5780462","bedrooms":"4","price":"286000","area":"619"} , +{"type":"Feature","id":"n2789341590","geometry":{"type":"Point","coordinates":[-0.5475931,51.3447214]},"properties":{"@type":"node","@id":2789341590,"@timestamp":1397424771},"coords":"51.3447214,-0.5475931","bedrooms":"2","price":"192000","area":"686"} , +{"type":"Feature","id":"n2789341604","geometry":{"type":"Point","coordinates":[-0.5466114,51.3447918]},"properties":{"@type":"node","@id":2789341604,"@timestamp":1397424772},"coords":"51.3447918,-0.5466114","bedrooms":"0","price":"154000","area":"444"} , +{"type":"Feature","id":"n2789341620","geometry":{"type":"Point","coordinates":[-0.5478774,51.3445489]},"properties":{"@type":"node","@id":2789341620,"@timestamp":1397424772},"coords":"51.3445489,-0.5478774","bedrooms":"4","price":"171000","area":"493"} , +{"type":"Feature","id":"n2789341640","geometry":{"type":"Point","coordinates":[-0.5475796,51.3443595]},"properties":{"@type":"node","@id":2789341640,"@timestamp":1397424772},"coords":"51.3443595,-0.5475796","bedrooms":"0","price":"181000","area":"596"} , +{"type":"Feature","id":"n2789341650","geometry":{"type":"Point","coordinates":[-0.5468957,51.3444885]},"properties":{"@type":"node","@id":2789341650,"@timestamp":1397424773},"coords":"51.3444885,-0.5468957","bedrooms":"1","price":"169000","area":"506"} , +{"type":"Feature","id":"n2789341670","geometry":{"type":"Point","coordinates":[-0.5461688,51.344765]},"properties":{"@type":"node","@id":2789341670,"@timestamp":1397424773},"coords":"51.344765,-0.5461688","bedrooms":"0","price":"290000","area":"526"} , +{"type":"Feature","id":"n2789341680","geometry":{"type":"Point","coordinates":[-0.5456404,51.3447633]},"properties":{"@type":"node","@id":2789341680,"@timestamp":1397424773},"coords":"51.3447633,-0.5456404","bedrooms":"2","price":"209000","area":"663"} , +{"type":"Feature","id":"n2789341700","geometry":{"type":"Point","coordinates":[-0.5502672,51.3434766]},"properties":{"@type":"node","@id":2789341700,"@timestamp":1397424773},"coords":"51.3434766,-0.5502672","bedrooms":"2","price":"200000","area":"615"} , +{"type":"Feature","id":"n2789341711","geometry":{"type":"Point","coordinates":[-0.5506454,51.34461]},"properties":{"@type":"node","@id":2789341711,"@timestamp":1397424774},"coords":"51.34461,-0.5506454","bedrooms":"0","price":"215000","area":"472"} , +{"type":"Feature","id":"n2789341728","geometry":{"type":"Point","coordinates":[-0.5512194,51.3449979]},"properties":{"@type":"node","@id":2789341728,"@timestamp":1397424774},"coords":"51.3449979,-0.5512194","bedrooms":"3","price":"234000","area":"624"} , +{"type":"Feature","id":"n2789341741","geometry":{"type":"Point","coordinates":[-0.5585606,51.321347]},"properties":{"@type":"node","@id":2789341741,"@timestamp":1397424774},"coords":"51.321347,-0.5585606","bedrooms":"3","price":"180000","area":"506"} , +{"type":"Feature","id":"n2789918047","geometry":{"type":"Point","coordinates":[0.1799061,51.3950855]},"properties":{"@type":"node","@id":2789918047,"@timestamp":1397464341},"coords":"51.3950855,0.1799061","bedrooms":"4","price":"277000","area":"604"} , +{"type":"Feature","id":"n2789927206","geometry":{"type":"Point","coordinates":[0.1824997,51.3968074]},"properties":{"@type":"node","@id":2789927206,"@timestamp":1397464926},"coords":"51.3968074,0.1824997","bedrooms":"2","price":"275000","area":"485"} , +{"type":"Feature","id":"n2790484464","geometry":{"type":"Point","coordinates":[-0.1926101,51.3664591]},"properties":{"@type":"node","@id":2790484464,"@timestamp":1542284634},"coords":"51.3664591,-0.1926101","bedrooms":"3","price":"168000","area":"475"} , +{"type":"Feature","id":"n2791488801","geometry":{"type":"Point","coordinates":[0.0007349,50.9482946]},"properties":{"@type":"node","@id":2791488801,"@timestamp":1397507853},"coords":"50.9482946,0.0007349","bedrooms":"3","price":"279000","area":"462"} , +{"type":"Feature","id":"n2791488914","geometry":{"type":"Point","coordinates":[-0.0057494,50.963965]},"properties":{"@type":"node","@id":2791488914,"@timestamp":1597157824},"coords":"50.963965,-0.0057494","bedrooms":"2","price":"155000","area":"674"} , +{"type":"Feature","id":"n2791627037","geometry":{"type":"Point","coordinates":[-0.5810356,51.3232544]},"properties":{"@type":"node","@id":2791627037,"@timestamp":1511033064},"coords":"51.3232544,-0.5810356","bedrooms":"4","price":"200000","area":"434"} , +{"type":"Feature","id":"n2791735977","geometry":{"type":"Point","coordinates":[-0.1343648,51.5138859]},"properties":{"@type":"node","@id":2791735977,"@timestamp":1520914937},"coords":"51.5138859,-0.1343648","bedrooms":"0","price":"278000","area":"667"} , +{"type":"Feature","id":"n2791793760","geometry":{"type":"Point","coordinates":[-0.2233834,51.498953]},"properties":{"@type":"node","@id":2791793760,"@timestamp":1629530376},"coords":"51.498953,-0.2233834","bedrooms":"1","price":"155000","area":"514"} , +{"type":"Feature","id":"n2791831823","geometry":{"type":"Point","coordinates":[-0.0388823,51.5482419]},"properties":{"@type":"node","@id":2791831823,"@timestamp":1397528916},"coords":"51.5482419,-0.0388823","bedrooms":"4","price":"238000","area":"673"} , +{"type":"Feature","id":"n2792537195","geometry":{"type":"Point","coordinates":[0.2312665,51.1391996]},"properties":{"@type":"node","@id":2792537195,"@timestamp":1397565823},"coords":"51.1391996,0.2312665","bedrooms":"4","price":"262000","area":"564"} , +{"type":"Feature","id":"n2793415584","geometry":{"type":"Point","coordinates":[-0.3792166,51.6246532]},"properties":{"@type":"node","@id":2793415584,"@timestamp":1605186222},"coords":"51.6246532,-0.3792166","bedrooms":"0","price":"172000","area":"479"} , +{"type":"Feature","id":"n2793572000","geometry":{"type":"Point","coordinates":[-0.3651362,51.6087385]},"properties":{"@type":"node","@id":2793572000,"@timestamp":1619953169},"coords":"51.6087385,-0.3651362","bedrooms":"1","price":"258000","area":"641"} , +{"type":"Feature","id":"n2793713632","geometry":{"type":"Point","coordinates":[-0.1026044,51.3966276]},"properties":{"@type":"node","@id":2793713632,"@timestamp":1397597769},"coords":"51.3966276,-0.1026044","bedrooms":"1","price":"262000","area":"361"} , +{"type":"Feature","id":"n2793797898","geometry":{"type":"Point","coordinates":[0.4104722,51.0909113]},"properties":{"@type":"node","@id":2793797898,"@timestamp":1397600071},"coords":"51.0909113,0.4104722","bedrooms":"0","price":"200000","area":"352"} , +{"type":"Feature","id":"n2793874523","geometry":{"type":"Point","coordinates":[-0.0854069,51.511918]},"properties":{"@type":"node","@id":2793874523,"@timestamp":1603629355},"coords":"51.511918,-0.0854069","bedrooms":"2","price":"253000","area":"537"} , +{"type":"Feature","id":"n2793904911","geometry":{"type":"Point","coordinates":[-0.085504,51.5134348]},"properties":{"@type":"node","@id":2793904911,"@timestamp":1626025964},"coords":"51.5134348,-0.085504","bedrooms":"2","price":"175000","area":"365"} , +{"type":"Feature","id":"n2794154050","geometry":{"type":"Point","coordinates":[0.1808499,51.3957797]},"properties":{"@type":"node","@id":2794154050,"@timestamp":1397633632},"coords":"51.3957797,0.1808499","bedrooms":"4","price":"151000","area":"495"} , +{"type":"Feature","id":"n2794154119","geometry":{"type":"Point","coordinates":[0.1805608,51.3955237]},"properties":{"@type":"node","@id":2794154119,"@timestamp":1397633633},"coords":"51.3955237,0.1805608","bedrooms":"4","price":"177000","area":"605"} , +{"type":"Feature","id":"n2794154180","geometry":{"type":"Point","coordinates":[0.1813677,51.3964114]},"properties":{"@type":"node","@id":2794154180,"@timestamp":1397633634},"coords":"51.3964114,0.1813677","bedrooms":"4","price":"283000","area":"431"} , +{"type":"Feature","id":"n2794532358","geometry":{"type":"Point","coordinates":[-0.2284658,51.351494]},"properties":{"@type":"node","@id":2794532358,"@timestamp":1397651806},"coords":"51.351494,-0.2284658","bedrooms":"2","price":"208000","area":"428"} , +{"type":"Feature","id":"n2795467904","geometry":{"type":"Point","coordinates":[-0.1311327,51.4244871]},"properties":{"@type":"node","@id":2795467904,"@timestamp":1630437793},"coords":"51.4244871,-0.1311327","bedrooms":"0","price":"155000","area":"560"} , +{"type":"Feature","id":"n2795618191","geometry":{"type":"Point","coordinates":[-0.0017596,51.4776981]},"properties":{"@type":"node","@id":2795618191,"@timestamp":1626726237},"coords":"51.4776981,-0.0017596","bedrooms":"3","price":"258000","area":"483"} , +{"type":"Feature","id":"n2795992294","geometry":{"type":"Point","coordinates":[0.1818821,51.3963821]},"properties":{"@type":"node","@id":2795992294,"@timestamp":1397728528},"coords":"51.3963821,0.1818821","bedrooms":"4","price":"159000","area":"645"} , +{"type":"Feature","id":"n2795992304","geometry":{"type":"Point","coordinates":[0.1834853,51.3968185]},"properties":{"@type":"node","@id":2795992304,"@timestamp":1397728529},"coords":"51.3968185,0.1834853","bedrooms":"1","price":"279000","area":"634"} , +{"type":"Feature","id":"n2795992314","geometry":{"type":"Point","coordinates":[0.183137,51.3969744]},"properties":{"@type":"node","@id":2795992314,"@timestamp":1397728530},"coords":"51.3969744,0.183137","bedrooms":"0","price":"268000","area":"502"} , +{"type":"Feature","id":"n2796012317","geometry":{"type":"Point","coordinates":[0.184026,51.3971992]},"properties":{"@type":"node","@id":2796012317,"@timestamp":1397729316},"coords":"51.3971992,0.184026","bedrooms":"1","price":"289000","area":"522"} , +{"type":"Feature","id":"n2796037171","geometry":{"type":"Point","coordinates":[0.1852526,51.3976899]},"properties":{"@type":"node","@id":2796037171,"@timestamp":1397729975},"coords":"51.3976899,0.1852526","bedrooms":"1","price":"168000","area":"444"} , +{"type":"Feature","id":"n2796037181","geometry":{"type":"Point","coordinates":[0.1857157,51.3976012]},"properties":{"@type":"node","@id":2796037181,"@timestamp":1397729975},"coords":"51.3976012,0.1857157","bedrooms":"1","price":"262000","area":"444"} , +{"type":"Feature","id":"n2796757045","geometry":{"type":"Point","coordinates":[0.3360137,51.4438058]},"properties":{"@type":"node","@id":2796757045,"@timestamp":1515170526},"coords":"51.4438058,0.3360137","bedrooms":"0","price":"254000","area":"562"} , +{"type":"Feature","id":"n2797621894","geometry":{"type":"Point","coordinates":[-0.1342204,51.5144292]},"properties":{"@type":"node","@id":2797621894,"@timestamp":1553719899},"coords":"51.5144292,-0.1342204","bedrooms":"3","price":"235000","area":"362"} , +{"type":"Feature","id":"n2797914761","geometry":{"type":"Point","coordinates":[-0.1932876,51.4909374]},"properties":{"@type":"node","@id":2797914761,"@timestamp":1615507618},"coords":"51.4909374,-0.1932876","bedrooms":"1","price":"162000","area":"594"} , +{"type":"Feature","id":"n2798366248","geometry":{"type":"Point","coordinates":[-0.2420129,51.3891758]},"properties":{"@type":"node","@id":2798366248,"@timestamp":1591360205},"coords":"51.3891758,-0.2420129","bedrooms":"1","price":"266000","area":"693"} , +{"type":"Feature","id":"n2798598664","geometry":{"type":"Point","coordinates":[-0.0124302,51.5341467]},"properties":{"@type":"node","@id":2798598664,"@timestamp":1589968603},"coords":"51.5341467,-0.0124302","bedrooms":"4","price":"224000","area":"677"} , +{"type":"Feature","id":"n2799015583","geometry":{"type":"Point","coordinates":[-0.6114819,51.4428817]},"properties":{"@type":"node","@id":2799015583,"@timestamp":1397834580},"coords":"51.4428817,-0.6114819","bedrooms":"2","price":"177000","area":"685"} , +{"type":"Feature","id":"n2799015593","geometry":{"type":"Point","coordinates":[-0.6051625,51.4431833]},"properties":{"@type":"node","@id":2799015593,"@timestamp":1397834581},"coords":"51.4431833,-0.6051625","bedrooms":"2","price":"289000","area":"453"} , +{"type":"Feature","id":"n2799018703","geometry":{"type":"Point","coordinates":[-0.6139703,51.4464599]},"properties":{"@type":"node","@id":2799018703,"@timestamp":1397834581},"coords":"51.4464599,-0.6139703","bedrooms":"0","price":"158000","area":"627"} , +{"type":"Feature","id":"n2799018713","geometry":{"type":"Point","coordinates":[-0.6127287,51.447629]},"properties":{"@type":"node","@id":2799018713,"@timestamp":1397834582},"coords":"51.447629,-0.6127287","bedrooms":"4","price":"198000","area":"365"} , +{"type":"Feature","id":"n2799018725","geometry":{"type":"Point","coordinates":[-0.6099002,51.4491385]},"properties":{"@type":"node","@id":2799018725,"@timestamp":1397834582},"coords":"51.4491385,-0.6099002","bedrooms":"1","price":"297000","area":"373"} , +{"type":"Feature","id":"n2799018735","geometry":{"type":"Point","coordinates":[-0.6050275,51.4502489]},"properties":{"@type":"node","@id":2799018735,"@timestamp":1397834583},"coords":"51.4502489,-0.6050275","bedrooms":"2","price":"194000","area":"360"} , +{"type":"Feature","id":"n2799018745","geometry":{"type":"Point","coordinates":[-0.6060886,51.4507584]},"properties":{"@type":"node","@id":2799018745,"@timestamp":1397834583},"coords":"51.4507584,-0.6060886","bedrooms":"4","price":"205000","area":"668"} , +{"type":"Feature","id":"n2799018755","geometry":{"type":"Point","coordinates":[-0.6104024,51.452218]},"properties":{"@type":"node","@id":2799018755,"@timestamp":1397834583},"coords":"51.452218,-0.6104024","bedrooms":"3","price":"288000","area":"367"} , +{"type":"Feature","id":"n2799018765","geometry":{"type":"Point","coordinates":[-0.6090585,51.4535903]},"properties":{"@type":"node","@id":2799018765,"@timestamp":1397834584},"coords":"51.4535903,-0.6090585","bedrooms":"3","price":"233000","area":"482"} , +{"type":"Feature","id":"n2799149814","geometry":{"type":"Point","coordinates":[0.0313436,51.6345976]},"properties":{"@type":"node","@id":2799149814,"@timestamp":1397837856},"coords":"51.6345976,0.0313436","bedrooms":"1","price":"277000","area":"637"} , +{"type":"Feature","id":"n2799340875","geometry":{"type":"Point","coordinates":[0.0278554,51.5874124]},"properties":{"@type":"node","@id":2799340875,"@timestamp":1564909698},"coords":"51.5874124,0.0278554","bedrooms":"1","price":"226000","area":"486"} , +{"type":"Feature","id":"n2800900751","geometry":{"type":"Point","coordinates":[-0.8775979,51.9741983]},"properties":{"@type":"node","@id":2800900751,"@timestamp":1397910016},"coords":"51.9741983,-0.8775979","bedrooms":"3","price":"228000","area":"686"} , +{"type":"Feature","id":"n2801157347","geometry":{"type":"Point","coordinates":[-0.1962126,51.908118]},"properties":{"@type":"node","@id":2801157347,"@timestamp":1397917233},"coords":"51.908118,-0.1962126","bedrooms":"2","price":"186000","area":"513"} , +{"type":"Feature","id":"n2801271766","geometry":{"type":"Point","coordinates":[-0.6585018,51.4638159]},"properties":{"@type":"node","@id":2801271766,"@timestamp":1397919898},"coords":"51.4638159,-0.6585018","bedrooms":"3","price":"183000","area":"502"} , +{"type":"Feature","id":"n2801370059","geometry":{"type":"Point","coordinates":[-0.6484782,51.4628447]},"properties":{"@type":"node","@id":2801370059,"@timestamp":1397922405},"coords":"51.4628447,-0.6484782","bedrooms":"2","price":"278000","area":"383"} , +{"type":"Feature","id":"n2801516942","geometry":{"type":"Point","coordinates":[-0.6484087,51.4780187]},"properties":{"@type":"node","@id":2801516942,"@timestamp":1599172923},"coords":"51.4780187,-0.6484087","bedrooms":"4","price":"235000","area":"387"} , +{"type":"Feature","id":"n2801837770","geometry":{"type":"Point","coordinates":[-0.2163336,51.4962699]},"properties":{"@type":"node","@id":2801837770,"@timestamp":1633870010},"coords":"51.4962699,-0.2163336","bedrooms":"2","price":"207000","area":"365"} , +{"type":"Feature","id":"n2801837780","geometry":{"type":"Point","coordinates":[-0.2154568,51.4965639]},"properties":{"@type":"node","@id":2801837780,"@timestamp":1633862943},"coords":"51.4965639,-0.2154568","bedrooms":"3","price":"152000","area":"668"} , +{"type":"Feature","id":"n2801837791","geometry":{"type":"Point","coordinates":[-0.2168698,51.4954344]},"properties":{"@type":"node","@id":2801837791,"@timestamp":1633862943},"coords":"51.4954344,-0.2168698","bedrooms":"1","price":"288000","area":"481"} , +{"type":"Feature","id":"n2802057832","geometry":{"type":"Point","coordinates":[-0.1401043,51.5075703]},"properties":{"@type":"node","@id":2802057832,"@timestamp":1569531305},"coords":"51.5075703,-0.1401043","bedrooms":"2","price":"299000","area":"417"} , +{"type":"Feature","id":"n2802350623","geometry":{"type":"Point","coordinates":[-0.1950733,51.9075511]},"properties":{"@type":"node","@id":2802350623,"@timestamp":1398112742},"coords":"51.9075511,-0.1950733","bedrooms":"4","price":"185000","area":"618"} , +{"type":"Feature","id":"n2802464017","geometry":{"type":"Point","coordinates":[-0.1792703,51.4399756]},"properties":{"@type":"node","@id":2802464017,"@timestamp":1397951040},"coords":"51.4399756,-0.1792703","bedrooms":"2","price":"267000","area":"535"} , +{"type":"Feature","id":"n2802467029","geometry":{"type":"Point","coordinates":[-0.18513,51.4426954]},"properties":{"@type":"node","@id":2802467029,"@timestamp":1397951209},"coords":"51.4426954,-0.18513","bedrooms":"2","price":"231000","area":"363"} , +{"type":"Feature","id":"n2803192197","geometry":{"type":"Point","coordinates":[-0.0604394,51.4180693]},"properties":{"@type":"node","@id":2803192197,"@timestamp":1543777319},"coords":"51.4180693,-0.0604394","bedrooms":"0","price":"217000","area":"501"} , +{"type":"Feature","id":"n2803500877","geometry":{"type":"Point","coordinates":[-0.0121779,51.5391191]},"properties":{"@type":"node","@id":2803500877,"@timestamp":1595699887},"coords":"51.5391191,-0.0121779","bedrooms":"4","price":"246000","area":"387"} , +{"type":"Feature","id":"n2803764159","geometry":{"type":"Point","coordinates":[-0.4614071,51.4894687]},"properties":{"@type":"node","@id":2803764159,"@timestamp":1398003106},"coords":"51.4894687,-0.4614071","bedrooms":"4","price":"224000","area":"604"} , +{"type":"Feature","id":"n2803769040","geometry":{"type":"Point","coordinates":[-0.474284,51.4896325]},"properties":{"@type":"node","@id":2803769040,"@timestamp":1398003271},"coords":"51.4896325,-0.474284","bedrooms":"0","price":"265000","area":"642"} , +{"type":"Feature","id":"n2803827870","geometry":{"type":"Point","coordinates":[-0.3928738,51.3365407]},"properties":{"@type":"node","@id":2803827870,"@timestamp":1398004965},"coords":"51.3365407,-0.3928738","bedrooms":"0","price":"184000","area":"616"} , +{"type":"Feature","id":"n2804067239","geometry":{"type":"Point","coordinates":[-0.0083883,51.5437866]},"properties":{"@type":"node","@id":2804067239,"@timestamp":1591202196},"coords":"51.5437866,-0.0083883","bedrooms":"3","price":"290000","area":"530"} , +{"type":"Feature","id":"n2804067298","geometry":{"type":"Point","coordinates":[-0.011882,51.5481594]},"properties":{"@type":"node","@id":2804067298,"@timestamp":1606414412},"coords":"51.5481594,-0.011882","bedrooms":"2","price":"270000","area":"678"} , +{"type":"Feature","id":"n2804381411","geometry":{"type":"Point","coordinates":[-0.2300262,51.4533496]},"properties":{"@type":"node","@id":2804381411,"@timestamp":1432458428},"coords":"51.4533496,-0.2300262","bedrooms":"1","price":"266000","area":"581"} , +{"type":"Feature","id":"n2804700567","geometry":{"type":"Point","coordinates":[0.1161475,51.6064201]},"properties":{"@type":"node","@id":2804700567,"@timestamp":1398024632},"coords":"51.6064201,0.1161475","bedrooms":"1","price":"260000","area":"494"} , +{"type":"Feature","id":"n2804700577","geometry":{"type":"Point","coordinates":[0.1164693,51.6063134]},"properties":{"@type":"node","@id":2804700577,"@timestamp":1398024632},"coords":"51.6063134,0.1164693","bedrooms":"2","price":"216000","area":"585"} , +{"type":"Feature","id":"n2804715536","geometry":{"type":"Point","coordinates":[0.4641396,51.5866585]},"properties":{"@type":"node","@id":2804715536,"@timestamp":1562778736},"coords":"51.5866585,0.4641396","bedrooms":"4","price":"163000","area":"578"} , +{"type":"Feature","id":"n2805859120","geometry":{"type":"Point","coordinates":[-0.0096401,51.5481266]},"properties":{"@type":"node","@id":2805859120,"@timestamp":1610719950},"coords":"51.5481266,-0.0096401","bedrooms":"4","price":"165000","area":"624"} , +{"type":"Feature","id":"n2805903760","geometry":{"type":"Point","coordinates":[0.4010199,50.9999282]},"properties":{"@type":"node","@id":2805903760,"@timestamp":1398078937},"coords":"50.9999282,0.4010199","bedrooms":"3","price":"201000","area":"678"} , +{"type":"Feature","id":"n2806157428","geometry":{"type":"Point","coordinates":[-0.3018549,51.4632948]},"properties":{"@type":"node","@id":2806157428,"@timestamp":1632420211},"coords":"51.4632948,-0.3018549","bedrooms":"4","price":"216000","area":"478"} , +{"type":"Feature","id":"n2806704155","geometry":{"type":"Point","coordinates":[-0.0122181,51.5397838]},"properties":{"@type":"node","@id":2806704155,"@timestamp":1594925042},"coords":"51.5397838,-0.0122181","bedrooms":"2","price":"264000","area":"371"} , +{"type":"Feature","id":"n2806762398","geometry":{"type":"Point","coordinates":[-0.0113441,51.5379269]},"properties":{"@type":"node","@id":2806762398,"@timestamp":1594857725},"coords":"51.5379269,-0.0113441","bedrooms":"1","price":"216000","area":"431"} , +{"type":"Feature","id":"n2806768810","geometry":{"type":"Point","coordinates":[0.0131935,50.9968142]},"properties":{"@type":"node","@id":2806768810,"@timestamp":1398099866},"coords":"50.9968142,0.0131935","bedrooms":"2","price":"157000","area":"694"} , +{"type":"Feature","id":"n2806800581","geometry":{"type":"Point","coordinates":[0.4623703,51.5725091]},"properties":{"@type":"node","@id":2806800581,"@timestamp":1628191727},"coords":"51.5725091,0.4623703","bedrooms":"4","price":"234000","area":"626"} , +{"type":"Feature","id":"n2807024514","geometry":{"type":"Point","coordinates":[0.1013277,51.2463438]},"properties":{"@type":"node","@id":2807024514,"@timestamp":1621161291},"coords":"51.2463438,0.1013277","bedrooms":"4","price":"269000","area":"662"} , +{"type":"Feature","id":"n2807222329","geometry":{"type":"Point","coordinates":[-0.3505143,51.4297194]},"properties":{"@type":"node","@id":2807222329,"@timestamp":1398109115},"coords":"51.4297194,-0.3505143","bedrooms":"1","price":"203000","area":"359"} , +{"type":"Feature","id":"n2807222576","geometry":{"type":"Point","coordinates":[-0.4205558,51.467135]},"properties":{"@type":"node","@id":2807222576,"@timestamp":1408472050},"coords":"51.467135,-0.4205558","bedrooms":"4","price":"245000","area":"538"} , +{"type":"Feature","id":"n2807450429","geometry":{"type":"Point","coordinates":[-0.2743815,51.4429846]},"properties":{"@type":"node","@id":2807450429,"@timestamp":1398112348},"coords":"51.4429846,-0.2743815","bedrooms":"0","price":"263000","area":"372"} , +{"type":"Feature","id":"n2807473259","geometry":{"type":"Point","coordinates":[-0.331234,51.41222]},"properties":{"@type":"node","@id":2807473259,"@timestamp":1398112743},"coords":"51.41222,-0.331234","bedrooms":"4","price":"242000","area":"625"} , +{"type":"Feature","id":"n2807473269","geometry":{"type":"Point","coordinates":[-0.3277736,51.4125891]},"properties":{"@type":"node","@id":2807473269,"@timestamp":1398112743},"coords":"51.4125891,-0.3277736","bedrooms":"2","price":"260000","area":"386"} , +{"type":"Feature","id":"n2807473284","geometry":{"type":"Point","coordinates":[-0.3443625,51.4133526]},"properties":{"@type":"node","@id":2807473284,"@timestamp":1610384381},"coords":"51.4133526,-0.3443625","bedrooms":"1","price":"171000","area":"511"} , +{"type":"Feature","id":"n2807473297","geometry":{"type":"Point","coordinates":[-0.3385231,51.4136624]},"properties":{"@type":"node","@id":2807473297,"@timestamp":1398112744},"coords":"51.4136624,-0.3385231","bedrooms":"4","price":"256000","area":"533"} , +{"type":"Feature","id":"n2807473811","geometry":{"type":"Point","coordinates":[-0.338284,51.4139694]},"properties":{"@type":"node","@id":2807473811,"@timestamp":1398112744},"coords":"51.4139694,-0.338284","bedrooms":"2","price":"237000","area":"436"} , +{"type":"Feature","id":"n2807473842","geometry":{"type":"Point","coordinates":[-0.3307324,51.4144275]},"properties":{"@type":"node","@id":2807473842,"@timestamp":1398112745},"coords":"51.4144275,-0.3307324","bedrooms":"4","price":"276000","area":"366"} , +{"type":"Feature","id":"n2807538166","geometry":{"type":"Point","coordinates":[-0.3081078,51.4069453]},"properties":{"@type":"node","@id":2807538166,"@timestamp":1626960517},"coords":"51.4069453,-0.3081078","bedrooms":"3","price":"291000","area":"578"} , +{"type":"Feature","id":"n2807693244","geometry":{"type":"Point","coordinates":[-0.1048556,51.4611624]},"properties":{"@type":"node","@id":2807693244,"@timestamp":1596760276},"coords":"51.4611624,-0.1048556","bedrooms":"1","price":"170000","area":"628"} , +{"type":"Feature","id":"n2807829773","geometry":{"type":"Point","coordinates":[-0.3401695,51.7431899]},"properties":{"@type":"node","@id":2807829773,"@timestamp":1570585681},"coords":"51.7431899,-0.3401695","bedrooms":"0","price":"184000","area":"505"} , +{"type":"Feature","id":"n2808306405","geometry":{"type":"Point","coordinates":[-0.7329946,51.5277964]},"properties":{"@type":"node","@id":2808306405,"@timestamp":1398165753},"coords":"51.5277964,-0.7329946","bedrooms":"1","price":"150000","area":"466"} , +{"type":"Feature","id":"n2808877323","geometry":{"type":"Point","coordinates":[-0.1964575,51.4956904]},"properties":{"@type":"node","@id":2808877323,"@timestamp":1564909698},"coords":"51.4956904,-0.1964575","bedrooms":"2","price":"170000","area":"357"} , +{"type":"Feature","id":"n2808936691","geometry":{"type":"Point","coordinates":[-0.1071684,51.3924795]},"properties":{"@type":"node","@id":2808936691,"@timestamp":1398182133},"coords":"51.3924795,-0.1071684","bedrooms":"2","price":"176000","area":"568"} , +{"type":"Feature","id":"n2808948501","geometry":{"type":"Point","coordinates":[-0.1101129,51.3921174]},"properties":{"@type":"node","@id":2808948501,"@timestamp":1398182134},"coords":"51.3921174,-0.1101129","bedrooms":"2","price":"220000","area":"634"} , +{"type":"Feature","id":"n2809012426","geometry":{"type":"Point","coordinates":[-0.0761704,51.5422949]},"properties":{"@type":"node","@id":2809012426,"@timestamp":1625851603},"coords":"51.5422949,-0.0761704","bedrooms":"2","price":"249000","area":"626"} , +{"type":"Feature","id":"n2810700018","geometry":{"type":"Point","coordinates":[0.7929714,51.2078146]},"properties":{"@type":"node","@id":2810700018,"@timestamp":1398250171},"coords":"51.2078146,0.7929714","bedrooms":"3","price":"190000","area":"530"} , +{"type":"Feature","id":"n2811552979","geometry":{"type":"Point","coordinates":[-0.0437908,51.5499749]},"properties":{"@type":"node","@id":2811552979,"@timestamp":1564909698},"coords":"51.5499749,-0.0437908","bedrooms":"2","price":"280000","area":"643"} , +{"type":"Feature","id":"n2812528305","geometry":{"type":"Point","coordinates":[-0.0758758,51.4243376]},"properties":{"@type":"node","@id":2812528305,"@timestamp":1564909698},"coords":"51.4243376,-0.0758758","bedrooms":"4","price":"284000","area":"638"} , +{"type":"Feature","id":"n2812563777","geometry":{"type":"Point","coordinates":[-0.0568931,51.5355636]},"properties":{"@type":"node","@id":2812563777,"@timestamp":1627614386},"coords":"51.5355636,-0.0568931","bedrooms":"1","price":"227000","area":"505"} , +{"type":"Feature","id":"n2813579018","geometry":{"type":"Point","coordinates":[0.0196151,51.3931943]},"properties":{"@type":"node","@id":2813579018,"@timestamp":1398357111},"coords":"51.3931943,0.0196151","bedrooms":"2","price":"237000","area":"687"} , +{"type":"Feature","id":"n2814385359","geometry":{"type":"Point","coordinates":[-0.103324,51.3923124]},"properties":{"@type":"node","@id":2814385359,"@timestamp":1398375056},"coords":"51.3923124,-0.103324","bedrooms":"3","price":"254000","area":"433"} , +{"type":"Feature","id":"n2814385369","geometry":{"type":"Point","coordinates":[-0.1014574,51.3965328]},"properties":{"@type":"node","@id":2814385369,"@timestamp":1398375057},"coords":"51.3965328,-0.1014574","bedrooms":"0","price":"163000","area":"539"} , +{"type":"Feature","id":"n2814624416","geometry":{"type":"Point","coordinates":[-0.7786901,51.37178]},"properties":{"@type":"node","@id":2814624416,"@timestamp":1398383413},"coords":"51.37178,-0.7786901","bedrooms":"2","price":"154000","area":"468"} , +{"type":"Feature","id":"n2815433357","geometry":{"type":"Point","coordinates":[-0.5689398,51.4137154]},"properties":{"@type":"node","@id":2815433357,"@timestamp":1398425526},"coords":"51.4137154,-0.5689398","bedrooms":"1","price":"207000","area":"603"} , +{"type":"Feature","id":"n2816732424","geometry":{"type":"Point","coordinates":[-0.6124119,51.3094504]},"properties":{"@type":"node","@id":2816732424,"@timestamp":1523485758},"coords":"51.3094504,-0.6124119","bedrooms":"0","price":"283000","area":"488"} , +{"type":"Feature","id":"n2817874523","geometry":{"type":"Point","coordinates":[-0.4168685,51.3836368]},"properties":{"@type":"node","@id":2817874523,"@timestamp":1398516785},"coords":"51.3836368,-0.4168685","bedrooms":"3","price":"281000","area":"599"} , +{"type":"Feature","id":"n2818833314","geometry":{"type":"Point","coordinates":[-0.0022411,50.974612]},"properties":{"@type":"node","@id":2818833314,"@timestamp":1600798270},"coords":"50.974612,-0.0022411","bedrooms":"3","price":"188000","area":"357"} , +{"type":"Feature","id":"n2818833393","geometry":{"type":"Point","coordinates":[-0.0027059,51.02247]},"properties":{"@type":"node","@id":2818833393,"@timestamp":1398535210},"coords":"51.02247,-0.0027059","bedrooms":"2","price":"175000","area":"641"} , +{"type":"Feature","id":"n2820105863","geometry":{"type":"Point","coordinates":[0.17742,51.424676]},"properties":{"@type":"node","@id":2820105863,"@timestamp":1398585223},"coords":"51.424676,0.17742","bedrooms":"3","price":"236000","area":"582"} , +{"type":"Feature","id":"n2821200684","geometry":{"type":"Point","coordinates":[0.3740503,51.44149]},"properties":{"@type":"node","@id":2821200684,"@timestamp":1398618931},"coords":"51.44149,0.3740503","bedrooms":"2","price":"233000","area":"686"} , +{"type":"Feature","id":"n2821525456","geometry":{"type":"Point","coordinates":[-0.0134266,51.5391798]},"properties":{"@type":"node","@id":2821525456,"@timestamp":1398626652},"coords":"51.5391798,-0.0134266","bedrooms":"0","price":"196000","area":"555"} , +{"type":"Feature","id":"n2821537550","geometry":{"type":"Point","coordinates":[-0.0129458,51.541074]},"properties":{"@type":"node","@id":2821537550,"@timestamp":1549557007},"coords":"51.541074,-0.0129458","bedrooms":"3","price":"277000","area":"537"} , +{"type":"Feature","id":"n2821547556","geometry":{"type":"Point","coordinates":[-0.0141778,51.5417186]},"properties":{"@type":"node","@id":2821547556,"@timestamp":1398627078},"coords":"51.5417186,-0.0141778","bedrooms":"3","price":"171000","area":"647"} , +{"type":"Feature","id":"n2821885964","geometry":{"type":"Point","coordinates":[0.306731,51.6064341]},"properties":{"@type":"node","@id":2821885964,"@timestamp":1398635885},"coords":"51.6064341,0.306731","bedrooms":"4","price":"203000","area":"431"} , +{"type":"Feature","id":"n2822584484","geometry":{"type":"Point","coordinates":[-0.9708712,51.4382883]},"properties":{"@type":"node","@id":2822584484,"@timestamp":1621013273},"coords":"51.4382883,-0.9708712","bedrooms":"1","price":"250000","area":"673"} , +{"type":"Feature","id":"n2822674766","geometry":{"type":"Point","coordinates":[0.1770994,51.3954955]},"properties":{"@type":"node","@id":2822674766,"@timestamp":1618014949},"coords":"51.3954955,0.1770994","bedrooms":"3","price":"281000","area":"663"} , +{"type":"Feature","id":"n2822798659","geometry":{"type":"Point","coordinates":[-0.4146231,51.4750706]},"properties":{"@type":"node","@id":2822798659,"@timestamp":1618127539},"coords":"51.4750706,-0.4146231","bedrooms":"2","price":"194000","area":"472"} , +{"type":"Feature","id":"n2822798835","geometry":{"type":"Point","coordinates":[-0.417425,51.4889032]},"properties":{"@type":"node","@id":2822798835,"@timestamp":1398697040},"coords":"51.4889032,-0.417425","bedrooms":"4","price":"164000","area":"393"} , +{"type":"Feature","id":"n2822798967","geometry":{"type":"Point","coordinates":[-0.4151287,51.4917008]},"properties":{"@type":"node","@id":2822798967,"@timestamp":1398697043},"coords":"51.4917008,-0.4151287","bedrooms":"2","price":"248000","area":"399"} , +{"type":"Feature","id":"n2822799339","geometry":{"type":"Point","coordinates":[-0.4569484,51.5119658]},"properties":{"@type":"node","@id":2822799339,"@timestamp":1615548482},"coords":"51.5119658,-0.4569484","bedrooms":"1","price":"190000","area":"436"} , +{"type":"Feature","id":"n2823632364","geometry":{"type":"Point","coordinates":[-0.3750148,51.4435695]},"properties":{"@type":"node","@id":2823632364,"@timestamp":1398723479},"coords":"51.4435695,-0.3750148","bedrooms":"1","price":"220000","area":"533"} , +{"type":"Feature","id":"n2823632374","geometry":{"type":"Point","coordinates":[-0.3635963,51.4418922]},"properties":{"@type":"node","@id":2823632374,"@timestamp":1398723479},"coords":"51.4418922,-0.3635963","bedrooms":"2","price":"155000","area":"522"} , +{"type":"Feature","id":"n2823639605","geometry":{"type":"Point","coordinates":[-0.2775972,51.4428468]},"properties":{"@type":"node","@id":2823639605,"@timestamp":1398724145},"coords":"51.4428468,-0.2775972","bedrooms":"3","price":"177000","area":"698"} , +{"type":"Feature","id":"n2823668217","geometry":{"type":"Point","coordinates":[-0.1222601,51.5151402]},"properties":{"@type":"node","@id":2823668217,"@timestamp":1398726502},"coords":"51.5151402,-0.1222601","bedrooms":"2","price":"293000","area":"406"} , +{"type":"Feature","id":"n2824526479","geometry":{"type":"Point","coordinates":[-0.1546365,51.5259787]},"properties":{"@type":"node","@id":2824526479,"@timestamp":1627226986},"coords":"51.5259787,-0.1546365","bedrooms":"1","price":"170000","area":"515"} , +{"type":"Feature","id":"n2824824587","geometry":{"type":"Point","coordinates":[-0.3378992,51.4454332]},"properties":{"@type":"node","@id":2824824587,"@timestamp":1534840135},"coords":"51.4454332,-0.3378992","bedrooms":"4","price":"189000","area":"405"} , +{"type":"Feature","id":"n2825161142","geometry":{"type":"Point","coordinates":[-0.3017007,51.51486]},"properties":{"@type":"node","@id":2825161142,"@timestamp":1398804247},"coords":"51.51486,-0.3017007","bedrooms":"4","price":"195000","area":"374"} , +{"type":"Feature","id":"n2825228257","geometry":{"type":"Point","coordinates":[-0.4754273,51.4508161]},"properties":{"@type":"node","@id":2825228257,"@timestamp":1599984953},"coords":"51.4508161,-0.4754273","bedrooms":"3","price":"227000","area":"429"} , +{"type":"Feature","id":"n2825375423","geometry":{"type":"Point","coordinates":[-0.1229558,51.5152168]},"properties":{"@type":"node","@id":2825375423,"@timestamp":1398809224},"coords":"51.5152168,-0.1229558","bedrooms":"2","price":"279000","area":"367"} , +{"type":"Feature","id":"n2826421697","geometry":{"type":"Point","coordinates":[-0.1794889,51.1372022]},"properties":{"@type":"node","@id":2826421697,"@timestamp":1625485062},"coords":"51.1372022,-0.1794889","bedrooms":"0","price":"176000","area":"613"} , +{"type":"Feature","id":"n2826706403","geometry":{"type":"Point","coordinates":[0.1971235,51.2776851]},"properties":{"@type":"node","@id":2826706403,"@timestamp":1398871729},"coords":"51.2776851,0.1971235","bedrooms":"3","price":"249000","area":"603"} , +{"type":"Feature","id":"n2826766465","geometry":{"type":"Point","coordinates":[0.1935496,51.2746497]},"properties":{"@type":"node","@id":2826766465,"@timestamp":1398873170},"coords":"51.2746497,0.1935496","bedrooms":"1","price":"182000","area":"385"} , +{"type":"Feature","id":"n2827507752","geometry":{"type":"Point","coordinates":[-0.9578044,51.4373784]},"properties":{"@type":"node","@id":2827507752,"@timestamp":1510003797},"coords":"51.4373784,-0.9578044","bedrooms":"3","price":"294000","area":"630"} , +{"type":"Feature","id":"n2829660913","geometry":{"type":"Point","coordinates":[-0.717718,51.6181828]},"properties":{"@type":"node","@id":2829660913,"@timestamp":1526838249},"coords":"51.6181828,-0.717718","bedrooms":"3","price":"200000","area":"417"} , +{"type":"Feature","id":"n2829660987","geometry":{"type":"Point","coordinates":[-0.7192458,51.6156256]},"properties":{"@type":"node","@id":2829660987,"@timestamp":1398967263},"coords":"51.6156256,-0.7192458","bedrooms":"3","price":"166000","area":"629"} , +{"type":"Feature","id":"n2829661093","geometry":{"type":"Point","coordinates":[-0.7191389,51.6167407]},"properties":{"@type":"node","@id":2829661093,"@timestamp":1398967266},"coords":"51.6167407,-0.7191389","bedrooms":"0","price":"201000","area":"552"} , +{"type":"Feature","id":"n2829661159","geometry":{"type":"Point","coordinates":[-0.7159616,51.6178439]},"properties":{"@type":"node","@id":2829661159,"@timestamp":1398967268},"coords":"51.6178439,-0.7159616","bedrooms":"4","price":"199000","area":"552"} , +{"type":"Feature","id":"n2829661653","geometry":{"type":"Point","coordinates":[-0.7188151,51.6200998]},"properties":{"@type":"node","@id":2829661653,"@timestamp":1398967272},"coords":"51.6200998,-0.7188151","bedrooms":"2","price":"243000","area":"372"} , +{"type":"Feature","id":"n2829661798","geometry":{"type":"Point","coordinates":[-0.7273296,51.6218684]},"properties":{"@type":"node","@id":2829661798,"@timestamp":1500728129},"coords":"51.6218684,-0.7273296","bedrooms":"2","price":"283000","area":"647"} , +{"type":"Feature","id":"n2830280093","geometry":{"type":"Point","coordinates":[-0.0922378,51.3929052]},"properties":{"@type":"node","@id":2830280093,"@timestamp":1398978138},"coords":"51.3929052,-0.0922378","bedrooms":"4","price":"208000","area":"407"} , +{"type":"Feature","id":"n2830287303","geometry":{"type":"Point","coordinates":[-0.0969786,51.3907486]},"properties":{"@type":"node","@id":2830287303,"@timestamp":1398978138},"coords":"51.3907486,-0.0969786","bedrooms":"0","price":"266000","area":"616"} , +{"type":"Feature","id":"n2830429041","geometry":{"type":"Point","coordinates":[-0.1171684,51.4842002]},"properties":{"@type":"node","@id":2830429041,"@timestamp":1636075879},"coords":"51.4842002,-0.1171684","bedrooms":"2","price":"261000","area":"618"} , +{"type":"Feature","id":"n2830756078","geometry":{"type":"Point","coordinates":[-0.1001159,51.3971839]},"properties":{"@type":"node","@id":2830756078,"@timestamp":1399011832},"coords":"51.3971839,-0.1001159","bedrooms":"2","price":"218000","area":"554"} , +{"type":"Feature","id":"n2830756088","geometry":{"type":"Point","coordinates":[-0.0992466,51.3949564]},"properties":{"@type":"node","@id":2830756088,"@timestamp":1399011832},"coords":"51.3949564,-0.0992466","bedrooms":"1","price":"290000","area":"614"} , +{"type":"Feature","id":"n2831429756","geometry":{"type":"Point","coordinates":[-0.0561726,51.5283303]},"properties":{"@type":"node","@id":2831429756,"@timestamp":1623867233},"coords":"51.5283303,-0.0561726","bedrooms":"0","price":"226000","area":"582"} , +{"type":"Feature","id":"n2832571332","geometry":{"type":"Point","coordinates":[0.1664327,51.4348786]},"properties":{"@type":"node","@id":2832571332,"@timestamp":1399065208},"coords":"51.4348786,0.1664327","bedrooms":"3","price":"254000","area":"443"} , +{"type":"Feature","id":"n2832635405","geometry":{"type":"Point","coordinates":[-0.1058515,51.3915306]},"properties":{"@type":"node","@id":2832635405,"@timestamp":1399066853},"coords":"51.3915306,-0.1058515","bedrooms":"0","price":"268000","area":"412"} , +{"type":"Feature","id":"n2832635415","geometry":{"type":"Point","coordinates":[-0.1054174,51.3925398]},"properties":{"@type":"node","@id":2832635415,"@timestamp":1399066853},"coords":"51.3925398,-0.1054174","bedrooms":"1","price":"182000","area":"563"} , +{"type":"Feature","id":"n2832635425","geometry":{"type":"Point","coordinates":[-0.102383,51.3942839]},"properties":{"@type":"node","@id":2832635425,"@timestamp":1399066854},"coords":"51.3942839,-0.102383","bedrooms":"4","price":"287000","area":"364"} , +{"type":"Feature","id":"n2832775536","geometry":{"type":"Point","coordinates":[-0.787952,51.0251914]},"properties":{"@type":"node","@id":2832775536,"@timestamp":1399072474},"coords":"51.0251914,-0.787952","bedrooms":"1","price":"184000","area":"696"} , +{"type":"Feature","id":"n2832775624","geometry":{"type":"Point","coordinates":[-0.7776988,51.0408846]},"properties":{"@type":"node","@id":2832775624,"@timestamp":1399072477},"coords":"51.0408846,-0.7776988","bedrooms":"0","price":"150000","area":"506"} , +{"type":"Feature","id":"n2833547809","geometry":{"type":"Point","coordinates":[-0.1394938,51.4968181]},"properties":{"@type":"node","@id":2833547809,"@timestamp":1573662808},"coords":"51.4968181,-0.1394938","bedrooms":"1","price":"216000","area":"597"} , +{"type":"Feature","id":"n2833956912","geometry":{"type":"Point","coordinates":[-0.1376982,51.5250257]},"properties":{"@type":"node","@id":2833956912,"@timestamp":1607342933},"coords":"51.5250257,-0.1376982","bedrooms":"4","price":"218000","area":"671"} , +{"type":"Feature","id":"n2834096941","geometry":{"type":"Point","coordinates":[-0.6090447,51.4439291]},"properties":{"@type":"node","@id":2834096941,"@timestamp":1399139448},"coords":"51.4439291,-0.6090447","bedrooms":"3","price":"207000","area":"550"} , +{"type":"Feature","id":"n2834096956","geometry":{"type":"Point","coordinates":[-0.6058761,51.444964]},"properties":{"@type":"node","@id":2834096956,"@timestamp":1399139448},"coords":"51.444964,-0.6058761","bedrooms":"3","price":"293000","area":"547"} , +{"type":"Feature","id":"n2834183898","geometry":{"type":"Point","coordinates":[-0.6171731,51.4454677]},"properties":{"@type":"node","@id":2834183898,"@timestamp":1605190142},"coords":"51.4454677,-0.6171731","bedrooms":"1","price":"157000","area":"653"} , +{"type":"Feature","id":"n2834262161","geometry":{"type":"Point","coordinates":[-0.3545821,51.4447093]},"properties":{"@type":"node","@id":2834262161,"@timestamp":1622138648},"coords":"51.4447093,-0.3545821","bedrooms":"0","price":"255000","area":"495"} , +{"type":"Feature","id":"n2834262687","geometry":{"type":"Point","coordinates":[-0.3691351,51.4427736]},"properties":{"@type":"node","@id":2834262687,"@timestamp":1399142867},"coords":"51.4427736,-0.3691351","bedrooms":"4","price":"272000","area":"464"} , +{"type":"Feature","id":"n2834262705","geometry":{"type":"Point","coordinates":[-0.3826635,51.445931]},"properties":{"@type":"node","@id":2834262705,"@timestamp":1399142867},"coords":"51.445931,-0.3826635","bedrooms":"1","price":"208000","area":"495"} , +{"type":"Feature","id":"n2834262722","geometry":{"type":"Point","coordinates":[-0.3475086,51.4471558]},"properties":{"@type":"node","@id":2834262722,"@timestamp":1622142043},"coords":"51.4471558,-0.3475086","bedrooms":"3","price":"207000","area":"440"} , +{"type":"Feature","id":"n2834273834","geometry":{"type":"Point","coordinates":[-0.8013172,51.4662981]},"properties":{"@type":"node","@id":2834273834,"@timestamp":1600937238},"coords":"51.4662981,-0.8013172","bedrooms":"4","price":"279000","area":"528"} , +{"type":"Feature","id":"n2834315186","geometry":{"type":"Point","coordinates":[-0.6140821,51.4558636]},"properties":{"@type":"node","@id":2834315186,"@timestamp":1399144895},"coords":"51.4558636,-0.6140821","bedrooms":"4","price":"232000","area":"669"} , +{"type":"Feature","id":"n2834330601","geometry":{"type":"Point","coordinates":[-0.6133094,51.456264]},"properties":{"@type":"node","@id":2834330601,"@timestamp":1399144896},"coords":"51.456264,-0.6133094","bedrooms":"0","price":"283000","area":"505"} , +{"type":"Feature","id":"n2834330614","geometry":{"type":"Point","coordinates":[-0.6106577,51.4569153]},"properties":{"@type":"node","@id":2834330614,"@timestamp":1399144896},"coords":"51.4569153,-0.6106577","bedrooms":"3","price":"212000","area":"431"} , +{"type":"Feature","id":"n2834330642","geometry":{"type":"Point","coordinates":[-0.6100417,51.4575964]},"properties":{"@type":"node","@id":2834330642,"@timestamp":1399144897},"coords":"51.4575964,-0.6100417","bedrooms":"1","price":"210000","area":"649"} , +{"type":"Feature","id":"n2834551709","geometry":{"type":"Point","coordinates":[-0.6005745,51.4080058]},"properties":{"@type":"node","@id":2834551709,"@timestamp":1537604051},"coords":"51.4080058,-0.6005745","bedrooms":"0","price":"284000","area":"359"} , +{"type":"Feature","id":"n2834837446","geometry":{"type":"Point","coordinates":[-0.3148196,51.5541532]},"properties":{"@type":"node","@id":2834837446,"@timestamp":1564909698},"coords":"51.5541532,-0.3148196","bedrooms":"1","price":"216000","area":"662"} , +{"type":"Feature","id":"n2835257656","geometry":{"type":"Point","coordinates":[0.175205,51.3342791]},"properties":{"@type":"node","@id":2835257656,"@timestamp":1423057766},"coords":"51.3342791,0.175205","bedrooms":"0","price":"193000","area":"537"} , +{"type":"Feature","id":"n2835480070","geometry":{"type":"Point","coordinates":[-0.1305183,51.5137777]},"properties":{"@type":"node","@id":2835480070,"@timestamp":1399200204},"coords":"51.5137777,-0.1305183","bedrooms":"1","price":"250000","area":"606"} , +{"type":"Feature","id":"n2835644026","geometry":{"type":"Point","coordinates":[-0.8820942,51.8990047]},"properties":{"@type":"node","@id":2835644026,"@timestamp":1399204215},"coords":"51.8990047,-0.8820942","bedrooms":"3","price":"298000","area":"604"} , +{"type":"Feature","id":"n2835865312","geometry":{"type":"Point","coordinates":[-0.5744817,51.3177143]},"properties":{"@type":"node","@id":2835865312,"@timestamp":1590726393},"coords":"51.3177143,-0.5744817","bedrooms":"2","price":"213000","area":"635"} , +{"type":"Feature","id":"n2836078149","geometry":{"type":"Point","coordinates":[-0.0035837,51.1270278]},"properties":{"@type":"node","@id":2836078149,"@timestamp":1609194025},"coords":"51.1270278,-0.0035837","bedrooms":"4","price":"234000","area":"516"} , +{"type":"Feature","id":"n2836287908","geometry":{"type":"Point","coordinates":[-0.5633762,51.3184556]},"properties":{"@type":"node","@id":2836287908,"@timestamp":1399226678},"coords":"51.3184556,-0.5633762","bedrooms":"1","price":"248000","area":"507"} , +{"type":"Feature","id":"n2836691935","geometry":{"type":"Point","coordinates":[-0.1595104,51.5226998]},"properties":{"@type":"node","@id":2836691935,"@timestamp":1556344090},"coords":"51.5226998,-0.1595104","bedrooms":"1","price":"281000","area":"484"} , +{"type":"Feature","id":"n2836988575","geometry":{"type":"Point","coordinates":[-0.8938017,51.1770972]},"properties":{"@type":"node","@id":2836988575,"@timestamp":1475962151},"coords":"51.1770972,-0.8938017","bedrooms":"1","price":"153000","area":"650"} , +{"type":"Feature","id":"n2837587028","geometry":{"type":"Point","coordinates":[0.1772697,51.434237]},"properties":{"@type":"node","@id":2837587028,"@timestamp":1608743139},"coords":"51.434237,0.1772697","bedrooms":"0","price":"250000","area":"520"} , +{"type":"Feature","id":"n2837760388","geometry":{"type":"Point","coordinates":[-0.1584649,51.5025752]},"properties":{"@type":"node","@id":2837760388,"@timestamp":1600955816},"coords":"51.5025752,-0.1584649","bedrooms":"0","price":"210000","area":"669"} , +{"type":"Feature","id":"n2838061691","geometry":{"type":"Point","coordinates":[-0.1040837,51.5347166]},"properties":{"@type":"node","@id":2838061691,"@timestamp":1399310803},"coords":"51.5347166,-0.1040837","bedrooms":"4","price":"231000","area":"544"} , +{"type":"Feature","id":"n2838126633","geometry":{"type":"Point","coordinates":[-0.2025145,51.5533717]},"properties":{"@type":"node","@id":2838126633,"@timestamp":1399313305},"coords":"51.5533717,-0.2025145","bedrooms":"2","price":"158000","area":"554"} , +{"type":"Feature","id":"n2838256899","geometry":{"type":"Point","coordinates":[-0.3081043,51.5713368]},"properties":{"@type":"node","@id":2838256899,"@timestamp":1399316211},"coords":"51.5713368,-0.3081043","bedrooms":"2","price":"289000","area":"466"} , +{"type":"Feature","id":"n2838260409","geometry":{"type":"Point","coordinates":[-0.3079054,51.5709874]},"properties":{"@type":"node","@id":2838260409,"@timestamp":1399316212},"coords":"51.5709874,-0.3079054","bedrooms":"0","price":"259000","area":"447"} , +{"type":"Feature","id":"n2838260419","geometry":{"type":"Point","coordinates":[-0.3077984,51.5708388]},"properties":{"@type":"node","@id":2838260419,"@timestamp":1399316213},"coords":"51.5708388,-0.3077984","bedrooms":"0","price":"209000","area":"403"} , +{"type":"Feature","id":"n2838260429","geometry":{"type":"Point","coordinates":[-0.3096027,51.5745209]},"properties":{"@type":"node","@id":2838260429,"@timestamp":1399316213},"coords":"51.5745209,-0.3096027","bedrooms":"0","price":"292000","area":"454"} , +{"type":"Feature","id":"n2838260439","geometry":{"type":"Point","coordinates":[-0.3097623,51.5741812]},"properties":{"@type":"node","@id":2838260439,"@timestamp":1399316214},"coords":"51.5741812,-0.3097623","bedrooms":"3","price":"190000","area":"628"} , +{"type":"Feature","id":"n2838260449","geometry":{"type":"Point","coordinates":[-0.3093798,51.5735803]},"properties":{"@type":"node","@id":2838260449,"@timestamp":1399316215},"coords":"51.5735803,-0.3093798","bedrooms":"3","price":"202000","area":"483"} , +{"type":"Feature","id":"n2838260459","geometry":{"type":"Point","coordinates":[-0.3089524,51.5728453]},"properties":{"@type":"node","@id":2838260459,"@timestamp":1399316216},"coords":"51.5728453,-0.3089524","bedrooms":"0","price":"282000","area":"384"} , +{"type":"Feature","id":"n2838260469","geometry":{"type":"Point","coordinates":[-0.3086037,51.5722408]},"properties":{"@type":"node","@id":2838260469,"@timestamp":1399316216},"coords":"51.5722408,-0.3086037","bedrooms":"3","price":"197000","area":"644"} , +{"type":"Feature","id":"n2838262548","geometry":{"type":"Point","coordinates":[-0.3069717,51.5700765]},"properties":{"@type":"node","@id":2838262548,"@timestamp":1399316422},"coords":"51.5700765,-0.3069717","bedrooms":"0","price":"271000","area":"560"} , +{"type":"Feature","id":"n2838262558","geometry":{"type":"Point","coordinates":[-0.3063782,51.5693695]},"properties":{"@type":"node","@id":2838262558,"@timestamp":1399316423},"coords":"51.5693695,-0.3063782","bedrooms":"0","price":"203000","area":"549"} , +{"type":"Feature","id":"n2838262568","geometry":{"type":"Point","coordinates":[-0.3059922,51.5687824]},"properties":{"@type":"node","@id":2838262568,"@timestamp":1399316424},"coords":"51.5687824,-0.3059922","bedrooms":"3","price":"196000","area":"561"} , +{"type":"Feature","id":"n2838262578","geometry":{"type":"Point","coordinates":[-0.3060584,51.5694234]},"properties":{"@type":"node","@id":2838262578,"@timestamp":1399316425},"coords":"51.5694234,-0.3060584","bedrooms":"0","price":"293000","area":"487"} , +{"type":"Feature","id":"n2838262588","geometry":{"type":"Point","coordinates":[-0.3056569,51.5688176]},"properties":{"@type":"node","@id":2838262588,"@timestamp":1399316425},"coords":"51.5688176,-0.3056569","bedrooms":"4","price":"201000","area":"485"} , +{"type":"Feature","id":"n2838275002","geometry":{"type":"Point","coordinates":[-0.2969832,51.569815]},"properties":{"@type":"node","@id":2838275002,"@timestamp":1399318473},"coords":"51.569815,-0.2969832","bedrooms":"2","price":"157000","area":"406"} , +{"type":"Feature","id":"n2838275012","geometry":{"type":"Point","coordinates":[-0.2966618,51.5701306]},"properties":{"@type":"node","@id":2838275012,"@timestamp":1399317964},"coords":"51.5701306,-0.2966618","bedrooms":"4","price":"245000","area":"564"} , +{"type":"Feature","id":"n2838275022","geometry":{"type":"Point","coordinates":[-0.2972176,51.570047]},"properties":{"@type":"node","@id":2838275022,"@timestamp":1399317965},"coords":"51.570047,-0.2972176","bedrooms":"4","price":"273000","area":"455"} , +{"type":"Feature","id":"n2838275032","geometry":{"type":"Point","coordinates":[-0.2977858,51.5699401]},"properties":{"@type":"node","@id":2838275032,"@timestamp":1399317965},"coords":"51.5699401,-0.2977858","bedrooms":"0","price":"187000","area":"430"} , +{"type":"Feature","id":"n2838275042","geometry":{"type":"Point","coordinates":[-0.2983542,51.5698206]},"properties":{"@type":"node","@id":2838275042,"@timestamp":1399317966},"coords":"51.5698206,-0.2983542","bedrooms":"0","price":"225000","area":"486"} , +{"type":"Feature","id":"n2838275052","geometry":{"type":"Point","coordinates":[-0.300938,51.5689668]},"properties":{"@type":"node","@id":2838275052,"@timestamp":1399318475},"coords":"51.5689668,-0.300938","bedrooms":"3","price":"278000","area":"443"} , +{"type":"Feature","id":"n2838275062","geometry":{"type":"Point","coordinates":[-0.3017428,51.5688302]},"properties":{"@type":"node","@id":2838275062,"@timestamp":1399318475},"coords":"51.5688302,-0.3017428","bedrooms":"4","price":"174000","area":"599"} , +{"type":"Feature","id":"n2838275072","geometry":{"type":"Point","coordinates":[-0.3023003,51.5687429]},"properties":{"@type":"node","@id":2838275072,"@timestamp":1399318476},"coords":"51.5687429,-0.3023003","bedrooms":"3","price":"245000","area":"592"} , +{"type":"Feature","id":"n2838275082","geometry":{"type":"Point","coordinates":[-0.3008128,51.5692555]},"properties":{"@type":"node","@id":2838275082,"@timestamp":1399317967},"coords":"51.5692555,-0.3008128","bedrooms":"3","price":"252000","area":"634"} , +{"type":"Feature","id":"n2838275092","geometry":{"type":"Point","coordinates":[-0.3021017,51.5690354]},"properties":{"@type":"node","@id":2838275092,"@timestamp":1399317968},"coords":"51.5690354,-0.3021017","bedrooms":"1","price":"177000","area":"380"} , +{"type":"Feature","id":"n2838275802","geometry":{"type":"Point","coordinates":[-0.3031722,51.5688549]},"properties":{"@type":"node","@id":2838275802,"@timestamp":1399317968},"coords":"51.5688549,-0.3031722","bedrooms":"3","price":"279000","area":"395"} , +{"type":"Feature","id":"n2838275812","geometry":{"type":"Point","coordinates":[-0.3044697,51.5686434]},"properties":{"@type":"node","@id":2838275812,"@timestamp":1399317969},"coords":"51.5686434,-0.3044697","bedrooms":"2","price":"205000","area":"521"} , +{"type":"Feature","id":"n2838283401","geometry":{"type":"Point","coordinates":[-0.4724044,51.5096141]},"properties":{"@type":"node","@id":2838283401,"@timestamp":1629918599},"coords":"51.5096141,-0.4724044","bedrooms":"1","price":"229000","area":"486"} , +{"type":"Feature","id":"n2838302777","geometry":{"type":"Point","coordinates":[-0.4835495,51.5497761]},"properties":{"@type":"node","@id":2838302777,"@timestamp":1552851044},"coords":"51.5497761,-0.4835495","bedrooms":"4","price":"259000","area":"515"} , +{"type":"Feature","id":"n2838611206","geometry":{"type":"Point","coordinates":[-0.4772745,51.514743]},"properties":{"@type":"node","@id":2838611206,"@timestamp":1399323905},"coords":"51.514743,-0.4772745","bedrooms":"0","price":"181000","area":"607"} , +{"type":"Feature","id":"n2838611304","geometry":{"type":"Point","coordinates":[-0.4903564,51.5157813]},"properties":{"@type":"node","@id":2838611304,"@timestamp":1612545332},"coords":"51.5157813,-0.4903564","bedrooms":"3","price":"278000","area":"541"} , +{"type":"Feature","id":"n2838611359","geometry":{"type":"Point","coordinates":[-0.4928747,51.5213951]},"properties":{"@type":"node","@id":2838611359,"@timestamp":1399323908},"coords":"51.5213951,-0.4928747","bedrooms":"1","price":"264000","area":"633"} , +{"type":"Feature","id":"n2838611375","geometry":{"type":"Point","coordinates":[-0.4942999,51.5224856]},"properties":{"@type":"node","@id":2838611375,"@timestamp":1399323908},"coords":"51.5224856,-0.4942999","bedrooms":"1","price":"216000","area":"608"} , +{"type":"Feature","id":"n2838611415","geometry":{"type":"Point","coordinates":[-0.4922064,51.5239749]},"properties":{"@type":"node","@id":2838611415,"@timestamp":1399323909},"coords":"51.5239749,-0.4922064","bedrooms":"3","price":"298000","area":"674"} , +{"type":"Feature","id":"n2838611447","geometry":{"type":"Point","coordinates":[-0.4927656,51.5254853]},"properties":{"@type":"node","@id":2838611447,"@timestamp":1399323910},"coords":"51.5254853,-0.4927656","bedrooms":"0","price":"211000","area":"638"} , +{"type":"Feature","id":"n2838611465","geometry":{"type":"Point","coordinates":[-0.4914358,51.5268472]},"properties":{"@type":"node","@id":2838611465,"@timestamp":1399323911},"coords":"51.5268472,-0.4914358","bedrooms":"4","price":"159000","area":"621"} , +{"type":"Feature","id":"n2838611480","geometry":{"type":"Point","coordinates":[-0.4899969,51.5279503]},"properties":{"@type":"node","@id":2838611480,"@timestamp":1399323911},"coords":"51.5279503,-0.4899969","bedrooms":"0","price":"279000","area":"476"} , +{"type":"Feature","id":"n2838611693","geometry":{"type":"Point","coordinates":[-0.4939528,51.5370005]},"properties":{"@type":"node","@id":2838611693,"@timestamp":1399323913},"coords":"51.5370005,-0.4939528","bedrooms":"3","price":"195000","area":"431"} , +{"type":"Feature","id":"n2839031762","geometry":{"type":"Point","coordinates":[0.7693993,51.9711721]},"properties":{"@type":"node","@id":2839031762,"@timestamp":1399363465},"coords":"51.9711721,0.7693993","bedrooms":"4","price":"246000","area":"633"} , +{"type":"Feature","id":"n2840185711","geometry":{"type":"Point","coordinates":[0.1154691,51.2513605]},"properties":{"@type":"node","@id":2840185711,"@timestamp":1619868349},"coords":"51.2513605,0.1154691","bedrooms":"2","price":"242000","area":"530"} , +{"type":"Feature","id":"n2840469801","geometry":{"type":"Point","coordinates":[-0.7447534,51.3373881]},"properties":{"@type":"node","@id":2840469801,"@timestamp":1622457331},"coords":"51.3373881,-0.7447534","bedrooms":"2","price":"297000","area":"569"} , +{"type":"Feature","id":"n2840593787","geometry":{"type":"Point","coordinates":[0.1840756,51.3966431]},"properties":{"@type":"node","@id":2840593787,"@timestamp":1399408268},"coords":"51.3966431,0.1840756","bedrooms":"1","price":"242000","area":"586"} , +{"type":"Feature","id":"n2840755619","geometry":{"type":"Point","coordinates":[0.0728254,51.2676719]},"properties":{"@type":"node","@id":2840755619,"@timestamp":1399412160},"coords":"51.2676719,0.0728254","bedrooms":"1","price":"299000","area":"607"} , +{"type":"Feature","id":"n2840948452","geometry":{"type":"Point","coordinates":[-0.0554818,51.3008869]},"properties":{"@type":"node","@id":2840948452,"@timestamp":1452951154},"coords":"51.3008869,-0.0554818","bedrooms":"1","price":"178000","area":"401"} , +{"type":"Feature","id":"n2840950105","geometry":{"type":"Point","coordinates":[-0.0605369,51.3085656]},"properties":{"@type":"node","@id":2840950105,"@timestamp":1399418682},"coords":"51.3085656,-0.0605369","bedrooms":"0","price":"167000","area":"696"} , +{"type":"Feature","id":"n2840950657","geometry":{"type":"Point","coordinates":[-0.053688,51.3138441]},"properties":{"@type":"node","@id":2840950657,"@timestamp":1399418695},"coords":"51.3138441,-0.053688","bedrooms":"1","price":"185000","area":"470"} , +{"type":"Feature","id":"n2841622143","geometry":{"type":"Point","coordinates":[-1.0258216,51.2418366]},"properties":{"@type":"node","@id":2841622143,"@timestamp":1496239021},"coords":"51.2418366,-1.0258216","bedrooms":"1","price":"155000","area":"480"} , +{"type":"Feature","id":"n2841951684","geometry":{"type":"Point","coordinates":[-0.2673749,51.4747309]},"properties":{"@type":"node","@id":2841951684,"@timestamp":1564909698},"coords":"51.4747309,-0.2673749","bedrooms":"3","price":"224000","area":"604"} , +{"type":"Feature","id":"n2843248782","geometry":{"type":"Point","coordinates":[0.3638068,51.4814774]},"properties":{"@type":"node","@id":2843248782,"@timestamp":1629854089},"coords":"51.4814774,0.3638068","bedrooms":"0","price":"257000","area":"692"} , +{"type":"Feature","id":"n2844960925","geometry":{"type":"Point","coordinates":[-0.8802344,51.4182095]},"properties":{"@type":"node","@id":2844960925,"@timestamp":1399583818},"coords":"51.4182095,-0.8802344","bedrooms":"3","price":"197000","area":"535"} , +{"type":"Feature","id":"n2845881437","geometry":{"type":"Point","coordinates":[0.0828213,51.2446322]},"properties":{"@type":"node","@id":2845881437,"@timestamp":1399641809},"coords":"51.2446322,0.0828213","bedrooms":"1","price":"161000","area":"513"} , +{"type":"Feature","id":"n2847096863","geometry":{"type":"Point","coordinates":[-0.0446067,51.4496921]},"properties":{"@type":"node","@id":2847096863,"@timestamp":1618322903},"coords":"51.4496921,-0.0446067","bedrooms":"3","price":"243000","area":"484"} , +{"type":"Feature","id":"n2847281550","geometry":{"type":"Point","coordinates":[0.5186533,51.3607477]},"properties":{"@type":"node","@id":2847281550,"@timestamp":1399677181},"coords":"51.3607477,0.5186533","bedrooms":"0","price":"183000","area":"457"} , +{"type":"Feature","id":"n2848323937","geometry":{"type":"Point","coordinates":[-0.2263849,51.9759925]},"properties":{"@type":"node","@id":2848323937,"@timestamp":1399735269},"coords":"51.9759925,-0.2263849","bedrooms":"3","price":"194000","area":"480"} , +{"type":"Feature","id":"n2848387824","geometry":{"type":"Point","coordinates":[-0.0472259,51.4947575]},"properties":{"@type":"node","@id":2848387824,"@timestamp":1399736734},"coords":"51.4947575,-0.0472259","bedrooms":"3","price":"181000","area":"381"} , +{"type":"Feature","id":"n2848815392","geometry":{"type":"Point","coordinates":[0.0009888,51.5312751]},"properties":{"@type":"node","@id":2848815392,"@timestamp":1633954402},"coords":"51.5312751,0.0009888","bedrooms":"4","price":"198000","area":"360"} , +{"type":"Feature","id":"n2849477467","geometry":{"type":"Point","coordinates":[-0.1053535,51.5408425]},"properties":{"@type":"node","@id":2849477467,"@timestamp":1399764902},"coords":"51.5408425,-0.1053535","bedrooms":"4","price":"192000","area":"667"} , +{"type":"Feature","id":"n2850023086","geometry":{"type":"Point","coordinates":[-0.1316543,51.5141108]},"properties":{"@type":"node","@id":2850023086,"@timestamp":1610029785},"coords":"51.5141108,-0.1316543","bedrooms":"3","price":"262000","area":"684"} , +{"type":"Feature","id":"n2850218090","geometry":{"type":"Point","coordinates":[0.2703669,51.2590509]},"properties":{"@type":"node","@id":2850218090,"@timestamp":1399806970},"coords":"51.2590509,0.2703669","bedrooms":"3","price":"290000","area":"619"} , +{"type":"Feature","id":"n2850225331","geometry":{"type":"Point","coordinates":[0.2543529,51.2704194]},"properties":{"@type":"node","@id":2850225331,"@timestamp":1399806971},"coords":"51.2704194,0.2543529","bedrooms":"0","price":"153000","area":"390"} , +{"type":"Feature","id":"n2851003952","geometry":{"type":"Point","coordinates":[-0.2113854,51.8287326]},"properties":{"@type":"node","@id":2851003952,"@timestamp":1399826623},"coords":"51.8287326,-0.2113854","bedrooms":"3","price":"299000","area":"469"} , +{"type":"Feature","id":"n2851294875","geometry":{"type":"Point","coordinates":[-0.2128377,51.8295999]},"properties":{"@type":"node","@id":2851294875,"@timestamp":1399831378},"coords":"51.8295999,-0.2128377","bedrooms":"1","price":"184000","area":"443"} , +{"type":"Feature","id":"n2851382306","geometry":{"type":"Point","coordinates":[-0.0924485,51.5218032]},"properties":{"@type":"node","@id":2851382306,"@timestamp":1406642051},"coords":"51.5218032,-0.0924485","bedrooms":"3","price":"157000","area":"400"} , +{"type":"Feature","id":"n2851556950","geometry":{"type":"Point","coordinates":[-0.3848064,51.6138998]},"properties":{"@type":"node","@id":2851556950,"@timestamp":1399838289},"coords":"51.6138998,-0.3848064","bedrooms":"2","price":"228000","area":"516"} , +{"type":"Feature","id":"n2851557177","geometry":{"type":"Point","coordinates":[-0.4083804,51.6307741]},"properties":{"@type":"node","@id":2851557177,"@timestamp":1399838295},"coords":"51.6307741,-0.4083804","bedrooms":"1","price":"188000","area":"564"} , +{"type":"Feature","id":"n2851557191","geometry":{"type":"Point","coordinates":[-0.410398,51.6321874]},"properties":{"@type":"node","@id":2851557191,"@timestamp":1399838295},"coords":"51.6321874,-0.410398","bedrooms":"2","price":"176000","area":"461"} , +{"type":"Feature","id":"n2851772303","geometry":{"type":"Point","coordinates":[-0.3886924,51.614498]},"properties":{"@type":"node","@id":2851772303,"@timestamp":1399842367},"coords":"51.614498,-0.3886924","bedrooms":"4","price":"152000","area":"447"} , +{"type":"Feature","id":"n2851772315","geometry":{"type":"Point","coordinates":[-0.3891498,51.6153265]},"properties":{"@type":"node","@id":2851772315,"@timestamp":1399842368},"coords":"51.6153265,-0.3891498","bedrooms":"1","price":"200000","area":"514"} , +{"type":"Feature","id":"n2851772385","geometry":{"type":"Point","coordinates":[-0.4095979,51.6297481]},"properties":{"@type":"node","@id":2851772385,"@timestamp":1399842369},"coords":"51.6297481,-0.4095979","bedrooms":"1","price":"174000","area":"446"} , +{"type":"Feature","id":"n2851782506","geometry":{"type":"Point","coordinates":[-0.119259,51.5686351]},"properties":{"@type":"node","@id":2851782506,"@timestamp":1633131704},"coords":"51.5686351,-0.119259","bedrooms":"3","price":"231000","area":"479"} , +{"type":"Feature","id":"n2852020862","geometry":{"type":"Point","coordinates":[-0.2112387,51.4585782]},"properties":{"@type":"node","@id":2852020862,"@timestamp":1401139942},"coords":"51.4585782,-0.2112387","bedrooms":"3","price":"252000","area":"436"} , +{"type":"Feature","id":"n2852968457","geometry":{"type":"Point","coordinates":[-0.2234857,51.7761647]},"properties":{"@type":"node","@id":2852968457,"@timestamp":1399905936},"coords":"51.7761647,-0.2234857","bedrooms":"3","price":"154000","area":"664"} , +{"type":"Feature","id":"n2852971401","geometry":{"type":"Point","coordinates":[-0.222223,51.777446]},"properties":{"@type":"node","@id":2852971401,"@timestamp":1399905104},"coords":"51.777446,-0.222223","bedrooms":"1","price":"197000","area":"412"} , +{"type":"Feature","id":"n2853719014","geometry":{"type":"Point","coordinates":[-0.0892508,51.5476784]},"properties":{"@type":"node","@id":2853719014,"@timestamp":1399924472},"coords":"51.5476784,-0.0892508","bedrooms":"2","price":"255000","area":"475"} , +{"type":"Feature","id":"n2854085684","geometry":{"type":"Point","coordinates":[-0.1907532,51.4592264]},"properties":{"@type":"node","@id":2854085684,"@timestamp":1630438272},"coords":"51.4592264,-0.1907532","bedrooms":"3","price":"162000","area":"481"} , +{"type":"Feature","id":"n2855979300","geometry":{"type":"Point","coordinates":[0.1842266,51.3962205]},"properties":{"@type":"node","@id":2855979300,"@timestamp":1400000367},"coords":"51.3962205,0.1842266","bedrooms":"4","price":"192000","area":"423"} , +{"type":"Feature","id":"n2857123899","geometry":{"type":"Point","coordinates":[-0.6799266,51.0016003]},"properties":{"@type":"node","@id":2857123899,"@timestamp":1400023434},"coords":"51.0016003,-0.6799266","bedrooms":"4","price":"282000","area":"588"} , +{"type":"Feature","id":"n2857129609","geometry":{"type":"Point","coordinates":[-0.6793987,51.0017579]},"properties":{"@type":"node","@id":2857129609,"@timestamp":1544821877},"coords":"51.0017579,-0.6793987","bedrooms":"2","price":"223000","area":"532"} , +{"type":"Feature","id":"n2857129619","geometry":{"type":"Point","coordinates":[-0.682058,51.0002515]},"properties":{"@type":"node","@id":2857129619,"@timestamp":1400023435},"coords":"51.0002515,-0.682058","bedrooms":"3","price":"200000","area":"440"} , +{"type":"Feature","id":"n2857205360","geometry":{"type":"Point","coordinates":[-0.7077085,51.0900782]},"properties":{"@type":"node","@id":2857205360,"@timestamp":1400025995},"coords":"51.0900782,-0.7077085","bedrooms":"0","price":"157000","area":"563"} , +{"type":"Feature","id":"n2857779359","geometry":{"type":"Point","coordinates":[-0.0898791,51.4681565]},"properties":{"@type":"node","@id":2857779359,"@timestamp":1493355755},"coords":"51.4681565,-0.0898791","bedrooms":"4","price":"214000","area":"430"} , +{"type":"Feature","id":"n2857783290","geometry":{"type":"Point","coordinates":[-0.3250786,51.6688891]},"properties":{"@type":"node","@id":2857783290,"@timestamp":1400064065},"coords":"51.6688891,-0.3250786","bedrooms":"3","price":"236000","area":"476"} , +{"type":"Feature","id":"n2857786301","geometry":{"type":"Point","coordinates":[-0.3283939,51.6714174]},"properties":{"@type":"node","@id":2857786301,"@timestamp":1400064107},"coords":"51.6714174,-0.3283939","bedrooms":"3","price":"150000","area":"354"} , +{"type":"Feature","id":"n2857918809","geometry":{"type":"Point","coordinates":[-0.3168121,51.6682004]},"properties":{"@type":"node","@id":2857918809,"@timestamp":1400070993},"coords":"51.6682004,-0.3168121","bedrooms":"2","price":"235000","area":"625"} , +{"type":"Feature","id":"n2857921872","geometry":{"type":"Point","coordinates":[-0.3153208,51.6699033]},"properties":{"@type":"node","@id":2857921872,"@timestamp":1400071176},"coords":"51.6699033,-0.3153208","bedrooms":"2","price":"219000","area":"385"} , +{"type":"Feature","id":"n2857924432","geometry":{"type":"Point","coordinates":[-0.3114796,51.6725116]},"properties":{"@type":"node","@id":2857924432,"@timestamp":1400071585},"coords":"51.6725116,-0.3114796","bedrooms":"0","price":"180000","area":"696"} , +{"type":"Feature","id":"n2857924442","geometry":{"type":"Point","coordinates":[-0.3130517,51.6718562]},"properties":{"@type":"node","@id":2857924442,"@timestamp":1400071586},"coords":"51.6718562,-0.3130517","bedrooms":"4","price":"161000","area":"586"} , +{"type":"Feature","id":"n2857924452","geometry":{"type":"Point","coordinates":[-0.3115654,51.6723452]},"properties":{"@type":"node","@id":2857924452,"@timestamp":1400071586},"coords":"51.6723452,-0.3115654","bedrooms":"3","price":"199000","area":"667"} , +{"type":"Feature","id":"n2857924462","geometry":{"type":"Point","coordinates":[-0.3125957,51.6723055]},"properties":{"@type":"node","@id":2857924462,"@timestamp":1400071586},"coords":"51.6723055,-0.3125957","bedrooms":"0","price":"255000","area":"552"} , +{"type":"Feature","id":"n2857930335","geometry":{"type":"Point","coordinates":[-0.3144032,51.6730053]},"properties":{"@type":"node","@id":2857930335,"@timestamp":1400071467},"coords":"51.6730053,-0.3144032","bedrooms":"1","price":"254000","area":"482"} , +{"type":"Feature","id":"n2857941400","geometry":{"type":"Point","coordinates":[-0.3281305,51.6712223]},"properties":{"@type":"node","@id":2857941400,"@timestamp":1400072019},"coords":"51.6712223,-0.3281305","bedrooms":"3","price":"202000","area":"511"} , +{"type":"Feature","id":"n2858115139","geometry":{"type":"Point","coordinates":[-0.297264,51.6673951]},"properties":{"@type":"node","@id":2858115139,"@timestamp":1400078834},"coords":"51.6673951,-0.297264","bedrooms":"4","price":"200000","area":"619"} , +{"type":"Feature","id":"n2858132266","geometry":{"type":"Point","coordinates":[-0.3059213,51.6633441]},"properties":{"@type":"node","@id":2858132266,"@timestamp":1400079719},"coords":"51.6633441,-0.3059213","bedrooms":"2","price":"182000","area":"581"} , +{"type":"Feature","id":"n2858584312","geometry":{"type":"Point","coordinates":[-0.5902681,51.3271574]},"properties":{"@type":"node","@id":2858584312,"@timestamp":1487535729},"coords":"51.3271574,-0.5902681","bedrooms":"1","price":"284000","area":"568"} , +{"type":"Feature","id":"n2859237403","geometry":{"type":"Point","coordinates":[-0.0756517,51.5202498]},"properties":{"@type":"node","@id":2859237403,"@timestamp":1604759436},"coords":"51.5202498,-0.0756517","bedrooms":"1","price":"203000","area":"614"} , +{"type":"Feature","id":"n2859731240","geometry":{"type":"Point","coordinates":[0.065973,51.3995351]},"properties":{"@type":"node","@id":2859731240,"@timestamp":1400147231},"coords":"51.3995351,0.065973","bedrooms":"3","price":"292000","area":"659"} , +{"type":"Feature","id":"n2860248395","geometry":{"type":"Point","coordinates":[-0.1882032,51.5265363]},"properties":{"@type":"node","@id":2860248395,"@timestamp":1437060162},"coords":"51.5265363,-0.1882032","bedrooms":"4","price":"234000","area":"524"} , +{"type":"Feature","id":"n2860250607","geometry":{"type":"Point","coordinates":[-0.1893991,51.5270882]},"properties":{"@type":"node","@id":2860250607,"@timestamp":1564834891},"coords":"51.5270882,-0.1893991","bedrooms":"4","price":"291000","area":"604"} , +{"type":"Feature","id":"n2860250664","geometry":{"type":"Point","coordinates":[-0.191224,51.5275705]},"properties":{"@type":"node","@id":2860250664,"@timestamp":1437060164},"coords":"51.5275705,-0.191224","bedrooms":"0","price":"247000","area":"355"} , +{"type":"Feature","id":"n2860250674","geometry":{"type":"Point","coordinates":[-0.1905382,51.5279389]},"properties":{"@type":"node","@id":2860250674,"@timestamp":1564200221},"coords":"51.5279389,-0.1905382","bedrooms":"4","price":"261000","area":"359"} , +{"type":"Feature","id":"n2860250848","geometry":{"type":"Point","coordinates":[-0.1921351,51.5284881]},"properties":{"@type":"node","@id":2860250848,"@timestamp":1564068412},"coords":"51.5284881,-0.1921351","bedrooms":"3","price":"178000","area":"507"} , +{"type":"Feature","id":"n2860250910","geometry":{"type":"Point","coordinates":[-0.1910739,51.5285857]},"properties":{"@type":"node","@id":2860250910,"@timestamp":1437060167},"coords":"51.5285857,-0.1910739","bedrooms":"4","price":"222000","area":"484"} , +{"type":"Feature","id":"n2860250971","geometry":{"type":"Point","coordinates":[-0.192406,51.5287988]},"properties":{"@type":"node","@id":2860250971,"@timestamp":1437689561},"coords":"51.5287988,-0.192406","bedrooms":"4","price":"251000","area":"360"} , +{"type":"Feature","id":"n2860251022","geometry":{"type":"Point","coordinates":[-0.1902881,51.5290723]},"properties":{"@type":"node","@id":2860251022,"@timestamp":1437689561},"coords":"51.5290723,-0.1902881","bedrooms":"4","price":"203000","area":"670"} , +{"type":"Feature","id":"n2860251051","geometry":{"type":"Point","coordinates":[-0.1889911,51.5293508]},"properties":{"@type":"node","@id":2860251051,"@timestamp":1437060170},"coords":"51.5293508,-0.1889911","bedrooms":"1","price":"295000","area":"630"} , +{"type":"Feature","id":"n2860251061","geometry":{"type":"Point","coordinates":[-0.190985,51.5308449]},"properties":{"@type":"node","@id":2860251061,"@timestamp":1400170210},"coords":"51.5308449,-0.190985","bedrooms":"4","price":"244000","area":"419"} , +{"type":"Feature","id":"n2860419231","geometry":{"type":"Point","coordinates":[-0.296241,51.03941]},"properties":{"@type":"node","@id":2860419231,"@timestamp":1402505609},"coords":"51.03941,-0.296241","bedrooms":"2","price":"283000","area":"602"} , +{"type":"Feature","id":"n2860441776","geometry":{"type":"Point","coordinates":[0.6104472,51.6061127]},"properties":{"@type":"node","@id":2860441776,"@timestamp":1400178110},"coords":"51.6061127,0.6104472","bedrooms":"1","price":"250000","area":"523"} , +{"type":"Feature","id":"n2860447283","geometry":{"type":"Point","coordinates":[-0.1073873,51.3942184]},"properties":{"@type":"node","@id":2860447283,"@timestamp":1400178017},"coords":"51.3942184,-0.1073873","bedrooms":"2","price":"291000","area":"699"} , +{"type":"Feature","id":"n2861752528","geometry":{"type":"Point","coordinates":[-0.3334393,51.6949682]},"properties":{"@type":"node","@id":2861752528,"@timestamp":1400236371},"coords":"51.6949682,-0.3334393","bedrooms":"0","price":"235000","area":"447"} , +{"type":"Feature","id":"n2862779711","geometry":{"type":"Point","coordinates":[-0.0875715,51.5050919]},"properties":{"@type":"node","@id":2862779711,"@timestamp":1564909698},"coords":"51.5050919,-0.0875715","bedrooms":"0","price":"296000","area":"430"} , +{"type":"Feature","id":"n2863205210","geometry":{"type":"Point","coordinates":[-0.1036996,51.3924351]},"properties":{"@type":"node","@id":2863205210,"@timestamp":1400275591},"coords":"51.3924351,-0.1036996","bedrooms":"4","price":"272000","area":"509"} , +{"type":"Feature","id":"n2863205220","geometry":{"type":"Point","coordinates":[-0.0988619,51.3946199]},"properties":{"@type":"node","@id":2863205220,"@timestamp":1400275591},"coords":"51.3946199,-0.0988619","bedrooms":"4","price":"223000","area":"634"} , +{"type":"Feature","id":"n2863241540","geometry":{"type":"Point","coordinates":[-0.1434393,51.280347]},"properties":{"@type":"node","@id":2863241540,"@timestamp":1400276993},"coords":"51.280347,-0.1434393","bedrooms":"2","price":"196000","area":"469"} , +{"type":"Feature","id":"n2863243525","geometry":{"type":"Point","coordinates":[-0.1484819,51.2824675]},"properties":{"@type":"node","@id":2863243525,"@timestamp":1400277048},"coords":"51.2824675,-0.1484819","bedrooms":"2","price":"288000","area":"602"} , +{"type":"Feature","id":"n2863247031","geometry":{"type":"Point","coordinates":[-0.1084599,51.394007]},"properties":{"@type":"node","@id":2863247031,"@timestamp":1400277419},"coords":"51.394007,-0.1084599","bedrooms":"4","price":"271000","area":"440"} , +{"type":"Feature","id":"n2863274266","geometry":{"type":"Point","coordinates":[-0.0614555,51.4417482]},"properties":{"@type":"node","@id":2863274266,"@timestamp":1400279251},"coords":"51.4417482,-0.0614555","bedrooms":"0","price":"202000","area":"667"} , +{"type":"Feature","id":"n2863888107","geometry":{"type":"Point","coordinates":[0.8266343,51.877942]},"properties":{"@type":"node","@id":2863888107,"@timestamp":1598089528},"coords":"51.877942,0.8266343","bedrooms":"2","price":"162000","area":"390"} , +{"type":"Feature","id":"n2864545349","geometry":{"type":"Point","coordinates":[-0.2773107,51.0171958]},"properties":{"@type":"node","@id":2864545349,"@timestamp":1402505610},"coords":"51.0171958,-0.2773107","bedrooms":"3","price":"289000","area":"571"} , +{"type":"Feature","id":"n2864547695","geometry":{"type":"Point","coordinates":[-0.0877145,51.5467985]},"properties":{"@type":"node","@id":2864547695,"@timestamp":1601998668},"coords":"51.5467985,-0.0877145","bedrooms":"3","price":"268000","area":"652"} , +{"type":"Feature","id":"n2865964158","geometry":{"type":"Point","coordinates":[0.6252279,51.0442218]},"properties":{"@type":"node","@id":2865964158,"@timestamp":1400406079},"coords":"51.0442218,0.6252279","bedrooms":"0","price":"221000","area":"398"} , +{"type":"Feature","id":"n2866564877","geometry":{"type":"Point","coordinates":[0.0172048,51.5876188]},"properties":{"@type":"node","@id":2866564877,"@timestamp":1615746287},"coords":"51.5876188,0.0172048","bedrooms":"2","price":"157000","area":"545"} , +{"type":"Feature","id":"n2866564887","geometry":{"type":"Point","coordinates":[0.017102,51.5871973]},"properties":{"@type":"node","@id":2866564887,"@timestamp":1615746287},"coords":"51.5871973,0.017102","bedrooms":"4","price":"223000","area":"524"} , +{"type":"Feature","id":"n2866564897","geometry":{"type":"Point","coordinates":[0.0188369,51.5864816]},"properties":{"@type":"node","@id":2866564897,"@timestamp":1617231710},"coords":"51.5864816,0.0188369","bedrooms":"4","price":"298000","area":"354"} , +{"type":"Feature","id":"n2866565607","geometry":{"type":"Point","coordinates":[0.0189408,51.5867775]},"properties":{"@type":"node","@id":2866565607,"@timestamp":1617231710},"coords":"51.5867775,0.0189408","bedrooms":"0","price":"287000","area":"656"} , +{"type":"Feature","id":"n2866565617","geometry":{"type":"Point","coordinates":[0.0179919,51.5875709]},"properties":{"@type":"node","@id":2866565617,"@timestamp":1634102355},"coords":"51.5875709,0.0179919","bedrooms":"2","price":"220000","area":"423"} , +{"type":"Feature","id":"n2866565627","geometry":{"type":"Point","coordinates":[0.0178518,51.5890571]},"properties":{"@type":"node","@id":2866565627,"@timestamp":1617242377},"coords":"51.5890571,0.0178518","bedrooms":"2","price":"155000","area":"467"} , +{"type":"Feature","id":"n2866565637","geometry":{"type":"Point","coordinates":[0.0173991,51.5885919]},"properties":{"@type":"node","@id":2866565637,"@timestamp":1617242377},"coords":"51.5885919,0.0173991","bedrooms":"4","price":"238000","area":"607"} , +{"type":"Feature","id":"n2866565647","geometry":{"type":"Point","coordinates":[0.017469,51.5889164]},"properties":{"@type":"node","@id":2866565647,"@timestamp":1617242377},"coords":"51.5889164,0.017469","bedrooms":"1","price":"227000","area":"502"} , +{"type":"Feature","id":"n2866565657","geometry":{"type":"Point","coordinates":[0.017646,51.5876014]},"properties":{"@type":"node","@id":2866565657,"@timestamp":1634102355},"coords":"51.5876014,0.017646","bedrooms":"1","price":"250000","area":"518"} , +{"type":"Feature","id":"n2866627053","geometry":{"type":"Point","coordinates":[0.0152497,51.583861]},"properties":{"@type":"node","@id":2866627053,"@timestamp":1618694093},"coords":"51.583861,0.0152497","bedrooms":"4","price":"227000","area":"424"} , +{"type":"Feature","id":"n2866627063","geometry":{"type":"Point","coordinates":[0.0145654,51.5862068]},"properties":{"@type":"node","@id":2866627063,"@timestamp":1618694093},"coords":"51.5862068,0.0145654","bedrooms":"0","price":"190000","area":"429"} , +{"type":"Feature","id":"n2866627073","geometry":{"type":"Point","coordinates":[0.0150015,51.5846938]},"properties":{"@type":"node","@id":2866627073,"@timestamp":1618694093},"coords":"51.5846938,0.0150015","bedrooms":"2","price":"252000","area":"465"} , +{"type":"Feature","id":"n2866627083","geometry":{"type":"Point","coordinates":[0.0148251,51.5864719]},"properties":{"@type":"node","@id":2866627083,"@timestamp":1618694093},"coords":"51.5864719,0.0148251","bedrooms":"2","price":"241000","area":"491"} , +{"type":"Feature","id":"n2866627093","geometry":{"type":"Point","coordinates":[0.0168766,51.5834383]},"properties":{"@type":"node","@id":2866627093,"@timestamp":1612982717},"coords":"51.5834383,0.0168766","bedrooms":"4","price":"229000","area":"647"} , +{"type":"Feature","id":"n2866627603","geometry":{"type":"Point","coordinates":[0.0148471,51.5838599]},"properties":{"@type":"node","@id":2866627603,"@timestamp":1618694093},"coords":"51.5838599,0.0148471","bedrooms":"3","price":"214000","area":"693"} , +{"type":"Feature","id":"n2866627613","geometry":{"type":"Point","coordinates":[0.015302,51.5849241]},"properties":{"@type":"node","@id":2866627613,"@timestamp":1618694093},"coords":"51.5849241,0.015302","bedrooms":"4","price":"240000","area":"630"} , +{"type":"Feature","id":"n2866627625","geometry":{"type":"Point","coordinates":[0.018989,51.5832794]},"properties":{"@type":"node","@id":2866627625,"@timestamp":1400427909},"coords":"51.5832794,0.018989","bedrooms":"3","price":"240000","area":"432"} , +{"type":"Feature","id":"n2866691127","geometry":{"type":"Point","coordinates":[0.0221875,51.5825246]},"properties":{"@type":"node","@id":2866691127,"@timestamp":1616720140},"coords":"51.5825246,0.0221875","bedrooms":"2","price":"217000","area":"369"} , +{"type":"Feature","id":"n2866691137","geometry":{"type":"Point","coordinates":[0.0220891,51.5837329]},"properties":{"@type":"node","@id":2866691137,"@timestamp":1616720140},"coords":"51.5837329,0.0220891","bedrooms":"1","price":"276000","area":"641"} , +{"type":"Feature","id":"n2866691147","geometry":{"type":"Point","coordinates":[0.0234933,51.5847952]},"properties":{"@type":"node","@id":2866691147,"@timestamp":1616720140},"coords":"51.5847952,0.0234933","bedrooms":"1","price":"206000","area":"383"} , +{"type":"Feature","id":"n2866691157","geometry":{"type":"Point","coordinates":[0.021221,51.5834932]},"properties":{"@type":"node","@id":2866691157,"@timestamp":1616720140},"coords":"51.5834932,0.021221","bedrooms":"3","price":"165000","area":"396"} , +{"type":"Feature","id":"n2866691167","geometry":{"type":"Point","coordinates":[0.0222682,51.583198]},"properties":{"@type":"node","@id":2866691167,"@timestamp":1616720140},"coords":"51.583198,0.0222682","bedrooms":"1","price":"150000","area":"611"} , +{"type":"Feature","id":"n2867201480","geometry":{"type":"Point","coordinates":[-0.5493138,51.4313818]},"properties":{"@type":"node","@id":2867201480,"@timestamp":1400442937},"coords":"51.4313818,-0.5493138","bedrooms":"1","price":"241000","area":"365"} , +{"type":"Feature","id":"n2867561591","geometry":{"type":"Point","coordinates":[-0.1548293,51.4439292]},"properties":{"@type":"node","@id":2867561591,"@timestamp":1400451517},"coords":"51.4439292,-0.1548293","bedrooms":"0","price":"210000","area":"596"} , +{"type":"Feature","id":"n2867699158","geometry":{"type":"Point","coordinates":[0.1865928,51.3270017]},"properties":{"@type":"node","@id":2867699158,"@timestamp":1400454210},"coords":"51.3270017,0.1865928","bedrooms":"2","price":"214000","area":"513"} , +{"type":"Feature","id":"n2868251601","geometry":{"type":"Point","coordinates":[0.3322177,51.8782561]},"properties":{"@type":"node","@id":2868251601,"@timestamp":1400498846},"coords":"51.8782561,0.3322177","bedrooms":"0","price":"193000","area":"619"} , +{"type":"Feature","id":"n2868251611","geometry":{"type":"Point","coordinates":[0.3445523,51.8839022]},"properties":{"@type":"node","@id":2868251611,"@timestamp":1400498847},"coords":"51.8839022,0.3445523","bedrooms":"1","price":"213000","area":"592"} , +{"type":"Feature","id":"n2868614663","geometry":{"type":"Point","coordinates":[-0.3501104,51.0502147]},"properties":{"@type":"node","@id":2868614663,"@timestamp":1551715744},"coords":"51.0502147,-0.3501104","bedrooms":"2","price":"289000","area":"556"} , +{"type":"Feature","id":"n2868751048","geometry":{"type":"Point","coordinates":[-0.0615803,51.5370696]},"properties":{"@type":"node","@id":2868751048,"@timestamp":1595670994},"coords":"51.5370696,-0.0615803","bedrooms":"3","price":"160000","area":"516"} , +{"type":"Feature","id":"n2869074392","geometry":{"type":"Point","coordinates":[-0.5856028,51.3195316]},"properties":{"@type":"node","@id":2869074392,"@timestamp":1487533926},"coords":"51.3195316,-0.5856028","bedrooms":"2","price":"178000","area":"386"} , +{"type":"Feature","id":"n2869079552","geometry":{"type":"Point","coordinates":[-0.6012743,51.3236008]},"properties":{"@type":"node","@id":2869079552,"@timestamp":1542316346},"coords":"51.3236008,-0.6012743","bedrooms":"3","price":"152000","area":"629"} , +{"type":"Feature","id":"n2869375659","geometry":{"type":"Point","coordinates":[-0.1674873,51.4945123]},"properties":{"@type":"node","@id":2869375659,"@timestamp":1603769710},"coords":"51.4945123,-0.1674873","bedrooms":"0","price":"231000","area":"508"} , +{"type":"Feature","id":"n2870216402","geometry":{"type":"Point","coordinates":[-0.1678505,51.5182047]},"properties":{"@type":"node","@id":2870216402,"@timestamp":1570901756},"coords":"51.5182047,-0.1678505","bedrooms":"4","price":"156000","area":"692"} , +{"type":"Feature","id":"n2871078305","geometry":{"type":"Point","coordinates":[0.006155,51.5836764]},"properties":{"@type":"node","@id":2871078305,"@timestamp":1634752718},"coords":"51.5836764,0.006155","bedrooms":"2","price":"236000","area":"478"} , +{"type":"Feature","id":"n2871964006","geometry":{"type":"Point","coordinates":[0.5211933,51.3731709]},"properties":{"@type":"node","@id":2871964006,"@timestamp":1458918910},"coords":"51.3731709,0.5211933","bedrooms":"1","price":"151000","area":"626"} , +{"type":"Feature","id":"n2872770549","geometry":{"type":"Point","coordinates":[-0.0484221,51.5602341]},"properties":{"@type":"node","@id":2872770549,"@timestamp":1621116634},"coords":"51.5602341,-0.0484221","bedrooms":"3","price":"168000","area":"504"} , +{"type":"Feature","id":"n2872898284","geometry":{"type":"Point","coordinates":[-0.0299355,51.5446762]},"properties":{"@type":"node","@id":2872898284,"@timestamp":1516042399},"coords":"51.5446762,-0.0299355","bedrooms":"3","price":"195000","area":"350"} , +{"type":"Feature","id":"n2873633474","geometry":{"type":"Point","coordinates":[-0.1079419,51.3903577]},"properties":{"@type":"node","@id":2873633474,"@timestamp":1536877349},"coords":"51.3903577,-0.1079419","bedrooms":"4","price":"232000","area":"667"} , +{"type":"Feature","id":"n2873633484","geometry":{"type":"Point","coordinates":[-0.1084453,51.3910968]},"properties":{"@type":"node","@id":2873633484,"@timestamp":1536877350},"coords":"51.3910968,-0.1084453","bedrooms":"3","price":"296000","area":"401"} , +{"type":"Feature","id":"n2874223163","geometry":{"type":"Point","coordinates":[-0.7439876,51.3139111]},"properties":{"@type":"node","@id":2874223163,"@timestamp":1492114223},"coords":"51.3139111,-0.7439876","bedrooms":"0","price":"153000","area":"462"} , +{"type":"Feature","id":"n2874669666","geometry":{"type":"Point","coordinates":[-0.5840889,51.3167184]},"properties":{"@type":"node","@id":2874669666,"@timestamp":1422567425},"coords":"51.3167184,-0.5840889","bedrooms":"1","price":"295000","area":"445"} , +{"type":"Feature","id":"n2875509462","geometry":{"type":"Point","coordinates":[0.130602,51.4995514]},"properties":{"@type":"node","@id":2875509462,"@timestamp":1560420592},"coords":"51.4995514,0.130602","bedrooms":"3","price":"296000","area":"355"} , +{"type":"Feature","id":"n2876169904","geometry":{"type":"Point","coordinates":[-0.0773909,51.2816595]},"properties":{"@type":"node","@id":2876169904,"@timestamp":1624107727},"coords":"51.2816595,-0.0773909","bedrooms":"4","price":"280000","area":"416"} , +{"type":"Feature","id":"n2876579813","geometry":{"type":"Point","coordinates":[-0.5604085,51.4246232]},"properties":{"@type":"node","@id":2876579813,"@timestamp":1591115672},"coords":"51.4246232,-0.5604085","bedrooms":"2","price":"162000","area":"680"} , +{"type":"Feature","id":"n2876798148","geometry":{"type":"Point","coordinates":[0.0198953,51.593753]},"properties":{"@type":"node","@id":2876798148,"@timestamp":1400878391},"coords":"51.593753,0.0198953","bedrooms":"0","price":"292000","area":"598"} , +{"type":"Feature","id":"n2876798158","geometry":{"type":"Point","coordinates":[0.0210246,51.5939085]},"properties":{"@type":"node","@id":2876798158,"@timestamp":1617405368},"coords":"51.5939085,0.0210246","bedrooms":"0","price":"173000","area":"572"} , +{"type":"Feature","id":"n2876798168","geometry":{"type":"Point","coordinates":[0.0205736,51.5939505]},"properties":{"@type":"node","@id":2876798168,"@timestamp":1617405368},"coords":"51.5939505,0.0205736","bedrooms":"4","price":"172000","area":"365"} , +{"type":"Feature","id":"n2876798178","geometry":{"type":"Point","coordinates":[0.0199349,51.5940037]},"properties":{"@type":"node","@id":2876798178,"@timestamp":1617405368},"coords":"51.5940037,0.0199349","bedrooms":"0","price":"186000","area":"497"} , +{"type":"Feature","id":"n2876798188","geometry":{"type":"Point","coordinates":[0.0176256,51.5942009]},"properties":{"@type":"node","@id":2876798188,"@timestamp":1617405368},"coords":"51.5942009,0.0176256","bedrooms":"3","price":"205000","area":"474"} , +{"type":"Feature","id":"n2877477565","geometry":{"type":"Point","coordinates":[-0.4133484,51.5735867]},"properties":{"@type":"node","@id":2877477565,"@timestamp":1400925791},"coords":"51.5735867,-0.4133484","bedrooms":"1","price":"197000","area":"499"} , +{"type":"Feature","id":"n2877938781","geometry":{"type":"Point","coordinates":[0.0235914,51.5936151]},"properties":{"@type":"node","@id":2877938781,"@timestamp":1434029513},"coords":"51.5936151,0.0235914","bedrooms":"4","price":"189000","area":"698"} , +{"type":"Feature","id":"n2878505183","geometry":{"type":"Point","coordinates":[-0.2972751,51.4651578]},"properties":{"@type":"node","@id":2878505183,"@timestamp":1571402826},"coords":"51.4651578,-0.2972751","bedrooms":"4","price":"265000","area":"493"} , +{"type":"Feature","id":"n2878505193","geometry":{"type":"Point","coordinates":[-0.2877669,51.4816104]},"properties":{"@type":"node","@id":2878505193,"@timestamp":1571402826},"coords":"51.4816104,-0.2877669","bedrooms":"1","price":"202000","area":"386"} , +{"type":"Feature","id":"n2878874953","geometry":{"type":"Point","coordinates":[-0.1237634,51.5230565]},"properties":{"@type":"node","@id":2878874953,"@timestamp":1589574233},"coords":"51.5230565,-0.1237634","bedrooms":"1","price":"179000","area":"680"} , +{"type":"Feature","id":"n2879892203","geometry":{"type":"Point","coordinates":[-0.3036352,51.5133777]},"properties":{"@type":"node","@id":2879892203,"@timestamp":1624107727},"coords":"51.5133777,-0.3036352","bedrooms":"0","price":"286000","area":"560"} , +{"type":"Feature","id":"n2880071958","geometry":{"type":"Point","coordinates":[-0.2266387,51.6676744]},"properties":{"@type":"node","@id":2880071958,"@timestamp":1401031988},"coords":"51.6676744,-0.2266387","bedrooms":"0","price":"252000","area":"599"} , +{"type":"Feature","id":"n2880084841","geometry":{"type":"Point","coordinates":[-0.2294738,51.6662238]},"properties":{"@type":"node","@id":2880084841,"@timestamp":1401032335},"coords":"51.6662238,-0.2294738","bedrooms":"1","price":"208000","area":"594"} , +{"type":"Feature","id":"n2880137201","geometry":{"type":"Point","coordinates":[-0.110137,51.504072]},"properties":{"@type":"node","@id":2880137201,"@timestamp":1401034348},"coords":"51.504072,-0.110137","bedrooms":"4","price":"289000","area":"373"} , +{"type":"Feature","id":"n2880540378","geometry":{"type":"Point","coordinates":[-0.8123454,51.1585694]},"properties":{"@type":"node","@id":2880540378,"@timestamp":1496239025},"coords":"51.1585694,-0.8123454","bedrooms":"1","price":"237000","area":"417"} , +{"type":"Feature","id":"n2880824735","geometry":{"type":"Point","coordinates":[-0.475607,51.3212267]},"properties":{"@type":"node","@id":2880824735,"@timestamp":1401063707},"coords":"51.3212267,-0.475607","bedrooms":"1","price":"218000","area":"457"} , +{"type":"Feature","id":"n2881229878","geometry":{"type":"Point","coordinates":[0.5916289,51.3614319]},"properties":{"@type":"node","@id":2881229878,"@timestamp":1401090527},"coords":"51.3614319,0.5916289","bedrooms":"0","price":"214000","area":"667"} , +{"type":"Feature","id":"n2881229888","geometry":{"type":"Point","coordinates":[0.5895494,51.3616718]},"properties":{"@type":"node","@id":2881229888,"@timestamp":1401090528},"coords":"51.3616718,0.5895494","bedrooms":"4","price":"213000","area":"543"} , +{"type":"Feature","id":"n2881229898","geometry":{"type":"Point","coordinates":[0.5898304,51.3619623]},"properties":{"@type":"node","@id":2881229898,"@timestamp":1401090528},"coords":"51.3619623,0.5898304","bedrooms":"3","price":"280000","area":"684"} , +{"type":"Feature","id":"n2881230008","geometry":{"type":"Point","coordinates":[0.5892803,51.3624034]},"properties":{"@type":"node","@id":2881230008,"@timestamp":1401090528},"coords":"51.3624034,0.5892803","bedrooms":"0","price":"157000","area":"481"} , +{"type":"Feature","id":"n2881230018","geometry":{"type":"Point","coordinates":[0.5945617,51.3629106]},"properties":{"@type":"node","@id":2881230018,"@timestamp":1401090528},"coords":"51.3629106,0.5945617","bedrooms":"4","price":"240000","area":"684"} , +{"type":"Feature","id":"n2881230028","geometry":{"type":"Point","coordinates":[0.5922583,51.3633644]},"properties":{"@type":"node","@id":2881230028,"@timestamp":1401090529},"coords":"51.3633644,0.5922583","bedrooms":"4","price":"166000","area":"565"} , +{"type":"Feature","id":"n2881230038","geometry":{"type":"Point","coordinates":[0.5899814,51.3636239]},"properties":{"@type":"node","@id":2881230038,"@timestamp":1401090529},"coords":"51.3636239,0.5899814","bedrooms":"1","price":"208000","area":"591"} , +{"type":"Feature","id":"n2881230048","geometry":{"type":"Point","coordinates":[0.5931881,51.3640348]},"properties":{"@type":"node","@id":2881230048,"@timestamp":1401090529},"coords":"51.3640348,0.5931881","bedrooms":"0","price":"218000","area":"564"} , +{"type":"Feature","id":"n2881230058","geometry":{"type":"Point","coordinates":[0.5946649,51.3645217]},"properties":{"@type":"node","@id":2881230058,"@timestamp":1401090530},"coords":"51.3645217,0.5946649","bedrooms":"0","price":"203000","area":"534"} , +{"type":"Feature","id":"n2881230070","geometry":{"type":"Point","coordinates":[0.5939985,51.3649699]},"properties":{"@type":"node","@id":2881230070,"@timestamp":1401090530},"coords":"51.3649699,0.5939985","bedrooms":"3","price":"252000","area":"684"} , +{"type":"Feature","id":"n2881230080","geometry":{"type":"Point","coordinates":[0.594286,51.3652869]},"properties":{"@type":"node","@id":2881230080,"@timestamp":1401090531},"coords":"51.3652869,0.594286","bedrooms":"1","price":"203000","area":"680"} , +{"type":"Feature","id":"n2881230092","geometry":{"type":"Point","coordinates":[0.5957157,51.3654546]},"properties":{"@type":"node","@id":2881230092,"@timestamp":1401090531},"coords":"51.3654546,0.5957157","bedrooms":"3","price":"202000","area":"488"} , +{"type":"Feature","id":"n2881230202","geometry":{"type":"Point","coordinates":[0.5945694,51.3655994]},"properties":{"@type":"node","@id":2881230202,"@timestamp":1401090531},"coords":"51.3655994,0.5945694","bedrooms":"4","price":"258000","area":"661"} , +{"type":"Feature","id":"n2881230212","geometry":{"type":"Point","coordinates":[0.595395,51.3657302]},"properties":{"@type":"node","@id":2881230212,"@timestamp":1401090532},"coords":"51.3657302,0.595395","bedrooms":"2","price":"251000","area":"678"} , +{"type":"Feature","id":"n2881230222","geometry":{"type":"Point","coordinates":[0.5955703,51.3657933]},"properties":{"@type":"node","@id":2881230222,"@timestamp":1401090532},"coords":"51.3657933,0.5955703","bedrooms":"0","price":"212000","area":"478"} , +{"type":"Feature","id":"n2881230234","geometry":{"type":"Point","coordinates":[0.5948064,51.3659929]},"properties":{"@type":"node","@id":2881230234,"@timestamp":1401090532},"coords":"51.3659929,0.5948064","bedrooms":"1","price":"245000","area":"432"} , +{"type":"Feature","id":"n2881505350","geometry":{"type":"Point","coordinates":[-0.1797596,51.5115373]},"properties":{"@type":"node","@id":2881505350,"@timestamp":1580916960},"coords":"51.5115373,-0.1797596","bedrooms":"0","price":"239000","area":"528"} , +{"type":"Feature","id":"n2882023947","geometry":{"type":"Point","coordinates":[-0.7865123,51.3372461]},"properties":{"@type":"node","@id":2882023947,"@timestamp":1401122834},"coords":"51.3372461,-0.7865123","bedrooms":"3","price":"274000","area":"664"} , +{"type":"Feature","id":"n2882477856","geometry":{"type":"Point","coordinates":[-0.7310031,51.6232994]},"properties":{"@type":"node","@id":2882477856,"@timestamp":1580645148},"coords":"51.6232994,-0.7310031","bedrooms":"4","price":"219000","area":"480"} , +{"type":"Feature","id":"n2882477867","geometry":{"type":"Point","coordinates":[-0.7133866,51.6170726]},"properties":{"@type":"node","@id":2882477867,"@timestamp":1401136229},"coords":"51.6170726,-0.7133866","bedrooms":"3","price":"283000","area":"627"} , +{"type":"Feature","id":"n2882477878","geometry":{"type":"Point","coordinates":[-0.7201076,51.6206618]},"properties":{"@type":"node","@id":2882477878,"@timestamp":1534718157},"coords":"51.6206618,-0.7201076","bedrooms":"0","price":"153000","area":"448"} , +{"type":"Feature","id":"n2882477891","geometry":{"type":"Point","coordinates":[-0.7233382,51.6214192]},"properties":{"@type":"node","@id":2882477891,"@timestamp":1540077090},"coords":"51.6214192,-0.7233382","bedrooms":"2","price":"207000","area":"459"} , +{"type":"Feature","id":"n2882479204","geometry":{"type":"Point","coordinates":[-0.7370079,51.6267786]},"properties":{"@type":"node","@id":2882479204,"@timestamp":1401136231},"coords":"51.6267786,-0.7370079","bedrooms":"3","price":"246000","area":"393"} , +{"type":"Feature","id":"n2882479260","geometry":{"type":"Point","coordinates":[-0.7130912,51.6183558]},"properties":{"@type":"node","@id":2882479260,"@timestamp":1401136232},"coords":"51.6183558,-0.7130912","bedrooms":"3","price":"223000","area":"482"} , +{"type":"Feature","id":"n2882479423","geometry":{"type":"Point","coordinates":[-0.7188209,51.6208721]},"properties":{"@type":"node","@id":2882479423,"@timestamp":1401136234},"coords":"51.6208721,-0.7188209","bedrooms":"1","price":"198000","area":"564"} , +{"type":"Feature","id":"n2882479909","geometry":{"type":"Point","coordinates":[-0.736265,51.6254452]},"properties":{"@type":"node","@id":2882479909,"@timestamp":1401136240},"coords":"51.6254452,-0.736265","bedrooms":"1","price":"153000","area":"407"} , +{"type":"Feature","id":"n2882480137","geometry":{"type":"Point","coordinates":[-0.7432235,51.6275777]},"properties":{"@type":"node","@id":2882480137,"@timestamp":1401136242},"coords":"51.6275777,-0.7432235","bedrooms":"3","price":"265000","area":"643"} , +{"type":"Feature","id":"n2882480303","geometry":{"type":"Point","coordinates":[-0.7237554,51.6212017]},"properties":{"@type":"node","@id":2882480303,"@timestamp":1534718158},"coords":"51.6212017,-0.7237554","bedrooms":"1","price":"233000","area":"660"} , +{"type":"Feature","id":"n2882581961","geometry":{"type":"Point","coordinates":[-0.211615,51.4582294]},"properties":{"@type":"node","@id":2882581961,"@timestamp":1598529573},"coords":"51.4582294,-0.211615","bedrooms":"4","price":"266000","area":"566"} , +{"type":"Feature","id":"n2882596965","geometry":{"type":"Point","coordinates":[-0.5978044,51.3196629]},"properties":{"@type":"node","@id":2882596965,"@timestamp":1487625750},"coords":"51.3196629,-0.5978044","bedrooms":"4","price":"255000","area":"622"} , +{"type":"Feature","id":"n2882742983","geometry":{"type":"Point","coordinates":[-0.0703121,51.4739424]},"properties":{"@type":"node","@id":2882742983,"@timestamp":1555085338},"coords":"51.4739424,-0.0703121","bedrooms":"2","price":"202000","area":"364"} , +{"type":"Feature","id":"n2882744802","geometry":{"type":"Point","coordinates":[-0.0694112,51.4742742]},"properties":{"@type":"node","@id":2882744802,"@timestamp":1401934090},"coords":"51.4742742,-0.0694112","bedrooms":"0","price":"212000","area":"520"} , +{"type":"Feature","id":"n2883126349","geometry":{"type":"Point","coordinates":[-0.0071867,51.1382746]},"properties":{"@type":"node","@id":2883126349,"@timestamp":1476482718},"coords":"51.1382746,-0.0071867","bedrooms":"0","price":"209000","area":"548"} , +{"type":"Feature","id":"n2883207415","geometry":{"type":"Point","coordinates":[-0.0061902,51.1875615]},"properties":{"@type":"node","@id":2883207415,"@timestamp":1401189250},"coords":"51.1875615,-0.0061902","bedrooms":"2","price":"252000","area":"639"} , +{"type":"Feature","id":"n2883370901","geometry":{"type":"Point","coordinates":[-0.1815859,51.5478382]},"properties":{"@type":"node","@id":2883370901,"@timestamp":1627644886},"coords":"51.5478382,-0.1815859","bedrooms":"2","price":"184000","area":"689"} , +{"type":"Feature","id":"n2883380483","geometry":{"type":"Point","coordinates":[0.0013041,51.223643]},"properties":{"@type":"node","@id":2883380483,"@timestamp":1401196763},"coords":"51.223643,0.0013041","bedrooms":"4","price":"175000","area":"369"} , +{"type":"Feature","id":"n2883647819","geometry":{"type":"Point","coordinates":[-0.2264122,51.5011676]},"properties":{"@type":"node","@id":2883647819,"@timestamp":1598531115},"coords":"51.5011676,-0.2264122","bedrooms":"3","price":"226000","area":"404"} , +{"type":"Feature","id":"n2884147633","geometry":{"type":"Point","coordinates":[0.0265272,51.5902958]},"properties":{"@type":"node","@id":2884147633,"@timestamp":1617244668},"coords":"51.5902958,0.0265272","bedrooms":"1","price":"240000","area":"648"} , +{"type":"Feature","id":"n2884869640","geometry":{"type":"Point","coordinates":[-0.1304412,51.5118933]},"properties":{"@type":"node","@id":2884869640,"@timestamp":1634476829},"coords":"51.5118933,-0.1304412","bedrooms":"3","price":"159000","area":"384"} , +{"type":"Feature","id":"n2886061217","geometry":{"type":"Point","coordinates":[-0.5856227,51.3139903]},"properties":{"@type":"node","@id":2886061217,"@timestamp":1501981108},"coords":"51.3139903,-0.5856227","bedrooms":"0","price":"214000","area":"516"} , +{"type":"Feature","id":"n2886093643","geometry":{"type":"Point","coordinates":[-0.5702397,51.315798]},"properties":{"@type":"node","@id":2886093643,"@timestamp":1401311987},"coords":"51.315798,-0.5702397","bedrooms":"4","price":"259000","area":"529"} , +{"type":"Feature","id":"n2886137379","geometry":{"type":"Point","coordinates":[-0.0932284,51.5288527]},"properties":{"@type":"node","@id":2886137379,"@timestamp":1401313566},"coords":"51.5288527,-0.0932284","bedrooms":"3","price":"206000","area":"669"} , +{"type":"Feature","id":"n2887120827","geometry":{"type":"Point","coordinates":[-0.3210837,51.294724]},"properties":{"@type":"node","@id":2887120827,"@timestamp":1618875293},"coords":"51.294724,-0.3210837","bedrooms":"3","price":"270000","area":"637"} , +{"type":"Feature","id":"n2888151666","geometry":{"type":"Point","coordinates":[-0.2099592,51.3279426]},"properties":{"@type":"node","@id":2888151666,"@timestamp":1589943075},"coords":"51.3279426,-0.2099592","bedrooms":"2","price":"207000","area":"455"} , +{"type":"Feature","id":"n2889235364","geometry":{"type":"Point","coordinates":[-0.1231302,51.4776851]},"properties":{"@type":"node","@id":2889235364,"@timestamp":1590062551},"coords":"51.4776851,-0.1231302","bedrooms":"1","price":"167000","area":"600"} , +{"type":"Feature","id":"n2889360067","geometry":{"type":"Point","coordinates":[-0.4272899,51.4730683]},"properties":{"@type":"node","@id":2889360067,"@timestamp":1401464239},"coords":"51.4730683,-0.4272899","bedrooms":"0","price":"270000","area":"402"} , +{"type":"Feature","id":"n2889430494","geometry":{"type":"Point","coordinates":[-0.4269497,51.4737256]},"properties":{"@type":"node","@id":2889430494,"@timestamp":1496712987},"coords":"51.4737256,-0.4269497","bedrooms":"0","price":"204000","area":"415"} , +{"type":"Feature","id":"n2889686763","geometry":{"type":"Point","coordinates":[-0.2685354,51.4944051]},"properties":{"@type":"node","@id":2889686763,"@timestamp":1521747092},"coords":"51.4944051,-0.2685354","bedrooms":"0","price":"299000","area":"636"} , +{"type":"Feature","id":"n2890909749","geometry":{"type":"Point","coordinates":[-0.1412988,51.6075202]},"properties":{"@type":"node","@id":2890909749,"@timestamp":1401525195},"coords":"51.6075202,-0.1412988","bedrooms":"4","price":"268000","area":"563"} , +{"type":"Feature","id":"n2890921561","geometry":{"type":"Point","coordinates":[-0.1432955,51.6081557]},"properties":{"@type":"node","@id":2890921561,"@timestamp":1401525693},"coords":"51.6081557,-0.1432955","bedrooms":"3","price":"170000","area":"605"} , +{"type":"Feature","id":"n2891415628","geometry":{"type":"Point","coordinates":[-0.7012965,51.6110757]},"properties":{"@type":"node","@id":2891415628,"@timestamp":1401541922},"coords":"51.6110757,-0.7012965","bedrooms":"2","price":"198000","area":"639"} , +{"type":"Feature","id":"n2891415638","geometry":{"type":"Point","coordinates":[-0.6985808,51.6088039]},"properties":{"@type":"node","@id":2891415638,"@timestamp":1401541923},"coords":"51.6088039,-0.6985808","bedrooms":"3","price":"228000","area":"470"} , +{"type":"Feature","id":"n2891415691","geometry":{"type":"Point","coordinates":[-0.6963283,51.607651]},"properties":{"@type":"node","@id":2891415691,"@timestamp":1401541924},"coords":"51.607651,-0.6963283","bedrooms":"0","price":"165000","area":"692"} , +{"type":"Feature","id":"n2891416847","geometry":{"type":"Point","coordinates":[-0.7054394,51.6101505]},"properties":{"@type":"node","@id":2891416847,"@timestamp":1403436366},"coords":"51.6101505,-0.7054394","bedrooms":"4","price":"256000","area":"660"} , +{"type":"Feature","id":"n2891417009","geometry":{"type":"Point","coordinates":[-0.6945091,51.6123465]},"properties":{"@type":"node","@id":2891417009,"@timestamp":1401541927},"coords":"51.6123465,-0.6945091","bedrooms":"0","price":"281000","area":"358"} , +{"type":"Feature","id":"n2891417112","geometry":{"type":"Point","coordinates":[-0.7104159,51.6169147]},"properties":{"@type":"node","@id":2891417112,"@timestamp":1401541929},"coords":"51.6169147,-0.7104159","bedrooms":"4","price":"170000","area":"610"} , +{"type":"Feature","id":"n2891417153","geometry":{"type":"Point","coordinates":[-0.7193214,51.6204039]},"properties":{"@type":"node","@id":2891417153,"@timestamp":1401541931},"coords":"51.6204039,-0.7193214","bedrooms":"3","price":"156000","area":"604"} , +{"type":"Feature","id":"n2891417278","geometry":{"type":"Point","coordinates":[-0.7455102,51.626818]},"properties":{"@type":"node","@id":2891417278,"@timestamp":1401541933},"coords":"51.626818,-0.7455102","bedrooms":"0","price":"220000","area":"547"} , +{"type":"Feature","id":"n2892236193","geometry":{"type":"Point","coordinates":[-1.0552924,51.3010966]},"properties":{"@type":"node","@id":2892236193,"@timestamp":1509219766},"coords":"51.3010966,-1.0552924","bedrooms":"0","price":"165000","area":"656"} , +{"type":"Feature","id":"n2892389801","geometry":{"type":"Point","coordinates":[-0.152233,51.4660771]},"properties":{"@type":"node","@id":2892389801,"@timestamp":1468756459},"coords":"51.4660771,-0.152233","bedrooms":"4","price":"283000","area":"554"} , +{"type":"Feature","id":"n2892478424","geometry":{"type":"Point","coordinates":[-0.9040611,51.3851142]},"properties":{"@type":"node","@id":2892478424,"@timestamp":1624213475},"coords":"51.3851142,-0.9040611","bedrooms":"0","price":"262000","area":"460"} , +{"type":"Feature","id":"n2892563331","geometry":{"type":"Point","coordinates":[-0.2088153,51.4728278]},"properties":{"@type":"node","@id":2892563331,"@timestamp":1446132766},"coords":"51.4728278,-0.2088153","bedrooms":"2","price":"200000","area":"355"} , +{"type":"Feature","id":"n2892581937","geometry":{"type":"Point","coordinates":[-0.2134136,51.4601786]},"properties":{"@type":"node","@id":2892581937,"@timestamp":1622914800},"coords":"51.4601786,-0.2134136","bedrooms":"4","price":"247000","area":"382"} , +{"type":"Feature","id":"n2892748489","geometry":{"type":"Point","coordinates":[0.1976464,51.1322436]},"properties":{"@type":"node","@id":2892748489,"@timestamp":1401602764},"coords":"51.1322436,0.1976464","bedrooms":"0","price":"282000","area":"410"} , +{"type":"Feature","id":"n2892748516","geometry":{"type":"Point","coordinates":[0.2075017,51.1387475]},"properties":{"@type":"node","@id":2892748516,"@timestamp":1401602764},"coords":"51.1387475,0.2075017","bedrooms":"2","price":"181000","area":"445"} , +{"type":"Feature","id":"n2892905946","geometry":{"type":"Point","coordinates":[0.2175698,51.1512118]},"properties":{"@type":"node","@id":2892905946,"@timestamp":1597580851},"coords":"51.1512118,0.2175698","bedrooms":"2","price":"226000","area":"671"} , +{"type":"Feature","id":"n2894188895","geometry":{"type":"Point","coordinates":[-0.6684448,51.8178231]},"properties":{"@type":"node","@id":2894188895,"@timestamp":1401649445},"coords":"51.8178231,-0.6684448","bedrooms":"2","price":"249000","area":"384"} , +{"type":"Feature","id":"n2894414189","geometry":{"type":"Point","coordinates":[-0.2862809,51.5561159]},"properties":{"@type":"node","@id":2894414189,"@timestamp":1625847622},"coords":"51.5561159,-0.2862809","bedrooms":"4","price":"269000","area":"641"} , +{"type":"Feature","id":"n2894491404","geometry":{"type":"Point","coordinates":[-0.0678336,51.4727447]},"properties":{"@type":"node","@id":2894491404,"@timestamp":1404614674},"coords":"51.4727447,-0.0678336","bedrooms":"1","price":"269000","area":"364"} , +{"type":"Feature","id":"n2894530378","geometry":{"type":"Point","coordinates":[-1.0089357,50.9639269]},"properties":{"@type":"node","@id":2894530378,"@timestamp":1401663491},"coords":"50.9639269,-1.0089357","bedrooms":"3","price":"229000","area":"499"} , +{"type":"Feature","id":"n2895179024","geometry":{"type":"Point","coordinates":[-1.0072797,51.2327834]},"properties":{"@type":"node","@id":2895179024,"@timestamp":1538510718},"coords":"51.2327834,-1.0072797","bedrooms":"1","price":"257000","area":"564"} , +{"type":"Feature","id":"n2895307676","geometry":{"type":"Point","coordinates":[-0.0921559,51.4696239]},"properties":{"@type":"node","@id":2895307676,"@timestamp":1401716584},"coords":"51.4696239,-0.0921559","bedrooms":"0","price":"182000","area":"663"} , +{"type":"Feature","id":"n2895494263","geometry":{"type":"Point","coordinates":[-0.806892,51.5503587]},"properties":{"@type":"node","@id":2895494263,"@timestamp":1437913414},"coords":"51.5503587,-0.806892","bedrooms":"4","price":"296000","area":"594"} , +{"type":"Feature","id":"n2895789361","geometry":{"type":"Point","coordinates":[-0.3278458,51.4462625]},"properties":{"@type":"node","@id":2895789361,"@timestamp":1452989619},"coords":"51.4462625,-0.3278458","bedrooms":"0","price":"222000","area":"356"} , +{"type":"Feature","id":"n2896292767","geometry":{"type":"Point","coordinates":[-0.5829402,51.3155563]},"properties":{"@type":"node","@id":2896292767,"@timestamp":1422567425},"coords":"51.3155563,-0.5829402","bedrooms":"2","price":"157000","area":"566"} , +{"type":"Feature","id":"n2896361714","geometry":{"type":"Point","coordinates":[-0.117741,51.3435968]},"properties":{"@type":"node","@id":2896361714,"@timestamp":1401749180},"coords":"51.3435968,-0.117741","bedrooms":"2","price":"204000","area":"674"} , +{"type":"Feature","id":"n2896579228","geometry":{"type":"Point","coordinates":[0.5238954,51.3846689]},"properties":{"@type":"node","@id":2896579228,"@timestamp":1561632230},"coords":"51.3846689,0.5238954","bedrooms":"1","price":"237000","area":"676"} , +{"type":"Feature","id":"n2896579238","geometry":{"type":"Point","coordinates":[0.5242055,51.3851293]},"properties":{"@type":"node","@id":2896579238,"@timestamp":1561632230},"coords":"51.3851293,0.5242055","bedrooms":"0","price":"286000","area":"585"} , +{"type":"Feature","id":"n2897011764","geometry":{"type":"Point","coordinates":[-0.9108524,51.3872554]},"properties":{"@type":"node","@id":2897011764,"@timestamp":1621173946},"coords":"51.3872554,-0.9108524","bedrooms":"1","price":"227000","area":"536"} , +{"type":"Feature","id":"n2897011774","geometry":{"type":"Point","coordinates":[-0.9107975,51.3873193]},"properties":{"@type":"node","@id":2897011774,"@timestamp":1621173946},"coords":"51.3873193,-0.9107975","bedrooms":"4","price":"247000","area":"400"} , +{"type":"Feature","id":"n2897127804","geometry":{"type":"Point","coordinates":[-0.9310589,51.3879826]},"properties":{"@type":"node","@id":2897127804,"@timestamp":1621173946},"coords":"51.3879826,-0.9310589","bedrooms":"1","price":"170000","area":"381"} , +{"type":"Feature","id":"n2897127817","geometry":{"type":"Point","coordinates":[-0.9342293,51.3757922]},"properties":{"@type":"node","@id":2897127817,"@timestamp":1621173946},"coords":"51.3757922,-0.9342293","bedrooms":"4","price":"280000","area":"435"} , +{"type":"Feature","id":"n2897639184","geometry":{"type":"Point","coordinates":[-0.2067627,51.4461979]},"properties":{"@type":"node","@id":2897639184,"@timestamp":1616970834},"coords":"51.4461979,-0.2067627","bedrooms":"1","price":"176000","area":"471"} , +{"type":"Feature","id":"n2898113128","geometry":{"type":"Point","coordinates":[-0.0252188,50.9750934]},"properties":{"@type":"node","@id":2898113128,"@timestamp":1401830817},"coords":"50.9750934,-0.0252188","bedrooms":"0","price":"215000","area":"641"} , +{"type":"Feature","id":"n2898149493","geometry":{"type":"Point","coordinates":[-0.5460828,51.3330231]},"properties":{"@type":"node","@id":2898149493,"@timestamp":1554928546},"coords":"51.3330231,-0.5460828","bedrooms":"0","price":"205000","area":"511"} , +{"type":"Feature","id":"n2898149723","geometry":{"type":"Point","coordinates":[-0.546402,51.333441]},"properties":{"@type":"node","@id":2898149723,"@timestamp":1401831719},"coords":"51.333441,-0.546402","bedrooms":"3","price":"265000","area":"362"} , +{"type":"Feature","id":"n2898149756","geometry":{"type":"Point","coordinates":[-0.545806,51.3336527]},"properties":{"@type":"node","@id":2898149756,"@timestamp":1554928546},"coords":"51.3336527,-0.545806","bedrooms":"3","price":"262000","area":"586"} , +{"type":"Feature","id":"n2898333261","geometry":{"type":"Point","coordinates":[0.1842404,51.57422]},"properties":{"@type":"node","@id":2898333261,"@timestamp":1634095033},"coords":"51.57422,0.1842404","bedrooms":"2","price":"230000","area":"619"} , +{"type":"Feature","id":"n2899125851","geometry":{"type":"Point","coordinates":[-0.1157148,51.5433632]},"properties":{"@type":"node","@id":2899125851,"@timestamp":1401889206},"coords":"51.5433632,-0.1157148","bedrooms":"3","price":"249000","area":"507"} , +{"type":"Feature","id":"n2900011623","geometry":{"type":"Point","coordinates":[-0.3324013,51.5785855]},"properties":{"@type":"node","@id":2900011623,"@timestamp":1551310343},"coords":"51.5785855,-0.3324013","bedrooms":"0","price":"294000","area":"365"} , +{"type":"Feature","id":"n2900048574","geometry":{"type":"Point","coordinates":[0.5395613,51.40827]},"properties":{"@type":"node","@id":2900048574,"@timestamp":1586305103},"coords":"51.40827,0.5395613","bedrooms":"2","price":"196000","area":"595"} , +{"type":"Feature","id":"n2901134448","geometry":{"type":"Point","coordinates":[-0.3165198,51.5783535]},"properties":{"@type":"node","@id":2901134448,"@timestamp":1561355768},"coords":"51.5783535,-0.3165198","bedrooms":"4","price":"150000","area":"577"} , +{"type":"Feature","id":"n2901434856","geometry":{"type":"Point","coordinates":[-0.3098923,51.6542477]},"properties":{"@type":"node","@id":2901434856,"@timestamp":1401988150},"coords":"51.6542477,-0.3098923","bedrooms":"2","price":"168000","area":"667"} , +{"type":"Feature","id":"n2902297568","geometry":{"type":"Point","coordinates":[0.5945808,51.3717892]},"properties":{"@type":"node","@id":2902297568,"@timestamp":1402037612},"coords":"51.3717892,0.5945808","bedrooms":"2","price":"199000","area":"577"} , +{"type":"Feature","id":"n2902911676","geometry":{"type":"Point","coordinates":[-0.0877153,51.5863634]},"properties":{"@type":"node","@id":2902911676,"@timestamp":1623108092},"coords":"51.5863634,-0.0877153","bedrooms":"3","price":"241000","area":"373"} , +{"type":"Feature","id":"n2904067965","geometry":{"type":"Point","coordinates":[-0.1255013,51.4847805]},"properties":{"@type":"node","@id":2904067965,"@timestamp":1402135367},"coords":"51.4847805,-0.1255013","bedrooms":"4","price":"207000","area":"443"} , +{"type":"Feature","id":"n2904332622","geometry":{"type":"Point","coordinates":[-0.6691018,51.7914158]},"properties":{"@type":"node","@id":2904332622,"@timestamp":1630769780},"coords":"51.7914158,-0.6691018","bedrooms":"1","price":"295000","area":"539"} , +{"type":"Feature","id":"n2904332633","geometry":{"type":"Point","coordinates":[-0.6705299,51.7966383]},"properties":{"@type":"node","@id":2904332633,"@timestamp":1402147582},"coords":"51.7966383,-0.6705299","bedrooms":"3","price":"225000","area":"648"} , +{"type":"Feature","id":"n2904332663","geometry":{"type":"Point","coordinates":[-0.6580834,51.8063893]},"properties":{"@type":"node","@id":2904332663,"@timestamp":1402147583},"coords":"51.8063893,-0.6580834","bedrooms":"0","price":"220000","area":"417"} , +{"type":"Feature","id":"n2904553101","geometry":{"type":"Point","coordinates":[-0.123939,51.518779]},"properties":{"@type":"node","@id":2904553101,"@timestamp":1524758216},"coords":"51.518779,-0.123939","bedrooms":"4","price":"159000","area":"468"} , +{"type":"Feature","id":"n2904986613","geometry":{"type":"Point","coordinates":[-0.0093967,51.4963933]},"properties":{"@type":"node","@id":2904986613,"@timestamp":1587649869},"coords":"51.4963933,-0.0093967","bedrooms":"3","price":"179000","area":"451"} , +{"type":"Feature","id":"n2905307353","geometry":{"type":"Point","coordinates":[0.2265077,51.1232413]},"properties":{"@type":"node","@id":2905307353,"@timestamp":1402216078},"coords":"51.1232413,0.2265077","bedrooms":"4","price":"207000","area":"628"} , +{"type":"Feature","id":"n2905398729","geometry":{"type":"Point","coordinates":[-0.4250795,51.1476352]},"properties":{"@type":"node","@id":2905398729,"@timestamp":1402221533},"coords":"51.1476352,-0.4250795","bedrooms":"3","price":"201000","area":"517"} , +{"type":"Feature","id":"n2905529905","geometry":{"type":"Point","coordinates":[-0.4193151,51.1333991]},"properties":{"@type":"node","@id":2905529905,"@timestamp":1630754889},"coords":"51.1333991,-0.4193151","bedrooms":"2","price":"184000","area":"468"} , +{"type":"Feature","id":"n2905560901","geometry":{"type":"Point","coordinates":[-0.129074,51.513898]},"properties":{"@type":"node","@id":2905560901,"@timestamp":1402229322},"coords":"51.513898,-0.129074","bedrooms":"0","price":"252000","area":"663"} , +{"type":"Feature","id":"n2905787401","geometry":{"type":"Point","coordinates":[-0.1369984,51.5109015]},"properties":{"@type":"node","@id":2905787401,"@timestamp":1521952588},"coords":"51.5109015,-0.1369984","bedrooms":"1","price":"176000","area":"452"} , +{"type":"Feature","id":"n2905800101","geometry":{"type":"Point","coordinates":[-0.1358044,51.5107888]},"properties":{"@type":"node","@id":2905800101,"@timestamp":1521886044},"coords":"51.5107888,-0.1358044","bedrooms":"1","price":"232000","area":"469"} , +{"type":"Feature","id":"n2905977801","geometry":{"type":"Point","coordinates":[-0.1337222,51.5121883]},"properties":{"@type":"node","@id":2905977801,"@timestamp":1630251869},"coords":"51.5121883,-0.1337222","bedrooms":"1","price":"280000","area":"449"} , +{"type":"Feature","id":"n2906363667","geometry":{"type":"Point","coordinates":[-0.368908,51.6235758]},"properties":{"@type":"node","@id":2906363667,"@timestamp":1625873675},"coords":"51.6235758,-0.368908","bedrooms":"0","price":"165000","area":"622"} , +{"type":"Feature","id":"n2906364188","geometry":{"type":"Point","coordinates":[-0.3005896,51.6478088]},"properties":{"@type":"node","@id":2906364188,"@timestamp":1402261692},"coords":"51.6478088,-0.3005896","bedrooms":"4","price":"284000","area":"464"} , +{"type":"Feature","id":"n2906364314","geometry":{"type":"Point","coordinates":[-0.3006235,51.6485208]},"properties":{"@type":"node","@id":2906364314,"@timestamp":1402261692},"coords":"51.6485208,-0.3006235","bedrooms":"3","price":"296000","area":"465"} , +{"type":"Feature","id":"n2906364363","geometry":{"type":"Point","coordinates":[-0.3032996,51.6494194]},"properties":{"@type":"node","@id":2906364363,"@timestamp":1402261694},"coords":"51.6494194,-0.3032996","bedrooms":"4","price":"246000","area":"367"} , +{"type":"Feature","id":"n2906364419","geometry":{"type":"Point","coordinates":[-0.2923824,51.6502636]},"properties":{"@type":"node","@id":2906364419,"@timestamp":1402261695},"coords":"51.6502636,-0.2923824","bedrooms":"3","price":"180000","area":"567"} , +{"type":"Feature","id":"n2906364543","geometry":{"type":"Point","coordinates":[-0.3026367,51.651711]},"properties":{"@type":"node","@id":2906364543,"@timestamp":1402261697},"coords":"51.651711,-0.3026367","bedrooms":"3","price":"190000","area":"494"} , +{"type":"Feature","id":"n2906364588","geometry":{"type":"Point","coordinates":[-0.2948428,51.6525627]},"properties":{"@type":"node","@id":2906364588,"@timestamp":1402261698},"coords":"51.6525627,-0.2948428","bedrooms":"0","price":"212000","area":"498"} , +{"type":"Feature","id":"n2906429030","geometry":{"type":"Point","coordinates":[-0.4143947,51.4751411]},"properties":{"@type":"node","@id":2906429030,"@timestamp":1402265749},"coords":"51.4751411,-0.4143947","bedrooms":"2","price":"215000","area":"629"} , +{"type":"Feature","id":"n2906464720","geometry":{"type":"Point","coordinates":[-0.3082573,51.6439961]},"properties":{"@type":"node","@id":2906464720,"@timestamp":1402267188},"coords":"51.6439961,-0.3082573","bedrooms":"3","price":"173000","area":"402"} , +{"type":"Feature","id":"n2906465503","geometry":{"type":"Point","coordinates":[-0.3312333,51.6243894]},"properties":{"@type":"node","@id":2906465503,"@timestamp":1589651382},"coords":"51.6243894,-0.3312333","bedrooms":"2","price":"248000","area":"387"} , +{"type":"Feature","id":"n2906465548","geometry":{"type":"Point","coordinates":[-0.3255635,51.6287381]},"properties":{"@type":"node","@id":2906465548,"@timestamp":1402267191},"coords":"51.6287381,-0.3255635","bedrooms":"3","price":"181000","area":"350"} , +{"type":"Feature","id":"n2906465598","geometry":{"type":"Point","coordinates":[-0.2849625,51.6521436]},"properties":{"@type":"node","@id":2906465598,"@timestamp":1402267192},"coords":"51.6521436,-0.2849625","bedrooms":"2","price":"289000","area":"687"} , +{"type":"Feature","id":"n2907070813","geometry":{"type":"Point","coordinates":[-0.3229238,51.6344956]},"properties":{"@type":"node","@id":2907070813,"@timestamp":1402311782},"coords":"51.6344956,-0.3229238","bedrooms":"2","price":"217000","area":"453"} , +{"type":"Feature","id":"n2907809586","geometry":{"type":"Point","coordinates":[-0.2783254,51.5629856]},"properties":{"@type":"node","@id":2907809586,"@timestamp":1551310343},"coords":"51.5629856,-0.2783254","bedrooms":"4","price":"229000","area":"418"} , +{"type":"Feature","id":"n2907810205","geometry":{"type":"Point","coordinates":[-0.28069,51.5639141]},"properties":{"@type":"node","@id":2907810205,"@timestamp":1561355768},"coords":"51.5639141,-0.28069","bedrooms":"0","price":"283000","area":"475"} , +{"type":"Feature","id":"n2908947895","geometry":{"type":"Point","coordinates":[-0.2235717,51.5306818]},"properties":{"@type":"node","@id":2908947895,"@timestamp":1561355768},"coords":"51.5306818,-0.2235717","bedrooms":"4","price":"229000","area":"391"} , +{"type":"Feature","id":"n2909318125","geometry":{"type":"Point","coordinates":[0.1925399,51.2703289]},"properties":{"@type":"node","@id":2909318125,"@timestamp":1478447977},"coords":"51.2703289,0.1925399","bedrooms":"0","price":"288000","area":"631"} , +{"type":"Feature","id":"n2910015285","geometry":{"type":"Point","coordinates":[-0.0418419,51.5321508]},"properties":{"@type":"node","@id":2910015285,"@timestamp":1597712192},"coords":"51.5321508,-0.0418419","bedrooms":"0","price":"236000","area":"472"} , +{"type":"Feature","id":"n2910086829","geometry":{"type":"Point","coordinates":[0.7503413,51.5450901]},"properties":{"@type":"node","@id":2910086829,"@timestamp":1402437514},"coords":"51.5450901,0.7503413","bedrooms":"0","price":"259000","area":"411"} , +{"type":"Feature","id":"n2910102553","geometry":{"type":"Point","coordinates":[0.7551692,51.5437408]},"properties":{"@type":"node","@id":2910102553,"@timestamp":1402437931},"coords":"51.5437408,0.7551692","bedrooms":"2","price":"259000","area":"510"} , +{"type":"Feature","id":"n2910108214","geometry":{"type":"Point","coordinates":[-0.1015697,51.3958671]},"properties":{"@type":"node","@id":2910108214,"@timestamp":1402438127},"coords":"51.3958671,-0.1015697","bedrooms":"1","price":"207000","area":"693"} , +{"type":"Feature","id":"n2910120852","geometry":{"type":"Point","coordinates":[-0.1061001,51.3954314]},"properties":{"@type":"node","@id":2910120852,"@timestamp":1402439156},"coords":"51.3954314,-0.1061001","bedrooms":"4","price":"262000","area":"357"} , +{"type":"Feature","id":"n2910120862","geometry":{"type":"Point","coordinates":[-0.1075929,51.3941262]},"properties":{"@type":"node","@id":2910120862,"@timestamp":1402439156},"coords":"51.3941262,-0.1075929","bedrooms":"3","price":"219000","area":"631"} , +{"type":"Feature","id":"n2910167610","geometry":{"type":"Point","coordinates":[-0.9707984,51.1322598]},"properties":{"@type":"node","@id":2910167610,"@timestamp":1402445013},"coords":"51.1322598,-0.9707984","bedrooms":"2","price":"172000","area":"698"} , +{"type":"Feature","id":"n2910167661","geometry":{"type":"Point","coordinates":[-0.9893296,51.1331203]},"properties":{"@type":"node","@id":2910167661,"@timestamp":1402445014},"coords":"51.1331203,-0.9893296","bedrooms":"1","price":"214000","area":"522"} , +{"type":"Feature","id":"n2911286208","geometry":{"type":"Point","coordinates":[-0.1735819,51.4617194]},"properties":{"@type":"node","@id":2911286208,"@timestamp":1509468720},"coords":"51.4617194,-0.1735819","bedrooms":"2","price":"181000","area":"574"} , +{"type":"Feature","id":"n2911534482","geometry":{"type":"Point","coordinates":[-0.244372,51.0213726]},"properties":{"@type":"node","@id":2911534482,"@timestamp":1402505171},"coords":"51.0213726,-0.244372","bedrooms":"2","price":"161000","area":"673"} , +{"type":"Feature","id":"n2912177435","geometry":{"type":"Point","coordinates":[-0.5748072,51.3132086]},"properties":{"@type":"node","@id":2912177435,"@timestamp":1533071269},"coords":"51.3132086,-0.5748072","bedrooms":"4","price":"153000","area":"521"} , +{"type":"Feature","id":"n2912178654","geometry":{"type":"Point","coordinates":[-0.573618,51.3160477]},"properties":{"@type":"node","@id":2912178654,"@timestamp":1402528601},"coords":"51.3160477,-0.573618","bedrooms":"0","price":"170000","area":"449"} , +{"type":"Feature","id":"n2912179050","geometry":{"type":"Point","coordinates":[-0.5679913,51.3166005]},"properties":{"@type":"node","@id":2912179050,"@timestamp":1487530861},"coords":"51.3166005,-0.5679913","bedrooms":"0","price":"238000","area":"689"} , +{"type":"Feature","id":"n2912179684","geometry":{"type":"Point","coordinates":[-0.5673759,51.31715]},"properties":{"@type":"node","@id":2912179684,"@timestamp":1457206951},"coords":"51.31715,-0.5673759","bedrooms":"3","price":"190000","area":"530"} , +{"type":"Feature","id":"n2912180654","geometry":{"type":"Point","coordinates":[-0.5644229,51.3183846]},"properties":{"@type":"node","@id":2912180654,"@timestamp":1412381260},"coords":"51.3183846,-0.5644229","bedrooms":"3","price":"242000","area":"459"} , +{"type":"Feature","id":"n2912180823","geometry":{"type":"Point","coordinates":[-0.5629277,51.3187071]},"properties":{"@type":"node","@id":2912180823,"@timestamp":1402528652},"coords":"51.3187071,-0.5629277","bedrooms":"4","price":"167000","area":"593"} , +{"type":"Feature","id":"n2912275405","geometry":{"type":"Point","coordinates":[-0.1895757,51.1011204]},"properties":{"@type":"node","@id":2912275405,"@timestamp":1402545056},"coords":"51.1011204,-0.1895757","bedrooms":"4","price":"163000","area":"693"} , +{"type":"Feature","id":"n2912413607","geometry":{"type":"Point","coordinates":[-0.1529109,51.4433392]},"properties":{"@type":"node","@id":2912413607,"@timestamp":1620773763},"coords":"51.4433392,-0.1529109","bedrooms":"4","price":"214000","area":"568"} , +{"type":"Feature","id":"n2912612833","geometry":{"type":"Point","coordinates":[0.5429708,51.2704969]},"properties":{"@type":"node","@id":2912612833,"@timestamp":1402573710},"coords":"51.2704969,0.5429708","bedrooms":"2","price":"177000","area":"508"} , +{"type":"Feature","id":"n2912995801","geometry":{"type":"Point","coordinates":[-0.1682752,51.5185084]},"properties":{"@type":"node","@id":2912995801,"@timestamp":1570901756},"coords":"51.5185084,-0.1682752","bedrooms":"3","price":"216000","area":"561"} , +{"type":"Feature","id":"n2913135129","geometry":{"type":"Point","coordinates":[-0.5743143,51.3176743]},"properties":{"@type":"node","@id":2913135129,"@timestamp":1625713722},"coords":"51.3176743,-0.5743143","bedrooms":"4","price":"221000","area":"419"} , +{"type":"Feature","id":"n2913306502","geometry":{"type":"Point","coordinates":[-1.0166497,51.085186]},"properties":{"@type":"node","@id":2913306502,"@timestamp":1402605902},"coords":"51.085186,-1.0166497","bedrooms":"0","price":"251000","area":"501"} , +{"type":"Feature","id":"n2913306582","geometry":{"type":"Point","coordinates":[-0.9687017,51.1245438]},"properties":{"@type":"node","@id":2913306582,"@timestamp":1402605904},"coords":"51.1245438,-0.9687017","bedrooms":"3","price":"244000","area":"694"} , +{"type":"Feature","id":"n2913354455","geometry":{"type":"Point","coordinates":[-0.4176783,51.1538341]},"properties":{"@type":"node","@id":2913354455,"@timestamp":1402608106},"coords":"51.1538341,-0.4176783","bedrooms":"3","price":"296000","area":"512"} , +{"type":"Feature","id":"n2913398901","geometry":{"type":"Point","coordinates":[-0.3638168,51.3513376]},"properties":{"@type":"node","@id":2913398901,"@timestamp":1402609109},"coords":"51.3513376,-0.3638168","bedrooms":"2","price":"207000","area":"436"} , +{"type":"Feature","id":"n2914269902","geometry":{"type":"Point","coordinates":[-0.5617789,51.3144715]},"properties":{"@type":"node","@id":2914269902,"@timestamp":1492109336},"coords":"51.3144715,-0.5617789","bedrooms":"2","price":"258000","area":"627"} , +{"type":"Feature","id":"n2914270307","geometry":{"type":"Point","coordinates":[-0.5614967,51.3150248]},"properties":{"@type":"node","@id":2914270307,"@timestamp":1402658594},"coords":"51.3150248,-0.5614967","bedrooms":"4","price":"185000","area":"454"} , +{"type":"Feature","id":"n2914271099","geometry":{"type":"Point","coordinates":[-0.5591555,51.3160874]},"properties":{"@type":"node","@id":2914271099,"@timestamp":1402658607},"coords":"51.3160874,-0.5591555","bedrooms":"2","price":"234000","area":"695"} , +{"type":"Feature","id":"n2914271547","geometry":{"type":"Point","coordinates":[-0.560579,51.3166257]},"properties":{"@type":"node","@id":2914271547,"@timestamp":1402658613},"coords":"51.3166257,-0.560579","bedrooms":"3","price":"214000","area":"548"} , +{"type":"Feature","id":"n2914271653","geometry":{"type":"Point","coordinates":[-0.5600192,51.3168604]},"properties":{"@type":"node","@id":2914271653,"@timestamp":1423176011},"coords":"51.3168604,-0.5600192","bedrooms":"0","price":"276000","area":"605"} , +{"type":"Feature","id":"n2914271752","geometry":{"type":"Point","coordinates":[-0.558312,51.3171247]},"properties":{"@type":"node","@id":2914271752,"@timestamp":1423176010},"coords":"51.3171247,-0.558312","bedrooms":"0","price":"253000","area":"497"} , +{"type":"Feature","id":"n2914448710","geometry":{"type":"Point","coordinates":[-0.3498682,51.572371]},"properties":{"@type":"node","@id":2914448710,"@timestamp":1402667805},"coords":"51.572371,-0.3498682","bedrooms":"4","price":"182000","area":"534"} , +{"type":"Feature","id":"n2914448726","geometry":{"type":"Point","coordinates":[-0.3507621,51.5729917]},"properties":{"@type":"node","@id":2914448726,"@timestamp":1402667806},"coords":"51.5729917,-0.3507621","bedrooms":"1","price":"248000","area":"690"} , +{"type":"Feature","id":"n2914528587","geometry":{"type":"Point","coordinates":[-0.0764744,51.5424964]},"properties":{"@type":"node","@id":2914528587,"@timestamp":1402670741},"coords":"51.5424964,-0.0764744","bedrooms":"0","price":"287000","area":"420"} , +{"type":"Feature","id":"n2914541319","geometry":{"type":"Point","coordinates":[-0.3551004,51.5694001]},"properties":{"@type":"node","@id":2914541319,"@timestamp":1402671353},"coords":"51.5694001,-0.3551004","bedrooms":"2","price":"245000","area":"505"} , +{"type":"Feature","id":"n2914541330","geometry":{"type":"Point","coordinates":[-0.3589848,51.5671877]},"properties":{"@type":"node","@id":2914541330,"@timestamp":1430584486},"coords":"51.5671877,-0.3589848","bedrooms":"2","price":"165000","area":"446"} , +{"type":"Feature","id":"n2914698101","geometry":{"type":"Point","coordinates":[-0.1534755,51.507917]},"properties":{"@type":"node","@id":2914698101,"@timestamp":1543778970},"coords":"51.507917,-0.1534755","bedrooms":"4","price":"296000","area":"357"} , +{"type":"Feature","id":"n2914789941","geometry":{"type":"Point","coordinates":[-0.066409,51.5134491]},"properties":{"@type":"node","@id":2914789941,"@timestamp":1402683829},"coords":"51.5134491,-0.066409","bedrooms":"3","price":"247000","area":"688"} , +{"type":"Feature","id":"n2914880332","geometry":{"type":"Point","coordinates":[-0.1381862,51.5238778]},"properties":{"@type":"node","@id":2914880332,"@timestamp":1402686725},"coords":"51.5238778,-0.1381862","bedrooms":"2","price":"287000","area":"651"} , +{"type":"Feature","id":"n2914995101","geometry":{"type":"Point","coordinates":[-0.5571939,51.3187844]},"properties":{"@type":"node","@id":2914995101,"@timestamp":1402690430},"coords":"51.3187844,-0.5571939","bedrooms":"3","price":"258000","area":"690"} , +{"type":"Feature","id":"n2914995845","geometry":{"type":"Point","coordinates":[-0.5540011,51.3200901]},"properties":{"@type":"node","@id":2914995845,"@timestamp":1402690444},"coords":"51.3200901,-0.5540011","bedrooms":"4","price":"281000","area":"476"} , +{"type":"Feature","id":"n2914996869","geometry":{"type":"Point","coordinates":[-0.5544497,51.3215564]},"properties":{"@type":"node","@id":2914996869,"@timestamp":1527482098},"coords":"51.3215564,-0.5544497","bedrooms":"2","price":"196000","area":"568"} , +{"type":"Feature","id":"n2914997740","geometry":{"type":"Point","coordinates":[-0.5543555,51.3219451]},"properties":{"@type":"node","@id":2914997740,"@timestamp":1458334251},"coords":"51.3219451,-0.5543555","bedrooms":"3","price":"223000","area":"493"} , +{"type":"Feature","id":"n2915009779","geometry":{"type":"Point","coordinates":[-0.0643192,51.5193875]},"properties":{"@type":"node","@id":2915009779,"@timestamp":1402691872},"coords":"51.5193875,-0.0643192","bedrooms":"4","price":"257000","area":"594"} , +{"type":"Feature","id":"n2915034685","geometry":{"type":"Point","coordinates":[-0.0647011,51.5193219]},"properties":{"@type":"node","@id":2915034685,"@timestamp":1402692300},"coords":"51.5193219,-0.0647011","bedrooms":"2","price":"291000","area":"568"} , +{"type":"Feature","id":"n2915241396","geometry":{"type":"Point","coordinates":[-0.5470084,51.3229028]},"properties":{"@type":"node","@id":2915241396,"@timestamp":1423432053},"coords":"51.3229028,-0.5470084","bedrooms":"2","price":"267000","area":"504"} , +{"type":"Feature","id":"n2915243832","geometry":{"type":"Point","coordinates":[-0.5450119,51.3268209]},"properties":{"@type":"node","@id":2915243832,"@timestamp":1402703555},"coords":"51.3268209,-0.5450119","bedrooms":"2","price":"212000","area":"396"} , +{"type":"Feature","id":"n2915780477","geometry":{"type":"Point","coordinates":[-0.1514916,51.5312656]},"properties":{"@type":"node","@id":2915780477,"@timestamp":1402743727},"coords":"51.5312656,-0.1514916","bedrooms":"1","price":"192000","area":"506"} , +{"type":"Feature","id":"n2915780491","geometry":{"type":"Point","coordinates":[-0.1480826,51.5319617]},"properties":{"@type":"node","@id":2915780491,"@timestamp":1402743727},"coords":"51.5319617,-0.1480826","bedrooms":"4","price":"178000","area":"353"} , +{"type":"Feature","id":"n2915781239","geometry":{"type":"Point","coordinates":[-0.1492651,51.5330094]},"properties":{"@type":"node","@id":2915781239,"@timestamp":1402743729},"coords":"51.5330094,-0.1492651","bedrooms":"3","price":"265000","area":"693"} , +{"type":"Feature","id":"n2915781407","geometry":{"type":"Point","coordinates":[-0.1497265,51.5349398]},"properties":{"@type":"node","@id":2915781407,"@timestamp":1402743730},"coords":"51.5349398,-0.1497265","bedrooms":"4","price":"264000","area":"396"} , +{"type":"Feature","id":"n2915866895","geometry":{"type":"Point","coordinates":[0.0052735,51.5486715]},"properties":{"@type":"node","@id":2915866895,"@timestamp":1561723646},"coords":"51.5486715,0.0052735","bedrooms":"4","price":"153000","area":"460"} , +{"type":"Feature","id":"n2916088962","geometry":{"type":"Point","coordinates":[-0.3261121,51.1869701]},"properties":{"@type":"node","@id":2916088962,"@timestamp":1611073436},"coords":"51.1869701,-0.3261121","bedrooms":"2","price":"199000","area":"526"} , +{"type":"Feature","id":"n2916469732","geometry":{"type":"Point","coordinates":[0.1897622,51.106513]},"properties":{"@type":"node","@id":2916469732,"@timestamp":1402780120},"coords":"51.106513,0.1897622","bedrooms":"0","price":"266000","area":"361"} , +{"type":"Feature","id":"n2916660681","geometry":{"type":"Point","coordinates":[-0.0656974,51.4764764]},"properties":{"@type":"node","@id":2916660681,"@timestamp":1402793422},"coords":"51.4764764,-0.0656974","bedrooms":"1","price":"238000","area":"497"} , +{"type":"Feature","id":"n2917172139","geometry":{"type":"Point","coordinates":[0.2803254,51.1592492]},"properties":{"@type":"node","@id":2917172139,"@timestamp":1402827048},"coords":"51.1592492,0.2803254","bedrooms":"1","price":"156000","area":"661"} , +{"type":"Feature","id":"n2917442199","geometry":{"type":"Point","coordinates":[-0.3028831,51.6191501]},"properties":{"@type":"node","@id":2917442199,"@timestamp":1402842735},"coords":"51.6191501,-0.3028831","bedrooms":"3","price":"230000","area":"650"} , +{"type":"Feature","id":"n2917442716","geometry":{"type":"Point","coordinates":[-0.3020672,51.6193412]},"properties":{"@type":"node","@id":2917442716,"@timestamp":1402842735},"coords":"51.6193412,-0.3020672","bedrooms":"0","price":"224000","area":"501"} , +{"type":"Feature","id":"n2917686077","geometry":{"type":"Point","coordinates":[0.8846084,51.903064]},"properties":{"@type":"node","@id":2917686077,"@timestamp":1604321638},"coords":"51.903064,0.8846084","bedrooms":"4","price":"263000","area":"625"} , +{"type":"Feature","id":"n2917824515","geometry":{"type":"Point","coordinates":[-0.5461874,51.4320786]},"properties":{"@type":"node","@id":2917824515,"@timestamp":1625402359},"coords":"51.4320786,-0.5461874","bedrooms":"4","price":"271000","area":"699"} , +{"type":"Feature","id":"n2917968208","geometry":{"type":"Point","coordinates":[-0.5919574,51.4102945]},"properties":{"@type":"node","@id":2917968208,"@timestamp":1443176650},"coords":"51.4102945,-0.5919574","bedrooms":"1","price":"231000","area":"533"} , +{"type":"Feature","id":"n2917968280","geometry":{"type":"Point","coordinates":[-0.5950452,51.4194247]},"properties":{"@type":"node","@id":2917968280,"@timestamp":1402870598},"coords":"51.4194247,-0.5950452","bedrooms":"2","price":"152000","area":"401"} , +{"type":"Feature","id":"n2918007761","geometry":{"type":"Point","coordinates":[-0.0641189,51.4746575]},"properties":{"@type":"node","@id":2918007761,"@timestamp":1548955508},"coords":"51.4746575,-0.0641189","bedrooms":"4","price":"200000","area":"426"} , +{"type":"Feature","id":"n2918092223","geometry":{"type":"Point","coordinates":[-0.5587628,51.3201647]},"properties":{"@type":"node","@id":2918092223,"@timestamp":1402878513},"coords":"51.3201647,-0.5587628","bedrooms":"1","price":"174000","area":"403"} , +{"type":"Feature","id":"n2918668131","geometry":{"type":"Point","coordinates":[0.7190697,51.8496498]},"properties":{"@type":"node","@id":2918668131,"@timestamp":1535576300},"coords":"51.8496498,0.7190697","bedrooms":"1","price":"257000","area":"618"} , +{"type":"Feature","id":"n2918727701","geometry":{"type":"Point","coordinates":[-0.10699,51.499926]},"properties":{"@type":"node","@id":2918727701,"@timestamp":1543777319},"coords":"51.499926,-0.10699","bedrooms":"3","price":"247000","area":"379"} , +{"type":"Feature","id":"n2918746770","geometry":{"type":"Point","coordinates":[-1.0544414,51.0915736]},"properties":{"@type":"node","@id":2918746770,"@timestamp":1402930412},"coords":"51.0915736,-1.0544414","bedrooms":"2","price":"200000","area":"412"} , +{"type":"Feature","id":"n2919362028","geometry":{"type":"Point","coordinates":[0.35064,51.099377]},"properties":{"@type":"node","@id":2919362028,"@timestamp":1402951587},"coords":"51.099377,0.35064","bedrooms":"2","price":"275000","area":"568"} , +{"type":"Feature","id":"n2919388987","geometry":{"type":"Point","coordinates":[-0.5953919,51.312216]},"properties":{"@type":"node","@id":2919388987,"@timestamp":1422402823},"coords":"51.312216,-0.5953919","bedrooms":"2","price":"287000","area":"517"} , +{"type":"Feature","id":"n2919390173","geometry":{"type":"Point","coordinates":[-0.5938054,51.3133123]},"properties":{"@type":"node","@id":2919390173,"@timestamp":1425736521},"coords":"51.3133123,-0.5938054","bedrooms":"1","price":"295000","area":"544"} , +{"type":"Feature","id":"n2919808056","geometry":{"type":"Point","coordinates":[-0.0212428,51.5303823]},"properties":{"@type":"node","@id":2919808056,"@timestamp":1402984988},"coords":"51.5303823,-0.0212428","bedrooms":"1","price":"242000","area":"462"} , +{"type":"Feature","id":"n2920335209","geometry":{"type":"Point","coordinates":[-0.010269,51.1282122]},"properties":{"@type":"node","@id":2920335209,"@timestamp":1403013266},"coords":"51.1282122,-0.010269","bedrooms":"1","price":"174000","area":"458"} , +{"type":"Feature","id":"n2920487337","geometry":{"type":"Point","coordinates":[-0.5968218,51.3123679]},"properties":{"@type":"node","@id":2920487337,"@timestamp":1472504263},"coords":"51.3123679,-0.5968218","bedrooms":"3","price":"230000","area":"674"} , +{"type":"Feature","id":"n2920572802","geometry":{"type":"Point","coordinates":[-0.2572043,51.5362583]},"properties":{"@type":"node","@id":2920572802,"@timestamp":1403023077},"coords":"51.5362583,-0.2572043","bedrooms":"0","price":"232000","area":"589"} , +{"type":"Feature","id":"n2920893414","geometry":{"type":"Point","coordinates":[-0.0218408,51.5307522]},"properties":{"@type":"node","@id":2920893414,"@timestamp":1466608616},"coords":"51.5307522,-0.0218408","bedrooms":"2","price":"264000","area":"633"} , +{"type":"Feature","id":"n2921157775","geometry":{"type":"Point","coordinates":[-0.0551854,51.5249102]},"properties":{"@type":"node","@id":2921157775,"@timestamp":1405103728},"coords":"51.5249102,-0.0551854","bedrooms":"2","price":"273000","area":"685"} , +{"type":"Feature","id":"n2921257298","geometry":{"type":"Point","coordinates":[-0.3557536,51.4405721]},"properties":{"@type":"node","@id":2921257298,"@timestamp":1403053026},"coords":"51.4405721,-0.3557536","bedrooms":"3","price":"176000","area":"432"} , +{"type":"Feature","id":"n2921258598","geometry":{"type":"Point","coordinates":[-0.3591504,51.4395963]},"properties":{"@type":"node","@id":2921258598,"@timestamp":1403053025},"coords":"51.4395963,-0.3591504","bedrooms":"1","price":"291000","area":"461"} , +{"type":"Feature","id":"n2921258946","geometry":{"type":"Point","coordinates":[-0.3708204,51.4376317]},"properties":{"@type":"node","@id":2921258946,"@timestamp":1403048111},"coords":"51.4376317,-0.3708204","bedrooms":"2","price":"225000","area":"610"} , +{"type":"Feature","id":"n2921275961","geometry":{"type":"Point","coordinates":[-0.6065081,51.3085509]},"properties":{"@type":"node","@id":2921275961,"@timestamp":1506721065},"coords":"51.3085509,-0.6065081","bedrooms":"1","price":"257000","area":"461"} , +{"type":"Feature","id":"n2921280451","geometry":{"type":"Point","coordinates":[-0.6101638,51.3110796]},"properties":{"@type":"node","@id":2921280451,"@timestamp":1427963246},"coords":"51.3110796,-0.6101638","bedrooms":"3","price":"154000","area":"651"} , +{"type":"Feature","id":"n2921289975","geometry":{"type":"Point","coordinates":[-0.3673369,51.438294]},"properties":{"@type":"node","@id":2921289975,"@timestamp":1403050288},"coords":"51.438294,-0.3673369","bedrooms":"3","price":"175000","area":"352"} , +{"type":"Feature","id":"n2921300249","geometry":{"type":"Point","coordinates":[-0.3598416,51.439682]},"properties":{"@type":"node","@id":2921300249,"@timestamp":1403052164},"coords":"51.439682,-0.3598416","bedrooms":"3","price":"208000","area":"574"} , +{"type":"Feature","id":"n2921301113","geometry":{"type":"Point","coordinates":[-0.3563991,51.4405018]},"properties":{"@type":"node","@id":2921301113,"@timestamp":1403052165},"coords":"51.4405018,-0.3563991","bedrooms":"1","price":"270000","area":"478"} , +{"type":"Feature","id":"n2921402522","geometry":{"type":"Point","coordinates":[-0.0542231,51.5015201]},"properties":{"@type":"node","@id":2921402522,"@timestamp":1475069559},"coords":"51.5015201,-0.0542231","bedrooms":"3","price":"258000","area":"463"} , +{"type":"Feature","id":"n2921416349","geometry":{"type":"Point","coordinates":[-0.0532109,51.5017529]},"properties":{"@type":"node","@id":2921416349,"@timestamp":1403067802},"coords":"51.5017529,-0.0532109","bedrooms":"4","price":"241000","area":"373"} , +{"type":"Feature","id":"n2921416364","geometry":{"type":"Point","coordinates":[-0.0527506,51.5020608]},"properties":{"@type":"node","@id":2921416364,"@timestamp":1403067802},"coords":"51.5020608,-0.0527506","bedrooms":"4","price":"240000","area":"441"} , +{"type":"Feature","id":"n2921587065","geometry":{"type":"Point","coordinates":[-0.1713239,51.500655]},"properties":{"@type":"node","@id":2921587065,"@timestamp":1541227658},"coords":"51.500655,-0.1713239","bedrooms":"4","price":"293000","area":"640"} , +{"type":"Feature","id":"n2921835875","geometry":{"type":"Point","coordinates":[-0.0897022,51.5057447]},"properties":{"@type":"node","@id":2921835875,"@timestamp":1473096605},"coords":"51.5057447,-0.0897022","bedrooms":"2","price":"226000","area":"437"} , +{"type":"Feature","id":"n2922430277","geometry":{"type":"Point","coordinates":[-0.6079025,51.3131424]},"properties":{"@type":"node","@id":2922430277,"@timestamp":1469304113},"coords":"51.3131424,-0.6079025","bedrooms":"3","price":"186000","area":"524"} , +{"type":"Feature","id":"n2923336068","geometry":{"type":"Point","coordinates":[-0.6055031,51.3153037]},"properties":{"@type":"node","@id":2923336068,"@timestamp":1533071272},"coords":"51.3153037,-0.6055031","bedrooms":"1","price":"151000","area":"664"} , +{"type":"Feature","id":"n2923510482","geometry":{"type":"Point","coordinates":[0.3379271,51.2234737]},"properties":{"@type":"node","@id":2923510482,"@timestamp":1403186708},"coords":"51.2234737,0.3379271","bedrooms":"4","price":"226000","area":"448"} , +{"type":"Feature","id":"n2923668954","geometry":{"type":"Point","coordinates":[0.2704339,51.258882]},"properties":{"@type":"node","@id":2923668954,"@timestamp":1410905815},"coords":"51.258882,0.2704339","bedrooms":"0","price":"237000","area":"693"} , +{"type":"Feature","id":"n2923687725","geometry":{"type":"Point","coordinates":[0.2628342,51.0193833]},"properties":{"@type":"node","@id":2923687725,"@timestamp":1403197566},"coords":"51.0193833,0.2628342","bedrooms":"0","price":"229000","area":"382"} , +{"type":"Feature","id":"n2923761910","geometry":{"type":"Point","coordinates":[-0.166685,51.2386378]},"properties":{"@type":"node","@id":2923761910,"@timestamp":1615037634},"coords":"51.2386378,-0.166685","bedrooms":"0","price":"207000","area":"585"} , +{"type":"Feature","id":"n2924018565","geometry":{"type":"Point","coordinates":[-0.0181656,51.4353217]},"properties":{"@type":"node","@id":2924018565,"@timestamp":1564909699},"coords":"51.4353217,-0.0181656","bedrooms":"0","price":"164000","area":"633"} , +{"type":"Feature","id":"n2924025577","geometry":{"type":"Point","coordinates":[-0.3277714,51.4733341]},"properties":{"@type":"node","@id":2924025577,"@timestamp":1619480919},"coords":"51.4733341,-0.3277714","bedrooms":"0","price":"207000","area":"429"} , +{"type":"Feature","id":"n2924588201","geometry":{"type":"Point","coordinates":[-0.0930209,51.472726]},"properties":{"@type":"node","@id":2924588201,"@timestamp":1616291854},"coords":"51.472726,-0.0930209","bedrooms":"1","price":"210000","area":"676"} , +{"type":"Feature","id":"n2924952966","geometry":{"type":"Point","coordinates":[-0.1690729,51.4660484]},"properties":{"@type":"node","@id":2924952966,"@timestamp":1596818280},"coords":"51.4660484,-0.1690729","bedrooms":"3","price":"191000","area":"447"} , +{"type":"Feature","id":"n2925135840","geometry":{"type":"Point","coordinates":[-0.0106756,51.4605944]},"properties":{"@type":"node","@id":2925135840,"@timestamp":1541287948},"coords":"51.4605944,-0.0106756","bedrooms":"1","price":"237000","area":"356"} , +{"type":"Feature","id":"n2925189117","geometry":{"type":"Point","coordinates":[-0.3276794,51.5661434]},"properties":{"@type":"node","@id":2925189117,"@timestamp":1403307700},"coords":"51.5661434,-0.3276794","bedrooms":"3","price":"184000","area":"624"} , +{"type":"Feature","id":"n2925189127","geometry":{"type":"Point","coordinates":[-0.3277258,51.5668008]},"properties":{"@type":"node","@id":2925189127,"@timestamp":1403307700},"coords":"51.5668008,-0.3277258","bedrooms":"0","price":"158000","area":"398"} , +{"type":"Feature","id":"n2925189137","geometry":{"type":"Point","coordinates":[-0.3265836,51.5675288]},"properties":{"@type":"node","@id":2925189137,"@timestamp":1403296093},"coords":"51.5675288,-0.3265836","bedrooms":"0","price":"282000","area":"507"} , +{"type":"Feature","id":"n2925189147","geometry":{"type":"Point","coordinates":[-0.3277139,51.5672382]},"properties":{"@type":"node","@id":2925189147,"@timestamp":1403296094},"coords":"51.5672382,-0.3277139","bedrooms":"0","price":"151000","area":"436"} , +{"type":"Feature","id":"n2925307400","geometry":{"type":"Point","coordinates":[-0.0475514,51.4928174]},"properties":{"@type":"node","@id":2925307400,"@timestamp":1403301755},"coords":"51.4928174,-0.0475514","bedrooms":"3","price":"153000","area":"419"} , +{"type":"Feature","id":"n2925396629","geometry":{"type":"Point","coordinates":[-0.3235404,51.5682502]},"properties":{"@type":"node","@id":2925396629,"@timestamp":1425848165},"coords":"51.5682502,-0.3235404","bedrooms":"1","price":"230000","area":"358"} , +{"type":"Feature","id":"n2925396639","geometry":{"type":"Point","coordinates":[-0.3297368,51.5627261]},"properties":{"@type":"node","@id":2925396639,"@timestamp":1403307692},"coords":"51.5627261,-0.3297368","bedrooms":"4","price":"281000","area":"452"} , +{"type":"Feature","id":"n2925396650","geometry":{"type":"Point","coordinates":[-0.3240291,51.5680475]},"properties":{"@type":"node","@id":2925396650,"@timestamp":1403307693},"coords":"51.5680475,-0.3240291","bedrooms":"1","price":"195000","area":"379"} , +{"type":"Feature","id":"n2925396660","geometry":{"type":"Point","coordinates":[-0.3284493,51.5627759]},"properties":{"@type":"node","@id":2925396660,"@timestamp":1403569546},"coords":"51.5627759,-0.3284493","bedrooms":"4","price":"252000","area":"475"} , +{"type":"Feature","id":"n2925396670","geometry":{"type":"Point","coordinates":[-0.3276294,51.5654361]},"properties":{"@type":"node","@id":2925396670,"@timestamp":1403307693},"coords":"51.5654361,-0.3276294","bedrooms":"1","price":"212000","area":"375"} , +{"type":"Feature","id":"n2925396681","geometry":{"type":"Point","coordinates":[-0.3246817,51.5681996]},"properties":{"@type":"node","@id":2925396681,"@timestamp":1403307694},"coords":"51.5681996,-0.3246817","bedrooms":"1","price":"224000","area":"568"} , +{"type":"Feature","id":"n2925396691","geometry":{"type":"Point","coordinates":[-0.3276011,51.5650365]},"properties":{"@type":"node","@id":2925396691,"@timestamp":1403307694},"coords":"51.5650365,-0.3276011","bedrooms":"2","price":"264000","area":"639"} , +{"type":"Feature","id":"n2925396802","geometry":{"type":"Point","coordinates":[-0.3275879,51.5648499]},"properties":{"@type":"node","@id":2925396802,"@timestamp":1403307695},"coords":"51.5648499,-0.3275879","bedrooms":"1","price":"219000","area":"391"} , +{"type":"Feature","id":"n2925396812","geometry":{"type":"Point","coordinates":[-0.3277216,51.5638522]},"properties":{"@type":"node","@id":2925396812,"@timestamp":1403307695},"coords":"51.5638522,-0.3277216","bedrooms":"2","price":"193000","area":"491"} , +{"type":"Feature","id":"n2925396823","geometry":{"type":"Point","coordinates":[-0.3262646,51.5676323]},"properties":{"@type":"node","@id":2925396823,"@timestamp":1403307695},"coords":"51.5676323,-0.3262646","bedrooms":"3","price":"188000","area":"448"} , +{"type":"Feature","id":"n2925616792","geometry":{"type":"Point","coordinates":[-0.7768087,51.2519262]},"properties":{"@type":"node","@id":2925616792,"@timestamp":1434485350},"coords":"51.2519262,-0.7768087","bedrooms":"2","price":"184000","area":"581"} , +{"type":"Feature","id":"n2925702629","geometry":{"type":"Point","coordinates":[-0.9402389,51.003588]},"properties":{"@type":"node","@id":2925702629,"@timestamp":1531692692},"coords":"51.003588,-0.9402389","bedrooms":"3","price":"168000","area":"521"} , +{"type":"Feature","id":"n2925945444","geometry":{"type":"Point","coordinates":[0.0128977,51.8909547]},"properties":{"@type":"node","@id":2925945444,"@timestamp":1403354638},"coords":"51.8909547,0.0128977","bedrooms":"1","price":"241000","area":"439"} , +{"type":"Feature","id":"n2926799375","geometry":{"type":"Point","coordinates":[-0.3276063,51.5631878]},"properties":{"@type":"node","@id":2926799375,"@timestamp":1403395667},"coords":"51.5631878,-0.3276063","bedrooms":"3","price":"175000","area":"355"} , +{"type":"Feature","id":"n2927188059","geometry":{"type":"Point","coordinates":[-0.9537106,51.2565497]},"properties":{"@type":"node","@id":2927188059,"@timestamp":1403429512},"coords":"51.2565497,-0.9537106","bedrooms":"4","price":"214000","area":"619"} , +{"type":"Feature","id":"n2927355664","geometry":{"type":"Point","coordinates":[-0.7007085,51.6067127]},"properties":{"@type":"node","@id":2927355664,"@timestamp":1403436342},"coords":"51.6067127,-0.7007085","bedrooms":"1","price":"252000","area":"698"} , +{"type":"Feature","id":"n2927355984","geometry":{"type":"Point","coordinates":[-0.7003617,51.6063589]},"properties":{"@type":"node","@id":2927355984,"@timestamp":1500728130},"coords":"51.6063589,-0.7003617","bedrooms":"3","price":"296000","area":"672"} , +{"type":"Feature","id":"n2927356125","geometry":{"type":"Point","coordinates":[-0.7009361,51.6066991]},"properties":{"@type":"node","@id":2927356125,"@timestamp":1403436345},"coords":"51.6066991,-0.7009361","bedrooms":"3","price":"201000","area":"680"} , +{"type":"Feature","id":"n2927356189","geometry":{"type":"Point","coordinates":[-0.7006362,51.6080843]},"properties":{"@type":"node","@id":2927356189,"@timestamp":1403436347},"coords":"51.6080843,-0.7006362","bedrooms":"3","price":"248000","area":"680"} , +{"type":"Feature","id":"n2927356392","geometry":{"type":"Point","coordinates":[-0.7039694,51.6120592]},"properties":{"@type":"node","@id":2927356392,"@timestamp":1403436351},"coords":"51.6120592,-0.7039694","bedrooms":"4","price":"155000","area":"623"} , +{"type":"Feature","id":"n2927356414","geometry":{"type":"Point","coordinates":[-0.7114181,51.6133505]},"properties":{"@type":"node","@id":2927356414,"@timestamp":1403436352},"coords":"51.6133505,-0.7114181","bedrooms":"0","price":"280000","area":"504"} , +{"type":"Feature","id":"n2927597453","geometry":{"type":"Point","coordinates":[0.003093,51.4059792]},"properties":{"@type":"node","@id":2927597453,"@timestamp":1619736125},"coords":"51.4059792,0.003093","bedrooms":"4","price":"237000","area":"418"} , +{"type":"Feature","id":"n2927941560","geometry":{"type":"Point","coordinates":[-0.876629,51.538925]},"properties":{"@type":"node","@id":2927941560,"@timestamp":1520422842},"coords":"51.538925,-0.876629","bedrooms":"2","price":"178000","area":"428"} , +{"type":"Feature","id":"n2928034146","geometry":{"type":"Point","coordinates":[-0.152829,51.4747623]},"properties":{"@type":"node","@id":2928034146,"@timestamp":1403466065},"coords":"51.4747623,-0.152829","bedrooms":"2","price":"223000","area":"574"} , +{"type":"Feature","id":"n2928247913","geometry":{"type":"Point","coordinates":[-0.3374822,51.506332]},"properties":{"@type":"node","@id":2928247913,"@timestamp":1418656401},"coords":"51.506332,-0.3374822","bedrooms":"4","price":"194000","area":"596"} , +{"type":"Feature","id":"n2928398625","geometry":{"type":"Point","coordinates":[-0.648832,51.4907934]},"properties":{"@type":"node","@id":2928398625,"@timestamp":1403476741},"coords":"51.4907934,-0.648832","bedrooms":"4","price":"281000","area":"551"} , +{"type":"Feature","id":"n2928462048","geometry":{"type":"Point","coordinates":[-0.6410903,51.4909776]},"properties":{"@type":"node","@id":2928462048,"@timestamp":1403479670},"coords":"51.4909776,-0.6410903","bedrooms":"2","price":"284000","area":"474"} , +{"type":"Feature","id":"n2928852001","geometry":{"type":"Point","coordinates":[-0.1943021,51.5229368]},"properties":{"@type":"node","@id":2928852001,"@timestamp":1566402493},"coords":"51.5229368,-0.1943021","bedrooms":"3","price":"172000","area":"647"} , +{"type":"Feature","id":"n2928924409","geometry":{"type":"Point","coordinates":[-0.0756534,51.5481741]},"properties":{"@type":"node","@id":2928924409,"@timestamp":1560127481},"coords":"51.5481741,-0.0756534","bedrooms":"1","price":"245000","area":"644"} , +{"type":"Feature","id":"n2929249769","geometry":{"type":"Point","coordinates":[-0.0771142,51.5482537]},"properties":{"@type":"node","@id":2929249769,"@timestamp":1403531051},"coords":"51.5482537,-0.0771142","bedrooms":"2","price":"239000","area":"633"} , +{"type":"Feature","id":"n2929929405","geometry":{"type":"Point","coordinates":[0.5065663,51.7363674]},"properties":{"@type":"node","@id":2929929405,"@timestamp":1403553299},"coords":"51.7363674,0.5065663","bedrooms":"1","price":"239000","area":"494"} , +{"type":"Feature","id":"n2930226352","geometry":{"type":"Point","coordinates":[-0.080652,51.527699]},"properties":{"@type":"node","@id":2930226352,"@timestamp":1553720679},"coords":"51.527699,-0.080652","bedrooms":"3","price":"170000","area":"505"} , +{"type":"Feature","id":"n2930374554","geometry":{"type":"Point","coordinates":[-0.3224318,51.5660567]},"properties":{"@type":"node","@id":2930374554,"@timestamp":1403569542},"coords":"51.5660567,-0.3224318","bedrooms":"3","price":"165000","area":"511"} , +{"type":"Feature","id":"n2930374564","geometry":{"type":"Point","coordinates":[-0.3216849,51.5680061]},"properties":{"@type":"node","@id":2930374564,"@timestamp":1403569542},"coords":"51.5680061,-0.3216849","bedrooms":"1","price":"156000","area":"601"} , +{"type":"Feature","id":"n2930374574","geometry":{"type":"Point","coordinates":[-0.3268966,51.5635848]},"properties":{"@type":"node","@id":2930374574,"@timestamp":1403569543},"coords":"51.5635848,-0.3268966","bedrooms":"0","price":"255000","area":"499"} , +{"type":"Feature","id":"n2930374584","geometry":{"type":"Point","coordinates":[-0.3256553,51.5642707]},"properties":{"@type":"node","@id":2930374584,"@timestamp":1403569543},"coords":"51.5642707,-0.3256553","bedrooms":"4","price":"266000","area":"691"} , +{"type":"Feature","id":"n2930374594","geometry":{"type":"Point","coordinates":[-0.3239041,51.5652371]},"properties":{"@type":"node","@id":2930374594,"@timestamp":1403569544},"coords":"51.5652371,-0.3239041","bedrooms":"4","price":"194000","area":"360"} , +{"type":"Feature","id":"n2930732892","geometry":{"type":"Point","coordinates":[-0.2532238,51.394826]},"properties":{"@type":"node","@id":2930732892,"@timestamp":1551736501},"coords":"51.394826,-0.2532238","bedrooms":"3","price":"282000","area":"530"} , +{"type":"Feature","id":"n2930791607","geometry":{"type":"Point","coordinates":[-0.5578732,51.321596]},"properties":{"@type":"node","@id":2930791607,"@timestamp":1462988301},"coords":"51.321596,-0.5578732","bedrooms":"3","price":"191000","area":"527"} , +{"type":"Feature","id":"n2930989241","geometry":{"type":"Point","coordinates":[-0.325855,51.5648943]},"properties":{"@type":"node","@id":2930989241,"@timestamp":1425848165},"coords":"51.5648943,-0.325855","bedrooms":"1","price":"166000","area":"679"} , +{"type":"Feature","id":"n2930989257","geometry":{"type":"Point","coordinates":[-0.3238771,51.5659984]},"properties":{"@type":"node","@id":2930989257,"@timestamp":1425848165},"coords":"51.5659984,-0.3238771","bedrooms":"3","price":"234000","area":"377"} , +{"type":"Feature","id":"n2931492423","geometry":{"type":"Point","coordinates":[-0.0129057,51.4647939]},"properties":{"@type":"node","@id":2931492423,"@timestamp":1403635286},"coords":"51.4647939,-0.0129057","bedrooms":"1","price":"292000","area":"578"} , +{"type":"Feature","id":"n2931892004","geometry":{"type":"Point","coordinates":[-1.0914954,51.1584069]},"properties":{"@type":"node","@id":2931892004,"@timestamp":1496239029},"coords":"51.1584069,-1.0914954","bedrooms":"3","price":"264000","area":"441"} , +{"type":"Feature","id":"n2932003228","geometry":{"type":"Point","coordinates":[-0.3509745,51.4362056]},"properties":{"@type":"node","@id":2932003228,"@timestamp":1403650280},"coords":"51.4362056,-0.3509745","bedrooms":"3","price":"182000","area":"566"} , +{"type":"Feature","id":"n2932500915","geometry":{"type":"Point","coordinates":[-0.1080044,51.4973516]},"properties":{"@type":"node","@id":2932500915,"@timestamp":1627170115},"coords":"51.4973516,-0.1080044","bedrooms":"2","price":"288000","area":"683"} , +{"type":"Feature","id":"n2932665408","geometry":{"type":"Point","coordinates":[-0.7864225,51.1679087]},"properties":{"@type":"node","@id":2932665408,"@timestamp":1496239029},"coords":"51.1679087,-0.7864225","bedrooms":"4","price":"160000","area":"660"} , +{"type":"Feature","id":"n2932939310","geometry":{"type":"Point","coordinates":[-0.1400363,51.5081223]},"properties":{"@type":"node","@id":2932939310,"@timestamp":1528910111},"coords":"51.5081223,-0.1400363","bedrooms":"1","price":"228000","area":"384"} , +{"type":"Feature","id":"n2932988745","geometry":{"type":"Point","coordinates":[-0.0533601,51.4392735]},"properties":{"@type":"node","@id":2932988745,"@timestamp":1403708255},"coords":"51.4392735,-0.0533601","bedrooms":"0","price":"210000","area":"640"} , +{"type":"Feature","id":"n2933288138","geometry":{"type":"Point","coordinates":[0.8718388,51.8987458]},"properties":{"@type":"node","@id":2933288138,"@timestamp":1403722483},"coords":"51.8987458,0.8718388","bedrooms":"4","price":"224000","area":"588"} , +{"type":"Feature","id":"n2933337589","geometry":{"type":"Point","coordinates":[-0.1107041,51.6032105]},"properties":{"@type":"node","@id":2933337589,"@timestamp":1476741944},"coords":"51.6032105,-0.1107041","bedrooms":"0","price":"257000","area":"411"} , +{"type":"Feature","id":"n2933947041","geometry":{"type":"Point","coordinates":[0.0344331,51.4530574]},"properties":{"@type":"node","@id":2933947041,"@timestamp":1545335466},"coords":"51.4530574,0.0344331","bedrooms":"4","price":"195000","area":"424"} , +{"type":"Feature","id":"n2934206643","geometry":{"type":"Point","coordinates":[-0.5580419,51.3193245]},"properties":{"@type":"node","@id":2934206643,"@timestamp":1487721661},"coords":"51.3193245,-0.5580419","bedrooms":"4","price":"177000","area":"467"} , +{"type":"Feature","id":"n2934229453","geometry":{"type":"Point","coordinates":[-0.3329258,51.2243884]},"properties":{"@type":"node","@id":2934229453,"@timestamp":1403788457},"coords":"51.2243884,-0.3329258","bedrooms":"1","price":"293000","area":"536"} , +{"type":"Feature","id":"n2934229465","geometry":{"type":"Point","coordinates":[-0.3244305,51.2408201]},"properties":{"@type":"node","@id":2934229465,"@timestamp":1568478718},"coords":"51.2408201,-0.3244305","bedrooms":"2","price":"258000","area":"552"} , +{"type":"Feature","id":"n2934229478","geometry":{"type":"Point","coordinates":[-0.3258461,51.2163643]},"properties":{"@type":"node","@id":2934229478,"@timestamp":1613478841},"coords":"51.2163643,-0.3258461","bedrooms":"2","price":"254000","area":"446"} , +{"type":"Feature","id":"n2934229488","geometry":{"type":"Point","coordinates":[-0.3460657,51.0925941]},"properties":{"@type":"node","@id":2934229488,"@timestamp":1403788459},"coords":"51.0925941,-0.3460657","bedrooms":"4","price":"222000","area":"507"} , +{"type":"Feature","id":"n2934229498","geometry":{"type":"Point","coordinates":[-0.3179871,51.1802221]},"properties":{"@type":"node","@id":2934229498,"@timestamp":1567647512},"coords":"51.1802221,-0.3179871","bedrooms":"4","price":"247000","area":"699"} , +{"type":"Feature","id":"n2934230110","geometry":{"type":"Point","coordinates":[-0.322205,51.1886506]},"properties":{"@type":"node","@id":2934230110,"@timestamp":1442250385},"coords":"51.1886506,-0.322205","bedrooms":"4","price":"172000","area":"434"} , +{"type":"Feature","id":"n2934230124","geometry":{"type":"Point","coordinates":[-0.3338655,51.230945]},"properties":{"@type":"node","@id":2934230124,"@timestamp":1567647512},"coords":"51.230945,-0.3338655","bedrooms":"2","price":"208000","area":"374"} , +{"type":"Feature","id":"n2934230134","geometry":{"type":"Point","coordinates":[-0.3198267,51.1535285]},"properties":{"@type":"node","@id":2934230134,"@timestamp":1442432813},"coords":"51.1535285,-0.3198267","bedrooms":"0","price":"242000","area":"404"} , +{"type":"Feature","id":"n2934230146","geometry":{"type":"Point","coordinates":[-0.3301779,51.2326937]},"properties":{"@type":"node","@id":2934230146,"@timestamp":1567647512},"coords":"51.2326937,-0.3301779","bedrooms":"2","price":"299000","area":"527"} , +{"type":"Feature","id":"n2934343612","geometry":{"type":"Point","coordinates":[-0.5590924,51.319352]},"properties":{"@type":"node","@id":2934343612,"@timestamp":1487721661},"coords":"51.319352,-0.5590924","bedrooms":"2","price":"156000","area":"655"} , +{"type":"Feature","id":"n2934343624","geometry":{"type":"Point","coordinates":[-0.5595352,51.3192756]},"properties":{"@type":"node","@id":2934343624,"@timestamp":1559163017},"coords":"51.3192756,-0.5595352","bedrooms":"2","price":"163000","area":"462"} , +{"type":"Feature","id":"n2934493777","geometry":{"type":"Point","coordinates":[-1.0966107,51.2377848]},"properties":{"@type":"node","@id":2934493777,"@timestamp":1631303043},"coords":"51.2377848,-1.0966107","bedrooms":"4","price":"299000","area":"408"} , +{"type":"Feature","id":"n2934560094","geometry":{"type":"Point","coordinates":[-0.5565861,51.3192271]},"properties":{"@type":"node","@id":2934560094,"@timestamp":1403805596},"coords":"51.3192271,-0.5565861","bedrooms":"0","price":"177000","area":"429"} , +{"type":"Feature","id":"n2934616591","geometry":{"type":"Point","coordinates":[-0.3359512,51.2316873]},"properties":{"@type":"node","@id":2934616591,"@timestamp":1570453172},"coords":"51.2316873,-0.3359512","bedrooms":"1","price":"150000","area":"454"} , +{"type":"Feature","id":"n2934731202","geometry":{"type":"Point","coordinates":[-0.556558,51.3195099]},"properties":{"@type":"node","@id":2934731202,"@timestamp":1487892813},"coords":"51.3195099,-0.556558","bedrooms":"0","price":"188000","area":"557"} , +{"type":"Feature","id":"n2934826669","geometry":{"type":"Point","coordinates":[-0.1022439,51.3857139]},"properties":{"@type":"node","@id":2934826669,"@timestamp":1403820416},"coords":"51.3857139,-0.1022439","bedrooms":"0","price":"299000","area":"436"} , +{"type":"Feature","id":"n2934898366","geometry":{"type":"Point","coordinates":[-0.6858485,51.9185623]},"properties":{"@type":"node","@id":2934898366,"@timestamp":1622139654},"coords":"51.9185623,-0.6858485","bedrooms":"3","price":"257000","area":"414"} , +{"type":"Feature","id":"n2934924901","geometry":{"type":"Point","coordinates":[-0.2100299,51.7137319]},"properties":{"@type":"node","@id":2934924901,"@timestamp":1403831260},"coords":"51.7137319,-0.2100299","bedrooms":"4","price":"260000","area":"449"} , +{"type":"Feature","id":"n2934925118","geometry":{"type":"Point","coordinates":[-0.2096422,51.7142184]},"properties":{"@type":"node","@id":2934925118,"@timestamp":1403831264},"coords":"51.7142184,-0.2096422","bedrooms":"4","price":"205000","area":"678"} , +{"type":"Feature","id":"n2934925292","geometry":{"type":"Point","coordinates":[-0.2096187,51.7146265]},"properties":{"@type":"node","@id":2934925292,"@timestamp":1403831268},"coords":"51.7146265,-0.2096187","bedrooms":"3","price":"175000","area":"629"} , +{"type":"Feature","id":"n2934925487","geometry":{"type":"Point","coordinates":[-0.2090751,51.7152051]},"properties":{"@type":"node","@id":2934925487,"@timestamp":1403831272},"coords":"51.7152051,-0.2090751","bedrooms":"4","price":"175000","area":"555"} , +{"type":"Feature","id":"n2935510889","geometry":{"type":"Point","coordinates":[-0.3324691,51.3801282]},"properties":{"@type":"node","@id":2935510889,"@timestamp":1403876282},"coords":"51.3801282,-0.3324691","bedrooms":"3","price":"160000","area":"686"} , +{"type":"Feature","id":"n2935630764","geometry":{"type":"Point","coordinates":[-0.5584345,51.3182889]},"properties":{"@type":"node","@id":2935630764,"@timestamp":1527977571},"coords":"51.3182889,-0.5584345","bedrooms":"2","price":"238000","area":"563"} , +{"type":"Feature","id":"n2935689695","geometry":{"type":"Point","coordinates":[-0.5554647,51.3195009]},"properties":{"@type":"node","@id":2935689695,"@timestamp":1581251473},"coords":"51.3195009,-0.5554647","bedrooms":"4","price":"254000","area":"497"} , +{"type":"Feature","id":"n2935899138","geometry":{"type":"Point","coordinates":[-0.124809,51.5394606]},"properties":{"@type":"node","@id":2935899138,"@timestamp":1622327176},"coords":"51.5394606,-0.124809","bedrooms":"4","price":"193000","area":"534"} , +{"type":"Feature","id":"n2935899348","geometry":{"type":"Point","coordinates":[-0.1153623,51.5369078]},"properties":{"@type":"node","@id":2935899348,"@timestamp":1403894209},"coords":"51.5369078,-0.1153623","bedrooms":"0","price":"176000","area":"510"} , +{"type":"Feature","id":"n2935899358","geometry":{"type":"Point","coordinates":[-0.1151666,51.5386207]},"properties":{"@type":"node","@id":2935899358,"@timestamp":1403894209},"coords":"51.5386207,-0.1151666","bedrooms":"0","price":"205000","area":"687"} , +{"type":"Feature","id":"n2935899368","geometry":{"type":"Point","coordinates":[-0.1151534,51.539337]},"properties":{"@type":"node","@id":2935899368,"@timestamp":1403894209},"coords":"51.539337,-0.1151534","bedrooms":"2","price":"299000","area":"519"} , +{"type":"Feature","id":"n2935899379","geometry":{"type":"Point","coordinates":[-0.1134082,51.5408219]},"properties":{"@type":"node","@id":2935899379,"@timestamp":1403894210},"coords":"51.5408219,-0.1134082","bedrooms":"0","price":"161000","area":"595"} , +{"type":"Feature","id":"n2935899391","geometry":{"type":"Point","coordinates":[-0.0983861,51.5417958]},"properties":{"@type":"node","@id":2935899391,"@timestamp":1403894210},"coords":"51.5417958,-0.0983861","bedrooms":"3","price":"157000","area":"602"} , +{"type":"Feature","id":"n2935909901","geometry":{"type":"Point","coordinates":[-0.1098145,51.5460953]},"properties":{"@type":"node","@id":2935909901,"@timestamp":1403894210},"coords":"51.5460953,-0.1098145","bedrooms":"1","price":"217000","area":"426"} , +{"type":"Feature","id":"n2935927594","geometry":{"type":"Point","coordinates":[-0.1188179,51.5370033]},"properties":{"@type":"node","@id":2935927594,"@timestamp":1403895865},"coords":"51.5370033,-0.1188179","bedrooms":"4","price":"233000","area":"668"} , +{"type":"Feature","id":"n2936205315","geometry":{"type":"Point","coordinates":[-0.5575281,51.3209769]},"properties":{"@type":"node","@id":2936205315,"@timestamp":1403910148},"coords":"51.3209769,-0.5575281","bedrooms":"3","price":"175000","area":"547"} , +{"type":"Feature","id":"n2936672295","geometry":{"type":"Point","coordinates":[-0.0832494,51.4197297]},"properties":{"@type":"node","@id":2936672295,"@timestamp":1615399169},"coords":"51.4197297,-0.0832494","bedrooms":"4","price":"178000","area":"683"} , +{"type":"Feature","id":"n2937152604","geometry":{"type":"Point","coordinates":[0.4760208,51.7317581]},"properties":{"@type":"node","@id":2937152604,"@timestamp":1632520159},"coords":"51.7317581,0.4760208","bedrooms":"4","price":"205000","area":"413"} , +{"type":"Feature","id":"n2938026233","geometry":{"type":"Point","coordinates":[-0.6056949,51.0158077]},"properties":{"@type":"node","@id":2938026233,"@timestamp":1403988856},"coords":"51.0158077,-0.6056949","bedrooms":"1","price":"205000","area":"369"} , +{"type":"Feature","id":"n2938123696","geometry":{"type":"Point","coordinates":[-1.0428449,51.2465501]},"properties":{"@type":"node","@id":2938123696,"@timestamp":1403992261},"coords":"51.2465501,-1.0428449","bedrooms":"1","price":"202000","area":"437"} , +{"type":"Feature","id":"n2938637144","geometry":{"type":"Point","coordinates":[-0.1371889,51.5093106]},"properties":{"@type":"node","@id":2938637144,"@timestamp":1575940899},"coords":"51.5093106,-0.1371889","bedrooms":"1","price":"274000","area":"367"} , +{"type":"Feature","id":"n2938722953","geometry":{"type":"Point","coordinates":[-0.0812086,51.4171257]},"properties":{"@type":"node","@id":2938722953,"@timestamp":1564909699},"coords":"51.4171257,-0.0812086","bedrooms":"4","price":"261000","area":"547"} , +{"type":"Feature","id":"n2939150968","geometry":{"type":"Point","coordinates":[-0.6245124,51.3118365]},"properties":{"@type":"node","@id":2939150968,"@timestamp":1526584313},"coords":"51.3118365,-0.6245124","bedrooms":"1","price":"199000","area":"547"} , +{"type":"Feature","id":"n2939373039","geometry":{"type":"Point","coordinates":[-0.1359355,51.5100158]},"properties":{"@type":"node","@id":2939373039,"@timestamp":1404064103},"coords":"51.5100158,-0.1359355","bedrooms":"4","price":"210000","area":"406"} , +{"type":"Feature","id":"n2939875751","geometry":{"type":"Point","coordinates":[-0.1378603,51.5097371]},"properties":{"@type":"node","@id":2939875751,"@timestamp":1528778312},"coords":"51.5097371,-0.1378603","bedrooms":"2","price":"186000","area":"408"} , +{"type":"Feature","id":"n2939949139","geometry":{"type":"Point","coordinates":[-0.0648554,51.4735437]},"properties":{"@type":"node","@id":2939949139,"@timestamp":1404090228},"coords":"51.4735437,-0.0648554","bedrooms":"3","price":"235000","area":"562"} , +{"type":"Feature","id":"n2940472183","geometry":{"type":"Point","coordinates":[-0.1114869,51.5493986]},"properties":{"@type":"node","@id":2940472183,"@timestamp":1485625801},"coords":"51.5493986,-0.1114869","bedrooms":"1","price":"157000","area":"680"} , +{"type":"Feature","id":"n2940528303","geometry":{"type":"Point","coordinates":[-0.1157981,51.5413293]},"properties":{"@type":"node","@id":2940528303,"@timestamp":1404135190},"coords":"51.5413293,-0.1157981","bedrooms":"0","price":"277000","area":"500"} , +{"type":"Feature","id":"n2940528313","geometry":{"type":"Point","coordinates":[-0.1176629,51.5414621]},"properties":{"@type":"node","@id":2940528313,"@timestamp":1404135190},"coords":"51.5414621,-0.1176629","bedrooms":"2","price":"288000","area":"561"} , +{"type":"Feature","id":"n2940528323","geometry":{"type":"Point","coordinates":[-0.1168067,51.541704]},"properties":{"@type":"node","@id":2940528323,"@timestamp":1404135191},"coords":"51.541704,-0.1168067","bedrooms":"4","price":"223000","area":"462"} , +{"type":"Feature","id":"n2940528333","geometry":{"type":"Point","coordinates":[-0.1163088,51.5423344]},"properties":{"@type":"node","@id":2940528333,"@timestamp":1404135191},"coords":"51.5423344,-0.1163088","bedrooms":"2","price":"279000","area":"685"} , +{"type":"Feature","id":"n2940528343","geometry":{"type":"Point","coordinates":[-0.1134569,51.5427853]},"properties":{"@type":"node","@id":2940528343,"@timestamp":1404135191},"coords":"51.5427853,-0.1134569","bedrooms":"1","price":"173000","area":"652"} , +{"type":"Feature","id":"n2940528356","geometry":{"type":"Point","coordinates":[-0.103458,51.5443071]},"properties":{"@type":"node","@id":2940528356,"@timestamp":1613834735},"coords":"51.5443071,-0.103458","bedrooms":"0","price":"208000","area":"384"} , +{"type":"Feature","id":"n2940528390","geometry":{"type":"Point","coordinates":[-0.1043285,51.5447186]},"properties":{"@type":"node","@id":2940528390,"@timestamp":1404135193},"coords":"51.5447186,-0.1043285","bedrooms":"4","price":"245000","area":"657"} , +{"type":"Feature","id":"n2940528408","geometry":{"type":"Point","coordinates":[-0.1024558,51.5459323]},"properties":{"@type":"node","@id":2940528408,"@timestamp":1404135193},"coords":"51.5459323,-0.1024558","bedrooms":"2","price":"173000","area":"509"} , +{"type":"Feature","id":"n2940653375","geometry":{"type":"Point","coordinates":[0.519396,51.6148039]},"properties":{"@type":"node","@id":2940653375,"@timestamp":1571573233},"coords":"51.6148039,0.519396","bedrooms":"1","price":"207000","area":"499"} , +{"type":"Feature","id":"n2940884436","geometry":{"type":"Point","coordinates":[-0.1886893,51.5191346]},"properties":{"@type":"node","@id":2940884436,"@timestamp":1404153138},"coords":"51.5191346,-0.1886893","bedrooms":"0","price":"254000","area":"531"} , +{"type":"Feature","id":"n2940998112","geometry":{"type":"Point","coordinates":[0.3214352,51.6328484]},"properties":{"@type":"node","@id":2940998112,"@timestamp":1404158172},"coords":"51.6328484,0.3214352","bedrooms":"4","price":"150000","area":"609"} , +{"type":"Feature","id":"n2941096205","geometry":{"type":"Point","coordinates":[-0.9715932,51.4531792]},"properties":{"@type":"node","@id":2941096205,"@timestamp":1551024091},"coords":"51.4531792,-0.9715932","bedrooms":"3","price":"223000","area":"695"} , +{"type":"Feature","id":"n2941122240","geometry":{"type":"Point","coordinates":[-0.9711552,51.453337]},"properties":{"@type":"node","@id":2941122240,"@timestamp":1609696062},"coords":"51.453337,-0.9711552","bedrooms":"0","price":"164000","area":"628"} , +{"type":"Feature","id":"n2941162701","geometry":{"type":"Point","coordinates":[-0.9715925,51.4528299]},"properties":{"@type":"node","@id":2941162701,"@timestamp":1554564752},"coords":"51.4528299,-0.9715925","bedrooms":"3","price":"237000","area":"522"} , +{"type":"Feature","id":"n2941170302","geometry":{"type":"Point","coordinates":[-0.2624194,51.2098514]},"properties":{"@type":"node","@id":2941170302,"@timestamp":1608129651},"coords":"51.2098514,-0.2624194","bedrooms":"1","price":"287000","area":"549"} , +{"type":"Feature","id":"n2941593586","geometry":{"type":"Point","coordinates":[0.7556489,51.867038]},"properties":{"@type":"node","@id":2941593586,"@timestamp":1582322324},"coords":"51.867038,0.7556489","bedrooms":"0","price":"256000","area":"446"} , +{"type":"Feature","id":"n2941681799","geometry":{"type":"Point","coordinates":[0.8762127,51.9020562]},"properties":{"@type":"node","@id":2941681799,"@timestamp":1589316490},"coords":"51.9020562,0.8762127","bedrooms":"2","price":"277000","area":"580"} , +{"type":"Feature","id":"n2942062851","geometry":{"type":"Point","coordinates":[-0.1272066,51.5103526]},"properties":{"@type":"node","@id":2942062851,"@timestamp":1437984406},"coords":"51.5103526,-0.1272066","bedrooms":"3","price":"197000","area":"458"} , +{"type":"Feature","id":"n2942720514","geometry":{"type":"Point","coordinates":[-0.2974689,51.5417303]},"properties":{"@type":"node","@id":2942720514,"@timestamp":1423420830},"coords":"51.5417303,-0.2974689","bedrooms":"3","price":"161000","area":"557"} , +{"type":"Feature","id":"n2943949346","geometry":{"type":"Point","coordinates":[-0.3289197,51.2941983]},"properties":{"@type":"node","@id":2943949346,"@timestamp":1505584828},"coords":"51.2941983,-0.3289197","bedrooms":"2","price":"206000","area":"377"} , +{"type":"Feature","id":"n2944453913","geometry":{"type":"Point","coordinates":[-0.2985755,51.4268806]},"properties":{"@type":"node","@id":2944453913,"@timestamp":1631064342},"coords":"51.4268806,-0.2985755","bedrooms":"0","price":"205000","area":"591"} , +{"type":"Feature","id":"n2944736863","geometry":{"type":"Point","coordinates":[-0.9753652,51.0128647]},"properties":{"@type":"node","@id":2944736863,"@timestamp":1404342618},"coords":"51.0128647,-0.9753652","bedrooms":"0","price":"275000","area":"506"} , +{"type":"Feature","id":"n2944737022","geometry":{"type":"Point","coordinates":[-0.9865963,51.0339604]},"properties":{"@type":"node","@id":2944737022,"@timestamp":1404342622},"coords":"51.0339604,-0.9865963","bedrooms":"3","price":"196000","area":"649"} , +{"type":"Feature","id":"n2946016580","geometry":{"type":"Point","coordinates":[-0.5323493,51.2321712]},"properties":{"@type":"node","@id":2946016580,"@timestamp":1404396182},"coords":"51.2321712,-0.5323493","bedrooms":"1","price":"160000","area":"629"} , +{"type":"Feature","id":"n2946415307","geometry":{"type":"Point","coordinates":[-0.3371548,51.5789227]},"properties":{"@type":"node","@id":2946415307,"@timestamp":1612971880},"coords":"51.5789227,-0.3371548","bedrooms":"0","price":"269000","area":"665"} , +{"type":"Feature","id":"n2946695308","geometry":{"type":"Point","coordinates":[-0.5554641,51.2308796]},"properties":{"@type":"node","@id":2946695308,"@timestamp":1404426572},"coords":"51.2308796,-0.5554641","bedrooms":"0","price":"259000","area":"388"} , +{"type":"Feature","id":"n2947360566","geometry":{"type":"Point","coordinates":[-0.1635393,51.4712243]},"properties":{"@type":"node","@id":2947360566,"@timestamp":1625925584},"coords":"51.4712243,-0.1635393","bedrooms":"4","price":"221000","area":"540"} , +{"type":"Feature","id":"n2947773498","geometry":{"type":"Point","coordinates":[0.2365532,51.1548324]},"properties":{"@type":"node","@id":2947773498,"@timestamp":1404478413},"coords":"51.1548324,0.2365532","bedrooms":"3","price":"159000","area":"370"} , +{"type":"Feature","id":"n2947773882","geometry":{"type":"Point","coordinates":[0.2576625,51.1638659]},"properties":{"@type":"node","@id":2947773882,"@timestamp":1404478414},"coords":"51.1638659,0.2576625","bedrooms":"3","price":"199000","area":"450"} , +{"type":"Feature","id":"n2947773925","geometry":{"type":"Point","coordinates":[0.2720766,51.1668049]},"properties":{"@type":"node","@id":2947773925,"@timestamp":1404478415},"coords":"51.1668049,0.2720766","bedrooms":"4","price":"204000","area":"397"} , +{"type":"Feature","id":"n2947967474","geometry":{"type":"Point","coordinates":[-0.3416742,51.586501]},"properties":{"@type":"node","@id":2947967474,"@timestamp":1404486410},"coords":"51.586501,-0.3416742","bedrooms":"3","price":"171000","area":"519"} , +{"type":"Feature","id":"n2948034904","geometry":{"type":"Point","coordinates":[0.341339,51.1496098]},"properties":{"@type":"node","@id":2948034904,"@timestamp":1422711720},"coords":"51.1496098,0.341339","bedrooms":"0","price":"182000","area":"402"} , +{"type":"Feature","id":"n2948036978","geometry":{"type":"Point","coordinates":[0.3188386,51.1821127]},"properties":{"@type":"node","@id":2948036978,"@timestamp":1404488996},"coords":"51.1821127,0.3188386","bedrooms":"2","price":"279000","area":"401"} , +{"type":"Feature","id":"n2948572700","geometry":{"type":"Point","coordinates":[-0.0822566,51.3781714]},"properties":{"@type":"node","@id":2948572700,"@timestamp":1609603044},"coords":"51.3781714,-0.0822566","bedrooms":"4","price":"271000","area":"526"} , +{"type":"Feature","id":"n2948572710","geometry":{"type":"Point","coordinates":[-0.0822694,51.3788714]},"properties":{"@type":"node","@id":2948572710,"@timestamp":1609603048},"coords":"51.3788714,-0.0822694","bedrooms":"0","price":"218000","area":"448"} , +{"type":"Feature","id":"n2948578433","geometry":{"type":"Point","coordinates":[-0.0792314,51.3763776]},"properties":{"@type":"node","@id":2948578433,"@timestamp":1609602384},"coords":"51.3763776,-0.0792314","bedrooms":"1","price":"183000","area":"689"} , +{"type":"Feature","id":"n2948578443","geometry":{"type":"Point","coordinates":[-0.0791882,51.3768997]},"properties":{"@type":"node","@id":2948578443,"@timestamp":1609602411},"coords":"51.3768997,-0.0791882","bedrooms":"1","price":"274000","area":"646"} , +{"type":"Feature","id":"n2948578453","geometry":{"type":"Point","coordinates":[-0.0791421,51.3776572]},"properties":{"@type":"node","@id":2948578453,"@timestamp":1609602565},"coords":"51.3776572,-0.0791421","bedrooms":"2","price":"259000","area":"546"} , +{"type":"Feature","id":"n2948578463","geometry":{"type":"Point","coordinates":[-0.0791039,51.3783391]},"properties":{"@type":"node","@id":2948578463,"@timestamp":1609602652},"coords":"51.3783391,-0.0791039","bedrooms":"3","price":"209000","area":"546"} , +{"type":"Feature","id":"n2948582067","geometry":{"type":"Point","coordinates":[-0.0796981,51.3764808]},"properties":{"@type":"node","@id":2948582067,"@timestamp":1609602403},"coords":"51.3764808,-0.0796981","bedrooms":"4","price":"296000","area":"528"} , +{"type":"Feature","id":"n2948582077","geometry":{"type":"Point","coordinates":[-0.0796452,51.3769759]},"properties":{"@type":"node","@id":2948582077,"@timestamp":1609602482},"coords":"51.3769759,-0.0796452","bedrooms":"2","price":"285000","area":"431"} , +{"type":"Feature","id":"n2948582087","geometry":{"type":"Point","coordinates":[-0.0796116,51.3775656]},"properties":{"@type":"node","@id":2948582087,"@timestamp":1609602540},"coords":"51.3775656,-0.0796116","bedrooms":"2","price":"261000","area":"533"} , +{"type":"Feature","id":"n2948582097","geometry":{"type":"Point","coordinates":[-0.0795904,51.3780755]},"properties":{"@type":"node","@id":2948582097,"@timestamp":1609602603},"coords":"51.3780755,-0.0795904","bedrooms":"2","price":"259000","area":"487"} , +{"type":"Feature","id":"n2948582107","geometry":{"type":"Point","coordinates":[-0.0795595,51.378456]},"properties":{"@type":"node","@id":2948582107,"@timestamp":1609602669},"coords":"51.378456,-0.0795595","bedrooms":"2","price":"231000","area":"642"} , +{"type":"Feature","id":"n2949076354","geometry":{"type":"Point","coordinates":[-0.1408358,51.5129809]},"properties":{"@type":"node","@id":2949076354,"@timestamp":1628978265},"coords":"51.5129809,-0.1408358","bedrooms":"1","price":"223000","area":"647"} , +{"type":"Feature","id":"n2949292072","geometry":{"type":"Point","coordinates":[0.2623652,51.0551868]},"properties":{"@type":"node","@id":2949292072,"@timestamp":1404568741},"coords":"51.0551868,0.2623652","bedrooms":"0","price":"164000","area":"378"} , +{"type":"Feature","id":"n2949292284","geometry":{"type":"Point","coordinates":[0.2416033,51.0626362]},"properties":{"@type":"node","@id":2949292284,"@timestamp":1404568744},"coords":"51.0626362,0.2416033","bedrooms":"4","price":"256000","area":"551"} , +{"type":"Feature","id":"n2949472148","geometry":{"type":"Point","coordinates":[0.2920181,51.0687942]},"properties":{"@type":"node","@id":2949472148,"@timestamp":1404576930},"coords":"51.0687942,0.2920181","bedrooms":"3","price":"180000","area":"629"} , +{"type":"Feature","id":"n2949653793","geometry":{"type":"Point","coordinates":[-0.3059287,51.4288333]},"properties":{"@type":"node","@id":2949653793,"@timestamp":1592417012},"coords":"51.4288333,-0.3059287","bedrooms":"2","price":"293000","area":"509"} , +{"type":"Feature","id":"n2949701068","geometry":{"type":"Point","coordinates":[0.1469225,51.4370078]},"properties":{"@type":"node","@id":2949701068,"@timestamp":1404589393},"coords":"51.4370078,0.1469225","bedrooms":"2","price":"230000","area":"444"} , +{"type":"Feature","id":"n2949701078","geometry":{"type":"Point","coordinates":[0.1025999,51.4514136]},"properties":{"@type":"node","@id":2949701078,"@timestamp":1404589393},"coords":"51.4514136,0.1025999","bedrooms":"0","price":"237000","area":"679"} , +{"type":"Feature","id":"n2949726615","geometry":{"type":"Point","coordinates":[-0.3075706,51.4303959]},"properties":{"@type":"node","@id":2949726615,"@timestamp":1629386512},"coords":"51.4303959,-0.3075706","bedrooms":"3","price":"261000","area":"425"} , +{"type":"Feature","id":"n2949939738","geometry":{"type":"Point","coordinates":[-0.1614175,51.2454685]},"properties":{"@type":"node","@id":2949939738,"@timestamp":1521627063},"coords":"51.2454685,-0.1614175","bedrooms":"2","price":"201000","area":"592"} , +{"type":"Feature","id":"n2950123817","geometry":{"type":"Point","coordinates":[-0.0700097,51.4734459]},"properties":{"@type":"node","@id":2950123817,"@timestamp":1614024068},"coords":"51.4734459,-0.0700097","bedrooms":"4","price":"278000","area":"591"} , +{"type":"Feature","id":"n2950865110","geometry":{"type":"Point","coordinates":[0.2524203,51.5591582]},"properties":{"@type":"node","@id":2950865110,"@timestamp":1568098499},"coords":"51.5591582,0.2524203","bedrooms":"0","price":"283000","area":"436"} , +{"type":"Feature","id":"n2950867535","geometry":{"type":"Point","coordinates":[0.1885425,51.5654116]},"properties":{"@type":"node","@id":2950867535,"@timestamp":1404652570},"coords":"51.5654116,0.1885425","bedrooms":"2","price":"278000","area":"379"} , +{"type":"Feature","id":"n2951041675","geometry":{"type":"Point","coordinates":[-0.7913628,51.4321099]},"properties":{"@type":"node","@id":2951041675,"@timestamp":1568133063},"coords":"51.4321099,-0.7913628","bedrooms":"3","price":"165000","area":"691"} , +{"type":"Feature","id":"n2951178625","geometry":{"type":"Point","coordinates":[-0.123272,51.5247775]},"properties":{"@type":"node","@id":2951178625,"@timestamp":1404665026},"coords":"51.5247775,-0.123272","bedrooms":"4","price":"185000","area":"604"} , +{"type":"Feature","id":"n2951251449","geometry":{"type":"Point","coordinates":[-1.0940355,51.2952408]},"properties":{"@type":"node","@id":2951251449,"@timestamp":1405504085},"coords":"51.2952408,-1.0940355","bedrooms":"0","price":"158000","area":"352"} , +{"type":"Feature","id":"n2951251461","geometry":{"type":"Point","coordinates":[-1.1130447,51.3112173]},"properties":{"@type":"node","@id":2951251461,"@timestamp":1405503668},"coords":"51.3112173,-1.1130447","bedrooms":"0","price":"253000","area":"654"} , +{"type":"Feature","id":"n2951251472","geometry":{"type":"Point","coordinates":[-1.1063499,51.3227878]},"properties":{"@type":"node","@id":2951251472,"@timestamp":1405503668},"coords":"51.3227878,-1.1063499","bedrooms":"1","price":"278000","area":"622"} , +{"type":"Feature","id":"n2951409901","geometry":{"type":"Point","coordinates":[-0.2768551,51.4693054]},"properties":{"@type":"node","@id":2951409901,"@timestamp":1627701955},"coords":"51.4693054,-0.2768551","bedrooms":"2","price":"239000","area":"687"} , +{"type":"Feature","id":"n2951562116","geometry":{"type":"Point","coordinates":[-0.1412717,51.5483547]},"properties":{"@type":"node","@id":2951562116,"@timestamp":1628775229},"coords":"51.5483547,-0.1412717","bedrooms":"4","price":"226000","area":"685"} , +{"type":"Feature","id":"n2951626005","geometry":{"type":"Point","coordinates":[-0.1410869,51.5513682]},"properties":{"@type":"node","@id":2951626005,"@timestamp":1404690689},"coords":"51.5513682,-0.1410869","bedrooms":"1","price":"290000","area":"563"} , +{"type":"Feature","id":"n2951708067","geometry":{"type":"Point","coordinates":[-0.0674356,51.474569]},"properties":{"@type":"node","@id":2951708067,"@timestamp":1572827246},"coords":"51.474569,-0.0674356","bedrooms":"1","price":"196000","area":"673"} , +{"type":"Feature","id":"n2952413340","geometry":{"type":"Point","coordinates":[-0.7440417,51.3378225]},"properties":{"@type":"node","@id":2952413340,"@timestamp":1564589920},"coords":"51.3378225,-0.7440417","bedrooms":"1","price":"219000","area":"640"} , +{"type":"Feature","id":"n2952816189","geometry":{"type":"Point","coordinates":[-0.1803977,51.9035562]},"properties":{"@type":"node","@id":2952816189,"@timestamp":1404754611},"coords":"51.9035562,-0.1803977","bedrooms":"2","price":"278000","area":"481"} , +{"type":"Feature","id":"n2952914405","geometry":{"type":"Point","coordinates":[-0.1266117,51.5474442]},"properties":{"@type":"node","@id":2952914405,"@timestamp":1404758899},"coords":"51.5474442,-0.1266117","bedrooms":"1","price":"159000","area":"384"} , +{"type":"Feature","id":"n2952914658","geometry":{"type":"Point","coordinates":[-0.126015,51.5478799]},"properties":{"@type":"node","@id":2952914658,"@timestamp":1404758900},"coords":"51.5478799,-0.126015","bedrooms":"4","price":"290000","area":"683"} , +{"type":"Feature","id":"n2952915125","geometry":{"type":"Point","coordinates":[-0.1292708,51.5489396]},"properties":{"@type":"node","@id":2952915125,"@timestamp":1613060128},"coords":"51.5489396,-0.1292708","bedrooms":"2","price":"155000","area":"420"} , +{"type":"Feature","id":"n2952951471","geometry":{"type":"Point","coordinates":[-0.1282943,51.5467812]},"properties":{"@type":"node","@id":2952951471,"@timestamp":1404759705},"coords":"51.5467812,-0.1282943","bedrooms":"3","price":"295000","area":"382"} , +{"type":"Feature","id":"n2953188822","geometry":{"type":"Point","coordinates":[0.4547323,51.7391674]},"properties":{"@type":"node","@id":2953188822,"@timestamp":1404765852},"coords":"51.7391674,0.4547323","bedrooms":"4","price":"209000","area":"604"} , +{"type":"Feature","id":"n2953236672","geometry":{"type":"Point","coordinates":[-0.1146687,51.5506484]},"properties":{"@type":"node","@id":2953236672,"@timestamp":1404767039},"coords":"51.5506484,-0.1146687","bedrooms":"0","price":"211000","area":"473"} , +{"type":"Feature","id":"n2953236701","geometry":{"type":"Point","coordinates":[-0.1136347,51.5510558]},"properties":{"@type":"node","@id":2953236701,"@timestamp":1404767039},"coords":"51.5510558,-0.1136347","bedrooms":"3","price":"201000","area":"480"} , +{"type":"Feature","id":"n2953236857","geometry":{"type":"Point","coordinates":[-0.1147017,51.5514841]},"properties":{"@type":"node","@id":2953236857,"@timestamp":1404767041},"coords":"51.5514841,-0.1147017","bedrooms":"1","price":"176000","area":"654"} , +{"type":"Feature","id":"n2953439921","geometry":{"type":"Point","coordinates":[-0.9480722,51.116678]},"properties":{"@type":"node","@id":2953439921,"@timestamp":1404773445},"coords":"51.116678,-0.9480722","bedrooms":"2","price":"291000","area":"637"} , +{"type":"Feature","id":"n2954113033","geometry":{"type":"Point","coordinates":[-0.1883737,51.517039]},"properties":{"@type":"node","@id":2954113033,"@timestamp":1576009120},"coords":"51.517039,-0.1883737","bedrooms":"0","price":"202000","area":"448"} , +{"type":"Feature","id":"n2954185971","geometry":{"type":"Point","coordinates":[-0.6538625,51.364755]},"properties":{"@type":"node","@id":2954185971,"@timestamp":1404824464},"coords":"51.364755,-0.6538625","bedrooms":"1","price":"161000","area":"544"} , +{"type":"Feature","id":"n2954226836","geometry":{"type":"Point","coordinates":[-0.7286624,51.3034169]},"properties":{"@type":"node","@id":2954226836,"@timestamp":1404825825},"coords":"51.3034169,-0.7286624","bedrooms":"0","price":"152000","area":"529"} , +{"type":"Feature","id":"n2954339134","geometry":{"type":"Point","coordinates":[-0.6401259,51.3378288]},"properties":{"@type":"node","@id":2954339134,"@timestamp":1461050095},"coords":"51.3378288,-0.6401259","bedrooms":"4","price":"195000","area":"402"} , +{"type":"Feature","id":"n2954541061","geometry":{"type":"Point","coordinates":[-0.5609402,51.3199202]},"properties":{"@type":"node","@id":2954541061,"@timestamp":1561580710},"coords":"51.3199202,-0.5609402","bedrooms":"1","price":"257000","area":"361"} , +{"type":"Feature","id":"n2954607815","geometry":{"type":"Point","coordinates":[-0.7448892,51.3382414]},"properties":{"@type":"node","@id":2954607815,"@timestamp":1564589920},"coords":"51.3382414,-0.7448892","bedrooms":"1","price":"286000","area":"565"} , +{"type":"Feature","id":"n2954660777","geometry":{"type":"Point","coordinates":[-0.7467613,51.3376617]},"properties":{"@type":"node","@id":2954660777,"@timestamp":1603817304},"coords":"51.3376617,-0.7467613","bedrooms":"3","price":"156000","area":"676"} , +{"type":"Feature","id":"n2954814401","geometry":{"type":"Point","coordinates":[-0.7474131,51.3377035]},"properties":{"@type":"node","@id":2954814401,"@timestamp":1593602750},"coords":"51.3377035,-0.7474131","bedrooms":"0","price":"150000","area":"466"} , +{"type":"Feature","id":"n2954848135","geometry":{"type":"Point","coordinates":[-0.7448502,51.3373689]},"properties":{"@type":"node","@id":2954848135,"@timestamp":1603817304},"coords":"51.3373689,-0.7448502","bedrooms":"0","price":"165000","area":"544"} , +{"type":"Feature","id":"n2954885405","geometry":{"type":"Point","coordinates":[0.4806847,51.7270389]},"properties":{"@type":"node","@id":2954885405,"@timestamp":1585414876},"coords":"51.7270389,0.4806847","bedrooms":"2","price":"171000","area":"459"} , +{"type":"Feature","id":"n2955167672","geometry":{"type":"Point","coordinates":[-0.0677601,51.4742413]},"properties":{"@type":"node","@id":2955167672,"@timestamp":1404860879},"coords":"51.4742413,-0.0677601","bedrooms":"0","price":"172000","area":"387"} , +{"type":"Feature","id":"n2955669038","geometry":{"type":"Point","coordinates":[0.1920444,51.2696843]},"properties":{"@type":"node","@id":2955669038,"@timestamp":1404907061},"coords":"51.2696843,0.1920444","bedrooms":"0","price":"173000","area":"548"} , +{"type":"Feature","id":"n2956171039","geometry":{"type":"Point","coordinates":[0.7961522,51.5309988]},"properties":{"@type":"node","@id":2956171039,"@timestamp":1595062588},"coords":"51.5309988,0.7961522","bedrooms":"4","price":"178000","area":"397"} , +{"type":"Feature","id":"n2956466219","geometry":{"type":"Point","coordinates":[-0.0670863,51.4740652]},"properties":{"@type":"node","@id":2956466219,"@timestamp":1497444390},"coords":"51.4740652,-0.0670863","bedrooms":"0","price":"214000","area":"436"} , +{"type":"Feature","id":"n2956526927","geometry":{"type":"Point","coordinates":[-0.0917515,51.5490408]},"properties":{"@type":"node","@id":2956526927,"@timestamp":1404947780},"coords":"51.5490408,-0.0917515","bedrooms":"0","price":"238000","area":"653"} , +{"type":"Feature","id":"n2956527846","geometry":{"type":"Point","coordinates":[-0.0923315,51.5498589]},"properties":{"@type":"node","@id":2956527846,"@timestamp":1404947781},"coords":"51.5498589,-0.0923315","bedrooms":"1","price":"282000","area":"515"} , +{"type":"Feature","id":"n2957221688","geometry":{"type":"Point","coordinates":[0.6553141,51.551247]},"properties":{"@type":"node","@id":2957221688,"@timestamp":1634312025},"coords":"51.551247,0.6553141","bedrooms":"3","price":"284000","area":"508"} , +{"type":"Feature","id":"n2957253538","geometry":{"type":"Point","coordinates":[-0.1811213,51.4580299]},"properties":{"@type":"node","@id":2957253538,"@timestamp":1596542157},"coords":"51.4580299,-0.1811213","bedrooms":"0","price":"235000","area":"465"} , +{"type":"Feature","id":"n2957309361","geometry":{"type":"Point","coordinates":[0.2206151,51.5616853]},"properties":{"@type":"node","@id":2957309361,"@timestamp":1405006514},"coords":"51.5616853,0.2206151","bedrooms":"2","price":"164000","area":"588"} , +{"type":"Feature","id":"n2957309389","geometry":{"type":"Point","coordinates":[0.2186644,51.5626314]},"properties":{"@type":"node","@id":2957309389,"@timestamp":1405006515},"coords":"51.5626314,0.2186644","bedrooms":"4","price":"231000","area":"478"} , +{"type":"Feature","id":"n2957309406","geometry":{"type":"Point","coordinates":[0.2162543,51.5629841]},"properties":{"@type":"node","@id":2957309406,"@timestamp":1517941352},"coords":"51.5629841,0.2162543","bedrooms":"3","price":"213000","area":"507"} , +{"type":"Feature","id":"n2957503251","geometry":{"type":"Point","coordinates":[-0.1009959,51.557956]},"properties":{"@type":"node","@id":2957503251,"@timestamp":1405014187},"coords":"51.557956,-0.1009959","bedrooms":"1","price":"275000","area":"463"} , +{"type":"Feature","id":"n2957668638","geometry":{"type":"Point","coordinates":[-0.1084097,51.5403764]},"properties":{"@type":"node","@id":2957668638,"@timestamp":1405021297},"coords":"51.5403764,-0.1084097","bedrooms":"3","price":"244000","area":"469"} , +{"type":"Feature","id":"n2957668663","geometry":{"type":"Point","coordinates":[-0.112336,51.5408729]},"properties":{"@type":"node","@id":2957668663,"@timestamp":1551916095},"coords":"51.5408729,-0.112336","bedrooms":"4","price":"235000","area":"603"} , +{"type":"Feature","id":"n2957780669","geometry":{"type":"Point","coordinates":[-0.3241912,51.2427347]},"properties":{"@type":"node","@id":2957780669,"@timestamp":1405025533},"coords":"51.2427347,-0.3241912","bedrooms":"0","price":"211000","area":"501"} , +{"type":"Feature","id":"n2959557758","geometry":{"type":"Point","coordinates":[-0.9063965,51.3973548]},"properties":{"@type":"node","@id":2959557758,"@timestamp":1551733933},"coords":"51.3973548,-0.9063965","bedrooms":"4","price":"267000","area":"420"} , +{"type":"Feature","id":"n2960179836","geometry":{"type":"Point","coordinates":[-0.1325163,51.5436038]},"properties":{"@type":"node","@id":2960179836,"@timestamp":1590440713},"coords":"51.5436038,-0.1325163","bedrooms":"1","price":"167000","area":"355"} , +{"type":"Feature","id":"n2960190558","geometry":{"type":"Point","coordinates":[0.0033365,51.5749772]},"properties":{"@type":"node","@id":2960190558,"@timestamp":1405192606},"coords":"51.5749772,0.0033365","bedrooms":"1","price":"165000","area":"351"} , +{"type":"Feature","id":"n2960211375","geometry":{"type":"Point","coordinates":[-2.0150798,51.3699192]},"properties":{"@type":"node","@id":2960211375,"@timestamp":1615128604},"coords":"51.3699192,-2.0150798","bedrooms":"0","price":"237000","area":"625"} , +{"type":"Feature","id":"n2960224936","geometry":{"type":"Point","coordinates":[0.0033127,51.5687516]},"properties":{"@type":"node","@id":2960224936,"@timestamp":1405194385},"coords":"51.5687516,0.0033127","bedrooms":"2","price":"257000","area":"445"} , +{"type":"Feature","id":"n2960224946","geometry":{"type":"Point","coordinates":[-0.0030512,51.5791054]},"properties":{"@type":"node","@id":2960224946,"@timestamp":1483531611},"coords":"51.5791054,-0.0030512","bedrooms":"1","price":"241000","area":"664"} , +{"type":"Feature","id":"n2960224956","geometry":{"type":"Point","coordinates":[-0.0050387,51.5777392]},"properties":{"@type":"node","@id":2960224956,"@timestamp":1483531612},"coords":"51.5777392,-0.0050387","bedrooms":"1","price":"209000","area":"570"} , +{"type":"Feature","id":"n2960224967","geometry":{"type":"Point","coordinates":[-0.0057864,51.5782712]},"properties":{"@type":"node","@id":2960224967,"@timestamp":1483531612},"coords":"51.5782712,-0.0057864","bedrooms":"2","price":"238000","area":"696"} , +{"type":"Feature","id":"n2960224977","geometry":{"type":"Point","coordinates":[-0.0017211,51.5694915]},"properties":{"@type":"node","@id":2960224977,"@timestamp":1405194386},"coords":"51.5694915,-0.0017211","bedrooms":"0","price":"275000","area":"473"} , +{"type":"Feature","id":"n2960224988","geometry":{"type":"Point","coordinates":[-0.0004219,51.568729]},"properties":{"@type":"node","@id":2960224988,"@timestamp":1405194387},"coords":"51.568729,-0.0004219","bedrooms":"3","price":"288000","area":"483"} , +{"type":"Feature","id":"n2960224998","geometry":{"type":"Point","coordinates":[-0.001972,51.5784859]},"properties":{"@type":"node","@id":2960224998,"@timestamp":1483531613},"coords":"51.5784859,-0.001972","bedrooms":"3","price":"192000","area":"530"} , +{"type":"Feature","id":"n2960225008","geometry":{"type":"Point","coordinates":[0.0045396,51.5690174]},"properties":{"@type":"node","@id":2960225008,"@timestamp":1483059595},"coords":"51.5690174,0.0045396","bedrooms":"2","price":"186000","area":"697"} , +{"type":"Feature","id":"n2960225018","geometry":{"type":"Point","coordinates":[-0.0036286,51.5759666]},"properties":{"@type":"node","@id":2960225018,"@timestamp":1483887299},"coords":"51.5759666,-0.0036286","bedrooms":"4","price":"199000","area":"370"} , +{"type":"Feature","id":"n2961067278","geometry":{"type":"Point","coordinates":[-0.1258648,51.4389964]},"properties":{"@type":"node","@id":2961067278,"@timestamp":1536761197},"coords":"51.4389964,-0.1258648","bedrooms":"2","price":"247000","area":"534"} , +{"type":"Feature","id":"n2961113546","geometry":{"type":"Point","coordinates":[-0.3170762,51.2395624]},"properties":{"@type":"node","@id":2961113546,"@timestamp":1405253874},"coords":"51.2395624,-0.3170762","bedrooms":"2","price":"152000","area":"434"} , +{"type":"Feature","id":"n2961184646","geometry":{"type":"Point","coordinates":[-0.203992,51.3747534]},"properties":{"@type":"node","@id":2961184646,"@timestamp":1499554329},"coords":"51.3747534,-0.203992","bedrooms":"1","price":"280000","area":"393"} , +{"type":"Feature","id":"n2961218920","geometry":{"type":"Point","coordinates":[-0.0979789,51.5586115]},"properties":{"@type":"node","@id":2961218920,"@timestamp":1405258157},"coords":"51.5586115,-0.0979789","bedrooms":"2","price":"234000","area":"671"} , +{"type":"Feature","id":"n2961221234","geometry":{"type":"Point","coordinates":[-0.0959042,51.5598749]},"properties":{"@type":"node","@id":2961221234,"@timestamp":1405258159},"coords":"51.5598749,-0.0959042","bedrooms":"2","price":"178000","area":"463"} , +{"type":"Feature","id":"n2961221393","geometry":{"type":"Point","coordinates":[-0.0985944,51.5607331]},"properties":{"@type":"node","@id":2961221393,"@timestamp":1609445217},"coords":"51.5607331,-0.0985944","bedrooms":"0","price":"286000","area":"546"} , +{"type":"Feature","id":"n2961221421","geometry":{"type":"Point","coordinates":[-0.095793,51.5612292]},"properties":{"@type":"node","@id":2961221421,"@timestamp":1594997798},"coords":"51.5612292,-0.095793","bedrooms":"4","price":"257000","area":"613"} , +{"type":"Feature","id":"n2961629145","geometry":{"type":"Point","coordinates":[-0.5582232,51.2331852]},"properties":{"@type":"node","@id":2961629145,"@timestamp":1405275565},"coords":"51.2331852,-0.5582232","bedrooms":"0","price":"208000","area":"427"} , +{"type":"Feature","id":"n2961962381","geometry":{"type":"Point","coordinates":[0.1830506,51.3952287]},"properties":{"@type":"node","@id":2961962381,"@timestamp":1405293943},"coords":"51.3952287,0.1830506","bedrooms":"1","price":"230000","area":"448"} , +{"type":"Feature","id":"n2962189100","geometry":{"type":"Point","coordinates":[0.1833216,51.3950584]},"properties":{"@type":"node","@id":2962189100,"@timestamp":1405321807},"coords":"51.3950584,0.1833216","bedrooms":"4","price":"187000","area":"600"} , +{"type":"Feature","id":"n2962192977","geometry":{"type":"Point","coordinates":[0.1828267,51.3949625]},"properties":{"@type":"node","@id":2962192977,"@timestamp":1405321235},"coords":"51.3949625,0.1828267","bedrooms":"1","price":"225000","area":"419"} , +{"type":"Feature","id":"n2962499258","geometry":{"type":"Point","coordinates":[-0.2153445,51.4730953]},"properties":{"@type":"node","@id":2962499258,"@timestamp":1405339323},"coords":"51.4730953,-0.2153445","bedrooms":"0","price":"239000","area":"366"} , +{"type":"Feature","id":"n2962597587","geometry":{"type":"Point","coordinates":[-0.1333895,51.5263548]},"properties":{"@type":"node","@id":2962597587,"@timestamp":1625888639},"coords":"51.5263548,-0.1333895","bedrooms":"2","price":"186000","area":"495"} , +{"type":"Feature","id":"n2962689528","geometry":{"type":"Point","coordinates":[-0.2287776,51.4898823]},"properties":{"@type":"node","@id":2962689528,"@timestamp":1627275239},"coords":"51.4898823,-0.2287776","bedrooms":"1","price":"214000","area":"543"} , +{"type":"Feature","id":"n2962712028","geometry":{"type":"Point","coordinates":[-0.710327,51.1775522]},"properties":{"@type":"node","@id":2962712028,"@timestamp":1443274519},"coords":"51.1775522,-0.710327","bedrooms":"4","price":"277000","area":"498"} , +{"type":"Feature","id":"n2962719457","geometry":{"type":"Point","coordinates":[-0.7037137,51.1847502]},"properties":{"@type":"node","@id":2962719457,"@timestamp":1405351165},"coords":"51.1847502,-0.7037137","bedrooms":"4","price":"223000","area":"520"} , +{"type":"Feature","id":"n2962980752","geometry":{"type":"Point","coordinates":[-0.8392168,51.1682499]},"properties":{"@type":"node","@id":2962980752,"@timestamp":1405361293},"coords":"51.1682499,-0.8392168","bedrooms":"3","price":"290000","area":"581"} , +{"type":"Feature","id":"n2962980762","geometry":{"type":"Point","coordinates":[-0.8423656,51.1626382]},"properties":{"@type":"node","@id":2962980762,"@timestamp":1405361293},"coords":"51.1626382,-0.8423656","bedrooms":"0","price":"285000","area":"372"} , +{"type":"Feature","id":"n2963303635","geometry":{"type":"Point","coordinates":[-0.3753324,51.6121532]},"properties":{"@type":"node","@id":2963303635,"@timestamp":1601458830},"coords":"51.6121532,-0.3753324","bedrooms":"0","price":"234000","area":"606"} , +{"type":"Feature","id":"n2963402597","geometry":{"type":"Point","coordinates":[-0.1277715,51.5282576]},"properties":{"@type":"node","@id":2963402597,"@timestamp":1625888639},"coords":"51.5282576,-0.1277715","bedrooms":"0","price":"191000","area":"359"} , +{"type":"Feature","id":"n2964129090","geometry":{"type":"Point","coordinates":[-0.2199831,51.4696761]},"properties":{"@type":"node","@id":2964129090,"@timestamp":1429044340},"coords":"51.4696761,-0.2199831","bedrooms":"2","price":"180000","area":"403"} , +{"type":"Feature","id":"n2964278952","geometry":{"type":"Point","coordinates":[-0.3228706,51.0600714]},"properties":{"@type":"node","@id":2964278952,"@timestamp":1538593244},"coords":"51.0600714,-0.3228706","bedrooms":"0","price":"239000","area":"465"} , +{"type":"Feature","id":"n2964787589","geometry":{"type":"Point","coordinates":[0.1807045,51.1752224]},"properties":{"@type":"node","@id":2964787589,"@timestamp":1405449185},"coords":"51.1752224,0.1807045","bedrooms":"4","price":"283000","area":"486"} , +{"type":"Feature","id":"n2964788296","geometry":{"type":"Point","coordinates":[0.2127637,51.1859881]},"properties":{"@type":"node","@id":2964788296,"@timestamp":1405449187},"coords":"51.1859881,0.2127637","bedrooms":"2","price":"193000","area":"611"} , +{"type":"Feature","id":"n2965279234","geometry":{"type":"Point","coordinates":[-0.1246469,51.532896]},"properties":{"@type":"node","@id":2965279234,"@timestamp":1405464268},"coords":"51.532896,-0.1246469","bedrooms":"4","price":"282000","area":"693"} , +{"type":"Feature","id":"n2965279244","geometry":{"type":"Point","coordinates":[-0.1244932,51.5336327]},"properties":{"@type":"node","@id":2965279244,"@timestamp":1405464269},"coords":"51.5336327,-0.1244932","bedrooms":"4","price":"268000","area":"525"} , +{"type":"Feature","id":"n2965306882","geometry":{"type":"Point","coordinates":[-0.1180919,51.4759924]},"properties":{"@type":"node","@id":2965306882,"@timestamp":1626080746},"coords":"51.4759924,-0.1180919","bedrooms":"4","price":"192000","area":"681"} , +{"type":"Feature","id":"n2965707241","geometry":{"type":"Point","coordinates":[-0.079777,51.4262636]},"properties":{"@type":"node","@id":2965707241,"@timestamp":1564909699},"coords":"51.4262636,-0.079777","bedrooms":"0","price":"283000","area":"614"} , +{"type":"Feature","id":"n2965993526","geometry":{"type":"Point","coordinates":[-0.97164,51.4585116]},"properties":{"@type":"node","@id":2965993526,"@timestamp":1587065718},"coords":"51.4585116,-0.97164","bedrooms":"4","price":"152000","area":"665"} , +{"type":"Feature","id":"n2965999399","geometry":{"type":"Point","coordinates":[-0.9730358,51.4596223]},"properties":{"@type":"node","@id":2965999399,"@timestamp":1631387680},"coords":"51.4596223,-0.9730358","bedrooms":"2","price":"168000","area":"421"} , +{"type":"Feature","id":"n2966094342","geometry":{"type":"Point","coordinates":[-0.700698,51.6141131]},"properties":{"@type":"node","@id":2966094342,"@timestamp":1405521367},"coords":"51.6141131,-0.700698","bedrooms":"0","price":"176000","area":"606"} , +{"type":"Feature","id":"n2966094371","geometry":{"type":"Point","coordinates":[-0.7034799,51.6156834]},"properties":{"@type":"node","@id":2966094371,"@timestamp":1405521368},"coords":"51.6156834,-0.7034799","bedrooms":"4","price":"193000","area":"435"} , +{"type":"Feature","id":"n2966094424","geometry":{"type":"Point","coordinates":[-0.7039012,51.6183728]},"properties":{"@type":"node","@id":2966094424,"@timestamp":1405521369},"coords":"51.6183728,-0.7039012","bedrooms":"2","price":"214000","area":"423"} , +{"type":"Feature","id":"n2966517572","geometry":{"type":"Point","coordinates":[-0.1617363,51.5229848]},"properties":{"@type":"node","@id":2966517572,"@timestamp":1405537090},"coords":"51.5229848,-0.1617363","bedrooms":"3","price":"229000","area":"409"} , +{"type":"Feature","id":"n2966548499","geometry":{"type":"Point","coordinates":[0.1175248,51.2529335]},"properties":{"@type":"node","@id":2966548499,"@timestamp":1405541055},"coords":"51.2529335,0.1175248","bedrooms":"0","price":"261000","area":"690"} , +{"type":"Feature","id":"n2966553742","geometry":{"type":"Point","coordinates":[0.1168557,51.2524424]},"properties":{"@type":"node","@id":2966553742,"@timestamp":1440268147},"coords":"51.2524424,0.1168557","bedrooms":"1","price":"266000","area":"622"} , +{"type":"Feature","id":"n2966630781","geometry":{"type":"Point","coordinates":[0.1167695,51.2515044]},"properties":{"@type":"node","@id":2966630781,"@timestamp":1405540800},"coords":"51.2515044,0.1167695","bedrooms":"4","price":"210000","area":"637"} , +{"type":"Feature","id":"n2967037924","geometry":{"type":"Point","coordinates":[-0.3725454,51.4294912]},"properties":{"@type":"node","@id":2967037924,"@timestamp":1579291440},"coords":"51.4294912,-0.3725454","bedrooms":"3","price":"210000","area":"533"} , +{"type":"Feature","id":"n2967235958","geometry":{"type":"Point","coordinates":[-1.0970879,51.3978054]},"properties":{"@type":"node","@id":2967235958,"@timestamp":1405585834},"coords":"51.3978054,-1.0970879","bedrooms":"1","price":"248000","area":"552"} , +{"type":"Feature","id":"n2967342482","geometry":{"type":"Point","coordinates":[-0.0832168,51.5117152]},"properties":{"@type":"node","@id":2967342482,"@timestamp":1622452621},"coords":"51.5117152,-0.0832168","bedrooms":"3","price":"271000","area":"428"} , +{"type":"Feature","id":"n2968047767","geometry":{"type":"Point","coordinates":[-0.8222537,51.43238]},"properties":{"@type":"node","@id":2968047767,"@timestamp":1465413503},"coords":"51.43238,-0.8222537","bedrooms":"3","price":"174000","area":"472"} , +{"type":"Feature","id":"n2968165154","geometry":{"type":"Point","coordinates":[-0.9539767,51.4989649]},"properties":{"@type":"node","@id":2968165154,"@timestamp":1428060704},"coords":"51.4989649,-0.9539767","bedrooms":"0","price":"205000","area":"584"} , +{"type":"Feature","id":"n2968165165","geometry":{"type":"Point","coordinates":[-0.9388138,51.4842865]},"properties":{"@type":"node","@id":2968165165,"@timestamp":1428060704},"coords":"51.4842865,-0.9388138","bedrooms":"2","price":"264000","area":"389"} , +{"type":"Feature","id":"n2968618841","geometry":{"type":"Point","coordinates":[-0.3278,51.061897]},"properties":{"@type":"node","@id":2968618841,"@timestamp":1629794793},"coords":"51.061897,-0.3278","bedrooms":"1","price":"209000","area":"572"} , +{"type":"Feature","id":"n2968659414","geometry":{"type":"Point","coordinates":[-0.2561401,51.6638667]},"properties":{"@type":"node","@id":2968659414,"@timestamp":1615754891},"coords":"51.6638667,-0.2561401","bedrooms":"0","price":"282000","area":"376"} , +{"type":"Feature","id":"n2968667086","geometry":{"type":"Point","coordinates":[-0.326787,51.0615427]},"properties":{"@type":"node","@id":2968667086,"@timestamp":1629794580},"coords":"51.0615427,-0.326787","bedrooms":"1","price":"261000","area":"631"} , +{"type":"Feature","id":"n2968675794","geometry":{"type":"Point","coordinates":[-0.3265778,51.0614818]},"properties":{"@type":"node","@id":2968675794,"@timestamp":1571348915},"coords":"51.0614818,-0.3265778","bedrooms":"4","price":"256000","area":"479"} , +{"type":"Feature","id":"n2968699568","geometry":{"type":"Point","coordinates":[-0.3245802,51.0613598]},"properties":{"@type":"node","@id":2968699568,"@timestamp":1518528188},"coords":"51.0613598,-0.3245802","bedrooms":"1","price":"298000","area":"694"} , +{"type":"Feature","id":"n2968722160","geometry":{"type":"Point","coordinates":[-0.3092025,51.6493483]},"properties":{"@type":"node","@id":2968722160,"@timestamp":1405688222},"coords":"51.6493483,-0.3092025","bedrooms":"1","price":"236000","area":"677"} , +{"type":"Feature","id":"n2968790871","geometry":{"type":"Point","coordinates":[-0.6461197,51.5234995]},"properties":{"@type":"node","@id":2968790871,"@timestamp":1405689894},"coords":"51.5234995,-0.6461197","bedrooms":"3","price":"210000","area":"519"} , +{"type":"Feature","id":"n2968825117","geometry":{"type":"Point","coordinates":[-0.6451459,51.5180517]},"properties":{"@type":"node","@id":2968825117,"@timestamp":1629542325},"coords":"51.5180517,-0.6451459","bedrooms":"1","price":"255000","area":"602"} , +{"type":"Feature","id":"n2968903984","geometry":{"type":"Point","coordinates":[0.1912528,51.3131321]},"properties":{"@type":"node","@id":2968903984,"@timestamp":1405693518},"coords":"51.3131321,0.1912528","bedrooms":"3","price":"291000","area":"506"} , +{"type":"Feature","id":"n2969163893","geometry":{"type":"Point","coordinates":[-0.1456705,51.6569969]},"properties":{"@type":"node","@id":2969163893,"@timestamp":1405702508},"coords":"51.6569969,-0.1456705","bedrooms":"1","price":"265000","area":"462"} , +{"type":"Feature","id":"n2969163909","geometry":{"type":"Point","coordinates":[-0.1407863,51.6577989]},"properties":{"@type":"node","@id":2969163909,"@timestamp":1405702509},"coords":"51.6577989,-0.1407863","bedrooms":"2","price":"209000","area":"392"} , +{"type":"Feature","id":"n2969164033","geometry":{"type":"Point","coordinates":[-0.1412191,51.6576481]},"properties":{"@type":"node","@id":2969164033,"@timestamp":1599632746},"coords":"51.6576481,-0.1412191","bedrooms":"1","price":"170000","area":"429"} , +{"type":"Feature","id":"n2969164054","geometry":{"type":"Point","coordinates":[-0.1418592,51.657466]},"properties":{"@type":"node","@id":2969164054,"@timestamp":1405702510},"coords":"51.657466,-0.1418592","bedrooms":"1","price":"206000","area":"542"} , +{"type":"Feature","id":"n2969164067","geometry":{"type":"Point","coordinates":[-0.142236,51.6574145]},"properties":{"@type":"node","@id":2969164067,"@timestamp":1405702510},"coords":"51.6574145,-0.142236","bedrooms":"3","price":"261000","area":"632"} , +{"type":"Feature","id":"n2969182628","geometry":{"type":"Point","coordinates":[-0.3170212,51.057764]},"properties":{"@type":"node","@id":2969182628,"@timestamp":1405703821},"coords":"51.057764,-0.3170212","bedrooms":"0","price":"262000","area":"615"} , +{"type":"Feature","id":"n2969227230","geometry":{"type":"Point","coordinates":[-0.1492145,51.4817082]},"properties":{"@type":"node","@id":2969227230,"@timestamp":1636422860},"coords":"51.4817082,-0.1492145","bedrooms":"1","price":"285000","area":"379"} , +{"type":"Feature","id":"n2969439070","geometry":{"type":"Point","coordinates":[-0.0736752,51.5145067]},"properties":{"@type":"node","@id":2969439070,"@timestamp":1634056622},"coords":"51.5145067,-0.0736752","bedrooms":"1","price":"254000","area":"686"} , +{"type":"Feature","id":"n2969439526","geometry":{"type":"Point","coordinates":[-0.0194996,51.3644476]},"properties":{"@type":"node","@id":2969439526,"@timestamp":1405719321},"coords":"51.3644476,-0.0194996","bedrooms":"1","price":"229000","area":"432"} , +{"type":"Feature","id":"n2969529291","geometry":{"type":"Point","coordinates":[-0.1763725,51.519857]},"properties":{"@type":"node","@id":2969529291,"@timestamp":1405723084},"coords":"51.519857,-0.1763725","bedrooms":"0","price":"183000","area":"595"} , +{"type":"Feature","id":"n2969716470","geometry":{"type":"Point","coordinates":[-1.1004267,51.396562]},"properties":{"@type":"node","@id":2969716470,"@timestamp":1405743426},"coords":"51.396562,-1.1004267","bedrooms":"0","price":"238000","area":"351"} , +{"type":"Feature","id":"n2969888355","geometry":{"type":"Point","coordinates":[0.0822596,51.3727328]},"properties":{"@type":"node","@id":2969888355,"@timestamp":1543777320},"coords":"51.3727328,0.0822596","bedrooms":"3","price":"280000","area":"683"} , +{"type":"Feature","id":"n2970133398","geometry":{"type":"Point","coordinates":[-0.396319,51.6633317]},"properties":{"@type":"node","@id":2970133398,"@timestamp":1559913729},"coords":"51.6633317,-0.396319","bedrooms":"0","price":"186000","area":"430"} , +{"type":"Feature","id":"n2970613740","geometry":{"type":"Point","coordinates":[0.0992627,51.4438572]},"properties":{"@type":"node","@id":2970613740,"@timestamp":1621338487},"coords":"51.4438572,0.0992627","bedrooms":"0","price":"175000","area":"693"} , +{"type":"Feature","id":"n2970870308","geometry":{"type":"Point","coordinates":[-0.1454846,51.5425037]},"properties":{"@type":"node","@id":2970870308,"@timestamp":1630186436},"coords":"51.5425037,-0.1454846","bedrooms":"4","price":"185000","area":"483"} , +{"type":"Feature","id":"n2971159748","geometry":{"type":"Point","coordinates":[-0.6679247,51.6543936]},"properties":{"@type":"node","@id":2971159748,"@timestamp":1405842957},"coords":"51.6543936,-0.6679247","bedrooms":"0","price":"159000","area":"584"} , +{"type":"Feature","id":"n2971212860","geometry":{"type":"Point","coordinates":[-0.7183755,51.6224536]},"properties":{"@type":"node","@id":2971212860,"@timestamp":1540077090},"coords":"51.6224536,-0.7183755","bedrooms":"2","price":"167000","area":"420"} , +{"type":"Feature","id":"n2971212892","geometry":{"type":"Point","coordinates":[-0.7174632,51.6238855]},"properties":{"@type":"node","@id":2971212892,"@timestamp":1405846106},"coords":"51.6238855,-0.7174632","bedrooms":"1","price":"218000","area":"460"} , +{"type":"Feature","id":"n2971213033","geometry":{"type":"Point","coordinates":[-0.7129597,51.6250942]},"properties":{"@type":"node","@id":2971213033,"@timestamp":1405846107},"coords":"51.6250942,-0.7129597","bedrooms":"1","price":"195000","area":"409"} , +{"type":"Feature","id":"n2971213106","geometry":{"type":"Point","coordinates":[-0.7045848,51.6324981]},"properties":{"@type":"node","@id":2971213106,"@timestamp":1540077091},"coords":"51.6324981,-0.7045848","bedrooms":"3","price":"191000","area":"575"} , +{"type":"Feature","id":"n2971460033","geometry":{"type":"Point","coordinates":[-0.4855833,51.3888842]},"properties":{"@type":"node","@id":2971460033,"@timestamp":1405861691},"coords":"51.3888842,-0.4855833","bedrooms":"2","price":"297000","area":"379"} , +{"type":"Feature","id":"n2971548833","geometry":{"type":"Point","coordinates":[-0.0548675,51.546957]},"properties":{"@type":"node","@id":2971548833,"@timestamp":1543775748},"coords":"51.546957,-0.0548675","bedrooms":"2","price":"181000","area":"470"} , +{"type":"Feature","id":"n2971650133","geometry":{"type":"Point","coordinates":[-0.3186374,51.2279504]},"properties":{"@type":"node","@id":2971650133,"@timestamp":1611356659},"coords":"51.2279504,-0.3186374","bedrooms":"1","price":"266000","area":"489"} , +{"type":"Feature","id":"n2971949163","geometry":{"type":"Point","coordinates":[-0.0446611,51.5499999]},"properties":{"@type":"node","@id":2971949163,"@timestamp":1602240237},"coords":"51.5499999,-0.0446611","bedrooms":"1","price":"179000","area":"539"} , +{"type":"Feature","id":"n2972033164","geometry":{"type":"Point","coordinates":[-0.9683349,51.1471001]},"properties":{"@type":"node","@id":2972033164,"@timestamp":1405889585},"coords":"51.1471001,-0.9683349","bedrooms":"3","price":"243000","area":"397"} , +{"type":"Feature","id":"n2972062752","geometry":{"type":"Point","coordinates":[-0.0722911,51.5336168]},"properties":{"@type":"node","@id":2972062752,"@timestamp":1587613153},"coords":"51.5336168,-0.0722911","bedrooms":"4","price":"237000","area":"452"} , +{"type":"Feature","id":"n2972228378","geometry":{"type":"Point","coordinates":[-0.1398493,51.5249035]},"properties":{"@type":"node","@id":2972228378,"@timestamp":1405899019},"coords":"51.5249035,-0.1398493","bedrooms":"2","price":"213000","area":"630"} , +{"type":"Feature","id":"n2972228389","geometry":{"type":"Point","coordinates":[-0.1386469,51.5254194]},"properties":{"@type":"node","@id":2972228389,"@timestamp":1405899019},"coords":"51.5254194,-0.1386469","bedrooms":"0","price":"153000","area":"425"} , +{"type":"Feature","id":"n2972228399","geometry":{"type":"Point","coordinates":[-0.1387392,51.5255507]},"properties":{"@type":"node","@id":2972228399,"@timestamp":1405899019},"coords":"51.5255507,-0.1387392","bedrooms":"0","price":"245000","area":"498"} , +{"type":"Feature","id":"n2972228415","geometry":{"type":"Point","coordinates":[-0.1390177,51.5256344]},"properties":{"@type":"node","@id":2972228415,"@timestamp":1405899019},"coords":"51.5256344,-0.1390177","bedrooms":"3","price":"217000","area":"691"} , +{"type":"Feature","id":"n2972362100","geometry":{"type":"Point","coordinates":[-0.0603148,51.5435501]},"properties":{"@type":"node","@id":2972362100,"@timestamp":1626204710},"coords":"51.5435501,-0.0603148","bedrooms":"0","price":"213000","area":"378"} , +{"type":"Feature","id":"n2972935992","geometry":{"type":"Point","coordinates":[0.5485095,51.3867758]},"properties":{"@type":"node","@id":2972935992,"@timestamp":1405942210},"coords":"51.3867758,0.5485095","bedrooms":"4","price":"158000","area":"481"} , +{"type":"Feature","id":"n2972936102","geometry":{"type":"Point","coordinates":[-0.9892453,51.1290326]},"properties":{"@type":"node","@id":2972936102,"@timestamp":1405942230},"coords":"51.1290326,-0.9892453","bedrooms":"0","price":"204000","area":"537"} , +{"type":"Feature","id":"n2972943004","geometry":{"type":"Point","coordinates":[-0.9741766,51.1362241]},"properties":{"@type":"node","@id":2972943004,"@timestamp":1405942503},"coords":"51.1362241,-0.9741766","bedrooms":"1","price":"222000","area":"421"} , +{"type":"Feature","id":"n2972947007","geometry":{"type":"Point","coordinates":[-0.935513,51.1443229]},"properties":{"@type":"node","@id":2972947007,"@timestamp":1405942814},"coords":"51.1443229,-0.935513","bedrooms":"4","price":"292000","area":"692"} , +{"type":"Feature","id":"n2972947020","geometry":{"type":"Point","coordinates":[-0.9320659,51.1385929]},"properties":{"@type":"node","@id":2972947020,"@timestamp":1538512650},"coords":"51.1385929,-0.9320659","bedrooms":"1","price":"264000","area":"461"} , +{"type":"Feature","id":"n2972964240","geometry":{"type":"Point","coordinates":[-0.9817211,51.1374657]},"properties":{"@type":"node","@id":2972964240,"@timestamp":1405943432},"coords":"51.1374657,-0.9817211","bedrooms":"3","price":"217000","area":"481"} , +{"type":"Feature","id":"n2972990499","geometry":{"type":"Point","coordinates":[-0.9005405,51.1680456]},"properties":{"@type":"node","@id":2972990499,"@timestamp":1409431288},"coords":"51.1680456,-0.9005405","bedrooms":"3","price":"261000","area":"406"} , +{"type":"Feature","id":"n2972990511","geometry":{"type":"Point","coordinates":[-0.9000951,51.1671934]},"properties":{"@type":"node","@id":2972990511,"@timestamp":1581204614},"coords":"51.1671934,-0.9000951","bedrooms":"1","price":"215000","area":"524"} , +{"type":"Feature","id":"n2973020538","geometry":{"type":"Point","coordinates":[-0.8844125,51.1449498]},"properties":{"@type":"node","@id":2973020538,"@timestamp":1405945574},"coords":"51.1449498,-0.8844125","bedrooms":"3","price":"270000","area":"479"} , +{"type":"Feature","id":"n2973024839","geometry":{"type":"Point","coordinates":[-0.8883709,51.1581011]},"properties":{"@type":"node","@id":2973024839,"@timestamp":1405945843},"coords":"51.1581011,-0.8883709","bedrooms":"4","price":"187000","area":"670"} , +{"type":"Feature","id":"n2973027842","geometry":{"type":"Point","coordinates":[-0.9731549,51.1079761]},"properties":{"@type":"node","@id":2973027842,"@timestamp":1405946050},"coords":"51.1079761,-0.9731549","bedrooms":"1","price":"280000","area":"481"} , +{"type":"Feature","id":"n2973066110","geometry":{"type":"Point","coordinates":[-0.9486205,51.0955668]},"properties":{"@type":"node","@id":2973066110,"@timestamp":1616861553},"coords":"51.0955668,-0.9486205","bedrooms":"4","price":"211000","area":"373"} , +{"type":"Feature","id":"n2973111779","geometry":{"type":"Point","coordinates":[-0.9406123,51.1234229]},"properties":{"@type":"node","@id":2973111779,"@timestamp":1405951406},"coords":"51.1234229,-0.9406123","bedrooms":"4","price":"193000","area":"358"} , +{"type":"Feature","id":"n2973111789","geometry":{"type":"Point","coordinates":[-0.9226434,51.1000594]},"properties":{"@type":"node","@id":2973111789,"@timestamp":1427385510},"coords":"51.1000594,-0.9226434","bedrooms":"0","price":"245000","area":"465"} , +{"type":"Feature","id":"n2973117839","geometry":{"type":"Point","coordinates":[-0.9390726,51.0921123]},"properties":{"@type":"node","@id":2973117839,"@timestamp":1405951027},"coords":"51.0921123,-0.9390726","bedrooms":"4","price":"245000","area":"546"} , +{"type":"Feature","id":"n2973132149","geometry":{"type":"Point","coordinates":[-0.9170782,51.1256336]},"properties":{"@type":"node","@id":2973132149,"@timestamp":1405951816},"coords":"51.1256336,-0.9170782","bedrooms":"3","price":"284000","area":"418"} , +{"type":"Feature","id":"n2973135336","geometry":{"type":"Point","coordinates":[-0.9659599,51.1787848]},"properties":{"@type":"node","@id":2973135336,"@timestamp":1472403247},"coords":"51.1787848,-0.9659599","bedrooms":"2","price":"297000","area":"448"} , +{"type":"Feature","id":"n2973137966","geometry":{"type":"Point","coordinates":[-1.001621,51.1708494]},"properties":{"@type":"node","@id":2973137966,"@timestamp":1405952320},"coords":"51.1708494,-1.001621","bedrooms":"4","price":"172000","area":"465"} , +{"type":"Feature","id":"n2973146213","geometry":{"type":"Point","coordinates":[-1.0079683,51.1700591]},"properties":{"@type":"node","@id":2973146213,"@timestamp":1496239032},"coords":"51.1700591,-1.0079683","bedrooms":"2","price":"160000","area":"385"} , +{"type":"Feature","id":"n2973146227","geometry":{"type":"Point","coordinates":[-1.0092517,51.1592963]},"properties":{"@type":"node","@id":2973146227,"@timestamp":1405952662},"coords":"51.1592963,-1.0092517","bedrooms":"0","price":"163000","area":"526"} , +{"type":"Feature","id":"n2973149975","geometry":{"type":"Point","coordinates":[-1.0712978,51.1201716]},"properties":{"@type":"node","@id":2973149975,"@timestamp":1405953051},"coords":"51.1201716,-1.0712978","bedrooms":"3","price":"279000","area":"672"} , +{"type":"Feature","id":"n2973154153","geometry":{"type":"Point","coordinates":[-1.073614,51.1106235]},"properties":{"@type":"node","@id":2973154153,"@timestamp":1496239033},"coords":"51.1106235,-1.073614","bedrooms":"0","price":"157000","area":"397"} , +{"type":"Feature","id":"n2973161003","geometry":{"type":"Point","coordinates":[-1.0436769,51.0982029]},"properties":{"@type":"node","@id":2973161003,"@timestamp":1631137318},"coords":"51.0982029,-1.0436769","bedrooms":"2","price":"269000","area":"605"} , +{"type":"Feature","id":"n2973176537","geometry":{"type":"Point","coordinates":[-1.0530935,51.0928401]},"properties":{"@type":"node","@id":2973176537,"@timestamp":1538512630},"coords":"51.0928401,-1.0530935","bedrooms":"0","price":"216000","area":"587"} , +{"type":"Feature","id":"n2973191109","geometry":{"type":"Point","coordinates":[0.5458005,51.3872867]},"properties":{"@type":"node","@id":2973191109,"@timestamp":1405955316},"coords":"51.3872867,0.5458005","bedrooms":"0","price":"252000","area":"533"} , +{"type":"Feature","id":"n2973711464","geometry":{"type":"Point","coordinates":[0.2202453,51.2981994]},"properties":{"@type":"node","@id":2973711464,"@timestamp":1405977159},"coords":"51.2981994,0.2202453","bedrooms":"4","price":"256000","area":"678"} , +{"type":"Feature","id":"n2973856207","geometry":{"type":"Point","coordinates":[0.1812117,51.3949804]},"properties":{"@type":"node","@id":2973856207,"@timestamp":1405987219},"coords":"51.3949804,0.1812117","bedrooms":"4","price":"181000","area":"698"} , +{"type":"Feature","id":"n2973865321","geometry":{"type":"Point","coordinates":[0.18086,51.3953935]},"properties":{"@type":"node","@id":2973865321,"@timestamp":1405987833},"coords":"51.3953935,0.18086","bedrooms":"2","price":"209000","area":"642"} , +{"type":"Feature","id":"n2974130017","geometry":{"type":"Point","coordinates":[0.5467058,51.3879171]},"properties":{"@type":"node","@id":2974130017,"@timestamp":1567481177},"coords":"51.3879171,0.5467058","bedrooms":"4","price":"293000","area":"390"} , +{"type":"Feature","id":"n2974214207","geometry":{"type":"Point","coordinates":[0.5435723,51.3884876]},"properties":{"@type":"node","@id":2974214207,"@timestamp":1406028803},"coords":"51.3884876,0.5435723","bedrooms":"4","price":"252000","area":"629"} , +{"type":"Feature","id":"n2974347977","geometry":{"type":"Point","coordinates":[0.5494883,51.3873324]},"properties":{"@type":"node","@id":2974347977,"@timestamp":1406036026},"coords":"51.3873324,0.5494883","bedrooms":"1","price":"236000","area":"489"} , +{"type":"Feature","id":"n2974573008","geometry":{"type":"Point","coordinates":[-0.3256281,51.0572679]},"properties":{"@type":"node","@id":2974573008,"@timestamp":1406047183},"coords":"51.0572679,-0.3256281","bedrooms":"0","price":"158000","area":"409"} , +{"type":"Feature","id":"n2975010775","geometry":{"type":"Point","coordinates":[0.1817735,51.3956017]},"properties":{"@type":"node","@id":2975010775,"@timestamp":1547071727},"coords":"51.3956017,0.1817735","bedrooms":"1","price":"167000","area":"627"} , +{"type":"Feature","id":"n2975011739","geometry":{"type":"Point","coordinates":[0.1823833,51.396261]},"properties":{"@type":"node","@id":2975011739,"@timestamp":1406066043},"coords":"51.396261,0.1823833","bedrooms":"2","price":"282000","area":"664"} , +{"type":"Feature","id":"n2975025117","geometry":{"type":"Point","coordinates":[0.1827521,51.3962821]},"properties":{"@type":"node","@id":2975025117,"@timestamp":1406067017},"coords":"51.3962821,0.1827521","bedrooms":"3","price":"299000","area":"569"} , +{"type":"Feature","id":"n2975034464","geometry":{"type":"Point","coordinates":[0.1819545,51.3953426]},"properties":{"@type":"node","@id":2975034464,"@timestamp":1406067490},"coords":"51.3953426,0.1819545","bedrooms":"0","price":"280000","area":"540"} , +{"type":"Feature","id":"n2975034663","geometry":{"type":"Point","coordinates":[0.1814397,51.3947533]},"properties":{"@type":"node","@id":2975034663,"@timestamp":1618070642},"coords":"51.3947533,0.1814397","bedrooms":"0","price":"256000","area":"475"} , +{"type":"Feature","id":"n2975042887","geometry":{"type":"Point","coordinates":[-0.6725454,50.9763383]},"properties":{"@type":"node","@id":2975042887,"@timestamp":1544634813},"coords":"50.9763383,-0.6725454","bedrooms":"2","price":"236000","area":"440"} , +{"type":"Feature","id":"n2975045657","geometry":{"type":"Point","coordinates":[0.1827668,51.3944046]},"properties":{"@type":"node","@id":2975045657,"@timestamp":1406068938},"coords":"51.3944046,0.1827668","bedrooms":"1","price":"287000","area":"464"} , +{"type":"Feature","id":"n2975045667","geometry":{"type":"Point","coordinates":[0.1837398,51.3942861]},"properties":{"@type":"node","@id":2975045667,"@timestamp":1406068939},"coords":"51.3942861,0.1837398","bedrooms":"2","price":"181000","area":"555"} , +{"type":"Feature","id":"n2975049451","geometry":{"type":"Point","coordinates":[-0.7981255,51.362289]},"properties":{"@type":"node","@id":2975049451,"@timestamp":1598851505},"coords":"51.362289,-0.7981255","bedrooms":"3","price":"263000","area":"471"} , +{"type":"Feature","id":"n2975050051","geometry":{"type":"Point","coordinates":[-0.7504626,51.3895382]},"properties":{"@type":"node","@id":2975050051,"@timestamp":1454269438},"coords":"51.3895382,-0.7504626","bedrooms":"2","price":"243000","area":"645"} , +{"type":"Feature","id":"n2975075741","geometry":{"type":"Point","coordinates":[-0.669373,50.9930672]},"properties":{"@type":"node","@id":2975075741,"@timestamp":1406072505},"coords":"50.9930672,-0.669373","bedrooms":"0","price":"207000","area":"523"} , +{"type":"Feature","id":"n2975383953","geometry":{"type":"Point","coordinates":[-0.1895995,51.5273404]},"properties":{"@type":"node","@id":2975383953,"@timestamp":1437060170},"coords":"51.5273404,-0.1895995","bedrooms":"0","price":"164000","area":"640"} , +{"type":"Feature","id":"n2975566603","geometry":{"type":"Point","coordinates":[0.5506036,51.3867198]},"properties":{"@type":"node","@id":2975566603,"@timestamp":1598371572},"coords":"51.3867198,0.5506036","bedrooms":"3","price":"194000","area":"631"} , +{"type":"Feature","id":"n2975645229","geometry":{"type":"Point","coordinates":[0.1842327,51.3938153]},"properties":{"@type":"node","@id":2975645229,"@timestamp":1406118987},"coords":"51.3938153,0.1842327","bedrooms":"0","price":"155000","area":"683"} , +{"type":"Feature","id":"n2975914341","geometry":{"type":"Point","coordinates":[0.5515961,51.3870344]},"properties":{"@type":"node","@id":2975914341,"@timestamp":1567482574},"coords":"51.3870344,0.5515961","bedrooms":"0","price":"194000","area":"607"} , +{"type":"Feature","id":"n2976988603","geometry":{"type":"Point","coordinates":[-0.1337195,51.5132948]},"properties":{"@type":"node","@id":2976988603,"@timestamp":1603508162},"coords":"51.5132948,-0.1337195","bedrooms":"4","price":"297000","area":"394"} , +{"type":"Feature","id":"n2977220101","geometry":{"type":"Point","coordinates":[-0.0998277,51.4991519]},"properties":{"@type":"node","@id":2977220101,"@timestamp":1594723927},"coords":"51.4991519,-0.0998277","bedrooms":"0","price":"257000","area":"616"} , +{"type":"Feature","id":"n2977598071","geometry":{"type":"Point","coordinates":[-0.1471281,51.4193773]},"properties":{"@type":"node","@id":2977598071,"@timestamp":1526000679},"coords":"51.4193773,-0.1471281","bedrooms":"4","price":"196000","area":"443"} , +{"type":"Feature","id":"n2978188482","geometry":{"type":"Point","coordinates":[0.2689832,51.2585494]},"properties":{"@type":"node","@id":2978188482,"@timestamp":1406237835},"coords":"51.2585494,0.2689832","bedrooms":"2","price":"202000","area":"515"} , +{"type":"Feature","id":"n2978277838","geometry":{"type":"Point","coordinates":[-0.9447864,51.0461418]},"properties":{"@type":"node","@id":2978277838,"@timestamp":1406243675},"coords":"51.0461418,-0.9447864","bedrooms":"4","price":"183000","area":"486"} , +{"type":"Feature","id":"n2978277885","geometry":{"type":"Point","coordinates":[-0.9806252,51.0863173]},"properties":{"@type":"node","@id":2978277885,"@timestamp":1406243677},"coords":"51.0863173,-0.9806252","bedrooms":"0","price":"293000","area":"490"} , +{"type":"Feature","id":"n2978290281","geometry":{"type":"Point","coordinates":[0.1818497,51.3940633]},"properties":{"@type":"node","@id":2978290281,"@timestamp":1406245729},"coords":"51.3940633,0.1818497","bedrooms":"0","price":"217000","area":"623"} , +{"type":"Feature","id":"n2978295124","geometry":{"type":"Point","coordinates":[0.1846613,51.3929447]},"properties":{"@type":"node","@id":2978295124,"@timestamp":1406246546},"coords":"51.3929447,0.1846613","bedrooms":"3","price":"283000","area":"549"} , +{"type":"Feature","id":"n2978310750","geometry":{"type":"Point","coordinates":[-0.1940266,51.5254518]},"properties":{"@type":"node","@id":2978310750,"@timestamp":1406250589},"coords":"51.5254518,-0.1940266","bedrooms":"2","price":"182000","area":"460"} , +{"type":"Feature","id":"n2978329024","geometry":{"type":"Point","coordinates":[-0.0377286,51.5492523]},"properties":{"@type":"node","@id":2978329024,"@timestamp":1612210109},"coords":"51.5492523,-0.0377286","bedrooms":"4","price":"181000","area":"677"} , +{"type":"Feature","id":"n2978795255","geometry":{"type":"Point","coordinates":[-0.0811224,51.5140306]},"properties":{"@type":"node","@id":2978795255,"@timestamp":1629751074,"type":"plaque"},"coords":"51.5140306,-0.0811224","bedrooms":"0","price":"203000","area":"404"} , +{"type":"Feature","id":"n2980201836","geometry":{"type":"Point","coordinates":[-0.1262339,51.5148266]},"properties":{"@type":"node","@id":2980201836,"@timestamp":1634078027},"coords":"51.5148266,-0.1262339","bedrooms":"4","price":"174000","area":"632"} , +{"type":"Feature","id":"n2980983577","geometry":{"type":"Point","coordinates":[-0.4403655,51.459433]},"properties":{"@type":"node","@id":2980983577,"@timestamp":1406377750},"coords":"51.459433,-0.4403655","bedrooms":"1","price":"186000","area":"377"} , +{"type":"Feature","id":"n2982330066","geometry":{"type":"Point","coordinates":[-0.1305677,51.5169422]},"properties":{"@type":"node","@id":2982330066,"@timestamp":1465865684},"coords":"51.5169422,-0.1305677","bedrooms":"0","price":"290000","area":"407"} , +{"type":"Feature","id":"n2982381976","geometry":{"type":"Point","coordinates":[-0.133252,51.5197049]},"properties":{"@type":"node","@id":2982381976,"@timestamp":1607885242},"coords":"51.5197049,-0.133252","bedrooms":"3","price":"214000","area":"423"} , +{"type":"Feature","id":"n2982664533","geometry":{"type":"Point","coordinates":[0.1849301,51.3932437]},"properties":{"@type":"node","@id":2982664533,"@timestamp":1406465067},"coords":"51.3932437,0.1849301","bedrooms":"3","price":"213000","area":"502"} , +{"type":"Feature","id":"n2982770399","geometry":{"type":"Point","coordinates":[-0.0493802,51.5469377]},"properties":{"@type":"node","@id":2982770399,"@timestamp":1604229565},"coords":"51.5469377,-0.0493802","bedrooms":"3","price":"276000","area":"404"} , +{"type":"Feature","id":"n2983747841","geometry":{"type":"Point","coordinates":[-0.0472406,51.5289511]},"properties":{"@type":"node","@id":2983747841,"@timestamp":1574192150},"coords":"51.5289511,-0.0472406","bedrooms":"1","price":"200000","area":"428"} , +{"type":"Feature","id":"n2984328665","geometry":{"type":"Point","coordinates":[-0.3238424,51.0620808]},"properties":{"@type":"node","@id":2984328665,"@timestamp":1458683086},"coords":"51.0620808,-0.3238424","bedrooms":"3","price":"293000","area":"674"} , +{"type":"Feature","id":"n2984370862","geometry":{"type":"Point","coordinates":[-0.3243143,51.0625794]},"properties":{"@type":"node","@id":2984370862,"@timestamp":1406549950},"coords":"51.0625794,-0.3243143","bedrooms":"3","price":"275000","area":"481"} , +{"type":"Feature","id":"n2984609152","geometry":{"type":"Point","coordinates":[-0.0467844,51.5703535]},"properties":{"@type":"node","@id":2984609152,"@timestamp":1623310355},"coords":"51.5703535,-0.0467844","bedrooms":"1","price":"209000","area":"574"} , +{"type":"Feature","id":"n2984902787","geometry":{"type":"Point","coordinates":[-0.0349422,51.6446264]},"properties":{"@type":"node","@id":2984902787,"@timestamp":1406576650},"coords":"51.6446264,-0.0349422","bedrooms":"4","price":"247000","area":"420"} , +{"type":"Feature","id":"n2984994254","geometry":{"type":"Point","coordinates":[-0.0416446,51.645377]},"properties":{"@type":"node","@id":2984994254,"@timestamp":1406579741},"coords":"51.645377,-0.0416446","bedrooms":"0","price":"182000","area":"459"} , +{"type":"Feature","id":"n2985001347","geometry":{"type":"Point","coordinates":[-0.0430687,51.6456184]},"properties":{"@type":"node","@id":2985001347,"@timestamp":1406580167},"coords":"51.6456184,-0.0430687","bedrooms":"3","price":"202000","area":"578"} , +{"type":"Feature","id":"n2985100899","geometry":{"type":"Point","coordinates":[-0.1353774,51.5215073]},"properties":{"@type":"node","@id":2985100899,"@timestamp":1406583526},"coords":"51.5215073,-0.1353774","bedrooms":"0","price":"238000","area":"487"} , +{"type":"Feature","id":"n2985102442","geometry":{"type":"Point","coordinates":[-0.1366347,51.5228578]},"properties":{"@type":"node","@id":2985102442,"@timestamp":1406583527},"coords":"51.5228578,-0.1366347","bedrooms":"0","price":"167000","area":"535"} , +{"type":"Feature","id":"n2985189393","geometry":{"type":"Point","coordinates":[-0.0356437,51.531434]},"properties":{"@type":"node","@id":2985189393,"@timestamp":1406586440},"coords":"51.531434,-0.0356437","bedrooms":"2","price":"176000","area":"532"} , +{"type":"Feature","id":"n2985196763","geometry":{"type":"Point","coordinates":[-0.038401,51.5312393]},"properties":{"@type":"node","@id":2985196763,"@timestamp":1573725463},"coords":"51.5312393,-0.038401","bedrooms":"0","price":"196000","area":"538"} , +{"type":"Feature","id":"n2985253997","geometry":{"type":"Point","coordinates":[-0.1348287,51.5208739]},"properties":{"@type":"node","@id":2985253997,"@timestamp":1406588381},"coords":"51.5208739,-0.1348287","bedrooms":"4","price":"251000","area":"615"} , +{"type":"Feature","id":"n2985254734","geometry":{"type":"Point","coordinates":[-0.1356966,51.5218692]},"properties":{"@type":"node","@id":2985254734,"@timestamp":1406588382},"coords":"51.5218692,-0.1356966","bedrooms":"2","price":"240000","area":"407"} , +{"type":"Feature","id":"n2985617121","geometry":{"type":"Point","coordinates":[-1.1071205,51.6229687]},"properties":{"@type":"node","@id":2985617121,"@timestamp":1406620027},"coords":"51.6229687,-1.1071205","bedrooms":"0","price":"175000","area":"602"} , +{"type":"Feature","id":"n2985688234","geometry":{"type":"Point","coordinates":[0.3668873,51.4411108]},"properties":{"@type":"node","@id":2985688234,"@timestamp":1632742939},"coords":"51.4411108,0.3668873","bedrooms":"0","price":"221000","area":"548"} , +{"type":"Feature","id":"n2986114671","geometry":{"type":"Point","coordinates":[0.076714,51.3518982]},"properties":{"@type":"node","@id":2986114671,"@timestamp":1406649425},"coords":"51.3518982,0.076714","bedrooms":"2","price":"180000","area":"370"} , +{"type":"Feature","id":"n2986842812","geometry":{"type":"Point","coordinates":[-0.0907147,51.4654785]},"properties":{"@type":"node","@id":2986842812,"@timestamp":1406671183},"coords":"51.4654785,-0.0907147","bedrooms":"3","price":"168000","area":"590"} , +{"type":"Feature","id":"n2986844083","geometry":{"type":"Point","coordinates":[-0.0924191,51.4663482]},"properties":{"@type":"node","@id":2986844083,"@timestamp":1406671183},"coords":"51.4663482,-0.0924191","bedrooms":"3","price":"215000","area":"433"} , +{"type":"Feature","id":"n2986884645","geometry":{"type":"Point","coordinates":[-0.092433,51.4658427]},"properties":{"@type":"node","@id":2986884645,"@timestamp":1406673757},"coords":"51.4658427,-0.092433","bedrooms":"0","price":"203000","area":"552"} , +{"type":"Feature","id":"n2987279446","geometry":{"type":"Point","coordinates":[-1.1081764,51.624954]},"properties":{"@type":"node","@id":2987279446,"@timestamp":1406706255},"coords":"51.624954,-1.1081764","bedrooms":"4","price":"177000","area":"523"} , +{"type":"Feature","id":"n2987279477","geometry":{"type":"Point","coordinates":[-1.1077366,51.6232391]},"properties":{"@type":"node","@id":2987279477,"@timestamp":1406706256},"coords":"51.6232391,-1.1077366","bedrooms":"0","price":"251000","area":"442"} , +{"type":"Feature","id":"n2987279499","geometry":{"type":"Point","coordinates":[-1.1080262,51.6230259]},"properties":{"@type":"node","@id":2987279499,"@timestamp":1406706256},"coords":"51.6230259,-1.1080262","bedrooms":"1","price":"264000","area":"361"} , +{"type":"Feature","id":"n2987542045","geometry":{"type":"Point","coordinates":[-0.0645227,51.4570394]},"properties":{"@type":"node","@id":2987542045,"@timestamp":1588509286},"coords":"51.4570394,-0.0645227","bedrooms":"0","price":"228000","area":"659"} , +{"type":"Feature","id":"n2989116532","geometry":{"type":"Point","coordinates":[-0.0539851,51.6736015]},"properties":{"@type":"node","@id":2989116532,"@timestamp":1406796156},"coords":"51.6736015,-0.0539851","bedrooms":"3","price":"171000","area":"448"} , +{"type":"Feature","id":"n2989325946","geometry":{"type":"Point","coordinates":[-0.1894575,51.1541754]},"properties":{"@type":"node","@id":2989325946,"@timestamp":1612294815},"coords":"51.1541754,-0.1894575","bedrooms":"1","price":"185000","area":"679"} , +{"type":"Feature","id":"n2990605210","geometry":{"type":"Point","coordinates":[-0.3015049,51.0710176]},"properties":{"@type":"node","@id":2990605210,"@timestamp":1406887982},"coords":"51.0710176,-0.3015049","bedrooms":"3","price":"233000","area":"505"} , +{"type":"Feature","id":"n2990651923","geometry":{"type":"Point","coordinates":[-0.0917234,51.5164372]},"properties":{"@type":"node","@id":2990651923,"@timestamp":1406890572},"coords":"51.5164372,-0.0917234","bedrooms":"3","price":"160000","area":"513"} , +{"type":"Feature","id":"n2990668130","geometry":{"type":"Point","coordinates":[-0.799113,51.9687169]},"properties":{"@type":"node","@id":2990668130,"@timestamp":1406891583},"coords":"51.9687169,-0.799113","bedrooms":"3","price":"240000","area":"419"} , +{"type":"Feature","id":"n2990668887","geometry":{"type":"Point","coordinates":[-0.8047644,51.9653143]},"properties":{"@type":"node","@id":2990668887,"@timestamp":1406891586},"coords":"51.9653143,-0.8047644","bedrooms":"0","price":"252000","area":"645"} , +{"type":"Feature","id":"n2990716972","geometry":{"type":"Point","coordinates":[-0.0926687,51.5168719]},"properties":{"@type":"node","@id":2990716972,"@timestamp":1503000373},"coords":"51.5168719,-0.0926687","bedrooms":"4","price":"257000","area":"417"} , +{"type":"Feature","id":"n2990716982","geometry":{"type":"Point","coordinates":[-0.0927137,51.5169171]},"properties":{"@type":"node","@id":2990716982,"@timestamp":1503000373},"coords":"51.5169171,-0.0927137","bedrooms":"0","price":"151000","area":"692"} , +{"type":"Feature","id":"n2990740226","geometry":{"type":"Point","coordinates":[-0.0912841,51.5163279]},"properties":{"@type":"node","@id":2990740226,"@timestamp":1406895992},"coords":"51.5163279,-0.0912841","bedrooms":"0","price":"276000","area":"424"} , +{"type":"Feature","id":"n2991108303","geometry":{"type":"Point","coordinates":[-0.3028264,51.0642546]},"properties":{"@type":"node","@id":2991108303,"@timestamp":1629754002},"coords":"51.0642546,-0.3028264","bedrooms":"2","price":"176000","area":"667"} , +{"type":"Feature","id":"n2991159547","geometry":{"type":"Point","coordinates":[-0.8654414,51.9489504]},"properties":{"@type":"node","@id":2991159547,"@timestamp":1406916369},"coords":"51.9489504,-0.8654414","bedrooms":"0","price":"188000","area":"689"} , +{"type":"Feature","id":"n2991159569","geometry":{"type":"Point","coordinates":[-0.8687379,51.9514815]},"properties":{"@type":"node","@id":2991159569,"@timestamp":1406916370},"coords":"51.9514815,-0.8687379","bedrooms":"4","price":"274000","area":"357"} , +{"type":"Feature","id":"n2991159593","geometry":{"type":"Point","coordinates":[-0.8207262,51.9585447]},"properties":{"@type":"node","@id":2991159593,"@timestamp":1406916370},"coords":"51.9585447,-0.8207262","bedrooms":"4","price":"165000","area":"350"} , +{"type":"Feature","id":"n2991159618","geometry":{"type":"Point","coordinates":[-0.8491308,51.9523129]},"properties":{"@type":"node","@id":2991159618,"@timestamp":1406916371},"coords":"51.9523129,-0.8491308","bedrooms":"2","price":"153000","area":"480"} , +{"type":"Feature","id":"n2991159646","geometry":{"type":"Point","coordinates":[-0.8478782,51.9524766]},"properties":{"@type":"node","@id":2991159646,"@timestamp":1406916371},"coords":"51.9524766,-0.8478782","bedrooms":"1","price":"202000","area":"479"} , +{"type":"Feature","id":"n2991159662","geometry":{"type":"Point","coordinates":[-0.8288774,51.9565216]},"properties":{"@type":"node","@id":2991159662,"@timestamp":1406916372},"coords":"51.9565216,-0.8288774","bedrooms":"1","price":"254000","area":"591"} , +{"type":"Feature","id":"n2991585378","geometry":{"type":"Point","coordinates":[-0.7925495,51.218165]},"properties":{"@type":"node","@id":2991585378,"@timestamp":1622552576},"coords":"51.218165,-0.7925495","bedrooms":"0","price":"249000","area":"399"} , +{"type":"Feature","id":"n2992256213","geometry":{"type":"Point","coordinates":[0.0238589,51.5971434]},"properties":{"@type":"node","@id":2992256213,"@timestamp":1406987873},"coords":"51.5971434,0.0238589","bedrooms":"3","price":"188000","area":"394"} , +{"type":"Feature","id":"n2992653114","geometry":{"type":"Point","coordinates":[-0.3788433,51.0637253]},"properties":{"@type":"node","@id":2992653114,"@timestamp":1407000744},"coords":"51.0637253,-0.3788433","bedrooms":"0","price":"181000","area":"546"} , +{"type":"Feature","id":"n2992828577","geometry":{"type":"Point","coordinates":[-0.0718687,51.5840103]},"properties":{"@type":"node","@id":2992828577,"@timestamp":1619563151},"coords":"51.5840103,-0.0718687","bedrooms":"3","price":"240000","area":"549"} , +{"type":"Feature","id":"n2992909101","geometry":{"type":"Point","coordinates":[-0.0548477,51.5556197]},"properties":{"@type":"node","@id":2992909101,"@timestamp":1622459958},"coords":"51.5556197,-0.0548477","bedrooms":"2","price":"233000","area":"401"} , +{"type":"Feature","id":"n2993082766","geometry":{"type":"Point","coordinates":[-0.1666223,51.5126509]},"properties":{"@type":"node","@id":2993082766,"@timestamp":1492736904},"coords":"51.5126509,-0.1666223","bedrooms":"0","price":"226000","area":"576"} , +{"type":"Feature","id":"n2993090800","geometry":{"type":"Point","coordinates":[-0.0469548,51.6662267]},"properties":{"@type":"node","@id":2993090800,"@timestamp":1602852605},"coords":"51.6662267,-0.0469548","bedrooms":"0","price":"246000","area":"371"} , +{"type":"Feature","id":"n2993090810","geometry":{"type":"Point","coordinates":[-0.0471989,51.666225]},"properties":{"@type":"node","@id":2993090810,"@timestamp":1602852605},"coords":"51.666225,-0.0471989","bedrooms":"3","price":"261000","area":"458"} , +{"type":"Feature","id":"n2993682907","geometry":{"type":"Point","coordinates":[0.6803082,51.2316137]},"properties":{"@type":"node","@id":2993682907,"@timestamp":1407061923},"coords":"51.2316137,0.6803082","bedrooms":"0","price":"292000","area":"490"} , +{"type":"Feature","id":"n2993683219","geometry":{"type":"Point","coordinates":[0.7000136,51.2351065]},"properties":{"@type":"node","@id":2993683219,"@timestamp":1407061925},"coords":"51.2351065,0.7000136","bedrooms":"0","price":"201000","area":"648"} , +{"type":"Feature","id":"n2993726633","geometry":{"type":"Point","coordinates":[-0.136012,51.5128405]},"properties":{"@type":"node","@id":2993726633,"@timestamp":1489348476},"coords":"51.5128405,-0.136012","bedrooms":"2","price":"161000","area":"353"} , +{"type":"Feature","id":"n2993868920","geometry":{"type":"Point","coordinates":[-0.9998718,51.1191368]},"properties":{"@type":"node","@id":2993868920,"@timestamp":1407071160},"coords":"51.1191368,-0.9998718","bedrooms":"0","price":"277000","area":"539"} , +{"type":"Feature","id":"n2993894036","geometry":{"type":"Point","coordinates":[-1.0050585,51.1330611]},"properties":{"@type":"node","@id":2993894036,"@timestamp":1538512639},"coords":"51.1330611,-1.0050585","bedrooms":"0","price":"202000","area":"579"} , +{"type":"Feature","id":"n2993904033","geometry":{"type":"Point","coordinates":[-0.1370083,51.5108066]},"properties":{"@type":"node","@id":2993904033,"@timestamp":1555680910},"coords":"51.5108066,-0.1370083","bedrooms":"4","price":"174000","area":"394"} , +{"type":"Feature","id":"n2993919029","geometry":{"type":"Point","coordinates":[-1.0336277,51.178609]},"properties":{"@type":"node","@id":2993919029,"@timestamp":1496239034},"coords":"51.178609,-1.0336277","bedrooms":"0","price":"230000","area":"363"} , +{"type":"Feature","id":"n2994473958","geometry":{"type":"Point","coordinates":[0.2142794,51.3691961]},"properties":{"@type":"node","@id":2994473958,"@timestamp":1533598840},"coords":"51.3691961,0.2142794","bedrooms":"4","price":"293000","area":"559"} , +{"type":"Feature","id":"n2994495705","geometry":{"type":"Point","coordinates":[0.2142883,51.3688973]},"properties":{"@type":"node","@id":2994495705,"@timestamp":1407088942},"coords":"51.3688973,0.2142883","bedrooms":"2","price":"247000","area":"457"} , +{"type":"Feature","id":"n2994546852","geometry":{"type":"Point","coordinates":[-0.1940891,51.600432]},"properties":{"@type":"node","@id":2994546852,"@timestamp":1407090899},"coords":"51.600432,-0.1940891","bedrooms":"2","price":"243000","area":"354"} , +{"type":"Feature","id":"n2994546862","geometry":{"type":"Point","coordinates":[-0.1964266,51.5992023]},"properties":{"@type":"node","@id":2994546862,"@timestamp":1407090899},"coords":"51.5992023,-0.1964266","bedrooms":"1","price":"252000","area":"465"} , +{"type":"Feature","id":"n2994546872","geometry":{"type":"Point","coordinates":[-0.1950364,51.6004955]},"properties":{"@type":"node","@id":2994546872,"@timestamp":1407090899},"coords":"51.6004955,-0.1950364","bedrooms":"1","price":"184000","area":"625"} , +{"type":"Feature","id":"n2994546882","geometry":{"type":"Point","coordinates":[-0.1932517,51.5982631]},"properties":{"@type":"node","@id":2994546882,"@timestamp":1407090900},"coords":"51.5982631,-0.1932517","bedrooms":"1","price":"199000","area":"527"} , +{"type":"Feature","id":"n2994546892","geometry":{"type":"Point","coordinates":[-0.19258,51.5988992]},"properties":{"@type":"node","@id":2994546892,"@timestamp":1407090900},"coords":"51.5988992,-0.19258","bedrooms":"0","price":"244000","area":"633"} , +{"type":"Feature","id":"n2994546903","geometry":{"type":"Point","coordinates":[-0.1928654,51.6016528]},"properties":{"@type":"node","@id":2994546903,"@timestamp":1407090901},"coords":"51.6016528,-0.1928654","bedrooms":"1","price":"159000","area":"412"} , +{"type":"Feature","id":"n2994707457","geometry":{"type":"Point","coordinates":[-0.2399152,51.5413097]},"properties":{"@type":"node","@id":2994707457,"@timestamp":1407406835},"coords":"51.5413097,-0.2399152","bedrooms":"1","price":"271000","area":"541"} , +{"type":"Feature","id":"n2995253091","geometry":{"type":"Point","coordinates":[-0.1093622,51.6123251]},"properties":{"@type":"node","@id":2995253091,"@timestamp":1524877071},"coords":"51.6123251,-0.1093622","bedrooms":"4","price":"269000","area":"628"} , +{"type":"Feature","id":"n2996467521","geometry":{"type":"Point","coordinates":[0.1783011,51.3374561]},"properties":{"@type":"node","@id":2996467521,"@timestamp":1407181904},"coords":"51.3374561,0.1783011","bedrooms":"4","price":"233000","area":"646"} , +{"type":"Feature","id":"n2996617372","geometry":{"type":"Point","coordinates":[-0.0913817,51.5057105]},"properties":{"@type":"node","@id":2996617372,"@timestamp":1565899202},"coords":"51.5057105,-0.0913817","bedrooms":"4","price":"200000","area":"602"} , +{"type":"Feature","id":"n2997222833","geometry":{"type":"Point","coordinates":[-0.076172,51.482575]},"properties":{"@type":"node","@id":2997222833,"@timestamp":1407225165},"coords":"51.482575,-0.076172","bedrooms":"3","price":"264000","area":"559"} , +{"type":"Feature","id":"n2997599807","geometry":{"type":"Point","coordinates":[-0.3604592,51.8103929]},"properties":{"@type":"node","@id":2997599807,"@timestamp":1408560586},"coords":"51.8103929,-0.3604592","bedrooms":"3","price":"206000","area":"610"} , +{"type":"Feature","id":"n2997800844","geometry":{"type":"Point","coordinates":[-0.767954,51.9632138]},"properties":{"@type":"node","@id":2997800844,"@timestamp":1407248514},"coords":"51.9632138,-0.767954","bedrooms":"4","price":"258000","area":"432"} , +{"type":"Feature","id":"n2997907363","geometry":{"type":"Point","coordinates":[-0.0136713,51.5351494]},"properties":{"@type":"node","@id":2997907363,"@timestamp":1633082846},"coords":"51.5351494,-0.0136713","bedrooms":"0","price":"244000","area":"604"} , +{"type":"Feature","id":"n2998078257","geometry":{"type":"Point","coordinates":[-0.018357,51.5534862]},"properties":{"@type":"node","@id":2998078257,"@timestamp":1622488797},"coords":"51.5534862,-0.018357","bedrooms":"1","price":"190000","area":"538"} , +{"type":"Feature","id":"n2998121849","geometry":{"type":"Point","coordinates":[0.2292551,51.3057137]},"properties":{"@type":"node","@id":2998121849,"@timestamp":1407257866},"coords":"51.3057137,0.2292551","bedrooms":"2","price":"286000","area":"385"} , +{"type":"Feature","id":"n2998244326","geometry":{"type":"Point","coordinates":[-0.2436937,51.4412445]},"properties":{"@type":"node","@id":2998244326,"@timestamp":1623595203},"coords":"51.4412445,-0.2436937","bedrooms":"4","price":"169000","area":"408"} , +{"type":"Feature","id":"n2998402305","geometry":{"type":"Point","coordinates":[-0.7293507,51.1144094]},"properties":{"@type":"node","@id":2998402305,"@timestamp":1407268973},"coords":"51.1144094,-0.7293507","bedrooms":"4","price":"214000","area":"659"} , +{"type":"Feature","id":"n2998445124","geometry":{"type":"Point","coordinates":[-0.4450924,51.4948132]},"properties":{"@type":"node","@id":2998445124,"@timestamp":1558126944},"coords":"51.4948132,-0.4450924","bedrooms":"1","price":"170000","area":"695"} , +{"type":"Feature","id":"n2998445148","geometry":{"type":"Point","coordinates":[-0.4593655,51.4956005]},"properties":{"@type":"node","@id":2998445148,"@timestamp":1558126944},"coords":"51.4956005,-0.4593655","bedrooms":"0","price":"251000","area":"597"} , +{"type":"Feature","id":"n2998527535","geometry":{"type":"Point","coordinates":[-0.6356929,51.1126726]},"properties":{"@type":"node","@id":2998527535,"@timestamp":1604682707},"coords":"51.1126726,-0.6356929","bedrooms":"2","price":"168000","area":"582"} , +{"type":"Feature","id":"n2998565511","geometry":{"type":"Point","coordinates":[-0.2811654,51.6487548]},"properties":{"@type":"node","@id":2998565511,"@timestamp":1614533839},"coords":"51.6487548,-0.2811654","bedrooms":"0","price":"186000","area":"577"} , +{"type":"Feature","id":"n2998618604","geometry":{"type":"Point","coordinates":[-0.2489929,51.6349705]},"properties":{"@type":"node","@id":2998618604,"@timestamp":1407274339},"coords":"51.6349705,-0.2489929","bedrooms":"0","price":"215000","area":"488"} , +{"type":"Feature","id":"n2998618631","geometry":{"type":"Point","coordinates":[-0.2474922,51.6340689]},"properties":{"@type":"node","@id":2998618631,"@timestamp":1407274340},"coords":"51.6340689,-0.2474922","bedrooms":"4","price":"267000","area":"396"} , +{"type":"Feature","id":"n2998620655","geometry":{"type":"Point","coordinates":[-0.1939473,51.6568749]},"properties":{"@type":"node","@id":2998620655,"@timestamp":1407274343},"coords":"51.6568749,-0.1939473","bedrooms":"1","price":"231000","area":"626"} , +{"type":"Feature","id":"n2998620666","geometry":{"type":"Point","coordinates":[-0.1988587,51.6584915]},"properties":{"@type":"node","@id":2998620666,"@timestamp":1407274343},"coords":"51.6584915,-0.1988587","bedrooms":"1","price":"191000","area":"669"} , +{"type":"Feature","id":"n2998656118","geometry":{"type":"Point","coordinates":[-0.7480809,51.1079259]},"properties":{"@type":"node","@id":2998656118,"@timestamp":1407275538},"coords":"51.1079259,-0.7480809","bedrooms":"4","price":"271000","area":"463"} , +{"type":"Feature","id":"n2999666346","geometry":{"type":"Point","coordinates":[-0.138748,51.5233424]},"properties":{"@type":"node","@id":2999666346,"@timestamp":1407325225},"coords":"51.5233424,-0.138748","bedrooms":"3","price":"178000","area":"516"} , +{"type":"Feature","id":"n3000126265","geometry":{"type":"Point","coordinates":[0.6348506,51.2416504]},"properties":{"@type":"node","@id":3000126265,"@timestamp":1500477827},"coords":"51.2416504,0.6348506","bedrooms":"2","price":"244000","area":"649"} , +{"type":"Feature","id":"n3000126443","geometry":{"type":"Point","coordinates":[0.6095516,51.2504918]},"properties":{"@type":"node","@id":3000126443,"@timestamp":1407342268},"coords":"51.2504918,0.6095516","bedrooms":"2","price":"282000","area":"557"} , +{"type":"Feature","id":"n3000126468","geometry":{"type":"Point","coordinates":[0.5915888,51.255717]},"properties":{"@type":"node","@id":3000126468,"@timestamp":1407342268},"coords":"51.255717,0.5915888","bedrooms":"1","price":"201000","area":"469"} , +{"type":"Feature","id":"n3000239188","geometry":{"type":"Point","coordinates":[-0.1156976,51.4607206]},"properties":{"@type":"node","@id":3000239188,"@timestamp":1600375074},"coords":"51.4607206,-0.1156976","bedrooms":"3","price":"167000","area":"481"} , +{"type":"Feature","id":"n3001466718","geometry":{"type":"Point","coordinates":[-0.9340442,51.3250385]},"properties":{"@type":"node","@id":3001466718,"@timestamp":1538548336},"coords":"51.3250385,-0.9340442","bedrooms":"0","price":"206000","area":"667"} , +{"type":"Feature","id":"n3002324659","geometry":{"type":"Point","coordinates":[-0.2870954,51.0350147]},"properties":{"@type":"node","@id":3002324659,"@timestamp":1407408303},"coords":"51.0350147,-0.2870954","bedrooms":"3","price":"298000","area":"552"} , +{"type":"Feature","id":"n3002495465","geometry":{"type":"Point","coordinates":[-0.2518673,51.4212841]},"properties":{"@type":"node","@id":3002495465,"@timestamp":1609607572},"coords":"51.4212841,-0.2518673","bedrooms":"1","price":"223000","area":"688"} , +{"type":"Feature","id":"n3003562920","geometry":{"type":"Point","coordinates":[0.8897297,51.1458865]},"properties":{"@type":"node","@id":3003562920,"@timestamp":1407445482},"coords":"51.1458865,0.8897297","bedrooms":"1","price":"191000","area":"589"} , +{"type":"Feature","id":"n3004563943","geometry":{"type":"Point","coordinates":[-1.069699,51.1781636]},"properties":{"@type":"node","@id":3004563943,"@timestamp":1542133257},"coords":"51.1781636,-1.069699","bedrooms":"1","price":"260000","area":"394"} , +{"type":"Feature","id":"n3004839346","geometry":{"type":"Point","coordinates":[-0.007701,51.5065897]},"properties":{"@type":"node","@id":3004839346,"@timestamp":1622597461},"coords":"51.5065897,-0.007701","bedrooms":"4","price":"262000","area":"406"} , +{"type":"Feature","id":"n3005231406","geometry":{"type":"Point","coordinates":[-0.2866806,51.4147182]},"properties":{"@type":"node","@id":3005231406,"@timestamp":1407514115},"coords":"51.4147182,-0.2866806","bedrooms":"3","price":"176000","area":"672"} , +{"type":"Feature","id":"n3005598213","geometry":{"type":"Point","coordinates":[-0.707899,51.6303281]},"properties":{"@type":"node","@id":3005598213,"@timestamp":1540077091},"coords":"51.6303281,-0.707899","bedrooms":"0","price":"256000","area":"420"} , +{"type":"Feature","id":"n3006085712","geometry":{"type":"Point","coordinates":[-0.0170684,51.5538145]},"properties":{"@type":"node","@id":3006085712,"@timestamp":1601745603},"coords":"51.5538145,-0.0170684","bedrooms":"3","price":"154000","area":"575"} , +{"type":"Feature","id":"n3006497034","geometry":{"type":"Point","coordinates":[-0.1748419,51.513214]},"properties":{"@type":"node","@id":3006497034,"@timestamp":1573536436},"coords":"51.513214,-0.1748419","bedrooms":"0","price":"179000","area":"367"} , +{"type":"Feature","id":"n3006891829","geometry":{"type":"Point","coordinates":[-0.3113758,51.0319535]},"properties":{"@type":"node","@id":3006891829,"@timestamp":1629834890},"coords":"51.0319535,-0.3113758","bedrooms":"1","price":"169000","area":"569"} , +{"type":"Feature","id":"n3007020158","geometry":{"type":"Point","coordinates":[-0.1753577,51.5415652]},"properties":{"@type":"node","@id":3007020158,"@timestamp":1564909699},"coords":"51.5415652,-0.1753577","bedrooms":"4","price":"243000","area":"510"} , +{"type":"Feature","id":"n3007020203","geometry":{"type":"Point","coordinates":[-0.1754679,51.5417156]},"properties":{"@type":"node","@id":3007020203,"@timestamp":1564909699},"coords":"51.5417156,-0.1754679","bedrooms":"1","price":"247000","area":"517"} , +{"type":"Feature","id":"n3007020855","geometry":{"type":"Point","coordinates":[-0.1731995,51.5419219]},"properties":{"@type":"node","@id":3007020855,"@timestamp":1564909699},"coords":"51.5419219,-0.1731995","bedrooms":"0","price":"205000","area":"522"} , +{"type":"Feature","id":"n3007020909","geometry":{"type":"Point","coordinates":[-0.1751289,51.5434086]},"properties":{"@type":"node","@id":3007020909,"@timestamp":1564909699},"coords":"51.5434086,-0.1751289","bedrooms":"4","price":"291000","area":"635"} , +{"type":"Feature","id":"n3007020953","geometry":{"type":"Point","coordinates":[-0.1747705,51.5437776]},"properties":{"@type":"node","@id":3007020953,"@timestamp":1598967863},"coords":"51.5437776,-0.1747705","bedrooms":"1","price":"204000","area":"466"} , +{"type":"Feature","id":"n3007021012","geometry":{"type":"Point","coordinates":[-0.178905,51.5461178]},"properties":{"@type":"node","@id":3007021012,"@timestamp":1564909699},"coords":"51.5461178,-0.178905","bedrooms":"1","price":"151000","area":"532"} , +{"type":"Feature","id":"n3007628177","geometry":{"type":"Point","coordinates":[-0.0909491,51.5238397]},"properties":{"@type":"node","@id":3007628177,"@timestamp":1407620743},"coords":"51.5238397,-0.0909491","bedrooms":"3","price":"165000","area":"688"} , +{"type":"Feature","id":"n3007662395","geometry":{"type":"Point","coordinates":[0.0024041,51.5574561]},"properties":{"@type":"node","@id":3007662395,"@timestamp":1632922065},"coords":"51.5574561,0.0024041","bedrooms":"1","price":"288000","area":"351"} , +{"type":"Feature","id":"n3007669661","geometry":{"type":"Point","coordinates":[0.0024332,51.5576729]},"properties":{"@type":"node","@id":3007669661,"@timestamp":1626701491},"coords":"51.5576729,0.0024332","bedrooms":"0","price":"236000","area":"492"} , +{"type":"Feature","id":"n3008411848","geometry":{"type":"Point","coordinates":[-0.1801731,51.5476563]},"properties":{"@type":"node","@id":3008411848,"@timestamp":1564909699},"coords":"51.5476563,-0.1801731","bedrooms":"2","price":"185000","area":"614"} , +{"type":"Feature","id":"n3008411885","geometry":{"type":"Point","coordinates":[-0.1808538,51.5485637]},"properties":{"@type":"node","@id":3008411885,"@timestamp":1407665797},"coords":"51.5485637,-0.1808538","bedrooms":"3","price":"298000","area":"394"} , +{"type":"Feature","id":"n3008511117","geometry":{"type":"Point","coordinates":[0.8064483,51.1790811]},"properties":{"@type":"node","@id":3008511117,"@timestamp":1407672056},"coords":"51.1790811,0.8064483","bedrooms":"1","price":"200000","area":"575"} , +{"type":"Feature","id":"n3008511241","geometry":{"type":"Point","coordinates":[0.7422715,51.2068632]},"properties":{"@type":"node","@id":3008511241,"@timestamp":1407672059},"coords":"51.2068632,0.7422715","bedrooms":"0","price":"280000","area":"471"} , +{"type":"Feature","id":"n3008731382","geometry":{"type":"Point","coordinates":[-0.1571207,51.5816693]},"properties":{"@type":"node","@id":3008731382,"@timestamp":1407680641},"coords":"51.5816693,-0.1571207","bedrooms":"3","price":"237000","area":"475"} , +{"type":"Feature","id":"n3009233430","geometry":{"type":"Point","coordinates":[-1.0773857,51.2791722]},"properties":{"@type":"node","@id":3009233430,"@timestamp":1543250567},"coords":"51.2791722,-1.0773857","bedrooms":"1","price":"281000","area":"659"} , +{"type":"Feature","id":"n3009882855","geometry":{"type":"Point","coordinates":[-0.4768886,51.4526876]},"properties":{"@type":"node","@id":3009882855,"@timestamp":1593965203},"coords":"51.4526876,-0.4768886","bedrooms":"2","price":"208000","area":"436"} , +{"type":"Feature","id":"n3010226090","geometry":{"type":"Point","coordinates":[-0.3099341,51.0612361]},"properties":{"@type":"node","@id":3010226090,"@timestamp":1407758705},"coords":"51.0612361,-0.3099341","bedrooms":"0","price":"276000","area":"532"} , +{"type":"Feature","id":"n3010386634","geometry":{"type":"Point","coordinates":[-0.1237755,51.5045292]},"properties":{"@type":"node","@id":3010386634,"@timestamp":1591995601},"coords":"51.5045292,-0.1237755","bedrooms":"3","price":"227000","area":"463"} , +{"type":"Feature","id":"n3010451545","geometry":{"type":"Point","coordinates":[-0.0721293,51.5309659]},"properties":{"@type":"node","@id":3010451545,"@timestamp":1626959797},"coords":"51.5309659,-0.0721293","bedrooms":"3","price":"156000","area":"406"} , +{"type":"Feature","id":"n3010494096","geometry":{"type":"Point","coordinates":[-0.1960076,51.557284]},"properties":{"@type":"node","@id":3010494096,"@timestamp":1625933491},"coords":"51.557284,-0.1960076","bedrooms":"2","price":"187000","area":"645"} , +{"type":"Feature","id":"n3010494121","geometry":{"type":"Point","coordinates":[-0.1956035,51.5579127]},"properties":{"@type":"node","@id":3010494121,"@timestamp":1407769891},"coords":"51.5579127,-0.1956035","bedrooms":"2","price":"214000","area":"456"} , +{"type":"Feature","id":"n3010537062","geometry":{"type":"Point","coordinates":[-0.1969451,51.5592722]},"properties":{"@type":"node","@id":3010537062,"@timestamp":1564909699},"coords":"51.5592722,-0.1969451","bedrooms":"4","price":"297000","area":"421"} , +{"type":"Feature","id":"n3010556151","geometry":{"type":"Point","coordinates":[-0.0614423,51.5173264]},"properties":{"@type":"node","@id":3010556151,"@timestamp":1604772964},"coords":"51.5173264,-0.0614423","bedrooms":"2","price":"214000","area":"697"} , +{"type":"Feature","id":"n3011020689","geometry":{"type":"Point","coordinates":[-0.0386827,51.6619919]},"properties":{"@type":"node","@id":3011020689,"@timestamp":1602367143},"coords":"51.6619919,-0.0386827","bedrooms":"4","price":"294000","area":"477"} , +{"type":"Feature","id":"n3011029135","geometry":{"type":"Point","coordinates":[-0.0347457,51.6631666]},"properties":{"@type":"node","@id":3011029135,"@timestamp":1602851097},"coords":"51.6631666,-0.0347457","bedrooms":"2","price":"266000","area":"689"} , +{"type":"Feature","id":"n3011029150","geometry":{"type":"Point","coordinates":[-0.037841,51.6607896]},"properties":{"@type":"node","@id":3011029150,"@timestamp":1602442255},"coords":"51.6607896,-0.037841","bedrooms":"2","price":"177000","area":"393"} , +{"type":"Feature","id":"n3011045019","geometry":{"type":"Point","coordinates":[-0.0342143,51.6645685]},"properties":{"@type":"node","@id":3011045019,"@timestamp":1602851097},"coords":"51.6645685,-0.0342143","bedrooms":"0","price":"166000","area":"698"} , +{"type":"Feature","id":"n3011045029","geometry":{"type":"Point","coordinates":[-0.0341687,51.6651492]},"properties":{"@type":"node","@id":3011045029,"@timestamp":1602851097},"coords":"51.6651492,-0.0341687","bedrooms":"0","price":"180000","area":"355"} , +{"type":"Feature","id":"n3011055232","geometry":{"type":"Point","coordinates":[-0.038126,51.6637771]},"properties":{"@type":"node","@id":3011055232,"@timestamp":1602788986},"coords":"51.6637771,-0.038126","bedrooms":"3","price":"197000","area":"681"} , +{"type":"Feature","id":"n3011074730","geometry":{"type":"Point","coordinates":[-0.0425606,51.6632331]},"properties":{"@type":"node","@id":3011074730,"@timestamp":1602438414},"coords":"51.6632331,-0.0425606","bedrooms":"2","price":"208000","area":"488"} , +{"type":"Feature","id":"n3011088444","geometry":{"type":"Point","coordinates":[-0.0410139,51.6620975]},"properties":{"@type":"node","@id":3011088444,"@timestamp":1602367867},"coords":"51.6620975,-0.0410139","bedrooms":"2","price":"229000","area":"544"} , +{"type":"Feature","id":"n3011182287","geometry":{"type":"Point","coordinates":[-0.0412897,51.6623443]},"properties":{"@type":"node","@id":3011182287,"@timestamp":1602347469},"coords":"51.6623443,-0.0412897","bedrooms":"0","price":"221000","area":"490"} , +{"type":"Feature","id":"n3011182315","geometry":{"type":"Point","coordinates":[-0.0418621,51.6628589]},"properties":{"@type":"node","@id":3011182315,"@timestamp":1602438871},"coords":"51.6628589,-0.0418621","bedrooms":"2","price":"225000","area":"541"} , +{"type":"Feature","id":"n3011417281","geometry":{"type":"Point","coordinates":[-0.1415746,51.5235886]},"properties":{"@type":"node","@id":3011417281,"@timestamp":1407798994},"coords":"51.5235886,-0.1415746","bedrooms":"1","price":"247000","area":"493"} , +{"type":"Feature","id":"n3012160555","geometry":{"type":"Point","coordinates":[-0.0798728,51.5168188]},"properties":{"@type":"node","@id":3012160555,"@timestamp":1407842089},"coords":"51.5168188,-0.0798728","bedrooms":"4","price":"202000","area":"460"} , +{"type":"Feature","id":"n3012217177","geometry":{"type":"Point","coordinates":[-0.3095492,51.0625922]},"properties":{"@type":"node","@id":3012217177,"@timestamp":1407845237},"coords":"51.0625922,-0.3095492","bedrooms":"2","price":"276000","area":"424"} , +{"type":"Feature","id":"n3012217217","geometry":{"type":"Point","coordinates":[-0.3092757,51.0622658]},"properties":{"@type":"node","@id":3012217217,"@timestamp":1407845238},"coords":"51.0622658,-0.3092757","bedrooms":"1","price":"246000","area":"480"} , +{"type":"Feature","id":"n3012239613","geometry":{"type":"Point","coordinates":[0.655023,51.5576904]},"properties":{"@type":"node","@id":3012239613,"@timestamp":1407846013},"coords":"51.5576904,0.655023","bedrooms":"1","price":"249000","area":"480"} , +{"type":"Feature","id":"n3012445335","geometry":{"type":"Point","coordinates":[-0.2018183,51.6545093]},"properties":{"@type":"node","@id":3012445335,"@timestamp":1626963370},"coords":"51.6545093,-0.2018183","bedrooms":"3","price":"197000","area":"564"} , +{"type":"Feature","id":"n3012506208","geometry":{"type":"Point","coordinates":[-0.1819539,51.5494289]},"properties":{"@type":"node","@id":3012506208,"@timestamp":1416520262},"coords":"51.5494289,-0.1819539","bedrooms":"2","price":"280000","area":"396"} , +{"type":"Feature","id":"n3012506226","geometry":{"type":"Point","coordinates":[-0.1889288,51.5528831]},"properties":{"@type":"node","@id":3012506226,"@timestamp":1488479052},"coords":"51.5528831,-0.1889288","bedrooms":"1","price":"232000","area":"374"} , +{"type":"Feature","id":"n3012507339","geometry":{"type":"Point","coordinates":[-0.1910758,51.5540466]},"properties":{"@type":"node","@id":3012507339,"@timestamp":1407857655},"coords":"51.5540466,-0.1910758","bedrooms":"0","price":"293000","area":"669"} , +{"type":"Feature","id":"n3012507352","geometry":{"type":"Point","coordinates":[-0.1912468,51.5544007]},"properties":{"@type":"node","@id":3012507352,"@timestamp":1564909699},"coords":"51.5544007,-0.1912468","bedrooms":"3","price":"210000","area":"583"} , +{"type":"Feature","id":"n3013273136","geometry":{"type":"Point","coordinates":[-0.5581801,51.319137]},"properties":{"@type":"node","@id":3013273136,"@timestamp":1407878035},"coords":"51.319137,-0.5581801","bedrooms":"3","price":"185000","area":"671"} , +{"type":"Feature","id":"n3013344001","geometry":{"type":"Point","coordinates":[-0.5913799,51.3506377]},"properties":{"@type":"node","@id":3013344001,"@timestamp":1587053884},"coords":"51.3506377,-0.5913799","bedrooms":"0","price":"238000","area":"483"} , +{"type":"Feature","id":"n3014096661","geometry":{"type":"Point","coordinates":[-0.3034626,50.9840589]},"properties":{"@type":"node","@id":3014096661,"@timestamp":1602014235},"coords":"50.9840589,-0.3034626","bedrooms":"2","price":"203000","area":"611"} , +{"type":"Feature","id":"n3014101562","geometry":{"type":"Point","coordinates":[-0.0401994,51.6612868]},"properties":{"@type":"node","@id":3014101562,"@timestamp":1602440671},"coords":"51.6612868,-0.0401994","bedrooms":"1","price":"192000","area":"679"} , +{"type":"Feature","id":"n3014102022","geometry":{"type":"Point","coordinates":[-0.041278,51.6611479]},"properties":{"@type":"node","@id":3014102022,"@timestamp":1602440671},"coords":"51.6611479,-0.041278","bedrooms":"0","price":"222000","area":"616"} , +{"type":"Feature","id":"n3014118846","geometry":{"type":"Point","coordinates":[-0.044064,51.6622968]},"properties":{"@type":"node","@id":3014118846,"@timestamp":1602603322},"coords":"51.6622968,-0.044064","bedrooms":"4","price":"152000","area":"415"} , +{"type":"Feature","id":"n3014118856","geometry":{"type":"Point","coordinates":[-0.042908,51.6610503]},"properties":{"@type":"node","@id":3014118856,"@timestamp":1602439769},"coords":"51.6610503,-0.042908","bedrooms":"0","price":"251000","area":"520"} , +{"type":"Feature","id":"n3014118867","geometry":{"type":"Point","coordinates":[-0.0430953,51.6618509]},"properties":{"@type":"node","@id":3014118867,"@timestamp":1602439769},"coords":"51.6618509,-0.0430953","bedrooms":"4","price":"187000","area":"446"} , +{"type":"Feature","id":"n3014118877","geometry":{"type":"Point","coordinates":[-0.0443894,51.6623412]},"properties":{"@type":"node","@id":3014118877,"@timestamp":1602603322},"coords":"51.6623412,-0.0443894","bedrooms":"3","price":"190000","area":"403"} , +{"type":"Feature","id":"n3014121904","geometry":{"type":"Point","coordinates":[0.7470664,51.5424797]},"properties":{"@type":"node","@id":3014121904,"@timestamp":1407929295},"coords":"51.5424797,0.7470664","bedrooms":"3","price":"154000","area":"536"} , +{"type":"Feature","id":"n3014200500","geometry":{"type":"Point","coordinates":[-0.7501726,51.5291615]},"properties":{"@type":"node","@id":3014200500,"@timestamp":1407933042},"coords":"51.5291615,-0.7501726","bedrooms":"4","price":"248000","area":"675"} , +{"type":"Feature","id":"n3014200524","geometry":{"type":"Point","coordinates":[-0.7492305,51.5289535]},"properties":{"@type":"node","@id":3014200524,"@timestamp":1407933043},"coords":"51.5289535,-0.7492305","bedrooms":"3","price":"208000","area":"629"} , +{"type":"Feature","id":"n3014215670","geometry":{"type":"Point","coordinates":[-0.7500439,51.5297705]},"properties":{"@type":"node","@id":3014215670,"@timestamp":1407933044},"coords":"51.5297705,-0.7500439","bedrooms":"0","price":"284000","area":"687"} , +{"type":"Feature","id":"n3014215714","geometry":{"type":"Point","coordinates":[-0.7514655,51.529702]},"properties":{"@type":"node","@id":3014215714,"@timestamp":1407933046},"coords":"51.529702,-0.7514655","bedrooms":"0","price":"195000","area":"448"} , +{"type":"Feature","id":"n3014215748","geometry":{"type":"Point","coordinates":[-0.7498241,51.5298237]},"properties":{"@type":"node","@id":3014215748,"@timestamp":1407933047},"coords":"51.5298237,-0.7498241","bedrooms":"3","price":"295000","area":"588"} , +{"type":"Feature","id":"n3014220996","geometry":{"type":"Point","coordinates":[0.6668483,51.5528645]},"properties":{"@type":"node","@id":3014220996,"@timestamp":1407933241},"coords":"51.5528645,0.6668483","bedrooms":"4","price":"166000","area":"638"} , +{"type":"Feature","id":"n3014255927","geometry":{"type":"Point","coordinates":[-0.0933744,51.5134744]},"properties":{"@type":"node","@id":3014255927,"@timestamp":1407934965},"coords":"51.5134744,-0.0933744","bedrooms":"4","price":"181000","area":"482"} , +{"type":"Feature","id":"n3014718879","geometry":{"type":"Point","coordinates":[-0.3772762,51.4342593]},"properties":{"@type":"node","@id":3014718879,"@timestamp":1407948272},"coords":"51.4342593,-0.3772762","bedrooms":"3","price":"250000","area":"627"} , +{"type":"Feature","id":"n3015495844","geometry":{"type":"Point","coordinates":[-0.2986737,51.4912322]},"properties":{"@type":"node","@id":3015495844,"@timestamp":1540168259},"coords":"51.4912322,-0.2986737","bedrooms":"0","price":"226000","area":"477"} , +{"type":"Feature","id":"n3015495913","geometry":{"type":"Point","coordinates":[-0.2991729,51.4915801]},"properties":{"@type":"node","@id":3015495913,"@timestamp":1540168259},"coords":"51.4915801,-0.2991729","bedrooms":"3","price":"150000","area":"599"} , +{"type":"Feature","id":"n3016337907","geometry":{"type":"Point","coordinates":[-0.0457828,51.5497412]},"properties":{"@type":"node","@id":3016337907,"@timestamp":1625831420},"coords":"51.5497412,-0.0457828","bedrooms":"0","price":"242000","area":"510"} , +{"type":"Feature","id":"n3016699800","geometry":{"type":"Point","coordinates":[-0.3125665,51.4552984]},"properties":{"@type":"node","@id":3016699800,"@timestamp":1628428805},"coords":"51.4552984,-0.3125665","bedrooms":"4","price":"203000","area":"385"} , +{"type":"Feature","id":"n3017058646","geometry":{"type":"Point","coordinates":[-0.1031092,51.5357711]},"properties":{"@type":"node","@id":3017058646,"@timestamp":1628767364},"coords":"51.5357711,-0.1031092","bedrooms":"0","price":"256000","area":"454"} , +{"type":"Feature","id":"n3017226609","geometry":{"type":"Point","coordinates":[-0.3288325,51.4479869]},"properties":{"@type":"node","@id":3017226609,"@timestamp":1630904935},"coords":"51.4479869,-0.3288325","bedrooms":"0","price":"194000","area":"387"} , +{"type":"Feature","id":"n3017292059","geometry":{"type":"Point","coordinates":[-0.7728256,51.9750768]},"properties":{"@type":"node","@id":3017292059,"@timestamp":1408058143},"coords":"51.9750768,-0.7728256","bedrooms":"1","price":"285000","area":"514"} , +{"type":"Feature","id":"n3017754513","geometry":{"type":"Point","coordinates":[-0.2889876,51.4926701]},"properties":{"@type":"node","@id":3017754513,"@timestamp":1408099673},"coords":"51.4926701,-0.2889876","bedrooms":"4","price":"234000","area":"500"} , +{"type":"Feature","id":"n3017911598","geometry":{"type":"Point","coordinates":[-0.9066235,51.4532482]},"properties":{"@type":"node","@id":3017911598,"@timestamp":1408106041},"coords":"51.4532482,-0.9066235","bedrooms":"1","price":"204000","area":"370"} , +{"type":"Feature","id":"n3018116497","geometry":{"type":"Point","coordinates":[-0.0830569,51.5149648]},"properties":{"@type":"node","@id":3018116497,"@timestamp":1627634705},"coords":"51.5149648,-0.0830569","bedrooms":"4","price":"199000","area":"353"} , +{"type":"Feature","id":"n3018274110","geometry":{"type":"Point","coordinates":[-0.315652,51.0596958]},"properties":{"@type":"node","@id":3018274110,"@timestamp":1481062998},"coords":"51.0596958,-0.315652","bedrooms":"0","price":"256000","area":"496"} , +{"type":"Feature","id":"n3018703877","geometry":{"type":"Point","coordinates":[-0.8842665,51.4212851]},"properties":{"@type":"node","@id":3018703877,"@timestamp":1408127661},"coords":"51.4212851,-0.8842665","bedrooms":"2","price":"197000","area":"490"} , +{"type":"Feature","id":"n3019966149","geometry":{"type":"Point","coordinates":[-0.06536,51.4738987]},"properties":{"@type":"node","@id":3019966149,"@timestamp":1622776942},"coords":"51.4738987,-0.06536","bedrooms":"2","price":"212000","area":"587"} , +{"type":"Feature","id":"n3019987537","geometry":{"type":"Point","coordinates":[-0.2114039,51.4593799]},"properties":{"@type":"node","@id":3019987537,"@timestamp":1586691856},"coords":"51.4593799,-0.2114039","bedrooms":"2","price":"241000","area":"503"} , +{"type":"Feature","id":"n3020596908","geometry":{"type":"Point","coordinates":[-0.1038936,51.4800452]},"properties":{"@type":"node","@id":3020596908,"@timestamp":1564909699},"coords":"51.4800452,-0.1038936","bedrooms":"1","price":"204000","area":"373"} , +{"type":"Feature","id":"n3020692314","geometry":{"type":"Point","coordinates":[-0.2827401,51.3807388]},"properties":{"@type":"node","@id":3020692314,"@timestamp":1415373307},"coords":"51.3807388,-0.2827401","bedrooms":"4","price":"201000","area":"476"} , +{"type":"Feature","id":"n3020865363","geometry":{"type":"Point","coordinates":[-0.1175004,51.4784132]},"properties":{"@type":"node","@id":3020865363,"@timestamp":1590888583},"coords":"51.4784132,-0.1175004","bedrooms":"3","price":"263000","area":"431"} , +{"type":"Feature","id":"n3021028353","geometry":{"type":"Point","coordinates":[-0.1466146,51.6519555]},"properties":{"@type":"node","@id":3021028353,"@timestamp":1603140261},"coords":"51.6519555,-0.1466146","bedrooms":"4","price":"298000","area":"435"} , +{"type":"Feature","id":"n3021028431","geometry":{"type":"Point","coordinates":[-0.1368417,51.6643382]},"properties":{"@type":"node","@id":3021028431,"@timestamp":1408221845},"coords":"51.6643382,-0.1368417","bedrooms":"2","price":"293000","area":"370"} , +{"type":"Feature","id":"n3021028464","geometry":{"type":"Point","coordinates":[-0.14461,51.6671614]},"properties":{"@type":"node","@id":3021028464,"@timestamp":1408221846},"coords":"51.6671614,-0.14461","bedrooms":"1","price":"185000","area":"460"} , +{"type":"Feature","id":"n3021028479","geometry":{"type":"Point","coordinates":[-0.1444752,51.6673595]},"properties":{"@type":"node","@id":3021028479,"@timestamp":1408221846},"coords":"51.6673595,-0.1444752","bedrooms":"2","price":"219000","area":"353"} , +{"type":"Feature","id":"n3021028502","geometry":{"type":"Point","coordinates":[-0.107187,51.6677326]},"properties":{"@type":"node","@id":3021028502,"@timestamp":1408221847},"coords":"51.6677326,-0.107187","bedrooms":"4","price":"293000","area":"670"} , +{"type":"Feature","id":"n3021028655","geometry":{"type":"Point","coordinates":[-0.1086281,51.6684547]},"properties":{"@type":"node","@id":3021028655,"@timestamp":1408221848},"coords":"51.6684547,-0.1086281","bedrooms":"3","price":"252000","area":"361"} , +{"type":"Feature","id":"n3021028690","geometry":{"type":"Point","coordinates":[-0.0856983,51.6691523]},"properties":{"@type":"node","@id":3021028690,"@timestamp":1408221849},"coords":"51.6691523,-0.0856983","bedrooms":"3","price":"224000","area":"531"} , +{"type":"Feature","id":"n3021028942","geometry":{"type":"Point","coordinates":[-0.0854785,51.6694985]},"properties":{"@type":"node","@id":3021028942,"@timestamp":1408221850},"coords":"51.6694985,-0.0854785","bedrooms":"4","price":"288000","area":"559"} , +{"type":"Feature","id":"n3021028975","geometry":{"type":"Point","coordinates":[-0.0855725,51.6697439]},"properties":{"@type":"node","@id":3021028975,"@timestamp":1611911782},"coords":"51.6697439,-0.0855725","bedrooms":"2","price":"165000","area":"406"} , +{"type":"Feature","id":"n3021028994","geometry":{"type":"Point","coordinates":[-0.0860974,51.6698142]},"properties":{"@type":"node","@id":3021028994,"@timestamp":1408221852},"coords":"51.6698142,-0.0860974","bedrooms":"0","price":"223000","area":"535"} , +{"type":"Feature","id":"n3021029025","geometry":{"type":"Point","coordinates":[-0.0684597,51.6700462]},"properties":{"@type":"node","@id":3021029025,"@timestamp":1559494266},"coords":"51.6700462,-0.0684597","bedrooms":"4","price":"160000","area":"414"} , +{"type":"Feature","id":"n3021029189","geometry":{"type":"Point","coordinates":[-0.1200562,51.6707202]},"properties":{"@type":"node","@id":3021029189,"@timestamp":1408221854},"coords":"51.6707202,-0.1200562","bedrooms":"2","price":"173000","area":"408"} , +{"type":"Feature","id":"n3021029478","geometry":{"type":"Point","coordinates":[-0.1218033,51.6717617]},"properties":{"@type":"node","@id":3021029478,"@timestamp":1408221856},"coords":"51.6717617,-0.1218033","bedrooms":"4","price":"241000","area":"400"} , +{"type":"Feature","id":"n3021029508","geometry":{"type":"Point","coordinates":[-0.1263966,51.6720064]},"properties":{"@type":"node","@id":3021029508,"@timestamp":1408221857},"coords":"51.6720064,-0.1263966","bedrooms":"1","price":"163000","area":"642"} , +{"type":"Feature","id":"n3021029564","geometry":{"type":"Point","coordinates":[-0.1230545,51.6726181]},"properties":{"@type":"node","@id":3021029564,"@timestamp":1408221858},"coords":"51.6726181,-0.1230545","bedrooms":"0","price":"279000","area":"510"} , +{"type":"Feature","id":"n3021029605","geometry":{"type":"Point","coordinates":[-0.1267323,51.6731048]},"properties":{"@type":"node","@id":3021029605,"@timestamp":1408221859},"coords":"51.6731048,-0.1267323","bedrooms":"4","price":"272000","area":"399"} , +{"type":"Feature","id":"n3021029791","geometry":{"type":"Point","coordinates":[-0.1220119,51.673719]},"properties":{"@type":"node","@id":3021029791,"@timestamp":1408221862},"coords":"51.673719,-0.1220119","bedrooms":"4","price":"190000","area":"553"} , +{"type":"Feature","id":"n3021029877","geometry":{"type":"Point","coordinates":[-0.1299842,51.6747021]},"properties":{"@type":"node","@id":3021029877,"@timestamp":1408221863},"coords":"51.6747021,-0.1299842","bedrooms":"1","price":"279000","area":"599"} , +{"type":"Feature","id":"n3021029903","geometry":{"type":"Point","coordinates":[-0.129956,51.6755548]},"properties":{"@type":"node","@id":3021029903,"@timestamp":1408221864},"coords":"51.6755548,-0.129956","bedrooms":"0","price":"212000","area":"398"} , +{"type":"Feature","id":"n3021139101","geometry":{"type":"Point","coordinates":[-0.1602374,51.5020008]},"properties":{"@type":"node","@id":3021139101,"@timestamp":1408225236},"coords":"51.5020008,-0.1602374","bedrooms":"2","price":"152000","area":"639"} , +{"type":"Feature","id":"n3021381829","geometry":{"type":"Point","coordinates":[-0.6794938,51.6045301]},"properties":{"@type":"node","@id":3021381829,"@timestamp":1408275975},"coords":"51.6045301,-0.6794938","bedrooms":"0","price":"255000","area":"470"} , +{"type":"Feature","id":"n3022053595","geometry":{"type":"Point","coordinates":[-0.6894878,51.5988142]},"properties":{"@type":"node","@id":3022053595,"@timestamp":1408275930},"coords":"51.5988142,-0.6894878","bedrooms":"0","price":"232000","area":"475"} , +{"type":"Feature","id":"n3022264019","geometry":{"type":"Point","coordinates":[-0.1587589,51.4751671]},"properties":{"@type":"node","@id":3022264019,"@timestamp":1629362922},"coords":"51.4751671,-0.1587589","bedrooms":"3","price":"208000","area":"536"} , +{"type":"Feature","id":"n3022544500","geometry":{"type":"Point","coordinates":[-0.1948378,51.6494796]},"properties":{"@type":"node","@id":3022544500,"@timestamp":1408288606},"coords":"51.6494796,-0.1948378","bedrooms":"0","price":"232000","area":"413"} , +{"type":"Feature","id":"n3022991015","geometry":{"type":"Point","coordinates":[-0.1885633,51.4857383]},"properties":{"@type":"node","@id":3022991015,"@timestamp":1606541571},"coords":"51.4857383,-0.1885633","bedrooms":"1","price":"256000","area":"365"} , +{"type":"Feature","id":"n3023395438","geometry":{"type":"Point","coordinates":[-1.0754058,51.2757204]},"properties":{"@type":"node","@id":3023395438,"@timestamp":1634495032},"coords":"51.2757204,-1.0754058","bedrooms":"0","price":"211000","area":"678"} , +{"type":"Feature","id":"n3023435136","geometry":{"type":"Point","coordinates":[-0.0971395,51.6538297]},"properties":{"@type":"node","@id":3023435136,"@timestamp":1626941420},"coords":"51.6538297,-0.0971395","bedrooms":"0","price":"203000","area":"625"} , +{"type":"Feature","id":"n3024083177","geometry":{"type":"Point","coordinates":[0.1699412,51.4053933]},"properties":{"@type":"node","@id":3024083177,"@timestamp":1563469209},"coords":"51.4053933,0.1699412","bedrooms":"4","price":"287000","area":"569"} , +{"type":"Feature","id":"n3024194401","geometry":{"type":"Point","coordinates":[0.1850815,51.3937559]},"properties":{"@type":"node","@id":3024194401,"@timestamp":1618074896},"coords":"51.3937559,0.1850815","bedrooms":"2","price":"202000","area":"566"} , +{"type":"Feature","id":"n3024202648","geometry":{"type":"Point","coordinates":[0.1851992,51.3938956]},"properties":{"@type":"node","@id":3024202648,"@timestamp":1408356372},"coords":"51.3938956,0.1851992","bedrooms":"1","price":"151000","area":"655"} , +{"type":"Feature","id":"n3024268901","geometry":{"type":"Point","coordinates":[0.1739639,51.3979773]},"properties":{"@type":"node","@id":3024268901,"@timestamp":1617466618},"coords":"51.3979773,0.1739639","bedrooms":"3","price":"210000","area":"624"} , +{"type":"Feature","id":"n3024704494","geometry":{"type":"Point","coordinates":[-0.3172547,51.0644778]},"properties":{"@type":"node","@id":3024704494,"@timestamp":1408372384},"coords":"51.0644778,-0.3172547","bedrooms":"2","price":"196000","area":"458"} , +{"type":"Feature","id":"n3024777106","geometry":{"type":"Point","coordinates":[-0.3165278,51.0657034]},"properties":{"@type":"node","@id":3024777106,"@timestamp":1408374800},"coords":"51.0657034,-0.3165278","bedrooms":"0","price":"213000","area":"630"} , +{"type":"Feature","id":"n3024783802","geometry":{"type":"Point","coordinates":[-0.1599355,51.5005102]},"properties":{"@type":"node","@id":3024783802,"@timestamp":1601865466},"coords":"51.5005102,-0.1599355","bedrooms":"0","price":"255000","area":"675"} , +{"type":"Feature","id":"n3025892969","geometry":{"type":"Point","coordinates":[-0.3179695,51.5848248]},"properties":{"@type":"node","@id":3025892969,"@timestamp":1623491965},"coords":"51.5848248,-0.3179695","bedrooms":"4","price":"282000","area":"618"} , +{"type":"Feature","id":"n3027002195","geometry":{"type":"Point","coordinates":[-0.4054345,51.4722926]},"properties":{"@type":"node","@id":3027002195,"@timestamp":1618478450},"coords":"51.4722926,-0.4054345","bedrooms":"4","price":"187000","area":"644"} , +{"type":"Feature","id":"n3027110215","geometry":{"type":"Point","coordinates":[-0.3165599,51.064]},"properties":{"@type":"node","@id":3027110215,"@timestamp":1628802029},"coords":"51.064,-0.3165599","bedrooms":"0","price":"289000","area":"367"} , +{"type":"Feature","id":"n3027145942","geometry":{"type":"Point","coordinates":[0.1848943,51.3947714]},"properties":{"@type":"node","@id":3027145942,"@timestamp":1479564465},"coords":"51.3947714,0.1848943","bedrooms":"0","price":"285000","area":"686"} , +{"type":"Feature","id":"n3027158081","geometry":{"type":"Point","coordinates":[0.1859767,51.394302]},"properties":{"@type":"node","@id":3027158081,"@timestamp":1408446752},"coords":"51.394302,0.1859767","bedrooms":"3","price":"269000","area":"636"} , +{"type":"Feature","id":"n3027638696","geometry":{"type":"Point","coordinates":[-0.1713683,51.1734689]},"properties":{"@type":"node","@id":3027638696,"@timestamp":1424650999},"coords":"51.1734689,-0.1713683","bedrooms":"3","price":"284000","area":"468"} , +{"type":"Feature","id":"n3027872492","geometry":{"type":"Point","coordinates":[-0.3330365,51.4247687]},"properties":{"@type":"node","@id":3027872492,"@timestamp":1605038387},"coords":"51.4247687,-0.3330365","bedrooms":"3","price":"279000","area":"689"} , +{"type":"Feature","id":"n3027872781","geometry":{"type":"Point","coordinates":[-0.3342286,51.4265792]},"properties":{"@type":"node","@id":3027872781,"@timestamp":1627436347},"coords":"51.4265792,-0.3342286","bedrooms":"0","price":"240000","area":"695"} , +{"type":"Feature","id":"n3027941492","geometry":{"type":"Point","coordinates":[-0.3611182,51.4394036]},"properties":{"@type":"node","@id":3027941492,"@timestamp":1603734406},"coords":"51.4394036,-0.3611182","bedrooms":"2","price":"268000","area":"627"} , +{"type":"Feature","id":"n3028062901","geometry":{"type":"Point","coordinates":[-0.0414721,51.5209112]},"properties":{"@type":"node","@id":3028062901,"@timestamp":1408470805},"coords":"51.5209112,-0.0414721","bedrooms":"4","price":"198000","area":"520"} , +{"type":"Feature","id":"n3028082023","geometry":{"type":"Point","coordinates":[-0.0388672,51.5200304]},"properties":{"@type":"node","@id":3028082023,"@timestamp":1625486711},"coords":"51.5200304,-0.0388672","bedrooms":"0","price":"158000","area":"638"} , +{"type":"Feature","id":"n3028099600","geometry":{"type":"Point","coordinates":[-0.4203958,51.4659503]},"properties":{"@type":"node","@id":3028099600,"@timestamp":1572797212},"coords":"51.4659503,-0.4203958","bedrooms":"1","price":"192000","area":"510"} , +{"type":"Feature","id":"n3028109200","geometry":{"type":"Point","coordinates":[-0.4206616,51.4670052]},"properties":{"@type":"node","@id":3028109200,"@timestamp":1408472022},"coords":"51.4670052,-0.4206616","bedrooms":"2","price":"290000","area":"449"} , +{"type":"Feature","id":"n3028110050","geometry":{"type":"Point","coordinates":[-0.041726,51.5199207]},"properties":{"@type":"node","@id":3028110050,"@timestamp":1463651839},"coords":"51.5199207,-0.041726","bedrooms":"3","price":"284000","area":"404"} , +{"type":"Feature","id":"n3028110060","geometry":{"type":"Point","coordinates":[-0.0410873,51.5194325]},"properties":{"@type":"node","@id":3028110060,"@timestamp":1516623197},"coords":"51.5194325,-0.0410873","bedrooms":"1","price":"232000","area":"531"} , +{"type":"Feature","id":"n3028241726","geometry":{"type":"Point","coordinates":[-0.4386342,51.4598275]},"properties":{"@type":"node","@id":3028241726,"@timestamp":1635302096},"coords":"51.4598275,-0.4386342","bedrooms":"4","price":"236000","area":"481"} , +{"type":"Feature","id":"n3028488046","geometry":{"type":"Point","coordinates":[0.1044493,51.5048936]},"properties":{"@type":"node","@id":3028488046,"@timestamp":1530744999},"coords":"51.5048936,0.1044493","bedrooms":"4","price":"229000","area":"367"} , +{"type":"Feature","id":"n3028550082","geometry":{"type":"Point","coordinates":[0.0315112,51.5331161]},"properties":{"@type":"node","@id":3028550082,"@timestamp":1408482842},"coords":"51.5331161,0.0315112","bedrooms":"2","price":"201000","area":"363"} , +{"type":"Feature","id":"n3028550101","geometry":{"type":"Point","coordinates":[0.0267494,51.5371449]},"properties":{"@type":"node","@id":3028550101,"@timestamp":1408482842},"coords":"51.5371449,0.0267494","bedrooms":"1","price":"247000","area":"575"} , +{"type":"Feature","id":"n3028550115","geometry":{"type":"Point","coordinates":[0.0285231,51.5459292]},"properties":{"@type":"node","@id":3028550115,"@timestamp":1408482843},"coords":"51.5459292,0.0285231","bedrooms":"1","price":"207000","area":"379"} , +{"type":"Feature","id":"n3028620298","geometry":{"type":"Point","coordinates":[0.0260941,51.5418752]},"properties":{"@type":"node","@id":3028620298,"@timestamp":1615213105},"coords":"51.5418752,0.0260941","bedrooms":"0","price":"200000","area":"492"} , +{"type":"Feature","id":"n3029607503","geometry":{"type":"Point","coordinates":[-0.1491979,51.5078087]},"properties":{"@type":"node","@id":3029607503,"@timestamp":1408539365},"coords":"51.5078087,-0.1491979","bedrooms":"0","price":"269000","area":"398"} , +{"type":"Feature","id":"n3029753825","geometry":{"type":"Point","coordinates":[-0.317578,51.0669913]},"properties":{"@type":"node","@id":3029753825,"@timestamp":1408545131},"coords":"51.0669913,-0.317578","bedrooms":"3","price":"157000","area":"484"} , +{"type":"Feature","id":"n3030358519","geometry":{"type":"Point","coordinates":[-0.0457765,51.663004]},"properties":{"@type":"node","@id":3030358519,"@timestamp":1408561876},"coords":"51.663004,-0.0457765","bedrooms":"1","price":"270000","area":"524"} , +{"type":"Feature","id":"n3030519552","geometry":{"type":"Point","coordinates":[0.8160425,51.1568308]},"properties":{"@type":"node","@id":3030519552,"@timestamp":1408566295},"coords":"51.1568308,0.8160425","bedrooms":"2","price":"188000","area":"650"} , +{"type":"Feature","id":"n3030922762","geometry":{"type":"Point","coordinates":[-0.2555346,51.5605739]},"properties":{"@type":"node","@id":3030922762,"@timestamp":1408576826},"coords":"51.5605739,-0.2555346","bedrooms":"1","price":"153000","area":"601"} , +{"type":"Feature","id":"n3032153214","geometry":{"type":"Point","coordinates":[-0.3169985,51.0607804]},"properties":{"@type":"node","@id":3032153214,"@timestamp":1408618959},"coords":"51.0607804,-0.3169985","bedrooms":"0","price":"253000","area":"653"} , +{"type":"Feature","id":"n3032498860","geometry":{"type":"Point","coordinates":[-0.3172922,51.0623126]},"properties":{"@type":"node","@id":3032498860,"@timestamp":1408630231},"coords":"51.0623126,-0.3172922","bedrooms":"3","price":"272000","area":"364"} , +{"type":"Feature","id":"n3032955641","geometry":{"type":"Point","coordinates":[0.033674,51.6079488]},"properties":{"@type":"node","@id":3032955641,"@timestamp":1629556724},"coords":"51.6079488,0.033674","bedrooms":"1","price":"250000","area":"511"} , +{"type":"Feature","id":"n3033386082","geometry":{"type":"Point","coordinates":[-0.1505394,51.5079044]},"properties":{"@type":"node","@id":3033386082,"@timestamp":1408651555},"coords":"51.5079044,-0.1505394","bedrooms":"2","price":"265000","area":"551"} , +{"type":"Feature","id":"n3033990656","geometry":{"type":"Point","coordinates":[-0.138059,51.510531]},"properties":{"@type":"node","@id":3033990656,"@timestamp":1559138765},"coords":"51.510531,-0.138059","bedrooms":"2","price":"290000","area":"653"} , +{"type":"Feature","id":"n3034452711","geometry":{"type":"Point","coordinates":[-0.3168667,51.0624872]},"properties":{"@type":"node","@id":3034452711,"@timestamp":1408704751},"coords":"51.0624872,-0.3168667","bedrooms":"2","price":"168000","area":"568"} , +{"type":"Feature","id":"n3035210812","geometry":{"type":"Point","coordinates":[-0.3188108,51.0607538]},"properties":{"@type":"node","@id":3035210812,"@timestamp":1408726650},"coords":"51.0607538,-0.3188108","bedrooms":"4","price":"235000","area":"630"} , +{"type":"Feature","id":"n3035349620","geometry":{"type":"Point","coordinates":[-0.090991,51.3929591]},"properties":{"@type":"node","@id":3035349620,"@timestamp":1408731725},"coords":"51.3929591,-0.090991","bedrooms":"3","price":"182000","area":"429"} , +{"type":"Feature","id":"n3035357841","geometry":{"type":"Point","coordinates":[-0.090761,51.3929719]},"properties":{"@type":"node","@id":3035357841,"@timestamp":1408731725},"coords":"51.3929719,-0.090761","bedrooms":"3","price":"297000","area":"397"} , +{"type":"Feature","id":"n3035395936","geometry":{"type":"Point","coordinates":[-0.090832,51.3926139]},"properties":{"@type":"node","@id":3035395936,"@timestamp":1408731729},"coords":"51.3926139,-0.090832","bedrooms":"1","price":"196000","area":"596"} , +{"type":"Feature","id":"n3035425865","geometry":{"type":"Point","coordinates":[0.6651467,51.7251946]},"properties":{"@type":"node","@id":3035425865,"@timestamp":1408733087},"coords":"51.7251946,0.6651467","bedrooms":"1","price":"207000","area":"581"} , +{"type":"Feature","id":"n3035708126","geometry":{"type":"Point","coordinates":[-0.3139427,51.5813896]},"properties":{"@type":"node","@id":3035708126,"@timestamp":1581075547},"coords":"51.5813896,-0.3139427","bedrooms":"4","price":"201000","area":"452"} , +{"type":"Feature","id":"n3035716930","geometry":{"type":"Point","coordinates":[-0.0367906,51.6594182]},"properties":{"@type":"node","@id":3035716930,"@timestamp":1602510161},"coords":"51.6594182,-0.0367906","bedrooms":"1","price":"180000","area":"398"} , +{"type":"Feature","id":"n3035717340","geometry":{"type":"Point","coordinates":[-0.0353846,51.6605433]},"properties":{"@type":"node","@id":3035717340,"@timestamp":1602155188},"coords":"51.6605433,-0.0353846","bedrooms":"3","price":"165000","area":"544"} , +{"type":"Feature","id":"n3035717350","geometry":{"type":"Point","coordinates":[-0.0368902,51.6598276]},"properties":{"@type":"node","@id":3035717350,"@timestamp":1602510161},"coords":"51.6598276,-0.0368902","bedrooms":"0","price":"280000","area":"602"} , +{"type":"Feature","id":"n3035717361","geometry":{"type":"Point","coordinates":[-0.0355182,51.6592487]},"properties":{"@type":"node","@id":3035717361,"@timestamp":1602510161},"coords":"51.6592487,-0.0355182","bedrooms":"0","price":"261000","area":"519"} , +{"type":"Feature","id":"n3035732992","geometry":{"type":"Point","coordinates":[-0.033635,51.6606704]},"properties":{"@type":"node","@id":3035732992,"@timestamp":1602009458},"coords":"51.6606704,-0.033635","bedrooms":"2","price":"169000","area":"649"} , +{"type":"Feature","id":"n3035733002","geometry":{"type":"Point","coordinates":[-0.036679,51.6607859]},"properties":{"@type":"node","@id":3035733002,"@timestamp":1602504111},"coords":"51.6607859,-0.036679","bedrooms":"0","price":"171000","area":"688"} , +{"type":"Feature","id":"n3035733013","geometry":{"type":"Point","coordinates":[-0.0345522,51.6623874]},"properties":{"@type":"node","@id":3035733013,"@timestamp":1602851097},"coords":"51.6623874,-0.0345522","bedrooms":"0","price":"296000","area":"392"} , +{"type":"Feature","id":"n3035733023","geometry":{"type":"Point","coordinates":[-0.0342089,51.6626835]},"properties":{"@type":"node","@id":3035733023,"@timestamp":1602851097},"coords":"51.6626835,-0.0342089","bedrooms":"3","price":"275000","area":"564"} , +{"type":"Feature","id":"n3035733533","geometry":{"type":"Point","coordinates":[-0.0342599,51.6607403]},"properties":{"@type":"node","@id":3035733533,"@timestamp":1602009458},"coords":"51.6607403,-0.0342599","bedrooms":"1","price":"214000","area":"604"} , +{"type":"Feature","id":"n3035749342","geometry":{"type":"Point","coordinates":[-0.0323767,51.6595486]},"properties":{"@type":"node","@id":3035749342,"@timestamp":1602009734},"coords":"51.6595486,-0.0323767","bedrooms":"3","price":"228000","area":"547"} , +{"type":"Feature","id":"n3035749353","geometry":{"type":"Point","coordinates":[-0.0354812,51.6590573]},"properties":{"@type":"node","@id":3035749353,"@timestamp":1602510161},"coords":"51.6590573,-0.0354812","bedrooms":"2","price":"292000","area":"459"} , +{"type":"Feature","id":"n3035749363","geometry":{"type":"Point","coordinates":[-0.0324762,51.6594408]},"properties":{"@type":"node","@id":3035749363,"@timestamp":1602009734},"coords":"51.6594408,-0.0324762","bedrooms":"2","price":"218000","area":"360"} , +{"type":"Feature","id":"n3035749375","geometry":{"type":"Point","coordinates":[-0.0329322,51.6590015]},"properties":{"@type":"node","@id":3035749375,"@timestamp":1602009734},"coords":"51.6590015,-0.0329322","bedrooms":"2","price":"203000","area":"368"} , +{"type":"Feature","id":"n3035749386","geometry":{"type":"Point","coordinates":[-0.0311565,51.6602178]},"properties":{"@type":"node","@id":3035749386,"@timestamp":1602009458},"coords":"51.6602178,-0.0311565","bedrooms":"0","price":"250000","area":"642"} , +{"type":"Feature","id":"n3035761268","geometry":{"type":"Point","coordinates":[-0.0365809,51.6591367]},"properties":{"@type":"node","@id":3035761268,"@timestamp":1602510161},"coords":"51.6591367,-0.0365809","bedrooms":"4","price":"190000","area":"597"} , +{"type":"Feature","id":"n3035761278","geometry":{"type":"Point","coordinates":[-0.0361403,51.6591089]},"properties":{"@type":"node","@id":3035761278,"@timestamp":1602510161},"coords":"51.6591089,-0.0361403","bedrooms":"0","price":"250000","area":"398"} , +{"type":"Feature","id":"n3035768437","geometry":{"type":"Point","coordinates":[-0.0387593,51.6598096]},"properties":{"@type":"node","@id":3035768437,"@timestamp":1602451630},"coords":"51.6598096,-0.0387593","bedrooms":"3","price":"268000","area":"579"} , +{"type":"Feature","id":"n3035768447","geometry":{"type":"Point","coordinates":[-0.0395238,51.6597996]},"properties":{"@type":"node","@id":3035768447,"@timestamp":1602451630},"coords":"51.6597996,-0.0395238","bedrooms":"3","price":"161000","area":"396"} , +{"type":"Feature","id":"n3035811856","geometry":{"type":"Point","coordinates":[-0.0403552,51.6597919]},"properties":{"@type":"node","@id":3035811856,"@timestamp":1602451630},"coords":"51.6597919,-0.0403552","bedrooms":"0","price":"259000","area":"551"} , +{"type":"Feature","id":"n3035811867","geometry":{"type":"Point","coordinates":[-0.0421255,51.6597686]},"properties":{"@type":"node","@id":3035811867,"@timestamp":1602451142},"coords":"51.6597686,-0.0421255","bedrooms":"1","price":"244000","area":"545"} , +{"type":"Feature","id":"n3035835338","geometry":{"type":"Point","coordinates":[-0.0450991,51.6599539]},"properties":{"@type":"node","@id":3035835338,"@timestamp":1602450967},"coords":"51.6599539,-0.0450991","bedrooms":"0","price":"270000","area":"660"} , +{"type":"Feature","id":"n3035835348","geometry":{"type":"Point","coordinates":[-0.0449047,51.6599265]},"properties":{"@type":"node","@id":3035835348,"@timestamp":1602450967},"coords":"51.6599265,-0.0449047","bedrooms":"0","price":"183000","area":"550"} , +{"type":"Feature","id":"n3035844512","geometry":{"type":"Point","coordinates":[-0.0414709,51.6600068]},"properties":{"@type":"node","@id":3035844512,"@timestamp":1602450532},"coords":"51.6600068,-0.0414709","bedrooms":"0","price":"202000","area":"445"} , +{"type":"Feature","id":"n3035844524","geometry":{"type":"Point","coordinates":[-0.0439309,51.6600078]},"properties":{"@type":"node","@id":3035844524,"@timestamp":1602450532},"coords":"51.6600078,-0.0439309","bedrooms":"4","price":"277000","area":"473"} , +{"type":"Feature","id":"n3035845235","geometry":{"type":"Point","coordinates":[-0.0406314,51.6600122]},"properties":{"@type":"node","@id":3035845235,"@timestamp":1602450532},"coords":"51.6600122,-0.0406314","bedrooms":"2","price":"247000","area":"425"} , +{"type":"Feature","id":"n3035853448","geometry":{"type":"Point","coordinates":[-0.0383753,51.660031]},"properties":{"@type":"node","@id":3035853448,"@timestamp":1602450688},"coords":"51.660031,-0.0383753","bedrooms":"2","price":"237000","area":"619"} , +{"type":"Feature","id":"n3035853458","geometry":{"type":"Point","coordinates":[-0.0382694,51.6606321]},"properties":{"@type":"node","@id":3035853458,"@timestamp":1602442255},"coords":"51.6606321,-0.0382694","bedrooms":"0","price":"221000","area":"421"} , +{"type":"Feature","id":"n3035865906","geometry":{"type":"Point","coordinates":[-0.0388298,51.6609798]},"properties":{"@type":"node","@id":3035865906,"@timestamp":1602441296},"coords":"51.6609798,-0.0388298","bedrooms":"0","price":"223000","area":"686"} , +{"type":"Feature","id":"n3035865919","geometry":{"type":"Point","coordinates":[-0.038374,51.6608883]},"properties":{"@type":"node","@id":3035865919,"@timestamp":1602441296},"coords":"51.6608883,-0.038374","bedrooms":"0","price":"275000","area":"493"} , +{"type":"Feature","id":"n3035882140","geometry":{"type":"Point","coordinates":[-0.0386844,51.6603919]},"properties":{"@type":"node","@id":3035882140,"@timestamp":1602442851},"coords":"51.6603919,-0.0386844","bedrooms":"1","price":"159000","area":"511"} , +{"type":"Feature","id":"n3035920855","geometry":{"type":"Point","coordinates":[-0.0340596,51.6590123]},"properties":{"@type":"node","@id":3035920855,"@timestamp":1602510161},"coords":"51.6590123,-0.0340596","bedrooms":"2","price":"202000","area":"695"} , +{"type":"Feature","id":"n3035920866","geometry":{"type":"Point","coordinates":[-0.0333399,51.6600897]},"properties":{"@type":"node","@id":3035920866,"@timestamp":1602009458},"coords":"51.6600897,-0.0333399","bedrooms":"3","price":"255000","area":"631"} , +{"type":"Feature","id":"n3035920879","geometry":{"type":"Point","coordinates":[-0.0331655,51.6592377]},"properties":{"@type":"node","@id":3035920879,"@timestamp":1602009734},"coords":"51.6592377,-0.0331655","bedrooms":"2","price":"217000","area":"652"} , +{"type":"Feature","id":"n3035920892","geometry":{"type":"Point","coordinates":[-0.0349733,51.6603509]},"properties":{"@type":"node","@id":3035920892,"@timestamp":1408746337},"coords":"51.6603509,-0.0349733","bedrooms":"3","price":"227000","area":"636"} , +{"type":"Feature","id":"n3035920902","geometry":{"type":"Point","coordinates":[-0.0348076,51.6591738]},"properties":{"@type":"node","@id":3035920902,"@timestamp":1602510161},"coords":"51.6591738,-0.0348076","bedrooms":"1","price":"215000","area":"677"} , +{"type":"Feature","id":"n3037058507","geometry":{"type":"Point","coordinates":[-0.001484,51.4818311]},"properties":{"@type":"node","@id":3037058507,"@timestamp":1636206570},"coords":"51.4818311,-0.001484","bedrooms":"1","price":"264000","area":"441"} , +{"type":"Feature","id":"n3037325554","geometry":{"type":"Point","coordinates":[0.2739482,51.2670745]},"properties":{"@type":"node","@id":3037325554,"@timestamp":1408813484},"coords":"51.2670745,0.2739482","bedrooms":"1","price":"274000","area":"600"} , +{"type":"Feature","id":"n3037660481","geometry":{"type":"Point","coordinates":[-0.1194424,51.4817401]},"properties":{"@type":"node","@id":3037660481,"@timestamp":1408824182},"coords":"51.4817401,-0.1194424","bedrooms":"1","price":"156000","area":"633"} , +{"type":"Feature","id":"n3038314948","geometry":{"type":"Point","coordinates":[0.6371569,51.5666548]},"properties":{"@type":"node","@id":3038314948,"@timestamp":1595186708},"coords":"51.5666548,0.6371569","bedrooms":"4","price":"190000","area":"536"} , +{"type":"Feature","id":"n3039226916","geometry":{"type":"Point","coordinates":[0.0253708,51.9096994]},"properties":{"@type":"node","@id":3039226916,"@timestamp":1632178697},"coords":"51.9096994,0.0253708","bedrooms":"2","price":"183000","area":"600"} , +{"type":"Feature","id":"n3039258878","geometry":{"type":"Point","coordinates":[0.0236215,51.9174968]},"properties":{"@type":"node","@id":3039258878,"@timestamp":1408885576},"coords":"51.9174968,0.0236215","bedrooms":"4","price":"250000","area":"656"} , +{"type":"Feature","id":"n3039263960","geometry":{"type":"Point","coordinates":[0.0261912,51.9106653]},"properties":{"@type":"node","@id":3039263960,"@timestamp":1552469375},"coords":"51.9106653,0.0261912","bedrooms":"2","price":"292000","area":"609"} , +{"type":"Feature","id":"n3039346292","geometry":{"type":"Point","coordinates":[-0.1635392,51.4642006]},"properties":{"@type":"node","@id":3039346292,"@timestamp":1596715032},"coords":"51.4642006,-0.1635392","bedrooms":"1","price":"251000","area":"698"} , +{"type":"Feature","id":"n3039346311","geometry":{"type":"Point","coordinates":[-0.1456566,51.4696228]},"properties":{"@type":"node","@id":3039346311,"@timestamp":1408888722},"coords":"51.4696228,-0.1456566","bedrooms":"3","price":"255000","area":"620"} , +{"type":"Feature","id":"n3039351107","geometry":{"type":"Point","coordinates":[-0.1140492,51.4805481]},"properties":{"@type":"node","@id":3039351107,"@timestamp":1408888832},"coords":"51.4805481,-0.1140492","bedrooms":"3","price":"267000","area":"597"} , +{"type":"Feature","id":"n3039905457","geometry":{"type":"Point","coordinates":[-0.3807275,51.8094639]},"properties":{"@type":"node","@id":3039905457,"@timestamp":1408910061},"coords":"51.8094639,-0.3807275","bedrooms":"2","price":"197000","area":"435"} , +{"type":"Feature","id":"n3041053402","geometry":{"type":"Point","coordinates":[-0.074222,51.5496192]},"properties":{"@type":"node","@id":3041053402,"@timestamp":1408965933},"coords":"51.5496192,-0.074222","bedrooms":"0","price":"218000","area":"469"} , +{"type":"Feature","id":"n3041053412","geometry":{"type":"Point","coordinates":[-0.0716046,51.5491368]},"properties":{"@type":"node","@id":3041053412,"@timestamp":1590247222},"coords":"51.5491368,-0.0716046","bedrooms":"1","price":"266000","area":"645"} , +{"type":"Feature","id":"n3041146547","geometry":{"type":"Point","coordinates":[-0.1112258,51.4806321]},"properties":{"@type":"node","@id":3041146547,"@timestamp":1543945215},"coords":"51.4806321,-0.1112258","bedrooms":"3","price":"268000","area":"357"} , +{"type":"Feature","id":"n3041167216","geometry":{"type":"Point","coordinates":[-0.1166971,51.4816413]},"properties":{"@type":"node","@id":3041167216,"@timestamp":1408969477},"coords":"51.4816413,-0.1166971","bedrooms":"2","price":"171000","area":"614"} , +{"type":"Feature","id":"n3041240551","geometry":{"type":"Point","coordinates":[-0.1139587,51.4816797]},"properties":{"@type":"node","@id":3041240551,"@timestamp":1408971299},"coords":"51.4816797,-0.1139587","bedrooms":"4","price":"205000","area":"621"} , +{"type":"Feature","id":"n3041370605","geometry":{"type":"Point","coordinates":[-0.2125432,51.4609584]},"properties":{"@type":"node","@id":3041370605,"@timestamp":1598809550},"coords":"51.4609584,-0.2125432","bedrooms":"4","price":"204000","area":"461"} , +{"type":"Feature","id":"n3041370626","geometry":{"type":"Point","coordinates":[-0.2376179,51.4691918]},"properties":{"@type":"node","@id":3041370626,"@timestamp":1408974674},"coords":"51.4691918,-0.2376179","bedrooms":"2","price":"283000","area":"468"} , +{"type":"Feature","id":"n3041528355","geometry":{"type":"Point","coordinates":[-0.1120976,51.4789861]},"properties":{"@type":"node","@id":3041528355,"@timestamp":1543945218},"coords":"51.4789861,-0.1120976","bedrooms":"0","price":"287000","area":"690"} , +{"type":"Feature","id":"n3041652815","geometry":{"type":"Point","coordinates":[-0.1124141,51.478116]},"properties":{"@type":"node","@id":3041652815,"@timestamp":1543945219},"coords":"51.478116,-0.1124141","bedrooms":"0","price":"298000","area":"468"} , +{"type":"Feature","id":"n3041743276","geometry":{"type":"Point","coordinates":[-0.1141301,51.4654859]},"properties":{"@type":"node","@id":3041743276,"@timestamp":1543945220},"coords":"51.4654859,-0.1141301","bedrooms":"2","price":"216000","area":"698"} , +{"type":"Feature","id":"n3043033375","geometry":{"type":"Point","coordinates":[-0.3209097,51.0604505]},"properties":{"@type":"node","@id":3043033375,"@timestamp":1409046136},"coords":"51.0604505,-0.3209097","bedrooms":"0","price":"297000","area":"574"} , +{"type":"Feature","id":"n3043250277","geometry":{"type":"Point","coordinates":[-0.3174678,51.0643368]},"properties":{"@type":"node","@id":3043250277,"@timestamp":1409052242},"coords":"51.0643368,-0.3174678","bedrooms":"2","price":"211000","area":"553"} , +{"type":"Feature","id":"n3043305154","geometry":{"type":"Point","coordinates":[-0.2520541,51.3851895]},"properties":{"@type":"node","@id":3043305154,"@timestamp":1409053879},"coords":"51.3851895,-0.2520541","bedrooms":"4","price":"225000","area":"404"} , +{"type":"Feature","id":"n3043305164","geometry":{"type":"Point","coordinates":[-0.2511802,51.3846042]},"properties":{"@type":"node","@id":3043305164,"@timestamp":1587310855},"coords":"51.3846042,-0.2511802","bedrooms":"4","price":"168000","area":"481"} , +{"type":"Feature","id":"n3044059221","geometry":{"type":"Point","coordinates":[-0.1129424,51.4719236]},"properties":{"@type":"node","@id":3044059221,"@timestamp":1543945222},"coords":"51.4719236,-0.1129424","bedrooms":"4","price":"269000","area":"475"} , +{"type":"Feature","id":"n3044148233","geometry":{"type":"Point","coordinates":[-0.0977344,51.3894695]},"properties":{"@type":"node","@id":3044148233,"@timestamp":1409076944},"coords":"51.3894695,-0.0977344","bedrooms":"2","price":"219000","area":"385"} , +{"type":"Feature","id":"n3044755293","geometry":{"type":"Point","coordinates":[-0.1127183,51.4703186]},"properties":{"@type":"node","@id":3044755293,"@timestamp":1543945224},"coords":"51.4703186,-0.1127183","bedrooms":"0","price":"169000","area":"660"} , +{"type":"Feature","id":"n3045138108","geometry":{"type":"Point","coordinates":[-0.0919847,51.3892686]},"properties":{"@type":"node","@id":3045138108,"@timestamp":1409125815},"coords":"51.3892686,-0.0919847","bedrooms":"3","price":"274000","area":"451"} , +{"type":"Feature","id":"n3045471455","geometry":{"type":"Point","coordinates":[-0.1045657,51.5523656]},"properties":{"@type":"node","@id":3045471455,"@timestamp":1454372048},"coords":"51.5523656,-0.1045657","bedrooms":"4","price":"196000","area":"614"} , +{"type":"Feature","id":"n3046306240","geometry":{"type":"Point","coordinates":[-0.0965796,51.3675823]},"properties":{"@type":"node","@id":3046306240,"@timestamp":1409168089},"coords":"51.3675823,-0.0965796","bedrooms":"3","price":"236000","area":"474"} , +{"type":"Feature","id":"n3046376789","geometry":{"type":"Point","coordinates":[-0.103235,51.5058407]},"properties":{"@type":"node","@id":3046376789,"@timestamp":1553719135},"coords":"51.5058407,-0.103235","bedrooms":"2","price":"180000","area":"454"} , +{"type":"Feature","id":"n3046564933","geometry":{"type":"Point","coordinates":[-0.1127199,51.4703684]},"properties":{"@type":"node","@id":3046564933,"@timestamp":1543945225},"coords":"51.4703684,-0.1127199","bedrooms":"2","price":"275000","area":"682"} , +{"type":"Feature","id":"n3046898394","geometry":{"type":"Point","coordinates":[-0.3726566,51.3285931]},"properties":{"@type":"node","@id":3046898394,"@timestamp":1455197716},"coords":"51.3285931,-0.3726566","bedrooms":"0","price":"150000","area":"651"} , +{"type":"Feature","id":"n3047475219","geometry":{"type":"Point","coordinates":[-0.015383,51.5679044]},"properties":{"@type":"node","@id":3047475219,"@timestamp":1409236716},"coords":"51.5679044,-0.015383","bedrooms":"4","price":"254000","area":"520"} , +{"type":"Feature","id":"n3047684336","geometry":{"type":"Point","coordinates":[-0.0435404,51.660374]},"properties":{"@type":"node","@id":3047684336,"@timestamp":1602602290},"coords":"51.660374,-0.0435404","bedrooms":"1","price":"285000","area":"566"} , +{"type":"Feature","id":"n3047684346","geometry":{"type":"Point","coordinates":[-0.0448916,51.6607623]},"properties":{"@type":"node","@id":3047684346,"@timestamp":1602602290},"coords":"51.6607623,-0.0448916","bedrooms":"2","price":"237000","area":"431"} , +{"type":"Feature","id":"n3047684356","geometry":{"type":"Point","coordinates":[-0.0398204,51.6616138]},"properties":{"@type":"node","@id":3047684356,"@timestamp":1602440931},"coords":"51.6616138,-0.0398204","bedrooms":"0","price":"245000","area":"546"} , +{"type":"Feature","id":"n3047757161","geometry":{"type":"Point","coordinates":[-0.7856916,51.9691562]},"properties":{"@type":"node","@id":3047757161,"@timestamp":1409244353},"coords":"51.9691562,-0.7856916","bedrooms":"0","price":"285000","area":"398"} , +{"type":"Feature","id":"n3047839509","geometry":{"type":"Point","coordinates":[-0.1189422,51.46028]},"properties":{"@type":"node","@id":3047839509,"@timestamp":1409246650},"coords":"51.46028,-0.1189422","bedrooms":"2","price":"266000","area":"544"} , +{"type":"Feature","id":"n3048145459","geometry":{"type":"Point","coordinates":[-0.0390359,51.6628699]},"properties":{"@type":"node","@id":3048145459,"@timestamp":1602415287},"coords":"51.6628699,-0.0390359","bedrooms":"0","price":"214000","area":"426"} , +{"type":"Feature","id":"n3048224251","geometry":{"type":"Point","coordinates":[-0.1115298,51.4614573]},"properties":{"@type":"node","@id":3048224251,"@timestamp":1596493298},"coords":"51.4614573,-0.1115298","bedrooms":"2","price":"226000","area":"412"} , +{"type":"Feature","id":"n3049053598","geometry":{"type":"Point","coordinates":[0.7905223,51.5330274]},"properties":{"@type":"node","@id":3049053598,"@timestamp":1619872758},"coords":"51.5330274,0.7905223","bedrooms":"4","price":"169000","area":"440"} , +{"type":"Feature","id":"n3049539958","geometry":{"type":"Point","coordinates":[-0.1568387,51.5194642]},"properties":{"@type":"node","@id":3049539958,"@timestamp":1607769944},"coords":"51.5194642,-0.1568387","bedrooms":"1","price":"184000","area":"370"} , +{"type":"Feature","id":"n3049540153","geometry":{"type":"Point","coordinates":[-0.1570132,51.5201359]},"properties":{"@type":"node","@id":3049540153,"@timestamp":1552995813},"coords":"51.5201359,-0.1570132","bedrooms":"4","price":"253000","area":"424"} , +{"type":"Feature","id":"n3049623096","geometry":{"type":"Point","coordinates":[-0.1421651,51.5159662]},"properties":{"@type":"node","@id":3049623096,"@timestamp":1564909700},"coords":"51.5159662,-0.1421651","bedrooms":"0","price":"201000","area":"644"} , +{"type":"Feature","id":"n3050183437","geometry":{"type":"Point","coordinates":[-0.768414,51.2484946]},"properties":{"@type":"node","@id":3050183437,"@timestamp":1620292109},"coords":"51.2484946,-0.768414","bedrooms":"2","price":"153000","area":"629"} , +{"type":"Feature","id":"n3050189824","geometry":{"type":"Point","coordinates":[-0.7566523,51.2353136]},"properties":{"@type":"node","@id":3050189824,"@timestamp":1613214388},"coords":"51.2353136,-0.7566523","bedrooms":"0","price":"298000","area":"385"} , +{"type":"Feature","id":"n3050242066","geometry":{"type":"Point","coordinates":[0.1964399,51.2602554]},"properties":{"@type":"node","@id":3050242066,"@timestamp":1409398352},"coords":"51.2602554,0.1964399","bedrooms":"0","price":"157000","area":"451"} , +{"type":"Feature","id":"n3050371734","geometry":{"type":"Point","coordinates":[-0.0820514,51.5269397]},"properties":{"@type":"node","@id":3050371734,"@timestamp":1628370294},"coords":"51.5269397,-0.0820514","bedrooms":"2","price":"207000","area":"368"} , +{"type":"Feature","id":"n3050525477","geometry":{"type":"Point","coordinates":[0.2233868,51.4290249]},"properties":{"@type":"node","@id":3050525477,"@timestamp":1520422843},"coords":"51.4290249,0.2233868","bedrooms":"2","price":"293000","area":"391"} , +{"type":"Feature","id":"n3050823945","geometry":{"type":"Point","coordinates":[-0.4545431,51.652897]},"properties":{"@type":"node","@id":3050823945,"@timestamp":1409425000},"coords":"51.652897,-0.4545431","bedrooms":"3","price":"217000","area":"488"} , +{"type":"Feature","id":"n3050944678","geometry":{"type":"Point","coordinates":[-0.0095717,51.70981]},"properties":{"@type":"node","@id":3050944678,"@timestamp":1409431162},"coords":"51.70981,-0.0095717","bedrooms":"0","price":"246000","area":"603"} , +{"type":"Feature","id":"n3051004533","geometry":{"type":"Point","coordinates":[-0.0125326,51.7160321]},"properties":{"@type":"node","@id":3051004533,"@timestamp":1409432747},"coords":"51.7160321,-0.0125326","bedrooms":"2","price":"201000","area":"413"} , +{"type":"Feature","id":"n3051030439","geometry":{"type":"Point","coordinates":[-0.1118051,51.4621885]},"properties":{"@type":"node","@id":3051030439,"@timestamp":1603381792},"coords":"51.4621885,-0.1118051","bedrooms":"1","price":"205000","area":"383"} , +{"type":"Feature","id":"n3051147757","geometry":{"type":"Point","coordinates":[-0.113439,51.4623278]},"properties":{"@type":"node","@id":3051147757,"@timestamp":1410558407},"coords":"51.4623278,-0.113439","bedrooms":"2","price":"198000","area":"483"} , +{"type":"Feature","id":"n3051147810","geometry":{"type":"Point","coordinates":[-0.1129054,51.4631692]},"properties":{"@type":"node","@id":3051147810,"@timestamp":1423316733},"coords":"51.4631692,-0.1129054","bedrooms":"2","price":"286000","area":"697"} , +{"type":"Feature","id":"n3051731847","geometry":{"type":"Point","coordinates":[-0.6024438,51.8022743]},"properties":{"@type":"node","@id":3051731847,"@timestamp":1529363522},"coords":"51.8022743,-0.6024438","bedrooms":"0","price":"239000","area":"362"} , +{"type":"Feature","id":"n3051762446","geometry":{"type":"Point","coordinates":[-0.1217884,51.5206485]},"properties":{"@type":"node","@id":3051762446,"@timestamp":1409488179},"coords":"51.5206485,-0.1217884","bedrooms":"4","price":"257000","area":"452"} , +{"type":"Feature","id":"n3051937930","geometry":{"type":"Point","coordinates":[-0.6307023,51.7628527]},"properties":{"@type":"node","@id":3051937930,"@timestamp":1409496230},"coords":"51.7628527,-0.6307023","bedrooms":"0","price":"159000","area":"386"} , +{"type":"Feature","id":"n3052027804","geometry":{"type":"Point","coordinates":[0.1993464,51.5498923]},"properties":{"@type":"node","@id":3052027804,"@timestamp":1409499999},"coords":"51.5498923,0.1993464","bedrooms":"0","price":"293000","area":"540"} , +{"type":"Feature","id":"n3052050510","geometry":{"type":"Point","coordinates":[-0.0305882,51.6651539]},"properties":{"@type":"node","@id":3052050510,"@timestamp":1602851097},"coords":"51.6651539,-0.0305882","bedrooms":"1","price":"166000","area":"454"} , +{"type":"Feature","id":"n3052050524","geometry":{"type":"Point","coordinates":[-0.0328919,51.6648963]},"properties":{"@type":"node","@id":3052050524,"@timestamp":1602851097},"coords":"51.6648963,-0.0328919","bedrooms":"2","price":"266000","area":"680"} , +{"type":"Feature","id":"n3052066616","geometry":{"type":"Point","coordinates":[-0.0313012,51.6632774]},"properties":{"@type":"node","@id":3052066616,"@timestamp":1602851097},"coords":"51.6632774,-0.0313012","bedrooms":"4","price":"271000","area":"461"} , +{"type":"Feature","id":"n3052066628","geometry":{"type":"Point","coordinates":[-0.0319477,51.6618982]},"properties":{"@type":"node","@id":3052066628,"@timestamp":1602851097},"coords":"51.6618982,-0.0319477","bedrooms":"4","price":"272000","area":"664"} , +{"type":"Feature","id":"n3052066638","geometry":{"type":"Point","coordinates":[-0.0322643,51.6624689]},"properties":{"@type":"node","@id":3052066638,"@timestamp":1602851097},"coords":"51.6624689,-0.0322643","bedrooms":"2","price":"224000","area":"458"} , +{"type":"Feature","id":"n3052066648","geometry":{"type":"Point","coordinates":[-0.032385,51.6616387]},"properties":{"@type":"node","@id":3052066648,"@timestamp":1602851097},"coords":"51.6616387,-0.032385","bedrooms":"4","price":"176000","area":"352"} , +{"type":"Feature","id":"n3052066658","geometry":{"type":"Point","coordinates":[-0.0316446,51.6641742]},"properties":{"@type":"node","@id":3052066658,"@timestamp":1610813221},"coords":"51.6641742,-0.0316446","bedrooms":"1","price":"185000","area":"389"} , +{"type":"Feature","id":"n3052066668","geometry":{"type":"Point","coordinates":[-0.0307165,51.6636983]},"properties":{"@type":"node","@id":3052066668,"@timestamp":1602851097},"coords":"51.6636983,-0.0307165","bedrooms":"3","price":"227000","area":"599"} , +{"type":"Feature","id":"n3052066685","geometry":{"type":"Point","coordinates":[-0.0317331,51.6637433]},"properties":{"@type":"node","@id":3052066685,"@timestamp":1602851097},"coords":"51.6637433,-0.0317331","bedrooms":"2","price":"250000","area":"429"} , +{"type":"Feature","id":"n3052066697","geometry":{"type":"Point","coordinates":[-0.0319933,51.6617684]},"properties":{"@type":"node","@id":3052066697,"@timestamp":1602851097},"coords":"51.6617684,-0.0319933","bedrooms":"4","price":"176000","area":"686"} , +{"type":"Feature","id":"n3052070177","geometry":{"type":"Point","coordinates":[-0.0327417,51.6611246]},"properties":{"@type":"node","@id":3052070177,"@timestamp":1602153781},"coords":"51.6611246,-0.0327417","bedrooms":"2","price":"290000","area":"399"} , +{"type":"Feature","id":"n3052148943","geometry":{"type":"Point","coordinates":[-0.1181444,51.5214277]},"properties":{"@type":"node","@id":3052148943,"@timestamp":1590184313},"coords":"51.5214277,-0.1181444","bedrooms":"3","price":"195000","area":"413"} , +{"type":"Feature","id":"n3052509062","geometry":{"type":"Point","coordinates":[-0.1115452,51.4874434]},"properties":{"@type":"node","@id":3052509062,"@timestamp":1543945232},"coords":"51.4874434,-0.1115452","bedrooms":"2","price":"234000","area":"633"} , +{"type":"Feature","id":"n3052680558","geometry":{"type":"Point","coordinates":[-0.2083726,51.0385125]},"properties":{"@type":"node","@id":3052680558,"@timestamp":1623768806},"coords":"51.0385125,-0.2083726","bedrooms":"4","price":"159000","area":"448"} , +{"type":"Feature","id":"n3053109494","geometry":{"type":"Point","coordinates":[-0.0800594,51.6458463]},"properties":{"@type":"node","@id":3053109494,"@timestamp":1546533972},"coords":"51.6458463,-0.0800594","bedrooms":"3","price":"249000","area":"664"} , +{"type":"Feature","id":"n3053894070","geometry":{"type":"Point","coordinates":[-0.7100402,51.632194]},"properties":{"@type":"node","@id":3053894070,"@timestamp":1409588182},"coords":"51.632194,-0.7100402","bedrooms":"1","price":"249000","area":"683"} , +{"type":"Feature","id":"n3053894080","geometry":{"type":"Point","coordinates":[-0.7142033,51.6277003]},"properties":{"@type":"node","@id":3053894080,"@timestamp":1409588182},"coords":"51.6277003,-0.7142033","bedrooms":"0","price":"160000","area":"580"} , +{"type":"Feature","id":"n3053894092","geometry":{"type":"Point","coordinates":[-0.7166608,51.6256341]},"properties":{"@type":"node","@id":3053894092,"@timestamp":1409588183},"coords":"51.6256341,-0.7166608","bedrooms":"1","price":"250000","area":"398"} , +{"type":"Feature","id":"n3053905249","geometry":{"type":"Point","coordinates":[-0.7144286,51.6287008]},"properties":{"@type":"node","@id":3053905249,"@timestamp":1500728130},"coords":"51.6287008,-0.7144286","bedrooms":"4","price":"164000","area":"510"} , +{"type":"Feature","id":"n3053905359","geometry":{"type":"Point","coordinates":[-0.7111974,51.6302378]},"properties":{"@type":"node","@id":3053905359,"@timestamp":1409588186},"coords":"51.6302378,-0.7111974","bedrooms":"0","price":"189000","area":"467"} , +{"type":"Feature","id":"n3053905485","geometry":{"type":"Point","coordinates":[-0.7112558,51.6338403]},"properties":{"@type":"node","@id":3053905485,"@timestamp":1409588189},"coords":"51.6338403,-0.7112558","bedrooms":"1","price":"294000","area":"566"} , +{"type":"Feature","id":"n3054326508","geometry":{"type":"Point","coordinates":[-0.0921286,51.5070275]},"properties":{"@type":"node","@id":3054326508,"@timestamp":1603428720},"coords":"51.5070275,-0.0921286","bedrooms":"3","price":"258000","area":"360"} , +{"type":"Feature","id":"n3054536368","geometry":{"type":"Point","coordinates":[0.1271646,51.540367]},"properties":{"@type":"node","@id":3054536368,"@timestamp":1598529573},"coords":"51.540367,0.1271646","bedrooms":"4","price":"185000","area":"655"} , +{"type":"Feature","id":"n3054722770","geometry":{"type":"Point","coordinates":[-0.0942922,51.6512412]},"properties":{"@type":"node","@id":3054722770,"@timestamp":1481622383},"coords":"51.6512412,-0.0942922","bedrooms":"1","price":"224000","area":"657"} , +{"type":"Feature","id":"n3054882706","geometry":{"type":"Point","coordinates":[-0.1271934,51.5173317]},"properties":{"@type":"node","@id":3054882706,"@timestamp":1516840146},"coords":"51.5173317,-0.1271934","bedrooms":"3","price":"179000","area":"597"} , +{"type":"Feature","id":"n3054972427","geometry":{"type":"Point","coordinates":[-0.2374261,51.3768118]},"properties":{"@type":"node","@id":3054972427,"@timestamp":1615503159},"coords":"51.3768118,-0.2374261","bedrooms":"3","price":"168000","area":"373"} , +{"type":"Feature","id":"n3055257452","geometry":{"type":"Point","coordinates":[-0.0986618,51.3926671]},"properties":{"@type":"node","@id":3055257452,"@timestamp":1409663541},"coords":"51.3926671,-0.0986618","bedrooms":"4","price":"250000","area":"412"} , +{"type":"Feature","id":"n3055258346","geometry":{"type":"Point","coordinates":[-0.0983036,51.3924429]},"properties":{"@type":"node","@id":3055258346,"@timestamp":1409663540},"coords":"51.3924429,-0.0983036","bedrooms":"1","price":"240000","area":"369"} , +{"type":"Feature","id":"n3055907731","geometry":{"type":"Point","coordinates":[-0.1415387,51.4549318]},"properties":{"@type":"node","@id":3055907731,"@timestamp":1543777320},"coords":"51.4549318,-0.1415387","bedrooms":"1","price":"167000","area":"622"} , +{"type":"Feature","id":"n3057689202","geometry":{"type":"Point","coordinates":[0.0255659,51.4489603]},"properties":{"@type":"node","@id":3057689202,"@timestamp":1580692696},"coords":"51.4489603,0.0255659","bedrooms":"4","price":"245000","area":"633"} , +{"type":"Feature","id":"n3058033107","geometry":{"type":"Point","coordinates":[-0.9630819,51.0611786]},"properties":{"@type":"node","@id":3058033107,"@timestamp":1409777335},"coords":"51.0611786,-0.9630819","bedrooms":"3","price":"164000","area":"630"} , +{"type":"Feature","id":"n3058154862","geometry":{"type":"Point","coordinates":[0.3859983,51.0371425]},"properties":{"@type":"node","@id":3058154862,"@timestamp":1409782652},"coords":"51.0371425,0.3859983","bedrooms":"1","price":"172000","area":"417"} , +{"type":"Feature","id":"n3058794837","geometry":{"type":"Point","coordinates":[-0.0980894,51.3943955]},"properties":{"@type":"node","@id":3058794837,"@timestamp":1409820451},"coords":"51.3943955,-0.0980894","bedrooms":"0","price":"247000","area":"511"} , +{"type":"Feature","id":"n3058811438","geometry":{"type":"Point","coordinates":[-0.0983131,51.3941992]},"properties":{"@type":"node","@id":3058811438,"@timestamp":1409820450},"coords":"51.3941992,-0.0983131","bedrooms":"3","price":"214000","area":"678"} , +{"type":"Feature","id":"n3058811935","geometry":{"type":"Point","coordinates":[-0.0982077,51.3945058]},"properties":{"@type":"node","@id":3058811935,"@timestamp":1409820452},"coords":"51.3945058,-0.0982077","bedrooms":"3","price":"212000","area":"425"} , +{"type":"Feature","id":"n3058948811","geometry":{"type":"Point","coordinates":[-0.0409228,51.6617016]},"properties":{"@type":"node","@id":3058948811,"@timestamp":1602440003},"coords":"51.6617016,-0.0409228","bedrooms":"2","price":"247000","area":"617"} , +{"type":"Feature","id":"n3058978596","geometry":{"type":"Point","coordinates":[-0.0311431,51.6606238]},"properties":{"@type":"node","@id":3058978596,"@timestamp":1602851097},"coords":"51.6606238,-0.0311431","bedrooms":"0","price":"247000","area":"560"} , +{"type":"Feature","id":"n3058986960","geometry":{"type":"Point","coordinates":[-0.0313202,51.6580215]},"properties":{"@type":"node","@id":3058986960,"@timestamp":1602009734},"coords":"51.6580215,-0.0313202","bedrooms":"2","price":"179000","area":"675"} , +{"type":"Feature","id":"n3058986970","geometry":{"type":"Point","coordinates":[-0.0344454,51.6555177]},"properties":{"@type":"node","@id":3058986970,"@timestamp":1602619800},"coords":"51.6555177,-0.0344454","bedrooms":"4","price":"278000","area":"350"} , +{"type":"Feature","id":"n3058986980","geometry":{"type":"Point","coordinates":[-0.0342309,51.6552576]},"properties":{"@type":"node","@id":3058986980,"@timestamp":1602619800},"coords":"51.6552576,-0.0342309","bedrooms":"0","price":"154000","area":"493"} , +{"type":"Feature","id":"n3058986990","geometry":{"type":"Point","coordinates":[-0.0343956,51.6554618]},"properties":{"@type":"node","@id":3058986990,"@timestamp":1602619800},"coords":"51.6554618,-0.0343956","bedrooms":"1","price":"164000","area":"599"} , +{"type":"Feature","id":"n3058987000","geometry":{"type":"Point","coordinates":[-0.0346141,51.6557246]},"properties":{"@type":"node","@id":3058987000,"@timestamp":1602619800},"coords":"51.6557246,-0.0346141","bedrooms":"3","price":"290000","area":"615"} , +{"type":"Feature","id":"n3058987010","geometry":{"type":"Point","coordinates":[-0.0320626,51.6582845]},"properties":{"@type":"node","@id":3058987010,"@timestamp":1602510161},"coords":"51.6582845,-0.0320626","bedrooms":"0","price":"152000","area":"593"} , +{"type":"Feature","id":"n3058992346","geometry":{"type":"Point","coordinates":[-0.0310573,51.6564541]},"properties":{"@type":"node","@id":3058992346,"@timestamp":1457385160},"coords":"51.6564541,-0.0310573","bedrooms":"0","price":"255000","area":"640"} , +{"type":"Feature","id":"n3058992356","geometry":{"type":"Point","coordinates":[-0.0309232,51.6573027]},"properties":{"@type":"node","@id":3058992356,"@timestamp":1457385160},"coords":"51.6573027,-0.0309232","bedrooms":"4","price":"250000","area":"664"} , +{"type":"Feature","id":"n3058992366","geometry":{"type":"Point","coordinates":[-0.030969,51.6571032]},"properties":{"@type":"node","@id":3058992366,"@timestamp":1457385160},"coords":"51.6571032,-0.030969","bedrooms":"1","price":"209000","area":"388"} , +{"type":"Feature","id":"n3058992376","geometry":{"type":"Point","coordinates":[-0.030838,51.6577751]},"properties":{"@type":"node","@id":3058992376,"@timestamp":1602194550},"coords":"51.6577751,-0.030838","bedrooms":"2","price":"277000","area":"692"} , +{"type":"Feature","id":"n3059000935","geometry":{"type":"Point","coordinates":[-0.0308105,51.6595606]},"properties":{"@type":"node","@id":3059000935,"@timestamp":1457385160},"coords":"51.6595606,-0.0308105","bedrooms":"0","price":"251000","area":"595"} , +{"type":"Feature","id":"n3059000949","geometry":{"type":"Point","coordinates":[-0.0301132,51.6653238]},"properties":{"@type":"node","@id":3059000949,"@timestamp":1606863455},"coords":"51.6653238,-0.0301132","bedrooms":"1","price":"248000","area":"478"} , +{"type":"Feature","id":"n3059000959","geometry":{"type":"Point","coordinates":[-0.0303787,51.6632392]},"properties":{"@type":"node","@id":3059000959,"@timestamp":1602851097},"coords":"51.6632392,-0.0303787","bedrooms":"2","price":"299000","area":"520"} , +{"type":"Feature","id":"n3059000969","geometry":{"type":"Point","coordinates":[-0.0302044,51.6647266]},"properties":{"@type":"node","@id":3059000969,"@timestamp":1602851097},"coords":"51.6647266,-0.0302044","bedrooms":"1","price":"250000","area":"650"} , +{"type":"Feature","id":"n3059816527","geometry":{"type":"Point","coordinates":[0.0937945,51.7737142]},"properties":{"@type":"node","@id":3059816527,"@timestamp":1611844884},"coords":"51.7737142,0.0937945","bedrooms":"3","price":"198000","area":"655"} , +{"type":"Feature","id":"n3059934934","geometry":{"type":"Point","coordinates":[-0.0804114,51.4945439]},"properties":{"@type":"node","@id":3059934934,"@timestamp":1567917615},"coords":"51.4945439,-0.0804114","bedrooms":"0","price":"294000","area":"472"} , +{"type":"Feature","id":"n3059934948","geometry":{"type":"Point","coordinates":[-0.08737,51.4999349]},"properties":{"@type":"node","@id":3059934948,"@timestamp":1564909700},"coords":"51.4999349,-0.08737","bedrooms":"2","price":"213000","area":"507"} , +{"type":"Feature","id":"n3060502233","geometry":{"type":"Point","coordinates":[-0.0982627,51.3927405]},"properties":{"@type":"node","@id":3060502233,"@timestamp":1409902368},"coords":"51.3927405,-0.0982627","bedrooms":"2","price":"235000","area":"444"} , +{"type":"Feature","id":"n3060522544","geometry":{"type":"Point","coordinates":[-0.1173922,51.4588076]},"properties":{"@type":"node","@id":3060522544,"@timestamp":1594218050},"coords":"51.4588076,-0.1173922","bedrooms":"1","price":"263000","area":"570"} , +{"type":"Feature","id":"n3060910368","geometry":{"type":"Point","coordinates":[-0.0390369,51.6447232]},"properties":{"@type":"node","@id":3060910368,"@timestamp":1409926029},"coords":"51.6447232,-0.0390369","bedrooms":"1","price":"234000","area":"424"} , +{"type":"Feature","id":"n3060910380","geometry":{"type":"Point","coordinates":[-0.0389538,51.644725]},"properties":{"@type":"node","@id":3060910380,"@timestamp":1409926029},"coords":"51.644725,-0.0389538","bedrooms":"2","price":"150000","area":"477"} , +{"type":"Feature","id":"n3060910392","geometry":{"type":"Point","coordinates":[-0.0381975,51.6445551]},"properties":{"@type":"node","@id":3060910392,"@timestamp":1409926030},"coords":"51.6445551,-0.0381975","bedrooms":"3","price":"187000","area":"627"} , +{"type":"Feature","id":"n3060921307","geometry":{"type":"Point","coordinates":[-0.0380793,51.6455387]},"properties":{"@type":"node","@id":3060921307,"@timestamp":1409926651},"coords":"51.6455387,-0.0380793","bedrooms":"2","price":"193000","area":"431"} , +{"type":"Feature","id":"n3060928859","geometry":{"type":"Point","coordinates":[-0.0381947,51.646306]},"properties":{"@type":"node","@id":3060928859,"@timestamp":1602156023},"coords":"51.646306,-0.0381947","bedrooms":"4","price":"297000","area":"620"} , +{"type":"Feature","id":"n3060928870","geometry":{"type":"Point","coordinates":[-0.0377709,51.6463226]},"properties":{"@type":"node","@id":3060928870,"@timestamp":1602156023},"coords":"51.6463226,-0.0377709","bedrooms":"1","price":"198000","area":"353"} , +{"type":"Feature","id":"n3060973407","geometry":{"type":"Point","coordinates":[-0.0373068,51.6458033]},"properties":{"@type":"node","@id":3060973407,"@timestamp":1602156023},"coords":"51.6458033,-0.0373068","bedrooms":"1","price":"192000","area":"420"} , +{"type":"Feature","id":"n3060984321","geometry":{"type":"Point","coordinates":[-0.0371701,51.6443354]},"properties":{"@type":"node","@id":3060984321,"@timestamp":1602156023},"coords":"51.6443354,-0.0371701","bedrooms":"1","price":"240000","area":"628"} , +{"type":"Feature","id":"n3061009180","geometry":{"type":"Point","coordinates":[-0.0351611,51.6454322]},"properties":{"@type":"node","@id":3061009180,"@timestamp":1409928414},"coords":"51.6454322,-0.0351611","bedrooms":"3","price":"299000","area":"534"} , +{"type":"Feature","id":"n3061018994","geometry":{"type":"Point","coordinates":[-0.0341499,51.6465373]},"properties":{"@type":"node","@id":3061018994,"@timestamp":1409928790},"coords":"51.6465373,-0.0341499","bedrooms":"1","price":"185000","area":"395"} , +{"type":"Feature","id":"n3061019004","geometry":{"type":"Point","coordinates":[-0.0342464,51.646281]},"properties":{"@type":"node","@id":3061019004,"@timestamp":1409928790},"coords":"51.646281,-0.0342464","bedrooms":"1","price":"299000","area":"427"} , +{"type":"Feature","id":"n3061056566","geometry":{"type":"Point","coordinates":[-0.0344464,51.6540843]},"properties":{"@type":"node","@id":3061056566,"@timestamp":1409929557},"coords":"51.6540843,-0.0344464","bedrooms":"2","price":"293000","area":"432"} , +{"type":"Feature","id":"n3061056577","geometry":{"type":"Point","coordinates":[-0.0344235,51.6541594]},"properties":{"@type":"node","@id":3061056577,"@timestamp":1409929557},"coords":"51.6541594,-0.0344235","bedrooms":"1","price":"241000","area":"377"} , +{"type":"Feature","id":"n3061056588","geometry":{"type":"Point","coordinates":[-0.0347587,51.6528214]},"properties":{"@type":"node","@id":3061056588,"@timestamp":1557145372},"coords":"51.6528214,-0.0347587","bedrooms":"0","price":"172000","area":"620"} , +{"type":"Feature","id":"n3061062000","geometry":{"type":"Point","coordinates":[-0.035559,51.6558624]},"properties":{"@type":"node","@id":3061062000,"@timestamp":1602620924},"coords":"51.6558624,-0.035559","bedrooms":"4","price":"202000","area":"604"} , +{"type":"Feature","id":"n3061314003","geometry":{"type":"Point","coordinates":[0.230129,51.5600607]},"properties":{"@type":"node","@id":3061314003,"@timestamp":1409938218},"coords":"51.5600607,0.230129","bedrooms":"3","price":"189000","area":"354"} , +{"type":"Feature","id":"n3061538486","geometry":{"type":"Point","coordinates":[-0.2013464,51.1159293]},"properties":{"@type":"node","@id":3061538486,"@timestamp":1410287636},"coords":"51.1159293,-0.2013464","bedrooms":"3","price":"200000","area":"398"} , +{"type":"Feature","id":"n3062557526","geometry":{"type":"Point","coordinates":[-0.0851443,51.5186393]},"properties":{"@type":"node","@id":3062557526,"@timestamp":1409989692},"coords":"51.5186393,-0.0851443","bedrooms":"0","price":"253000","area":"375"} , +{"type":"Feature","id":"n3062901969","geometry":{"type":"Point","coordinates":[0.1792418,51.3953144]},"properties":{"@type":"node","@id":3062901969,"@timestamp":1618701055},"coords":"51.3953144,0.1792418","bedrooms":"4","price":"214000","area":"392"} , +{"type":"Feature","id":"n3063478690","geometry":{"type":"Point","coordinates":[-0.1439845,51.4959752]},"properties":{"@type":"node","@id":3063478690,"@timestamp":1573581551},"coords":"51.4959752,-0.1439845","bedrooms":"1","price":"200000","area":"485"} , +{"type":"Feature","id":"n3063480997","geometry":{"type":"Point","coordinates":[-0.1387568,51.4773091]},"properties":{"@type":"node","@id":3063480997,"@timestamp":1564909700},"coords":"51.4773091,-0.1387568","bedrooms":"3","price":"298000","area":"400"} , +{"type":"Feature","id":"n3063729397","geometry":{"type":"Point","coordinates":[-0.2126097,51.4989243]},"properties":{"@type":"node","@id":3063729397,"@timestamp":1633319930},"coords":"51.4989243,-0.2126097","bedrooms":"3","price":"157000","area":"582"} , +{"type":"Feature","id":"n3063729408","geometry":{"type":"Point","coordinates":[-0.2223092,51.5021671]},"properties":{"@type":"node","@id":3063729408,"@timestamp":1630130715},"coords":"51.5021671,-0.2223092","bedrooms":"3","price":"292000","area":"375"} , +{"type":"Feature","id":"n3063729423","geometry":{"type":"Point","coordinates":[-0.238815,51.5113947]},"properties":{"@type":"node","@id":3063729423,"@timestamp":1616787435},"coords":"51.5113947,-0.238815","bedrooms":"0","price":"265000","area":"374"} , +{"type":"Feature","id":"n3064138200","geometry":{"type":"Point","coordinates":[0.2415015,51.2480494]},"properties":{"@type":"node","@id":3064138200,"@timestamp":1410246943},"coords":"51.2480494,0.2415015","bedrooms":"2","price":"228000","area":"478"} , +{"type":"Feature","id":"n3064212495","geometry":{"type":"Point","coordinates":[-0.778648,51.2313809]},"properties":{"@type":"node","@id":3064212495,"@timestamp":1427747534},"coords":"51.2313809,-0.778648","bedrooms":"4","price":"191000","area":"697"} , +{"type":"Feature","id":"n3065010495","geometry":{"type":"Point","coordinates":[0.2702008,51.8986546]},"properties":{"@type":"node","@id":3065010495,"@timestamp":1616246251},"coords":"51.8986546,0.2702008","bedrooms":"2","price":"226000","area":"621"} , +{"type":"Feature","id":"n3065500292","geometry":{"type":"Point","coordinates":[-0.1677978,51.4627462]},"properties":{"@type":"node","@id":3065500292,"@timestamp":1610625686},"coords":"51.4627462,-0.1677978","bedrooms":"2","price":"252000","area":"662"} , +{"type":"Feature","id":"n3065514928","geometry":{"type":"Point","coordinates":[-0.0486352,51.5306696]},"properties":{"@type":"node","@id":3065514928,"@timestamp":1410110611},"coords":"51.5306696,-0.0486352","bedrooms":"3","price":"168000","area":"473"} , +{"type":"Feature","id":"n3065516739","geometry":{"type":"Point","coordinates":[-0.0504138,51.5299153]},"properties":{"@type":"node","@id":3065516739,"@timestamp":1410110612},"coords":"51.5299153,-0.0504138","bedrooms":"1","price":"180000","area":"553"} , +{"type":"Feature","id":"n3065516749","geometry":{"type":"Point","coordinates":[-0.0494128,51.5294402]},"properties":{"@type":"node","@id":3065516749,"@timestamp":1410110612},"coords":"51.5294402,-0.0494128","bedrooms":"4","price":"248000","area":"603"} , +{"type":"Feature","id":"n3065516759","geometry":{"type":"Point","coordinates":[-0.0558914,51.5298377]},"properties":{"@type":"node","@id":3065516759,"@timestamp":1589382491},"coords":"51.5298377,-0.0558914","bedrooms":"3","price":"296000","area":"653"} , +{"type":"Feature","id":"n3065534049","geometry":{"type":"Point","coordinates":[-0.1675568,51.4629508]},"properties":{"@type":"node","@id":3065534049,"@timestamp":1610625686},"coords":"51.4629508,-0.1675568","bedrooms":"3","price":"156000","area":"388"} , +{"type":"Feature","id":"n3065534446","geometry":{"type":"Point","coordinates":[0.1283693,51.4959486]},"properties":{"@type":"node","@id":3065534446,"@timestamp":1410111251},"coords":"51.4959486,0.1283693","bedrooms":"4","price":"240000","area":"418"} , +{"type":"Feature","id":"n3065806808","geometry":{"type":"Point","coordinates":[-0.1673172,51.4616795]},"properties":{"@type":"node","@id":3065806808,"@timestamp":1623149200},"coords":"51.4616795,-0.1673172","bedrooms":"0","price":"163000","area":"371"} , +{"type":"Feature","id":"n3065850611","geometry":{"type":"Point","coordinates":[-0.0377857,51.525088]},"properties":{"@type":"node","@id":3065850611,"@timestamp":1552754884},"coords":"51.525088,-0.0377857","bedrooms":"4","price":"286000","area":"390"} , +{"type":"Feature","id":"n3066046452","geometry":{"type":"Point","coordinates":[-0.7803188,51.9650433]},"properties":{"@type":"node","@id":3066046452,"@timestamp":1410131717},"coords":"51.9650433,-0.7803188","bedrooms":"2","price":"225000","area":"403"} , +{"type":"Feature","id":"n3066046477","geometry":{"type":"Point","coordinates":[-0.779026,51.9648285]},"properties":{"@type":"node","@id":3066046477,"@timestamp":1410131718},"coords":"51.9648285,-0.779026","bedrooms":"2","price":"199000","area":"664"} , +{"type":"Feature","id":"n3066046508","geometry":{"type":"Point","coordinates":[-0.7774113,51.965263]},"properties":{"@type":"node","@id":3066046508,"@timestamp":1410131718},"coords":"51.965263,-0.7774113","bedrooms":"2","price":"212000","area":"494"} , +{"type":"Feature","id":"n3066046524","geometry":{"type":"Point","coordinates":[-0.7768346,51.9654762]},"properties":{"@type":"node","@id":3066046524,"@timestamp":1410131719},"coords":"51.9654762,-0.7768346","bedrooms":"3","price":"219000","area":"389"} , +{"type":"Feature","id":"n3066046542","geometry":{"type":"Point","coordinates":[-0.778503,51.9648681]},"properties":{"@type":"node","@id":3066046542,"@timestamp":1410131719},"coords":"51.9648681,-0.778503","bedrooms":"4","price":"215000","area":"672"} , +{"type":"Feature","id":"n3066546695","geometry":{"type":"Point","coordinates":[0.0803251,51.4505126]},"properties":{"@type":"node","@id":3066546695,"@timestamp":1564909700},"coords":"51.4505126,0.0803251","bedrooms":"0","price":"154000","area":"623"} , +{"type":"Feature","id":"n3067039233","geometry":{"type":"Point","coordinates":[-0.7666562,51.772178]},"properties":{"@type":"node","@id":3067039233,"@timestamp":1410197923},"coords":"51.772178,-0.7666562","bedrooms":"2","price":"185000","area":"565"} , +{"type":"Feature","id":"n3067252531","geometry":{"type":"Point","coordinates":[-0.7175232,51.6273023]},"properties":{"@type":"node","@id":3067252531,"@timestamp":1410202789},"coords":"51.6273023,-0.7175232","bedrooms":"2","price":"228000","area":"460"} , +{"type":"Feature","id":"n3067253880","geometry":{"type":"Point","coordinates":[-0.7204034,51.6306745]},"properties":{"@type":"node","@id":3067253880,"@timestamp":1410202790},"coords":"51.6306745,-0.7204034","bedrooms":"0","price":"209000","area":"535"} , +{"type":"Feature","id":"n3067254071","geometry":{"type":"Point","coordinates":[-0.7195212,51.6317338]},"properties":{"@type":"node","@id":3067254071,"@timestamp":1410202791},"coords":"51.6317338,-0.7195212","bedrooms":"0","price":"290000","area":"567"} , +{"type":"Feature","id":"n3067254283","geometry":{"type":"Point","coordinates":[-0.7186125,51.633269]},"properties":{"@type":"node","@id":3067254283,"@timestamp":1410202794},"coords":"51.633269,-0.7186125","bedrooms":"3","price":"271000","area":"643"} , +{"type":"Feature","id":"n3067282496","geometry":{"type":"Point","coordinates":[-0.7627319,51.7898756]},"properties":{"@type":"node","@id":3067282496,"@timestamp":1410203741},"coords":"51.7898756,-0.7627319","bedrooms":"1","price":"260000","area":"410"} , +{"type":"Feature","id":"n3067350854","geometry":{"type":"Point","coordinates":[-0.7312039,51.8014727]},"properties":{"@type":"node","@id":3067350854,"@timestamp":1410204829},"coords":"51.8014727,-0.7312039","bedrooms":"1","price":"183000","area":"387"} , +{"type":"Feature","id":"n3067531530","geometry":{"type":"Point","coordinates":[-0.0455735,51.5267201]},"properties":{"@type":"node","@id":3067531530,"@timestamp":1410209163},"coords":"51.5267201,-0.0455735","bedrooms":"3","price":"286000","area":"632"} , +{"type":"Feature","id":"n3067531540","geometry":{"type":"Point","coordinates":[-0.0458125,51.5271147]},"properties":{"@type":"node","@id":3067531540,"@timestamp":1410209163},"coords":"51.5271147,-0.0458125","bedrooms":"0","price":"197000","area":"408"} , +{"type":"Feature","id":"n3067707081","geometry":{"type":"Point","coordinates":[0.1866815,51.3946986]},"properties":{"@type":"node","@id":3067707081,"@timestamp":1619822593},"coords":"51.3946986,0.1866815","bedrooms":"1","price":"186000","area":"405"} , +{"type":"Feature","id":"n3067710925","geometry":{"type":"Point","coordinates":[0.1870503,51.394575]},"properties":{"@type":"node","@id":3067710925,"@timestamp":1619822593},"coords":"51.394575,0.1870503","bedrooms":"2","price":"298000","area":"357"} , +{"type":"Feature","id":"n3068068684","geometry":{"type":"Point","coordinates":[0.186832,51.3942297]},"properties":{"@type":"node","@id":3068068684,"@timestamp":1619822593},"coords":"51.3942297,0.186832","bedrooms":"0","price":"279000","area":"394"} , +{"type":"Feature","id":"n3068085912","geometry":{"type":"Point","coordinates":[0.1869035,51.3936836]},"properties":{"@type":"node","@id":3068085912,"@timestamp":1410255730},"coords":"51.3936836,0.1869035","bedrooms":"2","price":"243000","area":"663"} , +{"type":"Feature","id":"n3068085922","geometry":{"type":"Point","coordinates":[0.1866056,51.3935545]},"properties":{"@type":"node","@id":3068085922,"@timestamp":1410255730},"coords":"51.3935545,0.1866056","bedrooms":"3","price":"297000","area":"379"} , +{"type":"Feature","id":"n3068091011","geometry":{"type":"Point","coordinates":[0.1878516,51.3939566]},"properties":{"@type":"node","@id":3068091011,"@timestamp":1410256037},"coords":"51.3939566,0.1878516","bedrooms":"2","price":"208000","area":"438"} , +{"type":"Feature","id":"n3068099977","geometry":{"type":"Point","coordinates":[0.188119,51.3942519]},"properties":{"@type":"node","@id":3068099977,"@timestamp":1410256344},"coords":"51.3942519,0.188119","bedrooms":"3","price":"231000","area":"399"} , +{"type":"Feature","id":"n3068099987","geometry":{"type":"Point","coordinates":[0.1884441,51.3941606]},"properties":{"@type":"node","@id":3068099987,"@timestamp":1410256345},"coords":"51.3941606,0.1884441","bedrooms":"0","price":"299000","area":"495"} , +{"type":"Feature","id":"n3068419764","geometry":{"type":"Point","coordinates":[-0.161808,51.4557563]},"properties":{"@type":"node","@id":3068419764,"@timestamp":1584906900},"coords":"51.4557563,-0.161808","bedrooms":"1","price":"279000","area":"352"} , +{"type":"Feature","id":"n3068693133","geometry":{"type":"Point","coordinates":[-0.1011954,51.3967245]},"properties":{"@type":"node","@id":3068693133,"@timestamp":1410284082},"coords":"51.3967245,-0.1011954","bedrooms":"3","price":"168000","area":"460"} , +{"type":"Feature","id":"n3069144599","geometry":{"type":"Point","coordinates":[0.4130561,51.7285199]},"properties":{"@type":"node","@id":3069144599,"@timestamp":1410296870},"coords":"51.7285199,0.4130561","bedrooms":"3","price":"299000","area":"372"} , +{"type":"Feature","id":"n3069482714","geometry":{"type":"Point","coordinates":[-0.1445149,51.5123555]},"properties":{"@type":"node","@id":3069482714,"@timestamp":1410309888},"coords":"51.5123555,-0.1445149","bedrooms":"2","price":"242000","area":"549"} , +{"type":"Feature","id":"n3069487456","geometry":{"type":"Point","coordinates":[-0.1442477,51.5134509]},"properties":{"@type":"node","@id":3069487456,"@timestamp":1551237401},"coords":"51.5134509,-0.1442477","bedrooms":"2","price":"223000","area":"579"} , +{"type":"Feature","id":"n3069691752","geometry":{"type":"Point","coordinates":[-0.1550241,51.499174]},"properties":{"@type":"node","@id":3069691752,"@timestamp":1410326176},"coords":"51.499174,-0.1550241","bedrooms":"1","price":"246000","area":"436"} , +{"type":"Feature","id":"n3069691822","geometry":{"type":"Point","coordinates":[-0.1538383,51.5004075]},"properties":{"@type":"node","@id":3069691822,"@timestamp":1410326177},"coords":"51.5004075,-0.1538383","bedrooms":"3","price":"237000","area":"553"} , +{"type":"Feature","id":"n3070528433","geometry":{"type":"Point","coordinates":[-0.139927,51.507409]},"properties":{"@type":"node","@id":3070528433,"@timestamp":1410370389},"coords":"51.507409,-0.139927","bedrooms":"4","price":"273000","area":"425"} , +{"type":"Feature","id":"n3071003012","geometry":{"type":"Point","coordinates":[-0.1665842,51.5126438]},"properties":{"@type":"node","@id":3071003012,"@timestamp":1532036923},"coords":"51.5126438,-0.1665842","bedrooms":"3","price":"191000","area":"540"} , +{"type":"Feature","id":"n3071467233","geometry":{"type":"Point","coordinates":[-0.1002145,51.3952824]},"properties":{"@type":"node","@id":3071467233,"@timestamp":1410420775},"coords":"51.3952824,-0.1002145","bedrooms":"0","price":"251000","area":"546"} , +{"type":"Feature","id":"n3071726696","geometry":{"type":"Point","coordinates":[-0.3261355,51.0612856]},"properties":{"@type":"node","@id":3071726696,"@timestamp":1618349274},"coords":"51.0612856,-0.3261355","bedrooms":"4","price":"200000","area":"587"} , +{"type":"Feature","id":"n3071781016","geometry":{"type":"Point","coordinates":[-0.3272172,51.06071]},"properties":{"@type":"node","@id":3071781016,"@timestamp":1410438879},"coords":"51.06071,-0.3272172","bedrooms":"2","price":"222000","area":"360"} , +{"type":"Feature","id":"n3071929235","geometry":{"type":"Point","coordinates":[-0.3274234,51.0609542]},"properties":{"@type":"node","@id":3071929235,"@timestamp":1625082173},"coords":"51.0609542,-0.3274234","bedrooms":"1","price":"278000","area":"371"} , +{"type":"Feature","id":"n3072154737","geometry":{"type":"Point","coordinates":[-0.1328069,51.5098865]},"properties":{"@type":"node","@id":3072154737,"@timestamp":1495115103},"coords":"51.5098865,-0.1328069","bedrooms":"4","price":"269000","area":"361"} , +{"type":"Feature","id":"n3072877010","geometry":{"type":"Point","coordinates":[-0.0322523,51.6877876]},"properties":{"@type":"node","@id":3072877010,"@timestamp":1410500088},"coords":"51.6877876,-0.0322523","bedrooms":"3","price":"151000","area":"689"} , +{"type":"Feature","id":"n3073167085","geometry":{"type":"Point","coordinates":[-0.1795809,51.4868962]},"properties":{"@type":"node","@id":3073167085,"@timestamp":1614391615},"coords":"51.4868962,-0.1795809","bedrooms":"1","price":"189000","area":"613"} , +{"type":"Feature","id":"n3073501493","geometry":{"type":"Point","coordinates":[-0.325573,51.0604086]},"properties":{"@type":"node","@id":3073501493,"@timestamp":1410532696},"coords":"51.0604086,-0.325573","bedrooms":"1","price":"269000","area":"595"} , +{"type":"Feature","id":"n3073688483","geometry":{"type":"Point","coordinates":[-0.747028,51.2746907]},"properties":{"@type":"node","@id":3073688483,"@timestamp":1632852790},"coords":"51.2746907,-0.747028","bedrooms":"0","price":"247000","area":"648"} , +{"type":"Feature","id":"n3073841718","geometry":{"type":"Point","coordinates":[-0.1665054,51.5124584]},"properties":{"@type":"node","@id":3073841718,"@timestamp":1568524167},"coords":"51.5124584,-0.1665054","bedrooms":"4","price":"265000","area":"372"} , +{"type":"Feature","id":"n3074208493","geometry":{"type":"Point","coordinates":[-0.7640404,51.2462597]},"properties":{"@type":"node","@id":3074208493,"@timestamp":1410564206},"coords":"51.2462597,-0.7640404","bedrooms":"1","price":"151000","area":"650"} , +{"type":"Feature","id":"n3074268136","geometry":{"type":"Point","coordinates":[-0.8796626,51.1890758]},"properties":{"@type":"node","@id":3074268136,"@timestamp":1410566627},"coords":"51.1890758,-0.8796626","bedrooms":"2","price":"165000","area":"477"} , +{"type":"Feature","id":"n3074720902","geometry":{"type":"Point","coordinates":[-0.1807697,51.1678054]},"properties":{"@type":"node","@id":3074720902,"@timestamp":1626880268},"coords":"51.1678054,-0.1807697","bedrooms":"0","price":"243000","area":"575"} , +{"type":"Feature","id":"n3074830316","geometry":{"type":"Point","coordinates":[-0.3814322,51.585974]},"properties":{"@type":"node","@id":3074830316,"@timestamp":1620742731},"coords":"51.585974,-0.3814322","bedrooms":"2","price":"204000","area":"621"} , +{"type":"Feature","id":"n3074907008","geometry":{"type":"Point","coordinates":[-0.1082476,51.4393408]},"properties":{"@type":"node","@id":3074907008,"@timestamp":1410613103},"coords":"51.4393408,-0.1082476","bedrooms":"3","price":"244000","area":"566"} , +{"type":"Feature","id":"n3075075833","geometry":{"type":"Point","coordinates":[0.1389105,51.2242141]},"properties":{"@type":"node","@id":3075075833,"@timestamp":1410618960},"coords":"51.2242141,0.1389105","bedrooms":"3","price":"170000","area":"459"} , +{"type":"Feature","id":"n3075537279","geometry":{"type":"Point","coordinates":[-0.041773,51.6621556]},"properties":{"@type":"node","@id":3075537279,"@timestamp":1602367867},"coords":"51.6621556,-0.041773","bedrooms":"0","price":"175000","area":"375"} , +{"type":"Feature","id":"n3075630573","geometry":{"type":"Point","coordinates":[-0.0392764,51.5238533]},"properties":{"@type":"node","@id":3075630573,"@timestamp":1410637972},"coords":"51.5238533,-0.0392764","bedrooms":"0","price":"209000","area":"563"} , +{"type":"Feature","id":"n3075670578","geometry":{"type":"Point","coordinates":[-0.0490069,51.5275979]},"properties":{"@type":"node","@id":3075670578,"@timestamp":1410639571},"coords":"51.5275979,-0.0490069","bedrooms":"3","price":"198000","area":"675"} , +{"type":"Feature","id":"n3075938596","geometry":{"type":"Point","coordinates":[-0.1365703,51.5104689]},"properties":{"@type":"node","@id":3075938596,"@timestamp":1628884799},"coords":"51.5104689,-0.1365703","bedrooms":"0","price":"211000","area":"351"} , +{"type":"Feature","id":"n3076573906","geometry":{"type":"Point","coordinates":[-0.0758232,51.5142097]},"properties":{"@type":"node","@id":3076573906,"@timestamp":1561355768},"coords":"51.5142097,-0.0758232","bedrooms":"2","price":"156000","area":"526"} , +{"type":"Feature","id":"n3076573916","geometry":{"type":"Point","coordinates":[0.0757204,51.6176444]},"properties":{"@type":"node","@id":3076573916,"@timestamp":1600337107},"coords":"51.6176444,0.0757204","bedrooms":"3","price":"199000","area":"465"} , +{"type":"Feature","id":"n3076573927","geometry":{"type":"Point","coordinates":[0.0933827,51.6033138]},"properties":{"@type":"node","@id":3076573927,"@timestamp":1612461698},"coords":"51.6033138,0.0933827","bedrooms":"1","price":"201000","area":"654"} , +{"type":"Feature","id":"n3076574237","geometry":{"type":"Point","coordinates":[-0.0861271,51.5106328]},"properties":{"@type":"node","@id":3076574237,"@timestamp":1600337107},"coords":"51.5106328,-0.0861271","bedrooms":"2","price":"284000","area":"397"} , +{"type":"Feature","id":"n3076631721","geometry":{"type":"Point","coordinates":[-0.9230587,51.8683624]},"properties":{"@type":"node","@id":3076631721,"@timestamp":1410696004},"coords":"51.8683624,-0.9230587","bedrooms":"2","price":"166000","area":"490"} , +{"type":"Feature","id":"n3076998022","geometry":{"type":"Point","coordinates":[-0.9766767,51.4553947]},"properties":{"@type":"node","@id":3076998022,"@timestamp":1615025048},"coords":"51.4553947,-0.9766767","bedrooms":"4","price":"207000","area":"415"} , +{"type":"Feature","id":"n3077405259","geometry":{"type":"Point","coordinates":[0.194492,51.3578959]},"properties":{"@type":"node","@id":3077405259,"@timestamp":1410727689},"coords":"51.3578959,0.194492","bedrooms":"1","price":"182000","area":"446"} , +{"type":"Feature","id":"n3077522360","geometry":{"type":"Point","coordinates":[0.0169158,51.6343309]},"properties":{"@type":"node","@id":3077522360,"@timestamp":1635440301},"coords":"51.6343309,0.0169158","bedrooms":"3","price":"233000","area":"572"} , +{"type":"Feature","id":"n3077522680","geometry":{"type":"Point","coordinates":[-0.0003885,51.6425228]},"properties":{"@type":"node","@id":3077522680,"@timestamp":1410732882},"coords":"51.6425228,-0.0003885","bedrooms":"0","price":"156000","area":"651"} , +{"type":"Feature","id":"n3077522690","geometry":{"type":"Point","coordinates":[-0.0004583,51.6429091]},"properties":{"@type":"node","@id":3077522690,"@timestamp":1410732882},"coords":"51.6429091,-0.0004583","bedrooms":"0","price":"206000","area":"376"} , +{"type":"Feature","id":"n3077538712","geometry":{"type":"Point","coordinates":[-1.083199,51.2802717]},"properties":{"@type":"node","@id":3077538712,"@timestamp":1533846683},"coords":"51.2802717,-1.083199","bedrooms":"1","price":"270000","area":"633"} , +{"type":"Feature","id":"n3078042779","geometry":{"type":"Point","coordinates":[-0.3274881,51.0602291]},"properties":{"@type":"node","@id":3078042779,"@timestamp":1587744807},"coords":"51.0602291,-0.3274881","bedrooms":"0","price":"237000","area":"386"} , +{"type":"Feature","id":"n3078520191","geometry":{"type":"Point","coordinates":[0.1872269,51.3931375]},"properties":{"@type":"node","@id":3078520191,"@timestamp":1410797532},"coords":"51.3931375,0.1872269","bedrooms":"0","price":"255000","area":"420"} , +{"type":"Feature","id":"n3078520201","geometry":{"type":"Point","coordinates":[0.1876886,51.3932891]},"properties":{"@type":"node","@id":3078520201,"@timestamp":1410797533},"coords":"51.3932891,0.1876886","bedrooms":"1","price":"182000","area":"428"} , +{"type":"Feature","id":"n3078533114","geometry":{"type":"Point","coordinates":[0.1858175,51.3932261]},"properties":{"@type":"node","@id":3078533114,"@timestamp":1410798114},"coords":"51.3932261,0.1858175","bedrooms":"1","price":"191000","area":"565"} , +{"type":"Feature","id":"n3078562765","geometry":{"type":"Point","coordinates":[0.1867987,51.3926523]},"properties":{"@type":"node","@id":3078562765,"@timestamp":1410799089},"coords":"51.3926523,0.1867987","bedrooms":"1","price":"170000","area":"518"} , +{"type":"Feature","id":"n3078665886","geometry":{"type":"Point","coordinates":[0.36048,51.7837304]},"properties":{"@type":"node","@id":3078665886,"@timestamp":1410801921},"coords":"51.7837304,0.36048","bedrooms":"3","price":"287000","area":"414"} , +{"type":"Feature","id":"n3078799741","geometry":{"type":"Point","coordinates":[-0.4352489,51.6322647]},"properties":{"@type":"node","@id":3078799741,"@timestamp":1604524376},"coords":"51.6322647,-0.4352489","bedrooms":"4","price":"281000","area":"530"} , +{"type":"Feature","id":"n3078982028","geometry":{"type":"Point","coordinates":[-0.0779014,51.4843121]},"properties":{"@type":"node","@id":3078982028,"@timestamp":1512662818},"coords":"51.4843121,-0.0779014","bedrooms":"2","price":"290000","area":"585"} , +{"type":"Feature","id":"n3079031798","geometry":{"type":"Point","coordinates":[0.1872269,51.3925614]},"properties":{"@type":"node","@id":3079031798,"@timestamp":1410811322},"coords":"51.3925614,0.1872269","bedrooms":"1","price":"184000","area":"504"} , +{"type":"Feature","id":"n3079239389","geometry":{"type":"Point","coordinates":[-0.0130631,51.2634247]},"properties":{"@type":"node","@id":3079239389,"@timestamp":1606606831},"coords":"51.2634247,-0.0130631","bedrooms":"3","price":"211000","area":"503"} , +{"type":"Feature","id":"n3079320292","geometry":{"type":"Point","coordinates":[-0.0727727,51.5063449]},"properties":{"@type":"node","@id":3079320292,"@timestamp":1410821004},"coords":"51.5063449,-0.0727727","bedrooms":"4","price":"195000","area":"494"} , +{"type":"Feature","id":"n3079320302","geometry":{"type":"Point","coordinates":[-0.0750633,51.5068261]},"properties":{"@type":"node","@id":3079320302,"@timestamp":1410821004},"coords":"51.5068261,-0.0750633","bedrooms":"2","price":"182000","area":"406"} , +{"type":"Feature","id":"n3079320312","geometry":{"type":"Point","coordinates":[-0.0755982,51.5074927]},"properties":{"@type":"node","@id":3079320312,"@timestamp":1618911658},"coords":"51.5074927,-0.0755982","bedrooms":"1","price":"195000","area":"408"} , +{"type":"Feature","id":"n3079320322","geometry":{"type":"Point","coordinates":[-0.0768762,51.5078706]},"properties":{"@type":"node","@id":3079320322,"@timestamp":1618923339},"coords":"51.5078706,-0.0768762","bedrooms":"4","price":"227000","area":"537"} , +{"type":"Feature","id":"n3079320332","geometry":{"type":"Point","coordinates":[-0.0713768,51.5082473]},"properties":{"@type":"node","@id":3079320332,"@timestamp":1410821005},"coords":"51.5082473,-0.0713768","bedrooms":"4","price":"285000","area":"624"} , +{"type":"Feature","id":"n3079325540","geometry":{"type":"Point","coordinates":[-0.0766452,51.5084122]},"properties":{"@type":"node","@id":3079325540,"@timestamp":1410821005},"coords":"51.5084122,-0.0766452","bedrooms":"4","price":"234000","area":"458"} , +{"type":"Feature","id":"n3079325550","geometry":{"type":"Point","coordinates":[-0.0720589,51.5084112]},"properties":{"@type":"node","@id":3079325550,"@timestamp":1628515775},"coords":"51.5084112,-0.0720589","bedrooms":"4","price":"254000","area":"402"} , +{"type":"Feature","id":"n3079325560","geometry":{"type":"Point","coordinates":[-0.0785493,51.5085859]},"properties":{"@type":"node","@id":3079325560,"@timestamp":1410821006},"coords":"51.5085859,-0.0785493","bedrooms":"3","price":"193000","area":"493"} , +{"type":"Feature","id":"n3079325570","geometry":{"type":"Point","coordinates":[-0.0851133,51.5086483]},"properties":{"@type":"node","@id":3079325570,"@timestamp":1410821006},"coords":"51.5086483,-0.0851133","bedrooms":"0","price":"205000","area":"554"} , +{"type":"Feature","id":"n3079325580","geometry":{"type":"Point","coordinates":[-0.081255,51.5090047]},"properties":{"@type":"node","@id":3079325580,"@timestamp":1410821006},"coords":"51.5090047,-0.081255","bedrooms":"2","price":"287000","area":"517"} , +{"type":"Feature","id":"n3079325590","geometry":{"type":"Point","coordinates":[-0.0744755,51.5093325]},"properties":{"@type":"node","@id":3079325590,"@timestamp":1410821007},"coords":"51.5093325,-0.0744755","bedrooms":"3","price":"157000","area":"657"} , +{"type":"Feature","id":"n3079325600","geometry":{"type":"Point","coordinates":[-0.0765507,51.509409]},"properties":{"@type":"node","@id":3079325600,"@timestamp":1410821007},"coords":"51.509409,-0.0765507","bedrooms":"4","price":"289000","area":"573"} , +{"type":"Feature","id":"n3079325610","geometry":{"type":"Point","coordinates":[-0.0753353,51.5094725]},"properties":{"@type":"node","@id":3079325610,"@timestamp":1410821007},"coords":"51.5094725,-0.0753353","bedrooms":"4","price":"187000","area":"572"} , +{"type":"Feature","id":"n3079325620","geometry":{"type":"Point","coordinates":[-0.07487,51.5096596]},"properties":{"@type":"node","@id":3079325620,"@timestamp":1410821007},"coords":"51.5096596,-0.07487","bedrooms":"4","price":"167000","area":"357"} , +{"type":"Feature","id":"n3079325630","geometry":{"type":"Point","coordinates":[-0.0824576,51.5098378]},"properties":{"@type":"node","@id":3079325630,"@timestamp":1410821008},"coords":"51.5098378,-0.0824576","bedrooms":"0","price":"243000","area":"674"} , +{"type":"Feature","id":"n3079325640","geometry":{"type":"Point","coordinates":[-0.079124,51.5099651]},"properties":{"@type":"node","@id":3079325640,"@timestamp":1617198786},"coords":"51.5099651,-0.079124","bedrooms":"1","price":"192000","area":"471"} , +{"type":"Feature","id":"n3079325650","geometry":{"type":"Point","coordinates":[-0.0775199,51.51011]},"properties":{"@type":"node","@id":3079325650,"@timestamp":1410821008},"coords":"51.51011,-0.0775199","bedrooms":"0","price":"268000","area":"403"} , +{"type":"Feature","id":"n3079325660","geometry":{"type":"Point","coordinates":[-0.1174894,51.5102165]},"properties":{"@type":"node","@id":3079325660,"@timestamp":1410821008},"coords":"51.5102165,-0.1174894","bedrooms":"4","price":"215000","area":"577"} , +{"type":"Feature","id":"n3079325670","geometry":{"type":"Point","coordinates":[-0.087275,51.510319]},"properties":{"@type":"node","@id":3079325670,"@timestamp":1410821009},"coords":"51.510319,-0.087275","bedrooms":"4","price":"187000","area":"391"} , +{"type":"Feature","id":"n3079325680","geometry":{"type":"Point","coordinates":[-0.1152413,51.5105435]},"properties":{"@type":"node","@id":3079325680,"@timestamp":1621641464},"coords":"51.5105435,-0.1152413","bedrooms":"2","price":"285000","area":"665"} , +{"type":"Feature","id":"n3079325690","geometry":{"type":"Point","coordinates":[-0.0884275,51.5106754]},"properties":{"@type":"node","@id":3079325690,"@timestamp":1410821009},"coords":"51.5106754,-0.0884275","bedrooms":"3","price":"298000","area":"364"} , +{"type":"Feature","id":"n3079325700","geometry":{"type":"Point","coordinates":[-0.1136221,51.5107819]},"properties":{"@type":"node","@id":3079325700,"@timestamp":1621641464},"coords":"51.5107819,-0.1136221","bedrooms":"0","price":"185000","area":"496"} , +{"type":"Feature","id":"n3079325710","geometry":{"type":"Point","coordinates":[-0.1126139,51.5108704]},"properties":{"@type":"node","@id":3079325710,"@timestamp":1621641464},"coords":"51.5108704,-0.1126139","bedrooms":"3","price":"250000","area":"425"} , +{"type":"Feature","id":"n3079325721","geometry":{"type":"Point","coordinates":[-0.1116419,51.510935]},"properties":{"@type":"node","@id":3079325721,"@timestamp":1621641464},"coords":"51.510935,-0.1116419","bedrooms":"0","price":"193000","area":"544"} , +{"type":"Feature","id":"n3079325731","geometry":{"type":"Point","coordinates":[-0.110615,51.5109361]},"properties":{"@type":"node","@id":3079325731,"@timestamp":1621641464},"coords":"51.5109361,-0.110615","bedrooms":"4","price":"196000","area":"475"} , +{"type":"Feature","id":"n3079325741","geometry":{"type":"Point","coordinates":[-0.1085533,51.510929]},"properties":{"@type":"node","@id":3079325741,"@timestamp":1621641464},"coords":"51.510929,-0.1085533","bedrooms":"3","price":"237000","area":"570"} , +{"type":"Feature","id":"n3079325751","geometry":{"type":"Point","coordinates":[-0.0724362,51.5110496]},"properties":{"@type":"node","@id":3079325751,"@timestamp":1410821011},"coords":"51.5110496,-0.0724362","bedrooms":"1","price":"233000","area":"586"} , +{"type":"Feature","id":"n3079325761","geometry":{"type":"Point","coordinates":[-0.1049126,51.511112]},"properties":{"@type":"node","@id":3079325761,"@timestamp":1410821011},"coords":"51.511112,-0.1049126","bedrooms":"1","price":"278000","area":"492"} , +{"type":"Feature","id":"n3079325771","geometry":{"type":"Point","coordinates":[-0.1093936,51.5111521]},"properties":{"@type":"node","@id":3079325771,"@timestamp":1410821011},"coords":"51.5111521,-0.1093936","bedrooms":"4","price":"220000","area":"609"} , +{"type":"Feature","id":"n3079325781","geometry":{"type":"Point","coordinates":[-0.1114981,51.5111654]},"properties":{"@type":"node","@id":3079325781,"@timestamp":1410821012},"coords":"51.5111654,-0.1114981","bedrooms":"0","price":"177000","area":"398"} , +{"type":"Feature","id":"n3079325793","geometry":{"type":"Point","coordinates":[-0.1112977,51.5112857]},"properties":{"@type":"node","@id":3079325793,"@timestamp":1410821012},"coords":"51.5112857,-0.1112977","bedrooms":"2","price":"158000","area":"431"} , +{"type":"Feature","id":"n3079325803","geometry":{"type":"Point","coordinates":[-0.1122855,51.5113214]},"properties":{"@type":"node","@id":3079325803,"@timestamp":1410821012},"coords":"51.5113214,-0.1122855","bedrooms":"3","price":"274000","area":"396"} , +{"type":"Feature","id":"n3079325813","geometry":{"type":"Point","coordinates":[-0.0967166,51.5114194]},"properties":{"@type":"node","@id":3079325813,"@timestamp":1410821012},"coords":"51.5114194,-0.0967166","bedrooms":"1","price":"204000","area":"481"} , +{"type":"Feature","id":"n3079325823","geometry":{"type":"Point","coordinates":[-0.1119419,51.5115575]},"properties":{"@type":"node","@id":3079325823,"@timestamp":1410821013},"coords":"51.5115575,-0.1119419","bedrooms":"0","price":"151000","area":"603"} , +{"type":"Feature","id":"n3079325833","geometry":{"type":"Point","coordinates":[-0.1186491,51.5116688]},"properties":{"@type":"node","@id":3079325833,"@timestamp":1410821013},"coords":"51.5116688,-0.1186491","bedrooms":"3","price":"273000","area":"670"} , +{"type":"Feature","id":"n3079325847","geometry":{"type":"Point","coordinates":[-0.1180549,51.5118604]},"properties":{"@type":"node","@id":3079325847,"@timestamp":1410821013},"coords":"51.5118604,-0.1180549","bedrooms":"2","price":"187000","area":"643"} , +{"type":"Feature","id":"n3079325857","geometry":{"type":"Point","coordinates":[-0.1174322,51.5120074]},"properties":{"@type":"node","@id":3079325857,"@timestamp":1410821014},"coords":"51.5120074,-0.1174322","bedrooms":"1","price":"213000","area":"377"} , +{"type":"Feature","id":"n3079325867","geometry":{"type":"Point","coordinates":[-0.1097444,51.5121767]},"properties":{"@type":"node","@id":3079325867,"@timestamp":1410821014},"coords":"51.5121767,-0.1097444","bedrooms":"4","price":"221000","area":"366"} , +{"type":"Feature","id":"n3079325877","geometry":{"type":"Point","coordinates":[-0.0702172,51.5122569]},"properties":{"@type":"node","@id":3079325877,"@timestamp":1410821014},"coords":"51.5122569,-0.0702172","bedrooms":"4","price":"283000","area":"362"} , +{"type":"Feature","id":"n3079325887","geometry":{"type":"Point","coordinates":[-0.1040322,51.5123549]},"properties":{"@type":"node","@id":3079325887,"@timestamp":1410821014},"coords":"51.5123549,-0.1040322","bedrooms":"2","price":"183000","area":"439"} , +{"type":"Feature","id":"n3079325897","geometry":{"type":"Point","coordinates":[-0.1185632,51.5124395]},"properties":{"@type":"node","@id":3079325897,"@timestamp":1410821015},"coords":"51.5124395,-0.1185632","bedrooms":"2","price":"180000","area":"413"} , +{"type":"Feature","id":"n3079325907","geometry":{"type":"Point","coordinates":[-0.1157429,51.5125464]},"properties":{"@type":"node","@id":3079325907,"@timestamp":1410821015},"coords":"51.5125464,-0.1157429","bedrooms":"3","price":"291000","area":"577"} , +{"type":"Feature","id":"n3079325917","geometry":{"type":"Point","coordinates":[-0.0738202,51.5126377]},"properties":{"@type":"node","@id":3079325917,"@timestamp":1410821015},"coords":"51.5126377,-0.0738202","bedrooms":"4","price":"153000","area":"515"} , +{"type":"Feature","id":"n3079325927","geometry":{"type":"Point","coordinates":[-0.1184486,51.5127781]},"properties":{"@type":"node","@id":3079325927,"@timestamp":1410821015},"coords":"51.5127781,-0.1184486","bedrooms":"1","price":"239000","area":"588"} , +{"type":"Feature","id":"n3079325941","geometry":{"type":"Point","coordinates":[-0.1182983,51.5128984]},"properties":{"@type":"node","@id":3079325941,"@timestamp":1410821016},"coords":"51.5128984,-0.1182983","bedrooms":"0","price":"233000","area":"603"} , +{"type":"Feature","id":"n3079325954","geometry":{"type":"Point","coordinates":[-0.1116029,51.512949]},"properties":{"@type":"node","@id":3079325954,"@timestamp":1410821016},"coords":"51.512949,-0.1116029","bedrooms":"0","price":"267000","area":"556"} , +{"type":"Feature","id":"n3079325964","geometry":{"type":"Point","coordinates":[-0.1098542,51.5129966]},"properties":{"@type":"node","@id":3079325964,"@timestamp":1410821017},"coords":"51.5129966,-0.1098542","bedrooms":"1","price":"192000","area":"652"} , +{"type":"Feature","id":"n3079325977","geometry":{"type":"Point","coordinates":[-0.0967094,51.5130677]},"properties":{"@type":"node","@id":3079325977,"@timestamp":1410821017},"coords":"51.5130677,-0.0967094","bedrooms":"0","price":"242000","area":"616"} , +{"type":"Feature","id":"n3079325989","geometry":{"type":"Point","coordinates":[-0.1092044,51.5131274]},"properties":{"@type":"node","@id":3079325989,"@timestamp":1410821017},"coords":"51.5131274,-0.1092044","bedrooms":"3","price":"250000","area":"406"} , +{"type":"Feature","id":"n3079326000","geometry":{"type":"Point","coordinates":[-0.0961318,51.5131869]},"properties":{"@type":"node","@id":3079326000,"@timestamp":1410821018},"coords":"51.5131869,-0.0961318","bedrooms":"1","price":"224000","area":"669"} , +{"type":"Feature","id":"n3079326010","geometry":{"type":"Point","coordinates":[-0.0964589,51.5132414]},"properties":{"@type":"node","@id":3079326010,"@timestamp":1410821018},"coords":"51.5132414,-0.0964589","bedrooms":"2","price":"243000","area":"583"} , +{"type":"Feature","id":"n3079326020","geometry":{"type":"Point","coordinates":[-0.1098351,51.5133415]},"properties":{"@type":"node","@id":3079326020,"@timestamp":1410821018},"coords":"51.5133415,-0.1098351","bedrooms":"2","price":"277000","area":"394"} , +{"type":"Feature","id":"n3079326030","geometry":{"type":"Point","coordinates":[-0.1106856,51.5133891]},"properties":{"@type":"node","@id":3079326030,"@timestamp":1410821018},"coords":"51.5133891,-0.1106856","bedrooms":"2","price":"200000","area":"449"} , +{"type":"Feature","id":"n3079326040","geometry":{"type":"Point","coordinates":[-0.0784973,51.513539]},"properties":{"@type":"node","@id":3079326040,"@timestamp":1506051351},"coords":"51.513539,-0.0784973","bedrooms":"0","price":"205000","area":"373"} , +{"type":"Feature","id":"n3079326050","geometry":{"type":"Point","coordinates":[-0.0779295,51.5135977]},"properties":{"@type":"node","@id":3079326050,"@timestamp":1410821019},"coords":"51.5135977,-0.0779295","bedrooms":"2","price":"233000","area":"572"} , +{"type":"Feature","id":"n3079326063","geometry":{"type":"Point","coordinates":[-0.1145331,51.5137537]},"properties":{"@type":"node","@id":3079326063,"@timestamp":1410821019},"coords":"51.5137537,-0.1145331","bedrooms":"0","price":"196000","area":"497"} , +{"type":"Feature","id":"n3079326079","geometry":{"type":"Point","coordinates":[-0.0760511,51.5139408]},"properties":{"@type":"node","@id":3079326079,"@timestamp":1410821020},"coords":"51.5139408,-0.0760511","bedrooms":"0","price":"262000","area":"683"} , +{"type":"Feature","id":"n3079326090","geometry":{"type":"Point","coordinates":[-0.1180764,51.5140076]},"properties":{"@type":"node","@id":3079326090,"@timestamp":1410821020},"coords":"51.5140076,-0.1180764","bedrooms":"0","price":"258000","area":"625"} , +{"type":"Feature","id":"n3079326100","geometry":{"type":"Point","coordinates":[-0.1018081,51.5141801]},"properties":{"@type":"node","@id":3079326100,"@timestamp":1410821020},"coords":"51.5141801,-0.1018081","bedrooms":"2","price":"150000","area":"597"} , +{"type":"Feature","id":"n3079326111","geometry":{"type":"Point","coordinates":[-0.0982246,51.5142812]},"properties":{"@type":"node","@id":3079326111,"@timestamp":1410821020},"coords":"51.5142812,-0.0982246","bedrooms":"0","price":"291000","area":"571"} , +{"type":"Feature","id":"n3079326121","geometry":{"type":"Point","coordinates":[-0.0948418,51.5144001]},"properties":{"@type":"node","@id":3079326121,"@timestamp":1410821021},"coords":"51.5144001,-0.0948418","bedrooms":"0","price":"169000","area":"679"} , +{"type":"Feature","id":"n3079326133","geometry":{"type":"Point","coordinates":[-0.1012252,51.5146736]},"properties":{"@type":"node","@id":3079326133,"@timestamp":1410821021},"coords":"51.5146736,-0.1012252","bedrooms":"2","price":"190000","area":"380"} , +{"type":"Feature","id":"n3079326143","geometry":{"type":"Point","coordinates":[-0.0821403,51.5147778]},"properties":{"@type":"node","@id":3079326143,"@timestamp":1515774986},"coords":"51.5147778,-0.0821403","bedrooms":"3","price":"237000","area":"447"} , +{"type":"Feature","id":"n3079326153","geometry":{"type":"Point","coordinates":[-0.1186992,51.5149252]},"properties":{"@type":"node","@id":3079326153,"@timestamp":1410821022},"coords":"51.5149252,-0.1186992","bedrooms":"4","price":"250000","area":"638"} , +{"type":"Feature","id":"n3079326165","geometry":{"type":"Point","coordinates":[-0.117697,51.5151747]},"properties":{"@type":"node","@id":3079326165,"@timestamp":1410821022},"coords":"51.5151747,-0.117697","bedrooms":"3","price":"151000","area":"453"} , +{"type":"Feature","id":"n3079326175","geometry":{"type":"Point","coordinates":[-0.117196,51.5153974]},"properties":{"@type":"node","@id":3079326175,"@timestamp":1410821022},"coords":"51.5153974,-0.117196","bedrooms":"3","price":"240000","area":"585"} , +{"type":"Feature","id":"n3079326185","geometry":{"type":"Point","coordinates":[-0.0932173,51.5155002]},"properties":{"@type":"node","@id":3079326185,"@timestamp":1410821023},"coords":"51.5155002,-0.0932173","bedrooms":"0","price":"167000","area":"539"} , +{"type":"Feature","id":"n3079326195","geometry":{"type":"Point","coordinates":[-0.113323,51.5156311]},"properties":{"@type":"node","@id":3079326195,"@timestamp":1410821023},"coords":"51.5156311,-0.113323","bedrooms":"2","price":"274000","area":"366"} , +{"type":"Feature","id":"n3079326206","geometry":{"type":"Point","coordinates":[-0.0996034,51.5157863]},"properties":{"@type":"node","@id":3079326206,"@timestamp":1635075576},"coords":"51.5157863,-0.0996034","bedrooms":"4","price":"262000","area":"365"} , +{"type":"Feature","id":"n3079326218","geometry":{"type":"Point","coordinates":[-0.1191501,51.5158562]},"properties":{"@type":"node","@id":3079326218,"@timestamp":1410821024},"coords":"51.5158562,-0.1191501","bedrooms":"4","price":"272000","area":"605"} , +{"type":"Feature","id":"n3079326230","geometry":{"type":"Point","coordinates":[-0.1159433,51.5159632]},"properties":{"@type":"node","@id":3079326230,"@timestamp":1410821024},"coords":"51.5159632,-0.1159433","bedrooms":"2","price":"277000","area":"520"} , +{"type":"Feature","id":"n3079326241","geometry":{"type":"Point","coordinates":[-0.0779295,51.516053]},"properties":{"@type":"node","@id":3079326241,"@timestamp":1410821024},"coords":"51.516053,-0.0779295","bedrooms":"1","price":"275000","area":"544"} , +{"type":"Feature","id":"n3079326252","geometry":{"type":"Point","coordinates":[-0.0930453,51.5161187]},"properties":{"@type":"node","@id":3079326252,"@timestamp":1410821025},"coords":"51.5161187,-0.0930453","bedrooms":"1","price":"222000","area":"696"} , +{"type":"Feature","id":"n3079326263","geometry":{"type":"Point","coordinates":[-0.0727369,51.5161903]},"properties":{"@type":"node","@id":3079326263,"@timestamp":1410821025},"coords":"51.5161903,-0.0727369","bedrooms":"3","price":"251000","area":"658"} , +{"type":"Feature","id":"n3079326274","geometry":{"type":"Point","coordinates":[-0.1155353,51.5162661]},"properties":{"@type":"node","@id":3079326274,"@timestamp":1410821025},"coords":"51.5162661,-0.1155353","bedrooms":"1","price":"297000","area":"642"} , +{"type":"Feature","id":"n3079326286","geometry":{"type":"Point","coordinates":[-0.0788578,51.5163206]},"properties":{"@type":"node","@id":3079326286,"@timestamp":1410821026},"coords":"51.5163206,-0.0788578","bedrooms":"0","price":"220000","area":"516"} , +{"type":"Feature","id":"n3079326296","geometry":{"type":"Point","coordinates":[-0.0841296,51.5163744]},"properties":{"@type":"node","@id":3079326296,"@timestamp":1410821026},"coords":"51.5163744,-0.0841296","bedrooms":"1","price":"292000","area":"533"} , +{"type":"Feature","id":"n3079326306","geometry":{"type":"Point","coordinates":[-0.0794996,51.5164018]},"properties":{"@type":"node","@id":3079326306,"@timestamp":1439493474},"coords":"51.5164018,-0.0794996","bedrooms":"2","price":"168000","area":"629"} , +{"type":"Feature","id":"n3079326316","geometry":{"type":"Point","coordinates":[-0.1020088,51.5164755]},"properties":{"@type":"node","@id":3079326316,"@timestamp":1410821027},"coords":"51.5164755,-0.1020088","bedrooms":"2","price":"295000","area":"539"} , +{"type":"Feature","id":"n3079326328","geometry":{"type":"Point","coordinates":[-0.0814634,51.5165409]},"properties":{"@type":"node","@id":3079326328,"@timestamp":1410821027},"coords":"51.5165409,-0.0814634","bedrooms":"4","price":"210000","area":"429"} , +{"type":"Feature","id":"n3079326339","geometry":{"type":"Point","coordinates":[-0.0730447,51.5166046]},"properties":{"@type":"node","@id":3079326339,"@timestamp":1410821027},"coords":"51.5166046,-0.0730447","bedrooms":"0","price":"237000","area":"361"} , +{"type":"Feature","id":"n3079326350","geometry":{"type":"Point","coordinates":[-0.0947653,51.5166836]},"properties":{"@type":"node","@id":3079326350,"@timestamp":1410821028},"coords":"51.5166836,-0.0947653","bedrooms":"2","price":"197000","area":"595"} , +{"type":"Feature","id":"n3079326361","geometry":{"type":"Point","coordinates":[-0.0781255,51.51674]},"properties":{"@type":"node","@id":3079326361,"@timestamp":1499091489},"coords":"51.51674,-0.0781255","bedrooms":"1","price":"254000","area":"418"} , +{"type":"Feature","id":"n3079326371","geometry":{"type":"Point","coordinates":[-0.1023719,51.5168739]},"properties":{"@type":"node","@id":3079326371,"@timestamp":1410821028},"coords":"51.5168739,-0.1023719","bedrooms":"3","price":"277000","area":"662"} , +{"type":"Feature","id":"n3079326381","geometry":{"type":"Point","coordinates":[-0.1162582,51.5169699]},"properties":{"@type":"node","@id":3079326381,"@timestamp":1410821028},"coords":"51.5169699,-0.1162582","bedrooms":"4","price":"269000","area":"490"} , +{"type":"Feature","id":"n3079326392","geometry":{"type":"Point","coordinates":[-0.1157715,51.5170678]},"properties":{"@type":"node","@id":3079326392,"@timestamp":1410821029},"coords":"51.5170678,-0.1157715","bedrooms":"0","price":"186000","area":"500"} , +{"type":"Feature","id":"n3079326402","geometry":{"type":"Point","coordinates":[-0.1145689,51.517197]},"properties":{"@type":"node","@id":3079326402,"@timestamp":1410821029},"coords":"51.517197,-0.1145689","bedrooms":"0","price":"231000","area":"486"} , +{"type":"Feature","id":"n3079326412","geometry":{"type":"Point","coordinates":[-0.0751923,51.5173528]},"properties":{"@type":"node","@id":3079326412,"@timestamp":1410821029},"coords":"51.5173528,-0.0751923","bedrooms":"4","price":"262000","area":"577"} , +{"type":"Feature","id":"n3079326422","geometry":{"type":"Point","coordinates":[-0.1080099,51.5175518]},"properties":{"@type":"node","@id":3079326422,"@timestamp":1410821030},"coords":"51.5175518,-0.1080099","bedrooms":"4","price":"169000","area":"377"} , +{"type":"Feature","id":"n3079326435","geometry":{"type":"Point","coordinates":[-0.1184057,51.5176425]},"properties":{"@type":"node","@id":3079326435,"@timestamp":1410821030},"coords":"51.5176425,-0.1184057","bedrooms":"0","price":"218000","area":"669"} , +{"type":"Feature","id":"n3079326445","geometry":{"type":"Point","coordinates":[-0.1178474,51.5177315]},"properties":{"@type":"node","@id":3079326445,"@timestamp":1410821030},"coords":"51.5177315,-0.1178474","bedrooms":"4","price":"223000","area":"482"} , +{"type":"Feature","id":"n3079326456","geometry":{"type":"Point","coordinates":[-0.1008743,51.5179509]},"properties":{"@type":"node","@id":3079326456,"@timestamp":1635075576},"coords":"51.5179509,-0.1008743","bedrooms":"1","price":"174000","area":"456"} , +{"type":"Feature","id":"n3079326467","geometry":{"type":"Point","coordinates":[-0.0871779,51.5179978]},"properties":{"@type":"node","@id":3079326467,"@timestamp":1410821031},"coords":"51.5179978,-0.0871779","bedrooms":"3","price":"191000","area":"521"} , +{"type":"Feature","id":"n3079326477","geometry":{"type":"Point","coordinates":[-0.0912774,51.5182416]},"properties":{"@type":"node","@id":3079326477,"@timestamp":1410821031},"coords":"51.5182416,-0.0912774","bedrooms":"0","price":"172000","area":"610"} , +{"type":"Feature","id":"n3079326487","geometry":{"type":"Point","coordinates":[-0.0916023,51.5183129]},"properties":{"@type":"node","@id":3079326487,"@timestamp":1410821032},"coords":"51.5183129,-0.0916023","bedrooms":"1","price":"234000","area":"622"} , +{"type":"Feature","id":"n3079326497","geometry":{"type":"Point","coordinates":[-0.1224532,51.5184227]},"properties":{"@type":"node","@id":3079326497,"@timestamp":1410821032},"coords":"51.5184227,-0.1224532","bedrooms":"4","price":"161000","area":"492"} , +{"type":"Feature","id":"n3079326507","geometry":{"type":"Point","coordinates":[-0.122221,51.5185603]},"properties":{"@type":"node","@id":3079326507,"@timestamp":1410821032},"coords":"51.5185603,-0.122221","bedrooms":"0","price":"184000","area":"660"} , +{"type":"Feature","id":"n3079326517","geometry":{"type":"Point","coordinates":[-0.1223426,51.5186911]},"properties":{"@type":"node","@id":3079326517,"@timestamp":1410821033},"coords":"51.5186911,-0.1223426","bedrooms":"0","price":"236000","area":"442"} , +{"type":"Feature","id":"n3079326528","geometry":{"type":"Point","coordinates":[-0.0733356,51.5188183]},"properties":{"@type":"node","@id":3079326528,"@timestamp":1410821033},"coords":"51.5188183,-0.0733356","bedrooms":"0","price":"266000","area":"564"} , +{"type":"Feature","id":"n3079326538","geometry":{"type":"Point","coordinates":[-0.0724362,51.5188896]},"properties":{"@type":"node","@id":3079326538,"@timestamp":1410821033},"coords":"51.5188896,-0.0724362","bedrooms":"1","price":"283000","area":"630"} , +{"type":"Feature","id":"n3079326548","geometry":{"type":"Point","coordinates":[-0.1081341,51.5190027]},"properties":{"@type":"node","@id":3079326548,"@timestamp":1410821033},"coords":"51.5190027,-0.1081341","bedrooms":"2","price":"150000","area":"656"} , +{"type":"Feature","id":"n3079326558","geometry":{"type":"Point","coordinates":[-0.0920323,51.519086]},"properties":{"@type":"node","@id":3079326558,"@timestamp":1410821034},"coords":"51.519086,-0.0920323","bedrooms":"3","price":"180000","area":"416"} , +{"type":"Feature","id":"n3079326568","geometry":{"type":"Point","coordinates":[-0.1086515,51.5192477]},"properties":{"@type":"node","@id":3079326568,"@timestamp":1464214451},"coords":"51.5192477,-0.1086515","bedrooms":"1","price":"167000","area":"565"} , +{"type":"Feature","id":"n3079326578","geometry":{"type":"Point","coordinates":[-0.1083157,51.5192703]},"properties":{"@type":"node","@id":3079326578,"@timestamp":1410821035},"coords":"51.5192703,-0.1083157","bedrooms":"1","price":"213000","area":"399"} , +{"type":"Feature","id":"n3079326589","geometry":{"type":"Point","coordinates":[-0.0954725,51.5193535]},"properties":{"@type":"node","@id":3079326589,"@timestamp":1410821035},"coords":"51.5193535,-0.0954725","bedrooms":"1","price":"212000","area":"593"} , +{"type":"Feature","id":"n3079326599","geometry":{"type":"Point","coordinates":[-0.0845691,51.5194011]},"properties":{"@type":"node","@id":3079326599,"@timestamp":1410821035},"coords":"51.5194011,-0.0845691","bedrooms":"2","price":"256000","area":"442"} , +{"type":"Feature","id":"n3079326609","geometry":{"type":"Point","coordinates":[-0.1104467,51.5194427]},"properties":{"@type":"node","@id":3079326609,"@timestamp":1410821035},"coords":"51.5194427,-0.1104467","bedrooms":"4","price":"201000","area":"636"} , +{"type":"Feature","id":"n3079326619","geometry":{"type":"Point","coordinates":[-0.1103033,51.5195438]},"properties":{"@type":"node","@id":3079326619,"@timestamp":1410821036},"coords":"51.5195438,-0.1103033","bedrooms":"0","price":"277000","area":"582"} , +{"type":"Feature","id":"n3079326629","geometry":{"type":"Point","coordinates":[-0.1101887,51.5195795]},"properties":{"@type":"node","@id":3079326629,"@timestamp":1410821036},"coords":"51.5195795,-0.1101887","bedrooms":"0","price":"208000","area":"451"} , +{"type":"Feature","id":"n3079326739","geometry":{"type":"Point","coordinates":[-0.1122297,51.5196719]},"properties":{"@type":"node","@id":3079326739,"@timestamp":1634796672},"coords":"51.5196719,-0.1122297","bedrooms":"3","price":"258000","area":"687"} , +{"type":"Feature","id":"n3079326752","geometry":{"type":"Point","coordinates":[-0.0954916,51.5197876]},"properties":{"@type":"node","@id":3079326752,"@timestamp":1410821037},"coords":"51.5197876,-0.0954916","bedrooms":"1","price":"261000","area":"644"} , +{"type":"Feature","id":"n3079326762","geometry":{"type":"Point","coordinates":[-0.1128834,51.5198768]},"properties":{"@type":"node","@id":3079326762,"@timestamp":1410821037},"coords":"51.5198768,-0.1128834","bedrooms":"2","price":"238000","area":"380"} , +{"type":"Feature","id":"n3079326772","geometry":{"type":"Point","coordinates":[-0.1123101,51.5199779]},"properties":{"@type":"node","@id":3079326772,"@timestamp":1410821037},"coords":"51.5199779,-0.1123101","bedrooms":"0","price":"285000","area":"643"} , +{"type":"Feature","id":"n3079326782","geometry":{"type":"Point","coordinates":[-0.1106951,51.520079]},"properties":{"@type":"node","@id":3079326782,"@timestamp":1410821038},"coords":"51.520079,-0.1106951","bedrooms":"0","price":"219000","area":"632"} , +{"type":"Feature","id":"n3079326792","geometry":{"type":"Point","coordinates":[-0.1163174,51.5201586]},"properties":{"@type":"node","@id":3079326792,"@timestamp":1627840763},"coords":"51.5201586,-0.1163174","bedrooms":"1","price":"274000","area":"531"} , +{"type":"Feature","id":"n3079326802","geometry":{"type":"Point","coordinates":[-0.109727,51.5202358]},"properties":{"@type":"node","@id":3079326802,"@timestamp":1562161857},"coords":"51.5202358,-0.109727","bedrooms":"1","price":"197000","area":"617"} , +{"type":"Feature","id":"n3079326812","geometry":{"type":"Point","coordinates":[-0.1104944,51.5203347]},"properties":{"@type":"node","@id":3079326812,"@timestamp":1410821039},"coords":"51.5203347,-0.1104944","bedrooms":"3","price":"245000","area":"582"} , +{"type":"Feature","id":"n3079326822","geometry":{"type":"Point","coordinates":[-0.1121572,51.5204298]},"properties":{"@type":"node","@id":3079326822,"@timestamp":1410821039},"coords":"51.5204298,-0.1121572","bedrooms":"0","price":"219000","area":"429"} , +{"type":"Feature","id":"n3079326832","geometry":{"type":"Point","coordinates":[-0.08369,51.5204595]},"properties":{"@type":"node","@id":3079326832,"@timestamp":1410821039},"coords":"51.5204595,-0.08369","bedrooms":"4","price":"172000","area":"463"} , +{"type":"Feature","id":"n3079326842","geometry":{"type":"Point","coordinates":[-0.0889553,51.5204833]},"properties":{"@type":"node","@id":3079326842,"@timestamp":1410821040},"coords":"51.5204833,-0.0889553","bedrooms":"2","price":"287000","area":"616"} , +{"type":"Feature","id":"n3079326853","geometry":{"type":"Point","coordinates":[-0.0961414,51.520513]},"properties":{"@type":"node","@id":3079326853,"@timestamp":1410821040},"coords":"51.520513,-0.0961414","bedrooms":"3","price":"160000","area":"458"} , +{"type":"Feature","id":"n3079326863","geometry":{"type":"Point","coordinates":[-0.076094,51.520551]},"properties":{"@type":"node","@id":3079326863,"@timestamp":1410821040},"coords":"51.520551,-0.076094","bedrooms":"2","price":"200000","area":"488"} , +{"type":"Feature","id":"n3079326873","geometry":{"type":"Point","coordinates":[-0.1120138,51.5205963]},"properties":{"@type":"node","@id":3079326873,"@timestamp":1410821040},"coords":"51.5205963,-0.1120138","bedrooms":"2","price":"298000","area":"490"} , +{"type":"Feature","id":"n3079326883","geometry":{"type":"Point","coordinates":[-0.0992758,51.5206498]},"properties":{"@type":"node","@id":3079326883,"@timestamp":1410821041},"coords":"51.5206498,-0.0992758","bedrooms":"4","price":"176000","area":"646"} , +{"type":"Feature","id":"n3079326894","geometry":{"type":"Point","coordinates":[-0.1199161,51.5207336]},"properties":{"@type":"node","@id":3079326894,"@timestamp":1410821041},"coords":"51.5207336,-0.1199161","bedrooms":"1","price":"260000","area":"517"} , +{"type":"Feature","id":"n3079326904","geometry":{"type":"Point","coordinates":[-0.1197013,51.5207826]},"properties":{"@type":"node","@id":3079326904,"@timestamp":1410821041},"coords":"51.5207826,-0.1197013","bedrooms":"0","price":"191000","area":"652"} , +{"type":"Feature","id":"n3079326914","geometry":{"type":"Point","coordinates":[-0.1129599,51.5208341]},"properties":{"@type":"node","@id":3079326914,"@timestamp":1410821041},"coords":"51.5208341,-0.1129599","bedrooms":"4","price":"278000","area":"426"} , +{"type":"Feature","id":"n3079326924","geometry":{"type":"Point","coordinates":[-0.1244768,51.5208999]},"properties":{"@type":"node","@id":3079326924,"@timestamp":1410821042},"coords":"51.5208999,-0.1244768","bedrooms":"1","price":"234000","area":"374"} , +{"type":"Feature","id":"n3079326934","geometry":{"type":"Point","coordinates":[-0.1123961,51.520953]},"properties":{"@type":"node","@id":3079326934,"@timestamp":1410821042},"coords":"51.520953,-0.1123961","bedrooms":"0","price":"210000","area":"511"} , +{"type":"Feature","id":"n3079326944","geometry":{"type":"Point","coordinates":[-0.0886657,51.5209749]},"properties":{"@type":"node","@id":3079326944,"@timestamp":1538231068},"coords":"51.5209749,-0.0886657","bedrooms":"2","price":"218000","area":"552"} , +{"type":"Feature","id":"n3079326954","geometry":{"type":"Point","coordinates":[-0.0750633,51.5210365]},"properties":{"@type":"node","@id":3079326954,"@timestamp":1410821043},"coords":"51.5210365,-0.0750633","bedrooms":"1","price":"221000","area":"693"} , +{"type":"Feature","id":"n3079326964","geometry":{"type":"Point","coordinates":[-0.1033561,51.5210957]},"properties":{"@type":"node","@id":3079326964,"@timestamp":1410821043},"coords":"51.5210957,-0.1033561","bedrooms":"2","price":"221000","area":"581"} , +{"type":"Feature","id":"n3079326974","geometry":{"type":"Point","coordinates":[-0.1142898,51.521139]},"properties":{"@type":"node","@id":3079326974,"@timestamp":1410821043},"coords":"51.521139,-0.1142898","bedrooms":"3","price":"232000","area":"611"} , +{"type":"Feature","id":"n3079326984","geometry":{"type":"Point","coordinates":[-0.1141108,51.5212058]},"properties":{"@type":"node","@id":3079326984,"@timestamp":1410821043},"coords":"51.5212058,-0.1141108","bedrooms":"3","price":"252000","area":"529"} , +{"type":"Feature","id":"n3079326994","geometry":{"type":"Point","coordinates":[-0.0876844,51.5213276]},"properties":{"@type":"node","@id":3079326994,"@timestamp":1410821044},"coords":"51.5213276,-0.0876844","bedrooms":"3","price":"292000","area":"557"} , +{"type":"Feature","id":"n3079327004","geometry":{"type":"Point","coordinates":[-0.086853,51.521399]},"properties":{"@type":"node","@id":3079327004,"@timestamp":1410821044},"coords":"51.521399,-0.086853","bedrooms":"4","price":"240000","area":"690"} , +{"type":"Feature","id":"n3079327014","geometry":{"type":"Point","coordinates":[-0.0964281,51.5214287]},"properties":{"@type":"node","@id":3079327014,"@timestamp":1410821044},"coords":"51.5214287,-0.0964281","bedrooms":"0","price":"176000","area":"447"} , +{"type":"Feature","id":"n3079327024","geometry":{"type":"Point","coordinates":[-0.1154923,51.5215265]},"properties":{"@type":"node","@id":3079327024,"@timestamp":1410821044},"coords":"51.5215265,-0.1154923","bedrooms":"4","price":"288000","area":"371"} , +{"type":"Feature","id":"n3079327034","geometry":{"type":"Point","coordinates":[-0.0988362,51.5215893]},"properties":{"@type":"node","@id":3079327034,"@timestamp":1410821045},"coords":"51.5215893,-0.0988362","bedrooms":"3","price":"228000","area":"615"} , +{"type":"Feature","id":"n3079327044","geometry":{"type":"Point","coordinates":[-0.1106282,51.5216606]},"properties":{"@type":"node","@id":3079327044,"@timestamp":1410821045},"coords":"51.5216606,-0.1106282","bedrooms":"0","price":"286000","area":"604"} , +{"type":"Feature","id":"n3079327055","geometry":{"type":"Point","coordinates":[-0.0966288,51.5217557]},"properties":{"@type":"node","@id":3079327055,"@timestamp":1410821045},"coords":"51.5217557,-0.0966288","bedrooms":"2","price":"233000","area":"500"} , +{"type":"Feature","id":"n3079327066","geometry":{"type":"Point","coordinates":[-0.1026012,51.521833]},"properties":{"@type":"node","@id":3079327066,"@timestamp":1410821045},"coords":"51.521833,-0.1026012","bedrooms":"0","price":"204000","area":"392"} , +{"type":"Feature","id":"n3079327076","geometry":{"type":"Point","coordinates":[-0.0997249,51.5218925]},"properties":{"@type":"node","@id":3079327076,"@timestamp":1410821046},"coords":"51.5218925,-0.0997249","bedrooms":"0","price":"154000","area":"624"} , +{"type":"Feature","id":"n3079327086","geometry":{"type":"Point","coordinates":[-0.1103893,51.5219401]},"properties":{"@type":"node","@id":3079327086,"@timestamp":1410821046},"coords":"51.5219401,-0.1103893","bedrooms":"0","price":"257000","area":"376"} , +{"type":"Feature","id":"n3079327096","geometry":{"type":"Point","coordinates":[-0.0933319,51.5220233]},"properties":{"@type":"node","@id":3079327096,"@timestamp":1410821046},"coords":"51.5220233,-0.0933319","bedrooms":"4","price":"216000","area":"671"} , +{"type":"Feature","id":"n3079327106","geometry":{"type":"Point","coordinates":[-0.0992184,51.522053]},"properties":{"@type":"node","@id":3079327106,"@timestamp":1410821047},"coords":"51.522053,-0.0992184","bedrooms":"2","price":"168000","area":"388"} , +{"type":"Feature","id":"n3079327116","geometry":{"type":"Point","coordinates":[-0.1006231,51.5220887]},"properties":{"@type":"node","@id":3079327116,"@timestamp":1410821047},"coords":"51.5220887,-0.1006231","bedrooms":"0","price":"177000","area":"574"} , +{"type":"Feature","id":"n3079327127","geometry":{"type":"Point","coordinates":[-0.1163155,51.5221545]},"properties":{"@type":"node","@id":3079327127,"@timestamp":1410821047},"coords":"51.5221545,-0.1163155","bedrooms":"4","price":"282000","area":"468"} , +{"type":"Feature","id":"n3079327238","geometry":{"type":"Point","coordinates":[-0.1031459,51.5222017]},"properties":{"@type":"node","@id":3079327238,"@timestamp":1410821048},"coords":"51.5222017,-0.1031459","bedrooms":"2","price":"247000","area":"442"} , +{"type":"Feature","id":"n3079327249","geometry":{"type":"Point","coordinates":[-0.0989222,51.5222671]},"properties":{"@type":"node","@id":3079327249,"@timestamp":1410821048},"coords":"51.5222671,-0.0989222","bedrooms":"2","price":"295000","area":"573"} , +{"type":"Feature","id":"n3079327259","geometry":{"type":"Point","coordinates":[-0.1156713,51.5223504]},"properties":{"@type":"node","@id":3079327259,"@timestamp":1410821048},"coords":"51.5223504,-0.1156713","bedrooms":"0","price":"269000","area":"579"} , +{"type":"Feature","id":"n3079327269","geometry":{"type":"Point","coordinates":[-0.1051253,51.5224284]},"properties":{"@type":"node","@id":3079327269,"@timestamp":1410821048},"coords":"51.5224284,-0.1051253","bedrooms":"1","price":"246000","area":"566"} , +{"type":"Feature","id":"n3079327279","geometry":{"type":"Point","coordinates":[-0.0932651,51.5224871]},"properties":{"@type":"node","@id":3079327279,"@timestamp":1410821049},"coords":"51.5224871,-0.0932651","bedrooms":"0","price":"198000","area":"484"} , +{"type":"Feature","id":"n3079327289","geometry":{"type":"Point","coordinates":[-0.0931313,51.5225406]},"properties":{"@type":"node","@id":3079327289,"@timestamp":1410821049},"coords":"51.5225406,-0.0931313","bedrooms":"3","price":"255000","area":"534"} , +{"type":"Feature","id":"n3079327299","geometry":{"type":"Point","coordinates":[-0.0690851,51.522564]},"properties":{"@type":"node","@id":3079327299,"@timestamp":1410821049},"coords":"51.522564,-0.0690851","bedrooms":"4","price":"159000","area":"386"} , +{"type":"Feature","id":"n3079327310","geometry":{"type":"Point","coordinates":[-0.1008525,51.5225941]},"properties":{"@type":"node","@id":3079327310,"@timestamp":1410821049},"coords":"51.5225941,-0.1008525","bedrooms":"0","price":"294000","area":"429"} , +{"type":"Feature","id":"n3079327320","geometry":{"type":"Point","coordinates":[-0.1031364,51.5226417]},"properties":{"@type":"node","@id":3079327320,"@timestamp":1410821050},"coords":"51.5226417,-0.1031364","bedrooms":"0","price":"244000","area":"360"} , +{"type":"Feature","id":"n3079327330","geometry":{"type":"Point","coordinates":[-0.0889935,51.5226952]},"properties":{"@type":"node","@id":3079327330,"@timestamp":1410821050},"coords":"51.5226952,-0.0889935","bedrooms":"4","price":"245000","area":"543"} , +{"type":"Feature","id":"n3079327340","geometry":{"type":"Point","coordinates":[-0.1117379,51.5226953]},"properties":{"@type":"node","@id":3079327340,"@timestamp":1536777878},"coords":"51.5226953,-0.1117379","bedrooms":"4","price":"248000","area":"481"} , +{"type":"Feature","id":"n3079327350","geometry":{"type":"Point","coordinates":[-0.1274203,51.5227916]},"properties":{"@type":"node","@id":3079327350,"@timestamp":1604965094},"coords":"51.5227916,-0.1274203","bedrooms":"3","price":"261000","area":"670"} , +{"type":"Feature","id":"n3079327360","geometry":{"type":"Point","coordinates":[-0.0972117,51.522826]},"properties":{"@type":"node","@id":3079327360,"@timestamp":1410821051},"coords":"51.522826,-0.0972117","bedrooms":"0","price":"178000","area":"588"} , +{"type":"Feature","id":"n3079327370","geometry":{"type":"Point","coordinates":[-0.0786853,51.5228626]},"properties":{"@type":"node","@id":3079327370,"@timestamp":1410821051},"coords":"51.5228626,-0.0786853","bedrooms":"0","price":"222000","area":"456"} , +{"type":"Feature","id":"n3079327380","geometry":{"type":"Point","coordinates":[-0.0771452,51.5229366]},"properties":{"@type":"node","@id":3079327380,"@timestamp":1410821051},"coords":"51.5229366,-0.0771452","bedrooms":"0","price":"291000","area":"359"} , +{"type":"Feature","id":"n3079327390","geometry":{"type":"Point","coordinates":[-0.1166305,51.5229962]},"properties":{"@type":"node","@id":3079327390,"@timestamp":1410821052},"coords":"51.5229962,-0.1166305","bedrooms":"2","price":"193000","area":"500"} , +{"type":"Feature","id":"n3079327400","geometry":{"type":"Point","coordinates":[-0.1059458,51.5230817]},"properties":{"@type":"node","@id":3079327400,"@timestamp":1410821052},"coords":"51.5230817,-0.1059458","bedrooms":"4","price":"249000","area":"579"} , +{"type":"Feature","id":"n3079327410","geometry":{"type":"Point","coordinates":[-0.0948896,51.5231589]},"properties":{"@type":"node","@id":3079327410,"@timestamp":1410821052},"coords":"51.5231589,-0.0948896","bedrooms":"0","price":"290000","area":"614"} , +{"type":"Feature","id":"n3079327420","geometry":{"type":"Point","coordinates":[-0.0891464,51.5231887]},"properties":{"@type":"node","@id":3079327420,"@timestamp":1410821052},"coords":"51.5231887,-0.0891464","bedrooms":"2","price":"256000","area":"640"} , +{"type":"Feature","id":"n3079327430","geometry":{"type":"Point","coordinates":[-0.1189211,51.5232278]},"properties":{"@type":"node","@id":3079327430,"@timestamp":1410821053},"coords":"51.5232278,-0.1189211","bedrooms":"4","price":"170000","area":"428"} , +{"type":"Feature","id":"n3079327440","geometry":{"type":"Point","coordinates":[-0.1179333,51.523259]},"properties":{"@type":"node","@id":3079327440,"@timestamp":1410821053},"coords":"51.523259,-0.1179333","bedrooms":"2","price":"160000","area":"675"} , +{"type":"Feature","id":"n3079327450","geometry":{"type":"Point","coordinates":[-0.0886973,51.5233254]},"properties":{"@type":"node","@id":3079327450,"@timestamp":1410821053},"coords":"51.5233254,-0.0886973","bedrooms":"4","price":"232000","area":"531"} , +{"type":"Feature","id":"n3079327460","geometry":{"type":"Point","coordinates":[-0.119372,51.5233659]},"properties":{"@type":"node","@id":3079327460,"@timestamp":1410821054},"coords":"51.5233659,-0.119372","bedrooms":"4","price":"224000","area":"384"} , +{"type":"Feature","id":"n3079327470","geometry":{"type":"Point","coordinates":[-0.1196226,51.5234104]},"properties":{"@type":"node","@id":3079327470,"@timestamp":1410821054},"coords":"51.5234104,-0.1196226","bedrooms":"1","price":"171000","area":"421"} , +{"type":"Feature","id":"n3079327480","geometry":{"type":"Point","coordinates":[-0.1062134,51.5234443]},"properties":{"@type":"node","@id":3079327480,"@timestamp":1410821054},"coords":"51.5234443,-0.1062134","bedrooms":"0","price":"272000","area":"417"} , +{"type":"Feature","id":"n3079327490","geometry":{"type":"Point","coordinates":[-0.0896625,51.5234978]},"properties":{"@type":"node","@id":3079327490,"@timestamp":1410821054},"coords":"51.5234978,-0.0896625","bedrooms":"2","price":"177000","area":"535"} , +{"type":"Feature","id":"n3079327500","geometry":{"type":"Point","coordinates":[-0.1064523,51.5235514]},"properties":{"@type":"node","@id":3079327500,"@timestamp":1410821055},"coords":"51.5235514,-0.1064523","bedrooms":"4","price":"296000","area":"460"} , +{"type":"Feature","id":"n3079327510","geometry":{"type":"Point","coordinates":[-0.0875793,51.5235811]},"properties":{"@type":"node","@id":3079327510,"@timestamp":1410821055},"coords":"51.5235811,-0.0875793","bedrooms":"1","price":"293000","area":"676"} , +{"type":"Feature","id":"n3079327520","geometry":{"type":"Point","coordinates":[-0.0801885,51.5236108]},"properties":{"@type":"node","@id":3079327520,"@timestamp":1410821055},"coords":"51.5236108,-0.0801885","bedrooms":"3","price":"283000","area":"392"} , +{"type":"Feature","id":"n3079327530","geometry":{"type":"Point","coordinates":[-0.1088604,51.5236465]},"properties":{"@type":"node","@id":3079327530,"@timestamp":1410821055},"coords":"51.5236465,-0.1088604","bedrooms":"0","price":"209000","area":"592"} , +{"type":"Feature","id":"n3079327540","geometry":{"type":"Point","coordinates":[-0.1193935,51.523691]},"properties":{"@type":"node","@id":3079327540,"@timestamp":1410821056},"coords":"51.523691,-0.1193935","bedrooms":"1","price":"264000","area":"556"} , +{"type":"Feature","id":"n3079327550","geometry":{"type":"Point","coordinates":[-0.0891273,51.5237416]},"properties":{"@type":"node","@id":3079327550,"@timestamp":1410821056},"coords":"51.5237416,-0.0891273","bedrooms":"0","price":"245000","area":"403"} , +{"type":"Feature","id":"n3079327560","geometry":{"type":"Point","coordinates":[-0.0869295,51.5237713]},"properties":{"@type":"node","@id":3079327560,"@timestamp":1410821056},"coords":"51.5237713,-0.0869295","bedrooms":"3","price":"282000","area":"683"} , +{"type":"Feature","id":"n3079327570","geometry":{"type":"Point","coordinates":[-0.0873213,51.5238308]},"properties":{"@type":"node","@id":3079327570,"@timestamp":1410821057},"coords":"51.5238308,-0.0873213","bedrooms":"3","price":"159000","area":"460"} , +{"type":"Feature","id":"n3079327581","geometry":{"type":"Point","coordinates":[-0.1113258,51.5238605]},"properties":{"@type":"node","@id":3079327581,"@timestamp":1410821057},"coords":"51.5238605,-0.1113258","bedrooms":"1","price":"261000","area":"660"} , +{"type":"Feature","id":"n3079327591","geometry":{"type":"Point","coordinates":[-0.0825368,51.5239296]},"properties":{"@type":"node","@id":3079327591,"@timestamp":1410821057},"coords":"51.5239296,-0.0825368","bedrooms":"0","price":"169000","area":"475"} , +{"type":"Feature","id":"n3079327601","geometry":{"type":"Point","coordinates":[-0.0912583,51.5239676]},"properties":{"@type":"node","@id":3079327601,"@timestamp":1410821058},"coords":"51.5239676,-0.0912583","bedrooms":"2","price":"233000","area":"371"} , +{"type":"Feature","id":"n3079327611","geometry":{"type":"Point","coordinates":[-0.0976608,51.5240211]},"properties":{"@type":"node","@id":3079327611,"@timestamp":1410821058},"coords":"51.5240211,-0.0976608","bedrooms":"0","price":"270000","area":"560"} , +{"type":"Feature","id":"n3079327621","geometry":{"type":"Point","coordinates":[-0.0829945,51.5241008]},"properties":{"@type":"node","@id":3079327621,"@timestamp":1410821058},"coords":"51.5241008,-0.0829945","bedrooms":"3","price":"241000","area":"614"} , +{"type":"Feature","id":"n3079327631","geometry":{"type":"Point","coordinates":[-0.0894432,51.524156]},"properties":{"@type":"node","@id":3079327631,"@timestamp":1628342392},"coords":"51.524156,-0.0894432","bedrooms":"4","price":"170000","area":"444"} , +{"type":"Feature","id":"n3079327641","geometry":{"type":"Point","coordinates":[-0.0972021,51.5241875]},"properties":{"@type":"node","@id":3079327641,"@timestamp":1410821059},"coords":"51.5241875,-0.0972021","bedrooms":"4","price":"267000","area":"426"} , +{"type":"Feature","id":"n3079327651","geometry":{"type":"Point","coordinates":[-0.1111634,51.5242232]},"properties":{"@type":"node","@id":3079327651,"@timestamp":1410821059},"coords":"51.5242232,-0.1111634","bedrooms":"4","price":"194000","area":"682"} , +{"type":"Feature","id":"n3079327661","geometry":{"type":"Point","coordinates":[-0.069371,51.5242651]},"properties":{"@type":"node","@id":3079327661,"@timestamp":1410821059},"coords":"51.5242651,-0.069371","bedrooms":"4","price":"221000","area":"594"} , +{"type":"Feature","id":"n3079327673","geometry":{"type":"Point","coordinates":[-0.1110487,51.52436]},"properties":{"@type":"node","@id":3079327673,"@timestamp":1410821059},"coords":"51.52436,-0.1110487","bedrooms":"1","price":"163000","area":"429"} , +{"type":"Feature","id":"n3079327683","geometry":{"type":"Point","coordinates":[-0.0965141,51.5244373]},"properties":{"@type":"node","@id":3079327683,"@timestamp":1410821060},"coords":"51.5244373,-0.0965141","bedrooms":"4","price":"187000","area":"421"} , +{"type":"Feature","id":"n3079327693","geometry":{"type":"Point","coordinates":[-0.1288322,51.5244788]},"properties":{"@type":"node","@id":3079327693,"@timestamp":1412544666},"coords":"51.5244788,-0.1288322","bedrooms":"3","price":"248000","area":"371"} , +{"type":"Feature","id":"n3079327703","geometry":{"type":"Point","coordinates":[-0.1044837,51.5245562]},"properties":{"@type":"node","@id":3079327703,"@timestamp":1410821060},"coords":"51.5245562,-0.1044837","bedrooms":"3","price":"234000","area":"691"} , +{"type":"Feature","id":"n3079327713","geometry":{"type":"Point","coordinates":[-0.1291771,51.5246533]},"properties":{"@type":"node","@id":3079327713,"@timestamp":1412605141},"coords":"51.5246533,-0.1291771","bedrooms":"0","price":"199000","area":"570"} , +{"type":"Feature","id":"n3079327724","geometry":{"type":"Point","coordinates":[-0.0743395,51.5247078]},"properties":{"@type":"node","@id":3079327724,"@timestamp":1540638273},"coords":"51.5247078,-0.0743395","bedrooms":"4","price":"273000","area":"399"} , +{"type":"Feature","id":"n3079327735","geometry":{"type":"Point","coordinates":[-0.0941346,51.5247702]},"properties":{"@type":"node","@id":3079327735,"@timestamp":1410821061},"coords":"51.5247702,-0.0941346","bedrooms":"0","price":"189000","area":"574"} , +{"type":"Feature","id":"n3079327745","geometry":{"type":"Point","coordinates":[-0.1156427,51.5248]},"properties":{"@type":"node","@id":3079327745,"@timestamp":1410821062},"coords":"51.5248,-0.1156427","bedrooms":"4","price":"200000","area":"648"} , +{"type":"Feature","id":"n3079327755","geometry":{"type":"Point","coordinates":[-0.1282477,51.5248767]},"properties":{"@type":"node","@id":3079327755,"@timestamp":1410821062},"coords":"51.5248767,-0.1282477","bedrooms":"0","price":"152000","area":"394"} , +{"type":"Feature","id":"n3079327765","geometry":{"type":"Point","coordinates":[-0.1187851,51.5249113]},"properties":{"@type":"node","@id":3079327765,"@timestamp":1410821062},"coords":"51.5249113,-0.1187851","bedrooms":"3","price":"283000","area":"430"} , +{"type":"Feature","id":"n3079327775","geometry":{"type":"Point","coordinates":[-0.075534,51.5249588]},"properties":{"@type":"node","@id":3079327775,"@timestamp":1410821062},"coords":"51.5249588,-0.075534","bedrooms":"4","price":"253000","area":"635"} , +{"type":"Feature","id":"n3079327785","geometry":{"type":"Point","coordinates":[-0.1012347,51.5250021]},"properties":{"@type":"node","@id":3079327785,"@timestamp":1410821063},"coords":"51.5250021,-0.1012347","bedrooms":"4","price":"175000","area":"401"} , +{"type":"Feature","id":"n3079327795","geometry":{"type":"Point","coordinates":[-0.1164873,51.5250494]},"properties":{"@type":"node","@id":3079327795,"@timestamp":1410821063},"coords":"51.5250494,-0.1164873","bedrooms":"0","price":"189000","area":"512"} , +{"type":"Feature","id":"n3079327805","geometry":{"type":"Point","coordinates":[-0.0923572,51.525121]},"properties":{"@type":"node","@id":3079327805,"@timestamp":1410821063},"coords":"51.525121,-0.0923572","bedrooms":"2","price":"233000","area":"492"} , +{"type":"Feature","id":"n3079327815","geometry":{"type":"Point","coordinates":[-0.1087839,51.5251388]},"properties":{"@type":"node","@id":3079327815,"@timestamp":1410821063},"coords":"51.5251388,-0.1087839","bedrooms":"0","price":"297000","area":"404"} , +{"type":"Feature","id":"n3079327825","geometry":{"type":"Point","coordinates":[-0.0917552,51.5251804]},"properties":{"@type":"node","@id":3079327825,"@timestamp":1410821064},"coords":"51.5251804,-0.0917552","bedrooms":"4","price":"182000","area":"585"} , +{"type":"Feature","id":"n3079327835","geometry":{"type":"Point","coordinates":[-0.1104371,51.5252102]},"properties":{"@type":"node","@id":3079327835,"@timestamp":1410821064},"coords":"51.5252102,-0.1104371","bedrooms":"0","price":"240000","area":"571"} , +{"type":"Feature","id":"n3079327845","geometry":{"type":"Point","coordinates":[-0.1026394,51.5252518]},"properties":{"@type":"node","@id":3079327845,"@timestamp":1410821064},"coords":"51.5252518,-0.1026394","bedrooms":"4","price":"232000","area":"682"} , +{"type":"Feature","id":"n3079327855","geometry":{"type":"Point","coordinates":[-0.1170845,51.5252952]},"properties":{"@type":"node","@id":3079327855,"@timestamp":1572812125},"coords":"51.5252952,-0.1170845","bedrooms":"2","price":"180000","area":"397"} , +{"type":"Feature","id":"n3079327865","geometry":{"type":"Point","coordinates":[-0.091201,51.5253529]},"properties":{"@type":"node","@id":3079327865,"@timestamp":1410821065},"coords":"51.5253529,-0.091201","bedrooms":"3","price":"155000","area":"567"} , +{"type":"Feature","id":"n3079327875","geometry":{"type":"Point","coordinates":[-0.1052578,51.5253766]},"properties":{"@type":"node","@id":3079327875,"@timestamp":1410821065},"coords":"51.5253766,-0.1052578","bedrooms":"1","price":"191000","area":"395"} , +{"type":"Feature","id":"n3079327885","geometry":{"type":"Point","coordinates":[-0.0910576,51.5253945]},"properties":{"@type":"node","@id":3079327885,"@timestamp":1410821065},"coords":"51.5253945,-0.0910576","bedrooms":"3","price":"258000","area":"699"} , +{"type":"Feature","id":"n3079327895","geometry":{"type":"Point","coordinates":[-0.1172073,51.5254102]},"properties":{"@type":"node","@id":3079327895,"@timestamp":1572812125},"coords":"51.5254102,-0.1172073","bedrooms":"1","price":"245000","area":"669"} , +{"type":"Feature","id":"n3079327905","geometry":{"type":"Point","coordinates":[-0.096151,51.5254539]},"properties":{"@type":"node","@id":3079327905,"@timestamp":1410821066},"coords":"51.5254539,-0.096151","bedrooms":"2","price":"274000","area":"677"} , +{"type":"Feature","id":"n3079327915","geometry":{"type":"Point","coordinates":[-0.0944213,51.5254896]},"properties":{"@type":"node","@id":3079327915,"@timestamp":1410821066},"coords":"51.5254896,-0.0944213","bedrooms":"1","price":"229000","area":"600"} , +{"type":"Feature","id":"n3079327925","geometry":{"type":"Point","coordinates":[-0.1293851,51.525562]},"properties":{"@type":"node","@id":3079327925,"@timestamp":1412544666},"coords":"51.525562,-0.1293851","bedrooms":"3","price":"281000","area":"674"} , +{"type":"Feature","id":"n3079327936","geometry":{"type":"Point","coordinates":[-0.1254184,51.5255317]},"properties":{"@type":"node","@id":3079327936,"@timestamp":1627848120},"coords":"51.5255317,-0.1254184","bedrooms":"3","price":"151000","area":"494"} , +{"type":"Feature","id":"n3079327947","geometry":{"type":"Point","coordinates":[-0.1032893,51.5255788]},"properties":{"@type":"node","@id":3079327947,"@timestamp":1410821067},"coords":"51.5255788,-0.1032893","bedrooms":"2","price":"252000","area":"670"} , +{"type":"Feature","id":"n3079327957","geometry":{"type":"Point","coordinates":[-0.0998873,51.5255966]},"properties":{"@type":"node","@id":3079327957,"@timestamp":1410821067},"coords":"51.5255966,-0.0998873","bedrooms":"2","price":"181000","area":"699"} , +{"type":"Feature","id":"n3079327967","geometry":{"type":"Point","coordinates":[-0.1274736,51.5256129]},"properties":{"@type":"node","@id":3079327967,"@timestamp":1410821068},"coords":"51.5256129,-0.1274736","bedrooms":"1","price":"242000","area":"491"} , +{"type":"Feature","id":"n3079327977","geometry":{"type":"Point","coordinates":[-0.1311444,51.5257014]},"properties":{"@type":"node","@id":3079327977,"@timestamp":1604858707},"coords":"51.5257014,-0.1311444","bedrooms":"0","price":"190000","area":"397"} , +{"type":"Feature","id":"n3079327988","geometry":{"type":"Point","coordinates":[-0.1090133,51.5256858]},"properties":{"@type":"node","@id":3079327988,"@timestamp":1410821068},"coords":"51.5256858,-0.1090133","bedrooms":"0","price":"209000","area":"361"} , +{"type":"Feature","id":"n3079327998","geometry":{"type":"Point","coordinates":[-0.0959025,51.5257215]},"properties":{"@type":"node","@id":3079327998,"@timestamp":1410821069},"coords":"51.5257215,-0.0959025","bedrooms":"3","price":"291000","area":"574"} , +{"type":"Feature","id":"n3079328008","geometry":{"type":"Point","coordinates":[-0.1033657,51.5257512]},"properties":{"@type":"node","@id":3079328008,"@timestamp":1410821069},"coords":"51.5257512,-0.1033657","bedrooms":"1","price":"197000","area":"580"} , +{"type":"Feature","id":"n3079328018","geometry":{"type":"Point","coordinates":[-0.0983202,51.5257928]},"properties":{"@type":"node","@id":3079328018,"@timestamp":1410821069},"coords":"51.5257928,-0.0983202","bedrooms":"1","price":"150000","area":"639"} , +{"type":"Feature","id":"n3079328028","geometry":{"type":"Point","coordinates":[-0.0755787,51.5258038]},"properties":{"@type":"node","@id":3079328028,"@timestamp":1410821069},"coords":"51.5258038,-0.0755787","bedrooms":"1","price":"202000","area":"356"} , +{"type":"Feature","id":"n3079328038","geometry":{"type":"Point","coordinates":[-0.1055445,51.5258285]},"properties":{"@type":"node","@id":3079328038,"@timestamp":1410821070},"coords":"51.5258285,-0.1055445","bedrooms":"1","price":"287000","area":"606"} , +{"type":"Feature","id":"n3079328048","geometry":{"type":"Point","coordinates":[-0.1082775,51.5258642]},"properties":{"@type":"node","@id":3079328048,"@timestamp":1410821070},"coords":"51.5258642,-0.1082775","bedrooms":"1","price":"170000","area":"503"} , +{"type":"Feature","id":"n3079328060","geometry":{"type":"Point","coordinates":[-0.1069587,51.5258998]},"properties":{"@type":"node","@id":3079328060,"@timestamp":1410821070},"coords":"51.5258998,-0.1069587","bedrooms":"0","price":"169000","area":"466"} , +{"type":"Feature","id":"n3079328070","geometry":{"type":"Point","coordinates":[-0.0954719,51.5259675]},"properties":{"@type":"node","@id":3079328070,"@timestamp":1506519714},"coords":"51.5259675,-0.0954719","bedrooms":"1","price":"297000","area":"682"} , +{"type":"Feature","id":"n3079328080","geometry":{"type":"Point","coordinates":[-0.1160793,51.5259802]},"properties":{"@type":"node","@id":3079328080,"@timestamp":1410821071},"coords":"51.5259802,-0.1160793","bedrooms":"1","price":"296000","area":"493"} , +{"type":"Feature","id":"n3079328090","geometry":{"type":"Point","coordinates":[-0.1163084,51.525998]},"properties":{"@type":"node","@id":3079328090,"@timestamp":1410821071},"coords":"51.525998,-0.1163084","bedrooms":"3","price":"170000","area":"350"} , +{"type":"Feature","id":"n3079328100","geometry":{"type":"Point","coordinates":[-0.12064,51.5259897]},"properties":{"@type":"node","@id":3079328100,"@timestamp":1589642604},"coords":"51.5259897,-0.12064","bedrooms":"1","price":"158000","area":"571"} , +{"type":"Feature","id":"n3079328110","geometry":{"type":"Point","coordinates":[-0.0745422,51.5260762]},"properties":{"@type":"node","@id":3079328110,"@timestamp":1410821072},"coords":"51.5260762,-0.0745422","bedrooms":"4","price":"234000","area":"530"} , +{"type":"Feature","id":"n3079328120","geometry":{"type":"Point","coordinates":[-0.1070543,51.5261258]},"properties":{"@type":"node","@id":3079328120,"@timestamp":1410821072},"coords":"51.5261258,-0.1070543","bedrooms":"4","price":"273000","area":"567"} , +{"type":"Feature","id":"n3079328130","geometry":{"type":"Point","coordinates":[-0.1122145,51.5261495]},"properties":{"@type":"node","@id":3079328130,"@timestamp":1410821072},"coords":"51.5261495,-0.1122145","bedrooms":"2","price":"245000","area":"391"} , +{"type":"Feature","id":"n3079328140","geometry":{"type":"Point","coordinates":[-0.0751855,51.5261985]},"properties":{"@type":"node","@id":3079328140,"@timestamp":1410821073},"coords":"51.5261985,-0.0751855","bedrooms":"3","price":"174000","area":"664"} , +{"type":"Feature","id":"n3079328150","geometry":{"type":"Point","coordinates":[-0.1005563,51.5262387]},"properties":{"@type":"node","@id":3079328150,"@timestamp":1410821073},"coords":"51.5262387,-0.1005563","bedrooms":"4","price":"162000","area":"437"} , +{"type":"Feature","id":"n3079328160","geometry":{"type":"Point","coordinates":[-0.07498,51.5262652]},"properties":{"@type":"node","@id":3079328160,"@timestamp":1410821073},"coords":"51.5262652,-0.07498","bedrooms":"0","price":"281000","area":"516"} , +{"type":"Feature","id":"n3079328170","geometry":{"type":"Point","coordinates":[-0.0941346,51.5263041]},"properties":{"@type":"node","@id":3079328170,"@timestamp":1410821073},"coords":"51.5263041,-0.0941346","bedrooms":"4","price":"150000","area":"644"} , +{"type":"Feature","id":"n3079328180","geometry":{"type":"Point","coordinates":[-0.0903983,51.5263219]},"properties":{"@type":"node","@id":3079328180,"@timestamp":1410821074},"coords":"51.5263219,-0.0903983","bedrooms":"4","price":"200000","area":"646"} , +{"type":"Feature","id":"n3079328190","geometry":{"type":"Point","coordinates":[-0.0914685,51.5263517]},"properties":{"@type":"node","@id":3079328190,"@timestamp":1410821074},"coords":"51.5263517,-0.0914685","bedrooms":"4","price":"156000","area":"570"} , +{"type":"Feature","id":"n3079328200","geometry":{"type":"Point","coordinates":[-0.0909812,51.5263933]},"properties":{"@type":"node","@id":3079328200,"@timestamp":1410821074},"coords":"51.5263933,-0.0909812","bedrooms":"0","price":"158000","area":"363"} , +{"type":"Feature","id":"n3079328211","geometry":{"type":"Point","coordinates":[-0.0935231,51.526423]},"properties":{"@type":"node","@id":3079328211,"@timestamp":1410821075},"coords":"51.526423,-0.0935231","bedrooms":"4","price":"155000","area":"564"} , +{"type":"Feature","id":"n3079328221","geometry":{"type":"Point","coordinates":[-0.1107142,51.5264706]},"properties":{"@type":"node","@id":3079328221,"@timestamp":1410821075},"coords":"51.5264706,-0.1107142","bedrooms":"3","price":"160000","area":"395"} , +{"type":"Feature","id":"n3079328231","geometry":{"type":"Point","coordinates":[-0.0939913,51.5264944]},"properties":{"@type":"node","@id":3079328231,"@timestamp":1410821075},"coords":"51.5264944,-0.0939913","bedrooms":"0","price":"193000","area":"687"} , +{"type":"Feature","id":"n3079328241","geometry":{"type":"Point","coordinates":[-0.1069396,51.526536]},"properties":{"@type":"node","@id":3079328241,"@timestamp":1410821075},"coords":"51.526536,-0.1069396","bedrooms":"2","price":"272000","area":"642"} , +{"type":"Feature","id":"n3079328251","geometry":{"type":"Point","coordinates":[-0.0910003,51.5265716]},"properties":{"@type":"node","@id":3079328251,"@timestamp":1410821076},"coords":"51.5265716,-0.0910003","bedrooms":"1","price":"245000","area":"687"} , +{"type":"Feature","id":"n3079328261","geometry":{"type":"Point","coordinates":[-0.090396,51.5265992]},"properties":{"@type":"node","@id":3079328261,"@timestamp":1410821076},"coords":"51.5265992,-0.090396","bedrooms":"0","price":"216000","area":"398"} , +{"type":"Feature","id":"n3079328271","geometry":{"type":"Point","coordinates":[-0.1107811,51.526637]},"properties":{"@type":"node","@id":3079328271,"@timestamp":1410821076},"coords":"51.526637,-0.1107811","bedrooms":"3","price":"215000","area":"452"} , +{"type":"Feature","id":"n3079328281","geometry":{"type":"Point","coordinates":[-0.0922427,51.5266749]},"properties":{"@type":"node","@id":3079328281,"@timestamp":1410821077},"coords":"51.5266749,-0.0922427","bedrooms":"4","price":"193000","area":"622"} , +{"type":"Feature","id":"n3079328291","geometry":{"type":"Point","coordinates":[-0.1041971,51.5267262]},"properties":{"@type":"node","@id":3079328291,"@timestamp":1410821077},"coords":"51.5267262,-0.1041971","bedrooms":"2","price":"196000","area":"616"} , +{"type":"Feature","id":"n3079328301","geometry":{"type":"Point","coordinates":[-0.1277487,51.526762]},"properties":{"@type":"node","@id":3079328301,"@timestamp":1410821077},"coords":"51.526762,-0.1277487","bedrooms":"0","price":"274000","area":"448"} , +{"type":"Feature","id":"n3079328311","geometry":{"type":"Point","coordinates":[-0.1151917,51.5267951]},"properties":{"@type":"node","@id":3079328311,"@timestamp":1410821078},"coords":"51.5267951,-0.1151917","bedrooms":"2","price":"293000","area":"608"} , +{"type":"Feature","id":"n3079328321","geometry":{"type":"Point","coordinates":[-0.1200449,51.5268219]},"properties":{"@type":"node","@id":3079328321,"@timestamp":1410821078},"coords":"51.5268219,-0.1200449","bedrooms":"3","price":"228000","area":"385"} , +{"type":"Feature","id":"n3079328332","geometry":{"type":"Point","coordinates":[-0.1126636,51.5268689]},"properties":{"@type":"node","@id":3079328332,"@timestamp":1410821078},"coords":"51.5268689,-0.1126636","bedrooms":"3","price":"267000","area":"609"} , +{"type":"Feature","id":"n3079328442","geometry":{"type":"Point","coordinates":[-0.0985591,51.5268927]},"properties":{"@type":"node","@id":3079328442,"@timestamp":1410821079},"coords":"51.5268927,-0.0985591","bedrooms":"0","price":"174000","area":"614"} , +{"type":"Feature","id":"n3079328452","geometry":{"type":"Point","coordinates":[-0.0982533,51.5269403]},"properties":{"@type":"node","@id":3079328452,"@timestamp":1410821079},"coords":"51.5269403,-0.0982533","bedrooms":"1","price":"267000","area":"537"} , +{"type":"Feature","id":"n3079328463","geometry":{"type":"Point","coordinates":[-0.1124725,51.52697]},"properties":{"@type":"node","@id":3079328463,"@timestamp":1410821079},"coords":"51.52697,-0.1124725","bedrooms":"0","price":"153000","area":"651"} , +{"type":"Feature","id":"n3079328475","geometry":{"type":"Point","coordinates":[-0.1010054,51.5270175]},"properties":{"@type":"node","@id":3079328475,"@timestamp":1410821079},"coords":"51.5270175,-0.1010054","bedrooms":"3","price":"156000","area":"408"} , +{"type":"Feature","id":"n3079328485","geometry":{"type":"Point","coordinates":[-0.1012061,51.5270413]},"properties":{"@type":"node","@id":3079328485,"@timestamp":1410821080},"coords":"51.5270413,-0.1012061","bedrooms":"3","price":"200000","area":"395"} , +{"type":"Feature","id":"n3079328498","geometry":{"type":"Point","coordinates":[-0.1179476,51.5270757]},"properties":{"@type":"node","@id":3079328498,"@timestamp":1410821080},"coords":"51.5270757,-0.1179476","bedrooms":"2","price":"192000","area":"600"} , +{"type":"Feature","id":"n3079328508","geometry":{"type":"Point","coordinates":[-0.0989413,51.5271008]},"properties":{"@type":"node","@id":3079328508,"@timestamp":1410821080},"coords":"51.5271008,-0.0989413","bedrooms":"3","price":"202000","area":"370"} , +{"type":"Feature","id":"n3079328519","geometry":{"type":"Point","coordinates":[-0.0949469,51.5271424]},"properties":{"@type":"node","@id":3079328519,"@timestamp":1410821081},"coords":"51.5271424,-0.0949469","bedrooms":"2","price":"240000","area":"405"} , +{"type":"Feature","id":"n3079328529","geometry":{"type":"Point","coordinates":[-0.0990655,51.5271602]},"properties":{"@type":"node","@id":3079328529,"@timestamp":1410821081},"coords":"51.5271602,-0.0990655","bedrooms":"1","price":"231000","area":"687"} , +{"type":"Feature","id":"n3079328540","geometry":{"type":"Point","coordinates":[-0.102047,51.52719]},"properties":{"@type":"node","@id":3079328540,"@timestamp":1410821081},"coords":"51.52719,-0.102047","bedrooms":"0","price":"195000","area":"559"} , +{"type":"Feature","id":"n3079328550","geometry":{"type":"Point","coordinates":[-0.1181981,51.5272138]},"properties":{"@type":"node","@id":3079328550,"@timestamp":1410821082},"coords":"51.5272138,-0.1181981","bedrooms":"1","price":"258000","area":"590"} , +{"type":"Feature","id":"n3079328561","geometry":{"type":"Point","coordinates":[-0.0994478,51.5272494]},"properties":{"@type":"node","@id":3079328561,"@timestamp":1410821082},"coords":"51.5272494,-0.0994478","bedrooms":"1","price":"263000","area":"675"} , +{"type":"Feature","id":"n3079328572","geometry":{"type":"Point","coordinates":[-0.0740597,51.5272826]},"properties":{"@type":"node","@id":3079328572,"@timestamp":1410821082},"coords":"51.5272826,-0.0740597","bedrooms":"2","price":"295000","area":"675"} , +{"type":"Feature","id":"n3079328582","geometry":{"type":"Point","coordinates":[-0.1181533,51.5273129]},"properties":{"@type":"node","@id":3079328582,"@timestamp":1489634735},"coords":"51.5273129,-0.1181533","bedrooms":"1","price":"225000","area":"401"} , +{"type":"Feature","id":"n3079328592","geometry":{"type":"Point","coordinates":[-0.0925434,51.527334]},"properties":{"@type":"node","@id":3079328592,"@timestamp":1410821083},"coords":"51.527334,-0.0925434","bedrooms":"1","price":"295000","area":"382"} , +{"type":"Feature","id":"n3079328602","geometry":{"type":"Point","coordinates":[-0.1319077,51.5273572]},"properties":{"@type":"node","@id":3079328602,"@timestamp":1410821083},"coords":"51.5273572,-0.1319077","bedrooms":"0","price":"233000","area":"634"} , +{"type":"Feature","id":"n3079328612","geometry":{"type":"Point","coordinates":[-0.1186644,51.5274054]},"properties":{"@type":"node","@id":3079328612,"@timestamp":1572812125},"coords":"51.5274054,-0.1186644","bedrooms":"1","price":"288000","area":"635"} , +{"type":"Feature","id":"n3079328622","geometry":{"type":"Point","coordinates":[-0.1005563,51.5274159]},"properties":{"@type":"node","@id":3079328622,"@timestamp":1410821084},"coords":"51.5274159,-0.1005563","bedrooms":"3","price":"186000","area":"649"} , +{"type":"Feature","id":"n3079328632","geometry":{"type":"Point","coordinates":[-0.0743813,51.5274438]},"properties":{"@type":"node","@id":3079328632,"@timestamp":1410821084},"coords":"51.5274438,-0.0743813","bedrooms":"0","price":"238000","area":"597"} , +{"type":"Feature","id":"n3079328642","geometry":{"type":"Point","coordinates":[-0.1225842,51.5274726]},"properties":{"@type":"node","@id":3079328642,"@timestamp":1410821084},"coords":"51.5274726,-0.1225842","bedrooms":"0","price":"255000","area":"583"} , +{"type":"Feature","id":"n3079328652","geometry":{"type":"Point","coordinates":[-0.1115838,51.527505]},"properties":{"@type":"node","@id":3079328652,"@timestamp":1410821085},"coords":"51.527505,-0.1115838","bedrooms":"3","price":"299000","area":"586"} , +{"type":"Feature","id":"n3079328662","geometry":{"type":"Point","coordinates":[-0.1011487,51.5275407]},"properties":{"@type":"node","@id":3079328662,"@timestamp":1410821085},"coords":"51.5275407,-0.1011487","bedrooms":"2","price":"221000","area":"565"} , +{"type":"Feature","id":"n3079328672","geometry":{"type":"Point","coordinates":[-0.0985017,51.5275704]},"properties":{"@type":"node","@id":3079328672,"@timestamp":1410821085},"coords":"51.5275704,-0.0985017","bedrooms":"1","price":"211000","area":"581"} , +{"type":"Feature","id":"n3079328682","geometry":{"type":"Point","coordinates":[-0.0982724,51.5276002]},"properties":{"@type":"node","@id":3079328682,"@timestamp":1410821085},"coords":"51.5276002,-0.0982724","bedrooms":"1","price":"264000","area":"437"} , +{"type":"Feature","id":"n3079328693","geometry":{"type":"Point","coordinates":[-0.0931948,51.527619]},"properties":{"@type":"node","@id":3079328693,"@timestamp":1410821086},"coords":"51.527619,-0.0931948","bedrooms":"4","price":"157000","area":"611"} , +{"type":"Feature","id":"n3079328703","geometry":{"type":"Point","coordinates":[-0.1076277,51.5276358]},"properties":{"@type":"node","@id":3079328703,"@timestamp":1410821086},"coords":"51.5276358,-0.1076277","bedrooms":"4","price":"209000","area":"359"} , +{"type":"Feature","id":"n3079328713","geometry":{"type":"Point","coordinates":[-0.1138889,51.5276636]},"properties":{"@type":"node","@id":3079328713,"@timestamp":1410821086},"coords":"51.5276636,-0.1138889","bedrooms":"3","price":"252000","area":"375"} , +{"type":"Feature","id":"n3079328723","geometry":{"type":"Point","coordinates":[-0.0942399,51.5276992]},"properties":{"@type":"node","@id":3079328723,"@timestamp":1410821087},"coords":"51.5276992,-0.0942399","bedrooms":"4","price":"151000","area":"480"} , +{"type":"Feature","id":"n3079328736","geometry":{"type":"Point","coordinates":[-0.1155568,51.5277393]},"properties":{"@type":"node","@id":3079328736,"@timestamp":1410821087},"coords":"51.5277393,-0.1155568","bedrooms":"3","price":"291000","area":"699"} , +{"type":"Feature","id":"n3079328746","geometry":{"type":"Point","coordinates":[-0.0981864,51.5277607]},"properties":{"@type":"node","@id":3079328746,"@timestamp":1410821087},"coords":"51.5277607,-0.0981864","bedrooms":"1","price":"288000","area":"479"} , +{"type":"Feature","id":"n3079328756","geometry":{"type":"Point","coordinates":[-0.1188924,51.5278105]},"properties":{"@type":"node","@id":3079328756,"@timestamp":1410821088},"coords":"51.5278105,-0.1188924","bedrooms":"2","price":"270000","area":"542"} , +{"type":"Feature","id":"n3079328766","geometry":{"type":"Point","coordinates":[-0.1133326,51.5278558]},"properties":{"@type":"node","@id":3079328766,"@timestamp":1410821088},"coords":"51.5278558,-0.1133326","bedrooms":"3","price":"221000","area":"432"} , +{"type":"Feature","id":"n3079328776","geometry":{"type":"Point","coordinates":[-0.1296818,51.5278917]},"properties":{"@type":"node","@id":3079328776,"@timestamp":1443614924},"coords":"51.5278917,-0.1296818","bedrooms":"3","price":"189000","area":"548"} , +{"type":"Feature","id":"n3079328786","geometry":{"type":"Point","coordinates":[-0.1095675,51.5279212]},"properties":{"@type":"node","@id":3079328786,"@timestamp":1410821088},"coords":"51.5279212,-0.1095675","bedrooms":"0","price":"266000","area":"431"} , +{"type":"Feature","id":"n3079328796","geometry":{"type":"Point","coordinates":[-0.0968485,51.5279509]},"properties":{"@type":"node","@id":3079328796,"@timestamp":1410821089},"coords":"51.5279509,-0.0968485","bedrooms":"3","price":"170000","area":"608"} , +{"type":"Feature","id":"n3079328807","geometry":{"type":"Point","coordinates":[-0.1150986,51.5279976]},"properties":{"@type":"node","@id":3079328807,"@timestamp":1410821089},"coords":"51.5279976,-0.1150986","bedrooms":"0","price":"239000","area":"400"} , +{"type":"Feature","id":"n3079328819","geometry":{"type":"Point","coordinates":[-0.114483,51.5280554]},"properties":{"@type":"node","@id":3079328819,"@timestamp":1410821089},"coords":"51.5280554,-0.114483","bedrooms":"1","price":"195000","area":"452"} , +{"type":"Feature","id":"n3079328831","geometry":{"type":"Point","coordinates":[-0.1043404,51.5281055]},"properties":{"@type":"node","@id":3079328831,"@timestamp":1410821090},"coords":"51.5281055,-0.1043404","bedrooms":"0","price":"272000","area":"545"} , +{"type":"Feature","id":"n3079328841","geometry":{"type":"Point","coordinates":[-0.0859078,51.5281312]},"properties":{"@type":"node","@id":3079328841,"@timestamp":1410821090},"coords":"51.5281312,-0.0859078","bedrooms":"3","price":"299000","area":"355"} , +{"type":"Feature","id":"n3079328853","geometry":{"type":"Point","coordinates":[-0.1204386,51.5281712]},"properties":{"@type":"node","@id":3079328853,"@timestamp":1410821091},"coords":"51.5281712,-0.1204386","bedrooms":"2","price":"180000","area":"622"} , +{"type":"Feature","id":"n3079328863","geometry":{"type":"Point","coordinates":[-0.1201594,51.528198]},"properties":{"@type":"node","@id":3079328863,"@timestamp":1410821091},"coords":"51.528198,-0.1201594","bedrooms":"0","price":"173000","area":"544"} , +{"type":"Feature","id":"n3079328875","geometry":{"type":"Point","coordinates":[-0.1199733,51.5282247]},"properties":{"@type":"node","@id":3079328875,"@timestamp":1410821091},"coords":"51.5282247,-0.1199733","bedrooms":"2","price":"150000","area":"460"} , +{"type":"Feature","id":"n3079328885","geometry":{"type":"Point","coordinates":[-0.0984488,51.5282558]},"properties":{"@type":"node","@id":3079328885,"@timestamp":1410821091},"coords":"51.5282558,-0.0984488","bedrooms":"4","price":"232000","area":"465"} , +{"type":"Feature","id":"n3079328895","geometry":{"type":"Point","coordinates":[-0.0841111,51.5282781]},"properties":{"@type":"node","@id":3079328895,"@timestamp":1410821092},"coords":"51.5282781,-0.0841111","bedrooms":"0","price":"256000","area":"646"} , +{"type":"Feature","id":"n3079328905","geometry":{"type":"Point","coordinates":[-0.0738012,51.528311]},"properties":{"@type":"node","@id":3079328905,"@timestamp":1587745136},"coords":"51.528311,-0.0738012","bedrooms":"4","price":"216000","area":"692"} , +{"type":"Feature","id":"n3079328916","geometry":{"type":"Point","coordinates":[-0.1204028,51.5283405]},"properties":{"@type":"node","@id":3079328916,"@timestamp":1410821092},"coords":"51.5283405,-0.1204028","bedrooms":"2","price":"199000","area":"670"} , +{"type":"Feature","id":"n3079328927","geometry":{"type":"Point","coordinates":[-0.0871748,51.5283761]},"properties":{"@type":"node","@id":3079328927,"@timestamp":1410821093},"coords":"51.5283761,-0.0871748","bedrooms":"1","price":"202000","area":"368"} , +{"type":"Feature","id":"n3079328938","geometry":{"type":"Point","coordinates":[-0.1088413,51.5284087]},"properties":{"@type":"node","@id":3079328938,"@timestamp":1410821093},"coords":"51.5284087,-0.1088413","bedrooms":"4","price":"214000","area":"589"} , +{"type":"Feature","id":"n3079328948","geometry":{"type":"Point","coordinates":[-0.1091757,51.5284325]},"properties":{"@type":"node","@id":3079328948,"@timestamp":1410821093},"coords":"51.5284325,-0.1091757","bedrooms":"4","price":"206000","area":"518"} , +{"type":"Feature","id":"n3079328961","geometry":{"type":"Point","coordinates":[-0.120503,51.528483]},"properties":{"@type":"node","@id":3079328961,"@timestamp":1410821094},"coords":"51.528483,-0.120503","bedrooms":"1","price":"172000","area":"454"} , +{"type":"Feature","id":"n3079328973","geometry":{"type":"Point","coordinates":[-0.1200377,51.5285097]},"properties":{"@type":"node","@id":3079328973,"@timestamp":1410821094},"coords":"51.5285097,-0.1200377","bedrooms":"1","price":"207000","area":"516"} , +{"type":"Feature","id":"n3079328983","geometry":{"type":"Point","coordinates":[-0.1244525,51.5285405]},"properties":{"@type":"node","@id":3079328983,"@timestamp":1589306172},"coords":"51.5285405,-0.1244525","bedrooms":"1","price":"173000","area":"598"} , +{"type":"Feature","id":"n3079328994","geometry":{"type":"Point","coordinates":[-0.108721,51.5285659]},"properties":{"@type":"node","@id":3079328994,"@timestamp":1410821095},"coords":"51.5285659,-0.108721","bedrooms":"0","price":"254000","area":"587"} , +{"type":"Feature","id":"n3079329006","geometry":{"type":"Point","coordinates":[-0.1112207,51.5285989]},"properties":{"@type":"node","@id":3079329006,"@timestamp":1410821095},"coords":"51.5285989,-0.1112207","bedrooms":"3","price":"172000","area":"682"} , +{"type":"Feature","id":"n3079329017","geometry":{"type":"Point","coordinates":[-0.1181838,51.5286166]},"properties":{"@type":"node","@id":3079329017,"@timestamp":1410821095},"coords":"51.5286166,-0.1181838","bedrooms":"2","price":"182000","area":"440"} , +{"type":"Feature","id":"n3079329027","geometry":{"type":"Point","coordinates":[-0.1065341,51.5286509]},"properties":{"@type":"node","@id":3079329027,"@timestamp":1410821096},"coords":"51.5286509,-0.1065341","bedrooms":"1","price":"292000","area":"656"} , +{"type":"Feature","id":"n3079329037","geometry":{"type":"Point","coordinates":[-0.1178402,51.5286967]},"properties":{"@type":"node","@id":3079329037,"@timestamp":1410821096},"coords":"51.5286967,-0.1178402","bedrooms":"2","price":"202000","area":"384"} , +{"type":"Feature","id":"n3079329048","geometry":{"type":"Point","coordinates":[-0.0758557,51.5287224]},"properties":{"@type":"node","@id":3079329048,"@timestamp":1410821096},"coords":"51.5287224,-0.0758557","bedrooms":"1","price":"161000","area":"350"} , +{"type":"Feature","id":"n3079329058","geometry":{"type":"Point","coordinates":[-0.1205173,51.5287546]},"properties":{"@type":"node","@id":3079329058,"@timestamp":1410821097},"coords":"51.5287546,-0.1205173","bedrooms":"2","price":"177000","area":"599"} , +{"type":"Feature","id":"n3079329069","geometry":{"type":"Point","coordinates":[-0.07582,51.5287946]},"properties":{"@type":"node","@id":3079329069,"@timestamp":1410821097},"coords":"51.5287946,-0.07582","bedrooms":"2","price":"270000","area":"475"} , +{"type":"Feature","id":"n3079329080","geometry":{"type":"Point","coordinates":[-0.1065634,51.5288271]},"properties":{"@type":"node","@id":3079329080,"@timestamp":1410821097},"coords":"51.5288271,-0.1065634","bedrooms":"4","price":"226000","area":"677"} , +{"type":"Feature","id":"n3079329090","geometry":{"type":"Point","coordinates":[-0.0834033,51.5288546]},"properties":{"@type":"node","@id":3079329090,"@timestamp":1410821098},"coords":"51.5288546,-0.0834033","bedrooms":"2","price":"232000","area":"606"} , +{"type":"Feature","id":"n3079329100","geometry":{"type":"Point","coordinates":[-0.0818247,51.528878]},"properties":{"@type":"node","@id":3079329100,"@timestamp":1410821098},"coords":"51.528878,-0.0818247","bedrooms":"2","price":"264000","area":"474"} , +{"type":"Feature","id":"n3079329110","geometry":{"type":"Point","coordinates":[-0.0751141,51.5289003]},"properties":{"@type":"node","@id":3079329110,"@timestamp":1410821098},"coords":"51.5289003,-0.0751141","bedrooms":"4","price":"283000","area":"643"} , +{"type":"Feature","id":"n3079329120","geometry":{"type":"Point","coordinates":[-0.0946765,51.5289327]},"properties":{"@type":"node","@id":3079329120,"@timestamp":1410821099},"coords":"51.5289327,-0.0946765","bedrooms":"1","price":"225000","area":"467"} , +{"type":"Feature","id":"n3079329130","geometry":{"type":"Point","coordinates":[-0.1284419,51.5289668]},"properties":{"@type":"node","@id":3079329130,"@timestamp":1410821099},"coords":"51.5289668,-0.1284419","bedrooms":"0","price":"286000","area":"411"} , +{"type":"Feature","id":"n3079329140","geometry":{"type":"Point","coordinates":[-0.0801537,51.5289892]},"properties":{"@type":"node","@id":3079329140,"@timestamp":1410821099},"coords":"51.5289892,-0.0801537","bedrooms":"2","price":"199000","area":"442"} , +{"type":"Feature","id":"n3079329151","geometry":{"type":"Point","coordinates":[-0.1198516,51.5290218]},"properties":{"@type":"node","@id":3079329151,"@timestamp":1410821100},"coords":"51.5290218,-0.1198516","bedrooms":"4","price":"287000","area":"533"} , +{"type":"Feature","id":"n3079329161","geometry":{"type":"Point","coordinates":[-0.0812081,51.5290559]},"properties":{"@type":"node","@id":3079329161,"@timestamp":1410821100},"coords":"51.5290559,-0.0812081","bedrooms":"0","price":"290000","area":"446"} , +{"type":"Feature","id":"n3079329171","geometry":{"type":"Point","coordinates":[-0.0739792,51.5290837]},"properties":{"@type":"node","@id":3079329171,"@timestamp":1410821100},"coords":"51.5290837,-0.0739792","bedrooms":"4","price":"242000","area":"442"} , +{"type":"Feature","id":"n3079329182","geometry":{"type":"Point","coordinates":[-0.1123483,51.5291221]},"properties":{"@type":"node","@id":3079329182,"@timestamp":1410821100},"coords":"51.5291221,-0.1123483","bedrooms":"1","price":"192000","area":"490"} , +{"type":"Feature","id":"n3079329192","geometry":{"type":"Point","coordinates":[-0.0854078,51.5291504]},"properties":{"@type":"node","@id":3079329192,"@timestamp":1410821101},"coords":"51.5291504,-0.0854078","bedrooms":"3","price":"174000","area":"387"} , +{"type":"Feature","id":"n3079329203","geometry":{"type":"Point","coordinates":[-0.1095606,51.5292036]},"properties":{"@type":"node","@id":3079329203,"@timestamp":1410821101},"coords":"51.5292036,-0.1095606","bedrooms":"2","price":"291000","area":"484"} , +{"type":"Feature","id":"n3079329214","geometry":{"type":"Point","coordinates":[-0.1277195,51.529234]},"properties":{"@type":"node","@id":3079329214,"@timestamp":1410821101},"coords":"51.529234,-0.1277195","bedrooms":"4","price":"161000","area":"567"} , +{"type":"Feature","id":"n3079329228","geometry":{"type":"Point","coordinates":[-0.1144544,51.5293024]},"properties":{"@type":"node","@id":3079329228,"@timestamp":1410821102},"coords":"51.5293024,-0.1144544","bedrooms":"0","price":"203000","area":"376"} , +{"type":"Feature","id":"n3079329241","geometry":{"type":"Point","coordinates":[-0.074569,51.5293394]},"properties":{"@type":"node","@id":3079329241,"@timestamp":1410821102},"coords":"51.5293394,-0.074569","bedrooms":"0","price":"235000","area":"579"} , +{"type":"Feature","id":"n3079329252","geometry":{"type":"Point","coordinates":[-0.0747656,51.5293895]},"properties":{"@type":"node","@id":3079329252,"@timestamp":1410821103},"coords":"51.5293895,-0.0747656","bedrooms":"3","price":"295000","area":"516"} , +{"type":"Feature","id":"n3079329262","geometry":{"type":"Point","coordinates":[-0.1222132,51.5294041]},"properties":{"@type":"node","@id":3079329262,"@timestamp":1410821103},"coords":"51.5294041,-0.1222132","bedrooms":"3","price":"194000","area":"357"} , +{"type":"Feature","id":"n3079329272","geometry":{"type":"Point","coordinates":[-0.1035186,51.5294253]},"properties":{"@type":"node","@id":3079329272,"@timestamp":1410821103},"coords":"51.5294253,-0.1035186","bedrooms":"3","price":"178000","area":"359"} , +{"type":"Feature","id":"n3079329282","geometry":{"type":"Point","coordinates":[-0.1108098,51.5294669]},"properties":{"@type":"node","@id":3079329282,"@timestamp":1410821104},"coords":"51.5294669,-0.1108098","bedrooms":"4","price":"205000","area":"515"} , +{"type":"Feature","id":"n3079329294","geometry":{"type":"Point","coordinates":[-0.1042735,51.5295204]},"properties":{"@type":"node","@id":3079329294,"@timestamp":1410821104},"coords":"51.5295204,-0.1042735","bedrooms":"2","price":"237000","area":"638"} , +{"type":"Feature","id":"n3079329304","geometry":{"type":"Point","coordinates":[-0.0866231,51.5295562]},"properties":{"@type":"node","@id":3079329304,"@timestamp":1410821104},"coords":"51.5295562,-0.0866231","bedrooms":"3","price":"262000","area":"390"} , +{"type":"Feature","id":"n3079329314","geometry":{"type":"Point","coordinates":[-0.0832097,51.5296062]},"properties":{"@type":"node","@id":3079329314,"@timestamp":1410821105},"coords":"51.5296062,-0.0832097","bedrooms":"2","price":"167000","area":"464"} , +{"type":"Feature","id":"n3079329325","geometry":{"type":"Point","coordinates":[-0.1112398,51.529669]},"properties":{"@type":"node","@id":3079329325,"@timestamp":1410821105},"coords":"51.529669,-0.1112398","bedrooms":"0","price":"273000","area":"615"} , +{"type":"Feature","id":"n3079329335","geometry":{"type":"Point","coordinates":[-0.1201435,51.5297017]},"properties":{"@type":"node","@id":3079329335,"@timestamp":1410821105},"coords":"51.5297017,-0.1201435","bedrooms":"3","price":"228000","area":"668"} , +{"type":"Feature","id":"n3079329345","geometry":{"type":"Point","coordinates":[-0.1094922,51.5297503]},"properties":{"@type":"node","@id":3079329345,"@timestamp":1410821106},"coords":"51.5297503,-0.1094922","bedrooms":"1","price":"288000","area":"496"} , +{"type":"Feature","id":"n3079329356","geometry":{"type":"Point","coordinates":[-0.1143184,51.5298011]},"properties":{"@type":"node","@id":3079329356,"@timestamp":1410821106},"coords":"51.5298011,-0.1143184","bedrooms":"3","price":"233000","area":"367"} , +{"type":"Feature","id":"n3079329369","geometry":{"type":"Point","coordinates":[-0.108965,51.5298353]},"properties":{"@type":"node","@id":3079329369,"@timestamp":1410821106},"coords":"51.5298353,-0.108965","bedrooms":"2","price":"279000","area":"598"} , +{"type":"Feature","id":"n3079329380","geometry":{"type":"Point","coordinates":[-0.0995226,51.5298634]},"properties":{"@type":"node","@id":3079329380,"@timestamp":1410821107},"coords":"51.5298634,-0.0995226","bedrooms":"4","price":"161000","area":"662"} , +{"type":"Feature","id":"n3079329391","geometry":{"type":"Point","coordinates":[-0.1131988,51.529889]},"properties":{"@type":"node","@id":3079329391,"@timestamp":1410821107},"coords":"51.529889,-0.1131988","bedrooms":"4","price":"216000","area":"537"} , +{"type":"Feature","id":"n3079329401","geometry":{"type":"Point","coordinates":[-0.0986164,51.5299143]},"properties":{"@type":"node","@id":3079329401,"@timestamp":1410821108},"coords":"51.5299143,-0.0986164","bedrooms":"2","price":"255000","area":"428"} , +{"type":"Feature","id":"n3079329411","geometry":{"type":"Point","coordinates":[-0.0987726,51.5299689]},"properties":{"@type":"node","@id":3079329411,"@timestamp":1410821108},"coords":"51.5299689,-0.0987726","bedrooms":"4","price":"220000","area":"521"} , +{"type":"Feature","id":"n3079329421","geometry":{"type":"Point","coordinates":[-0.1066243,51.529996]},"properties":{"@type":"node","@id":3079329421,"@timestamp":1410821108},"coords":"51.529996,-0.1066243","bedrooms":"2","price":"273000","area":"523"} , +{"type":"Feature","id":"n3079329431","geometry":{"type":"Point","coordinates":[-0.1121858,51.5300317]},"properties":{"@type":"node","@id":3079329431,"@timestamp":1410821108},"coords":"51.5300317,-0.1121858","bedrooms":"1","price":"158000","area":"644"} , +{"type":"Feature","id":"n3079329441","geometry":{"type":"Point","coordinates":[-0.088428,51.5300843]},"properties":{"@type":"node","@id":3079329441,"@timestamp":1410821109},"coords":"51.5300843,-0.088428","bedrooms":"3","price":"214000","area":"400"} , +{"type":"Feature","id":"n3079329451","geometry":{"type":"Point","coordinates":[-0.1136024,51.5301268]},"properties":{"@type":"node","@id":3079329451,"@timestamp":1410821109},"coords":"51.5301268,-0.1136024","bedrooms":"4","price":"254000","area":"352"} , +{"type":"Feature","id":"n3079329461","geometry":{"type":"Point","coordinates":[-0.0888212,51.5301399]},"properties":{"@type":"node","@id":3079329461,"@timestamp":1410821109},"coords":"51.5301399,-0.0888212","bedrooms":"0","price":"260000","area":"675"} , +{"type":"Feature","id":"n3079329471","geometry":{"type":"Point","coordinates":[-0.1097395,51.5301922]},"properties":{"@type":"node","@id":3079329471,"@timestamp":1410821110},"coords":"51.5301922,-0.1097395","bedrooms":"2","price":"219000","area":"624"} , +{"type":"Feature","id":"n3079329481","geometry":{"type":"Point","coordinates":[-0.0832544,51.5302288]},"properties":{"@type":"node","@id":3079329481,"@timestamp":1410821110},"coords":"51.5302288,-0.0832544","bedrooms":"0","price":"150000","area":"693"} , +{"type":"Feature","id":"n3079329491","geometry":{"type":"Point","coordinates":[-0.0919487,51.5302622]},"properties":{"@type":"node","@id":3079329491,"@timestamp":1410821111},"coords":"51.5302622,-0.0919487","bedrooms":"3","price":"157000","area":"503"} , +{"type":"Feature","id":"n3079329501","geometry":{"type":"Point","coordinates":[-0.1002273,51.5302908]},"properties":{"@type":"node","@id":3079329501,"@timestamp":1410821111},"coords":"51.5302908,-0.1002273","bedrooms":"2","price":"194000","area":"574"} , +{"type":"Feature","id":"n3079329511","geometry":{"type":"Point","coordinates":[-0.1153695,51.5303394]},"properties":{"@type":"node","@id":3079329511,"@timestamp":1410821111},"coords":"51.5303394,-0.1153695","bedrooms":"4","price":"172000","area":"644"} , +{"type":"Feature","id":"n3079329521","geometry":{"type":"Point","coordinates":[-0.1004519,51.5303819]},"properties":{"@type":"node","@id":3079329521,"@timestamp":1410821111},"coords":"51.5303819,-0.1004519","bedrooms":"2","price":"293000","area":"627"} , +{"type":"Feature","id":"n3079329531","geometry":{"type":"Point","coordinates":[-0.0906351,51.5304234]},"properties":{"@type":"node","@id":3079329531,"@timestamp":1410821112},"coords":"51.5304234,-0.0906351","bedrooms":"0","price":"287000","area":"530"} , +{"type":"Feature","id":"n3079329542","geometry":{"type":"Point","coordinates":[-0.0753821,51.5304623]},"properties":{"@type":"node","@id":3079329542,"@timestamp":1410821112},"coords":"51.5304623,-0.0753821","bedrooms":"4","price":"223000","area":"529"} , +{"type":"Feature","id":"n3079329552","geometry":{"type":"Point","coordinates":[-0.1051575,51.5304973]},"properties":{"@type":"node","@id":3079329552,"@timestamp":1410821112},"coords":"51.5304973,-0.1051575","bedrooms":"2","price":"184000","area":"613"} , +{"type":"Feature","id":"n3079329562","geometry":{"type":"Point","coordinates":[-0.0864175,51.5305457]},"properties":{"@type":"node","@id":3079329562,"@timestamp":1410821113},"coords":"51.5305457,-0.0864175","bedrooms":"0","price":"204000","area":"358"} , +{"type":"Feature","id":"n3079329572","geometry":{"type":"Point","coordinates":[-0.0831829,51.530579]},"properties":{"@type":"node","@id":3079329572,"@timestamp":1410821113},"coords":"51.530579,-0.0831829","bedrooms":"2","price":"190000","area":"635"} , +{"type":"Feature","id":"n3079329582","geometry":{"type":"Point","coordinates":[-0.0920469,51.5306124]},"properties":{"@type":"node","@id":3079329582,"@timestamp":1410821113},"coords":"51.5306124,-0.0920469","bedrooms":"3","price":"169000","area":"627"} , +{"type":"Feature","id":"n3079329592","geometry":{"type":"Point","coordinates":[-0.094562,51.5306383]},"properties":{"@type":"node","@id":3079329592,"@timestamp":1410821114},"coords":"51.5306383,-0.094562","bedrooms":"3","price":"203000","area":"456"} , +{"type":"Feature","id":"n3079329602","geometry":{"type":"Point","coordinates":[-0.1024483,51.5306737]},"properties":{"@type":"node","@id":3079329602,"@timestamp":1410821114},"coords":"51.5306737,-0.1024483","bedrooms":"1","price":"223000","area":"515"} , +{"type":"Feature","id":"n3079329612","geometry":{"type":"Point","coordinates":[-0.1131924,51.530716]},"properties":{"@type":"node","@id":3079329612,"@timestamp":1410821114},"coords":"51.530716,-0.1131924","bedrooms":"1","price":"206000","area":"654"} , +{"type":"Feature","id":"n3079329622","geometry":{"type":"Point","coordinates":[-0.1149399,51.5307463]},"properties":{"@type":"node","@id":3079329622,"@timestamp":1410821115},"coords":"51.5307463,-0.1149399","bedrooms":"1","price":"265000","area":"571"} , +{"type":"Feature","id":"n3079329632","geometry":{"type":"Point","coordinates":[-0.0945936,51.5307792]},"properties":{"@type":"node","@id":3079329632,"@timestamp":1410821115},"coords":"51.5307792,-0.0945936","bedrooms":"0","price":"191000","area":"596"} , +{"type":"Feature","id":"n3079329643","geometry":{"type":"Point","coordinates":[-0.1050209,51.5308253]},"properties":{"@type":"node","@id":3079329643,"@timestamp":1410821115},"coords":"51.5308253,-0.1050209","bedrooms":"0","price":"220000","area":"502"} , +{"type":"Feature","id":"n3079329653","geometry":{"type":"Point","coordinates":[-0.1146763,51.530886]},"properties":{"@type":"node","@id":3079329653,"@timestamp":1410821115},"coords":"51.530886,-0.1146763","bedrooms":"2","price":"299000","area":"464"} , +{"type":"Feature","id":"n3079329663","geometry":{"type":"Point","coordinates":[-0.1108005,51.5309164]},"properties":{"@type":"node","@id":3079329663,"@timestamp":1410821116},"coords":"51.5309164,-0.1108005","bedrooms":"1","price":"225000","area":"405"} , +{"type":"Feature","id":"n3079329673","geometry":{"type":"Point","coordinates":[-0.0753464,51.5309292]},"properties":{"@type":"node","@id":3079329673,"@timestamp":1410821116},"coords":"51.5309292,-0.0753464","bedrooms":"0","price":"151000","area":"471"} , +{"type":"Feature","id":"n3079329683","geometry":{"type":"Point","coordinates":[-0.106251,51.5310014]},"properties":{"@type":"node","@id":3079329683,"@timestamp":1410821116},"coords":"51.5310014,-0.106251","bedrooms":"2","price":"168000","area":"382"} , +{"type":"Feature","id":"n3079329693","geometry":{"type":"Point","coordinates":[-0.1099511,51.53105]},"properties":{"@type":"node","@id":3079329693,"@timestamp":1410821117},"coords":"51.53105,-0.1099511","bedrooms":"3","price":"288000","area":"594"} , +{"type":"Feature","id":"n3079329703","geometry":{"type":"Point","coordinates":[-0.087883,51.5310905]},"properties":{"@type":"node","@id":3079329703,"@timestamp":1410821117},"coords":"51.5310905,-0.087883","bedrooms":"0","price":"153000","area":"374"} , +{"type":"Feature","id":"n3079329713","geometry":{"type":"Point","coordinates":[-0.1108005,51.5311775]},"properties":{"@type":"node","@id":3079329713,"@timestamp":1410821117},"coords":"51.5311775,-0.1108005","bedrooms":"4","price":"170000","area":"658"} , +{"type":"Feature","id":"n3079329723","geometry":{"type":"Point","coordinates":[-0.1143834,51.531214]},"properties":{"@type":"node","@id":3079329723,"@timestamp":1410821118},"coords":"51.531214,-0.1143834","bedrooms":"0","price":"225000","area":"668"} , +{"type":"Feature","id":"n3079329733","geometry":{"type":"Point","coordinates":[-0.0865516,51.5312517]},"properties":{"@type":"node","@id":3079329733,"@timestamp":1410821118},"coords":"51.5312517,-0.0865516","bedrooms":"0","price":"245000","area":"574"} , +{"type":"Feature","id":"n3079329743","geometry":{"type":"Point","coordinates":[-0.0764633,51.5313184]},"properties":{"@type":"node","@id":3079329743,"@timestamp":1410821118},"coords":"51.5313184,-0.0764633","bedrooms":"4","price":"295000","area":"552"} , +{"type":"Feature","id":"n3079329753","geometry":{"type":"Point","coordinates":[-0.0816906,51.5313628]},"properties":{"@type":"node","@id":3079329753,"@timestamp":1410821119},"coords":"51.5313628,-0.0816906","bedrooms":"3","price":"268000","area":"435"} , +{"type":"Feature","id":"n3079329763","geometry":{"type":"Point","coordinates":[-0.0951029,51.5313962]},"properties":{"@type":"node","@id":3079329763,"@timestamp":1410821119},"coords":"51.5313962,-0.0951029","bedrooms":"0","price":"249000","area":"390"} , +{"type":"Feature","id":"n3079329773","geometry":{"type":"Point","coordinates":[-0.0897862,51.5314184]},"properties":{"@type":"node","@id":3079329773,"@timestamp":1410821119},"coords":"51.5314184,-0.0897862","bedrooms":"2","price":"185000","area":"408"} , +{"type":"Feature","id":"n3079329783","geometry":{"type":"Point","coordinates":[-0.1145396,51.5314508]},"properties":{"@type":"node","@id":3079329783,"@timestamp":1410821120},"coords":"51.5314508,-0.1145396","bedrooms":"1","price":"169000","area":"393"} , +{"type":"Feature","id":"n3079329793","geometry":{"type":"Point","coordinates":[-0.1136512,51.5314933]},"properties":{"@type":"node","@id":3079329793,"@timestamp":1410821120},"coords":"51.5314933,-0.1136512","bedrooms":"1","price":"168000","area":"576"} , +{"type":"Feature","id":"n3079329803","geometry":{"type":"Point","coordinates":[-0.0862299,51.5315296]},"properties":{"@type":"node","@id":3079329803,"@timestamp":1410821120},"coords":"51.5315296,-0.0862299","bedrooms":"0","price":"242000","area":"544"} , +{"type":"Feature","id":"n3079329813","geometry":{"type":"Point","coordinates":[-0.1109469,51.531548]},"properties":{"@type":"node","@id":3079329813,"@timestamp":1410821121},"coords":"51.531548,-0.1109469","bedrooms":"0","price":"214000","area":"488"} , +{"type":"Feature","id":"n3079329823","geometry":{"type":"Point","coordinates":[-0.093977,51.5315796]},"properties":{"@type":"node","@id":3079329823,"@timestamp":1410821121},"coords":"51.5315796,-0.093977","bedrooms":"1","price":"182000","area":"505"} , +{"type":"Feature","id":"n3079329833","geometry":{"type":"Point","coordinates":[-0.1102245,51.5316209]},"properties":{"@type":"node","@id":3079329833,"@timestamp":1410821121},"coords":"51.5316209,-0.1102245","bedrooms":"3","price":"244000","area":"350"} , +{"type":"Feature","id":"n3079329843","geometry":{"type":"Point","coordinates":[-0.0941289,51.5316741]},"properties":{"@type":"node","@id":3079329843,"@timestamp":1410821122},"coords":"51.5316741,-0.0941289","bedrooms":"1","price":"226000","area":"493"} , +{"type":"Feature","id":"n3079329853","geometry":{"type":"Point","coordinates":[-0.0933515,51.5317075]},"properties":{"@type":"node","@id":3079329853,"@timestamp":1410821122},"coords":"51.5317075,-0.0933515","bedrooms":"4","price":"236000","area":"448"} , +{"type":"Feature","id":"n3079329863","geometry":{"type":"Point","coordinates":[-0.1091994,51.5317363]},"properties":{"@type":"node","@id":3079329863,"@timestamp":1410821122},"coords":"51.5317363,-0.1091994","bedrooms":"4","price":"164000","area":"425"} , +{"type":"Feature","id":"n3079329873","geometry":{"type":"Point","coordinates":[-0.1076959,51.5317788]},"properties":{"@type":"node","@id":3079329873,"@timestamp":1410821122},"coords":"51.5317788,-0.1076959","bedrooms":"4","price":"280000","area":"395"} , +{"type":"Feature","id":"n3079329883","geometry":{"type":"Point","coordinates":[-0.093364,51.5318181]},"properties":{"@type":"node","@id":3079329883,"@timestamp":1564267128},"coords":"51.5318181,-0.093364","bedrooms":"2","price":"265000","area":"618"} , +{"type":"Feature","id":"n3079329893","geometry":{"type":"Point","coordinates":[-0.1042105,51.531882]},"properties":{"@type":"node","@id":3079329893,"@timestamp":1410821123},"coords":"51.531882,-0.1042105","bedrooms":"1","price":"228000","area":"587"} , +{"type":"Feature","id":"n3079329903","geometry":{"type":"Point","coordinates":[-0.0912338,51.5319187]},"properties":{"@type":"node","@id":3079329903,"@timestamp":1410821123},"coords":"51.5319187,-0.0912338","bedrooms":"4","price":"256000","area":"427"} , +{"type":"Feature","id":"n3079329913","geometry":{"type":"Point","coordinates":[-0.1022482,51.5319671]},"properties":{"@type":"node","@id":3079329913,"@timestamp":1410821124},"coords":"51.5319671,-0.1022482","bedrooms":"1","price":"279000","area":"406"} , +{"type":"Feature","id":"n3079329923","geometry":{"type":"Point","coordinates":[-0.1083598,51.5319914]},"properties":{"@type":"node","@id":3079329923,"@timestamp":1410821124},"coords":"51.5319914,-0.1083598","bedrooms":"3","price":"274000","area":"497"} , +{"type":"Feature","id":"n3079329934","geometry":{"type":"Point","coordinates":[-0.0933247,51.5320354]},"properties":{"@type":"node","@id":3079329934,"@timestamp":1410821124},"coords":"51.5320354,-0.0933247","bedrooms":"3","price":"238000","area":"682"} , +{"type":"Feature","id":"n3079329944","geometry":{"type":"Point","coordinates":[-0.102502,51.5320946]},"properties":{"@type":"node","@id":3079329944,"@timestamp":1410821125},"coords":"51.5320946,-0.102502","bedrooms":"0","price":"170000","area":"645"} , +{"type":"Feature","id":"n3079329954","geometry":{"type":"Point","coordinates":[-0.094263,51.532141]},"properties":{"@type":"node","@id":3079329954,"@timestamp":1410821125},"coords":"51.532141,-0.094263","bedrooms":"3","price":"253000","area":"569"} , +{"type":"Feature","id":"n3079329964","geometry":{"type":"Point","coordinates":[-0.1145299,51.5322646]},"properties":{"@type":"node","@id":3079329964,"@timestamp":1410821125},"coords":"51.5322646,-0.1145299","bedrooms":"3","price":"228000","area":"362"} , +{"type":"Feature","id":"n3079329974","geometry":{"type":"Point","coordinates":[-0.1168339,51.53238]},"properties":{"@type":"node","@id":3079329974,"@timestamp":1410821126},"coords":"51.53238,-0.1168339","bedrooms":"3","price":"249000","area":"597"} , +{"type":"Feature","id":"n3079329984","geometry":{"type":"Point","coordinates":[-0.1009205,51.5325076]},"properties":{"@type":"node","@id":3079329984,"@timestamp":1410821126},"coords":"51.5325076,-0.1009205","bedrooms":"1","price":"229000","area":"557"} , +{"type":"Feature","id":"n3079329994","geometry":{"type":"Point","coordinates":[-0.1045132,51.5326715]},"properties":{"@type":"node","@id":3079329994,"@timestamp":1410821127},"coords":"51.5326715,-0.1045132","bedrooms":"3","price":"282000","area":"452"} , +{"type":"Feature","id":"n3079330004","geometry":{"type":"Point","coordinates":[-0.101887,51.5329084]},"properties":{"@type":"node","@id":3079330004,"@timestamp":1410821127},"coords":"51.5329084,-0.101887","bedrooms":"2","price":"256000","area":"463"} , +{"type":"Feature","id":"n3079330595","geometry":{"type":"Point","coordinates":[-0.1340047,51.4857347]},"properties":{"@type":"node","@id":3079330595,"@timestamp":1410821205},"coords":"51.4857347,-0.1340047","bedrooms":"1","price":"174000","area":"428"} , +{"type":"Feature","id":"n3079330605","geometry":{"type":"Point","coordinates":[-0.1322879,51.4860547]},"properties":{"@type":"node","@id":3079330605,"@timestamp":1410821206},"coords":"51.4860547,-0.1322879","bedrooms":"1","price":"180000","area":"368"} , +{"type":"Feature","id":"n3079330615","geometry":{"type":"Point","coordinates":[-0.1312952,51.4864328]},"properties":{"@type":"node","@id":3079330615,"@timestamp":1410821206},"coords":"51.4864328,-0.1312952","bedrooms":"2","price":"293000","area":"361"} , +{"type":"Feature","id":"n3079330625","geometry":{"type":"Point","coordinates":[-0.1348106,51.4871019]},"properties":{"@type":"node","@id":3079330625,"@timestamp":1410821206},"coords":"51.4871019,-0.1348106","bedrooms":"4","price":"282000","area":"413"} , +{"type":"Feature","id":"n3079331035","geometry":{"type":"Point","coordinates":[-0.1298469,51.4874946]},"properties":{"@type":"node","@id":3079331035,"@timestamp":1410821206},"coords":"51.4874946,-0.1298469","bedrooms":"0","price":"231000","area":"638"} , +{"type":"Feature","id":"n3079331045","geometry":{"type":"Point","coordinates":[-0.1326032,51.4879455]},"properties":{"@type":"node","@id":3079331045,"@timestamp":1410821207},"coords":"51.4879455,-0.1326032","bedrooms":"3","price":"161000","area":"378"} , +{"type":"Feature","id":"n3079331055","geometry":{"type":"Point","coordinates":[-0.1354646,51.4883455]},"properties":{"@type":"node","@id":3079331055,"@timestamp":1410821207},"coords":"51.4883455,-0.1354646","bedrooms":"2","price":"162000","area":"643"} , +{"type":"Feature","id":"n3079331066","geometry":{"type":"Point","coordinates":[-0.1351843,51.4886655]},"properties":{"@type":"node","@id":3079331066,"@timestamp":1410821207},"coords":"51.4886655,-0.1351843","bedrooms":"0","price":"199000","area":"586"} , +{"type":"Feature","id":"n3079331076","geometry":{"type":"Point","coordinates":[-0.1351726,51.4900326]},"properties":{"@type":"node","@id":3079331076,"@timestamp":1410821208},"coords":"51.4900326,-0.1351726","bedrooms":"0","price":"215000","area":"561"} , +{"type":"Feature","id":"n3079331086","geometry":{"type":"Point","coordinates":[-0.1295199,51.4904108]},"properties":{"@type":"node","@id":3079331086,"@timestamp":1410821208},"coords":"51.4904108,-0.1295199","bedrooms":"1","price":"194000","area":"466"} , +{"type":"Feature","id":"n3079331096","geometry":{"type":"Point","coordinates":[-0.1282936,51.4905707]},"properties":{"@type":"node","@id":3079331096,"@timestamp":1410821208},"coords":"51.4905707,-0.1282936","bedrooms":"0","price":"150000","area":"394"} , +{"type":"Feature","id":"n3079331106","geometry":{"type":"Point","coordinates":[-0.1289243,51.4907816]},"properties":{"@type":"node","@id":3079331106,"@timestamp":1410821208},"coords":"51.4907816,-0.1289243","bedrooms":"2","price":"225000","area":"466"} , +{"type":"Feature","id":"n3079331116","geometry":{"type":"Point","coordinates":[-0.1306178,51.4909562]},"properties":{"@type":"node","@id":3079331116,"@timestamp":1410821209},"coords":"51.4909562,-0.1306178","bedrooms":"0","price":"295000","area":"370"} , +{"type":"Feature","id":"n3079331126","geometry":{"type":"Point","coordinates":[-0.1262965,51.4911598]},"properties":{"@type":"node","@id":3079331126,"@timestamp":1410821209},"coords":"51.4911598,-0.1262965","bedrooms":"1","price":"248000","area":"407"} , +{"type":"Feature","id":"n3079331136","geometry":{"type":"Point","coordinates":[-0.1352777,51.4912907]},"properties":{"@type":"node","@id":3079331136,"@timestamp":1410821209},"coords":"51.4912907,-0.1352777","bedrooms":"0","price":"282000","area":"422"} , +{"type":"Feature","id":"n3079331146","geometry":{"type":"Point","coordinates":[-0.1287258,51.4914943]},"properties":{"@type":"node","@id":3079331146,"@timestamp":1410821209},"coords":"51.4914943,-0.1287258","bedrooms":"2","price":"158000","area":"562"} , +{"type":"Feature","id":"n3079331156","geometry":{"type":"Point","coordinates":[-0.1360486,51.4917052]},"properties":{"@type":"node","@id":3079331156,"@timestamp":1410821210},"coords":"51.4917052,-0.1360486","bedrooms":"3","price":"165000","area":"457"} , +{"type":"Feature","id":"n3079331166","geometry":{"type":"Point","coordinates":[-0.1285272,51.4918506]},"properties":{"@type":"node","@id":3079331166,"@timestamp":1410821210},"coords":"51.4918506,-0.1285272","bedrooms":"1","price":"199000","area":"513"} , +{"type":"Feature","id":"n3079331176","geometry":{"type":"Point","coordinates":[-0.1296834,51.4920615]},"properties":{"@type":"node","@id":3079331176,"@timestamp":1410821210},"coords":"51.4920615,-0.1296834","bedrooms":"0","price":"242000","area":"557"} , +{"type":"Feature","id":"n3079331186","geometry":{"type":"Point","coordinates":[-0.1287958,51.4921996]},"properties":{"@type":"node","@id":3079331186,"@timestamp":1410821211},"coords":"51.4921996,-0.1287958","bedrooms":"0","price":"165000","area":"560"} , +{"type":"Feature","id":"n3079331196","geometry":{"type":"Point","coordinates":[-0.13745,51.4923669]},"properties":{"@type":"node","@id":3079331196,"@timestamp":1410821211},"coords":"51.4923669,-0.13745","bedrooms":"3","price":"272000","area":"602"} , +{"type":"Feature","id":"n3079331206","geometry":{"type":"Point","coordinates":[-0.1356631,51.4925414]},"properties":{"@type":"node","@id":3079331206,"@timestamp":1410821211},"coords":"51.4925414,-0.1356631","bedrooms":"2","price":"263000","area":"508"} , +{"type":"Feature","id":"n3079331216","geometry":{"type":"Point","coordinates":[-0.1323696,51.4927159]},"properties":{"@type":"node","@id":3079331216,"@timestamp":1410821211},"coords":"51.4927159,-0.1323696","bedrooms":"1","price":"253000","area":"642"} , +{"type":"Feature","id":"n3079331226","geometry":{"type":"Point","coordinates":[-0.1317623,51.4928613]},"properties":{"@type":"node","@id":3079331226,"@timestamp":1410821212},"coords":"51.4928613,-0.1317623","bedrooms":"2","price":"253000","area":"488"} , +{"type":"Feature","id":"n3079331236","geometry":{"type":"Point","coordinates":[-0.136796,51.4931158]},"properties":{"@type":"node","@id":3079331236,"@timestamp":1410821212},"coords":"51.4931158,-0.136796","bedrooms":"3","price":"197000","area":"627"} , +{"type":"Feature","id":"n3079331246","geometry":{"type":"Point","coordinates":[-0.1329419,51.4934358]},"properties":{"@type":"node","@id":3079331246,"@timestamp":1410821212},"coords":"51.4934358,-0.1329419","bedrooms":"4","price":"220000","area":"568"} , +{"type":"Feature","id":"n3079331256","geometry":{"type":"Point","coordinates":[-0.1363055,51.4937194]},"properties":{"@type":"node","@id":3079331256,"@timestamp":1410821212},"coords":"51.4937194,-0.1363055","bedrooms":"3","price":"195000","area":"547"} , +{"type":"Feature","id":"n3079331266","geometry":{"type":"Point","coordinates":[-0.1342266,51.4939957]},"properties":{"@type":"node","@id":3079331266,"@timestamp":1410821213},"coords":"51.4939957,-0.1342266","bedrooms":"3","price":"203000","area":"586"} , +{"type":"Feature","id":"n3079331276","geometry":{"type":"Point","coordinates":[-0.1249417,51.4942284]},"properties":{"@type":"node","@id":3079331276,"@timestamp":1410821213},"coords":"51.4942284,-0.1249417","bedrooms":"3","price":"153000","area":"465"} , +{"type":"Feature","id":"n3079331286","geometry":{"type":"Point","coordinates":[-0.12493,51.4943883]},"properties":{"@type":"node","@id":3079331286,"@timestamp":1410821213},"coords":"51.4943883,-0.12493","bedrooms":"4","price":"153000","area":"568"} , +{"type":"Feature","id":"n3079331296","geometry":{"type":"Point","coordinates":[-0.1374267,51.4946283]},"properties":{"@type":"node","@id":3079331296,"@timestamp":1410821213},"coords":"51.4946283,-0.1374267","bedrooms":"3","price":"218000","area":"361"} , +{"type":"Feature","id":"n3079331306","geometry":{"type":"Point","coordinates":[-0.1394355,51.4947955]},"properties":{"@type":"node","@id":3079331306,"@timestamp":1410821214},"coords":"51.4947955,-0.1394355","bedrooms":"1","price":"283000","area":"568"} , +{"type":"Feature","id":"n3079331316","geometry":{"type":"Point","coordinates":[-0.1360719,51.4950937]},"properties":{"@type":"node","@id":3079331316,"@timestamp":1410821214},"coords":"51.4950937,-0.1360719","bedrooms":"1","price":"196000","area":"635"} , +{"type":"Feature","id":"n3079331326","geometry":{"type":"Point","coordinates":[-0.1358734,51.4953263]},"properties":{"@type":"node","@id":3079331326,"@timestamp":1410821214},"coords":"51.4953263,-0.1358734","bedrooms":"1","price":"227000","area":"532"} , +{"type":"Feature","id":"n3079331336","geometry":{"type":"Point","coordinates":[-0.1251052,51.4955445]},"properties":{"@type":"node","@id":3079331336,"@timestamp":1410821215},"coords":"51.4955445,-0.1251052","bedrooms":"4","price":"272000","area":"567"} , +{"type":"Feature","id":"n3079331346","geometry":{"type":"Point","coordinates":[-0.1270556,51.4957481]},"properties":{"@type":"node","@id":3079331346,"@timestamp":1410821215},"coords":"51.4957481,-0.1270556","bedrooms":"3","price":"260000","area":"555"} , +{"type":"Feature","id":"n3079331356","geometry":{"type":"Point","coordinates":[-0.1337711,51.4958426]},"properties":{"@type":"node","@id":3079331356,"@timestamp":1410821215},"coords":"51.4958426,-0.1337711","bedrooms":"4","price":"198000","area":"692"} , +{"type":"Feature","id":"n3079331366","geometry":{"type":"Point","coordinates":[-0.1404049,51.4960098]},"properties":{"@type":"node","@id":3079331366,"@timestamp":1410821215},"coords":"51.4960098,-0.1404049","bedrooms":"4","price":"175000","area":"499"} , +{"type":"Feature","id":"n3079331376","geometry":{"type":"Point","coordinates":[-0.1244278,51.4962134]},"properties":{"@type":"node","@id":3079331376,"@timestamp":1410821216},"coords":"51.4962134,-0.1244278","bedrooms":"1","price":"180000","area":"396"} , +{"type":"Feature","id":"n3079331386","geometry":{"type":"Point","coordinates":[-0.1274294,51.4965042]},"properties":{"@type":"node","@id":3079331386,"@timestamp":1410821216},"coords":"51.4965042,-0.1274294","bedrooms":"2","price":"286000","area":"492"} , +{"type":"Feature","id":"n3079331396","geometry":{"type":"Point","coordinates":[-0.1254322,51.4968387]},"properties":{"@type":"node","@id":3079331396,"@timestamp":1410821216},"coords":"51.4968387,-0.1254322","bedrooms":"4","price":"279000","area":"460"} , +{"type":"Feature","id":"n3079331406","geometry":{"type":"Point","coordinates":[-0.1242643,51.4970859]},"properties":{"@type":"node","@id":3079331406,"@timestamp":1410821217},"coords":"51.4970859,-0.1242643","bedrooms":"3","price":"280000","area":"595"} , +{"type":"Feature","id":"n3079331416","geometry":{"type":"Point","coordinates":[-0.1242176,51.4975658]},"properties":{"@type":"node","@id":3079331416,"@timestamp":1410821217},"coords":"51.4975658,-0.1242176","bedrooms":"1","price":"275000","area":"395"} , +{"type":"Feature","id":"n3079331426","geometry":{"type":"Point","coordinates":[-0.1488372,51.4977985]},"properties":{"@type":"node","@id":3079331426,"@timestamp":1410821217},"coords":"51.4977985,-0.1488372","bedrooms":"4","price":"252000","area":"553"} , +{"type":"Feature","id":"n3079331436","geometry":{"type":"Point","coordinates":[-0.1341098,51.497893]},"properties":{"@type":"node","@id":3079331436,"@timestamp":1410821217},"coords":"51.497893,-0.1341098","bedrooms":"0","price":"151000","area":"571"} , +{"type":"Feature","id":"n3079331446","geometry":{"type":"Point","coordinates":[-0.1344702,51.4979694]},"properties":{"@type":"node","@id":3079331446,"@timestamp":1410821218},"coords":"51.4979694,-0.1344702","bedrooms":"4","price":"189000","area":"471"} , +{"type":"Feature","id":"n3079331456","geometry":{"type":"Point","coordinates":[-0.1346132,51.4980851]},"properties":{"@type":"node","@id":3079331456,"@timestamp":1410821218},"coords":"51.4980851,-0.1346132","bedrooms":"4","price":"216000","area":"445"} , +{"type":"Feature","id":"n3079331466","geometry":{"type":"Point","coordinates":[-0.1292046,51.4982274]},"properties":{"@type":"node","@id":3079331466,"@timestamp":1410821218},"coords":"51.4982274,-0.1292046","bedrooms":"1","price":"271000","area":"567"} , +{"type":"Feature","id":"n3079331476","geometry":{"type":"Point","coordinates":[-0.1322061,51.4985473]},"properties":{"@type":"node","@id":3079331476,"@timestamp":1410821218},"coords":"51.4985473,-0.1322061","bedrooms":"2","price":"292000","area":"429"} , +{"type":"Feature","id":"n3079331486","geometry":{"type":"Point","coordinates":[-0.1445743,51.4988673]},"properties":{"@type":"node","@id":3079331486,"@timestamp":1410821219},"coords":"51.4988673,-0.1445743","bedrooms":"0","price":"183000","area":"381"} , +{"type":"Feature","id":"n3079331496","geometry":{"type":"Point","coordinates":[-0.12646,51.4990272]},"properties":{"@type":"node","@id":3079331496,"@timestamp":1410821219},"coords":"51.4990272,-0.12646","bedrooms":"0","price":"172000","area":"584"} , +{"type":"Feature","id":"n3079331506","geometry":{"type":"Point","coordinates":[-0.1476576,51.4992889]},"properties":{"@type":"node","@id":3079331506,"@timestamp":1410821219},"coords":"51.4992889,-0.1476576","bedrooms":"2","price":"259000","area":"630"} , +{"type":"Feature","id":"n3079331516","geometry":{"type":"Point","coordinates":[-0.1436984,51.4994707]},"properties":{"@type":"node","@id":3079331516,"@timestamp":1410821220},"coords":"51.4994707,-0.1436984","bedrooms":"1","price":"297000","area":"475"} , +{"type":"Feature","id":"n3079331526","geometry":{"type":"Point","coordinates":[-0.1266702,51.4997106]},"properties":{"@type":"node","@id":3079331526,"@timestamp":1410821220},"coords":"51.4997106,-0.1266702","bedrooms":"4","price":"177000","area":"428"} , +{"type":"Feature","id":"n3079331536","geometry":{"type":"Point","coordinates":[-0.1420867,51.4998415]},"properties":{"@type":"node","@id":3079331536,"@timestamp":1410821220},"coords":"51.4998415,-0.1420867","bedrooms":"2","price":"175000","area":"686"} , +{"type":"Feature","id":"n3079331546","geometry":{"type":"Point","coordinates":[-0.1483233,51.4999942]},"properties":{"@type":"node","@id":3079331546,"@timestamp":1410821221},"coords":"51.4999942,-0.1483233","bedrooms":"3","price":"173000","area":"525"} , +{"type":"Feature","id":"n3079331556","geometry":{"type":"Point","coordinates":[-0.1413625,51.5001469]},"properties":{"@type":"node","@id":3079331556,"@timestamp":1410821221},"coords":"51.5001469,-0.1413625","bedrooms":"1","price":"299000","area":"514"} , +{"type":"Feature","id":"n3079331566","geometry":{"type":"Point","coordinates":[-0.1391461,51.5002927]},"properties":{"@type":"node","@id":3079331566,"@timestamp":1410821221},"coords":"51.5002927,-0.1391461","bedrooms":"0","price":"246000","area":"583"} , +{"type":"Feature","id":"n3079331576","geometry":{"type":"Point","coordinates":[-0.1364864,51.5003817]},"properties":{"@type":"node","@id":3079331576,"@timestamp":1410821222},"coords":"51.5003817,-0.1364864","bedrooms":"4","price":"169000","area":"651"} , +{"type":"Feature","id":"n3079331586","geometry":{"type":"Point","coordinates":[-0.1255374,51.5004377]},"properties":{"@type":"node","@id":3079331586,"@timestamp":1410821222},"coords":"51.5004377,-0.1255374","bedrooms":"4","price":"264000","area":"456"} , +{"type":"Feature","id":"n3079331596","geometry":{"type":"Point","coordinates":[-0.1490708,51.5005395]},"properties":{"@type":"node","@id":3079331596,"@timestamp":1410821222},"coords":"51.5005395,-0.1490708","bedrooms":"4","price":"231000","area":"493"} , +{"type":"Feature","id":"n3079331606","geometry":{"type":"Point","coordinates":[-0.134699,51.500631]},"properties":{"@type":"node","@id":3079331606,"@timestamp":1410821222},"coords":"51.500631,-0.134699","bedrooms":"3","price":"160000","area":"587"} , +{"type":"Feature","id":"n3079331616","geometry":{"type":"Point","coordinates":[-0.1345703,51.5007556]},"properties":{"@type":"node","@id":3079331616,"@timestamp":1410821223},"coords":"51.5007556,-0.1345703","bedrooms":"2","price":"254000","area":"424"} , +{"type":"Feature","id":"n3079331626","geometry":{"type":"Point","coordinates":[-0.1256541,51.5007939]},"properties":{"@type":"node","@id":3079331626,"@timestamp":1410821223},"coords":"51.5007939,-0.1256541","bedrooms":"4","price":"224000","area":"468"} , +{"type":"Feature","id":"n3079331736","geometry":{"type":"Point","coordinates":[-0.1357378,51.5008082]},"properties":{"@type":"node","@id":3079331736,"@timestamp":1625089259},"coords":"51.5008082,-0.1357378","bedrooms":"0","price":"208000","area":"409"} , +{"type":"Feature","id":"n3079331746","geometry":{"type":"Point","coordinates":[-0.1496897,51.5009102]},"properties":{"@type":"node","@id":3079331746,"@timestamp":1410821224},"coords":"51.5009102,-0.1496897","bedrooms":"2","price":"216000","area":"517"} , +{"type":"Feature","id":"n3079331756","geometry":{"type":"Point","coordinates":[-0.1321361,51.501012]},"properties":{"@type":"node","@id":3079331756,"@timestamp":1410821224},"coords":"51.501012,-0.1321361","bedrooms":"2","price":"210000","area":"644"} , +{"type":"Feature","id":"n3079331766","geometry":{"type":"Point","coordinates":[-0.1316105,51.5010993]},"properties":{"@type":"node","@id":3079331766,"@timestamp":1410821224},"coords":"51.5010993,-0.1316105","bedrooms":"0","price":"209000","area":"375"} , +{"type":"Feature","id":"n3079331776","geometry":{"type":"Point","coordinates":[-0.1330449,51.5010944]},"properties":{"@type":"node","@id":3079331776,"@timestamp":1625089144},"coords":"51.5010944,-0.1330449","bedrooms":"3","price":"227000","area":"521"} , +{"type":"Feature","id":"n3079331786","geometry":{"type":"Point","coordinates":[-0.1319609,51.5012011]},"properties":{"@type":"node","@id":3079331786,"@timestamp":1410821225},"coords":"51.5012011,-0.1319609","bedrooms":"2","price":"295000","area":"661"} , +{"type":"Feature","id":"n3079331796","geometry":{"type":"Point","coordinates":[-0.1502971,51.5012956]},"properties":{"@type":"node","@id":3079331796,"@timestamp":1410821225},"coords":"51.5012956,-0.1502971","bedrooms":"4","price":"167000","area":"595"} , +{"type":"Feature","id":"n3079331806","geometry":{"type":"Point","coordinates":[-0.1386137,51.5013982]},"properties":{"@type":"node","@id":3079331806,"@timestamp":1410821226},"coords":"51.5013982,-0.1386137","bedrooms":"3","price":"184000","area":"510"} , +{"type":"Feature","id":"n3079331817","geometry":{"type":"Point","coordinates":[-0.1439604,51.5015243]},"properties":{"@type":"node","@id":3079331817,"@timestamp":1410821226},"coords":"51.5015243,-0.1439604","bedrooms":"2","price":"261000","area":"475"} , +{"type":"Feature","id":"n3079331827","geometry":{"type":"Point","coordinates":[-0.1299404,51.50171]},"properties":{"@type":"node","@id":3079331827,"@timestamp":1410821226},"coords":"51.50171,-0.1299404","bedrooms":"1","price":"178000","area":"682"} , +{"type":"Feature","id":"n3079331937","geometry":{"type":"Point","coordinates":[-0.1298703,51.5018699]},"properties":{"@type":"node","@id":3079331937,"@timestamp":1410821227},"coords":"51.5018699,-0.1298703","bedrooms":"2","price":"280000","area":"494"} , +{"type":"Feature","id":"n3079331947","geometry":{"type":"Point","coordinates":[-0.143942,51.5021028]},"properties":{"@type":"node","@id":3079331947,"@timestamp":1410821227},"coords":"51.5021028,-0.143942","bedrooms":"4","price":"208000","area":"614"} , +{"type":"Feature","id":"n3079331957","geometry":{"type":"Point","coordinates":[-0.1390463,51.5021716]},"properties":{"@type":"node","@id":3079331957,"@timestamp":1410821227},"coords":"51.5021716,-0.1390463","bedrooms":"0","price":"266000","area":"373"} , +{"type":"Feature","id":"n3079331967","geometry":{"type":"Point","coordinates":[-0.1430033,51.5022861]},"properties":{"@type":"node","@id":3079331967,"@timestamp":1410821227},"coords":"51.5022861,-0.1430033","bedrooms":"3","price":"186000","area":"425"} , +{"type":"Feature","id":"n3079331977","geometry":{"type":"Point","coordinates":[-0.1445401,51.5023434]},"properties":{"@type":"node","@id":3079331977,"@timestamp":1410821228},"coords":"51.5023434,-0.1445401","bedrooms":"1","price":"186000","area":"618"} , +{"type":"Feature","id":"n3079331987","geometry":{"type":"Point","coordinates":[-0.1455317,51.5023814]},"properties":{"@type":"node","@id":3079331987,"@timestamp":1410821228},"coords":"51.5023814,-0.1455317","bedrooms":"4","price":"172000","area":"644"} , +{"type":"Feature","id":"n3079331997","geometry":{"type":"Point","coordinates":[-0.1422487,51.5024122]},"properties":{"@type":"node","@id":3079331997,"@timestamp":1410821228},"coords":"51.5024122,-0.1422487","bedrooms":"4","price":"218000","area":"551"} , +{"type":"Feature","id":"n3079332007","geometry":{"type":"Point","coordinates":[-0.1472904,51.5024329]},"properties":{"@type":"node","@id":3079332007,"@timestamp":1410821229},"coords":"51.5024329,-0.1472904","bedrooms":"4","price":"150000","area":"518"} , +{"type":"Feature","id":"n3079332017","geometry":{"type":"Point","coordinates":[-0.1452762,51.5024797]},"properties":{"@type":"node","@id":3079332017,"@timestamp":1410821229},"coords":"51.5024797,-0.1452762","bedrooms":"3","price":"224000","area":"592"} , +{"type":"Feature","id":"n3079332027","geometry":{"type":"Point","coordinates":[-0.1460503,51.5025077]},"properties":{"@type":"node","@id":3079332027,"@timestamp":1410821229},"coords":"51.5025077,-0.1460503","bedrooms":"1","price":"175000","area":"566"} , +{"type":"Feature","id":"n3079332137","geometry":{"type":"Point","coordinates":[-0.1440962,51.5025451]},"properties":{"@type":"node","@id":3079332137,"@timestamp":1410821229},"coords":"51.5025451,-0.1440962","bedrooms":"2","price":"296000","area":"445"} , +{"type":"Feature","id":"n3079332147","geometry":{"type":"Point","coordinates":[-0.1258167,51.5026259]},"properties":{"@type":"node","@id":3079332147,"@timestamp":1513431524},"coords":"51.5026259,-0.1258167","bedrooms":"2","price":"213000","area":"624"} , +{"type":"Feature","id":"n3079332157","geometry":{"type":"Point","coordinates":[-0.1297418,51.5026333]},"properties":{"@type":"node","@id":3079332157,"@timestamp":1410821230},"coords":"51.5026333,-0.1297418","bedrooms":"1","price":"214000","area":"530"} , +{"type":"Feature","id":"n3079332167","geometry":{"type":"Point","coordinates":[-0.1482649,51.5026769]},"properties":{"@type":"node","@id":3079332167,"@timestamp":1410821230},"coords":"51.5026769,-0.1482649","bedrooms":"4","price":"251000","area":"694"} , +{"type":"Feature","id":"n3079332177","geometry":{"type":"Point","coordinates":[-0.138899,51.5027215]},"properties":{"@type":"node","@id":3079332177,"@timestamp":1410821231},"coords":"51.5027215,-0.138899","bedrooms":"2","price":"198000","area":"486"} , +{"type":"Feature","id":"n3079332188","geometry":{"type":"Point","coordinates":[-0.1403622,51.5027788]},"properties":{"@type":"node","@id":3079332188,"@timestamp":1410821231},"coords":"51.5027788,-0.1403622","bedrooms":"1","price":"244000","area":"500"} , +{"type":"Feature","id":"n3079332198","geometry":{"type":"Point","coordinates":[-0.1376935,51.5028132]},"properties":{"@type":"node","@id":3079332198,"@timestamp":1410821231},"coords":"51.5028132,-0.1376935","bedrooms":"3","price":"264000","area":"497"} , +{"type":"Feature","id":"n3079332210","geometry":{"type":"Point","coordinates":[-0.1546534,51.5029023]},"properties":{"@type":"node","@id":3079332210,"@timestamp":1410821231},"coords":"51.5029023,-0.1546534","bedrooms":"1","price":"221000","area":"351"} , +{"type":"Feature","id":"n3079332220","geometry":{"type":"Point","coordinates":[-0.1248483,51.503004]},"properties":{"@type":"node","@id":3079332220,"@timestamp":1410821232},"coords":"51.503004,-0.1248483","bedrooms":"4","price":"250000","area":"454"} , +{"type":"Feature","id":"n3079332230","geometry":{"type":"Point","coordinates":[-0.138034,51.503048]},"properties":{"@type":"node","@id":3079332230,"@timestamp":1410821232},"coords":"51.503048,-0.138034","bedrooms":"2","price":"236000","area":"612"} , +{"type":"Feature","id":"n3079332440","geometry":{"type":"Point","coordinates":[-0.1382641,51.5031683]},"properties":{"@type":"node","@id":3079332440,"@timestamp":1410821232},"coords":"51.5031683,-0.1382641","bedrooms":"2","price":"256000","area":"668"} , +{"type":"Feature","id":"n3079332450","geometry":{"type":"Point","coordinates":[-0.1528665,51.5032512]},"properties":{"@type":"node","@id":3079332450,"@timestamp":1410821233},"coords":"51.5032512,-0.1528665","bedrooms":"1","price":"234000","area":"381"} , +{"type":"Feature","id":"n3079332460","geometry":{"type":"Point","coordinates":[-0.1395432,51.5033402]},"properties":{"@type":"node","@id":3079332460,"@timestamp":1410821233},"coords":"51.5033402,-0.1395432","bedrooms":"1","price":"269000","area":"607"} , +{"type":"Feature","id":"n3079332470","geometry":{"type":"Point","coordinates":[-0.1376107,51.5034146]},"properties":{"@type":"node","@id":3079332470,"@timestamp":1410821233},"coords":"51.5034146,-0.1376107","bedrooms":"1","price":"248000","area":"616"} , +{"type":"Feature","id":"n3079332480","geometry":{"type":"Point","coordinates":[-0.1480547,51.5034766]},"properties":{"@type":"node","@id":3079332480,"@timestamp":1410821234},"coords":"51.5034766,-0.1480547","bedrooms":"2","price":"183000","area":"489"} , +{"type":"Feature","id":"n3079332490","geometry":{"type":"Point","coordinates":[-0.1281885,51.5035711]},"properties":{"@type":"node","@id":3079332490,"@timestamp":1410821234},"coords":"51.5035711,-0.1281885","bedrooms":"2","price":"220000","area":"402"} , +{"type":"Feature","id":"n3079332500","geometry":{"type":"Point","coordinates":[-0.1256308,51.503622]},"properties":{"@type":"node","@id":3079332500,"@timestamp":1410821234},"coords":"51.503622,-0.1256308","bedrooms":"1","price":"162000","area":"523"} , +{"type":"Feature","id":"n3079332510","geometry":{"type":"Point","coordinates":[-0.1407211,51.5036896]},"properties":{"@type":"node","@id":3079332510,"@timestamp":1410821234},"coords":"51.5036896,-0.1407211","bedrooms":"3","price":"199000","area":"551"} , +{"type":"Feature","id":"n3079332520","geometry":{"type":"Point","coordinates":[-0.1515427,51.5037612]},"properties":{"@type":"node","@id":3079332520,"@timestamp":1410821235},"coords":"51.5037612,-0.1515427","bedrooms":"3","price":"219000","area":"681"} , +{"type":"Feature","id":"n3079332530","geometry":{"type":"Point","coordinates":[-0.1475642,51.5038037]},"properties":{"@type":"node","@id":3079332530,"@timestamp":1410821235},"coords":"51.5038037,-0.1475642","bedrooms":"1","price":"265000","area":"355"} , +{"type":"Feature","id":"n3079332740","geometry":{"type":"Point","coordinates":[-0.1473422,51.5038401]},"properties":{"@type":"node","@id":3079332740,"@timestamp":1410821235},"coords":"51.5038401,-0.1473422","bedrooms":"3","price":"263000","area":"618"} , +{"type":"Feature","id":"n3079332750","geometry":{"type":"Point","coordinates":[-0.1402978,51.5038786]},"properties":{"@type":"node","@id":3079332750,"@timestamp":1410821236},"coords":"51.5038786,-0.1402978","bedrooms":"2","price":"244000","area":"376"} , +{"type":"Feature","id":"n3079332760","geometry":{"type":"Point","coordinates":[-0.1534971,51.5039273]},"properties":{"@type":"node","@id":3079332760,"@timestamp":1410821236},"coords":"51.5039273,-0.1534971","bedrooms":"2","price":"193000","area":"504"} , +{"type":"Feature","id":"n3079332770","geometry":{"type":"Point","coordinates":[-0.129298,51.504]},"properties":{"@type":"node","@id":3079332770,"@timestamp":1410821236},"coords":"51.504,-0.129298","bedrooms":"0","price":"282000","area":"531"} , +{"type":"Feature","id":"n3079332780","geometry":{"type":"Point","coordinates":[-0.1366536,51.5040619]},"properties":{"@type":"node","@id":3079332780,"@timestamp":1410821237},"coords":"51.5040619,-0.1366536","bedrooms":"3","price":"276000","area":"600"} , +{"type":"Feature","id":"n3079332790","geometry":{"type":"Point","coordinates":[-0.1353101,51.5041478]},"properties":{"@type":"node","@id":3079332790,"@timestamp":1410821237},"coords":"51.5041478,-0.1353101","bedrooms":"2","price":"220000","area":"504"} , +{"type":"Feature","id":"n3079332800","geometry":{"type":"Point","coordinates":[-0.1371162,51.5042269]},"properties":{"@type":"node","@id":3079332800,"@timestamp":1604933940},"coords":"51.5042269,-0.1371162","bedrooms":"2","price":"251000","area":"487"} , +{"type":"Feature","id":"n3079332810","geometry":{"type":"Point","coordinates":[-0.1230847,51.5042763]},"properties":{"@type":"node","@id":3079332810,"@timestamp":1410821237},"coords":"51.5042763,-0.1230847","bedrooms":"3","price":"294000","area":"656"} , +{"type":"Feature","id":"n3079332820","geometry":{"type":"Point","coordinates":[-0.1406015,51.504354]},"properties":{"@type":"node","@id":3079332820,"@timestamp":1410821238},"coords":"51.504354,-0.1406015","bedrooms":"4","price":"278000","area":"499"} , +{"type":"Feature","id":"n3079332830","geometry":{"type":"Point","coordinates":[-0.1360831,51.5044629]},"properties":{"@type":"node","@id":3079332830,"@timestamp":1410821238},"coords":"51.5044629,-0.1360831","bedrooms":"1","price":"277000","area":"359"} , +{"type":"Feature","id":"n3079332840","geometry":{"type":"Point","coordinates":[-0.1261447,51.5044943]},"properties":{"@type":"node","@id":3079332840,"@timestamp":1410821238},"coords":"51.5044943,-0.1261447","bedrooms":"0","price":"296000","area":"379"} , +{"type":"Feature","id":"n3079332850","geometry":{"type":"Point","coordinates":[-0.1522663,51.5045371]},"properties":{"@type":"node","@id":3079332850,"@timestamp":1481748833},"coords":"51.5045371,-0.1522663","bedrooms":"2","price":"165000","area":"503"} , +{"type":"Feature","id":"n3079332861","geometry":{"type":"Point","coordinates":[-0.1344174,51.5046863]},"properties":{"@type":"node","@id":3079332861,"@timestamp":1410821239},"coords":"51.5046863,-0.1344174","bedrooms":"4","price":"269000","area":"405"} , +{"type":"Feature","id":"n3079332871","geometry":{"type":"Point","coordinates":[-0.1328835,51.5047561]},"properties":{"@type":"node","@id":3079332871,"@timestamp":1410821239},"coords":"51.5047561,-0.1328835","bedrooms":"0","price":"274000","area":"446"} , +{"type":"Feature","id":"n3079332881","geometry":{"type":"Point","coordinates":[-0.1340861,51.504818]},"properties":{"@type":"node","@id":3079332881,"@timestamp":1410821240},"coords":"51.504818,-0.1340861","bedrooms":"3","price":"157000","area":"509"} , +{"type":"Feature","id":"n3079332891","geometry":{"type":"Point","coordinates":[-0.1228775,51.5048429]},"properties":{"@type":"node","@id":3079332891,"@timestamp":1410821240},"coords":"51.5048429,-0.1228775","bedrooms":"0","price":"293000","area":"454"} , +{"type":"Feature","id":"n3079332901","geometry":{"type":"Point","coordinates":[-0.1459641,51.504916]},"properties":{"@type":"node","@id":3079332901,"@timestamp":1410821240},"coords":"51.504916,-0.1459641","bedrooms":"0","price":"249000","area":"655"} , +{"type":"Feature","id":"n3079332911","geometry":{"type":"Point","coordinates":[-0.1457772,51.5050032]},"properties":{"@type":"node","@id":3079332911,"@timestamp":1410821241},"coords":"51.5050032,-0.1457772","bedrooms":"0","price":"213000","area":"559"} , +{"type":"Feature","id":"n3079332921","geometry":{"type":"Point","coordinates":[-0.1236858,51.5050917]},"properties":{"@type":"node","@id":3079332921,"@timestamp":1410821241},"coords":"51.5050917,-0.1236858","bedrooms":"4","price":"202000","area":"618"} , +{"type":"Feature","id":"n3079332931","geometry":{"type":"Point","coordinates":[-0.1299404,51.5051704]},"properties":{"@type":"node","@id":3079332931,"@timestamp":1410821241},"coords":"51.5051704,-0.1299404","bedrooms":"3","price":"248000","area":"690"} , +{"type":"Feature","id":"n3079332941","geometry":{"type":"Point","coordinates":[-0.1521774,51.5052286]},"properties":{"@type":"node","@id":3079332941,"@timestamp":1410821241},"coords":"51.5052286,-0.1521774","bedrooms":"4","price":"230000","area":"646"} , +{"type":"Feature","id":"n3079332951","geometry":{"type":"Point","coordinates":[-0.1318791,51.5053085]},"properties":{"@type":"node","@id":3079332951,"@timestamp":1410821242},"coords":"51.5053085,-0.1318791","bedrooms":"1","price":"186000","area":"568"} , +{"type":"Feature","id":"n3079332963","geometry":{"type":"Point","coordinates":[-0.1315171,51.5054176]},"properties":{"@type":"node","@id":3079332963,"@timestamp":1410821242},"coords":"51.5054176,-0.1315171","bedrooms":"2","price":"234000","area":"409"} , +{"type":"Feature","id":"n3079332973","geometry":{"type":"Point","coordinates":[-0.1303258,51.5055121]},"properties":{"@type":"node","@id":3079332973,"@timestamp":1410821242},"coords":"51.5055121,-0.1303258","bedrooms":"0","price":"257000","area":"496"} , +{"type":"Feature","id":"n3079332983","geometry":{"type":"Point","coordinates":[-0.1234678,51.5056005]},"properties":{"@type":"node","@id":3079332983,"@timestamp":1410821243},"coords":"51.5056005,-0.1234678","bedrooms":"0","price":"218000","area":"684"} , +{"type":"Feature","id":"n3079332993","geometry":{"type":"Point","coordinates":[-0.1229774,51.5056966]},"properties":{"@type":"node","@id":3079332993,"@timestamp":1410821243},"coords":"51.5056966,-0.1229774","bedrooms":"1","price":"267000","area":"476"} , +{"type":"Feature","id":"n3079333003","geometry":{"type":"Point","coordinates":[-0.1233407,51.5058153]},"properties":{"@type":"node","@id":3079333003,"@timestamp":1410821243},"coords":"51.5058153,-0.1233407","bedrooms":"2","price":"251000","area":"354"} , +{"type":"Feature","id":"n3079333013","geometry":{"type":"Point","coordinates":[-0.1417128,51.5058902]},"properties":{"@type":"node","@id":3079333013,"@timestamp":1410821243},"coords":"51.5058902,-0.1417128","bedrooms":"0","price":"251000","area":"509"} , +{"type":"Feature","id":"n3079333023","geometry":{"type":"Point","coordinates":[-0.130209,51.5060064]},"properties":{"@type":"node","@id":3079333023,"@timestamp":1410821243},"coords":"51.5060064,-0.130209","bedrooms":"1","price":"154000","area":"545"} , +{"type":"Feature","id":"n3079333033","geometry":{"type":"Point","coordinates":[-0.1328806,51.5060953]},"properties":{"@type":"node","@id":3079333033,"@timestamp":1410821244},"coords":"51.5060953,-0.1328806","bedrooms":"2","price":"166000","area":"517"} , +{"type":"Feature","id":"n3079333043","geometry":{"type":"Point","coordinates":[-0.1416606,51.5061719]},"properties":{"@type":"node","@id":3079333043,"@timestamp":1410821244},"coords":"51.5061719,-0.1416606","bedrooms":"2","price":"188000","area":"567"} , +{"type":"Feature","id":"n3079333053","geometry":{"type":"Point","coordinates":[-0.130501,51.50621]},"properties":{"@type":"node","@id":3079333053,"@timestamp":1410821244},"coords":"51.50621,-0.130501","bedrooms":"1","price":"286000","area":"452"} , +{"type":"Feature","id":"n3079333063","geometry":{"type":"Point","coordinates":[-0.1299658,51.506268]},"properties":{"@type":"node","@id":3079333063,"@timestamp":1410821245},"coords":"51.506268,-0.1299658","bedrooms":"1","price":"276000","area":"667"} , +{"type":"Feature","id":"n3079333073","geometry":{"type":"Point","coordinates":[-0.1429925,51.5063886]},"properties":{"@type":"node","@id":3079333073,"@timestamp":1410821245},"coords":"51.5063886,-0.1429925","bedrooms":"4","price":"195000","area":"479"} , +{"type":"Feature","id":"n3079333083","geometry":{"type":"Point","coordinates":[-0.1230319,51.506471]},"properties":{"@type":"node","@id":3079333083,"@timestamp":1410821245},"coords":"51.506471,-0.1230319","bedrooms":"2","price":"217000","area":"445"} , +{"type":"Feature","id":"n3079333093","geometry":{"type":"Point","coordinates":[-0.1351996,51.5066624]},"properties":{"@type":"node","@id":3079333093,"@timestamp":1410821245},"coords":"51.5066624,-0.1351996","bedrooms":"2","price":"265000","area":"578"} , +{"type":"Feature","id":"n3079333103","geometry":{"type":"Point","coordinates":[-0.1532519,51.506777]},"properties":{"@type":"node","@id":3079333103,"@timestamp":1410821246},"coords":"51.506777,-0.1532519","bedrooms":"0","price":"207000","area":"488"} , +{"type":"Feature","id":"n3079333113","geometry":{"type":"Point","coordinates":[-0.1241944,51.5068724]},"properties":{"@type":"node","@id":3079333113,"@timestamp":1410821246},"coords":"51.5068724,-0.1241944","bedrooms":"0","price":"160000","area":"627"} , +{"type":"Feature","id":"n3079333126","geometry":{"type":"Point","coordinates":[-0.1408477,51.506934]},"properties":{"@type":"node","@id":3079333126,"@timestamp":1410821246},"coords":"51.506934,-0.1408477","bedrooms":"3","price":"226000","area":"371"} , +{"type":"Feature","id":"n3079333140","geometry":{"type":"Point","coordinates":[-0.1449685,51.5070564]},"properties":{"@type":"node","@id":3079333140,"@timestamp":1410821247},"coords":"51.5070564,-0.1449685","bedrooms":"3","price":"255000","area":"653"} , +{"type":"Feature","id":"n3079333154","geometry":{"type":"Point","coordinates":[-0.1356414,51.5071779]},"properties":{"@type":"node","@id":3079333154,"@timestamp":1410821247},"coords":"51.5071779,-0.1356414","bedrooms":"1","price":"229000","area":"454"} , +{"type":"Feature","id":"n3079333166","geometry":{"type":"Point","coordinates":[-0.126319,51.5072942]},"properties":{"@type":"node","@id":3079333166,"@timestamp":1410821247},"coords":"51.5072942,-0.126319","bedrooms":"0","price":"210000","area":"531"} , +{"type":"Feature","id":"n3079333176","geometry":{"type":"Point","coordinates":[-0.1268816,51.5073968]},"properties":{"@type":"node","@id":3079333176,"@timestamp":1410821248},"coords":"51.5073968,-0.1268816","bedrooms":"4","price":"272000","area":"596"} , +{"type":"Feature","id":"n3079333187","geometry":{"type":"Point","coordinates":[-0.13508,51.5075788]},"properties":{"@type":"node","@id":3079333187,"@timestamp":1486316572},"coords":"51.5075788,-0.13508","bedrooms":"0","price":"281000","area":"672"} , +{"type":"Feature","id":"n3079333199","geometry":{"type":"Point","coordinates":[-0.1221327,51.5077938]},"properties":{"@type":"node","@id":3079333199,"@timestamp":1410821248},"coords":"51.5077938,-0.1221327","bedrooms":"1","price":"207000","area":"377"} , +{"type":"Feature","id":"n3079333209","geometry":{"type":"Point","coordinates":[-0.1210517,51.5079608]},"properties":{"@type":"node","@id":3079333209,"@timestamp":1410821248},"coords":"51.5079608,-0.1210517","bedrooms":"2","price":"230000","area":"589"} , +{"type":"Feature","id":"n3079333219","geometry":{"type":"Point","coordinates":[-0.1229158,51.5081887]},"properties":{"@type":"node","@id":3079333219,"@timestamp":1410821249},"coords":"51.5081887,-0.1229158","bedrooms":"0","price":"294000","area":"521"} , +{"type":"Feature","id":"n3079333229","geometry":{"type":"Point","coordinates":[-0.122605,51.5083026]},"properties":{"@type":"node","@id":3079333229,"@timestamp":1410821249},"coords":"51.5083026,-0.122605","bedrooms":"3","price":"222000","area":"428"} , +{"type":"Feature","id":"n3079333239","geometry":{"type":"Point","coordinates":[-0.1205657,51.5084124]},"properties":{"@type":"node","@id":3079333239,"@timestamp":1410821249},"coords":"51.5084124,-0.1205657","bedrooms":"0","price":"174000","area":"686"} , +{"type":"Feature","id":"n3079333249","geometry":{"type":"Point","coordinates":[-0.1222833,51.5084953]},"properties":{"@type":"node","@id":3079333249,"@timestamp":1410821250},"coords":"51.5084953,-0.1222833","bedrooms":"4","price":"165000","area":"616"} , +{"type":"Feature","id":"n3079333259","geometry":{"type":"Point","coordinates":[-0.1220304,51.5086072]},"properties":{"@type":"node","@id":3079333259,"@timestamp":1410821250},"coords":"51.5086072,-0.1220304","bedrooms":"3","price":"203000","area":"467"} , +{"type":"Feature","id":"n3079333269","geometry":{"type":"Point","coordinates":[-0.121804,51.5087274]},"properties":{"@type":"node","@id":3079333269,"@timestamp":1410821250},"coords":"51.5087274,-0.121804","bedrooms":"1","price":"241000","area":"646"} , +{"type":"Feature","id":"n3079333279","geometry":{"type":"Point","coordinates":[-0.1440839,51.5088165]},"properties":{"@type":"node","@id":3079333279,"@timestamp":1410821250},"coords":"51.5088165,-0.1440839","bedrooms":"0","price":"224000","area":"501"} , +{"type":"Feature","id":"n3079333289","geometry":{"type":"Point","coordinates":[-0.129571,51.509015]},"properties":{"@type":"node","@id":3079333289,"@timestamp":1599757379},"coords":"51.509015,-0.129571","bedrooms":"1","price":"281000","area":"432"} , +{"type":"Feature","id":"n3079333299","geometry":{"type":"Point","coordinates":[-0.1295897,51.5090578]},"properties":{"@type":"node","@id":3079333299,"@timestamp":1599757379},"coords":"51.5090578,-0.1295897","bedrooms":"2","price":"259000","area":"446"} , +{"type":"Feature","id":"n3079333309","geometry":{"type":"Point","coordinates":[-0.1208586,51.5091417]},"properties":{"@type":"node","@id":3079333309,"@timestamp":1410821251},"coords":"51.5091417,-0.1208586","bedrooms":"2","price":"277000","area":"404"} , +{"type":"Feature","id":"n3079333319","geometry":{"type":"Point","coordinates":[-0.1504606,51.5092412]},"properties":{"@type":"node","@id":3079333319,"@timestamp":1410821251},"coords":"51.5092412,-0.1504606","bedrooms":"3","price":"221000","area":"476"} , +{"type":"Feature","id":"n3079333329","geometry":{"type":"Point","coordinates":[-0.155576,51.5093357]},"properties":{"@type":"node","@id":3079333329,"@timestamp":1410821252},"coords":"51.5093357,-0.155576","bedrooms":"0","price":"210000","area":"542"} , +{"type":"Feature","id":"n3079333339","geometry":{"type":"Point","coordinates":[-0.1449947,51.5094447]},"properties":{"@type":"node","@id":3079333339,"@timestamp":1410821252},"coords":"51.5094447,-0.1449947","bedrooms":"3","price":"211000","area":"581"} , +{"type":"Feature","id":"n3079333349","geometry":{"type":"Point","coordinates":[-0.1495496,51.5095538]},"properties":{"@type":"node","@id":3079333349,"@timestamp":1410821252},"coords":"51.5095538,-0.1495496","bedrooms":"3","price":"154000","area":"481"} , +{"type":"Feature","id":"n3079333359","geometry":{"type":"Point","coordinates":[-0.1455553,51.5096628]},"properties":{"@type":"node","@id":3079333359,"@timestamp":1410821253},"coords":"51.5096628,-0.1455553","bedrooms":"0","price":"201000","area":"543"} , +{"type":"Feature","id":"n3079333369","geometry":{"type":"Point","coordinates":[-0.1460225,51.509721]},"properties":{"@type":"node","@id":3079333369,"@timestamp":1410821253},"coords":"51.509721,-0.1460225","bedrooms":"2","price":"230000","area":"675"} , +{"type":"Feature","id":"n3079333380","geometry":{"type":"Point","coordinates":[-0.1575965,51.5098155]},"properties":{"@type":"node","@id":3079333380,"@timestamp":1410821253},"coords":"51.5098155,-0.1575965","bedrooms":"0","price":"241000","area":"470"} , +{"type":"Feature","id":"n3079333390","geometry":{"type":"Point","coordinates":[-0.1461159,51.5100335]},"properties":{"@type":"node","@id":3079333390,"@timestamp":1410821253},"coords":"51.5100335,-0.1461159","bedrooms":"4","price":"250000","area":"608"} , +{"type":"Feature","id":"n3079333400","geometry":{"type":"Point","coordinates":[-0.156814,51.5102152]},"properties":{"@type":"node","@id":3079333400,"@timestamp":1410821254},"coords":"51.5102152,-0.156814","bedrooms":"0","price":"260000","area":"418"} , +{"type":"Feature","id":"n3079333410","geometry":{"type":"Point","coordinates":[-0.1303246,51.5103366]},"properties":{"@type":"node","@id":3079333410,"@timestamp":1410821254},"coords":"51.5103366,-0.1303246","bedrooms":"1","price":"154000","area":"357"} , +{"type":"Feature","id":"n3079333420","geometry":{"type":"Point","coordinates":[-0.130635,51.5104634]},"properties":{"@type":"node","@id":3079333420,"@timestamp":1410821254},"coords":"51.5104634,-0.130635","bedrooms":"0","price":"228000","area":"601"} , +{"type":"Feature","id":"n3079333430","geometry":{"type":"Point","coordinates":[-0.1257821,51.51061]},"properties":{"@type":"node","@id":3079333430,"@timestamp":1546210088},"coords":"51.51061,-0.1257821","bedrooms":"4","price":"288000","area":"678"} , +{"type":"Feature","id":"n3079333440","geometry":{"type":"Point","coordinates":[-0.1581104,51.510804]},"properties":{"@type":"node","@id":3079333440,"@timestamp":1410821255},"coords":"51.510804,-0.1581104","bedrooms":"1","price":"193000","area":"652"} , +{"type":"Feature","id":"n3079333450","geometry":{"type":"Point","coordinates":[-0.1575031,51.5112837]},"properties":{"@type":"node","@id":3079333450,"@timestamp":1410821255},"coords":"51.5112837,-0.1575031","bedrooms":"4","price":"216000","area":"394"} , +{"type":"Feature","id":"n3079333460","geometry":{"type":"Point","coordinates":[-0.1575965,51.5114582]},"properties":{"@type":"node","@id":3079333460,"@timestamp":1613259577},"coords":"51.5114582,-0.1575965","bedrooms":"0","price":"160000","area":"474"} , +{"type":"Feature","id":"n3079333470","geometry":{"type":"Point","coordinates":[-0.1588228,51.5116181]},"properties":{"@type":"node","@id":3079333470,"@timestamp":1410821256},"coords":"51.5116181,-0.1588228","bedrooms":"0","price":"159000","area":"448"} , +{"type":"Feature","id":"n3079333481","geometry":{"type":"Point","coordinates":[-0.1376015,51.5117141]},"properties":{"@type":"node","@id":3079333481,"@timestamp":1410821256},"coords":"51.5117141,-0.1376015","bedrooms":"4","price":"276000","area":"421"} , +{"type":"Feature","id":"n3079333492","geometry":{"type":"Point","coordinates":[-0.1579936,51.511887]},"properties":{"@type":"node","@id":3079333492,"@timestamp":1410821256},"coords":"51.511887,-0.1579936","bedrooms":"0","price":"181000","area":"436"} , +{"type":"Feature","id":"n3079333502","geometry":{"type":"Point","coordinates":[-0.1561351,51.5120064]},"properties":{"@type":"node","@id":3079333502,"@timestamp":1534655282},"coords":"51.5120064,-0.1561351","bedrooms":"3","price":"276000","area":"462"} , +{"type":"Feature","id":"n3079333512","geometry":{"type":"Point","coordinates":[-0.1617659,51.5121051]},"properties":{"@type":"node","@id":3079333512,"@timestamp":1410821257},"coords":"51.5121051,-0.1617659","bedrooms":"0","price":"173000","area":"668"} , +{"type":"Feature","id":"n3079333522","geometry":{"type":"Point","coordinates":[-0.1280725,51.512282]},"properties":{"@type":"node","@id":3079333522,"@timestamp":1410821257},"coords":"51.512282,-0.1280725","bedrooms":"4","price":"160000","area":"616"} , +{"type":"Feature","id":"n3079333532","geometry":{"type":"Point","coordinates":[-0.1326138,51.5124299]},"properties":{"@type":"node","@id":3079333532,"@timestamp":1410821257},"coords":"51.5124299,-0.1326138","bedrooms":"1","price":"151000","area":"669"} , +{"type":"Feature","id":"n3079333542","geometry":{"type":"Point","coordinates":[-0.1629339,51.5126139]},"properties":{"@type":"node","@id":3079333542,"@timestamp":1410821258},"coords":"51.5126139,-0.1629339","bedrooms":"3","price":"296000","area":"638"} , +{"type":"Feature","id":"n3079333552","geometry":{"type":"Point","coordinates":[-0.1234947,51.5126928]},"properties":{"@type":"node","@id":3079333552,"@timestamp":1410821258},"coords":"51.5126928,-0.1234947","bedrooms":"4","price":"198000","area":"669"} , +{"type":"Feature","id":"n3079333562","geometry":{"type":"Point","coordinates":[-0.1491175,51.5128174]},"properties":{"@type":"node","@id":3079333562,"@timestamp":1410821258},"coords":"51.5128174,-0.1491175","bedrooms":"4","price":"217000","area":"589"} , +{"type":"Feature","id":"n3079333572","geometry":{"type":"Point","coordinates":[-0.1530417,51.5129628]},"properties":{"@type":"node","@id":3079333572,"@timestamp":1410821259},"coords":"51.5129628,-0.1530417","bedrooms":"4","price":"260000","area":"422"} , +{"type":"Feature","id":"n3079333584","geometry":{"type":"Point","coordinates":[-0.1585542,51.5131227]},"properties":{"@type":"node","@id":3079333584,"@timestamp":1410821259},"coords":"51.5131227,-0.1585542","bedrooms":"4","price":"180000","area":"584"} , +{"type":"Feature","id":"n3079333594","geometry":{"type":"Point","coordinates":[-0.1643704,51.5133262]},"properties":{"@type":"node","@id":3079333594,"@timestamp":1410821259},"coords":"51.5133262,-0.1643704","bedrooms":"3","price":"233000","area":"452"} , +{"type":"Feature","id":"n3079333604","geometry":{"type":"Point","coordinates":[-0.1286447,51.5135368]},"properties":{"@type":"node","@id":3079333604,"@timestamp":1410821259},"coords":"51.5135368,-0.1286447","bedrooms":"1","price":"280000","area":"493"} , +{"type":"Feature","id":"n3079333614","geometry":{"type":"Point","coordinates":[-0.1236957,51.5136798]},"properties":{"@type":"node","@id":3079333614,"@timestamp":1410821260},"coords":"51.5136798,-0.1236957","bedrooms":"4","price":"202000","area":"384"} , +{"type":"Feature","id":"n3079333624","geometry":{"type":"Point","coordinates":[-0.164674,51.5138277]},"properties":{"@type":"node","@id":3079333624,"@timestamp":1410821260},"coords":"51.5138277,-0.164674","bedrooms":"2","price":"209000","area":"419"} , +{"type":"Feature","id":"n3079333634","geometry":{"type":"Point","coordinates":[-0.1435465,51.5140021]},"properties":{"@type":"node","@id":3079333634,"@timestamp":1410821260},"coords":"51.5140021,-0.1435465","bedrooms":"4","price":"181000","area":"495"} , +{"type":"Feature","id":"n3079333644","geometry":{"type":"Point","coordinates":[-0.1440604,51.5141984]},"properties":{"@type":"node","@id":3079333644,"@timestamp":1410821260},"coords":"51.5141984,-0.1440604","bedrooms":"4","price":"246000","area":"655"} , +{"type":"Feature","id":"n3079333655","geometry":{"type":"Point","coordinates":[-0.1274583,51.5145149]},"properties":{"@type":"node","@id":3079333655,"@timestamp":1634252973},"coords":"51.5145149,-0.1274583","bedrooms":"0","price":"243000","area":"567"} , +{"type":"Feature","id":"n3079333666","geometry":{"type":"Point","coordinates":[-0.1272997,51.514658]},"properties":{"@type":"node","@id":3079333666,"@timestamp":1634241453},"coords":"51.514658,-0.1272997","bedrooms":"4","price":"180000","area":"572"} , +{"type":"Feature","id":"n3079333676","geometry":{"type":"Point","coordinates":[-0.1308217,51.5148544]},"properties":{"@type":"node","@id":3079333676,"@timestamp":1518753348},"coords":"51.5148544,-0.1308217","bedrooms":"4","price":"181000","area":"633"} , +{"type":"Feature","id":"n3079333686","geometry":{"type":"Point","coordinates":[-0.1638954,51.5149358]},"properties":{"@type":"node","@id":3079333686,"@timestamp":1487817250},"coords":"51.5149358,-0.1638954","bedrooms":"4","price":"295000","area":"451"} , +{"type":"Feature","id":"n3079333696","geometry":{"type":"Point","coordinates":[-0.1265285,51.5150233]},"properties":{"@type":"node","@id":3079333696,"@timestamp":1410821262},"coords":"51.5150233,-0.1265285","bedrooms":"0","price":"226000","area":"520"} , +{"type":"Feature","id":"n3079333706","geometry":{"type":"Point","coordinates":[-0.124373,51.5151875]},"properties":{"@type":"node","@id":3079333706,"@timestamp":1518653570},"coords":"51.5151875,-0.124373","bedrooms":"2","price":"184000","area":"503"} , +{"type":"Feature","id":"n3079333716","geometry":{"type":"Point","coordinates":[-0.1320045,51.5152093]},"properties":{"@type":"node","@id":3079333716,"@timestamp":1410821262},"coords":"51.5152093,-0.1320045","bedrooms":"4","price":"229000","area":"362"} , +{"type":"Feature","id":"n3079333726","geometry":{"type":"Point","coordinates":[-0.1242052,51.5152564]},"properties":{"@type":"node","@id":3079333726,"@timestamp":1410821263},"coords":"51.5152564,-0.1242052","bedrooms":"0","price":"227000","area":"355"} , +{"type":"Feature","id":"n3079333836","geometry":{"type":"Point","coordinates":[-0.1321489,51.5153891]},"properties":{"@type":"node","@id":3079333836,"@timestamp":1410821263},"coords":"51.5153891,-0.1321489","bedrooms":"0","price":"272000","area":"450"} , +{"type":"Feature","id":"n3079333846","geometry":{"type":"Point","coordinates":[-0.1317982,51.5154982]},"properties":{"@type":"node","@id":3079333846,"@timestamp":1410821263},"coords":"51.5154982,-0.1317982","bedrooms":"4","price":"241000","area":"681"} , +{"type":"Feature","id":"n3079333856","geometry":{"type":"Point","coordinates":[-0.1262833,51.5156789]},"properties":{"@type":"node","@id":3079333856,"@timestamp":1410821264},"coords":"51.5156789,-0.1262833","bedrooms":"2","price":"274000","area":"416"} , +{"type":"Feature","id":"n3079333869","geometry":{"type":"Point","coordinates":[-0.1665777,51.5161462]},"properties":{"@type":"node","@id":3079333869,"@timestamp":1410821264},"coords":"51.5161462,-0.1665777","bedrooms":"2","price":"160000","area":"466"} , +{"type":"Feature","id":"n3079333879","geometry":{"type":"Point","coordinates":[-0.1244396,51.5163346]},"properties":{"@type":"node","@id":3079333879,"@timestamp":1410821265},"coords":"51.5163346,-0.1244396","bedrooms":"0","price":"272000","area":"648"} , +{"type":"Feature","id":"n3079333889","geometry":{"type":"Point","coordinates":[-0.1525511,51.5165023]},"properties":{"@type":"node","@id":3079333889,"@timestamp":1410821265},"coords":"51.5165023,-0.1525511","bedrooms":"2","price":"253000","area":"531"} , +{"type":"Feature","id":"n3079333899","geometry":{"type":"Point","coordinates":[-0.1264909,51.5166228]},"properties":{"@type":"node","@id":3079333899,"@timestamp":1474354119},"coords":"51.5166228,-0.1264909","bedrooms":"2","price":"202000","area":"373"} , +{"type":"Feature","id":"n3079333909","geometry":{"type":"Point","coordinates":[-0.1451115,51.5167494]},"properties":{"@type":"node","@id":3079333909,"@timestamp":1410821265},"coords":"51.5167494,-0.1451115","bedrooms":"4","price":"191000","area":"644"} , +{"type":"Feature","id":"n3079333919","geometry":{"type":"Point","coordinates":[-0.1523292,51.5168875]},"properties":{"@type":"node","@id":3079333919,"@timestamp":1410821266},"coords":"51.5168875,-0.1523292","bedrooms":"4","price":"257000","area":"462"} , +{"type":"Feature","id":"n3079333929","geometry":{"type":"Point","coordinates":[-0.1525628,51.5169602]},"properties":{"@type":"node","@id":3079333929,"@timestamp":1410821266},"coords":"51.5169602,-0.1525628","bedrooms":"1","price":"164000","area":"647"} , +{"type":"Feature","id":"n3079333939","geometry":{"type":"Point","coordinates":[-0.1590564,51.5171637]},"properties":{"@type":"node","@id":3079333939,"@timestamp":1410821266},"coords":"51.5171637,-0.1590564","bedrooms":"2","price":"270000","area":"367"} , +{"type":"Feature","id":"n3079333949","geometry":{"type":"Point","coordinates":[-0.1439436,51.5174035]},"properties":{"@type":"node","@id":3079333949,"@timestamp":1522442888},"coords":"51.5174035,-0.1439436","bedrooms":"1","price":"256000","area":"351"} , +{"type":"Feature","id":"n3079333959","geometry":{"type":"Point","coordinates":[-0.1607947,51.517676]},"properties":{"@type":"node","@id":3079333959,"@timestamp":1410821267},"coords":"51.517676,-0.1607947","bedrooms":"0","price":"196000","area":"511"} , +{"type":"Feature","id":"n3079333969","geometry":{"type":"Point","coordinates":[-0.160911,51.5178328]},"properties":{"@type":"node","@id":3079333969,"@timestamp":1410821267},"coords":"51.5178328,-0.160911","bedrooms":"2","price":"241000","area":"443"} , +{"type":"Feature","id":"n3079333979","geometry":{"type":"Point","coordinates":[-0.1457194,51.5180018]},"properties":{"@type":"node","@id":3079333979,"@timestamp":1410821268},"coords":"51.5180018,-0.1457194","bedrooms":"1","price":"252000","area":"441"} , +{"type":"Feature","id":"n3079333989","geometry":{"type":"Point","coordinates":[-0.1610758,51.5182008]},"properties":{"@type":"node","@id":3079333989,"@timestamp":1410821268},"coords":"51.5182008,-0.1610758","bedrooms":"4","price":"221000","area":"592"} , +{"type":"Feature","id":"n3079333999","geometry":{"type":"Point","coordinates":[-0.1320687,51.51829]},"properties":{"@type":"node","@id":3079333999,"@timestamp":1410821268},"coords":"51.51829,-0.1320687","bedrooms":"3","price":"180000","area":"621"} , +{"type":"Feature","id":"n3079334009","geometry":{"type":"Point","coordinates":[-0.1611728,51.518424]},"properties":{"@type":"node","@id":3079334009,"@timestamp":1410821269},"coords":"51.518424,-0.1611728","bedrooms":"0","price":"247000","area":"538"} , +{"type":"Feature","id":"n3079334019","geometry":{"type":"Point","coordinates":[-0.1329225,51.5185387]},"properties":{"@type":"node","@id":3079334019,"@timestamp":1410821269},"coords":"51.5185387,-0.1329225","bedrooms":"1","price":"230000","area":"377"} , +{"type":"Feature","id":"n3079334029","geometry":{"type":"Point","coordinates":[-0.1598031,51.5186882]},"properties":{"@type":"node","@id":3079334029,"@timestamp":1410821270},"coords":"51.5186882,-0.1598031","bedrooms":"4","price":"272000","area":"555"} , +{"type":"Feature","id":"n3079334239","geometry":{"type":"Point","coordinates":[-0.1295348,51.518793]},"properties":{"@type":"node","@id":3079334239,"@timestamp":1410821270},"coords":"51.518793,-0.1295348","bedrooms":"4","price":"247000","area":"583"} , +{"type":"Feature","id":"n3079334249","geometry":{"type":"Point","coordinates":[-0.1298981,51.5188835]},"properties":{"@type":"node","@id":3079334249,"@timestamp":1410821270},"coords":"51.5188835,-0.1298981","bedrooms":"3","price":"190000","area":"621"} , +{"type":"Feature","id":"n3079334259","geometry":{"type":"Point","coordinates":[-0.1293259,51.5190247]},"properties":{"@type":"node","@id":3079334259,"@timestamp":1410821270},"coords":"51.5190247,-0.1293259","bedrooms":"4","price":"268000","area":"560"} , +{"type":"Feature","id":"n3079334269","geometry":{"type":"Point","coordinates":[-0.1659176,51.5192431]},"properties":{"@type":"node","@id":3079334269,"@timestamp":1597409877},"coords":"51.5192431,-0.1659176","bedrooms":"3","price":"174000","area":"550"} , +{"type":"Feature","id":"n3079334279","geometry":{"type":"Point","coordinates":[-0.1536013,51.5193276]},"properties":{"@type":"node","@id":3079334279,"@timestamp":1410821271},"coords":"51.5193276,-0.1536013","bedrooms":"0","price":"263000","area":"616"} , +{"type":"Feature","id":"n3079334289","geometry":{"type":"Point","coordinates":[-0.163761,51.5194072]},"properties":{"@type":"node","@id":3079334289,"@timestamp":1410821272},"coords":"51.5194072,-0.163761","bedrooms":"2","price":"189000","area":"357"} , +{"type":"Feature","id":"n3079334299","geometry":{"type":"Point","coordinates":[-0.13196,51.5195521]},"properties":{"@type":"node","@id":3079334299,"@timestamp":1464913710},"coords":"51.5195521,-0.13196","bedrooms":"2","price":"280000","area":"355"} , +{"type":"Feature","id":"n3079334309","geometry":{"type":"Point","coordinates":[-0.1393164,51.5197764]},"properties":{"@type":"node","@id":3079334309,"@timestamp":1410821272},"coords":"51.5197764,-0.1393164","bedrooms":"3","price":"221000","area":"522"} , +{"type":"Feature","id":"n3079334319","geometry":{"type":"Point","coordinates":[-0.1688698,51.5199101]},"properties":{"@type":"node","@id":3079334319,"@timestamp":1410821272},"coords":"51.5199101,-0.1688698","bedrooms":"4","price":"266000","area":"609"} , +{"type":"Feature","id":"n3079334329","geometry":{"type":"Point","coordinates":[-0.1292525,51.5200535]},"properties":{"@type":"node","@id":3079334329,"@timestamp":1604870761},"coords":"51.5200535,-0.1292525","bedrooms":"0","price":"204000","area":"451"} , +{"type":"Feature","id":"n3079334439","geometry":{"type":"Point","coordinates":[-0.1675909,51.5201713]},"properties":{"@type":"node","@id":3079334439,"@timestamp":1410821273},"coords":"51.5201713,-0.1675909","bedrooms":"4","price":"201000","area":"629"} , +{"type":"Feature","id":"n3079334449","geometry":{"type":"Point","coordinates":[-0.169066,51.5202407]},"properties":{"@type":"node","@id":3079334449,"@timestamp":1557660689},"coords":"51.5202407,-0.169066","bedrooms":"2","price":"224000","area":"561"} , +{"type":"Feature","id":"n3079334459","geometry":{"type":"Point","coordinates":[-0.1450353,51.5203518]},"properties":{"@type":"node","@id":3079334459,"@timestamp":1410821273},"coords":"51.5203518,-0.1450353","bedrooms":"3","price":"184000","area":"364"} , +{"type":"Feature","id":"n3079334469","geometry":{"type":"Point","coordinates":[-0.1296884,51.5205056]},"properties":{"@type":"node","@id":3079334469,"@timestamp":1604870761},"coords":"51.5205056,-0.1296884","bedrooms":"3","price":"249000","area":"362"} , +{"type":"Feature","id":"n3079334479","geometry":{"type":"Point","coordinates":[-0.1672687,51.5205844]},"properties":{"@type":"node","@id":3079334479,"@timestamp":1410821274},"coords":"51.5205844,-0.1672687","bedrooms":"3","price":"286000","area":"619"} , +{"type":"Feature","id":"n3079334489","geometry":{"type":"Point","coordinates":[-0.1452262,51.5206856]},"properties":{"@type":"node","@id":3079334489,"@timestamp":1410821274},"coords":"51.5206856,-0.1452262","bedrooms":"1","price":"185000","area":"654"} , +{"type":"Feature","id":"n3079334499","geometry":{"type":"Point","coordinates":[-0.1642715,51.5207909]},"properties":{"@type":"node","@id":3079334499,"@timestamp":1410821275},"coords":"51.5207909,-0.1642715","bedrooms":"1","price":"176000","area":"460"} , +{"type":"Feature","id":"n3079334509","geometry":{"type":"Point","coordinates":[-0.1294768,51.5209214]},"properties":{"@type":"node","@id":3079334509,"@timestamp":1604867428},"coords":"51.5209214,-0.1294768","bedrooms":"3","price":"265000","area":"651"} , +{"type":"Feature","id":"n3079334519","geometry":{"type":"Point","coordinates":[-0.1295802,51.5210253]},"properties":{"@type":"node","@id":3079334519,"@timestamp":1410821276},"coords":"51.5210253,-0.1295802","bedrooms":"3","price":"293000","area":"462"} , +{"type":"Feature","id":"n3079334529","geometry":{"type":"Point","coordinates":[-0.1316328,51.5210818]},"properties":{"@type":"node","@id":3079334529,"@timestamp":1410821276},"coords":"51.5210818,-0.1316328","bedrooms":"4","price":"291000","area":"640"} , +{"type":"Feature","id":"n3079334739","geometry":{"type":"Point","coordinates":[-0.1317781,51.521144]},"properties":{"@type":"node","@id":3079334739,"@timestamp":1410821276},"coords":"51.521144,-0.1317781","bedrooms":"1","price":"181000","area":"603"} , +{"type":"Feature","id":"n3079334749","geometry":{"type":"Point","coordinates":[-0.1635499,51.5212447]},"properties":{"@type":"node","@id":3079334749,"@timestamp":1556782960},"coords":"51.5212447,-0.1635499","bedrooms":"2","price":"179000","area":"363"} , +{"type":"Feature","id":"n3079334759","geometry":{"type":"Point","coordinates":[-0.1670246,51.5212526]},"properties":{"@type":"node","@id":3079334759,"@timestamp":1410821277},"coords":"51.5212526,-0.1670246","bedrooms":"0","price":"185000","area":"682"} , +{"type":"Feature","id":"n3079334769","geometry":{"type":"Point","coordinates":[-0.1380317,51.5213377]},"properties":{"@type":"node","@id":3079334769,"@timestamp":1472261835},"coords":"51.5213377,-0.1380317","bedrooms":"2","price":"158000","area":"364"} , +{"type":"Feature","id":"n3079334779","geometry":{"type":"Point","coordinates":[-0.1609033,51.5213802]},"properties":{"@type":"node","@id":3079334779,"@timestamp":1410821277},"coords":"51.5213802,-0.1609033","bedrooms":"2","price":"186000","area":"667"} , +{"type":"Feature","id":"n3079334789","geometry":{"type":"Point","coordinates":[-0.1301182,51.5215554]},"properties":{"@type":"node","@id":3079334789,"@timestamp":1604867428},"coords":"51.5215554,-0.1301182","bedrooms":"2","price":"168000","area":"655"} , +{"type":"Feature","id":"n3079334800","geometry":{"type":"Point","coordinates":[-0.1289122,51.5214976]},"properties":{"@type":"node","@id":3079334800,"@timestamp":1606353668},"coords":"51.5214976,-0.1289122","bedrooms":"2","price":"196000","area":"633"} , +{"type":"Feature","id":"n3079334810","geometry":{"type":"Point","coordinates":[-0.1364555,51.5216244]},"properties":{"@type":"node","@id":3079334810,"@timestamp":1410821279},"coords":"51.5216244,-0.1364555","bedrooms":"2","price":"224000","area":"466"} , +{"type":"Feature","id":"n3079334820","geometry":{"type":"Point","coordinates":[-0.1304963,51.5217363]},"properties":{"@type":"node","@id":3079334820,"@timestamp":1604858707},"coords":"51.5217363,-0.1304963","bedrooms":"4","price":"294000","area":"424"} , +{"type":"Feature","id":"n3079334830","geometry":{"type":"Point","coordinates":[-0.1307735,51.5218537]},"properties":{"@type":"node","@id":3079334830,"@timestamp":1604858707},"coords":"51.5218537,-0.1307735","bedrooms":"4","price":"273000","area":"516"} , +{"type":"Feature","id":"n3079335041","geometry":{"type":"Point","coordinates":[-0.1327408,51.522133]},"properties":{"@type":"node","@id":3079335041,"@timestamp":1410821280},"coords":"51.522133,-0.1327408","bedrooms":"0","price":"278000","area":"391"} , +{"type":"Feature","id":"n3079335051","geometry":{"type":"Point","coordinates":[-0.1626122,51.5222376]},"properties":{"@type":"node","@id":3079335051,"@timestamp":1479235793},"coords":"51.5222376,-0.1626122","bedrooms":"4","price":"230000","area":"421"} , +{"type":"Feature","id":"n3079335061","geometry":{"type":"Point","coordinates":[-0.1311717,51.5223613]},"properties":{"@type":"node","@id":3079335061,"@timestamp":1428923843},"coords":"51.5223613,-0.1311717","bedrooms":"3","price":"209000","area":"625"} , +{"type":"Feature","id":"n3079335071","geometry":{"type":"Point","coordinates":[-0.1514432,51.5225283]},"properties":{"@type":"node","@id":3079335071,"@timestamp":1410821280},"coords":"51.5225283,-0.1514432","bedrooms":"3","price":"292000","area":"367"} , +{"type":"Feature","id":"n3079335082","geometry":{"type":"Point","coordinates":[-0.1399523,51.5227044]},"properties":{"@type":"node","@id":3079335082,"@timestamp":1410821281},"coords":"51.5227044,-0.1399523","bedrooms":"3","price":"195000","area":"516"} , +{"type":"Feature","id":"n3079335092","geometry":{"type":"Point","coordinates":[-0.1602862,51.5228763]},"properties":{"@type":"node","@id":3079335092,"@timestamp":1594564806},"coords":"51.5228763,-0.1602862","bedrooms":"3","price":"252000","area":"558"} , +{"type":"Feature","id":"n3079335103","geometry":{"type":"Point","coordinates":[-0.1522925,51.5229535]},"properties":{"@type":"node","@id":3079335103,"@timestamp":1410821281},"coords":"51.5229535,-0.1522925","bedrooms":"0","price":"174000","area":"521"} , +{"type":"Feature","id":"n3079335113","geometry":{"type":"Point","coordinates":[-0.1401866,51.5230993]},"properties":{"@type":"node","@id":3079335113,"@timestamp":1410821282},"coords":"51.5230993,-0.1401866","bedrooms":"2","price":"267000","area":"592"} , +{"type":"Feature","id":"n3079335124","geometry":{"type":"Point","coordinates":[-0.1511991,51.523245]},"properties":{"@type":"node","@id":3079335124,"@timestamp":1410821282},"coords":"51.523245,-0.1511991","bedrooms":"0","price":"160000","area":"391"} , +{"type":"Feature","id":"n3079335334","geometry":{"type":"Point","coordinates":[-0.1297493,51.523253]},"properties":{"@type":"node","@id":3079335334,"@timestamp":1604874934},"coords":"51.523253,-0.1297493","bedrooms":"0","price":"187000","area":"559"} , +{"type":"Feature","id":"n3079335344","geometry":{"type":"Point","coordinates":[-0.1300295,51.5236731]},"properties":{"@type":"node","@id":3079335344,"@timestamp":1604867428},"coords":"51.5236731,-0.1300295","bedrooms":"2","price":"223000","area":"588"} , +{"type":"Feature","id":"n3079335354","geometry":{"type":"Point","coordinates":[-0.1443163,51.5237371]},"properties":{"@type":"node","@id":3079335354,"@timestamp":1410821283},"coords":"51.5237371,-0.1443163","bedrooms":"3","price":"226000","area":"436"} , +{"type":"Feature","id":"n3079335366","geometry":{"type":"Point","coordinates":[-0.1299098,51.5239565]},"properties":{"@type":"node","@id":3079335366,"@timestamp":1604858707},"coords":"51.5239565,-0.1299098","bedrooms":"3","price":"228000","area":"590"} , +{"type":"Feature","id":"n3079335376","geometry":{"type":"Point","coordinates":[-0.1440527,51.524138]},"properties":{"@type":"node","@id":3079335376,"@timestamp":1410821283},"coords":"51.524138,-0.1440527","bedrooms":"2","price":"164000","area":"434"} , +{"type":"Feature","id":"n3079335386","geometry":{"type":"Point","coordinates":[-0.1315532,51.524372]},"properties":{"@type":"node","@id":3079335386,"@timestamp":1604858707},"coords":"51.524372,-0.1315532","bedrooms":"2","price":"195000","area":"388"} , +{"type":"Feature","id":"n3079335396","geometry":{"type":"Point","coordinates":[-0.1397375,51.5245571]},"properties":{"@type":"node","@id":3079335396,"@timestamp":1410821284},"coords":"51.5245571,-0.1397375","bedrooms":"4","price":"287000","area":"631"} , +{"type":"Feature","id":"n3079335406","geometry":{"type":"Point","coordinates":[-0.1392396,51.5246604]},"properties":{"@type":"node","@id":3079335406,"@timestamp":1410821284},"coords":"51.5246604,-0.1392396","bedrooms":"3","price":"219000","area":"686"} , +{"type":"Feature","id":"n3079335416","geometry":{"type":"Point","coordinates":[-0.1386636,51.5248183]},"properties":{"@type":"node","@id":3079335416,"@timestamp":1474412553},"coords":"51.5248183,-0.1386636","bedrooms":"0","price":"190000","area":"435"} , +{"type":"Feature","id":"n3079335426","geometry":{"type":"Point","coordinates":[-0.137658,51.5253589]},"properties":{"@type":"node","@id":3079335426,"@timestamp":1410821285},"coords":"51.5253589,-0.137658","bedrooms":"4","price":"162000","area":"602"} , +{"type":"Feature","id":"n3079335736","geometry":{"type":"Point","coordinates":[-0.1347487,51.5260756]},"properties":{"@type":"node","@id":3079335736,"@timestamp":1410821286},"coords":"51.5260756,-0.1347487","bedrooms":"3","price":"294000","area":"532"} , +{"type":"Feature","id":"n3079335747","geometry":{"type":"Point","coordinates":[-0.1339384,51.5267559]},"properties":{"@type":"node","@id":3079335747,"@timestamp":1410821286},"coords":"51.5267559,-0.1339384","bedrooms":"3","price":"183000","area":"500"} , +{"type":"Feature","id":"n3079337024","geometry":{"type":"Point","coordinates":[-0.082366,51.4933733]},"properties":{"@type":"node","@id":3079337024,"@timestamp":1410821467},"coords":"51.4933733,-0.082366","bedrooms":"1","price":"151000","area":"426"} , +{"type":"Feature","id":"n3079337634","geometry":{"type":"Point","coordinates":[-0.0841834,51.4936344]},"properties":{"@type":"node","@id":3079337634,"@timestamp":1410821468},"coords":"51.4936344,-0.0841834","bedrooms":"3","price":"224000","area":"463"} , +{"type":"Feature","id":"n3079337644","geometry":{"type":"Point","coordinates":[-0.0828553,51.493901]},"properties":{"@type":"node","@id":3079337644,"@timestamp":1410821468},"coords":"51.493901,-0.0828553","bedrooms":"3","price":"199000","area":"453"} , +{"type":"Feature","id":"n3079337654","geometry":{"type":"Point","coordinates":[-0.0830563,51.4940206]},"properties":{"@type":"node","@id":3079337654,"@timestamp":1410821468},"coords":"51.4940206,-0.0830563","bedrooms":"1","price":"274000","area":"686"} , +{"type":"Feature","id":"n3079337666","geometry":{"type":"Point","coordinates":[-0.0927945,51.4941395]},"properties":{"@type":"node","@id":3079337666,"@timestamp":1552234146},"coords":"51.4941395,-0.0927945","bedrooms":"1","price":"194000","area":"403"} , +{"type":"Feature","id":"n3079337676","geometry":{"type":"Point","coordinates":[-0.096337,51.4946625]},"properties":{"@type":"node","@id":3079337676,"@timestamp":1410821469},"coords":"51.4946625,-0.096337","bedrooms":"4","price":"150000","area":"654"} , +{"type":"Feature","id":"n3079337686","geometry":{"type":"Point","coordinates":[-0.0840261,51.495114]},"properties":{"@type":"node","@id":3079337686,"@timestamp":1410821469},"coords":"51.495114,-0.0840261","bedrooms":"3","price":"260000","area":"574"} , +{"type":"Feature","id":"n3079337697","geometry":{"type":"Point","coordinates":[-0.0829165,51.4954894]},"properties":{"@type":"node","@id":3079337697,"@timestamp":1410821469},"coords":"51.4954894,-0.0829165","bedrooms":"4","price":"253000","area":"362"} , +{"type":"Feature","id":"n3079337707","geometry":{"type":"Point","coordinates":[-0.0796138,51.4959409]},"properties":{"@type":"node","@id":3079337707,"@timestamp":1410821469},"coords":"51.4959409,-0.0796138","bedrooms":"0","price":"250000","area":"582"} , +{"type":"Feature","id":"n3079337717","geometry":{"type":"Point","coordinates":[-0.0802079,51.4961856]},"properties":{"@type":"node","@id":3079337717,"@timestamp":1410821470},"coords":"51.4961856,-0.0802079","bedrooms":"2","price":"272000","area":"423"} , +{"type":"Feature","id":"n3079337727","geometry":{"type":"Point","coordinates":[-0.10199,51.4963379]},"properties":{"@type":"node","@id":3079337727,"@timestamp":1410821470},"coords":"51.4963379,-0.10199","bedrooms":"3","price":"283000","area":"645"} , +{"type":"Feature","id":"n3079337737","geometry":{"type":"Point","coordinates":[-0.0805098,51.4968061]},"properties":{"@type":"node","@id":3079337737,"@timestamp":1410821470},"coords":"51.4968061,-0.0805098","bedrooms":"4","price":"255000","area":"375"} , +{"type":"Feature","id":"n3079337747","geometry":{"type":"Point","coordinates":[-0.0941216,51.4972619]},"properties":{"@type":"node","@id":3079337747,"@timestamp":1410821470},"coords":"51.4972619,-0.0941216","bedrooms":"1","price":"273000","area":"584"} , +{"type":"Feature","id":"n3079337757","geometry":{"type":"Point","coordinates":[-0.0936176,51.4977069]},"properties":{"@type":"node","@id":3079337757,"@timestamp":1410821470},"coords":"51.4977069,-0.0936176","bedrooms":"1","price":"188000","area":"456"} , +{"type":"Feature","id":"n3079337767","geometry":{"type":"Point","coordinates":[-0.0834494,51.4979915]},"properties":{"@type":"node","@id":3079337767,"@timestamp":1410821471},"coords":"51.4979915,-0.0834494","bedrooms":"3","price":"284000","area":"663"} , +{"type":"Feature","id":"n3079337777","geometry":{"type":"Point","coordinates":[-0.1046374,51.4984212]},"properties":{"@type":"node","@id":3079337777,"@timestamp":1410821471},"coords":"51.4984212,-0.1046374","bedrooms":"0","price":"161000","area":"654"} , +{"type":"Feature","id":"n3079337787","geometry":{"type":"Point","coordinates":[-0.0804869,51.4985183]},"properties":{"@type":"node","@id":3079337787,"@timestamp":1410821471},"coords":"51.4985183,-0.0804869","bedrooms":"2","price":"259000","area":"656"} , +{"type":"Feature","id":"n3079337797","geometry":{"type":"Point","coordinates":[-0.0947356,51.498728]},"properties":{"@type":"node","@id":3079337797,"@timestamp":1410821471},"coords":"51.498728,-0.0947356","bedrooms":"3","price":"187000","area":"696"} , +{"type":"Feature","id":"n3079337807","geometry":{"type":"Point","coordinates":[-0.0789742,51.4990605]},"properties":{"@type":"node","@id":3079337807,"@timestamp":1410821472},"coords":"51.4990605,-0.0789742","bedrooms":"0","price":"223000","area":"656"} , +{"type":"Feature","id":"n3079337817","geometry":{"type":"Point","coordinates":[-0.0941583,51.4996522]},"properties":{"@type":"node","@id":3079337817,"@timestamp":1410821472},"coords":"51.4996522,-0.0941583","bedrooms":"4","price":"267000","area":"393"} , +{"type":"Feature","id":"n3079337827","geometry":{"type":"Point","coordinates":[-0.0967058,51.4998575]},"properties":{"@type":"node","@id":3079337827,"@timestamp":1410821472},"coords":"51.4998575,-0.0967058","bedrooms":"0","price":"243000","area":"408"} , +{"type":"Feature","id":"n3079337837","geometry":{"type":"Point","coordinates":[-0.0841388,51.4999689]},"properties":{"@type":"node","@id":3079337837,"@timestamp":1410821473},"coords":"51.4999689,-0.0841388","bedrooms":"4","price":"207000","area":"350"} , +{"type":"Feature","id":"n3079337847","geometry":{"type":"Point","coordinates":[-0.1053801,51.5001781]},"properties":{"@type":"node","@id":3079337847,"@timestamp":1410821473},"coords":"51.5001781,-0.1053801","bedrooms":"3","price":"288000","area":"632"} , +{"type":"Feature","id":"n3079337857","geometry":{"type":"Point","coordinates":[-0.0785158,51.5004682]},"properties":{"@type":"node","@id":3079337857,"@timestamp":1410821473},"coords":"51.5004682,-0.0785158","bedrooms":"0","price":"171000","area":"566"} , +{"type":"Feature","id":"n3079337867","geometry":{"type":"Point","coordinates":[-0.1092595,51.5010483]},"properties":{"@type":"node","@id":3079337867,"@timestamp":1410821473},"coords":"51.5010483,-0.1092595","bedrooms":"0","price":"290000","area":"566"} , +{"type":"Feature","id":"n3079337877","geometry":{"type":"Point","coordinates":[-0.0833271,51.5012169]},"properties":{"@type":"node","@id":3079337877,"@timestamp":1410821474},"coords":"51.5012169,-0.0833271","bedrooms":"3","price":"159000","area":"354"} , +{"type":"Feature","id":"n3079337887","geometry":{"type":"Point","coordinates":[-0.1016721,51.502009]},"properties":{"@type":"node","@id":3079337887,"@timestamp":1410821474},"coords":"51.502009,-0.1016721","bedrooms":"2","price":"196000","area":"466"} , +{"type":"Feature","id":"n3079337897","geometry":{"type":"Point","coordinates":[-0.1074246,51.502147]},"properties":{"@type":"node","@id":3079337897,"@timestamp":1410821474},"coords":"51.502147,-0.1074246","bedrooms":"3","price":"173000","area":"613"} , +{"type":"Feature","id":"n3079337907","geometry":{"type":"Point","coordinates":[-0.1034404,51.502234]},"properties":{"@type":"node","@id":3079337907,"@timestamp":1410821474},"coords":"51.502234,-0.1034404","bedrooms":"1","price":"203000","area":"550"} , +{"type":"Feature","id":"n3079337917","geometry":{"type":"Point","coordinates":[-0.1064373,51.5024788]},"properties":{"@type":"node","@id":3079337917,"@timestamp":1410821475},"coords":"51.5024788,-0.1064373","bedrooms":"3","price":"237000","area":"536"} , +{"type":"Feature","id":"n3079337927","geometry":{"type":"Point","coordinates":[-0.0766899,51.5027986]},"properties":{"@type":"node","@id":3079337927,"@timestamp":1410821475},"coords":"51.5027986,-0.0766899","bedrooms":"4","price":"219000","area":"656"} , +{"type":"Feature","id":"n3079338037","geometry":{"type":"Point","coordinates":[-0.085462,51.503012]},"properties":{"@type":"node","@id":3079338037,"@timestamp":1410821475},"coords":"51.503012,-0.085462","bedrooms":"1","price":"171000","area":"377"} , +{"type":"Feature","id":"n3079338047","geometry":{"type":"Point","coordinates":[-0.1094779,51.5033218]},"properties":{"@type":"node","@id":3079338047,"@timestamp":1410821475},"coords":"51.5033218,-0.1094779","bedrooms":"3","price":"177000","area":"678"} , +{"type":"Feature","id":"n3079338057","geometry":{"type":"Point","coordinates":[-0.0882569,51.5035996]},"properties":{"@type":"node","@id":3079338057,"@timestamp":1410821476},"coords":"51.5035996,-0.0882569","bedrooms":"2","price":"292000","area":"386"} , +{"type":"Feature","id":"n3079338067","geometry":{"type":"Point","coordinates":[-0.0808894,51.5038167]},"properties":{"@type":"node","@id":3079338067,"@timestamp":1410821476},"coords":"51.5038167,-0.0808894","bedrooms":"2","price":"248000","area":"409"} , +{"type":"Feature","id":"n3079338077","geometry":{"type":"Point","coordinates":[-0.0928662,51.5040331]},"properties":{"@type":"node","@id":3079338077,"@timestamp":1410821476},"coords":"51.5040331,-0.0928662","bedrooms":"3","price":"289000","area":"568"} , +{"type":"Feature","id":"n3079338087","geometry":{"type":"Point","coordinates":[-0.1062544,51.5041538]},"properties":{"@type":"node","@id":3079338087,"@timestamp":1410821476},"coords":"51.5041538,-0.1062544","bedrooms":"1","price":"202000","area":"619"} , +{"type":"Feature","id":"n3079338097","geometry":{"type":"Point","coordinates":[-0.1127456,51.50454]},"properties":{"@type":"node","@id":3079338097,"@timestamp":1410821476},"coords":"51.50454,-0.1127456","bedrooms":"1","price":"251000","area":"660"} , +{"type":"Feature","id":"n3079338107","geometry":{"type":"Point","coordinates":[-0.1127456,51.5046379]},"properties":{"@type":"node","@id":3079338107,"@timestamp":1410821477},"coords":"51.5046379,-0.1127456","bedrooms":"3","price":"283000","area":"642"} , +{"type":"Feature","id":"n3079338117","geometry":{"type":"Point","coordinates":[-0.1092769,51.5047358]},"properties":{"@type":"node","@id":3079338117,"@timestamp":1410821477},"coords":"51.5047358,-0.1092769","bedrooms":"2","price":"255000","area":"458"} , +{"type":"Feature","id":"n3079338127","geometry":{"type":"Point","coordinates":[-0.113293,51.5048119]},"properties":{"@type":"node","@id":3079338127,"@timestamp":1477051492},"coords":"51.5048119,-0.113293","bedrooms":"0","price":"296000","area":"641"} , +{"type":"Feature","id":"n3079338337","geometry":{"type":"Point","coordinates":[-0.1133124,51.5049021]},"properties":{"@type":"node","@id":3079338337,"@timestamp":1410821478},"coords":"51.5049021,-0.1133124","bedrooms":"1","price":"270000","area":"508"} , +{"type":"Feature","id":"n3079338347","geometry":{"type":"Point","coordinates":[-0.1077719,51.5050021]},"properties":{"@type":"node","@id":3079338347,"@timestamp":1410821478},"coords":"51.5050021,-0.1077719","bedrooms":"0","price":"285000","area":"650"} , +{"type":"Feature","id":"n3079338357","geometry":{"type":"Point","coordinates":[-0.0930861,51.5051054]},"properties":{"@type":"node","@id":3079338357,"@timestamp":1410821478},"coords":"51.5051054,-0.0930861","bedrooms":"0","price":"264000","area":"576"} , +{"type":"Feature","id":"n3079338367","geometry":{"type":"Point","coordinates":[-0.1114795,51.5052762]},"properties":{"@type":"node","@id":3079338367,"@timestamp":1410821479},"coords":"51.5052762,-0.1114795","bedrooms":"4","price":"160000","area":"482"} , +{"type":"Feature","id":"n3079338377","geometry":{"type":"Point","coordinates":[-0.0824971,51.5053884]},"properties":{"@type":"node","@id":3079338377,"@timestamp":1410821479},"coords":"51.5053884,-0.0824971","bedrooms":"3","price":"174000","area":"450"} , +{"type":"Feature","id":"n3079338387","geometry":{"type":"Point","coordinates":[-0.0830213,51.5055733]},"properties":{"@type":"node","@id":3079338387,"@timestamp":1410821479},"coords":"51.5055733,-0.0830213","bedrooms":"2","price":"164000","area":"665"} , +{"type":"Feature","id":"n3079338397","geometry":{"type":"Point","coordinates":[-0.0962384,51.5057157]},"properties":{"@type":"node","@id":3079338397,"@timestamp":1410821479},"coords":"51.5057157,-0.0962384","bedrooms":"1","price":"161000","area":"404"} , +{"type":"Feature","id":"n3079338407","geometry":{"type":"Point","coordinates":[-0.1074159,51.5057963]},"properties":{"@type":"node","@id":3079338407,"@timestamp":1410821480},"coords":"51.5057963,-0.1074159","bedrooms":"4","price":"157000","area":"535"} , +{"type":"Feature","id":"n3079338417","geometry":{"type":"Point","coordinates":[-0.0888202,51.5060744]},"properties":{"@type":"node","@id":3079338417,"@timestamp":1557330490},"coords":"51.5060744,-0.0888202","bedrooms":"1","price":"154000","area":"494"} , +{"type":"Feature","id":"n3079338432","geometry":{"type":"Point","coordinates":[-0.090116,51.5061824]},"properties":{"@type":"node","@id":3079338432,"@timestamp":1410821480},"coords":"51.5061824,-0.090116","bedrooms":"0","price":"281000","area":"673"} , +{"type":"Feature","id":"n3079338642","geometry":{"type":"Point","coordinates":[-0.1108147,51.5064326]},"properties":{"@type":"node","@id":3079338642,"@timestamp":1410821480},"coords":"51.5064326,-0.1108147","bedrooms":"1","price":"177000","area":"594"} , +{"type":"Feature","id":"n3079338652","geometry":{"type":"Point","coordinates":[-0.1020361,51.506614]},"properties":{"@type":"node","@id":3079338652,"@timestamp":1452025959},"coords":"51.506614,-0.1020361","bedrooms":"3","price":"233000","area":"402"} , +{"type":"Feature","id":"n3079338663","geometry":{"type":"Point","coordinates":[-0.0989669,51.5067263]},"properties":{"@type":"node","@id":3079338663,"@timestamp":1410821481},"coords":"51.5067263,-0.0989669","bedrooms":"2","price":"208000","area":"677"} , +{"type":"Feature","id":"n3079338673","geometry":{"type":"Point","coordinates":[-0.1085779,51.5069221]},"properties":{"@type":"node","@id":3079338673,"@timestamp":1410821481},"coords":"51.5069221,-0.1085779","bedrooms":"2","price":"261000","area":"418"} , +{"type":"Feature","id":"n3079338684","geometry":{"type":"Point","coordinates":[-0.1094167,51.5073082]},"properties":{"@type":"node","@id":3079338684,"@timestamp":1410821481},"coords":"51.5073082,-0.1094167","bedrooms":"4","price":"274000","area":"483"} , +{"type":"Feature","id":"n3079338694","geometry":{"type":"Point","coordinates":[-0.0932527,51.5075257]},"properties":{"@type":"node","@id":3079338694,"@timestamp":1410821482},"coords":"51.5075257,-0.0932527","bedrooms":"2","price":"277000","area":"389"} , +{"type":"Feature","id":"n3079338704","geometry":{"type":"Point","coordinates":[-0.1149562,51.5076617]},"properties":{"@type":"node","@id":3079338704,"@timestamp":1410821482},"coords":"51.5076617,-0.1149562","bedrooms":"4","price":"214000","area":"365"} , +{"type":"Feature","id":"n3079338716","geometry":{"type":"Point","coordinates":[-0.1136194,51.5077813]},"properties":{"@type":"node","@id":3079338716,"@timestamp":1410821482},"coords":"51.5077813,-0.1136194","bedrooms":"4","price":"208000","area":"681"} , +{"type":"Feature","id":"n3079338728","geometry":{"type":"Point","coordinates":[-0.1139427,51.5079172]},"properties":{"@type":"node","@id":3079338728,"@timestamp":1410821482},"coords":"51.5079172,-0.1139427","bedrooms":"4","price":"276000","area":"604"} , +{"type":"Feature","id":"n3079338842","geometry":{"type":"Point","coordinates":[-0.0978223,51.5080369]},"properties":{"@type":"node","@id":3079338842,"@timestamp":1519391436},"coords":"51.5080369,-0.0978223","bedrooms":"4","price":"241000","area":"397"} , +{"type":"Feature","id":"n3079338852","geometry":{"type":"Point","coordinates":[-0.1096439,51.508113]},"properties":{"@type":"node","@id":3079338852,"@timestamp":1410821483},"coords":"51.508113,-0.1096439","bedrooms":"1","price":"182000","area":"420"} , +{"type":"Feature","id":"n3079338862","geometry":{"type":"Point","coordinates":[-0.1093206,51.5081892]},"properties":{"@type":"node","@id":3079338862,"@timestamp":1410821483},"coords":"51.5081892,-0.1093206","bedrooms":"3","price":"257000","area":"500"} , +{"type":"Feature","id":"n3079338872","geometry":{"type":"Point","coordinates":[-0.1094342,51.5082707]},"properties":{"@type":"node","@id":3079338872,"@timestamp":1410821484},"coords":"51.5082707,-0.1094342","bedrooms":"1","price":"271000","area":"433"} , +{"type":"Feature","id":"n3079338882","geometry":{"type":"Point","coordinates":[-0.1116011,51.508336]},"properties":{"@type":"node","@id":3079338882,"@timestamp":1410821484},"coords":"51.508336,-0.1116011","bedrooms":"1","price":"194000","area":"510"} , +{"type":"Feature","id":"n3079338892","geometry":{"type":"Point","coordinates":[-0.1004086,51.5084393]},"properties":{"@type":"node","@id":3079338892,"@timestamp":1410821484},"coords":"51.5084393,-0.1004086","bedrooms":"1","price":"201000","area":"489"} , +{"type":"Feature","id":"n3079341175","geometry":{"type":"Point","coordinates":[-0.1116402,51.4810555]},"properties":{"@type":"node","@id":3079341175,"@timestamp":1410821543},"coords":"51.4810555,-0.1116402","bedrooms":"3","price":"267000","area":"661"} , +{"type":"Feature","id":"n3079341185","geometry":{"type":"Point","coordinates":[-0.1122683,51.4813124]},"properties":{"@type":"node","@id":3079341185,"@timestamp":1410821543},"coords":"51.4813124,-0.1122683","bedrooms":"3","price":"232000","area":"621"} , +{"type":"Feature","id":"n3079341195","geometry":{"type":"Point","coordinates":[-0.1103649,51.4815968]},"properties":{"@type":"node","@id":3079341195,"@timestamp":1410821543},"coords":"51.4815968,-0.1103649","bedrooms":"0","price":"222000","area":"376"} , +{"type":"Feature","id":"n3079341205","geometry":{"type":"Point","coordinates":[-0.1116338,51.4818142]},"properties":{"@type":"node","@id":3079341205,"@timestamp":1410821544},"coords":"51.4818142,-0.1116338","bedrooms":"3","price":"259000","area":"645"} , +{"type":"Feature","id":"n3079341215","geometry":{"type":"Point","coordinates":[-0.1139734,51.4820182]},"properties":{"@type":"node","@id":3079341215,"@timestamp":1635808287},"coords":"51.4820182,-0.1139734","bedrooms":"3","price":"258000","area":"500"} , +{"type":"Feature","id":"n3079341225","geometry":{"type":"Point","coordinates":[-0.1133659,51.4820987]},"properties":{"@type":"node","@id":3079341225,"@timestamp":1410821544},"coords":"51.4820987,-0.1133659","bedrooms":"1","price":"260000","area":"425"} , +{"type":"Feature","id":"n3079341635","geometry":{"type":"Point","coordinates":[-0.1149711,51.4821856]},"properties":{"@type":"node","@id":3079341635,"@timestamp":1410821545},"coords":"51.4821856,-0.1149711","bedrooms":"0","price":"177000","area":"611"} , +{"type":"Feature","id":"n3079341645","geometry":{"type":"Point","coordinates":[-0.110092,51.4822646]},"properties":{"@type":"node","@id":3079341645,"@timestamp":1410821545},"coords":"51.4822646,-0.110092","bedrooms":"2","price":"180000","area":"399"} , +{"type":"Feature","id":"n3079341655","geometry":{"type":"Point","coordinates":[-0.1147935,51.4823634]},"properties":{"@type":"node","@id":3079341655,"@timestamp":1410821545},"coords":"51.4823634,-0.1147935","bedrooms":"2","price":"194000","area":"630"} , +{"type":"Feature","id":"n3079341665","geometry":{"type":"Point","coordinates":[-0.1122048,51.4824306]},"properties":{"@type":"node","@id":3079341665,"@timestamp":1410821545},"coords":"51.4824306,-0.1122048","bedrooms":"1","price":"209000","area":"693"} , +{"type":"Feature","id":"n3079341675","geometry":{"type":"Point","coordinates":[-0.1162949,51.4824905]},"properties":{"@type":"node","@id":3079341675,"@timestamp":1410821545},"coords":"51.4824905,-0.1162949","bedrooms":"4","price":"192000","area":"469"} , +{"type":"Feature","id":"n3079341685","geometry":{"type":"Point","coordinates":[-0.1110628,51.4825926]},"properties":{"@type":"node","@id":3079341685,"@timestamp":1410821546},"coords":"51.4825926,-0.1110628","bedrooms":"1","price":"249000","area":"538"} , +{"type":"Feature","id":"n3079341695","geometry":{"type":"Point","coordinates":[-0.1179088,51.4826637]},"properties":{"@type":"node","@id":3079341695,"@timestamp":1410821546},"coords":"51.4826637,-0.1179088","bedrooms":"3","price":"220000","area":"609"} , +{"type":"Feature","id":"n3079341705","geometry":{"type":"Point","coordinates":[-0.1151678,51.4827348]},"properties":{"@type":"node","@id":3079341705,"@timestamp":1410821546},"coords":"51.4827348,-0.1151678","bedrooms":"1","price":"244000","area":"362"} , +{"type":"Feature","id":"n3079341715","geometry":{"type":"Point","coordinates":[-0.1094512,51.4828336]},"properties":{"@type":"node","@id":3079341715,"@timestamp":1410821546},"coords":"51.4828336,-0.1094512","bedrooms":"4","price":"264000","area":"491"} , +{"type":"Feature","id":"n3079341725","geometry":{"type":"Point","coordinates":[-0.1157008,51.4829087]},"properties":{"@type":"node","@id":3079341725,"@timestamp":1410821547},"coords":"51.4829087,-0.1157008","bedrooms":"0","price":"218000","area":"395"} , +{"type":"Feature","id":"n3079341835","geometry":{"type":"Point","coordinates":[-0.1183592,51.4829916]},"properties":{"@type":"node","@id":3079341835,"@timestamp":1410821547},"coords":"51.4829916,-0.1183592","bedrooms":"2","price":"259000","area":"485"} , +{"type":"Feature","id":"n3079341845","geometry":{"type":"Point","coordinates":[-0.1172743,51.4830825]},"properties":{"@type":"node","@id":3079341845,"@timestamp":1410821547},"coords":"51.4830825,-0.1172743","bedrooms":"3","price":"225000","area":"607"} , +{"type":"Feature","id":"n3079341855","geometry":{"type":"Point","coordinates":[-0.1196536,51.4831734]},"properties":{"@type":"node","@id":3079341855,"@timestamp":1410821548},"coords":"51.4831734,-0.1196536","bedrooms":"2","price":"244000","area":"505"} , +{"type":"Feature","id":"n3079341865","geometry":{"type":"Point","coordinates":[-0.1200533,51.4832327]},"properties":{"@type":"node","@id":3079341865,"@timestamp":1410821548},"coords":"51.4832327,-0.1200533","bedrooms":"3","price":"208000","area":"354"} , +{"type":"Feature","id":"n3079341875","geometry":{"type":"Point","coordinates":[-0.1108344,51.4833077]},"properties":{"@type":"node","@id":3079341875,"@timestamp":1410821548},"coords":"51.4833077,-0.1108344","bedrooms":"2","price":"200000","area":"689"} , +{"type":"Feature","id":"n3079341885","geometry":{"type":"Point","coordinates":[-0.1229338,51.4833828]},"properties":{"@type":"node","@id":3079341885,"@timestamp":1410821548},"coords":"51.4833828,-0.1229338","bedrooms":"3","price":"218000","area":"396"} , +{"type":"Feature","id":"n3079341895","geometry":{"type":"Point","coordinates":[-0.1184037,51.4834381]},"properties":{"@type":"node","@id":3079341895,"@timestamp":1410821549},"coords":"51.4834381,-0.1184037","bedrooms":"0","price":"211000","area":"496"} , +{"type":"Feature","id":"n3079341905","geometry":{"type":"Point","coordinates":[-0.1216077,51.4835527]},"properties":{"@type":"node","@id":3079341905,"@timestamp":1410821549},"coords":"51.4835527,-0.1216077","bedrooms":"1","price":"166000","area":"693"} , +{"type":"Feature","id":"n3079341915","geometry":{"type":"Point","coordinates":[-0.1116021,51.4836159]},"properties":{"@type":"node","@id":3079341915,"@timestamp":1410821549},"coords":"51.4836159,-0.1116021","bedrooms":"0","price":"209000","area":"383"} , +{"type":"Feature","id":"n3079341925","geometry":{"type":"Point","coordinates":[-0.1174202,51.4837147]},"properties":{"@type":"node","@id":3079341925,"@timestamp":1410821549},"coords":"51.4837147,-0.1174202","bedrooms":"3","price":"167000","area":"642"} , +{"type":"Feature","id":"n3079342035","geometry":{"type":"Point","coordinates":[-0.1088802,51.4838174]},"properties":{"@type":"node","@id":3079342035,"@timestamp":1410821549},"coords":"51.4838174,-0.1088802","bedrooms":"1","price":"236000","area":"351"} , +{"type":"Feature","id":"n3079342045","geometry":{"type":"Point","coordinates":[-0.1131878,51.4839078]},"properties":{"@type":"node","@id":3079342045,"@timestamp":1410821550},"coords":"51.4839078,-0.1131878","bedrooms":"4","price":"180000","area":"689"} , +{"type":"Feature","id":"n3079342055","geometry":{"type":"Point","coordinates":[-0.1175852,51.4840071]},"properties":{"@type":"node","@id":3079342055,"@timestamp":1410821550},"coords":"51.4840071,-0.1175852","bedrooms":"2","price":"235000","area":"360"} , +{"type":"Feature","id":"n3079342065","geometry":{"type":"Point","coordinates":[-0.1111199,51.4840624]},"properties":{"@type":"node","@id":3079342065,"@timestamp":1410821550},"coords":"51.4840624,-0.1111199","bedrooms":"0","price":"238000","area":"482"} , +{"type":"Feature","id":"n3079342075","geometry":{"type":"Point","coordinates":[-0.1269783,51.4842004]},"properties":{"@type":"node","@id":3079342075,"@timestamp":1410821551},"coords":"51.4842004,-0.1269783","bedrooms":"2","price":"258000","area":"690"} , +{"type":"Feature","id":"n3079342085","geometry":{"type":"Point","coordinates":[-0.1075541,51.4842678]},"properties":{"@type":"node","@id":3079342085,"@timestamp":1410821551},"coords":"51.4842678,-0.1075541","bedrooms":"2","price":"263000","area":"565"} , +{"type":"Feature","id":"n3079342095","geometry":{"type":"Point","coordinates":[-0.1201929,51.4843232]},"properties":{"@type":"node","@id":3079342095,"@timestamp":1410821551},"coords":"51.4843232,-0.1201929","bedrooms":"3","price":"194000","area":"640"} , +{"type":"Feature","id":"n3079342105","geometry":{"type":"Point","coordinates":[-0.1090071,51.4844101]},"properties":{"@type":"node","@id":3079342105,"@timestamp":1410821551},"coords":"51.4844101,-0.1090071","bedrooms":"3","price":"154000","area":"410"} , +{"type":"Feature","id":"n3079342115","geometry":{"type":"Point","coordinates":[-0.1217727,51.4845049]},"properties":{"@type":"node","@id":3079342115,"@timestamp":1410821552},"coords":"51.4845049,-0.1217727","bedrooms":"0","price":"266000","area":"551"} , +{"type":"Feature","id":"n3079342125","geometry":{"type":"Point","coordinates":[-0.1188668,51.4845563]},"properties":{"@type":"node","@id":3079342125,"@timestamp":1410821552},"coords":"51.4845563,-0.1188668","bedrooms":"3","price":"278000","area":"435"} , +{"type":"Feature","id":"n3079342335","geometry":{"type":"Point","coordinates":[-0.1066595,51.4846629]},"properties":{"@type":"node","@id":3079342335,"@timestamp":1410821552},"coords":"51.4846629,-0.1066595","bedrooms":"3","price":"252000","area":"445"} , +{"type":"Feature","id":"n3079342345","geometry":{"type":"Point","coordinates":[-0.1187209,51.4847183]},"properties":{"@type":"node","@id":3079342345,"@timestamp":1410821552},"coords":"51.4847183,-0.1187209","bedrooms":"1","price":"291000","area":"606"} , +{"type":"Feature","id":"n3079342355","geometry":{"type":"Point","coordinates":[-0.1087025,51.4847657]},"properties":{"@type":"node","@id":3079342355,"@timestamp":1410821553},"coords":"51.4847657,-0.1087025","bedrooms":"4","price":"194000","area":"450"} , +{"type":"Feature","id":"n3079342365","geometry":{"type":"Point","coordinates":[-0.1190762,51.4848328]},"properties":{"@type":"node","@id":3079342365,"@timestamp":1410821553},"coords":"51.4848328,-0.1190762","bedrooms":"0","price":"294000","area":"551"} , +{"type":"Feature","id":"n3079342375","geometry":{"type":"Point","coordinates":[-0.1220899,51.4848882]},"properties":{"@type":"node","@id":3079342375,"@timestamp":1410821553},"coords":"51.4848882,-0.1220899","bedrooms":"4","price":"196000","area":"543"} , +{"type":"Feature","id":"n3079342385","geometry":{"type":"Point","coordinates":[-0.1250551,51.4849666]},"properties":{"@type":"node","@id":3079342385,"@timestamp":1410821553},"coords":"51.4849666,-0.1250551","bedrooms":"4","price":"233000","area":"651"} , +{"type":"Feature","id":"n3079342395","geometry":{"type":"Point","coordinates":[-0.1083726,51.4850738]},"properties":{"@type":"node","@id":3079342395,"@timestamp":1410821554},"coords":"51.4850738,-0.1083726","bedrooms":"0","price":"265000","area":"525"} , +{"type":"Feature","id":"n3079342405","geometry":{"type":"Point","coordinates":[-0.112246,51.4851541]},"properties":{"@type":"node","@id":3079342405,"@timestamp":1410821554},"coords":"51.4851541,-0.112246","bedrooms":"2","price":"172000","area":"400"} , +{"type":"Feature","id":"n3079342415","geometry":{"type":"Point","coordinates":[-0.1156255,51.4852834]},"properties":{"@type":"node","@id":3079342415,"@timestamp":1410821554},"coords":"51.4852834,-0.1156255","bedrooms":"1","price":"292000","area":"371"} , +{"type":"Feature","id":"n3079342425","geometry":{"type":"Point","coordinates":[-0.1087216,51.4853504]},"properties":{"@type":"node","@id":3079342425,"@timestamp":1410821554},"coords":"51.4853504,-0.1087216","bedrooms":"3","price":"298000","area":"437"} , +{"type":"Feature","id":"n3079342535","geometry":{"type":"Point","coordinates":[-0.1159684,51.4854998]},"properties":{"@type":"node","@id":3079342535,"@timestamp":1410821555},"coords":"51.4854998,-0.1159684","bedrooms":"3","price":"242000","area":"361"} , +{"type":"Feature","id":"n3079342546","geometry":{"type":"Point","coordinates":[-0.1105489,51.4858166]},"properties":{"@type":"node","@id":3079342546,"@timestamp":1410821555},"coords":"51.4858166,-0.1105489","bedrooms":"2","price":"220000","area":"683"} , +{"type":"Feature","id":"n3079342560","geometry":{"type":"Point","coordinates":[-0.1077762,51.48635]},"properties":{"@type":"node","@id":3079342560,"@timestamp":1410821555},"coords":"51.48635,-0.1077762","bedrooms":"2","price":"294000","area":"693"} , +{"type":"Feature","id":"n3079342570","geometry":{"type":"Point","coordinates":[-0.1183148,51.4866542]},"properties":{"@type":"node","@id":3079342570,"@timestamp":1410821555},"coords":"51.4866542,-0.1183148","bedrooms":"0","price":"240000","area":"457"} , +{"type":"Feature","id":"n3079342580","geometry":{"type":"Point","coordinates":[-0.111495,51.4867266]},"properties":{"@type":"node","@id":3079342580,"@timestamp":1410821556},"coords":"51.4867266,-0.111495","bedrooms":"3","price":"158000","area":"695"} , +{"type":"Feature","id":"n3079342590","geometry":{"type":"Point","coordinates":[-0.1218679,51.4868043]},"properties":{"@type":"node","@id":3079342590,"@timestamp":1410821556},"coords":"51.4868043,-0.1218679","bedrooms":"0","price":"165000","area":"422"} , +{"type":"Feature","id":"n3079342602","geometry":{"type":"Point","coordinates":[-0.1112785,51.4869189]},"properties":{"@type":"node","@id":3079342602,"@timestamp":1410821556},"coords":"51.4869189,-0.1112785","bedrooms":"4","price":"240000","area":"635"} , +{"type":"Feature","id":"n3079342612","geometry":{"type":"Point","coordinates":[-0.1084474,51.4869909]},"properties":{"@type":"node","@id":3079342612,"@timestamp":1410821557},"coords":"51.4869909,-0.1084474","bedrooms":"1","price":"255000","area":"676"} , +{"type":"Feature","id":"n3079342622","geometry":{"type":"Point","coordinates":[-0.1209733,51.4870809]},"properties":{"@type":"node","@id":3079342622,"@timestamp":1410821557},"coords":"51.4870809,-0.1209733","bedrooms":"1","price":"241000","area":"395"} , +{"type":"Feature","id":"n3079342632","geometry":{"type":"Point","coordinates":[-0.1101618,51.487156]},"properties":{"@type":"node","@id":3079342632,"@timestamp":1410821557},"coords":"51.487156,-0.1101618","bedrooms":"4","price":"212000","area":"507"} , +{"type":"Feature","id":"n3079342642","geometry":{"type":"Point","coordinates":[-0.1167971,51.4872639]},"properties":{"@type":"node","@id":3079342642,"@timestamp":1633475115},"coords":"51.4872639,-0.1167971","bedrooms":"0","price":"174000","area":"435"} , +{"type":"Feature","id":"n3079342652","geometry":{"type":"Point","coordinates":[-0.1112338,51.4873501]},"properties":{"@type":"node","@id":3079342652,"@timestamp":1410821557},"coords":"51.4873501,-0.1112338","bedrooms":"4","price":"169000","area":"626"} , +{"type":"Feature","id":"n3079342662","geometry":{"type":"Point","coordinates":[-0.1135727,51.4874579]},"properties":{"@type":"node","@id":3079342662,"@timestamp":1410821558},"coords":"51.4874579,-0.1135727","bedrooms":"4","price":"154000","area":"535"} , +{"type":"Feature","id":"n3079342672","geometry":{"type":"Point","coordinates":[-0.1081315,51.4875471]},"properties":{"@type":"node","@id":3079342672,"@timestamp":1410821558},"coords":"51.4875471,-0.1081315","bedrooms":"0","price":"177000","area":"573"} , +{"type":"Feature","id":"n3079342683","geometry":{"type":"Point","coordinates":[-0.1125687,51.4876281]},"properties":{"@type":"node","@id":3079342683,"@timestamp":1410821558},"coords":"51.4876281,-0.1125687","bedrooms":"3","price":"218000","area":"523"} , +{"type":"Feature","id":"n3079342693","geometry":{"type":"Point","coordinates":[-0.1089436,51.4877841]},"properties":{"@type":"node","@id":3079342693,"@timestamp":1410821558},"coords":"51.4877841,-0.1089436","bedrooms":"4","price":"165000","area":"407"} , +{"type":"Feature","id":"n3079342703","geometry":{"type":"Point","coordinates":[-0.1062915,51.4878355]},"properties":{"@type":"node","@id":3079342703,"@timestamp":1410821559},"coords":"51.4878355,-0.1062915","bedrooms":"1","price":"262000","area":"475"} , +{"type":"Feature","id":"n3079342713","geometry":{"type":"Point","coordinates":[-0.1089183,51.4879106]},"properties":{"@type":"node","@id":3079342713,"@timestamp":1410821559},"coords":"51.4879106,-0.1089183","bedrooms":"4","price":"167000","area":"471"} , +{"type":"Feature","id":"n3079342723","geometry":{"type":"Point","coordinates":[-0.1155418,51.4879997]},"properties":{"@type":"node","@id":3079342723,"@timestamp":1410821559},"coords":"51.4879997,-0.1155418","bedrooms":"3","price":"191000","area":"454"} , +{"type":"Feature","id":"n3079342733","geometry":{"type":"Point","coordinates":[-0.1149784,51.4880657]},"properties":{"@type":"node","@id":3079342733,"@timestamp":1410821559},"coords":"51.4880657,-0.1149784","bedrooms":"1","price":"292000","area":"631"} , +{"type":"Feature","id":"n3079342743","geometry":{"type":"Point","coordinates":[-0.1059807,51.4881397]},"properties":{"@type":"node","@id":3079342743,"@timestamp":1410821560},"coords":"51.4881397,-0.1059807","bedrooms":"2","price":"222000","area":"404"} , +{"type":"Feature","id":"n3079342753","geometry":{"type":"Point","coordinates":[-0.1161729,51.4883148]},"properties":{"@type":"node","@id":3079342753,"@timestamp":1410821560},"coords":"51.4883148,-0.1161729","bedrooms":"0","price":"170000","area":"374"} , +{"type":"Feature","id":"n3079342763","geometry":{"type":"Point","coordinates":[-0.1160178,51.4883921]},"properties":{"@type":"node","@id":3079342763,"@timestamp":1410821560},"coords":"51.4883921,-0.1160178","bedrooms":"2","price":"199000","area":"651"} , +{"type":"Feature","id":"n3079342773","geometry":{"type":"Point","coordinates":[-0.1127031,51.4884887]},"properties":{"@type":"node","@id":3079342773,"@timestamp":1410821560},"coords":"51.4884887,-0.1127031","bedrooms":"3","price":"206000","area":"443"} , +{"type":"Feature","id":"n3079342783","geometry":{"type":"Point","coordinates":[-0.1227492,51.488553]},"properties":{"@type":"node","@id":3079342783,"@timestamp":1410821561},"coords":"51.488553,-0.1227492","bedrooms":"1","price":"201000","area":"682"} , +{"type":"Feature","id":"n3079342793","geometry":{"type":"Point","coordinates":[-0.116296,51.488596]},"properties":{"@type":"node","@id":3079342793,"@timestamp":1633475115},"coords":"51.488596,-0.116296","bedrooms":"1","price":"155000","area":"573"} , +{"type":"Feature","id":"n3079342803","geometry":{"type":"Point","coordinates":[-0.1058538,51.4886928]},"properties":{"@type":"node","@id":3079342803,"@timestamp":1410821561},"coords":"51.4886928,-0.1058538","bedrooms":"0","price":"277000","area":"358"} , +{"type":"Feature","id":"n3079342813","geometry":{"type":"Point","coordinates":[-0.116055,51.4887743]},"properties":{"@type":"node","@id":3079342813,"@timestamp":1410821561},"coords":"51.4887743,-0.116055","bedrooms":"3","price":"207000","area":"383"} , +{"type":"Feature","id":"n3079342823","geometry":{"type":"Point","coordinates":[-0.1063169,51.4888587]},"properties":{"@type":"node","@id":3079342823,"@timestamp":1410821562},"coords":"51.4888587,-0.1063169","bedrooms":"2","price":"210000","area":"691"} , +{"type":"Feature","id":"n3079342833","geometry":{"type":"Point","coordinates":[-0.1154905,51.488978]},"properties":{"@type":"node","@id":3079342833,"@timestamp":1410821562},"coords":"51.488978,-0.1154905","bedrooms":"2","price":"225000","area":"607"} , +{"type":"Feature","id":"n3079342843","geometry":{"type":"Point","coordinates":[-0.1203917,51.4890938]},"properties":{"@type":"node","@id":3079342843,"@timestamp":1410821562},"coords":"51.4890938,-0.1203917","bedrooms":"1","price":"165000","area":"359"} , +{"type":"Feature","id":"n3079342853","geometry":{"type":"Point","coordinates":[-0.1045912,51.4892182]},"properties":{"@type":"node","@id":3079342853,"@timestamp":1410821563},"coords":"51.4892182,-0.1045912","bedrooms":"1","price":"192000","area":"466"} , +{"type":"Feature","id":"n3079342863","geometry":{"type":"Point","coordinates":[-0.102288,51.4893368]},"properties":{"@type":"node","@id":3079342863,"@timestamp":1410821563},"coords":"51.4893368,-0.102288","bedrooms":"1","price":"248000","area":"350"} , +{"type":"Feature","id":"n3079342873","geometry":{"type":"Point","coordinates":[-0.1120936,51.4894511]},"properties":{"@type":"node","@id":3079342873,"@timestamp":1410821563},"coords":"51.4894511,-0.1120936","bedrooms":"0","price":"221000","area":"499"} , +{"type":"Feature","id":"n3079342883","geometry":{"type":"Point","coordinates":[-0.1055556,51.4895224]},"properties":{"@type":"node","@id":3079342883,"@timestamp":1410821563},"coords":"51.4895224,-0.1055556","bedrooms":"3","price":"297000","area":"549"} , +{"type":"Feature","id":"n3079342894","geometry":{"type":"Point","coordinates":[-0.1183133,51.4896089]},"properties":{"@type":"node","@id":3079342894,"@timestamp":1410821564},"coords":"51.4896089,-0.1183133","bedrooms":"1","price":"203000","area":"433"} , +{"type":"Feature","id":"n3079342904","geometry":{"type":"Point","coordinates":[-0.1159041,51.4896411]},"properties":{"@type":"node","@id":3079342904,"@timestamp":1410821564},"coords":"51.4896411,-0.1159041","bedrooms":"3","price":"174000","area":"376"} , +{"type":"Feature","id":"n3079342914","geometry":{"type":"Point","coordinates":[-0.1044579,51.4896923]},"properties":{"@type":"node","@id":3079342914,"@timestamp":1410821564},"coords":"51.4896923,-0.1044579","bedrooms":"0","price":"243000","area":"558"} , +{"type":"Feature","id":"n3079342924","geometry":{"type":"Point","coordinates":[-0.1048323,51.4897476]},"properties":{"@type":"node","@id":3079342924,"@timestamp":1410821564},"coords":"51.4897476,-0.1048323","bedrooms":"0","price":"290000","area":"642"} , +{"type":"Feature","id":"n3079343034","geometry":{"type":"Point","coordinates":[-0.1113426,51.4898442]},"properties":{"@type":"node","@id":3079343034,"@timestamp":1410821565},"coords":"51.4898442,-0.1113426","bedrooms":"3","price":"226000","area":"580"} , +{"type":"Feature","id":"n3079343044","geometry":{"type":"Point","coordinates":[-0.1017677,51.4899135]},"properties":{"@type":"node","@id":3079343044,"@timestamp":1410821565},"coords":"51.4899135,-0.1017677","bedrooms":"3","price":"271000","area":"613"} , +{"type":"Feature","id":"n3079343054","geometry":{"type":"Point","coordinates":[-0.1041787,51.489957]},"properties":{"@type":"node","@id":3079343054,"@timestamp":1410821565},"coords":"51.489957,-0.1041787","bedrooms":"0","price":"229000","area":"668"} , +{"type":"Feature","id":"n3079343064","geometry":{"type":"Point","coordinates":[-0.1098782,51.4900209]},"properties":{"@type":"node","@id":3079343064,"@timestamp":1605034916},"coords":"51.4900209,-0.1098782","bedrooms":"3","price":"222000","area":"642"} , +{"type":"Feature","id":"n3079343074","geometry":{"type":"Point","coordinates":[-0.108012,51.4901424]},"properties":{"@type":"node","@id":3079343074,"@timestamp":1410821566},"coords":"51.4901424,-0.108012","bedrooms":"0","price":"268000","area":"546"} , +{"type":"Feature","id":"n3079343084","geometry":{"type":"Point","coordinates":[-0.1110378,51.4902372]},"properties":{"@type":"node","@id":3079343084,"@timestamp":1410821566},"coords":"51.4902372,-0.1110378","bedrooms":"0","price":"278000","area":"676"} , +{"type":"Feature","id":"n3079343094","geometry":{"type":"Point","coordinates":[-0.1128229,51.4902847]},"properties":{"@type":"node","@id":3079343094,"@timestamp":1410821567},"coords":"51.4902847,-0.1128229","bedrooms":"1","price":"236000","area":"550"} , +{"type":"Feature","id":"n3079343104","geometry":{"type":"Point","coordinates":[-0.1051622,51.4903797]},"properties":{"@type":"node","@id":3079343104,"@timestamp":1410821567},"coords":"51.4903797,-0.1051622","bedrooms":"3","price":"200000","area":"645"} , +{"type":"Feature","id":"n3079343114","geometry":{"type":"Point","coordinates":[-0.1146012,51.4904716]},"properties":{"@type":"node","@id":3079343114,"@timestamp":1410821567},"coords":"51.4904716,-0.1146012","bedrooms":"4","price":"258000","area":"417"} , +{"type":"Feature","id":"n3079343124","geometry":{"type":"Point","coordinates":[-0.1198643,51.4906197]},"properties":{"@type":"node","@id":3079343124,"@timestamp":1410821567},"coords":"51.4906197,-0.1198643","bedrooms":"1","price":"292000","area":"627"} , +{"type":"Feature","id":"n3079343234","geometry":{"type":"Point","coordinates":[-0.1206088,51.4907356]},"properties":{"@type":"node","@id":3079343234,"@timestamp":1410821568},"coords":"51.4907356,-0.1206088","bedrooms":"1","price":"253000","area":"438"} , +{"type":"Feature","id":"n3079343244","geometry":{"type":"Point","coordinates":[-0.1067603,51.4908268]},"properties":{"@type":"node","@id":3079343244,"@timestamp":1410821568},"coords":"51.4908268,-0.1067603","bedrooms":"1","price":"211000","area":"646"} , +{"type":"Feature","id":"n3079343254","geometry":{"type":"Point","coordinates":[-0.1049147,51.4909407]},"properties":{"@type":"node","@id":3079343254,"@timestamp":1410821568},"coords":"51.4909407,-0.1049147","bedrooms":"3","price":"276000","area":"428"} , +{"type":"Feature","id":"n3079343264","geometry":{"type":"Point","coordinates":[-0.1198643,51.4910125]},"properties":{"@type":"node","@id":3079343264,"@timestamp":1410821569},"coords":"51.4910125,-0.1198643","bedrooms":"1","price":"151000","area":"608"} , +{"type":"Feature","id":"n3079343274","geometry":{"type":"Point","coordinates":[-0.1102868,51.4910979]},"properties":{"@type":"node","@id":3079343274,"@timestamp":1410821569},"coords":"51.4910979,-0.1102868","bedrooms":"3","price":"246000","area":"423"} , +{"type":"Feature","id":"n3079343285","geometry":{"type":"Point","coordinates":[-0.1111467,51.4912741]},"properties":{"@type":"node","@id":3079343285,"@timestamp":1410821569},"coords":"51.4912741,-0.1111467","bedrooms":"2","price":"229000","area":"513"} , +{"type":"Feature","id":"n3079343295","geometry":{"type":"Point","coordinates":[-0.1109508,51.4914164]},"properties":{"@type":"node","@id":3079343295,"@timestamp":1410821569},"coords":"51.4914164,-0.1109508","bedrooms":"1","price":"248000","area":"383"} , +{"type":"Feature","id":"n3079343305","geometry":{"type":"Point","coordinates":[-0.1163836,51.49151]},"properties":{"@type":"node","@id":3079343305,"@timestamp":1633041224},"coords":"51.49151,-0.1163836","bedrooms":"2","price":"238000","area":"356"} , +{"type":"Feature","id":"n3079343315","geometry":{"type":"Point","coordinates":[-0.1108546,51.4916405]},"properties":{"@type":"node","@id":3079343315,"@timestamp":1574732180},"coords":"51.4916405,-0.1108546","bedrooms":"3","price":"219000","area":"411"} , +{"type":"Feature","id":"n3079343326","geometry":{"type":"Point","coordinates":[-0.1101997,51.4917621]},"properties":{"@type":"node","@id":3079343326,"@timestamp":1410821570},"coords":"51.4917621,-0.1101997","bedrooms":"1","price":"249000","area":"616"} , +{"type":"Feature","id":"n3079343437","geometry":{"type":"Point","coordinates":[-0.1107984,51.4918908]},"properties":{"@type":"node","@id":3079343437,"@timestamp":1410821570},"coords":"51.4918908,-0.1107984","bedrooms":"4","price":"292000","area":"485"} , +{"type":"Feature","id":"n3079343448","geometry":{"type":"Point","coordinates":[-0.1062095,51.4920434]},"properties":{"@type":"node","@id":3079343448,"@timestamp":1633046829},"coords":"51.4920434,-0.1062095","bedrooms":"2","price":"231000","area":"367"} , +{"type":"Feature","id":"n3079343458","geometry":{"type":"Point","coordinates":[-0.1051939,51.4921219]},"properties":{"@type":"node","@id":3079343458,"@timestamp":1410821571},"coords":"51.4921219,-0.1051939","bedrooms":"3","price":"171000","area":"477"} , +{"type":"Feature","id":"n3079343468","geometry":{"type":"Point","coordinates":[-0.1015457,51.4922838]},"properties":{"@type":"node","@id":3079343468,"@timestamp":1410821571},"coords":"51.4922838,-0.1015457","bedrooms":"0","price":"242000","area":"661"} , +{"type":"Feature","id":"n3079343478","geometry":{"type":"Point","coordinates":[-0.1055873,51.4923905]},"properties":{"@type":"node","@id":3079343478,"@timestamp":1410821572},"coords":"51.4923905,-0.1055873","bedrooms":"0","price":"210000","area":"669"} , +{"type":"Feature","id":"n3079343489","geometry":{"type":"Point","coordinates":[-0.1094161,51.4925753]},"properties":{"@type":"node","@id":3079343489,"@timestamp":1410821572},"coords":"51.4925753,-0.1094161","bedrooms":"0","price":"159000","area":"452"} , +{"type":"Feature","id":"n3079343501","geometry":{"type":"Point","coordinates":[-0.1111358,51.4927176]},"properties":{"@type":"node","@id":3079343501,"@timestamp":1410821572},"coords":"51.4927176,-0.1111358","bedrooms":"4","price":"278000","area":"610"} , +{"type":"Feature","id":"n3079343513","geometry":{"type":"Point","coordinates":[-0.1156352,51.492828]},"properties":{"@type":"node","@id":3079343513,"@timestamp":1410821573},"coords":"51.492828,-0.1156352","bedrooms":"3","price":"235000","area":"634"} , +{"type":"Feature","id":"n3079343523","geometry":{"type":"Point","coordinates":[-0.1198023,51.4929245]},"properties":{"@type":"node","@id":3079343523,"@timestamp":1410821573},"coords":"51.4929245,-0.1198023","bedrooms":"1","price":"235000","area":"389"} , +{"type":"Feature","id":"n3079343633","geometry":{"type":"Point","coordinates":[-0.1196885,51.4930533]},"properties":{"@type":"node","@id":3079343633,"@timestamp":1410821573},"coords":"51.4930533,-0.1196885","bedrooms":"3","price":"241000","area":"354"} , +{"type":"Feature","id":"n3079343645","geometry":{"type":"Point","coordinates":[-0.1125943,51.4932123]},"properties":{"@type":"node","@id":3079343645,"@timestamp":1410821573},"coords":"51.4932123,-0.1125943","bedrooms":"4","price":"197000","area":"692"} , +{"type":"Feature","id":"n3079343655","geometry":{"type":"Point","coordinates":[-0.1048005,51.4932872]},"properties":{"@type":"node","@id":3079343655,"@timestamp":1410821574},"coords":"51.4932872,-0.1048005","bedrooms":"4","price":"298000","area":"672"} , +{"type":"Feature","id":"n3079343665","geometry":{"type":"Point","coordinates":[-0.1137223,51.4934009]},"properties":{"@type":"node","@id":3079343665,"@timestamp":1410821574},"coords":"51.4934009,-0.1137223","bedrooms":"3","price":"158000","area":"632"} , +{"type":"Feature","id":"n3079343675","geometry":{"type":"Point","coordinates":[-0.1192646,51.4934846]},"properties":{"@type":"node","@id":3079343675,"@timestamp":1410821574},"coords":"51.4934846,-0.1192646","bedrooms":"3","price":"267000","area":"594"} , +{"type":"Feature","id":"n3079343685","geometry":{"type":"Point","coordinates":[-0.1166175,51.493607]},"properties":{"@type":"node","@id":3079343685,"@timestamp":1410821575},"coords":"51.493607,-0.1166175","bedrooms":"2","price":"230000","area":"381"} , +{"type":"Feature","id":"n3079343695","geometry":{"type":"Point","coordinates":[-0.1026687,51.4937178]},"properties":{"@type":"node","@id":3079343695,"@timestamp":1410821575},"coords":"51.4937178,-0.1026687","bedrooms":"4","price":"155000","area":"666"} , +{"type":"Feature","id":"n3079343705","geometry":{"type":"Point","coordinates":[-0.102656,51.4937928]},"properties":{"@type":"node","@id":3079343705,"@timestamp":1410821575},"coords":"51.4937928,-0.102656","bedrooms":"2","price":"184000","area":"422"} , +{"type":"Feature","id":"n3079343716","geometry":{"type":"Point","coordinates":[-0.1044643,51.493935]},"properties":{"@type":"node","@id":3079343716,"@timestamp":1410821575},"coords":"51.493935,-0.1044643","bedrooms":"0","price":"251000","area":"396"} , +{"type":"Feature","id":"n3079343726","geometry":{"type":"Point","coordinates":[-0.1110705,51.4940729]},"properties":{"@type":"node","@id":3079343726,"@timestamp":1410821576},"coords":"51.4940729,-0.1110705","bedrooms":"1","price":"249000","area":"610"} , +{"type":"Feature","id":"n3079343737","geometry":{"type":"Point","coordinates":[-0.110178,51.4943033]},"properties":{"@type":"node","@id":3079343737,"@timestamp":1410821576},"coords":"51.4943033,-0.110178","bedrooms":"4","price":"247000","area":"582"} , +{"type":"Feature","id":"n3079343747","geometry":{"type":"Point","coordinates":[-0.1110814,51.494466]},"properties":{"@type":"node","@id":3079343747,"@timestamp":1410821576},"coords":"51.494466,-0.1110814","bedrooms":"0","price":"215000","area":"366"} , +{"type":"Feature","id":"n3079343757","geometry":{"type":"Point","coordinates":[-0.1047561,51.494654]},"properties":{"@type":"node","@id":3079343757,"@timestamp":1410821576},"coords":"51.494654,-0.1047561","bedrooms":"1","price":"256000","area":"411"} , +{"type":"Feature","id":"n3079343767","geometry":{"type":"Point","coordinates":[-0.1068372,51.4947646]},"properties":{"@type":"node","@id":3079343767,"@timestamp":1410821577},"coords":"51.4947646,-0.1068372","bedrooms":"0","price":"261000","area":"418"} , +{"type":"Feature","id":"n3079343778","geometry":{"type":"Point","coordinates":[-0.1189441,51.4949138]},"properties":{"@type":"node","@id":3079343778,"@timestamp":1410821577},"coords":"51.4949138,-0.1189441","bedrooms":"3","price":"196000","area":"579"} , +{"type":"Feature","id":"n3079343788","geometry":{"type":"Point","coordinates":[-0.1135982,51.4950426]},"properties":{"@type":"node","@id":3079343788,"@timestamp":1410821577},"coords":"51.4950426,-0.1135982","bedrooms":"0","price":"265000","area":"504"} , +{"type":"Feature","id":"n3079343798","geometry":{"type":"Point","coordinates":[-0.1172276,51.4951971]},"properties":{"@type":"node","@id":3079343798,"@timestamp":1410821577},"coords":"51.4951971,-0.1172276","bedrooms":"0","price":"239000","area":"545"} , +{"type":"Feature","id":"n3079343808","geometry":{"type":"Point","coordinates":[-0.1176309,51.4953194]},"properties":{"@type":"node","@id":3079343808,"@timestamp":1410821578},"coords":"51.4953194,-0.1176309","bedrooms":"1","price":"180000","area":"493"} , +{"type":"Feature","id":"n3079343818","geometry":{"type":"Point","coordinates":[-0.114777,51.4954546]},"properties":{"@type":"node","@id":3079343818,"@timestamp":1410821578},"coords":"51.4954546,-0.114777","bedrooms":"0","price":"187000","area":"590"} , +{"type":"Feature","id":"n3079343828","geometry":{"type":"Point","coordinates":[-0.1203869,51.4954765]},"properties":{"@type":"node","@id":3079343828,"@timestamp":1595097443},"coords":"51.4954765,-0.1203869","bedrooms":"2","price":"150000","area":"684"} , +{"type":"Feature","id":"n3079343838","geometry":{"type":"Point","coordinates":[-0.1146115,51.4958151]},"properties":{"@type":"node","@id":3079343838,"@timestamp":1410821578},"coords":"51.4958151,-0.1146115","bedrooms":"1","price":"296000","area":"535"} , +{"type":"Feature","id":"n3079343848","geometry":{"type":"Point","coordinates":[-0.1207639,51.4959374]},"properties":{"@type":"node","@id":3079343848,"@timestamp":1410821579},"coords":"51.4959374,-0.1207639","bedrooms":"4","price":"185000","area":"577"} , +{"type":"Feature","id":"n3079343858","geometry":{"type":"Point","coordinates":[-0.1135879,51.4961112]},"properties":{"@type":"node","@id":3079343858,"@timestamp":1410821579},"coords":"51.4961112,-0.1135879","bedrooms":"3","price":"280000","area":"373"} , +{"type":"Feature","id":"n3079343868","geometry":{"type":"Point","coordinates":[-0.116845,51.4962399]},"properties":{"@type":"node","@id":3079343868,"@timestamp":1410821579},"coords":"51.4962399,-0.116845","bedrooms":"1","price":"196000","area":"684"} , +{"type":"Feature","id":"n3079343878","geometry":{"type":"Point","coordinates":[-0.11426,51.4963429]},"properties":{"@type":"node","@id":3079343878,"@timestamp":1410821579},"coords":"51.4963429,-0.11426","bedrooms":"2","price":"196000","area":"483"} , +{"type":"Feature","id":"n3079343888","geometry":{"type":"Point","coordinates":[-0.1123127,51.4964631]},"properties":{"@type":"node","@id":3079343888,"@timestamp":1410821580},"coords":"51.4964631,-0.1123127","bedrooms":"3","price":"163000","area":"526"} , +{"type":"Feature","id":"n3079343898","geometry":{"type":"Point","coordinates":[-0.1132428,51.4966444]},"properties":{"@type":"node","@id":3079343898,"@timestamp":1447769788},"coords":"51.4966444,-0.1132428","bedrooms":"2","price":"164000","area":"525"} , +{"type":"Feature","id":"n3079343908","geometry":{"type":"Point","coordinates":[-0.1118939,51.4967278]},"properties":{"@type":"node","@id":3079343908,"@timestamp":1410821580},"coords":"51.4967278,-0.1118939","bedrooms":"1","price":"295000","area":"362"} , +{"type":"Feature","id":"n3079343918","geometry":{"type":"Point","coordinates":[-0.1182202,51.4968643]},"properties":{"@type":"node","@id":3079343918,"@timestamp":1410821581},"coords":"51.4968643,-0.1182202","bedrooms":"1","price":"273000","area":"554"} , +{"type":"Feature","id":"n3079343928","geometry":{"type":"Point","coordinates":[-0.1099461,51.4969371]},"properties":{"@type":"node","@id":3079343928,"@timestamp":1410821581},"coords":"51.4969371,-0.1099461","bedrooms":"0","price":"150000","area":"643"} , +{"type":"Feature","id":"n3079344038","geometry":{"type":"Point","coordinates":[-0.1134845,51.4969995]},"properties":{"@type":"node","@id":3079344038,"@timestamp":1410821581},"coords":"51.4969995,-0.1134845","bedrooms":"4","price":"154000","area":"567"} , +{"type":"Feature","id":"n3079344048","geometry":{"type":"Point","coordinates":[-0.1092672,51.4970991]},"properties":{"@type":"node","@id":3079344048,"@timestamp":1410821581},"coords":"51.4970991,-0.1092672","bedrooms":"0","price":"192000","area":"569"} , +{"type":"Feature","id":"n3079344058","geometry":{"type":"Point","coordinates":[-0.1087279,51.4972334]},"properties":{"@type":"node","@id":3079344058,"@timestamp":1410821582},"coords":"51.4972334,-0.1087279","bedrooms":"3","price":"155000","area":"353"} , +{"type":"Feature","id":"n3079344068","geometry":{"type":"Point","coordinates":[-0.1101809,51.497344]},"properties":{"@type":"node","@id":3079344068,"@timestamp":1410821582},"coords":"51.497344,-0.1101809","bedrooms":"1","price":"234000","area":"461"} , +{"type":"Feature","id":"n3079344078","geometry":{"type":"Point","coordinates":[-0.1186235,51.4974244]},"properties":{"@type":"node","@id":3079344078,"@timestamp":1410821582},"coords":"51.4974244,-0.1186235","bedrooms":"3","price":"262000","area":"678"} , +{"type":"Feature","id":"n3079344088","geometry":{"type":"Point","coordinates":[-0.1184374,51.4975403]},"properties":{"@type":"node","@id":3079344088,"@timestamp":1410821583},"coords":"51.4975403,-0.1184374","bedrooms":"4","price":"273000","area":"622"} , +{"type":"Feature","id":"n3079344098","geometry":{"type":"Point","coordinates":[-0.108011,51.4976402]},"properties":{"@type":"node","@id":3079344098,"@timestamp":1410821583},"coords":"51.4976402,-0.108011","bedrooms":"2","price":"194000","area":"515"} , +{"type":"Feature","id":"n3079344108","geometry":{"type":"Point","coordinates":[-0.1169381,51.4977591]},"properties":{"@type":"node","@id":3079344108,"@timestamp":1410821583},"coords":"51.4977591,-0.1169381","bedrooms":"4","price":"197000","area":"441"} , +{"type":"Feature","id":"n3079344118","geometry":{"type":"Point","coordinates":[-0.1127505,51.4978653]},"properties":{"@type":"node","@id":3079344118,"@timestamp":1410821583},"coords":"51.4978653,-0.1127505","bedrooms":"1","price":"201000","area":"604"} , +{"type":"Feature","id":"n3079344128","geometry":{"type":"Point","coordinates":[-0.1176929,51.4979522]},"properties":{"@type":"node","@id":3079344128,"@timestamp":1410821584},"coords":"51.4979522,-0.1176929","bedrooms":"2","price":"188000","area":"362"} , +{"type":"Feature","id":"n3079344338","geometry":{"type":"Point","coordinates":[-0.1112849,51.4980786]},"properties":{"@type":"node","@id":3079344338,"@timestamp":1410821584},"coords":"51.4980786,-0.1112849","bedrooms":"1","price":"205000","area":"692"} , +{"type":"Feature","id":"n3079344348","geometry":{"type":"Point","coordinates":[-0.1169484,51.4982033]},"properties":{"@type":"node","@id":3079344348,"@timestamp":1410821584},"coords":"51.4982033,-0.1169484","bedrooms":"0","price":"206000","area":"591"} , +{"type":"Feature","id":"n3079344358","geometry":{"type":"Point","coordinates":[-0.1088992,51.4983393]},"properties":{"@type":"node","@id":3079344358,"@timestamp":1410821584},"coords":"51.4983393,-0.1088992","bedrooms":"0","price":"284000","area":"635"} , +{"type":"Feature","id":"n3079344368","geometry":{"type":"Point","coordinates":[-0.1121287,51.4984578]},"properties":{"@type":"node","@id":3079344368,"@timestamp":1410821585},"coords":"51.4984578,-0.1121287","bedrooms":"2","price":"266000","area":"596"} , +{"type":"Feature","id":"n3079344378","geometry":{"type":"Point","coordinates":[-0.120256,51.4988415]},"properties":{"@type":"node","@id":3079344378,"@timestamp":1593742621},"coords":"51.4988415,-0.120256","bedrooms":"0","price":"273000","area":"654"} , +{"type":"Feature","id":"n3079344388","geometry":{"type":"Point","coordinates":[-0.1138709,51.4989843]},"properties":{"@type":"node","@id":3079344388,"@timestamp":1410821585},"coords":"51.4989843,-0.1138709","bedrooms":"2","price":"241000","area":"416"} , +{"type":"Feature","id":"n3079344398","geometry":{"type":"Point","coordinates":[-0.1117861,51.4993088]},"properties":{"@type":"node","@id":3079344398,"@timestamp":1410821585},"coords":"51.4993088,-0.1117861","bedrooms":"0","price":"247000","area":"524"} , +{"type":"Feature","id":"n3079344408","geometry":{"type":"Point","coordinates":[-0.109677,51.4994672]},"properties":{"@type":"node","@id":3079344408,"@timestamp":1410821586},"coords":"51.4994672,-0.109677","bedrooms":"1","price":"217000","area":"599"} , +{"type":"Feature","id":"n3079344419","geometry":{"type":"Point","coordinates":[-0.1093982,51.4997125]},"properties":{"@type":"node","@id":3079344419,"@timestamp":1410821586},"coords":"51.4997125,-0.1093982","bedrooms":"1","price":"226000","area":"653"} , +{"type":"Feature","id":"n3079344429","geometry":{"type":"Point","coordinates":[-0.1113134,51.4997804]},"properties":{"@type":"node","@id":3079344429,"@timestamp":1410821586},"coords":"51.4997804,-0.1113134","bedrooms":"1","price":"169000","area":"627"} , +{"type":"Feature","id":"n3079344439","geometry":{"type":"Point","coordinates":[-0.1199987,51.4998962]},"properties":{"@type":"node","@id":3079344439,"@timestamp":1410821587},"coords":"51.4998962,-0.1199987","bedrooms":"0","price":"241000","area":"547"} , +{"type":"Feature","id":"n3079344449","geometry":{"type":"Point","coordinates":[-0.1173012,51.4999464]},"properties":{"@type":"node","@id":3079344449,"@timestamp":1410821587},"coords":"51.4999464,-0.1173012","bedrooms":"1","price":"191000","area":"535"} , +{"type":"Feature","id":"n3079344460","geometry":{"type":"Point","coordinates":[-0.1093922,51.5000332]},"properties":{"@type":"node","@id":3079344460,"@timestamp":1410821587},"coords":"51.5000332,-0.1093922","bedrooms":"4","price":"165000","area":"507"} , +{"type":"Feature","id":"n3079344470","geometry":{"type":"Point","coordinates":[-0.1188357,51.5004919]},"properties":{"@type":"node","@id":3079344470,"@timestamp":1593743694},"coords":"51.5004919,-0.1188357","bedrooms":"1","price":"219000","area":"382"} , +{"type":"Feature","id":"n3079344481","geometry":{"type":"Point","coordinates":[-0.1191093,51.500222]},"properties":{"@type":"node","@id":3079344481,"@timestamp":1593743694},"coords":"51.500222,-0.1191093","bedrooms":"0","price":"193000","area":"393"} , +{"type":"Feature","id":"n3079344493","geometry":{"type":"Point","coordinates":[-0.11258,51.5003199]},"properties":{"@type":"node","@id":3079344493,"@timestamp":1410821588},"coords":"51.5003199,-0.11258","bedrooms":"1","price":"297000","area":"660"} , +{"type":"Feature","id":"n3079344505","geometry":{"type":"Point","coordinates":[-0.111677,51.5004783]},"properties":{"@type":"node","@id":3079344505,"@timestamp":1410821588},"coords":"51.5004783,-0.111677","bedrooms":"2","price":"274000","area":"655"} , +{"type":"Feature","id":"n3079344518","geometry":{"type":"Point","coordinates":[-0.1189507,51.5004005]},"properties":{"@type":"node","@id":3079344518,"@timestamp":1593743694},"coords":"51.5004005,-0.1189507","bedrooms":"2","price":"286000","area":"513"} , +{"type":"Feature","id":"n3079344529","geometry":{"type":"Point","coordinates":[-0.1120467,51.5008028]},"properties":{"@type":"node","@id":3079344529,"@timestamp":1410821589},"coords":"51.5008028,-0.1120467","bedrooms":"2","price":"264000","area":"593"} , +{"type":"Feature","id":"n3079344539","geometry":{"type":"Point","coordinates":[-0.117386,51.5031871]},"properties":{"@type":"node","@id":3079344539,"@timestamp":1410821589},"coords":"51.5031871,-0.117386","bedrooms":"3","price":"276000","area":"619"} , +{"type":"Feature","id":"n3079344549","geometry":{"type":"Point","coordinates":[-0.1187497,51.503304]},"properties":{"@type":"node","@id":3079344549,"@timestamp":1410821590},"coords":"51.503304,-0.1187497","bedrooms":"2","price":"298000","area":"464"} , +{"type":"Feature","id":"n3079344559","geometry":{"type":"Point","coordinates":[-0.1192042,51.5039303]},"properties":{"@type":"node","@id":3079344559,"@timestamp":1410821590},"coords":"51.5039303,-0.1192042","bedrooms":"1","price":"200000","area":"613"} , +{"type":"Feature","id":"n3079344569","geometry":{"type":"Point","coordinates":[-0.1145073,51.5045716]},"properties":{"@type":"node","@id":3079344569,"@timestamp":1410821590},"coords":"51.5045716,-0.1145073","bedrooms":"4","price":"201000","area":"407"} , +{"type":"Feature","id":"n3079344580","geometry":{"type":"Point","coordinates":[-0.1188709,51.5047602]},"properties":{"@type":"node","@id":3079344580,"@timestamp":1410821590},"coords":"51.5047602,-0.1188709","bedrooms":"3","price":"258000","area":"626"} , +{"type":"Feature","id":"n3079344591","geometry":{"type":"Point","coordinates":[-0.1183739,51.5049677]},"properties":{"@type":"node","@id":3079344591,"@timestamp":1410821591},"coords":"51.5049677,-0.1183739","bedrooms":"4","price":"244000","area":"510"} , +{"type":"Feature","id":"n3079344601","geometry":{"type":"Point","coordinates":[-0.1182103,51.5051978]},"properties":{"@type":"node","@id":3079344601,"@timestamp":1410821591},"coords":"51.5051978,-0.1182103","bedrooms":"4","price":"263000","area":"523"} , +{"type":"Feature","id":"n3079344611","geometry":{"type":"Point","coordinates":[-0.117986,51.5060277]},"properties":{"@type":"node","@id":3079344611,"@timestamp":1410821591},"coords":"51.5060277,-0.117986","bedrooms":"4","price":"295000","area":"618"} , +{"type":"Feature","id":"n3079462257","geometry":{"type":"Point","coordinates":[-0.14141,51.5203091]},"properties":{"@type":"node","@id":3079462257,"@timestamp":1621566699},"coords":"51.5203091,-0.14141","bedrooms":"1","price":"252000","area":"504"} , +{"type":"Feature","id":"n3079462331","geometry":{"type":"Point","coordinates":[-0.1367942,51.5229483]},"properties":{"@type":"node","@id":3079462331,"@timestamp":1614571210},"coords":"51.5229483,-0.1367942","bedrooms":"3","price":"193000","area":"662"} , +{"type":"Feature","id":"n3079916556","geometry":{"type":"Point","coordinates":[-0.3285349,51.0619881]},"properties":{"@type":"node","@id":3079916556,"@timestamp":1410864714},"coords":"51.0619881,-0.3285349","bedrooms":"3","price":"186000","area":"395"} , +{"type":"Feature","id":"n3079931339","geometry":{"type":"Point","coordinates":[-0.3286033,51.062145]},"properties":{"@type":"node","@id":3079931339,"@timestamp":1410865486},"coords":"51.062145,-0.3286033","bedrooms":"4","price":"219000","area":"510"} , +{"type":"Feature","id":"n3080279707","geometry":{"type":"Point","coordinates":[-0.7774675,51.4186889]},"properties":{"@type":"node","@id":3080279707,"@timestamp":1410877813},"coords":"51.4186889,-0.7774675","bedrooms":"4","price":"185000","area":"434"} , +{"type":"Feature","id":"n3080426038","geometry":{"type":"Point","coordinates":[-1.0889444,51.2613179]},"properties":{"@type":"node","@id":3080426038,"@timestamp":1413846212},"coords":"51.2613179,-1.0889444","bedrooms":"3","price":"169000","area":"443"} , +{"type":"Feature","id":"n3080774509","geometry":{"type":"Point","coordinates":[-0.2521593,51.15684]},"properties":{"@type":"node","@id":3080774509,"@timestamp":1620808304},"coords":"51.15684,-0.2521593","bedrooms":"3","price":"155000","area":"481"} , +{"type":"Feature","id":"n3080941104","geometry":{"type":"Point","coordinates":[0.2703213,51.2583747]},"properties":{"@type":"node","@id":3080941104,"@timestamp":1410905810},"coords":"51.2583747,0.2703213","bedrooms":"3","price":"218000","area":"400"} , +{"type":"Feature","id":"n3080942736","geometry":{"type":"Point","coordinates":[0.2551817,51.2714396]},"properties":{"@type":"node","@id":3080942736,"@timestamp":1410905810},"coords":"51.2714396,0.2551817","bedrooms":"3","price":"201000","area":"485"} , +{"type":"Feature","id":"n3081373432","geometry":{"type":"Point","coordinates":[0.1099256,51.1017309]},"properties":{"@type":"node","@id":3081373432,"@timestamp":1410940619},"coords":"51.1017309,0.1099256","bedrooms":"4","price":"279000","area":"623"} , +{"type":"Feature","id":"n3081837458","geometry":{"type":"Point","coordinates":[0.1649572,51.5265379]},"properties":{"@type":"node","@id":3081837458,"@timestamp":1605204619},"coords":"51.5265379,0.1649572","bedrooms":"0","price":"234000","area":"603"} , +{"type":"Feature","id":"n3083229148","geometry":{"type":"Point","coordinates":[-0.0866801,51.586005]},"properties":{"@type":"node","@id":3083229148,"@timestamp":1410985868},"coords":"51.586005,-0.0866801","bedrooms":"2","price":"215000","area":"522"} , +{"type":"Feature","id":"n3083572453","geometry":{"type":"Point","coordinates":[-0.9811747,50.9858462]},"properties":{"@type":"node","@id":3083572453,"@timestamp":1410993271},"coords":"50.9858462,-0.9811747","bedrooms":"0","price":"203000","area":"678"} , +{"type":"Feature","id":"n3084412103","geometry":{"type":"Point","coordinates":[-0.07971,51.5164689]},"properties":{"@type":"node","@id":3084412103,"@timestamp":1439493474},"coords":"51.5164689,-0.07971","bedrooms":"1","price":"287000","area":"685"} , +{"type":"Feature","id":"n3084412113","geometry":{"type":"Point","coordinates":[-0.079516,51.5166167]},"properties":{"@type":"node","@id":3084412113,"@timestamp":1411035330},"coords":"51.5166167,-0.079516","bedrooms":"0","price":"264000","area":"686"} , +{"type":"Feature","id":"n3084412123","geometry":{"type":"Point","coordinates":[-0.0804992,51.516321]},"properties":{"@type":"node","@id":3084412123,"@timestamp":1432055248},"coords":"51.516321,-0.0804992","bedrooms":"1","price":"260000","area":"582"} , +{"type":"Feature","id":"n3085004818","geometry":{"type":"Point","coordinates":[-0.127108,51.5117021]},"properties":{"@type":"node","@id":3085004818,"@timestamp":1628884715},"coords":"51.5117021,-0.127108","bedrooms":"2","price":"203000","area":"500"} , +{"type":"Feature","id":"n3085005056","geometry":{"type":"Point","coordinates":[-0.1216958,51.5174191]},"properties":{"@type":"node","@id":3085005056,"@timestamp":1614743064},"coords":"51.5174191,-0.1216958","bedrooms":"4","price":"221000","area":"697"} , +{"type":"Feature","id":"n3085107566","geometry":{"type":"Point","coordinates":[-0.1039041,51.388652]},"properties":{"@type":"node","@id":3085107566,"@timestamp":1411067985},"coords":"51.388652,-0.1039041","bedrooms":"0","price":"185000","area":"598"} , +{"type":"Feature","id":"n3085109059","geometry":{"type":"Point","coordinates":[-0.1127695,51.5264305]},"properties":{"@type":"node","@id":3085109059,"@timestamp":1634655571},"coords":"51.5264305,-0.1127695","bedrooms":"4","price":"269000","area":"478"} , +{"type":"Feature","id":"n3085139133","geometry":{"type":"Point","coordinates":[-0.1055884,51.3897189]},"properties":{"@type":"node","@id":3085139133,"@timestamp":1536877349},"coords":"51.3897189,-0.1055884","bedrooms":"3","price":"224000","area":"605"} , +{"type":"Feature","id":"n3085139235","geometry":{"type":"Point","coordinates":[-0.1059232,51.3901691]},"properties":{"@type":"node","@id":3085139235,"@timestamp":1536877348},"coords":"51.3901691,-0.1059232","bedrooms":"2","price":"168000","area":"395"} , +{"type":"Feature","id":"n3085139435","geometry":{"type":"Point","coordinates":[-0.106026,51.3896067]},"properties":{"@type":"node","@id":3085139435,"@timestamp":1411067983},"coords":"51.3896067,-0.106026","bedrooms":"2","price":"214000","area":"527"} , +{"type":"Feature","id":"n3085604052","geometry":{"type":"Point","coordinates":[-0.2750901,51.4646776]},"properties":{"@type":"node","@id":3085604052,"@timestamp":1605200429},"coords":"51.4646776,-0.2750901","bedrooms":"3","price":"187000","area":"534"} , +{"type":"Feature","id":"n3085762734","geometry":{"type":"Point","coordinates":[-0.0962341,51.3906917]},"properties":{"@type":"node","@id":3085762734,"@timestamp":1411113492},"coords":"51.3906917,-0.0962341","bedrooms":"2","price":"209000","area":"571"} , +{"type":"Feature","id":"n3086127512","geometry":{"type":"Point","coordinates":[-0.1185073,51.5273401]},"properties":{"@type":"node","@id":3086127512,"@timestamp":1572812125},"coords":"51.5273401,-0.1185073","bedrooms":"2","price":"151000","area":"672"} , +{"type":"Feature","id":"n3086183459","geometry":{"type":"Point","coordinates":[0.0530221,51.6327485]},"properties":{"@type":"node","@id":3086183459,"@timestamp":1451409886},"coords":"51.6327485,0.0530221","bedrooms":"2","price":"290000","area":"387"} , +{"type":"Feature","id":"n3086183525","geometry":{"type":"Point","coordinates":[0.0748619,51.6189258]},"properties":{"@type":"node","@id":3086183525,"@timestamp":1411138658},"coords":"51.6189258,0.0748619","bedrooms":"1","price":"230000","area":"395"} , +{"type":"Feature","id":"n3086185336","geometry":{"type":"Point","coordinates":[0.0741483,51.6216532]},"properties":{"@type":"node","@id":3086185336,"@timestamp":1411138660},"coords":"51.6216532,0.0741483","bedrooms":"1","price":"247000","area":"585"} , +{"type":"Feature","id":"n3086185364","geometry":{"type":"Point","coordinates":[0.0598432,51.6291087]},"properties":{"@type":"node","@id":3086185364,"@timestamp":1411138661},"coords":"51.6291087,0.0598432","bedrooms":"1","price":"262000","area":"442"} , +{"type":"Feature","id":"n3086185379","geometry":{"type":"Point","coordinates":[0.0585931,51.6299675]},"properties":{"@type":"node","@id":3086185379,"@timestamp":1411138661},"coords":"51.6299675,0.0585931","bedrooms":"3","price":"257000","area":"627"} , +{"type":"Feature","id":"n3086185427","geometry":{"type":"Point","coordinates":[0.0571725,51.631476]},"properties":{"@type":"node","@id":3086185427,"@timestamp":1411138663},"coords":"51.631476,0.0571725","bedrooms":"0","price":"208000","area":"591"} , +{"type":"Feature","id":"n3086185452","geometry":{"type":"Point","coordinates":[0.0553213,51.632697]},"properties":{"@type":"node","@id":3086185452,"@timestamp":1411138663},"coords":"51.632697,0.0553213","bedrooms":"0","price":"259000","area":"510"} , +{"type":"Feature","id":"n3086185469","geometry":{"type":"Point","coordinates":[0.054587,51.6329534]},"properties":{"@type":"node","@id":3086185469,"@timestamp":1411138664},"coords":"51.6329534,0.054587","bedrooms":"4","price":"217000","area":"523"} , +{"type":"Feature","id":"n3086185498","geometry":{"type":"Point","coordinates":[0.0536981,51.6332354]},"properties":{"@type":"node","@id":3086185498,"@timestamp":1563313064},"coords":"51.6332354,0.0536981","bedrooms":"3","price":"201000","area":"668"} , +{"type":"Feature","id":"n3086185539","geometry":{"type":"Point","coordinates":[0.0185958,51.6345881]},"properties":{"@type":"node","@id":3086185539,"@timestamp":1411138665},"coords":"51.6345881,0.0185958","bedrooms":"4","price":"181000","area":"380"} , +{"type":"Feature","id":"n3086185628","geometry":{"type":"Point","coordinates":[0.0065461,51.6596354]},"properties":{"@type":"node","@id":3086185628,"@timestamp":1411138667},"coords":"51.6596354,0.0065461","bedrooms":"1","price":"225000","area":"653"} , +{"type":"Feature","id":"n3086185753","geometry":{"type":"Point","coordinates":[-0.0118994,51.6628916]},"properties":{"@type":"node","@id":3086185753,"@timestamp":1411138670},"coords":"51.6628916,-0.0118994","bedrooms":"4","price":"215000","area":"468"} , +{"type":"Feature","id":"n3086185795","geometry":{"type":"Point","coordinates":[-0.0155697,51.6648326]},"properties":{"@type":"node","@id":3086185795,"@timestamp":1411138670},"coords":"51.6648326,-0.0155697","bedrooms":"2","price":"258000","area":"376"} , +{"type":"Feature","id":"n3086267155","geometry":{"type":"Point","coordinates":[-0.3402247,51.5070532]},"properties":{"@type":"node","@id":3086267155,"@timestamp":1411141673},"coords":"51.5070532,-0.3402247","bedrooms":"4","price":"224000","area":"541"} , +{"type":"Feature","id":"n3086267192","geometry":{"type":"Point","coordinates":[-0.3419812,51.5082674]},"properties":{"@type":"node","@id":3086267192,"@timestamp":1564909700},"coords":"51.5082674,-0.3419812","bedrooms":"1","price":"296000","area":"618"} , +{"type":"Feature","id":"n3086267215","geometry":{"type":"Point","coordinates":[-0.3346275,51.5087753]},"properties":{"@type":"node","@id":3086267215,"@timestamp":1600215763},"coords":"51.5087753,-0.3346275","bedrooms":"1","price":"249000","area":"543"} , +{"type":"Feature","id":"n3086267238","geometry":{"type":"Point","coordinates":[-0.3345706,51.5089861]},"properties":{"@type":"node","@id":3086267238,"@timestamp":1564909700},"coords":"51.5089861,-0.3345706","bedrooms":"0","price":"269000","area":"694"} , +{"type":"Feature","id":"n3086387924","geometry":{"type":"Point","coordinates":[0.1930614,51.2744358]},"properties":{"@type":"node","@id":3086387924,"@timestamp":1411149393},"coords":"51.2744358,0.1930614","bedrooms":"3","price":"263000","area":"536"} , +{"type":"Feature","id":"n3086403354","geometry":{"type":"Point","coordinates":[-0.2916129,51.5113249]},"properties":{"@type":"node","@id":3086403354,"@timestamp":1602216538},"coords":"51.5113249,-0.2916129","bedrooms":"2","price":"159000","area":"525"} , +{"type":"Feature","id":"n3086403399","geometry":{"type":"Point","coordinates":[-0.2937462,51.5118998]},"properties":{"@type":"node","@id":3086403399,"@timestamp":1411150264},"coords":"51.5118998,-0.2937462","bedrooms":"2","price":"169000","area":"627"} , +{"type":"Feature","id":"n3086646133","geometry":{"type":"Point","coordinates":[-0.1260651,51.5304622]},"properties":{"@type":"node","@id":3086646133,"@timestamp":1511023234},"coords":"51.5304622,-0.1260651","bedrooms":"0","price":"248000","area":"420"} , +{"type":"Feature","id":"n3086647629","geometry":{"type":"Point","coordinates":[-0.3969972,51.5153241]},"properties":{"@type":"node","@id":3086647629,"@timestamp":1411160440},"coords":"51.5153241,-0.3969972","bedrooms":"2","price":"229000","area":"497"} , +{"type":"Feature","id":"n3086685428","geometry":{"type":"Point","coordinates":[-0.0775995,51.5848477]},"properties":{"@type":"node","@id":3086685428,"@timestamp":1411161842},"coords":"51.5848477,-0.0775995","bedrooms":"3","price":"195000","area":"380"} , +{"type":"Feature","id":"n3087175492","geometry":{"type":"Point","coordinates":[-0.2752145,51.5261987]},"properties":{"@type":"node","@id":3087175492,"@timestamp":1532052958},"coords":"51.5261987,-0.2752145","bedrooms":"4","price":"165000","area":"505"} , +{"type":"Feature","id":"n3087647841","geometry":{"type":"Point","coordinates":[-0.1523373,51.4992073]},"properties":{"@type":"node","@id":3087647841,"@timestamp":1622627941},"coords":"51.4992073,-0.1523373","bedrooms":"4","price":"251000","area":"554"} , +{"type":"Feature","id":"n3088071446","geometry":{"type":"Point","coordinates":[0.6985458,51.5343073]},"properties":{"@type":"node","@id":3088071446,"@timestamp":1411241789},"coords":"51.5343073,0.6985458","bedrooms":"2","price":"254000","area":"416"} , +{"type":"Feature","id":"n3088374649","geometry":{"type":"Point","coordinates":[0.1843032,51.046834]},"properties":{"@type":"node","@id":3088374649,"@timestamp":1411256501},"coords":"51.046834,0.1843032","bedrooms":"3","price":"193000","area":"399"} , +{"type":"Feature","id":"n3088461883","geometry":{"type":"Point","coordinates":[-0.1620013,51.5016696]},"properties":{"@type":"node","@id":3088461883,"@timestamp":1573573349},"coords":"51.5016696,-0.1620013","bedrooms":"3","price":"213000","area":"633"} , +{"type":"Feature","id":"n3088689045","geometry":{"type":"Point","coordinates":[-0.7217331,51.6278224]},"properties":{"@type":"node","@id":3088689045,"@timestamp":1526820225},"coords":"51.6278224,-0.7217331","bedrooms":"1","price":"293000","area":"652"} , +{"type":"Feature","id":"n3088689201","geometry":{"type":"Point","coordinates":[-0.7207913,51.625089]},"properties":{"@type":"node","@id":3088689201,"@timestamp":1411284161},"coords":"51.625089,-0.7207913","bedrooms":"3","price":"202000","area":"455"} , +{"type":"Feature","id":"n3088689370","geometry":{"type":"Point","coordinates":[-0.7184579,51.6262368]},"properties":{"@type":"node","@id":3088689370,"@timestamp":1411284162},"coords":"51.6262368,-0.7184579","bedrooms":"0","price":"191000","area":"370"} , +{"type":"Feature","id":"n3088689474","geometry":{"type":"Point","coordinates":[-0.719913,51.6287741]},"properties":{"@type":"node","@id":3088689474,"@timestamp":1411284164},"coords":"51.6287741,-0.719913","bedrooms":"1","price":"175000","area":"654"} , +{"type":"Feature","id":"n3088728686","geometry":{"type":"Point","coordinates":[-0.2012404,51.6570845]},"properties":{"@type":"node","@id":3088728686,"@timestamp":1411288429},"coords":"51.6570845,-0.2012404","bedrooms":"0","price":"221000","area":"595"} , +{"type":"Feature","id":"n3089016665","geometry":{"type":"Point","coordinates":[-0.4016595,51.5223606]},"properties":{"@type":"node","@id":3089016665,"@timestamp":1417953954},"coords":"51.5223606,-0.4016595","bedrooms":"0","price":"168000","area":"667"} , +{"type":"Feature","id":"n3089046821","geometry":{"type":"Point","coordinates":[0.085483,51.7821721]},"properties":{"@type":"node","@id":3089046821,"@timestamp":1411305278},"coords":"51.7821721,0.085483","bedrooms":"3","price":"169000","area":"548"} , +{"type":"Feature","id":"n3089298796","geometry":{"type":"Point","coordinates":[0.5052957,51.7536563]},"properties":{"@type":"node","@id":3089298796,"@timestamp":1616923431},"coords":"51.7536563,0.5052957","bedrooms":"4","price":"151000","area":"503"} , +{"type":"Feature","id":"n3089457151","geometry":{"type":"Point","coordinates":[-0.3772797,51.5432077]},"properties":{"@type":"node","@id":3089457151,"@timestamp":1411320478},"coords":"51.5432077,-0.3772797","bedrooms":"4","price":"271000","area":"430"} , +{"type":"Feature","id":"n3089457239","geometry":{"type":"Point","coordinates":[-0.3700595,51.5467628]},"properties":{"@type":"node","@id":3089457239,"@timestamp":1411320479},"coords":"51.5467628,-0.3700595","bedrooms":"1","price":"239000","area":"412"} , +{"type":"Feature","id":"n3089629350","geometry":{"type":"Point","coordinates":[0.0882938,51.6242798]},"properties":{"@type":"node","@id":3089629350,"@timestamp":1411327035},"coords":"51.6242798,0.0882938","bedrooms":"0","price":"226000","area":"515"} , +{"type":"Feature","id":"n3089703797","geometry":{"type":"Point","coordinates":[0.1877388,51.6173607]},"properties":{"@type":"node","@id":3089703797,"@timestamp":1411329951},"coords":"51.6173607,0.1877388","bedrooms":"2","price":"295000","area":"439"} , +{"type":"Feature","id":"n3089703849","geometry":{"type":"Point","coordinates":[0.1992532,51.6181533]},"properties":{"@type":"node","@id":3089703849,"@timestamp":1411329952},"coords":"51.6181533,0.1992532","bedrooms":"1","price":"257000","area":"612"} , +{"type":"Feature","id":"n3089703932","geometry":{"type":"Point","coordinates":[0.1810559,51.6186191]},"properties":{"@type":"node","@id":3089703932,"@timestamp":1411329954},"coords":"51.6186191,0.1810559","bedrooms":"3","price":"179000","area":"589"} , +{"type":"Feature","id":"n3089703990","geometry":{"type":"Point","coordinates":[0.1777419,51.6194694]},"properties":{"@type":"node","@id":3089703990,"@timestamp":1411329955},"coords":"51.6194694,0.1777419","bedrooms":"3","price":"234000","area":"646"} , +{"type":"Feature","id":"n3089704040","geometry":{"type":"Point","coordinates":[0.1776232,51.6199399]},"properties":{"@type":"node","@id":3089704040,"@timestamp":1411329956},"coords":"51.6199399,0.1776232","bedrooms":"2","price":"299000","area":"523"} , +{"type":"Feature","id":"n3089704294","geometry":{"type":"Point","coordinates":[0.1988005,51.6207384]},"properties":{"@type":"node","@id":3089704294,"@timestamp":1411329956},"coords":"51.6207384,0.1988005","bedrooms":"0","price":"229000","area":"432"} , +{"type":"Feature","id":"n3089704355","geometry":{"type":"Point","coordinates":[0.1778058,51.622757]},"properties":{"@type":"node","@id":3089704355,"@timestamp":1411329958},"coords":"51.622757,0.1778058","bedrooms":"2","price":"168000","area":"607"} , +{"type":"Feature","id":"n3089880164","geometry":{"type":"Point","coordinates":[-0.0639975,51.6157882]},"properties":{"@type":"node","@id":3089880164,"@timestamp":1626379701},"coords":"51.6157882,-0.0639975","bedrooms":"4","price":"184000","area":"626"} , +{"type":"Feature","id":"n3090686007","geometry":{"type":"Point","coordinates":[-0.1639065,51.453575]},"properties":{"@type":"node","@id":3090686007,"@timestamp":1536150957},"coords":"51.453575,-0.1639065","bedrooms":"4","price":"188000","area":"550"} , +{"type":"Feature","id":"n3090723140","geometry":{"type":"Point","coordinates":[-0.2644035,51.6214318]},"properties":{"@type":"node","@id":3090723140,"@timestamp":1411394140},"coords":"51.6214318,-0.2644035","bedrooms":"4","price":"177000","area":"643"} , +{"type":"Feature","id":"n3090725394","geometry":{"type":"Point","coordinates":[-0.1655115,51.4562101]},"properties":{"@type":"node","@id":3090725394,"@timestamp":1623247002},"coords":"51.4562101,-0.1655115","bedrooms":"4","price":"286000","area":"393"} , +{"type":"Feature","id":"n3090725405","geometry":{"type":"Point","coordinates":[-0.165805,51.4569289]},"properties":{"@type":"node","@id":3090725405,"@timestamp":1411394972},"coords":"51.4569289,-0.165805","bedrooms":"0","price":"245000","area":"396"} , +{"type":"Feature","id":"n3090725420","geometry":{"type":"Point","coordinates":[-0.1659095,51.4584657]},"properties":{"@type":"node","@id":3090725420,"@timestamp":1411394973},"coords":"51.4584657,-0.1659095","bedrooms":"1","price":"193000","area":"355"} , +{"type":"Feature","id":"n3091056428","geometry":{"type":"Point","coordinates":[-0.1719375,51.4150216]},"properties":{"@type":"node","@id":3091056428,"@timestamp":1597482181},"coords":"51.4150216,-0.1719375","bedrooms":"2","price":"150000","area":"693"} , +{"type":"Feature","id":"n3091105975","geometry":{"type":"Point","coordinates":[-1.0767092,51.2940792]},"properties":{"@type":"node","@id":3091105975,"@timestamp":1411406395},"coords":"51.2940792,-1.0767092","bedrooms":"3","price":"210000","area":"508"} , +{"type":"Feature","id":"n3091468316","geometry":{"type":"Point","coordinates":[-0.3684812,51.5482314]},"properties":{"@type":"node","@id":3091468316,"@timestamp":1598532188},"coords":"51.5482314,-0.3684812","bedrooms":"1","price":"209000","area":"500"} , +{"type":"Feature","id":"n3091468685","geometry":{"type":"Point","coordinates":[-0.3667385,51.5491417]},"properties":{"@type":"node","@id":3091468685,"@timestamp":1411417689},"coords":"51.5491417,-0.3667385","bedrooms":"0","price":"205000","area":"600"} , +{"type":"Feature","id":"n3091522685","geometry":{"type":"Point","coordinates":[-0.0943839,51.3940826]},"properties":{"@type":"node","@id":3091522685,"@timestamp":1411420456},"coords":"51.3940826,-0.0943839","bedrooms":"3","price":"253000","area":"432"} , +{"type":"Feature","id":"n3091523178","geometry":{"type":"Point","coordinates":[-0.0958239,51.3937995]},"properties":{"@type":"node","@id":3091523178,"@timestamp":1411420462},"coords":"51.3937995,-0.0958239","bedrooms":"1","price":"296000","area":"557"} , +{"type":"Feature","id":"n3091530283","geometry":{"type":"Point","coordinates":[-0.0924245,51.3926644]},"properties":{"@type":"node","@id":3091530283,"@timestamp":1411420452},"coords":"51.3926644,-0.0924245","bedrooms":"3","price":"239000","area":"543"} , +{"type":"Feature","id":"n3091533368","geometry":{"type":"Point","coordinates":[-0.0910553,51.3921502]},"properties":{"@type":"node","@id":3091533368,"@timestamp":1411420455},"coords":"51.3921502,-0.0910553","bedrooms":"3","price":"193000","area":"383"} , +{"type":"Feature","id":"n3091556803","geometry":{"type":"Point","coordinates":[-0.3956369,51.6454149]},"properties":{"@type":"node","@id":3091556803,"@timestamp":1603891465},"coords":"51.6454149,-0.3956369","bedrooms":"0","price":"174000","area":"477"} , +{"type":"Feature","id":"n3091678747","geometry":{"type":"Point","coordinates":[0.0013956,51.5585004]},"properties":{"@type":"node","@id":3091678747,"@timestamp":1571729749},"coords":"51.5585004,0.0013956","bedrooms":"4","price":"206000","area":"529"} , +{"type":"Feature","id":"n3092056165","geometry":{"type":"Point","coordinates":[-0.1401606,51.5083906]},"properties":{"@type":"node","@id":3092056165,"@timestamp":1553719251},"coords":"51.5083906,-0.1401606","bedrooms":"0","price":"196000","area":"411"} , +{"type":"Feature","id":"n3092062065","geometry":{"type":"Point","coordinates":[-0.1390561,51.5101903]},"properties":{"@type":"node","@id":3092062065,"@timestamp":1528619417},"coords":"51.5101903,-0.1390561","bedrooms":"0","price":"210000","area":"381"} , +{"type":"Feature","id":"n3092186807","geometry":{"type":"Point","coordinates":[0.1591844,51.6123055]},"properties":{"@type":"node","@id":3092186807,"@timestamp":1411467962},"coords":"51.6123055,0.1591844","bedrooms":"3","price":"201000","area":"521"} , +{"type":"Feature","id":"n3092186821","geometry":{"type":"Point","coordinates":[0.1646299,51.6126158]},"properties":{"@type":"node","@id":3092186821,"@timestamp":1411467963},"coords":"51.6126158,0.1646299","bedrooms":"4","price":"253000","area":"571"} , +{"type":"Feature","id":"n3092189643","geometry":{"type":"Point","coordinates":[0.1648056,51.6130347]},"properties":{"@type":"node","@id":3092189643,"@timestamp":1411467963},"coords":"51.6130347,0.1648056","bedrooms":"0","price":"253000","area":"353"} , +{"type":"Feature","id":"n3092189667","geometry":{"type":"Point","coordinates":[0.12377,51.6142888]},"properties":{"@type":"node","@id":3092189667,"@timestamp":1411467964},"coords":"51.6142888,0.12377","bedrooms":"0","price":"298000","area":"561"} , +{"type":"Feature","id":"n3092189681","geometry":{"type":"Point","coordinates":[0.1241417,51.614623]},"properties":{"@type":"node","@id":3092189681,"@timestamp":1411467964},"coords":"51.614623,0.1241417","bedrooms":"3","price":"178000","area":"495"} , +{"type":"Feature","id":"n3092189709","geometry":{"type":"Point","coordinates":[0.1712061,51.615793]},"properties":{"@type":"node","@id":3092189709,"@timestamp":1411467965},"coords":"51.615793,0.1712061","bedrooms":"4","price":"179000","area":"568"} , +{"type":"Feature","id":"n3092189845","geometry":{"type":"Point","coordinates":[0.0805432,51.624339]},"properties":{"@type":"node","@id":3092189845,"@timestamp":1411467968},"coords":"51.624339,0.0805432","bedrooms":"0","price":"286000","area":"615"} , +{"type":"Feature","id":"n3092189862","geometry":{"type":"Point","coordinates":[0.0869718,51.6251079]},"properties":{"@type":"node","@id":3092189862,"@timestamp":1411467968},"coords":"51.6251079,0.0869718","bedrooms":"4","price":"247000","area":"612"} , +{"type":"Feature","id":"n3092189885","geometry":{"type":"Point","coordinates":[0.0853864,51.6253842]},"properties":{"@type":"node","@id":3092189885,"@timestamp":1411467969},"coords":"51.6253842,0.0853864","bedrooms":"2","price":"151000","area":"629"} , +{"type":"Feature","id":"n3092189922","geometry":{"type":"Point","coordinates":[0.0956993,51.6267118]},"properties":{"@type":"node","@id":3092189922,"@timestamp":1411467969},"coords":"51.6267118,0.0956993","bedrooms":"4","price":"270000","area":"527"} , +{"type":"Feature","id":"n3092273275","geometry":{"type":"Point","coordinates":[0.1895581,51.6202217]},"properties":{"@type":"node","@id":3092273275,"@timestamp":1411473499},"coords":"51.6202217,0.1895581","bedrooms":"0","price":"181000","area":"543"} , +{"type":"Feature","id":"n3092273413","geometry":{"type":"Point","coordinates":[0.2095405,51.624858]},"properties":{"@type":"node","@id":3092273413,"@timestamp":1411473501},"coords":"51.624858,0.2095405","bedrooms":"1","price":"203000","area":"445"} , +{"type":"Feature","id":"n3092598765","geometry":{"type":"Point","coordinates":[0.472557,51.4442768]},"properties":{"@type":"node","@id":3092598765,"@timestamp":1411487268},"coords":"51.4442768,0.472557","bedrooms":"0","price":"254000","area":"467"} , +{"type":"Feature","id":"n3092599060","geometry":{"type":"Point","coordinates":[0.49815,51.4452923]},"properties":{"@type":"node","@id":3092599060,"@timestamp":1411487270},"coords":"51.4452923,0.49815","bedrooms":"2","price":"263000","area":"664"} , +{"type":"Feature","id":"n3092608938","geometry":{"type":"Point","coordinates":[0.5697395,51.4400122]},"properties":{"@type":"node","@id":3092608938,"@timestamp":1588869007},"coords":"51.4400122,0.5697395","bedrooms":"4","price":"208000","area":"373"} , +{"type":"Feature","id":"n3093870629","geometry":{"type":"Point","coordinates":[-0.0763882,51.5189094]},"properties":{"@type":"node","@id":3093870629,"@timestamp":1577093920},"coords":"51.5189094,-0.0763882","bedrooms":"4","price":"223000","area":"467"} , +{"type":"Feature","id":"n3094317692","geometry":{"type":"Point","coordinates":[-0.7792712,51.2837352]},"properties":{"@type":"node","@id":3094317692,"@timestamp":1411579878},"coords":"51.2837352,-0.7792712","bedrooms":"2","price":"209000","area":"467"} , +{"type":"Feature","id":"n3094548506","geometry":{"type":"Point","coordinates":[0.5107591,51.7110864]},"properties":{"@type":"node","@id":3094548506,"@timestamp":1615926088},"coords":"51.7110864,0.5107591","bedrooms":"2","price":"240000","area":"492"} , +{"type":"Feature","id":"n3095185211","geometry":{"type":"Point","coordinates":[-0.4195097,51.4517297]},"properties":{"@type":"node","@id":3095185211,"@timestamp":1411631173},"coords":"51.4517297,-0.4195097","bedrooms":"1","price":"282000","area":"410"} , +{"type":"Feature","id":"n3095187903","geometry":{"type":"Point","coordinates":[-0.4199919,51.4511279]},"properties":{"@type":"node","@id":3095187903,"@timestamp":1411630490},"coords":"51.4511279,-0.4199919","bedrooms":"0","price":"264000","area":"416"} , +{"type":"Feature","id":"n3095255027","geometry":{"type":"Point","coordinates":[-0.0561591,51.5282554]},"properties":{"@type":"node","@id":3095255027,"@timestamp":1576114844},"coords":"51.5282554,-0.0561591","bedrooms":"0","price":"271000","area":"355"} , +{"type":"Feature","id":"n3095391227","geometry":{"type":"Point","coordinates":[-0.328272,51.0621133]},"properties":{"@type":"node","@id":3095391227,"@timestamp":1582838283},"coords":"51.0621133,-0.328272","bedrooms":"2","price":"281000","area":"566"} , +{"type":"Feature","id":"n3095406953","geometry":{"type":"Point","coordinates":[-0.3289656,51.0621226]},"properties":{"@type":"node","@id":3095406953,"@timestamp":1631980126},"coords":"51.0621226,-0.3289656","bedrooms":"2","price":"227000","area":"688"} , +{"type":"Feature","id":"n3095639068","geometry":{"type":"Point","coordinates":[-0.1998283,51.5388849]},"properties":{"@type":"node","@id":3095639068,"@timestamp":1411654100},"coords":"51.5388849,-0.1998283","bedrooms":"4","price":"188000","area":"481"} , +{"type":"Feature","id":"n3096131185","geometry":{"type":"Point","coordinates":[0.1771683,51.3096453]},"properties":{"@type":"node","@id":3096131185,"@timestamp":1411671104},"coords":"51.3096453,0.1771683","bedrooms":"3","price":"223000","area":"367"} , +{"type":"Feature","id":"n3096302750","geometry":{"type":"Point","coordinates":[-0.1035035,51.4835792]},"properties":{"@type":"node","@id":3096302750,"@timestamp":1411675443},"coords":"51.4835792,-0.1035035","bedrooms":"4","price":"251000","area":"699"} , +{"type":"Feature","id":"n3096302765","geometry":{"type":"Point","coordinates":[-0.346477,51.5357018]},"properties":{"@type":"node","@id":3096302765,"@timestamp":1411675443},"coords":"51.5357018,-0.346477","bedrooms":"0","price":"189000","area":"635"} , +{"type":"Feature","id":"n3096333233","geometry":{"type":"Point","coordinates":[0.1047291,51.6558683]},"properties":{"@type":"node","@id":3096333233,"@timestamp":1411676329},"coords":"51.6558683,0.1047291","bedrooms":"4","price":"297000","area":"425"} , +{"type":"Feature","id":"n3096561773","geometry":{"type":"Point","coordinates":[-0.1044511,51.5072764]},"properties":{"@type":"node","@id":3096561773,"@timestamp":1584201527},"coords":"51.5072764,-0.1044511","bedrooms":"3","price":"185000","area":"556"} , +{"type":"Feature","id":"n3096896534","geometry":{"type":"Point","coordinates":[-0.0951037,51.3927366]},"properties":{"@type":"node","@id":3096896534,"@timestamp":1582541383},"coords":"51.3927366,-0.0951037","bedrooms":"1","price":"286000","area":"384"} , +{"type":"Feature","id":"n3096903329","geometry":{"type":"Point","coordinates":[-0.0962694,51.3924027]},"properties":{"@type":"node","@id":3096903329,"@timestamp":1411721095},"coords":"51.3924027,-0.0962694","bedrooms":"0","price":"230000","area":"435"} , +{"type":"Feature","id":"n3096904229","geometry":{"type":"Point","coordinates":[-0.0945946,51.393017]},"properties":{"@type":"node","@id":3096904229,"@timestamp":1582541383},"coords":"51.393017,-0.0945946","bedrooms":"4","price":"184000","area":"373"} , +{"type":"Feature","id":"n3097347824","geometry":{"type":"Point","coordinates":[-0.3272139,51.0625806]},"properties":{"@type":"node","@id":3097347824,"@timestamp":1625394892},"coords":"51.0625806,-0.3272139","bedrooms":"3","price":"288000","area":"442"} , +{"type":"Feature","id":"n3097376229","geometry":{"type":"Point","coordinates":[-0.3279679,51.0630366]},"properties":{"@type":"node","@id":3097376229,"@timestamp":1625394892},"coords":"51.0630366,-0.3279679","bedrooms":"1","price":"227000","area":"595"} , +{"type":"Feature","id":"n3097400303","geometry":{"type":"Point","coordinates":[-0.7866848,51.1702094]},"properties":{"@type":"node","@id":3097400303,"@timestamp":1411748420},"coords":"51.1702094,-0.7866848","bedrooms":"0","price":"291000","area":"671"} , +{"type":"Feature","id":"n3097653398","geometry":{"type":"Point","coordinates":[-0.0563049,51.6360791]},"properties":{"@type":"node","@id":3097653398,"@timestamp":1411759477},"coords":"51.6360791,-0.0563049","bedrooms":"1","price":"177000","area":"618"} , +{"type":"Feature","id":"n3097699372","geometry":{"type":"Point","coordinates":[-0.0615339,51.6367591]},"properties":{"@type":"node","@id":3097699372,"@timestamp":1411761604},"coords":"51.6367591,-0.0615339","bedrooms":"3","price":"293000","area":"459"} , +{"type":"Feature","id":"n3097718910","geometry":{"type":"Point","coordinates":[-0.0591871,51.636686]},"properties":{"@type":"node","@id":3097718910,"@timestamp":1411762103},"coords":"51.636686,-0.0591871","bedrooms":"4","price":"267000","area":"497"} , +{"type":"Feature","id":"n3097743885","geometry":{"type":"Point","coordinates":[-0.0580215,51.6364387]},"properties":{"@type":"node","@id":3097743885,"@timestamp":1411762836},"coords":"51.6364387,-0.0580215","bedrooms":"4","price":"215000","area":"486"} , +{"type":"Feature","id":"n3097749231","geometry":{"type":"Point","coordinates":[-0.0578713,51.6368515]},"properties":{"@type":"node","@id":3097749231,"@timestamp":1411762996},"coords":"51.6368515,-0.0578713","bedrooms":"1","price":"170000","area":"529"} , +{"type":"Feature","id":"n3097788487","geometry":{"type":"Point","coordinates":[-0.0576139,51.6337651]},"properties":{"@type":"node","@id":3097788487,"@timestamp":1411764622},"coords":"51.6337651,-0.0576139","bedrooms":"0","price":"260000","area":"454"} , +{"type":"Feature","id":"n3097794540","geometry":{"type":"Point","coordinates":[-0.0623775,51.634068]},"properties":{"@type":"node","@id":3097794540,"@timestamp":1411765120},"coords":"51.634068,-0.0623775","bedrooms":"3","price":"203000","area":"522"} , +{"type":"Feature","id":"n3097831822","geometry":{"type":"Point","coordinates":[-0.0462058,51.6440409]},"properties":{"@type":"node","@id":3097831822,"@timestamp":1549408208},"coords":"51.6440409,-0.0462058","bedrooms":"1","price":"178000","area":"419"} , +{"type":"Feature","id":"n3097844336","geometry":{"type":"Point","coordinates":[-0.0339608,51.656701]},"properties":{"@type":"node","@id":3097844336,"@timestamp":1602617581},"coords":"51.656701,-0.0339608","bedrooms":"1","price":"198000","area":"360"} , +{"type":"Feature","id":"n3098299280","geometry":{"type":"Point","coordinates":[-0.790621,51.086116]},"properties":{"@type":"node","@id":3098299280,"@timestamp":1583537096},"coords":"51.086116,-0.790621","bedrooms":"0","price":"296000","area":"458"} , +{"type":"Feature","id":"n3098608835","geometry":{"type":"Point","coordinates":[-0.1265405,51.5077797]},"properties":{"@type":"node","@id":3098608835,"@timestamp":1603996749},"coords":"51.5077797,-0.1265405","bedrooms":"0","price":"236000","area":"401"} , +{"type":"Feature","id":"n3098868119","geometry":{"type":"Point","coordinates":[-0.0768821,51.6522776]},"properties":{"@type":"node","@id":3098868119,"@timestamp":1424172570},"coords":"51.6522776,-0.0768821","bedrooms":"4","price":"227000","area":"457"} , +{"type":"Feature","id":"n3098912730","geometry":{"type":"Point","coordinates":[-0.0848329,51.6501055]},"properties":{"@type":"node","@id":3098912730,"@timestamp":1411836571},"coords":"51.6501055,-0.0848329","bedrooms":"0","price":"237000","area":"466"} , +{"type":"Feature","id":"n3098994437","geometry":{"type":"Point","coordinates":[-0.0870101,51.6514664]},"properties":{"@type":"node","@id":3098994437,"@timestamp":1626020329},"coords":"51.6514664,-0.0870101","bedrooms":"0","price":"243000","area":"546"} , +{"type":"Feature","id":"n3099008412","geometry":{"type":"Point","coordinates":[0.0827047,51.5404497]},"properties":{"@type":"node","@id":3099008412,"@timestamp":1564909700},"coords":"51.5404497,0.0827047","bedrooms":"0","price":"151000","area":"527"} , +{"type":"Feature","id":"n3099013777","geometry":{"type":"Point","coordinates":[0.0822941,51.5408483]},"properties":{"@type":"node","@id":3099013777,"@timestamp":1530539222},"coords":"51.5408483,0.0822941","bedrooms":"3","price":"280000","area":"458"} , +{"type":"Feature","id":"n3099013915","geometry":{"type":"Point","coordinates":[0.0827737,51.5412073]},"properties":{"@type":"node","@id":3099013915,"@timestamp":1564909700},"coords":"51.5412073,0.0827737","bedrooms":"2","price":"244000","area":"547"} , +{"type":"Feature","id":"n3099031741","geometry":{"type":"Point","coordinates":[-0.0871451,51.6506111]},"properties":{"@type":"node","@id":3099031741,"@timestamp":1613637402},"coords":"51.6506111,-0.0871451","bedrooms":"3","price":"201000","area":"626"} , +{"type":"Feature","id":"n3099087375","geometry":{"type":"Point","coordinates":[-0.0860721,51.6497111]},"properties":{"@type":"node","@id":3099087375,"@timestamp":1411842888},"coords":"51.6497111,-0.0860721","bedrooms":"0","price":"251000","area":"367"} , +{"type":"Feature","id":"n3099104772","geometry":{"type":"Point","coordinates":[-0.0855249,51.6491553]},"properties":{"@type":"node","@id":3099104772,"@timestamp":1411843822},"coords":"51.6491553,-0.0855249","bedrooms":"2","price":"286000","area":"620"} , +{"type":"Feature","id":"n3099126533","geometry":{"type":"Point","coordinates":[-0.0850047,51.6484109]},"properties":{"@type":"node","@id":3099126533,"@timestamp":1470867075},"coords":"51.6484109,-0.0850047","bedrooms":"1","price":"183000","area":"572"} , +{"type":"Feature","id":"n3099196669","geometry":{"type":"Point","coordinates":[-0.0841999,51.6482133]},"properties":{"@type":"node","@id":3099196669,"@timestamp":1412080362},"coords":"51.6482133,-0.0841999","bedrooms":"1","price":"291000","area":"496"} , +{"type":"Feature","id":"n3099223553","geometry":{"type":"Point","coordinates":[-0.0682253,51.6638235]},"properties":{"@type":"node","@id":3099223553,"@timestamp":1476988391},"coords":"51.6638235,-0.0682253","bedrooms":"2","price":"206000","area":"503"} , +{"type":"Feature","id":"n3099721842","geometry":{"type":"Point","coordinates":[0.0765147,51.5408718]},"properties":{"@type":"node","@id":3099721842,"@timestamp":1411863279},"coords":"51.5408718,0.0765147","bedrooms":"1","price":"168000","area":"413"} , +{"type":"Feature","id":"n3099765454","geometry":{"type":"Point","coordinates":[-0.595551,51.6149308]},"properties":{"@type":"node","@id":3099765454,"@timestamp":1411865792},"coords":"51.6149308,-0.595551","bedrooms":"2","price":"245000","area":"514"} , +{"type":"Feature","id":"n3100361653","geometry":{"type":"Point","coordinates":[-0.0157766,50.9521843]},"properties":{"@type":"node","@id":3100361653,"@timestamp":1598466508},"coords":"50.9521843,-0.0157766","bedrooms":"2","price":"254000","area":"406"} , +{"type":"Feature","id":"n3100470762","geometry":{"type":"Point","coordinates":[-0.1507392,51.5634687]},"properties":{"@type":"node","@id":3100470762,"@timestamp":1411919111},"coords":"51.5634687,-0.1507392","bedrooms":"1","price":"260000","area":"465"} , +{"type":"Feature","id":"n3100851442","geometry":{"type":"Point","coordinates":[-0.5933204,51.6126686]},"properties":{"@type":"node","@id":3100851442,"@timestamp":1411934039},"coords":"51.6126686,-0.5933204","bedrooms":"3","price":"265000","area":"672"} , +{"type":"Feature","id":"n3101057557","geometry":{"type":"Point","coordinates":[0.2315698,51.6070789]},"properties":{"@type":"node","@id":3101057557,"@timestamp":1411938562},"coords":"51.6070789,0.2315698","bedrooms":"0","price":"280000","area":"514"} , +{"type":"Feature","id":"n3101057596","geometry":{"type":"Point","coordinates":[0.2317324,51.6074107]},"properties":{"@type":"node","@id":3101057596,"@timestamp":1411938564},"coords":"51.6074107,0.2317324","bedrooms":"1","price":"265000","area":"357"} , +{"type":"Feature","id":"n3101057618","geometry":{"type":"Point","coordinates":[0.2330605,51.607781]},"properties":{"@type":"node","@id":3101057618,"@timestamp":1411938564},"coords":"51.607781,0.2330605","bedrooms":"4","price":"204000","area":"358"} , +{"type":"Feature","id":"n3101058223","geometry":{"type":"Point","coordinates":[0.2252029,51.6152593]},"properties":{"@type":"node","@id":3101058223,"@timestamp":1411938569},"coords":"51.6152593,0.2252029","bedrooms":"4","price":"159000","area":"597"} , +{"type":"Feature","id":"n3101147954","geometry":{"type":"Point","coordinates":[-0.6054077,51.6179763]},"properties":{"@type":"node","@id":3101147954,"@timestamp":1591294158},"coords":"51.6179763,-0.6054077","bedrooms":"1","price":"181000","area":"497"} , +{"type":"Feature","id":"n3101634533","geometry":{"type":"Point","coordinates":[0.4668517,51.7366669]},"properties":{"@type":"node","@id":3101634533,"@timestamp":1617079403},"coords":"51.7366669,0.4668517","bedrooms":"0","price":"196000","area":"404"} , +{"type":"Feature","id":"n3101677942","geometry":{"type":"Point","coordinates":[-0.1253973,51.5308753]},"properties":{"@type":"node","@id":3101677942,"@timestamp":1598360552},"coords":"51.5308753,-0.1253973","bedrooms":"2","price":"287000","area":"434"} , +{"type":"Feature","id":"n3102700503","geometry":{"type":"Point","coordinates":[-0.6899703,51.0892857]},"properties":{"@type":"node","@id":3102700503,"@timestamp":1459622034},"coords":"51.0892857,-0.6899703","bedrooms":"4","price":"240000","area":"436"} , +{"type":"Feature","id":"n3102743669","geometry":{"type":"Point","coordinates":[-0.1673758,51.4611465]},"properties":{"@type":"node","@id":3102743669,"@timestamp":1587562812},"coords":"51.4611465,-0.1673758","bedrooms":"2","price":"217000","area":"365"} , +{"type":"Feature","id":"n3103537036","geometry":{"type":"Point","coordinates":[-0.2711588,51.4754662]},"properties":{"@type":"node","@id":3103537036,"@timestamp":1610039276},"coords":"51.4754662,-0.2711588","bedrooms":"0","price":"293000","area":"526"} , +{"type":"Feature","id":"n3104174845","geometry":{"type":"Point","coordinates":[-0.9537867,51.0770806]},"properties":{"@type":"node","@id":3104174845,"@timestamp":1412100933},"coords":"51.0770806,-0.9537867","bedrooms":"0","price":"261000","area":"377"} , +{"type":"Feature","id":"n3104174856","geometry":{"type":"Point","coordinates":[-0.997469,51.0940003]},"properties":{"@type":"node","@id":3104174856,"@timestamp":1412100934},"coords":"51.0940003,-0.997469","bedrooms":"0","price":"162000","area":"517"} , +{"type":"Feature","id":"n3104174866","geometry":{"type":"Point","coordinates":[-0.9983227,51.0706331]},"properties":{"@type":"node","@id":3104174866,"@timestamp":1412100934},"coords":"51.0706331,-0.9983227","bedrooms":"1","price":"175000","area":"550"} , +{"type":"Feature","id":"n3104208500","geometry":{"type":"Point","coordinates":[0.1106013,51.7828828]},"properties":{"@type":"node","@id":3104208500,"@timestamp":1631655922},"coords":"51.7828828,0.1106013","bedrooms":"2","price":"222000","area":"384"} , +{"type":"Feature","id":"n3104461612","geometry":{"type":"Point","coordinates":[0.2352986,51.55897]},"properties":{"@type":"node","@id":3104461612,"@timestamp":1412111609},"coords":"51.55897,0.2352986","bedrooms":"1","price":"253000","area":"398"} , +{"type":"Feature","id":"n3104461625","geometry":{"type":"Point","coordinates":[0.235575,51.5589756]},"properties":{"@type":"node","@id":3104461625,"@timestamp":1412111609},"coords":"51.5589756,0.235575","bedrooms":"4","price":"161000","area":"450"} , +{"type":"Feature","id":"n3104472571","geometry":{"type":"Point","coordinates":[0.2389802,51.5636485]},"properties":{"@type":"node","@id":3104472571,"@timestamp":1412111610},"coords":"51.5636485,0.2389802","bedrooms":"4","price":"298000","area":"353"} , +{"type":"Feature","id":"n3104472615","geometry":{"type":"Point","coordinates":[0.2577399,51.5744146]},"properties":{"@type":"node","@id":3104472615,"@timestamp":1412111611},"coords":"51.5744146,0.2577399","bedrooms":"3","price":"272000","area":"641"} , +{"type":"Feature","id":"n3104472656","geometry":{"type":"Point","coordinates":[0.238147,51.5878866]},"properties":{"@type":"node","@id":3104472656,"@timestamp":1412111612},"coords":"51.5878866,0.238147","bedrooms":"3","price":"199000","area":"441"} , +{"type":"Feature","id":"n3104472670","geometry":{"type":"Point","coordinates":[0.2356086,51.5944099]},"properties":{"@type":"node","@id":3104472670,"@timestamp":1412111613},"coords":"51.5944099,0.2356086","bedrooms":"4","price":"169000","area":"398"} , +{"type":"Feature","id":"n3104472755","geometry":{"type":"Point","coordinates":[0.2287609,51.6073087]},"properties":{"@type":"node","@id":3104472755,"@timestamp":1412111614},"coords":"51.6073087,0.2287609","bedrooms":"0","price":"238000","area":"445"} , +{"type":"Feature","id":"n3104472765","geometry":{"type":"Point","coordinates":[0.2272477,51.6082253]},"properties":{"@type":"node","@id":3104472765,"@timestamp":1412111615},"coords":"51.6082253,0.2272477","bedrooms":"0","price":"297000","area":"543"} , +{"type":"Feature","id":"n3104515143","geometry":{"type":"Point","coordinates":[0.4583161,51.7470643]},"properties":{"@type":"node","@id":3104515143,"@timestamp":1625853370},"coords":"51.7470643,0.4583161","bedrooms":"2","price":"219000","area":"601"} , +{"type":"Feature","id":"n3105470552","geometry":{"type":"Point","coordinates":[-0.2482224,51.2499152]},"properties":{"@type":"node","@id":3105470552,"@timestamp":1560684289},"coords":"51.2499152,-0.2482224","bedrooms":"4","price":"210000","area":"589"} , +{"type":"Feature","id":"n3106616847","geometry":{"type":"Point","coordinates":[-0.7962374,51.2164256]},"properties":{"@type":"node","@id":3106616847,"@timestamp":1434323839},"coords":"51.2164256,-0.7962374","bedrooms":"2","price":"188000","area":"567"} , +{"type":"Feature","id":"n3107523649","geometry":{"type":"Point","coordinates":[-0.0454903,51.6622976]},"properties":{"@type":"node","@id":3107523649,"@timestamp":1602852605},"coords":"51.6622976,-0.0454903","bedrooms":"4","price":"285000","area":"469"} , +{"type":"Feature","id":"n3107583137","geometry":{"type":"Point","coordinates":[-0.0820045,51.6498755]},"properties":{"@type":"node","@id":3107583137,"@timestamp":1412272966},"coords":"51.6498755,-0.0820045","bedrooms":"3","price":"231000","area":"404"} , +{"type":"Feature","id":"n3107632868","geometry":{"type":"Point","coordinates":[-0.1660789,51.4578468]},"properties":{"@type":"node","@id":3107632868,"@timestamp":1623149200},"coords":"51.4578468,-0.1660789","bedrooms":"2","price":"254000","area":"428"} , +{"type":"Feature","id":"n3107647609","geometry":{"type":"Point","coordinates":[-0.0855419,51.0611183]},"properties":{"@type":"node","@id":3107647609,"@timestamp":1485022562},"coords":"51.0611183,-0.0855419","bedrooms":"1","price":"237000","area":"439"} , +{"type":"Feature","id":"n3107705563","geometry":{"type":"Point","coordinates":[-0.0842428,51.6481966]},"properties":{"@type":"node","@id":3107705563,"@timestamp":1412273080},"coords":"51.6481966,-0.0842428","bedrooms":"2","price":"238000","area":"639"} , +{"type":"Feature","id":"n3107719112","geometry":{"type":"Point","coordinates":[-0.0854473,51.6482638]},"properties":{"@type":"node","@id":3107719112,"@timestamp":1412273528},"coords":"51.6482638,-0.0854473","bedrooms":"0","price":"248000","area":"361"} , +{"type":"Feature","id":"n3107723603","geometry":{"type":"Point","coordinates":[-0.0839746,51.6478588]},"properties":{"@type":"node","@id":3107723603,"@timestamp":1412273651},"coords":"51.6478588,-0.0839746","bedrooms":"0","price":"184000","area":"577"} , +{"type":"Feature","id":"n3107766887","geometry":{"type":"Point","coordinates":[-0.0812347,51.6447341]},"properties":{"@type":"node","@id":3107766887,"@timestamp":1412275645},"coords":"51.6447341,-0.0812347","bedrooms":"1","price":"212000","area":"503"} , +{"type":"Feature","id":"n3107771487","geometry":{"type":"Point","coordinates":[-0.0820823,51.6449988]},"properties":{"@type":"node","@id":3107771487,"@timestamp":1412275473},"coords":"51.6449988,-0.0820823","bedrooms":"4","price":"247000","area":"404"} , +{"type":"Feature","id":"n3107840856","geometry":{"type":"Point","coordinates":[-0.0758167,51.6432245]},"properties":{"@type":"node","@id":3107840856,"@timestamp":1412277537},"coords":"51.6432245,-0.0758167","bedrooms":"2","price":"255000","area":"660"} , +{"type":"Feature","id":"n3107886871","geometry":{"type":"Point","coordinates":[-0.0715989,51.6435829]},"properties":{"@type":"node","@id":3107886871,"@timestamp":1412278735},"coords":"51.6435829,-0.0715989","bedrooms":"1","price":"288000","area":"614"} , +{"type":"Feature","id":"n3107886936","geometry":{"type":"Point","coordinates":[-0.0719906,51.6440872]},"properties":{"@type":"node","@id":3107886936,"@timestamp":1412278737},"coords":"51.6440872,-0.0719906","bedrooms":"0","price":"244000","area":"519"} , +{"type":"Feature","id":"n3107892145","geometry":{"type":"Point","coordinates":[-0.0690749,51.6423745]},"properties":{"@type":"node","@id":3107892145,"@timestamp":1412278950},"coords":"51.6423745,-0.0690749","bedrooms":"4","price":"178000","area":"471"} , +{"type":"Feature","id":"n3107939287","geometry":{"type":"Point","coordinates":[-0.361808,51.5563582]},"properties":{"@type":"node","@id":3107939287,"@timestamp":1412280596},"coords":"51.5563582,-0.361808","bedrooms":"0","price":"299000","area":"519"} , +{"type":"Feature","id":"n3107941867","geometry":{"type":"Point","coordinates":[-0.3618937,51.5574922]},"properties":{"@type":"node","@id":3107941867,"@timestamp":1412280598},"coords":"51.5574922,-0.3618937","bedrooms":"3","price":"276000","area":"630"} , +{"type":"Feature","id":"n3107945725","geometry":{"type":"Point","coordinates":[-0.0647861,51.6427773]},"properties":{"@type":"node","@id":3107945725,"@timestamp":1412280763},"coords":"51.6427773,-0.0647861","bedrooms":"3","price":"266000","area":"663"} , +{"type":"Feature","id":"n3107945976","geometry":{"type":"Point","coordinates":[-0.0661822,51.6422624]},"properties":{"@type":"node","@id":3107945976,"@timestamp":1412280764},"coords":"51.6422624,-0.0661822","bedrooms":"2","price":"263000","area":"625"} , +{"type":"Feature","id":"n3107971467","geometry":{"type":"Point","coordinates":[-0.0628117,51.6402549]},"properties":{"@type":"node","@id":3107971467,"@timestamp":1625874343},"coords":"51.6402549,-0.0628117","bedrooms":"4","price":"193000","area":"685"} , +{"type":"Feature","id":"n3108002876","geometry":{"type":"Point","coordinates":[-0.0591025,51.6412559]},"properties":{"@type":"node","@id":3108002876,"@timestamp":1412282644},"coords":"51.6412559,-0.0591025","bedrooms":"4","price":"157000","area":"679"} , +{"type":"Feature","id":"n3108004854","geometry":{"type":"Point","coordinates":[-0.0612026,51.6400491]},"properties":{"@type":"node","@id":3108004854,"@timestamp":1412282645},"coords":"51.6400491,-0.0612026","bedrooms":"1","price":"247000","area":"456"} , +{"type":"Feature","id":"n3108004891","geometry":{"type":"Point","coordinates":[-0.0605106,51.6422581]},"properties":{"@type":"node","@id":3108004891,"@timestamp":1412282646},"coords":"51.6422581,-0.0605106","bedrooms":"2","price":"282000","area":"630"} , +{"type":"Feature","id":"n3108109530","geometry":{"type":"Point","coordinates":[-0.033828,51.6784232]},"properties":{"@type":"node","@id":3108109530,"@timestamp":1483001757},"coords":"51.6784232,-0.033828","bedrooms":"0","price":"176000","area":"586"} , +{"type":"Feature","id":"n3108777910","geometry":{"type":"Point","coordinates":[-0.3829213,51.5402863]},"properties":{"@type":"node","@id":3108777910,"@timestamp":1412313582},"coords":"51.5402863,-0.3829213","bedrooms":"2","price":"262000","area":"614"} , +{"type":"Feature","id":"n3109620197","geometry":{"type":"Point","coordinates":[-0.1078607,51.2494348]},"properties":{"@type":"node","@id":3109620197,"@timestamp":1459622155},"coords":"51.2494348,-0.1078607","bedrooms":"2","price":"165000","area":"630"} , +{"type":"Feature","id":"n3110074296","geometry":{"type":"Point","coordinates":[-0.1096174,51.2632168]},"properties":{"@type":"node","@id":3110074296,"@timestamp":1447111354},"coords":"51.2632168,-0.1096174","bedrooms":"3","price":"159000","area":"664"} , +{"type":"Feature","id":"n3110271726","geometry":{"type":"Point","coordinates":[-0.3894563,51.5370508]},"properties":{"@type":"node","@id":3110271726,"@timestamp":1564909700},"coords":"51.5370508,-0.3894563","bedrooms":"4","price":"226000","area":"362"} , +{"type":"Feature","id":"n3111484149","geometry":{"type":"Point","coordinates":[-0.1149479,51.5618172]},"properties":{"@type":"node","@id":3111484149,"@timestamp":1555354569},"coords":"51.5618172,-0.1149479","bedrooms":"2","price":"158000","area":"650"} , +{"type":"Feature","id":"n3111699078","geometry":{"type":"Point","coordinates":[-0.9557044,51.6507671]},"properties":{"@type":"node","@id":3111699078,"@timestamp":1412455234},"coords":"51.6507671,-0.9557044","bedrooms":"1","price":"228000","area":"653"} , +{"type":"Feature","id":"n3111704237","geometry":{"type":"Point","coordinates":[-0.1059946,51.3939908]},"properties":{"@type":"node","@id":3111704237,"@timestamp":1412455293},"coords":"51.3939908,-0.1059946","bedrooms":"2","price":"173000","area":"511"} , +{"type":"Feature","id":"n3111704335","geometry":{"type":"Point","coordinates":[-0.1047955,51.3942279]},"properties":{"@type":"node","@id":3111704335,"@timestamp":1412455293},"coords":"51.3942279,-0.1047955","bedrooms":"2","price":"274000","area":"622"} , +{"type":"Feature","id":"n3111764565","geometry":{"type":"Point","coordinates":[-0.9716229,51.4687251]},"properties":{"@type":"node","@id":3111764565,"@timestamp":1624660031},"coords":"51.4687251,-0.9716229","bedrooms":"3","price":"150000","area":"597"} , +{"type":"Feature","id":"n3111765110","geometry":{"type":"Point","coordinates":[-0.7527338,51.4140498]},"properties":{"@type":"node","@id":3111765110,"@timestamp":1412457838},"coords":"51.4140498,-0.7527338","bedrooms":"4","price":"247000","area":"603"} , +{"type":"Feature","id":"n3111846217","geometry":{"type":"Point","coordinates":[-0.3153246,51.481455]},"properties":{"@type":"node","@id":3111846217,"@timestamp":1413131638},"coords":"51.481455,-0.3153246","bedrooms":"4","price":"286000","area":"633"} , +{"type":"Feature","id":"n3112697033","geometry":{"type":"Point","coordinates":[0.2602561,51.4924546]},"properties":{"@type":"node","@id":3112697033,"@timestamp":1412512403},"coords":"51.4924546,0.2602561","bedrooms":"0","price":"169000","area":"600"} , +{"type":"Feature","id":"n3112722990","geometry":{"type":"Point","coordinates":[-0.193417,51.5520806]},"properties":{"@type":"node","@id":3112722990,"@timestamp":1621452532},"coords":"51.5520806,-0.193417","bedrooms":"2","price":"231000","area":"647"} , +{"type":"Feature","id":"n3113201359","geometry":{"type":"Point","coordinates":[0.4718472,51.2938953]},"properties":{"@type":"node","@id":3113201359,"@timestamp":1626732039},"coords":"51.2938953,0.4718472","bedrooms":"3","price":"253000","area":"544"} , +{"type":"Feature","id":"n3113476351","geometry":{"type":"Point","coordinates":[-1.0986815,51.3975463]},"properties":{"@type":"node","@id":3113476351,"@timestamp":1412539896},"coords":"51.3975463,-1.0986815","bedrooms":"2","price":"154000","area":"451"} , +{"type":"Feature","id":"n3113476361","geometry":{"type":"Point","coordinates":[-1.0997977,51.3971517]},"properties":{"@type":"node","@id":3113476361,"@timestamp":1412539897},"coords":"51.3971517,-1.0997977","bedrooms":"2","price":"159000","area":"588"} , +{"type":"Feature","id":"n3113617898","geometry":{"type":"Point","coordinates":[-0.1287605,51.5245078]},"properties":{"@type":"node","@id":3113617898,"@timestamp":1412544644},"coords":"51.5245078,-0.1287605","bedrooms":"0","price":"226000","area":"567"} , +{"type":"Feature","id":"n3113617909","geometry":{"type":"Point","coordinates":[-0.128535,51.5246003]},"properties":{"@type":"node","@id":3113617909,"@timestamp":1412605141},"coords":"51.5246003,-0.128535","bedrooms":"0","price":"216000","area":"530"} , +{"type":"Feature","id":"n3113622367","geometry":{"type":"Point","coordinates":[-0.1293462,51.5248693]},"properties":{"@type":"node","@id":3113622367,"@timestamp":1412544646},"coords":"51.5248693,-0.1293462","bedrooms":"3","price":"289000","area":"440"} , +{"type":"Feature","id":"n3113622402","geometry":{"type":"Point","coordinates":[-0.1288551,51.5250541]},"properties":{"@type":"node","@id":3113622402,"@timestamp":1412544646},"coords":"51.5250541,-0.1288551","bedrooms":"2","price":"247000","area":"474"} , +{"type":"Feature","id":"n3113622416","geometry":{"type":"Point","coordinates":[-0.128651,51.5251603]},"properties":{"@type":"node","@id":3113622416,"@timestamp":1412544647},"coords":"51.5251603,-0.128651","bedrooms":"2","price":"157000","area":"443"} , +{"type":"Feature","id":"n3113622533","geometry":{"type":"Point","coordinates":[-0.1292706,51.5252468]},"properties":{"@type":"node","@id":3113622533,"@timestamp":1412544647},"coords":"51.5252468,-0.1292706","bedrooms":"1","price":"249000","area":"556"} , +{"type":"Feature","id":"n3113622554","geometry":{"type":"Point","coordinates":[-0.1301842,51.5253494]},"properties":{"@type":"node","@id":3113622554,"@timestamp":1628527514},"coords":"51.5253494,-0.1301842","bedrooms":"2","price":"185000","area":"654"} , +{"type":"Feature","id":"n3113622583","geometry":{"type":"Point","coordinates":[-0.1293675,51.5254159]},"properties":{"@type":"node","@id":3113622583,"@timestamp":1412544648},"coords":"51.5254159,-0.1293675","bedrooms":"3","price":"190000","area":"498"} , +{"type":"Feature","id":"n3114558424","geometry":{"type":"Point","coordinates":[-0.4059683,51.8953607]},"properties":{"@type":"node","@id":3114558424,"@timestamp":1612389393},"coords":"51.8953607,-0.4059683","bedrooms":"4","price":"286000","area":"650"} , +{"type":"Feature","id":"n3114822465","geometry":{"type":"Point","coordinates":[-0.1283914,51.5247657]},"properties":{"@type":"node","@id":3114822465,"@timestamp":1518340232},"coords":"51.5247657,-0.1283914","bedrooms":"2","price":"181000","area":"670"} , +{"type":"Feature","id":"n3114822478","geometry":{"type":"Point","coordinates":[-0.1287531,51.5247661]},"properties":{"@type":"node","@id":3114822478,"@timestamp":1630092170},"coords":"51.5247661,-0.1287531","bedrooms":"3","price":"239000","area":"651"} , +{"type":"Feature","id":"n3114822488","geometry":{"type":"Point","coordinates":[-0.1295343,51.525281]},"properties":{"@type":"node","@id":3114822488,"@timestamp":1412605139},"coords":"51.525281,-0.1295343","bedrooms":"4","price":"241000","area":"606"} , +{"type":"Feature","id":"n3115377534","geometry":{"type":"Point","coordinates":[-0.1418497,51.4878069]},"properties":{"@type":"node","@id":3115377534,"@timestamp":1511514301},"coords":"51.4878069,-0.1418497","bedrooms":"0","price":"262000","area":"686"} , +{"type":"Feature","id":"n3116158588","geometry":{"type":"Point","coordinates":[-0.7737761,51.2811149]},"properties":{"@type":"node","@id":3116158588,"@timestamp":1412665828},"coords":"51.2811149,-0.7737761","bedrooms":"2","price":"224000","area":"694"} , +{"type":"Feature","id":"n3116213544","geometry":{"type":"Point","coordinates":[0.1902503,51.3525868]},"properties":{"@type":"node","@id":3116213544,"@timestamp":1412669170},"coords":"51.3525868,0.1902503","bedrooms":"4","price":"298000","area":"500"} , +{"type":"Feature","id":"n3116781250","geometry":{"type":"Point","coordinates":[0.2638159,51.8898828]},"properties":{"@type":"node","@id":3116781250,"@timestamp":1588339089},"coords":"51.8898828,0.2638159","bedrooms":"2","price":"260000","area":"543"} , +{"type":"Feature","id":"n3117577357","geometry":{"type":"Point","coordinates":[-0.9025439,51.0856166]},"properties":{"@type":"node","@id":3117577357,"@timestamp":1412722320},"coords":"51.0856166,-0.9025439","bedrooms":"0","price":"233000","area":"692"} , +{"type":"Feature","id":"n3117577367","geometry":{"type":"Point","coordinates":[-0.9202649,51.0825615]},"properties":{"@type":"node","@id":3117577367,"@timestamp":1412722321},"coords":"51.0825615,-0.9202649","bedrooms":"0","price":"242000","area":"422"} , +{"type":"Feature","id":"n3117578153","geometry":{"type":"Point","coordinates":[-0.9001489,51.0994719]},"properties":{"@type":"node","@id":3117578153,"@timestamp":1412722091},"coords":"51.0994719,-0.9001489","bedrooms":"2","price":"251000","area":"374"} , +{"type":"Feature","id":"n3117578165","geometry":{"type":"Point","coordinates":[-0.8942862,51.0906669]},"properties":{"@type":"node","@id":3117578165,"@timestamp":1412722092},"coords":"51.0906669,-0.8942862","bedrooms":"3","price":"262000","area":"526"} , +{"type":"Feature","id":"n3118202468","geometry":{"type":"Point","coordinates":[-0.3274107,51.0623751]},"properties":{"@type":"node","@id":3118202468,"@timestamp":1625394892},"coords":"51.0623751,-0.3274107","bedrooms":"3","price":"172000","area":"396"} , +{"type":"Feature","id":"n3118650043","geometry":{"type":"Point","coordinates":[-0.8816162,51.1854937]},"properties":{"@type":"node","@id":3118650043,"@timestamp":1412786378},"coords":"51.1854937,-0.8816162","bedrooms":"1","price":"264000","area":"600"} , +{"type":"Feature","id":"n3119527318","geometry":{"type":"Point","coordinates":[-0.1532516,51.2517448]},"properties":{"@type":"node","@id":3119527318,"@timestamp":1610124276},"coords":"51.2517448,-0.1532516","bedrooms":"1","price":"299000","area":"538"} , +{"type":"Feature","id":"n3120316990","geometry":{"type":"Point","coordinates":[-0.735532,51.627446]},"properties":{"@type":"node","@id":3120316990,"@timestamp":1412847384},"coords":"51.627446,-0.735532","bedrooms":"3","price":"236000","area":"429"} , +{"type":"Feature","id":"n3120317365","geometry":{"type":"Point","coordinates":[-0.7418204,51.62971]},"properties":{"@type":"node","@id":3120317365,"@timestamp":1586305752},"coords":"51.62971,-0.7418204","bedrooms":"1","price":"160000","area":"427"} , +{"type":"Feature","id":"n3120317500","geometry":{"type":"Point","coordinates":[-0.742654,51.6314835]},"properties":{"@type":"node","@id":3120317500,"@timestamp":1412847391},"coords":"51.6314835,-0.742654","bedrooms":"4","price":"282000","area":"692"} , +{"type":"Feature","id":"n3120400158","geometry":{"type":"Point","coordinates":[-0.1607924,51.5214226]},"properties":{"@type":"node","@id":3120400158,"@timestamp":1609615889},"coords":"51.5214226,-0.1607924","bedrooms":"3","price":"229000","area":"663"} , +{"type":"Feature","id":"n3120505776","geometry":{"type":"Point","coordinates":[-0.1023426,51.3862247]},"properties":{"@type":"node","@id":3120505776,"@timestamp":1412859011},"coords":"51.3862247,-0.1023426","bedrooms":"2","price":"177000","area":"403"} , +{"type":"Feature","id":"n3120505786","geometry":{"type":"Point","coordinates":[-0.1035325,51.3882912]},"properties":{"@type":"node","@id":3120505786,"@timestamp":1412859011},"coords":"51.3882912,-0.1035325","bedrooms":"4","price":"187000","area":"686"} , +{"type":"Feature","id":"n3120505796","geometry":{"type":"Point","coordinates":[-0.1015266,51.3862018]},"properties":{"@type":"node","@id":3120505796,"@timestamp":1412859012},"coords":"51.3862018,-0.1015266","bedrooms":"2","price":"292000","area":"636"} , +{"type":"Feature","id":"n3120505806","geometry":{"type":"Point","coordinates":[-0.1012135,51.3853928]},"properties":{"@type":"node","@id":3120505806,"@timestamp":1412859012},"coords":"51.3853928,-0.1012135","bedrooms":"3","price":"286000","area":"360"} , +{"type":"Feature","id":"n3120505816","geometry":{"type":"Point","coordinates":[-0.1016652,51.3864785]},"properties":{"@type":"node","@id":3120505816,"@timestamp":1412859013},"coords":"51.3864785,-0.1016652","bedrooms":"0","price":"226000","area":"562"} , +{"type":"Feature","id":"n3120505826","geometry":{"type":"Point","coordinates":[-0.1024022,51.3871835]},"properties":{"@type":"node","@id":3120505826,"@timestamp":1412859013},"coords":"51.3871835,-0.1024022","bedrooms":"4","price":"271000","area":"435"} , +{"type":"Feature","id":"n3120506036","geometry":{"type":"Point","coordinates":[-0.1029365,51.3870246]},"properties":{"@type":"node","@id":3120506036,"@timestamp":1412859013},"coords":"51.3870246,-0.1029365","bedrooms":"1","price":"291000","area":"416"} , +{"type":"Feature","id":"n3120756881","geometry":{"type":"Point","coordinates":[-0.0608753,51.5886175]},"properties":{"@type":"node","@id":3120756881,"@timestamp":1600393436},"coords":"51.5886175,-0.0608753","bedrooms":"1","price":"198000","area":"438"} , +{"type":"Feature","id":"n3121065267","geometry":{"type":"Point","coordinates":[-0.0302643,51.3796032]},"properties":{"@type":"node","@id":3121065267,"@timestamp":1412882038},"coords":"51.3796032,-0.0302643","bedrooms":"1","price":"296000","area":"643"} , +{"type":"Feature","id":"n3121322614","geometry":{"type":"Point","coordinates":[-1.1063281,51.2802959]},"properties":{"@type":"node","@id":3121322614,"@timestamp":1542918577},"coords":"51.2802959,-1.1063281","bedrooms":"4","price":"254000","area":"354"} , +{"type":"Feature","id":"n3121866491","geometry":{"type":"Point","coordinates":[-0.1996357,51.4947623]},"properties":{"@type":"node","@id":3121866491,"@timestamp":1412932006},"coords":"51.4947623,-0.1996357","bedrooms":"4","price":"161000","area":"695"} , +{"type":"Feature","id":"n3122095385","geometry":{"type":"Point","coordinates":[-0.4177057,51.6888588]},"properties":{"@type":"node","@id":3122095385,"@timestamp":1603433720},"coords":"51.6888588,-0.4177057","bedrooms":"0","price":"195000","area":"570"} , +{"type":"Feature","id":"n3123136732","geometry":{"type":"Point","coordinates":[-0.0332999,51.6874196]},"properties":{"@type":"node","@id":3123136732,"@timestamp":1605039993},"coords":"51.6874196,-0.0332999","bedrooms":"1","price":"252000","area":"427"} , +{"type":"Feature","id":"n3123219621","geometry":{"type":"Point","coordinates":[-0.0490737,51.6488624]},"properties":{"@type":"node","@id":3123219621,"@timestamp":1412979318},"coords":"51.6488624,-0.0490737","bedrooms":"3","price":"277000","area":"451"} , +{"type":"Feature","id":"n3123340728","geometry":{"type":"Point","coordinates":[0.7117453,51.5409608]},"properties":{"@type":"node","@id":3123340728,"@timestamp":1412991363},"coords":"51.5409608,0.7117453","bedrooms":"3","price":"167000","area":"484"} , +{"type":"Feature","id":"n3124147873","geometry":{"type":"Point","coordinates":[-0.6120686,51.2383191]},"properties":{"@type":"node","@id":3124147873,"@timestamp":1424349560},"coords":"51.2383191,-0.6120686","bedrooms":"1","price":"226000","area":"504"} , +{"type":"Feature","id":"n3125001137","geometry":{"type":"Point","coordinates":[-0.9409773,51.0069913]},"properties":{"@type":"node","@id":3125001137,"@timestamp":1574868006},"coords":"51.0069913,-0.9409773","bedrooms":"3","price":"269000","area":"466"} , +{"type":"Feature","id":"n3125654695","geometry":{"type":"Point","coordinates":[-0.0535702,51.6405034]},"properties":{"@type":"node","@id":3125654695,"@timestamp":1602162162},"coords":"51.6405034,-0.0535702","bedrooms":"1","price":"264000","area":"453"} , +{"type":"Feature","id":"n3125657282","geometry":{"type":"Point","coordinates":[-0.0503678,51.640104]},"properties":{"@type":"node","@id":3125657282,"@timestamp":1602162162},"coords":"51.640104,-0.0503678","bedrooms":"4","price":"268000","area":"481"} , +{"type":"Feature","id":"n3125763033","geometry":{"type":"Point","coordinates":[-0.9266608,51.7737047]},"properties":{"@type":"node","@id":3125763033,"@timestamp":1530122616},"coords":"51.7737047,-0.9266608","bedrooms":"4","price":"188000","area":"442"} , +{"type":"Feature","id":"n3126125844","geometry":{"type":"Point","coordinates":[0.6913599,51.5412133]},"properties":{"@type":"node","@id":3126125844,"@timestamp":1413128456},"coords":"51.5412133,0.6913599","bedrooms":"0","price":"282000","area":"445"} , +{"type":"Feature","id":"n3126299424","geometry":{"type":"Point","coordinates":[-0.9219763,51.1423546]},"properties":{"@type":"node","@id":3126299424,"@timestamp":1616235454},"coords":"51.1423546,-0.9219763","bedrooms":"1","price":"224000","area":"611"} , +{"type":"Feature","id":"n3126302544","geometry":{"type":"Point","coordinates":[-0.9813478,51.1370255]},"properties":{"@type":"node","@id":3126302544,"@timestamp":1413134753},"coords":"51.1370255,-0.9813478","bedrooms":"3","price":"279000","area":"440"} , +{"type":"Feature","id":"n3126448970","geometry":{"type":"Point","coordinates":[-0.1637431,51.4748037]},"properties":{"@type":"node","@id":3126448970,"@timestamp":1629362922},"coords":"51.4748037,-0.1637431","bedrooms":"2","price":"166000","area":"644"} , +{"type":"Feature","id":"n3126572108","geometry":{"type":"Point","coordinates":[-0.6387288,51.1420654]},"properties":{"@type":"node","@id":3126572108,"@timestamp":1413140692},"coords":"51.1420654,-0.6387288","bedrooms":"3","price":"170000","area":"631"} , +{"type":"Feature","id":"n3126695124","geometry":{"type":"Point","coordinates":[0.1853162,51.4906226]},"properties":{"@type":"node","@id":3126695124,"@timestamp":1466871759},"coords":"51.4906226,0.1853162","bedrooms":"4","price":"287000","area":"672"} , +{"type":"Feature","id":"n3126695256","geometry":{"type":"Point","coordinates":[0.1890323,51.5197739]},"properties":{"@type":"node","@id":3126695256,"@timestamp":1604979373},"coords":"51.5197739,0.1890323","bedrooms":"1","price":"269000","area":"470"} , +{"type":"Feature","id":"n3126695781","geometry":{"type":"Point","coordinates":[0.233092,51.551279]},"properties":{"@type":"node","@id":3126695781,"@timestamp":1413144340},"coords":"51.551279,0.233092","bedrooms":"0","price":"269000","area":"402"} , +{"type":"Feature","id":"n3126750041","geometry":{"type":"Point","coordinates":[-0.3691907,51.2576394]},"properties":{"@type":"node","@id":3126750041,"@timestamp":1413146167},"coords":"51.2576394,-0.3691907","bedrooms":"2","price":"151000","area":"518"} , +{"type":"Feature","id":"n3126980439","geometry":{"type":"Point","coordinates":[-0.7479437,51.2598469]},"properties":{"@type":"node","@id":3126980439,"@timestamp":1418482740},"coords":"51.2598469,-0.7479437","bedrooms":"0","price":"267000","area":"479"} , +{"type":"Feature","id":"n3127481016","geometry":{"type":"Point","coordinates":[0.2325316,51.4823908]},"properties":{"@type":"node","@id":3127481016,"@timestamp":1605576099},"coords":"51.4823908,0.2325316","bedrooms":"3","price":"204000","area":"498"} , +{"type":"Feature","id":"n3127481169","geometry":{"type":"Point","coordinates":[0.2300339,51.4836189]},"properties":{"@type":"node","@id":3127481169,"@timestamp":1413195319},"coords":"51.4836189,0.2300339","bedrooms":"2","price":"222000","area":"599"} , +{"type":"Feature","id":"n3127481319","geometry":{"type":"Point","coordinates":[0.1876444,51.4886682]},"properties":{"@type":"node","@id":3127481319,"@timestamp":1605608047},"coords":"51.4886682,0.1876444","bedrooms":"0","price":"234000","area":"635"} , +{"type":"Feature","id":"n3127481360","geometry":{"type":"Point","coordinates":[0.2170181,51.4900106]},"properties":{"@type":"node","@id":3127481360,"@timestamp":1413195323},"coords":"51.4900106,0.2170181","bedrooms":"2","price":"161000","area":"552"} , +{"type":"Feature","id":"n3127481413","geometry":{"type":"Point","coordinates":[0.1838199,51.4973559]},"properties":{"@type":"node","@id":3127481413,"@timestamp":1605608047},"coords":"51.4973559,0.1838199","bedrooms":"1","price":"282000","area":"559"} , +{"type":"Feature","id":"n3127482127","geometry":{"type":"Point","coordinates":[0.2119872,51.5368263]},"properties":{"@type":"node","@id":3127482127,"@timestamp":1620058130},"coords":"51.5368263,0.2119872","bedrooms":"0","price":"165000","area":"585"} , +{"type":"Feature","id":"n3128249682","geometry":{"type":"Point","coordinates":[-1.0809022,51.2768652]},"properties":{"@type":"node","@id":3128249682,"@timestamp":1606605857},"coords":"51.2768652,-1.0809022","bedrooms":"3","price":"171000","area":"530"} , +{"type":"Feature","id":"n3128341201","geometry":{"type":"Point","coordinates":[0.2774259,51.85537]},"properties":{"@type":"node","@id":3128341201,"@timestamp":1529942255},"coords":"51.85537,0.2774259","bedrooms":"3","price":"237000","area":"532"} , +{"type":"Feature","id":"n3128452408","geometry":{"type":"Point","coordinates":[-0.7796393,51.267528]},"properties":{"@type":"node","@id":3128452408,"@timestamp":1574265030},"coords":"51.267528,-0.7796393","bedrooms":"1","price":"282000","area":"503"} , +{"type":"Feature","id":"n3129232618","geometry":{"type":"Point","coordinates":[0.2616694,51.8889591]},"properties":{"@type":"node","@id":3129232618,"@timestamp":1536886702},"coords":"51.8889591,0.2616694","bedrooms":"2","price":"201000","area":"608"} , +{"type":"Feature","id":"n3129275098","geometry":{"type":"Point","coordinates":[-0.5409929,51.4039701]},"properties":{"@type":"node","@id":3129275098,"@timestamp":1413292296},"coords":"51.4039701,-0.5409929","bedrooms":"4","price":"290000","area":"526"} , +{"type":"Feature","id":"n3129671196","geometry":{"type":"Point","coordinates":[0.3060871,51.2926675]},"properties":{"@type":"node","@id":3129671196,"@timestamp":1413308345},"coords":"51.2926675,0.3060871","bedrooms":"2","price":"228000","area":"377"} , +{"type":"Feature","id":"n3129804546","geometry":{"type":"Point","coordinates":[0.3024191,51.6768717]},"properties":{"@type":"node","@id":3129804546,"@timestamp":1413314069},"coords":"51.6768717,0.3024191","bedrooms":"3","price":"166000","area":"584"} , +{"type":"Feature","id":"n3130006364","geometry":{"type":"Point","coordinates":[0.5018589,51.746386]},"properties":{"@type":"node","@id":3130006364,"@timestamp":1615422749},"coords":"51.746386,0.5018589","bedrooms":"2","price":"216000","area":"401"} , +{"type":"Feature","id":"n3130095871","geometry":{"type":"Point","coordinates":[-0.0515252,51.6357228]},"properties":{"@type":"node","@id":3130095871,"@timestamp":1415136099},"coords":"51.6357228,-0.0515252","bedrooms":"3","price":"272000","area":"363"} , +{"type":"Feature","id":"n3130360451","geometry":{"type":"Point","coordinates":[-0.0980516,51.508206]},"properties":{"@type":"node","@id":3130360451,"@timestamp":1548442089},"coords":"51.508206,-0.0980516","bedrooms":"4","price":"271000","area":"514"} , +{"type":"Feature","id":"n3130702544","geometry":{"type":"Point","coordinates":[0.425974,51.7604776]},"properties":{"@type":"node","@id":3130702544,"@timestamp":1413352738},"coords":"51.7604776,0.425974","bedrooms":"2","price":"264000","area":"437"} , +{"type":"Feature","id":"n3130726081","geometry":{"type":"Point","coordinates":[0.3087626,51.664885]},"properties":{"@type":"node","@id":3130726081,"@timestamp":1609606031},"coords":"51.664885,0.3087626","bedrooms":"2","price":"273000","area":"483"} , +{"type":"Feature","id":"n3130804714","geometry":{"type":"Point","coordinates":[0.1870064,51.8303171]},"properties":{"@type":"node","@id":3130804714,"@timestamp":1413357725},"coords":"51.8303171,0.1870064","bedrooms":"4","price":"269000","area":"450"} , +{"type":"Feature","id":"n3130845303","geometry":{"type":"Point","coordinates":[0.1500147,51.7856623]},"properties":{"@type":"node","@id":3130845303,"@timestamp":1413361197},"coords":"51.7856623,0.1500147","bedrooms":"3","price":"212000","area":"647"} , +{"type":"Feature","id":"n3130845313","geometry":{"type":"Point","coordinates":[0.1513826,51.7860141]},"properties":{"@type":"node","@id":3130845313,"@timestamp":1413361198},"coords":"51.7860141,0.1513826","bedrooms":"3","price":"179000","area":"579"} , +{"type":"Feature","id":"n3131066815","geometry":{"type":"Point","coordinates":[0.2136779,51.804941]},"properties":{"@type":"node","@id":3131066815,"@timestamp":1545087703},"coords":"51.804941,0.2136779","bedrooms":"4","price":"233000","area":"650"} , +{"type":"Feature","id":"n3131103665","geometry":{"type":"Point","coordinates":[0.1109311,51.3444056]},"properties":{"@type":"node","@id":3131103665,"@timestamp":1552234813},"coords":"51.3444056,0.1109311","bedrooms":"4","price":"189000","area":"455"} , +{"type":"Feature","id":"n3131224846","geometry":{"type":"Point","coordinates":[-0.142057,51.4959083]},"properties":{"@type":"node","@id":3131224846,"@timestamp":1631384560},"coords":"51.4959083,-0.142057","bedrooms":"4","price":"152000","area":"594"} , +{"type":"Feature","id":"n3131661495","geometry":{"type":"Point","coordinates":[-0.0852232,51.4279337]},"properties":{"@type":"node","@id":3131661495,"@timestamp":1611834483},"coords":"51.4279337,-0.0852232","bedrooms":"4","price":"271000","area":"495"} , +{"type":"Feature","id":"n3132752975","geometry":{"type":"Point","coordinates":[-0.1379723,51.5114641]},"properties":{"@type":"node","@id":3132752975,"@timestamp":1522725940},"coords":"51.5114641,-0.1379723","bedrooms":"2","price":"175000","area":"634"} , +{"type":"Feature","id":"n3133019548","geometry":{"type":"Point","coordinates":[0.4663469,51.7622631]},"properties":{"@type":"node","@id":3133019548,"@timestamp":1529939128},"coords":"51.7622631,0.4663469","bedrooms":"1","price":"279000","area":"501"} , +{"type":"Feature","id":"n3133791351","geometry":{"type":"Point","coordinates":[-0.0999876,51.3862283]},"properties":{"@type":"node","@id":3133791351,"@timestamp":1413480827},"coords":"51.3862283,-0.0999876","bedrooms":"0","price":"173000","area":"571"} , +{"type":"Feature","id":"n3133791654","geometry":{"type":"Point","coordinates":[-0.100687,51.3866085]},"properties":{"@type":"node","@id":3133791654,"@timestamp":1413480828},"coords":"51.3866085,-0.100687","bedrooms":"1","price":"212000","area":"514"} , +{"type":"Feature","id":"n3133792335","geometry":{"type":"Point","coordinates":[-0.1006778,51.3863593]},"properties":{"@type":"node","@id":3133792335,"@timestamp":1413480812},"coords":"51.3863593,-0.1006778","bedrooms":"0","price":"179000","area":"479"} , +{"type":"Feature","id":"n3133809583","geometry":{"type":"Point","coordinates":[0.4749942,51.7152321]},"properties":{"@type":"node","@id":3133809583,"@timestamp":1483979938},"coords":"51.7152321,0.4749942","bedrooms":"4","price":"222000","area":"519"} , +{"type":"Feature","id":"n3133905896","geometry":{"type":"Point","coordinates":[0.4676398,51.7109693]},"properties":{"@type":"node","@id":3133905896,"@timestamp":1615435701},"coords":"51.7109693,0.4676398","bedrooms":"0","price":"259000","area":"511"} , +{"type":"Feature","id":"n3134593814","geometry":{"type":"Point","coordinates":[0.0852611,51.4895408]},"properties":{"@type":"node","@id":3134593814,"@timestamp":1545403812},"coords":"51.4895408,0.0852611","bedrooms":"1","price":"183000","area":"459"} , +{"type":"Feature","id":"n3134732792","geometry":{"type":"Point","coordinates":[0.0844954,51.4894814]},"properties":{"@type":"node","@id":3134732792,"@timestamp":1413533253},"coords":"51.4894814,0.0844954","bedrooms":"0","price":"285000","area":"597"} , +{"type":"Feature","id":"n3134969722","geometry":{"type":"Point","coordinates":[-0.413308,51.5196112]},"properties":{"@type":"node","@id":3134969722,"@timestamp":1413546191},"coords":"51.5196112,-0.413308","bedrooms":"4","price":"297000","area":"505"} , +{"type":"Feature","id":"n3135262761","geometry":{"type":"Point","coordinates":[-0.0700393,51.4733502]},"properties":{"@type":"node","@id":3135262761,"@timestamp":1564909700},"coords":"51.4733502,-0.0700393","bedrooms":"4","price":"262000","area":"480"} , +{"type":"Feature","id":"n3135350631","geometry":{"type":"Point","coordinates":[-0.0437496,51.6593327]},"properties":{"@type":"node","@id":3135350631,"@timestamp":1602604675},"coords":"51.6593327,-0.0437496","bedrooms":"0","price":"217000","area":"488"} , +{"type":"Feature","id":"n3135350642","geometry":{"type":"Point","coordinates":[-0.0457475,51.6595561]},"properties":{"@type":"node","@id":3135350642,"@timestamp":1602605406},"coords":"51.6595561,-0.0457475","bedrooms":"2","price":"199000","area":"371"} , +{"type":"Feature","id":"n3135438658","geometry":{"type":"Point","coordinates":[0.0228522,51.4480532]},"properties":{"@type":"node","@id":3135438658,"@timestamp":1564909700},"coords":"51.4480532,0.0228522","bedrooms":"1","price":"252000","area":"526"} , +{"type":"Feature","id":"n3135457594","geometry":{"type":"Point","coordinates":[-0.0463565,51.6500845]},"properties":{"@type":"node","@id":3135457594,"@timestamp":1413563966},"coords":"51.6500845,-0.0463565","bedrooms":"2","price":"205000","area":"489"} , +{"type":"Feature","id":"n3135597935","geometry":{"type":"Point","coordinates":[-0.046176,51.6440447]},"properties":{"@type":"node","@id":3135597935,"@timestamp":1549408209},"coords":"51.6440447,-0.046176","bedrooms":"2","price":"177000","area":"447"} , +{"type":"Feature","id":"n3135613559","geometry":{"type":"Point","coordinates":[-0.0378632,51.6589766]},"properties":{"@type":"node","@id":3135613559,"@timestamp":1602615316},"coords":"51.6589766,-0.0378632","bedrooms":"2","price":"290000","area":"595"} , +{"type":"Feature","id":"n3135613572","geometry":{"type":"Point","coordinates":[-0.0375681,51.6588248]},"properties":{"@type":"node","@id":3135613572,"@timestamp":1602615316},"coords":"51.6588248,-0.0375681","bedrooms":"4","price":"156000","area":"633"} , +{"type":"Feature","id":"n3135615910","geometry":{"type":"Point","coordinates":[-0.0377158,51.6580956]},"properties":{"@type":"node","@id":3135615910,"@timestamp":1602615316},"coords":"51.6580956,-0.0377158","bedrooms":"3","price":"231000","area":"645"} , +{"type":"Feature","id":"n3135880840","geometry":{"type":"Point","coordinates":[0.341195,51.9162481]},"properties":{"@type":"node","@id":3135880840,"@timestamp":1413578969},"coords":"51.9162481,0.341195","bedrooms":"1","price":"187000","area":"659"} , +{"type":"Feature","id":"n3135928291","geometry":{"type":"Point","coordinates":[-0.0462423,51.644044]},"properties":{"@type":"node","@id":3135928291,"@timestamp":1602199916},"coords":"51.644044,-0.0462423","bedrooms":"2","price":"283000","area":"408"} , +{"type":"Feature","id":"n3135944331","geometry":{"type":"Point","coordinates":[0.0523766,51.6523861]},"properties":{"@type":"node","@id":3135944331,"@timestamp":1413582002},"coords":"51.6523861,0.0523766","bedrooms":"2","price":"265000","area":"413"} , +{"type":"Feature","id":"n3135979986","geometry":{"type":"Point","coordinates":[-0.9783831,51.4476863]},"properties":{"@type":"node","@id":3135979986,"@timestamp":1614104552},"coords":"51.4476863,-0.9783831","bedrooms":"3","price":"262000","area":"601"} , +{"type":"Feature","id":"n3136545626","geometry":{"type":"Point","coordinates":[0.0632141,51.6728612]},"properties":{"@type":"node","@id":3136545626,"@timestamp":1413626917},"coords":"51.6728612,0.0632141","bedrooms":"2","price":"172000","area":"525"} , +{"type":"Feature","id":"n3136606577","geometry":{"type":"Point","coordinates":[0.0541222,51.6678917]},"properties":{"@type":"node","@id":3136606577,"@timestamp":1413629889},"coords":"51.6678917,0.0541222","bedrooms":"2","price":"207000","area":"660"} , +{"type":"Feature","id":"n3136633194","geometry":{"type":"Point","coordinates":[-0.9730002,51.4116231]},"properties":{"@type":"node","@id":3136633194,"@timestamp":1424022535},"coords":"51.4116231,-0.9730002","bedrooms":"2","price":"233000","area":"435"} , +{"type":"Feature","id":"n3136633204","geometry":{"type":"Point","coordinates":[-0.9711177,51.4118402]},"properties":{"@type":"node","@id":3136633204,"@timestamp":1424022535},"coords":"51.4118402,-0.9711177","bedrooms":"2","price":"213000","area":"399"} , +{"type":"Feature","id":"n3136633214","geometry":{"type":"Point","coordinates":[-0.9732055,51.4150234]},"properties":{"@type":"node","@id":3136633214,"@timestamp":1416260924},"coords":"51.4150234,-0.9732055","bedrooms":"0","price":"166000","area":"490"} , +{"type":"Feature","id":"n3136637264","geometry":{"type":"Point","coordinates":[0.019896,51.6459216]},"properties":{"@type":"node","@id":3136637264,"@timestamp":1413631848},"coords":"51.6459216,0.019896","bedrooms":"1","price":"276000","area":"376"} , +{"type":"Feature","id":"n3136663470","geometry":{"type":"Point","coordinates":[0.1307662,51.7104789]},"properties":{"@type":"node","@id":3136663470,"@timestamp":1413633008},"coords":"51.7104789,0.1307662","bedrooms":"3","price":"251000","area":"518"} , +{"type":"Feature","id":"n3136726039","geometry":{"type":"Point","coordinates":[0.2325467,51.8963952]},"properties":{"@type":"node","@id":3136726039,"@timestamp":1413635802},"coords":"51.8963952,0.2325467","bedrooms":"0","price":"227000","area":"491"} , +{"type":"Feature","id":"n3137239532","geometry":{"type":"Point","coordinates":[-0.2502057,51.554784]},"properties":{"@type":"node","@id":3137239532,"@timestamp":1569832912},"coords":"51.554784,-0.2502057","bedrooms":"0","price":"180000","area":"464"} , +{"type":"Feature","id":"n3137378843","geometry":{"type":"Point","coordinates":[-0.0462107,51.6447817]},"properties":{"@type":"node","@id":3137378843,"@timestamp":1549428021},"coords":"51.6447817,-0.0462107","bedrooms":"4","price":"160000","area":"545"} , +{"type":"Feature","id":"n3137407402","geometry":{"type":"Point","coordinates":[-0.0439262,51.6442922]},"properties":{"@type":"node","@id":3137407402,"@timestamp":1549428022},"coords":"51.6442922,-0.0439262","bedrooms":"0","price":"179000","area":"615"} , +{"type":"Feature","id":"n3137451510","geometry":{"type":"Point","coordinates":[0.230466,51.8574977]},"properties":{"@type":"node","@id":3137451510,"@timestamp":1413665927},"coords":"51.8574977,0.230466","bedrooms":"0","price":"205000","area":"619"} , +{"type":"Feature","id":"n3137468066","geometry":{"type":"Point","coordinates":[-0.0231876,51.474447]},"properties":{"@type":"node","@id":3137468066,"@timestamp":1564909700},"coords":"51.474447,-0.0231876","bedrooms":"0","price":"243000","area":"580"} , +{"type":"Feature","id":"n3137506962","geometry":{"type":"Point","coordinates":[-0.0469703,51.6461993]},"properties":{"@type":"node","@id":3137506962,"@timestamp":1413668620},"coords":"51.6461993,-0.0469703","bedrooms":"2","price":"201000","area":"397"} , +{"type":"Feature","id":"n3137515462","geometry":{"type":"Point","coordinates":[-0.0503075,51.6467936]},"properties":{"@type":"node","@id":3137515462,"@timestamp":1413668921},"coords":"51.6467936,-0.0503075","bedrooms":"0","price":"154000","area":"510"} , +{"type":"Feature","id":"n3137521783","geometry":{"type":"Point","coordinates":[-0.0519862,51.6463075]},"properties":{"@type":"node","@id":3137521783,"@timestamp":1413669293},"coords":"51.6463075,-0.0519862","bedrooms":"2","price":"270000","area":"533"} , +{"type":"Feature","id":"n3137529588","geometry":{"type":"Point","coordinates":[-0.048341,51.6476158]},"properties":{"@type":"node","@id":3137529588,"@timestamp":1546254393},"coords":"51.6476158,-0.048341","bedrooms":"3","price":"182000","area":"616"} , +{"type":"Feature","id":"n3137603644","geometry":{"type":"Point","coordinates":[-0.9766789,51.4415713]},"properties":{"@type":"node","@id":3137603644,"@timestamp":1627148617},"coords":"51.4415713,-0.9766789","bedrooms":"4","price":"294000","area":"392"} , +{"type":"Feature","id":"n3137631262","geometry":{"type":"Point","coordinates":[-0.9774998,51.4364662]},"properties":{"@type":"node","@id":3137631262,"@timestamp":1627148236},"coords":"51.4364662,-0.9774998","bedrooms":"1","price":"216000","area":"376"} , +{"type":"Feature","id":"n3137677859","geometry":{"type":"Point","coordinates":[-0.9814201,51.426295]},"properties":{"@type":"node","@id":3137677859,"@timestamp":1413679968},"coords":"51.426295,-0.9814201","bedrooms":"1","price":"219000","area":"506"} , +{"type":"Feature","id":"n3138276751","geometry":{"type":"Point","coordinates":[-0.046439,51.64177]},"properties":{"@type":"node","@id":3138276751,"@timestamp":1413719535},"coords":"51.64177,-0.046439","bedrooms":"1","price":"267000","area":"649"} , +{"type":"Feature","id":"n3138422986","geometry":{"type":"Point","coordinates":[-0.1047083,51.544566]},"properties":{"@type":"node","@id":3138422986,"@timestamp":1413726718},"coords":"51.544566,-0.1047083","bedrooms":"4","price":"266000","area":"604"} , +{"type":"Feature","id":"n3138559926","geometry":{"type":"Point","coordinates":[0.4183018,51.6842417]},"properties":{"@type":"node","@id":3138559926,"@timestamp":1413731645},"coords":"51.6842417,0.4183018","bedrooms":"0","price":"216000","area":"474"} , +{"type":"Feature","id":"n3138866499","geometry":{"type":"Point","coordinates":[0.8116203,51.8797861]},"properties":{"@type":"node","@id":3138866499,"@timestamp":1413743920},"coords":"51.8797861,0.8116203","bedrooms":"0","price":"285000","area":"499"} , +{"type":"Feature","id":"n3139219742","geometry":{"type":"Point","coordinates":[-0.3521041,51.4895807]},"properties":{"@type":"node","@id":3139219742,"@timestamp":1413753918},"coords":"51.4895807,-0.3521041","bedrooms":"2","price":"239000","area":"516"} , +{"type":"Feature","id":"n3139881456","geometry":{"type":"Point","coordinates":[-0.1471612,51.5922615]},"properties":{"@type":"node","@id":3139881456,"@timestamp":1449834608},"coords":"51.5922615,-0.1471612","bedrooms":"2","price":"273000","area":"436"} , +{"type":"Feature","id":"n3140627554","geometry":{"type":"Point","coordinates":[0.0085493,51.6188134]},"properties":{"@type":"node","@id":3140627554,"@timestamp":1592338730},"coords":"51.6188134,0.0085493","bedrooms":"4","price":"185000","area":"384"} , +{"type":"Feature","id":"n3140782815","geometry":{"type":"Point","coordinates":[-1.0805005,51.2774303]},"properties":{"@type":"node","@id":3140782815,"@timestamp":1606605857},"coords":"51.2774303,-1.0805005","bedrooms":"4","price":"234000","area":"647"} , +{"type":"Feature","id":"n3140839834","geometry":{"type":"Point","coordinates":[-1.0799413,51.2773014]},"properties":{"@type":"node","@id":3140839834,"@timestamp":1606605857},"coords":"51.2773014,-1.0799413","bedrooms":"4","price":"228000","area":"428"} , +{"type":"Feature","id":"n3141454121","geometry":{"type":"Point","coordinates":[-1.0189178,51.4374554]},"properties":{"@type":"node","@id":3141454121,"@timestamp":1589645628},"coords":"51.4374554,-1.0189178","bedrooms":"0","price":"200000","area":"644"} , +{"type":"Feature","id":"n3141575429","geometry":{"type":"Point","coordinates":[-0.1167193,51.5135378]},"properties":{"@type":"node","@id":3141575429,"@timestamp":1580916965},"coords":"51.5135378,-0.1167193","bedrooms":"1","price":"287000","area":"418"} , +{"type":"Feature","id":"n3141895308","geometry":{"type":"Point","coordinates":[0.8963425,51.3102255]},"properties":{"@type":"node","@id":3141895308,"@timestamp":1588588927},"coords":"51.3102255,0.8963425","bedrooms":"3","price":"282000","area":"414"} , +{"type":"Feature","id":"n3142744709","geometry":{"type":"Point","coordinates":[-0.2350292,51.5519724]},"properties":{"@type":"node","@id":3142744709,"@timestamp":1413929528},"coords":"51.5519724,-0.2350292","bedrooms":"0","price":"169000","area":"645"} , +{"type":"Feature","id":"n3142744722","geometry":{"type":"Point","coordinates":[-0.2343068,51.5537617]},"properties":{"@type":"node","@id":3142744722,"@timestamp":1625929856},"coords":"51.5537617,-0.2343068","bedrooms":"0","price":"291000","area":"658"} , +{"type":"Feature","id":"n3143551225","geometry":{"type":"Point","coordinates":[-0.0826088,51.5151132]},"properties":{"@type":"node","@id":3143551225,"@timestamp":1627634683},"coords":"51.5151132,-0.0826088","bedrooms":"4","price":"285000","area":"627"} , +{"type":"Feature","id":"n3143632924","geometry":{"type":"Point","coordinates":[0.7895457,51.3379724]},"properties":{"@type":"node","@id":3143632924,"@timestamp":1413977695},"coords":"51.3379724,0.7895457","bedrooms":"4","price":"276000","area":"376"} , +{"type":"Feature","id":"n3143633041","geometry":{"type":"Point","coordinates":[0.7671511,51.3402258]},"properties":{"@type":"node","@id":3143633041,"@timestamp":1570568497},"coords":"51.3402258,0.7671511","bedrooms":"2","price":"289000","area":"437"} , +{"type":"Feature","id":"n3143653929","geometry":{"type":"Point","coordinates":[-0.0983054,51.387024]},"properties":{"@type":"node","@id":3143653929,"@timestamp":1413979028},"coords":"51.387024,-0.0983054","bedrooms":"1","price":"210000","area":"450"} , +{"type":"Feature","id":"n3143778263","geometry":{"type":"Point","coordinates":[-0.1016107,51.3876934]},"properties":{"@type":"node","@id":3143778263,"@timestamp":1413984792},"coords":"51.3876934,-0.1016107","bedrooms":"3","price":"270000","area":"391"} , +{"type":"Feature","id":"n3143778273","geometry":{"type":"Point","coordinates":[-0.1010742,51.3876573]},"properties":{"@type":"node","@id":3143778273,"@timestamp":1413984793},"coords":"51.3876573,-0.1010742","bedrooms":"2","price":"177000","area":"608"} , +{"type":"Feature","id":"n3143778283","geometry":{"type":"Point","coordinates":[-0.0994161,51.388353]},"properties":{"@type":"node","@id":3143778283,"@timestamp":1413984793},"coords":"51.388353,-0.0994161","bedrooms":"2","price":"234000","area":"688"} , +{"type":"Feature","id":"n3143778294","geometry":{"type":"Point","coordinates":[-0.0998114,51.3881128]},"properties":{"@type":"node","@id":3143778294,"@timestamp":1413984793},"coords":"51.3881128,-0.0998114","bedrooms":"0","price":"298000","area":"504"} , +{"type":"Feature","id":"n3143778318","geometry":{"type":"Point","coordinates":[-0.0994718,51.3873453]},"properties":{"@type":"node","@id":3143778318,"@timestamp":1413984794},"coords":"51.3873453,-0.0994718","bedrooms":"1","price":"239000","area":"354"} , +{"type":"Feature","id":"n3143779739","geometry":{"type":"Point","coordinates":[-0.1015068,51.3878865]},"properties":{"@type":"node","@id":3143779739,"@timestamp":1413984795},"coords":"51.3878865,-0.1015068","bedrooms":"0","price":"288000","area":"510"} , +{"type":"Feature","id":"n3143873657","geometry":{"type":"Point","coordinates":[0.3976666,51.1866815]},"properties":{"@type":"node","@id":3143873657,"@timestamp":1415024895},"coords":"51.1866815,0.3976666","bedrooms":"1","price":"239000","area":"670"} , +{"type":"Feature","id":"n3144050580","geometry":{"type":"Point","coordinates":[0.1742703,51.3980409]},"properties":{"@type":"node","@id":3144050580,"@timestamp":1413993508},"coords":"51.3980409,0.1742703","bedrooms":"1","price":"184000","area":"494"} , +{"type":"Feature","id":"n3144168933","geometry":{"type":"Point","coordinates":[-0.381316,51.171958]},"properties":{"@type":"node","@id":3144168933,"@timestamp":1413999197},"coords":"51.171958,-0.381316","bedrooms":"3","price":"267000","area":"487"} , +{"type":"Feature","id":"n3144461827","geometry":{"type":"Point","coordinates":[-0.2606117,51.5477129]},"properties":{"@type":"node","@id":3144461827,"@timestamp":1414010595},"coords":"51.5477129,-0.2606117","bedrooms":"2","price":"225000","area":"462"} , +{"type":"Feature","id":"n3144462135","geometry":{"type":"Point","coordinates":[-0.2606566,51.5480308]},"properties":{"@type":"node","@id":3144462135,"@timestamp":1414010597},"coords":"51.5480308,-0.2606566","bedrooms":"0","price":"186000","area":"370"} , +{"type":"Feature","id":"n3144462158","geometry":{"type":"Point","coordinates":[-0.260643,51.5482267]},"properties":{"@type":"node","@id":3144462158,"@timestamp":1414010598},"coords":"51.5482267,-0.260643","bedrooms":"4","price":"217000","area":"592"} , +{"type":"Feature","id":"n3144531285","geometry":{"type":"Point","coordinates":[-1.0756558,51.27461]},"properties":{"@type":"node","@id":3144531285,"@timestamp":1414013842},"coords":"51.27461,-1.0756558","bedrooms":"4","price":"158000","area":"481"} , +{"type":"Feature","id":"n3145171252","geometry":{"type":"Point","coordinates":[-0.1327706,51.5432269]},"properties":{"@type":"node","@id":3145171252,"@timestamp":1414055972},"coords":"51.5432269,-0.1327706","bedrooms":"1","price":"279000","area":"647"} , +{"type":"Feature","id":"n3146239069","geometry":{"type":"Point","coordinates":[-0.0528784,51.5948743]},"properties":{"@type":"node","@id":3146239069,"@timestamp":1589752055},"coords":"51.5948743,-0.0528784","bedrooms":"1","price":"269000","area":"464"} , +{"type":"Feature","id":"n3146267533","geometry":{"type":"Point","coordinates":[-0.0514635,51.5976614]},"properties":{"@type":"node","@id":3146267533,"@timestamp":1587506293},"coords":"51.5976614,-0.0514635","bedrooms":"1","price":"271000","area":"666"} , +{"type":"Feature","id":"n3146283018","geometry":{"type":"Point","coordinates":[-0.0502096,51.5976904]},"properties":{"@type":"node","@id":3146283018,"@timestamp":1610122035},"coords":"51.5976904,-0.0502096","bedrooms":"0","price":"152000","area":"615"} , +{"type":"Feature","id":"n3146324864","geometry":{"type":"Point","coordinates":[-0.0453642,51.6025675]},"properties":{"@type":"node","@id":3146324864,"@timestamp":1414093063},"coords":"51.6025675,-0.0453642","bedrooms":"2","price":"295000","area":"436"} , +{"type":"Feature","id":"n3146351699","geometry":{"type":"Point","coordinates":[-0.0284769,51.6687492]},"properties":{"@type":"node","@id":3146351699,"@timestamp":1605886246},"coords":"51.6687492,-0.0284769","bedrooms":"0","price":"172000","area":"479"} , +{"type":"Feature","id":"n3146836874","geometry":{"type":"Point","coordinates":[-0.2950655,51.5319286]},"properties":{"@type":"node","@id":3146836874,"@timestamp":1630450720},"coords":"51.5319286,-0.2950655","bedrooms":"1","price":"176000","area":"441"} , +{"type":"Feature","id":"n3147431975","geometry":{"type":"Point","coordinates":[0.7272537,51.5541421]},"properties":{"@type":"node","@id":3147431975,"@timestamp":1414159228},"coords":"51.5541421,0.7272537","bedrooms":"0","price":"172000","area":"690"} , +{"type":"Feature","id":"n3147633311","geometry":{"type":"Point","coordinates":[-0.3241739,51.0631837]},"properties":{"@type":"node","@id":3147633311,"@timestamp":1414165520},"coords":"51.0631837,-0.3241739","bedrooms":"0","price":"289000","area":"407"} , +{"type":"Feature","id":"n3147722206","geometry":{"type":"Point","coordinates":[0.3701828,51.4412746]},"properties":{"@type":"node","@id":3147722206,"@timestamp":1477418803},"coords":"51.4412746,0.3701828","bedrooms":"1","price":"150000","area":"390"} , +{"type":"Feature","id":"n3147915619","geometry":{"type":"Point","coordinates":[-0.1503288,51.5049549]},"properties":{"@type":"node","@id":3147915619,"@timestamp":1414176496},"coords":"51.5049549,-0.1503288","bedrooms":"2","price":"263000","area":"569"} , +{"type":"Feature","id":"n3147959186","geometry":{"type":"Point","coordinates":[-0.2748972,51.5438463]},"properties":{"@type":"node","@id":3147959186,"@timestamp":1573661434},"coords":"51.5438463,-0.2748972","bedrooms":"2","price":"179000","area":"385"} , +{"type":"Feature","id":"n3148002170","geometry":{"type":"Point","coordinates":[0.368619,51.4409589]},"properties":{"@type":"node","@id":3148002170,"@timestamp":1475871740},"coords":"51.4409589,0.368619","bedrooms":"4","price":"175000","area":"391"} , +{"type":"Feature","id":"n3148051244","geometry":{"type":"Point","coordinates":[-0.2612212,51.5514515]},"properties":{"@type":"node","@id":3148051244,"@timestamp":1573668794},"coords":"51.5514515,-0.2612212","bedrooms":"1","price":"154000","area":"441"} , +{"type":"Feature","id":"n3148260618","geometry":{"type":"Point","coordinates":[-0.1386475,51.5317349]},"properties":{"@type":"node","@id":3148260618,"@timestamp":1414190019},"coords":"51.5317349,-0.1386475","bedrooms":"3","price":"295000","area":"395"} , +{"type":"Feature","id":"n3148310506","geometry":{"type":"Point","coordinates":[-0.1184698,51.5149802]},"properties":{"@type":"node","@id":3148310506,"@timestamp":1550528633},"coords":"51.5149802,-0.1184698","bedrooms":"4","price":"189000","area":"499"} , +{"type":"Feature","id":"n3149254958","geometry":{"type":"Point","coordinates":[-0.107269,51.5144034]},"properties":{"@type":"node","@id":3149254958,"@timestamp":1595244756},"coords":"51.5144034,-0.107269","bedrooms":"3","price":"228000","area":"422"} , +{"type":"Feature","id":"n3150404747","geometry":{"type":"Point","coordinates":[0.1773094,51.0815961]},"properties":{"@type":"node","@id":3150404747,"@timestamp":1414319405},"coords":"51.0815961,0.1773094","bedrooms":"2","price":"295000","area":"612"} , +{"type":"Feature","id":"n3150622745","geometry":{"type":"Point","coordinates":[0.1441038,51.8067432]},"properties":{"@type":"node","@id":3150622745,"@timestamp":1414332781},"coords":"51.8067432,0.1441038","bedrooms":"3","price":"206000","area":"545"} , +{"type":"Feature","id":"n3151511125","geometry":{"type":"Point","coordinates":[-0.9579317,51.2549393]},"properties":{"@type":"node","@id":3151511125,"@timestamp":1496239039},"coords":"51.2549393,-0.9579317","bedrooms":"0","price":"207000","area":"498"} , +{"type":"Feature","id":"n3152233961","geometry":{"type":"Point","coordinates":[-0.0392139,51.6473612]},"properties":{"@type":"node","@id":3152233961,"@timestamp":1414402343},"coords":"51.6473612,-0.0392139","bedrooms":"1","price":"245000","area":"623"} , +{"type":"Feature","id":"n3152277858","geometry":{"type":"Point","coordinates":[-0.0958423,51.6535455]},"properties":{"@type":"node","@id":3152277858,"@timestamp":1414405097},"coords":"51.6535455,-0.0958423","bedrooms":"3","price":"203000","area":"627"} , +{"type":"Feature","id":"n3152319851","geometry":{"type":"Point","coordinates":[0.0153676,51.4037362]},"properties":{"@type":"node","@id":3152319851,"@timestamp":1414407332},"coords":"51.4037362,0.0153676","bedrooms":"4","price":"243000","area":"555"} , +{"type":"Feature","id":"n3152351611","geometry":{"type":"Point","coordinates":[-0.0020562,51.6319471]},"properties":{"@type":"node","@id":3152351611,"@timestamp":1597440416},"coords":"51.6319471,-0.0020562","bedrooms":"3","price":"206000","area":"646"} , +{"type":"Feature","id":"n3153322196","geometry":{"type":"Point","coordinates":[0.0933483,51.6491213]},"properties":{"@type":"node","@id":3153322196,"@timestamp":1562931323},"coords":"51.6491213,0.0933483","bedrooms":"2","price":"236000","area":"695"} , +{"type":"Feature","id":"n3154011673","geometry":{"type":"Point","coordinates":[-1.0875325,51.2623838]},"properties":{"@type":"node","@id":3154011673,"@timestamp":1553018213},"coords":"51.2623838,-1.0875325","bedrooms":"3","price":"225000","area":"688"} , +{"type":"Feature","id":"n3154225444","geometry":{"type":"Point","coordinates":[0.2961291,51.540552]},"properties":{"@type":"node","@id":3154225444,"@timestamp":1414504831},"coords":"51.540552,0.2961291","bedrooms":"4","price":"220000","area":"516"} , +{"type":"Feature","id":"n3154470037","geometry":{"type":"Point","coordinates":[-0.1947737,51.711949]},"properties":{"@type":"node","@id":3154470037,"@timestamp":1414513917},"coords":"51.711949,-0.1947737","bedrooms":"0","price":"269000","area":"375"} , +{"type":"Feature","id":"n3154860282","geometry":{"type":"Point","coordinates":[0.4876722,51.7331853]},"properties":{"@type":"node","@id":3154860282,"@timestamp":1424537497},"coords":"51.7331853,0.4876722","bedrooms":"0","price":"158000","area":"551"} , +{"type":"Feature","id":"n3154892577","geometry":{"type":"Point","coordinates":[0.1931952,51.5756658]},"properties":{"@type":"node","@id":3154892577,"@timestamp":1414525176},"coords":"51.5756658,0.1931952","bedrooms":"4","price":"290000","area":"673"} , +{"type":"Feature","id":"n3154921143","geometry":{"type":"Point","coordinates":[0.1524162,51.7975989]},"properties":{"@type":"node","@id":3154921143,"@timestamp":1414525979},"coords":"51.7975989,0.1524162","bedrooms":"3","price":"253000","area":"489"} , +{"type":"Feature","id":"n3154921153","geometry":{"type":"Point","coordinates":[0.1450777,51.7934617]},"properties":{"@type":"node","@id":3154921153,"@timestamp":1414525979},"coords":"51.7934617,0.1450777","bedrooms":"4","price":"202000","area":"589"} , +{"type":"Feature","id":"n3154945439","geometry":{"type":"Point","coordinates":[0.1713189,51.6167094]},"properties":{"@type":"node","@id":3154945439,"@timestamp":1414526702},"coords":"51.6167094,0.1713189","bedrooms":"3","price":"268000","area":"643"} , +{"type":"Feature","id":"n3155053867","geometry":{"type":"Point","coordinates":[-0.9606051,50.9718954]},"properties":{"@type":"node","@id":3155053867,"@timestamp":1572374528},"coords":"50.9718954,-0.9606051","bedrooms":"2","price":"264000","area":"538"} , +{"type":"Feature","id":"n3155053930","geometry":{"type":"Point","coordinates":[-0.9525768,50.9715968]},"properties":{"@type":"node","@id":3155053930,"@timestamp":1629325457},"coords":"50.9715968,-0.9525768","bedrooms":"2","price":"178000","area":"358"} , +{"type":"Feature","id":"n3155585833","geometry":{"type":"Point","coordinates":[0.4721773,51.7348019]},"properties":{"@type":"node","@id":3155585833,"@timestamp":1617826621},"coords":"51.7348019,0.4721773","bedrooms":"2","price":"155000","area":"674"} , +{"type":"Feature","id":"n3157196744","geometry":{"type":"Point","coordinates":[-0.0555533,51.7132966]},"properties":{"@type":"node","@id":3157196744,"@timestamp":1414624562},"coords":"51.7132966,-0.0555533","bedrooms":"3","price":"282000","area":"415"} , +{"type":"Feature","id":"n3157623859","geometry":{"type":"Point","coordinates":[0.4789288,50.9510978]},"properties":{"@type":"node","@id":3157623859,"@timestamp":1558429984},"coords":"50.9510978,0.4789288","bedrooms":"0","price":"260000","area":"458"} , +{"type":"Feature","id":"n3157657539","geometry":{"type":"Point","coordinates":[0.4685984,50.9869347]},"properties":{"@type":"node","@id":3157657539,"@timestamp":1618266933},"coords":"50.9869347,0.4685984","bedrooms":"4","price":"208000","area":"538"} , +{"type":"Feature","id":"n3157680843","geometry":{"type":"Point","coordinates":[0.3210276,51.0531973]},"properties":{"@type":"node","@id":3157680843,"@timestamp":1596551192},"coords":"51.0531973,0.3210276","bedrooms":"2","price":"231000","area":"686"} , +{"type":"Feature","id":"n3157716346","geometry":{"type":"Point","coordinates":[-0.0520934,51.4926601]},"properties":{"@type":"node","@id":3157716346,"@timestamp":1414667002},"coords":"51.4926601,-0.0520934","bedrooms":"3","price":"209000","area":"672"} , +{"type":"Feature","id":"n3157788784","geometry":{"type":"Point","coordinates":[-0.7409244,51.241748]},"properties":{"@type":"node","@id":3157788784,"@timestamp":1427751789},"coords":"51.241748,-0.7409244","bedrooms":"3","price":"264000","area":"380"} , +{"type":"Feature","id":"n3157944899","geometry":{"type":"Point","coordinates":[-0.9163346,51.383465]},"properties":{"@type":"node","@id":3157944899,"@timestamp":1421008803},"coords":"51.383465,-0.9163346","bedrooms":"0","price":"287000","area":"699"} , +{"type":"Feature","id":"n3158078785","geometry":{"type":"Point","coordinates":[-0.2845834,51.5411961]},"properties":{"@type":"node","@id":3158078785,"@timestamp":1598376132},"coords":"51.5411961,-0.2845834","bedrooms":"3","price":"196000","area":"612"} , +{"type":"Feature","id":"n3158622951","geometry":{"type":"Point","coordinates":[-0.1708441,51.4704684]},"properties":{"@type":"node","@id":3158622951,"@timestamp":1423065528},"coords":"51.4704684,-0.1708441","bedrooms":"0","price":"152000","area":"513"} , +{"type":"Feature","id":"n3159067816","geometry":{"type":"Point","coordinates":[-0.1693589,51.4631361]},"properties":{"@type":"node","@id":3159067816,"@timestamp":1429259382},"coords":"51.4631361,-0.1693589","bedrooms":"3","price":"176000","area":"441"} , +{"type":"Feature","id":"n3159155323","geometry":{"type":"Point","coordinates":[0.1811115,51.2780093]},"properties":{"@type":"node","@id":3159155323,"@timestamp":1472892315},"coords":"51.2780093,0.1811115","bedrooms":"1","price":"165000","area":"645"} , +{"type":"Feature","id":"n3159369637","geometry":{"type":"Point","coordinates":[0.0572052,51.5158396]},"properties":{"@type":"node","@id":3159369637,"@timestamp":1577055658},"coords":"51.5158396,0.0572052","bedrooms":"0","price":"262000","area":"486"} , +{"type":"Feature","id":"n3160146686","geometry":{"type":"Point","coordinates":[0.1900528,51.1582516]},"properties":{"@type":"node","@id":3160146686,"@timestamp":1418982759},"coords":"51.1582516,0.1900528","bedrooms":"4","price":"246000","area":"608"} , +{"type":"Feature","id":"n3160157258","geometry":{"type":"Point","coordinates":[-0.0810993,51.6523072]},"properties":{"@type":"node","@id":3160157258,"@timestamp":1414791881},"coords":"51.6523072,-0.0810993","bedrooms":"3","price":"207000","area":"616"} , +{"type":"Feature","id":"n3160184077","geometry":{"type":"Point","coordinates":[-0.4998792,51.391323]},"properties":{"@type":"node","@id":3160184077,"@timestamp":1414793130},"coords":"51.391323,-0.4998792","bedrooms":"0","price":"247000","area":"524"} , +{"type":"Feature","id":"n3160215966","geometry":{"type":"Point","coordinates":[-0.035524,51.6477504]},"properties":{"@type":"node","@id":3160215966,"@timestamp":1414794535},"coords":"51.6477504,-0.035524","bedrooms":"2","price":"161000","area":"487"} , +{"type":"Feature","id":"n3161208362","geometry":{"type":"Point","coordinates":[-0.3385799,51.5720098]},"properties":{"@type":"node","@id":3161208362,"@timestamp":1414855509},"coords":"51.5720098,-0.3385799","bedrooms":"4","price":"272000","area":"527"} , +{"type":"Feature","id":"n3161255562","geometry":{"type":"Point","coordinates":[-0.334616,51.5743047]},"properties":{"@type":"node","@id":3161255562,"@timestamp":1414857036},"coords":"51.5743047,-0.334616","bedrooms":"4","price":"241000","area":"699"} , +{"type":"Feature","id":"n3161368913","geometry":{"type":"Point","coordinates":[0.6928022,51.2490104]},"properties":{"@type":"node","@id":3161368913,"@timestamp":1414862758},"coords":"51.2490104,0.6928022","bedrooms":"2","price":"223000","area":"474"} , +{"type":"Feature","id":"n3161458832","geometry":{"type":"Point","coordinates":[-0.028126,51.5307534]},"properties":{"@type":"node","@id":3161458832,"@timestamp":1414865363},"coords":"51.5307534,-0.028126","bedrooms":"1","price":"152000","area":"390"} , +{"type":"Feature","id":"n3161520235","geometry":{"type":"Point","coordinates":[0.0023584,51.5666405]},"properties":{"@type":"node","@id":3161520235,"@timestamp":1414868253},"coords":"51.5666405,0.0023584","bedrooms":"2","price":"253000","area":"464"} , +{"type":"Feature","id":"n3161520246","geometry":{"type":"Point","coordinates":[0.0002235,51.5676068]},"properties":{"@type":"node","@id":3161520246,"@timestamp":1414868254},"coords":"51.5676068,0.0002235","bedrooms":"3","price":"180000","area":"531"} , +{"type":"Feature","id":"n3161525561","geometry":{"type":"Point","coordinates":[0.0055956,51.5669036]},"properties":{"@type":"node","@id":3161525561,"@timestamp":1426295929},"coords":"51.5669036,0.0055956","bedrooms":"3","price":"255000","area":"445"} , +{"type":"Feature","id":"n3161547697","geometry":{"type":"Point","coordinates":[0.0080921,51.5614012]},"properties":{"@type":"node","@id":3161547697,"@timestamp":1414869259},"coords":"51.5614012,0.0080921","bedrooms":"2","price":"150000","area":"487"} , +{"type":"Feature","id":"n3161547712","geometry":{"type":"Point","coordinates":[0.006069,51.5607012]},"properties":{"@type":"node","@id":3161547712,"@timestamp":1414869260},"coords":"51.5607012,0.006069","bedrooms":"4","price":"187000","area":"633"} , +{"type":"Feature","id":"n3161605887","geometry":{"type":"Point","coordinates":[-0.0805521,51.680246]},"properties":{"@type":"node","@id":3161605887,"@timestamp":1414872243},"coords":"51.680246,-0.0805521","bedrooms":"3","price":"221000","area":"534"} , +{"type":"Feature","id":"n3161605898","geometry":{"type":"Point","coordinates":[-0.0814533,51.6795807]},"properties":{"@type":"node","@id":3161605898,"@timestamp":1414872244},"coords":"51.6795807,-0.0814533","bedrooms":"3","price":"185000","area":"375"} , +{"type":"Feature","id":"n3161608184","geometry":{"type":"Point","coordinates":[-0.0814104,51.6808314]},"properties":{"@type":"node","@id":3161608184,"@timestamp":1414872361},"coords":"51.6808314,-0.0814104","bedrooms":"0","price":"212000","area":"552"} , +{"type":"Feature","id":"n3161617532","geometry":{"type":"Point","coordinates":[-0.0756109,51.6868663]},"properties":{"@type":"node","@id":3161617532,"@timestamp":1414872947},"coords":"51.6868663,-0.0756109","bedrooms":"3","price":"234000","area":"444"} , +{"type":"Feature","id":"n3162497156","geometry":{"type":"Point","coordinates":[0.165278,51.0543714]},"properties":{"@type":"node","@id":3162497156,"@timestamp":1414919852},"coords":"51.0543714,0.165278","bedrooms":"1","price":"239000","area":"385"} , +{"type":"Feature","id":"n3163051609","geometry":{"type":"Point","coordinates":[-0.1667529,51.4609137]},"properties":{"@type":"node","@id":3163051609,"@timestamp":1618344223},"coords":"51.4609137,-0.1667529","bedrooms":"2","price":"277000","area":"394"} , +{"type":"Feature","id":"n3163633434","geometry":{"type":"Point","coordinates":[-0.0067209,51.6550088]},"properties":{"@type":"node","@id":3163633434,"@timestamp":1414961648},"coords":"51.6550088,-0.0067209","bedrooms":"3","price":"229000","area":"510"} , +{"type":"Feature","id":"n3163857752","geometry":{"type":"Point","coordinates":[-0.1358838,51.5258216]},"properties":{"@type":"node","@id":3163857752,"@timestamp":1520872239},"coords":"51.5258216,-0.1358838","bedrooms":"0","price":"170000","area":"476"} , +{"type":"Feature","id":"n3164329128","geometry":{"type":"Point","coordinates":[-0.3041817,51.3926359]},"properties":{"@type":"node","@id":3164329128,"@timestamp":1598437046},"coords":"51.3926359,-0.3041817","bedrooms":"3","price":"274000","area":"654"} , +{"type":"Feature","id":"n3164373864","geometry":{"type":"Point","coordinates":[0.2233395,51.2977469]},"properties":{"@type":"node","@id":3164373864,"@timestamp":1415016142},"coords":"51.2977469,0.2233395","bedrooms":"1","price":"281000","area":"371"} , +{"type":"Feature","id":"n3164433927","geometry":{"type":"Point","coordinates":[-0.0796213,51.5172565]},"properties":{"@type":"node","@id":3164433927,"@timestamp":1415019741},"coords":"51.5172565,-0.0796213","bedrooms":"4","price":"285000","area":"698"} , +{"type":"Feature","id":"n3164540862","geometry":{"type":"Point","coordinates":[0.462006,51.373893]},"properties":{"@type":"node","@id":3164540862,"@timestamp":1608935110},"coords":"51.373893,0.462006","bedrooms":"4","price":"151000","area":"515"} , +{"type":"Feature","id":"n3164541262","geometry":{"type":"Point","coordinates":[0.4119691,51.2262667]},"properties":{"@type":"node","@id":3164541262,"@timestamp":1559213589},"coords":"51.2262667,0.4119691","bedrooms":"2","price":"274000","area":"538"} , +{"type":"Feature","id":"n3164551040","geometry":{"type":"Point","coordinates":[0.0704343,51.1980594]},"properties":{"@type":"node","@id":3164551040,"@timestamp":1415026191},"coords":"51.1980594,0.0704343","bedrooms":"1","price":"166000","area":"580"} , +{"type":"Feature","id":"n3164565226","geometry":{"type":"Point","coordinates":[0.0315983,51.2245451]},"properties":{"@type":"node","@id":3164565226,"@timestamp":1415026193},"coords":"51.2245451,0.0315983","bedrooms":"0","price":"151000","area":"359"} , +{"type":"Feature","id":"n3164565514","geometry":{"type":"Point","coordinates":[-0.0053246,51.2584836]},"properties":{"@type":"node","@id":3164565514,"@timestamp":1536072778},"coords":"51.2584836,-0.0053246","bedrooms":"2","price":"266000","area":"475"} , +{"type":"Feature","id":"n3164697071","geometry":{"type":"Point","coordinates":[0.1517881,51.0098442]},"properties":{"@type":"node","@id":3164697071,"@timestamp":1415030010},"coords":"51.0098442,0.1517881","bedrooms":"4","price":"189000","area":"373"} , +{"type":"Feature","id":"n3164697139","geometry":{"type":"Point","coordinates":[0.182449,51.04306]},"properties":{"@type":"node","@id":3164697139,"@timestamp":1415030011},"coords":"51.04306,0.182449","bedrooms":"0","price":"197000","area":"433"} , +{"type":"Feature","id":"n3164697219","geometry":{"type":"Point","coordinates":[0.1547368,51.1236712]},"properties":{"@type":"node","@id":3164697219,"@timestamp":1536071982},"coords":"51.1236712,0.1547368","bedrooms":"4","price":"274000","area":"698"} , +{"type":"Feature","id":"n3164772373","geometry":{"type":"Point","coordinates":[0.7224426,51.3477548]},"properties":{"@type":"node","@id":3164772373,"@timestamp":1588588927},"coords":"51.3477548,0.7224426","bedrooms":"4","price":"280000","area":"647"} , +{"type":"Feature","id":"n3164777886","geometry":{"type":"Point","coordinates":[-0.2720186,51.3334154]},"properties":{"@type":"node","@id":3164777886,"@timestamp":1628269277},"coords":"51.3334154,-0.2720186","bedrooms":"2","price":"219000","area":"604"} , +{"type":"Feature","id":"n3166216221","geometry":{"type":"Point","coordinates":[-0.1768639,51.4724722]},"properties":{"@type":"node","@id":3166216221,"@timestamp":1415090238},"coords":"51.4724722,-0.1768639","bedrooms":"2","price":"202000","area":"380"} , +{"type":"Feature","id":"n3166230536","geometry":{"type":"Point","coordinates":[-0.3336746,51.2972692]},"properties":{"@type":"node","@id":3166230536,"@timestamp":1588717356},"coords":"51.2972692,-0.3336746","bedrooms":"4","price":"163000","area":"355"} , +{"type":"Feature","id":"n3166323609","geometry":{"type":"Point","coordinates":[-0.0033943,51.1732163]},"properties":{"@type":"node","@id":3166323609,"@timestamp":1415097617},"coords":"51.1732163,-0.0033943","bedrooms":"2","price":"233000","area":"670"} , +{"type":"Feature","id":"n3166359113","geometry":{"type":"Point","coordinates":[-0.0766181,51.3031187]},"properties":{"@type":"node","@id":3166359113,"@timestamp":1513705756},"coords":"51.3031187,-0.0766181","bedrooms":"3","price":"198000","area":"609"} , +{"type":"Feature","id":"n3166588062","geometry":{"type":"Point","coordinates":[-0.543282,51.3227154]},"properties":{"@type":"node","@id":3166588062,"@timestamp":1415111479},"coords":"51.3227154,-0.543282","bedrooms":"2","price":"175000","area":"527"} , +{"type":"Feature","id":"n3167326969","geometry":{"type":"Point","coordinates":[-0.0571364,51.630745]},"properties":{"@type":"node","@id":3167326969,"@timestamp":1415133587},"coords":"51.630745,-0.0571364","bedrooms":"0","price":"195000","area":"390"} , +{"type":"Feature","id":"n3167400022","geometry":{"type":"Point","coordinates":[-0.1350907,51.4961136]},"properties":{"@type":"node","@id":3167400022,"@timestamp":1564909702},"coords":"51.4961136,-0.1350907","bedrooms":"0","price":"238000","area":"595"} , +{"type":"Feature","id":"n3167907764","geometry":{"type":"Point","coordinates":[-0.1302197,51.5276626]},"properties":{"@type":"node","@id":3167907764,"@timestamp":1415154607},"coords":"51.5276626,-0.1302197","bedrooms":"3","price":"222000","area":"437"} , +{"type":"Feature","id":"n3168469312","geometry":{"type":"Point","coordinates":[-0.9227504,51.1726199]},"properties":{"@type":"node","@id":3168469312,"@timestamp":1415661212},"coords":"51.1726199,-0.9227504","bedrooms":"1","price":"261000","area":"514"} , +{"type":"Feature","id":"n3168521970","geometry":{"type":"Point","coordinates":[-0.9785842,51.1949726]},"properties":{"@type":"node","@id":3168521970,"@timestamp":1415195252},"coords":"51.1949726,-0.9785842","bedrooms":"4","price":"174000","area":"394"} , +{"type":"Feature","id":"n3168521983","geometry":{"type":"Point","coordinates":[-0.9704986,51.203981]},"properties":{"@type":"node","@id":3168521983,"@timestamp":1472404943},"coords":"51.203981,-0.9704986","bedrooms":"0","price":"157000","area":"421"} , +{"type":"Feature","id":"n3168638620","geometry":{"type":"Point","coordinates":[-0.0988333,51.5220502]},"properties":{"@type":"node","@id":3168638620,"@timestamp":1455749357},"coords":"51.5220502,-0.0988333","bedrooms":"2","price":"157000","area":"687"} , +{"type":"Feature","id":"n3168719770","geometry":{"type":"Point","coordinates":[-0.6091303,51.7095395]},"properties":{"@type":"node","@id":3168719770,"@timestamp":1415203317},"coords":"51.7095395,-0.6091303","bedrooms":"4","price":"284000","area":"439"} , +{"type":"Feature","id":"n3168719780","geometry":{"type":"Point","coordinates":[-0.6071986,51.7107727]},"properties":{"@type":"node","@id":3168719780,"@timestamp":1415203317},"coords":"51.7107727,-0.6071986","bedrooms":"0","price":"253000","area":"671"} , +{"type":"Feature","id":"n3168719795","geometry":{"type":"Point","coordinates":[-0.609268,51.7078361]},"properties":{"@type":"node","@id":3168719795,"@timestamp":1415203318},"coords":"51.7078361,-0.609268","bedrooms":"3","price":"187000","area":"379"} , +{"type":"Feature","id":"n3168789166","geometry":{"type":"Point","coordinates":[-0.916883,51.1847225]},"properties":{"@type":"node","@id":3168789166,"@timestamp":1538512657},"coords":"51.1847225,-0.916883","bedrooms":"4","price":"206000","area":"690"} , +{"type":"Feature","id":"n3168789177","geometry":{"type":"Point","coordinates":[-0.9370234,51.212727]},"properties":{"@type":"node","@id":3168789177,"@timestamp":1415205789},"coords":"51.212727,-0.9370234","bedrooms":"0","price":"178000","area":"374"} , +{"type":"Feature","id":"n3168789189","geometry":{"type":"Point","coordinates":[-0.9177314,51.1834359]},"properties":{"@type":"node","@id":3168789189,"@timestamp":1415205790},"coords":"51.1834359,-0.9177314","bedrooms":"1","price":"153000","area":"520"} , +{"type":"Feature","id":"n3168789199","geometry":{"type":"Point","coordinates":[-0.934401,51.2298358]},"properties":{"@type":"node","@id":3168789199,"@timestamp":1463774113},"coords":"51.2298358,-0.934401","bedrooms":"1","price":"207000","area":"565"} , +{"type":"Feature","id":"n3168789210","geometry":{"type":"Point","coordinates":[-0.9093968,51.2122255]},"properties":{"@type":"node","@id":3168789210,"@timestamp":1415205791},"coords":"51.2122255,-0.9093968","bedrooms":"2","price":"151000","area":"373"} , +{"type":"Feature","id":"n3168901200","geometry":{"type":"Point","coordinates":[-0.2934773,51.3708904]},"properties":{"@type":"node","@id":3168901200,"@timestamp":1415209672},"coords":"51.3708904,-0.2934773","bedrooms":"1","price":"281000","area":"385"} , +{"type":"Feature","id":"n3170049211","geometry":{"type":"Point","coordinates":[0.4736395,51.7306321]},"properties":{"@type":"node","@id":3170049211,"@timestamp":1435806172},"coords":"51.7306321,0.4736395","bedrooms":"2","price":"171000","area":"463"} , +{"type":"Feature","id":"n3170050737","geometry":{"type":"Point","coordinates":[0.4732502,51.7304945]},"properties":{"@type":"node","@id":3170050737,"@timestamp":1619649226},"coords":"51.7304945,0.4732502","bedrooms":"4","price":"245000","area":"374"} , +{"type":"Feature","id":"n3170081765","geometry":{"type":"Point","coordinates":[-0.0998694,51.3889233]},"properties":{"@type":"node","@id":3170081765,"@timestamp":1415264488},"coords":"51.3889233,-0.0998694","bedrooms":"0","price":"261000","area":"511"} , +{"type":"Feature","id":"n3170375277","geometry":{"type":"Point","coordinates":[-0.1040988,51.4312202]},"properties":{"@type":"node","@id":3170375277,"@timestamp":1507030813},"coords":"51.4312202,-0.1040988","bedrooms":"3","price":"264000","area":"538"} , +{"type":"Feature","id":"n3171989700","geometry":{"type":"Point","coordinates":[0.1398671,51.7833116]},"properties":{"@type":"node","@id":3171989700,"@timestamp":1415354742},"coords":"51.7833116,0.1398671","bedrooms":"0","price":"196000","area":"411"} , +{"type":"Feature","id":"n3172298034","geometry":{"type":"Point","coordinates":[-0.4005506,51.6703924]},"properties":{"@type":"node","@id":3172298034,"@timestamp":1415371473},"coords":"51.6703924,-0.4005506","bedrooms":"1","price":"233000","area":"433"} , +{"type":"Feature","id":"n3172419495","geometry":{"type":"Point","coordinates":[-0.1072121,51.5358057]},"properties":{"@type":"node","@id":3172419495,"@timestamp":1415375199},"coords":"51.5358057,-0.1072121","bedrooms":"1","price":"231000","area":"512"} , +{"type":"Feature","id":"n3172583410","geometry":{"type":"Point","coordinates":[-0.3294678,51.4260109]},"properties":{"@type":"node","@id":3172583410,"@timestamp":1415381104},"coords":"51.4260109,-0.3294678","bedrooms":"3","price":"244000","area":"615"} , +{"type":"Feature","id":"n3172583428","geometry":{"type":"Point","coordinates":[-0.3300789,51.4254524]},"properties":{"@type":"node","@id":3172583428,"@timestamp":1415381105},"coords":"51.4254524,-0.3300789","bedrooms":"0","price":"289000","area":"377"} , +{"type":"Feature","id":"n3172583451","geometry":{"type":"Point","coordinates":[-0.3302959,51.4252972]},"properties":{"@type":"node","@id":3172583451,"@timestamp":1415381107},"coords":"51.4252972,-0.3302959","bedrooms":"4","price":"158000","area":"592"} , +{"type":"Feature","id":"n3172590425","geometry":{"type":"Point","coordinates":[-0.3303616,51.4259564]},"properties":{"@type":"node","@id":3172590425,"@timestamp":1415381324},"coords":"51.4259564,-0.3303616","bedrooms":"4","price":"224000","area":"387"} , +{"type":"Feature","id":"n3172590438","geometry":{"type":"Point","coordinates":[-0.3301046,51.4259974]},"properties":{"@type":"node","@id":3172590438,"@timestamp":1415381324},"coords":"51.4259974,-0.3301046","bedrooms":"4","price":"179000","area":"529"} , +{"type":"Feature","id":"n3172590465","geometry":{"type":"Point","coordinates":[-0.3300722,51.4253088]},"properties":{"@type":"node","@id":3172590465,"@timestamp":1415381326},"coords":"51.4253088,-0.3300722","bedrooms":"1","price":"179000","area":"398"} , +{"type":"Feature","id":"n3172590478","geometry":{"type":"Point","coordinates":[-0.3303186,51.4254933]},"properties":{"@type":"node","@id":3172590478,"@timestamp":1415381326},"coords":"51.4254933,-0.3303186","bedrooms":"2","price":"257000","area":"415"} , +{"type":"Feature","id":"n3172955662","geometry":{"type":"Point","coordinates":[0.1405743,51.7929128]},"properties":{"@type":"node","@id":3172955662,"@timestamp":1415388918},"coords":"51.7929128,0.1405743","bedrooms":"1","price":"276000","area":"360"} , +{"type":"Feature","id":"n3173388232","geometry":{"type":"Point","coordinates":[0.1189144,51.7775485]},"properties":{"@type":"node","@id":3173388232,"@timestamp":1415396644},"coords":"51.7775485,0.1189144","bedrooms":"0","price":"204000","area":"368"} , +{"type":"Feature","id":"n3173388242","geometry":{"type":"Point","coordinates":[0.1200329,51.7777941]},"properties":{"@type":"node","@id":3173388242,"@timestamp":1415396644},"coords":"51.7777941,0.1200329","bedrooms":"4","price":"170000","area":"414"} , +{"type":"Feature","id":"n3173401219","geometry":{"type":"Point","coordinates":[0.1029687,51.7763503]},"properties":{"@type":"node","@id":3173401219,"@timestamp":1415396806},"coords":"51.7763503,0.1029687","bedrooms":"4","price":"282000","area":"464"} , +{"type":"Feature","id":"n3173401377","geometry":{"type":"Point","coordinates":[0.1018261,51.7758076]},"properties":{"@type":"node","@id":3173401377,"@timestamp":1415396792},"coords":"51.7758076,0.1018261","bedrooms":"3","price":"297000","area":"602"} , +{"type":"Feature","id":"n3173407965","geometry":{"type":"Point","coordinates":[0.1031082,51.7795664]},"properties":{"@type":"node","@id":3173407965,"@timestamp":1415396900},"coords":"51.7795664,0.1031082","bedrooms":"2","price":"215000","area":"667"} , +{"type":"Feature","id":"n3173407975","geometry":{"type":"Point","coordinates":[0.1051896,51.776493]},"properties":{"@type":"node","@id":3173407975,"@timestamp":1415396900},"coords":"51.776493,0.1051896","bedrooms":"1","price":"151000","area":"418"} , +{"type":"Feature","id":"n3173409444","geometry":{"type":"Point","coordinates":[0.0970196,51.7753247]},"properties":{"@type":"node","@id":3173409444,"@timestamp":1415396954},"coords":"51.7753247,0.0970196","bedrooms":"1","price":"219000","area":"615"} , +{"type":"Feature","id":"n3173413792","geometry":{"type":"Point","coordinates":[0.1140719,51.4817803]},"properties":{"@type":"node","@id":3173413792,"@timestamp":1415397024},"coords":"51.4817803,0.1140719","bedrooms":"0","price":"189000","area":"443"} , +{"type":"Feature","id":"n3173414997","geometry":{"type":"Point","coordinates":[0.1276128,51.4884084]},"properties":{"@type":"node","@id":3173414997,"@timestamp":1623245076},"coords":"51.4884084,0.1276128","bedrooms":"3","price":"199000","area":"369"} , +{"type":"Feature","id":"n3173417242","geometry":{"type":"Point","coordinates":[0.0972997,51.7787933]},"properties":{"@type":"node","@id":3173417242,"@timestamp":1415397086},"coords":"51.7787933,0.0972997","bedrooms":"4","price":"244000","area":"677"} , +{"type":"Feature","id":"n3173417252","geometry":{"type":"Point","coordinates":[0.1001268,51.7796264]},"properties":{"@type":"node","@id":3173417252,"@timestamp":1415397087},"coords":"51.7796264,0.1001268","bedrooms":"0","price":"294000","area":"428"} , +{"type":"Feature","id":"n3173420617","geometry":{"type":"Point","coordinates":[0.1398615,51.7875183]},"properties":{"@type":"node","@id":3173420617,"@timestamp":1415397276},"coords":"51.7875183,0.1398615","bedrooms":"4","price":"170000","area":"424"} , +{"type":"Feature","id":"n3173437806","geometry":{"type":"Point","coordinates":[0.1156534,51.773664]},"properties":{"@type":"node","@id":3173437806,"@timestamp":1415397542},"coords":"51.773664,0.1156534","bedrooms":"4","price":"201000","area":"401"} , +{"type":"Feature","id":"n3173440015","geometry":{"type":"Point","coordinates":[0.1052517,51.7763459]},"properties":{"@type":"node","@id":3173440015,"@timestamp":1415397642},"coords":"51.7763459,0.1052517","bedrooms":"0","price":"191000","area":"684"} , +{"type":"Feature","id":"n3173440025","geometry":{"type":"Point","coordinates":[0.1141607,51.7750961]},"properties":{"@type":"node","@id":3173440025,"@timestamp":1617221127},"coords":"51.7750961,0.1141607","bedrooms":"0","price":"211000","area":"627"} , +{"type":"Feature","id":"n3173443219","geometry":{"type":"Point","coordinates":[0.1018722,51.7774113]},"properties":{"@type":"node","@id":3173443219,"@timestamp":1415397724},"coords":"51.7774113,0.1018722","bedrooms":"4","price":"215000","area":"676"} , +{"type":"Feature","id":"n3173445139","geometry":{"type":"Point","coordinates":[0.0995065,51.7799968]},"properties":{"@type":"node","@id":3173445139,"@timestamp":1415397779},"coords":"51.7799968,0.0995065","bedrooms":"3","price":"186000","area":"430"} , +{"type":"Feature","id":"n3174697883","geometry":{"type":"Point","coordinates":[-0.3016611,51.5372361]},"properties":{"@type":"node","@id":3174697883,"@timestamp":1624343310},"coords":"51.5372361,-0.3016611","bedrooms":"1","price":"223000","area":"621"} , +{"type":"Feature","id":"n3174731013","geometry":{"type":"Point","coordinates":[-0.1573356,51.6130949]},"properties":{"@type":"node","@id":3174731013,"@timestamp":1468246551},"coords":"51.6130949,-0.1573356","bedrooms":"3","price":"228000","area":"503"} , +{"type":"Feature","id":"n3174811575","geometry":{"type":"Point","coordinates":[-0.8559039,51.2132945]},"properties":{"@type":"node","@id":3174811575,"@timestamp":1496239040},"coords":"51.2132945,-0.8559039","bedrooms":"1","price":"241000","area":"502"} , +{"type":"Feature","id":"n3174860014","geometry":{"type":"Point","coordinates":[0.0135023,51.5730344]},"properties":{"@type":"node","@id":3174860014,"@timestamp":1415457171},"coords":"51.5730344,0.0135023","bedrooms":"2","price":"291000","area":"610"} , +{"type":"Feature","id":"n3175114966","geometry":{"type":"Point","coordinates":[-0.3654553,51.2367153]},"properties":{"@type":"node","@id":3175114966,"@timestamp":1415467937},"coords":"51.2367153,-0.3654553","bedrooms":"2","price":"197000","area":"695"} , +{"type":"Feature","id":"n3175297214","geometry":{"type":"Point","coordinates":[-0.1305953,51.5273313]},"properties":{"@type":"node","@id":3175297214,"@timestamp":1625888639},"coords":"51.5273313,-0.1305953","bedrooms":"3","price":"161000","area":"509"} , +{"type":"Feature","id":"n3175348743","geometry":{"type":"Point","coordinates":[0.0972433,51.771187]},"properties":{"@type":"node","@id":3175348743,"@timestamp":1415475797},"coords":"51.771187,0.0972433","bedrooms":"3","price":"268000","area":"614"} , +{"type":"Feature","id":"n3175351511","geometry":{"type":"Point","coordinates":[0.1022161,51.7709049]},"properties":{"@type":"node","@id":3175351511,"@timestamp":1415475776},"coords":"51.7709049,0.1022161","bedrooms":"3","price":"234000","area":"561"} , +{"type":"Feature","id":"n3175355954","geometry":{"type":"Point","coordinates":[0.0858331,51.7678093]},"properties":{"@type":"node","@id":3175355954,"@timestamp":1415475864},"coords":"51.7678093,0.0858331","bedrooms":"3","price":"160000","area":"360"} , +{"type":"Feature","id":"n3175362182","geometry":{"type":"Point","coordinates":[0.0795916,51.7688666]},"properties":{"@type":"node","@id":3175362182,"@timestamp":1415475921},"coords":"51.7688666,0.0795916","bedrooms":"0","price":"172000","area":"557"} , +{"type":"Feature","id":"n3175369219","geometry":{"type":"Point","coordinates":[0.0835479,51.7673246]},"properties":{"@type":"node","@id":3175369219,"@timestamp":1415476018},"coords":"51.7673246,0.0835479","bedrooms":"2","price":"291000","area":"499"} , +{"type":"Feature","id":"n3175379112","geometry":{"type":"Point","coordinates":[0.1307681,51.7431105]},"properties":{"@type":"node","@id":3175379112,"@timestamp":1415476350},"coords":"51.7431105,0.1307681","bedrooms":"2","price":"290000","area":"542"} , +{"type":"Feature","id":"n3175391150","geometry":{"type":"Point","coordinates":[0.1199051,51.751324]},"properties":{"@type":"node","@id":3175391150,"@timestamp":1415476514},"coords":"51.751324,0.1199051","bedrooms":"4","price":"298000","area":"554"} , +{"type":"Feature","id":"n3175392662","geometry":{"type":"Point","coordinates":[0.1171639,51.7449074]},"properties":{"@type":"node","@id":3175392662,"@timestamp":1415476514},"coords":"51.7449074,0.1171639","bedrooms":"0","price":"257000","area":"461"} , +{"type":"Feature","id":"n3175398754","geometry":{"type":"Point","coordinates":[0.1101312,51.7650409]},"properties":{"@type":"node","@id":3175398754,"@timestamp":1415476610},"coords":"51.7650409,0.1101312","bedrooms":"0","price":"272000","area":"449"} , +{"type":"Feature","id":"n3175401886","geometry":{"type":"Point","coordinates":[0.0983536,51.7735757]},"properties":{"@type":"node","@id":3175401886,"@timestamp":1415476723},"coords":"51.7735757,0.0983536","bedrooms":"1","price":"184000","area":"680"} , +{"type":"Feature","id":"n3175419170","geometry":{"type":"Point","coordinates":[0.0894192,51.7671938]},"properties":{"@type":"node","@id":3175419170,"@timestamp":1415476906},"coords":"51.7671938,0.0894192","bedrooms":"1","price":"193000","area":"571"} , +{"type":"Feature","id":"n3175419180","geometry":{"type":"Point","coordinates":[0.0899395,51.7671474]},"properties":{"@type":"node","@id":3175419180,"@timestamp":1415476906},"coords":"51.7671474,0.0899395","bedrooms":"0","price":"233000","area":"525"} , +{"type":"Feature","id":"n3175557830","geometry":{"type":"Point","coordinates":[-0.1985422,51.6523516]},"properties":{"@type":"node","@id":3175557830,"@timestamp":1564909702},"coords":"51.6523516,-0.1985422","bedrooms":"1","price":"202000","area":"399"} , +{"type":"Feature","id":"n3176413274","geometry":{"type":"Point","coordinates":[-1.1135209,51.2566042]},"properties":{"@type":"node","@id":3176413274,"@timestamp":1603877624},"coords":"51.2566042,-1.1135209","bedrooms":"2","price":"214000","area":"554"} , +{"type":"Feature","id":"n3176843100","geometry":{"type":"Point","coordinates":[0.1415646,51.8484172]},"properties":{"@type":"node","@id":3176843100,"@timestamp":1415544246},"coords":"51.8484172,0.1415646","bedrooms":"2","price":"261000","area":"564"} , +{"type":"Feature","id":"n3177411978","geometry":{"type":"Point","coordinates":[0.0376489,51.6850656]},"properties":{"@type":"node","@id":3177411978,"@timestamp":1415555966},"coords":"51.6850656,0.0376489","bedrooms":"0","price":"204000","area":"433"} , +{"type":"Feature","id":"n3178576531","geometry":{"type":"Point","coordinates":[-0.1435913,51.4590459]},"properties":{"@type":"node","@id":3178576531,"@timestamp":1415617591},"coords":"51.4590459,-0.1435913","bedrooms":"0","price":"243000","area":"482"} , +{"type":"Feature","id":"n3178589472","geometry":{"type":"Point","coordinates":[-0.149302,51.4576735]},"properties":{"@type":"node","@id":3178589472,"@timestamp":1613592390},"coords":"51.4576735,-0.149302","bedrooms":"3","price":"214000","area":"444"} , +{"type":"Feature","id":"n3179049015","geometry":{"type":"Point","coordinates":[-0.3396854,51.5418323]},"properties":{"@type":"node","@id":3179049015,"@timestamp":1591173048},"coords":"51.5418323,-0.3396854","bedrooms":"1","price":"160000","area":"687"} , +{"type":"Feature","id":"n3179088469","geometry":{"type":"Point","coordinates":[0.3130447,51.1874203]},"properties":{"@type":"node","@id":3179088469,"@timestamp":1630442438},"coords":"51.1874203,0.3130447","bedrooms":"2","price":"289000","area":"451"} , +{"type":"Feature","id":"n3179213748","geometry":{"type":"Point","coordinates":[0.0826696,51.5391377]},"properties":{"@type":"node","@id":3179213748,"@timestamp":1415639227},"coords":"51.5391377,0.0826696","bedrooms":"4","price":"182000","area":"671"} , +{"type":"Feature","id":"n3179642883","geometry":{"type":"Point","coordinates":[-0.0146564,51.5228703]},"properties":{"@type":"node","@id":3179642883,"@timestamp":1582393514},"coords":"51.5228703,-0.0146564","bedrooms":"1","price":"271000","area":"550"} , +{"type":"Feature","id":"n3179772665","geometry":{"type":"Point","coordinates":[-0.8966705,51.3857577]},"properties":{"@type":"node","@id":3179772665,"@timestamp":1415658559},"coords":"51.3857577,-0.8966705","bedrooms":"0","price":"271000","area":"439"} , +{"type":"Feature","id":"n3180718848","geometry":{"type":"Point","coordinates":[-0.5999623,51.249312]},"properties":{"@type":"node","@id":3180718848,"@timestamp":1428268291},"coords":"51.249312,-0.5999623","bedrooms":"1","price":"293000","area":"418"} , +{"type":"Feature","id":"n3180946538","geometry":{"type":"Point","coordinates":[-0.0925793,51.5117643]},"properties":{"@type":"node","@id":3180946538,"@timestamp":1603498194},"coords":"51.5117643,-0.0925793","bedrooms":"1","price":"157000","area":"396"} , +{"type":"Feature","id":"n3180996657","geometry":{"type":"Point","coordinates":[-0.6042204,51.4309449]},"properties":{"@type":"node","@id":3180996657,"@timestamp":1621090616},"coords":"51.4309449,-0.6042204","bedrooms":"0","price":"195000","area":"410"} , +{"type":"Feature","id":"n3181492525","geometry":{"type":"Point","coordinates":[-0.7131343,51.3487362]},"properties":{"@type":"node","@id":3181492525,"@timestamp":1437599987},"coords":"51.3487362,-0.7131343","bedrooms":"4","price":"227000","area":"522"} , +{"type":"Feature","id":"n3181581725","geometry":{"type":"Point","coordinates":[-0.9080551,51.3829594]},"properties":{"@type":"node","@id":3181581725,"@timestamp":1415735658},"coords":"51.3829594,-0.9080551","bedrooms":"0","price":"259000","area":"668"} , +{"type":"Feature","id":"n3181708630","geometry":{"type":"Point","coordinates":[-0.4451045,51.5023035]},"properties":{"@type":"node","@id":3181708630,"@timestamp":1564909702},"coords":"51.5023035,-0.4451045","bedrooms":"0","price":"206000","area":"402"} , +{"type":"Feature","id":"n3181756691","geometry":{"type":"Point","coordinates":[-0.691354,51.3637994]},"properties":{"@type":"node","@id":3181756691,"@timestamp":1533071275},"coords":"51.3637994,-0.691354","bedrooms":"2","price":"277000","area":"626"} , +{"type":"Feature","id":"n3181811399","geometry":{"type":"Point","coordinates":[-0.6965035,51.3580256]},"properties":{"@type":"node","@id":3181811399,"@timestamp":1483737170},"coords":"51.3580256,-0.6965035","bedrooms":"1","price":"207000","area":"568"} , +{"type":"Feature","id":"n3182360692","geometry":{"type":"Point","coordinates":[-0.143292,51.5734868]},"properties":{"@type":"node","@id":3182360692,"@timestamp":1623627873},"coords":"51.5734868,-0.143292","bedrooms":"4","price":"261000","area":"424"} , +{"type":"Feature","id":"n3182664018","geometry":{"type":"Point","coordinates":[-0.1272671,51.5011792]},"properties":{"@type":"node","@id":3182664018,"@timestamp":1625088639},"coords":"51.5011792,-0.1272671","bedrooms":"1","price":"215000","area":"443"} , +{"type":"Feature","id":"n3182743606","geometry":{"type":"Point","coordinates":[-0.2130879,51.5053795]},"properties":{"@type":"node","@id":3182743606,"@timestamp":1564909702},"coords":"51.5053795,-0.2130879","bedrooms":"0","price":"150000","area":"459"} , +{"type":"Feature","id":"n3183086380","geometry":{"type":"Point","coordinates":[-0.6541156,51.3053446]},"properties":{"@type":"node","@id":3183086380,"@timestamp":1415812364},"coords":"51.3053446,-0.6541156","bedrooms":"2","price":"233000","area":"532"} , +{"type":"Feature","id":"n3183419375","geometry":{"type":"Point","coordinates":[0.0396427,51.6650366]},"properties":{"@type":"node","@id":3183419375,"@timestamp":1415822491},"coords":"51.6650366,0.0396427","bedrooms":"2","price":"275000","area":"694"} , +{"type":"Feature","id":"n3184249168","geometry":{"type":"Point","coordinates":[-0.5519709,51.3579061]},"properties":{"@type":"node","@id":3184249168,"@timestamp":1607515187},"coords":"51.3579061,-0.5519709","bedrooms":"3","price":"178000","area":"474"} , +{"type":"Feature","id":"n3185139703","geometry":{"type":"Point","coordinates":[0.0927125,51.779567]},"properties":{"@type":"node","@id":3185139703,"@timestamp":1631655922},"coords":"51.779567,0.0927125","bedrooms":"1","price":"164000","area":"355"} , +{"type":"Feature","id":"n3185148762","geometry":{"type":"Point","coordinates":[0.1052158,51.7808045]},"properties":{"@type":"node","@id":3185148762,"@timestamp":1415907470},"coords":"51.7808045,0.1052158","bedrooms":"3","price":"177000","area":"627"} , +{"type":"Feature","id":"n3185149030","geometry":{"type":"Point","coordinates":[0.1384162,51.7862271]},"properties":{"@type":"node","@id":3185149030,"@timestamp":1415908236},"coords":"51.7862271,0.1384162","bedrooms":"3","price":"235000","area":"358"} , +{"type":"Feature","id":"n3185149040","geometry":{"type":"Point","coordinates":[0.1361309,51.7851602]},"properties":{"@type":"node","@id":3185149040,"@timestamp":1415908236},"coords":"51.7851602,0.1361309","bedrooms":"3","price":"292000","area":"350"} , +{"type":"Feature","id":"n3185149050","geometry":{"type":"Point","coordinates":[0.1386307,51.7857625]},"properties":{"@type":"node","@id":3185149050,"@timestamp":1415908236},"coords":"51.7857625,0.1386307","bedrooms":"4","price":"283000","area":"638"} , +{"type":"Feature","id":"n3185164658","geometry":{"type":"Point","coordinates":[0.1370053,51.7896947]},"properties":{"@type":"node","@id":3185164658,"@timestamp":1415907916},"coords":"51.7896947,0.1370053","bedrooms":"3","price":"231000","area":"522"} , +{"type":"Feature","id":"n3185170468","geometry":{"type":"Point","coordinates":[0.1322605,51.7880289]},"properties":{"@type":"node","@id":3185170468,"@timestamp":1415907916},"coords":"51.7880289,0.1322605","bedrooms":"2","price":"233000","area":"579"} , +{"type":"Feature","id":"n3185170478","geometry":{"type":"Point","coordinates":[0.1335265,51.7896764]},"properties":{"@type":"node","@id":3185170478,"@timestamp":1415907917},"coords":"51.7896764,0.1335265","bedrooms":"2","price":"208000","area":"666"} , +{"type":"Feature","id":"n3185170494","geometry":{"type":"Point","coordinates":[0.132754,51.7883707]},"properties":{"@type":"node","@id":3185170494,"@timestamp":1415907917},"coords":"51.7883707,0.132754","bedrooms":"1","price":"229000","area":"523"} , +{"type":"Feature","id":"n3185170696","geometry":{"type":"Point","coordinates":[0.1335962,51.7857957]},"properties":{"@type":"node","@id":3185170696,"@timestamp":1415908103},"coords":"51.7857957,0.1335962","bedrooms":"3","price":"278000","area":"555"} , +{"type":"Feature","id":"n3185173699","geometry":{"type":"Point","coordinates":[0.1394649,51.7859782]},"properties":{"@type":"node","@id":3185173699,"@timestamp":1415908036},"coords":"51.7859782,0.1394649","bedrooms":"3","price":"200000","area":"363"} , +{"type":"Feature","id":"n3185179391","geometry":{"type":"Point","coordinates":[0.1356669,51.7879559]},"properties":{"@type":"node","@id":3185179391,"@timestamp":1415908404},"coords":"51.7879559,0.1356669","bedrooms":"3","price":"266000","area":"440"} , +{"type":"Feature","id":"n3185179401","geometry":{"type":"Point","coordinates":[0.1356374,51.788233]},"properties":{"@type":"node","@id":3185179401,"@timestamp":1415908405},"coords":"51.788233,0.1356374","bedrooms":"2","price":"215000","area":"544"} , +{"type":"Feature","id":"n3185179411","geometry":{"type":"Point","coordinates":[0.1355006,51.7879875]},"properties":{"@type":"node","@id":3185179411,"@timestamp":1415908405},"coords":"51.7879875,0.1355006","bedrooms":"3","price":"163000","area":"588"} , +{"type":"Feature","id":"n3185190282","geometry":{"type":"Point","coordinates":[0.074972,51.7657015]},"properties":{"@type":"node","@id":3185190282,"@timestamp":1415908695},"coords":"51.7657015,0.074972","bedrooms":"3","price":"264000","area":"426"} , +{"type":"Feature","id":"n3185190292","geometry":{"type":"Point","coordinates":[0.0754923,51.7651637]},"properties":{"@type":"node","@id":3185190292,"@timestamp":1415908696},"coords":"51.7651637,0.0754923","bedrooms":"1","price":"248000","area":"491"} , +{"type":"Feature","id":"n3185192107","geometry":{"type":"Point","coordinates":[0.074756,51.7660158]},"properties":{"@type":"node","@id":3185192107,"@timestamp":1415908846},"coords":"51.7660158,0.074756","bedrooms":"3","price":"279000","area":"522"} , +{"type":"Feature","id":"n3185194286","geometry":{"type":"Point","coordinates":[0.0786589,51.7659404]},"properties":{"@type":"node","@id":3185194286,"@timestamp":1415909009},"coords":"51.7659404,0.0786589","bedrooms":"2","price":"272000","area":"617"} , +{"type":"Feature","id":"n3185194296","geometry":{"type":"Point","coordinates":[0.0784792,51.7663073]},"properties":{"@type":"node","@id":3185194296,"@timestamp":1415909009},"coords":"51.7663073,0.0784792","bedrooms":"2","price":"261000","area":"460"} , +{"type":"Feature","id":"n3185198683","geometry":{"type":"Point","coordinates":[0.0871186,51.7695208]},"properties":{"@type":"node","@id":3185198683,"@timestamp":1415909147},"coords":"51.7695208,0.0871186","bedrooms":"4","price":"164000","area":"438"} , +{"type":"Feature","id":"n3185198693","geometry":{"type":"Point","coordinates":[0.0884195,51.7691955]},"properties":{"@type":"node","@id":3185198693,"@timestamp":1415909147},"coords":"51.7691955,0.0884195","bedrooms":"0","price":"227000","area":"359"} , +{"type":"Feature","id":"n3185200546","geometry":{"type":"Point","coordinates":[0.0883792,51.7680601]},"properties":{"@type":"node","@id":3185200546,"@timestamp":1415909189},"coords":"51.7680601,0.0883792","bedrooms":"0","price":"252000","area":"484"} , +{"type":"Feature","id":"n3185202599","geometry":{"type":"Point","coordinates":[0.0895701,51.7692453]},"properties":{"@type":"node","@id":3185202599,"@timestamp":1415909341},"coords":"51.7692453,0.0895701","bedrooms":"2","price":"282000","area":"458"} , +{"type":"Feature","id":"n3185202611","geometry":{"type":"Point","coordinates":[0.0895674,51.768095]},"properties":{"@type":"node","@id":3185202611,"@timestamp":1415909342},"coords":"51.768095,0.0895674","bedrooms":"4","price":"274000","area":"412"} , +{"type":"Feature","id":"n3185204216","geometry":{"type":"Point","coordinates":[0.0896238,51.7716254]},"properties":{"@type":"node","@id":3185204216,"@timestamp":1415909448},"coords":"51.7716254,0.0896238","bedrooms":"4","price":"294000","area":"409"} , +{"type":"Feature","id":"n3185204226","geometry":{"type":"Point","coordinates":[0.0915818,51.7719723]},"properties":{"@type":"node","@id":3185204226,"@timestamp":1415909448},"coords":"51.7719723,0.0915818","bedrooms":"4","price":"221000","area":"468"} , +{"type":"Feature","id":"n3185220269","geometry":{"type":"Point","coordinates":[0.1356458,51.7555527]},"properties":{"@type":"node","@id":3185220269,"@timestamp":1415910327},"coords":"51.7555527,0.1356458","bedrooms":"2","price":"219000","area":"575"} , +{"type":"Feature","id":"n3185220279","geometry":{"type":"Point","coordinates":[0.135045,51.7542909]},"properties":{"@type":"node","@id":3185220279,"@timestamp":1415910327},"coords":"51.7542909,0.135045","bedrooms":"2","price":"294000","area":"386"} , +{"type":"Feature","id":"n3185220289","geometry":{"type":"Point","coordinates":[0.1361876,51.7555793]},"properties":{"@type":"node","@id":3185220289,"@timestamp":1415910327},"coords":"51.7555793,0.1361876","bedrooms":"3","price":"258000","area":"417"} , +{"type":"Feature","id":"n3185220299","geometry":{"type":"Point","coordinates":[0.1339882,51.7548421]},"properties":{"@type":"node","@id":3185220299,"@timestamp":1415910327},"coords":"51.7548421,0.1339882","bedrooms":"1","price":"223000","area":"696"} , +{"type":"Feature","id":"n3185516695","geometry":{"type":"Point","coordinates":[0.4720875,51.7355748]},"properties":{"@type":"node","@id":3185516695,"@timestamp":1433781076},"coords":"51.7355748,0.4720875","bedrooms":"2","price":"220000","area":"573"} , +{"type":"Feature","id":"n3185524522","geometry":{"type":"Point","coordinates":[0.4719343,51.7355333]},"properties":{"@type":"node","@id":3185524522,"@timestamp":1426943531},"coords":"51.7355333,0.4719343","bedrooms":"1","price":"171000","area":"426"} , +{"type":"Feature","id":"n3186379482","geometry":{"type":"Point","coordinates":[-0.3214112,51.3948435]},"properties":{"@type":"node","@id":3186379482,"@timestamp":1415966781},"coords":"51.3948435,-0.3214112","bedrooms":"3","price":"215000","area":"444"} , +{"type":"Feature","id":"n3186379495","geometry":{"type":"Point","coordinates":[-0.3220243,51.3952959]},"properties":{"@type":"node","@id":3186379495,"@timestamp":1415966782},"coords":"51.3952959,-0.3220243","bedrooms":"4","price":"279000","area":"423"} , +{"type":"Feature","id":"n3186379505","geometry":{"type":"Point","coordinates":[-0.3219388,51.395511]},"properties":{"@type":"node","@id":3186379505,"@timestamp":1415966782},"coords":"51.395511,-0.3219388","bedrooms":"0","price":"193000","area":"413"} , +{"type":"Feature","id":"n3186379515","geometry":{"type":"Point","coordinates":[-0.3227995,51.3957244]},"properties":{"@type":"node","@id":3186379515,"@timestamp":1415966782},"coords":"51.3957244,-0.3227995","bedrooms":"3","price":"223000","area":"456"} , +{"type":"Feature","id":"n3186379528","geometry":{"type":"Point","coordinates":[-0.3231089,51.3958807]},"properties":{"@type":"node","@id":3186379528,"@timestamp":1415966783},"coords":"51.3958807,-0.3231089","bedrooms":"1","price":"243000","area":"409"} , +{"type":"Feature","id":"n3186379539","geometry":{"type":"Point","coordinates":[-0.3226462,51.396026]},"properties":{"@type":"node","@id":3186379539,"@timestamp":1415966783},"coords":"51.396026,-0.3226462","bedrooms":"0","price":"169000","area":"588"} , +{"type":"Feature","id":"n3186379557","geometry":{"type":"Point","coordinates":[-0.3243498,51.3965372]},"properties":{"@type":"node","@id":3186379557,"@timestamp":1415966783},"coords":"51.3965372,-0.3243498","bedrooms":"2","price":"205000","area":"359"} , +{"type":"Feature","id":"n3186379674","geometry":{"type":"Point","coordinates":[-0.3249658,51.3967395]},"properties":{"@type":"node","@id":3186379674,"@timestamp":1415966783},"coords":"51.3967395,-0.3249658","bedrooms":"1","price":"208000","area":"491"} , +{"type":"Feature","id":"n3186379689","geometry":{"type":"Point","coordinates":[-0.3245385,51.3970521]},"properties":{"@type":"node","@id":3186379689,"@timestamp":1415966784},"coords":"51.3970521,-0.3245385","bedrooms":"0","price":"216000","area":"486"} , +{"type":"Feature","id":"n3186379703","geometry":{"type":"Point","coordinates":[-0.3261566,51.3974843]},"properties":{"@type":"node","@id":3186379703,"@timestamp":1415966784},"coords":"51.3974843,-0.3261566","bedrooms":"3","price":"204000","area":"645"} , +{"type":"Feature","id":"n3186379715","geometry":{"type":"Point","coordinates":[-0.3267933,51.3977068]},"properties":{"@type":"node","@id":3186379715,"@timestamp":1415966784},"coords":"51.3977068,-0.3267933","bedrooms":"2","price":"282000","area":"637"} , +{"type":"Feature","id":"n3186379725","geometry":{"type":"Point","coordinates":[-0.3262391,51.3979366]},"properties":{"@type":"node","@id":3186379725,"@timestamp":1415966785},"coords":"51.3979366,-0.3262391","bedrooms":"4","price":"195000","area":"545"} , +{"type":"Feature","id":"n3186379736","geometry":{"type":"Point","coordinates":[-0.3279221,51.3983394]},"properties":{"@type":"node","@id":3186379736,"@timestamp":1415966785},"coords":"51.3983394,-0.3279221","bedrooms":"2","price":"291000","area":"398"} , +{"type":"Feature","id":"n3186379746","geometry":{"type":"Point","coordinates":[-0.3286207,51.3987145]},"properties":{"@type":"node","@id":3186379746,"@timestamp":1415966785},"coords":"51.3987145,-0.3286207","bedrooms":"0","price":"288000","area":"612"} , +{"type":"Feature","id":"n3186379756","geometry":{"type":"Point","coordinates":[-0.3284704,51.3990143]},"properties":{"@type":"node","@id":3186379756,"@timestamp":1415966785},"coords":"51.3990143,-0.3284704","bedrooms":"0","price":"225000","area":"487"} , +{"type":"Feature","id":"n3186379766","geometry":{"type":"Point","coordinates":[-0.3288329,51.3991981]},"properties":{"@type":"node","@id":3186379766,"@timestamp":1415966786},"coords":"51.3991981,-0.3288329","bedrooms":"4","price":"161000","area":"606"} , +{"type":"Feature","id":"n3186379776","geometry":{"type":"Point","coordinates":[-0.3306249,51.3997903]},"properties":{"@type":"node","@id":3186379776,"@timestamp":1415966786},"coords":"51.3997903,-0.3306249","bedrooms":"0","price":"233000","area":"356"} , +{"type":"Feature","id":"n3186379787","geometry":{"type":"Point","coordinates":[-0.3312616,51.4001231]},"properties":{"@type":"node","@id":3186379787,"@timestamp":1415966786},"coords":"51.4001231,-0.3312616","bedrooms":"3","price":"279000","area":"403"} , +{"type":"Feature","id":"n3186379797","geometry":{"type":"Point","coordinates":[-0.3310759,51.4004191]},"properties":{"@type":"node","@id":3186379797,"@timestamp":1415966786},"coords":"51.4004191,-0.3310759","bedrooms":"1","price":"234000","area":"456"} , +{"type":"Feature","id":"n3186379807","geometry":{"type":"Point","coordinates":[-0.3326351,51.4008439]},"properties":{"@type":"node","@id":3186379807,"@timestamp":1415966787},"coords":"51.4008439,-0.3326351","bedrooms":"4","price":"269000","area":"403"} , +{"type":"Feature","id":"n3186379818","geometry":{"type":"Point","coordinates":[-0.3324995,51.4011896]},"properties":{"@type":"node","@id":3186379818,"@timestamp":1415966787},"coords":"51.4011896,-0.3324995","bedrooms":"1","price":"197000","area":"551"} , +{"type":"Feature","id":"n3186379828","geometry":{"type":"Point","coordinates":[-0.3335311,51.4014434]},"properties":{"@type":"node","@id":3186379828,"@timestamp":1415966787},"coords":"51.4014434,-0.3335311","bedrooms":"2","price":"271000","area":"575"} , +{"type":"Feature","id":"n3186379838","geometry":{"type":"Point","coordinates":[-0.3340528,51.4016254]},"properties":{"@type":"node","@id":3186379838,"@timestamp":1415966787},"coords":"51.4016254,-0.3340528","bedrooms":"2","price":"257000","area":"399"} , +{"type":"Feature","id":"n3186379848","geometry":{"type":"Point","coordinates":[-0.3338553,51.4018902]},"properties":{"@type":"node","@id":3186379848,"@timestamp":1415966788},"coords":"51.4018902,-0.3338553","bedrooms":"4","price":"197000","area":"443"} , +{"type":"Feature","id":"n3186563241","geometry":{"type":"Point","coordinates":[-0.2670482,51.4877856]},"properties":{"@type":"node","@id":3186563241,"@timestamp":1564909702},"coords":"51.4877856,-0.2670482","bedrooms":"1","price":"265000","area":"623"} , +{"type":"Feature","id":"n3186907459","geometry":{"type":"Point","coordinates":[-0.2104636,51.4405399]},"properties":{"@type":"node","@id":3186907459,"@timestamp":1415982672},"coords":"51.4405399,-0.2104636","bedrooms":"3","price":"194000","area":"691"} , +{"type":"Feature","id":"n3187328756","geometry":{"type":"Point","coordinates":[0.5094698,51.3029905]},"properties":{"@type":"node","@id":3187328756,"@timestamp":1415995219},"coords":"51.3029905,0.5094698","bedrooms":"3","price":"184000","area":"459"} , +{"type":"Feature","id":"n3187340704","geometry":{"type":"Point","coordinates":[0.503422,51.3067841]},"properties":{"@type":"node","@id":3187340704,"@timestamp":1415995814},"coords":"51.3067841,0.503422","bedrooms":"1","price":"246000","area":"410"} , +{"type":"Feature","id":"n3187348085","geometry":{"type":"Point","coordinates":[0.5073156,51.299802]},"properties":{"@type":"node","@id":3187348085,"@timestamp":1415996270},"coords":"51.299802,0.5073156","bedrooms":"3","price":"264000","area":"386"} , +{"type":"Feature","id":"n3187348130","geometry":{"type":"Point","coordinates":[0.5101603,51.301047]},"properties":{"@type":"node","@id":3187348130,"@timestamp":1415996270},"coords":"51.301047,0.5101603","bedrooms":"3","price":"284000","area":"682"} , +{"type":"Feature","id":"n3187348160","geometry":{"type":"Point","coordinates":[0.5073746,51.3014021]},"properties":{"@type":"node","@id":3187348160,"@timestamp":1415996271},"coords":"51.3014021,0.5073746","bedrooms":"0","price":"196000","area":"486"} , +{"type":"Feature","id":"n3187353461","geometry":{"type":"Point","coordinates":[-0.1874482,51.4415749]},"properties":{"@type":"node","@id":3187353461,"@timestamp":1583033045},"coords":"51.4415749,-0.1874482","bedrooms":"3","price":"246000","area":"530"} , +{"type":"Feature","id":"n3187362256","geometry":{"type":"Point","coordinates":[0.5115934,51.3015688]},"properties":{"@type":"node","@id":3187362256,"@timestamp":1415996734},"coords":"51.3015688,0.5115934","bedrooms":"1","price":"179000","area":"449"} , +{"type":"Feature","id":"n3187364673","geometry":{"type":"Point","coordinates":[0.5105499,51.3021264]},"properties":{"@type":"node","@id":3187364673,"@timestamp":1415996735},"coords":"51.3021264,0.5105499","bedrooms":"3","price":"176000","area":"435"} , +{"type":"Feature","id":"n3187657966","geometry":{"type":"Point","coordinates":[0.8606141,51.1564564]},"properties":{"@type":"node","@id":3187657966,"@timestamp":1416005891},"coords":"51.1564564,0.8606141","bedrooms":"0","price":"165000","area":"544"} , +{"type":"Feature","id":"n3187761268","geometry":{"type":"Point","coordinates":[-0.8790673,51.1556151]},"properties":{"@type":"node","@id":3187761268,"@timestamp":1496239041},"coords":"51.1556151,-0.8790673","bedrooms":"1","price":"228000","area":"634"} , +{"type":"Feature","id":"n3188277594","geometry":{"type":"Point","coordinates":[-0.1751876,51.4606593]},"properties":{"@type":"node","@id":3188277594,"@timestamp":1627398108},"coords":"51.4606593,-0.1751876","bedrooms":"4","price":"177000","area":"676"} , +{"type":"Feature","id":"n3188577028","geometry":{"type":"Point","coordinates":[-0.370952,51.5756512]},"properties":{"@type":"node","@id":3188577028,"@timestamp":1550171294},"coords":"51.5756512,-0.370952","bedrooms":"2","price":"237000","area":"653"} , +{"type":"Feature","id":"n3188577378","geometry":{"type":"Point","coordinates":[-0.3689298,51.5775791]},"properties":{"@type":"node","@id":3188577378,"@timestamp":1564909702},"coords":"51.5775791,-0.3689298","bedrooms":"1","price":"213000","area":"587"} , +{"type":"Feature","id":"n3189099890","geometry":{"type":"Point","coordinates":[0.4665058,51.738944]},"properties":{"@type":"node","@id":3189099890,"@timestamp":1616931995},"coords":"51.738944,0.4665058","bedrooms":"1","price":"266000","area":"611"} , +{"type":"Feature","id":"n3189209698","geometry":{"type":"Point","coordinates":[-1.0663606,51.3934867]},"properties":{"@type":"node","@id":3189209698,"@timestamp":1559678230},"coords":"51.3934867,-1.0663606","bedrooms":"1","price":"281000","area":"387"} , +{"type":"Feature","id":"n3189869420","geometry":{"type":"Point","coordinates":[-0.9934604,51.5598856]},"properties":{"@type":"node","@id":3189869420,"@timestamp":1416137701},"coords":"51.5598856,-0.9934604","bedrooms":"1","price":"162000","area":"654"} , +{"type":"Feature","id":"n3189871625","geometry":{"type":"Point","coordinates":[-1.0090482,51.5844386]},"properties":{"@type":"node","@id":3189871625,"@timestamp":1503164496},"coords":"51.5844386,-1.0090482","bedrooms":"4","price":"228000","area":"509"} , +{"type":"Feature","id":"n3190350435","geometry":{"type":"Point","coordinates":[0.4738179,51.7306989]},"properties":{"@type":"node","@id":3190350435,"@timestamp":1483978996},"coords":"51.7306989,0.4738179","bedrooms":"2","price":"284000","area":"622"} , +{"type":"Feature","id":"n3190518706","geometry":{"type":"Point","coordinates":[-0.3371011,51.2237599]},"properties":{"@type":"node","@id":3190518706,"@timestamp":1416406493},"coords":"51.2237599,-0.3371011","bedrooms":"4","price":"222000","area":"411"} , +{"type":"Feature","id":"n3190698577","geometry":{"type":"Point","coordinates":[-0.5259494,51.3759566]},"properties":{"@type":"node","@id":3190698577,"@timestamp":1416171021},"coords":"51.3759566,-0.5259494","bedrooms":"1","price":"212000","area":"520"} , +{"type":"Feature","id":"n3190931061","geometry":{"type":"Point","coordinates":[-0.1327877,51.4904091]},"properties":{"@type":"node","@id":3190931061,"@timestamp":1627252926},"coords":"51.4904091,-0.1327877","bedrooms":"3","price":"286000","area":"621"} , +{"type":"Feature","id":"n3191021809","geometry":{"type":"Point","coordinates":[-0.046679,51.6484772]},"properties":{"@type":"node","@id":3191021809,"@timestamp":1629939027},"coords":"51.6484772,-0.046679","bedrooms":"0","price":"159000","area":"687"} , +{"type":"Feature","id":"n3191100857","geometry":{"type":"Point","coordinates":[-0.1013239,51.5520635]},"properties":{"@type":"node","@id":3191100857,"@timestamp":1416201326},"coords":"51.5520635,-0.1013239","bedrooms":"4","price":"193000","area":"517"} , +{"type":"Feature","id":"n3191101067","geometry":{"type":"Point","coordinates":[-0.1028337,51.5503523]},"properties":{"@type":"node","@id":3191101067,"@timestamp":1416201326},"coords":"51.5503523,-0.1028337","bedrooms":"3","price":"168000","area":"676"} , +{"type":"Feature","id":"n3191674373","geometry":{"type":"Point","coordinates":[-0.449549,51.4812071]},"properties":{"@type":"node","@id":3191674373,"@timestamp":1416240891},"coords":"51.4812071,-0.449549","bedrooms":"4","price":"215000","area":"565"} , +{"type":"Feature","id":"n3191908601","geometry":{"type":"Point","coordinates":[-0.0391616,51.5722913]},"properties":{"@type":"node","@id":3191908601,"@timestamp":1563051661},"coords":"51.5722913,-0.0391616","bedrooms":"0","price":"159000","area":"548"} , +{"type":"Feature","id":"n3191945159","geometry":{"type":"Point","coordinates":[-0.9903412,51.4222427]},"properties":{"@type":"node","@id":3191945159,"@timestamp":1636136358},"coords":"51.4222427,-0.9903412","bedrooms":"0","price":"208000","area":"548"} , +{"type":"Feature","id":"n3192009954","geometry":{"type":"Point","coordinates":[-0.9888288,51.4229772]},"properties":{"@type":"node","@id":3192009954,"@timestamp":1619267976},"coords":"51.4229772,-0.9888288","bedrooms":"1","price":"246000","area":"470"} , +{"type":"Feature","id":"n3192125176","geometry":{"type":"Point","coordinates":[-0.3996499,51.2887194]},"properties":{"@type":"node","@id":3192125176,"@timestamp":1442958864},"coords":"51.2887194,-0.3996499","bedrooms":"0","price":"195000","area":"513"} , +{"type":"Feature","id":"n3192170454","geometry":{"type":"Point","coordinates":[-0.9965558,51.4216171]},"properties":{"@type":"node","@id":3192170454,"@timestamp":1616783404},"coords":"51.4216171,-0.9965558","bedrooms":"1","price":"250000","area":"594"} , +{"type":"Feature","id":"n3192170523","geometry":{"type":"Point","coordinates":[-0.9873967,51.4194836]},"properties":{"@type":"node","@id":3192170523,"@timestamp":1612618521},"coords":"51.4194836,-0.9873967","bedrooms":"3","price":"249000","area":"381"} , +{"type":"Feature","id":"n3192210599","geometry":{"type":"Point","coordinates":[-0.1756437,51.4625048]},"properties":{"@type":"node","@id":3192210599,"@timestamp":1416263289},"coords":"51.4625048,-0.1756437","bedrooms":"3","price":"194000","area":"351"} , +{"type":"Feature","id":"n3192274779","geometry":{"type":"Point","coordinates":[-1.0151852,51.4071646]},"properties":{"@type":"node","@id":3192274779,"@timestamp":1634501454},"coords":"51.4071646,-1.0151852","bedrooms":"4","price":"201000","area":"398"} , +{"type":"Feature","id":"n3193088348","geometry":{"type":"Point","coordinates":[-0.2346932,51.4750048]},"properties":{"@type":"node","@id":3193088348,"@timestamp":1416301352},"coords":"51.4750048,-0.2346932","bedrooms":"0","price":"198000","area":"485"} , +{"type":"Feature","id":"n3193336836","geometry":{"type":"Point","coordinates":[-0.2330691,51.4859278]},"properties":{"@type":"node","@id":3193336836,"@timestamp":1621540965},"coords":"51.4859278,-0.2330691","bedrooms":"2","price":"186000","area":"439"} , +{"type":"Feature","id":"n3194380038","geometry":{"type":"Point","coordinates":[-0.0149529,51.5238436]},"properties":{"@type":"node","@id":3194380038,"@timestamp":1611994825},"coords":"51.5238436,-0.0149529","bedrooms":"1","price":"218000","area":"434"} , +{"type":"Feature","id":"n3194380048","geometry":{"type":"Point","coordinates":[-0.0153668,51.5234747]},"properties":{"@type":"node","@id":3194380048,"@timestamp":1620664401},"coords":"51.5234747,-0.0153668","bedrooms":"4","price":"285000","area":"576"} , +{"type":"Feature","id":"n3194424198","geometry":{"type":"Point","coordinates":[-0.0778733,51.6297277]},"properties":{"@type":"node","@id":3194424198,"@timestamp":1564909702},"coords":"51.6297277,-0.0778733","bedrooms":"2","price":"276000","area":"469"} , +{"type":"Feature","id":"n3194426374","geometry":{"type":"Point","coordinates":[-0.06001,51.6483629]},"properties":{"@type":"node","@id":3194426374,"@timestamp":1416341138},"coords":"51.6483629,-0.06001","bedrooms":"1","price":"225000","area":"411"} , +{"type":"Feature","id":"n3194426452","geometry":{"type":"Point","coordinates":[-0.0597569,51.6494471]},"properties":{"@type":"node","@id":3194426452,"@timestamp":1416341139},"coords":"51.6494471,-0.0597569","bedrooms":"1","price":"269000","area":"609"} , +{"type":"Feature","id":"n3194426720","geometry":{"type":"Point","coordinates":[-0.0628391,51.6500098]},"properties":{"@type":"node","@id":3194426720,"@timestamp":1416341141},"coords":"51.6500098,-0.0628391","bedrooms":"0","price":"209000","area":"430"} , +{"type":"Feature","id":"n3194885453","geometry":{"type":"Point","coordinates":[0.0806521,51.5386411]},"properties":{"@type":"node","@id":3194885453,"@timestamp":1416350821},"coords":"51.5386411,0.0806521","bedrooms":"2","price":"281000","area":"632"} , +{"type":"Feature","id":"n3194985513","geometry":{"type":"Point","coordinates":[0.0798032,51.5377948]},"properties":{"@type":"node","@id":3194985513,"@timestamp":1416355843},"coords":"51.5377948,0.0798032","bedrooms":"4","price":"211000","area":"553"} , +{"type":"Feature","id":"n3195055500","geometry":{"type":"Point","coordinates":[-0.2259458,51.5150135]},"properties":{"@type":"node","@id":3195055500,"@timestamp":1621959064},"coords":"51.5150135,-0.2259458","bedrooms":"2","price":"195000","area":"653"} , +{"type":"Feature","id":"n3195055545","geometry":{"type":"Point","coordinates":[-0.2263315,51.5153685]},"properties":{"@type":"node","@id":3195055545,"@timestamp":1621959051},"coords":"51.5153685,-0.2263315","bedrooms":"2","price":"152000","area":"508"} , +{"type":"Feature","id":"n3195444621","geometry":{"type":"Point","coordinates":[-0.0776133,51.5174482]},"properties":{"@type":"node","@id":3195444621,"@timestamp":1586095024},"coords":"51.5174482,-0.0776133","bedrooms":"0","price":"256000","area":"659"} , +{"type":"Feature","id":"n3195845011","geometry":{"type":"Point","coordinates":[-0.2247776,51.5051967]},"properties":{"@type":"node","@id":3195845011,"@timestamp":1618946039},"coords":"51.5051967,-0.2247776","bedrooms":"1","price":"256000","area":"405"} , +{"type":"Feature","id":"n3196007543","geometry":{"type":"Point","coordinates":[-0.223586,51.5031554]},"properties":{"@type":"node","@id":3196007543,"@timestamp":1630048590},"coords":"51.5031554,-0.223586","bedrooms":"3","price":"219000","area":"411"} , +{"type":"Feature","id":"n3196011187","geometry":{"type":"Point","coordinates":[-0.2229657,51.5033882]},"properties":{"@type":"node","@id":3196011187,"@timestamp":1630048590},"coords":"51.5033882,-0.2229657","bedrooms":"1","price":"203000","area":"645"} , +{"type":"Feature","id":"n3196202550","geometry":{"type":"Point","coordinates":[-0.8220566,51.5571026]},"properties":{"@type":"node","@id":3196202550,"@timestamp":1416432529},"coords":"51.5571026,-0.8220566","bedrooms":"0","price":"263000","area":"508"} , +{"type":"Feature","id":"n3196292321","geometry":{"type":"Point","coordinates":[0.4321496,51.2869398]},"properties":{"@type":"node","@id":3196292321,"@timestamp":1416436608},"coords":"51.2869398,0.4321496","bedrooms":"2","price":"299000","area":"587"} , +{"type":"Feature","id":"n3197090822","geometry":{"type":"Point","coordinates":[0.1342451,51.4343054]},"properties":{"@type":"node","@id":3197090822,"@timestamp":1416493465},"coords":"51.4343054,0.1342451","bedrooms":"2","price":"254000","area":"453"} , +{"type":"Feature","id":"n3197202759","geometry":{"type":"Point","coordinates":[-0.3972928,51.6637833]},"properties":{"@type":"node","@id":3197202759,"@timestamp":1416498184},"coords":"51.6637833,-0.3972928","bedrooms":"1","price":"183000","area":"469"} , +{"type":"Feature","id":"n3197327379","geometry":{"type":"Point","coordinates":[-0.0827717,51.5173668]},"properties":{"@type":"node","@id":3197327379,"@timestamp":1627637626},"coords":"51.5173668,-0.0827717","bedrooms":"0","price":"239000","area":"497"} , +{"type":"Feature","id":"n3197960251","geometry":{"type":"Point","coordinates":[0.0783243,51.5372001]},"properties":{"@type":"node","@id":3197960251,"@timestamp":1416529717},"coords":"51.5372001,0.0783243","bedrooms":"4","price":"266000","area":"487"} , +{"type":"Feature","id":"n3197965765","geometry":{"type":"Point","coordinates":[0.0780765,51.5366666]},"properties":{"@type":"node","@id":3197965765,"@timestamp":1416529715},"coords":"51.5366666,0.0780765","bedrooms":"1","price":"197000","area":"570"} , +{"type":"Feature","id":"n3197986159","geometry":{"type":"Point","coordinates":[-0.0975253,51.5269185]},"properties":{"@type":"node","@id":3197986159,"@timestamp":1475668558},"coords":"51.5269185,-0.0975253","bedrooms":"0","price":"257000","area":"442"} , +{"type":"Feature","id":"n3198394813","geometry":{"type":"Point","coordinates":[-0.1850402,51.4649458]},"properties":{"@type":"node","@id":3198394813,"@timestamp":1416568154},"coords":"51.4649458,-0.1850402","bedrooms":"0","price":"216000","area":"626"} , +{"type":"Feature","id":"n3198394828","geometry":{"type":"Point","coordinates":[-0.1859966,51.4645456]},"properties":{"@type":"node","@id":3198394828,"@timestamp":1416568154},"coords":"51.4645456,-0.1859966","bedrooms":"4","price":"169000","area":"465"} , +{"type":"Feature","id":"n3198398958","geometry":{"type":"Point","coordinates":[-0.129801,51.3598158]},"properties":{"@type":"node","@id":3198398958,"@timestamp":1564909702},"coords":"51.3598158,-0.129801","bedrooms":"2","price":"252000","area":"396"} , +{"type":"Feature","id":"n3198793958","geometry":{"type":"Point","coordinates":[-0.1150923,51.5368342]},"properties":{"@type":"node","@id":3198793958,"@timestamp":1503247176},"coords":"51.5368342,-0.1150923","bedrooms":"0","price":"281000","area":"505"} , +{"type":"Feature","id":"n3198794495","geometry":{"type":"Point","coordinates":[-0.1135251,51.5407334]},"properties":{"@type":"node","@id":3198794495,"@timestamp":1631210939},"coords":"51.5407334,-0.1135251","bedrooms":"4","price":"180000","area":"555"} , +{"type":"Feature","id":"n3199088322","geometry":{"type":"Point","coordinates":[-0.147194,51.4746839]},"properties":{"@type":"node","@id":3199088322,"@timestamp":1560266111},"coords":"51.4746839,-0.147194","bedrooms":"1","price":"206000","area":"389"} , +{"type":"Feature","id":"n3199409444","geometry":{"type":"Point","coordinates":[0.4963003,51.7337149]},"properties":{"@type":"node","@id":3199409444,"@timestamp":1416616478},"coords":"51.7337149,0.4963003","bedrooms":"4","price":"240000","area":"671"} , +{"type":"Feature","id":"n3199409454","geometry":{"type":"Point","coordinates":[0.4953547,51.7326837]},"properties":{"@type":"node","@id":3199409454,"@timestamp":1416616478},"coords":"51.7326837,0.4953547","bedrooms":"2","price":"156000","area":"406"} , +{"type":"Feature","id":"n3199906033","geometry":{"type":"Point","coordinates":[-0.2401563,51.5484585]},"properties":{"@type":"node","@id":3199906033,"@timestamp":1416661919},"coords":"51.5484585,-0.2401563","bedrooms":"2","price":"214000","area":"511"} , +{"type":"Feature","id":"n3199946561","geometry":{"type":"Point","coordinates":[0.079037,51.538858]},"properties":{"@type":"node","@id":3199946561,"@timestamp":1416664631},"coords":"51.538858,0.079037","bedrooms":"1","price":"182000","area":"604"} , +{"type":"Feature","id":"n3199946665","geometry":{"type":"Point","coordinates":[0.0791263,51.5388556]},"properties":{"@type":"node","@id":3199946665,"@timestamp":1416664633},"coords":"51.5388556,0.0791263","bedrooms":"1","price":"171000","area":"686"} , +{"type":"Feature","id":"n3200258602","geometry":{"type":"Point","coordinates":[0.0809518,51.5369759]},"properties":{"@type":"node","@id":3200258602,"@timestamp":1564909702},"coords":"51.5369759,0.0809518","bedrooms":"1","price":"173000","area":"658"} , +{"type":"Feature","id":"n3200794993","geometry":{"type":"Point","coordinates":[-0.1103638,51.5316495]},"properties":{"@type":"node","@id":3200794993,"@timestamp":1627549448},"coords":"51.5316495,-0.1103638","bedrooms":"0","price":"225000","area":"412"} , +{"type":"Feature","id":"n3200852473","geometry":{"type":"Point","coordinates":[-0.086888,51.5470394]},"properties":{"@type":"node","@id":3200852473,"@timestamp":1597485085},"coords":"51.5470394,-0.086888","bedrooms":"1","price":"236000","area":"662"} , +{"type":"Feature","id":"n3201261873","geometry":{"type":"Point","coordinates":[-0.7822144,51.3301783]},"properties":{"@type":"node","@id":3201261873,"@timestamp":1629701100},"coords":"51.3301783,-0.7822144","bedrooms":"1","price":"243000","area":"575"} , +{"type":"Feature","id":"n3201690430","geometry":{"type":"Point","coordinates":[0.2376872,51.3073203]},"properties":{"@type":"node","@id":3201690430,"@timestamp":1416756721},"coords":"51.3073203,0.2376872","bedrooms":"3","price":"221000","area":"532"} , +{"type":"Feature","id":"n3201885597","geometry":{"type":"Point","coordinates":[-0.2334753,51.5717748]},"properties":{"@type":"node","@id":3201885597,"@timestamp":1564909702},"coords":"51.5717748,-0.2334753","bedrooms":"3","price":"151000","area":"491"} , +{"type":"Feature","id":"n3202248325","geometry":{"type":"Point","coordinates":[0.0836478,51.767563]},"properties":{"@type":"node","@id":3202248325,"@timestamp":1416776735},"coords":"51.767563,0.0836478","bedrooms":"4","price":"166000","area":"450"} , +{"type":"Feature","id":"n3202251781","geometry":{"type":"Point","coordinates":[0.090871,51.7698951]},"properties":{"@type":"node","@id":3202251781,"@timestamp":1416776634},"coords":"51.7698951,0.090871","bedrooms":"3","price":"243000","area":"495"} , +{"type":"Feature","id":"n3202260467","geometry":{"type":"Point","coordinates":[0.1385421,51.7843845]},"properties":{"@type":"node","@id":3202260467,"@timestamp":1416777175},"coords":"51.7843845,0.1385421","bedrooms":"1","price":"192000","area":"693"} , +{"type":"Feature","id":"n3202260477","geometry":{"type":"Point","coordinates":[0.1350659,51.7831699]},"properties":{"@type":"node","@id":3202260477,"@timestamp":1416777176},"coords":"51.7831699,0.1350659","bedrooms":"4","price":"267000","area":"551"} , +{"type":"Feature","id":"n3202260487","geometry":{"type":"Point","coordinates":[0.1418519,51.7853668]},"properties":{"@type":"node","@id":3202260487,"@timestamp":1416777176},"coords":"51.7853668,0.1418519","bedrooms":"4","price":"251000","area":"507"} , +{"type":"Feature","id":"n3202262182","geometry":{"type":"Point","coordinates":[0.0820879,51.5360756]},"properties":{"@type":"node","@id":3202262182,"@timestamp":1416777443},"coords":"51.5360756,0.0820879","bedrooms":"1","price":"169000","area":"422"} , +{"type":"Feature","id":"n3202307466","geometry":{"type":"Point","coordinates":[-0.0345946,51.6407762]},"properties":{"@type":"node","@id":3202307466,"@timestamp":1622809424},"coords":"51.6407762,-0.0345946","bedrooms":"1","price":"282000","area":"549"} , +{"type":"Feature","id":"n3202699593","geometry":{"type":"Point","coordinates":[0.0875705,51.7622224]},"properties":{"@type":"node","@id":3202699593,"@timestamp":1416817757},"coords":"51.7622224,0.0875705","bedrooms":"4","price":"198000","area":"486"} , +{"type":"Feature","id":"n3202702092","geometry":{"type":"Point","coordinates":[0.0869589,51.7628001]},"properties":{"@type":"node","@id":3202702092,"@timestamp":1416817922},"coords":"51.7628001,0.0869589","bedrooms":"3","price":"189000","area":"541"} , +{"type":"Feature","id":"n3202707322","geometry":{"type":"Point","coordinates":[0.085355,51.7627835]},"properties":{"@type":"node","@id":3202707322,"@timestamp":1416817999},"coords":"51.7627835,0.085355","bedrooms":"4","price":"172000","area":"557"} , +{"type":"Feature","id":"n3202707986","geometry":{"type":"Point","coordinates":[0.1384259,51.7887321]},"properties":{"@type":"node","@id":3202707986,"@timestamp":1416819291},"coords":"51.7887321,0.1384259","bedrooms":"0","price":"154000","area":"501"} , +{"type":"Feature","id":"n3202709594","geometry":{"type":"Point","coordinates":[0.0765112,51.765645]},"properties":{"@type":"node","@id":3202709594,"@timestamp":1416818129},"coords":"51.765645,0.0765112","bedrooms":"2","price":"215000","area":"373"} , +{"type":"Feature","id":"n3202714659","geometry":{"type":"Point","coordinates":[-0.3042999,51.5133449]},"properties":{"@type":"node","@id":3202714659,"@timestamp":1632902586},"coords":"51.5133449,-0.3042999","bedrooms":"3","price":"200000","area":"549"} , +{"type":"Feature","id":"n3202857507","geometry":{"type":"Point","coordinates":[-0.2035223,51.4766977]},"properties":{"@type":"node","@id":3202857507,"@timestamp":1452610809},"coords":"51.4766977,-0.2035223","bedrooms":"3","price":"285000","area":"583"} , +{"type":"Feature","id":"n3202905013","geometry":{"type":"Point","coordinates":[-0.1239793,51.6072664]},"properties":{"@type":"node","@id":3202905013,"@timestamp":1416830146},"coords":"51.6072664,-0.1239793","bedrooms":"4","price":"293000","area":"443"} , +{"type":"Feature","id":"n3202931475","geometry":{"type":"Point","coordinates":[-0.1235382,51.6072327]},"properties":{"@type":"node","@id":3202931475,"@timestamp":1630048331},"coords":"51.6072327,-0.1235382","bedrooms":"4","price":"276000","area":"604"} , +{"type":"Feature","id":"n3202995171","geometry":{"type":"Point","coordinates":[-0.2934031,51.5240494]},"properties":{"@type":"node","@id":3202995171,"@timestamp":1607564888},"coords":"51.5240494,-0.2934031","bedrooms":"1","price":"161000","area":"467"} , +{"type":"Feature","id":"n3203100852","geometry":{"type":"Point","coordinates":[-0.1124406,51.5188701]},"properties":{"@type":"node","@id":3203100852,"@timestamp":1562742363},"coords":"51.5188701,-0.1124406","bedrooms":"0","price":"168000","area":"461"} , +{"type":"Feature","id":"n3203112124","geometry":{"type":"Point","coordinates":[-0.2948009,51.5252915]},"properties":{"@type":"node","@id":3203112124,"@timestamp":1416840989},"coords":"51.5252915,-0.2948009","bedrooms":"1","price":"248000","area":"655"} , +{"type":"Feature","id":"n3203556226","geometry":{"type":"Point","coordinates":[-0.7773404,51.3314894]},"properties":{"@type":"node","@id":3203556226,"@timestamp":1629701100},"coords":"51.3314894,-0.7773404","bedrooms":"0","price":"196000","area":"420"} , +{"type":"Feature","id":"n3204377142","geometry":{"type":"Point","coordinates":[-0.1813239,51.5483377]},"properties":{"@type":"node","@id":3204377142,"@timestamp":1416911652},"coords":"51.5483377,-0.1813239","bedrooms":"1","price":"269000","area":"408"} , +{"type":"Feature","id":"n3204479456","geometry":{"type":"Point","coordinates":[-0.3190752,51.5275801]},"properties":{"@type":"node","@id":3204479456,"@timestamp":1416916372},"coords":"51.5275801,-0.3190752","bedrooms":"4","price":"173000","area":"423"} , +{"type":"Feature","id":"n3204486168","geometry":{"type":"Point","coordinates":[-0.3188579,51.5266974]},"properties":{"@type":"node","@id":3204486168,"@timestamp":1417434729},"coords":"51.5266974,-0.3188579","bedrooms":"2","price":"243000","area":"455"} , +{"type":"Feature","id":"n3204486178","geometry":{"type":"Point","coordinates":[-0.3190002,51.5267474]},"properties":{"@type":"node","@id":3204486178,"@timestamp":1417434728},"coords":"51.5267474,-0.3190002","bedrooms":"0","price":"183000","area":"696"} , +{"type":"Feature","id":"n3204498773","geometry":{"type":"Point","coordinates":[-0.3229564,51.5322439]},"properties":{"@type":"node","@id":3204498773,"@timestamp":1416917485},"coords":"51.5322439,-0.3229564","bedrooms":"0","price":"165000","area":"683"} , +{"type":"Feature","id":"n3204550086","geometry":{"type":"Point","coordinates":[-0.780093,51.3305189]},"properties":{"@type":"node","@id":3204550086,"@timestamp":1629701100},"coords":"51.3305189,-0.780093","bedrooms":"4","price":"192000","area":"416"} , +{"type":"Feature","id":"n3204648174","geometry":{"type":"Point","coordinates":[0.1670832,51.392878]},"properties":{"@type":"node","@id":3204648174,"@timestamp":1488898967},"coords":"51.392878,0.1670832","bedrooms":"3","price":"238000","area":"486"} , +{"type":"Feature","id":"n3204730863","geometry":{"type":"Point","coordinates":[-0.3051377,51.5226164]},"properties":{"@type":"node","@id":3204730863,"@timestamp":1416928548},"coords":"51.5226164,-0.3051377","bedrooms":"2","price":"250000","area":"371"} , +{"type":"Feature","id":"n3205008287","geometry":{"type":"Point","coordinates":[-0.2967243,51.4107505]},"properties":{"@type":"node","@id":3205008287,"@timestamp":1635042184},"coords":"51.4107505,-0.2967243","bedrooms":"1","price":"229000","area":"408"} , +{"type":"Feature","id":"n3205494800","geometry":{"type":"Point","coordinates":[-0.0901067,51.5573069]},"properties":{"@type":"node","@id":3205494800,"@timestamp":1598806079},"coords":"51.5573069,-0.0901067","bedrooms":"4","price":"236000","area":"503"} , +{"type":"Feature","id":"n3206034172","geometry":{"type":"Point","coordinates":[-0.3820663,51.5025564]},"properties":{"@type":"node","@id":3206034172,"@timestamp":1417004444},"coords":"51.5025564,-0.3820663","bedrooms":"0","price":"164000","area":"651"} , +{"type":"Feature","id":"n3206202280","geometry":{"type":"Point","coordinates":[0.0189711,51.4063674]},"properties":{"@type":"node","@id":3206202280,"@timestamp":1635305993},"coords":"51.4063674,0.0189711","bedrooms":"2","price":"229000","area":"395"} , +{"type":"Feature","id":"n3206389319","geometry":{"type":"Point","coordinates":[-0.0789223,51.5212703]},"properties":{"@type":"node","@id":3206389319,"@timestamp":1592913930},"coords":"51.5212703,-0.0789223","bedrooms":"3","price":"227000","area":"448"} , +{"type":"Feature","id":"n3206931106","geometry":{"type":"Point","coordinates":[-0.1049984,51.5230815]},"properties":{"@type":"node","@id":3206931106,"@timestamp":1633979798},"coords":"51.5230815,-0.1049984","bedrooms":"3","price":"237000","area":"379"} , +{"type":"Feature","id":"n3206931116","geometry":{"type":"Point","coordinates":[-0.1058179,51.5238381]},"properties":{"@type":"node","@id":3206931116,"@timestamp":1417040335},"coords":"51.5238381,-0.1058179","bedrooms":"0","price":"268000","area":"444"} , +{"type":"Feature","id":"n3206962747","geometry":{"type":"Point","coordinates":[-0.7520647,51.6346333]},"properties":{"@type":"node","@id":3206962747,"@timestamp":1417041409},"coords":"51.6346333,-0.7520647","bedrooms":"2","price":"235000","area":"523"} , +{"type":"Feature","id":"n3206996039","geometry":{"type":"Point","coordinates":[-0.7531897,51.6325007]},"properties":{"@type":"node","@id":3206996039,"@timestamp":1417046000},"coords":"51.6325007,-0.7531897","bedrooms":"2","price":"191000","area":"539"} , +{"type":"Feature","id":"n3207027043","geometry":{"type":"Point","coordinates":[-0.7561956,51.6325005]},"properties":{"@type":"node","@id":3207027043,"@timestamp":1530726372},"coords":"51.6325005,-0.7561956","bedrooms":"2","price":"251000","area":"476"} , +{"type":"Feature","id":"n3207027386","geometry":{"type":"Point","coordinates":[0.0806452,51.5371441]},"properties":{"@type":"node","@id":3207027386,"@timestamp":1417044438},"coords":"51.5371441,0.0806452","bedrooms":"3","price":"230000","area":"602"} , +{"type":"Feature","id":"n3207047520","geometry":{"type":"Point","coordinates":[-0.7536901,51.6304544]},"properties":{"@type":"node","@id":3207047520,"@timestamp":1538504045},"coords":"51.6304544,-0.7536901","bedrooms":"4","price":"166000","area":"428"} , +{"type":"Feature","id":"n3207518727","geometry":{"type":"Point","coordinates":[-0.3554376,51.5287847]},"properties":{"@type":"node","@id":3207518727,"@timestamp":1417092213},"coords":"51.5287847,-0.3554376","bedrooms":"2","price":"201000","area":"563"} , +{"type":"Feature","id":"n3207838171","geometry":{"type":"Point","coordinates":[-0.3262803,51.4745806]},"properties":{"@type":"node","@id":3207838171,"@timestamp":1619509907},"coords":"51.4745806,-0.3262803","bedrooms":"2","price":"160000","area":"662"} , +{"type":"Feature","id":"n3208048535","geometry":{"type":"Point","coordinates":[-0.4547786,51.1130414]},"properties":{"@type":"node","@id":3208048535,"@timestamp":1417118228},"coords":"51.1130414,-0.4547786","bedrooms":"3","price":"245000","area":"694"} , +{"type":"Feature","id":"n3208093411","geometry":{"type":"Point","coordinates":[-0.4633283,51.1336209]},"properties":{"@type":"node","@id":3208093411,"@timestamp":1428258763},"coords":"51.1336209,-0.4633283","bedrooms":"2","price":"224000","area":"604"} , +{"type":"Feature","id":"n3208266362","geometry":{"type":"Point","coordinates":[0.887941,51.3417485]},"properties":{"@type":"node","@id":3208266362,"@timestamp":1417123537},"coords":"51.3417485,0.887941","bedrooms":"3","price":"225000","area":"358"} , +{"type":"Feature","id":"n3208333700","geometry":{"type":"Point","coordinates":[0.0809988,51.5391788]},"properties":{"@type":"node","@id":3208333700,"@timestamp":1417126423},"coords":"51.5391788,0.0809988","bedrooms":"0","price":"202000","area":"679"} , +{"type":"Feature","id":"n3208334020","geometry":{"type":"Point","coordinates":[0.0815966,51.53958]},"properties":{"@type":"node","@id":3208334020,"@timestamp":1417126425},"coords":"51.53958,0.0815966","bedrooms":"2","price":"202000","area":"506"} , +{"type":"Feature","id":"n3208345560","geometry":{"type":"Point","coordinates":[-0.3007938,51.4134065]},"properties":{"@type":"node","@id":3208345560,"@timestamp":1625915708},"coords":"51.4134065,-0.3007938","bedrooms":"3","price":"169000","area":"386"} , +{"type":"Feature","id":"n3208741820","geometry":{"type":"Point","coordinates":[-0.356019,51.5530949]},"properties":{"@type":"node","@id":3208741820,"@timestamp":1417170637},"coords":"51.5530949,-0.356019","bedrooms":"4","price":"184000","area":"497"} , +{"type":"Feature","id":"n3208741830","geometry":{"type":"Point","coordinates":[-0.3561236,51.5530681]},"properties":{"@type":"node","@id":3208741830,"@timestamp":1417170637},"coords":"51.5530681,-0.3561236","bedrooms":"3","price":"229000","area":"428"} , +{"type":"Feature","id":"n3208816465","geometry":{"type":"Point","coordinates":[-0.9802636,51.5174939]},"properties":{"@type":"node","@id":3208816465,"@timestamp":1515586668},"coords":"51.5174939,-0.9802636","bedrooms":"0","price":"161000","area":"619"} , +{"type":"Feature","id":"n3209054925","geometry":{"type":"Point","coordinates":[-0.3779458,51.5530648]},"properties":{"@type":"node","@id":3209054925,"@timestamp":1417183935},"coords":"51.5530648,-0.3779458","bedrooms":"4","price":"168000","area":"511"} , +{"type":"Feature","id":"n3209329092","geometry":{"type":"Point","coordinates":[-0.0784987,51.6290517]},"properties":{"@type":"node","@id":3209329092,"@timestamp":1417193115},"coords":"51.6290517,-0.0784987","bedrooms":"0","price":"254000","area":"628"} , +{"type":"Feature","id":"n3209503963","geometry":{"type":"Point","coordinates":[-0.1311559,51.5279353]},"properties":{"@type":"node","@id":3209503963,"@timestamp":1594047941},"coords":"51.5279353,-0.1311559","bedrooms":"1","price":"156000","area":"506"} , +{"type":"Feature","id":"n3209773615","geometry":{"type":"Point","coordinates":[-0.2223378,51.493011]},"properties":{"@type":"node","@id":3209773615,"@timestamp":1634457039},"coords":"51.493011,-0.2223378","bedrooms":"4","price":"280000","area":"504"} , +{"type":"Feature","id":"n3209985987","geometry":{"type":"Point","coordinates":[-0.7557651,51.631898]},"properties":{"@type":"node","@id":3209985987,"@timestamp":1417214840},"coords":"51.631898,-0.7557651","bedrooms":"4","price":"257000","area":"580"} , +{"type":"Feature","id":"n3209999023","geometry":{"type":"Point","coordinates":[0.0831184,51.5404774]},"properties":{"@type":"node","@id":3209999023,"@timestamp":1417217224},"coords":"51.5404774,0.0831184","bedrooms":"4","price":"165000","area":"472"} , +{"type":"Feature","id":"n3210015944","geometry":{"type":"Point","coordinates":[-0.7480012,51.6283493]},"properties":{"@type":"node","@id":3210015944,"@timestamp":1582742865},"coords":"51.6283493,-0.7480012","bedrooms":"1","price":"184000","area":"445"} , +{"type":"Feature","id":"n3210048317","geometry":{"type":"Point","coordinates":[-0.7474099,51.6295404]},"properties":{"@type":"node","@id":3210048317,"@timestamp":1588159069},"coords":"51.6295404,-0.7474099","bedrooms":"3","price":"217000","area":"398"} , +{"type":"Feature","id":"n3210786437","geometry":{"type":"Point","coordinates":[-0.1102196,51.5219068]},"properties":{"@type":"node","@id":3210786437,"@timestamp":1596477535},"coords":"51.5219068,-0.1102196","bedrooms":"1","price":"215000","area":"561"} , +{"type":"Feature","id":"n3210786458","geometry":{"type":"Point","coordinates":[-0.1110136,51.5220806]},"properties":{"@type":"node","@id":3210786458,"@timestamp":1624484888},"coords":"51.5220806,-0.1110136","bedrooms":"0","price":"256000","area":"631"} , +{"type":"Feature","id":"n3211087805","geometry":{"type":"Point","coordinates":[-0.1260791,51.4715859]},"properties":{"@type":"node","@id":3211087805,"@timestamp":1417283781},"coords":"51.4715859,-0.1260791","bedrooms":"4","price":"209000","area":"537"} , +{"type":"Feature","id":"n3211087851","geometry":{"type":"Point","coordinates":[-0.1263688,51.4761221]},"properties":{"@type":"node","@id":3211087851,"@timestamp":1417283781},"coords":"51.4761221,-0.1263688","bedrooms":"1","price":"214000","area":"608"} , +{"type":"Feature","id":"n3211457267","geometry":{"type":"Point","coordinates":[-0.9768406,50.9504592]},"properties":{"@type":"node","@id":3211457267,"@timestamp":1417295411},"coords":"50.9504592,-0.9768406","bedrooms":"0","price":"239000","area":"388"} , +{"type":"Feature","id":"n3212212409","geometry":{"type":"Point","coordinates":[-0.1075579,51.5176366]},"properties":{"@type":"node","@id":3212212409,"@timestamp":1627124716},"coords":"51.5176366,-0.1075579","bedrooms":"0","price":"177000","area":"566"} , +{"type":"Feature","id":"n3212220812","geometry":{"type":"Point","coordinates":[-0.5761104,51.1184762]},"properties":{"@type":"node","@id":3212220812,"@timestamp":1417346680},"coords":"51.1184762,-0.5761104","bedrooms":"3","price":"297000","area":"616"} , +{"type":"Feature","id":"n3212220919","geometry":{"type":"Point","coordinates":[-0.5664883,51.1230428]},"properties":{"@type":"node","@id":3212220919,"@timestamp":1417346682},"coords":"51.1230428,-0.5664883","bedrooms":"1","price":"176000","area":"472"} , +{"type":"Feature","id":"n3212221056","geometry":{"type":"Point","coordinates":[-0.5742614,51.1277391]},"properties":{"@type":"node","@id":3212221056,"@timestamp":1417346684},"coords":"51.1277391,-0.5742614","bedrooms":"3","price":"259000","area":"607"} , +{"type":"Feature","id":"n3212346323","geometry":{"type":"Point","coordinates":[0.2500107,51.5572759]},"properties":{"@type":"node","@id":3212346323,"@timestamp":1417353004},"coords":"51.5572759,0.2500107","bedrooms":"2","price":"161000","area":"588"} , +{"type":"Feature","id":"n3212668436","geometry":{"type":"Point","coordinates":[-0.5534059,51.2487206]},"properties":{"@type":"node","@id":3212668436,"@timestamp":1558353896},"coords":"51.2487206,-0.5534059","bedrooms":"1","price":"188000","area":"524"} , +{"type":"Feature","id":"n3213091669","geometry":{"type":"Point","coordinates":[-0.0901388,51.5254246]},"properties":{"@type":"node","@id":3213091669,"@timestamp":1612601825},"coords":"51.5254246,-0.0901388","bedrooms":"3","price":"183000","area":"651"} , +{"type":"Feature","id":"n3213191692","geometry":{"type":"Point","coordinates":[-0.0934528,51.4965133]},"properties":{"@type":"node","@id":3213191692,"@timestamp":1631372572},"coords":"51.4965133,-0.0934528","bedrooms":"2","price":"279000","area":"453"} , +{"type":"Feature","id":"n3213728373","geometry":{"type":"Point","coordinates":[0.478041,51.7474149]},"properties":{"@type":"node","@id":3213728373,"@timestamp":1622805328},"coords":"51.7474149,0.478041","bedrooms":"0","price":"272000","area":"465"} , +{"type":"Feature","id":"n3214113905","geometry":{"type":"Point","coordinates":[-0.2824629,51.5206955]},"properties":{"@type":"node","@id":3214113905,"@timestamp":1417442433},"coords":"51.5206955,-0.2824629","bedrooms":"2","price":"278000","area":"365"} , +{"type":"Feature","id":"n3214217383","geometry":{"type":"Point","coordinates":[-0.3188066,51.5238899]},"properties":{"@type":"node","@id":3214217383,"@timestamp":1417446861},"coords":"51.5238899,-0.3188066","bedrooms":"0","price":"222000","area":"614"} , +{"type":"Feature","id":"n3214217399","geometry":{"type":"Point","coordinates":[-0.3197185,51.5242537]},"properties":{"@type":"node","@id":3214217399,"@timestamp":1417446861},"coords":"51.5242537,-0.3197185","bedrooms":"4","price":"171000","area":"623"} , +{"type":"Feature","id":"n3214393630","geometry":{"type":"Point","coordinates":[0.1481794,51.5807231]},"properties":{"@type":"node","@id":3214393630,"@timestamp":1417454067},"coords":"51.5807231,0.1481794","bedrooms":"2","price":"260000","area":"623"} , +{"type":"Feature","id":"n3214393744","geometry":{"type":"Point","coordinates":[0.1413978,51.5812073]},"properties":{"@type":"node","@id":3214393744,"@timestamp":1417454069},"coords":"51.5812073,0.1413978","bedrooms":"4","price":"265000","area":"440"} , +{"type":"Feature","id":"n3214649346","geometry":{"type":"Point","coordinates":[-0.1444295,51.5189313]},"properties":{"@type":"node","@id":3214649346,"@timestamp":1417462920},"coords":"51.5189313,-0.1444295","bedrooms":"2","price":"215000","area":"661"} , +{"type":"Feature","id":"n3214936941","geometry":{"type":"Point","coordinates":[-0.2669669,51.5217539]},"properties":{"@type":"node","@id":3214936941,"@timestamp":1417470049},"coords":"51.5217539,-0.2669669","bedrooms":"2","price":"167000","area":"376"} , +{"type":"Feature","id":"n3214989294","geometry":{"type":"Point","coordinates":[-0.2486905,51.5169521]},"properties":{"@type":"node","@id":3214989294,"@timestamp":1614952830},"coords":"51.5169521,-0.2486905","bedrooms":"3","price":"239000","area":"382"} , +{"type":"Feature","id":"n3215065355","geometry":{"type":"Point","coordinates":[-0.1297902,51.5276862]},"properties":{"@type":"node","@id":3215065355,"@timestamp":1597523258},"coords":"51.5276862,-0.1297902","bedrooms":"3","price":"288000","area":"455"} , +{"type":"Feature","id":"n3215666461","geometry":{"type":"Point","coordinates":[-0.324807,51.5385968]},"properties":{"@type":"node","@id":3215666461,"@timestamp":1417524375},"coords":"51.5385968,-0.324807","bedrooms":"2","price":"151000","area":"402"} , +{"type":"Feature","id":"n3215682615","geometry":{"type":"Point","coordinates":[-0.0786614,51.5151874]},"properties":{"@type":"node","@id":3215682615,"@timestamp":1618161052},"coords":"51.5151874,-0.0786614","bedrooms":"4","price":"150000","area":"544"} , +{"type":"Feature","id":"n3215949133","geometry":{"type":"Point","coordinates":[-0.3853543,51.472981]},"properties":{"@type":"node","@id":3215949133,"@timestamp":1417707272},"coords":"51.472981,-0.3853543","bedrooms":"0","price":"219000","area":"540"} , +{"type":"Feature","id":"n3216527446","geometry":{"type":"Point","coordinates":[-0.1564257,51.5147253]},"properties":{"@type":"node","@id":3216527446,"@timestamp":1564909702},"coords":"51.5147253,-0.1564257","bedrooms":"2","price":"255000","area":"404"} , +{"type":"Feature","id":"n3216854786","geometry":{"type":"Point","coordinates":[-0.9805939,51.4212327]},"properties":{"@type":"node","@id":3216854786,"@timestamp":1612619877},"coords":"51.4212327,-0.9805939","bedrooms":"1","price":"281000","area":"615"} , +{"type":"Feature","id":"n3216867380","geometry":{"type":"Point","coordinates":[-1.0583828,51.3763823]},"properties":{"@type":"node","@id":3216867380,"@timestamp":1417574554},"coords":"51.3763823,-1.0583828","bedrooms":"0","price":"184000","area":"580"} , +{"type":"Feature","id":"n3217145348","geometry":{"type":"Point","coordinates":[-0.9377035,51.4888444]},"properties":{"@type":"node","@id":3217145348,"@timestamp":1517875470},"coords":"51.4888444,-0.9377035","bedrooms":"0","price":"232000","area":"515"} , +{"type":"Feature","id":"n3217212424","geometry":{"type":"Point","coordinates":[-0.3535087,51.5231691]},"properties":{"@type":"node","@id":3217212424,"@timestamp":1417605876},"coords":"51.5231691,-0.3535087","bedrooms":"3","price":"232000","area":"423"} , +{"type":"Feature","id":"n3217253356","geometry":{"type":"Point","coordinates":[-0.3727346,51.5132282]},"properties":{"@type":"node","@id":3217253356,"@timestamp":1417608194},"coords":"51.5132282,-0.3727346","bedrooms":"4","price":"239000","area":"616"} , +{"type":"Feature","id":"n3217308146","geometry":{"type":"Point","coordinates":[-0.3717341,51.5362993]},"properties":{"@type":"node","@id":3217308146,"@timestamp":1417611199},"coords":"51.5362993,-0.3717341","bedrooms":"4","price":"230000","area":"475"} , +{"type":"Feature","id":"n3217376065","geometry":{"type":"Point","coordinates":[-0.2390922,51.4000374]},"properties":{"@type":"node","@id":3217376065,"@timestamp":1603763706},"coords":"51.4000374,-0.2390922","bedrooms":"4","price":"239000","area":"683"} , +{"type":"Feature","id":"n3217438911","geometry":{"type":"Point","coordinates":[-0.109628,51.514287]},"properties":{"@type":"node","@id":3217438911,"@timestamp":1417616580},"coords":"51.514287,-0.109628","bedrooms":"4","price":"184000","area":"367"} , +{"type":"Feature","id":"n3217468262","geometry":{"type":"Point","coordinates":[-0.1136254,51.4997987]},"properties":{"@type":"node","@id":3217468262,"@timestamp":1417618095},"coords":"51.4997987,-0.1136254","bedrooms":"1","price":"218000","area":"470"} , +{"type":"Feature","id":"n3217506461","geometry":{"type":"Point","coordinates":[-0.094503,51.581324]},"properties":{"@type":"node","@id":3217506461,"@timestamp":1417619487},"coords":"51.581324,-0.094503","bedrooms":"2","price":"281000","area":"529"} , +{"type":"Feature","id":"n3217583067","geometry":{"type":"Point","coordinates":[-0.076159,51.589474]},"properties":{"@type":"node","@id":3217583067,"@timestamp":1417624083},"coords":"51.589474,-0.076159","bedrooms":"0","price":"212000","area":"423"} , +{"type":"Feature","id":"n3217639963","geometry":{"type":"Point","coordinates":[-0.0960666,51.5713113]},"properties":{"@type":"node","@id":3217639963,"@timestamp":1597226066},"coords":"51.5713113,-0.0960666","bedrooms":"1","price":"169000","area":"572"} , +{"type":"Feature","id":"n3218116219","geometry":{"type":"Point","coordinates":[-0.0455639,51.4917511]},"properties":{"@type":"node","@id":3218116219,"@timestamp":1625454316},"coords":"51.4917511,-0.0455639","bedrooms":"2","price":"243000","area":"462"} , +{"type":"Feature","id":"n3218215636","geometry":{"type":"Point","coordinates":[0.843268,51.3876047]},"properties":{"@type":"node","@id":3218215636,"@timestamp":1549730789},"coords":"51.3876047,0.843268","bedrooms":"2","price":"198000","area":"589"} , +{"type":"Feature","id":"n3218959066","geometry":{"type":"Point","coordinates":[-0.3854619,51.5309016]},"properties":{"@type":"node","@id":3218959066,"@timestamp":1417707931},"coords":"51.5309016,-0.3854619","bedrooms":"4","price":"210000","area":"352"} , +{"type":"Feature","id":"n3219044995","geometry":{"type":"Point","coordinates":[-0.197286,51.5388229]},"properties":{"@type":"node","@id":3219044995,"@timestamp":1417712322},"coords":"51.5388229,-0.197286","bedrooms":"2","price":"265000","area":"603"} , +{"type":"Feature","id":"n3219205496","geometry":{"type":"Point","coordinates":[0.1856308,51.1035136]},"properties":{"@type":"node","@id":3219205496,"@timestamp":1417719031},"coords":"51.1035136,0.1856308","bedrooms":"1","price":"217000","area":"366"} , +{"type":"Feature","id":"n3219506307","geometry":{"type":"Point","coordinates":[0.2133551,51.5932655]},"properties":{"@type":"node","@id":3219506307,"@timestamp":1417731157},"coords":"51.5932655,0.2133551","bedrooms":"1","price":"275000","area":"575"} , +{"type":"Feature","id":"n3220011612","geometry":{"type":"Point","coordinates":[-0.308097,51.35675]},"properties":{"@type":"node","@id":3220011612,"@timestamp":1598935577},"coords":"51.35675,-0.308097","bedrooms":"1","price":"224000","area":"399"} , +{"type":"Feature","id":"n3220121666","geometry":{"type":"Point","coordinates":[-0.2730631,51.33297]},"properties":{"@type":"node","@id":3220121666,"@timestamp":1628269277},"coords":"51.33297,-0.2730631","bedrooms":"2","price":"224000","area":"352"} , +{"type":"Feature","id":"n3220426285","geometry":{"type":"Point","coordinates":[-0.3927498,51.5375342]},"properties":{"@type":"node","@id":3220426285,"@timestamp":1417797154},"coords":"51.5375342,-0.3927498","bedrooms":"1","price":"224000","area":"591"} , +{"type":"Feature","id":"n3220514806","geometry":{"type":"Point","coordinates":[-0.3932509,51.5333236]},"properties":{"@type":"node","@id":3220514806,"@timestamp":1417800752},"coords":"51.5333236,-0.3932509","bedrooms":"4","price":"234000","area":"494"} , +{"type":"Feature","id":"n3220761074","geometry":{"type":"Point","coordinates":[-1.0512545,51.3488543]},"properties":{"@type":"node","@id":3220761074,"@timestamp":1496239042},"coords":"51.3488543,-1.0512545","bedrooms":"2","price":"202000","area":"441"} , +{"type":"Feature","id":"n3220776217","geometry":{"type":"Point","coordinates":[0.1548909,51.5294643]},"properties":{"@type":"node","@id":3220776217,"@timestamp":1634595722},"coords":"51.5294643,0.1548909","bedrooms":"1","price":"223000","area":"554"} , +{"type":"Feature","id":"n3221475984","geometry":{"type":"Point","coordinates":[-0.5384288,51.8682897]},"properties":{"@type":"node","@id":3221475984,"@timestamp":1417861348},"coords":"51.8682897,-0.5384288","bedrooms":"0","price":"236000","area":"679"} , +{"type":"Feature","id":"n3221558685","geometry":{"type":"Point","coordinates":[0.2481603,51.5540371]},"properties":{"@type":"node","@id":3221558685,"@timestamp":1417866268},"coords":"51.5540371,0.2481603","bedrooms":"0","price":"178000","area":"397"} , +{"type":"Feature","id":"n3222134432","geometry":{"type":"Point","coordinates":[-1.1156957,51.6072994]},"properties":{"@type":"node","@id":3222134432,"@timestamp":1553541809},"coords":"51.6072994,-1.1156957","bedrooms":"2","price":"187000","area":"353"} , +{"type":"Feature","id":"n3223190608","geometry":{"type":"Point","coordinates":[-1.103634,51.2812744]},"properties":{"@type":"node","@id":3223190608,"@timestamp":1617710901},"coords":"51.2812744,-1.103634","bedrooms":"3","price":"238000","area":"694"} , +{"type":"Feature","id":"n3223507049","geometry":{"type":"Point","coordinates":[-0.1490416,51.4930058]},"properties":{"@type":"node","@id":3223507049,"@timestamp":1627027340},"coords":"51.4930058,-0.1490416","bedrooms":"1","price":"200000","area":"616"} , +{"type":"Feature","id":"n3223535746","geometry":{"type":"Point","coordinates":[-0.3333726,51.5344536]},"properties":{"@type":"node","@id":3223535746,"@timestamp":1417969558},"coords":"51.5344536,-0.3333726","bedrooms":"2","price":"197000","area":"618"} , +{"type":"Feature","id":"n3223602142","geometry":{"type":"Point","coordinates":[-0.2729743,51.4961852]},"properties":{"@type":"node","@id":3223602142,"@timestamp":1620901794},"coords":"51.4961852,-0.2729743","bedrooms":"4","price":"260000","area":"383"} , +{"type":"Feature","id":"n3223619966","geometry":{"type":"Point","coordinates":[-0.3509461,51.5520488]},"properties":{"@type":"node","@id":3223619966,"@timestamp":1417973234},"coords":"51.5520488,-0.3509461","bedrooms":"2","price":"164000","area":"363"} , +{"type":"Feature","id":"n3223745804","geometry":{"type":"Point","coordinates":[-0.6137501,51.2370954]},"properties":{"@type":"node","@id":3223745804,"@timestamp":1500100945},"coords":"51.2370954,-0.6137501","bedrooms":"3","price":"155000","area":"599"} , +{"type":"Feature","id":"n3224014344","geometry":{"type":"Point","coordinates":[0.1352598,51.5322772]},"properties":{"@type":"node","@id":3224014344,"@timestamp":1417986191},"coords":"51.5322772,0.1352598","bedrooms":"2","price":"260000","area":"366"} , +{"type":"Feature","id":"n3224128097","geometry":{"type":"Point","coordinates":[-0.0041636,51.5365015]},"properties":{"@type":"node","@id":3224128097,"@timestamp":1629208977},"coords":"51.5365015,-0.0041636","bedrooms":"3","price":"238000","area":"355"} , +{"type":"Feature","id":"n3224130787","geometry":{"type":"Point","coordinates":[0.0004634,51.5400202]},"properties":{"@type":"node","@id":3224130787,"@timestamp":1617478845},"coords":"51.5400202,0.0004634","bedrooms":"4","price":"241000","area":"396"} , +{"type":"Feature","id":"n3224243094","geometry":{"type":"Point","coordinates":[-0.9014996,51.5344345]},"properties":{"@type":"node","@id":3224243094,"@timestamp":1598876589},"coords":"51.5344345,-0.9014996","bedrooms":"0","price":"242000","area":"638"} , +{"type":"Feature","id":"n3224678963","geometry":{"type":"Point","coordinates":[-0.13565,51.51917]},"properties":{"@type":"node","@id":3224678963,"@timestamp":1602590954},"coords":"51.51917,-0.13565","bedrooms":"0","price":"273000","area":"426"} , +{"type":"Feature","id":"n3224741784","geometry":{"type":"Point","coordinates":[-0.1494375,51.4834408]},"properties":{"@type":"node","@id":3224741784,"@timestamp":1584912331},"coords":"51.4834408,-0.1494375","bedrooms":"1","price":"238000","area":"396"} , +{"type":"Feature","id":"n3224782089","geometry":{"type":"Point","coordinates":[-0.3334341,51.5194263]},"properties":{"@type":"node","@id":3224782089,"@timestamp":1418042035},"coords":"51.5194263,-0.3334341","bedrooms":"4","price":"156000","area":"490"} , +{"type":"Feature","id":"n3225048360","geometry":{"type":"Point","coordinates":[-0.1679217,51.2405216]},"properties":{"@type":"node","@id":3225048360,"@timestamp":1626030927},"coords":"51.2405216,-0.1679217","bedrooms":"2","price":"207000","area":"373"} , +{"type":"Feature","id":"n3225681855","geometry":{"type":"Point","coordinates":[0.2474706,51.5527101]},"properties":{"@type":"node","@id":3225681855,"@timestamp":1624483926},"coords":"51.5527101,0.2474706","bedrooms":"4","price":"191000","area":"410"} , +{"type":"Feature","id":"n3226109673","geometry":{"type":"Point","coordinates":[0.2085992,51.8094981]},"properties":{"@type":"node","@id":3226109673,"@timestamp":1418112996},"coords":"51.8094981,0.2085992","bedrooms":"4","price":"188000","area":"671"} , +{"type":"Feature","id":"n3226525292","geometry":{"type":"Point","coordinates":[-0.3395855,51.5242148]},"properties":{"@type":"node","@id":3226525292,"@timestamp":1418133632},"coords":"51.5242148,-0.3395855","bedrooms":"0","price":"158000","area":"496"} , +{"type":"Feature","id":"n3226566772","geometry":{"type":"Point","coordinates":[-0.3316058,51.519435]},"properties":{"@type":"node","@id":3226566772,"@timestamp":1418162275},"coords":"51.519435,-0.3316058","bedrooms":"0","price":"271000","area":"461"} , +{"type":"Feature","id":"n3226790637","geometry":{"type":"Point","coordinates":[-0.0053685,51.5350105]},"properties":{"@type":"node","@id":3226790637,"@timestamp":1629146895},"coords":"51.5350105,-0.0053685","bedrooms":"0","price":"272000","area":"655"} , +{"type":"Feature","id":"n3226853118","geometry":{"type":"Point","coordinates":[-1.0899393,51.4576338]},"properties":{"@type":"node","@id":3226853118,"@timestamp":1418148051},"coords":"51.4576338,-1.0899393","bedrooms":"4","price":"200000","area":"692"} , +{"type":"Feature","id":"n3227386861","geometry":{"type":"Point","coordinates":[-1.0870039,51.4643029]},"properties":{"@type":"node","@id":3227386861,"@timestamp":1418331478},"coords":"51.4643029,-1.0870039","bedrooms":"2","price":"190000","area":"541"} , +{"type":"Feature","id":"n3227874788","geometry":{"type":"Point","coordinates":[0.0729009,51.5377777]},"properties":{"@type":"node","@id":3227874788,"@timestamp":1564909703},"coords":"51.5377777,0.0729009","bedrooms":"1","price":"292000","area":"519"} , +{"type":"Feature","id":"n3228010483","geometry":{"type":"Point","coordinates":[-0.3529841,51.5496903]},"properties":{"@type":"node","@id":3228010483,"@timestamp":1418215417},"coords":"51.5496903,-0.3529841","bedrooms":"0","price":"298000","area":"495"} , +{"type":"Feature","id":"n3228141842","geometry":{"type":"Point","coordinates":[-0.3839931,51.5395934]},"properties":{"@type":"node","@id":3228141842,"@timestamp":1418221862},"coords":"51.5395934,-0.3839931","bedrooms":"2","price":"158000","area":"423"} , +{"type":"Feature","id":"n3228216279","geometry":{"type":"Point","coordinates":[-0.3856963,51.539535]},"properties":{"@type":"node","@id":3228216279,"@timestamp":1418223359},"coords":"51.539535,-0.3856963","bedrooms":"2","price":"180000","area":"436"} , +{"type":"Feature","id":"n3228321268","geometry":{"type":"Point","coordinates":[-0.373621,51.5358247]},"properties":{"@type":"node","@id":3228321268,"@timestamp":1418225658},"coords":"51.5358247,-0.373621","bedrooms":"0","price":"218000","area":"421"} , +{"type":"Feature","id":"n3228487187","geometry":{"type":"Point","coordinates":[-0.3314553,51.5506606]},"properties":{"@type":"node","@id":3228487187,"@timestamp":1418234169},"coords":"51.5506606,-0.3314553","bedrooms":"0","price":"279000","area":"374"} , +{"type":"Feature","id":"n3228646012","geometry":{"type":"Point","coordinates":[0.0764343,51.5170405]},"properties":{"@type":"node","@id":3228646012,"@timestamp":1418240188},"coords":"51.5170405,0.0764343","bedrooms":"0","price":"225000","area":"502"} , +{"type":"Feature","id":"n3228816696","geometry":{"type":"Point","coordinates":[-0.085459,51.5523125]},"properties":{"@type":"node","@id":3228816696,"@timestamp":1443367895},"coords":"51.5523125,-0.085459","bedrooms":"1","price":"271000","area":"595"} , +{"type":"Feature","id":"n3229595255","geometry":{"type":"Point","coordinates":[-0.1037489,51.5669009]},"properties":{"@type":"node","@id":3229595255,"@timestamp":1418298315},"coords":"51.5669009,-0.1037489","bedrooms":"1","price":"206000","area":"458"} , +{"type":"Feature","id":"n3229600665","geometry":{"type":"Point","coordinates":[-0.1041951,51.5684092]},"properties":{"@type":"node","@id":3229600665,"@timestamp":1418298315},"coords":"51.5684092,-0.1041951","bedrooms":"4","price":"288000","area":"363"} , +{"type":"Feature","id":"n3229600675","geometry":{"type":"Point","coordinates":[-0.1026472,51.5691365]},"properties":{"@type":"node","@id":3229600675,"@timestamp":1418298315},"coords":"51.5691365,-0.1026472","bedrooms":"4","price":"213000","area":"376"} , +{"type":"Feature","id":"n3229600685","geometry":{"type":"Point","coordinates":[-0.1042714,51.5698639]},"properties":{"@type":"node","@id":3229600685,"@timestamp":1418298315},"coords":"51.5698639,-0.1042714","bedrooms":"2","price":"294000","area":"629"} , +{"type":"Feature","id":"n3229600695","geometry":{"type":"Point","coordinates":[-0.1040797,51.570837]},"properties":{"@type":"node","@id":3229600695,"@timestamp":1418298316},"coords":"51.570837,-0.1040797","bedrooms":"0","price":"203000","area":"592"} , +{"type":"Feature","id":"n3229600705","geometry":{"type":"Point","coordinates":[-0.0976965,51.5715545]},"properties":{"@type":"node","@id":3229600705,"@timestamp":1418298316},"coords":"51.5715545,-0.0976965","bedrooms":"4","price":"151000","area":"642"} , +{"type":"Feature","id":"n3229600715","geometry":{"type":"Point","coordinates":[-0.1037294,51.5718489]},"properties":{"@type":"node","@id":3229600715,"@timestamp":1418298316},"coords":"51.5718489,-0.1037294","bedrooms":"3","price":"249000","area":"434"} , +{"type":"Feature","id":"n3229600725","geometry":{"type":"Point","coordinates":[-0.1006701,51.5721948]},"properties":{"@type":"node","@id":3229600725,"@timestamp":1418298316},"coords":"51.5721948,-0.1006701","bedrooms":"1","price":"294000","area":"477"} , +{"type":"Feature","id":"n3229600735","geometry":{"type":"Point","coordinates":[-0.1000225,51.5723693]},"properties":{"@type":"node","@id":3229600735,"@timestamp":1418298317},"coords":"51.5723693,-0.1000225","bedrooms":"0","price":"233000","area":"626"} , +{"type":"Feature","id":"n3229600745","geometry":{"type":"Point","coordinates":[-0.1039388,51.5725349]},"properties":{"@type":"node","@id":3229600745,"@timestamp":1418298317},"coords":"51.5725349,-0.1039388","bedrooms":"4","price":"208000","area":"645"} , +{"type":"Feature","id":"n3229600755","geometry":{"type":"Point","coordinates":[-0.1007697,51.572697]},"properties":{"@type":"node","@id":3229600755,"@timestamp":1418298317},"coords":"51.572697,-0.1007697","bedrooms":"2","price":"226000","area":"462"} , +{"type":"Feature","id":"n3229600965","geometry":{"type":"Point","coordinates":[-0.100879,51.5728294]},"properties":{"@type":"node","@id":3229600965,"@timestamp":1418298317},"coords":"51.5728294,-0.100879","bedrooms":"4","price":"272000","area":"434"} , +{"type":"Feature","id":"n3229600975","geometry":{"type":"Point","coordinates":[-0.097618,51.5730031]},"properties":{"@type":"node","@id":3229600975,"@timestamp":1418298318},"coords":"51.5730031,-0.097618","bedrooms":"3","price":"220000","area":"510"} , +{"type":"Feature","id":"n3229600985","geometry":{"type":"Point","coordinates":[-0.1030034,51.5731734]},"properties":{"@type":"node","@id":3229600985,"@timestamp":1418298318},"coords":"51.5731734,-0.1030034","bedrooms":"0","price":"296000","area":"589"} , +{"type":"Feature","id":"n3229600995","geometry":{"type":"Point","coordinates":[-0.1034769,51.5732865]},"properties":{"@type":"node","@id":3229600995,"@timestamp":1418298318},"coords":"51.5732865,-0.1034769","bedrooms":"2","price":"167000","area":"666"} , +{"type":"Feature","id":"n3229601005","geometry":{"type":"Point","coordinates":[-0.1032734,51.5733911]},"properties":{"@type":"node","@id":3229601005,"@timestamp":1418298319},"coords":"51.5733911,-0.1032734","bedrooms":"1","price":"189000","area":"617"} , +{"type":"Feature","id":"n3229601015","geometry":{"type":"Point","coordinates":[-0.0990309,51.573537]},"properties":{"@type":"node","@id":3229601015,"@timestamp":1418298319},"coords":"51.573537,-0.0990309","bedrooms":"1","price":"202000","area":"594"} , +{"type":"Feature","id":"n3229601025","geometry":{"type":"Point","coordinates":[-0.1019623,51.5737195]},"properties":{"@type":"node","@id":3229601025,"@timestamp":1418298319},"coords":"51.5737195,-0.1019623","bedrooms":"0","price":"216000","area":"555"} , +{"type":"Feature","id":"n3229601035","geometry":{"type":"Point","coordinates":[-0.1006042,51.573936]},"properties":{"@type":"node","@id":3229601035,"@timestamp":1418298319},"coords":"51.573936,-0.1006042","bedrooms":"4","price":"234000","area":"521"} , +{"type":"Feature","id":"n3229601045","geometry":{"type":"Point","coordinates":[-0.1015201,51.5742595]},"properties":{"@type":"node","@id":3229601045,"@timestamp":1418298320},"coords":"51.5742595,-0.1015201","bedrooms":"3","price":"187000","area":"449"} , +{"type":"Feature","id":"n3229760992","geometry":{"type":"Point","coordinates":[-0.3368244,51.5541144]},"properties":{"@type":"node","@id":3229760992,"@timestamp":1418307273},"coords":"51.5541144,-0.3368244","bedrooms":"0","price":"188000","area":"687"} , +{"type":"Feature","id":"n3229772090","geometry":{"type":"Point","coordinates":[-0.3472688,51.5526451]},"properties":{"@type":"node","@id":3229772090,"@timestamp":1418307957},"coords":"51.5526451,-0.3472688","bedrooms":"1","price":"249000","area":"693"} , +{"type":"Feature","id":"n3229777106","geometry":{"type":"Point","coordinates":[-0.3508576,51.5524433]},"properties":{"@type":"node","@id":3229777106,"@timestamp":1418308241},"coords":"51.5524433,-0.3508576","bedrooms":"3","price":"292000","area":"412"} , +{"type":"Feature","id":"n3229786767","geometry":{"type":"Point","coordinates":[-0.3540654,51.5530202]},"properties":{"@type":"node","@id":3229786767,"@timestamp":1418417218},"coords":"51.5530202,-0.3540654","bedrooms":"1","price":"161000","area":"401"} , +{"type":"Feature","id":"n3229817415","geometry":{"type":"Point","coordinates":[-0.3583141,51.5549465]},"properties":{"@type":"node","@id":3229817415,"@timestamp":1418309986},"coords":"51.5549465,-0.3583141","bedrooms":"4","price":"285000","area":"490"} , +{"type":"Feature","id":"n3229822888","geometry":{"type":"Point","coordinates":[-0.3588157,51.5544562]},"properties":{"@type":"node","@id":3229822888,"@timestamp":1418310173},"coords":"51.5544562,-0.3588157","bedrooms":"4","price":"294000","area":"623"} , +{"type":"Feature","id":"n3229845184","geometry":{"type":"Point","coordinates":[-0.3605216,51.5556721]},"properties":{"@type":"node","@id":3229845184,"@timestamp":1418311018},"coords":"51.5556721,-0.3605216","bedrooms":"0","price":"248000","area":"623"} , +{"type":"Feature","id":"n3229916227","geometry":{"type":"Point","coordinates":[0.263827,51.226324]},"properties":{"@type":"node","@id":3229916227,"@timestamp":1418313912},"coords":"51.226324,0.263827","bedrooms":"3","price":"280000","area":"474"} , +{"type":"Feature","id":"n3229928472","geometry":{"type":"Point","coordinates":[-0.3194169,51.5519446]},"properties":{"@type":"node","@id":3229928472,"@timestamp":1418314184},"coords":"51.5519446,-0.3194169","bedrooms":"0","price":"242000","area":"651"} , +{"type":"Feature","id":"n3230191330","geometry":{"type":"Point","coordinates":[-0.1581264,51.4363025]},"properties":{"@type":"node","@id":3230191330,"@timestamp":1634214411},"coords":"51.4363025,-0.1581264","bedrooms":"2","price":"247000","area":"663"} , +{"type":"Feature","id":"n3230430774","geometry":{"type":"Point","coordinates":[-0.0926763,51.3971365]},"properties":{"@type":"node","@id":3230430774,"@timestamp":1605845827},"coords":"51.3971365,-0.0926763","bedrooms":"3","price":"251000","area":"360"} , +{"type":"Feature","id":"n3230539780","geometry":{"type":"Point","coordinates":[-0.3338337,51.4266052]},"properties":{"@type":"node","@id":3230539780,"@timestamp":1602851129},"coords":"51.4266052,-0.3338337","bedrooms":"2","price":"150000","area":"449"} , +{"type":"Feature","id":"n3230596411","geometry":{"type":"Point","coordinates":[-0.1705153,51.4680267]},"properties":{"@type":"node","@id":3230596411,"@timestamp":1519579489},"coords":"51.4680267,-0.1705153","bedrooms":"4","price":"271000","area":"592"} , +{"type":"Feature","id":"n3231489425","geometry":{"type":"Point","coordinates":[-0.3357198,51.5564752]},"properties":{"@type":"node","@id":3231489425,"@timestamp":1418396262},"coords":"51.5564752,-0.3357198","bedrooms":"2","price":"172000","area":"393"} , +{"type":"Feature","id":"n3231553884","geometry":{"type":"Point","coordinates":[-0.3371574,51.554369]},"properties":{"@type":"node","@id":3231553884,"@timestamp":1418399641},"coords":"51.554369,-0.3371574","bedrooms":"0","price":"280000","area":"444"} , +{"type":"Feature","id":"n3231556574","geometry":{"type":"Point","coordinates":[-0.3367739,51.554871]},"properties":{"@type":"node","@id":3231556574,"@timestamp":1418399711},"coords":"51.554871,-0.3367739","bedrooms":"1","price":"247000","area":"398"} , +{"type":"Feature","id":"n3231579747","geometry":{"type":"Point","coordinates":[-0.3382221,51.5508749]},"properties":{"@type":"node","@id":3231579747,"@timestamp":1418401195},"coords":"51.5508749,-0.3382221","bedrooms":"3","price":"236000","area":"696"} , +{"type":"Feature","id":"n3231708946","geometry":{"type":"Point","coordinates":[-0.0720015,51.5154215]},"properties":{"@type":"node","@id":3231708946,"@timestamp":1590428959},"coords":"51.5154215,-0.0720015","bedrooms":"0","price":"200000","area":"483"} , +{"type":"Feature","id":"n3231984525","geometry":{"type":"Point","coordinates":[-0.2062408,51.4447857]},"properties":{"@type":"node","@id":3231984525,"@timestamp":1598717121},"coords":"51.4447857,-0.2062408","bedrooms":"1","price":"191000","area":"692"} , +{"type":"Feature","id":"n3232136698","geometry":{"type":"Point","coordinates":[0.2489863,51.5556739]},"properties":{"@type":"node","@id":3232136698,"@timestamp":1418421707},"coords":"51.5556739,0.2489863","bedrooms":"4","price":"248000","area":"425"} , +{"type":"Feature","id":"n3232160544","geometry":{"type":"Point","coordinates":[-0.1167247,51.495032]},"properties":{"@type":"node","@id":3232160544,"@timestamp":1418422835},"coords":"51.495032,-0.1167247","bedrooms":"1","price":"209000","area":"578"} , +{"type":"Feature","id":"n3232171142","geometry":{"type":"Point","coordinates":[-0.1705777,51.4683648]},"properties":{"@type":"node","@id":3232171142,"@timestamp":1418424030},"coords":"51.4683648,-0.1705777","bedrooms":"4","price":"235000","area":"396"} , +{"type":"Feature","id":"n3232332426","geometry":{"type":"Point","coordinates":[0.0796214,51.5329672]},"properties":{"@type":"node","@id":3232332426,"@timestamp":1418434711},"coords":"51.5329672,0.0796214","bedrooms":"4","price":"272000","area":"486"} , +{"type":"Feature","id":"n3232968313","geometry":{"type":"Point","coordinates":[0.2533162,51.5566734]},"properties":{"@type":"node","@id":3232968313,"@timestamp":1624485600},"coords":"51.5566734,0.2533162","bedrooms":"2","price":"298000","area":"523"} , +{"type":"Feature","id":"n3233317014","geometry":{"type":"Point","coordinates":[-0.8934715,51.4468979]},"properties":{"@type":"node","@id":3233317014,"@timestamp":1418487959},"coords":"51.4468979,-0.8934715","bedrooms":"1","price":"260000","area":"414"} , +{"type":"Feature","id":"n3233717155","geometry":{"type":"Point","coordinates":[-0.0271442,51.5069451]},"properties":{"@type":"node","@id":3233717155,"@timestamp":1418528148},"coords":"51.5069451,-0.0271442","bedrooms":"2","price":"272000","area":"699"} , +{"type":"Feature","id":"n3234379269","geometry":{"type":"Point","coordinates":[-0.9777344,50.960869]},"properties":{"@type":"node","@id":3234379269,"@timestamp":1418567118},"coords":"50.960869,-0.9777344","bedrooms":"2","price":"293000","area":"501"} , +{"type":"Feature","id":"n3234495374","geometry":{"type":"Point","coordinates":[-0.1039892,51.5209104]},"properties":{"@type":"node","@id":3234495374,"@timestamp":1418571961},"coords":"51.5209104,-0.1039892","bedrooms":"4","price":"299000","area":"674"} , +{"type":"Feature","id":"n3234524570","geometry":{"type":"Point","coordinates":[0.5294892,51.2741274]},"properties":{"@type":"node","@id":3234524570,"@timestamp":1418572970},"coords":"51.2741274,0.5294892","bedrooms":"2","price":"239000","area":"677"} , +{"type":"Feature","id":"n3234570859","geometry":{"type":"Point","coordinates":[-0.3336294,51.5538913]},"properties":{"@type":"node","@id":3234570859,"@timestamp":1418575283},"coords":"51.5538913,-0.3336294","bedrooms":"1","price":"193000","area":"550"} , +{"type":"Feature","id":"n3234756885","geometry":{"type":"Point","coordinates":[-0.5002842,51.1885985]},"properties":{"@type":"node","@id":3234756885,"@timestamp":1418579525},"coords":"51.1885985,-0.5002842","bedrooms":"2","price":"201000","area":"695"} , +{"type":"Feature","id":"n3235544829","geometry":{"type":"Point","coordinates":[-0.2109267,51.5531047]},"properties":{"@type":"node","@id":3235544829,"@timestamp":1587494394},"coords":"51.5531047,-0.2109267","bedrooms":"4","price":"263000","area":"526"} , +{"type":"Feature","id":"n3236014920","geometry":{"type":"Point","coordinates":[-0.1948291,51.438631]},"properties":{"@type":"node","@id":3236014920,"@timestamp":1418644755},"coords":"51.438631,-0.1948291","bedrooms":"2","price":"157000","area":"588"} , +{"type":"Feature","id":"n3236070585","geometry":{"type":"Point","coordinates":[-0.3506692,51.5309125]},"properties":{"@type":"node","@id":3236070585,"@timestamp":1418647075},"coords":"51.5309125,-0.3506692","bedrooms":"4","price":"210000","area":"571"} , +{"type":"Feature","id":"n3236199478","geometry":{"type":"Point","coordinates":[-0.1473288,51.4307166]},"properties":{"@type":"node","@id":3236199478,"@timestamp":1474286269},"coords":"51.4307166,-0.1473288","bedrooms":"2","price":"160000","area":"519"} , +{"type":"Feature","id":"n3236279563","geometry":{"type":"Point","coordinates":[-0.0571174,51.5469592]},"properties":{"@type":"node","@id":3236279563,"@timestamp":1531276958},"coords":"51.5469592,-0.0571174","bedrooms":"3","price":"262000","area":"402"} , +{"type":"Feature","id":"n3236335478","geometry":{"type":"Point","coordinates":[-0.3385079,51.5068002]},"properties":{"@type":"node","@id":3236335478,"@timestamp":1418656401},"coords":"51.5068002,-0.3385079","bedrooms":"2","price":"218000","area":"474"} , +{"type":"Feature","id":"n3236595206","geometry":{"type":"Point","coordinates":[-0.3181155,51.5244922]},"properties":{"@type":"node","@id":3236595206,"@timestamp":1635083754},"coords":"51.5244922,-0.3181155","bedrooms":"3","price":"165000","area":"509"} , +{"type":"Feature","id":"n3236909499","geometry":{"type":"Point","coordinates":[-0.3345968,51.5510338]},"properties":{"@type":"node","@id":3236909499,"@timestamp":1418676673},"coords":"51.5510338,-0.3345968","bedrooms":"0","price":"171000","area":"472"} , +{"type":"Feature","id":"n3236919126","geometry":{"type":"Point","coordinates":[-0.3322606,51.5531583]},"properties":{"@type":"node","@id":3236919126,"@timestamp":1418676998},"coords":"51.5531583,-0.3322606","bedrooms":"3","price":"254000","area":"644"} , +{"type":"Feature","id":"n3236994796","geometry":{"type":"Point","coordinates":[-0.190708,51.4683503]},"properties":{"@type":"node","@id":3236994796,"@timestamp":1553719151},"coords":"51.4683503,-0.190708","bedrooms":"1","price":"280000","area":"574"} , +{"type":"Feature","id":"n3237236200","geometry":{"type":"Point","coordinates":[-0.201902,51.5305859]},"properties":{"@type":"node","@id":3237236200,"@timestamp":1598980809},"coords":"51.5305859,-0.201902","bedrooms":"4","price":"287000","area":"675"} , +{"type":"Feature","id":"n3238027864","geometry":{"type":"Point","coordinates":[-0.3333846,51.5544257]},"properties":{"@type":"node","@id":3238027864,"@timestamp":1418742766},"coords":"51.5544257,-0.3333846","bedrooms":"2","price":"233000","area":"434"} , +{"type":"Feature","id":"n3238027874","geometry":{"type":"Point","coordinates":[-0.3335267,51.5541655]},"properties":{"@type":"node","@id":3238027874,"@timestamp":1418742767},"coords":"51.5541655,-0.3335267","bedrooms":"1","price":"212000","area":"587"} , +{"type":"Feature","id":"n3238027884","geometry":{"type":"Point","coordinates":[-0.3330627,51.5550576]},"properties":{"@type":"node","@id":3238027884,"@timestamp":1418742767},"coords":"51.5550576,-0.3330627","bedrooms":"4","price":"177000","area":"617"} , +{"type":"Feature","id":"n3238094964","geometry":{"type":"Point","coordinates":[-0.3375688,51.5538217]},"properties":{"@type":"node","@id":3238094964,"@timestamp":1418745201},"coords":"51.5538217,-0.3375688","bedrooms":"2","price":"200000","area":"367"} , +{"type":"Feature","id":"n3238121043","geometry":{"type":"Point","coordinates":[-0.3395457,51.5492937]},"properties":{"@type":"node","@id":3238121043,"@timestamp":1418746680},"coords":"51.5492937,-0.3395457","bedrooms":"1","price":"222000","area":"652"} , +{"type":"Feature","id":"n3238121056","geometry":{"type":"Point","coordinates":[-0.3396355,51.5489477]},"properties":{"@type":"node","@id":3238121056,"@timestamp":1418746681},"coords":"51.5489477,-0.3396355","bedrooms":"3","price":"238000","area":"627"} , +{"type":"Feature","id":"n3238127623","geometry":{"type":"Point","coordinates":[-0.3400633,51.5479961]},"properties":{"@type":"node","@id":3238127623,"@timestamp":1418746962},"coords":"51.5479961,-0.3400633","bedrooms":"4","price":"279000","area":"645"} , +{"type":"Feature","id":"n3238133105","geometry":{"type":"Point","coordinates":[-0.3390574,51.5512068]},"properties":{"@type":"node","@id":3238133105,"@timestamp":1419005469},"coords":"51.5512068,-0.3390574","bedrooms":"2","price":"254000","area":"446"} , +{"type":"Feature","id":"n3238542648","geometry":{"type":"Point","coordinates":[-0.3397791,51.55355]},"properties":{"@type":"node","@id":3238542648,"@timestamp":1418761809},"coords":"51.55355,-0.3397791","bedrooms":"3","price":"170000","area":"428"} , +{"type":"Feature","id":"n3238542658","geometry":{"type":"Point","coordinates":[-0.3410826,51.5536502]},"properties":{"@type":"node","@id":3238542658,"@timestamp":1418761809},"coords":"51.5536502,-0.3410826","bedrooms":"1","price":"240000","area":"651"} , +{"type":"Feature","id":"n3238544868","geometry":{"type":"Point","coordinates":[-0.3399078,51.5535151]},"properties":{"@type":"node","@id":3238544868,"@timestamp":1418761810},"coords":"51.5535151,-0.3399078","bedrooms":"1","price":"194000","area":"396"} , +{"type":"Feature","id":"n3238544878","geometry":{"type":"Point","coordinates":[-0.3391942,51.5537269]},"properties":{"@type":"node","@id":3238544878,"@timestamp":1418761810},"coords":"51.5537269,-0.3391942","bedrooms":"4","price":"226000","area":"683"} , +{"type":"Feature","id":"n3238544888","geometry":{"type":"Point","coordinates":[-0.342008,51.5534167]},"properties":{"@type":"node","@id":3238544888,"@timestamp":1418761810},"coords":"51.5534167,-0.342008","bedrooms":"2","price":"225000","area":"429"} , +{"type":"Feature","id":"n3238544898","geometry":{"type":"Point","coordinates":[-0.3437568,51.5530698]},"properties":{"@type":"node","@id":3238544898,"@timestamp":1418761811},"coords":"51.5530698,-0.3437568","bedrooms":"2","price":"205000","area":"686"} , +{"type":"Feature","id":"n3238547937","geometry":{"type":"Point","coordinates":[-0.3463693,51.5526829]},"properties":{"@type":"node","@id":3238547937,"@timestamp":1418762071},"coords":"51.5526829,-0.3463693","bedrooms":"3","price":"277000","area":"634"} , +{"type":"Feature","id":"n3238547947","geometry":{"type":"Point","coordinates":[-0.3456585,51.5527579]},"properties":{"@type":"node","@id":3238547947,"@timestamp":1418762071},"coords":"51.5527579,-0.3456585","bedrooms":"0","price":"280000","area":"606"} , +{"type":"Feature","id":"n3238547957","geometry":{"type":"Point","coordinates":[-0.3454868,51.5527795]},"properties":{"@type":"node","@id":3238547957,"@timestamp":1418762072},"coords":"51.5527795,-0.3454868","bedrooms":"1","price":"178000","area":"555"} , +{"type":"Feature","id":"n3238556989","geometry":{"type":"Point","coordinates":[-0.3480239,51.5522192]},"properties":{"@type":"node","@id":3238556989,"@timestamp":1418762407},"coords":"51.5522192,-0.3480239","bedrooms":"4","price":"270000","area":"394"} , +{"type":"Feature","id":"n3238556999","geometry":{"type":"Point","coordinates":[-0.3484155,51.5526295]},"properties":{"@type":"node","@id":3238556999,"@timestamp":1418762407},"coords":"51.5526295,-0.3484155","bedrooms":"1","price":"224000","area":"357"} , +{"type":"Feature","id":"n3238557009","geometry":{"type":"Point","coordinates":[-0.3478308,51.5522226]},"properties":{"@type":"node","@id":3238557009,"@timestamp":1418762407},"coords":"51.5522226,-0.3478308","bedrooms":"1","price":"296000","area":"669"} , +{"type":"Feature","id":"n3238557019","geometry":{"type":"Point","coordinates":[-0.3481959,51.5522191]},"properties":{"@type":"node","@id":3238557019,"@timestamp":1418762408},"coords":"51.5522191,-0.3481959","bedrooms":"2","price":"279000","area":"502"} , +{"type":"Feature","id":"n3238574091","geometry":{"type":"Point","coordinates":[-0.3471656,51.5522258]},"properties":{"@type":"node","@id":3238574091,"@timestamp":1418763085},"coords":"51.5522258,-0.3471656","bedrooms":"2","price":"160000","area":"413"} , +{"type":"Feature","id":"n3238574101","geometry":{"type":"Point","coordinates":[-0.3433947,51.5527078]},"properties":{"@type":"node","@id":3238574101,"@timestamp":1418763086},"coords":"51.5527078,-0.3433947","bedrooms":"1","price":"284000","area":"473"} , +{"type":"Feature","id":"n3238574111","geometry":{"type":"Point","coordinates":[-0.3419541,51.5529912]},"properties":{"@type":"node","@id":3238574111,"@timestamp":1418763086},"coords":"51.5529912,-0.3419541","bedrooms":"2","price":"252000","area":"513"} , +{"type":"Feature","id":"n3238574121","geometry":{"type":"Point","coordinates":[-0.3438507,51.5526162]},"properties":{"@type":"node","@id":3238574121,"@timestamp":1418763086},"coords":"51.5526162,-0.3438507","bedrooms":"1","price":"285000","area":"381"} , +{"type":"Feature","id":"n3238574131","geometry":{"type":"Point","coordinates":[-0.3410612,51.5532065]},"properties":{"@type":"node","@id":3238574131,"@timestamp":1418763087},"coords":"51.5532065,-0.3410612","bedrooms":"2","price":"222000","area":"579"} , +{"type":"Feature","id":"n3238574141","geometry":{"type":"Point","coordinates":[-0.3468652,51.5522358]},"properties":{"@type":"node","@id":3238574141,"@timestamp":1418763087},"coords":"51.5522358,-0.3468652","bedrooms":"1","price":"200000","area":"655"} , +{"type":"Feature","id":"n3238581196","geometry":{"type":"Point","coordinates":[-0.3542253,51.5535067]},"properties":{"@type":"node","@id":3238581196,"@timestamp":1418763294},"coords":"51.5535067,-0.3542253","bedrooms":"4","price":"280000","area":"477"} , +{"type":"Feature","id":"n3238655492","geometry":{"type":"Point","coordinates":[-0.338491,51.5496736]},"properties":{"@type":"node","@id":3238655492,"@timestamp":1418925658},"coords":"51.5496736,-0.338491","bedrooms":"1","price":"282000","area":"510"} , +{"type":"Feature","id":"n3238655502","geometry":{"type":"Point","coordinates":[-0.3378955,51.5499988]},"properties":{"@type":"node","@id":3238655502,"@timestamp":1418925590},"coords":"51.5499988,-0.3378955","bedrooms":"4","price":"263000","area":"534"} , +{"type":"Feature","id":"n3238692485","geometry":{"type":"Point","coordinates":[0.0396719,51.520768]},"properties":{"@type":"node","@id":3238692485,"@timestamp":1418767937},"coords":"51.520768,0.0396719","bedrooms":"4","price":"150000","area":"442"} , +{"type":"Feature","id":"n3239271376","geometry":{"type":"Point","coordinates":[-0.1051991,51.5134457]},"properties":{"@type":"node","@id":3239271376,"@timestamp":1628186053},"coords":"51.5134457,-0.1051991","bedrooms":"2","price":"249000","area":"365"} , +{"type":"Feature","id":"n3239310236","geometry":{"type":"Point","coordinates":[-0.3282384,51.5525678]},"properties":{"@type":"node","@id":3239310236,"@timestamp":1418814241},"coords":"51.5525678,-0.3282384","bedrooms":"4","price":"171000","area":"688"} , +{"type":"Feature","id":"n3239333434","geometry":{"type":"Point","coordinates":[-0.3284449,51.5517773]},"properties":{"@type":"node","@id":3239333434,"@timestamp":1418814753},"coords":"51.5517773,-0.3284449","bedrooms":"3","price":"176000","area":"545"} , +{"type":"Feature","id":"n3239338487","geometry":{"type":"Point","coordinates":[-0.3303708,51.5501645]},"properties":{"@type":"node","@id":3239338487,"@timestamp":1418815108},"coords":"51.5501645,-0.3303708","bedrooms":"2","price":"202000","area":"488"} , +{"type":"Feature","id":"n3239355689","geometry":{"type":"Point","coordinates":[-0.3268705,51.5521675]},"properties":{"@type":"node","@id":3239355689,"@timestamp":1418815720},"coords":"51.5521675,-0.3268705","bedrooms":"1","price":"246000","area":"614"} , +{"type":"Feature","id":"n3239362329","geometry":{"type":"Point","coordinates":[-0.3278307,51.5533732]},"properties":{"@type":"node","@id":3239362329,"@timestamp":1418816004},"coords":"51.5533732,-0.3278307","bedrooms":"0","price":"248000","area":"429"} , +{"type":"Feature","id":"n3239374058","geometry":{"type":"Point","coordinates":[-0.3353624,51.553922]},"properties":{"@type":"node","@id":3239374058,"@timestamp":1418816346},"coords":"51.553922,-0.3353624","bedrooms":"1","price":"261000","area":"493"} , +{"type":"Feature","id":"n3239377466","geometry":{"type":"Point","coordinates":[-0.3299014,51.5531065]},"properties":{"@type":"node","@id":3239377466,"@timestamp":1418816514},"coords":"51.5531065,-0.3299014","bedrooms":"0","price":"246000","area":"504"} , +{"type":"Feature","id":"n3239379910","geometry":{"type":"Point","coordinates":[-0.3334982,51.5532916]},"properties":{"@type":"node","@id":3239379910,"@timestamp":1418816663},"coords":"51.5532916,-0.3334982","bedrooms":"0","price":"239000","area":"375"} , +{"type":"Feature","id":"n3239525075","geometry":{"type":"Point","coordinates":[-0.0896996,51.5134886]},"properties":{"@type":"node","@id":3239525075,"@timestamp":1418822166},"coords":"51.5134886,-0.0896996","bedrooms":"4","price":"155000","area":"494"} , +{"type":"Feature","id":"n3239546486","geometry":{"type":"Point","coordinates":[-0.1057964,51.5140476]},"properties":{"@type":"node","@id":3239546486,"@timestamp":1463489869},"coords":"51.5140476,-0.1057964","bedrooms":"4","price":"171000","area":"543"} , +{"type":"Feature","id":"n3239659991","geometry":{"type":"Point","coordinates":[-0.3285678,51.5508296]},"properties":{"@type":"node","@id":3239659991,"@timestamp":1418828129},"coords":"51.5508296,-0.3285678","bedrooms":"0","price":"204000","area":"687"} , +{"type":"Feature","id":"n3239661019","geometry":{"type":"Point","coordinates":[-0.3275773,51.5510056]},"properties":{"@type":"node","@id":3239661019,"@timestamp":1418828130},"coords":"51.5510056,-0.3275773","bedrooms":"3","price":"252000","area":"625"} , +{"type":"Feature","id":"n3239782750","geometry":{"type":"Point","coordinates":[-0.3268124,51.5428201]},"properties":{"@type":"node","@id":3239782750,"@timestamp":1418833597},"coords":"51.5428201,-0.3268124","bedrooms":"3","price":"183000","area":"633"} , +{"type":"Feature","id":"n3240063173","geometry":{"type":"Point","coordinates":[-0.0882449,51.5062617]},"properties":{"@type":"node","@id":3240063173,"@timestamp":1612223175},"coords":"51.5062617,-0.0882449","bedrooms":"0","price":"197000","area":"524"} , +{"type":"Feature","id":"n3240300718","geometry":{"type":"Point","coordinates":[-0.2822301,51.5869969]},"properties":{"@type":"node","@id":3240300718,"@timestamp":1627333860},"coords":"51.5869969,-0.2822301","bedrooms":"2","price":"280000","area":"522"} , +{"type":"Feature","id":"n3240926959","geometry":{"type":"Point","coordinates":[0.8297745,51.8869083]},"properties":{"@type":"node","@id":3240926959,"@timestamp":1418905550},"coords":"51.8869083,0.8297745","bedrooms":"2","price":"175000","area":"391"} , +{"type":"Feature","id":"n3241402194","geometry":{"type":"Point","coordinates":[-0.3357501,51.5481889]},"properties":{"@type":"node","@id":3241402194,"@timestamp":1418926509},"coords":"51.5481889,-0.3357501","bedrooms":"0","price":"207000","area":"548"} , +{"type":"Feature","id":"n3241594465","geometry":{"type":"Point","coordinates":[-0.3371207,51.5481756]},"properties":{"@type":"node","@id":3241594465,"@timestamp":1418933718},"coords":"51.5481756,-0.3371207","bedrooms":"0","price":"236000","area":"475"} , +{"type":"Feature","id":"n3241606366","geometry":{"type":"Point","coordinates":[-0.3359137,51.5485675]},"properties":{"@type":"node","@id":3241606366,"@timestamp":1418934003},"coords":"51.5485675,-0.3359137","bedrooms":"0","price":"207000","area":"637"} , +{"type":"Feature","id":"n3241612429","geometry":{"type":"Point","coordinates":[-0.3349776,51.5493465]},"properties":{"@type":"node","@id":3241612429,"@timestamp":1418934214},"coords":"51.5493465,-0.3349776","bedrooms":"4","price":"199000","area":"398"} , +{"type":"Feature","id":"n3241616828","geometry":{"type":"Point","coordinates":[-0.3343902,51.5493131]},"properties":{"@type":"node","@id":3241616828,"@timestamp":1418934386},"coords":"51.5493131,-0.3343902","bedrooms":"4","price":"221000","area":"666"} , +{"type":"Feature","id":"n3241620234","geometry":{"type":"Point","coordinates":[-0.3325154,51.5505807]},"properties":{"@type":"node","@id":3241620234,"@timestamp":1418934520},"coords":"51.5505807,-0.3325154","bedrooms":"0","price":"238000","area":"527"} , +{"type":"Feature","id":"n3241627863","geometry":{"type":"Point","coordinates":[-0.3344653,51.5507175]},"properties":{"@type":"node","@id":3241627863,"@timestamp":1418934782},"coords":"51.5507175,-0.3344653","bedrooms":"1","price":"151000","area":"501"} , +{"type":"Feature","id":"n3242358962","geometry":{"type":"Point","coordinates":[0.1904023,51.155384]},"properties":{"@type":"node","@id":3242358962,"@timestamp":1418982756},"coords":"51.155384,0.1904023","bedrooms":"3","price":"265000","area":"403"} , +{"type":"Feature","id":"n3242621433","geometry":{"type":"Point","coordinates":[-0.1772477,51.5166465]},"properties":{"@type":"node","@id":3242621433,"@timestamp":1418995159},"coords":"51.5166465,-0.1772477","bedrooms":"3","price":"172000","area":"351"} , +{"type":"Feature","id":"n3242757454","geometry":{"type":"Point","coordinates":[-0.3341382,51.5553953]},"properties":{"@type":"node","@id":3242757454,"@timestamp":1419001596},"coords":"51.5553953,-0.3341382","bedrooms":"0","price":"236000","area":"397"} , +{"type":"Feature","id":"n3242758808","geometry":{"type":"Point","coordinates":[-0.3342858,51.5545564]},"properties":{"@type":"node","@id":3242758808,"@timestamp":1419001413},"coords":"51.5545564,-0.3342858","bedrooms":"3","price":"152000","area":"413"} , +{"type":"Feature","id":"n3242763735","geometry":{"type":"Point","coordinates":[-0.3352085,51.5558138]},"properties":{"@type":"node","@id":3242763735,"@timestamp":1419002006},"coords":"51.5558138,-0.3352085","bedrooms":"4","price":"203000","area":"657"} , +{"type":"Feature","id":"n3242763748","geometry":{"type":"Point","coordinates":[-0.3359944,51.5547416]},"properties":{"@type":"node","@id":3242763748,"@timestamp":1419002006},"coords":"51.5547416,-0.3359944","bedrooms":"4","price":"229000","area":"645"} , +{"type":"Feature","id":"n3242763760","geometry":{"type":"Point","coordinates":[-0.3354875,51.5554253]},"properties":{"@type":"node","@id":3242763760,"@timestamp":1419002006},"coords":"51.5554253,-0.3354875","bedrooms":"4","price":"272000","area":"482"} , +{"type":"Feature","id":"n3242768972","geometry":{"type":"Point","coordinates":[-0.3349537,51.5554219]},"properties":{"@type":"node","@id":3242768972,"@timestamp":1419002146},"coords":"51.5554219,-0.3349537","bedrooms":"3","price":"195000","area":"562"} , +{"type":"Feature","id":"n3242768982","geometry":{"type":"Point","coordinates":[-0.3350207,51.5553052]},"properties":{"@type":"node","@id":3242768982,"@timestamp":1419002147},"coords":"51.5553052,-0.3350207","bedrooms":"3","price":"196000","area":"665"} , +{"type":"Feature","id":"n3242845761","geometry":{"type":"Point","coordinates":[-0.075517,51.5160148]},"properties":{"@type":"node","@id":3242845761,"@timestamp":1475097601},"coords":"51.5160148,-0.075517","bedrooms":"1","price":"179000","area":"673"} , +{"type":"Feature","id":"n3243252851","geometry":{"type":"Point","coordinates":[0.870985,51.1496539]},"properties":{"@type":"node","@id":3243252851,"@timestamp":1419018004},"coords":"51.1496539,0.870985","bedrooms":"4","price":"276000","area":"398"} , +{"type":"Feature","id":"n3243324495","geometry":{"type":"Point","coordinates":[-0.97176,51.4535059]},"properties":{"@type":"node","@id":3243324495,"@timestamp":1592514014},"coords":"51.4535059,-0.97176","bedrooms":"2","price":"203000","area":"616"} , +{"type":"Feature","id":"n3243849380","geometry":{"type":"Point","coordinates":[0.2517345,51.5575627]},"properties":{"@type":"node","@id":3243849380,"@timestamp":1524317542},"coords":"51.5575627,0.2517345","bedrooms":"1","price":"238000","area":"660"} , +{"type":"Feature","id":"n3244383136","geometry":{"type":"Point","coordinates":[0.2506436,51.558136]},"properties":{"@type":"node","@id":3244383136,"@timestamp":1419075949},"coords":"51.558136,0.2506436","bedrooms":"3","price":"203000","area":"569"} , +{"type":"Feature","id":"n3244805538","geometry":{"type":"Point","coordinates":[-0.1341995,51.301055]},"properties":{"@type":"node","@id":3244805538,"@timestamp":1419097586},"coords":"51.301055,-0.1341995","bedrooms":"2","price":"275000","area":"692"} , +{"type":"Feature","id":"n3245122823","geometry":{"type":"Point","coordinates":[-0.1594678,51.4982123]},"properties":{"@type":"node","@id":3245122823,"@timestamp":1602643205},"coords":"51.4982123,-0.1594678","bedrooms":"0","price":"196000","area":"663"} , +{"type":"Feature","id":"n3246427648","geometry":{"type":"Point","coordinates":[-0.4705083,51.7536873]},"properties":{"@type":"node","@id":3246427648,"@timestamp":1588855194},"coords":"51.7536873,-0.4705083","bedrooms":"3","price":"247000","area":"659"} , +{"type":"Feature","id":"n3246859599","geometry":{"type":"Point","coordinates":[-0.1422364,51.5153096]},"properties":{"@type":"node","@id":3246859599,"@timestamp":1631045164},"coords":"51.5153096,-0.1422364","bedrooms":"2","price":"237000","area":"635"} , +{"type":"Feature","id":"n3247000545","geometry":{"type":"Point","coordinates":[-0.1207646,51.5313284]},"properties":{"@type":"node","@id":3247000545,"@timestamp":1562515510},"coords":"51.5313284,-0.1207646","bedrooms":"3","price":"245000","area":"685"} , +{"type":"Feature","id":"n3247084422","geometry":{"type":"Point","coordinates":[-0.120574,51.5318979]},"properties":{"@type":"node","@id":3247084422,"@timestamp":1634019614},"coords":"51.5318979,-0.120574","bedrooms":"0","price":"208000","area":"660"} , +{"type":"Feature","id":"n3247084432","geometry":{"type":"Point","coordinates":[-0.120442,51.5320256]},"properties":{"@type":"node","@id":3247084432,"@timestamp":1634019614},"coords":"51.5320256,-0.120442","bedrooms":"3","price":"226000","area":"481"} , +{"type":"Feature","id":"n3247084443","geometry":{"type":"Point","coordinates":[-0.1194259,51.5327586]},"properties":{"@type":"node","@id":3247084443,"@timestamp":1576049301},"coords":"51.5327586,-0.1194259","bedrooms":"1","price":"280000","area":"445"} , +{"type":"Feature","id":"n3247098197","geometry":{"type":"Point","coordinates":[-1.1045491,51.2817857]},"properties":{"@type":"node","@id":3247098197,"@timestamp":1629193194},"coords":"51.2817857,-1.1045491","bedrooms":"1","price":"151000","area":"524"} , +{"type":"Feature","id":"n3247125285","geometry":{"type":"Point","coordinates":[-1.1005861,51.3441238]},"properties":{"@type":"node","@id":3247125285,"@timestamp":1496239043},"coords":"51.3441238,-1.1005861","bedrooms":"0","price":"245000","area":"577"} , +{"type":"Feature","id":"n3247613790","geometry":{"type":"Point","coordinates":[0.2966299,51.1022701]},"properties":{"@type":"node","@id":3247613790,"@timestamp":1623677783},"coords":"51.1022701,0.2966299","bedrooms":"3","price":"272000","area":"687"} , +{"type":"Feature","id":"n3247642363","geometry":{"type":"Point","coordinates":[-0.3343761,51.5230955]},"properties":{"@type":"node","@id":3247642363,"@timestamp":1419252302},"coords":"51.5230955,-0.3343761","bedrooms":"0","price":"153000","area":"382"} , +{"type":"Feature","id":"n3247775885","geometry":{"type":"Point","coordinates":[-0.3371963,51.5144482]},"properties":{"@type":"node","@id":3247775885,"@timestamp":1629133905},"coords":"51.5144482,-0.3371963","bedrooms":"2","price":"255000","area":"550"} , +{"type":"Feature","id":"n3247837184","geometry":{"type":"Point","coordinates":[-0.3394242,51.5145793]},"properties":{"@type":"node","@id":3247837184,"@timestamp":1419260163},"coords":"51.5145793,-0.3394242","bedrooms":"1","price":"156000","area":"497"} , +{"type":"Feature","id":"n3247922362","geometry":{"type":"Point","coordinates":[-0.338885,51.5197012]},"properties":{"@type":"node","@id":3247922362,"@timestamp":1419264411},"coords":"51.5197012,-0.338885","bedrooms":"0","price":"150000","area":"472"} , +{"type":"Feature","id":"n3248044509","geometry":{"type":"Point","coordinates":[-0.3409232,51.5233077]},"properties":{"@type":"node","@id":3248044509,"@timestamp":1419269650},"coords":"51.5233077,-0.3409232","bedrooms":"3","price":"206000","area":"476"} , +{"type":"Feature","id":"n3248310278","geometry":{"type":"Point","coordinates":[-0.3286129,51.4477118]},"properties":{"@type":"node","@id":3248310278,"@timestamp":1419279875},"coords":"51.4477118,-0.3286129","bedrooms":"1","price":"290000","area":"584"} , +{"type":"Feature","id":"n3248527907","geometry":{"type":"Point","coordinates":[-0.1635089,51.4723508]},"properties":{"@type":"node","@id":3248527907,"@timestamp":1419323839},"coords":"51.4723508,-0.1635089","bedrooms":"0","price":"298000","area":"439"} , +{"type":"Feature","id":"n3248948327","geometry":{"type":"Point","coordinates":[-0.1009079,51.507073]},"properties":{"@type":"node","@id":3248948327,"@timestamp":1423305397},"coords":"51.507073,-0.1009079","bedrooms":"2","price":"160000","area":"519"} , +{"type":"Feature","id":"n3249221262","geometry":{"type":"Point","coordinates":[-0.178988,51.232023]},"properties":{"@type":"node","@id":3249221262,"@timestamp":1589840797},"coords":"51.232023,-0.178988","bedrooms":"1","price":"180000","area":"529"} , +{"type":"Feature","id":"n3249293381","geometry":{"type":"Point","coordinates":[-0.2552103,51.4272991]},"properties":{"@type":"node","@id":3249293381,"@timestamp":1419344200},"coords":"51.4272991,-0.2552103","bedrooms":"3","price":"292000","area":"672"} , +{"type":"Feature","id":"n3250159383","geometry":{"type":"Point","coordinates":[-0.159942,51.5187559]},"properties":{"@type":"node","@id":3250159383,"@timestamp":1609602014},"coords":"51.5187559,-0.159942","bedrooms":"1","price":"165000","area":"647"} , +{"type":"Feature","id":"n3250832308","geometry":{"type":"Point","coordinates":[-0.1579373,51.4995267]},"properties":{"@type":"node","@id":3250832308,"@timestamp":1419428033},"coords":"51.4995267,-0.1579373","bedrooms":"0","price":"234000","area":"381"} , +{"type":"Feature","id":"n3251122950","geometry":{"type":"Point","coordinates":[-0.1591924,51.5366749]},"properties":{"@type":"node","@id":3251122950,"@timestamp":1419445379},"coords":"51.5366749,-0.1591924","bedrooms":"4","price":"269000","area":"447"} , +{"type":"Feature","id":"n3251123671","geometry":{"type":"Point","coordinates":[-0.1590559,51.5376814]},"properties":{"@type":"node","@id":3251123671,"@timestamp":1419445379},"coords":"51.5376814,-0.1590559","bedrooms":"0","price":"173000","area":"441"} , +{"type":"Feature","id":"n3251123683","geometry":{"type":"Point","coordinates":[-0.158676,51.5383642]},"properties":{"@type":"node","@id":3251123683,"@timestamp":1419445380},"coords":"51.5383642,-0.158676","bedrooms":"1","price":"237000","area":"610"} , +{"type":"Feature","id":"n3251123708","geometry":{"type":"Point","coordinates":[-0.1584465,51.5390519]},"properties":{"@type":"node","@id":3251123708,"@timestamp":1419445380},"coords":"51.5390519,-0.1584465","bedrooms":"4","price":"152000","area":"468"} , +{"type":"Feature","id":"n3251204024","geometry":{"type":"Point","coordinates":[-0.0654432,51.6504767]},"properties":{"@type":"node","@id":3251204024,"@timestamp":1419452676},"coords":"51.6504767,-0.0654432","bedrooms":"1","price":"227000","area":"603"} , +{"type":"Feature","id":"n3251227965","geometry":{"type":"Point","coordinates":[-0.077161,51.6522927]},"properties":{"@type":"node","@id":3251227965,"@timestamp":1424172570},"coords":"51.6522927,-0.077161","bedrooms":"0","price":"269000","area":"493"} , +{"type":"Feature","id":"n3251228000","geometry":{"type":"Point","coordinates":[-0.1087716,51.6546286]},"properties":{"@type":"node","@id":3251228000,"@timestamp":1419454790},"coords":"51.6546286,-0.1087716","bedrooms":"1","price":"291000","area":"563"} , +{"type":"Feature","id":"n3251228033","geometry":{"type":"Point","coordinates":[-0.0713992,51.6516301]},"properties":{"@type":"node","@id":3251228033,"@timestamp":1491133400},"coords":"51.6516301,-0.0713992","bedrooms":"1","price":"208000","area":"465"} , +{"type":"Feature","id":"n3252174086","geometry":{"type":"Point","coordinates":[-0.1172657,51.5009792]},"properties":{"@type":"node","@id":3252174086,"@timestamp":1419523294},"coords":"51.5009792,-0.1172657","bedrooms":"2","price":"285000","area":"424"} , +{"type":"Feature","id":"n3252208183","geometry":{"type":"Point","coordinates":[-0.8939001,51.3167882]},"properties":{"@type":"node","@id":3252208183,"@timestamp":1419523916},"coords":"51.3167882,-0.8939001","bedrooms":"4","price":"219000","area":"653"} , +{"type":"Feature","id":"n3252208194","geometry":{"type":"Point","coordinates":[-0.9078991,51.3623886]},"properties":{"@type":"node","@id":3252208194,"@timestamp":1419523917},"coords":"51.3623886,-0.9078991","bedrooms":"4","price":"154000","area":"463"} , +{"type":"Feature","id":"n3252208204","geometry":{"type":"Point","coordinates":[-0.8828277,51.3793951]},"properties":{"@type":"node","@id":3252208204,"@timestamp":1419523917},"coords":"51.3793951,-0.8828277","bedrooms":"0","price":"286000","area":"613"} , +{"type":"Feature","id":"n3252208220","geometry":{"type":"Point","coordinates":[-0.8258071,51.4036147]},"properties":{"@type":"node","@id":3252208220,"@timestamp":1419523917},"coords":"51.4036147,-0.8258071","bedrooms":"2","price":"223000","area":"660"} , +{"type":"Feature","id":"n3252208241","geometry":{"type":"Point","coordinates":[-0.9267774,51.4587236]},"properties":{"@type":"node","@id":3252208241,"@timestamp":1522349461},"coords":"51.4587236,-0.9267774","bedrooms":"1","price":"200000","area":"369"} , +{"type":"Feature","id":"n3252462156","geometry":{"type":"Point","coordinates":[-0.65683,51.6648825]},"properties":{"@type":"node","@id":3252462156,"@timestamp":1419531230},"coords":"51.6648825,-0.65683","bedrooms":"2","price":"213000","area":"569"} , +{"type":"Feature","id":"n3252618956","geometry":{"type":"Point","coordinates":[0.7310195,50.9807971]},"properties":{"@type":"node","@id":3252618956,"@timestamp":1419538768},"coords":"50.9807971,0.7310195","bedrooms":"1","price":"270000","area":"634"} , +{"type":"Feature","id":"n3253623971","geometry":{"type":"Point","coordinates":[0.8696955,51.1480024]},"properties":{"@type":"node","@id":3253623971,"@timestamp":1611343977},"coords":"51.1480024,0.8696955","bedrooms":"1","price":"181000","area":"575"} , +{"type":"Feature","id":"n3253945501","geometry":{"type":"Point","coordinates":[-0.3605382,51.5544322]},"properties":{"@type":"node","@id":3253945501,"@timestamp":1419616294},"coords":"51.5544322,-0.3605382","bedrooms":"0","price":"209000","area":"470"} , +{"type":"Feature","id":"n3253947349","geometry":{"type":"Point","coordinates":[-0.3607688,51.5558313]},"properties":{"@type":"node","@id":3253947349,"@timestamp":1419616355},"coords":"51.5558313,-0.3607688","bedrooms":"4","price":"224000","area":"532"} , +{"type":"Feature","id":"n3253967396","geometry":{"type":"Point","coordinates":[-0.3517916,51.5509398]},"properties":{"@type":"node","@id":3253967396,"@timestamp":1419617262},"coords":"51.5509398,-0.3517916","bedrooms":"4","price":"257000","area":"564"} , +{"type":"Feature","id":"n3253967406","geometry":{"type":"Point","coordinates":[-0.3511559,51.5514234]},"properties":{"@type":"node","@id":3253967406,"@timestamp":1419617262},"coords":"51.5514234,-0.3511559","bedrooms":"1","price":"287000","area":"382"} , +{"type":"Feature","id":"n3254126577","geometry":{"type":"Point","coordinates":[-0.1789206,51.2296039]},"properties":{"@type":"node","@id":3254126577,"@timestamp":1452427027},"coords":"51.2296039,-0.1789206","bedrooms":"0","price":"281000","area":"619"} , +{"type":"Feature","id":"n3255194872","geometry":{"type":"Point","coordinates":[-0.5982098,51.2495723]},"properties":{"@type":"node","@id":3255194872,"@timestamp":1420878257},"coords":"51.2495723,-0.5982098","bedrooms":"1","price":"158000","area":"379"} , +{"type":"Feature","id":"n3255199488","geometry":{"type":"Point","coordinates":[-0.5988039,51.2496]},"properties":{"@type":"node","@id":3255199488,"@timestamp":1420878092},"coords":"51.2496,-0.5988039","bedrooms":"3","price":"262000","area":"405"} , +{"type":"Feature","id":"n3255217152","geometry":{"type":"Point","coordinates":[-0.6000491,51.2489098]},"properties":{"@type":"node","@id":3255217152,"@timestamp":1419691125},"coords":"51.2489098,-0.6000491","bedrooms":"0","price":"297000","area":"396"} , +{"type":"Feature","id":"n3255223943","geometry":{"type":"Point","coordinates":[-0.5984264,51.2487841]},"properties":{"@type":"node","@id":3255223943,"@timestamp":1419691395},"coords":"51.2487841,-0.5984264","bedrooms":"2","price":"227000","area":"557"} , +{"type":"Feature","id":"n3255230943","geometry":{"type":"Point","coordinates":[-0.5997804,51.2486338]},"properties":{"@type":"node","@id":3255230943,"@timestamp":1419691706},"coords":"51.2486338,-0.5997804","bedrooms":"0","price":"195000","area":"402"} , +{"type":"Feature","id":"n3255245522","geometry":{"type":"Point","coordinates":[-0.6001124,51.2467273]},"properties":{"@type":"node","@id":3255245522,"@timestamp":1419692621},"coords":"51.2467273,-0.6001124","bedrooms":"0","price":"153000","area":"556"} , +{"type":"Feature","id":"n3255255854","geometry":{"type":"Point","coordinates":[-0.6022432,51.246472]},"properties":{"@type":"node","@id":3255255854,"@timestamp":1419693041},"coords":"51.246472,-0.6022432","bedrooms":"3","price":"168000","area":"614"} , +{"type":"Feature","id":"n3255259901","geometry":{"type":"Point","coordinates":[-0.6017609,51.2472929]},"properties":{"@type":"node","@id":3255259901,"@timestamp":1419693634},"coords":"51.2472929,-0.6017609","bedrooms":"3","price":"191000","area":"600"} , +{"type":"Feature","id":"n3255295778","geometry":{"type":"Point","coordinates":[-0.603412,51.2460958]},"properties":{"@type":"node","@id":3255295778,"@timestamp":1419694422},"coords":"51.2460958,-0.603412","bedrooms":"3","price":"281000","area":"378"} , +{"type":"Feature","id":"n3255342146","geometry":{"type":"Point","coordinates":[0.017394,51.574143]},"properties":{"@type":"node","@id":3255342146,"@timestamp":1419695948},"coords":"51.574143,0.017394","bedrooms":"2","price":"259000","area":"421"} , +{"type":"Feature","id":"n3255929434","geometry":{"type":"Point","coordinates":[0.0246527,51.8331294]},"properties":{"@type":"node","@id":3255929434,"@timestamp":1456852002},"coords":"51.8331294,0.0246527","bedrooms":"4","price":"222000","area":"630"} , +{"type":"Feature","id":"n3255929444","geometry":{"type":"Point","coordinates":[0.0237817,51.8279369]},"properties":{"@type":"node","@id":3255929444,"@timestamp":1419721395},"coords":"51.8279369,0.0237817","bedrooms":"4","price":"196000","area":"449"} , +{"type":"Feature","id":"n3256093196","geometry":{"type":"Point","coordinates":[-0.2775429,51.518078]},"properties":{"@type":"node","@id":3256093196,"@timestamp":1525996505},"coords":"51.518078,-0.2775429","bedrooms":"3","price":"158000","area":"354"} , +{"type":"Feature","id":"n3257146506","geometry":{"type":"Point","coordinates":[-0.4589357,51.3705203]},"properties":{"@type":"node","@id":3257146506,"@timestamp":1443113137},"coords":"51.3705203,-0.4589357","bedrooms":"0","price":"196000","area":"522"} , +{"type":"Feature","id":"n3257229308","geometry":{"type":"Point","coordinates":[-0.4668361,51.5020121]},"properties":{"@type":"node","@id":3257229308,"@timestamp":1624361298},"coords":"51.5020121,-0.4668361","bedrooms":"1","price":"239000","area":"516"} , +{"type":"Feature","id":"n3257304722","geometry":{"type":"Point","coordinates":[-0.4417849,51.5026304]},"properties":{"@type":"node","@id":3257304722,"@timestamp":1419800116},"coords":"51.5026304,-0.4417849","bedrooms":"2","price":"258000","area":"400"} , +{"type":"Feature","id":"n3257451608","geometry":{"type":"Point","coordinates":[0.389262,51.2068431]},"properties":{"@type":"node","@id":3257451608,"@timestamp":1419807574},"coords":"51.2068431,0.389262","bedrooms":"0","price":"224000","area":"673"} , +{"type":"Feature","id":"n3257756684","geometry":{"type":"Point","coordinates":[-0.6018628,51.2469985]},"properties":{"@type":"node","@id":3257756684,"@timestamp":1419839471},"coords":"51.2469985,-0.6018628","bedrooms":"0","price":"271000","area":"669"} , +{"type":"Feature","id":"n3258142077","geometry":{"type":"Point","coordinates":[-0.4290477,51.7603897]},"properties":{"@type":"node","@id":3258142077,"@timestamp":1581693079},"coords":"51.7603897,-0.4290477","bedrooms":"4","price":"231000","area":"549"} , +{"type":"Feature","id":"n3258575992","geometry":{"type":"Point","coordinates":[-0.1764432,51.5167144]},"properties":{"@type":"node","@id":3258575992,"@timestamp":1570556013},"coords":"51.5167144,-0.1764432","bedrooms":"4","price":"162000","area":"607"} , +{"type":"Feature","id":"n3258611440","geometry":{"type":"Point","coordinates":[-0.1220193,51.5267602]},"properties":{"@type":"node","@id":3258611440,"@timestamp":1607866111},"coords":"51.5267602,-0.1220193","bedrooms":"3","price":"259000","area":"375"} , +{"type":"Feature","id":"n3258777219","geometry":{"type":"Point","coordinates":[0.2990466,51.396351]},"properties":{"@type":"node","@id":3258777219,"@timestamp":1419881663},"coords":"51.396351,0.2990466","bedrooms":"1","price":"270000","area":"440"} , +{"type":"Feature","id":"n3259057396","geometry":{"type":"Point","coordinates":[-0.4725007,51.5078236]},"properties":{"@type":"node","@id":3259057396,"@timestamp":1602769569},"coords":"51.5078236,-0.4725007","bedrooms":"0","price":"171000","area":"592"} , +{"type":"Feature","id":"n3259057407","geometry":{"type":"Point","coordinates":[-0.4728919,51.5135983]},"properties":{"@type":"node","@id":3259057407,"@timestamp":1612263135},"coords":"51.5135983,-0.4728919","bedrooms":"1","price":"239000","area":"699"} , +{"type":"Feature","id":"n3259141312","geometry":{"type":"Point","coordinates":[-0.4761924,51.5452544]},"properties":{"@type":"node","@id":3259141312,"@timestamp":1598152112},"coords":"51.5452544,-0.4761924","bedrooms":"2","price":"296000","area":"556"} , +{"type":"Feature","id":"n3259895861","geometry":{"type":"Point","coordinates":[0.5297974,51.8656842]},"properties":{"@type":"node","@id":3259895861,"@timestamp":1419949816},"coords":"51.8656842,0.5297974","bedrooms":"0","price":"289000","area":"600"} , +{"type":"Feature","id":"n3260042841","geometry":{"type":"Point","coordinates":[-0.3032302,51.5135129]},"properties":{"@type":"node","@id":3260042841,"@timestamp":1600877566},"coords":"51.5135129,-0.3032302","bedrooms":"0","price":"237000","area":"609"} , +{"type":"Feature","id":"n3260042852","geometry":{"type":"Point","coordinates":[-0.3028309,51.5130248]},"properties":{"@type":"node","@id":3260042852,"@timestamp":1419953474},"coords":"51.5130248,-0.3028309","bedrooms":"3","price":"184000","area":"689"} , +{"type":"Feature","id":"n3260045862","geometry":{"type":"Point","coordinates":[-0.3021763,51.5135553]},"properties":{"@type":"node","@id":3260045862,"@timestamp":1419953474},"coords":"51.5135553,-0.3021763","bedrooms":"2","price":"281000","area":"351"} , +{"type":"Feature","id":"n3260045874","geometry":{"type":"Point","coordinates":[-0.3044132,51.5126139]},"properties":{"@type":"node","@id":3260045874,"@timestamp":1598082252},"coords":"51.5126139,-0.3044132","bedrooms":"4","price":"278000","area":"534"} , +{"type":"Feature","id":"n3260045884","geometry":{"type":"Point","coordinates":[-0.3022048,51.5127281]},"properties":{"@type":"node","@id":3260045884,"@timestamp":1419953475},"coords":"51.5127281,-0.3022048","bedrooms":"2","price":"286000","area":"529"} , +{"type":"Feature","id":"n3260105786","geometry":{"type":"Point","coordinates":[-0.4577462,51.3728369]},"properties":{"@type":"node","@id":3260105786,"@timestamp":1419957671},"coords":"51.3728369,-0.4577462","bedrooms":"0","price":"224000","area":"390"} , +{"type":"Feature","id":"n3260380694","geometry":{"type":"Point","coordinates":[-0.7327868,51.4074141]},"properties":{"@type":"node","@id":3260380694,"@timestamp":1598862577},"coords":"51.4074141,-0.7327868","bedrooms":"3","price":"288000","area":"591"} , +{"type":"Feature","id":"n3260513893","geometry":{"type":"Point","coordinates":[0.0008049,51.8175859]},"properties":{"@type":"node","@id":3260513893,"@timestamp":1419968489},"coords":"51.8175859,0.0008049","bedrooms":"0","price":"257000","area":"606"} , +{"type":"Feature","id":"n3260541523","geometry":{"type":"Point","coordinates":[0.0277592,51.8244837]},"properties":{"@type":"node","@id":3260541523,"@timestamp":1419969253},"coords":"51.8244837,0.0277592","bedrooms":"2","price":"191000","area":"509"} , +{"type":"Feature","id":"n3260601465","geometry":{"type":"Point","coordinates":[-0.3381738,51.5086289]},"properties":{"@type":"node","@id":3260601465,"@timestamp":1419971284},"coords":"51.5086289,-0.3381738","bedrooms":"3","price":"181000","area":"568"} , +{"type":"Feature","id":"n3260660644","geometry":{"type":"Point","coordinates":[-0.3375182,51.5077215]},"properties":{"@type":"node","@id":3260660644,"@timestamp":1419973599},"coords":"51.5077215,-0.3375182","bedrooms":"3","price":"252000","area":"587"} , +{"type":"Feature","id":"n3260747279","geometry":{"type":"Point","coordinates":[0.013972,51.8218108]},"properties":{"@type":"node","@id":3260747279,"@timestamp":1419977425},"coords":"51.8218108,0.013972","bedrooms":"2","price":"167000","area":"466"} , +{"type":"Feature","id":"n3260753506","geometry":{"type":"Point","coordinates":[0.0017586,51.8186051]},"properties":{"@type":"node","@id":3260753506,"@timestamp":1473003687},"coords":"51.8186051,0.0017586","bedrooms":"3","price":"288000","area":"412"} , +{"type":"Feature","id":"n3260831147","geometry":{"type":"Point","coordinates":[-0.480109,51.5470409]},"properties":{"@type":"node","@id":3260831147,"@timestamp":1598450805},"coords":"51.5470409,-0.480109","bedrooms":"0","price":"156000","area":"636"} , +{"type":"Feature","id":"n3260879714","geometry":{"type":"Point","coordinates":[-0.0689424,51.641778]},"properties":{"@type":"node","@id":3260879714,"@timestamp":1419984006},"coords":"51.641778,-0.0689424","bedrooms":"3","price":"260000","area":"431"} , +{"type":"Feature","id":"n3260953886","geometry":{"type":"Point","coordinates":[-0.4512406,51.5051916]},"properties":{"@type":"node","@id":3260953886,"@timestamp":1622712419},"coords":"51.5051916,-0.4512406","bedrooms":"2","price":"175000","area":"541"} , +{"type":"Feature","id":"n3260979994","geometry":{"type":"Point","coordinates":[-0.4420527,51.5028869]},"properties":{"@type":"node","@id":3260979994,"@timestamp":1564909703},"coords":"51.5028869,-0.4420527","bedrooms":"1","price":"189000","area":"519"} , +{"type":"Feature","id":"n3261893933","geometry":{"type":"Point","coordinates":[-0.3376387,51.5074065]},"properties":{"@type":"node","@id":3261893933,"@timestamp":1420040555},"coords":"51.5074065,-0.3376387","bedrooms":"1","price":"230000","area":"500"} , +{"type":"Feature","id":"n3261942073","geometry":{"type":"Point","coordinates":[-0.864836,51.7427654]},"properties":{"@type":"node","@id":3261942073,"@timestamp":1427640207},"coords":"51.7427654,-0.864836","bedrooms":"1","price":"239000","area":"471"} , +{"type":"Feature","id":"n3262047968","geometry":{"type":"Point","coordinates":[-0.4578285,51.3618659]},"properties":{"@type":"node","@id":3262047968,"@timestamp":1503174918},"coords":"51.3618659,-0.4578285","bedrooms":"4","price":"178000","area":"612"} , +{"type":"Feature","id":"n3262174468","geometry":{"type":"Point","coordinates":[0.0079818,51.4865003]},"properties":{"@type":"node","@id":3262174468,"@timestamp":1420049786},"coords":"51.4865003,0.0079818","bedrooms":"2","price":"258000","area":"495"} , +{"type":"Feature","id":"n3262990326","geometry":{"type":"Point","coordinates":[-0.8890612,51.74345]},"properties":{"@type":"node","@id":3262990326,"@timestamp":1420233370},"coords":"51.74345,-0.8890612","bedrooms":"4","price":"172000","area":"424"} , +{"type":"Feature","id":"n3263011078","geometry":{"type":"Point","coordinates":[-0.8869565,51.7448229]},"properties":{"@type":"node","@id":3263011078,"@timestamp":1420233370},"coords":"51.7448229,-0.8869565","bedrooms":"1","price":"283000","area":"549"} , +{"type":"Feature","id":"n3263012642","geometry":{"type":"Point","coordinates":[-0.4514971,51.3704494]},"properties":{"@type":"node","@id":3263012642,"@timestamp":1420108074},"coords":"51.3704494,-0.4514971","bedrooms":"4","price":"205000","area":"454"} , +{"type":"Feature","id":"n3263012652","geometry":{"type":"Point","coordinates":[-0.4546955,51.3711219]},"properties":{"@type":"node","@id":3263012652,"@timestamp":1420108074},"coords":"51.3711219,-0.4546955","bedrooms":"0","price":"158000","area":"567"} , +{"type":"Feature","id":"n3263014142","geometry":{"type":"Point","coordinates":[-0.4523318,51.369603]},"properties":{"@type":"node","@id":3263014142,"@timestamp":1420108258},"coords":"51.369603,-0.4523318","bedrooms":"0","price":"273000","area":"602"} , +{"type":"Feature","id":"n3263070483","geometry":{"type":"Point","coordinates":[0.3205254,51.237594]},"properties":{"@type":"node","@id":3263070483,"@timestamp":1420112419},"coords":"51.237594,0.3205254","bedrooms":"4","price":"176000","area":"382"} , +{"type":"Feature","id":"n3263631072","geometry":{"type":"Point","coordinates":[-0.8716199,51.7509334]},"properties":{"@type":"node","@id":3263631072,"@timestamp":1547394941},"coords":"51.7509334,-0.8716199","bedrooms":"1","price":"284000","area":"443"} , +{"type":"Feature","id":"n3263864692","geometry":{"type":"Point","coordinates":[-0.1099875,51.53461]},"properties":{"@type":"node","@id":3263864692,"@timestamp":1420133760},"coords":"51.53461,-0.1099875","bedrooms":"1","price":"229000","area":"471"} , +{"type":"Feature","id":"n3264003064","geometry":{"type":"Point","coordinates":[-0.1285557,51.5661301]},"properties":{"@type":"node","@id":3264003064,"@timestamp":1420137287},"coords":"51.5661301,-0.1285557","bedrooms":"0","price":"228000","area":"624"} , +{"type":"Feature","id":"n3264153710","geometry":{"type":"Point","coordinates":[-0.8979633,51.3392243]},"properties":{"@type":"node","@id":3264153710,"@timestamp":1420142235},"coords":"51.3392243,-0.8979633","bedrooms":"1","price":"239000","area":"599"} , +{"type":"Feature","id":"n3264328963","geometry":{"type":"Point","coordinates":[-0.1028889,51.3522952]},"properties":{"@type":"node","@id":3264328963,"@timestamp":1420146922},"coords":"51.3522952,-0.1028889","bedrooms":"1","price":"185000","area":"679"} , +{"type":"Feature","id":"n3264341419","geometry":{"type":"Point","coordinates":[-0.1035482,51.351991]},"properties":{"@type":"node","@id":3264341419,"@timestamp":1420147205},"coords":"51.351991,-0.1035482","bedrooms":"2","price":"235000","area":"430"} , +{"type":"Feature","id":"n3264376103","geometry":{"type":"Point","coordinates":[-0.1039272,51.3511174]},"properties":{"@type":"node","@id":3264376103,"@timestamp":1420148010},"coords":"51.3511174,-0.1039272","bedrooms":"2","price":"203000","area":"536"} , +{"type":"Feature","id":"n3264390361","geometry":{"type":"Point","coordinates":[-0.1030003,51.351914]},"properties":{"@type":"node","@id":3264390361,"@timestamp":1420148536},"coords":"51.351914,-0.1030003","bedrooms":"2","price":"163000","area":"506"} , +{"type":"Feature","id":"n3264390371","geometry":{"type":"Point","coordinates":[-0.1035364,51.3512617]},"properties":{"@type":"node","@id":3264390371,"@timestamp":1420148536},"coords":"51.3512617,-0.1035364","bedrooms":"1","price":"291000","area":"392"} , +{"type":"Feature","id":"n3264404472","geometry":{"type":"Point","coordinates":[-0.1024898,51.3512223]},"properties":{"@type":"node","@id":3264404472,"@timestamp":1420149513},"coords":"51.3512223,-0.1024898","bedrooms":"3","price":"233000","area":"578"} , +{"type":"Feature","id":"n3264406912","geometry":{"type":"Point","coordinates":[-0.1030649,51.3504924]},"properties":{"@type":"node","@id":3264406912,"@timestamp":1420149609},"coords":"51.3504924,-0.1030649","bedrooms":"3","price":"264000","area":"668"} , +{"type":"Feature","id":"n3264847961","geometry":{"type":"Point","coordinates":[0.0062662,51.4829525]},"properties":{"@type":"node","@id":3264847961,"@timestamp":1420187563},"coords":"51.4829525,0.0062662","bedrooms":"3","price":"259000","area":"591"} , +{"type":"Feature","id":"n3265436260","geometry":{"type":"Point","coordinates":[-0.1080639,51.5110348]},"properties":{"@type":"node","@id":3265436260,"@timestamp":1618194285},"coords":"51.5110348,-0.1080639","bedrooms":"0","price":"154000","area":"681"} , +{"type":"Feature","id":"n3265838399","geometry":{"type":"Point","coordinates":[-0.8943602,51.7482829]},"properties":{"@type":"node","@id":3265838399,"@timestamp":1420226001},"coords":"51.7482829,-0.8943602","bedrooms":"2","price":"258000","area":"389"} , +{"type":"Feature","id":"n3265934110","geometry":{"type":"Point","coordinates":[-0.6180826,51.6383364]},"properties":{"@type":"node","@id":3265934110,"@timestamp":1599571482},"coords":"51.6383364,-0.6180826","bedrooms":"3","price":"294000","area":"562"} , +{"type":"Feature","id":"n3266682061","geometry":{"type":"Point","coordinates":[-0.8957361,51.7388623]},"properties":{"@type":"node","@id":3266682061,"@timestamp":1421610721},"coords":"51.7388623,-0.8957361","bedrooms":"4","price":"250000","area":"509"} , +{"type":"Feature","id":"n3267426830","geometry":{"type":"Point","coordinates":[-0.1928585,51.4198751]},"properties":{"@type":"node","@id":3267426830,"@timestamp":1420306692},"coords":"51.4198751,-0.1928585","bedrooms":"3","price":"231000","area":"605"} , +{"type":"Feature","id":"n3267455857","geometry":{"type":"Point","coordinates":[-0.1017885,51.5108587]},"properties":{"@type":"node","@id":3267455857,"@timestamp":1420307368},"coords":"51.5108587,-0.1017885","bedrooms":"4","price":"284000","area":"501"} , +{"type":"Feature","id":"n3267461694","geometry":{"type":"Point","coordinates":[-0.1025588,51.5109158]},"properties":{"@type":"node","@id":3267461694,"@timestamp":1420307368},"coords":"51.5109158,-0.1025588","bedrooms":"0","price":"198000","area":"369"} , +{"type":"Feature","id":"n3267461713","geometry":{"type":"Point","coordinates":[-0.1036989,51.5109455]},"properties":{"@type":"node","@id":3267461713,"@timestamp":1420307369},"coords":"51.5109455,-0.1036989","bedrooms":"2","price":"263000","area":"486"} , +{"type":"Feature","id":"n3267792961","geometry":{"type":"Point","coordinates":[0.8310292,51.2079567]},"properties":{"@type":"node","@id":3267792961,"@timestamp":1420316286},"coords":"51.2079567,0.8310292","bedrooms":"2","price":"259000","area":"657"} , +{"type":"Feature","id":"n3268772754","geometry":{"type":"Point","coordinates":[-0.8902613,51.7330554]},"properties":{"@type":"node","@id":3268772754,"@timestamp":1420375131},"coords":"51.7330554,-0.8902613","bedrooms":"2","price":"164000","area":"524"} , +{"type":"Feature","id":"n3269147169","geometry":{"type":"Point","coordinates":[-0.4769722,51.3701524]},"properties":{"@type":"node","@id":3269147169,"@timestamp":1426593157},"coords":"51.3701524,-0.4769722","bedrooms":"0","price":"275000","area":"505"} , +{"type":"Feature","id":"n3269147182","geometry":{"type":"Point","coordinates":[-0.4870406,51.3716322]},"properties":{"@type":"node","@id":3269147182,"@timestamp":1631130085},"coords":"51.3716322,-0.4870406","bedrooms":"0","price":"150000","area":"437"} , +{"type":"Feature","id":"n3269147198","geometry":{"type":"Point","coordinates":[-0.4596998,51.3753152]},"properties":{"@type":"node","@id":3269147198,"@timestamp":1420389767},"coords":"51.3753152,-0.4596998","bedrooms":"3","price":"189000","area":"483"} , +{"type":"Feature","id":"n3269405960","geometry":{"type":"Point","coordinates":[-0.0950396,51.5138449]},"properties":{"@type":"node","@id":3269405960,"@timestamp":1556986367},"coords":"51.5138449,-0.0950396","bedrooms":"4","price":"177000","area":"585"} , +{"type":"Feature","id":"n3270489570","geometry":{"type":"Point","coordinates":[-0.2183162,51.4716569]},"properties":{"@type":"node","@id":3270489570,"@timestamp":1420467657},"coords":"51.4716569,-0.2183162","bedrooms":"3","price":"270000","area":"623"} , +{"type":"Feature","id":"n3270704670","geometry":{"type":"Point","coordinates":[-0.4387034,51.3738336]},"properties":{"@type":"node","@id":3270704670,"@timestamp":1420476702},"coords":"51.3738336,-0.4387034","bedrooms":"2","price":"160000","area":"550"} , +{"type":"Feature","id":"n3272782415","geometry":{"type":"Point","coordinates":[-0.083241,51.5110205]},"properties":{"@type":"node","@id":3272782415,"@timestamp":1622452621},"coords":"51.5110205,-0.083241","bedrooms":"4","price":"230000","area":"505"} , +{"type":"Feature","id":"n3272782459","geometry":{"type":"Point","coordinates":[-0.0831329,51.5114076]},"properties":{"@type":"node","@id":3272782459,"@timestamp":1622452621},"coords":"51.5114076,-0.0831329","bedrooms":"1","price":"258000","area":"539"} , +{"type":"Feature","id":"n3272823594","geometry":{"type":"Point","coordinates":[-0.0826988,51.5114746]},"properties":{"@type":"node","@id":3272823594,"@timestamp":1629440568},"coords":"51.5114746,-0.0826988","bedrooms":"1","price":"189000","area":"459"} , +{"type":"Feature","id":"n3273609967","geometry":{"type":"Point","coordinates":[-0.0136911,51.4987181]},"properties":{"@type":"node","@id":3273609967,"@timestamp":1420572338},"coords":"51.4987181,-0.0136911","bedrooms":"4","price":"220000","area":"678"} , +{"type":"Feature","id":"n3273659268","geometry":{"type":"Point","coordinates":[-0.1265531,51.4948249]},"properties":{"@type":"node","@id":3273659268,"@timestamp":1564909703},"coords":"51.4948249,-0.1265531","bedrooms":"1","price":"237000","area":"480"} , +{"type":"Feature","id":"n3273659289","geometry":{"type":"Point","coordinates":[-0.1293711,51.4948578]},"properties":{"@type":"node","@id":3273659289,"@timestamp":1564909703},"coords":"51.4948578,-0.1293711","bedrooms":"0","price":"170000","area":"662"} , +{"type":"Feature","id":"n3274233335","geometry":{"type":"Point","coordinates":[-0.0549954,51.5416415]},"properties":{"@type":"node","@id":3274233335,"@timestamp":1526688488},"coords":"51.5416415,-0.0549954","bedrooms":"3","price":"254000","area":"593"} , +{"type":"Feature","id":"n3274641720","geometry":{"type":"Point","coordinates":[-0.4779491,51.3670061]},"properties":{"@type":"node","@id":3274641720,"@timestamp":1427997625},"coords":"51.3670061,-0.4779491","bedrooms":"2","price":"252000","area":"662"} , +{"type":"Feature","id":"n3274744302","geometry":{"type":"Point","coordinates":[-0.0589956,51.6598993]},"properties":{"@type":"node","@id":3274744302,"@timestamp":1420648365},"coords":"51.6598993,-0.0589956","bedrooms":"2","price":"212000","area":"480"} , +{"type":"Feature","id":"n3274744339","geometry":{"type":"Point","coordinates":[-0.059758,51.6600092]},"properties":{"@type":"node","@id":3274744339,"@timestamp":1420648366},"coords":"51.6600092,-0.059758","bedrooms":"1","price":"276000","area":"472"} , +{"type":"Feature","id":"n3274744898","geometry":{"type":"Point","coordinates":[-0.0588838,51.6602326]},"properties":{"@type":"node","@id":3274744898,"@timestamp":1420648367},"coords":"51.6602326,-0.0588838","bedrooms":"4","price":"154000","area":"417"} , +{"type":"Feature","id":"n3274980798","geometry":{"type":"Point","coordinates":[-0.0596865,51.6535631]},"properties":{"@type":"node","@id":3274980798,"@timestamp":1564909703},"coords":"51.6535631,-0.0596865","bedrooms":"4","price":"156000","area":"561"} , +{"type":"Feature","id":"n3274980845","geometry":{"type":"Point","coordinates":[-0.05895,51.6581586]},"properties":{"@type":"node","@id":3274980845,"@timestamp":1420656283},"coords":"51.6581586,-0.05895","bedrooms":"3","price":"269000","area":"516"} , +{"type":"Feature","id":"n3276458447","geometry":{"type":"Point","coordinates":[-0.1175854,51.5146886]},"properties":{"@type":"node","@id":3276458447,"@timestamp":1420709303},"coords":"51.5146886,-0.1175854","bedrooms":"2","price":"165000","area":"652"} , +{"type":"Feature","id":"n3276736730","geometry":{"type":"Point","coordinates":[0.7510495,51.8106639]},"properties":{"@type":"node","@id":3276736730,"@timestamp":1600893424},"coords":"51.8106639,0.7510495","bedrooms":"1","price":"198000","area":"443"} , +{"type":"Feature","id":"n3277023126","geometry":{"type":"Point","coordinates":[0.6966805,51.9057929]},"properties":{"@type":"node","@id":3277023126,"@timestamp":1420736006},"coords":"51.9057929,0.6966805","bedrooms":"2","price":"241000","area":"662"} , +{"type":"Feature","id":"n3277594061","geometry":{"type":"Point","coordinates":[-0.8399428,51.2785054]},"properties":{"@type":"node","@id":3277594061,"@timestamp":1439740003},"coords":"51.2785054,-0.8399428","bedrooms":"3","price":"255000","area":"618"} , +{"type":"Feature","id":"n3278043045","geometry":{"type":"Point","coordinates":[-0.8337441,51.7258531]},"properties":{"@type":"node","@id":3278043045,"@timestamp":1420790823},"coords":"51.7258531,-0.8337441","bedrooms":"1","price":"203000","area":"542"} , +{"type":"Feature","id":"n3278116337","geometry":{"type":"Point","coordinates":[-0.2190188,51.5101741]},"properties":{"@type":"node","@id":3278116337,"@timestamp":1440105771},"coords":"51.5101741,-0.2190188","bedrooms":"3","price":"287000","area":"484"} , +{"type":"Feature","id":"n3278598876","geometry":{"type":"Point","coordinates":[-0.4631506,51.3712745]},"properties":{"@type":"node","@id":3278598876,"@timestamp":1420821343},"coords":"51.3712745,-0.4631506","bedrooms":"0","price":"253000","area":"376"} , +{"type":"Feature","id":"n3278598929","geometry":{"type":"Point","coordinates":[-0.4627918,51.3713148]},"properties":{"@type":"node","@id":3278598929,"@timestamp":1420821344},"coords":"51.3713148,-0.4627918","bedrooms":"0","price":"170000","area":"540"} , +{"type":"Feature","id":"n3280086531","geometry":{"type":"Point","coordinates":[-0.863604,51.7412479]},"properties":{"@type":"node","@id":3280086531,"@timestamp":1503843178},"coords":"51.7412479,-0.863604","bedrooms":"1","price":"272000","area":"563"} , +{"type":"Feature","id":"n3280306671","geometry":{"type":"Point","coordinates":[-0.1192281,51.4687616]},"properties":{"@type":"node","@id":3280306671,"@timestamp":1599576375},"coords":"51.4687616,-0.1192281","bedrooms":"3","price":"276000","area":"360"} , +{"type":"Feature","id":"n3280427132","geometry":{"type":"Point","coordinates":[-0.5006601,51.229799]},"properties":{"@type":"node","@id":3280427132,"@timestamp":1580564409},"coords":"51.229799,-0.5006601","bedrooms":"3","price":"173000","area":"673"} , +{"type":"Feature","id":"n3280571385","geometry":{"type":"Point","coordinates":[-0.0066968,51.5425027]},"properties":{"@type":"node","@id":3280571385,"@timestamp":1440769441},"coords":"51.5425027,-0.0066968","bedrooms":"1","price":"297000","area":"447"} , +{"type":"Feature","id":"n3280663769","geometry":{"type":"Point","coordinates":[-0.1140844,51.4649274]},"properties":{"@type":"node","@id":3280663769,"@timestamp":1564909703},"coords":"51.4649274,-0.1140844","bedrooms":"4","price":"298000","area":"499"} , +{"type":"Feature","id":"n3280961220","geometry":{"type":"Point","coordinates":[-0.358531,51.0654004]},"properties":{"@type":"node","@id":3280961220,"@timestamp":1545490695},"coords":"51.0654004,-0.358531","bedrooms":"2","price":"210000","area":"511"} , +{"type":"Feature","id":"n3281391948","geometry":{"type":"Point","coordinates":[-0.3330253,51.0778242]},"properties":{"@type":"node","@id":3281391948,"@timestamp":1607813048},"coords":"51.0778242,-0.3330253","bedrooms":"2","price":"288000","area":"649"} , +{"type":"Feature","id":"n3282077144","geometry":{"type":"Point","coordinates":[-0.2205695,51.5036497]},"properties":{"@type":"node","@id":3282077144,"@timestamp":1630048590},"coords":"51.5036497,-0.2205695","bedrooms":"1","price":"152000","area":"598"} , +{"type":"Feature","id":"n3282077168","geometry":{"type":"Point","coordinates":[-0.220283,51.5039576]},"properties":{"@type":"node","@id":3282077168,"@timestamp":1627431056},"coords":"51.5039576,-0.220283","bedrooms":"2","price":"223000","area":"684"} , +{"type":"Feature","id":"n3282498382","geometry":{"type":"Point","coordinates":[-0.345528,51.4042951]},"properties":{"@type":"node","@id":3282498382,"@timestamp":1604838012},"coords":"51.4042951,-0.345528","bedrooms":"2","price":"243000","area":"357"} , +{"type":"Feature","id":"n3282529867","geometry":{"type":"Point","coordinates":[0.2485771,51.5587447]},"properties":{"@type":"node","@id":3282529867,"@timestamp":1504863276},"coords":"51.5587447,0.2485771","bedrooms":"3","price":"282000","area":"560"} , +{"type":"Feature","id":"n3282722940","geometry":{"type":"Point","coordinates":[-0.3207629,51.0655045]},"properties":{"@type":"node","@id":3282722940,"@timestamp":1421002004},"coords":"51.0655045,-0.3207629","bedrooms":"4","price":"171000","area":"527"} , +{"type":"Feature","id":"n3282887700","geometry":{"type":"Point","coordinates":[-0.1910026,51.0506232]},"properties":{"@type":"node","@id":3282887700,"@timestamp":1421006232},"coords":"51.0506232,-0.1910026","bedrooms":"3","price":"151000","area":"518"} , +{"type":"Feature","id":"n3283054319","geometry":{"type":"Point","coordinates":[-0.1151042,51.4626988]},"properties":{"@type":"node","@id":3283054319,"@timestamp":1564909703},"coords":"51.4626988,-0.1151042","bedrooms":"3","price":"237000","area":"444"} , +{"type":"Feature","id":"n3283140608","geometry":{"type":"Point","coordinates":[0.2546406,51.2712336]},"properties":{"@type":"node","@id":3283140608,"@timestamp":1421016704},"coords":"51.2712336,0.2546406","bedrooms":"2","price":"228000","area":"583"} , +{"type":"Feature","id":"n3284666495","geometry":{"type":"Point","coordinates":[-0.1455465,51.4966119]},"properties":{"@type":"node","@id":3284666495,"@timestamp":1421093596},"coords":"51.4966119,-0.1455465","bedrooms":"4","price":"235000","area":"389"} , +{"type":"Feature","id":"n3285068595","geometry":{"type":"Point","coordinates":[-0.7243146,50.9551336]},"properties":{"@type":"node","@id":3285068595,"@timestamp":1421107171},"coords":"50.9551336,-0.7243146","bedrooms":"1","price":"234000","area":"356"} , +{"type":"Feature","id":"n3285073581","geometry":{"type":"Point","coordinates":[-0.4801027,51.7434109]},"properties":{"@type":"node","@id":3285073581,"@timestamp":1421107802},"coords":"51.7434109,-0.4801027","bedrooms":"1","price":"290000","area":"656"} , +{"type":"Feature","id":"n3285595236","geometry":{"type":"Point","coordinates":[-0.2019926,51.5328733]},"properties":{"@type":"node","@id":3285595236,"@timestamp":1466336045},"coords":"51.5328733,-0.2019926","bedrooms":"4","price":"248000","area":"421"} , +{"type":"Feature","id":"n3285698859","geometry":{"type":"Point","coordinates":[-0.3613764,51.5555282]},"properties":{"@type":"node","@id":3285698859,"@timestamp":1421152631},"coords":"51.5555282,-0.3613764","bedrooms":"4","price":"169000","area":"597"} , +{"type":"Feature","id":"n3286642287","geometry":{"type":"Point","coordinates":[-0.0129907,51.8196504]},"properties":{"@type":"node","@id":3286642287,"@timestamp":1421181398},"coords":"51.8196504,-0.0129907","bedrooms":"3","price":"156000","area":"612"} , +{"type":"Feature","id":"n3286697983","geometry":{"type":"Point","coordinates":[-0.7176924,51.4888498]},"properties":{"@type":"node","@id":3286697983,"@timestamp":1421183118},"coords":"51.4888498,-0.7176924","bedrooms":"4","price":"170000","area":"389"} , +{"type":"Feature","id":"n3286900983","geometry":{"type":"Point","coordinates":[-0.1168186,51.4610073]},"properties":{"@type":"node","@id":3286900983,"@timestamp":1421192464},"coords":"51.4610073,-0.1168186","bedrooms":"1","price":"253000","area":"560"} , +{"type":"Feature","id":"n3287407380","geometry":{"type":"Point","coordinates":[-0.1795769,51.5273397]},"properties":{"@type":"node","@id":3287407380,"@timestamp":1430167203},"coords":"51.5273397,-0.1795769","bedrooms":"2","price":"190000","area":"472"} , +{"type":"Feature","id":"n3287428739","geometry":{"type":"Point","coordinates":[-0.3132243,51.5521302]},"properties":{"@type":"node","@id":3287428739,"@timestamp":1421235389},"coords":"51.5521302,-0.3132243","bedrooms":"1","price":"284000","area":"486"} , +{"type":"Feature","id":"n3287435622","geometry":{"type":"Point","coordinates":[-0.3098018,51.5514565]},"properties":{"@type":"node","@id":3287435622,"@timestamp":1421235846},"coords":"51.5514565,-0.3098018","bedrooms":"2","price":"209000","area":"574"} , +{"type":"Feature","id":"n3287445167","geometry":{"type":"Point","coordinates":[-0.308407,51.5512914]},"properties":{"@type":"node","@id":3287445167,"@timestamp":1421236422},"coords":"51.5512914,-0.308407","bedrooms":"3","price":"274000","area":"638"} , +{"type":"Feature","id":"n3287719993","geometry":{"type":"Point","coordinates":[-0.1723055,51.5115605]},"properties":{"@type":"node","@id":3287719993,"@timestamp":1560479461},"coords":"51.5115605,-0.1723055","bedrooms":"3","price":"299000","area":"555"} , +{"type":"Feature","id":"n3287720060","geometry":{"type":"Point","coordinates":[-0.1624996,51.5122744]},"properties":{"@type":"node","@id":3287720060,"@timestamp":1553910869},"coords":"51.5122744,-0.1624996","bedrooms":"0","price":"299000","area":"681"} , +{"type":"Feature","id":"n3287727762","geometry":{"type":"Point","coordinates":[-0.131391,51.507893]},"properties":{"@type":"node","@id":3287727762,"@timestamp":1421248569},"coords":"51.507893,-0.131391","bedrooms":"0","price":"206000","area":"637"} , +{"type":"Feature","id":"n3289005156","geometry":{"type":"Point","coordinates":[-0.1126496,51.4616865]},"properties":{"@type":"node","@id":3289005156,"@timestamp":1421280037},"coords":"51.4616865,-0.1126496","bedrooms":"2","price":"151000","area":"517"} , +{"type":"Feature","id":"n3290305581","geometry":{"type":"Point","coordinates":[-0.3303667,51.5551855]},"properties":{"@type":"node","@id":3290305581,"@timestamp":1421338563},"coords":"51.5551855,-0.3303667","bedrooms":"3","price":"277000","area":"695"} , +{"type":"Feature","id":"n3290307343","geometry":{"type":"Point","coordinates":[-0.326625,51.5546467]},"properties":{"@type":"node","@id":3290307343,"@timestamp":1421338768},"coords":"51.5546467,-0.326625","bedrooms":"1","price":"176000","area":"662"} , +{"type":"Feature","id":"n3290307570","geometry":{"type":"Point","coordinates":[-0.3260322,51.5543667]},"properties":{"@type":"node","@id":3290307570,"@timestamp":1421338876},"coords":"51.5543667,-0.3260322","bedrooms":"2","price":"290000","area":"524"} , +{"type":"Feature","id":"n3290404556","geometry":{"type":"Point","coordinates":[-0.5075388,51.3355722]},"properties":{"@type":"node","@id":3290404556,"@timestamp":1497481043},"coords":"51.3355722,-0.5075388","bedrooms":"0","price":"193000","area":"665"} , +{"type":"Feature","id":"n3291256610","geometry":{"type":"Point","coordinates":[-0.1691725,51.4661962]},"properties":{"@type":"node","@id":3291256610,"@timestamp":1479388235},"coords":"51.4661962,-0.1691725","bedrooms":"3","price":"150000","area":"490"} , +{"type":"Feature","id":"n3291334557","geometry":{"type":"Point","coordinates":[-0.1711943,51.4626372]},"properties":{"@type":"node","@id":3291334557,"@timestamp":1509468720},"coords":"51.4626372,-0.1711943","bedrooms":"2","price":"248000","area":"470"} , +{"type":"Feature","id":"n3292721227","geometry":{"type":"Point","coordinates":[-0.750131,51.5273213]},"properties":{"@type":"node","@id":3292721227,"@timestamp":1421426816},"coords":"51.5273213,-0.750131","bedrooms":"4","price":"162000","area":"412"} , +{"type":"Feature","id":"n3292737080","geometry":{"type":"Point","coordinates":[-0.7505869,51.5280489]},"properties":{"@type":"node","@id":3292737080,"@timestamp":1421427536},"coords":"51.5280489,-0.7505869","bedrooms":"3","price":"264000","area":"545"} , +{"type":"Feature","id":"n3292737092","geometry":{"type":"Point","coordinates":[-0.7515578,51.5275749]},"properties":{"@type":"node","@id":3292737092,"@timestamp":1421427537},"coords":"51.5275749,-0.7515578","bedrooms":"0","price":"163000","area":"435"} , +{"type":"Feature","id":"n3292737104","geometry":{"type":"Point","coordinates":[-0.7513003,51.5280405]},"properties":{"@type":"node","@id":3292737104,"@timestamp":1421427537},"coords":"51.5280405,-0.7513003","bedrooms":"4","price":"257000","area":"635"} , +{"type":"Feature","id":"n3293198527","geometry":{"type":"Point","coordinates":[-0.3163634,51.0989685]},"properties":{"@type":"node","@id":3293198527,"@timestamp":1486144080},"coords":"51.0989685,-0.3163634","bedrooms":"0","price":"261000","area":"400"} , +{"type":"Feature","id":"n3293485880","geometry":{"type":"Point","coordinates":[-0.1222923,51.528827]},"properties":{"@type":"node","@id":3293485880,"@timestamp":1589409528},"coords":"51.528827,-0.1222923","bedrooms":"3","price":"231000","area":"665"} , +{"type":"Feature","id":"n3294382631","geometry":{"type":"Point","coordinates":[-0.2831715,51.5816333]},"properties":{"@type":"node","@id":3294382631,"@timestamp":1421497424},"coords":"51.5816333,-0.2831715","bedrooms":"4","price":"164000","area":"483"} , +{"type":"Feature","id":"n3294551080","geometry":{"type":"Point","coordinates":[-0.0798671,51.5535166]},"properties":{"@type":"node","@id":3294551080,"@timestamp":1421502231},"coords":"51.5535166,-0.0798671","bedrooms":"0","price":"239000","area":"413"} , +{"type":"Feature","id":"n3294728783","geometry":{"type":"Point","coordinates":[-0.1222732,51.5303816]},"properties":{"@type":"node","@id":3294728783,"@timestamp":1608527631},"coords":"51.5303816,-0.1222732","bedrooms":"1","price":"185000","area":"375"} , +{"type":"Feature","id":"n3294747342","geometry":{"type":"Point","coordinates":[-0.8957731,51.7451846]},"properties":{"@type":"node","@id":3294747342,"@timestamp":1421610720},"coords":"51.7451846,-0.8957731","bedrooms":"0","price":"264000","area":"581"} , +{"type":"Feature","id":"n3294770271","geometry":{"type":"Point","coordinates":[-0.1301871,51.5681709]},"properties":{"@type":"node","@id":3294770271,"@timestamp":1421510546},"coords":"51.5681709,-0.1301871","bedrooms":"4","price":"165000","area":"666"} , +{"type":"Feature","id":"n3295027924","geometry":{"type":"Point","coordinates":[0.5811941,51.0377335]},"properties":{"@type":"node","@id":3295027924,"@timestamp":1421520143},"coords":"51.0377335,0.5811941","bedrooms":"1","price":"241000","area":"686"} , +{"type":"Feature","id":"n3295251028","geometry":{"type":"Point","coordinates":[-0.8875515,51.7510169]},"properties":{"@type":"node","@id":3295251028,"@timestamp":1474099179},"coords":"51.7510169,-0.8875515","bedrooms":"4","price":"166000","area":"382"} , +{"type":"Feature","id":"n3295268484","geometry":{"type":"Point","coordinates":[-0.9064034,51.7452764]},"properties":{"@type":"node","@id":3295268484,"@timestamp":1421610724},"coords":"51.7452764,-0.9064034","bedrooms":"3","price":"255000","area":"581"} , +{"type":"Feature","id":"n3295268495","geometry":{"type":"Point","coordinates":[-0.9022755,51.7352819]},"properties":{"@type":"node","@id":3295268495,"@timestamp":1421610722},"coords":"51.7352819,-0.9022755","bedrooms":"2","price":"234000","area":"598"} , +{"type":"Feature","id":"n3295364280","geometry":{"type":"Point","coordinates":[-0.896159,51.7468439]},"properties":{"@type":"node","@id":3295364280,"@timestamp":1439037419},"coords":"51.7468439,-0.896159","bedrooms":"4","price":"281000","area":"424"} , +{"type":"Feature","id":"n3295364291","geometry":{"type":"Point","coordinates":[-0.8944075,51.7458392]},"properties":{"@type":"node","@id":3295364291,"@timestamp":1421610720},"coords":"51.7458392,-0.8944075","bedrooms":"3","price":"176000","area":"353"} , +{"type":"Feature","id":"n3295411098","geometry":{"type":"Point","coordinates":[-0.8939644,51.7551876]},"properties":{"@type":"node","@id":3295411098,"@timestamp":1421534249},"coords":"51.7551876,-0.8939644","bedrooms":"1","price":"158000","area":"517"} , +{"type":"Feature","id":"n3295434696","geometry":{"type":"Point","coordinates":[-0.8851721,51.7508506]},"properties":{"@type":"node","@id":3295434696,"@timestamp":1421610723},"coords":"51.7508506,-0.8851721","bedrooms":"2","price":"170000","area":"453"} , +{"type":"Feature","id":"n3295515105","geometry":{"type":"Point","coordinates":[-0.8818349,51.752286]},"properties":{"@type":"node","@id":3295515105,"@timestamp":1421536862},"coords":"51.752286,-0.8818349","bedrooms":"1","price":"285000","area":"530"} , +{"type":"Feature","id":"n3295702168","geometry":{"type":"Point","coordinates":[-0.2068494,51.537743]},"properties":{"@type":"node","@id":3295702168,"@timestamp":1421545913},"coords":"51.537743,-0.2068494","bedrooms":"3","price":"218000","area":"676"} , +{"type":"Feature","id":"n3296125244","geometry":{"type":"Point","coordinates":[-0.8686621,51.7639144]},"properties":{"@type":"node","@id":3296125244,"@timestamp":1423035554},"coords":"51.7639144,-0.8686621","bedrooms":"1","price":"296000","area":"628"} , +{"type":"Feature","id":"n3296131845","geometry":{"type":"Point","coordinates":[-0.8441103,51.7729882]},"properties":{"@type":"node","@id":3296131845,"@timestamp":1421569978},"coords":"51.7729882,-0.8441103","bedrooms":"4","price":"194000","area":"597"} , +{"type":"Feature","id":"n3296131855","geometry":{"type":"Point","coordinates":[-0.8539342,51.7681403]},"properties":{"@type":"node","@id":3296131855,"@timestamp":1421569979},"coords":"51.7681403,-0.8539342","bedrooms":"2","price":"197000","area":"646"} , +{"type":"Feature","id":"n3296137600","geometry":{"type":"Point","coordinates":[-0.874864,51.7540072]},"properties":{"@type":"node","@id":3296137600,"@timestamp":1421570778},"coords":"51.7540072,-0.874864","bedrooms":"4","price":"234000","area":"671"} , +{"type":"Feature","id":"n3296148972","geometry":{"type":"Point","coordinates":[-0.8532919,51.7689301]},"properties":{"@type":"node","@id":3296148972,"@timestamp":1421571301},"coords":"51.7689301,-0.8532919","bedrooms":"4","price":"252000","area":"467"} , +{"type":"Feature","id":"n3296160017","geometry":{"type":"Point","coordinates":[-0.8764265,51.7778412]},"properties":{"@type":"node","@id":3296160017,"@timestamp":1421571671},"coords":"51.7778412,-0.8764265","bedrooms":"4","price":"210000","area":"384"} , +{"type":"Feature","id":"n3296534640","geometry":{"type":"Point","coordinates":[-0.79,51.2822316]},"properties":{"@type":"node","@id":3296534640,"@timestamp":1626787394},"coords":"51.2822316,-0.79","bedrooms":"3","price":"230000","area":"527"} , +{"type":"Feature","id":"n3296674353","geometry":{"type":"Point","coordinates":[-0.3503046,51.5714006]},"properties":{"@type":"node","@id":3296674353,"@timestamp":1421696930},"coords":"51.5714006,-0.3503046","bedrooms":"2","price":"256000","area":"495"} , +{"type":"Feature","id":"n3296675763","geometry":{"type":"Point","coordinates":[-0.3501165,51.5720171]},"properties":{"@type":"node","@id":3296675763,"@timestamp":1424560564},"coords":"51.5720171,-0.3501165","bedrooms":"0","price":"238000","area":"417"} , +{"type":"Feature","id":"n3296675773","geometry":{"type":"Point","coordinates":[-0.3495961,51.5720586]},"properties":{"@type":"node","@id":3296675773,"@timestamp":1421593184},"coords":"51.5720586,-0.3495961","bedrooms":"4","price":"265000","area":"410"} , +{"type":"Feature","id":"n3296675783","geometry":{"type":"Point","coordinates":[-0.3510923,51.5728265]},"properties":{"@type":"node","@id":3296675783,"@timestamp":1421696932},"coords":"51.5728265,-0.3510923","bedrooms":"2","price":"235000","area":"632"} , +{"type":"Feature","id":"n3296718394","geometry":{"type":"Point","coordinates":[-0.8841345,51.7512601]},"properties":{"@type":"node","@id":3296718394,"@timestamp":1474098980},"coords":"51.7512601,-0.8841345","bedrooms":"0","price":"289000","area":"591"} , +{"type":"Feature","id":"n3296742738","geometry":{"type":"Point","coordinates":[-0.3646942,51.560492]},"properties":{"@type":"node","@id":3296742738,"@timestamp":1421595639},"coords":"51.560492,-0.3646942","bedrooms":"1","price":"256000","area":"562"} , +{"type":"Feature","id":"n3296998769","geometry":{"type":"Point","coordinates":[-0.1529309,51.2304087]},"properties":{"@type":"node","@id":3296998769,"@timestamp":1421603164},"coords":"51.2304087,-0.1529309","bedrooms":"2","price":"253000","area":"645"} , +{"type":"Feature","id":"n3297367564","geometry":{"type":"Point","coordinates":[-0.8788398,51.740423]},"properties":{"@type":"node","@id":3297367564,"@timestamp":1421612063},"coords":"51.740423,-0.8788398","bedrooms":"1","price":"226000","area":"519"} , +{"type":"Feature","id":"n3297367574","geometry":{"type":"Point","coordinates":[-0.8654342,51.7363453]},"properties":{"@type":"node","@id":3297367574,"@timestamp":1421612063},"coords":"51.7363453,-0.8654342","bedrooms":"1","price":"153000","area":"685"} , +{"type":"Feature","id":"n3297632836","geometry":{"type":"Point","coordinates":[-0.7786341,51.2849357]},"properties":{"@type":"node","@id":3297632836,"@timestamp":1635717610},"coords":"51.2849357,-0.7786341","bedrooms":"0","price":"280000","area":"548"} , +{"type":"Feature","id":"n3298077093","geometry":{"type":"Point","coordinates":[-0.8717902,51.7385438]},"properties":{"@type":"node","@id":3298077093,"@timestamp":1421655553},"coords":"51.7385438,-0.8717902","bedrooms":"4","price":"183000","area":"577"} , +{"type":"Feature","id":"n3298077103","geometry":{"type":"Point","coordinates":[-0.8645831,51.731186]},"properties":{"@type":"node","@id":3298077103,"@timestamp":1421655553},"coords":"51.731186,-0.8645831","bedrooms":"3","price":"252000","area":"469"} , +{"type":"Feature","id":"n3298077114","geometry":{"type":"Point","coordinates":[-0.8811135,51.7481971]},"properties":{"@type":"node","@id":3298077114,"@timestamp":1421655553},"coords":"51.7481971,-0.8811135","bedrooms":"2","price":"270000","area":"469"} , +{"type":"Feature","id":"n3298078152","geometry":{"type":"Point","coordinates":[-0.8642183,51.7345831]},"properties":{"@type":"node","@id":3298078152,"@timestamp":1421655908},"coords":"51.7345831,-0.8642183","bedrooms":"2","price":"192000","area":"403"} , +{"type":"Feature","id":"n3298090761","geometry":{"type":"Point","coordinates":[-0.312639,51.512336]},"properties":{"@type":"node","@id":3298090761,"@timestamp":1421656638},"coords":"51.512336,-0.312639","bedrooms":"0","price":"230000","area":"453"} , +{"type":"Feature","id":"n3298496800","geometry":{"type":"Point","coordinates":[-0.4165026,51.1318055]},"properties":{"@type":"node","@id":3298496800,"@timestamp":1616528428},"coords":"51.1318055,-0.4165026","bedrooms":"4","price":"286000","area":"418"} , +{"type":"Feature","id":"n3298926508","geometry":{"type":"Point","coordinates":[-0.897541,51.7472696]},"properties":{"@type":"node","@id":3298926508,"@timestamp":1421691966},"coords":"51.7472696,-0.897541","bedrooms":"0","price":"200000","area":"376"} , +{"type":"Feature","id":"n3298926518","geometry":{"type":"Point","coordinates":[-0.9147969,51.7412664]},"properties":{"@type":"node","@id":3298926518,"@timestamp":1421691966},"coords":"51.7412664,-0.9147969","bedrooms":"3","price":"230000","area":"691"} , +{"type":"Feature","id":"n3299011413","geometry":{"type":"Point","coordinates":[-0.8649336,51.7377489]},"properties":{"@type":"node","@id":3299011413,"@timestamp":1421694064},"coords":"51.7377489,-0.8649336","bedrooms":"2","price":"190000","area":"646"} , +{"type":"Feature","id":"n3299264982","geometry":{"type":"Point","coordinates":[-0.9202253,51.7447568]},"properties":{"@type":"node","@id":3299264982,"@timestamp":1421700718},"coords":"51.7447568,-0.9202253","bedrooms":"3","price":"245000","area":"390"} , +{"type":"Feature","id":"n3299264992","geometry":{"type":"Point","coordinates":[-0.9365281,51.7450141]},"properties":{"@type":"node","@id":3299264992,"@timestamp":1421700718},"coords":"51.7450141,-0.9365281","bedrooms":"3","price":"227000","area":"570"} , +{"type":"Feature","id":"n3299338266","geometry":{"type":"Point","coordinates":[-0.9162632,51.7436073]},"properties":{"@type":"node","@id":3299338266,"@timestamp":1421702275},"coords":"51.7436073,-0.9162632","bedrooms":"1","price":"260000","area":"389"} , +{"type":"Feature","id":"n3299338276","geometry":{"type":"Point","coordinates":[-0.9258915,51.737673]},"properties":{"@type":"node","@id":3299338276,"@timestamp":1421702369},"coords":"51.737673,-0.9258915","bedrooms":"4","price":"189000","area":"479"} , +{"type":"Feature","id":"n3299345651","geometry":{"type":"Point","coordinates":[-0.9187436,51.7283625]},"properties":{"@type":"node","@id":3299345651,"@timestamp":1421702582},"coords":"51.7283625,-0.9187436","bedrooms":"1","price":"291000","area":"622"} , +{"type":"Feature","id":"n3299522296","geometry":{"type":"Point","coordinates":[-0.3608439,51.0713739]},"properties":{"@type":"node","@id":3299522296,"@timestamp":1421710619},"coords":"51.0713739,-0.3608439","bedrooms":"1","price":"270000","area":"470"} , +{"type":"Feature","id":"n3300514801","geometry":{"type":"Point","coordinates":[-0.1689853,51.5304014]},"properties":{"@type":"node","@id":3300514801,"@timestamp":1436974697},"coords":"51.5304014,-0.1689853","bedrooms":"0","price":"175000","area":"448"} , +{"type":"Feature","id":"n3300515011","geometry":{"type":"Point","coordinates":[-0.1702272,51.5316072]},"properties":{"@type":"node","@id":3300515011,"@timestamp":1610529596},"coords":"51.5316072,-0.1702272","bedrooms":"1","price":"189000","area":"628"} , +{"type":"Feature","id":"n3301278279","geometry":{"type":"Point","coordinates":[-0.1486042,51.4961262]},"properties":{"@type":"node","@id":3301278279,"@timestamp":1473290152},"coords":"51.4961262,-0.1486042","bedrooms":"1","price":"185000","area":"351"} , +{"type":"Feature","id":"n3301467434","geometry":{"type":"Point","coordinates":[-0.762371,51.2872419]},"properties":{"@type":"node","@id":3301467434,"@timestamp":1632489211},"coords":"51.2872419,-0.762371","bedrooms":"1","price":"177000","area":"669"} , +{"type":"Feature","id":"n3301546027","geometry":{"type":"Point","coordinates":[-0.9455605,51.7475135]},"properties":{"@type":"node","@id":3301546027,"@timestamp":1421795664},"coords":"51.7475135,-0.9455605","bedrooms":"0","price":"201000","area":"497"} , +{"type":"Feature","id":"n3301546037","geometry":{"type":"Point","coordinates":[-0.9530244,51.7464976]},"properties":{"@type":"node","@id":3301546037,"@timestamp":1421795664},"coords":"51.7464976,-0.9530244","bedrooms":"3","price":"176000","area":"507"} , +{"type":"Feature","id":"n3301564049","geometry":{"type":"Point","coordinates":[-0.9524336,51.740109]},"properties":{"@type":"node","@id":3301564049,"@timestamp":1421795664},"coords":"51.740109,-0.9524336","bedrooms":"3","price":"260000","area":"576"} , +{"type":"Feature","id":"n3301584000","geometry":{"type":"Point","coordinates":[-0.3518535,51.5720796]},"properties":{"@type":"node","@id":3301584000,"@timestamp":1421795764},"coords":"51.5720796,-0.3518535","bedrooms":"1","price":"208000","area":"680"} , +{"type":"Feature","id":"n3301584010","geometry":{"type":"Point","coordinates":[-0.3514343,51.5718446]},"properties":{"@type":"node","@id":3301584010,"@timestamp":1421795764},"coords":"51.5718446,-0.3514343","bedrooms":"2","price":"245000","area":"511"} , +{"type":"Feature","id":"n3301584020","geometry":{"type":"Point","coordinates":[-0.3519928,51.5722028]},"properties":{"@type":"node","@id":3301584020,"@timestamp":1421795765},"coords":"51.5722028,-0.3519928","bedrooms":"0","price":"284000","area":"653"} , +{"type":"Feature","id":"n3301616522","geometry":{"type":"Point","coordinates":[-0.7532358,51.2957454]},"properties":{"@type":"node","@id":3301616522,"@timestamp":1421798567},"coords":"51.2957454,-0.7532358","bedrooms":"0","price":"184000","area":"563"} , +{"type":"Feature","id":"n3302458031","geometry":{"type":"Point","coordinates":[-0.8907712,51.0428824]},"properties":{"@type":"node","@id":3302458031,"@timestamp":1565191104},"coords":"51.0428824,-0.8907712","bedrooms":"2","price":"263000","area":"572"} , +{"type":"Feature","id":"n3302793417","geometry":{"type":"Point","coordinates":[-0.0551488,51.3097361]},"properties":{"@type":"node","@id":3302793417,"@timestamp":1539451719},"coords":"51.3097361,-0.0551488","bedrooms":"2","price":"289000","area":"679"} , +{"type":"Feature","id":"n3302915368","geometry":{"type":"Point","coordinates":[-0.93232,51.7359204]},"properties":{"@type":"node","@id":3302915368,"@timestamp":1421866070},"coords":"51.7359204,-0.93232","bedrooms":"4","price":"252000","area":"569"} , +{"type":"Feature","id":"n3302915378","geometry":{"type":"Point","coordinates":[-0.9469941,51.7373543]},"properties":{"@type":"node","@id":3302915378,"@timestamp":1421866070},"coords":"51.7373543,-0.9469941","bedrooms":"2","price":"256000","area":"625"} , +{"type":"Feature","id":"n3303235855","geometry":{"type":"Point","coordinates":[0.0806838,51.5396574]},"properties":{"@type":"node","@id":3303235855,"@timestamp":1598529573},"coords":"51.5396574,0.0806838","bedrooms":"2","price":"185000","area":"617"} , +{"type":"Feature","id":"n3303292202","geometry":{"type":"Point","coordinates":[-0.9237107,51.7108806]},"properties":{"@type":"node","@id":3303292202,"@timestamp":1421877504},"coords":"51.7108806,-0.9237107","bedrooms":"2","price":"240000","area":"520"} , +{"type":"Feature","id":"n3303292212","geometry":{"type":"Point","coordinates":[-0.9272966,51.7065328]},"properties":{"@type":"node","@id":3303292212,"@timestamp":1421877504},"coords":"51.7065328,-0.9272966","bedrooms":"4","price":"192000","area":"558"} , +{"type":"Feature","id":"n3303323544","geometry":{"type":"Point","coordinates":[-0.9132523,51.7237251]},"properties":{"@type":"node","@id":3303323544,"@timestamp":1421878647},"coords":"51.7237251,-0.9132523","bedrooms":"4","price":"291000","area":"517"} , +{"type":"Feature","id":"n3303335947","geometry":{"type":"Point","coordinates":[-0.9098472,51.7194308]},"properties":{"@type":"node","@id":3303335947,"@timestamp":1421879729},"coords":"51.7194308,-0.9098472","bedrooms":"0","price":"236000","area":"544"} , +{"type":"Feature","id":"n3303335957","geometry":{"type":"Point","coordinates":[-0.9135942,51.7215934]},"properties":{"@type":"node","@id":3303335957,"@timestamp":1421879729},"coords":"51.7215934,-0.9135942","bedrooms":"0","price":"156000","area":"543"} , +{"type":"Feature","id":"n3303336567","geometry":{"type":"Point","coordinates":[-0.9217455,51.7142619]},"properties":{"@type":"node","@id":3303336567,"@timestamp":1421879728},"coords":"51.7142619,-0.9217455","bedrooms":"4","price":"178000","area":"434"} , +{"type":"Feature","id":"n3303493618","geometry":{"type":"Point","coordinates":[-0.218617,51.4878328]},"properties":{"@type":"node","@id":3303493618,"@timestamp":1421894080},"coords":"51.4878328,-0.218617","bedrooms":"1","price":"250000","area":"649"} , +{"type":"Feature","id":"n3304223919","geometry":{"type":"Point","coordinates":[-0.3276155,51.0630113]},"properties":{"@type":"node","@id":3304223919,"@timestamp":1421936713},"coords":"51.0630113,-0.3276155","bedrooms":"3","price":"273000","area":"559"} , +{"type":"Feature","id":"n3304591095","geometry":{"type":"Point","coordinates":[-0.3323297,51.5542347]},"properties":{"@type":"node","@id":3304591095,"@timestamp":1421949024},"coords":"51.5542347,-0.3323297","bedrooms":"3","price":"165000","area":"457"} , +{"type":"Feature","id":"n3304630588","geometry":{"type":"Point","coordinates":[-0.3278681,51.5545386]},"properties":{"@type":"node","@id":3304630588,"@timestamp":1421950048},"coords":"51.5545386,-0.3278681","bedrooms":"4","price":"231000","area":"449"} , +{"type":"Feature","id":"n3304636669","geometry":{"type":"Point","coordinates":[-0.3279957,51.5544204]},"properties":{"@type":"node","@id":3304636669,"@timestamp":1421950282},"coords":"51.5544204,-0.3279957","bedrooms":"2","price":"211000","area":"410"} , +{"type":"Feature","id":"n3304641562","geometry":{"type":"Point","coordinates":[-0.3291769,51.5539249]},"properties":{"@type":"node","@id":3304641562,"@timestamp":1421950517},"coords":"51.5539249,-0.3291769","bedrooms":"0","price":"279000","area":"507"} , +{"type":"Feature","id":"n3304641572","geometry":{"type":"Point","coordinates":[-0.3290349,51.553915]},"properties":{"@type":"node","@id":3304641572,"@timestamp":1421950518},"coords":"51.553915,-0.3290349","bedrooms":"0","price":"186000","area":"488"} , +{"type":"Feature","id":"n3304890947","geometry":{"type":"Point","coordinates":[0.2727026,51.4383272]},"properties":{"@type":"node","@id":3304890947,"@timestamp":1421961390},"coords":"51.4383272,0.2727026","bedrooms":"4","price":"243000","area":"473"} , +{"type":"Feature","id":"n3305473545","geometry":{"type":"Point","coordinates":[-0.9370238,51.0040119]},"properties":{"@type":"node","@id":3305473545,"@timestamp":1628342608},"coords":"51.0040119,-0.9370238","bedrooms":"4","price":"278000","area":"376"} , +{"type":"Feature","id":"n3305473559","geometry":{"type":"Point","coordinates":[-0.9368102,51.0042471]},"properties":{"@type":"node","@id":3305473559,"@timestamp":1595282631},"coords":"51.0042471,-0.9368102","bedrooms":"1","price":"200000","area":"549"} , +{"type":"Feature","id":"n3305902236","geometry":{"type":"Point","coordinates":[-0.2364504,51.982279]},"properties":{"@type":"node","@id":3305902236,"@timestamp":1422021375},"coords":"51.982279,-0.2364504","bedrooms":"4","price":"264000","area":"574"} , +{"type":"Feature","id":"n3306047204","geometry":{"type":"Point","coordinates":[-0.1033552,51.4911287]},"properties":{"@type":"node","@id":3306047204,"@timestamp":1619834658},"coords":"51.4911287,-0.1033552","bedrooms":"4","price":"186000","area":"513"} , +{"type":"Feature","id":"n3306146614","geometry":{"type":"Point","coordinates":[-0.3210735,51.550655]},"properties":{"@type":"node","@id":3306146614,"@timestamp":1422031300},"coords":"51.550655,-0.3210735","bedrooms":"4","price":"213000","area":"584"} , +{"type":"Feature","id":"n3306159216","geometry":{"type":"Point","coordinates":[-0.3170341,51.5498161]},"properties":{"@type":"node","@id":3306159216,"@timestamp":1422031849},"coords":"51.5498161,-0.3170341","bedrooms":"3","price":"181000","area":"633"} , +{"type":"Feature","id":"n3306159226","geometry":{"type":"Point","coordinates":[-0.3193838,51.5500979]},"properties":{"@type":"node","@id":3306159226,"@timestamp":1422031850},"coords":"51.5500979,-0.3193838","bedrooms":"4","price":"256000","area":"362"} , +{"type":"Feature","id":"n3306159236","geometry":{"type":"Point","coordinates":[-0.3194642,51.5505783]},"properties":{"@type":"node","@id":3306159236,"@timestamp":1422031850},"coords":"51.5505783,-0.3194642","bedrooms":"0","price":"181000","area":"564"} , +{"type":"Feature","id":"n3306159246","geometry":{"type":"Point","coordinates":[-0.3187722,51.5503564]},"properties":{"@type":"node","@id":3306159246,"@timestamp":1422031850},"coords":"51.5503564,-0.3187722","bedrooms":"0","price":"208000","area":"545"} , +{"type":"Feature","id":"n3306159256","geometry":{"type":"Point","coordinates":[-0.3197271,51.550665]},"properties":{"@type":"node","@id":3306159256,"@timestamp":1422031851},"coords":"51.550665,-0.3197271","bedrooms":"4","price":"282000","area":"386"} , +{"type":"Feature","id":"n3306161566","geometry":{"type":"Point","coordinates":[-0.3186596,51.5503198]},"properties":{"@type":"node","@id":3306161566,"@timestamp":1422031851},"coords":"51.5503198,-0.3186596","bedrooms":"0","price":"175000","area":"525"} , +{"type":"Feature","id":"n3306161954","geometry":{"type":"Point","coordinates":[-0.313574,51.5486485]},"properties":{"@type":"node","@id":3306161954,"@timestamp":1422032138},"coords":"51.5486485,-0.313574","bedrooms":"0","price":"169000","area":"545"} , +{"type":"Feature","id":"n3306163164","geometry":{"type":"Point","coordinates":[-0.3159397,51.5494307]},"properties":{"@type":"node","@id":3306163164,"@timestamp":1422032026},"coords":"51.5494307,-0.3159397","bedrooms":"3","price":"161000","area":"648"} , +{"type":"Feature","id":"n3306163174","geometry":{"type":"Point","coordinates":[-0.3144913,51.5489821]},"properties":{"@type":"node","@id":3306163174,"@timestamp":1422032027},"coords":"51.5489821,-0.3144913","bedrooms":"0","price":"164000","area":"363"} , +{"type":"Feature","id":"n3306172148","geometry":{"type":"Point","coordinates":[-0.3137215,51.5482416]},"properties":{"@type":"node","@id":3306172148,"@timestamp":1422032578},"coords":"51.5482416,-0.3137215","bedrooms":"4","price":"282000","area":"469"} , +{"type":"Feature","id":"n3306172158","geometry":{"type":"Point","coordinates":[-0.3167096,51.5491923]},"properties":{"@type":"node","@id":3306172158,"@timestamp":1422032578},"coords":"51.5491923,-0.3167096","bedrooms":"2","price":"279000","area":"594"} , +{"type":"Feature","id":"n3306174668","geometry":{"type":"Point","coordinates":[-0.3137885,51.5482616]},"properties":{"@type":"node","@id":3306174668,"@timestamp":1422032579},"coords":"51.5482616,-0.3137885","bedrooms":"4","price":"166000","area":"481"} , +{"type":"Feature","id":"n3306174678","geometry":{"type":"Point","coordinates":[-0.3148064,51.5485932]},"properties":{"@type":"node","@id":3306174678,"@timestamp":1422218125},"coords":"51.5485932,-0.3148064","bedrooms":"0","price":"275000","area":"540"} , +{"type":"Feature","id":"n3306174688","geometry":{"type":"Point","coordinates":[-0.3133674,51.5481248]},"properties":{"@type":"node","@id":3306174688,"@timestamp":1422032579},"coords":"51.5481248,-0.3133674","bedrooms":"4","price":"164000","area":"529"} , +{"type":"Feature","id":"n3306180676","geometry":{"type":"Point","coordinates":[-0.3273018,51.5529365]},"properties":{"@type":"node","@id":3306180676,"@timestamp":1422033248},"coords":"51.5529365,-0.3273018","bedrooms":"4","price":"188000","area":"387"} , +{"type":"Feature","id":"n3306197592","geometry":{"type":"Point","coordinates":[-0.3298414,51.54848]},"properties":{"@type":"node","@id":3306197592,"@timestamp":1422033941},"coords":"51.54848,-0.3298414","bedrooms":"0","price":"196000","area":"469"} , +{"type":"Feature","id":"n3306596294","geometry":{"type":"Point","coordinates":[-0.0854066,51.5106118]},"properties":{"@type":"node","@id":3306596294,"@timestamp":1605768068},"coords":"51.5106118,-0.0854066","bedrooms":"2","price":"216000","area":"607"} , +{"type":"Feature","id":"n3306736788","geometry":{"type":"Point","coordinates":[-0.1152332,51.4961571]},"properties":{"@type":"node","@id":3306736788,"@timestamp":1422055111},"coords":"51.4961571,-0.1152332","bedrooms":"0","price":"217000","area":"518"} , +{"type":"Feature","id":"n3306801692","geometry":{"type":"Point","coordinates":[-0.1656388,51.218606]},"properties":{"@type":"node","@id":3306801692,"@timestamp":1629224883},"coords":"51.218606,-0.1656388","bedrooms":"3","price":"171000","area":"357"} , +{"type":"Feature","id":"n3307357635","geometry":{"type":"Point","coordinates":[-0.8025029,51.306129]},"properties":{"@type":"node","@id":3307357635,"@timestamp":1422099971},"coords":"51.306129,-0.8025029","bedrooms":"3","price":"196000","area":"534"} , +{"type":"Feature","id":"n3307642157","geometry":{"type":"Point","coordinates":[-0.3693772,51.4966058]},"properties":{"@type":"node","@id":3307642157,"@timestamp":1483347275},"coords":"51.4966058,-0.3693772","bedrooms":"4","price":"250000","area":"413"} , +{"type":"Feature","id":"n3307654408","geometry":{"type":"Point","coordinates":[-0.3501511,51.4895251]},"properties":{"@type":"node","@id":3307654408,"@timestamp":1422110688},"coords":"51.4895251,-0.3501511","bedrooms":"1","price":"248000","area":"395"} , +{"type":"Feature","id":"n3307661298","geometry":{"type":"Point","coordinates":[-0.3443366,51.4925983]},"properties":{"@type":"node","@id":3307661298,"@timestamp":1422110850},"coords":"51.4925983,-0.3443366","bedrooms":"2","price":"293000","area":"399"} , +{"type":"Feature","id":"n3307675601","geometry":{"type":"Point","coordinates":[-0.346021,51.4869467]},"properties":{"@type":"node","@id":3307675601,"@timestamp":1422111152},"coords":"51.4869467,-0.346021","bedrooms":"1","price":"282000","area":"632"} , +{"type":"Feature","id":"n3307675611","geometry":{"type":"Point","coordinates":[-0.3443795,51.4903405]},"properties":{"@type":"node","@id":3307675611,"@timestamp":1422111152},"coords":"51.4903405,-0.3443795","bedrooms":"3","price":"155000","area":"607"} , +{"type":"Feature","id":"n3307675621","geometry":{"type":"Point","coordinates":[-0.3509987,51.4871201]},"properties":{"@type":"node","@id":3307675621,"@timestamp":1422111153},"coords":"51.4871201,-0.3509987","bedrooms":"2","price":"154000","area":"455"} , +{"type":"Feature","id":"n3307684476","geometry":{"type":"Point","coordinates":[-0.3493572,51.4923744]},"properties":{"@type":"node","@id":3307684476,"@timestamp":1422111339},"coords":"51.4923744,-0.3493572","bedrooms":"0","price":"268000","area":"498"} , +{"type":"Feature","id":"n3307684489","geometry":{"type":"Point","coordinates":[-0.3501779,51.4912087]},"properties":{"@type":"node","@id":3307684489,"@timestamp":1422111339},"coords":"51.4912087,-0.3501779","bedrooms":"2","price":"161000","area":"475"} , +{"type":"Feature","id":"n3307684499","geometry":{"type":"Point","coordinates":[-0.3496737,51.4926082]},"properties":{"@type":"node","@id":3307684499,"@timestamp":1422111339},"coords":"51.4926082,-0.3496737","bedrooms":"4","price":"242000","area":"683"} , +{"type":"Feature","id":"n3307686224","geometry":{"type":"Point","coordinates":[-0.3507626,51.4850708]},"properties":{"@type":"node","@id":3307686224,"@timestamp":1422111435},"coords":"51.4850708,-0.3507626","bedrooms":"1","price":"218000","area":"446"} , +{"type":"Feature","id":"n3307750173","geometry":{"type":"Point","coordinates":[-0.1082074,51.5254305]},"properties":{"@type":"node","@id":3307750173,"@timestamp":1628095264},"coords":"51.5254305,-0.1082074","bedrooms":"0","price":"222000","area":"665"} , +{"type":"Feature","id":"n3307750186","geometry":{"type":"Point","coordinates":[-0.1077865,51.5257099]},"properties":{"@type":"node","@id":3307750186,"@timestamp":1628095264},"coords":"51.5257099,-0.1077865","bedrooms":"2","price":"266000","area":"551"} , +{"type":"Feature","id":"n3307802114","geometry":{"type":"Point","coordinates":[0.043594,51.5048886]},"properties":{"@type":"node","@id":3307802114,"@timestamp":1545232977},"coords":"51.5048886,0.043594","bedrooms":"1","price":"216000","area":"554"} , +{"type":"Feature","id":"n3307815604","geometry":{"type":"Point","coordinates":[-0.9543191,51.7480234]},"properties":{"@type":"node","@id":3307815604,"@timestamp":1422116188},"coords":"51.7480234,-0.9543191","bedrooms":"2","price":"269000","area":"507"} , +{"type":"Feature","id":"n3307852263","geometry":{"type":"Point","coordinates":[-0.9735478,51.7531201]},"properties":{"@type":"node","@id":3307852263,"@timestamp":1422116976},"coords":"51.7531201,-0.9735478","bedrooms":"2","price":"244000","area":"537"} , +{"type":"Feature","id":"n3308188989","geometry":{"type":"Point","coordinates":[-0.9797136,51.4681488]},"properties":{"@type":"node","@id":3308188989,"@timestamp":1531250556},"coords":"51.4681488,-0.9797136","bedrooms":"0","price":"273000","area":"584"} , +{"type":"Feature","id":"n3308277032","geometry":{"type":"Point","coordinates":[-0.0597972,51.6618417]},"properties":{"@type":"node","@id":3308277032,"@timestamp":1422132274},"coords":"51.6618417,-0.0597972","bedrooms":"1","price":"286000","area":"525"} , +{"type":"Feature","id":"n3308277042","geometry":{"type":"Point","coordinates":[-0.0591213,51.662627]},"properties":{"@type":"node","@id":3308277042,"@timestamp":1422132275},"coords":"51.662627,-0.0591213","bedrooms":"3","price":"205000","area":"612"} , +{"type":"Feature","id":"n3308297691","geometry":{"type":"Point","coordinates":[-0.0592822,51.6604075]},"properties":{"@type":"node","@id":3308297691,"@timestamp":1602170464},"coords":"51.6604075,-0.0592822","bedrooms":"4","price":"242000","area":"398"} , +{"type":"Feature","id":"n3308311424","geometry":{"type":"Point","coordinates":[-0.0615433,51.6624922]},"properties":{"@type":"node","@id":3308311424,"@timestamp":1422133108},"coords":"51.6624922,-0.0615433","bedrooms":"4","price":"201000","area":"426"} , +{"type":"Feature","id":"n3308318737","geometry":{"type":"Point","coordinates":[-0.0624096,51.6618384]},"properties":{"@type":"node","@id":3308318737,"@timestamp":1422133108},"coords":"51.6618384,-0.0624096","bedrooms":"1","price":"152000","area":"437"} , +{"type":"Feature","id":"n3308332061","geometry":{"type":"Point","coordinates":[-0.06293,51.6634256]},"properties":{"@type":"node","@id":3308332061,"@timestamp":1477654017},"coords":"51.6634256,-0.06293","bedrooms":"3","price":"261000","area":"509"} , +{"type":"Feature","id":"n3308417532","geometry":{"type":"Point","coordinates":[-0.8642837,51.2924557]},"properties":{"@type":"node","@id":3308417532,"@timestamp":1447712072},"coords":"51.2924557,-0.8642837","bedrooms":"0","price":"222000","area":"516"} , +{"type":"Feature","id":"n3308424170","geometry":{"type":"Point","coordinates":[-0.8618208,51.2903857]},"properties":{"@type":"node","@id":3308424170,"@timestamp":1422136716},"coords":"51.2903857,-0.8618208","bedrooms":"1","price":"210000","area":"452"} , +{"type":"Feature","id":"n3308463267","geometry":{"type":"Point","coordinates":[0.0436584,51.5044966]},"properties":{"@type":"node","@id":3308463267,"@timestamp":1447863367},"coords":"51.5044966,0.0436584","bedrooms":"3","price":"173000","area":"601"} , +{"type":"Feature","id":"n3308522280","geometry":{"type":"Point","coordinates":[-0.8103527,51.2921266]},"properties":{"@type":"node","@id":3308522280,"@timestamp":1537041693},"coords":"51.2921266,-0.8103527","bedrooms":"3","price":"184000","area":"537"} , +{"type":"Feature","id":"n3308589709","geometry":{"type":"Point","coordinates":[-0.2362873,51.9820507]},"properties":{"@type":"node","@id":3308589709,"@timestamp":1572011651},"coords":"51.9820507,-0.2362873","bedrooms":"1","price":"286000","area":"465"} , +{"type":"Feature","id":"n3308811394","geometry":{"type":"Point","coordinates":[0.0487082,51.5044081]},"properties":{"@type":"node","@id":3308811394,"@timestamp":1429915676},"coords":"51.5044081,0.0487082","bedrooms":"1","price":"271000","area":"522"} , +{"type":"Feature","id":"n3308816904","geometry":{"type":"Point","coordinates":[0.0696972,51.5047788]},"properties":{"@type":"node","@id":3308816904,"@timestamp":1604879929},"coords":"51.5047788,0.0696972","bedrooms":"2","price":"239000","area":"370"} , +{"type":"Feature","id":"n3308821859","geometry":{"type":"Point","coordinates":[0.0512534,51.5028666]},"properties":{"@type":"node","@id":3308821859,"@timestamp":1551179480},"coords":"51.5028666,0.0512534","bedrooms":"4","price":"214000","area":"517"} , +{"type":"Feature","id":"n3309364498","geometry":{"type":"Point","coordinates":[-0.0662145,51.6598321]},"properties":{"@type":"node","@id":3309364498,"@timestamp":1422284901},"coords":"51.6598321,-0.0662145","bedrooms":"3","price":"293000","area":"525"} , +{"type":"Feature","id":"n3309458000","geometry":{"type":"Point","coordinates":[-0.0098894,51.8213279]},"properties":{"@type":"node","@id":3309458000,"@timestamp":1422189311},"coords":"51.8213279,-0.0098894","bedrooms":"0","price":"263000","area":"505"} , +{"type":"Feature","id":"n3309458010","geometry":{"type":"Point","coordinates":[-0.0100449,51.8214573]},"properties":{"@type":"node","@id":3309458010,"@timestamp":1422189311},"coords":"51.8214573,-0.0100449","bedrooms":"2","price":"240000","area":"439"} , +{"type":"Feature","id":"n3309458020","geometry":{"type":"Point","coordinates":[-0.0101549,51.8215451]},"properties":{"@type":"node","@id":3309458020,"@timestamp":1422189312},"coords":"51.8215451,-0.0101549","bedrooms":"2","price":"243000","area":"381"} , +{"type":"Feature","id":"n3309462135","geometry":{"type":"Point","coordinates":[-0.0094254,51.8214025]},"properties":{"@type":"node","@id":3309462135,"@timestamp":1422189479},"coords":"51.8214025,-0.0094254","bedrooms":"2","price":"244000","area":"424"} , +{"type":"Feature","id":"n3309463435","geometry":{"type":"Point","coordinates":[-0.0129283,51.8219463]},"properties":{"@type":"node","@id":3309463435,"@timestamp":1422189390},"coords":"51.8219463,-0.0129283","bedrooms":"3","price":"228000","area":"510"} , +{"type":"Feature","id":"n3309467271","geometry":{"type":"Point","coordinates":[-0.0100111,51.8244108]},"properties":{"@type":"node","@id":3309467271,"@timestamp":1422189573},"coords":"51.8244108,-0.0100111","bedrooms":"4","price":"243000","area":"557"} , +{"type":"Feature","id":"n3309576951","geometry":{"type":"Point","coordinates":[-0.8853047,51.734343]},"properties":{"@type":"node","@id":3309576951,"@timestamp":1422193558},"coords":"51.734343,-0.8853047","bedrooms":"1","price":"213000","area":"471"} , +{"type":"Feature","id":"n3309594129","geometry":{"type":"Point","coordinates":[-0.0569239,51.8040935]},"properties":{"@type":"node","@id":3309594129,"@timestamp":1526219515},"coords":"51.8040935,-0.0569239","bedrooms":"2","price":"243000","area":"384"} , +{"type":"Feature","id":"n3309704625","geometry":{"type":"Point","coordinates":[-0.8918872,51.7298811]},"properties":{"@type":"node","@id":3309704625,"@timestamp":1422196809},"coords":"51.7298811,-0.8918872","bedrooms":"3","price":"234000","area":"467"} , +{"type":"Feature","id":"n3309704635","geometry":{"type":"Point","coordinates":[-0.8933321,51.7286342]},"properties":{"@type":"node","@id":3309704635,"@timestamp":1422196809},"coords":"51.7286342,-0.8933321","bedrooms":"3","price":"177000","area":"379"} , +{"type":"Feature","id":"n3309729125","geometry":{"type":"Point","coordinates":[-0.0725685,51.5284067]},"properties":{"@type":"node","@id":3309729125,"@timestamp":1422197324},"coords":"51.5284067,-0.0725685","bedrooms":"2","price":"212000","area":"598"} , +{"type":"Feature","id":"n3309762709","geometry":{"type":"Point","coordinates":[-0.8770702,51.728677]},"properties":{"@type":"node","@id":3309762709,"@timestamp":1531404173},"coords":"51.728677,-0.8770702","bedrooms":"3","price":"240000","area":"686"} , +{"type":"Feature","id":"n3310086156","geometry":{"type":"Point","coordinates":[-0.1261499,51.5307599]},"properties":{"@type":"node","@id":3310086156,"@timestamp":1608527631},"coords":"51.5307599,-0.1261499","bedrooms":"0","price":"260000","area":"494"} , +{"type":"Feature","id":"n3310091767","geometry":{"type":"Point","coordinates":[-0.1265531,51.5316288]},"properties":{"@type":"node","@id":3310091767,"@timestamp":1525558057},"coords":"51.5316288,-0.1265531","bedrooms":"4","price":"207000","area":"661"} , +{"type":"Feature","id":"n3310091778","geometry":{"type":"Point","coordinates":[-0.1267929,51.5308507]},"properties":{"@type":"node","@id":3310091778,"@timestamp":1486835865},"coords":"51.5308507,-0.1267929","bedrooms":"4","price":"169000","area":"365"} , +{"type":"Feature","id":"n3310524414","geometry":{"type":"Point","coordinates":[-0.3055188,51.4103746]},"properties":{"@type":"node","@id":3310524414,"@timestamp":1593948352},"coords":"51.4103746,-0.3055188","bedrooms":"3","price":"208000","area":"433"} , +{"type":"Feature","id":"n3312759802","geometry":{"type":"Point","coordinates":[0.2920025,51.3225905]},"properties":{"@type":"node","@id":3312759802,"@timestamp":1484748563},"coords":"51.3225905,0.2920025","bedrooms":"0","price":"219000","area":"391"} , +{"type":"Feature","id":"n3312855693","geometry":{"type":"Point","coordinates":[-0.3788805,51.4995861]},"properties":{"@type":"node","@id":3312855693,"@timestamp":1422305879},"coords":"51.4995861,-0.3788805","bedrooms":"4","price":"297000","area":"470"} , +{"type":"Feature","id":"n3312959927","geometry":{"type":"Point","coordinates":[0.1338829,51.9743705]},"properties":{"@type":"node","@id":3312959927,"@timestamp":1434625953},"coords":"51.9743705,0.1338829","bedrooms":"1","price":"268000","area":"475"} , +{"type":"Feature","id":"n3312994971","geometry":{"type":"Point","coordinates":[-0.3748735,51.4959394]},"properties":{"@type":"node","@id":3312994971,"@timestamp":1422309398},"coords":"51.4959394,-0.3748735","bedrooms":"0","price":"212000","area":"676"} , +{"type":"Feature","id":"n3313057611","geometry":{"type":"Point","coordinates":[-0.3656305,51.4955378]},"properties":{"@type":"node","@id":3313057611,"@timestamp":1598282908},"coords":"51.4955378,-0.3656305","bedrooms":"3","price":"227000","area":"424"} , +{"type":"Feature","id":"n3313367383","geometry":{"type":"Point","coordinates":[-0.246115,51.753933]},"properties":{"@type":"node","@id":3313367383,"@timestamp":1562981161},"coords":"51.753933,-0.246115","bedrooms":"3","price":"273000","area":"439"} , +{"type":"Feature","id":"n3314443163","geometry":{"type":"Point","coordinates":[-0.342887,51.492485]},"properties":{"@type":"node","@id":3314443163,"@timestamp":1447521105},"coords":"51.492485,-0.342887","bedrooms":"4","price":"177000","area":"487"} , +{"type":"Feature","id":"n3314749184","geometry":{"type":"Point","coordinates":[-0.3731861,51.5043201]},"properties":{"@type":"node","@id":3314749184,"@timestamp":1422376465},"coords":"51.5043201,-0.3731861","bedrooms":"2","price":"238000","area":"418"} , +{"type":"Feature","id":"n3315604728","geometry":{"type":"Point","coordinates":[-0.1535402,51.4742501]},"properties":{"@type":"node","@id":3315604728,"@timestamp":1600080938},"coords":"51.4742501,-0.1535402","bedrooms":"4","price":"174000","area":"687"} , +{"type":"Feature","id":"n3315677029","geometry":{"type":"Point","coordinates":[-0.595242,51.312232]},"properties":{"@type":"node","@id":3315677029,"@timestamp":1422402821},"coords":"51.312232,-0.595242","bedrooms":"2","price":"154000","area":"506"} , +{"type":"Feature","id":"n3316579576","geometry":{"type":"Point","coordinates":[-0.3252296,51.5525332]},"properties":{"@type":"node","@id":3316579576,"@timestamp":1422443295},"coords":"51.5525332,-0.3252296","bedrooms":"0","price":"281000","area":"558"} , +{"type":"Feature","id":"n3316579586","geometry":{"type":"Point","coordinates":[-0.3254952,51.5526298]},"properties":{"@type":"node","@id":3316579586,"@timestamp":1422443295},"coords":"51.5526298,-0.3254952","bedrooms":"0","price":"247000","area":"455"} , +{"type":"Feature","id":"n3316584991","geometry":{"type":"Point","coordinates":[-0.3248568,51.5524013]},"properties":{"@type":"node","@id":3316584991,"@timestamp":1422443626},"coords":"51.5524013,-0.3248568","bedrooms":"1","price":"274000","area":"605"} , +{"type":"Feature","id":"n3316585001","geometry":{"type":"Point","coordinates":[-0.3221825,51.5514457]},"properties":{"@type":"node","@id":3316585001,"@timestamp":1422443627},"coords":"51.5514457,-0.3221825","bedrooms":"3","price":"201000","area":"612"} , +{"type":"Feature","id":"n3316585011","geometry":{"type":"Point","coordinates":[-0.3249292,51.5524281]},"properties":{"@type":"node","@id":3316585011,"@timestamp":1422443627},"coords":"51.5524281,-0.3249292","bedrooms":"4","price":"168000","area":"484"} , +{"type":"Feature","id":"n3316585021","geometry":{"type":"Point","coordinates":[-0.3225741,51.5515808]},"properties":{"@type":"node","@id":3316585021,"@timestamp":1422443628},"coords":"51.5515808,-0.3225741","bedrooms":"2","price":"286000","area":"528"} , +{"type":"Feature","id":"n3316589593","geometry":{"type":"Point","coordinates":[-0.3243847,51.5517726]},"properties":{"@type":"node","@id":3316589593,"@timestamp":1422443945},"coords":"51.5517726,-0.3243847","bedrooms":"4","price":"243000","area":"556"} , +{"type":"Feature","id":"n3316589603","geometry":{"type":"Point","coordinates":[-0.3257393,51.5522579]},"properties":{"@type":"node","@id":3316589603,"@timestamp":1422443945},"coords":"51.5522579,-0.3257393","bedrooms":"1","price":"279000","area":"642"} , +{"type":"Feature","id":"n3316589613","geometry":{"type":"Point","coordinates":[-0.3246771,51.5518743]},"properties":{"@type":"node","@id":3316589613,"@timestamp":1422443946},"coords":"51.5518743,-0.3246771","bedrooms":"4","price":"155000","area":"551"} , +{"type":"Feature","id":"n3316593380","geometry":{"type":"Point","coordinates":[-0.323615,51.5514908]},"properties":{"@type":"node","@id":3316593380,"@timestamp":1422444218},"coords":"51.5514908,-0.323615","bedrooms":"2","price":"299000","area":"649"} , +{"type":"Feature","id":"n3316697802","geometry":{"type":"Point","coordinates":[-0.606986,51.2494016]},"properties":{"@type":"node","@id":3316697802,"@timestamp":1422449144},"coords":"51.2494016,-0.606986","bedrooms":"3","price":"161000","area":"404"} , +{"type":"Feature","id":"n3317712815","geometry":{"type":"Point","coordinates":[-0.2985339,51.605163]},"properties":{"@type":"node","@id":3317712815,"@timestamp":1422489130},"coords":"51.605163,-0.2985339","bedrooms":"3","price":"164000","area":"408"} , +{"type":"Feature","id":"n3317715898","geometry":{"type":"Point","coordinates":[0.4684973,51.3025009]},"properties":{"@type":"node","@id":3317715898,"@timestamp":1422489437},"coords":"51.3025009,0.4684973","bedrooms":"2","price":"197000","area":"614"} , +{"type":"Feature","id":"n3318638761","geometry":{"type":"Point","coordinates":[-0.0823588,51.5172601]},"properties":{"@type":"node","@id":3318638761,"@timestamp":1428603789},"coords":"51.5172601,-0.0823588","bedrooms":"4","price":"215000","area":"382"} , +{"type":"Feature","id":"n3319203466","geometry":{"type":"Point","coordinates":[-0.2946759,51.6075356]},"properties":{"@type":"node","@id":3319203466,"@timestamp":1615748586},"coords":"51.6075356,-0.2946759","bedrooms":"3","price":"153000","area":"455"} , +{"type":"Feature","id":"n3319862812","geometry":{"type":"Point","coordinates":[-0.8925944,51.043765]},"properties":{"@type":"node","@id":3319862812,"@timestamp":1422567028},"coords":"51.043765,-0.8925944","bedrooms":"3","price":"158000","area":"413"} , +{"type":"Feature","id":"n3319959647","geometry":{"type":"Point","coordinates":[-0.0986375,51.51625]},"properties":{"@type":"node","@id":3319959647,"@timestamp":1603495816},"coords":"51.51625,-0.0986375","bedrooms":"0","price":"190000","area":"666"} , +{"type":"Feature","id":"n3320905096","geometry":{"type":"Point","coordinates":[-0.0207633,51.4456137]},"properties":{"@type":"node","@id":3320905096,"@timestamp":1619403871},"coords":"51.4456137,-0.0207633","bedrooms":"3","price":"240000","area":"453"} , +{"type":"Feature","id":"n3320906103","geometry":{"type":"Point","coordinates":[-0.3268521,51.5535367]},"properties":{"@type":"node","@id":3320906103,"@timestamp":1422630523},"coords":"51.5535367,-0.3268521","bedrooms":"2","price":"175000","area":"523"} , +{"type":"Feature","id":"n3320983862","geometry":{"type":"Point","coordinates":[-0.3193688,51.5497091]},"properties":{"@type":"node","@id":3320983862,"@timestamp":1422633711},"coords":"51.5497091,-0.3193688","bedrooms":"3","price":"275000","area":"585"} , +{"type":"Feature","id":"n3320983872","geometry":{"type":"Point","coordinates":[-0.3203907,51.5498392]},"properties":{"@type":"node","@id":3320983872,"@timestamp":1422633711},"coords":"51.5498392,-0.3203907","bedrooms":"4","price":"153000","area":"542"} , +{"type":"Feature","id":"n3321006033","geometry":{"type":"Point","coordinates":[-0.3211794,51.549539]},"properties":{"@type":"node","@id":3321006033,"@timestamp":1422634960},"coords":"51.549539,-0.3211794","bedrooms":"0","price":"285000","area":"614"} , +{"type":"Feature","id":"n3321006043","geometry":{"type":"Point","coordinates":[-0.3228531,51.548278]},"properties":{"@type":"node","@id":3321006043,"@timestamp":1422634960},"coords":"51.548278,-0.3228531","bedrooms":"2","price":"298000","area":"647"} , +{"type":"Feature","id":"n3321006053","geometry":{"type":"Point","coordinates":[-0.3236927,51.5499209]},"properties":{"@type":"node","@id":3321006053,"@timestamp":1422634961},"coords":"51.5499209,-0.3236927","bedrooms":"2","price":"295000","area":"609"} , +{"type":"Feature","id":"n3321011163","geometry":{"type":"Point","coordinates":[-0.3227164,51.5489852]},"properties":{"@type":"node","@id":3321011163,"@timestamp":1422634961},"coords":"51.5489852,-0.3227164","bedrooms":"4","price":"281000","area":"618"} , +{"type":"Feature","id":"n3321011173","geometry":{"type":"Point","coordinates":[-0.3230731,51.5496941]},"properties":{"@type":"node","@id":3321011173,"@timestamp":1422634962},"coords":"51.5496941,-0.3230731","bedrooms":"3","price":"270000","area":"550"} , +{"type":"Feature","id":"n3321021114","geometry":{"type":"Point","coordinates":[-0.3227673,51.55107]},"properties":{"@type":"node","@id":3321021114,"@timestamp":1422635243},"coords":"51.55107,-0.3227673","bedrooms":"0","price":"223000","area":"686"} , +{"type":"Feature","id":"n3321021125","geometry":{"type":"Point","coordinates":[-0.3228424,51.5500059]},"properties":{"@type":"node","@id":3321021125,"@timestamp":1422635244},"coords":"51.5500059,-0.3228424","bedrooms":"4","price":"241000","area":"386"} , +{"type":"Feature","id":"n3321023876","geometry":{"type":"Point","coordinates":[-0.3230329,51.5506614]},"properties":{"@type":"node","@id":3321023876,"@timestamp":1422635321},"coords":"51.5506614,-0.3230329","bedrooms":"0","price":"216000","area":"624"} , +{"type":"Feature","id":"n3321045574","geometry":{"type":"Point","coordinates":[-0.3225393,51.5503645]},"properties":{"@type":"node","@id":3321045574,"@timestamp":1422636305},"coords":"51.5503645,-0.3225393","bedrooms":"2","price":"194000","area":"408"} , +{"type":"Feature","id":"n3321045584","geometry":{"type":"Point","coordinates":[-0.3222523,51.5484849]},"properties":{"@type":"node","@id":3321045584,"@timestamp":1422636306},"coords":"51.5484849,-0.3222523","bedrooms":"0","price":"159000","area":"536"} , +{"type":"Feature","id":"n3321045594","geometry":{"type":"Point","coordinates":[-0.3217803,51.5485765]},"properties":{"@type":"node","@id":3321045594,"@timestamp":1422636306},"coords":"51.5485765,-0.3217803","bedrooms":"1","price":"192000","area":"439"} , +{"type":"Feature","id":"n3321045604","geometry":{"type":"Point","coordinates":[-0.3215469,51.5486215]},"properties":{"@type":"node","@id":3321045604,"@timestamp":1422636306},"coords":"51.5486215,-0.3215469","bedrooms":"3","price":"235000","area":"544"} , +{"type":"Feature","id":"n3321048063","geometry":{"type":"Point","coordinates":[-0.3221424,51.550106]},"properties":{"@type":"node","@id":3321048063,"@timestamp":1422636524},"coords":"51.550106,-0.3221424","bedrooms":"3","price":"254000","area":"471"} , +{"type":"Feature","id":"n3321048073","geometry":{"type":"Point","coordinates":[-0.3211741,51.5493855]},"properties":{"@type":"node","@id":3321048073,"@timestamp":1422636524},"coords":"51.5493855,-0.3211741","bedrooms":"0","price":"297000","area":"350"} , +{"type":"Feature","id":"n3321048083","geometry":{"type":"Point","coordinates":[-0.3217561,51.5500509]},"properties":{"@type":"node","@id":3321048083,"@timestamp":1422636525},"coords":"51.5500509,-0.3217561","bedrooms":"4","price":"261000","area":"529"} , +{"type":"Feature","id":"n3321316793","geometry":{"type":"Point","coordinates":[-0.0348312,51.5511603]},"properties":{"@type":"node","@id":3321316793,"@timestamp":1628933629},"coords":"51.5511603,-0.0348312","bedrooms":"0","price":"226000","area":"697"} , +{"type":"Feature","id":"n3321665632","geometry":{"type":"Point","coordinates":[-0.8922327,51.0427507]},"properties":{"@type":"node","@id":3321665632,"@timestamp":1565207735},"coords":"51.0427507,-0.8922327","bedrooms":"4","price":"181000","area":"433"} , +{"type":"Feature","id":"n3321665680","geometry":{"type":"Point","coordinates":[-0.8929003,51.0431764]},"properties":{"@type":"node","@id":3321665680,"@timestamp":1422650942},"coords":"51.0431764,-0.8929003","bedrooms":"2","price":"222000","area":"647"} , +{"type":"Feature","id":"n3322101005","geometry":{"type":"Point","coordinates":[-0.0958492,51.5039515]},"properties":{"@type":"node","@id":3322101005,"@timestamp":1554318488},"coords":"51.5039515,-0.0958492","bedrooms":"1","price":"275000","area":"567"} , +{"type":"Feature","id":"n3322101495","geometry":{"type":"Point","coordinates":[-0.0961949,51.5043031]},"properties":{"@type":"node","@id":3322101495,"@timestamp":1422662921},"coords":"51.5043031,-0.0961949","bedrooms":"3","price":"174000","area":"401"} , +{"type":"Feature","id":"n3322161907","geometry":{"type":"Point","coordinates":[0.8824949,51.2240154]},"properties":{"@type":"node","@id":3322161907,"@timestamp":1441025816},"coords":"51.2240154,0.8824949","bedrooms":"0","price":"243000","area":"533"} , +{"type":"Feature","id":"n3323433349","geometry":{"type":"Point","coordinates":[-0.1800313,51.459962]},"properties":{"@type":"node","@id":3323433349,"@timestamp":1460363869},"coords":"51.459962,-0.1800313","bedrooms":"1","price":"214000","area":"450"} , +{"type":"Feature","id":"n3323992545","geometry":{"type":"Point","coordinates":[-0.6673396,51.2269737]},"properties":{"@type":"node","@id":3323992545,"@timestamp":1422731895},"coords":"51.2269737,-0.6673396","bedrooms":"3","price":"188000","area":"391"} , +{"type":"Feature","id":"n3324206624","geometry":{"type":"Point","coordinates":[0.4996128,51.3902936]},"properties":{"@type":"node","@id":3324206624,"@timestamp":1422742470},"coords":"51.3902936,0.4996128","bedrooms":"4","price":"275000","area":"493"} , +{"type":"Feature","id":"n3324256848","geometry":{"type":"Point","coordinates":[-0.8719625,51.7489606]},"properties":{"@type":"node","@id":3324256848,"@timestamp":1547395577},"coords":"51.7489606,-0.8719625","bedrooms":"0","price":"177000","area":"531"} , +{"type":"Feature","id":"n3324256858","geometry":{"type":"Point","coordinates":[-0.8658323,51.7465485]},"properties":{"@type":"node","@id":3324256858,"@timestamp":1422744141},"coords":"51.7465485,-0.8658323","bedrooms":"3","price":"180000","area":"413"} , +{"type":"Feature","id":"n3324933274","geometry":{"type":"Point","coordinates":[-0.3195885,51.5484029]},"properties":{"@type":"node","@id":3324933274,"@timestamp":1422787907},"coords":"51.5484029,-0.3195885","bedrooms":"3","price":"233000","area":"457"} , +{"type":"Feature","id":"n3324933284","geometry":{"type":"Point","coordinates":[-0.3176466,51.5487281]},"properties":{"@type":"node","@id":3324933284,"@timestamp":1422787907},"coords":"51.5487281,-0.3176466","bedrooms":"1","price":"248000","area":"553"} , +{"type":"Feature","id":"n3324933294","geometry":{"type":"Point","coordinates":[-0.3186417,51.5486381]},"properties":{"@type":"node","@id":3324933294,"@timestamp":1422787907},"coords":"51.5486381,-0.3186417","bedrooms":"3","price":"221000","area":"528"} , +{"type":"Feature","id":"n3324933490","geometry":{"type":"Point","coordinates":[-0.3200311,51.5489366]},"properties":{"@type":"node","@id":3324933490,"@timestamp":1422787996},"coords":"51.5489366,-0.3200311","bedrooms":"3","price":"271000","area":"398"} , +{"type":"Feature","id":"n3324944493","geometry":{"type":"Point","coordinates":[-0.3188482,51.5489049]},"properties":{"@type":"node","@id":3324944493,"@timestamp":1422788184},"coords":"51.5489049,-0.3188482","bedrooms":"1","price":"164000","area":"656"} , +{"type":"Feature","id":"n3324944503","geometry":{"type":"Point","coordinates":[-0.3196019,51.5494253]},"properties":{"@type":"node","@id":3324944503,"@timestamp":1422788184},"coords":"51.5494253,-0.3196019","bedrooms":"3","price":"230000","area":"383"} , +{"type":"Feature","id":"n3324944513","geometry":{"type":"Point","coordinates":[-0.3195456,51.5491584]},"properties":{"@type":"node","@id":3324944513,"@timestamp":1422788185},"coords":"51.5491584,-0.3195456","bedrooms":"0","price":"161000","area":"545"} , +{"type":"Feature","id":"n3324947494","geometry":{"type":"Point","coordinates":[-0.3180087,51.5492669]},"properties":{"@type":"node","@id":3324947494,"@timestamp":1422788334},"coords":"51.5492669,-0.3180087","bedrooms":"2","price":"171000","area":"395"} , +{"type":"Feature","id":"n3324947504","geometry":{"type":"Point","coordinates":[-0.3178317,51.5492084]},"properties":{"@type":"node","@id":3324947504,"@timestamp":1422788335},"coords":"51.5492084,-0.3178317","bedrooms":"4","price":"237000","area":"563"} , +{"type":"Feature","id":"n3324970673","geometry":{"type":"Point","coordinates":[0.861402,51.1581219]},"properties":{"@type":"node","@id":3324970673,"@timestamp":1545926422},"coords":"51.1581219,0.861402","bedrooms":"3","price":"176000","area":"525"} , +{"type":"Feature","id":"n3325177673","geometry":{"type":"Point","coordinates":[0.146388,51.3067642]},"properties":{"@type":"node","@id":3325177673,"@timestamp":1422798365},"coords":"51.3067642,0.146388","bedrooms":"4","price":"156000","area":"413"} , +{"type":"Feature","id":"n3325576255","geometry":{"type":"Point","coordinates":[-0.3464461,51.4047314]},"properties":{"@type":"node","@id":3325576255,"@timestamp":1525706556},"coords":"51.4047314,-0.3464461","bedrooms":"4","price":"230000","area":"613"} , +{"type":"Feature","id":"n3325988126","geometry":{"type":"Point","coordinates":[-0.8603009,51.1185235]},"properties":{"@type":"node","@id":3325988126,"@timestamp":1581191490},"coords":"51.1185235,-0.8603009","bedrooms":"1","price":"263000","area":"372"} , +{"type":"Feature","id":"n3326030063","geometry":{"type":"Point","coordinates":[-0.7550058,51.2929646]},"properties":{"@type":"node","@id":3326030063,"@timestamp":1543510959},"coords":"51.2929646,-0.7550058","bedrooms":"4","price":"208000","area":"497"} , +{"type":"Feature","id":"n3326043567","geometry":{"type":"Point","coordinates":[-0.1142956,51.5005958]},"properties":{"@type":"node","@id":3326043567,"@timestamp":1630358371},"coords":"51.5005958,-0.1142956","bedrooms":"0","price":"230000","area":"523"} , +{"type":"Feature","id":"n3326043577","geometry":{"type":"Point","coordinates":[-0.1141025,51.50096]},"properties":{"@type":"node","@id":3326043577,"@timestamp":1630358371},"coords":"51.50096,-0.1141025","bedrooms":"3","price":"165000","area":"601"} , +{"type":"Feature","id":"n3326079977","geometry":{"type":"Point","coordinates":[-0.7525348,51.2851323]},"properties":{"@type":"node","@id":3326079977,"@timestamp":1422825580},"coords":"51.2851323,-0.7525348","bedrooms":"1","price":"180000","area":"357"} , +{"type":"Feature","id":"n3326158742","geometry":{"type":"Point","coordinates":[-0.7600589,51.2871134]},"properties":{"@type":"node","@id":3326158742,"@timestamp":1422827027},"coords":"51.2871134,-0.7600589","bedrooms":"1","price":"243000","area":"488"} , +{"type":"Feature","id":"n3326237291","geometry":{"type":"Point","coordinates":[-0.7694564,51.2828681]},"properties":{"@type":"node","@id":3326237291,"@timestamp":1619014392},"coords":"51.2828681,-0.7694564","bedrooms":"2","price":"195000","area":"658"} , +{"type":"Feature","id":"n3326237345","geometry":{"type":"Point","coordinates":[-0.7673634,51.282615]},"properties":{"@type":"node","@id":3326237345,"@timestamp":1568403321},"coords":"51.282615,-0.7673634","bedrooms":"1","price":"187000","area":"669"} , +{"type":"Feature","id":"n3326263594","geometry":{"type":"Point","coordinates":[-0.1145667,51.5003657]},"properties":{"@type":"node","@id":3326263594,"@timestamp":1630358371},"coords":"51.5003657,-0.1145667","bedrooms":"0","price":"270000","area":"623"} , +{"type":"Feature","id":"n3326271678","geometry":{"type":"Point","coordinates":[-0.1144421,51.5008169]},"properties":{"@type":"node","@id":3326271678,"@timestamp":1630358371},"coords":"51.5008169,-0.1144421","bedrooms":"1","price":"210000","area":"415"} , +{"type":"Feature","id":"n3326271688","geometry":{"type":"Point","coordinates":[-0.1141314,51.501336]},"properties":{"@type":"node","@id":3326271688,"@timestamp":1630358371},"coords":"51.501336,-0.1141314","bedrooms":"3","price":"154000","area":"535"} , +{"type":"Feature","id":"n3326281433","geometry":{"type":"Point","coordinates":[-0.1144415,51.5014565]},"properties":{"@type":"node","@id":3326281433,"@timestamp":1630358371},"coords":"51.5014565,-0.1144415","bedrooms":"0","price":"242000","area":"642"} , +{"type":"Feature","id":"n3326281443","geometry":{"type":"Point","coordinates":[-0.1143862,51.5019071]},"properties":{"@type":"node","@id":3326281443,"@timestamp":1630358371},"coords":"51.5019071,-0.1143862","bedrooms":"2","price":"207000","area":"374"} , +{"type":"Feature","id":"n3326286664","geometry":{"type":"Point","coordinates":[-0.1145714,51.5019256]},"properties":{"@type":"node","@id":3326286664,"@timestamp":1630358371},"coords":"51.5019256,-0.1145714","bedrooms":"1","price":"182000","area":"612"} , +{"type":"Feature","id":"n3326736083","geometry":{"type":"Point","coordinates":[-0.1913826,51.4608381]},"properties":{"@type":"node","@id":3326736083,"@timestamp":1422876686},"coords":"51.4608381,-0.1913826","bedrooms":"1","price":"173000","area":"420"} , +{"type":"Feature","id":"n3327231233","geometry":{"type":"Point","coordinates":[-0.1584029,51.1562536]},"properties":{"@type":"node","@id":3327231233,"@timestamp":1610625686},"coords":"51.1562536,-0.1584029","bedrooms":"4","price":"165000","area":"669"} , +{"type":"Feature","id":"n3327318313","geometry":{"type":"Point","coordinates":[-0.0572893,51.2463661]},"properties":{"@type":"node","@id":3327318313,"@timestamp":1600006065},"coords":"51.2463661,-0.0572893","bedrooms":"3","price":"186000","area":"688"} , +{"type":"Feature","id":"n3327578253","geometry":{"type":"Point","coordinates":[-0.0770645,51.5498461]},"properties":{"@type":"node","@id":3327578253,"@timestamp":1426191992},"coords":"51.5498461,-0.0770645","bedrooms":"4","price":"209000","area":"585"} , +{"type":"Feature","id":"n3327613442","geometry":{"type":"Point","coordinates":[-0.3914408,51.5003214]},"properties":{"@type":"node","@id":3327613442,"@timestamp":1422913476},"coords":"51.5003214,-0.3914408","bedrooms":"3","price":"274000","area":"351"} , +{"type":"Feature","id":"n3327678887","geometry":{"type":"Point","coordinates":[-0.4013596,51.5020078]},"properties":{"@type":"node","@id":3327678887,"@timestamp":1422915455},"coords":"51.5020078,-0.4013596","bedrooms":"0","price":"272000","area":"607"} , +{"type":"Feature","id":"n3327729459","geometry":{"type":"Point","coordinates":[-0.7595854,51.2843301]},"properties":{"@type":"node","@id":3327729459,"@timestamp":1619013961},"coords":"51.2843301,-0.7595854","bedrooms":"1","price":"267000","area":"352"} , +{"type":"Feature","id":"n3327750157","geometry":{"type":"Point","coordinates":[-0.7587659,51.2751045]},"properties":{"@type":"node","@id":3327750157,"@timestamp":1568577674},"coords":"51.2751045,-0.7587659","bedrooms":"3","price":"270000","area":"561"} , +{"type":"Feature","id":"n3327770735","geometry":{"type":"Point","coordinates":[-0.7540035,51.2737465]},"properties":{"@type":"node","@id":3327770735,"@timestamp":1422919773},"coords":"51.2737465,-0.7540035","bedrooms":"4","price":"249000","area":"477"} , +{"type":"Feature","id":"n3328226315","geometry":{"type":"Point","coordinates":[-0.1057886,51.5135411]},"properties":{"@type":"node","@id":3328226315,"@timestamp":1494878492},"coords":"51.5135411,-0.1057886","bedrooms":"1","price":"182000","area":"457"} , +{"type":"Feature","id":"n3328301297","geometry":{"type":"Point","coordinates":[-0.1717143,51.469925]},"properties":{"@type":"node","@id":3328301297,"@timestamp":1468609984},"coords":"51.469925,-0.1717143","bedrooms":"2","price":"177000","area":"613"} , +{"type":"Feature","id":"n3328444469","geometry":{"type":"Point","coordinates":[-0.3539293,51.5452561]},"properties":{"@type":"node","@id":3328444469,"@timestamp":1422972841},"coords":"51.5452561,-0.3539293","bedrooms":"0","price":"274000","area":"381"} , +{"type":"Feature","id":"n3328444480","geometry":{"type":"Point","coordinates":[-0.3541761,51.5452227]},"properties":{"@type":"node","@id":3328444480,"@timestamp":1422972841},"coords":"51.5452227,-0.3541761","bedrooms":"1","price":"169000","area":"642"} , +{"type":"Feature","id":"n3328457569","geometry":{"type":"Point","coordinates":[-0.3414309,51.5506858]},"properties":{"@type":"node","@id":3328457569,"@timestamp":1616430884},"coords":"51.5506858,-0.3414309","bedrooms":"0","price":"188000","area":"395"} , +{"type":"Feature","id":"n3328457579","geometry":{"type":"Point","coordinates":[-0.3434649,51.5500453]},"properties":{"@type":"node","@id":3328457579,"@timestamp":1616430884},"coords":"51.5500453,-0.3434649","bedrooms":"3","price":"219000","area":"631"} , +{"type":"Feature","id":"n3328483507","geometry":{"type":"Point","coordinates":[-0.3229974,51.5495319]},"properties":{"@type":"node","@id":3328483507,"@timestamp":1422974667},"coords":"51.5495319,-0.3229974","bedrooms":"1","price":"221000","area":"591"} , +{"type":"Feature","id":"n3328786813","geometry":{"type":"Point","coordinates":[0.4875962,51.5886851]},"properties":{"@type":"node","@id":3328786813,"@timestamp":1543012051},"coords":"51.5886851,0.4875962","bedrooms":"4","price":"218000","area":"668"} , +{"type":"Feature","id":"n3328923835","geometry":{"type":"Point","coordinates":[-0.16738,51.4836776]},"properties":{"@type":"node","@id":3328923835,"@timestamp":1614309564},"coords":"51.4836776,-0.16738","bedrooms":"4","price":"191000","area":"438"} , +{"type":"Feature","id":"n3329078861","geometry":{"type":"Point","coordinates":[-0.7164905,51.048261]},"properties":{"@type":"node","@id":3329078861,"@timestamp":1422996998},"coords":"51.048261,-0.7164905","bedrooms":"1","price":"207000","area":"690"} , +{"type":"Feature","id":"n3329131554","geometry":{"type":"Point","coordinates":[-0.7318784,50.998003]},"properties":{"@type":"node","@id":3329131554,"@timestamp":1422998831},"coords":"50.998003,-0.7318784","bedrooms":"1","price":"169000","area":"588"} , +{"type":"Feature","id":"n3329292964","geometry":{"type":"Point","coordinates":[-0.962392,51.483037]},"properties":{"@type":"node","@id":3329292964,"@timestamp":1521978278},"coords":"51.483037,-0.962392","bedrooms":"0","price":"276000","area":"568"} , +{"type":"Feature","id":"n3329311043","geometry":{"type":"Point","coordinates":[-0.791988,51.2118554]},"properties":{"@type":"node","@id":3329311043,"@timestamp":1423006592},"coords":"51.2118554,-0.791988","bedrooms":"1","price":"259000","area":"385"} , +{"type":"Feature","id":"n3329576872","geometry":{"type":"Point","coordinates":[-0.877449,51.7573012]},"properties":{"@type":"node","@id":3329576872,"@timestamp":1423035715},"coords":"51.7573012,-0.877449","bedrooms":"2","price":"263000","area":"350"} , +{"type":"Feature","id":"n3329576882","geometry":{"type":"Point","coordinates":[-0.8669884,51.7643128]},"properties":{"@type":"node","@id":3329576882,"@timestamp":1423035715},"coords":"51.7643128,-0.8669884","bedrooms":"0","price":"170000","area":"367"} , +{"type":"Feature","id":"n3329612221","geometry":{"type":"Point","coordinates":[-0.0826725,51.5123423]},"properties":{"@type":"node","@id":3329612221,"@timestamp":1622452621},"coords":"51.5123423,-0.0826725","bedrooms":"4","price":"259000","area":"425"} , +{"type":"Feature","id":"n3330016054","geometry":{"type":"Point","coordinates":[0.3513022,51.4337308]},"properties":{"@type":"node","@id":3330016054,"@timestamp":1599082021},"coords":"51.4337308,0.3513022","bedrooms":"2","price":"177000","area":"459"} , +{"type":"Feature","id":"n3330034781","geometry":{"type":"Point","coordinates":[-0.3528387,51.526885]},"properties":{"@type":"node","@id":3330034781,"@timestamp":1423062785},"coords":"51.526885,-0.3528387","bedrooms":"0","price":"165000","area":"583"} , +{"type":"Feature","id":"n3330042171","geometry":{"type":"Point","coordinates":[-0.0828739,51.5214553]},"properties":{"@type":"node","@id":3330042171,"@timestamp":1423063086},"coords":"51.5214553,-0.0828739","bedrooms":"2","price":"261000","area":"539"} , +{"type":"Feature","id":"n3330113405","geometry":{"type":"Point","coordinates":[-0.8419126,51.2796223]},"properties":{"@type":"node","@id":3330113405,"@timestamp":1439740003},"coords":"51.2796223,-0.8419126","bedrooms":"0","price":"189000","area":"673"} , +{"type":"Feature","id":"n3331046706","geometry":{"type":"Point","coordinates":[-0.0294407,51.6711322]},"properties":{"@type":"node","@id":3331046706,"@timestamp":1602704715},"coords":"51.6711322,-0.0294407","bedrooms":"4","price":"161000","area":"698"} , +{"type":"Feature","id":"n3331086383","geometry":{"type":"Point","coordinates":[-0.0050886,51.6709786]},"properties":{"@type":"node","@id":3331086383,"@timestamp":1423091242},"coords":"51.6709786,-0.0050886","bedrooms":"2","price":"286000","area":"607"} , +{"type":"Feature","id":"n3331190393","geometry":{"type":"Point","coordinates":[-0.8422645,51.2798128]},"properties":{"@type":"node","@id":3331190393,"@timestamp":1423140528},"coords":"51.2798128,-0.8422645","bedrooms":"0","price":"282000","area":"638"} , +{"type":"Feature","id":"n3332085214","geometry":{"type":"Point","coordinates":[0.7914406,51.1786707]},"properties":{"@type":"node","@id":3332085214,"@timestamp":1423151046},"coords":"51.1786707,0.7914406","bedrooms":"2","price":"280000","area":"511"} , +{"type":"Feature","id":"n3332367212","geometry":{"type":"Point","coordinates":[-0.3797102,51.5074759]},"properties":{"@type":"node","@id":3332367212,"@timestamp":1423159659},"coords":"51.5074759,-0.3797102","bedrooms":"1","price":"294000","area":"469"} , +{"type":"Feature","id":"n3332809238","geometry":{"type":"Point","coordinates":[0.4654465,51.7369334]},"properties":{"@type":"node","@id":3332809238,"@timestamp":1617079403},"coords":"51.7369334,0.4654465","bedrooms":"0","price":"287000","area":"659"} , +{"type":"Feature","id":"n3333005486","geometry":{"type":"Point","coordinates":[-0.5524364,51.3240166]},"properties":{"@type":"node","@id":3333005486,"@timestamp":1555007985},"coords":"51.3240166,-0.5524364","bedrooms":"0","price":"190000","area":"390"} , +{"type":"Feature","id":"n3333025088","geometry":{"type":"Point","coordinates":[-0.53606,51.3281921]},"properties":{"@type":"node","@id":3333025088,"@timestamp":1534368123},"coords":"51.3281921,-0.53606","bedrooms":"2","price":"175000","area":"486"} , +{"type":"Feature","id":"n3333044947","geometry":{"type":"Point","coordinates":[-0.0751462,51.5494365]},"properties":{"@type":"node","@id":3333044947,"@timestamp":1612632144},"coords":"51.5494365,-0.0751462","bedrooms":"1","price":"228000","area":"676"} , +{"type":"Feature","id":"n3333060390","geometry":{"type":"Point","coordinates":[-0.4921762,51.3528376]},"properties":{"@type":"node","@id":3333060390,"@timestamp":1423183850},"coords":"51.3528376,-0.4921762","bedrooms":"0","price":"263000","area":"570"} , +{"type":"Feature","id":"n3333896791","geometry":{"type":"Point","coordinates":[-0.0840686,51.5116259]},"properties":{"@type":"node","@id":3333896791,"@timestamp":1622452621},"coords":"51.5116259,-0.0840686","bedrooms":"2","price":"184000","area":"653"} , +{"type":"Feature","id":"n3334147739","geometry":{"type":"Point","coordinates":[-0.285281,51.558292]},"properties":{"@type":"node","@id":3334147739,"@timestamp":1625865037},"coords":"51.558292,-0.285281","bedrooms":"3","price":"153000","area":"530"} , +{"type":"Feature","id":"n3334147765","geometry":{"type":"Point","coordinates":[-0.2826819,51.5610229]},"properties":{"@type":"node","@id":3334147765,"@timestamp":1423229593},"coords":"51.5610229,-0.2826819","bedrooms":"0","price":"254000","area":"683"} , +{"type":"Feature","id":"n3334208471","geometry":{"type":"Point","coordinates":[-0.2451724,51.380976]},"properties":{"@type":"node","@id":3334208471,"@timestamp":1423232268},"coords":"51.380976,-0.2451724","bedrooms":"0","price":"178000","area":"682"} , +{"type":"Feature","id":"n3334422530","geometry":{"type":"Point","coordinates":[-0.8418725,51.2812899]},"properties":{"@type":"node","@id":3334422530,"@timestamp":1621495720},"coords":"51.2812899,-0.8418725","bedrooms":"4","price":"164000","area":"356"} , +{"type":"Feature","id":"n3334765511","geometry":{"type":"Point","coordinates":[-0.0830706,51.5149479]},"properties":{"@type":"node","@id":3334765511,"@timestamp":1624738534},"coords":"51.5149479,-0.0830706","bedrooms":"0","price":"217000","area":"565"} , +{"type":"Feature","id":"n3335055712","geometry":{"type":"Point","coordinates":[-0.4863212,51.3572115]},"properties":{"@type":"node","@id":3335055712,"@timestamp":1423260318},"coords":"51.3572115,-0.4863212","bedrooms":"2","price":"204000","area":"668"} , +{"type":"Feature","id":"n3335139745","geometry":{"type":"Point","coordinates":[-0.1709615,51.4690525]},"properties":{"@type":"node","@id":3335139745,"@timestamp":1489013022},"coords":"51.4690525,-0.1709615","bedrooms":"1","price":"178000","area":"532"} , +{"type":"Feature","id":"n3335885009","geometry":{"type":"Point","coordinates":[-0.0993289,51.500063]},"properties":{"@type":"node","@id":3335885009,"@timestamp":1423305396},"coords":"51.500063,-0.0993289","bedrooms":"0","price":"256000","area":"595"} , +{"type":"Feature","id":"n3336468481","geometry":{"type":"Point","coordinates":[-0.6049131,51.2390895]},"properties":{"@type":"node","@id":3336468481,"@timestamp":1619793169},"coords":"51.2390895,-0.6049131","bedrooms":"1","price":"279000","area":"527"} , +{"type":"Feature","id":"n3336909755","geometry":{"type":"Point","coordinates":[-0.1732481,51.1599297]},"properties":{"@type":"node","@id":3336909755,"@timestamp":1423346393},"coords":"51.1599297,-0.1732481","bedrooms":"1","price":"295000","area":"556"} , +{"type":"Feature","id":"n3337759109","geometry":{"type":"Point","coordinates":[-0.8431498,51.2772281]},"properties":{"@type":"node","@id":3337759109,"@timestamp":1423400046},"coords":"51.2772281,-0.8431498","bedrooms":"4","price":"183000","area":"416"} , +{"type":"Feature","id":"n3337942353","geometry":{"type":"Point","coordinates":[-0.0987394,51.5761971]},"properties":{"@type":"node","@id":3337942353,"@timestamp":1527889807},"coords":"51.5761971,-0.0987394","bedrooms":"2","price":"264000","area":"596"} , +{"type":"Feature","id":"n3337978527","geometry":{"type":"Point","coordinates":[-0.1105849,51.5504002]},"properties":{"@type":"node","@id":3337978527,"@timestamp":1423408292},"coords":"51.5504002,-0.1105849","bedrooms":"4","price":"221000","area":"695"} , +{"type":"Feature","id":"n3338322640","geometry":{"type":"Point","coordinates":[-0.1847815,51.4575697]},"properties":{"@type":"node","@id":3338322640,"@timestamp":1479382789},"coords":"51.4575697,-0.1847815","bedrooms":"4","price":"202000","area":"587"} , +{"type":"Feature","id":"n3338325136","geometry":{"type":"Point","coordinates":[-0.1893763,51.4559556]},"properties":{"@type":"node","@id":3338325136,"@timestamp":1618603499},"coords":"51.4559556,-0.1893763","bedrooms":"1","price":"160000","area":"637"} , +{"type":"Feature","id":"n3338326246","geometry":{"type":"Point","coordinates":[-0.186881,51.4572434]},"properties":{"@type":"node","@id":3338326246,"@timestamp":1425914982},"coords":"51.4572434,-0.186881","bedrooms":"3","price":"273000","area":"425"} , +{"type":"Feature","id":"n3338472782","geometry":{"type":"Point","coordinates":[-0.305039,51.4097853]},"properties":{"@type":"node","@id":3338472782,"@timestamp":1593948352},"coords":"51.4097853,-0.305039","bedrooms":"3","price":"235000","area":"519"} , +{"type":"Feature","id":"n3338492058","geometry":{"type":"Point","coordinates":[-0.8942788,51.0702981]},"properties":{"@type":"node","@id":3338492058,"@timestamp":1423423247},"coords":"51.0702981,-0.8942788","bedrooms":"3","price":"258000","area":"569"} , +{"type":"Feature","id":"n3338555798","geometry":{"type":"Point","coordinates":[-0.0862748,51.5944477]},"properties":{"@type":"node","@id":3338555798,"@timestamp":1423426276},"coords":"51.5944477,-0.0862748","bedrooms":"4","price":"163000","area":"625"} , +{"type":"Feature","id":"n3338555808","geometry":{"type":"Point","coordinates":[-0.0876919,51.5973774]},"properties":{"@type":"node","@id":3338555808,"@timestamp":1423426277},"coords":"51.5973774,-0.0876919","bedrooms":"1","price":"269000","area":"474"} , +{"type":"Feature","id":"n3338625190","geometry":{"type":"Point","coordinates":[-0.8661353,51.1089381]},"properties":{"@type":"node","@id":3338625190,"@timestamp":1423428882},"coords":"51.1089381,-0.8661353","bedrooms":"3","price":"297000","area":"473"} , +{"type":"Feature","id":"n3338625300","geometry":{"type":"Point","coordinates":[-0.866299,51.1076605]},"properties":{"@type":"node","@id":3338625300,"@timestamp":1423428882},"coords":"51.1076605,-0.866299","bedrooms":"0","price":"264000","area":"529"} , +{"type":"Feature","id":"n3338697545","geometry":{"type":"Point","coordinates":[-0.5511559,51.3211877]},"properties":{"@type":"node","@id":3338697545,"@timestamp":1423432049},"coords":"51.3211877,-0.5511559","bedrooms":"3","price":"185000","area":"444"} , +{"type":"Feature","id":"n3338749760","geometry":{"type":"Point","coordinates":[-0.4826983,51.3508993]},"properties":{"@type":"node","@id":3338749760,"@timestamp":1610672494},"coords":"51.3508993,-0.4826983","bedrooms":"2","price":"275000","area":"545"} , +{"type":"Feature","id":"n3338777132","geometry":{"type":"Point","coordinates":[-0.4808962,51.3473372]},"properties":{"@type":"node","@id":3338777132,"@timestamp":1517345739},"coords":"51.3473372,-0.4808962","bedrooms":"0","price":"269000","area":"412"} , +{"type":"Feature","id":"n3338781729","geometry":{"type":"Point","coordinates":[-0.9833314,51.4746597]},"properties":{"@type":"node","@id":3338781729,"@timestamp":1423434997},"coords":"51.4746597,-0.9833314","bedrooms":"2","price":"199000","area":"650"} , +{"type":"Feature","id":"n3338828227","geometry":{"type":"Point","coordinates":[-0.4798786,51.3406035]},"properties":{"@type":"node","@id":3338828227,"@timestamp":1423437356},"coords":"51.3406035,-0.4798786","bedrooms":"2","price":"222000","area":"417"} , +{"type":"Feature","id":"n3338853844","geometry":{"type":"Point","coordinates":[-0.4638803,51.372178]},"properties":{"@type":"node","@id":3338853844,"@timestamp":1533071279},"coords":"51.372178,-0.4638803","bedrooms":"4","price":"294000","area":"662"} , +{"type":"Feature","id":"n3339435319","geometry":{"type":"Point","coordinates":[-0.6076697,51.5026646]},"properties":{"@type":"node","@id":3339435319,"@timestamp":1423473900},"coords":"51.5026646,-0.6076697","bedrooms":"2","price":"196000","area":"603"} , +{"type":"Feature","id":"n3339931332","geometry":{"type":"Point","coordinates":[-0.8889606,51.0740794]},"properties":{"@type":"node","@id":3339931332,"@timestamp":1605879130},"coords":"51.0740794,-0.8889606","bedrooms":"1","price":"247000","area":"387"} , +{"type":"Feature","id":"n3340621988","geometry":{"type":"Point","coordinates":[-0.4298482,51.386715]},"properties":{"@type":"node","@id":3340621988,"@timestamp":1495743017},"coords":"51.386715,-0.4298482","bedrooms":"0","price":"205000","area":"643"} , +{"type":"Feature","id":"n3340683301","geometry":{"type":"Point","coordinates":[-0.0959711,51.5142883]},"properties":{"@type":"node","@id":3340683301,"@timestamp":1573932027},"coords":"51.5142883,-0.0959711","bedrooms":"2","price":"181000","area":"438"} , +{"type":"Feature","id":"n3340684903","geometry":{"type":"Point","coordinates":[-0.1560344,51.4656767]},"properties":{"@type":"node","@id":3340684903,"@timestamp":1495747696},"coords":"51.4656767,-0.1560344","bedrooms":"1","price":"157000","area":"641"} , +{"type":"Feature","id":"n3341579147","geometry":{"type":"Point","coordinates":[-0.1310498,51.4865098]},"properties":{"@type":"node","@id":3341579147,"@timestamp":1424949925},"coords":"51.4865098,-0.1310498","bedrooms":"1","price":"167000","area":"516"} , +{"type":"Feature","id":"n3341971417","geometry":{"type":"Point","coordinates":[-0.4746816,51.373143]},"properties":{"@type":"node","@id":3341971417,"@timestamp":1635307402},"coords":"51.373143,-0.4746816","bedrooms":"2","price":"295000","area":"495"} , +{"type":"Feature","id":"n3342009141","geometry":{"type":"Point","coordinates":[-0.3489898,51.5312926]},"properties":{"@type":"node","@id":3342009141,"@timestamp":1423576197},"coords":"51.5312926,-0.3489898","bedrooms":"3","price":"180000","area":"421"} , +{"type":"Feature","id":"n3342973190","geometry":{"type":"Point","coordinates":[0.1439107,51.5657199]},"properties":{"@type":"node","@id":3342973190,"@timestamp":1603108061},"coords":"51.5657199,0.1439107","bedrooms":"4","price":"157000","area":"354"} , +{"type":"Feature","id":"n3344466703","geometry":{"type":"Point","coordinates":[-0.3217944,51.7665846]},"properties":{"@type":"node","@id":3344466703,"@timestamp":1423882130},"coords":"51.7665846,-0.3217944","bedrooms":"2","price":"257000","area":"350"} , +{"type":"Feature","id":"n3344667701","geometry":{"type":"Point","coordinates":[-0.5428524,51.3266239]},"properties":{"@type":"node","@id":3344667701,"@timestamp":1528322655},"coords":"51.3266239,-0.5428524","bedrooms":"3","price":"181000","area":"418"} , +{"type":"Feature","id":"n3344815212","geometry":{"type":"Point","coordinates":[-0.1768011,51.6953848]},"properties":{"@type":"node","@id":3344815212,"@timestamp":1423692961},"coords":"51.6953848,-0.1768011","bedrooms":"2","price":"165000","area":"496"} , +{"type":"Feature","id":"n3345652243","geometry":{"type":"Point","coordinates":[-0.6139241,51.2354845]},"properties":{"@type":"node","@id":3345652243,"@timestamp":1587867627},"coords":"51.2354845,-0.6139241","bedrooms":"0","price":"163000","area":"621"} , +{"type":"Feature","id":"n3345675523","geometry":{"type":"Point","coordinates":[-0.1134403,51.5214838]},"properties":{"@type":"node","@id":3345675523,"@timestamp":1596478485},"coords":"51.5214838,-0.1134403","bedrooms":"4","price":"284000","area":"680"} , +{"type":"Feature","id":"n3346043030","geometry":{"type":"Point","coordinates":[-0.4726994,51.3752707]},"properties":{"@type":"node","@id":3346043030,"@timestamp":1423760893},"coords":"51.3752707,-0.4726994","bedrooms":"2","price":"298000","area":"397"} , +{"type":"Feature","id":"n3346043051","geometry":{"type":"Point","coordinates":[-0.5076525,51.3935246]},"properties":{"@type":"node","@id":3346043051,"@timestamp":1424103071},"coords":"51.3935246,-0.5076525","bedrooms":"0","price":"213000","area":"452"} , +{"type":"Feature","id":"n3347048926","geometry":{"type":"Point","coordinates":[-0.0841339,51.5466727]},"properties":{"@type":"node","@id":3347048926,"@timestamp":1423887607},"coords":"51.5466727,-0.0841339","bedrooms":"4","price":"250000","area":"444"} , +{"type":"Feature","id":"n3347788840","geometry":{"type":"Point","coordinates":[-0.0845813,51.5466569]},"properties":{"@type":"node","@id":3347788840,"@timestamp":1423887607},"coords":"51.5466569,-0.0845813","bedrooms":"1","price":"194000","area":"577"} , +{"type":"Feature","id":"n3348968656","geometry":{"type":"Point","coordinates":[-0.3396212,51.7530031]},"properties":{"@type":"node","@id":3348968656,"@timestamp":1562978131},"coords":"51.7530031,-0.3396212","bedrooms":"0","price":"280000","area":"534"} , +{"type":"Feature","id":"n3349882188","geometry":{"type":"Point","coordinates":[-0.1158728,51.5152798]},"properties":{"@type":"node","@id":3349882188,"@timestamp":1592154045},"coords":"51.5152798,-0.1158728","bedrooms":"2","price":"151000","area":"532"} , +{"type":"Feature","id":"n3350343380","geometry":{"type":"Point","coordinates":[0.4678114,51.736486]},"properties":{"@type":"node","@id":3350343380,"@timestamp":1623436479},"coords":"51.736486,0.4678114","bedrooms":"0","price":"184000","area":"671"} , +{"type":"Feature","id":"n3350483399","geometry":{"type":"Point","coordinates":[-0.3377422,51.5779135]},"properties":{"@type":"node","@id":3350483399,"@timestamp":1423938404},"coords":"51.5779135,-0.3377422","bedrooms":"3","price":"185000","area":"429"} , +{"type":"Feature","id":"n3351041021","geometry":{"type":"Point","coordinates":[-0.3393156,51.7517046]},"properties":{"@type":"node","@id":3351041021,"@timestamp":1626166393},"coords":"51.7517046,-0.3393156","bedrooms":"1","price":"167000","area":"586"} , +{"type":"Feature","id":"n3352111727","geometry":{"type":"Point","coordinates":[-0.5377098,51.1296337]},"properties":{"@type":"node","@id":3352111727,"@timestamp":1424014206},"coords":"51.1296337,-0.5377098","bedrooms":"3","price":"237000","area":"366"} , +{"type":"Feature","id":"n3352564963","geometry":{"type":"Point","coordinates":[-0.3409903,51.5025116]},"properties":{"@type":"node","@id":3352564963,"@timestamp":1424023636},"coords":"51.5025116,-0.3409903","bedrooms":"1","price":"279000","area":"561"} , +{"type":"Feature","id":"n3352593279","geometry":{"type":"Point","coordinates":[-0.9721369,51.1433475]},"properties":{"@type":"node","@id":3352593279,"@timestamp":1424024435},"coords":"51.1433475,-0.9721369","bedrooms":"1","price":"268000","area":"599"} , +{"type":"Feature","id":"n3352604894","geometry":{"type":"Point","coordinates":[-0.3513553,51.5050101]},"properties":{"@type":"node","@id":3352604894,"@timestamp":1424024734},"coords":"51.5050101,-0.3513553","bedrooms":"2","price":"255000","area":"529"} , +{"type":"Feature","id":"n3352631139","geometry":{"type":"Point","coordinates":[-0.3542523,51.5044307]},"properties":{"@type":"node","@id":3352631139,"@timestamp":1523042424},"coords":"51.5044307,-0.3542523","bedrooms":"2","price":"162000","area":"466"} , +{"type":"Feature","id":"n3352686440","geometry":{"type":"Point","coordinates":[-0.0105375,51.5270847]},"properties":{"@type":"node","@id":3352686440,"@timestamp":1575317810},"coords":"51.5270847,-0.0105375","bedrooms":"1","price":"165000","area":"662"} , +{"type":"Feature","id":"n3352989781","geometry":{"type":"Point","coordinates":[-0.1146971,51.5108804]},"properties":{"@type":"node","@id":3352989781,"@timestamp":1424036100},"coords":"51.5108804,-0.1146971","bedrooms":"1","price":"280000","area":"695"} , +{"type":"Feature","id":"n3352989791","geometry":{"type":"Point","coordinates":[-0.1147106,51.5109662]},"properties":{"@type":"node","@id":3352989791,"@timestamp":1424036101},"coords":"51.5109662,-0.1147106","bedrooms":"0","price":"156000","area":"663"} , +{"type":"Feature","id":"n3352992498","geometry":{"type":"Point","coordinates":[-0.1138238,51.511004]},"properties":{"@type":"node","@id":3352992498,"@timestamp":1424036101},"coords":"51.511004,-0.1138238","bedrooms":"4","price":"245000","area":"546"} , +{"type":"Feature","id":"n3352992508","geometry":{"type":"Point","coordinates":[-0.1136676,51.5110803]},"properties":{"@type":"node","@id":3352992508,"@timestamp":1424036102},"coords":"51.5110803,-0.1136676","bedrooms":"2","price":"188000","area":"417"} , +{"type":"Feature","id":"n3353026669","geometry":{"type":"Point","coordinates":[-0.974952,51.4504693]},"properties":{"@type":"node","@id":3353026669,"@timestamp":1424038214},"coords":"51.4504693,-0.974952","bedrooms":"3","price":"225000","area":"438"} , +{"type":"Feature","id":"n3353647932","geometry":{"type":"Point","coordinates":[0.1400789,51.7233498]},"properties":{"@type":"node","@id":3353647932,"@timestamp":1624969832},"coords":"51.7233498,0.1400789","bedrooms":"3","price":"208000","area":"507"} , +{"type":"Feature","id":"n3353955807","geometry":{"type":"Point","coordinates":[-0.2388511,51.3941959]},"properties":{"@type":"node","@id":3353955807,"@timestamp":1557257587},"coords":"51.3941959,-0.2388511","bedrooms":"4","price":"238000","area":"618"} , +{"type":"Feature","id":"n3353955817","geometry":{"type":"Point","coordinates":[-0.2382167,51.3944848]},"properties":{"@type":"node","@id":3353955817,"@timestamp":1557257587},"coords":"51.3944848,-0.2382167","bedrooms":"1","price":"249000","area":"539"} , +{"type":"Feature","id":"n3353970564","geometry":{"type":"Point","coordinates":[-0.2382339,51.3948042]},"properties":{"@type":"node","@id":3353970564,"@timestamp":1611343977},"coords":"51.3948042,-0.2382339","bedrooms":"4","price":"252000","area":"567"} , +{"type":"Feature","id":"n3354106080","geometry":{"type":"Point","coordinates":[-0.7485766,51.3077183]},"properties":{"@type":"node","@id":3354106080,"@timestamp":1505597523},"coords":"51.3077183,-0.7485766","bedrooms":"3","price":"225000","area":"475"} , +{"type":"Feature","id":"n3354600443","geometry":{"type":"Point","coordinates":[0.1798262,51.3061043]},"properties":{"@type":"node","@id":3354600443,"@timestamp":1424112311},"coords":"51.3061043,0.1798262","bedrooms":"2","price":"205000","area":"493"} , +{"type":"Feature","id":"n3354795543","geometry":{"type":"Point","coordinates":[-0.6136317,51.0853332]},"properties":{"@type":"node","@id":3354795543,"@timestamp":1424120555},"coords":"51.0853332,-0.6136317","bedrooms":"4","price":"151000","area":"354"} , +{"type":"Feature","id":"n3354971625","geometry":{"type":"Point","coordinates":[-0.1495235,51.650673]},"properties":{"@type":"node","@id":3354971625,"@timestamp":1424127343},"coords":"51.650673,-0.1495235","bedrooms":"3","price":"261000","area":"569"} , +{"type":"Feature","id":"n3355063421","geometry":{"type":"Point","coordinates":[-0.1870906,51.1141378]},"properties":{"@type":"node","@id":3355063421,"@timestamp":1629377981},"coords":"51.1141378,-0.1870906","bedrooms":"3","price":"226000","area":"559"} , +{"type":"Feature","id":"n3355064007","geometry":{"type":"Point","coordinates":[-0.1484838,51.6501401]},"properties":{"@type":"node","@id":3355064007,"@timestamp":1424131802},"coords":"51.6501401,-0.1484838","bedrooms":"3","price":"211000","area":"426"} , +{"type":"Feature","id":"n3355248774","geometry":{"type":"Point","coordinates":[-0.1058456,51.5054666]},"properties":{"@type":"node","@id":3355248774,"@timestamp":1424144622},"coords":"51.5054666,-0.1058456","bedrooms":"3","price":"293000","area":"372"} , +{"type":"Feature","id":"n3356848321","geometry":{"type":"Point","coordinates":[-0.0799997,51.5118907]},"properties":{"@type":"node","@id":3356848321,"@timestamp":1424208127},"coords":"51.5118907,-0.0799997","bedrooms":"1","price":"223000","area":"522"} , +{"type":"Feature","id":"n3356941493","geometry":{"type":"Point","coordinates":[-0.126176,51.438616]},"properties":{"@type":"node","@id":3356941493,"@timestamp":1621494667},"coords":"51.438616,-0.126176","bedrooms":"3","price":"193000","area":"648"} , +{"type":"Feature","id":"n3357569133","geometry":{"type":"Point","coordinates":[-0.1328881,51.5294384]},"properties":{"@type":"node","@id":3357569133,"@timestamp":1557949510},"coords":"51.5294384,-0.1328881","bedrooms":"3","price":"254000","area":"424"} , +{"type":"Feature","id":"n3357569143","geometry":{"type":"Point","coordinates":[-0.1340986,51.5280339]},"properties":{"@type":"node","@id":3357569143,"@timestamp":1618328888},"coords":"51.5280339,-0.1340986","bedrooms":"1","price":"282000","area":"358"} , +{"type":"Feature","id":"n3357569153","geometry":{"type":"Point","coordinates":[-0.1337395,51.5278008]},"properties":{"@type":"node","@id":3357569153,"@timestamp":1554284182},"coords":"51.5278008,-0.1337395","bedrooms":"3","price":"298000","area":"494"} , +{"type":"Feature","id":"n3357919390","geometry":{"type":"Point","coordinates":[-0.1640505,51.4996022]},"properties":{"@type":"node","@id":3357919390,"@timestamp":1540092711},"coords":"51.4996022,-0.1640505","bedrooms":"4","price":"246000","area":"475"} , +{"type":"Feature","id":"n3357922881","geometry":{"type":"Point","coordinates":[-0.1626011,51.5005754]},"properties":{"@type":"node","@id":3357922881,"@timestamp":1601865466},"coords":"51.5005754,-0.1626011","bedrooms":"1","price":"153000","area":"483"} , +{"type":"Feature","id":"n3357923644","geometry":{"type":"Point","coordinates":[-0.1351327,51.5102398]},"properties":{"@type":"node","@id":3357923644,"@timestamp":1525401119},"coords":"51.5102398,-0.1351327","bedrooms":"1","price":"280000","area":"669"} , +{"type":"Feature","id":"n3357923667","geometry":{"type":"Point","coordinates":[-0.159296,51.5001653]},"properties":{"@type":"node","@id":3357923667,"@timestamp":1634930149},"coords":"51.5001653,-0.159296","bedrooms":"0","price":"173000","area":"413"} , +{"type":"Feature","id":"n3357928293","geometry":{"type":"Point","coordinates":[-0.1594712,51.4994508]},"properties":{"@type":"node","@id":3357928293,"@timestamp":1601970940},"coords":"51.4994508,-0.1594712","bedrooms":"1","price":"252000","area":"437"} , +{"type":"Feature","id":"n3357928308","geometry":{"type":"Point","coordinates":[-0.1435404,51.514964]},"properties":{"@type":"node","@id":3357928308,"@timestamp":1590246688},"coords":"51.514964,-0.1435404","bedrooms":"1","price":"197000","area":"604"} , +{"type":"Feature","id":"n3357928325","geometry":{"type":"Point","coordinates":[-0.1337183,51.5098632]},"properties":{"@type":"node","@id":3357928325,"@timestamp":1489506027},"coords":"51.5098632,-0.1337183","bedrooms":"1","price":"214000","area":"619"} , +{"type":"Feature","id":"n3357928348","geometry":{"type":"Point","coordinates":[-0.1663973,51.4979899]},"properties":{"@type":"node","@id":3357928348,"@timestamp":1631790967},"coords":"51.4979899,-0.1663973","bedrooms":"4","price":"195000","area":"596"} , +{"type":"Feature","id":"n3357928370","geometry":{"type":"Point","coordinates":[-0.1437186,51.5152118]},"properties":{"@type":"node","@id":3357928370,"@timestamp":1558965002},"coords":"51.5152118,-0.1437186","bedrooms":"1","price":"248000","area":"681"} , +{"type":"Feature","id":"n3357928389","geometry":{"type":"Point","coordinates":[-0.1639816,51.4996369]},"properties":{"@type":"node","@id":3357928389,"@timestamp":1540092711},"coords":"51.4996369,-0.1639816","bedrooms":"3","price":"232000","area":"430"} , +{"type":"Feature","id":"n3357928614","geometry":{"type":"Point","coordinates":[-0.1662565,51.4984883]},"properties":{"@type":"node","@id":3357928614,"@timestamp":1626940966},"coords":"51.4984883,-0.1662565","bedrooms":"3","price":"218000","area":"661"} , +{"type":"Feature","id":"n3357928636","geometry":{"type":"Point","coordinates":[-0.1592027,51.4986271]},"properties":{"@type":"node","@id":3357928636,"@timestamp":1601977757},"coords":"51.4986271,-0.1592027","bedrooms":"4","price":"253000","area":"400"} , +{"type":"Feature","id":"n3357928805","geometry":{"type":"Point","coordinates":[-0.1654424,51.4990518]},"properties":{"@type":"node","@id":3357928805,"@timestamp":1577289425},"coords":"51.4990518,-0.1654424","bedrooms":"2","price":"175000","area":"407"} , +{"type":"Feature","id":"n3357928826","geometry":{"type":"Point","coordinates":[-0.136602,51.5100389]},"properties":{"@type":"node","@id":3357928826,"@timestamp":1575940899},"coords":"51.5100389,-0.136602","bedrooms":"3","price":"201000","area":"415"} , +{"type":"Feature","id":"n3357928846","geometry":{"type":"Point","coordinates":[-0.1426362,51.515099]},"properties":{"@type":"node","@id":3357928846,"@timestamp":1590246688},"coords":"51.515099,-0.1426362","bedrooms":"3","price":"214000","area":"450"} , +{"type":"Feature","id":"n3357928863","geometry":{"type":"Point","coordinates":[-0.1593739,51.4990496]},"properties":{"@type":"node","@id":3357928863,"@timestamp":1601977757},"coords":"51.4990496,-0.1593739","bedrooms":"2","price":"214000","area":"608"} , +{"type":"Feature","id":"n3357928880","geometry":{"type":"Point","coordinates":[-0.146555,51.513141]},"properties":{"@type":"node","@id":3357928880,"@timestamp":1553720106},"coords":"51.513141,-0.146555","bedrooms":"4","price":"296000","area":"625"} , +{"type":"Feature","id":"n3357929207","geometry":{"type":"Point","coordinates":[-0.1413787,51.5128255]},"properties":{"@type":"node","@id":3357929207,"@timestamp":1561471912},"coords":"51.5128255,-0.1413787","bedrooms":"3","price":"184000","area":"589"} , +{"type":"Feature","id":"n3357929227","geometry":{"type":"Point","coordinates":[-0.1594025,51.4992241]},"properties":{"@type":"node","@id":3357929227,"@timestamp":1601970940},"coords":"51.4992241,-0.1594025","bedrooms":"0","price":"251000","area":"658"} , +{"type":"Feature","id":"n3357929244","geometry":{"type":"Point","coordinates":[-0.1320159,51.5161982]},"properties":{"@type":"node","@id":3357929244,"@timestamp":1520094386},"coords":"51.5161982,-0.1320159","bedrooms":"2","price":"175000","area":"456"} , +{"type":"Feature","id":"n3358239486","geometry":{"type":"Point","coordinates":[-0.4742025,51.3807023]},"properties":{"@type":"node","@id":3358239486,"@timestamp":1424280255},"coords":"51.3807023,-0.4742025","bedrooms":"1","price":"284000","area":"397"} , +{"type":"Feature","id":"n3358691651","geometry":{"type":"Point","coordinates":[-1.0694795,51.2647763]},"properties":{"@type":"node","@id":3358691651,"@timestamp":1424297415},"coords":"51.2647763,-1.0694795","bedrooms":"1","price":"298000","area":"356"} , +{"type":"Feature","id":"n3358761034","geometry":{"type":"Point","coordinates":[-0.8603614,51.2924945]},"properties":{"@type":"node","@id":3358761034,"@timestamp":1424299598},"coords":"51.2924945,-0.8603614","bedrooms":"1","price":"274000","area":"383"} , +{"type":"Feature","id":"n3358808836","geometry":{"type":"Point","coordinates":[-0.8544991,51.2932377]},"properties":{"@type":"node","@id":3358808836,"@timestamp":1604441797},"coords":"51.2932377,-0.8544991","bedrooms":"3","price":"169000","area":"491"} , +{"type":"Feature","id":"n3358809990","geometry":{"type":"Point","coordinates":[-0.179625,51.4978229]},"properties":{"@type":"node","@id":3358809990,"@timestamp":1550583763},"coords":"51.4978229,-0.179625","bedrooms":"0","price":"193000","area":"575"} , +{"type":"Feature","id":"n3358823513","geometry":{"type":"Point","coordinates":[-0.1409732,51.5171605]},"properties":{"@type":"node","@id":3358823513,"@timestamp":1424303100},"coords":"51.5171605,-0.1409732","bedrooms":"1","price":"259000","area":"535"} , +{"type":"Feature","id":"n3359160199","geometry":{"type":"Point","coordinates":[-0.1891293,51.4233648]},"properties":{"@type":"node","@id":3359160199,"@timestamp":1542276261},"coords":"51.4233648,-0.1891293","bedrooms":"2","price":"255000","area":"556"} , +{"type":"Feature","id":"n3359644431","geometry":{"type":"Point","coordinates":[-0.5049436,51.3380321]},"properties":{"@type":"node","@id":3359644431,"@timestamp":1539207991},"coords":"51.3380321,-0.5049436","bedrooms":"0","price":"167000","area":"619"} , +{"type":"Feature","id":"n3360082668","geometry":{"type":"Point","coordinates":[-0.3307733,51.074375]},"properties":{"@type":"node","@id":3360082668,"@timestamp":1607438142},"coords":"51.074375,-0.3307733","bedrooms":"2","price":"230000","area":"613"} , +{"type":"Feature","id":"n3360127823","geometry":{"type":"Point","coordinates":[-0.1158899,51.5249451]},"properties":{"@type":"node","@id":3360127823,"@timestamp":1548259453},"coords":"51.5249451,-0.1158899","bedrooms":"1","price":"189000","area":"643"} , +{"type":"Feature","id":"n3361500142","geometry":{"type":"Point","coordinates":[0.1552713,51.7884722]},"properties":{"@type":"node","@id":3361500142,"@timestamp":1424429247},"coords":"51.7884722,0.1552713","bedrooms":"3","price":"174000","area":"672"} , +{"type":"Feature","id":"n3361508077","geometry":{"type":"Point","coordinates":[0.1535761,51.7917638]},"properties":{"@type":"node","@id":3361508077,"@timestamp":1424429324},"coords":"51.7917638,0.1535761","bedrooms":"0","price":"269000","area":"664"} , +{"type":"Feature","id":"n3361509792","geometry":{"type":"Point","coordinates":[0.1534313,51.791296]},"properties":{"@type":"node","@id":3361509792,"@timestamp":1424429356},"coords":"51.791296,0.1534313","bedrooms":"3","price":"189000","area":"377"} , +{"type":"Feature","id":"n3361538633","geometry":{"type":"Point","coordinates":[0.2084784,51.6741296]},"properties":{"@type":"node","@id":3361538633,"@timestamp":1424430616},"coords":"51.6741296,0.2084784","bedrooms":"3","price":"180000","area":"611"} , +{"type":"Feature","id":"n3361974009","geometry":{"type":"Point","coordinates":[-0.4847962,51.3728607]},"properties":{"@type":"node","@id":3361974009,"@timestamp":1562422641},"coords":"51.3728607,-0.4847962","bedrooms":"2","price":"292000","area":"648"} , +{"type":"Feature","id":"n3361974020","geometry":{"type":"Point","coordinates":[-0.4888098,51.3713772]},"properties":{"@type":"node","@id":3361974020,"@timestamp":1632143430},"coords":"51.3713772,-0.4888098","bedrooms":"1","price":"245000","area":"397"} , +{"type":"Feature","id":"n3361974033","geometry":{"type":"Point","coordinates":[-0.4859606,51.3720938]},"properties":{"@type":"node","@id":3361974033,"@timestamp":1499726181},"coords":"51.3720938,-0.4859606","bedrooms":"3","price":"262000","area":"648"} , +{"type":"Feature","id":"n3361974046","geometry":{"type":"Point","coordinates":[-0.4849871,51.3724026]},"properties":{"@type":"node","@id":3361974046,"@timestamp":1424451289},"coords":"51.3724026,-0.4849871","bedrooms":"3","price":"298000","area":"440"} , +{"type":"Feature","id":"n3361974059","geometry":{"type":"Point","coordinates":[-0.4843738,51.3726738]},"properties":{"@type":"node","@id":3361974059,"@timestamp":1500243158},"coords":"51.3726738,-0.4843738","bedrooms":"1","price":"232000","area":"421"} , +{"type":"Feature","id":"n3362338763","geometry":{"type":"Point","coordinates":[-0.1474535,51.6473839]},"properties":{"@type":"node","@id":3362338763,"@timestamp":1424466578},"coords":"51.6473839,-0.1474535","bedrooms":"1","price":"179000","area":"528"} , +{"type":"Feature","id":"n3362367434","geometry":{"type":"Point","coordinates":[-0.8028452,51.2924601]},"properties":{"@type":"node","@id":3362367434,"@timestamp":1436470300},"coords":"51.2924601,-0.8028452","bedrooms":"1","price":"158000","area":"495"} , +{"type":"Feature","id":"n3362367489","geometry":{"type":"Point","coordinates":[-0.78946,51.2914637]},"properties":{"@type":"node","@id":3362367489,"@timestamp":1424467903},"coords":"51.2914637,-0.78946","bedrooms":"0","price":"170000","area":"657"} , +{"type":"Feature","id":"n3362459470","geometry":{"type":"Point","coordinates":[-0.7532407,51.2997853]},"properties":{"@type":"node","@id":3362459470,"@timestamp":1538576000},"coords":"51.2997853,-0.7532407","bedrooms":"2","price":"211000","area":"589"} , +{"type":"Feature","id":"n3362470515","geometry":{"type":"Point","coordinates":[-0.1616482,51.4732639]},"properties":{"@type":"node","@id":3362470515,"@timestamp":1532876706},"coords":"51.4732639,-0.1616482","bedrooms":"0","price":"251000","area":"687"} , +{"type":"Feature","id":"n3362600501","geometry":{"type":"Point","coordinates":[-0.7393599,51.318537]},"properties":{"@type":"node","@id":3362600501,"@timestamp":1561319777},"coords":"51.318537,-0.7393599","bedrooms":"3","price":"194000","area":"578"} , +{"type":"Feature","id":"n3362600567","geometry":{"type":"Point","coordinates":[-0.7357436,51.3192611]},"properties":{"@type":"node","@id":3362600567,"@timestamp":1561405521},"coords":"51.3192611,-0.7357436","bedrooms":"0","price":"152000","area":"510"} , +{"type":"Feature","id":"n3362649802","geometry":{"type":"Point","coordinates":[-0.0637706,51.5237976]},"properties":{"@type":"node","@id":3362649802,"@timestamp":1499819194},"coords":"51.5237976,-0.0637706","bedrooms":"1","price":"250000","area":"413"} , +{"type":"Feature","id":"n3362649827","geometry":{"type":"Point","coordinates":[-0.0661087,51.5240868]},"properties":{"@type":"node","@id":3362649827,"@timestamp":1586646356},"coords":"51.5240868,-0.0661087","bedrooms":"2","price":"160000","area":"422"} , +{"type":"Feature","id":"n3362649853","geometry":{"type":"Point","coordinates":[-0.064818,51.5264379]},"properties":{"@type":"node","@id":3362649853,"@timestamp":1627910948},"coords":"51.5264379,-0.064818","bedrooms":"3","price":"200000","area":"375"} , +{"type":"Feature","id":"n3362691751","geometry":{"type":"Point","coordinates":[-0.0972627,51.5454866]},"properties":{"@type":"node","@id":3362691751,"@timestamp":1424488588},"coords":"51.5454866,-0.0972627","bedrooms":"4","price":"233000","area":"653"} , +{"type":"Feature","id":"n3362691770","geometry":{"type":"Point","coordinates":[-0.0975155,51.5459408]},"properties":{"@type":"node","@id":3362691770,"@timestamp":1424488588},"coords":"51.5459408,-0.0975155","bedrooms":"2","price":"218000","area":"683"} , +{"type":"Feature","id":"n3362691791","geometry":{"type":"Point","coordinates":[-0.0977808,51.5464211]},"properties":{"@type":"node","@id":3362691791,"@timestamp":1424488589},"coords":"51.5464211,-0.0977808","bedrooms":"4","price":"222000","area":"523"} , +{"type":"Feature","id":"n3362695369","geometry":{"type":"Point","coordinates":[-0.0980504,51.5469731]},"properties":{"@type":"node","@id":3362695369,"@timestamp":1424489800},"coords":"51.5469731,-0.0980504","bedrooms":"0","price":"230000","area":"574"} , +{"type":"Feature","id":"n3362695382","geometry":{"type":"Point","coordinates":[-0.0973619,51.547177]},"properties":{"@type":"node","@id":3362695382,"@timestamp":1424489800},"coords":"51.547177,-0.0973619","bedrooms":"3","price":"176000","area":"618"} , +{"type":"Feature","id":"n3362695796","geometry":{"type":"Point","coordinates":[-0.0957035,51.5473227]},"properties":{"@type":"node","@id":3362695796,"@timestamp":1424489801},"coords":"51.5473227,-0.0957035","bedrooms":"2","price":"267000","area":"498"} , +{"type":"Feature","id":"n3362695806","geometry":{"type":"Point","coordinates":[-0.0961598,51.5473588]},"properties":{"@type":"node","@id":3362695806,"@timestamp":1424489801},"coords":"51.5473588,-0.0961598","bedrooms":"0","price":"285000","area":"698"} , +{"type":"Feature","id":"n3362734649","geometry":{"type":"Point","coordinates":[0.01007,51.4729939]},"properties":{"@type":"node","@id":3362734649,"@timestamp":1634123318},"coords":"51.4729939,0.01007","bedrooms":"0","price":"237000","area":"560"} , +{"type":"Feature","id":"n3363697615","geometry":{"type":"Point","coordinates":[-0.1345531,51.3828114]},"properties":{"@type":"node","@id":3363697615,"@timestamp":1424538355},"coords":"51.3828114,-0.1345531","bedrooms":"1","price":"200000","area":"513"} , +{"type":"Feature","id":"n3363698218","geometry":{"type":"Point","coordinates":[-0.1289419,51.3855225]},"properties":{"@type":"node","@id":3363698218,"@timestamp":1620510171},"coords":"51.3855225,-0.1289419","bedrooms":"4","price":"251000","area":"458"} , +{"type":"Feature","id":"n3363954543","geometry":{"type":"Point","coordinates":[0.2702995,51.2589326]},"properties":{"@type":"node","@id":3363954543,"@timestamp":1424543843},"coords":"51.2589326,0.2702995","bedrooms":"3","price":"227000","area":"518"} , +{"type":"Feature","id":"n3364627877","geometry":{"type":"Point","coordinates":[-0.6162911,51.703727]},"properties":{"@type":"node","@id":3364627877,"@timestamp":1449603130},"coords":"51.703727,-0.6162911","bedrooms":"2","price":"277000","area":"437"} , +{"type":"Feature","id":"n3364655822","geometry":{"type":"Point","coordinates":[-0.6401465,51.3372807]},"properties":{"@type":"node","@id":3364655822,"@timestamp":1484343865},"coords":"51.3372807,-0.6401465","bedrooms":"4","price":"225000","area":"694"} , +{"type":"Feature","id":"n3364717552","geometry":{"type":"Point","coordinates":[-0.3561329,51.5694169]},"properties":{"@type":"node","@id":3364717552,"@timestamp":1424560545},"coords":"51.5694169,-0.3561329","bedrooms":"4","price":"214000","area":"390"} , +{"type":"Feature","id":"n3364717562","geometry":{"type":"Point","coordinates":[-0.353174,51.5716004]},"properties":{"@type":"node","@id":3364717562,"@timestamp":1424560546},"coords":"51.5716004,-0.353174","bedrooms":"2","price":"184000","area":"468"} , +{"type":"Feature","id":"n3364717572","geometry":{"type":"Point","coordinates":[-0.3439944,51.574187]},"properties":{"@type":"node","@id":3364717572,"@timestamp":1424560546},"coords":"51.574187,-0.3439944","bedrooms":"1","price":"266000","area":"532"} , +{"type":"Feature","id":"n3364717582","geometry":{"type":"Point","coordinates":[-0.3521729,51.5699656]},"properties":{"@type":"node","@id":3364717582,"@timestamp":1424560547},"coords":"51.5699656,-0.3521729","bedrooms":"1","price":"265000","area":"504"} , +{"type":"Feature","id":"n3364717592","geometry":{"type":"Point","coordinates":[-0.3560305,51.5696968]},"properties":{"@type":"node","@id":3364717592,"@timestamp":1426111139},"coords":"51.5696968,-0.3560305","bedrooms":"1","price":"217000","area":"599"} , +{"type":"Feature","id":"n3364718402","geometry":{"type":"Point","coordinates":[-0.3458442,51.5706878]},"properties":{"@type":"node","@id":3364718402,"@timestamp":1424560548},"coords":"51.5706878,-0.3458442","bedrooms":"2","price":"248000","area":"633"} , +{"type":"Feature","id":"n3364718412","geometry":{"type":"Point","coordinates":[-0.3502711,51.570413]},"properties":{"@type":"node","@id":3364718412,"@timestamp":1424560548},"coords":"51.570413,-0.3502711","bedrooms":"3","price":"211000","area":"602"} , +{"type":"Feature","id":"n3364718422","geometry":{"type":"Point","coordinates":[-0.3506886,51.5706159]},"properties":{"@type":"node","@id":3364718422,"@timestamp":1424560549},"coords":"51.5706159,-0.3506886","bedrooms":"0","price":"194000","area":"579"} , +{"type":"Feature","id":"n3364718432","geometry":{"type":"Point","coordinates":[-0.351003,51.5707683]},"properties":{"@type":"node","@id":3364718432,"@timestamp":1424560549},"coords":"51.5707683,-0.351003","bedrooms":"4","price":"209000","area":"431"} , +{"type":"Feature","id":"n3364718442","geometry":{"type":"Point","coordinates":[-0.3540856,51.5695278]},"properties":{"@type":"node","@id":3364718442,"@timestamp":1424560550},"coords":"51.5695278,-0.3540856","bedrooms":"2","price":"253000","area":"374"} , +{"type":"Feature","id":"n3364718452","geometry":{"type":"Point","coordinates":[-0.3491968,51.5752026]},"properties":{"@type":"node","@id":3364718452,"@timestamp":1424560551},"coords":"51.5752026,-0.3491968","bedrooms":"4","price":"249000","area":"535"} , +{"type":"Feature","id":"n3364718462","geometry":{"type":"Point","coordinates":[-0.351934,51.5713385]},"properties":{"@type":"node","@id":3364718462,"@timestamp":1424560551},"coords":"51.5713385,-0.351934","bedrooms":"1","price":"220000","area":"412"} , +{"type":"Feature","id":"n3364718507","geometry":{"type":"Point","coordinates":[-0.3482117,51.5713028]},"properties":{"@type":"node","@id":3364718507,"@timestamp":1424560552},"coords":"51.5713028,-0.3482117","bedrooms":"3","price":"215000","area":"691"} , +{"type":"Feature","id":"n3364718519","geometry":{"type":"Point","coordinates":[-0.3488722,51.5716525]},"properties":{"@type":"node","@id":3364718519,"@timestamp":1424560553},"coords":"51.5716525,-0.3488722","bedrooms":"1","price":"194000","area":"571"} , +{"type":"Feature","id":"n3364761764","geometry":{"type":"Point","coordinates":[-0.6153337,51.3189355]},"properties":{"@type":"node","@id":3364761764,"@timestamp":1542313207},"coords":"51.3189355,-0.6153337","bedrooms":"4","price":"163000","area":"444"} , +{"type":"Feature","id":"n3364857685","geometry":{"type":"Point","coordinates":[-0.5365497,51.3543403]},"properties":{"@type":"node","@id":3364857685,"@timestamp":1554924982},"coords":"51.3543403,-0.5365497","bedrooms":"0","price":"209000","area":"554"} , +{"type":"Feature","id":"n3366063696","geometry":{"type":"Point","coordinates":[-0.6150693,51.7031961]},"properties":{"@type":"node","@id":3366063696,"@timestamp":1606948433},"coords":"51.7031961,-0.6150693","bedrooms":"0","price":"295000","area":"514"} , +{"type":"Feature","id":"n3366482882","geometry":{"type":"Point","coordinates":[-0.6055165,51.6743381]},"properties":{"@type":"node","@id":3366482882,"@timestamp":1424627081},"coords":"51.6743381,-0.6055165","bedrooms":"1","price":"185000","area":"660"} , +{"type":"Feature","id":"n3366791097","geometry":{"type":"Point","coordinates":[-0.5078273,51.3880062]},"properties":{"@type":"node","@id":3366791097,"@timestamp":1424638993},"coords":"51.3880062,-0.5078273","bedrooms":"4","price":"213000","area":"622"} , +{"type":"Feature","id":"n3366865806","geometry":{"type":"Point","coordinates":[-0.4750153,51.3724137]},"properties":{"@type":"node","@id":3366865806,"@timestamp":1533071282},"coords":"51.3724137,-0.4750153","bedrooms":"3","price":"152000","area":"696"} , +{"type":"Feature","id":"n3366884195","geometry":{"type":"Point","coordinates":[-0.4906918,51.3672783]},"properties":{"@type":"node","@id":3366884195,"@timestamp":1630896073},"coords":"51.3672783,-0.4906918","bedrooms":"0","price":"153000","area":"461"} , +{"type":"Feature","id":"n3367499381","geometry":{"type":"Point","coordinates":[0.1563735,51.790346]},"properties":{"@type":"node","@id":3367499381,"@timestamp":1424675275},"coords":"51.790346,0.1563735","bedrooms":"3","price":"286000","area":"457"} , +{"type":"Feature","id":"n3367782243","geometry":{"type":"Point","coordinates":[0.2872847,51.8097342]},"properties":{"@type":"node","@id":3367782243,"@timestamp":1424686102},"coords":"51.8097342,0.2872847","bedrooms":"4","price":"227000","area":"454"} , +{"type":"Feature","id":"n3368210934","geometry":{"type":"Point","coordinates":[0.2163701,51.7186315]},"properties":{"@type":"node","@id":3368210934,"@timestamp":1424702846},"coords":"51.7186315,0.2163701","bedrooms":"1","price":"217000","area":"670"} , +{"type":"Feature","id":"n3368219071","geometry":{"type":"Point","coordinates":[0.2120893,51.7215892]},"properties":{"@type":"node","@id":3368219071,"@timestamp":1424702749},"coords":"51.7215892,0.2120893","bedrooms":"1","price":"158000","area":"520"} , +{"type":"Feature","id":"n3368890375","geometry":{"type":"Point","coordinates":[0.0440511,51.5399684]},"properties":{"@type":"node","@id":3368890375,"@timestamp":1615208254},"coords":"51.5399684,0.0440511","bedrooms":"2","price":"203000","area":"462"} , +{"type":"Feature","id":"n3369032463","geometry":{"type":"Point","coordinates":[0.0028748,51.5403287]},"properties":{"@type":"node","@id":3369032463,"@timestamp":1606752494},"coords":"51.5403287,0.0028748","bedrooms":"3","price":"285000","area":"677"} , +{"type":"Feature","id":"n3369041522","geometry":{"type":"Point","coordinates":[0.0039036,51.5426577]},"properties":{"@type":"node","@id":3369041522,"@timestamp":1630303216},"coords":"51.5426577,0.0039036","bedrooms":"3","price":"282000","area":"651"} , +{"type":"Feature","id":"n3369147665","geometry":{"type":"Point","coordinates":[-0.0764384,51.5486086]},"properties":{"@type":"node","@id":3369147665,"@timestamp":1424729024},"coords":"51.5486086,-0.0764384","bedrooms":"0","price":"264000","area":"351"} , +{"type":"Feature","id":"n3369177961","geometry":{"type":"Point","coordinates":[-0.1548172,51.0983316]},"properties":{"@type":"node","@id":3369177961,"@timestamp":1632588811},"coords":"51.0983316,-0.1548172","bedrooms":"3","price":"240000","area":"439"} , +{"type":"Feature","id":"n3369177971","geometry":{"type":"Point","coordinates":[-0.1552204,51.0981517]},"properties":{"@type":"node","@id":3369177971,"@timestamp":1632588811},"coords":"51.0981517,-0.1552204","bedrooms":"4","price":"201000","area":"480"} , +{"type":"Feature","id":"n3369548045","geometry":{"type":"Point","coordinates":[-0.005802,51.5370363]},"properties":{"@type":"node","@id":3369548045,"@timestamp":1606310889},"coords":"51.5370363,-0.005802","bedrooms":"0","price":"208000","area":"452"} , +{"type":"Feature","id":"n3369901209","geometry":{"type":"Point","coordinates":[0.2557219,51.6958697]},"properties":{"@type":"node","@id":3369901209,"@timestamp":1539252988},"coords":"51.6958697,0.2557219","bedrooms":"2","price":"160000","area":"495"} , +{"type":"Feature","id":"n3369943717","geometry":{"type":"Point","coordinates":[0.5865654,51.7323363]},"properties":{"@type":"node","@id":3369943717,"@timestamp":1496239046},"coords":"51.7323363,0.5865654","bedrooms":"0","price":"194000","area":"685"} , +{"type":"Feature","id":"n3369981170","geometry":{"type":"Point","coordinates":[0.2211835,51.5615036]},"properties":{"@type":"node","@id":3369981170,"@timestamp":1616064214},"coords":"51.5615036,0.2211835","bedrooms":"3","price":"156000","area":"623"} , +{"type":"Feature","id":"n3370199910","geometry":{"type":"Point","coordinates":[-0.5727607,51.257122]},"properties":{"@type":"node","@id":3370199910,"@timestamp":1424786648},"coords":"51.257122,-0.5727607","bedrooms":"4","price":"178000","area":"530"} , +{"type":"Feature","id":"n3370273483","geometry":{"type":"Point","coordinates":[-0.0774009,51.5030229]},"properties":{"@type":"node","@id":3370273483,"@timestamp":1628595240},"coords":"51.5030229,-0.0774009","bedrooms":"2","price":"250000","area":"552"} , +{"type":"Feature","id":"n3370583555","geometry":{"type":"Point","coordinates":[-0.0881468,51.5485587]},"properties":{"@type":"node","@id":3370583555,"@timestamp":1424800029},"coords":"51.5485587,-0.0881468","bedrooms":"4","price":"206000","area":"378"} , +{"type":"Feature","id":"n3370832348","geometry":{"type":"Point","coordinates":[-0.0879415,51.548202]},"properties":{"@type":"node","@id":3370832348,"@timestamp":1424809920},"coords":"51.548202,-0.0879415","bedrooms":"2","price":"257000","area":"680"} , +{"type":"Feature","id":"n3370832369","geometry":{"type":"Point","coordinates":[-0.0877203,51.5484287]},"properties":{"@type":"node","@id":3370832369,"@timestamp":1424809921},"coords":"51.5484287,-0.0877203","bedrooms":"3","price":"197000","area":"692"} , +{"type":"Feature","id":"n3371089897","geometry":{"type":"Point","coordinates":[-0.7220924,51.2722779]},"properties":{"@type":"node","@id":3371089897,"@timestamp":1613909435},"coords":"51.2722779,-0.7220924","bedrooms":"0","price":"226000","area":"613"} , +{"type":"Feature","id":"n3371573813","geometry":{"type":"Point","coordinates":[-0.3829819,51.6278429]},"properties":{"@type":"node","@id":3371573813,"@timestamp":1424863894},"coords":"51.6278429,-0.3829819","bedrooms":"2","price":"185000","area":"376"} , +{"type":"Feature","id":"n3371621832","geometry":{"type":"Point","coordinates":[-0.1032671,51.4912831]},"properties":{"@type":"node","@id":3371621832,"@timestamp":1636195882},"coords":"51.4912831,-0.1032671","bedrooms":"0","price":"267000","area":"608"} , +{"type":"Feature","id":"n3371961573","geometry":{"type":"Point","coordinates":[0.1541315,51.3831749]},"properties":{"@type":"node","@id":3371961573,"@timestamp":1606236755},"coords":"51.3831749,0.1541315","bedrooms":"0","price":"213000","area":"419"} , +{"type":"Feature","id":"n3372016606","geometry":{"type":"Point","coordinates":[0.1554224,51.3831011]},"properties":{"@type":"node","@id":3372016606,"@timestamp":1606236755},"coords":"51.3831011,0.1554224","bedrooms":"4","price":"251000","area":"678"} , +{"type":"Feature","id":"n3372486180","geometry":{"type":"Point","coordinates":[-0.0178864,51.4830202]},"properties":{"@type":"node","@id":3372486180,"@timestamp":1557250789},"coords":"51.4830202,-0.0178864","bedrooms":"4","price":"236000","area":"438"} , +{"type":"Feature","id":"n3373195361","geometry":{"type":"Point","coordinates":[-0.6128259,51.7221572]},"properties":{"@type":"node","@id":3373195361,"@timestamp":1475526953},"coords":"51.7221572,-0.6128259","bedrooms":"2","price":"296000","area":"613"} , +{"type":"Feature","id":"n3373344995","geometry":{"type":"Point","coordinates":[0.155854,51.3829502]},"properties":{"@type":"node","@id":3373344995,"@timestamp":1606236755},"coords":"51.3829502,0.155854","bedrooms":"3","price":"274000","area":"398"} , +{"type":"Feature","id":"n3373383532","geometry":{"type":"Point","coordinates":[0.1563873,51.382944]},"properties":{"@type":"node","@id":3373383532,"@timestamp":1606236755},"coords":"51.382944,0.1563873","bedrooms":"0","price":"262000","area":"446"} , +{"type":"Feature","id":"n3373607538","geometry":{"type":"Point","coordinates":[-0.3022792,51.4515518]},"properties":{"@type":"node","@id":3373607538,"@timestamp":1632218019},"coords":"51.4515518,-0.3022792","bedrooms":"4","price":"174000","area":"549"} , +{"type":"Feature","id":"n3373898077","geometry":{"type":"Point","coordinates":[-0.1609152,51.4735293]},"properties":{"@type":"node","@id":3373898077,"@timestamp":1532876831},"coords":"51.4735293,-0.1609152","bedrooms":"0","price":"185000","area":"575"} , +{"type":"Feature","id":"n3373963765","geometry":{"type":"Point","coordinates":[-0.1463935,51.4770582]},"properties":{"@type":"node","@id":3373963765,"@timestamp":1479388237},"coords":"51.4770582,-0.1463935","bedrooms":"4","price":"254000","area":"511"} , +{"type":"Feature","id":"n3373974114","geometry":{"type":"Point","coordinates":[-0.1205547,51.5401381]},"properties":{"@type":"node","@id":3373974114,"@timestamp":1424989342},"coords":"51.5401381,-0.1205547","bedrooms":"0","price":"162000","area":"671"} , +{"type":"Feature","id":"n3374448718","geometry":{"type":"Point","coordinates":[-0.0805218,51.5163373]},"properties":{"@type":"node","@id":3374448718,"@timestamp":1432055248},"coords":"51.5163373,-0.0805218","bedrooms":"3","price":"262000","area":"542"} , +{"type":"Feature","id":"n3374471346","geometry":{"type":"Point","coordinates":[-0.1610891,51.4734693]},"properties":{"@type":"node","@id":3374471346,"@timestamp":1553720129},"coords":"51.4734693,-0.1610891","bedrooms":"4","price":"178000","area":"633"} , +{"type":"Feature","id":"n3375222994","geometry":{"type":"Point","coordinates":[-0.243921,51.536819]},"properties":{"@type":"node","@id":3375222994,"@timestamp":1425062462},"coords":"51.536819,-0.243921","bedrooms":"4","price":"299000","area":"592"} , +{"type":"Feature","id":"n3375498443","geometry":{"type":"Point","coordinates":[-0.1320985,51.5235127]},"properties":{"@type":"node","@id":3375498443,"@timestamp":1604858707},"coords":"51.5235127,-0.1320985","bedrooms":"4","price":"218000","area":"439"} , +{"type":"Feature","id":"n3375577907","geometry":{"type":"Point","coordinates":[-0.1227315,51.4896278]},"properties":{"@type":"node","@id":3375577907,"@timestamp":1622652205},"coords":"51.4896278,-0.1227315","bedrooms":"3","price":"178000","area":"538"} , +{"type":"Feature","id":"n3375738971","geometry":{"type":"Point","coordinates":[0.4735923,51.7353558]},"properties":{"@type":"node","@id":3375738971,"@timestamp":1452533074},"coords":"51.7353558,0.4735923","bedrooms":"4","price":"225000","area":"440"} , +{"type":"Feature","id":"n3375815167","geometry":{"type":"Point","coordinates":[-0.3234298,51.7670245]},"properties":{"@type":"node","@id":3375815167,"@timestamp":1425087397},"coords":"51.7670245,-0.3234298","bedrooms":"4","price":"187000","area":"399"} , +{"type":"Feature","id":"n3376322981","geometry":{"type":"Point","coordinates":[-0.1298226,51.5358759]},"properties":{"@type":"node","@id":3376322981,"@timestamp":1624203255},"coords":"51.5358759,-0.1298226","bedrooms":"1","price":"206000","area":"534"} , +{"type":"Feature","id":"n3376484093","geometry":{"type":"Point","coordinates":[-0.242211,51.534123]},"properties":{"@type":"node","@id":3376484093,"@timestamp":1425134598},"coords":"51.534123,-0.242211","bedrooms":"0","price":"295000","area":"554"} , +{"type":"Feature","id":"n3376510438","geometry":{"type":"Point","coordinates":[-0.6216404,51.7116501]},"properties":{"@type":"node","@id":3376510438,"@timestamp":1460826931},"coords":"51.7116501,-0.6216404","bedrooms":"0","price":"218000","area":"369"} , +{"type":"Feature","id":"n3376631654","geometry":{"type":"Point","coordinates":[0.4851119,51.7863767]},"properties":{"@type":"node","@id":3376631654,"@timestamp":1425141332},"coords":"51.7863767,0.4851119","bedrooms":"4","price":"207000","area":"482"} , +{"type":"Feature","id":"n3377583787","geometry":{"type":"Point","coordinates":[-0.1229093,51.4858771]},"properties":{"@type":"node","@id":3377583787,"@timestamp":1425205135},"coords":"51.4858771,-0.1229093","bedrooms":"3","price":"191000","area":"492"} , +{"type":"Feature","id":"n3377613809","geometry":{"type":"Point","coordinates":[-0.327803,51.0632182]},"properties":{"@type":"node","@id":3377613809,"@timestamp":1582838283},"coords":"51.0632182,-0.327803","bedrooms":"4","price":"266000","area":"527"} , +{"type":"Feature","id":"n3377734922","geometry":{"type":"Point","coordinates":[0.4291463,51.5189461]},"properties":{"@type":"node","@id":3377734922,"@timestamp":1425212812},"coords":"51.5189461,0.4291463","bedrooms":"4","price":"228000","area":"370"} , +{"type":"Feature","id":"n3377762915","geometry":{"type":"Point","coordinates":[0.4285704,51.5149495]},"properties":{"@type":"node","@id":3377762915,"@timestamp":1425214053},"coords":"51.5149495,0.4285704","bedrooms":"3","price":"236000","area":"581"} , +{"type":"Feature","id":"n3378233793","geometry":{"type":"Point","coordinates":[-0.3315745,51.0629029]},"properties":{"@type":"node","@id":3378233793,"@timestamp":1559823421},"coords":"51.0629029,-0.3315745","bedrooms":"0","price":"172000","area":"506"} , +{"type":"Feature","id":"n3378371264","geometry":{"type":"Point","coordinates":[-0.0428617,51.6429322]},"properties":{"@type":"node","@id":3378371264,"@timestamp":1602161764},"coords":"51.6429322,-0.0428617","bedrooms":"0","price":"208000","area":"524"} , +{"type":"Feature","id":"n3378383127","geometry":{"type":"Point","coordinates":[-0.0453562,51.6429805]},"properties":{"@type":"node","@id":3378383127,"@timestamp":1425238234},"coords":"51.6429805,-0.0453562","bedrooms":"1","price":"221000","area":"685"} , +{"type":"Feature","id":"n3378390145","geometry":{"type":"Point","coordinates":[-0.0464586,51.6432902]},"properties":{"@type":"node","@id":3378390145,"@timestamp":1557145375},"coords":"51.6432902,-0.0464586","bedrooms":"3","price":"286000","area":"452"} , +{"type":"Feature","id":"n3378404033","geometry":{"type":"Point","coordinates":[-0.0510532,51.6421783]},"properties":{"@type":"node","@id":3378404033,"@timestamp":1425246738},"coords":"51.6421783,-0.0510532","bedrooms":"3","price":"227000","area":"561"} , +{"type":"Feature","id":"n3378404050","geometry":{"type":"Point","coordinates":[-0.0516969,51.6412777]},"properties":{"@type":"node","@id":3378404050,"@timestamp":1425239724},"coords":"51.6412777,-0.0516969","bedrooms":"2","price":"269000","area":"590"} , +{"type":"Feature","id":"n3378418932","geometry":{"type":"Point","coordinates":[-0.0533009,51.642318]},"properties":{"@type":"node","@id":3378418932,"@timestamp":1425240048},"coords":"51.642318,-0.0533009","bedrooms":"0","price":"155000","area":"670"} , +{"type":"Feature","id":"n3378418942","geometry":{"type":"Point","coordinates":[-0.0532258,51.6425244]},"properties":{"@type":"node","@id":3378418942,"@timestamp":1425240049},"coords":"51.6425244,-0.0532258","bedrooms":"2","price":"298000","area":"594"} , +{"type":"Feature","id":"n3378425603","geometry":{"type":"Point","coordinates":[-0.0533062,51.6438959]},"properties":{"@type":"node","@id":3378425603,"@timestamp":1425240403},"coords":"51.6438959,-0.0533062","bedrooms":"3","price":"183000","area":"690"} , +{"type":"Feature","id":"n3378513925","geometry":{"type":"Point","coordinates":[0.0197902,51.5511271]},"properties":{"@type":"node","@id":3378513925,"@timestamp":1620390394},"coords":"51.5511271,0.0197902","bedrooms":"1","price":"177000","area":"493"} , +{"type":"Feature","id":"n3378544063","geometry":{"type":"Point","coordinates":[-0.1063935,51.4405605]},"properties":{"@type":"node","@id":3378544063,"@timestamp":1600163070},"coords":"51.4405605,-0.1063935","bedrooms":"2","price":"189000","area":"456"} , +{"type":"Feature","id":"n3378590060","geometry":{"type":"Point","coordinates":[-0.0620609,51.6429841]},"properties":{"@type":"node","@id":3378590060,"@timestamp":1425245104},"coords":"51.6429841,-0.0620609","bedrooms":"1","price":"285000","area":"463"} , +{"type":"Feature","id":"n3378613769","geometry":{"type":"Point","coordinates":[-0.0606553,51.6491054]},"properties":{"@type":"node","@id":3378613769,"@timestamp":1425245630},"coords":"51.6491054,-0.0606553","bedrooms":"4","price":"233000","area":"402"} , +{"type":"Feature","id":"n3378613779","geometry":{"type":"Point","coordinates":[-0.0608513,51.6459149]},"properties":{"@type":"node","@id":3378613779,"@timestamp":1444030653},"coords":"51.6459149,-0.0608513","bedrooms":"2","price":"164000","area":"386"} , +{"type":"Feature","id":"n3378637763","geometry":{"type":"Point","coordinates":[-0.9571901,51.3066653]},"properties":{"@type":"node","@id":3378637763,"@timestamp":1496239046},"coords":"51.3066653,-0.9571901","bedrooms":"3","price":"160000","area":"365"} , +{"type":"Feature","id":"n3378671129","geometry":{"type":"Point","coordinates":[-0.0564712,51.6452208]},"properties":{"@type":"node","@id":3378671129,"@timestamp":1425247626},"coords":"51.6452208,-0.0564712","bedrooms":"1","price":"253000","area":"628"} , +{"type":"Feature","id":"n3378712986","geometry":{"type":"Point","coordinates":[-0.8794828,51.3465065]},"properties":{"@type":"node","@id":3378712986,"@timestamp":1538548350},"coords":"51.3465065,-0.8794828","bedrooms":"2","price":"170000","area":"690"} , +{"type":"Feature","id":"n3379279108","geometry":{"type":"Point","coordinates":[-0.0950814,51.5062235]},"properties":{"@type":"node","@id":3379279108,"@timestamp":1425285529},"coords":"51.5062235,-0.0950814","bedrooms":"4","price":"202000","area":"534"} , +{"type":"Feature","id":"n3379673382","geometry":{"type":"Point","coordinates":[-0.162734,51.4782881]},"properties":{"@type":"node","@id":3379673382,"@timestamp":1425309920},"coords":"51.4782881,-0.162734","bedrooms":"1","price":"245000","area":"562"} , +{"type":"Feature","id":"n3379678501","geometry":{"type":"Point","coordinates":[-0.1623567,51.4785446]},"properties":{"@type":"node","@id":3379678501,"@timestamp":1425309920},"coords":"51.4785446,-0.1623567","bedrooms":"3","price":"294000","area":"602"} , +{"type":"Feature","id":"n3379678511","geometry":{"type":"Point","coordinates":[-0.1588228,51.4792508]},"properties":{"@type":"node","@id":3379678511,"@timestamp":1425309921},"coords":"51.4792508,-0.1588228","bedrooms":"1","price":"194000","area":"666"} , +{"type":"Feature","id":"n3379736688","geometry":{"type":"Point","coordinates":[-0.0107489,51.7468749]},"properties":{"@type":"node","@id":3379736688,"@timestamp":1425313299},"coords":"51.7468749,-0.0107489","bedrooms":"3","price":"268000","area":"685"} , +{"type":"Feature","id":"n3379798981","geometry":{"type":"Point","coordinates":[0.104784,51.6949953]},"properties":{"@type":"node","@id":3379798981,"@timestamp":1425317216},"coords":"51.6949953,0.104784","bedrooms":"0","price":"275000","area":"498"} , +{"type":"Feature","id":"n3379806833","geometry":{"type":"Point","coordinates":[0.1158213,51.7025561]},"properties":{"@type":"node","@id":3379806833,"@timestamp":1425317924},"coords":"51.7025561,0.1158213","bedrooms":"2","price":"167000","area":"402"} , +{"type":"Feature","id":"n3379866599","geometry":{"type":"Point","coordinates":[-0.2762325,51.8804792]},"properties":{"@type":"node","@id":3379866599,"@timestamp":1425319410},"coords":"51.8804792,-0.2762325","bedrooms":"4","price":"253000","area":"491"} , +{"type":"Feature","id":"n3379893452","geometry":{"type":"Point","coordinates":[0.1158287,51.6968085]},"properties":{"@type":"node","@id":3379893452,"@timestamp":1496150307},"coords":"51.6968085,0.1158287","bedrooms":"1","price":"248000","area":"550"} , +{"type":"Feature","id":"n3379893469","geometry":{"type":"Point","coordinates":[0.1138954,51.6982289]},"properties":{"@type":"node","@id":3379893469,"@timestamp":1425320068},"coords":"51.6982289,0.1138954","bedrooms":"4","price":"151000","area":"466"} , +{"type":"Feature","id":"n3380071883","geometry":{"type":"Point","coordinates":[-0.0084205,51.6668396]},"properties":{"@type":"node","@id":3380071883,"@timestamp":1425325622},"coords":"51.6668396,-0.0084205","bedrooms":"1","price":"254000","area":"534"} , +{"type":"Feature","id":"n3380198477","geometry":{"type":"Point","coordinates":[-0.9259199,51.3408281]},"properties":{"@type":"node","@id":3380198477,"@timestamp":1496239047},"coords":"51.3408281,-0.9259199","bedrooms":"4","price":"207000","area":"494"} , +{"type":"Feature","id":"n3380312167","geometry":{"type":"Point","coordinates":[-0.8252567,51.3235786]},"properties":{"@type":"node","@id":3380312167,"@timestamp":1551237719},"coords":"51.3235786,-0.8252567","bedrooms":"1","price":"253000","area":"441"} , +{"type":"Feature","id":"n3380457909","geometry":{"type":"Point","coordinates":[-0.7723678,51.3003982]},"properties":{"@type":"node","@id":3380457909,"@timestamp":1425337901},"coords":"51.3003982,-0.7723678","bedrooms":"1","price":"170000","area":"512"} , +{"type":"Feature","id":"n3380497611","geometry":{"type":"Point","coordinates":[-0.7611708,51.3145326]},"properties":{"@type":"node","@id":3380497611,"@timestamp":1538573397},"coords":"51.3145326,-0.7611708","bedrooms":"4","price":"243000","area":"359"} , +{"type":"Feature","id":"n3380513410","geometry":{"type":"Point","coordinates":[-0.7520655,51.3086113]},"properties":{"@type":"node","@id":3380513410,"@timestamp":1425340956},"coords":"51.3086113,-0.7520655","bedrooms":"0","price":"252000","area":"648"} , +{"type":"Feature","id":"n3380548300","geometry":{"type":"Point","coordinates":[-0.3373477,51.7514542]},"properties":{"@type":"node","@id":3380548300,"@timestamp":1558712753},"coords":"51.7514542,-0.3373477","bedrooms":"4","price":"180000","area":"589"} , +{"type":"Feature","id":"n3380895094","geometry":{"type":"Point","coordinates":[-0.0675838,51.5555921]},"properties":{"@type":"node","@id":3380895094,"@timestamp":1609232067},"coords":"51.5555921,-0.0675838","bedrooms":"0","price":"216000","area":"410"} , +{"type":"Feature","id":"n3381130092","geometry":{"type":"Point","coordinates":[-0.0840835,51.5135595]},"properties":{"@type":"node","@id":3381130092,"@timestamp":1627966700},"coords":"51.5135595,-0.0840835","bedrooms":"1","price":"198000","area":"681"} , +{"type":"Feature","id":"n3381605246","geometry":{"type":"Point","coordinates":[0.0125889,51.5337899]},"properties":{"@type":"node","@id":3381605246,"@timestamp":1611324660},"coords":"51.5337899,0.0125889","bedrooms":"3","price":"248000","area":"390"} , +{"type":"Feature","id":"n3382046264","geometry":{"type":"Point","coordinates":[-0.1202597,51.4946223]},"properties":{"@type":"node","@id":3382046264,"@timestamp":1622651772},"coords":"51.4946223,-0.1202597","bedrooms":"2","price":"241000","area":"445"} , +{"type":"Feature","id":"n3382070594","geometry":{"type":"Point","coordinates":[-0.0958811,51.3741299]},"properties":{"@type":"node","@id":3382070594,"@timestamp":1598029821},"coords":"51.3741299,-0.0958811","bedrooms":"2","price":"261000","area":"681"} , +{"type":"Feature","id":"n3382089162","geometry":{"type":"Point","coordinates":[-0.167607,51.4716939]},"properties":{"@type":"node","@id":3382089162,"@timestamp":1631567574},"coords":"51.4716939,-0.167607","bedrooms":"0","price":"264000","area":"406"} , +{"type":"Feature","id":"n3382142566","geometry":{"type":"Point","coordinates":[-0.5948394,51.3584428]},"properties":{"@type":"node","@id":3382142566,"@timestamp":1496239048},"coords":"51.3584428,-0.5948394","bedrooms":"0","price":"159000","area":"357"} , +{"type":"Feature","id":"n3382762558","geometry":{"type":"Point","coordinates":[0.6757071,51.5443572]},"properties":{"@type":"node","@id":3382762558,"@timestamp":1425474331},"coords":"51.5443572,0.6757071","bedrooms":"1","price":"152000","area":"379"} , +{"type":"Feature","id":"n3383520784","geometry":{"type":"Point","coordinates":[0.4735375,51.7307185]},"properties":{"@type":"node","@id":3383520784,"@timestamp":1581284916},"coords":"51.7307185,0.4735375","bedrooms":"2","price":"249000","area":"499"} , +{"type":"Feature","id":"n3383611229","geometry":{"type":"Point","coordinates":[-0.5195717,51.3804707]},"properties":{"@type":"node","@id":3383611229,"@timestamp":1554500226},"coords":"51.3804707,-0.5195717","bedrooms":"1","price":"183000","area":"402"} , +{"type":"Feature","id":"n3383658985","geometry":{"type":"Point","coordinates":[-0.5034258,51.3762463]},"properties":{"@type":"node","@id":3383658985,"@timestamp":1425506790},"coords":"51.3762463,-0.5034258","bedrooms":"2","price":"198000","area":"432"} , +{"type":"Feature","id":"n3383746487","geometry":{"type":"Point","coordinates":[-0.6715712,51.2973462]},"properties":{"@type":"node","@id":3383746487,"@timestamp":1496239048},"coords":"51.2973462,-0.6715712","bedrooms":"3","price":"197000","area":"577"} , +{"type":"Feature","id":"n3384334002","geometry":{"type":"Point","coordinates":[-0.0754491,51.521489]},"properties":{"@type":"node","@id":3384334002,"@timestamp":1559131092},"coords":"51.521489,-0.0754491","bedrooms":"1","price":"279000","area":"471"} , +{"type":"Feature","id":"n3385076605","geometry":{"type":"Point","coordinates":[-0.0473262,51.652339]},"properties":{"@type":"node","@id":3385076605,"@timestamp":1425587919},"coords":"51.652339,-0.0473262","bedrooms":"2","price":"287000","area":"665"} , +{"type":"Feature","id":"n3385122578","geometry":{"type":"Point","coordinates":[-0.0759307,51.6337551]},"properties":{"@type":"node","@id":3385122578,"@timestamp":1425589594},"coords":"51.6337551,-0.0759307","bedrooms":"0","price":"220000","area":"537"} , +{"type":"Feature","id":"n3385126597","geometry":{"type":"Point","coordinates":[-0.077206,51.6344212]},"properties":{"@type":"node","@id":3385126597,"@timestamp":1549040730},"coords":"51.6344212,-0.077206","bedrooms":"4","price":"255000","area":"696"} , +{"type":"Feature","id":"n3385132614","geometry":{"type":"Point","coordinates":[-0.0761305,51.6335838]},"properties":{"@type":"node","@id":3385132614,"@timestamp":1425590127},"coords":"51.6335838,-0.0761305","bedrooms":"0","price":"202000","area":"626"} , +{"type":"Feature","id":"n3385135617","geometry":{"type":"Point","coordinates":[-0.075177,51.6338849]},"properties":{"@type":"node","@id":3385135617,"@timestamp":1425590375},"coords":"51.6338849,-0.075177","bedrooms":"2","price":"171000","area":"398"} , +{"type":"Feature","id":"n3385161019","geometry":{"type":"Point","coordinates":[-0.0731398,51.6335038]},"properties":{"@type":"node","@id":3385161019,"@timestamp":1425591448},"coords":"51.6335038,-0.0731398","bedrooms":"2","price":"232000","area":"363"} , +{"type":"Feature","id":"n3385174231","geometry":{"type":"Point","coordinates":[-0.0689583,51.6344362]},"properties":{"@type":"node","@id":3385174231,"@timestamp":1454351835},"coords":"51.6344362,-0.0689583","bedrooms":"2","price":"159000","area":"576"} , +{"type":"Feature","id":"n3385324921","geometry":{"type":"Point","coordinates":[-0.3539028,51.5711081]},"properties":{"@type":"node","@id":3385324921,"@timestamp":1425597735},"coords":"51.5711081,-0.3539028","bedrooms":"0","price":"199000","area":"404"} , +{"type":"Feature","id":"n3385324931","geometry":{"type":"Point","coordinates":[-0.3536841,51.5703557]},"properties":{"@type":"node","@id":3385324931,"@timestamp":1425597735},"coords":"51.5703557,-0.3536841","bedrooms":"0","price":"167000","area":"569"} , +{"type":"Feature","id":"n3385324941","geometry":{"type":"Point","coordinates":[-0.3545666,51.5703583]},"properties":{"@type":"node","@id":3385324941,"@timestamp":1425597736},"coords":"51.5703583,-0.3545666","bedrooms":"0","price":"283000","area":"367"} , +{"type":"Feature","id":"n3385324951","geometry":{"type":"Point","coordinates":[-0.3656883,51.5712148]},"properties":{"@type":"node","@id":3385324951,"@timestamp":1425597736},"coords":"51.5712148,-0.3656883","bedrooms":"1","price":"176000","area":"483"} , +{"type":"Feature","id":"n3385590482","geometry":{"type":"Point","coordinates":[-0.7990405,51.2129327]},"properties":{"@type":"node","@id":3385590482,"@timestamp":1511122049},"coords":"51.2129327,-0.7990405","bedrooms":"0","price":"246000","area":"459"} , +{"type":"Feature","id":"n3386113662","geometry":{"type":"Point","coordinates":[-0.0927434,51.4740413]},"properties":{"@type":"node","@id":3386113662,"@timestamp":1564908030},"coords":"51.4740413,-0.0927434","bedrooms":"4","price":"276000","area":"483"} , +{"type":"Feature","id":"n3386208794","geometry":{"type":"Point","coordinates":[-0.4137787,51.3805251]},"properties":{"@type":"node","@id":3386208794,"@timestamp":1425662328},"coords":"51.3805251,-0.4137787","bedrooms":"3","price":"190000","area":"491"} , +{"type":"Feature","id":"n3386208810","geometry":{"type":"Point","coordinates":[-0.4191051,51.389089]},"properties":{"@type":"node","@id":3386208810,"@timestamp":1634478776},"coords":"51.389089,-0.4191051","bedrooms":"4","price":"163000","area":"403"} , +{"type":"Feature","id":"n3386447940","geometry":{"type":"Point","coordinates":[-0.4586479,51.0507798]},"properties":{"@type":"node","@id":3386447940,"@timestamp":1425669612},"coords":"51.0507798,-0.4586479","bedrooms":"3","price":"240000","area":"488"} , +{"type":"Feature","id":"n3386447951","geometry":{"type":"Point","coordinates":[-0.5057796,51.0401426]},"properties":{"@type":"node","@id":3386447951,"@timestamp":1425669612},"coords":"51.0401426,-0.5057796","bedrooms":"3","price":"258000","area":"612"} , +{"type":"Feature","id":"n3386447961","geometry":{"type":"Point","coordinates":[-0.4272384,51.0503851]},"properties":{"@type":"node","@id":3386447961,"@timestamp":1425669613},"coords":"51.0503851,-0.4272384","bedrooms":"3","price":"276000","area":"511"} , +{"type":"Feature","id":"n3386447975","geometry":{"type":"Point","coordinates":[-0.5625183,51.0360373]},"properties":{"@type":"node","@id":3386447975,"@timestamp":1425669613},"coords":"51.0360373,-0.5625183","bedrooms":"3","price":"165000","area":"582"} , +{"type":"Feature","id":"n3386447987","geometry":{"type":"Point","coordinates":[-0.6109008,51.0397277]},"properties":{"@type":"node","@id":3386447987,"@timestamp":1425669614},"coords":"51.0397277,-0.6109008","bedrooms":"0","price":"235000","area":"490"} , +{"type":"Feature","id":"n3386448297","geometry":{"type":"Point","coordinates":[-0.6290153,51.0388809]},"properties":{"@type":"node","@id":3386448297,"@timestamp":1425669615},"coords":"51.0388809,-0.6290153","bedrooms":"3","price":"209000","area":"544"} , +{"type":"Feature","id":"n3386448313","geometry":{"type":"Point","coordinates":[-0.5718309,51.0361621]},"properties":{"@type":"node","@id":3386448313,"@timestamp":1425669615},"coords":"51.0361621,-0.5718309","bedrooms":"3","price":"244000","area":"448"} , +{"type":"Feature","id":"n3386448324","geometry":{"type":"Point","coordinates":[-0.4919609,51.0427195]},"properties":{"@type":"node","@id":3386448324,"@timestamp":1425669616},"coords":"51.0427195,-0.4919609","bedrooms":"1","price":"240000","area":"419"} , +{"type":"Feature","id":"n3386448334","geometry":{"type":"Point","coordinates":[-0.528068,51.033605]},"properties":{"@type":"node","@id":3386448334,"@timestamp":1425669616},"coords":"51.033605,-0.528068","bedrooms":"3","price":"220000","area":"656"} , +{"type":"Feature","id":"n3386448346","geometry":{"type":"Point","coordinates":[-0.4238332,51.0497631]},"properties":{"@type":"node","@id":3386448346,"@timestamp":1623445096},"coords":"51.0497631,-0.4238332","bedrooms":"1","price":"183000","area":"441"} , +{"type":"Feature","id":"n3386579405","geometry":{"type":"Point","coordinates":[-0.0987913,51.5467903]},"properties":{"@type":"node","@id":3386579405,"@timestamp":1425675256},"coords":"51.5467903,-0.0987913","bedrooms":"0","price":"295000","area":"580"} , +{"type":"Feature","id":"n3386675563","geometry":{"type":"Point","coordinates":[-0.4159944,51.6934357]},"properties":{"@type":"node","@id":3386675563,"@timestamp":1604777108},"coords":"51.6934357,-0.4159944","bedrooms":"1","price":"161000","area":"542"} , +{"type":"Feature","id":"n3386710712","geometry":{"type":"Point","coordinates":[-0.0526169,51.6768688]},"properties":{"@type":"node","@id":3386710712,"@timestamp":1425678485},"coords":"51.6768688,-0.0526169","bedrooms":"0","price":"188000","area":"570"} , +{"type":"Feature","id":"n3386760669","geometry":{"type":"Point","coordinates":[-0.1314846,51.6180271]},"properties":{"@type":"node","@id":3386760669,"@timestamp":1425680756},"coords":"51.6180271,-0.1314846","bedrooms":"4","price":"278000","area":"635"} , +{"type":"Feature","id":"n3386760692","geometry":{"type":"Point","coordinates":[-0.1305377,51.6178167]},"properties":{"@type":"node","@id":3386760692,"@timestamp":1425680757},"coords":"51.6178167,-0.1305377","bedrooms":"3","price":"197000","area":"442"} , +{"type":"Feature","id":"n3386762611","geometry":{"type":"Point","coordinates":[-0.1337001,51.619109]},"properties":{"@type":"node","@id":3386762611,"@timestamp":1425680758},"coords":"51.619109,-0.1337001","bedrooms":"0","price":"218000","area":"518"} , +{"type":"Feature","id":"n3386779341","geometry":{"type":"Point","coordinates":[-0.1265574,51.6167814]},"properties":{"@type":"node","@id":3386779341,"@timestamp":1552087813},"coords":"51.6167814,-0.1265574","bedrooms":"1","price":"200000","area":"419"} , +{"type":"Feature","id":"n3386792771","geometry":{"type":"Point","coordinates":[-0.1343063,51.6199772]},"properties":{"@type":"node","@id":3386792771,"@timestamp":1552131902},"coords":"51.6199772,-0.1343063","bedrooms":"3","price":"262000","area":"472"} , +{"type":"Feature","id":"n3386797161","geometry":{"type":"Point","coordinates":[-0.136975,51.6201932]},"properties":{"@type":"node","@id":3386797161,"@timestamp":1425683098},"coords":"51.6201932,-0.136975","bedrooms":"1","price":"229000","area":"540"} , +{"type":"Feature","id":"n3386810822","geometry":{"type":"Point","coordinates":[-0.1427847,51.6313477]},"properties":{"@type":"node","@id":3386810822,"@timestamp":1425683966},"coords":"51.6313477,-0.1427847","bedrooms":"2","price":"269000","area":"669"} , +{"type":"Feature","id":"n3386811914","geometry":{"type":"Point","coordinates":[-0.3494498,51.5771812]},"properties":{"@type":"node","@id":3386811914,"@timestamp":1425684206},"coords":"51.5771812,-0.3494498","bedrooms":"1","price":"252000","area":"370"} , +{"type":"Feature","id":"n3386811926","geometry":{"type":"Point","coordinates":[-0.3520761,51.5628211]},"properties":{"@type":"node","@id":3386811926,"@timestamp":1425684206},"coords":"51.5628211,-0.3520761","bedrooms":"2","price":"162000","area":"459"} , +{"type":"Feature","id":"n3387399524","geometry":{"type":"Point","coordinates":[-0.2208843,51.4741001]},"properties":{"@type":"node","@id":3387399524,"@timestamp":1425719300},"coords":"51.4741001,-0.2208843","bedrooms":"3","price":"292000","area":"537"} , +{"type":"Feature","id":"n3387517213","geometry":{"type":"Point","coordinates":[-0.075916,51.5425159]},"properties":{"@type":"node","@id":3387517213,"@timestamp":1425724928},"coords":"51.5425159,-0.075916","bedrooms":"3","price":"202000","area":"504"} , +{"type":"Feature","id":"n3388015774","geometry":{"type":"Point","coordinates":[-0.0891239,51.5435146]},"properties":{"@type":"node","@id":3388015774,"@timestamp":1425752847},"coords":"51.5435146,-0.0891239","bedrooms":"2","price":"273000","area":"378"} , +{"type":"Feature","id":"n3388587932","geometry":{"type":"Point","coordinates":[-0.1044176,51.5769263]},"properties":{"@type":"node","@id":3388587932,"@timestamp":1603486969},"coords":"51.5769263,-0.1044176","bedrooms":"3","price":"264000","area":"478"} , +{"type":"Feature","id":"n3388591534","geometry":{"type":"Point","coordinates":[-0.7501452,51.2803085]},"properties":{"@type":"node","@id":3388591534,"@timestamp":1591561574},"coords":"51.2803085,-0.7501452","bedrooms":"0","price":"273000","area":"584"} , +{"type":"Feature","id":"n3388724665","geometry":{"type":"Point","coordinates":[-0.6029716,50.9734337]},"properties":{"@type":"node","@id":3388724665,"@timestamp":1425792292},"coords":"50.9734337,-0.6029716","bedrooms":"3","price":"174000","area":"681"} , +{"type":"Feature","id":"n3388820739","geometry":{"type":"Point","coordinates":[-0.6048816,50.9721776]},"properties":{"@type":"node","@id":3388820739,"@timestamp":1485104585},"coords":"50.9721776,-0.6048816","bedrooms":"1","price":"173000","area":"356"} , +{"type":"Feature","id":"n3388863448","geometry":{"type":"Point","coordinates":[-0.6001969,50.960188]},"properties":{"@type":"node","@id":3388863448,"@timestamp":1611051297},"coords":"50.960188,-0.6001969","bedrooms":"2","price":"186000","area":"614"} , +{"type":"Feature","id":"n3389335823","geometry":{"type":"Point","coordinates":[-0.114423,51.4801772]},"properties":{"@type":"node","@id":3389335823,"@timestamp":1425823674},"coords":"51.4801772,-0.114423","bedrooms":"4","price":"277000","area":"638"} , +{"type":"Feature","id":"n3389568645","geometry":{"type":"Point","coordinates":[0.2506101,51.1840132]},"properties":{"@type":"node","@id":3389568645,"@timestamp":1582309144},"coords":"51.1840132,0.2506101","bedrooms":"3","price":"190000","area":"435"} , +{"type":"Feature","id":"n3390012200","geometry":{"type":"Point","coordinates":[0.2534568,51.4379987]},"properties":{"@type":"node","@id":3390012200,"@timestamp":1559997508},"coords":"51.4379987,0.2534568","bedrooms":"3","price":"176000","area":"630"} , +{"type":"Feature","id":"n3390024522","geometry":{"type":"Point","coordinates":[-0.3262109,51.5653888]},"properties":{"@type":"node","@id":3390024522,"@timestamp":1425848159},"coords":"51.5653888,-0.3262109","bedrooms":"2","price":"287000","area":"634"} , +{"type":"Feature","id":"n3390024532","geometry":{"type":"Point","coordinates":[-0.3232076,51.56799]},"properties":{"@type":"node","@id":3390024532,"@timestamp":1425848159},"coords":"51.56799,-0.3232076","bedrooms":"0","price":"255000","area":"494"} , +{"type":"Feature","id":"n3390024542","geometry":{"type":"Point","coordinates":[-0.3227161,51.5680261]},"properties":{"@type":"node","@id":3390024542,"@timestamp":1425848160},"coords":"51.5680261,-0.3227161","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n3390024552","geometry":{"type":"Point","coordinates":[-0.3245449,51.5664396]},"properties":{"@type":"node","@id":3390024552,"@timestamp":1425848160},"coords":"51.5664396,-0.3245449","bedrooms":"0","price":"249000","area":"506"} , +{"type":"Feature","id":"n3390024562","geometry":{"type":"Point","coordinates":[-0.3254422,51.565978]},"properties":{"@type":"node","@id":3390024562,"@timestamp":1425848161},"coords":"51.565978,-0.3254422","bedrooms":"3","price":"167000","area":"655"} , +{"type":"Feature","id":"n3390024572","geometry":{"type":"Point","coordinates":[-0.323088,51.5684671]},"properties":{"@type":"node","@id":3390024572,"@timestamp":1425848161},"coords":"51.5684671,-0.323088","bedrooms":"3","price":"210000","area":"618"} , +{"type":"Feature","id":"n3390100074","geometry":{"type":"Point","coordinates":[0.1151143,51.7652392]},"properties":{"@type":"node","@id":3390100074,"@timestamp":1425849763},"coords":"51.7652392,0.1151143","bedrooms":"2","price":"217000","area":"382"} , +{"type":"Feature","id":"n3390109932","geometry":{"type":"Point","coordinates":[0.1267175,51.7673175]},"properties":{"@type":"node","@id":3390109932,"@timestamp":1425849845},"coords":"51.7673175,0.1267175","bedrooms":"2","price":"208000","area":"546"} , +{"type":"Feature","id":"n3390126447","geometry":{"type":"Point","coordinates":[0.1475618,51.7833441]},"properties":{"@type":"node","@id":3390126447,"@timestamp":1425850082},"coords":"51.7833441,0.1475618","bedrooms":"1","price":"203000","area":"425"} , +{"type":"Feature","id":"n3390412459","geometry":{"type":"Point","coordinates":[-0.0757834,51.5442333]},"properties":{"@type":"node","@id":3390412459,"@timestamp":1455495644},"coords":"51.5442333,-0.0757834","bedrooms":"1","price":"289000","area":"390"} , +{"type":"Feature","id":"n3390673258","geometry":{"type":"Point","coordinates":[0.3412367,51.8322368]},"properties":{"@type":"node","@id":3390673258,"@timestamp":1425889530},"coords":"51.8322368,0.3412367","bedrooms":"1","price":"293000","area":"368"} , +{"type":"Feature","id":"n3390673268","geometry":{"type":"Point","coordinates":[0.3418241,51.8322733]},"properties":{"@type":"node","@id":3390673268,"@timestamp":1425889531},"coords":"51.8322733,0.3418241","bedrooms":"3","price":"201000","area":"555"} , +{"type":"Feature","id":"n3390714726","geometry":{"type":"Point","coordinates":[0.4734307,51.6762798]},"properties":{"@type":"node","@id":3390714726,"@timestamp":1425893466},"coords":"51.6762798,0.4734307","bedrooms":"4","price":"206000","area":"678"} , +{"type":"Feature","id":"n3390846348","geometry":{"type":"Point","coordinates":[-0.6104246,50.9863981]},"properties":{"@type":"node","@id":3390846348,"@timestamp":1425900934},"coords":"50.9863981,-0.6104246","bedrooms":"2","price":"174000","area":"536"} , +{"type":"Feature","id":"n3390897695","geometry":{"type":"Point","coordinates":[-0.6087415,50.9866631]},"properties":{"@type":"node","@id":3390897695,"@timestamp":1568260995},"coords":"50.9866631,-0.6087415","bedrooms":"4","price":"242000","area":"535"} , +{"type":"Feature","id":"n3390901140","geometry":{"type":"Point","coordinates":[-0.2751634,51.4947441]},"properties":{"@type":"node","@id":3390901140,"@timestamp":1525861589},"coords":"51.4947441,-0.2751634","bedrooms":"0","price":"176000","area":"650"} , +{"type":"Feature","id":"n3391228594","geometry":{"type":"Point","coordinates":[0.64889,51.2923745]},"properties":{"@type":"node","@id":3391228594,"@timestamp":1425927415},"coords":"51.2923745,0.64889","bedrooms":"1","price":"228000","area":"624"} , +{"type":"Feature","id":"n3391243016","geometry":{"type":"Point","coordinates":[0.474709,51.7313255]},"properties":{"@type":"node","@id":3391243016,"@timestamp":1581284916},"coords":"51.7313255,0.474709","bedrooms":"2","price":"192000","area":"604"} , +{"type":"Feature","id":"n3391689987","geometry":{"type":"Point","coordinates":[-0.0817581,51.550535]},"properties":{"@type":"node","@id":3391689987,"@timestamp":1425938065},"coords":"51.550535,-0.0817581","bedrooms":"4","price":"219000","area":"441"} , +{"type":"Feature","id":"n3391796738","geometry":{"type":"Point","coordinates":[-0.8963229,51.3645357]},"properties":{"@type":"node","@id":3391796738,"@timestamp":1496239049},"coords":"51.3645357,-0.8963229","bedrooms":"4","price":"226000","area":"609"} , +{"type":"Feature","id":"n3391845756","geometry":{"type":"Point","coordinates":[-0.1363209,51.4902194]},"properties":{"@type":"node","@id":3391845756,"@timestamp":1425944891},"coords":"51.4902194,-0.1363209","bedrooms":"3","price":"299000","area":"403"} , +{"type":"Feature","id":"n3391845778","geometry":{"type":"Point","coordinates":[-0.1379943,51.4909215]},"properties":{"@type":"node","@id":3391845778,"@timestamp":1425944892},"coords":"51.4909215,-0.1379943","bedrooms":"0","price":"228000","area":"651"} , +{"type":"Feature","id":"n3391849132","geometry":{"type":"Point","coordinates":[-0.7928101,51.3704868]},"properties":{"@type":"node","@id":3391849132,"@timestamp":1564854771},"coords":"51.3704868,-0.7928101","bedrooms":"1","price":"262000","area":"554"} , +{"type":"Feature","id":"n3391885715","geometry":{"type":"Point","coordinates":[-0.1363383,51.4894207]},"properties":{"@type":"node","@id":3391885715,"@timestamp":1425948226},"coords":"51.4894207,-0.1363383","bedrooms":"1","price":"211000","area":"629"} , +{"type":"Feature","id":"n3392647545","geometry":{"type":"Point","coordinates":[0.8738663,51.9294446]},"properties":{"@type":"node","@id":3392647545,"@timestamp":1429624168},"coords":"51.9294446,0.8738663","bedrooms":"2","price":"152000","area":"651"} , +{"type":"Feature","id":"n3393239476","geometry":{"type":"Point","coordinates":[-0.6866893,51.3604316]},"properties":{"@type":"node","@id":3393239476,"@timestamp":1426029148},"coords":"51.3604316,-0.6866893","bedrooms":"1","price":"183000","area":"508"} , +{"type":"Feature","id":"n3393243775","geometry":{"type":"Point","coordinates":[0.2689023,51.6277569]},"properties":{"@type":"node","@id":3393243775,"@timestamp":1426029246},"coords":"51.6277569,0.2689023","bedrooms":"3","price":"220000","area":"441"} , +{"type":"Feature","id":"n3393285121","geometry":{"type":"Point","coordinates":[-0.5123153,51.3860307]},"properties":{"@type":"node","@id":3393285121,"@timestamp":1426032036},"coords":"51.3860307,-0.5123153","bedrooms":"4","price":"299000","area":"597"} , +{"type":"Feature","id":"n3393288235","geometry":{"type":"Point","coordinates":[-0.3557899,51.5752686]},"properties":{"@type":"node","@id":3393288235,"@timestamp":1426032853},"coords":"51.5752686,-0.3557899","bedrooms":"2","price":"230000","area":"630"} , +{"type":"Feature","id":"n3393288245","geometry":{"type":"Point","coordinates":[-0.3497388,51.5754617]},"properties":{"@type":"node","@id":3393288245,"@timestamp":1426032853},"coords":"51.5754617,-0.3497388","bedrooms":"4","price":"199000","area":"653"} , +{"type":"Feature","id":"n3393288255","geometry":{"type":"Point","coordinates":[-0.3512232,51.5754325]},"properties":{"@type":"node","@id":3393288255,"@timestamp":1426032854},"coords":"51.5754325,-0.3512232","bedrooms":"3","price":"228000","area":"360"} , +{"type":"Feature","id":"n3393313579","geometry":{"type":"Point","coordinates":[-0.1463625,51.536858]},"properties":{"@type":"node","@id":3393313579,"@timestamp":1630448583},"coords":"51.536858,-0.1463625","bedrooms":"0","price":"177000","area":"576"} , +{"type":"Feature","id":"n3393703647","geometry":{"type":"Point","coordinates":[0.7640464,51.920012]},"properties":{"@type":"node","@id":3393703647,"@timestamp":1544947259},"coords":"51.920012,0.7640464","bedrooms":"4","price":"195000","area":"441"} , +{"type":"Feature","id":"n3393783870","geometry":{"type":"Point","coordinates":[-0.3726437,51.4158708]},"properties":{"@type":"node","@id":3393783870,"@timestamp":1602258547},"coords":"51.4158708,-0.3726437","bedrooms":"4","price":"195000","area":"475"} , +{"type":"Feature","id":"n3393837988","geometry":{"type":"Point","coordinates":[0.3166053,51.6768791]},"properties":{"@type":"node","@id":3393837988,"@timestamp":1426084024},"coords":"51.6768791,0.3166053","bedrooms":"2","price":"228000","area":"355"} , +{"type":"Feature","id":"n3394437474","geometry":{"type":"Point","coordinates":[-0.2043485,51.5022301]},"properties":{"@type":"node","@id":3394437474,"@timestamp":1426106667},"coords":"51.5022301,-0.2043485","bedrooms":"2","price":"294000","area":"481"} , +{"type":"Feature","id":"n3394483830","geometry":{"type":"Point","coordinates":[0.1368457,51.7849893]},"properties":{"@type":"node","@id":3394483830,"@timestamp":1426108226},"coords":"51.7849893,0.1368457","bedrooms":"3","price":"178000","area":"521"} , +{"type":"Feature","id":"n3394484879","geometry":{"type":"Point","coordinates":[0.1261705,51.7805422]},"properties":{"@type":"node","@id":3394484879,"@timestamp":1426108079},"coords":"51.7805422,0.1261705","bedrooms":"3","price":"287000","area":"617"} , +{"type":"Feature","id":"n3394485318","geometry":{"type":"Point","coordinates":[0.1217716,51.7793707]},"properties":{"@type":"node","@id":3394485318,"@timestamp":1426108045},"coords":"51.7793707,0.1217716","bedrooms":"2","price":"194000","area":"674"} , +{"type":"Feature","id":"n3394486559","geometry":{"type":"Point","coordinates":[0.1313257,51.7829517]},"properties":{"@type":"node","@id":3394486559,"@timestamp":1426108133},"coords":"51.7829517,0.1313257","bedrooms":"4","price":"205000","area":"481"} , +{"type":"Feature","id":"n3394510134","geometry":{"type":"Point","coordinates":[0.1264848,51.7906814]},"properties":{"@type":"node","@id":3394510134,"@timestamp":1426108761},"coords":"51.7906814,0.1264848","bedrooms":"1","price":"242000","area":"451"} , +{"type":"Feature","id":"n3394510144","geometry":{"type":"Point","coordinates":[0.1275952,51.7898005]},"properties":{"@type":"node","@id":3394510144,"@timestamp":1426108761},"coords":"51.7898005,0.1275952","bedrooms":"4","price":"245000","area":"416"} , +{"type":"Feature","id":"n3394510154","geometry":{"type":"Point","coordinates":[0.125656,51.7908009]},"properties":{"@type":"node","@id":3394510154,"@timestamp":1426108761},"coords":"51.7908009,0.125656","bedrooms":"3","price":"202000","area":"655"} , +{"type":"Feature","id":"n3394519616","geometry":{"type":"Point","coordinates":[-0.200961,51.5342475]},"properties":{"@type":"node","@id":3394519616,"@timestamp":1455285926},"coords":"51.5342475,-0.200961","bedrooms":"0","price":"217000","area":"369"} , +{"type":"Feature","id":"n3394568078","geometry":{"type":"Point","coordinates":[-0.3567406,51.5704154]},"properties":{"@type":"node","@id":3394568078,"@timestamp":1426111135},"coords":"51.5704154,-0.3567406","bedrooms":"4","price":"247000","area":"523"} , +{"type":"Feature","id":"n3394568088","geometry":{"type":"Point","coordinates":[-0.3568888,51.5729826]},"properties":{"@type":"node","@id":3394568088,"@timestamp":1426111135},"coords":"51.5729826,-0.3568888","bedrooms":"0","price":"281000","area":"496"} , +{"type":"Feature","id":"n3394568298","geometry":{"type":"Point","coordinates":[-0.3558743,51.5724525]},"properties":{"@type":"node","@id":3394568298,"@timestamp":1426111136},"coords":"51.5724525,-0.3558743","bedrooms":"1","price":"272000","area":"665"} , +{"type":"Feature","id":"n3394568308","geometry":{"type":"Point","coordinates":[-0.3564322,51.5721008]},"properties":{"@type":"node","@id":3394568308,"@timestamp":1426111136},"coords":"51.5721008,-0.3564322","bedrooms":"2","price":"288000","area":"545"} , +{"type":"Feature","id":"n3394568318","geometry":{"type":"Point","coordinates":[-0.3560868,51.5704985]},"properties":{"@type":"node","@id":3394568318,"@timestamp":1426111137},"coords":"51.5704985,-0.3560868","bedrooms":"4","price":"203000","area":"365"} , +{"type":"Feature","id":"n3394568330","geometry":{"type":"Point","coordinates":[-0.3567942,51.5709105]},"properties":{"@type":"node","@id":3394568330,"@timestamp":1426111137},"coords":"51.5709105,-0.3567942","bedrooms":"2","price":"198000","area":"460"} , +{"type":"Feature","id":"n3394568340","geometry":{"type":"Point","coordinates":[-0.3564912,51.5718741]},"properties":{"@type":"node","@id":3394568340,"@timestamp":1426111137},"coords":"51.5718741,-0.3564912","bedrooms":"4","price":"179000","area":"630"} , +{"type":"Feature","id":"n3395238020","geometry":{"type":"Point","coordinates":[-0.1750974,51.4779275]},"properties":{"@type":"node","@id":3395238020,"@timestamp":1426169908},"coords":"51.4779275,-0.1750974","bedrooms":"1","price":"181000","area":"640"} , +{"type":"Feature","id":"n3395238033","geometry":{"type":"Point","coordinates":[-0.1732481,51.4795288]},"properties":{"@type":"node","@id":3395238033,"@timestamp":1426169909},"coords":"51.4795288,-0.1732481","bedrooms":"4","price":"163000","area":"646"} , +{"type":"Feature","id":"n3395777477","geometry":{"type":"Point","coordinates":[-0.4805061,51.3455099]},"properties":{"@type":"node","@id":3395777477,"@timestamp":1527967226},"coords":"51.3455099,-0.4805061","bedrooms":"1","price":"249000","area":"664"} , +{"type":"Feature","id":"n3396164273","geometry":{"type":"Point","coordinates":[-0.5113173,51.3893825]},"properties":{"@type":"node","@id":3396164273,"@timestamp":1580687470},"coords":"51.3893825,-0.5113173","bedrooms":"0","price":"229000","area":"656"} , +{"type":"Feature","id":"n3396193049","geometry":{"type":"Point","coordinates":[-0.5083994,51.3882546]},"properties":{"@type":"node","@id":3396193049,"@timestamp":1426202361},"coords":"51.3882546,-0.5083994","bedrooms":"2","price":"190000","area":"673"} , +{"type":"Feature","id":"n3396193092","geometry":{"type":"Point","coordinates":[-0.5088762,51.3881544]},"properties":{"@type":"node","@id":3396193092,"@timestamp":1426202363},"coords":"51.3881544,-0.5088762","bedrooms":"1","price":"254000","area":"373"} , +{"type":"Feature","id":"n3396211201","geometry":{"type":"Point","coordinates":[-0.5050769,51.3869474]},"properties":{"@type":"node","@id":3396211201,"@timestamp":1426204106},"coords":"51.3869474,-0.5050769","bedrooms":"2","price":"266000","area":"677"} , +{"type":"Feature","id":"n3396214448","geometry":{"type":"Point","coordinates":[-0.4943138,51.3836641]},"properties":{"@type":"node","@id":3396214448,"@timestamp":1426204899},"coords":"51.3836641,-0.4943138","bedrooms":"3","price":"296000","area":"661"} , +{"type":"Feature","id":"n3396242801","geometry":{"type":"Point","coordinates":[-0.4591835,51.3636661]},"properties":{"@type":"node","@id":3396242801,"@timestamp":1635255883},"coords":"51.3636661,-0.4591835","bedrooms":"4","price":"284000","area":"687"} , +{"type":"Feature","id":"n3396427476","geometry":{"type":"Point","coordinates":[0.0030832,51.2774211]},"properties":{"@type":"node","@id":3396427476,"@timestamp":1613569316},"coords":"51.2774211,0.0030832","bedrooms":"1","price":"280000","area":"667"} , +{"type":"Feature","id":"n3396441994","geometry":{"type":"Point","coordinates":[-0.6123572,51.2417239]},"properties":{"@type":"node","@id":3396441994,"@timestamp":1427651340},"coords":"51.2417239,-0.6123572","bedrooms":"3","price":"267000","area":"658"} , +{"type":"Feature","id":"n3396576915","geometry":{"type":"Point","coordinates":[0.5929473,51.8406826]},"properties":{"@type":"node","@id":3396576915,"@timestamp":1511279133},"coords":"51.8406826,0.5929473","bedrooms":"0","price":"278000","area":"475"} , +{"type":"Feature","id":"n3396767448","geometry":{"type":"Point","coordinates":[-0.1564462,51.4823126]},"properties":{"@type":"node","@id":3396767448,"@timestamp":1562425719},"coords":"51.4823126,-0.1564462","bedrooms":"4","price":"184000","area":"386"} , +{"type":"Feature","id":"n3396768131","geometry":{"type":"Point","coordinates":[-0.1611266,51.4818151]},"properties":{"@type":"node","@id":3396768131,"@timestamp":1562425722},"coords":"51.4818151,-0.1611266","bedrooms":"4","price":"238000","area":"428"} , +{"type":"Feature","id":"n3396825092","geometry":{"type":"Point","coordinates":[-0.0465189,51.6607623]},"properties":{"@type":"node","@id":3396825092,"@timestamp":1427058266},"coords":"51.6607623,-0.0465189","bedrooms":"4","price":"257000","area":"455"} , +{"type":"Feature","id":"n3396867121","geometry":{"type":"Point","coordinates":[-0.1159787,51.6178034]},"properties":{"@type":"node","@id":3396867121,"@timestamp":1426258460},"coords":"51.6178034,-0.1159787","bedrooms":"1","price":"195000","area":"642"} , +{"type":"Feature","id":"n3396867146","geometry":{"type":"Point","coordinates":[-0.1157697,51.6178107]},"properties":{"@type":"node","@id":3396867146,"@timestamp":1426258461},"coords":"51.6178107,-0.1157697","bedrooms":"2","price":"273000","area":"472"} , +{"type":"Feature","id":"n3396920794","geometry":{"type":"Point","coordinates":[-0.1187736,51.617372]},"properties":{"@type":"node","@id":3396920794,"@timestamp":1426261175},"coords":"51.617372,-0.1187736","bedrooms":"1","price":"268000","area":"477"} , +{"type":"Feature","id":"n3396920815","geometry":{"type":"Point","coordinates":[-0.1159951,51.6191462]},"properties":{"@type":"node","@id":3396920815,"@timestamp":1426261175},"coords":"51.6191462,-0.1159951","bedrooms":"1","price":"270000","area":"525"} , +{"type":"Feature","id":"n3396920832","geometry":{"type":"Point","coordinates":[-0.116086,51.6194288]},"properties":{"@type":"node","@id":3396920832,"@timestamp":1426261176},"coords":"51.6194288,-0.116086","bedrooms":"2","price":"259000","area":"629"} , +{"type":"Feature","id":"n3396920855","geometry":{"type":"Point","coordinates":[-0.1180615,51.616612]},"properties":{"@type":"node","@id":3396920855,"@timestamp":1426261177},"coords":"51.616612,-0.1180615","bedrooms":"2","price":"296000","area":"579"} , +{"type":"Feature","id":"n3396920872","geometry":{"type":"Point","coordinates":[-0.116553,51.6198056]},"properties":{"@type":"node","@id":3396920872,"@timestamp":1426261178},"coords":"51.6198056,-0.116553","bedrooms":"2","price":"289000","area":"560"} , +{"type":"Feature","id":"n3396936504","geometry":{"type":"Point","coordinates":[-0.1215577,51.6174836]},"properties":{"@type":"node","@id":3396936504,"@timestamp":1426262419},"coords":"51.6174836,-0.1215577","bedrooms":"1","price":"293000","area":"423"} , +{"type":"Feature","id":"n3396937117","geometry":{"type":"Point","coordinates":[-0.1199082,51.6204696]},"properties":{"@type":"node","@id":3396937117,"@timestamp":1426262594},"coords":"51.6204696,-0.1199082","bedrooms":"0","price":"204000","area":"443"} , +{"type":"Feature","id":"n3396954450","geometry":{"type":"Point","coordinates":[-0.1133316,51.6188847]},"properties":{"@type":"node","@id":3396954450,"@timestamp":1426263538},"coords":"51.6188847,-0.1133316","bedrooms":"3","price":"289000","area":"631"} , +{"type":"Feature","id":"n3397009270","geometry":{"type":"Point","coordinates":[-0.1163961,51.6177409]},"properties":{"@type":"node","@id":3397009270,"@timestamp":1426265860},"coords":"51.6177409,-0.1163961","bedrooms":"2","price":"186000","area":"431"} , +{"type":"Feature","id":"n3397011207","geometry":{"type":"Point","coordinates":[-0.1197862,51.6173263]},"properties":{"@type":"node","@id":3397011207,"@timestamp":1426265862},"coords":"51.6173263,-0.1197862","bedrooms":"1","price":"289000","area":"558"} , +{"type":"Feature","id":"n3397011236","geometry":{"type":"Point","coordinates":[-0.122364,51.6184404]},"properties":{"@type":"node","@id":3397011236,"@timestamp":1426265863},"coords":"51.6184404,-0.122364","bedrooms":"3","price":"200000","area":"524"} , +{"type":"Feature","id":"n3397011278","geometry":{"type":"Point","coordinates":[-0.1215808,51.6197577]},"properties":{"@type":"node","@id":3397011278,"@timestamp":1426265864},"coords":"51.6197577,-0.1215808","bedrooms":"2","price":"176000","area":"384"} , +{"type":"Feature","id":"n3397011522","geometry":{"type":"Point","coordinates":[-0.1213769,51.6174613]},"properties":{"@type":"node","@id":3397011522,"@timestamp":1426265866},"coords":"51.6174613,-0.1213769","bedrooms":"1","price":"214000","area":"627"} , +{"type":"Feature","id":"n3397011557","geometry":{"type":"Point","coordinates":[-0.1171793,51.6185853]},"properties":{"@type":"node","@id":3397011557,"@timestamp":1426265867},"coords":"51.6185853,-0.1171793","bedrooms":"4","price":"204000","area":"421"} , +{"type":"Feature","id":"n3397011622","geometry":{"type":"Point","coordinates":[-0.1223935,51.6179758]},"properties":{"@type":"node","@id":3397011622,"@timestamp":1426265869},"coords":"51.6179758,-0.1223935","bedrooms":"4","price":"242000","area":"486"} , +{"type":"Feature","id":"n3397011656","geometry":{"type":"Point","coordinates":[-0.1205507,51.6193531]},"properties":{"@type":"node","@id":3397011656,"@timestamp":1426265870},"coords":"51.6193531,-0.1205507","bedrooms":"3","price":"295000","area":"463"} , +{"type":"Feature","id":"n3397249904","geometry":{"type":"Point","coordinates":[-0.4469133,51.3968972]},"properties":{"@type":"node","@id":3397249904,"@timestamp":1595199277},"coords":"51.3968972,-0.4469133","bedrooms":"4","price":"198000","area":"504"} , +{"type":"Feature","id":"n3397542890","geometry":{"type":"Point","coordinates":[-0.1677604,51.4716541]},"properties":{"@type":"node","@id":3397542890,"@timestamp":1631567574},"coords":"51.4716541,-0.1677604","bedrooms":"2","price":"178000","area":"527"} , +{"type":"Feature","id":"n3397689490","geometry":{"type":"Point","coordinates":[-0.0073183,51.5083133]},"properties":{"@type":"node","@id":3397689490,"@timestamp":1564908030},"coords":"51.5083133,-0.0073183","bedrooms":"0","price":"190000","area":"619"} , +{"type":"Feature","id":"n3397738017","geometry":{"type":"Point","coordinates":[-0.3369119,51.7511673]},"properties":{"@type":"node","@id":3397738017,"@timestamp":1558712752},"coords":"51.7511673,-0.3369119","bedrooms":"4","price":"274000","area":"409"} , +{"type":"Feature","id":"n3397946642","geometry":{"type":"Point","coordinates":[-0.5390756,51.4994066]},"properties":{"@type":"node","@id":3397946642,"@timestamp":1604592746},"coords":"51.4994066,-0.5390756","bedrooms":"0","price":"169000","area":"682"} , +{"type":"Feature","id":"n3398007311","geometry":{"type":"Point","coordinates":[-0.1371885,51.4882536]},"properties":{"@type":"node","@id":3398007311,"@timestamp":1426331145},"coords":"51.4882536,-0.1371885","bedrooms":"3","price":"150000","area":"478"} , +{"type":"Feature","id":"n3398042288","geometry":{"type":"Point","coordinates":[-0.1457869,51.489807]},"properties":{"@type":"node","@id":3398042288,"@timestamp":1426333521},"coords":"51.489807,-0.1457869","bedrooms":"1","price":"236000","area":"696"} , +{"type":"Feature","id":"n3398046710","geometry":{"type":"Point","coordinates":[-0.1466693,51.4892534]},"properties":{"@type":"node","@id":3398046710,"@timestamp":1537526589},"coords":"51.4892534,-0.1466693","bedrooms":"4","price":"243000","area":"518"} , +{"type":"Feature","id":"n3398127797","geometry":{"type":"Point","coordinates":[-0.0404103,51.5452231]},"properties":{"@type":"node","@id":3398127797,"@timestamp":1564908030},"coords":"51.5452231,-0.0404103","bedrooms":"0","price":"169000","area":"494"} , +{"type":"Feature","id":"n3398587610","geometry":{"type":"Point","coordinates":[-0.1385923,51.4900346]},"properties":{"@type":"node","@id":3398587610,"@timestamp":1426360239},"coords":"51.4900346,-0.1385923","bedrooms":"1","price":"292000","area":"617"} , +{"type":"Feature","id":"n3398845442","geometry":{"type":"Point","coordinates":[-0.1147904,50.9961138]},"properties":{"@type":"node","@id":3398845442,"@timestamp":1585000357},"coords":"50.9961138,-0.1147904","bedrooms":"4","price":"263000","area":"598"} , +{"type":"Feature","id":"n3398847254","geometry":{"type":"Point","coordinates":[-0.7097728,51.6473356]},"properties":{"@type":"node","@id":3398847254,"@timestamp":1426371601},"coords":"51.6473356,-0.7097728","bedrooms":"0","price":"208000","area":"479"} , +{"type":"Feature","id":"n3398847539","geometry":{"type":"Point","coordinates":[-0.7135434,51.6505985]},"properties":{"@type":"node","@id":3398847539,"@timestamp":1426371607},"coords":"51.6505985,-0.7135434","bedrooms":"4","price":"157000","area":"356"} , +{"type":"Feature","id":"n3398882994","geometry":{"type":"Point","coordinates":[0.7038666,50.9413206]},"properties":{"@type":"node","@id":3398882994,"@timestamp":1426373360},"coords":"50.9413206,0.7038666","bedrooms":"3","price":"174000","area":"393"} , +{"type":"Feature","id":"n3398910693","geometry":{"type":"Point","coordinates":[-0.1183109,51.5190161]},"properties":{"@type":"node","@id":3398910693,"@timestamp":1426374290},"coords":"51.5190161,-0.1183109","bedrooms":"4","price":"213000","area":"372"} , +{"type":"Feature","id":"n3398910703","geometry":{"type":"Point","coordinates":[-0.1168149,51.519693]},"properties":{"@type":"node","@id":3398910703,"@timestamp":1426374291},"coords":"51.519693,-0.1168149","bedrooms":"2","price":"159000","area":"472"} , +{"type":"Feature","id":"n3399173299","geometry":{"type":"Point","coordinates":[-0.1105539,51.5030028]},"properties":{"@type":"node","@id":3399173299,"@timestamp":1619835840},"coords":"51.5030028,-0.1105539","bedrooms":"0","price":"252000","area":"385"} , +{"type":"Feature","id":"n3400081272","geometry":{"type":"Point","coordinates":[-0.0094325,51.5325375]},"properties":{"@type":"node","@id":3400081272,"@timestamp":1551792739},"coords":"51.5325375,-0.0094325","bedrooms":"1","price":"221000","area":"568"} , +{"type":"Feature","id":"n3400236226","geometry":{"type":"Point","coordinates":[-0.4281421,51.3842788]},"properties":{"@type":"node","@id":3400236226,"@timestamp":1634942880},"coords":"51.3842788,-0.4281421","bedrooms":"2","price":"225000","area":"386"} , +{"type":"Feature","id":"n3400274672","geometry":{"type":"Point","coordinates":[-0.419779,51.3865261]},"properties":{"@type":"node","@id":3400274672,"@timestamp":1426437845},"coords":"51.3865261,-0.419779","bedrooms":"0","price":"233000","area":"432"} , +{"type":"Feature","id":"n3400330301","geometry":{"type":"Point","coordinates":[-0.1339862,51.4897217]},"properties":{"@type":"node","@id":3400330301,"@timestamp":1426440942},"coords":"51.4897217,-0.1339862","bedrooms":"4","price":"202000","area":"607"} , +{"type":"Feature","id":"n3400366393","geometry":{"type":"Point","coordinates":[-0.0148228,51.5144474]},"properties":{"@type":"node","@id":3400366393,"@timestamp":1603062023},"coords":"51.5144474,-0.0148228","bedrooms":"0","price":"250000","area":"359"} , +{"type":"Feature","id":"n3400776952","geometry":{"type":"Point","coordinates":[-1.1142719,51.2964318]},"properties":{"@type":"node","@id":3400776952,"@timestamp":1612825454},"coords":"51.2964318,-1.1142719","bedrooms":"0","price":"238000","area":"554"} , +{"type":"Feature","id":"n3400813597","geometry":{"type":"Point","coordinates":[-1.0893173,51.2710508]},"properties":{"@type":"node","@id":3400813597,"@timestamp":1543232420},"coords":"51.2710508,-1.0893173","bedrooms":"0","price":"290000","area":"445"} , +{"type":"Feature","id":"n3401702551","geometry":{"type":"Point","coordinates":[0.009746,51.571051]},"properties":{"@type":"node","@id":3401702551,"@timestamp":1594646800},"coords":"51.571051,0.009746","bedrooms":"1","price":"223000","area":"404"} , +{"type":"Feature","id":"n3401913168","geometry":{"type":"Point","coordinates":[-0.0564959,51.5378789]},"properties":{"@type":"node","@id":3401913168,"@timestamp":1426518116},"coords":"51.5378789,-0.0564959","bedrooms":"4","price":"190000","area":"566"} , +{"type":"Feature","id":"n3402390885","geometry":{"type":"Point","coordinates":[-0.9032747,51.5414709]},"properties":{"@type":"node","@id":3402390885,"@timestamp":1624892415},"coords":"51.5414709,-0.9032747","bedrooms":"4","price":"170000","area":"568"} , +{"type":"Feature","id":"n3402727246","geometry":{"type":"Point","coordinates":[-0.9392672,51.2908884]},"properties":{"@type":"node","@id":3402727246,"@timestamp":1496239049},"coords":"51.2908884,-0.9392672","bedrooms":"4","price":"218000","area":"371"} , +{"type":"Feature","id":"n3402795683","geometry":{"type":"Point","coordinates":[-0.831419,51.3394202]},"properties":{"@type":"node","@id":3402795683,"@timestamp":1442244708},"coords":"51.3394202,-0.831419","bedrooms":"0","price":"277000","area":"686"} , +{"type":"Feature","id":"n3402828221","geometry":{"type":"Point","coordinates":[-0.8072875,51.3368257]},"properties":{"@type":"node","@id":3402828221,"@timestamp":1581458546},"coords":"51.3368257,-0.8072875","bedrooms":"2","price":"299000","area":"482"} , +{"type":"Feature","id":"n3402879942","geometry":{"type":"Point","coordinates":[-0.7788714,51.3309416]},"properties":{"@type":"node","@id":3402879942,"@timestamp":1493146271},"coords":"51.3309416,-0.7788714","bedrooms":"2","price":"242000","area":"574"} , +{"type":"Feature","id":"n3402879964","geometry":{"type":"Point","coordinates":[-0.7824731,51.3303513]},"properties":{"@type":"node","@id":3402879964,"@timestamp":1551237720},"coords":"51.3303513,-0.7824731","bedrooms":"4","price":"202000","area":"490"} , +{"type":"Feature","id":"n3403597785","geometry":{"type":"Point","coordinates":[0.6971154,51.5523242]},"properties":{"@type":"node","@id":3403597785,"@timestamp":1525826502},"coords":"51.5523242,0.6971154","bedrooms":"1","price":"205000","area":"696"} , +{"type":"Feature","id":"n3403704199","geometry":{"type":"Point","coordinates":[-0.4651833,51.4351017]},"properties":{"@type":"node","@id":3403704199,"@timestamp":1609535155},"coords":"51.4351017,-0.4651833","bedrooms":"3","price":"192000","area":"608"} , +{"type":"Feature","id":"n3404111893","geometry":{"type":"Point","coordinates":[-0.1153671,51.6415537]},"properties":{"@type":"node","@id":3404111893,"@timestamp":1426606675},"coords":"51.6415537,-0.1153671","bedrooms":"3","price":"206000","area":"400"} , +{"type":"Feature","id":"n3404111918","geometry":{"type":"Point","coordinates":[-0.1159947,51.6405301]},"properties":{"@type":"node","@id":3404111918,"@timestamp":1426606676},"coords":"51.6405301,-0.1159947","bedrooms":"0","price":"199000","area":"413"} , +{"type":"Feature","id":"n3404111937","geometry":{"type":"Point","coordinates":[-0.1229126,51.6421479]},"properties":{"@type":"node","@id":3404111937,"@timestamp":1426606676},"coords":"51.6421479,-0.1229126","bedrooms":"4","price":"181000","area":"392"} , +{"type":"Feature","id":"n3404111957","geometry":{"type":"Point","coordinates":[-0.1159357,51.6410494]},"properties":{"@type":"node","@id":3404111957,"@timestamp":1426606677},"coords":"51.6410494,-0.1159357","bedrooms":"4","price":"214000","area":"588"} , +{"type":"Feature","id":"n3404111970","geometry":{"type":"Point","coordinates":[-0.1197797,51.6424142]},"properties":{"@type":"node","@id":3404111970,"@timestamp":1426606677},"coords":"51.6424142,-0.1197797","bedrooms":"1","price":"235000","area":"513"} , +{"type":"Feature","id":"n3404290593","geometry":{"type":"Point","coordinates":[-0.1582931,51.5018884]},"properties":{"@type":"node","@id":3404290593,"@timestamp":1516529270},"coords":"51.5018884,-0.1582931","bedrooms":"0","price":"267000","area":"621"} , +{"type":"Feature","id":"n3404314644","geometry":{"type":"Point","coordinates":[-0.3387256,51.7519973]},"properties":{"@type":"node","@id":3404314644,"@timestamp":1621326751},"coords":"51.7519973,-0.3387256","bedrooms":"1","price":"166000","area":"426"} , +{"type":"Feature","id":"n3404488785","geometry":{"type":"Point","coordinates":[-0.7634773,51.3153613]},"properties":{"@type":"node","@id":3404488785,"@timestamp":1538572352},"coords":"51.3153613,-0.7634773","bedrooms":"2","price":"287000","area":"660"} , +{"type":"Feature","id":"n3404662483","geometry":{"type":"Point","coordinates":[-0.7742745,51.3320017]},"properties":{"@type":"node","@id":3404662483,"@timestamp":1555272575},"coords":"51.3320017,-0.7742745","bedrooms":"2","price":"252000","area":"561"} , +{"type":"Feature","id":"n3404664324","geometry":{"type":"Point","coordinates":[-0.774226,51.3319714]},"properties":{"@type":"node","@id":3404664324,"@timestamp":1555272575},"coords":"51.3319714,-0.774226","bedrooms":"0","price":"219000","area":"440"} , +{"type":"Feature","id":"n3405024879","geometry":{"type":"Point","coordinates":[0.4712535,51.7345694]},"properties":{"@type":"node","@id":3405024879,"@timestamp":1617826621},"coords":"51.7345694,0.4712535","bedrooms":"0","price":"228000","area":"352"} , +{"type":"Feature","id":"n3405183541","geometry":{"type":"Point","coordinates":[-0.9469308,51.0505833]},"properties":{"@type":"node","@id":3405183541,"@timestamp":1426678096},"coords":"51.0505833,-0.9469308","bedrooms":"1","price":"257000","area":"376"} , +{"type":"Feature","id":"n3405611950","geometry":{"type":"Point","coordinates":[-0.8155343,51.0181556]},"properties":{"@type":"node","@id":3405611950,"@timestamp":1426697223},"coords":"51.0181556,-0.8155343","bedrooms":"0","price":"155000","area":"483"} , +{"type":"Feature","id":"n3406237353","geometry":{"type":"Point","coordinates":[-0.7694288,51.3337579]},"properties":{"@type":"node","@id":3406237353,"@timestamp":1448309519},"coords":"51.3337579,-0.7694288","bedrooms":"3","price":"158000","area":"532"} , +{"type":"Feature","id":"n3406250921","geometry":{"type":"Point","coordinates":[-0.7678795,51.3340776]},"properties":{"@type":"node","@id":3406250921,"@timestamp":1565036749},"coords":"51.3340776,-0.7678795","bedrooms":"3","price":"161000","area":"429"} , +{"type":"Feature","id":"n3406253999","geometry":{"type":"Point","coordinates":[-0.1012657,51.3840709]},"properties":{"@type":"node","@id":3406253999,"@timestamp":1426717974},"coords":"51.3840709,-0.1012657","bedrooms":"2","price":"230000","area":"411"} , +{"type":"Feature","id":"n3406254099","geometry":{"type":"Point","coordinates":[-0.1016358,51.3851736]},"properties":{"@type":"node","@id":3406254099,"@timestamp":1426717980},"coords":"51.3851736,-0.1016358","bedrooms":"1","price":"218000","area":"354"} , +{"type":"Feature","id":"n3406254494","geometry":{"type":"Point","coordinates":[-0.1017664,51.3851231]},"properties":{"@type":"node","@id":3406254494,"@timestamp":1443256997},"coords":"51.3851231,-0.1017664","bedrooms":"4","price":"194000","area":"362"} , +{"type":"Feature","id":"n3406256885","geometry":{"type":"Point","coordinates":[-0.7630319,51.3354305]},"properties":{"@type":"node","@id":3406256885,"@timestamp":1631221616},"coords":"51.3354305,-0.7630319","bedrooms":"2","price":"218000","area":"637"} , +{"type":"Feature","id":"n3406293054","geometry":{"type":"Point","coordinates":[-0.7542525,51.3377227]},"properties":{"@type":"node","@id":3406293054,"@timestamp":1426720712},"coords":"51.3377227,-0.7542525","bedrooms":"0","price":"153000","area":"435"} , +{"type":"Feature","id":"n3406293085","geometry":{"type":"Point","coordinates":[-0.7484296,51.3390771]},"properties":{"@type":"node","@id":3406293085,"@timestamp":1483302613},"coords":"51.3390771,-0.7484296","bedrooms":"3","price":"164000","area":"633"} , +{"type":"Feature","id":"n3406325396","geometry":{"type":"Point","coordinates":[-0.7174728,51.3535907]},"properties":{"@type":"node","@id":3406325396,"@timestamp":1426722943},"coords":"51.3535907,-0.7174728","bedrooms":"4","price":"219000","area":"645"} , +{"type":"Feature","id":"n3407147251","geometry":{"type":"Point","coordinates":[-0.0410927,51.654702]},"properties":{"@type":"node","@id":3407147251,"@timestamp":1426778783},"coords":"51.654702,-0.0410927","bedrooms":"3","price":"194000","area":"407"} , +{"type":"Feature","id":"n3407149510","geometry":{"type":"Point","coordinates":[-0.0445309,51.6544724]},"properties":{"@type":"node","@id":3407149510,"@timestamp":1549301538},"coords":"51.6544724,-0.0445309","bedrooms":"2","price":"277000","area":"669"} , +{"type":"Feature","id":"n3407162164","geometry":{"type":"Point","coordinates":[-0.0473983,51.6541098]},"properties":{"@type":"node","@id":3407162164,"@timestamp":1529168880},"coords":"51.6541098,-0.0473983","bedrooms":"4","price":"269000","area":"696"} , +{"type":"Feature","id":"n3407630420","geometry":{"type":"Point","coordinates":[-0.1995443,51.1171177]},"properties":{"@type":"node","@id":3407630420,"@timestamp":1633768066},"coords":"51.1171177,-0.1995443","bedrooms":"2","price":"219000","area":"468"} , +{"type":"Feature","id":"n3407834334","geometry":{"type":"Point","coordinates":[-0.6995147,51.3560394]},"properties":{"@type":"node","@id":3407834334,"@timestamp":1503849725},"coords":"51.3560394,-0.6995147","bedrooms":"0","price":"299000","area":"477"} , +{"type":"Feature","id":"n3407908367","geometry":{"type":"Point","coordinates":[-0.6776858,51.354492]},"properties":{"@type":"node","@id":3407908367,"@timestamp":1533071286},"coords":"51.354492,-0.6776858","bedrooms":"4","price":"211000","area":"449"} , +{"type":"Feature","id":"n3408457578","geometry":{"type":"Point","coordinates":[-0.1840243,51.4652756]},"properties":{"@type":"node","@id":3408457578,"@timestamp":1426841433},"coords":"51.4652756,-0.1840243","bedrooms":"1","price":"194000","area":"362"} , +{"type":"Feature","id":"n3408477434","geometry":{"type":"Point","coordinates":[-0.1252709,51.4873389]},"properties":{"@type":"node","@id":3408477434,"@timestamp":1426842280},"coords":"51.4873389,-0.1252709","bedrooms":"3","price":"182000","area":"553"} , +{"type":"Feature","id":"n3408477444","geometry":{"type":"Point","coordinates":[-0.125257,51.4874445]},"properties":{"@type":"node","@id":3408477444,"@timestamp":1426842280},"coords":"51.4874445,-0.125257","bedrooms":"3","price":"293000","area":"622"} , +{"type":"Feature","id":"n3408748535","geometry":{"type":"Point","coordinates":[-0.9599804,51.1382628]},"properties":{"@type":"node","@id":3408748535,"@timestamp":1496073719},"coords":"51.1382628,-0.9599804","bedrooms":"0","price":"184000","area":"630"} , +{"type":"Feature","id":"n3408793151","geometry":{"type":"Point","coordinates":[-0.9634893,51.1360161]},"properties":{"@type":"node","@id":3408793151,"@timestamp":1496073719},"coords":"51.1360161,-0.9634893","bedrooms":"3","price":"258000","area":"360"} , +{"type":"Feature","id":"n3408794017","geometry":{"type":"Point","coordinates":[-0.9606004,51.1383783]},"properties":{"@type":"node","@id":3408794017,"@timestamp":1426855287},"coords":"51.1383783,-0.9606004","bedrooms":"0","price":"232000","area":"535"} , +{"type":"Feature","id":"n3408794037","geometry":{"type":"Point","coordinates":[-0.9601693,51.1394423]},"properties":{"@type":"node","@id":3408794037,"@timestamp":1426855288},"coords":"51.1394423,-0.9601693","bedrooms":"0","price":"213000","area":"530"} , +{"type":"Feature","id":"n3408909354","geometry":{"type":"Point","coordinates":[-0.9657392,51.1338822]},"properties":{"@type":"node","@id":3408909354,"@timestamp":1611008880},"coords":"51.1338822,-0.9657392","bedrooms":"4","price":"266000","area":"573"} , +{"type":"Feature","id":"n3408919434","geometry":{"type":"Point","coordinates":[-0.9583328,51.1423737]},"properties":{"@type":"node","@id":3408919434,"@timestamp":1496073719},"coords":"51.1423737,-0.9583328","bedrooms":"1","price":"233000","area":"565"} , +{"type":"Feature","id":"n3408956099","geometry":{"type":"Point","coordinates":[-0.3670846,51.0634873]},"properties":{"@type":"node","@id":3408956099,"@timestamp":1595965259},"coords":"51.0634873,-0.3670846","bedrooms":"1","price":"183000","area":"613"} , +{"type":"Feature","id":"n3409363193","geometry":{"type":"Point","coordinates":[-0.4856803,51.3888014]},"properties":{"@type":"node","@id":3409363193,"@timestamp":1572020559},"coords":"51.3888014,-0.4856803","bedrooms":"2","price":"210000","area":"621"} , +{"type":"Feature","id":"n3409363205","geometry":{"type":"Point","coordinates":[-0.5069238,51.4247322]},"properties":{"@type":"node","@id":3409363205,"@timestamp":1426879523},"coords":"51.4247322,-0.5069238","bedrooms":"0","price":"263000","area":"396"} , +{"type":"Feature","id":"n3409363215","geometry":{"type":"Point","coordinates":[-0.5126983,51.433642]},"properties":{"@type":"node","@id":3409363215,"@timestamp":1426926699},"coords":"51.433642,-0.5126983","bedrooms":"3","price":"242000","area":"581"} , +{"type":"Feature","id":"n3409603976","geometry":{"type":"Point","coordinates":[-0.0942984,51.5042165]},"properties":{"@type":"node","@id":3409603976,"@timestamp":1426886746},"coords":"51.5042165,-0.0942984","bedrooms":"0","price":"204000","area":"649"} , +{"type":"Feature","id":"n3409699748","geometry":{"type":"Point","coordinates":[-0.1039634,51.5467042]},"properties":{"@type":"node","@id":3409699748,"@timestamp":1426891687},"coords":"51.5467042,-0.1039634","bedrooms":"4","price":"232000","area":"531"} , +{"type":"Feature","id":"n3409712610","geometry":{"type":"Point","coordinates":[-0.1522378,51.5328237]},"properties":{"@type":"node","@id":3409712610,"@timestamp":1426892366},"coords":"51.5328237,-0.1522378","bedrooms":"4","price":"239000","area":"456"} , +{"type":"Feature","id":"n3409720304","geometry":{"type":"Point","coordinates":[-0.207372,51.42093]},"properties":{"@type":"node","@id":3409720304,"@timestamp":1600416659},"coords":"51.42093,-0.207372","bedrooms":"1","price":"249000","area":"544"} , +{"type":"Feature","id":"n3410562220","geometry":{"type":"Point","coordinates":[0.4627181,51.7228253]},"properties":{"@type":"node","@id":3410562220,"@timestamp":1613838820},"coords":"51.7228253,0.4627181","bedrooms":"1","price":"212000","area":"618"} , +{"type":"Feature","id":"n3411736008","geometry":{"type":"Point","coordinates":[-1.0229815,51.3088546]},"properties":{"@type":"node","@id":3411736008,"@timestamp":1426974443},"coords":"51.3088546,-1.0229815","bedrooms":"4","price":"283000","area":"375"} , +{"type":"Feature","id":"n3412311388","geometry":{"type":"Point","coordinates":[-0.3528156,51.4361967]},"properties":{"@type":"node","@id":3412311388,"@timestamp":1603734406},"coords":"51.4361967,-0.3528156","bedrooms":"3","price":"290000","area":"685"} , +{"type":"Feature","id":"n3412464193","geometry":{"type":"Point","coordinates":[-0.2010787,51.5239219]},"properties":{"@type":"node","@id":3412464193,"@timestamp":1624096356},"coords":"51.5239219,-0.2010787","bedrooms":"1","price":"198000","area":"542"} , +{"type":"Feature","id":"n3412768274","geometry":{"type":"Point","coordinates":[-1.0672227,51.6863868]},"properties":{"@type":"node","@id":3412768274,"@timestamp":1427037819},"coords":"51.6863868,-1.0672227","bedrooms":"3","price":"216000","area":"669"} , +{"type":"Feature","id":"n3412840358","geometry":{"type":"Point","coordinates":[-0.9352159,51.5952476]},"properties":{"@type":"node","@id":3412840358,"@timestamp":1427039728},"coords":"51.5952476,-0.9352159","bedrooms":"2","price":"199000","area":"616"} , +{"type":"Feature","id":"n3412840368","geometry":{"type":"Point","coordinates":[-0.9324693,51.5979135]},"properties":{"@type":"node","@id":3412840368,"@timestamp":1427039728},"coords":"51.5979135,-0.9324693","bedrooms":"2","price":"234000","area":"381"} , +{"type":"Feature","id":"n3412840382","geometry":{"type":"Point","coordinates":[-0.9233605,51.5853758]},"properties":{"@type":"node","@id":3412840382,"@timestamp":1427039728},"coords":"51.5853758,-0.9233605","bedrooms":"0","price":"260000","area":"476"} , +{"type":"Feature","id":"n3412842409","geometry":{"type":"Point","coordinates":[-0.8972734,51.6245054]},"properties":{"@type":"node","@id":3412842409,"@timestamp":1427039732},"coords":"51.6245054,-0.8972734","bedrooms":"1","price":"293000","area":"437"} , +{"type":"Feature","id":"n3412842419","geometry":{"type":"Point","coordinates":[-0.8993977,51.6265434]},"properties":{"@type":"node","@id":3412842419,"@timestamp":1427039733},"coords":"51.6265434,-0.8993977","bedrooms":"2","price":"159000","area":"452"} , +{"type":"Feature","id":"n3412866301","geometry":{"type":"Point","coordinates":[-0.8456784,51.6231632]},"properties":{"@type":"node","@id":3412866301,"@timestamp":1427040220},"coords":"51.6231632,-0.8456784","bedrooms":"4","price":"292000","area":"621"} , +{"type":"Feature","id":"n3413104876","geometry":{"type":"Point","coordinates":[-0.1840673,51.4841116]},"properties":{"@type":"node","@id":3413104876,"@timestamp":1607180963},"coords":"51.4841116,-0.1840673","bedrooms":"3","price":"253000","area":"375"} , +{"type":"Feature","id":"n3413211152","geometry":{"type":"Point","coordinates":[-0.5308816,51.101277]},"properties":{"@type":"node","@id":3413211152,"@timestamp":1427100244},"coords":"51.101277,-0.5308816","bedrooms":"2","price":"174000","area":"660"} , +{"type":"Feature","id":"n3413469859","geometry":{"type":"Point","coordinates":[-0.0333265,51.7023448]},"properties":{"@type":"node","@id":3413469859,"@timestamp":1428416124},"coords":"51.7023448,-0.0333265","bedrooms":"2","price":"193000","area":"392"} , +{"type":"Feature","id":"n3413479599","geometry":{"type":"Point","coordinates":[-0.0692188,51.5509496]},"properties":{"@type":"node","@id":3413479599,"@timestamp":1588117565},"coords":"51.5509496,-0.0692188","bedrooms":"3","price":"209000","area":"691"} , +{"type":"Feature","id":"n3413541192","geometry":{"type":"Point","coordinates":[-0.0337128,51.7005859]},"properties":{"@type":"node","@id":3413541192,"@timestamp":1427062983},"coords":"51.7005859,-0.0337128","bedrooms":"1","price":"284000","area":"625"} , +{"type":"Feature","id":"n3413560254","geometry":{"type":"Point","coordinates":[-0.0325408,51.7011645]},"properties":{"@type":"node","@id":3413560254,"@timestamp":1427063593},"coords":"51.7011645,-0.0325408","bedrooms":"2","price":"269000","area":"630"} , +{"type":"Feature","id":"n3413925656","geometry":{"type":"Point","coordinates":[-0.5895459,51.2477565]},"properties":{"@type":"node","@id":3413925656,"@timestamp":1628193116},"coords":"51.2477565,-0.5895459","bedrooms":"4","price":"290000","area":"485"} , +{"type":"Feature","id":"n3413962812","geometry":{"type":"Point","coordinates":[-0.4998318,51.0922201]},"properties":{"@type":"node","@id":3413962812,"@timestamp":1427100864},"coords":"51.0922201,-0.4998318","bedrooms":"3","price":"164000","area":"590"} , +{"type":"Feature","id":"n3414222848","geometry":{"type":"Point","coordinates":[0.1822786,51.2768012]},"properties":{"@type":"node","@id":3414222848,"@timestamp":1546646981},"coords":"51.2768012,0.1822786","bedrooms":"4","price":"209000","area":"699"} , +{"type":"Feature","id":"n3414680128","geometry":{"type":"Point","coordinates":[0.4560617,51.0016795]},"properties":{"@type":"node","@id":3414680128,"@timestamp":1596551192},"coords":"51.0016795,0.4560617","bedrooms":"3","price":"229000","area":"638"} , +{"type":"Feature","id":"n3414738001","geometry":{"type":"Point","coordinates":[-0.043036,51.6511623]},"properties":{"@type":"node","@id":3414738001,"@timestamp":1626593459},"coords":"51.6511623,-0.043036","bedrooms":"1","price":"268000","area":"531"} , +{"type":"Feature","id":"n3414749782","geometry":{"type":"Point","coordinates":[-0.0455906,51.6453999]},"properties":{"@type":"node","@id":3414749782,"@timestamp":1557145376},"coords":"51.6453999,-0.0455906","bedrooms":"4","price":"233000","area":"577"} , +{"type":"Feature","id":"n3414788838","geometry":{"type":"Point","coordinates":[-0.0488334,51.6427932]},"properties":{"@type":"node","@id":3414788838,"@timestamp":1602161764},"coords":"51.6427932,-0.0488334","bedrooms":"1","price":"215000","area":"663"} , +{"type":"Feature","id":"n3414788848","geometry":{"type":"Point","coordinates":[-0.0504792,51.6429322]},"properties":{"@type":"node","@id":3414788848,"@timestamp":1602161764},"coords":"51.6429322,-0.0504792","bedrooms":"4","price":"161000","area":"510"} , +{"type":"Feature","id":"n3414994944","geometry":{"type":"Point","coordinates":[-0.4888976,51.3891318]},"properties":{"@type":"node","@id":3414994944,"@timestamp":1533071286},"coords":"51.3891318,-0.4888976","bedrooms":"2","price":"224000","area":"561"} , +{"type":"Feature","id":"n3415171848","geometry":{"type":"Point","coordinates":[-0.4255009,51.3860926]},"properties":{"@type":"node","@id":3415171848,"@timestamp":1594578724},"coords":"51.3860926,-0.4255009","bedrooms":"3","price":"241000","area":"634"} , +{"type":"Feature","id":"n3415283826","geometry":{"type":"Point","coordinates":[-0.5378857,51.3266914]},"properties":{"@type":"node","@id":3415283826,"@timestamp":1557602986},"coords":"51.3266914,-0.5378857","bedrooms":"2","price":"252000","area":"644"} , +{"type":"Feature","id":"n3415879309","geometry":{"type":"Point","coordinates":[-0.1586273,51.4923441]},"properties":{"@type":"node","@id":3415879309,"@timestamp":1570902473},"coords":"51.4923441,-0.1586273","bedrooms":"2","price":"166000","area":"645"} , +{"type":"Feature","id":"n3416281940","geometry":{"type":"Point","coordinates":[-0.2609207,51.4525004]},"properties":{"@type":"node","@id":3416281940,"@timestamp":1427218846},"coords":"51.4525004,-0.2609207","bedrooms":"2","price":"292000","area":"389"} , +{"type":"Feature","id":"n3416281966","geometry":{"type":"Point","coordinates":[-0.2671205,51.4497692]},"properties":{"@type":"node","@id":3416281966,"@timestamp":1427218847},"coords":"51.4497692,-0.2671205","bedrooms":"4","price":"296000","area":"639"} , +{"type":"Feature","id":"n3416689553","geometry":{"type":"Point","coordinates":[-1.0511611,51.1878471]},"properties":{"@type":"node","@id":3416689553,"@timestamp":1427235129},"coords":"51.1878471,-1.0511611","bedrooms":"2","price":"263000","area":"654"} , +{"type":"Feature","id":"n3416706820","geometry":{"type":"Point","coordinates":[-1.0830525,51.1999555]},"properties":{"@type":"node","@id":3416706820,"@timestamp":1469802227},"coords":"51.1999555,-1.0830525","bedrooms":"1","price":"194000","area":"517"} , +{"type":"Feature","id":"n3416706834","geometry":{"type":"Point","coordinates":[-1.0497717,51.2074101]},"properties":{"@type":"node","@id":3416706834,"@timestamp":1427236002},"coords":"51.2074101,-1.0497717","bedrooms":"1","price":"168000","area":"489"} , +{"type":"Feature","id":"n3416719573","geometry":{"type":"Point","coordinates":[-1.0898199,51.2293601]},"properties":{"@type":"node","@id":3416719573,"@timestamp":1478342056},"coords":"51.2293601,-1.0898199","bedrooms":"2","price":"213000","area":"640"} , +{"type":"Feature","id":"n3416732277","geometry":{"type":"Point","coordinates":[-0.9432765,51.1257516]},"properties":{"@type":"node","@id":3416732277,"@timestamp":1496073719},"coords":"51.1257516,-0.9432765","bedrooms":"1","price":"153000","area":"431"} , +{"type":"Feature","id":"n3416787431","geometry":{"type":"Point","coordinates":[-0.9584305,51.1593763]},"properties":{"@type":"node","@id":3416787431,"@timestamp":1491080888},"coords":"51.1593763,-0.9584305","bedrooms":"2","price":"187000","area":"620"} , +{"type":"Feature","id":"n3417324590","geometry":{"type":"Point","coordinates":[-1.0382951,50.9735732]},"properties":{"@type":"node","@id":3417324590,"@timestamp":1427285331},"coords":"50.9735732,-1.0382951","bedrooms":"0","price":"233000","area":"650"} , +{"type":"Feature","id":"n3417377741","geometry":{"type":"Point","coordinates":[-0.5797178,51.2575859]},"properties":{"@type":"node","@id":3417377741,"@timestamp":1427288024},"coords":"51.2575859,-0.5797178","bedrooms":"4","price":"284000","area":"371"} , +{"type":"Feature","id":"n3418300548","geometry":{"type":"Point","coordinates":[-0.0348955,51.677565]},"properties":{"@type":"node","@id":3418300548,"@timestamp":1427318043},"coords":"51.677565,-0.0348955","bedrooms":"0","price":"202000","area":"360"} , +{"type":"Feature","id":"n3418395350","geometry":{"type":"Point","coordinates":[-0.0401795,51.656697]},"properties":{"@type":"node","@id":3418395350,"@timestamp":1602155188},"coords":"51.656697,-0.0401795","bedrooms":"1","price":"253000","area":"558"} , +{"type":"Feature","id":"n3418409521","geometry":{"type":"Point","coordinates":[-0.190115,51.6546003]},"properties":{"@type":"node","@id":3418409521,"@timestamp":1427321470},"coords":"51.6546003,-0.190115","bedrooms":"3","price":"182000","area":"504"} , +{"type":"Feature","id":"n3418409535","geometry":{"type":"Point","coordinates":[-0.1897824,51.6546186]},"properties":{"@type":"node","@id":3418409535,"@timestamp":1427321471},"coords":"51.6546186,-0.1897824","bedrooms":"3","price":"209000","area":"428"} , +{"type":"Feature","id":"n3418418005","geometry":{"type":"Point","coordinates":[-0.1889589,51.6559499]},"properties":{"@type":"node","@id":3418418005,"@timestamp":1427321806},"coords":"51.6559499,-0.1889589","bedrooms":"0","price":"174000","area":"361"} , +{"type":"Feature","id":"n3418423993","geometry":{"type":"Point","coordinates":[-0.1862955,51.6632659]},"properties":{"@type":"node","@id":3418423993,"@timestamp":1427322301},"coords":"51.6632659,-0.1862955","bedrooms":"3","price":"278000","area":"358"} , +{"type":"Feature","id":"n3418516042","geometry":{"type":"Point","coordinates":[-0.1292878,51.6411695]},"properties":{"@type":"node","@id":3418516042,"@timestamp":1427325124},"coords":"51.6411695,-0.1292878","bedrooms":"2","price":"167000","area":"449"} , +{"type":"Feature","id":"n3418527615","geometry":{"type":"Point","coordinates":[-0.1159868,51.6313493]},"properties":{"@type":"node","@id":3418527615,"@timestamp":1427325890},"coords":"51.6313493,-0.1159868","bedrooms":"2","price":"156000","area":"608"} , +{"type":"Feature","id":"n3418527625","geometry":{"type":"Point","coordinates":[-0.1137954,51.6312611]},"properties":{"@type":"node","@id":3418527625,"@timestamp":1427325890},"coords":"51.6312611,-0.1137954","bedrooms":"4","price":"208000","area":"624"} , +{"type":"Feature","id":"n3418527635","geometry":{"type":"Point","coordinates":[-0.1139402,51.6313244]},"properties":{"@type":"node","@id":3418527635,"@timestamp":1607691861},"coords":"51.6313244,-0.1139402","bedrooms":"4","price":"179000","area":"534"} , +{"type":"Feature","id":"n3418563722","geometry":{"type":"Point","coordinates":[-0.8657843,51.1895204]},"properties":{"@type":"node","@id":3418563722,"@timestamp":1427327267},"coords":"51.1895204,-0.8657843","bedrooms":"3","price":"199000","area":"680"} , +{"type":"Feature","id":"n3418563749","geometry":{"type":"Point","coordinates":[-0.8899495,51.1817229]},"properties":{"@type":"node","@id":3418563749,"@timestamp":1427327268},"coords":"51.1817229,-0.8899495","bedrooms":"2","price":"215000","area":"445"} , +{"type":"Feature","id":"n3418589727","geometry":{"type":"Point","coordinates":[-0.5141069,51.9641973]},"properties":{"@type":"node","@id":3418589727,"@timestamp":1427329249},"coords":"51.9641973,-0.5141069","bedrooms":"0","price":"251000","area":"442"} , +{"type":"Feature","id":"n3419560182","geometry":{"type":"Point","coordinates":[-0.0228048,51.4228462]},"properties":{"@type":"node","@id":3419560182,"@timestamp":1541300623},"coords":"51.4228462,-0.0228048","bedrooms":"4","price":"247000","area":"583"} , +{"type":"Feature","id":"n3419622098","geometry":{"type":"Point","coordinates":[-0.8125986,51.831702]},"properties":{"@type":"node","@id":3419622098,"@timestamp":1503246156},"coords":"51.831702,-0.8125986","bedrooms":"0","price":"158000","area":"513"} , +{"type":"Feature","id":"n3419622109","geometry":{"type":"Point","coordinates":[-0.809726,51.8300726]},"properties":{"@type":"node","@id":3419622109,"@timestamp":1503246157},"coords":"51.8300726,-0.809726","bedrooms":"1","price":"178000","area":"671"} , +{"type":"Feature","id":"n3419831477","geometry":{"type":"Point","coordinates":[-0.2821297,51.4129069]},"properties":{"@type":"node","@id":3419831477,"@timestamp":1605831353},"coords":"51.4129069,-0.2821297","bedrooms":"2","price":"181000","area":"374"} , +{"type":"Feature","id":"n3419958333","geometry":{"type":"Point","coordinates":[-0.8086529,51.2676531]},"properties":{"@type":"node","@id":3419958333,"@timestamp":1427388363},"coords":"51.2676531,-0.8086529","bedrooms":"4","price":"275000","area":"382"} , +{"type":"Feature","id":"n3419966268","geometry":{"type":"Point","coordinates":[-0.5419348,51.5038654]},"properties":{"@type":"node","@id":3419966268,"@timestamp":1543774641},"coords":"51.5038654,-0.5419348","bedrooms":"3","price":"229000","area":"560"} , +{"type":"Feature","id":"n3419998333","geometry":{"type":"Point","coordinates":[-0.5134722,51.960957]},"properties":{"@type":"node","@id":3419998333,"@timestamp":1427390138},"coords":"51.960957,-0.5134722","bedrooms":"1","price":"211000","area":"569"} , +{"type":"Feature","id":"n3420001211","geometry":{"type":"Point","coordinates":[-0.5420669,51.5034846]},"properties":{"@type":"node","@id":3420001211,"@timestamp":1427390343},"coords":"51.5034846,-0.5420669","bedrooms":"0","price":"245000","area":"551"} , +{"type":"Feature","id":"n3420004522","geometry":{"type":"Point","coordinates":[-0.5421089,51.5026909]},"properties":{"@type":"node","@id":3420004522,"@timestamp":1427390565},"coords":"51.5026909,-0.5421089","bedrooms":"1","price":"269000","area":"399"} , +{"type":"Feature","id":"n3420006444","geometry":{"type":"Point","coordinates":[-0.5395526,51.499455]},"properties":{"@type":"node","@id":3420006444,"@timestamp":1427390863},"coords":"51.499455,-0.5395526","bedrooms":"3","price":"176000","area":"683"} , +{"type":"Feature","id":"n3421134731","geometry":{"type":"Point","coordinates":[-0.6039335,51.2401802]},"properties":{"@type":"node","@id":3421134731,"@timestamp":1619793169},"coords":"51.2401802,-0.6039335","bedrooms":"1","price":"153000","area":"395"} , +{"type":"Feature","id":"n3421576172","geometry":{"type":"Point","coordinates":[-0.3851112,51.4217368]},"properties":{"@type":"node","@id":3421576172,"@timestamp":1427464273},"coords":"51.4217368,-0.3851112","bedrooms":"3","price":"221000","area":"470"} , +{"type":"Feature","id":"n3422064640","geometry":{"type":"Point","coordinates":[-0.3588407,51.5745389]},"properties":{"@type":"node","@id":3422064640,"@timestamp":1427487973},"coords":"51.5745389,-0.3588407","bedrooms":"3","price":"215000","area":"547"} , +{"type":"Feature","id":"n3422064650","geometry":{"type":"Point","coordinates":[-0.3586661,51.5749685]},"properties":{"@type":"node","@id":3422064650,"@timestamp":1427487974},"coords":"51.5749685,-0.3586661","bedrooms":"1","price":"287000","area":"545"} , +{"type":"Feature","id":"n3422064660","geometry":{"type":"Point","coordinates":[-0.3590404,51.5747687]},"properties":{"@type":"node","@id":3422064660,"@timestamp":1427487974},"coords":"51.5747687,-0.3590404","bedrooms":"0","price":"169000","area":"633"} , +{"type":"Feature","id":"n3422254789","geometry":{"type":"Point","coordinates":[-0.7767176,51.2232218]},"properties":{"@type":"node","@id":3422254789,"@timestamp":1551237722},"coords":"51.2232218,-0.7767176","bedrooms":"0","price":"282000","area":"370"} , +{"type":"Feature","id":"n3423766335","geometry":{"type":"Point","coordinates":[-0.7748961,51.222554]},"properties":{"@type":"node","@id":3423766335,"@timestamp":1428909622},"coords":"51.222554,-0.7748961","bedrooms":"4","price":"272000","area":"531"} , +{"type":"Feature","id":"n3423878557","geometry":{"type":"Point","coordinates":[-0.606677,51.2363548]},"properties":{"@type":"node","@id":3423878557,"@timestamp":1561245635},"coords":"51.2363548,-0.606677","bedrooms":"2","price":"217000","area":"389"} , +{"type":"Feature","id":"n3423938080","geometry":{"type":"Point","coordinates":[-0.6012247,51.251903]},"properties":{"@type":"node","@id":3423938080,"@timestamp":1556136775},"coords":"51.251903,-0.6012247","bedrooms":"0","price":"181000","area":"609"} , +{"type":"Feature","id":"n3424344587","geometry":{"type":"Point","coordinates":[-0.7845611,51.2218119]},"properties":{"@type":"node","@id":3424344587,"@timestamp":1618506251},"coords":"51.2218119,-0.7845611","bedrooms":"2","price":"256000","area":"471"} , +{"type":"Feature","id":"n3424468271","geometry":{"type":"Point","coordinates":[0.7558196,51.8770209]},"properties":{"@type":"node","@id":3424468271,"@timestamp":1427620880},"coords":"51.8770209,0.7558196","bedrooms":"0","price":"175000","area":"423"} , +{"type":"Feature","id":"n3424614969","geometry":{"type":"Point","coordinates":[0.8660998,51.8695611]},"properties":{"@type":"node","@id":3424614969,"@timestamp":1427629627},"coords":"51.8695611,0.8660998","bedrooms":"3","price":"288000","area":"388"} , +{"type":"Feature","id":"n3424669790","geometry":{"type":"Point","coordinates":[0.8625222,51.8924491]},"properties":{"@type":"node","@id":3424669790,"@timestamp":1427632644},"coords":"51.8924491,0.8625222","bedrooms":"4","price":"162000","area":"510"} , +{"type":"Feature","id":"n3424797303","geometry":{"type":"Point","coordinates":[-0.8571079,51.7460088]},"properties":{"@type":"node","@id":3424797303,"@timestamp":1530047535},"coords":"51.7460088,-0.8571079","bedrooms":"3","price":"248000","area":"471"} , +{"type":"Feature","id":"n3424807421","geometry":{"type":"Point","coordinates":[-0.8629677,51.74327]},"properties":{"@type":"node","@id":3424807421,"@timestamp":1427661760},"coords":"51.74327,-0.8629677","bedrooms":"3","price":"269000","area":"397"} , +{"type":"Feature","id":"n3424856208","geometry":{"type":"Point","coordinates":[-0.8332099,51.7786695]},"properties":{"@type":"node","@id":3424856208,"@timestamp":1427642581},"coords":"51.7786695,-0.8332099","bedrooms":"1","price":"226000","area":"545"} , +{"type":"Feature","id":"n3424856219","geometry":{"type":"Point","coordinates":[-0.82988,51.7809319]},"properties":{"@type":"node","@id":3424856219,"@timestamp":1427642581},"coords":"51.7809319,-0.82988","bedrooms":"1","price":"176000","area":"543"} , +{"type":"Feature","id":"n3424856229","geometry":{"type":"Point","coordinates":[-0.8284387,51.7817417]},"properties":{"@type":"node","@id":3424856229,"@timestamp":1634121425},"coords":"51.7817417,-0.8284387","bedrooms":"0","price":"191000","area":"509"} , +{"type":"Feature","id":"n3424948607","geometry":{"type":"Point","coordinates":[-0.8015705,51.2141255]},"properties":{"@type":"node","@id":3424948607,"@timestamp":1573580105},"coords":"51.2141255,-0.8015705","bedrooms":"0","price":"184000","area":"601"} , +{"type":"Feature","id":"n3425029210","geometry":{"type":"Point","coordinates":[-0.6104295,51.2404765]},"properties":{"@type":"node","@id":3425029210,"@timestamp":1427649179},"coords":"51.2404765,-0.6104295","bedrooms":"2","price":"214000","area":"436"} , +{"type":"Feature","id":"n3425523132","geometry":{"type":"Point","coordinates":[-0.7208546,51.2569071]},"properties":{"@type":"node","@id":3425523132,"@timestamp":1614518476},"coords":"51.2569071,-0.7208546","bedrooms":"1","price":"291000","area":"578"} , +{"type":"Feature","id":"n3425760176","geometry":{"type":"Point","coordinates":[-0.7317385,51.2356363]},"properties":{"@type":"node","@id":3425760176,"@timestamp":1620387886},"coords":"51.2356363,-0.7317385","bedrooms":"0","price":"212000","area":"370"} , +{"type":"Feature","id":"n3425981850","geometry":{"type":"Point","coordinates":[-0.0475464,51.5473102]},"properties":{"@type":"node","@id":3425981850,"@timestamp":1427671291},"coords":"51.5473102,-0.0475464","bedrooms":"2","price":"197000","area":"477"} , +{"type":"Feature","id":"n3426731568","geometry":{"type":"Point","coordinates":[-0.7021527,51.6436298]},"properties":{"@type":"node","@id":3426731568,"@timestamp":1427724043},"coords":"51.6436298,-0.7021527","bedrooms":"0","price":"280000","area":"510"} , +{"type":"Feature","id":"n3426734145","geometry":{"type":"Point","coordinates":[-0.701015,51.6444816]},"properties":{"@type":"node","@id":3426734145,"@timestamp":1427724044},"coords":"51.6444816,-0.701015","bedrooms":"4","price":"176000","area":"458"} , +{"type":"Feature","id":"n3427040477","geometry":{"type":"Point","coordinates":[-0.8238936,51.7849339]},"properties":{"@type":"node","@id":3427040477,"@timestamp":1427749267},"coords":"51.7849339,-0.8238936","bedrooms":"1","price":"281000","area":"695"} , +{"type":"Feature","id":"n3427451651","geometry":{"type":"Point","coordinates":[-0.7757265,51.2222281]},"properties":{"@type":"node","@id":3427451651,"@timestamp":1632048735},"coords":"51.2222281,-0.7757265","bedrooms":"1","price":"175000","area":"642"} , +{"type":"Feature","id":"n3427485216","geometry":{"type":"Point","coordinates":[-0.7780154,51.2320645]},"properties":{"@type":"node","@id":3427485216,"@timestamp":1427747914},"coords":"51.2320645,-0.7780154","bedrooms":"4","price":"230000","area":"532"} , +{"type":"Feature","id":"n3427517710","geometry":{"type":"Point","coordinates":[-0.7622617,51.230856]},"properties":{"@type":"node","@id":3427517710,"@timestamp":1427753071},"coords":"51.230856,-0.7622617","bedrooms":"3","price":"197000","area":"443"} , +{"type":"Feature","id":"n3427549965","geometry":{"type":"Point","coordinates":[-0.7454825,51.2394329]},"properties":{"@type":"node","@id":3427549965,"@timestamp":1604958068},"coords":"51.2394329,-0.7454825","bedrooms":"0","price":"163000","area":"471"} , +{"type":"Feature","id":"n3427563765","geometry":{"type":"Point","coordinates":[-0.8244596,51.7787464]},"properties":{"@type":"node","@id":3427563765,"@timestamp":1427749851},"coords":"51.7787464,-0.8244596","bedrooms":"3","price":"208000","area":"428"} , +{"type":"Feature","id":"n3427563775","geometry":{"type":"Point","coordinates":[-0.8116254,51.7772805]},"properties":{"@type":"node","@id":3427563775,"@timestamp":1427749851},"coords":"51.7772805,-0.8116254","bedrooms":"2","price":"242000","area":"478"} , +{"type":"Feature","id":"n3427563785","geometry":{"type":"Point","coordinates":[-0.8263735,51.779114]},"properties":{"@type":"node","@id":3427563785,"@timestamp":1427749852},"coords":"51.779114,-0.8263735","bedrooms":"1","price":"201000","area":"659"} , +{"type":"Feature","id":"n3427565542","geometry":{"type":"Point","coordinates":[-0.7450139,51.2389799]},"properties":{"@type":"node","@id":3427565542,"@timestamp":1618050025},"coords":"51.2389799,-0.7450139","bedrooms":"3","price":"176000","area":"680"} , +{"type":"Feature","id":"n3427566538","geometry":{"type":"Point","coordinates":[-0.8931724,51.7777406]},"properties":{"@type":"node","@id":3427566538,"@timestamp":1427751283},"coords":"51.7777406,-0.8931724","bedrooms":"1","price":"153000","area":"639"} , +{"type":"Feature","id":"n3427566548","geometry":{"type":"Point","coordinates":[-0.9039548,51.7716381]},"properties":{"@type":"node","@id":3427566548,"@timestamp":1427751284},"coords":"51.7716381,-0.9039548","bedrooms":"0","price":"272000","area":"679"} , +{"type":"Feature","id":"n3427568288","geometry":{"type":"Point","coordinates":[-0.7425868,51.2418085]},"properties":{"@type":"node","@id":3427568288,"@timestamp":1534447809},"coords":"51.2418085,-0.7425868","bedrooms":"3","price":"189000","area":"407"} , +{"type":"Feature","id":"n3427579044","geometry":{"type":"Point","coordinates":[-0.8006201,51.7735036]},"properties":{"@type":"node","@id":3427579044,"@timestamp":1427751282},"coords":"51.7735036,-0.8006201","bedrooms":"4","price":"178000","area":"400"} , +{"type":"Feature","id":"n3427579054","geometry":{"type":"Point","coordinates":[-0.8018566,51.7739401]},"properties":{"@type":"node","@id":3427579054,"@timestamp":1427751283},"coords":"51.7739401,-0.8018566","bedrooms":"3","price":"297000","area":"478"} , +{"type":"Feature","id":"n3427579064","geometry":{"type":"Point","coordinates":[-0.7874558,51.7696298]},"properties":{"@type":"node","@id":3427579064,"@timestamp":1427751284},"coords":"51.7696298,-0.7874558","bedrooms":"1","price":"171000","area":"431"} , +{"type":"Feature","id":"n3427584338","geometry":{"type":"Point","coordinates":[-0.8640395,51.7593717]},"properties":{"@type":"node","@id":3427584338,"@timestamp":1427751281},"coords":"51.7593717,-0.8640395","bedrooms":"0","price":"201000","area":"431"} , +{"type":"Feature","id":"n3427584348","geometry":{"type":"Point","coordinates":[-0.8519535,51.7553771]},"properties":{"@type":"node","@id":3427584348,"@timestamp":1427751282},"coords":"51.7553771,-0.8519535","bedrooms":"2","price":"264000","area":"518"} , +{"type":"Feature","id":"n3427584358","geometry":{"type":"Point","coordinates":[-0.8358012,51.750444]},"properties":{"@type":"node","@id":3427584358,"@timestamp":1427751283},"coords":"51.750444,-0.8358012","bedrooms":"0","price":"231000","area":"351"} , +{"type":"Feature","id":"n3427584368","geometry":{"type":"Point","coordinates":[-0.8207728,51.7455651]},"properties":{"@type":"node","@id":3427584368,"@timestamp":1427751284},"coords":"51.7455651,-0.8207728","bedrooms":"1","price":"256000","area":"598"} , +{"type":"Feature","id":"n3427619342","geometry":{"type":"Point","coordinates":[-0.7407136,51.2416014]},"properties":{"@type":"node","@id":3427619342,"@timestamp":1610896714},"coords":"51.2416014,-0.7407136","bedrooms":"2","price":"214000","area":"552"} , +{"type":"Feature","id":"n3427699206","geometry":{"type":"Point","coordinates":[-0.0935957,51.3936178]},"properties":{"@type":"node","@id":3427699206,"@timestamp":1534345134},"coords":"51.3936178,-0.0935957","bedrooms":"0","price":"197000","area":"542"} , +{"type":"Feature","id":"n3428192170","geometry":{"type":"Point","coordinates":[-0.8822916,51.7515975]},"properties":{"@type":"node","@id":3428192170,"@timestamp":1447955424},"coords":"51.7515975,-0.8822916","bedrooms":"4","price":"192000","area":"491"} , +{"type":"Feature","id":"n3428242963","geometry":{"type":"Point","coordinates":[-0.1167786,51.6181227]},"properties":{"@type":"node","@id":3428242963,"@timestamp":1427789746},"coords":"51.6181227,-0.1167786","bedrooms":"4","price":"262000","area":"686"} , +{"type":"Feature","id":"n3428859223","geometry":{"type":"Point","coordinates":[-0.2223666,51.5040202]},"properties":{"@type":"node","@id":3428859223,"@timestamp":1427820882},"coords":"51.5040202,-0.2223666","bedrooms":"3","price":"224000","area":"428"} , +{"type":"Feature","id":"n3429364581","geometry":{"type":"Point","coordinates":[0.1753905,51.4268319]},"properties":{"@type":"node","@id":3429364581,"@timestamp":1427836121},"coords":"51.4268319,0.1753905","bedrooms":"0","price":"259000","area":"467"} , +{"type":"Feature","id":"n3429855690","geometry":{"type":"Point","coordinates":[-0.1687051,51.4712115]},"properties":{"@type":"node","@id":3429855690,"@timestamp":1479388239},"coords":"51.4712115,-0.1687051","bedrooms":"0","price":"212000","area":"619"} , +{"type":"Feature","id":"n3430570910","geometry":{"type":"Point","coordinates":[-0.7782482,51.2227072]},"properties":{"@type":"node","@id":3430570910,"@timestamp":1427912351},"coords":"51.2227072,-0.7782482","bedrooms":"3","price":"211000","area":"638"} , +{"type":"Feature","id":"n3430825953","geometry":{"type":"Point","coordinates":[-0.0114665,51.7148217]},"properties":{"@type":"node","@id":3430825953,"@timestamp":1505730919},"coords":"51.7148217,-0.0114665","bedrooms":"1","price":"245000","area":"589"} , +{"type":"Feature","id":"n3431413417","geometry":{"type":"Point","coordinates":[0.1800296,51.4806204]},"properties":{"@type":"node","@id":3431413417,"@timestamp":1427973343},"coords":"51.4806204,0.1800296","bedrooms":"1","price":"292000","area":"370"} , +{"type":"Feature","id":"n3431514905","geometry":{"type":"Point","coordinates":[-0.4730176,51.5137367]},"properties":{"@type":"node","@id":3431514905,"@timestamp":1612263135},"coords":"51.5137367,-0.4730176","bedrooms":"2","price":"204000","area":"651"} , +{"type":"Feature","id":"n3432101260","geometry":{"type":"Point","coordinates":[-0.7868049,50.9992425]},"properties":{"@type":"node","@id":3432101260,"@timestamp":1620463073},"coords":"50.9992425,-0.7868049","bedrooms":"4","price":"167000","area":"583"} , +{"type":"Feature","id":"n3432303830","geometry":{"type":"Point","coordinates":[0.0497039,51.5666072]},"properties":{"@type":"node","@id":3432303830,"@timestamp":1619793170},"coords":"51.5666072,0.0497039","bedrooms":"2","price":"288000","area":"636"} , +{"type":"Feature","id":"n3433837814","geometry":{"type":"Point","coordinates":[-0.9916347,51.4770959]},"properties":{"@type":"node","@id":3433837814,"@timestamp":1635593495},"coords":"51.4770959,-0.9916347","bedrooms":"4","price":"200000","area":"433"} , +{"type":"Feature","id":"n3435819452","geometry":{"type":"Point","coordinates":[-0.7354107,51.2419421]},"properties":{"@type":"node","@id":3435819452,"@timestamp":1620034904},"coords":"51.2419421,-0.7354107","bedrooms":"0","price":"282000","area":"390"} , +{"type":"Feature","id":"n3435898581","geometry":{"type":"Point","coordinates":[-0.7358088,51.2426483]},"properties":{"@type":"node","@id":3435898581,"@timestamp":1610975363},"coords":"51.2426483,-0.7358088","bedrooms":"3","price":"204000","area":"403"} , +{"type":"Feature","id":"n3436022283","geometry":{"type":"Point","coordinates":[-0.721956,51.2390149]},"properties":{"@type":"node","@id":3436022283,"@timestamp":1623072964},"coords":"51.2390149,-0.721956","bedrooms":"2","price":"194000","area":"431"} , +{"type":"Feature","id":"n3437307412","geometry":{"type":"Point","coordinates":[-0.0579684,51.675692]},"properties":{"@type":"node","@id":3437307412,"@timestamp":1428156517},"coords":"51.675692,-0.0579684","bedrooms":"2","price":"233000","area":"395"} , +{"type":"Feature","id":"n3437743093","geometry":{"type":"Point","coordinates":[-0.6695411,51.2328331]},"properties":{"@type":"node","@id":3437743093,"@timestamp":1428168309},"coords":"51.2328331,-0.6695411","bedrooms":"0","price":"160000","area":"646"} , +{"type":"Feature","id":"n3438055165","geometry":{"type":"Point","coordinates":[0.5141216,51.2820927]},"properties":{"@type":"node","@id":3438055165,"@timestamp":1428179400},"coords":"51.2820927,0.5141216","bedrooms":"4","price":"168000","area":"691"} , +{"type":"Feature","id":"n3438116573","geometry":{"type":"Point","coordinates":[-0.0221545,51.6750096]},"properties":{"@type":"node","@id":3438116573,"@timestamp":1617458264},"coords":"51.6750096,-0.0221545","bedrooms":"1","price":"241000","area":"459"} , +{"type":"Feature","id":"n3438951739","geometry":{"type":"Point","coordinates":[-0.1944445,51.4934193]},"properties":{"@type":"node","@id":3438951739,"@timestamp":1615507618},"coords":"51.4934193,-0.1944445","bedrooms":"4","price":"204000","area":"569"} , +{"type":"Feature","id":"n3439312827","geometry":{"type":"Point","coordinates":[-0.0532746,51.3091751]},"properties":{"@type":"node","@id":3439312827,"@timestamp":1428241205},"coords":"51.3091751,-0.0532746","bedrooms":"3","price":"290000","area":"535"} , +{"type":"Feature","id":"n3439456983","geometry":{"type":"Point","coordinates":[-0.305202,51.4149371]},"properties":{"@type":"node","@id":3439456983,"@timestamp":1428250406},"coords":"51.4149371,-0.305202","bedrooms":"4","price":"273000","area":"388"} , +{"type":"Feature","id":"n3439477052","geometry":{"type":"Point","coordinates":[0.0004911,51.5794024]},"properties":{"@type":"node","@id":3439477052,"@timestamp":1564908030},"coords":"51.5794024,0.0004911","bedrooms":"0","price":"183000","area":"666"} , +{"type":"Feature","id":"n3439520199","geometry":{"type":"Point","coordinates":[0.4646561,51.7363175]},"properties":{"@type":"node","@id":3439520199,"@timestamp":1428253040},"coords":"51.7363175,0.4646561","bedrooms":"1","price":"212000","area":"630"} , +{"type":"Feature","id":"n3439666366","geometry":{"type":"Point","coordinates":[0.4641039,51.7372717]},"properties":{"@type":"node","@id":3439666366,"@timestamp":1428257945},"coords":"51.7372717,0.4641039","bedrooms":"4","price":"196000","area":"604"} , +{"type":"Feature","id":"n3440224805","geometry":{"type":"Point","coordinates":[-0.1507294,51.3099036]},"properties":{"@type":"node","@id":3440224805,"@timestamp":1428285992},"coords":"51.3099036,-0.1507294","bedrooms":"4","price":"268000","area":"363"} , +{"type":"Feature","id":"n3440712494","geometry":{"type":"Point","coordinates":[-0.213306,51.494229]},"properties":{"@type":"node","@id":3440712494,"@timestamp":1635354371},"coords":"51.494229,-0.213306","bedrooms":"1","price":"241000","area":"556"} , +{"type":"Feature","id":"n3440944294","geometry":{"type":"Point","coordinates":[0.5570304,51.3805911]},"properties":{"@type":"node","@id":3440944294,"@timestamp":1428350172},"coords":"51.3805911,0.5570304","bedrooms":"1","price":"270000","area":"388"} , +{"type":"Feature","id":"n3440964532","geometry":{"type":"Point","coordinates":[-0.6965871,51.6456264]},"properties":{"@type":"node","@id":3440964532,"@timestamp":1428326805},"coords":"51.6456264,-0.6965871","bedrooms":"2","price":"165000","area":"552"} , +{"type":"Feature","id":"n3440964584","geometry":{"type":"Point","coordinates":[-0.7019428,51.6417216]},"properties":{"@type":"node","@id":3440964584,"@timestamp":1428326806},"coords":"51.6417216,-0.7019428","bedrooms":"2","price":"188000","area":"509"} , +{"type":"Feature","id":"n3440965011","geometry":{"type":"Point","coordinates":[-0.6952578,51.642738]},"properties":{"@type":"node","@id":3440965011,"@timestamp":1428326806},"coords":"51.642738,-0.6952578","bedrooms":"4","price":"178000","area":"587"} , +{"type":"Feature","id":"n3440967285","geometry":{"type":"Point","coordinates":[-0.5670786,51.762005]},"properties":{"@type":"node","@id":3440967285,"@timestamp":1428327032},"coords":"51.762005,-0.5670786","bedrooms":"0","price":"259000","area":"350"} , +{"type":"Feature","id":"n3440967695","geometry":{"type":"Point","coordinates":[-0.5761756,51.7681181]},"properties":{"@type":"node","@id":3440967695,"@timestamp":1428327033},"coords":"51.7681181,-0.5761756","bedrooms":"2","price":"262000","area":"389"} , +{"type":"Feature","id":"n3441378096","geometry":{"type":"Point","coordinates":[0.524148,51.3837334]},"properties":{"@type":"node","@id":3441378096,"@timestamp":1428341508},"coords":"51.3837334,0.524148","bedrooms":"2","price":"223000","area":"600"} , +{"type":"Feature","id":"n3441406893","geometry":{"type":"Point","coordinates":[0.543688,51.3722911]},"properties":{"@type":"node","@id":3441406893,"@timestamp":1577557927},"coords":"51.3722911,0.543688","bedrooms":"4","price":"260000","area":"404"} , +{"type":"Feature","id":"n3441407193","geometry":{"type":"Point","coordinates":[0.5356123,51.3886655]},"properties":{"@type":"node","@id":3441407193,"@timestamp":1428341509},"coords":"51.3886655,0.5356123","bedrooms":"4","price":"264000","area":"564"} , +{"type":"Feature","id":"n3442359177","geometry":{"type":"Point","coordinates":[-0.1248365,51.5716438]},"properties":{"@type":"node","@id":3442359177,"@timestamp":1617717416},"coords":"51.5716438,-0.1248365","bedrooms":"2","price":"214000","area":"439"} , +{"type":"Feature","id":"n3442862935","geometry":{"type":"Point","coordinates":[0.5063514,51.7354206]},"properties":{"@type":"node","@id":3442862935,"@timestamp":1432476751},"coords":"51.7354206,0.5063514","bedrooms":"0","price":"163000","area":"590"} , +{"type":"Feature","id":"n3443302999","geometry":{"type":"Point","coordinates":[0.5730346,51.3732495]},"properties":{"@type":"node","@id":3443302999,"@timestamp":1428433755},"coords":"51.3732495,0.5730346","bedrooms":"3","price":"268000","area":"386"} , +{"type":"Feature","id":"n3443473438","geometry":{"type":"Point","coordinates":[-0.1685905,51.2413021]},"properties":{"@type":"node","@id":3443473438,"@timestamp":1508412235},"coords":"51.2413021,-0.1685905","bedrooms":"4","price":"290000","area":"680"} , +{"type":"Feature","id":"n3443588924","geometry":{"type":"Point","coordinates":[-0.1425894,51.5357841]},"properties":{"@type":"node","@id":3443588924,"@timestamp":1428440268},"coords":"51.5357841,-0.1425894","bedrooms":"1","price":"189000","area":"575"} , +{"type":"Feature","id":"n3443681024","geometry":{"type":"Point","coordinates":[-0.1679237,51.4632278]},"properties":{"@type":"node","@id":3443681024,"@timestamp":1610625686},"coords":"51.4632278,-0.1679237","bedrooms":"0","price":"206000","area":"536"} , +{"type":"Feature","id":"n3445130148","geometry":{"type":"Point","coordinates":[-0.7811583,51.1582099]},"properties":{"@type":"node","@id":3445130148,"@timestamp":1490426520},"coords":"51.1582099,-0.7811583","bedrooms":"3","price":"210000","area":"434"} , +{"type":"Feature","id":"n3445183761","geometry":{"type":"Point","coordinates":[-1.0987125,51.9413063]},"properties":{"@type":"node","@id":3445183761,"@timestamp":1428514843},"coords":"51.9413063,-1.0987125","bedrooms":"3","price":"190000","area":"351"} , +{"type":"Feature","id":"n3445183779","geometry":{"type":"Point","coordinates":[-1.0993302,51.9414189]},"properties":{"@type":"node","@id":3445183779,"@timestamp":1428514844},"coords":"51.9414189,-1.0993302","bedrooms":"3","price":"151000","area":"649"} , +{"type":"Feature","id":"n3445183996","geometry":{"type":"Point","coordinates":[-1.0999684,51.9415368]},"properties":{"@type":"node","@id":3445183996,"@timestamp":1428514844},"coords":"51.9415368,-1.0999684","bedrooms":"3","price":"200000","area":"532"} , +{"type":"Feature","id":"n3445184009","geometry":{"type":"Point","coordinates":[-1.100665,51.9416718]},"properties":{"@type":"node","@id":3445184009,"@timestamp":1428514844},"coords":"51.9416718,-1.100665","bedrooms":"1","price":"277000","area":"608"} , +{"type":"Feature","id":"n3445211493","geometry":{"type":"Point","coordinates":[0.5371237,51.3737165]},"properties":{"@type":"node","@id":3445211493,"@timestamp":1578024056},"coords":"51.3737165,0.5371237","bedrooms":"3","price":"270000","area":"509"} , +{"type":"Feature","id":"n3445212093","geometry":{"type":"Point","coordinates":[0.5303451,51.3597926]},"properties":{"@type":"node","@id":3445212093,"@timestamp":1428515822},"coords":"51.3597926,0.5303451","bedrooms":"0","price":"237000","area":"358"} , +{"type":"Feature","id":"n3445285094","geometry":{"type":"Point","coordinates":[0.7104854,51.535133]},"properties":{"@type":"node","@id":3445285094,"@timestamp":1428518468},"coords":"51.535133,0.7104854","bedrooms":"2","price":"255000","area":"537"} , +{"type":"Feature","id":"n3446330501","geometry":{"type":"Point","coordinates":[-0.0257567,51.7199718]},"properties":{"@type":"node","@id":3446330501,"@timestamp":1434214387},"coords":"51.7199718,-0.0257567","bedrooms":"0","price":"178000","area":"569"} , +{"type":"Feature","id":"n3446345623","geometry":{"type":"Point","coordinates":[-0.0347555,51.6943985]},"properties":{"@type":"node","@id":3446345623,"@timestamp":1434214386},"coords":"51.6943985,-0.0347555","bedrooms":"0","price":"217000","area":"545"} , +{"type":"Feature","id":"n3446345636","geometry":{"type":"Point","coordinates":[-0.0342527,51.7024782]},"properties":{"@type":"node","@id":3446345636,"@timestamp":1428573335},"coords":"51.7024782,-0.0342527","bedrooms":"2","price":"268000","area":"408"} , +{"type":"Feature","id":"n3446374793","geometry":{"type":"Point","coordinates":[-0.081709,51.536286]},"properties":{"@type":"node","@id":3446374793,"@timestamp":1601893036},"coords":"51.536286,-0.081709","bedrooms":"2","price":"191000","area":"541"} , +{"type":"Feature","id":"n3446766699","geometry":{"type":"Point","coordinates":[-0.126727,51.511109]},"properties":{"@type":"node","@id":3446766699,"@timestamp":1520090493},"coords":"51.511109,-0.126727","bedrooms":"2","price":"171000","area":"445"} , +{"type":"Feature","id":"n3447154068","geometry":{"type":"Point","coordinates":[-0.1704545,51.4678577]},"properties":{"@type":"node","@id":3447154068,"@timestamp":1428604171},"coords":"51.4678577,-0.1704545","bedrooms":"1","price":"233000","area":"677"} , +{"type":"Feature","id":"n3447269195","geometry":{"type":"Point","coordinates":[0.5985179,51.3612204]},"properties":{"@type":"node","@id":3447269195,"@timestamp":1543945278},"coords":"51.3612204,0.5985179","bedrooms":"1","price":"261000","area":"638"} , +{"type":"Feature","id":"n3447788454","geometry":{"type":"Point","coordinates":[-0.1694141,51.4664775]},"properties":{"@type":"node","@id":3447788454,"@timestamp":1505053519},"coords":"51.4664775,-0.1694141","bedrooms":"0","price":"201000","area":"404"} , +{"type":"Feature","id":"n3448067553","geometry":{"type":"Point","coordinates":[-0.8545373,51.8039021]},"properties":{"@type":"node","@id":3448067553,"@timestamp":1627054412},"coords":"51.8039021,-0.8545373","bedrooms":"0","price":"180000","area":"373"} , +{"type":"Feature","id":"n3448589423","geometry":{"type":"Point","coordinates":[0.1049711,51.3562374]},"properties":{"@type":"node","@id":3448589423,"@timestamp":1428677911},"coords":"51.3562374,0.1049711","bedrooms":"0","price":"241000","area":"429"} , +{"type":"Feature","id":"n3449526584","geometry":{"type":"Point","coordinates":[-0.1909491,51.2135364]},"properties":{"@type":"node","@id":3449526584,"@timestamp":1627033868},"coords":"51.2135364,-0.1909491","bedrooms":"1","price":"229000","area":"589"} , +{"type":"Feature","id":"n3450865518","geometry":{"type":"Point","coordinates":[-0.1907043,51.4683169]},"properties":{"@type":"node","@id":3450865518,"@timestamp":1428773731},"coords":"51.4683169,-0.1907043","bedrooms":"1","price":"205000","area":"568"} , +{"type":"Feature","id":"n3450883892","geometry":{"type":"Point","coordinates":[-0.1902775,51.467532]},"properties":{"@type":"node","@id":3450883892,"@timestamp":1620991260},"coords":"51.467532,-0.1902775","bedrooms":"2","price":"195000","area":"549"} , +{"type":"Feature","id":"n3450884564","geometry":{"type":"Point","coordinates":[-0.1912334,51.4701563]},"properties":{"@type":"node","@id":3450884564,"@timestamp":1494696199},"coords":"51.4701563,-0.1912334","bedrooms":"3","price":"274000","area":"382"} , +{"type":"Feature","id":"n3450884581","geometry":{"type":"Point","coordinates":[-0.1917017,51.4725136]},"properties":{"@type":"node","@id":3450884581,"@timestamp":1616631141},"coords":"51.4725136,-0.1917017","bedrooms":"1","price":"286000","area":"374"} , +{"type":"Feature","id":"n3450884606","geometry":{"type":"Point","coordinates":[-0.1904834,51.4685683]},"properties":{"@type":"node","@id":3450884606,"@timestamp":1548606983},"coords":"51.4685683,-0.1904834","bedrooms":"1","price":"161000","area":"493"} , +{"type":"Feature","id":"n3450884620","geometry":{"type":"Point","coordinates":[-0.1896188,51.4678221]},"properties":{"@type":"node","@id":3450884620,"@timestamp":1548606985},"coords":"51.4678221,-0.1896188","bedrooms":"4","price":"150000","area":"516"} , +{"type":"Feature","id":"n3450884703","geometry":{"type":"Point","coordinates":[-0.1916834,51.4722775]},"properties":{"@type":"node","@id":3450884703,"@timestamp":1612183318},"coords":"51.4722775,-0.1916834","bedrooms":"1","price":"250000","area":"571"} , +{"type":"Feature","id":"n3450946409","geometry":{"type":"Point","coordinates":[-0.7871767,51.83064]},"properties":{"@type":"node","@id":3450946409,"@timestamp":1429135713},"coords":"51.83064,-0.7871767","bedrooms":"4","price":"217000","area":"402"} , +{"type":"Feature","id":"n3450962398","geometry":{"type":"Point","coordinates":[0.4779967,51.7376895]},"properties":{"@type":"node","@id":3450962398,"@timestamp":1568327101},"coords":"51.7376895,0.4779967","bedrooms":"0","price":"270000","area":"392"} , +{"type":"Feature","id":"n3450962410","geometry":{"type":"Point","coordinates":[0.4778799,51.7374076]},"properties":{"@type":"node","@id":3450962410,"@timestamp":1568326900},"coords":"51.7374076,0.4778799","bedrooms":"3","price":"196000","area":"520"} , +{"type":"Feature","id":"n3450962420","geometry":{"type":"Point","coordinates":[0.4779385,51.7379473]},"properties":{"@type":"node","@id":3450962420,"@timestamp":1432633206},"coords":"51.7379473,0.4779385","bedrooms":"3","price":"272000","area":"483"} , +{"type":"Feature","id":"n3450988195","geometry":{"type":"Point","coordinates":[0.6185111,51.3612952]},"properties":{"@type":"node","@id":3450988195,"@timestamp":1428778738},"coords":"51.3612952,0.6185111","bedrooms":"3","price":"260000","area":"405"} , +{"type":"Feature","id":"n3451018751","geometry":{"type":"Point","coordinates":[-0.8082424,51.8161687]},"properties":{"@type":"node","@id":3451018751,"@timestamp":1428780195},"coords":"51.8161687,-0.8082424","bedrooms":"4","price":"199000","area":"378"} , +{"type":"Feature","id":"n3451035744","geometry":{"type":"Point","coordinates":[-0.1901105,51.4676847]},"properties":{"@type":"node","@id":3451035744,"@timestamp":1428781031},"coords":"51.4676847,-0.1901105","bedrooms":"1","price":"286000","area":"477"} , +{"type":"Feature","id":"n3451048195","geometry":{"type":"Point","coordinates":[-0.1898268,51.4672748]},"properties":{"@type":"node","@id":3451048195,"@timestamp":1428781659},"coords":"51.4672748,-0.1898268","bedrooms":"3","price":"199000","area":"681"} , +{"type":"Feature","id":"n3451048511","geometry":{"type":"Point","coordinates":[-0.1891763,51.4656529]},"properties":{"@type":"node","@id":3451048511,"@timestamp":1428781690},"coords":"51.4656529,-0.1891763","bedrooms":"1","price":"297000","area":"422"} , +{"type":"Feature","id":"n3451056694","geometry":{"type":"Point","coordinates":[-0.1908601,51.4696052]},"properties":{"@type":"node","@id":3451056694,"@timestamp":1428782318},"coords":"51.4696052,-0.1908601","bedrooms":"3","price":"189000","area":"359"} , +{"type":"Feature","id":"n3451056704","geometry":{"type":"Point","coordinates":[-0.1909606,51.4693451]},"properties":{"@type":"node","@id":3451056704,"@timestamp":1428782318},"coords":"51.4693451,-0.1909606","bedrooms":"1","price":"217000","area":"465"} , +{"type":"Feature","id":"n3451063614","geometry":{"type":"Point","coordinates":[-0.1913306,51.4717552]},"properties":{"@type":"node","@id":3451063614,"@timestamp":1428782672},"coords":"51.4717552,-0.1913306","bedrooms":"0","price":"256000","area":"510"} , +{"type":"Feature","id":"n3451063633","geometry":{"type":"Point","coordinates":[-0.1915681,51.4721467]},"properties":{"@type":"node","@id":3451063633,"@timestamp":1428782673},"coords":"51.4721467,-0.1915681","bedrooms":"2","price":"244000","area":"575"} , +{"type":"Feature","id":"n3451092720","geometry":{"type":"Point","coordinates":[-0.7749239,51.22181]},"properties":{"@type":"node","@id":3451092720,"@timestamp":1428784003},"coords":"51.22181,-0.7749239","bedrooms":"3","price":"193000","area":"501"} , +{"type":"Feature","id":"n3451627728","geometry":{"type":"Point","coordinates":[-0.6096253,50.9885874]},"properties":{"@type":"node","@id":3451627728,"@timestamp":1601544619},"coords":"50.9885874,-0.6096253","bedrooms":"1","price":"246000","area":"499"} , +{"type":"Feature","id":"n3451714211","geometry":{"type":"Point","coordinates":[-0.528515,51.7783926]},"properties":{"@type":"node","@id":3451714211,"@timestamp":1428835029},"coords":"51.7783926,-0.528515","bedrooms":"0","price":"261000","area":"529"} , +{"type":"Feature","id":"n3451750063","geometry":{"type":"Point","coordinates":[-0.5733901,51.8184281]},"properties":{"@type":"node","@id":3451750063,"@timestamp":1428836250},"coords":"51.8184281,-0.5733901","bedrooms":"3","price":"194000","area":"631"} , +{"type":"Feature","id":"n3452036507","geometry":{"type":"Point","coordinates":[-0.2105599,51.8283226]},"properties":{"@type":"node","@id":3452036507,"@timestamp":1428849812},"coords":"51.8283226,-0.2105599","bedrooms":"0","price":"264000","area":"699"} , +{"type":"Feature","id":"n3453484876","geometry":{"type":"Point","coordinates":[-0.6920241,51.2267459]},"properties":{"@type":"node","@id":3453484876,"@timestamp":1429563580},"coords":"51.2267459,-0.6920241","bedrooms":"4","price":"277000","area":"626"} , +{"type":"Feature","id":"n3453890922","geometry":{"type":"Point","coordinates":[-0.5861505,51.2489376]},"properties":{"@type":"node","@id":3453890922,"@timestamp":1614270634},"coords":"51.2489376,-0.5861505","bedrooms":"2","price":"164000","area":"509"} , +{"type":"Feature","id":"n3453936563","geometry":{"type":"Point","coordinates":[-0.0768504,51.5081869]},"properties":{"@type":"node","@id":3453936563,"@timestamp":1618923339},"coords":"51.5081869,-0.0768504","bedrooms":"2","price":"232000","area":"464"} , +{"type":"Feature","id":"n3454201471","geometry":{"type":"Point","coordinates":[0.7021291,51.5381036]},"properties":{"@type":"node","@id":3454201471,"@timestamp":1428940867},"coords":"51.5381036,0.7021291","bedrooms":"4","price":"242000","area":"507"} , +{"type":"Feature","id":"n3454307614","geometry":{"type":"Point","coordinates":[-0.1123048,51.6031068]},"properties":{"@type":"node","@id":3454307614,"@timestamp":1555239861},"coords":"51.6031068,-0.1123048","bedrooms":"1","price":"203000","area":"669"} , +{"type":"Feature","id":"n3454789694","geometry":{"type":"Point","coordinates":[-0.1452555,51.5132589]},"properties":{"@type":"node","@id":3454789694,"@timestamp":1428961470},"coords":"51.5132589,-0.1452555","bedrooms":"3","price":"249000","area":"629"} , +{"type":"Feature","id":"n3455180631","geometry":{"type":"Point","coordinates":[0.1340066,51.6540611]},"properties":{"@type":"node","@id":3455180631,"@timestamp":1609507092},"coords":"51.6540611,0.1340066","bedrooms":"3","price":"234000","area":"502"} , +{"type":"Feature","id":"n3455398819","geometry":{"type":"Point","coordinates":[-0.0552614,51.5467064]},"properties":{"@type":"node","@id":3455398819,"@timestamp":1614884355},"coords":"51.5467064,-0.0552614","bedrooms":"3","price":"167000","area":"641"} , +{"type":"Feature","id":"n3455518780","geometry":{"type":"Point","coordinates":[-0.0305109,51.6665436]},"properties":{"@type":"node","@id":3455518780,"@timestamp":1439398881},"coords":"51.6665436,-0.0305109","bedrooms":"0","price":"180000","area":"535"} , +{"type":"Feature","id":"n3455541940","geometry":{"type":"Point","coordinates":[-0.0249159,51.6730431]},"properties":{"@type":"node","@id":3455541940,"@timestamp":1429016980},"coords":"51.6730431,-0.0249159","bedrooms":"2","price":"187000","area":"661"} , +{"type":"Feature","id":"n3455598860","geometry":{"type":"Point","coordinates":[-0.0249476,51.6750974]},"properties":{"@type":"node","@id":3455598860,"@timestamp":1599779390},"coords":"51.6750974,-0.0249476","bedrooms":"1","price":"280000","area":"632"} , +{"type":"Feature","id":"n3455890593","geometry":{"type":"Point","coordinates":[-0.239819,51.533487]},"properties":{"@type":"node","@id":3455890593,"@timestamp":1429033152},"coords":"51.533487,-0.239819","bedrooms":"4","price":"240000","area":"535"} , +{"type":"Feature","id":"n3455988443","geometry":{"type":"Point","coordinates":[-0.1401368,51.4983876]},"properties":{"@type":"node","@id":3455988443,"@timestamp":1490268013},"coords":"51.4983876,-0.1401368","bedrooms":"2","price":"285000","area":"449"} , +{"type":"Feature","id":"n3456329607","geometry":{"type":"Point","coordinates":[-0.6200424,51.2467579]},"properties":{"@type":"node","@id":3456329607,"@timestamp":1623335095},"coords":"51.2467579,-0.6200424","bedrooms":"3","price":"196000","area":"620"} , +{"type":"Feature","id":"n3456413145","geometry":{"type":"Point","coordinates":[-0.1433504,51.511221]},"properties":{"@type":"node","@id":3456413145,"@timestamp":1429047455},"coords":"51.511221,-0.1433504","bedrooms":"0","price":"232000","area":"434"} , +{"type":"Feature","id":"n3456422993","geometry":{"type":"Point","coordinates":[-0.0672464,51.6701131]},"properties":{"@type":"node","@id":3456422993,"@timestamp":1429055421},"coords":"51.6701131,-0.0672464","bedrooms":"3","price":"198000","area":"607"} , +{"type":"Feature","id":"n3456536577","geometry":{"type":"Point","coordinates":[-0.0683407,51.668764]},"properties":{"@type":"node","@id":3456536577,"@timestamp":1429052528},"coords":"51.668764,-0.0683407","bedrooms":"4","price":"296000","area":"548"} , +{"type":"Feature","id":"n3456560535","geometry":{"type":"Point","coordinates":[-0.0687538,51.668784]},"properties":{"@type":"node","@id":3456560535,"@timestamp":1615299434},"coords":"51.668784,-0.0687538","bedrooms":"3","price":"175000","area":"439"} , +{"type":"Feature","id":"n3456620065","geometry":{"type":"Point","coordinates":[-0.0698501,51.6697988]},"properties":{"@type":"node","@id":3456620065,"@timestamp":1429054494},"coords":"51.6697988,-0.0698501","bedrooms":"1","price":"291000","area":"698"} , +{"type":"Feature","id":"n3456622304","geometry":{"type":"Point","coordinates":[-0.0698823,51.6690386]},"properties":{"@type":"node","@id":3456622304,"@timestamp":1429054495},"coords":"51.6690386,-0.0698823","bedrooms":"3","price":"278000","area":"413"} , +{"type":"Feature","id":"n3456634398","geometry":{"type":"Point","coordinates":[-0.0689536,51.6697813]},"properties":{"@type":"node","@id":3456634398,"@timestamp":1456818247},"coords":"51.6697813,-0.0689536","bedrooms":"4","price":"223000","area":"680"} , +{"type":"Feature","id":"n3456934803","geometry":{"type":"Point","coordinates":[0.1308262,51.3842038]},"properties":{"@type":"node","@id":3456934803,"@timestamp":1429084060},"coords":"51.3842038,0.1308262","bedrooms":"3","price":"175000","area":"380"} , +{"type":"Feature","id":"n3457052024","geometry":{"type":"Point","coordinates":[-0.2420911,51.4652046]},"properties":{"@type":"node","@id":3457052024,"@timestamp":1564908030},"coords":"51.4652046,-0.2420911","bedrooms":"3","price":"201000","area":"393"} , +{"type":"Feature","id":"n3457285888","geometry":{"type":"Point","coordinates":[-0.0671918,51.6703273]},"properties":{"@type":"node","@id":3457285888,"@timestamp":1429098507},"coords":"51.6703273,-0.0671918","bedrooms":"3","price":"177000","area":"385"} , +{"type":"Feature","id":"n3457361810","geometry":{"type":"Point","coordinates":[-0.1382016,51.4991875]},"properties":{"@type":"node","@id":3457361810,"@timestamp":1626943267},"coords":"51.4991875,-0.1382016","bedrooms":"4","price":"155000","area":"418"} , +{"type":"Feature","id":"n3457369078","geometry":{"type":"Point","coordinates":[-0.0690373,51.6704812]},"properties":{"@type":"node","@id":3457369078,"@timestamp":1429101953},"coords":"51.6704812,-0.0690373","bedrooms":"1","price":"165000","area":"419"} , +{"type":"Feature","id":"n3457375386","geometry":{"type":"Point","coordinates":[-0.0656551,51.6703128]},"properties":{"@type":"node","@id":3457375386,"@timestamp":1429102327},"coords":"51.6703128,-0.0656551","bedrooms":"1","price":"171000","area":"513"} , +{"type":"Feature","id":"n3457379647","geometry":{"type":"Point","coordinates":[-0.0697479,51.6673337]},"properties":{"@type":"node","@id":3457379647,"@timestamp":1615299178},"coords":"51.6673337,-0.0697479","bedrooms":"4","price":"241000","area":"596"} , +{"type":"Feature","id":"n3457379658","geometry":{"type":"Point","coordinates":[-0.0702548,51.6672189]},"properties":{"@type":"node","@id":3457379658,"@timestamp":1615299180},"coords":"51.6672189,-0.0702548","bedrooms":"4","price":"258000","area":"620"} , +{"type":"Feature","id":"n3457886810","geometry":{"type":"Point","coordinates":[-0.0867448,51.6513952]},"properties":{"@type":"node","@id":3457886810,"@timestamp":1429118340},"coords":"51.6513952,-0.0867448","bedrooms":"1","price":"194000","area":"601"} , +{"type":"Feature","id":"n3457902651","geometry":{"type":"Point","coordinates":[-0.0800204,51.6508176]},"properties":{"@type":"node","@id":3457902651,"@timestamp":1514518489},"coords":"51.6508176,-0.0800204","bedrooms":"4","price":"274000","area":"406"} , +{"type":"Feature","id":"n3457928227","geometry":{"type":"Point","coordinates":[-0.0798313,51.6520447]},"properties":{"@type":"node","@id":3457928227,"@timestamp":1614763489},"coords":"51.6520447,-0.0798313","bedrooms":"0","price":"293000","area":"482"} , +{"type":"Feature","id":"n3457944629","geometry":{"type":"Point","coordinates":[-0.0661325,51.6505765]},"properties":{"@type":"node","@id":3457944629,"@timestamp":1429121671},"coords":"51.6505765,-0.0661325","bedrooms":"0","price":"265000","area":"429"} , +{"type":"Feature","id":"n3458145844","geometry":{"type":"Point","coordinates":[-0.5270235,51.3217266]},"properties":{"@type":"node","@id":3458145844,"@timestamp":1497126967},"coords":"51.3217266,-0.5270235","bedrooms":"3","price":"160000","area":"467"} , +{"type":"Feature","id":"n3458222665","geometry":{"type":"Point","coordinates":[-0.5048294,51.3373241]},"properties":{"@type":"node","@id":3458222665,"@timestamp":1466964128},"coords":"51.3373241,-0.5048294","bedrooms":"0","price":"196000","area":"357"} , +{"type":"Feature","id":"n3458241187","geometry":{"type":"Point","coordinates":[0.0216173,51.9041376]},"properties":{"@type":"node","@id":3458241187,"@timestamp":1616022783},"coords":"51.9041376,0.0216173","bedrooms":"0","price":"222000","area":"688"} , +{"type":"Feature","id":"n3458839678","geometry":{"type":"Point","coordinates":[-0.1449552,51.5125648]},"properties":{"@type":"node","@id":3458839678,"@timestamp":1603462002},"coords":"51.5125648,-0.1449552","bedrooms":"1","price":"263000","area":"568"} , +{"type":"Feature","id":"n3459824077","geometry":{"type":"Point","coordinates":[-0.2491415,51.4681903]},"properties":{"@type":"node","@id":3459824077,"@timestamp":1543263872},"coords":"51.4681903,-0.2491415","bedrooms":"3","price":"154000","area":"566"} , +{"type":"Feature","id":"n3460225698","geometry":{"type":"Point","coordinates":[-0.47711,51.3387909]},"properties":{"@type":"node","@id":3460225698,"@timestamp":1528929184},"coords":"51.3387909,-0.47711","bedrooms":"1","price":"172000","area":"688"} , +{"type":"Feature","id":"n3460332448","geometry":{"type":"Point","coordinates":[-0.4602598,51.35991]},"properties":{"@type":"node","@id":3460332448,"@timestamp":1609544571},"coords":"51.35991,-0.4602598","bedrooms":"0","price":"157000","area":"675"} , +{"type":"Feature","id":"n3460428731","geometry":{"type":"Point","coordinates":[-0.1879615,51.8172856]},"properties":{"@type":"node","@id":3460428731,"@timestamp":1429224723},"coords":"51.8172856,-0.1879615","bedrooms":"0","price":"243000","area":"649"} , +{"type":"Feature","id":"n3460438488","geometry":{"type":"Point","coordinates":[-0.0979834,51.4986984]},"properties":{"@type":"node","@id":3460438488,"@timestamp":1594972008},"coords":"51.4986984,-0.0979834","bedrooms":"0","price":"280000","area":"599"} , +{"type":"Feature","id":"n3461261559","geometry":{"type":"Point","coordinates":[-0.2080627,51.8053403]},"properties":{"@type":"node","@id":3461261559,"@timestamp":1429260607},"coords":"51.8053403,-0.2080627","bedrooms":"2","price":"242000","area":"415"} , +{"type":"Feature","id":"n3461979464","geometry":{"type":"Point","coordinates":[-0.228699,51.5913665]},"properties":{"@type":"node","@id":3461979464,"@timestamp":1449931223},"coords":"51.5913665,-0.228699","bedrooms":"3","price":"205000","area":"632"} , +{"type":"Feature","id":"n3462005380","geometry":{"type":"Point","coordinates":[-0.2319508,51.5918587]},"properties":{"@type":"node","@id":3462005380,"@timestamp":1429298668},"coords":"51.5918587,-0.2319508","bedrooms":"0","price":"290000","area":"417"} , +{"type":"Feature","id":"n3462007553","geometry":{"type":"Point","coordinates":[-0.2328736,51.5913188]},"properties":{"@type":"node","@id":3462007553,"@timestamp":1429298799},"coords":"51.5913188,-0.2328736","bedrooms":"3","price":"258000","area":"423"} , +{"type":"Feature","id":"n3462014109","geometry":{"type":"Point","coordinates":[-0.2330938,51.5909268]},"properties":{"@type":"node","@id":3462014109,"@timestamp":1429299136},"coords":"51.5909268,-0.2330938","bedrooms":"3","price":"241000","area":"512"} , +{"type":"Feature","id":"n3462014119","geometry":{"type":"Point","coordinates":[-0.2331501,51.5904252]},"properties":{"@type":"node","@id":3462014119,"@timestamp":1429299137},"coords":"51.5904252,-0.2331501","bedrooms":"0","price":"186000","area":"688"} , +{"type":"Feature","id":"n3462020491","geometry":{"type":"Point","coordinates":[-0.2336839,51.5908484]},"properties":{"@type":"node","@id":3462020491,"@timestamp":1429299410},"coords":"51.5908484,-0.2336839","bedrooms":"3","price":"271000","area":"655"} , +{"type":"Feature","id":"n3462021101","geometry":{"type":"Point","coordinates":[-0.2335176,51.5911451]},"properties":{"@type":"node","@id":3462021101,"@timestamp":1429299410},"coords":"51.5911451,-0.2335176","bedrooms":"2","price":"165000","area":"396"} , +{"type":"Feature","id":"n3463541889","geometry":{"type":"Point","coordinates":[-0.4823574,51.5171736]},"properties":{"@type":"node","@id":3463541889,"@timestamp":1612015967},"coords":"51.5171736,-0.4823574","bedrooms":"3","price":"281000","area":"423"} , +{"type":"Feature","id":"n3463800393","geometry":{"type":"Point","coordinates":[0.5444127,51.3622401]},"properties":{"@type":"node","@id":3463800393,"@timestamp":1429621358},"coords":"51.3622401,0.5444127","bedrooms":"2","price":"231000","area":"509"} , +{"type":"Feature","id":"n3463800894","geometry":{"type":"Point","coordinates":[0.5360044,51.3414523]},"properties":{"@type":"node","@id":3463800894,"@timestamp":1429380306},"coords":"51.3414523,0.5360044","bedrooms":"4","price":"157000","area":"677"} , +{"type":"Feature","id":"n3463824879","geometry":{"type":"Point","coordinates":[-0.3357821,51.4026794]},"properties":{"@type":"node","@id":3463824879,"@timestamp":1429381503},"coords":"51.4026794,-0.3357821","bedrooms":"0","price":"239000","area":"472"} , +{"type":"Feature","id":"n3463824889","geometry":{"type":"Point","coordinates":[-0.3362398,51.4018879]},"properties":{"@type":"node","@id":3463824889,"@timestamp":1437682202},"coords":"51.4018879,-0.3362398","bedrooms":"2","price":"264000","area":"686"} , +{"type":"Feature","id":"n3464902054","geometry":{"type":"Point","coordinates":[-0.859831,51.8312778]},"properties":{"@type":"node","@id":3464902054,"@timestamp":1571573233},"coords":"51.8312778,-0.859831","bedrooms":"4","price":"208000","area":"513"} , +{"type":"Feature","id":"n3465411279","geometry":{"type":"Point","coordinates":[-0.1327949,51.0604353]},"properties":{"@type":"node","@id":3465411279,"@timestamp":1635524798},"coords":"51.0604353,-0.1327949","bedrooms":"2","price":"163000","area":"669"} , +{"type":"Feature","id":"n3466004077","geometry":{"type":"Point","coordinates":[0.290214,51.4474869]},"properties":{"@type":"node","@id":3466004077,"@timestamp":1556122923},"coords":"51.4474869,0.290214","bedrooms":"4","price":"297000","area":"569"} , +{"type":"Feature","id":"n3466302044","geometry":{"type":"Point","coordinates":[-1.0571506,51.1481496]},"properties":{"@type":"node","@id":3466302044,"@timestamp":1429478320},"coords":"51.1481496,-1.0571506","bedrooms":"2","price":"271000","area":"563"} , +{"type":"Feature","id":"n3466462528","geometry":{"type":"Point","coordinates":[-0.6535499,51.6927243]},"properties":{"@type":"node","@id":3466462528,"@timestamp":1429484782},"coords":"51.6927243,-0.6535499","bedrooms":"0","price":"230000","area":"623"} , +{"type":"Feature","id":"n3467714854","geometry":{"type":"Point","coordinates":[-0.0164743,51.4693452]},"properties":{"@type":"node","@id":3467714854,"@timestamp":1615934496},"coords":"51.4693452,-0.0164743","bedrooms":"1","price":"251000","area":"406"} , +{"type":"Feature","id":"n3468198701","geometry":{"type":"Point","coordinates":[-0.812727,51.0972126]},"properties":{"@type":"node","@id":3468198701,"@timestamp":1429558577},"coords":"51.0972126,-0.812727","bedrooms":"1","price":"181000","area":"458"} , +{"type":"Feature","id":"n3468278588","geometry":{"type":"Point","coordinates":[-0.1419116,51.5089611]},"properties":{"@type":"node","@id":3468278588,"@timestamp":1429562083},"coords":"51.5089611,-0.1419116","bedrooms":"4","price":"272000","area":"514"} , +{"type":"Feature","id":"n3468418068","geometry":{"type":"Point","coordinates":[-0.9680251,51.0170558]},"properties":{"@type":"node","@id":3468418068,"@timestamp":1434460564},"coords":"51.0170558,-0.9680251","bedrooms":"3","price":"150000","area":"669"} , +{"type":"Feature","id":"n3468418078","geometry":{"type":"Point","coordinates":[-0.9845536,51.0030471]},"properties":{"@type":"node","@id":3468418078,"@timestamp":1429567569},"coords":"51.0030471,-0.9845536","bedrooms":"3","price":"215000","area":"379"} , +{"type":"Feature","id":"n3468418089","geometry":{"type":"Point","coordinates":[-0.9756216,51.0013437]},"properties":{"@type":"node","@id":3468418089,"@timestamp":1429567570},"coords":"51.0013437,-0.9756216","bedrooms":"1","price":"171000","area":"358"} , +{"type":"Feature","id":"n3469031489","geometry":{"type":"Point","coordinates":[-0.7673063,51.2213465]},"properties":{"@type":"node","@id":3469031489,"@timestamp":1429599026},"coords":"51.2213465,-0.7673063","bedrooms":"3","price":"212000","area":"380"} , +{"type":"Feature","id":"n3469465270","geometry":{"type":"Point","coordinates":[0.7233478,51.3750262]},"properties":{"@type":"node","@id":3469465270,"@timestamp":1624366932},"coords":"51.3750262,0.7233478","bedrooms":"0","price":"232000","area":"518"} , +{"type":"Feature","id":"n3469720360","geometry":{"type":"Point","coordinates":[0.470494,51.733032]},"properties":{"@type":"node","@id":3469720360,"@timestamp":1429629581},"coords":"51.733032,0.470494","bedrooms":"2","price":"215000","area":"654"} , +{"type":"Feature","id":"n3470066295","geometry":{"type":"Point","coordinates":[-0.7753975,51.3321276]},"properties":{"@type":"node","@id":3470066295,"@timestamp":1429641980},"coords":"51.3321276,-0.7753975","bedrooms":"3","price":"205000","area":"394"} , +{"type":"Feature","id":"n3470332822","geometry":{"type":"Point","coordinates":[-0.9932794,51.232929]},"properties":{"@type":"node","@id":3470332822,"@timestamp":1429651329},"coords":"51.232929,-0.9932794","bedrooms":"1","price":"184000","area":"604"} , +{"type":"Feature","id":"n3470346304","geometry":{"type":"Point","coordinates":[-0.351745,51.5554618]},"properties":{"@type":"node","@id":3470346304,"@timestamp":1429652049},"coords":"51.5554618,-0.351745","bedrooms":"2","price":"286000","area":"661"} , +{"type":"Feature","id":"n3470346314","geometry":{"type":"Point","coordinates":[-0.3482691,51.5574858]},"properties":{"@type":"node","@id":3470346314,"@timestamp":1429652050},"coords":"51.5574858,-0.3482691","bedrooms":"0","price":"196000","area":"653"} , +{"type":"Feature","id":"n3470346324","geometry":{"type":"Point","coordinates":[-0.3492411,51.5568351]},"properties":{"@type":"node","@id":3470346324,"@timestamp":1429652050},"coords":"51.5568351,-0.3492411","bedrooms":"1","price":"257000","area":"453"} , +{"type":"Feature","id":"n3470346335","geometry":{"type":"Point","coordinates":[-0.3480495,51.5572227]},"properties":{"@type":"node","@id":3470346335,"@timestamp":1429652051},"coords":"51.5572227,-0.3480495","bedrooms":"3","price":"184000","area":"484"} , +{"type":"Feature","id":"n3470411214","geometry":{"type":"Point","coordinates":[-0.8827294,51.0756723]},"properties":{"@type":"node","@id":3470411214,"@timestamp":1429655447},"coords":"51.0756723,-0.8827294","bedrooms":"3","price":"151000","area":"409"} , +{"type":"Feature","id":"n3470411224","geometry":{"type":"Point","coordinates":[-0.919478,51.0503222]},"properties":{"@type":"node","@id":3470411224,"@timestamp":1429655447},"coords":"51.0503222,-0.919478","bedrooms":"0","price":"223000","area":"525"} , +{"type":"Feature","id":"n3470411234","geometry":{"type":"Point","coordinates":[-0.7789089,51.2981304]},"properties":{"@type":"node","@id":3470411234,"@timestamp":1538555499},"coords":"51.2981304,-0.7789089","bedrooms":"2","price":"222000","area":"582"} , +{"type":"Feature","id":"n3470411244","geometry":{"type":"Point","coordinates":[-0.7426918,51.2994322]},"properties":{"@type":"node","@id":3470411244,"@timestamp":1634838809},"coords":"51.2994322,-0.7426918","bedrooms":"1","price":"189000","area":"495"} , +{"type":"Feature","id":"n3470411255","geometry":{"type":"Point","coordinates":[-0.8999471,51.0558629]},"properties":{"@type":"node","@id":3470411255,"@timestamp":1429655452},"coords":"51.0558629,-0.8999471","bedrooms":"2","price":"286000","area":"482"} , +{"type":"Feature","id":"n3470411265","geometry":{"type":"Point","coordinates":[-0.9219585,51.0509261]},"properties":{"@type":"node","@id":3470411265,"@timestamp":1429655452},"coords":"51.0509261,-0.9219585","bedrooms":"1","price":"259000","area":"392"} , +{"type":"Feature","id":"n3470411276","geometry":{"type":"Point","coordinates":[-0.9256743,51.0721265]},"properties":{"@type":"node","@id":3470411276,"@timestamp":1429655453},"coords":"51.0721265,-0.9256743","bedrooms":"4","price":"228000","area":"388"} , +{"type":"Feature","id":"n3470411286","geometry":{"type":"Point","coordinates":[-0.9024595,51.0356325]},"properties":{"@type":"node","@id":3470411286,"@timestamp":1429655453},"coords":"51.0356325,-0.9024595","bedrooms":"4","price":"154000","area":"435"} , +{"type":"Feature","id":"n3470411297","geometry":{"type":"Point","coordinates":[-0.8081972,51.1949603]},"properties":{"@type":"node","@id":3470411297,"@timestamp":1502980040},"coords":"51.1949603,-0.8081972","bedrooms":"2","price":"233000","area":"571"} , +{"type":"Feature","id":"n3470411308","geometry":{"type":"Point","coordinates":[-0.5539067,51.4014354]},"properties":{"@type":"node","@id":3470411308,"@timestamp":1429655454},"coords":"51.4014354,-0.5539067","bedrooms":"0","price":"299000","area":"609"} , +{"type":"Feature","id":"n3470411319","geometry":{"type":"Point","coordinates":[-0.8778113,51.0868719]},"properties":{"@type":"node","@id":3470411319,"@timestamp":1429655455},"coords":"51.0868719,-0.8778113","bedrooms":"3","price":"280000","area":"477"} , +{"type":"Feature","id":"n3470846906","geometry":{"type":"Point","coordinates":[0.2498068,51.8565512]},"properties":{"@type":"node","@id":3470846906,"@timestamp":1429683748},"coords":"51.8565512,0.2498068","bedrooms":"0","price":"299000","area":"595"} , +{"type":"Feature","id":"n3470889067","geometry":{"type":"Point","coordinates":[-0.1781335,51.4659271]},"properties":{"@type":"node","@id":3470889067,"@timestamp":1598359426},"coords":"51.4659271,-0.1781335","bedrooms":"4","price":"184000","area":"586"} , +{"type":"Feature","id":"n3471194906","geometry":{"type":"Point","coordinates":[-0.8598906,51.3486122]},"properties":{"@type":"node","@id":3471194906,"@timestamp":1429702080},"coords":"51.3486122,-0.8598906","bedrooms":"3","price":"294000","area":"475"} , +{"type":"Feature","id":"n3471213291","geometry":{"type":"Point","coordinates":[-1.0364589,51.3053714]},"properties":{"@type":"node","@id":3471213291,"@timestamp":1429703364},"coords":"51.3053714,-1.0364589","bedrooms":"0","price":"156000","area":"660"} , +{"type":"Feature","id":"n3471216203","geometry":{"type":"Point","coordinates":[-0.598158,51.4689182]},"properties":{"@type":"node","@id":3471216203,"@timestamp":1430915563},"coords":"51.4689182,-0.598158","bedrooms":"4","price":"297000","area":"440"} , +{"type":"Feature","id":"n3471216215","geometry":{"type":"Point","coordinates":[-1.0147139,51.2994088]},"properties":{"@type":"node","@id":3471216215,"@timestamp":1429703366},"coords":"51.2994088,-1.0147139","bedrooms":"4","price":"151000","area":"617"} , +{"type":"Feature","id":"n3471304189","geometry":{"type":"Point","coordinates":[-0.7029767,51.6363897]},"properties":{"@type":"node","@id":3471304189,"@timestamp":1602253953},"coords":"51.6363897,-0.7029767","bedrooms":"4","price":"172000","area":"593"} , +{"type":"Feature","id":"n3471325424","geometry":{"type":"Point","coordinates":[-0.7102592,51.6414625]},"properties":{"@type":"node","@id":3471325424,"@timestamp":1429705924},"coords":"51.6414625,-0.7102592","bedrooms":"3","price":"169000","area":"370"} , +{"type":"Feature","id":"n3471483741","geometry":{"type":"Point","coordinates":[-0.2048324,51.4511781]},"properties":{"@type":"node","@id":3471483741,"@timestamp":1629669669},"coords":"51.4511781,-0.2048324","bedrooms":"1","price":"294000","area":"512"} , +{"type":"Feature","id":"n3471483786","geometry":{"type":"Point","coordinates":[-0.2009651,51.452256]},"properties":{"@type":"node","@id":3471483786,"@timestamp":1598539590},"coords":"51.452256,-0.2009651","bedrooms":"2","price":"187000","area":"437"} , +{"type":"Feature","id":"n3472098514","geometry":{"type":"Point","coordinates":[-0.1385722,51.4919869]},"properties":{"@type":"node","@id":3472098514,"@timestamp":1441540254},"coords":"51.4919869,-0.1385722","bedrooms":"4","price":"247000","area":"485"} , +{"type":"Feature","id":"n3472675660","geometry":{"type":"Point","coordinates":[-0.197635,51.4577636]},"properties":{"@type":"node","@id":3472675660,"@timestamp":1489478218},"coords":"51.4577636,-0.197635","bedrooms":"2","price":"284000","area":"649"} , +{"type":"Feature","id":"n3473325948","geometry":{"type":"Point","coordinates":[-0.0613788,51.5369398]},"properties":{"@type":"node","@id":3473325948,"@timestamp":1596951790},"coords":"51.5369398,-0.0613788","bedrooms":"1","price":"242000","area":"539"} , +{"type":"Feature","id":"n3473348715","geometry":{"type":"Point","coordinates":[-0.1792129,51.459834]},"properties":{"@type":"node","@id":3473348715,"@timestamp":1429801446},"coords":"51.459834,-0.1792129","bedrooms":"1","price":"155000","area":"401"} , +{"type":"Feature","id":"n3473952405","geometry":{"type":"Point","coordinates":[-0.3014729,51.4638211]},"properties":{"@type":"node","@id":3473952405,"@timestamp":1616316106},"coords":"51.4638211,-0.3014729","bedrooms":"0","price":"206000","area":"379"} , +{"type":"Feature","id":"n3474103265","geometry":{"type":"Point","coordinates":[-0.1028016,51.5119792]},"properties":{"@type":"node","@id":3474103265,"@timestamp":1613922814},"coords":"51.5119792,-0.1028016","bedrooms":"4","price":"276000","area":"635"} , +{"type":"Feature","id":"n3474170577","geometry":{"type":"Point","coordinates":[-0.0872311,51.5201077]},"properties":{"@type":"node","@id":3474170577,"@timestamp":1528552387},"coords":"51.5201077,-0.0872311","bedrooms":"3","price":"158000","area":"542"} , +{"type":"Feature","id":"n3474203284","geometry":{"type":"Point","coordinates":[-0.1395836,51.4911748]},"properties":{"@type":"node","@id":3474203284,"@timestamp":1625618783},"coords":"51.4911748,-0.1395836","bedrooms":"3","price":"224000","area":"565"} , +{"type":"Feature","id":"n3475048748","geometry":{"type":"Point","coordinates":[-0.1746291,51.4728735]},"properties":{"@type":"node","@id":3475048748,"@timestamp":1626869406},"coords":"51.4728735,-0.1746291","bedrooms":"2","price":"214000","area":"427"} , +{"type":"Feature","id":"n3475245693","geometry":{"type":"Point","coordinates":[0.8705534,51.1475068]},"properties":{"@type":"node","@id":3475245693,"@timestamp":1574956066},"coords":"51.1475068,0.8705534","bedrooms":"4","price":"154000","area":"494"} , +{"type":"Feature","id":"n3475274519","geometry":{"type":"Point","coordinates":[-0.1819774,51.4591731]},"properties":{"@type":"node","@id":3475274519,"@timestamp":1429896223},"coords":"51.4591731,-0.1819774","bedrooms":"4","price":"150000","area":"380"} , +{"type":"Feature","id":"n3475315846","geometry":{"type":"Point","coordinates":[-0.5580904,51.3192042]},"properties":{"@type":"node","@id":3475315846,"@timestamp":1553724147},"coords":"51.3192042,-0.5580904","bedrooms":"0","price":"234000","area":"526"} , +{"type":"Feature","id":"n3475315857","geometry":{"type":"Point","coordinates":[-0.5239047,51.3350513]},"properties":{"@type":"node","@id":3475315857,"@timestamp":1466962922},"coords":"51.3350513,-0.5239047","bedrooms":"4","price":"222000","area":"363"} , +{"type":"Feature","id":"n3475445059","geometry":{"type":"Point","coordinates":[0.6527397,51.0343035]},"properties":{"@type":"node","@id":3475445059,"@timestamp":1429904571},"coords":"51.0343035,0.6527397","bedrooms":"0","price":"299000","area":"649"} , +{"type":"Feature","id":"n3475445077","geometry":{"type":"Point","coordinates":[0.6615132,51.0358149]},"properties":{"@type":"node","@id":3475445077,"@timestamp":1429904571},"coords":"51.0358149,0.6615132","bedrooms":"3","price":"197000","area":"601"} , +{"type":"Feature","id":"n3475445694","geometry":{"type":"Point","coordinates":[0.6747792,51.0398931]},"properties":{"@type":"node","@id":3475445694,"@timestamp":1429904572},"coords":"51.0398931,0.6747792","bedrooms":"2","price":"189000","area":"558"} , +{"type":"Feature","id":"n3475518047","geometry":{"type":"Point","coordinates":[0.0419191,51.5050759]},"properties":{"@type":"node","@id":3475518047,"@timestamp":1545072687},"coords":"51.5050759,0.0419191","bedrooms":"4","price":"225000","area":"402"} , +{"type":"Feature","id":"n3475694399","geometry":{"type":"Point","coordinates":[0.0631131,51.5053105]},"properties":{"@type":"node","@id":3475694399,"@timestamp":1429919726},"coords":"51.5053105,0.0631131","bedrooms":"4","price":"170000","area":"692"} , +{"type":"Feature","id":"n3475746038","geometry":{"type":"Point","coordinates":[0.0492935,51.5041522]},"properties":{"@type":"node","@id":3475746038,"@timestamp":1429915028},"coords":"51.5041522,0.0492935","bedrooms":"4","price":"172000","area":"622"} , +{"type":"Feature","id":"n3475807664","geometry":{"type":"Point","coordinates":[0.0504913,51.5060342]},"properties":{"@type":"node","@id":3475807664,"@timestamp":1429919724},"coords":"51.5060342,0.0504913","bedrooms":"4","price":"207000","area":"458"} , +{"type":"Feature","id":"n3476186438","geometry":{"type":"Point","coordinates":[-0.3019891,51.4631122]},"properties":{"@type":"node","@id":3476186438,"@timestamp":1580852774},"coords":"51.4631122,-0.3019891","bedrooms":"3","price":"296000","area":"540"} , +{"type":"Feature","id":"n3476285016","geometry":{"type":"Point","coordinates":[-0.4779911,51.7563862]},"properties":{"@type":"node","@id":3476285016,"@timestamp":1429960733},"coords":"51.7563862,-0.4779911","bedrooms":"3","price":"187000","area":"675"} , +{"type":"Feature","id":"n3476508135","geometry":{"type":"Point","coordinates":[-0.146555,51.5068062]},"properties":{"@type":"node","@id":3476508135,"@timestamp":1559138765},"coords":"51.5068062,-0.146555","bedrooms":"3","price":"252000","area":"456"} , +{"type":"Feature","id":"n3476508175","geometry":{"type":"Point","coordinates":[-0.1472294,51.5072376]},"properties":{"@type":"node","@id":3476508175,"@timestamp":1429972662},"coords":"51.5072376,-0.1472294","bedrooms":"1","price":"268000","area":"446"} , +{"type":"Feature","id":"n3476508233","geometry":{"type":"Point","coordinates":[-0.1474372,51.5077233]},"properties":{"@type":"node","@id":3476508233,"@timestamp":1429972663},"coords":"51.5077233,-0.1474372","bedrooms":"0","price":"189000","area":"464"} , +{"type":"Feature","id":"n3476846200","geometry":{"type":"Point","coordinates":[0.5204537,51.3824664]},"properties":{"@type":"node","@id":3476846200,"@timestamp":1429982582},"coords":"51.3824664,0.5204537","bedrooms":"1","price":"260000","area":"589"} , +{"type":"Feature","id":"n3478453745","geometry":{"type":"Point","coordinates":[-0.6226107,51.0761371]},"properties":{"@type":"node","@id":3478453745,"@timestamp":1430043618},"coords":"51.0761371,-0.6226107","bedrooms":"2","price":"221000","area":"457"} , +{"type":"Feature","id":"n3478453760","geometry":{"type":"Point","coordinates":[-0.6222325,51.0769764]},"properties":{"@type":"node","@id":3478453760,"@timestamp":1430043619},"coords":"51.0769764,-0.6222325","bedrooms":"3","price":"216000","area":"421"} , +{"type":"Feature","id":"n3478453778","geometry":{"type":"Point","coordinates":[-0.6225221,51.076405]},"properties":{"@type":"node","@id":3478453778,"@timestamp":1430043620},"coords":"51.076405,-0.6225221","bedrooms":"3","price":"180000","area":"523"} , +{"type":"Feature","id":"n3478455497","geometry":{"type":"Point","coordinates":[-0.622262,51.0768736]},"properties":{"@type":"node","@id":3478455497,"@timestamp":1430043621},"coords":"51.0768736,-0.622262","bedrooms":"0","price":"275000","area":"421"} , +{"type":"Feature","id":"n3478455521","geometry":{"type":"Point","coordinates":[-0.622439,51.0762618]},"properties":{"@type":"node","@id":3478455521,"@timestamp":1430043622},"coords":"51.0762618,-0.622439","bedrooms":"1","price":"165000","area":"627"} , +{"type":"Feature","id":"n3478538566","geometry":{"type":"Point","coordinates":[-0.146036,51.5083776]},"properties":{"@type":"node","@id":3478538566,"@timestamp":1430046959},"coords":"51.5083776,-0.146036","bedrooms":"0","price":"171000","area":"548"} , +{"type":"Feature","id":"n3478538697","geometry":{"type":"Point","coordinates":[-0.1455213,51.5086331]},"properties":{"@type":"node","@id":3478538697,"@timestamp":1430046959},"coords":"51.5086331,-0.1455213","bedrooms":"2","price":"159000","area":"624"} , +{"type":"Feature","id":"n3478936252","geometry":{"type":"Point","coordinates":[-0.5965287,51.0596751]},"properties":{"@type":"node","@id":3478936252,"@timestamp":1430057770},"coords":"51.0596751,-0.5965287","bedrooms":"0","price":"248000","area":"367"} , +{"type":"Feature","id":"n3479105162","geometry":{"type":"Point","coordinates":[0.2992053,51.4463776]},"properties":{"@type":"node","@id":3479105162,"@timestamp":1430062779},"coords":"51.4463776,0.2992053","bedrooms":"0","price":"221000","area":"378"} , +{"type":"Feature","id":"n3479188114","geometry":{"type":"Point","coordinates":[-0.9254378,51.7435747]},"properties":{"@type":"node","@id":3479188114,"@timestamp":1609165250},"coords":"51.7435747,-0.9254378","bedrooms":"3","price":"172000","area":"430"} , +{"type":"Feature","id":"n3479340305","geometry":{"type":"Point","coordinates":[-0.0526119,51.761316]},"properties":{"@type":"node","@id":3479340305,"@timestamp":1457124943},"coords":"51.761316,-0.0526119","bedrooms":"3","price":"261000","area":"567"} , +{"type":"Feature","id":"n3479540026","geometry":{"type":"Point","coordinates":[-0.5823482,51.0635552]},"properties":{"@type":"node","@id":3479540026,"@timestamp":1430074091},"coords":"51.0635552,-0.5823482","bedrooms":"1","price":"160000","area":"495"} , +{"type":"Feature","id":"n3479540126","geometry":{"type":"Point","coordinates":[-0.6285074,51.0812218]},"properties":{"@type":"node","@id":3479540126,"@timestamp":1430074093},"coords":"51.0812218,-0.6285074","bedrooms":"4","price":"220000","area":"641"} , +{"type":"Feature","id":"n3480523788","geometry":{"type":"Point","coordinates":[-0.0780174,51.5118606]},"properties":{"@type":"node","@id":3480523788,"@timestamp":1605002279},"coords":"51.5118606,-0.0780174","bedrooms":"0","price":"281000","area":"450"} , +{"type":"Feature","id":"n3483448397","geometry":{"type":"Point","coordinates":[0.2369688,51.1344109]},"properties":{"@type":"node","@id":3483448397,"@timestamp":1430201821},"coords":"51.1344109,0.2369688","bedrooms":"4","price":"208000","area":"668"} , +{"type":"Feature","id":"n3485171272","geometry":{"type":"Point","coordinates":[-0.1497226,51.5063887]},"properties":{"@type":"node","@id":3485171272,"@timestamp":1430253414},"coords":"51.5063887,-0.1497226","bedrooms":"2","price":"217000","area":"543"} , +{"type":"Feature","id":"n3485171829","geometry":{"type":"Point","coordinates":[-0.1484548,51.5065439]},"properties":{"@type":"node","@id":3485171829,"@timestamp":1430253416},"coords":"51.5065439,-0.1484548","bedrooms":"3","price":"291000","area":"533"} , +{"type":"Feature","id":"n3485214215","geometry":{"type":"Point","coordinates":[-0.1501154,51.5063203]},"properties":{"@type":"node","@id":3485214215,"@timestamp":1430255019},"coords":"51.5063203,-0.1501154","bedrooms":"0","price":"153000","area":"683"} , +{"type":"Feature","id":"n3485405368","geometry":{"type":"Point","coordinates":[-1.0107957,51.4491865]},"properties":{"@type":"node","@id":3485405368,"@timestamp":1522770237},"coords":"51.4491865,-1.0107957","bedrooms":"4","price":"279000","area":"698"} , +{"type":"Feature","id":"n3485457743","geometry":{"type":"Point","coordinates":[-0.1508048,51.5068471]},"properties":{"@type":"node","@id":3485457743,"@timestamp":1536810715},"coords":"51.5068471,-0.1508048","bedrooms":"3","price":"226000","area":"365"} , +{"type":"Feature","id":"n3485458164","geometry":{"type":"Point","coordinates":[-0.1505455,51.507237]},"properties":{"@type":"node","@id":3485458164,"@timestamp":1430268565},"coords":"51.507237,-0.1505455","bedrooms":"1","price":"264000","area":"528"} , +{"type":"Feature","id":"n3486459768","geometry":{"type":"Point","coordinates":[-0.0767868,51.5166115]},"properties":{"@type":"node","@id":3486459768,"@timestamp":1599919116},"coords":"51.5166115,-0.0767868","bedrooms":"3","price":"200000","area":"605"} , +{"type":"Feature","id":"n3487622232","geometry":{"type":"Point","coordinates":[-1.0163983,51.4507793]},"properties":{"@type":"node","@id":3487622232,"@timestamp":1430342514},"coords":"51.4507793,-1.0163983","bedrooms":"1","price":"156000","area":"532"} , +{"type":"Feature","id":"n3487672071","geometry":{"type":"Point","coordinates":[-1.0181524,51.4443968]},"properties":{"@type":"node","@id":3487672071,"@timestamp":1626093718},"coords":"51.4443968,-1.0181524","bedrooms":"1","price":"278000","area":"464"} , +{"type":"Feature","id":"n3487697394","geometry":{"type":"Point","coordinates":[0.0022505,51.2562744]},"properties":{"@type":"node","@id":3487697394,"@timestamp":1430345078},"coords":"51.2562744,0.0022505","bedrooms":"3","price":"256000","area":"691"} , +{"type":"Feature","id":"n3487745355","geometry":{"type":"Point","coordinates":[-0.2234408,51.5471799]},"properties":{"@type":"node","@id":3487745355,"@timestamp":1564908030},"coords":"51.5471799,-0.2234408","bedrooms":"1","price":"186000","area":"538"} , +{"type":"Feature","id":"n3487745395","geometry":{"type":"Point","coordinates":[-0.2245158,51.5475895]},"properties":{"@type":"node","@id":3487745395,"@timestamp":1595114653},"coords":"51.5475895,-0.2245158","bedrooms":"3","price":"160000","area":"498"} , +{"type":"Feature","id":"n3488373077","geometry":{"type":"Point","coordinates":[-0.2185729,51.507148]},"properties":{"@type":"node","@id":3488373077,"@timestamp":1619073661},"coords":"51.507148,-0.2185729","bedrooms":"4","price":"179000","area":"421"} , +{"type":"Feature","id":"n3488717675","geometry":{"type":"Point","coordinates":[-0.467921,51.4584711]},"properties":{"@type":"node","@id":3488717675,"@timestamp":1564908030},"coords":"51.4584711,-0.467921","bedrooms":"0","price":"226000","area":"439"} , +{"type":"Feature","id":"n3489570107","geometry":{"type":"Point","coordinates":[-0.1000069,51.3831875]},"properties":{"@type":"node","@id":3489570107,"@timestamp":1430426001},"coords":"51.3831875,-0.1000069","bedrooms":"0","price":"171000","area":"397"} , +{"type":"Feature","id":"n3489570158","geometry":{"type":"Point","coordinates":[-0.0955819,51.3820167]},"properties":{"@type":"node","@id":3489570158,"@timestamp":1536878891},"coords":"51.3820167,-0.0955819","bedrooms":"1","price":"240000","area":"444"} , +{"type":"Feature","id":"n3490438793","geometry":{"type":"Point","coordinates":[-0.4425005,51.4591719]},"properties":{"@type":"node","@id":3490438793,"@timestamp":1430466383},"coords":"51.4591719,-0.4425005","bedrooms":"3","price":"180000","area":"398"} , +{"type":"Feature","id":"n3490928893","geometry":{"type":"Point","coordinates":[-0.3406341,51.3750646]},"properties":{"@type":"node","@id":3490928893,"@timestamp":1595000572},"coords":"51.3750646,-0.3406341","bedrooms":"3","price":"201000","area":"464"} , +{"type":"Feature","id":"n3491462480","geometry":{"type":"Point","coordinates":[-0.0175825,51.5057926]},"properties":{"@type":"node","@id":3491462480,"@timestamp":1634575310},"coords":"51.5057926,-0.0175825","bedrooms":"0","price":"238000","area":"360"} , +{"type":"Feature","id":"n3491745203","geometry":{"type":"Point","coordinates":[-1.0190023,51.4415139]},"properties":{"@type":"node","@id":3491745203,"@timestamp":1635086963},"coords":"51.4415139,-1.0190023","bedrooms":"1","price":"270000","area":"365"} , +{"type":"Feature","id":"n3491807255","geometry":{"type":"Point","coordinates":[0.7567861,51.3615553]},"properties":{"@type":"node","@id":3491807255,"@timestamp":1609456508},"coords":"51.3615553,0.7567861","bedrooms":"3","price":"293000","area":"550"} , +{"type":"Feature","id":"n3491869655","geometry":{"type":"Point","coordinates":[-1.0480172,51.4415986]},"properties":{"@type":"node","@id":3491869655,"@timestamp":1632058895},"coords":"51.4415986,-1.0480172","bedrooms":"1","price":"181000","area":"671"} , +{"type":"Feature","id":"n3492037474","geometry":{"type":"Point","coordinates":[-0.8524717,51.2011433]},"properties":{"@type":"node","@id":3492037474,"@timestamp":1496239051},"coords":"51.2011433,-0.8524717","bedrooms":"3","price":"190000","area":"616"} , +{"type":"Feature","id":"n3492238029","geometry":{"type":"Point","coordinates":[-0.1517253,51.5097284]},"properties":{"@type":"node","@id":3492238029,"@timestamp":1430522046},"coords":"51.5097284,-0.1517253","bedrooms":"3","price":"229000","area":"498"} , +{"type":"Feature","id":"n3492238422","geometry":{"type":"Point","coordinates":[-0.1515493,51.5093128]},"properties":{"@type":"node","@id":3492238422,"@timestamp":1430522044},"coords":"51.5093128,-0.1515493","bedrooms":"2","price":"284000","area":"422"} , +{"type":"Feature","id":"n3492522431","geometry":{"type":"Point","coordinates":[0.3666926,51.4770555]},"properties":{"@type":"node","@id":3492522431,"@timestamp":1526521218},"coords":"51.4770555,0.3666926","bedrooms":"1","price":"219000","area":"606"} , +{"type":"Feature","id":"n3492522485","geometry":{"type":"Point","coordinates":[0.3661726,51.478334]},"properties":{"@type":"node","@id":3492522485,"@timestamp":1430533223},"coords":"51.478334,0.3661726","bedrooms":"4","price":"230000","area":"406"} , +{"type":"Feature","id":"n3492990514","geometry":{"type":"Point","coordinates":[-0.3176943,51.4438017]},"properties":{"@type":"node","@id":3492990514,"@timestamp":1430563324},"coords":"51.4438017,-0.3176943","bedrooms":"3","price":"271000","area":"623"} , +{"type":"Feature","id":"n3493124980","geometry":{"type":"Point","coordinates":[-0.0096785,51.1259464]},"properties":{"@type":"node","@id":3493124980,"@timestamp":1627754533},"coords":"51.1259464,-0.0096785","bedrooms":"0","price":"196000","area":"414"} , +{"type":"Feature","id":"n3493329490","geometry":{"type":"Point","coordinates":[-0.1512623,51.5095627]},"properties":{"@type":"node","@id":3493329490,"@timestamp":1430579793},"coords":"51.5095627,-0.1512623","bedrooms":"1","price":"294000","area":"440"} , +{"type":"Feature","id":"n3493329505","geometry":{"type":"Point","coordinates":[-0.1508198,51.5096438]},"properties":{"@type":"node","@id":3493329505,"@timestamp":1430579793},"coords":"51.5096438,-0.1508198","bedrooms":"1","price":"210000","area":"541"} , +{"type":"Feature","id":"n3493329520","geometry":{"type":"Point","coordinates":[-0.1499564,51.5098143]},"properties":{"@type":"node","@id":3493329520,"@timestamp":1430579794},"coords":"51.5098143,-0.1499564","bedrooms":"0","price":"201000","area":"650"} , +{"type":"Feature","id":"n3493363124","geometry":{"type":"Point","coordinates":[-0.3019093,51.9589507]},"properties":{"@type":"node","@id":3493363124,"@timestamp":1430581611},"coords":"51.9589507,-0.3019093","bedrooms":"2","price":"195000","area":"574"} , +{"type":"Feature","id":"n3493366387","geometry":{"type":"Point","coordinates":[-0.149767,51.5098494]},"properties":{"@type":"node","@id":3493366387,"@timestamp":1430581742},"coords":"51.5098494,-0.149767","bedrooms":"3","price":"248000","area":"503"} , +{"type":"Feature","id":"n3493397414","geometry":{"type":"Point","coordinates":[-0.3578778,51.565928]},"properties":{"@type":"node","@id":3493397414,"@timestamp":1430584483},"coords":"51.565928,-0.3578778","bedrooms":"4","price":"154000","area":"513"} , +{"type":"Feature","id":"n3493397424","geometry":{"type":"Point","coordinates":[-0.3592916,51.5675965]},"properties":{"@type":"node","@id":3493397424,"@timestamp":1430584483},"coords":"51.5675965,-0.3592916","bedrooms":"4","price":"277000","area":"651"} , +{"type":"Feature","id":"n3493397434","geometry":{"type":"Point","coordinates":[-0.3587625,51.5668033]},"properties":{"@type":"node","@id":3493397434,"@timestamp":1430584484},"coords":"51.5668033,-0.3587625","bedrooms":"2","price":"284000","area":"486"} , +{"type":"Feature","id":"n3493397444","geometry":{"type":"Point","coordinates":[-0.3578362,51.5658179]},"properties":{"@type":"node","@id":3493397444,"@timestamp":1430584484},"coords":"51.5658179,-0.3578362","bedrooms":"4","price":"167000","area":"636"} , +{"type":"Feature","id":"n3493397454","geometry":{"type":"Point","coordinates":[-0.3607005,51.5659102]},"properties":{"@type":"node","@id":3493397454,"@timestamp":1430584485},"coords":"51.5659102,-0.3607005","bedrooms":"1","price":"211000","area":"507"} , +{"type":"Feature","id":"n3493501936","geometry":{"type":"Point","coordinates":[0.3642427,51.4813806]},"properties":{"@type":"node","@id":3493501936,"@timestamp":1430588209},"coords":"51.4813806,0.3642427","bedrooms":"1","price":"190000","area":"675"} , +{"type":"Feature","id":"n3493530558","geometry":{"type":"Point","coordinates":[0.3652488,51.4764072]},"properties":{"@type":"node","@id":3493530558,"@timestamp":1566085639},"coords":"51.4764072,0.3652488","bedrooms":"1","price":"291000","area":"363"} , +{"type":"Feature","id":"n3493599896","geometry":{"type":"Point","coordinates":[0.5158125,51.3984885]},"properties":{"@type":"node","@id":3493599896,"@timestamp":1430591463},"coords":"51.3984885,0.5158125","bedrooms":"3","price":"171000","area":"436"} , +{"type":"Feature","id":"n3493599997","geometry":{"type":"Point","coordinates":[0.5581676,51.4231175]},"properties":{"@type":"node","@id":3493599997,"@timestamp":1430865011},"coords":"51.4231175,0.5581676","bedrooms":"0","price":"157000","area":"696"} , +{"type":"Feature","id":"n3493659367","geometry":{"type":"Point","coordinates":[0.3649063,51.4813733]},"properties":{"@type":"node","@id":3493659367,"@timestamp":1496877814},"coords":"51.4813733,0.3649063","bedrooms":"3","price":"282000","area":"371"} , +{"type":"Feature","id":"n3493956972","geometry":{"type":"Point","coordinates":[0.5908326,51.5830431]},"properties":{"@type":"node","@id":3493956972,"@timestamp":1430603448},"coords":"51.5830431,0.5908326","bedrooms":"4","price":"261000","area":"429"} , +{"type":"Feature","id":"n3494148579","geometry":{"type":"Point","coordinates":[-0.1493456,51.5106678]},"properties":{"@type":"node","@id":3494148579,"@timestamp":1430613450},"coords":"51.5106678,-0.1493456","bedrooms":"0","price":"214000","area":"397"} , +{"type":"Feature","id":"n3494148913","geometry":{"type":"Point","coordinates":[-0.1486311,51.5100705]},"properties":{"@type":"node","@id":3494148913,"@timestamp":1594712760},"coords":"51.5100705,-0.1486311","bedrooms":"3","price":"244000","area":"552"} , +{"type":"Feature","id":"n3494148941","geometry":{"type":"Point","coordinates":[-0.1474675,51.5101964]},"properties":{"@type":"node","@id":3494148941,"@timestamp":1430613451},"coords":"51.5101964,-0.1474675","bedrooms":"4","price":"189000","area":"471"} , +{"type":"Feature","id":"n3494149197","geometry":{"type":"Point","coordinates":[-0.1493473,51.5102885]},"properties":{"@type":"node","@id":3494149197,"@timestamp":1603702118},"coords":"51.5102885,-0.1493473","bedrooms":"3","price":"191000","area":"690"} , +{"type":"Feature","id":"n3494445572","geometry":{"type":"Point","coordinates":[-0.8748062,51.1004837]},"properties":{"@type":"node","@id":3494445572,"@timestamp":1605879130},"coords":"51.1004837,-0.8748062","bedrooms":"0","price":"152000","area":"384"} , +{"type":"Feature","id":"n3494677491","geometry":{"type":"Point","coordinates":[-0.1489267,51.5105892]},"properties":{"@type":"node","@id":3494677491,"@timestamp":1430645489},"coords":"51.5105892,-0.1489267","bedrooms":"3","price":"250000","area":"491"} , +{"type":"Feature","id":"n3494677635","geometry":{"type":"Point","coordinates":[-0.1485787,51.5107612]},"properties":{"@type":"node","@id":3494677635,"@timestamp":1430645490},"coords":"51.5107612,-0.1485787","bedrooms":"1","price":"246000","area":"492"} , +{"type":"Feature","id":"n3494883338","geometry":{"type":"Point","coordinates":[-0.150033,51.5110295]},"properties":{"@type":"node","@id":3494883338,"@timestamp":1573719897},"coords":"51.5110295,-0.150033","bedrooms":"2","price":"247000","area":"662"} , +{"type":"Feature","id":"n3494884411","geometry":{"type":"Point","coordinates":[-0.1497928,51.511287]},"properties":{"@type":"node","@id":3494884411,"@timestamp":1430654170},"coords":"51.511287,-0.1497928","bedrooms":"4","price":"186000","area":"488"} , +{"type":"Feature","id":"n3494884433","geometry":{"type":"Point","coordinates":[-0.1515802,51.5118847]},"properties":{"@type":"node","@id":3494884433,"@timestamp":1430654171},"coords":"51.5118847,-0.1515802","bedrooms":"0","price":"298000","area":"654"} , +{"type":"Feature","id":"n3495051918","geometry":{"type":"Point","coordinates":[-0.1532035,51.5120567]},"properties":{"@type":"node","@id":3495051918,"@timestamp":1430659365},"coords":"51.5120567,-0.1532035","bedrooms":"2","price":"172000","area":"616"} , +{"type":"Feature","id":"n3495081866","geometry":{"type":"Point","coordinates":[-0.9436244,51.0881509]},"properties":{"@type":"node","@id":3495081866,"@timestamp":1430660743},"coords":"51.0881509,-0.9436244","bedrooms":"1","price":"178000","area":"421"} , +{"type":"Feature","id":"n3495095508","geometry":{"type":"Point","coordinates":[-0.8742326,51.1066054]},"properties":{"@type":"node","@id":3495095508,"@timestamp":1540133641},"coords":"51.1066054,-0.8742326","bedrooms":"0","price":"232000","area":"540"} , +{"type":"Feature","id":"n3495100323","geometry":{"type":"Point","coordinates":[-0.8680866,51.1226316]},"properties":{"@type":"node","@id":3495100323,"@timestamp":1430661438},"coords":"51.1226316,-0.8680866","bedrooms":"2","price":"273000","area":"653"} , +{"type":"Feature","id":"n3495100334","geometry":{"type":"Point","coordinates":[-0.8746835,51.1346069]},"properties":{"@type":"node","@id":3495100334,"@timestamp":1430661439},"coords":"51.1346069,-0.8746835","bedrooms":"0","price":"272000","area":"675"} , +{"type":"Feature","id":"n3495100346","geometry":{"type":"Point","coordinates":[-0.8646077,51.1275059]},"properties":{"@type":"node","@id":3495100346,"@timestamp":1430661439},"coords":"51.1275059,-0.8646077","bedrooms":"4","price":"153000","area":"510"} , +{"type":"Feature","id":"n3495128229","geometry":{"type":"Point","coordinates":[-0.8464618,51.1635513]},"properties":{"@type":"node","@id":3495128229,"@timestamp":1430662579},"coords":"51.1635513,-0.8464618","bedrooms":"3","price":"241000","area":"498"} , +{"type":"Feature","id":"n3495128245","geometry":{"type":"Point","coordinates":[-0.8672305,51.1624253]},"properties":{"@type":"node","@id":3495128245,"@timestamp":1430662580},"coords":"51.1624253,-0.8672305","bedrooms":"4","price":"199000","area":"495"} , +{"type":"Feature","id":"n3495136714","geometry":{"type":"Point","coordinates":[-0.8874679,51.1881754]},"properties":{"@type":"node","@id":3495136714,"@timestamp":1538512641},"coords":"51.1881754,-0.8874679","bedrooms":"4","price":"155000","area":"417"} , +{"type":"Feature","id":"n3495142641","geometry":{"type":"Point","coordinates":[-0.8783211,51.1665418]},"properties":{"@type":"node","@id":3495142641,"@timestamp":1430662933},"coords":"51.1665418,-0.8783211","bedrooms":"3","price":"266000","area":"464"} , +{"type":"Feature","id":"n3495166000","geometry":{"type":"Point","coordinates":[-0.2684794,51.8862626]},"properties":{"@type":"node","@id":3495166000,"@timestamp":1613922707},"coords":"51.8862626,-0.2684794","bedrooms":"4","price":"157000","area":"656"} , +{"type":"Feature","id":"n3495283918","geometry":{"type":"Point","coordinates":[-0.4502931,51.7363573]},"properties":{"@type":"node","@id":3495283918,"@timestamp":1430669217},"coords":"51.7363573,-0.4502931","bedrooms":"2","price":"242000","area":"393"} , +{"type":"Feature","id":"n3495379544","geometry":{"type":"Point","coordinates":[0.2857536,51.4536286]},"properties":{"@type":"node","@id":3495379544,"@timestamp":1430761024},"coords":"51.4536286,0.2857536","bedrooms":"4","price":"254000","area":"677"} , +{"type":"Feature","id":"n3495866267","geometry":{"type":"Point","coordinates":[-0.0135663,51.5241312]},"properties":{"@type":"node","@id":3495866267,"@timestamp":1430688715},"coords":"51.5241312,-0.0135663","bedrooms":"1","price":"255000","area":"621"} , +{"type":"Feature","id":"n3495884665","geometry":{"type":"Point","coordinates":[-1.0542127,51.4442232]},"properties":{"@type":"node","@id":3495884665,"@timestamp":1504702056},"coords":"51.4442232,-1.0542127","bedrooms":"3","price":"230000","area":"439"} , +{"type":"Feature","id":"n3495931678","geometry":{"type":"Point","coordinates":[-1.0418186,51.4578436]},"properties":{"@type":"node","@id":3495931678,"@timestamp":1596791319},"coords":"51.4578436,-1.0418186","bedrooms":"1","price":"222000","area":"557"} , +{"type":"Feature","id":"n3495962265","geometry":{"type":"Point","coordinates":[-1.0410692,51.4581417]},"properties":{"@type":"node","@id":3495962265,"@timestamp":1596791319},"coords":"51.4581417,-1.0410692","bedrooms":"1","price":"263000","area":"555"} , +{"type":"Feature","id":"n3496031865","geometry":{"type":"Point","coordinates":[-0.9972396,51.4604078]},"properties":{"@type":"node","@id":3496031865,"@timestamp":1430696346},"coords":"51.4604078,-0.9972396","bedrooms":"0","price":"185000","area":"502"} , +{"type":"Feature","id":"n3496445825","geometry":{"type":"Point","coordinates":[0.1953905,51.8713382]},"properties":{"@type":"node","@id":3496445825,"@timestamp":1499604349},"coords":"51.8713382,0.1953905","bedrooms":"2","price":"188000","area":"477"} , +{"type":"Feature","id":"n3496822465","geometry":{"type":"Point","coordinates":[-0.15366,51.5132345]},"properties":{"@type":"node","@id":3496822465,"@timestamp":1534566209},"coords":"51.5132345,-0.15366","bedrooms":"2","price":"230000","area":"588"} , +{"type":"Feature","id":"n3496830312","geometry":{"type":"Point","coordinates":[-0.1533184,51.5125095]},"properties":{"@type":"node","@id":3496830312,"@timestamp":1430735715},"coords":"51.5125095,-0.1533184","bedrooms":"2","price":"213000","area":"471"} , +{"type":"Feature","id":"n3496830353","geometry":{"type":"Point","coordinates":[-0.1538465,51.5128292]},"properties":{"@type":"node","@id":3496830353,"@timestamp":1430735715},"coords":"51.5128292,-0.1538465","bedrooms":"1","price":"152000","area":"381"} , +{"type":"Feature","id":"n3496956941","geometry":{"type":"Point","coordinates":[0.7545975,51.3849168]},"properties":{"@type":"node","@id":3496956941,"@timestamp":1430742789},"coords":"51.3849168,0.7545975","bedrooms":"1","price":"271000","area":"360"} , +{"type":"Feature","id":"n3496968978","geometry":{"type":"Point","coordinates":[0.7581115,51.3821515]},"properties":{"@type":"node","@id":3496968978,"@timestamp":1430742556},"coords":"51.3821515,0.7581115","bedrooms":"3","price":"289000","area":"671"} , +{"type":"Feature","id":"n3497053828","geometry":{"type":"Point","coordinates":[-0.1545205,51.5126984]},"properties":{"@type":"node","@id":3497053828,"@timestamp":1576056993},"coords":"51.5126984,-0.1545205","bedrooms":"2","price":"202000","area":"358"} , +{"type":"Feature","id":"n3497067311","geometry":{"type":"Point","coordinates":[-1.0297564,51.9293751]},"properties":{"@type":"node","@id":3497067311,"@timestamp":1430746332},"coords":"51.9293751,-1.0297564","bedrooms":"2","price":"230000","area":"640"} , +{"type":"Feature","id":"n3497166708","geometry":{"type":"Point","coordinates":[-0.0692732,51.7999049]},"properties":{"@type":"node","@id":3497166708,"@timestamp":1607850346},"coords":"51.7999049,-0.0692732","bedrooms":"1","price":"157000","area":"517"} , +{"type":"Feature","id":"n3497300390","geometry":{"type":"Point","coordinates":[-0.7132327,51.7723051]},"properties":{"@type":"node","@id":3497300390,"@timestamp":1533513518},"coords":"51.7723051,-0.7132327","bedrooms":"4","price":"193000","area":"563"} , +{"type":"Feature","id":"n3497324075","geometry":{"type":"Point","coordinates":[-0.1034921,51.5355336]},"properties":{"@type":"node","@id":3497324075,"@timestamp":1628257820},"coords":"51.5355336,-0.1034921","bedrooms":"4","price":"284000","area":"402"} , +{"type":"Feature","id":"n3497461727","geometry":{"type":"Point","coordinates":[-0.1087453,51.5141792]},"properties":{"@type":"node","@id":3497461727,"@timestamp":1609041577},"coords":"51.5141792,-0.1087453","bedrooms":"1","price":"159000","area":"458"} , +{"type":"Feature","id":"n3497676381","geometry":{"type":"Point","coordinates":[-1.0674336,51.4363213]},"properties":{"@type":"node","@id":3497676381,"@timestamp":1430767343},"coords":"51.4363213,-1.0674336","bedrooms":"3","price":"165000","area":"556"} , +{"type":"Feature","id":"n3497803356","geometry":{"type":"Point","coordinates":[-0.6265707,51.5241431]},"properties":{"@type":"node","@id":3497803356,"@timestamp":1430771570},"coords":"51.5241431,-0.6265707","bedrooms":"0","price":"194000","area":"414"} , +{"type":"Feature","id":"n3497890407","geometry":{"type":"Point","coordinates":[-0.3252726,51.5549622]},"properties":{"@type":"node","@id":3497890407,"@timestamp":1430773129},"coords":"51.5549622,-0.3252726","bedrooms":"0","price":"171000","area":"638"} , +{"type":"Feature","id":"n3497890417","geometry":{"type":"Point","coordinates":[-0.328627,51.5559181]},"properties":{"@type":"node","@id":3497890417,"@timestamp":1430773129},"coords":"51.5559181,-0.328627","bedrooms":"3","price":"200000","area":"483"} , +{"type":"Feature","id":"n3497890427","geometry":{"type":"Point","coordinates":[-0.3332057,51.5564995]},"properties":{"@type":"node","@id":3497890427,"@timestamp":1430773129},"coords":"51.5564995,-0.3332057","bedrooms":"2","price":"250000","area":"593"} , +{"type":"Feature","id":"n3497890437","geometry":{"type":"Point","coordinates":[-0.3265569,51.5552896]},"properties":{"@type":"node","@id":3497890437,"@timestamp":1430773130},"coords":"51.5552896,-0.3265569","bedrooms":"1","price":"197000","area":"698"} , +{"type":"Feature","id":"n3498748654","geometry":{"type":"Point","coordinates":[-0.1210881,51.5124599]},"properties":{"@type":"node","@id":3498748654,"@timestamp":1562420395},"coords":"51.5124599,-0.1210881","bedrooms":"4","price":"220000","area":"542"} , +{"type":"Feature","id":"n3499083165","geometry":{"type":"Point","coordinates":[-0.8216067,51.0341868]},"properties":{"@type":"node","@id":3499083165,"@timestamp":1430831114},"coords":"51.0341868,-0.8216067","bedrooms":"4","price":"170000","area":"615"} , +{"type":"Feature","id":"n3499106538","geometry":{"type":"Point","coordinates":[0.1927401,51.0934282]},"properties":{"@type":"node","@id":3499106538,"@timestamp":1430832061},"coords":"51.0934282,0.1927401","bedrooms":"2","price":"217000","area":"454"} , +{"type":"Feature","id":"n3499500263","geometry":{"type":"Point","coordinates":[-0.0877461,51.5137875]},"properties":{"@type":"node","@id":3499500263,"@timestamp":1564908030},"coords":"51.5137875,-0.0877461","bedrooms":"4","price":"173000","area":"602"} , +{"type":"Feature","id":"n3500008955","geometry":{"type":"Point","coordinates":[-0.0743477,51.5300035]},"properties":{"@type":"node","@id":3500008955,"@timestamp":1564908030},"coords":"51.5300035,-0.0743477","bedrooms":"4","price":"254000","area":"649"} , +{"type":"Feature","id":"n3500738343","geometry":{"type":"Point","coordinates":[-0.1664224,51.4720255]},"properties":{"@type":"node","@id":3500738343,"@timestamp":1631567574},"coords":"51.4720255,-0.1664224","bedrooms":"3","price":"185000","area":"652"} , +{"type":"Feature","id":"n3500854467","geometry":{"type":"Point","coordinates":[-0.5718001,51.4495671]},"properties":{"@type":"node","@id":3500854467,"@timestamp":1430914436},"coords":"51.4495671,-0.5718001","bedrooms":"1","price":"270000","area":"618"} , +{"type":"Feature","id":"n3500891989","geometry":{"type":"Point","coordinates":[-0.5503355,51.4726981]},"properties":{"@type":"node","@id":3500891989,"@timestamp":1430915037},"coords":"51.4726981,-0.5503355","bedrooms":"3","price":"271000","area":"458"} , +{"type":"Feature","id":"n3500897417","geometry":{"type":"Point","coordinates":[-0.577203,51.462572]},"properties":{"@type":"node","@id":3500897417,"@timestamp":1430915562},"coords":"51.462572,-0.577203","bedrooms":"4","price":"162000","area":"358"} , +{"type":"Feature","id":"n3500897431","geometry":{"type":"Point","coordinates":[-0.6034827,51.4771711]},"properties":{"@type":"node","@id":3500897431,"@timestamp":1430915563},"coords":"51.4771711,-0.6034827","bedrooms":"0","price":"255000","area":"462"} , +{"type":"Feature","id":"n3500897445","geometry":{"type":"Point","coordinates":[-0.6068595,51.4869524]},"properties":{"@type":"node","@id":3500897445,"@timestamp":1430915563},"coords":"51.4869524,-0.6068595","bedrooms":"1","price":"247000","area":"669"} , +{"type":"Feature","id":"n3500930545","geometry":{"type":"Point","coordinates":[-0.4583697,51.4806517]},"properties":{"@type":"node","@id":3500930545,"@timestamp":1564908030},"coords":"51.4806517,-0.4583697","bedrooms":"1","price":"173000","area":"467"} , +{"type":"Feature","id":"n3500930984","geometry":{"type":"Point","coordinates":[-0.6002778,51.4656944]},"properties":{"@type":"node","@id":3500930984,"@timestamp":1430916878},"coords":"51.4656944,-0.6002778","bedrooms":"0","price":"270000","area":"502"} , +{"type":"Feature","id":"n3500933096","geometry":{"type":"Point","coordinates":[-0.5945139,51.46086]},"properties":{"@type":"node","@id":3500933096,"@timestamp":1430916878},"coords":"51.46086,-0.5945139","bedrooms":"3","price":"165000","area":"610"} , +{"type":"Feature","id":"n3500934870","geometry":{"type":"Point","coordinates":[-0.6294674,51.4503105]},"properties":{"@type":"node","@id":3500934870,"@timestamp":1430917025},"coords":"51.4503105,-0.6294674","bedrooms":"3","price":"256000","area":"672"} , +{"type":"Feature","id":"n3501002072","geometry":{"type":"Point","coordinates":[-0.5977224,51.4198623]},"properties":{"@type":"node","@id":3501002072,"@timestamp":1430920255},"coords":"51.4198623,-0.5977224","bedrooms":"0","price":"298000","area":"597"} , +{"type":"Feature","id":"n3501004861","geometry":{"type":"Point","coordinates":[-0.1919424,51.5458239]},"properties":{"@type":"node","@id":3501004861,"@timestamp":1577311178},"coords":"51.5458239,-0.1919424","bedrooms":"3","price":"243000","area":"424"} , +{"type":"Feature","id":"n3501008909","geometry":{"type":"Point","coordinates":[-0.597843,51.407113]},"properties":{"@type":"node","@id":3501008909,"@timestamp":1430920257},"coords":"51.407113,-0.597843","bedrooms":"4","price":"295000","area":"405"} , +{"type":"Feature","id":"n3501028994","geometry":{"type":"Point","coordinates":[-0.633887,51.4927398]},"properties":{"@type":"node","@id":3501028994,"@timestamp":1430921123},"coords":"51.4927398,-0.633887","bedrooms":"1","price":"225000","area":"412"} , +{"type":"Feature","id":"n3501029006","geometry":{"type":"Point","coordinates":[-0.6709798,51.4757451]},"properties":{"@type":"node","@id":3501029006,"@timestamp":1430921124},"coords":"51.4757451,-0.6709798","bedrooms":"2","price":"177000","area":"433"} , +{"type":"Feature","id":"n3501029016","geometry":{"type":"Point","coordinates":[-0.6589183,51.4526409]},"properties":{"@type":"node","@id":3501029016,"@timestamp":1430921125},"coords":"51.4526409,-0.6589183","bedrooms":"3","price":"249000","area":"691"} , +{"type":"Feature","id":"n3501029026","geometry":{"type":"Point","coordinates":[-0.6652902,51.4723861]},"properties":{"@type":"node","@id":3501029026,"@timestamp":1542525141},"coords":"51.4723861,-0.6652902","bedrooms":"0","price":"218000","area":"399"} , +{"type":"Feature","id":"n3501044485","geometry":{"type":"Point","coordinates":[-0.6507385,51.4910492]},"properties":{"@type":"node","@id":3501044485,"@timestamp":1531030112},"coords":"51.4910492,-0.6507385","bedrooms":"0","price":"230000","area":"625"} , +{"type":"Feature","id":"n3501044502","geometry":{"type":"Point","coordinates":[-0.6739911,51.5094836]},"properties":{"@type":"node","@id":3501044502,"@timestamp":1430921876},"coords":"51.5094836,-0.6739911","bedrooms":"3","price":"249000","area":"357"} , +{"type":"Feature","id":"n3501052169","geometry":{"type":"Point","coordinates":[-0.6932422,51.4521283]},"properties":{"@type":"node","@id":3501052169,"@timestamp":1430923294},"coords":"51.4521283,-0.6932422","bedrooms":"3","price":"246000","area":"511"} , +{"type":"Feature","id":"n3501052182","geometry":{"type":"Point","coordinates":[-0.6763143,51.4430402]},"properties":{"@type":"node","@id":3501052182,"@timestamp":1430923295},"coords":"51.4430402,-0.6763143","bedrooms":"2","price":"184000","area":"696"} , +{"type":"Feature","id":"n3501053715","geometry":{"type":"Point","coordinates":[-0.6915507,51.4784072]},"properties":{"@type":"node","@id":3501053715,"@timestamp":1430922469},"coords":"51.4784072,-0.6915507","bedrooms":"4","price":"183000","area":"384"} , +{"type":"Feature","id":"n3501053725","geometry":{"type":"Point","coordinates":[-0.6682085,51.4791042]},"properties":{"@type":"node","@id":3501053725,"@timestamp":1430922469},"coords":"51.4791042,-0.6682085","bedrooms":"3","price":"241000","area":"515"} , +{"type":"Feature","id":"n3501055401","geometry":{"type":"Point","coordinates":[-0.6916779,51.4931989]},"properties":{"@type":"node","@id":3501055401,"@timestamp":1430922623},"coords":"51.4931989,-0.6916779","bedrooms":"0","price":"239000","area":"492"} , +{"type":"Feature","id":"n3501068896","geometry":{"type":"Point","coordinates":[-0.6761615,51.4476415]},"properties":{"@type":"node","@id":3501068896,"@timestamp":1430923296},"coords":"51.4476415,-0.6761615","bedrooms":"3","price":"255000","area":"506"} , +{"type":"Feature","id":"n3501068907","geometry":{"type":"Point","coordinates":[-0.6608346,51.4339829]},"properties":{"@type":"node","@id":3501068907,"@timestamp":1612646365},"coords":"51.4339829,-0.6608346","bedrooms":"1","price":"278000","area":"500"} , +{"type":"Feature","id":"n3501084496","geometry":{"type":"Point","coordinates":[-0.6466179,51.4114728]},"properties":{"@type":"node","@id":3501084496,"@timestamp":1430923853},"coords":"51.4114728,-0.6466179","bedrooms":"2","price":"162000","area":"684"} , +{"type":"Feature","id":"n3501084506","geometry":{"type":"Point","coordinates":[-0.6422817,51.4062911]},"properties":{"@type":"node","@id":3501084506,"@timestamp":1430923853},"coords":"51.4062911,-0.6422817","bedrooms":"0","price":"292000","area":"675"} , +{"type":"Feature","id":"n3501084516","geometry":{"type":"Point","coordinates":[-0.6582088,51.4319085]},"properties":{"@type":"node","@id":3501084516,"@timestamp":1430923854},"coords":"51.4319085,-0.6582088","bedrooms":"3","price":"281000","area":"511"} , +{"type":"Feature","id":"n3501129521","geometry":{"type":"Point","coordinates":[-0.6700776,51.4305863]},"properties":{"@type":"node","@id":3501129521,"@timestamp":1430925991},"coords":"51.4305863,-0.6700776","bedrooms":"2","price":"232000","area":"487"} , +{"type":"Feature","id":"n3501165939","geometry":{"type":"Point","coordinates":[-0.6944335,51.4299934]},"properties":{"@type":"node","@id":3501165939,"@timestamp":1430926973},"coords":"51.4299934,-0.6944335","bedrooms":"3","price":"290000","area":"353"} , +{"type":"Feature","id":"n3501165950","geometry":{"type":"Point","coordinates":[-0.6869063,51.4377637]},"properties":{"@type":"node","@id":3501165950,"@timestamp":1430926974},"coords":"51.4377637,-0.6869063","bedrooms":"1","price":"249000","area":"622"} , +{"type":"Feature","id":"n3501165962","geometry":{"type":"Point","coordinates":[-0.6938141,51.4262743]},"properties":{"@type":"node","@id":3501165962,"@timestamp":1430926974},"coords":"51.4262743,-0.6938141","bedrooms":"0","price":"161000","area":"567"} , +{"type":"Feature","id":"n3501184235","geometry":{"type":"Point","coordinates":[-0.7179392,51.4539319]},"properties":{"@type":"node","@id":3501184235,"@timestamp":1430927684},"coords":"51.4539319,-0.7179392","bedrooms":"3","price":"274000","area":"452"} , +{"type":"Feature","id":"n3501184246","geometry":{"type":"Point","coordinates":[-0.7017353,51.4610108]},"properties":{"@type":"node","@id":3501184246,"@timestamp":1430927685},"coords":"51.4610108,-0.7017353","bedrooms":"0","price":"153000","area":"646"} , +{"type":"Feature","id":"n3501184256","geometry":{"type":"Point","coordinates":[-0.7110625,51.4478837]},"properties":{"@type":"node","@id":3501184256,"@timestamp":1430927686},"coords":"51.4478837,-0.7110625","bedrooms":"1","price":"284000","area":"361"} , +{"type":"Feature","id":"n3501184267","geometry":{"type":"Point","coordinates":[-0.7283073,51.4514495]},"properties":{"@type":"node","@id":3501184267,"@timestamp":1585294581},"coords":"51.4514495,-0.7283073","bedrooms":"4","price":"169000","area":"384"} , +{"type":"Feature","id":"n3501184277","geometry":{"type":"Point","coordinates":[-0.7046282,51.4693395]},"properties":{"@type":"node","@id":3501184277,"@timestamp":1430927687},"coords":"51.4693395,-0.7046282","bedrooms":"3","price":"150000","area":"502"} , +{"type":"Feature","id":"n3501269640","geometry":{"type":"Point","coordinates":[-0.7187992,51.4367115]},"properties":{"@type":"node","@id":3501269640,"@timestamp":1430931609},"coords":"51.4367115,-0.7187992","bedrooms":"0","price":"212000","area":"433"} , +{"type":"Feature","id":"n3501350626","geometry":{"type":"Point","coordinates":[-0.0108738,51.52419]},"properties":{"@type":"node","@id":3501350626,"@timestamp":1564908030},"coords":"51.52419,-0.0108738","bedrooms":"3","price":"269000","area":"598"} , +{"type":"Feature","id":"n3501388915","geometry":{"type":"Point","coordinates":[-0.6093089,51.6743662]},"properties":{"@type":"node","@id":3501388915,"@timestamp":1629382614},"coords":"51.6743662,-0.6093089","bedrooms":"0","price":"195000","area":"678"} , +{"type":"Feature","id":"n3501415064","geometry":{"type":"Point","coordinates":[-0.7498108,51.4511202]},"properties":{"@type":"node","@id":3501415064,"@timestamp":1430936016},"coords":"51.4511202,-0.7498108","bedrooms":"0","price":"223000","area":"662"} , +{"type":"Feature","id":"n3501415076","geometry":{"type":"Point","coordinates":[-0.7458881,51.4373582]},"properties":{"@type":"node","@id":3501415076,"@timestamp":1430936016},"coords":"51.4373582,-0.7458881","bedrooms":"2","price":"186000","area":"408"} , +{"type":"Feature","id":"n3501428327","geometry":{"type":"Point","coordinates":[-0.6750285,51.4087048]},"properties":{"@type":"node","@id":3501428327,"@timestamp":1430936370},"coords":"51.4087048,-0.6750285","bedrooms":"2","price":"165000","area":"617"} , +{"type":"Feature","id":"n3501428340","geometry":{"type":"Point","coordinates":[-0.6455495,51.394332]},"properties":{"@type":"node","@id":3501428340,"@timestamp":1430936370},"coords":"51.394332,-0.6455495","bedrooms":"0","price":"172000","area":"390"} , +{"type":"Feature","id":"n3501430879","geometry":{"type":"Point","coordinates":[-0.5936086,51.4033237]},"properties":{"@type":"node","@id":3501430879,"@timestamp":1430936579},"coords":"51.4033237,-0.5936086","bedrooms":"4","price":"263000","area":"688"} , +{"type":"Feature","id":"n3501439157","geometry":{"type":"Point","coordinates":[-0.5429654,51.3801223]},"properties":{"@type":"node","@id":3501439157,"@timestamp":1430937124},"coords":"51.3801223,-0.5429654","bedrooms":"2","price":"238000","area":"371"} , +{"type":"Feature","id":"n3501439167","geometry":{"type":"Point","coordinates":[-0.5461374,51.3809266]},"properties":{"@type":"node","@id":3501439167,"@timestamp":1430937125},"coords":"51.3809266,-0.5461374","bedrooms":"1","price":"213000","area":"683"} , +{"type":"Feature","id":"n3501439179","geometry":{"type":"Point","coordinates":[-0.5483712,51.3892833]},"properties":{"@type":"node","@id":3501439179,"@timestamp":1430937125},"coords":"51.3892833,-0.5483712","bedrooms":"3","price":"181000","area":"596"} , +{"type":"Feature","id":"n3501450400","geometry":{"type":"Point","coordinates":[-0.5494707,51.3942778]},"properties":{"@type":"node","@id":3501450400,"@timestamp":1430937426},"coords":"51.3942778,-0.5494707","bedrooms":"3","price":"220000","area":"693"} , +{"type":"Feature","id":"n3501612811","geometry":{"type":"Point","coordinates":[-0.1255161,51.5361156]},"properties":{"@type":"node","@id":3501612811,"@timestamp":1632853890},"coords":"51.5361156,-0.1255161","bedrooms":"0","price":"168000","area":"370"} , +{"type":"Feature","id":"n3502504098","geometry":{"type":"Point","coordinates":[-0.6461228,51.5366796]},"properties":{"@type":"node","@id":3502504098,"@timestamp":1621870363},"coords":"51.5366796,-0.6461228","bedrooms":"3","price":"227000","area":"626"} , +{"type":"Feature","id":"n3502507822","geometry":{"type":"Point","coordinates":[-0.1500258,51.4908075]},"properties":{"@type":"node","@id":3502507822,"@timestamp":1564908030},"coords":"51.4908075,-0.1500258","bedrooms":"0","price":"178000","area":"555"} , +{"type":"Feature","id":"n3502748182","geometry":{"type":"Point","coordinates":[0.0751409,51.5739671]},"properties":{"@type":"node","@id":3502748182,"@timestamp":1430996038},"coords":"51.5739671,0.0751409","bedrooms":"1","price":"266000","area":"612"} , +{"type":"Feature","id":"n3503602189","geometry":{"type":"Point","coordinates":[-0.3701742,51.4656817]},"properties":{"@type":"node","@id":3503602189,"@timestamp":1431026617},"coords":"51.4656817,-0.3701742","bedrooms":"0","price":"284000","area":"360"} , +{"type":"Feature","id":"n3505183018","geometry":{"type":"Point","coordinates":[-0.0191443,51.5215079]},"properties":{"@type":"node","@id":3505183018,"@timestamp":1575145446},"coords":"51.5215079,-0.0191443","bedrooms":"4","price":"210000","area":"470"} , +{"type":"Feature","id":"n3505932408","geometry":{"type":"Point","coordinates":[-0.1955365,51.5341682]},"properties":{"@type":"node","@id":3505932408,"@timestamp":1450102700},"coords":"51.5341682,-0.1955365","bedrooms":"1","price":"275000","area":"478"} , +{"type":"Feature","id":"n3506064335","geometry":{"type":"Point","coordinates":[-0.1749942,51.4747964]},"properties":{"@type":"node","@id":3506064335,"@timestamp":1554318488},"coords":"51.4747964,-0.1749942","bedrooms":"3","price":"196000","area":"662"} , +{"type":"Feature","id":"n3506103568","geometry":{"type":"Point","coordinates":[-1.0686071,51.276012]},"properties":{"@type":"node","@id":3506103568,"@timestamp":1431124990},"coords":"51.276012,-1.0686071","bedrooms":"3","price":"226000","area":"634"} , +{"type":"Feature","id":"n3506486128","geometry":{"type":"Point","coordinates":[-0.046982,51.5435656]},"properties":{"@type":"node","@id":3506486128,"@timestamp":1564908030},"coords":"51.5435656,-0.046982","bedrooms":"3","price":"251000","area":"462"} , +{"type":"Feature","id":"n3506750170","geometry":{"type":"Point","coordinates":[-0.0620471,51.5317858]},"properties":{"@type":"node","@id":3506750170,"@timestamp":1573857034},"coords":"51.5317858,-0.0620471","bedrooms":"3","price":"212000","area":"485"} , +{"type":"Feature","id":"n3506858770","geometry":{"type":"Point","coordinates":[-0.1904884,51.5929274]},"properties":{"@type":"node","@id":3506858770,"@timestamp":1554362504},"coords":"51.5929274,-0.1904884","bedrooms":"0","price":"164000","area":"524"} , +{"type":"Feature","id":"n3507184996","geometry":{"type":"Point","coordinates":[-0.1173626,51.5153708]},"properties":{"@type":"node","@id":3507184996,"@timestamp":1431188032},"coords":"51.5153708,-0.1173626","bedrooms":"0","price":"250000","area":"685"} , +{"type":"Feature","id":"n3507185006","geometry":{"type":"Point","coordinates":[-0.1177362,51.5157161]},"properties":{"@type":"node","@id":3507185006,"@timestamp":1431188033},"coords":"51.5157161,-0.1177362","bedrooms":"4","price":"215000","area":"590"} , +{"type":"Feature","id":"n3507185016","geometry":{"type":"Point","coordinates":[-0.1180503,51.516126]},"properties":{"@type":"node","@id":3507185016,"@timestamp":1431188033},"coords":"51.516126,-0.1180503","bedrooms":"3","price":"278000","area":"401"} , +{"type":"Feature","id":"n3507185026","geometry":{"type":"Point","coordinates":[-0.1172417,51.5167105]},"properties":{"@type":"node","@id":3507185026,"@timestamp":1431188034},"coords":"51.5167105,-0.1172417","bedrooms":"3","price":"174000","area":"532"} , +{"type":"Feature","id":"n3507213603","geometry":{"type":"Point","coordinates":[-0.445081,51.7570229]},"properties":{"@type":"node","@id":3507213603,"@timestamp":1431189227},"coords":"51.7570229,-0.445081","bedrooms":"3","price":"283000","area":"662"} , +{"type":"Feature","id":"n3507338595","geometry":{"type":"Point","coordinates":[0.5094974,51.351676]},"properties":{"@type":"node","@id":3507338595,"@timestamp":1608926630},"coords":"51.351676,0.5094974","bedrooms":"2","price":"222000","area":"450"} , +{"type":"Feature","id":"n3507339194","geometry":{"type":"Point","coordinates":[0.5153754,51.3626586]},"properties":{"@type":"node","@id":3507339194,"@timestamp":1431194982},"coords":"51.3626586,0.5153754","bedrooms":"2","price":"280000","area":"416"} , +{"type":"Feature","id":"n3507343217","geometry":{"type":"Point","coordinates":[0.3687382,51.4821119]},"properties":{"@type":"node","@id":3507343217,"@timestamp":1444427677},"coords":"51.4821119,0.3687382","bedrooms":"1","price":"221000","area":"676"} , +{"type":"Feature","id":"n3507456933","geometry":{"type":"Point","coordinates":[-0.027085,51.5181455]},"properties":{"@type":"node","@id":3507456933,"@timestamp":1590509652},"coords":"51.5181455,-0.027085","bedrooms":"3","price":"251000","area":"430"} , +{"type":"Feature","id":"n3507460632","geometry":{"type":"Point","coordinates":[0.3495513,51.4852376]},"properties":{"@type":"node","@id":3507460632,"@timestamp":1562972947},"coords":"51.4852376,0.3495513","bedrooms":"2","price":"191000","area":"381"} , +{"type":"Feature","id":"n3508446770","geometry":{"type":"Point","coordinates":[-0.9850167,51.8587081]},"properties":{"@type":"node","@id":3508446770,"@timestamp":1431261251},"coords":"51.8587081,-0.9850167","bedrooms":"0","price":"181000","area":"408"} , +{"type":"Feature","id":"n3508526008","geometry":{"type":"Point","coordinates":[-0.1793236,51.5131514]},"properties":{"@type":"node","@id":3508526008,"@timestamp":1574482879},"coords":"51.5131514,-0.1793236","bedrooms":"2","price":"193000","area":"456"} , +{"type":"Feature","id":"n3508526062","geometry":{"type":"Point","coordinates":[-0.1790757,51.5137749]},"properties":{"@type":"node","@id":3508526062,"@timestamp":1574220276},"coords":"51.5137749,-0.1790757","bedrooms":"0","price":"226000","area":"355"} , +{"type":"Feature","id":"n3508839874","geometry":{"type":"Point","coordinates":[-0.9706488,51.4550973]},"properties":{"@type":"node","@id":3508839874,"@timestamp":1613167951},"coords":"51.4550973,-0.9706488","bedrooms":"4","price":"169000","area":"587"} , +{"type":"Feature","id":"n3508901439","geometry":{"type":"Point","coordinates":[-0.3454112,51.4443525]},"properties":{"@type":"node","@id":3508901439,"@timestamp":1536772919},"coords":"51.4443525,-0.3454112","bedrooms":"1","price":"296000","area":"381"} , +{"type":"Feature","id":"n3508964056","geometry":{"type":"Point","coordinates":[-0.9843058,51.4642088]},"properties":{"@type":"node","@id":3508964056,"@timestamp":1635599278},"coords":"51.4642088,-0.9843058","bedrooms":"3","price":"223000","area":"385"} , +{"type":"Feature","id":"n3508976974","geometry":{"type":"Point","coordinates":[-1.0197862,51.4659183]},"properties":{"@type":"node","@id":3508976974,"@timestamp":1529419370},"coords":"51.4659183,-1.0197862","bedrooms":"1","price":"241000","area":"562"} , +{"type":"Feature","id":"n3508996670","geometry":{"type":"Point","coordinates":[-1.0186869,51.4650146]},"properties":{"@type":"node","@id":3508996670,"@timestamp":1431286057},"coords":"51.4650146,-1.0186869","bedrooms":"2","price":"215000","area":"493"} , +{"type":"Feature","id":"n3509128544","geometry":{"type":"Point","coordinates":[-0.1746044,51.5162087]},"properties":{"@type":"node","@id":3509128544,"@timestamp":1613343608},"coords":"51.5162087,-0.1746044","bedrooms":"0","price":"257000","area":"620"} , +{"type":"Feature","id":"n3509610648","geometry":{"type":"Point","coordinates":[-0.7556082,51.2929273]},"properties":{"@type":"node","@id":3509610648,"@timestamp":1431327697},"coords":"51.2929273,-0.7556082","bedrooms":"2","price":"252000","area":"382"} , +{"type":"Feature","id":"n3509975462","geometry":{"type":"Point","coordinates":[-0.1806255,51.8987385]},"properties":{"@type":"node","@id":3509975462,"@timestamp":1431340866},"coords":"51.8987385,-0.1806255","bedrooms":"1","price":"268000","area":"539"} , +{"type":"Feature","id":"n3510887790","geometry":{"type":"Point","coordinates":[0.469755,51.7366195]},"properties":{"@type":"node","@id":3510887790,"@timestamp":1617026193},"coords":"51.7366195,0.469755","bedrooms":"0","price":"169000","area":"598"} , +{"type":"Feature","id":"n3511166732","geometry":{"type":"Point","coordinates":[-0.1420915,51.5164335]},"properties":{"@type":"node","@id":3511166732,"@timestamp":1616573873},"coords":"51.5164335,-0.1420915","bedrooms":"4","price":"259000","area":"692"} , +{"type":"Feature","id":"n3511166750","geometry":{"type":"Point","coordinates":[-0.1427965,51.5168301]},"properties":{"@type":"node","@id":3511166750,"@timestamp":1547092102},"coords":"51.5168301,-0.1427965","bedrooms":"4","price":"259000","area":"447"} , +{"type":"Feature","id":"n3511268915","geometry":{"type":"Point","coordinates":[-0.1418943,51.5169384]},"properties":{"@type":"node","@id":3511268915,"@timestamp":1431384815},"coords":"51.5169384,-0.1418943","bedrooms":"2","price":"255000","area":"398"} , +{"type":"Feature","id":"n3511268930","geometry":{"type":"Point","coordinates":[-0.1417916,51.517036]},"properties":{"@type":"node","@id":3511268930,"@timestamp":1431384815},"coords":"51.517036,-0.1417916","bedrooms":"3","price":"155000","area":"396"} , +{"type":"Feature","id":"n3511305894","geometry":{"type":"Point","coordinates":[-0.1429442,51.5171593]},"properties":{"@type":"node","@id":3511305894,"@timestamp":1547138714},"coords":"51.5171593,-0.1429442","bedrooms":"2","price":"241000","area":"612"} , +{"type":"Feature","id":"n3511341116","geometry":{"type":"Point","coordinates":[-0.1420272,51.5175967]},"properties":{"@type":"node","@id":3511341116,"@timestamp":1431388437},"coords":"51.5175967,-0.1420272","bedrooms":"2","price":"154000","area":"634"} , +{"type":"Feature","id":"n3511397598","geometry":{"type":"Point","coordinates":[-0.1421524,51.5174538]},"properties":{"@type":"node","@id":3511397598,"@timestamp":1431391359},"coords":"51.5174538,-0.1421524","bedrooms":"3","price":"161000","area":"615"} , +{"type":"Feature","id":"n3512215393","geometry":{"type":"Point","coordinates":[0.559679,51.8047785]},"properties":{"@type":"node","@id":3512215393,"@timestamp":1431428338},"coords":"51.8047785,0.559679","bedrooms":"3","price":"219000","area":"425"} , +{"type":"Feature","id":"n3512337450","geometry":{"type":"Point","coordinates":[-0.599371,50.9572749]},"properties":{"@type":"node","@id":3512337450,"@timestamp":1628150433},"coords":"50.9572749,-0.599371","bedrooms":"3","price":"188000","area":"568"} , +{"type":"Feature","id":"n3512609074","geometry":{"type":"Point","coordinates":[-0.6626819,51.3867296]},"properties":{"@type":"node","@id":3512609074,"@timestamp":1431443139},"coords":"51.3867296,-0.6626819","bedrooms":"1","price":"257000","area":"447"} , +{"type":"Feature","id":"n3512609085","geometry":{"type":"Point","coordinates":[-0.6383548,51.3730179]},"properties":{"@type":"node","@id":3512609085,"@timestamp":1431443139},"coords":"51.3730179,-0.6383548","bedrooms":"3","price":"224000","area":"417"} , +{"type":"Feature","id":"n3512613296","geometry":{"type":"Point","coordinates":[-0.6450885,51.3724425]},"properties":{"@type":"node","@id":3512613296,"@timestamp":1431443140},"coords":"51.3724425,-0.6450885","bedrooms":"3","price":"219000","area":"447"} , +{"type":"Feature","id":"n3512621534","geometry":{"type":"Point","coordinates":[-0.5453985,51.4162991]},"properties":{"@type":"node","@id":3512621534,"@timestamp":1431443445},"coords":"51.4162991,-0.5453985","bedrooms":"0","price":"170000","area":"388"} , +{"type":"Feature","id":"n3512621546","geometry":{"type":"Point","coordinates":[-0.554505,51.4120544]},"properties":{"@type":"node","@id":3512621546,"@timestamp":1431443445},"coords":"51.4120544,-0.554505","bedrooms":"3","price":"201000","area":"469"} , +{"type":"Feature","id":"n3512625364","geometry":{"type":"Point","coordinates":[-0.536514,51.4255757]},"properties":{"@type":"node","@id":3512625364,"@timestamp":1431443766},"coords":"51.4255757,-0.536514","bedrooms":"0","price":"274000","area":"368"} , +{"type":"Feature","id":"n3512625375","geometry":{"type":"Point","coordinates":[-0.5356941,51.4056554]},"properties":{"@type":"node","@id":3512625375,"@timestamp":1431443766},"coords":"51.4056554,-0.5356941","bedrooms":"0","price":"235000","area":"467"} , +{"type":"Feature","id":"n3514710605","geometry":{"type":"Point","coordinates":[-0.8985627,51.0866089]},"properties":{"@type":"node","@id":3514710605,"@timestamp":1431518431},"coords":"51.0866089,-0.8985627","bedrooms":"0","price":"175000","area":"453"} , +{"type":"Feature","id":"n3514978526","geometry":{"type":"Point","coordinates":[0.4808815,51.7261758]},"properties":{"@type":"node","@id":3514978526,"@timestamp":1622328038},"coords":"51.7261758,0.4808815","bedrooms":"2","price":"216000","area":"632"} , +{"type":"Feature","id":"n3516085223","geometry":{"type":"Point","coordinates":[-0.6760096,51.9184148]},"properties":{"@type":"node","@id":3516085223,"@timestamp":1431552185},"coords":"51.9184148,-0.6760096","bedrooms":"0","price":"278000","area":"599"} , +{"type":"Feature","id":"n3516408387","geometry":{"type":"Point","coordinates":[-0.1328914,51.5161009]},"properties":{"@type":"node","@id":3516408387,"@timestamp":1575947848},"coords":"51.5161009,-0.1328914","bedrooms":"3","price":"180000","area":"422"} , +{"type":"Feature","id":"n3516927279","geometry":{"type":"Point","coordinates":[-0.1503526,51.5194563]},"properties":{"@type":"node","@id":3516927279,"@timestamp":1431595384},"coords":"51.5194563,-0.1503526","bedrooms":"0","price":"192000","area":"487"} , +{"type":"Feature","id":"n3516927289","geometry":{"type":"Point","coordinates":[-0.1502351,51.5192949]},"properties":{"@type":"node","@id":3516927289,"@timestamp":1431595385},"coords":"51.5192949,-0.1502351","bedrooms":"2","price":"275000","area":"594"} , +{"type":"Feature","id":"n3516927599","geometry":{"type":"Point","coordinates":[-0.1506496,51.5192303]},"properties":{"@type":"node","@id":3516927599,"@timestamp":1431595385},"coords":"51.5192303,-0.1506496","bedrooms":"1","price":"251000","area":"653"} , +{"type":"Feature","id":"n3517205021","geometry":{"type":"Point","coordinates":[-0.3572393,51.5483006]},"properties":{"@type":"node","@id":3517205021,"@timestamp":1431605479},"coords":"51.5483006,-0.3572393","bedrooms":"1","price":"287000","area":"403"} , +{"type":"Feature","id":"n3517281369","geometry":{"type":"Point","coordinates":[0.5287544,51.7542068]},"properties":{"@type":"node","@id":3517281369,"@timestamp":1431609476},"coords":"51.7542068,0.5287544","bedrooms":"3","price":"230000","area":"410"} , +{"type":"Feature","id":"n3517361599","geometry":{"type":"Point","coordinates":[-0.3042632,51.4837989]},"properties":{"@type":"node","@id":3517361599,"@timestamp":1431612599},"coords":"51.4837989,-0.3042632","bedrooms":"0","price":"241000","area":"497"} , +{"type":"Feature","id":"n3517489545","geometry":{"type":"Point","coordinates":[-0.3048846,51.4840881]},"properties":{"@type":"node","@id":3517489545,"@timestamp":1431618582},"coords":"51.4840881,-0.3048846","bedrooms":"3","price":"218000","area":"423"} , +{"type":"Feature","id":"n3517537967","geometry":{"type":"Point","coordinates":[-0.3063165,51.4836396]},"properties":{"@type":"node","@id":3517537967,"@timestamp":1431620327},"coords":"51.4836396,-0.3063165","bedrooms":"0","price":"244000","area":"483"} , +{"type":"Feature","id":"n3517607440","geometry":{"type":"Point","coordinates":[0.2064734,51.5447418]},"properties":{"@type":"node","@id":3517607440,"@timestamp":1431622648},"coords":"51.5447418,0.2064734","bedrooms":"0","price":"212000","area":"602"} , +{"type":"Feature","id":"n3517615008","geometry":{"type":"Point","coordinates":[-0.3062394,51.4834239]},"properties":{"@type":"node","@id":3517615008,"@timestamp":1623364730},"coords":"51.4834239,-0.3062394","bedrooms":"3","price":"286000","area":"508"} , +{"type":"Feature","id":"n3517779027","geometry":{"type":"Point","coordinates":[0.2992772,51.2875379]},"properties":{"@type":"node","@id":3517779027,"@timestamp":1480884139},"coords":"51.2875379,0.2992772","bedrooms":"1","price":"291000","area":"483"} , +{"type":"Feature","id":"n3518118209","geometry":{"type":"Point","coordinates":[-0.3041739,51.4843038]},"properties":{"@type":"node","@id":3518118209,"@timestamp":1431637293},"coords":"51.4843038,-0.3041739","bedrooms":"1","price":"245000","area":"568"} , +{"type":"Feature","id":"n3518251175","geometry":{"type":"Point","coordinates":[-0.1439594,51.517922]},"properties":{"@type":"node","@id":3518251175,"@timestamp":1548574476},"coords":"51.517922,-0.1439594","bedrooms":"2","price":"203000","area":"355"} , +{"type":"Feature","id":"n3518352288","geometry":{"type":"Point","coordinates":[-0.1423902,51.5191985]},"properties":{"@type":"node","@id":3518352288,"@timestamp":1431647711},"coords":"51.5191985,-0.1423902","bedrooms":"3","price":"281000","area":"441"} , +{"type":"Feature","id":"n3518352514","geometry":{"type":"Point","coordinates":[-0.143768,51.5194076]},"properties":{"@type":"node","@id":3518352514,"@timestamp":1546690700},"coords":"51.5194076,-0.143768","bedrooms":"1","price":"184000","area":"585"} , +{"type":"Feature","id":"n3518352556","geometry":{"type":"Point","coordinates":[-0.1424273,51.5196899]},"properties":{"@type":"node","@id":3518352556,"@timestamp":1431647713},"coords":"51.5196899,-0.1424273","bedrooms":"0","price":"272000","area":"482"} , +{"type":"Feature","id":"n3518995475","geometry":{"type":"Point","coordinates":[-0.1066656,51.5141892]},"properties":{"@type":"node","@id":3518995475,"@timestamp":1564908030},"coords":"51.5141892,-0.1066656","bedrooms":"2","price":"291000","area":"573"} , +{"type":"Feature","id":"n3519153911","geometry":{"type":"Point","coordinates":[0.2045776,51.5391414]},"properties":{"@type":"node","@id":3519153911,"@timestamp":1431687222},"coords":"51.5391414,0.2045776","bedrooms":"2","price":"159000","area":"437"} , +{"type":"Feature","id":"n3519840226","geometry":{"type":"Point","coordinates":[-0.1094742,51.5179936]},"properties":{"@type":"node","@id":3519840226,"@timestamp":1564908030},"coords":"51.5179936,-0.1094742","bedrooms":"0","price":"288000","area":"385"} , +{"type":"Feature","id":"n3519933864","geometry":{"type":"Point","coordinates":[-0.1547948,51.1178078]},"properties":{"@type":"node","@id":3519933864,"@timestamp":1432826029},"coords":"51.1178078,-0.1547948","bedrooms":"1","price":"297000","area":"690"} , +{"type":"Feature","id":"n3520687267","geometry":{"type":"Point","coordinates":[-0.7973888,51.2130223]},"properties":{"@type":"node","@id":3520687267,"@timestamp":1431723823},"coords":"51.2130223,-0.7973888","bedrooms":"4","price":"286000","area":"626"} , +{"type":"Feature","id":"n3520843465","geometry":{"type":"Point","coordinates":[-0.1430124,51.5202517]},"properties":{"@type":"node","@id":3520843465,"@timestamp":1431734098},"coords":"51.5202517,-0.1430124","bedrooms":"0","price":"263000","area":"413"} , +{"type":"Feature","id":"n3520844497","geometry":{"type":"Point","coordinates":[-0.1429776,51.5201589]},"properties":{"@type":"node","@id":3520844497,"@timestamp":1431734099},"coords":"51.5201589,-0.1429776","bedrooms":"1","price":"251000","area":"387"} , +{"type":"Feature","id":"n3521406623","geometry":{"type":"Point","coordinates":[-0.1419937,51.5189773]},"properties":{"@type":"node","@id":3521406623,"@timestamp":1635242119},"coords":"51.5189773,-0.1419937","bedrooms":"0","price":"220000","area":"512"} , +{"type":"Feature","id":"n3521820400","geometry":{"type":"Point","coordinates":[-0.8395146,51.8173296]},"properties":{"@type":"node","@id":3521820400,"@timestamp":1593818692},"coords":"51.8173296,-0.8395146","bedrooms":"1","price":"295000","area":"593"} , +{"type":"Feature","id":"n3522324869","geometry":{"type":"Point","coordinates":[0.5025664,51.3678385]},"properties":{"@type":"node","@id":3522324869,"@timestamp":1431801202},"coords":"51.3678385,0.5025664","bedrooms":"2","price":"237000","area":"633"} , +{"type":"Feature","id":"n3522706826","geometry":{"type":"Point","coordinates":[-0.199689,51.5343422]},"properties":{"@type":"node","@id":3522706826,"@timestamp":1431817787},"coords":"51.5343422,-0.199689","bedrooms":"4","price":"198000","area":"678"} , +{"type":"Feature","id":"n3522771835","geometry":{"type":"Point","coordinates":[0.4640054,51.7276419]},"properties":{"@type":"node","@id":3522771835,"@timestamp":1431824303},"coords":"51.7276419,0.4640054","bedrooms":"0","price":"207000","area":"429"} , +{"type":"Feature","id":"n3523360125","geometry":{"type":"Point","coordinates":[-0.7422724,51.7625403]},"properties":{"@type":"node","@id":3523360125,"@timestamp":1485092730},"coords":"51.7625403,-0.7422724","bedrooms":"2","price":"160000","area":"547"} , +{"type":"Feature","id":"n3523418628","geometry":{"type":"Point","coordinates":[-0.1414726,51.51796]},"properties":{"@type":"node","@id":3523418628,"@timestamp":1431864537},"coords":"51.51796,-0.1414726","bedrooms":"4","price":"274000","area":"631"} , +{"type":"Feature","id":"n3523428880","geometry":{"type":"Point","coordinates":[-0.1403138,51.5182173]},"properties":{"@type":"node","@id":3523428880,"@timestamp":1546259428},"coords":"51.5182173,-0.1403138","bedrooms":"0","price":"171000","area":"649"} , +{"type":"Feature","id":"n3523467047","geometry":{"type":"Point","coordinates":[0.1915758,51.3055363]},"properties":{"@type":"node","@id":3523467047,"@timestamp":1494769285},"coords":"51.3055363,0.1915758","bedrooms":"0","price":"290000","area":"435"} , +{"type":"Feature","id":"n3523597457","geometry":{"type":"Point","coordinates":[0.1576512,51.4218101]},"properties":{"@type":"node","@id":3523597457,"@timestamp":1431872367},"coords":"51.4218101,0.1576512","bedrooms":"3","price":"192000","area":"667"} , +{"type":"Feature","id":"n3523988698","geometry":{"type":"Point","coordinates":[0.4365249,51.7131548]},"properties":{"@type":"node","@id":3523988698,"@timestamp":1431884749},"coords":"51.7131548,0.4365249","bedrooms":"3","price":"244000","area":"590"} , +{"type":"Feature","id":"n3524025830","geometry":{"type":"Point","coordinates":[-0.1395566,51.5179011]},"properties":{"@type":"node","@id":3524025830,"@timestamp":1431886394},"coords":"51.5179011,-0.1395566","bedrooms":"2","price":"264000","area":"673"} , +{"type":"Feature","id":"n3524025871","geometry":{"type":"Point","coordinates":[-0.1399921,51.518247]},"properties":{"@type":"node","@id":3524025871,"@timestamp":1431886395},"coords":"51.518247,-0.1399921","bedrooms":"0","price":"173000","area":"688"} , +{"type":"Feature","id":"n3524103819","geometry":{"type":"Point","coordinates":[-0.1629654,51.6194029]},"properties":{"@type":"node","@id":3524103819,"@timestamp":1437426777},"coords":"51.6194029,-0.1629654","bedrooms":"3","price":"252000","area":"679"} , +{"type":"Feature","id":"n3524162972","geometry":{"type":"Point","coordinates":[0.1752041,51.2670344]},"properties":{"@type":"node","@id":3524162972,"@timestamp":1431892124},"coords":"51.2670344,0.1752041","bedrooms":"0","price":"253000","area":"612"} , +{"type":"Feature","id":"n3524293729","geometry":{"type":"Point","coordinates":[0.0406336,51.2484542]},"properties":{"@type":"node","@id":3524293729,"@timestamp":1431896035},"coords":"51.2484542,0.0406336","bedrooms":"2","price":"169000","area":"511"} , +{"type":"Feature","id":"n3524356110","geometry":{"type":"Point","coordinates":[-0.1389778,51.5182136]},"properties":{"@type":"node","@id":3524356110,"@timestamp":1431898855},"coords":"51.5182136,-0.1389778","bedrooms":"3","price":"275000","area":"603"} , +{"type":"Feature","id":"n3524361495","geometry":{"type":"Point","coordinates":[-0.14836,51.5165629]},"properties":{"@type":"node","@id":3524361495,"@timestamp":1550828804},"coords":"51.5165629,-0.14836","bedrooms":"0","price":"237000","area":"584"} , +{"type":"Feature","id":"n3524459275","geometry":{"type":"Point","coordinates":[0.3648193,51.4756496]},"properties":{"@type":"node","@id":3524459275,"@timestamp":1566086430},"coords":"51.4756496,0.3648193","bedrooms":"2","price":"217000","area":"540"} , +{"type":"Feature","id":"n3524527886","geometry":{"type":"Point","coordinates":[-0.1541553,51.117433]},"properties":{"@type":"node","@id":3524527886,"@timestamp":1432826029},"coords":"51.117433,-0.1541553","bedrooms":"4","price":"274000","area":"614"} , +{"type":"Feature","id":"n3525833643","geometry":{"type":"Point","coordinates":[0.8052101,51.3361743]},"properties":{"@type":"node","@id":3525833643,"@timestamp":1431952019},"coords":"51.3361743,0.8052101","bedrooms":"1","price":"264000","area":"479"} , +{"type":"Feature","id":"n3526745201","geometry":{"type":"Point","coordinates":[-0.8256754,51.8351246]},"properties":{"@type":"node","@id":3526745201,"@timestamp":1503246157},"coords":"51.8351246,-0.8256754","bedrooms":"4","price":"255000","area":"390"} , +{"type":"Feature","id":"n3527027588","geometry":{"type":"Point","coordinates":[-0.1365848,51.5187864]},"properties":{"@type":"node","@id":3527027588,"@timestamp":1468367943},"coords":"51.5187864,-0.1365848","bedrooms":"4","price":"271000","area":"505"} , +{"type":"Feature","id":"n3527027713","geometry":{"type":"Point","coordinates":[-0.1365186,51.5191371]},"properties":{"@type":"node","@id":3527027713,"@timestamp":1431984224},"coords":"51.5191371,-0.1365186","bedrooms":"3","price":"172000","area":"698"} , +{"type":"Feature","id":"n3527120157","geometry":{"type":"Point","coordinates":[-0.3610798,51.0595173]},"properties":{"@type":"node","@id":3527120157,"@timestamp":1431987929},"coords":"51.0595173,-0.3610798","bedrooms":"1","price":"265000","area":"356"} , +{"type":"Feature","id":"n3527133330","geometry":{"type":"Point","coordinates":[-0.3613149,51.0735025]},"properties":{"@type":"node","@id":3527133330,"@timestamp":1431988070},"coords":"51.0735025,-0.3613149","bedrooms":"3","price":"281000","area":"380"} , +{"type":"Feature","id":"n3527294081","geometry":{"type":"Point","coordinates":[-0.1370205,51.5196312]},"properties":{"@type":"node","@id":3527294081,"@timestamp":1431998497},"coords":"51.5196312,-0.1370205","bedrooms":"3","price":"204000","area":"692"} , +{"type":"Feature","id":"n3527305236","geometry":{"type":"Point","coordinates":[-0.1362736,51.5193666]},"properties":{"@type":"node","@id":3527305236,"@timestamp":1431998496},"coords":"51.5193666,-0.1362736","bedrooms":"2","price":"215000","area":"696"} , +{"type":"Feature","id":"n3527305264","geometry":{"type":"Point","coordinates":[-0.1364017,51.5194683]},"properties":{"@type":"node","@id":3527305264,"@timestamp":1431998496},"coords":"51.5194683,-0.1364017","bedrooms":"0","price":"251000","area":"599"} , +{"type":"Feature","id":"n3527597841","geometry":{"type":"Point","coordinates":[-0.8204705,51.8349681]},"properties":{"@type":"node","@id":3527597841,"@timestamp":1432017490},"coords":"51.8349681,-0.8204705","bedrooms":"3","price":"256000","area":"490"} , +{"type":"Feature","id":"n3527768991","geometry":{"type":"Point","coordinates":[-0.1751377,51.4748998]},"properties":{"@type":"node","@id":3527768991,"@timestamp":1432022846},"coords":"51.4748998,-0.1751377","bedrooms":"4","price":"160000","area":"616"} , +{"type":"Feature","id":"n3528824501","geometry":{"type":"Point","coordinates":[-0.1173697,51.524785]},"properties":{"@type":"node","@id":3528824501,"@timestamp":1432058424},"coords":"51.524785,-0.1173697","bedrooms":"3","price":"284000","area":"537"} , +{"type":"Feature","id":"n3528824513","geometry":{"type":"Point","coordinates":[-0.1176406,51.5252473]},"properties":{"@type":"node","@id":3528824513,"@timestamp":1432058424},"coords":"51.5252473,-0.1176406","bedrooms":"0","price":"262000","area":"476"} , +{"type":"Feature","id":"n3529292094","geometry":{"type":"Point","coordinates":[-0.6943746,51.3616137]},"properties":{"@type":"node","@id":3529292094,"@timestamp":1551391969},"coords":"51.3616137,-0.6943746","bedrooms":"1","price":"238000","area":"643"} , +{"type":"Feature","id":"n3530612471","geometry":{"type":"Point","coordinates":[-0.4258759,51.4170162]},"properties":{"@type":"node","@id":3530612471,"@timestamp":1624523674},"coords":"51.4170162,-0.4258759","bedrooms":"1","price":"240000","area":"414"} , +{"type":"Feature","id":"n3530749480","geometry":{"type":"Point","coordinates":[0.0067313,51.6297419]},"properties":{"@type":"node","@id":3530749480,"@timestamp":1432229929},"coords":"51.6297419,0.0067313","bedrooms":"1","price":"222000","area":"423"} , +{"type":"Feature","id":"n3530749524","geometry":{"type":"Point","coordinates":[0.0074144,51.6305929]},"properties":{"@type":"node","@id":3530749524,"@timestamp":1432229930},"coords":"51.6305929,0.0074144","bedrooms":"1","price":"214000","area":"415"} , +{"type":"Feature","id":"n3530749546","geometry":{"type":"Point","coordinates":[0.007753,51.6309709]},"properties":{"@type":"node","@id":3530749546,"@timestamp":1432229930},"coords":"51.6309709,0.007753","bedrooms":"1","price":"175000","area":"405"} , +{"type":"Feature","id":"n3531011186","geometry":{"type":"Point","coordinates":[-0.8262947,51.2985362]},"properties":{"@type":"node","@id":3531011186,"@timestamp":1616100924},"coords":"51.2985362,-0.8262947","bedrooms":"0","price":"216000","area":"549"} , +{"type":"Feature","id":"n3531561446","geometry":{"type":"Point","coordinates":[-0.6006222,51.2487838]},"properties":{"@type":"node","@id":3531561446,"@timestamp":1432155233},"coords":"51.2487838,-0.6006222","bedrooms":"0","price":"165000","area":"603"} , +{"type":"Feature","id":"n3531897226","geometry":{"type":"Point","coordinates":[-0.1367712,51.5196224]},"properties":{"@type":"node","@id":3531897226,"@timestamp":1432164417},"coords":"51.5196224,-0.1367712","bedrooms":"4","price":"240000","area":"459"} , +{"type":"Feature","id":"n3531897253","geometry":{"type":"Point","coordinates":[-0.1363154,51.5199229]},"properties":{"@type":"node","@id":3531897253,"@timestamp":1432166885},"coords":"51.5199229,-0.1363154","bedrooms":"0","price":"205000","area":"541"} , +{"type":"Feature","id":"n3531897409","geometry":{"type":"Point","coordinates":[-0.1373721,51.5203397]},"properties":{"@type":"node","@id":3531897409,"@timestamp":1432164418},"coords":"51.5203397,-0.1373721","bedrooms":"2","price":"185000","area":"446"} , +{"type":"Feature","id":"n3531928773","geometry":{"type":"Point","coordinates":[-0.1362952,51.5198573]},"properties":{"@type":"node","@id":3531928773,"@timestamp":1432166881},"coords":"51.5198573,-0.1362952","bedrooms":"4","price":"274000","area":"550"} , +{"type":"Feature","id":"n3531929133","geometry":{"type":"Point","coordinates":[-0.1511119,51.5193752]},"properties":{"@type":"node","@id":3531929133,"@timestamp":1432167170},"coords":"51.5193752,-0.1511119","bedrooms":"1","price":"204000","area":"526"} , +{"type":"Feature","id":"n3531929146","geometry":{"type":"Point","coordinates":[-0.1501609,51.5189371]},"properties":{"@type":"node","@id":3531929146,"@timestamp":1550673610},"coords":"51.5189371,-0.1501609","bedrooms":"0","price":"181000","area":"698"} , +{"type":"Feature","id":"n3531945279","geometry":{"type":"Point","coordinates":[-0.1503182,51.5191444]},"properties":{"@type":"node","@id":3531945279,"@timestamp":1432168362},"coords":"51.5191444,-0.1503182","bedrooms":"4","price":"241000","area":"555"} , +{"type":"Feature","id":"n3531945291","geometry":{"type":"Point","coordinates":[-0.1500138,51.5189558]},"properties":{"@type":"node","@id":3531945291,"@timestamp":1550673610},"coords":"51.5189558,-0.1500138","bedrooms":"3","price":"277000","area":"407"} , +{"type":"Feature","id":"n3531956763","geometry":{"type":"Point","coordinates":[-0.1366988,51.5202956]},"properties":{"@type":"node","@id":3531956763,"@timestamp":1624129416},"coords":"51.5202956,-0.1366988","bedrooms":"0","price":"201000","area":"445"} , +{"type":"Feature","id":"n3532664612","geometry":{"type":"Point","coordinates":[0.1696871,51.5203381]},"properties":{"@type":"node","@id":3532664612,"@timestamp":1545972779},"coords":"51.5203381,0.1696871","bedrooms":"3","price":"262000","area":"386"} , +{"type":"Feature","id":"n3532737674","geometry":{"type":"Point","coordinates":[-0.7177829,51.6473348]},"properties":{"@type":"node","@id":3532737674,"@timestamp":1432196770},"coords":"51.6473348,-0.7177829","bedrooms":"3","price":"162000","area":"357"} , +{"type":"Feature","id":"n3532937160","geometry":{"type":"Point","coordinates":[-0.1924383,51.4545212]},"properties":{"@type":"node","@id":3532937160,"@timestamp":1633112725},"coords":"51.4545212,-0.1924383","bedrooms":"4","price":"173000","area":"658"} , +{"type":"Feature","id":"n3533352286","geometry":{"type":"Point","coordinates":[-0.2799098,51.4445499]},"properties":{"@type":"node","@id":3533352286,"@timestamp":1432212198},"coords":"51.4445499,-0.2799098","bedrooms":"1","price":"233000","area":"487"} , +{"type":"Feature","id":"n3533352496","geometry":{"type":"Point","coordinates":[-0.2769795,51.4442853]},"properties":{"@type":"node","@id":3533352496,"@timestamp":1432212199},"coords":"51.4442853,-0.2769795","bedrooms":"1","price":"221000","area":"698"} , +{"type":"Feature","id":"n3533777467","geometry":{"type":"Point","coordinates":[-0.7953538,51.8098424]},"properties":{"@type":"node","@id":3533777467,"@timestamp":1467269514},"coords":"51.8098424,-0.7953538","bedrooms":"3","price":"240000","area":"360"} , +{"type":"Feature","id":"n3534208714","geometry":{"type":"Point","coordinates":[-0.0001607,51.6081205]},"properties":{"@type":"node","@id":3534208714,"@timestamp":1432241853},"coords":"51.6081205,-0.0001607","bedrooms":"2","price":"209000","area":"509"} , +{"type":"Feature","id":"n3535343045","geometry":{"type":"Point","coordinates":[-0.4104675,51.4478732]},"properties":{"@type":"node","@id":3535343045,"@timestamp":1479579840},"coords":"51.4478732,-0.4104675","bedrooms":"3","price":"158000","area":"559"} , +{"type":"Feature","id":"n3535572776","geometry":{"type":"Point","coordinates":[-0.1911629,51.5020856]},"properties":{"@type":"node","@id":3535572776,"@timestamp":1432291301},"coords":"51.5020856,-0.1911629","bedrooms":"2","price":"259000","area":"564"} , +{"type":"Feature","id":"n3536212622","geometry":{"type":"Point","coordinates":[0.1837038,51.5116888]},"properties":{"@type":"node","@id":3536212622,"@timestamp":1551707505},"coords":"51.5116888,0.1837038","bedrooms":"4","price":"245000","area":"419"} , +{"type":"Feature","id":"n3536533449","geometry":{"type":"Point","coordinates":[-0.5889977,51.6737065]},"properties":{"@type":"node","@id":3536533449,"@timestamp":1618522086},"coords":"51.6737065,-0.5889977","bedrooms":"3","price":"280000","area":"430"} , +{"type":"Feature","id":"n3538753536","geometry":{"type":"Point","coordinates":[-0.6018855,51.6774099]},"properties":{"@type":"node","@id":3538753536,"@timestamp":1618434118},"coords":"51.6774099,-0.6018855","bedrooms":"0","price":"184000","area":"472"} , +{"type":"Feature","id":"n3539477014","geometry":{"type":"Point","coordinates":[-0.0020418,51.3732957]},"properties":{"@type":"node","@id":3539477014,"@timestamp":1432403932},"coords":"51.3732957,-0.0020418","bedrooms":"1","price":"263000","area":"653"} , +{"type":"Feature","id":"n3539495167","geometry":{"type":"Point","coordinates":[-0.9082883,51.8964768]},"properties":{"@type":"node","@id":3539495167,"@timestamp":1529670470},"coords":"51.8964768,-0.9082883","bedrooms":"0","price":"182000","area":"698"} , +{"type":"Feature","id":"n3539626918","geometry":{"type":"Point","coordinates":[-0.0589955,51.5465992]},"properties":{"@type":"node","@id":3539626918,"@timestamp":1511987374},"coords":"51.5465992,-0.0589955","bedrooms":"2","price":"181000","area":"674"} , +{"type":"Feature","id":"n3541460269","geometry":{"type":"Point","coordinates":[-0.1002993,51.4930611]},"properties":{"@type":"node","@id":3541460269,"@timestamp":1432470241},"coords":"51.4930611,-0.1002993","bedrooms":"3","price":"188000","area":"493"} , +{"type":"Feature","id":"n3541558751","geometry":{"type":"Point","coordinates":[-0.0007657,51.6077563]},"properties":{"@type":"node","@id":3541558751,"@timestamp":1564908030},"coords":"51.6077563,-0.0007657","bedrooms":"1","price":"188000","area":"620"} , +{"type":"Feature","id":"n3541820706","geometry":{"type":"Point","coordinates":[-0.3425529,51.4442312]},"properties":{"@type":"node","@id":3541820706,"@timestamp":1432481193},"coords":"51.4442312,-0.3425529","bedrooms":"3","price":"235000","area":"393"} , +{"type":"Feature","id":"n3541824994","geometry":{"type":"Point","coordinates":[-0.1513313,51.4953083]},"properties":{"@type":"node","@id":3541824994,"@timestamp":1604675220},"coords":"51.4953083,-0.1513313","bedrooms":"2","price":"283000","area":"598"} , +{"type":"Feature","id":"n3542114626","geometry":{"type":"Point","coordinates":[0.4796212,51.7379868]},"properties":{"@type":"node","@id":3542114626,"@timestamp":1580143529},"coords":"51.7379868,0.4796212","bedrooms":"3","price":"196000","area":"669"} , +{"type":"Feature","id":"n3542204447","geometry":{"type":"Point","coordinates":[-0.3433102,51.4427377]},"properties":{"@type":"node","@id":3542204447,"@timestamp":1432495398},"coords":"51.4427377,-0.3433102","bedrooms":"0","price":"156000","area":"667"} , +{"type":"Feature","id":"n3542711782","geometry":{"type":"Point","coordinates":[0.5408701,51.599589]},"properties":{"@type":"node","@id":3542711782,"@timestamp":1432508418},"coords":"51.599589,0.5408701","bedrooms":"2","price":"203000","area":"639"} , +{"type":"Feature","id":"n3544238675","geometry":{"type":"Point","coordinates":[-0.9212594,51.3551482]},"properties":{"@type":"node","@id":3544238675,"@timestamp":1432554001},"coords":"51.3551482,-0.9212594","bedrooms":"2","price":"168000","area":"687"} , +{"type":"Feature","id":"n3544278315","geometry":{"type":"Point","coordinates":[-0.6076941,51.674948]},"properties":{"@type":"node","@id":3544278315,"@timestamp":1582658220},"coords":"51.674948,-0.6076941","bedrooms":"4","price":"290000","area":"695"} , +{"type":"Feature","id":"n3545087298","geometry":{"type":"Point","coordinates":[-0.0717178,51.0851863]},"properties":{"@type":"node","@id":3545087298,"@timestamp":1596549791},"coords":"51.0851863,-0.0717178","bedrooms":"0","price":"262000","area":"625"} , +{"type":"Feature","id":"n3545238535","geometry":{"type":"Point","coordinates":[-0.342246,51.4442972]},"properties":{"@type":"node","@id":3545238535,"@timestamp":1632644724},"coords":"51.4442972,-0.342246","bedrooms":"0","price":"249000","area":"449"} , +{"type":"Feature","id":"n3546349131","geometry":{"type":"Point","coordinates":[-0.3901034,51.5128294]},"properties":{"@type":"node","@id":3546349131,"@timestamp":1432627268},"coords":"51.5128294,-0.3901034","bedrooms":"1","price":"243000","area":"387"} , +{"type":"Feature","id":"n3547035080","geometry":{"type":"Point","coordinates":[0.4453808,51.7499176]},"properties":{"@type":"node","@id":3547035080,"@timestamp":1432640842},"coords":"51.7499176,0.4453808","bedrooms":"4","price":"163000","area":"491"} , +{"type":"Feature","id":"n3547357090","geometry":{"type":"Point","coordinates":[0.0918422,51.7707414]},"properties":{"@type":"node","@id":3547357090,"@timestamp":1432647687},"coords":"51.7707414,0.0918422","bedrooms":"3","price":"150000","area":"362"} , +{"type":"Feature","id":"n3547717394","geometry":{"type":"Point","coordinates":[-0.248372,51.536884]},"properties":{"@type":"node","@id":3547717394,"@timestamp":1432662012},"coords":"51.536884,-0.248372","bedrooms":"2","price":"153000","area":"622"} , +{"type":"Feature","id":"n3547729294","geometry":{"type":"Point","coordinates":[-0.273536,51.546378]},"properties":{"@type":"node","@id":3547729294,"@timestamp":1432662681},"coords":"51.546378,-0.273536","bedrooms":"2","price":"178000","area":"355"} , +{"type":"Feature","id":"n3548197632","geometry":{"type":"Point","coordinates":[-1.0970791,51.2638513]},"properties":{"@type":"node","@id":3548197632,"@timestamp":1432671333},"coords":"51.2638513,-1.0970791","bedrooms":"1","price":"211000","area":"448"} , +{"type":"Feature","id":"n3548343439","geometry":{"type":"Point","coordinates":[-0.8320767,51.2236204]},"properties":{"@type":"node","@id":3548343439,"@timestamp":1432673581},"coords":"51.2236204,-0.8320767","bedrooms":"1","price":"263000","area":"420"} , +{"type":"Feature","id":"n3548664305","geometry":{"type":"Point","coordinates":[-0.1363929,51.5202467]},"properties":{"@type":"node","@id":3548664305,"@timestamp":1574167489},"coords":"51.5202467,-0.1363929","bedrooms":"3","price":"259000","area":"581"} , +{"type":"Feature","id":"n3548899666","geometry":{"type":"Point","coordinates":[-0.1346855,51.5196922]},"properties":{"@type":"node","@id":3548899666,"@timestamp":1466338000},"coords":"51.5196922,-0.1346855","bedrooms":"3","price":"208000","area":"547"} , +{"type":"Feature","id":"n3548900303","geometry":{"type":"Point","coordinates":[-0.1355849,51.5199944]},"properties":{"@type":"node","@id":3548900303,"@timestamp":1432690912},"coords":"51.5199944,-0.1355849","bedrooms":"3","price":"156000","area":"690"} , +{"type":"Feature","id":"n3548900347","geometry":{"type":"Point","coordinates":[-0.1352489,51.5203792]},"properties":{"@type":"node","@id":3548900347,"@timestamp":1432690913},"coords":"51.5203792,-0.1352489","bedrooms":"2","price":"266000","area":"460"} , +{"type":"Feature","id":"n3549239610","geometry":{"type":"Point","coordinates":[-0.772105,51.2830376]},"properties":{"@type":"node","@id":3549239610,"@timestamp":1609475109},"coords":"51.2830376,-0.772105","bedrooms":"1","price":"178000","area":"431"} , +{"type":"Feature","id":"n3550697772","geometry":{"type":"Point","coordinates":[-0.2498652,51.1932631]},"properties":{"@type":"node","@id":3550697772,"@timestamp":1614715484},"coords":"51.1932631,-0.2498652","bedrooms":"3","price":"155000","area":"433"} , +{"type":"Feature","id":"n3551128873","geometry":{"type":"Point","coordinates":[0.1270561,51.5676948]},"properties":{"@type":"node","@id":3551128873,"@timestamp":1567267582},"coords":"51.5676948,0.1270561","bedrooms":"0","price":"284000","area":"605"} , +{"type":"Feature","id":"n3551158312","geometry":{"type":"Point","coordinates":[-0.1560207,51.4895281]},"properties":{"@type":"node","@id":3551158312,"@timestamp":1611645236},"coords":"51.4895281,-0.1560207","bedrooms":"1","price":"237000","area":"539"} , +{"type":"Feature","id":"n3551232239","geometry":{"type":"Point","coordinates":[-0.4113387,51.4464253]},"properties":{"@type":"node","@id":3551232239,"@timestamp":1575734314},"coords":"51.4464253,-0.4113387","bedrooms":"2","price":"289000","area":"634"} , +{"type":"Feature","id":"n3551232250","geometry":{"type":"Point","coordinates":[-0.4108076,51.4464318]},"properties":{"@type":"node","@id":3551232250,"@timestamp":1575808244},"coords":"51.4464318,-0.4108076","bedrooms":"2","price":"155000","area":"610"} , +{"type":"Feature","id":"n3551232261","geometry":{"type":"Point","coordinates":[-0.4114819,51.4462212]},"properties":{"@type":"node","@id":3551232261,"@timestamp":1580953160},"coords":"51.4462212,-0.4114819","bedrooms":"3","price":"196000","area":"621"} , +{"type":"Feature","id":"n3551271706","geometry":{"type":"Point","coordinates":[-0.3245495,51.2376025]},"properties":{"@type":"node","@id":3551271706,"@timestamp":1511890343},"coords":"51.2376025,-0.3245495","bedrooms":"0","price":"258000","area":"399"} , +{"type":"Feature","id":"n3551896510","geometry":{"type":"Point","coordinates":[0.002818,51.3778315]},"properties":{"@type":"node","@id":3551896510,"@timestamp":1432756077},"coords":"51.3778315,0.002818","bedrooms":"2","price":"194000","area":"475"} , +{"type":"Feature","id":"n3551896553","geometry":{"type":"Point","coordinates":[-0.007274,51.3699807]},"properties":{"@type":"node","@id":3551896553,"@timestamp":1621423041},"coords":"51.3699807,-0.007274","bedrooms":"4","price":"270000","area":"423"} , +{"type":"Feature","id":"n3551974452","geometry":{"type":"Point","coordinates":[-0.1352866,51.51947]},"properties":{"@type":"node","@id":3551974452,"@timestamp":1432757291},"coords":"51.51947,-0.1352866","bedrooms":"1","price":"262000","area":"392"} , +{"type":"Feature","id":"n3551974475","geometry":{"type":"Point","coordinates":[-0.1349292,51.5195955]},"properties":{"@type":"node","@id":3551974475,"@timestamp":1466338002},"coords":"51.5195955,-0.1349292","bedrooms":"0","price":"290000","area":"510"} , +{"type":"Feature","id":"n3552111085","geometry":{"type":"Point","coordinates":[0.5140794,51.7534463]},"properties":{"@type":"node","@id":3552111085,"@timestamp":1540854104},"coords":"51.7534463,0.5140794","bedrooms":"0","price":"297000","area":"633"} , +{"type":"Feature","id":"n3552157993","geometry":{"type":"Point","coordinates":[-0.1345989,51.5111767]},"properties":{"@type":"node","@id":3552157993,"@timestamp":1543778975},"coords":"51.5111767,-0.1345989","bedrooms":"4","price":"285000","area":"617"} , +{"type":"Feature","id":"n3552225353","geometry":{"type":"Point","coordinates":[-1.0291861,51.2318677]},"properties":{"@type":"node","@id":3552225353,"@timestamp":1432761465},"coords":"51.2318677,-1.0291861","bedrooms":"3","price":"287000","area":"572"} , +{"type":"Feature","id":"n3552332781","geometry":{"type":"Point","coordinates":[-0.1293181,51.5117898]},"properties":{"@type":"node","@id":3552332781,"@timestamp":1634992138},"coords":"51.5117898,-0.1293181","bedrooms":"0","price":"240000","area":"503"} , +{"type":"Feature","id":"n3552432895","geometry":{"type":"Point","coordinates":[0.447122,51.7523542]},"properties":{"@type":"node","@id":3552432895,"@timestamp":1487199632},"coords":"51.7523542,0.447122","bedrooms":"1","price":"164000","area":"383"} , +{"type":"Feature","id":"n3552452841","geometry":{"type":"Point","coordinates":[-0.1282408,51.5128023]},"properties":{"@type":"node","@id":3552452841,"@timestamp":1634348931},"coords":"51.5128023,-0.1282408","bedrooms":"4","price":"170000","area":"616"} , +{"type":"Feature","id":"n3552452857","geometry":{"type":"Point","coordinates":[-0.1287466,51.5128485]},"properties":{"@type":"node","@id":3552452857,"@timestamp":1634348931},"coords":"51.5128485,-0.1287466","bedrooms":"1","price":"151000","area":"690"} , +{"type":"Feature","id":"n3552453334","geometry":{"type":"Point","coordinates":[-0.1285224,51.5131699]},"properties":{"@type":"node","@id":3552453334,"@timestamp":1634348931},"coords":"51.5131699,-0.1285224","bedrooms":"3","price":"166000","area":"537"} , +{"type":"Feature","id":"n3553308531","geometry":{"type":"Point","coordinates":[-0.2257954,51.4683864]},"properties":{"@type":"node","@id":3553308531,"@timestamp":1622993012},"coords":"51.4683864,-0.2257954","bedrooms":"4","price":"217000","area":"664"} , +{"type":"Feature","id":"n3553981043","geometry":{"type":"Point","coordinates":[-0.2021936,51.5337155]},"properties":{"@type":"node","@id":3553981043,"@timestamp":1455285926},"coords":"51.5337155,-0.2021936","bedrooms":"0","price":"251000","area":"604"} , +{"type":"Feature","id":"n3553981053","geometry":{"type":"Point","coordinates":[-0.1978843,51.5338007]},"properties":{"@type":"node","@id":3553981053,"@timestamp":1432814553},"coords":"51.5338007,-0.1978843","bedrooms":"1","price":"185000","area":"490"} , +{"type":"Feature","id":"n3554444374","geometry":{"type":"Point","coordinates":[-0.1540256,51.1175305]},"properties":{"@type":"node","@id":3554444374,"@timestamp":1432826025},"coords":"51.1175305,-0.1540256","bedrooms":"3","price":"275000","area":"488"} , +{"type":"Feature","id":"n3554473428","geometry":{"type":"Point","coordinates":[0.4684202,51.7274282]},"properties":{"@type":"node","@id":3554473428,"@timestamp":1619037145},"coords":"51.7274282,0.4684202","bedrooms":"2","price":"261000","area":"363"} , +{"type":"Feature","id":"n3554899756","geometry":{"type":"Point","coordinates":[-0.8060159,51.2335075]},"properties":{"@type":"node","@id":3554899756,"@timestamp":1432843847},"coords":"51.2335075,-0.8060159","bedrooms":"0","price":"296000","area":"676"} , +{"type":"Feature","id":"n3554947233","geometry":{"type":"Point","coordinates":[-0.7845651,51.2232129]},"properties":{"@type":"node","@id":3554947233,"@timestamp":1432845442},"coords":"51.2232129,-0.7845651","bedrooms":"2","price":"233000","area":"514"} , +{"type":"Feature","id":"n3555023562","geometry":{"type":"Point","coordinates":[-0.7673706,51.2324511]},"properties":{"@type":"node","@id":3555023562,"@timestamp":1432847669},"coords":"51.2324511,-0.7673706","bedrooms":"0","price":"284000","area":"523"} , +{"type":"Feature","id":"n3555184283","geometry":{"type":"Point","coordinates":[0.0122769,51.4508727]},"properties":{"@type":"node","@id":3555184283,"@timestamp":1618527241},"coords":"51.4508727,0.0122769","bedrooms":"4","price":"261000","area":"698"} , +{"type":"Feature","id":"n3555204040","geometry":{"type":"Point","coordinates":[0.0055231,51.4516165]},"properties":{"@type":"node","@id":3555204040,"@timestamp":1624978531},"coords":"51.4516165,0.0055231","bedrooms":"0","price":"251000","area":"430"} , +{"type":"Feature","id":"n3556430335","geometry":{"type":"Point","coordinates":[-0.0524873,51.5276952]},"properties":{"@type":"node","@id":3556430335,"@timestamp":1564908030},"coords":"51.5276952,-0.0524873","bedrooms":"4","price":"185000","area":"369"} , +{"type":"Feature","id":"n3556526012","geometry":{"type":"Point","coordinates":[0.4662004,51.7257389]},"properties":{"@type":"node","@id":3556526012,"@timestamp":1432913883},"coords":"51.7257389,0.4662004","bedrooms":"3","price":"290000","area":"549"} , +{"type":"Feature","id":"n3556591198","geometry":{"type":"Point","coordinates":[-0.7830063,51.2183891]},"properties":{"@type":"node","@id":3556591198,"@timestamp":1432916204},"coords":"51.2183891,-0.7830063","bedrooms":"3","price":"179000","area":"614"} , +{"type":"Feature","id":"n3556618536","geometry":{"type":"Point","coordinates":[-0.029342,51.5357407]},"properties":{"@type":"node","@id":3556618536,"@timestamp":1564908030},"coords":"51.5357407,-0.029342","bedrooms":"0","price":"257000","area":"570"} , +{"type":"Feature","id":"n3556800623","geometry":{"type":"Point","coordinates":[-0.0618745,51.5045845]},"properties":{"@type":"node","@id":3556800623,"@timestamp":1432927237},"coords":"51.5045845,-0.0618745","bedrooms":"1","price":"244000","area":"479"} , +{"type":"Feature","id":"n3556989304","geometry":{"type":"Point","coordinates":[-0.1285987,51.513461]},"properties":{"@type":"node","@id":3556989304,"@timestamp":1432933645},"coords":"51.513461,-0.1285987","bedrooms":"0","price":"218000","area":"651"} , +{"type":"Feature","id":"n3556989353","geometry":{"type":"Point","coordinates":[-0.1277996,51.5135819]},"properties":{"@type":"node","@id":3556989353,"@timestamp":1432933647},"coords":"51.5135819,-0.1277996","bedrooms":"3","price":"229000","area":"361"} , +{"type":"Feature","id":"n3556989372","geometry":{"type":"Point","coordinates":[-0.1284284,51.5139228]},"properties":{"@type":"node","@id":3556989372,"@timestamp":1634252973},"coords":"51.5139228,-0.1284284","bedrooms":"1","price":"158000","area":"609"} , +{"type":"Feature","id":"n3557090564","geometry":{"type":"Point","coordinates":[-0.1278651,51.5136844]},"properties":{"@type":"node","@id":3557090564,"@timestamp":1634252973},"coords":"51.5136844,-0.1278651","bedrooms":"3","price":"268000","area":"372"} , +{"type":"Feature","id":"n3557090711","geometry":{"type":"Point","coordinates":[-0.1268984,51.5139985]},"properties":{"@type":"node","@id":3557090711,"@timestamp":1520176762},"coords":"51.5139985,-0.1268984","bedrooms":"3","price":"201000","area":"677"} , +{"type":"Feature","id":"n3557120068","geometry":{"type":"Point","coordinates":[-0.1299983,51.5132853]},"properties":{"@type":"node","@id":3557120068,"@timestamp":1634348931},"coords":"51.5132853,-0.1299983","bedrooms":"0","price":"204000","area":"355"} , +{"type":"Feature","id":"n3557214867","geometry":{"type":"Point","coordinates":[-0.1303006,51.5133351]},"properties":{"@type":"node","@id":3557214867,"@timestamp":1634348931},"coords":"51.5133351,-0.1303006","bedrooms":"4","price":"159000","area":"385"} , +{"type":"Feature","id":"n3557236798","geometry":{"type":"Point","coordinates":[-0.130527,51.5124648]},"properties":{"@type":"node","@id":3557236798,"@timestamp":1634389781},"coords":"51.5124648,-0.130527","bedrooms":"2","price":"169000","area":"640"} , +{"type":"Feature","id":"n3557749782","geometry":{"type":"Point","coordinates":[-0.4191861,51.4140035]},"properties":{"@type":"node","@id":3557749782,"@timestamp":1432972723},"coords":"51.4140035,-0.4191861","bedrooms":"1","price":"223000","area":"586"} , +{"type":"Feature","id":"n3558229469","geometry":{"type":"Point","coordinates":[-0.1319822,51.5126186]},"properties":{"@type":"node","@id":3558229469,"@timestamp":1634507294},"coords":"51.5126186,-0.1319822","bedrooms":"4","price":"186000","area":"540"} , +{"type":"Feature","id":"n3558486479","geometry":{"type":"Point","coordinates":[-0.839651,51.8140115]},"properties":{"@type":"node","@id":3558486479,"@timestamp":1432994047},"coords":"51.8140115,-0.839651","bedrooms":"1","price":"205000","area":"489"} , +{"type":"Feature","id":"n3558557464","geometry":{"type":"Point","coordinates":[-0.8192349,51.8115944]},"properties":{"@type":"node","@id":3558557464,"@timestamp":1432996092},"coords":"51.8115944,-0.8192349","bedrooms":"1","price":"252000","area":"525"} , +{"type":"Feature","id":"n3559196524","geometry":{"type":"Point","coordinates":[-0.0265968,51.6746643]},"properties":{"@type":"node","@id":3559196524,"@timestamp":1433010281},"coords":"51.6746643,-0.0265968","bedrooms":"0","price":"236000","area":"413"} , +{"type":"Feature","id":"n3559286768","geometry":{"type":"Point","coordinates":[-0.0211869,51.6720412]},"properties":{"@type":"node","@id":3559286768,"@timestamp":1433013341},"coords":"51.6720412,-0.0211869","bedrooms":"1","price":"235000","area":"353"} , +{"type":"Feature","id":"n3559296789","geometry":{"type":"Point","coordinates":[-0.0225001,51.6730574]},"properties":{"@type":"node","@id":3559296789,"@timestamp":1599659692},"coords":"51.6730574,-0.0225001","bedrooms":"4","price":"173000","area":"508"} , +{"type":"Feature","id":"n3559456003","geometry":{"type":"Point","coordinates":[-0.2777055,51.6117153]},"properties":{"@type":"node","@id":3559456003,"@timestamp":1622793200},"coords":"51.6117153,-0.2777055","bedrooms":"0","price":"226000","area":"677"} , +{"type":"Feature","id":"n3559661693","geometry":{"type":"Point","coordinates":[-0.3438017,51.4031417]},"properties":{"@type":"node","@id":3559661693,"@timestamp":1433029415},"coords":"51.4031417,-0.3438017","bedrooms":"3","price":"267000","area":"432"} , +{"type":"Feature","id":"n3560401450","geometry":{"type":"Point","coordinates":[-0.1132425,51.5039349]},"properties":{"@type":"node","@id":3560401450,"@timestamp":1564908030},"coords":"51.5039349,-0.1132425","bedrooms":"1","price":"162000","area":"691"} , +{"type":"Feature","id":"n3560637252","geometry":{"type":"Point","coordinates":[-0.0417047,51.6708091]},"properties":{"@type":"node","@id":3560637252,"@timestamp":1433066012},"coords":"51.6708091,-0.0417047","bedrooms":"1","price":"284000","area":"362"} , +{"type":"Feature","id":"n3560892071","geometry":{"type":"Point","coordinates":[-0.150979,51.5177768]},"properties":{"@type":"node","@id":3560892071,"@timestamp":1551001595},"coords":"51.5177768,-0.150979","bedrooms":"3","price":"224000","area":"528"} , +{"type":"Feature","id":"n3561275126","geometry":{"type":"Point","coordinates":[-0.1554995,51.5124499]},"properties":{"@type":"node","@id":3561275126,"@timestamp":1534655281},"coords":"51.5124499,-0.1554995","bedrooms":"2","price":"224000","area":"403"} , +{"type":"Feature","id":"n3561275545","geometry":{"type":"Point","coordinates":[-0.1549028,51.5126275]},"properties":{"@type":"node","@id":3561275545,"@timestamp":1576056993},"coords":"51.5126275,-0.1549028","bedrooms":"2","price":"224000","area":"570"} , +{"type":"Feature","id":"n3561442398","geometry":{"type":"Point","coordinates":[-0.1396226,51.5057227]},"properties":{"@type":"node","@id":3561442398,"@timestamp":1433089009},"coords":"51.5057227,-0.1396226","bedrooms":"0","price":"155000","area":"396"} , +{"type":"Feature","id":"n3561744658","geometry":{"type":"Point","coordinates":[-0.1558967,51.5131787]},"properties":{"@type":"node","@id":3561744658,"@timestamp":1433099545},"coords":"51.5131787,-0.1558967","bedrooms":"3","price":"183000","area":"497"} , +{"type":"Feature","id":"n3561744673","geometry":{"type":"Point","coordinates":[-0.1567031,51.5137552]},"properties":{"@type":"node","@id":3561744673,"@timestamp":1433099546},"coords":"51.5137552,-0.1567031","bedrooms":"1","price":"216000","area":"376"} , +{"type":"Feature","id":"n3561802019","geometry":{"type":"Point","coordinates":[-0.3431668,51.760743]},"properties":{"@type":"node","@id":3561802019,"@timestamp":1558709517},"coords":"51.760743,-0.3431668","bedrooms":"4","price":"213000","area":"447"} , +{"type":"Feature","id":"n3561854966","geometry":{"type":"Point","coordinates":[-0.1533373,51.5178831]},"properties":{"@type":"node","@id":3561854966,"@timestamp":1433102718},"coords":"51.5178831,-0.1533373","bedrooms":"3","price":"203000","area":"482"} , +{"type":"Feature","id":"n3562058593","geometry":{"type":"Point","coordinates":[-0.9587119,51.5432315]},"properties":{"@type":"node","@id":3562058593,"@timestamp":1433109098},"coords":"51.5432315,-0.9587119","bedrooms":"3","price":"222000","area":"471"} , +{"type":"Feature","id":"n3563085394","geometry":{"type":"Point","coordinates":[-0.0427081,51.5333487]},"properties":{"@type":"node","@id":3563085394,"@timestamp":1599581882},"coords":"51.5333487,-0.0427081","bedrooms":"0","price":"175000","area":"588"} , +{"type":"Feature","id":"n3563323714","geometry":{"type":"Point","coordinates":[0.2430103,51.4770574]},"properties":{"@type":"node","@id":3563323714,"@timestamp":1629391705},"coords":"51.4770574,0.2430103","bedrooms":"1","price":"188000","area":"390"} , +{"type":"Feature","id":"n3563468897","geometry":{"type":"Point","coordinates":[-0.0120082,51.6653654]},"properties":{"@type":"node","@id":3563468897,"@timestamp":1601472473},"coords":"51.6653654,-0.0120082","bedrooms":"3","price":"157000","area":"580"} , +{"type":"Feature","id":"n3563548198","geometry":{"type":"Point","coordinates":[-0.0442344,51.715149]},"properties":{"@type":"node","@id":3563548198,"@timestamp":1433165288},"coords":"51.715149,-0.0442344","bedrooms":"3","price":"260000","area":"479"} , +{"type":"Feature","id":"n3563548221","geometry":{"type":"Point","coordinates":[-0.044857,51.7147699]},"properties":{"@type":"node","@id":3563548221,"@timestamp":1433165289},"coords":"51.7147699,-0.044857","bedrooms":"0","price":"255000","area":"650"} , +{"type":"Feature","id":"n3563569957","geometry":{"type":"Point","coordinates":[-0.0670087,51.5233773]},"properties":{"@type":"node","@id":3563569957,"@timestamp":1625267245},"coords":"51.5233773,-0.0670087","bedrooms":"3","price":"247000","area":"550"} , +{"type":"Feature","id":"n3563569967","geometry":{"type":"Point","coordinates":[-0.0618563,51.5237746]},"properties":{"@type":"node","@id":3563569967,"@timestamp":1625267245},"coords":"51.5237746,-0.0618563","bedrooms":"4","price":"157000","area":"415"} , +{"type":"Feature","id":"n3563713451","geometry":{"type":"Point","coordinates":[0.2028617,51.5453419]},"properties":{"@type":"node","@id":3563713451,"@timestamp":1433170971},"coords":"51.5453419,0.2028617","bedrooms":"1","price":"258000","area":"515"} , +{"type":"Feature","id":"n3563741144","geometry":{"type":"Point","coordinates":[-0.3455195,51.4442781]},"properties":{"@type":"node","@id":3563741144,"@timestamp":1433171423},"coords":"51.4442781,-0.3455195","bedrooms":"0","price":"288000","area":"550"} , +{"type":"Feature","id":"n3564129200","geometry":{"type":"Point","coordinates":[-0.0437146,51.6487625]},"properties":{"@type":"node","@id":3564129200,"@timestamp":1433183287},"coords":"51.6487625,-0.0437146","bedrooms":"4","price":"215000","area":"510"} , +{"type":"Feature","id":"n3564129216","geometry":{"type":"Point","coordinates":[-0.0413608,51.6512678]},"properties":{"@type":"node","@id":3564129216,"@timestamp":1626593317},"coords":"51.6512678,-0.0413608","bedrooms":"2","price":"150000","area":"359"} , +{"type":"Feature","id":"n3564129231","geometry":{"type":"Point","coordinates":[-0.0426281,51.6477173]},"properties":{"@type":"node","@id":3564129231,"@timestamp":1557145377},"coords":"51.6477173,-0.0426281","bedrooms":"1","price":"199000","area":"443"} , +{"type":"Feature","id":"n3564129248","geometry":{"type":"Point","coordinates":[-0.0427651,51.6478838]},"properties":{"@type":"node","@id":3564129248,"@timestamp":1433183289},"coords":"51.6478838,-0.0427651","bedrooms":"1","price":"202000","area":"592"} , +{"type":"Feature","id":"n3564239719","geometry":{"type":"Point","coordinates":[-0.3510877,51.4427526]},"properties":{"@type":"node","@id":3564239719,"@timestamp":1433185745},"coords":"51.4427526,-0.3510877","bedrooms":"3","price":"215000","area":"426"} , +{"type":"Feature","id":"n3564297317","geometry":{"type":"Point","coordinates":[0.0069802,51.526771]},"properties":{"@type":"node","@id":3564297317,"@timestamp":1619453736},"coords":"51.526771,0.0069802","bedrooms":"3","price":"243000","area":"424"} , +{"type":"Feature","id":"n3565590104","geometry":{"type":"Point","coordinates":[0.1998301,51.5487809]},"properties":{"@type":"node","@id":3565590104,"@timestamp":1433238334},"coords":"51.5487809,0.1998301","bedrooms":"1","price":"211000","area":"536"} , +{"type":"Feature","id":"n3566761775","geometry":{"type":"Point","coordinates":[-0.3494859,51.5599821]},"properties":{"@type":"node","@id":3566761775,"@timestamp":1433270386},"coords":"51.5599821,-0.3494859","bedrooms":"1","price":"222000","area":"484"} , +{"type":"Feature","id":"n3566761997","geometry":{"type":"Point","coordinates":[-0.3493592,51.5612671]},"properties":{"@type":"node","@id":3566761997,"@timestamp":1433270386},"coords":"51.5612671,-0.3493592","bedrooms":"4","price":"243000","area":"638"} , +{"type":"Feature","id":"n3566831717","geometry":{"type":"Point","coordinates":[0.1298599,51.567813]},"properties":{"@type":"node","@id":3566831717,"@timestamp":1433271838},"coords":"51.567813,0.1298599","bedrooms":"2","price":"213000","area":"509"} , +{"type":"Feature","id":"n3567188640","geometry":{"type":"Point","coordinates":[-0.1621274,51.5144067]},"properties":{"@type":"node","@id":3567188640,"@timestamp":1433283275},"coords":"51.5144067,-0.1621274","bedrooms":"4","price":"261000","area":"440"} , +{"type":"Feature","id":"n3567414476","geometry":{"type":"Point","coordinates":[-0.1645423,51.5159993]},"properties":{"@type":"node","@id":3567414476,"@timestamp":1572496794},"coords":"51.5159993,-0.1645423","bedrooms":"1","price":"296000","area":"421"} , +{"type":"Feature","id":"n3567414929","geometry":{"type":"Point","coordinates":[-0.1649813,51.5162975]},"properties":{"@type":"node","@id":3567414929,"@timestamp":1572496794},"coords":"51.5162975,-0.1649813","bedrooms":"1","price":"279000","area":"646"} , +{"type":"Feature","id":"n3567481110","geometry":{"type":"Point","coordinates":[0.2738217,51.9005935]},"properties":{"@type":"node","@id":3567481110,"@timestamp":1446400722},"coords":"51.9005935,0.2738217","bedrooms":"2","price":"281000","area":"596"} , +{"type":"Feature","id":"n3568266600","geometry":{"type":"Point","coordinates":[-0.1144555,51.3363864]},"properties":{"@type":"node","@id":3568266600,"@timestamp":1543777325},"coords":"51.3363864,-0.1144555","bedrooms":"3","price":"268000","area":"590"} , +{"type":"Feature","id":"n3568531296","geometry":{"type":"Point","coordinates":[-0.1154094,51.3376989]},"properties":{"@type":"node","@id":3568531296,"@timestamp":1543945296},"coords":"51.3376989,-0.1154094","bedrooms":"2","price":"290000","area":"575"} , +{"type":"Feature","id":"n3568596420","geometry":{"type":"Point","coordinates":[-0.1144685,51.3382722]},"properties":{"@type":"node","@id":3568596420,"@timestamp":1485820361},"coords":"51.3382722,-0.1144685","bedrooms":"3","price":"284000","area":"667"} , +{"type":"Feature","id":"n3568654021","geometry":{"type":"Point","coordinates":[-0.1151549,51.3390545]},"properties":{"@type":"node","@id":3568654021,"@timestamp":1433337968},"coords":"51.3390545,-0.1151549","bedrooms":"4","price":"276000","area":"618"} , +{"type":"Feature","id":"n3568820514","geometry":{"type":"Point","coordinates":[-0.2610309,51.2497315]},"properties":{"@type":"node","@id":3568820514,"@timestamp":1561311491},"coords":"51.2497315,-0.2610309","bedrooms":"4","price":"225000","area":"528"} , +{"type":"Feature","id":"n3569107993","geometry":{"type":"Point","coordinates":[-0.116351,51.3387429]},"properties":{"@type":"node","@id":3569107993,"@timestamp":1543777328},"coords":"51.3387429,-0.116351","bedrooms":"2","price":"299000","area":"438"} , +{"type":"Feature","id":"n3569159819","geometry":{"type":"Point","coordinates":[-0.1157854,51.3391137]},"properties":{"@type":"node","@id":3569159819,"@timestamp":1558818168},"coords":"51.3391137,-0.1157854","bedrooms":"0","price":"272000","area":"553"} , +{"type":"Feature","id":"n3569207599","geometry":{"type":"Point","coordinates":[-0.1147075,51.3394961]},"properties":{"@type":"node","@id":3569207599,"@timestamp":1543777330},"coords":"51.3394961,-0.1147075","bedrooms":"2","price":"271000","area":"366"} , +{"type":"Feature","id":"n3569231894","geometry":{"type":"Point","coordinates":[-0.1156132,51.3395284]},"properties":{"@type":"node","@id":3569231894,"@timestamp":1543777331},"coords":"51.3395284,-0.1156132","bedrooms":"4","price":"288000","area":"684"} , +{"type":"Feature","id":"n3569250102","geometry":{"type":"Point","coordinates":[-0.1162796,51.3391276]},"properties":{"@type":"node","@id":3569250102,"@timestamp":1621326815},"coords":"51.3391276,-0.1162796","bedrooms":"0","price":"240000","area":"660"} , +{"type":"Feature","id":"n3569307105","geometry":{"type":"Point","coordinates":[-0.1174137,51.3389188]},"properties":{"@type":"node","@id":3569307105,"@timestamp":1433340923},"coords":"51.3389188,-0.1174137","bedrooms":"2","price":"160000","area":"663"} , +{"type":"Feature","id":"n3569354106","geometry":{"type":"Point","coordinates":[-0.1176697,51.3394774]},"properties":{"@type":"node","@id":3569354106,"@timestamp":1582824123},"coords":"51.3394774,-0.1176697","bedrooms":"4","price":"209000","area":"676"} , +{"type":"Feature","id":"n3569371595","geometry":{"type":"Point","coordinates":[-0.1171848,51.3391529]},"properties":{"@type":"node","@id":3569371595,"@timestamp":1582824123},"coords":"51.3391529,-0.1171848","bedrooms":"3","price":"296000","area":"548"} , +{"type":"Feature","id":"n3570102642","geometry":{"type":"Point","coordinates":[0.4633613,51.7231269]},"properties":{"@type":"node","@id":3570102642,"@timestamp":1433363216},"coords":"51.7231269,0.4633613","bedrooms":"2","price":"243000","area":"475"} , +{"type":"Feature","id":"n3570161815","geometry":{"type":"Point","coordinates":[-0.7152543,51.5244564]},"properties":{"@type":"node","@id":3570161815,"@timestamp":1433364301},"coords":"51.5244564,-0.7152543","bedrooms":"4","price":"287000","area":"557"} , +{"type":"Feature","id":"n3570293644","geometry":{"type":"Point","coordinates":[-0.9507376,51.2464211]},"properties":{"@type":"node","@id":3570293644,"@timestamp":1436466114},"coords":"51.2464211,-0.9507376","bedrooms":"4","price":"185000","area":"388"} , +{"type":"Feature","id":"n3570504021","geometry":{"type":"Point","coordinates":[-0.1672987,51.5177563]},"properties":{"@type":"node","@id":3570504021,"@timestamp":1433377572},"coords":"51.5177563,-0.1672987","bedrooms":"1","price":"185000","area":"686"} , +{"type":"Feature","id":"n3570505030","geometry":{"type":"Point","coordinates":[-0.1663959,51.5171555]},"properties":{"@type":"node","@id":3570505030,"@timestamp":1433377570},"coords":"51.5171555,-0.1663959","bedrooms":"2","price":"272000","area":"432"} , +{"type":"Feature","id":"n3571503993","geometry":{"type":"Point","coordinates":[-0.1797877,51.508558]},"properties":{"@type":"node","@id":3571503993,"@timestamp":1433412027},"coords":"51.508558,-0.1797877","bedrooms":"1","price":"191000","area":"595"} , +{"type":"Feature","id":"n3571504003","geometry":{"type":"Point","coordinates":[-0.1808534,51.50825]},"properties":{"@type":"node","@id":3571504003,"@timestamp":1433412027},"coords":"51.50825,-0.1808534","bedrooms":"2","price":"241000","area":"634"} , +{"type":"Feature","id":"n3572390541","geometry":{"type":"Point","coordinates":[-0.4218814,51.4189233]},"properties":{"@type":"node","@id":3572390541,"@timestamp":1433433333},"coords":"51.4189233,-0.4218814","bedrooms":"1","price":"158000","area":"403"} , +{"type":"Feature","id":"n3572537298","geometry":{"type":"Point","coordinates":[-0.4663123,51.435349]},"properties":{"@type":"node","@id":3572537298,"@timestamp":1623796497},"coords":"51.435349,-0.4663123","bedrooms":"2","price":"152000","area":"505"} , +{"type":"Feature","id":"n3572537434","geometry":{"type":"Point","coordinates":[-0.4627503,51.4416727]},"properties":{"@type":"node","@id":3572537434,"@timestamp":1457995212},"coords":"51.4416727,-0.4627503","bedrooms":"0","price":"200000","area":"436"} , +{"type":"Feature","id":"n3573166698","geometry":{"type":"Point","coordinates":[-0.4657831,51.4347254]},"properties":{"@type":"node","@id":3573166698,"@timestamp":1433453302},"coords":"51.4347254,-0.4657831","bedrooms":"4","price":"226000","area":"670"} , +{"type":"Feature","id":"n3573166708","geometry":{"type":"Point","coordinates":[-0.4597814,51.4324082]},"properties":{"@type":"node","@id":3573166708,"@timestamp":1543774644},"coords":"51.4324082,-0.4597814","bedrooms":"1","price":"285000","area":"654"} , +{"type":"Feature","id":"n3573166718","geometry":{"type":"Point","coordinates":[-0.4646684,51.4335019]},"properties":{"@type":"node","@id":3573166718,"@timestamp":1433453303},"coords":"51.4335019,-0.4646684","bedrooms":"3","price":"250000","area":"486"} , +{"type":"Feature","id":"n3573166729","geometry":{"type":"Point","coordinates":[-0.4651483,51.433728]},"properties":{"@type":"node","@id":3573166729,"@timestamp":1476294965},"coords":"51.433728,-0.4651483","bedrooms":"2","price":"158000","area":"528"} , +{"type":"Feature","id":"n3573166739","geometry":{"type":"Point","coordinates":[-0.4656997,51.4343688]},"properties":{"@type":"node","@id":3573166739,"@timestamp":1623796497},"coords":"51.4343688,-0.4656997","bedrooms":"3","price":"198000","area":"360"} , +{"type":"Feature","id":"n3573166750","geometry":{"type":"Point","coordinates":[-0.4656069,51.434231]},"properties":{"@type":"node","@id":3573166750,"@timestamp":1623796497},"coords":"51.434231,-0.4656069","bedrooms":"1","price":"178000","area":"525"} , +{"type":"Feature","id":"n3573166764","geometry":{"type":"Point","coordinates":[-0.4595101,51.4323582]},"properties":{"@type":"node","@id":3573166764,"@timestamp":1433453305},"coords":"51.4323582,-0.4595101","bedrooms":"0","price":"248000","area":"369"} , +{"type":"Feature","id":"n3573387132","geometry":{"type":"Point","coordinates":[-0.1668799,51.517874]},"properties":{"@type":"node","@id":3573387132,"@timestamp":1620983764},"coords":"51.517874,-0.1668799","bedrooms":"2","price":"168000","area":"399"} , +{"type":"Feature","id":"n3574226336","geometry":{"type":"Point","coordinates":[-0.4617989,51.4328113]},"properties":{"@type":"node","@id":3574226336,"@timestamp":1433497019},"coords":"51.4328113,-0.4617989","bedrooms":"2","price":"175000","area":"591"} , +{"type":"Feature","id":"n3574387899","geometry":{"type":"Point","coordinates":[-0.0246994,51.5225415]},"properties":{"@type":"node","@id":3574387899,"@timestamp":1588588927},"coords":"51.5225415,-0.0246994","bedrooms":"0","price":"202000","area":"485"} , +{"type":"Feature","id":"n3574477697","geometry":{"type":"Point","coordinates":[-0.5740367,51.1168308]},"properties":{"@type":"node","@id":3574477697,"@timestamp":1433503800},"coords":"51.1168308,-0.5740367","bedrooms":"0","price":"195000","area":"547"} , +{"type":"Feature","id":"n3574629801","geometry":{"type":"Point","coordinates":[-0.1246428,51.4003996]},"properties":{"@type":"node","@id":3574629801,"@timestamp":1433507390},"coords":"51.4003996,-0.1246428","bedrooms":"4","price":"239000","area":"527"} , +{"type":"Feature","id":"n3574808276","geometry":{"type":"Point","coordinates":[-0.0175623,51.5273154]},"properties":{"@type":"node","@id":3574808276,"@timestamp":1588085462},"coords":"51.5273154,-0.0175623","bedrooms":"0","price":"195000","area":"484"} , +{"type":"Feature","id":"n3574869598","geometry":{"type":"Point","coordinates":[-0.0517923,51.4663737]},"properties":{"@type":"node","@id":3574869598,"@timestamp":1433516966},"coords":"51.4663737,-0.0517923","bedrooms":"3","price":"190000","area":"536"} , +{"type":"Feature","id":"n3575491351","geometry":{"type":"Point","coordinates":[-0.1695067,51.5180491]},"properties":{"@type":"node","@id":3575491351,"@timestamp":1570901756},"coords":"51.5180491,-0.1695067","bedrooms":"3","price":"244000","area":"565"} , +{"type":"Feature","id":"n3575492625","geometry":{"type":"Point","coordinates":[-0.170638,51.5173809]},"properties":{"@type":"node","@id":3575492625,"@timestamp":1433540858},"coords":"51.5173809,-0.170638","bedrooms":"4","price":"178000","area":"591"} , +{"type":"Feature","id":"n3575733800","geometry":{"type":"Point","coordinates":[-0.1715833,51.5162564]},"properties":{"@type":"node","@id":3575733800,"@timestamp":1571286193},"coords":"51.5162564,-0.1715833","bedrooms":"4","price":"166000","area":"461"} , +{"type":"Feature","id":"n3576622822","geometry":{"type":"Point","coordinates":[-0.0255205,51.512889]},"properties":{"@type":"node","@id":3576622822,"@timestamp":1592249015},"coords":"51.512889,-0.0255205","bedrooms":"2","price":"229000","area":"498"} , +{"type":"Feature","id":"n3577479095","geometry":{"type":"Point","coordinates":[-0.043028,51.5330991]},"properties":{"@type":"node","@id":3577479095,"@timestamp":1624098561},"coords":"51.5330991,-0.043028","bedrooms":"2","price":"186000","area":"461"} , +{"type":"Feature","id":"n3577509454","geometry":{"type":"Point","coordinates":[-0.046708,51.535228]},"properties":{"@type":"node","@id":3577509454,"@timestamp":1615136710},"coords":"51.535228,-0.046708","bedrooms":"0","price":"158000","area":"430"} , +{"type":"Feature","id":"n3577509465","geometry":{"type":"Point","coordinates":[-0.0433866,51.5347806]},"properties":{"@type":"node","@id":3577509465,"@timestamp":1536883119},"coords":"51.5347806,-0.0433866","bedrooms":"0","price":"197000","area":"640"} , +{"type":"Feature","id":"n3577509475","geometry":{"type":"Point","coordinates":[-0.0487384,51.5356368]},"properties":{"@type":"node","@id":3577509475,"@timestamp":1625918079},"coords":"51.5356368,-0.0487384","bedrooms":"0","price":"247000","area":"366"} , +{"type":"Feature","id":"n3577509487","geometry":{"type":"Point","coordinates":[-0.0495967,51.5343254]},"properties":{"@type":"node","@id":3577509487,"@timestamp":1627208511},"coords":"51.5343254,-0.0495967","bedrooms":"1","price":"246000","area":"561"} , +{"type":"Feature","id":"n3577509898","geometry":{"type":"Point","coordinates":[-0.0490655,51.5348501]},"properties":{"@type":"node","@id":3577509898,"@timestamp":1511306779},"coords":"51.5348501,-0.0490655","bedrooms":"0","price":"297000","area":"586"} , +{"type":"Feature","id":"n3577510123","geometry":{"type":"Point","coordinates":[-1.0215005,51.5849149]},"properties":{"@type":"node","@id":3577510123,"@timestamp":1476082370},"coords":"51.5849149,-1.0215005","bedrooms":"0","price":"269000","area":"688"} , +{"type":"Feature","id":"n3577561813","geometry":{"type":"Point","coordinates":[0.4604948,51.7222642]},"properties":{"@type":"node","@id":3577561813,"@timestamp":1433627185},"coords":"51.7222642,0.4604948","bedrooms":"4","price":"208000","area":"430"} , +{"type":"Feature","id":"n3577638107","geometry":{"type":"Point","coordinates":[-0.1186698,51.533419]},"properties":{"@type":"node","@id":3577638107,"@timestamp":1625887866},"coords":"51.533419,-0.1186698","bedrooms":"0","price":"210000","area":"538"} , +{"type":"Feature","id":"n3578099039","geometry":{"type":"Point","coordinates":[0.343935,51.4545188]},"properties":{"@type":"node","@id":3578099039,"@timestamp":1574049072},"coords":"51.4545188,0.343935","bedrooms":"2","price":"286000","area":"594"} , +{"type":"Feature","id":"n3578177741","geometry":{"type":"Point","coordinates":[-0.6495157,50.9434419]},"properties":{"@type":"node","@id":3578177741,"@timestamp":1433668664},"coords":"50.9434419,-0.6495157","bedrooms":"4","price":"291000","area":"485"} , +{"type":"Feature","id":"n3578177777","geometry":{"type":"Point","coordinates":[-0.6542548,50.9444389]},"properties":{"@type":"node","@id":3578177777,"@timestamp":1433668665},"coords":"50.9444389,-0.6542548","bedrooms":"0","price":"290000","area":"392"} , +{"type":"Feature","id":"n3578236717","geometry":{"type":"Point","coordinates":[-0.0362975,51.6570359]},"properties":{"@type":"node","@id":3578236717,"@timestamp":1602620924},"coords":"51.6570359,-0.0362975","bedrooms":"0","price":"250000","area":"680"} , +{"type":"Feature","id":"n3578243105","geometry":{"type":"Point","coordinates":[-0.0340104,51.6529396]},"properties":{"@type":"node","@id":3578243105,"@timestamp":1602155188},"coords":"51.6529396,-0.0340104","bedrooms":"4","price":"184000","area":"537"} , +{"type":"Feature","id":"n3578251209","geometry":{"type":"Point","coordinates":[-0.033651,51.6529263]},"properties":{"@type":"node","@id":3578251209,"@timestamp":1602155188},"coords":"51.6529263,-0.033651","bedrooms":"4","price":"213000","area":"687"} , +{"type":"Feature","id":"n3578251222","geometry":{"type":"Point","coordinates":[-0.0332551,51.6533]},"properties":{"@type":"node","@id":3578251222,"@timestamp":1433674120},"coords":"51.6533,-0.0332551","bedrooms":"2","price":"254000","area":"606"} , +{"type":"Feature","id":"n3578260138","geometry":{"type":"Point","coordinates":[-0.0320588,51.652323]},"properties":{"@type":"node","@id":3578260138,"@timestamp":1602155188},"coords":"51.652323,-0.0320588","bedrooms":"0","price":"212000","area":"457"} , +{"type":"Feature","id":"n3578260151","geometry":{"type":"Point","coordinates":[-0.0323405,51.6515625]},"properties":{"@type":"node","@id":3578260151,"@timestamp":1602155188},"coords":"51.6515625,-0.0323405","bedrooms":"4","price":"170000","area":"526"} , +{"type":"Feature","id":"n3578270498","geometry":{"type":"Point","coordinates":[-0.0320081,51.6534346]},"properties":{"@type":"node","@id":3578270498,"@timestamp":1602194929},"coords":"51.6534346,-0.0320081","bedrooms":"1","price":"253000","area":"381"} , +{"type":"Feature","id":"n3578291208","geometry":{"type":"Point","coordinates":[-0.0330502,51.6528221]},"properties":{"@type":"node","@id":3578291208,"@timestamp":1623858761},"coords":"51.6528221,-0.0330502","bedrooms":"0","price":"214000","area":"440"} , +{"type":"Feature","id":"n3578487151","geometry":{"type":"Point","coordinates":[-0.4995872,51.7467169]},"properties":{"@type":"node","@id":3578487151,"@timestamp":1633361377},"coords":"51.7467169,-0.4995872","bedrooms":"0","price":"229000","area":"678"} , +{"type":"Feature","id":"n3578529350","geometry":{"type":"Point","coordinates":[-0.4729543,51.6068057]},"properties":{"@type":"node","@id":3578529350,"@timestamp":1524240404},"coords":"51.6068057,-0.4729543","bedrooms":"3","price":"248000","area":"688"} , +{"type":"Feature","id":"n3578595670","geometry":{"type":"Point","coordinates":[-0.9405398,51.4349798]},"properties":{"@type":"node","@id":3578595670,"@timestamp":1586965123},"coords":"51.4349798,-0.9405398","bedrooms":"2","price":"171000","area":"407"} , +{"type":"Feature","id":"n3578597212","geometry":{"type":"Point","coordinates":[-0.9405291,51.4362629]},"properties":{"@type":"node","@id":3578597212,"@timestamp":1612092943},"coords":"51.4362629,-0.9405291","bedrooms":"4","price":"268000","area":"678"} , +{"type":"Feature","id":"n3578719603","geometry":{"type":"Point","coordinates":[-0.4885993,51.4914443]},"properties":{"@type":"node","@id":3578719603,"@timestamp":1433693492},"coords":"51.4914443,-0.4885993","bedrooms":"0","price":"263000","area":"690"} , +{"type":"Feature","id":"n3578804627","geometry":{"type":"Point","coordinates":[-1.0221941,51.5856192]},"properties":{"@type":"node","@id":3578804627,"@timestamp":1435506727},"coords":"51.5856192,-1.0221941","bedrooms":"4","price":"228000","area":"423"} , +{"type":"Feature","id":"n3579105051","geometry":{"type":"Point","coordinates":[-0.030471,51.6558309]},"properties":{"@type":"node","@id":3579105051,"@timestamp":1433706675},"coords":"51.6558309,-0.030471","bedrooms":"0","price":"176000","area":"561"} , +{"type":"Feature","id":"n3579139990","geometry":{"type":"Point","coordinates":[-0.030088,51.654838]},"properties":{"@type":"node","@id":3579139990,"@timestamp":1433766104},"coords":"51.654838,-0.030088","bedrooms":"1","price":"175000","area":"405"} , +{"type":"Feature","id":"n3579143368","geometry":{"type":"Point","coordinates":[-0.9697071,51.4292049]},"properties":{"@type":"node","@id":3579143368,"@timestamp":1489259184},"coords":"51.4292049,-0.9697071","bedrooms":"0","price":"152000","area":"605"} , +{"type":"Feature","id":"n3579185982","geometry":{"type":"Point","coordinates":[-0.0298835,51.6541936]},"properties":{"@type":"node","@id":3579185982,"@timestamp":1433708285},"coords":"51.6541936,-0.0298835","bedrooms":"2","price":"217000","area":"521"} , +{"type":"Feature","id":"n3579230106","geometry":{"type":"Point","coordinates":[-0.0293801,51.6502191]},"properties":{"@type":"node","@id":3579230106,"@timestamp":1454444563},"coords":"51.6502191,-0.0293801","bedrooms":"4","price":"282000","area":"361"} , +{"type":"Feature","id":"n3579295595","geometry":{"type":"Point","coordinates":[-0.0374758,51.6469934]},"properties":{"@type":"node","@id":3579295595,"@timestamp":1557145379},"coords":"51.6469934,-0.0374758","bedrooms":"4","price":"260000","area":"574"} , +{"type":"Feature","id":"n3579302127","geometry":{"type":"Point","coordinates":[-0.0396565,51.6462515]},"properties":{"@type":"node","@id":3579302127,"@timestamp":1602156023},"coords":"51.6462515,-0.0396565","bedrooms":"4","price":"202000","area":"438"} , +{"type":"Feature","id":"n3579302141","geometry":{"type":"Point","coordinates":[-0.0406526,51.6466963]},"properties":{"@type":"node","@id":3579302141,"@timestamp":1602156023},"coords":"51.6466963,-0.0406526","bedrooms":"3","price":"193000","area":"544"} , +{"type":"Feature","id":"n3579331364","geometry":{"type":"Point","coordinates":[-0.1319834,51.5078341]},"properties":{"@type":"node","@id":3579331364,"@timestamp":1433973571},"coords":"51.5078341,-0.1319834","bedrooms":"0","price":"204000","area":"408"} , +{"type":"Feature","id":"n3579352235","geometry":{"type":"Point","coordinates":[-0.017783,51.5488153]},"properties":{"@type":"node","@id":3579352235,"@timestamp":1433715645},"coords":"51.5488153,-0.017783","bedrooms":"1","price":"198000","area":"464"} , +{"type":"Feature","id":"n3579352252","geometry":{"type":"Point","coordinates":[-0.0159216,51.5477095]},"properties":{"@type":"node","@id":3579352252,"@timestamp":1433715646},"coords":"51.5477095,-0.0159216","bedrooms":"2","price":"187000","area":"629"} , +{"type":"Feature","id":"n3580139665","geometry":{"type":"Point","coordinates":[0.2843999,51.5594571]},"properties":{"@type":"node","@id":3580139665,"@timestamp":1433756959},"coords":"51.5594571,0.2843999","bedrooms":"2","price":"173000","area":"507"} , +{"type":"Feature","id":"n3580190341","geometry":{"type":"Point","coordinates":[0.1370821,51.7770479]},"properties":{"@type":"node","@id":3580190341,"@timestamp":1433757946},"coords":"51.7770479,0.1370821","bedrooms":"4","price":"273000","area":"545"} , +{"type":"Feature","id":"n3580207157","geometry":{"type":"Point","coordinates":[0.0814262,51.7670812]},"properties":{"@type":"node","@id":3580207157,"@timestamp":1433758441},"coords":"51.7670812,0.0814262","bedrooms":"0","price":"222000","area":"588"} , +{"type":"Feature","id":"n3580365022","geometry":{"type":"Point","coordinates":[0.1099563,51.7723874]},"properties":{"@type":"node","@id":3580365022,"@timestamp":1433762798},"coords":"51.7723874,0.1099563","bedrooms":"0","price":"160000","area":"411"} , +{"type":"Feature","id":"n3580689265","geometry":{"type":"Point","coordinates":[-0.2230989,51.6060802]},"properties":{"@type":"node","@id":3580689265,"@timestamp":1433772134},"coords":"51.6060802,-0.2230989","bedrooms":"0","price":"166000","area":"457"} , +{"type":"Feature","id":"n3581332545","geometry":{"type":"Point","coordinates":[-0.1155501,51.5142725]},"properties":{"@type":"node","@id":3581332545,"@timestamp":1496618457},"coords":"51.5142725,-0.1155501","bedrooms":"1","price":"164000","area":"381"} , +{"type":"Feature","id":"n3581478965","geometry":{"type":"Point","coordinates":[-0.2244268,51.60566]},"properties":{"@type":"node","@id":3581478965,"@timestamp":1433791189},"coords":"51.60566,-0.2244268","bedrooms":"2","price":"299000","area":"520"} , +{"type":"Feature","id":"n3581480001","geometry":{"type":"Point","coordinates":[-0.2236204,51.6066647]},"properties":{"@type":"node","@id":3581480001,"@timestamp":1433791195},"coords":"51.6066647,-0.2236204","bedrooms":"0","price":"227000","area":"496"} , +{"type":"Feature","id":"n3581512339","geometry":{"type":"Point","coordinates":[-0.2239349,51.6060864]},"properties":{"@type":"node","@id":3581512339,"@timestamp":1433791822},"coords":"51.6060864,-0.2239349","bedrooms":"1","price":"293000","area":"606"} , +{"type":"Feature","id":"n3581710118","geometry":{"type":"Point","coordinates":[-0.0092636,51.5238807]},"properties":{"@type":"node","@id":3581710118,"@timestamp":1433796151},"coords":"51.5238807,-0.0092636","bedrooms":"0","price":"188000","area":"523"} , +{"type":"Feature","id":"n3581895443","geometry":{"type":"Point","coordinates":[-0.2147257,51.4730498]},"properties":{"@type":"node","@id":3581895443,"@timestamp":1580916978},"coords":"51.4730498,-0.2147257","bedrooms":"0","price":"164000","area":"430"} , +{"type":"Feature","id":"n3582958595","geometry":{"type":"Point","coordinates":[0.0126764,51.4854251]},"properties":{"@type":"node","@id":3582958595,"@timestamp":1433842542},"coords":"51.4854251,0.0126764","bedrooms":"4","price":"174000","area":"641"} , +{"type":"Feature","id":"n3583302233","geometry":{"type":"Point","coordinates":[-0.0130348,51.4948949]},"properties":{"@type":"node","@id":3583302233,"@timestamp":1616678588},"coords":"51.4948949,-0.0130348","bedrooms":"2","price":"240000","area":"665"} , +{"type":"Feature","id":"n3583521451","geometry":{"type":"Point","coordinates":[0.0397413,51.4893657]},"properties":{"@type":"node","@id":3583521451,"@timestamp":1628682736},"coords":"51.4893657,0.0397413","bedrooms":"3","price":"199000","area":"406"} , +{"type":"Feature","id":"n3584282855","geometry":{"type":"Point","coordinates":[0.4556772,51.7316971]},"properties":{"@type":"node","@id":3584282855,"@timestamp":1433881842},"coords":"51.7316971,0.4556772","bedrooms":"2","price":"208000","area":"694"} , +{"type":"Feature","id":"n3584603472","geometry":{"type":"Point","coordinates":[-0.015681,51.5696734]},"properties":{"@type":"node","@id":3584603472,"@timestamp":1504862982},"coords":"51.5696734,-0.015681","bedrooms":"4","price":"204000","area":"687"} , +{"type":"Feature","id":"n3585943085","geometry":{"type":"Point","coordinates":[-0.0589661,51.5729396]},"properties":{"@type":"node","@id":3585943085,"@timestamp":1433943115},"coords":"51.5729396,-0.0589661","bedrooms":"1","price":"193000","area":"578"} , +{"type":"Feature","id":"n3585944605","geometry":{"type":"Point","coordinates":[-0.0585476,51.5703356]},"properties":{"@type":"node","@id":3585944605,"@timestamp":1433943115},"coords":"51.5703356,-0.0585476","bedrooms":"1","price":"220000","area":"473"} , +{"type":"Feature","id":"n3585944624","geometry":{"type":"Point","coordinates":[-0.0592691,51.5700873]},"properties":{"@type":"node","@id":3585944624,"@timestamp":1493134210},"coords":"51.5700873,-0.0592691","bedrooms":"2","price":"271000","area":"693"} , +{"type":"Feature","id":"n3585944639","geometry":{"type":"Point","coordinates":[-0.05689,51.5706807]},"properties":{"@type":"node","@id":3585944639,"@timestamp":1433943116},"coords":"51.5706807,-0.05689","bedrooms":"1","price":"219000","area":"396"} , +{"type":"Feature","id":"n3585944651","geometry":{"type":"Point","coordinates":[-0.0606612,51.5719343]},"properties":{"@type":"node","@id":3585944651,"@timestamp":1493134210},"coords":"51.5719343,-0.0606612","bedrooms":"3","price":"256000","area":"486"} , +{"type":"Feature","id":"n3585957505","geometry":{"type":"Point","coordinates":[-0.0626702,51.5712157]},"properties":{"@type":"node","@id":3585957505,"@timestamp":1493134210},"coords":"51.5712157,-0.0626702","bedrooms":"1","price":"251000","area":"661"} , +{"type":"Feature","id":"n3585957516","geometry":{"type":"Point","coordinates":[-0.0554363,51.5693986]},"properties":{"@type":"node","@id":3585957516,"@timestamp":1433943666},"coords":"51.5693986,-0.0554363","bedrooms":"4","price":"176000","area":"587"} , +{"type":"Feature","id":"n3585957529","geometry":{"type":"Point","coordinates":[-0.0588507,51.569372]},"properties":{"@type":"node","@id":3585957529,"@timestamp":1493134211},"coords":"51.569372,-0.0588507","bedrooms":"4","price":"254000","area":"595"} , +{"type":"Feature","id":"n3585957540","geometry":{"type":"Point","coordinates":[-0.061702,51.5714809]},"properties":{"@type":"node","@id":3585957540,"@timestamp":1493134211},"coords":"51.5714809,-0.061702","bedrooms":"2","price":"249000","area":"388"} , +{"type":"Feature","id":"n3585957556","geometry":{"type":"Point","coordinates":[-0.056882,51.5693486]},"properties":{"@type":"node","@id":3585957556,"@timestamp":1433943667},"coords":"51.5693486,-0.056882","bedrooms":"1","price":"238000","area":"537"} , +{"type":"Feature","id":"n3585957573","geometry":{"type":"Point","coordinates":[-0.0595563,51.5701704]},"properties":{"@type":"node","@id":3585957573,"@timestamp":1493134211},"coords":"51.5701704,-0.0595563","bedrooms":"2","price":"214000","area":"525"} , +{"type":"Feature","id":"n3585957586","geometry":{"type":"Point","coordinates":[-0.0587166,51.5692086]},"properties":{"@type":"node","@id":3585957586,"@timestamp":1493134212},"coords":"51.5692086,-0.0587166","bedrooms":"2","price":"269000","area":"665"} , +{"type":"Feature","id":"n3585958901","geometry":{"type":"Point","coordinates":[-0.0567023,51.5693569]},"properties":{"@type":"node","@id":3585958901,"@timestamp":1433943669},"coords":"51.5693569,-0.0567023","bedrooms":"4","price":"241000","area":"425"} , +{"type":"Feature","id":"n3585958913","geometry":{"type":"Point","coordinates":[-0.0613346,51.5703922]},"properties":{"@type":"node","@id":3585958913,"@timestamp":1493134212},"coords":"51.5703922,-0.0613346","bedrooms":"3","price":"190000","area":"613"} , +{"type":"Feature","id":"n3585958925","geometry":{"type":"Point","coordinates":[-0.058789,51.5698771]},"properties":{"@type":"node","@id":3585958925,"@timestamp":1493134212},"coords":"51.5698771,-0.058789","bedrooms":"4","price":"168000","area":"559"} , +{"type":"Feature","id":"n3586055706","geometry":{"type":"Point","coordinates":[-0.0533737,51.5704889]},"properties":{"@type":"node","@id":3586055706,"@timestamp":1433947146},"coords":"51.5704889,-0.0533737","bedrooms":"4","price":"177000","area":"456"} , +{"type":"Feature","id":"n3586055720","geometry":{"type":"Point","coordinates":[-0.0516517,51.5722693]},"properties":{"@type":"node","@id":3586055720,"@timestamp":1433947147},"coords":"51.5722693,-0.0516517","bedrooms":"2","price":"191000","area":"542"} , +{"type":"Feature","id":"n3586055734","geometry":{"type":"Point","coordinates":[-0.0547416,51.5742264]},"properties":{"@type":"node","@id":3586055734,"@timestamp":1433947148},"coords":"51.5742264,-0.0547416","bedrooms":"2","price":"258000","area":"502"} , +{"type":"Feature","id":"n3586055749","geometry":{"type":"Point","coordinates":[-0.0542938,51.5745914]},"properties":{"@type":"node","@id":3586055749,"@timestamp":1433947148},"coords":"51.5745914,-0.0542938","bedrooms":"4","price":"220000","area":"375"} , +{"type":"Feature","id":"n3586118493","geometry":{"type":"Point","coordinates":[0.4760878,51.7406869]},"properties":{"@type":"node","@id":3586118493,"@timestamp":1508799031},"coords":"51.7406869,0.4760878","bedrooms":"3","price":"268000","area":"653"} , +{"type":"Feature","id":"n3586280584","geometry":{"type":"Point","coordinates":[0.4658777,51.7361636]},"properties":{"@type":"node","@id":3586280584,"@timestamp":1617079403},"coords":"51.7361636,0.4658777","bedrooms":"4","price":"262000","area":"434"} , +{"type":"Feature","id":"n3586280794","geometry":{"type":"Point","coordinates":[0.4657691,51.7368681]},"properties":{"@type":"node","@id":3586280794,"@timestamp":1617079403},"coords":"51.7368681,0.4657691","bedrooms":"4","price":"212000","area":"403"} , +{"type":"Feature","id":"n3586306174","geometry":{"type":"Point","coordinates":[0.4636744,51.7355495]},"properties":{"@type":"node","@id":3586306174,"@timestamp":1446527576},"coords":"51.7355495,0.4636744","bedrooms":"1","price":"294000","area":"503"} , +{"type":"Feature","id":"n3586388389","geometry":{"type":"Point","coordinates":[0.4616369,51.7251553]},"properties":{"@type":"node","@id":3586388389,"@timestamp":1433958535},"coords":"51.7251553,0.4616369","bedrooms":"0","price":"212000","area":"483"} , +{"type":"Feature","id":"n3586792693","geometry":{"type":"Point","coordinates":[-0.1199716,51.5326358]},"properties":{"@type":"node","@id":3586792693,"@timestamp":1433973412},"coords":"51.5326358,-0.1199716","bedrooms":"0","price":"157000","area":"361"} , +{"type":"Feature","id":"n3586945320","geometry":{"type":"Point","coordinates":[-0.1171609,51.5344694]},"properties":{"@type":"node","@id":3586945320,"@timestamp":1433980461},"coords":"51.5344694,-0.1171609","bedrooms":"0","price":"167000","area":"535"} , +{"type":"Feature","id":"n3587713451","geometry":{"type":"Point","coordinates":[0.0011381,51.4063816]},"properties":{"@type":"node","@id":3587713451,"@timestamp":1434021018},"coords":"51.4063816,0.0011381","bedrooms":"2","price":"224000","area":"610"} , +{"type":"Feature","id":"n3587762199","geometry":{"type":"Point","coordinates":[-0.5289329,51.2243884]},"properties":{"@type":"node","@id":3587762199,"@timestamp":1434023584},"coords":"51.2243884,-0.5289329","bedrooms":"4","price":"231000","area":"392"} , +{"type":"Feature","id":"n3588391655","geometry":{"type":"Point","coordinates":[0.4710983,51.7367887]},"properties":{"@type":"node","@id":3588391655,"@timestamp":1434250923},"coords":"51.7367887,0.4710983","bedrooms":"1","price":"248000","area":"441"} , +{"type":"Feature","id":"n3588464525","geometry":{"type":"Point","coordinates":[-0.3545845,51.8154704]},"properties":{"@type":"node","@id":3588464525,"@timestamp":1485528258},"coords":"51.8154704,-0.3545845","bedrooms":"3","price":"247000","area":"365"} , +{"type":"Feature","id":"n3588597212","geometry":{"type":"Point","coordinates":[-0.7192735,51.2234503]},"properties":{"@type":"node","@id":3588597212,"@timestamp":1587990431},"coords":"51.2234503,-0.7192735","bedrooms":"1","price":"288000","area":"549"} , +{"type":"Feature","id":"n3588619151","geometry":{"type":"Point","coordinates":[-0.1522256,51.5188142]},"properties":{"@type":"node","@id":3588619151,"@timestamp":1434063756},"coords":"51.5188142,-0.1522256","bedrooms":"3","price":"212000","area":"360"} , +{"type":"Feature","id":"n3589320452","geometry":{"type":"Point","coordinates":[0.2608304,51.5131543]},"properties":{"@type":"node","@id":3589320452,"@timestamp":1434095028},"coords":"51.5131543,0.2608304","bedrooms":"0","price":"211000","area":"379"} , +{"type":"Feature","id":"n3589425583","geometry":{"type":"Point","coordinates":[0.0220489,51.5327339]},"properties":{"@type":"node","@id":3589425583,"@timestamp":1616258400},"coords":"51.5327339,0.0220489","bedrooms":"4","price":"164000","area":"398"} , +{"type":"Feature","id":"n3589661016","geometry":{"type":"Point","coordinates":[0.2691745,51.5765268]},"properties":{"@type":"node","@id":3589661016,"@timestamp":1554987458},"coords":"51.5765268,0.2691745","bedrooms":"0","price":"218000","area":"629"} , +{"type":"Feature","id":"n3589870867","geometry":{"type":"Point","coordinates":[0.1311643,51.7841345]},"properties":{"@type":"node","@id":3589870867,"@timestamp":1434113870},"coords":"51.7841345,0.1311643","bedrooms":"0","price":"187000","area":"357"} , +{"type":"Feature","id":"n3589872587","geometry":{"type":"Point","coordinates":[0.1309832,51.783764]},"properties":{"@type":"node","@id":3589872587,"@timestamp":1434113919},"coords":"51.783764,0.1309832","bedrooms":"0","price":"163000","area":"451"} , +{"type":"Feature","id":"n3589872857","geometry":{"type":"Point","coordinates":[0.1215083,51.7807772]},"properties":{"@type":"node","@id":3589872857,"@timestamp":1434114040},"coords":"51.7807772,0.1215083","bedrooms":"3","price":"234000","area":"664"} , +{"type":"Feature","id":"n3589876915","geometry":{"type":"Point","coordinates":[0.1258468,51.781712]},"properties":{"@type":"node","@id":3589876915,"@timestamp":1434113990},"coords":"51.781712,0.1258468","bedrooms":"4","price":"173000","area":"565"} , +{"type":"Feature","id":"n3589882490","geometry":{"type":"Point","coordinates":[0.1167317,51.7790402]},"properties":{"@type":"node","@id":3589882490,"@timestamp":1434114142},"coords":"51.7790402,0.1167317","bedrooms":"1","price":"289000","area":"473"} , +{"type":"Feature","id":"n3589883801","geometry":{"type":"Point","coordinates":[-0.1934313,51.5336917]},"properties":{"@type":"node","@id":3589883801,"@timestamp":1434114214},"coords":"51.5336917,-0.1934313","bedrooms":"2","price":"279000","area":"385"} , +{"type":"Feature","id":"n3589893210","geometry":{"type":"Point","coordinates":[0.0985308,51.772063]},"properties":{"@type":"node","@id":3589893210,"@timestamp":1434114579},"coords":"51.772063,0.0985308","bedrooms":"0","price":"283000","area":"665"} , +{"type":"Feature","id":"n3589944419","geometry":{"type":"Point","coordinates":[0.0833516,51.7657169]},"properties":{"@type":"node","@id":3589944419,"@timestamp":1434115326},"coords":"51.7657169,0.0833516","bedrooms":"4","price":"213000","area":"652"} , +{"type":"Feature","id":"n3590032983","geometry":{"type":"Point","coordinates":[0.0926008,51.7660461]},"properties":{"@type":"node","@id":3590032983,"@timestamp":1434116530},"coords":"51.7660461,0.0926008","bedrooms":"4","price":"167000","area":"382"} , +{"type":"Feature","id":"n3590034662","geometry":{"type":"Point","coordinates":[0.1146641,51.7689938]},"properties":{"@type":"node","@id":3590034662,"@timestamp":1434116705},"coords":"51.7689938,0.1146641","bedrooms":"3","price":"292000","area":"493"} , +{"type":"Feature","id":"n3590068278","geometry":{"type":"Point","coordinates":[0.1177063,51.7693188]},"properties":{"@type":"node","@id":3590068278,"@timestamp":1434117097},"coords":"51.7693188,0.1177063","bedrooms":"2","price":"257000","area":"447"} , +{"type":"Feature","id":"n3590073446","geometry":{"type":"Point","coordinates":[0.1195079,51.7711017]},"properties":{"@type":"node","@id":3590073446,"@timestamp":1434117186},"coords":"51.7711017,0.1195079","bedrooms":"0","price":"188000","area":"476"} , +{"type":"Feature","id":"n3590076908","geometry":{"type":"Point","coordinates":[0.1217095,51.7734267]},"properties":{"@type":"node","@id":3590076908,"@timestamp":1434117311},"coords":"51.7734267,0.1217095","bedrooms":"2","price":"185000","area":"622"} , +{"type":"Feature","id":"n3590083686","geometry":{"type":"Point","coordinates":[0.1285514,51.780672]},"properties":{"@type":"node","@id":3590083686,"@timestamp":1434117495},"coords":"51.780672,0.1285514","bedrooms":"0","price":"171000","area":"408"} , +{"type":"Feature","id":"n3590189096","geometry":{"type":"Point","coordinates":[-0.2364915,51.0973621]},"properties":{"@type":"node","@id":3590189096,"@timestamp":1610014867},"coords":"51.0973621,-0.2364915","bedrooms":"4","price":"277000","area":"528"} , +{"type":"Feature","id":"n3590314186","geometry":{"type":"Point","coordinates":[-0.0412364,51.5998171]},"properties":{"@type":"node","@id":3590314186,"@timestamp":1434125728},"coords":"51.5998171,-0.0412364","bedrooms":"3","price":"232000","area":"554"} , +{"type":"Feature","id":"n3590481733","geometry":{"type":"Point","coordinates":[-0.017007,51.5238468]},"properties":{"@type":"node","@id":3590481733,"@timestamp":1547161497},"coords":"51.5238468,-0.017007","bedrooms":"4","price":"284000","area":"630"} , +{"type":"Feature","id":"n3590481743","geometry":{"type":"Point","coordinates":[-0.0172492,51.5236343]},"properties":{"@type":"node","@id":3590481743,"@timestamp":1434134873},"coords":"51.5236343,-0.0172492","bedrooms":"4","price":"209000","area":"593"} , +{"type":"Feature","id":"n3590481753","geometry":{"type":"Point","coordinates":[-0.0180274,51.5235951]},"properties":{"@type":"node","@id":3590481753,"@timestamp":1434134874},"coords":"51.5235951,-0.0180274","bedrooms":"2","price":"235000","area":"389"} , +{"type":"Feature","id":"n3590481763","geometry":{"type":"Point","coordinates":[-0.0171093,51.5230446]},"properties":{"@type":"node","@id":3590481763,"@timestamp":1624815481},"coords":"51.5230446,-0.0171093","bedrooms":"2","price":"160000","area":"479"} , +{"type":"Feature","id":"n3590610337","geometry":{"type":"Point","coordinates":[0.6826057,51.3275463]},"properties":{"@type":"node","@id":3590610337,"@timestamp":1434138691},"coords":"51.3275463,0.6826057","bedrooms":"3","price":"218000","area":"541"} , +{"type":"Feature","id":"n3590894392","geometry":{"type":"Point","coordinates":[0.0220048,51.5965946]},"properties":{"@type":"node","@id":3590894392,"@timestamp":1434150619},"coords":"51.5965946,0.0220048","bedrooms":"2","price":"160000","area":"649"} , +{"type":"Feature","id":"n3592488124","geometry":{"type":"Point","coordinates":[-0.0582919,51.6716917]},"properties":{"@type":"node","@id":3592488124,"@timestamp":1459626936},"coords":"51.6716917,-0.0582919","bedrooms":"1","price":"179000","area":"414"} , +{"type":"Feature","id":"n3592497778","geometry":{"type":"Point","coordinates":[-0.0549048,51.673949]},"properties":{"@type":"node","@id":3592497778,"@timestamp":1434211994},"coords":"51.673949,-0.0549048","bedrooms":"2","price":"194000","area":"694"} , +{"type":"Feature","id":"n3592523036","geometry":{"type":"Point","coordinates":[-0.0594378,51.6775284]},"properties":{"@type":"node","@id":3592523036,"@timestamp":1434212781},"coords":"51.6775284,-0.0594378","bedrooms":"1","price":"295000","area":"401"} , +{"type":"Feature","id":"n3592587512","geometry":{"type":"Point","coordinates":[-0.0538185,51.6791067]},"properties":{"@type":"node","@id":3592587512,"@timestamp":1557100857},"coords":"51.6791067,-0.0538185","bedrooms":"2","price":"293000","area":"526"} , +{"type":"Feature","id":"n3592607091","geometry":{"type":"Point","coordinates":[-0.0342625,51.7022701]},"properties":{"@type":"node","@id":3592607091,"@timestamp":1434214386},"coords":"51.7022701,-0.0342625","bedrooms":"1","price":"253000","area":"516"} , +{"type":"Feature","id":"n3592700556","geometry":{"type":"Point","coordinates":[-0.9628152,51.2820203]},"properties":{"@type":"node","@id":3592700556,"@timestamp":1434216542},"coords":"51.2820203,-0.9628152","bedrooms":"1","price":"246000","area":"389"} , +{"type":"Feature","id":"n3593241994","geometry":{"type":"Point","coordinates":[0.4656605,51.390192]},"properties":{"@type":"node","@id":3593241994,"@timestamp":1434227365},"coords":"51.390192,0.4656605","bedrooms":"2","price":"227000","area":"612"} , +{"type":"Feature","id":"n3593242193","geometry":{"type":"Point","coordinates":[0.4706592,51.3875161]},"properties":{"@type":"node","@id":3593242193,"@timestamp":1434227364},"coords":"51.3875161,0.4706592","bedrooms":"2","price":"226000","area":"647"} , +{"type":"Feature","id":"n3593242593","geometry":{"type":"Point","coordinates":[0.4755153,51.3920334]},"properties":{"@type":"node","@id":3593242593,"@timestamp":1434227370},"coords":"51.3920334,0.4755153","bedrooms":"4","price":"229000","area":"690"} , +{"type":"Feature","id":"n3593490391","geometry":{"type":"Point","coordinates":[-0.1529469,51.5202464]},"properties":{"@type":"node","@id":3593490391,"@timestamp":1551758638},"coords":"51.5202464,-0.1529469","bedrooms":"2","price":"170000","area":"662"} , +{"type":"Feature","id":"n3593509673","geometry":{"type":"Point","coordinates":[-0.1526179,51.5202936]},"properties":{"@type":"node","@id":3593509673,"@timestamp":1434235227},"coords":"51.5202936,-0.1526179","bedrooms":"0","price":"275000","area":"386"} , +{"type":"Feature","id":"n3594101703","geometry":{"type":"Point","coordinates":[0.7914816,51.2158721]},"properties":{"@type":"node","@id":3594101703,"@timestamp":1460921338},"coords":"51.2158721,0.7914816","bedrooms":"2","price":"262000","area":"641"} , +{"type":"Feature","id":"n3594595742","geometry":{"type":"Point","coordinates":[0.5132145,51.7637204]},"properties":{"@type":"node","@id":3594595742,"@timestamp":1434295422},"coords":"51.7637204,0.5132145","bedrooms":"1","price":"260000","area":"470"} , +{"type":"Feature","id":"n3594598491","geometry":{"type":"Point","coordinates":[0.5118342,51.7636757]},"properties":{"@type":"node","@id":3594598491,"@timestamp":1434295634},"coords":"51.7636757,0.5118342","bedrooms":"0","price":"181000","area":"522"} , +{"type":"Feature","id":"n3594652761","geometry":{"type":"Point","coordinates":[-0.4412872,51.9421179]},"properties":{"@type":"node","@id":3594652761,"@timestamp":1555242679},"coords":"51.9421179,-0.4412872","bedrooms":"3","price":"282000","area":"609"} , +{"type":"Feature","id":"n3594741302","geometry":{"type":"Point","coordinates":[-0.7774991,51.7867425]},"properties":{"@type":"node","@id":3594741302,"@timestamp":1434298808},"coords":"51.7867425,-0.7774991","bedrooms":"3","price":"208000","area":"657"} , +{"type":"Feature","id":"n3594741329","geometry":{"type":"Point","coordinates":[-0.788629,51.8068725]},"properties":{"@type":"node","@id":3594741329,"@timestamp":1635934219},"coords":"51.8068725,-0.788629","bedrooms":"4","price":"233000","area":"479"} , +{"type":"Feature","id":"n3595056975","geometry":{"type":"Point","coordinates":[-0.9624858,51.2817473]},"properties":{"@type":"node","@id":3595056975,"@timestamp":1612802291},"coords":"51.2817473,-0.9624858","bedrooms":"2","price":"178000","area":"389"} , +{"type":"Feature","id":"n3595074608","geometry":{"type":"Point","coordinates":[-0.7967899,51.2338379]},"properties":{"@type":"node","@id":3595074608,"@timestamp":1595090261},"coords":"51.2338379,-0.7967899","bedrooms":"3","price":"174000","area":"413"} , +{"type":"Feature","id":"n3595104319","geometry":{"type":"Point","coordinates":[-0.7908764,51.2320243]},"properties":{"@type":"node","@id":3595104319,"@timestamp":1434313067},"coords":"51.2320243,-0.7908764","bedrooms":"0","price":"224000","area":"452"} , +{"type":"Feature","id":"n3595201053","geometry":{"type":"Point","coordinates":[-0.7901982,51.2210215]},"properties":{"@type":"node","@id":3595201053,"@timestamp":1434315925},"coords":"51.2210215,-0.7901982","bedrooms":"0","price":"248000","area":"602"} , +{"type":"Feature","id":"n3595280708","geometry":{"type":"Point","coordinates":[-0.822859,51.1614037]},"properties":{"@type":"node","@id":3595280708,"@timestamp":1434319927},"coords":"51.1614037,-0.822859","bedrooms":"1","price":"214000","area":"603"} , +{"type":"Feature","id":"n3595282454","geometry":{"type":"Point","coordinates":[-0.17969,51.4164147]},"properties":{"@type":"node","@id":3595282454,"@timestamp":1526515390},"coords":"51.4164147,-0.17969","bedrooms":"2","price":"267000","area":"500"} , +{"type":"Feature","id":"n3595395002","geometry":{"type":"Point","coordinates":[-0.7897241,51.2174784]},"properties":{"@type":"node","@id":3595395002,"@timestamp":1434324522},"coords":"51.2174784,-0.7897241","bedrooms":"2","price":"231000","area":"645"} , +{"type":"Feature","id":"n3595444165","geometry":{"type":"Point","coordinates":[-0.3403328,51.7516052]},"properties":{"@type":"node","@id":3595444165,"@timestamp":1558709521},"coords":"51.7516052,-0.3403328","bedrooms":"3","price":"169000","area":"466"} , +{"type":"Feature","id":"n3595488325","geometry":{"type":"Point","coordinates":[-0.3401286,51.7519662]},"properties":{"@type":"node","@id":3595488325,"@timestamp":1631797685},"coords":"51.7519662,-0.3401286","bedrooms":"4","price":"186000","area":"589"} , +{"type":"Feature","id":"n3595488335","geometry":{"type":"Point","coordinates":[-0.3405894,51.7517817]},"properties":{"@type":"node","@id":3595488335,"@timestamp":1558709521},"coords":"51.7517817,-0.3405894","bedrooms":"0","price":"248000","area":"569"} , +{"type":"Feature","id":"n3595578723","geometry":{"type":"Point","coordinates":[-0.3414481,51.7508899]},"properties":{"@type":"node","@id":3595578723,"@timestamp":1558712745},"coords":"51.7508899,-0.3414481","bedrooms":"0","price":"287000","area":"458"} , +{"type":"Feature","id":"n3595578733","geometry":{"type":"Point","coordinates":[-0.3406679,51.7510497]},"properties":{"@type":"node","@id":3595578733,"@timestamp":1558712743},"coords":"51.7510497,-0.3406679","bedrooms":"1","price":"274000","area":"418"} , +{"type":"Feature","id":"n3596355934","geometry":{"type":"Point","coordinates":[0.8389155,51.7573532]},"properties":{"@type":"node","@id":3596355934,"@timestamp":1434373114},"coords":"51.7573532,0.8389155","bedrooms":"3","price":"286000","area":"628"} , +{"type":"Feature","id":"n3596414608","geometry":{"type":"Point","coordinates":[-0.7734668,51.2176821]},"properties":{"@type":"node","@id":3596414608,"@timestamp":1434374908},"coords":"51.2176821,-0.7734668","bedrooms":"3","price":"282000","area":"449"} , +{"type":"Feature","id":"n3596517994","geometry":{"type":"Point","coordinates":[-0.1511631,51.534173]},"properties":{"@type":"node","@id":3596517994,"@timestamp":1605628151},"coords":"51.534173,-0.1511631","bedrooms":"0","price":"249000","area":"490"} , +{"type":"Feature","id":"n3596533335","geometry":{"type":"Point","coordinates":[-0.1564684,51.5342548]},"properties":{"@type":"node","@id":3596533335,"@timestamp":1551731612},"coords":"51.5342548,-0.1564684","bedrooms":"3","price":"265000","area":"405"} , +{"type":"Feature","id":"n3596761831","geometry":{"type":"Point","coordinates":[0.4587055,51.7324314]},"properties":{"@type":"node","@id":3596761831,"@timestamp":1504370232},"coords":"51.7324314,0.4587055","bedrooms":"4","price":"228000","area":"362"} , +{"type":"Feature","id":"n3596992649","geometry":{"type":"Point","coordinates":[-0.8730061,51.2699983]},"properties":{"@type":"node","@id":3596992649,"@timestamp":1434393736},"coords":"51.2699983,-0.8730061","bedrooms":"1","price":"262000","area":"586"} , +{"type":"Feature","id":"n3597072058","geometry":{"type":"Point","coordinates":[-0.8650684,51.2813248]},"properties":{"@type":"node","@id":3597072058,"@timestamp":1434395868},"coords":"51.2813248,-0.8650684","bedrooms":"4","price":"210000","area":"391"} , +{"type":"Feature","id":"n3597140041","geometry":{"type":"Point","coordinates":[-0.8577134,51.2763944]},"properties":{"@type":"node","@id":3597140041,"@timestamp":1434398142},"coords":"51.2763944,-0.8577134","bedrooms":"4","price":"244000","area":"561"} , +{"type":"Feature","id":"n3597274409","geometry":{"type":"Point","coordinates":[-0.1734364,51.3949819]},"properties":{"@type":"node","@id":3597274409,"@timestamp":1635639343},"coords":"51.3949819,-0.1734364","bedrooms":"3","price":"200000","area":"537"} , +{"type":"Feature","id":"n3597517462","geometry":{"type":"Point","coordinates":[-0.33853,51.7519275]},"properties":{"@type":"node","@id":3597517462,"@timestamp":1558712748},"coords":"51.7519275,-0.33853","bedrooms":"3","price":"253000","area":"608"} , +{"type":"Feature","id":"n3597517473","geometry":{"type":"Point","coordinates":[-0.3383632,51.7515317]},"properties":{"@type":"node","@id":3597517473,"@timestamp":1558712754},"coords":"51.7515317,-0.3383632","bedrooms":"4","price":"197000","area":"396"} , +{"type":"Feature","id":"n3597517483","geometry":{"type":"Point","coordinates":[-0.3375457,51.7513352]},"properties":{"@type":"node","@id":3597517483,"@timestamp":1558712751},"coords":"51.7513352,-0.3375457","bedrooms":"4","price":"217000","area":"624"} , +{"type":"Feature","id":"n3597517594","geometry":{"type":"Point","coordinates":[-0.3367437,51.7513787]},"properties":{"@type":"node","@id":3597517594,"@timestamp":1558712752},"coords":"51.7513787,-0.3367437","bedrooms":"1","price":"217000","area":"480"} , +{"type":"Feature","id":"n3597533180","geometry":{"type":"Point","coordinates":[-0.3388893,51.7518697]},"properties":{"@type":"node","@id":3597533180,"@timestamp":1558712748},"coords":"51.7518697,-0.3388893","bedrooms":"4","price":"233000","area":"496"} , +{"type":"Feature","id":"n3598277031","geometry":{"type":"Point","coordinates":[-0.79791,51.2385126]},"properties":{"@type":"node","@id":3598277031,"@timestamp":1434450945},"coords":"51.2385126,-0.79791","bedrooms":"1","price":"272000","area":"684"} , +{"type":"Feature","id":"n3598486251","geometry":{"type":"Point","coordinates":[-0.0671596,51.5110611]},"properties":{"@type":"node","@id":3598486251,"@timestamp":1434457443},"coords":"51.5110611,-0.0671596","bedrooms":"1","price":"292000","area":"588"} , +{"type":"Feature","id":"n3598508891","geometry":{"type":"Point","coordinates":[-0.031137,51.3902542]},"properties":{"@type":"node","@id":3598508891,"@timestamp":1611752283},"coords":"51.3902542,-0.031137","bedrooms":"4","price":"278000","area":"609"} , +{"type":"Feature","id":"n3598509705","geometry":{"type":"Point","coordinates":[-0.0309656,51.394453]},"properties":{"@type":"node","@id":3598509705,"@timestamp":1612529331},"coords":"51.394453,-0.0309656","bedrooms":"3","price":"154000","area":"361"} , +{"type":"Feature","id":"n3598777361","geometry":{"type":"Point","coordinates":[-0.1882619,51.1162185]},"properties":{"@type":"node","@id":3598777361,"@timestamp":1434473888},"coords":"51.1162185,-0.1882619","bedrooms":"4","price":"176000","area":"381"} , +{"type":"Feature","id":"n3599277915","geometry":{"type":"Point","coordinates":[-0.8417789,51.2640389]},"properties":{"@type":"node","@id":3599277915,"@timestamp":1434481235},"coords":"51.2640389,-0.8417789","bedrooms":"3","price":"204000","area":"423"} , +{"type":"Feature","id":"n3599454131","geometry":{"type":"Point","coordinates":[-0.3442408,51.44202]},"properties":{"@type":"node","@id":3599454131,"@timestamp":1632644319},"coords":"51.44202,-0.3442408","bedrooms":"1","price":"158000","area":"598"} , +{"type":"Feature","id":"n3599601913","geometry":{"type":"Point","coordinates":[-0.1810701,51.1212345]},"properties":{"@type":"node","@id":3599601913,"@timestamp":1434492172},"coords":"51.1212345,-0.1810701","bedrooms":"3","price":"268000","area":"583"} , +{"type":"Feature","id":"n3600145789","geometry":{"type":"Point","coordinates":[-0.1338267,51.5083755]},"properties":{"@type":"node","@id":3600145789,"@timestamp":1543778976},"coords":"51.5083755,-0.1338267","bedrooms":"1","price":"234000","area":"617"} , +{"type":"Feature","id":"n3600421028","geometry":{"type":"Point","coordinates":[0.5394727,51.7057076]},"properties":{"@type":"node","@id":3600421028,"@timestamp":1434575652},"coords":"51.7057076,0.5394727","bedrooms":"2","price":"190000","area":"520"} , +{"type":"Feature","id":"n3600511112","geometry":{"type":"Point","coordinates":[-0.126532,51.5800648]},"properties":{"@type":"node","@id":3600511112,"@timestamp":1434547557},"coords":"51.5800648,-0.126532","bedrooms":"3","price":"159000","area":"518"} , +{"type":"Feature","id":"n3600511122","geometry":{"type":"Point","coordinates":[-0.1268873,51.580331]},"properties":{"@type":"node","@id":3600511122,"@timestamp":1434547557},"coords":"51.580331,-0.1268873","bedrooms":"2","price":"165000","area":"498"} , +{"type":"Feature","id":"n3600511132","geometry":{"type":"Point","coordinates":[-0.1275506,51.5807485]},"properties":{"@type":"node","@id":3600511132,"@timestamp":1434547558},"coords":"51.5807485,-0.1275506","bedrooms":"3","price":"181000","area":"429"} , +{"type":"Feature","id":"n3600511142","geometry":{"type":"Point","coordinates":[-0.1251414,51.5797221]},"properties":{"@type":"node","@id":3600511142,"@timestamp":1434547558},"coords":"51.5797221,-0.1251414","bedrooms":"0","price":"227000","area":"644"} , +{"type":"Feature","id":"n3601066326","geometry":{"type":"Point","coordinates":[-0.344046,51.445404]},"properties":{"@type":"node","@id":3601066326,"@timestamp":1434570061},"coords":"51.445404,-0.344046","bedrooms":"4","price":"238000","area":"614"} , +{"type":"Feature","id":"n3601406809","geometry":{"type":"Point","coordinates":[0.4731944,51.7310726]},"properties":{"@type":"node","@id":3601406809,"@timestamp":1434581256},"coords":"51.7310726,0.4731944","bedrooms":"4","price":"288000","area":"521"} , +{"type":"Feature","id":"n3601439825","geometry":{"type":"Point","coordinates":[0.4738722,51.7319298]},"properties":{"@type":"node","@id":3601439825,"@timestamp":1434583818},"coords":"51.7319298,0.4738722","bedrooms":"0","price":"264000","area":"655"} , +{"type":"Feature","id":"n3601540005","geometry":{"type":"Point","coordinates":[-0.3403209,51.7502609]},"properties":{"@type":"node","@id":3601540005,"@timestamp":1608418765},"coords":"51.7502609,-0.3403209","bedrooms":"4","price":"203000","area":"591"} , +{"type":"Feature","id":"n3602634374","geometry":{"type":"Point","coordinates":[-0.1241782,51.5784579]},"properties":{"@type":"node","@id":3602634374,"@timestamp":1434631582},"coords":"51.5784579,-0.1241782","bedrooms":"2","price":"291000","area":"628"} , +{"type":"Feature","id":"n3602636493","geometry":{"type":"Point","coordinates":[-0.1256276,51.5788571]},"properties":{"@type":"node","@id":3602636493,"@timestamp":1434631583},"coords":"51.5788571,-0.1256276","bedrooms":"0","price":"176000","area":"464"} , +{"type":"Feature","id":"n3602651415","geometry":{"type":"Point","coordinates":[-0.12688,51.5800456]},"properties":{"@type":"node","@id":3602651415,"@timestamp":1434632628},"coords":"51.5800456,-0.12688","bedrooms":"1","price":"265000","area":"689"} , +{"type":"Feature","id":"n3602651425","geometry":{"type":"Point","coordinates":[-0.1272335,51.5803064]},"properties":{"@type":"node","@id":3602651425,"@timestamp":1434632629},"coords":"51.5803064,-0.1272335","bedrooms":"1","price":"257000","area":"513"} , +{"type":"Feature","id":"n3602651435","geometry":{"type":"Point","coordinates":[-0.1278395,51.580358]},"properties":{"@type":"node","@id":3602651435,"@timestamp":1434632630},"coords":"51.580358,-0.1278395","bedrooms":"3","price":"279000","area":"363"} , +{"type":"Feature","id":"n3603472631","geometry":{"type":"Point","coordinates":[-0.9015257,51.2765289]},"properties":{"@type":"node","@id":3603472631,"@timestamp":1434668749},"coords":"51.2765289,-0.9015257","bedrooms":"1","price":"184000","area":"354"} , +{"type":"Feature","id":"n3603864596","geometry":{"type":"Point","coordinates":[0.5509703,51.716203]},"properties":{"@type":"node","@id":3603864596,"@timestamp":1434668531},"coords":"51.716203,0.5509703","bedrooms":"3","price":"276000","area":"442"} , +{"type":"Feature","id":"n3603864606","geometry":{"type":"Point","coordinates":[0.5522685,51.7160534]},"properties":{"@type":"node","@id":3603864606,"@timestamp":1434668531},"coords":"51.7160534,0.5522685","bedrooms":"3","price":"188000","area":"417"} , +{"type":"Feature","id":"n3603873406","geometry":{"type":"Point","coordinates":[-0.9015162,51.2764333]},"properties":{"@type":"node","@id":3603873406,"@timestamp":1434668748},"coords":"51.2764333,-0.9015162","bedrooms":"4","price":"218000","area":"616"} , +{"type":"Feature","id":"n3604257149","geometry":{"type":"Point","coordinates":[-0.3401593,51.7500411]},"properties":{"@type":"node","@id":3604257149,"@timestamp":1558715900},"coords":"51.7500411,-0.3401593","bedrooms":"1","price":"244000","area":"437"} , +{"type":"Feature","id":"n3605041070","geometry":{"type":"Point","coordinates":[-0.082432,51.517196]},"properties":{"@type":"node","@id":3605041070,"@timestamp":1624756637},"coords":"51.517196,-0.082432","bedrooms":"4","price":"294000","area":"521"} , +{"type":"Feature","id":"n3605318233","geometry":{"type":"Point","coordinates":[-0.2427741,51.5034595]},"properties":{"@type":"node","@id":3605318233,"@timestamp":1622217380},"coords":"51.5034595,-0.2427741","bedrooms":"3","price":"150000","area":"668"} , +{"type":"Feature","id":"n3605874524","geometry":{"type":"Point","coordinates":[-0.7614768,51.2483652]},"properties":{"@type":"node","@id":3605874524,"@timestamp":1616926897},"coords":"51.2483652,-0.7614768","bedrooms":"2","price":"233000","area":"528"} , +{"type":"Feature","id":"n3605952747","geometry":{"type":"Point","coordinates":[-0.7230893,51.2386454]},"properties":{"@type":"node","@id":3605952747,"@timestamp":1434748733},"coords":"51.2386454,-0.7230893","bedrooms":"4","price":"220000","area":"620"} , +{"type":"Feature","id":"n3607806797","geometry":{"type":"Point","coordinates":[-0.0262407,51.5029558]},"properties":{"@type":"node","@id":3607806797,"@timestamp":1472410463},"coords":"51.5029558,-0.0262407","bedrooms":"2","price":"292000","area":"652"} , +{"type":"Feature","id":"n3608657940","geometry":{"type":"Point","coordinates":[-0.8372488,51.629533]},"properties":{"@type":"node","@id":3608657940,"@timestamp":1436720492},"coords":"51.629533,-0.8372488","bedrooms":"4","price":"175000","area":"567"} , +{"type":"Feature","id":"n3609864449","geometry":{"type":"Point","coordinates":[-0.127509,51.5091122]},"properties":{"@type":"node","@id":3609864449,"@timestamp":1599757379},"coords":"51.5091122,-0.127509","bedrooms":"1","price":"164000","area":"481"} , +{"type":"Feature","id":"n3610856818","geometry":{"type":"Point","coordinates":[-0.9850888,51.1416855]},"properties":{"@type":"node","@id":3610856818,"@timestamp":1434985389},"coords":"51.1416855,-0.9850888","bedrooms":"1","price":"161000","area":"413"} , +{"type":"Feature","id":"n3610856828","geometry":{"type":"Point","coordinates":[-0.9842896,51.1422839]},"properties":{"@type":"node","@id":3610856828,"@timestamp":1434985390},"coords":"51.1422839,-0.9842896","bedrooms":"3","price":"278000","area":"388"} , +{"type":"Feature","id":"n3610856838","geometry":{"type":"Point","coordinates":[-0.9831077,51.1429651]},"properties":{"@type":"node","@id":3610856838,"@timestamp":1434985390},"coords":"51.1429651,-0.9831077","bedrooms":"0","price":"277000","area":"378"} , +{"type":"Feature","id":"n3610869417","geometry":{"type":"Point","coordinates":[-1.0628079,51.4413226]},"properties":{"@type":"node","@id":3610869417,"@timestamp":1634391004},"coords":"51.4413226,-1.0628079","bedrooms":"1","price":"239000","area":"541"} , +{"type":"Feature","id":"n3610883013","geometry":{"type":"Point","coordinates":[-0.9828099,51.1432398]},"properties":{"@type":"node","@id":3610883013,"@timestamp":1434986227},"coords":"51.1432398,-0.9828099","bedrooms":"2","price":"242000","area":"511"} , +{"type":"Feature","id":"n3610941329","geometry":{"type":"Point","coordinates":[-0.9824541,51.1437146]},"properties":{"@type":"node","@id":3610941329,"@timestamp":1434987576},"coords":"51.1437146,-0.9824541","bedrooms":"0","price":"168000","area":"636"} , +{"type":"Feature","id":"n3610941375","geometry":{"type":"Point","coordinates":[-0.9818517,51.1443709]},"properties":{"@type":"node","@id":3610941375,"@timestamp":1434990187},"coords":"51.1443709,-0.9818517","bedrooms":"1","price":"251000","area":"567"} , +{"type":"Feature","id":"n3611137626","geometry":{"type":"Point","coordinates":[-0.9780402,51.146772]},"properties":{"@type":"node","@id":3611137626,"@timestamp":1490911262},"coords":"51.146772,-0.9780402","bedrooms":"3","price":"180000","area":"450"} , +{"type":"Feature","id":"n3611153638","geometry":{"type":"Point","coordinates":[-0.9777832,51.1471818]},"properties":{"@type":"node","@id":3611153638,"@timestamp":1434994334},"coords":"51.1471818,-0.9777832","bedrooms":"4","price":"265000","area":"625"} , +{"type":"Feature","id":"n3611268190","geometry":{"type":"Point","coordinates":[-0.3653278,51.444192]},"properties":{"@type":"node","@id":3611268190,"@timestamp":1628693639},"coords":"51.444192,-0.3653278","bedrooms":"4","price":"289000","area":"644"} , +{"type":"Feature","id":"n3611382957","geometry":{"type":"Point","coordinates":[-0.8801294,51.1891998]},"properties":{"@type":"node","@id":3611382957,"@timestamp":1611438786},"coords":"51.1891998,-0.8801294","bedrooms":"2","price":"196000","area":"366"} , +{"type":"Feature","id":"n3611509532","geometry":{"type":"Point","coordinates":[0.1494468,51.2160517]},"properties":{"@type":"node","@id":3611509532,"@timestamp":1435007200},"coords":"51.2160517,0.1494468","bedrooms":"2","price":"200000","area":"501"} , +{"type":"Feature","id":"n3611679939","geometry":{"type":"Point","coordinates":[-0.7944758,51.1731143]},"properties":{"@type":"node","@id":3611679939,"@timestamp":1435012611},"coords":"51.1731143,-0.7944758","bedrooms":"2","price":"163000","area":"449"} , +{"type":"Feature","id":"n3611790933","geometry":{"type":"Point","coordinates":[-0.5049827,51.3906951]},"properties":{"@type":"node","@id":3611790933,"@timestamp":1476130562},"coords":"51.3906951,-0.5049827","bedrooms":"3","price":"158000","area":"379"} , +{"type":"Feature","id":"n3612170727","geometry":{"type":"Point","coordinates":[0.2082916,51.8467554]},"properties":{"@type":"node","@id":3612170727,"@timestamp":1435042592},"coords":"51.8467554,0.2082916","bedrooms":"1","price":"237000","area":"623"} , +{"type":"Feature","id":"n3613037604","geometry":{"type":"Point","coordinates":[-0.977387,51.1473909]},"properties":{"@type":"node","@id":3613037604,"@timestamp":1435074402},"coords":"51.1473909,-0.977387","bedrooms":"2","price":"245000","area":"405"} , +{"type":"Feature","id":"n3613163874","geometry":{"type":"Point","coordinates":[-0.9774601,51.1475904]},"properties":{"@type":"node","@id":3613163874,"@timestamp":1490911263},"coords":"51.1475904,-0.9774601","bedrooms":"2","price":"283000","area":"691"} , +{"type":"Feature","id":"n3613512686","geometry":{"type":"Point","coordinates":[-0.7061512,51.1933583]},"properties":{"@type":"node","@id":3613512686,"@timestamp":1435092995},"coords":"51.1933583,-0.7061512","bedrooms":"1","price":"229000","area":"425"} , +{"type":"Feature","id":"n3614928557","geometry":{"type":"Point","coordinates":[0.872649,51.1470401]},"properties":{"@type":"node","@id":3614928557,"@timestamp":1447838807},"coords":"51.1470401,0.872649","bedrooms":"1","price":"242000","area":"535"} , +{"type":"Feature","id":"n3615224570","geometry":{"type":"Point","coordinates":[-0.9771351,51.1482386]},"properties":{"@type":"node","@id":3615224570,"@timestamp":1435157469},"coords":"51.1482386,-0.9771351","bedrooms":"2","price":"199000","area":"573"} , +{"type":"Feature","id":"n3615295413","geometry":{"type":"Point","coordinates":[-0.9772249,51.1477794]},"properties":{"@type":"node","@id":3615295413,"@timestamp":1435156356},"coords":"51.1477794,-0.9772249","bedrooms":"2","price":"221000","area":"470"} , +{"type":"Feature","id":"n3615313498","geometry":{"type":"Point","coordinates":[-0.9772367,51.1477229]},"properties":{"@type":"node","@id":3615313498,"@timestamp":1435156633},"coords":"51.1477229,-0.9772367","bedrooms":"3","price":"176000","area":"634"} , +{"type":"Feature","id":"n3615342195","geometry":{"type":"Point","coordinates":[-0.9778886,51.1483677]},"properties":{"@type":"node","@id":3615342195,"@timestamp":1497750981},"coords":"51.1483677,-0.9778886","bedrooms":"0","price":"257000","area":"399"} , +{"type":"Feature","id":"n3615442597","geometry":{"type":"Point","coordinates":[-0.9774832,51.1485181]},"properties":{"@type":"node","@id":3615442597,"@timestamp":1435160764},"coords":"51.1485181,-0.9774832","bedrooms":"0","price":"228000","area":"532"} , +{"type":"Feature","id":"n3616053779","geometry":{"type":"Point","coordinates":[-0.1964336,51.4573934]},"properties":{"@type":"node","@id":3616053779,"@timestamp":1587249841},"coords":"51.4573934,-0.1964336","bedrooms":"4","price":"213000","area":"368"} , +{"type":"Feature","id":"n3616448164","geometry":{"type":"Point","coordinates":[-0.0833577,51.5085355]},"properties":{"@type":"node","@id":3616448164,"@timestamp":1627889016},"coords":"51.5085355,-0.0833577","bedrooms":"2","price":"282000","area":"685"} , +{"type":"Feature","id":"n3617009152","geometry":{"type":"Point","coordinates":[-0.3398778,51.4260553]},"properties":{"@type":"node","@id":3617009152,"@timestamp":1625703479},"coords":"51.4260553,-0.3398778","bedrooms":"1","price":"155000","area":"634"} , +{"type":"Feature","id":"n3617467438","geometry":{"type":"Point","coordinates":[0.3073132,51.801792]},"properties":{"@type":"node","@id":3617467438,"@timestamp":1435234278},"coords":"51.801792,0.3073132","bedrooms":"2","price":"293000","area":"595"} , +{"type":"Feature","id":"n3618383670","geometry":{"type":"Point","coordinates":[-0.0210956,51.5925873]},"properties":{"@type":"node","@id":3618383670,"@timestamp":1435269461},"coords":"51.5925873,-0.0210956","bedrooms":"3","price":"219000","area":"369"} , +{"type":"Feature","id":"n3618395047","geometry":{"type":"Point","coordinates":[-0.0217044,51.592229]},"properties":{"@type":"node","@id":3618395047,"@timestamp":1435269695},"coords":"51.592229,-0.0217044","bedrooms":"3","price":"280000","area":"386"} , +{"type":"Feature","id":"n3618395225","geometry":{"type":"Point","coordinates":[-0.0216508,51.5940586]},"properties":{"@type":"node","@id":3618395225,"@timestamp":1435269966},"coords":"51.5940586,-0.0216508","bedrooms":"1","price":"201000","area":"370"} , +{"type":"Feature","id":"n3618404501","geometry":{"type":"Point","coordinates":[-0.0188463,51.6883456]},"properties":{"@type":"node","@id":3618404501,"@timestamp":1445091993},"coords":"51.6883456,-0.0188463","bedrooms":"3","price":"231000","area":"660"} , +{"type":"Feature","id":"n3618458097","geometry":{"type":"Point","coordinates":[-0.0588168,51.5859743]},"properties":{"@type":"node","@id":3618458097,"@timestamp":1435272274},"coords":"51.5859743,-0.0588168","bedrooms":"2","price":"299000","area":"362"} , +{"type":"Feature","id":"n3618458117","geometry":{"type":"Point","coordinates":[-0.0552495,51.5906804]},"properties":{"@type":"node","@id":3618458117,"@timestamp":1435272275},"coords":"51.5906804,-0.0552495","bedrooms":"3","price":"199000","area":"498"} , +{"type":"Feature","id":"n3618458132","geometry":{"type":"Point","coordinates":[-0.0596149,51.5871215]},"properties":{"@type":"node","@id":3618458132,"@timestamp":1435272275},"coords":"51.5871215,-0.0596149","bedrooms":"0","price":"219000","area":"679"} , +{"type":"Feature","id":"n3618458148","geometry":{"type":"Point","coordinates":[-0.0579962,51.5862827]},"properties":{"@type":"node","@id":3618458148,"@timestamp":1435272275},"coords":"51.5862827,-0.0579962","bedrooms":"1","price":"211000","area":"404"} , +{"type":"Feature","id":"n3618458161","geometry":{"type":"Point","coordinates":[-0.0592998,51.5859978]},"properties":{"@type":"node","@id":3618458161,"@timestamp":1435272276},"coords":"51.5859978,-0.0592998","bedrooms":"4","price":"256000","area":"365"} , +{"type":"Feature","id":"n3619733255","geometry":{"type":"Point","coordinates":[-0.1177923,51.515368]},"properties":{"@type":"node","@id":3619733255,"@timestamp":1435323065},"coords":"51.515368,-0.1177923","bedrooms":"4","price":"229000","area":"683"} , +{"type":"Feature","id":"n3620414927","geometry":{"type":"Point","coordinates":[-0.0199362,51.5013237]},"properties":{"@type":"node","@id":3620414927,"@timestamp":1435336541},"coords":"51.5013237,-0.0199362","bedrooms":"4","price":"231000","area":"564"} , +{"type":"Feature","id":"n3620876547","geometry":{"type":"Point","coordinates":[-0.1971888,51.5088714]},"properties":{"@type":"node","@id":3620876547,"@timestamp":1564908030},"coords":"51.5088714,-0.1971888","bedrooms":"1","price":"166000","area":"481"} , +{"type":"Feature","id":"n3620968960","geometry":{"type":"Point","coordinates":[-0.1974527,51.5102133]},"properties":{"@type":"node","@id":3620968960,"@timestamp":1579431623},"coords":"51.5102133,-0.1974527","bedrooms":"4","price":"231000","area":"623"} , +{"type":"Feature","id":"n3621014514","geometry":{"type":"Point","coordinates":[-0.1974929,51.5104258]},"properties":{"@type":"node","@id":3621014514,"@timestamp":1579431623},"coords":"51.5104258,-0.1974929","bedrooms":"2","price":"211000","area":"542"} , +{"type":"Feature","id":"n3621014578","geometry":{"type":"Point","coordinates":[-0.1975724,51.5108287]},"properties":{"@type":"node","@id":3621014578,"@timestamp":1579431623},"coords":"51.5108287,-0.1975724","bedrooms":"0","price":"272000","area":"498"} , +{"type":"Feature","id":"n3621539784","geometry":{"type":"Point","coordinates":[-0.3394351,51.7507009]},"properties":{"@type":"node","@id":3621539784,"@timestamp":1616064143},"coords":"51.7507009,-0.3394351","bedrooms":"2","price":"246000","area":"666"} , +{"type":"Feature","id":"n3621726559","geometry":{"type":"Point","coordinates":[-0.1982503,51.5109688]},"properties":{"@type":"node","@id":3621726559,"@timestamp":1435410974},"coords":"51.5109688,-0.1982503","bedrooms":"2","price":"164000","area":"695"} , +{"type":"Feature","id":"n3621917478","geometry":{"type":"Point","coordinates":[-0.0056938,51.4830896]},"properties":{"@type":"node","@id":3621917478,"@timestamp":1485118127},"coords":"51.4830896,-0.0056938","bedrooms":"3","price":"179000","area":"520"} , +{"type":"Feature","id":"n3621936136","geometry":{"type":"Point","coordinates":[-0.2018532,51.5125873]},"properties":{"@type":"node","@id":3621936136,"@timestamp":1435420109},"coords":"51.5125873,-0.2018532","bedrooms":"4","price":"255000","area":"507"} , +{"type":"Feature","id":"n3621936178","geometry":{"type":"Point","coordinates":[-0.2006094,51.5127992]},"properties":{"@type":"node","@id":3621936178,"@timestamp":1435420110},"coords":"51.5127992,-0.2006094","bedrooms":"4","price":"155000","area":"582"} , +{"type":"Feature","id":"n3622431510","geometry":{"type":"Point","coordinates":[-0.7550857,51.1497267]},"properties":{"@type":"node","@id":3622431510,"@timestamp":1436215714},"coords":"51.1497267,-0.7550857","bedrooms":"2","price":"222000","area":"571"} , +{"type":"Feature","id":"n3622528581","geometry":{"type":"Point","coordinates":[-0.6091715,51.5398163]},"properties":{"@type":"node","@id":3622528581,"@timestamp":1435439498},"coords":"51.5398163,-0.6091715","bedrooms":"1","price":"283000","area":"532"} , +{"type":"Feature","id":"n3622529352","geometry":{"type":"Point","coordinates":[-0.6046678,51.5431624]},"properties":{"@type":"node","@id":3622529352,"@timestamp":1435439503},"coords":"51.5431624,-0.6046678","bedrooms":"0","price":"208000","area":"421"} , +{"type":"Feature","id":"n3622565970","geometry":{"type":"Point","coordinates":[-0.6029494,51.5437784]},"properties":{"@type":"node","@id":3622565970,"@timestamp":1435441666},"coords":"51.5437784,-0.6029494","bedrooms":"4","price":"260000","area":"689"} , +{"type":"Feature","id":"n3622569687","geometry":{"type":"Point","coordinates":[-0.6014294,51.5430661]},"properties":{"@type":"node","@id":3622569687,"@timestamp":1435441668},"coords":"51.5430661,-0.6014294","bedrooms":"0","price":"289000","area":"369"} , +{"type":"Feature","id":"n3622569764","geometry":{"type":"Point","coordinates":[-0.6018765,51.5459338]},"properties":{"@type":"node","@id":3622569764,"@timestamp":1435441669},"coords":"51.5459338,-0.6018765","bedrooms":"2","price":"185000","area":"544"} , +{"type":"Feature","id":"n3622615093","geometry":{"type":"Point","coordinates":[-0.5994494,51.5289845]},"properties":{"@type":"node","@id":3622615093,"@timestamp":1435445637},"coords":"51.5289845,-0.5994494","bedrooms":"3","price":"252000","area":"628"} , +{"type":"Feature","id":"n3622651373","geometry":{"type":"Point","coordinates":[-0.8240383,51.1307858]},"properties":{"@type":"node","@id":3622651373,"@timestamp":1496239063},"coords":"51.1307858,-0.8240383","bedrooms":"4","price":"219000","area":"443"} , +{"type":"Feature","id":"n3622654698","geometry":{"type":"Point","coordinates":[-0.6098063,51.5311216]},"properties":{"@type":"node","@id":3622654698,"@timestamp":1580528383},"coords":"51.5311216,-0.6098063","bedrooms":"3","price":"212000","area":"413"} , +{"type":"Feature","id":"n3622661763","geometry":{"type":"Point","coordinates":[-0.7926518,51.1491815]},"properties":{"@type":"node","@id":3622661763,"@timestamp":1435449721},"coords":"51.1491815,-0.7926518","bedrooms":"0","price":"168000","area":"624"} , +{"type":"Feature","id":"n3622661778","geometry":{"type":"Point","coordinates":[-0.793504,51.1433199]},"properties":{"@type":"node","@id":3622661778,"@timestamp":1496239064},"coords":"51.1433199,-0.793504","bedrooms":"2","price":"259000","area":"430"} , +{"type":"Feature","id":"n3622670738","geometry":{"type":"Point","coordinates":[-0.6016168,51.5357001]},"properties":{"@type":"node","@id":3622670738,"@timestamp":1435450551},"coords":"51.5357001,-0.6016168","bedrooms":"4","price":"291000","area":"492"} , +{"type":"Feature","id":"n3622687414","geometry":{"type":"Point","coordinates":[-0.6049631,51.5353918]},"properties":{"@type":"node","@id":3622687414,"@timestamp":1435455922},"coords":"51.5353918,-0.6049631","bedrooms":"4","price":"157000","area":"368"} , +{"type":"Feature","id":"n3622697597","geometry":{"type":"Point","coordinates":[-0.2020154,51.5126734]},"properties":{"@type":"node","@id":3622697597,"@timestamp":1435455130},"coords":"51.5126734,-0.2020154","bedrooms":"2","price":"215000","area":"369"} , +{"type":"Feature","id":"n3622705104","geometry":{"type":"Point","coordinates":[-0.6063018,51.5343652]},"properties":{"@type":"node","@id":3622705104,"@timestamp":1435455919},"coords":"51.5343652,-0.6063018","bedrooms":"3","price":"162000","area":"442"} , +{"type":"Feature","id":"n3623245889","geometry":{"type":"Point","coordinates":[-0.3882478,51.5703328]},"properties":{"@type":"node","@id":3623245889,"@timestamp":1492768142},"coords":"51.5703328,-0.3882478","bedrooms":"0","price":"179000","area":"525"} , +{"type":"Feature","id":"n3623498432","geometry":{"type":"Point","coordinates":[-1.0216727,51.5854183]},"properties":{"@type":"node","@id":3623498432,"@timestamp":1435507187},"coords":"51.5854183,-1.0216727","bedrooms":"3","price":"187000","area":"684"} , +{"type":"Feature","id":"n3623856660","geometry":{"type":"Point","coordinates":[-0.3377871,51.75035]},"properties":{"@type":"node","@id":3623856660,"@timestamp":1558715899},"coords":"51.75035,-0.3377871","bedrooms":"1","price":"274000","area":"474"} , +{"type":"Feature","id":"n3623988944","geometry":{"type":"Point","coordinates":[0.0437656,51.5167148]},"properties":{"@type":"node","@id":3623988944,"@timestamp":1435527730},"coords":"51.5167148,0.0437656","bedrooms":"3","price":"225000","area":"699"} , +{"type":"Feature","id":"n3624003198","geometry":{"type":"Point","coordinates":[0.0427488,51.5179774]},"properties":{"@type":"node","@id":3624003198,"@timestamp":1435528321},"coords":"51.5179774,0.0427488","bedrooms":"0","price":"198000","area":"558"} , +{"type":"Feature","id":"n3624016700","geometry":{"type":"Point","coordinates":[0.0419388,51.5188486]},"properties":{"@type":"node","@id":3624016700,"@timestamp":1596986654},"coords":"51.5188486,0.0419388","bedrooms":"1","price":"181000","area":"532"} , +{"type":"Feature","id":"n3624021710","geometry":{"type":"Point","coordinates":[0.0438595,51.5195405]},"properties":{"@type":"node","@id":3624021710,"@timestamp":1435529702},"coords":"51.5195405,0.0438595","bedrooms":"4","price":"261000","area":"535"} , +{"type":"Feature","id":"n3624046731","geometry":{"type":"Point","coordinates":[0.0424993,51.5178036]},"properties":{"@type":"node","@id":3624046731,"@timestamp":1435530750},"coords":"51.5178036,0.0424993","bedrooms":"1","price":"223000","area":"428"} , +{"type":"Feature","id":"n3624136396","geometry":{"type":"Point","coordinates":[-0.3367433,51.7503044]},"properties":{"@type":"node","@id":3624136396,"@timestamp":1558715892},"coords":"51.7503044,-0.3367433","bedrooms":"0","price":"163000","area":"443"} , +{"type":"Feature","id":"n3624773181","geometry":{"type":"Point","coordinates":[-0.3368768,51.4453835]},"properties":{"@type":"node","@id":3624773181,"@timestamp":1632645093},"coords":"51.4453835,-0.3368768","bedrooms":"0","price":"202000","area":"539"} , +{"type":"Feature","id":"n3624881901","geometry":{"type":"Point","coordinates":[-0.2339855,51.5324456]},"properties":{"@type":"node","@id":3624881901,"@timestamp":1614276989},"coords":"51.5324456,-0.2339855","bedrooms":"0","price":"269000","area":"568"} , +{"type":"Feature","id":"n3624932562","geometry":{"type":"Point","coordinates":[-0.1881945,51.5169711]},"properties":{"@type":"node","@id":3624932562,"@timestamp":1576009120},"coords":"51.5169711,-0.1881945","bedrooms":"2","price":"265000","area":"404"} , +{"type":"Feature","id":"n3624999531","geometry":{"type":"Point","coordinates":[-0.3350395,51.4453824]},"properties":{"@type":"node","@id":3624999531,"@timestamp":1550778982},"coords":"51.4453824,-0.3350395","bedrooms":"1","price":"271000","area":"632"} , +{"type":"Feature","id":"n3625190231","geometry":{"type":"Point","coordinates":[0.1356548,51.6292038]},"properties":{"@type":"node","@id":3625190231,"@timestamp":1435581864},"coords":"51.6292038,0.1356548","bedrooms":"1","price":"259000","area":"530"} , +{"type":"Feature","id":"n3625250171","geometry":{"type":"Point","coordinates":[0.0143094,51.4108684]},"properties":{"@type":"node","@id":3625250171,"@timestamp":1435584084},"coords":"51.4108684,0.0143094","bedrooms":"4","price":"208000","area":"448"} , +{"type":"Feature","id":"n3625381649","geometry":{"type":"Point","coordinates":[-0.3331401,51.4452486]},"properties":{"@type":"node","@id":3625381649,"@timestamp":1632645328},"coords":"51.4452486,-0.3331401","bedrooms":"0","price":"293000","area":"434"} , +{"type":"Feature","id":"n3625739262","geometry":{"type":"Point","coordinates":[-0.3368117,51.4452868]},"properties":{"@type":"node","@id":3625739262,"@timestamp":1564908036},"coords":"51.4452868,-0.3368117","bedrooms":"2","price":"270000","area":"514"} , +{"type":"Feature","id":"n3625956644","geometry":{"type":"Point","coordinates":[-0.1796324,51.4173829]},"properties":{"@type":"node","@id":3625956644,"@timestamp":1435616785},"coords":"51.4173829,-0.1796324","bedrooms":"1","price":"253000","area":"437"} , +{"type":"Feature","id":"n3625957079","geometry":{"type":"Point","coordinates":[-0.1988413,51.4128259]},"properties":{"@type":"node","@id":3625957079,"@timestamp":1435616788},"coords":"51.4128259,-0.1988413","bedrooms":"1","price":"215000","area":"440"} , +{"type":"Feature","id":"n3625957516","geometry":{"type":"Point","coordinates":[-0.1788676,51.4142901]},"properties":{"@type":"node","@id":3625957516,"@timestamp":1578244336},"coords":"51.4142901,-0.1788676","bedrooms":"1","price":"193000","area":"379"} , +{"type":"Feature","id":"n3625957620","geometry":{"type":"Point","coordinates":[-0.178704,51.4146975]},"properties":{"@type":"node","@id":3625957620,"@timestamp":1578244336},"coords":"51.4146975,-0.178704","bedrooms":"4","price":"199000","area":"595"} , +{"type":"Feature","id":"n3625958069","geometry":{"type":"Point","coordinates":[-0.1821392,51.4185473]},"properties":{"@type":"node","@id":3625958069,"@timestamp":1435616802},"coords":"51.4185473,-0.1821392","bedrooms":"3","price":"219000","area":"363"} , +{"type":"Feature","id":"n3625978306","geometry":{"type":"Point","coordinates":[-0.2031062,51.5136066]},"properties":{"@type":"node","@id":3625978306,"@timestamp":1435618757},"coords":"51.5136066,-0.2031062","bedrooms":"3","price":"216000","area":"530"} , +{"type":"Feature","id":"n3625978385","geometry":{"type":"Point","coordinates":[-0.2035192,51.5138492]},"properties":{"@type":"node","@id":3625978385,"@timestamp":1580551793},"coords":"51.5138492,-0.2035192","bedrooms":"3","price":"159000","area":"605"} , +{"type":"Feature","id":"n3625978566","geometry":{"type":"Point","coordinates":[-0.2043067,51.5144729]},"properties":{"@type":"node","@id":3625978566,"@timestamp":1435618761},"coords":"51.5144729,-0.2043067","bedrooms":"3","price":"168000","area":"399"} , +{"type":"Feature","id":"n3625978631","geometry":{"type":"Point","coordinates":[-0.2045159,51.5148688]},"properties":{"@type":"node","@id":3625978631,"@timestamp":1580551793},"coords":"51.5148688,-0.2045159","bedrooms":"3","price":"261000","area":"385"} , +{"type":"Feature","id":"n3626794723","geometry":{"type":"Point","coordinates":[-0.9503235,50.9776858]},"properties":{"@type":"node","@id":3626794723,"@timestamp":1435659471},"coords":"50.9776858,-0.9503235","bedrooms":"0","price":"155000","area":"637"} , +{"type":"Feature","id":"n3627103013","geometry":{"type":"Point","coordinates":[-0.0513938,51.6019727]},"properties":{"@type":"node","@id":3627103013,"@timestamp":1479329361},"coords":"51.6019727,-0.0513938","bedrooms":"0","price":"213000","area":"642"} , +{"type":"Feature","id":"n3627158196","geometry":{"type":"Point","coordinates":[-0.042276,51.6057441]},"properties":{"@type":"node","@id":3627158196,"@timestamp":1435670787},"coords":"51.6057441,-0.042276","bedrooms":"4","price":"179000","area":"506"} , +{"type":"Feature","id":"n3627174094","geometry":{"type":"Point","coordinates":[-0.0531077,51.5930622]},"properties":{"@type":"node","@id":3627174094,"@timestamp":1435671884},"coords":"51.5930622,-0.0531077","bedrooms":"2","price":"170000","area":"670"} , +{"type":"Feature","id":"n3627191358","geometry":{"type":"Point","coordinates":[-0.0545677,51.5873746]},"properties":{"@type":"node","@id":3627191358,"@timestamp":1435672611},"coords":"51.5873746,-0.0545677","bedrooms":"4","price":"200000","area":"496"} , +{"type":"Feature","id":"n3627199279","geometry":{"type":"Point","coordinates":[-0.0526561,51.5875061]},"properties":{"@type":"node","@id":3627199279,"@timestamp":1435673166},"coords":"51.5875061,-0.0526561","bedrooms":"0","price":"208000","area":"407"} , +{"type":"Feature","id":"n3627244947","geometry":{"type":"Point","coordinates":[-0.0306389,51.6713791]},"properties":{"@type":"node","@id":3627244947,"@timestamp":1602183015},"coords":"51.6713791,-0.0306389","bedrooms":"2","price":"190000","area":"471"} , +{"type":"Feature","id":"n3627673311","geometry":{"type":"Point","coordinates":[-0.034673,51.521805]},"properties":{"@type":"node","@id":3627673311,"@timestamp":1625137317},"coords":"51.521805,-0.034673","bedrooms":"3","price":"197000","area":"543"} , +{"type":"Feature","id":"n3627916416","geometry":{"type":"Point","coordinates":[-0.2045879,51.5154707]},"properties":{"@type":"node","@id":3627916416,"@timestamp":1603338451},"coords":"51.5154707,-0.2045879","bedrooms":"1","price":"185000","area":"531"} , +{"type":"Feature","id":"n3627933720","geometry":{"type":"Point","coordinates":[-0.1173608,51.5396367]},"properties":{"@type":"node","@id":3627933720,"@timestamp":1435711013},"coords":"51.5396367,-0.1173608","bedrooms":"0","price":"234000","area":"532"} , +{"type":"Feature","id":"n3628947753","geometry":{"type":"Point","coordinates":[-0.3394161,51.4448891]},"properties":{"@type":"node","@id":3628947753,"@timestamp":1632644951},"coords":"51.4448891,-0.3394161","bedrooms":"0","price":"250000","area":"370"} , +{"type":"Feature","id":"n3629067538","geometry":{"type":"Point","coordinates":[-0.3311595,51.4503539]},"properties":{"@type":"node","@id":3629067538,"@timestamp":1603224067},"coords":"51.4503539,-0.3311595","bedrooms":"1","price":"248000","area":"554"} , +{"type":"Feature","id":"n3629431916","geometry":{"type":"Point","coordinates":[-0.4738207,51.3392267]},"properties":{"@type":"node","@id":3629431916,"@timestamp":1608656211},"coords":"51.3392267,-0.4738207","bedrooms":"2","price":"270000","area":"540"} , +{"type":"Feature","id":"n3630205336","geometry":{"type":"Point","coordinates":[-0.2060738,51.5171067]},"properties":{"@type":"node","@id":3630205336,"@timestamp":1435796088},"coords":"51.5171067,-0.2060738","bedrooms":"4","price":"237000","area":"511"} , +{"type":"Feature","id":"n3631210990","geometry":{"type":"Point","coordinates":[-0.14368,51.4965155]},"properties":{"@type":"node","@id":3631210990,"@timestamp":1594910555},"coords":"51.4965155,-0.14368","bedrooms":"1","price":"177000","area":"482"} , +{"type":"Feature","id":"n3632068687","geometry":{"type":"Point","coordinates":[-0.836774,51.1396641]},"properties":{"@type":"node","@id":3632068687,"@timestamp":1435874078},"coords":"51.1396641,-0.836774","bedrooms":"3","price":"200000","area":"572"} , +{"type":"Feature","id":"n3632277731","geometry":{"type":"Point","coordinates":[-0.0468192,51.7136282]},"properties":{"@type":"node","@id":3632277731,"@timestamp":1435887589},"coords":"51.7136282,-0.0468192","bedrooms":"4","price":"259000","area":"521"} , +{"type":"Feature","id":"n3632471059","geometry":{"type":"Point","coordinates":[-0.2557593,51.4039615]},"properties":{"@type":"node","@id":3632471059,"@timestamp":1626958156},"coords":"51.4039615,-0.2557593","bedrooms":"0","price":"157000","area":"575"} , +{"type":"Feature","id":"n3632715082","geometry":{"type":"Point","coordinates":[-0.0576451,51.5194061]},"properties":{"@type":"node","@id":3632715082,"@timestamp":1592130972},"coords":"51.5194061,-0.0576451","bedrooms":"0","price":"174000","area":"687"} , +{"type":"Feature","id":"n3633113403","geometry":{"type":"Point","coordinates":[-0.4463074,51.4607235]},"properties":{"@type":"node","@id":3633113403,"@timestamp":1435941008},"coords":"51.4607235,-0.4463074","bedrooms":"2","price":"286000","area":"358"} , +{"type":"Feature","id":"n3633331930","geometry":{"type":"Point","coordinates":[-0.0816418,51.4555508]},"properties":{"@type":"node","@id":3633331930,"@timestamp":1435952686},"coords":"51.4555508,-0.0816418","bedrooms":"3","price":"246000","area":"432"} , +{"type":"Feature","id":"n3633331940","geometry":{"type":"Point","coordinates":[-0.0815379,51.4555995]},"properties":{"@type":"node","@id":3633331940,"@timestamp":1435952686},"coords":"51.4555995,-0.0815379","bedrooms":"3","price":"168000","area":"358"} , +{"type":"Feature","id":"n3633474291","geometry":{"type":"Point","coordinates":[-0.0996483,51.2685255]},"properties":{"@type":"node","@id":3633474291,"@timestamp":1435958236},"coords":"51.2685255,-0.0996483","bedrooms":"1","price":"206000","area":"424"} , +{"type":"Feature","id":"n3633499994","geometry":{"type":"Point","coordinates":[-0.1977608,51.5329535]},"properties":{"@type":"node","@id":3633499994,"@timestamp":1435959199},"coords":"51.5329535,-0.1977608","bedrooms":"0","price":"159000","area":"487"} , +{"type":"Feature","id":"n3633500004","geometry":{"type":"Point","coordinates":[-0.1951285,51.5330965]},"properties":{"@type":"node","@id":3633500004,"@timestamp":1435959200},"coords":"51.5330965,-0.1951285","bedrooms":"0","price":"283000","area":"519"} , +{"type":"Feature","id":"n3633500030","geometry":{"type":"Point","coordinates":[-0.1969451,51.5329537]},"properties":{"@type":"node","@id":3633500030,"@timestamp":1435959201},"coords":"51.5329537,-0.1969451","bedrooms":"2","price":"219000","area":"549"} , +{"type":"Feature","id":"n3633500159","geometry":{"type":"Point","coordinates":[-0.1981452,51.5333649]},"properties":{"@type":"node","@id":3633500159,"@timestamp":1577025830},"coords":"51.5333649,-0.1981452","bedrooms":"2","price":"226000","area":"682"} , +{"type":"Feature","id":"n3633584008","geometry":{"type":"Point","coordinates":[-0.1943848,51.533373]},"properties":{"@type":"node","@id":3633584008,"@timestamp":1435963303},"coords":"51.533373,-0.1943848","bedrooms":"2","price":"163000","area":"500"} , +{"type":"Feature","id":"n3633584018","geometry":{"type":"Point","coordinates":[-0.1973448,51.5340739]},"properties":{"@type":"node","@id":3633584018,"@timestamp":1435963303},"coords":"51.5340739,-0.1973448","bedrooms":"2","price":"182000","area":"377"} , +{"type":"Feature","id":"n3633584031","geometry":{"type":"Point","coordinates":[-0.1960451,51.5343653]},"properties":{"@type":"node","@id":3633584031,"@timestamp":1435963304},"coords":"51.5343653,-0.1960451","bedrooms":"3","price":"176000","area":"410"} , +{"type":"Feature","id":"n3633584043","geometry":{"type":"Point","coordinates":[-0.1943681,51.5345099]},"properties":{"@type":"node","@id":3633584043,"@timestamp":1435963304},"coords":"51.5345099,-0.1943681","bedrooms":"0","price":"163000","area":"561"} , +{"type":"Feature","id":"n3633644450","geometry":{"type":"Point","coordinates":[-0.0150763,51.5001446]},"properties":{"@type":"node","@id":3633644450,"@timestamp":1435968893},"coords":"51.5001446,-0.0150763","bedrooms":"1","price":"222000","area":"386"} , +{"type":"Feature","id":"n3633872162","geometry":{"type":"Point","coordinates":[-0.3627968,51.0733745]},"properties":{"@type":"node","@id":3633872162,"@timestamp":1435994091},"coords":"51.0733745,-0.3627968","bedrooms":"4","price":"193000","area":"462"} , +{"type":"Feature","id":"n3633872172","geometry":{"type":"Point","coordinates":[-0.3635693,51.0752047]},"properties":{"@type":"node","@id":3633872172,"@timestamp":1435994091},"coords":"51.0752047,-0.3635693","bedrooms":"2","price":"221000","area":"623"} , +{"type":"Feature","id":"n3633872182","geometry":{"type":"Point","coordinates":[-0.3662033,51.0761046]},"properties":{"@type":"node","@id":3633872182,"@timestamp":1435994092},"coords":"51.0761046,-0.3662033","bedrooms":"1","price":"223000","area":"696"} , +{"type":"Feature","id":"n3633872192","geometry":{"type":"Point","coordinates":[-0.3689123,51.0730408]},"properties":{"@type":"node","@id":3633872192,"@timestamp":1435994092},"coords":"51.0730408,-0.3689123","bedrooms":"1","price":"282000","area":"358"} , +{"type":"Feature","id":"n3633888321","geometry":{"type":"Point","coordinates":[-0.3846382,51.0731461]},"properties":{"@type":"node","@id":3633888321,"@timestamp":1553616768},"coords":"51.0731461,-0.3846382","bedrooms":"0","price":"277000","area":"604"} , +{"type":"Feature","id":"n3634330597","geometry":{"type":"Point","coordinates":[-0.2066152,51.5181507]},"properties":{"@type":"node","@id":3634330597,"@timestamp":1436026587},"coords":"51.5181507,-0.2066152","bedrooms":"1","price":"189000","area":"535"} , +{"type":"Feature","id":"n3634648918","geometry":{"type":"Point","coordinates":[0.5396056,51.3284806]},"properties":{"@type":"node","@id":3634648918,"@timestamp":1436048376},"coords":"51.3284806,0.5396056","bedrooms":"2","price":"157000","area":"539"} , +{"type":"Feature","id":"n3634973279","geometry":{"type":"Point","coordinates":[-0.0822348,51.4551029]},"properties":{"@type":"node","@id":3634973279,"@timestamp":1436084651},"coords":"51.4551029,-0.0822348","bedrooms":"3","price":"299000","area":"413"} , +{"type":"Feature","id":"n3634973289","geometry":{"type":"Point","coordinates":[-0.0819201,51.4550496]},"properties":{"@type":"node","@id":3634973289,"@timestamp":1436084651},"coords":"51.4550496,-0.0819201","bedrooms":"4","price":"160000","area":"594"} , +{"type":"Feature","id":"n3635148656","geometry":{"type":"Point","coordinates":[-0.2075382,51.5197311]},"properties":{"@type":"node","@id":3635148656,"@timestamp":1436095056},"coords":"51.5197311,-0.2075382","bedrooms":"2","price":"197000","area":"475"} , +{"type":"Feature","id":"n3635226303","geometry":{"type":"Point","coordinates":[-0.1250289,51.5674796]},"properties":{"@type":"node","@id":3635226303,"@timestamp":1582404590},"coords":"51.5674796,-0.1250289","bedrooms":"0","price":"181000","area":"456"} , +{"type":"Feature","id":"n3635623027","geometry":{"type":"Point","coordinates":[-0.6221314,51.8145214]},"properties":{"@type":"node","@id":3635623027,"@timestamp":1601218469},"coords":"51.8145214,-0.6221314","bedrooms":"1","price":"184000","area":"522"} , +{"type":"Feature","id":"n3635906656","geometry":{"type":"Point","coordinates":[-0.0616055,51.5401907]},"properties":{"@type":"node","@id":3635906656,"@timestamp":1436130701},"coords":"51.5401907,-0.0616055","bedrooms":"1","price":"206000","area":"475"} , +{"type":"Feature","id":"n3635906673","geometry":{"type":"Point","coordinates":[-0.0613796,51.5406312]},"properties":{"@type":"node","@id":3635906673,"@timestamp":1436130702},"coords":"51.5406312,-0.0613796","bedrooms":"2","price":"225000","area":"596"} , +{"type":"Feature","id":"n3636016748","geometry":{"type":"Point","coordinates":[-0.1167322,51.5402592]},"properties":{"@type":"node","@id":3636016748,"@timestamp":1436139476},"coords":"51.5402592,-0.1167322","bedrooms":"1","price":"287000","area":"546"} , +{"type":"Feature","id":"n3636040187","geometry":{"type":"Point","coordinates":[-0.2104759,51.521568]},"properties":{"@type":"node","@id":3636040187,"@timestamp":1436141835},"coords":"51.521568,-0.2104759","bedrooms":"0","price":"209000","area":"687"} , +{"type":"Feature","id":"n3636040611","geometry":{"type":"Point","coordinates":[-0.2108737,51.5217143]},"properties":{"@type":"node","@id":3636040611,"@timestamp":1436141836},"coords":"51.5217143,-0.2108737","bedrooms":"0","price":"241000","area":"426"} , +{"type":"Feature","id":"n3636959727","geometry":{"type":"Point","coordinates":[-0.0802172,51.5182442]},"properties":{"@type":"node","@id":3636959727,"@timestamp":1592251184},"coords":"51.5182442,-0.0802172","bedrooms":"0","price":"196000","area":"508"} , +{"type":"Feature","id":"n3637195703","geometry":{"type":"Point","coordinates":[-0.1035311,51.5153401]},"properties":{"@type":"node","@id":3637195703,"@timestamp":1565365952},"coords":"51.5153401,-0.1035311","bedrooms":"3","price":"262000","area":"608"} , +{"type":"Feature","id":"n3637323671","geometry":{"type":"Point","coordinates":[-0.0259876,51.5333224]},"properties":{"@type":"node","@id":3637323671,"@timestamp":1564908036},"coords":"51.5333224,-0.0259876","bedrooms":"0","price":"287000","area":"396"} , +{"type":"Feature","id":"n3637375040","geometry":{"type":"Point","coordinates":[-0.1388457,51.5236557]},"properties":{"@type":"node","@id":3637375040,"@timestamp":1436199043},"coords":"51.5236557,-0.1388457","bedrooms":"4","price":"251000","area":"444"} , +{"type":"Feature","id":"n3637396654","geometry":{"type":"Point","coordinates":[-0.1384774,51.5238516]},"properties":{"@type":"node","@id":3637396654,"@timestamp":1619378999},"coords":"51.5238516,-0.1384774","bedrooms":"1","price":"168000","area":"350"} , +{"type":"Feature","id":"n3637645294","geometry":{"type":"Point","coordinates":[-0.1408715,51.5205416]},"properties":{"@type":"node","@id":3637645294,"@timestamp":1608547210},"coords":"51.5205416,-0.1408715","bedrooms":"0","price":"285000","area":"651"} , +{"type":"Feature","id":"n3637713288","geometry":{"type":"Point","coordinates":[-0.140921,51.5164147]},"properties":{"@type":"node","@id":3637713288,"@timestamp":1561466360},"coords":"51.5164147,-0.140921","bedrooms":"0","price":"272000","area":"544"} , +{"type":"Feature","id":"n3637935942","geometry":{"type":"Point","coordinates":[-0.1277113,51.5107708]},"properties":{"@type":"node","@id":3637935942,"@timestamp":1493211307},"coords":"51.5107708,-0.1277113","bedrooms":"3","price":"226000","area":"590"} , +{"type":"Feature","id":"n3638064439","geometry":{"type":"Point","coordinates":[-0.2082497,51.5219376]},"properties":{"@type":"node","@id":3638064439,"@timestamp":1582730722},"coords":"51.5219376,-0.2082497","bedrooms":"3","price":"181000","area":"573"} , +{"type":"Feature","id":"n3638066808","geometry":{"type":"Point","coordinates":[-0.2080614,51.5222385]},"properties":{"@type":"node","@id":3638066808,"@timestamp":1589391166},"coords":"51.5222385,-0.2080614","bedrooms":"0","price":"157000","area":"519"} , +{"type":"Feature","id":"n3638094162","geometry":{"type":"Point","coordinates":[-0.207857,51.5222317]},"properties":{"@type":"node","@id":3638094162,"@timestamp":1582908562},"coords":"51.5222317,-0.207857","bedrooms":"1","price":"156000","area":"556"} , +{"type":"Feature","id":"n3638659429","geometry":{"type":"Point","coordinates":[0.2858039,51.810969]},"properties":{"@type":"node","@id":3638659429,"@timestamp":1436252591},"coords":"51.810969,0.2858039","bedrooms":"0","price":"185000","area":"511"} , +{"type":"Feature","id":"n3638910330","geometry":{"type":"Point","coordinates":[-0.1909886,51.5331827]},"properties":{"@type":"node","@id":3638910330,"@timestamp":1436260931},"coords":"51.5331827,-0.1909886","bedrooms":"4","price":"154000","area":"592"} , +{"type":"Feature","id":"n3638910375","geometry":{"type":"Point","coordinates":[-0.1903998,51.5334371]},"properties":{"@type":"node","@id":3638910375,"@timestamp":1436260932},"coords":"51.5334371,-0.1903998","bedrooms":"3","price":"214000","area":"643"} , +{"type":"Feature","id":"n3638910424","geometry":{"type":"Point","coordinates":[-0.1913842,51.5336718]},"properties":{"@type":"node","@id":3638910424,"@timestamp":1563720688},"coords":"51.5336718,-0.1913842","bedrooms":"4","price":"212000","area":"668"} , +{"type":"Feature","id":"n3638910458","geometry":{"type":"Point","coordinates":[-0.1916228,51.533828]},"properties":{"@type":"node","@id":3638910458,"@timestamp":1570884198},"coords":"51.533828,-0.1916228","bedrooms":"4","price":"293000","area":"471"} , +{"type":"Feature","id":"n3638910496","geometry":{"type":"Point","coordinates":[-0.190106,51.5344012]},"properties":{"@type":"node","@id":3638910496,"@timestamp":1563688565},"coords":"51.5344012,-0.190106","bedrooms":"2","price":"150000","area":"596"} , +{"type":"Feature","id":"n3639031394","geometry":{"type":"Point","coordinates":[-0.0775261,51.5258023]},"properties":{"@type":"node","@id":3639031394,"@timestamp":1553719275},"coords":"51.5258023,-0.0775261","bedrooms":"1","price":"155000","area":"612"} , +{"type":"Feature","id":"n3639307459","geometry":{"type":"Point","coordinates":[-0.1140834,51.5191703]},"properties":{"@type":"node","@id":3639307459,"@timestamp":1436276342},"coords":"51.5191703,-0.1140834","bedrooms":"1","price":"281000","area":"643"} , +{"type":"Feature","id":"n3639342580","geometry":{"type":"Point","coordinates":[-0.1373377,51.4853685]},"properties":{"@type":"node","@id":3639342580,"@timestamp":1591640013},"coords":"51.4853685,-0.1373377","bedrooms":"2","price":"175000","area":"394"} , +{"type":"Feature","id":"n3639384943","geometry":{"type":"Point","coordinates":[-0.1114749,51.5197202]},"properties":{"@type":"node","@id":3639384943,"@timestamp":1436281527},"coords":"51.5197202,-0.1114749","bedrooms":"1","price":"264000","area":"540"} , +{"type":"Feature","id":"n3639387400","geometry":{"type":"Point","coordinates":[-0.111597,51.5196977]},"properties":{"@type":"node","@id":3639387400,"@timestamp":1436281239},"coords":"51.5196977,-0.111597","bedrooms":"3","price":"197000","area":"371"} , +{"type":"Feature","id":"n3639512814","geometry":{"type":"Point","coordinates":[-0.077837,51.5256409]},"properties":{"@type":"node","@id":3639512814,"@timestamp":1543775757},"coords":"51.5256409,-0.077837","bedrooms":"1","price":"293000","area":"540"} , +{"type":"Feature","id":"n3639621781","geometry":{"type":"Point","coordinates":[-0.1162678,51.5596292]},"properties":{"@type":"node","@id":3639621781,"@timestamp":1620940109},"coords":"51.5596292,-0.1162678","bedrooms":"0","price":"274000","area":"557"} , +{"type":"Feature","id":"n3640600013","geometry":{"type":"Point","coordinates":[-0.2872488,51.4805744]},"properties":{"@type":"node","@id":3640600013,"@timestamp":1436350218},"coords":"51.4805744,-0.2872488","bedrooms":"4","price":"194000","area":"625"} , +{"type":"Feature","id":"n3640600407","geometry":{"type":"Point","coordinates":[-0.2872854,51.4811904]},"properties":{"@type":"node","@id":3640600407,"@timestamp":1436350220},"coords":"51.4811904,-0.2872854","bedrooms":"4","price":"271000","area":"485"} , +{"type":"Feature","id":"n3640614348","geometry":{"type":"Point","coordinates":[-0.4782226,51.5359662]},"properties":{"@type":"node","@id":3640614348,"@timestamp":1436350871},"coords":"51.5359662,-0.4782226","bedrooms":"1","price":"205000","area":"687"} , +{"type":"Feature","id":"n3640661928","geometry":{"type":"Point","coordinates":[-0.4763243,51.537068]},"properties":{"@type":"node","@id":3640661928,"@timestamp":1585250949},"coords":"51.537068,-0.4763243","bedrooms":"0","price":"186000","area":"356"} , +{"type":"Feature","id":"n3641295560","geometry":{"type":"Point","coordinates":[-0.1789144,51.5256597]},"properties":{"@type":"node","@id":3641295560,"@timestamp":1566274571},"coords":"51.5256597,-0.1789144","bedrooms":"1","price":"267000","area":"675"} , +{"type":"Feature","id":"n3641307539","geometry":{"type":"Point","coordinates":[-0.9486868,51.2454029]},"properties":{"@type":"node","@id":3641307539,"@timestamp":1436381205},"coords":"51.2454029,-0.9486868","bedrooms":"3","price":"179000","area":"393"} , +{"type":"Feature","id":"n3641331509","geometry":{"type":"Point","coordinates":[-0.9099026,51.2475313]},"properties":{"@type":"node","@id":3641331509,"@timestamp":1436466113},"coords":"51.2475313,-0.9099026","bedrooms":"0","price":"190000","area":"431"} , +{"type":"Feature","id":"n3641377813","geometry":{"type":"Point","coordinates":[-0.8482809,51.2796604]},"properties":{"@type":"node","@id":3641377813,"@timestamp":1511466620},"coords":"51.2796604,-0.8482809","bedrooms":"4","price":"224000","area":"534"} , +{"type":"Feature","id":"n3641423307","geometry":{"type":"Point","coordinates":[-0.8451487,51.2811863]},"properties":{"@type":"node","@id":3641423307,"@timestamp":1436385863},"coords":"51.2811863,-0.8451487","bedrooms":"4","price":"271000","area":"490"} , +{"type":"Feature","id":"n3641558190","geometry":{"type":"Point","coordinates":[-0.0508733,51.5451619]},"properties":{"@type":"node","@id":3641558190,"@timestamp":1479580518},"coords":"51.5451619,-0.0508733","bedrooms":"4","price":"228000","area":"569"} , +{"type":"Feature","id":"n3642451905","geometry":{"type":"Point","coordinates":[-0.2013442,51.5324939]},"properties":{"@type":"node","@id":3642451905,"@timestamp":1436441546},"coords":"51.5324939,-0.2013442","bedrooms":"1","price":"235000","area":"409"} , +{"type":"Feature","id":"n3642452040","geometry":{"type":"Point","coordinates":[-0.2039838,51.5290087]},"properties":{"@type":"node","@id":3642452040,"@timestamp":1436441548},"coords":"51.5290087,-0.2039838","bedrooms":"0","price":"296000","area":"585"} , +{"type":"Feature","id":"n3642452163","geometry":{"type":"Point","coordinates":[-0.2021084,51.5306758]},"properties":{"@type":"node","@id":3642452163,"@timestamp":1436441549},"coords":"51.5306758,-0.2021084","bedrooms":"2","price":"222000","area":"427"} , +{"type":"Feature","id":"n3642452313","geometry":{"type":"Point","coordinates":[-0.2026425,51.5322436]},"properties":{"@type":"node","@id":3642452313,"@timestamp":1614409322},"coords":"51.5322436,-0.2026425","bedrooms":"2","price":"214000","area":"362"} , +{"type":"Feature","id":"n3643217528","geometry":{"type":"Point","coordinates":[-0.8093059,51.276637]},"properties":{"@type":"node","@id":3643217528,"@timestamp":1436470298},"coords":"51.276637,-0.8093059","bedrooms":"1","price":"235000","area":"626"} , +{"type":"Feature","id":"n3643311934","geometry":{"type":"Point","coordinates":[-0.7753344,51.2927387]},"properties":{"@type":"node","@id":3643311934,"@timestamp":1610881491},"coords":"51.2927387,-0.7753344","bedrooms":"3","price":"177000","area":"666"} , +{"type":"Feature","id":"n3644003264","geometry":{"type":"Point","coordinates":[-0.154913,51.4822444]},"properties":{"@type":"node","@id":3644003264,"@timestamp":1594640302},"coords":"51.4822444,-0.154913","bedrooms":"4","price":"281000","area":"496"} , +{"type":"Feature","id":"n3644302608","geometry":{"type":"Point","coordinates":[0.0622705,51.5533665]},"properties":{"@type":"node","@id":3644302608,"@timestamp":1623920344},"coords":"51.5533665,0.0622705","bedrooms":"4","price":"238000","area":"419"} , +{"type":"Feature","id":"n3644302652","geometry":{"type":"Point","coordinates":[0.0632913,51.5550279]},"properties":{"@type":"node","@id":3644302652,"@timestamp":1623920014},"coords":"51.5550279,0.0632913","bedrooms":"2","price":"283000","area":"413"} , +{"type":"Feature","id":"n3644663700","geometry":{"type":"Point","coordinates":[-0.0682525,51.5168679]},"properties":{"@type":"node","@id":3644663700,"@timestamp":1604757547},"coords":"51.5168679,-0.0682525","bedrooms":"1","price":"184000","area":"357"} , +{"type":"Feature","id":"n3644748774","geometry":{"type":"Point","coordinates":[-0.096525,51.5138863]},"properties":{"@type":"node","@id":3644748774,"@timestamp":1564908036},"coords":"51.5138863,-0.096525","bedrooms":"4","price":"242000","area":"651"} , +{"type":"Feature","id":"n3644833414","geometry":{"type":"Point","coordinates":[-0.9324115,51.018161]},"properties":{"@type":"node","@id":3644833414,"@timestamp":1436547831},"coords":"51.018161,-0.9324115","bedrooms":"1","price":"298000","area":"666"} , +{"type":"Feature","id":"n3644934509","geometry":{"type":"Point","coordinates":[-0.2072012,51.5269011]},"properties":{"@type":"node","@id":3644934509,"@timestamp":1436552304},"coords":"51.5269011,-0.2072012","bedrooms":"3","price":"277000","area":"489"} , +{"type":"Feature","id":"n3644936611","geometry":{"type":"Point","coordinates":[-0.2069042,51.5275416]},"properties":{"@type":"node","@id":3644936611,"@timestamp":1436552305},"coords":"51.5275416,-0.2069042","bedrooms":"3","price":"165000","area":"399"} , +{"type":"Feature","id":"n3644936741","geometry":{"type":"Point","coordinates":[-0.2069258,51.5279532]},"properties":{"@type":"node","@id":3644936741,"@timestamp":1436552307},"coords":"51.5279532,-0.2069258","bedrooms":"3","price":"190000","area":"601"} , +{"type":"Feature","id":"n3644936781","geometry":{"type":"Point","coordinates":[-0.2066765,51.5280748]},"properties":{"@type":"node","@id":3644936781,"@timestamp":1436552308},"coords":"51.5280748,-0.2066765","bedrooms":"1","price":"245000","area":"445"} , +{"type":"Feature","id":"n3644937073","geometry":{"type":"Point","coordinates":[-0.205754,51.5319308]},"properties":{"@type":"node","@id":3644937073,"@timestamp":1436552311},"coords":"51.5319308,-0.205754","bedrooms":"3","price":"207000","area":"611"} , +{"type":"Feature","id":"n3644937207","geometry":{"type":"Point","coordinates":[-0.2037244,51.5327511]},"properties":{"@type":"node","@id":3644937207,"@timestamp":1567364723},"coords":"51.5327511,-0.2037244","bedrooms":"4","price":"188000","area":"570"} , +{"type":"Feature","id":"n3645263667","geometry":{"type":"Point","coordinates":[-0.1315163,51.5214577]},"properties":{"@type":"node","@id":3645263667,"@timestamp":1603575667},"coords":"51.5214577,-0.1315163","bedrooms":"2","price":"282000","area":"511"} , +{"type":"Feature","id":"n3646115826","geometry":{"type":"Point","coordinates":[-0.9046316,51.5391599]},"properties":{"@type":"node","@id":3646115826,"@timestamp":1624885293},"coords":"51.5391599,-0.9046316","bedrooms":"1","price":"187000","area":"628"} , +{"type":"Feature","id":"n3646467960","geometry":{"type":"Point","coordinates":[-0.9862616,51.4553017]},"properties":{"@type":"node","@id":3646467960,"@timestamp":1614137811},"coords":"51.4553017,-0.9862616","bedrooms":"2","price":"213000","area":"504"} , +{"type":"Feature","id":"n3646684062","geometry":{"type":"Point","coordinates":[-0.8817103,50.9705598]},"properties":{"@type":"node","@id":3646684062,"@timestamp":1570312105},"coords":"50.9705598,-0.8817103","bedrooms":"0","price":"165000","area":"447"} , +{"type":"Feature","id":"n3647245228","geometry":{"type":"Point","coordinates":[-0.7095775,51.657999]},"properties":{"@type":"node","@id":3647245228,"@timestamp":1436700326},"coords":"51.657999,-0.7095775","bedrooms":"0","price":"159000","area":"684"} , +{"type":"Feature","id":"n3647245238","geometry":{"type":"Point","coordinates":[-0.7096215,51.6581105]},"properties":{"@type":"node","@id":3647245238,"@timestamp":1436700326},"coords":"51.6581105,-0.7096215","bedrooms":"1","price":"159000","area":"656"} , +{"type":"Feature","id":"n3647245908","geometry":{"type":"Point","coordinates":[-0.7136084,51.656347]},"properties":{"@type":"node","@id":3647245908,"@timestamp":1436700328},"coords":"51.656347,-0.7136084","bedrooms":"4","price":"254000","area":"564"} , +{"type":"Feature","id":"n3647246020","geometry":{"type":"Point","coordinates":[-0.7099621,51.6584213]},"properties":{"@type":"node","@id":3647246020,"@timestamp":1436700330},"coords":"51.6584213,-0.7099621","bedrooms":"1","price":"297000","area":"477"} , +{"type":"Feature","id":"n3647246068","geometry":{"type":"Point","coordinates":[-0.7123824,51.6611659]},"properties":{"@type":"node","@id":3647246068,"@timestamp":1436700331},"coords":"51.6611659,-0.7123824","bedrooms":"3","price":"276000","area":"524"} , +{"type":"Feature","id":"n3647246163","geometry":{"type":"Point","coordinates":[-0.7208231,51.6633917]},"properties":{"@type":"node","@id":3647246163,"@timestamp":1500728131},"coords":"51.6633917,-0.7208231","bedrooms":"1","price":"205000","area":"490"} , +{"type":"Feature","id":"n3647246209","geometry":{"type":"Point","coordinates":[-0.7173459,51.6642815]},"properties":{"@type":"node","@id":3647246209,"@timestamp":1436700334},"coords":"51.6642815,-0.7173459","bedrooms":"0","price":"152000","area":"648"} , +{"type":"Feature","id":"n3647304610","geometry":{"type":"Point","coordinates":[0.2071198,51.9025814]},"properties":{"@type":"node","@id":3647304610,"@timestamp":1588891305},"coords":"51.9025814,0.2071198","bedrooms":"1","price":"179000","area":"577"} , +{"type":"Feature","id":"n3647395237","geometry":{"type":"Point","coordinates":[-0.0613745,51.5498306]},"properties":{"@type":"node","@id":3647395237,"@timestamp":1436707363},"coords":"51.5498306,-0.0613745","bedrooms":"0","price":"226000","area":"425"} , +{"type":"Feature","id":"n3647832791","geometry":{"type":"Point","coordinates":[-0.7600083,51.2952504]},"properties":{"@type":"node","@id":3647832791,"@timestamp":1634854422},"coords":"51.2952504,-0.7600083","bedrooms":"0","price":"196000","area":"580"} , +{"type":"Feature","id":"n3647891810","geometry":{"type":"Point","coordinates":[-0.7572226,51.3050798]},"properties":{"@type":"node","@id":3647891810,"@timestamp":1436732476},"coords":"51.3050798,-0.7572226","bedrooms":"1","price":"295000","area":"660"} , +{"type":"Feature","id":"n3648083068","geometry":{"type":"Point","coordinates":[-0.1165449,51.5706971]},"properties":{"@type":"node","@id":3648083068,"@timestamp":1488726146},"coords":"51.5706971,-0.1165449","bedrooms":"4","price":"169000","area":"671"} , +{"type":"Feature","id":"n3648100313","geometry":{"type":"Point","coordinates":[-0.1210558,51.5581746]},"properties":{"@type":"node","@id":3648100313,"@timestamp":1467811725},"coords":"51.5581746,-0.1210558","bedrooms":"3","price":"242000","area":"423"} , +{"type":"Feature","id":"n3648824604","geometry":{"type":"Point","coordinates":[-0.4925855,51.3735976]},"properties":{"@type":"node","@id":3648824604,"@timestamp":1436787280},"coords":"51.3735976,-0.4925855","bedrooms":"4","price":"211000","area":"611"} , +{"type":"Feature","id":"n3649372095","geometry":{"type":"Point","coordinates":[-0.1733934,51.5229603]},"properties":{"@type":"node","@id":3649372095,"@timestamp":1437601483},"coords":"51.5229603,-0.1733934","bedrooms":"0","price":"277000","area":"492"} , +{"type":"Feature","id":"n3649502032","geometry":{"type":"Point","coordinates":[-0.1787467,51.5185726]},"properties":{"@type":"node","@id":3649502032,"@timestamp":1570475303},"coords":"51.5185726,-0.1787467","bedrooms":"2","price":"205000","area":"354"} , +{"type":"Feature","id":"n3649693986","geometry":{"type":"Point","coordinates":[-0.3050637,51.7459286]},"properties":{"@type":"node","@id":3649693986,"@timestamp":1436825101},"coords":"51.7459286,-0.3050637","bedrooms":"1","price":"213000","area":"536"} , +{"type":"Feature","id":"n3650048063","geometry":{"type":"Point","coordinates":[0.3100014,51.8216386]},"properties":{"@type":"node","@id":3650048063,"@timestamp":1436858372},"coords":"51.8216386,0.3100014","bedrooms":"3","price":"203000","area":"426"} , +{"type":"Feature","id":"n3650482327","geometry":{"type":"Point","coordinates":[-0.674375,51.5385148]},"properties":{"@type":"node","@id":3650482327,"@timestamp":1436873647},"coords":"51.5385148,-0.674375","bedrooms":"4","price":"233000","area":"410"} , +{"type":"Feature","id":"n3651084677","geometry":{"type":"Point","coordinates":[-0.9570378,51.5333835]},"properties":{"@type":"node","@id":3651084677,"@timestamp":1452621851},"coords":"51.5333835,-0.9570378","bedrooms":"0","price":"210000","area":"614"} , +{"type":"Feature","id":"n3651141675","geometry":{"type":"Point","coordinates":[-0.1884101,51.5317027]},"properties":{"@type":"node","@id":3651141675,"@timestamp":1564212954},"coords":"51.5317027,-0.1884101","bedrooms":"0","price":"207000","area":"368"} , +{"type":"Feature","id":"n3651149529","geometry":{"type":"Point","coordinates":[-0.1863099,51.5303512]},"properties":{"@type":"node","@id":3651149529,"@timestamp":1437061616},"coords":"51.5303512,-0.1863099","bedrooms":"4","price":"236000","area":"599"} , +{"type":"Feature","id":"n3651149636","geometry":{"type":"Point","coordinates":[-0.1869323,51.530764]},"properties":{"@type":"node","@id":3651149636,"@timestamp":1436900778},"coords":"51.530764,-0.1869323","bedrooms":"3","price":"215000","area":"529"} , +{"type":"Feature","id":"n3651149778","geometry":{"type":"Point","coordinates":[-0.1875716,51.5313167]},"properties":{"@type":"node","@id":3651149778,"@timestamp":1436900780},"coords":"51.5313167,-0.1875716","bedrooms":"1","price":"237000","area":"551"} , +{"type":"Feature","id":"n3651149889","geometry":{"type":"Point","coordinates":[-0.1879697,51.531655]},"properties":{"@type":"node","@id":3651149889,"@timestamp":1436900781},"coords":"51.531655,-0.1879697","bedrooms":"1","price":"184000","area":"621"} , +{"type":"Feature","id":"n3651150011","geometry":{"type":"Point","coordinates":[-0.1892515,51.5320597]},"properties":{"@type":"node","@id":3651150011,"@timestamp":1436900783},"coords":"51.5320597,-0.1892515","bedrooms":"1","price":"256000","area":"423"} , +{"type":"Feature","id":"n3651150144","geometry":{"type":"Point","coordinates":[-0.1907183,51.5322701]},"properties":{"@type":"node","@id":3651150144,"@timestamp":1436900784},"coords":"51.5322701,-0.1907183","bedrooms":"3","price":"204000","area":"668"} , +{"type":"Feature","id":"n3651150184","geometry":{"type":"Point","coordinates":[-0.1891791,51.5324991]},"properties":{"@type":"node","@id":3651150184,"@timestamp":1601315681},"coords":"51.5324991,-0.1891791","bedrooms":"2","price":"271000","area":"619"} , +{"type":"Feature","id":"n3651150205","geometry":{"type":"Point","coordinates":[-0.1891706,51.5326316]},"properties":{"@type":"node","@id":3651150205,"@timestamp":1436900786},"coords":"51.5326316,-0.1891706","bedrooms":"0","price":"226000","area":"585"} , +{"type":"Feature","id":"n3651150222","geometry":{"type":"Point","coordinates":[-0.1915134,51.5326976]},"properties":{"@type":"node","@id":3651150222,"@timestamp":1436900786},"coords":"51.5326976,-0.1915134","bedrooms":"4","price":"275000","area":"433"} , +{"type":"Feature","id":"n3651150238","geometry":{"type":"Point","coordinates":[-0.1912843,51.5327622]},"properties":{"@type":"node","@id":3651150238,"@timestamp":1436900787},"coords":"51.5327622,-0.1912843","bedrooms":"0","price":"202000","area":"350"} , +{"type":"Feature","id":"n3651150254","geometry":{"type":"Point","coordinates":[-0.1893049,51.532848]},"properties":{"@type":"node","@id":3651150254,"@timestamp":1436900787},"coords":"51.532848,-0.1893049","bedrooms":"0","price":"236000","area":"453"} , +{"type":"Feature","id":"n3651150269","geometry":{"type":"Point","coordinates":[-0.190405,51.5329559]},"properties":{"@type":"node","@id":3651150269,"@timestamp":1436900788},"coords":"51.5329559,-0.190405","bedrooms":"0","price":"274000","area":"443"} , +{"type":"Feature","id":"n3651150282","geometry":{"type":"Point","coordinates":[-0.1918561,51.5335979]},"properties":{"@type":"node","@id":3651150282,"@timestamp":1436900788},"coords":"51.5335979,-0.1918561","bedrooms":"1","price":"281000","area":"654"} , +{"type":"Feature","id":"n3651400155","geometry":{"type":"Point","coordinates":[-0.1362784,51.4898333]},"properties":{"@type":"node","@id":3651400155,"@timestamp":1436910299},"coords":"51.4898333,-0.1362784","bedrooms":"4","price":"234000","area":"479"} , +{"type":"Feature","id":"n3652560905","geometry":{"type":"Point","coordinates":[-0.3351532,51.0610687]},"properties":{"@type":"node","@id":3652560905,"@timestamp":1499682029},"coords":"51.0610687,-0.3351532","bedrooms":"2","price":"154000","area":"498"} , +{"type":"Feature","id":"n3652862992","geometry":{"type":"Point","coordinates":[-0.1410013,51.5899165]},"properties":{"@type":"node","@id":3652862992,"@timestamp":1615155047},"coords":"51.5899165,-0.1410013","bedrooms":"4","price":"224000","area":"669"} , +{"type":"Feature","id":"n3652896106","geometry":{"type":"Point","coordinates":[-0.0800387,51.4542214]},"properties":{"@type":"node","@id":3652896106,"@timestamp":1436970999},"coords":"51.4542214,-0.0800387","bedrooms":"0","price":"249000","area":"446"} , +{"type":"Feature","id":"n3652917895","geometry":{"type":"Point","coordinates":[-0.1509936,51.5854654]},"properties":{"@type":"node","@id":3652917895,"@timestamp":1622389398},"coords":"51.5854654,-0.1509936","bedrooms":"3","price":"294000","area":"424"} , +{"type":"Feature","id":"n3652954350","geometry":{"type":"Point","coordinates":[-0.9545183,51.5347295]},"properties":{"@type":"node","@id":3652954350,"@timestamp":1436977805},"coords":"51.5347295,-0.9545183","bedrooms":"0","price":"294000","area":"566"} , +{"type":"Feature","id":"n3653164289","geometry":{"type":"Point","coordinates":[-0.0810465,51.4555679]},"properties":{"@type":"node","@id":3653164289,"@timestamp":1436985329},"coords":"51.4555679,-0.0810465","bedrooms":"1","price":"246000","area":"521"} , +{"type":"Feature","id":"n3653164316","geometry":{"type":"Point","coordinates":[-0.080773,51.4547184]},"properties":{"@type":"node","@id":3653164316,"@timestamp":1436985330},"coords":"51.4547184,-0.080773","bedrooms":"0","price":"245000","area":"411"} , +{"type":"Feature","id":"n3653346473","geometry":{"type":"Point","coordinates":[-0.0823812,51.4553184]},"properties":{"@type":"node","@id":3653346473,"@timestamp":1436994024},"coords":"51.4553184,-0.0823812","bedrooms":"2","price":"155000","area":"429"} , +{"type":"Feature","id":"n3653694584","geometry":{"type":"Point","coordinates":[-0.0820044,51.4552803]},"properties":{"@type":"node","@id":3653694584,"@timestamp":1437027989},"coords":"51.4552803,-0.0820044","bedrooms":"3","price":"269000","area":"651"} , +{"type":"Feature","id":"n3654340452","geometry":{"type":"Point","coordinates":[-0.1068457,51.4737994]},"properties":{"@type":"node","@id":3654340452,"@timestamp":1437055195},"coords":"51.4737994,-0.1068457","bedrooms":"1","price":"281000","area":"686"} , +{"type":"Feature","id":"n3654393375","geometry":{"type":"Point","coordinates":[-0.1049639,51.475659]},"properties":{"@type":"node","@id":3654393375,"@timestamp":1437057812},"coords":"51.475659,-0.1049639","bedrooms":"0","price":"228000","area":"525"} , +{"type":"Feature","id":"n3654439006","geometry":{"type":"Point","coordinates":[-0.1863253,51.5296515]},"properties":{"@type":"node","@id":3654439006,"@timestamp":1564546970},"coords":"51.5296515,-0.1863253","bedrooms":"3","price":"288000","area":"576"} , +{"type":"Feature","id":"n3654503979","geometry":{"type":"Point","coordinates":[-0.1853382,51.5303201]},"properties":{"@type":"node","@id":3654503979,"@timestamp":1631729545},"coords":"51.5303201,-0.1853382","bedrooms":"3","price":"279000","area":"351"} , +{"type":"Feature","id":"n3654531254","geometry":{"type":"Point","coordinates":[-0.1886169,51.5285383]},"properties":{"@type":"node","@id":3654531254,"@timestamp":1564757801},"coords":"51.5285383,-0.1886169","bedrooms":"0","price":"289000","area":"605"} , +{"type":"Feature","id":"n3654531265","geometry":{"type":"Point","coordinates":[-0.1893553,51.5285559]},"properties":{"@type":"node","@id":3654531265,"@timestamp":1564200221},"coords":"51.5285559,-0.1893553","bedrooms":"2","price":"232000","area":"514"} , +{"type":"Feature","id":"n3654531278","geometry":{"type":"Point","coordinates":[-0.1882806,51.5289779]},"properties":{"@type":"node","@id":3654531278,"@timestamp":1437063209},"coords":"51.5289779,-0.1882806","bedrooms":"0","price":"278000","area":"438"} , +{"type":"Feature","id":"n3654592467","geometry":{"type":"Point","coordinates":[-0.1933266,51.527168]},"properties":{"@type":"node","@id":3654592467,"@timestamp":1635107369},"coords":"51.527168,-0.1933266","bedrooms":"2","price":"174000","area":"405"} , +{"type":"Feature","id":"n3654592477","geometry":{"type":"Point","coordinates":[-0.1935373,51.5275453]},"properties":{"@type":"node","@id":3654592477,"@timestamp":1564075259},"coords":"51.5275453,-0.1935373","bedrooms":"3","price":"294000","area":"610"} , +{"type":"Feature","id":"n3654592488","geometry":{"type":"Point","coordinates":[-0.1931931,51.5264888]},"properties":{"@type":"node","@id":3654592488,"@timestamp":1591092650},"coords":"51.5264888,-0.1931931","bedrooms":"3","price":"293000","area":"499"} , +{"type":"Feature","id":"n3654594639","geometry":{"type":"Point","coordinates":[-0.1940936,51.5267768]},"properties":{"@type":"node","@id":3654594639,"@timestamp":1437066554},"coords":"51.5267768,-0.1940936","bedrooms":"2","price":"168000","area":"435"} , +{"type":"Feature","id":"n3654594680","geometry":{"type":"Point","coordinates":[-0.1948214,51.5270251]},"properties":{"@type":"node","@id":3654594680,"@timestamp":1437066554},"coords":"51.5270251,-0.1948214","bedrooms":"4","price":"177000","area":"446"} , +{"type":"Feature","id":"n3654594704","geometry":{"type":"Point","coordinates":[-0.1920792,51.5271946]},"properties":{"@type":"node","@id":3654594704,"@timestamp":1437066555},"coords":"51.5271946,-0.1920792","bedrooms":"2","price":"259000","area":"418"} , +{"type":"Feature","id":"n3654594723","geometry":{"type":"Point","coordinates":[-0.1950679,51.5273625]},"properties":{"@type":"node","@id":3654594723,"@timestamp":1437066555},"coords":"51.5273625,-0.1950679","bedrooms":"4","price":"286000","area":"489"} , +{"type":"Feature","id":"n3654594751","geometry":{"type":"Point","coordinates":[-0.1965033,51.5276586]},"properties":{"@type":"node","@id":3654594751,"@timestamp":1605969662},"coords":"51.5276586,-0.1965033","bedrooms":"2","price":"216000","area":"516"} , +{"type":"Feature","id":"n3654594762","geometry":{"type":"Point","coordinates":[-0.1933282,51.5315017]},"properties":{"@type":"node","@id":3654594762,"@timestamp":1437066556},"coords":"51.5315017,-0.1933282","bedrooms":"0","price":"237000","area":"406"} , +{"type":"Feature","id":"n3654651958","geometry":{"type":"Point","coordinates":[-0.0429277,51.513479]},"properties":{"@type":"node","@id":3654651958,"@timestamp":1592352724},"coords":"51.513479,-0.0429277","bedrooms":"2","price":"287000","area":"492"} , +{"type":"Feature","id":"n3654654419","geometry":{"type":"Point","coordinates":[-0.1593653,51.5863367]},"properties":{"@type":"node","@id":3654654419,"@timestamp":1626633000},"coords":"51.5863367,-0.1593653","bedrooms":"1","price":"249000","area":"555"} , +{"type":"Feature","id":"n3654661651","geometry":{"type":"Point","coordinates":[-0.160976,51.5864967]},"properties":{"@type":"node","@id":3654661651,"@timestamp":1626632835},"coords":"51.5864967,-0.160976","bedrooms":"0","price":"221000","area":"461"} , +{"type":"Feature","id":"n3654696192","geometry":{"type":"Point","coordinates":[-0.8029493,50.9855329]},"properties":{"@type":"node","@id":3654696192,"@timestamp":1437073896},"coords":"50.9855329,-0.8029493","bedrooms":"4","price":"204000","area":"467"} , +{"type":"Feature","id":"n3654759232","geometry":{"type":"Point","coordinates":[-0.1944759,51.5321086]},"properties":{"@type":"node","@id":3654759232,"@timestamp":1437075588},"coords":"51.5321086,-0.1944759","bedrooms":"1","price":"199000","area":"409"} , +{"type":"Feature","id":"n3654759243","geometry":{"type":"Point","coordinates":[-0.1935205,51.5315761]},"properties":{"@type":"node","@id":3654759243,"@timestamp":1437075589},"coords":"51.5315761,-0.1935205","bedrooms":"4","price":"193000","area":"621"} , +{"type":"Feature","id":"n3654759265","geometry":{"type":"Point","coordinates":[-0.1939375,51.5318868]},"properties":{"@type":"node","@id":3654759265,"@timestamp":1440059323},"coords":"51.5318868,-0.1939375","bedrooms":"4","price":"184000","area":"607"} , +{"type":"Feature","id":"n3654837165","geometry":{"type":"Point","coordinates":[0.0223356,51.5382398]},"properties":{"@type":"node","@id":3654837165,"@timestamp":1617621190},"coords":"51.5382398,0.0223356","bedrooms":"4","price":"284000","area":"565"} , +{"type":"Feature","id":"n3654837176","geometry":{"type":"Point","coordinates":[0.0206107,51.5382003]},"properties":{"@type":"node","@id":3654837176,"@timestamp":1624792217},"coords":"51.5382003,0.0206107","bedrooms":"1","price":"237000","area":"510"} , +{"type":"Feature","id":"n3654837186","geometry":{"type":"Point","coordinates":[0.0199228,51.5380265]},"properties":{"@type":"node","@id":3654837186,"@timestamp":1624460840},"coords":"51.5380265,0.0199228","bedrooms":"3","price":"241000","area":"611"} , +{"type":"Feature","id":"n3654848493","geometry":{"type":"Point","coordinates":[-0.1683502,51.5227075]},"properties":{"@type":"node","@id":3654848493,"@timestamp":1558160401},"coords":"51.5227075,-0.1683502","bedrooms":"1","price":"184000","area":"434"} , +{"type":"Feature","id":"n3654850562","geometry":{"type":"Point","coordinates":[0.0218439,51.5381277]},"properties":{"@type":"node","@id":3654850562,"@timestamp":1437081102},"coords":"51.5381277,0.0218439","bedrooms":"0","price":"196000","area":"485"} , +{"type":"Feature","id":"n3654867971","geometry":{"type":"Point","coordinates":[-0.0209668,51.5916447]},"properties":{"@type":"node","@id":3654867971,"@timestamp":1437082313},"coords":"51.5916447,-0.0209668","bedrooms":"3","price":"179000","area":"353"} , +{"type":"Feature","id":"n3654867990","geometry":{"type":"Point","coordinates":[-0.020865,51.5912935]},"properties":{"@type":"node","@id":3654867990,"@timestamp":1437082314},"coords":"51.5912935,-0.020865","bedrooms":"1","price":"154000","area":"626"} , +{"type":"Feature","id":"n3654888341","geometry":{"type":"Point","coordinates":[-0.178781,51.5210835]},"properties":{"@type":"node","@id":3654888341,"@timestamp":1437154401},"coords":"51.5210835,-0.178781","bedrooms":"2","price":"210000","area":"467"} , +{"type":"Feature","id":"n3654888366","geometry":{"type":"Point","coordinates":[-0.1781398,51.5216837]},"properties":{"@type":"node","@id":3654888366,"@timestamp":1437154401},"coords":"51.5216837,-0.1781398","bedrooms":"0","price":"290000","area":"593"} , +{"type":"Feature","id":"n3654888380","geometry":{"type":"Point","coordinates":[-0.1787354,51.5219737]},"properties":{"@type":"node","@id":3654888380,"@timestamp":1437154402},"coords":"51.5219737,-0.1787354","bedrooms":"0","price":"248000","area":"355"} , +{"type":"Feature","id":"n3654888830","geometry":{"type":"Point","coordinates":[-0.0218064,51.5917158]},"properties":{"@type":"node","@id":3654888830,"@timestamp":1437083298},"coords":"51.5917158,-0.0218064","bedrooms":"0","price":"241000","area":"504"} , +{"type":"Feature","id":"n3654900515","geometry":{"type":"Point","coordinates":[-0.0202641,51.592574]},"properties":{"@type":"node","@id":3654900515,"@timestamp":1466232915},"coords":"51.592574,-0.0202641","bedrooms":"4","price":"230000","area":"368"} , +{"type":"Feature","id":"n3654920630","geometry":{"type":"Point","coordinates":[-0.0211439,51.595085]},"properties":{"@type":"node","@id":3654920630,"@timestamp":1437085485},"coords":"51.595085,-0.0211439","bedrooms":"2","price":"199000","area":"667"} , +{"type":"Feature","id":"n3654925368","geometry":{"type":"Point","coordinates":[-0.8231065,50.9624931]},"properties":{"@type":"node","@id":3654925368,"@timestamp":1615148983},"coords":"50.9624931,-0.8231065","bedrooms":"2","price":"233000","area":"531"} , +{"type":"Feature","id":"n3655146483","geometry":{"type":"Point","coordinates":[-0.0418647,51.5159238]},"properties":{"@type":"node","@id":3655146483,"@timestamp":1618341631},"coords":"51.5159238,-0.0418647","bedrooms":"4","price":"216000","area":"482"} , +{"type":"Feature","id":"n3655207912","geometry":{"type":"Point","coordinates":[-0.1471564,51.477041]},"properties":{"@type":"node","@id":3655207912,"@timestamp":1437119124},"coords":"51.477041,-0.1471564","bedrooms":"0","price":"194000","area":"460"} , +{"type":"Feature","id":"n3655409745","geometry":{"type":"Point","coordinates":[-0.2412546,51.0038674]},"properties":{"@type":"node","@id":3655409745,"@timestamp":1600547201},"coords":"51.0038674,-0.2412546","bedrooms":"2","price":"181000","area":"407"} , +{"type":"Feature","id":"n3655411251","geometry":{"type":"Point","coordinates":[-0.1293101,51.57898]},"properties":{"@type":"node","@id":3655411251,"@timestamp":1437133179},"coords":"51.57898,-0.1293101","bedrooms":"2","price":"273000","area":"512"} , +{"type":"Feature","id":"n3655411261","geometry":{"type":"Point","coordinates":[-0.1295502,51.5793105]},"properties":{"@type":"node","@id":3655411261,"@timestamp":1437133179},"coords":"51.5793105,-0.1295502","bedrooms":"3","price":"296000","area":"388"} , +{"type":"Feature","id":"n3655411271","geometry":{"type":"Point","coordinates":[-0.1298549,51.5796869]},"properties":{"@type":"node","@id":3655411271,"@timestamp":1437133180},"coords":"51.5796869,-0.1298549","bedrooms":"4","price":"168000","area":"468"} , +{"type":"Feature","id":"n3655569064","geometry":{"type":"Point","coordinates":[-0.220254,51.4255093]},"properties":{"@type":"node","@id":3655569064,"@timestamp":1625531836},"coords":"51.4255093,-0.220254","bedrooms":"4","price":"150000","area":"540"} , +{"type":"Feature","id":"n3655573627","geometry":{"type":"Point","coordinates":[-0.2037171,51.5276946]},"properties":{"@type":"node","@id":3655573627,"@timestamp":1437140018},"coords":"51.5276946,-0.2037171","bedrooms":"1","price":"201000","area":"487"} , +{"type":"Feature","id":"n3655573800","geometry":{"type":"Point","coordinates":[-0.2037381,51.5301684]},"properties":{"@type":"node","@id":3655573800,"@timestamp":1437140021},"coords":"51.5301684,-0.2037381","bedrooms":"3","price":"296000","area":"419"} , +{"type":"Feature","id":"n3655573963","geometry":{"type":"Point","coordinates":[-0.2036524,51.5317722]},"properties":{"@type":"node","@id":3655573963,"@timestamp":1437140024},"coords":"51.5317722,-0.2036524","bedrooms":"4","price":"297000","area":"404"} , +{"type":"Feature","id":"n3655633124","geometry":{"type":"Point","coordinates":[-0.0227878,51.4972891]},"properties":{"@type":"node","@id":3655633124,"@timestamp":1580916982},"coords":"51.4972891,-0.0227878","bedrooms":"2","price":"167000","area":"594"} , +{"type":"Feature","id":"n3655763907","geometry":{"type":"Point","coordinates":[-0.380382,51.648678]},"properties":{"@type":"node","@id":3655763907,"@timestamp":1437153293},"coords":"51.648678,-0.380382","bedrooms":"2","price":"259000","area":"357"} , +{"type":"Feature","id":"n3655896726","geometry":{"type":"Point","coordinates":[-0.3169596,51.57008]},"properties":{"@type":"node","@id":3655896726,"@timestamp":1437161157},"coords":"51.57008,-0.3169596","bedrooms":"1","price":"278000","area":"394"} , +{"type":"Feature","id":"n3656090950","geometry":{"type":"Point","coordinates":[0.0336456,51.5781897]},"properties":{"@type":"node","@id":3656090950,"@timestamp":1437174976},"coords":"51.5781897,0.0336456","bedrooms":"0","price":"224000","area":"455"} , +{"type":"Feature","id":"n3656092754","geometry":{"type":"Point","coordinates":[-0.0976313,51.5227279]},"properties":{"@type":"node","@id":3656092754,"@timestamp":1596097748},"coords":"51.5227279,-0.0976313","bedrooms":"2","price":"212000","area":"451"} , +{"type":"Feature","id":"n3656109469","geometry":{"type":"Point","coordinates":[0.0692282,51.573455]},"properties":{"@type":"node","@id":3656109469,"@timestamp":1437178389},"coords":"51.573455,0.0692282","bedrooms":"3","price":"158000","area":"460"} , +{"type":"Feature","id":"n3656117280","geometry":{"type":"Point","coordinates":[0.0712126,51.5715118]},"properties":{"@type":"node","@id":3656117280,"@timestamp":1437178187},"coords":"51.5715118,0.0712126","bedrooms":"1","price":"189000","area":"428"} , +{"type":"Feature","id":"n3656470884","geometry":{"type":"Point","coordinates":[0.4674797,51.7740939]},"properties":{"@type":"node","@id":3656470884,"@timestamp":1620728150},"coords":"51.7740939,0.4674797","bedrooms":"2","price":"294000","area":"461"} , +{"type":"Feature","id":"n3656979093","geometry":{"type":"Point","coordinates":[-0.1609727,51.1171352]},"properties":{"@type":"node","@id":3656979093,"@timestamp":1507581855},"coords":"51.1171352,-0.1609727","bedrooms":"4","price":"162000","area":"536"} , +{"type":"Feature","id":"n3657098323","geometry":{"type":"Point","coordinates":[-0.0570694,51.6632642]},"properties":{"@type":"node","@id":3657098323,"@timestamp":1476991893},"coords":"51.6632642,-0.0570694","bedrooms":"3","price":"218000","area":"624"} , +{"type":"Feature","id":"n3657104569","geometry":{"type":"Point","coordinates":[-0.0566008,51.6642999]},"properties":{"@type":"node","@id":3657104569,"@timestamp":1461748074},"coords":"51.6642999,-0.0566008","bedrooms":"2","price":"205000","area":"535"} , +{"type":"Feature","id":"n3657244101","geometry":{"type":"Point","coordinates":[-0.0126125,51.5383483]},"properties":{"@type":"node","@id":3657244101,"@timestamp":1594833139},"coords":"51.5383483,-0.0126125","bedrooms":"4","price":"190000","area":"654"} , +{"type":"Feature","id":"n3657635694","geometry":{"type":"Point","coordinates":[0.2214515,51.9415571]},"properties":{"@type":"node","@id":3657635694,"@timestamp":1437308722},"coords":"51.9415571,0.2214515","bedrooms":"4","price":"172000","area":"465"} , +{"type":"Feature","id":"n3657716925","geometry":{"type":"Point","coordinates":[-0.2091095,51.7881646]},"properties":{"@type":"node","@id":3657716925,"@timestamp":1437314999},"coords":"51.7881646,-0.2091095","bedrooms":"0","price":"284000","area":"625"} , +{"type":"Feature","id":"n3657825913","geometry":{"type":"Point","coordinates":[-0.9775114,51.5319871]},"properties":{"@type":"node","@id":3657825913,"@timestamp":1543770323},"coords":"51.5319871,-0.9775114","bedrooms":"3","price":"268000","area":"531"} , +{"type":"Feature","id":"n3658052196","geometry":{"type":"Point","coordinates":[-0.2018991,51.5234033]},"properties":{"@type":"node","@id":3658052196,"@timestamp":1437332104},"coords":"51.5234033,-0.2018991","bedrooms":"4","price":"299000","area":"387"} , +{"type":"Feature","id":"n3658098805","geometry":{"type":"Point","coordinates":[-0.0075659,51.5197023]},"properties":{"@type":"node","@id":3658098805,"@timestamp":1551891946},"coords":"51.5197023,-0.0075659","bedrooms":"1","price":"214000","area":"597"} , +{"type":"Feature","id":"n3658099125","geometry":{"type":"Point","coordinates":[-0.0049027,51.5230515]},"properties":{"@type":"node","@id":3658099125,"@timestamp":1624814207},"coords":"51.5230515,-0.0049027","bedrooms":"2","price":"287000","area":"632"} , +{"type":"Feature","id":"n3658174702","geometry":{"type":"Point","coordinates":[-0.2036794,51.5310178]},"properties":{"@type":"node","@id":3658174702,"@timestamp":1567538062},"coords":"51.5310178,-0.2036794","bedrooms":"4","price":"288000","area":"355"} , +{"type":"Feature","id":"n3658174713","geometry":{"type":"Point","coordinates":[-0.2030873,51.5325341]},"properties":{"@type":"node","@id":3658174713,"@timestamp":1437339268},"coords":"51.5325341,-0.2030873","bedrooms":"3","price":"264000","area":"528"} , +{"type":"Feature","id":"n3658190215","geometry":{"type":"Point","coordinates":[-0.2013353,51.5322083]},"properties":{"@type":"node","@id":3658190215,"@timestamp":1437339519},"coords":"51.5322083,-0.2013353","bedrooms":"2","price":"286000","area":"567"} , +{"type":"Feature","id":"n3658191825","geometry":{"type":"Point","coordinates":[-0.2000378,51.5326032]},"properties":{"@type":"node","@id":3658191825,"@timestamp":1437339520},"coords":"51.5326032,-0.2000378","bedrooms":"2","price":"178000","area":"459"} , +{"type":"Feature","id":"n3658191835","geometry":{"type":"Point","coordinates":[-0.2027369,51.532955]},"properties":{"@type":"node","@id":3658191835,"@timestamp":1437339520},"coords":"51.532955,-0.2027369","bedrooms":"1","price":"240000","area":"355"} , +{"type":"Feature","id":"n3658191845","geometry":{"type":"Point","coordinates":[-0.2034654,51.5333715]},"properties":{"@type":"node","@id":3658191845,"@timestamp":1437339520},"coords":"51.5333715,-0.2034654","bedrooms":"3","price":"180000","area":"357"} , +{"type":"Feature","id":"n3658297440","geometry":{"type":"Point","coordinates":[-0.201725,51.524276]},"properties":{"@type":"node","@id":3658297440,"@timestamp":1564908036},"coords":"51.524276,-0.201725","bedrooms":"0","price":"243000","area":"552"} , +{"type":"Feature","id":"n3658690776","geometry":{"type":"Point","coordinates":[-0.1502012,51.2641676]},"properties":{"@type":"node","@id":3658690776,"@timestamp":1437386479},"coords":"51.2641676,-0.1502012","bedrooms":"1","price":"287000","area":"562"} , +{"type":"Feature","id":"n3658883858","geometry":{"type":"Point","coordinates":[-0.7382388,51.2417248]},"properties":{"@type":"node","@id":3658883858,"@timestamp":1468004672},"coords":"51.2417248,-0.7382388","bedrooms":"0","price":"193000","area":"528"} , +{"type":"Feature","id":"n3658885582","geometry":{"type":"Point","coordinates":[-0.7298242,51.2809574]},"properties":{"@type":"node","@id":3658885582,"@timestamp":1437397046},"coords":"51.2809574,-0.7298242","bedrooms":"1","price":"277000","area":"430"} , +{"type":"Feature","id":"n3658886988","geometry":{"type":"Point","coordinates":[-0.8160157,51.2078403]},"properties":{"@type":"node","@id":3658886988,"@timestamp":1437397562},"coords":"51.2078403,-0.8160157","bedrooms":"0","price":"166000","area":"603"} , +{"type":"Feature","id":"n3658895140","geometry":{"type":"Point","coordinates":[-0.7457033,51.2709431]},"properties":{"@type":"node","@id":3658895140,"@timestamp":1437396615},"coords":"51.2709431,-0.7457033","bedrooms":"0","price":"255000","area":"443"} , +{"type":"Feature","id":"n3658899326","geometry":{"type":"Point","coordinates":[-0.7472654,51.2659573]},"properties":{"@type":"node","@id":3658899326,"@timestamp":1472916578},"coords":"51.2659573,-0.7472654","bedrooms":"3","price":"244000","area":"414"} , +{"type":"Feature","id":"n3658922650","geometry":{"type":"Point","coordinates":[-0.8115668,51.2057241]},"properties":{"@type":"node","@id":3658922650,"@timestamp":1437397651},"coords":"51.2057241,-0.8115668","bedrooms":"1","price":"253000","area":"380"} , +{"type":"Feature","id":"n3658925191","geometry":{"type":"Point","coordinates":[-0.8449493,51.1970039]},"properties":{"@type":"node","@id":3658925191,"@timestamp":1437397881},"coords":"51.1970039,-0.8449493","bedrooms":"0","price":"235000","area":"628"} , +{"type":"Feature","id":"n3658926324","geometry":{"type":"Point","coordinates":[-0.866672,51.1885817]},"properties":{"@type":"node","@id":3658926324,"@timestamp":1437398051},"coords":"51.1885817,-0.866672","bedrooms":"2","price":"165000","area":"385"} , +{"type":"Feature","id":"n3658929567","geometry":{"type":"Point","coordinates":[-0.8815173,51.2090223]},"properties":{"@type":"node","@id":3658929567,"@timestamp":1437398286},"coords":"51.2090223,-0.8815173","bedrooms":"1","price":"255000","area":"529"} , +{"type":"Feature","id":"n3659264116","geometry":{"type":"Point","coordinates":[-0.7427806,51.3019649]},"properties":{"@type":"node","@id":3659264116,"@timestamp":1599192426},"coords":"51.3019649,-0.7427806","bedrooms":"3","price":"234000","area":"687"} , +{"type":"Feature","id":"n3659269854","geometry":{"type":"Point","coordinates":[-0.7283026,51.3030952]},"properties":{"@type":"node","@id":3659269854,"@timestamp":1451137036},"coords":"51.3030952,-0.7283026","bedrooms":"1","price":"186000","area":"697"} , +{"type":"Feature","id":"n3659444976","geometry":{"type":"Point","coordinates":[-0.1617078,51.6169168]},"properties":{"@type":"node","@id":3659444976,"@timestamp":1437426773},"coords":"51.6169168,-0.1617078","bedrooms":"4","price":"265000","area":"466"} , +{"type":"Feature","id":"n3659500746","geometry":{"type":"Point","coordinates":[0.0473586,51.5652689]},"properties":{"@type":"node","@id":3659500746,"@timestamp":1437430162},"coords":"51.5652689,0.0473586","bedrooms":"4","price":"285000","area":"586"} , +{"type":"Feature","id":"n3659502345","geometry":{"type":"Point","coordinates":[0.041383,51.5657942]},"properties":{"@type":"node","@id":3659502345,"@timestamp":1437430431},"coords":"51.5657942,0.041383","bedrooms":"4","price":"220000","area":"630"} , +{"type":"Feature","id":"n3660082498","geometry":{"type":"Point","coordinates":[-0.1282943,51.5799535]},"properties":{"@type":"node","@id":3660082498,"@timestamp":1437476870},"coords":"51.5799535,-0.1282943","bedrooms":"2","price":"172000","area":"379"} , +{"type":"Feature","id":"n3660082508","geometry":{"type":"Point","coordinates":[-0.1275359,51.579498]},"properties":{"@type":"node","@id":3660082508,"@timestamp":1437476870},"coords":"51.579498,-0.1275359","bedrooms":"2","price":"245000","area":"572"} , +{"type":"Feature","id":"n3660311823","geometry":{"type":"Point","coordinates":[-0.1976388,51.4350383]},"properties":{"@type":"node","@id":3660311823,"@timestamp":1437487189},"coords":"51.4350383,-0.1976388","bedrooms":"1","price":"284000","area":"518"} , +{"type":"Feature","id":"n3660623412","geometry":{"type":"Point","coordinates":[-0.0987169,51.4940431]},"properties":{"@type":"node","@id":3660623412,"@timestamp":1564523747},"coords":"51.4940431,-0.0987169","bedrooms":"3","price":"240000","area":"569"} , +{"type":"Feature","id":"n3660625869","geometry":{"type":"Point","coordinates":[-0.1794055,51.521343]},"properties":{"@type":"node","@id":3660625869,"@timestamp":1437499090},"coords":"51.521343,-0.1794055","bedrooms":"4","price":"241000","area":"634"} , +{"type":"Feature","id":"n3660625907","geometry":{"type":"Point","coordinates":[-0.1798431,51.5211971]},"properties":{"@type":"node","@id":3660625907,"@timestamp":1441615730},"coords":"51.5211971,-0.1798431","bedrooms":"4","price":"292000","area":"537"} , +{"type":"Feature","id":"n3660705713","geometry":{"type":"Point","coordinates":[-0.7046716,51.3122256]},"properties":{"@type":"node","@id":3660705713,"@timestamp":1437504845},"coords":"51.3122256,-0.7046716","bedrooms":"4","price":"264000","area":"435"} , +{"type":"Feature","id":"n3660848025","geometry":{"type":"Point","coordinates":[-0.6960759,51.3251037]},"properties":{"@type":"node","@id":3660848025,"@timestamp":1561925240},"coords":"51.3251037,-0.6960759","bedrooms":"0","price":"272000","area":"401"} , +{"type":"Feature","id":"n3661150005","geometry":{"type":"Point","coordinates":[-0.1788643,51.5258973]},"properties":{"@type":"node","@id":3661150005,"@timestamp":1565193427},"coords":"51.5258973,-0.1788643","bedrooms":"0","price":"264000","area":"462"} , +{"type":"Feature","id":"n3662044339","geometry":{"type":"Point","coordinates":[-0.1271686,51.5794828]},"properties":{"@type":"node","@id":3662044339,"@timestamp":1437588088},"coords":"51.5794828,-0.1271686","bedrooms":"4","price":"298000","area":"578"} , +{"type":"Feature","id":"n3662044349","geometry":{"type":"Point","coordinates":[-0.1266939,51.578996]},"properties":{"@type":"node","@id":3662044349,"@timestamp":1437588088},"coords":"51.578996,-0.1266939","bedrooms":"3","price":"220000","area":"609"} , +{"type":"Feature","id":"n3662044359","geometry":{"type":"Point","coordinates":[-0.125469,51.5793603]},"properties":{"@type":"node","@id":3662044359,"@timestamp":1437588089},"coords":"51.5793603,-0.125469","bedrooms":"1","price":"240000","area":"645"} , +{"type":"Feature","id":"n3662098341","geometry":{"type":"Point","coordinates":[-0.1518308,51.5839747]},"properties":{"@type":"node","@id":3662098341,"@timestamp":1628006361},"coords":"51.5839747,-0.1518308","bedrooms":"4","price":"279000","area":"485"} , +{"type":"Feature","id":"n3662115641","geometry":{"type":"Point","coordinates":[-0.1499224,51.5831837]},"properties":{"@type":"node","@id":3662115641,"@timestamp":1628006235},"coords":"51.5831837,-0.1499224","bedrooms":"4","price":"251000","area":"458"} , +{"type":"Feature","id":"n3662119248","geometry":{"type":"Point","coordinates":[-0.1498894,51.5822494]},"properties":{"@type":"node","@id":3662119248,"@timestamp":1437590772},"coords":"51.5822494,-0.1498894","bedrooms":"3","price":"219000","area":"448"} , +{"type":"Feature","id":"n3662128167","geometry":{"type":"Point","coordinates":[-0.1499959,51.5847538]},"properties":{"@type":"node","@id":3662128167,"@timestamp":1622389401},"coords":"51.5847538,-0.1499959","bedrooms":"0","price":"166000","area":"531"} , +{"type":"Feature","id":"n3662158225","geometry":{"type":"Point","coordinates":[0.0779134,51.0742732]},"properties":{"@type":"node","@id":3662158225,"@timestamp":1437593008},"coords":"51.0742732,0.0779134","bedrooms":"4","price":"256000","area":"499"} , +{"type":"Feature","id":"n3662201103","geometry":{"type":"Point","coordinates":[-0.2018495,51.4770719]},"properties":{"@type":"node","@id":3662201103,"@timestamp":1553719267},"coords":"51.4770719,-0.2018495","bedrooms":"3","price":"263000","area":"471"} , +{"type":"Feature","id":"n3662202729","geometry":{"type":"Point","coordinates":[-0.2017714,51.4771011]},"properties":{"@type":"node","@id":3662202729,"@timestamp":1437595278},"coords":"51.4771011,-0.2017714","bedrooms":"3","price":"163000","area":"648"} , +{"type":"Feature","id":"n3662252436","geometry":{"type":"Point","coordinates":[-0.2012233,51.4756534]},"properties":{"@type":"node","@id":3662252436,"@timestamp":1437597842},"coords":"51.4756534,-0.2012233","bedrooms":"0","price":"183000","area":"356"} , +{"type":"Feature","id":"n3662252446","geometry":{"type":"Point","coordinates":[-0.2028492,51.4767055]},"properties":{"@type":"node","@id":3662252446,"@timestamp":1613982876},"coords":"51.4767055,-0.2028492","bedrooms":"2","price":"278000","area":"673"} , +{"type":"Feature","id":"n3662259201","geometry":{"type":"Point","coordinates":[-0.7183495,51.3474545]},"properties":{"@type":"node","@id":3662259201,"@timestamp":1551237726},"coords":"51.3474545,-0.7183495","bedrooms":"2","price":"192000","area":"603"} , +{"type":"Feature","id":"n3662263443","geometry":{"type":"Point","coordinates":[-0.2009,51.4758712]},"properties":{"@type":"node","@id":3662263443,"@timestamp":1437598734},"coords":"51.4758712,-0.2009","bedrooms":"3","price":"211000","area":"615"} , +{"type":"Feature","id":"n3662281653","geometry":{"type":"Point","coordinates":[-0.2002914,51.4759511]},"properties":{"@type":"node","@id":3662281653,"@timestamp":1437599626},"coords":"51.4759511,-0.2002914","bedrooms":"1","price":"230000","area":"625"} , +{"type":"Feature","id":"n3662325119","geometry":{"type":"Point","coordinates":[-0.1749873,51.5234138]},"properties":{"@type":"node","@id":3662325119,"@timestamp":1564908036},"coords":"51.5234138,-0.1749873","bedrooms":"2","price":"245000","area":"559"} , +{"type":"Feature","id":"n3662350340","geometry":{"type":"Point","coordinates":[-0.2043933,51.4709823]},"properties":{"@type":"node","@id":3662350340,"@timestamp":1437602691},"coords":"51.4709823,-0.2043933","bedrooms":"2","price":"278000","area":"673"} , +{"type":"Feature","id":"n3662359718","geometry":{"type":"Point","coordinates":[-0.1711526,51.5206509]},"properties":{"@type":"node","@id":3662359718,"@timestamp":1564908036},"coords":"51.5206509,-0.1711526","bedrooms":"0","price":"172000","area":"679"} , +{"type":"Feature","id":"n3662376411","geometry":{"type":"Point","coordinates":[-0.2029907,51.4712423]},"properties":{"@type":"node","@id":3662376411,"@timestamp":1437605106},"coords":"51.4712423,-0.2029907","bedrooms":"1","price":"268000","area":"494"} , +{"type":"Feature","id":"n3662377883","geometry":{"type":"Point","coordinates":[-0.2052241,51.4717685]},"properties":{"@type":"node","@id":3662377883,"@timestamp":1437605108},"coords":"51.4717685,-0.2052241","bedrooms":"4","price":"253000","area":"399"} , +{"type":"Feature","id":"n3662384102","geometry":{"type":"Point","coordinates":[-0.3984893,51.9009963]},"properties":{"@type":"node","@id":3662384102,"@timestamp":1542619373},"coords":"51.9009963,-0.3984893","bedrooms":"2","price":"241000","area":"615"} , +{"type":"Feature","id":"n3662462340","geometry":{"type":"Point","coordinates":[-0.2374032,51.5179761]},"properties":{"@type":"node","@id":3662462340,"@timestamp":1437616255},"coords":"51.5179761,-0.2374032","bedrooms":"1","price":"276000","area":"574"} , +{"type":"Feature","id":"n3662616791","geometry":{"type":"Point","coordinates":[-0.2023622,51.4743168]},"properties":{"@type":"node","@id":3662616791,"@timestamp":1505486140},"coords":"51.4743168,-0.2023622","bedrooms":"0","price":"226000","area":"541"} , +{"type":"Feature","id":"n3662832506","geometry":{"type":"Point","coordinates":[-0.2008427,51.4737454]},"properties":{"@type":"node","@id":3662832506,"@timestamp":1437647558},"coords":"51.4737454,-0.2008427","bedrooms":"4","price":"288000","area":"465"} , +{"type":"Feature","id":"n3662967082","geometry":{"type":"Point","coordinates":[-0.1661881,51.5174352]},"properties":{"@type":"node","@id":3662967082,"@timestamp":1619792823},"coords":"51.5174352,-0.1661881","bedrooms":"4","price":"288000","area":"639"} , +{"type":"Feature","id":"n3663303018","geometry":{"type":"Point","coordinates":[-0.1665643,51.5187821]},"properties":{"@type":"node","@id":3663303018,"@timestamp":1628243143},"coords":"51.5187821,-0.1665643","bedrooms":"2","price":"184000","area":"403"} , +{"type":"Feature","id":"n3663384172","geometry":{"type":"Point","coordinates":[-0.1634681,51.5867869]},"properties":{"@type":"node","@id":3663384172,"@timestamp":1622389361},"coords":"51.5867869,-0.1634681","bedrooms":"3","price":"154000","area":"385"} , +{"type":"Feature","id":"n3663477138","geometry":{"type":"Point","coordinates":[-1.0368952,51.4238551]},"properties":{"@type":"node","@id":3663477138,"@timestamp":1437676716},"coords":"51.4238551,-1.0368952","bedrooms":"0","price":"293000","area":"677"} , +{"type":"Feature","id":"n3663599913","geometry":{"type":"Point","coordinates":[-0.6939941,51.3605933]},"properties":{"@type":"node","@id":3663599913,"@timestamp":1437681416},"coords":"51.3605933,-0.6939941","bedrooms":"4","price":"248000","area":"358"} , +{"type":"Feature","id":"n3663609951","geometry":{"type":"Point","coordinates":[-0.3357216,51.4029081]},"properties":{"@type":"node","@id":3663609951,"@timestamp":1437682199},"coords":"51.4029081,-0.3357216","bedrooms":"2","price":"170000","area":"694"} , +{"type":"Feature","id":"n3663609961","geometry":{"type":"Point","coordinates":[-0.3347057,51.4027666]},"properties":{"@type":"node","@id":3663609961,"@timestamp":1437682199},"coords":"51.4027666,-0.3347057","bedrooms":"0","price":"265000","area":"364"} , +{"type":"Feature","id":"n3663609971","geometry":{"type":"Point","coordinates":[-0.3348826,51.4032745]},"properties":{"@type":"node","@id":3663609971,"@timestamp":1437682200},"coords":"51.4032745,-0.3348826","bedrooms":"3","price":"159000","area":"562"} , +{"type":"Feature","id":"n3663609981","geometry":{"type":"Point","coordinates":[-0.3354726,51.4032796]},"properties":{"@type":"node","@id":3663609981,"@timestamp":1437682200},"coords":"51.4032796,-0.3354726","bedrooms":"4","price":"289000","area":"663"} , +{"type":"Feature","id":"n3663609991","geometry":{"type":"Point","coordinates":[-0.3349125,51.4034155]},"properties":{"@type":"node","@id":3663609991,"@timestamp":1437682200},"coords":"51.4034155,-0.3349125","bedrooms":"3","price":"167000","area":"679"} , +{"type":"Feature","id":"n3663610001","geometry":{"type":"Point","coordinates":[-0.3358268,51.4034187]},"properties":{"@type":"node","@id":3663610001,"@timestamp":1437682201},"coords":"51.4034187,-0.3358268","bedrooms":"0","price":"268000","area":"646"} , +{"type":"Feature","id":"n3663610011","geometry":{"type":"Point","coordinates":[-0.3346644,51.4037056]},"properties":{"@type":"node","@id":3663610011,"@timestamp":1437682201},"coords":"51.4037056,-0.3346644","bedrooms":"3","price":"155000","area":"605"} , +{"type":"Feature","id":"n3663610021","geometry":{"type":"Point","coordinates":[-0.3356719,51.4046951]},"properties":{"@type":"node","@id":3663610021,"@timestamp":1437682202},"coords":"51.4046951,-0.3356719","bedrooms":"4","price":"219000","area":"483"} , +{"type":"Feature","id":"n3663612531","geometry":{"type":"Point","coordinates":[-0.3366198,51.4011328]},"properties":{"@type":"node","@id":3663612531,"@timestamp":1437682202},"coords":"51.4011328,-0.3366198","bedrooms":"3","price":"205000","area":"482"} , +{"type":"Feature","id":"n3663775221","geometry":{"type":"Point","coordinates":[-0.1809505,51.5280448]},"properties":{"@type":"node","@id":3663775221,"@timestamp":1565112345},"coords":"51.5280448,-0.1809505","bedrooms":"3","price":"219000","area":"407"} , +{"type":"Feature","id":"n3663811839","geometry":{"type":"Point","coordinates":[-0.1884626,51.5343093]},"properties":{"@type":"node","@id":3663811839,"@timestamp":1564908036},"coords":"51.5343093,-0.1884626","bedrooms":"2","price":"162000","area":"666"} , +{"type":"Feature","id":"n3663815564","geometry":{"type":"Point","coordinates":[-0.188707,51.5296342]},"properties":{"@type":"node","@id":3663815564,"@timestamp":1564206053},"coords":"51.5296342,-0.188707","bedrooms":"1","price":"194000","area":"575"} , +{"type":"Feature","id":"n3663815577","geometry":{"type":"Point","coordinates":[-0.1906041,51.5287474]},"properties":{"@type":"node","@id":3663815577,"@timestamp":1564200221},"coords":"51.5287474,-0.1906041","bedrooms":"0","price":"232000","area":"583"} , +{"type":"Feature","id":"n3663817040","geometry":{"type":"Point","coordinates":[-0.1876542,51.5289869]},"properties":{"@type":"node","@id":3663817040,"@timestamp":1564720464},"coords":"51.5289869,-0.1876542","bedrooms":"4","price":"282000","area":"569"} , +{"type":"Feature","id":"n3663817129","geometry":{"type":"Point","coordinates":[-0.1884212,51.5298142]},"properties":{"@type":"node","@id":3663817129,"@timestamp":1437689550},"coords":"51.5298142,-0.1884212","bedrooms":"1","price":"275000","area":"678"} , +{"type":"Feature","id":"n3663817141","geometry":{"type":"Point","coordinates":[-0.1845435,51.5307267]},"properties":{"@type":"node","@id":3663817141,"@timestamp":1564489276},"coords":"51.5307267,-0.1845435","bedrooms":"3","price":"157000","area":"639"} , +{"type":"Feature","id":"n3663839663","geometry":{"type":"Point","coordinates":[-0.6205026,51.3344597]},"properties":{"@type":"node","@id":3663839663,"@timestamp":1496239066},"coords":"51.3344597,-0.6205026","bedrooms":"2","price":"184000","area":"625"} , +{"type":"Feature","id":"n3663901179","geometry":{"type":"Point","coordinates":[-0.2347515,51.5172471]},"properties":{"@type":"node","@id":3663901179,"@timestamp":1614596379},"coords":"51.5172471,-0.2347515","bedrooms":"2","price":"162000","area":"598"} , +{"type":"Feature","id":"n3663929426","geometry":{"type":"Point","coordinates":[-0.2293098,51.5210133]},"properties":{"@type":"node","@id":3663929426,"@timestamp":1614514186},"coords":"51.5210133,-0.2293098","bedrooms":"4","price":"200000","area":"477"} , +{"type":"Feature","id":"n3664398013","geometry":{"type":"Point","coordinates":[-0.0984086,51.5127316]},"properties":{"@type":"node","@id":3664398013,"@timestamp":1437737744},"coords":"51.5127316,-0.0984086","bedrooms":"2","price":"211000","area":"662"} , +{"type":"Feature","id":"n3664425890","geometry":{"type":"Point","coordinates":[-0.2121562,51.5539369]},"properties":{"@type":"node","@id":3664425890,"@timestamp":1564908036},"coords":"51.5539369,-0.2121562","bedrooms":"2","price":"294000","area":"519"} , +{"type":"Feature","id":"n3664678585","geometry":{"type":"Point","coordinates":[-0.0617184,51.5196836]},"properties":{"@type":"node","@id":3664678585,"@timestamp":1630978164},"coords":"51.5196836,-0.0617184","bedrooms":"4","price":"265000","area":"568"} , +{"type":"Feature","id":"n3664971806","geometry":{"type":"Point","coordinates":[-0.0628867,51.5924659]},"properties":{"@type":"node","@id":3664971806,"@timestamp":1437765770},"coords":"51.5924659,-0.0628867","bedrooms":"1","price":"233000","area":"473"} , +{"type":"Feature","id":"n3664977902","geometry":{"type":"Point","coordinates":[-0.0595985,51.5934357]},"properties":{"@type":"node","@id":3664977902,"@timestamp":1437766464},"coords":"51.5934357,-0.0595985","bedrooms":"0","price":"297000","area":"552"} , +{"type":"Feature","id":"n3665077505","geometry":{"type":"Point","coordinates":[-0.6530054,51.9094829]},"properties":{"@type":"node","@id":3665077505,"@timestamp":1437769638},"coords":"51.9094829,-0.6530054","bedrooms":"1","price":"185000","area":"556"} , +{"type":"Feature","id":"n3665252462","geometry":{"type":"Point","coordinates":[-0.2005432,51.4721367]},"properties":{"@type":"node","@id":3665252462,"@timestamp":1437781014},"coords":"51.4721367,-0.2005432","bedrooms":"2","price":"165000","area":"587"} , +{"type":"Feature","id":"n3665732558","geometry":{"type":"Point","coordinates":[-0.0292943,51.5263594]},"properties":{"@type":"node","@id":3665732558,"@timestamp":1617413818},"coords":"51.5263594,-0.0292943","bedrooms":"2","price":"281000","area":"628"} , +{"type":"Feature","id":"n3666309719","geometry":{"type":"Point","coordinates":[-0.6327409,51.9376191]},"properties":{"@type":"node","@id":3666309719,"@timestamp":1437852760},"coords":"51.9376191,-0.6327409","bedrooms":"3","price":"191000","area":"391"} , +{"type":"Feature","id":"n3666345728","geometry":{"type":"Point","coordinates":[0.476236,51.3927936]},"properties":{"@type":"node","@id":3666345728,"@timestamp":1437854648},"coords":"51.3927936,0.476236","bedrooms":"4","price":"283000","area":"548"} , +{"type":"Feature","id":"n3666347131","geometry":{"type":"Point","coordinates":[-0.084942,51.4492191]},"properties":{"@type":"node","@id":3666347131,"@timestamp":1595697195},"coords":"51.4492191,-0.084942","bedrooms":"2","price":"228000","area":"402"} , +{"type":"Feature","id":"n3667016871","geometry":{"type":"Point","coordinates":[-0.1331854,51.5356409]},"properties":{"@type":"node","@id":3667016871,"@timestamp":1618329436},"coords":"51.5356409,-0.1331854","bedrooms":"0","price":"287000","area":"688"} , +{"type":"Feature","id":"n3667250840","geometry":{"type":"Point","coordinates":[-0.1547342,51.5082645]},"properties":{"@type":"node","@id":3667250840,"@timestamp":1590724140},"coords":"51.5082645,-0.1547342","bedrooms":"0","price":"185000","area":"651"} , +{"type":"Feature","id":"n3667291089","geometry":{"type":"Point","coordinates":[0.0950095,51.6042072]},"properties":{"@type":"node","@id":3667291089,"@timestamp":1437923419},"coords":"51.6042072,0.0950095","bedrooms":"2","price":"153000","area":"359"} , +{"type":"Feature","id":"n3667291099","geometry":{"type":"Point","coordinates":[0.0991353,51.6054088]},"properties":{"@type":"node","@id":3667291099,"@timestamp":1437923423},"coords":"51.6054088,0.0991353","bedrooms":"0","price":"162000","area":"633"} , +{"type":"Feature","id":"n3667309721","geometry":{"type":"Point","coordinates":[-0.1509392,51.5013393]},"properties":{"@type":"node","@id":3667309721,"@timestamp":1629401713},"coords":"51.5013393,-0.1509392","bedrooms":"1","price":"158000","area":"469"} , +{"type":"Feature","id":"n3667494433","geometry":{"type":"Point","coordinates":[-0.1439832,51.4978948]},"properties":{"@type":"node","@id":3667494433,"@timestamp":1564908036},"coords":"51.4978948,-0.1439832","bedrooms":"4","price":"233000","area":"552"} , +{"type":"Feature","id":"n3668178986","geometry":{"type":"Point","coordinates":[-0.1978743,51.470318]},"properties":{"@type":"node","@id":3668178986,"@timestamp":1437982537},"coords":"51.470318,-0.1978743","bedrooms":"1","price":"281000","area":"480"} , +{"type":"Feature","id":"n3668178999","geometry":{"type":"Point","coordinates":[-0.1986091,51.4705539]},"properties":{"@type":"node","@id":3668178999,"@timestamp":1437982537},"coords":"51.4705539,-0.1986091","bedrooms":"1","price":"224000","area":"505"} , +{"type":"Feature","id":"n3668179012","geometry":{"type":"Point","coordinates":[-0.2003668,51.4708929]},"properties":{"@type":"node","@id":3668179012,"@timestamp":1437982538},"coords":"51.4708929,-0.2003668","bedrooms":"2","price":"295000","area":"573"} , +{"type":"Feature","id":"n3668179024","geometry":{"type":"Point","coordinates":[-0.1992597,51.470943]},"properties":{"@type":"node","@id":3668179024,"@timestamp":1437982538},"coords":"51.470943,-0.1992597","bedrooms":"4","price":"257000","area":"395"} , +{"type":"Feature","id":"n3668181841","geometry":{"type":"Point","coordinates":[-0.2023075,51.4712015]},"properties":{"@type":"node","@id":3668181841,"@timestamp":1437982538},"coords":"51.4712015,-0.2023075","bedrooms":"4","price":"283000","area":"522"} , +{"type":"Feature","id":"n3668181888","geometry":{"type":"Point","coordinates":[-0.1950364,51.4719517]},"properties":{"@type":"node","@id":3668181888,"@timestamp":1437982539},"coords":"51.4719517,-0.1950364","bedrooms":"3","price":"204000","area":"356"} , +{"type":"Feature","id":"n3668181908","geometry":{"type":"Point","coordinates":[-0.19787,51.4728775]},"properties":{"@type":"node","@id":3668181908,"@timestamp":1437982539},"coords":"51.4728775,-0.19787","bedrooms":"1","price":"170000","area":"392"} , +{"type":"Feature","id":"n3668242170","geometry":{"type":"Point","coordinates":[-0.1271651,51.5095579]},"properties":{"@type":"node","@id":3668242170,"@timestamp":1437984397},"coords":"51.5095579,-0.1271651","bedrooms":"4","price":"169000","area":"442"} , +{"type":"Feature","id":"n3668539050","geometry":{"type":"Point","coordinates":[0.0193386,51.4773375]},"properties":{"@type":"node","@id":3668539050,"@timestamp":1437996040},"coords":"51.4773375,0.0193386","bedrooms":"4","price":"253000","area":"576"} , +{"type":"Feature","id":"n3668557160","geometry":{"type":"Point","coordinates":[-0.168394,51.5588065]},"properties":{"@type":"node","@id":3668557160,"@timestamp":1437996678},"coords":"51.5588065,-0.168394","bedrooms":"1","price":"294000","area":"357"} , +{"type":"Feature","id":"n3668669802","geometry":{"type":"Point","coordinates":[-0.2007796,51.4734753]},"properties":{"@type":"node","@id":3668669802,"@timestamp":1438000949},"coords":"51.4734753,-0.2007796","bedrooms":"3","price":"274000","area":"458"} , +{"type":"Feature","id":"n3668994575","geometry":{"type":"Point","coordinates":[-0.2008195,51.474234]},"properties":{"@type":"node","@id":3668994575,"@timestamp":1438017940},"coords":"51.474234,-0.2008195","bedrooms":"4","price":"190000","area":"679"} , +{"type":"Feature","id":"n3668994591","geometry":{"type":"Point","coordinates":[-0.2007219,51.4752959]},"properties":{"@type":"node","@id":3668994591,"@timestamp":1438017940},"coords":"51.4752959,-0.2007219","bedrooms":"2","price":"172000","area":"604"} , +{"type":"Feature","id":"n3669260776","geometry":{"type":"Point","coordinates":[0.8938845,51.2998316]},"properties":{"@type":"node","@id":3669260776,"@timestamp":1438031939},"coords":"51.2998316,0.8938845","bedrooms":"2","price":"248000","area":"649"} , +{"type":"Feature","id":"n3669260890","geometry":{"type":"Point","coordinates":[0.8797258,51.3016258]},"properties":{"@type":"node","@id":3669260890,"@timestamp":1438031940},"coords":"51.3016258,0.8797258","bedrooms":"0","price":"263000","area":"363"} , +{"type":"Feature","id":"n3669270858","geometry":{"type":"Point","coordinates":[-0.1993062,51.5147331]},"properties":{"@type":"node","@id":3669270858,"@timestamp":1438032803},"coords":"51.5147331,-0.1993062","bedrooms":"0","price":"267000","area":"370"} , +{"type":"Feature","id":"n3669271165","geometry":{"type":"Point","coordinates":[-0.1996722,51.5158682]},"properties":{"@type":"node","@id":3669271165,"@timestamp":1438032807},"coords":"51.5158682,-0.1996722","bedrooms":"3","price":"241000","area":"558"} , +{"type":"Feature","id":"n3669772943","geometry":{"type":"Point","coordinates":[-0.15833,51.5532691]},"properties":{"@type":"node","@id":3669772943,"@timestamp":1602379274},"coords":"51.5532691,-0.15833","bedrooms":"0","price":"244000","area":"574"} , +{"type":"Feature","id":"n3670194682","geometry":{"type":"Point","coordinates":[-0.0312718,51.4553391]},"properties":{"@type":"node","@id":3670194682,"@timestamp":1564908036},"coords":"51.4553391,-0.0312718","bedrooms":"3","price":"199000","area":"383"} , +{"type":"Feature","id":"n3670322587","geometry":{"type":"Point","coordinates":[-0.1994892,51.5299132]},"properties":{"@type":"node","@id":3670322587,"@timestamp":1438089935},"coords":"51.5299132,-0.1994892","bedrooms":"2","price":"238000","area":"625"} , +{"type":"Feature","id":"n3670677427","geometry":{"type":"Point","coordinates":[-0.1993846,51.5288727]},"properties":{"@type":"node","@id":3670677427,"@timestamp":1438105864},"coords":"51.5288727,-0.1993846","bedrooms":"0","price":"217000","area":"443"} , +{"type":"Feature","id":"n3670677780","geometry":{"type":"Point","coordinates":[-0.1987695,51.5293446]},"properties":{"@type":"node","@id":3670677780,"@timestamp":1438105868},"coords":"51.5293446,-0.1987695","bedrooms":"2","price":"208000","area":"362"} , +{"type":"Feature","id":"n3670678047","geometry":{"type":"Point","coordinates":[-0.2013689,51.5297349]},"properties":{"@type":"node","@id":3670678047,"@timestamp":1438105871},"coords":"51.5297349,-0.2013689","bedrooms":"4","price":"237000","area":"651"} , +{"type":"Feature","id":"n3670678282","geometry":{"type":"Point","coordinates":[-0.2014354,51.5302029]},"properties":{"@type":"node","@id":3670678282,"@timestamp":1438105874},"coords":"51.5302029,-0.2014354","bedrooms":"3","price":"150000","area":"383"} , +{"type":"Feature","id":"n3670678383","geometry":{"type":"Point","coordinates":[-0.2010198,51.5309978]},"properties":{"@type":"node","@id":3670678383,"@timestamp":1438105875},"coords":"51.5309978,-0.2010198","bedrooms":"1","price":"280000","area":"603"} , +{"type":"Feature","id":"n3670678496","geometry":{"type":"Point","coordinates":[-0.2023891,51.5324222]},"properties":{"@type":"node","@id":3670678496,"@timestamp":1438105881},"coords":"51.5324222,-0.2023891","bedrooms":"1","price":"220000","area":"587"} , +{"type":"Feature","id":"n3670985505","geometry":{"type":"Point","coordinates":[0.1869421,51.3548995]},"properties":{"@type":"node","@id":3670985505,"@timestamp":1438120665},"coords":"51.3548995,0.1869421","bedrooms":"3","price":"192000","area":"686"} , +{"type":"Feature","id":"n3671548162","geometry":{"type":"Point","coordinates":[-0.2015673,51.5289342]},"properties":{"@type":"node","@id":3671548162,"@timestamp":1438163927},"coords":"51.5289342,-0.2015673","bedrooms":"4","price":"184000","area":"598"} , +{"type":"Feature","id":"n3671549922","geometry":{"type":"Point","coordinates":[-0.2017907,51.5302652]},"properties":{"@type":"node","@id":3671549922,"@timestamp":1438163930},"coords":"51.5302652,-0.2017907","bedrooms":"3","price":"187000","area":"662"} , +{"type":"Feature","id":"n3671739625","geometry":{"type":"Point","coordinates":[0.1584904,51.7791809]},"properties":{"@type":"node","@id":3671739625,"@timestamp":1438170420},"coords":"51.7791809,0.1584904","bedrooms":"0","price":"217000","area":"645"} , +{"type":"Feature","id":"n3671902521","geometry":{"type":"Point","coordinates":[-0.1263985,51.5806408]},"properties":{"@type":"node","@id":3671902521,"@timestamp":1438177875},"coords":"51.5806408,-0.1263985","bedrooms":"1","price":"203000","area":"648"} , +{"type":"Feature","id":"n3671902831","geometry":{"type":"Point","coordinates":[-0.1260439,51.5804625]},"properties":{"@type":"node","@id":3671902831,"@timestamp":1438177876},"coords":"51.5804625,-0.1260439","bedrooms":"2","price":"223000","area":"569"} , +{"type":"Feature","id":"n3672012995","geometry":{"type":"Point","coordinates":[-0.6222572,51.3714447]},"properties":{"@type":"node","@id":3672012995,"@timestamp":1438182811},"coords":"51.3714447,-0.6222572","bedrooms":"4","price":"284000","area":"357"} , +{"type":"Feature","id":"n3672033306","geometry":{"type":"Point","coordinates":[-0.6173182,51.3589293]},"properties":{"@type":"node","@id":3672033306,"@timestamp":1438183318},"coords":"51.3589293,-0.6173182","bedrooms":"2","price":"291000","area":"413"} , +{"type":"Feature","id":"n3672033317","geometry":{"type":"Point","coordinates":[-0.6197509,51.3584741]},"properties":{"@type":"node","@id":3672033317,"@timestamp":1438183319},"coords":"51.3584741,-0.6197509","bedrooms":"4","price":"195000","area":"643"} , +{"type":"Feature","id":"n3672043462","geometry":{"type":"Point","coordinates":[-0.6610928,51.3612629]},"properties":{"@type":"node","@id":3672043462,"@timestamp":1438183864},"coords":"51.3612629,-0.6610928","bedrooms":"0","price":"290000","area":"402"} , +{"type":"Feature","id":"n3672043473","geometry":{"type":"Point","coordinates":[-0.6640702,51.3655693]},"properties":{"@type":"node","@id":3672043473,"@timestamp":1438183864},"coords":"51.3655693,-0.6640702","bedrooms":"2","price":"201000","area":"480"} , +{"type":"Feature","id":"n3672047845","geometry":{"type":"Point","coordinates":[-0.6638463,51.3495563]},"properties":{"@type":"node","@id":3672047845,"@timestamp":1438184181},"coords":"51.3495563,-0.6638463","bedrooms":"3","price":"227000","area":"402"} , +{"type":"Feature","id":"n3672052024","geometry":{"type":"Point","coordinates":[-0.747894,51.3237313]},"properties":{"@type":"node","@id":3672052024,"@timestamp":1438184548},"coords":"51.3237313,-0.747894","bedrooms":"3","price":"270000","area":"464"} , +{"type":"Feature","id":"n3672092166","geometry":{"type":"Point","coordinates":[-0.1940493,51.6502458]},"properties":{"@type":"node","@id":3672092166,"@timestamp":1626477646},"coords":"51.6502458,-0.1940493","bedrooms":"4","price":"158000","area":"362"} , +{"type":"Feature","id":"n3672151369","geometry":{"type":"Point","coordinates":[-0.1913488,51.6413942]},"properties":{"@type":"node","@id":3672151369,"@timestamp":1628193893},"coords":"51.6413942,-0.1913488","bedrooms":"1","price":"280000","area":"522"} , +{"type":"Feature","id":"n3672161972","geometry":{"type":"Point","coordinates":[-0.1863322,51.6386351]},"properties":{"@type":"node","@id":3672161972,"@timestamp":1628193677},"coords":"51.6386351,-0.1863322","bedrooms":"0","price":"213000","area":"609"} , +{"type":"Feature","id":"n3672350610","geometry":{"type":"Point","coordinates":[-0.6666033,51.1090688]},"properties":{"@type":"node","@id":3672350610,"@timestamp":1443098847},"coords":"51.1090688,-0.6666033","bedrooms":"0","price":"290000","area":"483"} , +{"type":"Feature","id":"n3672359664","geometry":{"type":"Point","coordinates":[0.0278494,51.4245424]},"properties":{"@type":"node","@id":3672359664,"@timestamp":1438198669},"coords":"51.4245424,0.0278494","bedrooms":"0","price":"279000","area":"687"} , +{"type":"Feature","id":"n3672482886","geometry":{"type":"Point","coordinates":[-0.1657793,51.6436995]},"properties":{"@type":"node","@id":3672482886,"@timestamp":1438205025},"coords":"51.6436995,-0.1657793","bedrooms":"3","price":"187000","area":"573"} , +{"type":"Feature","id":"n3672498498","geometry":{"type":"Point","coordinates":[-0.1383981,51.5210277]},"properties":{"@type":"node","@id":3672498498,"@timestamp":1438207909},"coords":"51.5210277,-0.1383981","bedrooms":"4","price":"245000","area":"631"} , +{"type":"Feature","id":"n3673099791","geometry":{"type":"Point","coordinates":[-0.5161182,51.4040967]},"properties":{"@type":"node","@id":3673099791,"@timestamp":1569090735},"coords":"51.4040967,-0.5161182","bedrooms":"2","price":"200000","area":"505"} , +{"type":"Feature","id":"n3673312437","geometry":{"type":"Point","coordinates":[-0.1495298,51.2607582]},"properties":{"@type":"node","@id":3673312437,"@timestamp":1438257827},"coords":"51.2607582,-0.1495298","bedrooms":"3","price":"245000","area":"646"} , +{"type":"Feature","id":"n3673621773","geometry":{"type":"Point","coordinates":[-0.5148464,51.4030474]},"properties":{"@type":"node","@id":3673621773,"@timestamp":1555094673},"coords":"51.4030474,-0.5148464","bedrooms":"4","price":"268000","area":"637"} , +{"type":"Feature","id":"n3673824771","geometry":{"type":"Point","coordinates":[-0.4520946,51.2158823]},"properties":{"@type":"node","@id":3673824771,"@timestamp":1438278994},"coords":"51.2158823,-0.4520946","bedrooms":"3","price":"286000","area":"438"} , +{"type":"Feature","id":"n3673948249","geometry":{"type":"Point","coordinates":[-0.3332267,51.3840414]},"properties":{"@type":"node","@id":3673948249,"@timestamp":1625657986},"coords":"51.3840414,-0.3332267","bedrooms":"0","price":"258000","area":"423"} , +{"type":"Feature","id":"n3674079440","geometry":{"type":"Point","coordinates":[-0.195636,51.5349631]},"properties":{"@type":"node","@id":3674079440,"@timestamp":1438292061},"coords":"51.5349631,-0.195636","bedrooms":"0","price":"286000","area":"651"} , +{"type":"Feature","id":"n3674079450","geometry":{"type":"Point","coordinates":[-0.1958085,51.5343557]},"properties":{"@type":"node","@id":3674079450,"@timestamp":1450102702},"coords":"51.5343557,-0.1958085","bedrooms":"0","price":"233000","area":"578"} , +{"type":"Feature","id":"n3674533891","geometry":{"type":"Point","coordinates":[-0.2057609,51.5308846]},"properties":{"@type":"node","@id":3674533891,"@timestamp":1486732734},"coords":"51.5308846,-0.2057609","bedrooms":"2","price":"283000","area":"388"} , +{"type":"Feature","id":"n3674542182","geometry":{"type":"Point","coordinates":[-0.2133273,51.5284282]},"properties":{"@type":"node","@id":3674542182,"@timestamp":1438332173},"coords":"51.5284282,-0.2133273","bedrooms":"3","price":"207000","area":"588"} , +{"type":"Feature","id":"n3674542311","geometry":{"type":"Point","coordinates":[-0.2133176,51.5290464]},"properties":{"@type":"node","@id":3674542311,"@timestamp":1438332174},"coords":"51.5290464,-0.2133176","bedrooms":"0","price":"213000","area":"366"} , +{"type":"Feature","id":"n3674542380","geometry":{"type":"Point","coordinates":[-0.2128864,51.5297694]},"properties":{"@type":"node","@id":3674542380,"@timestamp":1438332176},"coords":"51.5297694,-0.2128864","bedrooms":"1","price":"261000","area":"414"} , +{"type":"Feature","id":"n3674542585","geometry":{"type":"Point","coordinates":[-0.2130279,51.5302928]},"properties":{"@type":"node","@id":3674542585,"@timestamp":1438332178},"coords":"51.5302928,-0.2130279","bedrooms":"4","price":"176000","area":"541"} , +{"type":"Feature","id":"n3674542684","geometry":{"type":"Point","coordinates":[-0.2091886,51.530739]},"properties":{"@type":"node","@id":3674542684,"@timestamp":1568520513},"coords":"51.530739,-0.2091886","bedrooms":"0","price":"233000","area":"483"} , +{"type":"Feature","id":"n3674542808","geometry":{"type":"Point","coordinates":[-0.2131347,51.5310187]},"properties":{"@type":"node","@id":3674542808,"@timestamp":1438332182},"coords":"51.5310187,-0.2131347","bedrooms":"0","price":"278000","area":"487"} , +{"type":"Feature","id":"n3674542993","geometry":{"type":"Point","coordinates":[-0.2123498,51.5312916]},"properties":{"@type":"node","@id":3674542993,"@timestamp":1438332186},"coords":"51.5312916,-0.2123498","bedrooms":"0","price":"229000","area":"438"} , +{"type":"Feature","id":"n3674543130","geometry":{"type":"Point","coordinates":[-0.2123692,51.5313711]},"properties":{"@type":"node","@id":3674543130,"@timestamp":1438332187},"coords":"51.5313711,-0.2123692","bedrooms":"0","price":"238000","area":"657"} , +{"type":"Feature","id":"n3674548725","geometry":{"type":"Point","coordinates":[0.1342761,51.6284449]},"properties":{"@type":"node","@id":3674548725,"@timestamp":1609427200},"coords":"51.6284449,0.1342761","bedrooms":"4","price":"276000","area":"592"} , +{"type":"Feature","id":"n3675171961","geometry":{"type":"Point","coordinates":[0.4975544,51.379376]},"properties":{"@type":"node","@id":3675171961,"@timestamp":1438359338},"coords":"51.379376,0.4975544","bedrooms":"3","price":"172000","area":"534"} , +{"type":"Feature","id":"n3675330363","geometry":{"type":"Point","coordinates":[0.0262958,51.4297757]},"properties":{"@type":"node","@id":3675330363,"@timestamp":1438366971},"coords":"51.4297757,0.0262958","bedrooms":"4","price":"220000","area":"520"} , +{"type":"Feature","id":"n3675784804","geometry":{"type":"Point","coordinates":[-0.0744102,51.6121181]},"properties":{"@type":"node","@id":3675784804,"@timestamp":1438398449},"coords":"51.6121181,-0.0744102","bedrooms":"2","price":"266000","area":"526"} , +{"type":"Feature","id":"n3676200228","geometry":{"type":"Point","coordinates":[-0.7607053,51.6755644]},"properties":{"@type":"node","@id":3676200228,"@timestamp":1546299890},"coords":"51.6755644,-0.7607053","bedrooms":"2","price":"166000","area":"695"} , +{"type":"Feature","id":"n3676335966","geometry":{"type":"Point","coordinates":[-0.1948351,51.5149602]},"properties":{"@type":"node","@id":3676335966,"@timestamp":1438436687},"coords":"51.5149602,-0.1948351","bedrooms":"2","price":"176000","area":"651"} , +{"type":"Feature","id":"n3676384273","geometry":{"type":"Point","coordinates":[-0.8349214,51.4108732]},"properties":{"@type":"node","@id":3676384273,"@timestamp":1611089301},"coords":"51.4108732,-0.8349214","bedrooms":"4","price":"217000","area":"599"} , +{"type":"Feature","id":"n3676962514","geometry":{"type":"Point","coordinates":[-0.0707222,51.808517]},"properties":{"@type":"node","@id":3676962514,"@timestamp":1438472996},"coords":"51.808517,-0.0707222","bedrooms":"3","price":"299000","area":"494"} , +{"type":"Feature","id":"n3677043527","geometry":{"type":"Point","coordinates":[-0.0981199,51.6159797]},"properties":{"@type":"node","@id":3677043527,"@timestamp":1438481770},"coords":"51.6159797,-0.0981199","bedrooms":"0","price":"169000","area":"563"} , +{"type":"Feature","id":"n3677043537","geometry":{"type":"Point","coordinates":[-0.1007297,51.6150553]},"properties":{"@type":"node","@id":3677043537,"@timestamp":1438481527},"coords":"51.6150553,-0.1007297","bedrooms":"0","price":"270000","area":"661"} , +{"type":"Feature","id":"n3677638167","geometry":{"type":"Point","coordinates":[-1.0741102,51.8007588]},"properties":{"@type":"node","@id":3677638167,"@timestamp":1634995218},"coords":"51.8007588,-1.0741102","bedrooms":"1","price":"195000","area":"407"} , +{"type":"Feature","id":"n3677638177","geometry":{"type":"Point","coordinates":[-1.0051297,51.8385619]},"properties":{"@type":"node","@id":3677638177,"@timestamp":1558181325},"coords":"51.8385619,-1.0051297","bedrooms":"4","price":"268000","area":"654"} , +{"type":"Feature","id":"n3677888063","geometry":{"type":"Point","coordinates":[-0.7562399,51.6697445]},"properties":{"@type":"node","@id":3677888063,"@timestamp":1491174898},"coords":"51.6697445,-0.7562399","bedrooms":"2","price":"183000","area":"442"} , +{"type":"Feature","id":"n3677935723","geometry":{"type":"Point","coordinates":[-0.7742727,51.6992569]},"properties":{"@type":"node","@id":3677935723,"@timestamp":1438541324},"coords":"51.6992569,-0.7742727","bedrooms":"4","price":"161000","area":"380"} , +{"type":"Feature","id":"n3677970636","geometry":{"type":"Point","coordinates":[-0.8009553,51.2193585]},"properties":{"@type":"node","@id":3677970636,"@timestamp":1469710352},"coords":"51.2193585,-0.8009553","bedrooms":"3","price":"266000","area":"556"} , +{"type":"Feature","id":"n3677970660","geometry":{"type":"Point","coordinates":[-0.8002244,51.2195788]},"properties":{"@type":"node","@id":3677970660,"@timestamp":1469710352},"coords":"51.2195788,-0.8002244","bedrooms":"3","price":"232000","area":"667"} , +{"type":"Feature","id":"n3677970672","geometry":{"type":"Point","coordinates":[-0.7995426,51.2197843]},"properties":{"@type":"node","@id":3677970672,"@timestamp":1469710352},"coords":"51.2197843,-0.7995426","bedrooms":"4","price":"251000","area":"572"} , +{"type":"Feature","id":"n3677970683","geometry":{"type":"Point","coordinates":[-0.7983714,51.2200101]},"properties":{"@type":"node","@id":3677970683,"@timestamp":1469710353},"coords":"51.2200101,-0.7983714","bedrooms":"1","price":"215000","area":"687"} , +{"type":"Feature","id":"n3677970699","geometry":{"type":"Point","coordinates":[-0.7980666,51.2202292]},"properties":{"@type":"node","@id":3677970699,"@timestamp":1469710353},"coords":"51.2202292,-0.7980666","bedrooms":"0","price":"155000","area":"549"} , +{"type":"Feature","id":"n3677970712","geometry":{"type":"Point","coordinates":[-0.7976714,51.2203483]},"properties":{"@type":"node","@id":3677970712,"@timestamp":1469710353},"coords":"51.2203483,-0.7976714","bedrooms":"3","price":"193000","area":"463"} , +{"type":"Feature","id":"n3677970724","geometry":{"type":"Point","coordinates":[-0.7986727,51.2205284]},"properties":{"@type":"node","@id":3677970724,"@timestamp":1469710357},"coords":"51.2205284,-0.7986727","bedrooms":"2","price":"158000","area":"632"} , +{"type":"Feature","id":"n3677970736","geometry":{"type":"Point","coordinates":[-0.7986271,51.220645]},"properties":{"@type":"node","@id":3677970736,"@timestamp":1469710356},"coords":"51.220645,-0.7986271","bedrooms":"4","price":"197000","area":"580"} , +{"type":"Feature","id":"n3677970747","geometry":{"type":"Point","coordinates":[-0.7958235,51.2207731]},"properties":{"@type":"node","@id":3677970747,"@timestamp":1469710354},"coords":"51.2207731,-0.7958235","bedrooms":"0","price":"161000","area":"609"} , +{"type":"Feature","id":"n3677970758","geometry":{"type":"Point","coordinates":[-0.7957818,51.2209217]},"properties":{"@type":"node","@id":3677970758,"@timestamp":1469710354},"coords":"51.2209217,-0.7957818","bedrooms":"3","price":"258000","area":"581"} , +{"type":"Feature","id":"n3677970770","geometry":{"type":"Point","coordinates":[-0.795344,51.2210535]},"properties":{"@type":"node","@id":3677970770,"@timestamp":1469710354},"coords":"51.2210535,-0.795344","bedrooms":"3","price":"219000","area":"618"} , +{"type":"Feature","id":"n3677970784","geometry":{"type":"Point","coordinates":[-0.7948589,51.2211994]},"properties":{"@type":"node","@id":3677970784,"@timestamp":1469710354},"coords":"51.2211994,-0.7948589","bedrooms":"3","price":"163000","area":"442"} , +{"type":"Feature","id":"n3677970801","geometry":{"type":"Point","coordinates":[-0.7940697,51.2212983]},"properties":{"@type":"node","@id":3677970801,"@timestamp":1469710355},"coords":"51.2212983,-0.7940697","bedrooms":"3","price":"264000","area":"553"} , +{"type":"Feature","id":"n3677970812","geometry":{"type":"Point","coordinates":[-0.7933496,51.2215139]},"properties":{"@type":"node","@id":3677970812,"@timestamp":1469710355},"coords":"51.2215139,-0.7933496","bedrooms":"0","price":"257000","area":"543"} , +{"type":"Feature","id":"n3677970825","geometry":{"type":"Point","coordinates":[-0.7931969,51.2216996]},"properties":{"@type":"node","@id":3677970825,"@timestamp":1469710355},"coords":"51.2216996,-0.7931969","bedrooms":"2","price":"212000","area":"489"} , +{"type":"Feature","id":"n3677970835","geometry":{"type":"Point","coordinates":[-0.7922981,51.2218288]},"properties":{"@type":"node","@id":3677970835,"@timestamp":1469710355},"coords":"51.2218288,-0.7922981","bedrooms":"0","price":"251000","area":"363"} , +{"type":"Feature","id":"n3677970845","geometry":{"type":"Point","coordinates":[-0.7914548,51.2220813]},"properties":{"@type":"node","@id":3677970845,"@timestamp":1469710355},"coords":"51.2220813,-0.7914548","bedrooms":"2","price":"217000","area":"421"} , +{"type":"Feature","id":"n3677970855","geometry":{"type":"Point","coordinates":[-0.7977709,51.2222521]},"properties":{"@type":"node","@id":3677970855,"@timestamp":1469710357},"coords":"51.2222521,-0.7977709","bedrooms":"3","price":"249000","area":"617"} , +{"type":"Feature","id":"n3677970865","geometry":{"type":"Point","coordinates":[-0.7901572,51.2224699]},"properties":{"@type":"node","@id":3677970865,"@timestamp":1469710356},"coords":"51.2224699,-0.7901572","bedrooms":"3","price":"255000","area":"666"} , +{"type":"Feature","id":"n3677970875","geometry":{"type":"Point","coordinates":[-0.7893827,51.2227018]},"properties":{"@type":"node","@id":3677970875,"@timestamp":1469710356},"coords":"51.2227018,-0.7893827","bedrooms":"3","price":"264000","area":"430"} , +{"type":"Feature","id":"n3677970885","geometry":{"type":"Point","coordinates":[-0.7890011,51.2229621]},"properties":{"@type":"node","@id":3677970885,"@timestamp":1469710356},"coords":"51.2229621,-0.7890011","bedrooms":"2","price":"208000","area":"584"} , +{"type":"Feature","id":"n3678039042","geometry":{"type":"Point","coordinates":[-0.9707977,51.2580212]},"properties":{"@type":"node","@id":3678039042,"@timestamp":1496239066},"coords":"51.2580212,-0.9707977","bedrooms":"3","price":"206000","area":"464"} , +{"type":"Feature","id":"n3678121876","geometry":{"type":"Point","coordinates":[0.0963019,51.054971]},"properties":{"@type":"node","@id":3678121876,"@timestamp":1553959675},"coords":"51.054971,0.0963019","bedrooms":"4","price":"257000","area":"471"} , +{"type":"Feature","id":"n3678148516","geometry":{"type":"Point","coordinates":[-0.7652192,51.6895694]},"properties":{"@type":"node","@id":3678148516,"@timestamp":1438555296},"coords":"51.6895694,-0.7652192","bedrooms":"1","price":"190000","area":"589"} , +{"type":"Feature","id":"n3678173312","geometry":{"type":"Point","coordinates":[-0.5474606,51.6732197]},"properties":{"@type":"node","@id":3678173312,"@timestamp":1592474150},"coords":"51.6732197,-0.5474606","bedrooms":"4","price":"270000","area":"474"} , +{"type":"Feature","id":"n3678678342","geometry":{"type":"Point","coordinates":[-0.080347,51.3641462]},"properties":{"@type":"node","@id":3678678342,"@timestamp":1596052532},"coords":"51.3641462,-0.080347","bedrooms":"4","price":"226000","area":"547"} , +{"type":"Feature","id":"n3678827533","geometry":{"type":"Point","coordinates":[-0.1084001,51.6125837]},"properties":{"@type":"node","@id":3678827533,"@timestamp":1438603831},"coords":"51.6125837,-0.1084001","bedrooms":"0","price":"219000","area":"385"} , +{"type":"Feature","id":"n3678939253","geometry":{"type":"Point","coordinates":[-0.2055244,51.3902586]},"properties":{"@type":"node","@id":3678939253,"@timestamp":1438608037},"coords":"51.3902586,-0.2055244","bedrooms":"0","price":"282000","area":"651"} , +{"type":"Feature","id":"n3678939552","geometry":{"type":"Point","coordinates":[-0.2214461,51.4074811]},"properties":{"@type":"node","@id":3678939552,"@timestamp":1582239965},"coords":"51.4074811,-0.2214461","bedrooms":"4","price":"243000","area":"381"} , +{"type":"Feature","id":"n3678998612","geometry":{"type":"Point","coordinates":[0.1187762,51.5630767]},"properties":{"@type":"node","@id":3678998612,"@timestamp":1509154889},"coords":"51.5630767,0.1187762","bedrooms":"1","price":"237000","area":"642"} , +{"type":"Feature","id":"n3679009190","geometry":{"type":"Point","coordinates":[0.1145307,51.5593068]},"properties":{"@type":"node","@id":3679009190,"@timestamp":1438611581},"coords":"51.5593068,0.1145307","bedrooms":"0","price":"291000","area":"555"} , +{"type":"Feature","id":"n3679021123","geometry":{"type":"Point","coordinates":[0.1172984,51.5580063]},"properties":{"@type":"node","@id":3679021123,"@timestamp":1438612104},"coords":"51.5580063,0.1172984","bedrooms":"1","price":"274000","area":"356"} , +{"type":"Feature","id":"n3679022073","geometry":{"type":"Point","coordinates":[0.1179031,51.5610479]},"properties":{"@type":"node","@id":3679022073,"@timestamp":1438612493},"coords":"51.5610479,0.1179031","bedrooms":"2","price":"181000","area":"409"} , +{"type":"Feature","id":"n3679071332","geometry":{"type":"Point","coordinates":[-0.1880719,51.5062525]},"properties":{"@type":"node","@id":3679071332,"@timestamp":1438614966},"coords":"51.5062525,-0.1880719","bedrooms":"0","price":"202000","area":"479"} , +{"type":"Feature","id":"n3679071342","geometry":{"type":"Point","coordinates":[-0.1879162,51.5059303]},"properties":{"@type":"node","@id":3679071342,"@timestamp":1438614966},"coords":"51.5059303,-0.1879162","bedrooms":"3","price":"161000","area":"593"} , +{"type":"Feature","id":"n3679071809","geometry":{"type":"Point","coordinates":[-0.1893532,51.5091965]},"properties":{"@type":"node","@id":3679071809,"@timestamp":1438614794},"coords":"51.5091965,-0.1893532","bedrooms":"3","price":"275000","area":"430"} , +{"type":"Feature","id":"n3679077771","geometry":{"type":"Point","coordinates":[0.1481636,51.5315362]},"properties":{"@type":"node","@id":3679077771,"@timestamp":1438615380},"coords":"51.5315362,0.1481636","bedrooms":"0","price":"179000","area":"524"} , +{"type":"Feature","id":"n3679100866","geometry":{"type":"Point","coordinates":[-0.1864223,51.5056991]},"properties":{"@type":"node","@id":3679100866,"@timestamp":1438615963},"coords":"51.5056991,-0.1864223","bedrooms":"3","price":"178000","area":"413"} , +{"type":"Feature","id":"n3679105052","geometry":{"type":"Point","coordinates":[-0.1878619,51.5033266]},"properties":{"@type":"node","@id":3679105052,"@timestamp":1438616122},"coords":"51.5033266,-0.1878619","bedrooms":"3","price":"219000","area":"402"} , +{"type":"Feature","id":"n3679105062","geometry":{"type":"Point","coordinates":[-0.1873791,51.5042482]},"properties":{"@type":"node","@id":3679105062,"@timestamp":1438616122},"coords":"51.5042482,-0.1873791","bedrooms":"1","price":"250000","area":"495"} , +{"type":"Feature","id":"n3679106058","geometry":{"type":"Point","coordinates":[-0.1873952,51.502445]},"properties":{"@type":"node","@id":3679106058,"@timestamp":1594640302},"coords":"51.502445,-0.1873952","bedrooms":"2","price":"199000","area":"446"} , +{"type":"Feature","id":"n3679141224","geometry":{"type":"Point","coordinates":[-0.1828784,51.5050646]},"properties":{"@type":"node","@id":3679141224,"@timestamp":1438618163},"coords":"51.5050646,-0.1828784","bedrooms":"2","price":"195000","area":"443"} , +{"type":"Feature","id":"n3679143942","geometry":{"type":"Point","coordinates":[-0.1816177,51.5059378]},"properties":{"@type":"node","@id":3679143942,"@timestamp":1438618164},"coords":"51.5059378,-0.1816177","bedrooms":"4","price":"294000","area":"400"} , +{"type":"Feature","id":"n3679158369","geometry":{"type":"Point","coordinates":[-0.1866585,51.5071224]},"properties":{"@type":"node","@id":3679158369,"@timestamp":1438618604},"coords":"51.5071224,-0.1866585","bedrooms":"4","price":"232000","area":"520"} , +{"type":"Feature","id":"n3679158380","geometry":{"type":"Point","coordinates":[-0.1866496,51.5070864]},"properties":{"@type":"node","@id":3679158380,"@timestamp":1438618605},"coords":"51.5070864,-0.1866496","bedrooms":"4","price":"201000","area":"531"} , +{"type":"Feature","id":"n3679158391","geometry":{"type":"Point","coordinates":[-0.1866449,51.5077984]},"properties":{"@type":"node","@id":3679158391,"@timestamp":1608477524},"coords":"51.5077984,-0.1866449","bedrooms":"1","price":"171000","area":"491"} , +{"type":"Feature","id":"n3679165088","geometry":{"type":"Point","coordinates":[-0.1843221,51.5101423]},"properties":{"@type":"node","@id":3679165088,"@timestamp":1438619089},"coords":"51.5101423,-0.1843221","bedrooms":"2","price":"261000","area":"602"} , +{"type":"Feature","id":"n3679286331","geometry":{"type":"Point","coordinates":[-0.1299018,51.4991449]},"properties":{"@type":"node","@id":3679286331,"@timestamp":1438625741},"coords":"51.4991449,-0.1299018","bedrooms":"4","price":"281000","area":"598"} , +{"type":"Feature","id":"n3679469394","geometry":{"type":"Point","coordinates":[-0.2004104,51.3962889]},"properties":{"@type":"node","@id":3679469394,"@timestamp":1438635426},"coords":"51.3962889,-0.2004104","bedrooms":"2","price":"234000","area":"390"} , +{"type":"Feature","id":"n3679922947","geometry":{"type":"Point","coordinates":[0.7126531,51.3470894]},"properties":{"@type":"node","@id":3679922947,"@timestamp":1613899506},"coords":"51.3470894,0.7126531","bedrooms":"3","price":"178000","area":"617"} , +{"type":"Feature","id":"n3680293098","geometry":{"type":"Point","coordinates":[-0.125268,51.5802608]},"properties":{"@type":"node","@id":3680293098,"@timestamp":1438687537},"coords":"51.5802608,-0.125268","bedrooms":"4","price":"167000","area":"541"} , +{"type":"Feature","id":"n3680293108","geometry":{"type":"Point","coordinates":[-0.1256176,51.580465]},"properties":{"@type":"node","@id":3680293108,"@timestamp":1438687538},"coords":"51.580465,-0.1256176","bedrooms":"4","price":"268000","area":"436"} , +{"type":"Feature","id":"n3680709762","geometry":{"type":"Point","coordinates":[-0.0617216,51.5165171]},"properties":{"@type":"node","@id":3680709762,"@timestamp":1438701022},"coords":"51.5165171,-0.0617216","bedrooms":"0","price":"299000","area":"511"} , +{"type":"Feature","id":"n3681008327","geometry":{"type":"Point","coordinates":[-0.2008027,51.427241]},"properties":{"@type":"node","@id":3681008327,"@timestamp":1438711910},"coords":"51.427241,-0.2008027","bedrooms":"3","price":"210000","area":"518"} , +{"type":"Feature","id":"n3681395684","geometry":{"type":"Point","coordinates":[-0.8480666,51.2616507]},"properties":{"@type":"node","@id":3681395684,"@timestamp":1624773321},"coords":"51.2616507,-0.8480666","bedrooms":"3","price":"244000","area":"375"} , +{"type":"Feature","id":"n3681445711","geometry":{"type":"Point","coordinates":[-0.7403028,51.2753728]},"properties":{"@type":"node","@id":3681445711,"@timestamp":1438726997},"coords":"51.2753728,-0.7403028","bedrooms":"4","price":"266000","area":"636"} , +{"type":"Feature","id":"n3681486427","geometry":{"type":"Point","coordinates":[-0.499357,51.4328219]},"properties":{"@type":"node","@id":3681486427,"@timestamp":1438731320},"coords":"51.4328219,-0.499357","bedrooms":"3","price":"158000","area":"531"} , +{"type":"Feature","id":"n3681506855","geometry":{"type":"Point","coordinates":[0.1552668,51.5445692]},"properties":{"@type":"node","@id":3681506855,"@timestamp":1438735582},"coords":"51.5445692,0.1552668","bedrooms":"4","price":"214000","area":"617"} , +{"type":"Feature","id":"n3682120256","geometry":{"type":"Point","coordinates":[-0.0028995,51.5428639]},"properties":{"@type":"node","@id":3682120256,"@timestamp":1438772291},"coords":"51.5428639,-0.0028995","bedrooms":"4","price":"199000","area":"590"} , +{"type":"Feature","id":"n3682207029","geometry":{"type":"Point","coordinates":[-0.0118768,51.539499]},"properties":{"@type":"node","@id":3682207029,"@timestamp":1438774598},"coords":"51.539499,-0.0118768","bedrooms":"1","price":"174000","area":"375"} , +{"type":"Feature","id":"n3682243704","geometry":{"type":"Point","coordinates":[-0.018101,51.5404616]},"properties":{"@type":"node","@id":3682243704,"@timestamp":1590051351},"coords":"51.5404616,-0.018101","bedrooms":"4","price":"213000","area":"390"} , +{"type":"Feature","id":"n3682419609","geometry":{"type":"Point","coordinates":[-0.2080376,51.4210674]},"properties":{"@type":"node","@id":3682419609,"@timestamp":1438780212},"coords":"51.4210674,-0.2080376","bedrooms":"0","price":"180000","area":"627"} , +{"type":"Feature","id":"n3682590165","geometry":{"type":"Point","coordinates":[-0.0824664,51.5271934]},"properties":{"@type":"node","@id":3682590165,"@timestamp":1600342668},"coords":"51.5271934,-0.0824664","bedrooms":"1","price":"211000","area":"674"} , +{"type":"Feature","id":"n3682714860","geometry":{"type":"Point","coordinates":[0.0809818,51.5314832]},"properties":{"@type":"node","@id":3682714860,"@timestamp":1438792205},"coords":"51.5314832,0.0809818","bedrooms":"0","price":"259000","area":"516"} , +{"type":"Feature","id":"n3683020390","geometry":{"type":"Point","coordinates":[-0.0020328,51.5410556]},"properties":{"@type":"node","@id":3683020390,"@timestamp":1564908036},"coords":"51.5410556,-0.0020328","bedrooms":"4","price":"291000","area":"640"} , +{"type":"Feature","id":"n3683063825","geometry":{"type":"Point","coordinates":[-0.0882517,51.5341603]},"properties":{"@type":"node","@id":3683063825,"@timestamp":1616404835},"coords":"51.5341603,-0.0882517","bedrooms":"3","price":"277000","area":"640"} , +{"type":"Feature","id":"n3683497942","geometry":{"type":"Point","coordinates":[-0.2138796,51.5296947]},"properties":{"@type":"node","@id":3683497942,"@timestamp":1438849835},"coords":"51.5296947,-0.2138796","bedrooms":"1","price":"183000","area":"464"} , +{"type":"Feature","id":"n3683499541","geometry":{"type":"Point","coordinates":[-0.214493,51.5301246]},"properties":{"@type":"node","@id":3683499541,"@timestamp":1438849837},"coords":"51.5301246,-0.214493","bedrooms":"2","price":"199000","area":"619"} , +{"type":"Feature","id":"n3683499770","geometry":{"type":"Point","coordinates":[-0.2143911,51.5306663]},"properties":{"@type":"node","@id":3683499770,"@timestamp":1438849840},"coords":"51.5306663,-0.2143911","bedrooms":"4","price":"155000","area":"556"} , +{"type":"Feature","id":"n3683499845","geometry":{"type":"Point","coordinates":[-0.214294,51.53107]},"properties":{"@type":"node","@id":3683499845,"@timestamp":1438849841},"coords":"51.53107,-0.214294","bedrooms":"2","price":"172000","area":"354"} , +{"type":"Feature","id":"n3683521086","geometry":{"type":"Point","coordinates":[-0.311018,51.4119289]},"properties":{"@type":"node","@id":3683521086,"@timestamp":1626253680},"coords":"51.4119289,-0.311018","bedrooms":"3","price":"187000","area":"660"} , +{"type":"Feature","id":"n3683521433","geometry":{"type":"Point","coordinates":[-0.3113263,51.4127372]},"properties":{"@type":"node","@id":3683521433,"@timestamp":1631237266},"coords":"51.4127372,-0.3113263","bedrooms":"1","price":"295000","area":"480"} , +{"type":"Feature","id":"n3683934240","geometry":{"type":"Point","coordinates":[-0.0595113,51.5401167]},"properties":{"@type":"node","@id":3683934240,"@timestamp":1604575639},"coords":"51.5401167,-0.0595113","bedrooms":"1","price":"182000","area":"636"} , +{"type":"Feature","id":"n3684510059","geometry":{"type":"Point","coordinates":[0.0813925,51.5309594]},"properties":{"@type":"node","@id":3684510059,"@timestamp":1438886425},"coords":"51.5309594,0.0813925","bedrooms":"1","price":"268000","area":"486"} , +{"type":"Feature","id":"n3684596449","geometry":{"type":"Point","coordinates":[-0.4896014,51.3897736]},"properties":{"@type":"node","@id":3684596449,"@timestamp":1438891046},"coords":"51.3897736,-0.4896014","bedrooms":"2","price":"246000","area":"554"} , +{"type":"Feature","id":"n3684840503","geometry":{"type":"Point","coordinates":[-0.0261343,51.4996737]},"properties":{"@type":"node","@id":3684840503,"@timestamp":1438904711},"coords":"51.4996737,-0.0261343","bedrooms":"2","price":"222000","area":"466"} , +{"type":"Feature","id":"n3685232079","geometry":{"type":"Point","coordinates":[-0.0850218,51.5252571]},"properties":{"@type":"node","@id":3685232079,"@timestamp":1497569111},"coords":"51.5252571,-0.0850218","bedrooms":"0","price":"277000","area":"486"} , +{"type":"Feature","id":"n3685542468","geometry":{"type":"Point","coordinates":[-0.126781,51.5807088]},"properties":{"@type":"node","@id":3685542468,"@timestamp":1438950295},"coords":"51.5807088,-0.126781","bedrooms":"2","price":"236000","area":"514"} , +{"type":"Feature","id":"n3685542478","geometry":{"type":"Point","coordinates":[-0.1265364,51.5808291]},"properties":{"@type":"node","@id":3685542478,"@timestamp":1438950295},"coords":"51.5808291,-0.1265364","bedrooms":"2","price":"236000","area":"511"} , +{"type":"Feature","id":"n3686546994","geometry":{"type":"Point","coordinates":[0.0029252,51.4823851]},"properties":{"@type":"node","@id":3686546994,"@timestamp":1588068776},"coords":"51.4823851,0.0029252","bedrooms":"3","price":"240000","area":"528"} , +{"type":"Feature","id":"n3686846756","geometry":{"type":"Point","coordinates":[-0.197776,51.5088189]},"properties":{"@type":"node","@id":3686846756,"@timestamp":1439038809},"coords":"51.5088189,-0.197776","bedrooms":"4","price":"282000","area":"359"} , +{"type":"Feature","id":"n3687479874","geometry":{"type":"Point","coordinates":[-1.0139407,51.239058]},"properties":{"@type":"node","@id":3687479874,"@timestamp":1439070722},"coords":"51.239058,-1.0139407","bedrooms":"4","price":"203000","area":"506"} , +{"type":"Feature","id":"n3687499846","geometry":{"type":"Point","coordinates":[-0.7610804,51.6316467]},"properties":{"@type":"node","@id":3687499846,"@timestamp":1543770323},"coords":"51.6316467,-0.7610804","bedrooms":"3","price":"166000","area":"585"} , +{"type":"Feature","id":"n3687499856","geometry":{"type":"Point","coordinates":[-0.7576797,51.6304386]},"properties":{"@type":"node","@id":3687499856,"@timestamp":1526768173},"coords":"51.6304386,-0.7576797","bedrooms":"3","price":"258000","area":"695"} , +{"type":"Feature","id":"n3687502635","geometry":{"type":"Point","coordinates":[-0.7955556,51.627181]},"properties":{"@type":"node","@id":3687502635,"@timestamp":1439071394},"coords":"51.627181,-0.7955556","bedrooms":"1","price":"286000","area":"681"} , +{"type":"Feature","id":"n3687502726","geometry":{"type":"Point","coordinates":[-0.7868493,51.6293357]},"properties":{"@type":"node","@id":3687502726,"@timestamp":1609708314},"coords":"51.6293357,-0.7868493","bedrooms":"0","price":"204000","area":"406"} , +{"type":"Feature","id":"n3687502818","geometry":{"type":"Point","coordinates":[-0.7832552,51.6315455]},"properties":{"@type":"node","@id":3687502818,"@timestamp":1538075958},"coords":"51.6315455,-0.7832552","bedrooms":"4","price":"197000","area":"593"} , +{"type":"Feature","id":"n3687502928","geometry":{"type":"Point","coordinates":[-0.7796424,51.6341593]},"properties":{"@type":"node","@id":3687502928,"@timestamp":1439071399},"coords":"51.6341593,-0.7796424","bedrooms":"2","price":"260000","area":"533"} , +{"type":"Feature","id":"n3687843889","geometry":{"type":"Point","coordinates":[-0.4301749,51.4078983]},"properties":{"@type":"node","@id":3687843889,"@timestamp":1439114050},"coords":"51.4078983,-0.4301749","bedrooms":"0","price":"189000","area":"674"} , +{"type":"Feature","id":"n3687948894","geometry":{"type":"Point","coordinates":[-0.1270057,51.5133732]},"properties":{"@type":"node","@id":3687948894,"@timestamp":1439121450},"coords":"51.5133732,-0.1270057","bedrooms":"0","price":"276000","area":"501"} , +{"type":"Feature","id":"n3687971006","geometry":{"type":"Point","coordinates":[-0.1255551,51.5143564]},"properties":{"@type":"node","@id":3687971006,"@timestamp":1574526546},"coords":"51.5143564,-0.1255551","bedrooms":"1","price":"172000","area":"524"} , +{"type":"Feature","id":"n3688003144","geometry":{"type":"Point","coordinates":[-0.1246313,51.5145152]},"properties":{"@type":"node","@id":3688003144,"@timestamp":1439124218},"coords":"51.5145152,-0.1246313","bedrooms":"1","price":"180000","area":"696"} , +{"type":"Feature","id":"n3688110160","geometry":{"type":"Point","coordinates":[-0.9312929,51.7939467]},"properties":{"@type":"node","@id":3688110160,"@timestamp":1439128573},"coords":"51.7939467,-0.9312929","bedrooms":"0","price":"169000","area":"693"} , +{"type":"Feature","id":"n3688142993","geometry":{"type":"Point","coordinates":[-0.19957,51.5086328]},"properties":{"@type":"node","@id":3688142993,"@timestamp":1439131022},"coords":"51.5086328,-0.19957","bedrooms":"0","price":"295000","area":"613"} , +{"type":"Feature","id":"n3688159770","geometry":{"type":"Point","coordinates":[-0.1246598,51.5114244]},"properties":{"@type":"node","@id":3688159770,"@timestamp":1558606687},"coords":"51.5114244,-0.1246598","bedrooms":"3","price":"192000","area":"432"} , +{"type":"Feature","id":"n3688444666","geometry":{"type":"Point","coordinates":[-0.0988347,51.0427367]},"properties":{"@type":"node","@id":3688444666,"@timestamp":1591125879},"coords":"51.0427367,-0.0988347","bedrooms":"4","price":"211000","area":"495"} , +{"type":"Feature","id":"n3688620054","geometry":{"type":"Point","coordinates":[-0.2811589,51.4342294]},"properties":{"@type":"node","@id":3688620054,"@timestamp":1439158015},"coords":"51.4342294,-0.2811589","bedrooms":"2","price":"256000","area":"413"} , +{"type":"Feature","id":"n3689301346","geometry":{"type":"Point","coordinates":[-0.4928326,51.4574104]},"properties":{"@type":"node","@id":3689301346,"@timestamp":1439208899},"coords":"51.4574104,-0.4928326","bedrooms":"1","price":"262000","area":"595"} , +{"type":"Feature","id":"n3689713115","geometry":{"type":"Point","coordinates":[-0.7799214,51.6229537]},"properties":{"@type":"node","@id":3689713115,"@timestamp":1439219326},"coords":"51.6229537,-0.7799214","bedrooms":"3","price":"215000","area":"556"} , +{"type":"Feature","id":"n3689714531","geometry":{"type":"Point","coordinates":[-0.8042033,51.6221561]},"properties":{"@type":"node","@id":3689714531,"@timestamp":1439219330},"coords":"51.6221561,-0.8042033","bedrooms":"1","price":"287000","area":"688"} , +{"type":"Feature","id":"n3689714565","geometry":{"type":"Point","coordinates":[-0.8068646,51.6232429]},"properties":{"@type":"node","@id":3689714565,"@timestamp":1439219331},"coords":"51.6232429,-0.8068646","bedrooms":"2","price":"298000","area":"695"} , +{"type":"Feature","id":"n3689714626","geometry":{"type":"Point","coordinates":[-0.7544156,51.6256969]},"properties":{"@type":"node","@id":3689714626,"@timestamp":1439219332},"coords":"51.6256969,-0.7544156","bedrooms":"0","price":"287000","area":"535"} , +{"type":"Feature","id":"n3689714669","geometry":{"type":"Point","coordinates":[-0.7621117,51.6287507]},"properties":{"@type":"node","@id":3689714669,"@timestamp":1538075958},"coords":"51.6287507,-0.7621117","bedrooms":"0","price":"266000","area":"621"} , +{"type":"Feature","id":"n3690015226","geometry":{"type":"Point","coordinates":[0.2372805,51.5886538]},"properties":{"@type":"node","@id":3690015226,"@timestamp":1439232140},"coords":"51.5886538,0.2372805","bedrooms":"1","price":"252000","area":"619"} , +{"type":"Feature","id":"n3690022822","geometry":{"type":"Point","coordinates":[0.2528114,51.5815012]},"properties":{"@type":"node","@id":3690022822,"@timestamp":1439233210},"coords":"51.5815012,0.2528114","bedrooms":"2","price":"294000","area":"422"} , +{"type":"Feature","id":"n3690081961","geometry":{"type":"Point","coordinates":[-0.9564969,51.5593293]},"properties":{"@type":"node","@id":3690081961,"@timestamp":1439235381},"coords":"51.5593293,-0.9564969","bedrooms":"2","price":"220000","area":"641"} , +{"type":"Feature","id":"n3690573651","geometry":{"type":"Point","coordinates":[-0.424519,51.6531493]},"properties":{"@type":"node","@id":3690573651,"@timestamp":1605362037},"coords":"51.6531493,-0.424519","bedrooms":"1","price":"158000","area":"462"} , +{"type":"Feature","id":"n3691219700","geometry":{"type":"Point","coordinates":[-0.9011529,51.537463]},"properties":{"@type":"node","@id":3691219700,"@timestamp":1439484757},"coords":"51.537463,-0.9011529","bedrooms":"1","price":"175000","area":"383"} , +{"type":"Feature","id":"n3691361646","geometry":{"type":"Point","coordinates":[-0.1596649,51.5051019]},"properties":{"@type":"node","@id":3691361646,"@timestamp":1579364962},"coords":"51.5051019,-0.1596649","bedrooms":"2","price":"232000","area":"351"} , +{"type":"Feature","id":"n3691428255","geometry":{"type":"Point","coordinates":[-0.7920554,51.7942078]},"properties":{"@type":"node","@id":3691428255,"@timestamp":1441121593},"coords":"51.7942078,-0.7920554","bedrooms":"1","price":"192000","area":"674"} , +{"type":"Feature","id":"n3691642929","geometry":{"type":"Point","coordinates":[-0.3015465,51.4741029]},"properties":{"@type":"node","@id":3691642929,"@timestamp":1439308099},"coords":"51.4741029,-0.3015465","bedrooms":"4","price":"285000","area":"672"} , +{"type":"Feature","id":"n3691642939","geometry":{"type":"Point","coordinates":[-0.3009396,51.4737218]},"properties":{"@type":"node","@id":3691642939,"@timestamp":1439308099},"coords":"51.4737218,-0.3009396","bedrooms":"2","price":"269000","area":"412"} , +{"type":"Feature","id":"n3691642949","geometry":{"type":"Point","coordinates":[-0.292334,51.4830524]},"properties":{"@type":"node","@id":3691642949,"@timestamp":1439308100},"coords":"51.4830524,-0.292334","bedrooms":"3","price":"289000","area":"430"} , +{"type":"Feature","id":"n3691642959","geometry":{"type":"Point","coordinates":[-0.2991046,51.4719237]},"properties":{"@type":"node","@id":3691642959,"@timestamp":1439308101},"coords":"51.4719237,-0.2991046","bedrooms":"4","price":"153000","area":"643"} , +{"type":"Feature","id":"n3691642969","geometry":{"type":"Point","coordinates":[-0.2915591,51.4828042]},"properties":{"@type":"node","@id":3691642969,"@timestamp":1439308101},"coords":"51.4828042,-0.2915591","bedrooms":"4","price":"239000","area":"648"} , +{"type":"Feature","id":"n3691652453","geometry":{"type":"Point","coordinates":[-0.0924938,51.5000908]},"properties":{"@type":"node","@id":3691652453,"@timestamp":1565368267},"coords":"51.5000908,-0.0924938","bedrooms":"2","price":"293000","area":"690"} , +{"type":"Feature","id":"n3692448487","geometry":{"type":"Point","coordinates":[-0.1171278,51.542153]},"properties":{"@type":"node","@id":3692448487,"@timestamp":1613840549},"coords":"51.542153,-0.1171278","bedrooms":"4","price":"223000","area":"574"} , +{"type":"Feature","id":"n3692883965","geometry":{"type":"Point","coordinates":[-0.7763,51.5272358]},"properties":{"@type":"node","@id":3692883965,"@timestamp":1439365718},"coords":"51.5272358,-0.7763","bedrooms":"4","price":"202000","area":"646"} , +{"type":"Feature","id":"n3693389461","geometry":{"type":"Point","coordinates":[-0.1360738,51.4307017]},"properties":{"@type":"node","@id":3693389461,"@timestamp":1439384445},"coords":"51.4307017,-0.1360738","bedrooms":"2","price":"225000","area":"518"} , +{"type":"Feature","id":"n3693398743","geometry":{"type":"Point","coordinates":[-0.1408438,51.4344678]},"properties":{"@type":"node","@id":3693398743,"@timestamp":1439384852},"coords":"51.4344678,-0.1408438","bedrooms":"1","price":"287000","area":"532"} , +{"type":"Feature","id":"n3693413262","geometry":{"type":"Point","coordinates":[-0.1451692,51.4341046]},"properties":{"@type":"node","@id":3693413262,"@timestamp":1616332479},"coords":"51.4341046,-0.1451692","bedrooms":"1","price":"260000","area":"678"} , +{"type":"Feature","id":"n3693413273","geometry":{"type":"Point","coordinates":[-0.1449235,51.4330381]},"properties":{"@type":"node","@id":3693413273,"@timestamp":1616332043},"coords":"51.4330381,-0.1449235","bedrooms":"1","price":"182000","area":"495"} , +{"type":"Feature","id":"n3693422673","geometry":{"type":"Point","coordinates":[-0.1449637,51.4352954]},"properties":{"@type":"node","@id":3693422673,"@timestamp":1450878080},"coords":"51.4352954,-0.1449637","bedrooms":"0","price":"244000","area":"463"} , +{"type":"Feature","id":"n3693422684","geometry":{"type":"Point","coordinates":[-0.1481931,51.4347102]},"properties":{"@type":"node","@id":3693422684,"@timestamp":1439385883},"coords":"51.4347102,-0.1481931","bedrooms":"4","price":"241000","area":"429"} , +{"type":"Feature","id":"n3693706314","geometry":{"type":"Point","coordinates":[-0.1245989,51.5805442]},"properties":{"@type":"node","@id":3693706314,"@timestamp":1514467902},"coords":"51.5805442,-0.1245989","bedrooms":"2","price":"225000","area":"407"} , +{"type":"Feature","id":"n3695140559","geometry":{"type":"Point","coordinates":[0.6900356,51.8979252]},"properties":{"@type":"node","@id":3695140559,"@timestamp":1457392597},"coords":"51.8979252,0.6900356","bedrooms":"1","price":"268000","area":"594"} , +{"type":"Feature","id":"n3695630932","geometry":{"type":"Point","coordinates":[-0.9009746,51.537233]},"properties":{"@type":"node","@id":3695630932,"@timestamp":1439484756},"coords":"51.537233,-0.9009746","bedrooms":"0","price":"273000","area":"583"} , +{"type":"Feature","id":"n3695699136","geometry":{"type":"Point","coordinates":[-0.9028652,51.5377887]},"properties":{"@type":"node","@id":3695699136,"@timestamp":1439488592},"coords":"51.5377887,-0.9028652","bedrooms":"3","price":"280000","area":"587"} , +{"type":"Feature","id":"n3695741781","geometry":{"type":"Point","coordinates":[-0.9035603,51.5375317]},"properties":{"@type":"node","@id":3695741781,"@timestamp":1538645702},"coords":"51.5375317,-0.9035603","bedrooms":"0","price":"197000","area":"382"} , +{"type":"Feature","id":"n3695771494","geometry":{"type":"Point","coordinates":[-0.9049228,51.5383508]},"properties":{"@type":"node","@id":3695771494,"@timestamp":1559318797},"coords":"51.5383508,-0.9049228","bedrooms":"1","price":"279000","area":"613"} , +{"type":"Feature","id":"n3695771504","geometry":{"type":"Point","coordinates":[-0.9048156,51.5387211]},"properties":{"@type":"node","@id":3695771504,"@timestamp":1439491596},"coords":"51.5387211,-0.9048156","bedrooms":"4","price":"229000","area":"358"} , +{"type":"Feature","id":"n3695855174","geometry":{"type":"Point","coordinates":[-0.5316078,51.6238]},"properties":{"@type":"node","@id":3695855174,"@timestamp":1439494165},"coords":"51.6238,-0.5316078","bedrooms":"0","price":"232000","area":"636"} , +{"type":"Feature","id":"n3696071659","geometry":{"type":"Point","coordinates":[-0.0700711,51.5133697]},"properties":{"@type":"node","@id":3696071659,"@timestamp":1594512930},"coords":"51.5133697,-0.0700711","bedrooms":"1","price":"285000","area":"520"} , +{"type":"Feature","id":"n3697156975","geometry":{"type":"Point","coordinates":[0.56268,51.8064143]},"properties":{"@type":"node","@id":3697156975,"@timestamp":1439566709},"coords":"51.8064143,0.56268","bedrooms":"3","price":"241000","area":"591"} , +{"type":"Feature","id":"n3697658924","geometry":{"type":"Point","coordinates":[-0.1859553,51.5342276]},"properties":{"@type":"node","@id":3697658924,"@timestamp":1563246581},"coords":"51.5342276,-0.1859553","bedrooms":"4","price":"251000","area":"531"} , +{"type":"Feature","id":"n3698277250","geometry":{"type":"Point","coordinates":[-0.9181745,51.5641374]},"properties":{"@type":"node","@id":3698277250,"@timestamp":1439628795},"coords":"51.5641374,-0.9181745","bedrooms":"2","price":"233000","area":"658"} , +{"type":"Feature","id":"n3698705194","geometry":{"type":"Point","coordinates":[0.6671701,51.5917771]},"properties":{"@type":"node","@id":3698705194,"@timestamp":1439653778},"coords":"51.5917771,0.6671701","bedrooms":"0","price":"234000","area":"452"} , +{"type":"Feature","id":"n3698911527","geometry":{"type":"Point","coordinates":[-0.1753971,51.5284655]},"properties":{"@type":"node","@id":3698911527,"@timestamp":1439664878},"coords":"51.5284655,-0.1753971","bedrooms":"1","price":"197000","area":"533"} , +{"type":"Feature","id":"n3699220338","geometry":{"type":"Point","coordinates":[-0.1823765,51.5362661]},"properties":{"@type":"node","@id":3699220338,"@timestamp":1563390298},"coords":"51.5362661,-0.1823765","bedrooms":"0","price":"170000","area":"505"} , +{"type":"Feature","id":"n3699632017","geometry":{"type":"Point","coordinates":[-0.4753585,51.7687117]},"properties":{"@type":"node","@id":3699632017,"@timestamp":1439722756},"coords":"51.7687117,-0.4753585","bedrooms":"2","price":"153000","area":"692"} , +{"type":"Feature","id":"n3699691571","geometry":{"type":"Point","coordinates":[-0.5180851,51.7911453]},"properties":{"@type":"node","@id":3699691571,"@timestamp":1439726383},"coords":"51.7911453,-0.5180851","bedrooms":"3","price":"299000","area":"456"} , +{"type":"Feature","id":"n3699804420","geometry":{"type":"Point","coordinates":[-0.1916064,51.4732534]},"properties":{"@type":"node","@id":3699804420,"@timestamp":1612183318},"coords":"51.4732534,-0.1916064","bedrooms":"1","price":"189000","area":"519"} , +{"type":"Feature","id":"n3699970772","geometry":{"type":"Point","coordinates":[-0.0540049,51.6793016]},"properties":{"@type":"node","@id":3699970772,"@timestamp":1439742240},"coords":"51.6793016,-0.0540049","bedrooms":"2","price":"288000","area":"541"} , +{"type":"Feature","id":"n3700195948","geometry":{"type":"Point","coordinates":[-0.1805419,51.5346429]},"properties":{"@type":"node","@id":3700195948,"@timestamp":1439752722},"coords":"51.5346429,-0.1805419","bedrooms":"2","price":"154000","area":"504"} , +{"type":"Feature","id":"n3700672413","geometry":{"type":"Point","coordinates":[-0.1895853,51.4714512]},"properties":{"@type":"node","@id":3700672413,"@timestamp":1439797513},"coords":"51.4714512,-0.1895853","bedrooms":"0","price":"289000","area":"567"} , +{"type":"Feature","id":"n3700674062","geometry":{"type":"Point","coordinates":[-0.1870721,51.4714294]},"properties":{"@type":"node","@id":3700674062,"@timestamp":1614373765},"coords":"51.4714294,-0.1870721","bedrooms":"1","price":"170000","area":"637"} , +{"type":"Feature","id":"n3701640105","geometry":{"type":"Point","coordinates":[-0.0956287,51.5335515]},"properties":{"@type":"node","@id":3701640105,"@timestamp":1439834948},"coords":"51.5335515,-0.0956287","bedrooms":"3","price":"212000","area":"418"} , +{"type":"Feature","id":"n3701767233","geometry":{"type":"Point","coordinates":[-0.1772862,51.5315944]},"properties":{"@type":"node","@id":3701767233,"@timestamp":1631729545},"coords":"51.5315944,-0.1772862","bedrooms":"0","price":"173000","area":"422"} , +{"type":"Feature","id":"n3701999483","geometry":{"type":"Point","coordinates":[-0.1796598,51.5306917]},"properties":{"@type":"node","@id":3701999483,"@timestamp":1439847175},"coords":"51.5306917,-0.1796598","bedrooms":"0","price":"279000","area":"655"} , +{"type":"Feature","id":"n3702048268","geometry":{"type":"Point","coordinates":[-0.1828629,51.5329821]},"properties":{"@type":"node","@id":3702048268,"@timestamp":1562905101},"coords":"51.5329821,-0.1828629","bedrooms":"3","price":"203000","area":"563"} , +{"type":"Feature","id":"n3702102778","geometry":{"type":"Point","coordinates":[-0.1822464,51.5388731]},"properties":{"@type":"node","@id":3702102778,"@timestamp":1586987249},"coords":"51.5388731,-0.1822464","bedrooms":"3","price":"298000","area":"468"} , +{"type":"Feature","id":"n3702122889","geometry":{"type":"Point","coordinates":[-0.1756009,51.5446896]},"properties":{"@type":"node","@id":3702122889,"@timestamp":1543774646},"coords":"51.5446896,-0.1756009","bedrooms":"1","price":"262000","area":"364"} , +{"type":"Feature","id":"n3702122903","geometry":{"type":"Point","coordinates":[-0.1747064,51.5440357]},"properties":{"@type":"node","@id":3702122903,"@timestamp":1549828647},"coords":"51.5440357,-0.1747064","bedrooms":"3","price":"270000","area":"604"} , +{"type":"Feature","id":"n3702434691","geometry":{"type":"Point","coordinates":[0.295334,51.560544]},"properties":{"@type":"node","@id":3702434691,"@timestamp":1618888829},"coords":"51.560544,0.295334","bedrooms":"2","price":"281000","area":"496"} , +{"type":"Feature","id":"n3702587306","geometry":{"type":"Point","coordinates":[0.1007813,51.7535158]},"properties":{"@type":"node","@id":3702587306,"@timestamp":1439891002},"coords":"51.7535158,0.1007813","bedrooms":"4","price":"157000","area":"438"} , +{"type":"Feature","id":"n3702587316","geometry":{"type":"Point","coordinates":[0.0977265,51.7527932]},"properties":{"@type":"node","@id":3702587316,"@timestamp":1439891003},"coords":"51.7527932,0.0977265","bedrooms":"1","price":"236000","area":"665"} , +{"type":"Feature","id":"n3702611497","geometry":{"type":"Point","coordinates":[-0.1502152,51.579967]},"properties":{"@type":"node","@id":3702611497,"@timestamp":1628005360},"coords":"51.579967,-0.1502152","bedrooms":"1","price":"230000","area":"457"} , +{"type":"Feature","id":"n3702613548","geometry":{"type":"Point","coordinates":[-0.1500857,51.5798332]},"properties":{"@type":"node","@id":3702613548,"@timestamp":1628005358},"coords":"51.5798332,-0.1500857","bedrooms":"0","price":"298000","area":"670"} , +{"type":"Feature","id":"n3702628548","geometry":{"type":"Point","coordinates":[-0.1514625,51.5808954]},"properties":{"@type":"node","@id":3702628548,"@timestamp":1439892632},"coords":"51.5808954,-0.1514625","bedrooms":"4","price":"159000","area":"694"} , +{"type":"Feature","id":"n3702663593","geometry":{"type":"Point","coordinates":[0.2624267,51.8894269]},"properties":{"@type":"node","@id":3702663593,"@timestamp":1536886702},"coords":"51.8894269,0.2624267","bedrooms":"2","price":"268000","area":"581"} , +{"type":"Feature","id":"n3702668345","geometry":{"type":"Point","coordinates":[-0.1496753,51.5823066]},"properties":{"@type":"node","@id":3702668345,"@timestamp":1439894173},"coords":"51.5823066,-0.1496753","bedrooms":"0","price":"251000","area":"367"} , +{"type":"Feature","id":"n3702670028","geometry":{"type":"Point","coordinates":[-0.1470628,51.5820266]},"properties":{"@type":"node","@id":3702670028,"@timestamp":1625668927},"coords":"51.5820266,-0.1470628","bedrooms":"0","price":"168000","area":"415"} , +{"type":"Feature","id":"n3702675169","geometry":{"type":"Point","coordinates":[-0.1476457,51.5802404]},"properties":{"@type":"node","@id":3702675169,"@timestamp":1627234053},"coords":"51.5802404,-0.1476457","bedrooms":"4","price":"190000","area":"430"} , +{"type":"Feature","id":"n3702690145","geometry":{"type":"Point","coordinates":[-0.1459344,51.5814338]},"properties":{"@type":"node","@id":3702690145,"@timestamp":1622389407},"coords":"51.5814338,-0.1459344","bedrooms":"1","price":"253000","area":"439"} , +{"type":"Feature","id":"n3702694752","geometry":{"type":"Point","coordinates":[-0.1427962,51.5817538]},"properties":{"@type":"node","@id":3702694752,"@timestamp":1622389409},"coords":"51.5817538,-0.1427962","bedrooms":"4","price":"197000","area":"533"} , +{"type":"Feature","id":"n3702964038","geometry":{"type":"Point","coordinates":[-0.0833809,51.5169717]},"properties":{"@type":"node","@id":3702964038,"@timestamp":1627637177},"coords":"51.5169717,-0.0833809","bedrooms":"2","price":"274000","area":"372"} , +{"type":"Feature","id":"n3703392392","geometry":{"type":"Point","coordinates":[-0.1446941,51.4931641]},"properties":{"@type":"node","@id":3703392392,"@timestamp":1511166519},"coords":"51.4931641,-0.1446941","bedrooms":"4","price":"218000","area":"372"} , +{"type":"Feature","id":"n3703502465","geometry":{"type":"Point","coordinates":[-0.1470606,51.5864584]},"properties":{"@type":"node","@id":3703502465,"@timestamp":1614971378},"coords":"51.5864584,-0.1470606","bedrooms":"0","price":"245000","area":"377"} , +{"type":"Feature","id":"n3704914989","geometry":{"type":"Point","coordinates":[-0.8352288,51.5387417]},"properties":{"@type":"node","@id":3704914989,"@timestamp":1439996026},"coords":"51.5387417,-0.8352288","bedrooms":"2","price":"294000","area":"426"} , +{"type":"Feature","id":"n3705278078","geometry":{"type":"Point","coordinates":[-0.0585182,51.5187852]},"properties":{"@type":"node","@id":3705278078,"@timestamp":1440006629},"coords":"51.5187852,-0.0585182","bedrooms":"2","price":"222000","area":"563"} , +{"type":"Feature","id":"n3705335135","geometry":{"type":"Point","coordinates":[-0.4114509,51.4443759]},"properties":{"@type":"node","@id":3705335135,"@timestamp":1575653839},"coords":"51.4443759,-0.4114509","bedrooms":"1","price":"230000","area":"512"} , +{"type":"Feature","id":"n3705335145","geometry":{"type":"Point","coordinates":[-0.4408466,51.4222472]},"properties":{"@type":"node","@id":3705335145,"@timestamp":1543774648},"coords":"51.4222472,-0.4408466","bedrooms":"3","price":"259000","area":"596"} , +{"type":"Feature","id":"n3705335155","geometry":{"type":"Point","coordinates":[-0.4105516,51.4457474]},"properties":{"@type":"node","@id":3705335155,"@timestamp":1575758570},"coords":"51.4457474,-0.4105516","bedrooms":"0","price":"231000","area":"514"} , +{"type":"Feature","id":"n3705425364","geometry":{"type":"Point","coordinates":[-0.1432308,51.5396023]},"properties":{"@type":"node","@id":3705425364,"@timestamp":1440061087},"coords":"51.5396023,-0.1432308","bedrooms":"2","price":"167000","area":"654"} , +{"type":"Feature","id":"n3705901954","geometry":{"type":"Point","coordinates":[-0.3188687,51.6837242]},"properties":{"@type":"node","@id":3705901954,"@timestamp":1596024355},"coords":"51.6837242,-0.3188687","bedrooms":"1","price":"270000","area":"499"} , +{"type":"Feature","id":"n3706206899","geometry":{"type":"Point","coordinates":[-0.1937751,51.5316011]},"properties":{"@type":"node","@id":3706206899,"@timestamp":1577025830},"coords":"51.5316011,-0.1937751","bedrooms":"3","price":"187000","area":"516"} , +{"type":"Feature","id":"n3706206910","geometry":{"type":"Point","coordinates":[-0.1955371,51.5311527]},"properties":{"@type":"node","@id":3706206910,"@timestamp":1440059298},"coords":"51.5311527,-0.1955371","bedrooms":"1","price":"286000","area":"414"} , +{"type":"Feature","id":"n3706207095","geometry":{"type":"Point","coordinates":[-0.1968844,51.5293486]},"properties":{"@type":"node","@id":3706207095,"@timestamp":1440059299},"coords":"51.5293486,-0.1968844","bedrooms":"2","price":"227000","area":"640"} , +{"type":"Feature","id":"n3706207117","geometry":{"type":"Point","coordinates":[-0.1963249,51.5294352]},"properties":{"@type":"node","@id":3706207117,"@timestamp":1440059300},"coords":"51.5294352,-0.1963249","bedrooms":"4","price":"156000","area":"391"} , +{"type":"Feature","id":"n3706207148","geometry":{"type":"Point","coordinates":[-0.1963167,51.5297342]},"properties":{"@type":"node","@id":3706207148,"@timestamp":1440059300},"coords":"51.5297342,-0.1963167","bedrooms":"0","price":"233000","area":"559"} , +{"type":"Feature","id":"n3706207167","geometry":{"type":"Point","coordinates":[-0.1969173,51.5298927]},"properties":{"@type":"node","@id":3706207167,"@timestamp":1440059301},"coords":"51.5298927,-0.1969173","bedrooms":"2","price":"150000","area":"457"} , +{"type":"Feature","id":"n3706207245","geometry":{"type":"Point","coordinates":[-0.1960187,51.5316104]},"properties":{"@type":"node","@id":3706207245,"@timestamp":1440059302},"coords":"51.5316104,-0.1960187","bedrooms":"4","price":"164000","area":"354"} , +{"type":"Feature","id":"n3706217488","geometry":{"type":"Point","coordinates":[-0.1228526,51.5118828]},"properties":{"@type":"node","@id":3706217488,"@timestamp":1603381793},"coords":"51.5118828,-0.1228526","bedrooms":"1","price":"263000","area":"521"} , +{"type":"Feature","id":"n3706490526","geometry":{"type":"Point","coordinates":[-0.0764459,51.5184326]},"properties":{"@type":"node","@id":3706490526,"@timestamp":1599996140},"coords":"51.5184326,-0.0764459","bedrooms":"2","price":"220000","area":"414"} , +{"type":"Feature","id":"n3707000820","geometry":{"type":"Point","coordinates":[0.648113,51.5590029]},"properties":{"@type":"node","@id":3707000820,"@timestamp":1634312025},"coords":"51.5590029,0.648113","bedrooms":"4","price":"212000","area":"585"} , +{"type":"Feature","id":"n3707604401","geometry":{"type":"Point","coordinates":[-0.3069641,51.3920981]},"properties":{"@type":"node","@id":3707604401,"@timestamp":1613148883},"coords":"51.3920981,-0.3069641","bedrooms":"3","price":"236000","area":"466"} , +{"type":"Feature","id":"n3707659901","geometry":{"type":"Point","coordinates":[-0.3562869,51.1706778]},"properties":{"@type":"node","@id":3707659901,"@timestamp":1440147063},"coords":"51.1706778,-0.3562869","bedrooms":"4","price":"282000","area":"561"} , +{"type":"Feature","id":"n3707679145","geometry":{"type":"Point","coordinates":[-0.1998767,51.8983959]},"properties":{"@type":"node","@id":3707679145,"@timestamp":1440148064},"coords":"51.8983959,-0.1998767","bedrooms":"3","price":"159000","area":"384"} , +{"type":"Feature","id":"n3707785200","geometry":{"type":"Point","coordinates":[-0.3364477,51.5784126]},"properties":{"@type":"node","@id":3707785200,"@timestamp":1612971864},"coords":"51.5784126,-0.3364477","bedrooms":"0","price":"238000","area":"605"} , +{"type":"Feature","id":"n3707977771","geometry":{"type":"Point","coordinates":[-0.5651524,51.2407567]},"properties":{"@type":"node","@id":3707977771,"@timestamp":1535635289},"coords":"51.2407567,-0.5651524","bedrooms":"4","price":"220000","area":"602"} , +{"type":"Feature","id":"n3707977885","geometry":{"type":"Point","coordinates":[-0.5446123,51.2519555]},"properties":{"@type":"node","@id":3707977885,"@timestamp":1440162024},"coords":"51.2519555,-0.5446123","bedrooms":"2","price":"207000","area":"637"} , +{"type":"Feature","id":"n3707977924","geometry":{"type":"Point","coordinates":[-0.5052622,51.2637534]},"properties":{"@type":"node","@id":3707977924,"@timestamp":1440162025},"coords":"51.2637534,-0.5052622","bedrooms":"1","price":"213000","area":"516"} , +{"type":"Feature","id":"n3707977953","geometry":{"type":"Point","coordinates":[-0.4525054,51.2722806]},"properties":{"@type":"node","@id":3707977953,"@timestamp":1440162025},"coords":"51.2722806,-0.4525054","bedrooms":"3","price":"250000","area":"567"} , +{"type":"Feature","id":"n3707985637","geometry":{"type":"Point","coordinates":[-0.3943411,51.2890337]},"properties":{"@type":"node","@id":3707985637,"@timestamp":1440162509},"coords":"51.2890337,-0.3943411","bedrooms":"0","price":"242000","area":"421"} , +{"type":"Feature","id":"n3708040081","geometry":{"type":"Point","coordinates":[-0.1248586,51.5803813]},"properties":{"@type":"node","@id":3708040081,"@timestamp":1440164946},"coords":"51.5803813,-0.1248586","bedrooms":"3","price":"242000","area":"536"} , +{"type":"Feature","id":"n3708232698","geometry":{"type":"Point","coordinates":[-0.0822912,51.5126434]},"properties":{"@type":"node","@id":3708232698,"@timestamp":1440173448},"coords":"51.5126434,-0.0822912","bedrooms":"1","price":"249000","area":"639"} , +{"type":"Feature","id":"n3708570126","geometry":{"type":"Point","coordinates":[-0.5379487,51.2143107]},"properties":{"@type":"node","@id":3708570126,"@timestamp":1585724299},"coords":"51.2143107,-0.5379487","bedrooms":"0","price":"273000","area":"629"} , +{"type":"Feature","id":"n3709477706","geometry":{"type":"Point","coordinates":[-0.895244,51.7897739]},"properties":{"@type":"node","@id":3709477706,"@timestamp":1531552259},"coords":"51.7897739,-0.895244","bedrooms":"3","price":"251000","area":"654"} , +{"type":"Feature","id":"n3709477716","geometry":{"type":"Point","coordinates":[-0.894202,51.7892906]},"properties":{"@type":"node","@id":3709477716,"@timestamp":1440259078},"coords":"51.7892906,-0.894202","bedrooms":"0","price":"194000","area":"363"} , +{"type":"Feature","id":"n3709704143","geometry":{"type":"Point","coordinates":[0.0964422,51.2550029]},"properties":{"@type":"node","@id":3709704143,"@timestamp":1440268146},"coords":"51.2550029,0.0964422","bedrooms":"4","price":"168000","area":"418"} , +{"type":"Feature","id":"n3709855651","geometry":{"type":"Point","coordinates":[-0.1493357,51.5793198]},"properties":{"@type":"node","@id":3709855651,"@timestamp":1440279892},"coords":"51.5793198,-0.1493357","bedrooms":"2","price":"290000","area":"665"} , +{"type":"Feature","id":"n3709902126","geometry":{"type":"Point","coordinates":[-0.1416676,51.5889771]},"properties":{"@type":"node","@id":3709902126,"@timestamp":1615136063},"coords":"51.5889771,-0.1416676","bedrooms":"3","price":"194000","area":"565"} , +{"type":"Feature","id":"n3709908842","geometry":{"type":"Point","coordinates":[-0.1354248,51.5921261]},"properties":{"@type":"node","@id":3709908842,"@timestamp":1625934396},"coords":"51.5921261,-0.1354248","bedrooms":"0","price":"169000","area":"619"} , +{"type":"Feature","id":"n3709912719","geometry":{"type":"Point","coordinates":[-0.1364654,51.5926556]},"properties":{"@type":"node","@id":3709912719,"@timestamp":1628349595},"coords":"51.5926556,-0.1364654","bedrooms":"2","price":"211000","area":"514"} , +{"type":"Feature","id":"n3709925524","geometry":{"type":"Point","coordinates":[-0.1329356,51.596338]},"properties":{"@type":"node","@id":3709925524,"@timestamp":1626794394},"coords":"51.596338,-0.1329356","bedrooms":"2","price":"263000","area":"599"} , +{"type":"Feature","id":"n3709926894","geometry":{"type":"Point","coordinates":[-0.1309119,51.5970153]},"properties":{"@type":"node","@id":3709926894,"@timestamp":1626794663},"coords":"51.5970153,-0.1309119","bedrooms":"0","price":"207000","area":"498"} , +{"type":"Feature","id":"n3709926919","geometry":{"type":"Point","coordinates":[-0.1308139,51.5960104]},"properties":{"@type":"node","@id":3709926919,"@timestamp":1626794941},"coords":"51.5960104,-0.1308139","bedrooms":"0","price":"240000","area":"523"} , +{"type":"Feature","id":"n3710324014","geometry":{"type":"Point","coordinates":[-1.0575077,51.9045608]},"properties":{"@type":"node","@id":3710324014,"@timestamp":1440326591},"coords":"51.9045608,-1.0575077","bedrooms":"3","price":"173000","area":"413"} , +{"type":"Feature","id":"n3710324024","geometry":{"type":"Point","coordinates":[-1.0572032,51.9052166]},"properties":{"@type":"node","@id":3710324024,"@timestamp":1440326592},"coords":"51.9052166,-1.0572032","bedrooms":"3","price":"285000","area":"474"} , +{"type":"Feature","id":"n3710324134","geometry":{"type":"Point","coordinates":[-1.0555806,51.9052573]},"properties":{"@type":"node","@id":3710324134,"@timestamp":1440326593},"coords":"51.9052573,-1.0555806","bedrooms":"4","price":"151000","area":"559"} , +{"type":"Feature","id":"n3710324144","geometry":{"type":"Point","coordinates":[-1.0533671,51.9051928]},"properties":{"@type":"node","@id":3710324144,"@timestamp":1440326594},"coords":"51.9051928,-1.0533671","bedrooms":"2","price":"296000","area":"577"} , +{"type":"Feature","id":"n3710324154","geometry":{"type":"Point","coordinates":[-1.0585732,51.9050973]},"properties":{"@type":"node","@id":3710324154,"@timestamp":1440326594},"coords":"51.9050973,-1.0585732","bedrooms":"2","price":"272000","area":"461"} , +{"type":"Feature","id":"n3710506168","geometry":{"type":"Point","coordinates":[-0.6072505,51.7169074]},"properties":{"@type":"node","@id":3710506168,"@timestamp":1440334247},"coords":"51.7169074,-0.6072505","bedrooms":"0","price":"157000","area":"495"} , +{"type":"Feature","id":"n3710506200","geometry":{"type":"Point","coordinates":[-0.6514588,51.7501841]},"properties":{"@type":"node","@id":3710506200,"@timestamp":1440334249},"coords":"51.7501841,-0.6514588","bedrooms":"0","price":"155000","area":"653"} , +{"type":"Feature","id":"n3710942798","geometry":{"type":"Point","coordinates":[-0.147715,51.5421618]},"properties":{"@type":"node","@id":3710942798,"@timestamp":1622624656},"coords":"51.5421618,-0.147715","bedrooms":"3","price":"162000","area":"684"} , +{"type":"Feature","id":"n3711870523","geometry":{"type":"Point","coordinates":[-0.0084302,51.6261929]},"properties":{"@type":"node","@id":3711870523,"@timestamp":1440416187},"coords":"51.6261929,-0.0084302","bedrooms":"1","price":"180000","area":"443"} , +{"type":"Feature","id":"n3711889126","geometry":{"type":"Point","coordinates":[-0.0101811,51.6252353]},"properties":{"@type":"node","@id":3711889126,"@timestamp":1440417214},"coords":"51.6252353,-0.0101811","bedrooms":"0","price":"241000","area":"670"} , +{"type":"Feature","id":"n3711894238","geometry":{"type":"Point","coordinates":[-0.010224,51.6252311]},"properties":{"@type":"node","@id":3711894238,"@timestamp":1440417453},"coords":"51.6252311,-0.010224","bedrooms":"1","price":"240000","area":"560"} , +{"type":"Feature","id":"n3711898368","geometry":{"type":"Point","coordinates":[-0.0130739,51.6256666]},"properties":{"@type":"node","@id":3711898368,"@timestamp":1440417805},"coords":"51.6256666,-0.0130739","bedrooms":"3","price":"172000","area":"503"} , +{"type":"Feature","id":"n3711917592","geometry":{"type":"Point","coordinates":[-0.0124819,51.6270396]},"properties":{"@type":"node","@id":3711917592,"@timestamp":1600287794},"coords":"51.6270396,-0.0124819","bedrooms":"1","price":"162000","area":"553"} , +{"type":"Feature","id":"n3711917603","geometry":{"type":"Point","coordinates":[-0.0124401,51.6272851]},"properties":{"@type":"node","@id":3711917603,"@timestamp":1440418841},"coords":"51.6272851,-0.0124401","bedrooms":"1","price":"212000","area":"698"} , +{"type":"Feature","id":"n3711918897","geometry":{"type":"Point","coordinates":[-0.0139239,51.6274811]},"properties":{"@type":"node","@id":3711918897,"@timestamp":1440419323},"coords":"51.6274811,-0.0139239","bedrooms":"3","price":"251000","area":"618"} , +{"type":"Feature","id":"n3712048165","geometry":{"type":"Point","coordinates":[-0.2070562,51.5605141]},"properties":{"@type":"node","@id":3712048165,"@timestamp":1543774648},"coords":"51.5605141,-0.2070562","bedrooms":"4","price":"206000","area":"480"} , +{"type":"Feature","id":"n3712203540","geometry":{"type":"Point","coordinates":[-0.1376561,51.4973898]},"properties":{"@type":"node","@id":3712203540,"@timestamp":1618348861},"coords":"51.4973898,-0.1376561","bedrooms":"2","price":"268000","area":"565"} , +{"type":"Feature","id":"n3712726071","geometry":{"type":"Point","coordinates":[-0.2003875,51.5086786]},"properties":{"@type":"node","@id":3712726071,"@timestamp":1440451597},"coords":"51.5086786,-0.2003875","bedrooms":"4","price":"234000","area":"501"} , +{"type":"Feature","id":"n3712852128","geometry":{"type":"Point","coordinates":[-0.1992721,51.5087482]},"properties":{"@type":"node","@id":3712852128,"@timestamp":1440457414},"coords":"51.5087482,-0.1992721","bedrooms":"0","price":"164000","area":"594"} , +{"type":"Feature","id":"n3712905312","geometry":{"type":"Point","coordinates":[-0.610712,51.2163935]},"properties":{"@type":"node","@id":3712905312,"@timestamp":1440464736},"coords":"51.2163935,-0.610712","bedrooms":"1","price":"263000","area":"537"} , +{"type":"Feature","id":"n3713128393","geometry":{"type":"Point","coordinates":[-0.1939211,51.8815783]},"properties":{"@type":"node","@id":3713128393,"@timestamp":1440486390},"coords":"51.8815783,-0.1939211","bedrooms":"1","price":"150000","area":"431"} , +{"type":"Feature","id":"n3713229723","geometry":{"type":"Point","coordinates":[-0.8064918,51.8180935]},"properties":{"@type":"node","@id":3713229723,"@timestamp":1513529274},"coords":"51.8180935,-0.8064918","bedrooms":"3","price":"160000","area":"627"} , +{"type":"Feature","id":"n3713264397","geometry":{"type":"Point","coordinates":[-0.6029873,51.2100869]},"properties":{"@type":"node","@id":3713264397,"@timestamp":1440494177},"coords":"51.2100869,-0.6029873","bedrooms":"2","price":"219000","area":"605"} , +{"type":"Feature","id":"n3713847120","geometry":{"type":"Point","coordinates":[-0.0806727,51.6512632]},"properties":{"@type":"node","@id":3713847120,"@timestamp":1598107512},"coords":"51.6512632,-0.0806727","bedrooms":"4","price":"294000","area":"539"} , +{"type":"Feature","id":"n3714081148","geometry":{"type":"Point","coordinates":[-0.1119888,51.5010406]},"properties":{"@type":"node","@id":3714081148,"@timestamp":1543778977},"coords":"51.5010406,-0.1119888","bedrooms":"0","price":"272000","area":"353"} , +{"type":"Feature","id":"n3714127565","geometry":{"type":"Point","coordinates":[-0.2281358,51.7942001]},"properties":{"@type":"node","@id":3714127565,"@timestamp":1440532789},"coords":"51.7942001,-0.2281358","bedrooms":"2","price":"225000","area":"379"} , +{"type":"Feature","id":"n3714350939","geometry":{"type":"Point","coordinates":[-0.1976951,51.5084402]},"properties":{"@type":"node","@id":3714350939,"@timestamp":1440542897},"coords":"51.5084402,-0.1976951","bedrooms":"0","price":"272000","area":"681"} , +{"type":"Feature","id":"n3714395811","geometry":{"type":"Point","coordinates":[-0.0808736,51.5651482]},"properties":{"@type":"node","@id":3714395811,"@timestamp":1633698050},"coords":"51.5651482,-0.0808736","bedrooms":"4","price":"234000","area":"567"} , +{"type":"Feature","id":"n3714663965","geometry":{"type":"Point","coordinates":[-0.132952,51.5096891]},"properties":{"@type":"node","@id":3714663965,"@timestamp":1524829679},"coords":"51.5096891,-0.132952","bedrooms":"0","price":"238000","area":"681"} , +{"type":"Feature","id":"n3714838096","geometry":{"type":"Point","coordinates":[-0.1979505,51.7196704]},"properties":{"@type":"node","@id":3714838096,"@timestamp":1440577310},"coords":"51.7196704,-0.1979505","bedrooms":"2","price":"257000","area":"484"} , +{"type":"Feature","id":"n3715825159","geometry":{"type":"Point","coordinates":[-0.0275449,51.7397823]},"properties":{"@type":"node","@id":3715825159,"@timestamp":1440615124},"coords":"51.7397823,-0.0275449","bedrooms":"2","price":"218000","area":"492"} , +{"type":"Feature","id":"n3715883558","geometry":{"type":"Point","coordinates":[-0.1309349,51.5798679]},"properties":{"@type":"node","@id":3715883558,"@timestamp":1621589462},"coords":"51.5798679,-0.1309349","bedrooms":"1","price":"233000","area":"556"} , +{"type":"Feature","id":"n3715901014","geometry":{"type":"Point","coordinates":[-0.0296974,51.7337795]},"properties":{"@type":"node","@id":3715901014,"@timestamp":1440618773},"coords":"51.7337795,-0.0296974","bedrooms":"1","price":"251000","area":"662"} , +{"type":"Feature","id":"n3715902045","geometry":{"type":"Point","coordinates":[-0.0311594,51.7340841]},"properties":{"@type":"node","@id":3715902045,"@timestamp":1440619237},"coords":"51.7340841,-0.0311594","bedrooms":"0","price":"162000","area":"380"} , +{"type":"Feature","id":"n3715913704","geometry":{"type":"Point","coordinates":[-0.024958,51.7338742]},"properties":{"@type":"node","@id":3715913704,"@timestamp":1557100857},"coords":"51.7338742,-0.024958","bedrooms":"3","price":"211000","area":"683"} , +{"type":"Feature","id":"n3715923180","geometry":{"type":"Point","coordinates":[-0.022933,51.7358579]},"properties":{"@type":"node","@id":3715923180,"@timestamp":1440620003},"coords":"51.7358579,-0.022933","bedrooms":"1","price":"277000","area":"487"} , +{"type":"Feature","id":"n3715950388","geometry":{"type":"Point","coordinates":[-0.0192993,51.732725]},"properties":{"@type":"node","@id":3715950388,"@timestamp":1440621292},"coords":"51.732725,-0.0192993","bedrooms":"0","price":"269000","area":"619"} , +{"type":"Feature","id":"n3715952332","geometry":{"type":"Point","coordinates":[-0.0194549,51.733936]},"properties":{"@type":"node","@id":3715952332,"@timestamp":1440621947},"coords":"51.733936,-0.0194549","bedrooms":"0","price":"180000","area":"636"} , +{"type":"Feature","id":"n3715969889","geometry":{"type":"Point","coordinates":[-0.0202185,51.733032]},"properties":{"@type":"node","@id":3715969889,"@timestamp":1440621785},"coords":"51.733032,-0.0202185","bedrooms":"1","price":"233000","area":"650"} , +{"type":"Feature","id":"n3715992788","geometry":{"type":"Point","coordinates":[-0.0146081,51.7303644]},"properties":{"@type":"node","@id":3715992788,"@timestamp":1440622777},"coords":"51.7303644,-0.0146081","bedrooms":"0","price":"222000","area":"404"} , +{"type":"Feature","id":"n3716001489","geometry":{"type":"Point","coordinates":[-0.0140816,51.7309455]},"properties":{"@type":"node","@id":3716001489,"@timestamp":1440623190},"coords":"51.7309455,-0.0140816","bedrooms":"2","price":"234000","area":"513"} , +{"type":"Feature","id":"n3716875508","geometry":{"type":"Point","coordinates":[-0.1226046,51.5306381]},"properties":{"@type":"node","@id":3716875508,"@timestamp":1625888639},"coords":"51.5306381,-0.1226046","bedrooms":"1","price":"240000","area":"642"} , +{"type":"Feature","id":"n3717117919","geometry":{"type":"Point","coordinates":[-0.2742057,51.5081775]},"properties":{"@type":"node","@id":3717117919,"@timestamp":1564908036},"coords":"51.5081775,-0.2742057","bedrooms":"2","price":"219000","area":"435"} , +{"type":"Feature","id":"n3717306926","geometry":{"type":"Point","coordinates":[-0.2861816,51.3639431]},"properties":{"@type":"node","@id":3717306926,"@timestamp":1616854367},"coords":"51.3639431,-0.2861816","bedrooms":"3","price":"168000","area":"530"} , +{"type":"Feature","id":"n3717360311","geometry":{"type":"Point","coordinates":[-0.1204484,51.5637083]},"properties":{"@type":"node","@id":3717360311,"@timestamp":1440699376},"coords":"51.5637083,-0.1204484","bedrooms":"0","price":"274000","area":"519"} , +{"type":"Feature","id":"n3717599440","geometry":{"type":"Point","coordinates":[-0.1508702,51.5814434]},"properties":{"@type":"node","@id":3717599440,"@timestamp":1628005576},"coords":"51.5814434,-0.1508702","bedrooms":"0","price":"165000","area":"602"} , +{"type":"Feature","id":"n3717618332","geometry":{"type":"Point","coordinates":[-0.1521148,51.5821051]},"properties":{"@type":"node","@id":3717618332,"@timestamp":1628005770},"coords":"51.5821051,-0.1521148","bedrooms":"0","price":"297000","area":"371"} , +{"type":"Feature","id":"n3717630203","geometry":{"type":"Point","coordinates":[-0.10113,51.5085254]},"properties":{"@type":"node","@id":3717630203,"@timestamp":1552084152},"coords":"51.5085254,-0.10113","bedrooms":"0","price":"239000","area":"413"} , +{"type":"Feature","id":"n3718166225","geometry":{"type":"Point","coordinates":[-0.0861335,51.5186116]},"properties":{"@type":"node","@id":3718166225,"@timestamp":1592842557},"coords":"51.5186116,-0.0861335","bedrooms":"0","price":"158000","area":"400"} , +{"type":"Feature","id":"n3718452062","geometry":{"type":"Point","coordinates":[-0.2128236,51.5291719]},"properties":{"@type":"node","@id":3718452062,"@timestamp":1440761985},"coords":"51.5291719,-0.2128236","bedrooms":"3","price":"220000","area":"607"} , +{"type":"Feature","id":"n3718452128","geometry":{"type":"Point","coordinates":[-0.2088622,51.5292549]},"properties":{"@type":"node","@id":3718452128,"@timestamp":1440761986},"coords":"51.5292549,-0.2088622","bedrooms":"0","price":"273000","area":"602"} , +{"type":"Feature","id":"n3718452267","geometry":{"type":"Point","coordinates":[-0.2093469,51.5293836]},"properties":{"@type":"node","@id":3718452267,"@timestamp":1440761988},"coords":"51.5293836,-0.2093469","bedrooms":"4","price":"248000","area":"361"} , +{"type":"Feature","id":"n3718452539","geometry":{"type":"Point","coordinates":[-0.2120029,51.5295873]},"properties":{"@type":"node","@id":3718452539,"@timestamp":1440761993},"coords":"51.5295873,-0.2120029","bedrooms":"0","price":"272000","area":"449"} , +{"type":"Feature","id":"n3718452724","geometry":{"type":"Point","coordinates":[-0.2089656,51.5297401]},"properties":{"@type":"node","@id":3718452724,"@timestamp":1440761996},"coords":"51.5297401,-0.2089656","bedrooms":"4","price":"250000","area":"623"} , +{"type":"Feature","id":"n3718452939","geometry":{"type":"Point","coordinates":[-0.2096721,51.5298888]},"properties":{"@type":"node","@id":3718452939,"@timestamp":1440762000},"coords":"51.5298888,-0.2096721","bedrooms":"3","price":"282000","area":"365"} , +{"type":"Feature","id":"n3718453222","geometry":{"type":"Point","coordinates":[-0.2122334,51.5300818]},"properties":{"@type":"node","@id":3718453222,"@timestamp":1440762005},"coords":"51.5300818,-0.2122334","bedrooms":"0","price":"154000","area":"614"} , +{"type":"Feature","id":"n3718453357","geometry":{"type":"Point","coordinates":[-0.2082957,51.530197]},"properties":{"@type":"node","@id":3718453357,"@timestamp":1440762007},"coords":"51.530197,-0.2082957","bedrooms":"1","price":"240000","area":"526"} , +{"type":"Feature","id":"n3718453558","geometry":{"type":"Point","coordinates":[-0.2104541,51.5303471]},"properties":{"@type":"node","@id":3718453558,"@timestamp":1440762011},"coords":"51.5303471,-0.2104541","bedrooms":"1","price":"219000","area":"638"} , +{"type":"Feature","id":"n3718453676","geometry":{"type":"Point","coordinates":[-0.2116195,51.5304356]},"properties":{"@type":"node","@id":3718453676,"@timestamp":1440762013},"coords":"51.5304356,-0.2116195","bedrooms":"4","price":"160000","area":"418"} , +{"type":"Feature","id":"n3718453926","geometry":{"type":"Point","coordinates":[-0.2083301,51.5305535]},"properties":{"@type":"node","@id":3718453926,"@timestamp":1440762015},"coords":"51.5305535,-0.2083301","bedrooms":"0","price":"297000","area":"664"} , +{"type":"Feature","id":"n3718564942","geometry":{"type":"Point","coordinates":[-0.9345083,50.9917538]},"properties":{"@type":"node","@id":3718564942,"@timestamp":1586867429},"coords":"50.9917538,-0.9345083","bedrooms":"1","price":"299000","area":"683"} , +{"type":"Feature","id":"n3718925515","geometry":{"type":"Point","coordinates":[-0.2467315,51.5325118]},"properties":{"@type":"node","@id":3718925515,"@timestamp":1614360160},"coords":"51.5325118,-0.2467315","bedrooms":"2","price":"202000","area":"419"} , +{"type":"Feature","id":"n3719202972","geometry":{"type":"Point","coordinates":[0.0398886,51.5065175]},"properties":{"@type":"node","@id":3719202972,"@timestamp":1612978912},"coords":"51.5065175,0.0398886","bedrooms":"1","price":"220000","area":"459"} , +{"type":"Feature","id":"n3719914714","geometry":{"type":"Point","coordinates":[-0.4368957,51.1692803]},"properties":{"@type":"node","@id":3719914714,"@timestamp":1440852824},"coords":"51.1692803,-0.4368957","bedrooms":"4","price":"174000","area":"358"} , +{"type":"Feature","id":"n3720513795","geometry":{"type":"Point","coordinates":[-0.1464929,51.5813468]},"properties":{"@type":"node","@id":3720513795,"@timestamp":1618234802},"coords":"51.5813468,-0.1464929","bedrooms":"4","price":"247000","area":"390"} , +{"type":"Feature","id":"n3720557656","geometry":{"type":"Point","coordinates":[-0.1319243,51.5156221]},"properties":{"@type":"node","@id":3720557656,"@timestamp":1440884225},"coords":"51.5156221,-0.1319243","bedrooms":"3","price":"289000","area":"590"} , +{"type":"Feature","id":"n3720557670","geometry":{"type":"Point","coordinates":[-0.131632,51.5152483]},"properties":{"@type":"node","@id":3720557670,"@timestamp":1440884226},"coords":"51.5152483,-0.131632","bedrooms":"0","price":"264000","area":"611"} , +{"type":"Feature","id":"n3720557693","geometry":{"type":"Point","coordinates":[-0.1315984,51.515199]},"properties":{"@type":"node","@id":3720557693,"@timestamp":1440884226},"coords":"51.515199,-0.1315984","bedrooms":"2","price":"219000","area":"531"} , +{"type":"Feature","id":"n3720578745","geometry":{"type":"Point","coordinates":[-0.1326847,51.515209]},"properties":{"@type":"node","@id":3720578745,"@timestamp":1440884910},"coords":"51.515209,-0.1326847","bedrooms":"2","price":"167000","area":"525"} , +{"type":"Feature","id":"n3720582585","geometry":{"type":"Point","coordinates":[-0.132277,51.5151414]},"properties":{"@type":"node","@id":3720582585,"@timestamp":1440885125},"coords":"51.5151414,-0.132277","bedrooms":"1","price":"279000","area":"556"} , +{"type":"Feature","id":"n3721097208","geometry":{"type":"Point","coordinates":[0.0891084,51.5294132]},"properties":{"@type":"node","@id":3721097208,"@timestamp":1440923438},"coords":"51.5294132,0.0891084","bedrooms":"1","price":"164000","area":"446"} , +{"type":"Feature","id":"n3721106580","geometry":{"type":"Point","coordinates":[0.0943903,51.5302323]},"properties":{"@type":"node","@id":3721106580,"@timestamp":1440923439},"coords":"51.5302323,0.0943903","bedrooms":"1","price":"181000","area":"460"} , +{"type":"Feature","id":"n3721306104","geometry":{"type":"Point","coordinates":[0.5324437,51.7558225]},"properties":{"@type":"node","@id":3721306104,"@timestamp":1440934141},"coords":"51.7558225,0.5324437","bedrooms":"2","price":"275000","area":"439"} , +{"type":"Feature","id":"n3721534800","geometry":{"type":"Point","coordinates":[0.8945713,51.6601311]},"properties":{"@type":"node","@id":3721534800,"@timestamp":1556918357},"coords":"51.6601311,0.8945713","bedrooms":"2","price":"217000","area":"683"} , +{"type":"Feature","id":"n3721833866","geometry":{"type":"Point","coordinates":[-0.8542655,51.4229369]},"properties":{"@type":"node","@id":3721833866,"@timestamp":1440956830},"coords":"51.4229369,-0.8542655","bedrooms":"2","price":"200000","area":"599"} , +{"type":"Feature","id":"n3722731850","geometry":{"type":"Point","coordinates":[-0.8417562,51.1812875]},"properties":{"@type":"node","@id":3722731850,"@timestamp":1441015167},"coords":"51.1812875,-0.8417562","bedrooms":"3","price":"168000","area":"600"} , +{"type":"Feature","id":"n3722824232","geometry":{"type":"Point","coordinates":[-0.1642351,51.4991082]},"properties":{"@type":"node","@id":3722824232,"@timestamp":1601785119},"coords":"51.4991082,-0.1642351","bedrooms":"2","price":"159000","area":"606"} , +{"type":"Feature","id":"n3723304565","geometry":{"type":"Point","coordinates":[-0.8135402,51.816073]},"properties":{"@type":"node","@id":3723304565,"@timestamp":1543859685},"coords":"51.816073,-0.8135402","bedrooms":"4","price":"253000","area":"651"} , +{"type":"Feature","id":"n3723647570","geometry":{"type":"Point","coordinates":[-0.1243835,51.5806463]},"properties":{"@type":"node","@id":3723647570,"@timestamp":1603509878},"coords":"51.5806463,-0.1243835","bedrooms":"2","price":"262000","area":"422"} , +{"type":"Feature","id":"n3723647580","geometry":{"type":"Point","coordinates":[-0.1250592,51.5809824]},"properties":{"@type":"node","@id":3723647580,"@timestamp":1441049128},"coords":"51.5809824,-0.1250592","bedrooms":"3","price":"197000","area":"677"} , +{"type":"Feature","id":"n3723647590","geometry":{"type":"Point","coordinates":[-0.1243199,51.5806206]},"properties":{"@type":"node","@id":3723647590,"@timestamp":1603486971},"coords":"51.5806206,-0.1243199","bedrooms":"3","price":"244000","area":"353"} , +{"type":"Feature","id":"n3724420432","geometry":{"type":"Point","coordinates":[-0.9708478,51.4541909]},"properties":{"@type":"node","@id":3724420432,"@timestamp":1570193053},"coords":"51.4541909,-0.9708478","bedrooms":"3","price":"277000","area":"499"} , +{"type":"Feature","id":"n3724694140","geometry":{"type":"Point","coordinates":[-0.3831534,51.884013]},"properties":{"@type":"node","@id":3724694140,"@timestamp":1441111504},"coords":"51.884013,-0.3831534","bedrooms":"3","price":"227000","area":"417"} , +{"type":"Feature","id":"n3724714800","geometry":{"type":"Point","coordinates":[-0.3714905,51.8885634]},"properties":{"@type":"node","@id":3724714800,"@timestamp":1581450588},"coords":"51.8885634,-0.3714905","bedrooms":"4","price":"221000","area":"482"} , +{"type":"Feature","id":"n3724960197","geometry":{"type":"Point","coordinates":[-0.1102562,51.7964128]},"properties":{"@type":"node","@id":3724960197,"@timestamp":1623339820},"coords":"51.7964128,-0.1102562","bedrooms":"4","price":"228000","area":"486"} , +{"type":"Feature","id":"n3725105767","geometry":{"type":"Point","coordinates":[0.1161085,51.5325135]},"properties":{"@type":"node","@id":3725105767,"@timestamp":1441131761},"coords":"51.5325135,0.1161085","bedrooms":"3","price":"223000","area":"671"} , +{"type":"Feature","id":"n3725451671","geometry":{"type":"Point","coordinates":[-0.3185691,51.5045792]},"properties":{"@type":"node","@id":3725451671,"@timestamp":1441148294},"coords":"51.5045792,-0.3185691","bedrooms":"1","price":"290000","area":"524"} , +{"type":"Feature","id":"n3725711499","geometry":{"type":"Point","coordinates":[-0.8680952,51.561912]},"properties":{"@type":"node","@id":3725711499,"@timestamp":1441179445},"coords":"51.561912,-0.8680952","bedrooms":"0","price":"297000","area":"439"} , +{"type":"Feature","id":"n3725918948","geometry":{"type":"Point","coordinates":[0.8733023,51.1599581]},"properties":{"@type":"node","@id":3725918948,"@timestamp":1563225788},"coords":"51.1599581,0.8733023","bedrooms":"4","price":"244000","area":"667"} , +{"type":"Feature","id":"n3725994066","geometry":{"type":"Point","coordinates":[-0.2110933,51.5276332]},"properties":{"@type":"node","@id":3725994066,"@timestamp":1568779025},"coords":"51.5276332,-0.2110933","bedrooms":"1","price":"169000","area":"431"} , +{"type":"Feature","id":"n3725994365","geometry":{"type":"Point","coordinates":[-0.2118475,51.527855]},"properties":{"@type":"node","@id":3725994365,"@timestamp":1441195524},"coords":"51.527855,-0.2118475","bedrooms":"0","price":"181000","area":"588"} , +{"type":"Feature","id":"n3725994514","geometry":{"type":"Point","coordinates":[-0.2103812,51.5280765]},"properties":{"@type":"node","@id":3725994514,"@timestamp":1441195527},"coords":"51.5280765,-0.2103812","bedrooms":"1","price":"150000","area":"688"} , +{"type":"Feature","id":"n3725994641","geometry":{"type":"Point","coordinates":[-0.2103197,51.5282648]},"properties":{"@type":"node","@id":3725994641,"@timestamp":1441195529},"coords":"51.5282648,-0.2103197","bedrooms":"3","price":"249000","area":"531"} , +{"type":"Feature","id":"n3725994751","geometry":{"type":"Point","coordinates":[-0.2102566,51.5284309]},"properties":{"@type":"node","@id":3725994751,"@timestamp":1441195531},"coords":"51.5284309,-0.2102566","bedrooms":"2","price":"219000","area":"376"} , +{"type":"Feature","id":"n3725994857","geometry":{"type":"Point","coordinates":[-0.212626,51.528595]},"properties":{"@type":"node","@id":3725994857,"@timestamp":1441195533},"coords":"51.528595,-0.212626","bedrooms":"2","price":"230000","area":"455"} , +{"type":"Feature","id":"n3725994911","geometry":{"type":"Point","coordinates":[-0.2125855,51.5286746]},"properties":{"@type":"node","@id":3725994911,"@timestamp":1441195534},"coords":"51.5286746,-0.2125855","bedrooms":"2","price":"249000","area":"592"} , +{"type":"Feature","id":"n3725994968","geometry":{"type":"Point","coordinates":[-0.209681,51.5287577]},"properties":{"@type":"node","@id":3725994968,"@timestamp":1441195536},"coords":"51.5287577,-0.209681","bedrooms":"1","price":"178000","area":"423"} , +{"type":"Feature","id":"n3725995080","geometry":{"type":"Point","coordinates":[-0.2099394,51.5288719]},"properties":{"@type":"node","@id":3725995080,"@timestamp":1441195538},"coords":"51.5288719,-0.2099394","bedrooms":"0","price":"162000","area":"362"} , +{"type":"Feature","id":"n3725995225","geometry":{"type":"Point","coordinates":[-0.2113539,51.5290118]},"properties":{"@type":"node","@id":3725995225,"@timestamp":1441195540},"coords":"51.5290118,-0.2113539","bedrooms":"2","price":"225000","area":"470"} , +{"type":"Feature","id":"n3725995356","geometry":{"type":"Point","coordinates":[-0.2117536,51.5291789]},"properties":{"@type":"node","@id":3725995356,"@timestamp":1441195543},"coords":"51.5291789,-0.2117536","bedrooms":"2","price":"231000","area":"416"} , +{"type":"Feature","id":"n3725995481","geometry":{"type":"Point","coordinates":[-0.2113782,51.5296411]},"properties":{"@type":"node","@id":3725995481,"@timestamp":1441195545},"coords":"51.5296411,-0.2113782","bedrooms":"0","price":"193000","area":"551"} , +{"type":"Feature","id":"n3726320879","geometry":{"type":"Point","coordinates":[-0.2435642,51.5319518]},"properties":{"@type":"node","@id":3726320879,"@timestamp":1533680293},"coords":"51.5319518,-0.2435642","bedrooms":"3","price":"251000","area":"401"} , +{"type":"Feature","id":"n3726493554","geometry":{"type":"Point","coordinates":[-0.9865302,51.4551248]},"properties":{"@type":"node","@id":3726493554,"@timestamp":1514814854},"coords":"51.4551248,-0.9865302","bedrooms":"1","price":"230000","area":"376"} , +{"type":"Feature","id":"n3726669020","geometry":{"type":"Point","coordinates":[-0.2321989,51.58724]},"properties":{"@type":"node","@id":3726669020,"@timestamp":1441227434},"coords":"51.58724,-0.2321989","bedrooms":"4","price":"279000","area":"658"} , +{"type":"Feature","id":"n3727618755","geometry":{"type":"Point","coordinates":[-0.1359303,51.5387934]},"properties":{"@type":"node","@id":3727618755,"@timestamp":1597485085},"coords":"51.5387934,-0.1359303","bedrooms":"4","price":"196000","area":"641"} , +{"type":"Feature","id":"n3728266850","geometry":{"type":"Point","coordinates":[-0.9812373,51.4530384]},"properties":{"@type":"node","@id":3728266850,"@timestamp":1441309376},"coords":"51.4530384,-0.9812373","bedrooms":"1","price":"189000","area":"492"} , +{"type":"Feature","id":"n3728335951","geometry":{"type":"Point","coordinates":[-0.2064954,51.566576]},"properties":{"@type":"node","@id":3728335951,"@timestamp":1564908036},"coords":"51.566576,-0.2064954","bedrooms":"2","price":"204000","area":"479"} , +{"type":"Feature","id":"n3728771975","geometry":{"type":"Point","coordinates":[-0.1109556,51.5988648]},"properties":{"@type":"node","@id":3728771975,"@timestamp":1597248070},"coords":"51.5988648,-0.1109556","bedrooms":"2","price":"250000","area":"543"} , +{"type":"Feature","id":"n3728922265","geometry":{"type":"Point","coordinates":[-0.421256,51.4292073]},"properties":{"@type":"node","@id":3728922265,"@timestamp":1603487275},"coords":"51.4292073,-0.421256","bedrooms":"0","price":"150000","area":"523"} , +{"type":"Feature","id":"n3729176835","geometry":{"type":"Point","coordinates":[-0.3828658,51.8870836]},"properties":{"@type":"node","@id":3729176835,"@timestamp":1581372496},"coords":"51.8870836,-0.3828658","bedrooms":"1","price":"167000","area":"645"} , +{"type":"Feature","id":"n3729176845","geometry":{"type":"Point","coordinates":[-0.3821208,51.8872594]},"properties":{"@type":"node","@id":3729176845,"@timestamp":1543859686},"coords":"51.8872594,-0.3821208","bedrooms":"3","price":"272000","area":"359"} , +{"type":"Feature","id":"n3729270001","geometry":{"type":"Point","coordinates":[-0.4150461,51.4193195]},"properties":{"@type":"node","@id":3729270001,"@timestamp":1441373839},"coords":"51.4193195,-0.4150461","bedrooms":"1","price":"216000","area":"592"} , +{"type":"Feature","id":"n3729557427","geometry":{"type":"Point","coordinates":[-0.3990486,51.4163673]},"properties":{"@type":"node","@id":3729557427,"@timestamp":1601373894},"coords":"51.4163673,-0.3990486","bedrooms":"3","price":"284000","area":"446"} , +{"type":"Feature","id":"n3729557562","geometry":{"type":"Point","coordinates":[-0.402044,51.4194673]},"properties":{"@type":"node","@id":3729557562,"@timestamp":1601373894},"coords":"51.4194673,-0.402044","bedrooms":"0","price":"286000","area":"406"} , +{"type":"Feature","id":"n3729629198","geometry":{"type":"Point","coordinates":[-0.4011238,51.4140226]},"properties":{"@type":"node","@id":3729629198,"@timestamp":1601373894},"coords":"51.4140226,-0.4011238","bedrooms":"2","price":"155000","area":"486"} , +{"type":"Feature","id":"n3729629275","geometry":{"type":"Point","coordinates":[-0.4060868,51.4175189]},"properties":{"@type":"node","@id":3729629275,"@timestamp":1601373894},"coords":"51.4175189,-0.4060868","bedrooms":"3","price":"162000","area":"672"} , +{"type":"Feature","id":"n3729829338","geometry":{"type":"Point","coordinates":[-0.1286669,51.5939366]},"properties":{"@type":"node","@id":3729829338,"@timestamp":1626796663},"coords":"51.5939366,-0.1286669","bedrooms":"2","price":"176000","area":"474"} , +{"type":"Feature","id":"n3729863983","geometry":{"type":"Point","coordinates":[-0.1354478,51.5920992]},"properties":{"@type":"node","@id":3729863983,"@timestamp":1561996206},"coords":"51.5920992,-0.1354478","bedrooms":"3","price":"245000","area":"565"} , +{"type":"Feature","id":"n3729863999","geometry":{"type":"Point","coordinates":[-0.1300925,51.592234]},"properties":{"@type":"node","@id":3729863999,"@timestamp":1630853711},"coords":"51.592234,-0.1300925","bedrooms":"1","price":"225000","area":"374"} , +{"type":"Feature","id":"n3729873697","geometry":{"type":"Point","coordinates":[-0.1404322,51.3223504]},"properties":{"@type":"node","@id":3729873697,"@timestamp":1625225659},"coords":"51.3223504,-0.1404322","bedrooms":"3","price":"189000","area":"447"} , +{"type":"Feature","id":"n3729874281","geometry":{"type":"Point","coordinates":[-0.1603513,51.3320662]},"properties":{"@type":"node","@id":3729874281,"@timestamp":1513965019},"coords":"51.3320662,-0.1603513","bedrooms":"3","price":"224000","area":"599"} , +{"type":"Feature","id":"n3729913835","geometry":{"type":"Point","coordinates":[-0.121205,51.5963576]},"properties":{"@type":"node","@id":3729913835,"@timestamp":1450819524},"coords":"51.5963576,-0.121205","bedrooms":"0","price":"277000","area":"639"} , +{"type":"Feature","id":"n3730488619","geometry":{"type":"Point","coordinates":[-0.1739993,51.4935069]},"properties":{"@type":"node","@id":3730488619,"@timestamp":1604985121},"coords":"51.4935069,-0.1739993","bedrooms":"4","price":"289000","area":"531"} , +{"type":"Feature","id":"n3730550451","geometry":{"type":"Point","coordinates":[-0.6855044,51.5378045]},"properties":{"@type":"node","@id":3730550451,"@timestamp":1441459463},"coords":"51.5378045,-0.6855044","bedrooms":"1","price":"263000","area":"374"} , +{"type":"Feature","id":"n3730552071","geometry":{"type":"Point","coordinates":[-0.6841687,51.5399349]},"properties":{"@type":"node","@id":3730552071,"@timestamp":1441459661},"coords":"51.5399349,-0.6841687","bedrooms":"3","price":"154000","area":"413"} , +{"type":"Feature","id":"n3730599389","geometry":{"type":"Point","coordinates":[-0.1514514,51.5171358]},"properties":{"@type":"node","@id":3730599389,"@timestamp":1561457065},"coords":"51.5171358,-0.1514514","bedrooms":"4","price":"176000","area":"598"} , +{"type":"Feature","id":"n3730851106","geometry":{"type":"Point","coordinates":[-0.4220449,51.4197994]},"properties":{"@type":"node","@id":3730851106,"@timestamp":1441477087},"coords":"51.4197994,-0.4220449","bedrooms":"0","price":"203000","area":"446"} , +{"type":"Feature","id":"n3731066805","geometry":{"type":"Point","coordinates":[-0.0364371,51.9831485]},"properties":{"@type":"node","@id":3731066805,"@timestamp":1441491171},"coords":"51.9831485,-0.0364371","bedrooms":"2","price":"179000","area":"485"} , +{"type":"Feature","id":"n3731453503","geometry":{"type":"Point","coordinates":[-0.4081269,51.415073]},"properties":{"@type":"node","@id":3731453503,"@timestamp":1441534274},"coords":"51.415073,-0.4081269","bedrooms":"3","price":"211000","area":"425"} , +{"type":"Feature","id":"n3731483082","geometry":{"type":"Point","coordinates":[-0.0194608,51.6978365]},"properties":{"@type":"node","@id":3731483082,"@timestamp":1441537264},"coords":"51.6978365,-0.0194608","bedrooms":"0","price":"150000","area":"384"} , +{"type":"Feature","id":"n3731503219","geometry":{"type":"Point","coordinates":[-0.0202265,51.6960277]},"properties":{"@type":"node","@id":3731503219,"@timestamp":1441537947},"coords":"51.6960277,-0.0202265","bedrooms":"0","price":"297000","area":"551"} , +{"type":"Feature","id":"n3731515231","geometry":{"type":"Point","coordinates":[-0.0222355,51.6927857]},"properties":{"@type":"node","@id":3731515231,"@timestamp":1628929265},"coords":"51.6927857,-0.0222355","bedrooms":"3","price":"218000","area":"640"} , +{"type":"Feature","id":"n3731620525","geometry":{"type":"Point","coordinates":[0.6682877,51.3518495]},"properties":{"@type":"node","@id":3731620525,"@timestamp":1543945322},"coords":"51.3518495,0.6682877","bedrooms":"4","price":"182000","area":"517"} , +{"type":"Feature","id":"n3731644121","geometry":{"type":"Point","coordinates":[-0.2715099,51.0832149]},"properties":{"@type":"node","@id":3731644121,"@timestamp":1441547435},"coords":"51.0832149,-0.2715099","bedrooms":"4","price":"231000","area":"693"} , +{"type":"Feature","id":"n3731694553","geometry":{"type":"Point","coordinates":[-0.2706682,51.0838032]},"properties":{"@type":"node","@id":3731694553,"@timestamp":1441549771},"coords":"51.0838032,-0.2706682","bedrooms":"3","price":"186000","area":"419"} , +{"type":"Feature","id":"n3731791377","geometry":{"type":"Point","coordinates":[0.1132222,51.4619423]},"properties":{"@type":"node","@id":3731791377,"@timestamp":1477418804},"coords":"51.4619423,0.1132222","bedrooms":"1","price":"153000","area":"424"} , +{"type":"Feature","id":"n3732287050","geometry":{"type":"Point","coordinates":[0.022988,51.5226253]},"properties":{"@type":"node","@id":3732287050,"@timestamp":1607191988},"coords":"51.5226253,0.022988","bedrooms":"1","price":"159000","area":"638"} , +{"type":"Feature","id":"n3732894055","geometry":{"type":"Point","coordinates":[-0.9745563,51.4548461]},"properties":{"@type":"node","@id":3732894055,"@timestamp":1533737307},"coords":"51.4548461,-0.9745563","bedrooms":"2","price":"160000","area":"500"} , +{"type":"Feature","id":"n3732896832","geometry":{"type":"Point","coordinates":[-0.0184777,51.6947276]},"properties":{"@type":"node","@id":3732896832,"@timestamp":1441623984},"coords":"51.6947276,-0.0184777","bedrooms":"1","price":"239000","area":"642"} , +{"type":"Feature","id":"n3732913286","geometry":{"type":"Point","coordinates":[-0.9713932,51.4566395]},"properties":{"@type":"node","@id":3732913286,"@timestamp":1592514014},"coords":"51.4566395,-0.9713932","bedrooms":"3","price":"264000","area":"426"} , +{"type":"Feature","id":"n3732913297","geometry":{"type":"Point","coordinates":[-0.9704893,51.4567231]},"properties":{"@type":"node","@id":3732913297,"@timestamp":1441623758},"coords":"51.4567231,-0.9704893","bedrooms":"4","price":"236000","area":"660"} , +{"type":"Feature","id":"n3732983693","geometry":{"type":"Point","coordinates":[-0.0198351,51.7025073]},"properties":{"@type":"node","@id":3732983693,"@timestamp":1441625755},"coords":"51.7025073,-0.0198351","bedrooms":"0","price":"168000","area":"617"} , +{"type":"Feature","id":"n3733004002","geometry":{"type":"Point","coordinates":[-0.4069814,51.4060753]},"properties":{"@type":"node","@id":3733004002,"@timestamp":1441626691},"coords":"51.4060753,-0.4069814","bedrooms":"3","price":"199000","area":"458"} , +{"type":"Feature","id":"n3733139800","geometry":{"type":"Point","coordinates":[0.1926576,51.5756731]},"properties":{"@type":"node","@id":3733139800,"@timestamp":1441632377},"coords":"51.5756731,0.1926576","bedrooms":"3","price":"217000","area":"655"} , +{"type":"Feature","id":"n3733189101","geometry":{"type":"Point","coordinates":[-0.0482574,51.6734831]},"properties":{"@type":"node","@id":3733189101,"@timestamp":1602182786},"coords":"51.6734831,-0.0482574","bedrooms":"0","price":"261000","area":"408"} , +{"type":"Feature","id":"n3733189116","geometry":{"type":"Point","coordinates":[-0.0480028,51.6727396]},"properties":{"@type":"node","@id":3733189116,"@timestamp":1602182786},"coords":"51.6727396,-0.0480028","bedrooms":"0","price":"205000","area":"655"} , +{"type":"Feature","id":"n3733191363","geometry":{"type":"Point","coordinates":[-0.0497943,51.6734016]},"properties":{"@type":"node","@id":3733191363,"@timestamp":1602276572},"coords":"51.6734016,-0.0497943","bedrooms":"2","price":"281000","area":"648"} , +{"type":"Feature","id":"n3733220065","geometry":{"type":"Point","coordinates":[-0.1308279,51.5107095]},"properties":{"@type":"node","@id":3733220065,"@timestamp":1630251920},"coords":"51.5107095,-0.1308279","bedrooms":"4","price":"271000","area":"353"} , +{"type":"Feature","id":"n3734415516","geometry":{"type":"Point","coordinates":[-0.0674039,51.6638249]},"properties":{"@type":"node","@id":3734415516,"@timestamp":1441714468},"coords":"51.6638249,-0.0674039","bedrooms":"1","price":"289000","area":"475"} , +{"type":"Feature","id":"n3734751488","geometry":{"type":"Point","coordinates":[-0.152407,51.5808523]},"properties":{"@type":"node","@id":3734751488,"@timestamp":1441729635},"coords":"51.5808523,-0.152407","bedrooms":"2","price":"179000","area":"415"} , +{"type":"Feature","id":"n3735134810","geometry":{"type":"Point","coordinates":[-0.084316,51.5265444]},"properties":{"@type":"node","@id":3735134810,"@timestamp":1601907869},"coords":"51.5265444,-0.084316","bedrooms":"1","price":"211000","area":"640"} , +{"type":"Feature","id":"n3735156126","geometry":{"type":"Point","coordinates":[-0.1530281,51.5588951]},"properties":{"@type":"node","@id":3735156126,"@timestamp":1441748910},"coords":"51.5588951,-0.1530281","bedrooms":"0","price":"236000","area":"682"} , +{"type":"Feature","id":"n3735203553","geometry":{"type":"Point","coordinates":[-0.1522449,51.5593204]},"properties":{"@type":"node","@id":3735203553,"@timestamp":1551776187},"coords":"51.5593204,-0.1522449","bedrooms":"2","price":"228000","area":"453"} , +{"type":"Feature","id":"n3735217612","geometry":{"type":"Point","coordinates":[-0.1523173,51.5595505]},"properties":{"@type":"node","@id":3735217612,"@timestamp":1441750564},"coords":"51.5595505,-0.1523173","bedrooms":"2","price":"259000","area":"514"} , +{"type":"Feature","id":"n3735219543","geometry":{"type":"Point","coordinates":[-0.1504769,51.5608283]},"properties":{"@type":"node","@id":3735219543,"@timestamp":1441750667},"coords":"51.5608283,-0.1504769","bedrooms":"3","price":"183000","area":"694"} , +{"type":"Feature","id":"n3735219639","geometry":{"type":"Point","coordinates":[-0.1499623,51.5599824]},"properties":{"@type":"node","@id":3735219639,"@timestamp":1441750565},"coords":"51.5599824,-0.1499623","bedrooms":"0","price":"215000","area":"500"} , +{"type":"Feature","id":"n3735238461","geometry":{"type":"Point","coordinates":[-0.154447,51.5612663]},"properties":{"@type":"node","@id":3735238461,"@timestamp":1441751516},"coords":"51.5612663,-0.154447","bedrooms":"0","price":"207000","area":"624"} , +{"type":"Feature","id":"n3735261430","geometry":{"type":"Point","coordinates":[-0.1572928,51.5657266]},"properties":{"@type":"node","@id":3735261430,"@timestamp":1441752901},"coords":"51.5657266,-0.1572928","bedrooms":"0","price":"207000","area":"550"} , +{"type":"Feature","id":"n3735265334","geometry":{"type":"Point","coordinates":[-0.1632875,51.5673989]},"properties":{"@type":"node","@id":3735265334,"@timestamp":1441753506},"coords":"51.5673989,-0.1632875","bedrooms":"3","price":"243000","area":"617"} , +{"type":"Feature","id":"n3735265358","geometry":{"type":"Point","coordinates":[-0.162853,51.5674722]},"properties":{"@type":"node","@id":3735265358,"@timestamp":1608466121},"coords":"51.5674722,-0.162853","bedrooms":"4","price":"226000","area":"684"} , +{"type":"Feature","id":"n3735864530","geometry":{"type":"Point","coordinates":[-0.0785441,51.5181419]},"properties":{"@type":"node","@id":3735864530,"@timestamp":1592821772},"coords":"51.5181419,-0.0785441","bedrooms":"4","price":"215000","area":"429"} , +{"type":"Feature","id":"n3735890740","geometry":{"type":"Point","coordinates":[-0.0373149,51.680843]},"properties":{"@type":"node","@id":3735890740,"@timestamp":1441798158},"coords":"51.680843,-0.0373149","bedrooms":"3","price":"156000","area":"482"} , +{"type":"Feature","id":"n3736060500","geometry":{"type":"Point","coordinates":[-0.4199256,51.3947849]},"properties":{"@type":"node","@id":3736060500,"@timestamp":1543832481},"coords":"51.3947849,-0.4199256","bedrooms":"1","price":"265000","area":"471"} , +{"type":"Feature","id":"n3736278238","geometry":{"type":"Point","coordinates":[-0.4388078,51.3912672]},"properties":{"@type":"node","@id":3736278238,"@timestamp":1441814885},"coords":"51.3912672,-0.4388078","bedrooms":"0","price":"198000","area":"368"} , +{"type":"Feature","id":"n3736632996","geometry":{"type":"Point","coordinates":[-0.1934266,51.536109]},"properties":{"@type":"node","@id":3736632996,"@timestamp":1450102701},"coords":"51.536109,-0.1934266","bedrooms":"4","price":"295000","area":"446"} , +{"type":"Feature","id":"n3736633006","geometry":{"type":"Point","coordinates":[-0.195096,51.5344258]},"properties":{"@type":"node","@id":3736633006,"@timestamp":1450102702},"coords":"51.5344258,-0.195096","bedrooms":"3","price":"200000","area":"524"} , +{"type":"Feature","id":"n3736633247","geometry":{"type":"Point","coordinates":[-0.1931845,51.5364412]},"properties":{"@type":"node","@id":3736633247,"@timestamp":1450102702},"coords":"51.5364412,-0.1931845","bedrooms":"2","price":"298000","area":"653"} , +{"type":"Feature","id":"n3737116898","geometry":{"type":"Point","coordinates":[-0.2721957,51.4686966]},"properties":{"@type":"node","@id":3737116898,"@timestamp":1624883225},"coords":"51.4686966,-0.2721957","bedrooms":"4","price":"212000","area":"691"} , +{"type":"Feature","id":"n3737496464","geometry":{"type":"Point","coordinates":[-0.4425521,51.3902537]},"properties":{"@type":"node","@id":3737496464,"@timestamp":1491766064},"coords":"51.3902537,-0.4425521","bedrooms":"1","price":"227000","area":"474"} , +{"type":"Feature","id":"n3737748575","geometry":{"type":"Point","coordinates":[-0.1262685,51.4991556]},"properties":{"@type":"node","@id":3737748575,"@timestamp":1469033564},"coords":"51.4991556,-0.1262685","bedrooms":"2","price":"266000","area":"549"} , +{"type":"Feature","id":"n3738160500","geometry":{"type":"Point","coordinates":[-1.0849225,51.3602963]},"properties":{"@type":"node","@id":3738160500,"@timestamp":1441920469},"coords":"51.3602963,-1.0849225","bedrooms":"3","price":"172000","area":"362"} , +{"type":"Feature","id":"n3738629076","geometry":{"type":"Point","coordinates":[0.1207731,51.7609071]},"properties":{"@type":"node","@id":3738629076,"@timestamp":1441953491},"coords":"51.7609071,0.1207731","bedrooms":"1","price":"278000","area":"668"} , +{"type":"Feature","id":"n3738631199","geometry":{"type":"Point","coordinates":[0.1202872,51.7634784]},"properties":{"@type":"node","@id":3738631199,"@timestamp":1441953671},"coords":"51.7634784,0.1202872","bedrooms":"2","price":"254000","area":"467"} , +{"type":"Feature","id":"n3738638841","geometry":{"type":"Point","coordinates":[-0.4896762,51.4723661]},"properties":{"@type":"node","@id":3738638841,"@timestamp":1564908036},"coords":"51.4723661,-0.4896762","bedrooms":"0","price":"273000","area":"563"} , +{"type":"Feature","id":"n3739292078","geometry":{"type":"Point","coordinates":[-0.4326775,51.386406]},"properties":{"@type":"node","@id":3739292078,"@timestamp":1624365036},"coords":"51.386406,-0.4326775","bedrooms":"4","price":"249000","area":"468"} , +{"type":"Feature","id":"n3739546735","geometry":{"type":"Point","coordinates":[0.725088,51.3741074]},"properties":{"@type":"node","@id":3739546735,"@timestamp":1624366932},"coords":"51.3741074,0.725088","bedrooms":"3","price":"198000","area":"532"} , +{"type":"Feature","id":"n3740039253","geometry":{"type":"Point","coordinates":[0.3057069,51.3835066]},"properties":{"@type":"node","@id":3740039253,"@timestamp":1442050188},"coords":"51.3835066,0.3057069","bedrooms":"1","price":"208000","area":"639"} , +{"type":"Feature","id":"n3740137874","geometry":{"type":"Point","coordinates":[0.2861067,51.4227753]},"properties":{"@type":"node","@id":3740137874,"@timestamp":1442059411},"coords":"51.4227753,0.2861067","bedrooms":"4","price":"176000","area":"594"} , +{"type":"Feature","id":"n3740359038","geometry":{"type":"Point","coordinates":[0.6889867,51.0684679]},"properties":{"@type":"node","@id":3740359038,"@timestamp":1442075639},"coords":"51.0684679,0.6889867","bedrooms":"1","price":"185000","area":"596"} , +{"type":"Feature","id":"n3740500314","geometry":{"type":"Point","coordinates":[-0.5081553,51.4349634]},"properties":{"@type":"node","@id":3740500314,"@timestamp":1543774649},"coords":"51.4349634,-0.5081553","bedrooms":"4","price":"262000","area":"594"} , +{"type":"Feature","id":"n3740500825","geometry":{"type":"Point","coordinates":[-0.4951945,51.4286643]},"properties":{"@type":"node","@id":3740500825,"@timestamp":1442083872},"coords":"51.4286643,-0.4951945","bedrooms":"4","price":"250000","area":"417"} , +{"type":"Feature","id":"n3740500835","geometry":{"type":"Point","coordinates":[-0.5074126,51.4350351]},"properties":{"@type":"node","@id":3740500835,"@timestamp":1591788453},"coords":"51.4350351,-0.5074126","bedrooms":"0","price":"276000","area":"626"} , +{"type":"Feature","id":"n3740500845","geometry":{"type":"Point","coordinates":[-0.5041719,51.4337684]},"properties":{"@type":"node","@id":3740500845,"@timestamp":1543774650},"coords":"51.4337684,-0.5041719","bedrooms":"1","price":"183000","area":"626"} , +{"type":"Feature","id":"n3740500855","geometry":{"type":"Point","coordinates":[-0.5070375,51.4352344]},"properties":{"@type":"node","@id":3740500855,"@timestamp":1591788453},"coords":"51.4352344,-0.5070375","bedrooms":"1","price":"169000","area":"494"} , +{"type":"Feature","id":"n3740501172","geometry":{"type":"Point","coordinates":[-0.5061561,51.4351238]},"properties":{"@type":"node","@id":3740501172,"@timestamp":1543774650},"coords":"51.4351238,-0.5061561","bedrooms":"4","price":"282000","area":"684"} , +{"type":"Feature","id":"n3740809968","geometry":{"type":"Point","coordinates":[-0.1784009,51.5253442]},"properties":{"@type":"node","@id":3740809968,"@timestamp":1566274571},"coords":"51.5253442,-0.1784009","bedrooms":"1","price":"162000","area":"459"} , +{"type":"Feature","id":"n3740837347","geometry":{"type":"Point","coordinates":[-0.1851444,51.5244915]},"properties":{"@type":"node","@id":3740837347,"@timestamp":1565499300},"coords":"51.5244915,-0.1851444","bedrooms":"2","price":"270000","area":"514"} , +{"type":"Feature","id":"n3740849725","geometry":{"type":"Point","coordinates":[-0.204204,51.5252835]},"properties":{"@type":"node","@id":3740849725,"@timestamp":1497569113},"coords":"51.5252835,-0.204204","bedrooms":"3","price":"170000","area":"508"} , +{"type":"Feature","id":"n3740877654","geometry":{"type":"Point","coordinates":[-0.211398,51.5246932]},"properties":{"@type":"node","@id":3740877654,"@timestamp":1497569114},"coords":"51.5246932,-0.211398","bedrooms":"3","price":"193000","area":"408"} , +{"type":"Feature","id":"n3741057217","geometry":{"type":"Point","coordinates":[-0.4021938,51.383535]},"properties":{"@type":"node","@id":3741057217,"@timestamp":1533071291},"coords":"51.383535,-0.4021938","bedrooms":"3","price":"165000","area":"506"} , +{"type":"Feature","id":"n3741225985","geometry":{"type":"Point","coordinates":[0.28862,51.4224228]},"properties":{"@type":"node","@id":3741225985,"@timestamp":1442260040},"coords":"51.4224228,0.28862","bedrooms":"3","price":"183000","area":"471"} , +{"type":"Feature","id":"n3741237165","geometry":{"type":"Point","coordinates":[-0.4228881,51.3889107]},"properties":{"@type":"node","@id":3741237165,"@timestamp":1603527775},"coords":"51.3889107,-0.4228881","bedrooms":"1","price":"197000","area":"405"} , +{"type":"Feature","id":"n3741239018","geometry":{"type":"Point","coordinates":[0.2884358,51.4222879]},"properties":{"@type":"node","@id":3741239018,"@timestamp":1612153453},"coords":"51.4222879,0.2884358","bedrooms":"3","price":"255000","area":"628"} , +{"type":"Feature","id":"n3741243748","geometry":{"type":"Point","coordinates":[0.2883637,51.4222995]},"properties":{"@type":"node","@id":3741243748,"@timestamp":1442151358},"coords":"51.4222995,0.2883637","bedrooms":"3","price":"297000","area":"556"} , +{"type":"Feature","id":"n3741347098","geometry":{"type":"Point","coordinates":[0.4730529,51.7410401]},"properties":{"@type":"node","@id":3741347098,"@timestamp":1610286260},"coords":"51.7410401,0.4730529","bedrooms":"4","price":"267000","area":"478"} , +{"type":"Feature","id":"n3741500661","geometry":{"type":"Point","coordinates":[0.3060063,51.1625861]},"properties":{"@type":"node","@id":3741500661,"@timestamp":1565745847},"coords":"51.1625861,0.3060063","bedrooms":"2","price":"173000","area":"491"} , +{"type":"Feature","id":"n3741556886","geometry":{"type":"Point","coordinates":[-0.509864,51.435286]},"properties":{"@type":"node","@id":3741556886,"@timestamp":1464382999},"coords":"51.435286,-0.509864","bedrooms":"1","price":"223000","area":"560"} , +{"type":"Feature","id":"n3741584426","geometry":{"type":"Point","coordinates":[-0.8230589,51.3577484]},"properties":{"@type":"node","@id":3741584426,"@timestamp":1442167084},"coords":"51.3577484,-0.8230589","bedrooms":"4","price":"179000","area":"369"} , +{"type":"Feature","id":"n3741622966","geometry":{"type":"Point","coordinates":[-0.8420204,51.3457864]},"properties":{"@type":"node","@id":3741622966,"@timestamp":1442169550},"coords":"51.3457864,-0.8420204","bedrooms":"4","price":"266000","area":"660"} , +{"type":"Feature","id":"n3741813259","geometry":{"type":"Point","coordinates":[0.0122408,51.5832908]},"properties":{"@type":"node","@id":3741813259,"@timestamp":1486625810},"coords":"51.5832908,0.0122408","bedrooms":"1","price":"153000","area":"628"} , +{"type":"Feature","id":"n3741840294","geometry":{"type":"Point","coordinates":[-0.4565806,51.7622447]},"properties":{"@type":"node","@id":3741840294,"@timestamp":1442177922},"coords":"51.7622447,-0.4565806","bedrooms":"4","price":"294000","area":"637"} , +{"type":"Feature","id":"n3741840307","geometry":{"type":"Point","coordinates":[-0.4504783,51.765311]},"properties":{"@type":"node","@id":3741840307,"@timestamp":1442177924},"coords":"51.765311,-0.4504783","bedrooms":"2","price":"158000","area":"634"} , +{"type":"Feature","id":"n3741841506","geometry":{"type":"Point","coordinates":[-0.8444026,51.3478602]},"properties":{"@type":"node","@id":3741841506,"@timestamp":1496239069},"coords":"51.3478602,-0.8444026","bedrooms":"4","price":"251000","area":"561"} , +{"type":"Feature","id":"n3741904732","geometry":{"type":"Point","coordinates":[-0.156295,51.5266799]},"properties":{"@type":"node","@id":3741904732,"@timestamp":1605280272},"coords":"51.5266799,-0.156295","bedrooms":"0","price":"151000","area":"666"} , +{"type":"Feature","id":"n3741911197","geometry":{"type":"Point","coordinates":[-0.147559,51.5258789]},"properties":{"@type":"node","@id":3741911197,"@timestamp":1605629070},"coords":"51.5258789,-0.147559","bedrooms":"3","price":"209000","area":"625"} , +{"type":"Feature","id":"n3741911213","geometry":{"type":"Point","coordinates":[-0.1472957,51.5254835]},"properties":{"@type":"node","@id":3741911213,"@timestamp":1605629083},"coords":"51.5254835,-0.1472957","bedrooms":"1","price":"247000","area":"492"} , +{"type":"Feature","id":"n3741916889","geometry":{"type":"Point","coordinates":[-0.1481545,51.5274442]},"properties":{"@type":"node","@id":3741916889,"@timestamp":1605628886},"coords":"51.5274442,-0.1481545","bedrooms":"4","price":"154000","area":"568"} , +{"type":"Feature","id":"n3741916899","geometry":{"type":"Point","coordinates":[-0.1481392,51.527395]},"properties":{"@type":"node","@id":3741916899,"@timestamp":1605628842},"coords":"51.527395,-0.1481392","bedrooms":"3","price":"155000","area":"583"} , +{"type":"Feature","id":"n3741930929","geometry":{"type":"Point","coordinates":[-0.1532856,51.5333393]},"properties":{"@type":"node","@id":3741930929,"@timestamp":1442180815},"coords":"51.5333393,-0.1532856","bedrooms":"2","price":"206000","area":"427"} , +{"type":"Feature","id":"n3741936827","geometry":{"type":"Point","coordinates":[-0.1482135,51.5264963]},"properties":{"@type":"node","@id":3741936827,"@timestamp":1628511744},"coords":"51.5264963,-0.1482135","bedrooms":"4","price":"157000","area":"531"} , +{"type":"Feature","id":"n3741944243","geometry":{"type":"Point","coordinates":[-0.1488975,51.5290845]},"properties":{"@type":"node","@id":3741944243,"@timestamp":1605628637},"coords":"51.5290845,-0.1488975","bedrooms":"1","price":"240000","area":"465"} , +{"type":"Feature","id":"n3741944263","geometry":{"type":"Point","coordinates":[-0.1489672,51.5302325]},"properties":{"@type":"node","@id":3741944263,"@timestamp":1442182110},"coords":"51.5302325,-0.1489672","bedrooms":"4","price":"273000","area":"653"} , +{"type":"Feature","id":"n3741944274","geometry":{"type":"Point","coordinates":[-0.1506436,51.5320346]},"properties":{"@type":"node","@id":3741944274,"@timestamp":1605628383},"coords":"51.5320346,-0.1506436","bedrooms":"3","price":"212000","area":"596"} , +{"type":"Feature","id":"n3741944286","geometry":{"type":"Point","coordinates":[-0.1491469,51.5297336]},"properties":{"@type":"node","@id":3741944286,"@timestamp":1605628604},"coords":"51.5297336,-0.1491469","bedrooms":"4","price":"280000","area":"405"} , +{"type":"Feature","id":"n3741944299","geometry":{"type":"Point","coordinates":[-0.1501903,51.5320296]},"properties":{"@type":"node","@id":3741944299,"@timestamp":1605628373},"coords":"51.5320296,-0.1501903","bedrooms":"0","price":"200000","area":"622"} , +{"type":"Feature","id":"n3741944310","geometry":{"type":"Point","coordinates":[-0.1503512,51.5324066]},"properties":{"@type":"node","@id":3741944310,"@timestamp":1442182112},"coords":"51.5324066,-0.1503512","bedrooms":"3","price":"216000","area":"405"} , +{"type":"Feature","id":"n3741944437","geometry":{"type":"Point","coordinates":[-0.1497209,51.5302292]},"properties":{"@type":"node","@id":3741944437,"@timestamp":1442182112},"coords":"51.5302292,-0.1497209","bedrooms":"1","price":"164000","area":"419"} , +{"type":"Feature","id":"n3742145001","geometry":{"type":"Point","coordinates":[-0.2063772,51.5281078]},"properties":{"@type":"node","@id":3742145001,"@timestamp":1497569115},"coords":"51.5281078,-0.2063772","bedrooms":"4","price":"287000","area":"395"} , +{"type":"Feature","id":"n3742149830","geometry":{"type":"Point","coordinates":[-0.2039638,51.5310011]},"properties":{"@type":"node","@id":3742149830,"@timestamp":1497569116},"coords":"51.5310011,-0.2039638","bedrooms":"0","price":"203000","area":"421"} , +{"type":"Feature","id":"n3742171863","geometry":{"type":"Point","coordinates":[-0.1987743,51.5303876]},"properties":{"@type":"node","@id":3742171863,"@timestamp":1497569117},"coords":"51.5303876,-0.1987743","bedrooms":"4","price":"159000","area":"641"} , +{"type":"Feature","id":"n3742197866","geometry":{"type":"Point","coordinates":[-0.0637035,51.5219263]},"properties":{"@type":"node","@id":3742197866,"@timestamp":1497569117},"coords":"51.5219263,-0.0637035","bedrooms":"1","price":"228000","area":"472"} , +{"type":"Feature","id":"n3742218659","geometry":{"type":"Point","coordinates":[-0.0726658,51.5169626]},"properties":{"@type":"node","@id":3742218659,"@timestamp":1497569118},"coords":"51.5169626,-0.0726658","bedrooms":"0","price":"294000","area":"673"} , +{"type":"Feature","id":"n3742403357","geometry":{"type":"Point","coordinates":[-0.5109675,51.4361337]},"properties":{"@type":"node","@id":3742403357,"@timestamp":1533071292},"coords":"51.4361337,-0.5109675","bedrooms":"0","price":"181000","area":"529"} , +{"type":"Feature","id":"n3742508047","geometry":{"type":"Point","coordinates":[-0.1642836,51.571973]},"properties":{"@type":"node","@id":3742508047,"@timestamp":1442228509},"coords":"51.571973,-0.1642836","bedrooms":"3","price":"280000","area":"431"} , +{"type":"Feature","id":"n3742526129","geometry":{"type":"Point","coordinates":[-0.1647788,51.5721353]},"properties":{"@type":"node","@id":3742526129,"@timestamp":1442229657},"coords":"51.5721353,-0.1647788","bedrooms":"4","price":"241000","area":"621"} , +{"type":"Feature","id":"n3742529818","geometry":{"type":"Point","coordinates":[-0.1680707,51.5711995]},"properties":{"@type":"node","@id":3742529818,"@timestamp":1442229947},"coords":"51.5711995,-0.1680707","bedrooms":"0","price":"218000","area":"456"} , +{"type":"Feature","id":"n3742529928","geometry":{"type":"Point","coordinates":[-0.1681638,51.5710517]},"properties":{"@type":"node","@id":3742529928,"@timestamp":1442229947},"coords":"51.5710517,-0.1681638","bedrooms":"0","price":"171000","area":"432"} , +{"type":"Feature","id":"n3742529939","geometry":{"type":"Point","coordinates":[-0.1687914,51.5709316]},"properties":{"@type":"node","@id":3742529939,"@timestamp":1622030638},"coords":"51.5709316,-0.1687914","bedrooms":"2","price":"295000","area":"626"} , +{"type":"Feature","id":"n3742529950","geometry":{"type":"Point","coordinates":[-0.1693741,51.571428]},"properties":{"@type":"node","@id":3742529950,"@timestamp":1442229948},"coords":"51.571428,-0.1693741","bedrooms":"2","price":"181000","area":"594"} , +{"type":"Feature","id":"n3742537335","geometry":{"type":"Point","coordinates":[-0.1666773,51.5714]},"properties":{"@type":"node","@id":3742537335,"@timestamp":1442230393},"coords":"51.5714,-0.1666773","bedrooms":"0","price":"234000","area":"560"} , +{"type":"Feature","id":"n3742537351","geometry":{"type":"Point","coordinates":[-0.1666438,51.5714037]},"properties":{"@type":"node","@id":3742537351,"@timestamp":1442230394},"coords":"51.5714037,-0.1666438","bedrooms":"3","price":"256000","area":"493"} , +{"type":"Feature","id":"n3742539196","geometry":{"type":"Point","coordinates":[-0.0939997,51.0442735]},"properties":{"@type":"node","@id":3742539196,"@timestamp":1588797247},"coords":"51.0442735,-0.0939997","bedrooms":"1","price":"294000","area":"535"} , +{"type":"Feature","id":"n3742586070","geometry":{"type":"Point","coordinates":[-0.1716258,51.5714681]},"properties":{"@type":"node","@id":3742586070,"@timestamp":1442232451},"coords":"51.5714681,-0.1716258","bedrooms":"4","price":"290000","area":"518"} , +{"type":"Feature","id":"n3742586089","geometry":{"type":"Point","coordinates":[-0.1713288,51.571095]},"properties":{"@type":"node","@id":3742586089,"@timestamp":1621337219},"coords":"51.571095,-0.1713288","bedrooms":"4","price":"158000","area":"529"} , +{"type":"Feature","id":"n3742596785","geometry":{"type":"Point","coordinates":[-0.1703256,51.5719786]},"properties":{"@type":"node","@id":3742596785,"@timestamp":1442232815},"coords":"51.5719786,-0.1703256","bedrooms":"2","price":"256000","area":"384"} , +{"type":"Feature","id":"n3743286828","geometry":{"type":"Point","coordinates":[-0.7627493,51.3963319]},"properties":{"@type":"node","@id":3743286828,"@timestamp":1454444413},"coords":"51.3963319,-0.7627493","bedrooms":"4","price":"236000","area":"597"} , +{"type":"Feature","id":"n3743306111","geometry":{"type":"Point","coordinates":[-0.7539204,51.3970484]},"properties":{"@type":"node","@id":3743306111,"@timestamp":1442261635},"coords":"51.3970484,-0.7539204","bedrooms":"0","price":"214000","area":"413"} , +{"type":"Feature","id":"n3743454558","geometry":{"type":"Point","coordinates":[0.2609635,51.8900015]},"properties":{"@type":"node","@id":3743454558,"@timestamp":1477423918},"coords":"51.8900015,0.2609635","bedrooms":"2","price":"200000","area":"411"} , +{"type":"Feature","id":"n3743721961","geometry":{"type":"Point","coordinates":[-0.0387919,51.5102767]},"properties":{"@type":"node","@id":3743721961,"@timestamp":1579065366},"coords":"51.5102767,-0.0387919","bedrooms":"1","price":"246000","area":"356"} , +{"type":"Feature","id":"n3744017178","geometry":{"type":"Point","coordinates":[-1.1229458,51.0912813]},"properties":{"@type":"node","@id":3744017178,"@timestamp":1442315346},"coords":"51.0912813,-1.1229458","bedrooms":"4","price":"253000","area":"556"} , +{"type":"Feature","id":"n3744048038","geometry":{"type":"Point","coordinates":[-0.3157417,51.1837205]},"properties":{"@type":"node","@id":3744048038,"@timestamp":1561736982},"coords":"51.1837205,-0.3157417","bedrooms":"4","price":"154000","area":"656"} , +{"type":"Feature","id":"n3744347478","geometry":{"type":"Point","coordinates":[-0.4903112,51.3011839]},"properties":{"@type":"node","@id":3744347478,"@timestamp":1442334540},"coords":"51.3011839,-0.4903112","bedrooms":"2","price":"236000","area":"686"} , +{"type":"Feature","id":"n3744487733","geometry":{"type":"Point","coordinates":[-0.489566,51.2931528]},"properties":{"@type":"node","@id":3744487733,"@timestamp":1626292422},"coords":"51.2931528,-0.489566","bedrooms":"3","price":"225000","area":"578"} , +{"type":"Feature","id":"n3744624350","geometry":{"type":"Point","coordinates":[-0.1776527,51.8977113]},"properties":{"@type":"node","@id":3744624350,"@timestamp":1442348963},"coords":"51.8977113,-0.1776527","bedrooms":"4","price":"175000","area":"549"} , +{"type":"Feature","id":"n3745114731","geometry":{"type":"Point","coordinates":[0.0075327,51.7526106]},"properties":{"@type":"node","@id":3745114731,"@timestamp":1442388204},"coords":"51.7526106,0.0075327","bedrooms":"2","price":"150000","area":"673"} , +{"type":"Feature","id":"n3745361516","geometry":{"type":"Point","coordinates":[-0.1788301,51.4578544]},"properties":{"@type":"node","@id":3745361516,"@timestamp":1442401472},"coords":"51.4578544,-0.1788301","bedrooms":"4","price":"201000","area":"543"} , +{"type":"Feature","id":"n3745365502","geometry":{"type":"Point","coordinates":[-0.1780468,51.4570699]},"properties":{"@type":"node","@id":3745365502,"@timestamp":1442401478},"coords":"51.4570699,-0.1780468","bedrooms":"1","price":"179000","area":"562"} , +{"type":"Feature","id":"n3745365516","geometry":{"type":"Point","coordinates":[-0.1783653,51.4563355]},"properties":{"@type":"node","@id":3745365516,"@timestamp":1442401479},"coords":"51.4563355,-0.1783653","bedrooms":"2","price":"179000","area":"698"} , +{"type":"Feature","id":"n3745434090","geometry":{"type":"Point","coordinates":[-0.5067797,51.3262812]},"properties":{"@type":"node","@id":3745434090,"@timestamp":1442403732},"coords":"51.3262812,-0.5067797","bedrooms":"0","price":"263000","area":"664"} , +{"type":"Feature","id":"n3745434346","geometry":{"type":"Point","coordinates":[-0.5043292,51.3373959]},"properties":{"@type":"node","@id":3745434346,"@timestamp":1466964128},"coords":"51.3373959,-0.5043292","bedrooms":"2","price":"259000","area":"652"} , +{"type":"Feature","id":"n3746223699","geometry":{"type":"Point","coordinates":[-0.3280943,51.1466688]},"properties":{"@type":"node","@id":3746223699,"@timestamp":1604321814},"coords":"51.1466688,-0.3280943","bedrooms":"1","price":"269000","area":"535"} , +{"type":"Feature","id":"n3746241625","geometry":{"type":"Point","coordinates":[-0.7416361,51.3944437]},"properties":{"@type":"node","@id":3746241625,"@timestamp":1618859909},"coords":"51.3944437,-0.7416361","bedrooms":"3","price":"267000","area":"559"} , +{"type":"Feature","id":"n3746241637","geometry":{"type":"Point","coordinates":[-0.7408949,51.3941953]},"properties":{"@type":"node","@id":3746241637,"@timestamp":1618859909},"coords":"51.3941953,-0.7408949","bedrooms":"2","price":"208000","area":"597"} , +{"type":"Feature","id":"n3746294109","geometry":{"type":"Point","coordinates":[-0.7504179,51.3997298]},"properties":{"@type":"node","@id":3746294109,"@timestamp":1619127455},"coords":"51.3997298,-0.7504179","bedrooms":"2","price":"221000","area":"654"} , +{"type":"Feature","id":"n3747143401","geometry":{"type":"Point","coordinates":[-0.1107522,51.49673]},"properties":{"@type":"node","@id":3747143401,"@timestamp":1630303310},"coords":"51.49673,-0.1107522","bedrooms":"2","price":"173000","area":"607"} , +{"type":"Feature","id":"n3747639462","geometry":{"type":"Point","coordinates":[-0.0478573,51.553545]},"properties":{"@type":"node","@id":3747639462,"@timestamp":1442491783},"coords":"51.553545,-0.0478573","bedrooms":"4","price":"242000","area":"409"} , +{"type":"Feature","id":"n3747807139","geometry":{"type":"Point","coordinates":[-0.1654521,51.4721593]},"properties":{"@type":"node","@id":3747807139,"@timestamp":1564908036},"coords":"51.4721593,-0.1654521","bedrooms":"4","price":"241000","area":"634"} , +{"type":"Feature","id":"n3747880748","geometry":{"type":"Point","coordinates":[-0.3185442,51.1452308]},"properties":{"@type":"node","@id":3747880748,"@timestamp":1621180582},"coords":"51.1452308,-0.3185442","bedrooms":"0","price":"256000","area":"353"} , +{"type":"Feature","id":"n3748043519","geometry":{"type":"Point","coordinates":[-0.0467,51.5702501]},"properties":{"@type":"node","@id":3748043519,"@timestamp":1442505615},"coords":"51.5702501,-0.0467","bedrooms":"2","price":"153000","area":"388"} , +{"type":"Feature","id":"n3748176820","geometry":{"type":"Point","coordinates":[-0.0466891,51.5705289]},"properties":{"@type":"node","@id":3748176820,"@timestamp":1442511095},"coords":"51.5705289,-0.0466891","bedrooms":"3","price":"280000","area":"355"} , +{"type":"Feature","id":"n3748284743","geometry":{"type":"Point","coordinates":[-0.315153,51.1532691]},"properties":{"@type":"node","@id":3748284743,"@timestamp":1442516831},"coords":"51.1532691,-0.315153","bedrooms":"0","price":"169000","area":"610"} , +{"type":"Feature","id":"n3748529643","geometry":{"type":"Point","coordinates":[-0.733207,51.412837]},"properties":{"@type":"node","@id":3748529643,"@timestamp":1442526796},"coords":"51.412837,-0.733207","bedrooms":"1","price":"247000","area":"396"} , +{"type":"Feature","id":"n3748785049","geometry":{"type":"Point","coordinates":[-0.1859924,51.5111357]},"properties":{"@type":"node","@id":3748785049,"@timestamp":1497569119},"coords":"51.5111357,-0.1859924","bedrooms":"4","price":"208000","area":"376"} , +{"type":"Feature","id":"n3748785059","geometry":{"type":"Point","coordinates":[-0.1638958,51.514917]},"properties":{"@type":"node","@id":3748785059,"@timestamp":1497569120},"coords":"51.514917,-0.1638958","bedrooms":"1","price":"224000","area":"569"} , +{"type":"Feature","id":"n3748785070","geometry":{"type":"Point","coordinates":[-0.1944736,51.5185469]},"properties":{"@type":"node","@id":3748785070,"@timestamp":1610449240},"coords":"51.5185469,-0.1944736","bedrooms":"1","price":"227000","area":"624"} , +{"type":"Feature","id":"n3748962139","geometry":{"type":"Point","coordinates":[-0.0444367,51.5628276]},"properties":{"@type":"node","@id":3748962139,"@timestamp":1442567464},"coords":"51.5628276,-0.0444367","bedrooms":"3","price":"280000","area":"470"} , +{"type":"Feature","id":"n3748999785","geometry":{"type":"Point","coordinates":[-0.0441154,51.5630697]},"properties":{"@type":"node","@id":3748999785,"@timestamp":1442569747},"coords":"51.5630697,-0.0441154","bedrooms":"3","price":"252000","area":"628"} , +{"type":"Feature","id":"n3749067311","geometry":{"type":"Point","coordinates":[-0.0432856,51.5634164]},"properties":{"@type":"node","@id":3749067311,"@timestamp":1442571954},"coords":"51.5634164,-0.0432856","bedrooms":"3","price":"237000","area":"473"} , +{"type":"Feature","id":"n3749067321","geometry":{"type":"Point","coordinates":[-0.0424829,51.5637913]},"properties":{"@type":"node","@id":3749067321,"@timestamp":1442571954},"coords":"51.5637913,-0.0424829","bedrooms":"1","price":"258000","area":"584"} , +{"type":"Feature","id":"n3749068234","geometry":{"type":"Point","coordinates":[-0.0471304,51.5652893]},"properties":{"@type":"node","@id":3749068234,"@timestamp":1442571955},"coords":"51.5652893,-0.0471304","bedrooms":"3","price":"178000","area":"640"} , +{"type":"Feature","id":"n3749144601","geometry":{"type":"Point","coordinates":[-0.2314852,51.4974107]},"properties":{"@type":"node","@id":3749144601,"@timestamp":1627198122},"coords":"51.4974107,-0.2314852","bedrooms":"4","price":"255000","area":"406"} , +{"type":"Feature","id":"n3749147314","geometry":{"type":"Point","coordinates":[0.1918316,51.5860465]},"properties":{"@type":"node","@id":3749147314,"@timestamp":1442576166},"coords":"51.5860465,0.1918316","bedrooms":"3","price":"246000","area":"375"} , +{"type":"Feature","id":"n3749152969","geometry":{"type":"Point","coordinates":[0.1925451,51.5864698]},"properties":{"@type":"node","@id":3749152969,"@timestamp":1442576309},"coords":"51.5864698,0.1925451","bedrooms":"3","price":"224000","area":"633"} , +{"type":"Feature","id":"n3749161670","geometry":{"type":"Point","coordinates":[0.1912093,51.5872531]},"properties":{"@type":"node","@id":3749161670,"@timestamp":1442576879},"coords":"51.5872531,0.1912093","bedrooms":"2","price":"235000","area":"464"} , +{"type":"Feature","id":"n3749177209","geometry":{"type":"Point","coordinates":[0.189963,51.5876848]},"properties":{"@type":"node","@id":3749177209,"@timestamp":1442577621},"coords":"51.5876848,0.189963","bedrooms":"4","price":"299000","area":"624"} , +{"type":"Feature","id":"n3749192666","geometry":{"type":"Point","coordinates":[-0.1400972,51.3192494]},"properties":{"@type":"node","@id":3749192666,"@timestamp":1624101788},"coords":"51.3192494,-0.1400972","bedrooms":"2","price":"202000","area":"363"} , +{"type":"Feature","id":"n3749198372","geometry":{"type":"Point","coordinates":[0.190298,51.5908045]},"properties":{"@type":"node","@id":3749198372,"@timestamp":1612721480},"coords":"51.5908045,0.190298","bedrooms":"1","price":"278000","area":"525"} , +{"type":"Feature","id":"n3749198399","geometry":{"type":"Point","coordinates":[0.1901954,51.5914259]},"properties":{"@type":"node","@id":3749198399,"@timestamp":1442578776},"coords":"51.5914259,0.1901954","bedrooms":"4","price":"267000","area":"660"} , +{"type":"Feature","id":"n3749219163","geometry":{"type":"Point","coordinates":[0.1885164,51.590406]},"properties":{"@type":"node","@id":3749219163,"@timestamp":1442579821},"coords":"51.590406,0.1885164","bedrooms":"1","price":"275000","area":"390"} , +{"type":"Feature","id":"n3749224429","geometry":{"type":"Point","coordinates":[0.1886934,51.5927656]},"properties":{"@type":"node","@id":3749224429,"@timestamp":1442580044},"coords":"51.5927656,0.1886934","bedrooms":"1","price":"214000","area":"497"} , +{"type":"Feature","id":"n3749248208","geometry":{"type":"Point","coordinates":[0.1915001,51.5799336]},"properties":{"@type":"node","@id":3749248208,"@timestamp":1442581377},"coords":"51.5799336,0.1915001","bedrooms":"4","price":"231000","area":"521"} , +{"type":"Feature","id":"n3749248223","geometry":{"type":"Point","coordinates":[0.1919184,51.5807582]},"properties":{"@type":"node","@id":3749248223,"@timestamp":1442581466},"coords":"51.5807582,0.1919184","bedrooms":"1","price":"254000","area":"640"} , +{"type":"Feature","id":"n3749263910","geometry":{"type":"Point","coordinates":[0.2278823,51.2145812]},"properties":{"@type":"node","@id":3749263910,"@timestamp":1616509778},"coords":"51.2145812,0.2278823","bedrooms":"1","price":"258000","area":"420"} , +{"type":"Feature","id":"n3749347314","geometry":{"type":"Point","coordinates":[0.1912722,51.5783094]},"properties":{"@type":"node","@id":3749347314,"@timestamp":1596293352},"coords":"51.5783094,0.1912722","bedrooms":"1","price":"193000","area":"380"} , +{"type":"Feature","id":"n3749560244","geometry":{"type":"Point","coordinates":[-0.1557151,51.4975693]},"properties":{"@type":"node","@id":3749560244,"@timestamp":1602149637},"coords":"51.4975693,-0.1557151","bedrooms":"3","price":"250000","area":"510"} , +{"type":"Feature","id":"n3749953584","geometry":{"type":"Point","coordinates":[0.402032,51.1099504]},"properties":{"@type":"node","@id":3749953584,"@timestamp":1442621361},"coords":"51.1099504,0.402032","bedrooms":"1","price":"176000","area":"547"} , +{"type":"Feature","id":"n3749953615","geometry":{"type":"Point","coordinates":[0.4008172,51.1104933]},"properties":{"@type":"node","@id":3749953615,"@timestamp":1442621362},"coords":"51.1104933,0.4008172","bedrooms":"0","price":"269000","area":"408"} , +{"type":"Feature","id":"n3749955047","geometry":{"type":"Point","coordinates":[0.4022036,51.1108698]},"properties":{"@type":"node","@id":3749955047,"@timestamp":1442621362},"coords":"51.1108698,0.4022036","bedrooms":"2","price":"185000","area":"588"} , +{"type":"Feature","id":"n3750117035","geometry":{"type":"Point","coordinates":[-0.1886548,51.5121751]},"properties":{"@type":"node","@id":3750117035,"@timestamp":1555504172},"coords":"51.5121751,-0.1886548","bedrooms":"3","price":"193000","area":"689"} , +{"type":"Feature","id":"n3750117046","geometry":{"type":"Point","coordinates":[-0.1907484,51.5169737]},"properties":{"@type":"node","@id":3750117046,"@timestamp":1610449652},"coords":"51.5169737,-0.1907484","bedrooms":"4","price":"150000","area":"566"} , +{"type":"Feature","id":"n3750244036","geometry":{"type":"Point","coordinates":[-0.1012944,51.3817419]},"properties":{"@type":"node","@id":3750244036,"@timestamp":1442653367},"coords":"51.3817419,-0.1012944","bedrooms":"2","price":"269000","area":"379"} , +{"type":"Feature","id":"n3750244144","geometry":{"type":"Point","coordinates":[-0.1010937,51.381915]},"properties":{"@type":"node","@id":3750244144,"@timestamp":1442653367},"coords":"51.381915,-0.1010937","bedrooms":"4","price":"176000","area":"357"} , +{"type":"Feature","id":"n3750244325","geometry":{"type":"Point","coordinates":[-0.1047528,51.386707]},"properties":{"@type":"node","@id":3750244325,"@timestamp":1442653339},"coords":"51.386707,-0.1047528","bedrooms":"2","price":"268000","area":"691"} , +{"type":"Feature","id":"n3750244529","geometry":{"type":"Point","coordinates":[-0.1050108,51.3815219]},"properties":{"@type":"node","@id":3750244529,"@timestamp":1442653349},"coords":"51.3815219,-0.1050108","bedrooms":"2","price":"224000","area":"452"} , +{"type":"Feature","id":"n3750244644","geometry":{"type":"Point","coordinates":[-0.1003685,51.3826133]},"properties":{"@type":"node","@id":3750244644,"@timestamp":1442653370},"coords":"51.3826133,-0.1003685","bedrooms":"0","price":"251000","area":"419"} , +{"type":"Feature","id":"n3750244827","geometry":{"type":"Point","coordinates":[-0.1035192,51.3836392]},"properties":{"@type":"node","@id":3750244827,"@timestamp":1442653343},"coords":"51.3836392,-0.1035192","bedrooms":"1","price":"290000","area":"483"} , +{"type":"Feature","id":"n3750244846","geometry":{"type":"Point","coordinates":[-0.1016395,51.3814511]},"properties":{"@type":"node","@id":3750244846,"@timestamp":1442653368},"coords":"51.3814511,-0.1016395","bedrooms":"1","price":"283000","area":"649"} , +{"type":"Feature","id":"n3750337019","geometry":{"type":"Point","coordinates":[-0.0652907,51.6059869]},"properties":{"@type":"node","@id":3750337019,"@timestamp":1534098923},"coords":"51.6059869,-0.0652907","bedrooms":"2","price":"224000","area":"444"} , +{"type":"Feature","id":"n3750381862","geometry":{"type":"Point","coordinates":[-0.1052284,51.5899928]},"properties":{"@type":"node","@id":3750381862,"@timestamp":1630665451},"coords":"51.5899928,-0.1052284","bedrooms":"0","price":"225000","area":"558"} , +{"type":"Feature","id":"n3750464968","geometry":{"type":"Point","coordinates":[-0.2133778,51.2930459]},"properties":{"@type":"node","@id":3750464968,"@timestamp":1442668476},"coords":"51.2930459,-0.2133778","bedrooms":"4","price":"227000","area":"541"} , +{"type":"Feature","id":"n3750549720","geometry":{"type":"Point","coordinates":[-0.1344783,51.4875164]},"properties":{"@type":"node","@id":3750549720,"@timestamp":1442674927},"coords":"51.4875164,-0.1344783","bedrooms":"3","price":"251000","area":"433"} , +{"type":"Feature","id":"n3750654395","geometry":{"type":"Point","coordinates":[-0.1395038,51.4545262]},"properties":{"@type":"node","@id":3750654395,"@timestamp":1589123526},"coords":"51.4545262,-0.1395038","bedrooms":"1","price":"165000","area":"554"} , +{"type":"Feature","id":"n3750680829","geometry":{"type":"Point","coordinates":[-0.1918268,51.4740121]},"properties":{"@type":"node","@id":3750680829,"@timestamp":1550817172},"coords":"51.4740121,-0.1918268","bedrooms":"3","price":"220000","area":"557"} , +{"type":"Feature","id":"n3750681327","geometry":{"type":"Point","coordinates":[-0.191596,51.4737337]},"properties":{"@type":"node","@id":3750681327,"@timestamp":1442682145},"coords":"51.4737337,-0.191596","bedrooms":"1","price":"186000","area":"673"} , +{"type":"Feature","id":"n3750855871","geometry":{"type":"Point","coordinates":[-0.0716401,51.5841605]},"properties":{"@type":"node","@id":3750855871,"@timestamp":1442692362},"coords":"51.5841605,-0.0716401","bedrooms":"1","price":"289000","area":"492"} , +{"type":"Feature","id":"n3750943803","geometry":{"type":"Point","coordinates":[-0.7013607,51.4118044]},"properties":{"@type":"node","@id":3750943803,"@timestamp":1442697403},"coords":"51.4118044,-0.7013607","bedrooms":"0","price":"181000","area":"527"} , +{"type":"Feature","id":"n3751056804","geometry":{"type":"Point","coordinates":[0.2912469,51.4913824]},"properties":{"@type":"node","@id":3751056804,"@timestamp":1627428733},"coords":"51.4913824,0.2912469","bedrooms":"1","price":"231000","area":"503"} , +{"type":"Feature","id":"n3751099422","geometry":{"type":"Point","coordinates":[-0.2094703,51.5158627]},"properties":{"@type":"node","@id":3751099422,"@timestamp":1497569123},"coords":"51.5158627,-0.2094703","bedrooms":"1","price":"273000","area":"605"} , +{"type":"Feature","id":"n3751100632","geometry":{"type":"Point","coordinates":[-0.2192009,51.5192723]},"properties":{"@type":"node","@id":3751100632,"@timestamp":1608549529},"coords":"51.5192723,-0.2192009","bedrooms":"0","price":"151000","area":"482"} , +{"type":"Feature","id":"n3751118638","geometry":{"type":"Point","coordinates":[-0.1930076,51.5097962]},"properties":{"@type":"node","@id":3751118638,"@timestamp":1578656564},"coords":"51.5097962,-0.1930076","bedrooms":"4","price":"204000","area":"531"} , +{"type":"Feature","id":"n3751142278","geometry":{"type":"Point","coordinates":[-0.2081622,51.5066404]},"properties":{"@type":"node","@id":3751142278,"@timestamp":1586255549},"coords":"51.5066404,-0.2081622","bedrooms":"0","price":"163000","area":"379"} , +{"type":"Feature","id":"n3751163246","geometry":{"type":"Point","coordinates":[-0.2070454,51.4963525]},"properties":{"@type":"node","@id":3751163246,"@timestamp":1497569126},"coords":"51.4963525,-0.2070454","bedrooms":"1","price":"178000","area":"684"} , +{"type":"Feature","id":"n3751387162","geometry":{"type":"Point","coordinates":[-0.561468,51.7594668]},"properties":{"@type":"node","@id":3751387162,"@timestamp":1442745263},"coords":"51.7594668,-0.561468","bedrooms":"2","price":"197000","area":"612"} , +{"type":"Feature","id":"n3751532470","geometry":{"type":"Point","coordinates":[-0.0708906,51.7448579]},"properties":{"@type":"node","@id":3751532470,"@timestamp":1442754295},"coords":"51.7448579,-0.0708906","bedrooms":"2","price":"291000","area":"693"} , +{"type":"Feature","id":"n3751620856","geometry":{"type":"Point","coordinates":[-0.0845144,51.5515397]},"properties":{"@type":"node","@id":3751620856,"@timestamp":1442759106},"coords":"51.5515397,-0.0845144","bedrooms":"2","price":"230000","area":"692"} , +{"type":"Feature","id":"n3751753446","geometry":{"type":"Point","coordinates":[0.0492774,51.1522775]},"properties":{"@type":"node","@id":3751753446,"@timestamp":1442766744},"coords":"51.1522775,0.0492774","bedrooms":"4","price":"214000","area":"413"} , +{"type":"Feature","id":"n3751835602","geometry":{"type":"Point","coordinates":[0.0298716,51.1566612]},"properties":{"@type":"node","@id":3751835602,"@timestamp":1442770557},"coords":"51.1566612,0.0298716","bedrooms":"3","price":"206000","area":"455"} , +{"type":"Feature","id":"n3751948100","geometry":{"type":"Point","coordinates":[-0.687803,51.4117826]},"properties":{"@type":"node","@id":3751948100,"@timestamp":1572293603},"coords":"51.4117826,-0.687803","bedrooms":"0","price":"274000","area":"557"} , +{"type":"Feature","id":"n3751981039","geometry":{"type":"Point","coordinates":[-0.6770169,51.4109147]},"properties":{"@type":"node","@id":3751981039,"@timestamp":1442779011},"coords":"51.4109147,-0.6770169","bedrooms":"1","price":"215000","area":"492"} , +{"type":"Feature","id":"n3751995912","geometry":{"type":"Point","coordinates":[-0.6757823,51.4108682]},"properties":{"@type":"node","@id":3751995912,"@timestamp":1550871815},"coords":"51.4108682,-0.6757823","bedrooms":"2","price":"283000","area":"596"} , +{"type":"Feature","id":"n3752026627","geometry":{"type":"Point","coordinates":[-0.6691006,51.4129136]},"properties":{"@type":"node","@id":3752026627,"@timestamp":1515882656},"coords":"51.4129136,-0.6691006","bedrooms":"2","price":"251000","area":"654"} , +{"type":"Feature","id":"n3752071799","geometry":{"type":"Point","coordinates":[-0.8628019,51.2332033]},"properties":{"@type":"node","@id":3752071799,"@timestamp":1442782074},"coords":"51.2332033,-0.8628019","bedrooms":"0","price":"281000","area":"471"} , +{"type":"Feature","id":"n3752084515","geometry":{"type":"Point","coordinates":[-0.0830489,51.551964]},"properties":{"@type":"node","@id":3752084515,"@timestamp":1442782528},"coords":"51.551964,-0.0830489","bedrooms":"0","price":"276000","area":"480"} , +{"type":"Feature","id":"n3752084551","geometry":{"type":"Point","coordinates":[-0.8633463,51.2331454]},"properties":{"@type":"node","@id":3752084551,"@timestamp":1442782542},"coords":"51.2331454,-0.8633463","bedrooms":"0","price":"175000","area":"681"} , +{"type":"Feature","id":"n3752115326","geometry":{"type":"Point","coordinates":[-0.8603745,51.2285245]},"properties":{"@type":"node","@id":3752115326,"@timestamp":1442783753},"coords":"51.2285245,-0.8603745","bedrooms":"0","price":"161000","area":"640"} , +{"type":"Feature","id":"n3752134851","geometry":{"type":"Point","coordinates":[-0.042825,51.35215]},"properties":{"@type":"node","@id":3752134851,"@timestamp":1442785065},"coords":"51.35215,-0.042825","bedrooms":"0","price":"274000","area":"563"} , +{"type":"Feature","id":"n3752222846","geometry":{"type":"Point","coordinates":[0.2853437,51.480353]},"properties":{"@type":"node","@id":3752222846,"@timestamp":1574049072},"coords":"51.480353,0.2853437","bedrooms":"3","price":"202000","area":"506"} , +{"type":"Feature","id":"n3752222868","geometry":{"type":"Point","coordinates":[0.2846554,51.4813202]},"properties":{"@type":"node","@id":3752222868,"@timestamp":1574049072},"coords":"51.4813202,0.2846554","bedrooms":"1","price":"219000","area":"361"} , +{"type":"Feature","id":"n3752236883","geometry":{"type":"Point","coordinates":[0.2839693,51.4825109]},"properties":{"@type":"node","@id":3752236883,"@timestamp":1574049072},"coords":"51.4825109,0.2839693","bedrooms":"4","price":"157000","area":"668"} , +{"type":"Feature","id":"n3752571628","geometry":{"type":"Point","coordinates":[-0.1842821,51.4472639]},"properties":{"@type":"node","@id":3752571628,"@timestamp":1622394850},"coords":"51.4472639,-0.1842821","bedrooms":"0","price":"251000","area":"419"} , +{"type":"Feature","id":"n3752666412","geometry":{"type":"Point","coordinates":[-0.6768197,51.7749944]},"properties":{"@type":"node","@id":3752666412,"@timestamp":1442832038},"coords":"51.7749944,-0.6768197","bedrooms":"0","price":"296000","area":"516"} , +{"type":"Feature","id":"n3752707883","geometry":{"type":"Point","coordinates":[-0.7548057,51.7378299]},"properties":{"@type":"node","@id":3752707883,"@timestamp":1442833417},"coords":"51.7378299,-0.7548057","bedrooms":"4","price":"283000","area":"605"} , +{"type":"Feature","id":"n3752757367","geometry":{"type":"Point","coordinates":[-0.6755492,51.8055493]},"properties":{"@type":"node","@id":3752757367,"@timestamp":1442836424},"coords":"51.8055493,-0.6755492","bedrooms":"0","price":"163000","area":"565"} , +{"type":"Feature","id":"n3752949942","geometry":{"type":"Point","coordinates":[-0.1705576,51.4250822]},"properties":{"@type":"node","@id":3752949942,"@timestamp":1625889656},"coords":"51.4250822,-0.1705576","bedrooms":"4","price":"202000","area":"443"} , +{"type":"Feature","id":"n3752950004","geometry":{"type":"Point","coordinates":[-0.1659336,51.4262257]},"properties":{"@type":"node","@id":3752950004,"@timestamp":1619897093},"coords":"51.4262257,-0.1659336","bedrooms":"0","price":"213000","area":"510"} , +{"type":"Feature","id":"n3752975773","geometry":{"type":"Point","coordinates":[-0.1613148,51.4198567]},"properties":{"@type":"node","@id":3752975773,"@timestamp":1621639395},"coords":"51.4198567,-0.1613148","bedrooms":"4","price":"224000","area":"389"} , +{"type":"Feature","id":"n3753092174","geometry":{"type":"Point","coordinates":[-0.0449245,51.5596944]},"properties":{"@type":"node","@id":3753092174,"@timestamp":1442852673},"coords":"51.5596944,-0.0449245","bedrooms":"2","price":"274000","area":"377"} , +{"type":"Feature","id":"n3753092184","geometry":{"type":"Point","coordinates":[-0.0452419,51.5599687]},"properties":{"@type":"node","@id":3753092184,"@timestamp":1442852674},"coords":"51.5599687,-0.0452419","bedrooms":"1","price":"161000","area":"582"} , +{"type":"Feature","id":"n3753092194","geometry":{"type":"Point","coordinates":[-0.0454511,51.5601921]},"properties":{"@type":"node","@id":3753092194,"@timestamp":1442852674},"coords":"51.5601921,-0.0454511","bedrooms":"3","price":"287000","area":"386"} , +{"type":"Feature","id":"n3753092205","geometry":{"type":"Point","coordinates":[-0.0451285,51.5606062]},"properties":{"@type":"node","@id":3753092205,"@timestamp":1442852674},"coords":"51.5606062,-0.0451285","bedrooms":"0","price":"232000","area":"608"} , +{"type":"Feature","id":"n3753284135","geometry":{"type":"Point","coordinates":[-0.5912095,51.4099134]},"properties":{"@type":"node","@id":3753284135,"@timestamp":1621090616},"coords":"51.4099134,-0.5912095","bedrooms":"1","price":"234000","area":"551"} , +{"type":"Feature","id":"n3753347356","geometry":{"type":"Point","coordinates":[-0.5795262,51.4065812]},"properties":{"@type":"node","@id":3753347356,"@timestamp":1442865099},"coords":"51.4065812,-0.5795262","bedrooms":"3","price":"187000","area":"534"} , +{"type":"Feature","id":"n3753386519","geometry":{"type":"Point","coordinates":[-0.5373935,51.4046495]},"properties":{"@type":"node","@id":3753386519,"@timestamp":1442866805},"coords":"51.4046495,-0.5373935","bedrooms":"3","price":"297000","area":"510"} , +{"type":"Feature","id":"n3753628765","geometry":{"type":"Point","coordinates":[0.3723728,51.4882912]},"properties":{"@type":"node","@id":3753628765,"@timestamp":1588554812},"coords":"51.4882912,0.3723728","bedrooms":"3","price":"164000","area":"477"} , +{"type":"Feature","id":"n3753647147","geometry":{"type":"Point","coordinates":[-0.1399418,51.5162943]},"properties":{"@type":"node","@id":3753647147,"@timestamp":1442880007},"coords":"51.5162943,-0.1399418","bedrooms":"2","price":"247000","area":"523"} , +{"type":"Feature","id":"n3754354256","geometry":{"type":"Point","coordinates":[-0.1622674,51.4342238]},"properties":{"@type":"node","@id":3754354256,"@timestamp":1619604777},"coords":"51.4342238,-0.1622674","bedrooms":"1","price":"233000","area":"637"} , +{"type":"Feature","id":"n3754645084","geometry":{"type":"Point","coordinates":[-0.4422611,51.2831561]},"properties":{"@type":"node","@id":3754645084,"@timestamp":1442935139},"coords":"51.2831561,-0.4422611","bedrooms":"0","price":"204000","area":"581"} , +{"type":"Feature","id":"n3754737296","geometry":{"type":"Point","coordinates":[-0.3939877,51.2952685]},"properties":{"@type":"node","@id":3754737296,"@timestamp":1442941625},"coords":"51.2952685,-0.3939877","bedrooms":"1","price":"223000","area":"519"} , +{"type":"Feature","id":"n3754980228","geometry":{"type":"Point","coordinates":[-0.5143695,51.394632]},"properties":{"@type":"node","@id":3754980228,"@timestamp":1533071294},"coords":"51.394632,-0.5143695","bedrooms":"3","price":"241000","area":"422"} , +{"type":"Feature","id":"n3755082193","geometry":{"type":"Point","coordinates":[-0.4822696,51.3745072]},"properties":{"@type":"node","@id":3755082193,"@timestamp":1582393690},"coords":"51.3745072,-0.4822696","bedrooms":"4","price":"273000","area":"579"} , +{"type":"Feature","id":"n3755115959","geometry":{"type":"Point","coordinates":[-0.4878008,51.371474]},"properties":{"@type":"node","@id":3755115959,"@timestamp":1562422641},"coords":"51.371474,-0.4878008","bedrooms":"4","price":"180000","area":"402"} , +{"type":"Feature","id":"n3755137035","geometry":{"type":"Point","coordinates":[-0.8839041,51.0484703]},"properties":{"@type":"node","@id":3755137035,"@timestamp":1528402113},"coords":"51.0484703,-0.8839041","bedrooms":"4","price":"255000","area":"366"} , +{"type":"Feature","id":"n3755271921","geometry":{"type":"Point","coordinates":[0.3736294,51.4810517]},"properties":{"@type":"node","@id":3755271921,"@timestamp":1442972838},"coords":"51.4810517,0.3736294","bedrooms":"0","price":"230000","area":"408"} , +{"type":"Feature","id":"n3755306958","geometry":{"type":"Point","coordinates":[0.3360416,51.4834268]},"properties":{"@type":"node","@id":3755306958,"@timestamp":1535172823},"coords":"51.4834268,0.3360416","bedrooms":"2","price":"182000","area":"575"} , +{"type":"Feature","id":"n3755696411","geometry":{"type":"Point","coordinates":[-0.3741687,51.2791905]},"properties":{"@type":"node","@id":3755696411,"@timestamp":1620470448},"coords":"51.2791905,-0.3741687","bedrooms":"0","price":"213000","area":"649"} , +{"type":"Feature","id":"n3755893131","geometry":{"type":"Point","coordinates":[-0.4709683,51.7568259]},"properties":{"@type":"node","@id":3755893131,"@timestamp":1553720597},"coords":"51.7568259,-0.4709683","bedrooms":"0","price":"219000","area":"529"} , +{"type":"Feature","id":"n3756088080","geometry":{"type":"Point","coordinates":[-0.0936318,51.5483812]},"properties":{"@type":"node","@id":3756088080,"@timestamp":1443027509},"coords":"51.5483812,-0.0936318","bedrooms":"4","price":"196000","area":"689"} , +{"type":"Feature","id":"n3756238916","geometry":{"type":"Point","coordinates":[-0.6801315,51.0950481]},"properties":{"@type":"node","@id":3756238916,"@timestamp":1443035925},"coords":"51.0950481,-0.6801315","bedrooms":"0","price":"234000","area":"547"} , +{"type":"Feature","id":"n3756642916","geometry":{"type":"Point","coordinates":[-0.0264734,51.4817345]},"properties":{"@type":"node","@id":3756642916,"@timestamp":1443050066},"coords":"51.4817345,-0.0264734","bedrooms":"2","price":"187000","area":"464"} , +{"type":"Feature","id":"n3756995354","geometry":{"type":"Point","coordinates":[0.1162688,51.6442534]},"properties":{"@type":"node","@id":3756995354,"@timestamp":1609336914},"coords":"51.6442534,0.1162688","bedrooms":"2","price":"271000","area":"665"} , +{"type":"Feature","id":"n3757102945","geometry":{"type":"Point","coordinates":[-0.3286086,51.4836262]},"properties":{"@type":"node","@id":3757102945,"@timestamp":1594148606},"coords":"51.4836262,-0.3286086","bedrooms":"4","price":"245000","area":"404"} , +{"type":"Feature","id":"n3757136228","geometry":{"type":"Point","coordinates":[-0.4061148,51.4070287]},"properties":{"@type":"node","@id":3757136228,"@timestamp":1443095722},"coords":"51.4070287,-0.4061148","bedrooms":"1","price":"268000","area":"380"} , +{"type":"Feature","id":"n3757286199","geometry":{"type":"Point","coordinates":[-0.0471698,51.5280213]},"properties":{"@type":"node","@id":3757286199,"@timestamp":1558622519},"coords":"51.5280213,-0.0471698","bedrooms":"2","price":"247000","area":"580"} , +{"type":"Feature","id":"n3757622787","geometry":{"type":"Point","coordinates":[0.1285321,51.2510229]},"properties":{"@type":"node","@id":3757622787,"@timestamp":1489002294},"coords":"51.2510229,0.1285321","bedrooms":"2","price":"161000","area":"522"} , +{"type":"Feature","id":"n3757846877","geometry":{"type":"Point","coordinates":[-0.0246808,51.4772156]},"properties":{"@type":"node","@id":3757846877,"@timestamp":1443118696},"coords":"51.4772156,-0.0246808","bedrooms":"1","price":"167000","area":"531"} , +{"type":"Feature","id":"n3757927708","geometry":{"type":"Point","coordinates":[-0.024045,51.4776698]},"properties":{"@type":"node","@id":3757927708,"@timestamp":1443121377},"coords":"51.4776698,-0.024045","bedrooms":"2","price":"219000","area":"494"} , +{"type":"Feature","id":"n3757934742","geometry":{"type":"Point","coordinates":[-0.0240295,51.4779382]},"properties":{"@type":"node","@id":3757934742,"@timestamp":1443121377},"coords":"51.4779382,-0.0240295","bedrooms":"2","price":"266000","area":"678"} , +{"type":"Feature","id":"n3757949545","geometry":{"type":"Point","coordinates":[-0.5989207,51.7586684]},"properties":{"@type":"node","@id":3757949545,"@timestamp":1443122104},"coords":"51.7586684,-0.5989207","bedrooms":"1","price":"228000","area":"424"} , +{"type":"Feature","id":"n3757972418","geometry":{"type":"Point","coordinates":[-0.0255662,51.4776807]},"properties":{"@type":"node","@id":3757972418,"@timestamp":1443123239},"coords":"51.4776807,-0.0255662","bedrooms":"4","price":"209000","area":"428"} , +{"type":"Feature","id":"n3757972428","geometry":{"type":"Point","coordinates":[-0.0257485,51.477827]},"properties":{"@type":"node","@id":3757972428,"@timestamp":1443123239},"coords":"51.477827,-0.0257485","bedrooms":"3","price":"196000","area":"507"} , +{"type":"Feature","id":"n3757992703","geometry":{"type":"Point","coordinates":[-0.0264862,51.4776464]},"properties":{"@type":"node","@id":3757992703,"@timestamp":1534765175},"coords":"51.4776464,-0.0264862","bedrooms":"4","price":"247000","area":"559"} , +{"type":"Feature","id":"n3757992724","geometry":{"type":"Point","coordinates":[-0.0264862,51.4778065]},"properties":{"@type":"node","@id":3757992724,"@timestamp":1534765176},"coords":"51.4778065,-0.0264862","bedrooms":"3","price":"160000","area":"627"} , +{"type":"Feature","id":"n3758160671","geometry":{"type":"Point","coordinates":[-0.026797,51.4825644]},"properties":{"@type":"node","@id":3758160671,"@timestamp":1443128136},"coords":"51.4825644,-0.026797","bedrooms":"4","price":"297000","area":"368"} , +{"type":"Feature","id":"n3758236842","geometry":{"type":"Point","coordinates":[-0.0268305,51.4814747]},"properties":{"@type":"node","@id":3758236842,"@timestamp":1630762436},"coords":"51.4814747,-0.0268305","bedrooms":"2","price":"242000","area":"407"} , +{"type":"Feature","id":"n3758264073","geometry":{"type":"Point","coordinates":[-0.1628057,51.5167844]},"properties":{"@type":"node","@id":3758264073,"@timestamp":1609632091},"coords":"51.5167844,-0.1628057","bedrooms":"3","price":"150000","area":"660"} , +{"type":"Feature","id":"n3758689175","geometry":{"type":"Point","coordinates":[-0.5090623,51.4111291]},"properties":{"@type":"node","@id":3758689175,"@timestamp":1553719586},"coords":"51.4111291,-0.5090623","bedrooms":"3","price":"209000","area":"443"} , +{"type":"Feature","id":"n3759030927","geometry":{"type":"Point","coordinates":[-0.3784074,51.5058209]},"properties":{"@type":"node","@id":3759030927,"@timestamp":1602368485},"coords":"51.5058209,-0.3784074","bedrooms":"0","price":"219000","area":"698"} , +{"type":"Feature","id":"n3759030952","geometry":{"type":"Point","coordinates":[-0.3770117,51.5060331]},"properties":{"@type":"node","@id":3759030952,"@timestamp":1602368485},"coords":"51.5060331,-0.3770117","bedrooms":"4","price":"169000","area":"661"} , +{"type":"Feature","id":"n3759031806","geometry":{"type":"Point","coordinates":[-0.3773288,51.5062775]},"properties":{"@type":"node","@id":3759031806,"@timestamp":1602368485},"coords":"51.5062775,-0.3773288","bedrooms":"1","price":"157000","area":"504"} , +{"type":"Feature","id":"n3759229587","geometry":{"type":"Point","coordinates":[-0.7606203,51.1755563]},"properties":{"@type":"node","@id":3759229587,"@timestamp":1522685975},"coords":"51.1755563,-0.7606203","bedrooms":"4","price":"251000","area":"694"} , +{"type":"Feature","id":"n3759937558","geometry":{"type":"Point","coordinates":[-0.1020439,51.3850164]},"properties":{"@type":"node","@id":3759937558,"@timestamp":1443256997},"coords":"51.3850164,-0.1020439","bedrooms":"1","price":"232000","area":"621"} , +{"type":"Feature","id":"n3760192639","geometry":{"type":"Point","coordinates":[0.4239108,51.7263925]},"properties":{"@type":"node","@id":3760192639,"@timestamp":1443275207},"coords":"51.7263925,0.4239108","bedrooms":"1","price":"163000","area":"405"} , +{"type":"Feature","id":"n3760261130","geometry":{"type":"Point","coordinates":[-0.7932671,51.8629014]},"properties":{"@type":"node","@id":3760261130,"@timestamp":1443276547},"coords":"51.8629014,-0.7932671","bedrooms":"1","price":"291000","area":"627"} , +{"type":"Feature","id":"n3760338542","geometry":{"type":"Point","coordinates":[-0.1100842,51.5973731]},"properties":{"@type":"node","@id":3760338542,"@timestamp":1627929109},"coords":"51.5973731,-0.1100842","bedrooms":"4","price":"234000","area":"557"} , +{"type":"Feature","id":"n3760566169","geometry":{"type":"Point","coordinates":[0.7036446,51.3251488]},"properties":{"@type":"node","@id":3760566169,"@timestamp":1443289723},"coords":"51.3251488,0.7036446","bedrooms":"4","price":"211000","area":"404"} , +{"type":"Feature","id":"n3760634361","geometry":{"type":"Point","coordinates":[0.7286314,51.3412839]},"properties":{"@type":"node","@id":3760634361,"@timestamp":1443293126},"coords":"51.3412839,0.7286314","bedrooms":"1","price":"224000","area":"368"} , +{"type":"Feature","id":"n3760718962","geometry":{"type":"Point","coordinates":[-0.0103803,51.4707848]},"properties":{"@type":"node","@id":3760718962,"@timestamp":1443297614},"coords":"51.4707848,-0.0103803","bedrooms":"0","price":"293000","area":"617"} , +{"type":"Feature","id":"n3760743126","geometry":{"type":"Point","coordinates":[-0.0066244,51.4693724]},"properties":{"@type":"node","@id":3760743126,"@timestamp":1627229321},"coords":"51.4693724,-0.0066244","bedrooms":"2","price":"216000","area":"634"} , +{"type":"Feature","id":"n3760749681","geometry":{"type":"Point","coordinates":[-0.0049299,51.4727027]},"properties":{"@type":"node","@id":3760749681,"@timestamp":1625393197},"coords":"51.4727027,-0.0049299","bedrooms":"2","price":"175000","area":"500"} , +{"type":"Feature","id":"n3760771317","geometry":{"type":"Point","coordinates":[-0.0008715,51.4731942]},"properties":{"@type":"node","@id":3760771317,"@timestamp":1627236916},"coords":"51.4731942,-0.0008715","bedrooms":"3","price":"169000","area":"360"} , +{"type":"Feature","id":"n3760771338","geometry":{"type":"Point","coordinates":[-0.0024864,51.4746323]},"properties":{"@type":"node","@id":3760771338,"@timestamp":1628210271},"coords":"51.4746323,-0.0024864","bedrooms":"2","price":"266000","area":"591"} , +{"type":"Feature","id":"n3760796781","geometry":{"type":"Point","coordinates":[0.0018276,51.4731945]},"properties":{"@type":"node","@id":3760796781,"@timestamp":1522594307},"coords":"51.4731945,0.0018276","bedrooms":"0","price":"233000","area":"651"} , +{"type":"Feature","id":"n3760796868","geometry":{"type":"Point","coordinates":[0.002996,51.473797]},"properties":{"@type":"node","@id":3760796868,"@timestamp":1624893339},"coords":"51.473797,0.002996","bedrooms":"4","price":"222000","area":"588"} , +{"type":"Feature","id":"n3760810170","geometry":{"type":"Point","coordinates":[0.0019661,51.474223]},"properties":{"@type":"node","@id":3760810170,"@timestamp":1629647460},"coords":"51.474223,0.0019661","bedrooms":"0","price":"160000","area":"595"} , +{"type":"Feature","id":"n3760810180","geometry":{"type":"Point","coordinates":[0.0022316,51.4740175]},"properties":{"@type":"node","@id":3760810180,"@timestamp":1443301965},"coords":"51.4740175,0.0022316","bedrooms":"1","price":"158000","area":"388"} , +{"type":"Feature","id":"n3760810191","geometry":{"type":"Point","coordinates":[0.0005043,51.477768]},"properties":{"@type":"node","@id":3760810191,"@timestamp":1443301966},"coords":"51.477768,0.0005043","bedrooms":"0","price":"239000","area":"561"} , +{"type":"Feature","id":"n3760810201","geometry":{"type":"Point","coordinates":[0.0016925,51.4753691]},"properties":{"@type":"node","@id":3760810201,"@timestamp":1629647473},"coords":"51.4753691,0.0016925","bedrooms":"1","price":"250000","area":"654"} , +{"type":"Feature","id":"n3760810212","geometry":{"type":"Point","coordinates":[0.0020197,51.4743533]},"properties":{"@type":"node","@id":3760810212,"@timestamp":1443301967},"coords":"51.4743533,0.0020197","bedrooms":"4","price":"223000","area":"473"} , +{"type":"Feature","id":"n3761286792","geometry":{"type":"Point","coordinates":[-0.0505528,51.7159166]},"properties":{"@type":"node","@id":3761286792,"@timestamp":1443348518},"coords":"51.7159166,-0.0505528","bedrooms":"2","price":"213000","area":"501"} , +{"type":"Feature","id":"n3761472259","geometry":{"type":"Point","coordinates":[-0.0876529,51.5486686]},"properties":{"@type":"node","@id":3761472259,"@timestamp":1543307172},"coords":"51.5486686,-0.0876529","bedrooms":"0","price":"214000","area":"495"} , +{"type":"Feature","id":"n3761489775","geometry":{"type":"Point","coordinates":[-0.0868828,51.5501064]},"properties":{"@type":"node","@id":3761489775,"@timestamp":1443466918},"coords":"51.5501064,-0.0868828","bedrooms":"4","price":"178000","area":"478"} , +{"type":"Feature","id":"n3761504677","geometry":{"type":"Point","coordinates":[-0.086435,51.5506618]},"properties":{"@type":"node","@id":3761504677,"@timestamp":1443466917},"coords":"51.5506618,-0.086435","bedrooms":"1","price":"175000","area":"373"} , +{"type":"Feature","id":"n3761541362","geometry":{"type":"Point","coordinates":[-0.6328218,51.6023476]},"properties":{"@type":"node","@id":3761541362,"@timestamp":1443366728},"coords":"51.6023476,-0.6328218","bedrooms":"3","price":"256000","area":"462"} , +{"type":"Feature","id":"n3761568013","geometry":{"type":"Point","coordinates":[-0.649548,51.6002564]},"properties":{"@type":"node","@id":3761568013,"@timestamp":1443368208},"coords":"51.6002564,-0.649548","bedrooms":"2","price":"189000","area":"517"} , +{"type":"Feature","id":"n3761577298","geometry":{"type":"Point","coordinates":[-0.0835813,51.5571001]},"properties":{"@type":"node","@id":3761577298,"@timestamp":1596822269},"coords":"51.5571001,-0.0835813","bedrooms":"4","price":"225000","area":"663"} , +{"type":"Feature","id":"n3761589575","geometry":{"type":"Point","coordinates":[-0.6535391,51.6164031]},"properties":{"@type":"node","@id":3761589575,"@timestamp":1443369579},"coords":"51.6164031,-0.6535391","bedrooms":"1","price":"176000","area":"691"} , +{"type":"Feature","id":"n3761603602","geometry":{"type":"Point","coordinates":[-0.1531332,51.4274051]},"properties":{"@type":"node","@id":3761603602,"@timestamp":1597010132},"coords":"51.4274051,-0.1531332","bedrooms":"4","price":"168000","area":"640"} , +{"type":"Feature","id":"n3761606232","geometry":{"type":"Point","coordinates":[-0.2080847,51.7147493]},"properties":{"@type":"node","@id":3761606232,"@timestamp":1443370615},"coords":"51.7147493,-0.2080847","bedrooms":"0","price":"206000","area":"599"} , +{"type":"Feature","id":"n3761608411","geometry":{"type":"Point","coordinates":[-0.2064781,51.7160634]},"properties":{"@type":"node","@id":3761608411,"@timestamp":1443370616},"coords":"51.7160634,-0.2064781","bedrooms":"0","price":"162000","area":"667"} , +{"type":"Feature","id":"n3761643204","geometry":{"type":"Point","coordinates":[-0.0810037,51.5619151]},"properties":{"@type":"node","@id":3761643204,"@timestamp":1443373605},"coords":"51.5619151,-0.0810037","bedrooms":"3","price":"275000","area":"367"} , +{"type":"Feature","id":"n3761653056","geometry":{"type":"Point","coordinates":[-0.2271796,51.2310957]},"properties":{"@type":"node","@id":3761653056,"@timestamp":1443373542},"coords":"51.2310957,-0.2271796","bedrooms":"4","price":"274000","area":"509"} , +{"type":"Feature","id":"n3761668375","geometry":{"type":"Point","coordinates":[-0.1056452,51.5582694]},"properties":{"@type":"node","@id":3761668375,"@timestamp":1608474034},"coords":"51.5582694,-0.1056452","bedrooms":"4","price":"169000","area":"487"} , +{"type":"Feature","id":"n3761678064","geometry":{"type":"Point","coordinates":[-0.0779646,51.5623203]},"properties":{"@type":"node","@id":3761678064,"@timestamp":1443375309},"coords":"51.5623203,-0.0779646","bedrooms":"2","price":"236000","area":"414"} , +{"type":"Feature","id":"n3761699402","geometry":{"type":"Point","coordinates":[-0.1059406,51.5611487]},"properties":{"@type":"node","@id":3761699402,"@timestamp":1443376633},"coords":"51.5611487,-0.1059406","bedrooms":"4","price":"265000","area":"357"} , +{"type":"Feature","id":"n3761699416","geometry":{"type":"Point","coordinates":[-0.1031527,51.5557922]},"properties":{"@type":"node","@id":3761699416,"@timestamp":1454372051},"coords":"51.5557922,-0.1031527","bedrooms":"3","price":"240000","area":"694"} , +{"type":"Feature","id":"n3761737517","geometry":{"type":"Point","coordinates":[-0.0743141,51.5620901]},"properties":{"@type":"node","@id":3761737517,"@timestamp":1443378265},"coords":"51.5620901,-0.0743141","bedrooms":"2","price":"201000","area":"438"} , +{"type":"Feature","id":"n3761769087","geometry":{"type":"Point","coordinates":[-0.2383726,51.2255435]},"properties":{"@type":"node","@id":3761769087,"@timestamp":1443379760},"coords":"51.2255435,-0.2383726","bedrooms":"1","price":"279000","area":"368"} , +{"type":"Feature","id":"n3762065496","geometry":{"type":"Point","coordinates":[-0.8405632,51.2298651]},"properties":{"@type":"node","@id":3762065496,"@timestamp":1443400497},"coords":"51.2298651,-0.8405632","bedrooms":"0","price":"191000","area":"569"} , +{"type":"Feature","id":"n3762342650","geometry":{"type":"Point","coordinates":[-0.1031483,51.5359553]},"properties":{"@type":"node","@id":3762342650,"@timestamp":1443435096},"coords":"51.5359553,-0.1031483","bedrooms":"3","price":"168000","area":"685"} , +{"type":"Feature","id":"n3762348962","geometry":{"type":"Point","coordinates":[-0.1029295,51.5362388]},"properties":{"@type":"node","@id":3762348962,"@timestamp":1624470227},"coords":"51.5362388,-0.1029295","bedrooms":"4","price":"238000","area":"434"} , +{"type":"Feature","id":"n3762348976","geometry":{"type":"Point","coordinates":[-0.1028515,51.536299]},"properties":{"@type":"node","@id":3762348976,"@timestamp":1624470225},"coords":"51.536299,-0.1028515","bedrooms":"3","price":"294000","area":"631"} , +{"type":"Feature","id":"n3762348990","geometry":{"type":"Point","coordinates":[-0.1028446,51.5363405]},"properties":{"@type":"node","@id":3762348990,"@timestamp":1624470225},"coords":"51.5363405,-0.1028446","bedrooms":"0","price":"229000","area":"404"} , +{"type":"Feature","id":"n3762360612","geometry":{"type":"Point","coordinates":[-0.1013052,51.5369155]},"properties":{"@type":"node","@id":3762360612,"@timestamp":1626460771},"coords":"51.5369155,-0.1013052","bedrooms":"2","price":"155000","area":"371"} , +{"type":"Feature","id":"n3762505828","geometry":{"type":"Point","coordinates":[-0.1916893,51.8232202]},"properties":{"@type":"node","@id":3762505828,"@timestamp":1474818620},"coords":"51.8232202,-0.1916893","bedrooms":"1","price":"268000","area":"651"} , +{"type":"Feature","id":"n3762921667","geometry":{"type":"Point","coordinates":[-0.0554346,51.5487782]},"properties":{"@type":"node","@id":3762921667,"@timestamp":1616612683},"coords":"51.5487782,-0.0554346","bedrooms":"1","price":"235000","area":"642"} , +{"type":"Feature","id":"n3763131665","geometry":{"type":"Point","coordinates":[-0.0250862,51.4767026]},"properties":{"@type":"node","@id":3763131665,"@timestamp":1443474453},"coords":"51.4767026,-0.0250862","bedrooms":"4","price":"175000","area":"409"} , +{"type":"Feature","id":"n3763131692","geometry":{"type":"Point","coordinates":[-0.0242524,51.4767735]},"properties":{"@type":"node","@id":3763131692,"@timestamp":1443474456},"coords":"51.4767735,-0.0242524","bedrooms":"0","price":"237000","area":"694"} , +{"type":"Feature","id":"n3763131733","geometry":{"type":"Point","coordinates":[-0.0248725,51.4771687]},"properties":{"@type":"node","@id":3763131733,"@timestamp":1443474456},"coords":"51.4771687,-0.0248725","bedrooms":"2","price":"278000","area":"459"} , +{"type":"Feature","id":"n3763631404","geometry":{"type":"Point","coordinates":[-0.0523855,51.5532725]},"properties":{"@type":"node","@id":3763631404,"@timestamp":1443526627},"coords":"51.5532725,-0.0523855","bedrooms":"2","price":"235000","area":"674"} , +{"type":"Feature","id":"n3764233415","geometry":{"type":"Point","coordinates":[-0.198993,51.1648063]},"properties":{"@type":"node","@id":3764233415,"@timestamp":1443549393},"coords":"51.1648063,-0.198993","bedrooms":"2","price":"271000","area":"366"} , +{"type":"Feature","id":"n3764415225","geometry":{"type":"Point","coordinates":[-0.0901051,51.5135134]},"properties":{"@type":"node","@id":3764415225,"@timestamp":1478690864},"coords":"51.5135134,-0.0901051","bedrooms":"1","price":"256000","area":"479"} , +{"type":"Feature","id":"n3764498529","geometry":{"type":"Point","coordinates":[-0.0896523,51.4422324]},"properties":{"@type":"node","@id":3764498529,"@timestamp":1443563636},"coords":"51.4422324,-0.0896523","bedrooms":"4","price":"277000","area":"537"} , +{"type":"Feature","id":"n3764509006","geometry":{"type":"Point","coordinates":[-0.0887918,51.4441914]},"properties":{"@type":"node","@id":3764509006,"@timestamp":1443564157},"coords":"51.4441914,-0.0887918","bedrooms":"0","price":"267000","area":"595"} , +{"type":"Feature","id":"n3764521338","geometry":{"type":"Point","coordinates":[-0.092783,51.4450206]},"properties":{"@type":"node","@id":3764521338,"@timestamp":1450008940},"coords":"51.4450206,-0.092783","bedrooms":"3","price":"266000","area":"629"} , +{"type":"Feature","id":"n3764563181","geometry":{"type":"Point","coordinates":[-0.0909102,51.4435632]},"properties":{"@type":"node","@id":3764563181,"@timestamp":1443566641},"coords":"51.4435632,-0.0909102","bedrooms":"1","price":"223000","area":"614"} , +{"type":"Feature","id":"n3764597206","geometry":{"type":"Point","coordinates":[-0.0913453,51.4434023]},"properties":{"@type":"node","@id":3764597206,"@timestamp":1443567724},"coords":"51.4434023,-0.0913453","bedrooms":"2","price":"183000","area":"635"} , +{"type":"Feature","id":"n3764633671","geometry":{"type":"Point","coordinates":[-0.089009,51.4423574]},"properties":{"@type":"node","@id":3764633671,"@timestamp":1603039649},"coords":"51.4423574,-0.089009","bedrooms":"2","price":"175000","area":"556"} , +{"type":"Feature","id":"n3765158639","geometry":{"type":"Point","coordinates":[-0.7248342,51.5328358]},"properties":{"@type":"node","@id":3765158639,"@timestamp":1507214190},"coords":"51.5328358,-0.7248342","bedrooms":"3","price":"222000","area":"553"} , +{"type":"Feature","id":"n3765158748","geometry":{"type":"Point","coordinates":[-0.7291603,51.5349964]},"properties":{"@type":"node","@id":3765158748,"@timestamp":1443610772},"coords":"51.5349964,-0.7291603","bedrooms":"2","price":"179000","area":"640"} , +{"type":"Feature","id":"n3765189240","geometry":{"type":"Point","coordinates":[-0.1744644,51.5018855]},"properties":{"@type":"node","@id":3765189240,"@timestamp":1463757631},"coords":"51.5018855,-0.1744644","bedrooms":"0","price":"202000","area":"516"} , +{"type":"Feature","id":"n3765209065","geometry":{"type":"Point","coordinates":[-0.1745731,51.5018514]},"properties":{"@type":"node","@id":3765209065,"@timestamp":1600218328},"coords":"51.5018514,-0.1745731","bedrooms":"4","price":"199000","area":"654"} , +{"type":"Feature","id":"n3765215751","geometry":{"type":"Point","coordinates":[-0.1745341,51.5018819]},"properties":{"@type":"node","@id":3765215751,"@timestamp":1625884762},"coords":"51.5018819,-0.1745341","bedrooms":"3","price":"294000","area":"538"} , +{"type":"Feature","id":"n3765227962","geometry":{"type":"Point","coordinates":[-0.1281776,51.5284222]},"properties":{"@type":"node","@id":3765227962,"@timestamp":1617224834},"coords":"51.5284222,-0.1281776","bedrooms":"1","price":"205000","area":"509"} , +{"type":"Feature","id":"n3765865964","geometry":{"type":"Point","coordinates":[-0.0853664,51.5516123]},"properties":{"@type":"node","@id":3765865964,"@timestamp":1443637138},"coords":"51.5516123,-0.0853664","bedrooms":"4","price":"228000","area":"412"} , +{"type":"Feature","id":"n3765865974","geometry":{"type":"Point","coordinates":[-0.0851924,51.5510111]},"properties":{"@type":"node","@id":3765865974,"@timestamp":1443637139},"coords":"51.5510111,-0.0851924","bedrooms":"4","price":"162000","area":"586"} , +{"type":"Feature","id":"n3765865990","geometry":{"type":"Point","coordinates":[-0.0857751,51.5523628]},"properties":{"@type":"node","@id":3765865990,"@timestamp":1443637140},"coords":"51.5523628,-0.0857751","bedrooms":"4","price":"208000","area":"508"} , +{"type":"Feature","id":"n3766396699","geometry":{"type":"Point","coordinates":[-0.0747146,51.5244734]},"properties":{"@type":"node","@id":3766396699,"@timestamp":1443724767},"coords":"51.5244734,-0.0747146","bedrooms":"2","price":"234000","area":"443"} , +{"type":"Feature","id":"n3767155766","geometry":{"type":"Point","coordinates":[0.032973,51.1391322]},"properties":{"@type":"node","@id":3767155766,"@timestamp":1443699734},"coords":"51.1391322,0.032973","bedrooms":"2","price":"240000","area":"634"} , +{"type":"Feature","id":"n3767240347","geometry":{"type":"Point","coordinates":[-0.0510461,51.5359898]},"properties":{"@type":"node","@id":3767240347,"@timestamp":1443703303},"coords":"51.5359898,-0.0510461","bedrooms":"1","price":"169000","area":"398"} , +{"type":"Feature","id":"n3767271962","geometry":{"type":"Point","coordinates":[-0.0501053,51.5345998]},"properties":{"@type":"node","@id":3767271962,"@timestamp":1443704366},"coords":"51.5345998,-0.0501053","bedrooms":"4","price":"227000","area":"364"} , +{"type":"Feature","id":"n3767271973","geometry":{"type":"Point","coordinates":[-0.0502297,51.5347558]},"properties":{"@type":"node","@id":3767271973,"@timestamp":1443704366},"coords":"51.5347558,-0.0502297","bedrooms":"0","price":"229000","area":"553"} , +{"type":"Feature","id":"n3767271983","geometry":{"type":"Point","coordinates":[-0.0494343,51.5350017]},"properties":{"@type":"node","@id":3767271983,"@timestamp":1443704367},"coords":"51.5350017,-0.0494343","bedrooms":"2","price":"173000","area":"498"} , +{"type":"Feature","id":"n3767271993","geometry":{"type":"Point","coordinates":[-0.050965,51.5351223]},"properties":{"@type":"node","@id":3767271993,"@timestamp":1443704367},"coords":"51.5351223,-0.050965","bedrooms":"1","price":"161000","area":"506"} , +{"type":"Feature","id":"n3767272003","geometry":{"type":"Point","coordinates":[-0.0509127,51.5352417]},"properties":{"@type":"node","@id":3767272003,"@timestamp":1443704367},"coords":"51.5352417,-0.0509127","bedrooms":"3","price":"197000","area":"376"} , +{"type":"Feature","id":"n3767272013","geometry":{"type":"Point","coordinates":[-0.0517945,51.5353244]},"properties":{"@type":"node","@id":3767272013,"@timestamp":1443704367},"coords":"51.5353244,-0.0517945","bedrooms":"2","price":"176000","area":"456"} , +{"type":"Feature","id":"n3767272023","geometry":{"type":"Point","coordinates":[-0.0516078,51.5354098]},"properties":{"@type":"node","@id":3767272023,"@timestamp":1443704368},"coords":"51.5354098,-0.0516078","bedrooms":"2","price":"154000","area":"583"} , +{"type":"Feature","id":"n3767272033","geometry":{"type":"Point","coordinates":[-0.0513625,51.5354837]},"properties":{"@type":"node","@id":3767272033,"@timestamp":1443704368},"coords":"51.5354837,-0.0513625","bedrooms":"1","price":"196000","area":"504"} , +{"type":"Feature","id":"n3767272043","geometry":{"type":"Point","coordinates":[-0.0500671,51.5355894]},"properties":{"@type":"node","@id":3767272043,"@timestamp":1443704368},"coords":"51.5355894,-0.0500671","bedrooms":"1","price":"185000","area":"449"} , +{"type":"Feature","id":"n3767272053","geometry":{"type":"Point","coordinates":[-0.0513733,51.535715]},"properties":{"@type":"node","@id":3767272053,"@timestamp":1443704368},"coords":"51.535715,-0.0513733","bedrooms":"4","price":"197000","area":"365"} , +{"type":"Feature","id":"n3767434200","geometry":{"type":"Point","coordinates":[0.6768198,51.7316368]},"properties":{"@type":"node","@id":3767434200,"@timestamp":1443711399},"coords":"51.7316368,0.6768198","bedrooms":"4","price":"216000","area":"529"} , +{"type":"Feature","id":"n3767678315","geometry":{"type":"Point","coordinates":[-0.0736195,51.5245061]},"properties":{"@type":"node","@id":3767678315,"@timestamp":1443724767},"coords":"51.5245061,-0.0736195","bedrooms":"0","price":"195000","area":"460"} , +{"type":"Feature","id":"n3767741241","geometry":{"type":"Point","coordinates":[-0.0758034,51.52432]},"properties":{"@type":"node","@id":3767741241,"@timestamp":1443724764},"coords":"51.52432,-0.0758034","bedrooms":"0","price":"202000","area":"688"} , +{"type":"Feature","id":"n3768166246","geometry":{"type":"Point","coordinates":[-0.6358922,51.2911969]},"properties":{"@type":"node","@id":3768166246,"@timestamp":1443735591},"coords":"51.2911969,-0.6358922","bedrooms":"2","price":"266000","area":"420"} , +{"type":"Feature","id":"n3768688444","geometry":{"type":"Point","coordinates":[-0.0641105,51.5355284]},"properties":{"@type":"node","@id":3768688444,"@timestamp":1563626842},"coords":"51.5355284,-0.0641105","bedrooms":"4","price":"270000","area":"627"} , +{"type":"Feature","id":"n3768783553","geometry":{"type":"Point","coordinates":[-0.0609351,51.5540577]},"properties":{"@type":"node","@id":3768783553,"@timestamp":1612905675},"coords":"51.5540577,-0.0609351","bedrooms":"0","price":"284000","area":"579"} , +{"type":"Feature","id":"n3768787486","geometry":{"type":"Point","coordinates":[-0.0625683,51.5543837]},"properties":{"@type":"node","@id":3768787486,"@timestamp":1443787295},"coords":"51.5543837,-0.0625683","bedrooms":"3","price":"176000","area":"466"} , +{"type":"Feature","id":"n3768813671","geometry":{"type":"Point","coordinates":[-0.0578497,51.5529228]},"properties":{"@type":"node","@id":3768813671,"@timestamp":1621675059},"coords":"51.5529228,-0.0578497","bedrooms":"3","price":"158000","area":"564"} , +{"type":"Feature","id":"n3768826825","geometry":{"type":"Point","coordinates":[-0.0581113,51.5528794]},"properties":{"@type":"node","@id":3768826825,"@timestamp":1443789323},"coords":"51.5528794,-0.0581113","bedrooms":"3","price":"251000","area":"499"} , +{"type":"Feature","id":"n3769066258","geometry":{"type":"Point","coordinates":[0.7533647,51.8595558]},"properties":{"@type":"node","@id":3769066258,"@timestamp":1443801866},"coords":"51.8595558,0.7533647","bedrooms":"1","price":"225000","area":"435"} , +{"type":"Feature","id":"n3769708774","geometry":{"type":"Point","coordinates":[0.2506104,51.8737407]},"properties":{"@type":"node","@id":3769708774,"@timestamp":1443819042},"coords":"51.8737407,0.2506104","bedrooms":"4","price":"285000","area":"523"} , +{"type":"Feature","id":"n3770387410","geometry":{"type":"Point","coordinates":[-0.1545188,51.1036801]},"properties":{"@type":"node","@id":3770387410,"@timestamp":1608300749},"coords":"51.1036801,-0.1545188","bedrooms":"0","price":"178000","area":"645"} , +{"type":"Feature","id":"n3770513915","geometry":{"type":"Point","coordinates":[-0.454003,51.4286393]},"properties":{"@type":"node","@id":3770513915,"@timestamp":1443884128},"coords":"51.4286393,-0.454003","bedrooms":"0","price":"227000","area":"487"} , +{"type":"Feature","id":"n3770513927","geometry":{"type":"Point","coordinates":[-0.5086217,51.4349475]},"properties":{"@type":"node","@id":3770513927,"@timestamp":1443884128},"coords":"51.4349475,-0.5086217","bedrooms":"2","price":"168000","area":"547"} , +{"type":"Feature","id":"n3770513937","geometry":{"type":"Point","coordinates":[-0.4543209,51.4287263]},"properties":{"@type":"node","@id":3770513937,"@timestamp":1607939365},"coords":"51.4287263,-0.4543209","bedrooms":"4","price":"196000","area":"557"} , +{"type":"Feature","id":"n3770513951","geometry":{"type":"Point","coordinates":[-0.4721798,51.433686]},"properties":{"@type":"node","@id":3770513951,"@timestamp":1443884129},"coords":"51.433686,-0.4721798","bedrooms":"0","price":"189000","area":"453"} , +{"type":"Feature","id":"n3770561368","geometry":{"type":"Point","coordinates":[-0.2312794,51.5013173]},"properties":{"@type":"node","@id":3770561368,"@timestamp":1633027262},"coords":"51.5013173,-0.2312794","bedrooms":"2","price":"263000","area":"681"} , +{"type":"Feature","id":"n3770582961","geometry":{"type":"Point","coordinates":[-0.2278924,51.5023023]},"properties":{"@type":"node","@id":3770582961,"@timestamp":1633027262},"coords":"51.5023023,-0.2278924","bedrooms":"3","price":"250000","area":"395"} , +{"type":"Feature","id":"n3770604669","geometry":{"type":"Point","coordinates":[-0.4012846,51.4306201]},"properties":{"@type":"node","@id":3770604669,"@timestamp":1523754552},"coords":"51.4306201,-0.4012846","bedrooms":"3","price":"212000","area":"362"} , +{"type":"Feature","id":"n3770653557","geometry":{"type":"Point","coordinates":[-0.2281033,51.5022616]},"properties":{"@type":"node","@id":3770653557,"@timestamp":1633027262},"coords":"51.5022616,-0.2281033","bedrooms":"0","price":"255000","area":"415"} , +{"type":"Feature","id":"n3770653860","geometry":{"type":"Point","coordinates":[-0.226857,51.5022253]},"properties":{"@type":"node","@id":3770653860,"@timestamp":1633027262},"coords":"51.5022253,-0.226857","bedrooms":"0","price":"230000","area":"573"} , +{"type":"Feature","id":"n3771295457","geometry":{"type":"Point","coordinates":[-0.1509663,51.5434228]},"properties":{"@type":"node","@id":3771295457,"@timestamp":1630186436},"coords":"51.5434228,-0.1509663","bedrooms":"0","price":"232000","area":"604"} , +{"type":"Feature","id":"n3771296342","geometry":{"type":"Point","coordinates":[0.469125,51.7277011]},"properties":{"@type":"node","@id":3771296342,"@timestamp":1619037145},"coords":"51.7277011,0.469125","bedrooms":"0","price":"254000","area":"632"} , +{"type":"Feature","id":"n3771296352","geometry":{"type":"Point","coordinates":[0.4692648,51.7271392]},"properties":{"@type":"node","@id":3771296352,"@timestamp":1619037145},"coords":"51.7271392,0.4692648","bedrooms":"4","price":"220000","area":"410"} , +{"type":"Feature","id":"n3771308612","geometry":{"type":"Point","coordinates":[0.3697615,51.4901891]},"properties":{"@type":"node","@id":3771308612,"@timestamp":1443923477},"coords":"51.4901891,0.3697615","bedrooms":"0","price":"193000","area":"371"} , +{"type":"Feature","id":"n3771326542","geometry":{"type":"Point","coordinates":[0.372945,51.492224]},"properties":{"@type":"node","@id":3771326542,"@timestamp":1443926920},"coords":"51.492224,0.372945","bedrooms":"4","price":"180000","area":"413"} , +{"type":"Feature","id":"n3771326742","geometry":{"type":"Point","coordinates":[0.3706724,51.4898441]},"properties":{"@type":"node","@id":3771326742,"@timestamp":1443926923},"coords":"51.4898441,0.3706724","bedrooms":"4","price":"202000","area":"386"} , +{"type":"Feature","id":"n3771443948","geometry":{"type":"Point","coordinates":[-0.1225274,51.4818001]},"properties":{"@type":"node","@id":3771443948,"@timestamp":1443944233},"coords":"51.4818001,-0.1225274","bedrooms":"1","price":"262000","area":"542"} , +{"type":"Feature","id":"n3771745716","geometry":{"type":"Point","coordinates":[-0.0778671,51.6528874]},"properties":{"@type":"node","@id":3771745716,"@timestamp":1443964084},"coords":"51.6528874,-0.0778671","bedrooms":"3","price":"216000","area":"578"} , +{"type":"Feature","id":"n3771940079","geometry":{"type":"Point","coordinates":[-0.8882877,51.4512899]},"properties":{"@type":"node","@id":3771940079,"@timestamp":1444065820},"coords":"51.4512899,-0.8882877","bedrooms":"4","price":"235000","area":"443"} , +{"type":"Feature","id":"n3771959766","geometry":{"type":"Point","coordinates":[-0.2381327,51.4997129]},"properties":{"@type":"node","@id":3771959766,"@timestamp":1626237667},"coords":"51.4997129,-0.2381327","bedrooms":"4","price":"154000","area":"646"} , +{"type":"Feature","id":"n3771974881","geometry":{"type":"Point","coordinates":[-0.1951445,51.5089999]},"properties":{"@type":"node","@id":3771974881,"@timestamp":1443974476},"coords":"51.5089999,-0.1951445","bedrooms":"4","price":"207000","area":"557"} , +{"type":"Feature","id":"n3772036162","geometry":{"type":"Point","coordinates":[-0.2259055,51.5024676]},"properties":{"@type":"node","@id":3772036162,"@timestamp":1629255315},"coords":"51.5024676,-0.2259055","bedrooms":"1","price":"164000","area":"681"} , +{"type":"Feature","id":"n3772036259","geometry":{"type":"Point","coordinates":[-0.2261761,51.5026227]},"properties":{"@type":"node","@id":3772036259,"@timestamp":1632854119},"coords":"51.5026227,-0.2261761","bedrooms":"2","price":"258000","area":"443"} , +{"type":"Feature","id":"n3772050440","geometry":{"type":"Point","coordinates":[-0.4152437,51.9206399]},"properties":{"@type":"node","@id":3772050440,"@timestamp":1447600499},"coords":"51.9206399,-0.4152437","bedrooms":"4","price":"247000","area":"652"} , +{"type":"Feature","id":"n3772220277","geometry":{"type":"Point","coordinates":[-0.0875635,51.5262243]},"properties":{"@type":"node","@id":3772220277,"@timestamp":1443988351},"coords":"51.5262243,-0.0875635","bedrooms":"0","price":"184000","area":"631"} , +{"type":"Feature","id":"n3772746921","geometry":{"type":"Point","coordinates":[0.3789327,51.4910195]},"properties":{"@type":"node","@id":3772746921,"@timestamp":1444010774},"coords":"51.4910195,0.3789327","bedrooms":"3","price":"292000","area":"562"} , +{"type":"Feature","id":"n3772993348","geometry":{"type":"Point","coordinates":[0.6632658,51.7423524]},"properties":{"@type":"node","@id":3772993348,"@timestamp":1444035941},"coords":"51.7423524,0.6632658","bedrooms":"4","price":"170000","area":"622"} , +{"type":"Feature","id":"n3773146939","geometry":{"type":"Point","coordinates":[-0.7687124,51.5715847]},"properties":{"@type":"node","@id":3773146939,"@timestamp":1630801842},"coords":"51.5715847,-0.7687124","bedrooms":"3","price":"216000","area":"550"} , +{"type":"Feature","id":"n3773147006","geometry":{"type":"Point","coordinates":[-0.7783552,51.5710747]},"properties":{"@type":"node","@id":3773147006,"@timestamp":1632443427},"coords":"51.5710747,-0.7783552","bedrooms":"2","price":"195000","area":"602"} , +{"type":"Feature","id":"n3773174059","geometry":{"type":"Point","coordinates":[-0.060303,51.5523272]},"properties":{"@type":"node","@id":3773174059,"@timestamp":1444046685},"coords":"51.5523272,-0.060303","bedrooms":"2","price":"166000","area":"651"} , +{"type":"Feature","id":"n3774151620","geometry":{"type":"Point","coordinates":[-0.1636459,51.116291]},"properties":{"@type":"node","@id":3774151620,"@timestamp":1444079232},"coords":"51.116291,-0.1636459","bedrooms":"4","price":"283000","area":"423"} , +{"type":"Feature","id":"n3774438274","geometry":{"type":"Point","coordinates":[0.4785605,51.7365262]},"properties":{"@type":"node","@id":3774438274,"@timestamp":1444099474},"coords":"51.7365262,0.4785605","bedrooms":"3","price":"279000","area":"583"} , +{"type":"Feature","id":"n3774625391","geometry":{"type":"Point","coordinates":[-0.3360477,51.2925763]},"properties":{"@type":"node","@id":3774625391,"@timestamp":1625664864},"coords":"51.2925763,-0.3360477","bedrooms":"3","price":"168000","area":"358"} , +{"type":"Feature","id":"n3775227666","geometry":{"type":"Point","coordinates":[-0.1505272,51.4664317]},"properties":{"@type":"node","@id":3775227666,"@timestamp":1615044630},"coords":"51.4664317,-0.1505272","bedrooms":"0","price":"248000","area":"569"} , +{"type":"Feature","id":"n3775354907","geometry":{"type":"Point","coordinates":[-0.4239859,51.5699314]},"properties":{"@type":"node","@id":3775354907,"@timestamp":1579044424},"coords":"51.5699314,-0.4239859","bedrooms":"0","price":"278000","area":"504"} , +{"type":"Feature","id":"n3775583256","geometry":{"type":"Point","coordinates":[0.3740955,51.4432419]},"properties":{"@type":"node","@id":3775583256,"@timestamp":1478767172},"coords":"51.4432419,0.3740955","bedrooms":"1","price":"215000","area":"439"} , +{"type":"Feature","id":"n3776010471","geometry":{"type":"Point","coordinates":[0.8170051,51.0674169]},"properties":{"@type":"node","@id":3776010471,"@timestamp":1444194517},"coords":"51.0674169,0.8170051","bedrooms":"4","price":"277000","area":"551"} , +{"type":"Feature","id":"n3776010481","geometry":{"type":"Point","coordinates":[0.8094035,51.0768798]},"properties":{"@type":"node","@id":3776010481,"@timestamp":1444194517},"coords":"51.0768798,0.8094035","bedrooms":"0","price":"219000","area":"572"} , +{"type":"Feature","id":"n3776354795","geometry":{"type":"Point","coordinates":[-0.3038264,51.1165198]},"properties":{"@type":"node","@id":3776354795,"@timestamp":1444216880},"coords":"51.1165198,-0.3038264","bedrooms":"4","price":"189000","area":"678"} , +{"type":"Feature","id":"n3776354805","geometry":{"type":"Point","coordinates":[-0.301457,51.1180506]},"properties":{"@type":"node","@id":3776354805,"@timestamp":1444216880},"coords":"51.1180506,-0.301457","bedrooms":"4","price":"172000","area":"593"} , +{"type":"Feature","id":"n3776354820","geometry":{"type":"Point","coordinates":[-0.3019559,51.1159515]},"properties":{"@type":"node","@id":3776354820,"@timestamp":1510774217},"coords":"51.1159515,-0.3019559","bedrooms":"0","price":"238000","area":"623"} , +{"type":"Feature","id":"n3776354830","geometry":{"type":"Point","coordinates":[-0.3032352,51.1171461]},"properties":{"@type":"node","@id":3776354830,"@timestamp":1510774218},"coords":"51.1171461,-0.3032352","bedrooms":"0","price":"239000","area":"519"} , +{"type":"Feature","id":"n3776354840","geometry":{"type":"Point","coordinates":[-0.3048009,51.11516]},"properties":{"@type":"node","@id":3776354840,"@timestamp":1444216881},"coords":"51.11516,-0.3048009","bedrooms":"2","price":"221000","area":"609"} , +{"type":"Feature","id":"n3776354850","geometry":{"type":"Point","coordinates":[-0.3045054,51.1139857]},"properties":{"@type":"node","@id":3776354850,"@timestamp":1444216881},"coords":"51.1139857,-0.3045054","bedrooms":"0","price":"161000","area":"411"} , +{"type":"Feature","id":"n3776420898","geometry":{"type":"Point","coordinates":[-0.0730538,51.5243184]},"properties":{"@type":"node","@id":3776420898,"@timestamp":1444220145},"coords":"51.5243184,-0.0730538","bedrooms":"3","price":"264000","area":"518"} , +{"type":"Feature","id":"n3777117915","geometry":{"type":"Point","coordinates":[-0.5680199,51.6298633]},"properties":{"@type":"node","@id":3777117915,"@timestamp":1535017836},"coords":"51.6298633,-0.5680199","bedrooms":"4","price":"241000","area":"617"} , +{"type":"Feature","id":"n3777142140","geometry":{"type":"Point","coordinates":[-0.1743057,51.5038399]},"properties":{"@type":"node","@id":3777142140,"@timestamp":1566667827},"coords":"51.5038399,-0.1743057","bedrooms":"1","price":"176000","area":"441"} , +{"type":"Feature","id":"n3777190292","geometry":{"type":"Point","coordinates":[-0.0137946,51.7349788]},"properties":{"@type":"node","@id":3777190292,"@timestamp":1444242207},"coords":"51.7349788,-0.0137946","bedrooms":"2","price":"175000","area":"511"} , +{"type":"Feature","id":"n3777197517","geometry":{"type":"Point","coordinates":[-0.0586089,51.515412]},"properties":{"@type":"node","@id":3777197517,"@timestamp":1497569127},"coords":"51.515412,-0.0586089","bedrooms":"0","price":"241000","area":"663"} , +{"type":"Feature","id":"n3777221379","geometry":{"type":"Point","coordinates":[-0.0174987,51.7086761]},"properties":{"@type":"node","@id":3777221379,"@timestamp":1444243826},"coords":"51.7086761,-0.0174987","bedrooms":"2","price":"297000","area":"368"} , +{"type":"Feature","id":"n3777248441","geometry":{"type":"Point","coordinates":[-0.0191134,51.7212329]},"properties":{"@type":"node","@id":3777248441,"@timestamp":1444245125},"coords":"51.7212329,-0.0191134","bedrooms":"0","price":"191000","area":"466"} , +{"type":"Feature","id":"n3777377160","geometry":{"type":"Point","coordinates":[0.1928589,51.5894212]},"properties":{"@type":"node","@id":3777377160,"@timestamp":1444251160},"coords":"51.5894212,0.1928589","bedrooms":"1","price":"224000","area":"678"} , +{"type":"Feature","id":"n3777420635","geometry":{"type":"Point","coordinates":[-0.0105632,51.7427764]},"properties":{"@type":"node","@id":3777420635,"@timestamp":1444254270},"coords":"51.7427764,-0.0105632","bedrooms":"1","price":"289000","area":"391"} , +{"type":"Feature","id":"n3778239057","geometry":{"type":"Point","coordinates":[-0.7438314,50.9836941]},"properties":{"@type":"node","@id":3778239057,"@timestamp":1515514432},"coords":"50.9836941,-0.7438314","bedrooms":"3","price":"189000","area":"522"} , +{"type":"Feature","id":"n3778284024","geometry":{"type":"Point","coordinates":[-0.357065,51.2550495]},"properties":{"@type":"node","@id":3778284024,"@timestamp":1628355176},"coords":"51.2550495,-0.357065","bedrooms":"4","price":"164000","area":"355"} , +{"type":"Feature","id":"n3778439816","geometry":{"type":"Point","coordinates":[-0.1574023,51.106361]},"properties":{"@type":"node","@id":3778439816,"@timestamp":1444322725},"coords":"51.106361,-0.1574023","bedrooms":"2","price":"217000","area":"366"} , +{"type":"Feature","id":"n3778524881","geometry":{"type":"Point","coordinates":[-0.1992043,51.5314351]},"properties":{"@type":"node","@id":3778524881,"@timestamp":1444327454},"coords":"51.5314351,-0.1992043","bedrooms":"4","price":"203000","area":"396"} , +{"type":"Feature","id":"n3778562441","geometry":{"type":"Point","coordinates":[-0.49601,51.2091176]},"properties":{"@type":"node","@id":3778562441,"@timestamp":1444328668},"coords":"51.2091176,-0.49601","bedrooms":"3","price":"282000","area":"518"} , +{"type":"Feature","id":"n3778770459","geometry":{"type":"Point","coordinates":[-0.4749434,51.2129066]},"properties":{"@type":"node","@id":3778770459,"@timestamp":1444337742},"coords":"51.2129066,-0.4749434","bedrooms":"0","price":"246000","area":"669"} , +{"type":"Feature","id":"n3778866404","geometry":{"type":"Point","coordinates":[-0.0620892,51.5127614]},"properties":{"@type":"node","@id":3778866404,"@timestamp":1444342333},"coords":"51.5127614,-0.0620892","bedrooms":"4","price":"263000","area":"569"} , +{"type":"Feature","id":"n3778866414","geometry":{"type":"Point","coordinates":[-0.0628039,51.513011]},"properties":{"@type":"node","@id":3778866414,"@timestamp":1444342333},"coords":"51.513011,-0.0628039","bedrooms":"3","price":"214000","area":"384"} , +{"type":"Feature","id":"n3778866424","geometry":{"type":"Point","coordinates":[-0.0622585,51.5127016]},"properties":{"@type":"node","@id":3778866424,"@timestamp":1444342334},"coords":"51.5127016,-0.0622585","bedrooms":"4","price":"233000","area":"455"} , +{"type":"Feature","id":"n3778866474","geometry":{"type":"Point","coordinates":[-0.0613942,51.5120908]},"properties":{"@type":"node","@id":3778866474,"@timestamp":1444342334},"coords":"51.5120908,-0.0613942","bedrooms":"3","price":"219000","area":"464"} , +{"type":"Feature","id":"n3778919666","geometry":{"type":"Point","coordinates":[-0.1386725,51.5170202]},"properties":{"@type":"node","@id":3778919666,"@timestamp":1544378972},"coords":"51.5170202,-0.1386725","bedrooms":"1","price":"223000","area":"693"} , +{"type":"Feature","id":"n3779111223","geometry":{"type":"Point","coordinates":[0.4495898,51.7201107]},"properties":{"@type":"node","@id":3779111223,"@timestamp":1444366578},"coords":"51.7201107,0.4495898","bedrooms":"3","price":"221000","area":"571"} , +{"type":"Feature","id":"n3779184553","geometry":{"type":"Point","coordinates":[-0.4112067,51.479979]},"properties":{"@type":"node","@id":3779184553,"@timestamp":1444375060},"coords":"51.479979,-0.4112067","bedrooms":"3","price":"239000","area":"686"} , +{"type":"Feature","id":"n3779347576","geometry":{"type":"Point","coordinates":[-0.0614699,51.5129851]},"properties":{"@type":"node","@id":3779347576,"@timestamp":1623174874},"coords":"51.5129851,-0.0614699","bedrooms":"4","price":"237000","area":"550"} , +{"type":"Feature","id":"n3779835681","geometry":{"type":"Point","coordinates":[0.0740408,51.3496466]},"properties":{"@type":"node","@id":3779835681,"@timestamp":1444414551},"coords":"51.3496466,0.0740408","bedrooms":"3","price":"178000","area":"375"} , +{"type":"Feature","id":"n3779914712","geometry":{"type":"Point","coordinates":[-0.0664441,51.5109754]},"properties":{"@type":"node","@id":3779914712,"@timestamp":1635078204},"coords":"51.5109754,-0.0664441","bedrooms":"4","price":"209000","area":"585"} , +{"type":"Feature","id":"n3780164369","geometry":{"type":"Point","coordinates":[-0.2497244,51.5975876]},"properties":{"@type":"node","@id":3780164369,"@timestamp":1444426257},"coords":"51.5975876,-0.2497244","bedrooms":"3","price":"287000","area":"610"} , +{"type":"Feature","id":"n3780202518","geometry":{"type":"Point","coordinates":[-0.2583933,51.5981741]},"properties":{"@type":"node","@id":3780202518,"@timestamp":1444429168},"coords":"51.5981741,-0.2583933","bedrooms":"1","price":"194000","area":"688"} , +{"type":"Feature","id":"n3780202532","geometry":{"type":"Point","coordinates":[-0.2583997,51.599913]},"properties":{"@type":"node","@id":3780202532,"@timestamp":1625858928},"coords":"51.599913,-0.2583997","bedrooms":"4","price":"280000","area":"552"} , +{"type":"Feature","id":"n3780359987","geometry":{"type":"Point","coordinates":[0.4847973,51.7424773]},"properties":{"@type":"node","@id":3780359987,"@timestamp":1444437935},"coords":"51.7424773,0.4847973","bedrooms":"1","price":"264000","area":"593"} , +{"type":"Feature","id":"n3780695355","geometry":{"type":"Point","coordinates":[-0.2168652,51.4249035]},"properties":{"@type":"node","@id":3780695355,"@timestamp":1553719639},"coords":"51.4249035,-0.2168652","bedrooms":"1","price":"252000","area":"396"} , +{"type":"Feature","id":"n3780741643","geometry":{"type":"Point","coordinates":[-0.1180271,51.5567958]},"properties":{"@type":"node","@id":3780741643,"@timestamp":1625832207},"coords":"51.5567958,-0.1180271","bedrooms":"4","price":"267000","area":"411"} , +{"type":"Feature","id":"n3780786260","geometry":{"type":"Point","coordinates":[0.4724669,51.731673]},"properties":{"@type":"node","@id":3780786260,"@timestamp":1623450503},"coords":"51.731673,0.4724669","bedrooms":"3","price":"179000","area":"470"} , +{"type":"Feature","id":"n3780805412","geometry":{"type":"Point","coordinates":[-0.2554042,51.5989381]},"properties":{"@type":"node","@id":3780805412,"@timestamp":1444483939},"coords":"51.5989381,-0.2554042","bedrooms":"4","price":"262000","area":"602"} , +{"type":"Feature","id":"n3780817693","geometry":{"type":"Point","coordinates":[-0.252227,51.597967]},"properties":{"@type":"node","@id":3780817693,"@timestamp":1444484312},"coords":"51.597967,-0.252227","bedrooms":"2","price":"275000","area":"637"} , +{"type":"Feature","id":"n3780867316","geometry":{"type":"Point","coordinates":[-0.3030608,51.6103928]},"properties":{"@type":"node","@id":3780867316,"@timestamp":1619960991},"coords":"51.6103928,-0.3030608","bedrooms":"2","price":"290000","area":"548"} , +{"type":"Feature","id":"n3780874976","geometry":{"type":"Point","coordinates":[-0.2976131,51.6138189]},"properties":{"@type":"node","@id":3780874976,"@timestamp":1444486637},"coords":"51.6138189,-0.2976131","bedrooms":"1","price":"202000","area":"446"} , +{"type":"Feature","id":"n3780890470","geometry":{"type":"Point","coordinates":[-0.2951265,51.6128484]},"properties":{"@type":"node","@id":3780890470,"@timestamp":1444487542},"coords":"51.6128484,-0.2951265","bedrooms":"2","price":"232000","area":"614"} , +{"type":"Feature","id":"n3780890490","geometry":{"type":"Point","coordinates":[-0.2955633,51.6118176]},"properties":{"@type":"node","@id":3780890490,"@timestamp":1619960987},"coords":"51.6118176,-0.2955633","bedrooms":"4","price":"210000","area":"468"} , +{"type":"Feature","id":"n3780905718","geometry":{"type":"Point","coordinates":[-0.2932137,51.6101586]},"properties":{"@type":"node","@id":3780905718,"@timestamp":1619960988},"coords":"51.6101586,-0.2932137","bedrooms":"3","price":"203000","area":"595"} , +{"type":"Feature","id":"n3780913779","geometry":{"type":"Point","coordinates":[-0.2905411,51.6077332]},"properties":{"@type":"node","@id":3780913779,"@timestamp":1444489255},"coords":"51.6077332,-0.2905411","bedrooms":"1","price":"273000","area":"437"} , +{"type":"Feature","id":"n3780919561","geometry":{"type":"Point","coordinates":[-0.2865279,51.6100024]},"properties":{"@type":"node","@id":3780919561,"@timestamp":1497729747},"coords":"51.6100024,-0.2865279","bedrooms":"2","price":"254000","area":"544"} , +{"type":"Feature","id":"n3780919571","geometry":{"type":"Point","coordinates":[-0.2871256,51.608897]},"properties":{"@type":"node","@id":3780919571,"@timestamp":1444489537},"coords":"51.608897,-0.2871256","bedrooms":"3","price":"156000","area":"431"} , +{"type":"Feature","id":"n3780938761","geometry":{"type":"Point","coordinates":[-0.2345264,51.5040414]},"properties":{"@type":"node","@id":3780938761,"@timestamp":1620500019},"coords":"51.5040414,-0.2345264","bedrooms":"4","price":"258000","area":"446"} , +{"type":"Feature","id":"n3780963373","geometry":{"type":"Point","coordinates":[-0.295499,51.6126737]},"properties":{"@type":"node","@id":3780963373,"@timestamp":1619959324},"coords":"51.6126737,-0.295499","bedrooms":"3","price":"218000","area":"553"} , +{"type":"Feature","id":"n3780963386","geometry":{"type":"Point","coordinates":[-0.2944797,51.6124372]},"properties":{"@type":"node","@id":3780963386,"@timestamp":1619959327},"coords":"51.6124372,-0.2944797","bedrooms":"1","price":"267000","area":"698"} , +{"type":"Feature","id":"n3780963419","geometry":{"type":"Point","coordinates":[-0.2961856,51.6131267]},"properties":{"@type":"node","@id":3780963419,"@timestamp":1619959289},"coords":"51.6131267,-0.2961856","bedrooms":"3","price":"163000","area":"699"} , +{"type":"Feature","id":"n3780973436","geometry":{"type":"Point","coordinates":[-0.2946304,51.6131093]},"properties":{"@type":"node","@id":3780973436,"@timestamp":1444492887},"coords":"51.6131093,-0.2946304","bedrooms":"3","price":"293000","area":"520"} , +{"type":"Feature","id":"n3781041947","geometry":{"type":"Point","coordinates":[-0.2306637,51.5060632]},"properties":{"@type":"node","@id":3781041947,"@timestamp":1633027262},"coords":"51.5060632,-0.2306637","bedrooms":"0","price":"229000","area":"461"} , +{"type":"Feature","id":"n3781046467","geometry":{"type":"Point","coordinates":[-0.230937,51.5060932]},"properties":{"@type":"node","@id":3781046467,"@timestamp":1633027262},"coords":"51.5060932,-0.230937","bedrooms":"0","price":"289000","area":"586"} , +{"type":"Feature","id":"n3781056949","geometry":{"type":"Point","coordinates":[-0.2298341,51.5061946]},"properties":{"@type":"node","@id":3781056949,"@timestamp":1633027262},"coords":"51.5061946,-0.2298341","bedrooms":"3","price":"292000","area":"627"} , +{"type":"Feature","id":"n3781060732","geometry":{"type":"Point","coordinates":[-0.2319442,51.5062011]},"properties":{"@type":"node","@id":3781060732,"@timestamp":1633027262},"coords":"51.5062011,-0.2319442","bedrooms":"1","price":"262000","area":"643"} , +{"type":"Feature","id":"n3781068767","geometry":{"type":"Point","coordinates":[-0.2326599,51.5062773]},"properties":{"@type":"node","@id":3781068767,"@timestamp":1633027262},"coords":"51.5062773,-0.2326599","bedrooms":"0","price":"202000","area":"665"} , +{"type":"Feature","id":"n3781098967","geometry":{"type":"Point","coordinates":[-0.2328196,51.5012294]},"properties":{"@type":"node","@id":3781098967,"@timestamp":1620670262},"coords":"51.5012294,-0.2328196","bedrooms":"4","price":"297000","area":"473"} , +{"type":"Feature","id":"n3781541430","geometry":{"type":"Point","coordinates":[-0.1999069,51.474123]},"properties":{"@type":"node","@id":3781541430,"@timestamp":1459820231},"coords":"51.474123,-0.1999069","bedrooms":"0","price":"159000","area":"444"} , +{"type":"Feature","id":"n3782051801","geometry":{"type":"Point","coordinates":[0.4793119,51.7639176]},"properties":{"@type":"node","@id":3782051801,"@timestamp":1444572217},"coords":"51.7639176,0.4793119","bedrooms":"3","price":"296000","area":"679"} , +{"type":"Feature","id":"n3782055207","geometry":{"type":"Point","coordinates":[0.4775218,51.7651746]},"properties":{"@type":"node","@id":3782055207,"@timestamp":1444572215},"coords":"51.7651746,0.4775218","bedrooms":"3","price":"218000","area":"461"} , +{"type":"Feature","id":"n3782207864","geometry":{"type":"Point","coordinates":[-0.0875025,51.5603015]},"properties":{"@type":"node","@id":3782207864,"@timestamp":1444580017},"coords":"51.5603015,-0.0875025","bedrooms":"4","price":"195000","area":"557"} , +{"type":"Feature","id":"n3782207901","geometry":{"type":"Point","coordinates":[-0.0880593,51.5608767]},"properties":{"@type":"node","@id":3782207901,"@timestamp":1444580018},"coords":"51.5608767,-0.0880593","bedrooms":"3","price":"290000","area":"439"} , +{"type":"Feature","id":"n3782252276","geometry":{"type":"Point","coordinates":[-0.2379402,51.5063093]},"properties":{"@type":"node","@id":3782252276,"@timestamp":1633027262},"coords":"51.5063093,-0.2379402","bedrooms":"3","price":"157000","area":"445"} , +{"type":"Feature","id":"n3782253768","geometry":{"type":"Point","coordinates":[-0.2378359,51.5065538]},"properties":{"@type":"node","@id":3782253768,"@timestamp":1633027262},"coords":"51.5065538,-0.2378359","bedrooms":"1","price":"257000","area":"479"} , +{"type":"Feature","id":"n3782285559","geometry":{"type":"Point","coordinates":[-0.239147,51.5063405]},"properties":{"@type":"node","@id":3782285559,"@timestamp":1633027262},"coords":"51.5063405,-0.239147","bedrooms":"2","price":"178000","area":"568"} , +{"type":"Feature","id":"n3782395170","geometry":{"type":"Point","coordinates":[-0.1990175,51.4753167]},"properties":{"@type":"node","@id":3782395170,"@timestamp":1444589902},"coords":"51.4753167,-0.1990175","bedrooms":"3","price":"253000","area":"490"} , +{"type":"Feature","id":"n3782504052","geometry":{"type":"Point","coordinates":[0.4715802,51.7200457]},"properties":{"@type":"node","@id":3782504052,"@timestamp":1522354122},"coords":"51.7200457,0.4715802","bedrooms":"3","price":"228000","area":"557"} , +{"type":"Feature","id":"n3782616221","geometry":{"type":"Point","coordinates":[-0.3043851,51.4079412]},"properties":{"@type":"node","@id":3782616221,"@timestamp":1581418603},"coords":"51.4079412,-0.3043851","bedrooms":"0","price":"268000","area":"530"} , +{"type":"Feature","id":"n3782622597","geometry":{"type":"Point","coordinates":[-0.3170803,51.4077429]},"properties":{"@type":"node","@id":3782622597,"@timestamp":1444603179},"coords":"51.4077429,-0.3170803","bedrooms":"1","price":"241000","area":"529"} , +{"type":"Feature","id":"n3782622607","geometry":{"type":"Point","coordinates":[-0.3150201,51.4082448]},"properties":{"@type":"node","@id":3782622607,"@timestamp":1444603179},"coords":"51.4082448,-0.3150201","bedrooms":"1","price":"261000","area":"427"} , +{"type":"Feature","id":"n3782622617","geometry":{"type":"Point","coordinates":[-0.3156211,51.4080137]},"properties":{"@type":"node","@id":3782622617,"@timestamp":1444603180},"coords":"51.4080137,-0.3156211","bedrooms":"1","price":"248000","area":"688"} , +{"type":"Feature","id":"n3782622627","geometry":{"type":"Point","coordinates":[-0.3157392,51.4080572]},"properties":{"@type":"node","@id":3782622627,"@timestamp":1444603180},"coords":"51.4080572,-0.3157392","bedrooms":"4","price":"177000","area":"615"} , +{"type":"Feature","id":"n3782622637","geometry":{"type":"Point","coordinates":[-0.3160932,51.4083048]},"properties":{"@type":"node","@id":3782622637,"@timestamp":1444603181},"coords":"51.4083048,-0.3160932","bedrooms":"2","price":"209000","area":"553"} , +{"type":"Feature","id":"n3782622647","geometry":{"type":"Point","coordinates":[-0.3159913,51.4083115]},"properties":{"@type":"node","@id":3782622647,"@timestamp":1444603182},"coords":"51.4083115,-0.3159913","bedrooms":"0","price":"269000","area":"657"} , +{"type":"Feature","id":"n3782623457","geometry":{"type":"Point","coordinates":[-0.3171071,51.4076289]},"properties":{"@type":"node","@id":3782623457,"@timestamp":1444603182},"coords":"51.4076289,-0.3171071","bedrooms":"4","price":"270000","area":"464"} , +{"type":"Feature","id":"n3782623467","geometry":{"type":"Point","coordinates":[-0.3177401,51.4081812]},"properties":{"@type":"node","@id":3782623467,"@timestamp":1444603182},"coords":"51.4081812,-0.3177401","bedrooms":"0","price":"207000","area":"518"} , +{"type":"Feature","id":"n3782623477","geometry":{"type":"Point","coordinates":[-0.3148913,51.408208]},"properties":{"@type":"node","@id":3782623477,"@timestamp":1444603183},"coords":"51.408208,-0.3148913","bedrooms":"0","price":"215000","area":"487"} , +{"type":"Feature","id":"n3782623487","geometry":{"type":"Point","coordinates":[-0.3165063,51.408208]},"properties":{"@type":"node","@id":3782623487,"@timestamp":1444603183},"coords":"51.408208,-0.3165063","bedrooms":"2","price":"258000","area":"548"} , +{"type":"Feature","id":"n3782623497","geometry":{"type":"Point","coordinates":[-0.3173646,51.4079001]},"properties":{"@type":"node","@id":3782623497,"@timestamp":1444603184},"coords":"51.4079001,-0.3173646","bedrooms":"1","price":"264000","area":"556"} , +{"type":"Feature","id":"n3782623507","geometry":{"type":"Point","coordinates":[-0.3146338,51.4083316]},"properties":{"@type":"node","@id":3782623507,"@timestamp":1444603184},"coords":"51.4083316,-0.3146338","bedrooms":"1","price":"265000","area":"620"} , +{"type":"Feature","id":"n3782977279","geometry":{"type":"Point","coordinates":[-0.2407578,51.4298413]},"properties":{"@type":"node","@id":3782977279,"@timestamp":1444636451},"coords":"51.4298413,-0.2407578","bedrooms":"4","price":"176000","area":"688"} , +{"type":"Feature","id":"n3782983828","geometry":{"type":"Point","coordinates":[-0.323627,51.2408762]},"properties":{"@type":"node","@id":3782983828,"@timestamp":1569528537},"coords":"51.2408762,-0.323627","bedrooms":"1","price":"229000","area":"479"} , +{"type":"Feature","id":"n3783154808","geometry":{"type":"Point","coordinates":[-0.0605254,51.4576468]},"properties":{"@type":"node","@id":3783154808,"@timestamp":1613308857},"coords":"51.4576468,-0.0605254","bedrooms":"2","price":"238000","area":"545"} , +{"type":"Feature","id":"n3783154824","geometry":{"type":"Point","coordinates":[-0.0613007,51.4576603]},"properties":{"@type":"node","@id":3783154824,"@timestamp":1444649007},"coords":"51.4576603,-0.0613007","bedrooms":"1","price":"292000","area":"543"} , +{"type":"Feature","id":"n3783154838","geometry":{"type":"Point","coordinates":[-0.0595048,51.4569501]},"properties":{"@type":"node","@id":3783154838,"@timestamp":1613310369},"coords":"51.4569501,-0.0595048","bedrooms":"4","price":"249000","area":"446"} , +{"type":"Feature","id":"n3783173131","geometry":{"type":"Point","coordinates":[-0.0627578,51.4581252]},"properties":{"@type":"node","@id":3783173131,"@timestamp":1475185506},"coords":"51.4581252,-0.0627578","bedrooms":"0","price":"163000","area":"446"} , +{"type":"Feature","id":"n3783175793","geometry":{"type":"Point","coordinates":[-0.3782391,51.53314]},"properties":{"@type":"node","@id":3783175793,"@timestamp":1444650123},"coords":"51.53314,-0.3782391","bedrooms":"4","price":"198000","area":"464"} , +{"type":"Feature","id":"n3783188228","geometry":{"type":"Point","coordinates":[-0.4321682,51.5917091]},"properties":{"@type":"node","@id":3783188228,"@timestamp":1480982990},"coords":"51.5917091,-0.4321682","bedrooms":"3","price":"271000","area":"668"} , +{"type":"Feature","id":"n3783202355","geometry":{"type":"Point","coordinates":[-0.4331017,51.5888163]},"properties":{"@type":"node","@id":3783202355,"@timestamp":1444651711},"coords":"51.5888163,-0.4331017","bedrooms":"0","price":"237000","area":"672"} , +{"type":"Feature","id":"n3783204269","geometry":{"type":"Point","coordinates":[-0.4293036,51.5891895]},"properties":{"@type":"node","@id":3783204269,"@timestamp":1444651711},"coords":"51.5891895,-0.4293036","bedrooms":"4","price":"219000","area":"370"} , +{"type":"Feature","id":"n3783204283","geometry":{"type":"Point","coordinates":[-0.4336086,51.5894795]},"properties":{"@type":"node","@id":3783204283,"@timestamp":1444651715},"coords":"51.5894795,-0.4336086","bedrooms":"2","price":"250000","area":"648"} , +{"type":"Feature","id":"n3783282642","geometry":{"type":"Point","coordinates":[-0.0191375,51.5472383]},"properties":{"@type":"node","@id":3783282642,"@timestamp":1613750021},"coords":"51.5472383,-0.0191375","bedrooms":"4","price":"204000","area":"658"} , +{"type":"Feature","id":"n3783282653","geometry":{"type":"Point","coordinates":[-0.0188692,51.5491623]},"properties":{"@type":"node","@id":3783282653,"@timestamp":1629032436},"coords":"51.5491623,-0.0188692","bedrooms":"1","price":"241000","area":"424"} , +{"type":"Feature","id":"n3783380419","geometry":{"type":"Point","coordinates":[-0.1391729,51.5018548]},"properties":{"@type":"node","@id":3783380419,"@timestamp":1444660405},"coords":"51.5018548,-0.1391729","bedrooms":"1","price":"236000","area":"548"} , +{"type":"Feature","id":"n3783407295","geometry":{"type":"Point","coordinates":[-0.1369772,51.5021723]},"properties":{"@type":"node","@id":3783407295,"@timestamp":1444662001},"coords":"51.5021723,-0.1369772","bedrooms":"2","price":"218000","area":"502"} , +{"type":"Feature","id":"n3783411473","geometry":{"type":"Point","coordinates":[-0.1372423,51.5022211]},"properties":{"@type":"node","@id":3783411473,"@timestamp":1444662108},"coords":"51.5022211,-0.1372423","bedrooms":"0","price":"190000","area":"531"} , +{"type":"Feature","id":"n3783412730","geometry":{"type":"Point","coordinates":[-0.1358083,51.5024301]},"properties":{"@type":"node","@id":3783412730,"@timestamp":1444662730},"coords":"51.5024301,-0.1358083","bedrooms":"0","price":"294000","area":"479"} , +{"type":"Feature","id":"n3783439265","geometry":{"type":"Point","coordinates":[-0.1361769,51.5025953]},"properties":{"@type":"node","@id":3783439265,"@timestamp":1444664240},"coords":"51.5025953,-0.1361769","bedrooms":"1","price":"262000","area":"560"} , +{"type":"Feature","id":"n3783439275","geometry":{"type":"Point","coordinates":[-0.1364728,51.5028498]},"properties":{"@type":"node","@id":3783439275,"@timestamp":1444664241},"coords":"51.5028498,-0.1364728","bedrooms":"2","price":"151000","area":"599"} , +{"type":"Feature","id":"n3783439285","geometry":{"type":"Point","coordinates":[-0.1367502,51.503002]},"properties":{"@type":"node","@id":3783439285,"@timestamp":1444664241},"coords":"51.503002,-0.1367502","bedrooms":"3","price":"234000","area":"375"} , +{"type":"Feature","id":"n3783510924","geometry":{"type":"Point","coordinates":[-0.1295975,51.503796]},"properties":{"@type":"node","@id":3783510924,"@timestamp":1444667930},"coords":"51.503796,-0.1295975","bedrooms":"4","price":"263000","area":"403"} , +{"type":"Feature","id":"n3783829982","geometry":{"type":"Point","coordinates":[0.4285025,51.7305141]},"properties":{"@type":"node","@id":3783829982,"@timestamp":1444682929},"coords":"51.7305141,0.4285025","bedrooms":"4","price":"272000","area":"392"} , +{"type":"Feature","id":"n3783849839","geometry":{"type":"Point","coordinates":[0.428256,51.7300147]},"properties":{"@type":"node","@id":3783849839,"@timestamp":1444684074},"coords":"51.7300147,0.428256","bedrooms":"1","price":"263000","area":"424"} , +{"type":"Feature","id":"n3783861817","geometry":{"type":"Point","coordinates":[0.4289259,51.7300124]},"properties":{"@type":"node","@id":3783861817,"@timestamp":1444684691},"coords":"51.7300124,0.4289259","bedrooms":"2","price":"153000","area":"527"} , +{"type":"Feature","id":"n3783934837","geometry":{"type":"Point","coordinates":[-0.7995701,51.2146979]},"properties":{"@type":"node","@id":3783934837,"@timestamp":1444687770},"coords":"51.2146979,-0.7995701","bedrooms":"3","price":"204000","area":"504"} , +{"type":"Feature","id":"n3784059010","geometry":{"type":"Point","coordinates":[-0.1964904,51.474406]},"properties":{"@type":"node","@id":3784059010,"@timestamp":1456796209},"coords":"51.474406,-0.1964904","bedrooms":"2","price":"239000","area":"566"} , +{"type":"Feature","id":"n3784073991","geometry":{"type":"Point","coordinates":[-0.3052623,51.7488853]},"properties":{"@type":"node","@id":3784073991,"@timestamp":1562981575},"coords":"51.7488853,-0.3052623","bedrooms":"1","price":"228000","area":"463"} , +{"type":"Feature","id":"n3784194489","geometry":{"type":"Point","coordinates":[-0.0791882,51.5102739]},"properties":{"@type":"node","@id":3784194489,"@timestamp":1559550244},"coords":"51.5102739,-0.0791882","bedrooms":"4","price":"196000","area":"382"} , +{"type":"Feature","id":"n3784250435","geometry":{"type":"Point","coordinates":[-0.0852519,51.5176977]},"properties":{"@type":"node","@id":3784250435,"@timestamp":1571840878},"coords":"51.5176977,-0.0852519","bedrooms":"1","price":"294000","area":"653"} , +{"type":"Feature","id":"n3784363506","geometry":{"type":"Point","coordinates":[-0.1327188,51.5937516]},"properties":{"@type":"node","@id":3784363506,"@timestamp":1444726803},"coords":"51.5937516,-0.1327188","bedrooms":"3","price":"277000","area":"686"} , +{"type":"Feature","id":"n3784893136","geometry":{"type":"Point","coordinates":[-0.0567939,51.8886319]},"properties":{"@type":"node","@id":3784893136,"@timestamp":1576406510},"coords":"51.8886319,-0.0567939","bedrooms":"2","price":"242000","area":"577"} , +{"type":"Feature","id":"n3785290401","geometry":{"type":"Point","coordinates":[-0.0797823,51.5647596]},"properties":{"@type":"node","@id":3785290401,"@timestamp":1621087315},"coords":"51.5647596,-0.0797823","bedrooms":"4","price":"227000","area":"601"} , +{"type":"Feature","id":"n3785322000","geometry":{"type":"Point","coordinates":[-0.0733121,51.563499]},"properties":{"@type":"node","@id":3785322000,"@timestamp":1470600271},"coords":"51.563499,-0.0733121","bedrooms":"4","price":"153000","area":"698"} , +{"type":"Feature","id":"n3785325780","geometry":{"type":"Point","coordinates":[-0.0775674,51.5623071]},"properties":{"@type":"node","@id":3785325780,"@timestamp":1618395847},"coords":"51.5623071,-0.0775674","bedrooms":"1","price":"283000","area":"498"} , +{"type":"Feature","id":"n3785385127","geometry":{"type":"Point","coordinates":[-0.0880318,51.5611968]},"properties":{"@type":"node","@id":3785385127,"@timestamp":1614429766},"coords":"51.5611968,-0.0880318","bedrooms":"0","price":"226000","area":"535"} , +{"type":"Feature","id":"n3785386438","geometry":{"type":"Point","coordinates":[-0.0842481,51.561722]},"properties":{"@type":"node","@id":3785386438,"@timestamp":1597517703},"coords":"51.561722,-0.0842481","bedrooms":"3","price":"160000","area":"461"} , +{"type":"Feature","id":"n3785399698","geometry":{"type":"Point","coordinates":[-0.086343,51.5610663]},"properties":{"@type":"node","@id":3785399698,"@timestamp":1444774379},"coords":"51.5610663,-0.086343","bedrooms":"1","price":"272000","area":"539"} , +{"type":"Feature","id":"n3785407089","geometry":{"type":"Point","coordinates":[-0.0855276,51.5609645]},"properties":{"@type":"node","@id":3785407089,"@timestamp":1623605871},"coords":"51.5609645,-0.0855276","bedrooms":"2","price":"232000","area":"513"} , +{"type":"Feature","id":"n3785407101","geometry":{"type":"Point","coordinates":[-0.0861696,51.5615215]},"properties":{"@type":"node","@id":3785407101,"@timestamp":1524487112},"coords":"51.5615215,-0.0861696","bedrooms":"4","price":"173000","area":"437"} , +{"type":"Feature","id":"n3785435250","geometry":{"type":"Point","coordinates":[-0.0913668,51.5625453]},"properties":{"@type":"node","@id":3785435250,"@timestamp":1628349303},"coords":"51.5625453,-0.0913668","bedrooms":"4","price":"213000","area":"391"} , +{"type":"Feature","id":"n3785435667","geometry":{"type":"Point","coordinates":[-0.0877187,51.5604331]},"properties":{"@type":"node","@id":3785435667,"@timestamp":1444776145},"coords":"51.5604331,-0.0877187","bedrooms":"1","price":"274000","area":"614"} , +{"type":"Feature","id":"n3785435685","geometry":{"type":"Point","coordinates":[-0.0902563,51.5581214]},"properties":{"@type":"node","@id":3785435685,"@timestamp":1620578761},"coords":"51.5581214,-0.0902563","bedrooms":"2","price":"166000","area":"472"} , +{"type":"Feature","id":"n3785440623","geometry":{"type":"Point","coordinates":[-0.5638328,51.7624411]},"properties":{"@type":"node","@id":3785440623,"@timestamp":1444776864},"coords":"51.7624411,-0.5638328","bedrooms":"2","price":"248000","area":"679"} , +{"type":"Feature","id":"n3785442481","geometry":{"type":"Point","coordinates":[-0.0894517,51.5627504]},"properties":{"@type":"node","@id":3785442481,"@timestamp":1444776691},"coords":"51.5627504,-0.0894517","bedrooms":"2","price":"295000","area":"615"} , +{"type":"Feature","id":"n3785442498","geometry":{"type":"Point","coordinates":[-0.0903448,51.5625519]},"properties":{"@type":"node","@id":3785442498,"@timestamp":1444776691},"coords":"51.5625519,-0.0903448","bedrooms":"2","price":"242000","area":"486"} , +{"type":"Feature","id":"n3785442514","geometry":{"type":"Point","coordinates":[-0.0879789,51.5637029]},"properties":{"@type":"node","@id":3785442514,"@timestamp":1444776692},"coords":"51.5637029,-0.0879789","bedrooms":"0","price":"255000","area":"561"} , +{"type":"Feature","id":"n3785443999","geometry":{"type":"Point","coordinates":[-0.5650512,51.761615]},"properties":{"@type":"node","@id":3785443999,"@timestamp":1444776865},"coords":"51.761615,-0.5650512","bedrooms":"1","price":"156000","area":"674"} , +{"type":"Feature","id":"n3785449142","geometry":{"type":"Point","coordinates":[-0.0849965,51.5624536]},"properties":{"@type":"node","@id":3785449142,"@timestamp":1633171989},"coords":"51.5624536,-0.0849965","bedrooms":"1","price":"188000","area":"572"} , +{"type":"Feature","id":"n3785450380","geometry":{"type":"Point","coordinates":[-0.0869574,51.5621835]},"properties":{"@type":"node","@id":3785450380,"@timestamp":1603484074},"coords":"51.5621835,-0.0869574","bedrooms":"2","price":"262000","area":"697"} , +{"type":"Feature","id":"n3785455487","geometry":{"type":"Point","coordinates":[-0.0867426,51.5627187]},"properties":{"@type":"node","@id":3785455487,"@timestamp":1619368222},"coords":"51.5627187,-0.0867426","bedrooms":"1","price":"252000","area":"646"} , +{"type":"Feature","id":"n3785455505","geometry":{"type":"Point","coordinates":[-0.0867641,51.5628954]},"properties":{"@type":"node","@id":3785455505,"@timestamp":1619368216},"coords":"51.5628954,-0.0867641","bedrooms":"1","price":"281000","area":"699"} , +{"type":"Feature","id":"n3785488000","geometry":{"type":"Point","coordinates":[-0.0808549,51.566194]},"properties":{"@type":"node","@id":3785488000,"@timestamp":1444779047},"coords":"51.566194,-0.0808549","bedrooms":"0","price":"243000","area":"638"} , +{"type":"Feature","id":"n3785509159","geometry":{"type":"Point","coordinates":[-0.0947778,51.5231401]},"properties":{"@type":"node","@id":3785509159,"@timestamp":1497569130},"coords":"51.5231401,-0.0947778","bedrooms":"1","price":"266000","area":"642"} , +{"type":"Feature","id":"n3785516894","geometry":{"type":"Point","coordinates":[0.4799073,51.7351827]},"properties":{"@type":"node","@id":3785516894,"@timestamp":1453183793},"coords":"51.7351827,0.4799073","bedrooms":"2","price":"206000","area":"393"} , +{"type":"Feature","id":"n3785538140","geometry":{"type":"Point","coordinates":[-0.0925431,51.5148753]},"properties":{"@type":"node","@id":3785538140,"@timestamp":1497569130},"coords":"51.5148753,-0.0925431","bedrooms":"2","price":"191000","area":"497"} , +{"type":"Feature","id":"n3785601105","geometry":{"type":"Point","coordinates":[-0.1048452,51.5168895]},"properties":{"@type":"node","@id":3785601105,"@timestamp":1596489414},"coords":"51.5168895,-0.1048452","bedrooms":"4","price":"203000","area":"388"} , +{"type":"Feature","id":"n3785749593","geometry":{"type":"Point","coordinates":[-0.0979765,51.5366299]},"properties":{"@type":"node","@id":3785749593,"@timestamp":1497569132},"coords":"51.5366299,-0.0979765","bedrooms":"2","price":"255000","area":"673"} , +{"type":"Feature","id":"n3785895380","geometry":{"type":"Point","coordinates":[-0.0877024,51.5180368]},"properties":{"@type":"node","@id":3785895380,"@timestamp":1571840909},"coords":"51.5180368,-0.0877024","bedrooms":"1","price":"273000","area":"427"} , +{"type":"Feature","id":"n3785949987","geometry":{"type":"Point","coordinates":[0.0234391,51.4885544]},"properties":{"@type":"node","@id":3785949987,"@timestamp":1605700644},"coords":"51.4885544,0.0234391","bedrooms":"0","price":"205000","area":"355"} , +{"type":"Feature","id":"n3785959548","geometry":{"type":"Point","coordinates":[0.0407577,51.4941564]},"properties":{"@type":"node","@id":3785959548,"@timestamp":1631753504},"coords":"51.4941564,0.0407577","bedrooms":"4","price":"235000","area":"689"} , +{"type":"Feature","id":"n3786018091","geometry":{"type":"Point","coordinates":[0.033458,51.4764868]},"properties":{"@type":"node","@id":3786018091,"@timestamp":1444822846},"coords":"51.4764868,0.033458","bedrooms":"3","price":"250000","area":"425"} , +{"type":"Feature","id":"n3786124578","geometry":{"type":"Point","coordinates":[0.0713339,51.5021371]},"properties":{"@type":"node","@id":3786124578,"@timestamp":1601052905},"coords":"51.5021371,0.0713339","bedrooms":"3","price":"197000","area":"687"} , +{"type":"Feature","id":"n3786507623","geometry":{"type":"Point","coordinates":[0.4812456,51.7353679]},"properties":{"@type":"node","@id":3786507623,"@timestamp":1444847461},"coords":"51.7353679,0.4812456","bedrooms":"0","price":"271000","area":"588"} , +{"type":"Feature","id":"n3786552179","geometry":{"type":"Point","coordinates":[-0.0235941,51.598546]},"properties":{"@type":"node","@id":3786552179,"@timestamp":1444848994},"coords":"51.598546,-0.0235941","bedrooms":"1","price":"232000","area":"537"} , +{"type":"Feature","id":"n3786552189","geometry":{"type":"Point","coordinates":[-0.0228513,51.5990081]},"properties":{"@type":"node","@id":3786552189,"@timestamp":1444848995},"coords":"51.5990081,-0.0228513","bedrooms":"4","price":"238000","area":"502"} , +{"type":"Feature","id":"n3786562169","geometry":{"type":"Point","coordinates":[-0.0244418,51.5978988]},"properties":{"@type":"node","@id":3786562169,"@timestamp":1444849585},"coords":"51.5978988,-0.0244418","bedrooms":"4","price":"198000","area":"419"} , +{"type":"Feature","id":"n3786562179","geometry":{"type":"Point","coordinates":[-0.0249891,51.5969193]},"properties":{"@type":"node","@id":3786562179,"@timestamp":1444849586},"coords":"51.5969193,-0.0249891","bedrooms":"2","price":"237000","area":"408"} , +{"type":"Feature","id":"n3786568136","geometry":{"type":"Point","coordinates":[-0.0181724,51.600057]},"properties":{"@type":"node","@id":3786568136,"@timestamp":1444850219},"coords":"51.600057,-0.0181724","bedrooms":"3","price":"203000","area":"696"} , +{"type":"Feature","id":"n3786623516","geometry":{"type":"Point","coordinates":[-0.017823,51.5994577]},"properties":{"@type":"node","@id":3786623516,"@timestamp":1444851134},"coords":"51.5994577,-0.017823","bedrooms":"3","price":"267000","area":"455"} , +{"type":"Feature","id":"n3786623526","geometry":{"type":"Point","coordinates":[-0.0172793,51.5995337]},"properties":{"@type":"node","@id":3786623526,"@timestamp":1444851135},"coords":"51.5995337,-0.0172793","bedrooms":"2","price":"157000","area":"659"} , +{"type":"Feature","id":"n3786685049","geometry":{"type":"Point","coordinates":[-0.0149968,51.5997813]},"properties":{"@type":"node","@id":3786685049,"@timestamp":1444854085},"coords":"51.5997813,-0.0149968","bedrooms":"4","price":"296000","area":"688"} , +{"type":"Feature","id":"n3786685159","geometry":{"type":"Point","coordinates":[-0.0148246,51.5992891]},"properties":{"@type":"node","@id":3786685159,"@timestamp":1444854086},"coords":"51.5992891,-0.0148246","bedrooms":"2","price":"285000","area":"379"} , +{"type":"Feature","id":"n3786698541","geometry":{"type":"Point","coordinates":[-0.0294786,51.5901414]},"properties":{"@type":"node","@id":3786698541,"@timestamp":1444854941},"coords":"51.5901414,-0.0294786","bedrooms":"3","price":"228000","area":"636"} , +{"type":"Feature","id":"n3786759959","geometry":{"type":"Point","coordinates":[-0.8351179,51.411206]},"properties":{"@type":"node","@id":3786759959,"@timestamp":1621086970},"coords":"51.411206,-0.8351179","bedrooms":"4","price":"266000","area":"400"} , +{"type":"Feature","id":"n3786778711","geometry":{"type":"Point","coordinates":[-1.0803123,51.4992802]},"properties":{"@type":"node","@id":3786778711,"@timestamp":1444858566},"coords":"51.4992802,-1.0803123","bedrooms":"3","price":"214000","area":"434"} , +{"type":"Feature","id":"n3786986595","geometry":{"type":"Point","coordinates":[-0.1015874,51.5185105]},"properties":{"@type":"node","@id":3786986595,"@timestamp":1497569132},"coords":"51.5185105,-0.1015874","bedrooms":"1","price":"203000","area":"385"} , +{"type":"Feature","id":"n3787002113","geometry":{"type":"Point","coordinates":[-0.1069902,51.5131691]},"properties":{"@type":"node","@id":3787002113,"@timestamp":1486609827},"coords":"51.5131691,-0.1069902","bedrooms":"4","price":"218000","area":"649"} , +{"type":"Feature","id":"n3787036835","geometry":{"type":"Point","coordinates":[-0.0098353,51.5935714]},"properties":{"@type":"node","@id":3787036835,"@timestamp":1444886382},"coords":"51.5935714,-0.0098353","bedrooms":"1","price":"271000","area":"552"} , +{"type":"Feature","id":"n3787036847","geometry":{"type":"Point","coordinates":[-0.0118521,51.5958949]},"properties":{"@type":"node","@id":3787036847,"@timestamp":1444886383},"coords":"51.5958949,-0.0118521","bedrooms":"3","price":"216000","area":"606"} , +{"type":"Feature","id":"n3787037957","geometry":{"type":"Point","coordinates":[-0.0105761,51.5953883]},"properties":{"@type":"node","@id":3787037957,"@timestamp":1444886384},"coords":"51.5953883,-0.0105761","bedrooms":"3","price":"218000","area":"498"} , +{"type":"Feature","id":"n3787039063","geometry":{"type":"Point","coordinates":[0.4617176,51.7442944]},"properties":{"@type":"node","@id":3787039063,"@timestamp":1444887212},"coords":"51.7442944,0.4617176","bedrooms":"4","price":"283000","area":"357"} , +{"type":"Feature","id":"n3787039073","geometry":{"type":"Point","coordinates":[0.4616972,51.7441516]},"properties":{"@type":"node","@id":3787039073,"@timestamp":1444887212},"coords":"51.7441516,0.4616972","bedrooms":"0","price":"232000","area":"533"} , +{"type":"Feature","id":"n3787040022","geometry":{"type":"Point","coordinates":[-0.1193648,51.5104022]},"properties":{"@type":"node","@id":3787040022,"@timestamp":1497569133},"coords":"51.5104022,-0.1193648","bedrooms":"0","price":"242000","area":"428"} , +{"type":"Feature","id":"n3787080567","geometry":{"type":"Point","coordinates":[-0.1318685,51.4997541]},"properties":{"@type":"node","@id":3787080567,"@timestamp":1512513285},"coords":"51.4997541,-0.1318685","bedrooms":"0","price":"285000","area":"687"} , +{"type":"Feature","id":"n3787098837","geometry":{"type":"Point","coordinates":[-0.1427582,51.4986057]},"properties":{"@type":"node","@id":3787098837,"@timestamp":1497569134},"coords":"51.4986057,-0.1427582","bedrooms":"4","price":"247000","area":"543"} , +{"type":"Feature","id":"n3787422690","geometry":{"type":"Point","coordinates":[0.2944395,51.4534904]},"properties":{"@type":"node","@id":3787422690,"@timestamp":1615817606},"coords":"51.4534904,0.2944395","bedrooms":"1","price":"249000","area":"494"} , +{"type":"Feature","id":"n3787579778","geometry":{"type":"Point","coordinates":[-0.0063003,51.5961053]},"properties":{"@type":"node","@id":3787579778,"@timestamp":1444912952},"coords":"51.5961053,-0.0063003","bedrooms":"2","price":"223000","area":"476"} , +{"type":"Feature","id":"n3787596195","geometry":{"type":"Point","coordinates":[-1.0797804,51.4993022]},"properties":{"@type":"node","@id":3787596195,"@timestamp":1444913817},"coords":"51.4993022,-1.0797804","bedrooms":"2","price":"298000","area":"583"} , +{"type":"Feature","id":"n3787655902","geometry":{"type":"Point","coordinates":[-0.0047769,51.5948693]},"properties":{"@type":"node","@id":3787655902,"@timestamp":1444917751},"coords":"51.5948693,-0.0047769","bedrooms":"1","price":"248000","area":"695"} , +{"type":"Feature","id":"n3787655912","geometry":{"type":"Point","coordinates":[-0.0036122,51.5953796]},"properties":{"@type":"node","@id":3787655912,"@timestamp":1444917752},"coords":"51.5953796,-0.0036122","bedrooms":"1","price":"255000","area":"600"} , +{"type":"Feature","id":"n3787655923","geometry":{"type":"Point","coordinates":[-0.0056688,51.5964822]},"properties":{"@type":"node","@id":3787655923,"@timestamp":1444917753},"coords":"51.5964822,-0.0056688","bedrooms":"1","price":"210000","area":"680"} , +{"type":"Feature","id":"n3787999563","geometry":{"type":"Point","coordinates":[-0.0099608,51.5944219]},"properties":{"@type":"node","@id":3787999563,"@timestamp":1444935579},"coords":"51.5944219,-0.0099608","bedrooms":"1","price":"247000","area":"631"} , +{"type":"Feature","id":"n3787999573","geometry":{"type":"Point","coordinates":[-0.0104424,51.5966049]},"properties":{"@type":"node","@id":3787999573,"@timestamp":1444935580},"coords":"51.5966049,-0.0104424","bedrooms":"0","price":"271000","area":"432"} , +{"type":"Feature","id":"n3788036631","geometry":{"type":"Point","coordinates":[0.5131383,51.7380012]},"properties":{"@type":"node","@id":3788036631,"@timestamp":1444937566},"coords":"51.7380012,0.5131383","bedrooms":"1","price":"189000","area":"408"} , +{"type":"Feature","id":"n3788833069","geometry":{"type":"Point","coordinates":[0.0037931,51.2378504]},"properties":{"@type":"node","@id":3788833069,"@timestamp":1606437075},"coords":"51.2378504,0.0037931","bedrooms":"3","price":"265000","area":"358"} , +{"type":"Feature","id":"n3789025158","geometry":{"type":"Point","coordinates":[-0.0131165,51.4948966]},"properties":{"@type":"node","@id":3789025158,"@timestamp":1564908044},"coords":"51.4948966,-0.0131165","bedrooms":"2","price":"283000","area":"369"} , +{"type":"Feature","id":"n3789069982","geometry":{"type":"Point","coordinates":[-0.0593235,51.5235998]},"properties":{"@type":"node","@id":3789069982,"@timestamp":1445005601},"coords":"51.5235998,-0.0593235","bedrooms":"0","price":"197000","area":"453"} , +{"type":"Feature","id":"n3789589382","geometry":{"type":"Point","coordinates":[-0.0883366,51.5270841]},"properties":{"@type":"node","@id":3789589382,"@timestamp":1596382999},"coords":"51.5270841,-0.0883366","bedrooms":"0","price":"158000","area":"482"} , +{"type":"Feature","id":"n3789747578","geometry":{"type":"Point","coordinates":[-0.1457337,51.5702258]},"properties":{"@type":"node","@id":3789747578,"@timestamp":1445033789},"coords":"51.5702258,-0.1457337","bedrooms":"2","price":"244000","area":"428"} , +{"type":"Feature","id":"n3789762666","geometry":{"type":"Point","coordinates":[-0.1472338,51.5697524]},"properties":{"@type":"node","@id":3789762666,"@timestamp":1445034266},"coords":"51.5697524,-0.1472338","bedrooms":"3","price":"234000","area":"352"} , +{"type":"Feature","id":"n3789787779","geometry":{"type":"Point","coordinates":[-0.1458954,51.5679051]},"properties":{"@type":"node","@id":3789787779,"@timestamp":1623086280},"coords":"51.5679051,-0.1458954","bedrooms":"3","price":"215000","area":"444"} , +{"type":"Feature","id":"n3789787794","geometry":{"type":"Point","coordinates":[-0.1460966,51.567916]},"properties":{"@type":"node","@id":3789787794,"@timestamp":1623086279},"coords":"51.567916,-0.1460966","bedrooms":"4","price":"275000","area":"498"} , +{"type":"Feature","id":"n3789791650","geometry":{"type":"Point","coordinates":[-0.1451612,51.5673905]},"properties":{"@type":"node","@id":3789791650,"@timestamp":1445035747},"coords":"51.5673905,-0.1451612","bedrooms":"3","price":"218000","area":"362"} , +{"type":"Feature","id":"n3790021583","geometry":{"type":"Point","coordinates":[0.3045337,51.3662269]},"properties":{"@type":"node","@id":3790021583,"@timestamp":1448468654},"coords":"51.3662269,0.3045337","bedrooms":"1","price":"240000","area":"545"} , +{"type":"Feature","id":"n3790114687","geometry":{"type":"Point","coordinates":[-0.1455562,51.5689964]},"properties":{"@type":"node","@id":3790114687,"@timestamp":1623088172},"coords":"51.5689964,-0.1455562","bedrooms":"2","price":"212000","area":"521"} , +{"type":"Feature","id":"n3790114697","geometry":{"type":"Point","coordinates":[-0.1453537,51.5690731]},"properties":{"@type":"node","@id":3790114697,"@timestamp":1623088165},"coords":"51.5690731,-0.1453537","bedrooms":"4","price":"171000","area":"536"} , +{"type":"Feature","id":"n3790114708","geometry":{"type":"Point","coordinates":[-0.1453844,51.5690614]},"properties":{"@type":"node","@id":3790114708,"@timestamp":1623088166},"coords":"51.5690614,-0.1453844","bedrooms":"1","price":"207000","area":"468"} , +{"type":"Feature","id":"n3790123868","geometry":{"type":"Point","coordinates":[-0.1435455,51.5696014]},"properties":{"@type":"node","@id":3790123868,"@timestamp":1445077433},"coords":"51.5696014,-0.1435455","bedrooms":"1","price":"196000","area":"460"} , +{"type":"Feature","id":"n3790129682","geometry":{"type":"Point","coordinates":[-0.1431871,51.5691395]},"properties":{"@type":"node","@id":3790129682,"@timestamp":1623087827},"coords":"51.5691395,-0.1431871","bedrooms":"3","price":"160000","area":"362"} , +{"type":"Feature","id":"n3790141324","geometry":{"type":"Point","coordinates":[-0.1438381,51.5686463]},"properties":{"@type":"node","@id":3790141324,"@timestamp":1623087615},"coords":"51.5686463,-0.1438381","bedrooms":"3","price":"220000","area":"674"} , +{"type":"Feature","id":"n3790141342","geometry":{"type":"Point","coordinates":[-0.143959,51.5687555]},"properties":{"@type":"node","@id":3790141342,"@timestamp":1623087661},"coords":"51.5687555,-0.143959","bedrooms":"1","price":"182000","area":"698"} , +{"type":"Feature","id":"n3790146102","geometry":{"type":"Point","coordinates":[-0.1428545,51.5687727]},"properties":{"@type":"node","@id":3790146102,"@timestamp":1623087898},"coords":"51.5687727,-0.1428545","bedrooms":"2","price":"182000","area":"416"} , +{"type":"Feature","id":"n3790251762","geometry":{"type":"Point","coordinates":[-0.223824,51.4936605]},"properties":{"@type":"node","@id":3790251762,"@timestamp":1634815964},"coords":"51.4936605,-0.223824","bedrooms":"1","price":"254000","area":"540"} , +{"type":"Feature","id":"n3790295462","geometry":{"type":"Point","coordinates":[-0.2239821,51.4940837]},"properties":{"@type":"node","@id":3790295462,"@timestamp":1630047112},"coords":"51.4940837,-0.2239821","bedrooms":"4","price":"299000","area":"669"} , +{"type":"Feature","id":"n3790320657","geometry":{"type":"Point","coordinates":[-0.2233646,51.4972296]},"properties":{"@type":"node","@id":3790320657,"@timestamp":1629868660},"coords":"51.4972296,-0.2233646","bedrooms":"2","price":"230000","area":"629"} , +{"type":"Feature","id":"n3790332058","geometry":{"type":"Point","coordinates":[-0.2222517,51.4983792]},"properties":{"@type":"node","@id":3790332058,"@timestamp":1445092594},"coords":"51.4983792,-0.2222517","bedrooms":"3","price":"251000","area":"370"} , +{"type":"Feature","id":"n3790370732","geometry":{"type":"Point","coordinates":[-0.01146,51.5966286]},"properties":{"@type":"node","@id":3790370732,"@timestamp":1445094793},"coords":"51.5966286,-0.01146","bedrooms":"0","price":"201000","area":"549"} , +{"type":"Feature","id":"n3790370742","geometry":{"type":"Point","coordinates":[-0.0078909,51.5944992]},"properties":{"@type":"node","@id":3790370742,"@timestamp":1445094794},"coords":"51.5944992,-0.0078909","bedrooms":"4","price":"226000","area":"410"} , +{"type":"Feature","id":"n3790370753","geometry":{"type":"Point","coordinates":[-0.0089247,51.595575]},"properties":{"@type":"node","@id":3790370753,"@timestamp":1445144945},"coords":"51.595575,-0.0089247","bedrooms":"0","price":"207000","area":"367"} , +{"type":"Feature","id":"n3790372063","geometry":{"type":"Point","coordinates":[-0.0103347,51.5961063]},"properties":{"@type":"node","@id":3790372063,"@timestamp":1445094796},"coords":"51.5961063,-0.0103347","bedrooms":"1","price":"177000","area":"382"} , +{"type":"Feature","id":"n3790372073","geometry":{"type":"Point","coordinates":[-0.0083957,51.594995]},"properties":{"@type":"node","@id":3790372073,"@timestamp":1445094797},"coords":"51.594995,-0.0083957","bedrooms":"4","price":"175000","area":"480"} , +{"type":"Feature","id":"n3790372083","geometry":{"type":"Point","coordinates":[-0.008742,51.5959278]},"properties":{"@type":"node","@id":3790372083,"@timestamp":1445094798},"coords":"51.5959278,-0.008742","bedrooms":"1","price":"154000","area":"376"} , +{"type":"Feature","id":"n3790398953","geometry":{"type":"Point","coordinates":[-0.0168183,51.5939866]},"properties":{"@type":"node","@id":3790398953,"@timestamp":1616168994},"coords":"51.5939866,-0.0168183","bedrooms":"1","price":"193000","area":"415"} , +{"type":"Feature","id":"n3790452962","geometry":{"type":"Point","coordinates":[0.752639,51.3411022]},"properties":{"@type":"node","@id":3790452962,"@timestamp":1612183071},"coords":"51.3411022,0.752639","bedrooms":"0","price":"193000","area":"550"} , +{"type":"Feature","id":"n3790643747","geometry":{"type":"Point","coordinates":[-0.1785393,51.1682801]},"properties":{"@type":"node","@id":3790643747,"@timestamp":1626799044},"coords":"51.1682801,-0.1785393","bedrooms":"3","price":"267000","area":"516"} , +{"type":"Feature","id":"n3790835819","geometry":{"type":"Point","coordinates":[-0.1297964,50.9553752]},"properties":{"@type":"node","@id":3790835819,"@timestamp":1613845790},"coords":"50.9553752,-0.1297964","bedrooms":"0","price":"256000","area":"430"} , +{"type":"Feature","id":"n3791214963","geometry":{"type":"Point","coordinates":[-0.0288005,51.5919521]},"properties":{"@type":"node","@id":3791214963,"@timestamp":1445165004},"coords":"51.5919521,-0.0288005","bedrooms":"0","price":"226000","area":"468"} , +{"type":"Feature","id":"n3791253831","geometry":{"type":"Point","coordinates":[-0.0260016,51.5939051]},"properties":{"@type":"node","@id":3791253831,"@timestamp":1445168424},"coords":"51.5939051,-0.0260016","bedrooms":"0","price":"165000","area":"442"} , +{"type":"Feature","id":"n3791253841","geometry":{"type":"Point","coordinates":[-0.0282934,51.5934255]},"properties":{"@type":"node","@id":3791253841,"@timestamp":1445168425},"coords":"51.5934255,-0.0282934","bedrooms":"4","price":"226000","area":"549"} , +{"type":"Feature","id":"n3791328598","geometry":{"type":"Point","coordinates":[0.4654742,51.7583481]},"properties":{"@type":"node","@id":3791328598,"@timestamp":1540737921},"coords":"51.7583481,0.4654742","bedrooms":"2","price":"230000","area":"450"} , +{"type":"Feature","id":"n3791830558","geometry":{"type":"Point","coordinates":[-0.0742413,51.5180372]},"properties":{"@type":"node","@id":3791830558,"@timestamp":1445193783},"coords":"51.5180372,-0.0742413","bedrooms":"4","price":"212000","area":"397"} , +{"type":"Feature","id":"n3791891684","geometry":{"type":"Point","coordinates":[0.0459816,51.4938378]},"properties":{"@type":"node","@id":3791891684,"@timestamp":1632487231},"coords":"51.4938378,0.0459816","bedrooms":"0","price":"221000","area":"689"} , +{"type":"Feature","id":"n3791896929","geometry":{"type":"Point","coordinates":[-0.0258586,51.5964843]},"properties":{"@type":"node","@id":3791896929,"@timestamp":1445197389},"coords":"51.5964843,-0.0258586","bedrooms":"3","price":"231000","area":"525"} , +{"type":"Feature","id":"n3791896939","geometry":{"type":"Point","coordinates":[-0.0257235,51.5968936]},"properties":{"@type":"node","@id":3791896939,"@timestamp":1445197389},"coords":"51.5968936,-0.0257235","bedrooms":"3","price":"210000","area":"553"} , +{"type":"Feature","id":"n3791926375","geometry":{"type":"Point","coordinates":[-0.0254608,51.5982679]},"properties":{"@type":"node","@id":3791926375,"@timestamp":1445198601},"coords":"51.5982679,-0.0254608","bedrooms":"2","price":"211000","area":"471"} , +{"type":"Feature","id":"n3791926385","geometry":{"type":"Point","coordinates":[-0.0266384,51.5967092]},"properties":{"@type":"node","@id":3791926385,"@timestamp":1445198602},"coords":"51.5967092,-0.0266384","bedrooms":"0","price":"196000","area":"572"} , +{"type":"Feature","id":"n3791966072","geometry":{"type":"Point","coordinates":[-0.023486,51.5996341]},"properties":{"@type":"node","@id":3791966072,"@timestamp":1445200040},"coords":"51.5996341,-0.023486","bedrooms":"3","price":"229000","area":"358"} , +{"type":"Feature","id":"n3792073195","geometry":{"type":"Point","coordinates":[-0.8099726,51.1959745]},"properties":{"@type":"node","@id":3792073195,"@timestamp":1445206444},"coords":"51.1959745,-0.8099726","bedrooms":"1","price":"280000","area":"634"} , +{"type":"Feature","id":"n3792452936","geometry":{"type":"Point","coordinates":[0.3129547,51.4951539]},"properties":{"@type":"node","@id":3792452936,"@timestamp":1445247990},"coords":"51.4951539,0.3129547","bedrooms":"0","price":"244000","area":"628"} , +{"type":"Feature","id":"n3792908668","geometry":{"type":"Point","coordinates":[-0.0258798,51.5994124]},"properties":{"@type":"node","@id":3792908668,"@timestamp":1445272549},"coords":"51.5994124,-0.0258798","bedrooms":"4","price":"223000","area":"508"} , +{"type":"Feature","id":"n3792908678","geometry":{"type":"Point","coordinates":[-0.0256296,51.5986555]},"properties":{"@type":"node","@id":3792908678,"@timestamp":1445272549},"coords":"51.5986555,-0.0256296","bedrooms":"3","price":"247000","area":"416"} , +{"type":"Feature","id":"n3792908688","geometry":{"type":"Point","coordinates":[-0.0270162,51.596918]},"properties":{"@type":"node","@id":3792908688,"@timestamp":1445272550},"coords":"51.596918,-0.0270162","bedrooms":"4","price":"247000","area":"599"} , +{"type":"Feature","id":"n3792908698","geometry":{"type":"Point","coordinates":[-0.0274746,51.5967541]},"properties":{"@type":"node","@id":3792908698,"@timestamp":1445272551},"coords":"51.5967541,-0.0274746","bedrooms":"1","price":"203000","area":"694"} , +{"type":"Feature","id":"n3793033122","geometry":{"type":"Point","coordinates":[-0.0277142,51.5964299]},"properties":{"@type":"node","@id":3793033122,"@timestamp":1445277260},"coords":"51.5964299,-0.0277142","bedrooms":"1","price":"250000","area":"393"} , +{"type":"Feature","id":"n3793462725","geometry":{"type":"Point","coordinates":[0.3699111,51.4864496]},"properties":{"@type":"node","@id":3793462725,"@timestamp":1562972947},"coords":"51.4864496,0.3699111","bedrooms":"0","price":"169000","area":"524"} , +{"type":"Feature","id":"n3793573027","geometry":{"type":"Point","coordinates":[-0.5744605,51.7636823]},"properties":{"@type":"node","@id":3793573027,"@timestamp":1633524906},"coords":"51.7636823,-0.5744605","bedrooms":"4","price":"154000","area":"387"} , +{"type":"Feature","id":"n3793832857","geometry":{"type":"Point","coordinates":[-0.0100896,51.5087627]},"properties":{"@type":"node","@id":3793832857,"@timestamp":1564908044},"coords":"51.5087627,-0.0100896","bedrooms":"0","price":"261000","area":"670"} , +{"type":"Feature","id":"n3794273763","geometry":{"type":"Point","coordinates":[-0.0351922,51.5257941]},"properties":{"@type":"node","@id":3794273763,"@timestamp":1564908044},"coords":"51.5257941,-0.0351922","bedrooms":"1","price":"197000","area":"525"} , +{"type":"Feature","id":"n3794341944","geometry":{"type":"Point","coordinates":[-0.0802938,51.5169401]},"properties":{"@type":"node","@id":3794341944,"@timestamp":1600606446},"coords":"51.5169401,-0.0802938","bedrooms":"4","price":"160000","area":"628"} , +{"type":"Feature","id":"n3794539894","geometry":{"type":"Point","coordinates":[-0.0819028,51.5176886]},"properties":{"@type":"node","@id":3794539894,"@timestamp":1446459258},"coords":"51.5176886,-0.0819028","bedrooms":"1","price":"231000","area":"473"} , +{"type":"Feature","id":"n3794539921","geometry":{"type":"Point","coordinates":[-0.0806184,51.5174202]},"properties":{"@type":"node","@id":3794539921,"@timestamp":1596976348},"coords":"51.5174202,-0.0806184","bedrooms":"1","price":"205000","area":"427"} , +{"type":"Feature","id":"n3795176820","geometry":{"type":"Point","coordinates":[-0.971001,51.4566131]},"properties":{"@type":"node","@id":3795176820,"@timestamp":1635078147},"coords":"51.4566131,-0.971001","bedrooms":"3","price":"172000","area":"408"} , +{"type":"Feature","id":"n3795189099","geometry":{"type":"Point","coordinates":[-0.0286313,51.5962296]},"properties":{"@type":"node","@id":3795189099,"@timestamp":1445362584},"coords":"51.5962296,-0.0286313","bedrooms":"4","price":"221000","area":"619"} , +{"type":"Feature","id":"n3795189111","geometry":{"type":"Point","coordinates":[-0.0291296,51.5975918]},"properties":{"@type":"node","@id":3795189111,"@timestamp":1445362585},"coords":"51.5975918,-0.0291296","bedrooms":"2","price":"185000","area":"606"} , +{"type":"Feature","id":"n3796013024","geometry":{"type":"Point","coordinates":[-0.1259887,51.569908]},"properties":{"@type":"node","@id":3796013024,"@timestamp":1445372194},"coords":"51.569908,-0.1259887","bedrooms":"1","price":"154000","area":"423"} , +{"type":"Feature","id":"n3796087845","geometry":{"type":"Point","coordinates":[-0.1247295,51.5699084]},"properties":{"@type":"node","@id":3796087845,"@timestamp":1487629745},"coords":"51.5699084,-0.1247295","bedrooms":"2","price":"161000","area":"485"} , +{"type":"Feature","id":"n3796139651","geometry":{"type":"Point","coordinates":[-0.1231188,51.5736189]},"properties":{"@type":"node","@id":3796139651,"@timestamp":1445375091},"coords":"51.5736189,-0.1231188","bedrooms":"4","price":"251000","area":"639"} , +{"type":"Feature","id":"n3796168110","geometry":{"type":"Point","coordinates":[-0.0309147,51.5990083]},"properties":{"@type":"node","@id":3796168110,"@timestamp":1445376806},"coords":"51.5990083,-0.0309147","bedrooms":"1","price":"257000","area":"594"} , +{"type":"Feature","id":"n3796182875","geometry":{"type":"Point","coordinates":[-0.1192108,51.5740174]},"properties":{"@type":"node","@id":3796182875,"@timestamp":1445376084},"coords":"51.5740174,-0.1192108","bedrooms":"1","price":"152000","area":"411"} , +{"type":"Feature","id":"n3796186544","geometry":{"type":"Point","coordinates":[-0.1084042,51.5715751]},"properties":{"@type":"node","@id":3796186544,"@timestamp":1628343934},"coords":"51.5715751,-0.1084042","bedrooms":"4","price":"272000","area":"462"} , +{"type":"Feature","id":"n3796187485","geometry":{"type":"Point","coordinates":[-0.0289681,51.5983064]},"properties":{"@type":"node","@id":3796187485,"@timestamp":1445376392},"coords":"51.5983064,-0.0289681","bedrooms":"3","price":"225000","area":"476"} , +{"type":"Feature","id":"n3796187495","geometry":{"type":"Point","coordinates":[-0.0297215,51.5987505]},"properties":{"@type":"node","@id":3796187495,"@timestamp":1445376392},"coords":"51.5987505,-0.0297215","bedrooms":"0","price":"165000","area":"366"} , +{"type":"Feature","id":"n3796187505","geometry":{"type":"Point","coordinates":[-0.0289059,51.5978774]},"properties":{"@type":"node","@id":3796187505,"@timestamp":1445376393},"coords":"51.5978774,-0.0289059","bedrooms":"3","price":"281000","area":"695"} , +{"type":"Feature","id":"n3796187515","geometry":{"type":"Point","coordinates":[-0.0280521,51.5983164]},"properties":{"@type":"node","@id":3796187515,"@timestamp":1445376394},"coords":"51.5983164,-0.0280521","bedrooms":"2","price":"241000","area":"649"} , +{"type":"Feature","id":"n3796187525","geometry":{"type":"Point","coordinates":[-0.0293839,51.598747]},"properties":{"@type":"node","@id":3796187525,"@timestamp":1445376395},"coords":"51.598747,-0.0293839","bedrooms":"3","price":"219000","area":"433"} , +{"type":"Feature","id":"n3796189211","geometry":{"type":"Point","coordinates":[-0.0298469,51.5994065]},"properties":{"@type":"node","@id":3796189211,"@timestamp":1445376564},"coords":"51.5994065,-0.0298469","bedrooms":"3","price":"211000","area":"663"} , +{"type":"Feature","id":"n3796223236","geometry":{"type":"Point","coordinates":[-0.1037318,51.5679341]},"properties":{"@type":"node","@id":3796223236,"@timestamp":1445379520},"coords":"51.5679341,-0.1037318","bedrooms":"2","price":"221000","area":"676"} , +{"type":"Feature","id":"n3796234284","geometry":{"type":"Point","coordinates":[-0.1042789,51.5656182]},"properties":{"@type":"node","@id":3796234284,"@timestamp":1445379862},"coords":"51.5656182,-0.1042789","bedrooms":"3","price":"218000","area":"604"} , +{"type":"Feature","id":"n3796234308","geometry":{"type":"Point","coordinates":[-0.1038893,51.5652866]},"properties":{"@type":"node","@id":3796234308,"@timestamp":1445379862},"coords":"51.5652866,-0.1038893","bedrooms":"1","price":"252000","area":"481"} , +{"type":"Feature","id":"n3796261411","geometry":{"type":"Point","coordinates":[-0.1037783,51.4908808]},"properties":{"@type":"node","@id":3796261411,"@timestamp":1619834658},"coords":"51.4908808,-0.1037783","bedrooms":"0","price":"226000","area":"565"} , +{"type":"Feature","id":"n3796265632","geometry":{"type":"Point","coordinates":[-0.0940852,51.4853045]},"properties":{"@type":"node","@id":3796265632,"@timestamp":1613287023},"coords":"51.4853045,-0.0940852","bedrooms":"4","price":"209000","area":"472"} , +{"type":"Feature","id":"n3796475453","geometry":{"type":"Point","coordinates":[-0.0280337,51.5994673]},"properties":{"@type":"node","@id":3796475453,"@timestamp":1445409696},"coords":"51.5994673,-0.0280337","bedrooms":"0","price":"150000","area":"440"} , +{"type":"Feature","id":"n3796490788","geometry":{"type":"Point","coordinates":[-0.0314009,51.5993426]},"properties":{"@type":"node","@id":3796490788,"@timestamp":1447099712},"coords":"51.5993426,-0.0314009","bedrooms":"3","price":"274000","area":"556"} , +{"type":"Feature","id":"n3796490803","geometry":{"type":"Point","coordinates":[-0.0316067,51.5984691]},"properties":{"@type":"node","@id":3796490803,"@timestamp":1445409461},"coords":"51.5984691,-0.0316067","bedrooms":"3","price":"196000","area":"670"} , +{"type":"Feature","id":"n3796490818","geometry":{"type":"Point","coordinates":[-0.0329626,51.5984906]},"properties":{"@type":"node","@id":3796490818,"@timestamp":1445409463},"coords":"51.5984906,-0.0329626","bedrooms":"4","price":"243000","area":"521"} , +{"type":"Feature","id":"n3796500464","geometry":{"type":"Point","coordinates":[-0.0295234,51.6001044]},"properties":{"@type":"node","@id":3796500464,"@timestamp":1445410467},"coords":"51.6001044,-0.0295234","bedrooms":"1","price":"223000","area":"617"} , +{"type":"Feature","id":"n3796519911","geometry":{"type":"Point","coordinates":[-0.0328976,51.5995247]},"properties":{"@type":"node","@id":3796519911,"@timestamp":1445411189},"coords":"51.5995247,-0.0328976","bedrooms":"1","price":"278000","area":"375"} , +{"type":"Feature","id":"n3796538281","geometry":{"type":"Point","coordinates":[-0.0341671,51.598715]},"properties":{"@type":"node","@id":3796538281,"@timestamp":1445411471},"coords":"51.598715,-0.0341671","bedrooms":"2","price":"178000","area":"560"} , +{"type":"Feature","id":"n3796697566","geometry":{"type":"Point","coordinates":[-0.030892,51.5912133]},"properties":{"@type":"node","@id":3796697566,"@timestamp":1445420207},"coords":"51.5912133,-0.030892","bedrooms":"1","price":"278000","area":"468"} , +{"type":"Feature","id":"n3796700645","geometry":{"type":"Point","coordinates":[-0.055511,51.4164528]},"properties":{"@type":"node","@id":3796700645,"@timestamp":1614424069},"coords":"51.4164528,-0.055511","bedrooms":"0","price":"171000","area":"390"} , +{"type":"Feature","id":"n3796777183","geometry":{"type":"Point","coordinates":[-0.7185324,51.5174841]},"properties":{"@type":"node","@id":3796777183,"@timestamp":1623005302},"coords":"51.5174841,-0.7185324","bedrooms":"4","price":"230000","area":"421"} , +{"type":"Feature","id":"n3796945964","geometry":{"type":"Point","coordinates":[-0.2068156,51.4957086]},"properties":{"@type":"node","@id":3796945964,"@timestamp":1587625935},"coords":"51.4957086,-0.2068156","bedrooms":"0","price":"171000","area":"627"} , +{"type":"Feature","id":"n3796990999","geometry":{"type":"Point","coordinates":[-0.0313623,51.5900857]},"properties":{"@type":"node","@id":3796990999,"@timestamp":1445438126},"coords":"51.5900857,-0.0313623","bedrooms":"4","price":"160000","area":"454"} , +{"type":"Feature","id":"n3797000538","geometry":{"type":"Point","coordinates":[-0.0284314,51.5997639]},"properties":{"@type":"node","@id":3797000538,"@timestamp":1445438686},"coords":"51.5997639,-0.0284314","bedrooms":"1","price":"198000","area":"422"} , +{"type":"Feature","id":"n3797222228","geometry":{"type":"Point","coordinates":[-0.013698,51.4978723]},"properties":{"@type":"node","@id":3797222228,"@timestamp":1564908044},"coords":"51.4978723,-0.013698","bedrooms":"3","price":"199000","area":"500"} , +{"type":"Feature","id":"n3797572992","geometry":{"type":"Point","coordinates":[-0.0915646,51.5415517]},"properties":{"@type":"node","@id":3797572992,"@timestamp":1625013969},"coords":"51.5415517,-0.0915646","bedrooms":"4","price":"289000","area":"394"} , +{"type":"Feature","id":"n3797641470","geometry":{"type":"Point","coordinates":[0.4773851,51.7328629]},"properties":{"@type":"node","@id":3797641470,"@timestamp":1445485002},"coords":"51.7328629,0.4773851","bedrooms":"3","price":"290000","area":"502"} , +{"type":"Feature","id":"n3797641809","geometry":{"type":"Point","coordinates":[0.477054,51.7332448]},"properties":{"@type":"node","@id":3797641809,"@timestamp":1445485442},"coords":"51.7332448,0.477054","bedrooms":"4","price":"224000","area":"422"} , +{"type":"Feature","id":"n3797722250","geometry":{"type":"Point","coordinates":[0.4848956,51.7536046]},"properties":{"@type":"node","@id":3797722250,"@timestamp":1615231775},"coords":"51.7536046,0.4848956","bedrooms":"2","price":"190000","area":"575"} , +{"type":"Feature","id":"n3797781151","geometry":{"type":"Point","coordinates":[0.0946736,51.7782111]},"properties":{"@type":"node","@id":3797781151,"@timestamp":1618183452},"coords":"51.7782111,0.0946736","bedrooms":"0","price":"283000","area":"456"} , +{"type":"Feature","id":"n3798059486","geometry":{"type":"Point","coordinates":[-0.0147199,51.4999989]},"properties":{"@type":"node","@id":3798059486,"@timestamp":1564908044},"coords":"51.4999989,-0.0147199","bedrooms":"0","price":"194000","area":"668"} , +{"type":"Feature","id":"n3798143940","geometry":{"type":"Point","coordinates":[0.1340872,51.7861462]},"properties":{"@type":"node","@id":3798143940,"@timestamp":1445518468},"coords":"51.7861462,0.1340872","bedrooms":"3","price":"218000","area":"542"} , +{"type":"Feature","id":"n3798144694","geometry":{"type":"Point","coordinates":[0.1345757,51.7855105]},"properties":{"@type":"node","@id":3798144694,"@timestamp":1445518451},"coords":"51.7855105,0.1345757","bedrooms":"0","price":"207000","area":"355"} , +{"type":"Feature","id":"n3798149564","geometry":{"type":"Point","coordinates":[0.1213489,51.7857376]},"properties":{"@type":"node","@id":3798149564,"@timestamp":1623321881},"coords":"51.7857376,0.1213489","bedrooms":"4","price":"171000","area":"498"} , +{"type":"Feature","id":"n3798165938","geometry":{"type":"Point","coordinates":[-0.3071004,51.4299745]},"properties":{"@type":"node","@id":3798165938,"@timestamp":1621334034},"coords":"51.4299745,-0.3071004","bedrooms":"2","price":"239000","area":"553"} , +{"type":"Feature","id":"n3798294096","geometry":{"type":"Point","coordinates":[-0.8439101,51.7136166]},"properties":{"@type":"node","@id":3798294096,"@timestamp":1445527492},"coords":"51.7136166,-0.8439101","bedrooms":"1","price":"263000","area":"673"} , +{"type":"Feature","id":"n3798294106","geometry":{"type":"Point","coordinates":[-0.8327597,51.7307038]},"properties":{"@type":"node","@id":3798294106,"@timestamp":1445527493},"coords":"51.7307038,-0.8327597","bedrooms":"0","price":"200000","area":"507"} , +{"type":"Feature","id":"n3798427042","geometry":{"type":"Point","coordinates":[-0.2439821,51.3986317]},"properties":{"@type":"node","@id":3798427042,"@timestamp":1595197943},"coords":"51.3986317,-0.2439821","bedrooms":"2","price":"297000","area":"499"} , +{"type":"Feature","id":"n3798621431","geometry":{"type":"Point","coordinates":[-0.1910378,51.502092]},"properties":{"@type":"node","@id":3798621431,"@timestamp":1445541306},"coords":"51.502092,-0.1910378","bedrooms":"3","price":"167000","area":"384"} , +{"type":"Feature","id":"n3798768931","geometry":{"type":"Point","coordinates":[-0.0197565,51.5855142]},"properties":{"@type":"node","@id":3798768931,"@timestamp":1483376137},"coords":"51.5855142,-0.0197565","bedrooms":"0","price":"231000","area":"688"} , +{"type":"Feature","id":"n3799194496","geometry":{"type":"Point","coordinates":[-0.0274235,51.5111025]},"properties":{"@type":"node","@id":3799194496,"@timestamp":1564908044},"coords":"51.5111025,-0.0274235","bedrooms":"1","price":"158000","area":"451"} , +{"type":"Feature","id":"n3799316396","geometry":{"type":"Point","coordinates":[-0.0211539,51.5047896]},"properties":{"@type":"node","@id":3799316396,"@timestamp":1630353561},"coords":"51.5047896,-0.0211539","bedrooms":"1","price":"203000","area":"439"} , +{"type":"Feature","id":"n3799525533","geometry":{"type":"Point","coordinates":[-0.0756486,51.5466529]},"properties":{"@type":"node","@id":3799525533,"@timestamp":1448809604},"coords":"51.5466529,-0.0756486","bedrooms":"3","price":"188000","area":"551"} , +{"type":"Feature","id":"n3799757262","geometry":{"type":"Point","coordinates":[-0.1047224,51.4985938]},"properties":{"@type":"node","@id":3799757262,"@timestamp":1626977487},"coords":"51.4985938,-0.1047224","bedrooms":"4","price":"298000","area":"399"} , +{"type":"Feature","id":"n3799979330","geometry":{"type":"Point","coordinates":[0.4765241,51.7366157]},"properties":{"@type":"node","@id":3799979330,"@timestamp":1616465683},"coords":"51.7366157,0.4765241","bedrooms":"1","price":"231000","area":"614"} , +{"type":"Feature","id":"n3800175237","geometry":{"type":"Point","coordinates":[-0.085437,51.4973824]},"properties":{"@type":"node","@id":3800175237,"@timestamp":1457578628},"coords":"51.4973824,-0.085437","bedrooms":"1","price":"176000","area":"386"} , +{"type":"Feature","id":"n3800680161","geometry":{"type":"Point","coordinates":[-0.4552014,51.7478517]},"properties":{"@type":"node","@id":3800680161,"@timestamp":1592082092},"coords":"51.7478517,-0.4552014","bedrooms":"0","price":"277000","area":"458"} , +{"type":"Feature","id":"n3800695493","geometry":{"type":"Point","coordinates":[-0.5418849,51.8681686]},"properties":{"@type":"node","@id":3800695493,"@timestamp":1516209982},"coords":"51.8681686,-0.5418849","bedrooms":"4","price":"198000","area":"595"} , +{"type":"Feature","id":"n3800757041","geometry":{"type":"Point","coordinates":[0.220444,51.4436836]},"properties":{"@type":"node","@id":3800757041,"@timestamp":1595771216},"coords":"51.4436836,0.220444","bedrooms":"4","price":"198000","area":"567"} , +{"type":"Feature","id":"n3801756794","geometry":{"type":"Point","coordinates":[-0.030277,51.5997583]},"properties":{"@type":"node","@id":3801756794,"@timestamp":1445757214},"coords":"51.5997583,-0.030277","bedrooms":"4","price":"204000","area":"669"} , +{"type":"Feature","id":"n3801847162","geometry":{"type":"Point","coordinates":[-0.0303468,51.5873614]},"properties":{"@type":"node","@id":3801847162,"@timestamp":1445764649},"coords":"51.5873614,-0.0303468","bedrooms":"1","price":"198000","area":"378"} , +{"type":"Feature","id":"n3801847175","geometry":{"type":"Point","coordinates":[-0.0328915,51.5878105]},"properties":{"@type":"node","@id":3801847175,"@timestamp":1445764651},"coords":"51.5878105,-0.0328915","bedrooms":"0","price":"234000","area":"520"} , +{"type":"Feature","id":"n3801847186","geometry":{"type":"Point","coordinates":[-0.0323655,51.5864067]},"properties":{"@type":"node","@id":3801847186,"@timestamp":1445764652},"coords":"51.5864067,-0.0323655","bedrooms":"3","price":"174000","area":"527"} , +{"type":"Feature","id":"n3801857854","geometry":{"type":"Point","coordinates":[-0.0328753,51.5864255]},"properties":{"@type":"node","@id":3801857854,"@timestamp":1445765385},"coords":"51.5864255,-0.0328753","bedrooms":"4","price":"246000","area":"410"} , +{"type":"Feature","id":"n3801990048","geometry":{"type":"Point","coordinates":[-0.3424929,51.7501066]},"properties":{"@type":"node","@id":3801990048,"@timestamp":1618432928},"coords":"51.7501066,-0.3424929","bedrooms":"1","price":"220000","area":"471"} , +{"type":"Feature","id":"n3802009880","geometry":{"type":"Point","coordinates":[0.4597044,51.7207403]},"properties":{"@type":"node","@id":3802009880,"@timestamp":1617266495},"coords":"51.7207403,0.4597044","bedrooms":"2","price":"184000","area":"444"} , +{"type":"Feature","id":"n3802231543","geometry":{"type":"Point","coordinates":[-0.0342472,51.5869188]},"properties":{"@type":"node","@id":3802231543,"@timestamp":1445787791},"coords":"51.5869188,-0.0342472","bedrooms":"1","price":"263000","area":"667"} , +{"type":"Feature","id":"n3802266230","geometry":{"type":"Point","coordinates":[-0.128325,51.7392076]},"properties":{"@type":"node","@id":3802266230,"@timestamp":1578839298},"coords":"51.7392076,-0.128325","bedrooms":"3","price":"266000","area":"699"} , +{"type":"Feature","id":"n3802266401","geometry":{"type":"Point","coordinates":[-0.1570101,51.7629665]},"properties":{"@type":"node","@id":3802266401,"@timestamp":1445789728},"coords":"51.7629665,-0.1570101","bedrooms":"3","price":"168000","area":"696"} , +{"type":"Feature","id":"n3802376961","geometry":{"type":"Point","coordinates":[-0.5939392,51.3080319]},"properties":{"@type":"node","@id":3802376961,"@timestamp":1445792660},"coords":"51.3080319,-0.5939392","bedrooms":"1","price":"271000","area":"551"} , +{"type":"Feature","id":"n3802491860","geometry":{"type":"Point","coordinates":[-0.0295876,51.5891708]},"properties":{"@type":"node","@id":3802491860,"@timestamp":1445797077},"coords":"51.5891708,-0.0295876","bedrooms":"4","price":"196000","area":"628"} , +{"type":"Feature","id":"n3802531958","geometry":{"type":"Point","coordinates":[-0.0258738,51.502344]},"properties":{"@type":"node","@id":3802531958,"@timestamp":1564908044},"coords":"51.502344,-0.0258738","bedrooms":"2","price":"223000","area":"532"} , +{"type":"Feature","id":"n3802531968","geometry":{"type":"Point","coordinates":[-0.0246241,51.4923072]},"properties":{"@type":"node","@id":3802531968,"@timestamp":1582760962},"coords":"51.4923072,-0.0246241","bedrooms":"2","price":"232000","area":"419"} , +{"type":"Feature","id":"n3802531979","geometry":{"type":"Point","coordinates":[-0.0077558,51.4885139]},"properties":{"@type":"node","@id":3802531979,"@timestamp":1564908044},"coords":"51.4885139,-0.0077558","bedrooms":"3","price":"220000","area":"620"} , +{"type":"Feature","id":"n3802531989","geometry":{"type":"Point","coordinates":[-0.0093386,51.4993071]},"properties":{"@type":"node","@id":3802531989,"@timestamp":1564908044},"coords":"51.4993071,-0.0093386","bedrooms":"2","price":"252000","area":"653"} , +{"type":"Feature","id":"n3802683446","geometry":{"type":"Point","coordinates":[0.4752726,51.7319586]},"properties":{"@type":"node","@id":3802683446,"@timestamp":1581982621},"coords":"51.7319586,0.4752726","bedrooms":"2","price":"268000","area":"573"} , +{"type":"Feature","id":"n3802739621","geometry":{"type":"Point","coordinates":[-0.0315888,51.5897791]},"properties":{"@type":"node","@id":3802739621,"@timestamp":1445807771},"coords":"51.5897791,-0.0315888","bedrooms":"4","price":"158000","area":"516"} , +{"type":"Feature","id":"n3802739635","geometry":{"type":"Point","coordinates":[-0.0353377,51.5892852]},"properties":{"@type":"node","@id":3802739635,"@timestamp":1445807772},"coords":"51.5892852,-0.0353377","bedrooms":"3","price":"254000","area":"603"} , +{"type":"Feature","id":"n3802762210","geometry":{"type":"Point","coordinates":[-0.0352276,51.5901255]},"properties":{"@type":"node","@id":3802762210,"@timestamp":1458392226},"coords":"51.5901255,-0.0352276","bedrooms":"2","price":"180000","area":"454"} , +{"type":"Feature","id":"n3802762224","geometry":{"type":"Point","coordinates":[-0.0356799,51.5898518]},"properties":{"@type":"node","@id":3802762224,"@timestamp":1445808670},"coords":"51.5898518,-0.0356799","bedrooms":"1","price":"186000","area":"417"} , +{"type":"Feature","id":"n3802869387","geometry":{"type":"Point","coordinates":[0.2817833,51.4908268]},"properties":{"@type":"node","@id":3802869387,"@timestamp":1563314848},"coords":"51.4908268,0.2817833","bedrooms":"0","price":"222000","area":"473"} , +{"type":"Feature","id":"n3803278699","geometry":{"type":"Point","coordinates":[0.1770581,51.8630972]},"properties":{"@type":"node","@id":3803278699,"@timestamp":1631896653},"coords":"51.8630972,0.1770581","bedrooms":"3","price":"245000","area":"370"} , +{"type":"Feature","id":"n3803538646","geometry":{"type":"Point","coordinates":[0.1285683,51.5830256]},"properties":{"@type":"node","@id":3803538646,"@timestamp":1445866434},"coords":"51.5830256,0.1285683","bedrooms":"0","price":"231000","area":"446"} , +{"type":"Feature","id":"n3804030655","geometry":{"type":"Point","coordinates":[0.2393127,51.6334095]},"properties":{"@type":"node","@id":3804030655,"@timestamp":1445888018},"coords":"51.6334095,0.2393127","bedrooms":"2","price":"174000","area":"519"} , +{"type":"Feature","id":"n3804054462","geometry":{"type":"Point","coordinates":[0.4912587,51.7465177]},"properties":{"@type":"node","@id":3804054462,"@timestamp":1634566634},"coords":"51.7465177,0.4912587","bedrooms":"2","price":"179000","area":"409"} , +{"type":"Feature","id":"n3804083562","geometry":{"type":"Point","coordinates":[-0.0318708,51.5883923]},"properties":{"@type":"node","@id":3804083562,"@timestamp":1445890491},"coords":"51.5883923,-0.0318708","bedrooms":"2","price":"244000","area":"625"} , +{"type":"Feature","id":"n3804528767","geometry":{"type":"Point","coordinates":[-0.029822,51.5870216]},"properties":{"@type":"node","@id":3804528767,"@timestamp":1445926786},"coords":"51.5870216,-0.029822","bedrooms":"1","price":"183000","area":"414"} , +{"type":"Feature","id":"n3804684569","geometry":{"type":"Point","coordinates":[-0.3523401,51.3554136]},"properties":{"@type":"node","@id":3804684569,"@timestamp":1445938651},"coords":"51.3554136,-0.3523401","bedrooms":"4","price":"233000","area":"411"} , +{"type":"Feature","id":"n3804684579","geometry":{"type":"Point","coordinates":[-0.3466971,51.3548688]},"properties":{"@type":"node","@id":3804684579,"@timestamp":1445938651},"coords":"51.3548688,-0.3466971","bedrooms":"1","price":"159000","area":"537"} , +{"type":"Feature","id":"n3804685603","geometry":{"type":"Point","coordinates":[-0.0736888,51.5207402]},"properties":{"@type":"node","@id":3804685603,"@timestamp":1611063525},"coords":"51.5207402,-0.0736888","bedrooms":"0","price":"166000","area":"542"} , +{"type":"Feature","id":"n3804685635","geometry":{"type":"Point","coordinates":[-0.0715278,51.5203151]},"properties":{"@type":"node","@id":3804685635,"@timestamp":1611063525},"coords":"51.5203151,-0.0715278","bedrooms":"3","price":"194000","area":"513"} , +{"type":"Feature","id":"n3805122393","geometry":{"type":"Point","coordinates":[-0.080784,51.5177213]},"properties":{"@type":"node","@id":3805122393,"@timestamp":1445954493},"coords":"51.5177213,-0.080784","bedrooms":"3","price":"289000","area":"571"} , +{"type":"Feature","id":"n3805328151","geometry":{"type":"Point","coordinates":[-0.0243736,51.7876383]},"properties":{"@type":"node","@id":3805328151,"@timestamp":1597580697},"coords":"51.7876383,-0.0243736","bedrooms":"1","price":"177000","area":"537"} , +{"type":"Feature","id":"n3805599538","geometry":{"type":"Point","coordinates":[-0.226739,51.4949491]},"properties":{"@type":"node","@id":3805599538,"@timestamp":1628492145},"coords":"51.4949491,-0.226739","bedrooms":"4","price":"299000","area":"559"} , +{"type":"Feature","id":"n3805949278","geometry":{"type":"Point","coordinates":[0.008238,51.5144217]},"properties":{"@type":"node","@id":3805949278,"@timestamp":1564908044},"coords":"51.5144217,0.008238","bedrooms":"3","price":"266000","area":"398"} , +{"type":"Feature","id":"n3806650865","geometry":{"type":"Point","coordinates":[-0.3228333,51.3692532]},"properties":{"@type":"node","@id":3806650865,"@timestamp":1446037931},"coords":"51.3692532,-0.3228333","bedrooms":"2","price":"166000","area":"404"} , +{"type":"Feature","id":"n3806650875","geometry":{"type":"Point","coordinates":[-0.3263581,51.3663717]},"properties":{"@type":"node","@id":3806650875,"@timestamp":1446037931},"coords":"51.3663717,-0.3263581","bedrooms":"4","price":"234000","area":"508"} , +{"type":"Feature","id":"n3806727278","geometry":{"type":"Point","coordinates":[-0.4813224,51.4711637]},"properties":{"@type":"node","@id":3806727278,"@timestamp":1601665662},"coords":"51.4711637,-0.4813224","bedrooms":"4","price":"266000","area":"526"} , +{"type":"Feature","id":"n3806727322","geometry":{"type":"Point","coordinates":[-0.4737804,51.4711078]},"properties":{"@type":"node","@id":3806727322,"@timestamp":1446041533},"coords":"51.4711078,-0.4737804","bedrooms":"3","price":"232000","area":"443"} , +{"type":"Feature","id":"n3806841827","geometry":{"type":"Point","coordinates":[0.65749,51.3855966]},"properties":{"@type":"node","@id":3806841827,"@timestamp":1446047839},"coords":"51.3855966,0.65749","bedrooms":"3","price":"236000","area":"440"} , +{"type":"Feature","id":"n3807052747","geometry":{"type":"Point","coordinates":[-0.3203298,51.3522455]},"properties":{"@type":"node","@id":3807052747,"@timestamp":1446054914},"coords":"51.3522455,-0.3203298","bedrooms":"1","price":"217000","area":"456"} , +{"type":"Feature","id":"n3808331557","geometry":{"type":"Point","coordinates":[0.5951858,51.3618088]},"properties":{"@type":"node","@id":3808331557,"@timestamp":1446124756},"coords":"51.3618088,0.5951858","bedrooms":"0","price":"165000","area":"648"} , +{"type":"Feature","id":"n3808538637","geometry":{"type":"Point","coordinates":[-0.2104628,51.4777549]},"properties":{"@type":"node","@id":3808538637,"@timestamp":1446132756},"coords":"51.4777549,-0.2104628","bedrooms":"1","price":"225000","area":"463"} , +{"type":"Feature","id":"n3808539004","geometry":{"type":"Point","coordinates":[-0.2136379,51.4825958]},"properties":{"@type":"node","@id":3808539004,"@timestamp":1564908044},"coords":"51.4825958,-0.2136379","bedrooms":"1","price":"158000","area":"583"} , +{"type":"Feature","id":"n3808625846","geometry":{"type":"Point","coordinates":[-0.0823666,51.5177773]},"properties":{"@type":"node","@id":3808625846,"@timestamp":1446136899},"coords":"51.5177773,-0.0823666","bedrooms":"2","price":"194000","area":"659"} , +{"type":"Feature","id":"n3808626871","geometry":{"type":"Point","coordinates":[-0.0816189,51.5178225]},"properties":{"@type":"node","@id":3808626871,"@timestamp":1446136899},"coords":"51.5178225,-0.0816189","bedrooms":"2","price":"180000","area":"463"} , +{"type":"Feature","id":"n3808627066","geometry":{"type":"Point","coordinates":[-0.0822371,51.5185519]},"properties":{"@type":"node","@id":3808627066,"@timestamp":1446136901},"coords":"51.5185519,-0.0822371","bedrooms":"4","price":"283000","area":"445"} , +{"type":"Feature","id":"n3808937559","geometry":{"type":"Point","coordinates":[-0.0317722,51.5855919]},"properties":{"@type":"node","@id":3808937559,"@timestamp":1446147071},"coords":"51.5855919,-0.0317722","bedrooms":"2","price":"246000","area":"574"} , +{"type":"Feature","id":"n3809209695","geometry":{"type":"Point","coordinates":[-0.0352334,51.5854381]},"properties":{"@type":"node","@id":3809209695,"@timestamp":1446531360},"coords":"51.5854381,-0.0352334","bedrooms":"2","price":"238000","area":"443"} , +{"type":"Feature","id":"n3809209710","geometry":{"type":"Point","coordinates":[-0.0347967,51.587081]},"properties":{"@type":"node","@id":3809209710,"@timestamp":1446155056},"coords":"51.587081,-0.0347967","bedrooms":"1","price":"216000","area":"382"} , +{"type":"Feature","id":"n3809220919","geometry":{"type":"Point","coordinates":[-0.0297757,51.5860272]},"properties":{"@type":"node","@id":3809220919,"@timestamp":1446155502},"coords":"51.5860272,-0.0297757","bedrooms":"1","price":"200000","area":"677"} , +{"type":"Feature","id":"n3809744423","geometry":{"type":"Point","coordinates":[-0.0828848,51.5180898]},"properties":{"@type":"node","@id":3809744423,"@timestamp":1446200740},"coords":"51.5180898,-0.0828848","bedrooms":"2","price":"192000","area":"541"} , +{"type":"Feature","id":"n3809744572","geometry":{"type":"Point","coordinates":[-0.0835541,51.5182614]},"properties":{"@type":"node","@id":3809744572,"@timestamp":1446200741},"coords":"51.5182614,-0.0835541","bedrooms":"3","price":"255000","area":"680"} , +{"type":"Feature","id":"n3810011103","geometry":{"type":"Point","coordinates":[-0.093378,51.4303642]},"properties":{"@type":"node","@id":3810011103,"@timestamp":1446215583},"coords":"51.4303642,-0.093378","bedrooms":"4","price":"218000","area":"614"} , +{"type":"Feature","id":"n3810423659","geometry":{"type":"Point","coordinates":[0.4962999,51.4451676]},"properties":{"@type":"node","@id":3810423659,"@timestamp":1446235705},"coords":"51.4451676,0.4962999","bedrooms":"1","price":"276000","area":"542"} , +{"type":"Feature","id":"n3810589263","geometry":{"type":"Point","coordinates":[-0.9262189,51.4364809]},"properties":{"@type":"node","@id":3810589263,"@timestamp":1446247183},"coords":"51.4364809,-0.9262189","bedrooms":"0","price":"243000","area":"585"} , +{"type":"Feature","id":"n3810614973","geometry":{"type":"Point","coordinates":[-0.9234424,51.4356479]},"properties":{"@type":"node","@id":3810614973,"@timestamp":1446249601},"coords":"51.4356479,-0.9234424","bedrooms":"4","price":"160000","area":"679"} , +{"type":"Feature","id":"n3811094142","geometry":{"type":"Point","coordinates":[-0.110198,51.5110586]},"properties":{"@type":"node","@id":3811094142,"@timestamp":1462816148},"coords":"51.5110586,-0.110198","bedrooms":"1","price":"256000","area":"570"} , +{"type":"Feature","id":"n3811245573","geometry":{"type":"Point","coordinates":[-0.0366659,51.5879633]},"properties":{"@type":"node","@id":3811245573,"@timestamp":1457888215},"coords":"51.5879633,-0.0366659","bedrooms":"4","price":"242000","area":"646"} , +{"type":"Feature","id":"n3811280670","geometry":{"type":"Point","coordinates":[-0.0346489,51.5881106]},"properties":{"@type":"node","@id":3811280670,"@timestamp":1446305592},"coords":"51.5881106,-0.0346489","bedrooms":"3","price":"252000","area":"499"} , +{"type":"Feature","id":"n3811557265","geometry":{"type":"Point","coordinates":[-0.0932897,51.5655118]},"properties":{"@type":"node","@id":3811557265,"@timestamp":1446320568},"coords":"51.5655118,-0.0932897","bedrooms":"3","price":"194000","area":"488"} , +{"type":"Feature","id":"n3811567146","geometry":{"type":"Point","coordinates":[-0.0894617,51.5706975]},"properties":{"@type":"node","@id":3811567146,"@timestamp":1511266755},"coords":"51.5706975,-0.0894617","bedrooms":"3","price":"219000","area":"529"} , +{"type":"Feature","id":"n3811574440","geometry":{"type":"Point","coordinates":[-0.0898092,51.5702289]},"properties":{"@type":"node","@id":3811574440,"@timestamp":1624100352},"coords":"51.5702289,-0.0898092","bedrooms":"0","price":"192000","area":"612"} , +{"type":"Feature","id":"n3811606785","geometry":{"type":"Point","coordinates":[-0.1030532,51.5712617]},"properties":{"@type":"node","@id":3811606785,"@timestamp":1446323022},"coords":"51.5712617,-0.1030532","bedrooms":"1","price":"157000","area":"624"} , +{"type":"Feature","id":"n3811606804","geometry":{"type":"Point","coordinates":[-0.1026186,51.57114]},"properties":{"@type":"node","@id":3811606804,"@timestamp":1626639854},"coords":"51.57114,-0.1026186","bedrooms":"3","price":"168000","area":"685"} , +{"type":"Feature","id":"n3811614945","geometry":{"type":"Point","coordinates":[-0.1014277,51.5698697]},"properties":{"@type":"node","@id":3811614945,"@timestamp":1628343963},"coords":"51.5698697,-0.1014277","bedrooms":"0","price":"256000","area":"431"} , +{"type":"Feature","id":"n3811614955","geometry":{"type":"Point","coordinates":[-0.1009986,51.5701014]},"properties":{"@type":"node","@id":3811614955,"@timestamp":1628345233},"coords":"51.5701014,-0.1009986","bedrooms":"2","price":"222000","area":"350"} , +{"type":"Feature","id":"n3811622665","geometry":{"type":"Point","coordinates":[-0.0998828,51.5708216]},"properties":{"@type":"node","@id":3811622665,"@timestamp":1628345236},"coords":"51.5708216,-0.0998828","bedrooms":"0","price":"157000","area":"619"} , +{"type":"Feature","id":"n3811642698","geometry":{"type":"Point","coordinates":[-0.1424254,51.5683048]},"properties":{"@type":"node","@id":3811642698,"@timestamp":1623087182},"coords":"51.5683048,-0.1424254","bedrooms":"1","price":"187000","area":"674"} , +{"type":"Feature","id":"n3811649503","geometry":{"type":"Point","coordinates":[-0.1425996,51.5683859]},"properties":{"@type":"node","@id":3811649503,"@timestamp":1446325507},"coords":"51.5683859,-0.1425996","bedrooms":"3","price":"219000","area":"536"} , +{"type":"Feature","id":"n3811670901","geometry":{"type":"Point","coordinates":[-0.1426748,51.5680724]},"properties":{"@type":"node","@id":3811670901,"@timestamp":1457947386},"coords":"51.5680724,-0.1426748","bedrooms":"1","price":"258000","area":"645"} , +{"type":"Feature","id":"n3811695883","geometry":{"type":"Point","coordinates":[-0.1436242,51.5672021]},"properties":{"@type":"node","@id":3811695883,"@timestamp":1446326819},"coords":"51.5672021,-0.1436242","bedrooms":"1","price":"249000","area":"632"} , +{"type":"Feature","id":"n3811695899","geometry":{"type":"Point","coordinates":[-0.1432541,51.5675487]},"properties":{"@type":"node","@id":3811695899,"@timestamp":1623086931},"coords":"51.5675487,-0.1432541","bedrooms":"4","price":"205000","area":"448"} , +{"type":"Feature","id":"n3811695913","geometry":{"type":"Point","coordinates":[-0.1429188,51.5676273]},"properties":{"@type":"node","@id":3811695913,"@timestamp":1623086990},"coords":"51.5676273,-0.1429188","bedrooms":"1","price":"191000","area":"638"} , +{"type":"Feature","id":"n3811701512","geometry":{"type":"Point","coordinates":[-0.1446837,51.5672188]},"properties":{"@type":"node","@id":3811701512,"@timestamp":1446327398},"coords":"51.5672188,-0.1446837","bedrooms":"1","price":"218000","area":"667"} , +{"type":"Feature","id":"n3811701554","geometry":{"type":"Point","coordinates":[-0.1453006,51.5673255]},"properties":{"@type":"node","@id":3811701554,"@timestamp":1446327399},"coords":"51.5673255,-0.1453006","bedrooms":"0","price":"157000","area":"544"} , +{"type":"Feature","id":"n3811702277","geometry":{"type":"Point","coordinates":[-0.1441741,51.5680408]},"properties":{"@type":"node","@id":3811702277,"@timestamp":1446327399},"coords":"51.5680408,-0.1441741","bedrooms":"4","price":"291000","area":"578"} , +{"type":"Feature","id":"n3811702306","geometry":{"type":"Point","coordinates":[-0.1443779,51.5673772]},"properties":{"@type":"node","@id":3811702306,"@timestamp":1623086546},"coords":"51.5673772,-0.1443779","bedrooms":"2","price":"150000","area":"678"} , +{"type":"Feature","id":"n3812326212","geometry":{"type":"Point","coordinates":[-0.0321714,51.5911049]},"properties":{"@type":"node","@id":3812326212,"@timestamp":1446369756},"coords":"51.5911049,-0.0321714","bedrooms":"4","price":"270000","area":"624"} , +{"type":"Feature","id":"n3812709078","geometry":{"type":"Point","coordinates":[-0.0321204,51.5932991]},"properties":{"@type":"node","@id":3812709078,"@timestamp":1446393794},"coords":"51.5932991,-0.0321204","bedrooms":"1","price":"201000","area":"641"} , +{"type":"Feature","id":"n3812726409","geometry":{"type":"Point","coordinates":[-0.0322599,51.5918299]},"properties":{"@type":"node","@id":3812726409,"@timestamp":1446396189},"coords":"51.5918299,-0.0322599","bedrooms":"0","price":"164000","area":"572"} , +{"type":"Feature","id":"n3812761458","geometry":{"type":"Point","coordinates":[-0.0312125,51.5922291]},"properties":{"@type":"node","@id":3812761458,"@timestamp":1446396515},"coords":"51.5922291,-0.0312125","bedrooms":"4","price":"285000","area":"416"} , +{"type":"Feature","id":"n3812761518","geometry":{"type":"Point","coordinates":[-0.030809,51.5919029]},"properties":{"@type":"node","@id":3812761518,"@timestamp":1446396184},"coords":"51.5919029,-0.030809","bedrooms":"1","price":"235000","area":"436"} , +{"type":"Feature","id":"n3812882830","geometry":{"type":"Point","coordinates":[-0.0334279,51.5936844]},"properties":{"@type":"node","@id":3812882830,"@timestamp":1446401584},"coords":"51.5936844,-0.0334279","bedrooms":"4","price":"205000","area":"495"} , +{"type":"Feature","id":"n3812882846","geometry":{"type":"Point","coordinates":[-0.0329083,51.5939955]},"properties":{"@type":"node","@id":3812882846,"@timestamp":1446401586},"coords":"51.5939955,-0.0329083","bedrooms":"4","price":"170000","area":"388"} , +{"type":"Feature","id":"n3812899217","geometry":{"type":"Point","coordinates":[-0.0369825,51.5804595]},"properties":{"@type":"node","@id":3812899217,"@timestamp":1446402561},"coords":"51.5804595,-0.0369825","bedrooms":"3","price":"244000","area":"509"} , +{"type":"Feature","id":"n3812960173","geometry":{"type":"Point","coordinates":[-0.0378928,51.5807062]},"properties":{"@type":"node","@id":3812960173,"@timestamp":1446405272},"coords":"51.5807062,-0.0378928","bedrooms":"0","price":"189000","area":"573"} , +{"type":"Feature","id":"n3813059973","geometry":{"type":"Point","coordinates":[-0.0399031,51.5836589]},"properties":{"@type":"node","@id":3813059973,"@timestamp":1446410079},"coords":"51.5836589,-0.0399031","bedrooms":"2","price":"249000","area":"669"} , +{"type":"Feature","id":"n3813059983","geometry":{"type":"Point","coordinates":[-0.0408286,51.5839455]},"properties":{"@type":"node","@id":3813059983,"@timestamp":1446410080},"coords":"51.5839455,-0.0408286","bedrooms":"0","price":"212000","area":"623"} , +{"type":"Feature","id":"n3813059993","geometry":{"type":"Point","coordinates":[-0.041538,51.5854812]},"properties":{"@type":"node","@id":3813059993,"@timestamp":1446410080},"coords":"51.5854812,-0.041538","bedrooms":"1","price":"201000","area":"638"} , +{"type":"Feature","id":"n3813060003","geometry":{"type":"Point","coordinates":[-0.0380197,51.5840523]},"properties":{"@type":"node","@id":3813060003,"@timestamp":1446410081},"coords":"51.5840523,-0.0380197","bedrooms":"0","price":"205000","area":"510"} , +{"type":"Feature","id":"n3813067866","geometry":{"type":"Point","coordinates":[-0.0409417,51.5848072]},"properties":{"@type":"node","@id":3813067866,"@timestamp":1446410586},"coords":"51.5848072,-0.0409417","bedrooms":"1","price":"249000","area":"681"} , +{"type":"Feature","id":"n3813067876","geometry":{"type":"Point","coordinates":[-0.0391638,51.5852815]},"properties":{"@type":"node","@id":3813067876,"@timestamp":1446410586},"coords":"51.5852815,-0.0391638","bedrooms":"0","price":"296000","area":"448"} , +{"type":"Feature","id":"n3813098214","geometry":{"type":"Point","coordinates":[-0.0376582,51.5838905]},"properties":{"@type":"node","@id":3813098214,"@timestamp":1446411663},"coords":"51.5838905,-0.0376582","bedrooms":"4","price":"252000","area":"372"} , +{"type":"Feature","id":"n3813125811","geometry":{"type":"Point","coordinates":[0.0045085,51.513734]},"properties":{"@type":"node","@id":3813125811,"@timestamp":1624810979},"coords":"51.513734,0.0045085","bedrooms":"0","price":"156000","area":"380"} , +{"type":"Feature","id":"n3813175679","geometry":{"type":"Point","coordinates":[0.4540018,51.7387538]},"properties":{"@type":"node","@id":3813175679,"@timestamp":1446416025},"coords":"51.7387538,0.4540018","bedrooms":"0","price":"219000","area":"408"} , +{"type":"Feature","id":"n3813175689","geometry":{"type":"Point","coordinates":[0.4553567,51.7394902]},"properties":{"@type":"node","@id":3813175689,"@timestamp":1446416025},"coords":"51.7394902,0.4553567","bedrooms":"4","price":"209000","area":"565"} , +{"type":"Feature","id":"n3813311360","geometry":{"type":"Point","coordinates":[-0.1030579,51.520853]},"properties":{"@type":"node","@id":3813311360,"@timestamp":1499199427},"coords":"51.520853,-0.1030579","bedrooms":"3","price":"250000","area":"537"} , +{"type":"Feature","id":"n3813414590","geometry":{"type":"Point","coordinates":[-0.0368714,51.5847261]},"properties":{"@type":"node","@id":3813414590,"@timestamp":1446444417},"coords":"51.5847261,-0.0368714","bedrooms":"1","price":"282000","area":"433"} , +{"type":"Feature","id":"n3813603160","geometry":{"type":"Point","coordinates":[-0.9362358,51.4555529]},"properties":{"@type":"node","@id":3813603160,"@timestamp":1631476424},"coords":"51.4555529,-0.9362358","bedrooms":"0","price":"220000","area":"525"} , +{"type":"Feature","id":"n3813640280","geometry":{"type":"Point","coordinates":[-0.0816353,51.5176258]},"properties":{"@type":"node","@id":3813640280,"@timestamp":1446459253},"coords":"51.5176258,-0.0816353","bedrooms":"3","price":"182000","area":"498"} , +{"type":"Feature","id":"n3813667447","geometry":{"type":"Point","coordinates":[-0.0903756,51.5252264]},"properties":{"@type":"node","@id":3813667447,"@timestamp":1628342392},"coords":"51.5252264,-0.0903756","bedrooms":"4","price":"221000","area":"602"} , +{"type":"Feature","id":"n3813864111","geometry":{"type":"Point","coordinates":[-0.1028215,51.4824728]},"properties":{"@type":"node","@id":3813864111,"@timestamp":1446473700},"coords":"51.4824728,-0.1028215","bedrooms":"2","price":"178000","area":"382"} , +{"type":"Feature","id":"n3814536223","geometry":{"type":"Point","coordinates":[-0.0381646,51.5857474]},"properties":{"@type":"node","@id":3814536223,"@timestamp":1446500927},"coords":"51.5857474,-0.0381646","bedrooms":"2","price":"274000","area":"520"} , +{"type":"Feature","id":"n3814578486","geometry":{"type":"Point","coordinates":[-0.0377561,51.5854638]},"properties":{"@type":"node","@id":3814578486,"@timestamp":1446500447},"coords":"51.5854638,-0.0377561","bedrooms":"2","price":"228000","area":"617"} , +{"type":"Feature","id":"n3814678720","geometry":{"type":"Point","coordinates":[-1.0697557,51.2896416]},"properties":{"@type":"node","@id":3814678720,"@timestamp":1634495032},"coords":"51.2896416,-1.0697557","bedrooms":"0","price":"153000","area":"461"} , +{"type":"Feature","id":"n3814681285","geometry":{"type":"Point","coordinates":[-1.0665671,51.296553]},"properties":{"@type":"node","@id":3814681285,"@timestamp":1480982830},"coords":"51.296553,-1.0665671","bedrooms":"1","price":"242000","area":"659"} , +{"type":"Feature","id":"n3814713079","geometry":{"type":"Point","coordinates":[0.5362963,51.760294]},"properties":{"@type":"node","@id":3814713079,"@timestamp":1446508154},"coords":"51.760294,0.5362963","bedrooms":"3","price":"202000","area":"372"} , +{"type":"Feature","id":"n3814948153","geometry":{"type":"Point","coordinates":[0.4640789,51.735774]},"properties":{"@type":"node","@id":3814948153,"@timestamp":1617277052},"coords":"51.735774,0.4640789","bedrooms":"1","price":"249000","area":"581"} , +{"type":"Feature","id":"n3815400215","geometry":{"type":"Point","coordinates":[-0.1795715,51.65147]},"properties":{"@type":"node","@id":3815400215,"@timestamp":1553294556},"coords":"51.65147,-0.1795715","bedrooms":"0","price":"265000","area":"407"} , +{"type":"Feature","id":"n3815649259","geometry":{"type":"Point","coordinates":[-0.0119367,51.5112578]},"properties":{"@type":"node","@id":3815649259,"@timestamp":1564908044},"coords":"51.5112578,-0.0119367","bedrooms":"0","price":"235000","area":"386"} , +{"type":"Feature","id":"n3815940875","geometry":{"type":"Point","coordinates":[-0.3224734,51.3162372]},"properties":{"@type":"node","@id":3815940875,"@timestamp":1446576015},"coords":"51.3162372,-0.3224734","bedrooms":"1","price":"256000","area":"622"} , +{"type":"Feature","id":"n3815963467","geometry":{"type":"Point","coordinates":[0.486891,51.7327464]},"properties":{"@type":"node","@id":3815963467,"@timestamp":1446577134},"coords":"51.7327464,0.486891","bedrooms":"4","price":"223000","area":"355"} , +{"type":"Feature","id":"n3816097109","geometry":{"type":"Point","coordinates":[-0.0822969,51.5134758]},"properties":{"@type":"node","@id":3816097109,"@timestamp":1564908044},"coords":"51.5134758,-0.0822969","bedrooms":"1","price":"294000","area":"429"} , +{"type":"Feature","id":"n3816284602","geometry":{"type":"Point","coordinates":[-1.0621269,51.2856018]},"properties":{"@type":"node","@id":3816284602,"@timestamp":1612220965},"coords":"51.2856018,-1.0621269","bedrooms":"3","price":"245000","area":"574"} , +{"type":"Feature","id":"n3817115564","geometry":{"type":"Point","coordinates":[0.4589313,51.7392513]},"properties":{"@type":"node","@id":3817115564,"@timestamp":1446642241},"coords":"51.7392513,0.4589313","bedrooms":"4","price":"209000","area":"426"} , +{"type":"Feature","id":"n3817136733","geometry":{"type":"Point","coordinates":[0.4599993,51.7388715]},"properties":{"@type":"node","@id":3817136733,"@timestamp":1446643367},"coords":"51.7388715,0.4599993","bedrooms":"2","price":"297000","area":"398"} , +{"type":"Feature","id":"n3817153636","geometry":{"type":"Point","coordinates":[0.4605324,51.738858]},"properties":{"@type":"node","@id":3817153636,"@timestamp":1446644307},"coords":"51.738858,0.4605324","bedrooms":"1","price":"194000","area":"378"} , +{"type":"Feature","id":"n3817821720","geometry":{"type":"Point","coordinates":[-0.2477497,51.5181029]},"properties":{"@type":"node","@id":3817821720,"@timestamp":1614879374},"coords":"51.5181029,-0.2477497","bedrooms":"4","price":"258000","area":"450"} , +{"type":"Feature","id":"n3817850260","geometry":{"type":"Point","coordinates":[-0.1233197,51.4858265]},"properties":{"@type":"node","@id":3817850260,"@timestamp":1633720142},"coords":"51.4858265,-0.1233197","bedrooms":"2","price":"177000","area":"417"} , +{"type":"Feature","id":"n3818359106","geometry":{"type":"Point","coordinates":[-0.1692798,51.496442]},"properties":{"@type":"node","@id":3818359106,"@timestamp":1573842234},"coords":"51.496442,-0.1692798","bedrooms":"4","price":"276000","area":"657"} , +{"type":"Feature","id":"n3818482810","geometry":{"type":"Point","coordinates":[-0.1489824,51.4855436]},"properties":{"@type":"node","@id":3818482810,"@timestamp":1515399183},"coords":"51.4855436,-0.1489824","bedrooms":"0","price":"213000","area":"404"} , +{"type":"Feature","id":"n3819378345","geometry":{"type":"Point","coordinates":[-0.3031853,51.4129551]},"properties":{"@type":"node","@id":3819378345,"@timestamp":1620083248},"coords":"51.4129551,-0.3031853","bedrooms":"4","price":"199000","area":"367"} , +{"type":"Feature","id":"n3819684442","geometry":{"type":"Point","coordinates":[-0.7348096,51.3474318]},"properties":{"@type":"node","@id":3819684442,"@timestamp":1446759545},"coords":"51.3474318,-0.7348096","bedrooms":"0","price":"167000","area":"564"} , +{"type":"Feature","id":"n3819714915","geometry":{"type":"Point","coordinates":[0.650624,51.8095818]},"properties":{"@type":"node","@id":3819714915,"@timestamp":1454867661},"coords":"51.8095818,0.650624","bedrooms":"2","price":"180000","area":"644"} , +{"type":"Feature","id":"n3819782205","geometry":{"type":"Point","coordinates":[0.5383186,51.7589287]},"properties":{"@type":"node","@id":3819782205,"@timestamp":1446763465},"coords":"51.7589287,0.5383186","bedrooms":"1","price":"188000","area":"532"} , +{"type":"Feature","id":"n3819782215","geometry":{"type":"Point","coordinates":[0.5409699,51.7576504]},"properties":{"@type":"node","@id":3819782215,"@timestamp":1446763466},"coords":"51.7576504,0.5409699","bedrooms":"0","price":"229000","area":"553"} , +{"type":"Feature","id":"n3820743508","geometry":{"type":"Point","coordinates":[-0.0983145,51.4394404]},"properties":{"@type":"node","@id":3820743508,"@timestamp":1630436637},"coords":"51.4394404,-0.0983145","bedrooms":"0","price":"217000","area":"687"} , +{"type":"Feature","id":"n3820749019","geometry":{"type":"Point","coordinates":[-0.0165823,51.5110238]},"properties":{"@type":"node","@id":3820749019,"@timestamp":1564908044},"coords":"51.5110238,-0.0165823","bedrooms":"4","price":"181000","area":"516"} , +{"type":"Feature","id":"n3820890216","geometry":{"type":"Point","coordinates":[-0.0548582,51.5273768]},"properties":{"@type":"node","@id":3820890216,"@timestamp":1564908044},"coords":"51.5273768,-0.0548582","bedrooms":"3","price":"236000","area":"616"} , +{"type":"Feature","id":"n3821402897","geometry":{"type":"Point","coordinates":[-0.9376316,51.0052771]},"properties":{"@type":"node","@id":3821402897,"@timestamp":1550240086},"coords":"51.0052771,-0.9376316","bedrooms":"1","price":"217000","area":"613"} , +{"type":"Feature","id":"n3821638887","geometry":{"type":"Point","coordinates":[0.5402177,51.758394]},"properties":{"@type":"node","@id":3821638887,"@timestamp":1446844431},"coords":"51.758394,0.5402177","bedrooms":"1","price":"279000","area":"416"} , +{"type":"Feature","id":"n3822028542","geometry":{"type":"Point","coordinates":[0.547367,51.7630951]},"properties":{"@type":"node","@id":3822028542,"@timestamp":1446856281},"coords":"51.7630951,0.547367","bedrooms":"2","price":"158000","area":"390"} , +{"type":"Feature","id":"n3822028552","geometry":{"type":"Point","coordinates":[0.5471636,51.762533]},"properties":{"@type":"node","@id":3822028552,"@timestamp":1446856281},"coords":"51.762533,0.5471636","bedrooms":"1","price":"229000","area":"482"} , +{"type":"Feature","id":"n3822416884","geometry":{"type":"Point","coordinates":[0.5458936,51.7639443]},"properties":{"@type":"node","@id":3822416884,"@timestamp":1446890755},"coords":"51.7639443,0.5458936","bedrooms":"4","price":"153000","area":"454"} , +{"type":"Feature","id":"n3822753426","geometry":{"type":"Point","coordinates":[-0.0725765,51.5488708]},"properties":{"@type":"node","@id":3822753426,"@timestamp":1446905149},"coords":"51.5488708,-0.0725765","bedrooms":"2","price":"258000","area":"414"} , +{"type":"Feature","id":"n3823000445","geometry":{"type":"Point","coordinates":[0.65381,51.8106263]},"properties":{"@type":"node","@id":3823000445,"@timestamp":1446916261},"coords":"51.8106263,0.65381","bedrooms":"2","price":"207000","area":"631"} , +{"type":"Feature","id":"n3823143494","geometry":{"type":"Point","coordinates":[-0.085072,51.5548965]},"properties":{"@type":"node","@id":3823143494,"@timestamp":1446920572},"coords":"51.5548965,-0.085072","bedrooms":"4","price":"202000","area":"619"} , +{"type":"Feature","id":"n3823144411","geometry":{"type":"Point","coordinates":[-0.0833152,51.5572255]},"properties":{"@type":"node","@id":3823144411,"@timestamp":1623601413},"coords":"51.5572255,-0.0833152","bedrooms":"1","price":"208000","area":"631"} , +{"type":"Feature","id":"n3823157579","geometry":{"type":"Point","coordinates":[-0.0834389,51.5584659]},"properties":{"@type":"node","@id":3823157579,"@timestamp":1446921204},"coords":"51.5584659,-0.0834389","bedrooms":"0","price":"162000","area":"463"} , +{"type":"Feature","id":"n3823267318","geometry":{"type":"Point","coordinates":[0.5737171,51.3404875]},"properties":{"@type":"node","@id":3823267318,"@timestamp":1631789694},"coords":"51.3404875,0.5737171","bedrooms":"3","price":"189000","area":"403"} , +{"type":"Feature","id":"n3823720159","geometry":{"type":"Point","coordinates":[-0.0739683,51.490582]},"properties":{"@type":"node","@id":3823720159,"@timestamp":1446949063},"coords":"51.490582,-0.0739683","bedrooms":"3","price":"173000","area":"459"} , +{"type":"Feature","id":"n3823784235","geometry":{"type":"Point","coordinates":[-0.0336794,51.4819014]},"properties":{"@type":"node","@id":3823784235,"@timestamp":1570138232},"coords":"51.4819014,-0.0336794","bedrooms":"2","price":"186000","area":"629"} , +{"type":"Feature","id":"n3824462464","geometry":{"type":"Point","coordinates":[-0.9648641,51.4563168]},"properties":{"@type":"node","@id":3824462464,"@timestamp":1564606850},"coords":"51.4563168,-0.9648641","bedrooms":"3","price":"218000","area":"563"} , +{"type":"Feature","id":"n3824668404","geometry":{"type":"Point","coordinates":[-0.9618743,51.7903582]},"properties":{"@type":"node","@id":3824668404,"@timestamp":1531738191},"coords":"51.7903582,-0.9618743","bedrooms":"3","price":"160000","area":"451"} , +{"type":"Feature","id":"n3825922816","geometry":{"type":"Point","coordinates":[0.0864673,51.3760861]},"properties":{"@type":"node","@id":3825922816,"@timestamp":1613386658},"coords":"51.3760861,0.0864673","bedrooms":"0","price":"227000","area":"559"} , +{"type":"Feature","id":"n3825936292","geometry":{"type":"Point","coordinates":[0.0870221,51.3759022]},"properties":{"@type":"node","@id":3825936292,"@timestamp":1613386658},"coords":"51.3759022,0.0870221","bedrooms":"2","price":"277000","area":"552"} , +{"type":"Feature","id":"n3825936335","geometry":{"type":"Point","coordinates":[0.0839023,51.3790517]},"properties":{"@type":"node","@id":3825936335,"@timestamp":1603659284},"coords":"51.3790517,0.0839023","bedrooms":"3","price":"203000","area":"472"} , +{"type":"Feature","id":"n3825936573","geometry":{"type":"Point","coordinates":[0.0887195,51.3736037]},"properties":{"@type":"node","@id":3825936573,"@timestamp":1564523747},"coords":"51.3736037,0.0887195","bedrooms":"0","price":"279000","area":"681"} , +{"type":"Feature","id":"n3826394843","geometry":{"type":"Point","coordinates":[-0.0867353,51.5607594]},"properties":{"@type":"node","@id":3826394843,"@timestamp":1447066963},"coords":"51.5607594,-0.0867353","bedrooms":"3","price":"234000","area":"590"} , +{"type":"Feature","id":"n3826608986","geometry":{"type":"Point","coordinates":[-0.0485631,51.5632197]},"properties":{"@type":"node","@id":3826608986,"@timestamp":1447076117},"coords":"51.5632197,-0.0485631","bedrooms":"1","price":"205000","area":"542"} , +{"type":"Feature","id":"n3826652796","geometry":{"type":"Point","coordinates":[-0.0467398,51.5619923]},"properties":{"@type":"node","@id":3826652796,"@timestamp":1447076953},"coords":"51.5619923,-0.0467398","bedrooms":"0","price":"195000","area":"414"} , +{"type":"Feature","id":"n3826652808","geometry":{"type":"Point","coordinates":[-0.048404,51.5622024]},"properties":{"@type":"node","@id":3826652808,"@timestamp":1475267314},"coords":"51.5622024,-0.048404","bedrooms":"1","price":"277000","area":"671"} , +{"type":"Feature","id":"n3826652819","geometry":{"type":"Point","coordinates":[-0.048292,51.5624829]},"properties":{"@type":"node","@id":3826652819,"@timestamp":1447076953},"coords":"51.5624829,-0.048292","bedrooms":"0","price":"170000","area":"691"} , +{"type":"Feature","id":"n3826806963","geometry":{"type":"Point","coordinates":[-0.0302214,51.5178957]},"properties":{"@type":"node","@id":3826806963,"@timestamp":1625655858},"coords":"51.5178957,-0.0302214","bedrooms":"1","price":"201000","area":"643"} , +{"type":"Feature","id":"n3826859298","geometry":{"type":"Point","coordinates":[-0.0398292,51.5304497]},"properties":{"@type":"node","@id":3826859298,"@timestamp":1564908044},"coords":"51.5304497,-0.0398292","bedrooms":"0","price":"173000","area":"639"} , +{"type":"Feature","id":"n3827126211","geometry":{"type":"Point","coordinates":[-0.0471798,51.5611239]},"properties":{"@type":"node","@id":3827126211,"@timestamp":1532393727},"coords":"51.5611239,-0.0471798","bedrooms":"3","price":"231000","area":"351"} , +{"type":"Feature","id":"n3827179970","geometry":{"type":"Point","coordinates":[-0.0487514,51.5631994]},"properties":{"@type":"node","@id":3827179970,"@timestamp":1571901502},"coords":"51.5631994,-0.0487514","bedrooms":"4","price":"239000","area":"514"} , +{"type":"Feature","id":"n3827555253","geometry":{"type":"Point","coordinates":[-0.941013,51.459938]},"properties":{"@type":"node","@id":3827555253,"@timestamp":1447103084},"coords":"51.459938,-0.941013","bedrooms":"3","price":"188000","area":"401"} , +{"type":"Feature","id":"n3827607982","geometry":{"type":"Point","coordinates":[-0.9371904,51.4598353]},"properties":{"@type":"node","@id":3827607982,"@timestamp":1447105267},"coords":"51.4598353,-0.9371904","bedrooms":"3","price":"150000","area":"633"} , +{"type":"Feature","id":"n3827622048","geometry":{"type":"Point","coordinates":[-0.9346837,51.4605207]},"properties":{"@type":"node","@id":3827622048,"@timestamp":1551237728},"coords":"51.4605207,-0.9346837","bedrooms":"4","price":"223000","area":"675"} , +{"type":"Feature","id":"n3827778657","geometry":{"type":"Point","coordinates":[0.10767,51.5203298]},"properties":{"@type":"node","@id":3827778657,"@timestamp":1611419629},"coords":"51.5203298,0.10767","bedrooms":"2","price":"260000","area":"615"} , +{"type":"Feature","id":"n3829688354","geometry":{"type":"Point","coordinates":[-1.0923343,51.2875363]},"properties":{"@type":"node","@id":3829688354,"@timestamp":1447184274},"coords":"51.2875363,-1.0923343","bedrooms":"1","price":"185000","area":"548"} , +{"type":"Feature","id":"n3829857943","geometry":{"type":"Point","coordinates":[-0.2111979,51.4933028]},"properties":{"@type":"node","@id":3829857943,"@timestamp":1635412925},"coords":"51.4933028,-0.2111979","bedrooms":"4","price":"224000","area":"469"} , +{"type":"Feature","id":"n3830082376","geometry":{"type":"Point","coordinates":[0.5390664,51.7615515]},"properties":{"@type":"node","@id":3830082376,"@timestamp":1447200317},"coords":"51.7615515,0.5390664","bedrooms":"4","price":"181000","area":"650"} , +{"type":"Feature","id":"n3830093878","geometry":{"type":"Point","coordinates":[0.5356944,51.7613374]},"properties":{"@type":"node","@id":3830093878,"@timestamp":1447201129},"coords":"51.7613374,0.5356944","bedrooms":"3","price":"217000","area":"633"} , +{"type":"Feature","id":"n3830100281","geometry":{"type":"Point","coordinates":[-0.0053308,51.5371048]},"properties":{"@type":"node","@id":3830100281,"@timestamp":1522944553},"coords":"51.5371048,-0.0053308","bedrooms":"3","price":"286000","area":"479"} , +{"type":"Feature","id":"n3830580705","geometry":{"type":"Point","coordinates":[-0.1110072,51.5170184]},"properties":{"@type":"node","@id":3830580705,"@timestamp":1604762480},"coords":"51.5170184,-0.1110072","bedrooms":"0","price":"245000","area":"355"} , +{"type":"Feature","id":"n3831143371","geometry":{"type":"Point","coordinates":[-0.1183033,51.5162578]},"properties":{"@type":"node","@id":3831143371,"@timestamp":1491243973},"coords":"51.5162578,-0.1183033","bedrooms":"3","price":"177000","area":"641"} , +{"type":"Feature","id":"n3831143381","geometry":{"type":"Point","coordinates":[-0.1154959,51.5205123]},"properties":{"@type":"node","@id":3831143381,"@timestamp":1619269323},"coords":"51.5205123,-0.1154959","bedrooms":"4","price":"257000","area":"420"} , +{"type":"Feature","id":"n3831181974","geometry":{"type":"Point","coordinates":[-0.1078238,51.5216966]},"properties":{"@type":"node","@id":3831181974,"@timestamp":1497569135},"coords":"51.5216966,-0.1078238","bedrooms":"2","price":"228000","area":"394"} , +{"type":"Feature","id":"n3831800758","geometry":{"type":"Point","coordinates":[-0.0556899,51.5270905]},"properties":{"@type":"node","@id":3831800758,"@timestamp":1569054319},"coords":"51.5270905,-0.0556899","bedrooms":"2","price":"276000","area":"557"} , +{"type":"Feature","id":"n3831836438","geometry":{"type":"Point","coordinates":[-0.4382927,51.4661864]},"properties":{"@type":"node","@id":3831836438,"@timestamp":1447284785},"coords":"51.4661864,-0.4382927","bedrooms":"3","price":"278000","area":"473"} , +{"type":"Feature","id":"n3831836744","geometry":{"type":"Point","coordinates":[-0.4860917,51.4694398]},"properties":{"@type":"node","@id":3831836744,"@timestamp":1447284791},"coords":"51.4694398,-0.4860917","bedrooms":"1","price":"289000","area":"584"} , +{"type":"Feature","id":"n3831837014","geometry":{"type":"Point","coordinates":[-0.480575,51.4702161]},"properties":{"@type":"node","@id":3831837014,"@timestamp":1447284795},"coords":"51.4702161,-0.480575","bedrooms":"0","price":"238000","area":"616"} , +{"type":"Feature","id":"n3831837205","geometry":{"type":"Point","coordinates":[-0.4805824,51.4710143]},"properties":{"@type":"node","@id":3831837205,"@timestamp":1447284797},"coords":"51.4710143,-0.4805824","bedrooms":"1","price":"216000","area":"572"} , +{"type":"Feature","id":"n3831837405","geometry":{"type":"Point","coordinates":[-0.4805878,51.4718198]},"properties":{"@type":"node","@id":3831837405,"@timestamp":1447284799},"coords":"51.4718198,-0.4805878","bedrooms":"2","price":"262000","area":"562"} , +{"type":"Feature","id":"n3831837650","geometry":{"type":"Point","coordinates":[-0.4805956,51.4727814]},"properties":{"@type":"node","@id":3831837650,"@timestamp":1447284802},"coords":"51.4727814,-0.4805956","bedrooms":"0","price":"151000","area":"616"} , +{"type":"Feature","id":"n3831837907","geometry":{"type":"Point","coordinates":[-0.4819792,51.4737978]},"properties":{"@type":"node","@id":3831837907,"@timestamp":1447284807},"coords":"51.4737978,-0.4819792","bedrooms":"4","price":"183000","area":"627"} , +{"type":"Feature","id":"n3831844378","geometry":{"type":"Point","coordinates":[-0.0952442,51.4538098]},"properties":{"@type":"node","@id":3831844378,"@timestamp":1447285197},"coords":"51.4538098,-0.0952442","bedrooms":"4","price":"189000","area":"651"} , +{"type":"Feature","id":"n3832396645","geometry":{"type":"Point","coordinates":[0.0975737,51.5413478]},"properties":{"@type":"node","@id":3832396645,"@timestamp":1550302890},"coords":"51.5413478,0.0975737","bedrooms":"3","price":"295000","area":"443"} , +{"type":"Feature","id":"n3832599897","geometry":{"type":"Point","coordinates":[-0.1142168,51.5279997]},"properties":{"@type":"node","@id":3832599897,"@timestamp":1497569135},"coords":"51.5279997,-0.1142168","bedrooms":"3","price":"155000","area":"452"} , +{"type":"Feature","id":"n3832753970","geometry":{"type":"Point","coordinates":[0.6530361,51.8104587]},"properties":{"@type":"node","@id":3832753970,"@timestamp":1447342953},"coords":"51.8104587,0.6530361","bedrooms":"4","price":"279000","area":"675"} , +{"type":"Feature","id":"n3833111116","geometry":{"type":"Point","coordinates":[-0.1078254,51.5259848]},"properties":{"@type":"node","@id":3833111116,"@timestamp":1622016787},"coords":"51.5259848,-0.1078254","bedrooms":"1","price":"247000","area":"554"} , +{"type":"Feature","id":"n3833419117","geometry":{"type":"Point","coordinates":[-0.0394117,51.5889787]},"properties":{"@type":"node","@id":3833419117,"@timestamp":1447363888},"coords":"51.5889787,-0.0394117","bedrooms":"1","price":"286000","area":"514"} , +{"type":"Feature","id":"n3833426290","geometry":{"type":"Point","coordinates":[-0.0393855,51.5891465]},"properties":{"@type":"node","@id":3833426290,"@timestamp":1461298141},"coords":"51.5891465,-0.0393855","bedrooms":"3","price":"210000","area":"442"} , +{"type":"Feature","id":"n3834224957","geometry":{"type":"Point","coordinates":[-0.9625385,51.2837043]},"properties":{"@type":"node","@id":3834224957,"@timestamp":1447421186},"coords":"51.2837043,-0.9625385","bedrooms":"1","price":"206000","area":"415"} , +{"type":"Feature","id":"n3834448772","geometry":{"type":"Point","coordinates":[-0.1119799,51.5238857]},"properties":{"@type":"node","@id":3834448772,"@timestamp":1497569136},"coords":"51.5238857,-0.1119799","bedrooms":"2","price":"152000","area":"579"} , +{"type":"Feature","id":"n3834459517","geometry":{"type":"Point","coordinates":[-1.0240776,51.5630498]},"properties":{"@type":"node","@id":3834459517,"@timestamp":1447428854},"coords":"51.5630498,-1.0240776","bedrooms":"1","price":"205000","area":"639"} , +{"type":"Feature","id":"n3834491333","geometry":{"type":"Point","coordinates":[-0.9917346,51.5510883]},"properties":{"@type":"node","@id":3834491333,"@timestamp":1447430763},"coords":"51.5510883,-0.9917346","bedrooms":"0","price":"170000","area":"443"} , +{"type":"Feature","id":"n3834650093","geometry":{"type":"Point","coordinates":[-0.0821317,51.496563]},"properties":{"@type":"node","@id":3834650093,"@timestamp":1564908044},"coords":"51.496563,-0.0821317","bedrooms":"0","price":"150000","area":"594"} , +{"type":"Feature","id":"n3834755799","geometry":{"type":"Point","coordinates":[-0.0552012,51.545734]},"properties":{"@type":"node","@id":3834755799,"@timestamp":1586897600},"coords":"51.545734,-0.0552012","bedrooms":"2","price":"186000","area":"624"} , +{"type":"Feature","id":"n3834774292","geometry":{"type":"Point","coordinates":[-0.1184447,51.5258127]},"properties":{"@type":"node","@id":3834774292,"@timestamp":1596478588},"coords":"51.5258127,-0.1184447","bedrooms":"0","price":"237000","area":"470"} , +{"type":"Feature","id":"n3834774302","geometry":{"type":"Point","coordinates":[-0.1265129,51.5282459]},"properties":{"@type":"node","@id":3834774302,"@timestamp":1617224840},"coords":"51.5282459,-0.1265129","bedrooms":"4","price":"278000","area":"593"} , +{"type":"Feature","id":"n3834790773","geometry":{"type":"Point","coordinates":[-0.1151713,51.5219619]},"properties":{"@type":"node","@id":3834790773,"@timestamp":1631111311},"coords":"51.5219619,-0.1151713","bedrooms":"0","price":"237000","area":"457"} , +{"type":"Feature","id":"n3834935422","geometry":{"type":"Point","coordinates":[-0.5861435,50.9405256]},"properties":{"@type":"node","@id":3834935422,"@timestamp":1447450225},"coords":"50.9405256,-0.5861435","bedrooms":"4","price":"261000","area":"391"} , +{"type":"Feature","id":"n3835002633","geometry":{"type":"Point","coordinates":[-0.9699877,51.4550511]},"properties":{"@type":"node","@id":3835002633,"@timestamp":1605906631},"coords":"51.4550511,-0.9699877","bedrooms":"1","price":"252000","area":"519"} , +{"type":"Feature","id":"n3835079407","geometry":{"type":"Point","coordinates":[-0.0795027,51.5534344]},"properties":{"@type":"node","@id":3835079407,"@timestamp":1481472212},"coords":"51.5534344,-0.0795027","bedrooms":"4","price":"153000","area":"477"} , +{"type":"Feature","id":"n3835356831","geometry":{"type":"Point","coordinates":[-0.0193775,51.5047923]},"properties":{"@type":"node","@id":3835356831,"@timestamp":1634574680},"coords":"51.5047923,-0.0193775","bedrooms":"2","price":"172000","area":"578"} , +{"type":"Feature","id":"n3835356841","geometry":{"type":"Point","coordinates":[-0.0212355,51.5049984]},"properties":{"@type":"node","@id":3835356841,"@timestamp":1634574930},"coords":"51.5049984,-0.0212355","bedrooms":"1","price":"268000","area":"357"} , +{"type":"Feature","id":"n3835356851","geometry":{"type":"Point","coordinates":[-0.0210684,51.5051736]},"properties":{"@type":"node","@id":3835356851,"@timestamp":1634574913},"coords":"51.5051736,-0.0210684","bedrooms":"2","price":"168000","area":"600"} , +{"type":"Feature","id":"n3835357161","geometry":{"type":"Point","coordinates":[-0.0184861,51.5047702]},"properties":{"@type":"node","@id":3835357161,"@timestamp":1634574571},"coords":"51.5047702,-0.0184861","bedrooms":"1","price":"157000","area":"523"} , +{"type":"Feature","id":"n3835357171","geometry":{"type":"Point","coordinates":[-0.0171421,51.5048585]},"properties":{"@type":"node","@id":3835357171,"@timestamp":1634574513},"coords":"51.5048585,-0.0171421","bedrooms":"2","price":"274000","area":"436"} , +{"type":"Feature","id":"n3835357181","geometry":{"type":"Point","coordinates":[-0.0177283,51.5046886]},"properties":{"@type":"node","@id":3835357181,"@timestamp":1634574542},"coords":"51.5046886,-0.0177283","bedrooms":"3","price":"273000","area":"609"} , +{"type":"Feature","id":"n3835357191","geometry":{"type":"Point","coordinates":[-0.021207,51.5051896]},"properties":{"@type":"node","@id":3835357191,"@timestamp":1634574924},"coords":"51.5051896,-0.021207","bedrooms":"1","price":"167000","area":"461"} , +{"type":"Feature","id":"n3835357201","geometry":{"type":"Point","coordinates":[-0.0178096,51.5048273]},"properties":{"@type":"node","@id":3835357201,"@timestamp":1634574467},"coords":"51.5048273,-0.0178096","bedrooms":"3","price":"288000","area":"409"} , +{"type":"Feature","id":"n3835357211","geometry":{"type":"Point","coordinates":[-0.0176094,51.5046774]},"properties":{"@type":"node","@id":3835357211,"@timestamp":1634574525},"coords":"51.5046774,-0.0176094","bedrooms":"0","price":"259000","area":"678"} , +{"type":"Feature","id":"n3835357221","geometry":{"type":"Point","coordinates":[-0.0203266,51.5045835]},"properties":{"@type":"node","@id":3835357221,"@timestamp":1591537165},"coords":"51.5045835,-0.0203266","bedrooms":"4","price":"285000","area":"505"} , +{"type":"Feature","id":"n3835357231","geometry":{"type":"Point","coordinates":[-0.0199731,51.5050273]},"properties":{"@type":"node","@id":3835357231,"@timestamp":1591537165},"coords":"51.5050273,-0.0199731","bedrooms":"2","price":"283000","area":"622"} , +{"type":"Feature","id":"n3835756385","geometry":{"type":"Point","coordinates":[0.5326776,51.0951489]},"properties":{"@type":"node","@id":3835756385,"@timestamp":1447512904},"coords":"51.0951489,0.5326776","bedrooms":"3","price":"267000","area":"573"} , +{"type":"Feature","id":"n3835895493","geometry":{"type":"Point","coordinates":[-0.3481588,51.4831201]},"properties":{"@type":"node","@id":3835895493,"@timestamp":1447515576},"coords":"51.4831201,-0.3481588","bedrooms":"0","price":"212000","area":"505"} , +{"type":"Feature","id":"n3835925573","geometry":{"type":"Point","coordinates":[-0.3479891,51.486548]},"properties":{"@type":"node","@id":3835925573,"@timestamp":1503493162},"coords":"51.486548,-0.3479891","bedrooms":"3","price":"287000","area":"627"} , +{"type":"Feature","id":"n3835977839","geometry":{"type":"Point","coordinates":[-0.3516635,51.490732]},"properties":{"@type":"node","@id":3835977839,"@timestamp":1447518892},"coords":"51.490732,-0.3516635","bedrooms":"0","price":"219000","area":"383"} , +{"type":"Feature","id":"n3835988185","geometry":{"type":"Point","coordinates":[-0.354934,51.4934137]},"properties":{"@type":"node","@id":3835988185,"@timestamp":1447519389},"coords":"51.4934137,-0.354934","bedrooms":"3","price":"295000","area":"352"} , +{"type":"Feature","id":"n3836030393","geometry":{"type":"Point","coordinates":[-0.3485638,51.4936904]},"properties":{"@type":"node","@id":3836030393,"@timestamp":1447520806},"coords":"51.4936904,-0.3485638","bedrooms":"4","price":"220000","area":"458"} , +{"type":"Feature","id":"n3836111480","geometry":{"type":"Point","coordinates":[-0.9673872,51.1517844]},"properties":{"@type":"node","@id":3836111480,"@timestamp":1625070690},"coords":"51.1517844,-0.9673872","bedrooms":"4","price":"249000","area":"355"} , +{"type":"Feature","id":"n3836462238","geometry":{"type":"Point","coordinates":[-1.0822387,51.2677568]},"properties":{"@type":"node","@id":3836462238,"@timestamp":1543255824},"coords":"51.2677568,-1.0822387","bedrooms":"2","price":"285000","area":"602"} , +{"type":"Feature","id":"n3836544929","geometry":{"type":"Point","coordinates":[-0.0223781,51.5938983]},"properties":{"@type":"node","@id":3836544929,"@timestamp":1486489708},"coords":"51.5938983,-0.0223781","bedrooms":"4","price":"200000","area":"631"} , +{"type":"Feature","id":"n3836745796","geometry":{"type":"Point","coordinates":[-0.1608362,51.0880163]},"properties":{"@type":"node","@id":3836745796,"@timestamp":1447557894},"coords":"51.0880163,-0.1608362","bedrooms":"1","price":"209000","area":"505"} , +{"type":"Feature","id":"n3837088049","geometry":{"type":"Point","coordinates":[-0.5477699,50.9437451]},"properties":{"@type":"node","@id":3837088049,"@timestamp":1447585655},"coords":"50.9437451,-0.5477699","bedrooms":"2","price":"195000","area":"440"} , +{"type":"Feature","id":"n3837289000","geometry":{"type":"Point","coordinates":[-0.0124267,51.5466663]},"properties":{"@type":"node","@id":3837289000,"@timestamp":1597830876},"coords":"51.5466663,-0.0124267","bedrooms":"1","price":"225000","area":"373"} , +{"type":"Feature","id":"n3837637803","geometry":{"type":"Point","coordinates":[-0.0061181,51.5462254]},"properties":{"@type":"node","@id":3837637803,"@timestamp":1597829385},"coords":"51.5462254,-0.0061181","bedrooms":"1","price":"170000","area":"370"} , +{"type":"Feature","id":"n3838023413","geometry":{"type":"Point","coordinates":[-0.1242071,51.5357871]},"properties":{"@type":"node","@id":3838023413,"@timestamp":1447623347},"coords":"51.5357871,-0.1242071","bedrooms":"4","price":"158000","area":"408"} , +{"type":"Feature","id":"n3838071132","geometry":{"type":"Point","coordinates":[-0.2280388,51.4247976]},"properties":{"@type":"node","@id":3838071132,"@timestamp":1447624483},"coords":"51.4247976,-0.2280388","bedrooms":"1","price":"185000","area":"428"} , +{"type":"Feature","id":"n3838493264","geometry":{"type":"Point","coordinates":[-0.0111033,51.5312446]},"properties":{"@type":"node","@id":3838493264,"@timestamp":1564908044},"coords":"51.5312446,-0.0111033","bedrooms":"1","price":"153000","area":"382"} , +{"type":"Feature","id":"n3839064124","geometry":{"type":"Point","coordinates":[-0.053415,51.5660901]},"properties":{"@type":"node","@id":3839064124,"@timestamp":1551627893},"coords":"51.5660901,-0.053415","bedrooms":"4","price":"201000","area":"353"} , +{"type":"Feature","id":"n3839068439","geometry":{"type":"Point","coordinates":[-0.0411462,51.6542892]},"properties":{"@type":"node","@id":3839068439,"@timestamp":1447685395},"coords":"51.6542892,-0.0411462","bedrooms":"2","price":"276000","area":"662"} , +{"type":"Feature","id":"n3839068451","geometry":{"type":"Point","coordinates":[-0.0410234,51.6546512]},"properties":{"@type":"node","@id":3839068451,"@timestamp":1529168879},"coords":"51.6546512,-0.0410234","bedrooms":"1","price":"237000","area":"677"} , +{"type":"Feature","id":"n3839069844","geometry":{"type":"Point","coordinates":[-0.0430196,51.6534696]},"properties":{"@type":"node","@id":3839069844,"@timestamp":1549323622},"coords":"51.6534696,-0.0430196","bedrooms":"3","price":"263000","area":"546"} , +{"type":"Feature","id":"n3839070578","geometry":{"type":"Point","coordinates":[-0.0413849,51.6536204]},"properties":{"@type":"node","@id":3839070578,"@timestamp":1447685185},"coords":"51.6536204,-0.0413849","bedrooms":"2","price":"250000","area":"366"} , +{"type":"Feature","id":"n3839070615","geometry":{"type":"Point","coordinates":[-0.0413045,51.65385]},"properties":{"@type":"node","@id":3839070615,"@timestamp":1447685186},"coords":"51.65385,-0.0413045","bedrooms":"0","price":"185000","area":"391"} , +{"type":"Feature","id":"n3839073465","geometry":{"type":"Point","coordinates":[-0.0394145,51.6557159]},"properties":{"@type":"node","@id":3839073465,"@timestamp":1529168880},"coords":"51.6557159,-0.0394145","bedrooms":"1","price":"244000","area":"390"} , +{"type":"Feature","id":"n3839073477","geometry":{"type":"Point","coordinates":[-0.0427798,51.6543008]},"properties":{"@type":"node","@id":3839073477,"@timestamp":1447685396},"coords":"51.6543008,-0.0427798","bedrooms":"0","price":"168000","area":"456"} , +{"type":"Feature","id":"n3839720280","geometry":{"type":"Point","coordinates":[-0.8361206,51.2843687]},"properties":{"@type":"node","@id":3839720280,"@timestamp":1447703085},"coords":"51.2843687,-0.8361206","bedrooms":"2","price":"161000","area":"507"} , +{"type":"Feature","id":"n3839850975","geometry":{"type":"Point","coordinates":[-0.7799762,51.2891368]},"properties":{"@type":"node","@id":3839850975,"@timestamp":1551237728},"coords":"51.2891368,-0.7799762","bedrooms":"2","price":"163000","area":"384"} , +{"type":"Feature","id":"n3839879854","geometry":{"type":"Point","coordinates":[-0.0338451,51.5825315]},"properties":{"@type":"node","@id":3839879854,"@timestamp":1447708602},"coords":"51.5825315,-0.0338451","bedrooms":"3","price":"269000","area":"513"} , +{"type":"Feature","id":"n3839882764","geometry":{"type":"Point","coordinates":[-0.0344288,51.5828334]},"properties":{"@type":"node","@id":3839882764,"@timestamp":1447708602},"coords":"51.5828334,-0.0344288","bedrooms":"3","price":"176000","area":"568"} , +{"type":"Feature","id":"n3839962883","geometry":{"type":"Point","coordinates":[-0.7812124,51.2839977]},"properties":{"@type":"node","@id":3839962883,"@timestamp":1626787217},"coords":"51.2839977,-0.7812124","bedrooms":"0","price":"250000","area":"500"} , +{"type":"Feature","id":"n3840885062","geometry":{"type":"Point","coordinates":[-0.1799981,51.5419388]},"properties":{"@type":"node","@id":3840885062,"@timestamp":1598846781},"coords":"51.5419388,-0.1799981","bedrooms":"0","price":"282000","area":"412"} , +{"type":"Feature","id":"n3841303956","geometry":{"type":"Point","coordinates":[-0.1681671,51.4440286]},"properties":{"@type":"node","@id":3841303956,"@timestamp":1584491483},"coords":"51.4440286,-0.1681671","bedrooms":"1","price":"248000","area":"371"} , +{"type":"Feature","id":"n3841304071","geometry":{"type":"Point","coordinates":[-0.1664951,51.4454761]},"properties":{"@type":"node","@id":3841304071,"@timestamp":1447780034},"coords":"51.4454761,-0.1664951","bedrooms":"1","price":"238000","area":"403"} , +{"type":"Feature","id":"n3841304497","geometry":{"type":"Point","coordinates":[-0.1682475,51.4483226]},"properties":{"@type":"node","@id":3841304497,"@timestamp":1447780038},"coords":"51.4483226,-0.1682475","bedrooms":"0","price":"232000","area":"389"} , +{"type":"Feature","id":"n3841314702","geometry":{"type":"Point","coordinates":[-0.1665177,51.4512668]},"properties":{"@type":"node","@id":3841314702,"@timestamp":1447780531},"coords":"51.4512668,-0.1665177","bedrooms":"2","price":"279000","area":"401"} , +{"type":"Feature","id":"n3841314712","geometry":{"type":"Point","coordinates":[-0.1666933,51.4508539]},"properties":{"@type":"node","@id":3841314712,"@timestamp":1447780532},"coords":"51.4508539,-0.1666933","bedrooms":"2","price":"219000","area":"648"} , +{"type":"Feature","id":"n3841610536","geometry":{"type":"Point","coordinates":[-0.0214874,51.527538]},"properties":{"@type":"node","@id":3841610536,"@timestamp":1447790297},"coords":"51.527538,-0.0214874","bedrooms":"3","price":"289000","area":"646"} , +{"type":"Feature","id":"n3841814757","geometry":{"type":"Point","coordinates":[-0.2130829,51.4599588]},"properties":{"@type":"node","@id":3841814757,"@timestamp":1629759798},"coords":"51.4599588,-0.2130829","bedrooms":"2","price":"271000","area":"372"} , +{"type":"Feature","id":"n3841896141","geometry":{"type":"Point","coordinates":[-0.0993908,51.5250314]},"properties":{"@type":"node","@id":3841896141,"@timestamp":1447801963},"coords":"51.5250314,-0.0993908","bedrooms":"1","price":"183000","area":"418"} , +{"type":"Feature","id":"n3842085691","geometry":{"type":"Point","coordinates":[-0.0160123,51.516975]},"properties":{"@type":"node","@id":3842085691,"@timestamp":1447822639},"coords":"51.516975,-0.0160123","bedrooms":"4","price":"206000","area":"625"} , +{"type":"Feature","id":"n3842176134","geometry":{"type":"Point","coordinates":[0.6365135,51.2519776]},"properties":{"@type":"node","@id":3842176134,"@timestamp":1447831379},"coords":"51.2519776,0.6365135","bedrooms":"1","price":"295000","area":"467"} , +{"type":"Feature","id":"n3842185230","geometry":{"type":"Point","coordinates":[0.1053101,51.283401]},"properties":{"@type":"node","@id":3842185230,"@timestamp":1447832135},"coords":"51.283401,0.1053101","bedrooms":"2","price":"267000","area":"482"} , +{"type":"Feature","id":"n3842210180","geometry":{"type":"Point","coordinates":[-0.2706221,51.2856624]},"properties":{"@type":"node","@id":3842210180,"@timestamp":1447833532},"coords":"51.2856624,-0.2706221","bedrooms":"0","price":"274000","area":"656"} , +{"type":"Feature","id":"n3842692864","geometry":{"type":"Point","coordinates":[0.7727328,51.4183642]},"properties":{"@type":"node","@id":3842692864,"@timestamp":1447862566},"coords":"51.4183642,0.7727328","bedrooms":"0","price":"191000","area":"388"} , +{"type":"Feature","id":"n3842695066","geometry":{"type":"Point","coordinates":[0.7686498,51.4370254]},"properties":{"@type":"node","@id":3842695066,"@timestamp":1447862563},"coords":"51.4370254,0.7686498","bedrooms":"2","price":"277000","area":"657"} , +{"type":"Feature","id":"n3843282861","geometry":{"type":"Point","coordinates":[-0.1745886,51.5434763]},"properties":{"@type":"node","@id":3843282861,"@timestamp":1521475082},"coords":"51.5434763,-0.1745886","bedrooms":"4","price":"283000","area":"598"} , +{"type":"Feature","id":"n3843488746","geometry":{"type":"Point","coordinates":[0.546615,51.7638126]},"properties":{"@type":"node","@id":3843488746,"@timestamp":1447879028},"coords":"51.7638126,0.546615","bedrooms":"0","price":"193000","area":"392"} , +{"type":"Feature","id":"n3843488756","geometry":{"type":"Point","coordinates":[0.5467752,51.763711]},"properties":{"@type":"node","@id":3843488756,"@timestamp":1447879028},"coords":"51.763711,0.5467752","bedrooms":"3","price":"284000","area":"664"} , +{"type":"Feature","id":"n3844429021","geometry":{"type":"Point","coordinates":[0.6531266,51.8101058]},"properties":{"@type":"node","@id":3844429021,"@timestamp":1447935538},"coords":"51.8101058,0.6531266","bedrooms":"1","price":"171000","area":"392"} , +{"type":"Feature","id":"n3844463738","geometry":{"type":"Point","coordinates":[-0.3810348,51.6715238]},"properties":{"@type":"node","@id":3844463738,"@timestamp":1447939004},"coords":"51.6715238,-0.3810348","bedrooms":"2","price":"277000","area":"466"} , +{"type":"Feature","id":"n3844505906","geometry":{"type":"Point","coordinates":[-0.5163683,51.8603862]},"properties":{"@type":"node","@id":3844505906,"@timestamp":1551701484},"coords":"51.8603862,-0.5163683","bedrooms":"2","price":"291000","area":"438"} , +{"type":"Feature","id":"n3844505916","geometry":{"type":"Point","coordinates":[-0.5237424,51.8635213]},"properties":{"@type":"node","@id":3844505916,"@timestamp":1551701484},"coords":"51.8635213,-0.5237424","bedrooms":"4","price":"271000","area":"593"} , +{"type":"Feature","id":"n3844638156","geometry":{"type":"Point","coordinates":[0.5145581,51.8656825]},"properties":{"@type":"node","@id":3844638156,"@timestamp":1447945963},"coords":"51.8656825,0.5145581","bedrooms":"3","price":"220000","area":"421"} , +{"type":"Feature","id":"n3844885138","geometry":{"type":"Point","coordinates":[-0.204491,51.8009762]},"properties":{"@type":"node","@id":3844885138,"@timestamp":1593165486},"coords":"51.8009762,-0.204491","bedrooms":"3","price":"298000","area":"612"} , +{"type":"Feature","id":"n3845027891","geometry":{"type":"Point","coordinates":[-0.498081,51.5440829]},"properties":{"@type":"node","@id":3845027891,"@timestamp":1447954917},"coords":"51.5440829,-0.498081","bedrooms":"1","price":"251000","area":"430"} , +{"type":"Feature","id":"n3845274529","geometry":{"type":"Point","coordinates":[-0.3401276,51.3164447]},"properties":{"@type":"node","@id":3845274529,"@timestamp":1447960602},"coords":"51.3164447,-0.3401276","bedrooms":"4","price":"159000","area":"392"} , +{"type":"Feature","id":"n3845351140","geometry":{"type":"Point","coordinates":[-0.2617026,51.4919657]},"properties":{"@type":"node","@id":3845351140,"@timestamp":1447962262},"coords":"51.4919657,-0.2617026","bedrooms":"1","price":"241000","area":"442"} , +{"type":"Feature","id":"n3845476726","geometry":{"type":"Point","coordinates":[0.5480266,51.764181]},"properties":{"@type":"node","@id":3845476726,"@timestamp":1447965453},"coords":"51.764181,0.5480266","bedrooms":"2","price":"221000","area":"596"} , +{"type":"Feature","id":"n3845626512","geometry":{"type":"Point","coordinates":[0.5077155,51.7464643]},"properties":{"@type":"node","@id":3845626512,"@timestamp":1447968555},"coords":"51.7464643,0.5077155","bedrooms":"4","price":"169000","area":"452"} , +{"type":"Feature","id":"n3845809394","geometry":{"type":"Point","coordinates":[-0.7433498,51.3157066]},"properties":{"@type":"node","@id":3845809394,"@timestamp":1447971858},"coords":"51.3157066,-0.7433498","bedrooms":"0","price":"290000","area":"620"} , +{"type":"Feature","id":"n3846365963","geometry":{"type":"Point","coordinates":[0.5216845,51.8582966]},"properties":{"@type":"node","@id":3846365963,"@timestamp":1448010535},"coords":"51.8582966,0.5216845","bedrooms":"2","price":"168000","area":"619"} , +{"type":"Feature","id":"n3846849974","geometry":{"type":"Point","coordinates":[-0.034706,51.5124994]},"properties":{"@type":"node","@id":3846849974,"@timestamp":1564908044},"coords":"51.5124994,-0.034706","bedrooms":"1","price":"270000","area":"478"} , +{"type":"Feature","id":"n3846869889","geometry":{"type":"Point","coordinates":[-0.4167235,51.3246077]},"properties":{"@type":"node","@id":3846869889,"@timestamp":1448032520},"coords":"51.3246077,-0.4167235","bedrooms":"3","price":"198000","area":"557"} , +{"type":"Feature","id":"n3846904832","geometry":{"type":"Point","coordinates":[-0.3894128,51.3179185]},"properties":{"@type":"node","@id":3846904832,"@timestamp":1594914333},"coords":"51.3179185,-0.3894128","bedrooms":"3","price":"197000","area":"562"} , +{"type":"Feature","id":"n3847146709","geometry":{"type":"Point","coordinates":[-0.0826405,51.5555758]},"properties":{"@type":"node","@id":3847146709,"@timestamp":1448039152},"coords":"51.5555758,-0.0826405","bedrooms":"1","price":"228000","area":"671"} , +{"type":"Feature","id":"n3847478261","geometry":{"type":"Point","coordinates":[-0.7474261,51.3168948]},"properties":{"@type":"node","@id":3847478261,"@timestamp":1540493607},"coords":"51.3168948,-0.7474261","bedrooms":"0","price":"283000","area":"677"} , +{"type":"Feature","id":"n3847572482","geometry":{"type":"Point","coordinates":[-0.7357064,51.3193197]},"properties":{"@type":"node","@id":3847572482,"@timestamp":1561405521},"coords":"51.3193197,-0.7357064","bedrooms":"2","price":"247000","area":"489"} , +{"type":"Feature","id":"n3847639068","geometry":{"type":"Point","coordinates":[-0.7484666,51.3181865]},"properties":{"@type":"node","@id":3847639068,"@timestamp":1551237728},"coords":"51.3181865,-0.7484666","bedrooms":"2","price":"219000","area":"571"} , +{"type":"Feature","id":"n3847659196","geometry":{"type":"Point","coordinates":[-0.7506646,51.3193789]},"properties":{"@type":"node","@id":3847659196,"@timestamp":1448051357},"coords":"51.3193789,-0.7506646","bedrooms":"1","price":"205000","area":"511"} , +{"type":"Feature","id":"n3847724156","geometry":{"type":"Point","coordinates":[-0.7550391,51.3274111]},"properties":{"@type":"node","@id":3847724156,"@timestamp":1448052903},"coords":"51.3274111,-0.7550391","bedrooms":"3","price":"224000","area":"407"} , +{"type":"Feature","id":"n3847765399","geometry":{"type":"Point","coordinates":[-0.7567774,51.3309631]},"properties":{"@type":"node","@id":3847765399,"@timestamp":1528224734},"coords":"51.3309631,-0.7567774","bedrooms":"4","price":"250000","area":"563"} , +{"type":"Feature","id":"n3847986401","geometry":{"type":"Point","coordinates":[-0.3557056,51.3797364]},"properties":{"@type":"node","@id":3847986401,"@timestamp":1448060660},"coords":"51.3797364,-0.3557056","bedrooms":"1","price":"174000","area":"636"} , +{"type":"Feature","id":"n3848631460","geometry":{"type":"Point","coordinates":[-0.5445128,51.561931]},"properties":{"@type":"node","@id":3848631460,"@timestamp":1448099745},"coords":"51.561931,-0.5445128","bedrooms":"0","price":"289000","area":"392"} , +{"type":"Feature","id":"n3848813159","geometry":{"type":"Point","coordinates":[0.5063342,51.7365544]},"properties":{"@type":"node","@id":3848813159,"@timestamp":1448106054},"coords":"51.7365544,0.5063342","bedrooms":"0","price":"265000","area":"607"} , +{"type":"Feature","id":"n3849277852","geometry":{"type":"Point","coordinates":[0.5550997,51.8751651]},"properties":{"@type":"node","@id":3849277852,"@timestamp":1566253176},"coords":"51.8751651,0.5550997","bedrooms":"2","price":"241000","area":"587"} , +{"type":"Feature","id":"n3849810959","geometry":{"type":"Point","coordinates":[-1.0714865,51.2661429]},"properties":{"@type":"node","@id":3849810959,"@timestamp":1448137785},"coords":"51.2661429,-1.0714865","bedrooms":"0","price":"238000","area":"634"} , +{"type":"Feature","id":"n3850626961","geometry":{"type":"Point","coordinates":[-0.0509647,51.4402926]},"properties":{"@type":"node","@id":3850626961,"@timestamp":1448156470},"coords":"51.4402926,-0.0509647","bedrooms":"1","price":"180000","area":"586"} , +{"type":"Feature","id":"n3851433435","geometry":{"type":"Point","coordinates":[-0.0608994,51.5147378]},"properties":{"@type":"node","@id":3851433435,"@timestamp":1596582875},"coords":"51.5147378,-0.0608994","bedrooms":"1","price":"261000","area":"676"} , +{"type":"Feature","id":"n3851724646","geometry":{"type":"Point","coordinates":[-0.0232333,51.469276]},"properties":{"@type":"node","@id":3851724646,"@timestamp":1611855517},"coords":"51.469276,-0.0232333","bedrooms":"0","price":"196000","area":"687"} , +{"type":"Feature","id":"n3852033144","geometry":{"type":"Point","coordinates":[-0.1197693,51.2940033]},"properties":{"@type":"node","@id":3852033144,"@timestamp":1448214325},"coords":"51.2940033,-0.1197693","bedrooms":"1","price":"160000","area":"482"} , +{"type":"Feature","id":"n3852611420","geometry":{"type":"Point","coordinates":[-0.1701443,51.8332318]},"properties":{"@type":"node","@id":3852611420,"@timestamp":1448223568},"coords":"51.8332318,-0.1701443","bedrooms":"3","price":"213000","area":"615"} , +{"type":"Feature","id":"n3852753321","geometry":{"type":"Point","coordinates":[-0.0290946,51.4704178]},"properties":{"@type":"node","@id":3852753321,"@timestamp":1448226184},"coords":"51.4704178,-0.0290946","bedrooms":"2","price":"152000","area":"482"} , +{"type":"Feature","id":"n3852788722","geometry":{"type":"Point","coordinates":[-0.0259771,51.4719311]},"properties":{"@type":"node","@id":3852788722,"@timestamp":1448226910},"coords":"51.4719311,-0.0259771","bedrooms":"3","price":"236000","area":"513"} , +{"type":"Feature","id":"n3854035848","geometry":{"type":"Point","coordinates":[-0.3252591,51.2392536]},"properties":{"@type":"node","@id":3854035848,"@timestamp":1448270330},"coords":"51.2392536,-0.3252591","bedrooms":"4","price":"275000","area":"397"} , +{"type":"Feature","id":"n3854036258","geometry":{"type":"Point","coordinates":[-0.3256842,51.241089]},"properties":{"@type":"node","@id":3854036258,"@timestamp":1448270330},"coords":"51.241089,-0.3256842","bedrooms":"4","price":"151000","area":"573"} , +{"type":"Feature","id":"n3854130457","geometry":{"type":"Point","coordinates":[-0.1746786,51.5433812]},"properties":{"@type":"node","@id":3854130457,"@timestamp":1448274396},"coords":"51.5433812,-0.1746786","bedrooms":"0","price":"257000","area":"621"} , +{"type":"Feature","id":"n3855106864","geometry":{"type":"Point","coordinates":[-0.7688824,51.3336805]},"properties":{"@type":"node","@id":3855106864,"@timestamp":1631210284},"coords":"51.3336805,-0.7688824","bedrooms":"3","price":"227000","area":"533"} , +{"type":"Feature","id":"n3855163213","geometry":{"type":"Point","coordinates":[-0.7656828,51.3247052]},"properties":{"@type":"node","@id":3855163213,"@timestamp":1540321837},"coords":"51.3247052,-0.7656828","bedrooms":"0","price":"205000","area":"624"} , +{"type":"Feature","id":"n3855200177","geometry":{"type":"Point","coordinates":[-0.7720755,51.3343941]},"properties":{"@type":"node","@id":3855200177,"@timestamp":1565036749},"coords":"51.3343941,-0.7720755","bedrooms":"1","price":"251000","area":"617"} , +{"type":"Feature","id":"n3855215298","geometry":{"type":"Point","coordinates":[-0.7763921,51.337489]},"properties":{"@type":"node","@id":3855215298,"@timestamp":1565036749},"coords":"51.337489,-0.7763921","bedrooms":"4","price":"265000","area":"407"} , +{"type":"Feature","id":"n3855273734","geometry":{"type":"Point","coordinates":[0.6436164,51.7958532]},"properties":{"@type":"node","@id":3855273734,"@timestamp":1448312578},"coords":"51.7958532,0.6436164","bedrooms":"4","price":"251000","area":"533"} , +{"type":"Feature","id":"n3855281653","geometry":{"type":"Point","coordinates":[0.051367,51.0497184]},"properties":{"@type":"node","@id":3855281653,"@timestamp":1448312955},"coords":"51.0497184,0.051367","bedrooms":"1","price":"224000","area":"598"} , +{"type":"Feature","id":"n3855461347","geometry":{"type":"Point","coordinates":[-0.1119325,51.4516614]},"properties":{"@type":"node","@id":3855461347,"@timestamp":1448318467},"coords":"51.4516614,-0.1119325","bedrooms":"0","price":"184000","area":"506"} , +{"type":"Feature","id":"n3855607516","geometry":{"type":"Point","coordinates":[-0.0748183,51.5141991]},"properties":{"@type":"node","@id":3855607516,"@timestamp":1564908044},"coords":"51.5141991,-0.0748183","bedrooms":"4","price":"194000","area":"461"} , +{"type":"Feature","id":"n3856828330","geometry":{"type":"Point","coordinates":[-0.9869299,51.0269801]},"properties":{"@type":"node","@id":3856828330,"@timestamp":1448379765},"coords":"51.0269801,-0.9869299","bedrooms":"1","price":"168000","area":"493"} , +{"type":"Feature","id":"n3857192481","geometry":{"type":"Point","coordinates":[-0.2275727,51.2927944]},"properties":{"@type":"node","@id":3857192481,"@timestamp":1608994575},"coords":"51.2927944,-0.2275727","bedrooms":"2","price":"243000","area":"639"} , +{"type":"Feature","id":"n3857383227","geometry":{"type":"Point","coordinates":[0.1298147,51.5615402]},"properties":{"@type":"node","@id":3857383227,"@timestamp":1448393732},"coords":"51.5615402,0.1298147","bedrooms":"0","price":"283000","area":"407"} , +{"type":"Feature","id":"n3857383241","geometry":{"type":"Point","coordinates":[0.1295676,51.5663549]},"properties":{"@type":"node","@id":3857383241,"@timestamp":1448393733},"coords":"51.5663549,0.1295676","bedrooms":"0","price":"183000","area":"540"} , +{"type":"Feature","id":"n3857421288","geometry":{"type":"Point","coordinates":[0.5334536,51.0960969]},"properties":{"@type":"node","@id":3857421288,"@timestamp":1459877543},"coords":"51.0960969,0.5334536","bedrooms":"0","price":"278000","area":"498"} , +{"type":"Feature","id":"n3857452871","geometry":{"type":"Point","coordinates":[0.5347651,51.0962111]},"properties":{"@type":"node","@id":3857452871,"@timestamp":1626896358},"coords":"51.0962111,0.5347651","bedrooms":"2","price":"298000","area":"527"} , +{"type":"Feature","id":"n3858008786","geometry":{"type":"Point","coordinates":[-0.0584967,51.5057633]},"properties":{"@type":"node","@id":3858008786,"@timestamp":1564908044},"coords":"51.5057633,-0.0584967","bedrooms":"3","price":"217000","area":"414"} , +{"type":"Feature","id":"n3858444377","geometry":{"type":"Point","coordinates":[-0.3875224,51.2902228]},"properties":{"@type":"node","@id":3858444377,"@timestamp":1455201331},"coords":"51.2902228,-0.3875224","bedrooms":"3","price":"151000","area":"484"} , +{"type":"Feature","id":"n3858631278","geometry":{"type":"Point","coordinates":[0.4695102,51.7333306]},"properties":{"@type":"node","@id":3858631278,"@timestamp":1448446842},"coords":"51.7333306,0.4695102","bedrooms":"2","price":"174000","area":"522"} , +{"type":"Feature","id":"n3858700263","geometry":{"type":"Point","coordinates":[0.1804144,51.5057179]},"properties":{"@type":"node","@id":3858700263,"@timestamp":1603431097},"coords":"51.5057179,0.1804144","bedrooms":"1","price":"245000","area":"372"} , +{"type":"Feature","id":"n3858748973","geometry":{"type":"Point","coordinates":[-0.0303766,51.4713005]},"properties":{"@type":"node","@id":3858748973,"@timestamp":1618501762},"coords":"51.4713005,-0.0303766","bedrooms":"1","price":"274000","area":"497"} , +{"type":"Feature","id":"n3858874497","geometry":{"type":"Point","coordinates":[-0.0358588,51.4634281]},"properties":{"@type":"node","@id":3858874497,"@timestamp":1616295884},"coords":"51.4634281,-0.0358588","bedrooms":"1","price":"293000","area":"383"} , +{"type":"Feature","id":"n3858892231","geometry":{"type":"Point","coordinates":[-0.0779524,51.518891]},"properties":{"@type":"node","@id":3858892231,"@timestamp":1597363069},"coords":"51.518891,-0.0779524","bedrooms":"1","price":"258000","area":"394"} , +{"type":"Feature","id":"n3859340180","geometry":{"type":"Point","coordinates":[-0.535887,51.5728757]},"properties":{"@type":"node","@id":3859340180,"@timestamp":1555252461},"coords":"51.5728757,-0.535887","bedrooms":"1","price":"190000","area":"502"} , +{"type":"Feature","id":"n3859340204","geometry":{"type":"Point","coordinates":[-0.5361536,51.5747802]},"properties":{"@type":"node","@id":3859340204,"@timestamp":1555252461},"coords":"51.5747802,-0.5361536","bedrooms":"4","price":"176000","area":"507"} , +{"type":"Feature","id":"n3859340225","geometry":{"type":"Point","coordinates":[-0.5355689,51.5769267]},"properties":{"@type":"node","@id":3859340225,"@timestamp":1555252462},"coords":"51.5769267,-0.5355689","bedrooms":"2","price":"290000","area":"485"} , +{"type":"Feature","id":"n3859340244","geometry":{"type":"Point","coordinates":[-0.5360233,51.5785816]},"properties":{"@type":"node","@id":3859340244,"@timestamp":1448474556},"coords":"51.5785816,-0.5360233","bedrooms":"4","price":"271000","area":"660"} , +{"type":"Feature","id":"n3859340666","geometry":{"type":"Point","coordinates":[-0.534769,51.5810035]},"properties":{"@type":"node","@id":3859340666,"@timestamp":1555252463},"coords":"51.5810035,-0.534769","bedrooms":"4","price":"250000","area":"351"} , +{"type":"Feature","id":"n3859340689","geometry":{"type":"Point","coordinates":[-0.5341038,51.582698]},"properties":{"@type":"node","@id":3859340689,"@timestamp":1555252464},"coords":"51.582698,-0.5341038","bedrooms":"2","price":"265000","area":"529"} , +{"type":"Feature","id":"n3859340707","geometry":{"type":"Point","coordinates":[-0.5336785,51.5843412]},"properties":{"@type":"node","@id":3859340707,"@timestamp":1555252465},"coords":"51.5843412,-0.5336785","bedrooms":"4","price":"277000","area":"616"} , +{"type":"Feature","id":"n3859340740","geometry":{"type":"Point","coordinates":[-0.5341072,51.5861668]},"properties":{"@type":"node","@id":3859340740,"@timestamp":1555252466},"coords":"51.5861668,-0.5341072","bedrooms":"1","price":"202000","area":"679"} , +{"type":"Feature","id":"n3859340756","geometry":{"type":"Point","coordinates":[-0.5339484,51.587932]},"properties":{"@type":"node","@id":3859340756,"@timestamp":1555252466},"coords":"51.587932,-0.5339484","bedrooms":"3","price":"268000","area":"436"} , +{"type":"Feature","id":"n3859527966","geometry":{"type":"Point","coordinates":[-0.2716251,51.2895204]},"properties":{"@type":"node","@id":3859527966,"@timestamp":1448480228},"coords":"51.2895204,-0.2716251","bedrooms":"3","price":"211000","area":"499"} , +{"type":"Feature","id":"n3859852623","geometry":{"type":"Point","coordinates":[0.3045992,51.3663702]},"properties":{"@type":"node","@id":3859852623,"@timestamp":1448495277},"coords":"51.3663702,0.3045992","bedrooms":"1","price":"202000","area":"486"} , +{"type":"Feature","id":"n3860641085","geometry":{"type":"Point","coordinates":[-0.1268247,51.5096858]},"properties":{"@type":"node","@id":3860641085,"@timestamp":1635686923},"coords":"51.5096858,-0.1268247","bedrooms":"2","price":"273000","area":"412"} , +{"type":"Feature","id":"n3860723531","geometry":{"type":"Point","coordinates":[-0.0200639,51.7474749]},"properties":{"@type":"node","@id":3860723531,"@timestamp":1448542738},"coords":"51.7474749,-0.0200639","bedrooms":"1","price":"159000","area":"568"} , +{"type":"Feature","id":"n3861257369","geometry":{"type":"Point","coordinates":[-0.7796503,51.3380223]},"properties":{"@type":"node","@id":3861257369,"@timestamp":1552165866},"coords":"51.3380223,-0.7796503","bedrooms":"0","price":"294000","area":"569"} , +{"type":"Feature","id":"n3861305443","geometry":{"type":"Point","coordinates":[-0.0185499,51.7074409]},"properties":{"@type":"node","@id":3861305443,"@timestamp":1448570348},"coords":"51.7074409,-0.0185499","bedrooms":"1","price":"226000","area":"418"} , +{"type":"Feature","id":"n3861314727","geometry":{"type":"Point","coordinates":[0.2841442,51.407811]},"properties":{"@type":"node","@id":3861314727,"@timestamp":1516644586},"coords":"51.407811,0.2841442","bedrooms":"4","price":"194000","area":"463"} , +{"type":"Feature","id":"n3861336277","geometry":{"type":"Point","coordinates":[-0.77974,51.3309626]},"properties":{"@type":"node","@id":3861336277,"@timestamp":1538513003},"coords":"51.3309626,-0.77974","bedrooms":"3","price":"245000","area":"386"} , +{"type":"Feature","id":"n3861359387","geometry":{"type":"Point","coordinates":[-0.085761,51.6495979]},"properties":{"@type":"node","@id":3861359387,"@timestamp":1448571863},"coords":"51.6495979,-0.085761","bedrooms":"3","price":"289000","area":"551"} , +{"type":"Feature","id":"n3861390320","geometry":{"type":"Point","coordinates":[-0.0859755,51.6519528]},"properties":{"@type":"node","@id":3861390320,"@timestamp":1448572365},"coords":"51.6519528,-0.0859755","bedrooms":"1","price":"167000","area":"646"} , +{"type":"Feature","id":"n3861406436","geometry":{"type":"Point","coordinates":[-0.0877796,51.6537286]},"properties":{"@type":"node","@id":3861406436,"@timestamp":1448572690},"coords":"51.6537286,-0.0877796","bedrooms":"2","price":"239000","area":"434"} , +{"type":"Feature","id":"n3861406446","geometry":{"type":"Point","coordinates":[-0.0878236,51.6537483]},"properties":{"@type":"node","@id":3861406446,"@timestamp":1628061277},"coords":"51.6537483,-0.0878236","bedrooms":"4","price":"212000","area":"608"} , +{"type":"Feature","id":"n3861440012","geometry":{"type":"Point","coordinates":[-0.0871718,51.6559374]},"properties":{"@type":"node","@id":3861440012,"@timestamp":1448573261},"coords":"51.6559374,-0.0871718","bedrooms":"3","price":"289000","area":"509"} , +{"type":"Feature","id":"n3861509635","geometry":{"type":"Point","coordinates":[-0.1707789,51.6534322]},"properties":{"@type":"node","@id":3861509635,"@timestamp":1448574841},"coords":"51.6534322,-0.1707789","bedrooms":"2","price":"212000","area":"473"} , +{"type":"Feature","id":"n3861523487","geometry":{"type":"Point","coordinates":[-0.1717563,51.6523903]},"properties":{"@type":"node","@id":3861523487,"@timestamp":1448575328},"coords":"51.6523903,-0.1717563","bedrooms":"1","price":"220000","area":"607"} , +{"type":"Feature","id":"n3861536671","geometry":{"type":"Point","coordinates":[-0.1686038,51.6521092]},"properties":{"@type":"node","@id":3861536671,"@timestamp":1448575967},"coords":"51.6521092,-0.1686038","bedrooms":"3","price":"233000","area":"436"} , +{"type":"Feature","id":"n3861579136","geometry":{"type":"Point","coordinates":[-0.1687107,51.6520874]},"properties":{"@type":"node","@id":3861579136,"@timestamp":1448578234},"coords":"51.6520874,-0.1687107","bedrooms":"0","price":"194000","area":"556"} , +{"type":"Feature","id":"n3862132527","geometry":{"type":"Point","coordinates":[-0.3193684,51.2272646]},"properties":{"@type":"node","@id":3862132527,"@timestamp":1448608475},"coords":"51.2272646,-0.3193684","bedrooms":"4","price":"271000","area":"627"} , +{"type":"Feature","id":"n3862617446","geometry":{"type":"Point","coordinates":[-0.0636656,51.519949]},"properties":{"@type":"node","@id":3862617446,"@timestamp":1567896500},"coords":"51.519949,-0.0636656","bedrooms":"4","price":"256000","area":"460"} , +{"type":"Feature","id":"n3862683515","geometry":{"type":"Point","coordinates":[-0.1020309,51.4533192]},"properties":{"@type":"node","@id":3862683515,"@timestamp":1533680295},"coords":"51.4533192,-0.1020309","bedrooms":"4","price":"261000","area":"438"} , +{"type":"Feature","id":"n3863059918","geometry":{"type":"Point","coordinates":[-0.3393008,51.3591278]},"properties":{"@type":"node","@id":3863059918,"@timestamp":1634572730},"coords":"51.3591278,-0.3393008","bedrooms":"1","price":"231000","area":"654"} , +{"type":"Feature","id":"n3863112608","geometry":{"type":"Point","coordinates":[-0.0413868,51.5333743]},"properties":{"@type":"node","@id":3863112608,"@timestamp":1613920064},"coords":"51.5333743,-0.0413868","bedrooms":"3","price":"159000","area":"638"} , +{"type":"Feature","id":"n3863136561","geometry":{"type":"Point","coordinates":[-0.3096098,51.314011]},"properties":{"@type":"node","@id":3863136561,"@timestamp":1537265833},"coords":"51.314011,-0.3096098","bedrooms":"1","price":"248000","area":"478"} , +{"type":"Feature","id":"n3863239134","geometry":{"type":"Point","coordinates":[-0.9282388,51.612359]},"properties":{"@type":"node","@id":3863239134,"@timestamp":1448652141},"coords":"51.612359,-0.9282388","bedrooms":"1","price":"288000","area":"615"} , +{"type":"Feature","id":"n3863239147","geometry":{"type":"Point","coordinates":[-0.897689,51.6195711]},"properties":{"@type":"node","@id":3863239147,"@timestamp":1448652142},"coords":"51.6195711,-0.897689","bedrooms":"3","price":"159000","area":"382"} , +{"type":"Feature","id":"n3863304601","geometry":{"type":"Point","coordinates":[-0.8022116,51.3479357]},"properties":{"@type":"node","@id":3863304601,"@timestamp":1617710686},"coords":"51.3479357,-0.8022116","bedrooms":"1","price":"232000","area":"394"} , +{"type":"Feature","id":"n3863382342","geometry":{"type":"Point","coordinates":[-0.802325,51.3488622]},"properties":{"@type":"node","@id":3863382342,"@timestamp":1564950290},"coords":"51.3488622,-0.802325","bedrooms":"4","price":"193000","area":"469"} , +{"type":"Feature","id":"n3863511886","geometry":{"type":"Point","coordinates":[-0.782773,51.349926]},"properties":{"@type":"node","@id":3863511886,"@timestamp":1501444661},"coords":"51.349926,-0.782773","bedrooms":"1","price":"219000","area":"607"} , +{"type":"Feature","id":"n3863699496","geometry":{"type":"Point","coordinates":[-0.7989809,51.3531388]},"properties":{"@type":"node","@id":3863699496,"@timestamp":1448659978},"coords":"51.3531388,-0.7989809","bedrooms":"4","price":"291000","area":"677"} , +{"type":"Feature","id":"n3863810814","geometry":{"type":"Point","coordinates":[-0.7948127,51.3665716]},"properties":{"@type":"node","@id":3863810814,"@timestamp":1618233694},"coords":"51.3665716,-0.7948127","bedrooms":"1","price":"225000","area":"602"} , +{"type":"Feature","id":"n3863995865","geometry":{"type":"Point","coordinates":[-0.7717324,51.3874987]},"properties":{"@type":"node","@id":3863995865,"@timestamp":1621514313},"coords":"51.3874987,-0.7717324","bedrooms":"4","price":"223000","area":"676"} , +{"type":"Feature","id":"n3865004165","geometry":{"type":"Point","coordinates":[-0.3681526,50.9662994]},"properties":{"@type":"node","@id":3865004165,"@timestamp":1448718115},"coords":"50.9662994,-0.3681526","bedrooms":"3","price":"188000","area":"594"} , +{"type":"Feature","id":"n3865004175","geometry":{"type":"Point","coordinates":[-0.3702269,50.9681447]},"properties":{"@type":"node","@id":3865004175,"@timestamp":1448718116},"coords":"50.9681447,-0.3702269","bedrooms":"2","price":"283000","area":"408"} , +{"type":"Feature","id":"n3865212963","geometry":{"type":"Point","coordinates":[0.4360307,51.3190927]},"properties":{"@type":"node","@id":3865212963,"@timestamp":1448726532},"coords":"51.3190927,0.4360307","bedrooms":"4","price":"231000","area":"431"} , +{"type":"Feature","id":"n3865323786","geometry":{"type":"Point","coordinates":[-0.0203151,51.5518852]},"properties":{"@type":"node","@id":3865323786,"@timestamp":1614486777},"coords":"51.5518852,-0.0203151","bedrooms":"0","price":"220000","area":"563"} , +{"type":"Feature","id":"n3865505164","geometry":{"type":"Point","coordinates":[-0.2238758,51.4932435]},"properties":{"@type":"node","@id":3865505164,"@timestamp":1628745300},"coords":"51.4932435,-0.2238758","bedrooms":"0","price":"202000","area":"685"} , +{"type":"Feature","id":"n3865505239","geometry":{"type":"Point","coordinates":[-0.2232706,51.4967458]},"properties":{"@type":"node","@id":3865505239,"@timestamp":1629613457},"coords":"51.4967458,-0.2232706","bedrooms":"1","price":"241000","area":"683"} , +{"type":"Feature","id":"n3865505293","geometry":{"type":"Point","coordinates":[-0.2206371,51.4987585]},"properties":{"@type":"node","@id":3865505293,"@timestamp":1633079383},"coords":"51.4987585,-0.2206371","bedrooms":"4","price":"275000","area":"663"} , +{"type":"Feature","id":"n3865505318","geometry":{"type":"Point","coordinates":[-0.2197777,51.5010396]},"properties":{"@type":"node","@id":3865505318,"@timestamp":1630993215},"coords":"51.5010396,-0.2197777","bedrooms":"4","price":"272000","area":"593"} , +{"type":"Feature","id":"n3865505338","geometry":{"type":"Point","coordinates":[-0.2174312,51.5033412]},"properties":{"@type":"node","@id":3865505338,"@timestamp":1630296415},"coords":"51.5033412,-0.2174312","bedrooms":"4","price":"234000","area":"682"} , +{"type":"Feature","id":"n3865738474","geometry":{"type":"Point","coordinates":[-0.8180088,51.3671091]},"properties":{"@type":"node","@id":3865738474,"@timestamp":1512680671},"coords":"51.3671091,-0.8180088","bedrooms":"2","price":"269000","area":"418"} , +{"type":"Feature","id":"n3865831000","geometry":{"type":"Point","coordinates":[-0.7975561,51.3842425]},"properties":{"@type":"node","@id":3865831000,"@timestamp":1448743132},"coords":"51.3842425,-0.7975561","bedrooms":"4","price":"262000","area":"352"} , +{"type":"Feature","id":"n3865870281","geometry":{"type":"Point","coordinates":[-0.7926569,51.3846691]},"properties":{"@type":"node","@id":3865870281,"@timestamp":1592760181},"coords":"51.3846691,-0.7926569","bedrooms":"4","price":"225000","area":"387"} , +{"type":"Feature","id":"n3865888930","geometry":{"type":"Point","coordinates":[-0.775315,51.3974099]},"properties":{"@type":"node","@id":3865888930,"@timestamp":1619009789},"coords":"51.3974099,-0.775315","bedrooms":"0","price":"223000","area":"698"} , +{"type":"Feature","id":"n3865947352","geometry":{"type":"Point","coordinates":[-1.0853596,51.5548784]},"properties":{"@type":"node","@id":3865947352,"@timestamp":1448747446},"coords":"51.5548784,-1.0853596","bedrooms":"3","price":"260000","area":"495"} , +{"type":"Feature","id":"n3865979454","geometry":{"type":"Point","coordinates":[-0.7743192,51.4083337]},"properties":{"@type":"node","@id":3865979454,"@timestamp":1556918461},"coords":"51.4083337,-0.7743192","bedrooms":"2","price":"294000","area":"465"} , +{"type":"Feature","id":"n3866797757","geometry":{"type":"Point","coordinates":[-0.1995211,51.2243069]},"properties":{"@type":"node","@id":3866797757,"@timestamp":1448904244},"coords":"51.2243069,-0.1995211","bedrooms":"2","price":"234000","area":"419"} , +{"type":"Feature","id":"n3866952099","geometry":{"type":"Point","coordinates":[-0.3577368,51.7461254]},"properties":{"@type":"node","@id":3866952099,"@timestamp":1626648103},"coords":"51.7461254,-0.3577368","bedrooms":"3","price":"245000","area":"547"} , +{"type":"Feature","id":"n3867398462","geometry":{"type":"Point","coordinates":[0.2847558,51.2212465]},"properties":{"@type":"node","@id":3867398462,"@timestamp":1448813185},"coords":"51.2212465,0.2847558","bedrooms":"3","price":"162000","area":"635"} , +{"type":"Feature","id":"n3867654600","geometry":{"type":"Point","coordinates":[-0.38967,51.2037526]},"properties":{"@type":"node","@id":3867654600,"@timestamp":1491420308},"coords":"51.2037526,-0.38967","bedrooms":"4","price":"210000","area":"561"} , +{"type":"Feature","id":"n3867907294","geometry":{"type":"Point","coordinates":[-0.0445789,51.5371667]},"properties":{"@type":"node","@id":3867907294,"@timestamp":1564908044},"coords":"51.5371667,-0.0445789","bedrooms":"3","price":"191000","area":"430"} , +{"type":"Feature","id":"n3868135068","geometry":{"type":"Point","coordinates":[-0.1943888,51.5355694]},"properties":{"@type":"node","@id":3868135068,"@timestamp":1572184027},"coords":"51.5355694,-0.1943888","bedrooms":"2","price":"215000","area":"486"} , +{"type":"Feature","id":"n3868135078","geometry":{"type":"Point","coordinates":[-0.1937586,51.5359955]},"properties":{"@type":"node","@id":3868135078,"@timestamp":1450102699},"coords":"51.5359955,-0.1937586","bedrooms":"1","price":"221000","area":"647"} , +{"type":"Feature","id":"n3868135093","geometry":{"type":"Point","coordinates":[-0.195558,51.5347199]},"properties":{"@type":"node","@id":3868135093,"@timestamp":1452535472},"coords":"51.5347199,-0.195558","bedrooms":"3","price":"167000","area":"422"} , +{"type":"Feature","id":"n3868135115","geometry":{"type":"Point","coordinates":[-0.1909464,51.5381558]},"properties":{"@type":"node","@id":3868135115,"@timestamp":1448833537},"coords":"51.5381558,-0.1909464","bedrooms":"0","price":"263000","area":"466"} , +{"type":"Feature","id":"n3868276533","geometry":{"type":"Point","coordinates":[-0.1320238,51.5282419]},"properties":{"@type":"node","@id":3868276533,"@timestamp":1448844602},"coords":"51.5282419,-0.1320238","bedrooms":"2","price":"229000","area":"487"} , +{"type":"Feature","id":"n3869769774","geometry":{"type":"Point","coordinates":[-0.909109,51.2925474]},"properties":{"@type":"node","@id":3869769774,"@timestamp":1635172652},"coords":"51.2925474,-0.909109","bedrooms":"2","price":"245000","area":"458"} , +{"type":"Feature","id":"n3870822958","geometry":{"type":"Point","coordinates":[-0.3498479,51.397507]},"properties":{"@type":"node","@id":3870822958,"@timestamp":1448977799},"coords":"51.397507,-0.3498479","bedrooms":"3","price":"175000","area":"374"} , +{"type":"Feature","id":"n3870847278","geometry":{"type":"Point","coordinates":[-0.043189,51.6457218]},"properties":{"@type":"node","@id":3870847278,"@timestamp":1448979162},"coords":"51.6457218,-0.043189","bedrooms":"2","price":"162000","area":"565"} , +{"type":"Feature","id":"n3871190459","geometry":{"type":"Point","coordinates":[-0.1999844,51.2415459]},"properties":{"@type":"node","@id":3871190459,"@timestamp":1547509155},"coords":"51.2415459,-0.1999844","bedrooms":"0","price":"187000","area":"550"} , +{"type":"Feature","id":"n3871509185","geometry":{"type":"Point","coordinates":[0.1384003,51.4574755]},"properties":{"@type":"node","@id":3871509185,"@timestamp":1626906482},"coords":"51.4574755,0.1384003","bedrooms":"1","price":"220000","area":"605"} , +{"type":"Feature","id":"n3871664674","geometry":{"type":"Point","coordinates":[-0.3254456,51.0678845]},"properties":{"@type":"node","@id":3871664674,"@timestamp":1449006164},"coords":"51.0678845,-0.3254456","bedrooms":"1","price":"187000","area":"607"} , +{"type":"Feature","id":"n3871664684","geometry":{"type":"Point","coordinates":[-0.3249387,51.0679857]},"properties":{"@type":"node","@id":3871664684,"@timestamp":1449006164},"coords":"51.0679857,-0.3249387","bedrooms":"0","price":"247000","area":"612"} , +{"type":"Feature","id":"n3871664694","geometry":{"type":"Point","coordinates":[-0.3246356,51.0686413]},"properties":{"@type":"node","@id":3871664694,"@timestamp":1449006165},"coords":"51.0686413,-0.3246356","bedrooms":"1","price":"204000","area":"580"} , +{"type":"Feature","id":"n3871664704","geometry":{"type":"Point","coordinates":[-0.3281922,51.0687677]},"properties":{"@type":"node","@id":3871664704,"@timestamp":1449006165},"coords":"51.0687677,-0.3281922","bedrooms":"4","price":"182000","area":"480"} , +{"type":"Feature","id":"n3871664714","geometry":{"type":"Point","coordinates":[-0.328219,51.0677092]},"properties":{"@type":"node","@id":3871664714,"@timestamp":1449006165},"coords":"51.0677092,-0.328219","bedrooms":"1","price":"171000","area":"415"} , +{"type":"Feature","id":"n3871664724","geometry":{"type":"Point","coordinates":[-0.3266982,51.0668446]},"properties":{"@type":"node","@id":3871664724,"@timestamp":1449006165},"coords":"51.0668446,-0.3266982","bedrooms":"3","price":"232000","area":"416"} , +{"type":"Feature","id":"n3871664981","geometry":{"type":"Point","coordinates":[-0.3273554,51.0665192]},"properties":{"@type":"node","@id":3871664981,"@timestamp":1449006166},"coords":"51.0665192,-0.3273554","bedrooms":"4","price":"244000","area":"554"} , +{"type":"Feature","id":"n3871664991","geometry":{"type":"Point","coordinates":[-0.3283853,51.0658922]},"properties":{"@type":"node","@id":3871664991,"@timestamp":1449006167},"coords":"51.0658922,-0.3283853","bedrooms":"0","price":"234000","area":"616"} , +{"type":"Feature","id":"n3871665001","geometry":{"type":"Point","coordinates":[-0.3266687,51.0652719]},"properties":{"@type":"node","@id":3871665001,"@timestamp":1449006167},"coords":"51.0652719,-0.3266687","bedrooms":"1","price":"223000","area":"589"} , +{"type":"Feature","id":"n3871727663","geometry":{"type":"Point","coordinates":[-0.3237558,51.0651388]},"properties":{"@type":"node","@id":3871727663,"@timestamp":1449007659},"coords":"51.0651388,-0.3237558","bedrooms":"2","price":"157000","area":"545"} , +{"type":"Feature","id":"n3871727673","geometry":{"type":"Point","coordinates":[-0.3239862,51.0654993]},"properties":{"@type":"node","@id":3871727673,"@timestamp":1449007659},"coords":"51.0654993,-0.3239862","bedrooms":"1","price":"237000","area":"470"} , +{"type":"Feature","id":"n3871727684","geometry":{"type":"Point","coordinates":[-0.3248063,51.0659437]},"properties":{"@type":"node","@id":3871727684,"@timestamp":1449007659},"coords":"51.0659437,-0.3248063","bedrooms":"1","price":"289000","area":"599"} , +{"type":"Feature","id":"n3871727694","geometry":{"type":"Point","coordinates":[-0.3245109,51.0660532]},"properties":{"@type":"node","@id":3871727694,"@timestamp":1449007660},"coords":"51.0660532,-0.3245109","bedrooms":"1","price":"235000","area":"441"} , +{"type":"Feature","id":"n3872370027","geometry":{"type":"Point","coordinates":[-0.0557682,51.5466563]},"properties":{"@type":"node","@id":3872370027,"@timestamp":1564908044},"coords":"51.5466563,-0.0557682","bedrooms":"2","price":"171000","area":"392"} , +{"type":"Feature","id":"n3872982956","geometry":{"type":"Point","coordinates":[-0.1382724,51.5192054]},"properties":{"@type":"node","@id":3872982956,"@timestamp":1449067676},"coords":"51.5192054,-0.1382724","bedrooms":"0","price":"262000","area":"425"} , +{"type":"Feature","id":"n3873723109","geometry":{"type":"Point","coordinates":[-0.3591294,51.0701731]},"properties":{"@type":"node","@id":3873723109,"@timestamp":1449089337},"coords":"51.0701731,-0.3591294","bedrooms":"3","price":"286000","area":"505"} , +{"type":"Feature","id":"n3874442569","geometry":{"type":"Point","coordinates":[-0.0639083,51.5170218]},"properties":{"@type":"node","@id":3874442569,"@timestamp":1540839030},"coords":"51.5170218,-0.0639083","bedrooms":"3","price":"243000","area":"590"} , +{"type":"Feature","id":"n3874544886","geometry":{"type":"Point","coordinates":[0.9423455,51.2462776]},"properties":{"@type":"node","@id":3874544886,"@timestamp":1449147463},"coords":"51.2462776,0.9423455","bedrooms":"0","price":"276000","area":"669"} , +{"type":"Feature","id":"n3875083608","geometry":{"type":"Point","coordinates":[-0.9817968,51.3093896]},"properties":{"@type":"node","@id":3875083608,"@timestamp":1496239071},"coords":"51.3093896,-0.9817968","bedrooms":"4","price":"229000","area":"521"} , +{"type":"Feature","id":"n3875221170","geometry":{"type":"Point","coordinates":[-0.8715397,51.4311173]},"properties":{"@type":"node","@id":3875221170,"@timestamp":1449178408},"coords":"51.4311173,-0.8715397","bedrooms":"3","price":"207000","area":"571"} , +{"type":"Feature","id":"n3875292463","geometry":{"type":"Point","coordinates":[-0.0191755,51.5064225]},"properties":{"@type":"node","@id":3875292463,"@timestamp":1563371153},"coords":"51.5064225,-0.0191755","bedrooms":"3","price":"210000","area":"376"} , +{"type":"Feature","id":"n3876429831","geometry":{"type":"Point","coordinates":[-0.0811226,51.5159583]},"properties":{"@type":"node","@id":3876429831,"@timestamp":1631291688},"coords":"51.5159583,-0.0811226","bedrooms":"0","price":"168000","area":"636"} , +{"type":"Feature","id":"n3877369028","geometry":{"type":"Point","coordinates":[0.5297321,51.0912975]},"properties":{"@type":"node","@id":3877369028,"@timestamp":1549621448},"coords":"51.0912975,0.5297321","bedrooms":"3","price":"209000","area":"460"} , +{"type":"Feature","id":"n3878110976","geometry":{"type":"Point","coordinates":[-0.9550532,51.9219009]},"properties":{"@type":"node","@id":3878110976,"@timestamp":1449314863},"coords":"51.9219009,-0.9550532","bedrooms":"3","price":"203000","area":"551"} , +{"type":"Feature","id":"n3878638388","geometry":{"type":"Point","coordinates":[-0.8689578,51.6513669]},"properties":{"@type":"node","@id":3878638388,"@timestamp":1527372272},"coords":"51.6513669,-0.8689578","bedrooms":"1","price":"262000","area":"514"} , +{"type":"Feature","id":"n3878873225","geometry":{"type":"Point","coordinates":[-0.1366216,51.5327006]},"properties":{"@type":"node","@id":3878873225,"@timestamp":1627910357},"coords":"51.5327006,-0.1366216","bedrooms":"2","price":"152000","area":"370"} , +{"type":"Feature","id":"n3879235239","geometry":{"type":"Point","coordinates":[-0.0875881,51.5029982]},"properties":{"@type":"node","@id":3879235239,"@timestamp":1450272736},"coords":"51.5029982,-0.0875881","bedrooms":"3","price":"219000","area":"589"} , +{"type":"Feature","id":"n3880960387","geometry":{"type":"Point","coordinates":[-0.0997534,51.4951959]},"properties":{"@type":"node","@id":3880960387,"@timestamp":1626818917},"coords":"51.4951959,-0.0997534","bedrooms":"3","price":"224000","area":"694"} , +{"type":"Feature","id":"n3881014208","geometry":{"type":"Point","coordinates":[0.0148022,51.4429965]},"properties":{"@type":"node","@id":3881014208,"@timestamp":1449440225},"coords":"51.4429965,0.0148022","bedrooms":"2","price":"264000","area":"494"} , +{"type":"Feature","id":"n3881228462","geometry":{"type":"Point","coordinates":[-0.0123362,51.4771696]},"properties":{"@type":"node","@id":3881228462,"@timestamp":1620175101},"coords":"51.4771696,-0.0123362","bedrooms":"4","price":"223000","area":"510"} , +{"type":"Feature","id":"n3881243716","geometry":{"type":"Point","coordinates":[-0.0095883,51.4869739]},"properties":{"@type":"node","@id":3881243716,"@timestamp":1449451778},"coords":"51.4869739,-0.0095883","bedrooms":"2","price":"229000","area":"685"} , +{"type":"Feature","id":"n3881607724","geometry":{"type":"Point","coordinates":[-0.2038711,51.479122]},"properties":{"@type":"node","@id":3881607724,"@timestamp":1509219989},"coords":"51.479122,-0.2038711","bedrooms":"1","price":"202000","area":"560"} , +{"type":"Feature","id":"n3882190083","geometry":{"type":"Point","coordinates":[-0.0208845,51.4739488]},"properties":{"@type":"node","@id":3882190083,"@timestamp":1606723946},"coords":"51.4739488,-0.0208845","bedrooms":"2","price":"160000","area":"553"} , +{"type":"Feature","id":"n3882323275","geometry":{"type":"Point","coordinates":[-0.4036296,51.3797934]},"properties":{"@type":"node","@id":3882323275,"@timestamp":1634478776},"coords":"51.3797934,-0.4036296","bedrooms":"3","price":"200000","area":"643"} , +{"type":"Feature","id":"n3882345521","geometry":{"type":"Point","coordinates":[-0.9572799,51.3650829]},"properties":{"@type":"node","@id":3882345521,"@timestamp":1496239072},"coords":"51.3650829,-0.9572799","bedrooms":"2","price":"164000","area":"492"} , +{"type":"Feature","id":"n3882413631","geometry":{"type":"Point","coordinates":[-1.0024914,51.3105049]},"properties":{"@type":"node","@id":3882413631,"@timestamp":1449519702},"coords":"51.3105049,-1.0024914","bedrooms":"1","price":"173000","area":"432"} , +{"type":"Feature","id":"n3882540849","geometry":{"type":"Point","coordinates":[-0.8858216,51.3791357]},"properties":{"@type":"node","@id":3882540849,"@timestamp":1496239073},"coords":"51.3791357,-0.8858216","bedrooms":"0","price":"243000","area":"428"} , +{"type":"Feature","id":"n3882615323","geometry":{"type":"Point","coordinates":[-0.8336817,51.3710392]},"properties":{"@type":"node","@id":3882615323,"@timestamp":1567964365},"coords":"51.3710392,-0.8336817","bedrooms":"1","price":"199000","area":"629"} , +{"type":"Feature","id":"n3883221783","geometry":{"type":"Point","coordinates":[-1.0352807,51.9313061]},"properties":{"@type":"node","@id":3883221783,"@timestamp":1449576629},"coords":"51.9313061,-1.0352807","bedrooms":"3","price":"228000","area":"542"} , +{"type":"Feature","id":"n3883840137","geometry":{"type":"Point","coordinates":[-0.5991316,51.6942438]},"properties":{"@type":"node","@id":3883840137,"@timestamp":1449603124},"coords":"51.6942438,-0.5991316","bedrooms":"0","price":"217000","area":"392"} , +{"type":"Feature","id":"n3883939376","geometry":{"type":"Point","coordinates":[-0.7770803,51.4889042]},"properties":{"@type":"node","@id":3883939376,"@timestamp":1449607427},"coords":"51.4889042,-0.7770803","bedrooms":"1","price":"282000","area":"673"} , +{"type":"Feature","id":"n3884116465","geometry":{"type":"Point","coordinates":[-0.9626365,51.2826173]},"properties":{"@type":"node","@id":3884116465,"@timestamp":1449616766},"coords":"51.2826173,-0.9626365","bedrooms":"2","price":"208000","area":"554"} , +{"type":"Feature","id":"n3884136917","geometry":{"type":"Point","coordinates":[-0.0198693,51.4447127]},"properties":{"@type":"node","@id":3884136917,"@timestamp":1616306325},"coords":"51.4447127,-0.0198693","bedrooms":"1","price":"181000","area":"591"} , +{"type":"Feature","id":"n3884137672","geometry":{"type":"Point","coordinates":[-0.0248923,51.4377115]},"properties":{"@type":"node","@id":3884137672,"@timestamp":1595845419},"coords":"51.4377115,-0.0248923","bedrooms":"2","price":"269000","area":"428"} , +{"type":"Feature","id":"n3884850287","geometry":{"type":"Point","coordinates":[-0.3436493,51.4227138]},"properties":{"@type":"node","@id":3884850287,"@timestamp":1622802892},"coords":"51.4227138,-0.3436493","bedrooms":"1","price":"299000","area":"597"} , +{"type":"Feature","id":"n3885102895","geometry":{"type":"Point","coordinates":[-0.045295,51.5303203]},"properties":{"@type":"node","@id":3885102895,"@timestamp":1449687663},"coords":"51.5303203,-0.045295","bedrooms":"2","price":"204000","area":"416"} , +{"type":"Feature","id":"n3885288413","geometry":{"type":"Point","coordinates":[-0.4123702,51.4426339]},"properties":{"@type":"node","@id":3885288413,"@timestamp":1575550147},"coords":"51.4426339,-0.4123702","bedrooms":"0","price":"298000","area":"684"} , +{"type":"Feature","id":"n3885415093","geometry":{"type":"Point","coordinates":[-1.0826338,51.5207689]},"properties":{"@type":"node","@id":3885415093,"@timestamp":1449705741},"coords":"51.5207689,-1.0826338","bedrooms":"2","price":"272000","area":"655"} , +{"type":"Feature","id":"n3885447177","geometry":{"type":"Point","coordinates":[-0.6838273,51.5871587]},"properties":{"@type":"node","@id":3885447177,"@timestamp":1449708161},"coords":"51.5871587,-0.6838273","bedrooms":"3","price":"186000","area":"526"} , +{"type":"Feature","id":"n3885555518","geometry":{"type":"Point","coordinates":[0.8859008,51.901557]},"properties":{"@type":"node","@id":3885555518,"@timestamp":1607884356},"coords":"51.901557,0.8859008","bedrooms":"0","price":"166000","area":"490"} , +{"type":"Feature","id":"n3885562794","geometry":{"type":"Point","coordinates":[0.8813518,51.9021107]},"properties":{"@type":"node","@id":3885562794,"@timestamp":1607884356},"coords":"51.9021107,0.8813518","bedrooms":"1","price":"279000","area":"374"} , +{"type":"Feature","id":"n3885860124","geometry":{"type":"Point","coordinates":[0.1546134,51.3789153]},"properties":{"@type":"node","@id":3885860124,"@timestamp":1449743683},"coords":"51.3789153,0.1546134","bedrooms":"1","price":"157000","area":"455"} , +{"type":"Feature","id":"n3886083793","geometry":{"type":"Point","coordinates":[-0.2355825,51.427148]},"properties":{"@type":"node","@id":3886083793,"@timestamp":1449757168},"coords":"51.427148,-0.2355825","bedrooms":"0","price":"206000","area":"526"} , +{"type":"Feature","id":"n3886084084","geometry":{"type":"Point","coordinates":[-0.2382838,51.4328613]},"properties":{"@type":"node","@id":3886084084,"@timestamp":1449757172},"coords":"51.4328613,-0.2382838","bedrooms":"1","price":"265000","area":"515"} , +{"type":"Feature","id":"n3886585607","geometry":{"type":"Point","coordinates":[-0.617512,51.5362892]},"properties":{"@type":"node","@id":3886585607,"@timestamp":1449778610},"coords":"51.5362892,-0.617512","bedrooms":"3","price":"197000","area":"545"} , +{"type":"Feature","id":"n3886927074","geometry":{"type":"Point","coordinates":[-0.0515763,51.4260176]},"properties":{"@type":"node","@id":3886927074,"@timestamp":1613861660},"coords":"51.4260176,-0.0515763","bedrooms":"3","price":"215000","area":"674"} , +{"type":"Feature","id":"n3886975807","geometry":{"type":"Point","coordinates":[-0.1188942,51.5719241]},"properties":{"@type":"node","@id":3886975807,"@timestamp":1564908044},"coords":"51.5719241,-0.1188942","bedrooms":"0","price":"241000","area":"568"} , +{"type":"Feature","id":"n3887477216","geometry":{"type":"Point","coordinates":[-0.9513974,51.5377692]},"properties":{"@type":"node","@id":3887477216,"@timestamp":1449834256},"coords":"51.5377692,-0.9513974","bedrooms":"1","price":"153000","area":"640"} , +{"type":"Feature","id":"n3887636421","geometry":{"type":"Point","coordinates":[0.0971972,51.4690868]},"properties":{"@type":"node","@id":3887636421,"@timestamp":1449841597},"coords":"51.4690868,0.0971972","bedrooms":"4","price":"284000","area":"453"} , +{"type":"Feature","id":"n3887833636","geometry":{"type":"Point","coordinates":[-0.9377197,51.5656811]},"properties":{"@type":"node","@id":3887833636,"@timestamp":1449851454},"coords":"51.5656811,-0.9377197","bedrooms":"0","price":"214000","area":"508"} , +{"type":"Feature","id":"n3887922683","geometry":{"type":"Point","coordinates":[-0.1336588,51.5866844]},"properties":{"@type":"node","@id":3887922683,"@timestamp":1564908044},"coords":"51.5866844,-0.1336588","bedrooms":"1","price":"174000","area":"631"} , +{"type":"Feature","id":"n3887922693","geometry":{"type":"Point","coordinates":[-0.1078528,51.5653969]},"properties":{"@type":"node","@id":3887922693,"@timestamp":1564908044},"coords":"51.5653969,-0.1078528","bedrooms":"1","price":"250000","area":"586"} , +{"type":"Feature","id":"n3887922703","geometry":{"type":"Point","coordinates":[-0.1116859,51.5690503]},"properties":{"@type":"node","@id":3887922703,"@timestamp":1619543237},"coords":"51.5690503,-0.1116859","bedrooms":"1","price":"289000","area":"611"} , +{"type":"Feature","id":"n3888060122","geometry":{"type":"Point","coordinates":[-0.8411948,50.9844075]},"properties":{"@type":"node","@id":3888060122,"@timestamp":1449860206},"coords":"50.9844075,-0.8411948","bedrooms":"1","price":"211000","area":"692"} , +{"type":"Feature","id":"n3888111170","geometry":{"type":"Point","coordinates":[-0.850529,51.0080566]},"properties":{"@type":"node","@id":3888111170,"@timestamp":1449862521},"coords":"51.0080566,-0.850529","bedrooms":"0","price":"224000","area":"371"} , +{"type":"Feature","id":"n3888246999","geometry":{"type":"Point","coordinates":[-0.8133594,51.8171404]},"properties":{"@type":"node","@id":3888246999,"@timestamp":1536530245},"coords":"51.8171404,-0.8133594","bedrooms":"1","price":"167000","area":"447"} , +{"type":"Feature","id":"n3888578296","geometry":{"type":"Point","coordinates":[-0.0426257,51.4452407]},"properties":{"@type":"node","@id":3888578296,"@timestamp":1606989009},"coords":"51.4452407,-0.0426257","bedrooms":"4","price":"237000","area":"409"} , +{"type":"Feature","id":"n3888986279","geometry":{"type":"Point","coordinates":[-0.202782,51.4568295]},"properties":{"@type":"node","@id":3888986279,"@timestamp":1598526846},"coords":"51.4568295,-0.202782","bedrooms":"0","price":"257000","area":"513"} , +{"type":"Feature","id":"n3889253604","geometry":{"type":"Point","coordinates":[-0.1311761,51.4254266]},"properties":{"@type":"node","@id":3889253604,"@timestamp":1564908044},"coords":"51.4254266,-0.1311761","bedrooms":"4","price":"222000","area":"551"} , +{"type":"Feature","id":"n3889294470","geometry":{"type":"Point","coordinates":[-0.0229189,51.4673834]},"properties":{"@type":"node","@id":3889294470,"@timestamp":1618322903},"coords":"51.4673834,-0.0229189","bedrooms":"2","price":"296000","area":"579"} , +{"type":"Feature","id":"n3889294495","geometry":{"type":"Point","coordinates":[-0.0234944,51.4676965]},"properties":{"@type":"node","@id":3889294495,"@timestamp":1630061925},"coords":"51.4676965,-0.0234944","bedrooms":"0","price":"169000","area":"505"} , +{"type":"Feature","id":"n3889300973","geometry":{"type":"Point","coordinates":[0.4769596,51.734063]},"properties":{"@type":"node","@id":3889300973,"@timestamp":1449941780},"coords":"51.734063,0.4769596","bedrooms":"2","price":"251000","area":"485"} , +{"type":"Feature","id":"n3889317064","geometry":{"type":"Point","coordinates":[-0.1737054,51.4960082]},"properties":{"@type":"node","@id":3889317064,"@timestamp":1600420620},"coords":"51.4960082,-0.1737054","bedrooms":"1","price":"226000","area":"606"} , +{"type":"Feature","id":"n3889518917","geometry":{"type":"Point","coordinates":[0.4815142,51.7293112]},"properties":{"@type":"node","@id":3889518917,"@timestamp":1449950517},"coords":"51.7293112,0.4815142","bedrooms":"4","price":"164000","area":"386"} , +{"type":"Feature","id":"n3889758744","geometry":{"type":"Point","coordinates":[-0.0410123,51.4478614]},"properties":{"@type":"node","@id":3889758744,"@timestamp":1449964248},"coords":"51.4478614,-0.0410123","bedrooms":"3","price":"280000","area":"551"} , +{"type":"Feature","id":"n3889807585","geometry":{"type":"Point","coordinates":[-0.1300151,51.5936574]},"properties":{"@type":"node","@id":3889807585,"@timestamp":1564908053},"coords":"51.5936574,-0.1300151","bedrooms":"4","price":"203000","area":"511"} , +{"type":"Feature","id":"n3889807596","geometry":{"type":"Point","coordinates":[-0.1219748,51.5864153]},"properties":{"@type":"node","@id":3889807596,"@timestamp":1564908053},"coords":"51.5864153,-0.1219748","bedrooms":"1","price":"197000","area":"409"} , +{"type":"Feature","id":"n3890126408","geometry":{"type":"Point","coordinates":[-0.213504,51.9794964]},"properties":{"@type":"node","@id":3890126408,"@timestamp":1451848078},"coords":"51.9794964,-0.213504","bedrooms":"2","price":"282000","area":"666"} , +{"type":"Feature","id":"n3890221805","geometry":{"type":"Point","coordinates":[-0.9641492,50.9543786]},"properties":{"@type":"node","@id":3890221805,"@timestamp":1450006828},"coords":"50.9543786,-0.9641492","bedrooms":"3","price":"231000","area":"659"} , +{"type":"Feature","id":"n3890450540","geometry":{"type":"Point","coordinates":[-0.2169973,51.4604928]},"properties":{"@type":"node","@id":3890450540,"@timestamp":1622914592},"coords":"51.4604928,-0.2169973","bedrooms":"2","price":"190000","area":"651"} , +{"type":"Feature","id":"n3890451019","geometry":{"type":"Point","coordinates":[-0.2170305,51.4604323]},"properties":{"@type":"node","@id":3890451019,"@timestamp":1622914592},"coords":"51.4604323,-0.2170305","bedrooms":"0","price":"228000","area":"378"} , +{"type":"Feature","id":"n3890828035","geometry":{"type":"Point","coordinates":[-0.0261688,51.4746086]},"properties":{"@type":"node","@id":3890828035,"@timestamp":1548812662},"coords":"51.4746086,-0.0261688","bedrooms":"2","price":"174000","area":"383"} , +{"type":"Feature","id":"n3890874648","geometry":{"type":"Point","coordinates":[-0.040648,51.4749994]},"properties":{"@type":"node","@id":3890874648,"@timestamp":1450038634},"coords":"51.4749994,-0.040648","bedrooms":"4","price":"211000","area":"559"} , +{"type":"Feature","id":"n3891083127","geometry":{"type":"Point","coordinates":[-0.0136981,51.4573682]},"properties":{"@type":"node","@id":3891083127,"@timestamp":1450049502},"coords":"51.4573682,-0.0136981","bedrooms":"2","price":"176000","area":"393"} , +{"type":"Feature","id":"n3891083153","geometry":{"type":"Point","coordinates":[-0.0152162,51.4555365]},"properties":{"@type":"node","@id":3891083153,"@timestamp":1541206755},"coords":"51.4555365,-0.0152162","bedrooms":"2","price":"264000","area":"643"} , +{"type":"Feature","id":"n3891083181","geometry":{"type":"Point","coordinates":[-0.0155285,51.4553946]},"properties":{"@type":"node","@id":3891083181,"@timestamp":1620203856},"coords":"51.4553946,-0.0155285","bedrooms":"2","price":"261000","area":"462"} , +{"type":"Feature","id":"n3891094514","geometry":{"type":"Point","coordinates":[-0.0076486,51.4529711]},"properties":{"@type":"node","@id":3891094514,"@timestamp":1565315647},"coords":"51.4529711,-0.0076486","bedrooms":"3","price":"264000","area":"670"} , +{"type":"Feature","id":"n3891378503","geometry":{"type":"Point","coordinates":[-0.2484788,51.4393892]},"properties":{"@type":"node","@id":3891378503,"@timestamp":1564908053},"coords":"51.4393892,-0.2484788","bedrooms":"1","price":"183000","area":"643"} , +{"type":"Feature","id":"n3891497499","geometry":{"type":"Point","coordinates":[-0.2101353,51.4532195]},"properties":{"@type":"node","@id":3891497499,"@timestamp":1450089190},"coords":"51.4532195,-0.2101353","bedrooms":"1","price":"285000","area":"678"} , +{"type":"Feature","id":"n3891515556","geometry":{"type":"Point","coordinates":[-0.0006685,51.4382512]},"properties":{"@type":"node","@id":3891515556,"@timestamp":1613655307},"coords":"51.4382512,-0.0006685","bedrooms":"4","price":"195000","area":"644"} , +{"type":"Feature","id":"n3891570555","geometry":{"type":"Point","coordinates":[0.0089949,51.4570246]},"properties":{"@type":"node","@id":3891570555,"@timestamp":1610200438},"coords":"51.4570246,0.0089949","bedrooms":"3","price":"240000","area":"420"} , +{"type":"Feature","id":"n3891865759","geometry":{"type":"Point","coordinates":[-0.1008622,51.4947262]},"properties":{"@type":"node","@id":3891865759,"@timestamp":1626816043},"coords":"51.4947262,-0.1008622","bedrooms":"1","price":"203000","area":"563"} , +{"type":"Feature","id":"n3892128004","geometry":{"type":"Point","coordinates":[-0.9504413,51.5476394]},"properties":{"@type":"node","@id":3892128004,"@timestamp":1450114090},"coords":"51.5476394,-0.9504413","bedrooms":"0","price":"238000","area":"374"} , +{"type":"Feature","id":"n3892264315","geometry":{"type":"Point","coordinates":[-0.0842285,51.4782329]},"properties":{"@type":"node","@id":3892264315,"@timestamp":1452314144},"coords":"51.4782329,-0.0842285","bedrooms":"3","price":"233000","area":"574"} , +{"type":"Feature","id":"n3892498676","geometry":{"type":"Point","coordinates":[-0.0448819,51.4456534]},"properties":{"@type":"node","@id":3892498676,"@timestamp":1450128908},"coords":"51.4456534,-0.0448819","bedrooms":"0","price":"172000","area":"373"} , +{"type":"Feature","id":"n3892498688","geometry":{"type":"Point","coordinates":[-0.0448104,51.446124]},"properties":{"@type":"node","@id":3892498688,"@timestamp":1450128909},"coords":"51.446124,-0.0448104","bedrooms":"4","price":"154000","area":"593"} , +{"type":"Feature","id":"n3893285366","geometry":{"type":"Point","coordinates":[-0.9557702,51.480875]},"properties":{"@type":"node","@id":3893285366,"@timestamp":1494841659},"coords":"51.480875,-0.9557702","bedrooms":"2","price":"184000","area":"626"} , +{"type":"Feature","id":"n3893433962","geometry":{"type":"Point","coordinates":[0.2573177,51.1606252]},"properties":{"@type":"node","@id":3893433962,"@timestamp":1516457015},"coords":"51.1606252,0.2573177","bedrooms":"4","price":"296000","area":"515"} , +{"type":"Feature","id":"n3893635721","geometry":{"type":"Point","coordinates":[0.2598989,51.1552814]},"properties":{"@type":"node","@id":3893635721,"@timestamp":1450196400},"coords":"51.1552814,0.2598989","bedrooms":"0","price":"225000","area":"424"} , +{"type":"Feature","id":"n3893639216","geometry":{"type":"Point","coordinates":[0.2599377,51.1580552]},"properties":{"@type":"node","@id":3893639216,"@timestamp":1450196701},"coords":"51.1580552,0.2599377","bedrooms":"1","price":"226000","area":"552"} , +{"type":"Feature","id":"n3894377247","geometry":{"type":"Point","coordinates":[-0.2103249,51.5522533]},"properties":{"@type":"node","@id":3894377247,"@timestamp":1614407845},"coords":"51.5522533,-0.2103249","bedrooms":"1","price":"235000","area":"469"} , +{"type":"Feature","id":"n3894532923","geometry":{"type":"Point","coordinates":[0.4686521,51.736512]},"properties":{"@type":"node","@id":3894532923,"@timestamp":1617026193},"coords":"51.736512,0.4686521","bedrooms":"2","price":"227000","area":"646"} , +{"type":"Feature","id":"n3894948105","geometry":{"type":"Point","coordinates":[-0.0798313,51.5162912]},"properties":{"@type":"node","@id":3894948105,"@timestamp":1450264930},"coords":"51.5162912,-0.0798313","bedrooms":"2","price":"161000","area":"643"} , +{"type":"Feature","id":"n3895318526","geometry":{"type":"Point","coordinates":[-0.3463902,51.5421469]},"properties":{"@type":"node","@id":3895318526,"@timestamp":1618573175},"coords":"51.5421469,-0.3463902","bedrooms":"0","price":"251000","area":"354"} , +{"type":"Feature","id":"n3895337997","geometry":{"type":"Point","coordinates":[-0.3465219,51.5420453]},"properties":{"@type":"node","@id":3895337997,"@timestamp":1618573175},"coords":"51.5420453,-0.3465219","bedrooms":"3","price":"269000","area":"656"} , +{"type":"Feature","id":"n3895817567","geometry":{"type":"Point","coordinates":[-1.0487308,51.3248917]},"properties":{"@type":"node","@id":3895817567,"@timestamp":1450304251},"coords":"51.3248917,-1.0487308","bedrooms":"1","price":"265000","area":"660"} , +{"type":"Feature","id":"n3896552609","geometry":{"type":"Point","coordinates":[0.2531853,51.1636671]},"properties":{"@type":"node","@id":3896552609,"@timestamp":1450358555},"coords":"51.1636671,0.2531853","bedrooms":"3","price":"286000","area":"381"} , +{"type":"Feature","id":"n3896716677","geometry":{"type":"Point","coordinates":[-0.1291414,51.5447032]},"properties":{"@type":"node","@id":3896716677,"@timestamp":1614795856},"coords":"51.5447032,-0.1291414","bedrooms":"0","price":"192000","area":"491"} , +{"type":"Feature","id":"n3896803299","geometry":{"type":"Point","coordinates":[0.2548888,51.1625921]},"properties":{"@type":"node","@id":3896803299,"@timestamp":1450369098},"coords":"51.1625921,0.2548888","bedrooms":"0","price":"299000","area":"639"} , +{"type":"Feature","id":"n3896803310","geometry":{"type":"Point","coordinates":[0.2547225,51.1627081]},"properties":{"@type":"node","@id":3896803310,"@timestamp":1450369098},"coords":"51.1627081,0.2547225","bedrooms":"4","price":"158000","area":"629"} , +{"type":"Feature","id":"n3896803322","geometry":{"type":"Point","coordinates":[0.2529656,51.1642875]},"properties":{"@type":"node","@id":3896803322,"@timestamp":1450369098},"coords":"51.1642875,0.2529656","bedrooms":"4","price":"269000","area":"502"} , +{"type":"Feature","id":"n3896803336","geometry":{"type":"Point","coordinates":[0.2545159,51.1614936]},"properties":{"@type":"node","@id":3896803336,"@timestamp":1450369099},"coords":"51.1614936,0.2545159","bedrooms":"2","price":"181000","area":"364"} , +{"type":"Feature","id":"n3896803349","geometry":{"type":"Point","coordinates":[0.2542745,51.1633287]},"properties":{"@type":"node","@id":3896803349,"@timestamp":1450369099},"coords":"51.1633287,0.2542745","bedrooms":"2","price":"188000","area":"604"} , +{"type":"Feature","id":"n3896971525","geometry":{"type":"Point","coordinates":[-0.3326484,51.4062682]},"properties":{"@type":"node","@id":3896971525,"@timestamp":1603201628},"coords":"51.4062682,-0.3326484","bedrooms":"4","price":"223000","area":"673"} , +{"type":"Feature","id":"n3898646768","geometry":{"type":"Point","coordinates":[-0.0702974,51.5179109]},"properties":{"@type":"node","@id":3898646768,"@timestamp":1450460156},"coords":"51.5179109,-0.0702974","bedrooms":"2","price":"157000","area":"540"} , +{"type":"Feature","id":"n3899478682","geometry":{"type":"Point","coordinates":[-0.1774134,51.23973]},"properties":{"@type":"node","@id":3899478682,"@timestamp":1553018533},"coords":"51.23973,-0.1774134","bedrooms":"0","price":"225000","area":"692"} , +{"type":"Feature","id":"n3900579073","geometry":{"type":"Point","coordinates":[-0.8315078,51.2928705]},"properties":{"@type":"node","@id":3900579073,"@timestamp":1450560660},"coords":"51.2928705,-0.8315078","bedrooms":"0","price":"184000","area":"432"} , +{"type":"Feature","id":"n3900616787","geometry":{"type":"Point","coordinates":[-0.7989322,51.3005052]},"properties":{"@type":"node","@id":3900616787,"@timestamp":1568140133},"coords":"51.3005052,-0.7989322","bedrooms":"2","price":"171000","area":"480"} , +{"type":"Feature","id":"n3900663908","geometry":{"type":"Point","coordinates":[-0.1128829,51.574015]},"properties":{"@type":"node","@id":3900663908,"@timestamp":1603486975},"coords":"51.574015,-0.1128829","bedrooms":"3","price":"192000","area":"525"} , +{"type":"Feature","id":"n3901532673","geometry":{"type":"Point","coordinates":[-0.1244917,51.5778352]},"properties":{"@type":"node","@id":3901532673,"@timestamp":1564908053},"coords":"51.5778352,-0.1244917","bedrooms":"3","price":"249000","area":"556"} , +{"type":"Feature","id":"n3901992609","geometry":{"type":"Point","coordinates":[-0.7777524,51.2959062]},"properties":{"@type":"node","@id":3901992609,"@timestamp":1551237732},"coords":"51.2959062,-0.7777524","bedrooms":"2","price":"255000","area":"510"} , +{"type":"Feature","id":"n3902110538","geometry":{"type":"Point","coordinates":[-0.7514961,51.1110099]},"properties":{"@type":"node","@id":3902110538,"@timestamp":1450644059},"coords":"51.1110099,-0.7514961","bedrooms":"4","price":"167000","area":"436"} , +{"type":"Feature","id":"n3903008159","geometry":{"type":"Point","coordinates":[-0.0637439,51.4067759]},"properties":{"@type":"node","@id":3903008159,"@timestamp":1450708212},"coords":"51.4067759,-0.0637439","bedrooms":"0","price":"263000","area":"499"} , +{"type":"Feature","id":"n3903138327","geometry":{"type":"Point","coordinates":[-0.1496282,51.5741684]},"properties":{"@type":"node","@id":3903138327,"@timestamp":1564908053},"coords":"51.5741684,-0.1496282","bedrooms":"2","price":"241000","area":"697"} , +{"type":"Feature","id":"n3903143299","geometry":{"type":"Point","coordinates":[-1.0874969,51.2631082]},"properties":{"@type":"node","@id":3903143299,"@timestamp":1450713002},"coords":"51.2631082,-1.0874969","bedrooms":"1","price":"218000","area":"439"} , +{"type":"Feature","id":"n3903303777","geometry":{"type":"Point","coordinates":[-0.171785,51.5971627]},"properties":{"@type":"node","@id":3903303777,"@timestamp":1450719516},"coords":"51.5971627,-0.171785","bedrooms":"1","price":"286000","area":"496"} , +{"type":"Feature","id":"n3903707358","geometry":{"type":"Point","coordinates":[-0.9295346,51.2922306]},"properties":{"@type":"node","@id":3903707358,"@timestamp":1450736315},"coords":"51.2922306,-0.9295346","bedrooms":"3","price":"160000","area":"489"} , +{"type":"Feature","id":"n3903728547","geometry":{"type":"Point","coordinates":[-0.8311408,51.2974604]},"properties":{"@type":"node","@id":3903728547,"@timestamp":1611133069},"coords":"51.2974604,-0.8311408","bedrooms":"4","price":"245000","area":"393"} , +{"type":"Feature","id":"n3903763884","geometry":{"type":"Point","coordinates":[-0.781714,51.328022]},"properties":{"@type":"node","@id":3903763884,"@timestamp":1450740498},"coords":"51.328022,-0.781714","bedrooms":"2","price":"262000","area":"434"} , +{"type":"Feature","id":"n3903792337","geometry":{"type":"Point","coordinates":[-0.7323532,51.3245679]},"properties":{"@type":"node","@id":3903792337,"@timestamp":1450742745},"coords":"51.3245679,-0.7323532","bedrooms":"2","price":"222000","area":"464"} , +{"type":"Feature","id":"n3904092441","geometry":{"type":"Point","coordinates":[0.8127491,51.2744611]},"properties":{"@type":"node","@id":3904092441,"@timestamp":1616076549},"coords":"51.2744611,0.8127491","bedrooms":"0","price":"296000","area":"527"} , +{"type":"Feature","id":"n3904783334","geometry":{"type":"Point","coordinates":[-0.0657335,51.4060916]},"properties":{"@type":"node","@id":3904783334,"@timestamp":1450795534},"coords":"51.4060916,-0.0657335","bedrooms":"3","price":"260000","area":"569"} , +{"type":"Feature","id":"n3904886804","geometry":{"type":"Point","coordinates":[-0.1498162,51.5911241]},"properties":{"@type":"node","@id":3904886804,"@timestamp":1564908053},"coords":"51.5911241,-0.1498162","bedrooms":"1","price":"226000","area":"582"} , +{"type":"Feature","id":"n3905079812","geometry":{"type":"Point","coordinates":[-0.7223155,51.319878]},"properties":{"@type":"node","@id":3905079812,"@timestamp":1561494826},"coords":"51.319878,-0.7223155","bedrooms":"0","price":"150000","area":"378"} , +{"type":"Feature","id":"n3905165722","geometry":{"type":"Point","coordinates":[-0.1719879,51.530886]},"properties":{"@type":"node","@id":3905165722,"@timestamp":1515776701},"coords":"51.530886,-0.1719879","bedrooms":"2","price":"197000","area":"426"} , +{"type":"Feature","id":"n3905312096","geometry":{"type":"Point","coordinates":[-0.3848443,51.4995387]},"properties":{"@type":"node","@id":3905312096,"@timestamp":1450813660},"coords":"51.4995387,-0.3848443","bedrooms":"0","price":"180000","area":"627"} , +{"type":"Feature","id":"n3905382895","geometry":{"type":"Point","coordinates":[-0.3864336,51.4953786]},"properties":{"@type":"node","@id":3905382895,"@timestamp":1450817540},"coords":"51.4953786,-0.3864336","bedrooms":"4","price":"288000","area":"550"} , +{"type":"Feature","id":"n3905382913","geometry":{"type":"Point","coordinates":[-0.3836904,51.4969439]},"properties":{"@type":"node","@id":3905382913,"@timestamp":1450817540},"coords":"51.4969439,-0.3836904","bedrooms":"1","price":"228000","area":"362"} , +{"type":"Feature","id":"n3905382954","geometry":{"type":"Point","coordinates":[-0.3850221,51.4995839]},"properties":{"@type":"node","@id":3905382954,"@timestamp":1450817541},"coords":"51.4995839,-0.3850221","bedrooms":"3","price":"244000","area":"407"} , +{"type":"Feature","id":"n3905417740","geometry":{"type":"Point","coordinates":[-0.142893,51.5907399]},"properties":{"@type":"node","@id":3905417740,"@timestamp":1564908053},"coords":"51.5907399,-0.142893","bedrooms":"0","price":"283000","area":"571"} , +{"type":"Feature","id":"n3906127289","geometry":{"type":"Point","coordinates":[-0.1646719,51.52308]},"properties":{"@type":"node","@id":3906127289,"@timestamp":1597565066},"coords":"51.52308,-0.1646719","bedrooms":"0","price":"296000","area":"481"} , +{"type":"Feature","id":"n3906175820","geometry":{"type":"Point","coordinates":[0.1701276,51.5681138]},"properties":{"@type":"node","@id":3906175820,"@timestamp":1450865526},"coords":"51.5681138,0.1701276","bedrooms":"0","price":"221000","area":"584"} , +{"type":"Feature","id":"n3906175830","geometry":{"type":"Point","coordinates":[0.1740855,51.5686794]},"properties":{"@type":"node","@id":3906175830,"@timestamp":1450865527},"coords":"51.5686794,0.1740855","bedrooms":"4","price":"194000","area":"593"} , +{"type":"Feature","id":"n3906175840","geometry":{"type":"Point","coordinates":[0.1694721,51.5675903]},"properties":{"@type":"node","@id":3906175840,"@timestamp":1450865527},"coords":"51.5675903,0.1694721","bedrooms":"1","price":"244000","area":"393"} , +{"type":"Feature","id":"n3906175850","geometry":{"type":"Point","coordinates":[0.1740935,51.5688252]},"properties":{"@type":"node","@id":3906175850,"@timestamp":1450865527},"coords":"51.5688252,0.1740935","bedrooms":"4","price":"153000","area":"651"} , +{"type":"Feature","id":"n3906176860","geometry":{"type":"Point","coordinates":[0.1716656,51.5683757]},"properties":{"@type":"node","@id":3906176860,"@timestamp":1450865528},"coords":"51.5683757,0.1716656","bedrooms":"1","price":"233000","area":"434"} , +{"type":"Feature","id":"n3906176870","geometry":{"type":"Point","coordinates":[0.1696469,51.5670122]},"properties":{"@type":"node","@id":3906176870,"@timestamp":1450865528},"coords":"51.5670122,0.1696469","bedrooms":"3","price":"187000","area":"502"} , +{"type":"Feature","id":"n3906176880","geometry":{"type":"Point","coordinates":[0.173998,51.5685189]},"properties":{"@type":"node","@id":3906176880,"@timestamp":1450865528},"coords":"51.5685189,0.173998","bedrooms":"3","price":"188000","area":"494"} , +{"type":"Feature","id":"n3906176891","geometry":{"type":"Point","coordinates":[-0.1612151,51.5185868]},"properties":{"@type":"node","@id":3906176891,"@timestamp":1497569141},"coords":"51.5185868,-0.1612151","bedrooms":"2","price":"178000","area":"577"} , +{"type":"Feature","id":"n3906199407","geometry":{"type":"Point","coordinates":[-0.1574404,51.5192426]},"properties":{"@type":"node","@id":3906199407,"@timestamp":1497569142},"coords":"51.5192426,-0.1574404","bedrooms":"1","price":"152000","area":"623"} , +{"type":"Feature","id":"n3906245162","geometry":{"type":"Point","coordinates":[0.1001799,51.7729516]},"properties":{"@type":"node","@id":3906245162,"@timestamp":1450868737},"coords":"51.7729516,0.1001799","bedrooms":"1","price":"208000","area":"367"} , +{"type":"Feature","id":"n3906250092","geometry":{"type":"Point","coordinates":[0.0916524,51.7715624]},"properties":{"@type":"node","@id":3906250092,"@timestamp":1450868833},"coords":"51.7715624,0.0916524","bedrooms":"2","price":"250000","area":"453"} , +{"type":"Feature","id":"n3906250102","geometry":{"type":"Point","coordinates":[0.0914985,51.7713176]},"properties":{"@type":"node","@id":3906250102,"@timestamp":1450868833},"coords":"51.7713176,0.0914985","bedrooms":"0","price":"253000","area":"510"} , +{"type":"Feature","id":"n3906320058","geometry":{"type":"Point","coordinates":[-0.1932874,51.096537]},"properties":{"@type":"node","@id":3906320058,"@timestamp":1610468000},"coords":"51.096537,-0.1932874","bedrooms":"4","price":"229000","area":"645"} , +{"type":"Feature","id":"n3906430133","geometry":{"type":"Point","coordinates":[-0.153109,51.5169734]},"properties":{"@type":"node","@id":3906430133,"@timestamp":1559832731},"coords":"51.5169734,-0.153109","bedrooms":"0","price":"239000","area":"423"} , +{"type":"Feature","id":"n3906494504","geometry":{"type":"Point","coordinates":[-0.1459372,51.5225083]},"properties":{"@type":"node","@id":3906494504,"@timestamp":1623358432},"coords":"51.5225083,-0.1459372","bedrooms":"4","price":"288000","area":"477"} , +{"type":"Feature","id":"n3906776197","geometry":{"type":"Point","coordinates":[-0.0967475,51.6046139]},"properties":{"@type":"node","@id":3906776197,"@timestamp":1564908053},"coords":"51.6046139,-0.0967475","bedrooms":"4","price":"295000","area":"381"} , +{"type":"Feature","id":"n3906776207","geometry":{"type":"Point","coordinates":[-0.0859956,51.6049401]},"properties":{"@type":"node","@id":3906776207,"@timestamp":1564908053},"coords":"51.6049401,-0.0859956","bedrooms":"2","price":"202000","area":"509"} , +{"type":"Feature","id":"n3906862984","geometry":{"type":"Point","coordinates":[-0.1502493,51.5200383]},"properties":{"@type":"node","@id":3906862984,"@timestamp":1497569144},"coords":"51.5200383,-0.1502493","bedrooms":"3","price":"282000","area":"513"} , +{"type":"Feature","id":"n3906877111","geometry":{"type":"Point","coordinates":[-0.0681304,51.605892]},"properties":{"@type":"node","@id":3906877111,"@timestamp":1609339111},"coords":"51.605892,-0.0681304","bedrooms":"1","price":"177000","area":"694"} , +{"type":"Feature","id":"n3906991299","geometry":{"type":"Point","coordinates":[-0.2953717,51.5518571]},"properties":{"@type":"node","@id":3906991299,"@timestamp":1450895678},"coords":"51.5518571,-0.2953717","bedrooms":"2","price":"185000","area":"538"} , +{"type":"Feature","id":"n3907059746","geometry":{"type":"Point","coordinates":[-0.1906881,51.5029112]},"properties":{"@type":"node","@id":3907059746,"@timestamp":1497569146},"coords":"51.5029112,-0.1906881","bedrooms":"1","price":"201000","area":"417"} , +{"type":"Feature","id":"n3907240266","geometry":{"type":"Point","coordinates":[-0.3504408,51.0859577]},"properties":{"@type":"node","@id":3907240266,"@timestamp":1450908457},"coords":"51.0859577,-0.3504408","bedrooms":"1","price":"237000","area":"622"} , +{"type":"Feature","id":"n3907240276","geometry":{"type":"Point","coordinates":[-0.3491963,51.0864429]},"properties":{"@type":"node","@id":3907240276,"@timestamp":1450908458},"coords":"51.0864429,-0.3491963","bedrooms":"3","price":"181000","area":"564"} , +{"type":"Feature","id":"n3907280822","geometry":{"type":"Point","coordinates":[-0.352372,51.0802828]},"properties":{"@type":"node","@id":3907280822,"@timestamp":1450908339},"coords":"51.0802828,-0.352372","bedrooms":"0","price":"188000","area":"665"} , +{"type":"Feature","id":"n3907280832","geometry":{"type":"Point","coordinates":[-0.351444,51.0809635]},"properties":{"@type":"node","@id":3907280832,"@timestamp":1450908339},"coords":"51.0809635,-0.351444","bedrooms":"2","price":"284000","area":"644"} , +{"type":"Feature","id":"n3907280842","geometry":{"type":"Point","coordinates":[-0.3484882,51.0827429]},"properties":{"@type":"node","@id":3907280842,"@timestamp":1450908339},"coords":"51.0827429,-0.3484882","bedrooms":"3","price":"298000","area":"514"} , +{"type":"Feature","id":"n3907280852","geometry":{"type":"Point","coordinates":[-0.3453232,51.0826755]},"properties":{"@type":"node","@id":3907280852,"@timestamp":1450908339},"coords":"51.0826755,-0.3453232","bedrooms":"0","price":"269000","area":"443"} , +{"type":"Feature","id":"n3907282562","geometry":{"type":"Point","coordinates":[-0.3399802,51.0836797]},"properties":{"@type":"node","@id":3907282562,"@timestamp":1450908340},"coords":"51.0836797,-0.3399802","bedrooms":"1","price":"208000","area":"668"} , +{"type":"Feature","id":"n3907282572","geometry":{"type":"Point","coordinates":[-0.3438319,51.079292]},"properties":{"@type":"node","@id":3907282572,"@timestamp":1450908340},"coords":"51.079292,-0.3438319","bedrooms":"0","price":"231000","area":"630"} , +{"type":"Feature","id":"n3907282582","geometry":{"type":"Point","coordinates":[-0.3414071,51.0859846]},"properties":{"@type":"node","@id":3907282582,"@timestamp":1450908340},"coords":"51.0859846,-0.3414071","bedrooms":"2","price":"257000","area":"417"} , +{"type":"Feature","id":"n3907282592","geometry":{"type":"Point","coordinates":[-0.3439177,51.0856881]},"properties":{"@type":"node","@id":3907282592,"@timestamp":1450908341},"coords":"51.0856881,-0.3439177","bedrooms":"1","price":"155000","area":"546"} , +{"type":"Feature","id":"n3907282602","geometry":{"type":"Point","coordinates":[-0.3485633,51.0796492]},"properties":{"@type":"node","@id":3907282602,"@timestamp":1450908341},"coords":"51.0796492,-0.3485633","bedrooms":"3","price":"207000","area":"559"} , +{"type":"Feature","id":"n3907978477","geometry":{"type":"Point","coordinates":[-0.0597945,51.4085413]},"properties":{"@type":"node","@id":3907978477,"@timestamp":1605478200},"coords":"51.4085413,-0.0597945","bedrooms":"0","price":"272000","area":"470"} , +{"type":"Feature","id":"n3908573805","geometry":{"type":"Point","coordinates":[0.3044412,51.3882253]},"properties":{"@type":"node","@id":3908573805,"@timestamp":1450987234},"coords":"51.3882253,0.3044412","bedrooms":"0","price":"246000","area":"367"} , +{"type":"Feature","id":"n3908970424","geometry":{"type":"Point","coordinates":[-0.4670005,51.3370873]},"properties":{"@type":"node","@id":3908970424,"@timestamp":1451034677},"coords":"51.3370873,-0.4670005","bedrooms":"2","price":"224000","area":"554"} , +{"type":"Feature","id":"n3909422400","geometry":{"type":"Point","coordinates":[-0.7278165,51.3126476]},"properties":{"@type":"node","@id":3909422400,"@timestamp":1536007863},"coords":"51.3126476,-0.7278165","bedrooms":"4","price":"214000","area":"622"} , +{"type":"Feature","id":"n3909586144","geometry":{"type":"Point","coordinates":[-0.7342921,51.3101497]},"properties":{"@type":"node","@id":3909586144,"@timestamp":1543599988},"coords":"51.3101497,-0.7342921","bedrooms":"3","price":"175000","area":"608"} , +{"type":"Feature","id":"n3910210414","geometry":{"type":"Point","coordinates":[0.8938183,51.9004289]},"properties":{"@type":"node","@id":3910210414,"@timestamp":1451112270},"coords":"51.9004289,0.8938183","bedrooms":"1","price":"171000","area":"589"} , +{"type":"Feature","id":"n3910615786","geometry":{"type":"Point","coordinates":[-0.7289376,51.3047101]},"properties":{"@type":"node","@id":3910615786,"@timestamp":1451135186},"coords":"51.3047101,-0.7289376","bedrooms":"4","price":"161000","area":"477"} , +{"type":"Feature","id":"n3910655376","geometry":{"type":"Point","coordinates":[-0.7283527,51.3030026]},"properties":{"@type":"node","@id":3910655376,"@timestamp":1451137033},"coords":"51.3030026,-0.7283527","bedrooms":"3","price":"213000","area":"453"} , +{"type":"Feature","id":"n3910851773","geometry":{"type":"Point","coordinates":[0.557274,51.3857092]},"properties":{"@type":"node","@id":3910851773,"@timestamp":1588609302},"coords":"51.3857092,0.557274","bedrooms":"3","price":"250000","area":"509"} , +{"type":"Feature","id":"n3910854719","geometry":{"type":"Point","coordinates":[0.4493049,51.2992915]},"properties":{"@type":"node","@id":3910854719,"@timestamp":1451145027},"coords":"51.2992915,0.4493049","bedrooms":"2","price":"176000","area":"637"} , +{"type":"Feature","id":"n3911044738","geometry":{"type":"Point","coordinates":[-0.1133472,51.5108369]},"properties":{"@type":"node","@id":3911044738,"@timestamp":1621641464},"coords":"51.5108369,-0.1133472","bedrooms":"1","price":"269000","area":"630"} , +{"type":"Feature","id":"n3911230238","geometry":{"type":"Point","coordinates":[-0.1246969,51.5716066]},"properties":{"@type":"node","@id":3911230238,"@timestamp":1617717416},"coords":"51.5716066,-0.1246969","bedrooms":"1","price":"219000","area":"615"} , +{"type":"Feature","id":"n3912506087","geometry":{"type":"Point","coordinates":[-0.3571031,51.7415045]},"properties":{"@type":"node","@id":3912506087,"@timestamp":1626648103},"coords":"51.7415045,-0.3571031","bedrooms":"1","price":"276000","area":"630"} , +{"type":"Feature","id":"n3914680857","geometry":{"type":"Point","coordinates":[0.697278,51.725471]},"properties":{"@type":"node","@id":3914680857,"@timestamp":1451313688},"coords":"51.725471,0.697278","bedrooms":"0","price":"262000","area":"546"} , +{"type":"Feature","id":"n3914787301","geometry":{"type":"Point","coordinates":[-0.0395221,51.518026]},"properties":{"@type":"node","@id":3914787301,"@timestamp":1516623574},"coords":"51.518026,-0.0395221","bedrooms":"4","price":"210000","area":"605"} , +{"type":"Feature","id":"n3914819358","geometry":{"type":"Point","coordinates":[0.3499826,51.4330975]},"properties":{"@type":"node","@id":3914819358,"@timestamp":1451318046},"coords":"51.4330975,0.3499826","bedrooms":"3","price":"263000","area":"401"} , +{"type":"Feature","id":"n3914819857","geometry":{"type":"Point","coordinates":[0.3713607,51.4418908]},"properties":{"@type":"node","@id":3914819857,"@timestamp":1635596081},"coords":"51.4418908,0.3713607","bedrooms":"2","price":"227000","area":"385"} , +{"type":"Feature","id":"n3915256177","geometry":{"type":"Point","coordinates":[-0.3340562,51.1082324]},"properties":{"@type":"node","@id":3915256177,"@timestamp":1470504065},"coords":"51.1082324,-0.3340562","bedrooms":"2","price":"250000","area":"410"} , +{"type":"Feature","id":"n3915269158","geometry":{"type":"Point","coordinates":[-0.355074,51.0832195]},"properties":{"@type":"node","@id":3915269158,"@timestamp":1451335053},"coords":"51.0832195,-0.355074","bedrooms":"4","price":"257000","area":"572"} , +{"type":"Feature","id":"n3915269168","geometry":{"type":"Point","coordinates":[-0.3664466,51.0613371]},"properties":{"@type":"node","@id":3915269168,"@timestamp":1451335053},"coords":"51.0613371,-0.3664466","bedrooms":"4","price":"235000","area":"433"} , +{"type":"Feature","id":"n3915275653","geometry":{"type":"Point","coordinates":[-0.3260204,51.041684]},"properties":{"@type":"node","@id":3915275653,"@timestamp":1451335429},"coords":"51.041684,-0.3260204","bedrooms":"0","price":"258000","area":"699"} , +{"type":"Feature","id":"n3915505207","geometry":{"type":"Point","coordinates":[-0.1338399,51.5654665]},"properties":{"@type":"node","@id":3915505207,"@timestamp":1564908053},"coords":"51.5654665,-0.1338399","bedrooms":"1","price":"161000","area":"463"} , +{"type":"Feature","id":"n3915505221","geometry":{"type":"Point","coordinates":[-0.1373055,51.5665383]},"properties":{"@type":"node","@id":3915505221,"@timestamp":1564908053},"coords":"51.5665383,-0.1373055","bedrooms":"4","price":"289000","area":"470"} , +{"type":"Feature","id":"n3916709959","geometry":{"type":"Point","coordinates":[0.3829276,51.418594]},"properties":{"@type":"node","@id":3916709959,"@timestamp":1543667362},"coords":"51.418594,0.3829276","bedrooms":"3","price":"231000","area":"537"} , +{"type":"Feature","id":"n3916714858","geometry":{"type":"Point","coordinates":[0.3853346,51.4287638]},"properties":{"@type":"node","@id":3916714858,"@timestamp":1543667360},"coords":"51.4287638,0.3853346","bedrooms":"4","price":"209000","area":"449"} , +{"type":"Feature","id":"n3916864491","geometry":{"type":"Point","coordinates":[-0.7502092,51.6325305]},"properties":{"@type":"node","@id":3916864491,"@timestamp":1451410088},"coords":"51.6325305,-0.7502092","bedrooms":"0","price":"280000","area":"660"} , +{"type":"Feature","id":"n3917261119","geometry":{"type":"Point","coordinates":[-0.3295888,51.0802472]},"properties":{"@type":"node","@id":3917261119,"@timestamp":1451422825},"coords":"51.0802472,-0.3295888","bedrooms":"4","price":"262000","area":"689"} , +{"type":"Feature","id":"n3917352584","geometry":{"type":"Point","coordinates":[0.5536017,51.882235]},"properties":{"@type":"node","@id":3917352584,"@timestamp":1485526057},"coords":"51.882235,0.5536017","bedrooms":"0","price":"236000","area":"699"} , +{"type":"Feature","id":"n3917432712","geometry":{"type":"Point","coordinates":[-0.7533303,51.3120818]},"properties":{"@type":"node","@id":3917432712,"@timestamp":1451427982},"coords":"51.3120818,-0.7533303","bedrooms":"4","price":"223000","area":"489"} , +{"type":"Feature","id":"n3917528696","geometry":{"type":"Point","coordinates":[-0.7624811,51.3312507]},"properties":{"@type":"node","@id":3917528696,"@timestamp":1451430711},"coords":"51.3312507,-0.7624811","bedrooms":"2","price":"197000","area":"679"} , +{"type":"Feature","id":"n3917613025","geometry":{"type":"Point","coordinates":[-0.3549078,51.7526394]},"properties":{"@type":"node","@id":3917613025,"@timestamp":1613743984},"coords":"51.7526394,-0.3549078","bedrooms":"3","price":"175000","area":"434"} , +{"type":"Feature","id":"n3918304976","geometry":{"type":"Point","coordinates":[-0.0512726,51.5179102]},"properties":{"@type":"node","@id":3918304976,"@timestamp":1451473223},"coords":"51.5179102,-0.0512726","bedrooms":"2","price":"234000","area":"373"} , +{"type":"Feature","id":"n3918510517","geometry":{"type":"Point","coordinates":[-0.0609866,51.5174865]},"properties":{"@type":"node","@id":3918510517,"@timestamp":1630974675},"coords":"51.5174865,-0.0609866","bedrooms":"1","price":"211000","area":"479"} , +{"type":"Feature","id":"n3918676474","geometry":{"type":"Point","coordinates":[-0.6846693,51.5858012]},"properties":{"@type":"node","@id":3918676474,"@timestamp":1455383180},"coords":"51.5858012,-0.6846693","bedrooms":"0","price":"245000","area":"518"} , +{"type":"Feature","id":"n3918676484","geometry":{"type":"Point","coordinates":[-0.7021356,51.6367297]},"properties":{"@type":"node","@id":3918676484,"@timestamp":1457216687},"coords":"51.6367297,-0.7021356","bedrooms":"4","price":"283000","area":"395"} , +{"type":"Feature","id":"n3919374583","geometry":{"type":"Point","coordinates":[-0.8045364,51.7503758]},"properties":{"@type":"node","@id":3919374583,"@timestamp":1465675657},"coords":"51.7503758,-0.8045364","bedrooms":"2","price":"221000","area":"447"} , +{"type":"Feature","id":"n3919433765","geometry":{"type":"Point","coordinates":[-0.6804249,51.7165359]},"properties":{"@type":"node","@id":3919433765,"@timestamp":1462121067},"coords":"51.7165359,-0.6804249","bedrooms":"1","price":"222000","area":"501"} , +{"type":"Feature","id":"n3919531763","geometry":{"type":"Point","coordinates":[0.0881266,51.2066124]},"properties":{"@type":"node","@id":3919531763,"@timestamp":1477173826},"coords":"51.2066124,0.0881266","bedrooms":"1","price":"221000","area":"695"} , +{"type":"Feature","id":"n3920394125","geometry":{"type":"Point","coordinates":[0.8364177,51.6215266]},"properties":{"@type":"node","@id":3920394125,"@timestamp":1451562598},"coords":"51.6215266,0.8364177","bedrooms":"4","price":"258000","area":"369"} , +{"type":"Feature","id":"n3920491011","geometry":{"type":"Point","coordinates":[-0.0316276,51.5237433]},"properties":{"@type":"node","@id":3920491011,"@timestamp":1598351764},"coords":"51.5237433,-0.0316276","bedrooms":"3","price":"236000","area":"661"} , +{"type":"Feature","id":"n3920816363","geometry":{"type":"Point","coordinates":[0.3564993,51.3627428]},"properties":{"@type":"node","@id":3920816363,"@timestamp":1451577186},"coords":"51.3627428,0.3564993","bedrooms":"2","price":"167000","area":"459"} , +{"type":"Feature","id":"n3920816859","geometry":{"type":"Point","coordinates":[0.3566551,51.3967221]},"properties":{"@type":"node","@id":3920816859,"@timestamp":1451577187},"coords":"51.3967221,0.3566551","bedrooms":"4","price":"211000","area":"561"} , +{"type":"Feature","id":"n3921187284","geometry":{"type":"Point","coordinates":[-0.7547243,51.3145512]},"properties":{"@type":"node","@id":3921187284,"@timestamp":1451600128},"coords":"51.3145512,-0.7547243","bedrooms":"4","price":"166000","area":"606"} , +{"type":"Feature","id":"n3921223447","geometry":{"type":"Point","coordinates":[-0.775572,51.3324055]},"properties":{"@type":"node","@id":3921223447,"@timestamp":1600513346},"coords":"51.3324055,-0.775572","bedrooms":"4","price":"189000","area":"575"} , +{"type":"Feature","id":"n3922093328","geometry":{"type":"Point","coordinates":[-1.0044264,51.5574755]},"properties":{"@type":"node","@id":3922093328,"@timestamp":1451819209},"coords":"51.5574755,-1.0044264","bedrooms":"2","price":"165000","area":"368"} , +{"type":"Feature","id":"n3922099984","geometry":{"type":"Point","coordinates":[0.3050568,51.3661053]},"properties":{"@type":"node","@id":3922099984,"@timestamp":1451663371},"coords":"51.3661053,0.3050568","bedrooms":"1","price":"298000","area":"560"} , +{"type":"Feature","id":"n3922128366","geometry":{"type":"Point","coordinates":[-0.9896278,51.564457]},"properties":{"@type":"node","@id":3922128366,"@timestamp":1451663700},"coords":"51.564457,-0.9896278","bedrooms":"1","price":"277000","area":"580"} , +{"type":"Feature","id":"n3922519931","geometry":{"type":"Point","coordinates":[-1.0061511,51.5609796]},"properties":{"@type":"node","@id":3922519931,"@timestamp":1478622880},"coords":"51.5609796,-1.0061511","bedrooms":"0","price":"218000","area":"646"} , +{"type":"Feature","id":"n3922688296","geometry":{"type":"Point","coordinates":[-0.1738839,51.5042777]},"properties":{"@type":"node","@id":3922688296,"@timestamp":1580934628},"coords":"51.5042777,-0.1738839","bedrooms":"2","price":"238000","area":"457"} , +{"type":"Feature","id":"n3922716665","geometry":{"type":"Point","coordinates":[-0.1745895,51.5016361]},"properties":{"@type":"node","@id":3922716665,"@timestamp":1628635311},"coords":"51.5016361,-0.1745895","bedrooms":"4","price":"296000","area":"689"} , +{"type":"Feature","id":"n3923327443","geometry":{"type":"Point","coordinates":[-0.9420318,51.0070827]},"properties":{"@type":"node","@id":3923327443,"@timestamp":1451732581},"coords":"51.0070827,-0.9420318","bedrooms":"2","price":"179000","area":"679"} , +{"type":"Feature","id":"n3923656645","geometry":{"type":"Point","coordinates":[-0.0315325,51.5209777]},"properties":{"@type":"node","@id":3923656645,"@timestamp":1591721331},"coords":"51.5209777,-0.0315325","bedrooms":"4","price":"295000","area":"554"} , +{"type":"Feature","id":"n3924020876","geometry":{"type":"Point","coordinates":[-0.0670832,51.5349475]},"properties":{"@type":"node","@id":3924020876,"@timestamp":1451758080},"coords":"51.5349475,-0.0670832","bedrooms":"0","price":"288000","area":"473"} , +{"type":"Feature","id":"n3924148331","geometry":{"type":"Point","coordinates":[-0.4195004,51.4230694]},"properties":{"@type":"node","@id":3924148331,"@timestamp":1520868963},"coords":"51.4230694,-0.4195004","bedrooms":"4","price":"267000","area":"675"} , +{"type":"Feature","id":"n3924277767","geometry":{"type":"Point","coordinates":[0.1760611,51.565371]},"properties":{"@type":"node","@id":3924277767,"@timestamp":1451765781},"coords":"51.565371,0.1760611","bedrooms":"2","price":"160000","area":"641"} , +{"type":"Feature","id":"n3924277813","geometry":{"type":"Point","coordinates":[0.1763889,51.5656455]},"properties":{"@type":"node","@id":3924277813,"@timestamp":1451765782},"coords":"51.5656455,0.1763889","bedrooms":"1","price":"167000","area":"506"} , +{"type":"Feature","id":"n3924353020","geometry":{"type":"Point","coordinates":[-0.4054107,51.4157779]},"properties":{"@type":"node","@id":3924353020,"@timestamp":1451769050},"coords":"51.4157779,-0.4054107","bedrooms":"0","price":"246000","area":"599"} , +{"type":"Feature","id":"n3924353031","geometry":{"type":"Point","coordinates":[-0.4056942,51.4143225]},"properties":{"@type":"node","@id":3924353031,"@timestamp":1451769051},"coords":"51.4143225,-0.4056942","bedrooms":"4","price":"236000","area":"492"} , +{"type":"Feature","id":"n3924353041","geometry":{"type":"Point","coordinates":[-0.4078997,51.4167588]},"properties":{"@type":"node","@id":3924353041,"@timestamp":1451769051},"coords":"51.4167588,-0.4078997","bedrooms":"3","price":"161000","area":"502"} , +{"type":"Feature","id":"n3924353051","geometry":{"type":"Point","coordinates":[-0.4074071,51.4121061]},"properties":{"@type":"node","@id":3924353051,"@timestamp":1451769052},"coords":"51.4121061,-0.4074071","bedrooms":"4","price":"164000","area":"642"} , +{"type":"Feature","id":"n3924356261","geometry":{"type":"Point","coordinates":[-0.4019973,51.4118981]},"properties":{"@type":"node","@id":3924356261,"@timestamp":1451769052},"coords":"51.4118981,-0.4019973","bedrooms":"1","price":"272000","area":"509"} , +{"type":"Feature","id":"n3924356271","geometry":{"type":"Point","coordinates":[-0.4063645,51.4167952]},"properties":{"@type":"node","@id":3924356271,"@timestamp":1451769053},"coords":"51.4167952,-0.4063645","bedrooms":"1","price":"216000","area":"547"} , +{"type":"Feature","id":"n3924356281","geometry":{"type":"Point","coordinates":[-0.4096683,51.4181108]},"properties":{"@type":"node","@id":3924356281,"@timestamp":1451769053},"coords":"51.4181108,-0.4096683","bedrooms":"2","price":"155000","area":"368"} , +{"type":"Feature","id":"n3924356291","geometry":{"type":"Point","coordinates":[-0.4057968,51.4162469]},"properties":{"@type":"node","@id":3924356291,"@timestamp":1451769053},"coords":"51.4162469,-0.4057968","bedrooms":"3","price":"271000","area":"637"} , +{"type":"Feature","id":"n3924356301","geometry":{"type":"Point","coordinates":[-0.4067408,51.4117029]},"properties":{"@type":"node","@id":3924356301,"@timestamp":1451769054},"coords":"51.4117029,-0.4067408","bedrooms":"4","price":"246000","area":"615"} , +{"type":"Feature","id":"n3924356311","geometry":{"type":"Point","coordinates":[-0.4072838,51.411869]},"properties":{"@type":"node","@id":3924356311,"@timestamp":1451769054},"coords":"51.411869,-0.4072838","bedrooms":"3","price":"287000","area":"655"} , +{"type":"Feature","id":"n3924356321","geometry":{"type":"Point","coordinates":[-0.4080001,51.4175334]},"properties":{"@type":"node","@id":3924356321,"@timestamp":1451769055},"coords":"51.4175334,-0.4080001","bedrooms":"0","price":"211000","area":"461"} , +{"type":"Feature","id":"n3924356331","geometry":{"type":"Point","coordinates":[-0.4123842,51.4179901]},"properties":{"@type":"node","@id":3924356331,"@timestamp":1451769057},"coords":"51.4179901,-0.4123842","bedrooms":"1","price":"163000","area":"490"} , +{"type":"Feature","id":"n3924356341","geometry":{"type":"Point","coordinates":[-0.4081864,51.4170956]},"properties":{"@type":"node","@id":3924356341,"@timestamp":1451769057},"coords":"51.4170956,-0.4081864","bedrooms":"3","price":"276000","area":"466"} , +{"type":"Feature","id":"n3924356351","geometry":{"type":"Point","coordinates":[-0.4066309,51.4114527]},"properties":{"@type":"node","@id":3924356351,"@timestamp":1451769058},"coords":"51.4114527,-0.4066309","bedrooms":"4","price":"230000","area":"436"} , +{"type":"Feature","id":"n3924356461","geometry":{"type":"Point","coordinates":[-0.4064503,51.4112904]},"properties":{"@type":"node","@id":3924356461,"@timestamp":1451769058},"coords":"51.4112904,-0.4064503","bedrooms":"3","price":"224000","area":"669"} , +{"type":"Feature","id":"n3924356471","geometry":{"type":"Point","coordinates":[-0.402774,51.4111026]},"properties":{"@type":"node","@id":3924356471,"@timestamp":1451769059},"coords":"51.4111026,-0.402774","bedrooms":"3","price":"255000","area":"519"} , +{"type":"Feature","id":"n3924356481","geometry":{"type":"Point","coordinates":[-0.4081958,51.417145]},"properties":{"@type":"node","@id":3924356481,"@timestamp":1451769059},"coords":"51.417145,-0.4081958","bedrooms":"4","price":"181000","area":"378"} , +{"type":"Feature","id":"n3924356491","geometry":{"type":"Point","coordinates":[-0.4072708,51.4150207]},"properties":{"@type":"node","@id":3924356491,"@timestamp":1451769059},"coords":"51.4150207,-0.4072708","bedrooms":"0","price":"174000","area":"361"} , +{"type":"Feature","id":"n3924356501","geometry":{"type":"Point","coordinates":[-0.4084956,51.4147003]},"properties":{"@type":"node","@id":3924356501,"@timestamp":1451769060},"coords":"51.4147003,-0.4084956","bedrooms":"4","price":"185000","area":"525"} , +{"type":"Feature","id":"n3924356511","geometry":{"type":"Point","coordinates":[-0.4055394,51.4113681]},"properties":{"@type":"node","@id":3924356511,"@timestamp":1451769060},"coords":"51.4113681,-0.4055394","bedrooms":"1","price":"196000","area":"464"} , +{"type":"Feature","id":"n3924356521","geometry":{"type":"Point","coordinates":[-0.4081975,51.417223]},"properties":{"@type":"node","@id":3924356521,"@timestamp":1451769061},"coords":"51.417223,-0.4081975","bedrooms":"1","price":"155000","area":"642"} , +{"type":"Feature","id":"n3924356531","geometry":{"type":"Point","coordinates":[-0.3979906,51.4128304]},"properties":{"@type":"node","@id":3924356531,"@timestamp":1451769061},"coords":"51.4128304,-0.3979906","bedrooms":"3","price":"273000","area":"446"} , +{"type":"Feature","id":"n3924356541","geometry":{"type":"Point","coordinates":[-0.4065337,51.4109888]},"properties":{"@type":"node","@id":3924356541,"@timestamp":1451769063},"coords":"51.4109888,-0.4065337","bedrooms":"3","price":"171000","area":"675"} , +{"type":"Feature","id":"n3924356551","geometry":{"type":"Point","coordinates":[-0.4066834,51.4162871]},"properties":{"@type":"node","@id":3924356551,"@timestamp":1451769064},"coords":"51.4162871,-0.4066834","bedrooms":"1","price":"292000","area":"510"} , +{"type":"Feature","id":"n3924356562","geometry":{"type":"Point","coordinates":[-0.4026342,51.4111285]},"properties":{"@type":"node","@id":3924356562,"@timestamp":1451769064},"coords":"51.4111285,-0.4026342","bedrooms":"0","price":"217000","area":"481"} , +{"type":"Feature","id":"n3924356572","geometry":{"type":"Point","coordinates":[-0.4082066,51.4172506]},"properties":{"@type":"node","@id":3924356572,"@timestamp":1451769064},"coords":"51.4172506,-0.4082066","bedrooms":"1","price":"239000","area":"440"} , +{"type":"Feature","id":"n3924356582","geometry":{"type":"Point","coordinates":[-0.4073237,51.4160738]},"properties":{"@type":"node","@id":3924356582,"@timestamp":1451769065},"coords":"51.4160738,-0.4073237","bedrooms":"2","price":"286000","area":"528"} , +{"type":"Feature","id":"n3924356592","geometry":{"type":"Point","coordinates":[-0.4073941,51.4163117]},"properties":{"@type":"node","@id":3924356592,"@timestamp":1451769065},"coords":"51.4163117,-0.4073941","bedrooms":"0","price":"230000","area":"617"} , +{"type":"Feature","id":"n3924356602","geometry":{"type":"Point","coordinates":[-0.4085731,51.4155291]},"properties":{"@type":"node","@id":3924356602,"@timestamp":1451769066},"coords":"51.4155291,-0.4085731","bedrooms":"2","price":"289000","area":"489"} , +{"type":"Feature","id":"n3924356613","geometry":{"type":"Point","coordinates":[-0.4094174,51.4151888]},"properties":{"@type":"node","@id":3924356613,"@timestamp":1451769066},"coords":"51.4151888,-0.4094174","bedrooms":"0","price":"160000","area":"453"} , +{"type":"Feature","id":"n3924356623","geometry":{"type":"Point","coordinates":[-0.4068718,51.4121224]},"properties":{"@type":"node","@id":3924356623,"@timestamp":1451769067},"coords":"51.4121224,-0.4068718","bedrooms":"0","price":"299000","area":"573"} , +{"type":"Feature","id":"n3924356633","geometry":{"type":"Point","coordinates":[-0.4099437,51.4179053]},"properties":{"@type":"node","@id":3924356633,"@timestamp":1451769070},"coords":"51.4179053,-0.4099437","bedrooms":"3","price":"291000","area":"641"} , +{"type":"Feature","id":"n3924356643","geometry":{"type":"Point","coordinates":[-0.4094862,51.4178492]},"properties":{"@type":"node","@id":3924356643,"@timestamp":1451769070},"coords":"51.4178492,-0.4094862","bedrooms":"0","price":"228000","area":"572"} , +{"type":"Feature","id":"n3924356653","geometry":{"type":"Point","coordinates":[-0.4092988,51.4177746]},"properties":{"@type":"node","@id":3924356653,"@timestamp":1451769071},"coords":"51.4177746,-0.4092988","bedrooms":"3","price":"218000","area":"521"} , +{"type":"Feature","id":"n3924356863","geometry":{"type":"Point","coordinates":[-0.4081653,51.4155157]},"properties":{"@type":"node","@id":3924356863,"@timestamp":1451769071},"coords":"51.4155157,-0.4081653","bedrooms":"0","price":"281000","area":"384"} , +{"type":"Feature","id":"n3924356873","geometry":{"type":"Point","coordinates":[-0.4118128,51.4180755]},"properties":{"@type":"node","@id":3924356873,"@timestamp":1451769072},"coords":"51.4180755,-0.4118128","bedrooms":"2","price":"274000","area":"640"} , +{"type":"Feature","id":"n3924357208","geometry":{"type":"Point","coordinates":[-0.4081828,51.4167783]},"properties":{"@type":"node","@id":3924357208,"@timestamp":1451769074},"coords":"51.4167783,-0.4081828","bedrooms":"2","price":"256000","area":"370"} , +{"type":"Feature","id":"n3924461978","geometry":{"type":"Point","coordinates":[-0.4118428,51.4139119]},"properties":{"@type":"node","@id":3924461978,"@timestamp":1451774191},"coords":"51.4139119,-0.4118428","bedrooms":"2","price":"274000","area":"604"} , +{"type":"Feature","id":"n3924461988","geometry":{"type":"Point","coordinates":[-0.4118211,51.4138384]},"properties":{"@type":"node","@id":3924461988,"@timestamp":1451774191},"coords":"51.4138384,-0.4118211","bedrooms":"0","price":"213000","area":"404"} , +{"type":"Feature","id":"n3924461998","geometry":{"type":"Point","coordinates":[-0.4125362,51.4164591]},"properties":{"@type":"node","@id":3924461998,"@timestamp":1451774192},"coords":"51.4164591,-0.4125362","bedrooms":"0","price":"227000","area":"543"} , +{"type":"Feature","id":"n3924462010","geometry":{"type":"Point","coordinates":[-0.4009173,51.4134596]},"properties":{"@type":"node","@id":3924462010,"@timestamp":1451774193},"coords":"51.4134596,-0.4009173","bedrooms":"4","price":"263000","area":"425"} , +{"type":"Feature","id":"n3924462020","geometry":{"type":"Point","coordinates":[-0.4131352,51.4164136]},"properties":{"@type":"node","@id":3924462020,"@timestamp":1451774193},"coords":"51.4164136,-0.4131352","bedrooms":"4","price":"295000","area":"650"} , +{"type":"Feature","id":"n3924462030","geometry":{"type":"Point","coordinates":[-0.4113902,51.4141068]},"properties":{"@type":"node","@id":3924462030,"@timestamp":1451774193},"coords":"51.4141068,-0.4113902","bedrooms":"3","price":"243000","area":"466"} , +{"type":"Feature","id":"n3924462042","geometry":{"type":"Point","coordinates":[-0.4144666,51.4163033]},"properties":{"@type":"node","@id":3924462042,"@timestamp":1451774194},"coords":"51.4163033,-0.4144666","bedrooms":"2","price":"202000","area":"466"} , +{"type":"Feature","id":"n3924464393","geometry":{"type":"Point","coordinates":[-0.4130916,51.4160517]},"properties":{"@type":"node","@id":3924464393,"@timestamp":1621850990},"coords":"51.4160517,-0.4130916","bedrooms":"2","price":"274000","area":"530"} , +{"type":"Feature","id":"n3924476158","geometry":{"type":"Point","coordinates":[-0.378115,51.4153925]},"properties":{"@type":"node","@id":3924476158,"@timestamp":1592895394},"coords":"51.4153925,-0.378115","bedrooms":"4","price":"272000","area":"653"} , +{"type":"Feature","id":"n3924476168","geometry":{"type":"Point","coordinates":[-0.3763967,51.4154287]},"properties":{"@type":"node","@id":3924476168,"@timestamp":1592895394},"coords":"51.4154287,-0.3763967","bedrooms":"2","price":"229000","area":"471"} , +{"type":"Feature","id":"n3924716743","geometry":{"type":"Point","coordinates":[-0.3964645,51.5140745]},"properties":{"@type":"node","@id":3924716743,"@timestamp":1451792448},"coords":"51.5140745,-0.3964645","bedrooms":"0","price":"227000","area":"574"} , +{"type":"Feature","id":"n3925026591","geometry":{"type":"Point","coordinates":[-0.4099358,51.4465628]},"properties":{"@type":"node","@id":3925026591,"@timestamp":1576061871},"coords":"51.4465628,-0.4099358","bedrooms":"3","price":"236000","area":"438"} , +{"type":"Feature","id":"n3925313694","geometry":{"type":"Point","coordinates":[-0.116133,51.4633025]},"properties":{"@type":"node","@id":3925313694,"@timestamp":1485967053},"coords":"51.4633025,-0.116133","bedrooms":"0","price":"232000","area":"403"} , +{"type":"Feature","id":"n3925690331","geometry":{"type":"Point","coordinates":[-0.031537,51.5206333]},"properties":{"@type":"node","@id":3925690331,"@timestamp":1591721331},"coords":"51.5206333,-0.031537","bedrooms":"4","price":"170000","area":"639"} , +{"type":"Feature","id":"n3925808439","geometry":{"type":"Point","coordinates":[-0.7725114,50.9443333]},"properties":{"@type":"node","@id":3925808439,"@timestamp":1451845532},"coords":"50.9443333,-0.7725114","bedrooms":"4","price":"173000","area":"678"} , +{"type":"Feature","id":"n3925844174","geometry":{"type":"Point","coordinates":[-0.1944169,51.5718682]},"properties":{"@type":"node","@id":3925844174,"@timestamp":1564908053},"coords":"51.5718682,-0.1944169","bedrooms":"0","price":"208000","area":"525"} , +{"type":"Feature","id":"n3925844185","geometry":{"type":"Point","coordinates":[-0.1716329,51.5723459]},"properties":{"@type":"node","@id":3925844185,"@timestamp":1564908053},"coords":"51.5723459,-0.1716329","bedrooms":"0","price":"181000","area":"614"} , +{"type":"Feature","id":"n3925859995","geometry":{"type":"Point","coordinates":[-0.7989188,50.949262]},"properties":{"@type":"node","@id":3925859995,"@timestamp":1451846958},"coords":"50.949262,-0.7989188","bedrooms":"1","price":"254000","area":"633"} , +{"type":"Feature","id":"n3925867580","geometry":{"type":"Point","coordinates":[-0.1794604,51.5614518]},"properties":{"@type":"node","@id":3925867580,"@timestamp":1564908053},"coords":"51.5614518,-0.1794604","bedrooms":"1","price":"181000","area":"686"} , +{"type":"Feature","id":"n3925964627","geometry":{"type":"Point","coordinates":[-0.1746177,51.4938381]},"properties":{"@type":"node","@id":3925964627,"@timestamp":1600081266},"coords":"51.4938381,-0.1746177","bedrooms":"2","price":"244000","area":"367"} , +{"type":"Feature","id":"n3926025071","geometry":{"type":"Point","coordinates":[-0.1684744,51.4875752]},"properties":{"@type":"node","@id":3926025071,"@timestamp":1610273325},"coords":"51.4875752,-0.1684744","bedrooms":"3","price":"212000","area":"517"} , +{"type":"Feature","id":"n3926062757","geometry":{"type":"Point","coordinates":[-0.7831629,50.9574611]},"properties":{"@type":"node","@id":3926062757,"@timestamp":1451854653},"coords":"50.9574611,-0.7831629","bedrooms":"4","price":"275000","area":"370"} , +{"type":"Feature","id":"n3926088834","geometry":{"type":"Point","coordinates":[-0.1653839,51.4793502]},"properties":{"@type":"node","@id":3926088834,"@timestamp":1451855845},"coords":"51.4793502,-0.1653839","bedrooms":"4","price":"189000","area":"447"} , +{"type":"Feature","id":"n3926222740","geometry":{"type":"Point","coordinates":[-0.5724908,51.7777821]},"properties":{"@type":"node","@id":3926222740,"@timestamp":1451863855},"coords":"51.7777821,-0.5724908","bedrooms":"1","price":"295000","area":"406"} , +{"type":"Feature","id":"n3926714250","geometry":{"type":"Point","coordinates":[-0.5031681,51.913604]},"properties":{"@type":"node","@id":3926714250,"@timestamp":1451902406},"coords":"51.913604,-0.5031681","bedrooms":"3","price":"241000","area":"598"} , +{"type":"Feature","id":"n3926995272","geometry":{"type":"Point","coordinates":[-0.4092464,51.375984]},"properties":{"@type":"node","@id":3926995272,"@timestamp":1497297396},"coords":"51.375984,-0.4092464","bedrooms":"4","price":"276000","area":"669"} , +{"type":"Feature","id":"n3927261013","geometry":{"type":"Point","coordinates":[-0.4463994,51.4583215]},"properties":{"@type":"node","@id":3927261013,"@timestamp":1544540756},"coords":"51.4583215,-0.4463994","bedrooms":"2","price":"287000","area":"556"} , +{"type":"Feature","id":"n3927405924","geometry":{"type":"Point","coordinates":[-0.2055949,51.5071637]},"properties":{"@type":"node","@id":3927405924,"@timestamp":1521214279},"coords":"51.5071637,-0.2055949","bedrooms":"2","price":"258000","area":"451"} , +{"type":"Feature","id":"n3927610448","geometry":{"type":"Point","coordinates":[-0.8917075,51.6531332]},"properties":{"@type":"node","@id":3927610448,"@timestamp":1459794153},"coords":"51.6531332,-0.8917075","bedrooms":"3","price":"202000","area":"447"} , +{"type":"Feature","id":"n3927830074","geometry":{"type":"Point","coordinates":[0.7022823,51.5385854]},"properties":{"@type":"node","@id":3927830074,"@timestamp":1451946494},"coords":"51.5385854,0.7022823","bedrooms":"3","price":"244000","area":"397"} , +{"type":"Feature","id":"n3927993595","geometry":{"type":"Point","coordinates":[-0.2808746,51.4941553]},"properties":{"@type":"node","@id":3927993595,"@timestamp":1451958811},"coords":"51.4941553,-0.2808746","bedrooms":"4","price":"163000","area":"614"} , +{"type":"Feature","id":"n3928405084","geometry":{"type":"Point","coordinates":[0.7764431,51.5325805]},"properties":{"@type":"node","@id":3928405084,"@timestamp":1451990416},"coords":"51.5325805,0.7764431","bedrooms":"0","price":"163000","area":"528"} , +{"type":"Feature","id":"n3928411544","geometry":{"type":"Point","coordinates":[0.7715438,51.5358321]},"properties":{"@type":"node","@id":3928411544,"@timestamp":1451990419},"coords":"51.5358321,0.7715438","bedrooms":"0","price":"275000","area":"686"} , +{"type":"Feature","id":"n3928447520","geometry":{"type":"Point","coordinates":[-0.0418521,51.5213672]},"properties":{"@type":"node","@id":3928447520,"@timestamp":1451992342},"coords":"51.5213672,-0.0418521","bedrooms":"0","price":"223000","area":"562"} , +{"type":"Feature","id":"n3928495500","geometry":{"type":"Point","coordinates":[0.7576746,51.5459827]},"properties":{"@type":"node","@id":3928495500,"@timestamp":1451993661},"coords":"51.5459827,0.7576746","bedrooms":"3","price":"282000","area":"419"} , +{"type":"Feature","id":"n3928610659","geometry":{"type":"Point","coordinates":[0.6416715,51.549335]},"properties":{"@type":"node","@id":3928610659,"@timestamp":1451997303},"coords":"51.549335,0.6416715","bedrooms":"3","price":"197000","area":"619"} , +{"type":"Feature","id":"n3928710153","geometry":{"type":"Point","coordinates":[-0.0755204,51.5178938]},"properties":{"@type":"node","@id":3928710153,"@timestamp":1599996140},"coords":"51.5178938,-0.0755204","bedrooms":"0","price":"222000","area":"598"} , +{"type":"Feature","id":"n3928903474","geometry":{"type":"Point","coordinates":[0.6860336,51.5527759]},"properties":{"@type":"node","@id":3928903474,"@timestamp":1452009145},"coords":"51.5527759,0.6860336","bedrooms":"0","price":"240000","area":"566"} , +{"type":"Feature","id":"n3929303488","geometry":{"type":"Point","coordinates":[0.449341,51.7221524]},"properties":{"@type":"node","@id":3929303488,"@timestamp":1452024995},"coords":"51.7221524,0.449341","bedrooms":"4","price":"203000","area":"455"} , +{"type":"Feature","id":"n3929303498","geometry":{"type":"Point","coordinates":[0.4490101,51.7221897]},"properties":{"@type":"node","@id":3929303498,"@timestamp":1452024996},"coords":"51.7221897,0.4490101","bedrooms":"2","price":"208000","area":"490"} , +{"type":"Feature","id":"n3929321535","geometry":{"type":"Point","coordinates":[-0.1684561,51.4787206]},"properties":{"@type":"node","@id":3929321535,"@timestamp":1595154847},"coords":"51.4787206,-0.1684561","bedrooms":"0","price":"296000","area":"512"} , +{"type":"Feature","id":"n3929481577","geometry":{"type":"Point","coordinates":[-0.1714916,51.4700814]},"properties":{"@type":"node","@id":3929481577,"@timestamp":1564908053},"coords":"51.4700814,-0.1714916","bedrooms":"3","price":"167000","area":"557"} , +{"type":"Feature","id":"n3930102156","geometry":{"type":"Point","coordinates":[-0.2197263,51.5753071]},"properties":{"@type":"node","@id":3930102156,"@timestamp":1580123392},"coords":"51.5753071,-0.2197263","bedrooms":"0","price":"249000","area":"589"} , +{"type":"Feature","id":"n3930102466","geometry":{"type":"Point","coordinates":[-0.20078,51.5737746]},"properties":{"@type":"node","@id":3930102466,"@timestamp":1564908053},"coords":"51.5737746,-0.20078","bedrooms":"1","price":"267000","area":"419"} , +{"type":"Feature","id":"n3930426857","geometry":{"type":"Point","coordinates":[-0.0959125,51.57128]},"properties":{"@type":"node","@id":3930426857,"@timestamp":1522494708},"coords":"51.57128,-0.0959125","bedrooms":"0","price":"289000","area":"489"} , +{"type":"Feature","id":"n3930921861","geometry":{"type":"Point","coordinates":[-0.080377,51.5148186]},"properties":{"@type":"node","@id":3930921861,"@timestamp":1452106455},"coords":"51.5148186,-0.080377","bedrooms":"3","price":"184000","area":"602"} , +{"type":"Feature","id":"n3931452947","geometry":{"type":"Point","coordinates":[-0.5013335,51.9108278]},"properties":{"@type":"node","@id":3931452947,"@timestamp":1452466467},"coords":"51.9108278,-0.5013335","bedrooms":"2","price":"243000","area":"512"} , +{"type":"Feature","id":"n3932048161","geometry":{"type":"Point","coordinates":[-0.2737725,51.3489379]},"properties":{"@type":"node","@id":3932048161,"@timestamp":1452172959},"coords":"51.3489379,-0.2737725","bedrooms":"2","price":"177000","area":"452"} , +{"type":"Feature","id":"n3932136290","geometry":{"type":"Point","coordinates":[0.071749,51.4923664]},"properties":{"@type":"node","@id":3932136290,"@timestamp":1614366762},"coords":"51.4923664,0.071749","bedrooms":"1","price":"268000","area":"528"} , +{"type":"Feature","id":"n3932543907","geometry":{"type":"Point","coordinates":[-0.2074151,51.421548]},"properties":{"@type":"node","@id":3932543907,"@timestamp":1571954228},"coords":"51.421548,-0.2074151","bedrooms":"1","price":"277000","area":"628"} , +{"type":"Feature","id":"n3933125451","geometry":{"type":"Point","coordinates":[-0.0054871,51.420368]},"properties":{"@type":"node","@id":3933125451,"@timestamp":1452210227},"coords":"51.420368,-0.0054871","bedrooms":"1","price":"153000","area":"642"} , +{"type":"Feature","id":"n3933567923","geometry":{"type":"Point","coordinates":[-0.4676694,51.3444679]},"properties":{"@type":"node","@id":3933567923,"@timestamp":1452250431},"coords":"51.3444679,-0.4676694","bedrooms":"1","price":"282000","area":"591"} , +{"type":"Feature","id":"n3933578773","geometry":{"type":"Point","coordinates":[0.7787222,51.5313332]},"properties":{"@type":"node","@id":3933578773,"@timestamp":1452250297},"coords":"51.5313332,0.7787222","bedrooms":"1","price":"267000","area":"573"} , +{"type":"Feature","id":"n3933784807","geometry":{"type":"Point","coordinates":[0.7259413,51.5395127]},"properties":{"@type":"node","@id":3933784807,"@timestamp":1452258136},"coords":"51.5395127,0.7259413","bedrooms":"0","price":"297000","area":"564"} , +{"type":"Feature","id":"n3933862427","geometry":{"type":"Point","coordinates":[-0.1950367,51.4813433]},"properties":{"@type":"node","@id":3933862427,"@timestamp":1483348455},"coords":"51.4813433,-0.1950367","bedrooms":"3","price":"242000","area":"534"} , +{"type":"Feature","id":"n3934162410","geometry":{"type":"Point","coordinates":[0.7412895,51.547437]},"properties":{"@type":"node","@id":3934162410,"@timestamp":1452271967},"coords":"51.547437,0.7412895","bedrooms":"2","price":"160000","area":"568"} , +{"type":"Feature","id":"n3934317460","geometry":{"type":"Point","coordinates":[-0.4756952,51.9097736]},"properties":{"@type":"node","@id":3934317460,"@timestamp":1614095835},"coords":"51.9097736,-0.4756952","bedrooms":"3","price":"166000","area":"647"} , +{"type":"Feature","id":"n3934807033","geometry":{"type":"Point","coordinates":[-0.0215295,51.5177425]},"properties":{"@type":"node","@id":3934807033,"@timestamp":1452294862},"coords":"51.5177425,-0.0215295","bedrooms":"4","price":"215000","area":"696"} , +{"type":"Feature","id":"n3935808952","geometry":{"type":"Point","coordinates":[-0.1636948,51.4641423]},"properties":{"@type":"node","@id":3935808952,"@timestamp":1610625686},"coords":"51.4641423,-0.1636948","bedrooms":"4","price":"257000","area":"456"} , +{"type":"Feature","id":"n3936232160","geometry":{"type":"Point","coordinates":[-0.3569148,51.2965578]},"properties":{"@type":"node","@id":3936232160,"@timestamp":1619355542},"coords":"51.2965578,-0.3569148","bedrooms":"3","price":"212000","area":"459"} , +{"type":"Feature","id":"n3936302458","geometry":{"type":"Point","coordinates":[-0.35693,51.2967086]},"properties":{"@type":"node","@id":3936302458,"@timestamp":1619355542},"coords":"51.2967086,-0.35693","bedrooms":"0","price":"296000","area":"539"} , +{"type":"Feature","id":"n3936754811","geometry":{"type":"Point","coordinates":[0.2613006,51.1375107]},"properties":{"@type":"node","@id":3936754811,"@timestamp":1503138932},"coords":"51.1375107,0.2613006","bedrooms":"0","price":"245000","area":"426"} , +{"type":"Feature","id":"n3937299946","geometry":{"type":"Point","coordinates":[-0.9200286,51.459031]},"properties":{"@type":"node","@id":3937299946,"@timestamp":1552854244},"coords":"51.459031,-0.9200286","bedrooms":"0","price":"193000","area":"544"} , +{"type":"Feature","id":"n3937317558","geometry":{"type":"Point","coordinates":[-0.6393842,51.740336]},"properties":{"@type":"node","@id":3937317558,"@timestamp":1462121068},"coords":"51.740336,-0.6393842","bedrooms":"0","price":"234000","area":"394"} , +{"type":"Feature","id":"n3937359972","geometry":{"type":"Point","coordinates":[-0.7280346,51.6932271]},"properties":{"@type":"node","@id":3937359972,"@timestamp":1482857784},"coords":"51.6932271,-0.7280346","bedrooms":"0","price":"171000","area":"424"} , +{"type":"Feature","id":"n3937548160","geometry":{"type":"Point","coordinates":[-0.2057028,51.5357905]},"properties":{"@type":"node","@id":3937548160,"@timestamp":1452430497},"coords":"51.5357905,-0.2057028","bedrooms":"4","price":"218000","area":"434"} , +{"type":"Feature","id":"n3937598675","geometry":{"type":"Point","coordinates":[-0.601151,51.6639685]},"properties":{"@type":"node","@id":3937598675,"@timestamp":1626800951},"coords":"51.6639685,-0.601151","bedrooms":"4","price":"278000","area":"677"} , +{"type":"Feature","id":"n3937598685","geometry":{"type":"Point","coordinates":[-0.6190834,51.7175182]},"properties":{"@type":"node","@id":3937598685,"@timestamp":1633007543},"coords":"51.7175182,-0.6190834","bedrooms":"3","price":"250000","area":"540"} , +{"type":"Feature","id":"n3937841112","geometry":{"type":"Point","coordinates":[-0.8316831,51.6887339]},"properties":{"@type":"node","@id":3937841112,"@timestamp":1459802384},"coords":"51.6887339,-0.8316831","bedrooms":"0","price":"217000","area":"595"} , +{"type":"Feature","id":"n3937888296","geometry":{"type":"Point","coordinates":[-0.9407521,51.4462162]},"properties":{"@type":"node","@id":3937888296,"@timestamp":1596986701},"coords":"51.4462162,-0.9407521","bedrooms":"3","price":"233000","area":"406"} , +{"type":"Feature","id":"n3938057831","geometry":{"type":"Point","coordinates":[-0.5187553,51.9049282]},"properties":{"@type":"node","@id":3938057831,"@timestamp":1484221337},"coords":"51.9049282,-0.5187553","bedrooms":"1","price":"258000","area":"472"} , +{"type":"Feature","id":"n3938072155","geometry":{"type":"Point","coordinates":[-0.1229122,51.5388378]},"properties":{"@type":"node","@id":3938072155,"@timestamp":1465648487},"coords":"51.5388378,-0.1229122","bedrooms":"4","price":"215000","area":"636"} , +{"type":"Feature","id":"n3938205482","geometry":{"type":"Point","coordinates":[-0.6012998,51.7326172]},"properties":{"@type":"node","@id":3938205482,"@timestamp":1502145989},"coords":"51.7326172,-0.6012998","bedrooms":"3","price":"242000","area":"499"} , +{"type":"Feature","id":"n3938207095","geometry":{"type":"Point","coordinates":[-0.600973,51.7384714]},"properties":{"@type":"node","@id":3938207095,"@timestamp":1502145990},"coords":"51.7384714,-0.600973","bedrooms":"4","price":"160000","area":"371"} , +{"type":"Feature","id":"n3938330758","geometry":{"type":"Point","coordinates":[0.3916785,51.4235373]},"properties":{"@type":"node","@id":3938330758,"@timestamp":1452461777},"coords":"51.4235373,0.3916785","bedrooms":"3","price":"243000","area":"692"} , +{"type":"Feature","id":"n3938408784","geometry":{"type":"Point","coordinates":[-0.1435231,51.4105488]},"properties":{"@type":"node","@id":3938408784,"@timestamp":1608586037},"coords":"51.4105488,-0.1435231","bedrooms":"4","price":"189000","area":"391"} , +{"type":"Feature","id":"n3938661451","geometry":{"type":"Point","coordinates":[-0.5003613,51.9092134]},"properties":{"@type":"node","@id":3938661451,"@timestamp":1452469516},"coords":"51.9092134,-0.5003613","bedrooms":"0","price":"189000","area":"600"} , +{"type":"Feature","id":"n3938664649","geometry":{"type":"Point","coordinates":[-0.5048416,51.9091765]},"properties":{"@type":"node","@id":3938664649,"@timestamp":1452470054},"coords":"51.9091765,-0.5048416","bedrooms":"2","price":"216000","area":"461"} , +{"type":"Feature","id":"n3938664762","geometry":{"type":"Point","coordinates":[-0.5724275,51.7474687]},"properties":{"@type":"node","@id":3938664762,"@timestamp":1502750213},"coords":"51.7474687,-0.5724275","bedrooms":"2","price":"290000","area":"680"} , +{"type":"Feature","id":"n3939131280","geometry":{"type":"Point","coordinates":[-0.2026029,51.2611177]},"properties":{"@type":"node","@id":3939131280,"@timestamp":1452498893},"coords":"51.2611177,-0.2026029","bedrooms":"2","price":"151000","area":"428"} , +{"type":"Feature","id":"n3939208411","geometry":{"type":"Point","coordinates":[-0.1555162,51.4380264]},"properties":{"@type":"node","@id":3939208411,"@timestamp":1452504343},"coords":"51.4380264,-0.1555162","bedrooms":"0","price":"292000","area":"591"} , +{"type":"Feature","id":"n3939253806","geometry":{"type":"Point","coordinates":[-0.0325723,51.5222182]},"properties":{"@type":"node","@id":3939253806,"@timestamp":1635437897},"coords":"51.5222182,-0.0325723","bedrooms":"0","price":"238000","area":"618"} , +{"type":"Feature","id":"n3939266798","geometry":{"type":"Point","coordinates":[-0.5139843,51.89982]},"properties":{"@type":"node","@id":3939266798,"@timestamp":1452506868},"coords":"51.89982,-0.5139843","bedrooms":"0","price":"190000","area":"686"} , +{"type":"Feature","id":"n3939266814","geometry":{"type":"Point","coordinates":[-0.5129521,51.9037949]},"properties":{"@type":"node","@id":3939266814,"@timestamp":1452506868},"coords":"51.9037949,-0.5129521","bedrooms":"1","price":"211000","area":"585"} , +{"type":"Feature","id":"n3939275000","geometry":{"type":"Point","coordinates":[-0.01017,51.4867601]},"properties":{"@type":"node","@id":3939275000,"@timestamp":1576450759},"coords":"51.4867601,-0.01017","bedrooms":"0","price":"230000","area":"510"} , +{"type":"Feature","id":"n3939312511","geometry":{"type":"Point","coordinates":[-0.0382097,51.5172749]},"properties":{"@type":"node","@id":3939312511,"@timestamp":1452510262},"coords":"51.5172749,-0.0382097","bedrooms":"4","price":"238000","area":"537"} , +{"type":"Feature","id":"n3939328592","geometry":{"type":"Point","coordinates":[-0.0620807,51.5186227]},"properties":{"@type":"node","@id":3939328592,"@timestamp":1505643126},"coords":"51.5186227,-0.0620807","bedrooms":"4","price":"189000","area":"453"} , +{"type":"Feature","id":"n3939547733","geometry":{"type":"Point","coordinates":[-0.9985206,51.457571]},"properties":{"@type":"node","@id":3939547733,"@timestamp":1609957191},"coords":"51.457571,-0.9985206","bedrooms":"3","price":"187000","area":"352"} , +{"type":"Feature","id":"n3939884215","geometry":{"type":"Point","coordinates":[-0.5039075,51.9076236]},"properties":{"@type":"node","@id":3939884215,"@timestamp":1452530245},"coords":"51.9076236,-0.5039075","bedrooms":"2","price":"295000","area":"662"} , +{"type":"Feature","id":"n3939884225","geometry":{"type":"Point","coordinates":[-0.5032211,51.9077166]},"properties":{"@type":"node","@id":3939884225,"@timestamp":1452530245},"coords":"51.9077166,-0.5032211","bedrooms":"3","price":"236000","area":"520"} , +{"type":"Feature","id":"n3939884235","geometry":{"type":"Point","coordinates":[-0.5042645,51.9076166]},"properties":{"@type":"node","@id":3939884235,"@timestamp":1452530245},"coords":"51.9076166,-0.5042645","bedrooms":"4","price":"200000","area":"413"} , +{"type":"Feature","id":"n3939884245","geometry":{"type":"Point","coordinates":[-0.5047144,51.9079998]},"properties":{"@type":"node","@id":3939884245,"@timestamp":1452530245},"coords":"51.9079998,-0.5047144","bedrooms":"1","price":"222000","area":"486"} , +{"type":"Feature","id":"n3939884255","geometry":{"type":"Point","coordinates":[-0.5040498,51.907069]},"properties":{"@type":"node","@id":3939884255,"@timestamp":1452530246},"coords":"51.907069,-0.5040498","bedrooms":"3","price":"276000","area":"438"} , +{"type":"Feature","id":"n3939884965","geometry":{"type":"Point","coordinates":[-0.5044626,51.9070206]},"properties":{"@type":"node","@id":3939884965,"@timestamp":1452530246},"coords":"51.9070206,-0.5044626","bedrooms":"0","price":"217000","area":"678"} , +{"type":"Feature","id":"n3939945947","geometry":{"type":"Point","coordinates":[-0.4997061,51.9106779]},"properties":{"@type":"node","@id":3939945947,"@timestamp":1452532000},"coords":"51.9106779,-0.4997061","bedrooms":"0","price":"184000","area":"393"} , +{"type":"Feature","id":"n3940045493","geometry":{"type":"Point","coordinates":[-0.1945111,51.5350283]},"properties":{"@type":"node","@id":3940045493,"@timestamp":1452535466},"coords":"51.5350283,-0.1945111","bedrooms":"1","price":"217000","area":"539"} , +{"type":"Feature","id":"n3940513461","geometry":{"type":"Point","coordinates":[0.4780838,51.7340917]},"properties":{"@type":"node","@id":3940513461,"@timestamp":1618436171},"coords":"51.7340917,0.4780838","bedrooms":"1","price":"287000","area":"387"} , +{"type":"Feature","id":"n3940759004","geometry":{"type":"Point","coordinates":[-0.5001119,51.9109752]},"properties":{"@type":"node","@id":3940759004,"@timestamp":1452556620},"coords":"51.9109752,-0.5001119","bedrooms":"0","price":"220000","area":"665"} , +{"type":"Feature","id":"n3940763182","geometry":{"type":"Point","coordinates":[-0.5022316,51.9115887]},"properties":{"@type":"node","@id":3940763182,"@timestamp":1452556835},"coords":"51.9115887,-0.5022316","bedrooms":"3","price":"185000","area":"410"} , +{"type":"Feature","id":"n3940763192","geometry":{"type":"Point","coordinates":[-0.504449,51.9123252]},"properties":{"@type":"node","@id":3940763192,"@timestamp":1452556835},"coords":"51.9123252,-0.504449","bedrooms":"2","price":"196000","area":"591"} , +{"type":"Feature","id":"n3941206528","geometry":{"type":"Point","coordinates":[-0.1297772,51.4693139]},"properties":{"@type":"node","@id":3941206528,"@timestamp":1541176634},"coords":"51.4693139,-0.1297772","bedrooms":"1","price":"267000","area":"353"} , +{"type":"Feature","id":"n3941256600","geometry":{"type":"Point","coordinates":[-0.1497053,51.4427265]},"properties":{"@type":"node","@id":3941256600,"@timestamp":1625620271},"coords":"51.4427265,-0.1497053","bedrooms":"4","price":"219000","area":"519"} , +{"type":"Feature","id":"n3941259409","geometry":{"type":"Point","coordinates":[-0.4987183,51.9080486]},"properties":{"@type":"node","@id":3941259409,"@timestamp":1452595624},"coords":"51.9080486,-0.4987183","bedrooms":"2","price":"274000","area":"586"} , +{"type":"Feature","id":"n3941259419","geometry":{"type":"Point","coordinates":[-0.4980609,51.9074203]},"properties":{"@type":"node","@id":3941259419,"@timestamp":1452595624},"coords":"51.9074203,-0.4980609","bedrooms":"2","price":"180000","area":"403"} , +{"type":"Feature","id":"n3941328367","geometry":{"type":"Point","coordinates":[-0.4978938,51.9059228]},"properties":{"@type":"node","@id":3941328367,"@timestamp":1452597553},"coords":"51.9059228,-0.4978938","bedrooms":"1","price":"232000","area":"581"} , +{"type":"Feature","id":"n3941328377","geometry":{"type":"Point","coordinates":[-0.497573,51.9063451]},"properties":{"@type":"node","@id":3941328377,"@timestamp":1452597553},"coords":"51.9063451,-0.497573","bedrooms":"0","price":"168000","area":"492"} , +{"type":"Feature","id":"n3941443400","geometry":{"type":"Point","coordinates":[0.1055716,50.979081]},"properties":{"@type":"node","@id":3941443400,"@timestamp":1452600496},"coords":"50.979081,0.1055716","bedrooms":"3","price":"273000","area":"517"} , +{"type":"Feature","id":"n3941932675","geometry":{"type":"Point","coordinates":[-0.1572197,51.4477553]},"properties":{"@type":"node","@id":3941932675,"@timestamp":1606223906},"coords":"51.4477553,-0.1572197","bedrooms":"1","price":"279000","area":"592"} , +{"type":"Feature","id":"n3942014460","geometry":{"type":"Point","coordinates":[-0.5036576,51.9123991]},"properties":{"@type":"node","@id":3942014460,"@timestamp":1452617945},"coords":"51.9123991,-0.5036576","bedrooms":"1","price":"256000","area":"590"} , +{"type":"Feature","id":"n3942014758","geometry":{"type":"Point","coordinates":[-0.5034843,51.9127057]},"properties":{"@type":"node","@id":3942014758,"@timestamp":1452617947},"coords":"51.9127057,-0.5034843","bedrooms":"4","price":"259000","area":"396"} , +{"type":"Feature","id":"n3942145821","geometry":{"type":"Point","coordinates":[-0.9590322,51.5332011]},"properties":{"@type":"node","@id":3942145821,"@timestamp":1452621849},"coords":"51.5332011,-0.9590322","bedrooms":"0","price":"202000","area":"613"} , +{"type":"Feature","id":"n3942228892","geometry":{"type":"Point","coordinates":[-0.9758816,51.5386809]},"properties":{"@type":"node","@id":3942228892,"@timestamp":1452624221},"coords":"51.5386809,-0.9758816","bedrooms":"3","price":"291000","area":"528"} , +{"type":"Feature","id":"n3942417279","geometry":{"type":"Point","coordinates":[-0.0229008,51.5356533]},"properties":{"@type":"node","@id":3942417279,"@timestamp":1608653855},"coords":"51.5356533,-0.0229008","bedrooms":"1","price":"180000","area":"469"} , +{"type":"Feature","id":"n3942447686","geometry":{"type":"Point","coordinates":[-0.0581698,51.5344451]},"properties":{"@type":"node","@id":3942447686,"@timestamp":1452632893},"coords":"51.5344451,-0.0581698","bedrooms":"1","price":"254000","area":"641"} , +{"type":"Feature","id":"n3942676113","geometry":{"type":"Point","coordinates":[-0.4996679,51.9094027]},"properties":{"@type":"node","@id":3942676113,"@timestamp":1452644123},"coords":"51.9094027,-0.4996679","bedrooms":"2","price":"283000","area":"464"} , +{"type":"Feature","id":"n3942689891","geometry":{"type":"Point","coordinates":[-0.4986955,51.9094531]},"properties":{"@type":"node","@id":3942689891,"@timestamp":1452643621},"coords":"51.9094531,-0.4986955","bedrooms":"1","price":"228000","area":"680"} , +{"type":"Feature","id":"n3942810702","geometry":{"type":"Point","coordinates":[0.4672819,51.7360641]},"properties":{"@type":"node","@id":3942810702,"@timestamp":1617913683},"coords":"51.7360641,0.4672819","bedrooms":"1","price":"199000","area":"524"} , +{"type":"Feature","id":"n3943125589","geometry":{"type":"Point","coordinates":[-0.9741224,51.5426619]},"properties":{"@type":"node","@id":3943125589,"@timestamp":1452676795},"coords":"51.5426619,-0.9741224","bedrooms":"4","price":"252000","area":"407"} , +{"type":"Feature","id":"n3943734457","geometry":{"type":"Point","coordinates":[-0.751645,51.62722]},"properties":{"@type":"node","@id":3943734457,"@timestamp":1452690775},"coords":"51.62722,-0.751645","bedrooms":"0","price":"225000","area":"588"} , +{"type":"Feature","id":"n3943734467","geometry":{"type":"Point","coordinates":[-0.750835,51.6271434]},"properties":{"@type":"node","@id":3943734467,"@timestamp":1452690775},"coords":"51.6271434,-0.750835","bedrooms":"2","price":"233000","area":"610"} , +{"type":"Feature","id":"n3943764240","geometry":{"type":"Point","coordinates":[-0.1897855,51.4569307]},"properties":{"@type":"node","@id":3943764240,"@timestamp":1629578185},"coords":"51.4569307,-0.1897855","bedrooms":"2","price":"222000","area":"631"} , +{"type":"Feature","id":"n3943973290","geometry":{"type":"Point","coordinates":[0.721612,51.5462725]},"properties":{"@type":"node","@id":3943973290,"@timestamp":1452694386},"coords":"51.5462725,0.721612","bedrooms":"2","price":"283000","area":"442"} , +{"type":"Feature","id":"n3944155755","geometry":{"type":"Point","coordinates":[-0.5007819,51.9097174]},"properties":{"@type":"node","@id":3944155755,"@timestamp":1452698302},"coords":"51.9097174,-0.5007819","bedrooms":"3","price":"175000","area":"593"} , +{"type":"Feature","id":"n3944376471","geometry":{"type":"Point","coordinates":[-0.2294885,51.5910582]},"properties":{"@type":"node","@id":3944376471,"@timestamp":1452702394},"coords":"51.5910582,-0.2294885","bedrooms":"3","price":"245000","area":"394"} , +{"type":"Feature","id":"n3944383105","geometry":{"type":"Point","coordinates":[-0.2270502,51.5900385]},"properties":{"@type":"node","@id":3944383105,"@timestamp":1452702517},"coords":"51.5900385,-0.2270502","bedrooms":"0","price":"160000","area":"386"} , +{"type":"Feature","id":"n3944538768","geometry":{"type":"Point","coordinates":[-0.5041357,51.9112997]},"properties":{"@type":"node","@id":3944538768,"@timestamp":1452705748},"coords":"51.9112997,-0.5041357","bedrooms":"2","price":"183000","area":"544"} , +{"type":"Feature","id":"n3944538778","geometry":{"type":"Point","coordinates":[-0.5030793,51.91159]},"properties":{"@type":"node","@id":3944538778,"@timestamp":1452705748},"coords":"51.91159,-0.5030793","bedrooms":"0","price":"165000","area":"633"} , +{"type":"Feature","id":"n3944947436","geometry":{"type":"Point","coordinates":[-0.7572689,51.628369]},"properties":{"@type":"node","@id":3944947436,"@timestamp":1452972446},"coords":"51.628369,-0.7572689","bedrooms":"1","price":"155000","area":"369"} , +{"type":"Feature","id":"n3944947452","geometry":{"type":"Point","coordinates":[-0.7808511,51.6357536]},"properties":{"@type":"node","@id":3944947452,"@timestamp":1452974711},"coords":"51.6357536,-0.7808511","bedrooms":"1","price":"278000","area":"605"} , +{"type":"Feature","id":"n3944960893","geometry":{"type":"Point","coordinates":[-0.1617389,51.4361415]},"properties":{"@type":"node","@id":3944960893,"@timestamp":1618262226},"coords":"51.4361415,-0.1617389","bedrooms":"4","price":"247000","area":"371"} , +{"type":"Feature","id":"n3944960922","geometry":{"type":"Point","coordinates":[-0.1675084,51.4381271]},"properties":{"@type":"node","@id":3944960922,"@timestamp":1597769989},"coords":"51.4381271,-0.1675084","bedrooms":"4","price":"299000","area":"686"} , +{"type":"Feature","id":"n3945034842","geometry":{"type":"Point","coordinates":[-0.3298671,51.4496638]},"properties":{"@type":"node","@id":3945034842,"@timestamp":1580602071},"coords":"51.4496638,-0.3298671","bedrooms":"2","price":"292000","area":"536"} , +{"type":"Feature","id":"n3945577645","geometry":{"type":"Point","coordinates":[-0.9663527,51.2811762]},"properties":{"@type":"node","@id":3945577645,"@timestamp":1452766082},"coords":"51.2811762,-0.9663527","bedrooms":"2","price":"248000","area":"407"} , +{"type":"Feature","id":"n3945720406","geometry":{"type":"Point","coordinates":[0.7026476,51.541904]},"properties":{"@type":"node","@id":3945720406,"@timestamp":1452770464},"coords":"51.541904,0.7026476","bedrooms":"2","price":"239000","area":"487"} , +{"type":"Feature","id":"n3945867014","geometry":{"type":"Point","coordinates":[0.7002811,51.541854]},"properties":{"@type":"node","@id":3945867014,"@timestamp":1452773329},"coords":"51.541854,0.7002811","bedrooms":"4","price":"273000","area":"471"} , +{"type":"Feature","id":"n3946026626","geometry":{"type":"Point","coordinates":[-0.1477721,51.4510607]},"properties":{"@type":"node","@id":3946026626,"@timestamp":1613494767},"coords":"51.4510607,-0.1477721","bedrooms":"0","price":"204000","area":"557"} , +{"type":"Feature","id":"n3946028101","geometry":{"type":"Point","coordinates":[-0.142717,51.4548417]},"properties":{"@type":"node","@id":3946028101,"@timestamp":1619415369},"coords":"51.4548417,-0.142717","bedrooms":"4","price":"163000","area":"673"} , +{"type":"Feature","id":"n3946232509","geometry":{"type":"Point","coordinates":[0.0599476,51.5764774]},"properties":{"@type":"node","@id":3946232509,"@timestamp":1564908053},"coords":"51.5764774,0.0599476","bedrooms":"3","price":"230000","area":"679"} , +{"type":"Feature","id":"n3946232534","geometry":{"type":"Point","coordinates":[0.0601643,51.5766865]},"properties":{"@type":"node","@id":3946232534,"@timestamp":1452787044},"coords":"51.5766865,0.0601643","bedrooms":"0","price":"288000","area":"620"} , +{"type":"Feature","id":"n3946272715","geometry":{"type":"Point","coordinates":[0.0377898,51.6567747]},"properties":{"@type":"node","@id":3946272715,"@timestamp":1607905649},"coords":"51.6567747,0.0377898","bedrooms":"4","price":"278000","area":"679"} , +{"type":"Feature","id":"n3946337564","geometry":{"type":"Point","coordinates":[0.4728696,51.7320268]},"properties":{"@type":"node","@id":3946337564,"@timestamp":1452791915},"coords":"51.7320268,0.4728696","bedrooms":"0","price":"240000","area":"605"} , +{"type":"Feature","id":"n3946421333","geometry":{"type":"Point","coordinates":[-0.1863403,51.1306285]},"properties":{"@type":"node","@id":3946421333,"@timestamp":1621461083},"coords":"51.1306285,-0.1863403","bedrooms":"1","price":"176000","area":"513"} , +{"type":"Feature","id":"n3947345859","geometry":{"type":"Point","coordinates":[-0.5073097,51.9113278]},"properties":{"@type":"node","@id":3947345859,"@timestamp":1452848108},"coords":"51.9113278,-0.5073097","bedrooms":"1","price":"184000","area":"420"} , +{"type":"Feature","id":"n3947345869","geometry":{"type":"Point","coordinates":[-0.5068902,51.9126705]},"properties":{"@type":"node","@id":3947345869,"@timestamp":1452848109},"coords":"51.9126705,-0.5068902","bedrooms":"0","price":"281000","area":"643"} , +{"type":"Feature","id":"n3947345879","geometry":{"type":"Point","coordinates":[-0.5065248,51.9115247]},"properties":{"@type":"node","@id":3947345879,"@timestamp":1584108292},"coords":"51.9115247,-0.5065248","bedrooms":"3","price":"268000","area":"659"} , +{"type":"Feature","id":"n3947647639","geometry":{"type":"Point","coordinates":[0.6904901,51.5562301]},"properties":{"@type":"node","@id":3947647639,"@timestamp":1452853702},"coords":"51.5562301,0.6904901","bedrooms":"3","price":"197000","area":"499"} , +{"type":"Feature","id":"n3947845373","geometry":{"type":"Point","coordinates":[0.0130386,51.5995933]},"properties":{"@type":"node","@id":3947845373,"@timestamp":1608514868},"coords":"51.5995933,0.0130386","bedrooms":"3","price":"201000","area":"407"} , +{"type":"Feature","id":"n3947910333","geometry":{"type":"Point","coordinates":[-0.2458372,51.4531338]},"properties":{"@type":"node","@id":3947910333,"@timestamp":1543595447},"coords":"51.4531338,-0.2458372","bedrooms":"0","price":"194000","area":"573"} , +{"type":"Feature","id":"n3948686134","geometry":{"type":"Point","coordinates":[-0.9459084,51.2873271]},"properties":{"@type":"node","@id":3948686134,"@timestamp":1568921136},"coords":"51.2873271,-0.9459084","bedrooms":"3","price":"241000","area":"565"} , +{"type":"Feature","id":"n3948690662","geometry":{"type":"Point","coordinates":[-0.9546473,51.2865333]},"properties":{"@type":"node","@id":3948690662,"@timestamp":1551237734},"coords":"51.2865333,-0.9546473","bedrooms":"0","price":"236000","area":"479"} , +{"type":"Feature","id":"n3948773656","geometry":{"type":"Point","coordinates":[-0.5085256,51.9061296]},"properties":{"@type":"node","@id":3948773656,"@timestamp":1452890008},"coords":"51.9061296,-0.5085256","bedrooms":"2","price":"183000","area":"422"} , +{"type":"Feature","id":"n3948811420","geometry":{"type":"Point","coordinates":[-0.1867674,51.4398577]},"properties":{"@type":"node","@id":3948811420,"@timestamp":1626405936},"coords":"51.4398577,-0.1867674","bedrooms":"4","price":"184000","area":"400"} , +{"type":"Feature","id":"n3948860012","geometry":{"type":"Point","coordinates":[-0.7748371,51.6162568]},"properties":{"@type":"node","@id":3948860012,"@timestamp":1453564932},"coords":"51.6162568,-0.7748371","bedrooms":"1","price":"267000","area":"567"} , +{"type":"Feature","id":"n3948860022","geometry":{"type":"Point","coordinates":[-0.7619989,51.6252831]},"properties":{"@type":"node","@id":3948860022,"@timestamp":1453564934},"coords":"51.6252831,-0.7619989","bedrooms":"0","price":"200000","area":"603"} , +{"type":"Feature","id":"n3948860035","geometry":{"type":"Point","coordinates":[-0.7851184,51.6713335]},"properties":{"@type":"node","@id":3948860035,"@timestamp":1452975190},"coords":"51.6713335,-0.7851184","bedrooms":"3","price":"272000","area":"392"} , +{"type":"Feature","id":"n3949070992","geometry":{"type":"Point","coordinates":[-0.2730757,51.3484807]},"properties":{"@type":"node","@id":3949070992,"@timestamp":1452901315},"coords":"51.3484807,-0.2730757","bedrooms":"1","price":"253000","area":"458"} , +{"type":"Feature","id":"n3949762797","geometry":{"type":"Point","coordinates":[-0.9484622,51.2842735]},"properties":{"@type":"node","@id":3949762797,"@timestamp":1494623628},"coords":"51.2842735,-0.9484622","bedrooms":"4","price":"214000","area":"386"} , +{"type":"Feature","id":"n3949762832","geometry":{"type":"Point","coordinates":[-0.9479049,51.2849554]},"properties":{"@type":"node","@id":3949762832,"@timestamp":1452942392},"coords":"51.2849554,-0.9479049","bedrooms":"4","price":"281000","area":"387"} , +{"type":"Feature","id":"n3949785080","geometry":{"type":"Point","coordinates":[-0.9551311,51.2827262]},"properties":{"@type":"node","@id":3949785080,"@timestamp":1452943544},"coords":"51.2827262,-0.9551311","bedrooms":"0","price":"189000","area":"452"} , +{"type":"Feature","id":"n3949962858","geometry":{"type":"Point","coordinates":[-0.2160073,51.9794686]},"properties":{"@type":"node","@id":3949962858,"@timestamp":1625322141},"coords":"51.9794686,-0.2160073","bedrooms":"3","price":"176000","area":"390"} , +{"type":"Feature","id":"n3950346291","geometry":{"type":"Point","coordinates":[-0.3435168,51.7397992]},"properties":{"@type":"node","@id":3950346291,"@timestamp":1626948449},"coords":"51.7397992,-0.3435168","bedrooms":"1","price":"295000","area":"422"} , +{"type":"Feature","id":"n3950516050","geometry":{"type":"Point","coordinates":[-0.7536599,51.6346314]},"properties":{"@type":"node","@id":3950516050,"@timestamp":1514077382},"coords":"51.6346314,-0.7536599","bedrooms":"1","price":"240000","area":"591"} , +{"type":"Feature","id":"n3950944630","geometry":{"type":"Point","coordinates":[-0.3289038,51.4458044]},"properties":{"@type":"node","@id":3950944630,"@timestamp":1452989592},"coords":"51.4458044,-0.3289038","bedrooms":"4","price":"273000","area":"554"} , +{"type":"Feature","id":"n3950944669","geometry":{"type":"Point","coordinates":[-0.3284579,51.4460666]},"properties":{"@type":"node","@id":3950944669,"@timestamp":1452989592},"coords":"51.4460666,-0.3284579","bedrooms":"2","price":"150000","area":"400"} , +{"type":"Feature","id":"n3950944734","geometry":{"type":"Point","coordinates":[-0.3281957,51.4468985]},"properties":{"@type":"node","@id":3950944734,"@timestamp":1625008533},"coords":"51.4468985,-0.3281957","bedrooms":"2","price":"231000","area":"682"} , +{"type":"Feature","id":"n3951300780","geometry":{"type":"Point","coordinates":[-0.5070982,51.7355282]},"properties":{"@type":"node","@id":3951300780,"@timestamp":1461395246},"coords":"51.7355282,-0.5070982","bedrooms":"3","price":"207000","area":"638"} , +{"type":"Feature","id":"n3951332609","geometry":{"type":"Point","coordinates":[-0.560791,51.6567383]},"properties":{"@type":"node","@id":3951332609,"@timestamp":1525105398},"coords":"51.6567383,-0.560791","bedrooms":"4","price":"265000","area":"379"} , +{"type":"Feature","id":"n3951416880","geometry":{"type":"Point","coordinates":[-0.1202816,51.5307373]},"properties":{"@type":"node","@id":3951416880,"@timestamp":1467822664},"coords":"51.5307373,-0.1202816","bedrooms":"4","price":"235000","area":"601"} , +{"type":"Feature","id":"n3951470419","geometry":{"type":"Point","coordinates":[-0.8284551,51.6232216]},"properties":{"@type":"node","@id":3951470419,"@timestamp":1459794155},"coords":"51.6232216,-0.8284551","bedrooms":"3","price":"295000","area":"448"} , +{"type":"Feature","id":"n3951470978","geometry":{"type":"Point","coordinates":[-0.8714137,51.6578072]},"properties":{"@type":"node","@id":3951470978,"@timestamp":1459794389},"coords":"51.6578072,-0.8714137","bedrooms":"2","price":"259000","area":"404"} , +{"type":"Feature","id":"n3951637566","geometry":{"type":"Point","coordinates":[-0.1450047,51.8706477]},"properties":{"@type":"node","@id":3951637566,"@timestamp":1616932700},"coords":"51.8706477,-0.1450047","bedrooms":"2","price":"229000","area":"685"} , +{"type":"Feature","id":"n3952067264","geometry":{"type":"Point","coordinates":[0.6712299,51.7195238]},"properties":{"@type":"node","@id":3952067264,"@timestamp":1453054236},"coords":"51.7195238,0.6712299","bedrooms":"2","price":"176000","area":"546"} , +{"type":"Feature","id":"n3952067281","geometry":{"type":"Point","coordinates":[0.6815584,51.7199366]},"properties":{"@type":"node","@id":3952067281,"@timestamp":1453054237},"coords":"51.7199366,0.6815584","bedrooms":"3","price":"226000","area":"503"} , +{"type":"Feature","id":"n3952067296","geometry":{"type":"Point","coordinates":[0.6921315,51.7210502]},"properties":{"@type":"node","@id":3952067296,"@timestamp":1453054237},"coords":"51.7210502,0.6921315","bedrooms":"2","price":"200000","area":"635"} , +{"type":"Feature","id":"n3952067308","geometry":{"type":"Point","coordinates":[0.6711649,51.7216943]},"properties":{"@type":"node","@id":3952067308,"@timestamp":1453054237},"coords":"51.7216943,0.6711649","bedrooms":"2","price":"173000","area":"512"} , +{"type":"Feature","id":"n3952067350","geometry":{"type":"Point","coordinates":[0.6851064,51.7222416]},"properties":{"@type":"node","@id":3952067350,"@timestamp":1453054238},"coords":"51.7222416,0.6851064","bedrooms":"0","price":"260000","area":"400"} , +{"type":"Feature","id":"n3952068468","geometry":{"type":"Point","coordinates":[0.6846449,51.722812]},"properties":{"@type":"node","@id":3952068468,"@timestamp":1453054239},"coords":"51.722812,0.6846449","bedrooms":"2","price":"221000","area":"549"} , +{"type":"Feature","id":"n3952068478","geometry":{"type":"Point","coordinates":[0.683951,51.7237721]},"properties":{"@type":"node","@id":3952068478,"@timestamp":1453054239},"coords":"51.7237721,0.683951","bedrooms":"0","price":"278000","area":"689"} , +{"type":"Feature","id":"n3952068488","geometry":{"type":"Point","coordinates":[0.6838271,51.7240931]},"properties":{"@type":"node","@id":3952068488,"@timestamp":1453054239},"coords":"51.7240931,0.6838271","bedrooms":"1","price":"240000","area":"365"} , +{"type":"Feature","id":"n3952068498","geometry":{"type":"Point","coordinates":[0.6887906,51.7244489]},"properties":{"@type":"node","@id":3952068498,"@timestamp":1453054240},"coords":"51.7244489,0.6887906","bedrooms":"1","price":"254000","area":"524"} , +{"type":"Feature","id":"n3952068508","geometry":{"type":"Point","coordinates":[0.688438,51.7248721]},"properties":{"@type":"node","@id":3952068508,"@timestamp":1453054240},"coords":"51.7248721,0.688438","bedrooms":"1","price":"276000","area":"373"} , +{"type":"Feature","id":"n3952068518","geometry":{"type":"Point","coordinates":[0.6880948,51.7253109]},"properties":{"@type":"node","@id":3952068518,"@timestamp":1453054240},"coords":"51.7253109,0.6880948","bedrooms":"2","price":"245000","area":"623"} , +{"type":"Feature","id":"n3952068528","geometry":{"type":"Point","coordinates":[0.6872483,51.7254876]},"properties":{"@type":"node","@id":3952068528,"@timestamp":1453054240},"coords":"51.7254876,0.6872483","bedrooms":"2","price":"203000","area":"391"} , +{"type":"Feature","id":"n3952068538","geometry":{"type":"Point","coordinates":[0.6889788,51.7262856]},"properties":{"@type":"node","@id":3952068538,"@timestamp":1453054241},"coords":"51.7262856,0.6889788","bedrooms":"1","price":"298000","area":"523"} , +{"type":"Feature","id":"n3952068548","geometry":{"type":"Point","coordinates":[0.6874586,51.7264162]},"properties":{"@type":"node","@id":3952068548,"@timestamp":1453054241},"coords":"51.7264162,0.6874586","bedrooms":"1","price":"274000","area":"579"} , +{"type":"Feature","id":"n3952068759","geometry":{"type":"Point","coordinates":[0.6877733,51.72652]},"properties":{"@type":"node","@id":3952068759,"@timestamp":1453054242},"coords":"51.72652,0.6877733","bedrooms":"4","price":"207000","area":"365"} , +{"type":"Feature","id":"n3952068772","geometry":{"type":"Point","coordinates":[0.6889674,51.7270041]},"properties":{"@type":"node","@id":3952068772,"@timestamp":1453054242},"coords":"51.7270041,0.6889674","bedrooms":"1","price":"282000","area":"663"} , +{"type":"Feature","id":"n3952068782","geometry":{"type":"Point","coordinates":[0.6885276,51.727293]},"properties":{"@type":"node","@id":3952068782,"@timestamp":1453054242},"coords":"51.727293,0.6885276","bedrooms":"1","price":"184000","area":"699"} , +{"type":"Feature","id":"n3952068792","geometry":{"type":"Point","coordinates":[0.6885192,51.7275046]},"properties":{"@type":"node","@id":3952068792,"@timestamp":1453054243},"coords":"51.7275046,0.6885192","bedrooms":"3","price":"233000","area":"618"} , +{"type":"Feature","id":"n3952068804","geometry":{"type":"Point","coordinates":[0.6868768,51.7279432]},"properties":{"@type":"node","@id":3952068804,"@timestamp":1453054243},"coords":"51.7279432,0.6868768","bedrooms":"0","price":"238000","area":"693"} , +{"type":"Feature","id":"n3952068816","geometry":{"type":"Point","coordinates":[0.6684039,51.7309287]},"properties":{"@type":"node","@id":3952068816,"@timestamp":1453054243},"coords":"51.7309287,0.6684039","bedrooms":"1","price":"189000","area":"424"} , +{"type":"Feature","id":"n3952650296","geometry":{"type":"Point","coordinates":[-0.571189,51.7694368]},"properties":{"@type":"node","@id":3952650296,"@timestamp":1453067200},"coords":"51.7694368,-0.571189","bedrooms":"0","price":"294000","area":"514"} , +{"type":"Feature","id":"n3952650310","geometry":{"type":"Point","coordinates":[-0.5658317,51.7767229]},"properties":{"@type":"node","@id":3952650310,"@timestamp":1594596066},"coords":"51.7767229,-0.5658317","bedrooms":"2","price":"276000","area":"517"} , +{"type":"Feature","id":"n3953170122","geometry":{"type":"Point","coordinates":[-0.2171905,51.4471579]},"properties":{"@type":"node","@id":3953170122,"@timestamp":1453106564},"coords":"51.4471579,-0.2171905","bedrooms":"4","price":"152000","area":"426"} , +{"type":"Feature","id":"n3953179790","geometry":{"type":"Point","coordinates":[-0.2162343,51.4086465]},"properties":{"@type":"node","@id":3953179790,"@timestamp":1572306766},"coords":"51.4086465,-0.2162343","bedrooms":"3","price":"168000","area":"554"} , +{"type":"Feature","id":"n3953515604","geometry":{"type":"Point","coordinates":[-0.1636736,51.6099716]},"properties":{"@type":"node","@id":3953515604,"@timestamp":1453122906},"coords":"51.6099716,-0.1636736","bedrooms":"0","price":"265000","area":"674"} , +{"type":"Feature","id":"n3953674034","geometry":{"type":"Point","coordinates":[-0.1654786,51.4271377]},"properties":{"@type":"node","@id":3953674034,"@timestamp":1618090728},"coords":"51.4271377,-0.1654786","bedrooms":"0","price":"245000","area":"650"} , +{"type":"Feature","id":"n3954002550","geometry":{"type":"Point","coordinates":[-0.1049533,51.5036846]},"properties":{"@type":"node","@id":3954002550,"@timestamp":1584202392},"coords":"51.5036846,-0.1049533","bedrooms":"4","price":"193000","area":"433"} , +{"type":"Feature","id":"n3954111117","geometry":{"type":"Point","coordinates":[-0.0385449,51.5980841]},"properties":{"@type":"node","@id":3954111117,"@timestamp":1453145378},"coords":"51.5980841,-0.0385449","bedrooms":"1","price":"159000","area":"387"} , +{"type":"Feature","id":"n3954117887","geometry":{"type":"Point","coordinates":[-0.0369003,51.5972783]},"properties":{"@type":"node","@id":3954117887,"@timestamp":1453145791},"coords":"51.5972783,-0.0369003","bedrooms":"2","price":"272000","area":"493"} , +{"type":"Feature","id":"n3954129054","geometry":{"type":"Point","coordinates":[-0.0692627,51.6152652]},"properties":{"@type":"node","@id":3954129054,"@timestamp":1453146273},"coords":"51.6152652,-0.0692627","bedrooms":"4","price":"204000","area":"676"} , +{"type":"Feature","id":"n3954156203","geometry":{"type":"Point","coordinates":[-0.0705187,51.6150669]},"properties":{"@type":"node","@id":3954156203,"@timestamp":1453147600},"coords":"51.6150669,-0.0705187","bedrooms":"4","price":"170000","area":"671"} , +{"type":"Feature","id":"n3954156215","geometry":{"type":"Point","coordinates":[-0.0709686,51.6150204]},"properties":{"@type":"node","@id":3954156215,"@timestamp":1453147601},"coords":"51.6150204,-0.0709686","bedrooms":"1","price":"168000","area":"671"} , +{"type":"Feature","id":"n3954156234","geometry":{"type":"Point","coordinates":[-0.0719342,51.616591]},"properties":{"@type":"node","@id":3954156234,"@timestamp":1453147601},"coords":"51.616591,-0.0719342","bedrooms":"2","price":"230000","area":"657"} , +{"type":"Feature","id":"n3954156252","geometry":{"type":"Point","coordinates":[-0.0711731,51.61532]},"properties":{"@type":"node","@id":3954156252,"@timestamp":1470994674},"coords":"51.61532,-0.0711731","bedrooms":"1","price":"162000","area":"545"} , +{"type":"Feature","id":"n3954274533","geometry":{"type":"Point","coordinates":[-0.7843623,51.3092469]},"properties":{"@type":"node","@id":3954274533,"@timestamp":1453152706},"coords":"51.3092469,-0.7843623","bedrooms":"4","price":"267000","area":"395"} , +{"type":"Feature","id":"n3954897659","geometry":{"type":"Point","coordinates":[-0.0645281,51.5230925]},"properties":{"@type":"node","@id":3954897659,"@timestamp":1495548348},"coords":"51.5230925,-0.0645281","bedrooms":"1","price":"290000","area":"363"} , +{"type":"Feature","id":"n3955066826","geometry":{"type":"Point","coordinates":[0.0612548,51.608202]},"properties":{"@type":"node","@id":3955066826,"@timestamp":1453206440},"coords":"51.608202,0.0612548","bedrooms":"4","price":"208000","area":"637"} , +{"type":"Feature","id":"n3955087502","geometry":{"type":"Point","coordinates":[-0.1210558,51.4437862]},"properties":{"@type":"node","@id":3955087502,"@timestamp":1453207522},"coords":"51.4437862,-0.1210558","bedrooms":"4","price":"192000","area":"660"} , +{"type":"Feature","id":"n3955087529","geometry":{"type":"Point","coordinates":[-0.1202744,51.4359203]},"properties":{"@type":"node","@id":3955087529,"@timestamp":1608134813},"coords":"51.4359203,-0.1202744","bedrooms":"1","price":"220000","area":"443"} , +{"type":"Feature","id":"n3955152847","geometry":{"type":"Point","coordinates":[0.6770135,51.7372603]},"properties":{"@type":"node","@id":3955152847,"@timestamp":1453210555},"coords":"51.7372603,0.6770135","bedrooms":"0","price":"293000","area":"569"} , +{"type":"Feature","id":"n3955152875","geometry":{"type":"Point","coordinates":[0.6772083,51.7374151]},"properties":{"@type":"node","@id":3955152875,"@timestamp":1453210556},"coords":"51.7374151,0.6772083","bedrooms":"0","price":"176000","area":"428"} , +{"type":"Feature","id":"n3955152895","geometry":{"type":"Point","coordinates":[0.6777319,51.7376075]},"properties":{"@type":"node","@id":3955152895,"@timestamp":1453210556},"coords":"51.7376075,0.6777319","bedrooms":"4","price":"262000","area":"616"} , +{"type":"Feature","id":"n3955229050","geometry":{"type":"Point","coordinates":[-0.0720588,51.6138104]},"properties":{"@type":"node","@id":3955229050,"@timestamp":1625874427},"coords":"51.6138104,-0.0720588","bedrooms":"3","price":"159000","area":"432"} , +{"type":"Feature","id":"n3955267886","geometry":{"type":"Point","coordinates":[-0.1633292,51.6174211]},"properties":{"@type":"node","@id":3955267886,"@timestamp":1453214866},"coords":"51.6174211,-0.1633292","bedrooms":"1","price":"274000","area":"443"} , +{"type":"Feature","id":"n3955267897","geometry":{"type":"Point","coordinates":[-0.1631522,51.6171912]},"properties":{"@type":"node","@id":3955267897,"@timestamp":1453214866},"coords":"51.6171912,-0.1631522","bedrooms":"0","price":"280000","area":"669"} , +{"type":"Feature","id":"n3955268982","geometry":{"type":"Point","coordinates":[-0.1628894,51.6195461]},"properties":{"@type":"node","@id":3955268982,"@timestamp":1453214697},"coords":"51.6195461,-0.1628894","bedrooms":"2","price":"205000","area":"634"} , +{"type":"Feature","id":"n3955268993","geometry":{"type":"Point","coordinates":[-0.1602659,51.6180041]},"properties":{"@type":"node","@id":3955268993,"@timestamp":1453214698},"coords":"51.6180041,-0.1602659","bedrooms":"1","price":"234000","area":"623"} , +{"type":"Feature","id":"n3955269004","geometry":{"type":"Point","coordinates":[-0.1622106,51.6201274]},"properties":{"@type":"node","@id":3955269004,"@timestamp":1453214698},"coords":"51.6201274,-0.1622106","bedrooms":"2","price":"186000","area":"438"} , +{"type":"Feature","id":"n3955269015","geometry":{"type":"Point","coordinates":[-0.1628786,51.6197026]},"properties":{"@type":"node","@id":3955269015,"@timestamp":1453214698},"coords":"51.6197026,-0.1628786","bedrooms":"0","price":"178000","area":"534"} , +{"type":"Feature","id":"n3955269026","geometry":{"type":"Point","coordinates":[-0.1635862,51.61855]},"properties":{"@type":"node","@id":3955269026,"@timestamp":1453214866},"coords":"51.61855,-0.1635862","bedrooms":"4","price":"251000","area":"524"} , +{"type":"Feature","id":"n3955269037","geometry":{"type":"Point","coordinates":[-0.1613656,51.617288]},"properties":{"@type":"node","@id":3955269037,"@timestamp":1453214699},"coords":"51.617288,-0.1613656","bedrooms":"0","price":"263000","area":"411"} , +{"type":"Feature","id":"n3955269048","geometry":{"type":"Point","coordinates":[-0.1626265,51.6196726]},"properties":{"@type":"node","@id":3955269048,"@timestamp":1453214699},"coords":"51.6196726,-0.1626265","bedrooms":"1","price":"151000","area":"421"} , +{"type":"Feature","id":"n3955302596","geometry":{"type":"Point","coordinates":[-0.148602,51.6398749]},"properties":{"@type":"node","@id":3955302596,"@timestamp":1453215959},"coords":"51.6398749,-0.148602","bedrooms":"2","price":"159000","area":"512"} , +{"type":"Feature","id":"n3955308334","geometry":{"type":"Point","coordinates":[-0.1490957,51.6386662]},"properties":{"@type":"node","@id":3955308334,"@timestamp":1453216039},"coords":"51.6386662,-0.1490957","bedrooms":"1","price":"288000","area":"482"} , +{"type":"Feature","id":"n3955422618","geometry":{"type":"Point","coordinates":[-0.0804761,51.5094537]},"properties":{"@type":"node","@id":3955422618,"@timestamp":1622915934},"coords":"51.5094537,-0.0804761","bedrooms":"2","price":"246000","area":"357"} , +{"type":"Feature","id":"n3955516956","geometry":{"type":"Point","coordinates":[-0.1077907,51.7964667]},"properties":{"@type":"node","@id":3955516956,"@timestamp":1623094628},"coords":"51.7964667,-0.1077907","bedrooms":"3","price":"190000","area":"468"} , +{"type":"Feature","id":"n3955517709","geometry":{"type":"Point","coordinates":[-0.1481134,51.809624]},"properties":{"@type":"node","@id":3955517709,"@timestamp":1504021466},"coords":"51.809624,-0.1481134","bedrooms":"0","price":"164000","area":"376"} , +{"type":"Feature","id":"n3955809296","geometry":{"type":"Point","coordinates":[0.2993819,51.3989522]},"properties":{"@type":"node","@id":3955809296,"@timestamp":1626028650},"coords":"51.3989522,0.2993819","bedrooms":"1","price":"270000","area":"625"} , +{"type":"Feature","id":"n3956285218","geometry":{"type":"Point","coordinates":[-0.1937018,51.4187323]},"properties":{"@type":"node","@id":3956285218,"@timestamp":1591570274},"coords":"51.4187323,-0.1937018","bedrooms":"3","price":"239000","area":"548"} , +{"type":"Feature","id":"n3956533165","geometry":{"type":"Point","coordinates":[-0.4953396,51.9614072]},"properties":{"@type":"node","@id":3956533165,"@timestamp":1571573233},"coords":"51.9614072,-0.4953396","bedrooms":"2","price":"259000","area":"665"} , +{"type":"Feature","id":"n3957132516","geometry":{"type":"Point","coordinates":[-0.1607037,51.1561733]},"properties":{"@type":"node","@id":3957132516,"@timestamp":1453315988},"coords":"51.1561733,-0.1607037","bedrooms":"3","price":"258000","area":"463"} , +{"type":"Feature","id":"n3957164730","geometry":{"type":"Point","coordinates":[-0.2296916,51.4145062]},"properties":{"@type":"node","@id":3957164730,"@timestamp":1569701748},"coords":"51.4145062,-0.2296916","bedrooms":"1","price":"297000","area":"376"} , +{"type":"Feature","id":"n3957192230","geometry":{"type":"Point","coordinates":[-0.2007823,51.4000829]},"properties":{"@type":"node","@id":3957192230,"@timestamp":1572738462},"coords":"51.4000829,-0.2007823","bedrooms":"2","price":"195000","area":"680"} , +{"type":"Feature","id":"n3957307302","geometry":{"type":"Point","coordinates":[-0.056501,51.1116933]},"properties":{"@type":"node","@id":3957307302,"@timestamp":1453324646},"coords":"51.1116933,-0.056501","bedrooms":"0","price":"292000","area":"459"} , +{"type":"Feature","id":"n3957881474","geometry":{"type":"Point","coordinates":[0.4744583,51.7373132]},"properties":{"@type":"node","@id":3957881474,"@timestamp":1453372234},"coords":"51.7373132,0.4744583","bedrooms":"0","price":"259000","area":"475"} , +{"type":"Feature","id":"n3957881484","geometry":{"type":"Point","coordinates":[0.4744714,51.7374299]},"properties":{"@type":"node","@id":3957881484,"@timestamp":1453372234},"coords":"51.7374299,0.4744714","bedrooms":"2","price":"179000","area":"514"} , +{"type":"Feature","id":"n3958413945","geometry":{"type":"Point","coordinates":[-0.7182731,51.6496195]},"properties":{"@type":"node","@id":3958413945,"@timestamp":1459794155},"coords":"51.6496195,-0.7182731","bedrooms":"3","price":"155000","area":"523"} , +{"type":"Feature","id":"n3958435542","geometry":{"type":"Point","coordinates":[-0.3387185,51.7224943]},"properties":{"@type":"node","@id":3958435542,"@timestamp":1545147506},"coords":"51.7224943,-0.3387185","bedrooms":"1","price":"236000","area":"455"} , +{"type":"Feature","id":"n3958461186","geometry":{"type":"Point","coordinates":[0.6627976,51.5586771]},"properties":{"@type":"node","@id":3958461186,"@timestamp":1453397053},"coords":"51.5586771,0.6627976","bedrooms":"3","price":"256000","area":"440"} , +{"type":"Feature","id":"n3958618003","geometry":{"type":"Point","coordinates":[-0.7594279,51.3041478]},"properties":{"@type":"node","@id":3958618003,"@timestamp":1551237734},"coords":"51.3041478,-0.7594279","bedrooms":"3","price":"286000","area":"426"} , +{"type":"Feature","id":"n3958689030","geometry":{"type":"Point","coordinates":[-0.8065889,51.3083875]},"properties":{"@type":"node","@id":3958689030,"@timestamp":1453409574},"coords":"51.3083875,-0.8065889","bedrooms":"2","price":"283000","area":"378"} , +{"type":"Feature","id":"n3958830068","geometry":{"type":"Point","coordinates":[-0.1867931,51.5233826]},"properties":{"@type":"node","@id":3958830068,"@timestamp":1608598574},"coords":"51.5233826,-0.1867931","bedrooms":"4","price":"208000","area":"587"} , +{"type":"Feature","id":"n3958877662","geometry":{"type":"Point","coordinates":[-0.3375738,51.445029]},"properties":{"@type":"node","@id":3958877662,"@timestamp":1453423453},"coords":"51.445029,-0.3375738","bedrooms":"3","price":"247000","area":"481"} , +{"type":"Feature","id":"n3959117778","geometry":{"type":"Point","coordinates":[-0.1833184,51.4976165]},"properties":{"@type":"node","@id":3959117778,"@timestamp":1590987085},"coords":"51.4976165,-0.1833184","bedrooms":"2","price":"185000","area":"419"} , +{"type":"Feature","id":"n3959617968","geometry":{"type":"Point","coordinates":[-0.184347,51.5273411]},"properties":{"@type":"node","@id":3959617968,"@timestamp":1453469301},"coords":"51.5273411,-0.184347","bedrooms":"0","price":"171000","area":"525"} , +{"type":"Feature","id":"n3960166262","geometry":{"type":"Point","coordinates":[-0.8067482,51.327506]},"properties":{"@type":"node","@id":3960166262,"@timestamp":1453487799},"coords":"51.327506,-0.8067482","bedrooms":"1","price":"192000","area":"515"} , +{"type":"Feature","id":"n3960179447","geometry":{"type":"Point","coordinates":[-0.1108995,51.5218693]},"properties":{"@type":"node","@id":3960179447,"@timestamp":1603502511},"coords":"51.5218693,-0.1108995","bedrooms":"3","price":"254000","area":"444"} , +{"type":"Feature","id":"n3960185470","geometry":{"type":"Point","coordinates":[-0.8098672,51.3298824]},"properties":{"@type":"node","@id":3960185470,"@timestamp":1453488838},"coords":"51.3298824,-0.8098672","bedrooms":"4","price":"171000","area":"507"} , +{"type":"Feature","id":"n3960185480","geometry":{"type":"Point","coordinates":[-0.8114658,51.3311963]},"properties":{"@type":"node","@id":3960185480,"@timestamp":1453488838},"coords":"51.3311963,-0.8114658","bedrooms":"3","price":"208000","area":"537"} , +{"type":"Feature","id":"n3960237610","geometry":{"type":"Point","coordinates":[-0.1080495,51.5638548]},"properties":{"@type":"node","@id":3960237610,"@timestamp":1564788361},"coords":"51.5638548,-0.1080495","bedrooms":"0","price":"194000","area":"599"} , +{"type":"Feature","id":"n3960238370","geometry":{"type":"Point","coordinates":[-0.1085325,51.5644162]},"properties":{"@type":"node","@id":3960238370,"@timestamp":1564788361},"coords":"51.5644162,-0.1085325","bedrooms":"2","price":"230000","area":"432"} , +{"type":"Feature","id":"n3960283959","geometry":{"type":"Point","coordinates":[-0.1081361,51.5639496]},"properties":{"@type":"node","@id":3960283959,"@timestamp":1564788361},"coords":"51.5639496,-0.1081361","bedrooms":"4","price":"291000","area":"608"} , +{"type":"Feature","id":"n3960294295","geometry":{"type":"Point","coordinates":[-0.8002675,51.3817117]},"properties":{"@type":"node","@id":3960294295,"@timestamp":1453492939},"coords":"51.3817117,-0.8002675","bedrooms":"2","price":"208000","area":"689"} , +{"type":"Feature","id":"n3960517793","geometry":{"type":"Point","coordinates":[-0.7647783,51.3932354]},"properties":{"@type":"node","@id":3960517793,"@timestamp":1453500037},"coords":"51.3932354,-0.7647783","bedrooms":"2","price":"284000","area":"375"} , +{"type":"Feature","id":"n3960658189","geometry":{"type":"Point","coordinates":[-0.7392179,51.403371]},"properties":{"@type":"node","@id":3960658189,"@timestamp":1618654554},"coords":"51.403371,-0.7392179","bedrooms":"0","price":"253000","area":"640"} , +{"type":"Feature","id":"n3961195917","geometry":{"type":"Point","coordinates":[-0.1695528,51.4633454]},"properties":{"@type":"node","@id":3961195917,"@timestamp":1534543974},"coords":"51.4633454,-0.1695528","bedrooms":"2","price":"279000","area":"407"} , +{"type":"Feature","id":"n3961636421","geometry":{"type":"Point","coordinates":[-0.1118215,51.5524562]},"properties":{"@type":"node","@id":3961636421,"@timestamp":1453560031},"coords":"51.5524562,-0.1118215","bedrooms":"0","price":"260000","area":"500"} , +{"type":"Feature","id":"n3961823958","geometry":{"type":"Point","coordinates":[-0.2243617,51.5677679]},"properties":{"@type":"node","@id":3961823958,"@timestamp":1619901799},"coords":"51.5677679,-0.2243617","bedrooms":"3","price":"164000","area":"615"} , +{"type":"Feature","id":"n3961995533","geometry":{"type":"Point","coordinates":[-0.7226305,51.420623]},"properties":{"@type":"node","@id":3961995533,"@timestamp":1550609111},"coords":"51.420623,-0.7226305","bedrooms":"0","price":"160000","area":"423"} , +{"type":"Feature","id":"n3962050785","geometry":{"type":"Point","coordinates":[-0.7255945,51.4199475]},"properties":{"@type":"node","@id":3962050785,"@timestamp":1480709569},"coords":"51.4199475,-0.7255945","bedrooms":"0","price":"196000","area":"531"} , +{"type":"Feature","id":"n3962069528","geometry":{"type":"Point","coordinates":[-0.1053539,51.5472396]},"properties":{"@type":"node","@id":3962069528,"@timestamp":1608235384},"coords":"51.5472396,-0.1053539","bedrooms":"1","price":"248000","area":"566"} , +{"type":"Feature","id":"n3962072142","geometry":{"type":"Point","coordinates":[-0.7318619,51.4213438]},"properties":{"@type":"node","@id":3962072142,"@timestamp":1480709568},"coords":"51.4213438,-0.7318619","bedrooms":"3","price":"262000","area":"354"} , +{"type":"Feature","id":"n3962073321","geometry":{"type":"Point","coordinates":[-0.1079233,51.5488215]},"properties":{"@type":"node","@id":3962073321,"@timestamp":1608540875},"coords":"51.5488215,-0.1079233","bedrooms":"4","price":"203000","area":"676"} , +{"type":"Feature","id":"n3962073756","geometry":{"type":"Point","coordinates":[-0.1083966,51.5481464]},"properties":{"@type":"node","@id":3962073756,"@timestamp":1613836475},"coords":"51.5481464,-0.1083966","bedrooms":"4","price":"169000","area":"488"} , +{"type":"Feature","id":"n3962073933","geometry":{"type":"Point","coordinates":[-0.1059545,51.5476992]},"properties":{"@type":"node","@id":3962073933,"@timestamp":1611972341},"coords":"51.5476992,-0.1059545","bedrooms":"1","price":"228000","area":"460"} , +{"type":"Feature","id":"n3962128562","geometry":{"type":"Point","coordinates":[-0.7255061,51.4224172]},"properties":{"@type":"node","@id":3962128562,"@timestamp":1617283967},"coords":"51.4224172,-0.7255061","bedrooms":"2","price":"243000","area":"417"} , +{"type":"Feature","id":"n3962128613","geometry":{"type":"Point","coordinates":[-0.7250927,51.4225314]},"properties":{"@type":"node","@id":3962128613,"@timestamp":1550608838},"coords":"51.4225314,-0.7250927","bedrooms":"2","price":"236000","area":"639"} , +{"type":"Feature","id":"n3962196023","geometry":{"type":"Point","coordinates":[-0.745904,51.4214679]},"properties":{"@type":"node","@id":3962196023,"@timestamp":1453578755},"coords":"51.4214679,-0.745904","bedrooms":"0","price":"152000","area":"574"} , +{"type":"Feature","id":"n3962712821","geometry":{"type":"Point","coordinates":[-0.6410668,51.8370764]},"properties":{"@type":"node","@id":3962712821,"@timestamp":1453599949},"coords":"51.8370764,-0.6410668","bedrooms":"3","price":"166000","area":"582"} , +{"type":"Feature","id":"n3962712834","geometry":{"type":"Point","coordinates":[-0.6320665,51.8426248]},"properties":{"@type":"node","@id":3962712834,"@timestamp":1453599949},"coords":"51.8426248,-0.6320665","bedrooms":"0","price":"185000","area":"639"} , +{"type":"Feature","id":"n3962712845","geometry":{"type":"Point","coordinates":[-0.6411757,51.8456731]},"properties":{"@type":"node","@id":3962712845,"@timestamp":1453599949},"coords":"51.8456731,-0.6411757","bedrooms":"1","price":"287000","area":"439"} , +{"type":"Feature","id":"n3962722890","geometry":{"type":"Point","coordinates":[-0.6466492,51.8495457]},"properties":{"@type":"node","@id":3962722890,"@timestamp":1453599950},"coords":"51.8495457,-0.6466492","bedrooms":"0","price":"237000","area":"634"} , +{"type":"Feature","id":"n3963888217","geometry":{"type":"Point","coordinates":[-0.7037436,51.0446087]},"properties":{"@type":"node","@id":3963888217,"@timestamp":1453631899},"coords":"51.0446087,-0.7037436","bedrooms":"1","price":"174000","area":"461"} , +{"type":"Feature","id":"n3964397963","geometry":{"type":"Point","coordinates":[-0.2854754,51.2694317]},"properties":{"@type":"node","@id":3964397963,"@timestamp":1453647492},"coords":"51.2694317,-0.2854754","bedrooms":"0","price":"282000","area":"366"} , +{"type":"Feature","id":"n3964481258","geometry":{"type":"Point","coordinates":[-0.1225934,51.5787324]},"properties":{"@type":"node","@id":3964481258,"@timestamp":1453650511},"coords":"51.5787324,-0.1225934","bedrooms":"0","price":"205000","area":"566"} , +{"type":"Feature","id":"n3964555387","geometry":{"type":"Point","coordinates":[-0.2525241,51.5447064]},"properties":{"@type":"node","@id":3964555387,"@timestamp":1625623123},"coords":"51.5447064,-0.2525241","bedrooms":"1","price":"165000","area":"539"} , +{"type":"Feature","id":"n3964699543","geometry":{"type":"Point","coordinates":[-1.0192925,51.4084205]},"properties":{"@type":"node","@id":3964699543,"@timestamp":1453752638},"coords":"51.4084205,-1.0192925","bedrooms":"0","price":"154000","area":"519"} , +{"type":"Feature","id":"n3964744855","geometry":{"type":"Point","coordinates":[-0.7453,51.4172288]},"properties":{"@type":"node","@id":3964744855,"@timestamp":1453662306},"coords":"51.4172288,-0.7453","bedrooms":"2","price":"252000","area":"607"} , +{"type":"Feature","id":"n3964770069","geometry":{"type":"Point","coordinates":[-0.7517367,51.4172027]},"properties":{"@type":"node","@id":3964770069,"@timestamp":1498507862},"coords":"51.4172027,-0.7517367","bedrooms":"2","price":"219000","area":"548"} , +{"type":"Feature","id":"n3964814485","geometry":{"type":"Point","coordinates":[-0.7529704,51.4132827]},"properties":{"@type":"node","@id":3964814485,"@timestamp":1453665722},"coords":"51.4132827,-0.7529704","bedrooms":"3","price":"230000","area":"485"} , +{"type":"Feature","id":"n3964874136","geometry":{"type":"Point","coordinates":[-0.733215,51.4272166]},"properties":{"@type":"node","@id":3964874136,"@timestamp":1551237735},"coords":"51.4272166,-0.733215","bedrooms":"3","price":"280000","area":"509"} , +{"type":"Feature","id":"n3964959732","geometry":{"type":"Point","coordinates":[-0.0976874,51.5223052]},"properties":{"@type":"node","@id":3964959732,"@timestamp":1453673259},"coords":"51.5223052,-0.0976874","bedrooms":"2","price":"193000","area":"573"} , +{"type":"Feature","id":"n3965024716","geometry":{"type":"Point","coordinates":[0.1139359,51.5261187]},"properties":{"@type":"node","@id":3965024716,"@timestamp":1453677257},"coords":"51.5261187,0.1139359","bedrooms":"0","price":"171000","area":"423"} , +{"type":"Feature","id":"n3965646193","geometry":{"type":"Point","coordinates":[-0.324701,51.4958009]},"properties":{"@type":"node","@id":3965646193,"@timestamp":1612396186},"coords":"51.4958009,-0.324701","bedrooms":"2","price":"210000","area":"381"} , +{"type":"Feature","id":"n3966547332","geometry":{"type":"Point","coordinates":[-0.1297903,51.4328685]},"properties":{"@type":"node","@id":3966547332,"@timestamp":1598023498},"coords":"51.4328685,-0.1297903","bedrooms":"1","price":"177000","area":"602"} , +{"type":"Feature","id":"n3967055640","geometry":{"type":"Point","coordinates":[0.6707979,51.719691]},"properties":{"@type":"node","@id":3967055640,"@timestamp":1453759461},"coords":"51.719691,0.6707979","bedrooms":"0","price":"156000","area":"562"} , +{"type":"Feature","id":"n3967056162","geometry":{"type":"Point","coordinates":[0.6706923,51.7197349]},"properties":{"@type":"node","@id":3967056162,"@timestamp":1453759462},"coords":"51.7197349,0.6706923","bedrooms":"3","price":"189000","area":"359"} , +{"type":"Feature","id":"n3968589906","geometry":{"type":"Point","coordinates":[0.8874689,51.896321]},"properties":{"@type":"node","@id":3968589906,"@timestamp":1605497128},"coords":"51.896321,0.8874689","bedrooms":"0","price":"206000","area":"478"} , +{"type":"Feature","id":"n3969211891","geometry":{"type":"Point","coordinates":[-0.7327891,51.4275174]},"properties":{"@type":"node","@id":3969211891,"@timestamp":1551237735},"coords":"51.4275174,-0.7327891","bedrooms":"2","price":"184000","area":"413"} , +{"type":"Feature","id":"n3969237203","geometry":{"type":"Point","coordinates":[-0.7371449,51.4280331]},"properties":{"@type":"node","@id":3969237203,"@timestamp":1550607721},"coords":"51.4280331,-0.7371449","bedrooms":"1","price":"294000","area":"577"} , +{"type":"Feature","id":"n3969316098","geometry":{"type":"Point","coordinates":[-0.0773722,51.550966]},"properties":{"@type":"node","@id":3969316098,"@timestamp":1453842369},"coords":"51.550966,-0.0773722","bedrooms":"4","price":"262000","area":"694"} , +{"type":"Feature","id":"n3969350258","geometry":{"type":"Point","coordinates":[-0.7508478,51.4295193]},"properties":{"@type":"node","@id":3969350258,"@timestamp":1567967821},"coords":"51.4295193,-0.7508478","bedrooms":"3","price":"172000","area":"510"} , +{"type":"Feature","id":"n3969383024","geometry":{"type":"Point","coordinates":[0.4990679,51.3697123]},"properties":{"@type":"node","@id":3969383024,"@timestamp":1494833732},"coords":"51.3697123,0.4990679","bedrooms":"0","price":"285000","area":"427"} , +{"type":"Feature","id":"n3969383038","geometry":{"type":"Point","coordinates":[0.4981396,51.3701089]},"properties":{"@type":"node","@id":3969383038,"@timestamp":1494487753},"coords":"51.3701089,0.4981396","bedrooms":"1","price":"185000","area":"416"} , +{"type":"Feature","id":"n3969383051","geometry":{"type":"Point","coordinates":[0.49899,51.3703985]},"properties":{"@type":"node","@id":3969383051,"@timestamp":1495178031},"coords":"51.3703985,0.49899","bedrooms":"4","price":"207000","area":"676"} , +{"type":"Feature","id":"n3969386667","geometry":{"type":"Point","coordinates":[0.49892,51.3709575]},"properties":{"@type":"node","@id":3969386667,"@timestamp":1453844176},"coords":"51.3709575,0.49892","bedrooms":"4","price":"289000","area":"580"} , +{"type":"Feature","id":"n3969606067","geometry":{"type":"Point","coordinates":[-0.7513099,51.658757]},"properties":{"@type":"node","@id":3969606067,"@timestamp":1598848023},"coords":"51.658757,-0.7513099","bedrooms":"1","price":"259000","area":"664"} , +{"type":"Feature","id":"n3970077564","geometry":{"type":"Point","coordinates":[-0.2136839,51.4416189]},"properties":{"@type":"node","@id":3970077564,"@timestamp":1602881610},"coords":"51.4416189,-0.2136839","bedrooms":"0","price":"232000","area":"439"} , +{"type":"Feature","id":"n3971289933","geometry":{"type":"Point","coordinates":[0.2376633,50.9758767]},"properties":{"@type":"node","@id":3971289933,"@timestamp":1453905778},"coords":"50.9758767,0.2376633","bedrooms":"1","price":"175000","area":"363"} , +{"type":"Feature","id":"n3971595325","geometry":{"type":"Point","coordinates":[-0.0617605,51.6370879]},"properties":{"@type":"node","@id":3971595325,"@timestamp":1453915278},"coords":"51.6370879,-0.0617605","bedrooms":"4","price":"291000","area":"416"} , +{"type":"Feature","id":"n3971659250","geometry":{"type":"Point","coordinates":[-0.0871812,51.5811766]},"properties":{"@type":"node","@id":3971659250,"@timestamp":1568654886},"coords":"51.5811766,-0.0871812","bedrooms":"4","price":"264000","area":"370"} , +{"type":"Feature","id":"n3971678492","geometry":{"type":"Point","coordinates":[-0.1627618,51.6204413]},"properties":{"@type":"node","@id":3971678492,"@timestamp":1453917693},"coords":"51.6204413,-0.1627618","bedrooms":"1","price":"208000","area":"409"} , +{"type":"Feature","id":"n3971690359","geometry":{"type":"Point","coordinates":[-0.1604632,51.6185478]},"properties":{"@type":"node","@id":3971690359,"@timestamp":1453917907},"coords":"51.6185478,-0.1604632","bedrooms":"2","price":"297000","area":"421"} , +{"type":"Feature","id":"n3971701889","geometry":{"type":"Point","coordinates":[-0.1637971,51.6174004]},"properties":{"@type":"node","@id":3971701889,"@timestamp":1453918614},"coords":"51.6174004,-0.1637971","bedrooms":"3","price":"295000","area":"585"} , +{"type":"Feature","id":"n3971756816","geometry":{"type":"Point","coordinates":[-0.1627296,51.6197852]},"properties":{"@type":"node","@id":3971756816,"@timestamp":1523041289},"coords":"51.6197852,-0.1627296","bedrooms":"3","price":"181000","area":"405"} , +{"type":"Feature","id":"n3971756834","geometry":{"type":"Point","coordinates":[-0.1647466,51.6190408]},"properties":{"@type":"node","@id":3971756834,"@timestamp":1453920287},"coords":"51.6190408,-0.1647466","bedrooms":"3","price":"176000","area":"653"} , +{"type":"Feature","id":"n3971759858","geometry":{"type":"Point","coordinates":[-0.1634243,51.6193628]},"properties":{"@type":"node","@id":3971759858,"@timestamp":1523385510},"coords":"51.6193628,-0.1634243","bedrooms":"3","price":"190000","area":"497"} , +{"type":"Feature","id":"n3971759876","geometry":{"type":"Point","coordinates":[-0.1633787,51.6193378]},"properties":{"@type":"node","@id":3971759876,"@timestamp":1523385510},"coords":"51.6193378,-0.1633787","bedrooms":"3","price":"261000","area":"471"} , +{"type":"Feature","id":"n3972333067","geometry":{"type":"Point","coordinates":[-0.4586912,51.4702808]},"properties":{"@type":"node","@id":3972333067,"@timestamp":1468865186},"coords":"51.4702808,-0.4586912","bedrooms":"0","price":"277000","area":"589"} , +{"type":"Feature","id":"n3973507841","geometry":{"type":"Point","coordinates":[-0.5843884,51.3225253]},"properties":{"@type":"node","@id":3973507841,"@timestamp":1453979967},"coords":"51.3225253,-0.5843884","bedrooms":"3","price":"288000","area":"421"} , +{"type":"Feature","id":"n3973715061","geometry":{"type":"Point","coordinates":[-0.0390594,51.5154539]},"properties":{"@type":"node","@id":3973715061,"@timestamp":1594048471},"coords":"51.5154539,-0.0390594","bedrooms":"4","price":"191000","area":"376"} , +{"type":"Feature","id":"n3974110053","geometry":{"type":"Point","coordinates":[-0.4749395,51.3406311]},"properties":{"@type":"node","@id":3974110053,"@timestamp":1517495007},"coords":"51.3406311,-0.4749395","bedrooms":"2","price":"177000","area":"633"} , +{"type":"Feature","id":"n3974443544","geometry":{"type":"Point","coordinates":[-0.1043636,51.5519071]},"properties":{"@type":"node","@id":3974443544,"@timestamp":1454008383},"coords":"51.5519071,-0.1043636","bedrooms":"0","price":"239000","area":"549"} , +{"type":"Feature","id":"n3974462934","geometry":{"type":"Point","coordinates":[-0.1010469,51.5502981]},"properties":{"@type":"node","@id":3974462934,"@timestamp":1454009034},"coords":"51.5502981,-0.1010469","bedrooms":"3","price":"276000","area":"667"} , +{"type":"Feature","id":"n3974477256","geometry":{"type":"Point","coordinates":[-0.1017281,51.5515623]},"properties":{"@type":"node","@id":3974477256,"@timestamp":1614108466},"coords":"51.5515623,-0.1017281","bedrooms":"0","price":"174000","area":"583"} , +{"type":"Feature","id":"n3974482834","geometry":{"type":"Point","coordinates":[-0.1000597,51.5516268]},"properties":{"@type":"node","@id":3974482834,"@timestamp":1454009917},"coords":"51.5516268,-0.1000597","bedrooms":"1","price":"185000","area":"350"} , +{"type":"Feature","id":"n3974497402","geometry":{"type":"Point","coordinates":[-0.0986034,51.5513922]},"properties":{"@type":"node","@id":3974497402,"@timestamp":1626779735},"coords":"51.5513922,-0.0986034","bedrooms":"0","price":"255000","area":"677"} , +{"type":"Feature","id":"n3974508544","geometry":{"type":"Point","coordinates":[-0.0993409,51.5505392]},"properties":{"@type":"node","@id":3974508544,"@timestamp":1454010979},"coords":"51.5505392,-0.0993409","bedrooms":"4","price":"242000","area":"594"} , +{"type":"Feature","id":"n3974569994","geometry":{"type":"Point","coordinates":[-0.0999605,51.5512615]},"properties":{"@type":"node","@id":3974569994,"@timestamp":1454012194},"coords":"51.5512615,-0.0999605","bedrooms":"2","price":"265000","area":"550"} , +{"type":"Feature","id":"n3974570016","geometry":{"type":"Point","coordinates":[-0.1000436,51.5513131]},"properties":{"@type":"node","@id":3974570016,"@timestamp":1625481305},"coords":"51.5513131,-0.1000436","bedrooms":"0","price":"177000","area":"547"} , +{"type":"Feature","id":"n3974577852","geometry":{"type":"Point","coordinates":[-0.1045754,51.5482319]},"properties":{"@type":"node","@id":3974577852,"@timestamp":1634372921},"coords":"51.5482319,-0.1045754","bedrooms":"4","price":"289000","area":"643"} , +{"type":"Feature","id":"n3974580654","geometry":{"type":"Point","coordinates":[-0.1048341,51.5484851]},"properties":{"@type":"node","@id":3974580654,"@timestamp":1625481399},"coords":"51.5484851,-0.1048341","bedrooms":"4","price":"213000","area":"621"} , +{"type":"Feature","id":"n3975350313","geometry":{"type":"Point","coordinates":[-0.4420638,51.4219344]},"properties":{"@type":"node","@id":3975350313,"@timestamp":1454055310},"coords":"51.4219344,-0.4420638","bedrooms":"3","price":"272000","area":"647"} , +{"type":"Feature","id":"n3975350323","geometry":{"type":"Point","coordinates":[-0.4429521,51.4220712]},"properties":{"@type":"node","@id":3975350323,"@timestamp":1454055311},"coords":"51.4220712,-0.4429521","bedrooms":"1","price":"252000","area":"517"} , +{"type":"Feature","id":"n3975782454","geometry":{"type":"Point","coordinates":[-0.0569559,51.519106]},"properties":{"@type":"node","@id":3975782454,"@timestamp":1454069977},"coords":"51.519106,-0.0569559","bedrooms":"1","price":"227000","area":"393"} , +{"type":"Feature","id":"n3975830518","geometry":{"type":"Point","coordinates":[-0.5069175,51.913226]},"properties":{"@type":"node","@id":3975830518,"@timestamp":1454071278},"coords":"51.913226,-0.5069175","bedrooms":"0","price":"292000","area":"578"} , +{"type":"Feature","id":"n3976652156","geometry":{"type":"Point","coordinates":[-0.8716573,51.3372571]},"properties":{"@type":"node","@id":3976652156,"@timestamp":1496239074},"coords":"51.3372571,-0.8716573","bedrooms":"4","price":"210000","area":"493"} , +{"type":"Feature","id":"n3976849495","geometry":{"type":"Point","coordinates":[-0.252845,51.50419]},"properties":{"@type":"node","@id":3976849495,"@timestamp":1623642233},"coords":"51.50419,-0.252845","bedrooms":"2","price":"257000","area":"424"} , +{"type":"Feature","id":"n3977244303","geometry":{"type":"Point","coordinates":[-0.1484885,51.461394]},"properties":{"@type":"node","@id":3977244303,"@timestamp":1616374390},"coords":"51.461394,-0.1484885","bedrooms":"4","price":"298000","area":"614"} , +{"type":"Feature","id":"n3977938613","geometry":{"type":"Point","coordinates":[-0.0404693,51.5142157]},"properties":{"@type":"node","@id":3977938613,"@timestamp":1454161834},"coords":"51.5142157,-0.0404693","bedrooms":"2","price":"180000","area":"502"} , +{"type":"Feature","id":"n3978155142","geometry":{"type":"Point","coordinates":[-0.1779173,51.8973022]},"properties":{"@type":"node","@id":3978155142,"@timestamp":1614433736},"coords":"51.8973022,-0.1779173","bedrooms":"4","price":"213000","area":"451"} , +{"type":"Feature","id":"n3978465281","geometry":{"type":"Point","coordinates":[-0.7323288,51.5400265]},"properties":{"@type":"node","@id":3978465281,"@timestamp":1454182882},"coords":"51.5400265,-0.7323288","bedrooms":"0","price":"226000","area":"548"} , +{"type":"Feature","id":"n3978570354","geometry":{"type":"Point","coordinates":[-0.7769707,51.3482934]},"properties":{"@type":"node","@id":3978570354,"@timestamp":1454185581},"coords":"51.3482934,-0.7769707","bedrooms":"3","price":"276000","area":"518"} , +{"type":"Feature","id":"n3978644570","geometry":{"type":"Point","coordinates":[-0.7805298,51.3577716]},"properties":{"@type":"node","@id":3978644570,"@timestamp":1558898718},"coords":"51.3577716,-0.7805298","bedrooms":"4","price":"208000","area":"643"} , +{"type":"Feature","id":"n3978721310","geometry":{"type":"Point","coordinates":[-0.7869144,51.3654796]},"properties":{"@type":"node","@id":3978721310,"@timestamp":1454190821},"coords":"51.3654796,-0.7869144","bedrooms":"1","price":"174000","area":"495"} , +{"type":"Feature","id":"n3978734880","geometry":{"type":"Point","coordinates":[0.8514542,51.7743701]},"properties":{"@type":"node","@id":3978734880,"@timestamp":1454191720},"coords":"51.7743701,0.8514542","bedrooms":"0","price":"297000","area":"698"} , +{"type":"Feature","id":"n3978739410","geometry":{"type":"Point","coordinates":[-0.7888329,51.3719695]},"properties":{"@type":"node","@id":3978739410,"@timestamp":1564856753},"coords":"51.3719695,-0.7888329","bedrooms":"2","price":"226000","area":"623"} , +{"type":"Feature","id":"n3978839014","geometry":{"type":"Point","coordinates":[-0.1293516,51.5291627]},"properties":{"@type":"node","@id":3978839014,"@timestamp":1608527631},"coords":"51.5291627,-0.1293516","bedrooms":"0","price":"240000","area":"670"} , +{"type":"Feature","id":"n3978876374","geometry":{"type":"Point","coordinates":[-0.1095535,51.5208149]},"properties":{"@type":"node","@id":3978876374,"@timestamp":1454202196},"coords":"51.5208149,-0.1095535","bedrooms":"0","price":"152000","area":"500"} , +{"type":"Feature","id":"n3979302875","geometry":{"type":"Point","coordinates":[-0.1346844,51.6058643]},"properties":{"@type":"node","@id":3979302875,"@timestamp":1615478246},"coords":"51.6058643,-0.1346844","bedrooms":"4","price":"168000","area":"481"} , +{"type":"Feature","id":"n3979325384","geometry":{"type":"Point","coordinates":[-0.1333702,51.6029173]},"properties":{"@type":"node","@id":3979325384,"@timestamp":1627135675},"coords":"51.6029173,-0.1333702","bedrooms":"4","price":"298000","area":"378"} , +{"type":"Feature","id":"n3979336732","geometry":{"type":"Point","coordinates":[-0.1323938,51.6014488]},"properties":{"@type":"node","@id":3979336732,"@timestamp":1454236971},"coords":"51.6014488,-0.1323938","bedrooms":"1","price":"249000","area":"564"} , +{"type":"Feature","id":"n3979336749","geometry":{"type":"Point","coordinates":[-0.132933,51.6018478]},"properties":{"@type":"node","@id":3979336749,"@timestamp":1627135324},"coords":"51.6018478,-0.132933","bedrooms":"3","price":"259000","area":"500"} , +{"type":"Feature","id":"n3979346350","geometry":{"type":"Point","coordinates":[-0.1335233,51.6022897]},"properties":{"@type":"node","@id":3979346350,"@timestamp":1454237675},"coords":"51.6022897,-0.1335233","bedrooms":"0","price":"183000","area":"352"} , +{"type":"Feature","id":"n3979361598","geometry":{"type":"Point","coordinates":[-0.1350036,51.6008265]},"properties":{"@type":"node","@id":3979361598,"@timestamp":1615468051},"coords":"51.6008265,-0.1350036","bedrooms":"3","price":"283000","area":"448"} , +{"type":"Feature","id":"n3979362216","geometry":{"type":"Point","coordinates":[-0.1224646,51.6090499]},"properties":{"@type":"node","@id":3979362216,"@timestamp":1454238771},"coords":"51.6090499,-0.1224646","bedrooms":"4","price":"280000","area":"583"} , +{"type":"Feature","id":"n3979384626","geometry":{"type":"Point","coordinates":[-0.1179539,51.6111]},"properties":{"@type":"node","@id":3979384626,"@timestamp":1454239202},"coords":"51.6111,-0.1179539","bedrooms":"1","price":"177000","area":"667"} , +{"type":"Feature","id":"n3979480377","geometry":{"type":"Point","coordinates":[-0.1918364,51.6479907]},"properties":{"@type":"node","@id":3979480377,"@timestamp":1454244206},"coords":"51.6479907,-0.1918364","bedrooms":"1","price":"150000","area":"604"} , +{"type":"Feature","id":"n3979686316","geometry":{"type":"Point","coordinates":[-0.1149061,51.5598589]},"properties":{"@type":"node","@id":3979686316,"@timestamp":1461864583},"coords":"51.5598589,-0.1149061","bedrooms":"4","price":"244000","area":"691"} , +{"type":"Feature","id":"n3980220828","geometry":{"type":"Point","coordinates":[-0.0898094,51.5279073]},"properties":{"@type":"node","@id":3980220828,"@timestamp":1596612105},"coords":"51.5279073,-0.0898094","bedrooms":"4","price":"286000","area":"510"} , +{"type":"Feature","id":"n3980350471","geometry":{"type":"Point","coordinates":[-0.7677629,51.3909073]},"properties":{"@type":"node","@id":3980350471,"@timestamp":1619385349},"coords":"51.3909073,-0.7677629","bedrooms":"1","price":"228000","area":"368"} , +{"type":"Feature","id":"n3980428523","geometry":{"type":"Point","coordinates":[-0.7579315,51.3886832]},"properties":{"@type":"node","@id":3980428523,"@timestamp":1454267754},"coords":"51.3886832,-0.7579315","bedrooms":"3","price":"228000","area":"506"} , +{"type":"Feature","id":"n3980428552","geometry":{"type":"Point","coordinates":[-0.7518146,51.3910329]},"properties":{"@type":"node","@id":3980428552,"@timestamp":1454267755},"coords":"51.3910329,-0.7518146","bedrooms":"3","price":"291000","area":"544"} , +{"type":"Feature","id":"n3980572340","geometry":{"type":"Point","coordinates":[-0.7512597,51.3941836]},"properties":{"@type":"node","@id":3980572340,"@timestamp":1551237736},"coords":"51.3941836,-0.7512597","bedrooms":"2","price":"245000","area":"549"} , +{"type":"Feature","id":"n3980609082","geometry":{"type":"Point","coordinates":[-0.0985559,51.576132]},"properties":{"@type":"node","@id":3980609082,"@timestamp":1601780055},"coords":"51.576132,-0.0985559","bedrooms":"4","price":"264000","area":"474"} , +{"type":"Feature","id":"n3980788851","geometry":{"type":"Point","coordinates":[-0.4986979,51.6106543]},"properties":{"@type":"node","@id":3980788851,"@timestamp":1564692216},"coords":"51.6106543,-0.4986979","bedrooms":"3","price":"187000","area":"625"} , +{"type":"Feature","id":"n3980813388","geometry":{"type":"Point","coordinates":[-0.055173,51.5084473]},"properties":{"@type":"node","@id":3980813388,"@timestamp":1454280903},"coords":"51.5084473,-0.055173","bedrooms":"4","price":"228000","area":"523"} , +{"type":"Feature","id":"n3980929327","geometry":{"type":"Point","coordinates":[-0.0771347,51.5495715]},"properties":{"@type":"node","@id":3980929327,"@timestamp":1454284199},"coords":"51.5495715,-0.0771347","bedrooms":"0","price":"239000","area":"458"} , +{"type":"Feature","id":"n3981042519","geometry":{"type":"Point","coordinates":[-0.137393,51.5569606]},"properties":{"@type":"node","@id":3981042519,"@timestamp":1564908053},"coords":"51.5569606,-0.137393","bedrooms":"0","price":"264000","area":"613"} , +{"type":"Feature","id":"n3982038461","geometry":{"type":"Point","coordinates":[0.1383955,51.7728828]},"properties":{"@type":"node","@id":3982038461,"@timestamp":1454336520},"coords":"51.7728828,0.1383955","bedrooms":"2","price":"230000","area":"631"} , +{"type":"Feature","id":"n3982272782","geometry":{"type":"Point","coordinates":[-0.0563551,51.5172083]},"properties":{"@type":"node","@id":3982272782,"@timestamp":1454535584},"coords":"51.5172083,-0.0563551","bedrooms":"1","price":"159000","area":"591"} , +{"type":"Feature","id":"n3982613751","geometry":{"type":"Point","coordinates":[-0.0673855,51.633672]},"properties":{"@type":"node","@id":3982613751,"@timestamp":1454351830},"coords":"51.633672,-0.0673855","bedrooms":"1","price":"203000","area":"611"} , +{"type":"Feature","id":"n3982961227","geometry":{"type":"Point","coordinates":[0.8949203,51.8866733]},"properties":{"@type":"node","@id":3982961227,"@timestamp":1454361520},"coords":"51.8866733,0.8949203","bedrooms":"2","price":"184000","area":"488"} , +{"type":"Feature","id":"n3983695129","geometry":{"type":"Point","coordinates":[-0.004738,51.5423969]},"properties":{"@type":"node","@id":3983695129,"@timestamp":1558884725},"coords":"51.5423969,-0.004738","bedrooms":"0","price":"241000","area":"393"} , +{"type":"Feature","id":"n3983739167","geometry":{"type":"Point","coordinates":[0.8721815,51.149149]},"properties":{"@type":"node","@id":3983739167,"@timestamp":1454408518},"coords":"51.149149,0.8721815","bedrooms":"4","price":"271000","area":"514"} , +{"type":"Feature","id":"n3983881841","geometry":{"type":"Point","coordinates":[-0.3459633,51.200017]},"properties":{"@type":"node","@id":3983881841,"@timestamp":1454413135},"coords":"51.200017,-0.3459633","bedrooms":"4","price":"165000","area":"495"} , +{"type":"Feature","id":"n3984164490","geometry":{"type":"Point","coordinates":[-0.0485043,51.513974]},"properties":{"@type":"node","@id":3984164490,"@timestamp":1454423213},"coords":"51.513974,-0.0485043","bedrooms":"0","price":"268000","area":"623"} , +{"type":"Feature","id":"n3984267866","geometry":{"type":"Point","coordinates":[-0.0459243,51.5140316]},"properties":{"@type":"node","@id":3984267866,"@timestamp":1454426565},"coords":"51.5140316,-0.0459243","bedrooms":"3","price":"180000","area":"496"} , +{"type":"Feature","id":"n3984728241","geometry":{"type":"Point","coordinates":[-0.0305781,51.5302018]},"properties":{"@type":"node","@id":3984728241,"@timestamp":1454440832},"coords":"51.5302018,-0.0305781","bedrooms":"2","price":"206000","area":"437"} , +{"type":"Feature","id":"n3984852024","geometry":{"type":"Point","coordinates":[-0.7597734,51.4010241]},"properties":{"@type":"node","@id":3984852024,"@timestamp":1571773792},"coords":"51.4010241,-0.7597734","bedrooms":"1","price":"195000","area":"428"} , +{"type":"Feature","id":"n3985005688","geometry":{"type":"Point","coordinates":[-0.0584028,51.5150215]},"properties":{"@type":"node","@id":3985005688,"@timestamp":1596500614},"coords":"51.5150215,-0.0584028","bedrooms":"1","price":"160000","area":"571"} , +{"type":"Feature","id":"n3985060757","geometry":{"type":"Point","coordinates":[-0.1996864,51.1189929]},"properties":{"@type":"node","@id":3985060757,"@timestamp":1517522151},"coords":"51.1189929,-0.1996864","bedrooms":"2","price":"206000","area":"500"} , +{"type":"Feature","id":"n3985138672","geometry":{"type":"Point","coordinates":[-0.0517179,51.5155937]},"properties":{"@type":"node","@id":3985138672,"@timestamp":1454455020},"coords":"51.5155937,-0.0517179","bedrooms":"0","price":"213000","area":"688"} , +{"type":"Feature","id":"n3985213065","geometry":{"type":"Point","coordinates":[-0.0508395,51.5162196]},"properties":{"@type":"node","@id":3985213065,"@timestamp":1454456652},"coords":"51.5162196,-0.0508395","bedrooms":"2","price":"250000","area":"377"} , +{"type":"Feature","id":"n3985301865","geometry":{"type":"Point","coordinates":[0.0001028,51.5520393]},"properties":{"@type":"node","@id":3985301865,"@timestamp":1618416044},"coords":"51.5520393,0.0001028","bedrooms":"4","price":"231000","area":"448"} , +{"type":"Feature","id":"n3985324895","geometry":{"type":"Point","coordinates":[-0.0461442,51.5166299]},"properties":{"@type":"node","@id":3985324895,"@timestamp":1454460030},"coords":"51.5166299,-0.0461442","bedrooms":"4","price":"299000","area":"462"} , +{"type":"Feature","id":"n3985666466","geometry":{"type":"Point","coordinates":[-0.9200718,51.5149732]},"properties":{"@type":"node","@id":3985666466,"@timestamp":1454488432},"coords":"51.5149732,-0.9200718","bedrooms":"2","price":"240000","area":"612"} , +{"type":"Feature","id":"n3985666476","geometry":{"type":"Point","coordinates":[-0.905058,51.533559]},"properties":{"@type":"node","@id":3985666476,"@timestamp":1454488433},"coords":"51.533559,-0.905058","bedrooms":"2","price":"179000","area":"463"} , +{"type":"Feature","id":"n3985908944","geometry":{"type":"Point","coordinates":[-0.0609419,51.5156214]},"properties":{"@type":"node","@id":3985908944,"@timestamp":1454498939},"coords":"51.5156214,-0.0609419","bedrooms":"1","price":"288000","area":"415"} , +{"type":"Feature","id":"n3986315090","geometry":{"type":"Point","coordinates":[-0.0601375,51.5167501]},"properties":{"@type":"node","@id":3986315090,"@timestamp":1567986777},"coords":"51.5167501,-0.0601375","bedrooms":"0","price":"158000","area":"444"} , +{"type":"Feature","id":"n3986368036","geometry":{"type":"Point","coordinates":[-0.0620342,51.5159146]},"properties":{"@type":"node","@id":3986368036,"@timestamp":1454537783},"coords":"51.5159146,-0.0620342","bedrooms":"4","price":"186000","area":"679"} , +{"type":"Feature","id":"n3986438923","geometry":{"type":"Point","coordinates":[-0.2335361,51.795754]},"properties":{"@type":"node","@id":3986438923,"@timestamp":1454516597},"coords":"51.795754,-0.2335361","bedrooms":"3","price":"164000","area":"377"} , +{"type":"Feature","id":"n3986528175","geometry":{"type":"Point","coordinates":[0.8927456,51.8866529]},"properties":{"@type":"node","@id":3986528175,"@timestamp":1617444282},"coords":"51.8866529,0.8927456","bedrooms":"2","price":"247000","area":"621"} , +{"type":"Feature","id":"n3986740290","geometry":{"type":"Point","coordinates":[-0.0405404,51.5182029]},"properties":{"@type":"node","@id":3986740290,"@timestamp":1516623574},"coords":"51.5182029,-0.0405404","bedrooms":"0","price":"160000","area":"382"} , +{"type":"Feature","id":"n3987028459","geometry":{"type":"Point","coordinates":[-0.0571406,51.5174698]},"properties":{"@type":"node","@id":3987028459,"@timestamp":1570290561},"coords":"51.5174698,-0.0571406","bedrooms":"4","price":"205000","area":"362"} , +{"type":"Feature","id":"n3987067171","geometry":{"type":"Point","coordinates":[-0.0558745,51.558728]},"properties":{"@type":"node","@id":3987067171,"@timestamp":1620063827},"coords":"51.558728,-0.0558745","bedrooms":"1","price":"192000","area":"518"} , +{"type":"Feature","id":"n3987835395","geometry":{"type":"Point","coordinates":[-0.0566565,51.5890101]},"properties":{"@type":"node","@id":3987835395,"@timestamp":1629166232},"coords":"51.5890101,-0.0566565","bedrooms":"1","price":"247000","area":"403"} , +{"type":"Feature","id":"n3987912233","geometry":{"type":"Point","coordinates":[-0.0942054,51.5667672]},"properties":{"@type":"node","@id":3987912233,"@timestamp":1454589081},"coords":"51.5667672,-0.0942054","bedrooms":"2","price":"285000","area":"599"} , +{"type":"Feature","id":"n3988001267","geometry":{"type":"Point","coordinates":[-0.0516767,51.5508515]},"properties":{"@type":"node","@id":3988001267,"@timestamp":1621929446},"coords":"51.5508515,-0.0516767","bedrooms":"1","price":"179000","area":"402"} , +{"type":"Feature","id":"n3988118258","geometry":{"type":"Point","coordinates":[-0.0218284,51.5350838]},"properties":{"@type":"node","@id":3988118258,"@timestamp":1454594713},"coords":"51.5350838,-0.0218284","bedrooms":"4","price":"236000","area":"689"} , +{"type":"Feature","id":"n3988118268","geometry":{"type":"Point","coordinates":[-0.0180381,51.5430114]},"properties":{"@type":"node","@id":3988118268,"@timestamp":1619693549},"coords":"51.5430114,-0.0180381","bedrooms":"4","price":"271000","area":"453"} , +{"type":"Feature","id":"n3988441010","geometry":{"type":"Point","coordinates":[-0.0626318,51.5172015]},"properties":{"@type":"node","@id":3988441010,"@timestamp":1454607518},"coords":"51.5172015,-0.0626318","bedrooms":"2","price":"150000","area":"367"} , +{"type":"Feature","id":"n3988749902","geometry":{"type":"Point","coordinates":[-0.9877819,51.1427958]},"properties":{"@type":"node","@id":3988749902,"@timestamp":1454618458},"coords":"51.1427958,-0.9877819","bedrooms":"4","price":"167000","area":"612"} , +{"type":"Feature","id":"n3988807287","geometry":{"type":"Point","coordinates":[-0.7559486,51.4156309]},"properties":{"@type":"node","@id":3988807287,"@timestamp":1454619795},"coords":"51.4156309,-0.7559486","bedrooms":"4","price":"166000","area":"362"} , +{"type":"Feature","id":"n3988808453","geometry":{"type":"Point","coordinates":[-0.9753334,51.1477963]},"properties":{"@type":"node","@id":3988808453,"@timestamp":1472156087},"coords":"51.1477963,-0.9753334","bedrooms":"3","price":"166000","area":"584"} , +{"type":"Feature","id":"n3988901916","geometry":{"type":"Point","coordinates":[-0.7492796,51.4082971]},"properties":{"@type":"node","@id":3988901916,"@timestamp":1571771861},"coords":"51.4082971,-0.7492796","bedrooms":"1","price":"188000","area":"661"} , +{"type":"Feature","id":"n3989860312","geometry":{"type":"Point","coordinates":[-0.0329845,51.5230851]},"properties":{"@type":"node","@id":3989860312,"@timestamp":1454672196},"coords":"51.5230851,-0.0329845","bedrooms":"3","price":"257000","area":"526"} , +{"type":"Feature","id":"n3990550602","geometry":{"type":"Point","coordinates":[-0.9451967,51.4918629]},"properties":{"@type":"node","@id":3990550602,"@timestamp":1454690625},"coords":"51.4918629,-0.9451967","bedrooms":"3","price":"157000","area":"602"} , +{"type":"Feature","id":"n3991735598","geometry":{"type":"Point","coordinates":[0.0859091,51.492685]},"properties":{"@type":"node","@id":3991735598,"@timestamp":1532903222},"coords":"51.492685,0.0859091","bedrooms":"0","price":"167000","area":"366"} , +{"type":"Feature","id":"n3991736125","geometry":{"type":"Point","coordinates":[0.0902316,51.4979697]},"properties":{"@type":"node","@id":3991736125,"@timestamp":1454752196},"coords":"51.4979697,0.0902316","bedrooms":"2","price":"164000","area":"696"} , +{"type":"Feature","id":"n3992508322","geometry":{"type":"Point","coordinates":[-0.1433007,51.5348686]},"properties":{"@type":"node","@id":3992508322,"@timestamp":1496606869},"coords":"51.5348686,-0.1433007","bedrooms":"0","price":"190000","area":"378"} , +{"type":"Feature","id":"n3992559735","geometry":{"type":"Point","coordinates":[0.1063793,50.9373532]},"properties":{"@type":"node","@id":3992559735,"@timestamp":1454790877},"coords":"50.9373532,0.1063793","bedrooms":"1","price":"173000","area":"395"} , +{"type":"Feature","id":"n3992559745","geometry":{"type":"Point","coordinates":[0.1110204,50.9433351]},"properties":{"@type":"node","@id":3992559745,"@timestamp":1454790877},"coords":"50.9433351,0.1110204","bedrooms":"4","price":"273000","area":"537"} , +{"type":"Feature","id":"n3992559755","geometry":{"type":"Point","coordinates":[0.1136949,50.9533823]},"properties":{"@type":"node","@id":3992559755,"@timestamp":1454790878},"coords":"50.9533823,0.1136949","bedrooms":"0","price":"211000","area":"630"} , +{"type":"Feature","id":"n3992560765","geometry":{"type":"Point","coordinates":[0.1123924,50.9606049]},"properties":{"@type":"node","@id":3992560765,"@timestamp":1454790878},"coords":"50.9606049,0.1123924","bedrooms":"0","price":"188000","area":"477"} , +{"type":"Feature","id":"n3992794803","geometry":{"type":"Point","coordinates":[-0.5734127,51.7701973]},"properties":{"@type":"node","@id":3992794803,"@timestamp":1454800331},"coords":"51.7701973,-0.5734127","bedrooms":"3","price":"197000","area":"486"} , +{"type":"Feature","id":"n3992807668","geometry":{"type":"Point","coordinates":[-0.0477599,51.5199124]},"properties":{"@type":"node","@id":3992807668,"@timestamp":1454800492},"coords":"51.5199124,-0.0477599","bedrooms":"3","price":"267000","area":"502"} , +{"type":"Feature","id":"n3993367258","geometry":{"type":"Point","coordinates":[-0.0475178,51.52083]},"properties":{"@type":"node","@id":3993367258,"@timestamp":1454844539},"coords":"51.52083,-0.0475178","bedrooms":"4","price":"151000","area":"439"} , +{"type":"Feature","id":"n3993542730","geometry":{"type":"Point","coordinates":[-0.0468368,51.5210704]},"properties":{"@type":"node","@id":3993542730,"@timestamp":1454853017},"coords":"51.5210704,-0.0468368","bedrooms":"3","price":"215000","area":"592"} , +{"type":"Feature","id":"n3993570330","geometry":{"type":"Point","coordinates":[-0.1782148,51.5322316]},"properties":{"@type":"node","@id":3993570330,"@timestamp":1562645404},"coords":"51.5322316,-0.1782148","bedrooms":"4","price":"283000","area":"434"} , +{"type":"Feature","id":"n3993635552","geometry":{"type":"Point","coordinates":[-0.4604213,51.5109201]},"properties":{"@type":"node","@id":3993635552,"@timestamp":1520093885},"coords":"51.5109201,-0.4604213","bedrooms":"1","price":"254000","area":"567"} , +{"type":"Feature","id":"n3993997069","geometry":{"type":"Point","coordinates":[-0.0397217,51.5141986]},"properties":{"@type":"node","@id":3993997069,"@timestamp":1454869049},"coords":"51.5141986,-0.0397217","bedrooms":"2","price":"282000","area":"486"} , +{"type":"Feature","id":"n3994153095","geometry":{"type":"Point","coordinates":[-0.758367,51.4179695]},"properties":{"@type":"node","@id":3994153095,"@timestamp":1551237737},"coords":"51.4179695,-0.758367","bedrooms":"4","price":"193000","area":"401"} , +{"type":"Feature","id":"n3994234460","geometry":{"type":"Point","coordinates":[-0.7565093,51.418612]},"properties":{"@type":"node","@id":3994234460,"@timestamp":1454877560},"coords":"51.418612,-0.7565093","bedrooms":"4","price":"265000","area":"628"} , +{"type":"Feature","id":"n3994268018","geometry":{"type":"Point","coordinates":[-0.763468,51.4174388]},"properties":{"@type":"node","@id":3994268018,"@timestamp":1454879131},"coords":"51.4174388,-0.763468","bedrooms":"3","price":"296000","area":"634"} , +{"type":"Feature","id":"n3994315358","geometry":{"type":"Point","coordinates":[-0.7618352,51.4174917]},"properties":{"@type":"node","@id":3994315358,"@timestamp":1563653965},"coords":"51.4174917,-0.7618352","bedrooms":"0","price":"214000","area":"559"} , +{"type":"Feature","id":"n3994337769","geometry":{"type":"Point","coordinates":[-0.7697039,51.4168984]},"properties":{"@type":"node","@id":3994337769,"@timestamp":1454882228},"coords":"51.4168984,-0.7697039","bedrooms":"0","price":"224000","area":"600"} , +{"type":"Feature","id":"n3994948438","geometry":{"type":"Point","coordinates":[-0.1875331,51.4606921]},"properties":{"@type":"node","@id":3994948438,"@timestamp":1454922329},"coords":"51.4606921,-0.1875331","bedrooms":"0","price":"187000","area":"562"} , +{"type":"Feature","id":"n3994963119","geometry":{"type":"Point","coordinates":[-0.2124795,51.3990181]},"properties":{"@type":"node","@id":3994963119,"@timestamp":1580311897},"coords":"51.3990181,-0.2124795","bedrooms":"1","price":"233000","area":"415"} , +{"type":"Feature","id":"n3995364187","geometry":{"type":"Point","coordinates":[-0.0453634,51.5185598]},"properties":{"@type":"node","@id":3995364187,"@timestamp":1627569728},"coords":"51.5185598,-0.0453634","bedrooms":"1","price":"278000","area":"551"} , +{"type":"Feature","id":"n3995766527","geometry":{"type":"Point","coordinates":[-0.9894135,51.935957]},"properties":{"@type":"node","@id":3995766527,"@timestamp":1485790684},"coords":"51.935957,-0.9894135","bedrooms":"4","price":"193000","area":"508"} , +{"type":"Feature","id":"n3995886257","geometry":{"type":"Point","coordinates":[-0.3381413,51.3746646]},"properties":{"@type":"node","@id":3995886257,"@timestamp":1626962091},"coords":"51.3746646,-0.3381413","bedrooms":"1","price":"150000","area":"508"} , +{"type":"Feature","id":"n3995967165","geometry":{"type":"Point","coordinates":[-0.3988791,51.6573698]},"properties":{"@type":"node","@id":3995967165,"@timestamp":1454957001},"coords":"51.6573698,-0.3988791","bedrooms":"0","price":"283000","area":"387"} , +{"type":"Feature","id":"n3996188138","geometry":{"type":"Point","coordinates":[-0.7653257,51.411708]},"properties":{"@type":"node","@id":3996188138,"@timestamp":1575646494},"coords":"51.411708,-0.7653257","bedrooms":"4","price":"212000","area":"571"} , +{"type":"Feature","id":"n3996208079","geometry":{"type":"Point","coordinates":[-0.7709435,51.4120095]},"properties":{"@type":"node","@id":3996208079,"@timestamp":1454967418},"coords":"51.4120095,-0.7709435","bedrooms":"3","price":"275000","area":"658"} , +{"type":"Feature","id":"n3996249781","geometry":{"type":"Point","coordinates":[-0.769956,51.4119415]},"properties":{"@type":"node","@id":3996249781,"@timestamp":1454966865},"coords":"51.4119415,-0.769956","bedrooms":"2","price":"268000","area":"364"} , +{"type":"Feature","id":"n3997341513","geometry":{"type":"Point","coordinates":[-0.0413254,51.5344842]},"properties":{"@type":"node","@id":3997341513,"@timestamp":1455020795},"coords":"51.5344842,-0.0413254","bedrooms":"1","price":"205000","area":"416"} , +{"type":"Feature","id":"n3997341523","geometry":{"type":"Point","coordinates":[-0.0503483,51.5343407]},"properties":{"@type":"node","@id":3997341523,"@timestamp":1455020795},"coords":"51.5343407,-0.0503483","bedrooms":"3","price":"159000","area":"458"} , +{"type":"Feature","id":"n3997341533","geometry":{"type":"Point","coordinates":[-0.0514427,51.5346944]},"properties":{"@type":"node","@id":3997341533,"@timestamp":1455020796},"coords":"51.5346944,-0.0514427","bedrooms":"2","price":"213000","area":"571"} , +{"type":"Feature","id":"n3997516207","geometry":{"type":"Point","coordinates":[-0.0788224,51.5148749]},"properties":{"@type":"node","@id":3997516207,"@timestamp":1606023969},"coords":"51.5148749,-0.0788224","bedrooms":"2","price":"172000","area":"597"} , +{"type":"Feature","id":"n3998339514","geometry":{"type":"Point","coordinates":[-0.0435161,51.5117992]},"properties":{"@type":"node","@id":3998339514,"@timestamp":1596539736},"coords":"51.5117992,-0.0435161","bedrooms":"4","price":"232000","area":"575"} , +{"type":"Feature","id":"n3998339548","geometry":{"type":"Point","coordinates":[-0.0434558,51.5142528]},"properties":{"@type":"node","@id":3998339548,"@timestamp":1455063264},"coords":"51.5142528,-0.0434558","bedrooms":"3","price":"235000","area":"640"} , +{"type":"Feature","id":"n3998839981","geometry":{"type":"Point","coordinates":[-0.151789,51.6202895]},"properties":{"@type":"node","@id":3998839981,"@timestamp":1455100133},"coords":"51.6202895,-0.151789","bedrooms":"0","price":"171000","area":"378"} , +{"type":"Feature","id":"n3998839991","geometry":{"type":"Point","coordinates":[-0.1523174,51.6188893]},"properties":{"@type":"node","@id":3998839991,"@timestamp":1455100134},"coords":"51.6188893,-0.1523174","bedrooms":"4","price":"291000","area":"654"} , +{"type":"Feature","id":"n3998840001","geometry":{"type":"Point","coordinates":[-0.1536183,51.6201362]},"properties":{"@type":"node","@id":3998840001,"@timestamp":1455100134},"coords":"51.6201362,-0.1536183","bedrooms":"0","price":"172000","area":"695"} , +{"type":"Feature","id":"n3998876501","geometry":{"type":"Point","coordinates":[-0.1503542,51.6225741]},"properties":{"@type":"node","@id":3998876501,"@timestamp":1455101820},"coords":"51.6225741,-0.1503542","bedrooms":"0","price":"282000","area":"561"} , +{"type":"Feature","id":"n3999163867","geometry":{"type":"Point","coordinates":[-0.0420989,51.5148861]},"properties":{"@type":"node","@id":3999163867,"@timestamp":1455112670},"coords":"51.5148861,-0.0420989","bedrooms":"0","price":"287000","area":"688"} , +{"type":"Feature","id":"n3999412759","geometry":{"type":"Point","coordinates":[-0.6629192,51.9552192]},"properties":{"@type":"node","@id":3999412759,"@timestamp":1455121598},"coords":"51.9552192,-0.6629192","bedrooms":"2","price":"203000","area":"643"} , +{"type":"Feature","id":"n3999412783","geometry":{"type":"Point","coordinates":[-0.6629179,51.9552765]},"properties":{"@type":"node","@id":3999412783,"@timestamp":1455121598},"coords":"51.9552765,-0.6629179","bedrooms":"2","price":"285000","area":"392"} , +{"type":"Feature","id":"n3999508515","geometry":{"type":"Point","coordinates":[-0.0389919,51.5143833]},"properties":{"@type":"node","@id":3999508515,"@timestamp":1455125584},"coords":"51.5143833,-0.0389919","bedrooms":"3","price":"255000","area":"395"} , +{"type":"Feature","id":"n3999722090","geometry":{"type":"Point","coordinates":[-0.7334673,51.6879651]},"properties":{"@type":"node","@id":3999722090,"@timestamp":1611343977},"coords":"51.6879651,-0.7334673","bedrooms":"0","price":"261000","area":"404"} , +{"type":"Feature","id":"n4000439502","geometry":{"type":"Point","coordinates":[-0.3953642,51.2996427]},"properties":{"@type":"node","@id":4000439502,"@timestamp":1455187254},"coords":"51.2996427,-0.3953642","bedrooms":"2","price":"211000","area":"352"} , +{"type":"Feature","id":"n4000742711","geometry":{"type":"Point","coordinates":[-0.4166699,51.3112838]},"properties":{"@type":"node","@id":4000742711,"@timestamp":1503853526},"coords":"51.3112838,-0.4166699","bedrooms":"1","price":"200000","area":"487"} , +{"type":"Feature","id":"n4000773175","geometry":{"type":"Point","coordinates":[-0.1875883,51.1248693]},"properties":{"@type":"node","@id":4000773175,"@timestamp":1455200184},"coords":"51.1248693,-0.1875883","bedrooms":"0","price":"270000","area":"595"} , +{"type":"Feature","id":"n4001035171","geometry":{"type":"Point","coordinates":[-0.0290612,51.5213402]},"properties":{"@type":"node","@id":4001035171,"@timestamp":1455211039},"coords":"51.5213402,-0.0290612","bedrooms":"4","price":"271000","area":"430"} , +{"type":"Feature","id":"n4001177761","geometry":{"type":"Point","coordinates":[0.5878623,51.5130887]},"properties":{"@type":"node","@id":4001177761,"@timestamp":1485790685},"coords":"51.5130887,0.5878623","bedrooms":"3","price":"184000","area":"654"} , +{"type":"Feature","id":"n4001517224","geometry":{"type":"Point","coordinates":[-0.1206617,51.5307382]},"properties":{"@type":"node","@id":4001517224,"@timestamp":1562515510},"coords":"51.5307382,-0.1206617","bedrooms":"0","price":"291000","area":"428"} , +{"type":"Feature","id":"n4001619076","geometry":{"type":"Point","coordinates":[-0.0703315,51.5137016]},"properties":{"@type":"node","@id":4001619076,"@timestamp":1624289242},"coords":"51.5137016,-0.0703315","bedrooms":"4","price":"250000","area":"643"} , +{"type":"Feature","id":"n4001730732","geometry":{"type":"Point","coordinates":[0.2847455,51.4801651]},"properties":{"@type":"node","@id":4001730732,"@timestamp":1574049072},"coords":"51.4801651,0.2847455","bedrooms":"4","price":"250000","area":"464"} , +{"type":"Feature","id":"n4001765151","geometry":{"type":"Point","coordinates":[0.2839827,51.4801611]},"properties":{"@type":"node","@id":4001765151,"@timestamp":1629856160},"coords":"51.4801611,0.2839827","bedrooms":"2","price":"238000","area":"390"} , +{"type":"Feature","id":"n4001765161","geometry":{"type":"Point","coordinates":[0.2837386,51.4800651]},"properties":{"@type":"node","@id":4001765161,"@timestamp":1629856160},"coords":"51.4800651,0.2837386","bedrooms":"4","price":"184000","area":"415"} , +{"type":"Feature","id":"n4001765171","geometry":{"type":"Point","coordinates":[0.2842898,51.480202]},"properties":{"@type":"node","@id":4001765171,"@timestamp":1629856160},"coords":"51.480202,0.2842898","bedrooms":"1","price":"203000","area":"465"} , +{"type":"Feature","id":"n4001765181","geometry":{"type":"Point","coordinates":[0.2847096,51.4802321]},"properties":{"@type":"node","@id":4001765181,"@timestamp":1629856160},"coords":"51.4802321,0.2847096","bedrooms":"1","price":"238000","area":"618"} , +{"type":"Feature","id":"n4001766595","geometry":{"type":"Point","coordinates":[0.2837904,51.4809074]},"properties":{"@type":"node","@id":4001766595,"@timestamp":1455245518},"coords":"51.4809074,0.2837904","bedrooms":"2","price":"232000","area":"617"} , +{"type":"Feature","id":"n4002254229","geometry":{"type":"Point","coordinates":[-0.0853577,51.5508304]},"properties":{"@type":"node","@id":4002254229,"@timestamp":1455270983},"coords":"51.5508304,-0.0853577","bedrooms":"0","price":"152000","area":"696"} , +{"type":"Feature","id":"n4002254239","geometry":{"type":"Point","coordinates":[-0.0859286,51.5496209]},"properties":{"@type":"node","@id":4002254239,"@timestamp":1455270983},"coords":"51.5496209,-0.0859286","bedrooms":"0","price":"210000","area":"694"} , +{"type":"Feature","id":"n4002353295","geometry":{"type":"Point","coordinates":[0.6669278,51.5644439]},"properties":{"@type":"node","@id":4002353295,"@timestamp":1455275400},"coords":"51.5644439,0.6669278","bedrooms":"3","price":"165000","area":"607"} , +{"type":"Feature","id":"n4002411496","geometry":{"type":"Point","coordinates":[-0.3689802,51.2389524]},"properties":{"@type":"node","@id":4002411496,"@timestamp":1608543729},"coords":"51.2389524,-0.3689802","bedrooms":"2","price":"247000","area":"358"} , +{"type":"Feature","id":"n4002521386","geometry":{"type":"Point","coordinates":[0.1592746,50.9650634]},"properties":{"@type":"node","@id":4002521386,"@timestamp":1592938502},"coords":"50.9650634,0.1592746","bedrooms":"2","price":"192000","area":"617"} , +{"type":"Feature","id":"n4002588916","geometry":{"type":"Point","coordinates":[-0.380495,51.2521553]},"properties":{"@type":"node","@id":4002588916,"@timestamp":1455284584},"coords":"51.2521553,-0.380495","bedrooms":"2","price":"232000","area":"693"} , +{"type":"Feature","id":"n4002622935","geometry":{"type":"Point","coordinates":[-0.200882,51.5342484]},"properties":{"@type":"node","@id":4002622935,"@timestamp":1455285921},"coords":"51.5342484,-0.200882","bedrooms":"1","price":"297000","area":"616"} , +{"type":"Feature","id":"n4002622945","geometry":{"type":"Point","coordinates":[-0.1998039,51.5345279]},"properties":{"@type":"node","@id":4002622945,"@timestamp":1455285921},"coords":"51.5345279,-0.1998039","bedrooms":"2","price":"153000","area":"655"} , +{"type":"Feature","id":"n4002622955","geometry":{"type":"Point","coordinates":[-0.202028,51.5337576]},"properties":{"@type":"node","@id":4002622955,"@timestamp":1455285922},"coords":"51.5337576,-0.202028","bedrooms":"2","price":"294000","area":"481"} , +{"type":"Feature","id":"n4002622965","geometry":{"type":"Point","coordinates":[-0.201886,51.5337938]},"properties":{"@type":"node","@id":4002622965,"@timestamp":1466336045},"coords":"51.5337938,-0.201886","bedrooms":"2","price":"164000","area":"486"} , +{"type":"Feature","id":"n4002694989","geometry":{"type":"Point","coordinates":[-0.2023904,51.5287968]},"properties":{"@type":"node","@id":4002694989,"@timestamp":1455288330},"coords":"51.5287968,-0.2023904","bedrooms":"4","price":"234000","area":"358"} , +{"type":"Feature","id":"n4002740979","geometry":{"type":"Point","coordinates":[0.0546781,50.9925715]},"properties":{"@type":"node","@id":4002740979,"@timestamp":1616754873},"coords":"50.9925715,0.0546781","bedrooms":"4","price":"223000","area":"593"} , +{"type":"Feature","id":"n4002815790","geometry":{"type":"Point","coordinates":[-0.2110478,51.5303874]},"properties":{"@type":"node","@id":4002815790,"@timestamp":1455292436},"coords":"51.5303874,-0.2110478","bedrooms":"4","price":"230000","area":"672"} , +{"type":"Feature","id":"n4002815891","geometry":{"type":"Point","coordinates":[-0.211066,51.5308172]},"properties":{"@type":"node","@id":4002815891,"@timestamp":1455292438},"coords":"51.5308172,-0.211066","bedrooms":"3","price":"230000","area":"588"} , +{"type":"Feature","id":"n4002815914","geometry":{"type":"Point","coordinates":[-0.212828,51.5308893]},"properties":{"@type":"node","@id":4002815914,"@timestamp":1455292438},"coords":"51.5308893,-0.212828","bedrooms":"0","price":"205000","area":"464"} , +{"type":"Feature","id":"n4002815949","geometry":{"type":"Point","coordinates":[-0.2110755,51.5310051]},"properties":{"@type":"node","@id":4002815949,"@timestamp":1568520513},"coords":"51.5310051,-0.2110755","bedrooms":"1","price":"283000","area":"499"} , +{"type":"Feature","id":"n4002816216","geometry":{"type":"Point","coordinates":[-0.2108343,51.5317332]},"properties":{"@type":"node","@id":4002816216,"@timestamp":1455292441},"coords":"51.5317332,-0.2108343","bedrooms":"3","price":"225000","area":"586"} , +{"type":"Feature","id":"n4003290669","geometry":{"type":"Point","coordinates":[-0.7762145,51.40948]},"properties":{"@type":"node","@id":4003290669,"@timestamp":1455312789},"coords":"51.40948,-0.7762145","bedrooms":"1","price":"221000","area":"493"} , +{"type":"Feature","id":"n4003379932","geometry":{"type":"Point","coordinates":[-0.7813106,51.4098803]},"properties":{"@type":"node","@id":4003379932,"@timestamp":1455317380},"coords":"51.4098803,-0.7813106","bedrooms":"0","price":"295000","area":"627"} , +{"type":"Feature","id":"n4003402024","geometry":{"type":"Point","coordinates":[-0.7799752,51.4089934]},"properties":{"@type":"node","@id":4003402024,"@timestamp":1455317666},"coords":"51.4089934,-0.7799752","bedrooms":"4","price":"154000","area":"432"} , +{"type":"Feature","id":"n4003408113","geometry":{"type":"Point","coordinates":[-0.0697401,51.5830916]},"properties":{"@type":"node","@id":4003408113,"@timestamp":1455318280},"coords":"51.5830916,-0.0697401","bedrooms":"1","price":"208000","area":"646"} , +{"type":"Feature","id":"n4003408133","geometry":{"type":"Point","coordinates":[-0.0696731,51.5832833]},"properties":{"@type":"node","@id":4003408133,"@timestamp":1455318281},"coords":"51.5832833,-0.0696731","bedrooms":"4","price":"190000","area":"439"} , +{"type":"Feature","id":"n4004021699","geometry":{"type":"Point","coordinates":[0.5258702,51.2639888]},"properties":{"@type":"node","@id":4004021699,"@timestamp":1455366398},"coords":"51.2639888,0.5258702","bedrooms":"0","price":"245000","area":"551"} , +{"type":"Feature","id":"n4004245029","geometry":{"type":"Point","coordinates":[0.173229,50.9594199]},"properties":{"@type":"node","@id":4004245029,"@timestamp":1618146479},"coords":"50.9594199,0.173229","bedrooms":"2","price":"285000","area":"624"} , +{"type":"Feature","id":"n4004631977","geometry":{"type":"Point","coordinates":[-0.7820254,51.4088523]},"properties":{"@type":"node","@id":4004631977,"@timestamp":1455393748},"coords":"51.4088523,-0.7820254","bedrooms":"1","price":"178000","area":"566"} , +{"type":"Feature","id":"n4004702898","geometry":{"type":"Point","coordinates":[-0.4033628,51.6833182]},"properties":{"@type":"node","@id":4004702898,"@timestamp":1605105222},"coords":"51.6833182,-0.4033628","bedrooms":"2","price":"266000","area":"680"} , +{"type":"Feature","id":"n4004729590","geometry":{"type":"Point","coordinates":[-0.7862801,51.4065135]},"properties":{"@type":"node","@id":4004729590,"@timestamp":1455399531},"coords":"51.4065135,-0.7862801","bedrooms":"2","price":"193000","area":"612"} , +{"type":"Feature","id":"n4004741215","geometry":{"type":"Point","coordinates":[-0.0867203,51.3724622]},"properties":{"@type":"node","@id":4004741215,"@timestamp":1531501938},"coords":"51.3724622,-0.0867203","bedrooms":"0","price":"236000","area":"530"} , +{"type":"Feature","id":"n4005593154","geometry":{"type":"Point","coordinates":[-0.0733836,51.5429691]},"properties":{"@type":"node","@id":4005593154,"@timestamp":1522594532},"coords":"51.5429691,-0.0733836","bedrooms":"0","price":"279000","area":"675"} , +{"type":"Feature","id":"n4005593178","geometry":{"type":"Point","coordinates":[-0.0737173,51.5440995]},"properties":{"@type":"node","@id":4005593178,"@timestamp":1455454422},"coords":"51.5440995,-0.0737173","bedrooms":"4","price":"205000","area":"380"} , +{"type":"Feature","id":"n4005737934","geometry":{"type":"Point","coordinates":[-0.0980979,51.5549832]},"properties":{"@type":"node","@id":4005737934,"@timestamp":1564908053},"coords":"51.5549832,-0.0980979","bedrooms":"1","price":"297000","area":"523"} , +{"type":"Feature","id":"n4005785409","geometry":{"type":"Point","coordinates":[-0.3144748,51.9067531]},"properties":{"@type":"node","@id":4005785409,"@timestamp":1455463747},"coords":"51.9067531,-0.3144748","bedrooms":"3","price":"255000","area":"650"} , +{"type":"Feature","id":"n4005923202","geometry":{"type":"Point","coordinates":[-0.0792357,51.5532374]},"properties":{"@type":"node","@id":4005923202,"@timestamp":1455468998},"coords":"51.5532374,-0.0792357","bedrooms":"3","price":"293000","area":"659"} , +{"type":"Feature","id":"n4006085737","geometry":{"type":"Point","coordinates":[-0.7829662,51.4049227]},"properties":{"@type":"node","@id":4006085737,"@timestamp":1455476812},"coords":"51.4049227,-0.7829662","bedrooms":"0","price":"275000","area":"624"} , +{"type":"Feature","id":"n4006140604","geometry":{"type":"Point","coordinates":[-0.7809425,51.4046133]},"properties":{"@type":"node","@id":4006140604,"@timestamp":1455476808},"coords":"51.4046133,-0.7809425","bedrooms":"2","price":"156000","area":"647"} , +{"type":"Feature","id":"n4006231739","geometry":{"type":"Point","coordinates":[-0.2163943,51.4607051]},"properties":{"@type":"node","@id":4006231739,"@timestamp":1611439415},"coords":"51.4607051,-0.2163943","bedrooms":"1","price":"249000","area":"356"} , +{"type":"Feature","id":"n4006289392","geometry":{"type":"Point","coordinates":[-0.7826666,51.4017431]},"properties":{"@type":"node","@id":4006289392,"@timestamp":1455482160},"coords":"51.4017431,-0.7826666","bedrooms":"0","price":"174000","area":"474"} , +{"type":"Feature","id":"n4006312260","geometry":{"type":"Point","coordinates":[-0.7803087,51.4025554]},"properties":{"@type":"node","@id":4006312260,"@timestamp":1455483359},"coords":"51.4025554,-0.7803087","bedrooms":"3","price":"253000","area":"603"} , +{"type":"Feature","id":"n4006336332","geometry":{"type":"Point","coordinates":[-0.7837853,51.4065897]},"properties":{"@type":"node","@id":4006336332,"@timestamp":1619557384},"coords":"51.4065897,-0.7837853","bedrooms":"1","price":"258000","area":"630"} , +{"type":"Feature","id":"n4006578713","geometry":{"type":"Point","coordinates":[-0.0758686,51.5423763]},"properties":{"@type":"node","@id":4006578713,"@timestamp":1625015484},"coords":"51.5423763,-0.0758686","bedrooms":"4","price":"266000","area":"408"} , +{"type":"Feature","id":"n4007141242","geometry":{"type":"Point","coordinates":[0.0037153,51.4332636]},"properties":{"@type":"node","@id":4007141242,"@timestamp":1597269484},"coords":"51.4332636,0.0037153","bedrooms":"0","price":"160000","area":"517"} , +{"type":"Feature","id":"n4007372955","geometry":{"type":"Point","coordinates":[-0.0625509,51.5935526]},"properties":{"@type":"node","@id":4007372955,"@timestamp":1455541560},"coords":"51.5935526,-0.0625509","bedrooms":"4","price":"191000","area":"418"} , +{"type":"Feature","id":"n4007382892","geometry":{"type":"Point","coordinates":[-0.0247931,51.4709798]},"properties":{"@type":"node","@id":4007382892,"@timestamp":1455542137},"coords":"51.4709798,-0.0247931","bedrooms":"4","price":"230000","area":"513"} , +{"type":"Feature","id":"n4007453854","geometry":{"type":"Point","coordinates":[0.2444568,51.5029552]},"properties":{"@type":"node","@id":4007453854,"@timestamp":1455544960},"coords":"51.5029552,0.2444568","bedrooms":"0","price":"186000","area":"500"} , +{"type":"Feature","id":"n4007725520","geometry":{"type":"Point","coordinates":[-0.1478702,51.6173704]},"properties":{"@type":"node","@id":4007725520,"@timestamp":1455552907},"coords":"51.6173704,-0.1478702","bedrooms":"2","price":"232000","area":"487"} , +{"type":"Feature","id":"n4007725532","geometry":{"type":"Point","coordinates":[-0.1485193,51.6185062]},"properties":{"@type":"node","@id":4007725532,"@timestamp":1455552908},"coords":"51.6185062,-0.1485193","bedrooms":"2","price":"206000","area":"606"} , +{"type":"Feature","id":"n4007752876","geometry":{"type":"Point","coordinates":[-0.1517057,51.620348]},"properties":{"@type":"node","@id":4007752876,"@timestamp":1455553802},"coords":"51.620348,-0.1517057","bedrooms":"4","price":"212000","area":"688"} , +{"type":"Feature","id":"n4007776732","geometry":{"type":"Point","coordinates":[-0.1543477,51.6202131]},"properties":{"@type":"node","@id":4007776732,"@timestamp":1455554909},"coords":"51.6202131,-0.1543477","bedrooms":"4","price":"265000","area":"388"} , +{"type":"Feature","id":"n4007805862","geometry":{"type":"Point","coordinates":[-0.1590765,51.6205137]},"properties":{"@type":"node","@id":4007805862,"@timestamp":1455555657},"coords":"51.6205137,-0.1590765","bedrooms":"2","price":"276000","area":"567"} , +{"type":"Feature","id":"n4007902429","geometry":{"type":"Point","coordinates":[-0.8830594,51.5019981]},"properties":{"@type":"node","@id":4007902429,"@timestamp":1523636184},"coords":"51.5019981,-0.8830594","bedrooms":"0","price":"175000","area":"369"} , +{"type":"Feature","id":"n4007996763","geometry":{"type":"Point","coordinates":[0.0207751,51.4373418]},"properties":{"@type":"node","@id":4007996763,"@timestamp":1455562805},"coords":"51.4373418,0.0207751","bedrooms":"1","price":"154000","area":"484"} , +{"type":"Feature","id":"n4008063797","geometry":{"type":"Point","coordinates":[-0.7820408,51.4152046]},"properties":{"@type":"node","@id":4008063797,"@timestamp":1551237739},"coords":"51.4152046,-0.7820408","bedrooms":"0","price":"224000","area":"537"} , +{"type":"Feature","id":"n4008109737","geometry":{"type":"Point","coordinates":[-0.7903229,51.4158353]},"properties":{"@type":"node","@id":4008109737,"@timestamp":1522780983},"coords":"51.4158353,-0.7903229","bedrooms":"3","price":"254000","area":"389"} , +{"type":"Feature","id":"n4008154826","geometry":{"type":"Point","coordinates":[-0.785022,51.4159209]},"properties":{"@type":"node","@id":4008154826,"@timestamp":1455568237},"coords":"51.4159209,-0.785022","bedrooms":"0","price":"164000","area":"548"} , +{"type":"Feature","id":"n4008218238","geometry":{"type":"Point","coordinates":[-0.780875,51.4180771]},"properties":{"@type":"node","@id":4008218238,"@timestamp":1455570771},"coords":"51.4180771,-0.780875","bedrooms":"0","price":"205000","area":"385"} , +{"type":"Feature","id":"n4008268981","geometry":{"type":"Point","coordinates":[-0.7737989,51.420273]},"properties":{"@type":"node","@id":4008268981,"@timestamp":1617723464},"coords":"51.420273,-0.7737989","bedrooms":"4","price":"193000","area":"636"} , +{"type":"Feature","id":"n4008286139","geometry":{"type":"Point","coordinates":[-0.7740774,51.4201902]},"properties":{"@type":"node","@id":4008286139,"@timestamp":1617723464},"coords":"51.4201902,-0.7740774","bedrooms":"4","price":"177000","area":"588"} , +{"type":"Feature","id":"n4008549398","geometry":{"type":"Point","coordinates":[0.2857472,51.481404]},"properties":{"@type":"node","@id":4008549398,"@timestamp":1455586805},"coords":"51.481404,0.2857472","bedrooms":"0","price":"281000","area":"371"} , +{"type":"Feature","id":"n4008614692","geometry":{"type":"Point","coordinates":[0.2948276,51.4915552]},"properties":{"@type":"node","@id":4008614692,"@timestamp":1455588991},"coords":"51.4915552,0.2948276","bedrooms":"4","price":"236000","area":"487"} , +{"type":"Feature","id":"n4008891514","geometry":{"type":"Point","coordinates":[0.4236265,51.5945992]},"properties":{"@type":"node","@id":4008891514,"@timestamp":1455607836},"coords":"51.5945992,0.4236265","bedrooms":"3","price":"208000","area":"418"} , +{"type":"Feature","id":"n4008891524","geometry":{"type":"Point","coordinates":[0.4186456,51.5973984]},"properties":{"@type":"node","@id":4008891524,"@timestamp":1455607837},"coords":"51.5973984,0.4186456","bedrooms":"4","price":"294000","area":"486"} , +{"type":"Feature","id":"n4009285138","geometry":{"type":"Point","coordinates":[-0.0397286,51.5195535]},"properties":{"@type":"node","@id":4009285138,"@timestamp":1455624392},"coords":"51.5195535,-0.0397286","bedrooms":"0","price":"177000","area":"622"} , +{"type":"Feature","id":"n4009285182","geometry":{"type":"Point","coordinates":[-0.0414728,51.5189328]},"properties":{"@type":"node","@id":4009285182,"@timestamp":1455624393},"coords":"51.5189328,-0.0414728","bedrooms":"2","price":"268000","area":"558"} , +{"type":"Feature","id":"n4009478558","geometry":{"type":"Point","coordinates":[-0.0288869,51.4814103]},"properties":{"@type":"node","@id":4009478558,"@timestamp":1625043042},"coords":"51.4814103,-0.0288869","bedrooms":"2","price":"245000","area":"691"} , +{"type":"Feature","id":"n4009512682","geometry":{"type":"Point","coordinates":[0.0346426,51.457243]},"properties":{"@type":"node","@id":4009512682,"@timestamp":1455633494},"coords":"51.457243,0.0346426","bedrooms":"1","price":"200000","area":"629"} , +{"type":"Feature","id":"n4009908338","geometry":{"type":"Point","coordinates":[-0.7472068,51.4157615]},"properties":{"@type":"node","@id":4009908338,"@timestamp":1551237740},"coords":"51.4157615,-0.7472068","bedrooms":"0","price":"257000","area":"362"} , +{"type":"Feature","id":"n4010276765","geometry":{"type":"Point","coordinates":[-0.0369329,51.6618657]},"properties":{"@type":"node","@id":4010276765,"@timestamp":1602347996},"coords":"51.6618657,-0.0369329","bedrooms":"4","price":"266000","area":"580"} , +{"type":"Feature","id":"n4010344223","geometry":{"type":"Point","coordinates":[-0.166183,51.531571]},"properties":{"@type":"node","@id":4010344223,"@timestamp":1555855946},"coords":"51.531571,-0.166183","bedrooms":"2","price":"191000","area":"628"} , +{"type":"Feature","id":"n4010897241","geometry":{"type":"Point","coordinates":[-0.1712983,51.531107]},"properties":{"@type":"node","@id":4010897241,"@timestamp":1455706034},"coords":"51.531107,-0.1712983","bedrooms":"0","price":"229000","area":"526"} , +{"type":"Feature","id":"n4010897272","geometry":{"type":"Point","coordinates":[-0.2067894,51.8013151]},"properties":{"@type":"node","@id":4010897272,"@timestamp":1455706042},"coords":"51.8013151,-0.2067894","bedrooms":"1","price":"214000","area":"513"} , +{"type":"Feature","id":"n4010964042","geometry":{"type":"Point","coordinates":[-0.1701459,51.5267809]},"properties":{"@type":"node","@id":4010964042,"@timestamp":1456490034},"coords":"51.5267809,-0.1701459","bedrooms":"0","price":"250000","area":"430"} , +{"type":"Feature","id":"n4010964064","geometry":{"type":"Point","coordinates":[-0.1690629,51.5271363]},"properties":{"@type":"node","@id":4010964064,"@timestamp":1456490034},"coords":"51.5271363,-0.1690629","bedrooms":"3","price":"159000","area":"569"} , +{"type":"Feature","id":"n4011018245","geometry":{"type":"Point","coordinates":[-0.1699448,51.5310326]},"properties":{"@type":"node","@id":4011018245,"@timestamp":1455710718},"coords":"51.5310326,-0.1699448","bedrooms":"2","price":"194000","area":"501"} , +{"type":"Feature","id":"n4011018258","geometry":{"type":"Point","coordinates":[-0.1699367,51.5317618]},"properties":{"@type":"node","@id":4011018258,"@timestamp":1455710718},"coords":"51.5317618,-0.1699367","bedrooms":"1","price":"252000","area":"605"} , +{"type":"Feature","id":"n4011018276","geometry":{"type":"Point","coordinates":[-0.1691264,51.5313011]},"properties":{"@type":"node","@id":4011018276,"@timestamp":1455710719},"coords":"51.5313011,-0.1691264","bedrooms":"4","price":"276000","area":"699"} , +{"type":"Feature","id":"n4011019003","geometry":{"type":"Point","coordinates":[-0.1692661,51.5312466]},"properties":{"@type":"node","@id":4011019003,"@timestamp":1455710720},"coords":"51.5312466,-0.1692661","bedrooms":"1","price":"269000","area":"489"} , +{"type":"Feature","id":"n4011019013","geometry":{"type":"Point","coordinates":[-0.1696457,51.5315457]},"properties":{"@type":"node","@id":4011019013,"@timestamp":1455710720},"coords":"51.5315457,-0.1696457","bedrooms":"4","price":"281000","area":"578"} , +{"type":"Feature","id":"n4011039113","geometry":{"type":"Point","coordinates":[-0.1687217,51.53167]},"properties":{"@type":"node","@id":4011039113,"@timestamp":1455711714},"coords":"51.53167,-0.1687217","bedrooms":"1","price":"164000","area":"482"} , +{"type":"Feature","id":"n4011039128","geometry":{"type":"Point","coordinates":[-0.1692514,51.5319503]},"properties":{"@type":"node","@id":4011039128,"@timestamp":1455711715},"coords":"51.5319503,-0.1692514","bedrooms":"0","price":"272000","area":"372"} , +{"type":"Feature","id":"n4011080422","geometry":{"type":"Point","coordinates":[0.0319206,51.8427016]},"properties":{"@type":"node","@id":4011080422,"@timestamp":1455713369},"coords":"51.8427016,0.0319206","bedrooms":"2","price":"178000","area":"397"} , +{"type":"Feature","id":"n4011106888","geometry":{"type":"Point","coordinates":[-0.1651211,51.5305711]},"properties":{"@type":"node","@id":4011106888,"@timestamp":1570777248},"coords":"51.5305711,-0.1651211","bedrooms":"1","price":"172000","area":"396"} , +{"type":"Feature","id":"n4011871945","geometry":{"type":"Point","coordinates":[0.0269839,51.4840451]},"properties":{"@type":"node","@id":4011871945,"@timestamp":1455749381},"coords":"51.4840451,0.0269839","bedrooms":"0","price":"217000","area":"574"} , +{"type":"Feature","id":"n4011872223","geometry":{"type":"Point","coordinates":[0.0273853,51.4841468]},"properties":{"@type":"node","@id":4011872223,"@timestamp":1455749382},"coords":"51.4841468,0.0273853","bedrooms":"0","price":"291000","area":"436"} , +{"type":"Feature","id":"n4013457944","geometry":{"type":"Point","coordinates":[-0.7433748,51.4115193]},"properties":{"@type":"node","@id":4013457944,"@timestamp":1455829504},"coords":"51.4115193,-0.7433748","bedrooms":"4","price":"224000","area":"583"} , +{"type":"Feature","id":"n4013496118","geometry":{"type":"Point","coordinates":[-0.7340919,51.4157537]},"properties":{"@type":"node","@id":4013496118,"@timestamp":1617968342},"coords":"51.4157537,-0.7340919","bedrooms":"1","price":"184000","area":"484"} , +{"type":"Feature","id":"n4013521038","geometry":{"type":"Point","coordinates":[-0.4406075,51.175555]},"properties":{"@type":"node","@id":4013521038,"@timestamp":1455833029},"coords":"51.175555,-0.4406075","bedrooms":"0","price":"280000","area":"464"} , +{"type":"Feature","id":"n4013561331","geometry":{"type":"Point","coordinates":[0.0421474,51.4868099]},"properties":{"@type":"node","@id":4013561331,"@timestamp":1455834792},"coords":"51.4868099,0.0421474","bedrooms":"3","price":"209000","area":"626"} , +{"type":"Feature","id":"n4013595585","geometry":{"type":"Point","coordinates":[0.0065247,51.4872898]},"properties":{"@type":"node","@id":4013595585,"@timestamp":1455836431},"coords":"51.4872898,0.0065247","bedrooms":"0","price":"262000","area":"466"} , +{"type":"Feature","id":"n4013658560","geometry":{"type":"Point","coordinates":[0.0327595,51.4703174]},"properties":{"@type":"node","@id":4013658560,"@timestamp":1455841543},"coords":"51.4703174,0.0327595","bedrooms":"1","price":"161000","area":"606"} , +{"type":"Feature","id":"n4014985290","geometry":{"type":"Point","coordinates":[-0.1509933,51.5130145]},"properties":{"@type":"node","@id":4014985290,"@timestamp":1576060260},"coords":"51.5130145,-0.1509933","bedrooms":"3","price":"151000","area":"669"} , +{"type":"Feature","id":"n4015393687","geometry":{"type":"Point","coordinates":[-0.7468314,51.4069763]},"properties":{"@type":"node","@id":4015393687,"@timestamp":1618653966},"coords":"51.4069763,-0.7468314","bedrooms":"3","price":"161000","area":"590"} , +{"type":"Feature","id":"n4015440333","geometry":{"type":"Point","coordinates":[-0.620083,51.3174712]},"properties":{"@type":"node","@id":4015440333,"@timestamp":1455918859},"coords":"51.3174712,-0.620083","bedrooms":"0","price":"169000","area":"624"} , +{"type":"Feature","id":"n4017201914","geometry":{"type":"Point","coordinates":[0.0527779,51.4715759]},"properties":{"@type":"node","@id":4017201914,"@timestamp":1456008213},"coords":"51.4715759,0.0527779","bedrooms":"4","price":"175000","area":"487"} , +{"type":"Feature","id":"n4017240860","geometry":{"type":"Point","coordinates":[0.0453681,51.4820791]},"properties":{"@type":"node","@id":4017240860,"@timestamp":1599401545},"coords":"51.4820791,0.0453681","bedrooms":"3","price":"175000","area":"499"} , +{"type":"Feature","id":"n4017259473","geometry":{"type":"Point","coordinates":[0.0280607,51.4665094]},"properties":{"@type":"node","@id":4017259473,"@timestamp":1556642114},"coords":"51.4665094,0.0280607","bedrooms":"2","price":"198000","area":"397"} , +{"type":"Feature","id":"n4017323834","geometry":{"type":"Point","coordinates":[-0.1031613,51.5333675]},"properties":{"@type":"node","@id":4017323834,"@timestamp":1628167682},"coords":"51.5333675,-0.1031613","bedrooms":"0","price":"270000","area":"352"} , +{"type":"Feature","id":"n4017328636","geometry":{"type":"Point","coordinates":[-0.1130476,51.5148843]},"properties":{"@type":"node","@id":4017328636,"@timestamp":1478144045},"coords":"51.5148843,-0.1130476","bedrooms":"0","price":"184000","area":"503"} , +{"type":"Feature","id":"n4017373905","geometry":{"type":"Point","coordinates":[-0.0040539,51.4553666]},"properties":{"@type":"node","@id":4017373905,"@timestamp":1456025299},"coords":"51.4553666,-0.0040539","bedrooms":"1","price":"174000","area":"604"} , +{"type":"Feature","id":"n4017626819","geometry":{"type":"Point","coordinates":[0.6957419,51.7235659]},"properties":{"@type":"node","@id":4017626819,"@timestamp":1456049821},"coords":"51.7235659,0.6957419","bedrooms":"0","price":"235000","area":"478"} , +{"type":"Feature","id":"n4017893521","geometry":{"type":"Point","coordinates":[-0.7647339,51.4148172]},"properties":{"@type":"node","@id":4017893521,"@timestamp":1456062132},"coords":"51.4148172,-0.7647339","bedrooms":"0","price":"185000","area":"629"} , +{"type":"Feature","id":"n4018105063","geometry":{"type":"Point","coordinates":[-0.0975246,51.4280208]},"properties":{"@type":"node","@id":4018105063,"@timestamp":1456071827},"coords":"51.4280208,-0.0975246","bedrooms":"1","price":"187000","area":"385"} , +{"type":"Feature","id":"n4018205261","geometry":{"type":"Point","coordinates":[-0.6026815,51.8312705]},"properties":{"@type":"node","@id":4018205261,"@timestamp":1532746483},"coords":"51.8312705,-0.6026815","bedrooms":"2","price":"280000","area":"384"} , +{"type":"Feature","id":"n4018236174","geometry":{"type":"Point","coordinates":[-0.6244423,51.8549781]},"properties":{"@type":"node","@id":4018236174,"@timestamp":1456076989},"coords":"51.8549781,-0.6244423","bedrooms":"3","price":"271000","area":"635"} , +{"type":"Feature","id":"n4018334638","geometry":{"type":"Point","coordinates":[-0.7528021,51.8402843]},"properties":{"@type":"node","@id":4018334638,"@timestamp":1456081327},"coords":"51.8402843,-0.7528021","bedrooms":"0","price":"297000","area":"675"} , +{"type":"Feature","id":"n4018342443","geometry":{"type":"Point","coordinates":[-0.8551123,51.9240747]},"properties":{"@type":"node","@id":4018342443,"@timestamp":1456081798},"coords":"51.9240747,-0.8551123","bedrooms":"4","price":"215000","area":"362"} , +{"type":"Feature","id":"n4018349683","geometry":{"type":"Point","coordinates":[-0.9119537,51.8962899]},"properties":{"@type":"node","@id":4018349683,"@timestamp":1456081996},"coords":"51.8962899,-0.9119537","bedrooms":"4","price":"265000","area":"698"} , +{"type":"Feature","id":"n4018444615","geometry":{"type":"Point","coordinates":[-0.1065969,51.548365]},"properties":{"@type":"node","@id":4018444615,"@timestamp":1603489842},"coords":"51.548365,-0.1065969","bedrooms":"1","price":"274000","area":"526"} , +{"type":"Feature","id":"n4019194110","geometry":{"type":"Point","coordinates":[-0.9206655,51.8076584]},"properties":{"@type":"node","@id":4019194110,"@timestamp":1456127129},"coords":"51.8076584,-0.9206655","bedrooms":"3","price":"270000","area":"664"} , +{"type":"Feature","id":"n4019233587","geometry":{"type":"Point","coordinates":[-0.5968909,51.9289757]},"properties":{"@type":"node","@id":4019233587,"@timestamp":1456128247},"coords":"51.9289757,-0.5968909","bedrooms":"4","price":"211000","area":"397"} , +{"type":"Feature","id":"n4019261492","geometry":{"type":"Point","coordinates":[-0.6139498,51.968838]},"properties":{"@type":"node","@id":4019261492,"@timestamp":1456129633},"coords":"51.968838,-0.6139498","bedrooms":"1","price":"211000","area":"391"} , +{"type":"Feature","id":"n4019390203","geometry":{"type":"Point","coordinates":[0.704442,51.8024792]},"properties":{"@type":"node","@id":4019390203,"@timestamp":1456135061},"coords":"51.8024792,0.704442","bedrooms":"0","price":"170000","area":"389"} , +{"type":"Feature","id":"n4019768089","geometry":{"type":"Point","coordinates":[-0.0492891,51.5667083]},"properties":{"@type":"node","@id":4019768089,"@timestamp":1456149018},"coords":"51.5667083,-0.0492891","bedrooms":"2","price":"174000","area":"394"} , +{"type":"Feature","id":"n4019966698","geometry":{"type":"Point","coordinates":[-0.1465979,51.5177993]},"properties":{"@type":"node","@id":4019966698,"@timestamp":1550028719},"coords":"51.5177993,-0.1465979","bedrooms":"1","price":"185000","area":"374"} , +{"type":"Feature","id":"n4020043556","geometry":{"type":"Point","coordinates":[-0.0958166,51.5920007]},"properties":{"@type":"node","@id":4020043556,"@timestamp":1456158642},"coords":"51.5920007,-0.0958166","bedrooms":"2","price":"236000","area":"591"} , +{"type":"Feature","id":"n4020043570","geometry":{"type":"Point","coordinates":[-0.0951675,51.5919807]},"properties":{"@type":"node","@id":4020043570,"@timestamp":1456158642},"coords":"51.5919807,-0.0951675","bedrooms":"1","price":"159000","area":"397"} , +{"type":"Feature","id":"n4020050641","geometry":{"type":"Point","coordinates":[-0.0921929,51.5906493]},"properties":{"@type":"node","@id":4020050641,"@timestamp":1456158926},"coords":"51.5906493,-0.0921929","bedrooms":"2","price":"289000","area":"697"} , +{"type":"Feature","id":"n4020079912","geometry":{"type":"Point","coordinates":[-0.0884995,51.5904727]},"properties":{"@type":"node","@id":4020079912,"@timestamp":1456159815},"coords":"51.5904727,-0.0884995","bedrooms":"3","price":"284000","area":"366"} , +{"type":"Feature","id":"n4020083005","geometry":{"type":"Point","coordinates":[-0.0885952,51.5903404]},"properties":{"@type":"node","@id":4020083005,"@timestamp":1456159971},"coords":"51.5903404,-0.0885952","bedrooms":"3","price":"205000","area":"548"} , +{"type":"Feature","id":"n4020110082","geometry":{"type":"Point","coordinates":[0.1031544,51.0434261]},"properties":{"@type":"node","@id":4020110082,"@timestamp":1539588800},"coords":"51.0434261,0.1031544","bedrooms":"2","price":"159000","area":"532"} , +{"type":"Feature","id":"n4020596118","geometry":{"type":"Point","coordinates":[0.3051411,51.8390673]},"properties":{"@type":"node","@id":4020596118,"@timestamp":1456179048},"coords":"51.8390673,0.3051411","bedrooms":"4","price":"270000","area":"677"} , +{"type":"Feature","id":"n4020596128","geometry":{"type":"Point","coordinates":[0.2885103,51.876627]},"properties":{"@type":"node","@id":4020596128,"@timestamp":1456179048},"coords":"51.876627,0.2885103","bedrooms":"4","price":"274000","area":"434"} , +{"type":"Feature","id":"n4020596138","geometry":{"type":"Point","coordinates":[0.2946789,51.8770289]},"properties":{"@type":"node","@id":4020596138,"@timestamp":1456179049},"coords":"51.8770289,0.2946789","bedrooms":"1","price":"205000","area":"616"} , +{"type":"Feature","id":"n4020632257","geometry":{"type":"Point","coordinates":[-0.3404557,51.4259452]},"properties":{"@type":"node","@id":4020632257,"@timestamp":1456180866},"coords":"51.4259452,-0.3404557","bedrooms":"0","price":"295000","area":"577"} , +{"type":"Feature","id":"n4020660296","geometry":{"type":"Point","coordinates":[-0.3407891,51.4263721]},"properties":{"@type":"node","@id":4020660296,"@timestamp":1456182265},"coords":"51.4263721,-0.3407891","bedrooms":"1","price":"205000","area":"425"} , +{"type":"Feature","id":"n4020704107","geometry":{"type":"Point","coordinates":[-1.1092096,51.2577339]},"properties":{"@type":"node","@id":4020704107,"@timestamp":1456185193},"coords":"51.2577339,-1.1092096","bedrooms":"4","price":"292000","area":"429"} , +{"type":"Feature","id":"n4020764346","geometry":{"type":"Point","coordinates":[-0.9969073,51.6059389]},"properties":{"@type":"node","@id":4020764346,"@timestamp":1456188876},"coords":"51.6059389,-0.9969073","bedrooms":"1","price":"290000","area":"588"} , +{"type":"Feature","id":"n4020764359","geometry":{"type":"Point","coordinates":[-0.9959616,51.6062568]},"properties":{"@type":"node","@id":4020764359,"@timestamp":1456188877},"coords":"51.6062568,-0.9959616","bedrooms":"2","price":"170000","area":"675"} , +{"type":"Feature","id":"n4020764373","geometry":{"type":"Point","coordinates":[-0.9950323,51.6065901]},"properties":{"@type":"node","@id":4020764373,"@timestamp":1456188877},"coords":"51.6065901,-0.9950323","bedrooms":"2","price":"240000","area":"472"} , +{"type":"Feature","id":"n4021708524","geometry":{"type":"Point","coordinates":[0.8268009,51.6583894]},"properties":{"@type":"node","@id":4021708524,"@timestamp":1456226696},"coords":"51.6583894,0.8268009","bedrooms":"0","price":"166000","area":"625"} , +{"type":"Feature","id":"n4021804177","geometry":{"type":"Point","coordinates":[-0.0494853,51.5532471]},"properties":{"@type":"node","@id":4021804177,"@timestamp":1605544624},"coords":"51.5532471,-0.0494853","bedrooms":"0","price":"215000","area":"653"} , +{"type":"Feature","id":"n4021870660","geometry":{"type":"Point","coordinates":[-0.0593865,51.5494489]},"properties":{"@type":"node","@id":4021870660,"@timestamp":1627611513},"coords":"51.5494489,-0.0593865","bedrooms":"3","price":"220000","area":"362"} , +{"type":"Feature","id":"n4021909943","geometry":{"type":"Point","coordinates":[-0.0597885,51.5496611]},"properties":{"@type":"node","@id":4021909943,"@timestamp":1456234615},"coords":"51.5496611,-0.0597885","bedrooms":"2","price":"265000","area":"359"} , +{"type":"Feature","id":"n4021972599","geometry":{"type":"Point","coordinates":[-0.2257041,51.505796]},"properties":{"@type":"node","@id":4021972599,"@timestamp":1618901084},"coords":"51.505796,-0.2257041","bedrooms":"2","price":"278000","area":"636"} , +{"type":"Feature","id":"n4022365705","geometry":{"type":"Point","coordinates":[-0.3783909,51.2395138]},"properties":{"@type":"node","@id":4022365705,"@timestamp":1456249805},"coords":"51.2395138,-0.3783909","bedrooms":"3","price":"190000","area":"434"} , +{"type":"Feature","id":"n4022769412","geometry":{"type":"Point","coordinates":[-0.7147841,51.7981354]},"properties":{"@type":"node","@id":4022769412,"@timestamp":1456267667},"coords":"51.7981354,-0.7147841","bedrooms":"4","price":"276000","area":"441"} , +{"type":"Feature","id":"n4022855937","geometry":{"type":"Point","coordinates":[0.3431837,51.4894295]},"properties":{"@type":"node","@id":4022855937,"@timestamp":1456276266},"coords":"51.4894295,0.3431837","bedrooms":"4","price":"242000","area":"698"} , +{"type":"Feature","id":"n4022855947","geometry":{"type":"Point","coordinates":[0.3433255,51.4891474]},"properties":{"@type":"node","@id":4022855947,"@timestamp":1456276267},"coords":"51.4891474,0.3433255","bedrooms":"2","price":"184000","area":"381"} , +{"type":"Feature","id":"n4022855957","geometry":{"type":"Point","coordinates":[0.3430175,51.4889211]},"properties":{"@type":"node","@id":4022855957,"@timestamp":1456276267},"coords":"51.4889211,0.3430175","bedrooms":"1","price":"232000","area":"498"} , +{"type":"Feature","id":"n4022965415","geometry":{"type":"Point","coordinates":[0.353895,51.4836757]},"properties":{"@type":"node","@id":4022965415,"@timestamp":1456287016},"coords":"51.4836757,0.353895","bedrooms":"3","price":"287000","area":"536"} , +{"type":"Feature","id":"n4022975615","geometry":{"type":"Point","coordinates":[0.3394879,51.4958842]},"properties":{"@type":"node","@id":4022975615,"@timestamp":1456289481},"coords":"51.4958842,0.3394879","bedrooms":"0","price":"181000","area":"545"} , +{"type":"Feature","id":"n4025481007","geometry":{"type":"Point","coordinates":[-0.9332249,51.2908579]},"properties":{"@type":"node","@id":4025481007,"@timestamp":1553719695},"coords":"51.2908579,-0.9332249","bedrooms":"3","price":"184000","area":"636"} , +{"type":"Feature","id":"n4026257731","geometry":{"type":"Point","coordinates":[-0.2089497,51.5313798]},"properties":{"@type":"node","@id":4026257731,"@timestamp":1568518006},"coords":"51.5313798,-0.2089497","bedrooms":"0","price":"200000","area":"621"} , +{"type":"Feature","id":"n4026262727","geometry":{"type":"Point","coordinates":[-0.2089472,51.5314863]},"properties":{"@type":"node","@id":4026262727,"@timestamp":1456415170},"coords":"51.5314863,-0.2089472","bedrooms":"2","price":"206000","area":"699"} , +{"type":"Feature","id":"n4026566132","geometry":{"type":"Point","coordinates":[-0.1356224,51.3299051]},"properties":{"@type":"node","@id":4026566132,"@timestamp":1591523491},"coords":"51.3299051,-0.1356224","bedrooms":"2","price":"158000","area":"650"} , +{"type":"Feature","id":"n4026566143","geometry":{"type":"Point","coordinates":[-0.0870184,51.3151121]},"properties":{"@type":"node","@id":4026566143,"@timestamp":1592492622},"coords":"51.3151121,-0.0870184","bedrooms":"0","price":"234000","area":"601"} , +{"type":"Feature","id":"n4026566153","geometry":{"type":"Point","coordinates":[-0.1146398,51.33545]},"properties":{"@type":"node","@id":4026566153,"@timestamp":1591523491},"coords":"51.33545,-0.1146398","bedrooms":"1","price":"198000","area":"480"} , +{"type":"Feature","id":"n4026611656","geometry":{"type":"Point","coordinates":[-0.0108733,51.4606053]},"properties":{"@type":"node","@id":4026611656,"@timestamp":1564908059},"coords":"51.4606053,-0.0108733","bedrooms":"1","price":"151000","area":"570"} , +{"type":"Feature","id":"n4026790266","geometry":{"type":"Point","coordinates":[-1.071987,51.268967]},"properties":{"@type":"node","@id":4026790266,"@timestamp":1456435279},"coords":"51.268967,-1.071987","bedrooms":"4","price":"247000","area":"367"} , +{"type":"Feature","id":"n4026805572","geometry":{"type":"Point","coordinates":[-1.074939,51.2709611]},"properties":{"@type":"node","@id":4026805572,"@timestamp":1586874521},"coords":"51.2709611,-1.074939","bedrooms":"2","price":"286000","area":"535"} , +{"type":"Feature","id":"n4026875801","geometry":{"type":"Point","coordinates":[-1.0670776,51.2829664]},"properties":{"@type":"node","@id":4026875801,"@timestamp":1456437976},"coords":"51.2829664,-1.0670776","bedrooms":"4","price":"185000","area":"538"} , +{"type":"Feature","id":"n4027037289","geometry":{"type":"Point","coordinates":[0.3460615,51.4694215]},"properties":{"@type":"node","@id":4027037289,"@timestamp":1603761199},"coords":"51.4694215,0.3460615","bedrooms":"4","price":"274000","area":"399"} , +{"type":"Feature","id":"n4027037299","geometry":{"type":"Point","coordinates":[0.3455198,51.4693923]},"properties":{"@type":"node","@id":4027037299,"@timestamp":1456447362},"coords":"51.4693923,0.3455198","bedrooms":"0","price":"279000","area":"420"} , +{"type":"Feature","id":"n4027930112","geometry":{"type":"Point","coordinates":[0.4813619,51.6759546]},"properties":{"@type":"node","@id":4027930112,"@timestamp":1456491645},"coords":"51.6759546,0.4813619","bedrooms":"4","price":"256000","area":"571"} , +{"type":"Feature","id":"n4027931646","geometry":{"type":"Point","coordinates":[0.469874,51.6736409]},"properties":{"@type":"node","@id":4027931646,"@timestamp":1456491607},"coords":"51.6736409,0.469874","bedrooms":"1","price":"231000","area":"630"} , +{"type":"Feature","id":"n4028873474","geometry":{"type":"Point","coordinates":[-1.0832168,51.2804659]},"properties":{"@type":"node","@id":4028873474,"@timestamp":1456519718},"coords":"51.2804659,-1.0832168","bedrooms":"1","price":"244000","area":"361"} , +{"type":"Feature","id":"n4028943647","geometry":{"type":"Point","coordinates":[-1.1043834,51.274696]},"properties":{"@type":"node","@id":4028943647,"@timestamp":1572014482},"coords":"51.274696,-1.1043834","bedrooms":"2","price":"244000","area":"580"} , +{"type":"Feature","id":"n4029108925","geometry":{"type":"Point","coordinates":[-0.9015099,51.5560328]},"properties":{"@type":"node","@id":4029108925,"@timestamp":1561554109},"coords":"51.5560328,-0.9015099","bedrooms":"4","price":"182000","area":"623"} , +{"type":"Feature","id":"n4030213713","geometry":{"type":"Point","coordinates":[-0.3785335,51.0643293]},"properties":{"@type":"node","@id":4030213713,"@timestamp":1456597738},"coords":"51.0643293,-0.3785335","bedrooms":"1","price":"210000","area":"387"} , +{"type":"Feature","id":"n4030580676","geometry":{"type":"Point","coordinates":[-0.1668237,51.5242025]},"properties":{"@type":"node","@id":4030580676,"@timestamp":1604930451},"coords":"51.5242025,-0.1668237","bedrooms":"0","price":"164000","area":"687"} , +{"type":"Feature","id":"n4031421927","geometry":{"type":"Point","coordinates":[0.6653387,51.5628648]},"properties":{"@type":"node","@id":4031421927,"@timestamp":1456676822},"coords":"51.5628648,0.6653387","bedrooms":"1","price":"202000","area":"589"} , +{"type":"Feature","id":"n4032110824","geometry":{"type":"Point","coordinates":[-0.0494756,51.3980974]},"properties":{"@type":"node","@id":4032110824,"@timestamp":1456701576},"coords":"51.3980974,-0.0494756","bedrooms":"3","price":"225000","area":"627"} , +{"type":"Feature","id":"n4032958826","geometry":{"type":"Point","coordinates":[0.0878887,51.0192449]},"properties":{"@type":"node","@id":4032958826,"@timestamp":1587021057},"coords":"51.0192449,0.0878887","bedrooms":"1","price":"164000","area":"405"} , +{"type":"Feature","id":"n4033329929","geometry":{"type":"Point","coordinates":[-0.9951581,51.7728384]},"properties":{"@type":"node","@id":4033329929,"@timestamp":1456767224},"coords":"51.7728384,-0.9951581","bedrooms":"2","price":"165000","area":"450"} , +{"type":"Feature","id":"n4033454179","geometry":{"type":"Point","coordinates":[-0.375185,51.2415533]},"properties":{"@type":"node","@id":4033454179,"@timestamp":1456772607},"coords":"51.2415533,-0.375185","bedrooms":"2","price":"279000","area":"425"} , +{"type":"Feature","id":"n4033958479","geometry":{"type":"Point","coordinates":[-0.0926281,51.5491692]},"properties":{"@type":"node","@id":4033958479,"@timestamp":1456791380},"coords":"51.5491692,-0.0926281","bedrooms":"2","price":"189000","area":"676"} , +{"type":"Feature","id":"n4033990045","geometry":{"type":"Point","coordinates":[-0.1966696,51.4737725]},"properties":{"@type":"node","@id":4033990045,"@timestamp":1564908059},"coords":"51.4737725,-0.1966696","bedrooms":"4","price":"231000","area":"509"} , +{"type":"Feature","id":"n4035081955","geometry":{"type":"Point","coordinates":[-0.0840758,51.5264302]},"properties":{"@type":"node","@id":4035081955,"@timestamp":1627694596},"coords":"51.5264302,-0.0840758","bedrooms":"2","price":"271000","area":"363"} , +{"type":"Feature","id":"n4035491789","geometry":{"type":"Point","coordinates":[-1.0121682,51.3858896]},"properties":{"@type":"node","@id":4035491789,"@timestamp":1496239075},"coords":"51.3858896,-1.0121682","bedrooms":"1","price":"175000","area":"538"} , +{"type":"Feature","id":"n4035582889","geometry":{"type":"Point","coordinates":[-0.3820355,51.0814198]},"properties":{"@type":"node","@id":4035582889,"@timestamp":1456868520},"coords":"51.0814198,-0.3820355","bedrooms":"3","price":"286000","area":"413"} , +{"type":"Feature","id":"n4035620487","geometry":{"type":"Point","coordinates":[-0.9805353,51.4218554]},"properties":{"@type":"node","@id":4035620487,"@timestamp":1612619876},"coords":"51.4218554,-0.9805353","bedrooms":"4","price":"212000","area":"471"} , +{"type":"Feature","id":"n4035648794","geometry":{"type":"Point","coordinates":[-0.0440908,51.6299971]},"properties":{"@type":"node","@id":4035648794,"@timestamp":1456870753},"coords":"51.6299971,-0.0440908","bedrooms":"1","price":"175000","area":"438"} , +{"type":"Feature","id":"n4035666491","geometry":{"type":"Point","coordinates":[-0.0453025,51.6285006]},"properties":{"@type":"node","@id":4035666491,"@timestamp":1456871596},"coords":"51.6285006,-0.0453025","bedrooms":"2","price":"282000","area":"646"} , +{"type":"Feature","id":"n4035690646","geometry":{"type":"Point","coordinates":[-0.0467724,51.6269238]},"properties":{"@type":"node","@id":4035690646,"@timestamp":1456873481},"coords":"51.6269238,-0.0467724","bedrooms":"2","price":"213000","area":"577"} , +{"type":"Feature","id":"n4035690663","geometry":{"type":"Point","coordinates":[-0.0458933,51.6273281]},"properties":{"@type":"node","@id":4035690663,"@timestamp":1456872734},"coords":"51.6273281,-0.0458933","bedrooms":"2","price":"212000","area":"526"} , +{"type":"Feature","id":"n4035708697","geometry":{"type":"Point","coordinates":[-0.045678,51.6266358]},"properties":{"@type":"node","@id":4035708697,"@timestamp":1456873478},"coords":"51.6266358,-0.045678","bedrooms":"0","price":"260000","area":"408"} , +{"type":"Feature","id":"n4035716481","geometry":{"type":"Point","coordinates":[-0.042275,51.6289498]},"properties":{"@type":"node","@id":4035716481,"@timestamp":1456873907},"coords":"51.6289498,-0.042275","bedrooms":"2","price":"297000","area":"435"} , +{"type":"Feature","id":"n4035724236","geometry":{"type":"Point","coordinates":[-0.0427524,51.629734]},"properties":{"@type":"node","@id":4035724236,"@timestamp":1456874986},"coords":"51.629734,-0.0427524","bedrooms":"0","price":"211000","area":"414"} , +{"type":"Feature","id":"n4035737495","geometry":{"type":"Point","coordinates":[-0.0435839,51.6299671]},"properties":{"@type":"node","@id":4035737495,"@timestamp":1456874985},"coords":"51.6299671,-0.0435839","bedrooms":"3","price":"150000","area":"488"} , +{"type":"Feature","id":"n4035744545","geometry":{"type":"Point","coordinates":[-0.0411719,51.6306651]},"properties":{"@type":"node","@id":4035744545,"@timestamp":1456875989},"coords":"51.6306651,-0.0411719","bedrooms":"4","price":"194000","area":"494"} , +{"type":"Feature","id":"n4035744556","geometry":{"type":"Point","coordinates":[-0.0415367,51.6300374]},"properties":{"@type":"node","@id":4035744556,"@timestamp":1456875989},"coords":"51.6300374,-0.0415367","bedrooms":"4","price":"166000","area":"422"} , +{"type":"Feature","id":"n4035760149","geometry":{"type":"Point","coordinates":[-0.0420463,51.629726]},"properties":{"@type":"node","@id":4035760149,"@timestamp":1456876908},"coords":"51.629726,-0.0420463","bedrooms":"4","price":"245000","area":"393"} , +{"type":"Feature","id":"n4036062207","geometry":{"type":"Point","coordinates":[-1.0289893,51.5098274]},"properties":{"@type":"node","@id":4036062207,"@timestamp":1456907793},"coords":"51.5098274,-1.0289893","bedrooms":"0","price":"285000","area":"374"} , +{"type":"Feature","id":"n4036391653","geometry":{"type":"Point","coordinates":[0.1395039,51.7986456]},"properties":{"@type":"node","@id":4036391653,"@timestamp":1456923232},"coords":"51.7986456,0.1395039","bedrooms":"2","price":"199000","area":"671"} , +{"type":"Feature","id":"n4037229189","geometry":{"type":"Point","coordinates":[-0.9701747,51.4503931]},"properties":{"@type":"node","@id":4037229189,"@timestamp":1603360629},"coords":"51.4503931,-0.9701747","bedrooms":"1","price":"214000","area":"488"} , +{"type":"Feature","id":"n4037432713","geometry":{"type":"Point","coordinates":[-0.0253077,51.4766655]},"properties":{"@type":"node","@id":4037432713,"@timestamp":1456961684},"coords":"51.4766655,-0.0253077","bedrooms":"2","price":"183000","area":"457"} , +{"type":"Feature","id":"n4037479549","geometry":{"type":"Point","coordinates":[-0.0259193,51.4752128]},"properties":{"@type":"node","@id":4037479549,"@timestamp":1559322219},"coords":"51.4752128,-0.0259193","bedrooms":"0","price":"294000","area":"394"} , +{"type":"Feature","id":"n4037522916","geometry":{"type":"Point","coordinates":[-0.0262947,51.4744327]},"properties":{"@type":"node","@id":4037522916,"@timestamp":1634568012},"coords":"51.4744327,-0.0262947","bedrooms":"0","price":"199000","area":"510"} , +{"type":"Feature","id":"n4038424472","geometry":{"type":"Point","coordinates":[-1.0693303,51.3995385]},"properties":{"@type":"node","@id":4038424472,"@timestamp":1559678230},"coords":"51.3995385,-1.0693303","bedrooms":"4","price":"255000","area":"685"} , +{"type":"Feature","id":"n4038831942","geometry":{"type":"Point","coordinates":[-0.0310498,51.6682225]},"properties":{"@type":"node","@id":4038831942,"@timestamp":1602705577},"coords":"51.6682225,-0.0310498","bedrooms":"0","price":"163000","area":"559"} , +{"type":"Feature","id":"n4038831959","geometry":{"type":"Point","coordinates":[-0.0307263,51.6670804]},"properties":{"@type":"node","@id":4038831959,"@timestamp":1457029481},"coords":"51.6670804,-0.0307263","bedrooms":"0","price":"286000","area":"523"} , +{"type":"Feature","id":"n4038835421","geometry":{"type":"Point","coordinates":[-0.0311662,51.6653371]},"properties":{"@type":"node","@id":4038835421,"@timestamp":1464790019},"coords":"51.6653371,-0.0311662","bedrooms":"2","price":"284000","area":"477"} , +{"type":"Feature","id":"n4039292975","geometry":{"type":"Point","coordinates":[-0.1056491,51.564291]},"properties":{"@type":"node","@id":4039292975,"@timestamp":1564908059},"coords":"51.564291,-0.1056491","bedrooms":"3","price":"264000","area":"460"} , +{"type":"Feature","id":"n4039760721","geometry":{"type":"Point","coordinates":[-0.0110775,51.6707387]},"properties":{"@type":"node","@id":4039760721,"@timestamp":1457083857},"coords":"51.6707387,-0.0110775","bedrooms":"2","price":"239000","area":"691"} , +{"type":"Feature","id":"n4039760751","geometry":{"type":"Point","coordinates":[-0.0153691,51.6710606]},"properties":{"@type":"node","@id":4039760751,"@timestamp":1613826579},"coords":"51.6710606,-0.0153691","bedrooms":"1","price":"286000","area":"497"} , +{"type":"Feature","id":"n4040275713","geometry":{"type":"Point","coordinates":[0.0550431,51.3660638]},"properties":{"@type":"node","@id":4040275713,"@timestamp":1620068386},"coords":"51.3660638,0.0550431","bedrooms":"4","price":"298000","area":"373"} , +{"type":"Feature","id":"n4040435093","geometry":{"type":"Point","coordinates":[-0.1578909,51.4767897]},"properties":{"@type":"node","@id":4040435093,"@timestamp":1457110689},"coords":"51.4767897,-0.1578909","bedrooms":"3","price":"210000","area":"498"} , +{"type":"Feature","id":"n4041328924","geometry":{"type":"Point","coordinates":[0.2556465,51.0576442]},"properties":{"@type":"node","@id":4041328924,"@timestamp":1599344495},"coords":"51.0576442,0.2556465","bedrooms":"3","price":"235000","area":"550"} , +{"type":"Feature","id":"n4041860040","geometry":{"type":"Point","coordinates":[-0.3316176,51.4451974]},"properties":{"@type":"node","@id":4041860040,"@timestamp":1540981313},"coords":"51.4451974,-0.3316176","bedrooms":"2","price":"237000","area":"687"} , +{"type":"Feature","id":"n4042525110","geometry":{"type":"Point","coordinates":[-0.1209032,51.5581861]},"properties":{"@type":"node","@id":4042525110,"@timestamp":1467811725},"coords":"51.5581861,-0.1209032","bedrooms":"1","price":"192000","area":"385"} , +{"type":"Feature","id":"n4042763251","geometry":{"type":"Point","coordinates":[0.0108892,51.5167435]},"properties":{"@type":"node","@id":4042763251,"@timestamp":1594236688},"coords":"51.5167435,0.0108892","bedrooms":"2","price":"207000","area":"440"} , +{"type":"Feature","id":"n4042892955","geometry":{"type":"Point","coordinates":[-0.0102796,51.5229013]},"properties":{"@type":"node","@id":4042892955,"@timestamp":1564908059},"coords":"51.5229013,-0.0102796","bedrooms":"1","price":"168000","area":"403"} , +{"type":"Feature","id":"n4044699493","geometry":{"type":"Point","coordinates":[-0.3207089,51.1361955]},"properties":{"@type":"node","@id":4044699493,"@timestamp":1457299070},"coords":"51.1361955,-0.3207089","bedrooms":"0","price":"193000","area":"445"} , +{"type":"Feature","id":"n4045458631","geometry":{"type":"Point","coordinates":[-0.7022457,51.3296944]},"properties":{"@type":"node","@id":4045458631,"@timestamp":1571582316},"coords":"51.3296944,-0.7022457","bedrooms":"1","price":"203000","area":"524"} , +{"type":"Feature","id":"n4046249317","geometry":{"type":"Point","coordinates":[-0.0469039,51.6391058]},"properties":{"@type":"node","@id":4046249317,"@timestamp":1457377363},"coords":"51.6391058,-0.0469039","bedrooms":"0","price":"207000","area":"536"} , +{"type":"Feature","id":"n4046270661","geometry":{"type":"Point","coordinates":[-0.0445139,51.6353249]},"properties":{"@type":"node","@id":4046270661,"@timestamp":1457378998},"coords":"51.6353249,-0.0445139","bedrooms":"0","price":"287000","area":"368"} , +{"type":"Feature","id":"n4046270675","geometry":{"type":"Point","coordinates":[-0.044325,51.6353617]},"properties":{"@type":"node","@id":4046270675,"@timestamp":1457378825},"coords":"51.6353617,-0.044325","bedrooms":"2","price":"157000","area":"529"} , +{"type":"Feature","id":"n4046293899","geometry":{"type":"Point","coordinates":[-0.0437227,51.6332623]},"properties":{"@type":"node","@id":4046293899,"@timestamp":1457379260},"coords":"51.6332623,-0.0437227","bedrooms":"3","price":"245000","area":"467"} , +{"type":"Feature","id":"n4046293909","geometry":{"type":"Point","coordinates":[-0.0445435,51.6349888]},"properties":{"@type":"node","@id":4046293909,"@timestamp":1457379261},"coords":"51.6349888,-0.0445435","bedrooms":"4","price":"241000","area":"357"} , +{"type":"Feature","id":"n4046325052","geometry":{"type":"Point","coordinates":[-0.0457639,51.6567516]},"properties":{"@type":"node","@id":4046325052,"@timestamp":1602177538},"coords":"51.6567516,-0.0457639","bedrooms":"2","price":"226000","area":"603"} , +{"type":"Feature","id":"n4046358564","geometry":{"type":"Point","coordinates":[-0.044259,51.6570721]},"properties":{"@type":"node","@id":4046358564,"@timestamp":1602155188},"coords":"51.6570721,-0.044259","bedrooms":"2","price":"212000","area":"699"} , +{"type":"Feature","id":"n4046358583","geometry":{"type":"Point","coordinates":[-0.0448455,51.6567747]},"properties":{"@type":"node","@id":4046358583,"@timestamp":1602155188},"coords":"51.6567747,-0.0448455","bedrooms":"0","price":"214000","area":"650"} , +{"type":"Feature","id":"n4046389045","geometry":{"type":"Point","coordinates":[-0.0422528,51.6570814]},"properties":{"@type":"node","@id":4046389045,"@timestamp":1602155188},"coords":"51.6570814,-0.0422528","bedrooms":"2","price":"167000","area":"531"} , +{"type":"Feature","id":"n4046389059","geometry":{"type":"Point","coordinates":[-0.0444065,51.6585668]},"properties":{"@type":"node","@id":4046389059,"@timestamp":1602155188},"coords":"51.6585668,-0.0444065","bedrooms":"3","price":"260000","area":"391"} , +{"type":"Feature","id":"n4046389073","geometry":{"type":"Point","coordinates":[-0.0457429,51.6585286]},"properties":{"@type":"node","@id":4046389073,"@timestamp":1602155188},"coords":"51.6585286,-0.0457429","bedrooms":"3","price":"256000","area":"433"} , +{"type":"Feature","id":"n4046398188","geometry":{"type":"Point","coordinates":[-0.0429396,51.6582449]},"properties":{"@type":"node","@id":4046398188,"@timestamp":1602611761},"coords":"51.6582449,-0.0429396","bedrooms":"3","price":"217000","area":"371"} , +{"type":"Feature","id":"n4046399603","geometry":{"type":"Point","coordinates":[-0.042561,51.6585351]},"properties":{"@type":"node","@id":4046399603,"@timestamp":1602611761},"coords":"51.6585351,-0.042561","bedrooms":"0","price":"160000","area":"517"} , +{"type":"Feature","id":"n4046414119","geometry":{"type":"Point","coordinates":[-0.0420716,51.6637114]},"properties":{"@type":"node","@id":4046414119,"@timestamp":1602794044},"coords":"51.6637114,-0.0420716","bedrooms":"4","price":"204000","area":"624"} , +{"type":"Feature","id":"n4046414131","geometry":{"type":"Point","coordinates":[-0.0368852,51.6633054]},"properties":{"@type":"node","@id":4046414131,"@timestamp":1602794044},"coords":"51.6633054,-0.0368852","bedrooms":"0","price":"154000","area":"390"} , +{"type":"Feature","id":"n4046751195","geometry":{"type":"Point","coordinates":[-1.0877412,51.2686917]},"properties":{"@type":"node","@id":4046751195,"@timestamp":1457391594},"coords":"51.2686917,-1.0877412","bedrooms":"0","price":"227000","area":"601"} , +{"type":"Feature","id":"n4046774938","geometry":{"type":"Point","coordinates":[0.7071319,51.8407682]},"properties":{"@type":"node","@id":4046774938,"@timestamp":1457394269},"coords":"51.8407682,0.7071319","bedrooms":"4","price":"197000","area":"697"} , +{"type":"Feature","id":"n4046809563","geometry":{"type":"Point","coordinates":[0.7008688,51.8370143]},"properties":{"@type":"node","@id":4046809563,"@timestamp":1457393779},"coords":"51.8370143,0.7008688","bedrooms":"3","price":"193000","area":"576"} , +{"type":"Feature","id":"n4046943190","geometry":{"type":"Point","coordinates":[-0.0703084,51.5376323]},"properties":{"@type":"node","@id":4046943190,"@timestamp":1604778037},"coords":"51.5376323,-0.0703084","bedrooms":"0","price":"249000","area":"484"} , +{"type":"Feature","id":"n4047409498","geometry":{"type":"Point","coordinates":[-0.0034897,51.4626922]},"properties":{"@type":"node","@id":4047409498,"@timestamp":1564908059},"coords":"51.4626922,-0.0034897","bedrooms":"0","price":"211000","area":"673"} , +{"type":"Feature","id":"n4047509914","geometry":{"type":"Point","coordinates":[0.3368804,51.9056744]},"properties":{"@type":"node","@id":4047509914,"@timestamp":1457428101},"coords":"51.9056744,0.3368804","bedrooms":"0","price":"211000","area":"522"} , +{"type":"Feature","id":"n4048971613","geometry":{"type":"Point","coordinates":[-0.9846221,51.4229282]},"properties":{"@type":"node","@id":4048971613,"@timestamp":1612620394},"coords":"51.4229282,-0.9846221","bedrooms":"3","price":"186000","area":"592"} , +{"type":"Feature","id":"n4048989926","geometry":{"type":"Point","coordinates":[-0.9799114,51.4236338]},"properties":{"@type":"node","@id":4048989926,"@timestamp":1609366972},"coords":"51.4236338,-0.9799114","bedrooms":"0","price":"299000","area":"517"} , +{"type":"Feature","id":"n4049133298","geometry":{"type":"Point","coordinates":[-0.976525,51.3887284]},"properties":{"@type":"node","@id":4049133298,"@timestamp":1457472566},"coords":"51.3887284,-0.976525","bedrooms":"3","price":"174000","area":"513"} , +{"type":"Feature","id":"n4049169447","geometry":{"type":"Point","coordinates":[-0.9785742,51.3872925]},"properties":{"@type":"node","@id":4049169447,"@timestamp":1457473233},"coords":"51.3872925,-0.9785742","bedrooms":"3","price":"213000","area":"456"} , +{"type":"Feature","id":"n4049211613","geometry":{"type":"Point","coordinates":[-0.8842423,51.7432419]},"properties":{"@type":"node","@id":4049211613,"@timestamp":1457475437},"coords":"51.7432419,-0.8842423","bedrooms":"3","price":"207000","area":"488"} , +{"type":"Feature","id":"n4049429367","geometry":{"type":"Point","coordinates":[-0.4565217,51.4948142]},"properties":{"@type":"node","@id":4049429367,"@timestamp":1457487067},"coords":"51.4948142,-0.4565217","bedrooms":"2","price":"274000","area":"694"} , +{"type":"Feature","id":"n4049777424","geometry":{"type":"Point","coordinates":[-0.1439112,51.4957599]},"properties":{"@type":"node","@id":4049777424,"@timestamp":1457503077},"coords":"51.4957599,-0.1439112","bedrooms":"4","price":"174000","area":"603"} , +{"type":"Feature","id":"n4049997368","geometry":{"type":"Point","coordinates":[0.0107684,51.4698752]},"properties":{"@type":"node","@id":4049997368,"@timestamp":1564908059},"coords":"51.4698752,0.0107684","bedrooms":"0","price":"297000","area":"485"} , +{"type":"Feature","id":"n4049997378","geometry":{"type":"Point","coordinates":[0.0199215,51.4810607]},"properties":{"@type":"node","@id":4049997378,"@timestamp":1457515584},"coords":"51.4810607,0.0199215","bedrooms":"1","price":"288000","area":"578"} , +{"type":"Feature","id":"n4050290267","geometry":{"type":"Point","coordinates":[0.2442903,51.8128307]},"properties":{"@type":"node","@id":4050290267,"@timestamp":1620162523},"coords":"51.8128307,0.2442903","bedrooms":"2","price":"202000","area":"409"} , +{"type":"Feature","id":"n4050304535","geometry":{"type":"Point","coordinates":[0.3277628,51.8286365]},"properties":{"@type":"node","@id":4050304535,"@timestamp":1457528061},"coords":"51.8286365,0.3277628","bedrooms":"1","price":"162000","area":"400"} , +{"type":"Feature","id":"n4051903724","geometry":{"type":"Point","coordinates":[-0.7084122,51.4122131]},"properties":{"@type":"node","@id":4051903724,"@timestamp":1457558503},"coords":"51.4122131,-0.7084122","bedrooms":"2","price":"284000","area":"493"} , +{"type":"Feature","id":"n4051977411","geometry":{"type":"Point","coordinates":[-0.6745512,51.4107763]},"properties":{"@type":"node","@id":4051977411,"@timestamp":1550871815},"coords":"51.4107763,-0.6745512","bedrooms":"2","price":"221000","area":"522"} , +{"type":"Feature","id":"n4052009992","geometry":{"type":"Point","coordinates":[-0.6715602,51.4032902]},"properties":{"@type":"node","@id":4052009992,"@timestamp":1609773374},"coords":"51.4032902,-0.6715602","bedrooms":"4","price":"180000","area":"479"} , +{"type":"Feature","id":"n4052025264","geometry":{"type":"Point","coordinates":[0.1029832,51.5276554]},"properties":{"@type":"node","@id":4052025264,"@timestamp":1457564984},"coords":"51.5276554,0.1029832","bedrooms":"3","price":"265000","area":"614"} , +{"type":"Feature","id":"n4052090037","geometry":{"type":"Point","coordinates":[-0.039912,51.5488288]},"properties":{"@type":"node","@id":4052090037,"@timestamp":1600470275},"coords":"51.5488288,-0.039912","bedrooms":"2","price":"179000","area":"509"} , +{"type":"Feature","id":"n4052201946","geometry":{"type":"Point","coordinates":[0.1116628,51.5210703]},"properties":{"@type":"node","@id":4052201946,"@timestamp":1572516671},"coords":"51.5210703,0.1116628","bedrooms":"3","price":"171000","area":"377"} , +{"type":"Feature","id":"n4052328558","geometry":{"type":"Point","coordinates":[-0.1438693,51.4964006]},"properties":{"@type":"node","@id":4052328558,"@timestamp":1457600306},"coords":"51.4964006,-0.1438693","bedrooms":"2","price":"259000","area":"468"} , +{"type":"Feature","id":"n4052328627","geometry":{"type":"Point","coordinates":[-0.1431011,51.4965382]},"properties":{"@type":"node","@id":4052328627,"@timestamp":1457591927},"coords":"51.4965382,-0.1431011","bedrooms":"4","price":"286000","area":"666"} , +{"type":"Feature","id":"n4052472021","geometry":{"type":"Point","coordinates":[-0.1439917,51.4962753]},"properties":{"@type":"node","@id":4052472021,"@timestamp":1460968970},"coords":"51.4962753,-0.1439917","bedrooms":"0","price":"252000","area":"589"} , +{"type":"Feature","id":"n4052472045","geometry":{"type":"Point","coordinates":[-0.1439916,51.4962852]},"properties":{"@type":"node","@id":4052472045,"@timestamp":1460968970},"coords":"51.4962852,-0.1439916","bedrooms":"3","price":"250000","area":"447"} , +{"type":"Feature","id":"n4052472094","geometry":{"type":"Point","coordinates":[-0.1440734,51.4963855]},"properties":{"@type":"node","@id":4052472094,"@timestamp":1457600296},"coords":"51.4963855,-0.1440734","bedrooms":"0","price":"274000","area":"463"} , +{"type":"Feature","id":"n4052472112","geometry":{"type":"Point","coordinates":[-0.1436259,51.4963961]},"properties":{"@type":"node","@id":4052472112,"@timestamp":1457600296},"coords":"51.4963961,-0.1436259","bedrooms":"3","price":"276000","area":"540"} , +{"type":"Feature","id":"n4053020798","geometry":{"type":"Point","coordinates":[-0.1887816,51.1525219]},"properties":{"@type":"node","@id":4053020798,"@timestamp":1612294815},"coords":"51.1525219,-0.1887816","bedrooms":"2","price":"241000","area":"516"} , +{"type":"Feature","id":"n4053232761","geometry":{"type":"Point","coordinates":[0.0901843,51.5406825]},"properties":{"@type":"node","@id":4053232761,"@timestamp":1457625077},"coords":"51.5406825,0.0901843","bedrooms":"0","price":"192000","area":"549"} , +{"type":"Feature","id":"n4053238516","geometry":{"type":"Point","coordinates":[0.0917421,51.5419567]},"properties":{"@type":"node","@id":4053238516,"@timestamp":1457625081},"coords":"51.5419567,0.0917421","bedrooms":"3","price":"165000","area":"533"} , +{"type":"Feature","id":"n4053773768","geometry":{"type":"Point","coordinates":[-0.1957796,51.4753099]},"properties":{"@type":"node","@id":4053773768,"@timestamp":1457651164},"coords":"51.4753099,-0.1957796","bedrooms":"0","price":"286000","area":"415"} , +{"type":"Feature","id":"n4053773778","geometry":{"type":"Point","coordinates":[-0.1971867,51.475773]},"properties":{"@type":"node","@id":4053773778,"@timestamp":1457650276},"coords":"51.475773,-0.1971867","bedrooms":"3","price":"264000","area":"444"} , +{"type":"Feature","id":"n4053782542","geometry":{"type":"Point","coordinates":[-0.2214308,51.5136733]},"properties":{"@type":"node","@id":4053782542,"@timestamp":1457651457},"coords":"51.5136733,-0.2214308","bedrooms":"1","price":"168000","area":"640"} , +{"type":"Feature","id":"n4053787028","geometry":{"type":"Point","coordinates":[-0.0304638,51.5506012]},"properties":{"@type":"node","@id":4053787028,"@timestamp":1564908059},"coords":"51.5506012,-0.0304638","bedrooms":"0","price":"167000","area":"523"} , +{"type":"Feature","id":"n4053806683","geometry":{"type":"Point","coordinates":[-0.0436837,51.6315759]},"properties":{"@type":"node","@id":4053806683,"@timestamp":1457653253},"coords":"51.6315759,-0.0436837","bedrooms":"0","price":"249000","area":"662"} , +{"type":"Feature","id":"n4053806890","geometry":{"type":"Point","coordinates":[-0.0455612,51.6359693]},"properties":{"@type":"node","@id":4053806890,"@timestamp":1602162162},"coords":"51.6359693,-0.0455612","bedrooms":"3","price":"227000","area":"518"} , +{"type":"Feature","id":"n4053806901","geometry":{"type":"Point","coordinates":[-0.0472939,51.6392287]},"properties":{"@type":"node","@id":4053806901,"@timestamp":1457652899},"coords":"51.6392287,-0.0472939","bedrooms":"1","price":"184000","area":"531"} , +{"type":"Feature","id":"n4053816884","geometry":{"type":"Point","coordinates":[-0.198019,51.4760743]},"properties":{"@type":"node","@id":4053816884,"@timestamp":1457653318},"coords":"51.4760743,-0.198019","bedrooms":"1","price":"275000","area":"611"} , +{"type":"Feature","id":"n4053835654","geometry":{"type":"Point","coordinates":[-0.0417137,51.6311729]},"properties":{"@type":"node","@id":4053835654,"@timestamp":1457655037},"coords":"51.6311729,-0.0417137","bedrooms":"2","price":"225000","area":"583"} , +{"type":"Feature","id":"n4053835669","geometry":{"type":"Point","coordinates":[-0.0401217,51.6334472]},"properties":{"@type":"node","@id":4053835669,"@timestamp":1457655037},"coords":"51.6334472,-0.0401217","bedrooms":"4","price":"274000","area":"588"} , +{"type":"Feature","id":"n4053835682","geometry":{"type":"Point","coordinates":[-0.0408486,51.6328778]},"properties":{"@type":"node","@id":4053835682,"@timestamp":1457655038},"coords":"51.6328778,-0.0408486","bedrooms":"0","price":"213000","area":"419"} , +{"type":"Feature","id":"n4053839485","geometry":{"type":"Point","coordinates":[-0.0398549,51.6348388]},"properties":{"@type":"node","@id":4053839485,"@timestamp":1457655527},"coords":"51.6348388,-0.0398549","bedrooms":"1","price":"160000","area":"540"} , +{"type":"Feature","id":"n4053840673","geometry":{"type":"Point","coordinates":[-0.0387162,51.6372112]},"properties":{"@type":"node","@id":4053840673,"@timestamp":1602162162},"coords":"51.6372112,-0.0387162","bedrooms":"2","price":"165000","area":"355"} , +{"type":"Feature","id":"n4053845542","geometry":{"type":"Point","coordinates":[-0.0399876,51.6385146]},"properties":{"@type":"node","@id":4053845542,"@timestamp":1602162162},"coords":"51.6385146,-0.0399876","bedrooms":"1","price":"266000","area":"494"} , +{"type":"Feature","id":"n4053846353","geometry":{"type":"Point","coordinates":[-0.0389215,51.637569]},"properties":{"@type":"node","@id":4053846353,"@timestamp":1602162162},"coords":"51.637569,-0.0389215","bedrooms":"3","price":"250000","area":"483"} , +{"type":"Feature","id":"n4053862507","geometry":{"type":"Point","coordinates":[-0.0437602,51.639157]},"properties":{"@type":"node","@id":4053862507,"@timestamp":1602162162},"coords":"51.639157,-0.0437602","bedrooms":"4","price":"162000","area":"461"} , +{"type":"Feature","id":"n4053862525","geometry":{"type":"Point","coordinates":[-0.0419107,51.6432312]},"properties":{"@type":"node","@id":4053862525,"@timestamp":1599658298},"coords":"51.6432312,-0.0419107","bedrooms":"3","price":"253000","area":"530"} , +{"type":"Feature","id":"n4053862547","geometry":{"type":"Point","coordinates":[-0.0434745,51.6419836]},"properties":{"@type":"node","@id":4053862547,"@timestamp":1457658084},"coords":"51.6419836,-0.0434745","bedrooms":"3","price":"191000","area":"472"} , +{"type":"Feature","id":"n4053862575","geometry":{"type":"Point","coordinates":[-0.0422514,51.6429058]},"properties":{"@type":"node","@id":4053862575,"@timestamp":1457658084},"coords":"51.6429058,-0.0422514","bedrooms":"0","price":"191000","area":"573"} , +{"type":"Feature","id":"n4053863491","geometry":{"type":"Point","coordinates":[-0.0435752,51.6409997]},"properties":{"@type":"node","@id":4053863491,"@timestamp":1602162162},"coords":"51.6409997,-0.0435752","bedrooms":"2","price":"228000","area":"652"} , +{"type":"Feature","id":"n4053863516","geometry":{"type":"Point","coordinates":[-0.0418854,51.6431236]},"properties":{"@type":"node","@id":4053863516,"@timestamp":1599658298},"coords":"51.6431236,-0.0418854","bedrooms":"4","price":"273000","area":"503"} , +{"type":"Feature","id":"n4054792971","geometry":{"type":"Point","coordinates":[0.6258485,51.7292306]},"properties":{"@type":"node","@id":4054792971,"@timestamp":1457706686},"coords":"51.7292306,0.6258485","bedrooms":"2","price":"274000","area":"497"} , +{"type":"Feature","id":"n4055602939","geometry":{"type":"Point","coordinates":[-0.0406194,51.641331]},"properties":{"@type":"node","@id":4055602939,"@timestamp":1457738016},"coords":"51.641331,-0.0406194","bedrooms":"4","price":"278000","area":"391"} , +{"type":"Feature","id":"n4055607661","geometry":{"type":"Point","coordinates":[-0.0396841,51.6423956]},"properties":{"@type":"node","@id":4055607661,"@timestamp":1457738015},"coords":"51.6423956,-0.0396841","bedrooms":"4","price":"286000","area":"631"} , +{"type":"Feature","id":"n4055738750","geometry":{"type":"Point","coordinates":[-0.1281497,51.5246517]},"properties":{"@type":"node","@id":4055738750,"@timestamp":1631672417},"coords":"51.5246517,-0.1281497","bedrooms":"4","price":"258000","area":"606"} , +{"type":"Feature","id":"n4056980418","geometry":{"type":"Point","coordinates":[-0.6666109,51.9599195]},"properties":{"@type":"node","@id":4056980418,"@timestamp":1457805843},"coords":"51.9599195,-0.6666109","bedrooms":"2","price":"264000","area":"696"} , +{"type":"Feature","id":"n4057041356","geometry":{"type":"Point","coordinates":[-0.5976515,51.7938375]},"properties":{"@type":"node","@id":4057041356,"@timestamp":1457808552},"coords":"51.7938375,-0.5976515","bedrooms":"4","price":"154000","area":"664"} , +{"type":"Feature","id":"n4057041366","geometry":{"type":"Point","coordinates":[-0.5988293,51.7936533]},"properties":{"@type":"node","@id":4057041366,"@timestamp":1457808552},"coords":"51.7936533,-0.5988293","bedrooms":"0","price":"164000","area":"623"} , +{"type":"Feature","id":"n4057041542","geometry":{"type":"Point","coordinates":[-0.5969818,51.7740005]},"properties":{"@type":"node","@id":4057041542,"@timestamp":1457808553},"coords":"51.7740005,-0.5969818","bedrooms":"2","price":"267000","area":"521"} , +{"type":"Feature","id":"n4057041596","geometry":{"type":"Point","coordinates":[-0.5852444,51.7671089]},"properties":{"@type":"node","@id":4057041596,"@timestamp":1457808554},"coords":"51.7671089,-0.5852444","bedrooms":"0","price":"203000","area":"451"} , +{"type":"Feature","id":"n4057434645","geometry":{"type":"Point","coordinates":[-0.0767363,51.5381767]},"properties":{"@type":"node","@id":4057434645,"@timestamp":1564908059},"coords":"51.5381767,-0.0767363","bedrooms":"1","price":"233000","area":"693"} , +{"type":"Feature","id":"n4058147557","geometry":{"type":"Point","coordinates":[-0.21263,51.4599861]},"properties":{"@type":"node","@id":4058147557,"@timestamp":1479470978},"coords":"51.4599861,-0.21263","bedrooms":"4","price":"221000","area":"426"} , +{"type":"Feature","id":"n4058404148","geometry":{"type":"Point","coordinates":[-0.0368946,51.5827764]},"properties":{"@type":"node","@id":4058404148,"@timestamp":1457884895},"coords":"51.5827764,-0.0368946","bedrooms":"4","price":"168000","area":"463"} , +{"type":"Feature","id":"n4058440994","geometry":{"type":"Point","coordinates":[-0.0388285,51.5833824]},"properties":{"@type":"node","@id":4058440994,"@timestamp":1457886670},"coords":"51.5833824,-0.0388285","bedrooms":"1","price":"225000","area":"630"} , +{"type":"Feature","id":"n4058467286","geometry":{"type":"Point","coordinates":[-0.0391704,51.5895762]},"properties":{"@type":"node","@id":4058467286,"@timestamp":1457888214},"coords":"51.5895762,-0.0391704","bedrooms":"2","price":"180000","area":"427"} , +{"type":"Feature","id":"n4058598904","geometry":{"type":"Point","coordinates":[-0.0869421,51.5498126]},"properties":{"@type":"node","@id":4058598904,"@timestamp":1564908059},"coords":"51.5498126,-0.0869421","bedrooms":"2","price":"297000","area":"372"} , +{"type":"Feature","id":"n4058598914","geometry":{"type":"Point","coordinates":[-0.0814678,51.5520193]},"properties":{"@type":"node","@id":4058598914,"@timestamp":1590247222},"coords":"51.5520193,-0.0814678","bedrooms":"0","price":"179000","area":"366"} , +{"type":"Feature","id":"n4058646047","geometry":{"type":"Point","coordinates":[0.312155,51.4420082]},"properties":{"@type":"node","@id":4058646047,"@timestamp":1457895487},"coords":"51.4420082,0.312155","bedrooms":"2","price":"282000","area":"547"} , +{"type":"Feature","id":"n4058785552","geometry":{"type":"Point","coordinates":[-1.0555861,51.301738]},"properties":{"@type":"node","@id":4058785552,"@timestamp":1504643051},"coords":"51.301738,-1.0555861","bedrooms":"4","price":"275000","area":"467"} , +{"type":"Feature","id":"n4058891537","geometry":{"type":"Point","coordinates":[-0.0308808,51.5958588]},"properties":{"@type":"node","@id":4058891537,"@timestamp":1457906464},"coords":"51.5958588,-0.0308808","bedrooms":"2","price":"209000","area":"391"} , +{"type":"Feature","id":"n4058891547","geometry":{"type":"Point","coordinates":[-0.0341949,51.594479]},"properties":{"@type":"node","@id":4058891547,"@timestamp":1457906465},"coords":"51.594479,-0.0341949","bedrooms":"4","price":"212000","area":"408"} , +{"type":"Feature","id":"n4058891557","geometry":{"type":"Point","coordinates":[-0.0304753,51.5948602]},"properties":{"@type":"node","@id":4058891557,"@timestamp":1457906466},"coords":"51.5948602,-0.0304753","bedrooms":"4","price":"174000","area":"570"} , +{"type":"Feature","id":"n4058891567","geometry":{"type":"Point","coordinates":[-0.032385,51.594786]},"properties":{"@type":"node","@id":4058891567,"@timestamp":1461936078},"coords":"51.594786,-0.032385","bedrooms":"1","price":"176000","area":"606"} , +{"type":"Feature","id":"n4058903695","geometry":{"type":"Point","coordinates":[-1.0521191,51.3003356]},"properties":{"@type":"node","@id":4058903695,"@timestamp":1457907245},"coords":"51.3003356,-1.0521191","bedrooms":"1","price":"215000","area":"523"} , +{"type":"Feature","id":"n4058903709","geometry":{"type":"Point","coordinates":[-1.0477952,51.2994447]},"properties":{"@type":"node","@id":4058903709,"@timestamp":1518044128},"coords":"51.2994447,-1.0477952","bedrooms":"4","price":"154000","area":"478"} , +{"type":"Feature","id":"n4059354472","geometry":{"type":"Point","coordinates":[-0.1143319,51.5131944]},"properties":{"@type":"node","@id":4059354472,"@timestamp":1564908059},"coords":"51.5131944,-0.1143319","bedrooms":"1","price":"228000","area":"439"} , +{"type":"Feature","id":"n4059782537","geometry":{"type":"Point","coordinates":[0.1176508,51.6055318]},"properties":{"@type":"node","@id":4059782537,"@timestamp":1457958994},"coords":"51.6055318,0.1176508","bedrooms":"0","price":"162000","area":"651"} , +{"type":"Feature","id":"n4059797681","geometry":{"type":"Point","coordinates":[0.269951,51.6934086]},"properties":{"@type":"node","@id":4059797681,"@timestamp":1457959927},"coords":"51.6934086,0.269951","bedrooms":"4","price":"294000","area":"459"} , +{"type":"Feature","id":"n4059800645","geometry":{"type":"Point","coordinates":[0.2356047,51.6749112]},"properties":{"@type":"node","@id":4059800645,"@timestamp":1457959639},"coords":"51.6749112,0.2356047","bedrooms":"1","price":"234000","area":"512"} , +{"type":"Feature","id":"n4059802010","geometry":{"type":"Point","coordinates":[0.2522661,51.675326]},"properties":{"@type":"node","@id":4059802010,"@timestamp":1457959706},"coords":"51.675326,0.2522661","bedrooms":"4","price":"223000","area":"388"} , +{"type":"Feature","id":"n4059803996","geometry":{"type":"Point","coordinates":[0.2546388,51.6785663]},"properties":{"@type":"node","@id":4059803996,"@timestamp":1457959866},"coords":"51.6785663,0.2546388","bedrooms":"3","price":"277000","area":"403"} , +{"type":"Feature","id":"n4059813521","geometry":{"type":"Point","coordinates":[0.3581168,51.760681]},"properties":{"@type":"node","@id":4059813521,"@timestamp":1457960284},"coords":"51.760681,0.3581168","bedrooms":"1","price":"277000","area":"546"} , +{"type":"Feature","id":"n4059847648","geometry":{"type":"Point","coordinates":[0.0989965,51.7741281]},"properties":{"@type":"node","@id":4059847648,"@timestamp":1457961815},"coords":"51.7741281,0.0989965","bedrooms":"0","price":"271000","area":"467"} , +{"type":"Feature","id":"n4059854879","geometry":{"type":"Point","coordinates":[0.1206844,51.776594]},"properties":{"@type":"node","@id":4059854879,"@timestamp":1457962170},"coords":"51.776594,0.1206844","bedrooms":"1","price":"282000","area":"386"} , +{"type":"Feature","id":"n4059856759","geometry":{"type":"Point","coordinates":[0.1316815,51.7810453]},"properties":{"@type":"node","@id":4059856759,"@timestamp":1457962288},"coords":"51.7810453,0.1316815","bedrooms":"3","price":"219000","area":"482"} , +{"type":"Feature","id":"n4060278737","geometry":{"type":"Point","coordinates":[-0.1707618,51.507219]},"properties":{"@type":"node","@id":4060278737,"@timestamp":1463757632},"coords":"51.507219,-0.1707618","bedrooms":"1","price":"157000","area":"688"} , +{"type":"Feature","id":"n4060361442","geometry":{"type":"Point","coordinates":[-0.1419437,51.5690717]},"properties":{"@type":"node","@id":4060361442,"@timestamp":1628460084},"coords":"51.5690717,-0.1419437","bedrooms":"1","price":"253000","area":"675"} , +{"type":"Feature","id":"n4060366615","geometry":{"type":"Point","coordinates":[-0.7585629,51.4034532]},"properties":{"@type":"node","@id":4060366615,"@timestamp":1571773439},"coords":"51.4034532,-0.7585629","bedrooms":"2","price":"280000","area":"672"} , +{"type":"Feature","id":"n4060371149","geometry":{"type":"Point","coordinates":[-0.7613792,51.4007366]},"properties":{"@type":"node","@id":4060371149,"@timestamp":1457987771},"coords":"51.4007366,-0.7613792","bedrooms":"1","price":"261000","area":"494"} , +{"type":"Feature","id":"n4060588606","geometry":{"type":"Point","coordinates":[0.2507142,51.4381135]},"properties":{"@type":"node","@id":4060588606,"@timestamp":1593391419},"coords":"51.4381135,0.2507142","bedrooms":"4","price":"160000","area":"652"} , +{"type":"Feature","id":"n4060622481","geometry":{"type":"Point","coordinates":[-0.4647295,51.4263972]},"properties":{"@type":"node","@id":4060622481,"@timestamp":1457995209},"coords":"51.4263972,-0.4647295","bedrooms":"0","price":"205000","area":"361"} , +{"type":"Feature","id":"n4061026144","geometry":{"type":"Point","coordinates":[-0.0318824,51.5953109]},"properties":{"@type":"node","@id":4061026144,"@timestamp":1458022059},"coords":"51.5953109,-0.0318824","bedrooms":"1","price":"261000","area":"399"} , +{"type":"Feature","id":"n4061026157","geometry":{"type":"Point","coordinates":[-0.0315515,51.5961799]},"properties":{"@type":"node","@id":4061026157,"@timestamp":1458022060},"coords":"51.5961799,-0.0315515","bedrooms":"4","price":"210000","area":"527"} , +{"type":"Feature","id":"n4061026168","geometry":{"type":"Point","coordinates":[-0.0299958,51.5964757]},"properties":{"@type":"node","@id":4061026168,"@timestamp":1458022061},"coords":"51.5964757,-0.0299958","bedrooms":"4","price":"212000","area":"499"} , +{"type":"Feature","id":"n4061873540","geometry":{"type":"Point","coordinates":[-0.1563823,51.4612751]},"properties":{"@type":"node","@id":4061873540,"@timestamp":1569778759},"coords":"51.4612751,-0.1563823","bedrooms":"4","price":"286000","area":"491"} , +{"type":"Feature","id":"n4062103626","geometry":{"type":"Point","coordinates":[-0.5505315,51.7501326]},"properties":{"@type":"node","@id":4062103626,"@timestamp":1485688348},"coords":"51.7501326,-0.5505315","bedrooms":"2","price":"189000","area":"545"} , +{"type":"Feature","id":"n4062425000","geometry":{"type":"Point","coordinates":[-0.0134911,51.599877]},"properties":{"@type":"node","@id":4062425000,"@timestamp":1458079960},"coords":"51.599877,-0.0134911","bedrooms":"1","price":"216000","area":"434"} , +{"type":"Feature","id":"n4062428266","geometry":{"type":"Point","coordinates":[0.053235,51.3660311]},"properties":{"@type":"node","@id":4062428266,"@timestamp":1564908059},"coords":"51.3660311,0.053235","bedrooms":"4","price":"175000","area":"404"} , +{"type":"Feature","id":"n4062428434","geometry":{"type":"Point","coordinates":[0.0517867,51.3665719]},"properties":{"@type":"node","@id":4062428434,"@timestamp":1564908059},"coords":"51.3665719,0.0517867","bedrooms":"3","price":"236000","area":"642"} , +{"type":"Feature","id":"n4062514756","geometry":{"type":"Point","coordinates":[-0.1982214,51.4759828]},"properties":{"@type":"node","@id":4062514756,"@timestamp":1458084146},"coords":"51.4759828,-0.1982214","bedrooms":"2","price":"177000","area":"573"} , +{"type":"Feature","id":"n4062529211","geometry":{"type":"Point","coordinates":[-0.1977512,51.4757982]},"properties":{"@type":"node","@id":4062529211,"@timestamp":1458086077},"coords":"51.4757982,-0.1977512","bedrooms":"0","price":"247000","area":"571"} , +{"type":"Feature","id":"n4062529221","geometry":{"type":"Point","coordinates":[-0.1969512,51.4760684]},"properties":{"@type":"node","@id":4062529221,"@timestamp":1458086077},"coords":"51.4760684,-0.1969512","bedrooms":"3","price":"195000","area":"693"} , +{"type":"Feature","id":"n4062569318","geometry":{"type":"Point","coordinates":[-0.2017236,51.5217352]},"properties":{"@type":"node","@id":4062569318,"@timestamp":1458088032},"coords":"51.5217352,-0.2017236","bedrooms":"0","price":"267000","area":"428"} , +{"type":"Feature","id":"n4062672814","geometry":{"type":"Point","coordinates":[0.1328673,51.5053216]},"properties":{"@type":"node","@id":4062672814,"@timestamp":1515272576},"coords":"51.5053216,0.1328673","bedrooms":"0","price":"195000","area":"350"} , +{"type":"Feature","id":"n4062811885","geometry":{"type":"Point","coordinates":[0.0581583,51.5199386]},"properties":{"@type":"node","@id":4062811885,"@timestamp":1458106463},"coords":"51.5199386,0.0581583","bedrooms":"0","price":"231000","area":"651"} , +{"type":"Feature","id":"n4062811937","geometry":{"type":"Point","coordinates":[0.0616982,51.5211144]},"properties":{"@type":"node","@id":4062811937,"@timestamp":1458106464},"coords":"51.5211144,0.0616982","bedrooms":"3","price":"157000","area":"535"} , +{"type":"Feature","id":"n4062866619","geometry":{"type":"Point","coordinates":[0.036515,51.5180313]},"properties":{"@type":"node","@id":4062866619,"@timestamp":1458110158},"coords":"51.5180313,0.036515","bedrooms":"4","price":"283000","area":"434"} , +{"type":"Feature","id":"n4062900883","geometry":{"type":"Point","coordinates":[-0.0117722,51.5992706]},"properties":{"@type":"node","@id":4062900883,"@timestamp":1458112135},"coords":"51.5992706,-0.0117722","bedrooms":"3","price":"188000","area":"604"} , +{"type":"Feature","id":"n4062901193","geometry":{"type":"Point","coordinates":[-0.0118265,51.5985633]},"properties":{"@type":"node","@id":4062901193,"@timestamp":1458112136},"coords":"51.5985633,-0.0118265","bedrooms":"0","price":"215000","area":"636"} , +{"type":"Feature","id":"n4062907060","geometry":{"type":"Point","coordinates":[-0.0115849,51.5978477]},"properties":{"@type":"node","@id":4062907060,"@timestamp":1458112528},"coords":"51.5978477,-0.0115849","bedrooms":"1","price":"233000","area":"597"} , +{"type":"Feature","id":"n4062938065","geometry":{"type":"Point","coordinates":[0.285755,51.849821]},"properties":{"@type":"node","@id":4062938065,"@timestamp":1458114029},"coords":"51.849821,0.285755","bedrooms":"0","price":"268000","area":"672"} , +{"type":"Feature","id":"n4062965834","geometry":{"type":"Point","coordinates":[-0.1480164,51.5351959]},"properties":{"@type":"node","@id":4062965834,"@timestamp":1562103872},"coords":"51.5351959,-0.1480164","bedrooms":"3","price":"245000","area":"448"} , +{"type":"Feature","id":"n4063265044","geometry":{"type":"Point","coordinates":[0.3138695,51.7039738]},"properties":{"@type":"node","@id":4063265044,"@timestamp":1458127302},"coords":"51.7039738,0.3138695","bedrooms":"1","price":"173000","area":"634"} , +{"type":"Feature","id":"n4063351207","geometry":{"type":"Point","coordinates":[0.1389936,51.7831387]},"properties":{"@type":"node","@id":4063351207,"@timestamp":1458130864},"coords":"51.7831387,0.1389936","bedrooms":"4","price":"270000","area":"643"} , +{"type":"Feature","id":"n4063351235","geometry":{"type":"Point","coordinates":[0.139831,51.782805]},"properties":{"@type":"node","@id":4063351235,"@timestamp":1458130865},"coords":"51.782805,0.139831","bedrooms":"1","price":"223000","area":"517"} , +{"type":"Feature","id":"n4063355475","geometry":{"type":"Point","coordinates":[0.1299516,51.7840992]},"properties":{"@type":"node","@id":4063355475,"@timestamp":1458131138},"coords":"51.7840992,0.1299516","bedrooms":"1","price":"247000","area":"646"} , +{"type":"Feature","id":"n4063358375","geometry":{"type":"Point","coordinates":[0.1031503,51.7735118]},"properties":{"@type":"node","@id":4063358375,"@timestamp":1458131314},"coords":"51.7735118,0.1031503","bedrooms":"0","price":"225000","area":"505"} , +{"type":"Feature","id":"n4063363762","geometry":{"type":"Point","coordinates":[0.0789867,51.7691152]},"properties":{"@type":"node","@id":4063363762,"@timestamp":1458131837},"coords":"51.7691152,0.0789867","bedrooms":"3","price":"268000","area":"638"} , +{"type":"Feature","id":"n4063458219","geometry":{"type":"Point","coordinates":[-0.1417065,51.5426861]},"properties":{"@type":"node","@id":4063458219,"@timestamp":1600531974},"coords":"51.5426861,-0.1417065","bedrooms":"2","price":"153000","area":"584"} , +{"type":"Feature","id":"n4063477100","geometry":{"type":"Point","coordinates":[-0.0074706,51.5967472]},"properties":{"@type":"node","@id":4063477100,"@timestamp":1480757070},"coords":"51.5967472,-0.0074706","bedrooms":"2","price":"191000","area":"621"} , +{"type":"Feature","id":"n4063477113","geometry":{"type":"Point","coordinates":[-0.0072198,51.5957325]},"properties":{"@type":"node","@id":4063477113,"@timestamp":1458203768},"coords":"51.5957325,-0.0072198","bedrooms":"3","price":"196000","area":"404"} , +{"type":"Feature","id":"n4063497973","geometry":{"type":"Point","coordinates":[-0.0049856,51.5970096]},"properties":{"@type":"node","@id":4063497973,"@timestamp":1458135828},"coords":"51.5970096,-0.0049856","bedrooms":"0","price":"159000","area":"588"} , +{"type":"Feature","id":"n4063497983","geometry":{"type":"Point","coordinates":[-0.0064232,51.5966772]},"properties":{"@type":"node","@id":4063497983,"@timestamp":1480757071},"coords":"51.5966772,-0.0064232","bedrooms":"3","price":"220000","area":"688"} , +{"type":"Feature","id":"n4063605601","geometry":{"type":"Point","coordinates":[-1.0946621,51.2846062]},"properties":{"@type":"node","@id":4063605601,"@timestamp":1458141450},"coords":"51.2846062,-1.0946621","bedrooms":"0","price":"237000","area":"510"} , +{"type":"Feature","id":"n4063666234","geometry":{"type":"Point","coordinates":[-0.0945839,51.5364607]},"properties":{"@type":"node","@id":4063666234,"@timestamp":1616042188},"coords":"51.5364607,-0.0945839","bedrooms":"2","price":"208000","area":"409"} , +{"type":"Feature","id":"n4063666250","geometry":{"type":"Point","coordinates":[-0.092439,51.5372856]},"properties":{"@type":"node","@id":4063666250,"@timestamp":1616042188},"coords":"51.5372856,-0.092439","bedrooms":"0","price":"270000","area":"664"} , +{"type":"Feature","id":"n4064828890","geometry":{"type":"Point","coordinates":[-0.2434222,51.535272]},"properties":{"@type":"node","@id":4064828890,"@timestamp":1618768648},"coords":"51.535272,-0.2434222","bedrooms":"3","price":"152000","area":"560"} , +{"type":"Feature","id":"n4064941386","geometry":{"type":"Point","coordinates":[0.2163114,51.6827236]},"properties":{"@type":"node","@id":4064941386,"@timestamp":1458213425},"coords":"51.6827236,0.2163114","bedrooms":"2","price":"243000","area":"534"} , +{"type":"Feature","id":"n4065295677","geometry":{"type":"Point","coordinates":[-0.1531144,51.5082704]},"properties":{"@type":"node","@id":4065295677,"@timestamp":1553719288},"coords":"51.5082704,-0.1531144","bedrooms":"0","price":"174000","area":"398"} , +{"type":"Feature","id":"n4065358607","geometry":{"type":"Point","coordinates":[-0.1096108,51.6120788]},"properties":{"@type":"node","@id":4065358607,"@timestamp":1621137082},"coords":"51.6120788,-0.1096108","bedrooms":"0","price":"240000","area":"611"} , +{"type":"Feature","id":"n4065358645","geometry":{"type":"Point","coordinates":[-0.1086236,51.6124603]},"properties":{"@type":"node","@id":4065358645,"@timestamp":1524877070},"coords":"51.6124603,-0.1086236","bedrooms":"3","price":"150000","area":"470"} , +{"type":"Feature","id":"n4065358699","geometry":{"type":"Point","coordinates":[-0.1118327,51.6126198]},"properties":{"@type":"node","@id":4065358699,"@timestamp":1611807552},"coords":"51.6126198,-0.1118327","bedrooms":"0","price":"269000","area":"477"} , +{"type":"Feature","id":"n4065967943","geometry":{"type":"Point","coordinates":[0.2951729,51.4922226]},"properties":{"@type":"node","@id":4065967943,"@timestamp":1458255955},"coords":"51.4922226,0.2951729","bedrooms":"1","price":"269000","area":"380"} , +{"type":"Feature","id":"n4065967953","geometry":{"type":"Point","coordinates":[0.2956704,51.492104]},"properties":{"@type":"node","@id":4065967953,"@timestamp":1458255955},"coords":"51.492104,0.2956704","bedrooms":"1","price":"286000","area":"403"} , +{"type":"Feature","id":"n4065967963","geometry":{"type":"Point","coordinates":[0.2958555,51.4919821]},"properties":{"@type":"node","@id":4065967963,"@timestamp":1458255956},"coords":"51.4919821,0.2958555","bedrooms":"3","price":"211000","area":"451"} , +{"type":"Feature","id":"n4065967973","geometry":{"type":"Point","coordinates":[0.2957576,51.4918251]},"properties":{"@type":"node","@id":4065967973,"@timestamp":1458255956},"coords":"51.4918251,0.2957576","bedrooms":"2","price":"268000","area":"626"} , +{"type":"Feature","id":"n4065967983","geometry":{"type":"Point","coordinates":[0.2958488,51.491709]},"properties":{"@type":"node","@id":4065967983,"@timestamp":1458255956},"coords":"51.491709,0.2958488","bedrooms":"4","price":"151000","area":"373"} , +{"type":"Feature","id":"n4065969692","geometry":{"type":"Point","coordinates":[0.2954116,51.4914953]},"properties":{"@type":"node","@id":4065969692,"@timestamp":1458255956},"coords":"51.4914953,0.2954116","bedrooms":"4","price":"299000","area":"486"} , +{"type":"Feature","id":"n4065969702","geometry":{"type":"Point","coordinates":[0.2949869,51.4915858]},"properties":{"@type":"node","@id":4065969702,"@timestamp":1458255957},"coords":"51.4915858,0.2949869","bedrooms":"4","price":"213000","area":"588"} , +{"type":"Feature","id":"n4066821241","geometry":{"type":"Point","coordinates":[-0.0871057,51.5205399]},"properties":{"@type":"node","@id":4066821241,"@timestamp":1630043840},"coords":"51.5205399,-0.0871057","bedrooms":"1","price":"292000","area":"378"} , +{"type":"Feature","id":"n4066821251","geometry":{"type":"Point","coordinates":[-0.0862472,51.5213749]},"properties":{"@type":"node","@id":4066821251,"@timestamp":1458314248},"coords":"51.5213749,-0.0862472","bedrooms":"2","price":"275000","area":"524"} , +{"type":"Feature","id":"n4066821261","geometry":{"type":"Point","coordinates":[-0.0865147,51.5213995]},"properties":{"@type":"node","@id":4066821261,"@timestamp":1458314249},"coords":"51.5213995,-0.0865147","bedrooms":"4","price":"257000","area":"479"} , +{"type":"Feature","id":"n4066821271","geometry":{"type":"Point","coordinates":[-0.0881764,51.5234862]},"properties":{"@type":"node","@id":4066821271,"@timestamp":1618673924},"coords":"51.5234862,-0.0881764","bedrooms":"4","price":"291000","area":"387"} , +{"type":"Feature","id":"n4067508055","geometry":{"type":"Point","coordinates":[-0.9831562,51.1846863]},"properties":{"@type":"node","@id":4067508055,"@timestamp":1458337460},"coords":"51.1846863,-0.9831562","bedrooms":"3","price":"291000","area":"514"} , +{"type":"Feature","id":"n4068287439","geometry":{"type":"Point","coordinates":[-0.4555842,51.2260271]},"properties":{"@type":"node","@id":4068287439,"@timestamp":1573049199},"coords":"51.2260271,-0.4555842","bedrooms":"3","price":"298000","area":"508"} , +{"type":"Feature","id":"n4068313684","geometry":{"type":"Point","coordinates":[-0.4216168,51.0559321]},"properties":{"@type":"node","@id":4068313684,"@timestamp":1458392347},"coords":"51.0559321,-0.4216168","bedrooms":"3","price":"272000","area":"662"} , +{"type":"Feature","id":"n4068356435","geometry":{"type":"Point","coordinates":[0.0639655,51.4308713]},"properties":{"@type":"node","@id":4068356435,"@timestamp":1458395198},"coords":"51.4308713,0.0639655","bedrooms":"1","price":"231000","area":"603"} , +{"type":"Feature","id":"n4068683225","geometry":{"type":"Point","coordinates":[0.0968831,51.486463]},"properties":{"@type":"node","@id":4068683225,"@timestamp":1564908059},"coords":"51.486463,0.0968831","bedrooms":"2","price":"264000","area":"514"} , +{"type":"Feature","id":"n4069328509","geometry":{"type":"Point","coordinates":[-0.4910759,51.1651011]},"properties":{"@type":"node","@id":4069328509,"@timestamp":1458433720},"coords":"51.1651011,-0.4910759","bedrooms":"4","price":"212000","area":"650"} , +{"type":"Feature","id":"n4069329037","geometry":{"type":"Point","coordinates":[-0.5471974,51.165494]},"properties":{"@type":"node","@id":4069329037,"@timestamp":1544392839},"coords":"51.165494,-0.5471974","bedrooms":"0","price":"256000","area":"383"} , +{"type":"Feature","id":"n4069470893","geometry":{"type":"Point","coordinates":[-0.4922473,51.1533852]},"properties":{"@type":"node","@id":4069470893,"@timestamp":1458502903},"coords":"51.1533852,-0.4922473","bedrooms":"3","price":"290000","area":"360"} , +{"type":"Feature","id":"n4069599438","geometry":{"type":"Point","coordinates":[-0.4887524,51.168374]},"properties":{"@type":"node","@id":4069599438,"@timestamp":1458466411},"coords":"51.168374,-0.4887524","bedrooms":"3","price":"185000","area":"390"} , +{"type":"Feature","id":"n4069772377","geometry":{"type":"Point","coordinates":[-0.4914415,51.7466962]},"properties":{"@type":"node","@id":4069772377,"@timestamp":1607541224},"coords":"51.7466962,-0.4914415","bedrooms":"2","price":"172000","area":"487"} , +{"type":"Feature","id":"n4069839092","geometry":{"type":"Point","coordinates":[-0.7586251,51.52712]},"properties":{"@type":"node","@id":4069839092,"@timestamp":1458482247},"coords":"51.52712,-0.7586251","bedrooms":"1","price":"260000","area":"642"} , +{"type":"Feature","id":"n4069839112","geometry":{"type":"Point","coordinates":[-0.7577695,51.5269765]},"properties":{"@type":"node","@id":4069839112,"@timestamp":1458482247},"coords":"51.5269765,-0.7577695","bedrooms":"2","price":"241000","area":"508"} , +{"type":"Feature","id":"n4069839132","geometry":{"type":"Point","coordinates":[-0.7584642,51.5271668]},"properties":{"@type":"node","@id":4069839132,"@timestamp":1458482248},"coords":"51.5271668,-0.7584642","bedrooms":"1","price":"293000","area":"354"} , +{"type":"Feature","id":"n4069839152","geometry":{"type":"Point","coordinates":[-0.7524855,51.5268347]},"properties":{"@type":"node","@id":4069839152,"@timestamp":1458482249},"coords":"51.5268347,-0.7524855","bedrooms":"2","price":"169000","area":"480"} , +{"type":"Feature","id":"n4070091891","geometry":{"type":"Point","coordinates":[-0.1580464,51.5228425]},"properties":{"@type":"node","@id":4070091891,"@timestamp":1556080381},"coords":"51.5228425,-0.1580464","bedrooms":"0","price":"232000","area":"457"} , +{"type":"Feature","id":"n4070110922","geometry":{"type":"Point","coordinates":[-0.0253304,51.5262187]},"properties":{"@type":"node","@id":4070110922,"@timestamp":1534461630},"coords":"51.5262187,-0.0253304","bedrooms":"2","price":"208000","area":"697"} , +{"type":"Feature","id":"n4070130243","geometry":{"type":"Point","coordinates":[-1.1096767,51.0031299]},"properties":{"@type":"node","@id":4070130243,"@timestamp":1458497352},"coords":"51.0031299,-1.1096767","bedrooms":"2","price":"264000","area":"498"} , +{"type":"Feature","id":"n4070130336","geometry":{"type":"Point","coordinates":[-1.1095855,51.0004698]},"properties":{"@type":"node","@id":4070130336,"@timestamp":1458497345},"coords":"51.0004698,-1.1095855","bedrooms":"4","price":"234000","area":"512"} , +{"type":"Feature","id":"n4070130519","geometry":{"type":"Point","coordinates":[-1.1074129,50.9989675]},"properties":{"@type":"node","@id":4070130519,"@timestamp":1458497340},"coords":"50.9989675,-1.1074129","bedrooms":"1","price":"154000","area":"356"} , +{"type":"Feature","id":"n4070130702","geometry":{"type":"Point","coordinates":[-1.1082336,51.0010032]},"properties":{"@type":"node","@id":4070130702,"@timestamp":1458497346},"coords":"51.0010032,-1.1082336","bedrooms":"2","price":"258000","area":"446"} , +{"type":"Feature","id":"n4070294411","geometry":{"type":"Point","coordinates":[-0.0211556,51.5829299]},"properties":{"@type":"node","@id":4070294411,"@timestamp":1482294540},"coords":"51.5829299,-0.0211556","bedrooms":"1","price":"195000","area":"659"} , +{"type":"Feature","id":"n4070354502","geometry":{"type":"Point","coordinates":[-0.4994152,51.1527725]},"properties":{"@type":"node","@id":4070354502,"@timestamp":1458503624},"coords":"51.1527725,-0.4994152","bedrooms":"2","price":"207000","area":"552"} , +{"type":"Feature","id":"n4070412550","geometry":{"type":"Point","coordinates":[-0.0335299,51.5908791]},"properties":{"@type":"node","@id":4070412550,"@timestamp":1458505098},"coords":"51.5908791,-0.0335299","bedrooms":"2","price":"281000","area":"583"} , +{"type":"Feature","id":"n4070506451","geometry":{"type":"Point","coordinates":[-0.0372509,51.5912361]},"properties":{"@type":"node","@id":4070506451,"@timestamp":1458508916},"coords":"51.5912361,-0.0372509","bedrooms":"4","price":"222000","area":"397"} , +{"type":"Feature","id":"n4070576407","geometry":{"type":"Point","coordinates":[-1.0848211,50.9805717]},"properties":{"@type":"node","@id":4070576407,"@timestamp":1458512011},"coords":"50.9805717,-1.0848211","bedrooms":"4","price":"247000","area":"454"} , +{"type":"Feature","id":"n4071059026","geometry":{"type":"Point","coordinates":[-0.0582874,51.4279072]},"properties":{"@type":"node","@id":4071059026,"@timestamp":1458536867},"coords":"51.4279072,-0.0582874","bedrooms":"3","price":"223000","area":"661"} , +{"type":"Feature","id":"n4071074618","geometry":{"type":"Point","coordinates":[-0.0698123,51.4286348]},"properties":{"@type":"node","@id":4071074618,"@timestamp":1473235769},"coords":"51.4286348,-0.0698123","bedrooms":"3","price":"191000","area":"539"} , +{"type":"Feature","id":"n4071088597","geometry":{"type":"Point","coordinates":[-0.0355778,51.5904179]},"properties":{"@type":"node","@id":4071088597,"@timestamp":1458539377},"coords":"51.5904179,-0.0355778","bedrooms":"0","price":"193000","area":"648"} , +{"type":"Feature","id":"n4071104726","geometry":{"type":"Point","coordinates":[-0.0355289,51.5920009]},"properties":{"@type":"node","@id":4071104726,"@timestamp":1459016072},"coords":"51.5920009,-0.0355289","bedrooms":"2","price":"161000","area":"596"} , +{"type":"Feature","id":"n4071104742","geometry":{"type":"Point","coordinates":[-0.0349375,51.5912623]},"properties":{"@type":"node","@id":4071104742,"@timestamp":1458540726},"coords":"51.5912623,-0.0349375","bedrooms":"0","price":"276000","area":"393"} , +{"type":"Feature","id":"n4071230691","geometry":{"type":"Point","coordinates":[0.2392982,51.8528572]},"properties":{"@type":"node","@id":4071230691,"@timestamp":1458549307},"coords":"51.8528572,0.2392982","bedrooms":"4","price":"259000","area":"654"} , +{"type":"Feature","id":"n4072142936","geometry":{"type":"Point","coordinates":[-0.0848116,51.5125]},"properties":{"@type":"node","@id":4072142936,"@timestamp":1458584991},"coords":"51.5125,-0.0848116","bedrooms":"1","price":"206000","area":"643"} , +{"type":"Feature","id":"n4072340263","geometry":{"type":"Point","coordinates":[-0.7354505,51.5234976]},"properties":{"@type":"node","@id":4072340263,"@timestamp":1458592455},"coords":"51.5234976,-0.7354505","bedrooms":"1","price":"165000","area":"433"} , +{"type":"Feature","id":"n4072340273","geometry":{"type":"Point","coordinates":[-0.7350668,51.5231222]},"properties":{"@type":"node","@id":4072340273,"@timestamp":1458592455},"coords":"51.5231222,-0.7350668","bedrooms":"0","price":"245000","area":"633"} , +{"type":"Feature","id":"n4072340283","geometry":{"type":"Point","coordinates":[-0.7426738,51.5233808]},"properties":{"@type":"node","@id":4072340283,"@timestamp":1458592456},"coords":"51.5233808,-0.7426738","bedrooms":"0","price":"253000","area":"563"} , +{"type":"Feature","id":"n4072354594","geometry":{"type":"Point","coordinates":[-1.0654742,51.3299016]},"properties":{"@type":"node","@id":4072354594,"@timestamp":1594671550},"coords":"51.3299016,-1.0654742","bedrooms":"0","price":"287000","area":"473"} , +{"type":"Feature","id":"n4072368784","geometry":{"type":"Point","coordinates":[-0.0353401,51.5917916]},"properties":{"@type":"node","@id":4072368784,"@timestamp":1458593846},"coords":"51.5917916,-0.0353401","bedrooms":"1","price":"155000","area":"518"} , +{"type":"Feature","id":"n4072378631","geometry":{"type":"Point","coordinates":[-1.0600467,51.3314494]},"properties":{"@type":"node","@id":4072378631,"@timestamp":1458594231},"coords":"51.3314494,-1.0600467","bedrooms":"0","price":"168000","area":"611"} , +{"type":"Feature","id":"n4072397737","geometry":{"type":"Point","coordinates":[-0.0664109,51.4293482]},"properties":{"@type":"node","@id":4072397737,"@timestamp":1473235769},"coords":"51.4293482,-0.0664109","bedrooms":"0","price":"295000","area":"680"} , +{"type":"Feature","id":"n4072476960","geometry":{"type":"Point","coordinates":[-0.1035977,51.5141475]},"properties":{"@type":"node","@id":4072476960,"@timestamp":1611884859},"coords":"51.5141475,-0.1035977","bedrooms":"3","price":"251000","area":"356"} , +{"type":"Feature","id":"n4072914950","geometry":{"type":"Point","coordinates":[0.2680043,51.7685533]},"properties":{"@type":"node","@id":4072914950,"@timestamp":1458632458},"coords":"51.7685533,0.2680043","bedrooms":"1","price":"159000","area":"678"} , +{"type":"Feature","id":"n4072958794","geometry":{"type":"Point","coordinates":[0.1945929,51.7943985]},"properties":{"@type":"node","@id":4072958794,"@timestamp":1458635051},"coords":"51.7943985,0.1945929","bedrooms":"0","price":"277000","area":"365"} , +{"type":"Feature","id":"n4073168922","geometry":{"type":"Point","coordinates":[-0.0645498,51.5714331]},"properties":{"@type":"node","@id":4073168922,"@timestamp":1493134213},"coords":"51.5714331,-0.0645498","bedrooms":"4","price":"198000","area":"593"} , +{"type":"Feature","id":"n4073833252","geometry":{"type":"Point","coordinates":[0.4310092,51.2246226]},"properties":{"@type":"node","@id":4073833252,"@timestamp":1548261132},"coords":"51.2246226,0.4310092","bedrooms":"3","price":"216000","area":"357"} , +{"type":"Feature","id":"n4073893922","geometry":{"type":"Point","coordinates":[-0.7659121,51.4229922]},"properties":{"@type":"node","@id":4073893922,"@timestamp":1461363395},"coords":"51.4229922,-0.7659121","bedrooms":"0","price":"156000","area":"410"} , +{"type":"Feature","id":"n4073998423","geometry":{"type":"Point","coordinates":[-0.9586849,51.4012986]},"properties":{"@type":"node","@id":4073998423,"@timestamp":1458679570},"coords":"51.4012986,-0.9586849","bedrooms":"2","price":"172000","area":"406"} , +{"type":"Feature","id":"n4074458993","geometry":{"type":"Point","coordinates":[-0.069959,51.5422006]},"properties":{"@type":"node","@id":4074458993,"@timestamp":1458697183},"coords":"51.5422006,-0.069959","bedrooms":"4","price":"231000","area":"482"} , +{"type":"Feature","id":"n4074638078","geometry":{"type":"Point","coordinates":[-0.0273743,51.5801924]},"properties":{"@type":"node","@id":4074638078,"@timestamp":1458717038},"coords":"51.5801924,-0.0273743","bedrooms":"3","price":"161000","area":"592"} , +{"type":"Feature","id":"n4074821121","geometry":{"type":"Point","coordinates":[0.37935,51.9321901]},"properties":{"@type":"node","@id":4074821121,"@timestamp":1545087706},"coords":"51.9321901,0.37935","bedrooms":"3","price":"169000","area":"405"} , +{"type":"Feature","id":"n4075042399","geometry":{"type":"Point","coordinates":[-0.0836918,51.5185607]},"properties":{"@type":"node","@id":4075042399,"@timestamp":1631527524},"coords":"51.5185607,-0.0836918","bedrooms":"3","price":"260000","area":"645"} , +{"type":"Feature","id":"n4075052316","geometry":{"type":"Point","coordinates":[0.5287015,51.8965847]},"properties":{"@type":"node","@id":4075052316,"@timestamp":1458732415},"coords":"51.8965847,0.5287015","bedrooms":"1","price":"292000","area":"556"} , +{"type":"Feature","id":"n4075065172","geometry":{"type":"Point","coordinates":[-0.0287638,51.578548]},"properties":{"@type":"node","@id":4075065172,"@timestamp":1458734350},"coords":"51.578548,-0.0287638","bedrooms":"0","price":"276000","area":"520"} , +{"type":"Feature","id":"n4075065182","geometry":{"type":"Point","coordinates":[-0.0285578,51.579164]},"properties":{"@type":"node","@id":4075065182,"@timestamp":1458734351},"coords":"51.579164,-0.0285578","bedrooms":"0","price":"197000","area":"550"} , +{"type":"Feature","id":"n4075093891","geometry":{"type":"Point","coordinates":[-0.0280591,51.5795747]},"properties":{"@type":"node","@id":4075093891,"@timestamp":1458734352},"coords":"51.5795747,-0.0280591","bedrooms":"4","price":"250000","area":"479"} , +{"type":"Feature","id":"n4075105192","geometry":{"type":"Point","coordinates":[-0.0278304,51.5777795]},"properties":{"@type":"node","@id":4075105192,"@timestamp":1458734895},"coords":"51.5777795,-0.0278304","bedrooms":"4","price":"205000","area":"675"} , +{"type":"Feature","id":"n4075109151","geometry":{"type":"Point","coordinates":[-0.028336,51.5769119]},"properties":{"@type":"node","@id":4075109151,"@timestamp":1458735240},"coords":"51.5769119,-0.028336","bedrooms":"3","price":"244000","area":"530"} , +{"type":"Feature","id":"n4075137644","geometry":{"type":"Point","coordinates":[0.2301151,51.6432446]},"properties":{"@type":"node","@id":4075137644,"@timestamp":1458736974},"coords":"51.6432446,0.2301151","bedrooms":"2","price":"176000","area":"539"} , +{"type":"Feature","id":"n4075145159","geometry":{"type":"Point","coordinates":[0.0916015,51.7547089]},"properties":{"@type":"node","@id":4075145159,"@timestamp":1458737515},"coords":"51.7547089,0.0916015","bedrooms":"0","price":"198000","area":"511"} , +{"type":"Feature","id":"n4075292899","geometry":{"type":"Point","coordinates":[-0.6467424,51.3088801]},"properties":{"@type":"node","@id":4075292899,"@timestamp":1458744599},"coords":"51.3088801,-0.6467424","bedrooms":"0","price":"258000","area":"540"} , +{"type":"Feature","id":"n4075475405","geometry":{"type":"Point","coordinates":[-0.0341479,51.655803]},"properties":{"@type":"node","@id":4075475405,"@timestamp":1602155188},"coords":"51.655803,-0.0341479","bedrooms":"2","price":"150000","area":"495"} , +{"type":"Feature","id":"n4076048559","geometry":{"type":"Point","coordinates":[0.5573801,51.3824836]},"properties":{"@type":"node","@id":4076048559,"@timestamp":1458775616},"coords":"51.3824836,0.5573801","bedrooms":"1","price":"158000","area":"684"} , +{"type":"Feature","id":"n4076126454","geometry":{"type":"Point","coordinates":[-0.1021351,51.516135]},"properties":{"@type":"node","@id":4076126454,"@timestamp":1458785816},"coords":"51.516135,-0.1021351","bedrooms":"1","price":"243000","area":"409"} , +{"type":"Feature","id":"n4076195789","geometry":{"type":"Point","coordinates":[-0.006985,51.593837]},"properties":{"@type":"node","@id":4076195789,"@timestamp":1616894655},"coords":"51.593837,-0.006985","bedrooms":"4","price":"273000","area":"458"} , +{"type":"Feature","id":"n4076642056","geometry":{"type":"Point","coordinates":[0.1060314,51.771481]},"properties":{"@type":"node","@id":4076642056,"@timestamp":1458823950},"coords":"51.771481,0.1060314","bedrooms":"3","price":"174000","area":"607"} , +{"type":"Feature","id":"n4076649219","geometry":{"type":"Point","coordinates":[0.1097876,51.7762986]},"properties":{"@type":"node","@id":4076649219,"@timestamp":1458824152},"coords":"51.7762986,0.1097876","bedrooms":"4","price":"291000","area":"478"} , +{"type":"Feature","id":"n4076649229","geometry":{"type":"Point","coordinates":[0.1049627,51.7738442]},"properties":{"@type":"node","@id":4076649229,"@timestamp":1458824152},"coords":"51.7738442,0.1049627","bedrooms":"4","price":"183000","area":"459"} , +{"type":"Feature","id":"n4076822429","geometry":{"type":"Point","coordinates":[-0.8530061,51.0074945]},"properties":{"@type":"node","@id":4076822429,"@timestamp":1458831726},"coords":"51.0074945,-0.8530061","bedrooms":"4","price":"264000","area":"422"} , +{"type":"Feature","id":"n4077169777","geometry":{"type":"Point","coordinates":[-0.6817851,51.007503]},"properties":{"@type":"node","@id":4077169777,"@timestamp":1612128405},"coords":"51.007503,-0.6817851","bedrooms":"0","price":"212000","area":"368"} , +{"type":"Feature","id":"n4077296763","geometry":{"type":"Point","coordinates":[-0.1270285,51.6054149]},"properties":{"@type":"node","@id":4077296763,"@timestamp":1458854090},"coords":"51.6054149,-0.1270285","bedrooms":"2","price":"202000","area":"352"} , +{"type":"Feature","id":"n4077334860","geometry":{"type":"Point","coordinates":[-0.1256418,51.6047486]},"properties":{"@type":"node","@id":4077334860,"@timestamp":1458855696},"coords":"51.6047486,-0.1256418","bedrooms":"2","price":"191000","area":"634"} , +{"type":"Feature","id":"n4077337422","geometry":{"type":"Point","coordinates":[-0.842417,51.4108064]},"properties":{"@type":"node","@id":4077337422,"@timestamp":1625520953},"coords":"51.4108064,-0.842417","bedrooms":"4","price":"291000","area":"661"} , +{"type":"Feature","id":"n4077367041","geometry":{"type":"Point","coordinates":[-0.8422461,51.4108839]},"properties":{"@type":"node","@id":4077367041,"@timestamp":1625520953},"coords":"51.4108839,-0.8422461","bedrooms":"4","price":"181000","area":"659"} , +{"type":"Feature","id":"n4077373579","geometry":{"type":"Point","coordinates":[-0.8424736,51.4108404]},"properties":{"@type":"node","@id":4077373579,"@timestamp":1631749083},"coords":"51.4108404,-0.8424736","bedrooms":"2","price":"168000","area":"592"} , +{"type":"Feature","id":"n4077387333","geometry":{"type":"Point","coordinates":[-0.1854211,51.5679612]},"properties":{"@type":"node","@id":4077387333,"@timestamp":1458859323},"coords":"51.5679612,-0.1854211","bedrooms":"0","price":"233000","area":"632"} , +{"type":"Feature","id":"n4077391307","geometry":{"type":"Point","coordinates":[-0.186553,51.5683367]},"properties":{"@type":"node","@id":4077391307,"@timestamp":1458859753},"coords":"51.5683367,-0.186553","bedrooms":"2","price":"221000","area":"551"} , +{"type":"Feature","id":"n4077391318","geometry":{"type":"Point","coordinates":[-0.1867497,51.5685346]},"properties":{"@type":"node","@id":4077391318,"@timestamp":1458859753},"coords":"51.5685346,-0.1867497","bedrooms":"4","price":"278000","area":"488"} , +{"type":"Feature","id":"n4077391681","geometry":{"type":"Point","coordinates":[-0.8368816,51.4076464]},"properties":{"@type":"node","@id":4077391681,"@timestamp":1551237742},"coords":"51.4076464,-0.8368816","bedrooms":"4","price":"154000","area":"429"} , +{"type":"Feature","id":"n4077404815","geometry":{"type":"Point","coordinates":[-0.187189,51.5680812]},"properties":{"@type":"node","@id":4077404815,"@timestamp":1458860642},"coords":"51.5680812,-0.187189","bedrooms":"4","price":"166000","area":"586"} , +{"type":"Feature","id":"n4077407881","geometry":{"type":"Point","coordinates":[-0.1896986,51.5684072]},"properties":{"@type":"node","@id":4077407881,"@timestamp":1458861029},"coords":"51.5684072,-0.1896986","bedrooms":"0","price":"191000","area":"515"} , +{"type":"Feature","id":"n4077414220","geometry":{"type":"Point","coordinates":[-0.1911584,51.568335]},"properties":{"@type":"node","@id":4077414220,"@timestamp":1458861759},"coords":"51.568335,-0.1911584","bedrooms":"0","price":"192000","area":"613"} , +{"type":"Feature","id":"n4077495842","geometry":{"type":"Point","coordinates":[-0.1041193,51.5169414]},"properties":{"@type":"node","@id":4077495842,"@timestamp":1458867999},"coords":"51.5169414,-0.1041193","bedrooms":"0","price":"231000","area":"354"} , +{"type":"Feature","id":"n4077853509","geometry":{"type":"Point","coordinates":[-0.0736382,51.5171763]},"properties":{"@type":"node","@id":4077853509,"@timestamp":1579856009},"coords":"51.5171763,-0.0736382","bedrooms":"1","price":"256000","area":"378"} , +{"type":"Feature","id":"n4077858787","geometry":{"type":"Point","coordinates":[0.2426244,51.8607682]},"properties":{"@type":"node","@id":4077858787,"@timestamp":1458898938},"coords":"51.8607682,0.2426244","bedrooms":"1","price":"218000","area":"469"} , +{"type":"Feature","id":"n4077859302","geometry":{"type":"Point","coordinates":[0.2447704,51.8663338]},"properties":{"@type":"node","@id":4077859302,"@timestamp":1458898939},"coords":"51.8663338,0.2447704","bedrooms":"1","price":"174000","area":"539"} , +{"type":"Feature","id":"n4077859320","geometry":{"type":"Point","coordinates":[0.2428146,51.8645345]},"properties":{"@type":"node","@id":4077859320,"@timestamp":1458898939},"coords":"51.8645345,0.2428146","bedrooms":"1","price":"195000","area":"386"} , +{"type":"Feature","id":"n4077859330","geometry":{"type":"Point","coordinates":[0.2415354,51.8628784]},"properties":{"@type":"node","@id":4077859330,"@timestamp":1458898940},"coords":"51.8628784,0.2415354","bedrooms":"3","price":"295000","area":"498"} , +{"type":"Feature","id":"n4077859343","geometry":{"type":"Point","coordinates":[0.2427733,51.8625265]},"properties":{"@type":"node","@id":4077859343,"@timestamp":1458898940},"coords":"51.8625265,0.2427733","bedrooms":"1","price":"295000","area":"673"} , +{"type":"Feature","id":"n4077859355","geometry":{"type":"Point","coordinates":[0.2490537,51.8651972]},"properties":{"@type":"node","@id":4077859355,"@timestamp":1458898940},"coords":"51.8651972,0.2490537","bedrooms":"0","price":"263000","area":"502"} , +{"type":"Feature","id":"n4077859366","geometry":{"type":"Point","coordinates":[0.2480304,51.8650954]},"properties":{"@type":"node","@id":4077859366,"@timestamp":1458898941},"coords":"51.8650954,0.2480304","bedrooms":"4","price":"194000","area":"412"} , +{"type":"Feature","id":"n4077861397","geometry":{"type":"Point","coordinates":[0.2416871,51.859113]},"properties":{"@type":"node","@id":4077861397,"@timestamp":1458899268},"coords":"51.859113,0.2416871","bedrooms":"3","price":"267000","area":"434"} , +{"type":"Feature","id":"n4077861413","geometry":{"type":"Point","coordinates":[0.2406885,51.8589549]},"properties":{"@type":"node","@id":4077861413,"@timestamp":1458899268},"coords":"51.8589549,0.2406885","bedrooms":"3","price":"247000","area":"640"} , +{"type":"Feature","id":"n4077861428","geometry":{"type":"Point","coordinates":[0.2436101,51.8594595]},"properties":{"@type":"node","@id":4077861428,"@timestamp":1458899269},"coords":"51.8594595,0.2436101","bedrooms":"3","price":"201000","area":"597"} , +{"type":"Feature","id":"n4077861442","geometry":{"type":"Point","coordinates":[0.2439732,51.862724]},"properties":{"@type":"node","@id":4077861442,"@timestamp":1458899269},"coords":"51.862724,0.2439732","bedrooms":"4","price":"152000","area":"578"} , +{"type":"Feature","id":"n4077942834","geometry":{"type":"Point","coordinates":[-0.4360665,51.4671932]},"properties":{"@type":"node","@id":4077942834,"@timestamp":1458901487},"coords":"51.4671932,-0.4360665","bedrooms":"3","price":"226000","area":"399"} , +{"type":"Feature","id":"n4077947801","geometry":{"type":"Point","coordinates":[0.2414437,51.8595793]},"properties":{"@type":"node","@id":4077947801,"@timestamp":1458901550},"coords":"51.8595793,0.2414437","bedrooms":"3","price":"288000","area":"391"} , +{"type":"Feature","id":"n4077947816","geometry":{"type":"Point","coordinates":[0.2410888,51.8581699]},"properties":{"@type":"node","@id":4077947816,"@timestamp":1458901550},"coords":"51.8581699,0.2410888","bedrooms":"3","price":"266000","area":"596"} , +{"type":"Feature","id":"n4077947833","geometry":{"type":"Point","coordinates":[0.2411507,51.8586109]},"properties":{"@type":"node","@id":4077947833,"@timestamp":1458901551},"coords":"51.8586109,0.2411507","bedrooms":"4","price":"166000","area":"694"} , +{"type":"Feature","id":"n4077947848","geometry":{"type":"Point","coordinates":[0.2425908,51.8574819]},"properties":{"@type":"node","@id":4077947848,"@timestamp":1458901551},"coords":"51.8574819,0.2425908","bedrooms":"1","price":"252000","area":"463"} , +{"type":"Feature","id":"n4077947861","geometry":{"type":"Point","coordinates":[0.2405936,51.8580935]},"properties":{"@type":"node","@id":4077947861,"@timestamp":1458901552},"coords":"51.8580935,0.2405936","bedrooms":"0","price":"190000","area":"420"} , +{"type":"Feature","id":"n4077947882","geometry":{"type":"Point","coordinates":[0.2449306,51.8594136]},"properties":{"@type":"node","@id":4077947882,"@timestamp":1458901552},"coords":"51.8594136,0.2449306","bedrooms":"1","price":"265000","area":"395"} , +{"type":"Feature","id":"n4077947999","geometry":{"type":"Point","coordinates":[0.243577,51.8593015]},"properties":{"@type":"node","@id":4077947999,"@timestamp":1458901552},"coords":"51.8593015,0.243577","bedrooms":"4","price":"264000","area":"559"} , +{"type":"Feature","id":"n4077948014","geometry":{"type":"Point","coordinates":[0.242859,51.8602291]},"properties":{"@type":"node","@id":4077948014,"@timestamp":1458901553},"coords":"51.8602291,0.242859","bedrooms":"2","price":"206000","area":"401"} , +{"type":"Feature","id":"n4078007728","geometry":{"type":"Point","coordinates":[0.2445674,51.855555]},"properties":{"@type":"node","@id":4078007728,"@timestamp":1458903616},"coords":"51.855555,0.2445674","bedrooms":"1","price":"221000","area":"371"} , +{"type":"Feature","id":"n4078007738","geometry":{"type":"Point","coordinates":[0.2445716,51.8596099]},"properties":{"@type":"node","@id":4078007738,"@timestamp":1458903616},"coords":"51.8596099,0.2445716","bedrooms":"0","price":"172000","area":"654"} , +{"type":"Feature","id":"n4078007748","geometry":{"type":"Point","coordinates":[0.2443528,51.8554786]},"properties":{"@type":"node","@id":4078007748,"@timestamp":1458903616},"coords":"51.8554786,0.2443528","bedrooms":"1","price":"165000","area":"530"} , +{"type":"Feature","id":"n4078007758","geometry":{"type":"Point","coordinates":[0.2436431,51.8585956]},"properties":{"@type":"node","@id":4078007758,"@timestamp":1458903617},"coords":"51.8585956,0.2436431","bedrooms":"4","price":"257000","area":"448"} , +{"type":"Feature","id":"n4078007768","geometry":{"type":"Point","coordinates":[0.2447077,51.8572576]},"properties":{"@type":"node","@id":4078007768,"@timestamp":1458903617},"coords":"51.8572576,0.2447077","bedrooms":"3","price":"287000","area":"425"} , +{"type":"Feature","id":"n4078007778","geometry":{"type":"Point","coordinates":[0.2432263,51.8557233]},"properties":{"@type":"node","@id":4078007778,"@timestamp":1458903617},"coords":"51.8557233,0.2432263","bedrooms":"1","price":"163000","area":"546"} , +{"type":"Feature","id":"n4078052418","geometry":{"type":"Point","coordinates":[-0.4406157,51.4745075]},"properties":{"@type":"node","@id":4078052418,"@timestamp":1458984165},"coords":"51.4745075,-0.4406157","bedrooms":"0","price":"213000","area":"653"} , +{"type":"Feature","id":"n4078052820","geometry":{"type":"Point","coordinates":[-0.4734928,51.467978]},"properties":{"@type":"node","@id":4078052820,"@timestamp":1458906434},"coords":"51.467978,-0.4734928","bedrooms":"2","price":"294000","area":"432"} , +{"type":"Feature","id":"n4078145125","geometry":{"type":"Point","coordinates":[-0.473559,51.474383]},"properties":{"@type":"node","@id":4078145125,"@timestamp":1458910387},"coords":"51.474383,-0.473559","bedrooms":"2","price":"228000","area":"468"} , +{"type":"Feature","id":"n4078218841","geometry":{"type":"Point","coordinates":[0.5827514,51.3708845]},"properties":{"@type":"node","@id":4078218841,"@timestamp":1522993068},"coords":"51.3708845,0.5827514","bedrooms":"4","price":"164000","area":"400"} , +{"type":"Feature","id":"n4078272917","geometry":{"type":"Point","coordinates":[-0.4546827,51.4763719]},"properties":{"@type":"node","@id":4078272917,"@timestamp":1458915236},"coords":"51.4763719,-0.4546827","bedrooms":"2","price":"162000","area":"609"} , +{"type":"Feature","id":"n4078288101","geometry":{"type":"Point","coordinates":[-0.4718159,51.4720825]},"properties":{"@type":"node","@id":4078288101,"@timestamp":1458916189},"coords":"51.4720825,-0.4718159","bedrooms":"0","price":"168000","area":"439"} , +{"type":"Feature","id":"n4078301398","geometry":{"type":"Point","coordinates":[0.3762859,51.7989103]},"properties":{"@type":"node","@id":4078301398,"@timestamp":1458916704},"coords":"51.7989103,0.3762859","bedrooms":"1","price":"175000","area":"586"} , +{"type":"Feature","id":"n4078322753","geometry":{"type":"Point","coordinates":[-0.4714249,51.461015]},"properties":{"@type":"node","@id":4078322753,"@timestamp":1458917517},"coords":"51.461015,-0.4714249","bedrooms":"2","price":"211000","area":"646"} , +{"type":"Feature","id":"n4078322785","geometry":{"type":"Point","coordinates":[-0.4596071,51.462163]},"properties":{"@type":"node","@id":4078322785,"@timestamp":1458917518},"coords":"51.462163,-0.4596071","bedrooms":"3","price":"281000","area":"648"} , +{"type":"Feature","id":"n4078331430","geometry":{"type":"Point","coordinates":[0.5482593,51.2576268]},"properties":{"@type":"node","@id":4078331430,"@timestamp":1458918060},"coords":"51.2576268,0.5482593","bedrooms":"4","price":"258000","area":"680"} , +{"type":"Feature","id":"n4078684612","geometry":{"type":"Point","coordinates":[-0.4499888,51.458903]},"properties":{"@type":"node","@id":4078684612,"@timestamp":1458933344},"coords":"51.458903,-0.4499888","bedrooms":"1","price":"163000","area":"486"} , +{"type":"Feature","id":"n4078684651","geometry":{"type":"Point","coordinates":[-0.4416318,51.4611547]},"properties":{"@type":"node","@id":4078684651,"@timestamp":1458933345},"coords":"51.4611547,-0.4416318","bedrooms":"1","price":"230000","area":"416"} , +{"type":"Feature","id":"n4078703137","geometry":{"type":"Point","coordinates":[-0.46181,51.4682949]},"properties":{"@type":"node","@id":4078703137,"@timestamp":1458934254},"coords":"51.4682949,-0.46181","bedrooms":"3","price":"277000","area":"502"} , +{"type":"Feature","id":"n4078703151","geometry":{"type":"Point","coordinates":[-0.4592431,51.4690501]},"properties":{"@type":"node","@id":4078703151,"@timestamp":1458934254},"coords":"51.4690501,-0.4592431","bedrooms":"1","price":"266000","area":"386"} , +{"type":"Feature","id":"n4078703165","geometry":{"type":"Point","coordinates":[-0.4586343,51.4740465]},"properties":{"@type":"node","@id":4078703165,"@timestamp":1458934255},"coords":"51.4740465,-0.4586343","bedrooms":"4","price":"293000","area":"655"} , +{"type":"Feature","id":"n4078858002","geometry":{"type":"Point","coordinates":[-0.073331,51.509717]},"properties":{"@type":"node","@id":4078858002,"@timestamp":1564908059},"coords":"51.509717,-0.073331","bedrooms":"3","price":"164000","area":"634"} , +{"type":"Feature","id":"n4079405962","geometry":{"type":"Point","coordinates":[-0.8049248,51.0831888]},"properties":{"@type":"node","@id":4079405962,"@timestamp":1583536636},"coords":"51.0831888,-0.8049248","bedrooms":"2","price":"291000","area":"641"} , +{"type":"Feature","id":"n4079635969","geometry":{"type":"Point","coordinates":[-0.4490618,51.468647]},"properties":{"@type":"node","@id":4079635969,"@timestamp":1458984147},"coords":"51.468647,-0.4490618","bedrooms":"0","price":"227000","area":"449"} , +{"type":"Feature","id":"n4079635982","geometry":{"type":"Point","coordinates":[-0.4632953,51.4696769]},"properties":{"@type":"node","@id":4079635982,"@timestamp":1458984147},"coords":"51.4696769,-0.4632953","bedrooms":"4","price":"187000","area":"419"} , +{"type":"Feature","id":"n4079635996","geometry":{"type":"Point","coordinates":[-0.4424343,51.4704686]},"properties":{"@type":"node","@id":4079635996,"@timestamp":1458984148},"coords":"51.4704686,-0.4424343","bedrooms":"3","price":"212000","area":"605"} , +{"type":"Feature","id":"n4079636045","geometry":{"type":"Point","coordinates":[-0.4387763,51.4718992]},"properties":{"@type":"node","@id":4079636045,"@timestamp":1460669473},"coords":"51.4718992,-0.4387763","bedrooms":"2","price":"255000","area":"599"} , +{"type":"Feature","id":"n4079636093","geometry":{"type":"Point","coordinates":[-0.4425816,51.4727589]},"properties":{"@type":"node","@id":4079636093,"@timestamp":1458984151},"coords":"51.4727589,-0.4425816","bedrooms":"4","price":"253000","area":"435"} , +{"type":"Feature","id":"n4079636124","geometry":{"type":"Point","coordinates":[-0.4621299,51.4733179]},"properties":{"@type":"node","@id":4079636124,"@timestamp":1458984152},"coords":"51.4733179,-0.4621299","bedrooms":"0","price":"264000","area":"353"} , +{"type":"Feature","id":"n4079636156","geometry":{"type":"Point","coordinates":[-0.4388694,51.4738949]},"properties":{"@type":"node","@id":4079636156,"@timestamp":1458984152},"coords":"51.4738949,-0.4388694","bedrooms":"3","price":"203000","area":"588"} , +{"type":"Feature","id":"n4079636178","geometry":{"type":"Point","coordinates":[-0.4424797,51.4741589]},"properties":{"@type":"node","@id":4079636178,"@timestamp":1458984153},"coords":"51.4741589,-0.4424797","bedrooms":"2","price":"263000","area":"470"} , +{"type":"Feature","id":"n4079636239","geometry":{"type":"Point","coordinates":[-0.4220563,51.4753799]},"properties":{"@type":"node","@id":4079636239,"@timestamp":1458984155},"coords":"51.4753799,-0.4220563","bedrooms":"0","price":"217000","area":"383"} , +{"type":"Feature","id":"n4079684641","geometry":{"type":"Point","coordinates":[0.4254629,51.3012755]},"properties":{"@type":"node","@id":4079684641,"@timestamp":1458987671},"coords":"51.3012755,0.4254629","bedrooms":"3","price":"151000","area":"680"} , +{"type":"Feature","id":"n4079779917","geometry":{"type":"Point","coordinates":[0.5700933,51.3709838]},"properties":{"@type":"node","@id":4079779917,"@timestamp":1536598119},"coords":"51.3709838,0.5700933","bedrooms":"0","price":"246000","area":"444"} , +{"type":"Feature","id":"n4079833792","geometry":{"type":"Point","coordinates":[0.529826,51.3687598]},"properties":{"@type":"node","@id":4079833792,"@timestamp":1458995140},"coords":"51.3687598,0.529826","bedrooms":"2","price":"167000","area":"352"} , +{"type":"Feature","id":"n4079833805","geometry":{"type":"Point","coordinates":[0.5289245,51.3700476]},"properties":{"@type":"node","@id":4079833805,"@timestamp":1458995141},"coords":"51.3700476,0.5289245","bedrooms":"2","price":"177000","area":"664"} , +{"type":"Feature","id":"n4079833820","geometry":{"type":"Point","coordinates":[0.52791,51.3713917]},"properties":{"@type":"node","@id":4079833820,"@timestamp":1458995141},"coords":"51.3713917,0.52791","bedrooms":"4","price":"296000","area":"375"} , +{"type":"Feature","id":"n4079833832","geometry":{"type":"Point","coordinates":[0.5282857,51.3726656]},"properties":{"@type":"node","@id":4079833832,"@timestamp":1458995141},"coords":"51.3726656,0.5282857","bedrooms":"4","price":"216000","area":"358"} , +{"type":"Feature","id":"n4079833844","geometry":{"type":"Point","coordinates":[0.527662,51.3741219]},"properties":{"@type":"node","@id":4079833844,"@timestamp":1458995142},"coords":"51.3741219,0.527662","bedrooms":"0","price":"189000","area":"644"} , +{"type":"Feature","id":"n4079946284","geometry":{"type":"Point","coordinates":[0.7064545,51.3429632]},"properties":{"@type":"node","@id":4079946284,"@timestamp":1566928003},"coords":"51.3429632,0.7064545","bedrooms":"3","price":"159000","area":"588"} , +{"type":"Feature","id":"n4080331464","geometry":{"type":"Point","coordinates":[-0.630587,51.392222]},"properties":{"@type":"node","@id":4080331464,"@timestamp":1459017963},"coords":"51.392222,-0.630587","bedrooms":"1","price":"298000","area":"691"} , +{"type":"Feature","id":"n4080356787","geometry":{"type":"Point","coordinates":[-0.3903983,51.8091355]},"properties":{"@type":"node","@id":4080356787,"@timestamp":1543762585},"coords":"51.8091355,-0.3903983","bedrooms":"2","price":"181000","area":"359"} , +{"type":"Feature","id":"n4080438374","geometry":{"type":"Point","coordinates":[-0.6411672,51.4209475]},"properties":{"@type":"node","@id":4080438374,"@timestamp":1459030389},"coords":"51.4209475,-0.6411672","bedrooms":"4","price":"206000","area":"689"} , +{"type":"Feature","id":"n4080567510","geometry":{"type":"Point","coordinates":[-0.0347795,51.5939582]},"properties":{"@type":"node","@id":4080567510,"@timestamp":1459028980},"coords":"51.5939582,-0.0347795","bedrooms":"2","price":"243000","area":"695"} , +{"type":"Feature","id":"n4081015149","geometry":{"type":"Point","coordinates":[0.7352091,51.3447647]},"properties":{"@type":"node","@id":4081015149,"@timestamp":1459068927},"coords":"51.3447647,0.7352091","bedrooms":"3","price":"247000","area":"511"} , +{"type":"Feature","id":"n4081065295","geometry":{"type":"Point","coordinates":[0.6638709,51.3505171]},"properties":{"@type":"node","@id":4081065295,"@timestamp":1459072105},"coords":"51.3505171,0.6638709","bedrooms":"1","price":"163000","area":"362"} , +{"type":"Feature","id":"n4081115892","geometry":{"type":"Point","coordinates":[0.6254435,51.3679831]},"properties":{"@type":"node","@id":4081115892,"@timestamp":1459076544},"coords":"51.3679831,0.6254435","bedrooms":"0","price":"284000","area":"434"} , +{"type":"Feature","id":"n4081125984","geometry":{"type":"Point","coordinates":[0.6232638,51.3659546]},"properties":{"@type":"node","@id":4081125984,"@timestamp":1459077327},"coords":"51.3659546,0.6232638","bedrooms":"1","price":"187000","area":"517"} , +{"type":"Feature","id":"n4081364368","geometry":{"type":"Point","coordinates":[0.6308972,51.5485024]},"properties":{"@type":"node","@id":4081364368,"@timestamp":1459093600},"coords":"51.5485024,0.6308972","bedrooms":"2","price":"232000","area":"670"} , +{"type":"Feature","id":"n4081379255","geometry":{"type":"Point","coordinates":[0.6309964,51.548816]},"properties":{"@type":"node","@id":4081379255,"@timestamp":1512028249},"coords":"51.548816,0.6309964","bedrooms":"2","price":"210000","area":"420"} , +{"type":"Feature","id":"n4081396550","geometry":{"type":"Point","coordinates":[0.626731,51.5460898]},"properties":{"@type":"node","@id":4081396550,"@timestamp":1459095565},"coords":"51.5460898,0.626731","bedrooms":"1","price":"204000","area":"676"} , +{"type":"Feature","id":"n4081598655","geometry":{"type":"Point","coordinates":[-0.6103154,51.416497]},"properties":{"@type":"node","@id":4081598655,"@timestamp":1459101410},"coords":"51.416497,-0.6103154","bedrooms":"4","price":"282000","area":"580"} , +{"type":"Feature","id":"n4081699509","geometry":{"type":"Point","coordinates":[-0.5764361,51.2357501]},"properties":{"@type":"node","@id":4081699509,"@timestamp":1612385918},"coords":"51.2357501,-0.5764361","bedrooms":"0","price":"183000","area":"542"} , +{"type":"Feature","id":"n4082027589","geometry":{"type":"Point","coordinates":[-0.2700284,51.3329491]},"properties":{"@type":"node","@id":4082027589,"@timestamp":1519931603},"coords":"51.3329491,-0.2700284","bedrooms":"4","price":"197000","area":"438"} , +{"type":"Feature","id":"n4082822801","geometry":{"type":"Point","coordinates":[-0.1895195,51.4280235]},"properties":{"@type":"node","@id":4082822801,"@timestamp":1459164185},"coords":"51.4280235,-0.1895195","bedrooms":"4","price":"218000","area":"440"} , +{"type":"Feature","id":"n4082822829","geometry":{"type":"Point","coordinates":[-0.1887718,51.4282739]},"properties":{"@type":"node","@id":4082822829,"@timestamp":1459164185},"coords":"51.4282739,-0.1887718","bedrooms":"0","price":"230000","area":"621"} , +{"type":"Feature","id":"n4083114896","geometry":{"type":"Point","coordinates":[0.6307362,51.5437296]},"properties":{"@type":"node","@id":4083114896,"@timestamp":1459176233},"coords":"51.5437296,0.6307362","bedrooms":"3","price":"207000","area":"507"} , +{"type":"Feature","id":"n4083572382","geometry":{"type":"Point","coordinates":[0.1470771,51.5555265]},"properties":{"@type":"node","@id":4083572382,"@timestamp":1459193774},"coords":"51.5555265,0.1470771","bedrooms":"2","price":"244000","area":"382"} , +{"type":"Feature","id":"n4083978206","geometry":{"type":"Point","coordinates":[0.4316264,51.2253769]},"properties":{"@type":"node","@id":4083978206,"@timestamp":1459202175},"coords":"51.2253769,0.4316264","bedrooms":"2","price":"271000","area":"523"} , +{"type":"Feature","id":"n4084597290","geometry":{"type":"Point","coordinates":[-0.1922318,51.4279679]},"properties":{"@type":"node","@id":4084597290,"@timestamp":1459355238},"coords":"51.4279679,-0.1922318","bedrooms":"3","price":"225000","area":"593"} , +{"type":"Feature","id":"n4084689944","geometry":{"type":"Point","coordinates":[0.1240371,51.7035902]},"properties":{"@type":"node","@id":4084689944,"@timestamp":1459244239},"coords":"51.7035902,0.1240371","bedrooms":"1","price":"243000","area":"475"} , +{"type":"Feature","id":"n4084860364","geometry":{"type":"Point","coordinates":[0.0931965,51.0361333]},"properties":{"@type":"node","@id":4084860364,"@timestamp":1612548856},"coords":"51.0361333,0.0931965","bedrooms":"2","price":"152000","area":"463"} , +{"type":"Feature","id":"n4085377281","geometry":{"type":"Point","coordinates":[0.0698147,51.4666718]},"properties":{"@type":"node","@id":4085377281,"@timestamp":1625518032},"coords":"51.4666718,0.0698147","bedrooms":"4","price":"187000","area":"491"} , +{"type":"Feature","id":"n4085381693","geometry":{"type":"Point","coordinates":[-0.3894467,51.4627522]},"properties":{"@type":"node","@id":4085381693,"@timestamp":1459273998},"coords":"51.4627522,-0.3894467","bedrooms":"0","price":"290000","area":"479"} , +{"type":"Feature","id":"n4085383401","geometry":{"type":"Point","coordinates":[-0.4028667,51.4585199]},"properties":{"@type":"node","@id":4085383401,"@timestamp":1574700948},"coords":"51.4585199,-0.4028667","bedrooms":"0","price":"192000","area":"421"} , +{"type":"Feature","id":"n4085411973","geometry":{"type":"Point","coordinates":[-0.3753409,51.461369]},"properties":{"@type":"node","@id":4085411973,"@timestamp":1459275672},"coords":"51.461369,-0.3753409","bedrooms":"3","price":"218000","area":"429"} , +{"type":"Feature","id":"n4085455582","geometry":{"type":"Point","coordinates":[-0.5690255,51.4317015]},"properties":{"@type":"node","@id":4085455582,"@timestamp":1459278149},"coords":"51.4317015,-0.5690255","bedrooms":"0","price":"220000","area":"566"} , +{"type":"Feature","id":"n4085510155","geometry":{"type":"Point","coordinates":[-0.5709965,51.424835]},"properties":{"@type":"node","@id":4085510155,"@timestamp":1614607594},"coords":"51.424835,-0.5709965","bedrooms":"2","price":"254000","area":"588"} , +{"type":"Feature","id":"n4085533913","geometry":{"type":"Point","coordinates":[-0.5681423,51.4257458]},"properties":{"@type":"node","@id":4085533913,"@timestamp":1614710807},"coords":"51.4257458,-0.5681423","bedrooms":"4","price":"251000","area":"532"} , +{"type":"Feature","id":"n4085615467","geometry":{"type":"Point","coordinates":[-0.5682066,51.4295054]},"properties":{"@type":"node","@id":4085615467,"@timestamp":1459285047},"coords":"51.4295054,-0.5682066","bedrooms":"0","price":"246000","area":"469"} , +{"type":"Feature","id":"n4085693311","geometry":{"type":"Point","coordinates":[-0.0573138,51.5048399]},"properties":{"@type":"node","@id":4085693311,"@timestamp":1575808192},"coords":"51.5048399,-0.0573138","bedrooms":"4","price":"220000","area":"676"} , +{"type":"Feature","id":"n4085693328","geometry":{"type":"Point","coordinates":[-0.0581902,51.5053714]},"properties":{"@type":"node","@id":4085693328,"@timestamp":1627325370},"coords":"51.5053714,-0.0581902","bedrooms":"3","price":"295000","area":"450"} , +{"type":"Feature","id":"n4085783107","geometry":{"type":"Point","coordinates":[-0.088447,51.5099484]},"properties":{"@type":"node","@id":4085783107,"@timestamp":1600211890},"coords":"51.5099484,-0.088447","bedrooms":"4","price":"208000","area":"359"} , +{"type":"Feature","id":"n4086226160","geometry":{"type":"Point","coordinates":[-0.0346555,51.5952056]},"properties":{"@type":"node","@id":4086226160,"@timestamp":1459330227},"coords":"51.5952056,-0.0346555","bedrooms":"2","price":"229000","area":"605"} , +{"type":"Feature","id":"n4086336118","geometry":{"type":"Point","coordinates":[-0.0365387,51.5938241]},"properties":{"@type":"node","@id":4086336118,"@timestamp":1459335443},"coords":"51.5938241,-0.0365387","bedrooms":"3","price":"198000","area":"365"} , +{"type":"Feature","id":"n4086336129","geometry":{"type":"Point","coordinates":[-0.0358971,51.59391]},"properties":{"@type":"node","@id":4086336129,"@timestamp":1459335443},"coords":"51.59391,-0.0358971","bedrooms":"1","price":"257000","area":"425"} , +{"type":"Feature","id":"n4086354613","geometry":{"type":"Point","coordinates":[-0.0964356,51.5050192]},"properties":{"@type":"node","@id":4086354613,"@timestamp":1591309029},"coords":"51.5050192,-0.0964356","bedrooms":"1","price":"297000","area":"542"} , +{"type":"Feature","id":"n4086355977","geometry":{"type":"Point","coordinates":[-0.0393928,51.5936012]},"properties":{"@type":"node","@id":4086355977,"@timestamp":1459336224},"coords":"51.5936012,-0.0393928","bedrooms":"3","price":"159000","area":"628"} , +{"type":"Feature","id":"n4086373161","geometry":{"type":"Point","coordinates":[-0.0107578,51.4422588]},"properties":{"@type":"node","@id":4086373161,"@timestamp":1459337527},"coords":"51.4422588,-0.0107578","bedrooms":"4","price":"199000","area":"593"} , +{"type":"Feature","id":"n4086707222","geometry":{"type":"Point","coordinates":[-0.0401338,51.5925919]},"properties":{"@type":"node","@id":4086707222,"@timestamp":1462367416},"coords":"51.5925919,-0.0401338","bedrooms":"1","price":"168000","area":"368"} , +{"type":"Feature","id":"n4086759832","geometry":{"type":"Point","coordinates":[-0.1909873,51.427898]},"properties":{"@type":"node","@id":4086759832,"@timestamp":1618220454},"coords":"51.427898,-0.1909873","bedrooms":"0","price":"200000","area":"452"} , +{"type":"Feature","id":"n4087272872","geometry":{"type":"Point","coordinates":[-0.0880462,51.5650216]},"properties":{"@type":"node","@id":4087272872,"@timestamp":1597574132},"coords":"51.5650216,-0.0880462","bedrooms":"3","price":"246000","area":"361"} , +{"type":"Feature","id":"n4087566993","geometry":{"type":"Point","coordinates":[-0.0254997,51.5997004]},"properties":{"@type":"node","@id":4087566993,"@timestamp":1547205936},"coords":"51.5997004,-0.0254997","bedrooms":"2","price":"159000","area":"570"} , +{"type":"Feature","id":"n4087644129","geometry":{"type":"Point","coordinates":[-0.0766325,51.5036301]},"properties":{"@type":"node","@id":4087644129,"@timestamp":1628595240},"coords":"51.5036301,-0.0766325","bedrooms":"2","price":"273000","area":"627"} , +{"type":"Feature","id":"n4088074693","geometry":{"type":"Point","coordinates":[-0.0578429,51.5052581]},"properties":{"@type":"node","@id":4088074693,"@timestamp":1563104756},"coords":"51.5052581,-0.0578429","bedrooms":"0","price":"271000","area":"606"} , +{"type":"Feature","id":"n4088618730","geometry":{"type":"Point","coordinates":[-0.1544145,51.3262857]},"properties":{"@type":"node","@id":4088618730,"@timestamp":1596144339},"coords":"51.3262857,-0.1544145","bedrooms":"3","price":"280000","area":"444"} , +{"type":"Feature","id":"n4088895444","geometry":{"type":"Point","coordinates":[-0.5715485,51.424492]},"properties":{"@type":"node","@id":4088895444,"@timestamp":1629993666},"coords":"51.424492,-0.5715485","bedrooms":"2","price":"248000","area":"441"} , +{"type":"Feature","id":"n4088968335","geometry":{"type":"Point","coordinates":[-0.5976914,51.4055639]},"properties":{"@type":"node","@id":4088968335,"@timestamp":1533071300},"coords":"51.4055639,-0.5976914","bedrooms":"4","price":"169000","area":"461"} , +{"type":"Feature","id":"n4088995468","geometry":{"type":"Point","coordinates":[-0.6167898,51.3989269]},"properties":{"@type":"node","@id":4088995468,"@timestamp":1459456644},"coords":"51.3989269,-0.6167898","bedrooms":"2","price":"194000","area":"426"} , +{"type":"Feature","id":"n4088996518","geometry":{"type":"Point","coordinates":[-0.6289418,51.3928365]},"properties":{"@type":"node","@id":4088996518,"@timestamp":1496436685},"coords":"51.3928365,-0.6289418","bedrooms":"3","price":"220000","area":"580"} , +{"type":"Feature","id":"n4089067783","geometry":{"type":"Point","coordinates":[-0.5867243,51.3286266]},"properties":{"@type":"node","@id":4089067783,"@timestamp":1536870175},"coords":"51.3286266,-0.5867243","bedrooms":"1","price":"202000","area":"503"} , +{"type":"Feature","id":"n4089437809","geometry":{"type":"Point","coordinates":[-0.0360293,51.5955752]},"properties":{"@type":"node","@id":4089437809,"@timestamp":1459489468},"coords":"51.5955752,-0.0360293","bedrooms":"2","price":"286000","area":"456"} , +{"type":"Feature","id":"n4089437823","geometry":{"type":"Point","coordinates":[-0.0368215,51.5953039]},"properties":{"@type":"node","@id":4089437823,"@timestamp":1459489469},"coords":"51.5953039,-0.0368215","bedrooms":"4","price":"217000","area":"431"} , +{"type":"Feature","id":"n4090413045","geometry":{"type":"Point","coordinates":[-0.0294512,51.6016071]},"properties":{"@type":"node","@id":4090413045,"@timestamp":1586085136},"coords":"51.6016071,-0.0294512","bedrooms":"1","price":"281000","area":"437"} , +{"type":"Feature","id":"n4090478051","geometry":{"type":"Point","coordinates":[-0.0295015,51.60133]},"properties":{"@type":"node","@id":4090478051,"@timestamp":1459535621},"coords":"51.60133,-0.0295015","bedrooms":"2","price":"194000","area":"604"} , +{"type":"Feature","id":"n4090478066","geometry":{"type":"Point","coordinates":[-0.0298887,51.6014262]},"properties":{"@type":"node","@id":4090478066,"@timestamp":1459535622},"coords":"51.6014262,-0.0298887","bedrooms":"0","price":"223000","area":"476"} , +{"type":"Feature","id":"n4090480277","geometry":{"type":"Point","coordinates":[-0.0312278,51.6011622]},"properties":{"@type":"node","@id":4090480277,"@timestamp":1459535801},"coords":"51.6011622,-0.0312278","bedrooms":"4","price":"200000","area":"596"} , +{"type":"Feature","id":"n4090484992","geometry":{"type":"Point","coordinates":[-0.0303412,51.6016032]},"properties":{"@type":"node","@id":4090484992,"@timestamp":1461166750},"coords":"51.6016032,-0.0303412","bedrooms":"4","price":"272000","area":"682"} , +{"type":"Feature","id":"n4090485002","geometry":{"type":"Point","coordinates":[-0.0318688,51.6015358]},"properties":{"@type":"node","@id":4090485002,"@timestamp":1459536027},"coords":"51.6015358,-0.0318688","bedrooms":"0","price":"271000","area":"554"} , +{"type":"Feature","id":"n4090944755","geometry":{"type":"Point","coordinates":[-0.0426993,51.5922685]},"properties":{"@type":"node","@id":4090944755,"@timestamp":1629619608},"coords":"51.5922685,-0.0426993","bedrooms":"1","price":"154000","area":"478"} , +{"type":"Feature","id":"n4091993539","geometry":{"type":"Point","coordinates":[-0.237759,51.5460982]},"properties":{"@type":"node","@id":4091993539,"@timestamp":1459571568},"coords":"51.5460982,-0.237759","bedrooms":"2","price":"220000","area":"654"} , +{"type":"Feature","id":"n4092008309","geometry":{"type":"Point","coordinates":[-0.2397844,51.5361846]},"properties":{"@type":"node","@id":4092008309,"@timestamp":1459573024},"coords":"51.5361846,-0.2397844","bedrooms":"2","price":"212000","area":"624"} , +{"type":"Feature","id":"n4092186800","geometry":{"type":"Point","coordinates":[-0.3695443,51.0653938]},"properties":{"@type":"node","@id":4092186800,"@timestamp":1459589519},"coords":"51.0653938,-0.3695443","bedrooms":"1","price":"266000","area":"662"} , +{"type":"Feature","id":"n4092240249","geometry":{"type":"Point","coordinates":[-0.0075403,51.5796692]},"properties":{"@type":"node","@id":4092240249,"@timestamp":1459592833},"coords":"51.5796692,-0.0075403","bedrooms":"3","price":"267000","area":"476"} , +{"type":"Feature","id":"n4092240259","geometry":{"type":"Point","coordinates":[-0.0046228,51.5809841]},"properties":{"@type":"node","@id":4092240259,"@timestamp":1459592834},"coords":"51.5809841,-0.0046228","bedrooms":"4","price":"207000","area":"482"} , +{"type":"Feature","id":"n4093075455","geometry":{"type":"Point","coordinates":[-0.0035137,51.580684]},"properties":{"@type":"node","@id":4093075455,"@timestamp":1459616712},"coords":"51.580684,-0.0035137","bedrooms":"1","price":"170000","area":"438"} , +{"type":"Feature","id":"n4093211184","geometry":{"type":"Point","coordinates":[-0.0054589,51.5802811]},"properties":{"@type":"node","@id":4093211184,"@timestamp":1459619970},"coords":"51.5802811,-0.0054589","bedrooms":"2","price":"254000","area":"516"} , +{"type":"Feature","id":"n4093218094","geometry":{"type":"Point","coordinates":[-0.0078622,51.5790543]},"properties":{"@type":"node","@id":4093218094,"@timestamp":1459619970},"coords":"51.5790543,-0.0078622","bedrooms":"1","price":"195000","area":"438"} , +{"type":"Feature","id":"n4093218106","geometry":{"type":"Point","coordinates":[-0.0057488,51.5798398]},"properties":{"@type":"node","@id":4093218106,"@timestamp":1459619971},"coords":"51.5798398,-0.0057488","bedrooms":"1","price":"197000","area":"581"} , +{"type":"Feature","id":"n4093218119","geometry":{"type":"Point","coordinates":[-0.0061563,51.5797577]},"properties":{"@type":"node","@id":4093218119,"@timestamp":1459619973},"coords":"51.5797577,-0.0061563","bedrooms":"1","price":"288000","area":"418"} , +{"type":"Feature","id":"n4093343727","geometry":{"type":"Point","coordinates":[-0.1370445,51.243795]},"properties":{"@type":"node","@id":4093343727,"@timestamp":1521128836},"coords":"51.243795,-0.1370445","bedrooms":"1","price":"205000","area":"496"} , +{"type":"Feature","id":"n4093354299","geometry":{"type":"Point","coordinates":[-0.0536335,51.6652556]},"properties":{"@type":"node","@id":4093354299,"@timestamp":1602170464},"coords":"51.6652556,-0.0536335","bedrooms":"0","price":"199000","area":"360"} , +{"type":"Feature","id":"n4093360550","geometry":{"type":"Point","coordinates":[-0.059832,51.6651801]},"properties":{"@type":"node","@id":4093360550,"@timestamp":1602170464},"coords":"51.6651801,-0.059832","bedrooms":"2","price":"266000","area":"549"} , +{"type":"Feature","id":"n4093360564","geometry":{"type":"Point","coordinates":[-0.0590703,51.6654951]},"properties":{"@type":"node","@id":4093360564,"@timestamp":1602170464},"coords":"51.6654951,-0.0590703","bedrooms":"1","price":"277000","area":"369"} , +{"type":"Feature","id":"n4093381241","geometry":{"type":"Point","coordinates":[-0.0675424,51.6675544]},"properties":{"@type":"node","@id":4093381241,"@timestamp":1459624096},"coords":"51.6675544,-0.0675424","bedrooms":"3","price":"263000","area":"526"} , +{"type":"Feature","id":"n4093381257","geometry":{"type":"Point","coordinates":[-0.0663443,51.6688593]},"properties":{"@type":"node","@id":4093381257,"@timestamp":1459624097},"coords":"51.6688593,-0.0663443","bedrooms":"4","price":"285000","area":"373"} , +{"type":"Feature","id":"n4093393496","geometry":{"type":"Point","coordinates":[-0.0651374,51.6695959]},"properties":{"@type":"node","@id":4093393496,"@timestamp":1459624465},"coords":"51.6695959,-0.0651374","bedrooms":"4","price":"252000","area":"447"} , +{"type":"Feature","id":"n4093406717","geometry":{"type":"Point","coordinates":[-0.0640537,51.6703411]},"properties":{"@type":"node","@id":4093406717,"@timestamp":1483000928},"coords":"51.6703411,-0.0640537","bedrooms":"1","price":"292000","area":"536"} , +{"type":"Feature","id":"n4093444728","geometry":{"type":"Point","coordinates":[-0.0603763,51.6711691]},"properties":{"@type":"node","@id":4093444728,"@timestamp":1459626317},"coords":"51.6711691,-0.0603763","bedrooms":"0","price":"293000","area":"415"} , +{"type":"Feature","id":"n4093521727","geometry":{"type":"Point","coordinates":[-0.059547,51.6751393]},"properties":{"@type":"node","@id":4093521727,"@timestamp":1459628224},"coords":"51.6751393,-0.059547","bedrooms":"1","price":"272000","area":"661"} , +{"type":"Feature","id":"n4093551830","geometry":{"type":"Point","coordinates":[-0.7179775,51.113785]},"properties":{"@type":"node","@id":4093551830,"@timestamp":1635512075},"coords":"51.113785,-0.7179775","bedrooms":"1","price":"255000","area":"459"} , +{"type":"Feature","id":"n4094847212","geometry":{"type":"Point","coordinates":[-0.0081375,51.5787866]},"properties":{"@type":"node","@id":4094847212,"@timestamp":1459659089},"coords":"51.5787866,-0.0081375","bedrooms":"1","price":"297000","area":"515"} , +{"type":"Feature","id":"n4095015513","geometry":{"type":"Point","coordinates":[-1.0873538,51.307384]},"properties":{"@type":"node","@id":4095015513,"@timestamp":1459672189},"coords":"51.307384,-1.0873538","bedrooms":"4","price":"280000","area":"410"} , +{"type":"Feature","id":"n4095537116","geometry":{"type":"Point","coordinates":[-0.4869672,51.4732136]},"properties":{"@type":"node","@id":4095537116,"@timestamp":1459696517},"coords":"51.4732136,-0.4869672","bedrooms":"4","price":"288000","area":"369"} , +{"type":"Feature","id":"n4095572226","geometry":{"type":"Point","coordinates":[-0.490613,51.5422657]},"properties":{"@type":"node","@id":4095572226,"@timestamp":1598452292},"coords":"51.5422657,-0.490613","bedrooms":"0","price":"293000","area":"382"} , +{"type":"Feature","id":"n4095604063","geometry":{"type":"Point","coordinates":[-0.3986321,51.556461]},"properties":{"@type":"node","@id":4095604063,"@timestamp":1578608975},"coords":"51.556461,-0.3986321","bedrooms":"0","price":"211000","area":"382"} , +{"type":"Feature","id":"n4095736543","geometry":{"type":"Point","coordinates":[-0.0654303,51.4271599]},"properties":{"@type":"node","@id":4095736543,"@timestamp":1459704546},"coords":"51.4271599,-0.0654303","bedrooms":"0","price":"201000","area":"355"} , +{"type":"Feature","id":"n4095999694","geometry":{"type":"Point","coordinates":[0.3121363,51.4995543]},"properties":{"@type":"node","@id":4095999694,"@timestamp":1549720374},"coords":"51.4995543,0.3121363","bedrooms":"0","price":"252000","area":"425"} , +{"type":"Feature","id":"n4096287057","geometry":{"type":"Point","coordinates":[0.798657,51.8352034]},"properties":{"@type":"node","@id":4096287057,"@timestamp":1557742132},"coords":"51.8352034,0.798657","bedrooms":"4","price":"294000","area":"699"} , +{"type":"Feature","id":"n4097102111","geometry":{"type":"Point","coordinates":[-0.0237411,51.5785874]},"properties":{"@type":"node","@id":4097102111,"@timestamp":1459767390},"coords":"51.5785874,-0.0237411","bedrooms":"0","price":"188000","area":"434"} , +{"type":"Feature","id":"n4097102121","geometry":{"type":"Point","coordinates":[-0.0222581,51.5766086]},"properties":{"@type":"node","@id":4097102121,"@timestamp":1459767391},"coords":"51.5766086,-0.0222581","bedrooms":"0","price":"232000","area":"411"} , +{"type":"Feature","id":"n4097833105","geometry":{"type":"Point","coordinates":[-0.2386587,51.5526337]},"properties":{"@type":"node","@id":4097833105,"@timestamp":1459790729},"coords":"51.5526337,-0.2386587","bedrooms":"2","price":"226000","area":"656"} , +{"type":"Feature","id":"n4098669270","geometry":{"type":"Point","coordinates":[-0.1981111,51.4765414]},"properties":{"@type":"node","@id":4098669270,"@timestamp":1459817908},"coords":"51.4765414,-0.1981111","bedrooms":"0","price":"161000","area":"650"} , +{"type":"Feature","id":"n4098679022","geometry":{"type":"Point","coordinates":[-0.2008274,51.4751142]},"properties":{"@type":"node","@id":4098679022,"@timestamp":1520501025},"coords":"51.4751142,-0.2008274","bedrooms":"0","price":"276000","area":"399"} , +{"type":"Feature","id":"n4098689965","geometry":{"type":"Point","coordinates":[-0.1984529,51.4732705]},"properties":{"@type":"node","@id":4098689965,"@timestamp":1459820229},"coords":"51.4732705,-0.1984529","bedrooms":"0","price":"196000","area":"484"} , +{"type":"Feature","id":"n4098820328","geometry":{"type":"Point","coordinates":[-0.1977372,51.4763792]},"properties":{"@type":"node","@id":4098820328,"@timestamp":1459830854},"coords":"51.4763792,-0.1977372","bedrooms":"0","price":"222000","area":"475"} , +{"type":"Feature","id":"n4098820338","geometry":{"type":"Point","coordinates":[-0.197192,51.4766454]},"properties":{"@type":"node","@id":4098820338,"@timestamp":1459830854},"coords":"51.4766454,-0.197192","bedrooms":"4","price":"240000","area":"646"} , +{"type":"Feature","id":"n4100151198","geometry":{"type":"Point","coordinates":[-0.1273204,51.5631455]},"properties":{"@type":"node","@id":4100151198,"@timestamp":1459874911},"coords":"51.5631455,-0.1273204","bedrooms":"2","price":"252000","area":"579"} , +{"type":"Feature","id":"n4100569711","geometry":{"type":"Point","coordinates":[0.0428539,51.4425172]},"properties":{"@type":"node","@id":4100569711,"@timestamp":1459886776},"coords":"51.4425172,0.0428539","bedrooms":"2","price":"268000","area":"597"} , +{"type":"Feature","id":"n4100569770","geometry":{"type":"Point","coordinates":[0.0705705,51.4564371]},"properties":{"@type":"node","@id":4100569770,"@timestamp":1459886777},"coords":"51.4564371,0.0705705","bedrooms":"3","price":"198000","area":"356"} , +{"type":"Feature","id":"n4100570010","geometry":{"type":"Point","coordinates":[0.0702916,51.4574366]},"properties":{"@type":"node","@id":4100570010,"@timestamp":1459886778},"coords":"51.4574366,0.0702916","bedrooms":"1","price":"216000","area":"565"} , +{"type":"Feature","id":"n4100777591","geometry":{"type":"Point","coordinates":[-0.2088588,51.9114509]},"properties":{"@type":"node","@id":4100777591,"@timestamp":1459895638},"coords":"51.9114509,-0.2088588","bedrooms":"0","price":"223000","area":"381"} , +{"type":"Feature","id":"n4101573875","geometry":{"type":"Point","coordinates":[0.005765,51.7482322]},"properties":{"@type":"node","@id":4101573875,"@timestamp":1459930104},"coords":"51.7482322,0.005765","bedrooms":"1","price":"152000","area":"627"} , +{"type":"Feature","id":"n4103115910","geometry":{"type":"Point","coordinates":[-0.2152518,51.5377753]},"properties":{"@type":"node","@id":4103115910,"@timestamp":1459967128},"coords":"51.5377753,-0.2152518","bedrooms":"1","price":"254000","area":"443"} , +{"type":"Feature","id":"n4103115953","geometry":{"type":"Point","coordinates":[-0.2167538,51.5383159]},"properties":{"@type":"node","@id":4103115953,"@timestamp":1459967129},"coords":"51.5383159,-0.2167538","bedrooms":"4","price":"237000","area":"565"} , +{"type":"Feature","id":"n4103116000","geometry":{"type":"Point","coordinates":[-0.2145356,51.5385861]},"properties":{"@type":"node","@id":4103116000,"@timestamp":1459967130},"coords":"51.5385861,-0.2145356","bedrooms":"1","price":"231000","area":"376"} , +{"type":"Feature","id":"n4103116256","geometry":{"type":"Point","coordinates":[-0.2229313,51.5414166]},"properties":{"@type":"node","@id":4103116256,"@timestamp":1459967134},"coords":"51.5414166,-0.2229313","bedrooms":"0","price":"277000","area":"395"} , +{"type":"Feature","id":"n4103229082","geometry":{"type":"Point","coordinates":[-0.2196333,51.5090926]},"properties":{"@type":"node","@id":4103229082,"@timestamp":1619073661},"coords":"51.5090926,-0.2196333","bedrooms":"3","price":"170000","area":"598"} , +{"type":"Feature","id":"n4103237093","geometry":{"type":"Point","coordinates":[-0.024396,51.5768533]},"properties":{"@type":"node","@id":4103237093,"@timestamp":1459969180},"coords":"51.5768533,-0.024396","bedrooms":"2","price":"268000","area":"565"} , +{"type":"Feature","id":"n4103237137","geometry":{"type":"Point","coordinates":[-0.0247522,51.5763522]},"properties":{"@type":"node","@id":4103237137,"@timestamp":1459969182},"coords":"51.5763522,-0.0247522","bedrooms":"2","price":"170000","area":"633"} , +{"type":"Feature","id":"n4103577744","geometry":{"type":"Point","coordinates":[-0.0262539,51.5773138]},"properties":{"@type":"node","@id":4103577744,"@timestamp":1459977002},"coords":"51.5773138,-0.0262539","bedrooms":"3","price":"290000","area":"386"} , +{"type":"Feature","id":"n4103919582","geometry":{"type":"Point","coordinates":[0.3194133,51.4807174]},"properties":{"@type":"node","@id":4103919582,"@timestamp":1459989669},"coords":"51.4807174,0.3194133","bedrooms":"0","price":"216000","area":"588"} , +{"type":"Feature","id":"n4103928640","geometry":{"type":"Point","coordinates":[0.3198101,51.4772892]},"properties":{"@type":"node","@id":4103928640,"@timestamp":1526520485},"coords":"51.4772892,0.3198101","bedrooms":"1","price":"208000","area":"388"} , +{"type":"Feature","id":"n4104061022","geometry":{"type":"Point","coordinates":[0.2800134,51.4798836]},"properties":{"@type":"node","@id":4104061022,"@timestamp":1618836978},"coords":"51.4798836,0.2800134","bedrooms":"3","price":"196000","area":"585"} , +{"type":"Feature","id":"n4104210735","geometry":{"type":"Point","coordinates":[-0.0266811,51.5768439]},"properties":{"@type":"node","@id":4104210735,"@timestamp":1460008943},"coords":"51.5768439,-0.0266811","bedrooms":"4","price":"217000","area":"438"} , +{"type":"Feature","id":"n4104233607","geometry":{"type":"Point","coordinates":[-0.0283771,51.5764003]},"properties":{"@type":"node","@id":4104233607,"@timestamp":1460009174},"coords":"51.5764003,-0.0283771","bedrooms":"1","price":"277000","area":"365"} , +{"type":"Feature","id":"n4105240416","geometry":{"type":"Point","coordinates":[-0.673492,51.3679506]},"properties":{"@type":"node","@id":4105240416,"@timestamp":1460038660},"coords":"51.3679506,-0.673492","bedrooms":"4","price":"250000","area":"409"} , +{"type":"Feature","id":"n4105313911","geometry":{"type":"Point","coordinates":[-0.7729002,51.2240544]},"properties":{"@type":"node","@id":4105313911,"@timestamp":1460039843},"coords":"51.2240544,-0.7729002","bedrooms":"0","price":"229000","area":"536"} , +{"type":"Feature","id":"n4106613048","geometry":{"type":"Point","coordinates":[-0.0909644,51.2820295]},"properties":{"@type":"node","@id":4106613048,"@timestamp":1559842987},"coords":"51.2820295,-0.0909644","bedrooms":"4","price":"158000","area":"461"} , +{"type":"Feature","id":"n4106638850","geometry":{"type":"Point","coordinates":[0.3041879,51.4758516]},"properties":{"@type":"node","@id":4106638850,"@timestamp":1562980222},"coords":"51.4758516,0.3041879","bedrooms":"2","price":"191000","area":"538"} , +{"type":"Feature","id":"n4106686942","geometry":{"type":"Point","coordinates":[0.2784319,51.4709495]},"properties":{"@type":"node","@id":4106686942,"@timestamp":1460072787},"coords":"51.4709495,0.2784319","bedrooms":"3","price":"195000","area":"630"} , +{"type":"Feature","id":"n4106707721","geometry":{"type":"Point","coordinates":[0.283114,51.4748708]},"properties":{"@type":"node","@id":4106707721,"@timestamp":1460075788},"coords":"51.4748708,0.283114","bedrooms":"0","price":"180000","area":"497"} , +{"type":"Feature","id":"n4107025638","geometry":{"type":"Point","coordinates":[-0.0300444,51.5766587]},"properties":{"@type":"node","@id":4107025638,"@timestamp":1460094145},"coords":"51.5766587,-0.0300444","bedrooms":"1","price":"249000","area":"601"} , +{"type":"Feature","id":"n4107287417","geometry":{"type":"Point","coordinates":[-0.457272,51.8659398]},"properties":{"@type":"node","@id":4107287417,"@timestamp":1578857686},"coords":"51.8659398,-0.457272","bedrooms":"1","price":"215000","area":"487"} , +{"type":"Feature","id":"n4108024897","geometry":{"type":"Point","coordinates":[-0.0303931,51.5779535]},"properties":{"@type":"node","@id":4108024897,"@timestamp":1460133935},"coords":"51.5779535,-0.0303931","bedrooms":"3","price":"280000","area":"684"} , +{"type":"Feature","id":"n4108513792","geometry":{"type":"Point","coordinates":[-0.0298537,51.5775594]},"properties":{"@type":"node","@id":4108513792,"@timestamp":1460150548},"coords":"51.5775594,-0.0298537","bedrooms":"3","price":"277000","area":"650"} , +{"type":"Feature","id":"n4108718009","geometry":{"type":"Point","coordinates":[0.396491,51.4312744]},"properties":{"@type":"node","@id":4108718009,"@timestamp":1460155501},"coords":"51.4312744,0.396491","bedrooms":"1","price":"262000","area":"440"} , +{"type":"Feature","id":"n4109448011","geometry":{"type":"Point","coordinates":[-0.1967554,51.4350229]},"properties":{"@type":"node","@id":4109448011,"@timestamp":1460203413},"coords":"51.4350229,-0.1967554","bedrooms":"4","price":"225000","area":"358"} , +{"type":"Feature","id":"n4110603997","geometry":{"type":"Point","coordinates":[-0.4397327,51.8930283]},"properties":{"@type":"node","@id":4110603997,"@timestamp":1460249838},"coords":"51.8930283,-0.4397327","bedrooms":"0","price":"175000","area":"677"} , +{"type":"Feature","id":"n4111172435","geometry":{"type":"Point","coordinates":[-0.0831719,51.5188184]},"properties":{"@type":"node","@id":4111172435,"@timestamp":1631527524},"coords":"51.5188184,-0.0831719","bedrooms":"1","price":"269000","area":"572"} , +{"type":"Feature","id":"n4111777090","geometry":{"type":"Point","coordinates":[-0.2527444,51.2863297]},"properties":{"@type":"node","@id":4111777090,"@timestamp":1516638714},"coords":"51.2863297,-0.2527444","bedrooms":"1","price":"261000","area":"398"} , +{"type":"Feature","id":"n4111972242","geometry":{"type":"Point","coordinates":[-0.6059782,51.2283339]},"properties":{"@type":"node","@id":4111972242,"@timestamp":1460303903},"coords":"51.2283339,-0.6059782","bedrooms":"1","price":"200000","area":"551"} , +{"type":"Feature","id":"n4112184990","geometry":{"type":"Point","coordinates":[0.1869004,51.1134576]},"properties":{"@type":"node","@id":4112184990,"@timestamp":1580226071},"coords":"51.1134576,0.1869004","bedrooms":"3","price":"191000","area":"451"} , +{"type":"Feature","id":"n4112448142","geometry":{"type":"Point","coordinates":[-0.159299,51.4751319]},"properties":{"@type":"node","@id":4112448142,"@timestamp":1580916993},"coords":"51.4751319,-0.159299","bedrooms":"1","price":"282000","area":"658"} , +{"type":"Feature","id":"n4112540071","geometry":{"type":"Point","coordinates":[-0.1180364,51.5007096]},"properties":{"@type":"node","@id":4112540071,"@timestamp":1564908059},"coords":"51.5007096,-0.1180364","bedrooms":"4","price":"157000","area":"503"} , +{"type":"Feature","id":"n4114256772","geometry":{"type":"Point","coordinates":[-0.0657861,51.4277919]},"properties":{"@type":"node","@id":4114256772,"@timestamp":1460379047},"coords":"51.4277919,-0.0657861","bedrooms":"1","price":"189000","area":"619"} , +{"type":"Feature","id":"n4114603033","geometry":{"type":"Point","coordinates":[-1.1138805,51.5145434]},"properties":{"@type":"node","@id":4114603033,"@timestamp":1460390065},"coords":"51.5145434,-1.1138805","bedrooms":"3","price":"240000","area":"419"} , +{"type":"Feature","id":"n4114671643","geometry":{"type":"Point","coordinates":[-0.0192073,51.5996053]},"properties":{"@type":"node","@id":4114671643,"@timestamp":1618968142},"coords":"51.5996053,-0.0192073","bedrooms":"2","price":"291000","area":"373"} , +{"type":"Feature","id":"n4115947992","geometry":{"type":"Point","coordinates":[-0.193538,51.4311544]},"properties":{"@type":"node","@id":4115947992,"@timestamp":1460448794},"coords":"51.4311544,-0.193538","bedrooms":"2","price":"183000","area":"642"} , +{"type":"Feature","id":"n4116834939","geometry":{"type":"Point","coordinates":[0.7570633,51.5411859]},"properties":{"@type":"node","@id":4116834939,"@timestamp":1460470758},"coords":"51.5411859,0.7570633","bedrooms":"1","price":"238000","area":"613"} , +{"type":"Feature","id":"n4116860305","geometry":{"type":"Point","coordinates":[-0.1340945,51.4993804]},"properties":{"@type":"node","@id":4116860305,"@timestamp":1460471694},"coords":"51.4993804,-0.1340945","bedrooms":"0","price":"163000","area":"493"} , +{"type":"Feature","id":"n4116860347","geometry":{"type":"Point","coordinates":[-0.1342106,51.499471]},"properties":{"@type":"node","@id":4116860347,"@timestamp":1460471694},"coords":"51.499471,-0.1342106","bedrooms":"1","price":"162000","area":"601"} , +{"type":"Feature","id":"n4117016448","geometry":{"type":"Point","coordinates":[-0.2071215,51.4211649]},"properties":{"@type":"node","@id":4117016448,"@timestamp":1552649407},"coords":"51.4211649,-0.2071215","bedrooms":"0","price":"293000","area":"588"} , +{"type":"Feature","id":"n4117637266","geometry":{"type":"Point","coordinates":[-0.1504541,51.4669052]},"properties":{"@type":"node","@id":4117637266,"@timestamp":1460499247},"coords":"51.4669052,-0.1504541","bedrooms":"1","price":"296000","area":"549"} , +{"type":"Feature","id":"n4117643489","geometry":{"type":"Point","coordinates":[-0.150385,51.4665783]},"properties":{"@type":"node","@id":4117643489,"@timestamp":1460499246},"coords":"51.4665783,-0.150385","bedrooms":"2","price":"166000","area":"547"} , +{"type":"Feature","id":"n4117772979","geometry":{"type":"Point","coordinates":[-0.0061914,51.6550398]},"properties":{"@type":"node","@id":4117772979,"@timestamp":1556643931},"coords":"51.6550398,-0.0061914","bedrooms":"0","price":"194000","area":"426"} , +{"type":"Feature","id":"n4117882841","geometry":{"type":"Point","coordinates":[-0.078622,51.509607]},"properties":{"@type":"node","@id":4117882841,"@timestamp":1622915934},"coords":"51.509607,-0.078622","bedrooms":"2","price":"204000","area":"517"} , +{"type":"Feature","id":"n4118491385","geometry":{"type":"Point","coordinates":[-0.1407965,51.4617606]},"properties":{"@type":"node","@id":4118491385,"@timestamp":1460538427},"coords":"51.4617606,-0.1407965","bedrooms":"2","price":"252000","area":"375"} , +{"type":"Feature","id":"n4118496418","geometry":{"type":"Point","coordinates":[-0.1421467,51.4627176]},"properties":{"@type":"node","@id":4118496418,"@timestamp":1460538427},"coords":"51.4627176,-0.1421467","bedrooms":"4","price":"276000","area":"667"} , +{"type":"Feature","id":"n4119370908","geometry":{"type":"Point","coordinates":[-0.0181743,51.6007326]},"properties":{"@type":"node","@id":4119370908,"@timestamp":1460567112},"coords":"51.6007326,-0.0181743","bedrooms":"0","price":"197000","area":"386"} , +{"type":"Feature","id":"n4119410545","geometry":{"type":"Point","coordinates":[-0.0949787,51.4176814]},"properties":{"@type":"node","@id":4119410545,"@timestamp":1460569386},"coords":"51.4176814,-0.0949787","bedrooms":"1","price":"252000","area":"599"} , +{"type":"Feature","id":"n4119410612","geometry":{"type":"Point","coordinates":[-0.1400009,51.4306394]},"properties":{"@type":"node","@id":4119410612,"@timestamp":1631068969},"coords":"51.4306394,-0.1400009","bedrooms":"4","price":"158000","area":"662"} , +{"type":"Feature","id":"n4119621005","geometry":{"type":"Point","coordinates":[-0.1560775,51.2086674]},"properties":{"@type":"node","@id":4119621005,"@timestamp":1460579271},"coords":"51.2086674,-0.1560775","bedrooms":"2","price":"195000","area":"527"} , +{"type":"Feature","id":"n4120414685","geometry":{"type":"Point","coordinates":[-0.0021352,51.5954666]},"properties":{"@type":"node","@id":4120414685,"@timestamp":1460613454},"coords":"51.5954666,-0.0021352","bedrooms":"0","price":"195000","area":"452"} , +{"type":"Feature","id":"n4120841251","geometry":{"type":"Point","coordinates":[-0.1002012,51.4181725]},"properties":{"@type":"node","@id":4120841251,"@timestamp":1623507860},"coords":"51.4181725,-0.1002012","bedrooms":"0","price":"277000","area":"560"} , +{"type":"Feature","id":"n4120841279","geometry":{"type":"Point","coordinates":[-0.1147821,51.4190002]},"properties":{"@type":"node","@id":4120841279,"@timestamp":1460628302},"coords":"51.4190002,-0.1147821","bedrooms":"0","price":"242000","area":"607"} , +{"type":"Feature","id":"n4120843453","geometry":{"type":"Point","coordinates":[-0.7315325,51.0878924]},"properties":{"@type":"node","@id":4120843453,"@timestamp":1460628305},"coords":"51.0878924,-0.7315325","bedrooms":"2","price":"199000","area":"449"} , +{"type":"Feature","id":"n4120843896","geometry":{"type":"Point","coordinates":[-0.1136046,51.4196475]},"properties":{"@type":"node","@id":4120843896,"@timestamp":1460628302},"coords":"51.4196475,-0.1136046","bedrooms":"0","price":"161000","area":"547"} , +{"type":"Feature","id":"n4120843909","geometry":{"type":"Point","coordinates":[-0.1125747,51.4203651]},"properties":{"@type":"node","@id":4120843909,"@timestamp":1460628302},"coords":"51.4203651,-0.1125747","bedrooms":"2","price":"285000","area":"407"} , +{"type":"Feature","id":"n4120843932","geometry":{"type":"Point","coordinates":[-0.1185279,51.4218071]},"properties":{"@type":"node","@id":4120843932,"@timestamp":1610288623},"coords":"51.4218071,-0.1185279","bedrooms":"0","price":"182000","area":"483"} , +{"type":"Feature","id":"n4120843942","geometry":{"type":"Point","coordinates":[-0.1183219,51.4220005]},"properties":{"@type":"node","@id":4120843942,"@timestamp":1460628303},"coords":"51.4220005,-0.1183219","bedrooms":"1","price":"176000","area":"666"} , +{"type":"Feature","id":"n4121236623","geometry":{"type":"Point","coordinates":[-1.0558893,51.2846403]},"properties":{"@type":"node","@id":4121236623,"@timestamp":1460642239},"coords":"51.2846403,-1.0558893","bedrooms":"4","price":"218000","area":"522"} , +{"type":"Feature","id":"n4121355047","geometry":{"type":"Point","coordinates":[-0.140372,51.4308137]},"properties":{"@type":"node","@id":4121355047,"@timestamp":1610817078},"coords":"51.4308137,-0.140372","bedrooms":"0","price":"175000","area":"474"} , +{"type":"Feature","id":"n4121418992","geometry":{"type":"Point","coordinates":[-0.32961,51.4457187]},"properties":{"@type":"node","@id":4121418992,"@timestamp":1630895925},"coords":"51.4457187,-0.32961","bedrooms":"1","price":"256000","area":"400"} , +{"type":"Feature","id":"n4121598173","geometry":{"type":"Point","coordinates":[-0.0948455,51.3908449]},"properties":{"@type":"node","@id":4121598173,"@timestamp":1460658664},"coords":"51.3908449,-0.0948455","bedrooms":"1","price":"263000","area":"532"} , +{"type":"Feature","id":"n4121644128","geometry":{"type":"Point","coordinates":[-0.0948129,51.3899282]},"properties":{"@type":"node","@id":4121644128,"@timestamp":1460658655},"coords":"51.3899282,-0.0948129","bedrooms":"3","price":"184000","area":"631"} , +{"type":"Feature","id":"n4121650098","geometry":{"type":"Point","coordinates":[-0.0945049,51.3914176]},"properties":{"@type":"node","@id":4121650098,"@timestamp":1460658664},"coords":"51.3914176,-0.0945049","bedrooms":"2","price":"158000","area":"619"} , +{"type":"Feature","id":"n4121671990","geometry":{"type":"Point","coordinates":[-0.0954238,51.3895818]},"properties":{"@type":"node","@id":4121671990,"@timestamp":1460658664},"coords":"51.3895818,-0.0954238","bedrooms":"2","price":"208000","area":"418"} , +{"type":"Feature","id":"n4121893814","geometry":{"type":"Point","coordinates":[-0.858195,51.3094063]},"properties":{"@type":"node","@id":4121893814,"@timestamp":1547733697},"coords":"51.3094063,-0.858195","bedrooms":"2","price":"211000","area":"622"} , +{"type":"Feature","id":"n4121953797","geometry":{"type":"Point","coordinates":[-0.8578362,51.3501985]},"properties":{"@type":"node","@id":4121953797,"@timestamp":1538548354},"coords":"51.3501985,-0.8578362","bedrooms":"3","price":"205000","area":"593"} , +{"type":"Feature","id":"n4121992044","geometry":{"type":"Point","coordinates":[-0.8519337,51.3703472]},"properties":{"@type":"node","@id":4121992044,"@timestamp":1496239076},"coords":"51.3703472,-0.8519337","bedrooms":"4","price":"238000","area":"684"} , +{"type":"Feature","id":"n4122012806","geometry":{"type":"Point","coordinates":[-0.8536625,51.3795287]},"properties":{"@type":"node","@id":4122012806,"@timestamp":1551237742},"coords":"51.3795287,-0.8536625","bedrooms":"0","price":"299000","area":"475"} , +{"type":"Feature","id":"n4122675159","geometry":{"type":"Point","coordinates":[-0.0010595,51.593236]},"properties":{"@type":"node","@id":4122675159,"@timestamp":1460700054},"coords":"51.593236,-0.0010595","bedrooms":"4","price":"205000","area":"509"} , +{"type":"Feature","id":"n4122675170","geometry":{"type":"Point","coordinates":[0.0001408,51.5939816]},"properties":{"@type":"node","@id":4122675170,"@timestamp":1460700055},"coords":"51.5939816,0.0001408","bedrooms":"4","price":"281000","area":"582"} , +{"type":"Feature","id":"n4122675180","geometry":{"type":"Point","coordinates":[0.0004387,51.5943604]},"properties":{"@type":"node","@id":4122675180,"@timestamp":1460700056},"coords":"51.5943604,0.0004387","bedrooms":"4","price":"291000","area":"692"} , +{"type":"Feature","id":"n4122676790","geometry":{"type":"Point","coordinates":[0.0003473,51.594746]},"properties":{"@type":"node","@id":4122676790,"@timestamp":1460700057},"coords":"51.594746,0.0003473","bedrooms":"2","price":"274000","area":"683"} , +{"type":"Feature","id":"n4124493762","geometry":{"type":"Point","coordinates":[-0.0238151,51.4755572]},"properties":{"@type":"node","@id":4124493762,"@timestamp":1514171695},"coords":"51.4755572,-0.0238151","bedrooms":"4","price":"181000","area":"379"} , +{"type":"Feature","id":"n4126029127","geometry":{"type":"Point","coordinates":[0.3604259,51.4527091]},"properties":{"@type":"node","@id":4126029127,"@timestamp":1603275540},"coords":"51.4527091,0.3604259","bedrooms":"4","price":"199000","area":"640"} , +{"type":"Feature","id":"n4126146228","geometry":{"type":"Point","coordinates":[-0.2185017,51.5095139]},"properties":{"@type":"node","@id":4126146228,"@timestamp":1619117229},"coords":"51.5095139,-0.2185017","bedrooms":"1","price":"254000","area":"478"} , +{"type":"Feature","id":"n4126967210","geometry":{"type":"Point","coordinates":[-0.0467665,51.6101643]},"properties":{"@type":"node","@id":4126967210,"@timestamp":1579139609},"coords":"51.6101643,-0.0467665","bedrooms":"4","price":"168000","area":"694"} , +{"type":"Feature","id":"n4127904934","geometry":{"type":"Point","coordinates":[0.0646412,51.5120967]},"properties":{"@type":"node","@id":4127904934,"@timestamp":1564908059},"coords":"51.5120967,0.0646412","bedrooms":"3","price":"293000","area":"526"} , +{"type":"Feature","id":"n4128427094","geometry":{"type":"Point","coordinates":[-0.7954035,51.3994396]},"properties":{"@type":"node","@id":4128427094,"@timestamp":1460915148},"coords":"51.3994396,-0.7954035","bedrooms":"4","price":"243000","area":"662"} , +{"type":"Feature","id":"n4128507805","geometry":{"type":"Point","coordinates":[-0.7754606,51.3983801]},"properties":{"@type":"node","@id":4128507805,"@timestamp":1619009789},"coords":"51.3983801,-0.7754606","bedrooms":"1","price":"165000","area":"432"} , +{"type":"Feature","id":"n4128547780","geometry":{"type":"Point","coordinates":[-0.7705126,51.4005327]},"properties":{"@type":"node","@id":4128547780,"@timestamp":1619009789},"coords":"51.4005327,-0.7705126","bedrooms":"1","price":"269000","area":"663"} , +{"type":"Feature","id":"n4128557247","geometry":{"type":"Point","coordinates":[0.0875013,51.6350616]},"properties":{"@type":"node","@id":4128557247,"@timestamp":1618340407},"coords":"51.6350616,0.0875013","bedrooms":"1","price":"230000","area":"682"} , +{"type":"Feature","id":"n4128622941","geometry":{"type":"Point","coordinates":[-0.7874974,51.4056246]},"properties":{"@type":"node","@id":4128622941,"@timestamp":1567939376},"coords":"51.4056246,-0.7874974","bedrooms":"4","price":"294000","area":"482"} , +{"type":"Feature","id":"n4128715737","geometry":{"type":"Point","coordinates":[-0.7798467,51.4144056]},"properties":{"@type":"node","@id":4128715737,"@timestamp":1563651356},"coords":"51.4144056,-0.7798467","bedrooms":"0","price":"275000","area":"603"} , +{"type":"Feature","id":"n4128736673","geometry":{"type":"Point","coordinates":[-0.7760215,51.4165215]},"properties":{"@type":"node","@id":4128736673,"@timestamp":1563652266},"coords":"51.4165215,-0.7760215","bedrooms":"4","price":"215000","area":"473"} , +{"type":"Feature","id":"n4128754078","geometry":{"type":"Point","coordinates":[-0.7735185,51.418794]},"properties":{"@type":"node","@id":4128754078,"@timestamp":1556912794},"coords":"51.418794,-0.7735185","bedrooms":"1","price":"190000","area":"461"} , +{"type":"Feature","id":"n4129293698","geometry":{"type":"Point","coordinates":[0.3966494,51.2035174]},"properties":{"@type":"node","@id":4129293698,"@timestamp":1559505868},"coords":"51.2035174,0.3966494","bedrooms":"4","price":"232000","area":"443"} , +{"type":"Feature","id":"n4130240398","geometry":{"type":"Point","coordinates":[-0.0372961,51.4928824]},"properties":{"@type":"node","@id":4130240398,"@timestamp":1460978368},"coords":"51.4928824,-0.0372961","bedrooms":"1","price":"271000","area":"622"} , +{"type":"Feature","id":"n4130496752","geometry":{"type":"Point","coordinates":[-0.0759678,51.5455177]},"properties":{"@type":"node","@id":4130496752,"@timestamp":1626199843},"coords":"51.5455177,-0.0759678","bedrooms":"3","price":"244000","area":"629"} , +{"type":"Feature","id":"n4131244402","geometry":{"type":"Point","coordinates":[-0.2314203,51.4376023]},"properties":{"@type":"node","@id":4131244402,"@timestamp":1461007729},"coords":"51.4376023,-0.2314203","bedrooms":"0","price":"258000","area":"677"} , +{"type":"Feature","id":"n4131244452","geometry":{"type":"Point","coordinates":[-0.2675998,51.439536]},"properties":{"@type":"node","@id":4131244452,"@timestamp":1461007730},"coords":"51.439536,-0.2675998","bedrooms":"2","price":"224000","area":"544"} , +{"type":"Feature","id":"n4131244462","geometry":{"type":"Point","coordinates":[-0.2668488,51.440372]},"properties":{"@type":"node","@id":4131244462,"@timestamp":1461007730},"coords":"51.440372,-0.2668488","bedrooms":"2","price":"237000","area":"557"} , +{"type":"Feature","id":"n4131244472","geometry":{"type":"Point","coordinates":[-0.2673316,51.4406729]},"properties":{"@type":"node","@id":4131244472,"@timestamp":1461007731},"coords":"51.4406729,-0.2673316","bedrooms":"1","price":"213000","area":"658"} , +{"type":"Feature","id":"n4131244488","geometry":{"type":"Point","coordinates":[-0.2683186,51.4411812]},"properties":{"@type":"node","@id":4131244488,"@timestamp":1461007731},"coords":"51.4411812,-0.2683186","bedrooms":"4","price":"203000","area":"514"} , +{"type":"Feature","id":"n4131244511","geometry":{"type":"Point","coordinates":[-0.2959763,51.4426428]},"properties":{"@type":"node","@id":4131244511,"@timestamp":1461007732},"coords":"51.4426428,-0.2959763","bedrooms":"3","price":"202000","area":"685"} , +{"type":"Feature","id":"n4131244525","geometry":{"type":"Point","coordinates":[-0.2815061,51.4438588]},"properties":{"@type":"node","@id":4131244525,"@timestamp":1461007732},"coords":"51.4438588,-0.2815061","bedrooms":"4","price":"288000","area":"642"} , +{"type":"Feature","id":"n4131244536","geometry":{"type":"Point","coordinates":[-0.2969419,51.444221]},"properties":{"@type":"node","@id":4131244536,"@timestamp":1461007732},"coords":"51.444221,-0.2969419","bedrooms":"3","price":"212000","area":"684"} , +{"type":"Feature","id":"n4131244564","geometry":{"type":"Point","coordinates":[-0.2974247,51.444776]},"properties":{"@type":"node","@id":4131244564,"@timestamp":1461007733},"coords":"51.444776,-0.2974247","bedrooms":"2","price":"182000","area":"694"} , +{"type":"Feature","id":"n4131244575","geometry":{"type":"Point","coordinates":[-0.2982079,51.4458526]},"properties":{"@type":"node","@id":4131244575,"@timestamp":1461007733},"coords":"51.4458526,-0.2982079","bedrooms":"4","price":"293000","area":"560"} , +{"type":"Feature","id":"n4131244601","geometry":{"type":"Point","coordinates":[-0.31221,51.4630815]},"properties":{"@type":"node","@id":4131244601,"@timestamp":1461007734},"coords":"51.4630815,-0.31221","bedrooms":"0","price":"290000","area":"438"} , +{"type":"Feature","id":"n4131244616","geometry":{"type":"Point","coordinates":[-0.313004,51.464191]},"properties":{"@type":"node","@id":4131244616,"@timestamp":1461007734},"coords":"51.464191,-0.313004","bedrooms":"1","price":"262000","area":"628"} , +{"type":"Feature","id":"n4131244724","geometry":{"type":"Point","coordinates":[-0.3140321,51.4783563]},"properties":{"@type":"node","@id":4131244724,"@timestamp":1461007736},"coords":"51.4783563,-0.3140321","bedrooms":"2","price":"275000","area":"660"} , +{"type":"Feature","id":"n4131244863","geometry":{"type":"Point","coordinates":[-0.3257645,51.4967689]},"properties":{"@type":"node","@id":4131244863,"@timestamp":1461007738},"coords":"51.4967689,-0.3257645","bedrooms":"1","price":"201000","area":"622"} , +{"type":"Feature","id":"n4131244900","geometry":{"type":"Point","coordinates":[-0.3263573,51.4975604]},"properties":{"@type":"node","@id":4131244900,"@timestamp":1461007739},"coords":"51.4975604,-0.3263573","bedrooms":"0","price":"233000","area":"381"} , +{"type":"Feature","id":"n4131326066","geometry":{"type":"Point","coordinates":[-0.7704042,51.4152522]},"properties":{"@type":"node","@id":4131326066,"@timestamp":1461009856},"coords":"51.4152522,-0.7704042","bedrooms":"0","price":"259000","area":"435"} , +{"type":"Feature","id":"n4131438121","geometry":{"type":"Point","coordinates":[-0.7508701,51.4136634]},"properties":{"@type":"node","@id":4131438121,"@timestamp":1484948201},"coords":"51.4136634,-0.7508701","bedrooms":"1","price":"238000","area":"617"} , +{"type":"Feature","id":"n4131514929","geometry":{"type":"Point","coordinates":[-0.1974656,51.6291905]},"properties":{"@type":"node","@id":4131514929,"@timestamp":1512123072},"coords":"51.6291905,-0.1974656","bedrooms":"4","price":"296000","area":"497"} , +{"type":"Feature","id":"n4131576218","geometry":{"type":"Point","coordinates":[-0.0816756,51.5550305]},"properties":{"@type":"node","@id":4131576218,"@timestamp":1465936748},"coords":"51.5550305,-0.0816756","bedrooms":"2","price":"250000","area":"552"} , +{"type":"Feature","id":"n4132075939","geometry":{"type":"Point","coordinates":[-0.0402718,51.5906847]},"properties":{"@type":"node","@id":4132075939,"@timestamp":1547236286},"coords":"51.5906847,-0.0402718","bedrooms":"0","price":"186000","area":"634"} , +{"type":"Feature","id":"n4133295291","geometry":{"type":"Point","coordinates":[0.2485657,51.2978695]},"properties":{"@type":"node","@id":4133295291,"@timestamp":1603423784},"coords":"51.2978695,0.2485657","bedrooms":"1","price":"150000","area":"452"} , +{"type":"Feature","id":"n4133977960","geometry":{"type":"Point","coordinates":[-0.7822898,51.1890351]},"properties":{"@type":"node","@id":4133977960,"@timestamp":1461094644},"coords":"51.1890351,-0.7822898","bedrooms":"2","price":"185000","area":"628"} , +{"type":"Feature","id":"n4134264402","geometry":{"type":"Point","coordinates":[-0.0406482,51.5942643]},"properties":{"@type":"node","@id":4134264402,"@timestamp":1629619608},"coords":"51.5942643,-0.0406482","bedrooms":"4","price":"232000","area":"385"} , +{"type":"Feature","id":"n4134306833","geometry":{"type":"Point","coordinates":[-0.0770308,51.5488516]},"properties":{"@type":"node","@id":4134306833,"@timestamp":1461103867},"coords":"51.5488516,-0.0770308","bedrooms":"2","price":"231000","area":"414"} , +{"type":"Feature","id":"n4135201260","geometry":{"type":"Point","coordinates":[-0.0113149,51.5779434]},"properties":{"@type":"node","@id":4135201260,"@timestamp":1461142776},"coords":"51.5779434,-0.0113149","bedrooms":"0","price":"282000","area":"566"} , +{"type":"Feature","id":"n4135263600","geometry":{"type":"Point","coordinates":[-0.0115648,51.5776791]},"properties":{"@type":"node","@id":4135263600,"@timestamp":1461144299},"coords":"51.5776791,-0.0115648","bedrooms":"1","price":"252000","area":"653"} , +{"type":"Feature","id":"n4135263614","geometry":{"type":"Point","coordinates":[-0.0114416,51.5771704]},"properties":{"@type":"node","@id":4135263614,"@timestamp":1461144300},"coords":"51.5771704,-0.0114416","bedrooms":"4","price":"295000","area":"597"} , +{"type":"Feature","id":"n4135969604","geometry":{"type":"Point","coordinates":[0.43371,51.224028]},"properties":{"@type":"node","@id":4135969604,"@timestamp":1461159687},"coords":"51.224028,0.43371","bedrooms":"2","price":"282000","area":"543"} , +{"type":"Feature","id":"n4136278301","geometry":{"type":"Point","coordinates":[-0.0863663,51.5136679]},"properties":{"@type":"node","@id":4136278301,"@timestamp":1628617623},"coords":"51.5136679,-0.0863663","bedrooms":"4","price":"200000","area":"357"} , +{"type":"Feature","id":"n4136672583","geometry":{"type":"Point","coordinates":[-0.6386821,51.3369111]},"properties":{"@type":"node","@id":4136672583,"@timestamp":1461179127},"coords":"51.3369111,-0.6386821","bedrooms":"0","price":"266000","area":"361"} , +{"type":"Feature","id":"n4136817831","geometry":{"type":"Point","coordinates":[-0.1893899,51.4293319]},"properties":{"@type":"node","@id":4136817831,"@timestamp":1461182203},"coords":"51.4293319,-0.1893899","bedrooms":"2","price":"181000","area":"571"} , +{"type":"Feature","id":"n4139235086","geometry":{"type":"Point","coordinates":[-0.113578,51.5525437]},"properties":{"@type":"node","@id":4139235086,"@timestamp":1461265328},"coords":"51.5525437,-0.113578","bedrooms":"0","price":"239000","area":"402"} , +{"type":"Feature","id":"n4139523446","geometry":{"type":"Point","coordinates":[-0.0519184,51.5274806]},"properties":{"@type":"node","@id":4139523446,"@timestamp":1511733709},"coords":"51.5274806,-0.0519184","bedrooms":"0","price":"218000","area":"541"} , +{"type":"Feature","id":"n4139995454","geometry":{"type":"Point","coordinates":[-0.1981125,51.4347911]},"properties":{"@type":"node","@id":4139995454,"@timestamp":1461307081},"coords":"51.4347911,-0.1981125","bedrooms":"4","price":"212000","area":"477"} , +{"type":"Feature","id":"n4139995464","geometry":{"type":"Point","coordinates":[-0.1966547,51.4352318]},"properties":{"@type":"node","@id":4139995464,"@timestamp":1461307082},"coords":"51.4352318,-0.1966547","bedrooms":"1","price":"191000","area":"489"} , +{"type":"Feature","id":"n4140819971","geometry":{"type":"Point","coordinates":[-0.0096638,51.5775246]},"properties":{"@type":"node","@id":4140819971,"@timestamp":1461331915},"coords":"51.5775246,-0.0096638","bedrooms":"0","price":"152000","area":"501"} , +{"type":"Feature","id":"n4141027111","geometry":{"type":"Point","coordinates":[-0.0100378,51.5775362]},"properties":{"@type":"node","@id":4141027111,"@timestamp":1461339933},"coords":"51.5775362,-0.0100378","bedrooms":"2","price":"168000","area":"671"} , +{"type":"Feature","id":"n4141293015","geometry":{"type":"Point","coordinates":[-0.0334637,51.5204165]},"properties":{"@type":"node","@id":4141293015,"@timestamp":1592249015},"coords":"51.5204165,-0.0334637","bedrooms":"4","price":"258000","area":"510"} , +{"type":"Feature","id":"n4141472808","geometry":{"type":"Point","coordinates":[-0.1714045,50.9661396]},"properties":{"@type":"node","@id":4141472808,"@timestamp":1535378605},"coords":"50.9661396,-0.1714045","bedrooms":"0","price":"189000","area":"582"} , +{"type":"Feature","id":"n4141667327","geometry":{"type":"Point","coordinates":[-0.7702,51.4288435]},"properties":{"@type":"node","@id":4141667327,"@timestamp":1550265364},"coords":"51.4288435,-0.7702","bedrooms":"1","price":"287000","area":"401"} , +{"type":"Feature","id":"n4141755912","geometry":{"type":"Point","coordinates":[-0.7664619,51.420685]},"properties":{"@type":"node","@id":4141755912,"@timestamp":1461363391},"coords":"51.420685,-0.7664619","bedrooms":"4","price":"279000","area":"482"} , +{"type":"Feature","id":"n4142314595","geometry":{"type":"Point","coordinates":[-0.0073295,51.4945915]},"properties":{"@type":"node","@id":4142314595,"@timestamp":1461396868},"coords":"51.4945915,-0.0073295","bedrooms":"2","price":"270000","area":"542"} , +{"type":"Feature","id":"n4142319891","geometry":{"type":"Point","coordinates":[-0.006916,51.494067]},"properties":{"@type":"node","@id":4142319891,"@timestamp":1461396865},"coords":"51.494067,-0.006916","bedrooms":"2","price":"243000","area":"682"} , +{"type":"Feature","id":"n4142736628","geometry":{"type":"Point","coordinates":[-0.0726888,51.4119723]},"properties":{"@type":"node","@id":4142736628,"@timestamp":1461415809},"coords":"51.4119723,-0.0726888","bedrooms":"1","price":"150000","area":"615"} , +{"type":"Feature","id":"n4143127504","geometry":{"type":"Point","coordinates":[-0.4062669,51.3744102]},"properties":{"@type":"node","@id":4143127504,"@timestamp":1604592746},"coords":"51.3744102,-0.4062669","bedrooms":"4","price":"264000","area":"611"} , +{"type":"Feature","id":"n4143573183","geometry":{"type":"Point","coordinates":[-0.7510555,51.4280289]},"properties":{"@type":"node","@id":4143573183,"@timestamp":1461448238},"coords":"51.4280289,-0.7510555","bedrooms":"1","price":"154000","area":"493"} , +{"type":"Feature","id":"n4143704992","geometry":{"type":"Point","coordinates":[-0.0301465,51.5222971]},"properties":{"@type":"node","@id":4143704992,"@timestamp":1534285734},"coords":"51.5222971,-0.0301465","bedrooms":"0","price":"206000","area":"474"} , +{"type":"Feature","id":"n4144194825","geometry":{"type":"Point","coordinates":[0.2934628,51.3598484]},"properties":{"@type":"node","@id":4144194825,"@timestamp":1616002102},"coords":"51.3598484,0.2934628","bedrooms":"3","price":"194000","area":"673"} , +{"type":"Feature","id":"n4144853521","geometry":{"type":"Point","coordinates":[-0.7351967,51.4203134]},"properties":{"@type":"node","@id":4144853521,"@timestamp":1551237745},"coords":"51.4203134,-0.7351967","bedrooms":"1","price":"182000","area":"563"} , +{"type":"Feature","id":"n4144858776","geometry":{"type":"Point","coordinates":[-0.1331624,51.5655356]},"properties":{"@type":"node","@id":4144858776,"@timestamp":1461519095},"coords":"51.5655356,-0.1331624","bedrooms":"3","price":"298000","area":"397"} , +{"type":"Feature","id":"n4144936996","geometry":{"type":"Point","coordinates":[-0.7269966,51.4240327]},"properties":{"@type":"node","@id":4144936996,"@timestamp":1461521716},"coords":"51.4240327,-0.7269966","bedrooms":"0","price":"200000","area":"502"} , +{"type":"Feature","id":"n4145029892","geometry":{"type":"Point","coordinates":[-0.0719999,51.5236118]},"properties":{"@type":"node","@id":4145029892,"@timestamp":1543945379},"coords":"51.5236118,-0.0719999","bedrooms":"0","price":"274000","area":"573"} , +{"type":"Feature","id":"n4145180969","geometry":{"type":"Point","coordinates":[-0.1331733,51.5657908]},"properties":{"@type":"node","@id":4145180969,"@timestamp":1461532802},"coords":"51.5657908,-0.1331733","bedrooms":"0","price":"269000","area":"500"} , +{"type":"Feature","id":"n4145180979","geometry":{"type":"Point","coordinates":[-0.1315918,51.566386]},"properties":{"@type":"node","@id":4145180979,"@timestamp":1461532803},"coords":"51.566386,-0.1315918","bedrooms":"1","price":"294000","area":"406"} , +{"type":"Feature","id":"n4145184489","geometry":{"type":"Point","coordinates":[-0.1328045,51.5661139]},"properties":{"@type":"node","@id":4145184489,"@timestamp":1461532803},"coords":"51.5661139,-0.1328045","bedrooms":"3","price":"204000","area":"430"} , +{"type":"Feature","id":"n4146327420","geometry":{"type":"Point","coordinates":[0.3074594,51.4583681]},"properties":{"@type":"node","@id":4146327420,"@timestamp":1515030676},"coords":"51.4583681,0.3074594","bedrooms":"4","price":"252000","area":"486"} , +{"type":"Feature","id":"n4146426865","geometry":{"type":"Point","coordinates":[-0.0300178,51.5253456]},"properties":{"@type":"node","@id":4146426865,"@timestamp":1461579512},"coords":"51.5253456,-0.0300178","bedrooms":"1","price":"205000","area":"458"} , +{"type":"Feature","id":"n4146714616","geometry":{"type":"Point","coordinates":[-0.7429687,51.3389926]},"properties":{"@type":"node","@id":4146714616,"@timestamp":1603817304},"coords":"51.3389926,-0.7429687","bedrooms":"0","price":"260000","area":"553"} , +{"type":"Feature","id":"n4147252629","geometry":{"type":"Point","coordinates":[0.2772237,51.4857961]},"properties":{"@type":"node","@id":4147252629,"@timestamp":1595256817},"coords":"51.4857961,0.2772237","bedrooms":"3","price":"279000","area":"688"} , +{"type":"Feature","id":"n4147658449","geometry":{"type":"Point","coordinates":[-0.755296,51.4038847]},"properties":{"@type":"node","@id":4147658449,"@timestamp":1618347222},"coords":"51.4038847,-0.755296","bedrooms":"1","price":"247000","area":"452"} , +{"type":"Feature","id":"n4147811435","geometry":{"type":"Point","coordinates":[-0.7879598,51.4258677]},"properties":{"@type":"node","@id":4147811435,"@timestamp":1461621133},"coords":"51.4258677,-0.7879598","bedrooms":"2","price":"194000","area":"586"} , +{"type":"Feature","id":"n4149130613","geometry":{"type":"Point","coordinates":[-0.0178526,51.612168]},"properties":{"@type":"node","@id":4149130613,"@timestamp":1588089890},"coords":"51.612168,-0.0178526","bedrooms":"3","price":"190000","area":"609"} , +{"type":"Feature","id":"n4150171382","geometry":{"type":"Point","coordinates":[-0.1904814,51.4288153]},"properties":{"@type":"node","@id":4150171382,"@timestamp":1461713481},"coords":"51.4288153,-0.1904814","bedrooms":"1","price":"168000","area":"438"} , +{"type":"Feature","id":"n4150715692","geometry":{"type":"Point","coordinates":[-0.0454729,51.6647446]},"properties":{"@type":"node","@id":4150715692,"@timestamp":1606936276},"coords":"51.6647446,-0.0454729","bedrooms":"3","price":"297000","area":"393"} , +{"type":"Feature","id":"n4150724106","geometry":{"type":"Point","coordinates":[-0.0471497,51.6636495]},"properties":{"@type":"node","@id":4150724106,"@timestamp":1606936276},"coords":"51.6636495,-0.0471497","bedrooms":"1","price":"239000","area":"551"} , +{"type":"Feature","id":"n4150724120","geometry":{"type":"Point","coordinates":[-0.0468641,51.6638172]},"properties":{"@type":"node","@id":4150724120,"@timestamp":1606936276},"coords":"51.6638172,-0.0468641","bedrooms":"3","price":"212000","area":"602"} , +{"type":"Feature","id":"n4150753963","geometry":{"type":"Point","coordinates":[-0.0509673,51.6649961]},"properties":{"@type":"node","@id":4150753963,"@timestamp":1602164863},"coords":"51.6649961,-0.0509673","bedrooms":"3","price":"217000","area":"406"} , +{"type":"Feature","id":"n4150753977","geometry":{"type":"Point","coordinates":[-0.0502928,51.6646501]},"properties":{"@type":"node","@id":4150753977,"@timestamp":1602164863},"coords":"51.6646501,-0.0502928","bedrooms":"4","price":"249000","area":"400"} , +{"type":"Feature","id":"n4150755493","geometry":{"type":"Point","coordinates":[-0.0498891,51.6646451]},"properties":{"@type":"node","@id":4150755493,"@timestamp":1602164863},"coords":"51.6646451,-0.0498891","bedrooms":"1","price":"174000","area":"454"} , +{"type":"Feature","id":"n4150759937","geometry":{"type":"Point","coordinates":[-0.0524493,51.6644672]},"properties":{"@type":"node","@id":4150759937,"@timestamp":1602170464},"coords":"51.6644672,-0.0524493","bedrooms":"2","price":"238000","area":"655"} , +{"type":"Feature","id":"n4150759948","geometry":{"type":"Point","coordinates":[-0.0514381,51.6647982]},"properties":{"@type":"node","@id":4150759948,"@timestamp":1461745782},"coords":"51.6647982,-0.0514381","bedrooms":"4","price":"178000","area":"372"} , +{"type":"Feature","id":"n4150774447","geometry":{"type":"Point","coordinates":[-0.0553554,51.6636618]},"properties":{"@type":"node","@id":4150774447,"@timestamp":1461746691},"coords":"51.6636618,-0.0553554","bedrooms":"1","price":"195000","area":"530"} , +{"type":"Feature","id":"n4150774461","geometry":{"type":"Point","coordinates":[-0.0557792,51.6638249]},"properties":{"@type":"node","@id":4150774461,"@timestamp":1461746691},"coords":"51.6638249,-0.0557792","bedrooms":"3","price":"231000","area":"696"} , +{"type":"Feature","id":"n4150820287","geometry":{"type":"Point","coordinates":[-0.0564444,51.6645685]},"properties":{"@type":"node","@id":4150820287,"@timestamp":1461748074},"coords":"51.6645685,-0.0564444","bedrooms":"3","price":"252000","area":"509"} , +{"type":"Feature","id":"n4150834811","geometry":{"type":"Point","coordinates":[-0.0551906,51.6659112]},"properties":{"@type":"node","@id":4150834811,"@timestamp":1602170464},"coords":"51.6659112,-0.0551906","bedrooms":"1","price":"219000","area":"630"} , +{"type":"Feature","id":"n4150848663","geometry":{"type":"Point","coordinates":[-0.0535384,51.6665001]},"properties":{"@type":"node","@id":4150848663,"@timestamp":1602170464},"coords":"51.6665001,-0.0535384","bedrooms":"2","price":"254000","area":"535"} , +{"type":"Feature","id":"n4150848680","geometry":{"type":"Point","coordinates":[-0.0541565,51.6661174]},"properties":{"@type":"node","@id":4150848680,"@timestamp":1602170464},"coords":"51.6661174,-0.0541565","bedrooms":"3","price":"259000","area":"447"} , +{"type":"Feature","id":"n4151506442","geometry":{"type":"Point","coordinates":[-0.0862036,51.506328]},"properties":{"@type":"node","@id":4151506442,"@timestamp":1618302403},"coords":"51.506328,-0.0862036","bedrooms":"3","price":"234000","area":"411"} , +{"type":"Feature","id":"n4151750739","geometry":{"type":"Point","coordinates":[-0.0259021,51.6054395]},"properties":{"@type":"node","@id":4151750739,"@timestamp":1461777550},"coords":"51.6054395,-0.0259021","bedrooms":"1","price":"203000","area":"388"} , +{"type":"Feature","id":"n4151804464","geometry":{"type":"Point","coordinates":[-0.349235,51.5150811]},"properties":{"@type":"node","@id":4151804464,"@timestamp":1461780547},"coords":"51.5150811,-0.349235","bedrooms":"1","price":"186000","area":"621"} , +{"type":"Feature","id":"n4151804480","geometry":{"type":"Point","coordinates":[-0.3420983,51.529479]},"properties":{"@type":"node","@id":4151804480,"@timestamp":1461780547},"coords":"51.529479,-0.3420983","bedrooms":"0","price":"233000","area":"468"} , +{"type":"Feature","id":"n4151811890","geometry":{"type":"Point","coordinates":[-0.3426428,51.529998]},"properties":{"@type":"node","@id":4151811890,"@timestamp":1461780547},"coords":"51.529998,-0.3426428","bedrooms":"3","price":"274000","area":"351"} , +{"type":"Feature","id":"n4151811900","geometry":{"type":"Point","coordinates":[-0.3437049,51.5319485]},"properties":{"@type":"node","@id":4151811900,"@timestamp":1461780547},"coords":"51.5319485,-0.3437049","bedrooms":"4","price":"233000","area":"647"} , +{"type":"Feature","id":"n4151811910","geometry":{"type":"Point","coordinates":[-0.3412775,51.5324341]},"properties":{"@type":"node","@id":4151811910,"@timestamp":1461780548},"coords":"51.5324341,-0.3412775","bedrooms":"0","price":"167000","area":"370"} , +{"type":"Feature","id":"n4151811920","geometry":{"type":"Point","coordinates":[-0.3395824,51.532988]},"properties":{"@type":"node","@id":4151811920,"@timestamp":1461780548},"coords":"51.532988,-0.3395824","bedrooms":"4","price":"279000","area":"394"} , +{"type":"Feature","id":"n4151811930","geometry":{"type":"Point","coordinates":[-0.339062,51.533295]},"properties":{"@type":"node","@id":4151811930,"@timestamp":1461780548},"coords":"51.533295,-0.339062","bedrooms":"2","price":"218000","area":"458"} , +{"type":"Feature","id":"n4151811940","geometry":{"type":"Point","coordinates":[-0.3384693,51.5336721]},"properties":{"@type":"node","@id":4151811940,"@timestamp":1461780549},"coords":"51.5336721,-0.3384693","bedrooms":"3","price":"222000","area":"459"} , +{"type":"Feature","id":"n4151811972","geometry":{"type":"Point","coordinates":[-0.33037,51.5730484]},"properties":{"@type":"node","@id":4151811972,"@timestamp":1461780549},"coords":"51.5730484,-0.33037","bedrooms":"2","price":"276000","area":"546"} , +{"type":"Feature","id":"n4152747097","geometry":{"type":"Point","coordinates":[0.0474068,51.072716]},"properties":{"@type":"node","@id":4152747097,"@timestamp":1461827445},"coords":"51.072716,0.0474068","bedrooms":"1","price":"276000","area":"655"} , +{"type":"Feature","id":"n4153884502","geometry":{"type":"Point","coordinates":[-0.1084813,51.5507154]},"properties":{"@type":"node","@id":4153884502,"@timestamp":1477245020},"coords":"51.5507154,-0.1084813","bedrooms":"4","price":"260000","area":"445"} , +{"type":"Feature","id":"n4153901571","geometry":{"type":"Point","coordinates":[-0.1102011,51.5535063]},"properties":{"@type":"node","@id":4153901571,"@timestamp":1462020245},"coords":"51.5535063,-0.1102011","bedrooms":"0","price":"285000","area":"617"} , +{"type":"Feature","id":"n4153933776","geometry":{"type":"Point","coordinates":[-0.1135181,51.558454]},"properties":{"@type":"node","@id":4153933776,"@timestamp":1461864182},"coords":"51.558454,-0.1135181","bedrooms":"0","price":"233000","area":"677"} , +{"type":"Feature","id":"n4154273164","geometry":{"type":"Point","coordinates":[-0.7666505,51.2438722]},"properties":{"@type":"node","@id":4154273164,"@timestamp":1461876631},"coords":"51.2438722,-0.7666505","bedrooms":"3","price":"193000","area":"643"} , +{"type":"Feature","id":"n4155050313","geometry":{"type":"Point","coordinates":[-0.3270488,51.2663406]},"properties":{"@type":"node","@id":4155050313,"@timestamp":1461917578},"coords":"51.2663406,-0.3270488","bedrooms":"4","price":"220000","area":"488"} , +{"type":"Feature","id":"n4155130483","geometry":{"type":"Point","coordinates":[-0.0238615,51.5998928]},"properties":{"@type":"node","@id":4155130483,"@timestamp":1461918771},"coords":"51.5998928,-0.0238615","bedrooms":"0","price":"244000","area":"593"} , +{"type":"Feature","id":"n4155639726","geometry":{"type":"Point","coordinates":[-0.0336064,51.5950905]},"properties":{"@type":"node","@id":4155639726,"@timestamp":1461936074},"coords":"51.5950905,-0.0336064","bedrooms":"0","price":"186000","area":"604"} , +{"type":"Feature","id":"n4155639736","geometry":{"type":"Point","coordinates":[-0.0327508,51.595428]},"properties":{"@type":"node","@id":4155639736,"@timestamp":1461936075},"coords":"51.595428,-0.0327508","bedrooms":"4","price":"206000","area":"666"} , +{"type":"Feature","id":"n4155737595","geometry":{"type":"Point","coordinates":[-0.0308197,51.5971793]},"properties":{"@type":"node","@id":4155737595,"@timestamp":1461937781},"coords":"51.5971793,-0.0308197","bedrooms":"3","price":"245000","area":"420"} , +{"type":"Feature","id":"n4155737608","geometry":{"type":"Point","coordinates":[-0.0333775,51.5965102]},"properties":{"@type":"node","@id":4155737608,"@timestamp":1461937782},"coords":"51.5965102,-0.0333775","bedrooms":"3","price":"240000","area":"435"} , +{"type":"Feature","id":"n4155745924","geometry":{"type":"Point","coordinates":[-0.0347314,51.5972375]},"properties":{"@type":"node","@id":4155745924,"@timestamp":1461938382},"coords":"51.5972375,-0.0347314","bedrooms":"4","price":"208000","area":"527"} , +{"type":"Feature","id":"n4155745934","geometry":{"type":"Point","coordinates":[-0.0363246,51.5967397]},"properties":{"@type":"node","@id":4155745934,"@timestamp":1461938383},"coords":"51.5967397,-0.0363246","bedrooms":"0","price":"198000","area":"633"} , +{"type":"Feature","id":"n4155745944","geometry":{"type":"Point","coordinates":[-0.0369643,51.5967726]},"properties":{"@type":"node","@id":4155745944,"@timestamp":1461938384},"coords":"51.5967726,-0.0369643","bedrooms":"3","price":"237000","area":"661"} , +{"type":"Feature","id":"n4155859306","geometry":{"type":"Point","coordinates":[-0.084394,51.5143962]},"properties":{"@type":"node","@id":4155859306,"@timestamp":1495608444},"coords":"51.5143962,-0.084394","bedrooms":"3","price":"269000","area":"525"} , +{"type":"Feature","id":"n4156441953","geometry":{"type":"Point","coordinates":[-1.0153447,51.1424077]},"properties":{"@type":"node","@id":4156441953,"@timestamp":1461966970},"coords":"51.1424077,-1.0153447","bedrooms":"1","price":"212000","area":"405"} , +{"type":"Feature","id":"n4157002097","geometry":{"type":"Point","coordinates":[-0.1403652,51.490273]},"properties":{"@type":"node","@id":4157002097,"@timestamp":1603494006},"coords":"51.490273,-0.1403652","bedrooms":"0","price":"288000","area":"563"} , +{"type":"Feature","id":"n4157330457","geometry":{"type":"Point","coordinates":[-0.1280997,51.568956]},"properties":{"@type":"node","@id":4157330457,"@timestamp":1591137623},"coords":"51.568956,-0.1280997","bedrooms":"2","price":"263000","area":"497"} , +{"type":"Feature","id":"n4157343393","geometry":{"type":"Point","coordinates":[-0.1287095,51.568774]},"properties":{"@type":"node","@id":4157343393,"@timestamp":1462017403},"coords":"51.568774,-0.1287095","bedrooms":"0","price":"248000","area":"567"} , +{"type":"Feature","id":"n4157438058","geometry":{"type":"Point","coordinates":[-0.1098656,51.5529401]},"properties":{"@type":"node","@id":4157438058,"@timestamp":1462020244},"coords":"51.5529401,-0.1098656","bedrooms":"3","price":"229000","area":"612"} , +{"type":"Feature","id":"n4157498117","geometry":{"type":"Point","coordinates":[-0.8243742,51.2908923]},"properties":{"@type":"node","@id":4157498117,"@timestamp":1462021830},"coords":"51.2908923,-0.8243742","bedrooms":"3","price":"240000","area":"600"} , +{"type":"Feature","id":"n4157611812","geometry":{"type":"Point","coordinates":[0.4784291,51.3333363]},"properties":{"@type":"node","@id":4157611812,"@timestamp":1543945381},"coords":"51.3333363,0.4784291","bedrooms":"3","price":"226000","area":"479"} , +{"type":"Feature","id":"n4157665390","geometry":{"type":"Point","coordinates":[0.474958,51.7316939]},"properties":{"@type":"node","@id":4157665390,"@timestamp":1635608098},"coords":"51.7316939,0.474958","bedrooms":"1","price":"152000","area":"697"} , +{"type":"Feature","id":"n4157835492","geometry":{"type":"Point","coordinates":[-0.7667833,51.2491131]},"properties":{"@type":"node","@id":4157835492,"@timestamp":1462033992},"coords":"51.2491131,-0.7667833","bedrooms":"0","price":"238000","area":"658"} , +{"type":"Feature","id":"n4157884998","geometry":{"type":"Point","coordinates":[-0.0119546,51.7767118]},"properties":{"@type":"node","@id":4157884998,"@timestamp":1462035664},"coords":"51.7767118,-0.0119546","bedrooms":"4","price":"202000","area":"693"} , +{"type":"Feature","id":"n4157993131","geometry":{"type":"Point","coordinates":[-0.1248095,51.5688985]},"properties":{"@type":"node","@id":4157993131,"@timestamp":1462051052},"coords":"51.5688985,-0.1248095","bedrooms":"4","price":"180000","area":"428"} , +{"type":"Feature","id":"n4158053701","geometry":{"type":"Point","coordinates":[-0.8196071,51.2878009]},"properties":{"@type":"node","@id":4158053701,"@timestamp":1462041055},"coords":"51.2878009,-0.8196071","bedrooms":"4","price":"213000","area":"685"} , +{"type":"Feature","id":"n4158322269","geometry":{"type":"Point","coordinates":[0.2916525,51.7178252]},"properties":{"@type":"node","@id":4158322269,"@timestamp":1462050807},"coords":"51.7178252,0.2916525","bedrooms":"1","price":"159000","area":"682"} , +{"type":"Feature","id":"n4158334322","geometry":{"type":"Point","coordinates":[0.3015914,51.1565623]},"properties":{"@type":"node","@id":4158334322,"@timestamp":1568637526},"coords":"51.1565623,0.3015914","bedrooms":"4","price":"231000","area":"373"} , +{"type":"Feature","id":"n4158538189","geometry":{"type":"Point","coordinates":[0.6386129,51.0726799]},"properties":{"@type":"node","@id":4158538189,"@timestamp":1462060062},"coords":"51.0726799,0.6386129","bedrooms":"2","price":"165000","area":"486"} , +{"type":"Feature","id":"n4159001514","geometry":{"type":"Point","coordinates":[-0.2075454,51.421046]},"properties":{"@type":"node","@id":4159001514,"@timestamp":1581938257},"coords":"51.421046,-0.2075454","bedrooms":"3","price":"196000","area":"521"} , +{"type":"Feature","id":"n4159002752","geometry":{"type":"Point","coordinates":[-0.207538,51.421146]},"properties":{"@type":"node","@id":4159002752,"@timestamp":1462093143},"coords":"51.421146,-0.207538","bedrooms":"0","price":"238000","area":"507"} , +{"type":"Feature","id":"n4159027486","geometry":{"type":"Point","coordinates":[-0.4535385,51.9589099]},"properties":{"@type":"node","@id":4159027486,"@timestamp":1462094441},"coords":"51.9589099,-0.4535385","bedrooms":"3","price":"188000","area":"549"} , +{"type":"Feature","id":"n4159056562","geometry":{"type":"Point","coordinates":[-0.0421265,51.0474719]},"properties":{"@type":"node","@id":4159056562,"@timestamp":1626271089},"coords":"51.0474719,-0.0421265","bedrooms":"0","price":"214000","area":"610"} , +{"type":"Feature","id":"n4159646526","geometry":{"type":"Point","coordinates":[0.071273,51.5375984]},"properties":{"@type":"node","@id":4159646526,"@timestamp":1462121686},"coords":"51.5375984,0.071273","bedrooms":"1","price":"251000","area":"351"} , +{"type":"Feature","id":"n4159815532","geometry":{"type":"Point","coordinates":[-0.4199945,51.0593031]},"properties":{"@type":"node","@id":4159815532,"@timestamp":1462130346},"coords":"51.0593031,-0.4199945","bedrooms":"4","price":"295000","area":"417"} , +{"type":"Feature","id":"n4160170689","geometry":{"type":"Point","coordinates":[0.2622549,51.8891148]},"properties":{"@type":"node","@id":4160170689,"@timestamp":1462144455},"coords":"51.8891148,0.2622549","bedrooms":"2","price":"244000","area":"674"} , +{"type":"Feature","id":"n4160209891","geometry":{"type":"Point","coordinates":[0.2080846,51.8781724]},"properties":{"@type":"node","@id":4160209891,"@timestamp":1462148331},"coords":"51.8781724,0.2080846","bedrooms":"4","price":"286000","area":"554"} , +{"type":"Feature","id":"n4160248989","geometry":{"type":"Point","coordinates":[-0.1046036,51.5052604]},"properties":{"@type":"node","@id":4160248989,"@timestamp":1584201904},"coords":"51.5052604,-0.1046036","bedrooms":"3","price":"200000","area":"376"} , +{"type":"Feature","id":"n4160564564","geometry":{"type":"Point","coordinates":[-0.8492002,51.2773853]},"properties":{"@type":"node","@id":4160564564,"@timestamp":1462172777},"coords":"51.2773853,-0.8492002","bedrooms":"3","price":"278000","area":"660"} , +{"type":"Feature","id":"n4160775372","geometry":{"type":"Point","coordinates":[-0.0349048,51.5949294]},"properties":{"@type":"node","@id":4160775372,"@timestamp":1609800773},"coords":"51.5949294,-0.0349048","bedrooms":"3","price":"252000","area":"678"} , +{"type":"Feature","id":"n4160829078","geometry":{"type":"Point","coordinates":[-0.192071,51.4271957]},"properties":{"@type":"node","@id":4160829078,"@timestamp":1462181331},"coords":"51.4271957,-0.192071","bedrooms":"2","price":"197000","area":"489"} , +{"type":"Feature","id":"n4160829088","geometry":{"type":"Point","coordinates":[-0.194131,51.427291]},"properties":{"@type":"node","@id":4160829088,"@timestamp":1462181331},"coords":"51.427291,-0.194131","bedrooms":"1","price":"275000","area":"436"} , +{"type":"Feature","id":"n4160834998","geometry":{"type":"Point","coordinates":[-0.1933263,51.4273629]},"properties":{"@type":"node","@id":4160834998,"@timestamp":1462181331},"coords":"51.4273629,-0.1933263","bedrooms":"4","price":"221000","area":"546"} , +{"type":"Feature","id":"n4160835008","geometry":{"type":"Point","coordinates":[-0.1898649,51.4274406]},"properties":{"@type":"node","@id":4160835008,"@timestamp":1462181332},"coords":"51.4274406,-0.1898649","bedrooms":"1","price":"284000","area":"582"} , +{"type":"Feature","id":"n4160835018","geometry":{"type":"Point","coordinates":[-0.1889878,51.4277233]},"properties":{"@type":"node","@id":4160835018,"@timestamp":1462181332},"coords":"51.4277233,-0.1889878","bedrooms":"2","price":"209000","area":"406"} , +{"type":"Feature","id":"n4160835028","geometry":{"type":"Point","coordinates":[-0.1950295,51.4278295]},"properties":{"@type":"node","@id":4160835028,"@timestamp":1462181332},"coords":"51.4278295,-0.1950295","bedrooms":"1","price":"166000","area":"501"} , +{"type":"Feature","id":"n4160835038","geometry":{"type":"Point","coordinates":[-0.1927309,51.427883]},"properties":{"@type":"node","@id":4160835038,"@timestamp":1462181333},"coords":"51.427883,-0.1927309","bedrooms":"3","price":"241000","area":"386"} , +{"type":"Feature","id":"n4160835048","geometry":{"type":"Point","coordinates":[-0.1933612,51.4279048]},"properties":{"@type":"node","@id":4160835048,"@timestamp":1462181333},"coords":"51.4279048,-0.1933612","bedrooms":"4","price":"152000","area":"547"} , +{"type":"Feature","id":"n4160835059","geometry":{"type":"Point","coordinates":[-0.1947264,51.4281406]},"properties":{"@type":"node","@id":4160835059,"@timestamp":1462181333},"coords":"51.4281406,-0.1947264","bedrooms":"3","price":"294000","area":"410"} , +{"type":"Feature","id":"n4160835077","geometry":{"type":"Point","coordinates":[-0.1937635,51.4284073]},"properties":{"@type":"node","@id":4160835077,"@timestamp":1462181334},"coords":"51.4284073,-0.1937635","bedrooms":"3","price":"178000","area":"483"} , +{"type":"Feature","id":"n4160835292","geometry":{"type":"Point","coordinates":[-0.1956826,51.4285294]},"properties":{"@type":"node","@id":4160835292,"@timestamp":1462181334},"coords":"51.4285294,-0.1956826","bedrooms":"3","price":"166000","area":"485"} , +{"type":"Feature","id":"n4160835308","geometry":{"type":"Point","coordinates":[-0.1937944,51.428725]},"properties":{"@type":"node","@id":4160835308,"@timestamp":1462181334},"coords":"51.428725,-0.1937944","bedrooms":"2","price":"208000","area":"409"} , +{"type":"Feature","id":"n4160835324","geometry":{"type":"Point","coordinates":[-0.1930943,51.4290411]},"properties":{"@type":"node","@id":4160835324,"@timestamp":1462181335},"coords":"51.4290411,-0.1930943","bedrooms":"3","price":"294000","area":"543"} , +{"type":"Feature","id":"n4160835334","geometry":{"type":"Point","coordinates":[-0.1962727,51.4291983]},"properties":{"@type":"node","@id":4160835334,"@timestamp":1462181335},"coords":"51.4291983,-0.1962727","bedrooms":"1","price":"201000","area":"595"} , +{"type":"Feature","id":"n4160835347","geometry":{"type":"Point","coordinates":[-0.1937971,51.4295328]},"properties":{"@type":"node","@id":4160835347,"@timestamp":1462181335},"coords":"51.4295328,-0.1937971","bedrooms":"4","price":"247000","area":"533"} , +{"type":"Feature","id":"n4160835361","geometry":{"type":"Point","coordinates":[-0.1938683,51.4297198]},"properties":{"@type":"node","@id":4160835361,"@timestamp":1462181336},"coords":"51.4297198,-0.1938683","bedrooms":"4","price":"198000","area":"367"} , +{"type":"Feature","id":"n4160835373","geometry":{"type":"Point","coordinates":[-0.1962497,51.4298865]},"properties":{"@type":"node","@id":4160835373,"@timestamp":1462181336},"coords":"51.4298865,-0.1962497","bedrooms":"3","price":"157000","area":"609"} , +{"type":"Feature","id":"n4160835385","geometry":{"type":"Point","coordinates":[-0.190911,51.4300771]},"properties":{"@type":"node","@id":4160835385,"@timestamp":1462181336},"coords":"51.4300771,-0.190911","bedrooms":"4","price":"211000","area":"671"} , +{"type":"Feature","id":"n4160835495","geometry":{"type":"Point","coordinates":[-0.196321,51.4302134]},"properties":{"@type":"node","@id":4160835495,"@timestamp":1462181337},"coords":"51.4302134,-0.196321","bedrooms":"1","price":"258000","area":"620"} , +{"type":"Feature","id":"n4160835505","geometry":{"type":"Point","coordinates":[-0.1940249,51.4303104]},"properties":{"@type":"node","@id":4160835505,"@timestamp":1462181337},"coords":"51.4303104,-0.1940249","bedrooms":"4","price":"262000","area":"445"} , +{"type":"Feature","id":"n4160835515","geometry":{"type":"Point","coordinates":[-0.1943094,51.4303957]},"properties":{"@type":"node","@id":4160835515,"@timestamp":1462181337},"coords":"51.4303957,-0.1943094","bedrooms":"0","price":"221000","area":"377"} , +{"type":"Feature","id":"n4160835525","geometry":{"type":"Point","coordinates":[-0.1947895,51.4304793]},"properties":{"@type":"node","@id":4160835525,"@timestamp":1462181338},"coords":"51.4304793,-0.1947895","bedrooms":"2","price":"169000","area":"523"} , +{"type":"Feature","id":"n4160835535","geometry":{"type":"Point","coordinates":[-0.1935342,51.4306181]},"properties":{"@type":"node","@id":4160835535,"@timestamp":1462181338},"coords":"51.4306181,-0.1935342","bedrooms":"1","price":"228000","area":"491"} , +{"type":"Feature","id":"n4160835545","geometry":{"type":"Point","coordinates":[-0.1904228,51.4310102]},"properties":{"@type":"node","@id":4160835545,"@timestamp":1462181338},"coords":"51.4310102,-0.1904228","bedrooms":"1","price":"166000","area":"573"} , +{"type":"Feature","id":"n4161667075","geometry":{"type":"Point","coordinates":[-0.3824872,51.0849455]},"properties":{"@type":"node","@id":4161667075,"@timestamp":1462202625},"coords":"51.0849455,-0.3824872","bedrooms":"2","price":"176000","area":"586"} , +{"type":"Feature","id":"n4161667086","geometry":{"type":"Point","coordinates":[-0.3820742,51.0878603]},"properties":{"@type":"node","@id":4161667086,"@timestamp":1462202625},"coords":"51.0878603,-0.3820742","bedrooms":"3","price":"166000","area":"563"} , +{"type":"Feature","id":"n4161699918","geometry":{"type":"Point","coordinates":[-0.3730065,51.4177075]},"properties":{"@type":"node","@id":4161699918,"@timestamp":1462204090},"coords":"51.4177075,-0.3730065","bedrooms":"1","price":"167000","area":"642"} , +{"type":"Feature","id":"n4161699928","geometry":{"type":"Point","coordinates":[-0.3730803,51.417702]},"properties":{"@type":"node","@id":4161699928,"@timestamp":1462204091},"coords":"51.417702,-0.3730803","bedrooms":"2","price":"190000","area":"441"} , +{"type":"Feature","id":"n4161699938","geometry":{"type":"Point","coordinates":[-0.3737022,51.4166]},"properties":{"@type":"node","@id":4161699938,"@timestamp":1545832108},"coords":"51.4166,-0.3737022","bedrooms":"1","price":"153000","area":"376"} , +{"type":"Feature","id":"n4161699948","geometry":{"type":"Point","coordinates":[-0.3741191,51.4167498]},"properties":{"@type":"node","@id":4161699948,"@timestamp":1545832109},"coords":"51.4167498,-0.3741191","bedrooms":"2","price":"153000","area":"421"} , +{"type":"Feature","id":"n4161754465","geometry":{"type":"Point","coordinates":[0.2746892,51.4765785]},"properties":{"@type":"node","@id":4161754465,"@timestamp":1624354868},"coords":"51.4765785,0.2746892","bedrooms":"3","price":"267000","area":"611"} , +{"type":"Feature","id":"n4161767298","geometry":{"type":"Point","coordinates":[-0.3712819,51.4156691]},"properties":{"@type":"node","@id":4161767298,"@timestamp":1481379860},"coords":"51.4156691,-0.3712819","bedrooms":"2","price":"299000","area":"383"} , +{"type":"Feature","id":"n4161767308","geometry":{"type":"Point","coordinates":[-0.3676044,51.4153391]},"properties":{"@type":"node","@id":4161767308,"@timestamp":1462208015},"coords":"51.4153391,-0.3676044","bedrooms":"2","price":"154000","area":"463"} , +{"type":"Feature","id":"n4161767346","geometry":{"type":"Point","coordinates":[-0.3663447,51.4147691]},"properties":{"@type":"node","@id":4161767346,"@timestamp":1462208016},"coords":"51.4147691,-0.3663447","bedrooms":"0","price":"288000","area":"476"} , +{"type":"Feature","id":"n4161827288","geometry":{"type":"Point","coordinates":[0.0727545,51.2425562]},"properties":{"@type":"node","@id":4161827288,"@timestamp":1462211198},"coords":"51.2425562,0.0727545","bedrooms":"0","price":"231000","area":"659"} , +{"type":"Feature","id":"n4161877093","geometry":{"type":"Point","coordinates":[0.303382,51.6231009]},"properties":{"@type":"node","@id":4161877093,"@timestamp":1544726674},"coords":"51.6231009,0.303382","bedrooms":"0","price":"183000","area":"576"} , +{"type":"Feature","id":"n4162063949","geometry":{"type":"Point","coordinates":[-0.0878213,51.5235568]},"properties":{"@type":"node","@id":4162063949,"@timestamp":1462221282},"coords":"51.5235568,-0.0878213","bedrooms":"4","price":"291000","area":"695"} , +{"type":"Feature","id":"n4163119347","geometry":{"type":"Point","coordinates":[-0.9594881,51.3894148]},"properties":{"@type":"node","@id":4163119347,"@timestamp":1496329215},"coords":"51.3894148,-0.9594881","bedrooms":"2","price":"183000","area":"374"} , +{"type":"Feature","id":"n4163750797","geometry":{"type":"Point","coordinates":[-0.1001677,51.5066182]},"properties":{"@type":"node","@id":4163750797,"@timestamp":1591055757},"coords":"51.5066182,-0.1001677","bedrooms":"3","price":"206000","area":"578"} , +{"type":"Feature","id":"n4165546099","geometry":{"type":"Point","coordinates":[0.1084283,51.1003108]},"properties":{"@type":"node","@id":4165546099,"@timestamp":1629054008},"coords":"51.1003108,0.1084283","bedrooms":"3","price":"157000","area":"441"} , +{"type":"Feature","id":"n4165747945","geometry":{"type":"Point","coordinates":[-0.0399017,51.5943227]},"properties":{"@type":"node","@id":4165747945,"@timestamp":1462368436},"coords":"51.5943227,-0.0399017","bedrooms":"1","price":"223000","area":"383"} , +{"type":"Feature","id":"n4165815595","geometry":{"type":"Point","coordinates":[-0.0401009,51.5948679]},"properties":{"@type":"node","@id":4165815595,"@timestamp":1462370878},"coords":"51.5948679,-0.0401009","bedrooms":"3","price":"269000","area":"567"} , +{"type":"Feature","id":"n4165878727","geometry":{"type":"Point","coordinates":[-0.0378612,51.5960418]},"properties":{"@type":"node","@id":4165878727,"@timestamp":1462373637},"coords":"51.5960418,-0.0378612","bedrooms":"2","price":"295000","area":"374"} , +{"type":"Feature","id":"n4165878738","geometry":{"type":"Point","coordinates":[-0.0358187,51.5960087]},"properties":{"@type":"node","@id":4165878738,"@timestamp":1462373638},"coords":"51.5960087,-0.0358187","bedrooms":"1","price":"193000","area":"668"} , +{"type":"Feature","id":"n4165878750","geometry":{"type":"Point","coordinates":[-0.038004,51.595821]},"properties":{"@type":"node","@id":4165878750,"@timestamp":1462373639},"coords":"51.595821,-0.038004","bedrooms":"2","price":"248000","area":"462"} , +{"type":"Feature","id":"n4165889626","geometry":{"type":"Point","coordinates":[-0.040345,51.5962242]},"properties":{"@type":"node","@id":4165889626,"@timestamp":1462373987},"coords":"51.5962242,-0.040345","bedrooms":"4","price":"207000","area":"495"} , +{"type":"Feature","id":"n4165898879","geometry":{"type":"Point","coordinates":[-0.0384525,51.59667]},"properties":{"@type":"node","@id":4165898879,"@timestamp":1462374283},"coords":"51.59667,-0.0384525","bedrooms":"4","price":"158000","area":"601"} , +{"type":"Feature","id":"n4165920804","geometry":{"type":"Point","coordinates":[-0.0357775,51.5983402]},"properties":{"@type":"node","@id":4165920804,"@timestamp":1462375413},"coords":"51.5983402,-0.0357775","bedrooms":"3","price":"160000","area":"353"} , +{"type":"Feature","id":"n4166101499","geometry":{"type":"Point","coordinates":[-0.0352052,51.5989671]},"properties":{"@type":"node","@id":4166101499,"@timestamp":1462385658},"coords":"51.5989671,-0.0352052","bedrooms":"4","price":"237000","area":"585"} , +{"type":"Feature","id":"n4166128891","geometry":{"type":"Point","coordinates":[-0.0375032,51.5967541]},"properties":{"@type":"node","@id":4166128891,"@timestamp":1462386459},"coords":"51.5967541,-0.0375032","bedrooms":"4","price":"264000","area":"438"} , +{"type":"Feature","id":"n4166128904","geometry":{"type":"Point","coordinates":[-0.0385278,51.5981128]},"properties":{"@type":"node","@id":4166128904,"@timestamp":1462386460},"coords":"51.5981128,-0.0385278","bedrooms":"3","price":"166000","area":"473"} , +{"type":"Feature","id":"n4166336898","geometry":{"type":"Point","coordinates":[-0.0395642,51.5972208]},"properties":{"@type":"node","@id":4166336898,"@timestamp":1462393485},"coords":"51.5972208,-0.0395642","bedrooms":"4","price":"197000","area":"473"} , +{"type":"Feature","id":"n4166336908","geometry":{"type":"Point","coordinates":[-0.0391964,51.5970436]},"properties":{"@type":"node","@id":4166336908,"@timestamp":1462393486},"coords":"51.5970436,-0.0391964","bedrooms":"2","price":"289000","area":"641"} , +{"type":"Feature","id":"n4166336919","geometry":{"type":"Point","coordinates":[-0.0387009,51.5982425]},"properties":{"@type":"node","@id":4166336919,"@timestamp":1462393487},"coords":"51.5982425,-0.0387009","bedrooms":"0","price":"216000","area":"487"} , +{"type":"Feature","id":"n4166392732","geometry":{"type":"Point","coordinates":[-0.2158864,50.9413313]},"properties":{"@type":"node","@id":4166392732,"@timestamp":1600866491},"coords":"50.9413313,-0.2158864","bedrooms":"2","price":"291000","area":"409"} , +{"type":"Feature","id":"n4166495636","geometry":{"type":"Point","coordinates":[-0.7104765,51.4313448]},"properties":{"@type":"node","@id":4166495636,"@timestamp":1609591103},"coords":"51.4313448,-0.7104765","bedrooms":"2","price":"262000","area":"463"} , +{"type":"Feature","id":"n4166634956","geometry":{"type":"Point","coordinates":[-0.0867049,51.5096632]},"properties":{"@type":"node","@id":4166634956,"@timestamp":1600210561},"coords":"51.5096632,-0.0867049","bedrooms":"0","price":"234000","area":"463"} , +{"type":"Feature","id":"n4166820307","geometry":{"type":"Point","coordinates":[-0.0407548,51.5982194]},"properties":{"@type":"node","@id":4166820307,"@timestamp":1462427604},"coords":"51.5982194,-0.0407548","bedrooms":"1","price":"254000","area":"668"} , +{"type":"Feature","id":"n4166820318","geometry":{"type":"Point","coordinates":[-0.0405402,51.5988975]},"properties":{"@type":"node","@id":4166820318,"@timestamp":1462427605},"coords":"51.5988975,-0.0405402","bedrooms":"2","price":"293000","area":"533"} , +{"type":"Feature","id":"n4166907847","geometry":{"type":"Point","coordinates":[-0.367369,51.6446415]},"properties":{"@type":"node","@id":4166907847,"@timestamp":1462432945},"coords":"51.6446415,-0.367369","bedrooms":"3","price":"228000","area":"543"} , +{"type":"Feature","id":"n4167188275","geometry":{"type":"Point","coordinates":[-0.0423203,51.5319777]},"properties":{"@type":"node","@id":4167188275,"@timestamp":1529364896},"coords":"51.5319777,-0.0423203","bedrooms":"2","price":"220000","area":"672"} , +{"type":"Feature","id":"n4167382937","geometry":{"type":"Point","coordinates":[-1.0526159,51.302044]},"properties":{"@type":"node","@id":4167382937,"@timestamp":1462447504},"coords":"51.302044,-1.0526159","bedrooms":"2","price":"188000","area":"504"} , +{"type":"Feature","id":"n4167450913","geometry":{"type":"Point","coordinates":[-0.0717372,51.5072148]},"properties":{"@type":"node","@id":4167450913,"@timestamp":1574241421},"coords":"51.5072148,-0.0717372","bedrooms":"3","price":"210000","area":"407"} , +{"type":"Feature","id":"n4167492785","geometry":{"type":"Point","coordinates":[-0.2634809,51.4920561]},"properties":{"@type":"node","@id":4167492785,"@timestamp":1462451908},"coords":"51.4920561,-0.2634809","bedrooms":"3","price":"256000","area":"354"} , +{"type":"Feature","id":"n4167762777","geometry":{"type":"Point","coordinates":[-0.07475,51.514223]},"properties":{"@type":"node","@id":4167762777,"@timestamp":1564908059},"coords":"51.514223,-0.07475","bedrooms":"2","price":"201000","area":"576"} , +{"type":"Feature","id":"n4167962202","geometry":{"type":"Point","coordinates":[-0.4949266,51.9835239]},"properties":{"@type":"node","@id":4167962202,"@timestamp":1482508638},"coords":"51.9835239,-0.4949266","bedrooms":"1","price":"267000","area":"431"} , +{"type":"Feature","id":"n4168330828","geometry":{"type":"Point","coordinates":[-0.7593819,51.2453916]},"properties":{"@type":"node","@id":4168330828,"@timestamp":1462489700},"coords":"51.2453916,-0.7593819","bedrooms":"4","price":"290000","area":"683"} , +{"type":"Feature","id":"n4168392391","geometry":{"type":"Point","coordinates":[-0.0943771,51.4598327]},"properties":{"@type":"node","@id":4168392391,"@timestamp":1564908059},"coords":"51.4598327,-0.0943771","bedrooms":"3","price":"192000","area":"392"} , +{"type":"Feature","id":"n4168433235","geometry":{"type":"Point","coordinates":[0.3558778,51.4920268]},"properties":{"@type":"node","@id":4168433235,"@timestamp":1535172823},"coords":"51.4920268,0.3558778","bedrooms":"4","price":"277000","area":"391"} , +{"type":"Feature","id":"n4169364506","geometry":{"type":"Point","coordinates":[-0.9713446,51.4553515]},"properties":{"@type":"node","@id":4169364506,"@timestamp":1570637093},"coords":"51.4553515,-0.9713446","bedrooms":"1","price":"251000","area":"696"} , +{"type":"Feature","id":"n4169364516","geometry":{"type":"Point","coordinates":[-0.9742145,51.4556902]},"properties":{"@type":"node","@id":4169364516,"@timestamp":1609008235},"coords":"51.4556902,-0.9742145","bedrooms":"2","price":"260000","area":"400"} , +{"type":"Feature","id":"n4169364526","geometry":{"type":"Point","coordinates":[-0.9734314,51.455508]},"properties":{"@type":"node","@id":4169364526,"@timestamp":1609008235},"coords":"51.455508,-0.9734314","bedrooms":"1","price":"188000","area":"398"} , +{"type":"Feature","id":"n4169636072","geometry":{"type":"Point","coordinates":[-0.1008799,51.4935883]},"properties":{"@type":"node","@id":4169636072,"@timestamp":1626816043},"coords":"51.4935883,-0.1008799","bedrooms":"4","price":"243000","area":"534"} , +{"type":"Feature","id":"n4169825717","geometry":{"type":"Point","coordinates":[-0.9749702,51.4565016]},"properties":{"@type":"node","@id":4169825717,"@timestamp":1462543828},"coords":"51.4565016,-0.9749702","bedrooms":"2","price":"193000","area":"364"} , +{"type":"Feature","id":"n4169825728","geometry":{"type":"Point","coordinates":[-0.975225,51.4564874]},"properties":{"@type":"node","@id":4169825728,"@timestamp":1524598896},"coords":"51.4564874,-0.975225","bedrooms":"2","price":"262000","area":"571"} , +{"type":"Feature","id":"n4170312517","geometry":{"type":"Point","coordinates":[-0.1382809,51.5062229]},"properties":{"@type":"node","@id":4170312517,"@timestamp":1462566201},"coords":"51.5062229,-0.1382809","bedrooms":"2","price":"263000","area":"443"} , +{"type":"Feature","id":"n4170414323","geometry":{"type":"Point","coordinates":[-0.7398089,51.2332674]},"properties":{"@type":"node","@id":4170414323,"@timestamp":1462570764},"coords":"51.2332674,-0.7398089","bedrooms":"2","price":"219000","area":"657"} , +{"type":"Feature","id":"n4170525431","geometry":{"type":"Point","coordinates":[-0.1376118,51.5070336]},"properties":{"@type":"node","@id":4170525431,"@timestamp":1498878874},"coords":"51.5070336,-0.1376118","bedrooms":"2","price":"283000","area":"677"} , +{"type":"Feature","id":"n4170539389","geometry":{"type":"Point","coordinates":[-0.9346845,51.0033505]},"properties":{"@type":"node","@id":4170539389,"@timestamp":1462575881},"coords":"51.0033505,-0.9346845","bedrooms":"3","price":"213000","area":"648"} , +{"type":"Feature","id":"n4170624451","geometry":{"type":"Point","coordinates":[-0.0341853,51.527003]},"properties":{"@type":"node","@id":4170624451,"@timestamp":1468497461},"coords":"51.527003,-0.0341853","bedrooms":"0","price":"210000","area":"471"} , +{"type":"Feature","id":"n4171727289","geometry":{"type":"Point","coordinates":[0.1655207,51.869774]},"properties":{"@type":"node","@id":4171727289,"@timestamp":1462627868},"coords":"51.869774,0.1655207","bedrooms":"4","price":"253000","area":"626"} , +{"type":"Feature","id":"n4171757331","geometry":{"type":"Point","coordinates":[-0.1396554,51.5071786]},"properties":{"@type":"node","@id":4171757331,"@timestamp":1499435729},"coords":"51.5071786,-0.1396554","bedrooms":"3","price":"202000","area":"564"} , +{"type":"Feature","id":"n4171784397","geometry":{"type":"Point","coordinates":[-0.1384511,51.5067154]},"properties":{"@type":"node","@id":4171784397,"@timestamp":1462632031},"coords":"51.5067154,-0.1384511","bedrooms":"1","price":"197000","area":"498"} , +{"type":"Feature","id":"n4171847377","geometry":{"type":"Point","coordinates":[-0.1275111,51.5011487]},"properties":{"@type":"node","@id":4171847377,"@timestamp":1622456389},"coords":"51.5011487,-0.1275111","bedrooms":"0","price":"275000","area":"461"} , +{"type":"Feature","id":"n4171964290","geometry":{"type":"Point","coordinates":[0.4471948,51.3447678]},"properties":{"@type":"node","@id":4171964290,"@timestamp":1462643629},"coords":"51.3447678,0.4471948","bedrooms":"1","price":"273000","area":"672"} , +{"type":"Feature","id":"n4172171948","geometry":{"type":"Point","coordinates":[-1.0702693,51.2651182]},"properties":{"@type":"node","@id":4172171948,"@timestamp":1462655191},"coords":"51.2651182,-1.0702693","bedrooms":"3","price":"218000","area":"572"} , +{"type":"Feature","id":"n4172190808","geometry":{"type":"Point","coordinates":[-1.0834859,51.2612254]},"properties":{"@type":"node","@id":4172190808,"@timestamp":1462656430},"coords":"51.2612254,-1.0834859","bedrooms":"1","price":"288000","area":"682"} , +{"type":"Feature","id":"n4172360733","geometry":{"type":"Point","coordinates":[-0.1204576,51.5571359]},"properties":{"@type":"node","@id":4172360733,"@timestamp":1462669980},"coords":"51.5571359,-0.1204576","bedrooms":"3","price":"155000","area":"484"} , +{"type":"Feature","id":"n4172362990","geometry":{"type":"Point","coordinates":[-0.1122278,51.5470659]},"properties":{"@type":"node","@id":4172362990,"@timestamp":1613838904},"coords":"51.5470659,-0.1122278","bedrooms":"1","price":"287000","area":"491"} , +{"type":"Feature","id":"n4172364408","geometry":{"type":"Point","coordinates":[-0.120478,51.5513762]},"properties":{"@type":"node","@id":4172364408,"@timestamp":1462669981},"coords":"51.5513762,-0.120478","bedrooms":"0","price":"230000","area":"364"} , +{"type":"Feature","id":"n4172365946","geometry":{"type":"Point","coordinates":[-0.1200211,51.5512508]},"properties":{"@type":"node","@id":4172365946,"@timestamp":1462671523},"coords":"51.5512508,-0.1200211","bedrooms":"3","price":"215000","area":"568"} , +{"type":"Feature","id":"n4172840525","geometry":{"type":"Point","coordinates":[-0.3884532,51.041242]},"properties":{"@type":"node","@id":4172840525,"@timestamp":1462713174},"coords":"51.041242,-0.3884532","bedrooms":"1","price":"159000","area":"473"} , +{"type":"Feature","id":"n4172840535","geometry":{"type":"Point","coordinates":[-0.3865971,51.0417058]},"properties":{"@type":"node","@id":4172840535,"@timestamp":1462713174},"coords":"51.0417058,-0.3865971","bedrooms":"0","price":"233000","area":"539"} , +{"type":"Feature","id":"n4172840545","geometry":{"type":"Point","coordinates":[-0.3864978,51.0426199]},"properties":{"@type":"node","@id":4172840545,"@timestamp":1462713174},"coords":"51.0426199,-0.3864978","bedrooms":"4","price":"210000","area":"386"} , +{"type":"Feature","id":"n4172840555","geometry":{"type":"Point","coordinates":[-0.3858464,51.042955]},"properties":{"@type":"node","@id":4172840555,"@timestamp":1462713174},"coords":"51.042955,-0.3858464","bedrooms":"1","price":"244000","area":"584"} , +{"type":"Feature","id":"n4172840565","geometry":{"type":"Point","coordinates":[-0.3851219,51.0426129]},"properties":{"@type":"node","@id":4172840565,"@timestamp":1462713175},"coords":"51.0426129,-0.3851219","bedrooms":"1","price":"190000","area":"591"} , +{"type":"Feature","id":"n4172885176","geometry":{"type":"Point","coordinates":[-0.3834696,51.038687]},"properties":{"@type":"node","@id":4172885176,"@timestamp":1462715719},"coords":"51.038687,-0.3834696","bedrooms":"0","price":"293000","area":"530"} , +{"type":"Feature","id":"n4172946520","geometry":{"type":"Point","coordinates":[-0.4081641,51.0355408]},"properties":{"@type":"node","@id":4172946520,"@timestamp":1462719299},"coords":"51.0355408,-0.4081641","bedrooms":"4","price":"256000","area":"549"} , +{"type":"Feature","id":"n4172964886","geometry":{"type":"Point","coordinates":[-0.0359509,51.5992395]},"properties":{"@type":"node","@id":4172964886,"@timestamp":1462720350},"coords":"51.5992395,-0.0359509","bedrooms":"4","price":"196000","area":"637"} , +{"type":"Feature","id":"n4172993619","geometry":{"type":"Point","coordinates":[-0.0584351,51.5006747]},"properties":{"@type":"node","@id":4172993619,"@timestamp":1462721494},"coords":"51.5006747,-0.0584351","bedrooms":"0","price":"239000","area":"397"} , +{"type":"Feature","id":"n4173184040","geometry":{"type":"Point","coordinates":[-0.0663836,51.4977406]},"properties":{"@type":"node","@id":4173184040,"@timestamp":1628766491},"coords":"51.4977406,-0.0663836","bedrooms":"0","price":"228000","area":"572"} , +{"type":"Feature","id":"n4174046980","geometry":{"type":"Point","coordinates":[-0.0126371,51.5839292]},"properties":{"@type":"node","@id":4174046980,"@timestamp":1462778696},"coords":"51.5839292,-0.0126371","bedrooms":"3","price":"178000","area":"625"} , +{"type":"Feature","id":"n4174200029","geometry":{"type":"Point","coordinates":[-0.1154861,51.5104962]},"properties":{"@type":"node","@id":4174200029,"@timestamp":1625883211},"coords":"51.5104962,-0.1154861","bedrooms":"3","price":"173000","area":"614"} , +{"type":"Feature","id":"n4174766189","geometry":{"type":"Point","coordinates":[-0.0328398,51.5993906]},"properties":{"@type":"node","@id":4174766189,"@timestamp":1564908059},"coords":"51.5993906,-0.0328398","bedrooms":"2","price":"296000","area":"554"} , +{"type":"Feature","id":"n4175101782","geometry":{"type":"Point","coordinates":[-0.1283168,51.5101067]},"properties":{"@type":"node","@id":4175101782,"@timestamp":1462844887},"coords":"51.5101067,-0.1283168","bedrooms":"2","price":"241000","area":"678"} , +{"type":"Feature","id":"n4177188811","geometry":{"type":"Point","coordinates":[-1.0724744,51.2817277]},"properties":{"@type":"node","@id":4177188811,"@timestamp":1462913280},"coords":"51.2817277,-1.0724744","bedrooms":"1","price":"215000","area":"616"} , +{"type":"Feature","id":"n4177208732","geometry":{"type":"Point","coordinates":[-1.0767589,51.286867]},"properties":{"@type":"node","@id":4177208732,"@timestamp":1462914422},"coords":"51.286867,-1.0767589","bedrooms":"1","price":"207000","area":"693"} , +{"type":"Feature","id":"n4177235927","geometry":{"type":"Point","coordinates":[-1.0825565,51.2846934]},"properties":{"@type":"node","@id":4177235927,"@timestamp":1462916126},"coords":"51.2846934,-1.0825565","bedrooms":"4","price":"200000","area":"662"} , +{"type":"Feature","id":"n4178359223","geometry":{"type":"Point","coordinates":[-0.3316058,51.3791089]},"properties":{"@type":"node","@id":4178359223,"@timestamp":1556641448},"coords":"51.3791089,-0.3316058","bedrooms":"2","price":"234000","area":"478"} , +{"type":"Feature","id":"n4178570191","geometry":{"type":"Point","coordinates":[-0.5369131,51.3529684]},"properties":{"@type":"node","@id":4178570191,"@timestamp":1462973323},"coords":"51.3529684,-0.5369131","bedrooms":"1","price":"267000","area":"429"} , +{"type":"Feature","id":"n4178992292","geometry":{"type":"Point","coordinates":[-1.0742906,51.525906]},"properties":{"@type":"node","@id":4178992292,"@timestamp":1462987103},"coords":"51.525906,-1.0742906","bedrooms":"2","price":"291000","area":"642"} , +{"type":"Feature","id":"n4179205792","geometry":{"type":"Point","coordinates":[0.1462741,50.9921274]},"properties":{"@type":"node","@id":4179205792,"@timestamp":1462993254},"coords":"50.9921274,0.1462741","bedrooms":"1","price":"264000","area":"573"} , +{"type":"Feature","id":"n4179355005","geometry":{"type":"Point","coordinates":[-0.0781549,51.5050221]},"properties":{"@type":"node","@id":4179355005,"@timestamp":1634986779},"coords":"51.5050221,-0.0781549","bedrooms":"1","price":"252000","area":"619"} , +{"type":"Feature","id":"n4179355017","geometry":{"type":"Point","coordinates":[-0.0796921,51.5055229]},"properties":{"@type":"node","@id":4179355017,"@timestamp":1634986779},"coords":"51.5055229,-0.0796921","bedrooms":"2","price":"243000","area":"512"} , +{"type":"Feature","id":"n4179385744","geometry":{"type":"Point","coordinates":[-0.0781781,51.6522288]},"properties":{"@type":"node","@id":4179385744,"@timestamp":1514518486},"coords":"51.6522288,-0.0781781","bedrooms":"2","price":"276000","area":"432"} , +{"type":"Feature","id":"n4180784698","geometry":{"type":"Point","coordinates":[-0.5699333,51.2454823]},"properties":{"@type":"node","@id":4180784698,"@timestamp":1463048395},"coords":"51.2454823,-0.5699333","bedrooms":"4","price":"210000","area":"662"} , +{"type":"Feature","id":"n4181895907","geometry":{"type":"Point","coordinates":[-0.737498,51.4279073]},"properties":{"@type":"node","@id":4181895907,"@timestamp":1550607721},"coords":"51.4279073,-0.737498","bedrooms":"2","price":"299000","area":"373"} , +{"type":"Feature","id":"n4181947593","geometry":{"type":"Point","coordinates":[-0.1099605,51.5247032]},"properties":{"@type":"node","@id":4181947593,"@timestamp":1618328888},"coords":"51.5247032,-0.1099605","bedrooms":"3","price":"158000","area":"672"} , +{"type":"Feature","id":"n4181972195","geometry":{"type":"Point","coordinates":[-1.054095,51.2917023]},"properties":{"@type":"node","@id":4181972195,"@timestamp":1463084495},"coords":"51.2917023,-1.054095","bedrooms":"3","price":"163000","area":"457"} , +{"type":"Feature","id":"n4182837650","geometry":{"type":"Point","coordinates":[-0.1091357,51.5238247]},"properties":{"@type":"node","@id":4182837650,"@timestamp":1463127223},"coords":"51.5238247,-0.1091357","bedrooms":"2","price":"210000","area":"607"} , +{"type":"Feature","id":"n4183249032","geometry":{"type":"Point","coordinates":[-0.3004587,51.727413]},"properties":{"@type":"node","@id":4183249032,"@timestamp":1463137827},"coords":"51.727413,-0.3004587","bedrooms":"4","price":"299000","area":"436"} , +{"type":"Feature","id":"n4184098090","geometry":{"type":"Point","coordinates":[-0.0645011,51.5795339]},"properties":{"@type":"node","@id":4184098090,"@timestamp":1463167222},"coords":"51.5795339,-0.0645011","bedrooms":"0","price":"160000","area":"516"} , +{"type":"Feature","id":"n4184117309","geometry":{"type":"Point","coordinates":[-0.0650436,51.5812907]},"properties":{"@type":"node","@id":4184117309,"@timestamp":1463167802},"coords":"51.5812907,-0.0650436","bedrooms":"0","price":"255000","area":"519"} , +{"type":"Feature","id":"n4184150331","geometry":{"type":"Point","coordinates":[-0.0630882,51.5815749]},"properties":{"@type":"node","@id":4184150331,"@timestamp":1463168643},"coords":"51.5815749,-0.0630882","bedrooms":"4","price":"212000","area":"478"} , +{"type":"Feature","id":"n4184166288","geometry":{"type":"Point","coordinates":[-0.0629818,51.5819209]},"properties":{"@type":"node","@id":4184166288,"@timestamp":1463169294},"coords":"51.5819209,-0.0629818","bedrooms":"2","price":"273000","area":"447"} , +{"type":"Feature","id":"n4184180652","geometry":{"type":"Point","coordinates":[-0.0620224,51.5816158]},"properties":{"@type":"node","@id":4184180652,"@timestamp":1463213746},"coords":"51.5816158,-0.0620224","bedrooms":"2","price":"239000","area":"387"} , +{"type":"Feature","id":"n4184193118","geometry":{"type":"Point","coordinates":[-1.0015801,51.2596795]},"properties":{"@type":"node","@id":4184193118,"@timestamp":1463170149},"coords":"51.2596795,-1.0015801","bedrooms":"1","price":"238000","area":"446"} , +{"type":"Feature","id":"n4184234084","geometry":{"type":"Point","coordinates":[-0.0620019,51.5810749]},"properties":{"@type":"node","@id":4184234084,"@timestamp":1463171455},"coords":"51.5810749,-0.0620019","bedrooms":"2","price":"299000","area":"399"} , +{"type":"Feature","id":"n4184236691","geometry":{"type":"Point","coordinates":[-0.0621226,51.5803565]},"properties":{"@type":"node","@id":4184236691,"@timestamp":1463171598},"coords":"51.5803565,-0.0621226","bedrooms":"2","price":"291000","area":"390"} , +{"type":"Feature","id":"n4184243515","geometry":{"type":"Point","coordinates":[-0.0625515,51.5800195]},"properties":{"@type":"node","@id":4184243515,"@timestamp":1463172101},"coords":"51.5800195,-0.0625515","bedrooms":"0","price":"204000","area":"562"} , +{"type":"Feature","id":"n4184243525","geometry":{"type":"Point","coordinates":[-0.0646596,51.5811612]},"properties":{"@type":"node","@id":4184243525,"@timestamp":1629196659},"coords":"51.5811612,-0.0646596","bedrooms":"4","price":"222000","area":"546"} , +{"type":"Feature","id":"n4184299008","geometry":{"type":"Point","coordinates":[-0.056836,51.5869731]},"properties":{"@type":"node","@id":4184299008,"@timestamp":1463173614},"coords":"51.5869731,-0.056836","bedrooms":"3","price":"205000","area":"672"} , +{"type":"Feature","id":"n4184410800","geometry":{"type":"Point","coordinates":[-0.1838599,51.499042]},"properties":{"@type":"node","@id":4184410800,"@timestamp":1591504828},"coords":"51.499042,-0.1838599","bedrooms":"1","price":"296000","area":"414"} , +{"type":"Feature","id":"n4184446462","geometry":{"type":"Point","coordinates":[-0.114543,51.5683819]},"properties":{"@type":"node","@id":4184446462,"@timestamp":1596552015},"coords":"51.5683819,-0.114543","bedrooms":"3","price":"154000","area":"539"} , +{"type":"Feature","id":"n4184483559","geometry":{"type":"Point","coordinates":[-0.1143361,51.5701307]},"properties":{"@type":"node","@id":4184483559,"@timestamp":1463182958},"coords":"51.5701307,-0.1143361","bedrooms":"4","price":"264000","area":"432"} , +{"type":"Feature","id":"n4184593295","geometry":{"type":"Point","coordinates":[-0.5649893,51.7605429]},"properties":{"@type":"node","@id":4184593295,"@timestamp":1463190670},"coords":"51.7605429,-0.5649893","bedrooms":"0","price":"202000","area":"468"} , +{"type":"Feature","id":"n4184593315","geometry":{"type":"Point","coordinates":[-0.5639528,51.7601787]},"properties":{"@type":"node","@id":4184593315,"@timestamp":1572011652},"coords":"51.7601787,-0.5639528","bedrooms":"4","price":"218000","area":"631"} , +{"type":"Feature","id":"n4184593329","geometry":{"type":"Point","coordinates":[-0.5640903,51.7601889]},"properties":{"@type":"node","@id":4184593329,"@timestamp":1463190671},"coords":"51.7601889,-0.5640903","bedrooms":"1","price":"286000","area":"398"} , +{"type":"Feature","id":"n4184959533","geometry":{"type":"Point","coordinates":[-0.5436743,51.3234731]},"properties":{"@type":"node","@id":4184959533,"@timestamp":1532789778},"coords":"51.3234731,-0.5436743","bedrooms":"4","price":"277000","area":"365"} , +{"type":"Feature","id":"n4185277513","geometry":{"type":"Point","coordinates":[-0.5625368,51.7636687]},"properties":{"@type":"node","@id":4185277513,"@timestamp":1630773019},"coords":"51.7636687,-0.5625368","bedrooms":"4","price":"245000","area":"576"} , +{"type":"Feature","id":"n4185915192","geometry":{"type":"Point","coordinates":[-1.0966174,51.2580555]},"properties":{"@type":"node","@id":4185915192,"@timestamp":1463258168},"coords":"51.2580555,-1.0966174","bedrooms":"0","price":"277000","area":"631"} , +{"type":"Feature","id":"n4186002530","geometry":{"type":"Point","coordinates":[-0.01846,51.5462112]},"properties":{"@type":"node","@id":4186002530,"@timestamp":1612282232},"coords":"51.5462112,-0.01846","bedrooms":"4","price":"214000","area":"381"} , +{"type":"Feature","id":"n4186003099","geometry":{"type":"Point","coordinates":[-0.8372292,51.2591577]},"properties":{"@type":"node","@id":4186003099,"@timestamp":1518541019},"coords":"51.2591577,-0.8372292","bedrooms":"3","price":"188000","area":"360"} , +{"type":"Feature","id":"n4186004652","geometry":{"type":"Point","coordinates":[-0.0203218,51.5482248]},"properties":{"@type":"node","@id":4186004652,"@timestamp":1625414854},"coords":"51.5482248,-0.0203218","bedrooms":"0","price":"217000","area":"496"} , +{"type":"Feature","id":"n4186024903","geometry":{"type":"Point","coordinates":[-0.0156842,51.5484075]},"properties":{"@type":"node","@id":4186024903,"@timestamp":1615130878},"coords":"51.5484075,-0.0156842","bedrooms":"3","price":"271000","area":"418"} , +{"type":"Feature","id":"n4186032807","geometry":{"type":"Point","coordinates":[-0.8284013,51.2597515]},"properties":{"@type":"node","@id":4186032807,"@timestamp":1463260258},"coords":"51.2597515,-0.8284013","bedrooms":"2","price":"266000","area":"693"} , +{"type":"Feature","id":"n4186064291","geometry":{"type":"Point","coordinates":[-0.0150405,51.5457496]},"properties":{"@type":"node","@id":4186064291,"@timestamp":1629033480},"coords":"51.5457496,-0.0150405","bedrooms":"3","price":"259000","area":"685"} , +{"type":"Feature","id":"n4186064321","geometry":{"type":"Point","coordinates":[-0.0147059,51.547476]},"properties":{"@type":"node","@id":4186064321,"@timestamp":1528123687},"coords":"51.547476,-0.0147059","bedrooms":"0","price":"175000","area":"515"} , +{"type":"Feature","id":"n4186064338","geometry":{"type":"Point","coordinates":[-0.014728,51.5463267]},"properties":{"@type":"node","@id":4186064338,"@timestamp":1463261335},"coords":"51.5463267,-0.014728","bedrooms":"1","price":"248000","area":"672"} , +{"type":"Feature","id":"n4186064353","geometry":{"type":"Point","coordinates":[-0.013293,51.5461958]},"properties":{"@type":"node","@id":4186064353,"@timestamp":1621363402},"coords":"51.5461958,-0.013293","bedrooms":"4","price":"183000","area":"571"} , +{"type":"Feature","id":"n4186085451","geometry":{"type":"Point","coordinates":[-0.0163873,51.5464236]},"properties":{"@type":"node","@id":4186085451,"@timestamp":1613310166},"coords":"51.5464236,-0.0163873","bedrooms":"2","price":"225000","area":"423"} , +{"type":"Feature","id":"n4186105105","geometry":{"type":"Point","coordinates":[-0.0159384,51.5419799]},"properties":{"@type":"node","@id":4186105105,"@timestamp":1613313332},"coords":"51.5419799,-0.0159384","bedrooms":"3","price":"157000","area":"589"} , +{"type":"Feature","id":"n4187039789","geometry":{"type":"Point","coordinates":[0.3899221,51.022102]},"properties":{"@type":"node","@id":4187039789,"@timestamp":1543778111},"coords":"51.022102,0.3899221","bedrooms":"1","price":"268000","area":"695"} , +{"type":"Feature","id":"n4187091045","geometry":{"type":"Point","coordinates":[-0.0194212,51.5341501]},"properties":{"@type":"node","@id":4187091045,"@timestamp":1623175704},"coords":"51.5341501,-0.0194212","bedrooms":"1","price":"256000","area":"497"} , +{"type":"Feature","id":"n4187282713","geometry":{"type":"Point","coordinates":[-0.0664047,51.8038631]},"properties":{"@type":"node","@id":4187282713,"@timestamp":1463318458},"coords":"51.8038631,-0.0664047","bedrooms":"3","price":"170000","area":"617"} , +{"type":"Feature","id":"n4187406978","geometry":{"type":"Point","coordinates":[-0.0991824,51.5786866]},"properties":{"@type":"node","@id":4187406978,"@timestamp":1527889809},"coords":"51.5786866,-0.0991824","bedrooms":"0","price":"274000","area":"433"} , +{"type":"Feature","id":"n4187508647","geometry":{"type":"Point","coordinates":[-0.13426,51.5073608]},"properties":{"@type":"node","@id":4187508647,"@timestamp":1463327780},"coords":"51.5073608,-0.13426","bedrooms":"3","price":"243000","area":"695"} , +{"type":"Feature","id":"n4187508660","geometry":{"type":"Point","coordinates":[-0.1345678,51.5076564]},"properties":{"@type":"node","@id":4187508660,"@timestamp":1463327781},"coords":"51.5076564,-0.1345678","bedrooms":"2","price":"177000","area":"674"} , +{"type":"Feature","id":"n4187528666","geometry":{"type":"Point","coordinates":[-0.1360389,51.5067879]},"properties":{"@type":"node","@id":4187528666,"@timestamp":1610476436},"coords":"51.5067879,-0.1360389","bedrooms":"4","price":"155000","area":"597"} , +{"type":"Feature","id":"n4187528676","geometry":{"type":"Point","coordinates":[-0.1341901,51.5068695]},"properties":{"@type":"node","@id":4187528676,"@timestamp":1463328574},"coords":"51.5068695,-0.1341901","bedrooms":"3","price":"173000","area":"483"} , +{"type":"Feature","id":"n4188072834","geometry":{"type":"Point","coordinates":[-0.8211664,51.1920945]},"properties":{"@type":"node","@id":4188072834,"@timestamp":1463345605},"coords":"51.1920945,-0.8211664","bedrooms":"0","price":"295000","area":"596"} , +{"type":"Feature","id":"n4188092779","geometry":{"type":"Point","coordinates":[-0.5589695,51.3204802]},"properties":{"@type":"node","@id":4188092779,"@timestamp":1535488109},"coords":"51.3204802,-0.5589695","bedrooms":"0","price":"270000","area":"517"} , +{"type":"Feature","id":"n4188109236","geometry":{"type":"Point","coordinates":[-0.1450109,51.5349778]},"properties":{"@type":"node","@id":4188109236,"@timestamp":1463346894},"coords":"51.5349778,-0.1450109","bedrooms":"1","price":"294000","area":"604"} , +{"type":"Feature","id":"n4188115688","geometry":{"type":"Point","coordinates":[-0.152328,51.5308866]},"properties":{"@type":"node","@id":4188115688,"@timestamp":1463347242},"coords":"51.5308866,-0.152328","bedrooms":"0","price":"175000","area":"525"} , +{"type":"Feature","id":"n4188119838","geometry":{"type":"Point","coordinates":[-0.1571882,51.529525]},"properties":{"@type":"node","@id":4188119838,"@timestamp":1463347520},"coords":"51.529525,-0.1571882","bedrooms":"2","price":"279000","area":"514"} , +{"type":"Feature","id":"n4188522984","geometry":{"type":"Point","coordinates":[-0.2055064,51.3761733]},"properties":{"@type":"node","@id":4188522984,"@timestamp":1597481218},"coords":"51.3761733,-0.2055064","bedrooms":"4","price":"155000","area":"576"} , +{"type":"Feature","id":"n4189205379","geometry":{"type":"Point","coordinates":[-0.6270714,51.5453169]},"properties":{"@type":"node","@id":4189205379,"@timestamp":1463391430},"coords":"51.5453169,-0.6270714","bedrooms":"4","price":"205000","area":"493"} , +{"type":"Feature","id":"n4189301482","geometry":{"type":"Point","coordinates":[-0.2013309,51.5334296]},"properties":{"@type":"node","@id":4189301482,"@timestamp":1463395130},"coords":"51.5334296,-0.2013309","bedrooms":"2","price":"245000","area":"417"} , +{"type":"Feature","id":"n4189302622","geometry":{"type":"Point","coordinates":[-0.2009635,51.5335764]},"properties":{"@type":"node","@id":4189302622,"@timestamp":1463395131},"coords":"51.5335764,-0.2009635","bedrooms":"4","price":"294000","area":"645"} , +{"type":"Feature","id":"n4189302655","geometry":{"type":"Point","coordinates":[-0.2015104,51.5337461]},"properties":{"@type":"node","@id":4189302655,"@timestamp":1591486246},"coords":"51.5337461,-0.2015104","bedrooms":"0","price":"261000","area":"379"} , +{"type":"Feature","id":"n4189302681","geometry":{"type":"Point","coordinates":[-0.2015552,51.5338209]},"properties":{"@type":"node","@id":4189302681,"@timestamp":1463395132},"coords":"51.5338209,-0.2015552","bedrooms":"3","price":"264000","area":"539"} , +{"type":"Feature","id":"n4189302701","geometry":{"type":"Point","coordinates":[-0.2014369,51.5338834]},"properties":{"@type":"node","@id":4189302701,"@timestamp":1463395132},"coords":"51.5338834,-0.2014369","bedrooms":"1","price":"237000","area":"617"} , +{"type":"Feature","id":"n4189823228","geometry":{"type":"Point","coordinates":[-0.696205,51.5584209]},"properties":{"@type":"node","@id":4189823228,"@timestamp":1463410537},"coords":"51.5584209,-0.696205","bedrooms":"2","price":"226000","area":"675"} , +{"type":"Feature","id":"n4190435883","geometry":{"type":"Point","coordinates":[-0.1368892,51.5090805]},"properties":{"@type":"node","@id":4190435883,"@timestamp":1463428851},"coords":"51.5090805,-0.1368892","bedrooms":"1","price":"269000","area":"406"} , +{"type":"Feature","id":"n4190513366","geometry":{"type":"Point","coordinates":[-0.7834264,51.2460178]},"properties":{"@type":"node","@id":4190513366,"@timestamp":1463431888},"coords":"51.2460178,-0.7834264","bedrooms":"4","price":"240000","area":"554"} , +{"type":"Feature","id":"n4190563995","geometry":{"type":"Point","coordinates":[-0.7857019,51.2428962]},"properties":{"@type":"node","@id":4190563995,"@timestamp":1463433631},"coords":"51.2428962,-0.7857019","bedrooms":"2","price":"294000","area":"579"} , +{"type":"Feature","id":"n4190694794","geometry":{"type":"Point","coordinates":[-0.7705803,51.2492074]},"properties":{"@type":"node","@id":4190694794,"@timestamp":1591730199},"coords":"51.2492074,-0.7705803","bedrooms":"4","price":"239000","area":"644"} , +{"type":"Feature","id":"n4191481021","geometry":{"type":"Point","coordinates":[-0.4182076,51.8752031]},"properties":{"@type":"node","@id":4191481021,"@timestamp":1580940145},"coords":"51.8752031,-0.4182076","bedrooms":"2","price":"214000","area":"414"} , +{"type":"Feature","id":"n4191493608","geometry":{"type":"Point","coordinates":[-0.1978346,51.4350195]},"properties":{"@type":"node","@id":4191493608,"@timestamp":1553285788},"coords":"51.4350195,-0.1978346","bedrooms":"1","price":"207000","area":"467"} , +{"type":"Feature","id":"n4191519692","geometry":{"type":"Point","coordinates":[-0.4172747,51.876359]},"properties":{"@type":"node","@id":4191519692,"@timestamp":1582142114},"coords":"51.876359,-0.4172747","bedrooms":"2","price":"291000","area":"416"} , +{"type":"Feature","id":"n4191634481","geometry":{"type":"Point","coordinates":[0.2670182,51.8678871]},"properties":{"@type":"node","@id":4191634481,"@timestamp":1463487530},"coords":"51.8678871,0.2670182","bedrooms":"2","price":"275000","area":"574"} , +{"type":"Feature","id":"n4191669366","geometry":{"type":"Point","coordinates":[-0.4170008,51.8744216]},"properties":{"@type":"node","@id":4191669366,"@timestamp":1463488772},"coords":"51.8744216,-0.4170008","bedrooms":"1","price":"263000","area":"490"} , +{"type":"Feature","id":"n4191765964","geometry":{"type":"Point","coordinates":[-0.413403,51.8764768]},"properties":{"@type":"node","@id":4191765964,"@timestamp":1580770943},"coords":"51.8764768,-0.413403","bedrooms":"1","price":"166000","area":"432"} , +{"type":"Feature","id":"n4191780189","geometry":{"type":"Point","coordinates":[-0.4136337,51.8740462]},"properties":{"@type":"node","@id":4191780189,"@timestamp":1463492334},"coords":"51.8740462,-0.4136337","bedrooms":"1","price":"233000","area":"619"} , +{"type":"Feature","id":"n4191808750","geometry":{"type":"Point","coordinates":[-0.4111959,51.8731047]},"properties":{"@type":"node","@id":4191808750,"@timestamp":1463494071},"coords":"51.8731047,-0.4111959","bedrooms":"0","price":"290000","area":"640"} , +{"type":"Feature","id":"n4191849303","geometry":{"type":"Point","coordinates":[-0.4092999,51.8758515]},"properties":{"@type":"node","@id":4191849303,"@timestamp":1463495979},"coords":"51.8758515,-0.4092999","bedrooms":"1","price":"207000","area":"493"} , +{"type":"Feature","id":"n4191864175","geometry":{"type":"Point","coordinates":[-0.4084041,51.8755818]},"properties":{"@type":"node","@id":4191864175,"@timestamp":1580851904},"coords":"51.8755818,-0.4084041","bedrooms":"3","price":"192000","area":"604"} , +{"type":"Feature","id":"n4191903715","geometry":{"type":"Point","coordinates":[-0.4192922,51.8777815]},"properties":{"@type":"node","@id":4191903715,"@timestamp":1580936509},"coords":"51.8777815,-0.4192922","bedrooms":"0","price":"184000","area":"527"} , +{"type":"Feature","id":"n4191919303","geometry":{"type":"Point","coordinates":[-0.5336415,51.7237671]},"properties":{"@type":"node","@id":4191919303,"@timestamp":1606573240},"coords":"51.7237671,-0.5336415","bedrooms":"0","price":"218000","area":"366"} , +{"type":"Feature","id":"n4191975941","geometry":{"type":"Point","coordinates":[-0.6605131,51.7996749]},"properties":{"@type":"node","@id":4191975941,"@timestamp":1463502815},"coords":"51.7996749,-0.6605131","bedrooms":"3","price":"256000","area":"625"} , +{"type":"Feature","id":"n4192690581","geometry":{"type":"Point","coordinates":[-0.5818411,51.7660157]},"properties":{"@type":"node","@id":4192690581,"@timestamp":1463533178},"coords":"51.7660157,-0.5818411","bedrooms":"4","price":"215000","area":"595"} , +{"type":"Feature","id":"n4193017797","geometry":{"type":"Point","coordinates":[0.3910032,51.6700621]},"properties":{"@type":"node","@id":4193017797,"@timestamp":1504960442},"coords":"51.6700621,0.3910032","bedrooms":"0","price":"223000","area":"510"} , +{"type":"Feature","id":"n4193421422","geometry":{"type":"Point","coordinates":[-0.9253173,51.4074856]},"properties":{"@type":"node","@id":4193421422,"@timestamp":1547479120},"coords":"51.4074856,-0.9253173","bedrooms":"3","price":"246000","area":"361"} , +{"type":"Feature","id":"n4193517398","geometry":{"type":"Point","coordinates":[-0.4041418,51.8777003]},"properties":{"@type":"node","@id":4193517398,"@timestamp":1463577764},"coords":"51.8777003,-0.4041418","bedrooms":"3","price":"262000","area":"391"} , +{"type":"Feature","id":"n4193581540","geometry":{"type":"Point","coordinates":[-0.4202671,51.8789845]},"properties":{"@type":"node","@id":4193581540,"@timestamp":1463580921},"coords":"51.8789845,-0.4202671","bedrooms":"1","price":"279000","area":"464"} , +{"type":"Feature","id":"n4193582317","geometry":{"type":"Point","coordinates":[-0.4195765,51.8796858]},"properties":{"@type":"node","@id":4193582317,"@timestamp":1580656480},"coords":"51.8796858,-0.4195765","bedrooms":"4","price":"174000","area":"410"} , +{"type":"Feature","id":"n4193617999","geometry":{"type":"Point","coordinates":[-0.4179091,51.8792567]},"properties":{"@type":"node","@id":4193617999,"@timestamp":1580656480},"coords":"51.8792567,-0.4179091","bedrooms":"1","price":"213000","area":"444"} , +{"type":"Feature","id":"n4193618013","geometry":{"type":"Point","coordinates":[-0.4184448,51.8787445]},"properties":{"@type":"node","@id":4193618013,"@timestamp":1580656480},"coords":"51.8787445,-0.4184448","bedrooms":"3","price":"288000","area":"371"} , +{"type":"Feature","id":"n4193664490","geometry":{"type":"Point","coordinates":[-0.4182405,51.891356]},"properties":{"@type":"node","@id":4193664490,"@timestamp":1463583613},"coords":"51.891356,-0.4182405","bedrooms":"1","price":"260000","area":"430"} , +{"type":"Feature","id":"n4193848429","geometry":{"type":"Point","coordinates":[-0.0884697,51.5173543]},"properties":{"@type":"node","@id":4193848429,"@timestamp":1463591222},"coords":"51.5173543,-0.0884697","bedrooms":"3","price":"165000","area":"573"} , +{"type":"Feature","id":"n4193858255","geometry":{"type":"Point","coordinates":[-0.0373739,51.5667995]},"properties":{"@type":"node","@id":4193858255,"@timestamp":1463591633},"coords":"51.5667995,-0.0373739","bedrooms":"4","price":"186000","area":"677"} , +{"type":"Feature","id":"n4193992824","geometry":{"type":"Point","coordinates":[-1.0742281,51.5436487]},"properties":{"@type":"node","@id":4193992824,"@timestamp":1477848584},"coords":"51.5436487,-1.0742281","bedrooms":"2","price":"221000","area":"621"} , +{"type":"Feature","id":"n4194381995","geometry":{"type":"Point","coordinates":[-0.1223241,51.5202356]},"properties":{"@type":"node","@id":4194381995,"@timestamp":1513763555},"coords":"51.5202356,-0.1223241","bedrooms":"4","price":"264000","area":"503"} , +{"type":"Feature","id":"n4194403823","geometry":{"type":"Point","coordinates":[-0.1222,51.5633982]},"properties":{"@type":"node","@id":4194403823,"@timestamp":1485726692},"coords":"51.5633982,-0.1222","bedrooms":"3","price":"208000","area":"607"} , +{"type":"Feature","id":"n4194835468","geometry":{"type":"Point","coordinates":[-0.1365568,51.0026127]},"properties":{"@type":"node","@id":4194835468,"@timestamp":1572389657},"coords":"51.0026127,-0.1365568","bedrooms":"4","price":"283000","area":"667"} , +{"type":"Feature","id":"n4194977368","geometry":{"type":"Point","coordinates":[-0.0390009,51.5198597]},"properties":{"@type":"node","@id":4194977368,"@timestamp":1463651837},"coords":"51.5198597,-0.0390009","bedrooms":"2","price":"265000","area":"500"} , +{"type":"Feature","id":"n4194977414","geometry":{"type":"Point","coordinates":[-0.0381343,51.52049]},"properties":{"@type":"node","@id":4194977414,"@timestamp":1545481678},"coords":"51.52049,-0.0381343","bedrooms":"4","price":"251000","area":"650"} , +{"type":"Feature","id":"n4195061576","geometry":{"type":"Point","coordinates":[-0.4200624,51.8830298]},"properties":{"@type":"node","@id":4195061576,"@timestamp":1620994977},"coords":"51.8830298,-0.4200624","bedrooms":"4","price":"183000","area":"404"} , +{"type":"Feature","id":"n4195077617","geometry":{"type":"Point","coordinates":[-0.419199,51.8828363]},"properties":{"@type":"node","@id":4195077617,"@timestamp":1580589732},"coords":"51.8828363,-0.419199","bedrooms":"4","price":"273000","area":"468"} , +{"type":"Feature","id":"n4195089314","geometry":{"type":"Point","coordinates":[-0.4187182,51.8826231]},"properties":{"@type":"node","@id":4195089314,"@timestamp":1580589732},"coords":"51.8826231,-0.4187182","bedrooms":"1","price":"242000","area":"415"} , +{"type":"Feature","id":"n4195131398","geometry":{"type":"Point","coordinates":[-0.1842237,51.4734152]},"properties":{"@type":"node","@id":4195131398,"@timestamp":1463658486},"coords":"51.4734152,-0.1842237","bedrooms":"2","price":"271000","area":"688"} , +{"type":"Feature","id":"n4195228389","geometry":{"type":"Point","coordinates":[-0.4214235,51.8820489]},"properties":{"@type":"node","@id":4195228389,"@timestamp":1543859692},"coords":"51.8820489,-0.4214235","bedrooms":"2","price":"238000","area":"485"} , +{"type":"Feature","id":"n4195659012","geometry":{"type":"Point","coordinates":[-0.2036797,51.5338187]},"properties":{"@type":"node","@id":4195659012,"@timestamp":1466333942},"coords":"51.5338187,-0.2036797","bedrooms":"4","price":"250000","area":"575"} , +{"type":"Feature","id":"n4195825258","geometry":{"type":"Point","coordinates":[-0.0363493,51.5642127]},"properties":{"@type":"node","@id":4195825258,"@timestamp":1463685496},"coords":"51.5642127,-0.0363493","bedrooms":"2","price":"286000","area":"483"} , +{"type":"Feature","id":"n4195838923","geometry":{"type":"Point","coordinates":[-0.0367716,51.5638621]},"properties":{"@type":"node","@id":4195838923,"@timestamp":1605871629},"coords":"51.5638621,-0.0367716","bedrooms":"1","price":"225000","area":"425"} , +{"type":"Feature","id":"n4195864428","geometry":{"type":"Point","coordinates":[-0.03901,51.5632789]},"properties":{"@type":"node","@id":4195864428,"@timestamp":1463687215},"coords":"51.5632789,-0.03901","bedrooms":"1","price":"179000","area":"384"} , +{"type":"Feature","id":"n4195864464","geometry":{"type":"Point","coordinates":[-0.0396109,51.5629855]},"properties":{"@type":"node","@id":4195864464,"@timestamp":1463687216},"coords":"51.5629855,-0.0396109","bedrooms":"0","price":"207000","area":"532"} , +{"type":"Feature","id":"n4195904337","geometry":{"type":"Point","coordinates":[-0.0281096,51.5636908]},"properties":{"@type":"node","@id":4195904337,"@timestamp":1463689104},"coords":"51.5636908,-0.0281096","bedrooms":"4","price":"152000","area":"549"} , +{"type":"Feature","id":"n4195912929","geometry":{"type":"Point","coordinates":[-0.7739463,51.2515265]},"properties":{"@type":"node","@id":4195912929,"@timestamp":1631456244},"coords":"51.2515265,-0.7739463","bedrooms":"1","price":"230000","area":"463"} , +{"type":"Feature","id":"n4195924120","geometry":{"type":"Point","coordinates":[-0.1232516,51.5626997]},"properties":{"@type":"node","@id":4195924120,"@timestamp":1463690284},"coords":"51.5626997,-0.1232516","bedrooms":"0","price":"286000","area":"555"} , +{"type":"Feature","id":"n4195952802","geometry":{"type":"Point","coordinates":[-0.0273371,51.5666936]},"properties":{"@type":"node","@id":4195952802,"@timestamp":1463691634},"coords":"51.5666936,-0.0273371","bedrooms":"4","price":"154000","area":"495"} , +{"type":"Feature","id":"n4195952859","geometry":{"type":"Point","coordinates":[-0.0273522,51.5665723]},"properties":{"@type":"node","@id":4195952859,"@timestamp":1463691635},"coords":"51.5665723,-0.0273522","bedrooms":"4","price":"240000","area":"496"} , +{"type":"Feature","id":"n4195973876","geometry":{"type":"Point","coordinates":[-0.7670152,51.2629807]},"properties":{"@type":"node","@id":4195973876,"@timestamp":1463693088},"coords":"51.2629807,-0.7670152","bedrooms":"1","price":"164000","area":"669"} , +{"type":"Feature","id":"n4196193283","geometry":{"type":"Point","coordinates":[-0.0367092,51.5666778]},"properties":{"@type":"node","@id":4196193283,"@timestamp":1463698589},"coords":"51.5666778,-0.0367092","bedrooms":"0","price":"219000","area":"485"} , +{"type":"Feature","id":"n4196839939","geometry":{"type":"Point","coordinates":[-0.4225738,51.8806669]},"properties":{"@type":"node","@id":4196839939,"@timestamp":1554218829},"coords":"51.8806669,-0.4225738","bedrooms":"2","price":"153000","area":"626"} , +{"type":"Feature","id":"n4196852193","geometry":{"type":"Point","coordinates":[-0.4219971,51.8802267]},"properties":{"@type":"node","@id":4196852193,"@timestamp":1543859692},"coords":"51.8802267,-0.4219971","bedrooms":"4","price":"254000","area":"579"} , +{"type":"Feature","id":"n4197032695","geometry":{"type":"Point","coordinates":[-0.6949515,51.5535474]},"properties":{"@type":"node","@id":4197032695,"@timestamp":1463746473},"coords":"51.5535474,-0.6949515","bedrooms":"4","price":"254000","area":"534"} , +{"type":"Feature","id":"n4197072032","geometry":{"type":"Point","coordinates":[-0.4186328,51.8814782]},"properties":{"@type":"node","@id":4197072032,"@timestamp":1463748031},"coords":"51.8814782,-0.4186328","bedrooms":"0","price":"277000","area":"353"} , +{"type":"Feature","id":"n4197084037","geometry":{"type":"Point","coordinates":[-0.4184946,51.8805239]},"properties":{"@type":"node","@id":4197084037,"@timestamp":1580656480},"coords":"51.8805239,-0.4184946","bedrooms":"2","price":"251000","area":"506"} , +{"type":"Feature","id":"n4197097177","geometry":{"type":"Point","coordinates":[-0.4177818,51.8802264]},"properties":{"@type":"node","@id":4197097177,"@timestamp":1580597620},"coords":"51.8802264,-0.4177818","bedrooms":"1","price":"153000","area":"442"} , +{"type":"Feature","id":"n4197132906","geometry":{"type":"Point","coordinates":[-0.416557,51.8793652]},"properties":{"@type":"node","@id":4197132906,"@timestamp":1621333782},"coords":"51.8793652,-0.416557","bedrooms":"2","price":"189000","area":"615"} , +{"type":"Feature","id":"n4197136301","geometry":{"type":"Point","coordinates":[-0.4179028,51.8808605]},"properties":{"@type":"node","@id":4197136301,"@timestamp":1463750847},"coords":"51.8808605,-0.4179028","bedrooms":"0","price":"286000","area":"456"} , +{"type":"Feature","id":"n4197163785","geometry":{"type":"Point","coordinates":[-0.4175299,51.8802925]},"properties":{"@type":"node","@id":4197163785,"@timestamp":1463751172},"coords":"51.8802925,-0.4175299","bedrooms":"0","price":"167000","area":"615"} , +{"type":"Feature","id":"n4197164695","geometry":{"type":"Point","coordinates":[-0.4175562,51.8803287]},"properties":{"@type":"node","@id":4197164695,"@timestamp":1463751172},"coords":"51.8803287,-0.4175562","bedrooms":"0","price":"150000","area":"672"} , +{"type":"Feature","id":"n4197164706","geometry":{"type":"Point","coordinates":[-0.4162746,51.8790704]},"properties":{"@type":"node","@id":4197164706,"@timestamp":1463751173},"coords":"51.8790704,-0.4162746","bedrooms":"0","price":"181000","area":"443"} , +{"type":"Feature","id":"n4197171525","geometry":{"type":"Point","coordinates":[-0.4149855,51.8784098]},"properties":{"@type":"node","@id":4197171525,"@timestamp":1463751565},"coords":"51.8784098,-0.4149855","bedrooms":"1","price":"202000","area":"536"} , +{"type":"Feature","id":"n4197200391","geometry":{"type":"Point","coordinates":[-0.4157181,51.8802066]},"properties":{"@type":"node","@id":4197200391,"@timestamp":1463753437},"coords":"51.8802066,-0.4157181","bedrooms":"4","price":"155000","area":"355"} , +{"type":"Feature","id":"n4197200426","geometry":{"type":"Point","coordinates":[-0.4121881,51.8786132]},"properties":{"@type":"node","@id":4197200426,"@timestamp":1463753438},"coords":"51.8786132,-0.4121881","bedrooms":"1","price":"230000","area":"483"} , +{"type":"Feature","id":"n4197200436","geometry":{"type":"Point","coordinates":[-0.4112643,51.8789523]},"properties":{"@type":"node","@id":4197200436,"@timestamp":1463753438},"coords":"51.8789523,-0.4112643","bedrooms":"3","price":"191000","area":"497"} , +{"type":"Feature","id":"n4197200448","geometry":{"type":"Point","coordinates":[-0.4156378,51.8803114]},"properties":{"@type":"node","@id":4197200448,"@timestamp":1475386271},"coords":"51.8803114,-0.4156378","bedrooms":"0","price":"273000","area":"448"} , +{"type":"Feature","id":"n4197416294","geometry":{"type":"Point","coordinates":[-0.201537,51.6548891]},"properties":{"@type":"node","@id":4197416294,"@timestamp":1539784976},"coords":"51.6548891,-0.201537","bedrooms":"4","price":"184000","area":"440"} , +{"type":"Feature","id":"n4197923837","geometry":{"type":"Point","coordinates":[-0.567775,51.3154235]},"properties":{"@type":"node","@id":4197923837,"@timestamp":1596305169},"coords":"51.3154235,-0.567775","bedrooms":"3","price":"238000","area":"472"} , +{"type":"Feature","id":"n4198444745","geometry":{"type":"Point","coordinates":[-0.1098393,51.5966593]},"properties":{"@type":"node","@id":4198444745,"@timestamp":1463827881},"coords":"51.5966593,-0.1098393","bedrooms":"3","price":"256000","area":"554"} , +{"type":"Feature","id":"n4198770489","geometry":{"type":"Point","coordinates":[0.4659355,51.3013589]},"properties":{"@type":"node","@id":4198770489,"@timestamp":1632059689},"coords":"51.3013589,0.4659355","bedrooms":"3","price":"222000","area":"683"} , +{"type":"Feature","id":"n4198770690","geometry":{"type":"Point","coordinates":[0.4953588,51.2921267]},"properties":{"@type":"node","@id":4198770690,"@timestamp":1463841174},"coords":"51.2921267,0.4953588","bedrooms":"2","price":"226000","area":"398"} , +{"type":"Feature","id":"n4199100133","geometry":{"type":"Point","coordinates":[-0.1404832,51.5108403]},"properties":{"@type":"node","@id":4199100133,"@timestamp":1603477455},"coords":"51.5108403,-0.1404832","bedrooms":"1","price":"248000","area":"525"} , +{"type":"Feature","id":"n4199100152","geometry":{"type":"Point","coordinates":[-0.1407975,51.5111659]},"properties":{"@type":"node","@id":4199100152,"@timestamp":1603477458},"coords":"51.5111659,-0.1407975","bedrooms":"3","price":"290000","area":"427"} , +{"type":"Feature","id":"n4199273368","geometry":{"type":"Point","coordinates":[-0.5458699,51.4279032]},"properties":{"@type":"node","@id":4199273368,"@timestamp":1579092957},"coords":"51.4279032,-0.5458699","bedrooms":"3","price":"289000","area":"448"} , +{"type":"Feature","id":"n4199336159","geometry":{"type":"Point","coordinates":[-0.5475689,51.430943]},"properties":{"@type":"node","@id":4199336159,"@timestamp":1622461149},"coords":"51.430943,-0.5475689","bedrooms":"4","price":"255000","area":"594"} , +{"type":"Feature","id":"n4199924023","geometry":{"type":"Point","coordinates":[-0.3196262,51.153772]},"properties":{"@type":"node","@id":4199924023,"@timestamp":1463912020},"coords":"51.153772,-0.3196262","bedrooms":"4","price":"231000","area":"428"} , +{"type":"Feature","id":"n4199924106","geometry":{"type":"Point","coordinates":[-0.3104035,51.154338]},"properties":{"@type":"node","@id":4199924106,"@timestamp":1463901228},"coords":"51.154338,-0.3104035","bedrooms":"4","price":"151000","area":"502"} , +{"type":"Feature","id":"n4200031409","geometry":{"type":"Point","coordinates":[-0.2730005,51.167686]},"properties":{"@type":"node","@id":4200031409,"@timestamp":1463907637},"coords":"51.167686,-0.2730005","bedrooms":"2","price":"193000","area":"500"} , +{"type":"Feature","id":"n4200057914","geometry":{"type":"Point","coordinates":[-0.0777123,51.5077038]},"properties":{"@type":"node","@id":4200057914,"@timestamp":1463909483},"coords":"51.5077038,-0.0777123","bedrooms":"4","price":"203000","area":"516"} , +{"type":"Feature","id":"n4200059363","geometry":{"type":"Point","coordinates":[-0.3306048,51.1572193]},"properties":{"@type":"node","@id":4200059363,"@timestamp":1463910497},"coords":"51.1572193,-0.3306048","bedrooms":"4","price":"180000","area":"687"} , +{"type":"Feature","id":"n4200072617","geometry":{"type":"Point","coordinates":[-0.3099246,51.1662105]},"properties":{"@type":"node","@id":4200072617,"@timestamp":1463910119},"coords":"51.1662105,-0.3099246","bedrooms":"0","price":"298000","area":"370"} , +{"type":"Feature","id":"n4200086390","geometry":{"type":"Point","coordinates":[-0.3253014,51.1557462]},"properties":{"@type":"node","@id":4200086390,"@timestamp":1463911148},"coords":"51.1557462,-0.3253014","bedrooms":"3","price":"187000","area":"636"} , +{"type":"Feature","id":"n4200179034","geometry":{"type":"Point","coordinates":[-0.3400313,51.1486778]},"properties":{"@type":"node","@id":4200179034,"@timestamp":1463917474},"coords":"51.1486778,-0.3400313","bedrooms":"2","price":"271000","area":"536"} , +{"type":"Feature","id":"n4200380748","geometry":{"type":"Point","coordinates":[-0.0331718,51.6016216]},"properties":{"@type":"node","@id":4200380748,"@timestamp":1463929635},"coords":"51.6016216,-0.0331718","bedrooms":"0","price":"245000","area":"527"} , +{"type":"Feature","id":"n4200450802","geometry":{"type":"Point","coordinates":[-0.7175962,51.9032636]},"properties":{"@type":"node","@id":4200450802,"@timestamp":1501360942},"coords":"51.9032636,-0.7175962","bedrooms":"3","price":"151000","area":"580"} , +{"type":"Feature","id":"n4200464391","geometry":{"type":"Point","coordinates":[-0.2309221,51.5457765]},"properties":{"@type":"node","@id":4200464391,"@timestamp":1463936830},"coords":"51.5457765,-0.2309221","bedrooms":"0","price":"202000","area":"630"} , +{"type":"Feature","id":"n4200659744","geometry":{"type":"Point","coordinates":[-0.5570113,51.3199403]},"properties":{"@type":"node","@id":4200659744,"@timestamp":1463943824},"coords":"51.3199403,-0.5570113","bedrooms":"4","price":"276000","area":"582"} , +{"type":"Feature","id":"n4201101068","geometry":{"type":"Point","coordinates":[-0.2579672,51.5852213]},"properties":{"@type":"node","@id":4201101068,"@timestamp":1463956752},"coords":"51.5852213,-0.2579672","bedrooms":"3","price":"269000","area":"466"} , +{"type":"Feature","id":"n4201804698","geometry":{"type":"Point","coordinates":[-0.4177665,51.879066]},"properties":{"@type":"node","@id":4201804698,"@timestamp":1580634415},"coords":"51.879066,-0.4177665","bedrooms":"2","price":"299000","area":"433"} , +{"type":"Feature","id":"n4201857127","geometry":{"type":"Point","coordinates":[-0.4184878,51.8784673]},"properties":{"@type":"node","@id":4201857127,"@timestamp":1580648387},"coords":"51.8784673,-0.4184878","bedrooms":"0","price":"283000","area":"539"} , +{"type":"Feature","id":"n4201906678","geometry":{"type":"Point","coordinates":[-0.4175117,51.8785152]},"properties":{"@type":"node","@id":4201906678,"@timestamp":1543859693},"coords":"51.8785152,-0.4175117","bedrooms":"2","price":"158000","area":"669"} , +{"type":"Feature","id":"n4201907099","geometry":{"type":"Point","coordinates":[-0.4167732,51.8792925]},"properties":{"@type":"node","@id":4201907099,"@timestamp":1463996143},"coords":"51.8792925,-0.4167732","bedrooms":"3","price":"276000","area":"678"} , +{"type":"Feature","id":"n4202086405","geometry":{"type":"Point","coordinates":[-0.4168691,51.8787148]},"properties":{"@type":"node","@id":4202086405,"@timestamp":1580589732},"coords":"51.8787148,-0.4168691","bedrooms":"0","price":"205000","area":"655"} , +{"type":"Feature","id":"n4202108818","geometry":{"type":"Point","coordinates":[-0.4159836,51.8787308]},"properties":{"@type":"node","@id":4202108818,"@timestamp":1464005210},"coords":"51.8787308,-0.4159836","bedrooms":"4","price":"235000","area":"608"} , +{"type":"Feature","id":"n4202108828","geometry":{"type":"Point","coordinates":[-0.4156116,51.8786342]},"properties":{"@type":"node","@id":4202108828,"@timestamp":1464005211},"coords":"51.8786342,-0.4156116","bedrooms":"3","price":"225000","area":"695"} , +{"type":"Feature","id":"n4202108840","geometry":{"type":"Point","coordinates":[-0.415506,51.8781478]},"properties":{"@type":"node","@id":4202108840,"@timestamp":1580664654},"coords":"51.8781478,-0.415506","bedrooms":"3","price":"243000","area":"424"} , +{"type":"Feature","id":"n4202124676","geometry":{"type":"Point","coordinates":[-0.4160608,51.877552]},"properties":{"@type":"node","@id":4202124676,"@timestamp":1604962162},"coords":"51.877552,-0.4160608","bedrooms":"1","price":"234000","area":"467"} , +{"type":"Feature","id":"n4202162904","geometry":{"type":"Point","coordinates":[-0.4148401,51.8779215]},"properties":{"@type":"node","@id":4202162904,"@timestamp":1464008180},"coords":"51.8779215,-0.4148401","bedrooms":"3","price":"215000","area":"498"} , +{"type":"Feature","id":"n4202179695","geometry":{"type":"Point","coordinates":[-0.4155968,51.8777168]},"properties":{"@type":"node","@id":4202179695,"@timestamp":1580664654},"coords":"51.8777168,-0.4155968","bedrooms":"4","price":"225000","area":"591"} , +{"type":"Feature","id":"n4202194291","geometry":{"type":"Point","coordinates":[-0.4130589,51.8779293]},"properties":{"@type":"node","@id":4202194291,"@timestamp":1604962162},"coords":"51.8779293,-0.4130589","bedrooms":"2","price":"234000","area":"645"} , +{"type":"Feature","id":"n4202213221","geometry":{"type":"Point","coordinates":[-0.413813,51.8786936]},"properties":{"@type":"node","@id":4202213221,"@timestamp":1604962162},"coords":"51.8786936,-0.413813","bedrooms":"1","price":"252000","area":"506"} , +{"type":"Feature","id":"n4202313963","geometry":{"type":"Point","coordinates":[-0.270935,51.1731356]},"properties":{"@type":"node","@id":4202313963,"@timestamp":1464015022},"coords":"51.1731356,-0.270935","bedrooms":"4","price":"292000","area":"516"} , +{"type":"Feature","id":"n4202313976","geometry":{"type":"Point","coordinates":[-0.2740575,51.1682913]},"properties":{"@type":"node","@id":4202313976,"@timestamp":1464015022},"coords":"51.1682913,-0.2740575","bedrooms":"0","price":"188000","area":"602"} , +{"type":"Feature","id":"n4202958882","geometry":{"type":"Point","coordinates":[-0.5490477,51.4352268]},"properties":{"@type":"node","@id":4202958882,"@timestamp":1541793250},"coords":"51.4352268,-0.5490477","bedrooms":"0","price":"275000","area":"483"} , +{"type":"Feature","id":"n4204147393","geometry":{"type":"Point","coordinates":[-0.1123899,51.5672919]},"properties":{"@type":"node","@id":4204147393,"@timestamp":1486972491},"coords":"51.5672919,-0.1123899","bedrooms":"2","price":"219000","area":"363"} , +{"type":"Feature","id":"n4204446552","geometry":{"type":"Point","coordinates":[-0.0529419,51.4749793]},"properties":{"@type":"node","@id":4204446552,"@timestamp":1464087924},"coords":"51.4749793,-0.0529419","bedrooms":"2","price":"171000","area":"480"} , +{"type":"Feature","id":"n4204662689","geometry":{"type":"Point","coordinates":[-0.1021176,51.5749457]},"properties":{"@type":"node","@id":4204662689,"@timestamp":1464094582},"coords":"51.5749457,-0.1021176","bedrooms":"3","price":"231000","area":"376"} , +{"type":"Feature","id":"n4204670790","geometry":{"type":"Point","coordinates":[-0.4152038,51.8810436]},"properties":{"@type":"node","@id":4204670790,"@timestamp":1464094800},"coords":"51.8810436,-0.4152038","bedrooms":"4","price":"233000","area":"438"} , +{"type":"Feature","id":"n4204718192","geometry":{"type":"Point","coordinates":[-0.4143484,51.881231]},"properties":{"@type":"node","@id":4204718192,"@timestamp":1464096005},"coords":"51.881231,-0.4143484","bedrooms":"3","price":"226000","area":"392"} , +{"type":"Feature","id":"n4204774923","geometry":{"type":"Point","coordinates":[-0.0514429,51.4771343]},"properties":{"@type":"node","@id":4204774923,"@timestamp":1464097593},"coords":"51.4771343,-0.0514429","bedrooms":"0","price":"156000","area":"528"} , +{"type":"Feature","id":"n4204827999","geometry":{"type":"Point","coordinates":[-0.5300709,51.3315595]},"properties":{"@type":"node","@id":4204827999,"@timestamp":1610685904},"coords":"51.3315595,-0.5300709","bedrooms":"3","price":"273000","area":"679"} , +{"type":"Feature","id":"n4204894089","geometry":{"type":"Point","coordinates":[0.8768167,51.6180167]},"properties":{"@type":"node","@id":4204894089,"@timestamp":1464100582},"coords":"51.6180167,0.8768167","bedrooms":"2","price":"246000","area":"477"} , +{"type":"Feature","id":"n4205036491","geometry":{"type":"Point","coordinates":[0.8180167,51.5714]},"properties":{"@type":"node","@id":4205036491,"@timestamp":1464105145},"coords":"51.5714,0.8180167","bedrooms":"3","price":"225000","area":"582"} , +{"type":"Feature","id":"n4205036501","geometry":{"type":"Point","coordinates":[0.8080333,51.57935]},"properties":{"@type":"node","@id":4205036501,"@timestamp":1464105147},"coords":"51.57935,0.8080333","bedrooms":"4","price":"196000","area":"667"} , +{"type":"Feature","id":"n4205128646","geometry":{"type":"Point","coordinates":[-0.485578,51.5469211]},"properties":{"@type":"node","@id":4205128646,"@timestamp":1464109452},"coords":"51.5469211,-0.485578","bedrooms":"2","price":"162000","area":"407"} , +{"type":"Feature","id":"n4205485490","geometry":{"type":"Point","coordinates":[-0.5380446,51.4321736]},"properties":{"@type":"node","@id":4205485490,"@timestamp":1559669207},"coords":"51.4321736,-0.5380446","bedrooms":"0","price":"151000","area":"652"} , +{"type":"Feature","id":"n4205580611","geometry":{"type":"Point","coordinates":[-0.5263131,51.4339417]},"properties":{"@type":"node","@id":4205580611,"@timestamp":1584226046},"coords":"51.4339417,-0.5263131","bedrooms":"1","price":"247000","area":"626"} , +{"type":"Feature","id":"n4205700128","geometry":{"type":"Point","coordinates":[-0.5188566,51.4324112]},"properties":{"@type":"node","@id":4205700128,"@timestamp":1584904889},"coords":"51.4324112,-0.5188566","bedrooms":"3","price":"191000","area":"516"} , +{"type":"Feature","id":"n4205884465","geometry":{"type":"Point","coordinates":[-0.503165,51.337691]},"properties":{"@type":"node","@id":4205884465,"@timestamp":1527002494},"coords":"51.337691,-0.503165","bedrooms":"2","price":"293000","area":"426"} , +{"type":"Feature","id":"n4205981211","geometry":{"type":"Point","coordinates":[-0.1080854,51.5192926]},"properties":{"@type":"node","@id":4205981211,"@timestamp":1596478369},"coords":"51.5192926,-0.1080854","bedrooms":"3","price":"261000","area":"651"} , +{"type":"Feature","id":"n4206063250","geometry":{"type":"Point","coordinates":[-0.1223964,51.5704448]},"properties":{"@type":"node","@id":4206063250,"@timestamp":1464134772},"coords":"51.5704448,-0.1223964","bedrooms":"2","price":"220000","area":"387"} , +{"type":"Feature","id":"n4206063260","geometry":{"type":"Point","coordinates":[-0.1216963,51.5707548]},"properties":{"@type":"node","@id":4206063260,"@timestamp":1464134773},"coords":"51.5707548,-0.1216963","bedrooms":"1","price":"296000","area":"490"} , +{"type":"Feature","id":"n4206063270","geometry":{"type":"Point","coordinates":[-0.1207717,51.5712659]},"properties":{"@type":"node","@id":4206063270,"@timestamp":1464134774},"coords":"51.5712659,-0.1207717","bedrooms":"2","price":"238000","area":"676"} , +{"type":"Feature","id":"n4206063280","geometry":{"type":"Point","coordinates":[-0.1202051,51.5715877]},"properties":{"@type":"node","@id":4206063280,"@timestamp":1464134774},"coords":"51.5715877,-0.1202051","bedrooms":"0","price":"265000","area":"549"} , +{"type":"Feature","id":"n4206334510","geometry":{"type":"Point","coordinates":[-0.0058432,51.5880838]},"properties":{"@type":"node","@id":4206334510,"@timestamp":1464156216},"coords":"51.5880838,-0.0058432","bedrooms":"4","price":"220000","area":"682"} , +{"type":"Feature","id":"n4206921344","geometry":{"type":"Point","coordinates":[-0.7520457,51.5266411]},"properties":{"@type":"node","@id":4206921344,"@timestamp":1464177619},"coords":"51.5266411,-0.7520457","bedrooms":"4","price":"153000","area":"380"} , +{"type":"Feature","id":"n4206921366","geometry":{"type":"Point","coordinates":[-0.7577989,51.5257651]},"properties":{"@type":"node","@id":4206921366,"@timestamp":1464177619},"coords":"51.5257651,-0.7577989","bedrooms":"0","price":"193000","area":"555"} , +{"type":"Feature","id":"n4207414354","geometry":{"type":"Point","coordinates":[-0.4723365,51.3447945]},"properties":{"@type":"node","@id":4207414354,"@timestamp":1464194254},"coords":"51.3447945,-0.4723365","bedrooms":"3","price":"244000","area":"515"} , +{"type":"Feature","id":"n4207414364","geometry":{"type":"Point","coordinates":[-0.4718591,51.344895]},"properties":{"@type":"node","@id":4207414364,"@timestamp":1464194255},"coords":"51.344895,-0.4718591","bedrooms":"2","price":"216000","area":"687"} , +{"type":"Feature","id":"n4207873227","geometry":{"type":"Point","coordinates":[0.2718529,51.4684333]},"properties":{"@type":"node","@id":4207873227,"@timestamp":1464208799},"coords":"51.4684333,0.2718529","bedrooms":"0","price":"293000","area":"654"} , +{"type":"Feature","id":"n4207977944","geometry":{"type":"Point","coordinates":[-0.1088514,51.5193616]},"properties":{"@type":"node","@id":4207977944,"@timestamp":1585000914},"coords":"51.5193616,-0.1088514","bedrooms":"4","price":"157000","area":"577"} , +{"type":"Feature","id":"n4207977982","geometry":{"type":"Point","coordinates":[-0.1090608,51.5193149]},"properties":{"@type":"node","@id":4207977982,"@timestamp":1464214441},"coords":"51.5193149,-0.1090608","bedrooms":"2","price":"153000","area":"652"} , +{"type":"Feature","id":"n4207978305","geometry":{"type":"Point","coordinates":[-0.1090989,51.5194198]},"properties":{"@type":"node","@id":4207978305,"@timestamp":1464214442},"coords":"51.5194198,-0.1090989","bedrooms":"4","price":"211000","area":"681"} , +{"type":"Feature","id":"n4208866113","geometry":{"type":"Point","coordinates":[-0.4165117,51.8831937]},"properties":{"@type":"node","@id":4208866113,"@timestamp":1464257321},"coords":"51.8831937,-0.4165117","bedrooms":"3","price":"245000","area":"649"} , +{"type":"Feature","id":"n4208921395","geometry":{"type":"Point","coordinates":[-0.465746,51.9172514]},"properties":{"@type":"node","@id":4208921395,"@timestamp":1613239027},"coords":"51.9172514,-0.465746","bedrooms":"1","price":"173000","area":"656"} , +{"type":"Feature","id":"n4209436897","geometry":{"type":"Point","coordinates":[-0.4358651,51.7800763]},"properties":{"@type":"node","@id":4209436897,"@timestamp":1464284491},"coords":"51.7800763,-0.4358651","bedrooms":"1","price":"200000","area":"522"} , +{"type":"Feature","id":"n4209710322","geometry":{"type":"Point","coordinates":[-0.5266115,51.4271312]},"properties":{"@type":"node","@id":4209710322,"@timestamp":1611240239},"coords":"51.4271312,-0.5266115","bedrooms":"4","price":"212000","area":"367"} , +{"type":"Feature","id":"n4209719195","geometry":{"type":"Point","coordinates":[-0.5284718,51.4271446]},"properties":{"@type":"node","@id":4209719195,"@timestamp":1564780098},"coords":"51.4271446,-0.5284718","bedrooms":"3","price":"239000","area":"541"} , +{"type":"Feature","id":"n4209732965","geometry":{"type":"Point","coordinates":[-0.074892,51.5138942]},"properties":{"@type":"node","@id":4209732965,"@timestamp":1464296150},"coords":"51.5138942,-0.074892","bedrooms":"4","price":"162000","area":"525"} , +{"type":"Feature","id":"n4209774875","geometry":{"type":"Point","coordinates":[-0.5160204,51.4340374]},"properties":{"@type":"node","@id":4209774875,"@timestamp":1635307675},"coords":"51.4340374,-0.5160204","bedrooms":"1","price":"212000","area":"699"} , +{"type":"Feature","id":"n4209999290","geometry":{"type":"Point","coordinates":[-0.6691703,51.7916131]},"properties":{"@type":"node","@id":4209999290,"@timestamp":1532542906},"coords":"51.7916131,-0.6691703","bedrooms":"4","price":"185000","area":"537"} , +{"type":"Feature","id":"n4210749346","geometry":{"type":"Point","coordinates":[-0.1869375,51.4680537]},"properties":{"@type":"node","@id":4210749346,"@timestamp":1610707424},"coords":"51.4680537,-0.1869375","bedrooms":"3","price":"209000","area":"575"} , +{"type":"Feature","id":"n4210776240","geometry":{"type":"Point","coordinates":[-0.1816968,51.4856717]},"properties":{"@type":"node","@id":4210776240,"@timestamp":1606123603},"coords":"51.4856717,-0.1816968","bedrooms":"4","price":"279000","area":"475"} , +{"type":"Feature","id":"n4211127494","geometry":{"type":"Point","coordinates":[-0.5142423,51.4335314]},"properties":{"@type":"node","@id":4211127494,"@timestamp":1464377608},"coords":"51.4335314,-0.5142423","bedrooms":"1","price":"272000","area":"542"} , +{"type":"Feature","id":"n4211154687","geometry":{"type":"Point","coordinates":[-0.3592847,51.445039]},"properties":{"@type":"node","@id":4211154687,"@timestamp":1627003152},"coords":"51.445039,-0.3592847","bedrooms":"4","price":"256000","area":"457"} , +{"type":"Feature","id":"n4211224645","geometry":{"type":"Point","coordinates":[-0.5082093,51.4327732]},"properties":{"@type":"node","@id":4211224645,"@timestamp":1464381739},"coords":"51.4327732,-0.5082093","bedrooms":"1","price":"167000","area":"370"} , +{"type":"Feature","id":"n4211224677","geometry":{"type":"Point","coordinates":[-0.5083969,51.4330262]},"properties":{"@type":"node","@id":4211224677,"@timestamp":1564908059},"coords":"51.4330262,-0.5083969","bedrooms":"2","price":"273000","area":"696"} , +{"type":"Feature","id":"n4211238569","geometry":{"type":"Point","coordinates":[-0.042183,51.5974769]},"properties":{"@type":"node","@id":4211238569,"@timestamp":1464382028},"coords":"51.5974769,-0.042183","bedrooms":"2","price":"288000","area":"548"} , +{"type":"Feature","id":"n4211238585","geometry":{"type":"Point","coordinates":[-0.0431795,51.5963706]},"properties":{"@type":"node","@id":4211238585,"@timestamp":1464382030},"coords":"51.5963706,-0.0431795","bedrooms":"3","price":"157000","area":"418"} , +{"type":"Feature","id":"n4211244827","geometry":{"type":"Point","coordinates":[-0.0392648,51.5991243]},"properties":{"@type":"node","@id":4211244827,"@timestamp":1464382268},"coords":"51.5991243,-0.0392648","bedrooms":"2","price":"186000","area":"492"} , +{"type":"Feature","id":"n4211291547","geometry":{"type":"Point","coordinates":[-0.5119558,51.4324817]},"properties":{"@type":"node","@id":4211291547,"@timestamp":1635307931},"coords":"51.4324817,-0.5119558","bedrooms":"1","price":"155000","area":"428"} , +{"type":"Feature","id":"n4211299531","geometry":{"type":"Point","coordinates":[-0.5119168,51.43272]},"properties":{"@type":"node","@id":4211299531,"@timestamp":1464384674},"coords":"51.43272,-0.5119168","bedrooms":"4","price":"161000","area":"375"} , +{"type":"Feature","id":"n4211373289","geometry":{"type":"Point","coordinates":[-0.5064826,51.426736]},"properties":{"@type":"node","@id":4211373289,"@timestamp":1464386381},"coords":"51.426736,-0.5064826","bedrooms":"2","price":"219000","area":"670"} , +{"type":"Feature","id":"n4211964022","geometry":{"type":"Point","coordinates":[-0.0014124,51.5836891]},"properties":{"@type":"node","@id":4211964022,"@timestamp":1464419715},"coords":"51.5836891,-0.0014124","bedrooms":"4","price":"271000","area":"547"} , +{"type":"Feature","id":"n4211964036","geometry":{"type":"Point","coordinates":[-0.0011924,51.5835075]},"properties":{"@type":"node","@id":4211964036,"@timestamp":1464419716},"coords":"51.5835075,-0.0011924","bedrooms":"2","price":"256000","area":"597"} , +{"type":"Feature","id":"n4211964051","geometry":{"type":"Point","coordinates":[-0.0005594,51.5814991]},"properties":{"@type":"node","@id":4211964051,"@timestamp":1464419718},"coords":"51.5814991,-0.0005594","bedrooms":"0","price":"267000","area":"589"} , +{"type":"Feature","id":"n4211964061","geometry":{"type":"Point","coordinates":[-0.0026475,51.582825]},"properties":{"@type":"node","@id":4211964061,"@timestamp":1464419719},"coords":"51.582825,-0.0026475","bedrooms":"4","price":"282000","area":"532"} , +{"type":"Feature","id":"n4212305141","geometry":{"type":"Point","coordinates":[-0.11401,51.5185359]},"properties":{"@type":"node","@id":4212305141,"@timestamp":1464437183},"coords":"51.5185359,-0.11401","bedrooms":"1","price":"194000","area":"564"} , +{"type":"Feature","id":"n4212318632","geometry":{"type":"Point","coordinates":[-0.6671684,51.7923938]},"properties":{"@type":"node","@id":4212318632,"@timestamp":1563874359},"coords":"51.7923938,-0.6671684","bedrooms":"2","price":"280000","area":"662"} , +{"type":"Feature","id":"n4212318642","geometry":{"type":"Point","coordinates":[-0.6680504,51.7915617]},"properties":{"@type":"node","@id":4212318642,"@timestamp":1464438455},"coords":"51.7915617,-0.6680504","bedrooms":"3","price":"296000","area":"457"} , +{"type":"Feature","id":"n4212508182","geometry":{"type":"Point","coordinates":[-0.0045812,51.5901389]},"properties":{"@type":"node","@id":4212508182,"@timestamp":1464447885},"coords":"51.5901389,-0.0045812","bedrooms":"4","price":"213000","area":"467"} , +{"type":"Feature","id":"n4212538814","geometry":{"type":"Point","coordinates":[-0.0048465,51.5911323]},"properties":{"@type":"node","@id":4212538814,"@timestamp":1464449900},"coords":"51.5911323,-0.0048465","bedrooms":"1","price":"264000","area":"521"} , +{"type":"Feature","id":"n4212611992","geometry":{"type":"Point","coordinates":[0.4493101,51.3012946]},"properties":{"@type":"node","@id":4212611992,"@timestamp":1635951492},"coords":"51.3012946,0.4493101","bedrooms":"2","price":"194000","area":"358"} , +{"type":"Feature","id":"n4212682677","geometry":{"type":"Point","coordinates":[0.5617006,51.6663203]},"properties":{"@type":"node","@id":4212682677,"@timestamp":1595074849},"coords":"51.6663203,0.5617006","bedrooms":"4","price":"237000","area":"514"} , +{"type":"Feature","id":"n4212906674","geometry":{"type":"Point","coordinates":[-0.5155657,51.4306858]},"properties":{"@type":"node","@id":4212906674,"@timestamp":1585092263},"coords":"51.4306858,-0.5155657","bedrooms":"3","price":"264000","area":"390"} , +{"type":"Feature","id":"n4212936697","geometry":{"type":"Point","coordinates":[-0.1166409,51.4775193]},"properties":{"@type":"node","@id":4212936697,"@timestamp":1464464350},"coords":"51.4775193,-0.1166409","bedrooms":"3","price":"219000","area":"624"} , +{"type":"Feature","id":"n4212949902","geometry":{"type":"Point","coordinates":[-0.1174356,51.4741029]},"properties":{"@type":"node","@id":4212949902,"@timestamp":1464465659},"coords":"51.4741029,-0.1174356","bedrooms":"1","price":"218000","area":"497"} , +{"type":"Feature","id":"n4212951686","geometry":{"type":"Point","coordinates":[-0.1165743,51.473872]},"properties":{"@type":"node","@id":4212951686,"@timestamp":1464465963},"coords":"51.473872,-0.1165743","bedrooms":"2","price":"230000","area":"698"} , +{"type":"Feature","id":"n4213066915","geometry":{"type":"Point","coordinates":[-0.118573,51.4752611]},"properties":{"@type":"node","@id":4213066915,"@timestamp":1464471265},"coords":"51.4752611,-0.118573","bedrooms":"3","price":"224000","area":"541"} , +{"type":"Feature","id":"n4213078391","geometry":{"type":"Point","coordinates":[-0.1188483,51.4753645]},"properties":{"@type":"node","@id":4213078391,"@timestamp":1464472036},"coords":"51.4753645,-0.1188483","bedrooms":"1","price":"192000","area":"453"} , +{"type":"Feature","id":"n4213129851","geometry":{"type":"Point","coordinates":[-0.1151691,51.5190936]},"properties":{"@type":"node","@id":4213129851,"@timestamp":1634933424},"coords":"51.5190936,-0.1151691","bedrooms":"3","price":"266000","area":"516"} , +{"type":"Feature","id":"n4213166825","geometry":{"type":"Point","coordinates":[-0.1160773,51.5195548]},"properties":{"@type":"node","@id":4213166825,"@timestamp":1464478582},"coords":"51.5195548,-0.1160773","bedrooms":"3","price":"169000","area":"426"} , +{"type":"Feature","id":"n4213477721","geometry":{"type":"Point","coordinates":[-0.002917,51.4829099]},"properties":{"@type":"node","@id":4213477721,"@timestamp":1620917885},"coords":"51.4829099,-0.002917","bedrooms":"3","price":"190000","area":"675"} , +{"type":"Feature","id":"n4213528429","geometry":{"type":"Point","coordinates":[-0.0026253,51.58417]},"properties":{"@type":"node","@id":4213528429,"@timestamp":1464515139},"coords":"51.58417,-0.0026253","bedrooms":"2","price":"163000","area":"413"} , +{"type":"Feature","id":"n4213582469","geometry":{"type":"Point","coordinates":[-0.29224,51.4751632]},"properties":{"@type":"node","@id":4213582469,"@timestamp":1464520097},"coords":"51.4751632,-0.29224","bedrooms":"4","price":"214000","area":"651"} , +{"type":"Feature","id":"n4213673671","geometry":{"type":"Point","coordinates":[-0.1932896,51.0939678]},"properties":{"@type":"node","@id":4213673671,"@timestamp":1610468000},"coords":"51.0939678,-0.1932896","bedrooms":"3","price":"195000","area":"361"} , +{"type":"Feature","id":"n4213970005","geometry":{"type":"Point","coordinates":[-0.0016992,51.5865361]},"properties":{"@type":"node","@id":4213970005,"@timestamp":1464538668},"coords":"51.5865361,-0.0016992","bedrooms":"3","price":"194000","area":"481"} , +{"type":"Feature","id":"n4213981665","geometry":{"type":"Point","coordinates":[-0.0002642,51.5857111]},"properties":{"@type":"node","@id":4213981665,"@timestamp":1464539057},"coords":"51.5857111,-0.0002642","bedrooms":"4","price":"188000","area":"603"} , +{"type":"Feature","id":"n4213992045","geometry":{"type":"Point","coordinates":[0.0025206,51.5862724]},"properties":{"@type":"node","@id":4213992045,"@timestamp":1464539728},"coords":"51.5862724,0.0025206","bedrooms":"1","price":"296000","area":"452"} , +{"type":"Feature","id":"n4214112978","geometry":{"type":"Point","coordinates":[-0.4964468,51.3912163]},"properties":{"@type":"node","@id":4214112978,"@timestamp":1554404844},"coords":"51.3912163,-0.4964468","bedrooms":"4","price":"160000","area":"506"} , +{"type":"Feature","id":"n4214173102","geometry":{"type":"Point","coordinates":[0.0001586,51.5864065]},"properties":{"@type":"node","@id":4214173102,"@timestamp":1464546437},"coords":"51.5864065,0.0001586","bedrooms":"2","price":"164000","area":"510"} , +{"type":"Feature","id":"n4214289866","geometry":{"type":"Point","coordinates":[-0.4961742,51.4179137]},"properties":{"@type":"node","@id":4214289866,"@timestamp":1533071305},"coords":"51.4179137,-0.4961742","bedrooms":"1","price":"256000","area":"580"} , +{"type":"Feature","id":"n4214548178","geometry":{"type":"Point","coordinates":[-0.2033406,51.1097642]},"properties":{"@type":"node","@id":4214548178,"@timestamp":1486131038},"coords":"51.1097642,-0.2033406","bedrooms":"0","price":"223000","area":"402"} , +{"type":"Feature","id":"n4214691752","geometry":{"type":"Point","coordinates":[-0.1198816,51.4864292]},"properties":{"@type":"node","@id":4214691752,"@timestamp":1629803506},"coords":"51.4864292,-0.1198816","bedrooms":"2","price":"292000","area":"646"} , +{"type":"Feature","id":"n4215017593","geometry":{"type":"Point","coordinates":[-0.1918595,51.4306538]},"properties":{"@type":"node","@id":4215017593,"@timestamp":1464598234},"coords":"51.4306538,-0.1918595","bedrooms":"1","price":"164000","area":"408"} , +{"type":"Feature","id":"n4215450614","geometry":{"type":"Point","coordinates":[0.000132,51.5883193]},"properties":{"@type":"node","@id":4215450614,"@timestamp":1464615033},"coords":"51.5883193,0.000132","bedrooms":"4","price":"287000","area":"673"} , +{"type":"Feature","id":"n4215487435","geometry":{"type":"Point","coordinates":[-0.2601852,51.0801798]},"properties":{"@type":"node","@id":4215487435,"@timestamp":1464616467},"coords":"51.0801798,-0.2601852","bedrooms":"2","price":"237000","area":"668"} , +{"type":"Feature","id":"n4215500495","geometry":{"type":"Point","coordinates":[-0.1154932,51.5189874]},"properties":{"@type":"node","@id":4215500495,"@timestamp":1464617105},"coords":"51.5189874,-0.1154932","bedrooms":"4","price":"211000","area":"588"} , +{"type":"Feature","id":"n4215578695","geometry":{"type":"Point","coordinates":[0.530884,51.257874]},"properties":{"@type":"node","@id":4215578695,"@timestamp":1464623160},"coords":"51.257874,0.530884","bedrooms":"2","price":"248000","area":"453"} , +{"type":"Feature","id":"n4215584997","geometry":{"type":"Point","coordinates":[0.5172453,51.2920071]},"properties":{"@type":"node","@id":4215584997,"@timestamp":1464781896},"coords":"51.2920071,0.5172453","bedrooms":"2","price":"257000","area":"641"} , +{"type":"Feature","id":"n4215646089","geometry":{"type":"Point","coordinates":[0.5347875,51.2621457]},"properties":{"@type":"node","@id":4215646089,"@timestamp":1464623158},"coords":"51.2621457,0.5347875","bedrooms":"2","price":"286000","area":"363"} , +{"type":"Feature","id":"n4215689227","geometry":{"type":"Point","coordinates":[-0.0037548,51.5873233]},"properties":{"@type":"node","@id":4215689227,"@timestamp":1464624820},"coords":"51.5873233,-0.0037548","bedrooms":"0","price":"229000","area":"469"} , +{"type":"Feature","id":"n4215740656","geometry":{"type":"Point","coordinates":[-0.4995836,51.3837966]},"properties":{"@type":"node","@id":4215740656,"@timestamp":1464626786},"coords":"51.3837966,-0.4995836","bedrooms":"4","price":"245000","area":"420"} , +{"type":"Feature","id":"n4215974093","geometry":{"type":"Point","coordinates":[-0.540777,51.3480642]},"properties":{"@type":"node","@id":4215974093,"@timestamp":1554924982},"coords":"51.3480642,-0.540777","bedrooms":"2","price":"238000","area":"434"} , +{"type":"Feature","id":"n4216061247","geometry":{"type":"Point","coordinates":[-0.5303526,51.3680569]},"properties":{"@type":"node","@id":4216061247,"@timestamp":1464638290},"coords":"51.3680569,-0.5303526","bedrooms":"1","price":"188000","area":"536"} , +{"type":"Feature","id":"n4216272830","geometry":{"type":"Point","coordinates":[-0.1188327,51.5184761]},"properties":{"@type":"node","@id":4216272830,"@timestamp":1464644390},"coords":"51.5184761,-0.1188327","bedrooms":"2","price":"241000","area":"358"} , +{"type":"Feature","id":"n4216272860","geometry":{"type":"Point","coordinates":[-0.1182157,51.518626]},"properties":{"@type":"node","@id":4216272860,"@timestamp":1464644390},"coords":"51.518626,-0.1182157","bedrooms":"3","price":"168000","area":"694"} , +{"type":"Feature","id":"n4216273264","geometry":{"type":"Point","coordinates":[-0.1171023,51.519061]},"properties":{"@type":"node","@id":4216273264,"@timestamp":1464644394},"coords":"51.519061,-0.1171023","bedrooms":"3","price":"276000","area":"603"} , +{"type":"Feature","id":"n4216274150","geometry":{"type":"Point","coordinates":[-0.1171209,51.5188013]},"properties":{"@type":"node","@id":4216274150,"@timestamp":1464644392},"coords":"51.5188013,-0.1171209","bedrooms":"0","price":"224000","area":"462"} , +{"type":"Feature","id":"n4216446220","geometry":{"type":"Point","coordinates":[-0.1434413,51.4870348]},"properties":{"@type":"node","@id":4216446220,"@timestamp":1464649782},"coords":"51.4870348,-0.1434413","bedrooms":"2","price":"269000","area":"669"} , +{"type":"Feature","id":"n4217285190","geometry":{"type":"Point","coordinates":[-0.1570046,51.5224899]},"properties":{"@type":"node","@id":4217285190,"@timestamp":1606052890},"coords":"51.5224899,-0.1570046","bedrooms":"3","price":"242000","area":"470"} , +{"type":"Feature","id":"n4217880254","geometry":{"type":"Point","coordinates":[-0.44501,51.9557343]},"properties":{"@type":"node","@id":4217880254,"@timestamp":1629640670},"coords":"51.9557343,-0.44501","bedrooms":"0","price":"213000","area":"388"} , +{"type":"Feature","id":"n4218280257","geometry":{"type":"Point","coordinates":[-0.4835725,51.3777489]},"properties":{"@type":"node","@id":4218280257,"@timestamp":1558208551},"coords":"51.3777489,-0.4835725","bedrooms":"1","price":"261000","area":"555"} , +{"type":"Feature","id":"n4218351946","geometry":{"type":"Point","coordinates":[-0.4827154,51.3509304]},"properties":{"@type":"node","@id":4218351946,"@timestamp":1610672501},"coords":"51.3509304,-0.4827154","bedrooms":"3","price":"250000","area":"619"} , +{"type":"Feature","id":"n4218946742","geometry":{"type":"Point","coordinates":[-0.2353698,51.5311515]},"properties":{"@type":"node","@id":4218946742,"@timestamp":1483353804},"coords":"51.5311515,-0.2353698","bedrooms":"1","price":"286000","area":"537"} , +{"type":"Feature","id":"n4219416663","geometry":{"type":"Point","coordinates":[-0.2110616,51.078677]},"properties":{"@type":"node","@id":4219416663,"@timestamp":1464791909},"coords":"51.078677,-0.2110616","bedrooms":"4","price":"296000","area":"418"} , +{"type":"Feature","id":"n4219468291","geometry":{"type":"Point","coordinates":[-0.0589379,51.4178384]},"properties":{"@type":"node","@id":4219468291,"@timestamp":1543777336},"coords":"51.4178384,-0.0589379","bedrooms":"2","price":"256000","area":"355"} , +{"type":"Feature","id":"n4219479115","geometry":{"type":"Point","coordinates":[-0.0582345,51.4176279]},"properties":{"@type":"node","@id":4219479115,"@timestamp":1464793765},"coords":"51.4176279,-0.0582345","bedrooms":"2","price":"251000","area":"483"} , +{"type":"Feature","id":"n4219535611","geometry":{"type":"Point","coordinates":[-0.0577825,51.417453]},"properties":{"@type":"node","@id":4219535611,"@timestamp":1464795259},"coords":"51.417453,-0.0577825","bedrooms":"0","price":"192000","area":"459"} , +{"type":"Feature","id":"n4219535640","geometry":{"type":"Point","coordinates":[-0.0596266,51.4178504]},"properties":{"@type":"node","@id":4219535640,"@timestamp":1464795260},"coords":"51.4178504,-0.0596266","bedrooms":"2","price":"152000","area":"504"} , +{"type":"Feature","id":"n4219849090","geometry":{"type":"Point","coordinates":[-0.0003238,51.5834434]},"properties":{"@type":"node","@id":4219849090,"@timestamp":1464803621},"coords":"51.5834434,-0.0003238","bedrooms":"4","price":"214000","area":"386"} , +{"type":"Feature","id":"n4219885428","geometry":{"type":"Point","coordinates":[-0.1186531,51.4803657]},"properties":{"@type":"node","@id":4219885428,"@timestamp":1464804961},"coords":"51.4803657,-0.1186531","bedrooms":"4","price":"247000","area":"524"} , +{"type":"Feature","id":"n4220110297","geometry":{"type":"Point","coordinates":[-0.160697,51.5395697]},"properties":{"@type":"node","@id":4220110297,"@timestamp":1612357759},"coords":"51.5395697,-0.160697","bedrooms":"3","price":"225000","area":"683"} , +{"type":"Feature","id":"n4220117380","geometry":{"type":"Point","coordinates":[-0.1647491,51.5405866]},"properties":{"@type":"node","@id":4220117380,"@timestamp":1513077250},"coords":"51.5405866,-0.1647491","bedrooms":"1","price":"295000","area":"563"} , +{"type":"Feature","id":"n4220152639","geometry":{"type":"Point","coordinates":[-0.1645954,51.5405483]},"properties":{"@type":"node","@id":4220152639,"@timestamp":1464812018},"coords":"51.5405483,-0.1645954","bedrooms":"2","price":"157000","area":"597"} , +{"type":"Feature","id":"n4220152649","geometry":{"type":"Point","coordinates":[-0.1590872,51.5365261]},"properties":{"@type":"node","@id":4220152649,"@timestamp":1605047270},"coords":"51.5365261,-0.1590872","bedrooms":"3","price":"180000","area":"508"} , +{"type":"Feature","id":"n4220152659","geometry":{"type":"Point","coordinates":[-0.1633143,51.5398493]},"properties":{"@type":"node","@id":4220152659,"@timestamp":1464812019},"coords":"51.5398493,-0.1633143","bedrooms":"3","price":"170000","area":"384"} , +{"type":"Feature","id":"n4220259388","geometry":{"type":"Point","coordinates":[-0.1197744,51.4777416]},"properties":{"@type":"node","@id":4220259388,"@timestamp":1464815324},"coords":"51.4777416,-0.1197744","bedrooms":"4","price":"183000","area":"638"} , +{"type":"Feature","id":"n4221386322","geometry":{"type":"Point","coordinates":[-0.0564641,51.4169707]},"properties":{"@type":"node","@id":4221386322,"@timestamp":1603759885},"coords":"51.4169707,-0.0564641","bedrooms":"1","price":"175000","area":"560"} , +{"type":"Feature","id":"n4221532194","geometry":{"type":"Point","coordinates":[0.0272137,51.0988487]},"properties":{"@type":"node","@id":4221532194,"@timestamp":1464869841},"coords":"51.0988487,0.0272137","bedrooms":"3","price":"206000","area":"395"} , +{"type":"Feature","id":"n4221673198","geometry":{"type":"Point","coordinates":[-0.0544579,51.4157076]},"properties":{"@type":"node","@id":4221673198,"@timestamp":1464875683},"coords":"51.4157076,-0.0544579","bedrooms":"1","price":"218000","area":"490"} , +{"type":"Feature","id":"n4221687835","geometry":{"type":"Point","coordinates":[-0.0546011,51.4151273]},"properties":{"@type":"node","@id":4221687835,"@timestamp":1464876319},"coords":"51.4151273,-0.0546011","bedrooms":"2","price":"203000","area":"364"} , +{"type":"Feature","id":"n4221711593","geometry":{"type":"Point","coordinates":[-0.0532758,51.4154757]},"properties":{"@type":"node","@id":4221711593,"@timestamp":1464876940},"coords":"51.4154757,-0.0532758","bedrooms":"4","price":"227000","area":"679"} , +{"type":"Feature","id":"n4221741270","geometry":{"type":"Point","coordinates":[-0.0528562,51.4149443]},"properties":{"@type":"node","@id":4221741270,"@timestamp":1611144085},"coords":"51.4149443,-0.0528562","bedrooms":"0","price":"233000","area":"598"} , +{"type":"Feature","id":"n4221755641","geometry":{"type":"Point","coordinates":[-0.0805586,51.4291005]},"properties":{"@type":"node","@id":4221755641,"@timestamp":1464878076},"coords":"51.4291005,-0.0805586","bedrooms":"1","price":"293000","area":"676"} , +{"type":"Feature","id":"n4221769433","geometry":{"type":"Point","coordinates":[-0.052126,51.4141828]},"properties":{"@type":"node","@id":4221769433,"@timestamp":1464878672},"coords":"51.4141828,-0.052126","bedrooms":"4","price":"228000","area":"401"} , +{"type":"Feature","id":"n4221818849","geometry":{"type":"Point","coordinates":[-0.0518146,51.4135518]},"properties":{"@type":"node","@id":4221818849,"@timestamp":1464880179},"coords":"51.4135518,-0.0518146","bedrooms":"1","price":"234000","area":"592"} , +{"type":"Feature","id":"n4221837280","geometry":{"type":"Point","coordinates":[-0.0504846,51.4127982]},"properties":{"@type":"node","@id":4221837280,"@timestamp":1623926722},"coords":"51.4127982,-0.0504846","bedrooms":"1","price":"211000","area":"452"} , +{"type":"Feature","id":"n4221862904","geometry":{"type":"Point","coordinates":[0.4203356,51.2538119]},"properties":{"@type":"node","@id":4221862904,"@timestamp":1464882292},"coords":"51.2538119,0.4203356","bedrooms":"2","price":"264000","area":"523"} , +{"type":"Feature","id":"n4221910490","geometry":{"type":"Point","coordinates":[0.4121741,51.2565229]},"properties":{"@type":"node","@id":4221910490,"@timestamp":1464882292},"coords":"51.2565229,0.4121741","bedrooms":"4","price":"297000","area":"599"} , +{"type":"Feature","id":"n4222314680","geometry":{"type":"Point","coordinates":[-0.3190744,51.3489983]},"properties":{"@type":"node","@id":4222314680,"@timestamp":1464892325},"coords":"51.3489983,-0.3190744","bedrooms":"2","price":"260000","area":"576"} , +{"type":"Feature","id":"n4222315458","geometry":{"type":"Point","coordinates":[-0.3166852,51.3483667]},"properties":{"@type":"node","@id":4222315458,"@timestamp":1464892329},"coords":"51.3483667,-0.3166852","bedrooms":"1","price":"226000","area":"695"} , +{"type":"Feature","id":"n4222342748","geometry":{"type":"Point","coordinates":[-0.3152389,51.3506561]},"properties":{"@type":"node","@id":4222342748,"@timestamp":1464892990},"coords":"51.3506561,-0.3152389","bedrooms":"4","price":"217000","area":"423"} , +{"type":"Feature","id":"n4222443522","geometry":{"type":"Point","coordinates":[0.0008234,51.5827384]},"properties":{"@type":"node","@id":4222443522,"@timestamp":1464896157},"coords":"51.5827384,0.0008234","bedrooms":"4","price":"281000","area":"444"} , +{"type":"Feature","id":"n4222443532","geometry":{"type":"Point","coordinates":[0.0019272,51.5830028]},"properties":{"@type":"node","@id":4222443532,"@timestamp":1464896158},"coords":"51.5830028,0.0019272","bedrooms":"4","price":"172000","area":"578"} , +{"type":"Feature","id":"n4222655644","geometry":{"type":"Point","coordinates":[-0.1138038,51.4808059]},"properties":{"@type":"node","@id":4222655644,"@timestamp":1465642680},"coords":"51.4808059,-0.1138038","bedrooms":"0","price":"256000","area":"513"} , +{"type":"Feature","id":"n4222961710","geometry":{"type":"Point","coordinates":[-0.1303621,51.5201116]},"properties":{"@type":"node","@id":4222961710,"@timestamp":1464913684},"coords":"51.5201116,-0.1303621","bedrooms":"2","price":"162000","area":"614"} , +{"type":"Feature","id":"n4222962195","geometry":{"type":"Point","coordinates":[-0.1314149,51.5198213]},"properties":{"@type":"node","@id":4222962195,"@timestamp":1464913687},"coords":"51.5198213,-0.1314149","bedrooms":"2","price":"228000","area":"415"} , +{"type":"Feature","id":"n4222962245","geometry":{"type":"Point","coordinates":[-0.1297019,51.5199276]},"properties":{"@type":"node","@id":4222962245,"@timestamp":1604870761},"coords":"51.5199276,-0.1297019","bedrooms":"2","price":"196000","area":"464"} , +{"type":"Feature","id":"n4222962304","geometry":{"type":"Point","coordinates":[-0.1298146,51.5200285]},"properties":{"@type":"node","@id":4222962304,"@timestamp":1604870761},"coords":"51.5200285,-0.1298146","bedrooms":"1","price":"295000","area":"487"} , +{"type":"Feature","id":"n4222962389","geometry":{"type":"Point","coordinates":[-0.1299248,51.5201273]},"properties":{"@type":"node","@id":4222962389,"@timestamp":1604870761},"coords":"51.5201273,-0.1299248","bedrooms":"0","price":"243000","area":"464"} , +{"type":"Feature","id":"n4222962490","geometry":{"type":"Point","coordinates":[-0.1300906,51.5202759]},"properties":{"@type":"node","@id":4222962490,"@timestamp":1604870761},"coords":"51.5202759,-0.1300906","bedrooms":"1","price":"256000","area":"504"} , +{"type":"Feature","id":"n4223384263","geometry":{"type":"Point","coordinates":[-0.416763,51.8803051]},"properties":{"@type":"node","@id":4223384263,"@timestamp":1620854584},"coords":"51.8803051,-0.416763","bedrooms":"3","price":"192000","area":"486"} , +{"type":"Feature","id":"n4223437240","geometry":{"type":"Point","coordinates":[-0.4162227,51.8799063]},"properties":{"@type":"node","@id":4223437240,"@timestamp":1464943216},"coords":"51.8799063,-0.4162227","bedrooms":"1","price":"171000","area":"581"} , +{"type":"Feature","id":"n4223437250","geometry":{"type":"Point","coordinates":[-0.4146584,51.8794366]},"properties":{"@type":"node","@id":4223437250,"@timestamp":1464943216},"coords":"51.8794366,-0.4146584","bedrooms":"2","price":"299000","area":"632"} , +{"type":"Feature","id":"n4223442179","geometry":{"type":"Point","coordinates":[-0.414807,51.8792574]},"properties":{"@type":"node","@id":4223442179,"@timestamp":1464943610},"coords":"51.8792574,-0.414807","bedrooms":"3","price":"270000","area":"571"} , +{"type":"Feature","id":"n4223448021","geometry":{"type":"Point","coordinates":[-0.4150681,51.8797729]},"properties":{"@type":"node","@id":4223448021,"@timestamp":1464944029},"coords":"51.8797729,-0.4150681","bedrooms":"2","price":"178000","area":"675"} , +{"type":"Feature","id":"n4223506170","geometry":{"type":"Point","coordinates":[-0.4141377,51.879435]},"properties":{"@type":"node","@id":4223506170,"@timestamp":1464946697},"coords":"51.879435,-0.4141377","bedrooms":"3","price":"188000","area":"673"} , +{"type":"Feature","id":"n4223506180","geometry":{"type":"Point","coordinates":[-0.4127561,51.8793155]},"properties":{"@type":"node","@id":4223506180,"@timestamp":1464946698},"coords":"51.8793155,-0.4127561","bedrooms":"2","price":"239000","area":"615"} , +{"type":"Feature","id":"n4223508190","geometry":{"type":"Point","coordinates":[-0.4117729,51.87939]},"properties":{"@type":"node","@id":4223508190,"@timestamp":1464946699},"coords":"51.87939,-0.4117729","bedrooms":"2","price":"254000","area":"427"} , +{"type":"Feature","id":"n4223508200","geometry":{"type":"Point","coordinates":[-0.4125466,51.8792689]},"properties":{"@type":"node","@id":4223508200,"@timestamp":1464946699},"coords":"51.8792689,-0.4125466","bedrooms":"1","price":"289000","area":"414"} , +{"type":"Feature","id":"n4223525798","geometry":{"type":"Point","coordinates":[-0.1958478,51.5717148]},"properties":{"@type":"node","@id":4223525798,"@timestamp":1624535788},"coords":"51.5717148,-0.1958478","bedrooms":"2","price":"170000","area":"642"} , +{"type":"Feature","id":"n4223529566","geometry":{"type":"Point","coordinates":[-0.4149508,51.8786884]},"properties":{"@type":"node","@id":4223529566,"@timestamp":1464947267},"coords":"51.8786884,-0.4149508","bedrooms":"1","price":"246000","area":"483"} , +{"type":"Feature","id":"n4223531667","geometry":{"type":"Point","coordinates":[-0.4140167,51.879261]},"properties":{"@type":"node","@id":4223531667,"@timestamp":1464947399},"coords":"51.879261,-0.4140167","bedrooms":"3","price":"259000","area":"368"} , +{"type":"Feature","id":"n4223582173","geometry":{"type":"Point","coordinates":[-0.051711,51.4142456]},"properties":{"@type":"node","@id":4223582173,"@timestamp":1626193652},"coords":"51.4142456,-0.051711","bedrooms":"0","price":"175000","area":"675"} , +{"type":"Feature","id":"n4223589009","geometry":{"type":"Point","coordinates":[-0.0524994,51.4150274]},"properties":{"@type":"node","@id":4223589009,"@timestamp":1624607614},"coords":"51.4150274,-0.0524994","bedrooms":"4","price":"247000","area":"482"} , +{"type":"Feature","id":"n4223601267","geometry":{"type":"Point","coordinates":[-0.0531555,51.4155844]},"properties":{"@type":"node","@id":4223601267,"@timestamp":1464950058},"coords":"51.4155844,-0.0531555","bedrooms":"4","price":"251000","area":"359"} , +{"type":"Feature","id":"n4223614728","geometry":{"type":"Point","coordinates":[-0.0515203,51.4169312]},"properties":{"@type":"node","@id":4223614728,"@timestamp":1464950894},"coords":"51.4169312,-0.0515203","bedrooms":"3","price":"208000","area":"664"} , +{"type":"Feature","id":"n4224042725","geometry":{"type":"Point","coordinates":[-0.0351778,51.5852178]},"properties":{"@type":"node","@id":4224042725,"@timestamp":1464971159},"coords":"51.5852178,-0.0351778","bedrooms":"1","price":"180000","area":"461"} , +{"type":"Feature","id":"n4224061295","geometry":{"type":"Point","coordinates":[0.4988682,51.2503192]},"properties":{"@type":"node","@id":4224061295,"@timestamp":1464974089},"coords":"51.2503192,0.4988682","bedrooms":"2","price":"223000","area":"431"} , +{"type":"Feature","id":"n4224113189","geometry":{"type":"Point","coordinates":[0.4717772,51.2244466]},"properties":{"@type":"node","@id":4224113189,"@timestamp":1618687152},"coords":"51.2244466,0.4717772","bedrooms":"0","price":"276000","area":"497"} , +{"type":"Feature","id":"n4224113589","geometry":{"type":"Point","coordinates":[0.5468747,51.2467862]},"properties":{"@type":"node","@id":4224113589,"@timestamp":1464974094},"coords":"51.2467862,0.5468747","bedrooms":"0","price":"165000","area":"377"} , +{"type":"Feature","id":"n4224376503","geometry":{"type":"Point","coordinates":[-0.9812357,51.4052328]},"properties":{"@type":"node","@id":4224376503,"@timestamp":1559841402},"coords":"51.4052328,-0.9812357","bedrooms":"1","price":"249000","area":"393"} , +{"type":"Feature","id":"n4224450182","geometry":{"type":"Point","coordinates":[-0.9595644,51.4165133]},"properties":{"@type":"node","@id":4224450182,"@timestamp":1464990130},"coords":"51.4165133,-0.9595644","bedrooms":"0","price":"264000","area":"619"} , +{"type":"Feature","id":"n4224533939","geometry":{"type":"Point","coordinates":[-0.1313832,51.5190162]},"properties":{"@type":"node","@id":4224533939,"@timestamp":1464993368},"coords":"51.5190162,-0.1313832","bedrooms":"4","price":"201000","area":"520"} , +{"type":"Feature","id":"n4224536002","geometry":{"type":"Point","coordinates":[-0.1305192,51.5193886]},"properties":{"@type":"node","@id":4224536002,"@timestamp":1464993370},"coords":"51.5193886,-0.1305192","bedrooms":"2","price":"153000","area":"675"} , +{"type":"Feature","id":"n4225159612","geometry":{"type":"Point","coordinates":[0.094942,50.9693716]},"properties":{"@type":"node","@id":4225159612,"@timestamp":1526504703},"coords":"50.9693716,0.094942","bedrooms":"4","price":"180000","area":"553"} , +{"type":"Feature","id":"n4225379781","geometry":{"type":"Point","coordinates":[0.0006665,51.5900004]},"properties":{"@type":"node","@id":4225379781,"@timestamp":1465043060},"coords":"51.5900004,0.0006665","bedrooms":"1","price":"260000","area":"539"} , +{"type":"Feature","id":"n4225429357","geometry":{"type":"Point","coordinates":[0.0013905,51.5900341]},"properties":{"@type":"node","@id":4225429357,"@timestamp":1465047137},"coords":"51.5900341,0.0013905","bedrooms":"2","price":"227000","area":"540"} , +{"type":"Feature","id":"n4225446191","geometry":{"type":"Point","coordinates":[0.5679482,51.2905952]},"properties":{"@type":"node","@id":4225446191,"@timestamp":1465051380},"coords":"51.2905952,0.5679482","bedrooms":"4","price":"230000","area":"512"} , +{"type":"Feature","id":"n4225450894","geometry":{"type":"Point","coordinates":[0.5629523,51.2599697]},"properties":{"@type":"node","@id":4225450894,"@timestamp":1465051386},"coords":"51.2599697,0.5629523","bedrooms":"0","price":"176000","area":"486"} , +{"type":"Feature","id":"n4225464290","geometry":{"type":"Point","coordinates":[0.5562284,51.2769882]},"properties":{"@type":"node","@id":4225464290,"@timestamp":1591357584},"coords":"51.2769882,0.5562284","bedrooms":"3","price":"160000","area":"530"} , +{"type":"Feature","id":"n4225633183","geometry":{"type":"Point","coordinates":[-0.0360261,51.5876959]},"properties":{"@type":"node","@id":4225633183,"@timestamp":1465058655},"coords":"51.5876959,-0.0360261","bedrooms":"2","price":"219000","area":"450"} , +{"type":"Feature","id":"n4225794172","geometry":{"type":"Point","coordinates":[-0.931331,51.4211543]},"properties":{"@type":"node","@id":4225794172,"@timestamp":1606257242},"coords":"51.4211543,-0.931331","bedrooms":"2","price":"259000","area":"618"} , +{"type":"Feature","id":"n4225822920","geometry":{"type":"Point","coordinates":[-0.9521498,51.4160071]},"properties":{"@type":"node","@id":4225822920,"@timestamp":1627745090},"coords":"51.4160071,-0.9521498","bedrooms":"3","price":"175000","area":"372"} , +{"type":"Feature","id":"n4225822969","geometry":{"type":"Point","coordinates":[-0.9483265,51.4185025]},"properties":{"@type":"node","@id":4225822969,"@timestamp":1627747227},"coords":"51.4185025,-0.9483265","bedrooms":"0","price":"256000","area":"380"} , +{"type":"Feature","id":"n4225861209","geometry":{"type":"Point","coordinates":[-0.958754,51.4194221]},"properties":{"@type":"node","@id":4225861209,"@timestamp":1626628001},"coords":"51.4194221,-0.958754","bedrooms":"1","price":"239000","area":"632"} , +{"type":"Feature","id":"n4225873912","geometry":{"type":"Point","coordinates":[-0.9593745,51.4220459]},"properties":{"@type":"node","@id":4225873912,"@timestamp":1609366972},"coords":"51.4220459,-0.9593745","bedrooms":"2","price":"190000","area":"644"} , +{"type":"Feature","id":"n4225875503","geometry":{"type":"Point","coordinates":[-0.9593119,51.425057]},"properties":{"@type":"node","@id":4225875503,"@timestamp":1625684171},"coords":"51.425057,-0.9593119","bedrooms":"1","price":"174000","area":"422"} , +{"type":"Feature","id":"n4225908502","geometry":{"type":"Point","coordinates":[-0.0193759,51.5862821]},"properties":{"@type":"node","@id":4225908502,"@timestamp":1465071664},"coords":"51.5862821,-0.0193759","bedrooms":"2","price":"269000","area":"449"} , +{"type":"Feature","id":"n4225928055","geometry":{"type":"Point","coordinates":[-0.9677626,51.4369369]},"properties":{"@type":"node","@id":4225928055,"@timestamp":1614454507},"coords":"51.4369369,-0.9677626","bedrooms":"4","price":"211000","area":"654"} , +{"type":"Feature","id":"n4225952323","geometry":{"type":"Point","coordinates":[-0.9739205,51.4361152]},"properties":{"@type":"node","@id":4225952323,"@timestamp":1617902000},"coords":"51.4361152,-0.9739205","bedrooms":"0","price":"213000","area":"525"} , +{"type":"Feature","id":"n4225954014","geometry":{"type":"Point","coordinates":[-0.110651,51.492869]},"properties":{"@type":"node","@id":4225954014,"@timestamp":1465074586},"coords":"51.492869,-0.110651","bedrooms":"0","price":"154000","area":"652"} , +{"type":"Feature","id":"n4225995557","geometry":{"type":"Point","coordinates":[0.3783982,51.0061993]},"properties":{"@type":"node","@id":4225995557,"@timestamp":1619461403},"coords":"51.0061993,0.3783982","bedrooms":"1","price":"178000","area":"672"} , +{"type":"Feature","id":"n4225998648","geometry":{"type":"Point","coordinates":[-0.1119634,51.4836858]},"properties":{"@type":"node","@id":4225998648,"@timestamp":1465078404},"coords":"51.4836858,-0.1119634","bedrooms":"3","price":"286000","area":"424"} , +{"type":"Feature","id":"n4226087372","geometry":{"type":"Point","coordinates":[-0.0380066,51.5132213]},"properties":{"@type":"node","@id":4226087372,"@timestamp":1465086941},"coords":"51.5132213,-0.0380066","bedrooms":"4","price":"167000","area":"377"} , +{"type":"Feature","id":"n4226530692","geometry":{"type":"Point","coordinates":[-0.0636447,51.4552843]},"properties":{"@type":"node","@id":4226530692,"@timestamp":1465125067},"coords":"51.4552843,-0.0636447","bedrooms":"4","price":"278000","area":"411"} , +{"type":"Feature","id":"n4226651471","geometry":{"type":"Point","coordinates":[-0.1063384,51.5326098]},"properties":{"@type":"node","@id":4226651471,"@timestamp":1513220503},"coords":"51.5326098,-0.1063384","bedrooms":"4","price":"171000","area":"672"} , +{"type":"Feature","id":"n4226865123","geometry":{"type":"Point","coordinates":[0.0959862,50.9745912]},"properties":{"@type":"node","@id":4226865123,"@timestamp":1558426411},"coords":"50.9745912,0.0959862","bedrooms":"2","price":"260000","area":"399"} , +{"type":"Feature","id":"n4227367198","geometry":{"type":"Point","coordinates":[-0.1686957,51.2387322]},"properties":{"@type":"node","@id":4227367198,"@timestamp":1610117892},"coords":"51.2387322,-0.1686957","bedrooms":"4","price":"206000","area":"599"} , +{"type":"Feature","id":"n4227375686","geometry":{"type":"Point","coordinates":[-0.0844145,51.0691328]},"properties":{"@type":"node","@id":4227375686,"@timestamp":1465164433},"coords":"51.0691328,-0.0844145","bedrooms":"3","price":"170000","area":"561"} , +{"type":"Feature","id":"n4227389694","geometry":{"type":"Point","coordinates":[-0.2811172,51.0917413]},"properties":{"@type":"node","@id":4227389694,"@timestamp":1465165576},"coords":"51.0917413,-0.2811172","bedrooms":"4","price":"296000","area":"601"} , +{"type":"Feature","id":"n4227389705","geometry":{"type":"Point","coordinates":[-0.3010887,51.114472]},"properties":{"@type":"node","@id":4227389705,"@timestamp":1628593392},"coords":"51.114472,-0.3010887","bedrooms":"0","price":"230000","area":"680"} , +{"type":"Feature","id":"n4227389716","geometry":{"type":"Point","coordinates":[-0.2418308,51.1082776]},"properties":{"@type":"node","@id":4227389716,"@timestamp":1465165577},"coords":"51.1082776,-0.2418308","bedrooms":"1","price":"169000","area":"628"} , +{"type":"Feature","id":"n4227401207","geometry":{"type":"Point","coordinates":[-0.3369873,51.10235]},"properties":{"@type":"node","@id":4227401207,"@timestamp":1470500395},"coords":"51.10235,-0.3369873","bedrooms":"3","price":"284000","area":"491"} , +{"type":"Feature","id":"n4228015856","geometry":{"type":"Point","coordinates":[-0.2434026,51.49355]},"properties":{"@type":"node","@id":4228015856,"@timestamp":1603758218},"coords":"51.49355,-0.2434026","bedrooms":"2","price":"201000","area":"439"} , +{"type":"Feature","id":"n4228764711","geometry":{"type":"Point","coordinates":[0.0949595,50.9689544]},"properties":{"@type":"node","@id":4228764711,"@timestamp":1465730263},"coords":"50.9689544,0.0949595","bedrooms":"2","price":"169000","area":"670"} , +{"type":"Feature","id":"n4228866082","geometry":{"type":"Point","coordinates":[-0.084866,51.3223987]},"properties":{"@type":"node","@id":4228866082,"@timestamp":1615124681},"coords":"51.3223987,-0.084866","bedrooms":"4","price":"280000","area":"573"} , +{"type":"Feature","id":"n4228914635","geometry":{"type":"Point","coordinates":[-0.972851,51.4481291]},"properties":{"@type":"node","@id":4228914635,"@timestamp":1546865950},"coords":"51.4481291,-0.972851","bedrooms":"2","price":"169000","area":"376"} , +{"type":"Feature","id":"n4228964084","geometry":{"type":"Point","coordinates":[-0.3121524,51.4489668]},"properties":{"@type":"node","@id":4228964084,"@timestamp":1553289935},"coords":"51.4489668,-0.3121524","bedrooms":"4","price":"236000","area":"590"} , +{"type":"Feature","id":"n4228965000","geometry":{"type":"Point","coordinates":[-0.0132036,51.5277168]},"properties":{"@type":"node","@id":4228965000,"@timestamp":1630821653},"coords":"51.5277168,-0.0132036","bedrooms":"3","price":"167000","area":"397"} , +{"type":"Feature","id":"n4229013891","geometry":{"type":"Point","coordinates":[-0.9769688,51.4424497]},"properties":{"@type":"node","@id":4229013891,"@timestamp":1627148757},"coords":"51.4424497,-0.9769688","bedrooms":"4","price":"270000","area":"414"} , +{"type":"Feature","id":"n4229084524","geometry":{"type":"Point","coordinates":[0.005255,51.1378378]},"properties":{"@type":"node","@id":4229084524,"@timestamp":1627754533},"coords":"51.1378378,0.005255","bedrooms":"2","price":"162000","area":"474"} , +{"type":"Feature","id":"n4230152819","geometry":{"type":"Point","coordinates":[0.0050502,51.51156]},"properties":{"@type":"node","@id":4230152819,"@timestamp":1465302653},"coords":"51.51156,0.0050502","bedrooms":"1","price":"186000","area":"453"} , +{"type":"Feature","id":"n4230907501","geometry":{"type":"Point","coordinates":[-0.1308254,51.5184454]},"properties":{"@type":"node","@id":4230907501,"@timestamp":1465333904},"coords":"51.5184454,-0.1308254","bedrooms":"2","price":"245000","area":"440"} , +{"type":"Feature","id":"n4230907649","geometry":{"type":"Point","coordinates":[-0.1312057,51.5188104]},"properties":{"@type":"node","@id":4230907649,"@timestamp":1465333915},"coords":"51.5188104,-0.1312057","bedrooms":"2","price":"151000","area":"367"} , +{"type":"Feature","id":"n4231050472","geometry":{"type":"Point","coordinates":[-0.1291206,51.518721]},"properties":{"@type":"node","@id":4231050472,"@timestamp":1465343406},"coords":"51.518721,-0.1291206","bedrooms":"2","price":"267000","area":"632"} , +{"type":"Feature","id":"n4231730606","geometry":{"type":"Point","coordinates":[-0.9272067,51.4617942]},"properties":{"@type":"node","@id":4231730606,"@timestamp":1622462007},"coords":"51.4617942,-0.9272067","bedrooms":"0","price":"289000","area":"643"} , +{"type":"Feature","id":"n4232000735","geometry":{"type":"Point","coordinates":[-0.3550641,51.428157]},"properties":{"@type":"node","@id":4232000735,"@timestamp":1465395317},"coords":"51.428157,-0.3550641","bedrooms":"3","price":"213000","area":"422"} , +{"type":"Feature","id":"n4232364820","geometry":{"type":"Point","coordinates":[-0.8273435,51.4322152]},"properties":{"@type":"node","@id":4232364820,"@timestamp":1465413670},"coords":"51.4322152,-0.8273435","bedrooms":"2","price":"219000","area":"604"} , +{"type":"Feature","id":"n4232436592","geometry":{"type":"Point","coordinates":[-0.1637539,51.2416044]},"properties":{"@type":"node","@id":4232436592,"@timestamp":1553284846},"coords":"51.2416044,-0.1637539","bedrooms":"2","price":"272000","area":"401"} , +{"type":"Feature","id":"n4232480409","geometry":{"type":"Point","coordinates":[-0.2253919,51.4927859]},"properties":{"@type":"node","@id":4232480409,"@timestamp":1532344229},"coords":"51.4927859,-0.2253919","bedrooms":"1","price":"225000","area":"601"} , +{"type":"Feature","id":"n4232501842","geometry":{"type":"Point","coordinates":[-0.3271242,51.2959311]},"properties":{"@type":"node","@id":4232501842,"@timestamp":1465424133},"coords":"51.2959311,-0.3271242","bedrooms":"1","price":"180000","area":"455"} , +{"type":"Feature","id":"n4232919585","geometry":{"type":"Point","coordinates":[-0.5027348,51.9471461]},"properties":{"@type":"node","@id":4232919585,"@timestamp":1465432195},"coords":"51.9471461,-0.5027348","bedrooms":"2","price":"168000","area":"519"} , +{"type":"Feature","id":"n4233799655","geometry":{"type":"Point","coordinates":[-0.062653,51.5359615]},"properties":{"@type":"node","@id":4233799655,"@timestamp":1510284020},"coords":"51.5359615,-0.062653","bedrooms":"0","price":"286000","area":"433"} , +{"type":"Feature","id":"n4234452685","geometry":{"type":"Point","coordinates":[-0.8898798,51.4520481]},"properties":{"@type":"node","@id":4234452685,"@timestamp":1551237750},"coords":"51.4520481,-0.8898798","bedrooms":"1","price":"256000","area":"378"} , +{"type":"Feature","id":"n4234482516","geometry":{"type":"Point","coordinates":[-0.8896543,51.4523122]},"properties":{"@type":"node","@id":4234482516,"@timestamp":1551237751},"coords":"51.4523122,-0.8896543","bedrooms":"2","price":"273000","area":"364"} , +{"type":"Feature","id":"n4234685793","geometry":{"type":"Point","coordinates":[-0.1117318,51.4798119]},"properties":{"@type":"node","@id":4234685793,"@timestamp":1465512598},"coords":"51.4798119,-0.1117318","bedrooms":"4","price":"195000","area":"389"} , +{"type":"Feature","id":"n4235629391","geometry":{"type":"Point","coordinates":[-0.9723152,51.4581652]},"properties":{"@type":"node","@id":4235629391,"@timestamp":1631590340},"coords":"51.4581652,-0.9723152","bedrooms":"0","price":"294000","area":"519"} , +{"type":"Feature","id":"n4236496207","geometry":{"type":"Point","coordinates":[-0.9268154,51.450706]},"properties":{"@type":"node","@id":4236496207,"@timestamp":1570996524},"coords":"51.450706,-0.9268154","bedrooms":"1","price":"185000","area":"594"} , +{"type":"Feature","id":"n4236549083","geometry":{"type":"Point","coordinates":[-0.9208562,51.4596341]},"properties":{"@type":"node","@id":4236549083,"@timestamp":1631476068},"coords":"51.4596341,-0.9208562","bedrooms":"3","price":"228000","area":"654"} , +{"type":"Feature","id":"n4236559096","geometry":{"type":"Point","coordinates":[-0.9176481,51.4602809]},"properties":{"@type":"node","@id":4236559096,"@timestamp":1631476046},"coords":"51.4602809,-0.9176481","bedrooms":"2","price":"173000","area":"672"} , +{"type":"Feature","id":"n4236608244","geometry":{"type":"Point","coordinates":[-0.931574,51.4569334]},"properties":{"@type":"node","@id":4236608244,"@timestamp":1465596054},"coords":"51.4569334,-0.931574","bedrooms":"0","price":"293000","area":"519"} , +{"type":"Feature","id":"n4236640272","geometry":{"type":"Point","coordinates":[-0.1287724,51.5190645]},"properties":{"@type":"node","@id":4236640272,"@timestamp":1465598098},"coords":"51.5190645,-0.1287724","bedrooms":"4","price":"156000","area":"418"} , +{"type":"Feature","id":"n4236640595","geometry":{"type":"Point","coordinates":[-0.1277365,51.518116]},"properties":{"@type":"node","@id":4236640595,"@timestamp":1465598092},"coords":"51.518116,-0.1277365","bedrooms":"2","price":"188000","area":"621"} , +{"type":"Feature","id":"n4236640811","geometry":{"type":"Point","coordinates":[-0.1290646,51.5193317]},"properties":{"@type":"node","@id":4236640811,"@timestamp":1543419674},"coords":"51.5193317,-0.1290646","bedrooms":"2","price":"222000","area":"443"} , +{"type":"Feature","id":"n4236641570","geometry":{"type":"Point","coordinates":[-0.9704721,51.4606608]},"properties":{"@type":"node","@id":4236641570,"@timestamp":1604693545},"coords":"51.4606608,-0.9704721","bedrooms":"3","price":"191000","area":"416"} , +{"type":"Feature","id":"n4237160299","geometry":{"type":"Point","coordinates":[-0.1280421,51.5177677]},"properties":{"@type":"node","@id":4237160299,"@timestamp":1465636603},"coords":"51.5177677,-0.1280421","bedrooms":"1","price":"156000","area":"553"} , +{"type":"Feature","id":"n4237213160","geometry":{"type":"Point","coordinates":[-0.1273188,51.5175355]},"properties":{"@type":"node","@id":4237213160,"@timestamp":1465640000},"coords":"51.5175355,-0.1273188","bedrooms":"3","price":"195000","area":"437"} , +{"type":"Feature","id":"n4237228443","geometry":{"type":"Point","coordinates":[-0.1112922,51.4805421]},"properties":{"@type":"node","@id":4237228443,"@timestamp":1634983076},"coords":"51.4805421,-0.1112922","bedrooms":"1","price":"242000","area":"614"} , +{"type":"Feature","id":"n4237292137","geometry":{"type":"Point","coordinates":[-0.1276082,51.5172384]},"properties":{"@type":"node","@id":4237292137,"@timestamp":1465643948},"coords":"51.5172384,-0.1276082","bedrooms":"0","price":"268000","area":"577"} , +{"type":"Feature","id":"n4237511655","geometry":{"type":"Point","coordinates":[-0.8432407,51.2804013]},"properties":{"@type":"node","@id":4237511655,"@timestamp":1465655383},"coords":"51.2804013,-0.8432407","bedrooms":"0","price":"252000","area":"636"} , +{"type":"Feature","id":"n4237619857","geometry":{"type":"Point","coordinates":[-0.0396175,51.5994671]},"properties":{"@type":"node","@id":4237619857,"@timestamp":1465659223},"coords":"51.5994671,-0.0396175","bedrooms":"2","price":"202000","area":"469"} , +{"type":"Feature","id":"n4237619867","geometry":{"type":"Point","coordinates":[-0.0384456,51.6010265]},"properties":{"@type":"node","@id":4237619867,"@timestamp":1465659224},"coords":"51.6010265,-0.0384456","bedrooms":"1","price":"169000","area":"482"} , +{"type":"Feature","id":"n4237619877","geometry":{"type":"Point","coordinates":[-0.0388355,51.6007822]},"properties":{"@type":"node","@id":4237619877,"@timestamp":1465659225},"coords":"51.6007822,-0.0388355","bedrooms":"0","price":"192000","area":"493"} , +{"type":"Feature","id":"n4237677279","geometry":{"type":"Point","coordinates":[-0.0397986,51.6009217]},"properties":{"@type":"node","@id":4237677279,"@timestamp":1465662461},"coords":"51.6009217,-0.0397986","bedrooms":"4","price":"237000","area":"415"} , +{"type":"Feature","id":"n4237826431","geometry":{"type":"Point","coordinates":[-0.2072488,51.0974028]},"properties":{"@type":"node","@id":4237826431,"@timestamp":1465666377},"coords":"51.0974028,-0.2072488","bedrooms":"2","price":"286000","area":"697"} , +{"type":"Feature","id":"n4237925671","geometry":{"type":"Point","coordinates":[-0.1114523,51.4875633]},"properties":{"@type":"node","@id":4237925671,"@timestamp":1465668900},"coords":"51.4875633,-0.1114523","bedrooms":"1","price":"231000","area":"603"} , +{"type":"Feature","id":"n4238076743","geometry":{"type":"Point","coordinates":[-0.5813109,51.3226436]},"properties":{"@type":"node","@id":4238076743,"@timestamp":1465672903},"coords":"51.3226436,-0.5813109","bedrooms":"2","price":"276000","area":"504"} , +{"type":"Feature","id":"n4238141984","geometry":{"type":"Point","coordinates":[-0.6832051,51.5602382]},"properties":{"@type":"node","@id":4238141984,"@timestamp":1465675026},"coords":"51.5602382,-0.6832051","bedrooms":"0","price":"242000","area":"357"} , +{"type":"Feature","id":"n4238142504","geometry":{"type":"Point","coordinates":[-0.6878511,51.5555577]},"properties":{"@type":"node","@id":4238142504,"@timestamp":1465675026},"coords":"51.5555577,-0.6878511","bedrooms":"0","price":"265000","area":"618"} , +{"type":"Feature","id":"n4238142527","geometry":{"type":"Point","coordinates":[-0.6977175,51.5543295]},"properties":{"@type":"node","@id":4238142527,"@timestamp":1465675027},"coords":"51.5543295,-0.6977175","bedrooms":"2","price":"245000","area":"535"} , +{"type":"Feature","id":"n4238448440","geometry":{"type":"Point","coordinates":[-0.1308145,51.5193487]},"properties":{"@type":"node","@id":4238448440,"@timestamp":1553719266},"coords":"51.5193487,-0.1308145","bedrooms":"0","price":"226000","area":"533"} , +{"type":"Feature","id":"n4239016689","geometry":{"type":"Point","coordinates":[-0.0332425,51.5809708]},"properties":{"@type":"node","@id":4239016689,"@timestamp":1465725183},"coords":"51.5809708,-0.0332425","bedrooms":"2","price":"170000","area":"436"} , +{"type":"Feature","id":"n4239016699","geometry":{"type":"Point","coordinates":[-0.0338194,51.5817036]},"properties":{"@type":"node","@id":4239016699,"@timestamp":1626399755},"coords":"51.5817036,-0.0338194","bedrooms":"4","price":"245000","area":"450"} , +{"type":"Feature","id":"n4239016709","geometry":{"type":"Point","coordinates":[-0.0277983,51.5827595]},"properties":{"@type":"node","@id":4239016709,"@timestamp":1616858597},"coords":"51.5827595,-0.0277983","bedrooms":"2","price":"215000","area":"485"} , +{"type":"Feature","id":"n4239016719","geometry":{"type":"Point","coordinates":[-0.0283852,51.5834201]},"properties":{"@type":"node","@id":4239016719,"@timestamp":1465725185},"coords":"51.5834201,-0.0283852","bedrooms":"3","price":"205000","area":"665"} , +{"type":"Feature","id":"n4239016729","geometry":{"type":"Point","coordinates":[-0.0236185,51.5841761]},"properties":{"@type":"node","@id":4239016729,"@timestamp":1465725185},"coords":"51.5841761,-0.0236185","bedrooms":"4","price":"162000","area":"396"} , +{"type":"Feature","id":"n4239016739","geometry":{"type":"Point","coordinates":[-0.0203106,51.5846936]},"properties":{"@type":"node","@id":4239016739,"@timestamp":1465725186},"coords":"51.5846936,-0.0203106","bedrooms":"2","price":"220000","area":"645"} , +{"type":"Feature","id":"n4239163353","geometry":{"type":"Point","coordinates":[-0.1294491,51.5173115]},"properties":{"@type":"node","@id":4239163353,"@timestamp":1465778330},"coords":"51.5173115,-0.1294491","bedrooms":"3","price":"254000","area":"527"} , +{"type":"Feature","id":"n4239164030","geometry":{"type":"Point","coordinates":[-0.1296037,51.5167237]},"properties":{"@type":"node","@id":4239164030,"@timestamp":1465732143},"coords":"51.5167237,-0.1296037","bedrooms":"3","price":"192000","area":"643"} , +{"type":"Feature","id":"n4239205230","geometry":{"type":"Point","coordinates":[-0.1954211,51.7306256]},"properties":{"@type":"node","@id":4239205230,"@timestamp":1552231296},"coords":"51.7306256,-0.1954211","bedrooms":"1","price":"274000","area":"549"} , +{"type":"Feature","id":"n4239550348","geometry":{"type":"Point","coordinates":[-0.1916411,51.4723183]},"properties":{"@type":"node","@id":4239550348,"@timestamp":1633110906},"coords":"51.4723183,-0.1916411","bedrooms":"1","price":"280000","area":"487"} , +{"type":"Feature","id":"n4239559879","geometry":{"type":"Point","coordinates":[-1.0836957,51.5566085]},"properties":{"@type":"node","@id":4239559879,"@timestamp":1465753355},"coords":"51.5566085,-1.0836957","bedrooms":"2","price":"217000","area":"391"} , +{"type":"Feature","id":"n4239701213","geometry":{"type":"Point","coordinates":[-0.1298691,51.5174345]},"properties":{"@type":"node","@id":4239701213,"@timestamp":1465859288},"coords":"51.5174345,-0.1298691","bedrooms":"3","price":"247000","area":"467"} , +{"type":"Feature","id":"n4239710228","geometry":{"type":"Point","coordinates":[-0.0214084,51.5840913]},"properties":{"@type":"node","@id":4239710228,"@timestamp":1465747938},"coords":"51.5840913,-0.0214084","bedrooms":"0","price":"207000","area":"454"} , +{"type":"Feature","id":"n4239989408","geometry":{"type":"Point","coordinates":[-0.1167948,51.4751295]},"properties":{"@type":"node","@id":4239989408,"@timestamp":1465761792},"coords":"51.4751295,-0.1167948","bedrooms":"2","price":"280000","area":"417"} , +{"type":"Feature","id":"n4240016812","geometry":{"type":"Point","coordinates":[-0.1163105,51.4763893]},"properties":{"@type":"node","@id":4240016812,"@timestamp":1465763642},"coords":"51.4763893,-0.1163105","bedrooms":"3","price":"182000","area":"676"} , +{"type":"Feature","id":"n4240455509","geometry":{"type":"Point","coordinates":[-0.1284744,51.5176644]},"properties":{"@type":"node","@id":4240455509,"@timestamp":1465778322},"coords":"51.5176644,-0.1284744","bedrooms":"4","price":"276000","area":"670"} , +{"type":"Feature","id":"n4240455537","geometry":{"type":"Point","coordinates":[-0.1287952,51.5175902]},"properties":{"@type":"node","@id":4240455537,"@timestamp":1465778322},"coords":"51.5175902,-0.1287952","bedrooms":"3","price":"157000","area":"467"} , +{"type":"Feature","id":"n4240941740","geometry":{"type":"Point","coordinates":[-0.0197861,51.5353487]},"properties":{"@type":"node","@id":4240941740,"@timestamp":1618680754},"coords":"51.5353487,-0.0197861","bedrooms":"3","price":"210000","area":"593"} , +{"type":"Feature","id":"n4241297707","geometry":{"type":"Point","coordinates":[-0.6983314,51.551948]},"properties":{"@type":"node","@id":4241297707,"@timestamp":1465824233},"coords":"51.551948,-0.6983314","bedrooms":"1","price":"268000","area":"441"} , +{"type":"Feature","id":"n4241767036","geometry":{"type":"Point","coordinates":[-0.1878625,51.1245369]},"properties":{"@type":"node","@id":4241767036,"@timestamp":1611863995},"coords":"51.1245369,-0.1878625","bedrooms":"2","price":"156000","area":"426"} , +{"type":"Feature","id":"n4241910537","geometry":{"type":"Point","coordinates":[-0.0233562,51.5840947]},"properties":{"@type":"node","@id":4241910537,"@timestamp":1465848180},"coords":"51.5840947,-0.0233562","bedrooms":"4","price":"202000","area":"666"} , +{"type":"Feature","id":"n4242044452","geometry":{"type":"Point","coordinates":[-0.1178328,51.4758069]},"properties":{"@type":"node","@id":4242044452,"@timestamp":1465855360},"coords":"51.4758069,-0.1178328","bedrooms":"2","price":"201000","area":"639"} , +{"type":"Feature","id":"n4242084316","geometry":{"type":"Point","coordinates":[-0.5733731,51.7651975]},"properties":{"@type":"node","@id":4242084316,"@timestamp":1465857717},"coords":"51.7651975,-0.5733731","bedrooms":"4","price":"169000","area":"472"} , +{"type":"Feature","id":"n4242112290","geometry":{"type":"Point","coordinates":[-0.1302052,51.5171479]},"properties":{"@type":"node","@id":4242112290,"@timestamp":1465859282},"coords":"51.5171479,-0.1302052","bedrooms":"4","price":"201000","area":"471"} , +{"type":"Feature","id":"n4242112313","geometry":{"type":"Point","coordinates":[-0.1297213,51.5172605]},"properties":{"@type":"node","@id":4242112313,"@timestamp":1465859282},"coords":"51.5172605,-0.1297213","bedrooms":"1","price":"199000","area":"411"} , +{"type":"Feature","id":"n4242497378","geometry":{"type":"Point","coordinates":[-0.1720427,51.4649224]},"properties":{"@type":"node","@id":4242497378,"@timestamp":1465891168},"coords":"51.4649224,-0.1720427","bedrooms":"1","price":"209000","area":"419"} , +{"type":"Feature","id":"n4243447816","geometry":{"type":"Point","coordinates":[-0.0827444,51.5551188]},"properties":{"@type":"node","@id":4243447816,"@timestamp":1472755106},"coords":"51.5551188,-0.0827444","bedrooms":"0","price":"295000","area":"644"} , +{"type":"Feature","id":"n4243600647","geometry":{"type":"Point","coordinates":[-0.1312409,51.5170941]},"properties":{"@type":"node","@id":4243600647,"@timestamp":1572763964},"coords":"51.5170941,-0.1312409","bedrooms":"0","price":"292000","area":"413"} , +{"type":"Feature","id":"n4243601467","geometry":{"type":"Point","coordinates":[-0.131664,51.5176983]},"properties":{"@type":"node","@id":4243601467,"@timestamp":1465945451},"coords":"51.5176983,-0.131664","bedrooms":"4","price":"170000","area":"640"} , +{"type":"Feature","id":"n4244189919","geometry":{"type":"Point","coordinates":[-0.1255845,51.5359527]},"properties":{"@type":"node","@id":4244189919,"@timestamp":1476110839},"coords":"51.5359527,-0.1255845","bedrooms":"0","price":"219000","area":"371"} , +{"type":"Feature","id":"n4245096071","geometry":{"type":"Point","coordinates":[-0.07755,51.5257395]},"properties":{"@type":"node","@id":4245096071,"@timestamp":1466027628},"coords":"51.5257395,-0.07755","bedrooms":"0","price":"293000","area":"435"} , +{"type":"Feature","id":"n4245251042","geometry":{"type":"Point","coordinates":[-0.1319669,51.5182166]},"properties":{"@type":"node","@id":4245251042,"@timestamp":1607885254},"coords":"51.5182166,-0.1319669","bedrooms":"4","price":"188000","area":"694"} , +{"type":"Feature","id":"n4245481239","geometry":{"type":"Point","coordinates":[-0.0172634,51.5905118]},"properties":{"@type":"node","@id":4245481239,"@timestamp":1482155127},"coords":"51.5905118,-0.0172634","bedrooms":"3","price":"171000","area":"651"} , +{"type":"Feature","id":"n4246171265","geometry":{"type":"Point","coordinates":[-0.0865155,51.0858973]},"properties":{"@type":"node","@id":4246171265,"@timestamp":1466073036},"coords":"51.0858973,-0.0865155","bedrooms":"0","price":"234000","area":"593"} , +{"type":"Feature","id":"n4246440407","geometry":{"type":"Point","coordinates":[-0.7741826,51.5272594]},"properties":{"@type":"node","@id":4246440407,"@timestamp":1466080079},"coords":"51.5272594,-0.7741826","bedrooms":"0","price":"259000","area":"651"} , +{"type":"Feature","id":"n4246440430","geometry":{"type":"Point","coordinates":[-0.7940067,51.5263716]},"properties":{"@type":"node","@id":4246440430,"@timestamp":1466080080},"coords":"51.5263716,-0.7940067","bedrooms":"0","price":"248000","area":"370"} , +{"type":"Feature","id":"n4246444663","geometry":{"type":"Point","coordinates":[-0.762334,51.5315346]},"properties":{"@type":"node","@id":4246444663,"@timestamp":1466079818},"coords":"51.5315346,-0.762334","bedrooms":"1","price":"180000","area":"427"} , +{"type":"Feature","id":"n4246890535","geometry":{"type":"Point","coordinates":[-0.0813601,51.5550724]},"properties":{"@type":"node","@id":4246890535,"@timestamp":1619506433},"coords":"51.5550724,-0.0813601","bedrooms":"4","price":"204000","area":"658"} , +{"type":"Feature","id":"n4247197856","geometry":{"type":"Point","coordinates":[-0.0647477,51.6392819]},"properties":{"@type":"node","@id":4247197856,"@timestamp":1466103784},"coords":"51.6392819,-0.0647477","bedrooms":"4","price":"167000","area":"592"} , +{"type":"Feature","id":"n4247216095","geometry":{"type":"Point","coordinates":[-0.0676284,51.6389157]},"properties":{"@type":"node","@id":4247216095,"@timestamp":1466104326},"coords":"51.6389157,-0.0676284","bedrooms":"3","price":"255000","area":"643"} , +{"type":"Feature","id":"n4247304457","geometry":{"type":"Point","coordinates":[-0.1333951,51.5189492]},"properties":{"@type":"node","@id":4247304457,"@timestamp":1500628738},"coords":"51.5189492,-0.1333951","bedrooms":"1","price":"276000","area":"530"} , +{"type":"Feature","id":"n4247322481","geometry":{"type":"Point","coordinates":[-0.0678243,51.6385911]},"properties":{"@type":"node","@id":4247322481,"@timestamp":1466108427},"coords":"51.6385911,-0.0678243","bedrooms":"3","price":"297000","area":"546"} , +{"type":"Feature","id":"n4247330092","geometry":{"type":"Point","coordinates":[-0.0678913,51.638383]},"properties":{"@type":"node","@id":4247330092,"@timestamp":1466108427},"coords":"51.638383,-0.0678913","bedrooms":"1","price":"224000","area":"561"} , +{"type":"Feature","id":"n4247330114","geometry":{"type":"Point","coordinates":[-0.0697126,51.6362039]},"properties":{"@type":"node","@id":4247330114,"@timestamp":1466108428},"coords":"51.6362039,-0.0697126","bedrooms":"0","price":"253000","area":"647"} , +{"type":"Feature","id":"n4247330128","geometry":{"type":"Point","coordinates":[-0.067937,51.6392619]},"properties":{"@type":"node","@id":4247330128,"@timestamp":1466108428},"coords":"51.6392619,-0.067937","bedrooms":"0","price":"274000","area":"562"} , +{"type":"Feature","id":"n4247509059","geometry":{"type":"Point","coordinates":[-0.1337936,51.5181252]},"properties":{"@type":"node","@id":4247509059,"@timestamp":1466116281},"coords":"51.5181252,-0.1337936","bedrooms":"4","price":"237000","area":"418"} , +{"type":"Feature","id":"n4247510523","geometry":{"type":"Point","coordinates":[-0.1328582,51.5184984]},"properties":{"@type":"node","@id":4247510523,"@timestamp":1466116282},"coords":"51.5184984,-0.1328582","bedrooms":"4","price":"259000","area":"534"} , +{"type":"Feature","id":"n4247510598","geometry":{"type":"Point","coordinates":[-0.1330321,51.518429]},"properties":{"@type":"node","@id":4247510598,"@timestamp":1466116281},"coords":"51.518429,-0.1330321","bedrooms":"1","price":"222000","area":"580"} , +{"type":"Feature","id":"n4247636989","geometry":{"type":"Point","coordinates":[-0.1343022,51.5179171]},"properties":{"@type":"node","@id":4247636989,"@timestamp":1466122350},"coords":"51.5179171,-0.1343022","bedrooms":"0","price":"185000","area":"680"} , +{"type":"Feature","id":"n4247871848","geometry":{"type":"Point","coordinates":[-0.0280746,51.5827559]},"properties":{"@type":"node","@id":4247871848,"@timestamp":1466141955},"coords":"51.5827559,-0.0280746","bedrooms":"2","price":"191000","area":"603"} , +{"type":"Feature","id":"n4248526395","geometry":{"type":"Point","coordinates":[-0.8428851,51.60397]},"properties":{"@type":"node","@id":4248526395,"@timestamp":1477316304},"coords":"51.60397,-0.8428851","bedrooms":"1","price":"160000","area":"540"} , +{"type":"Feature","id":"n4248790509","geometry":{"type":"Point","coordinates":[-0.0400123,51.5335421]},"properties":{"@type":"node","@id":4248790509,"@timestamp":1466181369},"coords":"51.5335421,-0.0400123","bedrooms":"3","price":"278000","area":"394"} , +{"type":"Feature","id":"n4249370791","geometry":{"type":"Point","coordinates":[-0.7950515,51.3883464]},"properties":{"@type":"node","@id":4249370791,"@timestamp":1554218804},"coords":"51.3883464,-0.7950515","bedrooms":"0","price":"253000","area":"605"} , +{"type":"Feature","id":"n4249404308","geometry":{"type":"Point","coordinates":[-0.1335717,51.5189309]},"properties":{"@type":"node","@id":4249404308,"@timestamp":1466204450},"coords":"51.5189309,-0.1335717","bedrooms":"4","price":"157000","area":"625"} , +{"type":"Feature","id":"n4249500575","geometry":{"type":"Point","coordinates":[-0.153695,51.5347109]},"properties":{"@type":"node","@id":4249500575,"@timestamp":1466207536},"coords":"51.5347109,-0.153695","bedrooms":"4","price":"229000","area":"399"} , +{"type":"Feature","id":"n4249500585","geometry":{"type":"Point","coordinates":[-0.154328,51.5350112]},"properties":{"@type":"node","@id":4249500585,"@timestamp":1466207537},"coords":"51.5350112,-0.154328","bedrooms":"3","price":"193000","area":"578"} , +{"type":"Feature","id":"n4250075826","geometry":{"type":"Point","coordinates":[-0.7408035,51.4181114]},"properties":{"@type":"node","@id":4250075826,"@timestamp":1543770327},"coords":"51.4181114,-0.7408035","bedrooms":"2","price":"172000","area":"494"} , +{"type":"Feature","id":"n4250592856","geometry":{"type":"Point","coordinates":[0.8663274,51.1468702]},"properties":{"@type":"node","@id":4250592856,"@timestamp":1631748594},"coords":"51.1468702,0.8663274","bedrooms":"4","price":"230000","area":"699"} , +{"type":"Feature","id":"n4250917196","geometry":{"type":"Point","coordinates":[-0.5749407,51.7637636]},"properties":{"@type":"node","@id":4250917196,"@timestamp":1632094193},"coords":"51.7637636,-0.5749407","bedrooms":"2","price":"161000","area":"493"} , +{"type":"Feature","id":"n4251281127","geometry":{"type":"Point","coordinates":[-0.0612506,51.5036524]},"properties":{"@type":"node","@id":4251281127,"@timestamp":1466281406},"coords":"51.5036524,-0.0612506","bedrooms":"2","price":"197000","area":"430"} , +{"type":"Feature","id":"n4252365311","geometry":{"type":"Point","coordinates":[-0.0205673,51.5447935]},"properties":{"@type":"node","@id":4252365311,"@timestamp":1611768304},"coords":"51.5447935,-0.0205673","bedrooms":"4","price":"163000","area":"661"} , +{"type":"Feature","id":"n4252477046","geometry":{"type":"Point","coordinates":[-0.0526888,51.5070273]},"properties":{"@type":"node","@id":4252477046,"@timestamp":1466334335},"coords":"51.5070273,-0.0526888","bedrooms":"0","price":"276000","area":"617"} , +{"type":"Feature","id":"n4252534886","geometry":{"type":"Point","coordinates":[-0.2015929,51.5335156]},"properties":{"@type":"node","@id":4252534886,"@timestamp":1466336043},"coords":"51.5335156,-0.2015929","bedrooms":"3","price":"276000","area":"496"} , +{"type":"Feature","id":"n4252996613","geometry":{"type":"Point","coordinates":[-0.1342397,51.5184897]},"properties":{"@type":"node","@id":4252996613,"@timestamp":1466349945},"coords":"51.5184897,-0.1342397","bedrooms":"1","price":"189000","area":"446"} , +{"type":"Feature","id":"n4253100776","geometry":{"type":"Point","coordinates":[-0.4891958,51.9578824]},"properties":{"@type":"node","@id":4253100776,"@timestamp":1466355307},"coords":"51.9578824,-0.4891958","bedrooms":"0","price":"183000","area":"688"} , +{"type":"Feature","id":"n4253382667","geometry":{"type":"Point","coordinates":[-0.1381749,51.5217323]},"properties":{"@type":"node","@id":4253382667,"@timestamp":1565450634},"coords":"51.5217323,-0.1381749","bedrooms":"0","price":"193000","area":"651"} , +{"type":"Feature","id":"n4253527434","geometry":{"type":"Point","coordinates":[-0.8580773,51.2905378]},"properties":{"@type":"node","@id":4253527434,"@timestamp":1466376209},"coords":"51.2905378,-0.8580773","bedrooms":"4","price":"208000","area":"442"} , +{"type":"Feature","id":"n4253562178","geometry":{"type":"Point","coordinates":[-0.111599,51.5691953]},"properties":{"@type":"node","@id":4253562178,"@timestamp":1594987707},"coords":"51.5691953,-0.111599","bedrooms":"1","price":"171000","area":"634"} , +{"type":"Feature","id":"n4253564036","geometry":{"type":"Point","coordinates":[-0.1128434,51.5698713]},"properties":{"@type":"node","@id":4253564036,"@timestamp":1594897854},"coords":"51.5698713,-0.1128434","bedrooms":"0","price":"151000","area":"367"} , +{"type":"Feature","id":"n4254097512","geometry":{"type":"Point","coordinates":[-0.0291028,51.5374095]},"properties":{"@type":"node","@id":4254097512,"@timestamp":1634381249},"coords":"51.5374095,-0.0291028","bedrooms":"4","price":"249000","area":"484"} , +{"type":"Feature","id":"n4254165343","geometry":{"type":"Point","coordinates":[-0.033515,51.5358064]},"properties":{"@type":"node","@id":4254165343,"@timestamp":1634678477},"coords":"51.5358064,-0.033515","bedrooms":"4","price":"269000","area":"686"} , +{"type":"Feature","id":"n4254165372","geometry":{"type":"Point","coordinates":[-0.0307845,51.5360892]},"properties":{"@type":"node","@id":4254165372,"@timestamp":1633761564},"coords":"51.5360892,-0.0307845","bedrooms":"3","price":"278000","area":"672"} , +{"type":"Feature","id":"n4254166707","geometry":{"type":"Point","coordinates":[-0.0289663,51.5371851]},"properties":{"@type":"node","@id":4254166707,"@timestamp":1634381249},"coords":"51.5371851,-0.0289663","bedrooms":"1","price":"160000","area":"419"} , +{"type":"Feature","id":"n4254166729","geometry":{"type":"Point","coordinates":[-0.0288169,51.5369012]},"properties":{"@type":"node","@id":4254166729,"@timestamp":1634381249},"coords":"51.5369012,-0.0288169","bedrooms":"2","price":"167000","area":"351"} , +{"type":"Feature","id":"n4254199187","geometry":{"type":"Point","coordinates":[-0.0288634,51.5363952]},"properties":{"@type":"node","@id":4254199187,"@timestamp":1634381249},"coords":"51.5363952,-0.0288634","bedrooms":"4","price":"226000","area":"554"} , +{"type":"Feature","id":"n4254266357","geometry":{"type":"Point","coordinates":[-0.0299959,51.5228167]},"properties":{"@type":"node","@id":4254266357,"@timestamp":1588260222},"coords":"51.5228167,-0.0299959","bedrooms":"0","price":"152000","area":"476"} , +{"type":"Feature","id":"n4254694835","geometry":{"type":"Point","coordinates":[0.5229395,51.3811276]},"properties":{"@type":"node","@id":4254694835,"@timestamp":1466441931},"coords":"51.3811276,0.5229395","bedrooms":"3","price":"199000","area":"411"} , +{"type":"Feature","id":"n4254834846","geometry":{"type":"Point","coordinates":[-0.3017102,51.4630496]},"properties":{"@type":"node","@id":4254834846,"@timestamp":1572941405},"coords":"51.4630496,-0.3017102","bedrooms":"2","price":"270000","area":"542"} , +{"type":"Feature","id":"n4255448794","geometry":{"type":"Point","coordinates":[-0.1105521,51.4841723]},"properties":{"@type":"node","@id":4255448794,"@timestamp":1466464148},"coords":"51.4841723,-0.1105521","bedrooms":"3","price":"190000","area":"363"} , +{"type":"Feature","id":"n4255448814","geometry":{"type":"Point","coordinates":[-0.1114507,51.4849467]},"properties":{"@type":"node","@id":4255448814,"@timestamp":1466464149},"coords":"51.4849467,-0.1114507","bedrooms":"4","price":"176000","area":"496"} , +{"type":"Feature","id":"n4256121114","geometry":{"type":"Point","coordinates":[-0.0287523,51.5382727]},"properties":{"@type":"node","@id":4256121114,"@timestamp":1634670529},"coords":"51.5382727,-0.0287523","bedrooms":"4","price":"248000","area":"656"} , +{"type":"Feature","id":"n4256124679","geometry":{"type":"Point","coordinates":[0.0660731,51.57686]},"properties":{"@type":"node","@id":4256124679,"@timestamp":1466512909},"coords":"51.57686,0.0660731","bedrooms":"2","price":"183000","area":"473"} , +{"type":"Feature","id":"n4256370818","geometry":{"type":"Point","coordinates":[0.0334801,51.6068854]},"properties":{"@type":"node","@id":4256370818,"@timestamp":1589092267},"coords":"51.6068854,0.0334801","bedrooms":"3","price":"279000","area":"675"} , +{"type":"Feature","id":"n4257264611","geometry":{"type":"Point","coordinates":[-0.1341241,51.4890227]},"properties":{"@type":"node","@id":4257264611,"@timestamp":1570371528},"coords":"51.4890227,-0.1341241","bedrooms":"3","price":"285000","area":"453"} , +{"type":"Feature","id":"n4257808982","geometry":{"type":"Point","coordinates":[-0.3800826,51.592356]},"properties":{"@type":"node","@id":4257808982,"@timestamp":1522045237},"coords":"51.592356,-0.3800826","bedrooms":"1","price":"228000","area":"419"} , +{"type":"Feature","id":"n4258215813","geometry":{"type":"Point","coordinates":[-0.469913,51.4795747]},"properties":{"@type":"node","@id":4258215813,"@timestamp":1466581588},"coords":"51.4795747,-0.469913","bedrooms":"4","price":"215000","area":"473"} , +{"type":"Feature","id":"n4258360760","geometry":{"type":"Point","coordinates":[-0.4762897,51.4809295]},"properties":{"@type":"node","@id":4258360760,"@timestamp":1466589998},"coords":"51.4809295,-0.4762897","bedrooms":"2","price":"216000","area":"523"} , +{"type":"Feature","id":"n4258461571","geometry":{"type":"Point","coordinates":[-0.0256866,51.5357006]},"properties":{"@type":"node","@id":4258461571,"@timestamp":1466595537},"coords":"51.5357006,-0.0256866","bedrooms":"0","price":"266000","area":"622"} , +{"type":"Feature","id":"n4258464341","geometry":{"type":"Point","coordinates":[-0.0254893,51.5354468]},"properties":{"@type":"node","@id":4258464341,"@timestamp":1466595538},"coords":"51.5354468,-0.0254893","bedrooms":"2","price":"215000","area":"443"} , +{"type":"Feature","id":"n4258464355","geometry":{"type":"Point","coordinates":[-0.0235747,51.5340596]},"properties":{"@type":"node","@id":4258464355,"@timestamp":1466595539},"coords":"51.5340596,-0.0235747","bedrooms":"0","price":"216000","area":"671"} , +{"type":"Feature","id":"n4258464420","geometry":{"type":"Point","coordinates":[-0.0246169,51.5335124]},"properties":{"@type":"node","@id":4258464420,"@timestamp":1466595540},"coords":"51.5335124,-0.0246169","bedrooms":"3","price":"254000","area":"389"} , +{"type":"Feature","id":"n4258499625","geometry":{"type":"Point","coordinates":[-0.0261984,51.5344116]},"properties":{"@type":"node","@id":4258499625,"@timestamp":1466597606},"coords":"51.5344116,-0.0261984","bedrooms":"3","price":"157000","area":"408"} , +{"type":"Feature","id":"n4258499654","geometry":{"type":"Point","coordinates":[-0.0268296,51.5352809]},"properties":{"@type":"node","@id":4258499654,"@timestamp":1466597607},"coords":"51.5352809,-0.0268296","bedrooms":"2","price":"233000","area":"621"} , +{"type":"Feature","id":"n4258499900","geometry":{"type":"Point","coordinates":[-0.0274515,51.5354805]},"properties":{"@type":"node","@id":4258499900,"@timestamp":1466597608},"coords":"51.5354805,-0.0274515","bedrooms":"1","price":"150000","area":"358"} , +{"type":"Feature","id":"n4258673448","geometry":{"type":"Point","coordinates":[-0.0083508,51.1246751]},"properties":{"@type":"node","@id":4258673448,"@timestamp":1620648455},"coords":"51.1246751,-0.0083508","bedrooms":"2","price":"226000","area":"674"} , +{"type":"Feature","id":"n4258717187","geometry":{"type":"Point","coordinates":[-0.0227797,51.5319512]},"properties":{"@type":"node","@id":4258717187,"@timestamp":1466608610},"coords":"51.5319512,-0.0227797","bedrooms":"1","price":"156000","area":"448"} , +{"type":"Feature","id":"n4258769556","geometry":{"type":"Point","coordinates":[-0.0084509,51.1242384]},"properties":{"@type":"node","@id":4258769556,"@timestamp":1627754533},"coords":"51.1242384,-0.0084509","bedrooms":"1","price":"272000","area":"532"} , +{"type":"Feature","id":"n4258769568","geometry":{"type":"Point","coordinates":[-0.0088516,51.1251177]},"properties":{"@type":"node","@id":4258769568,"@timestamp":1594317457},"coords":"51.1251177,-0.0088516","bedrooms":"1","price":"215000","area":"639"} , +{"type":"Feature","id":"n4258769578","geometry":{"type":"Point","coordinates":[-0.0094739,51.1258944]},"properties":{"@type":"node","@id":4258769578,"@timestamp":1594317457},"coords":"51.1258944,-0.0094739","bedrooms":"1","price":"249000","area":"420"} , +{"type":"Feature","id":"n4258769588","geometry":{"type":"Point","coordinates":[-0.0086859,51.1253697]},"properties":{"@type":"node","@id":4258769588,"@timestamp":1610222925},"coords":"51.1253697,-0.0086859","bedrooms":"3","price":"239000","area":"688"} , +{"type":"Feature","id":"n4258769698","geometry":{"type":"Point","coordinates":[-0.0095346,51.1262043]},"properties":{"@type":"node","@id":4258769698,"@timestamp":1627754533},"coords":"51.1262043,-0.0095346","bedrooms":"3","price":"167000","area":"579"} , +{"type":"Feature","id":"n4258881804","geometry":{"type":"Point","coordinates":[-0.0544746,51.5079624]},"properties":{"@type":"node","@id":4258881804,"@timestamp":1466614955},"coords":"51.5079624,-0.0544746","bedrooms":"1","price":"262000","area":"466"} , +{"type":"Feature","id":"n4259258286","geometry":{"type":"Point","coordinates":[0.4207427,51.6562331]},"properties":{"@type":"node","@id":4259258286,"@timestamp":1466625567},"coords":"51.6562331,0.4207427","bedrooms":"4","price":"204000","area":"532"} , +{"type":"Feature","id":"n4259631519","geometry":{"type":"Point","coordinates":[-0.0514978,51.5090002]},"properties":{"@type":"node","@id":4259631519,"@timestamp":1466638866},"coords":"51.5090002,-0.0514978","bedrooms":"4","price":"265000","area":"397"} , +{"type":"Feature","id":"n4259640508","geometry":{"type":"Point","coordinates":[-0.06029,51.5061837]},"properties":{"@type":"node","@id":4259640508,"@timestamp":1482090918},"coords":"51.5061837,-0.06029","bedrooms":"1","price":"219000","area":"441"} , +{"type":"Feature","id":"n4260079401","geometry":{"type":"Point","coordinates":[-0.0998232,51.5146786]},"properties":{"@type":"node","@id":4260079401,"@timestamp":1629803470},"coords":"51.5146786,-0.0998232","bedrooms":"3","price":"249000","area":"478"} , +{"type":"Feature","id":"n4261015503","geometry":{"type":"Point","coordinates":[-0.0615393,51.5073513]},"properties":{"@type":"node","@id":4261015503,"@timestamp":1466716079},"coords":"51.5073513,-0.0615393","bedrooms":"4","price":"190000","area":"448"} , +{"type":"Feature","id":"n4261015541","geometry":{"type":"Point","coordinates":[-0.0596972,51.5072986]},"properties":{"@type":"node","@id":4261015541,"@timestamp":1466699284},"coords":"51.5072986,-0.0596972","bedrooms":"2","price":"169000","area":"564"} , +{"type":"Feature","id":"n4261359795","geometry":{"type":"Point","coordinates":[-0.2296333,51.4087519]},"properties":{"@type":"node","@id":4261359795,"@timestamp":1607450550},"coords":"51.4087519,-0.2296333","bedrooms":"0","price":"189000","area":"664"} , +{"type":"Feature","id":"n4261582841","geometry":{"type":"Point","coordinates":[-0.059243,51.5071778]},"properties":{"@type":"node","@id":4261582841,"@timestamp":1611251069},"coords":"51.5071778,-0.059243","bedrooms":"2","price":"238000","area":"510"} , +{"type":"Feature","id":"n4262709110","geometry":{"type":"Point","coordinates":[-0.2274947,51.4072243]},"properties":{"@type":"node","@id":4262709110,"@timestamp":1466776194},"coords":"51.4072243,-0.2274947","bedrooms":"4","price":"230000","area":"605"} , +{"type":"Feature","id":"n4262801595","geometry":{"type":"Point","coordinates":[-0.412955,51.4038213]},"properties":{"@type":"node","@id":4262801595,"@timestamp":1624280002},"coords":"51.4038213,-0.412955","bedrooms":"4","price":"184000","area":"694"} , +{"type":"Feature","id":"n4263046632","geometry":{"type":"Point","coordinates":[-0.2273694,51.4092429]},"properties":{"@type":"node","@id":4263046632,"@timestamp":1601052152},"coords":"51.4092429,-0.2273694","bedrooms":"0","price":"188000","area":"401"} , +{"type":"Feature","id":"n4263357831","geometry":{"type":"Point","coordinates":[-0.5415958,51.3237352]},"properties":{"@type":"node","@id":4263357831,"@timestamp":1466799243},"coords":"51.3237352,-0.5415958","bedrooms":"2","price":"258000","area":"644"} , +{"type":"Feature","id":"n4264061260","geometry":{"type":"Point","coordinates":[-0.2270234,51.4093374]},"properties":{"@type":"node","@id":4264061260,"@timestamp":1543774656},"coords":"51.4093374,-0.2270234","bedrooms":"0","price":"182000","area":"567"} , +{"type":"Feature","id":"n4264069015","geometry":{"type":"Point","coordinates":[-0.1060978,51.5647819]},"properties":{"@type":"node","@id":4264069015,"@timestamp":1561355768},"coords":"51.5647819,-0.1060978","bedrooms":"4","price":"163000","area":"696"} , +{"type":"Feature","id":"n4264126153","geometry":{"type":"Point","coordinates":[-0.3216924,51.4854885]},"properties":{"@type":"node","@id":4264126153,"@timestamp":1466840551},"coords":"51.4854885,-0.3216924","bedrooms":"1","price":"263000","area":"466"} , +{"type":"Feature","id":"n4264134034","geometry":{"type":"Point","coordinates":[-0.225667,51.4074077]},"properties":{"@type":"node","@id":4264134034,"@timestamp":1466841220},"coords":"51.4074077,-0.225667","bedrooms":"2","price":"230000","area":"456"} , +{"type":"Feature","id":"n4264247594","geometry":{"type":"Point","coordinates":[-0.2342617,51.7795587]},"properties":{"@type":"node","@id":4264247594,"@timestamp":1556472385},"coords":"51.7795587,-0.2342617","bedrooms":"3","price":"224000","area":"448"} , +{"type":"Feature","id":"n4264399033","geometry":{"type":"Point","coordinates":[-0.2648963,51.7870303]},"properties":{"@type":"node","@id":4264399033,"@timestamp":1466856536},"coords":"51.7870303,-0.2648963","bedrooms":"0","price":"236000","area":"382"} , +{"type":"Feature","id":"n4264445901","geometry":{"type":"Point","coordinates":[0.3592685,51.3303804]},"properties":{"@type":"node","@id":4264445901,"@timestamp":1483293169},"coords":"51.3303804,0.3592685","bedrooms":"0","price":"201000","area":"515"} , +{"type":"Feature","id":"n4264458866","geometry":{"type":"Point","coordinates":[-0.2515898,51.766952]},"properties":{"@type":"node","@id":4264458866,"@timestamp":1553804635},"coords":"51.766952,-0.2515898","bedrooms":"4","price":"255000","area":"430"} , +{"type":"Feature","id":"n4264971072","geometry":{"type":"Point","coordinates":[-0.1854599,51.1686213]},"properties":{"@type":"node","@id":4264971072,"@timestamp":1565318925},"coords":"51.1686213,-0.1854599","bedrooms":"3","price":"272000","area":"491"} , +{"type":"Feature","id":"n4265119852","geometry":{"type":"Point","coordinates":[-0.542329,51.3254404]},"properties":{"@type":"node","@id":4265119852,"@timestamp":1466889497},"coords":"51.3254404,-0.542329","bedrooms":"1","price":"212000","area":"648"} , +{"type":"Feature","id":"n4265533554","geometry":{"type":"Point","coordinates":[-0.6686788,51.8772213]},"properties":{"@type":"node","@id":4265533554,"@timestamp":1466915117},"coords":"51.8772213,-0.6686788","bedrooms":"2","price":"248000","area":"612"} , +{"type":"Feature","id":"n4265660944","geometry":{"type":"Point","coordinates":[-0.4761962,51.5448203]},"properties":{"@type":"node","@id":4265660944,"@timestamp":1630189535},"coords":"51.5448203,-0.4761962","bedrooms":"4","price":"255000","area":"390"} , +{"type":"Feature","id":"n4265680011","geometry":{"type":"Point","coordinates":[-0.4761792,51.5441266]},"properties":{"@type":"node","@id":4265680011,"@timestamp":1628077686},"coords":"51.5441266,-0.4761792","bedrooms":"4","price":"283000","area":"629"} , +{"type":"Feature","id":"n4265710907","geometry":{"type":"Point","coordinates":[-0.3967864,51.4885904]},"properties":{"@type":"node","@id":4265710907,"@timestamp":1466930667},"coords":"51.4885904,-0.3967864","bedrooms":"2","price":"279000","area":"565"} , +{"type":"Feature","id":"n4265714856","geometry":{"type":"Point","coordinates":[0.1047348,51.5668197]},"properties":{"@type":"node","@id":4265714856,"@timestamp":1527700196},"coords":"51.5668197,0.1047348","bedrooms":"2","price":"280000","area":"496"} , +{"type":"Feature","id":"n4265714885","geometry":{"type":"Point","coordinates":[0.1047107,51.5691504]},"properties":{"@type":"node","@id":4265714885,"@timestamp":1527700197},"coords":"51.5691504,0.1047107","bedrooms":"0","price":"207000","area":"494"} , +{"type":"Feature","id":"n4265715018","geometry":{"type":"Point","coordinates":[0.1041368,51.5675215]},"properties":{"@type":"node","@id":4265715018,"@timestamp":1527700197},"coords":"51.5675215,0.1041368","bedrooms":"2","price":"248000","area":"420"} , +{"type":"Feature","id":"n4265718099","geometry":{"type":"Point","coordinates":[-0.1380713,51.524783]},"properties":{"@type":"node","@id":4265718099,"@timestamp":1607483640},"coords":"51.524783,-0.1380713","bedrooms":"3","price":"184000","area":"639"} , +{"type":"Feature","id":"n4265856472","geometry":{"type":"Point","coordinates":[0.096296,51.5742859]},"properties":{"@type":"node","@id":4265856472,"@timestamp":1466936442},"coords":"51.5742859,0.096296","bedrooms":"0","price":"161000","area":"423"} , +{"type":"Feature","id":"n4265856488","geometry":{"type":"Point","coordinates":[0.0967633,51.574891]},"properties":{"@type":"node","@id":4265856488,"@timestamp":1466936443},"coords":"51.574891,0.0967633","bedrooms":"0","price":"189000","area":"667"} , +{"type":"Feature","id":"n4265863471","geometry":{"type":"Point","coordinates":[-0.8086877,51.9817224]},"properties":{"@type":"node","@id":4265863471,"@timestamp":1466936814},"coords":"51.9817224,-0.8086877","bedrooms":"3","price":"263000","area":"368"} , +{"type":"Feature","id":"n4265864545","geometry":{"type":"Point","coordinates":[-0.8191147,51.9715901]},"properties":{"@type":"node","@id":4265864545,"@timestamp":1466937229},"coords":"51.9715901,-0.8191147","bedrooms":"4","price":"270000","area":"430"} , +{"type":"Feature","id":"n4265865068","geometry":{"type":"Point","coordinates":[0.1018274,51.5726887]},"properties":{"@type":"node","@id":4265865068,"@timestamp":1466938417},"coords":"51.5726887,0.1018274","bedrooms":"3","price":"223000","area":"483"} , +{"type":"Feature","id":"n4265867699","geometry":{"type":"Point","coordinates":[0.1053733,51.5742141]},"properties":{"@type":"node","@id":4265867699,"@timestamp":1466937336},"coords":"51.5742141,0.1053733","bedrooms":"4","price":"247000","area":"699"} , +{"type":"Feature","id":"n4265867739","geometry":{"type":"Point","coordinates":[0.0994932,51.573852]},"properties":{"@type":"node","@id":4265867739,"@timestamp":1466937337},"coords":"51.573852,0.0994932","bedrooms":"0","price":"242000","area":"356"} , +{"type":"Feature","id":"n4265926422","geometry":{"type":"Point","coordinates":[0.098877,51.5730405]},"properties":{"@type":"node","@id":4265926422,"@timestamp":1466938808},"coords":"51.5730405,0.098877","bedrooms":"3","price":"253000","area":"496"} , +{"type":"Feature","id":"n4265926707","geometry":{"type":"Point","coordinates":[0.0989467,51.5728621]},"properties":{"@type":"node","@id":4265926707,"@timestamp":1466938809},"coords":"51.5728621,0.0989467","bedrooms":"0","price":"255000","area":"447"} , +{"type":"Feature","id":"n4265951722","geometry":{"type":"Point","coordinates":[0.1004487,51.573694]},"properties":{"@type":"node","@id":4265951722,"@timestamp":1466939243},"coords":"51.573694,0.1004487","bedrooms":"0","price":"205000","area":"410"} , +{"type":"Feature","id":"n4266774598","geometry":{"type":"Point","coordinates":[-0.5170001,51.3381979]},"properties":{"@type":"node","@id":4266774598,"@timestamp":1466963237},"coords":"51.3381979,-0.5170001","bedrooms":"2","price":"170000","area":"351"} , +{"type":"Feature","id":"n4266801792","geometry":{"type":"Point","coordinates":[-0.1171944,51.4799445]},"properties":{"@type":"node","@id":4266801792,"@timestamp":1466964387},"coords":"51.4799445,-0.1171944","bedrooms":"0","price":"207000","area":"488"} , +{"type":"Feature","id":"n4266801802","geometry":{"type":"Point","coordinates":[-0.117921,51.4801841]},"properties":{"@type":"node","@id":4266801802,"@timestamp":1466964388},"coords":"51.4801841,-0.117921","bedrooms":"4","price":"230000","area":"693"} , +{"type":"Feature","id":"n4266876199","geometry":{"type":"Point","coordinates":[-0.4807524,51.3472801]},"properties":{"@type":"node","@id":4266876199,"@timestamp":1517345739},"coords":"51.3472801,-0.4807524","bedrooms":"4","price":"235000","area":"624"} , +{"type":"Feature","id":"n4266913827","geometry":{"type":"Point","coordinates":[-0.4909099,51.3393556]},"properties":{"@type":"node","@id":4266913827,"@timestamp":1497133159},"coords":"51.3393556,-0.4909099","bedrooms":"0","price":"197000","area":"564"} , +{"type":"Feature","id":"n4267533808","geometry":{"type":"Point","coordinates":[0.1102352,51.4119384]},"properties":{"@type":"node","@id":4267533808,"@timestamp":1466998781},"coords":"51.4119384,0.1102352","bedrooms":"4","price":"217000","area":"368"} , +{"type":"Feature","id":"n4267533819","geometry":{"type":"Point","coordinates":[0.1085591,51.4113427]},"properties":{"@type":"node","@id":4267533819,"@timestamp":1467282023},"coords":"51.4113427,0.1085591","bedrooms":"4","price":"257000","area":"683"} , +{"type":"Feature","id":"n4267533829","geometry":{"type":"Point","coordinates":[0.1091332,51.4112571]},"properties":{"@type":"node","@id":4267533829,"@timestamp":1466998782},"coords":"51.4112571,0.1091332","bedrooms":"1","price":"154000","area":"460"} , +{"type":"Feature","id":"n4267533840","geometry":{"type":"Point","coordinates":[0.111393,51.4106023]},"properties":{"@type":"node","@id":4267533840,"@timestamp":1466998782},"coords":"51.4106023,0.111393","bedrooms":"3","price":"159000","area":"577"} , +{"type":"Feature","id":"n4267533850","geometry":{"type":"Point","coordinates":[0.1122203,51.4114606]},"properties":{"@type":"node","@id":4267533850,"@timestamp":1466998783},"coords":"51.4114606,0.1122203","bedrooms":"0","price":"172000","area":"351"} , +{"type":"Feature","id":"n4267555754","geometry":{"type":"Point","coordinates":[0.1146889,51.4166989]},"properties":{"@type":"node","@id":4267555754,"@timestamp":1467001059},"coords":"51.4166989,0.1146889","bedrooms":"3","price":"183000","area":"508"} , +{"type":"Feature","id":"n4267573625","geometry":{"type":"Point","coordinates":[0.1115974,51.4191913]},"properties":{"@type":"node","@id":4267573625,"@timestamp":1467003309},"coords":"51.4191913,0.1115974","bedrooms":"3","price":"295000","area":"447"} , +{"type":"Feature","id":"n4267573635","geometry":{"type":"Point","coordinates":[0.11234,51.4200137]},"properties":{"@type":"node","@id":4267573635,"@timestamp":1467003309},"coords":"51.4200137,0.11234","bedrooms":"1","price":"277000","area":"650"} , +{"type":"Feature","id":"n4267589497","geometry":{"type":"Point","coordinates":[0.1109028,51.4187591]},"properties":{"@type":"node","@id":4267589497,"@timestamp":1467004356},"coords":"51.4187591,0.1109028","bedrooms":"2","price":"195000","area":"441"} , +{"type":"Feature","id":"n4267589507","geometry":{"type":"Point","coordinates":[0.1117126,51.4164528]},"properties":{"@type":"node","@id":4267589507,"@timestamp":1510263543},"coords":"51.4164528,0.1117126","bedrooms":"0","price":"275000","area":"603"} , +{"type":"Feature","id":"n4267589518","geometry":{"type":"Point","coordinates":[0.1107815,51.4206148]},"properties":{"@type":"node","@id":4267589518,"@timestamp":1508439460},"coords":"51.4206148,0.1107815","bedrooms":"3","price":"174000","area":"453"} , +{"type":"Feature","id":"n4267603827","geometry":{"type":"Point","coordinates":[0.1117831,51.418204]},"properties":{"@type":"node","@id":4267603827,"@timestamp":1467006840},"coords":"51.418204,0.1117831","bedrooms":"1","price":"245000","area":"350"} , +{"type":"Feature","id":"n4267730312","geometry":{"type":"Point","coordinates":[-0.3125349,51.2490782]},"properties":{"@type":"node","@id":4267730312,"@timestamp":1467014329},"coords":"51.2490782,-0.3125349","bedrooms":"3","price":"236000","area":"629"} , +{"type":"Feature","id":"n4267761038","geometry":{"type":"Point","coordinates":[0.0205971,51.4421337]},"properties":{"@type":"node","@id":4267761038,"@timestamp":1467016303},"coords":"51.4421337,0.0205971","bedrooms":"1","price":"150000","area":"690"} , +{"type":"Feature","id":"n4267818106","geometry":{"type":"Point","coordinates":[0.0140361,51.4415595]},"properties":{"@type":"node","@id":4267818106,"@timestamp":1467020379},"coords":"51.4415595,0.0140361","bedrooms":"1","price":"198000","area":"462"} , +{"type":"Feature","id":"n4267897578","geometry":{"type":"Point","coordinates":[0.1137521,51.4179313]},"properties":{"@type":"node","@id":4267897578,"@timestamp":1468598111},"coords":"51.4179313,0.1137521","bedrooms":"2","price":"225000","area":"682"} , +{"type":"Feature","id":"n4267918136","geometry":{"type":"Point","coordinates":[-0.2264558,51.4095289]},"properties":{"@type":"node","@id":4267918136,"@timestamp":1608284954},"coords":"51.4095289,-0.2264558","bedrooms":"2","price":"250000","area":"679"} , +{"type":"Feature","id":"n4268227006","geometry":{"type":"Point","coordinates":[-0.2248027,51.4074642]},"properties":{"@type":"node","@id":4268227006,"@timestamp":1467040210},"coords":"51.4074642,-0.2248027","bedrooms":"3","price":"273000","area":"481"} , +{"type":"Feature","id":"n4268272668","geometry":{"type":"Point","coordinates":[-0.2256203,51.4096787]},"properties":{"@type":"node","@id":4268272668,"@timestamp":1568589173},"coords":"51.4096787,-0.2256203","bedrooms":"4","price":"189000","area":"410"} , +{"type":"Feature","id":"n4268630160","geometry":{"type":"Point","coordinates":[-0.4680926,51.3123217]},"properties":{"@type":"node","@id":4268630160,"@timestamp":1537904628},"coords":"51.3123217,-0.4680926","bedrooms":"0","price":"268000","area":"441"} , +{"type":"Feature","id":"n4268770838","geometry":{"type":"Point","coordinates":[-0.2254602,51.4097071]},"properties":{"@type":"node","@id":4268770838,"@timestamp":1626452265},"coords":"51.4097071,-0.2254602","bedrooms":"1","price":"162000","area":"665"} , +{"type":"Feature","id":"n4269212140","geometry":{"type":"Point","coordinates":[-0.048284,51.7025934]},"properties":{"@type":"node","@id":4269212140,"@timestamp":1467083652},"coords":"51.7025934,-0.048284","bedrooms":"3","price":"172000","area":"434"} , +{"type":"Feature","id":"n4269641976","geometry":{"type":"Point","coordinates":[-0.1535723,51.5678818]},"properties":{"@type":"node","@id":4269641976,"@timestamp":1467110518},"coords":"51.5678818,-0.1535723","bedrooms":"3","price":"158000","area":"615"} , +{"type":"Feature","id":"n4269670606","geometry":{"type":"Point","coordinates":[-0.1766439,51.5628096]},"properties":{"@type":"node","@id":4269670606,"@timestamp":1467112315},"coords":"51.5628096,-0.1766439","bedrooms":"0","price":"260000","area":"682"} , +{"type":"Feature","id":"n4269831246","geometry":{"type":"Point","coordinates":[-0.0622883,51.5070397]},"properties":{"@type":"node","@id":4269831246,"@timestamp":1611251069},"coords":"51.5070397,-0.0622883","bedrooms":"2","price":"163000","area":"469"} , +{"type":"Feature","id":"n4270414018","geometry":{"type":"Point","coordinates":[-0.0624263,51.5057681]},"properties":{"@type":"node","@id":4270414018,"@timestamp":1467145000},"coords":"51.5057681,-0.0624263","bedrooms":"4","price":"164000","area":"488"} , +{"type":"Feature","id":"n4270470716","geometry":{"type":"Point","coordinates":[-0.0168872,51.5507918]},"properties":{"@type":"node","@id":4270470716,"@timestamp":1552084368},"coords":"51.5507918,-0.0168872","bedrooms":"1","price":"264000","area":"666"} , +{"type":"Feature","id":"n4270562970","geometry":{"type":"Point","coordinates":[-0.1321548,51.5144526]},"properties":{"@type":"node","@id":4270562970,"@timestamp":1628061968},"coords":"51.5144526,-0.1321548","bedrooms":"3","price":"160000","area":"648"} , +{"type":"Feature","id":"n4270598999","geometry":{"type":"Point","coordinates":[-0.1213976,51.5238444]},"properties":{"@type":"node","@id":4270598999,"@timestamp":1467150728},"coords":"51.5238444,-0.1213976","bedrooms":"4","price":"189000","area":"502"} , +{"type":"Feature","id":"n4270651269","geometry":{"type":"Point","coordinates":[-0.1245506,51.5342301]},"properties":{"@type":"node","@id":4270651269,"@timestamp":1627572694},"coords":"51.5342301,-0.1245506","bedrooms":"2","price":"244000","area":"578"} , +{"type":"Feature","id":"n4270686799","geometry":{"type":"Point","coordinates":[-0.1345002,51.5275077]},"properties":{"@type":"node","@id":4270686799,"@timestamp":1618328888},"coords":"51.5275077,-0.1345002","bedrooms":"4","price":"294000","area":"429"} , +{"type":"Feature","id":"n4270689605","geometry":{"type":"Point","coordinates":[-0.1121416,51.4973186]},"properties":{"@type":"node","@id":4270689605,"@timestamp":1619834658},"coords":"51.4973186,-0.1121416","bedrooms":"2","price":"183000","area":"561"} , +{"type":"Feature","id":"n4271189910","geometry":{"type":"Point","coordinates":[-0.4756276,51.7589554]},"properties":{"@type":"node","@id":4271189910,"@timestamp":1467189827},"coords":"51.7589554,-0.4756276","bedrooms":"2","price":"152000","area":"490"} , +{"type":"Feature","id":"n4271255652","geometry":{"type":"Point","coordinates":[-0.1799533,51.560846]},"properties":{"@type":"node","@id":4271255652,"@timestamp":1467194157},"coords":"51.560846,-0.1799533","bedrooms":"1","price":"238000","area":"486"} , +{"type":"Feature","id":"n4271314753","geometry":{"type":"Point","coordinates":[-0.2253269,51.4097329]},"properties":{"@type":"node","@id":4271314753,"@timestamp":1603753989},"coords":"51.4097329,-0.2253269","bedrooms":"3","price":"167000","area":"546"} , +{"type":"Feature","id":"n4271961868","geometry":{"type":"Point","coordinates":[-0.01028,51.5825945]},"properties":{"@type":"node","@id":4271961868,"@timestamp":1467220791},"coords":"51.5825945,-0.01028","bedrooms":"0","price":"266000","area":"388"} , +{"type":"Feature","id":"n4272704967","geometry":{"type":"Point","coordinates":[-0.1731331,51.6488765]},"properties":{"@type":"node","@id":4272704967,"@timestamp":1598389803},"coords":"51.6488765,-0.1731331","bedrooms":"0","price":"154000","area":"446"} , +{"type":"Feature","id":"n4273075841","geometry":{"type":"Point","coordinates":[0.0201575,51.4422115]},"properties":{"@type":"node","@id":4273075841,"@timestamp":1467280531},"coords":"51.4422115,0.0201575","bedrooms":"2","price":"269000","area":"533"} , +{"type":"Feature","id":"n4273126034","geometry":{"type":"Point","coordinates":[0.118045,51.4122574]},"properties":{"@type":"node","@id":4273126034,"@timestamp":1555940558},"coords":"51.4122574,0.118045","bedrooms":"2","price":"171000","area":"516"} , +{"type":"Feature","id":"n4273154673","geometry":{"type":"Point","coordinates":[0.1028219,51.4246315]},"properties":{"@type":"node","@id":4273154673,"@timestamp":1467283665},"coords":"51.4246315,0.1028219","bedrooms":"3","price":"217000","area":"502"} , +{"type":"Feature","id":"n4273218650","geometry":{"type":"Point","coordinates":[0.1022,51.4251545]},"properties":{"@type":"node","@id":4273218650,"@timestamp":1467286275},"coords":"51.4251545,0.1022","bedrooms":"0","price":"153000","area":"686"} , +{"type":"Feature","id":"n4273480110","geometry":{"type":"Point","coordinates":[-0.3957504,51.144959]},"properties":{"@type":"node","@id":4273480110,"@timestamp":1467292579},"coords":"51.144959,-0.3957504","bedrooms":"3","price":"187000","area":"556"} , +{"type":"Feature","id":"n4273551592","geometry":{"type":"Point","coordinates":[0.1155841,51.4173062]},"properties":{"@type":"node","@id":4273551592,"@timestamp":1507833398},"coords":"51.4173062,0.1155841","bedrooms":"2","price":"185000","area":"483"} , +{"type":"Feature","id":"n4274211273","geometry":{"type":"Point","coordinates":[-0.1404928,51.4780445]},"properties":{"@type":"node","@id":4274211273,"@timestamp":1564908067},"coords":"51.4780445,-0.1404928","bedrooms":"3","price":"227000","area":"636"} , +{"type":"Feature","id":"n4274551602","geometry":{"type":"Point","coordinates":[-0.113509,51.5036583]},"properties":{"@type":"node","@id":4274551602,"@timestamp":1561221702},"coords":"51.5036583,-0.113509","bedrooms":"0","price":"258000","area":"441"} , +{"type":"Feature","id":"n4274606495","geometry":{"type":"Point","coordinates":[-0.1459043,51.4776343]},"properties":{"@type":"node","@id":4274606495,"@timestamp":1467326804},"coords":"51.4776343,-0.1459043","bedrooms":"4","price":"177000","area":"561"} , +{"type":"Feature","id":"n4275089417","geometry":{"type":"Point","coordinates":[-0.1936624,51.6980351]},"properties":{"@type":"node","@id":4275089417,"@timestamp":1628628985},"coords":"51.6980351,-0.1936624","bedrooms":"0","price":"250000","area":"368"} , +{"type":"Feature","id":"n4275425759","geometry":{"type":"Point","coordinates":[-0.1608011,51.5822227]},"properties":{"@type":"node","@id":4275425759,"@timestamp":1467370160},"coords":"51.5822227,-0.1608011","bedrooms":"4","price":"172000","area":"376"} , +{"type":"Feature","id":"n4276379934","geometry":{"type":"Point","coordinates":[-0.3984396,51.1488686]},"properties":{"@type":"node","@id":4276379934,"@timestamp":1467396681},"coords":"51.1488686,-0.3984396","bedrooms":"3","price":"201000","area":"646"} , +{"type":"Feature","id":"n4276718540","geometry":{"type":"Point","coordinates":[-0.0764547,51.5148617]},"properties":{"@type":"node","@id":4276718540,"@timestamp":1467402567},"coords":"51.5148617,-0.0764547","bedrooms":"3","price":"266000","area":"578"} , +{"type":"Feature","id":"n4277160828","geometry":{"type":"Point","coordinates":[0.4509429,51.7524497]},"properties":{"@type":"node","@id":4277160828,"@timestamp":1484958575},"coords":"51.7524497,0.4509429","bedrooms":"3","price":"187000","area":"358"} , +{"type":"Feature","id":"n4277751275","geometry":{"type":"Point","coordinates":[-0.337757,51.5119294]},"properties":{"@type":"node","@id":4277751275,"@timestamp":1602368485},"coords":"51.5119294,-0.337757","bedrooms":"0","price":"245000","area":"403"} , +{"type":"Feature","id":"n4278060424","geometry":{"type":"Point","coordinates":[-0.0658476,51.5058623]},"properties":{"@type":"node","@id":4278060424,"@timestamp":1598282368},"coords":"51.5058623,-0.0658476","bedrooms":"4","price":"154000","area":"548"} , +{"type":"Feature","id":"n4278671706","geometry":{"type":"Point","coordinates":[-0.1337101,51.4994525]},"properties":{"@type":"node","@id":4278671706,"@timestamp":1543777339},"coords":"51.4994525,-0.1337101","bedrooms":"4","price":"299000","area":"472"} , +{"type":"Feature","id":"n4278979723","geometry":{"type":"Point","coordinates":[0.3715232,51.4448207]},"properties":{"@type":"node","@id":4278979723,"@timestamp":1467492264},"coords":"51.4448207,0.3715232","bedrooms":"4","price":"207000","area":"649"} , +{"type":"Feature","id":"n4279086995","geometry":{"type":"Point","coordinates":[-0.2146823,51.4646365]},"properties":{"@type":"node","@id":4279086995,"@timestamp":1622914592},"coords":"51.4646365,-0.2146823","bedrooms":"1","price":"288000","area":"506"} , +{"type":"Feature","id":"n4279739444","geometry":{"type":"Point","coordinates":[-0.4748532,51.7586251]},"properties":{"@type":"node","@id":4279739444,"@timestamp":1467532699},"coords":"51.7586251,-0.4748532","bedrooms":"0","price":"251000","area":"358"} , +{"type":"Feature","id":"n4279739454","geometry":{"type":"Point","coordinates":[-0.4738884,51.7593006]},"properties":{"@type":"node","@id":4279739454,"@timestamp":1467532700},"coords":"51.7593006,-0.4738884","bedrooms":"0","price":"251000","area":"540"} , +{"type":"Feature","id":"n4279739464","geometry":{"type":"Point","coordinates":[-0.4765338,51.7599052]},"properties":{"@type":"node","@id":4279739464,"@timestamp":1467532700},"coords":"51.7599052,-0.4765338","bedrooms":"3","price":"237000","area":"550"} , +{"type":"Feature","id":"n4279739474","geometry":{"type":"Point","coordinates":[-0.4749561,51.7596702]},"properties":{"@type":"node","@id":4279739474,"@timestamp":1467532700},"coords":"51.7596702,-0.4749561","bedrooms":"2","price":"207000","area":"513"} , +{"type":"Feature","id":"n4279739484","geometry":{"type":"Point","coordinates":[-0.474098,51.7603409]},"properties":{"@type":"node","@id":4279739484,"@timestamp":1467532700},"coords":"51.7603409,-0.474098","bedrooms":"1","price":"244000","area":"555"} , +{"type":"Feature","id":"n4279739694","geometry":{"type":"Point","coordinates":[-0.4770835,51.7608671]},"properties":{"@type":"node","@id":4279739694,"@timestamp":1467532701},"coords":"51.7608671,-0.4770835","bedrooms":"4","price":"221000","area":"580"} , +{"type":"Feature","id":"n4279739704","geometry":{"type":"Point","coordinates":[-0.4747148,51.7614569]},"properties":{"@type":"node","@id":4279739704,"@timestamp":1467532701},"coords":"51.7614569,-0.4747148","bedrooms":"0","price":"156000","area":"453"} , +{"type":"Feature","id":"n4279739714","geometry":{"type":"Point","coordinates":[-0.4740268,51.7615744]},"properties":{"@type":"node","@id":4279739714,"@timestamp":1467532701},"coords":"51.7615744,-0.4740268","bedrooms":"1","price":"177000","area":"524"} , +{"type":"Feature","id":"n4279739724","geometry":{"type":"Point","coordinates":[-0.4740822,51.7618167]},"properties":{"@type":"node","@id":4279739724,"@timestamp":1467532701},"coords":"51.7618167,-0.4740822","bedrooms":"1","price":"298000","area":"464"} , +{"type":"Feature","id":"n4279739734","geometry":{"type":"Point","coordinates":[-0.4753594,51.7629523]},"properties":{"@type":"node","@id":4279739734,"@timestamp":1467532702},"coords":"51.7629523,-0.4753594","bedrooms":"2","price":"248000","area":"404"} , +{"type":"Feature","id":"n4279739744","geometry":{"type":"Point","coordinates":[-0.4744895,51.7630698]},"properties":{"@type":"node","@id":4279739744,"@timestamp":1467532702},"coords":"51.7630698,-0.4744895","bedrooms":"2","price":"287000","area":"615"} , +{"type":"Feature","id":"n4279739754","geometry":{"type":"Point","coordinates":[-0.4768502,51.7619856]},"properties":{"@type":"node","@id":4279739754,"@timestamp":1467532702},"coords":"51.7619856,-0.4768502","bedrooms":"4","price":"250000","area":"569"} , +{"type":"Feature","id":"n4279739764","geometry":{"type":"Point","coordinates":[-0.4738133,51.7588992]},"properties":{"@type":"node","@id":4279739764,"@timestamp":1467532702},"coords":"51.7588992,-0.4738133","bedrooms":"2","price":"295000","area":"395"} , +{"type":"Feature","id":"n4279761521","geometry":{"type":"Point","coordinates":[-0.4729382,51.7623287]},"properties":{"@type":"node","@id":4279761521,"@timestamp":1467533953},"coords":"51.7623287,-0.4729382","bedrooms":"2","price":"263000","area":"674"} , +{"type":"Feature","id":"n4279761711","geometry":{"type":"Point","coordinates":[-0.4792121,51.7583903]},"properties":{"@type":"node","@id":4279761711,"@timestamp":1467533955},"coords":"51.7583903,-0.4792121","bedrooms":"3","price":"225000","area":"679"} , +{"type":"Feature","id":"n4279761721","geometry":{"type":"Point","coordinates":[-0.4778866,51.7590521]},"properties":{"@type":"node","@id":4279761721,"@timestamp":1467533955},"coords":"51.7590521,-0.4778866","bedrooms":"3","price":"215000","area":"514"} , +{"type":"Feature","id":"n4279761731","geometry":{"type":"Point","coordinates":[-0.4774183,51.7595115]},"properties":{"@type":"node","@id":4279761731,"@timestamp":1467533955},"coords":"51.7595115,-0.4774183","bedrooms":"1","price":"225000","area":"396"} , +{"type":"Feature","id":"n4279761741","geometry":{"type":"Point","coordinates":[-0.4797953,51.7596045]},"properties":{"@type":"node","@id":4279761741,"@timestamp":1467533955},"coords":"51.7596045,-0.4797953","bedrooms":"2","price":"249000","area":"380"} , +{"type":"Feature","id":"n4279761751","geometry":{"type":"Point","coordinates":[-0.4783196,51.7604905]},"properties":{"@type":"node","@id":4279761751,"@timestamp":1467533956},"coords":"51.7604905,-0.4783196","bedrooms":"3","price":"217000","area":"467"} , +{"type":"Feature","id":"n4279761761","geometry":{"type":"Point","coordinates":[-0.4782931,51.7608569]},"properties":{"@type":"node","@id":4279761761,"@timestamp":1467533956},"coords":"51.7608569,-0.4782931","bedrooms":"1","price":"297000","area":"659"} , +{"type":"Feature","id":"n4279761771","geometry":{"type":"Point","coordinates":[-0.4793528,51.7612014]},"properties":{"@type":"node","@id":4279761771,"@timestamp":1467533956},"coords":"51.7612014,-0.4793528","bedrooms":"0","price":"288000","area":"547"} , +{"type":"Feature","id":"n4279761781","geometry":{"type":"Point","coordinates":[-0.4800066,51.761721]},"properties":{"@type":"node","@id":4279761781,"@timestamp":1467533956},"coords":"51.761721,-0.4800066","bedrooms":"0","price":"163000","area":"617"} , +{"type":"Feature","id":"n4279761791","geometry":{"type":"Point","coordinates":[-0.480475,51.7625468]},"properties":{"@type":"node","@id":4279761791,"@timestamp":1467533957},"coords":"51.7625468,-0.480475","bedrooms":"2","price":"241000","area":"550"} , +{"type":"Feature","id":"n4279761801","geometry":{"type":"Point","coordinates":[-0.4799271,51.7647124]},"properties":{"@type":"node","@id":4279761801,"@timestamp":1467533957},"coords":"51.7647124,-0.4799271","bedrooms":"3","price":"235000","area":"687"} , +{"type":"Feature","id":"n4279761811","geometry":{"type":"Point","coordinates":[-0.481067,51.7652429]},"properties":{"@type":"node","@id":4279761811,"@timestamp":1467533957},"coords":"51.7652429,-0.481067","bedrooms":"3","price":"255000","area":"402"} , +{"type":"Feature","id":"n4279761827","geometry":{"type":"Point","coordinates":[-0.4808637,51.766599]},"properties":{"@type":"node","@id":4279761827,"@timestamp":1467533957},"coords":"51.766599,-0.4808637","bedrooms":"2","price":"245000","area":"677"} , +{"type":"Feature","id":"n4279839077","geometry":{"type":"Point","coordinates":[-0.1382941,51.524896]},"properties":{"@type":"node","@id":4279839077,"@timestamp":1607502383},"coords":"51.524896,-0.1382941","bedrooms":"0","price":"160000","area":"521"} , +{"type":"Feature","id":"n4280403103","geometry":{"type":"Point","coordinates":[-0.4289084,51.2436949]},"properties":{"@type":"node","@id":4280403103,"@timestamp":1467557944},"coords":"51.2436949,-0.4289084","bedrooms":"4","price":"214000","area":"457"} , +{"type":"Feature","id":"n4281016052","geometry":{"type":"Point","coordinates":[-0.9605543,51.4572231]},"properties":{"@type":"node","@id":4281016052,"@timestamp":1616775712},"coords":"51.4572231,-0.9605543","bedrooms":"2","price":"293000","area":"637"} , +{"type":"Feature","id":"n4281139395","geometry":{"type":"Point","coordinates":[-0.0694629,51.5120845]},"properties":{"@type":"node","@id":4281139395,"@timestamp":1467579805},"coords":"51.5120845,-0.0694629","bedrooms":"4","price":"264000","area":"540"} , +{"type":"Feature","id":"n4281754798","geometry":{"type":"Point","coordinates":[-0.0403328,51.5313006]},"properties":{"@type":"node","@id":4281754798,"@timestamp":1467628793},"coords":"51.5313006,-0.0403328","bedrooms":"3","price":"189000","area":"559"} , +{"type":"Feature","id":"n4281754841","geometry":{"type":"Point","coordinates":[-0.036141,51.5282771]},"properties":{"@type":"node","@id":4281754841,"@timestamp":1467628794},"coords":"51.5282771,-0.036141","bedrooms":"0","price":"204000","area":"588"} , +{"type":"Feature","id":"n4281908661","geometry":{"type":"Point","coordinates":[-0.0356075,51.5278817]},"properties":{"@type":"node","@id":4281908661,"@timestamp":1467636528},"coords":"51.5278817,-0.0356075","bedrooms":"4","price":"262000","area":"675"} , +{"type":"Feature","id":"n4281908683","geometry":{"type":"Point","coordinates":[-0.0299022,51.5292008]},"properties":{"@type":"node","@id":4281908683,"@timestamp":1467636528},"coords":"51.5292008,-0.0299022","bedrooms":"0","price":"192000","area":"557"} , +{"type":"Feature","id":"n4282065115","geometry":{"type":"Point","coordinates":[-0.3430082,51.5529964]},"properties":{"@type":"node","@id":4282065115,"@timestamp":1594473130},"coords":"51.5529964,-0.3430082","bedrooms":"2","price":"279000","area":"497"} , +{"type":"Feature","id":"n4283001419","geometry":{"type":"Point","coordinates":[-0.1541707,51.6135414]},"properties":{"@type":"node","@id":4283001419,"@timestamp":1467665634},"coords":"51.6135414,-0.1541707","bedrooms":"1","price":"169000","area":"509"} , +{"type":"Feature","id":"n4283126411","geometry":{"type":"Point","coordinates":[-1.0717601,51.2816691]},"properties":{"@type":"node","@id":4283126411,"@timestamp":1468529555},"coords":"51.2816691,-1.0717601","bedrooms":"4","price":"234000","area":"517"} , +{"type":"Feature","id":"n4283158054","geometry":{"type":"Point","coordinates":[-0.1566517,51.6135897]},"properties":{"@type":"node","@id":4283158054,"@timestamp":1467668313},"coords":"51.6135897,-0.1566517","bedrooms":"1","price":"208000","area":"422"} , +{"type":"Feature","id":"n4283198200","geometry":{"type":"Point","coordinates":[-0.1555225,51.6132849]},"properties":{"@type":"node","@id":4283198200,"@timestamp":1467668980},"coords":"51.6132849,-0.1555225","bedrooms":"0","price":"236000","area":"686"} , +{"type":"Feature","id":"n4283226887","geometry":{"type":"Point","coordinates":[-0.1580189,51.6125441]},"properties":{"@type":"node","@id":4283226887,"@timestamp":1467669539},"coords":"51.6125441,-0.1580189","bedrooms":"1","price":"209000","area":"594"} , +{"type":"Feature","id":"n4283234243","geometry":{"type":"Point","coordinates":[-0.1369382,51.5272318]},"properties":{"@type":"node","@id":4283234243,"@timestamp":1467669623},"coords":"51.5272318,-0.1369382","bedrooms":"3","price":"269000","area":"516"} , +{"type":"Feature","id":"n4283352404","geometry":{"type":"Point","coordinates":[-0.1456144,51.5891871]},"properties":{"@type":"node","@id":4283352404,"@timestamp":1625936804},"coords":"51.5891871,-0.1456144","bedrooms":"4","price":"198000","area":"458"} , +{"type":"Feature","id":"n4283387822","geometry":{"type":"Point","coordinates":[-0.1283249,51.5866415]},"properties":{"@type":"node","@id":4283387822,"@timestamp":1626341896},"coords":"51.5866415,-0.1283249","bedrooms":"0","price":"196000","area":"541"} , +{"type":"Feature","id":"n4283390529","geometry":{"type":"Point","coordinates":[-0.1254328,51.5862999]},"properties":{"@type":"node","@id":4283390529,"@timestamp":1467673375},"coords":"51.5862999,-0.1254328","bedrooms":"3","price":"296000","area":"691"} , +{"type":"Feature","id":"n4283902646","geometry":{"type":"Point","coordinates":[-0.1153416,51.5033099]},"properties":{"@type":"node","@id":4283902646,"@timestamp":1543778980},"coords":"51.5033099,-0.1153416","bedrooms":"0","price":"283000","area":"382"} , +{"type":"Feature","id":"n4283935913","geometry":{"type":"Point","coordinates":[-0.0329412,51.5342025]},"properties":{"@type":"node","@id":4283935913,"@timestamp":1467715561},"coords":"51.5342025,-0.0329412","bedrooms":"1","price":"290000","area":"419"} , +{"type":"Feature","id":"n4284107192","geometry":{"type":"Point","coordinates":[-0.6418247,51.3070251]},"properties":{"@type":"node","@id":4284107192,"@timestamp":1467725693},"coords":"51.3070251,-0.6418247","bedrooms":"3","price":"208000","area":"591"} , +{"type":"Feature","id":"n4284564506","geometry":{"type":"Point","coordinates":[-0.028704,51.5352356]},"properties":{"@type":"node","@id":4284564506,"@timestamp":1467736558},"coords":"51.5352356,-0.028704","bedrooms":"1","price":"203000","area":"639"} , +{"type":"Feature","id":"n4284564585","geometry":{"type":"Point","coordinates":[-0.0289732,51.5356479]},"properties":{"@type":"node","@id":4284564585,"@timestamp":1467736560},"coords":"51.5356479,-0.0289732","bedrooms":"0","price":"237000","area":"446"} , +{"type":"Feature","id":"n4284568983","geometry":{"type":"Point","coordinates":[-0.0374693,51.6019814]},"properties":{"@type":"node","@id":4284568983,"@timestamp":1467736701},"coords":"51.6019814,-0.0374693","bedrooms":"0","price":"283000","area":"640"} , +{"type":"Feature","id":"n4284599163","geometry":{"type":"Point","coordinates":[-0.0354146,51.6013514]},"properties":{"@type":"node","@id":4284599163,"@timestamp":1467737637},"coords":"51.6013514,-0.0354146","bedrooms":"3","price":"193000","area":"582"} , +{"type":"Feature","id":"n4284599175","geometry":{"type":"Point","coordinates":[-0.0358823,51.6017987]},"properties":{"@type":"node","@id":4284599175,"@timestamp":1467737638},"coords":"51.6017987,-0.0358823","bedrooms":"4","price":"268000","area":"566"} , +{"type":"Feature","id":"n4284878229","geometry":{"type":"Point","coordinates":[-0.1089721,51.5166863]},"properties":{"@type":"node","@id":4284878229,"@timestamp":1598013984},"coords":"51.5166863,-0.1089721","bedrooms":"0","price":"292000","area":"699"} , +{"type":"Feature","id":"n4285681043","geometry":{"type":"Point","coordinates":[-0.0359522,51.5997967]},"properties":{"@type":"node","@id":4285681043,"@timestamp":1467786112},"coords":"51.5997967,-0.0359522","bedrooms":"4","price":"272000","area":"649"} , +{"type":"Feature","id":"n4285803757","geometry":{"type":"Point","coordinates":[-0.1346264,51.5274748]},"properties":{"@type":"node","@id":4285803757,"@timestamp":1467796133},"coords":"51.5274748,-0.1346264","bedrooms":"4","price":"248000","area":"460"} , +{"type":"Feature","id":"n4285831938","geometry":{"type":"Point","coordinates":[-0.0324597,51.5303612]},"properties":{"@type":"node","@id":4285831938,"@timestamp":1467798539},"coords":"51.5303612,-0.0324597","bedrooms":"1","price":"162000","area":"388"} , +{"type":"Feature","id":"n4285933250","geometry":{"type":"Point","coordinates":[-0.034946,51.5301881]},"properties":{"@type":"node","@id":4285933250,"@timestamp":1467806166},"coords":"51.5301881,-0.034946","bedrooms":"0","price":"288000","area":"614"} , +{"type":"Feature","id":"n4285933281","geometry":{"type":"Point","coordinates":[-0.0349729,51.5315588]},"properties":{"@type":"node","@id":4285933281,"@timestamp":1467806167},"coords":"51.5315588,-0.0349729","bedrooms":"2","price":"295000","area":"580"} , +{"type":"Feature","id":"n4286050636","geometry":{"type":"Point","coordinates":[-0.1201153,51.5579988]},"properties":{"@type":"node","@id":4286050636,"@timestamp":1467811725},"coords":"51.5579988,-0.1201153","bedrooms":"3","price":"240000","area":"447"} , +{"type":"Feature","id":"n4286078207","geometry":{"type":"Point","coordinates":[-0.027943,51.5323909]},"properties":{"@type":"node","@id":4286078207,"@timestamp":1583067686},"coords":"51.5323909,-0.027943","bedrooms":"0","price":"214000","area":"477"} , +{"type":"Feature","id":"n4286078273","geometry":{"type":"Point","coordinates":[-0.0267975,51.5320036]},"properties":{"@type":"node","@id":4286078273,"@timestamp":1467813137},"coords":"51.5320036,-0.0267975","bedrooms":"2","price":"228000","area":"659"} , +{"type":"Feature","id":"n4286079121","geometry":{"type":"Point","coordinates":[-0.0270521,51.5341292]},"properties":{"@type":"node","@id":4286079121,"@timestamp":1467813138},"coords":"51.5341292,-0.0270521","bedrooms":"2","price":"152000","area":"551"} , +{"type":"Feature","id":"n4286220259","geometry":{"type":"Point","coordinates":[-0.3335358,51.5602174]},"properties":{"@type":"node","@id":4286220259,"@timestamp":1467823587},"coords":"51.5602174,-0.3335358","bedrooms":"3","price":"190000","area":"595"} , +{"type":"Feature","id":"n4286230120","geometry":{"type":"Point","coordinates":[-0.3323343,51.561203]},"properties":{"@type":"node","@id":4286230120,"@timestamp":1467823022},"coords":"51.561203,-0.3323343","bedrooms":"1","price":"275000","area":"568"} , +{"type":"Feature","id":"n4286414890","geometry":{"type":"Point","coordinates":[-0.1300819,51.5120932]},"properties":{"@type":"node","@id":4286414890,"@timestamp":1634409978},"coords":"51.5120932,-0.1300819","bedrooms":"3","price":"218000","area":"681"} , +{"type":"Feature","id":"n4286625097","geometry":{"type":"Point","coordinates":[-0.3336015,51.5606028]},"properties":{"@type":"node","@id":4286625097,"@timestamp":1467834402},"coords":"51.5606028,-0.3336015","bedrooms":"0","price":"216000","area":"601"} , +{"type":"Feature","id":"n4287540692","geometry":{"type":"Point","coordinates":[-0.7271237,51.5579403]},"properties":{"@type":"node","@id":4287540692,"@timestamp":1553286493},"coords":"51.5579403,-0.7271237","bedrooms":"1","price":"238000","area":"414"} , +{"type":"Feature","id":"n4287760899","geometry":{"type":"Point","coordinates":[-0.019546,51.5309289]},"properties":{"@type":"node","@id":4287760899,"@timestamp":1467888385},"coords":"51.5309289,-0.019546","bedrooms":"4","price":"299000","area":"613"} , +{"type":"Feature","id":"n4287760909","geometry":{"type":"Point","coordinates":[-0.0176918,51.5305162]},"properties":{"@type":"node","@id":4287760909,"@timestamp":1467888385},"coords":"51.5305162,-0.0176918","bedrooms":"0","price":"289000","area":"662"} , +{"type":"Feature","id":"n4288153592","geometry":{"type":"Point","coordinates":[-0.0277944,51.5308918]},"properties":{"@type":"node","@id":4288153592,"@timestamp":1467895865},"coords":"51.5308918,-0.0277944","bedrooms":"0","price":"222000","area":"659"} , +{"type":"Feature","id":"n4288153602","geometry":{"type":"Point","coordinates":[-0.0281388,51.5305371]},"properties":{"@type":"node","@id":4288153602,"@timestamp":1467895865},"coords":"51.5305371,-0.0281388","bedrooms":"2","price":"181000","area":"421"} , +{"type":"Feature","id":"n4288262596","geometry":{"type":"Point","coordinates":[-0.029299,51.5338615]},"properties":{"@type":"node","@id":4288262596,"@timestamp":1467897890},"coords":"51.5338615,-0.029299","bedrooms":"0","price":"273000","area":"402"} , +{"type":"Feature","id":"n4289372701","geometry":{"type":"Point","coordinates":[-0.7290461,51.2761644]},"properties":{"@type":"node","@id":4289372701,"@timestamp":1632852790},"coords":"51.2761644,-0.7290461","bedrooms":"2","price":"285000","area":"495"} , +{"type":"Feature","id":"n4290353120","geometry":{"type":"Point","coordinates":[-0.5576681,51.4248696]},"properties":{"@type":"node","@id":4290353120,"@timestamp":1467970401},"coords":"51.4248696,-0.5576681","bedrooms":"4","price":"227000","area":"398"} , +{"type":"Feature","id":"n4290884656","geometry":{"type":"Point","coordinates":[-0.7811649,51.2563383]},"properties":{"@type":"node","@id":4290884656,"@timestamp":1467984448},"coords":"51.2563383,-0.7811649","bedrooms":"1","price":"193000","area":"672"} , +{"type":"Feature","id":"n4290924733","geometry":{"type":"Point","coordinates":[-0.1318579,51.4945617]},"properties":{"@type":"node","@id":4290924733,"@timestamp":1467986634},"coords":"51.4945617,-0.1318579","bedrooms":"0","price":"158000","area":"491"} , +{"type":"Feature","id":"n4291258215","geometry":{"type":"Point","coordinates":[-0.729776,51.2393645]},"properties":{"@type":"node","@id":4291258215,"@timestamp":1620387378},"coords":"51.2393645,-0.729776","bedrooms":"3","price":"269000","area":"654"} , +{"type":"Feature","id":"n4291298626","geometry":{"type":"Point","coordinates":[-0.7549572,51.2458636]},"properties":{"@type":"node","@id":4291298626,"@timestamp":1616854320},"coords":"51.2458636,-0.7549572","bedrooms":"3","price":"227000","area":"418"} , +{"type":"Feature","id":"n4291455067","geometry":{"type":"Point","coordinates":[-0.7227411,51.2763956]},"properties":{"@type":"node","@id":4291455067,"@timestamp":1513535926},"coords":"51.2763956,-0.7227411","bedrooms":"3","price":"293000","area":"580"} , +{"type":"Feature","id":"n4293144289","geometry":{"type":"Point","coordinates":[-0.1136229,51.5183663]},"properties":{"@type":"node","@id":4293144289,"@timestamp":1468070849},"coords":"51.5183663,-0.1136229","bedrooms":"4","price":"191000","area":"576"} , +{"type":"Feature","id":"n4293204266","geometry":{"type":"Point","coordinates":[-0.0793256,51.5547036]},"properties":{"@type":"node","@id":4293204266,"@timestamp":1468075385},"coords":"51.5547036,-0.0793256","bedrooms":"1","price":"189000","area":"429"} , +{"type":"Feature","id":"n4293542795","geometry":{"type":"Point","coordinates":[-0.7491187,51.3361248]},"properties":{"@type":"node","@id":4293542795,"@timestamp":1618427415},"coords":"51.3361248,-0.7491187","bedrooms":"0","price":"153000","area":"606"} , +{"type":"Feature","id":"n4293552494","geometry":{"type":"Point","coordinates":[-0.7448694,51.3365008]},"properties":{"@type":"node","@id":4293552494,"@timestamp":1551237753},"coords":"51.3365008,-0.7448694","bedrooms":"2","price":"284000","area":"430"} , +{"type":"Feature","id":"n4293569633","geometry":{"type":"Point","coordinates":[-0.7433782,51.3369372]},"properties":{"@type":"node","@id":4293569633,"@timestamp":1551237753},"coords":"51.3369372,-0.7433782","bedrooms":"2","price":"153000","area":"613"} , +{"type":"Feature","id":"n4293650027","geometry":{"type":"Point","coordinates":[-0.744786,51.3400545]},"properties":{"@type":"node","@id":4293650027,"@timestamp":1562357574},"coords":"51.3400545,-0.744786","bedrooms":"0","price":"166000","area":"596"} , +{"type":"Feature","id":"n4293673745","geometry":{"type":"Point","coordinates":[-0.7443319,51.340127]},"properties":{"@type":"node","@id":4293673745,"@timestamp":1562183837},"coords":"51.340127,-0.7443319","bedrooms":"1","price":"269000","area":"600"} , +{"type":"Feature","id":"n4293697931","geometry":{"type":"Point","coordinates":[-0.7263728,51.3449394]},"properties":{"@type":"node","@id":4293697931,"@timestamp":1540498793},"coords":"51.3449394,-0.7263728","bedrooms":"1","price":"236000","area":"569"} , +{"type":"Feature","id":"n4293783722","geometry":{"type":"Point","coordinates":[-0.1241414,51.5309644]},"properties":{"@type":"node","@id":4293783722,"@timestamp":1628530387},"coords":"51.5309644,-0.1241414","bedrooms":"2","price":"155000","area":"678"} , +{"type":"Feature","id":"n4294452790","geometry":{"type":"Point","coordinates":[-0.1120984,51.463357]},"properties":{"@type":"node","@id":4294452790,"@timestamp":1553019025},"coords":"51.463357,-0.1120984","bedrooms":"3","price":"186000","area":"369"} , +{"type":"Feature","id":"n4294686301","geometry":{"type":"Point","coordinates":[-0.0482203,51.565372]},"properties":{"@type":"node","@id":4294686301,"@timestamp":1616416525},"coords":"51.565372,-0.0482203","bedrooms":"0","price":"283000","area":"453"} , +{"type":"Feature","id":"n4294706428","geometry":{"type":"Point","coordinates":[-0.0814769,51.554882]},"properties":{"@type":"node","@id":4294706428,"@timestamp":1468163769},"coords":"51.554882,-0.0814769","bedrooms":"4","price":"159000","area":"594"} , +{"type":"Feature","id":"n4295019600","geometry":{"type":"Point","coordinates":[-0.0312896,51.5711913]},"properties":{"@type":"node","@id":4295019600,"@timestamp":1468180909},"coords":"51.5711913,-0.0312896","bedrooms":"2","price":"297000","area":"548"} , +{"type":"Feature","id":"n4295416209","geometry":{"type":"Point","coordinates":[0.1010227,51.5489179]},"properties":{"@type":"node","@id":4295416209,"@timestamp":1468194696},"coords":"51.5489179,0.1010227","bedrooms":"0","price":"288000","area":"559"} , +{"type":"Feature","id":"n4295421329","geometry":{"type":"Point","coordinates":[0.1063268,51.5509802]},"properties":{"@type":"node","@id":4295421329,"@timestamp":1468194697},"coords":"51.5509802,0.1063268","bedrooms":"1","price":"265000","area":"478"} , +{"type":"Feature","id":"n4295421382","geometry":{"type":"Point","coordinates":[0.1096983,51.5630264]},"properties":{"@type":"node","@id":4295421382,"@timestamp":1564908067},"coords":"51.5630264,0.1096983","bedrooms":"4","price":"256000","area":"566"} , +{"type":"Feature","id":"n4295421421","geometry":{"type":"Point","coordinates":[0.1100026,51.5632228]},"properties":{"@type":"node","@id":4295421421,"@timestamp":1564908067},"coords":"51.5632228,0.1100026","bedrooms":"2","price":"232000","area":"611"} , +{"type":"Feature","id":"n4295915017","geometry":{"type":"Point","coordinates":[0.0470737,51.4895211]},"properties":{"@type":"node","@id":4295915017,"@timestamp":1468230377},"coords":"51.4895211,0.0470737","bedrooms":"3","price":"226000","area":"568"} , +{"type":"Feature","id":"n4296067526","geometry":{"type":"Point","coordinates":[-0.035127,51.5260124]},"properties":{"@type":"node","@id":4296067526,"@timestamp":1612030501},"coords":"51.5260124,-0.035127","bedrooms":"4","price":"276000","area":"591"} , +{"type":"Feature","id":"n4296264210","geometry":{"type":"Point","coordinates":[-0.9170878,51.4101939]},"properties":{"@type":"node","@id":4296264210,"@timestamp":1468239210},"coords":"51.4101939,-0.9170878","bedrooms":"4","price":"279000","area":"657"} , +{"type":"Feature","id":"n4296286868","geometry":{"type":"Point","coordinates":[-0.9145303,51.4101618]},"properties":{"@type":"node","@id":4296286868,"@timestamp":1468239373},"coords":"51.4101618,-0.9145303","bedrooms":"1","price":"245000","area":"698"} , +{"type":"Feature","id":"n4296541400","geometry":{"type":"Point","coordinates":[0.0630832,51.4538259]},"properties":{"@type":"node","@id":4296541400,"@timestamp":1468245059},"coords":"51.4538259,0.0630832","bedrooms":"0","price":"291000","area":"671"} , +{"type":"Feature","id":"n4296612958","geometry":{"type":"Point","coordinates":[-0.1578373,51.6129601]},"properties":{"@type":"node","@id":4296612958,"@timestamp":1468247589},"coords":"51.6129601,-0.1578373","bedrooms":"3","price":"176000","area":"422"} , +{"type":"Feature","id":"n4296921031","geometry":{"type":"Point","coordinates":[-0.7273174,51.3468037]},"properties":{"@type":"node","@id":4296921031,"@timestamp":1468263922},"coords":"51.3468037,-0.7273174","bedrooms":"1","price":"209000","area":"645"} , +{"type":"Feature","id":"n4296954335","geometry":{"type":"Point","coordinates":[-0.7179332,51.343246]},"properties":{"@type":"node","@id":4296954335,"@timestamp":1562530653},"coords":"51.343246,-0.7179332","bedrooms":"3","price":"205000","area":"575"} , +{"type":"Feature","id":"n4297074885","geometry":{"type":"Point","coordinates":[0.1764447,51.4671756]},"properties":{"@type":"node","@id":4297074885,"@timestamp":1468271042},"coords":"51.4671756,0.1764447","bedrooms":"3","price":"181000","area":"608"} , +{"type":"Feature","id":"n4297117503","geometry":{"type":"Point","coordinates":[0.1372063,51.4634295]},"properties":{"@type":"node","@id":4297117503,"@timestamp":1615694567},"coords":"51.4634295,0.1372063","bedrooms":"1","price":"222000","area":"370"} , +{"type":"Feature","id":"n4297126542","geometry":{"type":"Point","coordinates":[-0.1130725,51.4205172]},"properties":{"@type":"node","@id":4297126542,"@timestamp":1468273697},"coords":"51.4205172,-0.1130725","bedrooms":"3","price":"237000","area":"379"} , +{"type":"Feature","id":"n4297132263","geometry":{"type":"Point","coordinates":[0.1325677,51.4638848]},"properties":{"@type":"node","@id":4297132263,"@timestamp":1627208367},"coords":"51.4638848,0.1325677","bedrooms":"0","price":"241000","area":"352"} , +{"type":"Feature","id":"n4297152405","geometry":{"type":"Point","coordinates":[-0.7222518,51.5571818]},"properties":{"@type":"node","@id":4297152405,"@timestamp":1468276063},"coords":"51.5571818,-0.7222518","bedrooms":"3","price":"175000","area":"693"} , +{"type":"Feature","id":"n4297188554","geometry":{"type":"Point","coordinates":[0.1343755,51.4716941]},"properties":{"@type":"node","@id":4297188554,"@timestamp":1468277510},"coords":"51.4716941,0.1343755","bedrooms":"2","price":"276000","area":"397"} , +{"type":"Feature","id":"n4297212052","geometry":{"type":"Point","coordinates":[-0.0991279,51.51923]},"properties":{"@type":"node","@id":4297212052,"@timestamp":1468279562},"coords":"51.51923,-0.0991279","bedrooms":"1","price":"159000","area":"599"} , +{"type":"Feature","id":"n4298440051","geometry":{"type":"Point","coordinates":[-0.0585118,51.3942785]},"properties":{"@type":"node","@id":4298440051,"@timestamp":1468328587},"coords":"51.3942785,-0.0585118","bedrooms":"3","price":"294000","area":"568"} , +{"type":"Feature","id":"n4298644938","geometry":{"type":"Point","coordinates":[-0.0315287,51.5292468]},"properties":{"@type":"node","@id":4298644938,"@timestamp":1468333971},"coords":"51.5292468,-0.0315287","bedrooms":"1","price":"273000","area":"690"} , +{"type":"Feature","id":"n4298660596","geometry":{"type":"Point","coordinates":[-0.0320661,51.5299977]},"properties":{"@type":"node","@id":4298660596,"@timestamp":1468333972},"coords":"51.5299977,-0.0320661","bedrooms":"3","price":"224000","area":"493"} , +{"type":"Feature","id":"n4298809464","geometry":{"type":"Point","coordinates":[-0.0253942,51.5314004]},"properties":{"@type":"node","@id":4298809464,"@timestamp":1468342105},"coords":"51.5314004,-0.0253942","bedrooms":"2","price":"290000","area":"628"} , +{"type":"Feature","id":"n4298810919","geometry":{"type":"Point","coordinates":[-0.0236033,51.5312301]},"properties":{"@type":"node","@id":4298810919,"@timestamp":1594027967},"coords":"51.5312301,-0.0236033","bedrooms":"4","price":"244000","area":"434"} , +{"type":"Feature","id":"n4298917555","geometry":{"type":"Point","coordinates":[0.1618777,51.4734741]},"properties":{"@type":"node","@id":4298917555,"@timestamp":1468348544},"coords":"51.4734741,0.1618777","bedrooms":"2","price":"192000","area":"565"} , +{"type":"Feature","id":"n4298969559","geometry":{"type":"Point","coordinates":[0.1719772,51.4790202]},"properties":{"@type":"node","@id":4298969559,"@timestamp":1468351861},"coords":"51.4790202,0.1719772","bedrooms":"3","price":"161000","area":"370"} , +{"type":"Feature","id":"n4298996992","geometry":{"type":"Point","coordinates":[0.16695,51.4749132]},"properties":{"@type":"node","@id":4298996992,"@timestamp":1468353322},"coords":"51.4749132,0.16695","bedrooms":"2","price":"263000","area":"396"} , +{"type":"Feature","id":"n4299009169","geometry":{"type":"Point","coordinates":[0.1701003,51.4715367]},"properties":{"@type":"node","@id":4299009169,"@timestamp":1468353939},"coords":"51.4715367,0.1701003","bedrooms":"2","price":"269000","area":"454"} , +{"type":"Feature","id":"n4299259642","geometry":{"type":"Point","coordinates":[-0.1361216,51.5184488]},"properties":{"@type":"node","@id":4299259642,"@timestamp":1468367931},"coords":"51.5184488,-0.1361216","bedrooms":"0","price":"299000","area":"427"} , +{"type":"Feature","id":"n4300307363","geometry":{"type":"Point","coordinates":[-0.0543041,51.5348215]},"properties":{"@type":"node","@id":4300307363,"@timestamp":1591116872},"coords":"51.5348215,-0.0543041","bedrooms":"1","price":"160000","area":"628"} , +{"type":"Feature","id":"n4301263295","geometry":{"type":"Point","coordinates":[-0.9606785,51.4572512]},"properties":{"@type":"node","@id":4301263295,"@timestamp":1616775746},"coords":"51.4572512,-0.9606785","bedrooms":"1","price":"256000","area":"570"} , +{"type":"Feature","id":"n4301312827","geometry":{"type":"Point","coordinates":[-0.9680003,51.4549485]},"properties":{"@type":"node","@id":4301312827,"@timestamp":1617616610},"coords":"51.4549485,-0.9680003","bedrooms":"3","price":"178000","area":"391"} , +{"type":"Feature","id":"n4301404995","geometry":{"type":"Point","coordinates":[0.4457345,51.5176578]},"properties":{"@type":"node","@id":4301404995,"@timestamp":1585813031},"coords":"51.5176578,0.4457345","bedrooms":"0","price":"240000","area":"360"} , +{"type":"Feature","id":"n4301961327","geometry":{"type":"Point","coordinates":[-0.0298009,51.5263975]},"properties":{"@type":"node","@id":4301961327,"@timestamp":1591721331},"coords":"51.5263975,-0.0298009","bedrooms":"2","price":"211000","area":"486"} , +{"type":"Feature","id":"n4302234835","geometry":{"type":"Point","coordinates":[-0.1112395,51.5029481]},"properties":{"@type":"node","@id":4302234835,"@timestamp":1468496311},"coords":"51.5029481,-0.1112395","bedrooms":"4","price":"194000","area":"523"} , +{"type":"Feature","id":"n4302880697","geometry":{"type":"Point","coordinates":[-0.0556,51.504934]},"properties":{"@type":"node","@id":4302880697,"@timestamp":1635770906},"coords":"51.504934,-0.0556","bedrooms":"2","price":"232000","area":"575"} , +{"type":"Feature","id":"n4303239909","geometry":{"type":"Point","coordinates":[-0.7286,51.3948202]},"properties":{"@type":"node","@id":4303239909,"@timestamp":1468523236},"coords":"51.3948202,-0.7286","bedrooms":"0","price":"258000","area":"427"} , +{"type":"Feature","id":"n4303291175","geometry":{"type":"Point","coordinates":[-0.7351317,51.3920845]},"properties":{"@type":"node","@id":4303291175,"@timestamp":1468526061},"coords":"51.3920845,-0.7351317","bedrooms":"2","price":"297000","area":"629"} , +{"type":"Feature","id":"n4303355149","geometry":{"type":"Point","coordinates":[-1.0724543,51.2816678]},"properties":{"@type":"node","@id":4303355149,"@timestamp":1543244402},"coords":"51.2816678,-1.0724543","bedrooms":"4","price":"242000","area":"354"} , +{"type":"Feature","id":"n4303520970","geometry":{"type":"Point","coordinates":[-0.3034263,51.5137334]},"properties":{"@type":"node","@id":4303520970,"@timestamp":1468546074},"coords":"51.5137334,-0.3034263","bedrooms":"0","price":"224000","area":"619"} , +{"type":"Feature","id":"n4303520984","geometry":{"type":"Point","coordinates":[-0.3032864,51.5137795]},"properties":{"@type":"node","@id":4303520984,"@timestamp":1631308647},"coords":"51.5137795,-0.3032864","bedrooms":"3","price":"173000","area":"355"} , +{"type":"Feature","id":"n4303617426","geometry":{"type":"Point","coordinates":[-0.2155052,51.5018216]},"properties":{"@type":"node","@id":4303617426,"@timestamp":1630473787},"coords":"51.5018216,-0.2155052","bedrooms":"2","price":"155000","area":"636"} , +{"type":"Feature","id":"n4303900473","geometry":{"type":"Point","coordinates":[-0.295786,51.4639455]},"properties":{"@type":"node","@id":4303900473,"@timestamp":1468574062},"coords":"51.4639455,-0.295786","bedrooms":"1","price":"226000","area":"688"} , +{"type":"Feature","id":"n4304451289","geometry":{"type":"Point","coordinates":[-0.7045785,51.1683769]},"properties":{"@type":"node","@id":4304451289,"@timestamp":1468585981},"coords":"51.1683769,-0.7045785","bedrooms":"2","price":"266000","area":"379"} , +{"type":"Feature","id":"n4304815970","geometry":{"type":"Point","coordinates":[-0.0807984,51.5537825]},"properties":{"@type":"node","@id":4304815970,"@timestamp":1468603587},"coords":"51.5537825,-0.0807984","bedrooms":"2","price":"176000","area":"473"} , +{"type":"Feature","id":"n4304815982","geometry":{"type":"Point","coordinates":[-0.0818364,51.5527077]},"properties":{"@type":"node","@id":4304815982,"@timestamp":1468603587},"coords":"51.5527077,-0.0818364","bedrooms":"3","price":"295000","area":"508"} , +{"type":"Feature","id":"n4305177503","geometry":{"type":"Point","coordinates":[-0.1619271,51.4729062]},"properties":{"@type":"node","@id":4305177503,"@timestamp":1468618995},"coords":"51.4729062,-0.1619271","bedrooms":"2","price":"202000","area":"412"} , +{"type":"Feature","id":"n4305209757","geometry":{"type":"Point","coordinates":[-0.252986,51.7380595]},"properties":{"@type":"node","@id":4305209757,"@timestamp":1624795390},"coords":"51.7380595,-0.252986","bedrooms":"3","price":"199000","area":"670"} , +{"type":"Feature","id":"n4305696777","geometry":{"type":"Point","coordinates":[-0.1582688,51.4649522]},"properties":{"@type":"node","@id":4305696777,"@timestamp":1479391742},"coords":"51.4649522,-0.1582688","bedrooms":"4","price":"255000","area":"434"} , +{"type":"Feature","id":"n4305713920","geometry":{"type":"Point","coordinates":[-0.1572478,51.4651496]},"properties":{"@type":"node","@id":4305713920,"@timestamp":1468666864},"coords":"51.4651496,-0.1572478","bedrooms":"3","price":"210000","area":"531"} , +{"type":"Feature","id":"n4305939197","geometry":{"type":"Point","coordinates":[-0.0171675,51.5048004]},"properties":{"@type":"node","@id":4305939197,"@timestamp":1634574507},"coords":"51.5048004,-0.0171675","bedrooms":"0","price":"297000","area":"648"} , +{"type":"Feature","id":"n4305980804","geometry":{"type":"Point","coordinates":[-0.067561,51.4433707]},"properties":{"@type":"node","@id":4305980804,"@timestamp":1468676700},"coords":"51.4433707,-0.067561","bedrooms":"1","price":"181000","area":"681"} , +{"type":"Feature","id":"n4306074540","geometry":{"type":"Point","coordinates":[-0.1558061,51.4654521]},"properties":{"@type":"node","@id":4306074540,"@timestamp":1468679613},"coords":"51.4654521,-0.1558061","bedrooms":"1","price":"187000","area":"465"} , +{"type":"Feature","id":"n4306075201","geometry":{"type":"Point","coordinates":[0.4297766,51.2667692]},"properties":{"@type":"node","@id":4306075201,"@timestamp":1468681952},"coords":"51.2667692,0.4297766","bedrooms":"4","price":"269000","area":"683"} , +{"type":"Feature","id":"n4306185734","geometry":{"type":"Point","coordinates":[-0.1551235,51.4655799]},"properties":{"@type":"node","@id":4306185734,"@timestamp":1517152808},"coords":"51.4655799,-0.1551235","bedrooms":"1","price":"232000","area":"401"} , +{"type":"Feature","id":"n4306580170","geometry":{"type":"Point","coordinates":[-0.0529095,51.5198691]},"properties":{"@type":"node","@id":4306580170,"@timestamp":1575402901},"coords":"51.5198691,-0.0529095","bedrooms":"3","price":"231000","area":"655"} , +{"type":"Feature","id":"n4306701114","geometry":{"type":"Point","coordinates":[0.2998399,51.369406]},"properties":{"@type":"node","@id":4306701114,"@timestamp":1468709590},"coords":"51.369406,0.2998399","bedrooms":"2","price":"196000","area":"543"} , +{"type":"Feature","id":"n4306701124","geometry":{"type":"Point","coordinates":[0.2989989,51.3695726]},"properties":{"@type":"node","@id":4306701124,"@timestamp":1468709591},"coords":"51.3695726,0.2989989","bedrooms":"4","price":"223000","area":"631"} , +{"type":"Feature","id":"n4306701134","geometry":{"type":"Point","coordinates":[0.3011741,51.3697358]},"properties":{"@type":"node","@id":4306701134,"@timestamp":1468709591},"coords":"51.3697358,0.3011741","bedrooms":"3","price":"275000","area":"375"} , +{"type":"Feature","id":"n4306701144","geometry":{"type":"Point","coordinates":[0.2997338,51.3698536]},"properties":{"@type":"node","@id":4306701144,"@timestamp":1468709591},"coords":"51.3698536,0.2997338","bedrooms":"1","price":"161000","area":"412"} , +{"type":"Feature","id":"n4306701158","geometry":{"type":"Point","coordinates":[0.3011735,51.3700326]},"properties":{"@type":"node","@id":4306701158,"@timestamp":1468709591},"coords":"51.3700326,0.3011735","bedrooms":"3","price":"225000","area":"553"} , +{"type":"Feature","id":"n4306722427","geometry":{"type":"Point","coordinates":[0.3003345,51.3703984]},"properties":{"@type":"node","@id":4306722427,"@timestamp":1468710577},"coords":"51.3703984,0.3003345","bedrooms":"4","price":"274000","area":"552"} , +{"type":"Feature","id":"n4306803763","geometry":{"type":"Point","coordinates":[0.2987673,51.3684882]},"properties":{"@type":"node","@id":4306803763,"@timestamp":1468712707},"coords":"51.3684882,0.2987673","bedrooms":"0","price":"205000","area":"599"} , +{"type":"Feature","id":"n4306804089","geometry":{"type":"Point","coordinates":[0.2993861,51.3687303]},"properties":{"@type":"node","@id":4306804089,"@timestamp":1468712708},"coords":"51.3687303,0.2993861","bedrooms":"2","price":"289000","area":"562"} , +{"type":"Feature","id":"n4306804109","geometry":{"type":"Point","coordinates":[0.2982155,51.3689938]},"properties":{"@type":"node","@id":4306804109,"@timestamp":1468712708},"coords":"51.3689938,0.2982155","bedrooms":"4","price":"208000","area":"399"} , +{"type":"Feature","id":"n4306818847","geometry":{"type":"Point","coordinates":[-0.1368419,51.5665401]},"properties":{"@type":"node","@id":4306818847,"@timestamp":1621975495},"coords":"51.5665401,-0.1368419","bedrooms":"3","price":"240000","area":"636"} , +{"type":"Feature","id":"n4307132689","geometry":{"type":"Point","coordinates":[0.3004808,51.3705]},"properties":{"@type":"node","@id":4307132689,"@timestamp":1468749307},"coords":"51.3705,0.3004808","bedrooms":"2","price":"287000","area":"388"} , +{"type":"Feature","id":"n4307208774","geometry":{"type":"Point","coordinates":[0.3003304,51.3686742]},"properties":{"@type":"node","@id":4307208774,"@timestamp":1608661415},"coords":"51.3686742,0.3003304","bedrooms":"3","price":"218000","area":"603"} , +{"type":"Feature","id":"n4307208792","geometry":{"type":"Point","coordinates":[0.3003313,51.3701182]},"properties":{"@type":"node","@id":4307208792,"@timestamp":1468753211},"coords":"51.3701182,0.3003313","bedrooms":"4","price":"184000","area":"626"} , +{"type":"Feature","id":"n4307210062","geometry":{"type":"Point","coordinates":[-0.1538246,51.4658281]},"properties":{"@type":"node","@id":4307210062,"@timestamp":1468753332},"coords":"51.4658281,-0.1538246","bedrooms":"3","price":"156000","area":"601"} , +{"type":"Feature","id":"n4307292622","geometry":{"type":"Point","coordinates":[0.2997969,51.3682589]},"properties":{"@type":"node","@id":4307292622,"@timestamp":1468759706},"coords":"51.3682589,0.2997969","bedrooms":"0","price":"205000","area":"660"} , +{"type":"Feature","id":"n4307301590","geometry":{"type":"Point","coordinates":[-0.2793368,51.5729908]},"properties":{"@type":"node","@id":4307301590,"@timestamp":1551731470},"coords":"51.5729908,-0.2793368","bedrooms":"2","price":"274000","area":"446"} , +{"type":"Feature","id":"n4307514492","geometry":{"type":"Point","coordinates":[-0.1386672,51.5196484]},"properties":{"@type":"node","@id":4307514492,"@timestamp":1468770193},"coords":"51.5196484,-0.1386672","bedrooms":"2","price":"185000","area":"672"} , +{"type":"Feature","id":"n4307621747","geometry":{"type":"Point","coordinates":[0.2981766,51.3676831]},"properties":{"@type":"node","@id":4307621747,"@timestamp":1468775913},"coords":"51.3676831,0.2981766","bedrooms":"0","price":"158000","area":"548"} , +{"type":"Feature","id":"n4307621773","geometry":{"type":"Point","coordinates":[0.2980091,51.3680692]},"properties":{"@type":"node","@id":4307621773,"@timestamp":1468775913},"coords":"51.3680692,0.2980091","bedrooms":"0","price":"295000","area":"399"} , +{"type":"Feature","id":"n4307627848","geometry":{"type":"Point","coordinates":[0.2989243,51.3683198]},"properties":{"@type":"node","@id":4307627848,"@timestamp":1468776514},"coords":"51.3683198,0.2989243","bedrooms":"1","price":"246000","area":"509"} , +{"type":"Feature","id":"n4307665931","geometry":{"type":"Point","coordinates":[0.298794,51.3680305]},"properties":{"@type":"node","@id":4307665931,"@timestamp":1468777954},"coords":"51.3680305,0.298794","bedrooms":"0","price":"154000","area":"513"} , +{"type":"Feature","id":"n4307666369","geometry":{"type":"Point","coordinates":[-0.3400649,51.572213]},"properties":{"@type":"node","@id":4307666369,"@timestamp":1468778048},"coords":"51.572213,-0.3400649","bedrooms":"2","price":"170000","area":"698"} , +{"type":"Feature","id":"n4307762977","geometry":{"type":"Point","coordinates":[-0.1519585,51.4661013]},"properties":{"@type":"node","@id":4307762977,"@timestamp":1468782623},"coords":"51.4661013,-0.1519585","bedrooms":"4","price":"286000","area":"669"} , +{"type":"Feature","id":"n4307770978","geometry":{"type":"Point","coordinates":[-0.1512915,51.4661595]},"properties":{"@type":"node","@id":4307770978,"@timestamp":1468783284},"coords":"51.4661595,-0.1512915","bedrooms":"1","price":"235000","area":"693"} , +{"type":"Feature","id":"n4307792483","geometry":{"type":"Point","coordinates":[-0.8418466,51.2766385]},"properties":{"@type":"node","@id":4307792483,"@timestamp":1604275415},"coords":"51.2766385,-0.8418466","bedrooms":"0","price":"250000","area":"360"} , +{"type":"Feature","id":"n4307828891","geometry":{"type":"Point","coordinates":[-0.8295262,51.256221]},"properties":{"@type":"node","@id":4307828891,"@timestamp":1624395467},"coords":"51.256221,-0.8295262","bedrooms":"1","price":"226000","area":"488"} , +{"type":"Feature","id":"n4307891556","geometry":{"type":"Point","coordinates":[-0.8324222,51.2523861]},"properties":{"@type":"node","@id":4307891556,"@timestamp":1505067700},"coords":"51.2523861,-0.8324222","bedrooms":"2","price":"252000","area":"397"} , +{"type":"Feature","id":"n4307936244","geometry":{"type":"Point","coordinates":[-0.8283747,51.2577512]},"properties":{"@type":"node","@id":4307936244,"@timestamp":1468788762},"coords":"51.2577512,-0.8283747","bedrooms":"0","price":"177000","area":"674"} , +{"type":"Feature","id":"n4308407413","geometry":{"type":"Point","coordinates":[-0.0128193,51.6629163]},"properties":{"@type":"node","@id":4308407413,"@timestamp":1468828649},"coords":"51.6629163,-0.0128193","bedrooms":"2","price":"250000","area":"657"} , +{"type":"Feature","id":"n4308455343","geometry":{"type":"Point","coordinates":[-0.1607566,51.4864435]},"properties":{"@type":"node","@id":4308455343,"@timestamp":1611940011},"coords":"51.4864435,-0.1607566","bedrooms":"3","price":"153000","area":"402"} , +{"type":"Feature","id":"n4308455489","geometry":{"type":"Point","coordinates":[-0.1455039,51.4960366]},"properties":{"@type":"node","@id":4308455489,"@timestamp":1577904112},"coords":"51.4960366,-0.1455039","bedrooms":"1","price":"258000","area":"656"} , +{"type":"Feature","id":"n4308548338","geometry":{"type":"Point","coordinates":[0.2412428,51.7191497]},"properties":{"@type":"node","@id":4308548338,"@timestamp":1468833387},"coords":"51.7191497,0.2412428","bedrooms":"1","price":"220000","area":"605"} , +{"type":"Feature","id":"n4308555585","geometry":{"type":"Point","coordinates":[-0.350945,51.8141517]},"properties":{"@type":"node","@id":4308555585,"@timestamp":1598354022},"coords":"51.8141517,-0.350945","bedrooms":"0","price":"181000","area":"488"} , +{"type":"Feature","id":"n4308737431","geometry":{"type":"Point","coordinates":[-0.2523549,51.5545036]},"properties":{"@type":"node","@id":4308737431,"@timestamp":1619901799},"coords":"51.5545036,-0.2523549","bedrooms":"2","price":"236000","area":"370"} , +{"type":"Feature","id":"n4308873377","geometry":{"type":"Point","coordinates":[-0.2765578,51.554224]},"properties":{"@type":"node","@id":4308873377,"@timestamp":1619901799},"coords":"51.554224,-0.2765578","bedrooms":"0","price":"299000","area":"481"} , +{"type":"Feature","id":"n4309010332","geometry":{"type":"Point","coordinates":[-0.0539541,51.5366031]},"properties":{"@type":"node","@id":4309010332,"@timestamp":1468846844},"coords":"51.5366031,-0.0539541","bedrooms":"4","price":"296000","area":"640"} , +{"type":"Feature","id":"n4309320783","geometry":{"type":"Point","coordinates":[-0.917729,51.4730585]},"properties":{"@type":"node","@id":4309320783,"@timestamp":1618658444},"coords":"51.4730585,-0.917729","bedrooms":"1","price":"298000","area":"584"} , +{"type":"Feature","id":"n4309664250","geometry":{"type":"Point","coordinates":[-0.4581739,51.4707343]},"properties":{"@type":"node","@id":4309664250,"@timestamp":1468865183},"coords":"51.4707343,-0.4581739","bedrooms":"4","price":"220000","area":"501"} , +{"type":"Feature","id":"n4309768233","geometry":{"type":"Point","coordinates":[-0.8359344,51.2843788]},"properties":{"@type":"node","@id":4309768233,"@timestamp":1571424748},"coords":"51.2843788,-0.8359344","bedrooms":"2","price":"159000","area":"589"} , +{"type":"Feature","id":"n4309829401","geometry":{"type":"Point","coordinates":[0.3024982,51.3703963]},"properties":{"@type":"node","@id":4309829401,"@timestamp":1468870680},"coords":"51.3703963,0.3024982","bedrooms":"0","price":"242000","area":"506"} , +{"type":"Feature","id":"n4309829426","geometry":{"type":"Point","coordinates":[0.3024463,51.3711075]},"properties":{"@type":"node","@id":4309829426,"@timestamp":1468870680},"coords":"51.3711075,0.3024463","bedrooms":"2","price":"284000","area":"372"} , +{"type":"Feature","id":"n4309862085","geometry":{"type":"Point","coordinates":[-0.7542238,51.2736816]},"properties":{"@type":"node","@id":4309862085,"@timestamp":1632852790},"coords":"51.2736816,-0.7542238","bedrooms":"1","price":"179000","area":"410"} , +{"type":"Feature","id":"n4309890549","geometry":{"type":"Point","coordinates":[-0.7565703,51.2740263]},"properties":{"@type":"node","@id":4309890549,"@timestamp":1568662888},"coords":"51.2740263,-0.7565703","bedrooms":"0","price":"158000","area":"361"} , +{"type":"Feature","id":"n4309975173","geometry":{"type":"Point","coordinates":[0.3025067,51.3696439]},"properties":{"@type":"node","@id":4309975173,"@timestamp":1468877121},"coords":"51.3696439,0.3025067","bedrooms":"0","price":"275000","area":"629"} , +{"type":"Feature","id":"n4309975623","geometry":{"type":"Point","coordinates":[-0.1171531,51.3595762]},"properties":{"@type":"node","@id":4309975623,"@timestamp":1468878658},"coords":"51.3595762,-0.1171531","bedrooms":"3","price":"189000","area":"360"} , +{"type":"Feature","id":"n4310052018","geometry":{"type":"Point","coordinates":[0.3021876,51.3697976]},"properties":{"@type":"node","@id":4310052018,"@timestamp":1468882611},"coords":"51.3697976,0.3021876","bedrooms":"2","price":"186000","area":"672"} , +{"type":"Feature","id":"n4310052038","geometry":{"type":"Point","coordinates":[0.3018391,51.3702044]},"properties":{"@type":"node","@id":4310052038,"@timestamp":1468882612},"coords":"51.3702044,0.3018391","bedrooms":"3","price":"242000","area":"356"} , +{"type":"Feature","id":"n4310087801","geometry":{"type":"Point","coordinates":[-0.127265,51.5003069]},"properties":{"@type":"node","@id":4310087801,"@timestamp":1612928485},"coords":"51.5003069,-0.127265","bedrooms":"2","price":"228000","area":"463"} , +{"type":"Feature","id":"n4310431301","geometry":{"type":"Point","coordinates":[-0.113205,51.3379733]},"properties":{"@type":"node","@id":4310431301,"@timestamp":1567442942},"coords":"51.3379733,-0.113205","bedrooms":"3","price":"187000","area":"598"} , +{"type":"Feature","id":"n4310519225","geometry":{"type":"Point","coordinates":[0.3022094,51.3696322]},"properties":{"@type":"node","@id":4310519225,"@timestamp":1468917342},"coords":"51.3696322,0.3022094","bedrooms":"4","price":"255000","area":"427"} , +{"type":"Feature","id":"n4310940631","geometry":{"type":"Point","coordinates":[-0.0467748,51.5371066]},"properties":{"@type":"node","@id":4310940631,"@timestamp":1468926328},"coords":"51.5371066,-0.0467748","bedrooms":"1","price":"188000","area":"579"} , +{"type":"Feature","id":"n4311034790","geometry":{"type":"Point","coordinates":[-0.0323581,51.5185031]},"properties":{"@type":"node","@id":4311034790,"@timestamp":1468928086},"coords":"51.5185031,-0.0323581","bedrooms":"1","price":"242000","area":"408"} , +{"type":"Feature","id":"n4311634081","geometry":{"type":"Point","coordinates":[0.3000788,51.3679761]},"properties":{"@type":"node","@id":4311634081,"@timestamp":1468951843},"coords":"51.3679761,0.3000788","bedrooms":"3","price":"297000","area":"371"} , +{"type":"Feature","id":"n4311634200","geometry":{"type":"Point","coordinates":[0.2991719,51.3681214]},"properties":{"@type":"node","@id":4311634200,"@timestamp":1468951844},"coords":"51.3681214,0.2991719","bedrooms":"4","price":"276000","area":"692"} , +{"type":"Feature","id":"n4311644563","geometry":{"type":"Point","coordinates":[0.2992526,51.367492]},"properties":{"@type":"node","@id":4311644563,"@timestamp":1468952510},"coords":"51.367492,0.2992526","bedrooms":"0","price":"218000","area":"449"} , +{"type":"Feature","id":"n4311687603","geometry":{"type":"Point","coordinates":[-0.847708,51.2548772]},"properties":{"@type":"node","@id":4311687603,"@timestamp":1551237755},"coords":"51.2548772,-0.847708","bedrooms":"0","price":"230000","area":"468"} , +{"type":"Feature","id":"n4311699861","geometry":{"type":"Point","coordinates":[0.3036337,51.3699749]},"properties":{"@type":"node","@id":4311699861,"@timestamp":1468955414},"coords":"51.3699749,0.3036337","bedrooms":"3","price":"284000","area":"486"} , +{"type":"Feature","id":"n4311699877","geometry":{"type":"Point","coordinates":[0.3034474,51.3704331]},"properties":{"@type":"node","@id":4311699877,"@timestamp":1468955414},"coords":"51.3704331,0.3034474","bedrooms":"2","price":"226000","area":"562"} , +{"type":"Feature","id":"n4311705695","geometry":{"type":"Point","coordinates":[-0.8516977,51.2564848]},"properties":{"@type":"node","@id":4311705695,"@timestamp":1511471657},"coords":"51.2564848,-0.8516977","bedrooms":"2","price":"224000","area":"512"} , +{"type":"Feature","id":"n4311722249","geometry":{"type":"Point","coordinates":[0.3040264,51.3704159]},"properties":{"@type":"node","@id":4311722249,"@timestamp":1468956057},"coords":"51.3704159,0.3040264","bedrooms":"4","price":"151000","area":"381"} , +{"type":"Feature","id":"n4311722263","geometry":{"type":"Point","coordinates":[0.3044469,51.3707923]},"properties":{"@type":"node","@id":4311722263,"@timestamp":1468956057},"coords":"51.3707923,0.3044469","bedrooms":"0","price":"177000","area":"534"} , +{"type":"Feature","id":"n4311930082","geometry":{"type":"Point","coordinates":[0.3029502,51.369134]},"properties":{"@type":"node","@id":4311930082,"@timestamp":1468965865},"coords":"51.369134,0.3029502","bedrooms":"0","price":"193000","area":"549"} , +{"type":"Feature","id":"n4311930295","geometry":{"type":"Point","coordinates":[0.3033751,51.3695487]},"properties":{"@type":"node","@id":4311930295,"@timestamp":1468965866},"coords":"51.3695487,0.3033751","bedrooms":"3","price":"178000","area":"656"} , +{"type":"Feature","id":"n4311960540","geometry":{"type":"Point","coordinates":[-0.1414559,51.519124]},"properties":{"@type":"node","@id":4311960540,"@timestamp":1468969852},"coords":"51.519124,-0.1414559","bedrooms":"2","price":"238000","area":"644"} , +{"type":"Feature","id":"n4312236253","geometry":{"type":"Point","coordinates":[0.3029546,51.3682775]},"properties":{"@type":"node","@id":4312236253,"@timestamp":1468997406},"coords":"51.3682775,0.3029546","bedrooms":"4","price":"245000","area":"539"} , +{"type":"Feature","id":"n4312236282","geometry":{"type":"Point","coordinates":[0.3030099,51.3687662]},"properties":{"@type":"node","@id":4312236282,"@timestamp":1468997407},"coords":"51.3687662,0.3030099","bedrooms":"4","price":"229000","area":"356"} , +{"type":"Feature","id":"n4312269455","geometry":{"type":"Point","coordinates":[0.3016012,51.3685113]},"properties":{"@type":"node","@id":4312269455,"@timestamp":1468999163},"coords":"51.3685113,0.3016012","bedrooms":"4","price":"226000","area":"679"} , +{"type":"Feature","id":"n4312269483","geometry":{"type":"Point","coordinates":[0.3020382,51.3688392]},"properties":{"@type":"node","@id":4312269483,"@timestamp":1468999163},"coords":"51.3688392,0.3020382","bedrooms":"0","price":"181000","area":"630"} , +{"type":"Feature","id":"n4312323533","geometry":{"type":"Point","coordinates":[-0.0903759,51.5196885]},"properties":{"@type":"node","@id":4312323533,"@timestamp":1628610482},"coords":"51.5196885,-0.0903759","bedrooms":"1","price":"159000","area":"510"} , +{"type":"Feature","id":"n4312511393","geometry":{"type":"Point","coordinates":[-0.0414231,51.5431463]},"properties":{"@type":"node","@id":4312511393,"@timestamp":1495198164},"coords":"51.5431463,-0.0414231","bedrooms":"0","price":"173000","area":"428"} , +{"type":"Feature","id":"n4312589054","geometry":{"type":"Point","coordinates":[-0.058594,51.5051223]},"properties":{"@type":"node","@id":4312589054,"@timestamp":1469014478},"coords":"51.5051223,-0.058594","bedrooms":"3","price":"229000","area":"388"} , +{"type":"Feature","id":"n4313282940","geometry":{"type":"Point","coordinates":[-0.0594009,51.4309282]},"properties":{"@type":"node","@id":4313282940,"@timestamp":1584912331},"coords":"51.4309282,-0.0594009","bedrooms":"2","price":"284000","area":"675"} , +{"type":"Feature","id":"n4313376322","geometry":{"type":"Point","coordinates":[-0.7507251,51.3279685]},"properties":{"@type":"node","@id":4313376322,"@timestamp":1469040602},"coords":"51.3279685,-0.7507251","bedrooms":"4","price":"232000","area":"360"} , +{"type":"Feature","id":"n4313588507","geometry":{"type":"Point","coordinates":[-0.2598224,51.5935276]},"properties":{"@type":"node","@id":4313588507,"@timestamp":1469050223},"coords":"51.5935276,-0.2598224","bedrooms":"0","price":"199000","area":"391"} , +{"type":"Feature","id":"n4313603098","geometry":{"type":"Point","coordinates":[-0.055624,51.5046736]},"properties":{"@type":"node","@id":4313603098,"@timestamp":1635679927},"coords":"51.5046736,-0.055624","bedrooms":"2","price":"251000","area":"439"} , +{"type":"Feature","id":"n4313670399","geometry":{"type":"Point","coordinates":[0.0279434,51.5753794]},"properties":{"@type":"node","@id":4313670399,"@timestamp":1469054485},"coords":"51.5753794,0.0279434","bedrooms":"1","price":"213000","area":"696"} , +{"type":"Feature","id":"n4313691200","geometry":{"type":"Point","coordinates":[0.0258083,51.5785462]},"properties":{"@type":"node","@id":4313691200,"@timestamp":1617649958},"coords":"51.5785462,0.0258083","bedrooms":"2","price":"268000","area":"570"} , +{"type":"Feature","id":"n4313936400","geometry":{"type":"Point","coordinates":[-0.0793488,51.5131851]},"properties":{"@type":"node","@id":4313936400,"@timestamp":1631183578},"coords":"51.5131851,-0.0793488","bedrooms":"0","price":"175000","area":"412"} , +{"type":"Feature","id":"n4314013414","geometry":{"type":"Point","coordinates":[-1.0633031,51.2725045]},"properties":{"@type":"node","@id":4314013414,"@timestamp":1469087774},"coords":"51.2725045,-1.0633031","bedrooms":"2","price":"200000","area":"466"} , +{"type":"Feature","id":"n4314184068","geometry":{"type":"Point","coordinates":[-0.0156706,51.5272718]},"properties":{"@type":"node","@id":4314184068,"@timestamp":1469097806},"coords":"51.5272718,-0.0156706","bedrooms":"2","price":"191000","area":"487"} , +{"type":"Feature","id":"n4314184396","geometry":{"type":"Point","coordinates":[-0.0154588,51.5267941]},"properties":{"@type":"node","@id":4314184396,"@timestamp":1481840641},"coords":"51.5267941,-0.0154588","bedrooms":"0","price":"282000","area":"515"} , +{"type":"Feature","id":"n4314224936","geometry":{"type":"Point","coordinates":[-0.0184905,51.5257404]},"properties":{"@type":"node","@id":4314224936,"@timestamp":1469100920},"coords":"51.5257404,-0.0184905","bedrooms":"1","price":"285000","area":"417"} , +{"type":"Feature","id":"n4314224976","geometry":{"type":"Point","coordinates":[-0.0178406,51.525468]},"properties":{"@type":"node","@id":4314224976,"@timestamp":1469100921},"coords":"51.525468,-0.0178406","bedrooms":"0","price":"285000","area":"668"} , +{"type":"Feature","id":"n4314475147","geometry":{"type":"Point","coordinates":[-0.0387742,51.5100693]},"properties":{"@type":"node","@id":4314475147,"@timestamp":1469112200},"coords":"51.5100693,-0.0387742","bedrooms":"1","price":"195000","area":"608"} , +{"type":"Feature","id":"n4314787502","geometry":{"type":"Point","coordinates":[-0.1264342,51.6330676]},"properties":{"@type":"node","@id":4314787502,"@timestamp":1469127868},"coords":"51.6330676,-0.1264342","bedrooms":"4","price":"202000","area":"625"} , +{"type":"Feature","id":"n4314864399","geometry":{"type":"Point","coordinates":[-0.1035621,51.4909008]},"properties":{"@type":"node","@id":4314864399,"@timestamp":1504890996},"coords":"51.4909008,-0.1035621","bedrooms":"1","price":"169000","area":"623"} , +{"type":"Feature","id":"n4314971092","geometry":{"type":"Point","coordinates":[-0.389139,51.6519005]},"properties":{"@type":"node","@id":4314971092,"@timestamp":1581034510},"coords":"51.6519005,-0.389139","bedrooms":"0","price":"257000","area":"378"} , +{"type":"Feature","id":"n4315436753","geometry":{"type":"Point","coordinates":[-0.2240507,51.4097726]},"properties":{"@type":"node","@id":4315436753,"@timestamp":1569707760},"coords":"51.4097726,-0.2240507","bedrooms":"0","price":"190000","area":"452"} , +{"type":"Feature","id":"n4315520132","geometry":{"type":"Point","coordinates":[-0.0455847,51.5387443]},"properties":{"@type":"node","@id":4315520132,"@timestamp":1469182705},"coords":"51.5387443,-0.0455847","bedrooms":"1","price":"284000","area":"640"} , +{"type":"Feature","id":"n4315535090","geometry":{"type":"Point","coordinates":[-0.0389961,51.5399812]},"properties":{"@type":"node","@id":4315535090,"@timestamp":1469183758},"coords":"51.5399812,-0.0389961","bedrooms":"0","price":"212000","area":"620"} , +{"type":"Feature","id":"n4315535110","geometry":{"type":"Point","coordinates":[-0.0394815,51.5400214]},"properties":{"@type":"node","@id":4315535110,"@timestamp":1469183759},"coords":"51.5400214,-0.0394815","bedrooms":"1","price":"229000","area":"502"} , +{"type":"Feature","id":"n4315609493","geometry":{"type":"Point","coordinates":[-0.3894423,51.6523599]},"properties":{"@type":"node","@id":4315609493,"@timestamp":1581034510},"coords":"51.6523599,-0.3894423","bedrooms":"1","price":"191000","area":"612"} , +{"type":"Feature","id":"n4316183252","geometry":{"type":"Point","coordinates":[-0.6339961,51.323113]},"properties":{"@type":"node","@id":4316183252,"@timestamp":1469216239},"coords":"51.323113,-0.6339961","bedrooms":"2","price":"223000","area":"636"} , +{"type":"Feature","id":"n4316277310","geometry":{"type":"Point","coordinates":[-0.6288629,51.3183187]},"properties":{"@type":"node","@id":4316277310,"@timestamp":1624030007},"coords":"51.3183187,-0.6288629","bedrooms":"0","price":"228000","area":"655"} , +{"type":"Feature","id":"n4316283853","geometry":{"type":"Point","coordinates":[-0.0812469,51.5219582]},"properties":{"@type":"node","@id":4316283853,"@timestamp":1469220753},"coords":"51.5219582,-0.0812469","bedrooms":"0","price":"203000","area":"460"} , +{"type":"Feature","id":"n4316563400","geometry":{"type":"Point","coordinates":[-0.0181391,51.4359031]},"properties":{"@type":"node","@id":4316563400,"@timestamp":1605482656},"coords":"51.4359031,-0.0181391","bedrooms":"0","price":"225000","area":"468"} , +{"type":"Feature","id":"n4316944129","geometry":{"type":"Point","coordinates":[0.3006247,51.5877155]},"properties":{"@type":"node","@id":4316944129,"@timestamp":1469276444},"coords":"51.5877155,0.3006247","bedrooms":"2","price":"259000","area":"652"} , +{"type":"Feature","id":"n4317118800","geometry":{"type":"Point","coordinates":[0.3027933,51.3675115]},"properties":{"@type":"node","@id":4317118800,"@timestamp":1469282206},"coords":"51.3675115,0.3027933","bedrooms":"0","price":"214000","area":"363"} , +{"type":"Feature","id":"n4317118828","geometry":{"type":"Point","coordinates":[0.3032313,51.3679197]},"properties":{"@type":"node","@id":4317118828,"@timestamp":1469282207},"coords":"51.3679197,0.3032313","bedrooms":"3","price":"209000","area":"677"} , +{"type":"Feature","id":"n4317133489","geometry":{"type":"Point","coordinates":[-0.0599925,51.5410853]},"properties":{"@type":"node","@id":4317133489,"@timestamp":1469282711},"coords":"51.5410853,-0.0599925","bedrooms":"3","price":"277000","area":"405"} , +{"type":"Feature","id":"n4317133499","geometry":{"type":"Point","coordinates":[-0.0598531,51.5408217]},"properties":{"@type":"node","@id":4317133499,"@timestamp":1469282712},"coords":"51.5408217,-0.0598531","bedrooms":"1","price":"276000","area":"352"} , +{"type":"Feature","id":"n4317140613","geometry":{"type":"Point","coordinates":[0.303113,51.3668098]},"properties":{"@type":"node","@id":4317140613,"@timestamp":1469283064},"coords":"51.3668098,0.303113","bedrooms":"3","price":"165000","area":"498"} , +{"type":"Feature","id":"n4317140636","geometry":{"type":"Point","coordinates":[0.3024518,51.3668907]},"properties":{"@type":"node","@id":4317140636,"@timestamp":1469283064},"coords":"51.3668907,0.3024518","bedrooms":"3","price":"215000","area":"550"} , +{"type":"Feature","id":"n4317140672","geometry":{"type":"Point","coordinates":[0.3034033,51.3671652]},"properties":{"@type":"node","@id":4317140672,"@timestamp":1469283065},"coords":"51.3671652,0.3034033","bedrooms":"0","price":"284000","area":"588"} , +{"type":"Feature","id":"n4317141497","geometry":{"type":"Point","coordinates":[0.3027613,51.3673934]},"properties":{"@type":"node","@id":4317141497,"@timestamp":1469283065},"coords":"51.3673934,0.3027613","bedrooms":"1","price":"182000","area":"596"} , +{"type":"Feature","id":"n4317196514","geometry":{"type":"Point","coordinates":[0.3011586,51.3670907]},"properties":{"@type":"node","@id":4317196514,"@timestamp":1469286103},"coords":"51.3670907,0.3011586","bedrooms":"3","price":"212000","area":"677"} , +{"type":"Feature","id":"n4317196546","geometry":{"type":"Point","coordinates":[0.3018393,51.3674326]},"properties":{"@type":"node","@id":4317196546,"@timestamp":1469286104},"coords":"51.3674326,0.3018393","bedrooms":"2","price":"299000","area":"587"} , +{"type":"Feature","id":"n4317196568","geometry":{"type":"Point","coordinates":[0.3012699,51.367565]},"properties":{"@type":"node","@id":4317196568,"@timestamp":1469286104},"coords":"51.367565,0.3012699","bedrooms":"1","price":"262000","area":"699"} , +{"type":"Feature","id":"n4317196790","geometry":{"type":"Point","coordinates":[0.3018027,51.3676579]},"properties":{"@type":"node","@id":4317196790,"@timestamp":1469286104},"coords":"51.3676579,0.3018027","bedrooms":"3","price":"175000","area":"468"} , +{"type":"Feature","id":"n4317196816","geometry":{"type":"Point","coordinates":[0.301432,51.3678169]},"properties":{"@type":"node","@id":4317196816,"@timestamp":1469286105},"coords":"51.3678169,0.301432","bedrooms":"2","price":"228000","area":"589"} , +{"type":"Feature","id":"n4317196849","geometry":{"type":"Point","coordinates":[0.3018532,51.3681417]},"properties":{"@type":"node","@id":4317196849,"@timestamp":1469286105},"coords":"51.3681417,0.3018532","bedrooms":"1","price":"208000","area":"641"} , +{"type":"Feature","id":"n4317196871","geometry":{"type":"Point","coordinates":[0.3020228,51.3682565]},"properties":{"@type":"node","@id":4317196871,"@timestamp":1469286106},"coords":"51.3682565,0.3020228","bedrooms":"0","price":"178000","area":"615"} , +{"type":"Feature","id":"n4317225086","geometry":{"type":"Point","coordinates":[0.2979065,51.366586]},"properties":{"@type":"node","@id":4317225086,"@timestamp":1469287445},"coords":"51.366586,0.2979065","bedrooms":"1","price":"257000","area":"357"} , +{"type":"Feature","id":"n4317225096","geometry":{"type":"Point","coordinates":[0.2991248,51.366824]},"properties":{"@type":"node","@id":4317225096,"@timestamp":1469287445},"coords":"51.366824,0.2991248","bedrooms":"2","price":"176000","area":"381"} , +{"type":"Feature","id":"n4317225106","geometry":{"type":"Point","coordinates":[0.2984319,51.3672426]},"properties":{"@type":"node","@id":4317225106,"@timestamp":1469287445},"coords":"51.3672426,0.2984319","bedrooms":"3","price":"168000","area":"646"} , +{"type":"Feature","id":"n4317238527","geometry":{"type":"Point","coordinates":[-0.1737871,51.4614761]},"properties":{"@type":"node","@id":4317238527,"@timestamp":1469288203},"coords":"51.4614761,-0.1737871","bedrooms":"3","price":"188000","area":"632"} , +{"type":"Feature","id":"n4317239712","geometry":{"type":"Point","coordinates":[-0.1759136,51.4605126]},"properties":{"@type":"node","@id":4317239712,"@timestamp":1494782261},"coords":"51.4605126,-0.1759136","bedrooms":"4","price":"237000","area":"610"} , +{"type":"Feature","id":"n4317261791","geometry":{"type":"Point","coordinates":[-0.3024296,51.4632338]},"properties":{"@type":"node","@id":4317261791,"@timestamp":1479461921},"coords":"51.4632338,-0.3024296","bedrooms":"3","price":"155000","area":"357"} , +{"type":"Feature","id":"n4317310018","geometry":{"type":"Point","coordinates":[0.298179,51.3654491]},"properties":{"@type":"node","@id":4317310018,"@timestamp":1469293249},"coords":"51.3654491,0.298179","bedrooms":"2","price":"165000","area":"441"} , +{"type":"Feature","id":"n4317310044","geometry":{"type":"Point","coordinates":[0.2980563,51.3660915]},"properties":{"@type":"node","@id":4317310044,"@timestamp":1609531165},"coords":"51.3660915,0.2980563","bedrooms":"0","price":"181000","area":"430"} , +{"type":"Feature","id":"n4317320358","geometry":{"type":"Point","coordinates":[0.2999422,51.365921]},"properties":{"@type":"node","@id":4317320358,"@timestamp":1469294353},"coords":"51.365921,0.2999422","bedrooms":"3","price":"287000","area":"419"} , +{"type":"Feature","id":"n4317341341","geometry":{"type":"Point","coordinates":[0.3006531,51.3661012]},"properties":{"@type":"node","@id":4317341341,"@timestamp":1469295663},"coords":"51.3661012,0.3006531","bedrooms":"4","price":"187000","area":"613"} , +{"type":"Feature","id":"n4317341365","geometry":{"type":"Point","coordinates":[0.3007991,51.3665291]},"properties":{"@type":"node","@id":4317341365,"@timestamp":1469295663},"coords":"51.3665291,0.3007991","bedrooms":"0","price":"234000","area":"600"} , +{"type":"Feature","id":"n4317341592","geometry":{"type":"Point","coordinates":[0.3001079,51.3666872]},"properties":{"@type":"node","@id":4317341592,"@timestamp":1469295664},"coords":"51.3666872,0.3001079","bedrooms":"4","price":"255000","area":"418"} , +{"type":"Feature","id":"n4317362937","geometry":{"type":"Point","coordinates":[-0.6449112,51.3408372]},"properties":{"@type":"node","@id":4317362937,"@timestamp":1484341924},"coords":"51.3408372,-0.6449112","bedrooms":"1","price":"268000","area":"406"} , +{"type":"Feature","id":"n4317378075","geometry":{"type":"Point","coordinates":[-0.6240162,51.3177214]},"properties":{"@type":"node","@id":4317378075,"@timestamp":1469298586},"coords":"51.3177214,-0.6240162","bedrooms":"3","price":"279000","area":"599"} , +{"type":"Feature","id":"n4317396167","geometry":{"type":"Point","coordinates":[-0.3071322,51.4602141]},"properties":{"@type":"node","@id":4317396167,"@timestamp":1617376474},"coords":"51.4602141,-0.3071322","bedrooms":"3","price":"222000","area":"674"} , +{"type":"Feature","id":"n4317512151","geometry":{"type":"Point","coordinates":[-0.6028832,51.3124629]},"properties":{"@type":"node","@id":4317512151,"@timestamp":1533071307},"coords":"51.3124629,-0.6028832","bedrooms":"1","price":"240000","area":"593"} , +{"type":"Feature","id":"n4317591471","geometry":{"type":"Point","coordinates":[-0.3055102,51.4584963]},"properties":{"@type":"node","@id":4317591471,"@timestamp":1634498394},"coords":"51.4584963,-0.3055102","bedrooms":"3","price":"152000","area":"503"} , +{"type":"Feature","id":"n4317666145","geometry":{"type":"Point","coordinates":[0.2999493,51.3655102]},"properties":{"@type":"node","@id":4317666145,"@timestamp":1469315912},"coords":"51.3655102,0.2999493","bedrooms":"4","price":"272000","area":"598"} , +{"type":"Feature","id":"n4317666165","geometry":{"type":"Point","coordinates":[0.2991935,51.3657905]},"properties":{"@type":"node","@id":4317666165,"@timestamp":1469315913},"coords":"51.3657905,0.2991935","bedrooms":"2","price":"255000","area":"464"} , +{"type":"Feature","id":"n4317674342","geometry":{"type":"Point","coordinates":[0.2988409,51.3651595]},"properties":{"@type":"node","@id":4317674342,"@timestamp":1609523973},"coords":"51.3651595,0.2988409","bedrooms":"2","price":"250000","area":"667"} , +{"type":"Feature","id":"n4317690908","geometry":{"type":"Point","coordinates":[0.3004893,51.3656882]},"properties":{"@type":"node","@id":4317690908,"@timestamp":1469318583},"coords":"51.3656882,0.3004893","bedrooms":"2","price":"253000","area":"477"} , +{"type":"Feature","id":"n4317697650","geometry":{"type":"Point","coordinates":[0.3003061,51.3649675]},"properties":{"@type":"node","@id":4317697650,"@timestamp":1609359099},"coords":"51.3649675,0.3003061","bedrooms":"0","price":"278000","area":"637"} , +{"type":"Feature","id":"n4317739180","geometry":{"type":"Point","coordinates":[-0.5915414,51.5115546]},"properties":{"@type":"node","@id":4317739180,"@timestamp":1469326333},"coords":"51.5115546,-0.5915414","bedrooms":"0","price":"165000","area":"571"} , +{"type":"Feature","id":"n4317749908","geometry":{"type":"Point","coordinates":[-0.5933922,51.5120004]},"properties":{"@type":"node","@id":4317749908,"@timestamp":1469326332},"coords":"51.5120004,-0.5933922","bedrooms":"3","price":"238000","area":"685"} , +{"type":"Feature","id":"n4317769165","geometry":{"type":"Point","coordinates":[-0.3106588,51.7486842]},"properties":{"@type":"node","@id":4317769165,"@timestamp":1469328696},"coords":"51.7486842,-0.3106588","bedrooms":"2","price":"277000","area":"655"} , +{"type":"Feature","id":"n4317901518","geometry":{"type":"Point","coordinates":[-0.2232981,51.4081659]},"properties":{"@type":"node","@id":4317901518,"@timestamp":1613469727},"coords":"51.4081659,-0.2232981","bedrooms":"3","price":"255000","area":"438"} , +{"type":"Feature","id":"n4317935902","geometry":{"type":"Point","coordinates":[0.3017131,51.3657039]},"properties":{"@type":"node","@id":4317935902,"@timestamp":1469346690},"coords":"51.3657039,0.3017131","bedrooms":"0","price":"290000","area":"374"} , +{"type":"Feature","id":"n4317935921","geometry":{"type":"Point","coordinates":[0.3027904,51.3659917]},"properties":{"@type":"node","@id":4317935921,"@timestamp":1469346691},"coords":"51.3659917,0.3027904","bedrooms":"1","price":"192000","area":"645"} , +{"type":"Feature","id":"n4317935949","geometry":{"type":"Point","coordinates":[0.302651,51.3663334]},"properties":{"@type":"node","@id":4317935949,"@timestamp":1469346691},"coords":"51.3663334,0.302651","bedrooms":"4","price":"279000","area":"695"} , +{"type":"Feature","id":"n4317959393","geometry":{"type":"Point","coordinates":[0.3027369,51.3649264]},"properties":{"@type":"node","@id":4317959393,"@timestamp":1469348079},"coords":"51.3649264,0.3027369","bedrooms":"3","price":"280000","area":"548"} , +{"type":"Feature","id":"n4317959417","geometry":{"type":"Point","coordinates":[0.3026307,51.3653694]},"properties":{"@type":"node","@id":4317959417,"@timestamp":1469348080},"coords":"51.3653694,0.3026307","bedrooms":"1","price":"263000","area":"577"} , +{"type":"Feature","id":"n4317971948","geometry":{"type":"Point","coordinates":[-0.2237167,51.4099976]},"properties":{"@type":"node","@id":4317971948,"@timestamp":1613469727},"coords":"51.4099976,-0.2237167","bedrooms":"1","price":"298000","area":"529"} , +{"type":"Feature","id":"n4318273853","geometry":{"type":"Point","coordinates":[0.8858039,51.8143395]},"properties":{"@type":"node","@id":4318273853,"@timestamp":1477516363},"coords":"51.8143395,0.8858039","bedrooms":"2","price":"261000","area":"682"} , +{"type":"Feature","id":"n4318304070","geometry":{"type":"Point","coordinates":[0.5194304,51.6147678]},"properties":{"@type":"node","@id":4318304070,"@timestamp":1579700083},"coords":"51.6147678,0.5194304","bedrooms":"4","price":"296000","area":"656"} , +{"type":"Feature","id":"n4318362416","geometry":{"type":"Point","coordinates":[-0.1073695,51.5081435]},"properties":{"@type":"node","@id":4318362416,"@timestamp":1469370948},"coords":"51.5081435,-0.1073695","bedrooms":"2","price":"185000","area":"640"} , +{"type":"Feature","id":"n4318369469","geometry":{"type":"Point","coordinates":[-0.3008714,51.4612402]},"properties":{"@type":"node","@id":4318369469,"@timestamp":1523135358},"coords":"51.4612402,-0.3008714","bedrooms":"4","price":"268000","area":"658"} , +{"type":"Feature","id":"n4318505936","geometry":{"type":"Point","coordinates":[0.7611258,51.5358322]},"properties":{"@type":"node","@id":4318505936,"@timestamp":1629115807},"coords":"51.5358322,0.7611258","bedrooms":"3","price":"252000","area":"375"} , +{"type":"Feature","id":"n4318939460","geometry":{"type":"Point","coordinates":[-0.0220792,51.8140792]},"properties":{"@type":"node","@id":4318939460,"@timestamp":1469407042},"coords":"51.8140792,-0.0220792","bedrooms":"2","price":"278000","area":"351"} , +{"type":"Feature","id":"n4319517969","geometry":{"type":"Point","coordinates":[-0.6586801,51.5301212]},"properties":{"@type":"node","@id":4319517969,"@timestamp":1469450921},"coords":"51.5301212,-0.6586801","bedrooms":"0","price":"225000","area":"490"} , +{"type":"Feature","id":"n4319635799","geometry":{"type":"Point","coordinates":[-0.4638678,51.2207493]},"properties":{"@type":"node","@id":4319635799,"@timestamp":1469454740},"coords":"51.2207493,-0.4638678","bedrooms":"3","price":"254000","area":"597"} , +{"type":"Feature","id":"n4319722243","geometry":{"type":"Point","coordinates":[-0.2286798,51.4682895]},"properties":{"@type":"node","@id":4319722243,"@timestamp":1594895312},"coords":"51.4682895,-0.2286798","bedrooms":"0","price":"292000","area":"561"} , +{"type":"Feature","id":"n4319722253","geometry":{"type":"Point","coordinates":[-0.228504,51.4682477]},"properties":{"@type":"node","@id":4319722253,"@timestamp":1594895312},"coords":"51.4682477,-0.228504","bedrooms":"1","price":"160000","area":"354"} , +{"type":"Feature","id":"n4319722263","geometry":{"type":"Point","coordinates":[-0.228751,51.4682028]},"properties":{"@type":"node","@id":4319722263,"@timestamp":1594895312},"coords":"51.4682028,-0.228751","bedrooms":"3","price":"260000","area":"415"} , +{"type":"Feature","id":"n4319780184","geometry":{"type":"Point","coordinates":[-0.0296719,51.52856]},"properties":{"@type":"node","@id":4319780184,"@timestamp":1469462136},"coords":"51.52856,-0.0296719","bedrooms":"2","price":"242000","area":"544"} , +{"type":"Feature","id":"n4320155181","geometry":{"type":"Point","coordinates":[-0.1184412,51.5308999]},"properties":{"@type":"node","@id":4320155181,"@timestamp":1576049301},"coords":"51.5308999,-0.1184412","bedrooms":"4","price":"193000","area":"560"} , +{"type":"Feature","id":"n4320224426","geometry":{"type":"Point","coordinates":[-0.1171191,51.5345622]},"properties":{"@type":"node","@id":4320224426,"@timestamp":1469480940},"coords":"51.5345622,-0.1171191","bedrooms":"1","price":"257000","area":"474"} , +{"type":"Feature","id":"n4320248989","geometry":{"type":"Point","coordinates":[-0.0640233,51.5039422]},"properties":{"@type":"node","@id":4320248989,"@timestamp":1573662393},"coords":"51.5039422,-0.0640233","bedrooms":"0","price":"268000","area":"362"} , +{"type":"Feature","id":"n4320249001","geometry":{"type":"Point","coordinates":[-0.0600987,51.5032269]},"properties":{"@type":"node","@id":4320249001,"@timestamp":1553292457},"coords":"51.5032269,-0.0600987","bedrooms":"4","price":"221000","area":"541"} , +{"type":"Feature","id":"n4320277774","geometry":{"type":"Point","coordinates":[-0.115373,51.5400477]},"properties":{"@type":"node","@id":4320277774,"@timestamp":1469483229},"coords":"51.5400477,-0.115373","bedrooms":"4","price":"287000","area":"553"} , +{"type":"Feature","id":"n4320280197","geometry":{"type":"Point","coordinates":[-0.1153779,51.5401088]},"properties":{"@type":"node","@id":4320280197,"@timestamp":1469483229},"coords":"51.5401088,-0.1153779","bedrooms":"1","price":"230000","area":"412"} , +{"type":"Feature","id":"n4320280212","geometry":{"type":"Point","coordinates":[-0.1151539,51.5400245]},"properties":{"@type":"node","@id":4320280212,"@timestamp":1469483229},"coords":"51.5400245,-0.1151539","bedrooms":"3","price":"159000","area":"605"} , +{"type":"Feature","id":"n4320288691","geometry":{"type":"Point","coordinates":[-0.1151526,51.5397759]},"properties":{"@type":"node","@id":4320288691,"@timestamp":1469483490},"coords":"51.5397759,-0.1151526","bedrooms":"1","price":"241000","area":"477"} , +{"type":"Feature","id":"n4320305989","geometry":{"type":"Point","coordinates":[0.0454821,51.6255626]},"properties":{"@type":"node","@id":4320305989,"@timestamp":1629554169},"coords":"51.6255626,0.0454821","bedrooms":"1","price":"262000","area":"515"} , +{"type":"Feature","id":"n4320730398","geometry":{"type":"Point","coordinates":[-0.0746131,51.4492164]},"properties":{"@type":"node","@id":4320730398,"@timestamp":1469520101},"coords":"51.4492164,-0.0746131","bedrooms":"2","price":"199000","area":"596"} , +{"type":"Feature","id":"n4320740625","geometry":{"type":"Point","coordinates":[-0.1050112,51.561835]},"properties":{"@type":"node","@id":4320740625,"@timestamp":1469520562},"coords":"51.561835,-0.1050112","bedrooms":"3","price":"150000","area":"387"} , +{"type":"Feature","id":"n4320750817","geometry":{"type":"Point","coordinates":[-0.1028784,51.555384]},"properties":{"@type":"node","@id":4320750817,"@timestamp":1626455184},"coords":"51.555384,-0.1028784","bedrooms":"2","price":"238000","area":"635"} , +{"type":"Feature","id":"n4320789976","geometry":{"type":"Point","coordinates":[-0.1025208,51.5478232]},"properties":{"@type":"node","@id":4320789976,"@timestamp":1469521488},"coords":"51.5478232,-0.1025208","bedrooms":"4","price":"175000","area":"452"} , +{"type":"Feature","id":"n4321190057","geometry":{"type":"Point","coordinates":[-0.1763117,51.5555429]},"properties":{"@type":"node","@id":4321190057,"@timestamp":1469539505},"coords":"51.5555429,-0.1763117","bedrooms":"1","price":"158000","area":"580"} , +{"type":"Feature","id":"n4321252186","geometry":{"type":"Point","coordinates":[-0.1466697,51.5411672]},"properties":{"@type":"node","@id":4321252186,"@timestamp":1485528269},"coords":"51.5411672,-0.1466697","bedrooms":"3","price":"167000","area":"609"} , +{"type":"Feature","id":"n4322115493","geometry":{"type":"Point","coordinates":[-0.0936253,51.3930355]},"properties":{"@type":"node","@id":4322115493,"@timestamp":1536703380},"coords":"51.3930355,-0.0936253","bedrooms":"4","price":"210000","area":"535"} , +{"type":"Feature","id":"n4322147689","geometry":{"type":"Point","coordinates":[-0.093447,51.3918395]},"properties":{"@type":"node","@id":4322147689,"@timestamp":1469568675},"coords":"51.3918395,-0.093447","bedrooms":"3","price":"198000","area":"538"} , +{"type":"Feature","id":"n4323133942","geometry":{"type":"Point","coordinates":[-0.6524963,51.5257532]},"properties":{"@type":"node","@id":4323133942,"@timestamp":1469619790},"coords":"51.5257532,-0.6524963","bedrooms":"3","price":"189000","area":"657"} , +{"type":"Feature","id":"n4323152295","geometry":{"type":"Point","coordinates":[-0.1988889,51.4504199]},"properties":{"@type":"node","@id":4323152295,"@timestamp":1469620125},"coords":"51.4504199,-0.1988889","bedrooms":"0","price":"229000","area":"525"} , +{"type":"Feature","id":"n4323260857","geometry":{"type":"Point","coordinates":[0.8141043,51.6326462]},"properties":{"@type":"node","@id":4323260857,"@timestamp":1543945410},"coords":"51.6326462,0.8141043","bedrooms":"4","price":"242000","area":"622"} , +{"type":"Feature","id":"n4323391789","geometry":{"type":"Point","coordinates":[-0.0743047,51.5638043]},"properties":{"@type":"node","@id":4323391789,"@timestamp":1628349467},"coords":"51.5638043,-0.0743047","bedrooms":"2","price":"251000","area":"586"} , +{"type":"Feature","id":"n4323727127","geometry":{"type":"Point","coordinates":[-0.1687407,51.4714007]},"properties":{"@type":"node","@id":4323727127,"@timestamp":1553789270},"coords":"51.4714007,-0.1687407","bedrooms":"3","price":"198000","area":"561"} , +{"type":"Feature","id":"n4324360893","geometry":{"type":"Point","coordinates":[-0.0235972,51.4446493]},"properties":{"@type":"node","@id":4324360893,"@timestamp":1581347257},"coords":"51.4446493,-0.0235972","bedrooms":"1","price":"292000","area":"638"} , +{"type":"Feature","id":"n4324470540","geometry":{"type":"Point","coordinates":[-0.0570512,51.5129057]},"properties":{"@type":"node","@id":4324470540,"@timestamp":1469661186},"coords":"51.5129057,-0.0570512","bedrooms":"4","price":"244000","area":"593"} , +{"type":"Feature","id":"n4324470550","geometry":{"type":"Point","coordinates":[-0.0569237,51.5138756]},"properties":{"@type":"node","@id":4324470550,"@timestamp":1576430165},"coords":"51.5138756,-0.0569237","bedrooms":"0","price":"236000","area":"417"} , +{"type":"Feature","id":"n4324470560","geometry":{"type":"Point","coordinates":[-0.056529,51.5138215]},"properties":{"@type":"node","@id":4324470560,"@timestamp":1576430165},"coords":"51.5138215,-0.056529","bedrooms":"0","price":"282000","area":"586"} , +{"type":"Feature","id":"n4324470580","geometry":{"type":"Point","coordinates":[-0.0569134,51.5139831]},"properties":{"@type":"node","@id":4324470580,"@timestamp":1593351453},"coords":"51.5139831,-0.0569134","bedrooms":"1","price":"171000","area":"667"} , +{"type":"Feature","id":"n4324851292","geometry":{"type":"Point","coordinates":[-0.3869383,51.5900723]},"properties":{"@type":"node","@id":4324851292,"@timestamp":1469694699},"coords":"51.5900723,-0.3869383","bedrooms":"1","price":"157000","area":"414"} , +{"type":"Feature","id":"n4324851517","geometry":{"type":"Point","coordinates":[-0.3858046,51.5924731]},"properties":{"@type":"node","@id":4324851517,"@timestamp":1469694701},"coords":"51.5924731,-0.3858046","bedrooms":"4","price":"225000","area":"389"} , +{"type":"Feature","id":"n4324851576","geometry":{"type":"Point","coordinates":[-0.3847792,51.593379]},"properties":{"@type":"node","@id":4324851576,"@timestamp":1469694701},"coords":"51.593379,-0.3847792","bedrooms":"2","price":"207000","area":"688"} , +{"type":"Feature","id":"n4325084550","geometry":{"type":"Point","coordinates":[0.1687713,50.9650088]},"properties":{"@type":"node","@id":4325084550,"@timestamp":1469706673},"coords":"50.9650088,0.1687713","bedrooms":"0","price":"167000","area":"368"} , +{"type":"Feature","id":"n4325118694","geometry":{"type":"Point","coordinates":[-0.7945988,51.2213576]},"properties":{"@type":"node","@id":4325118694,"@timestamp":1469707181},"coords":"51.2213576,-0.7945988","bedrooms":"2","price":"277000","area":"457"} , +{"type":"Feature","id":"n4325118706","geometry":{"type":"Point","coordinates":[-0.8009568,51.2202094]},"properties":{"@type":"node","@id":4325118706,"@timestamp":1469707181},"coords":"51.2202094,-0.8009568","bedrooms":"4","price":"239000","area":"676"} , +{"type":"Feature","id":"n4325186524","geometry":{"type":"Point","coordinates":[-0.799674,51.2181206]},"properties":{"@type":"node","@id":4325186524,"@timestamp":1469710349},"coords":"51.2181206,-0.799674","bedrooms":"4","price":"295000","area":"615"} , +{"type":"Feature","id":"n4325186536","geometry":{"type":"Point","coordinates":[-0.7993931,51.218155]},"properties":{"@type":"node","@id":4325186536,"@timestamp":1469710349},"coords":"51.218155,-0.7993931","bedrooms":"2","price":"264000","area":"655"} , +{"type":"Feature","id":"n4325186577","geometry":{"type":"Point","coordinates":[-0.8004749,51.2207312]},"properties":{"@type":"node","@id":4325186577,"@timestamp":1469710350},"coords":"51.2207312,-0.8004749","bedrooms":"0","price":"297000","area":"579"} , +{"type":"Feature","id":"n4325187092","geometry":{"type":"Point","coordinates":[-0.7967475,51.2188834]},"properties":{"@type":"node","@id":4325187092,"@timestamp":1469710350},"coords":"51.2188834,-0.7967475","bedrooms":"3","price":"229000","area":"359"} , +{"type":"Feature","id":"n4325187102","geometry":{"type":"Point","coordinates":[-0.7944944,51.2197131]},"properties":{"@type":"node","@id":4325187102,"@timestamp":1469710351},"coords":"51.2197131,-0.7944944","bedrooms":"2","price":"268000","area":"395"} , +{"type":"Feature","id":"n4325187112","geometry":{"type":"Point","coordinates":[-0.7921396,51.2204272]},"properties":{"@type":"node","@id":4325187112,"@timestamp":1469710351},"coords":"51.2204272,-0.7921396","bedrooms":"3","price":"265000","area":"421"} , +{"type":"Feature","id":"n4325187124","geometry":{"type":"Point","coordinates":[-0.7987873,51.2213387]},"properties":{"@type":"node","@id":4325187124,"@timestamp":1469710351},"coords":"51.2213387,-0.7987873","bedrooms":"2","price":"205000","area":"522"} , +{"type":"Feature","id":"n4325264115","geometry":{"type":"Point","coordinates":[-0.8000552,51.2192798]},"properties":{"@type":"node","@id":4325264115,"@timestamp":1469714432},"coords":"51.2192798,-0.8000552","bedrooms":"4","price":"235000","area":"538"} , +{"type":"Feature","id":"n4325264125","geometry":{"type":"Point","coordinates":[-0.7985281,51.219663]},"properties":{"@type":"node","@id":4325264125,"@timestamp":1469714432},"coords":"51.219663,-0.7985281","bedrooms":"4","price":"159000","area":"391"} , +{"type":"Feature","id":"n4325264135","geometry":{"type":"Point","coordinates":[-0.797057,51.2200813]},"properties":{"@type":"node","@id":4325264135,"@timestamp":1469714432},"coords":"51.2200813,-0.797057","bedrooms":"4","price":"170000","area":"655"} , +{"type":"Feature","id":"n4325264145","geometry":{"type":"Point","coordinates":[-0.791411,51.2217953]},"properties":{"@type":"node","@id":4325264145,"@timestamp":1469714432},"coords":"51.2217953,-0.791411","bedrooms":"0","price":"193000","area":"462"} , +{"type":"Feature","id":"n4325264155","geometry":{"type":"Point","coordinates":[-0.7905611,51.222193]},"properties":{"@type":"node","@id":4325264155,"@timestamp":1469714433},"coords":"51.222193,-0.7905611","bedrooms":"1","price":"182000","area":"518"} , +{"type":"Feature","id":"n4325264165","geometry":{"type":"Point","coordinates":[-0.7888051,51.2216695]},"properties":{"@type":"node","@id":4325264165,"@timestamp":1469714433},"coords":"51.2216695,-0.7888051","bedrooms":"4","price":"175000","area":"508"} , +{"type":"Feature","id":"n4325599687","geometry":{"type":"Point","coordinates":[-0.0297068,51.4463927]},"properties":{"@type":"node","@id":4325599687,"@timestamp":1469726582},"coords":"51.4463927,-0.0297068","bedrooms":"0","price":"156000","area":"691"} , +{"type":"Feature","id":"n4326051584","geometry":{"type":"Point","coordinates":[-0.7848718,51.2343159]},"properties":{"@type":"node","@id":4326051584,"@timestamp":1469739822},"coords":"51.2343159,-0.7848718","bedrooms":"1","price":"162000","area":"419"} , +{"type":"Feature","id":"n4326092124","geometry":{"type":"Point","coordinates":[-0.7871769,51.2380175]},"properties":{"@type":"node","@id":4326092124,"@timestamp":1617902308},"coords":"51.2380175,-0.7871769","bedrooms":"3","price":"226000","area":"533"} , +{"type":"Feature","id":"n4326154002","geometry":{"type":"Point","coordinates":[-0.81259,51.2353513]},"properties":{"@type":"node","@id":4326154002,"@timestamp":1597613232},"coords":"51.2353513,-0.81259","bedrooms":"2","price":"237000","area":"390"} , +{"type":"Feature","id":"n4326335379","geometry":{"type":"Point","coordinates":[-0.0896443,51.0657368]},"properties":{"@type":"node","@id":4326335379,"@timestamp":1469752670},"coords":"51.0657368,-0.0896443","bedrooms":"1","price":"212000","area":"688"} , +{"type":"Feature","id":"n4326336016","geometry":{"type":"Point","coordinates":[-0.0916468,51.0641761]},"properties":{"@type":"node","@id":4326336016,"@timestamp":1469752671},"coords":"51.0641761,-0.0916468","bedrooms":"3","price":"266000","area":"543"} , +{"type":"Feature","id":"n4326916963","geometry":{"type":"Point","coordinates":[-1.0958961,51.2055317]},"properties":{"@type":"node","@id":4326916963,"@timestamp":1469802226},"coords":"51.2055317,-1.0958961","bedrooms":"4","price":"271000","area":"634"} , +{"type":"Feature","id":"n4326999534","geometry":{"type":"Point","coordinates":[-1.092936,51.1922328]},"properties":{"@type":"node","@id":4326999534,"@timestamp":1469806294},"coords":"51.1922328,-1.092936","bedrooms":"1","price":"218000","area":"550"} , +{"type":"Feature","id":"n4327035769","geometry":{"type":"Point","coordinates":[0.8910032,51.9166996]},"properties":{"@type":"node","@id":4327035769,"@timestamp":1572016221},"coords":"51.9166996,0.8910032","bedrooms":"2","price":"222000","area":"395"} , +{"type":"Feature","id":"n4327297988","geometry":{"type":"Point","coordinates":[-0.1926827,51.4927847]},"properties":{"@type":"node","@id":4327297988,"@timestamp":1615507618},"coords":"51.4927847,-0.1926827","bedrooms":"3","price":"201000","area":"640"} , +{"type":"Feature","id":"n4327351743","geometry":{"type":"Point","coordinates":[-0.1930378,51.4926099]},"properties":{"@type":"node","@id":4327351743,"@timestamp":1615507618},"coords":"51.4926099,-0.1930378","bedrooms":"2","price":"286000","area":"389"} , +{"type":"Feature","id":"n4327812354","geometry":{"type":"Point","coordinates":[-0.0270989,51.4473986]},"properties":{"@type":"node","@id":4327812354,"@timestamp":1610632070},"coords":"51.4473986,-0.0270989","bedrooms":"3","price":"244000","area":"680"} , +{"type":"Feature","id":"n4327820626","geometry":{"type":"Point","coordinates":[-0.0276291,51.4480328]},"properties":{"@type":"node","@id":4327820626,"@timestamp":1469958411},"coords":"51.4480328,-0.0276291","bedrooms":"2","price":"272000","area":"574"} , +{"type":"Feature","id":"n4327848417","geometry":{"type":"Point","coordinates":[-0.4377657,51.5696667]},"properties":{"@type":"node","@id":4327848417,"@timestamp":1520337101},"coords":"51.5696667,-0.4377657","bedrooms":"4","price":"225000","area":"649"} , +{"type":"Feature","id":"n4327901409","geometry":{"type":"Point","coordinates":[-0.1430816,51.5223719]},"properties":{"@type":"node","@id":4327901409,"@timestamp":1469878339},"coords":"51.5223719,-0.1430816","bedrooms":"1","price":"219000","area":"489"} , +{"type":"Feature","id":"n4327901514","geometry":{"type":"Point","coordinates":[-0.1424295,51.5230067]},"properties":{"@type":"node","@id":4327901514,"@timestamp":1469878343},"coords":"51.5230067,-0.1424295","bedrooms":"1","price":"249000","area":"591"} , +{"type":"Feature","id":"n4327979698","geometry":{"type":"Point","coordinates":[0.4724971,51.7344236]},"properties":{"@type":"node","@id":4327979698,"@timestamp":1617826621},"coords":"51.7344236,0.4724971","bedrooms":"3","price":"251000","area":"579"} , +{"type":"Feature","id":"n4328030984","geometry":{"type":"Point","coordinates":[0.4704717,51.7331501]},"properties":{"@type":"node","@id":4328030984,"@timestamp":1469887570},"coords":"51.7331501,0.4704717","bedrooms":"3","price":"150000","area":"627"} , +{"type":"Feature","id":"n4328031597","geometry":{"type":"Point","coordinates":[0.4705199,51.7331493]},"properties":{"@type":"node","@id":4328031597,"@timestamp":1469887570},"coords":"51.7331493,0.4705199","bedrooms":"1","price":"205000","area":"535"} , +{"type":"Feature","id":"n4328046068","geometry":{"type":"Point","coordinates":[0.4765697,51.7324233]},"properties":{"@type":"node","@id":4328046068,"@timestamp":1469889057},"coords":"51.7324233,0.4765697","bedrooms":"4","price":"203000","area":"632"} , +{"type":"Feature","id":"n4328046078","geometry":{"type":"Point","coordinates":[0.4763792,51.7322173]},"properties":{"@type":"node","@id":4328046078,"@timestamp":1469889057},"coords":"51.7322173,0.4763792","bedrooms":"3","price":"279000","area":"558"} , +{"type":"Feature","id":"n4328124488","geometry":{"type":"Point","coordinates":[-0.0790445,51.4618294]},"properties":{"@type":"node","@id":4328124488,"@timestamp":1469895509},"coords":"51.4618294,-0.0790445","bedrooms":"2","price":"176000","area":"581"} , +{"type":"Feature","id":"n4328179498","geometry":{"type":"Point","coordinates":[0.3937343,51.4183203]},"properties":{"@type":"node","@id":4328179498,"@timestamp":1469902655},"coords":"51.4183203,0.3937343","bedrooms":"0","price":"164000","area":"368"} , +{"type":"Feature","id":"n4328195799","geometry":{"type":"Point","coordinates":[0.3891219,51.4154413]},"properties":{"@type":"node","@id":4328195799,"@timestamp":1469902653},"coords":"51.4154413,0.3891219","bedrooms":"1","price":"262000","area":"584"} , +{"type":"Feature","id":"n4328229492","geometry":{"type":"Point","coordinates":[-0.0627696,51.8072902]},"properties":{"@type":"node","@id":4328229492,"@timestamp":1469905645},"coords":"51.8072902,-0.0627696","bedrooms":"1","price":"292000","area":"525"} , +{"type":"Feature","id":"n4328231995","geometry":{"type":"Point","coordinates":[0.3992336,51.4351932]},"properties":{"@type":"node","@id":4328231995,"@timestamp":1469902662},"coords":"51.4351932,0.3992336","bedrooms":"4","price":"263000","area":"415"} , +{"type":"Feature","id":"n4328262589","geometry":{"type":"Point","coordinates":[-0.0179791,51.7977283]},"properties":{"@type":"node","@id":4328262589,"@timestamp":1469904619},"coords":"51.7977283,-0.0179791","bedrooms":"1","price":"250000","area":"540"} , +{"type":"Feature","id":"n4328310587","geometry":{"type":"Point","coordinates":[-0.0314419,51.4837811]},"properties":{"@type":"node","@id":4328310587,"@timestamp":1469908255},"coords":"51.4837811,-0.0314419","bedrooms":"2","price":"175000","area":"628"} , +{"type":"Feature","id":"n4328332025","geometry":{"type":"Point","coordinates":[-1.080608,51.2070816]},"properties":{"@type":"node","@id":4328332025,"@timestamp":1469910640},"coords":"51.2070816,-1.080608","bedrooms":"0","price":"265000","area":"621"} , +{"type":"Feature","id":"n4329275242","geometry":{"type":"Point","coordinates":[-0.9203687,51.4289651]},"properties":{"@type":"node","@id":4329275242,"@timestamp":1619995866},"coords":"51.4289651,-0.9203687","bedrooms":"4","price":"283000","area":"440"} , +{"type":"Feature","id":"n4329375265","geometry":{"type":"Point","coordinates":[-0.1417108,51.5230867]},"properties":{"@type":"node","@id":4329375265,"@timestamp":1469968453},"coords":"51.5230867,-0.1417108","bedrooms":"1","price":"169000","area":"487"} , +{"type":"Feature","id":"n4329759043","geometry":{"type":"Point","coordinates":[-0.8984807,51.4377017]},"properties":{"@type":"node","@id":4329759043,"@timestamp":1590923944},"coords":"51.4377017,-0.8984807","bedrooms":"0","price":"184000","area":"571"} , +{"type":"Feature","id":"n4329814771","geometry":{"type":"Point","coordinates":[-0.1991975,51.4727306]},"properties":{"@type":"node","@id":4329814771,"@timestamp":1470041250},"coords":"51.4727306,-0.1991975","bedrooms":"2","price":"157000","area":"689"} , +{"type":"Feature","id":"n4329814781","geometry":{"type":"Point","coordinates":[-0.1965641,51.4736505]},"properties":{"@type":"node","@id":4329814781,"@timestamp":1469992617},"coords":"51.4736505,-0.1965641","bedrooms":"4","price":"284000","area":"688"} , +{"type":"Feature","id":"n4329814892","geometry":{"type":"Point","coordinates":[-0.1997794,51.4728172]},"properties":{"@type":"node","@id":4329814892,"@timestamp":1580917003},"coords":"51.4728172,-0.1997794","bedrooms":"2","price":"273000","area":"603"} , +{"type":"Feature","id":"n4329814990","geometry":{"type":"Point","coordinates":[-0.1971457,51.4733409]},"properties":{"@type":"node","@id":4329814990,"@timestamp":1469992619},"coords":"51.4733409,-0.1971457","bedrooms":"2","price":"213000","area":"458"} , +{"type":"Feature","id":"n4329962748","geometry":{"type":"Point","coordinates":[-0.1251077,51.5079287]},"properties":{"@type":"node","@id":4329962748,"@timestamp":1609316981},"coords":"51.5079287,-0.1251077","bedrooms":"3","price":"283000","area":"369"} , +{"type":"Feature","id":"n4329989285","geometry":{"type":"Point","coordinates":[0.1347934,50.9918136]},"properties":{"@type":"node","@id":4329989285,"@timestamp":1547305612},"coords":"50.9918136,0.1347934","bedrooms":"1","price":"260000","area":"431"} , +{"type":"Feature","id":"n4330706540","geometry":{"type":"Point","coordinates":[-0.0874497,51.5284412]},"properties":{"@type":"node","@id":4330706540,"@timestamp":1475660437},"coords":"51.5284412,-0.0874497","bedrooms":"0","price":"254000","area":"465"} , +{"type":"Feature","id":"n4331013034","geometry":{"type":"Point","coordinates":[0.3041433,51.3681584]},"properties":{"@type":"node","@id":4331013034,"@timestamp":1470063233},"coords":"51.3681584,0.3041433","bedrooms":"2","price":"247000","area":"554"} , +{"type":"Feature","id":"n4331013057","geometry":{"type":"Point","coordinates":[0.3048491,51.3684493]},"properties":{"@type":"node","@id":4331013057,"@timestamp":1470063233},"coords":"51.3684493,0.3048491","bedrooms":"4","price":"187000","area":"443"} , +{"type":"Feature","id":"n4331024380","geometry":{"type":"Point","coordinates":[0.3053878,51.3687644]},"properties":{"@type":"node","@id":4331024380,"@timestamp":1470063787},"coords":"51.3687644,0.3053878","bedrooms":"0","price":"261000","area":"588"} , +{"type":"Feature","id":"n4331024700","geometry":{"type":"Point","coordinates":[0.304261,51.3691709]},"properties":{"@type":"node","@id":4331024700,"@timestamp":1470063788},"coords":"51.3691709,0.304261","bedrooms":"2","price":"194000","area":"365"} , +{"type":"Feature","id":"n4331077634","geometry":{"type":"Point","coordinates":[-0.0357824,51.5445089]},"properties":{"@type":"node","@id":4331077634,"@timestamp":1470065929},"coords":"51.5445089,-0.0357824","bedrooms":"3","price":"270000","area":"637"} , +{"type":"Feature","id":"n4331082380","geometry":{"type":"Point","coordinates":[0.3049226,51.3691934]},"properties":{"@type":"node","@id":4331082380,"@timestamp":1470066115},"coords":"51.3691934,0.3049226","bedrooms":"4","price":"159000","area":"374"} , +{"type":"Feature","id":"n4331082402","geometry":{"type":"Point","coordinates":[0.3044533,51.3693902]},"properties":{"@type":"node","@id":4331082402,"@timestamp":1470066115},"coords":"51.3693902,0.3044533","bedrooms":"4","price":"251000","area":"627"} , +{"type":"Feature","id":"n4331082422","geometry":{"type":"Point","coordinates":[0.3055755,51.3696128]},"properties":{"@type":"node","@id":4331082422,"@timestamp":1470066116},"coords":"51.3696128,0.3055755","bedrooms":"3","price":"194000","area":"495"} , +{"type":"Feature","id":"n4331118769","geometry":{"type":"Point","coordinates":[-0.0416369,51.5440308]},"properties":{"@type":"node","@id":4331118769,"@timestamp":1470067121},"coords":"51.5440308,-0.0416369","bedrooms":"0","price":"289000","area":"493"} , +{"type":"Feature","id":"n4331134149","geometry":{"type":"Point","coordinates":[0.3050647,51.3698071]},"properties":{"@type":"node","@id":4331134149,"@timestamp":1470068213},"coords":"51.3698071,0.3050647","bedrooms":"0","price":"201000","area":"566"} , +{"type":"Feature","id":"n4331164159","geometry":{"type":"Point","coordinates":[0.306124,51.369506]},"properties":{"@type":"node","@id":4331164159,"@timestamp":1470069546},"coords":"51.369506,0.306124","bedrooms":"3","price":"247000","area":"478"} , +{"type":"Feature","id":"n4331164183","geometry":{"type":"Point","coordinates":[0.3057314,51.3699852]},"properties":{"@type":"node","@id":4331164183,"@timestamp":1470069546},"coords":"51.3699852,0.3057314","bedrooms":"3","price":"265000","area":"469"} , +{"type":"Feature","id":"n4331215476","geometry":{"type":"Point","coordinates":[0.3066793,51.3700348]},"properties":{"@type":"node","@id":4331215476,"@timestamp":1470072861},"coords":"51.3700348,0.3066793","bedrooms":"4","price":"182000","area":"550"} , +{"type":"Feature","id":"n4331215500","geometry":{"type":"Point","coordinates":[0.3060614,51.370248]},"properties":{"@type":"node","@id":4331215500,"@timestamp":1470072861},"coords":"51.370248,0.3060614","bedrooms":"4","price":"157000","area":"363"} , +{"type":"Feature","id":"n4331215525","geometry":{"type":"Point","coordinates":[0.3059276,51.3705896]},"properties":{"@type":"node","@id":4331215525,"@timestamp":1470072862},"coords":"51.3705896,0.3059276","bedrooms":"0","price":"295000","area":"411"} , +{"type":"Feature","id":"n4331215547","geometry":{"type":"Point","coordinates":[0.3054041,51.3707501]},"properties":{"@type":"node","@id":4331215547,"@timestamp":1470072862},"coords":"51.3707501,0.3054041","bedrooms":"4","price":"221000","area":"449"} , +{"type":"Feature","id":"n4331310096","geometry":{"type":"Point","coordinates":[-0.0950651,51.3946633]},"properties":{"@type":"node","@id":4331310096,"@timestamp":1470085443},"coords":"51.3946633,-0.0950651","bedrooms":"3","price":"286000","area":"651"} , +{"type":"Feature","id":"n4331338003","geometry":{"type":"Point","coordinates":[-0.0964509,51.3956181]},"properties":{"@type":"node","@id":4331338003,"@timestamp":1470085467},"coords":"51.3956181,-0.0964509","bedrooms":"3","price":"273000","area":"425"} , +{"type":"Feature","id":"n4331424990","geometry":{"type":"Point","coordinates":[-0.0945338,51.39459]},"properties":{"@type":"node","@id":4331424990,"@timestamp":1470085440},"coords":"51.39459,-0.0945338","bedrooms":"0","price":"194000","area":"469"} , +{"type":"Feature","id":"n4331476071","geometry":{"type":"Point","coordinates":[0.3477429,51.4309243]},"properties":{"@type":"node","@id":4331476071,"@timestamp":1560860187},"coords":"51.4309243,0.3477429","bedrooms":"4","price":"255000","area":"529"} , +{"type":"Feature","id":"n4332189218","geometry":{"type":"Point","coordinates":[-1.0980505,51.3429614]},"properties":{"@type":"node","@id":4332189218,"@timestamp":1616235454},"coords":"51.3429614,-1.0980505","bedrooms":"2","price":"177000","area":"598"} , +{"type":"Feature","id":"n4332189235","geometry":{"type":"Point","coordinates":[-1.0932119,51.3431691]},"properties":{"@type":"node","@id":4332189235,"@timestamp":1470135937},"coords":"51.3431691,-1.0932119","bedrooms":"3","price":"199000","area":"627"} , +{"type":"Feature","id":"n4332202529","geometry":{"type":"Point","coordinates":[-0.0475617,51.5440291]},"properties":{"@type":"node","@id":4332202529,"@timestamp":1600303671},"coords":"51.5440291,-0.0475617","bedrooms":"3","price":"178000","area":"535"} , +{"type":"Feature","id":"n4332380720","geometry":{"type":"Point","coordinates":[-0.0172638,51.5180021]},"properties":{"@type":"node","@id":4332380720,"@timestamp":1470145773},"coords":"51.5180021,-0.0172638","bedrooms":"1","price":"162000","area":"406"} , +{"type":"Feature","id":"n4332696412","geometry":{"type":"Point","coordinates":[-0.1307843,51.5507105]},"properties":{"@type":"node","@id":4332696412,"@timestamp":1629376834},"coords":"51.5507105,-0.1307843","bedrooms":"0","price":"227000","area":"540"} , +{"type":"Feature","id":"n4332717963","geometry":{"type":"Point","coordinates":[0.3057176,51.3714538]},"properties":{"@type":"node","@id":4332717963,"@timestamp":1470162180},"coords":"51.3714538,0.3057176","bedrooms":"1","price":"247000","area":"475"} , +{"type":"Feature","id":"n4332746736","geometry":{"type":"Point","coordinates":[0.3071134,51.3715152]},"properties":{"@type":"node","@id":4332746736,"@timestamp":1470163870},"coords":"51.3715152,0.3071134","bedrooms":"3","price":"233000","area":"399"} , +{"type":"Feature","id":"n4332746760","geometry":{"type":"Point","coordinates":[0.3071067,51.371688]},"properties":{"@type":"node","@id":4332746760,"@timestamp":1470163871},"coords":"51.371688,0.3071067","bedrooms":"0","price":"198000","area":"622"} , +{"type":"Feature","id":"n4332746780","geometry":{"type":"Point","coordinates":[0.3070711,51.3717852]},"properties":{"@type":"node","@id":4332746780,"@timestamp":1470163871},"coords":"51.3717852,0.3070711","bedrooms":"3","price":"287000","area":"358"} , +{"type":"Feature","id":"n4332748464","geometry":{"type":"Point","coordinates":[-0.1714417,51.5260337]},"properties":{"@type":"node","@id":4332748464,"@timestamp":1518062946},"coords":"51.5260337,-0.1714417","bedrooms":"1","price":"219000","area":"694"} , +{"type":"Feature","id":"n4332761565","geometry":{"type":"Point","coordinates":[0.307977,51.3700345]},"properties":{"@type":"node","@id":4332761565,"@timestamp":1470165041},"coords":"51.3700345,0.307977","bedrooms":"4","price":"170000","area":"573"} , +{"type":"Feature","id":"n4332761585","geometry":{"type":"Point","coordinates":[0.3076943,51.3703593]},"properties":{"@type":"node","@id":4332761585,"@timestamp":1470165041},"coords":"51.3703593,0.3076943","bedrooms":"4","price":"299000","area":"613"} , +{"type":"Feature","id":"n4332762106","geometry":{"type":"Point","coordinates":[0.3068987,51.3706802]},"properties":{"@type":"node","@id":4332762106,"@timestamp":1470165042},"coords":"51.3706802,0.3068987","bedrooms":"0","price":"255000","area":"507"} , +{"type":"Feature","id":"n4332786682","geometry":{"type":"Point","coordinates":[0.3083839,51.3703261]},"properties":{"@type":"node","@id":4332786682,"@timestamp":1470166331},"coords":"51.3703261,0.3083839","bedrooms":"0","price":"176000","area":"522"} , +{"type":"Feature","id":"n4332786710","geometry":{"type":"Point","coordinates":[0.3088821,51.3707459]},"properties":{"@type":"node","@id":4332786710,"@timestamp":1470166331},"coords":"51.3707459,0.3088821","bedrooms":"1","price":"216000","area":"460"} , +{"type":"Feature","id":"n4332786726","geometry":{"type":"Point","coordinates":[0.3070048,51.3708941]},"properties":{"@type":"node","@id":4332786726,"@timestamp":1470166332},"coords":"51.3708941,0.3070048","bedrooms":"1","price":"213000","area":"475"} , +{"type":"Feature","id":"n4332786748","geometry":{"type":"Point","coordinates":[0.3086237,51.3710261]},"properties":{"@type":"node","@id":4332786748,"@timestamp":1470166332},"coords":"51.3710261,0.3086237","bedrooms":"0","price":"267000","area":"468"} , +{"type":"Feature","id":"n4332786768","geometry":{"type":"Point","coordinates":[0.3085532,51.3713526]},"properties":{"@type":"node","@id":4332786768,"@timestamp":1470166332},"coords":"51.3713526,0.3085532","bedrooms":"3","price":"156000","area":"608"} , +{"type":"Feature","id":"n4333855505","geometry":{"type":"Point","coordinates":[-0.0813963,51.5207885]},"properties":{"@type":"node","@id":4333855505,"@timestamp":1470231794},"coords":"51.5207885,-0.0813963","bedrooms":"1","price":"171000","area":"439"} , +{"type":"Feature","id":"n4333956687","geometry":{"type":"Point","coordinates":[-0.2133379,51.5318371]},"properties":{"@type":"node","@id":4333956687,"@timestamp":1470236246},"coords":"51.5318371,-0.2133379","bedrooms":"4","price":"166000","area":"656"} , +{"type":"Feature","id":"n4334033583","geometry":{"type":"Point","coordinates":[-0.0344257,51.554279]},"properties":{"@type":"node","@id":4334033583,"@timestamp":1470239976},"coords":"51.554279,-0.0344257","bedrooms":"0","price":"203000","area":"697"} , +{"type":"Feature","id":"n4334033593","geometry":{"type":"Point","coordinates":[-0.0329446,51.5539981]},"properties":{"@type":"node","@id":4334033593,"@timestamp":1470239976},"coords":"51.5539981,-0.0329446","bedrooms":"1","price":"213000","area":"643"} , +{"type":"Feature","id":"n4334203670","geometry":{"type":"Point","coordinates":[-0.338033,51.5815154]},"properties":{"@type":"node","@id":4334203670,"@timestamp":1621857465},"coords":"51.5815154,-0.338033","bedrooms":"2","price":"294000","area":"393"} , +{"type":"Feature","id":"n4334312687","geometry":{"type":"Point","coordinates":[-0.2049007,51.5307218]},"properties":{"@type":"node","@id":4334312687,"@timestamp":1470251674},"coords":"51.5307218,-0.2049007","bedrooms":"4","price":"159000","area":"695"} , +{"type":"Feature","id":"n4334478625","geometry":{"type":"Point","coordinates":[0.3096707,51.3705631]},"properties":{"@type":"node","@id":4334478625,"@timestamp":1470256323},"coords":"51.3705631,0.3096707","bedrooms":"0","price":"280000","area":"453"} , +{"type":"Feature","id":"n4334478652","geometry":{"type":"Point","coordinates":[0.3097219,51.3708683]},"properties":{"@type":"node","@id":4334478652,"@timestamp":1470256323},"coords":"51.3708683,0.3097219","bedrooms":"0","price":"253000","area":"412"} , +{"type":"Feature","id":"n4334478676","geometry":{"type":"Point","coordinates":[0.3091077,51.3710965]},"properties":{"@type":"node","@id":4334478676,"@timestamp":1470256324},"coords":"51.3710965,0.3091077","bedrooms":"0","price":"252000","area":"668"} , +{"type":"Feature","id":"n4334539620","geometry":{"type":"Point","coordinates":[0.3105278,51.3713334]},"properties":{"@type":"node","@id":4334539620,"@timestamp":1470258055},"coords":"51.3713334,0.3105278","bedrooms":"0","price":"292000","area":"489"} , +{"type":"Feature","id":"n4334539647","geometry":{"type":"Point","coordinates":[0.3099507,51.3714304]},"properties":{"@type":"node","@id":4334539647,"@timestamp":1470258056},"coords":"51.3714304,0.3099507","bedrooms":"3","price":"160000","area":"450"} , +{"type":"Feature","id":"n4334665472","geometry":{"type":"Point","coordinates":[0.3117631,51.3718322]},"properties":{"@type":"node","@id":4334665472,"@timestamp":1470263382},"coords":"51.3718322,0.3117631","bedrooms":"3","price":"205000","area":"469"} , +{"type":"Feature","id":"n4334665997","geometry":{"type":"Point","coordinates":[0.3118267,51.3719834]},"properties":{"@type":"node","@id":4334665997,"@timestamp":1470263383},"coords":"51.3719834,0.3118267","bedrooms":"1","price":"168000","area":"496"} , +{"type":"Feature","id":"n4334666019","geometry":{"type":"Point","coordinates":[0.308734,51.3720799]},"properties":{"@type":"node","@id":4334666019,"@timestamp":1470263383},"coords":"51.3720799,0.308734","bedrooms":"3","price":"205000","area":"505"} , +{"type":"Feature","id":"n4334666044","geometry":{"type":"Point","coordinates":[0.3113834,51.3721489]},"properties":{"@type":"node","@id":4334666044,"@timestamp":1470263383},"coords":"51.3721489,0.3113834","bedrooms":"3","price":"151000","area":"468"} , +{"type":"Feature","id":"n4334666068","geometry":{"type":"Point","coordinates":[0.3096019,51.3722237]},"properties":{"@type":"node","@id":4334666068,"@timestamp":1470263384},"coords":"51.3722237,0.3096019","bedrooms":"0","price":"298000","area":"383"} , +{"type":"Feature","id":"n4335011190","geometry":{"type":"Point","coordinates":[0.3098128,51.371879]},"properties":{"@type":"node","@id":4335011190,"@timestamp":1470291303},"coords":"51.371879,0.3098128","bedrooms":"3","price":"167000","area":"482"} , +{"type":"Feature","id":"n4335040308","geometry":{"type":"Point","coordinates":[-0.1714938,51.5210252]},"properties":{"@type":"node","@id":4335040308,"@timestamp":1564908067},"coords":"51.5210252,-0.1714938","bedrooms":"0","price":"214000","area":"489"} , +{"type":"Feature","id":"n4335601614","geometry":{"type":"Point","coordinates":[0.311105,51.371466]},"properties":{"@type":"node","@id":4335601614,"@timestamp":1470324757},"coords":"51.371466,0.311105","bedrooms":"3","price":"162000","area":"680"} , +{"type":"Feature","id":"n4335880973","geometry":{"type":"Point","coordinates":[0.3113236,51.3708385]},"properties":{"@type":"node","@id":4335880973,"@timestamp":1470335387},"coords":"51.3708385,0.3113236","bedrooms":"2","price":"239000","area":"475"} , +{"type":"Feature","id":"n4336218963","geometry":{"type":"Point","coordinates":[-0.0485909,51.5446687]},"properties":{"@type":"node","@id":4336218963,"@timestamp":1612356770},"coords":"51.5446687,-0.0485909","bedrooms":"0","price":"245000","area":"560"} , +{"type":"Feature","id":"n4336529860","geometry":{"type":"Point","coordinates":[0.0706248,51.2672317]},"properties":{"@type":"node","@id":4336529860,"@timestamp":1470376549},"coords":"51.2672317,0.0706248","bedrooms":"0","price":"166000","area":"571"} , +{"type":"Feature","id":"n4336529871","geometry":{"type":"Point","coordinates":[0.0712985,51.266537]},"properties":{"@type":"node","@id":4336529871,"@timestamp":1470376549},"coords":"51.266537,0.0712985","bedrooms":"1","price":"158000","area":"606"} , +{"type":"Feature","id":"n4336641576","geometry":{"type":"Point","coordinates":[-0.1301701,51.4264444]},"properties":{"@type":"node","@id":4336641576,"@timestamp":1610860318},"coords":"51.4264444,-0.1301701","bedrooms":"3","price":"185000","area":"490"} , +{"type":"Feature","id":"n4336722166","geometry":{"type":"Point","coordinates":[-0.1380781,51.5498721]},"properties":{"@type":"node","@id":4336722166,"@timestamp":1628959548},"coords":"51.5498721,-0.1380781","bedrooms":"2","price":"207000","area":"397"} , +{"type":"Feature","id":"n4336921796","geometry":{"type":"Point","coordinates":[-0.0333892,51.5273147]},"properties":{"@type":"node","@id":4336921796,"@timestamp":1470400969},"coords":"51.5273147,-0.0333892","bedrooms":"4","price":"180000","area":"408"} , +{"type":"Feature","id":"n4337646302","geometry":{"type":"Point","coordinates":[-0.3298668,51.1057508]},"properties":{"@type":"node","@id":4337646302,"@timestamp":1529404455},"coords":"51.1057508,-0.3298668","bedrooms":"3","price":"243000","area":"636"} , +{"type":"Feature","id":"n4337664932","geometry":{"type":"Point","coordinates":[-0.2008769,51.5249845]},"properties":{"@type":"node","@id":4337664932,"@timestamp":1470432871},"coords":"51.5249845,-0.2008769","bedrooms":"1","price":"295000","area":"442"} , +{"type":"Feature","id":"n4337666188","geometry":{"type":"Point","coordinates":[-0.2013611,51.5259357]},"properties":{"@type":"node","@id":4337666188,"@timestamp":1470432874},"coords":"51.5259357,-0.2013611","bedrooms":"3","price":"235000","area":"646"} , +{"type":"Feature","id":"n4337666515","geometry":{"type":"Point","coordinates":[-0.201278,51.5263227]},"properties":{"@type":"node","@id":4337666515,"@timestamp":1567255246},"coords":"51.5263227,-0.201278","bedrooms":"3","price":"189000","area":"558"} , +{"type":"Feature","id":"n4337667068","geometry":{"type":"Point","coordinates":[-0.2013549,51.5272782]},"properties":{"@type":"node","@id":4337667068,"@timestamp":1567586442},"coords":"51.5272782,-0.2013549","bedrooms":"4","price":"289000","area":"529"} , +{"type":"Feature","id":"n4337838799","geometry":{"type":"Point","coordinates":[0.3067958,51.3690659]},"properties":{"@type":"node","@id":4337838799,"@timestamp":1470438967},"coords":"51.3690659,0.3067958","bedrooms":"3","price":"174000","area":"431"} , +{"type":"Feature","id":"n4337838825","geometry":{"type":"Point","coordinates":[0.3066774,51.3692293]},"properties":{"@type":"node","@id":4337838825,"@timestamp":1470438967},"coords":"51.3692293,0.3066774","bedrooms":"3","price":"259000","area":"582"} , +{"type":"Feature","id":"n4337884024","geometry":{"type":"Point","coordinates":[-0.0693605,51.4702003]},"properties":{"@type":"node","@id":4337884024,"@timestamp":1598373686},"coords":"51.4702003,-0.0693605","bedrooms":"0","price":"298000","area":"458"} , +{"type":"Feature","id":"n4337914385","geometry":{"type":"Point","coordinates":[0.04295,51.3998942]},"properties":{"@type":"node","@id":4337914385,"@timestamp":1598373686},"coords":"51.3998942,0.04295","bedrooms":"2","price":"211000","area":"597"} , +{"type":"Feature","id":"n4338028862","geometry":{"type":"Point","coordinates":[0.6025446,50.9828153]},"properties":{"@type":"node","@id":4338028862,"@timestamp":1528623377},"coords":"50.9828153,0.6025446","bedrooms":"2","price":"273000","area":"671"} , +{"type":"Feature","id":"n4338035656","geometry":{"type":"Point","coordinates":[0.5944242,50.9811728]},"properties":{"@type":"node","@id":4338035656,"@timestamp":1470464846},"coords":"50.9811728,0.5944242","bedrooms":"0","price":"180000","area":"599"} , +{"type":"Feature","id":"n4338152211","geometry":{"type":"Point","coordinates":[-0.1090809,51.5040927]},"properties":{"@type":"node","@id":4338152211,"@timestamp":1565369957},"coords":"51.5040927,-0.1090809","bedrooms":"0","price":"150000","area":"605"} , +{"type":"Feature","id":"n4338180999","geometry":{"type":"Point","coordinates":[0.0886888,51.3732028]},"properties":{"@type":"node","@id":4338180999,"@timestamp":1470476596},"coords":"51.3732028,0.0886888","bedrooms":"1","price":"196000","area":"418"} , +{"type":"Feature","id":"n4338415965","geometry":{"type":"Point","coordinates":[0.311938,51.3109704]},"properties":{"@type":"node","@id":4338415965,"@timestamp":1470491163},"coords":"51.3109704,0.311938","bedrooms":"2","price":"175000","area":"376"} , +{"type":"Feature","id":"n4338732095","geometry":{"type":"Point","coordinates":[0.5898351,51.2274156]},"properties":{"@type":"node","@id":4338732095,"@timestamp":1470508145},"coords":"51.2274156,0.5898351","bedrooms":"2","price":"278000","area":"534"} , +{"type":"Feature","id":"n4338744893","geometry":{"type":"Point","coordinates":[0.5916874,51.2132345]},"properties":{"@type":"node","@id":4338744893,"@timestamp":1470508147},"coords":"51.2132345,0.5916874","bedrooms":"2","price":"290000","area":"511"} , +{"type":"Feature","id":"n4338770632","geometry":{"type":"Point","coordinates":[0.3080867,51.3683834]},"properties":{"@type":"node","@id":4338770632,"@timestamp":1470507304},"coords":"51.3683834,0.3080867","bedrooms":"3","price":"161000","area":"614"} , +{"type":"Feature","id":"n4338770667","geometry":{"type":"Point","coordinates":[0.3083659,51.3686936]},"properties":{"@type":"node","@id":4338770667,"@timestamp":1470507305},"coords":"51.3686936,0.3083659","bedrooms":"3","price":"258000","area":"449"} , +{"type":"Feature","id":"n4338774393","geometry":{"type":"Point","coordinates":[0.3073565,51.3688462]},"properties":{"@type":"node","@id":4338774393,"@timestamp":1470507305},"coords":"51.3688462,0.3073565","bedrooms":"1","price":"253000","area":"515"} , +{"type":"Feature","id":"n4338774421","geometry":{"type":"Point","coordinates":[0.3077703,51.3692014]},"properties":{"@type":"node","@id":4338774421,"@timestamp":1470507306},"coords":"51.3692014,0.3077703","bedrooms":"1","price":"286000","area":"405"} , +{"type":"Feature","id":"n4338800380","geometry":{"type":"Point","coordinates":[0.3081844,51.3694729]},"properties":{"@type":"node","@id":4338800380,"@timestamp":1470509553},"coords":"51.3694729,0.3081844","bedrooms":"1","price":"208000","area":"584"} , +{"type":"Feature","id":"n4338800455","geometry":{"type":"Point","coordinates":[0.3084918,51.3696048]},"properties":{"@type":"node","@id":4338800455,"@timestamp":1470510566},"coords":"51.3696048,0.3084918","bedrooms":"0","price":"223000","area":"628"} , +{"type":"Feature","id":"n4338813797","geometry":{"type":"Point","coordinates":[-0.1524531,51.5140361]},"properties":{"@type":"node","@id":4338813797,"@timestamp":1564908067},"coords":"51.5140361,-0.1524531","bedrooms":"3","price":"299000","area":"696"} , +{"type":"Feature","id":"n4338822328","geometry":{"type":"Point","coordinates":[0.3093511,51.3693917]},"properties":{"@type":"node","@id":4338822328,"@timestamp":1470511055},"coords":"51.3693917,0.3093511","bedrooms":"3","price":"193000","area":"636"} , +{"type":"Feature","id":"n4338861588","geometry":{"type":"Point","coordinates":[-0.149112,51.5145238]},"properties":{"@type":"node","@id":4338861588,"@timestamp":1547961992},"coords":"51.5145238,-0.149112","bedrooms":"1","price":"290000","area":"507"} , +{"type":"Feature","id":"n4338871514","geometry":{"type":"Point","coordinates":[-0.1467182,51.514666]},"properties":{"@type":"node","@id":4338871514,"@timestamp":1628884916},"coords":"51.514666,-0.1467182","bedrooms":"0","price":"238000","area":"474"} , +{"type":"Feature","id":"n4339006890","geometry":{"type":"Point","coordinates":[0.3090619,51.3686701]},"properties":{"@type":"node","@id":4339006890,"@timestamp":1470518868},"coords":"51.3686701,0.3090619","bedrooms":"4","price":"296000","area":"595"} , +{"type":"Feature","id":"n4339006919","geometry":{"type":"Point","coordinates":[0.3094126,51.3688749]},"properties":{"@type":"node","@id":4339006919,"@timestamp":1470518868},"coords":"51.3688749,0.3094126","bedrooms":"1","price":"266000","area":"535"} , +{"type":"Feature","id":"n4339046692","geometry":{"type":"Point","coordinates":[0.3104299,51.3691368]},"properties":{"@type":"node","@id":4339046692,"@timestamp":1470520865},"coords":"51.3691368,0.3104299","bedrooms":"1","price":"191000","area":"618"} , +{"type":"Feature","id":"n4339046725","geometry":{"type":"Point","coordinates":[0.3101459,51.3692507]},"properties":{"@type":"node","@id":4339046725,"@timestamp":1470520865},"coords":"51.3692507,0.3101459","bedrooms":"1","price":"270000","area":"651"} , +{"type":"Feature","id":"n4339046752","geometry":{"type":"Point","coordinates":[0.3106102,51.3693284]},"properties":{"@type":"node","@id":4339046752,"@timestamp":1470520866},"coords":"51.3693284,0.3106102","bedrooms":"0","price":"200000","area":"442"} , +{"type":"Feature","id":"n4339054854","geometry":{"type":"Point","coordinates":[0.3104408,51.3695922]},"properties":{"@type":"node","@id":4339054854,"@timestamp":1470521665},"coords":"51.3695922,0.3104408","bedrooms":"3","price":"222000","area":"419"} , +{"type":"Feature","id":"n4339061852","geometry":{"type":"Point","coordinates":[0.3096806,51.3698094]},"properties":{"@type":"node","@id":4339061852,"@timestamp":1470522154},"coords":"51.3698094,0.3096806","bedrooms":"3","price":"291000","area":"563"} , +{"type":"Feature","id":"n4339061874","geometry":{"type":"Point","coordinates":[0.3104573,51.3701657]},"properties":{"@type":"node","@id":4339061874,"@timestamp":1470522155},"coords":"51.3701657,0.3104573","bedrooms":"4","price":"243000","area":"668"} , +{"type":"Feature","id":"n4339560143","geometry":{"type":"Point","coordinates":[-0.1896,51.5095504]},"properties":{"@type":"node","@id":4339560143,"@timestamp":1470561606},"coords":"51.5095504,-0.1896","bedrooms":"2","price":"190000","area":"435"} , +{"type":"Feature","id":"n4339572367","geometry":{"type":"Point","coordinates":[-0.1779699,51.5044219]},"properties":{"@type":"node","@id":4339572367,"@timestamp":1617544265},"coords":"51.5044219,-0.1779699","bedrooms":"4","price":"170000","area":"404"} , +{"type":"Feature","id":"n4339579991","geometry":{"type":"Point","coordinates":[-0.1875401,51.5061582]},"properties":{"@type":"node","@id":4339579991,"@timestamp":1470562892},"coords":"51.5061582,-0.1875401","bedrooms":"0","price":"277000","area":"508"} , +{"type":"Feature","id":"n4339580009","geometry":{"type":"Point","coordinates":[-0.1866603,51.5070263]},"properties":{"@type":"node","@id":4339580009,"@timestamp":1470562893},"coords":"51.5070263,-0.1866603","bedrooms":"4","price":"187000","area":"437"} , +{"type":"Feature","id":"n4339593748","geometry":{"type":"Point","coordinates":[-0.1785547,51.5029884]},"properties":{"@type":"node","@id":4339593748,"@timestamp":1470564293},"coords":"51.5029884,-0.1785547","bedrooms":"0","price":"254000","area":"448"} , +{"type":"Feature","id":"n4339611196","geometry":{"type":"Point","coordinates":[-0.1808511,51.5024991]},"properties":{"@type":"node","@id":4339611196,"@timestamp":1470565303},"coords":"51.5024991,-0.1808511","bedrooms":"0","price":"174000","area":"411"} , +{"type":"Feature","id":"n4339611209","geometry":{"type":"Point","coordinates":[-0.1807527,51.5028368]},"properties":{"@type":"node","@id":4339611209,"@timestamp":1470565303},"coords":"51.5028368,-0.1807527","bedrooms":"3","price":"251000","area":"579"} , +{"type":"Feature","id":"n4339615228","geometry":{"type":"Point","coordinates":[-0.1830339,51.502198]},"properties":{"@type":"node","@id":4339615228,"@timestamp":1470565753},"coords":"51.502198,-0.1830339","bedrooms":"4","price":"198000","area":"464"} , +{"type":"Feature","id":"n4339615247","geometry":{"type":"Point","coordinates":[-0.183286,51.5021427]},"properties":{"@type":"node","@id":4339615247,"@timestamp":1470565753},"coords":"51.5021427,-0.183286","bedrooms":"1","price":"241000","area":"699"} , +{"type":"Feature","id":"n4339617183","geometry":{"type":"Point","coordinates":[-0.1848516,51.5029755]},"properties":{"@type":"node","@id":4339617183,"@timestamp":1470565903},"coords":"51.5029755,-0.1848516","bedrooms":"1","price":"238000","area":"621"} , +{"type":"Feature","id":"n4339936001","geometry":{"type":"Point","coordinates":[0.0357758,51.5348504]},"properties":{"@type":"node","@id":4339936001,"@timestamp":1608384682},"coords":"51.5348504,0.0357758","bedrooms":"2","price":"167000","area":"448"} , +{"type":"Feature","id":"n4339936011","geometry":{"type":"Point","coordinates":[0.0355949,51.5352576]},"properties":{"@type":"node","@id":4339936011,"@timestamp":1470579960},"coords":"51.5352576,0.0355949","bedrooms":"4","price":"292000","area":"571"} , +{"type":"Feature","id":"n4339936021","geometry":{"type":"Point","coordinates":[0.0358158,51.534763]},"properties":{"@type":"node","@id":4339936021,"@timestamp":1608384682},"coords":"51.534763,0.0358158","bedrooms":"4","price":"279000","area":"564"} , +{"type":"Feature","id":"n4340150586","geometry":{"type":"Point","coordinates":[-0.5871648,51.3294363]},"properties":{"@type":"node","@id":4340150586,"@timestamp":1470587643},"coords":"51.3294363,-0.5871648","bedrooms":"3","price":"298000","area":"411"} , +{"type":"Feature","id":"n4340235292","geometry":{"type":"Point","coordinates":[0.0360784,51.5341836]},"properties":{"@type":"node","@id":4340235292,"@timestamp":1537799397},"coords":"51.5341836,0.0360784","bedrooms":"3","price":"218000","area":"558"} , +{"type":"Feature","id":"n4340235302","geometry":{"type":"Point","coordinates":[0.036587,51.5327217]},"properties":{"@type":"node","@id":4340235302,"@timestamp":1470591935},"coords":"51.5327217,0.036587","bedrooms":"4","price":"152000","area":"698"} , +{"type":"Feature","id":"n4340235312","geometry":{"type":"Point","coordinates":[0.0359631,51.5336964]},"properties":{"@type":"node","@id":4340235312,"@timestamp":1603486977},"coords":"51.5336964,0.0359631","bedrooms":"1","price":"216000","area":"500"} , +{"type":"Feature","id":"n4340469775","geometry":{"type":"Point","coordinates":[-0.2081062,51.5328212]},"properties":{"@type":"node","@id":4340469775,"@timestamp":1470607502},"coords":"51.5328212,-0.2081062","bedrooms":"1","price":"176000","area":"554"} , +{"type":"Feature","id":"n4340627165","geometry":{"type":"Point","coordinates":[-0.0889485,51.5432504]},"properties":{"@type":"node","@id":4340627165,"@timestamp":1470628467},"coords":"51.5432504,-0.0889485","bedrooms":"3","price":"219000","area":"692"} , +{"type":"Feature","id":"n4340946956","geometry":{"type":"Point","coordinates":[-0.0786763,51.5081485]},"properties":{"@type":"node","@id":4340946956,"@timestamp":1633188749},"coords":"51.5081485,-0.0786763","bedrooms":"1","price":"196000","area":"379"} , +{"type":"Feature","id":"n4340992415","geometry":{"type":"Point","coordinates":[0.2124996,51.9047104]},"properties":{"@type":"node","@id":4340992415,"@timestamp":1470657956},"coords":"51.9047104,0.2124996","bedrooms":"1","price":"253000","area":"507"} , +{"type":"Feature","id":"n4341361003","geometry":{"type":"Point","coordinates":[-0.4664794,51.318311]},"properties":{"@type":"node","@id":4341361003,"@timestamp":1470677154},"coords":"51.318311,-0.4664794","bedrooms":"3","price":"174000","area":"530"} , +{"type":"Feature","id":"n4341725243","geometry":{"type":"Point","coordinates":[-0.6064624,51.4855164]},"properties":{"@type":"node","@id":4341725243,"@timestamp":1592496693},"coords":"51.4855164,-0.6064624","bedrooms":"1","price":"225000","area":"426"} , +{"type":"Feature","id":"n4341783918","geometry":{"type":"Point","coordinates":[-0.022507,51.5713893]},"properties":{"@type":"node","@id":4341783918,"@timestamp":1556190687},"coords":"51.5713893,-0.022507","bedrooms":"4","price":"277000","area":"370"} , +{"type":"Feature","id":"n4341801187","geometry":{"type":"Point","coordinates":[-0.1110536,51.5003432]},"properties":{"@type":"node","@id":4341801187,"@timestamp":1593051990},"coords":"51.5003432,-0.1110536","bedrooms":"1","price":"205000","area":"564"} , +{"type":"Feature","id":"n4341813727","geometry":{"type":"Point","coordinates":[-0.0090766,51.5737848]},"properties":{"@type":"node","@id":4341813727,"@timestamp":1616334828},"coords":"51.5737848,-0.0090766","bedrooms":"0","price":"182000","area":"361"} , +{"type":"Feature","id":"n4341839786","geometry":{"type":"Point","coordinates":[-0.0101994,51.5599956]},"properties":{"@type":"node","@id":4341839786,"@timestamp":1470693644},"coords":"51.5599956,-0.0101994","bedrooms":"3","price":"183000","area":"377"} , +{"type":"Feature","id":"n4341841999","geometry":{"type":"Point","coordinates":[-0.0109032,51.5597473]},"properties":{"@type":"node","@id":4341841999,"@timestamp":1470693645},"coords":"51.5597473,-0.0109032","bedrooms":"1","price":"266000","area":"593"} , +{"type":"Feature","id":"n4341842012","geometry":{"type":"Point","coordinates":[-0.0118328,51.5594369]},"properties":{"@type":"node","@id":4341842012,"@timestamp":1609422764},"coords":"51.5594369,-0.0118328","bedrooms":"0","price":"252000","area":"687"} , +{"type":"Feature","id":"n4341845394","geometry":{"type":"Point","coordinates":[-0.0106957,51.5595888]},"properties":{"@type":"node","@id":4341845394,"@timestamp":1470694131},"coords":"51.5595888,-0.0106957","bedrooms":"0","price":"238000","area":"601"} , +{"type":"Feature","id":"n4341845568","geometry":{"type":"Point","coordinates":[-0.0107252,51.5596187]},"properties":{"@type":"node","@id":4341845568,"@timestamp":1470694220},"coords":"51.5596187,-0.0107252","bedrooms":"2","price":"236000","area":"614"} , +{"type":"Feature","id":"n4342190017","geometry":{"type":"Point","coordinates":[0.0410689,51.6027437]},"properties":{"@type":"node","@id":4342190017,"@timestamp":1470726454},"coords":"51.6027437,0.0410689","bedrooms":"2","price":"244000","area":"611"} , +{"type":"Feature","id":"n4342333144","geometry":{"type":"Point","coordinates":[0.1164392,51.7748336]},"properties":{"@type":"node","@id":4342333144,"@timestamp":1470733643},"coords":"51.7748336,0.1164392","bedrooms":"1","price":"192000","area":"445"} , +{"type":"Feature","id":"n4342336920","geometry":{"type":"Point","coordinates":[0.1137445,51.7765519]},"properties":{"@type":"node","@id":4342336920,"@timestamp":1470733769},"coords":"51.7765519,0.1137445","bedrooms":"1","price":"240000","area":"649"} , +{"type":"Feature","id":"n4342428851","geometry":{"type":"Point","coordinates":[-0.6102595,51.4824185]},"properties":{"@type":"node","@id":4342428851,"@timestamp":1615636628},"coords":"51.4824185,-0.6102595","bedrooms":"3","price":"293000","area":"648"} , +{"type":"Feature","id":"n4343187111","geometry":{"type":"Point","coordinates":[-0.1299133,51.5792521]},"properties":{"@type":"node","@id":4343187111,"@timestamp":1470762187},"coords":"51.5792521,-0.1299133","bedrooms":"0","price":"282000","area":"398"} , +{"type":"Feature","id":"n4343187160","geometry":{"type":"Point","coordinates":[-0.1296579,51.5790337]},"properties":{"@type":"node","@id":4343187160,"@timestamp":1470762188},"coords":"51.5790337,-0.1296579","bedrooms":"4","price":"256000","area":"634"} , +{"type":"Feature","id":"n4343190836","geometry":{"type":"Point","coordinates":[-0.1301826,51.5796896]},"properties":{"@type":"node","@id":4343190836,"@timestamp":1470762189},"coords":"51.5796896,-0.1301826","bedrooms":"2","price":"224000","area":"621"} , +{"type":"Feature","id":"n4343557663","geometry":{"type":"Point","coordinates":[-0.2620987,51.4548189]},"properties":{"@type":"node","@id":4343557663,"@timestamp":1470775284},"coords":"51.4548189,-0.2620987","bedrooms":"2","price":"226000","area":"382"} , +{"type":"Feature","id":"n4343557673","geometry":{"type":"Point","coordinates":[-0.2642586,51.4558595]},"properties":{"@type":"node","@id":4343557673,"@timestamp":1470775284},"coords":"51.4558595,-0.2642586","bedrooms":"4","price":"176000","area":"570"} , +{"type":"Feature","id":"n4343557683","geometry":{"type":"Point","coordinates":[-0.2634636,51.4539146]},"properties":{"@type":"node","@id":4343557683,"@timestamp":1470775284},"coords":"51.4539146,-0.2634636","bedrooms":"3","price":"238000","area":"424"} , +{"type":"Feature","id":"n4343557693","geometry":{"type":"Point","coordinates":[-0.2634789,51.452734]},"properties":{"@type":"node","@id":4343557693,"@timestamp":1597141549},"coords":"51.452734,-0.2634789","bedrooms":"4","price":"264000","area":"600"} , +{"type":"Feature","id":"n4343557703","geometry":{"type":"Point","coordinates":[-0.2667912,51.453905]},"properties":{"@type":"node","@id":4343557703,"@timestamp":1470775285},"coords":"51.453905,-0.2667912","bedrooms":"3","price":"213000","area":"352"} , +{"type":"Feature","id":"n4344089132","geometry":{"type":"Point","coordinates":[-0.2050635,51.5259004]},"properties":{"@type":"node","@id":4344089132,"@timestamp":1569055910},"coords":"51.5259004,-0.2050635","bedrooms":"2","price":"208000","area":"368"} , +{"type":"Feature","id":"n4344130159","geometry":{"type":"Point","coordinates":[-0.6509937,51.4616318]},"properties":{"@type":"node","@id":4344130159,"@timestamp":1470820855},"coords":"51.4616318,-0.6509937","bedrooms":"0","price":"293000","area":"574"} , +{"type":"Feature","id":"n4344553090","geometry":{"type":"Point","coordinates":[-1.0845461,51.5651699]},"properties":{"@type":"node","@id":4344553090,"@timestamp":1470843633},"coords":"51.5651699,-1.0845461","bedrooms":"0","price":"230000","area":"561"} , +{"type":"Feature","id":"n4344553112","geometry":{"type":"Point","coordinates":[-1.0906615,51.5632657]},"properties":{"@type":"node","@id":4344553112,"@timestamp":1470843634},"coords":"51.5632657,-1.0906615","bedrooms":"4","price":"242000","area":"638"} , +{"type":"Feature","id":"n4344790704","geometry":{"type":"Point","coordinates":[-0.0817575,51.5615053]},"properties":{"@type":"node","@id":4344790704,"@timestamp":1621086154},"coords":"51.5615053,-0.0817575","bedrooms":"2","price":"298000","area":"560"} , +{"type":"Feature","id":"n4344840528","geometry":{"type":"Point","coordinates":[0.089284,50.9685956]},"properties":{"@type":"node","@id":4344840528,"@timestamp":1520373172},"coords":"50.9685956,0.089284","bedrooms":"2","price":"185000","area":"639"} , +{"type":"Feature","id":"n4344877895","geometry":{"type":"Point","coordinates":[-0.0107107,51.1004539]},"properties":{"@type":"node","@id":4344877895,"@timestamp":1490049963},"coords":"51.1004539,-0.0107107","bedrooms":"2","price":"216000","area":"353"} , +{"type":"Feature","id":"n4344934969","geometry":{"type":"Point","coordinates":[-0.1787854,51.58402]},"properties":{"@type":"node","@id":4344934969,"@timestamp":1621698163},"coords":"51.58402,-0.1787854","bedrooms":"4","price":"150000","area":"394"} , +{"type":"Feature","id":"n4344935335","geometry":{"type":"Point","coordinates":[-0.1727831,51.5850809]},"properties":{"@type":"node","@id":4344935335,"@timestamp":1470860270},"coords":"51.5850809,-0.1727831","bedrooms":"3","price":"280000","area":"602"} , +{"type":"Feature","id":"n4345035905","geometry":{"type":"Point","coordinates":[-0.0567342,51.6277248]},"properties":{"@type":"node","@id":4345035905,"@timestamp":1603842193},"coords":"51.6277248,-0.0567342","bedrooms":"2","price":"295000","area":"443"} , +{"type":"Feature","id":"n4345052713","geometry":{"type":"Point","coordinates":[-0.128098,51.5786061]},"properties":{"@type":"node","@id":4345052713,"@timestamp":1470864472},"coords":"51.5786061,-0.128098","bedrooms":"2","price":"216000","area":"472"} , +{"type":"Feature","id":"n4345112383","geometry":{"type":"Point","coordinates":[-0.0840245,51.6505294]},"properties":{"@type":"node","@id":4345112383,"@timestamp":1470867075},"coords":"51.6505294,-0.0840245","bedrooms":"4","price":"297000","area":"694"} , +{"type":"Feature","id":"n4345141315","geometry":{"type":"Point","coordinates":[-0.0885314,51.5261852]},"properties":{"@type":"node","@id":4345141315,"@timestamp":1553719566},"coords":"51.5261852,-0.0885314","bedrooms":"4","price":"214000","area":"423"} , +{"type":"Feature","id":"n4345145602","geometry":{"type":"Point","coordinates":[-0.0708197,51.6331307]},"properties":{"@type":"node","@id":4345145602,"@timestamp":1470870273},"coords":"51.6331307,-0.0708197","bedrooms":"4","price":"288000","area":"533"} , +{"type":"Feature","id":"n4345155659","geometry":{"type":"Point","coordinates":[-0.0670552,51.6293897]},"properties":{"@type":"node","@id":4345155659,"@timestamp":1470871858},"coords":"51.6293897,-0.0670552","bedrooms":"2","price":"176000","area":"662"} , +{"type":"Feature","id":"n4345162201","geometry":{"type":"Point","coordinates":[-0.111199,51.5632549]},"properties":{"@type":"node","@id":4345162201,"@timestamp":1470872643},"coords":"51.5632549,-0.111199","bedrooms":"3","price":"223000","area":"539"} , +{"type":"Feature","id":"n4345519630","geometry":{"type":"Point","coordinates":[-0.0670796,51.6274337]},"properties":{"@type":"node","@id":4345519630,"@timestamp":1470904880},"coords":"51.6274337,-0.0670796","bedrooms":"2","price":"247000","area":"449"} , +{"type":"Feature","id":"n4345562415","geometry":{"type":"Point","coordinates":[-0.262564,51.5679136]},"properties":{"@type":"node","@id":4345562415,"@timestamp":1470907206},"coords":"51.5679136,-0.262564","bedrooms":"2","price":"151000","area":"558"} , +{"type":"Feature","id":"n4345571198","geometry":{"type":"Point","coordinates":[-0.0619592,51.6265645]},"properties":{"@type":"node","@id":4345571198,"@timestamp":1470907573},"coords":"51.6265645,-0.0619592","bedrooms":"4","price":"172000","area":"353"} , +{"type":"Feature","id":"n4345601422","geometry":{"type":"Point","coordinates":[-0.0813764,51.6308647]},"properties":{"@type":"node","@id":4345601422,"@timestamp":1620851278},"coords":"51.6308647,-0.0813764","bedrooms":"0","price":"211000","area":"661"} , +{"type":"Feature","id":"n4345647580","geometry":{"type":"Point","coordinates":[-0.0873172,51.6254502]},"properties":{"@type":"node","@id":4345647580,"@timestamp":1470910383},"coords":"51.6254502,-0.0873172","bedrooms":"0","price":"288000","area":"623"} , +{"type":"Feature","id":"n4346037706","geometry":{"type":"Point","coordinates":[-0.1307529,51.5784969]},"properties":{"@type":"node","@id":4346037706,"@timestamp":1470928443},"coords":"51.5784969,-0.1307529","bedrooms":"1","price":"250000","area":"443"} , +{"type":"Feature","id":"n4346037716","geometry":{"type":"Point","coordinates":[-0.131441,51.5793362]},"properties":{"@type":"node","@id":4346037716,"@timestamp":1470928443},"coords":"51.5793362,-0.131441","bedrooms":"0","price":"256000","area":"643"} , +{"type":"Feature","id":"n4346153800","geometry":{"type":"Point","coordinates":[-0.0724323,51.5026933]},"properties":{"@type":"node","@id":4346153800,"@timestamp":1470931820},"coords":"51.5026933,-0.0724323","bedrooms":"3","price":"150000","area":"614"} , +{"type":"Feature","id":"n4346170637","geometry":{"type":"Point","coordinates":[-0.0631993,51.4968638]},"properties":{"@type":"node","@id":4346170637,"@timestamp":1470933503},"coords":"51.4968638,-0.0631993","bedrooms":"2","price":"266000","area":"523"} , +{"type":"Feature","id":"n4346171812","geometry":{"type":"Point","coordinates":[-0.0641473,51.4970967]},"properties":{"@type":"node","@id":4346171812,"@timestamp":1470933504},"coords":"51.4970967,-0.0641473","bedrooms":"3","price":"156000","area":"524"} , +{"type":"Feature","id":"n4346355406","geometry":{"type":"Point","coordinates":[-0.1242442,51.4708642]},"properties":{"@type":"node","@id":4346355406,"@timestamp":1616370968},"coords":"51.4708642,-0.1242442","bedrooms":"3","price":"276000","area":"616"} , +{"type":"Feature","id":"n4346373074","geometry":{"type":"Point","coordinates":[-0.1247085,51.4705345]},"properties":{"@type":"node","@id":4346373074,"@timestamp":1470941356},"coords":"51.4705345,-0.1247085","bedrooms":"4","price":"197000","area":"565"} , +{"type":"Feature","id":"n4346458075","geometry":{"type":"Point","coordinates":[-0.0813747,51.630841]},"properties":{"@type":"node","@id":4346458075,"@timestamp":1620851278},"coords":"51.630841,-0.0813747","bedrooms":"3","price":"172000","area":"573"} , +{"type":"Feature","id":"n4346514501","geometry":{"type":"Point","coordinates":[-0.0475519,51.636511]},"properties":{"@type":"node","@id":4346514501,"@timestamp":1602162162},"coords":"51.636511,-0.0475519","bedrooms":"2","price":"163000","area":"532"} , +{"type":"Feature","id":"n4346540765","geometry":{"type":"Point","coordinates":[-0.0466329,51.6295496]},"properties":{"@type":"node","@id":4346540765,"@timestamp":1470949600},"coords":"51.6295496,-0.0466329","bedrooms":"2","price":"195000","area":"515"} , +{"type":"Feature","id":"n4346552106","geometry":{"type":"Point","coordinates":[-0.0491866,51.6295482]},"properties":{"@type":"node","@id":4346552106,"@timestamp":1470950433},"coords":"51.6295482,-0.0491866","bedrooms":"2","price":"178000","area":"682"} , +{"type":"Feature","id":"n4346556822","geometry":{"type":"Point","coordinates":[-0.0494253,51.6284194]},"properties":{"@type":"node","@id":4346556822,"@timestamp":1470950849},"coords":"51.6284194,-0.0494253","bedrooms":"2","price":"223000","area":"499"} , +{"type":"Feature","id":"n4346579850","geometry":{"type":"Point","coordinates":[-0.0645102,51.6267743]},"properties":{"@type":"node","@id":4346579850,"@timestamp":1470952548},"coords":"51.6267743,-0.0645102","bedrooms":"0","price":"227000","area":"564"} , +{"type":"Feature","id":"n4346623827","geometry":{"type":"Point","coordinates":[-0.3305903,51.0629585]},"properties":{"@type":"node","@id":4346623827,"@timestamp":1625082268},"coords":"51.0629585,-0.3305903","bedrooms":"1","price":"154000","area":"396"} , +{"type":"Feature","id":"n4346623838","geometry":{"type":"Point","coordinates":[-0.3316147,51.0630532]},"properties":{"@type":"node","@id":4346623838,"@timestamp":1635202046},"coords":"51.0630532,-0.3316147","bedrooms":"1","price":"281000","area":"494"} , +{"type":"Feature","id":"n4346623848","geometry":{"type":"Point","coordinates":[-0.3330903,51.0636021]},"properties":{"@type":"node","@id":4346623848,"@timestamp":1479814897},"coords":"51.0636021,-0.3330903","bedrooms":"2","price":"153000","area":"432"} , +{"type":"Feature","id":"n4346826842","geometry":{"type":"Point","coordinates":[0.5983108,50.9952715]},"properties":{"@type":"node","@id":4346826842,"@timestamp":1471159599},"coords":"50.9952715,0.5983108","bedrooms":"2","price":"297000","area":"649"} , +{"type":"Feature","id":"n4346852034","geometry":{"type":"Point","coordinates":[0.2880228,51.9286314]},"properties":{"@type":"node","@id":4346852034,"@timestamp":1470982324},"coords":"51.9286314,0.2880228","bedrooms":"1","price":"182000","area":"537"} , +{"type":"Feature","id":"n4346852060","geometry":{"type":"Point","coordinates":[0.2894617,51.9279241]},"properties":{"@type":"node","@id":4346852060,"@timestamp":1470982324},"coords":"51.9279241,0.2894617","bedrooms":"0","price":"178000","area":"633"} , +{"type":"Feature","id":"n4346852088","geometry":{"type":"Point","coordinates":[0.292064,51.9282186]},"properties":{"@type":"node","@id":4346852088,"@timestamp":1470982324},"coords":"51.9282186,0.292064","bedrooms":"3","price":"209000","area":"482"} , +{"type":"Feature","id":"n4346852316","geometry":{"type":"Point","coordinates":[0.2882042,51.9288708]},"properties":{"@type":"node","@id":4346852316,"@timestamp":1470982325},"coords":"51.9288708,0.2882042","bedrooms":"1","price":"267000","area":"446"} , +{"type":"Feature","id":"n4346999299","geometry":{"type":"Point","coordinates":[-0.0651219,51.6249733]},"properties":{"@type":"node","@id":4346999299,"@timestamp":1470992079},"coords":"51.6249733,-0.0651219","bedrooms":"3","price":"291000","area":"421"} , +{"type":"Feature","id":"n4347002882","geometry":{"type":"Point","coordinates":[-0.0662055,51.6207453]},"properties":{"@type":"node","@id":4347002882,"@timestamp":1470992416},"coords":"51.6207453,-0.0662055","bedrooms":"1","price":"210000","area":"606"} , +{"type":"Feature","id":"n4347016914","geometry":{"type":"Point","coordinates":[0.3481262,51.3257158]},"properties":{"@type":"node","@id":4347016914,"@timestamp":1470993162},"coords":"51.3257158,0.3481262","bedrooms":"1","price":"223000","area":"416"} , +{"type":"Feature","id":"n4347025192","geometry":{"type":"Point","coordinates":[-0.1702199,51.465711]},"properties":{"@type":"node","@id":4347025192,"@timestamp":1470993656},"coords":"51.465711,-0.1702199","bedrooms":"1","price":"232000","area":"572"} , +{"type":"Feature","id":"n4347028133","geometry":{"type":"Point","coordinates":[-0.0713956,51.6178885]},"properties":{"@type":"node","@id":4347028133,"@timestamp":1626736971},"coords":"51.6178885,-0.0713956","bedrooms":"2","price":"288000","area":"624"} , +{"type":"Feature","id":"n4347044542","geometry":{"type":"Point","coordinates":[-0.069437,51.6163778]},"properties":{"@type":"node","@id":4347044542,"@timestamp":1470994673},"coords":"51.6163778,-0.069437","bedrooms":"4","price":"270000","area":"596"} , +{"type":"Feature","id":"n4347050451","geometry":{"type":"Point","coordinates":[-0.4693192,51.3247754]},"properties":{"@type":"node","@id":4347050451,"@timestamp":1470995024},"coords":"51.3247754,-0.4693192","bedrooms":"4","price":"262000","area":"498"} , +{"type":"Feature","id":"n4347080445","geometry":{"type":"Point","coordinates":[-0.2400769,51.5780959]},"properties":{"@type":"node","@id":4347080445,"@timestamp":1615748586},"coords":"51.5780959,-0.2400769","bedrooms":"3","price":"194000","area":"398"} , +{"type":"Feature","id":"n4347386449","geometry":{"type":"Point","coordinates":[-0.1243565,51.3842805]},"properties":{"@type":"node","@id":4347386449,"@timestamp":1582541929},"coords":"51.3842805,-0.1243565","bedrooms":"1","price":"284000","area":"542"} , +{"type":"Feature","id":"n4347469770","geometry":{"type":"Point","coordinates":[-0.0688009,51.5246344]},"properties":{"@type":"node","@id":4347469770,"@timestamp":1471013457},"coords":"51.5246344,-0.0688009","bedrooms":"1","price":"163000","area":"360"} , +{"type":"Feature","id":"n4347475174","geometry":{"type":"Point","coordinates":[-0.4538479,51.3171059]},"properties":{"@type":"node","@id":4347475174,"@timestamp":1471013674},"coords":"51.3171059,-0.4538479","bedrooms":"2","price":"261000","area":"606"} , +{"type":"Feature","id":"n4347822671","geometry":{"type":"Point","coordinates":[-0.973084,51.4550901]},"properties":{"@type":"node","@id":4347822671,"@timestamp":1515258705},"coords":"51.4550901,-0.973084","bedrooms":"4","price":"236000","area":"640"} , +{"type":"Feature","id":"n4347844148","geometry":{"type":"Point","coordinates":[-0.1404745,51.5130751]},"properties":{"@type":"node","@id":4347844148,"@timestamp":1628978268},"coords":"51.5130751,-0.1404745","bedrooms":"4","price":"184000","area":"364"} , +{"type":"Feature","id":"n4347870213","geometry":{"type":"Point","coordinates":[-0.1394883,51.5117299]},"properties":{"@type":"node","@id":4347870213,"@timestamp":1628884868},"coords":"51.5117299,-0.1394883","bedrooms":"1","price":"172000","area":"585"} , +{"type":"Feature","id":"n4347880231","geometry":{"type":"Point","coordinates":[-0.1313349,51.4644605]},"properties":{"@type":"node","@id":4347880231,"@timestamp":1471033281},"coords":"51.4644605,-0.1313349","bedrooms":"3","price":"194000","area":"369"} , +{"type":"Feature","id":"n4347893537","geometry":{"type":"Point","coordinates":[-0.1327011,51.4638987]},"properties":{"@type":"node","@id":4347893537,"@timestamp":1471033931},"coords":"51.4638987,-0.1327011","bedrooms":"0","price":"252000","area":"392"} , +{"type":"Feature","id":"n4347900657","geometry":{"type":"Point","coordinates":[-0.1330958,51.4637374]},"properties":{"@type":"node","@id":4347900657,"@timestamp":1471034482},"coords":"51.4637374,-0.1330958","bedrooms":"2","price":"173000","area":"539"} , +{"type":"Feature","id":"n4347914540","geometry":{"type":"Point","coordinates":[-0.1304869,51.5078955]},"properties":{"@type":"node","@id":4347914540,"@timestamp":1576503489},"coords":"51.5078955,-0.1304869","bedrooms":"3","price":"269000","area":"508"} , +{"type":"Feature","id":"n4347945299","geometry":{"type":"Point","coordinates":[-0.863273,51.4755625]},"properties":{"@type":"node","@id":4347945299,"@timestamp":1471038274},"coords":"51.4755625,-0.863273","bedrooms":"0","price":"284000","area":"661"} , +{"type":"Feature","id":"n4348312695","geometry":{"type":"Point","coordinates":[0.6140944,51.2669333]},"properties":{"@type":"node","@id":4348312695,"@timestamp":1615554890},"coords":"51.2669333,0.6140944","bedrooms":"1","price":"287000","area":"544"} , +{"type":"Feature","id":"n4348381353","geometry":{"type":"Point","coordinates":[-0.1223758,51.5144185]},"properties":{"@type":"node","@id":4348381353,"@timestamp":1553719366},"coords":"51.5144185,-0.1223758","bedrooms":"3","price":"188000","area":"466"} , +{"type":"Feature","id":"n4348540757","geometry":{"type":"Point","coordinates":[-0.7340984,51.9747625]},"properties":{"@type":"node","@id":4348540757,"@timestamp":1471095395},"coords":"51.9747625,-0.7340984","bedrooms":"4","price":"168000","area":"378"} , +{"type":"Feature","id":"n4348797689","geometry":{"type":"Point","coordinates":[0.7383968,51.2195396]},"properties":{"@type":"node","@id":4348797689,"@timestamp":1471107086},"coords":"51.2195396,0.7383968","bedrooms":"3","price":"161000","area":"666"} , +{"type":"Feature","id":"n4349062902","geometry":{"type":"Point","coordinates":[-0.0699339,51.5250794]},"properties":{"@type":"node","@id":4349062902,"@timestamp":1471123400},"coords":"51.5250794,-0.0699339","bedrooms":"4","price":"250000","area":"615"} , +{"type":"Feature","id":"n4349420890","geometry":{"type":"Point","coordinates":[-0.737064,51.9696634]},"properties":{"@type":"node","@id":4349420890,"@timestamp":1616683956},"coords":"51.9696634,-0.737064","bedrooms":"0","price":"165000","area":"371"} , +{"type":"Feature","id":"n4349471125","geometry":{"type":"Point","coordinates":[-0.0362969,51.6007041]},"properties":{"@type":"node","@id":4349471125,"@timestamp":1471163370},"coords":"51.6007041,-0.0362969","bedrooms":"4","price":"282000","area":"526"} , +{"type":"Feature","id":"n4349471135","geometry":{"type":"Point","coordinates":[-0.0378928,51.599874]},"properties":{"@type":"node","@id":4349471135,"@timestamp":1471163371},"coords":"51.599874,-0.0378928","bedrooms":"2","price":"259000","area":"556"} , +{"type":"Feature","id":"n4349471145","geometry":{"type":"Point","coordinates":[-0.0384347,51.6000664]},"properties":{"@type":"node","@id":4349471145,"@timestamp":1471163372},"coords":"51.6000664,-0.0384347","bedrooms":"0","price":"171000","area":"400"} , +{"type":"Feature","id":"n4349471155","geometry":{"type":"Point","coordinates":[-0.0383716,51.6004529]},"properties":{"@type":"node","@id":4349471155,"@timestamp":1471163373},"coords":"51.6004529,-0.0383716","bedrooms":"1","price":"254000","area":"689"} , +{"type":"Feature","id":"n4349471166","geometry":{"type":"Point","coordinates":[-0.0374563,51.6002276]},"properties":{"@type":"node","@id":4349471166,"@timestamp":1471163374},"coords":"51.6002276,-0.0374563","bedrooms":"0","price":"159000","area":"427"} , +{"type":"Feature","id":"n4349491549","geometry":{"type":"Point","coordinates":[-0.0356937,51.5998894]},"properties":{"@type":"node","@id":4349491549,"@timestamp":1471164222},"coords":"51.5998894,-0.0356937","bedrooms":"4","price":"258000","area":"492"} , +{"type":"Feature","id":"n4349507398","geometry":{"type":"Point","coordinates":[-0.3038579,51.5695809]},"properties":{"@type":"node","@id":4349507398,"@timestamp":1471165724},"coords":"51.5695809,-0.3038579","bedrooms":"1","price":"279000","area":"677"} , +{"type":"Feature","id":"n4349507410","geometry":{"type":"Point","coordinates":[-0.3024524,51.5698176]},"properties":{"@type":"node","@id":4349507410,"@timestamp":1471165725},"coords":"51.5698176,-0.3024524","bedrooms":"4","price":"226000","area":"488"} , +{"type":"Feature","id":"n4349507422","geometry":{"type":"Point","coordinates":[-0.3027636,51.5700477]},"properties":{"@type":"node","@id":4349507422,"@timestamp":1471165725},"coords":"51.5700477,-0.3027636","bedrooms":"3","price":"165000","area":"631"} , +{"type":"Feature","id":"n4349507439","geometry":{"type":"Point","coordinates":[-0.3018892,51.5705512]},"properties":{"@type":"node","@id":4349507439,"@timestamp":1471165725},"coords":"51.5705512,-0.3018892","bedrooms":"1","price":"191000","area":"487"} , +{"type":"Feature","id":"n4349507454","geometry":{"type":"Point","coordinates":[-0.3017711,51.5710746]},"properties":{"@type":"node","@id":4349507454,"@timestamp":1471165725},"coords":"51.5710746,-0.3017711","bedrooms":"3","price":"216000","area":"419"} , +{"type":"Feature","id":"n4349507464","geometry":{"type":"Point","coordinates":[-0.3027743,51.5719448]},"properties":{"@type":"node","@id":4349507464,"@timestamp":1471165726},"coords":"51.5719448,-0.3027743","bedrooms":"3","price":"222000","area":"446"} , +{"type":"Feature","id":"n4349602587","geometry":{"type":"Point","coordinates":[0.0829417,50.9706114]},"properties":{"@type":"node","@id":4349602587,"@timestamp":1632396713},"coords":"50.9706114,0.0829417","bedrooms":"0","price":"233000","area":"493"} , +{"type":"Feature","id":"n4349648267","geometry":{"type":"Point","coordinates":[-0.1316877,51.5103859]},"properties":{"@type":"node","@id":4349648267,"@timestamp":1471174595},"coords":"51.5103859,-0.1316877","bedrooms":"4","price":"163000","area":"612"} , +{"type":"Feature","id":"n4349649649","geometry":{"type":"Point","coordinates":[0.1736634,51.1972375]},"properties":{"@type":"node","@id":4349649649,"@timestamp":1611576797},"coords":"51.1972375,0.1736634","bedrooms":"1","price":"291000","area":"659"} , +{"type":"Feature","id":"n4349692195","geometry":{"type":"Point","coordinates":[-0.1610436,51.118225]},"properties":{"@type":"node","@id":4349692195,"@timestamp":1598381307},"coords":"51.118225,-0.1610436","bedrooms":"3","price":"166000","area":"486"} , +{"type":"Feature","id":"n4350058067","geometry":{"type":"Point","coordinates":[-0.0507987,51.5681745]},"properties":{"@type":"node","@id":4350058067,"@timestamp":1630303344},"coords":"51.5681745,-0.0507987","bedrooms":"4","price":"298000","area":"638"} , +{"type":"Feature","id":"n4350193655","geometry":{"type":"Point","coordinates":[-0.1257753,51.5083583]},"properties":{"@type":"node","@id":4350193655,"@timestamp":1576687463},"coords":"51.5083583,-0.1257753","bedrooms":"4","price":"244000","area":"396"} , +{"type":"Feature","id":"n4350321106","geometry":{"type":"Point","coordinates":[-0.0523662,51.5245745]},"properties":{"@type":"node","@id":4350321106,"@timestamp":1471212957},"coords":"51.5245745,-0.0523662","bedrooms":"2","price":"191000","area":"368"} , +{"type":"Feature","id":"n4350331561","geometry":{"type":"Point","coordinates":[-0.1558266,51.5205498]},"properties":{"@type":"node","@id":4350331561,"@timestamp":1552623421},"coords":"51.5205498,-0.1558266","bedrooms":"0","price":"240000","area":"473"} , +{"type":"Feature","id":"n4350340553","geometry":{"type":"Point","coordinates":[-0.323781,51.0609245]},"properties":{"@type":"node","@id":4350340553,"@timestamp":1471215823},"coords":"51.0609245,-0.323781","bedrooms":"4","price":"226000","area":"583"} , +{"type":"Feature","id":"n4350382293","geometry":{"type":"Point","coordinates":[-0.3187278,51.0659097]},"properties":{"@type":"node","@id":4350382293,"@timestamp":1566955600},"coords":"51.0659097,-0.3187278","bedrooms":"2","price":"258000","area":"634"} , +{"type":"Feature","id":"n4350628900","geometry":{"type":"Point","coordinates":[0.088817,51.3733799]},"properties":{"@type":"node","@id":4350628900,"@timestamp":1566954118},"coords":"51.3733799,0.088817","bedrooms":"2","price":"263000","area":"410"} , +{"type":"Feature","id":"n4350847011","geometry":{"type":"Point","coordinates":[-0.1137605,51.5026816]},"properties":{"@type":"node","@id":4350847011,"@timestamp":1471255056},"coords":"51.5026816,-0.1137605","bedrooms":"2","price":"231000","area":"509"} , +{"type":"Feature","id":"n4351359607","geometry":{"type":"Point","coordinates":[-0.7381612,51.0829925]},"properties":{"@type":"node","@id":4351359607,"@timestamp":1475704575},"coords":"51.0829925,-0.7381612","bedrooms":"3","price":"202000","area":"356"} , +{"type":"Feature","id":"n4351559096","geometry":{"type":"Point","coordinates":[-0.0313628,51.5284796]},"properties":{"@type":"node","@id":4351559096,"@timestamp":1471285638},"coords":"51.5284796,-0.0313628","bedrooms":"4","price":"199000","area":"402"} , +{"type":"Feature","id":"n4351568294","geometry":{"type":"Point","coordinates":[-0.130099,51.5776283]},"properties":{"@type":"node","@id":4351568294,"@timestamp":1471286154},"coords":"51.5776283,-0.130099","bedrooms":"2","price":"242000","area":"636"} , +{"type":"Feature","id":"n4351568304","geometry":{"type":"Point","coordinates":[-0.1296209,51.5771362]},"properties":{"@type":"node","@id":4351568304,"@timestamp":1471286155},"coords":"51.5771362,-0.1296209","bedrooms":"3","price":"158000","area":"579"} , +{"type":"Feature","id":"n4351597629","geometry":{"type":"Point","coordinates":[-0.0324565,51.5283965]},"properties":{"@type":"node","@id":4351597629,"@timestamp":1471288356},"coords":"51.5283965,-0.0324565","bedrooms":"0","price":"255000","area":"453"} , +{"type":"Feature","id":"n4351608615","geometry":{"type":"Point","coordinates":[-0.1083808,51.3927167]},"properties":{"@type":"node","@id":4351608615,"@timestamp":1471289946},"coords":"51.3927167,-0.1083808","bedrooms":"0","price":"284000","area":"519"} , +{"type":"Feature","id":"n4351624890","geometry":{"type":"Point","coordinates":[-0.1080188,51.3923323]},"properties":{"@type":"node","@id":4351624890,"@timestamp":1471289945},"coords":"51.3923323,-0.1080188","bedrooms":"1","price":"202000","area":"427"} , +{"type":"Feature","id":"n4351644889","geometry":{"type":"Point","coordinates":[-1.1136037,51.6669542]},"properties":{"@type":"node","@id":4351644889,"@timestamp":1606512943},"coords":"51.6669542,-1.1136037","bedrooms":"3","price":"259000","area":"489"} , +{"type":"Feature","id":"n4351644929","geometry":{"type":"Point","coordinates":[-1.1532575,51.6551707]},"properties":{"@type":"node","@id":4351644929,"@timestamp":1471290810},"coords":"51.6551707,-1.1532575","bedrooms":"3","price":"252000","area":"420"} , +{"type":"Feature","id":"n4351644943","geometry":{"type":"Point","coordinates":[-1.1515167,51.6554769]},"properties":{"@type":"node","@id":4351644943,"@timestamp":1471290811},"coords":"51.6554769,-1.1515167","bedrooms":"3","price":"287000","area":"355"} , +{"type":"Feature","id":"n4351644971","geometry":{"type":"Point","coordinates":[-1.1123203,51.6672686]},"properties":{"@type":"node","@id":4351644971,"@timestamp":1606512943},"coords":"51.6672686,-1.1123203","bedrooms":"0","price":"157000","area":"563"} , +{"type":"Feature","id":"n4351685195","geometry":{"type":"Point","coordinates":[-0.362252,51.1467145]},"properties":{"@type":"node","@id":4351685195,"@timestamp":1471293268},"coords":"51.1467145,-0.362252","bedrooms":"2","price":"210000","area":"695"} , +{"type":"Feature","id":"n4351685205","geometry":{"type":"Point","coordinates":[-0.3604587,51.148433]},"properties":{"@type":"node","@id":4351685205,"@timestamp":1471293268},"coords":"51.148433,-0.3604587","bedrooms":"0","price":"233000","area":"479"} , +{"type":"Feature","id":"n4351711781","geometry":{"type":"Point","coordinates":[-0.1240327,51.4870849]},"properties":{"@type":"node","@id":4351711781,"@timestamp":1471304523},"coords":"51.4870849,-0.1240327","bedrooms":"3","price":"178000","area":"561"} , +{"type":"Feature","id":"n4351712700","geometry":{"type":"Point","coordinates":[-0.1248779,51.4875794]},"properties":{"@type":"node","@id":4351712700,"@timestamp":1471295124},"coords":"51.4875794,-0.1248779","bedrooms":"3","price":"231000","area":"606"} , +{"type":"Feature","id":"n4352330098","geometry":{"type":"Point","coordinates":[-0.0558635,51.5045524]},"properties":{"@type":"node","@id":4352330098,"@timestamp":1505950017},"coords":"51.5045524,-0.0558635","bedrooms":"1","price":"253000","area":"655"} , +{"type":"Feature","id":"n4352646761","geometry":{"type":"Point","coordinates":[-0.0722382,51.5350672]},"properties":{"@type":"node","@id":4352646761,"@timestamp":1621864803},"coords":"51.5350672,-0.0722382","bedrooms":"1","price":"198000","area":"536"} , +{"type":"Feature","id":"n4352822757","geometry":{"type":"Point","coordinates":[-0.2930035,51.7173799]},"properties":{"@type":"node","@id":4352822757,"@timestamp":1471365109},"coords":"51.7173799,-0.2930035","bedrooms":"2","price":"167000","area":"572"} , +{"type":"Feature","id":"n4352824097","geometry":{"type":"Point","coordinates":[-0.2597778,51.7367837]},"properties":{"@type":"node","@id":4352824097,"@timestamp":1624802743},"coords":"51.7367837,-0.2597778","bedrooms":"2","price":"251000","area":"673"} , +{"type":"Feature","id":"n4353302303","geometry":{"type":"Point","coordinates":[-0.1737797,51.4895292]},"properties":{"@type":"node","@id":4353302303,"@timestamp":1609048610},"coords":"51.4895292,-0.1737797","bedrooms":"0","price":"250000","area":"659"} , +{"type":"Feature","id":"n4354186513","geometry":{"type":"Point","coordinates":[-0.1277312,51.5782402]},"properties":{"@type":"node","@id":4354186513,"@timestamp":1471448091},"coords":"51.5782402,-0.1277312","bedrooms":"0","price":"283000","area":"502"} , +{"type":"Feature","id":"n4354186523","geometry":{"type":"Point","coordinates":[-0.126945,51.5779072]},"properties":{"@type":"node","@id":4354186523,"@timestamp":1471448091},"coords":"51.5779072,-0.126945","bedrooms":"3","price":"296000","area":"596"} , +{"type":"Feature","id":"n4354186533","geometry":{"type":"Point","coordinates":[-0.127634,51.5781237]},"properties":{"@type":"node","@id":4354186533,"@timestamp":1471448092},"coords":"51.5781237,-0.127634","bedrooms":"1","price":"211000","area":"556"} , +{"type":"Feature","id":"n4354632850","geometry":{"type":"Point","coordinates":[0.2672373,51.7396013]},"properties":{"@type":"node","@id":4354632850,"@timestamp":1471464206},"coords":"51.7396013,0.2672373","bedrooms":"1","price":"169000","area":"680"} , +{"type":"Feature","id":"n4354913485","geometry":{"type":"Point","coordinates":[-0.4045361,51.4508731]},"properties":{"@type":"node","@id":4354913485,"@timestamp":1600948653},"coords":"51.4508731,-0.4045361","bedrooms":"0","price":"239000","area":"568"} , +{"type":"Feature","id":"n4355625414","geometry":{"type":"Point","coordinates":[-0.1125046,51.5023013]},"properties":{"@type":"node","@id":4355625414,"@timestamp":1471524499},"coords":"51.5023013,-0.1125046","bedrooms":"0","price":"294000","area":"388"} , +{"type":"Feature","id":"n4355692588","geometry":{"type":"Point","coordinates":[-0.4382233,51.315176]},"properties":{"@type":"node","@id":4355692588,"@timestamp":1471527888},"coords":"51.315176,-0.4382233","bedrooms":"3","price":"212000","area":"499"} , +{"type":"Feature","id":"n4355810472","geometry":{"type":"Point","coordinates":[-0.2167674,51.5311632]},"properties":{"@type":"node","@id":4355810472,"@timestamp":1617554313},"coords":"51.5311632,-0.2167674","bedrooms":"0","price":"187000","area":"380"} , +{"type":"Feature","id":"n4355811097","geometry":{"type":"Point","coordinates":[-0.2164733,51.5311324]},"properties":{"@type":"node","@id":4355811097,"@timestamp":1471530282},"coords":"51.5311324,-0.2164733","bedrooms":"2","price":"196000","area":"527"} , +{"type":"Feature","id":"n4356017611","geometry":{"type":"Point","coordinates":[-0.2158394,51.5299971]},"properties":{"@type":"node","@id":4356017611,"@timestamp":1471535859},"coords":"51.5299971,-0.2158394","bedrooms":"1","price":"180000","area":"689"} , +{"type":"Feature","id":"n4356017625","geometry":{"type":"Point","coordinates":[-0.215829,51.5296046]},"properties":{"@type":"node","@id":4356017625,"@timestamp":1471535859},"coords":"51.5296046,-0.215829","bedrooms":"2","price":"236000","area":"660"} , +{"type":"Feature","id":"n4356093010","geometry":{"type":"Point","coordinates":[-0.2050827,51.5331202]},"properties":{"@type":"node","@id":4356093010,"@timestamp":1471537701},"coords":"51.5331202,-0.2050827","bedrooms":"4","price":"227000","area":"651"} , +{"type":"Feature","id":"n4356317447","geometry":{"type":"Point","coordinates":[0.1671971,51.915071]},"properties":{"@type":"node","@id":4356317447,"@timestamp":1471543650},"coords":"51.915071,0.1671971","bedrooms":"3","price":"220000","area":"427"} , +{"type":"Feature","id":"n4356513553","geometry":{"type":"Point","coordinates":[-0.1119531,51.504008]},"properties":{"@type":"node","@id":4356513553,"@timestamp":1564908067},"coords":"51.504008,-0.1119531","bedrooms":"1","price":"203000","area":"666"} , +{"type":"Feature","id":"n4356577280","geometry":{"type":"Point","coordinates":[-0.1245064,51.5162253]},"properties":{"@type":"node","@id":4356577280,"@timestamp":1574238277},"coords":"51.5162253,-0.1245064","bedrooms":"4","price":"219000","area":"520"} , +{"type":"Feature","id":"n4356620363","geometry":{"type":"Point","coordinates":[-0.122189,51.5183746]},"properties":{"@type":"node","@id":4356620363,"@timestamp":1628156479},"coords":"51.5183746,-0.122189","bedrooms":"2","price":"169000","area":"633"} , +{"type":"Feature","id":"n4357262567","geometry":{"type":"Point","coordinates":[0.0916148,50.9696827]},"properties":{"@type":"node","@id":4357262567,"@timestamp":1617010686},"coords":"50.9696827,0.0916148","bedrooms":"0","price":"240000","area":"608"} , +{"type":"Feature","id":"n4357467796","geometry":{"type":"Point","coordinates":[-0.7479581,51.4053945]},"properties":{"@type":"node","@id":4357467796,"@timestamp":1614638679},"coords":"51.4053945,-0.7479581","bedrooms":"0","price":"209000","area":"667"} , +{"type":"Feature","id":"n4357834268","geometry":{"type":"Point","coordinates":[-0.1360574,51.4626468]},"properties":{"@type":"node","@id":4357834268,"@timestamp":1611787622},"coords":"51.4626468,-0.1360574","bedrooms":"1","price":"259000","area":"647"} , +{"type":"Feature","id":"n4358109480","geometry":{"type":"Point","coordinates":[0.4205809,51.4795725]},"properties":{"@type":"node","@id":4358109480,"@timestamp":1471646242},"coords":"51.4795725,0.4205809","bedrooms":"1","price":"252000","area":"642"} , +{"type":"Feature","id":"n4358645296","geometry":{"type":"Point","coordinates":[0.177501,51.5658397]},"properties":{"@type":"node","@id":4358645296,"@timestamp":1471683470},"coords":"51.5658397,0.177501","bedrooms":"3","price":"226000","area":"367"} , +{"type":"Feature","id":"n4359020498","geometry":{"type":"Point","coordinates":[0.0948927,51.2987044]},"properties":{"@type":"node","@id":4359020498,"@timestamp":1471705922},"coords":"51.2987044,0.0948927","bedrooms":"1","price":"241000","area":"465"} , +{"type":"Feature","id":"n4359058837","geometry":{"type":"Point","coordinates":[-0.3677121,51.122195]},"properties":{"@type":"node","@id":4359058837,"@timestamp":1471708042},"coords":"51.122195,-0.3677121","bedrooms":"0","price":"272000","area":"520"} , +{"type":"Feature","id":"n4359058847","geometry":{"type":"Point","coordinates":[-0.3670349,51.1208887]},"properties":{"@type":"node","@id":4359058847,"@timestamp":1471708042},"coords":"51.1208887,-0.3670349","bedrooms":"4","price":"234000","area":"663"} , +{"type":"Feature","id":"n4359106418","geometry":{"type":"Point","coordinates":[0.4447138,51.3728368]},"properties":{"@type":"node","@id":4359106418,"@timestamp":1502560536},"coords":"51.3728368,0.4447138","bedrooms":"1","price":"159000","area":"548"} , +{"type":"Feature","id":"n4359224309","geometry":{"type":"Point","coordinates":[-0.7421006,51.2551506]},"properties":{"@type":"node","@id":4359224309,"@timestamp":1610290992},"coords":"51.2551506,-0.7421006","bedrooms":"2","price":"156000","area":"476"} , +{"type":"Feature","id":"n4360030044","geometry":{"type":"Point","coordinates":[-0.9478271,51.2654805]},"properties":{"@type":"node","@id":4360030044,"@timestamp":1471781104},"coords":"51.2654805,-0.9478271","bedrooms":"1","price":"254000","area":"583"} , +{"type":"Feature","id":"n4360032537","geometry":{"type":"Point","coordinates":[0.3055265,51.3648848]},"properties":{"@type":"node","@id":4360032537,"@timestamp":1471780827},"coords":"51.3648848,0.3055265","bedrooms":"1","price":"152000","area":"622"} , +{"type":"Feature","id":"n4360032562","geometry":{"type":"Point","coordinates":[0.3053167,51.3649604]},"properties":{"@type":"node","@id":4360032562,"@timestamp":1471780827},"coords":"51.3649604,0.3053167","bedrooms":"2","price":"251000","area":"658"} , +{"type":"Feature","id":"n4360136007","geometry":{"type":"Point","coordinates":[0.3057045,51.3643584]},"properties":{"@type":"node","@id":4360136007,"@timestamp":1471786551},"coords":"51.3643584,0.3057045","bedrooms":"3","price":"160000","area":"482"} , +{"type":"Feature","id":"n4360138300","geometry":{"type":"Point","coordinates":[0.3064682,51.3645396]},"properties":{"@type":"node","@id":4360138300,"@timestamp":1471786716},"coords":"51.3645396,0.3064682","bedrooms":"2","price":"185000","area":"544"} , +{"type":"Feature","id":"n4360230601","geometry":{"type":"Point","coordinates":[-0.1913648,51.4722161]},"properties":{"@type":"node","@id":4360230601,"@timestamp":1471794576},"coords":"51.4722161,-0.1913648","bedrooms":"4","price":"192000","area":"519"} , +{"type":"Feature","id":"n4360230742","geometry":{"type":"Point","coordinates":[-0.186839,51.4676179]},"properties":{"@type":"node","@id":4360230742,"@timestamp":1471792553},"coords":"51.4676179,-0.186839","bedrooms":"3","price":"201000","area":"573"} , +{"type":"Feature","id":"n4360234981","geometry":{"type":"Point","coordinates":[0.3081134,51.3650085]},"properties":{"@type":"node","@id":4360234981,"@timestamp":1471792968},"coords":"51.3650085,0.3081134","bedrooms":"1","price":"236000","area":"555"} , +{"type":"Feature","id":"n4360252889","geometry":{"type":"Point","coordinates":[0.3074688,51.3656026]},"properties":{"@type":"node","@id":4360252889,"@timestamp":1471794232},"coords":"51.3656026,0.3074688","bedrooms":"4","price":"151000","area":"655"} , +{"type":"Feature","id":"n4360262712","geometry":{"type":"Point","coordinates":[-0.192833,51.4760991]},"properties":{"@type":"node","@id":4360262712,"@timestamp":1610966205},"coords":"51.4760991,-0.192833","bedrooms":"4","price":"270000","area":"384"} , +{"type":"Feature","id":"n4360276907","geometry":{"type":"Point","coordinates":[0.3091839,51.3662118]},"properties":{"@type":"node","@id":4360276907,"@timestamp":1471795608},"coords":"51.3662118,0.3091839","bedrooms":"0","price":"221000","area":"612"} , +{"type":"Feature","id":"n4360312222","geometry":{"type":"Point","coordinates":[0.3092656,51.365583]},"properties":{"@type":"node","@id":4360312222,"@timestamp":1471797663},"coords":"51.365583,0.3092656","bedrooms":"4","price":"178000","area":"357"} , +{"type":"Feature","id":"n4360334058","geometry":{"type":"Point","coordinates":[0.3079793,51.3651795]},"properties":{"@type":"node","@id":4360334058,"@timestamp":1471798953},"coords":"51.3651795,0.3079793","bedrooms":"2","price":"211000","area":"499"} , +{"type":"Feature","id":"n4360356501","geometry":{"type":"Point","coordinates":[0.3086513,51.3651362]},"properties":{"@type":"node","@id":4360356501,"@timestamp":1471799897},"coords":"51.3651362,0.3086513","bedrooms":"0","price":"161000","area":"525"} , +{"type":"Feature","id":"n4360359409","geometry":{"type":"Point","coordinates":[-0.4879622,51.4709683]},"properties":{"@type":"node","@id":4360359409,"@timestamp":1471800018},"coords":"51.4709683,-0.4879622","bedrooms":"4","price":"239000","area":"678"} , +{"type":"Feature","id":"n4360359507","geometry":{"type":"Point","coordinates":[-0.4879059,51.4721074]},"properties":{"@type":"node","@id":4360359507,"@timestamp":1471800019},"coords":"51.4721074,-0.4879059","bedrooms":"3","price":"249000","area":"548"} , +{"type":"Feature","id":"n4360406516","geometry":{"type":"Point","coordinates":[-0.1217464,51.5173675]},"properties":{"@type":"node","@id":4360406516,"@timestamp":1633224570},"coords":"51.5173675,-0.1217464","bedrooms":"1","price":"273000","area":"458"} , +{"type":"Feature","id":"n4360460585","geometry":{"type":"Point","coordinates":[-0.1243297,51.5214005]},"properties":{"@type":"node","@id":4360460585,"@timestamp":1564908067},"coords":"51.5214005,-0.1243297","bedrooms":"4","price":"235000","area":"544"} , +{"type":"Feature","id":"n4360469336","geometry":{"type":"Point","coordinates":[-0.1260465,51.5227029]},"properties":{"@type":"node","@id":4360469336,"@timestamp":1627934753},"coords":"51.5227029,-0.1260465","bedrooms":"3","price":"265000","area":"584"} , +{"type":"Feature","id":"n4360514496","geometry":{"type":"Point","coordinates":[-0.1241951,51.523344]},"properties":{"@type":"node","@id":4360514496,"@timestamp":1608527631},"coords":"51.523344,-0.1241951","bedrooms":"4","price":"297000","area":"694"} , +{"type":"Feature","id":"n4360555526","geometry":{"type":"Point","coordinates":[0.3113427,51.3650878]},"properties":{"@type":"node","@id":4360555526,"@timestamp":1471810481},"coords":"51.3650878,0.3113427","bedrooms":"3","price":"151000","area":"354"} , +{"type":"Feature","id":"n4360571974","geometry":{"type":"Point","coordinates":[-0.1267603,51.5307851]},"properties":{"@type":"node","@id":4360571974,"@timestamp":1471811251},"coords":"51.5307851,-0.1267603","bedrooms":"3","price":"271000","area":"428"} , +{"type":"Feature","id":"n4360595096","geometry":{"type":"Point","coordinates":[-1.1218395,51.9496462]},"properties":{"@type":"node","@id":4360595096,"@timestamp":1471812486},"coords":"51.9496462,-1.1218395","bedrooms":"2","price":"215000","area":"639"} , +{"type":"Feature","id":"n4360595156","geometry":{"type":"Point","coordinates":[-1.1148255,51.9519093]},"properties":{"@type":"node","@id":4360595156,"@timestamp":1471812488},"coords":"51.9519093,-1.1148255","bedrooms":"3","price":"222000","area":"457"} , +{"type":"Feature","id":"n4360595316","geometry":{"type":"Point","coordinates":[-1.1108695,51.9532713]},"properties":{"@type":"node","@id":4360595316,"@timestamp":1471812490},"coords":"51.9532713,-1.1108695","bedrooms":"1","price":"167000","area":"610"} , +{"type":"Feature","id":"n4360622758","geometry":{"type":"Point","coordinates":[-0.1005252,51.5854203]},"properties":{"@type":"node","@id":4360622758,"@timestamp":1471813780},"coords":"51.5854203,-0.1005252","bedrooms":"0","price":"257000","area":"670"} , +{"type":"Feature","id":"n4360622768","geometry":{"type":"Point","coordinates":[-0.1005574,51.5854661]},"properties":{"@type":"node","@id":4360622768,"@timestamp":1471813781},"coords":"51.5854661,-0.1005574","bedrooms":"2","price":"188000","area":"560"} , +{"type":"Feature","id":"n4360622778","geometry":{"type":"Point","coordinates":[-0.1005064,51.5853762]},"properties":{"@type":"node","@id":4360622778,"@timestamp":1471813781},"coords":"51.5853762,-0.1005064","bedrooms":"0","price":"158000","area":"697"} , +{"type":"Feature","id":"n4360623002","geometry":{"type":"Point","coordinates":[-0.1005869,51.5855611]},"properties":{"@type":"node","@id":4360623002,"@timestamp":1471813782},"coords":"51.5855611,-0.1005869","bedrooms":"0","price":"296000","area":"440"} , +{"type":"Feature","id":"n4360623063","geometry":{"type":"Point","coordinates":[-0.1013996,51.5884242]},"properties":{"@type":"node","@id":4360623063,"@timestamp":1471813782},"coords":"51.5884242,-0.1013996","bedrooms":"3","price":"290000","area":"649"} , +{"type":"Feature","id":"n4360648033","geometry":{"type":"Point","coordinates":[-1.0603528,51.960789]},"properties":{"@type":"node","@id":4360648033,"@timestamp":1471814906},"coords":"51.960789,-1.0603528","bedrooms":"3","price":"177000","area":"389"} , +{"type":"Feature","id":"n4360648048","geometry":{"type":"Point","coordinates":[-1.0738011,51.9569575]},"properties":{"@type":"node","@id":4360648048,"@timestamp":1471814906},"coords":"51.9569575,-1.0738011","bedrooms":"1","price":"254000","area":"399"} , +{"type":"Feature","id":"n4360648059","geometry":{"type":"Point","coordinates":[-1.0768373,51.9564205]},"properties":{"@type":"node","@id":4360648059,"@timestamp":1471814907},"coords":"51.9564205,-1.0768373","bedrooms":"2","price":"236000","area":"513"} , +{"type":"Feature","id":"n4360648071","geometry":{"type":"Point","coordinates":[-1.0563051,51.9647985]},"properties":{"@type":"node","@id":4360648071,"@timestamp":1611420805},"coords":"51.9647985,-1.0563051","bedrooms":"4","price":"284000","area":"571"} , +{"type":"Feature","id":"n4360648769","geometry":{"type":"Point","coordinates":[-1.0815419,51.9606336]},"properties":{"@type":"node","@id":4360648769,"@timestamp":1471814958},"coords":"51.9606336,-1.0815419","bedrooms":"0","price":"156000","area":"562"} , +{"type":"Feature","id":"n4360657385","geometry":{"type":"Point","coordinates":[0.3119538,51.3658497]},"properties":{"@type":"node","@id":4360657385,"@timestamp":1471815825},"coords":"51.3658497,0.3119538","bedrooms":"2","price":"236000","area":"635"} , +{"type":"Feature","id":"n4360748055","geometry":{"type":"Point","coordinates":[-0.7758275,51.2486767]},"properties":{"@type":"node","@id":4360748055,"@timestamp":1585038664},"coords":"51.2486767,-0.7758275","bedrooms":"3","price":"242000","area":"470"} , +{"type":"Feature","id":"n4360883790","geometry":{"type":"Point","coordinates":[-0.6450058,51.5328322]},"properties":{"@type":"node","@id":4360883790,"@timestamp":1471836274},"coords":"51.5328322,-0.6450058","bedrooms":"2","price":"266000","area":"411"} , +{"type":"Feature","id":"n4360883875","geometry":{"type":"Point","coordinates":[-0.6453705,51.53245]},"properties":{"@type":"node","@id":4360883875,"@timestamp":1471836276},"coords":"51.53245,-0.6453705","bedrooms":"4","price":"299000","area":"565"} , +{"type":"Feature","id":"n4361451056","geometry":{"type":"Point","coordinates":[-0.912815,51.435804]},"properties":{"@type":"node","@id":4361451056,"@timestamp":1471865536},"coords":"51.435804,-0.912815","bedrooms":"3","price":"155000","area":"475"} , +{"type":"Feature","id":"n4361700919","geometry":{"type":"Point","coordinates":[-0.0989957,51.0489882]},"properties":{"@type":"node","@id":4361700919,"@timestamp":1471878383},"coords":"51.0489882,-0.0989957","bedrooms":"3","price":"245000","area":"646"} , +{"type":"Feature","id":"n4361700962","geometry":{"type":"Point","coordinates":[-0.0928421,51.0645196]},"properties":{"@type":"node","@id":4361700962,"@timestamp":1471878384},"coords":"51.0645196,-0.0928421","bedrooms":"4","price":"215000","area":"639"} , +{"type":"Feature","id":"n4361905294","geometry":{"type":"Point","coordinates":[0.0899491,51.4770769]},"properties":{"@type":"node","@id":4361905294,"@timestamp":1471890326},"coords":"51.4770769,0.0899491","bedrooms":"1","price":"176000","area":"569"} , +{"type":"Feature","id":"n4362032353","geometry":{"type":"Point","coordinates":[0.8064255,51.6265839]},"properties":{"@type":"node","@id":4362032353,"@timestamp":1471895775},"coords":"51.6265839,0.8064255","bedrooms":"2","price":"206000","area":"600"} , +{"type":"Feature","id":"n4362032423","geometry":{"type":"Point","coordinates":[0.8034053,51.6299912]},"properties":{"@type":"node","@id":4362032423,"@timestamp":1471895776},"coords":"51.6299912,0.8034053","bedrooms":"0","price":"226000","area":"380"} , +{"type":"Feature","id":"n4362067194","geometry":{"type":"Point","coordinates":[-0.0980294,51.5539639]},"properties":{"@type":"node","@id":4362067194,"@timestamp":1621165792},"coords":"51.5539639,-0.0980294","bedrooms":"2","price":"200000","area":"526"} , +{"type":"Feature","id":"n4362067204","geometry":{"type":"Point","coordinates":[-0.098191,51.5534732]},"properties":{"@type":"node","@id":4362067204,"@timestamp":1471897749},"coords":"51.5534732,-0.098191","bedrooms":"4","price":"159000","area":"682"} , +{"type":"Feature","id":"n4362182878","geometry":{"type":"Point","coordinates":[-0.2188783,51.5188289]},"properties":{"@type":"node","@id":4362182878,"@timestamp":1584434656},"coords":"51.5188289,-0.2188783","bedrooms":"2","price":"267000","area":"623"} , +{"type":"Feature","id":"n4362214806","geometry":{"type":"Point","coordinates":[-0.1227707,51.570094]},"properties":{"@type":"node","@id":4362214806,"@timestamp":1471909993},"coords":"51.570094,-0.1227707","bedrooms":"3","price":"189000","area":"513"} , +{"type":"Feature","id":"n4362214816","geometry":{"type":"Point","coordinates":[-0.1233057,51.5699048]},"properties":{"@type":"node","@id":4362214816,"@timestamp":1471909994},"coords":"51.5699048,-0.1233057","bedrooms":"3","price":"178000","area":"642"} , +{"type":"Feature","id":"n4362214826","geometry":{"type":"Point","coordinates":[-0.1213917,51.5706759]},"properties":{"@type":"node","@id":4362214826,"@timestamp":1471909994},"coords":"51.5706759,-0.1213917","bedrooms":"3","price":"274000","area":"624"} , +{"type":"Feature","id":"n4362214836","geometry":{"type":"Point","coordinates":[-0.1209239,51.5709304]},"properties":{"@type":"node","@id":4362214836,"@timestamp":1471909995},"coords":"51.5709304,-0.1209239","bedrooms":"3","price":"283000","area":"506"} , +{"type":"Feature","id":"n4362221147","geometry":{"type":"Point","coordinates":[-0.1195787,51.5717188]},"properties":{"@type":"node","@id":4362221147,"@timestamp":1471911518},"coords":"51.5717188,-0.1195787","bedrooms":"4","price":"228000","area":"503"} , +{"type":"Feature","id":"n4362343714","geometry":{"type":"Point","coordinates":[0.5990149,50.9961717]},"properties":{"@type":"node","@id":4362343714,"@timestamp":1471932181},"coords":"50.9961717,0.5990149","bedrooms":"2","price":"243000","area":"640"} , +{"type":"Feature","id":"n4363579617","geometry":{"type":"Point","coordinates":[-1.0978391,51.1335251]},"properties":{"@type":"node","@id":4363579617,"@timestamp":1471983850},"coords":"51.1335251,-1.0978391","bedrooms":"4","price":"243000","area":"350"} , +{"type":"Feature","id":"n4363654356","geometry":{"type":"Point","coordinates":[-1.0860982,51.0120937]},"properties":{"@type":"node","@id":4363654356,"@timestamp":1620250257},"coords":"51.0120937,-1.0860982","bedrooms":"2","price":"161000","area":"594"} , +{"type":"Feature","id":"n4363803035","geometry":{"type":"Point","coordinates":[0.6580959,51.5479296]},"properties":{"@type":"node","@id":4363803035,"@timestamp":1472001221},"coords":"51.5479296,0.6580959","bedrooms":"1","price":"294000","area":"680"} , +{"type":"Feature","id":"n4365168189","geometry":{"type":"Point","coordinates":[-0.1228587,51.5188567]},"properties":{"@type":"node","@id":4365168189,"@timestamp":1584903862},"coords":"51.5188567,-0.1228587","bedrooms":"2","price":"268000","area":"614"} , +{"type":"Feature","id":"n4365333970","geometry":{"type":"Point","coordinates":[0.3129014,51.3650695]},"properties":{"@type":"node","@id":4365333970,"@timestamp":1472067047},"coords":"51.3650695,0.3129014","bedrooms":"0","price":"270000","area":"537"} , +{"type":"Feature","id":"n4365334091","geometry":{"type":"Point","coordinates":[0.3113562,51.3660558]},"properties":{"@type":"node","@id":4365334091,"@timestamp":1472067048},"coords":"51.3660558,0.3113562","bedrooms":"0","price":"176000","area":"390"} , +{"type":"Feature","id":"n4365334108","geometry":{"type":"Point","coordinates":[0.3120635,51.3663721]},"properties":{"@type":"node","@id":4365334108,"@timestamp":1472067048},"coords":"51.3663721,0.3120635","bedrooms":"3","price":"200000","area":"506"} , +{"type":"Feature","id":"n4365334122","geometry":{"type":"Point","coordinates":[0.3112218,51.3666208]},"properties":{"@type":"node","@id":4365334122,"@timestamp":1472067048},"coords":"51.3666208,0.3112218","bedrooms":"4","price":"287000","area":"360"} , +{"type":"Feature","id":"n4365334142","geometry":{"type":"Point","coordinates":[0.3124878,51.3669022]},"properties":{"@type":"node","@id":4365334142,"@timestamp":1472067049},"coords":"51.3669022,0.3124878","bedrooms":"3","price":"261000","area":"520"} , +{"type":"Feature","id":"n4365350453","geometry":{"type":"Point","coordinates":[0.3127494,51.365664]},"properties":{"@type":"node","@id":4365350453,"@timestamp":1472067846},"coords":"51.365664,0.3127494","bedrooms":"4","price":"245000","area":"498"} , +{"type":"Feature","id":"n4365350472","geometry":{"type":"Point","coordinates":[0.3131583,51.3663733]},"properties":{"@type":"node","@id":4365350472,"@timestamp":1472067846},"coords":"51.3663733,0.3131583","bedrooms":"4","price":"238000","area":"448"} , +{"type":"Feature","id":"n4366313297","geometry":{"type":"Point","coordinates":[0.5754592,51.6097382]},"properties":{"@type":"node","@id":4366313297,"@timestamp":1551103843},"coords":"51.6097382,0.5754592","bedrooms":"4","price":"154000","area":"553"} , +{"type":"Feature","id":"n4366348518","geometry":{"type":"Point","coordinates":[0.5059776,51.2978099]},"properties":{"@type":"node","@id":4366348518,"@timestamp":1472132191},"coords":"51.2978099,0.5059776","bedrooms":"0","price":"189000","area":"434"} , +{"type":"Feature","id":"n4366433018","geometry":{"type":"Point","coordinates":[-0.2186752,51.533397]},"properties":{"@type":"node","@id":4366433018,"@timestamp":1472135548},"coords":"51.533397,-0.2186752","bedrooms":"3","price":"229000","area":"563"} , +{"type":"Feature","id":"n4366433294","geometry":{"type":"Point","coordinates":[-0.2190393,51.5338847]},"properties":{"@type":"node","@id":4366433294,"@timestamp":1472135549},"coords":"51.5338847,-0.2190393","bedrooms":"0","price":"262000","area":"687"} , +{"type":"Feature","id":"n4366544140","geometry":{"type":"Point","coordinates":[-0.9524591,51.9708386]},"properties":{"@type":"node","@id":4366544140,"@timestamp":1472140932},"coords":"51.9708386,-0.9524591","bedrooms":"2","price":"299000","area":"570"} , +{"type":"Feature","id":"n4366630717","geometry":{"type":"Point","coordinates":[-0.2156982,51.5277447]},"properties":{"@type":"node","@id":4366630717,"@timestamp":1473315012},"coords":"51.5277447,-0.2156982","bedrooms":"0","price":"225000","area":"448"} , +{"type":"Feature","id":"n4367402881","geometry":{"type":"Point","coordinates":[0.5079306,51.2975488]},"properties":{"@type":"node","@id":4367402881,"@timestamp":1472196966},"coords":"51.2975488,0.5079306","bedrooms":"4","price":"208000","area":"369"} , +{"type":"Feature","id":"n4367620037","geometry":{"type":"Point","coordinates":[-0.0174136,51.4983439]},"properties":{"@type":"node","@id":4367620037,"@timestamp":1619530967},"coords":"51.4983439,-0.0174136","bedrooms":"0","price":"177000","area":"368"} , +{"type":"Feature","id":"n4367620049","geometry":{"type":"Point","coordinates":[-0.0173821,51.4986281]},"properties":{"@type":"node","@id":4367620049,"@timestamp":1619530934},"coords":"51.4986281,-0.0173821","bedrooms":"2","price":"213000","area":"392"} , +{"type":"Feature","id":"n4367620062","geometry":{"type":"Point","coordinates":[-0.0173794,51.4986423]},"properties":{"@type":"node","@id":4367620062,"@timestamp":1619530920},"coords":"51.4986423,-0.0173794","bedrooms":"0","price":"248000","area":"629"} , +{"type":"Feature","id":"n4367620072","geometry":{"type":"Point","coordinates":[-0.0175192,51.4977354]},"properties":{"@type":"node","@id":4367620072,"@timestamp":1614034806},"coords":"51.4977354,-0.0175192","bedrooms":"4","price":"213000","area":"531"} , +{"type":"Feature","id":"n4367634019","geometry":{"type":"Point","coordinates":[-0.0177026,51.4969584]},"properties":{"@type":"node","@id":4367634019,"@timestamp":1619531142},"coords":"51.4969584,-0.0177026","bedrooms":"4","price":"294000","area":"427"} , +{"type":"Feature","id":"n4367642497","geometry":{"type":"Point","coordinates":[-0.0157825,51.4981086]},"properties":{"@type":"node","@id":4367642497,"@timestamp":1617196215},"coords":"51.4981086,-0.0157825","bedrooms":"0","price":"279000","area":"659"} , +{"type":"Feature","id":"n4367651323","geometry":{"type":"Point","coordinates":[-0.0167092,51.4963495]},"properties":{"@type":"node","@id":4367651323,"@timestamp":1615990028},"coords":"51.4963495,-0.0167092","bedrooms":"1","price":"181000","area":"425"} , +{"type":"Feature","id":"n4367769572","geometry":{"type":"Point","coordinates":[-0.4534521,51.4699521]},"properties":{"@type":"node","@id":4367769572,"@timestamp":1472214523},"coords":"51.4699521,-0.4534521","bedrooms":"3","price":"231000","area":"530"} , +{"type":"Feature","id":"n4368503762","geometry":{"type":"Point","coordinates":[-0.9572487,51.1596006]},"properties":{"@type":"node","@id":4368503762,"@timestamp":1491081246},"coords":"51.1596006,-0.9572487","bedrooms":"3","price":"290000","area":"386"} , +{"type":"Feature","id":"n4368637854","geometry":{"type":"Point","coordinates":[0.3039041,51.3634403]},"properties":{"@type":"node","@id":4368637854,"@timestamp":1472247837},"coords":"51.3634403,0.3039041","bedrooms":"0","price":"201000","area":"438"} , +{"type":"Feature","id":"n4368637879","geometry":{"type":"Point","coordinates":[0.3042007,51.3642178]},"properties":{"@type":"node","@id":4368637879,"@timestamp":1472247838},"coords":"51.3642178,0.3042007","bedrooms":"2","price":"219000","area":"362"} , +{"type":"Feature","id":"n4368675501","geometry":{"type":"Point","coordinates":[0.3021235,51.363561]},"properties":{"@type":"node","@id":4368675501,"@timestamp":1472249742},"coords":"51.363561,0.3021235","bedrooms":"2","price":"225000","area":"673"} , +{"type":"Feature","id":"n4368675524","geometry":{"type":"Point","coordinates":[0.3020839,51.3637756]},"properties":{"@type":"node","@id":4368675524,"@timestamp":1472249742},"coords":"51.3637756,0.3020839","bedrooms":"2","price":"264000","area":"493"} , +{"type":"Feature","id":"n4368675547","geometry":{"type":"Point","coordinates":[0.3022352,51.3639847]},"properties":{"@type":"node","@id":4368675547,"@timestamp":1472249743},"coords":"51.3639847,0.3022352","bedrooms":"1","price":"269000","area":"502"} , +{"type":"Feature","id":"n4368675570","geometry":{"type":"Point","coordinates":[0.3038785,51.3642475]},"properties":{"@type":"node","@id":4368675570,"@timestamp":1472249743},"coords":"51.3642475,0.3038785","bedrooms":"1","price":"299000","area":"662"} , +{"type":"Feature","id":"n4368675598","geometry":{"type":"Point","coordinates":[0.3028314,51.3645206]},"properties":{"@type":"node","@id":4368675598,"@timestamp":1472249744},"coords":"51.3645206,0.3028314","bedrooms":"4","price":"275000","area":"512"} , +{"type":"Feature","id":"n4368701443","geometry":{"type":"Point","coordinates":[0.3027768,51.3626687]},"properties":{"@type":"node","@id":4368701443,"@timestamp":1472251261},"coords":"51.3626687,0.3027768","bedrooms":"0","price":"178000","area":"549"} , +{"type":"Feature","id":"n4368701467","geometry":{"type":"Point","coordinates":[0.3024175,51.3630015]},"properties":{"@type":"node","@id":4368701467,"@timestamp":1472251261},"coords":"51.3630015,0.3024175","bedrooms":"3","price":"266000","area":"353"} , +{"type":"Feature","id":"n4368701488","geometry":{"type":"Point","coordinates":[0.3011762,51.3633653]},"properties":{"@type":"node","@id":4368701488,"@timestamp":1472251261},"coords":"51.3633653,0.3011762","bedrooms":"2","price":"178000","area":"391"} , +{"type":"Feature","id":"n4368702010","geometry":{"type":"Point","coordinates":[0.3025473,51.3641913]},"properties":{"@type":"node","@id":4368702010,"@timestamp":1472251262},"coords":"51.3641913,0.3025473","bedrooms":"4","price":"231000","area":"394"} , +{"type":"Feature","id":"n4368715920","geometry":{"type":"Point","coordinates":[0.3037626,51.3627558]},"properties":{"@type":"node","@id":4368715920,"@timestamp":1472252166},"coords":"51.3627558,0.3037626","bedrooms":"2","price":"167000","area":"367"} , +{"type":"Feature","id":"n4368715942","geometry":{"type":"Point","coordinates":[0.3029117,51.3630696]},"properties":{"@type":"node","@id":4368715942,"@timestamp":1504802630},"coords":"51.3630696,0.3029117","bedrooms":"1","price":"286000","area":"422"} , +{"type":"Feature","id":"n4368715968","geometry":{"type":"Point","coordinates":[0.3033057,51.3634015]},"properties":{"@type":"node","@id":4368715968,"@timestamp":1472252167},"coords":"51.3634015,0.3033057","bedrooms":"1","price":"242000","area":"505"} , +{"type":"Feature","id":"n4368839119","geometry":{"type":"Point","coordinates":[-0.1385467,51.5213664]},"properties":{"@type":"node","@id":4368839119,"@timestamp":1472261818},"coords":"51.5213664,-0.1385467","bedrooms":"1","price":"152000","area":"613"} , +{"type":"Feature","id":"n4368966890","geometry":{"type":"Point","coordinates":[-0.2108154,51.7877928]},"properties":{"@type":"node","@id":4368966890,"@timestamp":1472280075},"coords":"51.7877928,-0.2108154","bedrooms":"1","price":"217000","area":"446"} , +{"type":"Feature","id":"n4369035648","geometry":{"type":"Point","coordinates":[-0.1942051,51.8828296]},"properties":{"@type":"node","@id":4369035648,"@timestamp":1472282580},"coords":"51.8828296,-0.1942051","bedrooms":"2","price":"265000","area":"598"} , +{"type":"Feature","id":"n4369519196","geometry":{"type":"Point","coordinates":[-0.098326,51.5171797]},"properties":{"@type":"node","@id":4369519196,"@timestamp":1614037770},"coords":"51.5171797,-0.098326","bedrooms":"0","price":"247000","area":"560"} , +{"type":"Feature","id":"n4369760623","geometry":{"type":"Point","coordinates":[-0.7577055,51.2492143]},"properties":{"@type":"node","@id":4369760623,"@timestamp":1619713070},"coords":"51.2492143,-0.7577055","bedrooms":"0","price":"188000","area":"531"} , +{"type":"Feature","id":"n4369866906","geometry":{"type":"Point","coordinates":[0.1250971,51.5266032]},"properties":{"@type":"node","@id":4369866906,"@timestamp":1624625098},"coords":"51.5266032,0.1250971","bedrooms":"2","price":"295000","area":"491"} , +{"type":"Feature","id":"n4370053434","geometry":{"type":"Point","coordinates":[0.0928934,51.529573]},"properties":{"@type":"node","@id":4370053434,"@timestamp":1472318302},"coords":"51.529573,0.0928934","bedrooms":"3","price":"153000","area":"445"} , +{"type":"Feature","id":"n4370848488","geometry":{"type":"Point","coordinates":[-0.0115768,51.4635354]},"properties":{"@type":"node","@id":4370848488,"@timestamp":1605882960},"coords":"51.4635354,-0.0115768","bedrooms":"0","price":"168000","area":"414"} , +{"type":"Feature","id":"n4371241911","geometry":{"type":"Point","coordinates":[0.2997882,51.3634864]},"properties":{"@type":"node","@id":4371241911,"@timestamp":1472395554},"coords":"51.3634864,0.2997882","bedrooms":"3","price":"213000","area":"597"} , +{"type":"Feature","id":"n4371241932","geometry":{"type":"Point","coordinates":[0.2988575,51.3638621]},"properties":{"@type":"node","@id":4371241932,"@timestamp":1472395554},"coords":"51.3638621,0.2988575","bedrooms":"4","price":"227000","area":"394"} , +{"type":"Feature","id":"n4371241953","geometry":{"type":"Point","coordinates":[0.2987464,51.3640574]},"properties":{"@type":"node","@id":4371241953,"@timestamp":1472395554},"coords":"51.3640574,0.2987464","bedrooms":"1","price":"270000","area":"513"} , +{"type":"Feature","id":"n4371241972","geometry":{"type":"Point","coordinates":[0.2989269,51.3645759]},"properties":{"@type":"node","@id":4371241972,"@timestamp":1472395555},"coords":"51.3645759,0.2989269","bedrooms":"1","price":"197000","area":"404"} , +{"type":"Feature","id":"n4371276542","geometry":{"type":"Point","coordinates":[0.2999476,51.3640836]},"properties":{"@type":"node","@id":4371276542,"@timestamp":1472396019},"coords":"51.3640836,0.2999476","bedrooms":"4","price":"206000","area":"697"} , +{"type":"Feature","id":"n4371580449","geometry":{"type":"Point","coordinates":[-0.4068214,51.157072]},"properties":{"@type":"node","@id":4371580449,"@timestamp":1509741609},"coords":"51.157072,-0.4068214","bedrooms":"4","price":"186000","area":"511"} , +{"type":"Feature","id":"n4371766200","geometry":{"type":"Point","coordinates":[0.0052872,51.5505432]},"properties":{"@type":"node","@id":4371766200,"@timestamp":1607502356},"coords":"51.5505432,0.0052872","bedrooms":"3","price":"204000","area":"699"} , +{"type":"Feature","id":"n4372106881","geometry":{"type":"Point","coordinates":[-0.9720131,51.4582195]},"properties":{"@type":"node","@id":4372106881,"@timestamp":1575583157},"coords":"51.4582195,-0.9720131","bedrooms":"1","price":"197000","area":"519"} , +{"type":"Feature","id":"n4372478400","geometry":{"type":"Point","coordinates":[0.2047761,51.1561568]},"properties":{"@type":"node","@id":4372478400,"@timestamp":1472419448},"coords":"51.1561568,0.2047761","bedrooms":"4","price":"296000","area":"586"} , +{"type":"Feature","id":"n4372478410","geometry":{"type":"Point","coordinates":[0.2029656,51.1558472]},"properties":{"@type":"node","@id":4372478410,"@timestamp":1472419449},"coords":"51.1558472,0.2029656","bedrooms":"2","price":"207000","area":"621"} , +{"type":"Feature","id":"n4372624957","geometry":{"type":"Point","coordinates":[-0.7967128,51.7734748]},"properties":{"@type":"node","@id":4372624957,"@timestamp":1472421760},"coords":"51.7734748,-0.7967128","bedrooms":"0","price":"226000","area":"596"} , +{"type":"Feature","id":"n4372627987","geometry":{"type":"Point","coordinates":[-1.0103799,51.71494]},"properties":{"@type":"node","@id":4372627987,"@timestamp":1472422481},"coords":"51.71494,-1.0103799","bedrooms":"1","price":"232000","area":"429"} , +{"type":"Feature","id":"n4372630602","geometry":{"type":"Point","coordinates":[-1.0038461,51.7147323]},"properties":{"@type":"node","@id":4372630602,"@timestamp":1472422482},"coords":"51.7147323,-1.0038461","bedrooms":"1","price":"178000","area":"662"} , +{"type":"Feature","id":"n4372678408","geometry":{"type":"Point","coordinates":[-1.0615862,51.6759001]},"properties":{"@type":"node","@id":4372678408,"@timestamp":1472423198},"coords":"51.6759001,-1.0615862","bedrooms":"0","price":"163000","area":"467"} , +{"type":"Feature","id":"n4373504137","geometry":{"type":"Point","coordinates":[0.0639099,51.5070106]},"properties":{"@type":"node","@id":4373504137,"@timestamp":1472465594},"coords":"51.5070106,0.0639099","bedrooms":"0","price":"278000","area":"623"} , +{"type":"Feature","id":"n4374209299","geometry":{"type":"Point","coordinates":[-0.4774949,51.6348444]},"properties":{"@type":"node","@id":4374209299,"@timestamp":1472485465},"coords":"51.6348444,-0.4774949","bedrooms":"3","price":"176000","area":"556"} , +{"type":"Feature","id":"n4374245703","geometry":{"type":"Point","coordinates":[-0.333301,51.403794]},"properties":{"@type":"node","@id":4374245703,"@timestamp":1472484038},"coords":"51.403794,-0.333301","bedrooms":"4","price":"240000","area":"675"} , +{"type":"Feature","id":"n4374245713","geometry":{"type":"Point","coordinates":[-0.0088035,51.7104314]},"properties":{"@type":"node","@id":4374245713,"@timestamp":1595331592},"coords":"51.7104314,-0.0088035","bedrooms":"3","price":"287000","area":"356"} , +{"type":"Feature","id":"n4374245723","geometry":{"type":"Point","coordinates":[-0.0139193,51.7151222]},"properties":{"@type":"node","@id":4374245723,"@timestamp":1595439712},"coords":"51.7151222,-0.0139193","bedrooms":"0","price":"208000","area":"554"} , +{"type":"Feature","id":"n4374327190","geometry":{"type":"Point","coordinates":[-0.4756981,51.6371661]},"properties":{"@type":"node","@id":4374327190,"@timestamp":1472486066},"coords":"51.6371661,-0.4756981","bedrooms":"1","price":"299000","area":"382"} , +{"type":"Feature","id":"n4374419936","geometry":{"type":"Point","coordinates":[-0.1479174,51.4523308]},"properties":{"@type":"node","@id":4374419936,"@timestamp":1629984261},"coords":"51.4523308,-0.1479174","bedrooms":"2","price":"266000","area":"540"} , +{"type":"Feature","id":"n4374419946","geometry":{"type":"Point","coordinates":[-0.1479346,51.4520185]},"properties":{"@type":"node","@id":4374419946,"@timestamp":1617465494},"coords":"51.4520185,-0.1479346","bedrooms":"0","price":"270000","area":"633"} , +{"type":"Feature","id":"n4374559384","geometry":{"type":"Point","coordinates":[-0.1491877,51.4476219]},"properties":{"@type":"node","@id":4374559384,"@timestamp":1629988934},"coords":"51.4476219,-0.1491877","bedrooms":"3","price":"155000","area":"541"} , +{"type":"Feature","id":"n4374570676","geometry":{"type":"Point","coordinates":[-0.1496738,51.446547]},"properties":{"@type":"node","@id":4374570676,"@timestamp":1472494375},"coords":"51.446547,-0.1496738","bedrooms":"1","price":"180000","area":"626"} , +{"type":"Feature","id":"n4374640622","geometry":{"type":"Point","coordinates":[-0.7540937,51.2605355]},"properties":{"@type":"node","@id":4374640622,"@timestamp":1472497599},"coords":"51.2605355,-0.7540937","bedrooms":"4","price":"173000","area":"441"} , +{"type":"Feature","id":"n4374698882","geometry":{"type":"Point","coordinates":[-0.9710804,51.4520622]},"properties":{"@type":"node","@id":4374698882,"@timestamp":1490986143},"coords":"51.4520622,-0.9710804","bedrooms":"2","price":"204000","area":"508"} , +{"type":"Feature","id":"n4374716948","geometry":{"type":"Point","coordinates":[-0.9694968,51.452866]},"properties":{"@type":"node","@id":4374716948,"@timestamp":1617617549},"coords":"51.452866,-0.9694968","bedrooms":"4","price":"290000","area":"589"} , +{"type":"Feature","id":"n4374716972","geometry":{"type":"Point","coordinates":[-0.9680789,51.453261]},"properties":{"@type":"node","@id":4374716972,"@timestamp":1472501722},"coords":"51.453261,-0.9680789","bedrooms":"3","price":"228000","area":"685"} , +{"type":"Feature","id":"n4374721692","geometry":{"type":"Point","coordinates":[0.0994443,50.9592289]},"properties":{"@type":"node","@id":4374721692,"@timestamp":1472501874},"coords":"50.9592289,0.0994443","bedrooms":"0","price":"286000","area":"518"} , +{"type":"Feature","id":"n4374789682","geometry":{"type":"Point","coordinates":[-0.1504475,51.4458599]},"properties":{"@type":"node","@id":4374789682,"@timestamp":1472505022},"coords":"51.4458599,-0.1504475","bedrooms":"1","price":"234000","area":"454"} , +{"type":"Feature","id":"n4375327201","geometry":{"type":"Point","coordinates":[-0.6154961,51.824971]},"properties":{"@type":"node","@id":4375327201,"@timestamp":1633562585},"coords":"51.824971,-0.6154961","bedrooms":"1","price":"276000","area":"510"} , +{"type":"Feature","id":"n4375644740","geometry":{"type":"Point","coordinates":[-0.2296326,51.8151197]},"properties":{"@type":"node","@id":4375644740,"@timestamp":1472565455},"coords":"51.8151197,-0.2296326","bedrooms":"4","price":"285000","area":"541"} , +{"type":"Feature","id":"n4375649410","geometry":{"type":"Point","coordinates":[-0.2828423,51.8112029]},"properties":{"@type":"node","@id":4375649410,"@timestamp":1472565592},"coords":"51.8112029,-0.2828423","bedrooms":"1","price":"224000","area":"394"} , +{"type":"Feature","id":"n4375656075","geometry":{"type":"Point","coordinates":[-0.2748466,51.7999152]},"properties":{"@type":"node","@id":4375656075,"@timestamp":1472565944},"coords":"51.7999152,-0.2748466","bedrooms":"3","price":"221000","area":"445"} , +{"type":"Feature","id":"n4375731192","geometry":{"type":"Point","coordinates":[0.6434006,51.2168317]},"properties":{"@type":"node","@id":4375731192,"@timestamp":1472571850},"coords":"51.2168317,0.6434006","bedrooms":"1","price":"190000","area":"607"} , +{"type":"Feature","id":"n4375856450","geometry":{"type":"Point","coordinates":[-0.1755055,51.5135025]},"properties":{"@type":"node","@id":4375856450,"@timestamp":1618685863},"coords":"51.5135025,-0.1755055","bedrooms":"0","price":"173000","area":"431"} , +{"type":"Feature","id":"n4376018014","geometry":{"type":"Point","coordinates":[0.3057018,51.3626358]},"properties":{"@type":"node","@id":4376018014,"@timestamp":1472585401},"coords":"51.3626358,0.3057018","bedrooms":"4","price":"289000","area":"550"} , +{"type":"Feature","id":"n4376018029","geometry":{"type":"Point","coordinates":[0.3059496,51.3629871]},"properties":{"@type":"node","@id":4376018029,"@timestamp":1472585401},"coords":"51.3629871,0.3059496","bedrooms":"2","price":"289000","area":"356"} , +{"type":"Feature","id":"n4376018043","geometry":{"type":"Point","coordinates":[0.3068094,51.3635526]},"properties":{"@type":"node","@id":4376018043,"@timestamp":1472585401},"coords":"51.3635526,0.3068094","bedrooms":"2","price":"283000","area":"678"} , +{"type":"Feature","id":"n4376025678","geometry":{"type":"Point","coordinates":[0.3061719,51.3623995]},"properties":{"@type":"node","@id":4376025678,"@timestamp":1472586149},"coords":"51.3623995,0.3061719","bedrooms":"1","price":"181000","area":"481"} , +{"type":"Feature","id":"n4376030599","geometry":{"type":"Point","coordinates":[0.3051389,51.3629081]},"properties":{"@type":"node","@id":4376030599,"@timestamp":1472586150},"coords":"51.3629081,0.3051389","bedrooms":"3","price":"272000","area":"694"} , +{"type":"Feature","id":"n4376030612","geometry":{"type":"Point","coordinates":[0.3049403,51.3631804]},"properties":{"@type":"node","@id":4376030612,"@timestamp":1472586150},"coords":"51.3631804,0.3049403","bedrooms":"3","price":"297000","area":"577"} , +{"type":"Feature","id":"n4376048007","geometry":{"type":"Point","coordinates":[0.304954,51.3623065]},"properties":{"@type":"node","@id":4376048007,"@timestamp":1472586884},"coords":"51.3623065,0.304954","bedrooms":"4","price":"231000","area":"466"} , +{"type":"Feature","id":"n4376111110","geometry":{"type":"Point","coordinates":[-0.9719328,51.452329]},"properties":{"@type":"node","@id":4376111110,"@timestamp":1472589737},"coords":"51.452329,-0.9719328","bedrooms":"4","price":"277000","area":"688"} , +{"type":"Feature","id":"n4376112924","geometry":{"type":"Point","coordinates":[0.303341,51.3609755]},"properties":{"@type":"node","@id":4376112924,"@timestamp":1472589728},"coords":"51.3609755,0.303341","bedrooms":"2","price":"224000","area":"684"} , +{"type":"Feature","id":"n4376112942","geometry":{"type":"Point","coordinates":[0.3031307,51.3612855]},"properties":{"@type":"node","@id":4376112942,"@timestamp":1472589728},"coords":"51.3612855,0.3031307","bedrooms":"2","price":"192000","area":"459"} , +{"type":"Feature","id":"n4376112965","geometry":{"type":"Point","coordinates":[0.3028574,51.3615724]},"properties":{"@type":"node","@id":4376112965,"@timestamp":1472589729},"coords":"51.3615724,0.3028574","bedrooms":"0","price":"169000","area":"650"} , +{"type":"Feature","id":"n4376112986","geometry":{"type":"Point","coordinates":[0.3050608,51.3617451]},"properties":{"@type":"node","@id":4376112986,"@timestamp":1472589729},"coords":"51.3617451,0.3050608","bedrooms":"0","price":"181000","area":"664"} , +{"type":"Feature","id":"n4376113005","geometry":{"type":"Point","coordinates":[0.3037514,51.3619537]},"properties":{"@type":"node","@id":4376113005,"@timestamp":1472589729},"coords":"51.3619537,0.3037514","bedrooms":"0","price":"239000","area":"485"} , +{"type":"Feature","id":"n4376133612","geometry":{"type":"Point","coordinates":[0.3058049,51.3610838]},"properties":{"@type":"node","@id":4376133612,"@timestamp":1472590826},"coords":"51.3610838,0.3058049","bedrooms":"2","price":"195000","area":"617"} , +{"type":"Feature","id":"n4376133635","geometry":{"type":"Point","coordinates":[0.3039878,51.3616352]},"properties":{"@type":"node","@id":4376133635,"@timestamp":1472590826},"coords":"51.3616352,0.3039878","bedrooms":"1","price":"156000","area":"367"} , +{"type":"Feature","id":"n4376169163","geometry":{"type":"Point","coordinates":[-0.9715546,51.4512847]},"properties":{"@type":"node","@id":4376169163,"@timestamp":1617618040},"coords":"51.4512847,-0.9715546","bedrooms":"2","price":"223000","area":"474"} , +{"type":"Feature","id":"n4376440006","geometry":{"type":"Point","coordinates":[0.3062557,51.3614038]},"properties":{"@type":"node","@id":4376440006,"@timestamp":1472594978},"coords":"51.3614038,0.3062557","bedrooms":"4","price":"202000","area":"663"} , +{"type":"Feature","id":"n4376440021","geometry":{"type":"Point","coordinates":[0.3075455,51.361697]},"properties":{"@type":"node","@id":4376440021,"@timestamp":1472594978},"coords":"51.361697,0.3075455","bedrooms":"0","price":"236000","area":"564"} , +{"type":"Feature","id":"n4376440045","geometry":{"type":"Point","coordinates":[0.3055725,51.3619512]},"properties":{"@type":"node","@id":4376440045,"@timestamp":1472594979},"coords":"51.3619512,0.3055725","bedrooms":"3","price":"210000","area":"370"} , +{"type":"Feature","id":"n4376440070","geometry":{"type":"Point","coordinates":[0.3076952,51.3621132]},"properties":{"@type":"node","@id":4376440070,"@timestamp":1472594979},"coords":"51.3621132,0.3076952","bedrooms":"4","price":"163000","area":"630"} , +{"type":"Feature","id":"n4376440990","geometry":{"type":"Point","coordinates":[0.3067313,51.3625086]},"properties":{"@type":"node","@id":4376440990,"@timestamp":1472594980},"coords":"51.3625086,0.3067313","bedrooms":"1","price":"237000","area":"419"} , +{"type":"Feature","id":"n4376575228","geometry":{"type":"Point","coordinates":[-0.0056231,51.5505874]},"properties":{"@type":"node","@id":4376575228,"@timestamp":1564908067},"coords":"51.5505874,-0.0056231","bedrooms":"1","price":"281000","area":"607"} , +{"type":"Feature","id":"n4376974485","geometry":{"type":"Point","coordinates":[0.4158708,51.6208423]},"properties":{"@type":"node","@id":4376974485,"@timestamp":1472632209},"coords":"51.6208423,0.4158708","bedrooms":"4","price":"266000","area":"478"} , +{"type":"Feature","id":"n4377461644","geometry":{"type":"Point","coordinates":[0.0873852,51.5617873]},"properties":{"@type":"node","@id":4377461644,"@timestamp":1472655664},"coords":"51.5617873,0.0873852","bedrooms":"4","price":"187000","area":"405"} , +{"type":"Feature","id":"n4377871400","geometry":{"type":"Point","coordinates":[0.3095179,51.3638956]},"properties":{"@type":"node","@id":4377871400,"@timestamp":1472672488},"coords":"51.3638956,0.3095179","bedrooms":"4","price":"288000","area":"601"} , +{"type":"Feature","id":"n4377917677","geometry":{"type":"Point","coordinates":[0.3093991,51.3634773]},"properties":{"@type":"node","@id":4377917677,"@timestamp":1472674219},"coords":"51.3634773,0.3093991","bedrooms":"1","price":"192000","area":"421"} , +{"type":"Feature","id":"n4377934051","geometry":{"type":"Point","coordinates":[0.1091653,50.9735051]},"properties":{"@type":"node","@id":4377934051,"@timestamp":1632396713},"coords":"50.9735051,0.1091653","bedrooms":"1","price":"255000","area":"566"} , +{"type":"Feature","id":"n4377952940","geometry":{"type":"Point","coordinates":[0.3092632,51.3621505]},"properties":{"@type":"node","@id":4377952940,"@timestamp":1472675563},"coords":"51.3621505,0.3092632","bedrooms":"3","price":"229000","area":"443"} , +{"type":"Feature","id":"n4377952959","geometry":{"type":"Point","coordinates":[0.3085023,51.3623182]},"properties":{"@type":"node","@id":4377952959,"@timestamp":1472675564},"coords":"51.3623182,0.3085023","bedrooms":"4","price":"278000","area":"574"} , +{"type":"Feature","id":"n4377952980","geometry":{"type":"Point","coordinates":[0.3092328,51.3626358]},"properties":{"@type":"node","@id":4377952980,"@timestamp":1472675564},"coords":"51.3626358,0.3092328","bedrooms":"1","price":"191000","area":"644"} , +{"type":"Feature","id":"n4377952999","geometry":{"type":"Point","coordinates":[0.3095681,51.3628653]},"properties":{"@type":"node","@id":4377952999,"@timestamp":1472675564},"coords":"51.3628653,0.3095681","bedrooms":"0","price":"296000","area":"384"} , +{"type":"Feature","id":"n4377974089","geometry":{"type":"Point","coordinates":[0.3086511,51.3627906]},"properties":{"@type":"node","@id":4377974089,"@timestamp":1472676934},"coords":"51.3627906,0.3086511","bedrooms":"3","price":"233000","area":"451"} , +{"type":"Feature","id":"n4377974115","geometry":{"type":"Point","coordinates":[0.3073206,51.3631207]},"properties":{"@type":"node","@id":4377974115,"@timestamp":1472676934},"coords":"51.3631207,0.3073206","bedrooms":"3","price":"158000","area":"361"} , +{"type":"Feature","id":"n4377974131","geometry":{"type":"Point","coordinates":[0.3084833,51.3632824]},"properties":{"@type":"node","@id":4377974131,"@timestamp":1472676934},"coords":"51.3632824,0.3084833","bedrooms":"3","price":"171000","area":"664"} , +{"type":"Feature","id":"n4377993299","geometry":{"type":"Point","coordinates":[0.3089886,51.3634002]},"properties":{"@type":"node","@id":4377993299,"@timestamp":1472678400},"coords":"51.3634002,0.3089886","bedrooms":"1","price":"229000","area":"642"} , +{"type":"Feature","id":"n4377993322","geometry":{"type":"Point","coordinates":[0.3085716,51.3639778]},"properties":{"@type":"node","@id":4377993322,"@timestamp":1472678400},"coords":"51.3639778,0.3085716","bedrooms":"0","price":"222000","area":"501"} , +{"type":"Feature","id":"n4378529094","geometry":{"type":"Point","coordinates":[-0.4015165,51.5596941]},"properties":{"@type":"node","@id":4378529094,"@timestamp":1596786533},"coords":"51.5596941,-0.4015165","bedrooms":"4","price":"237000","area":"479"} , +{"type":"Feature","id":"n4379042412","geometry":{"type":"Point","coordinates":[-0.0834477,51.4249875]},"properties":{"@type":"node","@id":4379042412,"@timestamp":1472729275},"coords":"51.4249875,-0.0834477","bedrooms":"0","price":"285000","area":"671"} , +{"type":"Feature","id":"n4379612722","geometry":{"type":"Point","coordinates":[0.3112714,51.3630186]},"properties":{"@type":"node","@id":4379612722,"@timestamp":1472755612},"coords":"51.3630186,0.3112714","bedrooms":"3","price":"299000","area":"446"} , +{"type":"Feature","id":"n4379612742","geometry":{"type":"Point","coordinates":[0.3111872,51.3636256]},"properties":{"@type":"node","@id":4379612742,"@timestamp":1472755612},"coords":"51.3636256,0.3111872","bedrooms":"1","price":"297000","area":"580"} , +{"type":"Feature","id":"n4379612757","geometry":{"type":"Point","coordinates":[0.3107565,51.3641231]},"properties":{"@type":"node","@id":4379612757,"@timestamp":1472755612},"coords":"51.3641231,0.3107565","bedrooms":"1","price":"184000","area":"609"} , +{"type":"Feature","id":"n4379628725","geometry":{"type":"Point","coordinates":[0.3117909,51.3639674]},"properties":{"@type":"node","@id":4379628725,"@timestamp":1472756316},"coords":"51.3639674,0.3117909","bedrooms":"4","price":"178000","area":"616"} , +{"type":"Feature","id":"n4379628742","geometry":{"type":"Point","coordinates":[0.3120453,51.3644572]},"properties":{"@type":"node","@id":4379628742,"@timestamp":1472756317},"coords":"51.3644572,0.3120453","bedrooms":"1","price":"240000","area":"577"} , +{"type":"Feature","id":"n4379633994","geometry":{"type":"Point","coordinates":[0.3130022,51.3638215]},"properties":{"@type":"node","@id":4379633994,"@timestamp":1472756678},"coords":"51.3638215,0.3130022","bedrooms":"0","price":"157000","area":"387"} , +{"type":"Feature","id":"n4379634011","geometry":{"type":"Point","coordinates":[0.3132119,51.3643049]},"properties":{"@type":"node","@id":4379634011,"@timestamp":1472756679},"coords":"51.3643049,0.3132119","bedrooms":"3","price":"267000","area":"363"} , +{"type":"Feature","id":"n4379669961","geometry":{"type":"Point","coordinates":[0.311225,51.362223]},"properties":{"@type":"node","@id":4379669961,"@timestamp":1472758613},"coords":"51.362223,0.311225","bedrooms":"4","price":"244000","area":"691"} , +{"type":"Feature","id":"n4379682009","geometry":{"type":"Point","coordinates":[0.311397,51.3610168]},"properties":{"@type":"node","@id":4379682009,"@timestamp":1472759267},"coords":"51.3610168,0.311397","bedrooms":"2","price":"260000","area":"448"} , +{"type":"Feature","id":"n4379682020","geometry":{"type":"Point","coordinates":[0.3113066,51.3612639]},"properties":{"@type":"node","@id":4379682020,"@timestamp":1472759268},"coords":"51.3612639,0.3113066","bedrooms":"1","price":"154000","area":"458"} , +{"type":"Feature","id":"n4379694629","geometry":{"type":"Point","coordinates":[0.3102531,51.3612505]},"properties":{"@type":"node","@id":4379694629,"@timestamp":1472760015},"coords":"51.3612505,0.3102531","bedrooms":"4","price":"189000","area":"502"} , +{"type":"Feature","id":"n4379694644","geometry":{"type":"Point","coordinates":[0.3100811,51.3615836]},"properties":{"@type":"node","@id":4379694644,"@timestamp":1472760016},"coords":"51.3615836,0.3100811","bedrooms":"2","price":"190000","area":"445"} , +{"type":"Feature","id":"n4379709348","geometry":{"type":"Point","coordinates":[-0.0097847,51.5928556]},"properties":{"@type":"node","@id":4379709348,"@timestamp":1472764536},"coords":"51.5928556,-0.0097847","bedrooms":"0","price":"195000","area":"521"} , +{"type":"Feature","id":"n4379756717","geometry":{"type":"Point","coordinates":[-0.0137329,51.5926423]},"properties":{"@type":"node","@id":4379756717,"@timestamp":1472763999},"coords":"51.5926423,-0.0137329","bedrooms":"3","price":"297000","area":"511"} , +{"type":"Feature","id":"n4379801329","geometry":{"type":"Point","coordinates":[-0.1012768,51.5132431]},"properties":{"@type":"node","@id":4379801329,"@timestamp":1472766545},"coords":"51.5132431,-0.1012768","bedrooms":"1","price":"280000","area":"667"} , +{"type":"Feature","id":"n4379801387","geometry":{"type":"Point","coordinates":[-0.1015386,51.5136465]},"properties":{"@type":"node","@id":4379801387,"@timestamp":1472766546},"coords":"51.5136465,-0.1015386","bedrooms":"4","price":"259000","area":"590"} , +{"type":"Feature","id":"n4380617108","geometry":{"type":"Point","coordinates":[0.8723298,51.6205914]},"properties":{"@type":"node","@id":4380617108,"@timestamp":1472816393},"coords":"51.6205914,0.8723298","bedrooms":"0","price":"159000","area":"636"} , +{"type":"Feature","id":"n4380744291","geometry":{"type":"Point","coordinates":[0.5273193,51.4247228]},"properties":{"@type":"node","@id":4380744291,"@timestamp":1472829226},"coords":"51.4247228,0.5273193","bedrooms":"3","price":"232000","area":"628"} , +{"type":"Feature","id":"n4381106340","geometry":{"type":"Point","coordinates":[0.3155267,51.3637174]},"properties":{"@type":"node","@id":4381106340,"@timestamp":1472840727},"coords":"51.3637174,0.3155267","bedrooms":"3","price":"156000","area":"677"} , +{"type":"Feature","id":"n4381106350","geometry":{"type":"Point","coordinates":[0.3178011,51.3642128]},"properties":{"@type":"node","@id":4381106350,"@timestamp":1472840727},"coords":"51.3642128,0.3178011","bedrooms":"4","price":"152000","area":"426"} , +{"type":"Feature","id":"n4381116099","geometry":{"type":"Point","coordinates":[0.3155664,51.3626322]},"properties":{"@type":"node","@id":4381116099,"@timestamp":1472841690},"coords":"51.3626322,0.3155664","bedrooms":"4","price":"286000","area":"632"} , +{"type":"Feature","id":"n4381116109","geometry":{"type":"Point","coordinates":[0.3159233,51.3631729]},"properties":{"@type":"node","@id":4381116109,"@timestamp":1472841690},"coords":"51.3631729,0.3159233","bedrooms":"3","price":"179000","area":"410"} , +{"type":"Feature","id":"n4381132023","geometry":{"type":"Point","coordinates":[0.3155029,51.3610579]},"properties":{"@type":"node","@id":4381132023,"@timestamp":1472842654},"coords":"51.3610579,0.3155029","bedrooms":"2","price":"231000","area":"486"} , +{"type":"Feature","id":"n4381132033","geometry":{"type":"Point","coordinates":[0.3143107,51.3618298]},"properties":{"@type":"node","@id":4381132033,"@timestamp":1472842655},"coords":"51.3618298,0.3143107","bedrooms":"2","price":"204000","area":"483"} , +{"type":"Feature","id":"n4381146468","geometry":{"type":"Point","coordinates":[0.3134214,51.360949]},"properties":{"@type":"node","@id":4381146468,"@timestamp":1472843485},"coords":"51.360949,0.3134214","bedrooms":"4","price":"193000","area":"395"} , +{"type":"Feature","id":"n4381209763","geometry":{"type":"Point","coordinates":[0.3079037,51.3601726]},"properties":{"@type":"node","@id":4381209763,"@timestamp":1472846257},"coords":"51.3601726,0.3079037","bedrooms":"0","price":"182000","area":"362"} , +{"type":"Feature","id":"n4381209777","geometry":{"type":"Point","coordinates":[0.3072596,51.3603505]},"properties":{"@type":"node","@id":4381209777,"@timestamp":1472846257},"coords":"51.3603505,0.3072596","bedrooms":"3","price":"294000","area":"432"} , +{"type":"Feature","id":"n4381209787","geometry":{"type":"Point","coordinates":[0.3090902,51.3606001]},"properties":{"@type":"node","@id":4381209787,"@timestamp":1472846257},"coords":"51.3606001,0.3090902","bedrooms":"3","price":"280000","area":"458"} , +{"type":"Feature","id":"n4381210197","geometry":{"type":"Point","coordinates":[0.3070046,51.3608206]},"properties":{"@type":"node","@id":4381210197,"@timestamp":1472846257},"coords":"51.3608206,0.3070046","bedrooms":"2","price":"167000","area":"351"} , +{"type":"Feature","id":"n4381210209","geometry":{"type":"Point","coordinates":[0.3079832,51.3612375]},"properties":{"@type":"node","@id":4381210209,"@timestamp":1472846258},"coords":"51.3612375,0.3079832","bedrooms":"1","price":"183000","area":"577"} , +{"type":"Feature","id":"n4381306892","geometry":{"type":"Point","coordinates":[-0.0468555,51.5342904]},"properties":{"@type":"node","@id":4381306892,"@timestamp":1556101028},"coords":"51.5342904,-0.0468555","bedrooms":"3","price":"155000","area":"472"} , +{"type":"Feature","id":"n4381366463","geometry":{"type":"Point","coordinates":[0.0787052,51.0129552]},"properties":{"@type":"node","@id":4381366463,"@timestamp":1472852856},"coords":"51.0129552,0.0787052","bedrooms":"1","price":"183000","area":"669"} , +{"type":"Feature","id":"n4381892781","geometry":{"type":"Point","coordinates":[-0.0108995,51.7633429]},"properties":{"@type":"node","@id":4381892781,"@timestamp":1472887604},"coords":"51.7633429,-0.0108995","bedrooms":"0","price":"243000","area":"595"} , +{"type":"Feature","id":"n4381906789","geometry":{"type":"Point","coordinates":[0.0195871,51.600781]},"properties":{"@type":"node","@id":4381906789,"@timestamp":1609523954},"coords":"51.600781,0.0195871","bedrooms":"2","price":"183000","area":"529"} , +{"type":"Feature","id":"n4382031095","geometry":{"type":"Point","coordinates":[0.1552412,50.9637138]},"properties":{"@type":"node","@id":4382031095,"@timestamp":1472898452},"coords":"50.9637138,0.1552412","bedrooms":"1","price":"157000","area":"633"} , +{"type":"Feature","id":"n4382031105","geometry":{"type":"Point","coordinates":[0.0846113,51.0018818]},"properties":{"@type":"node","@id":4382031105,"@timestamp":1472898453},"coords":"51.0018818,0.0846113","bedrooms":"4","price":"297000","area":"682"} , +{"type":"Feature","id":"n4382281949","geometry":{"type":"Point","coordinates":[0.0837749,51.0077718]},"properties":{"@type":"node","@id":4382281949,"@timestamp":1472914546},"coords":"51.0077718,0.0837749","bedrooms":"3","price":"181000","area":"606"} , +{"type":"Feature","id":"n4382315475","geometry":{"type":"Point","coordinates":[-0.7507542,51.2631384]},"properties":{"@type":"node","@id":4382315475,"@timestamp":1472916578},"coords":"51.2631384,-0.7507542","bedrooms":"1","price":"219000","area":"424"} , +{"type":"Feature","id":"n4382365938","geometry":{"type":"Point","coordinates":[-0.0124067,51.5383578]},"properties":{"@type":"node","@id":4382365938,"@timestamp":1625815285},"coords":"51.5383578,-0.0124067","bedrooms":"1","price":"230000","area":"561"} , +{"type":"Feature","id":"n4382370643","geometry":{"type":"Point","coordinates":[-0.011622,51.5385449]},"properties":{"@type":"node","@id":4382370643,"@timestamp":1594925042},"coords":"51.5385449,-0.011622","bedrooms":"2","price":"197000","area":"552"} , +{"type":"Feature","id":"n4382474271","geometry":{"type":"Point","coordinates":[0.2984103,51.3641062]},"properties":{"@type":"node","@id":4382474271,"@timestamp":1472929543},"coords":"51.3641062,0.2984103","bedrooms":"0","price":"240000","area":"369"} , +{"type":"Feature","id":"n4382482463","geometry":{"type":"Point","coordinates":[-0.0108579,51.0966033]},"properties":{"@type":"node","@id":4382482463,"@timestamp":1472926433},"coords":"51.0966033,-0.0108579","bedrooms":"2","price":"205000","area":"496"} , +{"type":"Feature","id":"n4382519973","geometry":{"type":"Point","coordinates":[-0.1525104,51.4440905]},"properties":{"@type":"node","@id":4382519973,"@timestamp":1610625686},"coords":"51.4440905,-0.1525104","bedrooms":"4","price":"233000","area":"508"} , +{"type":"Feature","id":"n4382519983","geometry":{"type":"Point","coordinates":[-0.1520803,51.444432]},"properties":{"@type":"node","@id":4382519983,"@timestamp":1472929320},"coords":"51.444432,-0.1520803","bedrooms":"2","price":"182000","area":"565"} , +{"type":"Feature","id":"n4382527701","geometry":{"type":"Point","coordinates":[0.2999667,51.3644165]},"properties":{"@type":"node","@id":4382527701,"@timestamp":1472929544},"coords":"51.3644165,0.2999667","bedrooms":"3","price":"171000","area":"458"} , +{"type":"Feature","id":"n4382527714","geometry":{"type":"Point","coordinates":[0.2981198,51.3646118]},"properties":{"@type":"node","@id":4382527714,"@timestamp":1472929544},"coords":"51.3646118,0.2981198","bedrooms":"2","price":"257000","area":"364"} , +{"type":"Feature","id":"n4382527728","geometry":{"type":"Point","coordinates":[0.2976545,51.3649341]},"properties":{"@type":"node","@id":4382527728,"@timestamp":1472929545},"coords":"51.3649341,0.2976545","bedrooms":"2","price":"249000","area":"564"} , +{"type":"Feature","id":"n4382533053","geometry":{"type":"Point","coordinates":[-0.1531444,51.4435017]},"properties":{"@type":"node","@id":4382533053,"@timestamp":1597594526},"coords":"51.4435017,-0.1531444","bedrooms":"1","price":"165000","area":"472"} , +{"type":"Feature","id":"n4382542249","geometry":{"type":"Point","coordinates":[-0.1532568,51.4431092]},"properties":{"@type":"node","@id":4382542249,"@timestamp":1472930470},"coords":"51.4431092,-0.1532568","bedrooms":"4","price":"243000","area":"559"} , +{"type":"Feature","id":"n4382568434","geometry":{"type":"Point","coordinates":[0.3066789,51.3669246]},"properties":{"@type":"node","@id":4382568434,"@timestamp":1472932102},"coords":"51.3669246,0.3066789","bedrooms":"3","price":"176000","area":"690"} , +{"type":"Feature","id":"n4383369492","geometry":{"type":"Point","coordinates":[-0.1013106,51.5126336]},"properties":{"@type":"node","@id":4383369492,"@timestamp":1472984857},"coords":"51.5126336,-0.1013106","bedrooms":"4","price":"170000","area":"364"} , +{"type":"Feature","id":"n4383369568","geometry":{"type":"Point","coordinates":[-0.1012376,51.5127715]},"properties":{"@type":"node","@id":4383369568,"@timestamp":1472984862},"coords":"51.5127715,-0.1012376","bedrooms":"1","price":"194000","area":"598"} , +{"type":"Feature","id":"n4383699070","geometry":{"type":"Point","coordinates":[-0.1242793,51.5743246]},"properties":{"@type":"node","@id":4383699070,"@timestamp":1472997196},"coords":"51.5743246,-0.1242793","bedrooms":"4","price":"174000","area":"409"} , +{"type":"Feature","id":"n4384464144","geometry":{"type":"Point","coordinates":[-0.1815934,51.2818612]},"properties":{"@type":"node","@id":4384464144,"@timestamp":1473022216},"coords":"51.2818612,-0.1815934","bedrooms":"0","price":"173000","area":"558"} , +{"type":"Feature","id":"n4384596853","geometry":{"type":"Point","coordinates":[-0.099035,51.5778091]},"properties":{"@type":"node","@id":4384596853,"@timestamp":1473031468},"coords":"51.5778091,-0.099035","bedrooms":"2","price":"204000","area":"659"} , +{"type":"Feature","id":"n4386156791","geometry":{"type":"Point","coordinates":[-0.0972033,51.6686893]},"properties":{"@type":"node","@id":4386156791,"@timestamp":1473105258},"coords":"51.6686893,-0.0972033","bedrooms":"3","price":"173000","area":"672"} , +{"type":"Feature","id":"n4387012594","geometry":{"type":"Point","coordinates":[-0.2509596,51.5334687]},"properties":{"@type":"node","@id":4387012594,"@timestamp":1603023753},"coords":"51.5334687,-0.2509596","bedrooms":"1","price":"255000","area":"473"} , +{"type":"Feature","id":"n4387979521","geometry":{"type":"Point","coordinates":[-0.3683489,51.5325552]},"properties":{"@type":"node","@id":4387979521,"@timestamp":1473194295},"coords":"51.5325552,-0.3683489","bedrooms":"0","price":"180000","area":"635"} , +{"type":"Feature","id":"n4388992200","geometry":{"type":"Point","coordinates":[-1.0852944,51.723212]},"properties":{"@type":"node","@id":4388992200,"@timestamp":1473243029},"coords":"51.723212,-1.0852944","bedrooms":"3","price":"187000","area":"531"} , +{"type":"Feature","id":"n4388992215","geometry":{"type":"Point","coordinates":[-1.0718549,51.7271191]},"properties":{"@type":"node","@id":4388992215,"@timestamp":1473243029},"coords":"51.7271191,-1.0718549","bedrooms":"0","price":"294000","area":"620"} , +{"type":"Feature","id":"n4389097975","geometry":{"type":"Point","coordinates":[-1.0964305,51.7159189]},"properties":{"@type":"node","@id":4389097975,"@timestamp":1473246073},"coords":"51.7159189,-1.0964305","bedrooms":"4","price":"258000","area":"591"} , +{"type":"Feature","id":"n4389097989","geometry":{"type":"Point","coordinates":[-1.0963098,51.7051313]},"properties":{"@type":"node","@id":4389097989,"@timestamp":1473246074},"coords":"51.7051313,-1.0963098","bedrooms":"4","price":"188000","area":"423"} , +{"type":"Feature","id":"n4389098001","geometry":{"type":"Point","coordinates":[-1.0799296,51.7143938]},"properties":{"@type":"node","@id":4389098001,"@timestamp":1473246074},"coords":"51.7143938,-1.0799296","bedrooms":"0","price":"166000","area":"545"} , +{"type":"Feature","id":"n4389098013","geometry":{"type":"Point","coordinates":[-1.0730607,51.7136326]},"properties":{"@type":"node","@id":4389098013,"@timestamp":1473246074},"coords":"51.7136326,-1.0730607","bedrooms":"1","price":"238000","area":"426"} , +{"type":"Feature","id":"n4389098024","geometry":{"type":"Point","coordinates":[-1.077934,51.7140082]},"properties":{"@type":"node","@id":4389098024,"@timestamp":1473246075},"coords":"51.7140082,-1.077934","bedrooms":"1","price":"190000","area":"616"} , +{"type":"Feature","id":"n4389098034","geometry":{"type":"Point","coordinates":[-1.1006228,51.6992713]},"properties":{"@type":"node","@id":4389098034,"@timestamp":1473246075},"coords":"51.6992713,-1.1006228","bedrooms":"0","price":"163000","area":"676"} , +{"type":"Feature","id":"n4389440013","geometry":{"type":"Point","coordinates":[-0.9645734,51.6830699]},"properties":{"@type":"node","@id":4389440013,"@timestamp":1473256078},"coords":"51.6830699,-0.9645734","bedrooms":"1","price":"161000","area":"622"} , +{"type":"Feature","id":"n4389440047","geometry":{"type":"Point","coordinates":[-0.9606708,51.6803974]},"properties":{"@type":"node","@id":4389440047,"@timestamp":1473256079},"coords":"51.6803974,-0.9606708","bedrooms":"0","price":"224000","area":"669"} , +{"type":"Feature","id":"n4389815350","geometry":{"type":"Point","coordinates":[-0.8394981,51.2504398]},"properties":{"@type":"node","@id":4389815350,"@timestamp":1500917099},"coords":"51.2504398,-0.8394981","bedrooms":"2","price":"241000","area":"365"} , +{"type":"Feature","id":"n4390007246","geometry":{"type":"Point","coordinates":[-1.0470283,51.7289108]},"properties":{"@type":"node","@id":4390007246,"@timestamp":1616425396},"coords":"51.7289108,-1.0470283","bedrooms":"3","price":"283000","area":"459"} , +{"type":"Feature","id":"n4391097659","geometry":{"type":"Point","coordinates":[-0.7417407,51.2709734]},"properties":{"@type":"node","@id":4391097659,"@timestamp":1555098164},"coords":"51.2709734,-0.7417407","bedrooms":"3","price":"183000","area":"366"} , +{"type":"Feature","id":"n4391364305","geometry":{"type":"Point","coordinates":[-0.2159071,51.5277529]},"properties":{"@type":"node","@id":4391364305,"@timestamp":1473314929},"coords":"51.5277529,-0.2159071","bedrooms":"2","price":"252000","area":"668"} , +{"type":"Feature","id":"n4391630011","geometry":{"type":"Point","coordinates":[-0.1027367,51.5895012]},"properties":{"@type":"node","@id":4391630011,"@timestamp":1473332587},"coords":"51.5895012,-0.1027367","bedrooms":"4","price":"156000","area":"545"} , +{"type":"Feature","id":"n4391630027","geometry":{"type":"Point","coordinates":[-0.1034008,51.5898029]},"properties":{"@type":"node","@id":4391630027,"@timestamp":1473332588},"coords":"51.5898029,-0.1034008","bedrooms":"4","price":"239000","area":"428"} , +{"type":"Feature","id":"n4391639038","geometry":{"type":"Point","coordinates":[-0.1030612,51.5881463]},"properties":{"@type":"node","@id":4391639038,"@timestamp":1617473220},"coords":"51.5881463,-0.1030612","bedrooms":"0","price":"179000","area":"613"} , +{"type":"Feature","id":"n4391646568","geometry":{"type":"Point","coordinates":[-0.1021079,51.5893096]},"properties":{"@type":"node","@id":4391646568,"@timestamp":1473333770},"coords":"51.5893096,-0.1021079","bedrooms":"4","price":"239000","area":"459"} , +{"type":"Feature","id":"n4391663506","geometry":{"type":"Point","coordinates":[-0.1014495,51.5880606]},"properties":{"@type":"node","@id":4391663506,"@timestamp":1473334426},"coords":"51.5880606,-0.1014495","bedrooms":"4","price":"236000","area":"371"} , +{"type":"Feature","id":"n4391689095","geometry":{"type":"Point","coordinates":[-0.1000598,51.5858215]},"properties":{"@type":"node","@id":4391689095,"@timestamp":1473335383},"coords":"51.5858215,-0.1000598","bedrooms":"1","price":"262000","area":"578"} , +{"type":"Feature","id":"n4391698832","geometry":{"type":"Point","coordinates":[0.8038418,51.6261223]},"properties":{"@type":"node","@id":4391698832,"@timestamp":1473335892},"coords":"51.6261223,0.8038418","bedrooms":"1","price":"163000","area":"381"} , +{"type":"Feature","id":"n4391729136","geometry":{"type":"Point","coordinates":[-0.0998452,51.5719169]},"properties":{"@type":"node","@id":4391729136,"@timestamp":1628345238},"coords":"51.5719169,-0.0998452","bedrooms":"2","price":"215000","area":"527"} , +{"type":"Feature","id":"n4391729167","geometry":{"type":"Point","coordinates":[-0.0974661,51.5723687]},"properties":{"@type":"node","@id":4391729167,"@timestamp":1473337153},"coords":"51.5723687,-0.0974661","bedrooms":"2","price":"254000","area":"457"} , +{"type":"Feature","id":"n4391742387","geometry":{"type":"Point","coordinates":[-1.028697,51.6784999]},"properties":{"@type":"node","@id":4391742387,"@timestamp":1473337758},"coords":"51.6784999,-1.028697","bedrooms":"2","price":"215000","area":"674"} , +{"type":"Feature","id":"n4391742997","geometry":{"type":"Point","coordinates":[-1.0246335,51.6767568]},"properties":{"@type":"node","@id":4391742997,"@timestamp":1473337759},"coords":"51.6767568,-1.0246335","bedrooms":"1","price":"297000","area":"557"} , +{"type":"Feature","id":"n4391743007","geometry":{"type":"Point","coordinates":[-1.0350482,51.6737446]},"properties":{"@type":"node","@id":4391743007,"@timestamp":1473337759},"coords":"51.6737446,-1.0350482","bedrooms":"2","price":"231000","area":"586"} , +{"type":"Feature","id":"n4391745368","geometry":{"type":"Point","coordinates":[-0.9971141,51.6840626]},"properties":{"@type":"node","@id":4391745368,"@timestamp":1473337914},"coords":"51.6840626,-0.9971141","bedrooms":"2","price":"291000","area":"367"} , +{"type":"Feature","id":"n4391745378","geometry":{"type":"Point","coordinates":[-1.0142185,51.6863058]},"properties":{"@type":"node","@id":4391745378,"@timestamp":1473337914},"coords":"51.6863058,-1.0142185","bedrooms":"2","price":"192000","area":"503"} , +{"type":"Feature","id":"n4391745388","geometry":{"type":"Point","coordinates":[-1.0149642,51.6860797]},"properties":{"@type":"node","@id":4391745388,"@timestamp":1473337915},"coords":"51.6860797,-1.0149642","bedrooms":"0","price":"157000","area":"520"} , +{"type":"Feature","id":"n4391810445","geometry":{"type":"Point","coordinates":[-0.0978577,51.5705415]},"properties":{"@type":"node","@id":4391810445,"@timestamp":1473341428},"coords":"51.5705415,-0.0978577","bedrooms":"3","price":"188000","area":"372"} , +{"type":"Feature","id":"n4391810459","geometry":{"type":"Point","coordinates":[-0.104302,51.5649214]},"properties":{"@type":"node","@id":4391810459,"@timestamp":1626366744},"coords":"51.5649214,-0.104302","bedrooms":"3","price":"250000","area":"443"} , +{"type":"Feature","id":"n4392012907","geometry":{"type":"Point","coordinates":[-0.0831142,51.5171761]},"properties":{"@type":"node","@id":4392012907,"@timestamp":1624756637},"coords":"51.5171761,-0.0831142","bedrooms":"0","price":"267000","area":"639"} , +{"type":"Feature","id":"n4392468464","geometry":{"type":"Point","coordinates":[-0.1873363,51.4795402]},"properties":{"@type":"node","@id":4392468464,"@timestamp":1553719033},"coords":"51.4795402,-0.1873363","bedrooms":"2","price":"150000","area":"479"} , +{"type":"Feature","id":"n4392670549","geometry":{"type":"Point","coordinates":[-0.9954911,51.4578928]},"properties":{"@type":"node","@id":4392670549,"@timestamp":1614148656},"coords":"51.4578928,-0.9954911","bedrooms":"2","price":"262000","area":"607"} , +{"type":"Feature","id":"n4393135090","geometry":{"type":"Point","coordinates":[-0.0988074,51.538916]},"properties":{"@type":"node","@id":4393135090,"@timestamp":1628167724},"coords":"51.538916,-0.0988074","bedrooms":"2","price":"212000","area":"551"} , +{"type":"Feature","id":"n4393294045","geometry":{"type":"Point","coordinates":[0.1700547,51.5533218]},"properties":{"@type":"node","@id":4393294045,"@timestamp":1473418375},"coords":"51.5533218,0.1700547","bedrooms":"3","price":"239000","area":"577"} , +{"type":"Feature","id":"n4393329196","geometry":{"type":"Point","coordinates":[0.1664257,51.5590902]},"properties":{"@type":"node","@id":4393329196,"@timestamp":1473419384},"coords":"51.5590902,0.1664257","bedrooms":"3","price":"275000","area":"642"} , +{"type":"Feature","id":"n4393353454","geometry":{"type":"Point","coordinates":[0.1630005,51.5611329]},"properties":{"@type":"node","@id":4393353454,"@timestamp":1473420627},"coords":"51.5611329,0.1630005","bedrooms":"3","price":"170000","area":"379"} , +{"type":"Feature","id":"n4393369571","geometry":{"type":"Point","coordinates":[0.1625655,51.5583462]},"properties":{"@type":"node","@id":4393369571,"@timestamp":1604075254},"coords":"51.5583462,0.1625655","bedrooms":"0","price":"210000","area":"425"} , +{"type":"Feature","id":"n4393385931","geometry":{"type":"Point","coordinates":[0.1623487,51.5578096]},"properties":{"@type":"node","@id":4393385931,"@timestamp":1473422125},"coords":"51.5578096,0.1623487","bedrooms":"0","price":"246000","area":"380"} , +{"type":"Feature","id":"n4393398012","geometry":{"type":"Point","coordinates":[0.1715568,51.5525347]},"properties":{"@type":"node","@id":4393398012,"@timestamp":1473423091},"coords":"51.5525347,0.1715568","bedrooms":"3","price":"190000","area":"624"} , +{"type":"Feature","id":"n4393407424","geometry":{"type":"Point","coordinates":[0.1764076,51.5529783]},"properties":{"@type":"node","@id":4393407424,"@timestamp":1473423790},"coords":"51.5529783,0.1764076","bedrooms":"4","price":"265000","area":"567"} , +{"type":"Feature","id":"n4393407435","geometry":{"type":"Point","coordinates":[0.1770581,51.5534436]},"properties":{"@type":"node","@id":4393407435,"@timestamp":1473423790},"coords":"51.5534436,0.1770581","bedrooms":"4","price":"173000","area":"378"} , +{"type":"Feature","id":"n4393442826","geometry":{"type":"Point","coordinates":[0.1763822,51.5564672]},"properties":{"@type":"node","@id":4393442826,"@timestamp":1473425016},"coords":"51.5564672,0.1763822","bedrooms":"4","price":"259000","area":"609"} , +{"type":"Feature","id":"n4393701151","geometry":{"type":"Point","coordinates":[0.1642449,51.0978125]},"properties":{"@type":"node","@id":4393701151,"@timestamp":1473438407},"coords":"51.0978125,0.1642449","bedrooms":"3","price":"154000","area":"366"} , +{"type":"Feature","id":"n4394222194","geometry":{"type":"Point","coordinates":[-0.9941417,51.4799393]},"properties":{"@type":"node","@id":4394222194,"@timestamp":1635593230},"coords":"51.4799393,-0.9941417","bedrooms":"1","price":"223000","area":"443"} , +{"type":"Feature","id":"n4394445772","geometry":{"type":"Point","coordinates":[0.097735,50.9741991]},"properties":{"@type":"node","@id":4394445772,"@timestamp":1558426411},"coords":"50.9741991,0.097735","bedrooms":"3","price":"258000","area":"471"} , +{"type":"Feature","id":"n4394501860","geometry":{"type":"Point","coordinates":[0.0961936,50.9743328]},"properties":{"@type":"node","@id":4394501860,"@timestamp":1558426411},"coords":"50.9743328,0.0961936","bedrooms":"2","price":"173000","area":"383"} , +{"type":"Feature","id":"n4394801448","geometry":{"type":"Point","coordinates":[-0.7845503,51.6215679]},"properties":{"@type":"node","@id":4394801448,"@timestamp":1596211807},"coords":"51.6215679,-0.7845503","bedrooms":"1","price":"251000","area":"672"} , +{"type":"Feature","id":"n4395058226","geometry":{"type":"Point","coordinates":[-0.3040632,51.3926638]},"properties":{"@type":"node","@id":4395058226,"@timestamp":1596222940},"coords":"51.3926638,-0.3040632","bedrooms":"1","price":"193000","area":"375"} , +{"type":"Feature","id":"n4395330052","geometry":{"type":"Point","coordinates":[-0.8799766,51.7126929]},"properties":{"@type":"node","@id":4395330052,"@timestamp":1608153358},"coords":"51.7126929,-0.8799766","bedrooms":"2","price":"162000","area":"375"} , +{"type":"Feature","id":"n4395356980","geometry":{"type":"Point","coordinates":[-0.3062385,51.3923989]},"properties":{"@type":"node","@id":4395356980,"@timestamp":1613132863},"coords":"51.3923989,-0.3062385","bedrooms":"3","price":"199000","area":"575"} , +{"type":"Feature","id":"n4395357628","geometry":{"type":"Point","coordinates":[-0.3052848,51.3927843]},"properties":{"@type":"node","@id":4395357628,"@timestamp":1473541191},"coords":"51.3927843,-0.3052848","bedrooms":"4","price":"279000","area":"565"} , +{"type":"Feature","id":"n4396968115","geometry":{"type":"Point","coordinates":[0.2797149,51.5128756]},"properties":{"@type":"node","@id":4396968115,"@timestamp":1473652120},"coords":"51.5128756,0.2797149","bedrooms":"1","price":"266000","area":"570"} , +{"type":"Feature","id":"n4396968130","geometry":{"type":"Point","coordinates":[0.2762918,51.5080238]},"properties":{"@type":"node","@id":4396968130,"@timestamp":1627967852},"coords":"51.5080238,0.2762918","bedrooms":"0","price":"202000","area":"653"} , +{"type":"Feature","id":"n4397152732","geometry":{"type":"Point","coordinates":[-0.1296506,51.5101492]},"properties":{"@type":"node","@id":4397152732,"@timestamp":1473669938},"coords":"51.5101492,-0.1296506","bedrooms":"2","price":"258000","area":"605"} , +{"type":"Feature","id":"n4397194702","geometry":{"type":"Point","coordinates":[-0.4308062,51.2622714]},"properties":{"@type":"node","@id":4397194702,"@timestamp":1473672282},"coords":"51.2622714,-0.4308062","bedrooms":"1","price":"190000","area":"504"} , +{"type":"Feature","id":"n4397679942","geometry":{"type":"Point","coordinates":[-0.0390773,51.4957641]},"properties":{"@type":"node","@id":4397679942,"@timestamp":1473693544},"coords":"51.4957641,-0.0390773","bedrooms":"2","price":"258000","area":"631"} , +{"type":"Feature","id":"n4398023021","geometry":{"type":"Point","coordinates":[-0.6673235,51.3446812]},"properties":{"@type":"node","@id":4398023021,"@timestamp":1483566736},"coords":"51.3446812,-0.6673235","bedrooms":"3","price":"195000","area":"554"} , +{"type":"Feature","id":"n4398078673","geometry":{"type":"Point","coordinates":[-0.638934,51.327021]},"properties":{"@type":"node","@id":4398078673,"@timestamp":1572637793},"coords":"51.327021,-0.638934","bedrooms":"4","price":"257000","area":"479"} , +{"type":"Feature","id":"n4398150925","geometry":{"type":"Point","coordinates":[-0.8556894,51.4143812]},"properties":{"@type":"node","@id":4398150925,"@timestamp":1475263465},"coords":"51.4143812,-0.8556894","bedrooms":"4","price":"270000","area":"670"} , +{"type":"Feature","id":"n4398285377","geometry":{"type":"Point","coordinates":[-0.1237078,51.5701172]},"properties":{"@type":"node","@id":4398285377,"@timestamp":1473724492},"coords":"51.5701172,-0.1237078","bedrooms":"4","price":"264000","area":"504"} , +{"type":"Feature","id":"n4398916615","geometry":{"type":"Point","coordinates":[-0.0459449,51.5322452]},"properties":{"@type":"node","@id":4398916615,"@timestamp":1633455028},"coords":"51.5322452,-0.0459449","bedrooms":"2","price":"223000","area":"406"} , +{"type":"Feature","id":"n4399159992","geometry":{"type":"Point","coordinates":[0.1034276,51.4632146]},"properties":{"@type":"node","@id":4399159992,"@timestamp":1601053452},"coords":"51.4632146,0.1034276","bedrooms":"2","price":"238000","area":"657"} , +{"type":"Feature","id":"n4401562002","geometry":{"type":"Point","coordinates":[-0.661735,51.1413438]},"properties":{"@type":"node","@id":4401562002,"@timestamp":1520454154},"coords":"51.1413438,-0.661735","bedrooms":"4","price":"214000","area":"532"} , +{"type":"Feature","id":"n4401659282","geometry":{"type":"Point","coordinates":[-0.825706,51.1455966]},"properties":{"@type":"node","@id":4401659282,"@timestamp":1473884226},"coords":"51.1455966,-0.825706","bedrooms":"3","price":"259000","area":"560"} , +{"type":"Feature","id":"n4401843250","geometry":{"type":"Point","coordinates":[-0.3083057,51.3915557]},"properties":{"@type":"node","@id":4401843250,"@timestamp":1613668402},"coords":"51.3915557,-0.3083057","bedrooms":"3","price":"166000","area":"479"} , +{"type":"Feature","id":"n4402475492","geometry":{"type":"Point","coordinates":[-0.0971396,51.5161156]},"properties":{"@type":"node","@id":4402475492,"@timestamp":1570810234},"coords":"51.5161156,-0.0971396","bedrooms":"4","price":"292000","area":"678"} , +{"type":"Feature","id":"n4402602535","geometry":{"type":"Point","coordinates":[-0.0823752,51.5119576]},"properties":{"@type":"node","@id":4402602535,"@timestamp":1622452621},"coords":"51.5119576,-0.0823752","bedrooms":"3","price":"217000","area":"446"} , +{"type":"Feature","id":"n4402633244","geometry":{"type":"Point","coordinates":[-0.0819318,51.5128256]},"properties":{"@type":"node","@id":4402633244,"@timestamp":1546188671},"coords":"51.5128256,-0.0819318","bedrooms":"3","price":"151000","area":"668"} , +{"type":"Feature","id":"n4402677008","geometry":{"type":"Point","coordinates":[-0.0249596,51.4918265]},"properties":{"@type":"node","@id":4402677008,"@timestamp":1579816740},"coords":"51.4918265,-0.0249596","bedrooms":"3","price":"177000","area":"611"} , +{"type":"Feature","id":"n4403172275","geometry":{"type":"Point","coordinates":[0.0110609,51.6855974]},"properties":{"@type":"node","@id":4403172275,"@timestamp":1473964208},"coords":"51.6855974,0.0110609","bedrooms":"0","price":"183000","area":"369"} , +{"type":"Feature","id":"n4403179493","geometry":{"type":"Point","coordinates":[0.0111546,51.6859666]},"properties":{"@type":"node","@id":4403179493,"@timestamp":1473964209},"coords":"51.6859666,0.0111546","bedrooms":"2","price":"260000","area":"599"} , +{"type":"Feature","id":"n4403191137","geometry":{"type":"Point","coordinates":[0.0105411,51.6849906]},"properties":{"@type":"node","@id":4403191137,"@timestamp":1473964411},"coords":"51.6849906,0.0105411","bedrooms":"2","price":"292000","area":"600"} , +{"type":"Feature","id":"n4403213305","geometry":{"type":"Point","coordinates":[0.0099368,51.6844052]},"properties":{"@type":"node","@id":4403213305,"@timestamp":1557100858},"coords":"51.6844052,0.0099368","bedrooms":"3","price":"271000","area":"375"} , +{"type":"Feature","id":"n4403255428","geometry":{"type":"Point","coordinates":[0.0088935,51.6833956]},"properties":{"@type":"node","@id":4403255428,"@timestamp":1473966313},"coords":"51.6833956,0.0088935","bedrooms":"4","price":"293000","area":"391"} , +{"type":"Feature","id":"n4403262436","geometry":{"type":"Point","coordinates":[0.0111682,51.6835902]},"properties":{"@type":"node","@id":4403262436,"@timestamp":1557100858},"coords":"51.6835902,0.0111682","bedrooms":"2","price":"245000","area":"610"} , +{"type":"Feature","id":"n4403277115","geometry":{"type":"Point","coordinates":[0.012638,51.6834289]},"properties":{"@type":"node","@id":4403277115,"@timestamp":1557100859},"coords":"51.6834289,0.012638","bedrooms":"1","price":"199000","area":"670"} , +{"type":"Feature","id":"n4403301600","geometry":{"type":"Point","coordinates":[0.0111575,51.682456]},"properties":{"@type":"node","@id":4403301600,"@timestamp":1473968728},"coords":"51.682456,0.0111575","bedrooms":"1","price":"246000","area":"502"} , +{"type":"Feature","id":"n4403325348","geometry":{"type":"Point","coordinates":[0.0137812,51.6816496]},"properties":{"@type":"node","@id":4403325348,"@timestamp":1473969908},"coords":"51.6816496,0.0137812","bedrooms":"0","price":"237000","area":"455"} , +{"type":"Feature","id":"n4403325363","geometry":{"type":"Point","coordinates":[0.0114579,51.6822897]},"properties":{"@type":"node","@id":4403325363,"@timestamp":1473969908},"coords":"51.6822897,0.0114579","bedrooms":"4","price":"181000","area":"469"} , +{"type":"Feature","id":"n4403325374","geometry":{"type":"Point","coordinates":[0.0135688,51.6815696]},"properties":{"@type":"node","@id":4403325374,"@timestamp":1473969909},"coords":"51.6815696,0.0135688","bedrooms":"1","price":"213000","area":"356"} , +{"type":"Feature","id":"n4403329701","geometry":{"type":"Point","coordinates":[0.0130296,51.6819022]},"properties":{"@type":"node","@id":4403329701,"@timestamp":1473969909},"coords":"51.6819022,0.0130296","bedrooms":"2","price":"219000","area":"484"} , +{"type":"Feature","id":"n4403338390","geometry":{"type":"Point","coordinates":[0.0153337,51.6813069]},"properties":{"@type":"node","@id":4403338390,"@timestamp":1473970505},"coords":"51.6813069,0.0153337","bedrooms":"0","price":"273000","area":"544"} , +{"type":"Feature","id":"n4403347005","geometry":{"type":"Point","coordinates":[0.0159323,51.6818159]},"properties":{"@type":"node","@id":4403347005,"@timestamp":1473970812},"coords":"51.6818159,0.0159323","bedrooms":"4","price":"297000","area":"649"} , +{"type":"Feature","id":"n4403357298","geometry":{"type":"Point","coordinates":[0.0151727,51.6826955]},"properties":{"@type":"node","@id":4403357298,"@timestamp":1473971061},"coords":"51.6826955,0.0151727","bedrooms":"1","price":"280000","area":"594"} , +{"type":"Feature","id":"n4403366748","geometry":{"type":"Point","coordinates":[0.016829,51.6832884]},"properties":{"@type":"node","@id":4403366748,"@timestamp":1473972067},"coords":"51.6832884,0.016829","bedrooms":"2","price":"213000","area":"492"} , +{"type":"Feature","id":"n4403382522","geometry":{"type":"Point","coordinates":[0.016428,51.682313]},"properties":{"@type":"node","@id":4403382522,"@timestamp":1473972560},"coords":"51.682313,0.016428","bedrooms":"0","price":"150000","area":"457"} , +{"type":"Feature","id":"n4403382545","geometry":{"type":"Point","coordinates":[0.0149447,51.6821717]},"properties":{"@type":"node","@id":4403382545,"@timestamp":1473972560},"coords":"51.6821717,0.0149447","bedrooms":"2","price":"152000","area":"634"} , +{"type":"Feature","id":"n4403390974","geometry":{"type":"Point","coordinates":[0.0113184,51.6848058]},"properties":{"@type":"node","@id":4403390974,"@timestamp":1557100860},"coords":"51.6848058,0.0113184","bedrooms":"0","price":"268000","area":"496"} , +{"type":"Feature","id":"n4403407567","geometry":{"type":"Point","coordinates":[0.0088593,51.686212]},"properties":{"@type":"node","@id":4403407567,"@timestamp":1473973876},"coords":"51.686212,0.0088593","bedrooms":"2","price":"277000","area":"589"} , +{"type":"Feature","id":"n4403431283","geometry":{"type":"Point","coordinates":[0.0094667,51.680985]},"properties":{"@type":"node","@id":4403431283,"@timestamp":1473975092},"coords":"51.680985,0.0094667","bedrooms":"4","price":"260000","area":"609"} , +{"type":"Feature","id":"n4403431493","geometry":{"type":"Point","coordinates":[0.0111807,51.6811779]},"properties":{"@type":"node","@id":4403431493,"@timestamp":1473975093},"coords":"51.6811779,0.0111807","bedrooms":"1","price":"158000","area":"696"} , +{"type":"Feature","id":"n4403431503","geometry":{"type":"Point","coordinates":[0.0099549,51.6818963]},"properties":{"@type":"node","@id":4403431503,"@timestamp":1557100861},"coords":"51.6818963,0.0099549","bedrooms":"2","price":"287000","area":"638"} , +{"type":"Feature","id":"n4403431518","geometry":{"type":"Point","coordinates":[0.0093368,51.6828171]},"properties":{"@type":"node","@id":4403431518,"@timestamp":1473975093},"coords":"51.6828171,0.0093368","bedrooms":"1","price":"264000","area":"601"} , +{"type":"Feature","id":"n4403431528","geometry":{"type":"Point","coordinates":[0.009118,51.6819878]},"properties":{"@type":"node","@id":4403431528,"@timestamp":1474910097},"coords":"51.6819878,0.009118","bedrooms":"1","price":"233000","area":"421"} , +{"type":"Feature","id":"n4404056853","geometry":{"type":"Point","coordinates":[0.1395682,51.8618759]},"properties":{"@type":"node","@id":4404056853,"@timestamp":1474022891},"coords":"51.8618759,0.1395682","bedrooms":"3","price":"154000","area":"672"} , +{"type":"Feature","id":"n4404156353","geometry":{"type":"Point","coordinates":[-0.2009865,51.4837275]},"properties":{"@type":"node","@id":4404156353,"@timestamp":1474029224},"coords":"51.4837275,-0.2009865","bedrooms":"2","price":"262000","area":"589"} , +{"type":"Feature","id":"n4404156364","geometry":{"type":"Point","coordinates":[-0.2005791,51.4831892]},"properties":{"@type":"node","@id":4404156364,"@timestamp":1599427542},"coords":"51.4831892,-0.2005791","bedrooms":"1","price":"193000","area":"561"} , +{"type":"Feature","id":"n4404156374","geometry":{"type":"Point","coordinates":[-0.2018001,51.4846847]},"properties":{"@type":"node","@id":4404156374,"@timestamp":1615504514},"coords":"51.4846847,-0.2018001","bedrooms":"2","price":"273000","area":"589"} , +{"type":"Feature","id":"n4404170393","geometry":{"type":"Point","coordinates":[-0.2022642,51.484849]},"properties":{"@type":"node","@id":4404170393,"@timestamp":1615504514},"coords":"51.484849,-0.2022642","bedrooms":"3","price":"196000","area":"504"} , +{"type":"Feature","id":"n4404869114","geometry":{"type":"Point","coordinates":[0.4204511,51.2495678]},"properties":{"@type":"node","@id":4404869114,"@timestamp":1504212222},"coords":"51.2495678,0.4204511","bedrooms":"2","price":"208000","area":"613"} , +{"type":"Feature","id":"n4404873049","geometry":{"type":"Point","coordinates":[-0.4935331,51.4574081]},"properties":{"@type":"node","@id":4404873049,"@timestamp":1474057715},"coords":"51.4574081,-0.4935331","bedrooms":"4","price":"174000","area":"681"} , +{"type":"Feature","id":"n4404916883","geometry":{"type":"Point","coordinates":[-0.4942853,51.4739584]},"properties":{"@type":"node","@id":4404916883,"@timestamp":1474059195},"coords":"51.4739584,-0.4942853","bedrooms":"2","price":"239000","area":"489"} , +{"type":"Feature","id":"n4405019054","geometry":{"type":"Point","coordinates":[-0.4283394,51.6922531]},"properties":{"@type":"node","@id":4405019054,"@timestamp":1474062800},"coords":"51.6922531,-0.4283394","bedrooms":"2","price":"201000","area":"535"} , +{"type":"Feature","id":"n4405019704","geometry":{"type":"Point","coordinates":[-0.4235034,51.6932756]},"properties":{"@type":"node","@id":4405019704,"@timestamp":1474062801},"coords":"51.6932756,-0.4235034","bedrooms":"4","price":"295000","area":"351"} , +{"type":"Feature","id":"n4405141297","geometry":{"type":"Point","coordinates":[0.8132177,51.1871662]},"properties":{"@type":"node","@id":4405141297,"@timestamp":1474098379},"coords":"51.1871662,0.8132177","bedrooms":"3","price":"221000","area":"402"} , +{"type":"Feature","id":"n4405143990","geometry":{"type":"Point","coordinates":[-0.3088254,51.3914173]},"properties":{"@type":"node","@id":4405143990,"@timestamp":1474073534},"coords":"51.3914173,-0.3088254","bedrooms":"4","price":"151000","area":"543"} , +{"type":"Feature","id":"n4405370010","geometry":{"type":"Point","coordinates":[-0.6122125,51.2060039]},"properties":{"@type":"node","@id":4405370010,"@timestamp":1474098691},"coords":"51.2060039,-0.6122125","bedrooms":"1","price":"269000","area":"562"} , +{"type":"Feature","id":"n4405506253","geometry":{"type":"Point","coordinates":[-0.4804954,51.5536647]},"properties":{"@type":"node","@id":4405506253,"@timestamp":1614590634},"coords":"51.5536647,-0.4804954","bedrooms":"3","price":"270000","area":"597"} , +{"type":"Feature","id":"n4405944843","geometry":{"type":"Point","coordinates":[0.0972402,50.9647524]},"properties":{"@type":"node","@id":4405944843,"@timestamp":1632396713},"coords":"50.9647524,0.0972402","bedrooms":"1","price":"189000","area":"442"} , +{"type":"Feature","id":"n4406047864","geometry":{"type":"Point","coordinates":[-1.0388114,51.5815896]},"properties":{"@type":"node","@id":4406047864,"@timestamp":1474140786},"coords":"51.5815896,-1.0388114","bedrooms":"1","price":"187000","area":"603"} , +{"type":"Feature","id":"n4406155640","geometry":{"type":"Point","coordinates":[-0.9481136,51.4088379]},"properties":{"@type":"node","@id":4406155640,"@timestamp":1636039325},"coords":"51.4088379,-0.9481136","bedrooms":"4","price":"196000","area":"598"} , +{"type":"Feature","id":"n4406177873","geometry":{"type":"Point","coordinates":[-0.9502779,51.4117448]},"properties":{"@type":"node","@id":4406177873,"@timestamp":1475347874},"coords":"51.4117448,-0.9502779","bedrooms":"4","price":"197000","area":"646"} , +{"type":"Feature","id":"n4406286060","geometry":{"type":"Point","coordinates":[-0.1226143,51.5710859]},"properties":{"@type":"node","@id":4406286060,"@timestamp":1474161271},"coords":"51.5710859,-0.1226143","bedrooms":"0","price":"219000","area":"377"} , +{"type":"Feature","id":"n4406286070","geometry":{"type":"Point","coordinates":[-0.1217339,51.5714219]},"properties":{"@type":"node","@id":4406286070,"@timestamp":1474161272},"coords":"51.5714219,-0.1217339","bedrooms":"4","price":"167000","area":"563"} , +{"type":"Feature","id":"n4406286080","geometry":{"type":"Point","coordinates":[-0.1210383,51.5717135]},"properties":{"@type":"node","@id":4406286080,"@timestamp":1474161272},"coords":"51.5717135,-0.1210383","bedrooms":"3","price":"217000","area":"419"} , +{"type":"Feature","id":"n4406286090","geometry":{"type":"Point","coordinates":[-0.1204459,51.572118]},"properties":{"@type":"node","@id":4406286090,"@timestamp":1474161273},"coords":"51.572118,-0.1204459","bedrooms":"4","price":"198000","area":"594"} , +{"type":"Feature","id":"n4406380289","geometry":{"type":"Point","coordinates":[-0.0800734,51.490335]},"properties":{"@type":"node","@id":4406380289,"@timestamp":1474173250},"coords":"51.490335,-0.0800734","bedrooms":"1","price":"213000","area":"444"} , +{"type":"Feature","id":"n4406499235","geometry":{"type":"Point","coordinates":[0.8147049,51.1867169]},"properties":{"@type":"node","@id":4406499235,"@timestamp":1474184822},"coords":"51.1867169,0.8147049","bedrooms":"4","price":"158000","area":"682"} , +{"type":"Feature","id":"n4406734290","geometry":{"type":"Point","coordinates":[-0.1932246,51.475957]},"properties":{"@type":"node","@id":4406734290,"@timestamp":1609523954},"coords":"51.475957,-0.1932246","bedrooms":"0","price":"183000","area":"580"} , +{"type":"Feature","id":"n4407314594","geometry":{"type":"Point","coordinates":[-0.7119087,51.5790668]},"properties":{"@type":"node","@id":4407314594,"@timestamp":1620747456},"coords":"51.5790668,-0.7119087","bedrooms":"1","price":"171000","area":"588"} , +{"type":"Feature","id":"n4407389909","geometry":{"type":"Point","coordinates":[-0.3404275,51.7512567]},"properties":{"@type":"node","@id":4407389909,"@timestamp":1474233907},"coords":"51.7512567,-0.3404275","bedrooms":"2","price":"252000","area":"513"} , +{"type":"Feature","id":"n4407405504","geometry":{"type":"Point","coordinates":[-0.5929325,51.7641595]},"properties":{"@type":"node","@id":4407405504,"@timestamp":1474234686},"coords":"51.7641595,-0.5929325","bedrooms":"4","price":"296000","area":"491"} , +{"type":"Feature","id":"n4407679619","geometry":{"type":"Point","coordinates":[-0.1094254,51.5064459]},"properties":{"@type":"node","@id":4407679619,"@timestamp":1564908067},"coords":"51.5064459,-0.1094254","bedrooms":"1","price":"223000","area":"476"} , +{"type":"Feature","id":"n4408153525","geometry":{"type":"Point","coordinates":[-0.0713259,51.5355282]},"properties":{"@type":"node","@id":4408153525,"@timestamp":1474291770},"coords":"51.5355282,-0.0713259","bedrooms":"1","price":"239000","area":"415"} , +{"type":"Feature","id":"n4408262708","geometry":{"type":"Point","coordinates":[-0.8871861,51.6135249]},"properties":{"@type":"node","@id":4408262708,"@timestamp":1474297680},"coords":"51.6135249,-0.8871861","bedrooms":"2","price":"230000","area":"518"} , +{"type":"Feature","id":"n4408295970","geometry":{"type":"Point","coordinates":[-0.8677831,51.6481848]},"properties":{"@type":"node","@id":4408295970,"@timestamp":1474299395},"coords":"51.6481848,-0.8677831","bedrooms":"1","price":"215000","area":"540"} , +{"type":"Feature","id":"n4408295980","geometry":{"type":"Point","coordinates":[-0.8789815,51.6409997]},"properties":{"@type":"node","@id":4408295980,"@timestamp":1474299395},"coords":"51.6409997,-0.8789815","bedrooms":"4","price":"218000","area":"677"} , +{"type":"Feature","id":"n4408301691","geometry":{"type":"Point","coordinates":[-0.9048243,51.6428012]},"properties":{"@type":"node","@id":4408301691,"@timestamp":1598431213},"coords":"51.6428012,-0.9048243","bedrooms":"0","price":"191000","area":"624"} , +{"type":"Feature","id":"n4408301703","geometry":{"type":"Point","coordinates":[-0.8687112,51.6388524]},"properties":{"@type":"node","@id":4408301703,"@timestamp":1474299396},"coords":"51.6388524,-0.8687112","bedrooms":"1","price":"227000","area":"648"} , +{"type":"Feature","id":"n4408301716","geometry":{"type":"Point","coordinates":[-0.8574273,51.6370746]},"properties":{"@type":"node","@id":4408301716,"@timestamp":1474299396},"coords":"51.6370746,-0.8574273","bedrooms":"1","price":"164000","area":"679"} , +{"type":"Feature","id":"n4408301728","geometry":{"type":"Point","coordinates":[-0.840261,51.6341447]},"properties":{"@type":"node","@id":4408301728,"@timestamp":1474299397},"coords":"51.6341447,-0.840261","bedrooms":"0","price":"172000","area":"440"} , +{"type":"Feature","id":"n4408428834","geometry":{"type":"Point","coordinates":[-0.1764325,51.5137084]},"properties":{"@type":"node","@id":4408428834,"@timestamp":1499996782},"coords":"51.5137084,-0.1764325","bedrooms":"1","price":"267000","area":"441"} , +{"type":"Feature","id":"n4408702467","geometry":{"type":"Point","coordinates":[-0.9130352,51.42244]},"properties":{"@type":"node","@id":4408702467,"@timestamp":1606256922},"coords":"51.42244,-0.9130352","bedrooms":"2","price":"202000","area":"600"} , +{"type":"Feature","id":"n4408857272","geometry":{"type":"Point","coordinates":[-0.0575599,51.5405546]},"properties":{"@type":"node","@id":4408857272,"@timestamp":1474325089},"coords":"51.5405546,-0.0575599","bedrooms":"1","price":"295000","area":"599"} , +{"type":"Feature","id":"n4409500376","geometry":{"type":"Point","coordinates":[-0.8415996,51.6028489]},"properties":{"@type":"node","@id":4409500376,"@timestamp":1474370526},"coords":"51.6028489,-0.8415996","bedrooms":"3","price":"271000","area":"541"} , +{"type":"Feature","id":"n4409501989","geometry":{"type":"Point","coordinates":[-0.8411571,51.6007681]},"properties":{"@type":"node","@id":4409501989,"@timestamp":1474370526},"coords":"51.6007681,-0.8411571","bedrooms":"0","price":"299000","area":"619"} , +{"type":"Feature","id":"n4409501999","geometry":{"type":"Point","coordinates":[-0.8366375,51.6119741]},"properties":{"@type":"node","@id":4409501999,"@timestamp":1474370527},"coords":"51.6119741,-0.8366375","bedrooms":"4","price":"234000","area":"558"} , +{"type":"Feature","id":"n4409502012","geometry":{"type":"Point","coordinates":[-0.8369138,51.6067654]},"properties":{"@type":"node","@id":4409502012,"@timestamp":1474370527},"coords":"51.6067654,-0.8369138","bedrooms":"3","price":"288000","area":"699"} , +{"type":"Feature","id":"n4409570197","geometry":{"type":"Point","coordinates":[-0.9922271,51.6112978]},"properties":{"@type":"node","@id":4409570197,"@timestamp":1474373718},"coords":"51.6112978,-0.9922271","bedrooms":"4","price":"246000","area":"566"} , +{"type":"Feature","id":"n4409570207","geometry":{"type":"Point","coordinates":[-0.9730279,51.5912842]},"properties":{"@type":"node","@id":4409570207,"@timestamp":1611009301},"coords":"51.5912842,-0.9730279","bedrooms":"3","price":"165000","area":"534"} , +{"type":"Feature","id":"n4409570217","geometry":{"type":"Point","coordinates":[-0.9925061,51.6123472]},"properties":{"@type":"node","@id":4409570217,"@timestamp":1474373719},"coords":"51.6123472,-0.9925061","bedrooms":"1","price":"274000","area":"576"} , +{"type":"Feature","id":"n4409570228","geometry":{"type":"Point","coordinates":[-0.9807928,51.5981075]},"properties":{"@type":"node","@id":4409570228,"@timestamp":1474373720},"coords":"51.5981075,-0.9807928","bedrooms":"0","price":"257000","area":"396"} , +{"type":"Feature","id":"n4409570238","geometry":{"type":"Point","coordinates":[-0.9931445,51.6152635]},"properties":{"@type":"node","@id":4409570238,"@timestamp":1474373720},"coords":"51.6152635,-0.9931445","bedrooms":"4","price":"190000","area":"422"} , +{"type":"Feature","id":"n4409570248","geometry":{"type":"Point","coordinates":[-1.004817,51.5951835]},"properties":{"@type":"node","@id":4409570248,"@timestamp":1474373720},"coords":"51.5951835,-1.004817","bedrooms":"1","price":"181000","area":"470"} , +{"type":"Feature","id":"n4409574698","geometry":{"type":"Point","coordinates":[-1.0271035,51.5977843]},"properties":{"@type":"node","@id":4409574698,"@timestamp":1474373849},"coords":"51.5977843,-1.0271035","bedrooms":"3","price":"158000","area":"525"} , +{"type":"Feature","id":"n4409574708","geometry":{"type":"Point","coordinates":[-1.0259421,51.5976045]},"properties":{"@type":"node","@id":4409574708,"@timestamp":1474373850},"coords":"51.5976045,-1.0259421","bedrooms":"4","price":"268000","area":"586"} , +{"type":"Feature","id":"n4409637876","geometry":{"type":"Point","coordinates":[-1.0856536,51.6632259]},"properties":{"@type":"node","@id":4409637876,"@timestamp":1474376362},"coords":"51.6632259,-1.0856536","bedrooms":"1","price":"236000","area":"528"} , +{"type":"Feature","id":"n4409637886","geometry":{"type":"Point","coordinates":[-1.0939469,51.6605139]},"properties":{"@type":"node","@id":4409637886,"@timestamp":1474376363},"coords":"51.6605139,-1.0939469","bedrooms":"3","price":"156000","area":"512"} , +{"type":"Feature","id":"n4409665813","geometry":{"type":"Point","coordinates":[-0.1038771,51.4977406]},"properties":{"@type":"node","@id":4409665813,"@timestamp":1629829564},"coords":"51.4977406,-0.1038771","bedrooms":"3","price":"285000","area":"588"} , +{"type":"Feature","id":"n4409756528","geometry":{"type":"Point","coordinates":[-0.0207174,51.5918374]},"properties":{"@type":"node","@id":4409756528,"@timestamp":1486489708},"coords":"51.5918374,-0.0207174","bedrooms":"1","price":"161000","area":"382"} , +{"type":"Feature","id":"n4409793360","geometry":{"type":"Point","coordinates":[0.0058284,51.5381678]},"properties":{"@type":"node","@id":4409793360,"@timestamp":1626195978},"coords":"51.5381678,0.0058284","bedrooms":"2","price":"253000","area":"596"} , +{"type":"Feature","id":"n4409796628","geometry":{"type":"Point","coordinates":[0.0055822,51.5389175]},"properties":{"@type":"node","@id":4409796628,"@timestamp":1474386340},"coords":"51.5389175,0.0055822","bedrooms":"3","price":"204000","area":"353"} , +{"type":"Feature","id":"n4409796642","geometry":{"type":"Point","coordinates":[0.0057681,51.5382478]},"properties":{"@type":"node","@id":4409796642,"@timestamp":1626195978},"coords":"51.5382478,0.0057681","bedrooms":"4","price":"206000","area":"648"} , +{"type":"Feature","id":"n4409796665","geometry":{"type":"Point","coordinates":[0.0054087,51.538468]},"properties":{"@type":"node","@id":4409796665,"@timestamp":1625492516},"coords":"51.538468,0.0054087","bedrooms":"4","price":"233000","area":"413"} , +{"type":"Feature","id":"n4409806508","geometry":{"type":"Point","coordinates":[0.0067739,51.5383912]},"properties":{"@type":"node","@id":4409806508,"@timestamp":1626195978},"coords":"51.5383912,0.0067739","bedrooms":"3","price":"294000","area":"532"} , +{"type":"Feature","id":"n4409806537","geometry":{"type":"Point","coordinates":[0.0069622,51.5384069]},"properties":{"@type":"node","@id":4409806537,"@timestamp":1626195978},"coords":"51.5384069,0.0069622","bedrooms":"2","price":"184000","area":"634"} , +{"type":"Feature","id":"n4409839265","geometry":{"type":"Point","coordinates":[0.0075625,51.5382845]},"properties":{"@type":"node","@id":4409839265,"@timestamp":1618756526},"coords":"51.5382845,0.0075625","bedrooms":"3","price":"180000","area":"511"} , +{"type":"Feature","id":"n4409872792","geometry":{"type":"Point","coordinates":[0.0072554,51.5380351]},"properties":{"@type":"node","@id":4409872792,"@timestamp":1609344185},"coords":"51.5380351,0.0072554","bedrooms":"0","price":"266000","area":"493"} , +{"type":"Feature","id":"n4410088894","geometry":{"type":"Point","coordinates":[0.0091906,51.5373352]},"properties":{"@type":"node","@id":4410088894,"@timestamp":1609427132},"coords":"51.5373352,0.0091906","bedrooms":"2","price":"219000","area":"693"} , +{"type":"Feature","id":"n4410088906","geometry":{"type":"Point","coordinates":[0.0078267,51.5376122]},"properties":{"@type":"node","@id":4410088906,"@timestamp":1609427190},"coords":"51.5376122,0.0078267","bedrooms":"1","price":"275000","area":"500"} , +{"type":"Feature","id":"n4410169527","geometry":{"type":"Point","coordinates":[-0.0062464,51.548059]},"properties":{"@type":"node","@id":4410169527,"@timestamp":1607870870},"coords":"51.548059,-0.0062464","bedrooms":"4","price":"241000","area":"416"} , +{"type":"Feature","id":"n4410175357","geometry":{"type":"Point","coordinates":[0.288687,51.503863]},"properties":{"@type":"node","@id":4410175357,"@timestamp":1474391826},"coords":"51.503863,0.288687","bedrooms":"1","price":"248000","area":"491"} , +{"type":"Feature","id":"n4410180091","geometry":{"type":"Point","coordinates":[0.2878893,51.5096009]},"properties":{"@type":"node","@id":4410180091,"@timestamp":1474391827},"coords":"51.5096009,0.2878893","bedrooms":"4","price":"265000","area":"483"} , +{"type":"Feature","id":"n4410191209","geometry":{"type":"Point","coordinates":[-0.0142423,51.553135]},"properties":{"@type":"node","@id":4410191209,"@timestamp":1474392428},"coords":"51.553135,-0.0142423","bedrooms":"3","price":"250000","area":"537"} , +{"type":"Feature","id":"n4410446164","geometry":{"type":"Point","coordinates":[0.2789363,51.5082676]},"properties":{"@type":"node","@id":4410446164,"@timestamp":1526521332},"coords":"51.5082676,0.2789363","bedrooms":"3","price":"251000","area":"653"} , +{"type":"Feature","id":"n4411113474","geometry":{"type":"Point","coordinates":[-0.1199931,51.5169368]},"properties":{"@type":"node","@id":4411113474,"@timestamp":1630548652},"coords":"51.5169368,-0.1199931","bedrooms":"3","price":"181000","area":"533"} , +{"type":"Feature","id":"n4411413710","geometry":{"type":"Point","coordinates":[-0.0099575,51.5726688]},"properties":{"@type":"node","@id":4411413710,"@timestamp":1474470267},"coords":"51.5726688,-0.0099575","bedrooms":"4","price":"283000","area":"419"} , +{"type":"Feature","id":"n4411658390","geometry":{"type":"Point","coordinates":[-0.0467467,51.5110747]},"properties":{"@type":"node","@id":4411658390,"@timestamp":1474469756},"coords":"51.5110747,-0.0467467","bedrooms":"3","price":"166000","area":"588"} , +{"type":"Feature","id":"n4411698170","geometry":{"type":"Point","coordinates":[-0.0125939,51.5723393]},"properties":{"@type":"node","@id":4411698170,"@timestamp":1474470782},"coords":"51.5723393,-0.0125939","bedrooms":"3","price":"257000","area":"360"} , +{"type":"Feature","id":"n4411711458","geometry":{"type":"Point","coordinates":[-0.0105105,51.5722794]},"properties":{"@type":"node","@id":4411711458,"@timestamp":1474471441},"coords":"51.5722794,-0.0105105","bedrooms":"1","price":"293000","area":"626"} , +{"type":"Feature","id":"n4411761977","geometry":{"type":"Point","coordinates":[-0.0615942,51.5820333]},"properties":{"@type":"node","@id":4411761977,"@timestamp":1474473009},"coords":"51.5820333,-0.0615942","bedrooms":"1","price":"264000","area":"459"} , +{"type":"Feature","id":"n4411783647","geometry":{"type":"Point","coordinates":[-0.0982842,51.6426583]},"properties":{"@type":"node","@id":4411783647,"@timestamp":1474473873},"coords":"51.6426583,-0.0982842","bedrooms":"3","price":"279000","area":"488"} , +{"type":"Feature","id":"n4411815822","geometry":{"type":"Point","coordinates":[-0.0101933,51.5715851]},"properties":{"@type":"node","@id":4411815822,"@timestamp":1474474793},"coords":"51.5715851,-0.0101933","bedrooms":"3","price":"156000","area":"438"} , +{"type":"Feature","id":"n4411845378","geometry":{"type":"Point","coordinates":[-0.0933194,51.6461046]},"properties":{"@type":"node","@id":4411845378,"@timestamp":1474475901},"coords":"51.6461046,-0.0933194","bedrooms":"3","price":"265000","area":"523"} , +{"type":"Feature","id":"n4411852790","geometry":{"type":"Point","coordinates":[-0.0946069,51.6447348]},"properties":{"@type":"node","@id":4411852790,"@timestamp":1474475901},"coords":"51.6447348,-0.0946069","bedrooms":"4","price":"259000","area":"407"} , +{"type":"Feature","id":"n4411852800","geometry":{"type":"Point","coordinates":[-0.0934213,51.6459498]},"properties":{"@type":"node","@id":4411852800,"@timestamp":1474475901},"coords":"51.6459498,-0.0934213","bedrooms":"1","price":"266000","area":"522"} , +{"type":"Feature","id":"n4411852812","geometry":{"type":"Point","coordinates":[-0.0953901,51.6420857]},"properties":{"@type":"node","@id":4411852812,"@timestamp":1474475902},"coords":"51.6420857,-0.0953901","bedrooms":"4","price":"251000","area":"649"} , +{"type":"Feature","id":"n4411875760","geometry":{"type":"Point","coordinates":[-0.0911951,51.6474377]},"properties":{"@type":"node","@id":4411875760,"@timestamp":1474476826},"coords":"51.6474377,-0.0911951","bedrooms":"2","price":"272000","area":"419"} , +{"type":"Feature","id":"n4411875775","geometry":{"type":"Point","coordinates":[-0.0917101,51.6481567]},"properties":{"@type":"node","@id":4411875775,"@timestamp":1474476826},"coords":"51.6481567,-0.0917101","bedrooms":"2","price":"230000","area":"411"} , +{"type":"Feature","id":"n4411875990","geometry":{"type":"Point","coordinates":[-0.0928473,51.6440957]},"properties":{"@type":"node","@id":4411875990,"@timestamp":1474476827},"coords":"51.6440957,-0.0928473","bedrooms":"4","price":"282000","area":"433"} , +{"type":"Feature","id":"n4411896930","geometry":{"type":"Point","coordinates":[-0.0939202,51.6427108]},"properties":{"@type":"node","@id":4411896930,"@timestamp":1474477550},"coords":"51.6427108,-0.0939202","bedrooms":"4","price":"175000","area":"469"} , +{"type":"Feature","id":"n4411901823","geometry":{"type":"Point","coordinates":[-0.094049,51.6402607]},"properties":{"@type":"node","@id":4411901823,"@timestamp":1474477729},"coords":"51.6402607,-0.094049","bedrooms":"2","price":"246000","area":"375"} , +{"type":"Feature","id":"n4411923413","geometry":{"type":"Point","coordinates":[-0.0952077,51.6394217]},"properties":{"@type":"node","@id":4411923413,"@timestamp":1474478739},"coords":"51.6394217,-0.0952077","bedrooms":"3","price":"268000","area":"565"} , +{"type":"Feature","id":"n4412051560","geometry":{"type":"Point","coordinates":[-0.895854,51.4363358]},"properties":{"@type":"node","@id":4412051560,"@timestamp":1474484038},"coords":"51.4363358,-0.895854","bedrooms":"1","price":"255000","area":"586"} , +{"type":"Feature","id":"n4412083344","geometry":{"type":"Point","coordinates":[-0.0966254,51.6413713]},"properties":{"@type":"node","@id":4412083344,"@timestamp":1474484778},"coords":"51.6413713,-0.0966254","bedrooms":"3","price":"280000","area":"559"} , +{"type":"Feature","id":"n4412090833","geometry":{"type":"Point","coordinates":[-0.0954652,51.6418054]},"properties":{"@type":"node","@id":4412090833,"@timestamp":1474484999},"coords":"51.6418054,-0.0954652","bedrooms":"2","price":"223000","area":"452"} , +{"type":"Feature","id":"n4412109181","geometry":{"type":"Point","coordinates":[-0.0949422,51.6404028]},"properties":{"@type":"node","@id":4412109181,"@timestamp":1474485449},"coords":"51.6404028,-0.0949422","bedrooms":"3","price":"228000","area":"692"} , +{"type":"Feature","id":"n4412109291","geometry":{"type":"Point","coordinates":[-0.0949958,51.642064]},"properties":{"@type":"node","@id":4412109291,"@timestamp":1474485449},"coords":"51.642064,-0.0949958","bedrooms":"4","price":"292000","area":"543"} , +{"type":"Feature","id":"n4412135653","geometry":{"type":"Point","coordinates":[-0.0969672,51.6430021]},"properties":{"@type":"node","@id":4412135653,"@timestamp":1474486025},"coords":"51.6430021,-0.0969672","bedrooms":"0","price":"239000","area":"421"} , +{"type":"Feature","id":"n4412229088","geometry":{"type":"Point","coordinates":[-0.9012886,51.4379768]},"properties":{"@type":"node","@id":4412229088,"@timestamp":1563566846},"coords":"51.4379768,-0.9012886","bedrooms":"1","price":"181000","area":"435"} , +{"type":"Feature","id":"n4412392997","geometry":{"type":"Point","coordinates":[0.1563946,51.4754029]},"properties":{"@type":"node","@id":4412392997,"@timestamp":1474498636},"coords":"51.4754029,0.1563946","bedrooms":"3","price":"272000","area":"423"} , +{"type":"Feature","id":"n4412393029","geometry":{"type":"Point","coordinates":[0.1548309,51.4782529]},"properties":{"@type":"node","@id":4412393029,"@timestamp":1474498637},"coords":"51.4782529,0.1548309","bedrooms":"4","price":"214000","area":"476"} , +{"type":"Feature","id":"n4412393040","geometry":{"type":"Point","coordinates":[0.1552332,51.4781427]},"properties":{"@type":"node","@id":4412393040,"@timestamp":1474498637},"coords":"51.4781427,0.1552332","bedrooms":"3","price":"167000","area":"525"} , +{"type":"Feature","id":"n4412393064","geometry":{"type":"Point","coordinates":[0.1553861,51.4757922]},"properties":{"@type":"node","@id":4412393064,"@timestamp":1474498637},"coords":"51.4757922,0.1553861","bedrooms":"4","price":"168000","area":"483"} , +{"type":"Feature","id":"n4412393088","geometry":{"type":"Point","coordinates":[0.1564053,51.4748282]},"properties":{"@type":"node","@id":4412393088,"@timestamp":1474498638},"coords":"51.4748282,0.1564053","bedrooms":"1","price":"222000","area":"693"} , +{"type":"Feature","id":"n4412393105","geometry":{"type":"Point","coordinates":[0.154855,51.4756152]},"properties":{"@type":"node","@id":4412393105,"@timestamp":1474498638},"coords":"51.4756152,0.154855","bedrooms":"3","price":"262000","area":"422"} , +{"type":"Feature","id":"n4412459695","geometry":{"type":"Point","coordinates":[0.1052561,51.5079496]},"properties":{"@type":"node","@id":4412459695,"@timestamp":1604156924},"coords":"51.5079496,0.1052561","bedrooms":"0","price":"210000","area":"449"} , +{"type":"Feature","id":"n4413344588","geometry":{"type":"Point","coordinates":[-0.1338363,51.5656912]},"properties":{"@type":"node","@id":4413344588,"@timestamp":1594055344},"coords":"51.5656912,-0.1338363","bedrooms":"4","price":"195000","area":"607"} , +{"type":"Feature","id":"n4413395542","geometry":{"type":"Point","coordinates":[-0.0132622,51.574491]},"properties":{"@type":"node","@id":4413395542,"@timestamp":1474555591},"coords":"51.574491,-0.0132622","bedrooms":"4","price":"164000","area":"574"} , +{"type":"Feature","id":"n4413478276","geometry":{"type":"Point","coordinates":[-0.0117368,51.5704767]},"properties":{"@type":"node","@id":4413478276,"@timestamp":1474559180},"coords":"51.5704767,-0.0117368","bedrooms":"4","price":"185000","area":"584"} , +{"type":"Feature","id":"n4413733756","geometry":{"type":"Point","coordinates":[-0.0535022,51.5195443]},"properties":{"@type":"node","@id":4413733756,"@timestamp":1474568884},"coords":"51.5195443,-0.0535022","bedrooms":"2","price":"269000","area":"389"} , +{"type":"Feature","id":"n4413891692","geometry":{"type":"Point","coordinates":[-0.9086815,51.4383632]},"properties":{"@type":"node","@id":4413891692,"@timestamp":1474575821},"coords":"51.4383632,-0.9086815","bedrooms":"3","price":"157000","area":"575"} , +{"type":"Feature","id":"n4413945168","geometry":{"type":"Point","coordinates":[-0.8855331,51.4325313]},"properties":{"@type":"node","@id":4413945168,"@timestamp":1474579167},"coords":"51.4325313,-0.8855331","bedrooms":"3","price":"215000","area":"694"} , +{"type":"Feature","id":"n4413967686","geometry":{"type":"Point","coordinates":[0.1748157,51.4804141]},"properties":{"@type":"node","@id":4413967686,"@timestamp":1474581165},"coords":"51.4804141,0.1748157","bedrooms":"1","price":"277000","area":"443"} , +{"type":"Feature","id":"n4413975953","geometry":{"type":"Point","coordinates":[0.1566705,51.4748729]},"properties":{"@type":"node","@id":4413975953,"@timestamp":1474584312},"coords":"51.4748729,0.1566705","bedrooms":"2","price":"244000","area":"656"} , +{"type":"Feature","id":"n4413975978","geometry":{"type":"Point","coordinates":[0.155654,51.4754092]},"properties":{"@type":"node","@id":4413975978,"@timestamp":1474584312},"coords":"51.4754092,0.155654","bedrooms":"1","price":"172000","area":"546"} , +{"type":"Feature","id":"n4413979222","geometry":{"type":"Point","coordinates":[0.2809832,51.5112325]},"properties":{"@type":"node","@id":4413979222,"@timestamp":1474582271},"coords":"51.5112325,0.2809832","bedrooms":"3","price":"248000","area":"613"} , +{"type":"Feature","id":"n4414015463","geometry":{"type":"Point","coordinates":[0.1553391,51.4752183]},"properties":{"@type":"node","@id":4414015463,"@timestamp":1589292240},"coords":"51.4752183,0.1553391","bedrooms":"2","price":"189000","area":"423"} , +{"type":"Feature","id":"n4414015473","geometry":{"type":"Point","coordinates":[0.1553284,51.4752426]},"properties":{"@type":"node","@id":4414015473,"@timestamp":1630329506},"coords":"51.4752426,0.1553284","bedrooms":"2","price":"213000","area":"438"} , +{"type":"Feature","id":"n4414025508","geometry":{"type":"Point","coordinates":[0.1543379,51.4754965]},"properties":{"@type":"node","@id":4414025508,"@timestamp":1630329506},"coords":"51.4754965,0.1543379","bedrooms":"0","price":"241000","area":"666"} , +{"type":"Feature","id":"n4414032682","geometry":{"type":"Point","coordinates":[0.1513276,51.4776494]},"properties":{"@type":"node","@id":4414032682,"@timestamp":1474587273},"coords":"51.4776494,0.1513276","bedrooms":"3","price":"169000","area":"468"} , +{"type":"Feature","id":"n4414035892","geometry":{"type":"Point","coordinates":[0.1523055,51.4751072]},"properties":{"@type":"node","@id":4414035892,"@timestamp":1630331700},"coords":"51.4751072,0.1523055","bedrooms":"3","price":"231000","area":"468"} , +{"type":"Feature","id":"n4414042908","geometry":{"type":"Point","coordinates":[0.1554393,51.4781607]},"properties":{"@type":"node","@id":4414042908,"@timestamp":1590252825},"coords":"51.4781607,0.1554393","bedrooms":"3","price":"297000","area":"472"} , +{"type":"Feature","id":"n4414045689","geometry":{"type":"Point","coordinates":[0.1564264,51.4761175]},"properties":{"@type":"node","@id":4414045689,"@timestamp":1474589008},"coords":"51.4761175,0.1564264","bedrooms":"3","price":"225000","area":"484"} , +{"type":"Feature","id":"n4414149980","geometry":{"type":"Point","coordinates":[0.2869475,51.5154907]},"properties":{"@type":"node","@id":4414149980,"@timestamp":1474597941},"coords":"51.5154907,0.2869475","bedrooms":"3","price":"293000","area":"669"} , +{"type":"Feature","id":"n4414716226","geometry":{"type":"Point","coordinates":[-0.0641659,51.518233]},"properties":{"@type":"node","@id":4414716226,"@timestamp":1613275045},"coords":"51.518233,-0.0641659","bedrooms":"3","price":"195000","area":"595"} , +{"type":"Feature","id":"n4414742275","geometry":{"type":"Point","coordinates":[-0.0455685,51.5218585]},"properties":{"@type":"node","@id":4414742275,"@timestamp":1474630688},"coords":"51.5218585,-0.0455685","bedrooms":"3","price":"205000","area":"651"} , +{"type":"Feature","id":"n4414930381","geometry":{"type":"Point","coordinates":[0.0162442,51.6818378]},"properties":{"@type":"node","@id":4414930381,"@timestamp":1474639384},"coords":"51.6818378,0.0162442","bedrooms":"4","price":"246000","area":"530"} , +{"type":"Feature","id":"n4415215751","geometry":{"type":"Point","coordinates":[-0.0542634,51.1374219]},"properties":{"@type":"node","@id":4415215751,"@timestamp":1474651298},"coords":"51.1374219,-0.0542634","bedrooms":"0","price":"190000","area":"545"} , +{"type":"Feature","id":"n4415240779","geometry":{"type":"Point","coordinates":[-0.0124455,51.5712305]},"properties":{"@type":"node","@id":4415240779,"@timestamp":1474652502},"coords":"51.5712305,-0.0124455","bedrooms":"0","price":"274000","area":"614"} , +{"type":"Feature","id":"n4415534249","geometry":{"type":"Point","coordinates":[-0.9456183,50.9980585]},"properties":{"@type":"node","@id":4415534249,"@timestamp":1474660645},"coords":"50.9980585,-0.9456183","bedrooms":"3","price":"227000","area":"540"} , +{"type":"Feature","id":"n4415593495","geometry":{"type":"Point","coordinates":[0.0555437,51.03332]},"properties":{"@type":"node","@id":4415593495,"@timestamp":1494351347},"coords":"51.03332,0.0555437","bedrooms":"2","price":"245000","area":"583"} , +{"type":"Feature","id":"n4415640792","geometry":{"type":"Point","coordinates":[-0.1241631,51.5113408]},"properties":{"@type":"node","@id":4415640792,"@timestamp":1501769576},"coords":"51.5113408,-0.1241631","bedrooms":"0","price":"293000","area":"510"} , +{"type":"Feature","id":"n4415640802","geometry":{"type":"Point","coordinates":[-0.1242463,51.5112619]},"properties":{"@type":"node","@id":4415640802,"@timestamp":1501769576},"coords":"51.5112619,-0.1242463","bedrooms":"1","price":"185000","area":"579"} , +{"type":"Feature","id":"n4415722758","geometry":{"type":"Point","coordinates":[-0.3099638,51.3915059]},"properties":{"@type":"node","@id":4415722758,"@timestamp":1474670162},"coords":"51.3915059,-0.3099638","bedrooms":"3","price":"278000","area":"448"} , +{"type":"Feature","id":"n4415768465","geometry":{"type":"Point","coordinates":[-0.3126597,51.3926956]},"properties":{"@type":"node","@id":4415768465,"@timestamp":1474675326},"coords":"51.3926956,-0.3126597","bedrooms":"1","price":"264000","area":"637"} , +{"type":"Feature","id":"n4416259504","geometry":{"type":"Point","coordinates":[0.5261227,51.3808709]},"properties":{"@type":"node","@id":4416259504,"@timestamp":1586791783},"coords":"51.3808709,0.5261227","bedrooms":"2","price":"219000","area":"453"} , +{"type":"Feature","id":"n4416536129","geometry":{"type":"Point","coordinates":[-0.8775763,51.4286554]},"properties":{"@type":"node","@id":4416536129,"@timestamp":1620249662},"coords":"51.4286554,-0.8775763","bedrooms":"4","price":"204000","area":"405"} , +{"type":"Feature","id":"n4416567462","geometry":{"type":"Point","coordinates":[-0.3155298,51.1411345]},"properties":{"@type":"node","@id":4416567462,"@timestamp":1474738442},"coords":"51.1411345,-0.3155298","bedrooms":"0","price":"295000","area":"464"} , +{"type":"Feature","id":"n4416660300","geometry":{"type":"Point","coordinates":[-0.8607977,51.4216207]},"properties":{"@type":"node","@id":4416660300,"@timestamp":1624024227},"coords":"51.4216207,-0.8607977","bedrooms":"1","price":"261000","area":"677"} , +{"type":"Feature","id":"n4416758113","geometry":{"type":"Point","coordinates":[-0.1342503,51.5354316]},"properties":{"@type":"node","@id":4416758113,"@timestamp":1611803120},"coords":"51.5354316,-0.1342503","bedrooms":"2","price":"188000","area":"621"} , +{"type":"Feature","id":"n4416883235","geometry":{"type":"Point","coordinates":[-0.8320678,51.6748267]},"properties":{"@type":"node","@id":4416883235,"@timestamp":1609603570},"coords":"51.6748267,-0.8320678","bedrooms":"2","price":"294000","area":"684"} , +{"type":"Feature","id":"n4416888337","geometry":{"type":"Point","coordinates":[-0.2953155,51.157307]},"properties":{"@type":"node","@id":4416888337,"@timestamp":1635108809},"coords":"51.157307,-0.2953155","bedrooms":"1","price":"273000","area":"365"} , +{"type":"Feature","id":"n4417356337","geometry":{"type":"Point","coordinates":[-0.1043085,50.9923273]},"properties":{"@type":"node","@id":4417356337,"@timestamp":1474796781},"coords":"50.9923273,-0.1043085","bedrooms":"1","price":"269000","area":"661"} , +{"type":"Feature","id":"n4417404971","geometry":{"type":"Point","coordinates":[-0.2195783,51.7940457]},"properties":{"@type":"node","@id":4417404971,"@timestamp":1587924056},"coords":"51.7940457,-0.2195783","bedrooms":"0","price":"257000","area":"643"} , +{"type":"Feature","id":"n4417404982","geometry":{"type":"Point","coordinates":[-0.2320522,51.796997]},"properties":{"@type":"node","@id":4417404982,"@timestamp":1474800386},"coords":"51.796997,-0.2320522","bedrooms":"3","price":"199000","area":"657"} , +{"type":"Feature","id":"n4417734085","geometry":{"type":"Point","coordinates":[-0.2716685,51.8383631]},"properties":{"@type":"node","@id":4417734085,"@timestamp":1479570645},"coords":"51.8383631,-0.2716685","bedrooms":"4","price":"267000","area":"517"} , +{"type":"Feature","id":"n4417750610","geometry":{"type":"Point","coordinates":[-0.9584584,51.3945609]},"properties":{"@type":"node","@id":4417750610,"@timestamp":1619165957},"coords":"51.3945609,-0.9584584","bedrooms":"3","price":"172000","area":"611"} , +{"type":"Feature","id":"n4417770693","geometry":{"type":"Point","coordinates":[-0.9069905,51.4245233]},"properties":{"@type":"node","@id":4417770693,"@timestamp":1474818567},"coords":"51.4245233,-0.9069905","bedrooms":"1","price":"260000","area":"556"} , +{"type":"Feature","id":"n4418144417","geometry":{"type":"Point","coordinates":[-0.1925778,51.4763457]},"properties":{"@type":"node","@id":4418144417,"@timestamp":1474838335},"coords":"51.4763457,-0.1925778","bedrooms":"0","price":"284000","area":"466"} , +{"type":"Feature","id":"n4418168897","geometry":{"type":"Point","coordinates":[-0.2065095,51.4806709]},"properties":{"@type":"node","@id":4418168897,"@timestamp":1474838332},"coords":"51.4806709,-0.2065095","bedrooms":"3","price":"281000","area":"605"} , +{"type":"Feature","id":"n4418546513","geometry":{"type":"Point","coordinates":[-0.0987623,51.4949928]},"properties":{"@type":"node","@id":4418546513,"@timestamp":1574546760},"coords":"51.4949928,-0.0987623","bedrooms":"0","price":"213000","area":"481"} , +{"type":"Feature","id":"n4418615515","geometry":{"type":"Point","coordinates":[-0.195593,51.4798644]},"properties":{"@type":"node","@id":4418615515,"@timestamp":1610510116},"coords":"51.4798644,-0.195593","bedrooms":"4","price":"270000","area":"681"} , +{"type":"Feature","id":"n4418959084","geometry":{"type":"Point","coordinates":[0.7292454,50.9497036]},"properties":{"@type":"node","@id":4418959084,"@timestamp":1628258373},"coords":"50.9497036,0.7292454","bedrooms":"0","price":"183000","area":"556"} , +{"type":"Feature","id":"n4419270416","geometry":{"type":"Point","coordinates":[0.0082596,51.6822143]},"properties":{"@type":"node","@id":4419270416,"@timestamp":1474909708},"coords":"51.6822143,0.0082596","bedrooms":"0","price":"166000","area":"597"} , +{"type":"Feature","id":"n4419275510","geometry":{"type":"Point","coordinates":[0.0086877,51.6824229]},"properties":{"@type":"node","@id":4419275510,"@timestamp":1557100861},"coords":"51.6824229,0.0086877","bedrooms":"3","price":"199000","area":"543"} , +{"type":"Feature","id":"n4419291530","geometry":{"type":"Point","coordinates":[0.0072511,51.6818684]},"properties":{"@type":"node","@id":4419291530,"@timestamp":1474910832},"coords":"51.6818684,0.0072511","bedrooms":"0","price":"265000","area":"584"} , +{"type":"Feature","id":"n4419320114","geometry":{"type":"Point","coordinates":[0.0070192,51.6824431]},"properties":{"@type":"node","@id":4419320114,"@timestamp":1474912385},"coords":"51.6824431,0.0070192","bedrooms":"2","price":"185000","area":"626"} , +{"type":"Feature","id":"n4419363960","geometry":{"type":"Point","coordinates":[0.0146955,51.6830285]},"properties":{"@type":"node","@id":4419363960,"@timestamp":1474914403},"coords":"51.6830285,0.0146955","bedrooms":"2","price":"270000","area":"588"} , +{"type":"Feature","id":"n4419363972","geometry":{"type":"Point","coordinates":[0.0142422,51.683223]},"properties":{"@type":"node","@id":4419363972,"@timestamp":1557100861},"coords":"51.683223,0.0142422","bedrooms":"3","price":"295000","area":"434"} , +{"type":"Feature","id":"n4419363983","geometry":{"type":"Point","coordinates":[0.0148458,51.6828821]},"properties":{"@type":"node","@id":4419363983,"@timestamp":1474914403},"coords":"51.6828821,0.0148458","bedrooms":"0","price":"218000","area":"461"} , +{"type":"Feature","id":"n4419369776","geometry":{"type":"Point","coordinates":[-0.3059299,51.2072565]},"properties":{"@type":"node","@id":4419369776,"@timestamp":1474914698},"coords":"51.2072565,-0.3059299","bedrooms":"3","price":"209000","area":"500"} , +{"type":"Feature","id":"n4419374671","geometry":{"type":"Point","coordinates":[0.0140653,51.6840363]},"properties":{"@type":"node","@id":4419374671,"@timestamp":1474914963},"coords":"51.6840363,0.0140653","bedrooms":"4","price":"192000","area":"408"} , +{"type":"Feature","id":"n4419374686","geometry":{"type":"Point","coordinates":[0.0146044,51.684008]},"properties":{"@type":"node","@id":4419374686,"@timestamp":1557100862},"coords":"51.684008,0.0146044","bedrooms":"1","price":"156000","area":"692"} , +{"type":"Feature","id":"n4419374999","geometry":{"type":"Point","coordinates":[0.0124212,51.6855812]},"properties":{"@type":"node","@id":4419374999,"@timestamp":1474914963},"coords":"51.6855812,0.0124212","bedrooms":"2","price":"199000","area":"410"} , +{"type":"Feature","id":"n4419375011","geometry":{"type":"Point","coordinates":[0.0138857,51.6850208]},"properties":{"@type":"node","@id":4419375011,"@timestamp":1474914964},"coords":"51.6850208,0.0138857","bedrooms":"3","price":"251000","area":"368"} , +{"type":"Feature","id":"n4419387988","geometry":{"type":"Point","coordinates":[0.0126815,51.68449]},"properties":{"@type":"node","@id":4419387988,"@timestamp":1474915861},"coords":"51.68449,0.0126815","bedrooms":"1","price":"268000","area":"392"} , +{"type":"Feature","id":"n4419388402","geometry":{"type":"Point","coordinates":[0.0257063,51.6811773]},"properties":{"@type":"node","@id":4419388402,"@timestamp":1474915862},"coords":"51.6811773,0.0257063","bedrooms":"0","price":"211000","area":"573"} , +{"type":"Feature","id":"n4419388416","geometry":{"type":"Point","coordinates":[0.0131051,51.6845253]},"properties":{"@type":"node","@id":4419388416,"@timestamp":1474915862},"coords":"51.6845253,0.0131051","bedrooms":"0","price":"183000","area":"660"} , +{"type":"Feature","id":"n4419388430","geometry":{"type":"Point","coordinates":[0.0135477,51.6847598]},"properties":{"@type":"node","@id":4419388430,"@timestamp":1474915863},"coords":"51.6847598,0.0135477","bedrooms":"2","price":"263000","area":"624"} , +{"type":"Feature","id":"n4419418557","geometry":{"type":"Point","coordinates":[0.1901892,51.8266878]},"properties":{"@type":"node","@id":4419418557,"@timestamp":1474917431},"coords":"51.8266878,0.1901892","bedrooms":"1","price":"266000","area":"620"} , +{"type":"Feature","id":"n4419498990","geometry":{"type":"Point","coordinates":[-0.1260047,51.5094497]},"properties":{"@type":"node","@id":4419498990,"@timestamp":1474920751},"coords":"51.5094497,-0.1260047","bedrooms":"0","price":"230000","area":"527"} , +{"type":"Feature","id":"n4419545180","geometry":{"type":"Point","coordinates":[0.099933,50.9614378]},"properties":{"@type":"node","@id":4419545180,"@timestamp":1626041868},"coords":"50.9614378,0.099933","bedrooms":"4","price":"184000","area":"411"} , +{"type":"Feature","id":"n4419548890","geometry":{"type":"Point","coordinates":[0.0993826,50.9611933]},"properties":{"@type":"node","@id":4419548890,"@timestamp":1626045405},"coords":"50.9611933,0.0993826","bedrooms":"3","price":"291000","area":"688"} , +{"type":"Feature","id":"n4419856873","geometry":{"type":"Point","coordinates":[-0.0149917,51.5731498]},"properties":{"@type":"node","@id":4419856873,"@timestamp":1474952878},"coords":"51.5731498,-0.0149917","bedrooms":"0","price":"244000","area":"350"} , +{"type":"Feature","id":"n4420219246","geometry":{"type":"Point","coordinates":[-0.0204331,51.6822816]},"properties":{"@type":"node","@id":4420219246,"@timestamp":1474973658},"coords":"51.6822816,-0.0204331","bedrooms":"3","price":"224000","area":"597"} , +{"type":"Feature","id":"n4420275112","geometry":{"type":"Point","coordinates":[-0.0217876,51.6833119]},"properties":{"@type":"node","@id":4420275112,"@timestamp":1474976468},"coords":"51.6833119,-0.0217876","bedrooms":"0","price":"152000","area":"642"} , +{"type":"Feature","id":"n4420281039","geometry":{"type":"Point","coordinates":[-0.0230778,51.6831959]},"properties":{"@type":"node","@id":4420281039,"@timestamp":1553297348},"coords":"51.6831959,-0.0230778","bedrooms":"2","price":"223000","area":"432"} , +{"type":"Feature","id":"n4420304781","geometry":{"type":"Point","coordinates":[-0.0239575,51.6830133]},"properties":{"@type":"node","@id":4420304781,"@timestamp":1609105860},"coords":"51.6830133,-0.0239575","bedrooms":"3","price":"162000","area":"694"} , +{"type":"Feature","id":"n4420329924","geometry":{"type":"Point","coordinates":[-0.0214416,51.6823611]},"properties":{"@type":"node","@id":4420329924,"@timestamp":1474978813},"coords":"51.6823611,-0.0214416","bedrooms":"2","price":"218000","area":"357"} , +{"type":"Feature","id":"n4420461791","geometry":{"type":"Point","coordinates":[-0.492484,51.7443013]},"properties":{"@type":"node","@id":4420461791,"@timestamp":1617285116},"coords":"51.7443013,-0.492484","bedrooms":"3","price":"289000","area":"445"} , +{"type":"Feature","id":"n4420672501","geometry":{"type":"Point","coordinates":[-0.3501815,51.8067389]},"properties":{"@type":"node","@id":4420672501,"@timestamp":1474994329},"coords":"51.8067389,-0.3501815","bedrooms":"4","price":"298000","area":"687"} , +{"type":"Feature","id":"n4420672511","geometry":{"type":"Point","coordinates":[-0.3494948,51.8085897]},"properties":{"@type":"node","@id":4420672511,"@timestamp":1474994330},"coords":"51.8085897,-0.3494948","bedrooms":"2","price":"279000","area":"698"} , +{"type":"Feature","id":"n4421068270","geometry":{"type":"Point","coordinates":[-0.0128649,51.5750806]},"properties":{"@type":"node","@id":4421068270,"@timestamp":1475007350},"coords":"51.5750806,-0.0128649","bedrooms":"2","price":"191000","area":"494"} , +{"type":"Feature","id":"n4421106432","geometry":{"type":"Point","coordinates":[-0.1230202,51.5286881]},"properties":{"@type":"node","@id":4421106432,"@timestamp":1475009422},"coords":"51.5286881,-0.1230202","bedrooms":"1","price":"252000","area":"439"} , +{"type":"Feature","id":"n4421653617","geometry":{"type":"Point","coordinates":[-0.0540004,51.4907012]},"properties":{"@type":"node","@id":4421653617,"@timestamp":1564908067},"coords":"51.4907012,-0.0540004","bedrooms":"4","price":"233000","area":"362"} , +{"type":"Feature","id":"n4422030977","geometry":{"type":"Point","coordinates":[-0.0536883,51.5013241]},"properties":{"@type":"node","@id":4422030977,"@timestamp":1579704653},"coords":"51.5013241,-0.0536883","bedrooms":"3","price":"267000","area":"643"} , +{"type":"Feature","id":"n4422321921","geometry":{"type":"Point","coordinates":[-0.3017541,51.9694396]},"properties":{"@type":"node","@id":4422321921,"@timestamp":1618147487},"coords":"51.9694396,-0.3017541","bedrooms":"1","price":"255000","area":"486"} , +{"type":"Feature","id":"n4422544169","geometry":{"type":"Point","coordinates":[-0.0047719,51.1526795]},"properties":{"@type":"node","@id":4422544169,"@timestamp":1491742365},"coords":"51.1526795,-0.0047719","bedrooms":"0","price":"241000","area":"458"} , +{"type":"Feature","id":"n4422614000","geometry":{"type":"Point","coordinates":[-0.0625416,51.5200128]},"properties":{"@type":"node","@id":4422614000,"@timestamp":1579604063},"coords":"51.5200128,-0.0625416","bedrooms":"3","price":"189000","area":"396"} , +{"type":"Feature","id":"n4422624749","geometry":{"type":"Point","coordinates":[0.0717297,51.4917728]},"properties":{"@type":"node","@id":4422624749,"@timestamp":1633614486},"coords":"51.4917728,0.0717297","bedrooms":"1","price":"194000","area":"543"} , +{"type":"Feature","id":"n4422633122","geometry":{"type":"Point","coordinates":[-0.0626376,51.5202114]},"properties":{"@type":"node","@id":4422633122,"@timestamp":1475091768},"coords":"51.5202114,-0.0626376","bedrooms":"3","price":"288000","area":"519"} , +{"type":"Feature","id":"n4422642602","geometry":{"type":"Point","coordinates":[-0.9065089,51.3973631]},"properties":{"@type":"node","@id":4422642602,"@timestamp":1551733933},"coords":"51.3973631,-0.9065089","bedrooms":"4","price":"271000","area":"379"} , +{"type":"Feature","id":"n4422675996","geometry":{"type":"Point","coordinates":[-0.0658375,51.5215149]},"properties":{"@type":"node","@id":4422675996,"@timestamp":1495556990},"coords":"51.5215149,-0.0658375","bedrooms":"4","price":"212000","area":"661"} , +{"type":"Feature","id":"n4422712315","geometry":{"type":"Point","coordinates":[-0.0672376,51.5203917]},"properties":{"@type":"node","@id":4422712315,"@timestamp":1475094897},"coords":"51.5203917,-0.0672376","bedrooms":"3","price":"274000","area":"539"} , +{"type":"Feature","id":"n4422754931","geometry":{"type":"Point","coordinates":[-0.0773066,51.5175477]},"properties":{"@type":"node","@id":4422754931,"@timestamp":1585437994},"coords":"51.5175477,-0.0773066","bedrooms":"4","price":"281000","area":"475"} , +{"type":"Feature","id":"n4422884222","geometry":{"type":"Point","coordinates":[-0.3483321,51.8070208]},"properties":{"@type":"node","@id":4422884222,"@timestamp":1628364704},"coords":"51.8070208,-0.3483321","bedrooms":"3","price":"206000","area":"608"} , +{"type":"Feature","id":"n4423667634","geometry":{"type":"Point","coordinates":[-0.1198451,51.4745286]},"properties":{"@type":"node","@id":4423667634,"@timestamp":1619394348},"coords":"51.4745286,-0.1198451","bedrooms":"0","price":"192000","area":"482"} , +{"type":"Feature","id":"n4424116176","geometry":{"type":"Point","coordinates":[-0.8579077,51.4065239]},"properties":{"@type":"node","@id":4424116176,"@timestamp":1475176516},"coords":"51.4065239,-0.8579077","bedrooms":"0","price":"232000","area":"627"} , +{"type":"Feature","id":"n4424165575","geometry":{"type":"Point","coordinates":[-0.8661225,51.4115604]},"properties":{"@type":"node","@id":4424165575,"@timestamp":1624199009},"coords":"51.4115604,-0.8661225","bedrooms":"3","price":"221000","area":"537"} , +{"type":"Feature","id":"n4424230725","geometry":{"type":"Point","coordinates":[-0.8537434,51.4122984]},"properties":{"@type":"node","@id":4424230725,"@timestamp":1530883447},"coords":"51.4122984,-0.8537434","bedrooms":"2","price":"240000","area":"617"} , +{"type":"Feature","id":"n4424453814","geometry":{"type":"Point","coordinates":[-0.0818661,51.6450333]},"properties":{"@type":"node","@id":4424453814,"@timestamp":1629602002},"coords":"51.6450333,-0.0818661","bedrooms":"2","price":"284000","area":"662"} , +{"type":"Feature","id":"n4425475156","geometry":{"type":"Point","coordinates":[-0.8595358,51.4131478]},"properties":{"@type":"node","@id":4425475156,"@timestamp":1624199009},"coords":"51.4131478,-0.8595358","bedrooms":"1","price":"224000","area":"504"} , +{"type":"Feature","id":"n4425489544","geometry":{"type":"Point","coordinates":[-0.1068519,51.0131172]},"properties":{"@type":"node","@id":4425489544,"@timestamp":1475263437},"coords":"51.0131172,-0.1068519","bedrooms":"2","price":"266000","area":"466"} , +{"type":"Feature","id":"n4425551274","geometry":{"type":"Point","coordinates":[-0.8473523,51.4062714]},"properties":{"@type":"node","@id":4425551274,"@timestamp":1625578675},"coords":"51.4062714,-0.8473523","bedrooms":"0","price":"183000","area":"563"} , +{"type":"Feature","id":"n4425577733","geometry":{"type":"Point","coordinates":[-0.8407835,51.4038512]},"properties":{"@type":"node","@id":4425577733,"@timestamp":1475266603},"coords":"51.4038512,-0.8407835","bedrooms":"4","price":"164000","area":"641"} , +{"type":"Feature","id":"n4425581351","geometry":{"type":"Point","coordinates":[-0.0520992,51.562612]},"properties":{"@type":"node","@id":4425581351,"@timestamp":1475266749},"coords":"51.562612,-0.0520992","bedrooms":"0","price":"176000","area":"626"} , +{"type":"Feature","id":"n4425584028","geometry":{"type":"Point","coordinates":[-0.8400138,51.4035951]},"properties":{"@type":"node","@id":4425584028,"@timestamp":1475266852},"coords":"51.4035951,-0.8400138","bedrooms":"4","price":"292000","area":"371"} , +{"type":"Feature","id":"n4425596396","geometry":{"type":"Point","coordinates":[-0.8383995,51.4040884]},"properties":{"@type":"node","@id":4425596396,"@timestamp":1570387938},"coords":"51.4040884,-0.8383995","bedrooms":"4","price":"235000","area":"604"} , +{"type":"Feature","id":"n4425627327","geometry":{"type":"Point","coordinates":[-0.0518271,51.5661699]},"properties":{"@type":"node","@id":4425627327,"@timestamp":1475269004},"coords":"51.5661699,-0.0518271","bedrooms":"0","price":"257000","area":"485"} , +{"type":"Feature","id":"n4425627348","geometry":{"type":"Point","coordinates":[-0.0523501,51.5655012]},"properties":{"@type":"node","@id":4425627348,"@timestamp":1475269004},"coords":"51.5655012,-0.0523501","bedrooms":"4","price":"226000","area":"681"} , +{"type":"Feature","id":"n4425627372","geometry":{"type":"Point","coordinates":[-0.0518028,51.5656314]},"properties":{"@type":"node","@id":4425627372,"@timestamp":1475269005},"coords":"51.5656314,-0.0518028","bedrooms":"1","price":"289000","area":"520"} , +{"type":"Feature","id":"n4425648620","geometry":{"type":"Point","coordinates":[-0.0510693,51.5642127]},"properties":{"@type":"node","@id":4425648620,"@timestamp":1475270143},"coords":"51.5642127,-0.0510693","bedrooms":"1","price":"250000","area":"677"} , +{"type":"Feature","id":"n4425666537","geometry":{"type":"Point","coordinates":[-0.0458336,51.5597839]},"properties":{"@type":"node","@id":4425666537,"@timestamp":1618930698},"coords":"51.5597839,-0.0458336","bedrooms":"0","price":"226000","area":"472"} , +{"type":"Feature","id":"n4425683520","geometry":{"type":"Point","coordinates":[-0.0451161,51.5545724]},"properties":{"@type":"node","@id":4425683520,"@timestamp":1603199586},"coords":"51.5545724,-0.0451161","bedrooms":"2","price":"298000","area":"630"} , +{"type":"Feature","id":"n4425687862","geometry":{"type":"Point","coordinates":[-0.0452375,51.5541611]},"properties":{"@type":"node","@id":4425687862,"@timestamp":1600602806},"coords":"51.5541611,-0.0452375","bedrooms":"4","price":"174000","area":"687"} , +{"type":"Feature","id":"n4425694177","geometry":{"type":"Point","coordinates":[-0.0433649,51.5497652]},"properties":{"@type":"node","@id":4425694177,"@timestamp":1627301563},"coords":"51.5497652,-0.0433649","bedrooms":"4","price":"280000","area":"552"} , +{"type":"Feature","id":"n4426138073","geometry":{"type":"Point","coordinates":[0.018239,51.5389585]},"properties":{"@type":"node","@id":4426138073,"@timestamp":1475312178},"coords":"51.5389585,0.018239","bedrooms":"1","price":"289000","area":"686"} , +{"type":"Feature","id":"n4426161123","geometry":{"type":"Point","coordinates":[0.0160871,51.5387813]},"properties":{"@type":"node","@id":4426161123,"@timestamp":1475311838},"coords":"51.5387813,0.0160871","bedrooms":"1","price":"205000","area":"601"} , +{"type":"Feature","id":"n4426415231","geometry":{"type":"Point","coordinates":[-0.0925337,51.4659187]},"properties":{"@type":"node","@id":4426415231,"@timestamp":1475329106},"coords":"51.4659187,-0.0925337","bedrooms":"3","price":"239000","area":"398"} , +{"type":"Feature","id":"n4426822737","geometry":{"type":"Point","coordinates":[-0.9475827,51.4143199]},"properties":{"@type":"node","@id":4426822737,"@timestamp":1619170631},"coords":"51.4143199,-0.9475827","bedrooms":"2","price":"262000","area":"583"} , +{"type":"Feature","id":"n4426879289","geometry":{"type":"Point","coordinates":[-0.9568104,51.3939984]},"properties":{"@type":"node","@id":4426879289,"@timestamp":1619165957},"coords":"51.3939984,-0.9568104","bedrooms":"1","price":"162000","area":"586"} , +{"type":"Feature","id":"n4426960403","geometry":{"type":"Point","coordinates":[0.0979198,50.9593631]},"properties":{"@type":"node","@id":4426960403,"@timestamp":1557578143},"coords":"50.9593631,0.0979198","bedrooms":"3","price":"281000","area":"616"} , +{"type":"Feature","id":"n4427221648","geometry":{"type":"Point","coordinates":[-0.4724343,51.7520177]},"properties":{"@type":"node","@id":4427221648,"@timestamp":1475380863},"coords":"51.7520177,-0.4724343","bedrooms":"1","price":"233000","area":"459"} , +{"type":"Feature","id":"n4427423891","geometry":{"type":"Point","coordinates":[-0.0009701,51.0317711]},"properties":{"@type":"node","@id":4427423891,"@timestamp":1475398278},"coords":"51.0317711,-0.0009701","bedrooms":"3","price":"207000","area":"643"} , +{"type":"Feature","id":"n4427674505","geometry":{"type":"Point","coordinates":[-0.151132,51.4663226]},"properties":{"@type":"node","@id":4427674505,"@timestamp":1503845247},"coords":"51.4663226,-0.151132","bedrooms":"3","price":"153000","area":"579"} , +{"type":"Feature","id":"n4427675898","geometry":{"type":"Point","coordinates":[-0.1333361,51.4737765]},"properties":{"@type":"node","@id":4427675898,"@timestamp":1630069749},"coords":"51.4737765,-0.1333361","bedrooms":"0","price":"234000","area":"625"} , +{"type":"Feature","id":"n4427740526","geometry":{"type":"Point","coordinates":[0.1280459,51.1886362]},"properties":{"@type":"node","@id":4427740526,"@timestamp":1475417956},"coords":"51.1886362,0.1280459","bedrooms":"2","price":"165000","area":"647"} , +{"type":"Feature","id":"n4427740755","geometry":{"type":"Point","coordinates":[0.3013119,51.283341]},"properties":{"@type":"node","@id":4427740755,"@timestamp":1475417958},"coords":"51.283341,0.3013119","bedrooms":"0","price":"165000","area":"461"} , +{"type":"Feature","id":"n4427988524","geometry":{"type":"Point","coordinates":[-0.8297102,51.4125277]},"properties":{"@type":"node","@id":4427988524,"@timestamp":1480630446},"coords":"51.4125277,-0.8297102","bedrooms":"0","price":"249000","area":"356"} , +{"type":"Feature","id":"n4428007474","geometry":{"type":"Point","coordinates":[-0.8201057,51.4113809]},"properties":{"@type":"node","@id":4428007474,"@timestamp":1570389081},"coords":"51.4113809,-0.8201057","bedrooms":"0","price":"207000","area":"387"} , +{"type":"Feature","id":"n4428060244","geometry":{"type":"Point","coordinates":[-0.8075607,51.4119895]},"properties":{"@type":"node","@id":4428060244,"@timestamp":1636047749},"coords":"51.4119895,-0.8075607","bedrooms":"3","price":"191000","area":"524"} , +{"type":"Feature","id":"n4428150338","geometry":{"type":"Point","coordinates":[-0.8057812,51.412193]},"properties":{"@type":"node","@id":4428150338,"@timestamp":1604516147},"coords":"51.412193,-0.8057812","bedrooms":"0","price":"183000","area":"380"} , +{"type":"Feature","id":"n4428190518","geometry":{"type":"Point","coordinates":[-0.7991477,51.4138582]},"properties":{"@type":"node","@id":4428190518,"@timestamp":1549396808},"coords":"51.4138582,-0.7991477","bedrooms":"2","price":"278000","area":"645"} , +{"type":"Feature","id":"n4428231120","geometry":{"type":"Point","coordinates":[-0.241054,51.1476762]},"properties":{"@type":"node","@id":4428231120,"@timestamp":1596995538},"coords":"51.1476762,-0.241054","bedrooms":"1","price":"249000","area":"570"} , +{"type":"Feature","id":"n4428280766","geometry":{"type":"Point","coordinates":[-0.2652205,51.1091386]},"properties":{"@type":"node","@id":4428280766,"@timestamp":1475446802},"coords":"51.1091386,-0.2652205","bedrooms":"3","price":"280000","area":"637"} , +{"type":"Feature","id":"n4428286603","geometry":{"type":"Point","coordinates":[-0.257389,51.1282633]},"properties":{"@type":"node","@id":4428286603,"@timestamp":1475447167},"coords":"51.1282633,-0.257389","bedrooms":"4","price":"203000","area":"641"} , +{"type":"Feature","id":"n4428609341","geometry":{"type":"Point","coordinates":[-0.089384,51.5133344]},"properties":{"@type":"node","@id":4428609341,"@timestamp":1475480289},"coords":"51.5133344,-0.089384","bedrooms":"4","price":"176000","area":"435"} , +{"type":"Feature","id":"n4428699875","geometry":{"type":"Point","coordinates":[-0.2734777,51.1995249]},"properties":{"@type":"node","@id":4428699875,"@timestamp":1615809374},"coords":"51.1995249,-0.2734777","bedrooms":"4","price":"232000","area":"609"} , +{"type":"Feature","id":"n4428765171","geometry":{"type":"Point","coordinates":[-0.0921473,51.4647218]},"properties":{"@type":"node","@id":4428765171,"@timestamp":1475489928},"coords":"51.4647218,-0.0921473","bedrooms":"4","price":"268000","area":"699"} , +{"type":"Feature","id":"n4428765184","geometry":{"type":"Point","coordinates":[-0.0958337,51.4657748]},"properties":{"@type":"node","@id":4428765184,"@timestamp":1475489928},"coords":"51.4657748,-0.0958337","bedrooms":"1","price":"181000","area":"484"} , +{"type":"Feature","id":"n4428789725","geometry":{"type":"Point","coordinates":[-0.0926435,51.4658522]},"properties":{"@type":"node","@id":4428789725,"@timestamp":1475491030},"coords":"51.4658522,-0.0926435","bedrooms":"3","price":"279000","area":"362"} , +{"type":"Feature","id":"n4428804684","geometry":{"type":"Point","coordinates":[-0.0843092,51.4935476]},"properties":{"@type":"node","@id":4428804684,"@timestamp":1631372562},"coords":"51.4935476,-0.0843092","bedrooms":"1","price":"194000","area":"696"} , +{"type":"Feature","id":"n4428875258","geometry":{"type":"Point","coordinates":[-0.1263256,51.5333045]},"properties":{"@type":"node","@id":4428875258,"@timestamp":1501566045},"coords":"51.5333045,-0.1263256","bedrooms":"4","price":"249000","area":"676"} , +{"type":"Feature","id":"n4428891832","geometry":{"type":"Point","coordinates":[-0.0976539,51.462811]},"properties":{"@type":"node","@id":4428891832,"@timestamp":1475496206},"coords":"51.462811,-0.0976539","bedrooms":"0","price":"272000","area":"639"} , +{"type":"Feature","id":"n4429162128","geometry":{"type":"Point","coordinates":[-0.22407,51.5119745]},"properties":{"@type":"node","@id":4429162128,"@timestamp":1616056378},"coords":"51.5119745,-0.22407","bedrooms":"4","price":"250000","area":"500"} , +{"type":"Feature","id":"n4430527248","geometry":{"type":"Point","coordinates":[-0.2464627,51.2035971]},"properties":{"@type":"node","@id":4430527248,"@timestamp":1616943374},"coords":"51.2035971,-0.2464627","bedrooms":"1","price":"280000","area":"630"} , +{"type":"Feature","id":"n4430641388","geometry":{"type":"Point","coordinates":[-0.9014909,51.6598704]},"properties":{"@type":"node","@id":4430641388,"@timestamp":1475580361},"coords":"51.6598704,-0.9014909","bedrooms":"4","price":"186000","area":"403"} , +{"type":"Feature","id":"n4430641504","geometry":{"type":"Point","coordinates":[-0.9012924,51.6592082]},"properties":{"@type":"node","@id":4430641504,"@timestamp":1475580361},"coords":"51.6592082,-0.9012924","bedrooms":"1","price":"227000","area":"354"} , +{"type":"Feature","id":"n4430750334","geometry":{"type":"Point","coordinates":[0.8678649,51.1511771]},"properties":{"@type":"node","@id":4430750334,"@timestamp":1475584803},"coords":"51.1511771,0.8678649","bedrooms":"1","price":"291000","area":"632"} , +{"type":"Feature","id":"n4430908427","geometry":{"type":"Point","coordinates":[-0.0804156,51.5139678]},"properties":{"@type":"node","@id":4430908427,"@timestamp":1631182998},"coords":"51.5139678,-0.0804156","bedrooms":"4","price":"227000","area":"471"} , +{"type":"Feature","id":"n4431344650","geometry":{"type":"Point","coordinates":[-0.5308535,51.3317011]},"properties":{"@type":"node","@id":4431344650,"@timestamp":1475606762},"coords":"51.3317011,-0.5308535","bedrooms":"0","price":"234000","area":"486"} , +{"type":"Feature","id":"n4431563571","geometry":{"type":"Point","coordinates":[-0.1128253,51.5132947]},"properties":{"@type":"node","@id":4431563571,"@timestamp":1475613485},"coords":"51.5132947,-0.1128253","bedrooms":"3","price":"272000","area":"487"} , +{"type":"Feature","id":"n4432304909","geometry":{"type":"Point","coordinates":[0.8135223,51.1877005]},"properties":{"@type":"node","@id":4432304909,"@timestamp":1475657612},"coords":"51.1877005,0.8135223","bedrooms":"3","price":"184000","area":"374"} , +{"type":"Feature","id":"n4432396367","geometry":{"type":"Point","coordinates":[-0.103265,51.5431524]},"properties":{"@type":"node","@id":4432396367,"@timestamp":1475661787},"coords":"51.5431524,-0.103265","bedrooms":"0","price":"166000","area":"419"} , +{"type":"Feature","id":"n4432547599","geometry":{"type":"Point","coordinates":[-0.0973134,51.5264362]},"properties":{"@type":"node","@id":4432547599,"@timestamp":1475668557},"coords":"51.5264362,-0.0973134","bedrooms":"0","price":"233000","area":"559"} , +{"type":"Feature","id":"n4432910734","geometry":{"type":"Point","coordinates":[-0.1460521,51.5413968]},"properties":{"@type":"node","@id":4432910734,"@timestamp":1529469169},"coords":"51.5413968,-0.1460521","bedrooms":"4","price":"240000","area":"696"} , +{"type":"Feature","id":"n4433058988","geometry":{"type":"Point","coordinates":[0.7595069,51.5288339]},"properties":{"@type":"node","@id":4433058988,"@timestamp":1475687817},"coords":"51.5288339,0.7595069","bedrooms":"4","price":"292000","area":"413"} , +{"type":"Feature","id":"n4433059898","geometry":{"type":"Point","coordinates":[0.7628102,51.5290677]},"properties":{"@type":"node","@id":4433059898,"@timestamp":1475687817},"coords":"51.5290677,0.7628102","bedrooms":"2","price":"246000","area":"536"} , +{"type":"Feature","id":"n4433138685","geometry":{"type":"Point","coordinates":[-0.1037024,51.5230253]},"properties":{"@type":"node","@id":4433138685,"@timestamp":1475691642},"coords":"51.5230253,-0.1037024","bedrooms":"0","price":"289000","area":"496"} , +{"type":"Feature","id":"n4433219243","geometry":{"type":"Point","coordinates":[-0.9125853,51.4387161]},"properties":{"@type":"node","@id":4433219243,"@timestamp":1513370532},"coords":"51.4387161,-0.9125853","bedrooms":"2","price":"169000","area":"452"} , +{"type":"Feature","id":"n4433263507","geometry":{"type":"Point","coordinates":[-0.4893431,51.3690729]},"properties":{"@type":"node","@id":4433263507,"@timestamp":1475697174},"coords":"51.3690729,-0.4893431","bedrooms":"1","price":"177000","area":"590"} , +{"type":"Feature","id":"n4433302816","geometry":{"type":"Point","coordinates":[-0.9308166,51.4420882]},"properties":{"@type":"node","@id":4433302816,"@timestamp":1547931428},"coords":"51.4420882,-0.9308166","bedrooms":"1","price":"271000","area":"420"} , +{"type":"Feature","id":"n4433329021","geometry":{"type":"Point","coordinates":[-0.9305037,51.4424403]},"properties":{"@type":"node","@id":4433329021,"@timestamp":1475700403},"coords":"51.4424403,-0.9305037","bedrooms":"3","price":"204000","area":"511"} , +{"type":"Feature","id":"n4433355310","geometry":{"type":"Point","coordinates":[-0.3948256,51.4750501]},"properties":{"@type":"node","@id":4433355310,"@timestamp":1475701621},"coords":"51.4750501,-0.3948256","bedrooms":"2","price":"179000","area":"468"} , +{"type":"Feature","id":"n4434178545","geometry":{"type":"Point","coordinates":[0.5286965,51.381967]},"properties":{"@type":"node","@id":4434178545,"@timestamp":1475753798},"coords":"51.381967,0.5286965","bedrooms":"2","price":"251000","area":"437"} , +{"type":"Feature","id":"n4434395327","geometry":{"type":"Point","coordinates":[-0.7639125,51.6137236]},"properties":{"@type":"node","@id":4434395327,"@timestamp":1634049664},"coords":"51.6137236,-0.7639125","bedrooms":"0","price":"156000","area":"652"} , +{"type":"Feature","id":"n4434756644","geometry":{"type":"Point","coordinates":[-0.9106102,51.4323711]},"properties":{"@type":"node","@id":4434756644,"@timestamp":1475776745},"coords":"51.4323711,-0.9106102","bedrooms":"2","price":"164000","area":"553"} , +{"type":"Feature","id":"n4434800434","geometry":{"type":"Point","coordinates":[-0.9019189,51.4300296]},"properties":{"@type":"node","@id":4434800434,"@timestamp":1551237760},"coords":"51.4300296,-0.9019189","bedrooms":"0","price":"251000","area":"544"} , +{"type":"Feature","id":"n4434905253","geometry":{"type":"Point","coordinates":[-0.3615149,51.5031619]},"properties":{"@type":"node","@id":4434905253,"@timestamp":1475782742},"coords":"51.5031619,-0.3615149","bedrooms":"4","price":"230000","area":"603"} , +{"type":"Feature","id":"n4434952026","geometry":{"type":"Point","coordinates":[-0.3324442,51.4969253]},"properties":{"@type":"node","@id":4434952026,"@timestamp":1475784061},"coords":"51.4969253,-0.3324442","bedrooms":"1","price":"252000","area":"447"} , +{"type":"Feature","id":"n4435103695","geometry":{"type":"Point","coordinates":[-0.6164467,50.9861036]},"properties":{"@type":"node","@id":4435103695,"@timestamp":1475789771},"coords":"50.9861036,-0.6164467","bedrooms":"0","price":"236000","area":"658"} , +{"type":"Feature","id":"n4435110289","geometry":{"type":"Point","coordinates":[-0.6093054,50.9874324]},"properties":{"@type":"node","@id":4435110289,"@timestamp":1485382782},"coords":"50.9874324,-0.6093054","bedrooms":"0","price":"280000","area":"622"} , +{"type":"Feature","id":"n4436074642","geometry":{"type":"Point","coordinates":[-0.954739,51.2836929]},"properties":{"@type":"node","@id":4436074642,"@timestamp":1475839580},"coords":"51.2836929,-0.954739","bedrooms":"1","price":"202000","area":"583"} , +{"type":"Feature","id":"n4436130438","geometry":{"type":"Point","coordinates":[-0.4533751,51.4717222]},"properties":{"@type":"node","@id":4436130438,"@timestamp":1475841670},"coords":"51.4717222,-0.4533751","bedrooms":"0","price":"151000","area":"697"} , +{"type":"Feature","id":"n4436431339","geometry":{"type":"Point","coordinates":[-0.3368791,51.5002364]},"properties":{"@type":"node","@id":4436431339,"@timestamp":1475855136},"coords":"51.5002364,-0.3368791","bedrooms":"4","price":"153000","area":"460"} , +{"type":"Feature","id":"n4436453414","geometry":{"type":"Point","coordinates":[-0.3423806,51.503268]},"properties":{"@type":"node","@id":4436453414,"@timestamp":1475856312},"coords":"51.503268,-0.3423806","bedrooms":"1","price":"187000","area":"616"} , +{"type":"Feature","id":"n4436565943","geometry":{"type":"Point","coordinates":[-0.9182206,51.4262138]},"properties":{"@type":"node","@id":4436565943,"@timestamp":1551237761},"coords":"51.4262138,-0.9182206","bedrooms":"0","price":"219000","area":"499"} , +{"type":"Feature","id":"n4436669806","geometry":{"type":"Point","coordinates":[-0.9262439,51.4277155]},"properties":{"@type":"node","@id":4436669806,"@timestamp":1551237761},"coords":"51.4277155,-0.9262439","bedrooms":"2","price":"276000","area":"513"} , +{"type":"Feature","id":"n4436793185","geometry":{"type":"Point","coordinates":[-0.9253298,51.4285162]},"properties":{"@type":"node","@id":4436793185,"@timestamp":1475868509},"coords":"51.4285162,-0.9253298","bedrooms":"2","price":"285000","area":"573"} , +{"type":"Feature","id":"n4436832416","geometry":{"type":"Point","coordinates":[-0.9318456,51.4408774]},"properties":{"@type":"node","@id":4436832416,"@timestamp":1610881560},"coords":"51.4408774,-0.9318456","bedrooms":"1","price":"299000","area":"560"} , +{"type":"Feature","id":"n4437309895","geometry":{"type":"Point","coordinates":[-0.2112454,51.5126259]},"properties":{"@type":"node","@id":4437309895,"@timestamp":1585992752},"coords":"51.5126259,-0.2112454","bedrooms":"4","price":"192000","area":"633"} , +{"type":"Feature","id":"n4437551364","geometry":{"type":"Point","coordinates":[-0.0999977,51.4777008]},"properties":{"@type":"node","@id":4437551364,"@timestamp":1551663029},"coords":"51.4777008,-0.0999977","bedrooms":"1","price":"257000","area":"445"} , +{"type":"Feature","id":"n4437571481","geometry":{"type":"Point","coordinates":[-0.3290071,51.2954588]},"properties":{"@type":"node","@id":4437571481,"@timestamp":1475927263},"coords":"51.2954588,-0.3290071","bedrooms":"1","price":"173000","area":"439"} , +{"type":"Feature","id":"n4437572092","geometry":{"type":"Point","coordinates":[-0.327586,51.2956557]},"properties":{"@type":"node","@id":4437572092,"@timestamp":1475927764},"coords":"51.2956557,-0.327586","bedrooms":"4","price":"270000","area":"545"} , +{"type":"Feature","id":"n4437644511","geometry":{"type":"Point","coordinates":[-0.3269426,51.295388]},"properties":{"@type":"node","@id":4437644511,"@timestamp":1475931078},"coords":"51.295388,-0.3269426","bedrooms":"2","price":"280000","area":"421"} , +{"type":"Feature","id":"n4437670187","geometry":{"type":"Point","coordinates":[-0.0902633,51.5708172]},"properties":{"@type":"node","@id":4437670187,"@timestamp":1484300931},"coords":"51.5708172,-0.0902633","bedrooms":"2","price":"298000","area":"518"} , +{"type":"Feature","id":"n4437912564","geometry":{"type":"Point","coordinates":[-0.3296033,51.2953578]},"properties":{"@type":"node","@id":4437912564,"@timestamp":1480594513},"coords":"51.2953578,-0.3296033","bedrooms":"0","price":"186000","area":"693"} , +{"type":"Feature","id":"n4437912575","geometry":{"type":"Point","coordinates":[-0.3271069,51.2955369]},"properties":{"@type":"node","@id":4437912575,"@timestamp":1506975055},"coords":"51.2955369,-0.3271069","bedrooms":"0","price":"160000","area":"616"} , +{"type":"Feature","id":"n4438113338","geometry":{"type":"Point","coordinates":[-0.9416829,51.4466405]},"properties":{"@type":"node","@id":4438113338,"@timestamp":1635449878},"coords":"51.4466405,-0.9416829","bedrooms":"2","price":"253000","area":"635"} , +{"type":"Feature","id":"n4438156516","geometry":{"type":"Point","coordinates":[-0.9375567,51.4488581]},"properties":{"@type":"node","@id":4438156516,"@timestamp":1592757844},"coords":"51.4488581,-0.9375567","bedrooms":"2","price":"204000","area":"607"} , +{"type":"Feature","id":"n4438189529","geometry":{"type":"Point","coordinates":[-0.0983468,51.5609419]},"properties":{"@type":"node","@id":4438189529,"@timestamp":1619367824},"coords":"51.5609419,-0.0983468","bedrooms":"0","price":"204000","area":"497"} , +{"type":"Feature","id":"n4438272564","geometry":{"type":"Point","coordinates":[-0.0639197,51.4583958]},"properties":{"@type":"node","@id":4438272564,"@timestamp":1613309858},"coords":"51.4583958,-0.0639197","bedrooms":"3","price":"293000","area":"635"} , +{"type":"Feature","id":"n4438272584","geometry":{"type":"Point","coordinates":[-0.0617096,51.4575719]},"properties":{"@type":"node","@id":4438272584,"@timestamp":1475959804},"coords":"51.4575719,-0.0617096","bedrooms":"4","price":"172000","area":"429"} , +{"type":"Feature","id":"n4438296801","geometry":{"type":"Point","coordinates":[-0.0604811,51.457571]},"properties":{"@type":"node","@id":4438296801,"@timestamp":1613308839},"coords":"51.457571,-0.0604811","bedrooms":"3","price":"244000","area":"551"} , +{"type":"Feature","id":"n4438296821","geometry":{"type":"Point","coordinates":[-0.0607064,51.4570605]},"properties":{"@type":"node","@id":4438296821,"@timestamp":1475960975},"coords":"51.4570605,-0.0607064","bedrooms":"4","price":"209000","area":"674"} , +{"type":"Feature","id":"n4438296840","geometry":{"type":"Point","coordinates":[-0.0606877,51.4570521]},"properties":{"@type":"node","@id":4438296840,"@timestamp":1475960975},"coords":"51.4570521,-0.0606877","bedrooms":"0","price":"167000","area":"450"} , +{"type":"Feature","id":"n4438321014","geometry":{"type":"Point","coordinates":[-0.0601512,51.4567563]},"properties":{"@type":"node","@id":4438321014,"@timestamp":1613310307},"coords":"51.4567563,-0.0601512","bedrooms":"1","price":"150000","area":"486"} , +{"type":"Feature","id":"n4438321033","geometry":{"type":"Point","coordinates":[-0.0608003,51.4565875]},"properties":{"@type":"node","@id":4438321033,"@timestamp":1613310251},"coords":"51.4565875,-0.0608003","bedrooms":"2","price":"255000","area":"457"} , +{"type":"Feature","id":"n4438321046","geometry":{"type":"Point","coordinates":[-0.0590488,51.4563134]},"properties":{"@type":"node","@id":4438321046,"@timestamp":1475962661},"coords":"51.4563134,-0.0590488","bedrooms":"1","price":"185000","area":"451"} , +{"type":"Feature","id":"n4438321066","geometry":{"type":"Point","coordinates":[-0.0609183,51.4564922]},"properties":{"@type":"node","@id":4438321066,"@timestamp":1613310223},"coords":"51.4564922,-0.0609183","bedrooms":"1","price":"209000","area":"626"} , +{"type":"Feature","id":"n4438321081","geometry":{"type":"Point","coordinates":[-0.0622299,51.4574749]},"properties":{"@type":"node","@id":4438321081,"@timestamp":1475962662},"coords":"51.4574749,-0.0622299","bedrooms":"1","price":"245000","area":"440"} , +{"type":"Feature","id":"n4438342662","geometry":{"type":"Point","coordinates":[-0.0579143,51.4658255]},"properties":{"@type":"node","@id":4438342662,"@timestamp":1475964703},"coords":"51.4658255,-0.0579143","bedrooms":"0","price":"190000","area":"534"} , +{"type":"Feature","id":"n4438342676","geometry":{"type":"Point","coordinates":[-0.0583448,51.465442]},"properties":{"@type":"node","@id":4438342676,"@timestamp":1583940287},"coords":"51.465442,-0.0583448","bedrooms":"3","price":"267000","area":"595"} , +{"type":"Feature","id":"n4438721957","geometry":{"type":"Point","coordinates":[-0.1461716,51.5412322]},"properties":{"@type":"node","@id":4438721957,"@timestamp":1476103074},"coords":"51.5412322,-0.1461716","bedrooms":"3","price":"166000","area":"409"} , +{"type":"Feature","id":"n4438824417","geometry":{"type":"Point","coordinates":[0.0613484,51.0385063]},"properties":{"@type":"node","@id":4438824417,"@timestamp":1476006488},"coords":"51.0385063,0.0613484","bedrooms":"1","price":"219000","area":"635"} , +{"type":"Feature","id":"n4438967512","geometry":{"type":"Point","coordinates":[-0.1386971,51.4915227]},"properties":{"@type":"node","@id":4438967512,"@timestamp":1476014787},"coords":"51.4915227,-0.1386971","bedrooms":"1","price":"274000","area":"351"} , +{"type":"Feature","id":"n4439508630","geometry":{"type":"Point","coordinates":[-0.2729607,51.279864]},"properties":{"@type":"node","@id":4439508630,"@timestamp":1592306924},"coords":"51.279864,-0.2729607","bedrooms":"2","price":"231000","area":"695"} , +{"type":"Feature","id":"n4439805289","geometry":{"type":"Point","coordinates":[-0.1515317,51.4171187]},"properties":{"@type":"node","@id":4439805289,"@timestamp":1582542974},"coords":"51.4171187,-0.1515317","bedrooms":"0","price":"165000","area":"572"} , +{"type":"Feature","id":"n4440565052","geometry":{"type":"Point","coordinates":[-0.1460632,51.5414732]},"properties":{"@type":"node","@id":4440565052,"@timestamp":1529469163},"coords":"51.5414732,-0.1460632","bedrooms":"2","price":"192000","area":"398"} , +{"type":"Feature","id":"n4440565062","geometry":{"type":"Point","coordinates":[-0.1455538,51.541495]},"properties":{"@type":"node","@id":4440565062,"@timestamp":1529469092},"coords":"51.541495,-0.1455538","bedrooms":"0","price":"161000","area":"568"} , +{"type":"Feature","id":"n4440565072","geometry":{"type":"Point","coordinates":[-0.1455637,51.5414443]},"properties":{"@type":"node","@id":4440565072,"@timestamp":1553720282},"coords":"51.5414443,-0.1455637","bedrooms":"4","price":"165000","area":"562"} , +{"type":"Feature","id":"n4440565082","geometry":{"type":"Point","coordinates":[-0.145866,51.5415703]},"properties":{"@type":"node","@id":4440565082,"@timestamp":1476103072},"coords":"51.5415703,-0.145866","bedrooms":"4","price":"275000","area":"465"} , +{"type":"Feature","id":"n4440687189","geometry":{"type":"Point","coordinates":[-0.1984757,51.050398]},"properties":{"@type":"node","@id":4440687189,"@timestamp":1476107543},"coords":"51.050398,-0.1984757","bedrooms":"0","price":"270000","area":"594"} , +{"type":"Feature","id":"n4440798890","geometry":{"type":"Point","coordinates":[-0.4843706,51.63599]},"properties":{"@type":"node","@id":4440798890,"@timestamp":1476111658},"coords":"51.63599,-0.4843706","bedrooms":"0","price":"234000","area":"663"} , +{"type":"Feature","id":"n4440971076","geometry":{"type":"Point","coordinates":[0.504632,51.3907257]},"properties":{"@type":"node","@id":4440971076,"@timestamp":1631749460},"coords":"51.3907257,0.504632","bedrooms":"4","price":"229000","area":"400"} , +{"type":"Feature","id":"n4441057818","geometry":{"type":"Point","coordinates":[-0.9507018,51.4530537]},"properties":{"@type":"node","@id":4441057818,"@timestamp":1592754596},"coords":"51.4530537,-0.9507018","bedrooms":"2","price":"224000","area":"671"} , +{"type":"Feature","id":"n4441070732","geometry":{"type":"Point","coordinates":[-0.9501565,51.4526752]},"properties":{"@type":"node","@id":4441070732,"@timestamp":1592754315},"coords":"51.4526752,-0.9501565","bedrooms":"4","price":"158000","area":"542"} , +{"type":"Feature","id":"n4441160301","geometry":{"type":"Point","coordinates":[-0.0102991,51.4624132]},"properties":{"@type":"node","@id":4441160301,"@timestamp":1530517808},"coords":"51.4624132,-0.0102991","bedrooms":"3","price":"256000","area":"424"} , +{"type":"Feature","id":"n4441347399","geometry":{"type":"Point","coordinates":[-0.6107336,51.0095898]},"properties":{"@type":"node","@id":4441347399,"@timestamp":1476135967},"coords":"51.0095898,-0.6107336","bedrooms":"0","price":"176000","area":"638"} , +{"type":"Feature","id":"n4441906012","geometry":{"type":"Point","coordinates":[0.7156267,51.5331503]},"properties":{"@type":"node","@id":4441906012,"@timestamp":1564664153},"coords":"51.5331503,0.7156267","bedrooms":"4","price":"204000","area":"376"} , +{"type":"Feature","id":"n4442547488","geometry":{"type":"Point","coordinates":[-0.3056026,51.2043085]},"properties":{"@type":"node","@id":4442547488,"@timestamp":1476209220},"coords":"51.2043085,-0.3056026","bedrooms":"4","price":"213000","area":"376"} , +{"type":"Feature","id":"n4442547598","geometry":{"type":"Point","coordinates":[-0.3061015,51.2052731]},"properties":{"@type":"node","@id":4442547598,"@timestamp":1476209220},"coords":"51.2052731,-0.3061015","bedrooms":"0","price":"195000","area":"498"} , +{"type":"Feature","id":"n4442739851","geometry":{"type":"Point","coordinates":[-0.0142546,51.1297443]},"properties":{"@type":"node","@id":4442739851,"@timestamp":1630498061},"coords":"51.1297443,-0.0142546","bedrooms":"0","price":"291000","area":"456"} , +{"type":"Feature","id":"n4442923552","geometry":{"type":"Point","coordinates":[-0.3070499,51.4582596]},"properties":{"@type":"node","@id":4442923552,"@timestamp":1476221827},"coords":"51.4582596,-0.3070499","bedrooms":"3","price":"181000","area":"384"} , +{"type":"Feature","id":"n4442923566","geometry":{"type":"Point","coordinates":[-0.3071451,51.4584192]},"properties":{"@type":"node","@id":4442923566,"@timestamp":1476221827},"coords":"51.4584192,-0.3071451","bedrooms":"3","price":"291000","area":"504"} , +{"type":"Feature","id":"n4442934018","geometry":{"type":"Point","coordinates":[-0.305975,51.4576178]},"properties":{"@type":"node","@id":4442934018,"@timestamp":1476396323},"coords":"51.4576178,-0.305975","bedrooms":"4","price":"245000","area":"433"} , +{"type":"Feature","id":"n4442940339","geometry":{"type":"Point","coordinates":[-0.3052473,51.4567129]},"properties":{"@type":"node","@id":4442940339,"@timestamp":1617376311},"coords":"51.4567129,-0.3052473","bedrooms":"1","price":"277000","area":"638"} , +{"type":"Feature","id":"n4442976222","geometry":{"type":"Point","coordinates":[-0.3044415,51.456066]},"properties":{"@type":"node","@id":4442976222,"@timestamp":1617376489},"coords":"51.456066,-0.3044415","bedrooms":"0","price":"285000","area":"462"} , +{"type":"Feature","id":"n4442976259","geometry":{"type":"Point","coordinates":[-0.3042642,51.4558463]},"properties":{"@type":"node","@id":4442976259,"@timestamp":1617376492},"coords":"51.4558463,-0.3042642","bedrooms":"3","price":"221000","area":"394"} , +{"type":"Feature","id":"n4442986228","geometry":{"type":"Point","coordinates":[-0.3033686,51.454622]},"properties":{"@type":"node","@id":4442986228,"@timestamp":1476225547},"coords":"51.454622,-0.3033686","bedrooms":"2","price":"214000","area":"634"} , +{"type":"Feature","id":"n4443005577","geometry":{"type":"Point","coordinates":[-0.302124,51.4524826]},"properties":{"@type":"node","@id":4443005577,"@timestamp":1476226898},"coords":"51.4524826,-0.302124","bedrooms":"2","price":"154000","area":"413"} , +{"type":"Feature","id":"n4443014898","geometry":{"type":"Point","coordinates":[-0.3014986,51.4526898]},"properties":{"@type":"node","@id":4443014898,"@timestamp":1476227914},"coords":"51.4526898,-0.3014986","bedrooms":"2","price":"186000","area":"662"} , +{"type":"Feature","id":"n4443017335","geometry":{"type":"Point","coordinates":[-0.3009224,51.453579]},"properties":{"@type":"node","@id":4443017335,"@timestamp":1476227914},"coords":"51.453579,-0.3009224","bedrooms":"1","price":"176000","area":"651"} , +{"type":"Feature","id":"n4443026063","geometry":{"type":"Point","coordinates":[-0.1232375,51.5691581]},"properties":{"@type":"node","@id":4443026063,"@timestamp":1529833766},"coords":"51.5691581,-0.1232375","bedrooms":"2","price":"180000","area":"544"} , +{"type":"Feature","id":"n4443309749","geometry":{"type":"Point","coordinates":[0.8727678,51.6928665]},"properties":{"@type":"node","@id":4443309749,"@timestamp":1476254876},"coords":"51.6928665,0.8727678","bedrooms":"2","price":"278000","area":"689"} , +{"type":"Feature","id":"n4443917508","geometry":{"type":"Point","coordinates":[-0.0652357,51.4918854]},"properties":{"@type":"node","@id":4443917508,"@timestamp":1564908067},"coords":"51.4918854,-0.0652357","bedrooms":"1","price":"280000","area":"648"} , +{"type":"Feature","id":"n4443917518","geometry":{"type":"Point","coordinates":[-0.0807057,51.4964009]},"properties":{"@type":"node","@id":4443917518,"@timestamp":1564908067},"coords":"51.4964009,-0.0807057","bedrooms":"0","price":"254000","area":"456"} , +{"type":"Feature","id":"n4444650015","geometry":{"type":"Point","coordinates":[-0.3085384,51.1834904]},"properties":{"@type":"node","@id":4444650015,"@timestamp":1476305566},"coords":"51.1834904,-0.3085384","bedrooms":"2","price":"245000","area":"408"} , +{"type":"Feature","id":"n4444709403","geometry":{"type":"Point","coordinates":[-0.12239,51.5694822]},"properties":{"@type":"node","@id":4444709403,"@timestamp":1476307889},"coords":"51.5694822,-0.12239","bedrooms":"3","price":"164000","area":"685"} , +{"type":"Feature","id":"n4444738514","geometry":{"type":"Point","coordinates":[-0.1394628,51.4908473]},"properties":{"@type":"node","@id":4444738514,"@timestamp":1476309682},"coords":"51.4908473,-0.1394628","bedrooms":"3","price":"184000","area":"481"} , +{"type":"Feature","id":"n4444753819","geometry":{"type":"Point","coordinates":[-0.1216651,51.5697766]},"properties":{"@type":"node","@id":4444753819,"@timestamp":1476481922},"coords":"51.5697766,-0.1216651","bedrooms":"1","price":"172000","area":"395"} , +{"type":"Feature","id":"n4444770733","geometry":{"type":"Point","coordinates":[-0.1212803,51.5699075]},"properties":{"@type":"node","@id":4444770733,"@timestamp":1476311777},"coords":"51.5699075,-0.1212803","bedrooms":"0","price":"193000","area":"551"} , +{"type":"Feature","id":"n4444831975","geometry":{"type":"Point","coordinates":[-0.6202544,51.5175771]},"properties":{"@type":"node","@id":4444831975,"@timestamp":1476316858},"coords":"51.5175771,-0.6202544","bedrooms":"0","price":"151000","area":"500"} , +{"type":"Feature","id":"n4445312457","geometry":{"type":"Point","coordinates":[-0.7694548,51.6124896]},"properties":{"@type":"node","@id":4445312457,"@timestamp":1588717428},"coords":"51.6124896,-0.7694548","bedrooms":"4","price":"160000","area":"651"} , +{"type":"Feature","id":"n4445562643","geometry":{"type":"Point","coordinates":[-0.1325333,51.5961281]},"properties":{"@type":"node","@id":4445562643,"@timestamp":1476355995},"coords":"51.5961281,-0.1325333","bedrooms":"0","price":"191000","area":"355"} , +{"type":"Feature","id":"n4446643775","geometry":{"type":"Point","coordinates":[-1.0284854,51.3057753]},"properties":{"@type":"node","@id":4446643775,"@timestamp":1476389384},"coords":"51.3057753,-1.0284854","bedrooms":"1","price":"226000","area":"627"} , +{"type":"Feature","id":"n4446822192","geometry":{"type":"Point","coordinates":[-0.3059596,51.4579229]},"properties":{"@type":"node","@id":4446822192,"@timestamp":1476396322},"coords":"51.4579229,-0.3059596","bedrooms":"0","price":"242000","area":"654"} , +{"type":"Feature","id":"n4446851879","geometry":{"type":"Point","coordinates":[-0.3101399,51.459492]},"properties":{"@type":"node","@id":4446851879,"@timestamp":1476397957},"coords":"51.459492,-0.3101399","bedrooms":"1","price":"282000","area":"555"} , +{"type":"Feature","id":"n4446858192","geometry":{"type":"Point","coordinates":[-1.0312822,51.3059028]},"properties":{"@type":"node","@id":4446858192,"@timestamp":1476398329},"coords":"51.3059028,-1.0312822","bedrooms":"1","price":"156000","area":"657"} , +{"type":"Feature","id":"n4446879358","geometry":{"type":"Point","coordinates":[-0.3045344,51.4767279]},"properties":{"@type":"node","@id":4446879358,"@timestamp":1623795484},"coords":"51.4767279,-0.3045344","bedrooms":"0","price":"268000","area":"473"} , +{"type":"Feature","id":"n4446879374","geometry":{"type":"Point","coordinates":[-0.3166811,51.4628405]},"properties":{"@type":"node","@id":4446879374,"@timestamp":1499513993},"coords":"51.4628405,-0.3166811","bedrooms":"1","price":"279000","area":"373"} , +{"type":"Feature","id":"n4446879496","geometry":{"type":"Point","coordinates":[-0.3046956,51.4765764]},"properties":{"@type":"node","@id":4446879496,"@timestamp":1623795484},"coords":"51.4765764,-0.3046956","bedrooms":"0","price":"233000","area":"416"} , +{"type":"Feature","id":"n4446879511","geometry":{"type":"Point","coordinates":[-0.3046051,51.4766535]},"properties":{"@type":"node","@id":4446879511,"@timestamp":1623793718},"coords":"51.4766535,-0.3046051","bedrooms":"3","price":"187000","area":"471"} , +{"type":"Feature","id":"n4446893629","geometry":{"type":"Point","coordinates":[-0.2933948,51.4873807]},"properties":{"@type":"node","@id":4446893629,"@timestamp":1549410794},"coords":"51.4873807,-0.2933948","bedrooms":"0","price":"182000","area":"419"} , +{"type":"Feature","id":"n4448097963","geometry":{"type":"Point","coordinates":[-0.1219686,51.568127]},"properties":{"@type":"node","@id":4448097963,"@timestamp":1476469633},"coords":"51.568127,-0.1219686","bedrooms":"3","price":"259000","area":"438"} , +{"type":"Feature","id":"n4448118485","geometry":{"type":"Point","coordinates":[-0.119678,51.5689806]},"properties":{"@type":"node","@id":4448118485,"@timestamp":1476471089},"coords":"51.5689806,-0.119678","bedrooms":"2","price":"163000","area":"527"} , +{"type":"Feature","id":"n4448307122","geometry":{"type":"Point","coordinates":[-0.1230973,51.5737173]},"properties":{"@type":"node","@id":4448307122,"@timestamp":1476474345},"coords":"51.5737173,-0.1230973","bedrooms":"0","price":"288000","area":"416"} , +{"type":"Feature","id":"n4448311814","geometry":{"type":"Point","coordinates":[-0.1215148,51.5744691]},"properties":{"@type":"node","@id":4448311814,"@timestamp":1476474759},"coords":"51.5744691,-0.1215148","bedrooms":"1","price":"214000","area":"608"} , +{"type":"Feature","id":"n4448318124","geometry":{"type":"Point","coordinates":[-0.1203914,51.5763047]},"properties":{"@type":"node","@id":4448318124,"@timestamp":1476474942},"coords":"51.5763047,-0.1203914","bedrooms":"2","price":"262000","area":"572"} , +{"type":"Feature","id":"n4448336843","geometry":{"type":"Point","coordinates":[-0.1176905,51.5767773]},"properties":{"@type":"node","@id":4448336843,"@timestamp":1476475723},"coords":"51.5767773,-0.1176905","bedrooms":"1","price":"251000","area":"566"} , +{"type":"Feature","id":"n4448374606","geometry":{"type":"Point","coordinates":[-0.8337346,51.6184555]},"properties":{"@type":"node","@id":4448374606,"@timestamp":1476563662},"coords":"51.6184555,-0.8337346","bedrooms":"0","price":"269000","area":"457"} , +{"type":"Feature","id":"n4448394500","geometry":{"type":"Point","coordinates":[-0.1178911,51.5755943]},"properties":{"@type":"node","@id":4448394500,"@timestamp":1476477760},"coords":"51.5755943,-0.1178911","bedrooms":"4","price":"152000","area":"621"} , +{"type":"Feature","id":"n4448478596","geometry":{"type":"Point","coordinates":[-0.0063072,51.1317117]},"properties":{"@type":"node","@id":4448478596,"@timestamp":1476482678},"coords":"51.1317117,-0.0063072","bedrooms":"3","price":"214000","area":"541"} , +{"type":"Feature","id":"n4448519106","geometry":{"type":"Point","coordinates":[-1.0161937,51.3062314]},"properties":{"@type":"node","@id":4448519106,"@timestamp":1476484197},"coords":"51.3062314,-1.0161937","bedrooms":"0","price":"217000","area":"566"} , +{"type":"Feature","id":"n4448519187","geometry":{"type":"Point","coordinates":[-1.0186966,51.3019965]},"properties":{"@type":"node","@id":4448519187,"@timestamp":1476484198},"coords":"51.3019965,-1.0186966","bedrooms":"4","price":"160000","area":"509"} , +{"type":"Feature","id":"n4448539299","geometry":{"type":"Point","coordinates":[-0.121134,51.5704292]},"properties":{"@type":"node","@id":4448539299,"@timestamp":1476487131},"coords":"51.5704292,-0.121134","bedrooms":"3","price":"261000","area":"396"} , +{"type":"Feature","id":"n4448539309","geometry":{"type":"Point","coordinates":[-0.1214608,51.5700519]},"properties":{"@type":"node","@id":4448539309,"@timestamp":1476487132},"coords":"51.5700519,-0.1214608","bedrooms":"0","price":"206000","area":"365"} , +{"type":"Feature","id":"n4448539319","geometry":{"type":"Point","coordinates":[-0.1207095,51.570301]},"properties":{"@type":"node","@id":4448539319,"@timestamp":1476487132},"coords":"51.570301,-0.1207095","bedrooms":"3","price":"193000","area":"465"} , +{"type":"Feature","id":"n4448541783","geometry":{"type":"Point","coordinates":[-0.9276202,51.3762742]},"properties":{"@type":"node","@id":4448541783,"@timestamp":1476487573},"coords":"51.3762742,-0.9276202","bedrooms":"2","price":"298000","area":"580"} , +{"type":"Feature","id":"n4448551268","geometry":{"type":"Point","coordinates":[-0.1221667,51.5697875]},"properties":{"@type":"node","@id":4448551268,"@timestamp":1476488379},"coords":"51.5697875,-0.1221667","bedrooms":"0","price":"261000","area":"641"} , +{"type":"Feature","id":"n4448557433","geometry":{"type":"Point","coordinates":[-0.1228925,51.5695038]},"properties":{"@type":"node","@id":4448557433,"@timestamp":1476489732},"coords":"51.5695038,-0.1228925","bedrooms":"2","price":"280000","area":"422"} , +{"type":"Feature","id":"n4448557443","geometry":{"type":"Point","coordinates":[-0.1231191,51.5694696]},"properties":{"@type":"node","@id":4448557443,"@timestamp":1476489732},"coords":"51.5694696,-0.1231191","bedrooms":"2","price":"153000","area":"536"} , +{"type":"Feature","id":"n4448585824","geometry":{"type":"Point","coordinates":[-0.9028052,51.264121]},"properties":{"@type":"node","@id":4448585824,"@timestamp":1476494162},"coords":"51.264121,-0.9028052","bedrooms":"1","price":"157000","area":"542"} , +{"type":"Feature","id":"n4448957873","geometry":{"type":"Point","coordinates":[0.0692975,51.084253]},"properties":{"@type":"node","@id":4448957873,"@timestamp":1476526633},"coords":"51.084253,0.0692975","bedrooms":"0","price":"217000","area":"600"} , +{"type":"Feature","id":"n4448957888","geometry":{"type":"Point","coordinates":[0.076467,51.0763577]},"properties":{"@type":"node","@id":4448957888,"@timestamp":1476526634},"coords":"51.0763577,0.076467","bedrooms":"2","price":"172000","area":"432"} , +{"type":"Feature","id":"n4449095295","geometry":{"type":"Point","coordinates":[-0.0568254,51.484636]},"properties":{"@type":"node","@id":4449095295,"@timestamp":1581387303},"coords":"51.484636,-0.0568254","bedrooms":"1","price":"199000","area":"662"} , +{"type":"Feature","id":"n4449130789","geometry":{"type":"Point","coordinates":[0.0761849,51.5292695]},"properties":{"@type":"node","@id":4449130789,"@timestamp":1598794101},"coords":"51.5292695,0.0761849","bedrooms":"3","price":"273000","area":"589"} , +{"type":"Feature","id":"n4449382345","geometry":{"type":"Point","coordinates":[-0.3282286,51.1579474]},"properties":{"@type":"node","@id":4449382345,"@timestamp":1476546901},"coords":"51.1579474,-0.3282286","bedrooms":"0","price":"271000","area":"411"} , +{"type":"Feature","id":"n4449636377","geometry":{"type":"Point","coordinates":[-0.9747801,51.3779631]},"properties":{"@type":"node","@id":4449636377,"@timestamp":1476559368},"coords":"51.3779631,-0.9747801","bedrooms":"0","price":"242000","area":"414"} , +{"type":"Feature","id":"n4449695955","geometry":{"type":"Point","coordinates":[-0.9620782,51.4548293]},"properties":{"@type":"node","@id":4449695955,"@timestamp":1618734796},"coords":"51.4548293,-0.9620782","bedrooms":"2","price":"293000","area":"456"} , +{"type":"Feature","id":"n4449763357","geometry":{"type":"Point","coordinates":[-0.1398215,51.491688]},"properties":{"@type":"node","@id":4449763357,"@timestamp":1476565646},"coords":"51.491688,-0.1398215","bedrooms":"3","price":"163000","area":"461"} , +{"type":"Feature","id":"n4449813398","geometry":{"type":"Point","coordinates":[-0.1465117,51.5669314]},"properties":{"@type":"node","@id":4449813398,"@timestamp":1476568465},"coords":"51.5669314,-0.1465117","bedrooms":"1","price":"264000","area":"661"} , +{"type":"Feature","id":"n4449830196","geometry":{"type":"Point","coordinates":[-0.7109232,51.0882801]},"properties":{"@type":"node","@id":4449830196,"@timestamp":1476569248},"coords":"51.0882801,-0.7109232","bedrooms":"3","price":"239000","area":"592"} , +{"type":"Feature","id":"n4449866052","geometry":{"type":"Point","coordinates":[-0.1360477,51.5639357]},"properties":{"@type":"node","@id":4449866052,"@timestamp":1476572833},"coords":"51.5639357,-0.1360477","bedrooms":"0","price":"259000","area":"469"} , +{"type":"Feature","id":"n4449867320","geometry":{"type":"Point","coordinates":[-0.1382661,51.5643259]},"properties":{"@type":"node","@id":4449867320,"@timestamp":1476572833},"coords":"51.5643259,-0.1382661","bedrooms":"4","price":"198000","area":"648"} , +{"type":"Feature","id":"n4449879679","geometry":{"type":"Point","coordinates":[-0.1363027,51.5626968]},"properties":{"@type":"node","@id":4449879679,"@timestamp":1476574079},"coords":"51.5626968,-0.1363027","bedrooms":"0","price":"238000","area":"654"} , +{"type":"Feature","id":"n4449880109","geometry":{"type":"Point","coordinates":[-0.1367853,51.5630169]},"properties":{"@type":"node","@id":4449880109,"@timestamp":1476574079},"coords":"51.5630169,-0.1367853","bedrooms":"3","price":"175000","area":"668"} , +{"type":"Feature","id":"n4449881281","geometry":{"type":"Point","coordinates":[-0.1360077,51.5633804]},"properties":{"@type":"node","@id":4449881281,"@timestamp":1476574725},"coords":"51.5633804,-0.1360077","bedrooms":"4","price":"274000","area":"356"} , +{"type":"Feature","id":"n4449931732","geometry":{"type":"Point","coordinates":[-0.6165058,51.3186682]},"properties":{"@type":"node","@id":4449931732,"@timestamp":1584127372},"coords":"51.3186682,-0.6165058","bedrooms":"1","price":"230000","area":"638"} , +{"type":"Feature","id":"n4450085880","geometry":{"type":"Point","coordinates":[-0.1372328,51.5657624]},"properties":{"@type":"node","@id":4450085880,"@timestamp":1476602392},"coords":"51.5657624,-0.1372328","bedrooms":"3","price":"160000","area":"626"} , +{"type":"Feature","id":"n4450194876","geometry":{"type":"Point","coordinates":[-0.791808,51.6123657]},"properties":{"@type":"node","@id":4450194876,"@timestamp":1476610617},"coords":"51.6123657,-0.791808","bedrooms":"1","price":"247000","area":"615"} , +{"type":"Feature","id":"n4450251048","geometry":{"type":"Point","coordinates":[-0.8249404,51.6226356]},"properties":{"@type":"node","@id":4450251048,"@timestamp":1476612481},"coords":"51.6226356,-0.8249404","bedrooms":"3","price":"257000","area":"386"} , +{"type":"Feature","id":"n4450502004","geometry":{"type":"Point","coordinates":[-0.2886821,51.4824915]},"properties":{"@type":"node","@id":4450502004,"@timestamp":1590993046},"coords":"51.4824915,-0.2886821","bedrooms":"2","price":"259000","area":"358"} , +{"type":"Feature","id":"n4450733551","geometry":{"type":"Point","coordinates":[-0.4911624,51.3706116]},"properties":{"@type":"node","@id":4450733551,"@timestamp":1558123845},"coords":"51.3706116,-0.4911624","bedrooms":"4","price":"272000","area":"582"} , +{"type":"Feature","id":"n4451564583","geometry":{"type":"Point","coordinates":[-0.8283612,51.6226163]},"properties":{"@type":"node","@id":4451564583,"@timestamp":1476695476},"coords":"51.6226163,-0.8283612","bedrooms":"3","price":"280000","area":"396"} , +{"type":"Feature","id":"n4451566948","geometry":{"type":"Point","coordinates":[-0.828938,51.6222781]},"properties":{"@type":"node","@id":4451566948,"@timestamp":1476695477},"coords":"51.6222781,-0.828938","bedrooms":"4","price":"165000","area":"553"} , +{"type":"Feature","id":"n4451566997","geometry":{"type":"Point","coordinates":[-0.8226981,51.6204878]},"properties":{"@type":"node","@id":4451566997,"@timestamp":1476695478},"coords":"51.6204878,-0.8226981","bedrooms":"1","price":"198000","area":"664"} , +{"type":"Feature","id":"n4451596800","geometry":{"type":"Point","coordinates":[-0.8334039,51.6188828]},"properties":{"@type":"node","@id":4451596800,"@timestamp":1476697085},"coords":"51.6188828,-0.8334039","bedrooms":"0","price":"226000","area":"531"} , +{"type":"Feature","id":"n4451612465","geometry":{"type":"Point","coordinates":[-0.8276158,51.6196904]},"properties":{"@type":"node","@id":4451612465,"@timestamp":1476697840},"coords":"51.6196904,-0.8276158","bedrooms":"3","price":"150000","area":"445"} , +{"type":"Feature","id":"n4451622465","geometry":{"type":"Point","coordinates":[-0.8249039,51.62]},"properties":{"@type":"node","@id":4451622465,"@timestamp":1476698595},"coords":"51.62,-0.8249039","bedrooms":"0","price":"202000","area":"395"} , +{"type":"Feature","id":"n4451627733","geometry":{"type":"Point","coordinates":[-0.829123,51.6187761]},"properties":{"@type":"node","@id":4451627733,"@timestamp":1476699000},"coords":"51.6187761,-0.829123","bedrooms":"3","price":"288000","area":"414"} , +{"type":"Feature","id":"n4452424202","geometry":{"type":"Point","coordinates":[-0.1045044,51.5798433]},"properties":{"@type":"node","@id":4452424202,"@timestamp":1476734336},"coords":"51.5798433,-0.1045044","bedrooms":"1","price":"173000","area":"684"} , +{"type":"Feature","id":"n4452438092","geometry":{"type":"Point","coordinates":[-0.3151605,51.1686196]},"properties":{"@type":"node","@id":4452438092,"@timestamp":1614707553},"coords":"51.1686196,-0.3151605","bedrooms":"4","price":"296000","area":"692"} , +{"type":"Feature","id":"n4452476520","geometry":{"type":"Point","coordinates":[-0.0997218,51.5836016]},"properties":{"@type":"node","@id":4452476520,"@timestamp":1476737075},"coords":"51.5836016,-0.0997218","bedrooms":"1","price":"202000","area":"619"} , +{"type":"Feature","id":"n4452480458","geometry":{"type":"Point","coordinates":[-0.1000815,51.5836109]},"properties":{"@type":"node","@id":4452480458,"@timestamp":1617469920},"coords":"51.5836109,-0.1000815","bedrooms":"2","price":"237000","area":"610"} , +{"type":"Feature","id":"n4452500433","geometry":{"type":"Point","coordinates":[-0.1033681,51.5892048]},"properties":{"@type":"node","@id":4452500433,"@timestamp":1476738178},"coords":"51.5892048,-0.1033681","bedrooms":"3","price":"293000","area":"365"} , +{"type":"Feature","id":"n4452525390","geometry":{"type":"Point","coordinates":[-0.1029238,51.5904589]},"properties":{"@type":"node","@id":4452525390,"@timestamp":1522134933},"coords":"51.5904589,-0.1029238","bedrooms":"0","price":"226000","area":"692"} , +{"type":"Feature","id":"n4452540917","geometry":{"type":"Point","coordinates":[-0.1051534,51.5955631]},"properties":{"@type":"node","@id":4452540917,"@timestamp":1476740554},"coords":"51.5955631,-0.1051534","bedrooms":"2","price":"234000","area":"431"} , +{"type":"Feature","id":"n4452546221","geometry":{"type":"Point","coordinates":[-0.1095414,51.5964313]},"properties":{"@type":"node","@id":4452546221,"@timestamp":1476741395},"coords":"51.5964313,-0.1095414","bedrooms":"3","price":"284000","area":"480"} , +{"type":"Feature","id":"n4452577150","geometry":{"type":"Point","coordinates":[-0.1094583,51.6044833]},"properties":{"@type":"node","@id":4452577150,"@timestamp":1476742939},"coords":"51.6044833,-0.1094583","bedrooms":"3","price":"177000","area":"461"} , +{"type":"Feature","id":"n4452577175","geometry":{"type":"Point","coordinates":[-0.1099116,51.6043267]},"properties":{"@type":"node","@id":4452577175,"@timestamp":1476742940},"coords":"51.6043267,-0.1099116","bedrooms":"0","price":"236000","area":"557"} , +{"type":"Feature","id":"n4452584766","geometry":{"type":"Point","coordinates":[-0.1102643,51.6046798]},"properties":{"@type":"node","@id":4452584766,"@timestamp":1597334212},"coords":"51.6046798,-0.1102643","bedrooms":"2","price":"290000","area":"687"} , +{"type":"Feature","id":"n4452586237","geometry":{"type":"Point","coordinates":[-0.111199,51.6039502]},"properties":{"@type":"node","@id":4452586237,"@timestamp":1476744213},"coords":"51.6039502,-0.111199","bedrooms":"0","price":"258000","area":"525"} , +{"type":"Feature","id":"n4452606869","geometry":{"type":"Point","coordinates":[-0.1005979,51.5067707]},"properties":{"@type":"node","@id":4452606869,"@timestamp":1625396876},"coords":"51.5067707,-0.1005979","bedrooms":"0","price":"183000","area":"461"} , +{"type":"Feature","id":"n4453345657","geometry":{"type":"Point","coordinates":[-0.0847648,51.5146457]},"properties":{"@type":"node","@id":4453345657,"@timestamp":1476794036},"coords":"51.5146457,-0.0847648","bedrooms":"3","price":"218000","area":"370"} , +{"type":"Feature","id":"n4453745782","geometry":{"type":"Point","coordinates":[-0.1755152,51.5147449]},"properties":{"@type":"node","@id":4453745782,"@timestamp":1571986030},"coords":"51.5147449,-0.1755152","bedrooms":"3","price":"220000","area":"647"} , +{"type":"Feature","id":"n4453745994","geometry":{"type":"Point","coordinates":[-0.1759237,51.5147356]},"properties":{"@type":"node","@id":4453745994,"@timestamp":1572202602},"coords":"51.5147356,-0.1759237","bedrooms":"2","price":"220000","area":"687"} , +{"type":"Feature","id":"n4453817691","geometry":{"type":"Point","coordinates":[0.4752236,51.7338806]},"properties":{"@type":"node","@id":4453817691,"@timestamp":1581191422},"coords":"51.7338806,0.4752236","bedrooms":"3","price":"186000","area":"446"} , +{"type":"Feature","id":"n4453817701","geometry":{"type":"Point","coordinates":[0.4757869,51.733869]},"properties":{"@type":"node","@id":4453817701,"@timestamp":1581191422},"coords":"51.733869,0.4757869","bedrooms":"0","price":"164000","area":"653"} , +{"type":"Feature","id":"n4453955189","geometry":{"type":"Point","coordinates":[-0.1410399,51.4917118]},"properties":{"@type":"node","@id":4453955189,"@timestamp":1538456732},"coords":"51.4917118,-0.1410399","bedrooms":"0","price":"288000","area":"513"} , +{"type":"Feature","id":"n4454093793","geometry":{"type":"Point","coordinates":[-0.7269365,51.0872739]},"properties":{"@type":"node","@id":4454093793,"@timestamp":1476828451},"coords":"51.0872739,-0.7269365","bedrooms":"2","price":"233000","area":"412"} , +{"type":"Feature","id":"n4454120654","geometry":{"type":"Point","coordinates":[-0.0151834,51.1341439]},"properties":{"@type":"node","@id":4454120654,"@timestamp":1476829148},"coords":"51.1341439,-0.0151834","bedrooms":"3","price":"295000","area":"628"} , +{"type":"Feature","id":"n4454271657","geometry":{"type":"Point","coordinates":[-0.1404427,51.4919907]},"properties":{"@type":"node","@id":4454271657,"@timestamp":1476836357},"coords":"51.4919907,-0.1404427","bedrooms":"2","price":"240000","area":"472"} , +{"type":"Feature","id":"n4454752104","geometry":{"type":"Point","coordinates":[-0.1684103,51.1071435]},"properties":{"@type":"node","@id":4454752104,"@timestamp":1476868600},"coords":"51.1071435,-0.1684103","bedrooms":"3","price":"216000","area":"375"} , +{"type":"Feature","id":"n4454873949","geometry":{"type":"Point","coordinates":[-0.9774411,51.4362716]},"properties":{"@type":"node","@id":4454873949,"@timestamp":1627148213},"coords":"51.4362716,-0.9774411","bedrooms":"3","price":"194000","area":"364"} , +{"type":"Feature","id":"n4454920539","geometry":{"type":"Point","coordinates":[-1.0809009,51.9815631]},"properties":{"@type":"node","@id":4454920539,"@timestamp":1476876304},"coords":"51.9815631,-1.0809009","bedrooms":"1","price":"176000","area":"628"} , +{"type":"Feature","id":"n4455392437","geometry":{"type":"Point","coordinates":[0.827018,51.8841728]},"properties":{"@type":"node","@id":4455392437,"@timestamp":1598089528},"coords":"51.8841728,0.827018","bedrooms":"2","price":"278000","area":"508"} , +{"type":"Feature","id":"n4455633287","geometry":{"type":"Point","coordinates":[-0.3294336,51.0231603]},"properties":{"@type":"node","@id":4455633287,"@timestamp":1476908418},"coords":"51.0231603,-0.3294336","bedrooms":"4","price":"280000","area":"395"} , +{"type":"Feature","id":"n4455705224","geometry":{"type":"Point","coordinates":[-0.1375383,51.5648896]},"properties":{"@type":"node","@id":4455705224,"@timestamp":1476911948},"coords":"51.5648896,-0.1375383","bedrooms":"1","price":"253000","area":"555"} , +{"type":"Feature","id":"n4455739132","geometry":{"type":"Point","coordinates":[-0.1326094,51.5625285]},"properties":{"@type":"node","@id":4455739132,"@timestamp":1476914167},"coords":"51.5625285,-0.1326094","bedrooms":"3","price":"264000","area":"466"} , +{"type":"Feature","id":"n4455743247","geometry":{"type":"Point","coordinates":[-0.1332059,51.5625575]},"properties":{"@type":"node","@id":4455743247,"@timestamp":1476914166},"coords":"51.5625575,-0.1332059","bedrooms":"3","price":"279000","area":"688"} , +{"type":"Feature","id":"n4455767253","geometry":{"type":"Point","coordinates":[-0.1336244,51.5556722]},"properties":{"@type":"node","@id":4455767253,"@timestamp":1476916167},"coords":"51.5556722,-0.1336244","bedrooms":"1","price":"192000","area":"393"} , +{"type":"Feature","id":"n4455767279","geometry":{"type":"Point","coordinates":[-0.1347965,51.5549384]},"properties":{"@type":"node","@id":4455767279,"@timestamp":1476916168},"coords":"51.5549384,-0.1347965","bedrooms":"0","price":"247000","area":"568"} , +{"type":"Feature","id":"n4455772093","geometry":{"type":"Point","coordinates":[-0.134142,51.5560358]},"properties":{"@type":"node","@id":4455772093,"@timestamp":1476916168},"coords":"51.5560358,-0.134142","bedrooms":"0","price":"282000","area":"549"} , +{"type":"Feature","id":"n4455796123","geometry":{"type":"Point","coordinates":[-0.1937274,51.6087784]},"properties":{"@type":"node","@id":4455796123,"@timestamp":1476917696},"coords":"51.6087784,-0.1937274","bedrooms":"0","price":"297000","area":"472"} , +{"type":"Feature","id":"n4455802428","geometry":{"type":"Point","coordinates":[-0.1960051,51.608841]},"properties":{"@type":"node","@id":4455802428,"@timestamp":1476918100},"coords":"51.608841,-0.1960051","bedrooms":"0","price":"290000","area":"415"} , +{"type":"Feature","id":"n4455821794","geometry":{"type":"Point","coordinates":[-0.1943621,51.6112181]},"properties":{"@type":"node","@id":4455821794,"@timestamp":1476920050},"coords":"51.6112181,-0.1943621","bedrooms":"3","price":"293000","area":"621"} , +{"type":"Feature","id":"n4455826746","geometry":{"type":"Point","coordinates":[-0.1919764,51.6123239]},"properties":{"@type":"node","@id":4455826746,"@timestamp":1476920683},"coords":"51.6123239,-0.1919764","bedrooms":"2","price":"292000","area":"420"} , +{"type":"Feature","id":"n4455887689","geometry":{"type":"Point","coordinates":[-0.1755099,51.4274836]},"properties":{"@type":"node","@id":4455887689,"@timestamp":1564908067},"coords":"51.4274836,-0.1755099","bedrooms":"3","price":"169000","area":"379"} , +{"type":"Feature","id":"n4456465120","geometry":{"type":"Point","coordinates":[-0.427558,51.7250158]},"properties":{"@type":"node","@id":4456465120,"@timestamp":1476969935},"coords":"51.7250158,-0.427558","bedrooms":"3","price":"264000","area":"650"} , +{"type":"Feature","id":"n4456877131","geometry":{"type":"Point","coordinates":[-0.0705019,51.6610198]},"properties":{"@type":"node","@id":4456877131,"@timestamp":1616075065},"coords":"51.6610198,-0.0705019","bedrooms":"0","price":"261000","area":"368"} , +{"type":"Feature","id":"n4456889995","geometry":{"type":"Point","coordinates":[-0.0700969,51.6621877]},"properties":{"@type":"node","@id":4456889995,"@timestamp":1617193099},"coords":"51.6621877,-0.0700969","bedrooms":"1","price":"169000","area":"388"} , +{"type":"Feature","id":"n4456890012","geometry":{"type":"Point","coordinates":[-0.0696764,51.6626473]},"properties":{"@type":"node","@id":4456890012,"@timestamp":1636061042},"coords":"51.6626473,-0.0696764","bedrooms":"3","price":"242000","area":"531"} , +{"type":"Feature","id":"n4456894345","geometry":{"type":"Point","coordinates":[-0.0651809,51.6627921]},"properties":{"@type":"node","@id":4456894345,"@timestamp":1592310122},"coords":"51.6627921,-0.0651809","bedrooms":"0","price":"188000","area":"429"} , +{"type":"Feature","id":"n4456934179","geometry":{"type":"Point","coordinates":[-0.0634455,51.6634192]},"properties":{"@type":"node","@id":4456934179,"@timestamp":1477654019},"coords":"51.6634192,-0.0634455","bedrooms":"3","price":"237000","area":"409"} , +{"type":"Feature","id":"n4456940521","geometry":{"type":"Point","coordinates":[-0.1709969,51.4684305]},"properties":{"@type":"node","@id":4456940521,"@timestamp":1479388242},"coords":"51.4684305,-0.1709969","bedrooms":"3","price":"273000","area":"474"} , +{"type":"Feature","id":"n4456964505","geometry":{"type":"Point","coordinates":[-0.0514669,51.6637932]},"properties":{"@type":"node","@id":4456964505,"@timestamp":1602170464},"coords":"51.6637932,-0.0514669","bedrooms":"1","price":"269000","area":"520"} , +{"type":"Feature","id":"n4456964515","geometry":{"type":"Point","coordinates":[-0.0559461,51.6635723]},"properties":{"@type":"node","@id":4456964515,"@timestamp":1476992376},"coords":"51.6635723,-0.0559461","bedrooms":"4","price":"260000","area":"439"} , +{"type":"Feature","id":"n4457013922","geometry":{"type":"Point","coordinates":[-0.783203,51.1986497]},"properties":{"@type":"node","@id":4457013922,"@timestamp":1476994557},"coords":"51.1986497,-0.783203","bedrooms":"0","price":"165000","area":"670"} , +{"type":"Feature","id":"n4457290491","geometry":{"type":"Point","coordinates":[-0.1119611,51.5525759]},"properties":{"@type":"node","@id":4457290491,"@timestamp":1511054889},"coords":"51.5525759,-0.1119611","bedrooms":"3","price":"205000","area":"549"} , +{"type":"Feature","id":"n4457290513","geometry":{"type":"Point","coordinates":[-0.1278716,51.5634423]},"properties":{"@type":"node","@id":4457290513,"@timestamp":1477011245},"coords":"51.5634423,-0.1278716","bedrooms":"0","price":"268000","area":"446"} , +{"type":"Feature","id":"n4457839405","geometry":{"type":"Point","coordinates":[0.5948557,51.5938144]},"properties":{"@type":"node","@id":4457839405,"@timestamp":1609871128},"coords":"51.5938144,0.5948557","bedrooms":"4","price":"275000","area":"585"} , +{"type":"Feature","id":"n4458087560","geometry":{"type":"Point","coordinates":[0.2605257,51.8926236]},"properties":{"@type":"node","@id":4458087560,"@timestamp":1527804068},"coords":"51.8926236,0.2605257","bedrooms":"4","price":"154000","area":"422"} , +{"type":"Feature","id":"n4458337766","geometry":{"type":"Point","coordinates":[-0.8633909,51.2128103]},"properties":{"@type":"node","@id":4458337766,"@timestamp":1477079001},"coords":"51.2128103,-0.8633909","bedrooms":"0","price":"264000","area":"623"} , +{"type":"Feature","id":"n4458474766","geometry":{"type":"Point","coordinates":[-0.3266965,51.1701395]},"properties":{"@type":"node","@id":4458474766,"@timestamp":1477086629},"coords":"51.1701395,-0.3266965","bedrooms":"0","price":"252000","area":"499"} , +{"type":"Feature","id":"n4458475174","geometry":{"type":"Point","coordinates":[-0.1656914,51.4953117]},"properties":{"@type":"node","@id":4458475174,"@timestamp":1603991955},"coords":"51.4953117,-0.1656914","bedrooms":"1","price":"174000","area":"536"} , +{"type":"Feature","id":"n4458510230","geometry":{"type":"Point","coordinates":[-0.0356873,51.5121019]},"properties":{"@type":"node","@id":4458510230,"@timestamp":1635080509},"coords":"51.5121019,-0.0356873","bedrooms":"2","price":"212000","area":"560"} , +{"type":"Feature","id":"n4458549074","geometry":{"type":"Point","coordinates":[-0.1636232,51.4942916]},"properties":{"@type":"node","@id":4458549074,"@timestamp":1604294826},"coords":"51.4942916,-0.1636232","bedrooms":"3","price":"177000","area":"498"} , +{"type":"Feature","id":"n4458964027","geometry":{"type":"Point","coordinates":[0.1486233,51.0597495]},"properties":{"@type":"node","@id":4458964027,"@timestamp":1632407027},"coords":"51.0597495,0.1486233","bedrooms":"3","price":"174000","area":"696"} , +{"type":"Feature","id":"n4458964038","geometry":{"type":"Point","coordinates":[0.1412692,51.0357192]},"properties":{"@type":"node","@id":4458964038,"@timestamp":1632407027},"coords":"51.0357192,0.1412692","bedrooms":"0","price":"229000","area":"388"} , +{"type":"Feature","id":"n4458964049","geometry":{"type":"Point","coordinates":[0.1620958,51.0583378]},"properties":{"@type":"node","@id":4458964049,"@timestamp":1632407027},"coords":"51.0583378,0.1620958","bedrooms":"1","price":"285000","area":"581"} , +{"type":"Feature","id":"n4459176648","geometry":{"type":"Point","coordinates":[-0.1578106,51.4934518]},"properties":{"@type":"node","@id":4459176648,"@timestamp":1611381147},"coords":"51.4934518,-0.1578106","bedrooms":"4","price":"294000","area":"685"} , +{"type":"Feature","id":"n4459567595","geometry":{"type":"Point","coordinates":[-1.0797657,51.2061465]},"properties":{"@type":"node","@id":4459567595,"@timestamp":1477166020},"coords":"51.2061465,-1.0797657","bedrooms":"2","price":"201000","area":"620"} , +{"type":"Feature","id":"n4459690143","geometry":{"type":"Point","coordinates":[0.0710108,51.215827]},"properties":{"@type":"node","@id":4459690143,"@timestamp":1477173818},"coords":"51.215827,0.0710108","bedrooms":"2","price":"259000","area":"487"} , +{"type":"Feature","id":"n4460150275","geometry":{"type":"Point","coordinates":[-0.1913784,51.4712638]},"properties":{"@type":"node","@id":4460150275,"@timestamp":1477213597},"coords":"51.4712638,-0.1913784","bedrooms":"3","price":"185000","area":"569"} , +{"type":"Feature","id":"n4460225421","geometry":{"type":"Point","coordinates":[0.1405527,51.0703661]},"properties":{"@type":"node","@id":4460225421,"@timestamp":1477218109},"coords":"51.0703661,0.1405527","bedrooms":"1","price":"160000","area":"558"} , +{"type":"Feature","id":"n4460225433","geometry":{"type":"Point","coordinates":[0.1595976,51.0484932]},"properties":{"@type":"node","@id":4460225433,"@timestamp":1632407027},"coords":"51.0484932,0.1595976","bedrooms":"0","price":"242000","area":"476"} , +{"type":"Feature","id":"n4460236805","geometry":{"type":"Point","coordinates":[-0.8136732,51.213958]},"properties":{"@type":"node","@id":4460236805,"@timestamp":1477219025},"coords":"51.213958,-0.8136732","bedrooms":"3","price":"266000","area":"544"} , +{"type":"Feature","id":"n4460307365","geometry":{"type":"Point","coordinates":[-0.1406923,51.4930249]},"properties":{"@type":"node","@id":4460307365,"@timestamp":1477223197},"coords":"51.4930249,-0.1406923","bedrooms":"2","price":"184000","area":"355"} , +{"type":"Feature","id":"n4460487512","geometry":{"type":"Point","coordinates":[-0.3272702,51.1686659]},"properties":{"@type":"node","@id":4460487512,"@timestamp":1627935716},"coords":"51.1686659,-0.3272702","bedrooms":"3","price":"243000","area":"628"} , +{"type":"Feature","id":"n4460530936","geometry":{"type":"Point","coordinates":[-0.3307114,51.1665446]},"properties":{"@type":"node","@id":4460530936,"@timestamp":1477236231},"coords":"51.1665446,-0.3307114","bedrooms":"4","price":"201000","area":"426"} , +{"type":"Feature","id":"n4460530946","geometry":{"type":"Point","coordinates":[-0.3302606,51.1657174]},"properties":{"@type":"node","@id":4460530946,"@timestamp":1477236231},"coords":"51.1657174,-0.3302606","bedrooms":"1","price":"167000","area":"594"} , +{"type":"Feature","id":"n4460530970","geometry":{"type":"Point","coordinates":[-0.3304129,51.1650429]},"properties":{"@type":"node","@id":4460530970,"@timestamp":1477236232},"coords":"51.1650429,-0.3304129","bedrooms":"2","price":"249000","area":"479"} , +{"type":"Feature","id":"n4460660148","geometry":{"type":"Point","coordinates":[-0.044648,51.5380138]},"properties":{"@type":"node","@id":4460660148,"@timestamp":1581356546},"coords":"51.5380138,-0.044648","bedrooms":"3","price":"188000","area":"472"} , +{"type":"Feature","id":"n4460671593","geometry":{"type":"Point","coordinates":[-0.3367169,51.1633621]},"properties":{"@type":"node","@id":4460671593,"@timestamp":1477242595},"coords":"51.1633621,-0.3367169","bedrooms":"1","price":"191000","area":"588"} , +{"type":"Feature","id":"n4460828420","geometry":{"type":"Point","coordinates":[-0.0297065,51.4892163]},"properties":{"@type":"node","@id":4460828420,"@timestamp":1477250625},"coords":"51.4892163,-0.0297065","bedrooms":"2","price":"265000","area":"539"} , +{"type":"Feature","id":"n4460970079","geometry":{"type":"Point","coordinates":[-0.0351164,51.1374537]},"properties":{"@type":"node","@id":4460970079,"@timestamp":1617727174},"coords":"51.1374537,-0.0351164","bedrooms":"4","price":"191000","area":"590"} , +{"type":"Feature","id":"n4460971059","geometry":{"type":"Point","coordinates":[0.2019342,51.1899135]},"properties":{"@type":"node","@id":4460971059,"@timestamp":1477257742},"coords":"51.1899135,0.2019342","bedrooms":"4","price":"258000","area":"617"} , +{"type":"Feature","id":"n4461142659","geometry":{"type":"Point","coordinates":[-0.0625681,51.518414]},"properties":{"@type":"node","@id":4461142659,"@timestamp":1635550253},"coords":"51.518414,-0.0625681","bedrooms":"2","price":"266000","area":"511"} , +{"type":"Feature","id":"n4461954579","geometry":{"type":"Point","coordinates":[0.0013677,51.5230646]},"properties":{"@type":"node","@id":4461954579,"@timestamp":1477320089},"coords":"51.5230646,0.0013677","bedrooms":"2","price":"297000","area":"593"} , +{"type":"Feature","id":"n4462380798","geometry":{"type":"Point","coordinates":[-0.9734241,51.3843578]},"properties":{"@type":"node","@id":4462380798,"@timestamp":1629297987},"coords":"51.3843578,-0.9734241","bedrooms":"1","price":"178000","area":"562"} , +{"type":"Feature","id":"n4462564554","geometry":{"type":"Point","coordinates":[-0.1398528,51.4934795]},"properties":{"@type":"node","@id":4462564554,"@timestamp":1477347613},"coords":"51.4934795,-0.1398528","bedrooms":"2","price":"207000","area":"480"} , +{"type":"Feature","id":"n4462664427","geometry":{"type":"Point","coordinates":[-0.1061553,51.5196195]},"properties":{"@type":"node","@id":4462664427,"@timestamp":1537674556},"coords":"51.5196195,-0.1061553","bedrooms":"2","price":"284000","area":"662"} , +{"type":"Feature","id":"n4463286730","geometry":{"type":"Point","coordinates":[-0.2830482,51.1097783]},"properties":{"@type":"node","@id":4463286730,"@timestamp":1477396817},"coords":"51.1097783,-0.2830482","bedrooms":"2","price":"220000","area":"537"} , +{"type":"Feature","id":"n4463286740","geometry":{"type":"Point","coordinates":[-0.2840811,51.1095871]},"properties":{"@type":"node","@id":4463286740,"@timestamp":1620763052},"coords":"51.1095871,-0.2840811","bedrooms":"0","price":"155000","area":"477"} , +{"type":"Feature","id":"n4463305201","geometry":{"type":"Point","coordinates":[-0.3128522,51.1117458]},"properties":{"@type":"node","@id":4463305201,"@timestamp":1477397957},"coords":"51.1117458,-0.3128522","bedrooms":"4","price":"188000","area":"386"} , +{"type":"Feature","id":"n4463413665","geometry":{"type":"Point","coordinates":[-0.7745271,51.2372638]},"properties":{"@type":"node","@id":4463413665,"@timestamp":1477402389},"coords":"51.2372638,-0.7745271","bedrooms":"2","price":"176000","area":"356"} , +{"type":"Feature","id":"n4463918041","geometry":{"type":"Point","coordinates":[0.2605079,51.8925678]},"properties":{"@type":"node","@id":4463918041,"@timestamp":1477423914},"coords":"51.8925678,0.2605079","bedrooms":"3","price":"265000","area":"374"} , +{"type":"Feature","id":"n4463920589","geometry":{"type":"Point","coordinates":[-0.277237,51.1234559]},"properties":{"@type":"node","@id":4463920589,"@timestamp":1477423795},"coords":"51.1234559,-0.277237","bedrooms":"1","price":"155000","area":"612"} , +{"type":"Feature","id":"n4464032210","geometry":{"type":"Point","coordinates":[-0.0841999,51.6500872]},"properties":{"@type":"node","@id":4464032210,"@timestamp":1477428881},"coords":"51.6500872,-0.0841999","bedrooms":"4","price":"216000","area":"670"} , +{"type":"Feature","id":"n4464079654","geometry":{"type":"Point","coordinates":[-0.0834315,51.6504309]},"properties":{"@type":"node","@id":4464079654,"@timestamp":1477431083},"coords":"51.6504309,-0.0834315","bedrooms":"2","price":"232000","area":"587"} , +{"type":"Feature","id":"n4464099626","geometry":{"type":"Point","coordinates":[-0.0811172,51.6511532]},"properties":{"@type":"node","@id":4464099626,"@timestamp":1559408182},"coords":"51.6511532,-0.0811172","bedrooms":"0","price":"292000","area":"624"} , +{"type":"Feature","id":"n4464105193","geometry":{"type":"Point","coordinates":[-0.2998386,51.1129487]},"properties":{"@type":"node","@id":4464105193,"@timestamp":1477432546},"coords":"51.1129487,-0.2998386","bedrooms":"1","price":"188000","area":"523"} , +{"type":"Feature","id":"n4464105218","geometry":{"type":"Point","coordinates":[-0.3013782,51.1142015]},"properties":{"@type":"node","@id":4464105218,"@timestamp":1477432546},"coords":"51.1142015,-0.3013782","bedrooms":"1","price":"247000","area":"647"} , +{"type":"Feature","id":"n4464109364","geometry":{"type":"Point","coordinates":[-0.3016894,51.1120428]},"properties":{"@type":"node","@id":4464109364,"@timestamp":1477432879},"coords":"51.1120428,-0.3016894","bedrooms":"1","price":"250000","area":"542"} , +{"type":"Feature","id":"n4464115091","geometry":{"type":"Point","coordinates":[-0.2565785,51.5915561]},"properties":{"@type":"node","@id":4464115091,"@timestamp":1477435571},"coords":"51.5915561,-0.2565785","bedrooms":"4","price":"245000","area":"367"} , +{"type":"Feature","id":"n4464141003","geometry":{"type":"Point","coordinates":[-0.354484,51.0795187]},"properties":{"@type":"node","@id":4464141003,"@timestamp":1477435986},"coords":"51.0795187,-0.354484","bedrooms":"4","price":"286000","area":"515"} , +{"type":"Feature","id":"n4464561481","geometry":{"type":"Point","coordinates":[-0.1098894,51.6135216]},"properties":{"@type":"node","@id":4464561481,"@timestamp":1596244997},"coords":"51.6135216,-0.1098894","bedrooms":"2","price":"276000","area":"579"} , +{"type":"Feature","id":"n4464927773","geometry":{"type":"Point","coordinates":[-0.0620489,51.6396289]},"properties":{"@type":"node","@id":4464927773,"@timestamp":1477493352},"coords":"51.6396289,-0.0620489","bedrooms":"3","price":"203000","area":"358"} , +{"type":"Feature","id":"n4464927891","geometry":{"type":"Point","coordinates":[-0.0631179,51.6399022]},"properties":{"@type":"node","@id":4464927891,"@timestamp":1477493352},"coords":"51.6399022,-0.0631179","bedrooms":"1","price":"176000","area":"467"} , +{"type":"Feature","id":"n4465171151","geometry":{"type":"Point","coordinates":[-0.1310653,51.0736951]},"properties":{"@type":"node","@id":4465171151,"@timestamp":1477502433},"coords":"51.0736951,-0.1310653","bedrooms":"1","price":"243000","area":"632"} , +{"type":"Feature","id":"n4465343610","geometry":{"type":"Point","coordinates":[-0.1273647,51.5826112]},"properties":{"@type":"node","@id":4465343610,"@timestamp":1477509053},"coords":"51.5826112,-0.1273647","bedrooms":"1","price":"281000","area":"565"} , +{"type":"Feature","id":"n4465599297","geometry":{"type":"Point","coordinates":[-0.1263109,51.499926]},"properties":{"@type":"node","@id":4465599297,"@timestamp":1582859831},"coords":"51.499926,-0.1263109","bedrooms":"2","price":"189000","area":"558"} , +{"type":"Feature","id":"n4466482066","geometry":{"type":"Point","coordinates":[-0.020079,51.52832]},"properties":{"@type":"node","@id":4466482066,"@timestamp":1618662698},"coords":"51.52832,-0.020079","bedrooms":"3","price":"168000","area":"490"} , +{"type":"Feature","id":"n4467699570","geometry":{"type":"Point","coordinates":[-0.0602753,51.6613139]},"properties":{"@type":"node","@id":4467699570,"@timestamp":1602170464},"coords":"51.6613139,-0.0602753","bedrooms":"3","price":"172000","area":"684"} , +{"type":"Feature","id":"n4467703925","geometry":{"type":"Point","coordinates":[-0.0600897,51.6602886]},"properties":{"@type":"node","@id":4467703925,"@timestamp":1477650016},"coords":"51.6602886,-0.0600897","bedrooms":"3","price":"222000","area":"426"} , +{"type":"Feature","id":"n4467712645","geometry":{"type":"Point","coordinates":[-0.062069,51.6611861]},"properties":{"@type":"node","@id":4467712645,"@timestamp":1477650679},"coords":"51.6611861,-0.062069","bedrooms":"3","price":"185000","area":"598"} , +{"type":"Feature","id":"n4467712656","geometry":{"type":"Point","coordinates":[-0.0620073,51.661469]},"properties":{"@type":"node","@id":4467712656,"@timestamp":1477650680},"coords":"51.661469,-0.0620073","bedrooms":"0","price":"229000","area":"673"} , +{"type":"Feature","id":"n4467722288","geometry":{"type":"Point","coordinates":[-0.0604168,51.6636402]},"properties":{"@type":"node","@id":4467722288,"@timestamp":1477652968},"coords":"51.6636402,-0.0604168","bedrooms":"4","price":"275000","area":"690"} , +{"type":"Feature","id":"n4467723198","geometry":{"type":"Point","coordinates":[-0.0609431,51.6634786]},"properties":{"@type":"node","@id":4467723198,"@timestamp":1477651135},"coords":"51.6634786,-0.0609431","bedrooms":"1","price":"243000","area":"498"} , +{"type":"Feature","id":"n4467741165","geometry":{"type":"Point","coordinates":[-0.0622888,51.6632857]},"properties":{"@type":"node","@id":4467741165,"@timestamp":1515616065},"coords":"51.6632857,-0.0622888","bedrooms":"1","price":"263000","area":"635"} , +{"type":"Feature","id":"n4467756364","geometry":{"type":"Point","coordinates":[-0.061141,51.6643955]},"properties":{"@type":"node","@id":4467756364,"@timestamp":1602170464},"coords":"51.6643955,-0.061141","bedrooms":"0","price":"170000","area":"369"} , +{"type":"Feature","id":"n4467756381","geometry":{"type":"Point","coordinates":[-0.0602015,51.6640454]},"properties":{"@type":"node","@id":4467756381,"@timestamp":1602170464},"coords":"51.6640454,-0.0602015","bedrooms":"4","price":"153000","area":"555"} , +{"type":"Feature","id":"n4467756492","geometry":{"type":"Point","coordinates":[-0.0602612,51.6639014]},"properties":{"@type":"node","@id":4467756492,"@timestamp":1602170464},"coords":"51.6639014,-0.0602612","bedrooms":"2","price":"233000","area":"455"} , +{"type":"Feature","id":"n4467756505","geometry":{"type":"Point","coordinates":[-0.0609183,51.6641476]},"properties":{"@type":"node","@id":4467756505,"@timestamp":1477654018},"coords":"51.6641476,-0.0609183","bedrooms":"1","price":"171000","area":"387"} , +{"type":"Feature","id":"n4467774391","geometry":{"type":"Point","coordinates":[-0.0599775,51.6640455]},"properties":{"@type":"node","@id":4467774391,"@timestamp":1602170464},"coords":"51.6640455,-0.0599775","bedrooms":"0","price":"285000","area":"642"} , +{"type":"Feature","id":"n4467994649","geometry":{"type":"Point","coordinates":[0.0625794,51.6595696]},"properties":{"@type":"node","@id":4467994649,"@timestamp":1477662728},"coords":"51.6595696,0.0625794","bedrooms":"1","price":"183000","area":"605"} , +{"type":"Feature","id":"n4468684582","geometry":{"type":"Point","coordinates":[-0.1973575,51.4240126]},"properties":{"@type":"node","@id":4468684582,"@timestamp":1564908073},"coords":"51.4240126,-0.1973575","bedrooms":"1","price":"169000","area":"444"} , +{"type":"Feature","id":"n4469262381","geometry":{"type":"Point","coordinates":[-0.7574533,51.1851739]},"properties":{"@type":"node","@id":4469262381,"@timestamp":1477690375},"coords":"51.1851739,-0.7574533","bedrooms":"4","price":"159000","area":"574"} , +{"type":"Feature","id":"n4469282561","geometry":{"type":"Point","coordinates":[-0.7566218,51.1853001]},"properties":{"@type":"node","@id":4469282561,"@timestamp":1477690869},"coords":"51.1853001,-0.7566218","bedrooms":"0","price":"207000","area":"698"} , +{"type":"Feature","id":"n4469414541","geometry":{"type":"Point","coordinates":[0.0566174,51.6522645]},"properties":{"@type":"node","@id":4469414541,"@timestamp":1477695563},"coords":"51.6522645,0.0566174","bedrooms":"3","price":"263000","area":"571"} , +{"type":"Feature","id":"n4469420404","geometry":{"type":"Point","coordinates":[-0.0069867,51.481548]},"properties":{"@type":"node","@id":4469420404,"@timestamp":1564908073},"coords":"51.481548,-0.0069867","bedrooms":"0","price":"161000","area":"382"} , +{"type":"Feature","id":"n4469430319","geometry":{"type":"Point","coordinates":[-0.0014674,51.5318758]},"properties":{"@type":"node","@id":4469430319,"@timestamp":1590808139},"coords":"51.5318758,-0.0014674","bedrooms":"0","price":"216000","area":"667"} , +{"type":"Feature","id":"n4469847372","geometry":{"type":"Point","coordinates":[0.2168298,51.0411318]},"properties":{"@type":"node","@id":4469847372,"@timestamp":1477738478},"coords":"51.0411318,0.2168298","bedrooms":"1","price":"187000","area":"404"} , +{"type":"Feature","id":"n4469847385","geometry":{"type":"Point","coordinates":[0.2223922,51.0451105]},"properties":{"@type":"node","@id":4469847385,"@timestamp":1477738478},"coords":"51.0451105,0.2223922","bedrooms":"1","price":"263000","area":"686"} , +{"type":"Feature","id":"n4469914140","geometry":{"type":"Point","coordinates":[-0.3801114,51.2592738]},"properties":{"@type":"node","@id":4469914140,"@timestamp":1477743155},"coords":"51.2592738,-0.3801114","bedrooms":"4","price":"284000","area":"634"} , +{"type":"Feature","id":"n4470135546","geometry":{"type":"Point","coordinates":[-0.1398216,51.4941556]},"properties":{"@type":"node","@id":4470135546,"@timestamp":1477754558},"coords":"51.4941556,-0.1398216","bedrooms":"0","price":"158000","area":"350"} , +{"type":"Feature","id":"n4471287358","geometry":{"type":"Point","coordinates":[-0.1386921,51.4947192]},"properties":{"@type":"node","@id":4471287358,"@timestamp":1477829717},"coords":"51.4947192,-0.1386921","bedrooms":"4","price":"234000","area":"663"} , +{"type":"Feature","id":"n4471576822","geometry":{"type":"Point","coordinates":[-0.1845445,51.5109869]},"properties":{"@type":"node","@id":4471576822,"@timestamp":1575384151},"coords":"51.5109869,-0.1845445","bedrooms":"1","price":"156000","area":"620"} , +{"type":"Feature","id":"n4471662596","geometry":{"type":"Point","coordinates":[-0.0816574,51.5550386]},"properties":{"@type":"node","@id":4471662596,"@timestamp":1480872533},"coords":"51.5550386,-0.0816574","bedrooms":"4","price":"225000","area":"429"} , +{"type":"Feature","id":"n4471699476","geometry":{"type":"Point","coordinates":[-0.0922185,51.501213]},"properties":{"@type":"node","@id":4471699476,"@timestamp":1477851087},"coords":"51.501213,-0.0922185","bedrooms":"1","price":"239000","area":"404"} , +{"type":"Feature","id":"n4471699488","geometry":{"type":"Point","coordinates":[-0.1466444,51.467024]},"properties":{"@type":"node","@id":4471699488,"@timestamp":1477851091},"coords":"51.467024,-0.1466444","bedrooms":"0","price":"158000","area":"582"} , +{"type":"Feature","id":"n4471747466","geometry":{"type":"Point","coordinates":[-0.1380593,51.4968004]},"properties":{"@type":"node","@id":4471747466,"@timestamp":1477951935},"coords":"51.4968004,-0.1380593","bedrooms":"4","price":"219000","area":"566"} , +{"type":"Feature","id":"n4471920600","geometry":{"type":"Point","coordinates":[-1.1013398,51.2456996]},"properties":{"@type":"node","@id":4471920600,"@timestamp":1477863966},"coords":"51.2456996,-1.1013398","bedrooms":"0","price":"194000","area":"534"} , +{"type":"Feature","id":"n4472092366","geometry":{"type":"Point","coordinates":[-0.1002089,51.3255851]},"properties":{"@type":"node","@id":4472092366,"@timestamp":1582479787},"coords":"51.3255851,-0.1002089","bedrooms":"1","price":"203000","area":"537"} , +{"type":"Feature","id":"n4473563192","geometry":{"type":"Point","coordinates":[-0.0651491,51.6050905]},"properties":{"@type":"node","@id":4473563192,"@timestamp":1554722251},"coords":"51.6050905,-0.0651491","bedrooms":"0","price":"222000","area":"370"} , +{"type":"Feature","id":"n4474303973","geometry":{"type":"Point","coordinates":[-1.0356048,51.10619]},"properties":{"@type":"node","@id":4474303973,"@timestamp":1477954460},"coords":"51.10619,-1.0356048","bedrooms":"4","price":"163000","area":"393"} , +{"type":"Feature","id":"n4475134600","geometry":{"type":"Point","coordinates":[-0.1452018,51.512227]},"properties":{"@type":"node","@id":4475134600,"@timestamp":1576060260},"coords":"51.512227,-0.1452018","bedrooms":"1","price":"254000","area":"688"} , +{"type":"Feature","id":"n4476049260","geometry":{"type":"Point","coordinates":[-0.1749544,51.5392129]},"properties":{"@type":"node","@id":4476049260,"@timestamp":1561387331},"coords":"51.5392129,-0.1749544","bedrooms":"4","price":"286000","area":"666"} , +{"type":"Feature","id":"n4477460479","geometry":{"type":"Point","coordinates":[-0.9717533,51.4533184]},"properties":{"@type":"node","@id":4477460479,"@timestamp":1592514014},"coords":"51.4533184,-0.9717533","bedrooms":"3","price":"290000","area":"467"} , +{"type":"Feature","id":"n4477469141","geometry":{"type":"Point","coordinates":[-0.9728911,51.4556147]},"properties":{"@type":"node","@id":4477469141,"@timestamp":1486052360},"coords":"51.4556147,-0.9728911","bedrooms":"4","price":"190000","area":"569"} , +{"type":"Feature","id":"n4477473202","geometry":{"type":"Point","coordinates":[-0.7224003,51.5245164]},"properties":{"@type":"node","@id":4477473202,"@timestamp":1478110791},"coords":"51.5245164,-0.7224003","bedrooms":"4","price":"155000","area":"545"} , +{"type":"Feature","id":"n4477473212","geometry":{"type":"Point","coordinates":[-0.7243147,51.5234108]},"properties":{"@type":"node","@id":4477473212,"@timestamp":1478110791},"coords":"51.5234108,-0.7243147","bedrooms":"1","price":"248000","area":"603"} , +{"type":"Feature","id":"n4477473224","geometry":{"type":"Point","coordinates":[-0.7233471,51.5248168]},"properties":{"@type":"node","@id":4477473224,"@timestamp":1478110791},"coords":"51.5248168,-0.7233471","bedrooms":"4","price":"159000","area":"582"} , +{"type":"Feature","id":"n4477982223","geometry":{"type":"Point","coordinates":[0.0004196,51.5304672]},"properties":{"@type":"node","@id":4477982223,"@timestamp":1590509652},"coords":"51.5304672,0.0004196","bedrooms":"4","price":"282000","area":"510"} , +{"type":"Feature","id":"n4478047744","geometry":{"type":"Point","coordinates":[-0.0106055,51.5278942]},"properties":{"@type":"node","@id":4478047744,"@timestamp":1484504221},"coords":"51.5278942,-0.0106055","bedrooms":"2","price":"200000","area":"365"} , +{"type":"Feature","id":"n4478049875","geometry":{"type":"Point","coordinates":[-0.0133074,51.5269979]},"properties":{"@type":"node","@id":4478049875,"@timestamp":1478129314},"coords":"51.5269979,-0.0133074","bedrooms":"1","price":"153000","area":"606"} , +{"type":"Feature","id":"n4478327824","geometry":{"type":"Point","coordinates":[0.2853117,51.9099275]},"properties":{"@type":"node","@id":4478327824,"@timestamp":1478153549},"coords":"51.9099275,0.2853117","bedrooms":"2","price":"155000","area":"446"} , +{"type":"Feature","id":"n4478925895","geometry":{"type":"Point","coordinates":[-0.1214501,51.5667654]},"properties":{"@type":"node","@id":4478925895,"@timestamp":1478170584},"coords":"51.5667654,-0.1214501","bedrooms":"4","price":"264000","area":"537"} , +{"type":"Feature","id":"n4478941435","geometry":{"type":"Point","coordinates":[-0.121824,51.5667077]},"properties":{"@type":"node","@id":4478941435,"@timestamp":1478171187},"coords":"51.5667077,-0.121824","bedrooms":"0","price":"159000","area":"598"} , +{"type":"Feature","id":"n4479024983","geometry":{"type":"Point","coordinates":[-0.4442489,51.7145378]},"properties":{"@type":"node","@id":4479024983,"@timestamp":1543778986},"coords":"51.7145378,-0.4442489","bedrooms":"4","price":"244000","area":"693"} , +{"type":"Feature","id":"n4480804336","geometry":{"type":"Point","coordinates":[-0.7046163,51.0878146]},"properties":{"@type":"node","@id":4480804336,"@timestamp":1478211321},"coords":"51.0878146,-0.7046163","bedrooms":"4","price":"239000","area":"561"} , +{"type":"Feature","id":"n4480934030","geometry":{"type":"Point","coordinates":[-0.0913916,51.5699765]},"properties":{"@type":"node","@id":4480934030,"@timestamp":1478217285},"coords":"51.5699765,-0.0913916","bedrooms":"0","price":"208000","area":"626"} , +{"type":"Feature","id":"n4480990823","geometry":{"type":"Point","coordinates":[-0.2418993,51.5960961]},"properties":{"@type":"node","@id":4480990823,"@timestamp":1478224012},"coords":"51.5960961,-0.2418993","bedrooms":"3","price":"223000","area":"549"} , +{"type":"Feature","id":"n4480990833","geometry":{"type":"Point","coordinates":[-0.2413989,51.5950865]},"properties":{"@type":"node","@id":4480990833,"@timestamp":1478224012},"coords":"51.5950865,-0.2413989","bedrooms":"1","price":"238000","area":"408"} , +{"type":"Feature","id":"n4480990843","geometry":{"type":"Point","coordinates":[-0.2413129,51.5960416]},"properties":{"@type":"node","@id":4480990843,"@timestamp":1478224013},"coords":"51.5960416,-0.2413129","bedrooms":"2","price":"164000","area":"351"} , +{"type":"Feature","id":"n4480990865","geometry":{"type":"Point","coordinates":[-0.2430036,51.5958188]},"properties":{"@type":"node","@id":4480990865,"@timestamp":1478224013},"coords":"51.5958188,-0.2430036","bedrooms":"0","price":"228000","area":"422"} , +{"type":"Feature","id":"n4481646022","geometry":{"type":"Point","coordinates":[-1.0657411,51.7731779]},"properties":{"@type":"node","@id":4481646022,"@timestamp":1478263347},"coords":"51.7731779,-1.0657411","bedrooms":"2","price":"274000","area":"621"} , +{"type":"Feature","id":"n4481700736","geometry":{"type":"Point","coordinates":[-0.0594462,51.5181547]},"properties":{"@type":"node","@id":4481700736,"@timestamp":1629182222},"coords":"51.5181547,-0.0594462","bedrooms":"3","price":"211000","area":"375"} , +{"type":"Feature","id":"n4482069298","geometry":{"type":"Point","coordinates":[-1.0954358,51.7179246]},"properties":{"@type":"node","@id":4482069298,"@timestamp":1478274844},"coords":"51.7179246,-1.0954358","bedrooms":"1","price":"260000","area":"417"} , +{"type":"Feature","id":"n4482995890","geometry":{"type":"Point","coordinates":[-0.2578311,51.5922289]},"properties":{"@type":"node","@id":4482995890,"@timestamp":1515861448},"coords":"51.5922289,-0.2578311","bedrooms":"0","price":"238000","area":"560"} , +{"type":"Feature","id":"n4483053140","geometry":{"type":"Point","coordinates":[-0.121143,51.5666182]},"properties":{"@type":"node","@id":4483053140,"@timestamp":1478300759},"coords":"51.5666182,-0.121143","bedrooms":"3","price":"196000","area":"492"} , +{"type":"Feature","id":"n4483108003","geometry":{"type":"Point","coordinates":[-0.1208664,51.5662018]},"properties":{"@type":"node","@id":4483108003,"@timestamp":1478303783},"coords":"51.5662018,-0.1208664","bedrooms":"1","price":"162000","area":"691"} , +{"type":"Feature","id":"n4483118739","geometry":{"type":"Point","coordinates":[-0.1188573,51.5640141]},"properties":{"@type":"node","@id":4483118739,"@timestamp":1478304771},"coords":"51.5640141,-0.1188573","bedrooms":"4","price":"298000","area":"610"} , +{"type":"Feature","id":"n4483213262","geometry":{"type":"Point","coordinates":[0.0808233,51.5803157]},"properties":{"@type":"node","@id":4483213262,"@timestamp":1627400566},"coords":"51.5803157,0.0808233","bedrooms":"1","price":"246000","area":"401"} , +{"type":"Feature","id":"n4483757205","geometry":{"type":"Point","coordinates":[0.1399363,51.106016]},"properties":{"@type":"node","@id":4483757205,"@timestamp":1478346756},"coords":"51.106016,0.1399363","bedrooms":"1","price":"265000","area":"618"} , +{"type":"Feature","id":"n4483914888","geometry":{"type":"Point","coordinates":[-0.0854604,51.5597522]},"properties":{"@type":"node","@id":4483914888,"@timestamp":1478356546},"coords":"51.5597522,-0.0854604","bedrooms":"1","price":"154000","area":"579"} , +{"type":"Feature","id":"n4483915008","geometry":{"type":"Point","coordinates":[-0.0867595,51.559572]},"properties":{"@type":"node","@id":4483915008,"@timestamp":1478356546},"coords":"51.559572,-0.0867595","bedrooms":"3","price":"262000","area":"668"} , +{"type":"Feature","id":"n4483915018","geometry":{"type":"Point","coordinates":[-0.0894203,51.5593953]},"properties":{"@type":"node","@id":4483915018,"@timestamp":1478356547},"coords":"51.5593953,-0.0894203","bedrooms":"3","price":"174000","area":"546"} , +{"type":"Feature","id":"n4484409374","geometry":{"type":"Point","coordinates":[-0.0298018,51.5357561]},"properties":{"@type":"node","@id":4484409374,"@timestamp":1632051314},"coords":"51.5357561,-0.0298018","bedrooms":"1","price":"203000","area":"395"} , +{"type":"Feature","id":"n4484691959","geometry":{"type":"Point","coordinates":[0.0376536,51.4919673]},"properties":{"@type":"node","@id":4484691959,"@timestamp":1591043290},"coords":"51.4919673,0.0376536","bedrooms":"3","price":"185000","area":"480"} , +{"type":"Feature","id":"n4485151686","geometry":{"type":"Point","coordinates":[-0.0042505,50.9716778]},"properties":{"@type":"node","@id":4485151686,"@timestamp":1478426187},"coords":"50.9716778,-0.0042505","bedrooms":"2","price":"292000","area":"371"} , +{"type":"Feature","id":"n4485338999","geometry":{"type":"Point","coordinates":[0.248076,50.9700298]},"properties":{"@type":"node","@id":4485338999,"@timestamp":1478437835},"coords":"50.9700298,0.248076","bedrooms":"4","price":"292000","area":"428"} , +{"type":"Feature","id":"n4485557681","geometry":{"type":"Point","coordinates":[0.3711182,51.4424077]},"properties":{"@type":"node","@id":4485557681,"@timestamp":1478447256},"coords":"51.4424077,0.3711182","bedrooms":"0","price":"224000","area":"559"} , +{"type":"Feature","id":"n4485577758","geometry":{"type":"Point","coordinates":[0.3719149,51.4419412]},"properties":{"@type":"node","@id":4485577758,"@timestamp":1478448285},"coords":"51.4419412,0.3719149","bedrooms":"3","price":"227000","area":"413"} , +{"type":"Feature","id":"n4485727696","geometry":{"type":"Point","coordinates":[-0.1787285,51.1612602]},"properties":{"@type":"node","@id":4485727696,"@timestamp":1506161831},"coords":"51.1612602,-0.1787285","bedrooms":"3","price":"196000","area":"629"} , +{"type":"Feature","id":"n4485727707","geometry":{"type":"Point","coordinates":[-0.1781545,51.1608363]},"properties":{"@type":"node","@id":4485727707,"@timestamp":1565318054},"coords":"51.1608363,-0.1781545","bedrooms":"0","price":"266000","area":"514"} , +{"type":"Feature","id":"n4485727717","geometry":{"type":"Point","coordinates":[-0.1779128,51.1601882]},"properties":{"@type":"node","@id":4485727717,"@timestamp":1503333932},"coords":"51.1601882,-0.1779128","bedrooms":"4","price":"205000","area":"600"} , +{"type":"Feature","id":"n4485745425","geometry":{"type":"Point","coordinates":[-0.1770676,51.161029]},"properties":{"@type":"node","@id":4485745425,"@timestamp":1478455110},"coords":"51.161029,-0.1770676","bedrooms":"2","price":"268000","area":"493"} , +{"type":"Feature","id":"n4485811152","geometry":{"type":"Point","coordinates":[-0.1447883,51.5379575]},"properties":{"@type":"node","@id":4485811152,"@timestamp":1478457433},"coords":"51.5379575,-0.1447883","bedrooms":"3","price":"271000","area":"668"} , +{"type":"Feature","id":"n4485819496","geometry":{"type":"Point","coordinates":[-0.1456514,51.5383504]},"properties":{"@type":"node","@id":4485819496,"@timestamp":1498468832},"coords":"51.5383504,-0.1456514","bedrooms":"0","price":"227000","area":"384"} , +{"type":"Feature","id":"n4485902896","geometry":{"type":"Point","coordinates":[0.3692035,51.4415366]},"properties":{"@type":"node","@id":4485902896,"@timestamp":1478461690},"coords":"51.4415366,0.3692035","bedrooms":"0","price":"222000","area":"418"} , +{"type":"Feature","id":"n4485911072","geometry":{"type":"Point","coordinates":[0.3694312,51.4414715]},"properties":{"@type":"node","@id":4485911072,"@timestamp":1478462276},"coords":"51.4414715,0.3694312","bedrooms":"1","price":"239000","area":"416"} , +{"type":"Feature","id":"n4486014074","geometry":{"type":"Point","coordinates":[-0.2235751,51.4281226]},"properties":{"@type":"node","@id":4486014074,"@timestamp":1557913344},"coords":"51.4281226,-0.2235751","bedrooms":"0","price":"232000","area":"653"} , +{"type":"Feature","id":"n4486237452","geometry":{"type":"Point","coordinates":[-0.5729875,51.4246486]},"properties":{"@type":"node","@id":4486237452,"@timestamp":1532636695},"coords":"51.4246486,-0.5729875","bedrooms":"0","price":"206000","area":"390"} , +{"type":"Feature","id":"n4486239154","geometry":{"type":"Point","coordinates":[-0.566926,51.4281943]},"properties":{"@type":"node","@id":4486239154,"@timestamp":1478486747},"coords":"51.4281943,-0.566926","bedrooms":"1","price":"171000","area":"426"} , +{"type":"Feature","id":"n4486239164","geometry":{"type":"Point","coordinates":[-0.567349,51.4277508]},"properties":{"@type":"node","@id":4486239164,"@timestamp":1478486747},"coords":"51.4277508,-0.567349","bedrooms":"3","price":"218000","area":"653"} , +{"type":"Feature","id":"n4487890191","geometry":{"type":"Point","coordinates":[-0.1402086,51.5021966]},"properties":{"@type":"node","@id":4487890191,"@timestamp":1553732965},"coords":"51.5021966,-0.1402086","bedrooms":"4","price":"167000","area":"662"} , +{"type":"Feature","id":"n4488745373","geometry":{"type":"Point","coordinates":[-0.104545,51.5351491]},"properties":{"@type":"node","@id":4488745373,"@timestamp":1478614138},"coords":"51.5351491,-0.104545","bedrooms":"1","price":"269000","area":"605"} , +{"type":"Feature","id":"n4489400095","geometry":{"type":"Point","coordinates":[0.3709424,51.4403166]},"properties":{"@type":"node","@id":4489400095,"@timestamp":1631179137},"coords":"51.4403166,0.3709424","bedrooms":"1","price":"294000","area":"678"} , +{"type":"Feature","id":"n4489442420","geometry":{"type":"Point","coordinates":[0.373433,51.4426516]},"properties":{"@type":"node","@id":4489442420,"@timestamp":1478640372},"coords":"51.4426516,0.373433","bedrooms":"4","price":"210000","area":"526"} , +{"type":"Feature","id":"n4489633467","geometry":{"type":"Point","coordinates":[-0.0042733,51.5119642]},"properties":{"@type":"node","@id":4489633467,"@timestamp":1630491135},"coords":"51.5119642,-0.0042733","bedrooms":"0","price":"173000","area":"414"} , +{"type":"Feature","id":"n4490226214","geometry":{"type":"Point","coordinates":[-0.1818244,51.5493919]},"properties":{"@type":"node","@id":4490226214,"@timestamp":1542902808},"coords":"51.5493919,-0.1818244","bedrooms":"4","price":"233000","area":"517"} , +{"type":"Feature","id":"n4491356330","geometry":{"type":"Point","coordinates":[-0.117643,51.449819]},"properties":{"@type":"node","@id":4491356330,"@timestamp":1478726949},"coords":"51.449819,-0.117643","bedrooms":"0","price":"163000","area":"682"} , +{"type":"Feature","id":"n4491517989","geometry":{"type":"Point","coordinates":[-0.6096904,51.4759975]},"properties":{"@type":"node","@id":4491517989,"@timestamp":1478739249},"coords":"51.4759975,-0.6096904","bedrooms":"0","price":"174000","area":"613"} , +{"type":"Feature","id":"n4492299223","geometry":{"type":"Point","coordinates":[-0.746193,51.5243166]},"properties":{"@type":"node","@id":4492299223,"@timestamp":1478780927},"coords":"51.5243166,-0.746193","bedrooms":"4","price":"272000","area":"590"} , +{"type":"Feature","id":"n4492623089","geometry":{"type":"Point","coordinates":[-0.054969,51.5457088]},"properties":{"@type":"node","@id":4492623089,"@timestamp":1478791534},"coords":"51.5457088,-0.054969","bedrooms":"0","price":"181000","area":"361"} , +{"type":"Feature","id":"n4493359852","geometry":{"type":"Point","coordinates":[0.5983591,51.6519064]},"properties":{"@type":"node","@id":4493359852,"@timestamp":1478817904},"coords":"51.6519064,0.5983591","bedrooms":"1","price":"224000","area":"593"} , +{"type":"Feature","id":"n4494235024","geometry":{"type":"Point","coordinates":[-0.2327269,51.5627321]},"properties":{"@type":"node","@id":4494235024,"@timestamp":1478866274},"coords":"51.5627321,-0.2327269","bedrooms":"3","price":"252000","area":"454"} , +{"type":"Feature","id":"n4494235473","geometry":{"type":"Point","coordinates":[-0.2343556,51.5643755]},"properties":{"@type":"node","@id":4494235473,"@timestamp":1478866279},"coords":"51.5643755,-0.2343556","bedrooms":"0","price":"215000","area":"467"} , +{"type":"Feature","id":"n4494251001","geometry":{"type":"Point","coordinates":[-0.0279808,51.4819978]},"properties":{"@type":"node","@id":4494251001,"@timestamp":1564908073},"coords":"51.4819978,-0.0279808","bedrooms":"1","price":"256000","area":"689"} , +{"type":"Feature","id":"n4494353722","geometry":{"type":"Point","coordinates":[-0.0993651,51.3721998]},"properties":{"@type":"node","@id":4494353722,"@timestamp":1478871723},"coords":"51.3721998,-0.0993651","bedrooms":"4","price":"196000","area":"474"} , +{"type":"Feature","id":"n4494482030","geometry":{"type":"Point","coordinates":[-0.1442382,51.6562421]},"properties":{"@type":"node","@id":4494482030,"@timestamp":1478875761},"coords":"51.6562421,-0.1442382","bedrooms":"2","price":"289000","area":"423"} , +{"type":"Feature","id":"n4494519961","geometry":{"type":"Point","coordinates":[0.3676931,51.444172]},"properties":{"@type":"node","@id":4494519961,"@timestamp":1478878006},"coords":"51.444172,0.3676931","bedrooms":"0","price":"165000","area":"632"} , +{"type":"Feature","id":"n4494567494","geometry":{"type":"Point","coordinates":[0.3746295,51.4414051]},"properties":{"@type":"node","@id":4494567494,"@timestamp":1478879368},"coords":"51.4414051,0.3746295","bedrooms":"0","price":"251000","area":"606"} , +{"type":"Feature","id":"n4494745923","geometry":{"type":"Point","coordinates":[0.374392,51.431293]},"properties":{"@type":"node","@id":4494745923,"@timestamp":1625005643},"coords":"51.431293,0.374392","bedrooms":"0","price":"155000","area":"626"} , +{"type":"Feature","id":"n4494843287","geometry":{"type":"Point","coordinates":[0.3516082,51.4338186]},"properties":{"@type":"node","@id":4494843287,"@timestamp":1478890894},"coords":"51.4338186,0.3516082","bedrooms":"1","price":"270000","area":"671"} , +{"type":"Feature","id":"n4495225226","geometry":{"type":"Point","coordinates":[-0.546645,51.432154]},"properties":{"@type":"node","@id":4495225226,"@timestamp":1623526162},"coords":"51.432154,-0.546645","bedrooms":"1","price":"264000","area":"356"} , +{"type":"Feature","id":"n4495225237","geometry":{"type":"Point","coordinates":[-0.5456242,51.4322567]},"properties":{"@type":"node","@id":4495225237,"@timestamp":1619090646},"coords":"51.4322567,-0.5456242","bedrooms":"0","price":"223000","area":"698"} , +{"type":"Feature","id":"n4495225247","geometry":{"type":"Point","coordinates":[-0.5468716,51.4320829]},"properties":{"@type":"node","@id":4495225247,"@timestamp":1623526161},"coords":"51.4320829,-0.5468716","bedrooms":"2","price":"206000","area":"658"} , +{"type":"Feature","id":"n4495225258","geometry":{"type":"Point","coordinates":[-0.5475985,51.4317393]},"properties":{"@type":"node","@id":4495225258,"@timestamp":1543774667},"coords":"51.4317393,-0.5475985","bedrooms":"0","price":"158000","area":"612"} , +{"type":"Feature","id":"n4495382524","geometry":{"type":"Point","coordinates":[-0.0942978,51.5341898]},"properties":{"@type":"node","@id":4495382524,"@timestamp":1486078908},"coords":"51.5341898,-0.0942978","bedrooms":"0","price":"167000","area":"664"} , +{"type":"Feature","id":"n4495909638","geometry":{"type":"Point","coordinates":[0.353145,51.4421619]},"properties":{"@type":"node","@id":4495909638,"@timestamp":1478916275},"coords":"51.4421619,0.353145","bedrooms":"4","price":"249000","area":"451"} , +{"type":"Feature","id":"n4496330268","geometry":{"type":"Point","coordinates":[-0.0126886,51.5756327]},"properties":{"@type":"node","@id":4496330268,"@timestamp":1618192078},"coords":"51.5756327,-0.0126886","bedrooms":"0","price":"295000","area":"538"} , +{"type":"Feature","id":"n4496346482","geometry":{"type":"Point","coordinates":[-0.0152147,51.5764531]},"properties":{"@type":"node","@id":4496346482,"@timestamp":1478937391},"coords":"51.5764531,-0.0152147","bedrooms":"0","price":"287000","area":"416"} , +{"type":"Feature","id":"n4496395397","geometry":{"type":"Point","coordinates":[-0.01481,51.5761984]},"properties":{"@type":"node","@id":4496395397,"@timestamp":1478941194},"coords":"51.5761984,-0.01481","bedrooms":"4","price":"207000","area":"678"} , +{"type":"Feature","id":"n4496850973","geometry":{"type":"Point","coordinates":[-0.694381,51.0828434]},"properties":{"@type":"node","@id":4496850973,"@timestamp":1478960658},"coords":"51.0828434,-0.694381","bedrooms":"0","price":"174000","area":"696"} , +{"type":"Feature","id":"n4496851545","geometry":{"type":"Point","coordinates":[-0.706813,51.0873513]},"properties":{"@type":"node","@id":4496851545,"@timestamp":1478960659},"coords":"51.0873513,-0.706813","bedrooms":"3","price":"209000","area":"692"} , +{"type":"Feature","id":"n4496851556","geometry":{"type":"Point","coordinates":[-0.7078631,51.0882425]},"properties":{"@type":"node","@id":4496851556,"@timestamp":1478960659},"coords":"51.0882425,-0.7078631","bedrooms":"1","price":"282000","area":"422"} , +{"type":"Feature","id":"n4496851570","geometry":{"type":"Point","coordinates":[-0.6958548,51.0892744]},"properties":{"@type":"node","@id":4496851570,"@timestamp":1478960659},"coords":"51.0892744,-0.6958548","bedrooms":"1","price":"267000","area":"442"} , +{"type":"Feature","id":"n4496851582","geometry":{"type":"Point","coordinates":[-0.6798461,51.0911179]},"properties":{"@type":"node","@id":4496851582,"@timestamp":1478960660},"coords":"51.0911179,-0.6798461","bedrooms":"1","price":"164000","area":"418"} , +{"type":"Feature","id":"n4497020009","geometry":{"type":"Point","coordinates":[-0.1415882,51.5370794]},"properties":{"@type":"node","@id":4497020009,"@timestamp":1478968350},"coords":"51.5370794,-0.1415882","bedrooms":"4","price":"298000","area":"454"} , +{"type":"Feature","id":"n4497142633","geometry":{"type":"Point","coordinates":[-0.4345446,51.2267218]},"properties":{"@type":"node","@id":4497142633,"@timestamp":1603962316},"coords":"51.2267218,-0.4345446","bedrooms":"3","price":"271000","area":"659"} , +{"type":"Feature","id":"n4497188593","geometry":{"type":"Point","coordinates":[-0.7179029,51.099835]},"properties":{"@type":"node","@id":4497188593,"@timestamp":1478975352},"coords":"51.099835,-0.7179029","bedrooms":"0","price":"218000","area":"489"} , +{"type":"Feature","id":"n4497393687","geometry":{"type":"Point","coordinates":[-0.1527816,51.5366922]},"properties":{"@type":"node","@id":4497393687,"@timestamp":1478982364},"coords":"51.5366922,-0.1527816","bedrooms":"0","price":"292000","area":"559"} , +{"type":"Feature","id":"n4497552938","geometry":{"type":"Point","coordinates":[-0.0708797,51.5449555]},"properties":{"@type":"node","@id":4497552938,"@timestamp":1478991531},"coords":"51.5449555,-0.0708797","bedrooms":"4","price":"200000","area":"396"} , +{"type":"Feature","id":"n4497552957","geometry":{"type":"Point","coordinates":[-0.0718999,51.5446297]},"properties":{"@type":"node","@id":4497552957,"@timestamp":1478991532},"coords":"51.5446297,-0.0718999","bedrooms":"2","price":"244000","area":"644"} , +{"type":"Feature","id":"n4497552968","geometry":{"type":"Point","coordinates":[-0.0710566,51.5444441]},"properties":{"@type":"node","@id":4497552968,"@timestamp":1478991532},"coords":"51.5444441,-0.0710566","bedrooms":"1","price":"172000","area":"563"} , +{"type":"Feature","id":"n4497552978","geometry":{"type":"Point","coordinates":[-0.0714156,51.545248]},"properties":{"@type":"node","@id":4497552978,"@timestamp":1478991532},"coords":"51.545248,-0.0714156","bedrooms":"0","price":"153000","area":"576"} , +{"type":"Feature","id":"n4497558794","geometry":{"type":"Point","coordinates":[-0.0726106,51.5456754]},"properties":{"@type":"node","@id":4497558794,"@timestamp":1520824503},"coords":"51.5456754,-0.0726106","bedrooms":"3","price":"271000","area":"560"} , +{"type":"Feature","id":"n4497566990","geometry":{"type":"Point","coordinates":[-0.0733368,51.5453707]},"properties":{"@type":"node","@id":4497566990,"@timestamp":1478991906},"coords":"51.5453707,-0.0733368","bedrooms":"2","price":"259000","area":"636"} , +{"type":"Feature","id":"n4497567002","geometry":{"type":"Point","coordinates":[-0.0720374,51.5452828]},"properties":{"@type":"node","@id":4497567002,"@timestamp":1478991907},"coords":"51.5452828,-0.0720374","bedrooms":"1","price":"181000","area":"575"} , +{"type":"Feature","id":"n4498013225","geometry":{"type":"Point","coordinates":[-1.074364,51.7832811]},"properties":{"@type":"node","@id":4498013225,"@timestamp":1479028339},"coords":"51.7832811,-1.074364","bedrooms":"3","price":"284000","area":"467"} , +{"type":"Feature","id":"n4498118642","geometry":{"type":"Point","coordinates":[-0.0122036,51.5757165]},"properties":{"@type":"node","@id":4498118642,"@timestamp":1479031802},"coords":"51.5757165,-0.0122036","bedrooms":"3","price":"150000","area":"445"} , +{"type":"Feature","id":"n4498603453","geometry":{"type":"Point","coordinates":[-0.2919077,51.8882651]},"properties":{"@type":"node","@id":4498603453,"@timestamp":1479050029},"coords":"51.8882651,-0.2919077","bedrooms":"3","price":"192000","area":"566"} , +{"type":"Feature","id":"n4498966389","geometry":{"type":"Point","coordinates":[0.3591429,51.4380925]},"properties":{"@type":"node","@id":4498966389,"@timestamp":1479064178},"coords":"51.4380925,0.3591429","bedrooms":"2","price":"288000","area":"645"} , +{"type":"Feature","id":"n4499180540","geometry":{"type":"Point","coordinates":[0.3572728,51.4356096]},"properties":{"@type":"node","@id":4499180540,"@timestamp":1479072611},"coords":"51.4356096,0.3572728","bedrooms":"2","price":"202000","area":"608"} , +{"type":"Feature","id":"n4499207273","geometry":{"type":"Point","coordinates":[0.3481264,51.4351732]},"properties":{"@type":"node","@id":4499207273,"@timestamp":1479731362},"coords":"51.4351732,0.3481264","bedrooms":"0","price":"247000","area":"452"} , +{"type":"Feature","id":"n4499253898","geometry":{"type":"Point","coordinates":[-0.1382803,51.5345324]},"properties":{"@type":"node","@id":4499253898,"@timestamp":1606493057},"coords":"51.5345324,-0.1382803","bedrooms":"2","price":"183000","area":"620"} , +{"type":"Feature","id":"n4500166929","geometry":{"type":"Point","coordinates":[-0.0508642,51.5270221]},"properties":{"@type":"node","@id":4500166929,"@timestamp":1479118059},"coords":"51.5270221,-0.0508642","bedrooms":"3","price":"165000","area":"480"} , +{"type":"Feature","id":"n4500560589","geometry":{"type":"Point","coordinates":[-0.0723791,51.5368037]},"properties":{"@type":"node","@id":4500560589,"@timestamp":1479135636},"coords":"51.5368037,-0.0723791","bedrooms":"0","price":"199000","area":"648"} , +{"type":"Feature","id":"n4500726829","geometry":{"type":"Point","coordinates":[0.6875235,51.545056]},"properties":{"@type":"node","@id":4500726829,"@timestamp":1479913711},"coords":"51.545056,0.6875235","bedrooms":"2","price":"226000","area":"677"} , +{"type":"Feature","id":"n4501136324","geometry":{"type":"Point","coordinates":[-0.0890948,51.5199492]},"properties":{"@type":"node","@id":4501136324,"@timestamp":1604160211},"coords":"51.5199492,-0.0890948","bedrooms":"1","price":"160000","area":"455"} , +{"type":"Feature","id":"n4501471680","geometry":{"type":"Point","coordinates":[-0.1390065,51.5344669]},"properties":{"@type":"node","@id":4501471680,"@timestamp":1564908073},"coords":"51.5344669,-0.1390065","bedrooms":"0","price":"273000","area":"584"} , +{"type":"Feature","id":"n4501836276","geometry":{"type":"Point","coordinates":[-0.0889281,51.5171246]},"properties":{"@type":"node","@id":4501836276,"@timestamp":1479192002},"coords":"51.5171246,-0.0889281","bedrooms":"1","price":"268000","area":"465"} , +{"type":"Feature","id":"n4502401761","geometry":{"type":"Point","coordinates":[-0.1693922,51.5632007]},"properties":{"@type":"node","@id":4502401761,"@timestamp":1494740231},"coords":"51.5632007,-0.1693922","bedrooms":"4","price":"211000","area":"641"} , +{"type":"Feature","id":"n4502822082","geometry":{"type":"Point","coordinates":[-0.1604255,51.5215527]},"properties":{"@type":"node","@id":4502822082,"@timestamp":1610766851},"coords":"51.5215527,-0.1604255","bedrooms":"4","price":"199000","area":"455"} , +{"type":"Feature","id":"n4503058821","geometry":{"type":"Point","coordinates":[-0.1392238,51.4610289]},"properties":{"@type":"node","@id":4503058821,"@timestamp":1569785223},"coords":"51.4610289,-0.1392238","bedrooms":"0","price":"177000","area":"644"} , +{"type":"Feature","id":"n4503146880","geometry":{"type":"Point","coordinates":[0.11372,50.9556835]},"properties":{"@type":"node","@id":4503146880,"@timestamp":1490091655},"coords":"50.9556835,0.11372","bedrooms":"1","price":"287000","area":"584"} , +{"type":"Feature","id":"n4504408426","geometry":{"type":"Point","coordinates":[-0.0877494,51.515953]},"properties":{"@type":"node","@id":4504408426,"@timestamp":1627636221},"coords":"51.515953,-0.0877494","bedrooms":"1","price":"297000","area":"389"} , +{"type":"Feature","id":"n4504935215","geometry":{"type":"Point","coordinates":[-0.0531445,51.6024202]},"properties":{"@type":"node","@id":4504935215,"@timestamp":1553296212},"coords":"51.6024202,-0.0531445","bedrooms":"3","price":"210000","area":"694"} , +{"type":"Feature","id":"n4505050908","geometry":{"type":"Point","coordinates":[-0.0510226,51.6040595]},"properties":{"@type":"node","@id":4505050908,"@timestamp":1479328229},"coords":"51.6040595,-0.0510226","bedrooms":"4","price":"222000","area":"492"} , +{"type":"Feature","id":"n4505062890","geometry":{"type":"Point","coordinates":[-0.0514823,51.604335]},"properties":{"@type":"node","@id":4505062890,"@timestamp":1621065916},"coords":"51.604335,-0.0514823","bedrooms":"2","price":"295000","area":"552"} , +{"type":"Feature","id":"n4505106230","geometry":{"type":"Point","coordinates":[-0.0508967,51.6053155]},"properties":{"@type":"node","@id":4505106230,"@timestamp":1479330938},"coords":"51.6053155,-0.0508967","bedrooms":"4","price":"287000","area":"663"} , +{"type":"Feature","id":"n4505163413","geometry":{"type":"Point","coordinates":[-0.0502288,51.6057486]},"properties":{"@type":"node","@id":4505163413,"@timestamp":1479332202},"coords":"51.6057486,-0.0502288","bedrooms":"4","price":"235000","area":"650"} , +{"type":"Feature","id":"n4505204237","geometry":{"type":"Point","coordinates":[-0.0542897,51.6021369]},"properties":{"@type":"node","@id":4505204237,"@timestamp":1479333742},"coords":"51.6021369,-0.0542897","bedrooms":"4","price":"169000","area":"380"} , +{"type":"Feature","id":"n4505734891","geometry":{"type":"Point","coordinates":[-0.0064715,51.4263514]},"properties":{"@type":"node","@id":4505734891,"@timestamp":1479369763},"coords":"51.4263514,-0.0064715","bedrooms":"4","price":"154000","area":"633"} , +{"type":"Feature","id":"n4506575795","geometry":{"type":"Point","coordinates":[-0.1604014,51.5233151]},"properties":{"@type":"node","@id":4506575795,"@timestamp":1624638960},"coords":"51.5233151,-0.1604014","bedrooms":"1","price":"266000","area":"605"} , +{"type":"Feature","id":"n4507359449","geometry":{"type":"Point","coordinates":[0.3658201,51.4336727]},"properties":{"@type":"node","@id":4507359449,"@timestamp":1479425844},"coords":"51.4336727,0.3658201","bedrooms":"4","price":"160000","area":"641"} , +{"type":"Feature","id":"n4507377011","geometry":{"type":"Point","coordinates":[0.3909284,51.4347394]},"properties":{"@type":"node","@id":4507377011,"@timestamp":1479427104},"coords":"51.4347394,0.3909284","bedrooms":"1","price":"182000","area":"500"} , +{"type":"Feature","id":"n4508806129","geometry":{"type":"Point","coordinates":[0.3779835,51.4223547]},"properties":{"@type":"node","@id":4508806129,"@timestamp":1479486323},"coords":"51.4223547,0.3779835","bedrooms":"4","price":"216000","area":"433"} , +{"type":"Feature","id":"n4509146464","geometry":{"type":"Point","coordinates":[0.3384149,51.4412259]},"properties":{"@type":"node","@id":4509146464,"@timestamp":1569918452},"coords":"51.4412259,0.3384149","bedrooms":"1","price":"200000","area":"401"} , +{"type":"Feature","id":"n4509185929","geometry":{"type":"Point","coordinates":[0.3570167,51.4275206]},"properties":{"@type":"node","@id":4509185929,"@timestamp":1479540899},"coords":"51.4275206,0.3570167","bedrooms":"2","price":"247000","area":"395"} , +{"type":"Feature","id":"n4509723901","geometry":{"type":"Point","coordinates":[-0.1311098,51.510368]},"properties":{"@type":"node","@id":4509723901,"@timestamp":1627418088},"coords":"51.510368,-0.1311098","bedrooms":"3","price":"219000","area":"639"} , +{"type":"Feature","id":"n4510762903","geometry":{"type":"Point","coordinates":[0.0595473,50.9932062]},"properties":{"@type":"node","@id":4510762903,"@timestamp":1563450581},"coords":"50.9932062,0.0595473","bedrooms":"0","price":"154000","area":"576"} , +{"type":"Feature","id":"n4510986624","geometry":{"type":"Point","coordinates":[-0.0544497,51.5446779]},"properties":{"@type":"node","@id":4510986624,"@timestamp":1479580518},"coords":"51.5446779,-0.0544497","bedrooms":"4","price":"238000","area":"470"} , +{"type":"Feature","id":"n4511037892","geometry":{"type":"Point","coordinates":[0.243223,51.7017772]},"properties":{"@type":"node","@id":4511037892,"@timestamp":1483354049},"coords":"51.7017772,0.243223","bedrooms":"1","price":"233000","area":"686"} , +{"type":"Feature","id":"n4511312014","geometry":{"type":"Point","coordinates":[-0.0524083,51.6487988]},"properties":{"@type":"node","@id":4511312014,"@timestamp":1482284386},"coords":"51.6487988,-0.0524083","bedrooms":"4","price":"234000","area":"606"} , +{"type":"Feature","id":"n4511497113","geometry":{"type":"Point","coordinates":[-0.1741779,51.5120304]},"properties":{"@type":"node","@id":4511497113,"@timestamp":1627950094},"coords":"51.5120304,-0.1741779","bedrooms":"3","price":"266000","area":"647"} , +{"type":"Feature","id":"n4511972301","geometry":{"type":"Point","coordinates":[-0.0829222,51.5173512]},"properties":{"@type":"node","@id":4511972301,"@timestamp":1624756637},"coords":"51.5173512,-0.0829222","bedrooms":"4","price":"283000","area":"540"} , +{"type":"Feature","id":"n4512251307","geometry":{"type":"Point","coordinates":[-0.7471348,50.98299]},"properties":{"@type":"node","@id":4512251307,"@timestamp":1480260978},"coords":"50.98299,-0.7471348","bedrooms":"0","price":"199000","area":"367"} , +{"type":"Feature","id":"n4512691483","geometry":{"type":"Point","coordinates":[0.479878,51.0606176]},"properties":{"@type":"node","@id":4512691483,"@timestamp":1479673214},"coords":"51.0606176,0.479878","bedrooms":"4","price":"185000","area":"632"} , +{"type":"Feature","id":"n4512847842","geometry":{"type":"Point","coordinates":[0.0028548,51.4881753]},"properties":{"@type":"node","@id":4512847842,"@timestamp":1508946997},"coords":"51.4881753,0.0028548","bedrooms":"4","price":"178000","area":"357"} , +{"type":"Feature","id":"n4513174429","geometry":{"type":"Point","coordinates":[-0.01525,51.593323]},"properties":{"@type":"node","@id":4513174429,"@timestamp":1566945092},"coords":"51.593323,-0.01525","bedrooms":"4","price":"281000","area":"490"} , +{"type":"Feature","id":"n4513756124","geometry":{"type":"Point","coordinates":[-0.176276,51.4971162]},"properties":{"@type":"node","@id":4513756124,"@timestamp":1513941339},"coords":"51.4971162,-0.176276","bedrooms":"2","price":"281000","area":"676"} , +{"type":"Feature","id":"n4514478594","geometry":{"type":"Point","coordinates":[-0.1387643,51.5361557]},"properties":{"@type":"node","@id":4514478594,"@timestamp":1633046898},"coords":"51.5361557,-0.1387643","bedrooms":"0","price":"219000","area":"598"} , +{"type":"Feature","id":"n4514846783","geometry":{"type":"Point","coordinates":[-0.0087155,51.5749697]},"properties":{"@type":"node","@id":4514846783,"@timestamp":1479796142},"coords":"51.5749697,-0.0087155","bedrooms":"0","price":"156000","area":"561"} , +{"type":"Feature","id":"n4514846797","geometry":{"type":"Point","coordinates":[-0.0114401,51.5755856]},"properties":{"@type":"node","@id":4514846797,"@timestamp":1479796144},"coords":"51.5755856,-0.0114401","bedrooms":"0","price":"256000","area":"594"} , +{"type":"Feature","id":"n4514995528","geometry":{"type":"Point","coordinates":[-0.0233453,51.532143]},"properties":{"@type":"node","@id":4514995528,"@timestamp":1479803633},"coords":"51.532143,-0.0233453","bedrooms":"2","price":"254000","area":"610"} , +{"type":"Feature","id":"n4515144253","geometry":{"type":"Point","coordinates":[-0.1261068,51.5176088]},"properties":{"@type":"node","@id":4515144253,"@timestamp":1485528273},"coords":"51.5176088,-0.1261068","bedrooms":"1","price":"187000","area":"589"} , +{"type":"Feature","id":"n4515389885","geometry":{"type":"Point","coordinates":[0.5232006,51.3833507]},"properties":{"@type":"node","@id":4515389885,"@timestamp":1479822524},"coords":"51.3833507,0.5232006","bedrooms":"0","price":"236000","area":"382"} , +{"type":"Feature","id":"n4516506761","geometry":{"type":"Point","coordinates":[-0.0089828,51.5770693]},"properties":{"@type":"node","@id":4516506761,"@timestamp":1479880221},"coords":"51.5770693,-0.0089828","bedrooms":"4","price":"201000","area":"412"} , +{"type":"Feature","id":"n4516506771","geometry":{"type":"Point","coordinates":[-0.0101886,51.576195]},"properties":{"@type":"node","@id":4516506771,"@timestamp":1479880222},"coords":"51.576195,-0.0101886","bedrooms":"1","price":"283000","area":"694"} , +{"type":"Feature","id":"n4516506782","geometry":{"type":"Point","coordinates":[-0.0103492,51.5749528]},"properties":{"@type":"node","@id":4516506782,"@timestamp":1479880223},"coords":"51.5749528,-0.0103492","bedrooms":"1","price":"240000","area":"359"} , +{"type":"Feature","id":"n4516506792","geometry":{"type":"Point","coordinates":[-0.0108023,51.5752833]},"properties":{"@type":"node","@id":4516506792,"@timestamp":1479880223},"coords":"51.5752833,-0.0108023","bedrooms":"2","price":"197000","area":"468"} , +{"type":"Feature","id":"n4516549639","geometry":{"type":"Point","coordinates":[-0.0469325,51.5226083]},"properties":{"@type":"node","@id":4516549639,"@timestamp":1479884012},"coords":"51.5226083,-0.0469325","bedrooms":"0","price":"245000","area":"497"} , +{"type":"Feature","id":"n4516951531","geometry":{"type":"Point","coordinates":[-0.2283207,51.4850757]},"properties":{"@type":"node","@id":4516951531,"@timestamp":1613407493},"coords":"51.4850757,-0.2283207","bedrooms":"4","price":"174000","area":"439"} , +{"type":"Feature","id":"n4517232920","geometry":{"type":"Point","coordinates":[-0.7483179,50.9900935]},"properties":{"@type":"node","@id":4517232920,"@timestamp":1534388758},"coords":"50.9900935,-0.7483179","bedrooms":"4","price":"269000","area":"402"} , +{"type":"Feature","id":"n4517317258","geometry":{"type":"Point","coordinates":[-0.0684852,51.5166215]},"properties":{"@type":"node","@id":4517317258,"@timestamp":1564908073},"coords":"51.5166215,-0.0684852","bedrooms":"0","price":"286000","area":"574"} , +{"type":"Feature","id":"n4517773956","geometry":{"type":"Point","coordinates":[-0.1837255,51.4748636]},"properties":{"@type":"node","@id":4517773956,"@timestamp":1479929635},"coords":"51.4748636,-0.1837255","bedrooms":"0","price":"295000","area":"351"} , +{"type":"Feature","id":"n4517951679","geometry":{"type":"Point","coordinates":[0.2631642,51.890565]},"properties":{"@type":"node","@id":4517951679,"@timestamp":1556356201},"coords":"51.890565,0.2631642","bedrooms":"1","price":"175000","area":"451"} , +{"type":"Feature","id":"n4518656885","geometry":{"type":"Point","coordinates":[-0.2054949,51.2375466]},"properties":{"@type":"node","@id":4518656885,"@timestamp":1610359380},"coords":"51.2375466,-0.2054949","bedrooms":"4","price":"192000","area":"572"} , +{"type":"Feature","id":"n4518675614","geometry":{"type":"Point","coordinates":[-0.0080439,51.5750467]},"properties":{"@type":"node","@id":4518675614,"@timestamp":1479979340},"coords":"51.5750467,-0.0080439","bedrooms":"2","price":"164000","area":"551"} , +{"type":"Feature","id":"n4518748378","geometry":{"type":"Point","coordinates":[-0.0085518,51.5746042]},"properties":{"@type":"node","@id":4518748378,"@timestamp":1479982760},"coords":"51.5746042,-0.0085518","bedrooms":"2","price":"171000","area":"544"} , +{"type":"Feature","id":"n4519061239","geometry":{"type":"Point","coordinates":[-0.2140855,51.9797086]},"properties":{"@type":"node","@id":4519061239,"@timestamp":1479998228},"coords":"51.9797086,-0.2140855","bedrooms":"0","price":"219000","area":"369"} , +{"type":"Feature","id":"n4519496982","geometry":{"type":"Point","coordinates":[-0.9577419,51.4517254]},"properties":{"@type":"node","@id":4519496982,"@timestamp":1480016493},"coords":"51.4517254,-0.9577419","bedrooms":"2","price":"231000","area":"377"} , +{"type":"Feature","id":"n4519524463","geometry":{"type":"Point","coordinates":[-0.0091542,51.5400754]},"properties":{"@type":"node","@id":4519524463,"@timestamp":1594767791},"coords":"51.5400754,-0.0091542","bedrooms":"1","price":"162000","area":"551"} , +{"type":"Feature","id":"n4519528842","geometry":{"type":"Point","coordinates":[-0.9535675,51.4522565]},"properties":{"@type":"node","@id":4519528842,"@timestamp":1605910728},"coords":"51.4522565,-0.9535675","bedrooms":"1","price":"251000","area":"478"} , +{"type":"Feature","id":"n4519555935","geometry":{"type":"Point","coordinates":[-0.9586457,51.4537382]},"properties":{"@type":"node","@id":4519555935,"@timestamp":1618670303},"coords":"51.4537382,-0.9586457","bedrooms":"0","price":"153000","area":"497"} , +{"type":"Feature","id":"n4519595595","geometry":{"type":"Point","coordinates":[-0.9619668,51.4537456]},"properties":{"@type":"node","@id":4519595595,"@timestamp":1617557032},"coords":"51.4537456,-0.9619668","bedrooms":"1","price":"161000","area":"562"} , +{"type":"Feature","id":"n4519650791","geometry":{"type":"Point","coordinates":[-0.9623,51.4549805]},"properties":{"@type":"node","@id":4519650791,"@timestamp":1480024269},"coords":"51.4549805,-0.9623","bedrooms":"0","price":"176000","area":"463"} , +{"type":"Feature","id":"n4520217708","geometry":{"type":"Point","coordinates":[-0.0183137,51.5745272]},"properties":{"@type":"node","@id":4520217708,"@timestamp":1480057732},"coords":"51.5745272,-0.0183137","bedrooms":"0","price":"235000","area":"539"} , +{"type":"Feature","id":"n4520217722","geometry":{"type":"Point","coordinates":[-0.0181392,51.5740728]},"properties":{"@type":"node","@id":4520217722,"@timestamp":1548726889},"coords":"51.5740728,-0.0181392","bedrooms":"1","price":"245000","area":"431"} , +{"type":"Feature","id":"n4520656254","geometry":{"type":"Point","coordinates":[0.180974,51.5685853]},"properties":{"@type":"node","@id":4520656254,"@timestamp":1564908073},"coords":"51.5685853,0.180974","bedrooms":"2","price":"160000","area":"563"} , +{"type":"Feature","id":"n4521887058","geometry":{"type":"Point","coordinates":[-0.9604759,51.4512546]},"properties":{"@type":"node","@id":4521887058,"@timestamp":1605909442},"coords":"51.4512546,-0.9604759","bedrooms":"4","price":"188000","area":"516"} , +{"type":"Feature","id":"n4521909190","geometry":{"type":"Point","coordinates":[-0.9595416,51.4515265]},"properties":{"@type":"node","@id":4521909190,"@timestamp":1614202243},"coords":"51.4515265,-0.9595416","bedrooms":"4","price":"180000","area":"423"} , +{"type":"Feature","id":"n4521964553","geometry":{"type":"Point","coordinates":[-0.1162856,50.9902713]},"properties":{"@type":"node","@id":4521964553,"@timestamp":1557064671},"coords":"50.9902713,-0.1162856","bedrooms":"0","price":"205000","area":"489"} , +{"type":"Feature","id":"n4522020333","geometry":{"type":"Point","coordinates":[-0.9543848,51.4425671]},"properties":{"@type":"node","@id":4522020333,"@timestamp":1626018254},"coords":"51.4425671,-0.9543848","bedrooms":"4","price":"151000","area":"410"} , +{"type":"Feature","id":"n4522020360","geometry":{"type":"Point","coordinates":[-0.9548362,51.4426285]},"properties":{"@type":"node","@id":4522020360,"@timestamp":1625936240},"coords":"51.4426285,-0.9548362","bedrooms":"2","price":"281000","area":"564"} , +{"type":"Feature","id":"n4522061650","geometry":{"type":"Point","coordinates":[-0.9486014,51.4343566]},"properties":{"@type":"node","@id":4522061650,"@timestamp":1626016019},"coords":"51.4343566,-0.9486014","bedrooms":"2","price":"268000","area":"382"} , +{"type":"Feature","id":"n4523231536","geometry":{"type":"Point","coordinates":[-0.0852985,51.4889908]},"properties":{"@type":"node","@id":4523231536,"@timestamp":1570907014},"coords":"51.4889908,-0.0852985","bedrooms":"0","price":"261000","area":"632"} , +{"type":"Feature","id":"n4523801758","geometry":{"type":"Point","coordinates":[-0.9460912,51.4285869]},"properties":{"@type":"node","@id":4523801758,"@timestamp":1627750115},"coords":"51.4285869,-0.9460912","bedrooms":"4","price":"180000","area":"543"} , +{"type":"Feature","id":"n4523814693","geometry":{"type":"Point","coordinates":[-0.9459078,51.4287853]},"properties":{"@type":"node","@id":4523814693,"@timestamp":1627750123},"coords":"51.4287853,-0.9459078","bedrooms":"4","price":"278000","area":"519"} , +{"type":"Feature","id":"n4523825608","geometry":{"type":"Point","coordinates":[-0.9461837,51.4286031]},"properties":{"@type":"node","@id":4523825608,"@timestamp":1627750115},"coords":"51.4286031,-0.9461837","bedrooms":"3","price":"162000","area":"452"} , +{"type":"Feature","id":"n4523842557","geometry":{"type":"Point","coordinates":[-0.9459085,51.4272176]},"properties":{"@type":"node","@id":4523842557,"@timestamp":1480192255},"coords":"51.4272176,-0.9459085","bedrooms":"1","price":"258000","area":"441"} , +{"type":"Feature","id":"n4523877857","geometry":{"type":"Point","coordinates":[-0.9417834,51.4118847]},"properties":{"@type":"node","@id":4523877857,"@timestamp":1606258402},"coords":"51.4118847,-0.9417834","bedrooms":"4","price":"297000","area":"675"} , +{"type":"Feature","id":"n4524338939","geometry":{"type":"Point","coordinates":[-0.0162196,51.5733898]},"properties":{"@type":"node","@id":4524338939,"@timestamp":1480236911},"coords":"51.5733898,-0.0162196","bedrooms":"3","price":"158000","area":"696"} , +{"type":"Feature","id":"n4524338964","geometry":{"type":"Point","coordinates":[-0.0177599,51.5738112]},"properties":{"@type":"node","@id":4524338964,"@timestamp":1480236913},"coords":"51.5738112,-0.0177599","bedrooms":"1","price":"287000","area":"508"} , +{"type":"Feature","id":"n4524356362","geometry":{"type":"Point","coordinates":[-0.0138372,51.572348]},"properties":{"@type":"node","@id":4524356362,"@timestamp":1480237982},"coords":"51.572348,-0.0138372","bedrooms":"2","price":"237000","area":"669"} , +{"type":"Feature","id":"n4524356385","geometry":{"type":"Point","coordinates":[-0.0127529,51.572847]},"properties":{"@type":"node","@id":4524356385,"@timestamp":1480237982},"coords":"51.572847,-0.0127529","bedrooms":"3","price":"230000","area":"460"} , +{"type":"Feature","id":"n4524377181","geometry":{"type":"Point","coordinates":[-0.016358,51.5721578]},"properties":{"@type":"node","@id":4524377181,"@timestamp":1480238769},"coords":"51.5721578,-0.016358","bedrooms":"4","price":"243000","area":"410"} , +{"type":"Feature","id":"n4524681835","geometry":{"type":"Point","coordinates":[-0.2370236,51.7702305]},"properties":{"@type":"node","@id":4524681835,"@timestamp":1480253971},"coords":"51.7702305,-0.2370236","bedrooms":"1","price":"272000","area":"515"} , +{"type":"Feature","id":"n4524872106","geometry":{"type":"Point","coordinates":[-0.7385124,50.9855238]},"properties":{"@type":"node","@id":4524872106,"@timestamp":1480260266},"coords":"50.9855238,-0.7385124","bedrooms":"1","price":"296000","area":"681"} , +{"type":"Feature","id":"n4525232711","geometry":{"type":"Point","coordinates":[-0.2955543,51.2883718]},"properties":{"@type":"node","@id":4525232711,"@timestamp":1480276504},"coords":"51.2883718,-0.2955543","bedrooms":"1","price":"184000","area":"698"} , +{"type":"Feature","id":"n4525333247","geometry":{"type":"Point","coordinates":[-0.9352734,51.4281772]},"properties":{"@type":"node","@id":4525333247,"@timestamp":1480281411},"coords":"51.4281772,-0.9352734","bedrooms":"0","price":"204000","area":"534"} , +{"type":"Feature","id":"n4526375177","geometry":{"type":"Point","coordinates":[-0.1555534,51.5172719]},"properties":{"@type":"node","@id":4526375177,"@timestamp":1603686456},"coords":"51.5172719,-0.1555534","bedrooms":"2","price":"263000","area":"570"} , +{"type":"Feature","id":"n4526375934","geometry":{"type":"Point","coordinates":[-0.1580756,51.5133172]},"properties":{"@type":"node","@id":4526375934,"@timestamp":1520092511},"coords":"51.5133172,-0.1580756","bedrooms":"1","price":"175000","area":"614"} , +{"type":"Feature","id":"n4526740989","geometry":{"type":"Point","coordinates":[-0.086562,51.3950063]},"properties":{"@type":"node","@id":4526740989,"@timestamp":1562262997},"coords":"51.3950063,-0.086562","bedrooms":"0","price":"178000","area":"447"} , +{"type":"Feature","id":"n4526920100","geometry":{"type":"Point","coordinates":[-0.0749505,51.6617612]},"properties":{"@type":"node","@id":4526920100,"@timestamp":1480363950},"coords":"51.6617612,-0.0749505","bedrooms":"3","price":"262000","area":"608"} , +{"type":"Feature","id":"n4527208482","geometry":{"type":"Point","coordinates":[-0.44917,51.4693546]},"properties":{"@type":"node","@id":4527208482,"@timestamp":1543064267},"coords":"51.4693546,-0.44917","bedrooms":"4","price":"281000","area":"415"} , +{"type":"Feature","id":"n4527208592","geometry":{"type":"Point","coordinates":[-0.4482266,51.4693761]},"properties":{"@type":"node","@id":4527208592,"@timestamp":1543064267},"coords":"51.4693761,-0.4482266","bedrooms":"2","price":"151000","area":"629"} , +{"type":"Feature","id":"n4527215248","geometry":{"type":"Point","coordinates":[-0.4490677,51.4697831]},"properties":{"@type":"node","@id":4527215248,"@timestamp":1543064268},"coords":"51.4697831,-0.4490677","bedrooms":"4","price":"177000","area":"502"} , +{"type":"Feature","id":"n4527219251","geometry":{"type":"Point","coordinates":[-0.4432927,51.4704516]},"properties":{"@type":"node","@id":4527219251,"@timestamp":1542906788},"coords":"51.4704516,-0.4432927","bedrooms":"3","price":"204000","area":"415"} , +{"type":"Feature","id":"n4527703958","geometry":{"type":"Point","coordinates":[-0.0121057,51.5707383]},"properties":{"@type":"node","@id":4527703958,"@timestamp":1480399266},"coords":"51.5707383,-0.0121057","bedrooms":"2","price":"201000","area":"472"} , +{"type":"Feature","id":"n4528193581","geometry":{"type":"Point","coordinates":[-0.8919347,51.4742466]},"properties":{"@type":"node","@id":4528193581,"@timestamp":1552925829},"coords":"51.4742466,-0.8919347","bedrooms":"3","price":"259000","area":"435"} , +{"type":"Feature","id":"n4528689419","geometry":{"type":"Point","coordinates":[-0.1571162,51.5212415]},"properties":{"@type":"node","@id":4528689419,"@timestamp":1564908073},"coords":"51.5212415,-0.1571162","bedrooms":"4","price":"242000","area":"555"} , +{"type":"Feature","id":"n4528991532","geometry":{"type":"Point","coordinates":[0.5036099,51.7325782]},"properties":{"@type":"node","@id":4528991532,"@timestamp":1480447851},"coords":"51.7325782,0.5036099","bedrooms":"3","price":"237000","area":"670"} , +{"type":"Feature","id":"n4529066084","geometry":{"type":"Point","coordinates":[-0.9402488,51.431965]},"properties":{"@type":"node","@id":4529066084,"@timestamp":1551237765},"coords":"51.431965,-0.9402488","bedrooms":"1","price":"262000","area":"368"} , +{"type":"Feature","id":"n4529072228","geometry":{"type":"Point","coordinates":[-0.1470949,51.0260939]},"properties":{"@type":"node","@id":4529072228,"@timestamp":1549712058},"coords":"51.0260939,-0.1470949","bedrooms":"0","price":"227000","area":"397"} , +{"type":"Feature","id":"n4529137335","geometry":{"type":"Point","coordinates":[-0.1447042,51.4950869]},"properties":{"@type":"node","@id":4529137335,"@timestamp":1603641693},"coords":"51.4950869,-0.1447042","bedrooms":"1","price":"187000","area":"355"} , +{"type":"Feature","id":"n4529151762","geometry":{"type":"Point","coordinates":[-0.9667757,51.4504106]},"properties":{"@type":"node","@id":4529151762,"@timestamp":1605561553},"coords":"51.4504106,-0.9667757","bedrooms":"3","price":"272000","area":"663"} , +{"type":"Feature","id":"n4529168381","geometry":{"type":"Point","coordinates":[-0.9679505,51.4501877]},"properties":{"@type":"node","@id":4529168381,"@timestamp":1614203289},"coords":"51.4501877,-0.9679505","bedrooms":"2","price":"226000","area":"369"} , +{"type":"Feature","id":"n4529729922","geometry":{"type":"Point","coordinates":[-0.0131087,51.5705749]},"properties":{"@type":"node","@id":4529729922,"@timestamp":1480491717},"coords":"51.5705749,-0.0131087","bedrooms":"3","price":"283000","area":"386"} , +{"type":"Feature","id":"n4529868390","geometry":{"type":"Point","coordinates":[-0.0465554,51.5460009]},"properties":{"@type":"node","@id":4529868390,"@timestamp":1564908073},"coords":"51.5460009,-0.0465554","bedrooms":"2","price":"257000","area":"429"} , +{"type":"Feature","id":"n4530009168","geometry":{"type":"Point","coordinates":[0.0059731,51.5465458]},"properties":{"@type":"node","@id":4530009168,"@timestamp":1603377211},"coords":"51.5465458,0.0059731","bedrooms":"4","price":"292000","area":"558"} , +{"type":"Feature","id":"n4530009513","geometry":{"type":"Point","coordinates":[0.006461,51.5468872]},"properties":{"@type":"node","@id":4530009513,"@timestamp":1628347935},"coords":"51.5468872,0.006461","bedrooms":"1","price":"265000","area":"694"} , +{"type":"Feature","id":"n4530012702","geometry":{"type":"Point","coordinates":[-0.0786528,51.5213963]},"properties":{"@type":"node","@id":4530012702,"@timestamp":1635617143},"coords":"51.5213963,-0.0786528","bedrooms":"1","price":"254000","area":"537"} , +{"type":"Feature","id":"n4530056173","geometry":{"type":"Point","coordinates":[0.1393557,51.7889087]},"properties":{"@type":"node","@id":4530056173,"@timestamp":1480508908},"coords":"51.7889087,0.1393557","bedrooms":"3","price":"217000","area":"456"} , +{"type":"Feature","id":"n4530064283","geometry":{"type":"Point","coordinates":[0.1401791,51.7885222]},"properties":{"@type":"node","@id":4530064283,"@timestamp":1480509367},"coords":"51.7885222,0.1401791","bedrooms":"0","price":"233000","area":"600"} , +{"type":"Feature","id":"n4530307239","geometry":{"type":"Point","coordinates":[-0.7380053,50.985605]},"properties":{"@type":"node","@id":4530307239,"@timestamp":1591839463},"coords":"50.985605,-0.7380053","bedrooms":"3","price":"190000","area":"689"} , +{"type":"Feature","id":"n4531277506","geometry":{"type":"Point","coordinates":[-0.0106917,51.602718]},"properties":{"@type":"node","@id":4531277506,"@timestamp":1620542583},"coords":"51.602718,-0.0106917","bedrooms":"2","price":"241000","area":"686"} , +{"type":"Feature","id":"n4531906983","geometry":{"type":"Point","coordinates":[-0.0827539,51.544138]},"properties":{"@type":"node","@id":4531906983,"@timestamp":1480608935},"coords":"51.544138,-0.0827539","bedrooms":"0","price":"246000","area":"683"} , +{"type":"Feature","id":"n4531965695","geometry":{"type":"Point","coordinates":[-0.1192247,51.583074]},"properties":{"@type":"node","@id":4531965695,"@timestamp":1480790360},"coords":"51.583074,-0.1192247","bedrooms":"2","price":"225000","area":"527"} , +{"type":"Feature","id":"n4531965707","geometry":{"type":"Point","coordinates":[-0.1237704,51.582534]},"properties":{"@type":"node","@id":4531965707,"@timestamp":1480597421},"coords":"51.582534,-0.1237704","bedrooms":"4","price":"159000","area":"403"} , +{"type":"Feature","id":"n4532902122","geometry":{"type":"Point","coordinates":[-0.7729788,51.4213786]},"properties":{"@type":"node","@id":4532902122,"@timestamp":1480632905},"coords":"51.4213786,-0.7729788","bedrooms":"0","price":"182000","area":"370"} , +{"type":"Feature","id":"n4533052659","geometry":{"type":"Point","coordinates":[-0.739521,51.4162039]},"properties":{"@type":"node","@id":4533052659,"@timestamp":1630676878},"coords":"51.4162039,-0.739521","bedrooms":"3","price":"266000","area":"477"} , +{"type":"Feature","id":"n4533437106","geometry":{"type":"Point","coordinates":[-0.8532593,51.7185037]},"properties":{"@type":"node","@id":4533437106,"@timestamp":1480665518},"coords":"51.7185037,-0.8532593","bedrooms":"3","price":"224000","area":"548"} , +{"type":"Feature","id":"n4534008508","geometry":{"type":"Point","coordinates":[0.0053169,51.5494098]},"properties":{"@type":"node","@id":4534008508,"@timestamp":1622184356},"coords":"51.5494098,0.0053169","bedrooms":"4","price":"213000","area":"591"} , +{"type":"Feature","id":"n4534108921","geometry":{"type":"Point","coordinates":[-0.0789368,51.5147324]},"properties":{"@type":"node","@id":4534108921,"@timestamp":1496423665},"coords":"51.5147324,-0.0789368","bedrooms":"0","price":"160000","area":"573"} , +{"type":"Feature","id":"n4534691966","geometry":{"type":"Point","coordinates":[-0.7676202,51.4179483]},"properties":{"@type":"node","@id":4534691966,"@timestamp":1480705295},"coords":"51.4179483,-0.7676202","bedrooms":"2","price":"194000","area":"558"} , +{"type":"Feature","id":"n4534725373","geometry":{"type":"Point","coordinates":[-0.0537841,51.5538607]},"properties":{"@type":"node","@id":4534725373,"@timestamp":1605543564},"coords":"51.5538607,-0.0537841","bedrooms":"0","price":"158000","area":"695"} , +{"type":"Feature","id":"n4534752978","geometry":{"type":"Point","coordinates":[-0.7426446,51.422312]},"properties":{"@type":"node","@id":4534752978,"@timestamp":1617899084},"coords":"51.422312,-0.7426446","bedrooms":"3","price":"213000","area":"689"} , +{"type":"Feature","id":"n4534816413","geometry":{"type":"Point","coordinates":[-0.7268665,51.4124042]},"properties":{"@type":"node","@id":4534816413,"@timestamp":1480710988},"coords":"51.4124042,-0.7268665","bedrooms":"3","price":"273000","area":"420"} , +{"type":"Feature","id":"n4535105040","geometry":{"type":"Point","coordinates":[-0.0556794,51.5568318]},"properties":{"@type":"node","@id":4535105040,"@timestamp":1622751780},"coords":"51.5568318,-0.0556794","bedrooms":"0","price":"272000","area":"490"} , +{"type":"Feature","id":"n4535154580","geometry":{"type":"Point","coordinates":[-0.1248613,51.5086675]},"properties":{"@type":"node","@id":4535154580,"@timestamp":1480733579},"coords":"51.5086675,-0.1248613","bedrooms":"2","price":"201000","area":"637"} , +{"type":"Feature","id":"n4535268503","geometry":{"type":"Point","coordinates":[-0.0076732,51.6007405]},"properties":{"@type":"node","@id":4535268503,"@timestamp":1480749579},"coords":"51.6007405,-0.0076732","bedrooms":"4","price":"243000","area":"621"} , +{"type":"Feature","id":"n4535947775","geometry":{"type":"Point","coordinates":[-0.7379125,50.9868472]},"properties":{"@type":"node","@id":4535947775,"@timestamp":1520718012},"coords":"50.9868472,-0.7379125","bedrooms":"2","price":"176000","area":"475"} , +{"type":"Feature","id":"n4536068816","geometry":{"type":"Point","coordinates":[-0.0056972,51.5981204]},"properties":{"@type":"node","@id":4536068816,"@timestamp":1480785461},"coords":"51.5981204,-0.0056972","bedrooms":"2","price":"239000","area":"576"} , +{"type":"Feature","id":"n4536068826","geometry":{"type":"Point","coordinates":[-0.005685,51.5993008]},"properties":{"@type":"node","@id":4536068826,"@timestamp":1480785462},"coords":"51.5993008,-0.005685","bedrooms":"1","price":"263000","area":"535"} , +{"type":"Feature","id":"n4536068836","geometry":{"type":"Point","coordinates":[-0.0053012,51.5979034]},"properties":{"@type":"node","@id":4536068836,"@timestamp":1480785463},"coords":"51.5979034,-0.0053012","bedrooms":"3","price":"263000","area":"427"} , +{"type":"Feature","id":"n4536068846","geometry":{"type":"Point","coordinates":[-0.0052768,51.5993204]},"properties":{"@type":"node","@id":4536068846,"@timestamp":1480785464},"coords":"51.5993204,-0.0052768","bedrooms":"3","price":"201000","area":"523"} , +{"type":"Feature","id":"n4536068873","geometry":{"type":"Point","coordinates":[-0.0072399,51.6001308]},"properties":{"@type":"node","@id":4536068873,"@timestamp":1480785465},"coords":"51.6001308,-0.0072399","bedrooms":"1","price":"245000","area":"648"} , +{"type":"Feature","id":"n4536287018","geometry":{"type":"Point","coordinates":[-0.3969795,51.6610134]},"properties":{"@type":"node","@id":4536287018,"@timestamp":1609170113},"coords":"51.6610134,-0.3969795","bedrooms":"2","price":"251000","area":"455"} , +{"type":"Feature","id":"n4536367241","geometry":{"type":"Point","coordinates":[-0.7466149,51.4083484]},"properties":{"@type":"node","@id":4536367241,"@timestamp":1583332753},"coords":"51.4083484,-0.7466149","bedrooms":"3","price":"180000","area":"473"} , +{"type":"Feature","id":"n4536394802","geometry":{"type":"Point","coordinates":[-0.7425918,51.4091368]},"properties":{"@type":"node","@id":4536394802,"@timestamp":1480797731},"coords":"51.4091368,-0.7425918","bedrooms":"3","price":"254000","area":"597"} , +{"type":"Feature","id":"n4536443150","geometry":{"type":"Point","coordinates":[-0.7378079,51.4110799]},"properties":{"@type":"node","@id":4536443150,"@timestamp":1480799241},"coords":"51.4110799,-0.7378079","bedrooms":"0","price":"247000","area":"514"} , +{"type":"Feature","id":"n4536471191","geometry":{"type":"Point","coordinates":[-0.2057569,51.4205994]},"properties":{"@type":"node","@id":4536471191,"@timestamp":1602685986},"coords":"51.4205994,-0.2057569","bedrooms":"3","price":"252000","area":"399"} , +{"type":"Feature","id":"n4536752839","geometry":{"type":"Point","coordinates":[-0.1170469,51.5834448]},"properties":{"@type":"node","@id":4536752839,"@timestamp":1511617665},"coords":"51.5834448,-0.1170469","bedrooms":"2","price":"249000","area":"651"} , +{"type":"Feature","id":"n4537517403","geometry":{"type":"Point","coordinates":[-0.2066828,51.4675714]},"properties":{"@type":"node","@id":4537517403,"@timestamp":1580917008},"coords":"51.4675714,-0.2066828","bedrooms":"3","price":"153000","area":"530"} , +{"type":"Feature","id":"n4537655190","geometry":{"type":"Point","coordinates":[-0.0978862,51.5233318]},"properties":{"@type":"node","@id":4537655190,"@timestamp":1628379064},"coords":"51.5233318,-0.0978862","bedrooms":"1","price":"289000","area":"498"} , +{"type":"Feature","id":"n4537781803","geometry":{"type":"Point","coordinates":[-0.0044874,51.5972858]},"properties":{"@type":"node","@id":4537781803,"@timestamp":1480861797},"coords":"51.5972858,-0.0044874","bedrooms":"4","price":"211000","area":"548"} , +{"type":"Feature","id":"n4537781817","geometry":{"type":"Point","coordinates":[-0.0040603,51.5974012]},"properties":{"@type":"node","@id":4537781817,"@timestamp":1480861798},"coords":"51.5974012,-0.0040603","bedrooms":"2","price":"178000","area":"447"} , +{"type":"Feature","id":"n4537835354","geometry":{"type":"Point","coordinates":[0.4771437,51.722869]},"properties":{"@type":"node","@id":4537835354,"@timestamp":1480863423},"coords":"51.722869,0.4771437","bedrooms":"0","price":"259000","area":"699"} , +{"type":"Feature","id":"n4537851458","geometry":{"type":"Point","coordinates":[-0.0038629,51.6002343]},"properties":{"@type":"node","@id":4537851458,"@timestamp":1484396631},"coords":"51.6002343,-0.0038629","bedrooms":"3","price":"298000","area":"655"} , +{"type":"Feature","id":"n4537887479","geometry":{"type":"Point","coordinates":[-0.0016607,51.599198]},"properties":{"@type":"node","@id":4537887479,"@timestamp":1486813374},"coords":"51.599198,-0.0016607","bedrooms":"3","price":"185000","area":"623"} , +{"type":"Feature","id":"n4537974658","geometry":{"type":"Point","coordinates":[0.5591485,51.3964295]},"properties":{"@type":"node","@id":4537974658,"@timestamp":1480868762},"coords":"51.3964295,0.5591485","bedrooms":"3","price":"193000","area":"443"} , +{"type":"Feature","id":"n4538004546","geometry":{"type":"Point","coordinates":[-0.002121,51.5971859]},"properties":{"@type":"node","@id":4538004546,"@timestamp":1480867856},"coords":"51.5971859,-0.002121","bedrooms":"1","price":"223000","area":"454"} , +{"type":"Feature","id":"n4538175344","geometry":{"type":"Point","coordinates":[-0.0796958,51.5541354]},"properties":{"@type":"node","@id":4538175344,"@timestamp":1480872532},"coords":"51.5541354,-0.0796958","bedrooms":"1","price":"179000","area":"401"} , +{"type":"Feature","id":"n4538175385","geometry":{"type":"Point","coordinates":[-0.0855908,51.552124]},"properties":{"@type":"node","@id":4538175385,"@timestamp":1618942986},"coords":"51.552124,-0.0855908","bedrooms":"1","price":"243000","area":"380"} , +{"type":"Feature","id":"n4538587079","geometry":{"type":"Point","coordinates":[-0.1723378,51.516717]},"properties":{"@type":"node","@id":4538587079,"@timestamp":1571551426},"coords":"51.516717,-0.1723378","bedrooms":"3","price":"285000","area":"506"} , +{"type":"Feature","id":"n4538750335","geometry":{"type":"Point","coordinates":[-0.3333762,51.7535242]},"properties":{"@type":"node","@id":4538750335,"@timestamp":1480900991},"coords":"51.7535242,-0.3333762","bedrooms":"2","price":"287000","area":"650"} , +{"type":"Feature","id":"n4539033033","geometry":{"type":"Point","coordinates":[0.0035588,51.5955996]},"properties":{"@type":"node","@id":4539033033,"@timestamp":1484472348},"coords":"51.5955996,0.0035588","bedrooms":"4","price":"284000","area":"536"} , +{"type":"Feature","id":"n4539296863","geometry":{"type":"Point","coordinates":[-0.0830044,51.503897]},"properties":{"@type":"node","@id":4539296863,"@timestamp":1480930679},"coords":"51.503897,-0.0830044","bedrooms":"1","price":"213000","area":"428"} , +{"type":"Feature","id":"n4539987998","geometry":{"type":"Point","coordinates":[-0.2081849,51.4212493]},"properties":{"@type":"node","@id":4539987998,"@timestamp":1612111755},"coords":"51.4212493,-0.2081849","bedrooms":"1","price":"285000","area":"476"} , +{"type":"Feature","id":"n4540226506","geometry":{"type":"Point","coordinates":[-0.7619156,51.4274524]},"properties":{"@type":"node","@id":4540226506,"@timestamp":1550351795},"coords":"51.4274524,-0.7619156","bedrooms":"2","price":"238000","area":"357"} , +{"type":"Feature","id":"n4540329410","geometry":{"type":"Point","coordinates":[0.1052171,50.977948]},"properties":{"@type":"node","@id":4540329410,"@timestamp":1632396713},"coords":"50.977948,0.1052171","bedrooms":"3","price":"282000","area":"601"} , +{"type":"Feature","id":"n4540455300","geometry":{"type":"Point","coordinates":[-0.340697,51.7523555]},"properties":{"@type":"node","@id":4540455300,"@timestamp":1558712743},"coords":"51.7523555,-0.340697","bedrooms":"1","price":"217000","area":"668"} , +{"type":"Feature","id":"n4540674460","geometry":{"type":"Point","coordinates":[0.0022273,51.5929927]},"properties":{"@type":"node","@id":4540674460,"@timestamp":1481005546},"coords":"51.5929927,0.0022273","bedrooms":"3","price":"289000","area":"455"} , +{"type":"Feature","id":"n4540674473","geometry":{"type":"Point","coordinates":[0.0045142,51.5948908]},"properties":{"@type":"node","@id":4540674473,"@timestamp":1481005549},"coords":"51.5948908,0.0045142","bedrooms":"3","price":"255000","area":"613"} , +{"type":"Feature","id":"n4540719783","geometry":{"type":"Point","coordinates":[0.0923181,51.7660258]},"properties":{"@type":"node","@id":4540719783,"@timestamp":1618183452},"coords":"51.7660258,0.0923181","bedrooms":"1","price":"247000","area":"371"} , +{"type":"Feature","id":"n4540869508","geometry":{"type":"Point","coordinates":[0.2147617,51.8776435]},"properties":{"@type":"node","@id":4540869508,"@timestamp":1481014683},"coords":"51.8776435,0.2147617","bedrooms":"4","price":"254000","area":"665"} , +{"type":"Feature","id":"n4541016610","geometry":{"type":"Point","coordinates":[-0.0823421,51.4631648]},"properties":{"@type":"node","@id":4541016610,"@timestamp":1580733972},"coords":"51.4631648,-0.0823421","bedrooms":"1","price":"211000","area":"415"} , +{"type":"Feature","id":"n4541401028","geometry":{"type":"Point","coordinates":[0.1808675,51.6100083]},"properties":{"@type":"node","@id":4541401028,"@timestamp":1481036087},"coords":"51.6100083,0.1808675","bedrooms":"2","price":"214000","area":"585"} , +{"type":"Feature","id":"n4541536702","geometry":{"type":"Point","coordinates":[-0.0585123,51.4736085]},"properties":{"@type":"node","@id":4541536702,"@timestamp":1481039931},"coords":"51.4736085,-0.0585123","bedrooms":"3","price":"151000","area":"589"} , +{"type":"Feature","id":"n4541876050","geometry":{"type":"Point","coordinates":[-0.3991497,51.6656233]},"properties":{"@type":"node","@id":4541876050,"@timestamp":1481061098},"coords":"51.6656233,-0.3991497","bedrooms":"4","price":"289000","area":"553"} , +{"type":"Feature","id":"n4542067934","geometry":{"type":"Point","coordinates":[-0.0842376,51.5517834]},"properties":{"@type":"node","@id":4542067934,"@timestamp":1481062918},"coords":"51.5517834,-0.0842376","bedrooms":"1","price":"205000","area":"622"} , +{"type":"Feature","id":"n4542477385","geometry":{"type":"Point","coordinates":[-0.1561543,51.5224165]},"properties":{"@type":"node","@id":4542477385,"@timestamp":1564908073},"coords":"51.5224165,-0.1561543","bedrooms":"3","price":"278000","area":"387"} , +{"type":"Feature","id":"n4542513147","geometry":{"type":"Point","coordinates":[0.0024479,51.5939122]},"properties":{"@type":"node","@id":4542513147,"@timestamp":1481091850},"coords":"51.5939122,0.0024479","bedrooms":"1","price":"192000","area":"682"} , +{"type":"Feature","id":"n4542513167","geometry":{"type":"Point","coordinates":[0.0014696,51.5947856]},"properties":{"@type":"node","@id":4542513167,"@timestamp":1481091852},"coords":"51.5947856,0.0014696","bedrooms":"3","price":"181000","area":"599"} , +{"type":"Feature","id":"n4542544568","geometry":{"type":"Point","coordinates":[0.0048231,51.5928765]},"properties":{"@type":"node","@id":4542544568,"@timestamp":1482157194},"coords":"51.5928765,0.0048231","bedrooms":"1","price":"299000","area":"396"} , +{"type":"Feature","id":"n4542993702","geometry":{"type":"Point","coordinates":[-0.0844752,51.5323145]},"properties":{"@type":"node","@id":4542993702,"@timestamp":1630289071},"coords":"51.5323145,-0.0844752","bedrooms":"1","price":"261000","area":"641"} , +{"type":"Feature","id":"n4543195597","geometry":{"type":"Point","coordinates":[-0.9294421,51.4099034]},"properties":{"@type":"node","@id":4543195597,"@timestamp":1481119246},"coords":"51.4099034,-0.9294421","bedrooms":"1","price":"223000","area":"690"} , +{"type":"Feature","id":"n4543201217","geometry":{"type":"Point","coordinates":[-0.1627118,51.2199032]},"properties":{"@type":"node","@id":4543201217,"@timestamp":1629224024},"coords":"51.2199032,-0.1627118","bedrooms":"1","price":"224000","area":"425"} , +{"type":"Feature","id":"n4543919627","geometry":{"type":"Point","coordinates":[0.0195839,51.5547502]},"properties":{"@type":"node","@id":4543919627,"@timestamp":1614137903},"coords":"51.5547502,0.0195839","bedrooms":"4","price":"249000","area":"530"} , +{"type":"Feature","id":"n4544414346","geometry":{"type":"Point","coordinates":[-0.1322051,51.5286033]},"properties":{"@type":"node","@id":4544414346,"@timestamp":1564908073},"coords":"51.5286033,-0.1322051","bedrooms":"3","price":"235000","area":"530"} , +{"type":"Feature","id":"n4544521206","geometry":{"type":"Point","coordinates":[0.0846812,51.7679082]},"properties":{"@type":"node","@id":4544521206,"@timestamp":1481188533},"coords":"51.7679082,0.0846812","bedrooms":"3","price":"154000","area":"559"} , +{"type":"Feature","id":"n4544608111","geometry":{"type":"Point","coordinates":[-0.0279297,51.6003329]},"properties":{"@type":"node","@id":4544608111,"@timestamp":1549656337},"coords":"51.6003329,-0.0279297","bedrooms":"3","price":"196000","area":"390"} , +{"type":"Feature","id":"n4544892491","geometry":{"type":"Point","coordinates":[-0.9207971,51.4056021]},"properties":{"@type":"node","@id":4544892491,"@timestamp":1481203829},"coords":"51.4056021,-0.9207971","bedrooms":"0","price":"216000","area":"411"} , +{"type":"Feature","id":"n4544970854","geometry":{"type":"Point","coordinates":[0.0382649,51.5304137]},"properties":{"@type":"node","@id":4544970854,"@timestamp":1606380542},"coords":"51.5304137,0.0382649","bedrooms":"3","price":"207000","area":"533"} , +{"type":"Feature","id":"n4545194441","geometry":{"type":"Point","coordinates":[-0.0237737,51.6160559]},"properties":{"@type":"node","@id":4545194441,"@timestamp":1481218440},"coords":"51.6160559,-0.0237737","bedrooms":"4","price":"238000","area":"399"} , +{"type":"Feature","id":"n4545194451","geometry":{"type":"Point","coordinates":[-0.0234116,51.6158161]},"properties":{"@type":"node","@id":4545194451,"@timestamp":1481218440},"coords":"51.6158161,-0.0234116","bedrooms":"1","price":"252000","area":"464"} , +{"type":"Feature","id":"n4546327439","geometry":{"type":"Point","coordinates":[-0.272485,51.3720686]},"properties":{"@type":"node","@id":4546327439,"@timestamp":1481281321},"coords":"51.3720686,-0.272485","bedrooms":"4","price":"249000","area":"633"} , +{"type":"Feature","id":"n4546524498","geometry":{"type":"Point","coordinates":[-0.0818059,51.5036973]},"properties":{"@type":"node","@id":4546524498,"@timestamp":1481289848},"coords":"51.5036973,-0.0818059","bedrooms":"2","price":"201000","area":"550"} , +{"type":"Feature","id":"n4546806426","geometry":{"type":"Point","coordinates":[0.0453366,51.4728584]},"properties":{"@type":"node","@id":4546806426,"@timestamp":1601052257},"coords":"51.4728584,0.0453366","bedrooms":"3","price":"238000","area":"621"} , +{"type":"Feature","id":"n4546924968","geometry":{"type":"Point","coordinates":[0.0859137,51.6223442]},"properties":{"@type":"node","@id":4546924968,"@timestamp":1481308298},"coords":"51.6223442,0.0859137","bedrooms":"1","price":"201000","area":"585"} , +{"type":"Feature","id":"n4547073898","geometry":{"type":"Point","coordinates":[-0.1564006,51.492929]},"properties":{"@type":"node","@id":4547073898,"@timestamp":1611399299},"coords":"51.492929,-0.1564006","bedrooms":"1","price":"221000","area":"681"} , +{"type":"Feature","id":"n4547105931","geometry":{"type":"Point","coordinates":[-0.176558,51.4693386]},"properties":{"@type":"node","@id":4547105931,"@timestamp":1626702091},"coords":"51.4693386,-0.176558","bedrooms":"4","price":"201000","area":"439"} , +{"type":"Feature","id":"n4547149895","geometry":{"type":"Point","coordinates":[-0.157564,51.4925924]},"properties":{"@type":"node","@id":4547149895,"@timestamp":1562425712},"coords":"51.4925924,-0.157564","bedrooms":"2","price":"163000","area":"528"} , +{"type":"Feature","id":"n4547336351","geometry":{"type":"Point","coordinates":[0.0433526,51.5491839]},"properties":{"@type":"node","@id":4547336351,"@timestamp":1616604593},"coords":"51.5491839,0.0433526","bedrooms":"2","price":"250000","area":"584"} , +{"type":"Feature","id":"n4547526150","geometry":{"type":"Point","coordinates":[-0.124621,51.5297906]},"properties":{"@type":"node","@id":4547526150,"@timestamp":1564908073},"coords":"51.5297906,-0.124621","bedrooms":"4","price":"215000","area":"467"} , +{"type":"Feature","id":"n4547849782","geometry":{"type":"Point","coordinates":[-0.0819589,51.5539082]},"properties":{"@type":"node","@id":4547849782,"@timestamp":1481373564},"coords":"51.5539082,-0.0819589","bedrooms":"3","price":"284000","area":"509"} , +{"type":"Feature","id":"n4547849792","geometry":{"type":"Point","coordinates":[-0.0820075,51.5544251]},"properties":{"@type":"node","@id":4547849792,"@timestamp":1481373564},"coords":"51.5544251,-0.0820075","bedrooms":"3","price":"175000","area":"640"} , +{"type":"Feature","id":"n4547940333","geometry":{"type":"Point","coordinates":[-0.1395937,51.5370934]},"properties":{"@type":"node","@id":4547940333,"@timestamp":1481378401},"coords":"51.5370934,-0.1395937","bedrooms":"1","price":"282000","area":"469"} , +{"type":"Feature","id":"n4548258405","geometry":{"type":"Point","coordinates":[-0.5676945,51.2371488]},"properties":{"@type":"node","@id":4548258405,"@timestamp":1612297831},"coords":"51.2371488,-0.5676945","bedrooms":"3","price":"220000","area":"438"} , +{"type":"Feature","id":"n4548520184","geometry":{"type":"Point","coordinates":[-0.3496186,51.0246473]},"properties":{"@type":"node","@id":4548520184,"@timestamp":1632477864},"coords":"51.0246473,-0.3496186","bedrooms":"3","price":"183000","area":"360"} , +{"type":"Feature","id":"n4548522724","geometry":{"type":"Point","coordinates":[-0.3512073,51.0248382]},"properties":{"@type":"node","@id":4548522724,"@timestamp":1632477860},"coords":"51.0248382,-0.3512073","bedrooms":"0","price":"297000","area":"405"} , +{"type":"Feature","id":"n4548667979","geometry":{"type":"Point","coordinates":[-0.0537392,51.541829]},"properties":{"@type":"node","@id":4548667979,"@timestamp":1627901166},"coords":"51.541829,-0.0537392","bedrooms":"2","price":"267000","area":"521"} , +{"type":"Feature","id":"n4548994486","geometry":{"type":"Point","coordinates":[-0.765071,50.9990039]},"properties":{"@type":"node","@id":4548994486,"@timestamp":1522058748},"coords":"50.9990039,-0.765071","bedrooms":"2","price":"257000","area":"543"} , +{"type":"Feature","id":"n4548994796","geometry":{"type":"Point","coordinates":[-0.7603416,50.9866492]},"properties":{"@type":"node","@id":4548994796,"@timestamp":1522058749},"coords":"50.9866492,-0.7603416","bedrooms":"0","price":"155000","area":"459"} , +{"type":"Feature","id":"n4548994806","geometry":{"type":"Point","coordinates":[-0.7549001,50.9773286]},"properties":{"@type":"node","@id":4548994806,"@timestamp":1522058749},"coords":"50.9773286,-0.7549001","bedrooms":"1","price":"249000","area":"409"} , +{"type":"Feature","id":"n4549003840","geometry":{"type":"Point","coordinates":[0.0015029,51.5486044]},"properties":{"@type":"node","@id":4549003840,"@timestamp":1481456123},"coords":"51.5486044,0.0015029","bedrooms":"4","price":"264000","area":"397"} , +{"type":"Feature","id":"n4549195806","geometry":{"type":"Point","coordinates":[-0.1740817,51.4614997]},"properties":{"@type":"node","@id":4549195806,"@timestamp":1627398108},"coords":"51.4614997,-0.1740817","bedrooms":"3","price":"170000","area":"586"} , +{"type":"Feature","id":"n4549306080","geometry":{"type":"Point","coordinates":[-0.1271581,51.4949638]},"properties":{"@type":"node","@id":4549306080,"@timestamp":1506844669},"coords":"51.4949638,-0.1271581","bedrooms":"2","price":"182000","area":"565"} , +{"type":"Feature","id":"n4549416660","geometry":{"type":"Point","coordinates":[0.3678298,51.4434342]},"properties":{"@type":"node","@id":4549416660,"@timestamp":1575748138},"coords":"51.4434342,0.3678298","bedrooms":"0","price":"207000","area":"601"} , +{"type":"Feature","id":"n4549420522","geometry":{"type":"Point","coordinates":[-0.00987,51.5773573]},"properties":{"@type":"node","@id":4549420522,"@timestamp":1481471605},"coords":"51.5773573,-0.00987","bedrooms":"4","price":"249000","area":"521"} , +{"type":"Feature","id":"n4549477140","geometry":{"type":"Point","coordinates":[0.366788,51.442786]},"properties":{"@type":"node","@id":4549477140,"@timestamp":1481473469},"coords":"51.442786,0.366788","bedrooms":"4","price":"260000","area":"482"} , +{"type":"Feature","id":"n4549500725","geometry":{"type":"Point","coordinates":[0.368024,51.442099]},"properties":{"@type":"node","@id":4549500725,"@timestamp":1633345258},"coords":"51.442099,0.368024","bedrooms":"0","price":"202000","area":"380"} , +{"type":"Feature","id":"n4549507521","geometry":{"type":"Point","coordinates":[-0.0754645,51.5537699]},"properties":{"@type":"node","@id":4549507521,"@timestamp":1481474810},"coords":"51.5537699,-0.0754645","bedrooms":"2","price":"231000","area":"529"} , +{"type":"Feature","id":"n4549535831","geometry":{"type":"Point","coordinates":[0.368021,51.441846]},"properties":{"@type":"node","@id":4549535831,"@timestamp":1633345258},"coords":"51.441846,0.368021","bedrooms":"2","price":"236000","area":"503"} , +{"type":"Feature","id":"n4549778288","geometry":{"type":"Point","coordinates":[-0.5823329,51.3270198]},"properties":{"@type":"node","@id":4549778288,"@timestamp":1481487876},"coords":"51.3270198,-0.5823329","bedrooms":"3","price":"209000","area":"389"} , +{"type":"Feature","id":"n4549825231","geometry":{"type":"Point","coordinates":[-0.0065592,51.5779352]},"properties":{"@type":"node","@id":4549825231,"@timestamp":1481490719},"coords":"51.5779352,-0.0065592","bedrooms":"0","price":"276000","area":"361"} , +{"type":"Feature","id":"n4549835522","geometry":{"type":"Point","coordinates":[-0.0068596,51.5771647]},"properties":{"@type":"node","@id":4549835522,"@timestamp":1481490319},"coords":"51.5771647,-0.0068596","bedrooms":"4","price":"219000","area":"561"} , +{"type":"Feature","id":"n4550426637","geometry":{"type":"Point","coordinates":[-0.1049375,51.5313627]},"properties":{"@type":"node","@id":4550426637,"@timestamp":1564908073},"coords":"51.5313627,-0.1049375","bedrooms":"0","price":"253000","area":"637"} , +{"type":"Feature","id":"n4550916492","geometry":{"type":"Point","coordinates":[-0.2095106,51.4213203]},"properties":{"@type":"node","@id":4550916492,"@timestamp":1502060778},"coords":"51.4213203,-0.2095106","bedrooms":"4","price":"282000","area":"491"} , +{"type":"Feature","id":"n4551267504","geometry":{"type":"Point","coordinates":[-0.3062389,51.4089132]},"properties":{"@type":"node","@id":4551267504,"@timestamp":1598528645},"coords":"51.4089132,-0.3062389","bedrooms":"1","price":"277000","area":"674"} , +{"type":"Feature","id":"n4552178627","geometry":{"type":"Point","coordinates":[-0.1358446,51.496181]},"properties":{"@type":"node","@id":4552178627,"@timestamp":1481629415},"coords":"51.496181,-0.1358446","bedrooms":"2","price":"238000","area":"510"} , +{"type":"Feature","id":"n4552523056","geometry":{"type":"Point","coordinates":[-0.7389949,50.9868754]},"properties":{"@type":"node","@id":4552523056,"@timestamp":1514393940},"coords":"50.9868754,-0.7389949","bedrooms":"2","price":"295000","area":"553"} , +{"type":"Feature","id":"n4553449854","geometry":{"type":"Point","coordinates":[0.1528515,51.6438038]},"properties":{"@type":"node","@id":4553449854,"@timestamp":1481699749},"coords":"51.6438038,0.1528515","bedrooms":"0","price":"207000","area":"692"} , +{"type":"Feature","id":"n4553840695","geometry":{"type":"Point","coordinates":[-0.2070853,51.4220557]},"properties":{"@type":"node","@id":4553840695,"@timestamp":1489865632},"coords":"51.4220557,-0.2070853","bedrooms":"0","price":"256000","area":"681"} , +{"type":"Feature","id":"n4553934858","geometry":{"type":"Point","coordinates":[-0.3017634,51.0834513]},"properties":{"@type":"node","@id":4553934858,"@timestamp":1610100924},"coords":"51.0834513,-0.3017634","bedrooms":"3","price":"174000","area":"645"} , +{"type":"Feature","id":"n4554435900","geometry":{"type":"Point","coordinates":[0.0148757,51.0360562]},"properties":{"@type":"node","@id":4554435900,"@timestamp":1481746294},"coords":"51.0360562,0.0148757","bedrooms":"0","price":"153000","area":"476"} , +{"type":"Feature","id":"n4554492892","geometry":{"type":"Point","coordinates":[-0.1520972,51.5046331]},"properties":{"@type":"node","@id":4554492892,"@timestamp":1590726140},"coords":"51.5046331,-0.1520972","bedrooms":"1","price":"201000","area":"550"} , +{"type":"Feature","id":"n4555246074","geometry":{"type":"Point","coordinates":[0.1056795,51.7663683]},"properties":{"@type":"node","@id":4555246074,"@timestamp":1613740351},"coords":"51.7663683,0.1056795","bedrooms":"0","price":"217000","area":"451"} , +{"type":"Feature","id":"n4555318214","geometry":{"type":"Point","coordinates":[0.7382188,51.7727029]},"properties":{"@type":"node","@id":4555318214,"@timestamp":1481793288},"coords":"51.7727029,0.7382188","bedrooms":"4","price":"257000","area":"392"} , +{"type":"Feature","id":"n4555484426","geometry":{"type":"Point","coordinates":[-0.1657112,51.4579326]},"properties":{"@type":"node","@id":4555484426,"@timestamp":1623149200},"coords":"51.4579326,-0.1657112","bedrooms":"2","price":"206000","area":"668"} , +{"type":"Feature","id":"n4555554974","geometry":{"type":"Point","coordinates":[0.0857378,51.7762297]},"properties":{"@type":"node","@id":4555554974,"@timestamp":1481805092},"coords":"51.7762297,0.0857378","bedrooms":"1","price":"294000","area":"500"} , +{"type":"Feature","id":"n4555555789","geometry":{"type":"Point","coordinates":[0.085086,51.7759542]},"properties":{"@type":"node","@id":4555555789,"@timestamp":1481805092},"coords":"51.7759542,0.085086","bedrooms":"2","price":"151000","area":"664"} , +{"type":"Feature","id":"n4555555803","geometry":{"type":"Point","coordinates":[0.093897,51.7807103]},"properties":{"@type":"node","@id":4555555803,"@timestamp":1481805092},"coords":"51.7807103,0.093897","bedrooms":"0","price":"236000","area":"484"} , +{"type":"Feature","id":"n4555556654","geometry":{"type":"Point","coordinates":[0.1362652,51.7857281]},"properties":{"@type":"node","@id":4555556654,"@timestamp":1481805134},"coords":"51.7857281,0.1362652","bedrooms":"2","price":"239000","area":"586"} , +{"type":"Feature","id":"n4555559726","geometry":{"type":"Point","coordinates":[0.1365957,51.7924744]},"properties":{"@type":"node","@id":4555559726,"@timestamp":1481805358},"coords":"51.7924744,0.1365957","bedrooms":"1","price":"210000","area":"495"} , +{"type":"Feature","id":"n4555564355","geometry":{"type":"Point","coordinates":[0.0784698,51.7694572]},"properties":{"@type":"node","@id":4555564355,"@timestamp":1481805838},"coords":"51.7694572,0.0784698","bedrooms":"2","price":"205000","area":"601"} , +{"type":"Feature","id":"n4555661360","geometry":{"type":"Point","coordinates":[-0.1420495,51.6850776]},"properties":{"@type":"node","@id":4555661360,"@timestamp":1481811705},"coords":"51.6850776,-0.1420495","bedrooms":"3","price":"234000","area":"678"} , +{"type":"Feature","id":"n4556215610","geometry":{"type":"Point","coordinates":[-0.0153195,51.5268323]},"properties":{"@type":"node","@id":4556215610,"@timestamp":1481840640},"coords":"51.5268323,-0.0153195","bedrooms":"0","price":"160000","area":"418"} , +{"type":"Feature","id":"n4556243690","geometry":{"type":"Point","coordinates":[-0.0067445,51.4614713]},"properties":{"@type":"node","@id":4556243690,"@timestamp":1631792242},"coords":"51.4614713,-0.0067445","bedrooms":"2","price":"290000","area":"505"} , +{"type":"Feature","id":"n4556566920","geometry":{"type":"Point","coordinates":[-0.0076349,51.5780226]},"properties":{"@type":"node","@id":4556566920,"@timestamp":1578830468},"coords":"51.5780226,-0.0076349","bedrooms":"4","price":"250000","area":"592"} , +{"type":"Feature","id":"n4556840088","geometry":{"type":"Point","coordinates":[-0.0931108,51.5418549]},"properties":{"@type":"node","@id":4556840088,"@timestamp":1481879053},"coords":"51.5418549,-0.0931108","bedrooms":"4","price":"202000","area":"368"} , +{"type":"Feature","id":"n4557426489","geometry":{"type":"Point","coordinates":[0.1637113,51.6006999]},"properties":{"@type":"node","@id":4557426489,"@timestamp":1517522190},"coords":"51.6006999,0.1637113","bedrooms":"2","price":"152000","area":"510"} , +{"type":"Feature","id":"n4558118793","geometry":{"type":"Point","coordinates":[-0.0099968,51.573959]},"properties":{"@type":"node","@id":4558118793,"@timestamp":1564908073},"coords":"51.573959,-0.0099968","bedrooms":"4","price":"297000","area":"556"} , +{"type":"Feature","id":"n4558283155","geometry":{"type":"Point","coordinates":[-0.3248764,51.0628241]},"properties":{"@type":"node","@id":4558283155,"@timestamp":1610372882},"coords":"51.0628241,-0.3248764","bedrooms":"3","price":"279000","area":"403"} , +{"type":"Feature","id":"n4558386408","geometry":{"type":"Point","coordinates":[0.0124862,51.5170473]},"properties":{"@type":"node","@id":4558386408,"@timestamp":1481984741},"coords":"51.5170473,0.0124862","bedrooms":"0","price":"251000","area":"687"} , +{"type":"Feature","id":"n4558469913","geometry":{"type":"Point","coordinates":[-0.1383006,51.5381325]},"properties":{"@type":"node","@id":4558469913,"@timestamp":1481978389},"coords":"51.5381325,-0.1383006","bedrooms":"1","price":"280000","area":"527"} , +{"type":"Feature","id":"n4558769042","geometry":{"type":"Point","coordinates":[-0.0123022,51.5826184]},"properties":{"@type":"node","@id":4558769042,"@timestamp":1544901015},"coords":"51.5826184,-0.0123022","bedrooms":"4","price":"182000","area":"631"} , +{"type":"Feature","id":"n4558839849","geometry":{"type":"Point","coordinates":[-0.0592664,51.5269129]},"properties":{"@type":"node","@id":4558839849,"@timestamp":1481996202},"coords":"51.5269129,-0.0592664","bedrooms":"4","price":"284000","area":"559"} , +{"type":"Feature","id":"n4559186874","geometry":{"type":"Point","coordinates":[-0.1424226,51.4960353]},"properties":{"@type":"node","@id":4559186874,"@timestamp":1564908073},"coords":"51.4960353,-0.1424226","bedrooms":"0","price":"223000","area":"629"} , +{"type":"Feature","id":"n4559315018","geometry":{"type":"Point","coordinates":[-0.0819549,51.5044248]},"properties":{"@type":"node","@id":4559315018,"@timestamp":1482022397},"coords":"51.5044248,-0.0819549","bedrooms":"2","price":"284000","area":"369"} , +{"type":"Feature","id":"n4559329568","geometry":{"type":"Point","coordinates":[-0.0883593,51.5067728]},"properties":{"@type":"node","@id":4559329568,"@timestamp":1482023629},"coords":"51.5067728,-0.0883593","bedrooms":"4","price":"221000","area":"516"} , +{"type":"Feature","id":"n4559339117","geometry":{"type":"Point","coordinates":[-0.1344568,51.5683736]},"properties":{"@type":"node","@id":4559339117,"@timestamp":1482024127},"coords":"51.5683736,-0.1344568","bedrooms":"1","price":"251000","area":"358"} , +{"type":"Feature","id":"n4559339217","geometry":{"type":"Point","coordinates":[-0.1338152,51.5680404]},"properties":{"@type":"node","@id":4559339217,"@timestamp":1482024128},"coords":"51.5680404,-0.1338152","bedrooms":"4","price":"237000","area":"447"} , +{"type":"Feature","id":"n4559339289","geometry":{"type":"Point","coordinates":[-0.1330235,51.5679353]},"properties":{"@type":"node","@id":4559339289,"@timestamp":1591228676},"coords":"51.5679353,-0.1330235","bedrooms":"0","price":"285000","area":"422"} , +{"type":"Feature","id":"n4559359670","geometry":{"type":"Point","coordinates":[-0.1330336,51.5692676]},"properties":{"@type":"node","@id":4559359670,"@timestamp":1482027392},"coords":"51.5692676,-0.1330336","bedrooms":"1","price":"293000","area":"513"} , +{"type":"Feature","id":"n4559359706","geometry":{"type":"Point","coordinates":[-0.1336054,51.5689297]},"properties":{"@type":"node","@id":4559359706,"@timestamp":1482027393},"coords":"51.5689297,-0.1336054","bedrooms":"4","price":"235000","area":"665"} , +{"type":"Feature","id":"n4559359720","geometry":{"type":"Point","coordinates":[-0.1342172,51.5686535]},"properties":{"@type":"node","@id":4559359720,"@timestamp":1482027393},"coords":"51.5686535,-0.1342172","bedrooms":"4","price":"181000","area":"366"} , +{"type":"Feature","id":"n4559614538","geometry":{"type":"Point","coordinates":[0.0035868,51.5839183]},"properties":{"@type":"node","@id":4559614538,"@timestamp":1482049837},"coords":"51.5839183,0.0035868","bedrooms":"4","price":"170000","area":"697"} , +{"type":"Feature","id":"n4560163646","geometry":{"type":"Point","coordinates":[-0.2623204,51.782036]},"properties":{"@type":"node","@id":4560163646,"@timestamp":1482070009},"coords":"51.782036,-0.2623204","bedrooms":"4","price":"243000","area":"559"} , +{"type":"Feature","id":"n4560464779","geometry":{"type":"Point","coordinates":[0.0053987,51.5500052]},"properties":{"@type":"node","@id":4560464779,"@timestamp":1620205617},"coords":"51.5500052,0.0053987","bedrooms":"4","price":"251000","area":"429"} , +{"type":"Feature","id":"n4560491377","geometry":{"type":"Point","coordinates":[-0.2198005,51.5342168]},"properties":{"@type":"node","@id":4560491377,"@timestamp":1482085374},"coords":"51.5342168,-0.2198005","bedrooms":"3","price":"177000","area":"461"} , +{"type":"Feature","id":"n4560492080","geometry":{"type":"Point","coordinates":[-0.2184259,51.5335636]},"properties":{"@type":"node","@id":4560492080,"@timestamp":1523576586},"coords":"51.5335636,-0.2184259","bedrooms":"4","price":"228000","area":"509"} , +{"type":"Feature","id":"n4560492244","geometry":{"type":"Point","coordinates":[-0.2197144,51.5344604]},"properties":{"@type":"node","@id":4560492244,"@timestamp":1482085378},"coords":"51.5344604,-0.2197144","bedrooms":"1","price":"202000","area":"537"} , +{"type":"Feature","id":"n4560492398","geometry":{"type":"Point","coordinates":[-0.2203202,51.5356283]},"properties":{"@type":"node","@id":4560492398,"@timestamp":1564908073},"coords":"51.5356283,-0.2203202","bedrooms":"0","price":"235000","area":"673"} , +{"type":"Feature","id":"n4560756195","geometry":{"type":"Point","coordinates":[-0.1237611,51.4861906]},"properties":{"@type":"node","@id":4560756195,"@timestamp":1623057519},"coords":"51.4861906,-0.1237611","bedrooms":"3","price":"257000","area":"491"} , +{"type":"Feature","id":"n4560757453","geometry":{"type":"Point","coordinates":[-0.891667,51.4747384]},"properties":{"@type":"node","@id":4560757453,"@timestamp":1552926436},"coords":"51.4747384,-0.891667","bedrooms":"1","price":"191000","area":"663"} , +{"type":"Feature","id":"n4560935418","geometry":{"type":"Point","coordinates":[-0.2112557,51.4202185]},"properties":{"@type":"node","@id":4560935418,"@timestamp":1605383298},"coords":"51.4202185,-0.2112557","bedrooms":"2","price":"170000","area":"648"} , +{"type":"Feature","id":"n4561000540","geometry":{"type":"Point","coordinates":[-0.138209,51.5387281]},"properties":{"@type":"node","@id":4561000540,"@timestamp":1482114181},"coords":"51.5387281,-0.138209","bedrooms":"4","price":"276000","area":"602"} , +{"type":"Feature","id":"n4561001510","geometry":{"type":"Point","coordinates":[-0.1384835,51.538784]},"properties":{"@type":"node","@id":4561001510,"@timestamp":1580917009},"coords":"51.538784,-0.1384835","bedrooms":"3","price":"204000","area":"474"} , +{"type":"Feature","id":"n4561279182","geometry":{"type":"Point","coordinates":[-0.7627826,51.4068918]},"properties":{"@type":"node","@id":4561279182,"@timestamp":1543770330},"coords":"51.4068918,-0.7627826","bedrooms":"4","price":"298000","area":"503"} , +{"type":"Feature","id":"n4561611330","geometry":{"type":"Point","coordinates":[-0.0353716,51.5766836]},"properties":{"@type":"node","@id":4561611330,"@timestamp":1482145853},"coords":"51.5766836,-0.0353716","bedrooms":"2","price":"279000","area":"477"} , +{"type":"Feature","id":"n4561653742","geometry":{"type":"Point","coordinates":[-0.1866271,51.521804]},"properties":{"@type":"node","@id":4561653742,"@timestamp":1569695786},"coords":"51.521804,-0.1866271","bedrooms":"0","price":"272000","area":"562"} , +{"type":"Feature","id":"n4561653758","geometry":{"type":"Point","coordinates":[-0.1876351,51.5207477]},"properties":{"@type":"node","@id":4561653758,"@timestamp":1569695786},"coords":"51.5207477,-0.1876351","bedrooms":"3","price":"156000","area":"683"} , +{"type":"Feature","id":"n4561653771","geometry":{"type":"Point","coordinates":[-0.1859888,51.5214842]},"properties":{"@type":"node","@id":4561653771,"@timestamp":1569695786},"coords":"51.5214842,-0.1859888","bedrooms":"2","price":"221000","area":"454"} , +{"type":"Feature","id":"n4561653781","geometry":{"type":"Point","coordinates":[-0.1862282,51.520581]},"properties":{"@type":"node","@id":4561653781,"@timestamp":1569695786},"coords":"51.520581,-0.1862282","bedrooms":"0","price":"200000","area":"425"} , +{"type":"Feature","id":"n4561719547","geometry":{"type":"Point","coordinates":[0.5584193,51.3726762]},"properties":{"@type":"node","@id":4561719547,"@timestamp":1482150751},"coords":"51.3726762,0.5584193","bedrooms":"2","price":"155000","area":"452"} , +{"type":"Feature","id":"n4561916628","geometry":{"type":"Point","coordinates":[-0.000445,51.5917224]},"properties":{"@type":"node","@id":4561916628,"@timestamp":1482159324},"coords":"51.5917224,-0.000445","bedrooms":"4","price":"278000","area":"642"} , +{"type":"Feature","id":"n4562175535","geometry":{"type":"Point","coordinates":[-0.0403282,51.6465053]},"properties":{"@type":"node","@id":4562175535,"@timestamp":1482171728},"coords":"51.6465053,-0.0403282","bedrooms":"0","price":"195000","area":"648"} , +{"type":"Feature","id":"n4562365299","geometry":{"type":"Point","coordinates":[-0.0356501,51.5097284]},"properties":{"@type":"node","@id":4562365299,"@timestamp":1482180558},"coords":"51.5097284,-0.0356501","bedrooms":"3","price":"294000","area":"686"} , +{"type":"Feature","id":"n4562474529","geometry":{"type":"Point","coordinates":[-0.1427633,51.4951876]},"properties":{"@type":"node","@id":4562474529,"@timestamp":1631434944},"coords":"51.4951876,-0.1427633","bedrooms":"3","price":"232000","area":"662"} , +{"type":"Feature","id":"n4563411616","geometry":{"type":"Point","coordinates":[0.0049682,51.5495071]},"properties":{"@type":"node","@id":4563411616,"@timestamp":1619004220},"coords":"51.5495071,0.0049682","bedrooms":"3","price":"286000","area":"474"} , +{"type":"Feature","id":"n4563709142","geometry":{"type":"Point","coordinates":[-0.2201257,51.5232214]},"properties":{"@type":"node","@id":4563709142,"@timestamp":1583562190},"coords":"51.5232214,-0.2201257","bedrooms":"2","price":"223000","area":"390"} , +{"type":"Feature","id":"n4564018143","geometry":{"type":"Point","coordinates":[0.5357467,51.3774696]},"properties":{"@type":"node","@id":4564018143,"@timestamp":1577557927},"coords":"51.3774696,0.5357467","bedrooms":"2","price":"179000","area":"514"} , +{"type":"Feature","id":"n4564018154","geometry":{"type":"Point","coordinates":[0.5484793,51.3698007]},"properties":{"@type":"node","@id":4564018154,"@timestamp":1482260395},"coords":"51.3698007,0.5484793","bedrooms":"1","price":"213000","area":"452"} , +{"type":"Feature","id":"n4564092446","geometry":{"type":"Point","coordinates":[0.1727746,51.3973921]},"properties":{"@type":"node","@id":4564092446,"@timestamp":1618014949},"coords":"51.3973921,0.1727746","bedrooms":"2","price":"284000","area":"478"} , +{"type":"Feature","id":"n4564334091","geometry":{"type":"Point","coordinates":[-0.0757971,51.5409024]},"properties":{"@type":"node","@id":4564334091,"@timestamp":1482277067},"coords":"51.5409024,-0.0757971","bedrooms":"2","price":"203000","area":"363"} , +{"type":"Feature","id":"n4564532564","geometry":{"type":"Point","coordinates":[-0.0194393,51.5852636]},"properties":{"@type":"node","@id":4564532564,"@timestamp":1482296097},"coords":"51.5852636,-0.0194393","bedrooms":"2","price":"169000","area":"547"} , +{"type":"Feature","id":"n4564947529","geometry":{"type":"Point","coordinates":[-0.1245293,51.5312315]},"properties":{"@type":"node","@id":4564947529,"@timestamp":1482319361},"coords":"51.5312315,-0.1245293","bedrooms":"3","price":"179000","area":"663"} , +{"type":"Feature","id":"n4565279777","geometry":{"type":"Point","coordinates":[-0.725539,50.9973624]},"properties":{"@type":"node","@id":4565279777,"@timestamp":1482335642},"coords":"50.9973624,-0.725539","bedrooms":"0","price":"276000","area":"508"} , +{"type":"Feature","id":"n4565368728","geometry":{"type":"Point","coordinates":[0.5707243,51.3488184]},"properties":{"@type":"node","@id":4565368728,"@timestamp":1543945613},"coords":"51.3488184,0.5707243","bedrooms":"2","price":"271000","area":"439"} , +{"type":"Feature","id":"n4565533789","geometry":{"type":"Point","coordinates":[-0.227766,51.5499039]},"properties":{"@type":"node","@id":4565533789,"@timestamp":1482347748},"coords":"51.5499039,-0.227766","bedrooms":"1","price":"163000","area":"385"} , +{"type":"Feature","id":"n4565628225","geometry":{"type":"Point","coordinates":[-0.3994055,51.6652075]},"properties":{"@type":"node","@id":4565628225,"@timestamp":1482352206},"coords":"51.6652075,-0.3994055","bedrooms":"2","price":"210000","area":"458"} , +{"type":"Feature","id":"n4565754130","geometry":{"type":"Point","coordinates":[-0.1225598,51.531748]},"properties":{"@type":"node","@id":4565754130,"@timestamp":1598433194},"coords":"51.531748,-0.1225598","bedrooms":"0","price":"187000","area":"482"} , +{"type":"Feature","id":"n4565979072","geometry":{"type":"Point","coordinates":[-0.1467761,51.570474]},"properties":{"@type":"node","@id":4565979072,"@timestamp":1623531887},"coords":"51.570474,-0.1467761","bedrooms":"3","price":"244000","area":"636"} , +{"type":"Feature","id":"n4566488874","geometry":{"type":"Point","coordinates":[-0.0837536,51.5124447]},"properties":{"@type":"node","@id":4566488874,"@timestamp":1605967728},"coords":"51.5124447,-0.0837536","bedrooms":"3","price":"227000","area":"614"} , +{"type":"Feature","id":"n4566601267","geometry":{"type":"Point","coordinates":[0.2765719,51.1941385]},"properties":{"@type":"node","@id":4566601267,"@timestamp":1482400717},"coords":"51.1941385,0.2765719","bedrooms":"4","price":"174000","area":"398"} , +{"type":"Feature","id":"n4566789652","geometry":{"type":"Point","coordinates":[-0.1939261,51.454148]},"properties":{"@type":"node","@id":4566789652,"@timestamp":1622933192},"coords":"51.454148,-0.1939261","bedrooms":"0","price":"161000","area":"528"} , +{"type":"Feature","id":"n4566899447","geometry":{"type":"Point","coordinates":[-0.7452012,51.3364086]},"properties":{"@type":"node","@id":4566899447,"@timestamp":1482413384},"coords":"51.3364086,-0.7452012","bedrooms":"4","price":"204000","area":"525"} , +{"type":"Feature","id":"n4566929647","geometry":{"type":"Point","coordinates":[-0.1941737,51.4552079]},"properties":{"@type":"node","@id":4566929647,"@timestamp":1622933192},"coords":"51.4552079,-0.1941737","bedrooms":"1","price":"270000","area":"666"} , +{"type":"Feature","id":"n4566929657","geometry":{"type":"Point","coordinates":[-0.1942705,51.4564086]},"properties":{"@type":"node","@id":4566929657,"@timestamp":1622933192},"coords":"51.4564086,-0.1942705","bedrooms":"2","price":"198000","area":"409"} , +{"type":"Feature","id":"n4566976705","geometry":{"type":"Point","coordinates":[-0.1936575,51.4546916]},"properties":{"@type":"node","@id":4566976705,"@timestamp":1622933192},"coords":"51.4546916,-0.1936575","bedrooms":"4","price":"174000","area":"399"} , +{"type":"Feature","id":"n4567016122","geometry":{"type":"Point","coordinates":[-0.1941515,51.4559073]},"properties":{"@type":"node","@id":4567016122,"@timestamp":1625484691},"coords":"51.4559073,-0.1941515","bedrooms":"0","price":"167000","area":"362"} , +{"type":"Feature","id":"n4567034588","geometry":{"type":"Point","coordinates":[-0.2421528,51.4497802]},"properties":{"@type":"node","@id":4567034588,"@timestamp":1635712487},"coords":"51.4497802,-0.2421528","bedrooms":"3","price":"204000","area":"376"} , +{"type":"Feature","id":"n4567067298","geometry":{"type":"Point","coordinates":[0.5518913,51.376041]},"properties":{"@type":"node","@id":4567067298,"@timestamp":1482421008},"coords":"51.376041,0.5518913","bedrooms":"4","price":"194000","area":"615"} , +{"type":"Feature","id":"n4567110783","geometry":{"type":"Point","coordinates":[-0.2234454,51.4562474]},"properties":{"@type":"node","@id":4567110783,"@timestamp":1625786141},"coords":"51.4562474,-0.2234454","bedrooms":"2","price":"185000","area":"564"} , +{"type":"Feature","id":"n4567317893","geometry":{"type":"Point","coordinates":[0.8126382,51.2195379]},"properties":{"@type":"node","@id":4567317893,"@timestamp":1609719390},"coords":"51.2195379,0.8126382","bedrooms":"0","price":"192000","area":"497"} , +{"type":"Feature","id":"n4567402717","geometry":{"type":"Point","coordinates":[-0.2967303,51.0541443]},"properties":{"@type":"node","@id":4567402717,"@timestamp":1482435121},"coords":"51.0541443,-0.2967303","bedrooms":"0","price":"265000","area":"357"} , +{"type":"Feature","id":"n4567402727","geometry":{"type":"Point","coordinates":[-0.2967089,51.0551694]},"properties":{"@type":"node","@id":4567402727,"@timestamp":1482435122},"coords":"51.0551694,-0.2967089","bedrooms":"0","price":"157000","area":"548"} , +{"type":"Feature","id":"n4567746785","geometry":{"type":"Point","coordinates":[0.8537821,51.8741564]},"properties":{"@type":"node","@id":4567746785,"@timestamp":1482479731},"coords":"51.8741564,0.8537821","bedrooms":"4","price":"172000","area":"462"} , +{"type":"Feature","id":"n4568271890","geometry":{"type":"Point","coordinates":[-0.0841869,51.5111359]},"properties":{"@type":"node","@id":4568271890,"@timestamp":1622452621},"coords":"51.5111359,-0.0841869","bedrooms":"2","price":"283000","area":"425"} , +{"type":"Feature","id":"n4568574503","geometry":{"type":"Point","coordinates":[-0.3137468,51.6193352]},"properties":{"@type":"node","@id":4568574503,"@timestamp":1482490997},"coords":"51.6193352,-0.3137468","bedrooms":"1","price":"202000","area":"632"} , +{"type":"Feature","id":"n4568748341","geometry":{"type":"Point","coordinates":[-0.2053419,51.4204003]},"properties":{"@type":"node","@id":4568748341,"@timestamp":1489865633},"coords":"51.4204003,-0.2053419","bedrooms":"2","price":"224000","area":"538"} , +{"type":"Feature","id":"n4568868572","geometry":{"type":"Point","coordinates":[-0.7348448,50.9847838]},"properties":{"@type":"node","@id":4568868572,"@timestamp":1539633389},"coords":"50.9847838,-0.7348448","bedrooms":"2","price":"165000","area":"464"} , +{"type":"Feature","id":"n4569159148","geometry":{"type":"Point","coordinates":[-7.79e-05,51.5917556]},"properties":{"@type":"node","@id":4569159148,"@timestamp":1482518163},"coords":"51.5917556,-7.79e-05","bedrooms":"4","price":"170000","area":"646"} , +{"type":"Feature","id":"n4569196739","geometry":{"type":"Point","coordinates":[0.0012534,51.592244]},"properties":{"@type":"node","@id":4569196739,"@timestamp":1482518844},"coords":"51.592244,0.0012534","bedrooms":"2","price":"203000","area":"455"} , +{"type":"Feature","id":"n4569602107","geometry":{"type":"Point","coordinates":[-0.2845766,51.3650398]},"properties":{"@type":"node","@id":4569602107,"@timestamp":1616854391},"coords":"51.3650398,-0.2845766","bedrooms":"0","price":"225000","area":"414"} , +{"type":"Feature","id":"n4570072366","geometry":{"type":"Point","coordinates":[0.0037386,51.5924743]},"properties":{"@type":"node","@id":4570072366,"@timestamp":1482575929},"coords":"51.5924743,0.0037386","bedrooms":"3","price":"240000","area":"373"} , +{"type":"Feature","id":"n4570121387","geometry":{"type":"Point","coordinates":[0.0046659,51.5926803]},"properties":{"@type":"node","@id":4570121387,"@timestamp":1597971118},"coords":"51.5926803,0.0046659","bedrooms":"0","price":"213000","area":"625"} , +{"type":"Feature","id":"n4570681141","geometry":{"type":"Point","coordinates":[-0.0997189,51.0021479]},"properties":{"@type":"node","@id":4570681141,"@timestamp":1482600336},"coords":"51.0021479,-0.0997189","bedrooms":"2","price":"297000","area":"664"} , +{"type":"Feature","id":"n4570685509","geometry":{"type":"Point","coordinates":[0.354614,51.424937]},"properties":{"@type":"node","@id":4570685509,"@timestamp":1482601005},"coords":"51.424937,0.354614","bedrooms":"0","price":"197000","area":"599"} , +{"type":"Feature","id":"n4571197589","geometry":{"type":"Point","coordinates":[-0.0849161,51.5213012]},"properties":{"@type":"node","@id":4571197589,"@timestamp":1482637620},"coords":"51.5213012,-0.0849161","bedrooms":"0","price":"157000","area":"429"} , +{"type":"Feature","id":"n4572135961","geometry":{"type":"Point","coordinates":[-0.020187,51.5922915]},"properties":{"@type":"node","@id":4572135961,"@timestamp":1482702450},"coords":"51.5922915,-0.020187","bedrooms":"1","price":"265000","area":"412"} , +{"type":"Feature","id":"n4572940498","geometry":{"type":"Point","coordinates":[-0.0212186,51.5933705]},"properties":{"@type":"node","@id":4572940498,"@timestamp":1482748283},"coords":"51.5933705,-0.0212186","bedrooms":"1","price":"234000","area":"587"} , +{"type":"Feature","id":"n4572940519","geometry":{"type":"Point","coordinates":[-0.0205449,51.5930643]},"properties":{"@type":"node","@id":4572940519,"@timestamp":1482748283},"coords":"51.5930643,-0.0205449","bedrooms":"0","price":"218000","area":"355"} , +{"type":"Feature","id":"n4573002992","geometry":{"type":"Point","coordinates":[-0.8307144,51.4111874]},"properties":{"@type":"node","@id":4573002992,"@timestamp":1562018086},"coords":"51.4111874,-0.8307144","bedrooms":"3","price":"189000","area":"515"} , +{"type":"Feature","id":"n4573008590","geometry":{"type":"Point","coordinates":[-0.8334765,51.4100328]},"properties":{"@type":"node","@id":4573008590,"@timestamp":1621086970},"coords":"51.4100328,-0.8334765","bedrooms":"4","price":"218000","area":"608"} , +{"type":"Feature","id":"n4573233861","geometry":{"type":"Point","coordinates":[-0.1238488,51.4597816]},"properties":{"@type":"node","@id":4573233861,"@timestamp":1482757044},"coords":"51.4597816,-0.1238488","bedrooms":"1","price":"227000","area":"692"} , +{"type":"Feature","id":"n4573233880","geometry":{"type":"Point","coordinates":[-0.1233715,51.461968]},"properties":{"@type":"node","@id":4573233880,"@timestamp":1482757044},"coords":"51.461968,-0.1233715","bedrooms":"0","price":"276000","area":"607"} , +{"type":"Feature","id":"n4573241842","geometry":{"type":"Point","coordinates":[-0.0432244,51.0748482]},"properties":{"@type":"node","@id":4573241842,"@timestamp":1619370573},"coords":"51.0748482,-0.0432244","bedrooms":"2","price":"204000","area":"601"} , +{"type":"Feature","id":"n4573241865","geometry":{"type":"Point","coordinates":[-0.0297472,51.0848972]},"properties":{"@type":"node","@id":4573241865,"@timestamp":1482757206},"coords":"51.0848972,-0.0297472","bedrooms":"3","price":"180000","area":"549"} , +{"type":"Feature","id":"n4573260447","geometry":{"type":"Point","coordinates":[-0.1234086,51.4597402]},"properties":{"@type":"node","@id":4573260447,"@timestamp":1482757876},"coords":"51.4597402,-0.1234086","bedrooms":"2","price":"296000","area":"490"} , +{"type":"Feature","id":"n4573267056","geometry":{"type":"Point","coordinates":[0.3357807,51.4432138]},"properties":{"@type":"node","@id":4573267056,"@timestamp":1482758489},"coords":"51.4432138,0.3357807","bedrooms":"3","price":"187000","area":"350"} , +{"type":"Feature","id":"n4573598110","geometry":{"type":"Point","coordinates":[0.3478341,51.40087]},"properties":{"@type":"node","@id":4573598110,"@timestamp":1591640817},"coords":"51.40087,0.3478341","bedrooms":"0","price":"178000","area":"384"} , +{"type":"Feature","id":"n4573675765","geometry":{"type":"Point","coordinates":[0.1573555,51.4572682]},"properties":{"@type":"node","@id":4573675765,"@timestamp":1618596037},"coords":"51.4572682,0.1573555","bedrooms":"0","price":"221000","area":"379"} , +{"type":"Feature","id":"n4574111193","geometry":{"type":"Point","coordinates":[-0.123549,51.4625626]},"properties":{"@type":"node","@id":4574111193,"@timestamp":1482792416},"coords":"51.4625626,-0.123549","bedrooms":"1","price":"286000","area":"361"} , +{"type":"Feature","id":"n4574113587","geometry":{"type":"Point","coordinates":[-0.1258096,51.4601905]},"properties":{"@type":"node","@id":4574113587,"@timestamp":1589551242},"coords":"51.4601905,-0.1258096","bedrooms":"2","price":"169000","area":"484"} , +{"type":"Feature","id":"n4574890625","geometry":{"type":"Point","coordinates":[-0.0135633,51.6032931]},"properties":{"@type":"node","@id":4574890625,"@timestamp":1482836533},"coords":"51.6032931,-0.0135633","bedrooms":"0","price":"212000","area":"485"} , +{"type":"Feature","id":"n4574890635","geometry":{"type":"Point","coordinates":[-0.0142406,51.6032342]},"properties":{"@type":"node","@id":4574890635,"@timestamp":1482836534},"coords":"51.6032342,-0.0142406","bedrooms":"3","price":"161000","area":"682"} , +{"type":"Feature","id":"n4574890645","geometry":{"type":"Point","coordinates":[-0.0149178,51.6031752]},"properties":{"@type":"node","@id":4574890645,"@timestamp":1482836535},"coords":"51.6031752,-0.0149178","bedrooms":"2","price":"219000","area":"615"} , +{"type":"Feature","id":"n4574890662","geometry":{"type":"Point","coordinates":[-0.0145108,51.6037077]},"properties":{"@type":"node","@id":4574890662,"@timestamp":1515856545},"coords":"51.6037077,-0.0145108","bedrooms":"4","price":"233000","area":"659"} , +{"type":"Feature","id":"n4574890672","geometry":{"type":"Point","coordinates":[-0.0139616,51.6037554]},"properties":{"@type":"node","@id":4574890672,"@timestamp":1515856544},"coords":"51.6037554,-0.0139616","bedrooms":"2","price":"260000","area":"431"} , +{"type":"Feature","id":"n4575584658","geometry":{"type":"Point","coordinates":[-0.0696623,51.541103]},"properties":{"@type":"node","@id":4575584658,"@timestamp":1482856861},"coords":"51.541103,-0.0696623","bedrooms":"2","price":"258000","area":"670"} , +{"type":"Feature","id":"n4575700421","geometry":{"type":"Point","coordinates":[0.2930469,51.1572003]},"properties":{"@type":"node","@id":4575700421,"@timestamp":1482860150},"coords":"51.1572003,0.2930469","bedrooms":"1","price":"171000","area":"547"} , +{"type":"Feature","id":"n4575727671","geometry":{"type":"Point","coordinates":[0.323048,51.448349]},"properties":{"@type":"node","@id":4575727671,"@timestamp":1482861859},"coords":"51.448349,0.323048","bedrooms":"2","price":"216000","area":"634"} , +{"type":"Feature","id":"n4575746914","geometry":{"type":"Point","coordinates":[0.2881222,51.156184]},"properties":{"@type":"node","@id":4575746914,"@timestamp":1482862892},"coords":"51.156184,0.2881222","bedrooms":"2","price":"299000","area":"602"} , +{"type":"Feature","id":"n4575778016","geometry":{"type":"Point","coordinates":[0.3852187,51.4284947]},"properties":{"@type":"node","@id":4575778016,"@timestamp":1543667361},"coords":"51.4284947,0.3852187","bedrooms":"3","price":"299000","area":"631"} , +{"type":"Feature","id":"n4575797607","geometry":{"type":"Point","coordinates":[-0.0308712,51.5786177]},"properties":{"@type":"node","@id":4575797607,"@timestamp":1483044148},"coords":"51.5786177,-0.0308712","bedrooms":"2","price":"183000","area":"483"} , +{"type":"Feature","id":"n4575875473","geometry":{"type":"Point","coordinates":[0.3938125,51.4178019]},"properties":{"@type":"node","@id":4575875473,"@timestamp":1482867267},"coords":"51.4178019,0.3938125","bedrooms":"3","price":"223000","area":"688"} , +{"type":"Feature","id":"n4576021370","geometry":{"type":"Point","coordinates":[0.4728368,51.7435908]},"properties":{"@type":"node","@id":4576021370,"@timestamp":1482874048},"coords":"51.7435908,0.4728368","bedrooms":"0","price":"258000","area":"615"} , +{"type":"Feature","id":"n4576021381","geometry":{"type":"Point","coordinates":[0.4729298,51.7428092]},"properties":{"@type":"node","@id":4576021381,"@timestamp":1482874048},"coords":"51.7428092,0.4729298","bedrooms":"4","price":"298000","area":"379"} , +{"type":"Feature","id":"n4577364448","geometry":{"type":"Point","coordinates":[-0.9587045,51.3948432]},"properties":{"@type":"node","@id":4577364448,"@timestamp":1580913161},"coords":"51.3948432,-0.9587045","bedrooms":"1","price":"251000","area":"563"} , +{"type":"Feature","id":"n4577583280","geometry":{"type":"Point","coordinates":[0.5444669,51.3853205]},"properties":{"@type":"node","@id":4577583280,"@timestamp":1574675328},"coords":"51.3853205,0.5444669","bedrooms":"2","price":"260000","area":"405"} , +{"type":"Feature","id":"n4577583590","geometry":{"type":"Point","coordinates":[0.5440758,51.3858577]},"properties":{"@type":"node","@id":4577583590,"@timestamp":1543945642},"coords":"51.3858577,0.5440758","bedrooms":"4","price":"282000","area":"420"} , +{"type":"Feature","id":"n4577699730","geometry":{"type":"Point","coordinates":[-0.7748109,51.2153058]},"properties":{"@type":"node","@id":4577699730,"@timestamp":1482940644},"coords":"51.2153058,-0.7748109","bedrooms":"3","price":"287000","area":"463"} , +{"type":"Feature","id":"n4577768210","geometry":{"type":"Point","coordinates":[-0.4929711,51.3709957]},"properties":{"@type":"node","@id":4577768210,"@timestamp":1564492176},"coords":"51.3709957,-0.4929711","bedrooms":"1","price":"261000","area":"441"} , +{"type":"Feature","id":"n4577859241","geometry":{"type":"Point","coordinates":[-0.9421123,51.4004933]},"properties":{"@type":"node","@id":4577859241,"@timestamp":1482946190},"coords":"51.4004933,-0.9421123","bedrooms":"0","price":"177000","area":"627"} , +{"type":"Feature","id":"n4578031616","geometry":{"type":"Point","coordinates":[0.1232748,51.7829285]},"properties":{"@type":"node","@id":4578031616,"@timestamp":1631655922},"coords":"51.7829285,0.1232748","bedrooms":"1","price":"259000","area":"444"} , +{"type":"Feature","id":"n4578997492","geometry":{"type":"Point","coordinates":[0.0941829,51.7692477]},"properties":{"@type":"node","@id":4578997492,"@timestamp":1612749329},"coords":"51.7692477,0.0941829","bedrooms":"1","price":"279000","area":"673"} , +{"type":"Feature","id":"n4579454593","geometry":{"type":"Point","coordinates":[-0.0840234,51.510287]},"properties":{"@type":"node","@id":4579454593,"@timestamp":1483018338},"coords":"51.510287,-0.0840234","bedrooms":"2","price":"268000","area":"414"} , +{"type":"Feature","id":"n4579582319","geometry":{"type":"Point","coordinates":[0.6476518,51.471112]},"properties":{"@type":"node","@id":4579582319,"@timestamp":1543945651},"coords":"51.471112,0.6476518","bedrooms":"2","price":"298000","area":"535"} , +{"type":"Feature","id":"n4580194763","geometry":{"type":"Point","coordinates":[-0.0318774,51.5789783]},"properties":{"@type":"node","@id":4580194763,"@timestamp":1483044144},"coords":"51.5789783,-0.0318774","bedrooms":"1","price":"190000","area":"466"} , +{"type":"Feature","id":"n4580200103","geometry":{"type":"Point","coordinates":[-0.0326693,51.5781178]},"properties":{"@type":"node","@id":4580200103,"@timestamp":1483044146},"coords":"51.5781178,-0.0326693","bedrooms":"1","price":"200000","area":"623"} , +{"type":"Feature","id":"n4580265287","geometry":{"type":"Point","coordinates":[-0.0057587,51.5788243]},"properties":{"@type":"node","@id":4580265287,"@timestamp":1483046872},"coords":"51.5788243,-0.0057587","bedrooms":"4","price":"292000","area":"414"} , +{"type":"Feature","id":"n4580643383","geometry":{"type":"Point","coordinates":[-0.0059339,51.578225]},"properties":{"@type":"node","@id":4580643383,"@timestamp":1483076778},"coords":"51.578225,-0.0059339","bedrooms":"1","price":"165000","area":"383"} , +{"type":"Feature","id":"n4580961636","geometry":{"type":"Point","coordinates":[-0.9040026,51.4158085]},"properties":{"@type":"node","@id":4580961636,"@timestamp":1620551779},"coords":"51.4158085,-0.9040026","bedrooms":"2","price":"166000","area":"679"} , +{"type":"Feature","id":"n4580961661","geometry":{"type":"Point","coordinates":[-0.9018204,51.4143628]},"properties":{"@type":"node","@id":4580961661,"@timestamp":1620551779},"coords":"51.4143628,-0.9018204","bedrooms":"0","price":"199000","area":"381"} , +{"type":"Feature","id":"n4580984100","geometry":{"type":"Point","coordinates":[-0.6631263,51.7935452]},"properties":{"@type":"node","@id":4580984100,"@timestamp":1566147261},"coords":"51.7935452,-0.6631263","bedrooms":"4","price":"271000","area":"422"} , +{"type":"Feature","id":"n4581048912","geometry":{"type":"Point","coordinates":[-0.9247682,51.4060033]},"properties":{"@type":"node","@id":4581048912,"@timestamp":1483099138},"coords":"51.4060033,-0.9247682","bedrooms":"0","price":"272000","area":"607"} , +{"type":"Feature","id":"n4581297850","geometry":{"type":"Point","coordinates":[-0.135428,51.5159562]},"properties":{"@type":"node","@id":4581297850,"@timestamp":1630103184},"coords":"51.5159562,-0.135428","bedrooms":"0","price":"286000","area":"545"} , +{"type":"Feature","id":"n4581649866","geometry":{"type":"Point","coordinates":[-0.2946359,51.5957518]},"properties":{"@type":"node","@id":4581649866,"@timestamp":1483120526},"coords":"51.5957518,-0.2946359","bedrooms":"0","price":"266000","area":"355"} , +{"type":"Feature","id":"n4581678050","geometry":{"type":"Point","coordinates":[0.5332415,51.4015749]},"properties":{"@type":"node","@id":4581678050,"@timestamp":1612787516},"coords":"51.4015749,0.5332415","bedrooms":"2","price":"178000","area":"566"} , +{"type":"Feature","id":"n4581678061","geometry":{"type":"Point","coordinates":[0.541411,51.3857582]},"properties":{"@type":"node","@id":4581678061,"@timestamp":1543945662},"coords":"51.3857582,0.541411","bedrooms":"1","price":"266000","area":"676"} , +{"type":"Feature","id":"n4582907652","geometry":{"type":"Point","coordinates":[-0.1454484,51.5148325]},"properties":{"@type":"node","@id":4582907652,"@timestamp":1564908073},"coords":"51.5148325,-0.1454484","bedrooms":"3","price":"170000","area":"505"} , +{"type":"Feature","id":"n4583147694","geometry":{"type":"Point","coordinates":[-0.8504065,51.715403]},"properties":{"@type":"node","@id":4583147694,"@timestamp":1528034394},"coords":"51.715403,-0.8504065","bedrooms":"3","price":"165000","area":"431"} , +{"type":"Feature","id":"n4583372360","geometry":{"type":"Point","coordinates":[-0.6722018,51.9161568]},"properties":{"@type":"node","@id":4583372360,"@timestamp":1483225894},"coords":"51.9161568,-0.6722018","bedrooms":"3","price":"295000","area":"611"} , +{"type":"Feature","id":"n4583804247","geometry":{"type":"Point","coordinates":[-0.6622854,51.9180901]},"properties":{"@type":"node","@id":4583804247,"@timestamp":1483274908},"coords":"51.9180901,-0.6622854","bedrooms":"2","price":"191000","area":"445"} , +{"type":"Feature","id":"n4583904747","geometry":{"type":"Point","coordinates":[-0.6601401,51.9189407]},"properties":{"@type":"node","@id":4583904747,"@timestamp":1483281846},"coords":"51.9189407,-0.6601401","bedrooms":"3","price":"159000","area":"575"} , +{"type":"Feature","id":"n4583984014","geometry":{"type":"Point","coordinates":[0.5338923,51.3791065]},"properties":{"@type":"node","@id":4583984014,"@timestamp":1578238287},"coords":"51.3791065,0.5338923","bedrooms":"4","price":"224000","area":"632"} , +{"type":"Feature","id":"n4584102565","geometry":{"type":"Point","coordinates":[0.8852917,51.9039871]},"properties":{"@type":"node","@id":4584102565,"@timestamp":1597260158},"coords":"51.9039871,0.8852917","bedrooms":"2","price":"235000","area":"640"} , +{"type":"Feature","id":"n4584231246","geometry":{"type":"Point","coordinates":[-0.7314547,51.3362621]},"properties":{"@type":"node","@id":4584231246,"@timestamp":1483297790},"coords":"51.3362621,-0.7314547","bedrooms":"2","price":"152000","area":"370"} , +{"type":"Feature","id":"n4584260193","geometry":{"type":"Point","coordinates":[-0.7501643,51.3381584]},"properties":{"@type":"node","@id":4584260193,"@timestamp":1622327200},"coords":"51.3381584,-0.7501643","bedrooms":"1","price":"258000","area":"356"} , +{"type":"Feature","id":"n4584276934","geometry":{"type":"Point","coordinates":[-0.6609844,51.9165861]},"properties":{"@type":"node","@id":4584276934,"@timestamp":1483300553},"coords":"51.9165861,-0.6609844","bedrooms":"0","price":"179000","area":"612"} , +{"type":"Feature","id":"n4584276963","geometry":{"type":"Point","coordinates":[-0.6615173,51.9164656]},"properties":{"@type":"node","@id":4584276963,"@timestamp":1483300554},"coords":"51.9164656,-0.6615173","bedrooms":"0","price":"211000","area":"589"} , +{"type":"Feature","id":"n4584276973","geometry":{"type":"Point","coordinates":[-0.6623102,51.916392]},"properties":{"@type":"node","@id":4584276973,"@timestamp":1483302959},"coords":"51.916392,-0.6623102","bedrooms":"4","price":"183000","area":"463"} , +{"type":"Feature","id":"n4584276983","geometry":{"type":"Point","coordinates":[-0.661996,51.9164849]},"properties":{"@type":"node","@id":4584276983,"@timestamp":1483302959},"coords":"51.9164849,-0.661996","bedrooms":"3","price":"235000","area":"451"} , +{"type":"Feature","id":"n4584355252","geometry":{"type":"Point","coordinates":[-0.7445786,51.3397243]},"properties":{"@type":"node","@id":4584355252,"@timestamp":1562357626},"coords":"51.3397243,-0.7445786","bedrooms":"4","price":"188000","area":"408"} , +{"type":"Feature","id":"n4584430846","geometry":{"type":"Point","coordinates":[-0.1227244,51.4597996]},"properties":{"@type":"node","@id":4584430846,"@timestamp":1553291662},"coords":"51.4597996,-0.1227244","bedrooms":"2","price":"257000","area":"616"} , +{"type":"Feature","id":"n4584749629","geometry":{"type":"Point","coordinates":[-0.071069,51.5522909]},"properties":{"@type":"node","@id":4584749629,"@timestamp":1483320354},"coords":"51.5522909,-0.071069","bedrooms":"4","price":"268000","area":"433"} , +{"type":"Feature","id":"n4585028329","geometry":{"type":"Point","coordinates":[-0.0031283,51.5802331]},"properties":{"@type":"node","@id":4585028329,"@timestamp":1483344501},"coords":"51.5802331,-0.0031283","bedrooms":"2","price":"186000","area":"595"} , +{"type":"Feature","id":"n4585068983","geometry":{"type":"Point","coordinates":[-0.0194326,51.5907547]},"properties":{"@type":"node","@id":4585068983,"@timestamp":1483347772},"coords":"51.5907547,-0.0194326","bedrooms":"2","price":"215000","area":"693"} , +{"type":"Feature","id":"n4585121575","geometry":{"type":"Point","coordinates":[-0.0185275,51.590498]},"properties":{"@type":"node","@id":4585121575,"@timestamp":1483350729},"coords":"51.590498,-0.0185275","bedrooms":"0","price":"289000","area":"626"} , +{"type":"Feature","id":"n4585474090","geometry":{"type":"Point","coordinates":[0.2907916,51.1566098]},"properties":{"@type":"node","@id":4585474090,"@timestamp":1483368965},"coords":"51.1566098,0.2907916","bedrooms":"4","price":"217000","area":"410"} , +{"type":"Feature","id":"n4585560446","geometry":{"type":"Point","coordinates":[0.554983,51.3849545]},"properties":{"@type":"node","@id":4585560446,"@timestamp":1483374101},"coords":"51.3849545,0.554983","bedrooms":"0","price":"276000","area":"515"} , +{"type":"Feature","id":"n4585560456","geometry":{"type":"Point","coordinates":[0.5552336,51.3842688]},"properties":{"@type":"node","@id":4585560456,"@timestamp":1543945685},"coords":"51.3842688,0.5552336","bedrooms":"2","price":"251000","area":"638"} , +{"type":"Feature","id":"n4585560466","geometry":{"type":"Point","coordinates":[0.5642671,51.3940576]},"properties":{"@type":"node","@id":4585560466,"@timestamp":1543945687},"coords":"51.3940576,0.5642671","bedrooms":"3","price":"276000","area":"510"} , +{"type":"Feature","id":"n4585619543","geometry":{"type":"Point","coordinates":[-0.0193785,51.5851456]},"properties":{"@type":"node","@id":4585619543,"@timestamp":1483376135},"coords":"51.5851456,-0.0193785","bedrooms":"3","price":"288000","area":"485"} , +{"type":"Feature","id":"n4586059382","geometry":{"type":"Point","coordinates":[-0.0191498,51.5835228]},"properties":{"@type":"node","@id":4586059382,"@timestamp":1483392470},"coords":"51.5835228,-0.0191498","bedrooms":"3","price":"165000","area":"674"} , +{"type":"Feature","id":"n4586982237","geometry":{"type":"Point","coordinates":[-0.212879,51.4180575]},"properties":{"@type":"node","@id":4586982237,"@timestamp":1553719826},"coords":"51.4180575,-0.212879","bedrooms":"3","price":"152000","area":"613"} , +{"type":"Feature","id":"n4587464095","geometry":{"type":"Point","coordinates":[0.5275716,51.3813905]},"properties":{"@type":"node","@id":4587464095,"@timestamp":1578238287},"coords":"51.3813905,0.5275716","bedrooms":"1","price":"160000","area":"620"} , +{"type":"Feature","id":"n4587464110","geometry":{"type":"Point","coordinates":[0.5288952,51.3793712]},"properties":{"@type":"node","@id":4587464110,"@timestamp":1483463116},"coords":"51.3793712,0.5288952","bedrooms":"3","price":"292000","area":"489"} , +{"type":"Feature","id":"n4587464124","geometry":{"type":"Point","coordinates":[0.5244416,51.3837943]},"properties":{"@type":"node","@id":4587464124,"@timestamp":1575287951},"coords":"51.3837943,0.5244416","bedrooms":"3","price":"294000","area":"623"} , +{"type":"Feature","id":"n4587464136","geometry":{"type":"Point","coordinates":[0.5285729,51.3815954]},"properties":{"@type":"node","@id":4587464136,"@timestamp":1543945701},"coords":"51.3815954,0.5285729","bedrooms":"4","price":"177000","area":"515"} , +{"type":"Feature","id":"n4587534724","geometry":{"type":"Point","coordinates":[-0.1519965,51.5140883]},"properties":{"@type":"node","@id":4587534724,"@timestamp":1564908073},"coords":"51.5140883,-0.1519965","bedrooms":"3","price":"250000","area":"408"} , +{"type":"Feature","id":"n4587741394","geometry":{"type":"Point","coordinates":[-0.6281277,51.1646449]},"properties":{"@type":"node","@id":4587741394,"@timestamp":1483472796},"coords":"51.1646449,-0.6281277","bedrooms":"2","price":"258000","area":"447"} , +{"type":"Feature","id":"n4587795368","geometry":{"type":"Point","coordinates":[-0.7166168,51.3066341]},"properties":{"@type":"node","@id":4587795368,"@timestamp":1483474360},"coords":"51.3066341,-0.7166168","bedrooms":"2","price":"189000","area":"483"} , +{"type":"Feature","id":"n4587965807","geometry":{"type":"Point","coordinates":[0.5869332,51.1863621]},"properties":{"@type":"node","@id":4587965807,"@timestamp":1596298044},"coords":"51.1863621,0.5869332","bedrooms":"1","price":"281000","area":"378"} , +{"type":"Feature","id":"n4588137516","geometry":{"type":"Point","coordinates":[-0.153315,51.5027485]},"properties":{"@type":"node","@id":4588137516,"@timestamp":1629401792},"coords":"51.5027485,-0.153315","bedrooms":"2","price":"156000","area":"695"} , +{"type":"Feature","id":"n4588769846","geometry":{"type":"Point","coordinates":[-0.0015734,51.5786784]},"properties":{"@type":"node","@id":4588769846,"@timestamp":1483524022},"coords":"51.5786784,-0.0015734","bedrooms":"2","price":"233000","area":"656"} , +{"type":"Feature","id":"n4588843580","geometry":{"type":"Point","coordinates":[-0.0010796,51.5799512]},"properties":{"@type":"node","@id":4588843580,"@timestamp":1483526453},"coords":"51.5799512,-0.0010796","bedrooms":"4","price":"185000","area":"617"} , +{"type":"Feature","id":"n4588845524","geometry":{"type":"Point","coordinates":[-0.0012775,51.5801638]},"properties":{"@type":"node","@id":4588845524,"@timestamp":1483526455},"coords":"51.5801638,-0.0012775","bedrooms":"0","price":"158000","area":"661"} , +{"type":"Feature","id":"n4588921021","geometry":{"type":"Point","coordinates":[0.0012611,51.5803028]},"properties":{"@type":"node","@id":4588921021,"@timestamp":1483528292},"coords":"51.5803028,0.0012611","bedrooms":"0","price":"196000","area":"373"} , +{"type":"Feature","id":"n4588933239","geometry":{"type":"Point","coordinates":[-0.0042721,51.5788858]},"properties":{"@type":"node","@id":4588933239,"@timestamp":1483531614},"coords":"51.5788858,-0.0042721","bedrooms":"1","price":"247000","area":"540"} , +{"type":"Feature","id":"n4589008661","geometry":{"type":"Point","coordinates":[-0.0063873,51.5761268]},"properties":{"@type":"node","@id":4589008661,"@timestamp":1483532577},"coords":"51.5761268,-0.0063873","bedrooms":"2","price":"294000","area":"659"} , +{"type":"Feature","id":"n4589201358","geometry":{"type":"Point","coordinates":[-0.0053783,51.5749485]},"properties":{"@type":"node","@id":4589201358,"@timestamp":1483540802},"coords":"51.5749485,-0.0053783","bedrooms":"2","price":"211000","area":"477"} , +{"type":"Feature","id":"n4589245615","geometry":{"type":"Point","coordinates":[-0.0073658,51.5743605]},"properties":{"@type":"node","@id":4589245615,"@timestamp":1483542069},"coords":"51.5743605,-0.0073658","bedrooms":"3","price":"248000","area":"611"} , +{"type":"Feature","id":"n4589245625","geometry":{"type":"Point","coordinates":[-0.0080094,51.5744707]},"properties":{"@type":"node","@id":4589245625,"@timestamp":1483542070},"coords":"51.5744707,-0.0080094","bedrooms":"4","price":"273000","area":"593"} , +{"type":"Feature","id":"n4589252225","geometry":{"type":"Point","coordinates":[-0.0052625,51.5768844]},"properties":{"@type":"node","@id":4589252225,"@timestamp":1483542487},"coords":"51.5768844,-0.0052625","bedrooms":"4","price":"205000","area":"685"} , +{"type":"Feature","id":"n4589281083","geometry":{"type":"Point","coordinates":[0.0043873,51.5833896]},"properties":{"@type":"node","@id":4589281083,"@timestamp":1600969018},"coords":"51.5833896,0.0043873","bedrooms":"1","price":"245000","area":"524"} , +{"type":"Feature","id":"n4589307974","geometry":{"type":"Point","coordinates":[-0.1231847,51.4767965]},"properties":{"@type":"node","@id":4589307974,"@timestamp":1564908073},"coords":"51.4767965,-0.1231847","bedrooms":"2","price":"198000","area":"432"} , +{"type":"Feature","id":"n4589475940","geometry":{"type":"Point","coordinates":[-0.1219114,51.4718899]},"properties":{"@type":"node","@id":4589475940,"@timestamp":1564908073},"coords":"51.4718899,-0.1219114","bedrooms":"0","price":"243000","area":"548"} , +{"type":"Feature","id":"n4589516832","geometry":{"type":"Point","coordinates":[-0.1948763,51.5244222]},"properties":{"@type":"node","@id":4589516832,"@timestamp":1566660719},"coords":"51.5244222,-0.1948763","bedrooms":"4","price":"230000","area":"501"} , +{"type":"Feature","id":"n4589516863","geometry":{"type":"Point","coordinates":[-0.1917364,51.5265161]},"properties":{"@type":"node","@id":4589516863,"@timestamp":1483553364},"coords":"51.5265161,-0.1917364","bedrooms":"2","price":"262000","area":"564"} , +{"type":"Feature","id":"n4589516873","geometry":{"type":"Point","coordinates":[-0.1912094,51.5262566]},"properties":{"@type":"node","@id":4589516873,"@timestamp":1483553364},"coords":"51.5262566,-0.1912094","bedrooms":"3","price":"240000","area":"676"} , +{"type":"Feature","id":"n4589516883","geometry":{"type":"Point","coordinates":[-0.1900788,51.5258428]},"properties":{"@type":"node","@id":4589516883,"@timestamp":1483553364},"coords":"51.5258428,-0.1900788","bedrooms":"2","price":"215000","area":"577"} , +{"type":"Feature","id":"n4589518393","geometry":{"type":"Point","coordinates":[-0.1889,51.5254815]},"properties":{"@type":"node","@id":4589518393,"@timestamp":1483553365},"coords":"51.5254815,-0.1889","bedrooms":"3","price":"285000","area":"448"} , +{"type":"Feature","id":"n4589518900","geometry":{"type":"Point","coordinates":[-0.2022322,51.5279149]},"properties":{"@type":"node","@id":4589518900,"@timestamp":1483553370},"coords":"51.5279149,-0.2022322","bedrooms":"1","price":"176000","area":"492"} , +{"type":"Feature","id":"n4589518910","geometry":{"type":"Point","coordinates":[-0.2029296,51.5261144]},"properties":{"@type":"node","@id":4589518910,"@timestamp":1483553370},"coords":"51.5261144,-0.2029296","bedrooms":"0","price":"164000","area":"443"} , +{"type":"Feature","id":"n4589518920","geometry":{"type":"Point","coordinates":[-0.2018459,51.5258774]},"properties":{"@type":"node","@id":4589518920,"@timestamp":1483553370},"coords":"51.5258774,-0.2018459","bedrooms":"3","price":"261000","area":"411"} , +{"type":"Feature","id":"n4589518930","geometry":{"type":"Point","coordinates":[-0.2024816,51.5266016]},"properties":{"@type":"node","@id":4589518930,"@timestamp":1483553371},"coords":"51.5266016,-0.2024816","bedrooms":"1","price":"192000","area":"386"} , +{"type":"Feature","id":"n4589518940","geometry":{"type":"Point","coordinates":[-0.2016206,51.5285373]},"properties":{"@type":"node","@id":4589518940,"@timestamp":1483553371},"coords":"51.5285373,-0.2016206","bedrooms":"2","price":"209000","area":"564"} , +{"type":"Feature","id":"n4589518950","geometry":{"type":"Point","coordinates":[-0.2027311,51.5280601]},"properties":{"@type":"node","@id":4589518950,"@timestamp":1483553371},"coords":"51.5280601,-0.2027311","bedrooms":"4","price":"186000","area":"503"} , +{"type":"Feature","id":"n4589518960","geometry":{"type":"Point","coordinates":[-0.2021329,51.5267986]},"properties":{"@type":"node","@id":4589518960,"@timestamp":1483553371},"coords":"51.5267986,-0.2021329","bedrooms":"4","price":"280000","area":"496"} , +{"type":"Feature","id":"n4589518970","geometry":{"type":"Point","coordinates":[-0.2022536,51.5273426]},"properties":{"@type":"node","@id":4589518970,"@timestamp":1483553372},"coords":"51.5273426,-0.2022536","bedrooms":"2","price":"199000","area":"393"} , +{"type":"Feature","id":"n4589519363","geometry":{"type":"Point","coordinates":[-0.2017733,51.5285755]},"properties":{"@type":"node","@id":4589519363,"@timestamp":1567586442},"coords":"51.5285755,-0.2017733","bedrooms":"2","price":"156000","area":"546"} , +{"type":"Feature","id":"n4589858193","geometry":{"type":"Point","coordinates":[-0.2051432,51.3220608]},"properties":{"@type":"node","@id":4589858193,"@timestamp":1539898503},"coords":"51.3220608,-0.2051432","bedrooms":"4","price":"150000","area":"652"} , +{"type":"Feature","id":"n4589953462","geometry":{"type":"Point","coordinates":[-0.1154038,51.4616821]},"properties":{"@type":"node","@id":4589953462,"@timestamp":1564908073},"coords":"51.4616821,-0.1154038","bedrooms":"1","price":"236000","area":"481"} , +{"type":"Feature","id":"n4590240934","geometry":{"type":"Point","coordinates":[0.0043835,51.5858365]},"properties":{"@type":"node","@id":4590240934,"@timestamp":1484203313},"coords":"51.5858365,0.0043835","bedrooms":"4","price":"255000","area":"471"} , +{"type":"Feature","id":"n4590242910","geometry":{"type":"Point","coordinates":[0.0062704,51.5855311]},"properties":{"@type":"node","@id":4590242910,"@timestamp":1483594398},"coords":"51.5855311,0.0062704","bedrooms":"3","price":"220000","area":"478"} , +{"type":"Feature","id":"n4590523117","geometry":{"type":"Point","coordinates":[-0.3547641,51.2419621]},"properties":{"@type":"node","@id":4590523117,"@timestamp":1483608728},"coords":"51.2419621,-0.3547641","bedrooms":"0","price":"172000","area":"453"} , +{"type":"Feature","id":"n4590578334","geometry":{"type":"Point","coordinates":[-0.5573124,51.6874297]},"properties":{"@type":"node","@id":4590578334,"@timestamp":1598846774},"coords":"51.6874297,-0.5573124","bedrooms":"2","price":"177000","area":"440"} , +{"type":"Feature","id":"n4590625394","geometry":{"type":"Point","coordinates":[-0.197656,51.525061]},"properties":{"@type":"node","@id":4590625394,"@timestamp":1483614131},"coords":"51.525061,-0.197656","bedrooms":"0","price":"188000","area":"681"} , +{"type":"Feature","id":"n4590625434","geometry":{"type":"Point","coordinates":[-0.1969495,51.5248444]},"properties":{"@type":"node","@id":4590625434,"@timestamp":1566660719},"coords":"51.5248444,-0.1969495","bedrooms":"0","price":"241000","area":"519"} , +{"type":"Feature","id":"n4591135431","geometry":{"type":"Point","coordinates":[-0.1951277,51.526051]},"properties":{"@type":"node","@id":4591135431,"@timestamp":1483637413},"coords":"51.526051,-0.1951277","bedrooms":"2","price":"250000","area":"491"} , +{"type":"Feature","id":"n4591135441","geometry":{"type":"Point","coordinates":[-0.1962502,51.5256405]},"properties":{"@type":"node","@id":4591135441,"@timestamp":1483637413},"coords":"51.5256405,-0.1962502","bedrooms":"2","price":"165000","area":"441"} , +{"type":"Feature","id":"n4591136262","geometry":{"type":"Point","coordinates":[-0.2001568,51.5277489]},"properties":{"@type":"node","@id":4591136262,"@timestamp":1483637418},"coords":"51.5277489,-0.2001568","bedrooms":"3","price":"195000","area":"420"} , +{"type":"Feature","id":"n4591136272","geometry":{"type":"Point","coordinates":[-0.1994339,51.5282362]},"properties":{"@type":"node","@id":4591136272,"@timestamp":1483637418},"coords":"51.5282362,-0.1994339","bedrooms":"4","price":"211000","area":"356"} , +{"type":"Feature","id":"n4591136282","geometry":{"type":"Point","coordinates":[-0.2006396,51.5283463]},"properties":{"@type":"node","@id":4591136282,"@timestamp":1483637419},"coords":"51.5283463,-0.2006396","bedrooms":"0","price":"227000","area":"443"} , +{"type":"Feature","id":"n4591370323","geometry":{"type":"Point","coordinates":[-0.6682653,51.3452919]},"properties":{"@type":"node","@id":4591370323,"@timestamp":1483646724},"coords":"51.3452919,-0.6682653","bedrooms":"3","price":"150000","area":"604"} , +{"type":"Feature","id":"n4591435478","geometry":{"type":"Point","coordinates":[-0.6626153,51.349164]},"properties":{"@type":"node","@id":4591435478,"@timestamp":1483649809},"coords":"51.349164,-0.6626153","bedrooms":"0","price":"211000","area":"431"} , +{"type":"Feature","id":"n4591542376","geometry":{"type":"Point","coordinates":[-0.0337909,51.1292816]},"properties":{"@type":"node","@id":4591542376,"@timestamp":1483741128},"coords":"51.1292816,-0.0337909","bedrooms":"4","price":"185000","area":"641"} , +{"type":"Feature","id":"n4591556850","geometry":{"type":"Point","coordinates":[-0.1993659,51.4996401]},"properties":{"@type":"node","@id":4591556850,"@timestamp":1587524714},"coords":"51.4996401,-0.1993659","bedrooms":"3","price":"291000","area":"607"} , +{"type":"Feature","id":"n4591741594","geometry":{"type":"Point","coordinates":[0.0040796,51.5438874]},"properties":{"@type":"node","@id":4591741594,"@timestamp":1607502356},"coords":"51.5438874,0.0040796","bedrooms":"0","price":"287000","area":"432"} , +{"type":"Feature","id":"n4592605429","geometry":{"type":"Point","coordinates":[-0.1991809,51.6465125]},"properties":{"@type":"node","@id":4592605429,"@timestamp":1483709645},"coords":"51.6465125,-0.1991809","bedrooms":"4","price":"197000","area":"596"} , +{"type":"Feature","id":"n4592770211","geometry":{"type":"Point","coordinates":[-0.1971669,51.5269523]},"properties":{"@type":"node","@id":4592770211,"@timestamp":1483717025},"coords":"51.5269523,-0.1971669","bedrooms":"3","price":"232000","area":"654"} , +{"type":"Feature","id":"n4592770337","geometry":{"type":"Point","coordinates":[-0.1973621,51.527843]},"properties":{"@type":"node","@id":4592770337,"@timestamp":1605969552},"coords":"51.527843,-0.1973621","bedrooms":"2","price":"247000","area":"616"} , +{"type":"Feature","id":"n4593135189","geometry":{"type":"Point","coordinates":[-0.1332695,51.5354298]},"properties":{"@type":"node","@id":4593135189,"@timestamp":1618285606},"coords":"51.5354298,-0.1332695","bedrooms":"0","price":"275000","area":"572"} , +{"type":"Feature","id":"n4593310647","geometry":{"type":"Point","coordinates":[-0.6841217,51.3567035]},"properties":{"@type":"node","@id":4593310647,"@timestamp":1483736225},"coords":"51.3567035,-0.6841217","bedrooms":"4","price":"213000","area":"682"} , +{"type":"Feature","id":"n4593381761","geometry":{"type":"Point","coordinates":[-0.6986236,51.3555806]},"properties":{"@type":"node","@id":4593381761,"@timestamp":1562433520},"coords":"51.3555806,-0.6986236","bedrooms":"0","price":"215000","area":"520"} , +{"type":"Feature","id":"n4593644275","geometry":{"type":"Point","coordinates":[-0.1312941,51.564192]},"properties":{"@type":"node","@id":4593644275,"@timestamp":1483749599},"coords":"51.564192,-0.1312941","bedrooms":"2","price":"286000","area":"540"} , +{"type":"Feature","id":"n4594427119","geometry":{"type":"Point","coordinates":[-0.3621075,51.5328267]},"properties":{"@type":"node","@id":4594427119,"@timestamp":1592564872},"coords":"51.5328267,-0.3621075","bedrooms":"1","price":"281000","area":"598"} , +{"type":"Feature","id":"n4594507109","geometry":{"type":"Point","coordinates":[0.5249928,51.3826638]},"properties":{"@type":"node","@id":4594507109,"@timestamp":1587586368},"coords":"51.3826638,0.5249928","bedrooms":"0","price":"267000","area":"463"} , +{"type":"Feature","id":"n4594507120","geometry":{"type":"Point","coordinates":[0.5295364,51.3805955]},"properties":{"@type":"node","@id":4594507120,"@timestamp":1543945735},"coords":"51.3805955,0.5295364","bedrooms":"2","price":"186000","area":"458"} , +{"type":"Feature","id":"n4594507131","geometry":{"type":"Point","coordinates":[0.5242031,51.382981]},"properties":{"@type":"node","@id":4594507131,"@timestamp":1578238287},"coords":"51.382981,0.5242031","bedrooms":"1","price":"294000","area":"667"} , +{"type":"Feature","id":"n4594507141","geometry":{"type":"Point","coordinates":[0.5289604,51.3808647]},"properties":{"@type":"node","@id":4594507141,"@timestamp":1543945742},"coords":"51.3808647,0.5289604","bedrooms":"0","price":"166000","area":"689"} , +{"type":"Feature","id":"n4594507151","geometry":{"type":"Point","coordinates":[0.5295733,51.3805762]},"properties":{"@type":"node","@id":4594507151,"@timestamp":1483804132},"coords":"51.3805762,0.5295733","bedrooms":"0","price":"239000","area":"661"} , +{"type":"Feature","id":"n4595015405","geometry":{"type":"Point","coordinates":[-0.6655117,51.3457006]},"properties":{"@type":"node","@id":4595015405,"@timestamp":1483817599},"coords":"51.3457006,-0.6655117","bedrooms":"2","price":"184000","area":"519"} , +{"type":"Feature","id":"n4595332604","geometry":{"type":"Point","coordinates":[-0.6584931,51.35438]},"properties":{"@type":"node","@id":4595332604,"@timestamp":1496239084},"coords":"51.35438,-0.6584931","bedrooms":"0","price":"154000","area":"608"} , +{"type":"Feature","id":"n4595468054","geometry":{"type":"Point","coordinates":[-0.1641577,51.5379685]},"properties":{"@type":"node","@id":4595468054,"@timestamp":1483829982},"coords":"51.5379685,-0.1641577","bedrooms":"2","price":"223000","area":"507"} , +{"type":"Feature","id":"n4596178523","geometry":{"type":"Point","coordinates":[-0.673906,51.9162114]},"properties":{"@type":"node","@id":4596178523,"@timestamp":1626876135},"coords":"51.9162114,-0.673906","bedrooms":"1","price":"178000","area":"640"} , +{"type":"Feature","id":"n4596373305","geometry":{"type":"Point","coordinates":[-0.0271085,51.1344496]},"properties":{"@type":"node","@id":4596373305,"@timestamp":1621866716},"coords":"51.1344496,-0.0271085","bedrooms":"4","price":"170000","area":"505"} , +{"type":"Feature","id":"n4596598884","geometry":{"type":"Point","coordinates":[-0.1929216,51.4548107]},"properties":{"@type":"node","@id":4596598884,"@timestamp":1627054136},"coords":"51.4548107,-0.1929216","bedrooms":"4","price":"219000","area":"673"} , +{"type":"Feature","id":"n4596599133","geometry":{"type":"Point","coordinates":[-0.1939906,51.4545062]},"properties":{"@type":"node","@id":4596599133,"@timestamp":1483954517},"coords":"51.4545062,-0.1939906","bedrooms":"3","price":"208000","area":"477"} , +{"type":"Feature","id":"n4596748289","geometry":{"type":"Point","coordinates":[-0.1239874,51.3803351]},"properties":{"@type":"node","@id":4596748289,"@timestamp":1483898385},"coords":"51.3803351,-0.1239874","bedrooms":"4","price":"221000","area":"511"} , +{"type":"Feature","id":"n4596756845","geometry":{"type":"Point","coordinates":[0.2062613,51.2665959]},"properties":{"@type":"node","@id":4596756845,"@timestamp":1483898764},"coords":"51.2665959,0.2062613","bedrooms":"3","price":"260000","area":"647"} , +{"type":"Feature","id":"n4596756855","geometry":{"type":"Point","coordinates":[0.2061201,51.2665574]},"properties":{"@type":"node","@id":4596756855,"@timestamp":1483898764},"coords":"51.2665574,0.2061201","bedrooms":"0","price":"276000","area":"651"} , +{"type":"Feature","id":"n4596821656","geometry":{"type":"Point","coordinates":[-0.2172538,51.533755]},"properties":{"@type":"node","@id":4596821656,"@timestamp":1483901417},"coords":"51.533755,-0.2172538","bedrooms":"4","price":"200000","area":"365"} , +{"type":"Feature","id":"n4596821666","geometry":{"type":"Point","coordinates":[-0.2244125,51.5323731]},"properties":{"@type":"node","@id":4596821666,"@timestamp":1483901418},"coords":"51.5323731,-0.2244125","bedrooms":"2","price":"156000","area":"448"} , +{"type":"Feature","id":"n4596821676","geometry":{"type":"Point","coordinates":[-0.2235528,51.5325074]},"properties":{"@type":"node","@id":4596821676,"@timestamp":1483901418},"coords":"51.5325074,-0.2235528","bedrooms":"2","price":"281000","area":"420"} , +{"type":"Feature","id":"n4596821686","geometry":{"type":"Point","coordinates":[-0.2220146,51.5327593]},"properties":{"@type":"node","@id":4596821686,"@timestamp":1483901418},"coords":"51.5327593,-0.2220146","bedrooms":"3","price":"189000","area":"519"} , +{"type":"Feature","id":"n4596822196","geometry":{"type":"Point","coordinates":[-0.22053,51.5316172]},"properties":{"@type":"node","@id":4596822196,"@timestamp":1483901418},"coords":"51.5316172,-0.22053","bedrooms":"2","price":"228000","area":"690"} , +{"type":"Feature","id":"n4596822485","geometry":{"type":"Point","coordinates":[-0.2251836,51.5309523]},"properties":{"@type":"node","@id":4596822485,"@timestamp":1483901421},"coords":"51.5309523,-0.2251836","bedrooms":"0","price":"243000","area":"596"} , +{"type":"Feature","id":"n4596822595","geometry":{"type":"Point","coordinates":[-0.2188992,51.5324156]},"properties":{"@type":"node","@id":4596822595,"@timestamp":1483901421},"coords":"51.5324156,-0.2188992","bedrooms":"3","price":"262000","area":"496"} , +{"type":"Feature","id":"n4596822621","geometry":{"type":"Point","coordinates":[-0.2214232,51.5312447]},"properties":{"@type":"node","@id":4596822621,"@timestamp":1483901422},"coords":"51.5312447,-0.2214232","bedrooms":"4","price":"273000","area":"460"} , +{"type":"Feature","id":"n4596822642","geometry":{"type":"Point","coordinates":[-0.2222695,51.5311421]},"properties":{"@type":"node","@id":4596822642,"@timestamp":1483901422},"coords":"51.5311421,-0.2222695","bedrooms":"3","price":"287000","area":"420"} , +{"type":"Feature","id":"n4596824787","geometry":{"type":"Point","coordinates":[-0.2207414,51.5338421]},"properties":{"@type":"node","@id":4596824787,"@timestamp":1519297781},"coords":"51.5338421,-0.2207414","bedrooms":"2","price":"241000","area":"414"} , +{"type":"Feature","id":"n4596826393","geometry":{"type":"Point","coordinates":[-0.216724,51.537008]},"properties":{"@type":"node","@id":4596826393,"@timestamp":1483901454},"coords":"51.537008,-0.216724","bedrooms":"3","price":"232000","area":"389"} , +{"type":"Feature","id":"n4596826403","geometry":{"type":"Point","coordinates":[-0.2179069,51.5363607]},"properties":{"@type":"node","@id":4596826403,"@timestamp":1483901454},"coords":"51.5363607,-0.2179069","bedrooms":"2","price":"152000","area":"600"} , +{"type":"Feature","id":"n4596826413","geometry":{"type":"Point","coordinates":[-0.2193928,51.5354864]},"properties":{"@type":"node","@id":4596826413,"@timestamp":1483901454},"coords":"51.5354864,-0.2193928","bedrooms":"1","price":"256000","area":"397"} , +{"type":"Feature","id":"n4596826447","geometry":{"type":"Point","coordinates":[-0.2161915,51.5370043]},"properties":{"@type":"node","@id":4596826447,"@timestamp":1519297782},"coords":"51.5370043,-0.2161915","bedrooms":"4","price":"168000","area":"353"} , +{"type":"Feature","id":"n4596888394","geometry":{"type":"Point","coordinates":[0.0125822,51.4911464]},"properties":{"@type":"node","@id":4596888394,"@timestamp":1602536235},"coords":"51.4911464,0.0125822","bedrooms":"4","price":"247000","area":"678"} , +{"type":"Feature","id":"n4597099016","geometry":{"type":"Point","coordinates":[-0.3151893,51.087706]},"properties":{"@type":"node","@id":4597099016,"@timestamp":1581891255},"coords":"51.087706,-0.3151893","bedrooms":"1","price":"179000","area":"557"} , +{"type":"Feature","id":"n4597188239","geometry":{"type":"Point","coordinates":[-0.11557,51.4603323]},"properties":{"@type":"node","@id":4597188239,"@timestamp":1564908073},"coords":"51.4603323,-0.11557","bedrooms":"4","price":"175000","area":"530"} , +{"type":"Feature","id":"n4597196091","geometry":{"type":"Point","coordinates":[-0.1275931,51.5658428]},"properties":{"@type":"node","@id":4597196091,"@timestamp":1483919161},"coords":"51.5658428,-0.1275931","bedrooms":"4","price":"158000","area":"536"} , +{"type":"Feature","id":"n4597196148","geometry":{"type":"Point","coordinates":[-0.1280399,51.5658325]},"properties":{"@type":"node","@id":4597196148,"@timestamp":1483919162},"coords":"51.5658325,-0.1280399","bedrooms":"4","price":"261000","area":"661"} , +{"type":"Feature","id":"n4597217681","geometry":{"type":"Point","coordinates":[-0.1253145,51.567514]},"properties":{"@type":"node","@id":4597217681,"@timestamp":1483921384},"coords":"51.567514,-0.1253145","bedrooms":"1","price":"256000","area":"605"} , +{"type":"Feature","id":"n4597217863","geometry":{"type":"Point","coordinates":[-0.126923,51.5662992]},"properties":{"@type":"node","@id":4597217863,"@timestamp":1483921385},"coords":"51.5662992,-0.126923","bedrooms":"4","price":"187000","area":"437"} , +{"type":"Feature","id":"n4598539971","geometry":{"type":"Point","coordinates":[-0.2167992,51.416742]},"properties":{"@type":"node","@id":4598539971,"@timestamp":1612396575},"coords":"51.416742,-0.2167992","bedrooms":"2","price":"159000","area":"551"} , +{"type":"Feature","id":"n4598589333","geometry":{"type":"Point","coordinates":[-0.1135105,51.45484]},"properties":{"@type":"node","@id":4598589333,"@timestamp":1564908073},"coords":"51.45484,-0.1135105","bedrooms":"3","price":"271000","area":"606"} , +{"type":"Feature","id":"n4598914234","geometry":{"type":"Point","coordinates":[0.3612898,51.4399289]},"properties":{"@type":"node","@id":4598914234,"@timestamp":1634031570},"coords":"51.4399289,0.3612898","bedrooms":"3","price":"202000","area":"449"} , +{"type":"Feature","id":"n4599266077","geometry":{"type":"Point","coordinates":[-0.0892005,51.5119618]},"properties":{"@type":"node","@id":4599266077,"@timestamp":1484033211},"coords":"51.5119618,-0.0892005","bedrooms":"2","price":"277000","area":"354"} , +{"type":"Feature","id":"n4599931144","geometry":{"type":"Point","coordinates":[-0.7497941,50.9827852]},"properties":{"@type":"node","@id":4599931144,"@timestamp":1484062169},"coords":"50.9827852,-0.7497941","bedrooms":"4","price":"223000","area":"658"} , +{"type":"Feature","id":"n4600518099","geometry":{"type":"Point","coordinates":[-0.6013309,51.3555068]},"properties":{"@type":"node","@id":4600518099,"@timestamp":1484083432},"coords":"51.3555068,-0.6013309","bedrooms":"1","price":"280000","area":"661"} , +{"type":"Feature","id":"n4600807320","geometry":{"type":"Point","coordinates":[-0.0080277,51.5460233]},"properties":{"@type":"node","@id":4600807320,"@timestamp":1545227742},"coords":"51.5460233,-0.0080277","bedrooms":"2","price":"164000","area":"350"} , +{"type":"Feature","id":"n4601764066","geometry":{"type":"Point","coordinates":[-0.0210162,51.6074889]},"properties":{"@type":"node","@id":4601764066,"@timestamp":1484143255},"coords":"51.6074889,-0.0210162","bedrooms":"4","price":"225000","area":"372"} , +{"type":"Feature","id":"n4601774495","geometry":{"type":"Point","coordinates":[-0.1891674,51.2424928]},"properties":{"@type":"node","@id":4601774495,"@timestamp":1484143637},"coords":"51.2424928,-0.1891674","bedrooms":"0","price":"292000","area":"586"} , +{"type":"Feature","id":"n4602015835","geometry":{"type":"Point","coordinates":[-0.2086746,51.5393207]},"properties":{"@type":"node","@id":4602015835,"@timestamp":1484149713},"coords":"51.5393207,-0.2086746","bedrooms":"0","price":"264000","area":"350"} , +{"type":"Feature","id":"n4602445425","geometry":{"type":"Point","coordinates":[-0.6561525,51.1893193]},"properties":{"@type":"node","@id":4602445425,"@timestamp":1484164172},"coords":"51.1893193,-0.6561525","bedrooms":"2","price":"252000","area":"654"} , +{"type":"Feature","id":"n4602505292","geometry":{"type":"Point","coordinates":[-0.1075911,51.4403165]},"properties":{"@type":"node","@id":4602505292,"@timestamp":1607112890},"coords":"51.4403165,-0.1075911","bedrooms":"1","price":"199000","area":"427"} , +{"type":"Feature","id":"n4602577170","geometry":{"type":"Point","coordinates":[-0.1417249,51.5397251]},"properties":{"@type":"node","@id":4602577170,"@timestamp":1624032878},"coords":"51.5397251,-0.1417249","bedrooms":"0","price":"155000","area":"352"} , +{"type":"Feature","id":"n4602945938","geometry":{"type":"Point","coordinates":[0.0043702,51.5451603]},"properties":{"@type":"node","@id":4602945938,"@timestamp":1607502356},"coords":"51.5451603,0.0043702","bedrooms":"3","price":"273000","area":"593"} , +{"type":"Feature","id":"n4603408817","geometry":{"type":"Point","coordinates":[-0.1623152,51.6430399]},"properties":{"@type":"node","@id":4603408817,"@timestamp":1484213789},"coords":"51.6430399,-0.1623152","bedrooms":"2","price":"299000","area":"622"} , +{"type":"Feature","id":"n4603537401","geometry":{"type":"Point","coordinates":[-0.0937777,51.5135163]},"properties":{"@type":"node","@id":4603537401,"@timestamp":1596919245},"coords":"51.5135163,-0.0937777","bedrooms":"3","price":"156000","area":"671"} , +{"type":"Feature","id":"n4604634452","geometry":{"type":"Point","coordinates":[-0.5640853,51.3270091]},"properties":{"@type":"node","@id":4604634452,"@timestamp":1484255218},"coords":"51.3270091,-0.5640853","bedrooms":"2","price":"251000","area":"670"} , +{"type":"Feature","id":"n4604701801","geometry":{"type":"Point","coordinates":[-0.5711941,51.3231651]},"properties":{"@type":"node","@id":4604701801,"@timestamp":1484256694},"coords":"51.3231651,-0.5711941","bedrooms":"1","price":"239000","area":"526"} , +{"type":"Feature","id":"n4604731881","geometry":{"type":"Point","coordinates":[-0.2716246,51.1014411]},"properties":{"@type":"node","@id":4604731881,"@timestamp":1484257571},"coords":"51.1014411,-0.2716246","bedrooms":"1","price":"253000","area":"395"} , +{"type":"Feature","id":"n4604778174","geometry":{"type":"Point","coordinates":[-0.1049938,51.4367631]},"properties":{"@type":"node","@id":4604778174,"@timestamp":1619097726},"coords":"51.4367631,-0.1049938","bedrooms":"0","price":"229000","area":"433"} , +{"type":"Feature","id":"n4605030124","geometry":{"type":"Point","coordinates":[0.0057133,51.5463456]},"properties":{"@type":"node","@id":4605030124,"@timestamp":1619176375},"coords":"51.5463456,0.0057133","bedrooms":"4","price":"199000","area":"464"} , +{"type":"Feature","id":"n4605207179","geometry":{"type":"Point","coordinates":[-0.0143559,51.5847221]},"properties":{"@type":"node","@id":4605207179,"@timestamp":1484287472},"coords":"51.5847221,-0.0143559","bedrooms":"4","price":"194000","area":"463"} , +{"type":"Feature","id":"n4605429331","geometry":{"type":"Point","coordinates":[-0.014473,51.5118737]},"properties":{"@type":"node","@id":4605429331,"@timestamp":1585129505},"coords":"51.5118737,-0.014473","bedrooms":"1","price":"288000","area":"495"} , +{"type":"Feature","id":"n4605597023","geometry":{"type":"Point","coordinates":[-0.2058025,51.5268919]},"properties":{"@type":"node","@id":4605597023,"@timestamp":1484308584},"coords":"51.5268919,-0.2058025","bedrooms":"0","price":"219000","area":"596"} , +{"type":"Feature","id":"n4606523411","geometry":{"type":"Point","coordinates":[0.004659,51.5445674]},"properties":{"@type":"node","@id":4606523411,"@timestamp":1558000708},"coords":"51.5445674,0.004659","bedrooms":"2","price":"228000","area":"490"} , +{"type":"Feature","id":"n4606523467","geometry":{"type":"Point","coordinates":[0.0043704,51.5451151]},"properties":{"@type":"node","@id":4606523467,"@timestamp":1633269052},"coords":"51.5451151,0.0043704","bedrooms":"0","price":"173000","area":"651"} , +{"type":"Feature","id":"n4606532597","geometry":{"type":"Point","coordinates":[-1.0097263,50.9670559]},"properties":{"@type":"node","@id":4606532597,"@timestamp":1484337893},"coords":"50.9670559,-1.0097263","bedrooms":"3","price":"228000","area":"560"} , +{"type":"Feature","id":"n4606712049","geometry":{"type":"Point","coordinates":[-0.6416361,51.344472]},"properties":{"@type":"node","@id":4606712049,"@timestamp":1533071312},"coords":"51.344472,-0.6416361","bedrooms":"1","price":"176000","area":"674"} , +{"type":"Feature","id":"n4606833600","geometry":{"type":"Point","coordinates":[-0.6397801,51.3367773]},"properties":{"@type":"node","@id":4606833600,"@timestamp":1533071312},"coords":"51.3367773,-0.6397801","bedrooms":"3","price":"299000","area":"422"} , +{"type":"Feature","id":"n4606926890","geometry":{"type":"Point","coordinates":[-0.6269152,51.3134573]},"properties":{"@type":"node","@id":4606926890,"@timestamp":1484346407},"coords":"51.3134573,-0.6269152","bedrooms":"3","price":"291000","area":"407"} , +{"type":"Feature","id":"n4607621601","geometry":{"type":"Point","coordinates":[-0.1067607,51.5932528]},"properties":{"@type":"node","@id":4607621601,"@timestamp":1633548425},"coords":"51.5932528,-0.1067607","bedrooms":"3","price":"248000","area":"657"} , +{"type":"Feature","id":"n4607621615","geometry":{"type":"Point","coordinates":[-0.1060345,51.5926737]},"properties":{"@type":"node","@id":4607621615,"@timestamp":1484392570},"coords":"51.5926737,-0.1060345","bedrooms":"3","price":"201000","area":"615"} , +{"type":"Feature","id":"n4607621639","geometry":{"type":"Point","coordinates":[-0.1032457,51.5913815]},"properties":{"@type":"node","@id":4607621639,"@timestamp":1484392571},"coords":"51.5913815,-0.1032457","bedrooms":"3","price":"170000","area":"485"} , +{"type":"Feature","id":"n4607696232","geometry":{"type":"Point","coordinates":[-0.0039831,51.6002567]},"properties":{"@type":"node","@id":4607696232,"@timestamp":1484396629},"coords":"51.6002567,-0.0039831","bedrooms":"1","price":"208000","area":"440"} , +{"type":"Feature","id":"n4607744638","geometry":{"type":"Point","coordinates":[-0.000721,51.5986793]},"properties":{"@type":"node","@id":4607744638,"@timestamp":1484399155},"coords":"51.5986793,-0.000721","bedrooms":"4","price":"284000","area":"382"} , +{"type":"Feature","id":"n4607846806","geometry":{"type":"Point","coordinates":[-0.1066622,51.5936806]},"properties":{"@type":"node","@id":4607846806,"@timestamp":1484403515},"coords":"51.5936806,-0.1066622","bedrooms":"0","price":"158000","area":"697"} , +{"type":"Feature","id":"n4607846842","geometry":{"type":"Point","coordinates":[-0.1050153,51.5919926]},"properties":{"@type":"node","@id":4607846842,"@timestamp":1484403517},"coords":"51.5919926,-0.1050153","bedrooms":"4","price":"251000","area":"666"} , +{"type":"Feature","id":"n4607919498","geometry":{"type":"Point","coordinates":[-0.2641089,51.1023079]},"properties":{"@type":"node","@id":4607919498,"@timestamp":1484406513},"coords":"51.1023079,-0.2641089","bedrooms":"4","price":"285000","area":"461"} , +{"type":"Feature","id":"n4607932860","geometry":{"type":"Point","coordinates":[0.0055867,51.5463042]},"properties":{"@type":"node","@id":4607932860,"@timestamp":1532437428},"coords":"51.5463042,0.0055867","bedrooms":"3","price":"296000","area":"598"} , +{"type":"Feature","id":"n4608066937","geometry":{"type":"Point","coordinates":[0.5752533,51.3624054]},"properties":{"@type":"node","@id":4608066937,"@timestamp":1543945781},"coords":"51.3624054,0.5752533","bedrooms":"1","price":"199000","area":"384"} , +{"type":"Feature","id":"n4608137717","geometry":{"type":"Point","coordinates":[-0.2069831,51.5297441]},"properties":{"@type":"node","@id":4608137717,"@timestamp":1484412859},"coords":"51.5297441,-0.2069831","bedrooms":"1","price":"277000","area":"642"} , +{"type":"Feature","id":"n4608137727","geometry":{"type":"Point","coordinates":[-0.2069094,51.5288595]},"properties":{"@type":"node","@id":4608137727,"@timestamp":1484412859},"coords":"51.5288595,-0.2069094","bedrooms":"0","price":"239000","area":"539"} , +{"type":"Feature","id":"n4608137737","geometry":{"type":"Point","coordinates":[-0.2071167,51.5295458]},"properties":{"@type":"node","@id":4608137737,"@timestamp":1568306989},"coords":"51.5295458,-0.2071167","bedrooms":"3","price":"278000","area":"675"} , +{"type":"Feature","id":"n4608137747","geometry":{"type":"Point","coordinates":[-0.2072673,51.5301432]},"properties":{"@type":"node","@id":4608137747,"@timestamp":1484412860},"coords":"51.5301432,-0.2072673","bedrooms":"1","price":"214000","area":"442"} , +{"type":"Feature","id":"n4608137757","geometry":{"type":"Point","coordinates":[-0.2068331,51.5291551]},"properties":{"@type":"node","@id":4608137757,"@timestamp":1484412860},"coords":"51.5291551,-0.2068331","bedrooms":"2","price":"258000","area":"533"} , +{"type":"Feature","id":"n4608137783","geometry":{"type":"Point","coordinates":[-0.2070857,51.5302143]},"properties":{"@type":"node","@id":4608137783,"@timestamp":1484412861},"coords":"51.5302143,-0.2070857","bedrooms":"1","price":"289000","area":"514"} , +{"type":"Feature","id":"n4608137798","geometry":{"type":"Point","coordinates":[-0.2065388,51.5302356]},"properties":{"@type":"node","@id":4608137798,"@timestamp":1568306989},"coords":"51.5302356,-0.2065388","bedrooms":"2","price":"255000","area":"423"} , +{"type":"Feature","id":"n4608137810","geometry":{"type":"Point","coordinates":[-0.2063629,51.5302586]},"properties":{"@type":"node","@id":4608137810,"@timestamp":1568306989},"coords":"51.5302586,-0.2063629","bedrooms":"0","price":"279000","area":"694"} , +{"type":"Feature","id":"n4608137820","geometry":{"type":"Point","coordinates":[-0.2064776,51.529982]},"properties":{"@type":"node","@id":4608137820,"@timestamp":1568306989},"coords":"51.529982,-0.2064776","bedrooms":"0","price":"252000","area":"612"} , +{"type":"Feature","id":"n4608137831","geometry":{"type":"Point","coordinates":[-0.2065072,51.5295694]},"properties":{"@type":"node","@id":4608137831,"@timestamp":1484412862},"coords":"51.5295694,-0.2065072","bedrooms":"4","price":"292000","area":"512"} , +{"type":"Feature","id":"n4608137857","geometry":{"type":"Point","coordinates":[-0.2058911,51.5294199]},"properties":{"@type":"node","@id":4608137857,"@timestamp":1568306989},"coords":"51.5294199,-0.2058911","bedrooms":"4","price":"262000","area":"670"} , +{"type":"Feature","id":"n4608137867","geometry":{"type":"Point","coordinates":[-0.2060356,51.5291936]},"properties":{"@type":"node","@id":4608137867,"@timestamp":1568306989},"coords":"51.5291936,-0.2060356","bedrooms":"4","price":"206000","area":"607"} , +{"type":"Feature","id":"n4608137879","geometry":{"type":"Point","coordinates":[-0.2060539,51.5287573]},"properties":{"@type":"node","@id":4608137879,"@timestamp":1568306989},"coords":"51.5287573,-0.2060539","bedrooms":"4","price":"255000","area":"678"} , +{"type":"Feature","id":"n4608137897","geometry":{"type":"Point","coordinates":[-0.2052074,51.529387]},"properties":{"@type":"node","@id":4608137897,"@timestamp":1568299180},"coords":"51.529387,-0.2052074","bedrooms":"2","price":"210000","area":"583"} , +{"type":"Feature","id":"n4608137939","geometry":{"type":"Point","coordinates":[-0.2057048,51.5301214]},"properties":{"@type":"node","@id":4608137939,"@timestamp":1568299180},"coords":"51.5301214,-0.2057048","bedrooms":"1","price":"182000","area":"617"} , +{"type":"Feature","id":"n4608138002","geometry":{"type":"Point","coordinates":[-0.2044517,51.5289873]},"properties":{"@type":"node","@id":4608138002,"@timestamp":1568008881},"coords":"51.5289873,-0.2044517","bedrooms":"3","price":"165000","area":"496"} , +{"type":"Feature","id":"n4608149030","geometry":{"type":"Point","coordinates":[-0.7204519,51.0883301]},"properties":{"@type":"node","@id":4608149030,"@timestamp":1484413395},"coords":"51.0883301,-0.7204519","bedrooms":"0","price":"215000","area":"409"} , +{"type":"Feature","id":"n4608232367","geometry":{"type":"Point","coordinates":[0.0003547,51.5978833]},"properties":{"@type":"node","@id":4608232367,"@timestamp":1484472349},"coords":"51.5978833,0.0003547","bedrooms":"1","price":"160000","area":"598"} , +{"type":"Feature","id":"n4608232387","geometry":{"type":"Point","coordinates":[0.0008399,51.5985011]},"properties":{"@type":"node","@id":4608232387,"@timestamp":1484415886},"coords":"51.5985011,0.0008399","bedrooms":"2","price":"218000","area":"555"} , +{"type":"Feature","id":"n4608233898","geometry":{"type":"Point","coordinates":[-0.0006195,51.598328]},"properties":{"@type":"node","@id":4608233898,"@timestamp":1484415887},"coords":"51.598328,-0.0006195","bedrooms":"0","price":"182000","area":"472"} , +{"type":"Feature","id":"n4608252409","geometry":{"type":"Point","coordinates":[-0.0005376,51.597527]},"properties":{"@type":"node","@id":4608252409,"@timestamp":1484472350},"coords":"51.597527,-0.0005376","bedrooms":"2","price":"260000","area":"630"} , +{"type":"Feature","id":"n4608267978","geometry":{"type":"Point","coordinates":[-0.0511839,51.5772398]},"properties":{"@type":"node","@id":4608267978,"@timestamp":1484417101},"coords":"51.5772398,-0.0511839","bedrooms":"3","price":"152000","area":"424"} , +{"type":"Feature","id":"n4608370849","geometry":{"type":"Point","coordinates":[-0.0537674,51.57467]},"properties":{"@type":"node","@id":4608370849,"@timestamp":1484420878},"coords":"51.57467,-0.0537674","bedrooms":"1","price":"218000","area":"592"} , +{"type":"Feature","id":"n4608514973","geometry":{"type":"Point","coordinates":[0.4532866,51.5219149]},"properties":{"@type":"node","@id":4608514973,"@timestamp":1525278039},"coords":"51.5219149,0.4532866","bedrooms":"2","price":"175000","area":"532"} , +{"type":"Feature","id":"n4608683612","geometry":{"type":"Point","coordinates":[-0.6628409,51.7165635]},"properties":{"@type":"node","@id":4608683612,"@timestamp":1484436405},"coords":"51.7165635,-0.6628409","bedrooms":"3","price":"229000","area":"443"} , +{"type":"Feature","id":"n4608683622","geometry":{"type":"Point","coordinates":[-0.6599655,51.7215934]},"properties":{"@type":"node","@id":4608683622,"@timestamp":1484436405},"coords":"51.7215934,-0.6599655","bedrooms":"0","price":"209000","area":"493"} , +{"type":"Feature","id":"n4608735054","geometry":{"type":"Point","coordinates":[8.69e-05,51.5451322]},"properties":{"@type":"node","@id":4608735054,"@timestamp":1627984767},"coords":"51.5451322,8.69e-05","bedrooms":"3","price":"278000","area":"553"} , +{"type":"Feature","id":"n4609341222","geometry":{"type":"Point","coordinates":[0.0040689,51.5963816]},"properties":{"@type":"node","@id":4609341222,"@timestamp":1484505904},"coords":"51.5963816,0.0040689","bedrooms":"0","price":"219000","area":"585"} , +{"type":"Feature","id":"n4609341242","geometry":{"type":"Point","coordinates":[0.0031184,51.5966892]},"properties":{"@type":"node","@id":4609341242,"@timestamp":1484472345},"coords":"51.5966892,0.0031184","bedrooms":"4","price":"213000","area":"572"} , +{"type":"Feature","id":"n4609341257","geometry":{"type":"Point","coordinates":[0.0029179,51.5963397]},"properties":{"@type":"node","@id":4609341257,"@timestamp":1484472346},"coords":"51.5963397,0.0029179","bedrooms":"3","price":"185000","area":"567"} , +{"type":"Feature","id":"n4609341272","geometry":{"type":"Point","coordinates":[0.0024083,51.5960679]},"properties":{"@type":"node","@id":4609341272,"@timestamp":1484472347},"coords":"51.5960679,0.0024083","bedrooms":"3","price":"179000","area":"376"} , +{"type":"Feature","id":"n4609658368","geometry":{"type":"Point","coordinates":[-0.1377905,51.1968825]},"properties":{"@type":"node","@id":4609658368,"@timestamp":1484487224},"coords":"51.1968825,-0.1377905","bedrooms":"3","price":"235000","area":"657"} , +{"type":"Feature","id":"n4609797698","geometry":{"type":"Point","coordinates":[0.0001018,51.5395786]},"properties":{"@type":"node","@id":4609797698,"@timestamp":1607502356},"coords":"51.5395786,0.0001018","bedrooms":"3","price":"268000","area":"557"} , +{"type":"Feature","id":"n4610172945","geometry":{"type":"Point","coordinates":[0.211374,51.4295359]},"properties":{"@type":"node","@id":4610172945,"@timestamp":1484502534},"coords":"51.4295359,0.211374","bedrooms":"2","price":"288000","area":"356"} , +{"type":"Feature","id":"n4610472958","geometry":{"type":"Point","coordinates":[-0.4837638,51.3729391]},"properties":{"@type":"node","@id":4610472958,"@timestamp":1500242219},"coords":"51.3729391,-0.4837638","bedrooms":"1","price":"233000","area":"628"} , +{"type":"Feature","id":"n4610654276","geometry":{"type":"Point","coordinates":[-0.3927442,51.600282]},"properties":{"@type":"node","@id":4610654276,"@timestamp":1604488448},"coords":"51.600282,-0.3927442","bedrooms":"0","price":"234000","area":"614"} , +{"type":"Feature","id":"n4610711793","geometry":{"type":"Point","coordinates":[-0.565694,51.7611235]},"properties":{"@type":"node","@id":4610711793,"@timestamp":1484521818},"coords":"51.7611235,-0.565694","bedrooms":"2","price":"296000","area":"530"} , +{"type":"Feature","id":"n4611844061","geometry":{"type":"Point","coordinates":[-0.1032836,51.5131648]},"properties":{"@type":"node","@id":4611844061,"@timestamp":1579273931},"coords":"51.5131648,-0.1032836","bedrooms":"2","price":"174000","area":"645"} , +{"type":"Feature","id":"n4612161274","geometry":{"type":"Point","coordinates":[0.5182294,51.273244]},"properties":{"@type":"node","@id":4612161274,"@timestamp":1631385995},"coords":"51.273244,0.5182294","bedrooms":"0","price":"291000","area":"421"} , +{"type":"Feature","id":"n4612308726","geometry":{"type":"Point","coordinates":[-0.2123918,51.5272372]},"properties":{"@type":"node","@id":4612308726,"@timestamp":1568921395},"coords":"51.5272372,-0.2123918","bedrooms":"0","price":"161000","area":"503"} , +{"type":"Feature","id":"n4612308842","geometry":{"type":"Point","coordinates":[-0.2113738,51.5274299]},"properties":{"@type":"node","@id":4612308842,"@timestamp":1568921395},"coords":"51.5274299,-0.2113738","bedrooms":"0","price":"291000","area":"660"} , +{"type":"Feature","id":"n4612471690","geometry":{"type":"Point","coordinates":[0.1168558,51.5323797]},"properties":{"@type":"node","@id":4612471690,"@timestamp":1485514456},"coords":"51.5323797,0.1168558","bedrooms":"4","price":"172000","area":"621"} , +{"type":"Feature","id":"n4612952338","geometry":{"type":"Point","coordinates":[-0.1245224,51.4597208]},"properties":{"@type":"node","@id":4612952338,"@timestamp":1484604404},"coords":"51.4597208,-0.1245224","bedrooms":"1","price":"158000","area":"480"} , +{"type":"Feature","id":"n4613902904","geometry":{"type":"Point","coordinates":[-0.1427893,51.4969478]},"properties":{"@type":"node","@id":4613902904,"@timestamp":1519805886},"coords":"51.4969478,-0.1427893","bedrooms":"3","price":"186000","area":"602"} , +{"type":"Feature","id":"n4614949205","geometry":{"type":"Point","coordinates":[-0.1138165,51.1998581]},"properties":{"@type":"node","@id":4614949205,"@timestamp":1584896233},"coords":"51.1998581,-0.1138165","bedrooms":"4","price":"278000","area":"477"} , +{"type":"Feature","id":"n4615093607","geometry":{"type":"Point","coordinates":[-0.2199844,51.4173068]},"properties":{"@type":"node","@id":4615093607,"@timestamp":1484693928},"coords":"51.4173068,-0.2199844","bedrooms":"1","price":"267000","area":"602"} , +{"type":"Feature","id":"n4616687746","geometry":{"type":"Point","coordinates":[0.0078909,51.4854834]},"properties":{"@type":"node","@id":4616687746,"@timestamp":1513342965},"coords":"51.4854834,0.0078909","bedrooms":"0","price":"262000","area":"511"} , +{"type":"Feature","id":"n4616981789","geometry":{"type":"Point","coordinates":[-0.1452135,51.5109761]},"properties":{"@type":"node","@id":4616981789,"@timestamp":1547507339},"coords":"51.5109761,-0.1452135","bedrooms":"2","price":"269000","area":"677"} , +{"type":"Feature","id":"n4617044951","geometry":{"type":"Point","coordinates":[-0.2056604,51.5305641]},"properties":{"@type":"node","@id":4617044951,"@timestamp":1568299180},"coords":"51.5305641,-0.2056604","bedrooms":"3","price":"155000","area":"612"} , +{"type":"Feature","id":"n4617048437","geometry":{"type":"Point","coordinates":[-0.2157216,51.5273895]},"properties":{"@type":"node","@id":4617048437,"@timestamp":1568921395},"coords":"51.5273895,-0.2157216","bedrooms":"4","price":"244000","area":"662"} , +{"type":"Feature","id":"n4617068617","geometry":{"type":"Point","coordinates":[-0.1936806,51.4023283]},"properties":{"@type":"node","@id":4617068617,"@timestamp":1484773816},"coords":"51.4023283,-0.1936806","bedrooms":"4","price":"252000","area":"434"} , +{"type":"Feature","id":"n4617106064","geometry":{"type":"Point","coordinates":[-0.0018627,51.4831924]},"properties":{"@type":"node","@id":4617106064,"@timestamp":1564908073},"coords":"51.4831924,-0.0018627","bedrooms":"3","price":"258000","area":"489"} , +{"type":"Feature","id":"n4617142577","geometry":{"type":"Point","coordinates":[-0.0045193,51.6010778]},"properties":{"@type":"node","@id":4617142577,"@timestamp":1484776278},"coords":"51.6010778,-0.0045193","bedrooms":"3","price":"277000","area":"502"} , +{"type":"Feature","id":"n4617216335","geometry":{"type":"Point","coordinates":[-0.3399793,51.5805443]},"properties":{"@type":"node","@id":4617216335,"@timestamp":1484779625},"coords":"51.5805443,-0.3399793","bedrooms":"3","price":"204000","area":"554"} , +{"type":"Feature","id":"n4617216345","geometry":{"type":"Point","coordinates":[-0.339877,51.5805748]},"properties":{"@type":"node","@id":4617216345,"@timestamp":1484779625},"coords":"51.5805748,-0.339877","bedrooms":"3","price":"264000","area":"664"} , +{"type":"Feature","id":"n4617216355","geometry":{"type":"Point","coordinates":[-0.3398076,51.5806307]},"properties":{"@type":"node","@id":4617216355,"@timestamp":1484779626},"coords":"51.5806307,-0.3398076","bedrooms":"3","price":"228000","area":"637"} , +{"type":"Feature","id":"n4617216365","geometry":{"type":"Point","coordinates":[-0.3397859,51.5806999]},"properties":{"@type":"node","@id":4617216365,"@timestamp":1484779626},"coords":"51.5806999,-0.3397859","bedrooms":"3","price":"179000","area":"635"} , +{"type":"Feature","id":"n4617216375","geometry":{"type":"Point","coordinates":[-0.3402426,51.5807725]},"properties":{"@type":"node","@id":4617216375,"@timestamp":1484779626},"coords":"51.5807725,-0.3402426","bedrooms":"1","price":"166000","area":"560"} , +{"type":"Feature","id":"n4617216385","geometry":{"type":"Point","coordinates":[-0.3399435,51.5808365]},"properties":{"@type":"node","@id":4617216385,"@timestamp":1484779626},"coords":"51.5808365,-0.3399435","bedrooms":"3","price":"255000","area":"609"} , +{"type":"Feature","id":"n4617239201","geometry":{"type":"Point","coordinates":[-0.217212,51.5289933]},"properties":{"@type":"node","@id":4617239201,"@timestamp":1484780340},"coords":"51.5289933,-0.217212","bedrooms":"3","price":"211000","area":"661"} , +{"type":"Feature","id":"n4617239235","geometry":{"type":"Point","coordinates":[-0.2191713,51.5305564]},"properties":{"@type":"node","@id":4617239235,"@timestamp":1519297785},"coords":"51.5305564,-0.2191713","bedrooms":"2","price":"183000","area":"542"} , +{"type":"Feature","id":"n4617283049","geometry":{"type":"Point","coordinates":[-0.3400812,51.5805863]},"properties":{"@type":"node","@id":4617283049,"@timestamp":1484781248},"coords":"51.5805863,-0.3400812","bedrooms":"0","price":"275000","area":"491"} , +{"type":"Feature","id":"n4617283060","geometry":{"type":"Point","coordinates":[-0.3401529,51.5806097]},"properties":{"@type":"node","@id":4617283060,"@timestamp":1484781248},"coords":"51.5806097,-0.3401529","bedrooms":"0","price":"203000","area":"615"} , +{"type":"Feature","id":"n4617283072","geometry":{"type":"Point","coordinates":[-0.3402001,51.5806506]},"properties":{"@type":"node","@id":4617283072,"@timestamp":1484781249},"coords":"51.5806506,-0.3402001","bedrooms":"1","price":"171000","area":"482"} , +{"type":"Feature","id":"n4617283084","geometry":{"type":"Point","coordinates":[-0.3402128,51.5807003]},"properties":{"@type":"node","@id":4617283084,"@timestamp":1484781249},"coords":"51.5807003,-0.3402128","bedrooms":"4","price":"271000","area":"584"} , +{"type":"Feature","id":"n4617284696","geometry":{"type":"Point","coordinates":[-0.3399078,51.5807655]},"properties":{"@type":"node","@id":4617284696,"@timestamp":1484781249},"coords":"51.5807655,-0.3399078","bedrooms":"4","price":"289000","area":"534"} , +{"type":"Feature","id":"n4617284706","geometry":{"type":"Point","coordinates":[-0.3400948,51.5807952]},"properties":{"@type":"node","@id":4617284706,"@timestamp":1484781249},"coords":"51.5807952,-0.3400948","bedrooms":"4","price":"198000","area":"617"} , +{"type":"Feature","id":"n4617447338","geometry":{"type":"Point","coordinates":[0.013693,51.4860678]},"properties":{"@type":"node","@id":4617447338,"@timestamp":1608426826},"coords":"51.4860678,0.013693","bedrooms":"0","price":"161000","area":"473"} , +{"type":"Feature","id":"n4618171672","geometry":{"type":"Point","coordinates":[0.265584,51.4731525]},"properties":{"@type":"node","@id":4618171672,"@timestamp":1544610641},"coords":"51.4731525,0.265584","bedrooms":"2","price":"256000","area":"682"} , +{"type":"Feature","id":"n4618359386","geometry":{"type":"Point","coordinates":[-0.2684471,51.5288279]},"properties":{"@type":"node","@id":4618359386,"@timestamp":1616437720},"coords":"51.5288279,-0.2684471","bedrooms":"0","price":"244000","area":"605"} , +{"type":"Feature","id":"n4619049506","geometry":{"type":"Point","coordinates":[-0.1925255,51.3687335]},"properties":{"@type":"node","@id":4619049506,"@timestamp":1599385476},"coords":"51.3687335,-0.1925255","bedrooms":"4","price":"263000","area":"395"} , +{"type":"Feature","id":"n4620438990","geometry":{"type":"Point","coordinates":[-0.1035856,51.4527872]},"properties":{"@type":"node","@id":4620438990,"@timestamp":1619144501},"coords":"51.4527872,-0.1035856","bedrooms":"1","price":"251000","area":"392"} , +{"type":"Feature","id":"n4620728044","geometry":{"type":"Point","coordinates":[-0.2077256,51.5326986]},"properties":{"@type":"node","@id":4620728044,"@timestamp":1484921710},"coords":"51.5326986,-0.2077256","bedrooms":"0","price":"196000","area":"641"} , +{"type":"Feature","id":"n4620845892","geometry":{"type":"Point","coordinates":[-0.2272051,51.5364794]},"properties":{"@type":"node","@id":4620845892,"@timestamp":1487863044},"coords":"51.5364794,-0.2272051","bedrooms":"2","price":"298000","area":"685"} , +{"type":"Feature","id":"n4621360557","geometry":{"type":"Point","coordinates":[-0.7522414,51.4135111]},"properties":{"@type":"node","@id":4621360557,"@timestamp":1581436972},"coords":"51.4135111,-0.7522414","bedrooms":"0","price":"221000","area":"550"} , +{"type":"Feature","id":"n4621416134","geometry":{"type":"Point","coordinates":[-0.1930315,51.3680502]},"properties":{"@type":"node","@id":4621416134,"@timestamp":1506258669},"coords":"51.3680502,-0.1930315","bedrooms":"0","price":"160000","area":"537"} , +{"type":"Feature","id":"n4621419453","geometry":{"type":"Point","coordinates":[-0.7414738,51.4051034]},"properties":{"@type":"node","@id":4621419453,"@timestamp":1618653170},"coords":"51.4051034,-0.7414738","bedrooms":"0","price":"281000","area":"464"} , +{"type":"Feature","id":"n4621701976","geometry":{"type":"Point","coordinates":[-0.1928117,51.3680708]},"properties":{"@type":"node","@id":4621701976,"@timestamp":1506258669},"coords":"51.3680708,-0.1928117","bedrooms":"1","price":"232000","area":"469"} , +{"type":"Feature","id":"n4621701986","geometry":{"type":"Point","coordinates":[-0.1926291,51.3673333]},"properties":{"@type":"node","@id":4621701986,"@timestamp":1506451379},"coords":"51.3673333,-0.1926291","bedrooms":"0","price":"230000","area":"410"} , +{"type":"Feature","id":"n4621705274","geometry":{"type":"Point","coordinates":[-0.1933428,51.3668851]},"properties":{"@type":"node","@id":4621705274,"@timestamp":1506257730},"coords":"51.3668851,-0.1933428","bedrooms":"1","price":"278000","area":"480"} , +{"type":"Feature","id":"n4621757881","geometry":{"type":"Point","coordinates":[-0.2047858,51.4209158]},"properties":{"@type":"node","@id":4621757881,"@timestamp":1490377900},"coords":"51.4209158,-0.2047858","bedrooms":"2","price":"219000","area":"510"} , +{"type":"Feature","id":"n4621933687","geometry":{"type":"Point","coordinates":[-0.0214191,50.9452627]},"properties":{"@type":"node","@id":4621933687,"@timestamp":1485003629},"coords":"50.9452627,-0.0214191","bedrooms":"4","price":"288000","area":"398"} , +{"type":"Feature","id":"n4622024498","geometry":{"type":"Point","coordinates":[-0.3971469,51.662925]},"properties":{"@type":"node","@id":4622024498,"@timestamp":1485009073},"coords":"51.662925,-0.3971469","bedrooms":"2","price":"164000","area":"399"} , +{"type":"Feature","id":"n4622024556","geometry":{"type":"Point","coordinates":[-0.3917885,51.6618011]},"properties":{"@type":"node","@id":4622024556,"@timestamp":1485009074},"coords":"51.6618011,-0.3917885","bedrooms":"2","price":"190000","area":"483"} , +{"type":"Feature","id":"n4622024566","geometry":{"type":"Point","coordinates":[-0.3922445,51.6617337]},"properties":{"@type":"node","@id":4622024566,"@timestamp":1485009074},"coords":"51.6617337,-0.3922445","bedrooms":"3","price":"271000","area":"529"} , +{"type":"Feature","id":"n4622076371","geometry":{"type":"Point","coordinates":[-0.4059861,51.6645155]},"properties":{"@type":"node","@id":4622076371,"@timestamp":1485012331},"coords":"51.6645155,-0.4059861","bedrooms":"1","price":"290000","area":"393"} , +{"type":"Feature","id":"n4622076401","geometry":{"type":"Point","coordinates":[-0.4031295,51.658203]},"properties":{"@type":"node","@id":4622076401,"@timestamp":1485012332},"coords":"51.658203,-0.4031295","bedrooms":"4","price":"165000","area":"608"} , +{"type":"Feature","id":"n4622574712","geometry":{"type":"Point","coordinates":[-0.744131,51.398893]},"properties":{"@type":"node","@id":4622574712,"@timestamp":1618925425},"coords":"51.398893,-0.744131","bedrooms":"3","price":"232000","area":"698"} , +{"type":"Feature","id":"n4622608795","geometry":{"type":"Point","coordinates":[-0.7357694,51.3998819]},"properties":{"@type":"node","@id":4622608795,"@timestamp":1618859909},"coords":"51.3998819,-0.7357694","bedrooms":"1","price":"248000","area":"685"} , +{"type":"Feature","id":"n4623303407","geometry":{"type":"Point","coordinates":[0.5035405,51.3401093]},"properties":{"@type":"node","@id":4623303407,"@timestamp":1550065892},"coords":"51.3401093,0.5035405","bedrooms":"3","price":"261000","area":"375"} , +{"type":"Feature","id":"n4623482970","geometry":{"type":"Point","coordinates":[-0.0045599,51.6051661]},"properties":{"@type":"node","@id":4623482970,"@timestamp":1485092032},"coords":"51.6051661,-0.0045599","bedrooms":"0","price":"166000","area":"680"} , +{"type":"Feature","id":"n4623790716","geometry":{"type":"Point","coordinates":[-0.166137,51.3791422]},"properties":{"@type":"node","@id":4623790716,"@timestamp":1485102706},"coords":"51.3791422,-0.166137","bedrooms":"2","price":"297000","area":"560"} , +{"type":"Feature","id":"n4623910766","geometry":{"type":"Point","coordinates":[-0.3719197,51.4160722]},"properties":{"@type":"node","@id":4623910766,"@timestamp":1485107777},"coords":"51.4160722,-0.3719197","bedrooms":"2","price":"225000","area":"398"} , +{"type":"Feature","id":"n4624371238","geometry":{"type":"Point","coordinates":[-0.3179726,51.4377322]},"properties":{"@type":"node","@id":4624371238,"@timestamp":1485127802},"coords":"51.4377322,-0.3179726","bedrooms":"3","price":"255000","area":"557"} , +{"type":"Feature","id":"n4624949518","geometry":{"type":"Point","coordinates":[0.5032957,51.3857611]},"properties":{"@type":"node","@id":4624949518,"@timestamp":1493710396},"coords":"51.3857611,0.5032957","bedrooms":"1","price":"187000","area":"406"} , +{"type":"Feature","id":"n4625295590","geometry":{"type":"Point","coordinates":[-0.058033,51.4414568]},"properties":{"@type":"node","@id":4625295590,"@timestamp":1564908073},"coords":"51.4414568,-0.058033","bedrooms":"0","price":"287000","area":"605"} , +{"type":"Feature","id":"n4625317217","geometry":{"type":"Point","coordinates":[0.0026353,51.4403892]},"properties":{"@type":"node","@id":4625317217,"@timestamp":1613658781},"coords":"51.4403892,0.0026353","bedrooms":"3","price":"172000","area":"474"} , +{"type":"Feature","id":"n4625327148","geometry":{"type":"Point","coordinates":[-0.0044738,51.4360605]},"properties":{"@type":"node","@id":4625327148,"@timestamp":1613653190},"coords":"51.4360605,-0.0044738","bedrooms":"1","price":"182000","area":"354"} , +{"type":"Feature","id":"n4625360191","geometry":{"type":"Point","coordinates":[-0.1015569,51.3970104]},"properties":{"@type":"node","@id":4625360191,"@timestamp":1604851948},"coords":"51.3970104,-0.1015569","bedrooms":"0","price":"215000","area":"671"} , +{"type":"Feature","id":"n4625394641","geometry":{"type":"Point","coordinates":[-0.0999662,51.4044799]},"properties":{"@type":"node","@id":4625394641,"@timestamp":1536867697},"coords":"51.4044799,-0.0999662","bedrooms":"2","price":"190000","area":"676"} , +{"type":"Feature","id":"n4625555893","geometry":{"type":"Point","coordinates":[0.1345547,51.8648457]},"properties":{"@type":"node","@id":4625555893,"@timestamp":1604451410},"coords":"51.8648457,0.1345547","bedrooms":"4","price":"178000","area":"494"} , +{"type":"Feature","id":"n4625631676","geometry":{"type":"Point","coordinates":[0.1371016,51.8629881]},"properties":{"@type":"node","@id":4625631676,"@timestamp":1614258244},"coords":"51.8629881,0.1371016","bedrooms":"2","price":"182000","area":"639"} , +{"type":"Feature","id":"n4626520651","geometry":{"type":"Point","coordinates":[-0.7431353,51.3875254]},"properties":{"@type":"node","@id":4626520651,"@timestamp":1485204172},"coords":"51.3875254,-0.7431353","bedrooms":"1","price":"178000","area":"643"} , +{"type":"Feature","id":"n4626819523","geometry":{"type":"Point","coordinates":[-0.7253645,51.3651544]},"properties":{"@type":"node","@id":4626819523,"@timestamp":1485208098},"coords":"51.3651544,-0.7253645","bedrooms":"2","price":"240000","area":"553"} , +{"type":"Feature","id":"n4627226989","geometry":{"type":"Point","coordinates":[-0.1693505,51.4880345]},"properties":{"@type":"node","@id":4627226989,"@timestamp":1609830691},"coords":"51.4880345,-0.1693505","bedrooms":"0","price":"277000","area":"526"} , +{"type":"Feature","id":"n4627445228","geometry":{"type":"Point","coordinates":[-0.1010371,51.5118492]},"properties":{"@type":"node","@id":4627445228,"@timestamp":1485222703},"coords":"51.5118492,-0.1010371","bedrooms":"0","price":"271000","area":"533"} , +{"type":"Feature","id":"n4627445257","geometry":{"type":"Point","coordinates":[-0.1018478,51.5121049]},"properties":{"@type":"node","@id":4627445257,"@timestamp":1573256755},"coords":"51.5121049,-0.1018478","bedrooms":"3","price":"185000","area":"647"} , +{"type":"Feature","id":"n4628455130","geometry":{"type":"Point","coordinates":[-0.1391944,51.6125847]},"properties":{"@type":"node","@id":4628455130,"@timestamp":1485255703},"coords":"51.6125847,-0.1391944","bedrooms":"1","price":"274000","area":"593"} , +{"type":"Feature","id":"n4628644125","geometry":{"type":"Point","coordinates":[-1.0057024,51.4368518]},"properties":{"@type":"node","@id":4628644125,"@timestamp":1485359351},"coords":"51.4368518,-1.0057024","bedrooms":"3","price":"249000","area":"511"} , +{"type":"Feature","id":"n4628644135","geometry":{"type":"Point","coordinates":[-1.0256379,51.4355777]},"properties":{"@type":"node","@id":4628644135,"@timestamp":1485359351},"coords":"51.4355777,-1.0256379","bedrooms":"3","price":"275000","area":"656"} , +{"type":"Feature","id":"n4628644145","geometry":{"type":"Point","coordinates":[-1.0438541,51.4361245]},"properties":{"@type":"node","@id":4628644145,"@timestamp":1485359352},"coords":"51.4361245,-1.0438541","bedrooms":"1","price":"218000","area":"432"} , +{"type":"Feature","id":"n4628644158","geometry":{"type":"Point","coordinates":[-1.0622246,51.4400118]},"properties":{"@type":"node","@id":4628644158,"@timestamp":1611047951},"coords":"51.4400118,-1.0622246","bedrooms":"4","price":"267000","area":"650"} , +{"type":"Feature","id":"n4628644169","geometry":{"type":"Point","coordinates":[-1.0385219,51.4363803]},"properties":{"@type":"node","@id":4628644169,"@timestamp":1485359352},"coords":"51.4363803,-1.0385219","bedrooms":"1","price":"153000","area":"489"} , +{"type":"Feature","id":"n4628644179","geometry":{"type":"Point","coordinates":[-1.0221604,51.4365341]},"properties":{"@type":"node","@id":4628644179,"@timestamp":1485359352},"coords":"51.4365341,-1.0221604","bedrooms":"4","price":"200000","area":"636"} , +{"type":"Feature","id":"n4628644491","geometry":{"type":"Point","coordinates":[-1.0023657,51.4355744]},"properties":{"@type":"node","@id":4628644491,"@timestamp":1633780841},"coords":"51.4355744,-1.0023657","bedrooms":"3","price":"298000","area":"466"} , +{"type":"Feature","id":"n4628644501","geometry":{"type":"Point","coordinates":[-1.0018052,51.4355426]},"properties":{"@type":"node","@id":4628644501,"@timestamp":1633780840},"coords":"51.4355426,-1.0018052","bedrooms":"1","price":"167000","area":"403"} , +{"type":"Feature","id":"n4628644512","geometry":{"type":"Point","coordinates":[-1.0090565,51.437651]},"properties":{"@type":"node","@id":4628644512,"@timestamp":1611047951},"coords":"51.437651,-1.0090565","bedrooms":"4","price":"172000","area":"498"} , +{"type":"Feature","id":"n4628754559","geometry":{"type":"Point","coordinates":[-0.6028166,51.2328046]},"properties":{"@type":"node","@id":4628754559,"@timestamp":1574958146},"coords":"51.2328046,-0.6028166","bedrooms":"4","price":"268000","area":"445"} , +{"type":"Feature","id":"n4628761932","geometry":{"type":"Point","coordinates":[-0.1631493,51.5225615]},"properties":{"@type":"node","@id":4628761932,"@timestamp":1596132029},"coords":"51.5225615,-0.1631493","bedrooms":"1","price":"285000","area":"582"} , +{"type":"Feature","id":"n4629761199","geometry":{"type":"Point","coordinates":[-0.556642,51.7500961]},"properties":{"@type":"node","@id":4629761199,"@timestamp":1579240607},"coords":"51.7500961,-0.556642","bedrooms":"1","price":"152000","area":"439"} , +{"type":"Feature","id":"n4630359111","geometry":{"type":"Point","coordinates":[-0.0203982,51.6827323]},"properties":{"@type":"node","@id":4630359111,"@timestamp":1485290009},"coords":"51.6827323,-0.0203982","bedrooms":"4","price":"226000","area":"572"} , +{"type":"Feature","id":"n4630366451","geometry":{"type":"Point","coordinates":[-0.0177475,51.6833457]},"properties":{"@type":"node","@id":4630366451,"@timestamp":1485290473},"coords":"51.6833457,-0.0177475","bedrooms":"2","price":"275000","area":"692"} , +{"type":"Feature","id":"n4630413601","geometry":{"type":"Point","coordinates":[-0.0158197,51.6828936]},"properties":{"@type":"node","@id":4630413601,"@timestamp":1485291523},"coords":"51.6828936,-0.0158197","bedrooms":"0","price":"247000","area":"697"} , +{"type":"Feature","id":"n4630413615","geometry":{"type":"Point","coordinates":[-0.0161006,51.6834073]},"properties":{"@type":"node","@id":4630413615,"@timestamp":1485291523},"coords":"51.6834073,-0.0161006","bedrooms":"4","price":"278000","area":"580"} , +{"type":"Feature","id":"n4630427398","geometry":{"type":"Point","coordinates":[-0.0171789,51.6852831]},"properties":{"@type":"node","@id":4630427398,"@timestamp":1485291861},"coords":"51.6852831,-0.0171789","bedrooms":"2","price":"198000","area":"489"} , +{"type":"Feature","id":"n4630649014","geometry":{"type":"Point","coordinates":[0.6916005,51.8714931]},"properties":{"@type":"node","@id":4630649014,"@timestamp":1485294954},"coords":"51.8714931,0.6916005","bedrooms":"2","price":"178000","area":"658"} , +{"type":"Feature","id":"n4630855209","geometry":{"type":"Point","coordinates":[-0.1019927,51.5136446]},"properties":{"@type":"node","@id":4630855209,"@timestamp":1485300694},"coords":"51.5136446,-0.1019927","bedrooms":"4","price":"260000","area":"482"} , +{"type":"Feature","id":"n4630869369","geometry":{"type":"Point","coordinates":[-0.6971999,51.1006637]},"properties":{"@type":"node","@id":4630869369,"@timestamp":1485301888},"coords":"51.1006637,-0.6971999","bedrooms":"2","price":"236000","area":"411"} , +{"type":"Feature","id":"n4631050249","geometry":{"type":"Point","coordinates":[-0.1429661,51.515519]},"properties":{"@type":"node","@id":4631050249,"@timestamp":1590246688},"coords":"51.515519,-0.1429661","bedrooms":"2","price":"192000","area":"645"} , +{"type":"Feature","id":"n4631744122","geometry":{"type":"Point","coordinates":[-0.4535589,51.7627045]},"properties":{"@type":"node","@id":4631744122,"@timestamp":1511571103},"coords":"51.7627045,-0.4535589","bedrooms":"4","price":"252000","area":"686"} , +{"type":"Feature","id":"n4632050228","geometry":{"type":"Point","coordinates":[-0.5911516,51.2754125]},"properties":{"@type":"node","@id":4632050228,"@timestamp":1485349282},"coords":"51.2754125,-0.5911516","bedrooms":"2","price":"284000","area":"522"} , +{"type":"Feature","id":"n4632161777","geometry":{"type":"Point","coordinates":[-0.2000458,51.1110044]},"properties":{"@type":"node","@id":4632161777,"@timestamp":1485353647},"coords":"51.1110044,-0.2000458","bedrooms":"1","price":"286000","area":"435"} , +{"type":"Feature","id":"n4632187717","geometry":{"type":"Point","coordinates":[-0.1987946,51.1131946]},"properties":{"@type":"node","@id":4632187717,"@timestamp":1485354799},"coords":"51.1131946,-0.1987946","bedrooms":"0","price":"260000","area":"510"} , +{"type":"Feature","id":"n4632205498","geometry":{"type":"Point","coordinates":[-0.1925007,51.1133402]},"properties":{"@type":"node","@id":4632205498,"@timestamp":1486208770},"coords":"51.1133402,-0.1925007","bedrooms":"0","price":"190000","area":"516"} , +{"type":"Feature","id":"n4633135422","geometry":{"type":"Point","coordinates":[-0.0013998,51.6066729]},"properties":{"@type":"node","@id":4633135422,"@timestamp":1485373937},"coords":"51.6066729,-0.0013998","bedrooms":"3","price":"200000","area":"509"} , +{"type":"Feature","id":"n4633435868","geometry":{"type":"Point","coordinates":[-1.0841871,51.280562]},"properties":{"@type":"node","@id":4633435868,"@timestamp":1607521960},"coords":"51.280562,-1.0841871","bedrooms":"1","price":"155000","area":"381"} , +{"type":"Feature","id":"n4633668351","geometry":{"type":"Point","coordinates":[-0.7098232,51.0887906]},"properties":{"@type":"node","@id":4633668351,"@timestamp":1485470216},"coords":"51.0887906,-0.7098232","bedrooms":"0","price":"249000","area":"605"} , +{"type":"Feature","id":"n4634557202","geometry":{"type":"Point","coordinates":[-0.0574644,51.5973047]},"properties":{"@type":"node","@id":4634557202,"@timestamp":1485431269},"coords":"51.5973047,-0.0574644","bedrooms":"3","price":"170000","area":"363"} , +{"type":"Feature","id":"n4634788620","geometry":{"type":"Point","coordinates":[-0.2720823,51.3281063]},"properties":{"@type":"node","@id":4634788620,"@timestamp":1485439778},"coords":"51.3281063,-0.2720823","bedrooms":"1","price":"218000","area":"545"} , +{"type":"Feature","id":"n4634917958","geometry":{"type":"Point","coordinates":[-0.0921222,51.5417979]},"properties":{"@type":"node","@id":4634917958,"@timestamp":1497549075},"coords":"51.5417979,-0.0921222","bedrooms":"2","price":"233000","area":"563"} , +{"type":"Feature","id":"n4635919437","geometry":{"type":"Point","coordinates":[-0.5890629,51.8759171]},"properties":{"@type":"node","@id":4635919437,"@timestamp":1485464544},"coords":"51.8759171,-0.5890629","bedrooms":"4","price":"184000","area":"377"} , +{"type":"Feature","id":"n4635923536","geometry":{"type":"Point","coordinates":[-0.1244083,51.4594377]},"properties":{"@type":"node","@id":4635923536,"@timestamp":1553291669},"coords":"51.4594377,-0.1244083","bedrooms":"3","price":"238000","area":"420"} , +{"type":"Feature","id":"n4635970582","geometry":{"type":"Point","coordinates":[-0.1294916,51.4598736]},"properties":{"@type":"node","@id":4635970582,"@timestamp":1619138490},"coords":"51.4598736,-0.1294916","bedrooms":"1","price":"205000","area":"493"} , +{"type":"Feature","id":"n4635977519","geometry":{"type":"Point","coordinates":[-0.129986,51.4598193]},"properties":{"@type":"node","@id":4635977519,"@timestamp":1485465977},"coords":"51.4598193,-0.129986","bedrooms":"3","price":"293000","area":"483"} , +{"type":"Feature","id":"n4636102405","geometry":{"type":"Point","coordinates":[-0.7096214,51.0887243]},"properties":{"@type":"node","@id":4636102405,"@timestamp":1485628390},"coords":"51.0887243,-0.7096214","bedrooms":"0","price":"285000","area":"567"} , +{"type":"Feature","id":"n4636409500","geometry":{"type":"Point","coordinates":[-0.1755356,51.512773]},"properties":{"@type":"node","@id":4636409500,"@timestamp":1627947372},"coords":"51.512773,-0.1755356","bedrooms":"2","price":"221000","area":"404"} , +{"type":"Feature","id":"n4636513459","geometry":{"type":"Point","coordinates":[-0.1329041,51.4861314]},"properties":{"@type":"node","@id":4636513459,"@timestamp":1485486108},"coords":"51.4861314,-0.1329041","bedrooms":"1","price":"212000","area":"371"} , +{"type":"Feature","id":"n4637309924","geometry":{"type":"Point","coordinates":[-0.1594843,51.0024995]},"properties":{"@type":"node","@id":4637309924,"@timestamp":1594559778},"coords":"51.0024995,-0.1594843","bedrooms":"1","price":"202000","area":"410"} , +{"type":"Feature","id":"n4637459270","geometry":{"type":"Point","coordinates":[-0.069745,50.9393651]},"properties":{"@type":"node","@id":4637459270,"@timestamp":1594757443},"coords":"50.9393651,-0.069745","bedrooms":"3","price":"191000","area":"639"} , +{"type":"Feature","id":"n4637783036","geometry":{"type":"Point","coordinates":[0.5552921,51.8805918]},"properties":{"@type":"node","@id":4637783036,"@timestamp":1485529075},"coords":"51.8805918,0.5552921","bedrooms":"1","price":"150000","area":"680"} , +{"type":"Feature","id":"n4638138142","geometry":{"type":"Point","coordinates":[-0.207236,51.529354]},"properties":{"@type":"node","@id":4638138142,"@timestamp":1568306989},"coords":"51.529354,-0.207236","bedrooms":"3","price":"198000","area":"583"} , +{"type":"Feature","id":"n4638156262","geometry":{"type":"Point","coordinates":[-0.9048651,51.447801]},"properties":{"@type":"node","@id":4638156262,"@timestamp":1625152104},"coords":"51.447801,-0.9048651","bedrooms":"2","price":"205000","area":"414"} , +{"type":"Feature","id":"n4638387892","geometry":{"type":"Point","coordinates":[-0.1138338,51.5219626]},"properties":{"@type":"node","@id":4638387892,"@timestamp":1485548861},"coords":"51.5219626,-0.1138338","bedrooms":"4","price":"264000","area":"415"} , +{"type":"Feature","id":"n4638629522","geometry":{"type":"Point","coordinates":[-0.0644599,51.5980819]},"properties":{"@type":"node","@id":4638629522,"@timestamp":1485554516},"coords":"51.5980819,-0.0644599","bedrooms":"4","price":"169000","area":"530"} , +{"type":"Feature","id":"n4638675725","geometry":{"type":"Point","coordinates":[-0.0646504,51.6123667]},"properties":{"@type":"node","@id":4638675725,"@timestamp":1609710942},"coords":"51.6123667,-0.0646504","bedrooms":"4","price":"260000","area":"552"} , +{"type":"Feature","id":"n4638703649","geometry":{"type":"Point","coordinates":[-0.062297,51.6191823]},"properties":{"@type":"node","@id":4638703649,"@timestamp":1485557267},"coords":"51.6191823,-0.062297","bedrooms":"0","price":"185000","area":"581"} , +{"type":"Feature","id":"n4638866694","geometry":{"type":"Point","coordinates":[-0.1262313,51.5693437]},"properties":{"@type":"node","@id":4638866694,"@timestamp":1485567414},"coords":"51.5693437,-0.1262313","bedrooms":"3","price":"183000","area":"514"} , +{"type":"Feature","id":"n4638866715","geometry":{"type":"Point","coordinates":[-0.1259689,51.5695956]},"properties":{"@type":"node","@id":4638866715,"@timestamp":1485565260},"coords":"51.5695956,-0.1259689","bedrooms":"0","price":"289000","area":"606"} , +{"type":"Feature","id":"n4638892399","geometry":{"type":"Point","coordinates":[-0.126814,51.5689274]},"properties":{"@type":"node","@id":4638892399,"@timestamp":1485567411},"coords":"51.5689274,-0.126814","bedrooms":"4","price":"218000","area":"622"} , +{"type":"Feature","id":"n4638892448","geometry":{"type":"Point","coordinates":[-0.126647,51.5690833]},"properties":{"@type":"node","@id":4638892448,"@timestamp":1485567412},"coords":"51.5690833,-0.126647","bedrooms":"1","price":"231000","area":"474"} , +{"type":"Feature","id":"n4639348362","geometry":{"type":"Point","coordinates":[-0.0714259,51.2955412]},"properties":{"@type":"node","@id":4639348362,"@timestamp":1570036119},"coords":"51.2955412,-0.0714259","bedrooms":"4","price":"283000","area":"578"} , +{"type":"Feature","id":"n4639540972","geometry":{"type":"Point","coordinates":[0.8947029,51.8877512]},"properties":{"@type":"node","@id":4639540972,"@timestamp":1613469818},"coords":"51.8877512,0.8947029","bedrooms":"2","price":"277000","area":"602"} , +{"type":"Feature","id":"n4639541546","geometry":{"type":"Point","coordinates":[0.8948163,51.8877515]},"properties":{"@type":"node","@id":4639541546,"@timestamp":1613469818},"coords":"51.8877515,0.8948163","bedrooms":"1","price":"184000","area":"698"} , +{"type":"Feature","id":"n4639568686","geometry":{"type":"Point","coordinates":[-0.3578403,51.5607035]},"properties":{"@type":"node","@id":4639568686,"@timestamp":1603758219},"coords":"51.5607035,-0.3578403","bedrooms":"1","price":"225000","area":"546"} , +{"type":"Feature","id":"n4639651357","geometry":{"type":"Point","coordinates":[-0.3550814,51.5632212]},"properties":{"@type":"node","@id":4639651357,"@timestamp":1618573175},"coords":"51.5632212,-0.3550814","bedrooms":"1","price":"245000","area":"646"} , +{"type":"Feature","id":"n4640040127","geometry":{"type":"Point","coordinates":[-0.125485,51.4597858]},"properties":{"@type":"node","@id":4640040127,"@timestamp":1485620148},"coords":"51.4597858,-0.125485","bedrooms":"3","price":"200000","area":"691"} , +{"type":"Feature","id":"n4640055932","geometry":{"type":"Point","coordinates":[-0.2829186,51.112416]},"properties":{"@type":"node","@id":4640055932,"@timestamp":1485620860},"coords":"51.112416,-0.2829186","bedrooms":"4","price":"271000","area":"411"} , +{"type":"Feature","id":"n4640059358","geometry":{"type":"Point","coordinates":[-0.1264506,51.4598836]},"properties":{"@type":"node","@id":4640059358,"@timestamp":1485621125},"coords":"51.4598836,-0.1264506","bedrooms":"0","price":"220000","area":"597"} , +{"type":"Feature","id":"n4640098328","geometry":{"type":"Point","coordinates":[-0.1360892,51.4610836]},"properties":{"@type":"node","@id":4640098328,"@timestamp":1485622006},"coords":"51.4610836,-0.1360892","bedrooms":"2","price":"169000","area":"593"} , +{"type":"Feature","id":"n4640157309","geometry":{"type":"Point","coordinates":[-0.0937282,51.5120383]},"properties":{"@type":"node","@id":4640157309,"@timestamp":1599079522},"coords":"51.5120383,-0.0937282","bedrooms":"1","price":"217000","area":"500"} , +{"type":"Feature","id":"n4640219129","geometry":{"type":"Point","coordinates":[-0.1128096,51.5489607]},"properties":{"@type":"node","@id":4640219129,"@timestamp":1580979803},"coords":"51.5489607,-0.1128096","bedrooms":"2","price":"238000","area":"680"} , +{"type":"Feature","id":"n4640244870","geometry":{"type":"Point","coordinates":[-0.1353515,51.4625561]},"properties":{"@type":"node","@id":4640244870,"@timestamp":1629984444},"coords":"51.4625561,-0.1353515","bedrooms":"0","price":"263000","area":"582"} , +{"type":"Feature","id":"n4640286910","geometry":{"type":"Point","coordinates":[-0.2785899,51.1197581]},"properties":{"@type":"node","@id":4640286910,"@timestamp":1485628347},"coords":"51.1197581,-0.2785899","bedrooms":"0","price":"169000","area":"384"} , +{"type":"Feature","id":"n4640286920","geometry":{"type":"Point","coordinates":[-0.2791183,51.1187412]},"properties":{"@type":"node","@id":4640286920,"@timestamp":1485628347},"coords":"51.1187412,-0.2791183","bedrooms":"3","price":"156000","area":"539"} , +{"type":"Feature","id":"n4640288108","geometry":{"type":"Point","coordinates":[-0.7092955,51.0885874]},"properties":{"@type":"node","@id":4640288108,"@timestamp":1485628387},"coords":"51.0885874,-0.7092955","bedrooms":"1","price":"233000","area":"695"} , +{"type":"Feature","id":"n4640316186","geometry":{"type":"Point","coordinates":[-0.0131402,51.5039888]},"properties":{"@type":"node","@id":4640316186,"@timestamp":1572925501},"coords":"51.5039888,-0.0131402","bedrooms":"0","price":"246000","area":"534"} , +{"type":"Feature","id":"n4640508150","geometry":{"type":"Point","coordinates":[-0.11113,51.5478743]},"properties":{"@type":"node","@id":4640508150,"@timestamp":1485632284},"coords":"51.5478743,-0.11113","bedrooms":"2","price":"231000","area":"524"} , +{"type":"Feature","id":"n4641072775","geometry":{"type":"Point","coordinates":[-0.1339993,51.5088809]},"properties":{"@type":"node","@id":4641072775,"@timestamp":1564908073},"coords":"51.5088809,-0.1339993","bedrooms":"3","price":"152000","area":"623"} , +{"type":"Feature","id":"n4641689694","geometry":{"type":"Point","coordinates":[-0.8860883,51.3833225]},"properties":{"@type":"node","@id":4641689694,"@timestamp":1485685552},"coords":"51.3833225,-0.8860883","bedrooms":"4","price":"287000","area":"441"} , +{"type":"Feature","id":"n4641802645","geometry":{"type":"Point","coordinates":[-0.5616475,51.7471867]},"properties":{"@type":"node","@id":4641802645,"@timestamp":1485688344},"coords":"51.7471867,-0.5616475","bedrooms":"0","price":"205000","area":"627"} , +{"type":"Feature","id":"n4642170525","geometry":{"type":"Point","coordinates":[0.4668233,51.7433443]},"properties":{"@type":"node","@id":4642170525,"@timestamp":1611159463},"coords":"51.7433443,0.4668233","bedrooms":"3","price":"195000","area":"444"} , +{"type":"Feature","id":"n4642335167","geometry":{"type":"Point","coordinates":[-0.1039823,51.5170626]},"properties":{"@type":"node","@id":4642335167,"@timestamp":1596779464},"coords":"51.5170626,-0.1039823","bedrooms":"1","price":"197000","area":"588"} , +{"type":"Feature","id":"n4642586943","geometry":{"type":"Point","coordinates":[-0.1655164,51.3801329]},"properties":{"@type":"node","@id":4642586943,"@timestamp":1485715030},"coords":"51.3801329,-0.1655164","bedrooms":"4","price":"228000","area":"517"} , +{"type":"Feature","id":"n4642586953","geometry":{"type":"Point","coordinates":[-0.165596,51.3790411]},"properties":{"@type":"node","@id":4642586953,"@timestamp":1485715031},"coords":"51.3790411,-0.165596","bedrooms":"0","price":"297000","area":"604"} , +{"type":"Feature","id":"n4643019429","geometry":{"type":"Point","coordinates":[-0.1160287,51.5553805]},"properties":{"@type":"node","@id":4643019429,"@timestamp":1564908073},"coords":"51.5553805,-0.1160287","bedrooms":"3","price":"193000","area":"555"} , +{"type":"Feature","id":"n4643168324","geometry":{"type":"Point","coordinates":[0.2731819,51.4842645]},"properties":{"@type":"node","@id":4643168324,"@timestamp":1593371179},"coords":"51.4842645,0.2731819","bedrooms":"2","price":"254000","area":"382"} , +{"type":"Feature","id":"n4643175324","geometry":{"type":"Point","coordinates":[-0.133714,51.4631512]},"properties":{"@type":"node","@id":4643175324,"@timestamp":1485734411},"coords":"51.4631512,-0.133714","bedrooms":"4","price":"159000","area":"366"} , +{"type":"Feature","id":"n4643337008","geometry":{"type":"Point","coordinates":[-0.1021183,51.5130155]},"properties":{"@type":"node","@id":4643337008,"@timestamp":1485741506},"coords":"51.5130155,-0.1021183","bedrooms":"0","price":"282000","area":"668"} , +{"type":"Feature","id":"n4643337089","geometry":{"type":"Point","coordinates":[-0.1022592,51.513118]},"properties":{"@type":"node","@id":4643337089,"@timestamp":1485741507},"coords":"51.513118,-0.1022592","bedrooms":"4","price":"157000","area":"626"} , +{"type":"Feature","id":"n4643340312","geometry":{"type":"Point","coordinates":[-0.1268156,51.5002252]},"properties":{"@type":"node","@id":4643340312,"@timestamp":1564908073},"coords":"51.5002252,-0.1268156","bedrooms":"1","price":"282000","area":"421"} , +{"type":"Feature","id":"n4643881496","geometry":{"type":"Point","coordinates":[-0.2050344,51.1151908]},"properties":{"@type":"node","@id":4643881496,"@timestamp":1485769162},"coords":"51.1151908,-0.2050344","bedrooms":"1","price":"295000","area":"664"} , +{"type":"Feature","id":"n4644029569","geometry":{"type":"Point","coordinates":[-0.0613418,51.5228056]},"properties":{"@type":"node","@id":4644029569,"@timestamp":1485775910},"coords":"51.5228056,-0.0613418","bedrooms":"3","price":"250000","area":"682"} , +{"type":"Feature","id":"n4644286139","geometry":{"type":"Point","coordinates":[-0.0809992,51.6374837]},"properties":{"@type":"node","@id":4644286139,"@timestamp":1485785751},"coords":"51.6374837,-0.0809992","bedrooms":"0","price":"207000","area":"402"} , +{"type":"Feature","id":"n4644873678","geometry":{"type":"Point","coordinates":[-0.3301756,51.4489453]},"properties":{"@type":"node","@id":4644873678,"@timestamp":1485797876},"coords":"51.4489453,-0.3301756","bedrooms":"1","price":"268000","area":"500"} , +{"type":"Feature","id":"n4645627400","geometry":{"type":"Point","coordinates":[-0.9310799,51.4422725]},"properties":{"@type":"node","@id":4645627400,"@timestamp":1606060264},"coords":"51.4422725,-0.9310799","bedrooms":"3","price":"257000","area":"374"} , +{"type":"Feature","id":"n4645718108","geometry":{"type":"Point","coordinates":[-0.1922123,51.5459104]},"properties":{"@type":"node","@id":4645718108,"@timestamp":1577311178},"coords":"51.5459104,-0.1922123","bedrooms":"2","price":"176000","area":"585"} , +{"type":"Feature","id":"n4646155932","geometry":{"type":"Point","coordinates":[-0.4095574,51.402129]},"properties":{"@type":"node","@id":4646155932,"@timestamp":1485818411},"coords":"51.402129,-0.4095574","bedrooms":"4","price":"165000","area":"484"} , +{"type":"Feature","id":"n4646197581","geometry":{"type":"Point","coordinates":[-0.1997039,51.5413628]},"properties":{"@type":"node","@id":4646197581,"@timestamp":1485820451},"coords":"51.5413628,-0.1997039","bedrooms":"0","price":"299000","area":"629"} , +{"type":"Feature","id":"n4646201988","geometry":{"type":"Point","coordinates":[0.4557734,51.744454]},"properties":{"@type":"node","@id":4646201988,"@timestamp":1485821119},"coords":"51.744454,0.4557734","bedrooms":"3","price":"248000","area":"635"} , +{"type":"Feature","id":"n4646203194","geometry":{"type":"Point","coordinates":[0.4537685,51.7444095]},"properties":{"@type":"node","@id":4646203194,"@timestamp":1485821119},"coords":"51.7444095,0.4537685","bedrooms":"4","price":"266000","area":"606"} , +{"type":"Feature","id":"n4646604452","geometry":{"type":"Point","coordinates":[-0.0014652,51.6080022]},"properties":{"@type":"node","@id":4646604452,"@timestamp":1623153752},"coords":"51.6080022,-0.0014652","bedrooms":"4","price":"265000","area":"599"} , +{"type":"Feature","id":"n4649348966","geometry":{"type":"Point","coordinates":[-0.4833863,51.3891981]},"properties":{"@type":"node","@id":4649348966,"@timestamp":1485891180},"coords":"51.3891981,-0.4833863","bedrooms":"1","price":"232000","area":"460"} , +{"type":"Feature","id":"n4649408362","geometry":{"type":"Point","coordinates":[-0.1162105,51.4639407]},"properties":{"@type":"node","@id":4649408362,"@timestamp":1587328717},"coords":"51.4639407,-0.1162105","bedrooms":"3","price":"235000","area":"456"} , +{"type":"Feature","id":"n4650375309","geometry":{"type":"Point","coordinates":[-0.1037454,51.5129644]},"properties":{"@type":"node","@id":4650375309,"@timestamp":1485910250},"coords":"51.5129644,-0.1037454","bedrooms":"1","price":"199000","area":"595"} , +{"type":"Feature","id":"n4650375493","geometry":{"type":"Point","coordinates":[-0.1037359,51.5131279]},"properties":{"@type":"node","@id":4650375493,"@timestamp":1485910249},"coords":"51.5131279,-0.1037359","bedrooms":"0","price":"177000","area":"484"} , +{"type":"Feature","id":"n4650621308","geometry":{"type":"Point","coordinates":[-0.1254576,51.5049407]},"properties":{"@type":"node","@id":4650621308,"@timestamp":1485923819},"coords":"51.5049407,-0.1254576","bedrooms":"3","price":"212000","area":"526"} , +{"type":"Feature","id":"n4650903038","geometry":{"type":"Point","coordinates":[-0.018832,51.475892]},"properties":{"@type":"node","@id":4650903038,"@timestamp":1631365127},"coords":"51.475892,-0.018832","bedrooms":"1","price":"192000","area":"511"} , +{"type":"Feature","id":"n4652935698","geometry":{"type":"Point","coordinates":[-0.0925939,51.501125]},"properties":{"@type":"node","@id":4652935698,"@timestamp":1485964883},"coords":"51.501125,-0.0925939","bedrooms":"2","price":"278000","area":"646"} , +{"type":"Feature","id":"n4654216330","geometry":{"type":"Point","coordinates":[0.1068098,51.6082447]},"properties":{"@type":"node","@id":4654216330,"@timestamp":1485983190},"coords":"51.6082447,0.1068098","bedrooms":"4","price":"181000","area":"552"} , +{"type":"Feature","id":"n4654216340","geometry":{"type":"Point","coordinates":[0.1074754,51.6083183]},"properties":{"@type":"node","@id":4654216340,"@timestamp":1485983192},"coords":"51.6083183,0.1074754","bedrooms":"0","price":"263000","area":"410"} , +{"type":"Feature","id":"n4654216350","geometry":{"type":"Point","coordinates":[0.1065826,51.6082748]},"properties":{"@type":"node","@id":4654216350,"@timestamp":1617624455},"coords":"51.6082748,0.1065826","bedrooms":"4","price":"267000","area":"430"} , +{"type":"Feature","id":"n4654216370","geometry":{"type":"Point","coordinates":[0.1058324,51.6082838]},"properties":{"@type":"node","@id":4654216370,"@timestamp":1485983194},"coords":"51.6082838,0.1058324","bedrooms":"0","price":"173000","area":"502"} , +{"type":"Feature","id":"n4654216380","geometry":{"type":"Point","coordinates":[0.1048315,51.6083279]},"properties":{"@type":"node","@id":4654216380,"@timestamp":1543945852},"coords":"51.6083279,0.1048315","bedrooms":"3","price":"171000","area":"471"} , +{"type":"Feature","id":"n4654426416","geometry":{"type":"Point","coordinates":[-0.0233883,51.1057113]},"properties":{"@type":"node","@id":4654426416,"@timestamp":1502003844},"coords":"51.1057113,-0.0233883","bedrooms":"4","price":"151000","area":"535"} , +{"type":"Feature","id":"n4655851591","geometry":{"type":"Point","coordinates":[0.1243146,51.8144438]},"properties":{"@type":"node","@id":4655851591,"@timestamp":1486032209},"coords":"51.8144438,0.1243146","bedrooms":"3","price":"251000","area":"427"} , +{"type":"Feature","id":"n4655851602","geometry":{"type":"Point","coordinates":[0.1156947,51.8171384]},"properties":{"@type":"node","@id":4655851602,"@timestamp":1486032209},"coords":"51.8171384,0.1156947","bedrooms":"2","price":"158000","area":"623"} , +{"type":"Feature","id":"n4655851612","geometry":{"type":"Point","coordinates":[0.1196818,51.8214867]},"properties":{"@type":"node","@id":4655851612,"@timestamp":1486032210},"coords":"51.8214867,0.1196818","bedrooms":"1","price":"197000","area":"354"} , +{"type":"Feature","id":"n4655851623","geometry":{"type":"Point","coordinates":[0.1269546,51.8326219]},"properties":{"@type":"node","@id":4655851623,"@timestamp":1486032210},"coords":"51.8326219,0.1269546","bedrooms":"0","price":"293000","area":"395"} , +{"type":"Feature","id":"n4656009925","geometry":{"type":"Point","coordinates":[0.1372316,51.8773821]},"properties":{"@type":"node","@id":4656009925,"@timestamp":1615322239},"coords":"51.8773821,0.1372316","bedrooms":"1","price":"268000","area":"577"} , +{"type":"Feature","id":"n4656515353","geometry":{"type":"Point","coordinates":[-0.1185369,51.5178925]},"properties":{"@type":"node","@id":4656515353,"@timestamp":1486042745},"coords":"51.5178925,-0.1185369","bedrooms":"0","price":"200000","area":"618"} , +{"type":"Feature","id":"n4657046056","geometry":{"type":"Point","coordinates":[-0.1845714,51.1166027]},"properties":{"@type":"node","@id":4657046056,"@timestamp":1486056213},"coords":"51.1166027,-0.1845714","bedrooms":"3","price":"284000","area":"477"} , +{"type":"Feature","id":"n4657047210","geometry":{"type":"Point","coordinates":[-0.182969,51.1144233]},"properties":{"@type":"node","@id":4657047210,"@timestamp":1631404262},"coords":"51.1144233,-0.182969","bedrooms":"1","price":"227000","area":"365"} , +{"type":"Feature","id":"n4658088539","geometry":{"type":"Point","coordinates":[-0.1043731,51.513166]},"properties":{"@type":"node","@id":4658088539,"@timestamp":1621698514},"coords":"51.513166,-0.1043731","bedrooms":"3","price":"187000","area":"542"} , +{"type":"Feature","id":"n4658179567","geometry":{"type":"Point","coordinates":[-0.0917605,51.5283389]},"properties":{"@type":"node","@id":4658179567,"@timestamp":1633981129},"coords":"51.5283389,-0.0917605","bedrooms":"3","price":"294000","area":"470"} , +{"type":"Feature","id":"n4658226955","geometry":{"type":"Point","coordinates":[-0.0621859,51.5265997]},"properties":{"@type":"node","@id":4658226955,"@timestamp":1561882227},"coords":"51.5265997,-0.0621859","bedrooms":"3","price":"231000","area":"643"} , +{"type":"Feature","id":"n4658692345","geometry":{"type":"Point","coordinates":[0.4548526,51.7447243]},"properties":{"@type":"node","@id":4658692345,"@timestamp":1486364792},"coords":"51.7447243,0.4548526","bedrooms":"0","price":"159000","area":"469"} , +{"type":"Feature","id":"n4658692355","geometry":{"type":"Point","coordinates":[0.4541436,51.7452939]},"properties":{"@type":"node","@id":4658692355,"@timestamp":1486107165},"coords":"51.7452939,0.4541436","bedrooms":"3","price":"247000","area":"619"} , +{"type":"Feature","id":"n4658692365","geometry":{"type":"Point","coordinates":[0.4535809,51.7444323]},"properties":{"@type":"node","@id":4658692365,"@timestamp":1486107165},"coords":"51.7444323,0.4535809","bedrooms":"3","price":"293000","area":"671"} , +{"type":"Feature","id":"n4658724891","geometry":{"type":"Point","coordinates":[0.4545028,51.7430818]},"properties":{"@type":"node","@id":4658724891,"@timestamp":1486108639},"coords":"51.7430818,0.4545028","bedrooms":"4","price":"173000","area":"359"} , +{"type":"Feature","id":"n4658724902","geometry":{"type":"Point","coordinates":[0.455375,51.7435267]},"properties":{"@type":"node","@id":4658724902,"@timestamp":1494031817},"coords":"51.7435267,0.455375","bedrooms":"4","price":"178000","area":"399"} , +{"type":"Feature","id":"n4658724912","geometry":{"type":"Point","coordinates":[0.4555577,51.7441572]},"properties":{"@type":"node","@id":4658724912,"@timestamp":1486108639},"coords":"51.7441572,0.4555577","bedrooms":"0","price":"254000","area":"689"} , +{"type":"Feature","id":"n4659700056","geometry":{"type":"Point","coordinates":[-0.1690818,51.1133161]},"properties":{"@type":"node","@id":4659700056,"@timestamp":1486131033},"coords":"51.1133161,-0.1690818","bedrooms":"2","price":"157000","area":"552"} , +{"type":"Feature","id":"n4659799145","geometry":{"type":"Point","coordinates":[-0.1936526,51.1138242]},"properties":{"@type":"node","@id":4659799145,"@timestamp":1486132970},"coords":"51.1138242,-0.1936526","bedrooms":"0","price":"258000","area":"355"} , +{"type":"Feature","id":"n4659799361","geometry":{"type":"Point","coordinates":[-0.1882298,51.1126514]},"properties":{"@type":"node","@id":4659799361,"@timestamp":1633887311},"coords":"51.1126514,-0.1882298","bedrooms":"4","price":"195000","area":"403"} , +{"type":"Feature","id":"n4659821000","geometry":{"type":"Point","coordinates":[-0.1906324,51.1125647]},"properties":{"@type":"node","@id":4659821000,"@timestamp":1486133639},"coords":"51.1125647,-0.1906324","bedrooms":"3","price":"158000","area":"584"} , +{"type":"Feature","id":"n4660854190","geometry":{"type":"Point","coordinates":[-0.1337686,51.5318098]},"properties":{"@type":"node","@id":4660854190,"@timestamp":1486152194},"coords":"51.5318098,-0.1337686","bedrooms":"1","price":"222000","area":"656"} , +{"type":"Feature","id":"n4661572579","geometry":{"type":"Point","coordinates":[-0.0531676,51.5503501]},"properties":{"@type":"node","@id":4661572579,"@timestamp":1604865909},"coords":"51.5503501,-0.0531676","bedrooms":"4","price":"291000","area":"461"} , +{"type":"Feature","id":"n4663309123","geometry":{"type":"Point","coordinates":[-0.1051352,51.5120005]},"properties":{"@type":"node","@id":4663309123,"@timestamp":1486217201},"coords":"51.5120005,-0.1051352","bedrooms":"4","price":"208000","area":"536"} , +{"type":"Feature","id":"n4663309133","geometry":{"type":"Point","coordinates":[-0.1063483,51.5116401]},"properties":{"@type":"node","@id":4663309133,"@timestamp":1486217201},"coords":"51.5116401,-0.1063483","bedrooms":"2","price":"255000","area":"619"} , +{"type":"Feature","id":"n4663309157","geometry":{"type":"Point","coordinates":[-0.1062259,51.5112499]},"properties":{"@type":"node","@id":4663309157,"@timestamp":1486217202},"coords":"51.5112499,-0.1062259","bedrooms":"2","price":"169000","area":"409"} , +{"type":"Feature","id":"n4663312747","geometry":{"type":"Point","coordinates":[-0.1044724,51.5119113]},"properties":{"@type":"node","@id":4663312747,"@timestamp":1486217204},"coords":"51.5119113,-0.1044724","bedrooms":"3","price":"240000","area":"645"} , +{"type":"Feature","id":"n4663509998","geometry":{"type":"Point","coordinates":[0.0751768,51.4120915]},"properties":{"@type":"node","@id":4663509998,"@timestamp":1486224178},"coords":"51.4120915,0.0751768","bedrooms":"3","price":"260000","area":"405"} , +{"type":"Feature","id":"n4664359477","geometry":{"type":"Point","coordinates":[-0.1665974,51.6374641]},"properties":{"@type":"node","@id":4664359477,"@timestamp":1486244630},"coords":"51.6374641,-0.1665974","bedrooms":"1","price":"256000","area":"463"} , +{"type":"Feature","id":"n4664466072","geometry":{"type":"Point","coordinates":[-0.1342965,51.5322222]},"properties":{"@type":"node","@id":4664466072,"@timestamp":1486247777},"coords":"51.5322222,-0.1342965","bedrooms":"0","price":"271000","area":"406"} , +{"type":"Feature","id":"n4664571576","geometry":{"type":"Point","coordinates":[-0.1270061,51.569789]},"properties":{"@type":"node","@id":4664571576,"@timestamp":1486255627},"coords":"51.569789,-0.1270061","bedrooms":"0","price":"283000","area":"437"} , +{"type":"Feature","id":"n4664571586","geometry":{"type":"Point","coordinates":[-0.1276858,51.5693208]},"properties":{"@type":"node","@id":4664571586,"@timestamp":1486255628},"coords":"51.5693208,-0.1276858","bedrooms":"4","price":"235000","area":"523"} , +{"type":"Feature","id":"n4664910215","geometry":{"type":"Point","coordinates":[-0.1708234,51.9153947]},"properties":{"@type":"node","@id":4664910215,"@timestamp":1610197523},"coords":"51.9153947,-0.1708234","bedrooms":"4","price":"276000","area":"515"} , +{"type":"Feature","id":"n4665352259","geometry":{"type":"Point","coordinates":[-0.1080788,51.5126011]},"properties":{"@type":"node","@id":4665352259,"@timestamp":1486301123},"coords":"51.5126011,-0.1080788","bedrooms":"4","price":"276000","area":"604"} , +{"type":"Feature","id":"n4665353623","geometry":{"type":"Point","coordinates":[-0.1078428,51.5119643]},"properties":{"@type":"node","@id":4665353623,"@timestamp":1486301130},"coords":"51.5119643,-0.1078428","bedrooms":"3","price":"221000","area":"541"} , +{"type":"Feature","id":"n4665353679","geometry":{"type":"Point","coordinates":[-0.1069857,51.5119431]},"properties":{"@type":"node","@id":4665353679,"@timestamp":1486301131},"coords":"51.5119431,-0.1069857","bedrooms":"2","price":"193000","area":"452"} , +{"type":"Feature","id":"n4665499579","geometry":{"type":"Point","coordinates":[-0.403951,51.128734]},"properties":{"@type":"node","@id":4665499579,"@timestamp":1486305750},"coords":"51.128734,-0.403951","bedrooms":"0","price":"293000","area":"385"} , +{"type":"Feature","id":"n4665579871","geometry":{"type":"Point","coordinates":[-0.0175253,51.1335464]},"properties":{"@type":"node","@id":4665579871,"@timestamp":1627754533},"coords":"51.1335464,-0.0175253","bedrooms":"4","price":"296000","area":"641"} , +{"type":"Feature","id":"n4665595236","geometry":{"type":"Point","coordinates":[-0.7269494,51.4190548]},"properties":{"@type":"node","@id":4665595236,"@timestamp":1486309086},"coords":"51.4190548,-0.7269494","bedrooms":"4","price":"223000","area":"682"} , +{"type":"Feature","id":"n4665813801","geometry":{"type":"Point","coordinates":[-0.1351908,51.5070032]},"properties":{"@type":"node","@id":4665813801,"@timestamp":1486316571},"coords":"51.5070032,-0.1351908","bedrooms":"0","price":"192000","area":"640"} , +{"type":"Feature","id":"n4665816913","geometry":{"type":"Point","coordinates":[-0.0191005,51.4834265]},"properties":{"@type":"node","@id":4665816913,"@timestamp":1486316727},"coords":"51.4834265,-0.0191005","bedrooms":"2","price":"245000","area":"593"} , +{"type":"Feature","id":"n4665985068","geometry":{"type":"Point","coordinates":[-0.017657,51.4814812]},"properties":{"@type":"node","@id":4665985068,"@timestamp":1486323930},"coords":"51.4814812,-0.017657","bedrooms":"1","price":"270000","area":"481"} , +{"type":"Feature","id":"n4666155531","geometry":{"type":"Point","coordinates":[-0.1252739,51.4955299]},"properties":{"@type":"node","@id":4666155531,"@timestamp":1564908081},"coords":"51.4955299,-0.1252739","bedrooms":"4","price":"201000","area":"493"} , +{"type":"Feature","id":"n4666350989","geometry":{"type":"Point","coordinates":[-0.1692312,51.5126468]},"properties":{"@type":"node","@id":4666350989,"@timestamp":1486335972},"coords":"51.5126468,-0.1692312","bedrooms":"2","price":"297000","area":"479"} , +{"type":"Feature","id":"n4666721529","geometry":{"type":"Point","coordinates":[0.4612544,51.7425839]},"properties":{"@type":"node","@id":4666721529,"@timestamp":1486366358},"coords":"51.7425839,0.4612544","bedrooms":"4","price":"297000","area":"454"} , +{"type":"Feature","id":"n4666721539","geometry":{"type":"Point","coordinates":[0.4611748,51.7418854]},"properties":{"@type":"node","@id":4666721539,"@timestamp":1486366358},"coords":"51.7418854,0.4611748","bedrooms":"2","price":"184000","area":"492"} , +{"type":"Feature","id":"n4668146655","geometry":{"type":"Point","coordinates":[-0.1388922,51.5128071]},"properties":{"@type":"node","@id":4668146655,"@timestamp":1553720848},"coords":"51.5128071,-0.1388922","bedrooms":"2","price":"223000","area":"646"} , +{"type":"Feature","id":"n4669439818","geometry":{"type":"Point","coordinates":[-0.2705164,51.650897]},"properties":{"@type":"node","@id":4669439818,"@timestamp":1615653338},"coords":"51.650897,-0.2705164","bedrooms":"3","price":"242000","area":"501"} , +{"type":"Feature","id":"n4670100564","geometry":{"type":"Point","coordinates":[-0.0167828,51.8166039]},"properties":{"@type":"node","@id":4670100564,"@timestamp":1486419931},"coords":"51.8166039,-0.0167828","bedrooms":"0","price":"187000","area":"567"} , +{"type":"Feature","id":"n4670516188","geometry":{"type":"Point","coordinates":[-0.0983217,51.5194111]},"properties":{"@type":"node","@id":4670516188,"@timestamp":1486449275},"coords":"51.5194111,-0.0983217","bedrooms":"2","price":"274000","area":"470"} , +{"type":"Feature","id":"n4671056637","geometry":{"type":"Point","coordinates":[0.7313667,51.3054515]},"properties":{"@type":"node","@id":4671056637,"@timestamp":1486475440},"coords":"51.3054515,0.7313667","bedrooms":"0","price":"241000","area":"514"} , +{"type":"Feature","id":"n4671416454","geometry":{"type":"Point","coordinates":[-0.0166639,51.8148773]},"properties":{"@type":"node","@id":4671416454,"@timestamp":1486465777},"coords":"51.8148773,-0.0166639","bedrooms":"0","price":"294000","area":"437"} , +{"type":"Feature","id":"n4671536742","geometry":{"type":"Point","coordinates":[0.7305381,51.3298739]},"properties":{"@type":"node","@id":4671536742,"@timestamp":1486473502},"coords":"51.3298739,0.7305381","bedrooms":"3","price":"264000","area":"407"} , +{"type":"Feature","id":"n4671536758","geometry":{"type":"Point","coordinates":[0.7303706,51.3301981]},"properties":{"@type":"node","@id":4671536758,"@timestamp":1566844641},"coords":"51.3301981,0.7303706","bedrooms":"0","price":"202000","area":"451"} , +{"type":"Feature","id":"n4671536771","geometry":{"type":"Point","coordinates":[0.7304036,51.3296442]},"properties":{"@type":"node","@id":4671536771,"@timestamp":1487245329},"coords":"51.3296442,0.7304036","bedrooms":"3","price":"265000","area":"389"} , +{"type":"Feature","id":"n4671716585","geometry":{"type":"Point","coordinates":[-0.0193374,51.8120415]},"properties":{"@type":"node","@id":4671716585,"@timestamp":1486469251},"coords":"51.8120415,-0.0193374","bedrooms":"1","price":"236000","area":"505"} , +{"type":"Feature","id":"n4672040119","geometry":{"type":"Point","coordinates":[0.7384576,51.3211759]},"properties":{"@type":"node","@id":4672040119,"@timestamp":1589804103},"coords":"51.3211759,0.7384576","bedrooms":"1","price":"291000","area":"596"} , +{"type":"Feature","id":"n4672329397","geometry":{"type":"Point","coordinates":[-0.0198498,51.8122126]},"properties":{"@type":"node","@id":4672329397,"@timestamp":1486487590},"coords":"51.8122126,-0.0198498","bedrooms":"0","price":"193000","area":"375"} , +{"type":"Feature","id":"n4672402742","geometry":{"type":"Point","coordinates":[-0.0203588,51.5912265]},"properties":{"@type":"node","@id":4672402742,"@timestamp":1486490783},"coords":"51.5912265,-0.0203588","bedrooms":"3","price":"183000","area":"410"} , +{"type":"Feature","id":"n4674150149","geometry":{"type":"Point","coordinates":[-0.2063272,51.0176075]},"properties":{"@type":"node","@id":4674150149,"@timestamp":1596455557},"coords":"51.0176075,-0.2063272","bedrooms":"0","price":"177000","area":"603"} , +{"type":"Feature","id":"n4674903943","geometry":{"type":"Point","coordinates":[-0.1767988,51.0949615]},"properties":{"@type":"node","@id":4674903943,"@timestamp":1486567284},"coords":"51.0949615,-0.1767988","bedrooms":"3","price":"255000","area":"394"} , +{"type":"Feature","id":"n4675070022","geometry":{"type":"Point","coordinates":[-0.1989687,51.6546457]},"properties":{"@type":"node","@id":4675070022,"@timestamp":1486573475},"coords":"51.6546457,-0.1989687","bedrooms":"2","price":"241000","area":"546"} , +{"type":"Feature","id":"n4675113045","geometry":{"type":"Point","coordinates":[-0.1899379,51.6437894]},"properties":{"@type":"node","@id":4675113045,"@timestamp":1486574895},"coords":"51.6437894,-0.1899379","bedrooms":"1","price":"249000","area":"507"} , +{"type":"Feature","id":"n4675149090","geometry":{"type":"Point","coordinates":[-0.1858181,51.6380601]},"properties":{"@type":"node","@id":4675149090,"@timestamp":1628193572},"coords":"51.6380601,-0.1858181","bedrooms":"1","price":"265000","area":"422"} , +{"type":"Feature","id":"n4675149105","geometry":{"type":"Point","coordinates":[-0.1893049,51.6411629]},"properties":{"@type":"node","@id":4675149105,"@timestamp":1486575426},"coords":"51.6411629,-0.1893049","bedrooms":"3","price":"245000","area":"381"} , +{"type":"Feature","id":"n4675445985","geometry":{"type":"Point","coordinates":[-0.5573772,51.318815]},"properties":{"@type":"node","@id":4675445985,"@timestamp":1553724147},"coords":"51.318815,-0.5573772","bedrooms":"3","price":"229000","area":"372"} , +{"type":"Feature","id":"n4675632076","geometry":{"type":"Point","coordinates":[-0.675199,50.9894241]},"properties":{"@type":"node","@id":4675632076,"@timestamp":1491940874},"coords":"50.9894241,-0.675199","bedrooms":"1","price":"198000","area":"565"} , +{"type":"Feature","id":"n4675822096","geometry":{"type":"Point","coordinates":[-0.1080458,51.5130061]},"properties":{"@type":"node","@id":4675822096,"@timestamp":1486609821},"coords":"51.5130061,-0.1080458","bedrooms":"3","price":"269000","area":"471"} , +{"type":"Feature","id":"n4676601408","geometry":{"type":"Point","coordinates":[-0.2547042,51.5977677]},"properties":{"@type":"node","@id":4676601408,"@timestamp":1486646751},"coords":"51.5977677,-0.2547042","bedrooms":"4","price":"174000","area":"462"} , +{"type":"Feature","id":"n4677019988","geometry":{"type":"Point","coordinates":[-0.158405,51.4375642]},"properties":{"@type":"node","@id":4677019988,"@timestamp":1486664688},"coords":"51.4375642,-0.158405","bedrooms":"0","price":"274000","area":"564"} , +{"type":"Feature","id":"n4677116099","geometry":{"type":"Point","coordinates":[-0.1975594,51.4839033]},"properties":{"@type":"node","@id":4677116099,"@timestamp":1580917013},"coords":"51.4839033,-0.1975594","bedrooms":"4","price":"205000","area":"680"} , +{"type":"Feature","id":"n4677251399","geometry":{"type":"Point","coordinates":[-0.2014057,51.5446482]},"properties":{"@type":"node","@id":4677251399,"@timestamp":1593118035},"coords":"51.5446482,-0.2014057","bedrooms":"0","price":"261000","area":"416"} , +{"type":"Feature","id":"n4677251431","geometry":{"type":"Point","coordinates":[-0.2008642,51.5448965]},"properties":{"@type":"node","@id":4677251431,"@timestamp":1592648643},"coords":"51.5448965,-0.2008642","bedrooms":"2","price":"217000","area":"370"} , +{"type":"Feature","id":"n4677251447","geometry":{"type":"Point","coordinates":[-0.1977784,51.5458982]},"properties":{"@type":"node","@id":4677251447,"@timestamp":1486674077},"coords":"51.5458982,-0.1977784","bedrooms":"0","price":"208000","area":"675"} , +{"type":"Feature","id":"n4677251762","geometry":{"type":"Point","coordinates":[-0.1785396,51.5438898]},"properties":{"@type":"node","@id":4677251762,"@timestamp":1486674079},"coords":"51.5438898,-0.1785396","bedrooms":"0","price":"189000","area":"567"} , +{"type":"Feature","id":"n4677251772","geometry":{"type":"Point","coordinates":[-0.1792048,51.5426771]},"properties":{"@type":"node","@id":4677251772,"@timestamp":1486674080},"coords":"51.5426771,-0.1792048","bedrooms":"1","price":"296000","area":"564"} , +{"type":"Feature","id":"n4677251786","geometry":{"type":"Point","coordinates":[-0.179281,51.5431929]},"properties":{"@type":"node","@id":4677251786,"@timestamp":1486674080},"coords":"51.5431929,-0.179281","bedrooms":"4","price":"291000","area":"475"} , +{"type":"Feature","id":"n4677251798","geometry":{"type":"Point","coordinates":[-0.1795696,51.542577]},"properties":{"@type":"node","@id":4677251798,"@timestamp":1486674081},"coords":"51.542577,-0.1795696","bedrooms":"4","price":"292000","area":"597"} , +{"type":"Feature","id":"n4677251808","geometry":{"type":"Point","coordinates":[-0.179878,51.542061]},"properties":{"@type":"node","@id":4677251808,"@timestamp":1486674081},"coords":"51.542061,-0.179878","bedrooms":"4","price":"235000","area":"535"} , +{"type":"Feature","id":"n4677383497","geometry":{"type":"Point","coordinates":[-0.1261629,51.5666534]},"properties":{"@type":"node","@id":4677383497,"@timestamp":1486680503},"coords":"51.5666534,-0.1261629","bedrooms":"0","price":"256000","area":"525"} , +{"type":"Feature","id":"n4677383509","geometry":{"type":"Point","coordinates":[-0.1257755,51.5669413]},"properties":{"@type":"node","@id":4677383509,"@timestamp":1486680503},"coords":"51.5669413,-0.1257755","bedrooms":"2","price":"230000","area":"371"} , +{"type":"Feature","id":"n4677383795","geometry":{"type":"Point","coordinates":[-0.1252947,51.5672974]},"properties":{"@type":"node","@id":4677383795,"@timestamp":1486680505},"coords":"51.5672974,-0.1252947","bedrooms":"3","price":"183000","area":"406"} , +{"type":"Feature","id":"n4677436070","geometry":{"type":"Point","coordinates":[-0.1282693,51.5652129]},"properties":{"@type":"node","@id":4677436070,"@timestamp":1490319210},"coords":"51.5652129,-0.1282693","bedrooms":"4","price":"288000","area":"543"} , +{"type":"Feature","id":"n4677436088","geometry":{"type":"Point","coordinates":[-0.1272045,51.5658929]},"properties":{"@type":"node","@id":4677436088,"@timestamp":1486684473},"coords":"51.5658929,-0.1272045","bedrooms":"2","price":"186000","area":"487"} , +{"type":"Feature","id":"n4677436602","geometry":{"type":"Point","coordinates":[-0.126723,51.5662402]},"properties":{"@type":"node","@id":4677436602,"@timestamp":1486684473},"coords":"51.5662402,-0.126723","bedrooms":"2","price":"243000","area":"413"} , +{"type":"Feature","id":"n4677470622","geometry":{"type":"Point","coordinates":[-0.9778636,50.967226]},"properties":{"@type":"node","@id":4677470622,"@timestamp":1486688280},"coords":"50.967226,-0.9778636","bedrooms":"3","price":"183000","area":"620"} , +{"type":"Feature","id":"n4677572154","geometry":{"type":"Point","coordinates":[-0.8410713,51.631261]},"properties":{"@type":"node","@id":4677572154,"@timestamp":1486698878},"coords":"51.631261,-0.8410713","bedrooms":"1","price":"230000","area":"521"} , +{"type":"Feature","id":"n4678229622","geometry":{"type":"Point","coordinates":[-0.1913703,51.5458646]},"properties":{"@type":"node","@id":4678229622,"@timestamp":1486728491},"coords":"51.5458646,-0.1913703","bedrooms":"0","price":"268000","area":"362"} , +{"type":"Feature","id":"n4678382545","geometry":{"type":"Point","coordinates":[-0.2057192,51.5312976]},"properties":{"@type":"node","@id":4678382545,"@timestamp":1486732721},"coords":"51.5312976,-0.2057192","bedrooms":"1","price":"296000","area":"399"} , +{"type":"Feature","id":"n4678382555","geometry":{"type":"Point","coordinates":[-0.2078864,51.5315029]},"properties":{"@type":"node","@id":4678382555,"@timestamp":1486732721},"coords":"51.5315029,-0.2078864","bedrooms":"2","price":"281000","area":"558"} , +{"type":"Feature","id":"n4678382565","geometry":{"type":"Point","coordinates":[-0.2074412,51.5317965]},"properties":{"@type":"node","@id":4678382565,"@timestamp":1486732721},"coords":"51.5317965,-0.2074412","bedrooms":"1","price":"184000","area":"521"} , +{"type":"Feature","id":"n4678382575","geometry":{"type":"Point","coordinates":[-0.2071139,51.5314995]},"properties":{"@type":"node","@id":4678382575,"@timestamp":1486732721},"coords":"51.5314995,-0.2071139","bedrooms":"2","price":"155000","area":"448"} , +{"type":"Feature","id":"n4678382998","geometry":{"type":"Point","coordinates":[-0.2072981,51.532063]},"properties":{"@type":"node","@id":4678382998,"@timestamp":1568091351},"coords":"51.532063,-0.2072981","bedrooms":"3","price":"280000","area":"614"} , +{"type":"Feature","id":"n4678383027","geometry":{"type":"Point","coordinates":[-0.2074987,51.5317526]},"properties":{"@type":"node","@id":4678383027,"@timestamp":1486732723},"coords":"51.5317526,-0.2074987","bedrooms":"4","price":"285000","area":"623"} , +{"type":"Feature","id":"n4678383351","geometry":{"type":"Point","coordinates":[-0.2077776,51.5312357]},"properties":{"@type":"node","@id":4678383351,"@timestamp":1486732724},"coords":"51.5312357,-0.2077776","bedrooms":"4","price":"175000","area":"511"} , +{"type":"Feature","id":"n4678538680","geometry":{"type":"Point","coordinates":[-0.0827392,51.5174366]},"properties":{"@type":"node","@id":4678538680,"@timestamp":1627641339},"coords":"51.5174366,-0.0827392","bedrooms":"1","price":"252000","area":"545"} , +{"type":"Feature","id":"n4678882809","geometry":{"type":"Point","coordinates":[-0.1005245,51.6012861]},"properties":{"@type":"node","@id":4678882809,"@timestamp":1486749694},"coords":"51.6012861,-0.1005245","bedrooms":"1","price":"202000","area":"357"} , +{"type":"Feature","id":"n4680454606","geometry":{"type":"Point","coordinates":[-0.1895853,51.1160128]},"properties":{"@type":"node","@id":4680454606,"@timestamp":1579542451},"coords":"51.1160128,-0.1895853","bedrooms":"0","price":"190000","area":"453"} , +{"type":"Feature","id":"n4680454616","geometry":{"type":"Point","coordinates":[-0.1895893,51.1158738]},"properties":{"@type":"node","@id":4680454616,"@timestamp":1486833093},"coords":"51.1158738,-0.1895893","bedrooms":"2","price":"175000","area":"436"} , +{"type":"Feature","id":"n4680454626","geometry":{"type":"Point","coordinates":[-0.1898426,51.1152588]},"properties":{"@type":"node","@id":4680454626,"@timestamp":1486833094},"coords":"51.1152588,-0.1898426","bedrooms":"1","price":"183000","area":"620"} , +{"type":"Feature","id":"n4680481810","geometry":{"type":"Point","coordinates":[-0.1879084,51.1158615]},"properties":{"@type":"node","@id":4680481810,"@timestamp":1634735014},"coords":"51.1158615,-0.1879084","bedrooms":"0","price":"208000","area":"647"} , +{"type":"Feature","id":"n4680842276","geometry":{"type":"Point","coordinates":[-0.1167811,51.5357925]},"properties":{"@type":"node","@id":4680842276,"@timestamp":1564908081},"coords":"51.5357925,-0.1167811","bedrooms":"1","price":"262000","area":"593"} , +{"type":"Feature","id":"n4680953865","geometry":{"type":"Point","coordinates":[-0.128967,51.5098342]},"properties":{"@type":"node","@id":4680953865,"@timestamp":1494745298},"coords":"51.5098342,-0.128967","bedrooms":"2","price":"159000","area":"612"} , +{"type":"Feature","id":"n4681022536","geometry":{"type":"Point","coordinates":[0.0829174,51.5909695]},"properties":{"@type":"node","@id":4681022536,"@timestamp":1617624455},"coords":"51.5909695,0.0829174","bedrooms":"1","price":"236000","area":"582"} , +{"type":"Feature","id":"n4681022570","geometry":{"type":"Point","coordinates":[0.1110287,51.5351463]},"properties":{"@type":"node","@id":4681022570,"@timestamp":1573110603},"coords":"51.5351463,0.1110287","bedrooms":"1","price":"171000","area":"650"} , +{"type":"Feature","id":"n4681540517","geometry":{"type":"Point","coordinates":[-0.3172758,51.1294786]},"properties":{"@type":"node","@id":4681540517,"@timestamp":1486899904},"coords":"51.1294786,-0.3172758","bedrooms":"3","price":"288000","area":"628"} , +{"type":"Feature","id":"n4681575452","geometry":{"type":"Point","coordinates":[-0.3708745,51.5763586]},"properties":{"@type":"node","@id":4681575452,"@timestamp":1528631514},"coords":"51.5763586,-0.3708745","bedrooms":"3","price":"288000","area":"533"} , +{"type":"Feature","id":"n4681785288","geometry":{"type":"Point","coordinates":[-0.1080688,51.5936769]},"properties":{"@type":"node","@id":4681785288,"@timestamp":1609511960},"coords":"51.5936769,-0.1080688","bedrooms":"3","price":"187000","area":"650"} , +{"type":"Feature","id":"n4681962044","geometry":{"type":"Point","coordinates":[-0.1218382,51.519594]},"properties":{"@type":"node","@id":4681962044,"@timestamp":1564908081},"coords":"51.519594,-0.1218382","bedrooms":"4","price":"201000","area":"497"} , +{"type":"Feature","id":"n4682088112","geometry":{"type":"Point","coordinates":[-0.0546587,51.6526207]},"properties":{"@type":"node","@id":4682088112,"@timestamp":1549908389},"coords":"51.6526207,-0.0546587","bedrooms":"1","price":"262000","area":"625"} , +{"type":"Feature","id":"n4682352391","geometry":{"type":"Point","coordinates":[-0.1606164,51.9292926]},"properties":{"@type":"node","@id":4682352391,"@timestamp":1486994199},"coords":"51.9292926,-0.1606164","bedrooms":"1","price":"158000","area":"362"} , +{"type":"Feature","id":"n4683046881","geometry":{"type":"Point","coordinates":[-0.1653028,51.9286394]},"properties":{"@type":"node","@id":4683046881,"@timestamp":1635606519},"coords":"51.9286394,-0.1653028","bedrooms":"2","price":"232000","area":"371"} , +{"type":"Feature","id":"n4683258063","geometry":{"type":"Point","coordinates":[-0.0748176,51.5030055]},"properties":{"@type":"node","@id":4683258063,"@timestamp":1486985307},"coords":"51.5030055,-0.0748176","bedrooms":"0","price":"276000","area":"616"} , +{"type":"Feature","id":"n4683675129","geometry":{"type":"Point","coordinates":[-0.7437124,51.6289145]},"properties":{"@type":"node","@id":4683675129,"@timestamp":1544474296},"coords":"51.6289145,-0.7437124","bedrooms":"2","price":"175000","area":"582"} , +{"type":"Feature","id":"n4683826102","geometry":{"type":"Point","coordinates":[-0.1078369,51.5156756]},"properties":{"@type":"node","@id":4683826102,"@timestamp":1572824163},"coords":"51.5156756,-0.1078369","bedrooms":"2","price":"295000","area":"672"} , +{"type":"Feature","id":"n4684293914","geometry":{"type":"Point","coordinates":[-0.221679,51.5384325]},"properties":{"@type":"node","@id":4684293914,"@timestamp":1487022372},"coords":"51.5384325,-0.221679","bedrooms":"4","price":"295000","area":"536"} , +{"type":"Feature","id":"n4684295019","geometry":{"type":"Point","coordinates":[-0.2292462,51.53814]},"properties":{"@type":"node","@id":4684295019,"@timestamp":1487022383},"coords":"51.53814,-0.2292462","bedrooms":"2","price":"283000","area":"688"} , +{"type":"Feature","id":"n4684295469","geometry":{"type":"Point","coordinates":[-0.2275192,51.5370671]},"properties":{"@type":"node","@id":4684295469,"@timestamp":1487022389},"coords":"51.5370671,-0.2275192","bedrooms":"4","price":"163000","area":"383"} , +{"type":"Feature","id":"n4684393863","geometry":{"type":"Point","coordinates":[-0.0238149,51.5376506]},"properties":{"@type":"node","@id":4684393863,"@timestamp":1487026106},"coords":"51.5376506,-0.0238149","bedrooms":"3","price":"252000","area":"634"} , +{"type":"Feature","id":"n4684412036","geometry":{"type":"Point","coordinates":[-0.0198242,51.5365578]},"properties":{"@type":"node","@id":4684412036,"@timestamp":1624630822},"coords":"51.5365578,-0.0198242","bedrooms":"1","price":"213000","area":"591"} , +{"type":"Feature","id":"n4684502370","geometry":{"type":"Point","coordinates":[-0.1224496,51.5136598]},"properties":{"@type":"node","@id":4684502370,"@timestamp":1487036513},"coords":"51.5136598,-0.1224496","bedrooms":"1","price":"290000","area":"484"} , +{"type":"Feature","id":"n4684517949","geometry":{"type":"Point","coordinates":[-0.1387972,51.5151892]},"properties":{"@type":"node","@id":4684517949,"@timestamp":1487038545},"coords":"51.5151892,-0.1387972","bedrooms":"0","price":"151000","area":"581"} , +{"type":"Feature","id":"n4684520616","geometry":{"type":"Point","coordinates":[-0.1392577,51.5154449]},"properties":{"@type":"node","@id":4684520616,"@timestamp":1487038544},"coords":"51.5154449,-0.1392577","bedrooms":"2","price":"160000","area":"607"} , +{"type":"Feature","id":"n4684520696","geometry":{"type":"Point","coordinates":[-0.1401108,51.5150501]},"properties":{"@type":"node","@id":4684520696,"@timestamp":1487038546},"coords":"51.5150501,-0.1401108","bedrooms":"0","price":"245000","area":"520"} , +{"type":"Feature","id":"n4684520720","geometry":{"type":"Point","coordinates":[-0.139518,51.5150006]},"properties":{"@type":"node","@id":4684520720,"@timestamp":1487038546},"coords":"51.5150006,-0.139518","bedrooms":"1","price":"164000","area":"673"} , +{"type":"Feature","id":"n4684520797","geometry":{"type":"Point","coordinates":[-0.1401079,51.514834]},"properties":{"@type":"node","@id":4684520797,"@timestamp":1525495422},"coords":"51.514834,-0.1401079","bedrooms":"0","price":"256000","area":"463"} , +{"type":"Feature","id":"n4684520847","geometry":{"type":"Point","coordinates":[-0.1390978,51.5151783]},"properties":{"@type":"node","@id":4684520847,"@timestamp":1487038548},"coords":"51.5151783,-0.1390978","bedrooms":"0","price":"155000","area":"512"} , +{"type":"Feature","id":"n4684958739","geometry":{"type":"Point","coordinates":[-0.0827121,51.5152969]},"properties":{"@type":"node","@id":4684958739,"@timestamp":1634835680},"coords":"51.5152969,-0.0827121","bedrooms":"4","price":"264000","area":"362"} , +{"type":"Feature","id":"n4685623759","geometry":{"type":"Point","coordinates":[0.0110073,51.4688869]},"properties":{"@type":"node","@id":4685623759,"@timestamp":1590773822},"coords":"51.4688869,0.0110073","bedrooms":"4","price":"235000","area":"394"} , +{"type":"Feature","id":"n4685814295","geometry":{"type":"Point","coordinates":[-0.0259833,51.5447478]},"properties":{"@type":"node","@id":4685814295,"@timestamp":1487104351},"coords":"51.5447478,-0.0259833","bedrooms":"4","price":"282000","area":"477"} , +{"type":"Feature","id":"n4685861817","geometry":{"type":"Point","coordinates":[0.2595856,51.4110693]},"properties":{"@type":"node","@id":4685861817,"@timestamp":1550054972},"coords":"51.4110693,0.2595856","bedrooms":"4","price":"160000","area":"481"} , +{"type":"Feature","id":"n4685872485","geometry":{"type":"Point","coordinates":[-0.0271976,51.5446537]},"properties":{"@type":"node","@id":4685872485,"@timestamp":1487107138},"coords":"51.5446537,-0.0271976","bedrooms":"1","price":"214000","area":"457"} , +{"type":"Feature","id":"n4685886039","geometry":{"type":"Point","coordinates":[-0.0227451,51.5441132]},"properties":{"@type":"node","@id":4685886039,"@timestamp":1553720318},"coords":"51.5441132,-0.0227451","bedrooms":"0","price":"267000","area":"521"} , +{"type":"Feature","id":"n4685931125","geometry":{"type":"Point","coordinates":[-0.0221177,51.4810008]},"properties":{"@type":"node","@id":4685931125,"@timestamp":1487116166},"coords":"51.4810008,-0.0221177","bedrooms":"3","price":"188000","area":"479"} , +{"type":"Feature","id":"n4685931148","geometry":{"type":"Point","coordinates":[-0.0229087,51.5454633]},"properties":{"@type":"node","@id":4685931148,"@timestamp":1544963114},"coords":"51.5454633,-0.0229087","bedrooms":"1","price":"202000","area":"573"} , +{"type":"Feature","id":"n4685941391","geometry":{"type":"Point","coordinates":[-0.0222301,51.5445536]},"properties":{"@type":"node","@id":4685941391,"@timestamp":1611842731},"coords":"51.5445536,-0.0222301","bedrooms":"2","price":"258000","area":"575"} , +{"type":"Feature","id":"n4685988360","geometry":{"type":"Point","coordinates":[-0.9777449,51.1081551]},"properties":{"@type":"node","@id":4685988360,"@timestamp":1487112412},"coords":"51.1081551,-0.9777449","bedrooms":"0","price":"235000","area":"408"} , +{"type":"Feature","id":"n4685997601","geometry":{"type":"Point","coordinates":[-0.9648818,51.188964]},"properties":{"@type":"node","@id":4685997601,"@timestamp":1487113214},"coords":"51.188964,-0.9648818","bedrooms":"4","price":"165000","area":"444"} , +{"type":"Feature","id":"n4686030824","geometry":{"type":"Point","coordinates":[-0.0221899,51.4817271]},"properties":{"@type":"node","@id":4686030824,"@timestamp":1487114134},"coords":"51.4817271,-0.0221899","bedrooms":"4","price":"154000","area":"498"} , +{"type":"Feature","id":"n4686048725","geometry":{"type":"Point","coordinates":[-0.0227129,51.5378207]},"properties":{"@type":"node","@id":4686048725,"@timestamp":1487115319},"coords":"51.5378207,-0.0227129","bedrooms":"2","price":"163000","area":"572"} , +{"type":"Feature","id":"n4686056994","geometry":{"type":"Point","coordinates":[-0.0207834,51.4811107]},"properties":{"@type":"node","@id":4686056994,"@timestamp":1487115774},"coords":"51.4811107,-0.0207834","bedrooms":"3","price":"295000","area":"402"} , +{"type":"Feature","id":"n4686064508","geometry":{"type":"Point","coordinates":[-0.0230085,51.4809651]},"properties":{"@type":"node","@id":4686064508,"@timestamp":1487116355},"coords":"51.4809651,-0.0230085","bedrooms":"4","price":"237000","area":"524"} , +{"type":"Feature","id":"n4687035760","geometry":{"type":"Point","coordinates":[-0.1590476,51.9255179]},"properties":{"@type":"node","@id":4687035760,"@timestamp":1487170634},"coords":"51.9255179,-0.1590476","bedrooms":"2","price":"153000","area":"516"} , +{"type":"Feature","id":"n4687413405","geometry":{"type":"Point","coordinates":[-0.2282518,51.271658]},"properties":{"@type":"node","@id":4687413405,"@timestamp":1487184820},"coords":"51.271658,-0.2282518","bedrooms":"4","price":"190000","area":"559"} , +{"type":"Feature","id":"n4687790508","geometry":{"type":"Point","coordinates":[0.4465924,51.7527254]},"properties":{"@type":"node","@id":4687790508,"@timestamp":1487199631},"coords":"51.7527254,0.4465924","bedrooms":"0","price":"178000","area":"590"} , +{"type":"Feature","id":"n4687847188","geometry":{"type":"Point","coordinates":[-0.1457199,51.5769092]},"properties":{"@type":"node","@id":4687847188,"@timestamp":1487205745},"coords":"51.5769092,-0.1457199","bedrooms":"3","price":"180000","area":"501"} , +{"type":"Feature","id":"n4687847198","geometry":{"type":"Point","coordinates":[-0.1464087,51.5772083]},"properties":{"@type":"node","@id":4687847198,"@timestamp":1487205746},"coords":"51.5772083,-0.1464087","bedrooms":"0","price":"259000","area":"636"} , +{"type":"Feature","id":"n4687847212","geometry":{"type":"Point","coordinates":[-0.1475098,51.5776094]},"properties":{"@type":"node","@id":4687847212,"@timestamp":1487205746},"coords":"51.5776094,-0.1475098","bedrooms":"1","price":"262000","area":"420"} , +{"type":"Feature","id":"n4689104928","geometry":{"type":"Point","coordinates":[-0.5979744,51.1993882]},"properties":{"@type":"node","@id":4689104928,"@timestamp":1487264139},"coords":"51.1993882,-0.5979744","bedrooms":"4","price":"284000","area":"528"} , +{"type":"Feature","id":"n4689304189","geometry":{"type":"Point","coordinates":[-0.0769931,51.4952362]},"properties":{"@type":"node","@id":4689304189,"@timestamp":1487271214},"coords":"51.4952362,-0.0769931","bedrooms":"0","price":"205000","area":"643"} , +{"type":"Feature","id":"n4689709390","geometry":{"type":"Point","coordinates":[-0.1437474,51.5760382]},"properties":{"@type":"node","@id":4689709390,"@timestamp":1487293624},"coords":"51.5760382,-0.1437474","bedrooms":"1","price":"217000","area":"662"} , +{"type":"Feature","id":"n4689738630","geometry":{"type":"Point","coordinates":[-0.1422495,51.5749677]},"properties":{"@type":"node","@id":4689738630,"@timestamp":1487296621},"coords":"51.5749677,-0.1422495","bedrooms":"0","price":"172000","area":"401"} , +{"type":"Feature","id":"n4689775124","geometry":{"type":"Point","coordinates":[-0.1069111,51.5142733]},"properties":{"@type":"node","@id":4689775124,"@timestamp":1603295050},"coords":"51.5142733,-0.1069111","bedrooms":"3","price":"282000","area":"411"} , +{"type":"Feature","id":"n4690191720","geometry":{"type":"Point","coordinates":[-0.2203269,51.503209]},"properties":{"@type":"node","@id":4690191720,"@timestamp":1606054970},"coords":"51.503209,-0.2203269","bedrooms":"2","price":"165000","area":"474"} , +{"type":"Feature","id":"n4690367787","geometry":{"type":"Point","coordinates":[-0.0851722,51.5516088]},"properties":{"@type":"node","@id":4690367787,"@timestamp":1618942075},"coords":"51.5516088,-0.0851722","bedrooms":"4","price":"243000","area":"567"} , +{"type":"Feature","id":"n4690870436","geometry":{"type":"Point","coordinates":[-0.4670665,51.4822228]},"properties":{"@type":"node","@id":4690870436,"@timestamp":1487351152},"coords":"51.4822228,-0.4670665","bedrooms":"3","price":"262000","area":"472"} , +{"type":"Feature","id":"n4691563241","geometry":{"type":"Point","coordinates":[-0.141348,51.5739821]},"properties":{"@type":"node","@id":4691563241,"@timestamp":1487381104},"coords":"51.5739821,-0.141348","bedrooms":"2","price":"274000","area":"676"} , +{"type":"Feature","id":"n4691563251","geometry":{"type":"Point","coordinates":[-0.1417689,51.5744289]},"properties":{"@type":"node","@id":4691563251,"@timestamp":1553295114},"coords":"51.5744289,-0.1417689","bedrooms":"0","price":"166000","area":"506"} , +{"type":"Feature","id":"n4691581922","geometry":{"type":"Point","coordinates":[-0.1313923,51.5076332]},"properties":{"@type":"node","@id":4691581922,"@timestamp":1487384012},"coords":"51.5076332,-0.1313923","bedrooms":"0","price":"192000","area":"545"} , +{"type":"Feature","id":"n4691593726","geometry":{"type":"Point","coordinates":[-0.1389209,51.5715817]},"properties":{"@type":"node","@id":4691593726,"@timestamp":1592680644},"coords":"51.5715817,-0.1389209","bedrooms":"4","price":"269000","area":"413"} , +{"type":"Feature","id":"n4691593755","geometry":{"type":"Point","coordinates":[-0.1400475,51.5726353]},"properties":{"@type":"node","@id":4691593755,"@timestamp":1553295107},"coords":"51.5726353,-0.1400475","bedrooms":"3","price":"232000","area":"612"} , +{"type":"Feature","id":"n4691593765","geometry":{"type":"Point","coordinates":[-0.1404861,51.5731062]},"properties":{"@type":"node","@id":4691593765,"@timestamp":1487385846},"coords":"51.5731062,-0.1404861","bedrooms":"0","price":"177000","area":"520"} , +{"type":"Feature","id":"n4691921105","geometry":{"type":"Point","coordinates":[-0.0196245,51.5044349]},"properties":{"@type":"node","@id":4691921105,"@timestamp":1631905969},"coords":"51.5044349,-0.0196245","bedrooms":"2","price":"211000","area":"550"} , +{"type":"Feature","id":"n4692424680","geometry":{"type":"Point","coordinates":[0.2251966,51.5917443]},"properties":{"@type":"node","@id":4692424680,"@timestamp":1602561392},"coords":"51.5917443,0.2251966","bedrooms":"2","price":"221000","area":"458"} , +{"type":"Feature","id":"n4692890544","geometry":{"type":"Point","coordinates":[-0.0501243,51.5260405]},"properties":{"@type":"node","@id":4692890544,"@timestamp":1617345565},"coords":"51.5260405,-0.0501243","bedrooms":"0","price":"251000","area":"412"} , +{"type":"Feature","id":"n4693242379","geometry":{"type":"Point","coordinates":[-0.0817159,51.4269942]},"properties":{"@type":"node","@id":4693242379,"@timestamp":1564908081},"coords":"51.4269942,-0.0817159","bedrooms":"2","price":"269000","area":"628"} , +{"type":"Feature","id":"n4693270649","geometry":{"type":"Point","coordinates":[-0.3141748,51.4778712]},"properties":{"@type":"node","@id":4693270649,"@timestamp":1487496362},"coords":"51.4778712,-0.3141748","bedrooms":"3","price":"292000","area":"644"} , +{"type":"Feature","id":"n4693286251","geometry":{"type":"Point","coordinates":[-0.3709345,51.5727176]},"properties":{"@type":"node","@id":4693286251,"@timestamp":1584740547},"coords":"51.5727176,-0.3709345","bedrooms":"1","price":"254000","area":"634"} , +{"type":"Feature","id":"n4693286262","geometry":{"type":"Point","coordinates":[-0.3818162,51.5852827]},"properties":{"@type":"node","@id":4693286262,"@timestamp":1487497527},"coords":"51.5852827,-0.3818162","bedrooms":"2","price":"285000","area":"407"} , +{"type":"Feature","id":"n4693557864","geometry":{"type":"Point","coordinates":[-0.0973215,51.5022351]},"properties":{"@type":"node","@id":4693557864,"@timestamp":1487511975},"coords":"51.5022351,-0.0973215","bedrooms":"1","price":"289000","area":"449"} , +{"type":"Feature","id":"n4693653588","geometry":{"type":"Point","coordinates":[-0.3408405,51.0764692]},"properties":{"@type":"node","@id":4693653588,"@timestamp":1487516726},"coords":"51.0764692,-0.3408405","bedrooms":"0","price":"229000","area":"503"} , +{"type":"Feature","id":"n4693825240","geometry":{"type":"Point","coordinates":[-0.3481699,51.4831622]},"properties":{"@type":"node","@id":4693825240,"@timestamp":1487524221},"coords":"51.4831622,-0.3481699","bedrooms":"4","price":"216000","area":"449"} , +{"type":"Feature","id":"n4693990952","geometry":{"type":"Point","coordinates":[-0.5735842,51.3164642]},"properties":{"@type":"node","@id":4693990952,"@timestamp":1487530858},"coords":"51.3164642,-0.5735842","bedrooms":"2","price":"241000","area":"600"} , +{"type":"Feature","id":"n4694089133","geometry":{"type":"Point","coordinates":[-0.5822269,51.3222221]},"properties":{"@type":"node","@id":4694089133,"@timestamp":1487534835},"coords":"51.3222221,-0.5822269","bedrooms":"2","price":"223000","area":"419"} , +{"type":"Feature","id":"n4694177562","geometry":{"type":"Point","coordinates":[-0.6037906,51.3208001]},"properties":{"@type":"node","@id":4694177562,"@timestamp":1487537243},"coords":"51.3208001,-0.6037906","bedrooms":"3","price":"155000","area":"588"} , +{"type":"Feature","id":"n4694358410","geometry":{"type":"Point","coordinates":[-0.3328679,51.2992333]},"properties":{"@type":"node","@id":4694358410,"@timestamp":1563024304},"coords":"51.2992333,-0.3328679","bedrooms":"2","price":"231000","area":"393"} , +{"type":"Feature","id":"n4694456267","geometry":{"type":"Point","coordinates":[-0.1374625,51.5154062]},"properties":{"@type":"node","@id":4694456267,"@timestamp":1487554516},"coords":"51.5154062,-0.1374625","bedrooms":"3","price":"151000","area":"634"} , +{"type":"Feature","id":"n4694456302","geometry":{"type":"Point","coordinates":[-0.1372288,51.5150252]},"properties":{"@type":"node","@id":4694456302,"@timestamp":1487554517},"coords":"51.5150252,-0.1372288","bedrooms":"2","price":"296000","area":"575"} , +{"type":"Feature","id":"n4694456363","geometry":{"type":"Point","coordinates":[-0.1384019,51.5144241]},"properties":{"@type":"node","@id":4694456363,"@timestamp":1487554518},"coords":"51.5144241,-0.1384019","bedrooms":"4","price":"217000","area":"410"} , +{"type":"Feature","id":"n4694456426","geometry":{"type":"Point","coordinates":[-0.1385262,51.5145275]},"properties":{"@type":"node","@id":4694456426,"@timestamp":1487554519},"coords":"51.5145275,-0.1385262","bedrooms":"3","price":"285000","area":"360"} , +{"type":"Feature","id":"n4695066899","geometry":{"type":"Point","coordinates":[-0.0914721,51.4382575]},"properties":{"@type":"node","@id":4695066899,"@timestamp":1611787464},"coords":"51.4382575,-0.0914721","bedrooms":"0","price":"157000","area":"698"} , +{"type":"Feature","id":"n4695137485","geometry":{"type":"Point","coordinates":[-1.0244923,51.400324]},"properties":{"@type":"node","@id":4695137485,"@timestamp":1487585294},"coords":"51.400324,-1.0244923","bedrooms":"1","price":"252000","area":"422"} , +{"type":"Feature","id":"n4696070265","geometry":{"type":"Point","coordinates":[-0.5727771,51.3095017]},"properties":{"@type":"node","@id":4696070265,"@timestamp":1533071314},"coords":"51.3095017,-0.5727771","bedrooms":"1","price":"293000","area":"593"} , +{"type":"Feature","id":"n4696193794","geometry":{"type":"Point","coordinates":[-0.5987702,51.3159083]},"properties":{"@type":"node","@id":4696193794,"@timestamp":1487624781},"coords":"51.3159083,-0.5987702","bedrooms":"2","price":"290000","area":"688"} , +{"type":"Feature","id":"n4696329905","geometry":{"type":"Point","coordinates":[0.0277127,51.4994928]},"properties":{"@type":"node","@id":4696329905,"@timestamp":1598542561},"coords":"51.4994928,0.0277127","bedrooms":"0","price":"156000","area":"427"} , +{"type":"Feature","id":"n4696333091","geometry":{"type":"Point","coordinates":[0.0281837,51.4996701]},"properties":{"@type":"node","@id":4696333091,"@timestamp":1598542561},"coords":"51.4996701,0.0281837","bedrooms":"3","price":"183000","area":"661"} , +{"type":"Feature","id":"n4696358333","geometry":{"type":"Point","coordinates":[-0.137522,51.5152466]},"properties":{"@type":"node","@id":4696358333,"@timestamp":1487631322},"coords":"51.5152466,-0.137522","bedrooms":"1","price":"187000","area":"615"} , +{"type":"Feature","id":"n4696358351","geometry":{"type":"Point","coordinates":[-0.1375793,51.5153442]},"properties":{"@type":"node","@id":4696358351,"@timestamp":1487631323},"coords":"51.5153442,-0.1375793","bedrooms":"3","price":"268000","area":"436"} , +{"type":"Feature","id":"n4696358376","geometry":{"type":"Point","coordinates":[-0.137671,51.5158047]},"properties":{"@type":"node","@id":4696358376,"@timestamp":1487631323},"coords":"51.5158047,-0.137671","bedrooms":"2","price":"156000","area":"667"} , +{"type":"Feature","id":"n4697338011","geometry":{"type":"Point","coordinates":[-0.1580135,51.9226886]},"properties":{"@type":"node","@id":4697338011,"@timestamp":1487683718},"coords":"51.9226886,-0.1580135","bedrooms":"2","price":"293000","area":"642"} , +{"type":"Feature","id":"n4697525032","geometry":{"type":"Point","coordinates":[-0.1107181,51.5111592]},"properties":{"@type":"node","@id":4697525032,"@timestamp":1487691584},"coords":"51.5111592,-0.1107181","bedrooms":"0","price":"293000","area":"499"} , +{"type":"Feature","id":"n4697722350","geometry":{"type":"Point","coordinates":[0.1832899,51.3330701]},"properties":{"@type":"node","@id":4697722350,"@timestamp":1625241438},"coords":"51.3330701,0.1832899","bedrooms":"4","price":"291000","area":"538"} , +{"type":"Feature","id":"n4698086251","geometry":{"type":"Point","coordinates":[0.6112654,51.3664353]},"properties":{"@type":"node","@id":4698086251,"@timestamp":1543945883},"coords":"51.3664353,0.6112654","bedrooms":"2","price":"169000","area":"492"} , +{"type":"Feature","id":"n4698586642","geometry":{"type":"Point","coordinates":[-0.1005685,51.5028386]},"properties":{"@type":"node","@id":4698586642,"@timestamp":1487748916},"coords":"51.5028386,-0.1005685","bedrooms":"1","price":"228000","area":"476"} , +{"type":"Feature","id":"n4698787599","geometry":{"type":"Point","coordinates":[-0.1028481,51.4524928]},"properties":{"@type":"node","@id":4698787599,"@timestamp":1589739779},"coords":"51.4524928,-0.1028481","bedrooms":"2","price":"157000","area":"463"} , +{"type":"Feature","id":"n4699346265","geometry":{"type":"Point","coordinates":[-0.2628601,51.5088553]},"properties":{"@type":"node","@id":4699346265,"@timestamp":1487775469},"coords":"51.5088553,-0.2628601","bedrooms":"2","price":"258000","area":"361"} , +{"type":"Feature","id":"n4699546322","geometry":{"type":"Point","coordinates":[-0.149873,51.4413978]},"properties":{"@type":"node","@id":4699546322,"@timestamp":1589885430},"coords":"51.4413978,-0.149873","bedrooms":"3","price":"204000","area":"541"} , +{"type":"Feature","id":"n4699546342","geometry":{"type":"Point","coordinates":[-0.1516285,51.4413875]},"properties":{"@type":"node","@id":4699546342,"@timestamp":1589885430},"coords":"51.4413875,-0.1516285","bedrooms":"4","price":"229000","area":"510"} , +{"type":"Feature","id":"n4699895463","geometry":{"type":"Point","coordinates":[0.4712866,51.7006601]},"properties":{"@type":"node","@id":4699895463,"@timestamp":1487793506},"coords":"51.7006601,0.4712866","bedrooms":"0","price":"196000","area":"535"} , +{"type":"Feature","id":"n4699931492","geometry":{"type":"Point","coordinates":[-0.912315,51.2979112]},"properties":{"@type":"node","@id":4699931492,"@timestamp":1488900449},"coords":"51.2979112,-0.912315","bedrooms":"4","price":"234000","area":"526"} , +{"type":"Feature","id":"n4700018392","geometry":{"type":"Point","coordinates":[-0.9009433,51.3054869]},"properties":{"@type":"node","@id":4700018392,"@timestamp":1621240347},"coords":"51.3054869,-0.9009433","bedrooms":"4","price":"151000","area":"637"} , +{"type":"Feature","id":"n4700059036","geometry":{"type":"Point","coordinates":[-0.1126362,51.1100422]},"properties":{"@type":"node","@id":4700059036,"@timestamp":1609853044},"coords":"51.1100422,-0.1126362","bedrooms":"4","price":"275000","area":"394"} , +{"type":"Feature","id":"n4700161863","geometry":{"type":"Point","coordinates":[-0.0382603,51.6421137]},"properties":{"@type":"node","@id":4700161863,"@timestamp":1602161764},"coords":"51.6421137,-0.0382603","bedrooms":"0","price":"168000","area":"625"} , +{"type":"Feature","id":"n4700201901","geometry":{"type":"Point","coordinates":[-0.0379854,51.6421649]},"properties":{"@type":"node","@id":4700201901,"@timestamp":1487805206},"coords":"51.6421649,-0.0379854","bedrooms":"0","price":"248000","area":"635"} , +{"type":"Feature","id":"n4700389081","geometry":{"type":"Point","coordinates":[-0.1632425,51.5139615]},"properties":{"@type":"node","@id":4700389081,"@timestamp":1589155315},"coords":"51.5139615,-0.1632425","bedrooms":"3","price":"219000","area":"637"} , +{"type":"Feature","id":"n4701264954","geometry":{"type":"Point","coordinates":[0.6521868,51.5397163]},"properties":{"@type":"node","@id":4701264954,"@timestamp":1487850215},"coords":"51.5397163,0.6521868","bedrooms":"1","price":"159000","area":"650"} , +{"type":"Feature","id":"n4701265412","geometry":{"type":"Point","coordinates":[0.6499845,51.5401823]},"properties":{"@type":"node","@id":4701265412,"@timestamp":1487850216},"coords":"51.5401823,0.6499845","bedrooms":"0","price":"183000","area":"510"} , +{"type":"Feature","id":"n4701385936","geometry":{"type":"Point","coordinates":[-0.1469251,51.4744133]},"properties":{"@type":"node","@id":4701385936,"@timestamp":1487855066},"coords":"51.4744133,-0.1469251","bedrooms":"4","price":"258000","area":"692"} , +{"type":"Feature","id":"n4701599975","geometry":{"type":"Point","coordinates":[-0.2316792,51.5348519]},"properties":{"@type":"node","@id":4701599975,"@timestamp":1487862936},"coords":"51.5348519,-0.2316792","bedrooms":"3","price":"297000","area":"526"} , +{"type":"Feature","id":"n4701599985","geometry":{"type":"Point","coordinates":[-0.2328674,51.5341812]},"properties":{"@type":"node","@id":4701599985,"@timestamp":1487862936},"coords":"51.5341812,-0.2328674","bedrooms":"3","price":"243000","area":"507"} , +{"type":"Feature","id":"n4701599995","geometry":{"type":"Point","coordinates":[-0.2308504,51.5342555]},"properties":{"@type":"node","@id":4701599995,"@timestamp":1487862936},"coords":"51.5342555,-0.2308504","bedrooms":"4","price":"274000","area":"541"} , +{"type":"Feature","id":"n4701600755","geometry":{"type":"Point","coordinates":[-0.2309032,51.5355912]},"properties":{"@type":"node","@id":4701600755,"@timestamp":1487862946},"coords":"51.5355912,-0.2309032","bedrooms":"3","price":"184000","area":"522"} , +{"type":"Feature","id":"n4701601477","geometry":{"type":"Point","coordinates":[-0.2276217,51.5371326]},"properties":{"@type":"node","@id":4701601477,"@timestamp":1487862953},"coords":"51.5371326,-0.2276217","bedrooms":"2","price":"287000","area":"688"} , +{"type":"Feature","id":"n4701838868","geometry":{"type":"Point","coordinates":[0.0246895,51.0691363]},"properties":{"@type":"node","@id":4701838868,"@timestamp":1487870394},"coords":"51.0691363,0.0246895","bedrooms":"4","price":"246000","area":"597"} , +{"type":"Feature","id":"n4701838878","geometry":{"type":"Point","coordinates":[0.0325264,51.1032355]},"properties":{"@type":"node","@id":4701838878,"@timestamp":1589162000},"coords":"51.1032355,0.0325264","bedrooms":"0","price":"225000","area":"440"} , +{"type":"Feature","id":"n4702009438","geometry":{"type":"Point","coordinates":[-0.0234522,51.5190189]},"properties":{"@type":"node","@id":4702009438,"@timestamp":1487876557},"coords":"51.5190189,-0.0234522","bedrooms":"3","price":"231000","area":"694"} , +{"type":"Feature","id":"n4702441793","geometry":{"type":"Point","coordinates":[-0.1317928,51.5107952]},"properties":{"@type":"node","@id":4702441793,"@timestamp":1630251804},"coords":"51.5107952,-0.1317928","bedrooms":"1","price":"225000","area":"408"} , +{"type":"Feature","id":"n4702602983","geometry":{"type":"Point","coordinates":[-0.1367758,51.5148345]},"properties":{"@type":"node","@id":4702602983,"@timestamp":1487898880},"coords":"51.5148345,-0.1367758","bedrooms":"1","price":"200000","area":"387"} , +{"type":"Feature","id":"n4702603640","geometry":{"type":"Point","coordinates":[-0.1369916,51.514682]},"properties":{"@type":"node","@id":4702603640,"@timestamp":1487898881},"coords":"51.514682,-0.1369916","bedrooms":"1","price":"208000","area":"595"} , +{"type":"Feature","id":"n4702603672","geometry":{"type":"Point","coordinates":[-0.1374185,51.514853]},"properties":{"@type":"node","@id":4702603672,"@timestamp":1487898882},"coords":"51.514853,-0.1374185","bedrooms":"1","price":"164000","area":"666"} , +{"type":"Feature","id":"n4702730664","geometry":{"type":"Point","coordinates":[0.2887747,51.4916397]},"properties":{"@type":"node","@id":4702730664,"@timestamp":1559128481},"coords":"51.4916397,0.2887747","bedrooms":"2","price":"151000","area":"507"} , +{"type":"Feature","id":"n4703199271","geometry":{"type":"Point","coordinates":[-0.1124752,51.4760991]},"properties":{"@type":"node","@id":4703199271,"@timestamp":1564908081},"coords":"51.4760991,-0.1124752","bedrooms":"0","price":"259000","area":"553"} , +{"type":"Feature","id":"n4703290333","geometry":{"type":"Point","coordinates":[-0.1523543,51.4435987]},"properties":{"@type":"node","@id":4703290333,"@timestamp":1629987491},"coords":"51.4435987,-0.1523543","bedrooms":"4","price":"170000","area":"497"} , +{"type":"Feature","id":"n4703542483","geometry":{"type":"Point","coordinates":[-0.0975427,51.5199986]},"properties":{"@type":"node","@id":4703542483,"@timestamp":1632965876},"coords":"51.5199986,-0.0975427","bedrooms":"4","price":"285000","area":"359"} , +{"type":"Feature","id":"n4704355832","geometry":{"type":"Point","coordinates":[-1.1089244,51.2830248]},"properties":{"@type":"node","@id":4704355832,"@timestamp":1487973483},"coords":"51.2830248,-1.1089244","bedrooms":"0","price":"193000","area":"606"} , +{"type":"Feature","id":"n4704378823","geometry":{"type":"Point","coordinates":[0.0808589,51.6244019]},"properties":{"@type":"node","@id":4704378823,"@timestamp":1487972796},"coords":"51.6244019,0.0808589","bedrooms":"0","price":"169000","area":"647"} , +{"type":"Feature","id":"n4704521306","geometry":{"type":"Point","coordinates":[-0.6235552,51.0804427]},"properties":{"@type":"node","@id":4704521306,"@timestamp":1487978910},"coords":"51.0804427,-0.6235552","bedrooms":"1","price":"209000","area":"466"} , +{"type":"Feature","id":"n4704604505","geometry":{"type":"Point","coordinates":[-0.0127677,51.5138827]},"properties":{"@type":"node","@id":4704604505,"@timestamp":1487985870},"coords":"51.5138827,-0.0127677","bedrooms":"2","price":"176000","area":"569"} , +{"type":"Feature","id":"n4704652628","geometry":{"type":"Point","coordinates":[-0.1353959,51.5140716]},"properties":{"@type":"node","@id":4704652628,"@timestamp":1487991015},"coords":"51.5140716,-0.1353959","bedrooms":"0","price":"264000","area":"384"} , +{"type":"Feature","id":"n4704652770","geometry":{"type":"Point","coordinates":[-0.135708,51.5147876]},"properties":{"@type":"node","@id":4704652770,"@timestamp":1487991013},"coords":"51.5147876,-0.135708","bedrooms":"0","price":"229000","area":"354"} , +{"type":"Feature","id":"n4704653108","geometry":{"type":"Point","coordinates":[-0.135989,51.514798]},"properties":{"@type":"node","@id":4704653108,"@timestamp":1487991013},"coords":"51.514798,-0.135989","bedrooms":"0","price":"236000","area":"487"} , +{"type":"Feature","id":"n4704653150","geometry":{"type":"Point","coordinates":[-0.1355076,51.5142029]},"properties":{"@type":"node","@id":4704653150,"@timestamp":1487991014},"coords":"51.5142029,-0.1355076","bedrooms":"2","price":"236000","area":"483"} , +{"type":"Feature","id":"n4705047823","geometry":{"type":"Point","coordinates":[0.4735516,51.7412769]},"properties":{"@type":"node","@id":4705047823,"@timestamp":1574037846},"coords":"51.7412769,0.4735516","bedrooms":"4","price":"170000","area":"675"} , +{"type":"Feature","id":"n4705206995","geometry":{"type":"Point","coordinates":[-0.3319078,51.4970955]},"properties":{"@type":"node","@id":4705206995,"@timestamp":1488031307},"coords":"51.4970955,-0.3319078","bedrooms":"3","price":"289000","area":"595"} , +{"type":"Feature","id":"n4705207005","geometry":{"type":"Point","coordinates":[-0.3320848,51.4969246]},"properties":{"@type":"node","@id":4705207005,"@timestamp":1488031308},"coords":"51.4969246,-0.3320848","bedrooms":"4","price":"240000","area":"537"} , +{"type":"Feature","id":"n4705435090","geometry":{"type":"Point","coordinates":[-0.7599096,51.3230521]},"properties":{"@type":"node","@id":4705435090,"@timestamp":1558185132},"coords":"51.3230521,-0.7599096","bedrooms":"2","price":"293000","area":"591"} , +{"type":"Feature","id":"n4705465714","geometry":{"type":"Point","coordinates":[-0.7612102,51.3225695]},"properties":{"@type":"node","@id":4705465714,"@timestamp":1562096737},"coords":"51.3225695,-0.7612102","bedrooms":"0","price":"203000","area":"618"} , +{"type":"Feature","id":"n4705492740","geometry":{"type":"Point","coordinates":[-0.1110027,51.4921208]},"properties":{"@type":"node","@id":4705492740,"@timestamp":1574732180},"coords":"51.4921208,-0.1110027","bedrooms":"3","price":"268000","area":"518"} , +{"type":"Feature","id":"n4705516844","geometry":{"type":"Point","coordinates":[-0.2658548,51.4911818]},"properties":{"@type":"node","@id":4705516844,"@timestamp":1564908081},"coords":"51.4911818,-0.2658548","bedrooms":"3","price":"284000","area":"543"} , +{"type":"Feature","id":"n4705719359","geometry":{"type":"Point","coordinates":[-0.765468,51.3249462]},"properties":{"@type":"node","@id":4705719359,"@timestamp":1562098018},"coords":"51.3249462,-0.765468","bedrooms":"1","price":"252000","area":"391"} , +{"type":"Feature","id":"n4705781511","geometry":{"type":"Point","coordinates":[-0.7434495,51.3131802]},"properties":{"@type":"node","@id":4705781511,"@timestamp":1488057507},"coords":"51.3131802,-0.7434495","bedrooms":"4","price":"253000","area":"644"} , +{"type":"Feature","id":"n4705879971","geometry":{"type":"Point","coordinates":[0.550747,51.559428]},"properties":{"@type":"node","@id":4705879971,"@timestamp":1629357192},"coords":"51.559428,0.550747","bedrooms":"4","price":"163000","area":"692"} , +{"type":"Feature","id":"n4706074914","geometry":{"type":"Point","coordinates":[-0.1928784,51.5119328]},"properties":{"@type":"node","@id":4706074914,"@timestamp":1597224604},"coords":"51.5119328,-0.1928784","bedrooms":"0","price":"244000","area":"581"} , +{"type":"Feature","id":"n4706313822","geometry":{"type":"Point","coordinates":[-0.0728474,51.0211214]},"properties":{"@type":"node","@id":4706313822,"@timestamp":1488103462},"coords":"51.0211214,-0.0728474","bedrooms":"1","price":"284000","area":"591"} , +{"type":"Feature","id":"n4706473961","geometry":{"type":"Point","coordinates":[-0.1906249,51.6218699]},"properties":{"@type":"node","@id":4706473961,"@timestamp":1488110932},"coords":"51.6218699,-0.1906249","bedrooms":"3","price":"266000","area":"588"} , +{"type":"Feature","id":"n4706545135","geometry":{"type":"Point","coordinates":[-0.3706343,51.5748202]},"properties":{"@type":"node","@id":4706545135,"@timestamp":1488113941},"coords":"51.5748202,-0.3706343","bedrooms":"2","price":"237000","area":"630"} , +{"type":"Feature","id":"n4706545146","geometry":{"type":"Point","coordinates":[-0.382225,51.578136]},"properties":{"@type":"node","@id":4706545146,"@timestamp":1489015855},"coords":"51.578136,-0.382225","bedrooms":"0","price":"254000","area":"502"} , +{"type":"Feature","id":"n4706545156","geometry":{"type":"Point","coordinates":[-0.3639126,51.6088451]},"properties":{"@type":"node","@id":4706545156,"@timestamp":1488113941},"coords":"51.6088451,-0.3639126","bedrooms":"3","price":"267000","area":"489"} , +{"type":"Feature","id":"n4706545168","geometry":{"type":"Point","coordinates":[-0.3705695,51.5744372]},"properties":{"@type":"node","@id":4706545168,"@timestamp":1488113942},"coords":"51.5744372,-0.3705695","bedrooms":"1","price":"237000","area":"404"} , +{"type":"Feature","id":"n4706545178","geometry":{"type":"Point","coordinates":[-0.3820503,51.5927271]},"properties":{"@type":"node","@id":4706545178,"@timestamp":1488113942},"coords":"51.5927271,-0.3820503","bedrooms":"3","price":"246000","area":"379"} , +{"type":"Feature","id":"n4706993004","geometry":{"type":"Point","coordinates":[-0.2801725,51.6564592]},"properties":{"@type":"node","@id":4706993004,"@timestamp":1615553712},"coords":"51.6564592,-0.2801725","bedrooms":"2","price":"292000","area":"382"} , +{"type":"Feature","id":"n4707038316","geometry":{"type":"Point","coordinates":[0.262948,51.1301673]},"properties":{"@type":"node","@id":4707038316,"@timestamp":1488133279},"coords":"51.1301673,0.262948","bedrooms":"3","price":"188000","area":"656"} , +{"type":"Feature","id":"n4707063357","geometry":{"type":"Point","coordinates":[-0.0934527,51.4720232]},"properties":{"@type":"node","@id":4707063357,"@timestamp":1603477467},"coords":"51.4720232,-0.0934527","bedrooms":"1","price":"272000","area":"541"} , +{"type":"Feature","id":"n4707402190","geometry":{"type":"Point","coordinates":[-0.2080934,51.3720774]},"properties":{"@type":"node","@id":4707402190,"@timestamp":1603763713},"coords":"51.3720774,-0.2080934","bedrooms":"0","price":"247000","area":"512"} , +{"type":"Feature","id":"n4707521916","geometry":{"type":"Point","coordinates":[-0.1151368,51.5551241]},"properties":{"@type":"node","@id":4707521916,"@timestamp":1494032307},"coords":"51.5551241,-0.1151368","bedrooms":"3","price":"163000","area":"689"} , +{"type":"Feature","id":"n4707521934","geometry":{"type":"Point","coordinates":[-0.1097577,51.550906]},"properties":{"@type":"node","@id":4707521934,"@timestamp":1631795502},"coords":"51.550906,-0.1097577","bedrooms":"4","price":"168000","area":"371"} , +{"type":"Feature","id":"n4708160570","geometry":{"type":"Point","coordinates":[-0.0802849,51.5202146]},"properties":{"@type":"node","@id":4708160570,"@timestamp":1620469161},"coords":"51.5202146,-0.0802849","bedrooms":"2","price":"171000","area":"403"} , +{"type":"Feature","id":"n4708193415","geometry":{"type":"Point","coordinates":[-0.133329,51.647784]},"properties":{"@type":"node","@id":4708193415,"@timestamp":1488223407},"coords":"51.647784,-0.133329","bedrooms":"4","price":"235000","area":"544"} , +{"type":"Feature","id":"n4708779897","geometry":{"type":"Point","coordinates":[-0.3564519,51.8159289]},"properties":{"@type":"node","@id":4708779897,"@timestamp":1488223406},"coords":"51.8159289,-0.3564519","bedrooms":"4","price":"207000","area":"614"} , +{"type":"Feature","id":"n4708960983","geometry":{"type":"Point","coordinates":[-0.4024087,51.3256039]},"properties":{"@type":"node","@id":4708960983,"@timestamp":1631140053},"coords":"51.3256039,-0.4024087","bedrooms":"1","price":"282000","area":"537"} , +{"type":"Feature","id":"n4708987886","geometry":{"type":"Point","coordinates":[-1.084578,51.2505572]},"properties":{"@type":"node","@id":4708987886,"@timestamp":1488233669},"coords":"51.2505572,-1.084578","bedrooms":"0","price":"298000","area":"475"} , +{"type":"Feature","id":"n4709100925","geometry":{"type":"Point","coordinates":[-0.3142114,51.4403157]},"properties":{"@type":"node","@id":4709100925,"@timestamp":1601382680},"coords":"51.4403157,-0.3142114","bedrooms":"4","price":"175000","area":"542"} , +{"type":"Feature","id":"n4709189083","geometry":{"type":"Point","coordinates":[-0.136639,51.5144688]},"properties":{"@type":"node","@id":4709189083,"@timestamp":1488245011},"coords":"51.5144688,-0.136639","bedrooms":"4","price":"194000","area":"692"} , +{"type":"Feature","id":"n4709189295","geometry":{"type":"Point","coordinates":[-0.1354247,51.5143066]},"properties":{"@type":"node","@id":4709189295,"@timestamp":1488413774},"coords":"51.5143066,-0.1354247","bedrooms":"3","price":"153000","area":"409"} , +{"type":"Feature","id":"n4709189354","geometry":{"type":"Point","coordinates":[-0.1361312,51.5139357]},"properties":{"@type":"node","@id":4709189354,"@timestamp":1488245010},"coords":"51.5139357,-0.1361312","bedrooms":"0","price":"232000","area":"696"} , +{"type":"Feature","id":"n4709189378","geometry":{"type":"Point","coordinates":[-0.1359263,51.5142723]},"properties":{"@type":"node","@id":4709189378,"@timestamp":1488245010},"coords":"51.5142723,-0.1359263","bedrooms":"1","price":"246000","area":"495"} , +{"type":"Feature","id":"n4709189590","geometry":{"type":"Point","coordinates":[-0.1361516,51.5151846]},"properties":{"@type":"node","@id":4709189590,"@timestamp":1488245013},"coords":"51.5151846,-0.1361516","bedrooms":"0","price":"236000","area":"426"} , +{"type":"Feature","id":"n4709845142","geometry":{"type":"Point","coordinates":[0.7367431,51.5470774]},"properties":{"@type":"node","@id":4709845142,"@timestamp":1629115807},"coords":"51.5470774,0.7367431","bedrooms":"1","price":"284000","area":"377"} , +{"type":"Feature","id":"n4709897659","geometry":{"type":"Point","coordinates":[-0.1521959,51.4634061]},"properties":{"@type":"node","@id":4709897659,"@timestamp":1488288192},"coords":"51.4634061,-0.1521959","bedrooms":"3","price":"299000","area":"687"} , +{"type":"Feature","id":"n4710231378","geometry":{"type":"Point","coordinates":[-0.9478844,51.4420925]},"properties":{"@type":"node","@id":4710231378,"@timestamp":1489227479},"coords":"51.4420925,-0.9478844","bedrooms":"2","price":"288000","area":"591"} , +{"type":"Feature","id":"n4710452198","geometry":{"type":"Point","coordinates":[-1.0309563,51.2972625]},"properties":{"@type":"node","@id":4710452198,"@timestamp":1496239085},"coords":"51.2972625,-1.0309563","bedrooms":"0","price":"289000","area":"656"} , +{"type":"Feature","id":"n4710696407","geometry":{"type":"Point","coordinates":[-0.7009417,51.4120927]},"properties":{"@type":"node","@id":4710696407,"@timestamp":1488318382},"coords":"51.4120927,-0.7009417","bedrooms":"1","price":"287000","area":"639"} , +{"type":"Feature","id":"n4710746352","geometry":{"type":"Point","coordinates":[-0.2688542,51.19002]},"properties":{"@type":"node","@id":4710746352,"@timestamp":1615556238},"coords":"51.19002,-0.2688542","bedrooms":"4","price":"268000","area":"434"} , +{"type":"Feature","id":"n4710835359","geometry":{"type":"Point","coordinates":[-0.0052763,51.523225]},"properties":{"@type":"node","@id":4710835359,"@timestamp":1488323809},"coords":"51.523225,-0.0052763","bedrooms":"1","price":"265000","area":"496"} , +{"type":"Feature","id":"n4710971307","geometry":{"type":"Point","coordinates":[-0.1358225,51.5157403]},"properties":{"@type":"node","@id":4710971307,"@timestamp":1488335087},"coords":"51.5157403,-0.1358225","bedrooms":"4","price":"246000","area":"599"} , +{"type":"Feature","id":"n4710971334","geometry":{"type":"Point","coordinates":[-0.1355526,51.5153875]},"properties":{"@type":"node","@id":4710971334,"@timestamp":1488335087},"coords":"51.5153875,-0.1355526","bedrooms":"2","price":"214000","area":"541"} , +{"type":"Feature","id":"n4710971383","geometry":{"type":"Point","coordinates":[-0.1357227,51.5151635]},"properties":{"@type":"node","@id":4710971383,"@timestamp":1488335088},"coords":"51.5151635,-0.1357227","bedrooms":"1","price":"153000","area":"430"} , +{"type":"Feature","id":"n4710971679","geometry":{"type":"Point","coordinates":[-0.1359006,51.5152002]},"properties":{"@type":"node","@id":4710971679,"@timestamp":1488335089},"coords":"51.5152002,-0.1359006","bedrooms":"2","price":"236000","area":"614"} , +{"type":"Feature","id":"n4711368366","geometry":{"type":"Point","coordinates":[-0.9438398,51.4411493]},"properties":{"@type":"node","@id":4711368366,"@timestamp":1538902456},"coords":"51.4411493,-0.9438398","bedrooms":"3","price":"272000","area":"583"} , +{"type":"Feature","id":"n4711582287","geometry":{"type":"Point","coordinates":[-0.2257622,51.5334324]},"properties":{"@type":"node","@id":4711582287,"@timestamp":1488367857},"coords":"51.5334324,-0.2257622","bedrooms":"1","price":"268000","area":"489"} , +{"type":"Feature","id":"n4711582942","geometry":{"type":"Point","coordinates":[-0.229642,51.5349974]},"properties":{"@type":"node","@id":4711582942,"@timestamp":1488367858},"coords":"51.5349974,-0.229642","bedrooms":"2","price":"265000","area":"538"} , +{"type":"Feature","id":"n4711582952","geometry":{"type":"Point","coordinates":[-0.228891,51.5336426]},"properties":{"@type":"node","@id":4711582952,"@timestamp":1488367858},"coords":"51.5336426,-0.228891","bedrooms":"4","price":"172000","area":"600"} , +{"type":"Feature","id":"n4711582962","geometry":{"type":"Point","coordinates":[-0.2321449,51.5350014]},"properties":{"@type":"node","@id":4711582962,"@timestamp":1533071316},"coords":"51.5350014,-0.2321449","bedrooms":"3","price":"273000","area":"399"} , +{"type":"Feature","id":"n4711583513","geometry":{"type":"Point","coordinates":[-0.2335909,51.5325613]},"properties":{"@type":"node","@id":4711583513,"@timestamp":1551231806},"coords":"51.5325613,-0.2335909","bedrooms":"4","price":"294000","area":"556"} , +{"type":"Feature","id":"n4712070345","geometry":{"type":"Point","coordinates":[-0.3946093,51.1590887]},"properties":{"@type":"node","@id":4712070345,"@timestamp":1546255047},"coords":"51.1590887,-0.3946093","bedrooms":"4","price":"245000","area":"464"} , +{"type":"Feature","id":"n4712070363","geometry":{"type":"Point","coordinates":[-0.2528364,51.2097003]},"properties":{"@type":"node","@id":4712070363,"@timestamp":1616406562},"coords":"51.2097003,-0.2528364","bedrooms":"0","price":"174000","area":"381"} , +{"type":"Feature","id":"n4712070374","geometry":{"type":"Point","coordinates":[-0.2823941,51.2364985]},"properties":{"@type":"node","@id":4712070374,"@timestamp":1600351202},"coords":"51.2364985,-0.2823941","bedrooms":"0","price":"262000","area":"614"} , +{"type":"Feature","id":"n4712070385","geometry":{"type":"Point","coordinates":[-0.3026148,51.2391171]},"properties":{"@type":"node","@id":4712070385,"@timestamp":1626033070},"coords":"51.2391171,-0.3026148","bedrooms":"2","price":"271000","area":"611"} , +{"type":"Feature","id":"n4712168970","geometry":{"type":"Point","coordinates":[-0.7206805,51.4192885]},"properties":{"@type":"node","@id":4712168970,"@timestamp":1488395285},"coords":"51.4192885,-0.7206805","bedrooms":"2","price":"187000","area":"423"} , +{"type":"Feature","id":"n4712227888","geometry":{"type":"Point","coordinates":[-0.6761013,51.4055282]},"properties":{"@type":"node","@id":4712227888,"@timestamp":1488397642},"coords":"51.4055282,-0.6761013","bedrooms":"4","price":"238000","area":"577"} , +{"type":"Feature","id":"n4712339916","geometry":{"type":"Point","coordinates":[-0.4094125,51.2762973]},"properties":{"@type":"node","@id":4712339916,"@timestamp":1488402478},"coords":"51.2762973,-0.4094125","bedrooms":"3","price":"178000","area":"464"} , +{"type":"Feature","id":"n4712483075","geometry":{"type":"Point","coordinates":[-0.2225386,51.5299418]},"properties":{"@type":"node","@id":4712483075,"@timestamp":1488409939},"coords":"51.5299418,-0.2225386","bedrooms":"4","price":"174000","area":"520"} , +{"type":"Feature","id":"n4712555358","geometry":{"type":"Point","coordinates":[-0.2221571,51.54306]},"properties":{"@type":"node","@id":4712555358,"@timestamp":1488413711},"coords":"51.54306,-0.2221571","bedrooms":"1","price":"236000","area":"426"} , +{"type":"Feature","id":"n4712556059","geometry":{"type":"Point","coordinates":[-0.2122879,51.5422012]},"properties":{"@type":"node","@id":4712556059,"@timestamp":1488413713},"coords":"51.5422012,-0.2122879","bedrooms":"3","price":"184000","area":"618"} , +{"type":"Feature","id":"n4712556819","geometry":{"type":"Point","coordinates":[-0.1344265,51.5155298]},"properties":{"@type":"node","@id":4712556819,"@timestamp":1488413755},"coords":"51.5155298,-0.1344265","bedrooms":"0","price":"203000","area":"640"} , +{"type":"Feature","id":"n4712556899","geometry":{"type":"Point","coordinates":[-0.1354407,51.5148403]},"properties":{"@type":"node","@id":4712556899,"@timestamp":1520696072},"coords":"51.5148403,-0.1354407","bedrooms":"3","price":"267000","area":"675"} , +{"type":"Feature","id":"n4712556925","geometry":{"type":"Point","coordinates":[-0.1352297,51.5148136]},"properties":{"@type":"node","@id":4712556925,"@timestamp":1488413753},"coords":"51.5148136,-0.1352297","bedrooms":"2","price":"167000","area":"382"} , +{"type":"Feature","id":"n4712556945","geometry":{"type":"Point","coordinates":[-0.1349353,51.5146152]},"properties":{"@type":"node","@id":4712556945,"@timestamp":1488413754},"coords":"51.5146152,-0.1349353","bedrooms":"2","price":"157000","area":"581"} , +{"type":"Feature","id":"n4712600939","geometry":{"type":"Point","coordinates":[-0.0747924,51.5313744]},"properties":{"@type":"node","@id":4712600939,"@timestamp":1488418216},"coords":"51.5313744,-0.0747924","bedrooms":"1","price":"190000","area":"368"} , +{"type":"Feature","id":"n4713080009","geometry":{"type":"Point","coordinates":[0.5021984,51.632827]},"properties":{"@type":"node","@id":4713080009,"@timestamp":1488449401},"coords":"51.632827,0.5021984","bedrooms":"2","price":"162000","area":"543"} , +{"type":"Feature","id":"n4713192839","geometry":{"type":"Point","coordinates":[0.1314842,50.9647159]},"properties":{"@type":"node","@id":4713192839,"@timestamp":1560526245},"coords":"50.9647159,0.1314842","bedrooms":"0","price":"166000","area":"392"} , +{"type":"Feature","id":"n4713302803","geometry":{"type":"Point","coordinates":[-0.2877954,51.4447667]},"properties":{"@type":"node","@id":4713302803,"@timestamp":1488458900},"coords":"51.4447667,-0.2877954","bedrooms":"3","price":"168000","area":"378"} , +{"type":"Feature","id":"n4713656138","geometry":{"type":"Point","coordinates":[-0.2776643,51.4233762]},"properties":{"@type":"node","@id":4713656138,"@timestamp":1488470429},"coords":"51.4233762,-0.2776643","bedrooms":"1","price":"222000","area":"604"} , +{"type":"Feature","id":"n4714329944","geometry":{"type":"Point","coordinates":[-0.0822484,51.5213798]},"properties":{"@type":"node","@id":4714329944,"@timestamp":1556873575},"coords":"51.5213798,-0.0822484","bedrooms":"4","price":"188000","area":"590"} , +{"type":"Feature","id":"n4714340855","geometry":{"type":"Point","coordinates":[-0.076213,51.6555137]},"properties":{"@type":"node","@id":4714340855,"@timestamp":1620038688},"coords":"51.6555137,-0.076213","bedrooms":"0","price":"214000","area":"369"} , +{"type":"Feature","id":"n4714356887","geometry":{"type":"Point","coordinates":[-0.2660731,51.3678271]},"properties":{"@type":"node","@id":4714356887,"@timestamp":1609239100},"coords":"51.3678271,-0.2660731","bedrooms":"0","price":"292000","area":"638"} , +{"type":"Feature","id":"n4714748267","geometry":{"type":"Point","coordinates":[-0.6608974,51.7936557]},"properties":{"@type":"node","@id":4714748267,"@timestamp":1488532608},"coords":"51.7936557,-0.6608974","bedrooms":"2","price":"159000","area":"501"} , +{"type":"Feature","id":"n4714940414","geometry":{"type":"Point","coordinates":[-0.9059763,51.4588324]},"properties":{"@type":"node","@id":4714940414,"@timestamp":1488539273},"coords":"51.4588324,-0.9059763","bedrooms":"3","price":"298000","area":"585"} , +{"type":"Feature","id":"n4715106820","geometry":{"type":"Point","coordinates":[-0.2078844,51.8028047]},"properties":{"@type":"node","@id":4715106820,"@timestamp":1488547784},"coords":"51.8028047,-0.2078844","bedrooms":"0","price":"163000","area":"419"} , +{"type":"Feature","id":"n4715106832","geometry":{"type":"Point","coordinates":[-0.2047379,51.8024042]},"properties":{"@type":"node","@id":4715106832,"@timestamp":1488547785},"coords":"51.8024042,-0.2047379","bedrooms":"2","price":"189000","area":"560"} , +{"type":"Feature","id":"n4715264004","geometry":{"type":"Point","coordinates":[-0.0759643,51.5137105]},"properties":{"@type":"node","@id":4715264004,"@timestamp":1614544171},"coords":"51.5137105,-0.0759643","bedrooms":"0","price":"176000","area":"360"} , +{"type":"Feature","id":"n4715622472","geometry":{"type":"Point","coordinates":[-0.2053673,51.2369759]},"properties":{"@type":"node","@id":4715622472,"@timestamp":1576538815},"coords":"51.2369759,-0.2053673","bedrooms":"2","price":"201000","area":"382"} , +{"type":"Feature","id":"n4715725456","geometry":{"type":"Point","coordinates":[0.0338548,51.5016737]},"properties":{"@type":"node","@id":4715725456,"@timestamp":1488576535},"coords":"51.5016737,0.0338548","bedrooms":"2","price":"196000","area":"475"} , +{"type":"Feature","id":"n4715742147","geometry":{"type":"Point","coordinates":[0.0356511,51.5022758]},"properties":{"@type":"node","@id":4715742147,"@timestamp":1596548724},"coords":"51.5022758,0.0356511","bedrooms":"4","price":"167000","area":"540"} , +{"type":"Feature","id":"n4715766185","geometry":{"type":"Point","coordinates":[0.0369804,51.5022403]},"properties":{"@type":"node","@id":4715766185,"@timestamp":1598524900},"coords":"51.5022403,0.0369804","bedrooms":"4","price":"260000","area":"677"} , +{"type":"Feature","id":"n4715804740","geometry":{"type":"Point","coordinates":[0.0481237,51.5019067]},"properties":{"@type":"node","@id":4715804740,"@timestamp":1626565065},"coords":"51.5019067,0.0481237","bedrooms":"3","price":"157000","area":"581"} , +{"type":"Feature","id":"n4715890861","geometry":{"type":"Point","coordinates":[-0.1299935,51.5214626]},"properties":{"@type":"node","@id":4715890861,"@timestamp":1604867428},"coords":"51.5214626,-0.1299935","bedrooms":"3","price":"212000","area":"601"} , +{"type":"Feature","id":"n4716373488","geometry":{"type":"Point","coordinates":[-0.6622696,51.7993809]},"properties":{"@type":"node","@id":4716373488,"@timestamp":1488629126},"coords":"51.7993809,-0.6622696","bedrooms":"3","price":"216000","area":"686"} , +{"type":"Feature","id":"n4716650777","geometry":{"type":"Point","coordinates":[0.5043935,51.3890096]},"properties":{"@type":"node","@id":4716650777,"@timestamp":1543945914},"coords":"51.3890096,0.5043935","bedrooms":"3","price":"184000","area":"436"} , +{"type":"Feature","id":"n4716919408","geometry":{"type":"Point","coordinates":[-0.0829844,51.5538857]},"properties":{"@type":"node","@id":4716919408,"@timestamp":1488649169},"coords":"51.5538857,-0.0829844","bedrooms":"2","price":"183000","area":"675"} , +{"type":"Feature","id":"n4717389945","geometry":{"type":"Point","coordinates":[-0.135122,51.4600992]},"properties":{"@type":"node","@id":4717389945,"@timestamp":1488666959},"coords":"51.4600992,-0.135122","bedrooms":"2","price":"242000","area":"383"} , +{"type":"Feature","id":"n4717389968","geometry":{"type":"Point","coordinates":[-0.1340734,51.4595004]},"properties":{"@type":"node","@id":4717389968,"@timestamp":1570036119},"coords":"51.4595004,-0.1340734","bedrooms":"1","price":"196000","area":"426"} , +{"type":"Feature","id":"n4717569984","geometry":{"type":"Point","coordinates":[-0.1361178,51.5145402]},"properties":{"@type":"node","@id":4717569984,"@timestamp":1488677769},"coords":"51.5145402,-0.1361178","bedrooms":"2","price":"182000","area":"445"} , +{"type":"Feature","id":"n4717569996","geometry":{"type":"Point","coordinates":[-0.1353319,51.5146583]},"properties":{"@type":"node","@id":4717569996,"@timestamp":1488677770},"coords":"51.5146583,-0.1353319","bedrooms":"0","price":"204000","area":"431"} , +{"type":"Feature","id":"n4717570010","geometry":{"type":"Point","coordinates":[-0.1351104,51.5143897]},"properties":{"@type":"node","@id":4717570010,"@timestamp":1488677770},"coords":"51.5143897,-0.1351104","bedrooms":"2","price":"152000","area":"647"} , +{"type":"Feature","id":"n4717570034","geometry":{"type":"Point","coordinates":[-0.1351128,51.5143242]},"properties":{"@type":"node","@id":4717570034,"@timestamp":1488677770},"coords":"51.5143242,-0.1351128","bedrooms":"1","price":"193000","area":"605"} , +{"type":"Feature","id":"n4718305510","geometry":{"type":"Point","coordinates":[-0.0163199,51.5447946]},"properties":{"@type":"node","@id":4718305510,"@timestamp":1595461454},"coords":"51.5447946,-0.0163199","bedrooms":"2","price":"211000","area":"363"} , +{"type":"Feature","id":"n4718334254","geometry":{"type":"Point","coordinates":[-0.1255853,51.4597374]},"properties":{"@type":"node","@id":4718334254,"@timestamp":1617144658},"coords":"51.4597374,-0.1255853","bedrooms":"2","price":"232000","area":"446"} , +{"type":"Feature","id":"n4718553520","geometry":{"type":"Point","coordinates":[-0.0791712,51.5119115]},"properties":{"@type":"node","@id":4718553520,"@timestamp":1576504258},"coords":"51.5119115,-0.0791712","bedrooms":"3","price":"231000","area":"618"} , +{"type":"Feature","id":"n4718984400","geometry":{"type":"Point","coordinates":[-0.1365203,51.5137313]},"properties":{"@type":"node","@id":4718984400,"@timestamp":1488739766},"coords":"51.5137313,-0.1365203","bedrooms":"0","price":"256000","area":"603"} , +{"type":"Feature","id":"n4718984429","geometry":{"type":"Point","coordinates":[-0.1364837,51.5136791]},"properties":{"@type":"node","@id":4718984429,"@timestamp":1488739766},"coords":"51.5136791,-0.1364837","bedrooms":"4","price":"244000","area":"558"} , +{"type":"Feature","id":"n4718984448","geometry":{"type":"Point","coordinates":[-0.1367519,51.5139151]},"properties":{"@type":"node","@id":4718984448,"@timestamp":1488739767},"coords":"51.5139151,-0.1367519","bedrooms":"1","price":"284000","area":"394"} , +{"type":"Feature","id":"n4718985833","geometry":{"type":"Point","coordinates":[-0.1362354,51.5145917]},"properties":{"@type":"node","@id":4718985833,"@timestamp":1523202007},"coords":"51.5145917,-0.1362354","bedrooms":"2","price":"286000","area":"519"} , +{"type":"Feature","id":"n4719077602","geometry":{"type":"Point","coordinates":[-0.1315464,51.4601102]},"properties":{"@type":"node","@id":4719077602,"@timestamp":1488742773},"coords":"51.4601102,-0.1315464","bedrooms":"1","price":"264000","area":"430"} , +{"type":"Feature","id":"n4719415989","geometry":{"type":"Point","coordinates":[-0.0869858,51.5334317]},"properties":{"@type":"node","@id":4719415989,"@timestamp":1572108254},"coords":"51.5334317,-0.0869858","bedrooms":"4","price":"233000","area":"675"} , +{"type":"Feature","id":"n4719617988","geometry":{"type":"Point","coordinates":[-0.1050593,51.5139071]},"properties":{"@type":"node","@id":4719617988,"@timestamp":1488772010},"coords":"51.5139071,-0.1050593","bedrooms":"1","price":"288000","area":"401"} , +{"type":"Feature","id":"n4719843283","geometry":{"type":"Point","coordinates":[-0.9434822,51.4409836]},"properties":{"@type":"node","@id":4719843283,"@timestamp":1532107403},"coords":"51.4409836,-0.9434822","bedrooms":"0","price":"177000","area":"525"} , +{"type":"Feature","id":"n4719851993","geometry":{"type":"Point","coordinates":[-0.9421574,51.4392557]},"properties":{"@type":"node","@id":4719851993,"@timestamp":1532107403},"coords":"51.4392557,-0.9421574","bedrooms":"1","price":"245000","area":"354"} , +{"type":"Feature","id":"n4719852003","geometry":{"type":"Point","coordinates":[-0.9469633,51.438817]},"properties":{"@type":"node","@id":4719852003,"@timestamp":1488786099},"coords":"51.438817,-0.9469633","bedrooms":"2","price":"158000","area":"436"} , +{"type":"Feature","id":"n4719852026","geometry":{"type":"Point","coordinates":[-0.9467558,51.4434382]},"properties":{"@type":"node","@id":4719852026,"@timestamp":1488786099},"coords":"51.4434382,-0.9467558","bedrooms":"1","price":"269000","area":"494"} , +{"type":"Feature","id":"n4719951604","geometry":{"type":"Point","coordinates":[-0.9457806,51.4399876]},"properties":{"@type":"node","@id":4719951604,"@timestamp":1489837696},"coords":"51.4399876,-0.9457806","bedrooms":"4","price":"200000","area":"691"} , +{"type":"Feature","id":"n4719953253","geometry":{"type":"Point","coordinates":[-0.9345128,51.4404039]},"properties":{"@type":"node","@id":4719953253,"@timestamp":1488790066},"coords":"51.4404039,-0.9345128","bedrooms":"3","price":"202000","area":"623"} , +{"type":"Feature","id":"n4719953264","geometry":{"type":"Point","coordinates":[-0.943711,51.4425619]},"properties":{"@type":"node","@id":4719953264,"@timestamp":1532107405},"coords":"51.4425619,-0.943711","bedrooms":"0","price":"155000","area":"608"} , +{"type":"Feature","id":"n4720016366","geometry":{"type":"Point","coordinates":[0.1487886,51.7926968]},"properties":{"@type":"node","@id":4720016366,"@timestamp":1488793023},"coords":"51.7926968,0.1487886","bedrooms":"2","price":"156000","area":"673"} , +{"type":"Feature","id":"n4720016376","geometry":{"type":"Point","coordinates":[0.1493385,51.7919171]},"properties":{"@type":"node","@id":4720016376,"@timestamp":1488793023},"coords":"51.7919171,0.1493385","bedrooms":"2","price":"192000","area":"576"} , +{"type":"Feature","id":"n4720412837","geometry":{"type":"Point","coordinates":[-0.1925788,51.4101503]},"properties":{"@type":"node","@id":4720412837,"@timestamp":1622166165},"coords":"51.4101503,-0.1925788","bedrooms":"2","price":"191000","area":"643"} , +{"type":"Feature","id":"n4720508387","geometry":{"type":"Point","coordinates":[-0.1696425,51.5572145]},"properties":{"@type":"node","@id":4720508387,"@timestamp":1488812409},"coords":"51.5572145,-0.1696425","bedrooms":"3","price":"255000","area":"682"} , +{"type":"Feature","id":"n4720689802","geometry":{"type":"Point","coordinates":[-0.36622,51.2409323]},"properties":{"@type":"node","@id":4720689802,"@timestamp":1488820560},"coords":"51.2409323,-0.36622","bedrooms":"1","price":"216000","area":"385"} , +{"type":"Feature","id":"n4720993638","geometry":{"type":"Point","coordinates":[-0.2782293,51.6078386]},"properties":{"@type":"node","@id":4720993638,"@timestamp":1621693402},"coords":"51.6078386,-0.2782293","bedrooms":"3","price":"238000","area":"533"} , +{"type":"Feature","id":"n4721032690","geometry":{"type":"Point","coordinates":[-0.0513116,51.6549574]},"properties":{"@type":"node","@id":4721032690,"@timestamp":1611802211},"coords":"51.6549574,-0.0513116","bedrooms":"4","price":"231000","area":"675"} , +{"type":"Feature","id":"n4721064919","geometry":{"type":"Point","coordinates":[-0.1567799,51.4655006]},"properties":{"@type":"node","@id":4721064919,"@timestamp":1494073992},"coords":"51.4655006,-0.1567799","bedrooms":"2","price":"208000","area":"668"} , +{"type":"Feature","id":"n4721075630","geometry":{"type":"Point","coordinates":[-0.2785643,51.6080715]},"properties":{"@type":"node","@id":4721075630,"@timestamp":1488834281},"coords":"51.6080715,-0.2785643","bedrooms":"1","price":"242000","area":"447"} , +{"type":"Feature","id":"n4721101711","geometry":{"type":"Point","coordinates":[-0.1632935,51.4644306]},"properties":{"@type":"node","@id":4721101711,"@timestamp":1488834901},"coords":"51.4644306,-0.1632935","bedrooms":"0","price":"254000","area":"589"} , +{"type":"Feature","id":"n4721120260","geometry":{"type":"Point","coordinates":[-0.2842498,51.6047182]},"properties":{"@type":"node","@id":4721120260,"@timestamp":1488835518},"coords":"51.6047182,-0.2842498","bedrooms":"4","price":"155000","area":"400"} , +{"type":"Feature","id":"n4721138993","geometry":{"type":"Point","coordinates":[-0.2832582,51.6038571]},"properties":{"@type":"node","@id":4721138993,"@timestamp":1488835923},"coords":"51.6038571,-0.2832582","bedrooms":"1","price":"240000","area":"542"} , +{"type":"Feature","id":"n4721141977","geometry":{"type":"Point","coordinates":[-0.2840253,51.6036622]},"properties":{"@type":"node","@id":4721141977,"@timestamp":1488836018},"coords":"51.6036622,-0.2840253","bedrooms":"1","price":"287000","area":"434"} , +{"type":"Feature","id":"n4721234942","geometry":{"type":"Point","coordinates":[-0.4106146,51.3280049]},"properties":{"@type":"node","@id":4721234942,"@timestamp":1627161580},"coords":"51.3280049,-0.4106146","bedrooms":"4","price":"193000","area":"373"} , +{"type":"Feature","id":"n4721359687","geometry":{"type":"Point","coordinates":[-0.6621447,51.7943344]},"properties":{"@type":"node","@id":4721359687,"@timestamp":1532542908},"coords":"51.7943344,-0.6621447","bedrooms":"2","price":"217000","area":"460"} , +{"type":"Feature","id":"n4721392984","geometry":{"type":"Point","coordinates":[-0.1352059,51.5138159]},"properties":{"@type":"node","@id":4721392984,"@timestamp":1488853820},"coords":"51.5138159,-0.1352059","bedrooms":"4","price":"241000","area":"548"} , +{"type":"Feature","id":"n4721592293","geometry":{"type":"Point","coordinates":[-0.1034839,51.4645116]},"properties":{"@type":"node","@id":4721592293,"@timestamp":1596465422},"coords":"51.4645116,-0.1034839","bedrooms":"3","price":"232000","area":"443"} , +{"type":"Feature","id":"n4721870224","geometry":{"type":"Point","coordinates":[-0.9526667,51.2816768]},"properties":{"@type":"node","@id":4721870224,"@timestamp":1568750485},"coords":"51.2816768,-0.9526667","bedrooms":"1","price":"230000","area":"425"} , +{"type":"Feature","id":"n4722308221","geometry":{"type":"Point","coordinates":[-0.8608341,51.2877786]},"properties":{"@type":"node","@id":4722308221,"@timestamp":1551237768},"coords":"51.2877786,-0.8608341","bedrooms":"2","price":"199000","area":"381"} , +{"type":"Feature","id":"n4722409653","geometry":{"type":"Point","coordinates":[-0.8334472,51.2887682]},"properties":{"@type":"node","@id":4722409653,"@timestamp":1488903834},"coords":"51.2887682,-0.8334472","bedrooms":"4","price":"298000","area":"675"} , +{"type":"Feature","id":"n4723034233","geometry":{"type":"Point","coordinates":[-0.0901947,50.9899607]},"properties":{"@type":"node","@id":4723034233,"@timestamp":1488918717},"coords":"50.9899607,-0.0901947","bedrooms":"3","price":"163000","area":"597"} , +{"type":"Feature","id":"n4723169459","geometry":{"type":"Point","coordinates":[-0.1241046,51.4597926]},"properties":{"@type":"node","@id":4723169459,"@timestamp":1488923467},"coords":"51.4597926,-0.1241046","bedrooms":"0","price":"272000","area":"354"} , +{"type":"Feature","id":"n4723196975","geometry":{"type":"Point","coordinates":[-0.1352509,51.4623857]},"properties":{"@type":"node","@id":4723196975,"@timestamp":1488924566},"coords":"51.4623857,-0.1352509","bedrooms":"0","price":"158000","area":"680"} , +{"type":"Feature","id":"n4723890449","geometry":{"type":"Point","coordinates":[-0.1114341,51.0054794]},"properties":{"@type":"node","@id":4723890449,"@timestamp":1488972289},"coords":"51.0054794,-0.1114341","bedrooms":"0","price":"269000","area":"645"} , +{"type":"Feature","id":"n4723988260","geometry":{"type":"Point","coordinates":[0.5502039,51.6433372]},"properties":{"@type":"node","@id":4723988260,"@timestamp":1488977289},"coords":"51.6433372,0.5502039","bedrooms":"4","price":"231000","area":"471"} , +{"type":"Feature","id":"n4724370136","geometry":{"type":"Point","coordinates":[0.0424579,51.2474709]},"properties":{"@type":"node","@id":4724370136,"@timestamp":1558946271},"coords":"51.2474709,0.0424579","bedrooms":"1","price":"186000","area":"417"} , +{"type":"Feature","id":"n4724385851","geometry":{"type":"Point","coordinates":[0.4461945,51.7544023]},"properties":{"@type":"node","@id":4724385851,"@timestamp":1488992898},"coords":"51.7544023,0.4461945","bedrooms":"2","price":"223000","area":"590"} , +{"type":"Feature","id":"n4724453427","geometry":{"type":"Point","coordinates":[-0.5295632,51.5509189]},"properties":{"@type":"node","@id":4724453427,"@timestamp":1633555476},"coords":"51.5509189,-0.5295632","bedrooms":"1","price":"263000","area":"449"} , +{"type":"Feature","id":"n4724649900","geometry":{"type":"Point","coordinates":[0.4684102,51.7505621]},"properties":{"@type":"node","@id":4724649900,"@timestamp":1615487616},"coords":"51.7505621,0.4684102","bedrooms":"3","price":"294000","area":"379"} , +{"type":"Feature","id":"n4724828909","geometry":{"type":"Point","coordinates":[-0.1300708,51.4610116]},"properties":{"@type":"node","@id":4724828909,"@timestamp":1489008021},"coords":"51.4610116,-0.1300708","bedrooms":"2","price":"176000","area":"498"} , +{"type":"Feature","id":"n4724921122","geometry":{"type":"Point","coordinates":[0.1317957,51.0467302]},"properties":{"@type":"node","@id":4724921122,"@timestamp":1489011584},"coords":"51.0467302,0.1317957","bedrooms":"3","price":"261000","area":"465"} , +{"type":"Feature","id":"n4724936646","geometry":{"type":"Point","coordinates":[-0.1709072,51.4689636]},"properties":{"@type":"node","@id":4724936646,"@timestamp":1489013021},"coords":"51.4689636,-0.1709072","bedrooms":"3","price":"202000","area":"374"} , +{"type":"Feature","id":"n4724989046","geometry":{"type":"Point","coordinates":[-0.2337455,51.5311048]},"properties":{"@type":"node","@id":4724989046,"@timestamp":1614244656},"coords":"51.5311048,-0.2337455","bedrooms":"1","price":"271000","area":"446"} , +{"type":"Feature","id":"n4725130707","geometry":{"type":"Point","coordinates":[0.4762192,51.7225099]},"properties":{"@type":"node","@id":4725130707,"@timestamp":1489025751},"coords":"51.7225099,0.4762192","bedrooms":"2","price":"281000","area":"591"} , +{"type":"Feature","id":"n4725632746","geometry":{"type":"Point","coordinates":[-0.227968,51.5306606]},"properties":{"@type":"node","@id":4725632746,"@timestamp":1489052472},"coords":"51.5306606,-0.227968","bedrooms":"4","price":"152000","area":"609"} , +{"type":"Feature","id":"n4725633341","geometry":{"type":"Point","coordinates":[-0.2254645,51.5308151]},"properties":{"@type":"node","@id":4725633341,"@timestamp":1489052474},"coords":"51.5308151,-0.2254645","bedrooms":"1","price":"293000","area":"564"} , +{"type":"Feature","id":"n4725681309","geometry":{"type":"Point","coordinates":[-0.1341332,51.0029518]},"properties":{"@type":"node","@id":4725681309,"@timestamp":1489054321},"coords":"51.0029518,-0.1341332","bedrooms":"4","price":"156000","area":"538"} , +{"type":"Feature","id":"n4725855363","geometry":{"type":"Point","coordinates":[-0.9448662,51.4377947]},"properties":{"@type":"node","@id":4725855363,"@timestamp":1489060525},"coords":"51.4377947,-0.9448662","bedrooms":"1","price":"161000","area":"613"} , +{"type":"Feature","id":"n4725855373","geometry":{"type":"Point","coordinates":[-0.9438729,51.4392592]},"properties":{"@type":"node","@id":4725855373,"@timestamp":1532107405},"coords":"51.4392592,-0.9438729","bedrooms":"3","price":"280000","area":"402"} , +{"type":"Feature","id":"n4725855383","geometry":{"type":"Point","coordinates":[-0.9429711,51.4397587]},"properties":{"@type":"node","@id":4725855383,"@timestamp":1532107405},"coords":"51.4397587,-0.9429711","bedrooms":"3","price":"221000","area":"695"} , +{"type":"Feature","id":"n4725974145","geometry":{"type":"Point","coordinates":[0.581329,51.9258354]},"properties":{"@type":"node","@id":4725974145,"@timestamp":1489065352},"coords":"51.9258354,0.581329","bedrooms":"4","price":"242000","area":"504"} , +{"type":"Feature","id":"n4725974157","geometry":{"type":"Point","coordinates":[0.5573232,51.9338115]},"properties":{"@type":"node","@id":4725974157,"@timestamp":1489065352},"coords":"51.9338115,0.5573232","bedrooms":"1","price":"283000","area":"688"} , +{"type":"Feature","id":"n4725974169","geometry":{"type":"Point","coordinates":[0.5641427,51.9311943]},"properties":{"@type":"node","@id":4725974169,"@timestamp":1489065353},"coords":"51.9311943,0.5641427","bedrooms":"2","price":"168000","area":"513"} , +{"type":"Feature","id":"n4725980643","geometry":{"type":"Point","coordinates":[-0.0485361,51.5390396]},"properties":{"@type":"node","@id":4725980643,"@timestamp":1489065610},"coords":"51.5390396,-0.0485361","bedrooms":"0","price":"156000","area":"466"} , +{"type":"Feature","id":"n4726080885","geometry":{"type":"Point","coordinates":[-0.1678436,51.4631113]},"properties":{"@type":"node","@id":4726080885,"@timestamp":1489069701},"coords":"51.4631113,-0.1678436","bedrooms":"4","price":"243000","area":"534"} , +{"type":"Feature","id":"n4726152847","geometry":{"type":"Point","coordinates":[-0.0819181,51.5134872]},"properties":{"@type":"node","@id":4726152847,"@timestamp":1596916812},"coords":"51.5134872,-0.0819181","bedrooms":"0","price":"159000","area":"685"} , +{"type":"Feature","id":"n4726406348","geometry":{"type":"Point","coordinates":[-0.5356176,51.5479366]},"properties":{"@type":"node","@id":4726406348,"@timestamp":1489082990},"coords":"51.5479366,-0.5356176","bedrooms":"0","price":"162000","area":"684"} , +{"type":"Feature","id":"n4726481980","geometry":{"type":"Point","coordinates":[-0.2267888,51.5303021]},"properties":{"@type":"node","@id":4726481980,"@timestamp":1489085644},"coords":"51.5303021,-0.2267888","bedrooms":"3","price":"211000","area":"461"} , +{"type":"Feature","id":"n4726482552","geometry":{"type":"Point","coordinates":[-0.2277532,51.531289]},"properties":{"@type":"node","@id":4726482552,"@timestamp":1489085646},"coords":"51.531289,-0.2277532","bedrooms":"0","price":"184000","area":"682"} , +{"type":"Feature","id":"n4726755986","geometry":{"type":"Point","coordinates":[-0.2280168,51.532494]},"properties":{"@type":"node","@id":4726755986,"@timestamp":1489094512},"coords":"51.532494,-0.2280168","bedrooms":"2","price":"194000","area":"468"} , +{"type":"Feature","id":"n4726864962","geometry":{"type":"Point","coordinates":[-0.1089024,51.0014443]},"properties":{"@type":"node","@id":4726864962,"@timestamp":1611313768},"coords":"51.0014443,-0.1089024","bedrooms":"0","price":"233000","area":"414"} , +{"type":"Feature","id":"n4726913528","geometry":{"type":"Point","coordinates":[-0.7333715,51.6737486]},"properties":{"@type":"node","@id":4726913528,"@timestamp":1532987281},"coords":"51.6737486,-0.7333715","bedrooms":"2","price":"289000","area":"694"} , +{"type":"Feature","id":"n4727179348","geometry":{"type":"Point","coordinates":[-0.8594643,51.8312079]},"properties":{"@type":"node","@id":4727179348,"@timestamp":1489127437},"coords":"51.8312079,-0.8594643","bedrooms":"2","price":"243000","area":"384"} , +{"type":"Feature","id":"n4727227440","geometry":{"type":"Point","coordinates":[0.0792588,51.7591592]},"properties":{"@type":"node","@id":4727227440,"@timestamp":1489131025},"coords":"51.7591592,0.0792588","bedrooms":"2","price":"198000","area":"532"} , +{"type":"Feature","id":"n4727227452","geometry":{"type":"Point","coordinates":[0.0800165,51.7572208]},"properties":{"@type":"node","@id":4727227452,"@timestamp":1489131025},"coords":"51.7572208,0.0800165","bedrooms":"2","price":"277000","area":"576"} , +{"type":"Feature","id":"n4727227463","geometry":{"type":"Point","coordinates":[0.0682483,51.7532464]},"properties":{"@type":"node","@id":4727227463,"@timestamp":1489131025},"coords":"51.7532464,0.0682483","bedrooms":"0","price":"191000","area":"654"} , +{"type":"Feature","id":"n4727230409","geometry":{"type":"Point","coordinates":[0.1253995,51.7635149]},"properties":{"@type":"node","@id":4727230409,"@timestamp":1489131201},"coords":"51.7635149,0.1253995","bedrooms":"0","price":"184000","area":"552"} , +{"type":"Feature","id":"n4727232808","geometry":{"type":"Point","coordinates":[0.1347034,51.7642267]},"properties":{"@type":"node","@id":4727232808,"@timestamp":1489131331},"coords":"51.7642267,0.1347034","bedrooms":"0","price":"261000","area":"394"} , +{"type":"Feature","id":"n4727234566","geometry":{"type":"Point","coordinates":[0.1510957,51.7797203]},"properties":{"@type":"node","@id":4727234566,"@timestamp":1489131581},"coords":"51.7797203,0.1510957","bedrooms":"1","price":"258000","area":"580"} , +{"type":"Feature","id":"n4727234576","geometry":{"type":"Point","coordinates":[0.1501771,51.7796041]},"properties":{"@type":"node","@id":4727234576,"@timestamp":1489131581},"coords":"51.7796041,0.1501771","bedrooms":"4","price":"259000","area":"698"} , +{"type":"Feature","id":"n4727236822","geometry":{"type":"Point","coordinates":[0.1311276,51.7852237]},"properties":{"@type":"node","@id":4727236822,"@timestamp":1489131794},"coords":"51.7852237,0.1311276","bedrooms":"3","price":"275000","area":"402"} , +{"type":"Feature","id":"n4727375563","geometry":{"type":"Point","coordinates":[-0.946314,51.4410849]},"properties":{"@type":"node","@id":4727375563,"@timestamp":1489138496},"coords":"51.4410849,-0.946314","bedrooms":"1","price":"157000","area":"361"} , +{"type":"Feature","id":"n4727447942","geometry":{"type":"Point","coordinates":[0.100756,51.7810407]},"properties":{"@type":"node","@id":4727447942,"@timestamp":1489140530},"coords":"51.7810407,0.100756","bedrooms":"4","price":"207000","area":"475"} , +{"type":"Feature","id":"n4727636412","geometry":{"type":"Point","coordinates":[-1.0975795,51.7394508]},"properties":{"@type":"node","@id":4727636412,"@timestamp":1489147230},"coords":"51.7394508,-1.0975795","bedrooms":"4","price":"283000","area":"389"} , +{"type":"Feature","id":"n4727814845","geometry":{"type":"Point","coordinates":[-0.1921766,51.4430121]},"properties":{"@type":"node","@id":4727814845,"@timestamp":1489155914},"coords":"51.4430121,-0.1921766","bedrooms":"2","price":"171000","area":"642"} , +{"type":"Feature","id":"n4727987338","geometry":{"type":"Point","coordinates":[-0.1948016,51.2347632]},"properties":{"@type":"node","@id":4727987338,"@timestamp":1489164096},"coords":"51.2347632,-0.1948016","bedrooms":"2","price":"182000","area":"663"} , +{"type":"Feature","id":"n4728279212","geometry":{"type":"Point","coordinates":[-0.0867056,50.9636811]},"properties":{"@type":"node","@id":4728279212,"@timestamp":1631988128},"coords":"50.9636811,-0.0867056","bedrooms":"0","price":"185000","area":"379"} , +{"type":"Feature","id":"n4728425059","geometry":{"type":"Point","coordinates":[-0.9824676,51.4509486]},"properties":{"@type":"node","@id":4728425059,"@timestamp":1616250597},"coords":"51.4509486,-0.9824676","bedrooms":"3","price":"269000","area":"401"} , +{"type":"Feature","id":"n4728425198","geometry":{"type":"Point","coordinates":[-0.9823371,51.4509735]},"properties":{"@type":"node","@id":4728425198,"@timestamp":1634389897},"coords":"51.4509735,-0.9823371","bedrooms":"4","price":"156000","area":"553"} , +{"type":"Feature","id":"n4728438819","geometry":{"type":"Point","coordinates":[-0.9805266,51.4516137]},"properties":{"@type":"node","@id":4728438819,"@timestamp":1635089371},"coords":"51.4516137,-0.9805266","bedrooms":"0","price":"254000","area":"545"} , +{"type":"Feature","id":"n4728473640","geometry":{"type":"Point","coordinates":[0.4366836,51.3087355]},"properties":{"@type":"node","@id":4728473640,"@timestamp":1489182903},"coords":"51.3087355,0.4366836","bedrooms":"3","price":"238000","area":"398"} , +{"type":"Feature","id":"n4728957976","geometry":{"type":"Point","coordinates":[-0.9462369,51.4408061]},"properties":{"@type":"node","@id":4728957976,"@timestamp":1489227477},"coords":"51.4408061,-0.9462369","bedrooms":"3","price":"241000","area":"650"} , +{"type":"Feature","id":"n4729046233","geometry":{"type":"Point","coordinates":[-0.9441734,51.4400107]},"properties":{"@type":"node","@id":4729046233,"@timestamp":1532107406},"coords":"51.4400107,-0.9441734","bedrooms":"2","price":"211000","area":"424"} , +{"type":"Feature","id":"n4729295775","geometry":{"type":"Point","coordinates":[0.1762729,51.4050043]},"properties":{"@type":"node","@id":4729295775,"@timestamp":1489246277},"coords":"51.4050043,0.1762729","bedrooms":"4","price":"242000","area":"674"} , +{"type":"Feature","id":"n4729389994","geometry":{"type":"Point","coordinates":[-0.2039091,51.2465976]},"properties":{"@type":"node","@id":4729389994,"@timestamp":1489251102},"coords":"51.2465976,-0.2039091","bedrooms":"2","price":"166000","area":"527"} , +{"type":"Feature","id":"n4729390006","geometry":{"type":"Point","coordinates":[-0.1779733,51.2395484]},"properties":{"@type":"node","@id":4729390006,"@timestamp":1625422914},"coords":"51.2395484,-0.1779733","bedrooms":"1","price":"215000","area":"590"} , +{"type":"Feature","id":"n4729390018","geometry":{"type":"Point","coordinates":[-0.1647732,51.2311726]},"properties":{"@type":"node","@id":4729390018,"@timestamp":1489251104},"coords":"51.2311726,-0.1647732","bedrooms":"2","price":"273000","area":"612"} , +{"type":"Feature","id":"n4729390033","geometry":{"type":"Point","coordinates":[-0.2017436,51.2166884]},"properties":{"@type":"node","@id":4729390033,"@timestamp":1626773109},"coords":"51.2166884,-0.2017436","bedrooms":"1","price":"171000","area":"566"} , +{"type":"Feature","id":"n4729390043","geometry":{"type":"Point","coordinates":[-0.1808711,51.2268024]},"properties":{"@type":"node","@id":4729390043,"@timestamp":1629474116},"coords":"51.2268024,-0.1808711","bedrooms":"2","price":"288000","area":"608"} , +{"type":"Feature","id":"n4729460111","geometry":{"type":"Point","coordinates":[-0.1756286,51.5284838]},"properties":{"@type":"node","@id":4729460111,"@timestamp":1489254238},"coords":"51.5284838,-0.1756286","bedrooms":"0","price":"298000","area":"681"} , +{"type":"Feature","id":"n4729493393","geometry":{"type":"Point","coordinates":[-0.9684397,51.4334713]},"properties":{"@type":"node","@id":4729493393,"@timestamp":1489255643},"coords":"51.4334713,-0.9684397","bedrooms":"0","price":"240000","area":"539"} , +{"type":"Feature","id":"n4729493406","geometry":{"type":"Point","coordinates":[-0.9682649,51.4336211]},"properties":{"@type":"node","@id":4729493406,"@timestamp":1614451565},"coords":"51.4336211,-0.9682649","bedrooms":"1","price":"186000","area":"588"} , +{"type":"Feature","id":"n4729510611","geometry":{"type":"Point","coordinates":[-0.9699967,51.4303712]},"properties":{"@type":"node","@id":4729510611,"@timestamp":1489256830},"coords":"51.4303712,-0.9699967","bedrooms":"1","price":"241000","area":"501"} , +{"type":"Feature","id":"n4729529219","geometry":{"type":"Point","coordinates":[-0.9686751,51.4304389]},"properties":{"@type":"node","@id":4729529219,"@timestamp":1614452110},"coords":"51.4304389,-0.9686751","bedrooms":"3","price":"295000","area":"486"} , +{"type":"Feature","id":"n4729570099","geometry":{"type":"Point","coordinates":[-0.9709777,51.4253352]},"properties":{"@type":"node","@id":4729570099,"@timestamp":1627492951},"coords":"51.4253352,-0.9709777","bedrooms":"2","price":"280000","area":"664"} , +{"type":"Feature","id":"n4729570117","geometry":{"type":"Point","coordinates":[-0.9691268,51.4286608]},"properties":{"@type":"node","@id":4729570117,"@timestamp":1614452544},"coords":"51.4286608,-0.9691268","bedrooms":"2","price":"167000","area":"692"} , +{"type":"Feature","id":"n4729581397","geometry":{"type":"Point","coordinates":[-0.9694626,51.4207765]},"properties":{"@type":"node","@id":4729581397,"@timestamp":1609366972},"coords":"51.4207765,-0.9694626","bedrooms":"4","price":"177000","area":"499"} , +{"type":"Feature","id":"n4729607914","geometry":{"type":"Point","coordinates":[-0.9526039,51.4156332]},"properties":{"@type":"node","@id":4729607914,"@timestamp":1627745082},"coords":"51.4156332,-0.9526039","bedrooms":"1","price":"229000","area":"410"} , +{"type":"Feature","id":"n4729848032","geometry":{"type":"Point","coordinates":[-0.1012883,51.4664469]},"properties":{"@type":"node","@id":4729848032,"@timestamp":1534348602},"coords":"51.4664469,-0.1012883","bedrooms":"1","price":"160000","area":"613"} , +{"type":"Feature","id":"n4729920533","geometry":{"type":"Point","coordinates":[-0.1083764,51.4635203]},"properties":{"@type":"node","@id":4729920533,"@timestamp":1489274365},"coords":"51.4635203,-0.1083764","bedrooms":"1","price":"257000","area":"425"} , +{"type":"Feature","id":"n4729920549","geometry":{"type":"Point","coordinates":[-0.1033211,51.4651626]},"properties":{"@type":"node","@id":4729920549,"@timestamp":1612102305},"coords":"51.4651626,-0.1033211","bedrooms":"3","price":"270000","area":"575"} , +{"type":"Feature","id":"n4729920565","geometry":{"type":"Point","coordinates":[-0.1019459,51.4662057]},"properties":{"@type":"node","@id":4729920565,"@timestamp":1619144501},"coords":"51.4662057,-0.1019459","bedrooms":"2","price":"284000","area":"699"} , +{"type":"Feature","id":"n4730073616","geometry":{"type":"Point","coordinates":[-0.0489007,51.4184865]},"properties":{"@type":"node","@id":4730073616,"@timestamp":1619016320},"coords":"51.4184865,-0.0489007","bedrooms":"4","price":"216000","area":"625"} , +{"type":"Feature","id":"n4730246673","geometry":{"type":"Point","coordinates":[-0.9424582,51.4385546]},"properties":{"@type":"node","@id":4730246673,"@timestamp":1489308676},"coords":"51.4385546,-0.9424582","bedrooms":"0","price":"274000","area":"413"} , +{"type":"Feature","id":"n4730246683","geometry":{"type":"Point","coordinates":[-0.9449289,51.4380751]},"properties":{"@type":"node","@id":4730246683,"@timestamp":1489308676},"coords":"51.4380751,-0.9449289","bedrooms":"0","price":"241000","area":"449"} , +{"type":"Feature","id":"n4730249692","geometry":{"type":"Point","coordinates":[-0.947076,51.4389799]},"properties":{"@type":"node","@id":4730249692,"@timestamp":1489308676},"coords":"51.4389799,-0.947076","bedrooms":"0","price":"179000","area":"507"} , +{"type":"Feature","id":"n4730249702","geometry":{"type":"Point","coordinates":[-0.9479229,51.4401596]},"properties":{"@type":"node","@id":4730249702,"@timestamp":1489308676},"coords":"51.4401596,-0.9479229","bedrooms":"2","price":"217000","area":"438"} , +{"type":"Feature","id":"n4730390158","geometry":{"type":"Point","coordinates":[-0.1353183,51.5127857]},"properties":{"@type":"node","@id":4730390158,"@timestamp":1489314628},"coords":"51.5127857,-0.1353183","bedrooms":"4","price":"182000","area":"695"} , +{"type":"Feature","id":"n4730390396","geometry":{"type":"Point","coordinates":[-0.134529,51.5125116]},"properties":{"@type":"node","@id":4730390396,"@timestamp":1489314629},"coords":"51.5125116,-0.134529","bedrooms":"2","price":"215000","area":"553"} , +{"type":"Feature","id":"n4730432021","geometry":{"type":"Point","coordinates":[-0.3860683,51.5925665]},"properties":{"@type":"node","@id":4730432021,"@timestamp":1489360133},"coords":"51.5925665,-0.3860683","bedrooms":"3","price":"268000","area":"527"} , +{"type":"Feature","id":"n4730593681","geometry":{"type":"Point","coordinates":[0.2459271,51.1223027]},"properties":{"@type":"node","@id":4730593681,"@timestamp":1489330196},"coords":"51.1223027,0.2459271","bedrooms":"0","price":"172000","area":"620"} , +{"type":"Feature","id":"n4730664068","geometry":{"type":"Point","coordinates":[-0.2931818,51.4046171]},"properties":{"@type":"node","@id":4730664068,"@timestamp":1489333615},"coords":"51.4046171,-0.2931818","bedrooms":"1","price":"214000","area":"382"} , +{"type":"Feature","id":"n4730689027","geometry":{"type":"Point","coordinates":[0.0491717,51.5505314]},"properties":{"@type":"node","@id":4730689027,"@timestamp":1623937647},"coords":"51.5505314,0.0491717","bedrooms":"0","price":"191000","area":"472"} , +{"type":"Feature","id":"n4730919006","geometry":{"type":"Point","coordinates":[0.1536631,51.4689513]},"properties":{"@type":"node","@id":4730919006,"@timestamp":1489590207},"coords":"51.4689513,0.1536631","bedrooms":"4","price":"277000","area":"637"} , +{"type":"Feature","id":"n4731045342","geometry":{"type":"Point","coordinates":[-0.1363264,51.5130395]},"properties":{"@type":"node","@id":4731045342,"@timestamp":1523095018},"coords":"51.5130395,-0.1363264","bedrooms":"4","price":"280000","area":"437"} , +{"type":"Feature","id":"n4731045364","geometry":{"type":"Point","coordinates":[-0.1359892,51.5130036]},"properties":{"@type":"node","@id":4731045364,"@timestamp":1489348468},"coords":"51.5130036,-0.1359892","bedrooms":"1","price":"151000","area":"402"} , +{"type":"Feature","id":"n4731045389","geometry":{"type":"Point","coordinates":[-0.1356833,51.5131574]},"properties":{"@type":"node","@id":4731045389,"@timestamp":1489348469},"coords":"51.5131574,-0.1356833","bedrooms":"3","price":"171000","area":"675"} , +{"type":"Feature","id":"n4731045418","geometry":{"type":"Point","coordinates":[-0.1354227,51.5128294]},"properties":{"@type":"node","@id":4731045418,"@timestamp":1489348470},"coords":"51.5128294,-0.1354227","bedrooms":"1","price":"217000","area":"563"} , +{"type":"Feature","id":"n4731047369","geometry":{"type":"Point","coordinates":[-0.1351309,51.5120414]},"properties":{"@type":"node","@id":4731047369,"@timestamp":1522036284},"coords":"51.5120414,-0.1351309","bedrooms":"0","price":"286000","area":"604"} , +{"type":"Feature","id":"n4731051195","geometry":{"type":"Point","coordinates":[-0.2334284,51.532442]},"properties":{"@type":"node","@id":4731051195,"@timestamp":1616895421},"coords":"51.532442,-0.2334284","bedrooms":"2","price":"186000","area":"525"} , +{"type":"Feature","id":"n4731051228","geometry":{"type":"Point","coordinates":[-0.2320892,51.532462]},"properties":{"@type":"node","@id":4731051228,"@timestamp":1489348642},"coords":"51.532462,-0.2320892","bedrooms":"3","price":"266000","area":"370"} , +{"type":"Feature","id":"n4731087568","geometry":{"type":"Point","coordinates":[-0.554533,51.7910002]},"properties":{"@type":"node","@id":4731087568,"@timestamp":1554734766},"coords":"51.7910002,-0.554533","bedrooms":"4","price":"156000","area":"474"} , +{"type":"Feature","id":"n4731130708","geometry":{"type":"Point","coordinates":[-0.5754932,51.7800553]},"properties":{"@type":"node","@id":4731130708,"@timestamp":1633186926},"coords":"51.7800553,-0.5754932","bedrooms":"4","price":"170000","area":"627"} , +{"type":"Feature","id":"n4731376721","geometry":{"type":"Point","coordinates":[-0.6064889,51.6778251]},"properties":{"@type":"node","@id":4731376721,"@timestamp":1543778988},"coords":"51.6778251,-0.6064889","bedrooms":"2","price":"295000","area":"501"} , +{"type":"Feature","id":"n4731690730","geometry":{"type":"Point","coordinates":[0.0478094,51.4924283]},"properties":{"@type":"node","@id":4731690730,"@timestamp":1564908081},"coords":"51.4924283,0.0478094","bedrooms":"2","price":"230000","area":"638"} , +{"type":"Feature","id":"n4731785896","geometry":{"type":"Point","coordinates":[-0.5542092,51.8724235]},"properties":{"@type":"node","@id":4731785896,"@timestamp":1489393184},"coords":"51.8724235,-0.5542092","bedrooms":"2","price":"223000","area":"610"} , +{"type":"Feature","id":"n4731787678","geometry":{"type":"Point","coordinates":[-0.5566017,51.8568011]},"properties":{"@type":"node","@id":4731787678,"@timestamp":1489393390},"coords":"51.8568011,-0.5566017","bedrooms":"1","price":"187000","area":"371"} , +{"type":"Feature","id":"n4731801282","geometry":{"type":"Point","coordinates":[-0.5532972,51.8422139]},"properties":{"@type":"node","@id":4731801282,"@timestamp":1489394007},"coords":"51.8422139,-0.5532972","bedrooms":"0","price":"255000","area":"593"} , +{"type":"Feature","id":"n4731852249","geometry":{"type":"Point","coordinates":[-0.5673198,51.829167]},"properties":{"@type":"node","@id":4731852249,"@timestamp":1489394672},"coords":"51.829167,-0.5673198","bedrooms":"2","price":"281000","area":"356"} , +{"type":"Feature","id":"n4731867354","geometry":{"type":"Point","coordinates":[-0.5718205,51.8161738]},"properties":{"@type":"node","@id":4731867354,"@timestamp":1489395137},"coords":"51.8161738,-0.5718205","bedrooms":"4","price":"291000","area":"422"} , +{"type":"Feature","id":"n4731870894","geometry":{"type":"Point","coordinates":[-0.571386,51.8136866]},"properties":{"@type":"node","@id":4731870894,"@timestamp":1489395349},"coords":"51.8136866,-0.571386","bedrooms":"3","price":"266000","area":"452"} , +{"type":"Feature","id":"n4731870904","geometry":{"type":"Point","coordinates":[-0.5653081,51.8112888]},"properties":{"@type":"node","@id":4731870904,"@timestamp":1489395349},"coords":"51.8112888,-0.5653081","bedrooms":"4","price":"250000","area":"596"} , +{"type":"Feature","id":"n4731870914","geometry":{"type":"Point","coordinates":[-0.5688003,51.8083369]},"properties":{"@type":"node","@id":4731870914,"@timestamp":1489395350},"coords":"51.8083369,-0.5688003","bedrooms":"3","price":"245000","area":"435"} , +{"type":"Feature","id":"n4731876902","geometry":{"type":"Point","coordinates":[-0.577952,51.8100882]},"properties":{"@type":"node","@id":4731876902,"@timestamp":1489395491},"coords":"51.8100882,-0.577952","bedrooms":"1","price":"233000","area":"489"} , +{"type":"Feature","id":"n4731885623","geometry":{"type":"Point","coordinates":[-0.5722658,51.8189594]},"properties":{"@type":"node","@id":4731885623,"@timestamp":1489395765},"coords":"51.8189594,-0.5722658","bedrooms":"2","price":"248000","area":"682"} , +{"type":"Feature","id":"n4732387770","geometry":{"type":"Point","coordinates":[-0.5841137,51.8907007]},"properties":{"@type":"node","@id":4732387770,"@timestamp":1489420389},"coords":"51.8907007,-0.5841137","bedrooms":"4","price":"293000","area":"392"} , +{"type":"Feature","id":"n4732392873","geometry":{"type":"Point","coordinates":[-0.6024129,51.884659]},"properties":{"@type":"node","@id":4732392873,"@timestamp":1489420711},"coords":"51.884659,-0.6024129","bedrooms":"4","price":"290000","area":"691"} , +{"type":"Feature","id":"n4732431692","geometry":{"type":"Point","coordinates":[-0.5823285,51.8906898]},"properties":{"@type":"node","@id":4732431692,"@timestamp":1489421906},"coords":"51.8906898,-0.5823285","bedrooms":"4","price":"217000","area":"577"} , +{"type":"Feature","id":"n4733548054","geometry":{"type":"Point","coordinates":[-0.1452348,51.496277]},"properties":{"@type":"node","@id":4733548054,"@timestamp":1594907079},"coords":"51.496277,-0.1452348","bedrooms":"0","price":"188000","area":"449"} , +{"type":"Feature","id":"n4733568172","geometry":{"type":"Point","coordinates":[0.1219396,51.7606367]},"properties":{"@type":"node","@id":4733568172,"@timestamp":1489479125},"coords":"51.7606367,0.1219396","bedrooms":"0","price":"182000","area":"355"} , +{"type":"Feature","id":"n4733571445","geometry":{"type":"Point","coordinates":[0.1170479,51.7643491]},"properties":{"@type":"node","@id":4733571445,"@timestamp":1489479238},"coords":"51.7643491,0.1170479","bedrooms":"3","price":"177000","area":"524"} , +{"type":"Feature","id":"n4733571456","geometry":{"type":"Point","coordinates":[0.118912,51.7642744]},"properties":{"@type":"node","@id":4733571456,"@timestamp":1489479238},"coords":"51.7642744,0.118912","bedrooms":"1","price":"168000","area":"408"} , +{"type":"Feature","id":"n4734288946","geometry":{"type":"Point","coordinates":[0.1023848,51.7827946]},"properties":{"@type":"node","@id":4734288946,"@timestamp":1489499911},"coords":"51.7827946,0.1023848","bedrooms":"4","price":"156000","area":"468"} , +{"type":"Feature","id":"n4734327013","geometry":{"type":"Point","coordinates":[-0.1614426,51.2168182]},"properties":{"@type":"node","@id":4734327013,"@timestamp":1489501443},"coords":"51.2168182,-0.1614426","bedrooms":"2","price":"221000","area":"643"} , +{"type":"Feature","id":"n4734634173","geometry":{"type":"Point","coordinates":[-0.7842979,51.2980462]},"properties":{"@type":"node","@id":4734634173,"@timestamp":1489511891},"coords":"51.2980462,-0.7842979","bedrooms":"0","price":"263000","area":"546"} , +{"type":"Feature","id":"n4734809613","geometry":{"type":"Point","coordinates":[-0.2088552,51.4199775]},"properties":{"@type":"node","@id":4734809613,"@timestamp":1489517314},"coords":"51.4199775,-0.2088552","bedrooms":"3","price":"164000","area":"601"} , +{"type":"Feature","id":"n4735334288","geometry":{"type":"Point","coordinates":[-0.228157,51.4925014]},"properties":{"@type":"node","@id":4735334288,"@timestamp":1489541728},"coords":"51.4925014,-0.228157","bedrooms":"2","price":"208000","area":"482"} , +{"type":"Feature","id":"n4735367921","geometry":{"type":"Point","coordinates":[0.1921479,51.5171549]},"properties":{"@type":"node","@id":4735367921,"@timestamp":1609336769},"coords":"51.5171549,0.1921479","bedrooms":"0","price":"233000","area":"487"} , +{"type":"Feature","id":"n4735866940","geometry":{"type":"Point","coordinates":[-0.2216298,51.5239603]},"properties":{"@type":"node","@id":4735866940,"@timestamp":1489571903},"coords":"51.5239603,-0.2216298","bedrooms":"4","price":"210000","area":"685"} , +{"type":"Feature","id":"n4736361169","geometry":{"type":"Point","coordinates":[0.1533028,51.4560775]},"properties":{"@type":"node","@id":4736361169,"@timestamp":1560102383,"type":"sheffield"},"coords":"51.4560775,0.1533028","bedrooms":"4","price":"209000","area":"661"} , +{"type":"Feature","id":"n4736438332","geometry":{"type":"Point","coordinates":[-0.0633915,51.4863349]},"properties":{"@type":"node","@id":4736438332,"@timestamp":1489594294},"coords":"51.4863349,-0.0633915","bedrooms":"1","price":"284000","area":"664"} , +{"type":"Feature","id":"n4736504923","geometry":{"type":"Point","coordinates":[-0.9432275,51.4409045]},"properties":{"@type":"node","@id":4736504923,"@timestamp":1538902456},"coords":"51.4409045,-0.9432275","bedrooms":"4","price":"272000","area":"572"} , +{"type":"Feature","id":"n4736689777","geometry":{"type":"Point","coordinates":[-0.197871,51.4192728]},"properties":{"@type":"node","@id":4736689777,"@timestamp":1582064485},"coords":"51.4192728,-0.197871","bedrooms":"3","price":"222000","area":"680"} , +{"type":"Feature","id":"n4737105546","geometry":{"type":"Point","coordinates":[-0.1168284,51.4983647]},"properties":{"@type":"node","@id":4737105546,"@timestamp":1491030906},"coords":"51.4983647,-0.1168284","bedrooms":"2","price":"169000","area":"440"} , +{"type":"Feature","id":"n4737239986","geometry":{"type":"Point","coordinates":[0.0641425,51.4907034]},"properties":{"@type":"node","@id":4737239986,"@timestamp":1564908081},"coords":"51.4907034,0.0641425","bedrooms":"3","price":"293000","area":"669"} , +{"type":"Feature","id":"n4737289752","geometry":{"type":"Point","coordinates":[-0.1358113,51.5120692]},"properties":{"@type":"node","@id":4737289752,"@timestamp":1489624963},"coords":"51.5120692,-0.1358113","bedrooms":"4","price":"151000","area":"592"} , +{"type":"Feature","id":"n4737289796","geometry":{"type":"Point","coordinates":[-0.1352523,51.51163]},"properties":{"@type":"node","@id":4737289796,"@timestamp":1489624964},"coords":"51.51163,-0.1352523","bedrooms":"2","price":"160000","area":"371"} , +{"type":"Feature","id":"n4737506405","geometry":{"type":"Point","coordinates":[0.0680131,51.4897048]},"properties":{"@type":"node","@id":4737506405,"@timestamp":1564908081},"coords":"51.4897048,0.0680131","bedrooms":"4","price":"188000","area":"499"} , +{"type":"Feature","id":"n4738112136","geometry":{"type":"Point","coordinates":[-0.0783229,51.527331]},"properties":{"@type":"node","@id":4738112136,"@timestamp":1601053013},"coords":"51.527331,-0.0783229","bedrooms":"3","price":"218000","area":"575"} , +{"type":"Feature","id":"n4738129861","geometry":{"type":"Point","coordinates":[-0.0916443,51.5033191]},"properties":{"@type":"node","@id":4738129861,"@timestamp":1624523762},"coords":"51.5033191,-0.0916443","bedrooms":"3","price":"232000","area":"456"} , +{"type":"Feature","id":"n4738634526","geometry":{"type":"Point","coordinates":[0.4867621,51.723981]},"properties":{"@type":"node","@id":4738634526,"@timestamp":1489694175},"coords":"51.723981,0.4867621","bedrooms":"4","price":"192000","area":"506"} , +{"type":"Feature","id":"n4738875159","geometry":{"type":"Point","coordinates":[-0.20449,51.383204]},"properties":{"@type":"node","@id":4738875159,"@timestamp":1582907110},"coords":"51.383204,-0.20449","bedrooms":"4","price":"225000","area":"575"} , +{"type":"Feature","id":"n4739036367","geometry":{"type":"Point","coordinates":[-0.0840136,51.7551833]},"properties":{"@type":"node","@id":4739036367,"@timestamp":1591958173},"coords":"51.7551833,-0.0840136","bedrooms":"0","price":"193000","area":"626"} , +{"type":"Feature","id":"n4739043731","geometry":{"type":"Point","coordinates":[-0.1368069,51.5123812]},"properties":{"@type":"node","@id":4739043731,"@timestamp":1489711882},"coords":"51.5123812,-0.1368069","bedrooms":"4","price":"256000","area":"627"} , +{"type":"Feature","id":"n4739043766","geometry":{"type":"Point","coordinates":[-0.1363534,51.5118625]},"properties":{"@type":"node","@id":4739043766,"@timestamp":1489711883},"coords":"51.5118625,-0.1363534","bedrooms":"3","price":"225000","area":"407"} , +{"type":"Feature","id":"n4739043796","geometry":{"type":"Point","coordinates":[-0.1366424,51.5127891]},"properties":{"@type":"node","@id":4739043796,"@timestamp":1489711884},"coords":"51.5127891,-0.1366424","bedrooms":"1","price":"279000","area":"603"} , +{"type":"Feature","id":"n4739043943","geometry":{"type":"Point","coordinates":[-0.1365699,51.5128153]},"properties":{"@type":"node","@id":4739043943,"@timestamp":1489711886},"coords":"51.5128153,-0.1365699","bedrooms":"2","price":"293000","area":"458"} , +{"type":"Feature","id":"n4739692723","geometry":{"type":"Point","coordinates":[-0.0933688,51.5239566]},"properties":{"@type":"node","@id":4739692723,"@timestamp":1577410965},"coords":"51.5239566,-0.0933688","bedrooms":"2","price":"178000","area":"351"} , +{"type":"Feature","id":"n4740276167","geometry":{"type":"Point","coordinates":[-1.0960419,51.7823648]},"properties":{"@type":"node","@id":4740276167,"@timestamp":1489775229},"coords":"51.7823648,-1.0960419","bedrooms":"0","price":"286000","area":"641"} , +{"type":"Feature","id":"n4741045589","geometry":{"type":"Point","coordinates":[0.0855714,51.4897277]},"properties":{"@type":"node","@id":4741045589,"@timestamp":1564908081},"coords":"51.4897277,0.0855714","bedrooms":"2","price":"183000","area":"619"} , +{"type":"Feature","id":"n4741360168","geometry":{"type":"Point","coordinates":[-0.9388782,51.4418701]},"properties":{"@type":"node","@id":4741360168,"@timestamp":1532107406},"coords":"51.4418701,-0.9388782","bedrooms":"3","price":"162000","area":"404"} , +{"type":"Feature","id":"n4741360187","geometry":{"type":"Point","coordinates":[-0.9397763,51.4420472]},"properties":{"@type":"node","@id":4741360187,"@timestamp":1532107407},"coords":"51.4420472,-0.9397763","bedrooms":"0","price":"290000","area":"653"} , +{"type":"Feature","id":"n4741360198","geometry":{"type":"Point","coordinates":[-0.9366715,51.4415163]},"properties":{"@type":"node","@id":4741360198,"@timestamp":1532107407},"coords":"51.4415163,-0.9366715","bedrooms":"0","price":"260000","area":"516"} , +{"type":"Feature","id":"n4741360208","geometry":{"type":"Point","coordinates":[-0.9343992,51.4392796]},"properties":{"@type":"node","@id":4741360208,"@timestamp":1489837695},"coords":"51.4392796,-0.9343992","bedrooms":"3","price":"200000","area":"485"} , +{"type":"Feature","id":"n4741360218","geometry":{"type":"Point","coordinates":[-0.9356175,51.438137]},"properties":{"@type":"node","@id":4741360218,"@timestamp":1489837696},"coords":"51.438137,-0.9356175","bedrooms":"3","price":"186000","area":"545"} , +{"type":"Feature","id":"n4741363625","geometry":{"type":"Point","coordinates":[-0.9471986,51.440225]},"properties":{"@type":"node","@id":4741363625,"@timestamp":1489837696},"coords":"51.440225,-0.9471986","bedrooms":"2","price":"212000","area":"630"} , +{"type":"Feature","id":"n4741390853","geometry":{"type":"Point","coordinates":[-0.0944133,51.4799527]},"properties":{"@type":"node","@id":4741390853,"@timestamp":1616291854},"coords":"51.4799527,-0.0944133","bedrooms":"4","price":"274000","area":"435"} , +{"type":"Feature","id":"n4741787267","geometry":{"type":"Point","coordinates":[-0.728873,51.0878721]},"properties":{"@type":"node","@id":4741787267,"@timestamp":1489857823},"coords":"51.0878721,-0.728873","bedrooms":"4","price":"298000","area":"482"} , +{"type":"Feature","id":"n4741787278","geometry":{"type":"Point","coordinates":[-0.7296422,51.0878831]},"properties":{"@type":"node","@id":4741787278,"@timestamp":1489857823},"coords":"51.0878831,-0.7296422","bedrooms":"3","price":"168000","area":"621"} , +{"type":"Feature","id":"n4741787288","geometry":{"type":"Point","coordinates":[-0.7312989,51.0893933]},"properties":{"@type":"node","@id":4741787288,"@timestamp":1489857823},"coords":"51.0893933,-0.7312989","bedrooms":"0","price":"167000","area":"469"} , +{"type":"Feature","id":"n4741787298","geometry":{"type":"Point","coordinates":[-0.7309945,51.0883075]},"properties":{"@type":"node","@id":4741787298,"@timestamp":1489857824},"coords":"51.0883075,-0.7309945","bedrooms":"1","price":"267000","area":"684"} , +{"type":"Feature","id":"n4741787308","geometry":{"type":"Point","coordinates":[-0.7304781,51.0883311]},"properties":{"@type":"node","@id":4741787308,"@timestamp":1489857824},"coords":"51.0883311,-0.7304781","bedrooms":"4","price":"253000","area":"559"} , +{"type":"Feature","id":"n4741960208","geometry":{"type":"Point","coordinates":[-0.2067179,51.4212573]},"properties":{"@type":"node","@id":4741960208,"@timestamp":1489865623},"coords":"51.4212573,-0.2067179","bedrooms":"0","price":"207000","area":"386"} , +{"type":"Feature","id":"n4742007711","geometry":{"type":"Point","coordinates":[-0.832053,51.4095527]},"properties":{"@type":"node","@id":4742007711,"@timestamp":1513629394},"coords":"51.4095527,-0.832053","bedrooms":"1","price":"209000","area":"649"} , +{"type":"Feature","id":"n4742317770","geometry":{"type":"Point","coordinates":[-0.8269691,51.7382948]},"properties":{"@type":"node","@id":4742317770,"@timestamp":1489882339},"coords":"51.7382948,-0.8269691","bedrooms":"3","price":"193000","area":"525"} , +{"type":"Feature","id":"n4742451107","geometry":{"type":"Point","coordinates":[-0.0907784,51.6525658]},"properties":{"@type":"node","@id":4742451107,"@timestamp":1581857829},"coords":"51.6525658,-0.0907784","bedrooms":"4","price":"256000","area":"665"} , +{"type":"Feature","id":"n4742685742","geometry":{"type":"Point","coordinates":[-0.112566,51.5108312]},"properties":{"@type":"node","@id":4742685742,"@timestamp":1621641464},"coords":"51.5108312,-0.112566","bedrooms":"4","price":"242000","area":"413"} , +{"type":"Feature","id":"n4742984347","geometry":{"type":"Point","coordinates":[-0.3716611,51.5767769]},"properties":{"@type":"node","@id":4742984347,"@timestamp":1489927600},"coords":"51.5767769,-0.3716611","bedrooms":"2","price":"225000","area":"388"} , +{"type":"Feature","id":"n4742984357","geometry":{"type":"Point","coordinates":[-0.3820264,51.5939372]},"properties":{"@type":"node","@id":4742984357,"@timestamp":1489927601},"coords":"51.5939372,-0.3820264","bedrooms":"4","price":"292000","area":"360"} , +{"type":"Feature","id":"n4742984368","geometry":{"type":"Point","coordinates":[-0.3600696,51.5648797]},"properties":{"@type":"node","@id":4742984368,"@timestamp":1489927601},"coords":"51.5648797,-0.3600696","bedrooms":"0","price":"176000","area":"606"} , +{"type":"Feature","id":"n4743071524","geometry":{"type":"Point","coordinates":[0.1782,51.549749]},"properties":{"@type":"node","@id":4743071524,"@timestamp":1594593100},"coords":"51.549749,0.1782","bedrooms":"1","price":"280000","area":"642"} , +{"type":"Feature","id":"n4743294790","geometry":{"type":"Point","coordinates":[-0.0320638,51.4749303]},"properties":{"@type":"node","@id":4743294790,"@timestamp":1571179989},"coords":"51.4749303,-0.0320638","bedrooms":"2","price":"270000","area":"647"} , +{"type":"Feature","id":"n4743587523","geometry":{"type":"Point","coordinates":[0.1858715,51.5794018]},"properties":{"@type":"node","@id":4743587523,"@timestamp":1489946026},"coords":"51.5794018,0.1858715","bedrooms":"3","price":"214000","area":"403"} , +{"type":"Feature","id":"n4743849188","geometry":{"type":"Point","coordinates":[-0.4443527,50.9514602]},"properties":{"@type":"node","@id":4743849188,"@timestamp":1553283063},"coords":"50.9514602,-0.4443527","bedrooms":"2","price":"196000","area":"667"} , +{"type":"Feature","id":"n4743907837","geometry":{"type":"Point","coordinates":[-1.0674122,51.9170616]},"properties":{"@type":"node","@id":4743907837,"@timestamp":1489958687},"coords":"51.9170616,-1.0674122","bedrooms":"1","price":"193000","area":"467"} , +{"type":"Feature","id":"n4744050853","geometry":{"type":"Point","coordinates":[-0.0632224,51.5326095]},"properties":{"@type":"node","@id":4744050853,"@timestamp":1489964836},"coords":"51.5326095,-0.0632224","bedrooms":"2","price":"249000","area":"391"} , +{"type":"Feature","id":"n4744181289","geometry":{"type":"Point","coordinates":[0.0658227,51.4908763]},"properties":{"@type":"node","@id":4744181289,"@timestamp":1564908081},"coords":"51.4908763,0.0658227","bedrooms":"4","price":"151000","area":"473"} , +{"type":"Feature","id":"n4744340551","geometry":{"type":"Point","coordinates":[0.0098024,51.6331542]},"properties":{"@type":"node","@id":4744340551,"@timestamp":1489982986},"coords":"51.6331542,0.0098024","bedrooms":"2","price":"250000","area":"356"} , +{"type":"Feature","id":"n4744674230","geometry":{"type":"Point","coordinates":[0.0960466,51.4866615]},"properties":{"@type":"node","@id":4744674230,"@timestamp":1564908081},"coords":"51.4866615,0.0960466","bedrooms":"2","price":"234000","area":"459"} , +{"type":"Feature","id":"n4744707354","geometry":{"type":"Point","coordinates":[-1.0618772,51.44151]},"properties":{"@type":"node","@id":4744707354,"@timestamp":1490001854},"coords":"51.44151,-1.0618772","bedrooms":"1","price":"275000","area":"376"} , +{"type":"Feature","id":"n4745133000","geometry":{"type":"Point","coordinates":[-0.1330068,51.5283028]},"properties":{"@type":"node","@id":4745133000,"@timestamp":1490019538},"coords":"51.5283028,-0.1330068","bedrooms":"2","price":"296000","area":"659"} , +{"type":"Feature","id":"n4745632220","geometry":{"type":"Point","coordinates":[-0.1310183,51.460647]},"properties":{"@type":"node","@id":4745632220,"@timestamp":1490040055},"coords":"51.460647,-0.1310183","bedrooms":"1","price":"191000","area":"361"} , +{"type":"Feature","id":"n4745669505","geometry":{"type":"Point","coordinates":[-0.1295869,51.4607877]},"properties":{"@type":"node","@id":4745669505,"@timestamp":1490040055},"coords":"51.4607877,-0.1295869","bedrooms":"1","price":"270000","area":"519"} , +{"type":"Feature","id":"n4745686155","geometry":{"type":"Point","coordinates":[-0.978184,51.4312901]},"properties":{"@type":"node","@id":4745686155,"@timestamp":1490040621},"coords":"51.4312901,-0.978184","bedrooms":"1","price":"161000","area":"694"} , +{"type":"Feature","id":"n4745718233","geometry":{"type":"Point","coordinates":[-0.9769392,51.4440175]},"properties":{"@type":"node","@id":4745718233,"@timestamp":1627149005},"coords":"51.4440175,-0.9769392","bedrooms":"2","price":"282000","area":"615"} , +{"type":"Feature","id":"n4745744871","geometry":{"type":"Point","coordinates":[-0.9781134,51.4477872]},"properties":{"@type":"node","@id":4745744871,"@timestamp":1614104555},"coords":"51.4477872,-0.9781134","bedrooms":"4","price":"224000","area":"523"} , +{"type":"Feature","id":"n4745785456","geometry":{"type":"Point","coordinates":[-0.9739639,51.4482551]},"properties":{"@type":"node","@id":4745785456,"@timestamp":1614105270},"coords":"51.4482551,-0.9739639","bedrooms":"0","price":"259000","area":"691"} , +{"type":"Feature","id":"n4745876139","geometry":{"type":"Point","coordinates":[-0.1259091,51.4620742]},"properties":{"@type":"node","@id":4745876139,"@timestamp":1589703418},"coords":"51.4620742,-0.1259091","bedrooms":"4","price":"189000","area":"606"} , +{"type":"Feature","id":"n4745933102","geometry":{"type":"Point","coordinates":[-0.0128366,51.0994938]},"properties":{"@type":"node","@id":4745933102,"@timestamp":1579449766},"coords":"51.0994938,-0.0128366","bedrooms":"1","price":"266000","area":"438"} , +{"type":"Feature","id":"n4746082170","geometry":{"type":"Point","coordinates":[-0.117584,51.5568941]},"properties":{"@type":"node","@id":4746082170,"@timestamp":1603762564},"coords":"51.5568941,-0.117584","bedrooms":"2","price":"232000","area":"664"} , +{"type":"Feature","id":"n4746480543","geometry":{"type":"Point","coordinates":[0.1058352,51.7635365]},"properties":{"@type":"node","@id":4746480543,"@timestamp":1490082782},"coords":"51.7635365,0.1058352","bedrooms":"1","price":"252000","area":"476"} , +{"type":"Feature","id":"n4746480562","geometry":{"type":"Point","coordinates":[0.1018153,51.75982]},"properties":{"@type":"node","@id":4746480562,"@timestamp":1490082782},"coords":"51.75982,0.1018153","bedrooms":"0","price":"290000","area":"527"} , +{"type":"Feature","id":"n4746489294","geometry":{"type":"Point","coordinates":[0.0899431,51.7788852]},"properties":{"@type":"node","@id":4746489294,"@timestamp":1490083336},"coords":"51.7788852,0.0899431","bedrooms":"4","price":"160000","area":"358"} , +{"type":"Feature","id":"n4746489544","geometry":{"type":"Point","coordinates":[0.1084269,51.7724356]},"properties":{"@type":"node","@id":4746489544,"@timestamp":1490083023},"coords":"51.7724356,0.1084269","bedrooms":"1","price":"251000","area":"576"} , +{"type":"Feature","id":"n4746489562","geometry":{"type":"Point","coordinates":[0.1085984,51.7724107]},"properties":{"@type":"node","@id":4746489562,"@timestamp":1490083023},"coords":"51.7724107,0.1085984","bedrooms":"2","price":"163000","area":"378"} , +{"type":"Feature","id":"n4746490279","geometry":{"type":"Point","coordinates":[0.1069383,51.7754312]},"properties":{"@type":"node","@id":4746490279,"@timestamp":1490083072},"coords":"51.7754312,0.1069383","bedrooms":"4","price":"160000","area":"567"} , +{"type":"Feature","id":"n4746696630","geometry":{"type":"Point","coordinates":[-0.1879181,51.1921085]},"properties":{"@type":"node","@id":4746696630,"@timestamp":1548582552},"coords":"51.1921085,-0.1879181","bedrooms":"3","price":"194000","area":"484"} , +{"type":"Feature","id":"n4747316992","geometry":{"type":"Point","coordinates":[0.2827312,51.1445151]},"properties":{"@type":"node","@id":4747316992,"@timestamp":1624262984},"coords":"51.1445151,0.2827312","bedrooms":"1","price":"291000","area":"451"} , +{"type":"Feature","id":"n4747705523","geometry":{"type":"Point","coordinates":[0.8327946,51.8810935]},"properties":{"@type":"node","@id":4747705523,"@timestamp":1490130330},"coords":"51.8810935,0.8327946","bedrooms":"0","price":"184000","area":"647"} , +{"type":"Feature","id":"n4748270125","geometry":{"type":"Point","coordinates":[-0.9455018,51.4447635]},"properties":{"@type":"node","@id":4748270125,"@timestamp":1490165803},"coords":"51.4447635,-0.9455018","bedrooms":"1","price":"247000","area":"396"} , +{"type":"Feature","id":"n4748270135","geometry":{"type":"Point","coordinates":[-0.9450853,51.4454174]},"properties":{"@type":"node","@id":4748270135,"@timestamp":1532107408},"coords":"51.4454174,-0.9450853","bedrooms":"4","price":"230000","area":"352"} , +{"type":"Feature","id":"n4748270781","geometry":{"type":"Point","coordinates":[-0.94532,51.4398322]},"properties":{"@type":"node","@id":4748270781,"@timestamp":1532107408},"coords":"51.4398322,-0.94532","bedrooms":"2","price":"212000","area":"389"} , +{"type":"Feature","id":"n4748661064","geometry":{"type":"Point","coordinates":[-0.1245909,51.4538724]},"properties":{"@type":"node","@id":4748661064,"@timestamp":1490182220},"coords":"51.4538724,-0.1245909","bedrooms":"1","price":"170000","area":"466"} , +{"type":"Feature","id":"n4748661074","geometry":{"type":"Point","coordinates":[-0.1233784,51.4536636]},"properties":{"@type":"node","@id":4748661074,"@timestamp":1490182221},"coords":"51.4536636,-0.1233784","bedrooms":"2","price":"209000","area":"567"} , +{"type":"Feature","id":"n4749209235","geometry":{"type":"Point","coordinates":[-0.9906954,51.4522758]},"properties":{"@type":"node","@id":4749209235,"@timestamp":1634388226},"coords":"51.4522758,-0.9906954","bedrooms":"0","price":"259000","area":"386"} , +{"type":"Feature","id":"n4749246823","geometry":{"type":"Point","coordinates":[-0.169768,50.9995508]},"properties":{"@type":"node","@id":4749246823,"@timestamp":1490204938},"coords":"50.9995508,-0.169768","bedrooms":"4","price":"274000","area":"534"} , +{"type":"Feature","id":"n4749301297","geometry":{"type":"Point","coordinates":[0.7946335,51.906189]},"properties":{"@type":"node","@id":4749301297,"@timestamp":1490206310},"coords":"51.906189,0.7946335","bedrooms":"3","price":"152000","area":"389"} , +{"type":"Feature","id":"n4749301310","geometry":{"type":"Point","coordinates":[0.7910445,51.8989339]},"properties":{"@type":"node","@id":4749301310,"@timestamp":1490206310},"coords":"51.8989339,0.7910445","bedrooms":"2","price":"162000","area":"624"} , +{"type":"Feature","id":"n4749302132","geometry":{"type":"Point","coordinates":[0.7857697,51.9147188]},"properties":{"@type":"node","@id":4749302132,"@timestamp":1490206310},"coords":"51.9147188,0.7857697","bedrooms":"3","price":"228000","area":"516"} , +{"type":"Feature","id":"n4749302156","geometry":{"type":"Point","coordinates":[0.7936945,51.911507]},"properties":{"@type":"node","@id":4749302156,"@timestamp":1490206311},"coords":"51.911507,0.7936945","bedrooms":"2","price":"166000","area":"530"} , +{"type":"Feature","id":"n4749378141","geometry":{"type":"Point","coordinates":[0.1202126,51.5093813]},"properties":{"@type":"node","@id":4749378141,"@timestamp":1564908081},"coords":"51.5093813,0.1202126","bedrooms":"4","price":"265000","area":"361"} , +{"type":"Feature","id":"n4749770837","geometry":{"type":"Point","coordinates":[-0.129518,51.4630768]},"properties":{"@type":"node","@id":4749770837,"@timestamp":1490221297},"coords":"51.4630768,-0.129518","bedrooms":"0","price":"278000","area":"611"} , +{"type":"Feature","id":"n4749910709","geometry":{"type":"Point","coordinates":[0.1066191,51.4849275]},"properties":{"@type":"node","@id":4749910709,"@timestamp":1564908081},"coords":"51.4849275,0.1066191","bedrooms":"2","price":"199000","area":"440"} , +{"type":"Feature","id":"n4750044682","geometry":{"type":"Point","coordinates":[-0.0723716,51.58417]},"properties":{"@type":"node","@id":4750044682,"@timestamp":1490238828},"coords":"51.58417,-0.0723716","bedrooms":"3","price":"267000","area":"602"} , +{"type":"Feature","id":"n4750505326","geometry":{"type":"Point","coordinates":[0.8330732,51.8846783]},"properties":{"@type":"node","@id":4750505326,"@timestamp":1567255069},"coords":"51.8846783,0.8330732","bedrooms":"0","price":"249000","area":"580"} , +{"type":"Feature","id":"n4750746213","geometry":{"type":"Point","coordinates":[-0.1379891,51.4991008]},"properties":{"@type":"node","@id":4750746213,"@timestamp":1617551278},"coords":"51.4991008,-0.1379891","bedrooms":"3","price":"236000","area":"399"} , +{"type":"Feature","id":"n4750982331","geometry":{"type":"Point","coordinates":[0.1217373,51.4932321]},"properties":{"@type":"node","@id":4750982331,"@timestamp":1564908081},"coords":"51.4932321,0.1217373","bedrooms":"2","price":"187000","area":"524"} , +{"type":"Feature","id":"n4751151043","geometry":{"type":"Point","coordinates":[-0.9946587,51.4483711]},"properties":{"@type":"node","@id":4751151043,"@timestamp":1615724721},"coords":"51.4483711,-0.9946587","bedrooms":"4","price":"249000","area":"486"} , +{"type":"Feature","id":"n4751171380","geometry":{"type":"Point","coordinates":[-0.9954315,51.4476891]},"properties":{"@type":"node","@id":4751171380,"@timestamp":1580284632},"coords":"51.4476891,-0.9954315","bedrooms":"2","price":"260000","area":"501"} , +{"type":"Feature","id":"n4751200514","geometry":{"type":"Point","coordinates":[-0.9886398,51.4474283]},"properties":{"@type":"node","@id":4751200514,"@timestamp":1615727331},"coords":"51.4474283,-0.9886398","bedrooms":"3","price":"197000","area":"568"} , +{"type":"Feature","id":"n4751211250","geometry":{"type":"Point","coordinates":[-0.9795149,51.4480084]},"properties":{"@type":"node","@id":4751211250,"@timestamp":1615727369},"coords":"51.4480084,-0.9795149","bedrooms":"1","price":"186000","area":"554"} , +{"type":"Feature","id":"n4751344490","geometry":{"type":"Point","coordinates":[-0.9086638,51.3853166]},"properties":{"@type":"node","@id":4751344490,"@timestamp":1490294235},"coords":"51.3853166,-0.9086638","bedrooms":"1","price":"289000","area":"354"} , +{"type":"Feature","id":"n4751397573","geometry":{"type":"Point","coordinates":[-0.9060101,51.3851364]},"properties":{"@type":"node","@id":4751397573,"@timestamp":1490295883},"coords":"51.3851364,-0.9060101","bedrooms":"3","price":"243000","area":"398"} , +{"type":"Feature","id":"n4751437033","geometry":{"type":"Point","coordinates":[-0.1236352,51.4622295]},"properties":{"@type":"node","@id":4751437033,"@timestamp":1490648633},"coords":"51.4622295,-0.1236352","bedrooms":"1","price":"207000","area":"443"} , +{"type":"Feature","id":"n4751834821","geometry":{"type":"Point","coordinates":[-0.1381145,51.5191364]},"properties":{"@type":"node","@id":4751834821,"@timestamp":1545757010},"coords":"51.5191364,-0.1381145","bedrooms":"0","price":"154000","area":"479"} , +{"type":"Feature","id":"n4752836164","geometry":{"type":"Point","coordinates":[-0.0345453,51.7015408]},"properties":{"@type":"node","@id":4752836164,"@timestamp":1617072506},"coords":"51.7015408,-0.0345453","bedrooms":"3","price":"283000","area":"445"} , +{"type":"Feature","id":"n4752836177","geometry":{"type":"Point","coordinates":[-0.0345704,51.7024038]},"properties":{"@type":"node","@id":4752836177,"@timestamp":1617072506},"coords":"51.7024038,-0.0345704","bedrooms":"2","price":"211000","area":"412"} , +{"type":"Feature","id":"n4753069864","geometry":{"type":"Point","coordinates":[0.1511757,51.7496789]},"properties":{"@type":"node","@id":4753069864,"@timestamp":1501746087},"coords":"51.7496789,0.1511757","bedrooms":"3","price":"291000","area":"395"} , +{"type":"Feature","id":"n4753485433","geometry":{"type":"Point","coordinates":[0.4105576,51.7286667]},"properties":{"@type":"node","@id":4753485433,"@timestamp":1490383893},"coords":"51.7286667,0.4105576","bedrooms":"3","price":"256000","area":"353"} , +{"type":"Feature","id":"n4754870662","geometry":{"type":"Point","coordinates":[-0.1269986,51.5377019]},"properties":{"@type":"node","@id":4754870662,"@timestamp":1517450876},"coords":"51.5377019,-0.1269986","bedrooms":"2","price":"279000","area":"385"} , +{"type":"Feature","id":"n4755417337","geometry":{"type":"Point","coordinates":[-0.1221516,51.460971]},"properties":{"@type":"node","@id":4755417337,"@timestamp":1589620624},"coords":"51.460971,-0.1221516","bedrooms":"2","price":"261000","area":"680"} , +{"type":"Feature","id":"n4755593361","geometry":{"type":"Point","coordinates":[-0.1365134,51.5684387]},"properties":{"@type":"node","@id":4755593361,"@timestamp":1490490080},"coords":"51.5684387,-0.1365134","bedrooms":"3","price":"179000","area":"681"} , +{"type":"Feature","id":"n4755626447","geometry":{"type":"Point","coordinates":[-0.135937,51.5684411]},"properties":{"@type":"node","@id":4755626447,"@timestamp":1490492795},"coords":"51.5684411,-0.135937","bedrooms":"2","price":"208000","area":"363"} , +{"type":"Feature","id":"n4756040422","geometry":{"type":"Point","coordinates":[-0.0291318,51.1272238]},"properties":{"@type":"node","@id":4756040422,"@timestamp":1490524459},"coords":"51.1272238,-0.0291318","bedrooms":"0","price":"259000","area":"468"} , +{"type":"Feature","id":"n4756123404","geometry":{"type":"Point","coordinates":[-0.3819454,51.5937774]},"properties":{"@type":"node","@id":4756123404,"@timestamp":1490528755},"coords":"51.5937774,-0.3819454","bedrooms":"0","price":"176000","area":"681"} , +{"type":"Feature","id":"n4756214018","geometry":{"type":"Point","coordinates":[-0.3127066,51.7437664]},"properties":{"@type":"node","@id":4756214018,"@timestamp":1490532313},"coords":"51.7437664,-0.3127066","bedrooms":"2","price":"199000","area":"600"} , +{"type":"Feature","id":"n4756634855","geometry":{"type":"Point","coordinates":[-0.673055,51.7755836]},"properties":{"@type":"node","@id":4756634855,"@timestamp":1490549950},"coords":"51.7755836,-0.673055","bedrooms":"2","price":"280000","area":"363"} , +{"type":"Feature","id":"n4756799893","geometry":{"type":"Point","coordinates":[-0.5897176,51.7669547]},"properties":{"@type":"node","@id":4756799893,"@timestamp":1490557051},"coords":"51.7669547,-0.5897176","bedrooms":"1","price":"175000","area":"568"} , +{"type":"Feature","id":"n4757071652","geometry":{"type":"Point","coordinates":[-0.9744693,51.1487972]},"properties":{"@type":"node","@id":4757071652,"@timestamp":1490571242},"coords":"51.1487972,-0.9744693","bedrooms":"4","price":"255000","area":"563"} , +{"type":"Feature","id":"n4757135382","geometry":{"type":"Point","coordinates":[-0.9758829,51.1486698]},"properties":{"@type":"node","@id":4757135382,"@timestamp":1490575797},"coords":"51.1486698,-0.9758829","bedrooms":"4","price":"154000","area":"602"} , +{"type":"Feature","id":"n4757135586","geometry":{"type":"Point","coordinates":[-0.9761457,51.1483891]},"properties":{"@type":"node","@id":4757135586,"@timestamp":1490575796},"coords":"51.1483891,-0.9761457","bedrooms":"2","price":"282000","area":"484"} , +{"type":"Feature","id":"n4757155231","geometry":{"type":"Point","coordinates":[-0.3817375,51.451916]},"properties":{"@type":"node","@id":4757155231,"@timestamp":1556641449},"coords":"51.451916,-0.3817375","bedrooms":"2","price":"198000","area":"474"} , +{"type":"Feature","id":"n4757551942","geometry":{"type":"Point","coordinates":[0.1482786,51.7842081]},"properties":{"@type":"node","@id":4757551942,"@timestamp":1490602911},"coords":"51.7842081,0.1482786","bedrooms":"4","price":"182000","area":"619"} , +{"type":"Feature","id":"n4757552433","geometry":{"type":"Point","coordinates":[0.1530998,51.7845026]},"properties":{"@type":"node","@id":4757552433,"@timestamp":1490602798},"coords":"51.7845026,0.1530998","bedrooms":"2","price":"243000","area":"448"} , +{"type":"Feature","id":"n4757552447","geometry":{"type":"Point","coordinates":[0.1532574,51.785465]},"properties":{"@type":"node","@id":4757552447,"@timestamp":1490602799},"coords":"51.785465,0.1532574","bedrooms":"2","price":"253000","area":"670"} , +{"type":"Feature","id":"n4757568323","geometry":{"type":"Point","coordinates":[0.4794612,51.8759053]},"properties":{"@type":"node","@id":4757568323,"@timestamp":1490603854},"coords":"51.8759053,0.4794612","bedrooms":"0","price":"174000","area":"464"} , +{"type":"Feature","id":"n4757839149","geometry":{"type":"Point","coordinates":[-0.9435854,51.4422644]},"properties":{"@type":"node","@id":4757839149,"@timestamp":1532107409},"coords":"51.4422644,-0.9435854","bedrooms":"3","price":"209000","area":"581"} , +{"type":"Feature","id":"n4757839159","geometry":{"type":"Point","coordinates":[-0.9444905,51.4418543]},"properties":{"@type":"node","@id":4757839159,"@timestamp":1532107410},"coords":"51.4418543,-0.9444905","bedrooms":"1","price":"296000","area":"473"} , +{"type":"Feature","id":"n4757839169","geometry":{"type":"Point","coordinates":[-0.946367,51.4426408]},"properties":{"@type":"node","@id":4757839169,"@timestamp":1490616034},"coords":"51.4426408,-0.946367","bedrooms":"0","price":"202000","area":"366"} , +{"type":"Feature","id":"n4757844338","geometry":{"type":"Point","coordinates":[0.0021478,51.5123647]},"properties":{"@type":"node","@id":4757844338,"@timestamp":1490705673},"coords":"51.5123647,0.0021478","bedrooms":"3","price":"256000","area":"564"} , +{"type":"Feature","id":"n4757844349","geometry":{"type":"Point","coordinates":[0.0024369,51.5127618]},"properties":{"@type":"node","@id":4757844349,"@timestamp":1490616331},"coords":"51.5127618,0.0024369","bedrooms":"3","price":"198000","area":"477"} , +{"type":"Feature","id":"n4757844393","geometry":{"type":"Point","coordinates":[0.0016269,51.5113112]},"properties":{"@type":"node","@id":4757844393,"@timestamp":1490616332},"coords":"51.5113112,0.0016269","bedrooms":"2","price":"195000","area":"416"} , +{"type":"Feature","id":"n4758051937","geometry":{"type":"Point","coordinates":[-0.279434,51.2174982]},"properties":{"@type":"node","@id":4758051937,"@timestamp":1490624605},"coords":"51.2174982,-0.279434","bedrooms":"3","price":"192000","area":"488"} , +{"type":"Feature","id":"n4758570730","geometry":{"type":"Point","coordinates":[-0.7418401,51.4267315]},"properties":{"@type":"node","@id":4758570730,"@timestamp":1490645853},"coords":"51.4267315,-0.7418401","bedrooms":"0","price":"230000","area":"535"} , +{"type":"Feature","id":"n4758614030","geometry":{"type":"Point","coordinates":[-0.745127,51.4336127]},"properties":{"@type":"node","@id":4758614030,"@timestamp":1490647386},"coords":"51.4336127,-0.745127","bedrooms":"4","price":"230000","area":"674"} , +{"type":"Feature","id":"n4758645126","geometry":{"type":"Point","coordinates":[-0.1232926,51.4609912]},"properties":{"@type":"node","@id":4758645126,"@timestamp":1490648631},"coords":"51.4609912,-0.1232926","bedrooms":"2","price":"226000","area":"573"} , +{"type":"Feature","id":"n4758645136","geometry":{"type":"Point","coordinates":[-0.1216673,51.4617659]},"properties":{"@type":"node","@id":4758645136,"@timestamp":1490821981},"coords":"51.4617659,-0.1216673","bedrooms":"1","price":"201000","area":"541"} , +{"type":"Feature","id":"n4758645149","geometry":{"type":"Point","coordinates":[-0.1213649,51.4634834]},"properties":{"@type":"node","@id":4758645149,"@timestamp":1490648632},"coords":"51.4634834,-0.1213649","bedrooms":"3","price":"174000","area":"593"} , +{"type":"Feature","id":"n4758667323","geometry":{"type":"Point","coordinates":[-0.1203482,51.4633795]},"properties":{"@type":"node","@id":4758667323,"@timestamp":1490649037},"coords":"51.4633795,-0.1203482","bedrooms":"0","price":"278000","area":"656"} , +{"type":"Feature","id":"n4759188854","geometry":{"type":"Point","coordinates":[0.1019641,51.7445853]},"properties":{"@type":"node","@id":4759188854,"@timestamp":1490685652},"coords":"51.7445853,0.1019641","bedrooms":"3","price":"281000","area":"687"} , +{"type":"Feature","id":"n4759699029","geometry":{"type":"Point","coordinates":[0.1615359,51.0595597]},"properties":{"@type":"node","@id":4759699029,"@timestamp":1632407027},"coords":"51.0595597,0.1615359","bedrooms":"2","price":"265000","area":"370"} , +{"type":"Feature","id":"n4759701286","geometry":{"type":"Point","coordinates":[0.0016357,51.5109031]},"properties":{"@type":"node","@id":4759701286,"@timestamp":1490705673},"coords":"51.5109031,0.0016357","bedrooms":"4","price":"183000","area":"532"} , +{"type":"Feature","id":"n4759783639","geometry":{"type":"Point","coordinates":[0.1595491,51.0594877]},"properties":{"@type":"node","@id":4759783639,"@timestamp":1490708412},"coords":"51.0594877,0.1595491","bedrooms":"0","price":"183000","area":"522"} , +{"type":"Feature","id":"n4760436853","geometry":{"type":"Point","coordinates":[-0.7909783,51.4313373]},"properties":{"@type":"node","@id":4760436853,"@timestamp":1490729229},"coords":"51.4313373,-0.7909783","bedrooms":"1","price":"231000","area":"493"} , +{"type":"Feature","id":"n4760549686","geometry":{"type":"Point","coordinates":[-0.8160569,51.4164993]},"properties":{"@type":"node","@id":4760549686,"@timestamp":1625088709},"coords":"51.4164993,-0.8160569","bedrooms":"0","price":"173000","area":"619"} , +{"type":"Feature","id":"n4760596938","geometry":{"type":"Point","coordinates":[-0.8203891,51.4113217]},"properties":{"@type":"node","@id":4760596938,"@timestamp":1490732641},"coords":"51.4113217,-0.8203891","bedrooms":"4","price":"215000","area":"554"} , +{"type":"Feature","id":"n4760757347","geometry":{"type":"Point","coordinates":[0.1048743,51.5050312]},"properties":{"@type":"node","@id":4760757347,"@timestamp":1490737524},"coords":"51.5050312,0.1048743","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n4760914670","geometry":{"type":"Point","coordinates":[-0.2196064,51.4859249]},"properties":{"@type":"node","@id":4760914670,"@timestamp":1490750915},"coords":"51.4859249,-0.2196064","bedrooms":"0","price":"232000","area":"673"} , +{"type":"Feature","id":"n4762156528","geometry":{"type":"Point","coordinates":[-0.4679255,51.4360266]},"properties":{"@type":"node","@id":4762156528,"@timestamp":1490803212},"coords":"51.4360266,-0.4679255","bedrooms":"2","price":"285000","area":"557"} , +{"type":"Feature","id":"n4762798517","geometry":{"type":"Point","coordinates":[0.0095502,51.4725336]},"properties":{"@type":"node","@id":4762798517,"@timestamp":1634123318},"coords":"51.4725336,0.0095502","bedrooms":"4","price":"259000","area":"556"} , +{"type":"Feature","id":"n4762808397","geometry":{"type":"Point","coordinates":[0.0100694,51.4730273]},"properties":{"@type":"node","@id":4762808397,"@timestamp":1634123318},"coords":"51.4730273,0.0100694","bedrooms":"1","price":"245000","area":"481"} , +{"type":"Feature","id":"n4762957976","geometry":{"type":"Point","coordinates":[-0.1226134,51.4617514]},"properties":{"@type":"node","@id":4762957976,"@timestamp":1589620624},"coords":"51.4617514,-0.1226134","bedrooms":"0","price":"242000","area":"554"} , +{"type":"Feature","id":"n4762957988","geometry":{"type":"Point","coordinates":[-0.1215957,51.4628969]},"properties":{"@type":"node","@id":4762957988,"@timestamp":1490821980},"coords":"51.4628969,-0.1215957","bedrooms":"0","price":"242000","area":"678"} , +{"type":"Feature","id":"n4763078040","geometry":{"type":"Point","coordinates":[0.0155805,51.4734077]},"properties":{"@type":"node","@id":4763078040,"@timestamp":1634127094},"coords":"51.4734077,0.0155805","bedrooms":"2","price":"281000","area":"460"} , +{"type":"Feature","id":"n4763078070","geometry":{"type":"Point","coordinates":[0.016143,51.4736473]},"properties":{"@type":"node","@id":4763078070,"@timestamp":1634127094},"coords":"51.4736473,0.016143","bedrooms":"2","price":"286000","area":"472"} , +{"type":"Feature","id":"n4764849439","geometry":{"type":"Point","coordinates":[-0.1877522,51.5016336]},"properties":{"@type":"node","@id":4764849439,"@timestamp":1584137255},"coords":"51.5016336,-0.1877522","bedrooms":"4","price":"239000","area":"351"} , +{"type":"Feature","id":"n4764876934","geometry":{"type":"Point","coordinates":[-1.0019595,51.4467642]},"properties":{"@type":"node","@id":4764876934,"@timestamp":1626092676},"coords":"51.4467642,-1.0019595","bedrooms":"1","price":"174000","area":"514"} , +{"type":"Feature","id":"n4764913545","geometry":{"type":"Point","coordinates":[-0.989874,51.4491845]},"properties":{"@type":"node","@id":4764913545,"@timestamp":1616249061},"coords":"51.4491845,-0.989874","bedrooms":"0","price":"233000","area":"655"} , +{"type":"Feature","id":"n4764920237","geometry":{"type":"Point","coordinates":[-0.9873825,51.4498417]},"properties":{"@type":"node","@id":4764920237,"@timestamp":1634388801},"coords":"51.4498417,-0.9873825","bedrooms":"4","price":"151000","area":"470"} , +{"type":"Feature","id":"n4764930718","geometry":{"type":"Point","coordinates":[-0.9875988,51.4496791]},"properties":{"@type":"node","@id":4764930718,"@timestamp":1634388774},"coords":"51.4496791,-0.9875988","bedrooms":"2","price":"186000","area":"538"} , +{"type":"Feature","id":"n4764957531","geometry":{"type":"Point","coordinates":[-0.9799379,51.4481076]},"properties":{"@type":"node","@id":4764957531,"@timestamp":1615727369},"coords":"51.4481076,-0.9799379","bedrooms":"4","price":"180000","area":"601"} , +{"type":"Feature","id":"n4765024370","geometry":{"type":"Point","coordinates":[-0.1250354,51.5303107]},"properties":{"@type":"node","@id":4765024370,"@timestamp":1490906525},"coords":"51.5303107,-0.1250354","bedrooms":"4","price":"176000","area":"446"} , +{"type":"Feature","id":"n4765089752","geometry":{"type":"Point","coordinates":[-0.3132862,51.4974824]},"properties":{"@type":"node","@id":4765089752,"@timestamp":1490907520},"coords":"51.4974824,-0.3132862","bedrooms":"3","price":"165000","area":"362"} , +{"type":"Feature","id":"n4765275934","geometry":{"type":"Point","coordinates":[-0.9768069,51.1479968]},"properties":{"@type":"node","@id":4765275934,"@timestamp":1490911255},"coords":"51.1479968,-0.9768069","bedrooms":"4","price":"225000","area":"392"} , +{"type":"Feature","id":"n4765279796","geometry":{"type":"Point","coordinates":[-0.9774899,51.1474941]},"properties":{"@type":"node","@id":4765279796,"@timestamp":1490911254},"coords":"51.1474941,-0.9774899","bedrooms":"3","price":"189000","area":"446"} , +{"type":"Feature","id":"n4765279819","geometry":{"type":"Point","coordinates":[-0.9772022,51.1478164]},"properties":{"@type":"node","@id":4765279819,"@timestamp":1490911255},"coords":"51.1478164,-0.9772022","bedrooms":"1","price":"267000","area":"390"} , +{"type":"Feature","id":"n4766686691","geometry":{"type":"Point","coordinates":[-0.1655305,51.5237012]},"properties":{"@type":"node","@id":4766686691,"@timestamp":1490953058},"coords":"51.5237012,-0.1655305","bedrooms":"4","price":"283000","area":"403"} , +{"type":"Feature","id":"n4767656648","geometry":{"type":"Point","coordinates":[-0.1727984,51.6038649]},"properties":{"@type":"node","@id":4767656648,"@timestamp":1500326713},"coords":"51.6038649,-0.1727984","bedrooms":"1","price":"206000","area":"470"} , +{"type":"Feature","id":"n4767986897","geometry":{"type":"Point","coordinates":[-0.9696706,51.4498694]},"properties":{"@type":"node","@id":4767986897,"@timestamp":1614203461},"coords":"51.4498694,-0.9696706","bedrooms":"1","price":"283000","area":"410"} , +{"type":"Feature","id":"n4768009264","geometry":{"type":"Point","coordinates":[-0.9710398,51.4496575]},"properties":{"@type":"node","@id":4768009264,"@timestamp":1614105781},"coords":"51.4496575,-0.9710398","bedrooms":"3","price":"220000","area":"501"} , +{"type":"Feature","id":"n4768044039","geometry":{"type":"Point","coordinates":[-0.9702686,51.4520479]},"properties":{"@type":"node","@id":4768044039,"@timestamp":1621018444},"coords":"51.4520479,-0.9702686","bedrooms":"0","price":"189000","area":"378"} , +{"type":"Feature","id":"n4768106704","geometry":{"type":"Point","coordinates":[-0.9643283,51.4531853]},"properties":{"@type":"node","@id":4768106704,"@timestamp":1617556712},"coords":"51.4531853,-0.9643283","bedrooms":"4","price":"222000","area":"390"} , +{"type":"Feature","id":"n4768188636","geometry":{"type":"Point","coordinates":[-0.9560592,51.4534538]},"properties":{"@type":"node","@id":4768188636,"@timestamp":1572844827},"coords":"51.4534538,-0.9560592","bedrooms":"4","price":"258000","area":"577"} , +{"type":"Feature","id":"n4769129780","geometry":{"type":"Point","coordinates":[-0.5976767,51.1791099]},"properties":{"@type":"node","@id":4769129780,"@timestamp":1491038440},"coords":"51.1791099,-0.5976767","bedrooms":"0","price":"234000","area":"416"} , +{"type":"Feature","id":"n4769926428","geometry":{"type":"Point","coordinates":[0.0988263,50.9771027]},"properties":{"@type":"node","@id":4769926428,"@timestamp":1491069654},"coords":"50.9771027,0.0988263","bedrooms":"0","price":"286000","area":"678"} , +{"type":"Feature","id":"n4770298522","geometry":{"type":"Point","coordinates":[-0.7971967,51.2156597]},"properties":{"@type":"node","@id":4770298522,"@timestamp":1553511235},"coords":"51.2156597,-0.7971967","bedrooms":"4","price":"176000","area":"358"} , +{"type":"Feature","id":"n4770393487","geometry":{"type":"Point","coordinates":[-0.9760141,51.1472845]},"properties":{"@type":"node","@id":4770393487,"@timestamp":1491093801},"coords":"51.1472845,-0.9760141","bedrooms":"1","price":"216000","area":"612"} , +{"type":"Feature","id":"n4770393497","geometry":{"type":"Point","coordinates":[-0.9762273,51.1474679]},"properties":{"@type":"node","@id":4770393497,"@timestamp":1491093801},"coords":"51.1474679,-0.9762273","bedrooms":"1","price":"273000","area":"407"} , +{"type":"Feature","id":"n4770393996","geometry":{"type":"Point","coordinates":[-0.9768478,51.1464828]},"properties":{"@type":"node","@id":4770393996,"@timestamp":1491093805},"coords":"51.1464828,-0.9768478","bedrooms":"0","price":"152000","area":"676"} , +{"type":"Feature","id":"n4770394159","geometry":{"type":"Point","coordinates":[-0.9760369,51.1465576]},"properties":{"@type":"node","@id":4770394159,"@timestamp":1491093802},"coords":"51.1465576,-0.9760369","bedrooms":"4","price":"254000","area":"473"} , +{"type":"Feature","id":"n4770418239","geometry":{"type":"Point","coordinates":[-0.0172833,51.4528198]},"properties":{"@type":"node","@id":4770418239,"@timestamp":1491270871},"coords":"51.4528198,-0.0172833","bedrooms":"0","price":"178000","area":"562"} , +{"type":"Feature","id":"n4770679167","geometry":{"type":"Point","coordinates":[-0.3652017,51.6082249]},"properties":{"@type":"node","@id":4770679167,"@timestamp":1494602743},"coords":"51.6082249,-0.3652017","bedrooms":"2","price":"224000","area":"574"} , +{"type":"Feature","id":"n4770679177","geometry":{"type":"Point","coordinates":[-0.3810097,51.5815996]},"properties":{"@type":"node","@id":4770679177,"@timestamp":1491122226},"coords":"51.5815996,-0.3810097","bedrooms":"4","price":"222000","area":"397"} , +{"type":"Feature","id":"n4770820821","geometry":{"type":"Point","coordinates":[0.0539017,51.6464051]},"properties":{"@type":"node","@id":4770820821,"@timestamp":1562865544},"coords":"51.6464051,0.0539017","bedrooms":"2","price":"182000","area":"359"} , +{"type":"Feature","id":"n4771004219","geometry":{"type":"Point","coordinates":[-0.9761598,51.1480033]},"properties":{"@type":"node","@id":4771004219,"@timestamp":1491140126},"coords":"51.1480033,-0.9761598","bedrooms":"3","price":"176000","area":"477"} , +{"type":"Feature","id":"n4771016640","geometry":{"type":"Point","coordinates":[-0.9760029,51.1480966]},"properties":{"@type":"node","@id":4771016640,"@timestamp":1491140126},"coords":"51.1480966,-0.9760029","bedrooms":"2","price":"174000","area":"566"} , +{"type":"Feature","id":"n4771016680","geometry":{"type":"Point","coordinates":[-0.9755239,51.1478996]},"properties":{"@type":"node","@id":4771016680,"@timestamp":1491140127},"coords":"51.1478996,-0.9755239","bedrooms":"3","price":"159000","area":"503"} , +{"type":"Feature","id":"n4771263089","geometry":{"type":"Point","coordinates":[-0.4490199,51.3947645]},"properties":{"@type":"node","@id":4771263089,"@timestamp":1574100755},"coords":"51.3947645,-0.4490199","bedrooms":"1","price":"224000","area":"401"} , +{"type":"Feature","id":"n4771412515","geometry":{"type":"Point","coordinates":[0.8291106,51.8805711]},"properties":{"@type":"node","@id":4771412515,"@timestamp":1597815030},"coords":"51.8805711,0.8291106","bedrooms":"3","price":"172000","area":"665"} , +{"type":"Feature","id":"n4771537143","geometry":{"type":"Point","coordinates":[-0.1072625,51.4334452]},"properties":{"@type":"node","@id":4771537143,"@timestamp":1506787861},"coords":"51.4334452,-0.1072625","bedrooms":"2","price":"177000","area":"446"} , +{"type":"Feature","id":"n4771896880","geometry":{"type":"Point","coordinates":[-0.7525818,51.6609886]},"properties":{"@type":"node","@id":4771896880,"@timestamp":1491174887},"coords":"51.6609886,-0.7525818","bedrooms":"2","price":"268000","area":"435"} , +{"type":"Feature","id":"n4771917525","geometry":{"type":"Point","coordinates":[-0.7657176,51.6707152]},"properties":{"@type":"node","@id":4771917525,"@timestamp":1552690750},"coords":"51.6707152,-0.7657176","bedrooms":"4","price":"161000","area":"647"} , +{"type":"Feature","id":"n4772588735","geometry":{"type":"Point","coordinates":[-0.3679505,51.2518827]},"properties":{"@type":"node","@id":4772588735,"@timestamp":1491216034},"coords":"51.2518827,-0.3679505","bedrooms":"4","price":"239000","area":"445"} , +{"type":"Feature","id":"n4773020605","geometry":{"type":"Point","coordinates":[-0.1863524,51.4625604]},"properties":{"@type":"node","@id":4773020605,"@timestamp":1491227420},"coords":"51.4625604,-0.1863524","bedrooms":"3","price":"249000","area":"354"} , +{"type":"Feature","id":"n4773218837","geometry":{"type":"Point","coordinates":[-0.327764,51.1815521]},"properties":{"@type":"node","@id":4773218837,"@timestamp":1491236135},"coords":"51.1815521,-0.327764","bedrooms":"4","price":"190000","area":"426"} , +{"type":"Feature","id":"n4773509658","geometry":{"type":"Point","coordinates":[-0.3217449,51.1809622]},"properties":{"@type":"node","@id":4773509658,"@timestamp":1491247903},"coords":"51.1809622,-0.3217449","bedrooms":"4","price":"257000","area":"443"} , +{"type":"Feature","id":"n4773615225","geometry":{"type":"Point","coordinates":[-0.7410912,51.2529169]},"properties":{"@type":"node","@id":4773615225,"@timestamp":1625496280},"coords":"51.2529169,-0.7410912","bedrooms":"2","price":"155000","area":"555"} , +{"type":"Feature","id":"n4773732482","geometry":{"type":"Point","coordinates":[-0.7456668,51.6295996]},"properties":{"@type":"node","@id":4773732482,"@timestamp":1491255914},"coords":"51.6295996,-0.7456668","bedrooms":"1","price":"207000","area":"515"} , +{"type":"Feature","id":"n4773877780","geometry":{"type":"Point","coordinates":[-0.0159236,51.4658756]},"properties":{"@type":"node","@id":4773877780,"@timestamp":1615889938},"coords":"51.4658756,-0.0159236","bedrooms":"2","price":"173000","area":"546"} , +{"type":"Feature","id":"n4774577285","geometry":{"type":"Point","coordinates":[-0.0823599,51.5023215]},"properties":{"@type":"node","@id":4774577285,"@timestamp":1601831509},"coords":"51.5023215,-0.0823599","bedrooms":"1","price":"220000","area":"615"} , +{"type":"Feature","id":"n4774817786","geometry":{"type":"Point","coordinates":[-0.1203724,51.4300718]},"properties":{"@type":"node","@id":4774817786,"@timestamp":1491313237},"coords":"51.4300718,-0.1203724","bedrooms":"2","price":"237000","area":"438"} , +{"type":"Feature","id":"n4775013244","geometry":{"type":"Point","coordinates":[-0.0815474,51.5030575]},"properties":{"@type":"node","@id":4775013244,"@timestamp":1491320667},"coords":"51.5030575,-0.0815474","bedrooms":"1","price":"207000","area":"471"} , +{"type":"Feature","id":"n4775013257","geometry":{"type":"Point","coordinates":[-0.0822593,51.5035086]},"properties":{"@type":"node","@id":4775013257,"@timestamp":1491320668},"coords":"51.5035086,-0.0822593","bedrooms":"1","price":"153000","area":"543"} , +{"type":"Feature","id":"n4775679099","geometry":{"type":"Point","coordinates":[0.1552369,50.9480302]},"properties":{"@type":"node","@id":4775679099,"@timestamp":1491337991},"coords":"50.9480302,0.1552369","bedrooms":"3","price":"291000","area":"613"} , +{"type":"Feature","id":"n4775822526","geometry":{"type":"Point","coordinates":[-1.0877873,51.266478]},"properties":{"@type":"node","@id":4775822526,"@timestamp":1528538180},"coords":"51.266478,-1.0877873","bedrooms":"0","price":"274000","area":"683"} , +{"type":"Feature","id":"n4775922562","geometry":{"type":"Point","coordinates":[-0.0573187,51.5419264]},"properties":{"@type":"node","@id":4775922562,"@timestamp":1587599842},"coords":"51.5419264,-0.0573187","bedrooms":"4","price":"199000","area":"364"} , +{"type":"Feature","id":"n4775932339","geometry":{"type":"Point","coordinates":[0.476066,51.7350873]},"properties":{"@type":"node","@id":4775932339,"@timestamp":1491352564},"coords":"51.7350873,0.476066","bedrooms":"3","price":"169000","area":"681"} , +{"type":"Feature","id":"n4776549859","geometry":{"type":"Point","coordinates":[-0.143038,51.45599]},"properties":{"@type":"node","@id":4776549859,"@timestamp":1491386294},"coords":"51.45599,-0.143038","bedrooms":"1","price":"173000","area":"389"} , +{"type":"Feature","id":"n4776719573","geometry":{"type":"Point","coordinates":[-0.0759049,51.5112716]},"properties":{"@type":"node","@id":4776719573,"@timestamp":1602228331},"coords":"51.5112716,-0.0759049","bedrooms":"1","price":"262000","area":"438"} , +{"type":"Feature","id":"n4776911712","geometry":{"type":"Point","coordinates":[-0.1207491,51.5126979]},"properties":{"@type":"node","@id":4776911712,"@timestamp":1632576179},"coords":"51.5126979,-0.1207491","bedrooms":"2","price":"173000","area":"620"} , +{"type":"Feature","id":"n4777479816","geometry":{"type":"Point","coordinates":[-0.410598,51.1874733]},"properties":{"@type":"node","@id":4777479816,"@timestamp":1491420305},"coords":"51.1874733,-0.410598","bedrooms":"3","price":"252000","area":"552"} , +{"type":"Feature","id":"n4777722259","geometry":{"type":"Point","coordinates":[-0.514516,51.2054782]},"properties":{"@type":"node","@id":4777722259,"@timestamp":1491427726},"coords":"51.2054782,-0.514516","bedrooms":"3","price":"209000","area":"571"} , +{"type":"Feature","id":"n4777852950","geometry":{"type":"Point","coordinates":[-0.1446706,51.5120147]},"properties":{"@type":"node","@id":4777852950,"@timestamp":1613259577},"coords":"51.5120147,-0.1446706","bedrooms":"4","price":"225000","area":"682"} , +{"type":"Feature","id":"n4777970417","geometry":{"type":"Point","coordinates":[-0.0805063,51.511347]},"properties":{"@type":"node","@id":4777970417,"@timestamp":1491446463},"coords":"51.511347,-0.0805063","bedrooms":"2","price":"208000","area":"549"} , +{"type":"Feature","id":"n4778412560","geometry":{"type":"Point","coordinates":[-0.525365,51.3770333]},"properties":{"@type":"node","@id":4778412560,"@timestamp":1491468168},"coords":"51.3770333,-0.525365","bedrooms":"4","price":"213000","area":"386"} , +{"type":"Feature","id":"n4778674734","geometry":{"type":"Point","coordinates":[-0.333158,51.1750438]},"properties":{"@type":"node","@id":4778674734,"@timestamp":1491476359},"coords":"51.1750438,-0.333158","bedrooms":"1","price":"262000","area":"657"} , +{"type":"Feature","id":"n4778888351","geometry":{"type":"Point","coordinates":[-0.3368326,51.1861013]},"properties":{"@type":"node","@id":4778888351,"@timestamp":1491483645},"coords":"51.1861013,-0.3368326","bedrooms":"4","price":"230000","area":"559"} , +{"type":"Feature","id":"n4779511338","geometry":{"type":"Point","coordinates":[-0.0871442,51.5049039]},"properties":{"@type":"node","@id":4779511338,"@timestamp":1491501165},"coords":"51.5049039,-0.0871442","bedrooms":"2","price":"252000","area":"557"} , +{"type":"Feature","id":"n4779514963","geometry":{"type":"Point","coordinates":[-0.0912496,51.5063]},"properties":{"@type":"node","@id":4779514963,"@timestamp":1553719247},"coords":"51.5063,-0.0912496","bedrooms":"2","price":"153000","area":"549"} , +{"type":"Feature","id":"n4779813291","geometry":{"type":"Point","coordinates":[-0.2822812,51.4552314]},"properties":{"@type":"node","@id":4779813291,"@timestamp":1491508003},"coords":"51.4552314,-0.2822812","bedrooms":"0","price":"236000","area":"400"} , +{"type":"Feature","id":"n4779813301","geometry":{"type":"Point","coordinates":[-0.2823812,51.4537036]},"properties":{"@type":"node","@id":4779813301,"@timestamp":1491508004},"coords":"51.4537036,-0.2823812","bedrooms":"0","price":"289000","area":"672"} , +{"type":"Feature","id":"n4779813316","geometry":{"type":"Point","coordinates":[-0.2750147,51.4557823]},"properties":{"@type":"node","@id":4779813316,"@timestamp":1491508004},"coords":"51.4557823,-0.2750147","bedrooms":"0","price":"199000","area":"478"} , +{"type":"Feature","id":"n4779813426","geometry":{"type":"Point","coordinates":[-0.2852822,51.4548937]},"properties":{"@type":"node","@id":4779813426,"@timestamp":1491508004},"coords":"51.4548937,-0.2852822","bedrooms":"1","price":"236000","area":"535"} , +{"type":"Feature","id":"n4779813436","geometry":{"type":"Point","coordinates":[-0.2661194,51.456128]},"properties":{"@type":"node","@id":4779813436,"@timestamp":1491508005},"coords":"51.456128,-0.2661194","bedrooms":"2","price":"283000","area":"634"} , +{"type":"Feature","id":"n4779813448","geometry":{"type":"Point","coordinates":[-0.2719422,51.4543345]},"properties":{"@type":"node","@id":4779813448,"@timestamp":1491508005},"coords":"51.4543345,-0.2719422","bedrooms":"0","price":"246000","area":"673"} , +{"type":"Feature","id":"n4780422438","geometry":{"type":"Point","coordinates":[-0.2160903,51.4628784]},"properties":{"@type":"node","@id":4780422438,"@timestamp":1598809550},"coords":"51.4628784,-0.2160903","bedrooms":"4","price":"281000","area":"547"} , +{"type":"Feature","id":"n4780661007","geometry":{"type":"Point","coordinates":[-0.2132654,51.4666554]},"properties":{"@type":"node","@id":4780661007,"@timestamp":1611878069},"coords":"51.4666554,-0.2132654","bedrooms":"4","price":"252000","area":"458"} , +{"type":"Feature","id":"n4781069442","geometry":{"type":"Point","coordinates":[-0.1385225,51.4814505]},"properties":{"@type":"node","@id":4781069442,"@timestamp":1603639105},"coords":"51.4814505,-0.1385225","bedrooms":"1","price":"218000","area":"654"} , +{"type":"Feature","id":"n4781198766","geometry":{"type":"Point","coordinates":[-0.0477629,51.8116771]},"properties":{"@type":"node","@id":4781198766,"@timestamp":1491571769},"coords":"51.8116771,-0.0477629","bedrooms":"4","price":"174000","area":"590"} , +{"type":"Feature","id":"n4781199357","geometry":{"type":"Point","coordinates":[-0.111423,51.5125302]},"properties":{"@type":"node","@id":4781199357,"@timestamp":1491571595},"coords":"51.5125302,-0.111423","bedrooms":"4","price":"186000","area":"545"} , +{"type":"Feature","id":"n4781313657","geometry":{"type":"Point","coordinates":[-0.8244479,51.7298678]},"properties":{"@type":"node","@id":4781313657,"@timestamp":1491576256},"coords":"51.7298678,-0.8244479","bedrooms":"3","price":"189000","area":"397"} , +{"type":"Feature","id":"n4781696590","geometry":{"type":"Point","coordinates":[-0.5072974,51.4351175]},"properties":{"@type":"node","@id":4781696590,"@timestamp":1564908081},"coords":"51.4351175,-0.5072974","bedrooms":"3","price":"187000","area":"403"} , +{"type":"Feature","id":"n4781713451","geometry":{"type":"Point","coordinates":[-0.5012748,51.4294619]},"properties":{"@type":"node","@id":4781713451,"@timestamp":1491592435},"coords":"51.4294619,-0.5012748","bedrooms":"3","price":"284000","area":"641"} , +{"type":"Feature","id":"n4781739375","geometry":{"type":"Point","coordinates":[-0.4973386,51.4300453]},"properties":{"@type":"node","@id":4781739375,"@timestamp":1602269771},"coords":"51.4300453,-0.4973386","bedrooms":"4","price":"252000","area":"673"} , +{"type":"Feature","id":"n4781807205","geometry":{"type":"Point","coordinates":[0.0090054,51.4688918]},"properties":{"@type":"node","@id":4781807205,"@timestamp":1491595971},"coords":"51.4688918,0.0090054","bedrooms":"3","price":"237000","area":"556"} , +{"type":"Feature","id":"n4781877528","geometry":{"type":"Point","coordinates":[-0.4645004,51.4014707]},"properties":{"@type":"node","@id":4781877528,"@timestamp":1621934447},"coords":"51.4014707,-0.4645004","bedrooms":"4","price":"194000","area":"695"} , +{"type":"Feature","id":"n4781989133","geometry":{"type":"Point","coordinates":[0.0067613,51.4672869]},"properties":{"@type":"node","@id":4781989133,"@timestamp":1558994060},"coords":"51.4672869,0.0067613","bedrooms":"0","price":"266000","area":"545"} , +{"type":"Feature","id":"n4781997122","geometry":{"type":"Point","coordinates":[0.0086181,51.4677643]},"properties":{"@type":"node","@id":4781997122,"@timestamp":1491605870},"coords":"51.4677643,0.0086181","bedrooms":"3","price":"285000","area":"521"} , +{"type":"Feature","id":"n4782008663","geometry":{"type":"Point","coordinates":[0.4727453,51.735523]},"properties":{"@type":"node","@id":4782008663,"@timestamp":1491607639},"coords":"51.735523,0.4727453","bedrooms":"1","price":"172000","area":"655"} , +{"type":"Feature","id":"n4782008673","geometry":{"type":"Point","coordinates":[0.4731993,51.7352638]},"properties":{"@type":"node","@id":4782008673,"@timestamp":1617826621},"coords":"51.7352638,0.4731993","bedrooms":"0","price":"251000","area":"576"} , +{"type":"Feature","id":"n4782008683","geometry":{"type":"Point","coordinates":[0.4729348,51.7348452]},"properties":{"@type":"node","@id":4782008683,"@timestamp":1617826621},"coords":"51.7348452,0.4729348","bedrooms":"0","price":"210000","area":"605"} , +{"type":"Feature","id":"n4782789621","geometry":{"type":"Point","coordinates":[-0.6342111,51.3994716]},"properties":{"@type":"node","@id":4782789621,"@timestamp":1491650903},"coords":"51.3994716,-0.6342111","bedrooms":"0","price":"209000","area":"380"} , +{"type":"Feature","id":"n4782861181","geometry":{"type":"Point","coordinates":[0.5443941,51.3867971]},"properties":{"@type":"node","@id":4782861181,"@timestamp":1543945962},"coords":"51.3867971,0.5443941","bedrooms":"0","price":"220000","area":"486"} , +{"type":"Feature","id":"n4783252064","geometry":{"type":"Point","coordinates":[-0.192828,51.4561793]},"properties":{"@type":"node","@id":4783252064,"@timestamp":1622639752},"coords":"51.4561793,-0.192828","bedrooms":"0","price":"274000","area":"408"} , +{"type":"Feature","id":"n4783294907","geometry":{"type":"Point","coordinates":[-0.4564675,51.3990215]},"properties":{"@type":"node","@id":4783294907,"@timestamp":1533071320},"coords":"51.3990215,-0.4564675","bedrooms":"0","price":"271000","area":"533"} , +{"type":"Feature","id":"n4783491839","geometry":{"type":"Point","coordinates":[-1.1041267,51.275114]},"properties":{"@type":"node","@id":4783491839,"@timestamp":1492623430},"coords":"51.275114,-1.1041267","bedrooms":"0","price":"265000","area":"402"} , +{"type":"Feature","id":"n4783510043","geometry":{"type":"Point","coordinates":[-0.4489895,51.3959337]},"properties":{"@type":"node","@id":4783510043,"@timestamp":1491681834},"coords":"51.3959337,-0.4489895","bedrooms":"1","price":"246000","area":"585"} , +{"type":"Feature","id":"n4783530462","geometry":{"type":"Point","coordinates":[-0.4381729,51.3966703]},"properties":{"@type":"node","@id":4783530462,"@timestamp":1491682591},"coords":"51.3966703,-0.4381729","bedrooms":"4","price":"250000","area":"478"} , +{"type":"Feature","id":"n4783617479","geometry":{"type":"Point","coordinates":[-0.4339239,51.390901]},"properties":{"@type":"node","@id":4783617479,"@timestamp":1491686751},"coords":"51.390901,-0.4339239","bedrooms":"3","price":"278000","area":"578"} , +{"type":"Feature","id":"n4783694060","geometry":{"type":"Point","coordinates":[0.6896255,51.069004]},"properties":{"@type":"node","@id":4783694060,"@timestamp":1626699381},"coords":"51.069004,0.6896255","bedrooms":"2","price":"183000","area":"623"} , +{"type":"Feature","id":"n4784450521","geometry":{"type":"Point","coordinates":[-0.0033996,51.1466366]},"properties":{"@type":"node","@id":4784450521,"@timestamp":1491742341},"coords":"51.1466366,-0.0033996","bedrooms":"3","price":"212000","area":"561"} , +{"type":"Feature","id":"n4784457921","geometry":{"type":"Point","coordinates":[-0.1256728,51.513198]},"properties":{"@type":"node","@id":4784457921,"@timestamp":1540198431},"coords":"51.513198,-0.1256728","bedrooms":"2","price":"193000","area":"515"} , +{"type":"Feature","id":"n4784534357","geometry":{"type":"Point","coordinates":[-0.1307661,51.4640664]},"properties":{"@type":"node","@id":4784534357,"@timestamp":1491746718},"coords":"51.4640664,-0.1307661","bedrooms":"2","price":"159000","area":"385"} , +{"type":"Feature","id":"n4784630161","geometry":{"type":"Point","coordinates":[0.0122523,51.469935]},"properties":{"@type":"node","@id":4784630161,"@timestamp":1491752501},"coords":"51.469935,0.0122523","bedrooms":"0","price":"165000","area":"603"} , +{"type":"Feature","id":"n4784661573","geometry":{"type":"Point","coordinates":[-0.0024493,51.4720046]},"properties":{"@type":"node","@id":4784661573,"@timestamp":1624894436},"coords":"51.4720046,-0.0024493","bedrooms":"2","price":"250000","area":"472"} , +{"type":"Feature","id":"n4784945140","geometry":{"type":"Point","coordinates":[-0.0054142,51.4724476]},"properties":{"@type":"node","@id":4784945140,"@timestamp":1576305686},"coords":"51.4724476,-0.0054142","bedrooms":"3","price":"260000","area":"519"} , +{"type":"Feature","id":"n4785028495","geometry":{"type":"Point","coordinates":[-0.5584457,51.403526]},"properties":{"@type":"node","@id":4785028495,"@timestamp":1491768888},"coords":"51.403526,-0.5584457","bedrooms":"0","price":"203000","area":"421"} , +{"type":"Feature","id":"n4785097022","geometry":{"type":"Point","coordinates":[-0.5426849,51.4329168]},"properties":{"@type":"node","@id":4785097022,"@timestamp":1579781280},"coords":"51.4329168,-0.5426849","bedrooms":"2","price":"243000","area":"443"} , +{"type":"Feature","id":"n4785610521","geometry":{"type":"Point","coordinates":[-1.0902404,51.2622967]},"properties":{"@type":"node","@id":4785610521,"@timestamp":1629497616},"coords":"51.2622967,-1.0902404","bedrooms":"3","price":"210000","area":"429"} , +{"type":"Feature","id":"n4785719786","geometry":{"type":"Point","coordinates":[-0.2719634,51.43249]},"properties":{"@type":"node","@id":4785719786,"@timestamp":1491810823},"coords":"51.43249,-0.2719634","bedrooms":"1","price":"231000","area":"485"} , +{"type":"Feature","id":"n4785719796","geometry":{"type":"Point","coordinates":[-0.2728623,51.4324679]},"properties":{"@type":"node","@id":4785719796,"@timestamp":1491810823},"coords":"51.4324679,-0.2728623","bedrooms":"0","price":"281000","area":"472"} , +{"type":"Feature","id":"n4785719806","geometry":{"type":"Point","coordinates":[-0.2735348,51.4343875]},"properties":{"@type":"node","@id":4785719806,"@timestamp":1491810823},"coords":"51.4343875,-0.2735348","bedrooms":"4","price":"215000","area":"679"} , +{"type":"Feature","id":"n4785719862","geometry":{"type":"Point","coordinates":[-0.267698,51.4343122]},"properties":{"@type":"node","@id":4785719862,"@timestamp":1491810824},"coords":"51.4343122,-0.267698","bedrooms":"2","price":"279000","area":"614"} , +{"type":"Feature","id":"n4785719898","geometry":{"type":"Point","coordinates":[-0.2587835,51.4375297]},"properties":{"@type":"node","@id":4785719898,"@timestamp":1491810825},"coords":"51.4375297,-0.2587835","bedrooms":"4","price":"166000","area":"693"} , +{"type":"Feature","id":"n4785719943","geometry":{"type":"Point","coordinates":[-0.2687211,51.4392948]},"properties":{"@type":"node","@id":4785719943,"@timestamp":1491810826},"coords":"51.4392948,-0.2687211","bedrooms":"1","price":"284000","area":"371"} , +{"type":"Feature","id":"n4786167089","geometry":{"type":"Point","coordinates":[-1.0369824,51.9225191]},"properties":{"@type":"node","@id":4786167089,"@timestamp":1491828295},"coords":"51.9225191,-1.0369824","bedrooms":"3","price":"258000","area":"666"} , +{"type":"Feature","id":"n4786167103","geometry":{"type":"Point","coordinates":[-1.0478613,51.935496]},"properties":{"@type":"node","@id":4786167103,"@timestamp":1491828296},"coords":"51.935496,-1.0478613","bedrooms":"0","price":"279000","area":"585"} , +{"type":"Feature","id":"n4786167119","geometry":{"type":"Point","coordinates":[-1.0579691,51.9226322]},"properties":{"@type":"node","@id":4786167119,"@timestamp":1635249588},"coords":"51.9226322,-1.0579691","bedrooms":"1","price":"188000","area":"406"} , +{"type":"Feature","id":"n4786167548","geometry":{"type":"Point","coordinates":[-1.0278924,51.9286277]},"properties":{"@type":"node","@id":4786167548,"@timestamp":1491828297},"coords":"51.9286277,-1.0278924","bedrooms":"1","price":"264000","area":"447"} , +{"type":"Feature","id":"n4786167568","geometry":{"type":"Point","coordinates":[-1.0295902,51.9247902]},"properties":{"@type":"node","@id":4786167568,"@timestamp":1491828298},"coords":"51.9247902,-1.0295902","bedrooms":"1","price":"159000","area":"647"} , +{"type":"Feature","id":"n4786167589","geometry":{"type":"Point","coordinates":[-1.0509298,51.9314243]},"properties":{"@type":"node","@id":4786167589,"@timestamp":1491828298},"coords":"51.9314243,-1.0509298","bedrooms":"4","price":"182000","area":"551"} , +{"type":"Feature","id":"n4786627196","geometry":{"type":"Point","coordinates":[-0.1349487,51.459489]},"properties":{"@type":"node","@id":4786627196,"@timestamp":1491842672},"coords":"51.459489,-0.1349487","bedrooms":"0","price":"221000","area":"698"} , +{"type":"Feature","id":"n4786917043","geometry":{"type":"Point","coordinates":[-0.0692948,51.2258243]},"properties":{"@type":"node","@id":4786917043,"@timestamp":1491851297},"coords":"51.2258243,-0.0692948","bedrooms":"0","price":"248000","area":"472"} , +{"type":"Feature","id":"n4787248383","geometry":{"type":"Point","coordinates":[-0.171856,51.4801348]},"properties":{"@type":"node","@id":4787248383,"@timestamp":1491865818},"coords":"51.4801348,-0.171856","bedrooms":"1","price":"288000","area":"650"} , +{"type":"Feature","id":"n4788332854","geometry":{"type":"Point","coordinates":[-0.2690235,51.886653]},"properties":{"@type":"node","@id":4788332854,"@timestamp":1491917075},"coords":"51.886653,-0.2690235","bedrooms":"3","price":"299000","area":"364"} , +{"type":"Feature","id":"n4788724024","geometry":{"type":"Point","coordinates":[-0.2344611,51.3283411]},"properties":{"@type":"node","@id":4788724024,"@timestamp":1491933791},"coords":"51.3283411,-0.2344611","bedrooms":"4","price":"199000","area":"553"} , +{"type":"Feature","id":"n4788971738","geometry":{"type":"Point","coordinates":[-0.7725247,51.2328876]},"properties":{"@type":"node","@id":4788971738,"@timestamp":1505377864},"coords":"51.2328876,-0.7725247","bedrooms":"3","price":"240000","area":"398"} , +{"type":"Feature","id":"n4789109122","geometry":{"type":"Point","coordinates":[-0.7516177,51.6276128]},"properties":{"@type":"node","@id":4789109122,"@timestamp":1538504046},"coords":"51.6276128,-0.7516177","bedrooms":"0","price":"254000","area":"518"} , +{"type":"Feature","id":"n4789110222","geometry":{"type":"Point","coordinates":[-0.7549776,51.6293315]},"properties":{"@type":"node","@id":4789110222,"@timestamp":1544701867},"coords":"51.6293315,-0.7549776","bedrooms":"4","price":"236000","area":"536"} , +{"type":"Feature","id":"n4789182721","geometry":{"type":"Point","coordinates":[-0.7530967,51.6285136]},"properties":{"@type":"node","@id":4789182721,"@timestamp":1548291449},"coords":"51.6285136,-0.7530967","bedrooms":"2","price":"244000","area":"397"} , +{"type":"Feature","id":"n4789201723","geometry":{"type":"Point","coordinates":[-0.7562636,51.629802]},"properties":{"@type":"node","@id":4789201723,"@timestamp":1540124342},"coords":"51.629802,-0.7562636","bedrooms":"3","price":"188000","area":"675"} , +{"type":"Feature","id":"n4789201829","geometry":{"type":"Point","coordinates":[-0.7686261,51.6360194]},"properties":{"@type":"node","@id":4789201829,"@timestamp":1530726374},"coords":"51.6360194,-0.7686261","bedrooms":"0","price":"206000","area":"377"} , +{"type":"Feature","id":"n4789224410","geometry":{"type":"Point","coordinates":[-0.9784394,51.1465902]},"properties":{"@type":"node","@id":4789224410,"@timestamp":1491961202},"coords":"51.1465902,-0.9784394","bedrooms":"3","price":"196000","area":"509"} , +{"type":"Feature","id":"n4790161713","geometry":{"type":"Point","coordinates":[0.0161912,51.4698905]},"properties":{"@type":"node","@id":4790161713,"@timestamp":1492010728},"coords":"51.4698905,0.0161912","bedrooms":"2","price":"274000","area":"491"} , +{"type":"Feature","id":"n4790529329","geometry":{"type":"Point","coordinates":[-0.1080114,51.5686359]},"properties":{"@type":"node","@id":4790529329,"@timestamp":1492023509},"coords":"51.5686359,-0.1080114","bedrooms":"4","price":"206000","area":"426"} , +{"type":"Feature","id":"n4790825630","geometry":{"type":"Point","coordinates":[-0.9738511,51.1467747]},"properties":{"@type":"node","@id":4790825630,"@timestamp":1492037348},"coords":"51.1467747,-0.9738511","bedrooms":"3","price":"159000","area":"570"} , +{"type":"Feature","id":"n4790853007","geometry":{"type":"Point","coordinates":[-0.187597,51.5117361]},"properties":{"@type":"node","@id":4790853007,"@timestamp":1578323260},"coords":"51.5117361,-0.187597","bedrooms":"4","price":"273000","area":"357"} , +{"type":"Feature","id":"n4791363830","geometry":{"type":"Point","coordinates":[0.1855745,51.6142437]},"properties":{"@type":"node","@id":4791363830,"@timestamp":1492073689},"coords":"51.6142437,0.1855745","bedrooms":"2","price":"277000","area":"405"} , +{"type":"Feature","id":"n4791563559","geometry":{"type":"Point","coordinates":[0.1882866,51.3158255]},"properties":{"@type":"node","@id":4791563559,"@timestamp":1492083993},"coords":"51.3158255,0.1882866","bedrooms":"2","price":"180000","area":"589"} , +{"type":"Feature","id":"n4791735645","geometry":{"type":"Point","coordinates":[-0.525867,51.3763808]},"properties":{"@type":"node","@id":4791735645,"@timestamp":1492092400},"coords":"51.3763808,-0.525867","bedrooms":"1","price":"216000","area":"505"} , +{"type":"Feature","id":"n4792179066","geometry":{"type":"Point","coordinates":[0.0842954,50.9738858]},"properties":{"@type":"node","@id":4792179066,"@timestamp":1492110820},"coords":"50.9738858,0.0842954","bedrooms":"1","price":"175000","area":"655"} , +{"type":"Feature","id":"n4792211044","geometry":{"type":"Point","coordinates":[-0.5583169,51.3173657]},"properties":{"@type":"node","@id":4792211044,"@timestamp":1492111809},"coords":"51.3173657,-0.5583169","bedrooms":"2","price":"260000","area":"514"} , +{"type":"Feature","id":"n4792288231","geometry":{"type":"Point","coordinates":[-0.7409882,51.3173024]},"properties":{"@type":"node","@id":4792288231,"@timestamp":1492115069},"coords":"51.3173024,-0.7409882","bedrooms":"0","price":"201000","area":"395"} , +{"type":"Feature","id":"n4792457141","geometry":{"type":"Point","coordinates":[-0.6594739,51.8046105]},"properties":{"@type":"node","@id":4792457141,"@timestamp":1581257454},"coords":"51.8046105,-0.6594739","bedrooms":"1","price":"258000","area":"476"} , +{"type":"Feature","id":"n4792984049","geometry":{"type":"Point","coordinates":[-0.4379939,51.569623]},"properties":{"@type":"node","@id":4792984049,"@timestamp":1492511737},"coords":"51.569623,-0.4379939","bedrooms":"2","price":"228000","area":"585"} , +{"type":"Feature","id":"n4793241766","geometry":{"type":"Point","coordinates":[-0.7002203,51.8314967]},"properties":{"@type":"node","@id":4793241766,"@timestamp":1492169223},"coords":"51.8314967,-0.7002203","bedrooms":"1","price":"267000","area":"414"} , +{"type":"Feature","id":"n4793637792","geometry":{"type":"Point","coordinates":[-0.7511714,51.4143436]},"properties":{"@type":"node","@id":4793637792,"@timestamp":1549747580},"coords":"51.4143436,-0.7511714","bedrooms":"2","price":"204000","area":"519"} , +{"type":"Feature","id":"n4793809789","geometry":{"type":"Point","coordinates":[0.7295584,51.3698928]},"properties":{"@type":"node","@id":4793809789,"@timestamp":1543945964},"coords":"51.3698928,0.7295584","bedrooms":"4","price":"172000","area":"573"} , +{"type":"Feature","id":"n4793809801","geometry":{"type":"Point","coordinates":[0.7295228,51.3777828]},"properties":{"@type":"node","@id":4793809801,"@timestamp":1543945967},"coords":"51.3777828,0.7295228","bedrooms":"4","price":"221000","area":"551"} , +{"type":"Feature","id":"n4793995290","geometry":{"type":"Point","coordinates":[-0.7471114,51.4018384]},"properties":{"@type":"node","@id":4793995290,"@timestamp":1492199244},"coords":"51.4018384,-0.7471114","bedrooms":"4","price":"288000","area":"586"} , +{"type":"Feature","id":"n4794211313","geometry":{"type":"Point","coordinates":[-0.1272033,51.4629211]},"properties":{"@type":"node","@id":4794211313,"@timestamp":1589621581},"coords":"51.4629211,-0.1272033","bedrooms":"0","price":"198000","area":"455"} , +{"type":"Feature","id":"n4794214026","geometry":{"type":"Point","coordinates":[-0.1278884,51.4626023]},"properties":{"@type":"node","@id":4794214026,"@timestamp":1492208854},"coords":"51.4626023,-0.1278884","bedrooms":"0","price":"150000","area":"376"} , +{"type":"Feature","id":"n4794228069","geometry":{"type":"Point","coordinates":[-0.1260022,51.4599895]},"properties":{"@type":"node","@id":4794228069,"@timestamp":1492209825},"coords":"51.4599895,-0.1260022","bedrooms":"0","price":"218000","area":"673"} , +{"type":"Feature","id":"n4794666922","geometry":{"type":"Point","coordinates":[-0.1235093,51.5124076]},"properties":{"@type":"node","@id":4794666922,"@timestamp":1603470530},"coords":"51.5124076,-0.1235093","bedrooms":"0","price":"231000","area":"545"} , +{"type":"Feature","id":"n4794875713","geometry":{"type":"Point","coordinates":[-0.1792442,51.9000405]},"properties":{"@type":"node","@id":4794875713,"@timestamp":1492249458},"coords":"51.9000405,-0.1792442","bedrooms":"4","price":"277000","area":"443"} , +{"type":"Feature","id":"n4795055718","geometry":{"type":"Point","coordinates":[0.7041128,51.5823779]},"properties":{"@type":"node","@id":4795055718,"@timestamp":1492257805},"coords":"51.5823779,0.7041128","bedrooms":"2","price":"175000","area":"550"} , +{"type":"Feature","id":"n4795095278","geometry":{"type":"Point","coordinates":[0.7055336,51.5822098]},"properties":{"@type":"node","@id":4795095278,"@timestamp":1610045098},"coords":"51.5822098,0.7055336","bedrooms":"2","price":"200000","area":"521"} , +{"type":"Feature","id":"n4795101161","geometry":{"type":"Point","coordinates":[0.7004744,51.5869019]},"properties":{"@type":"node","@id":4795101161,"@timestamp":1492260527},"coords":"51.5869019,0.7004744","bedrooms":"4","price":"271000","area":"628"} , +{"type":"Feature","id":"n4795562789","geometry":{"type":"Point","coordinates":[-0.7085434,51.332804]},"properties":{"@type":"node","@id":4795562789,"@timestamp":1534538132},"coords":"51.332804,-0.7085434","bedrooms":"2","price":"192000","area":"501"} , +{"type":"Feature","id":"n4795581008","geometry":{"type":"Point","coordinates":[-0.7921602,51.2185221]},"properties":{"@type":"node","@id":4795581008,"@timestamp":1629023400},"coords":"51.2185221,-0.7921602","bedrooms":"1","price":"239000","area":"363"} , +{"type":"Feature","id":"n4795760067","geometry":{"type":"Point","coordinates":[-0.7925674,51.2118915]},"properties":{"@type":"node","@id":4795760067,"@timestamp":1512294557},"coords":"51.2118915,-0.7925674","bedrooms":"2","price":"154000","area":"358"} , +{"type":"Feature","id":"n4796024976","geometry":{"type":"Point","coordinates":[-0.1690393,51.5158464]},"properties":{"@type":"node","@id":4796024976,"@timestamp":1492311042},"coords":"51.5158464,-0.1690393","bedrooms":"4","price":"271000","area":"524"} , +{"type":"Feature","id":"n4796241171","geometry":{"type":"Point","coordinates":[-0.1234697,51.5110631]},"properties":{"@type":"node","@id":4796241171,"@timestamp":1558607014},"coords":"51.5110631,-0.1234697","bedrooms":"4","price":"245000","area":"490"} , +{"type":"Feature","id":"n4796603759","geometry":{"type":"Point","coordinates":[-0.1354709,51.511502]},"properties":{"@type":"node","@id":4796603759,"@timestamp":1521606067},"coords":"51.511502,-0.1354709","bedrooms":"1","price":"232000","area":"689"} , +{"type":"Feature","id":"n4796869850","geometry":{"type":"Point","coordinates":[-0.6618685,51.7936481]},"properties":{"@type":"node","@id":4796869850,"@timestamp":1563884911},"coords":"51.7936481,-0.6618685","bedrooms":"3","price":"181000","area":"370"} , +{"type":"Feature","id":"n4797029736","geometry":{"type":"Point","coordinates":[0.1321256,51.0560098]},"properties":{"@type":"node","@id":4797029736,"@timestamp":1492369512},"coords":"51.0560098,0.1321256","bedrooms":"0","price":"176000","area":"603"} , +{"type":"Feature","id":"n4797199088","geometry":{"type":"Point","coordinates":[-0.5647472,51.4032861]},"properties":{"@type":"node","@id":4797199088,"@timestamp":1524945984},"coords":"51.4032861,-0.5647472","bedrooms":"1","price":"236000","area":"573"} , +{"type":"Feature","id":"n4797395791","geometry":{"type":"Point","coordinates":[-0.2094002,51.4257534]},"properties":{"@type":"node","@id":4797395791,"@timestamp":1492386297},"coords":"51.4257534,-0.2094002","bedrooms":"4","price":"239000","area":"620"} , +{"type":"Feature","id":"n4798620781","geometry":{"type":"Point","coordinates":[-0.4918945,51.7557881]},"properties":{"@type":"node","@id":4798620781,"@timestamp":1492425366},"coords":"51.7557881,-0.4918945","bedrooms":"0","price":"235000","area":"385"} , +{"type":"Feature","id":"n4798826154","geometry":{"type":"Point","coordinates":[-0.3991425,51.6555541]},"properties":{"@type":"node","@id":4798826154,"@timestamp":1569856158},"coords":"51.6555541,-0.3991425","bedrooms":"2","price":"277000","area":"539"} , +{"type":"Feature","id":"n4799309025","geometry":{"type":"Point","coordinates":[-0.2002201,51.4217592]},"properties":{"@type":"node","@id":4799309025,"@timestamp":1624215364},"coords":"51.4217592,-0.2002201","bedrooms":"2","price":"183000","area":"398"} , +{"type":"Feature","id":"n4799777443","geometry":{"type":"Point","coordinates":[-0.6832318,51.3720477]},"properties":{"@type":"node","@id":4799777443,"@timestamp":1552434992},"coords":"51.3720477,-0.6832318","bedrooms":"4","price":"223000","area":"371"} , +{"type":"Feature","id":"n4799899785","geometry":{"type":"Point","coordinates":[-0.1988749,51.9058859]},"properties":{"@type":"node","@id":4799899785,"@timestamp":1492468137},"coords":"51.9058859,-0.1988749","bedrooms":"0","price":"174000","area":"613"} , +{"type":"Feature","id":"n4799903869","geometry":{"type":"Point","coordinates":[-0.1780042,51.903368]},"properties":{"@type":"node","@id":4799903869,"@timestamp":1492468571},"coords":"51.903368,-0.1780042","bedrooms":"4","price":"165000","area":"368"} , +{"type":"Feature","id":"n4800377221","geometry":{"type":"Point","coordinates":[-0.1347305,51.5042691]},"properties":{"@type":"node","@id":4800377221,"@timestamp":1558620194},"coords":"51.5042691,-0.1347305","bedrooms":"1","price":"281000","area":"623"} , +{"type":"Feature","id":"n4801493867","geometry":{"type":"Point","coordinates":[-0.2085183,51.4200609]},"properties":{"@type":"node","@id":4801493867,"@timestamp":1576713936},"coords":"51.4200609,-0.2085183","bedrooms":"1","price":"177000","area":"465"} , +{"type":"Feature","id":"n4802106555","geometry":{"type":"Point","coordinates":[-0.0751241,51.4913212]},"properties":{"@type":"node","@id":4802106555,"@timestamp":1619834658},"coords":"51.4913212,-0.0751241","bedrooms":"2","price":"291000","area":"447"} , +{"type":"Feature","id":"n4802214763","geometry":{"type":"Point","coordinates":[-0.7579909,51.2955895]},"properties":{"@type":"node","@id":4802214763,"@timestamp":1634854422},"coords":"51.2955895,-0.7579909","bedrooms":"2","price":"156000","area":"669"} , +{"type":"Feature","id":"n4802279301","geometry":{"type":"Point","coordinates":[-0.7758861,51.2948098]},"properties":{"@type":"node","@id":4802279301,"@timestamp":1551237774},"coords":"51.2948098,-0.7758861","bedrooms":"2","price":"221000","area":"549"} , +{"type":"Feature","id":"n4802339744","geometry":{"type":"Point","coordinates":[-0.7756986,51.304781]},"properties":{"@type":"node","@id":4802339744,"@timestamp":1492545469},"coords":"51.304781,-0.7756986","bedrooms":"2","price":"262000","area":"587"} , +{"type":"Feature","id":"n4802534736","geometry":{"type":"Point","coordinates":[-0.1272854,51.4605701]},"properties":{"@type":"node","@id":4802534736,"@timestamp":1589707659},"coords":"51.4605701,-0.1272854","bedrooms":"3","price":"249000","area":"363"} , +{"type":"Feature","id":"n4802534746","geometry":{"type":"Point","coordinates":[-0.1281945,51.4608916]},"properties":{"@type":"node","@id":4802534746,"@timestamp":1492554794},"coords":"51.4608916,-0.1281945","bedrooms":"0","price":"180000","area":"608"} , +{"type":"Feature","id":"n4802539053","geometry":{"type":"Point","coordinates":[-0.1229537,51.4594807]},"properties":{"@type":"node","@id":4802539053,"@timestamp":1492555236},"coords":"51.4594807,-0.1229537","bedrooms":"1","price":"173000","area":"519"} , +{"type":"Feature","id":"n4802549316","geometry":{"type":"Point","coordinates":[-0.1170906,51.4629341]},"properties":{"@type":"node","@id":4802549316,"@timestamp":1492556065},"coords":"51.4629341,-0.1170906","bedrooms":"2","price":"167000","area":"442"} , +{"type":"Feature","id":"n4802590533","geometry":{"type":"Point","coordinates":[-0.4020471,51.6555652]},"properties":{"@type":"node","@id":4802590533,"@timestamp":1493894889},"coords":"51.6555652,-0.4020471","bedrooms":"1","price":"236000","area":"425"} , +{"type":"Feature","id":"n4802967751","geometry":{"type":"Point","coordinates":[-0.414588,51.6571949]},"properties":{"@type":"node","@id":4802967751,"@timestamp":1612208743},"coords":"51.6571949,-0.414588","bedrooms":"4","price":"268000","area":"627"} , +{"type":"Feature","id":"n4803557548","geometry":{"type":"Point","coordinates":[-0.9772621,51.4627937]},"properties":{"@type":"node","@id":4803557548,"@timestamp":1602442885},"coords":"51.4627937,-0.9772621","bedrooms":"3","price":"288000","area":"572"} , +{"type":"Feature","id":"n4803649899","geometry":{"type":"Point","coordinates":[-0.3407043,51.2425923]},"properties":{"@type":"node","@id":4803649899,"@timestamp":1492605530},"coords":"51.2425923,-0.3407043","bedrooms":"2","price":"160000","area":"522"} , +{"type":"Feature","id":"n4803649909","geometry":{"type":"Point","coordinates":[-0.3454,51.2440182]},"properties":{"@type":"node","@id":4803649909,"@timestamp":1492605531},"coords":"51.2440182,-0.3454","bedrooms":"1","price":"237000","area":"599"} , +{"type":"Feature","id":"n4804443647","geometry":{"type":"Point","coordinates":[-0.0421207,51.5350773]},"properties":{"@type":"node","@id":4804443647,"@timestamp":1594070417},"coords":"51.5350773,-0.0421207","bedrooms":"0","price":"242000","area":"593"} , +{"type":"Feature","id":"n4804810869","geometry":{"type":"Point","coordinates":[-0.9790247,51.1460802]},"properties":{"@type":"node","@id":4804810869,"@timestamp":1492647951},"coords":"51.1460802,-0.9790247","bedrooms":"1","price":"194000","area":"360"} , +{"type":"Feature","id":"n4804811444","geometry":{"type":"Point","coordinates":[-0.9765128,51.1461488]},"properties":{"@type":"node","@id":4804811444,"@timestamp":1492647952},"coords":"51.1461488,-0.9765128","bedrooms":"4","price":"267000","area":"622"} , +{"type":"Feature","id":"n4805670654","geometry":{"type":"Point","coordinates":[-0.3157418,51.2143413]},"properties":{"@type":"node","@id":4805670654,"@timestamp":1492689118},"coords":"51.2143413,-0.3157418","bedrooms":"0","price":"199000","area":"599"} , +{"type":"Feature","id":"n4806337630","geometry":{"type":"Point","coordinates":[-0.7759851,51.3043898]},"properties":{"@type":"node","@id":4806337630,"@timestamp":1492714989},"coords":"51.3043898,-0.7759851","bedrooms":"2","price":"224000","area":"352"} , +{"type":"Feature","id":"n4806383518","geometry":{"type":"Point","coordinates":[-0.7759082,51.3115686]},"properties":{"@type":"node","@id":4806383518,"@timestamp":1568143168},"coords":"51.3115686,-0.7759082","bedrooms":"3","price":"271000","area":"628"} , +{"type":"Feature","id":"n4806425449","geometry":{"type":"Point","coordinates":[-0.228392,51.4899898]},"properties":{"@type":"node","@id":4806425449,"@timestamp":1616631141},"coords":"51.4899898,-0.228392","bedrooms":"4","price":"217000","area":"557"} , +{"type":"Feature","id":"n4806637562","geometry":{"type":"Point","coordinates":[-0.47297,51.7540213]},"properties":{"@type":"node","@id":4806637562,"@timestamp":1492727838},"coords":"51.7540213,-0.47297","bedrooms":"4","price":"169000","area":"674"} , +{"type":"Feature","id":"n4806740235","geometry":{"type":"Point","coordinates":[-0.1744891,51.5028245]},"properties":{"@type":"node","@id":4806740235,"@timestamp":1586692537},"coords":"51.5028245,-0.1744891","bedrooms":"0","price":"254000","area":"406"} , +{"type":"Feature","id":"n4807140252","geometry":{"type":"Point","coordinates":[-0.4607357,51.3724188]},"properties":{"@type":"node","@id":4807140252,"@timestamp":1492762536},"coords":"51.3724188,-0.4607357","bedrooms":"0","price":"198000","area":"361"} , +{"type":"Feature","id":"n4807216278","geometry":{"type":"Point","coordinates":[-0.9932045,51.4563188]},"properties":{"@type":"node","@id":4807216278,"@timestamp":1508442460},"coords":"51.4563188,-0.9932045","bedrooms":"2","price":"247000","area":"399"} , +{"type":"Feature","id":"n4807365405","geometry":{"type":"Point","coordinates":[-0.2328129,51.4844909]},"properties":{"@type":"node","@id":4807365405,"@timestamp":1608116980},"coords":"51.4844909,-0.2328129","bedrooms":"0","price":"173000","area":"638"} , +{"type":"Feature","id":"n4807815243","geometry":{"type":"Point","coordinates":[-0.1965968,51.4391371]},"properties":{"@type":"node","@id":4807815243,"@timestamp":1492789624},"coords":"51.4391371,-0.1965968","bedrooms":"4","price":"296000","area":"522"} , +{"type":"Feature","id":"n4808035601","geometry":{"type":"Point","coordinates":[-0.7582488,51.7775282]},"properties":{"@type":"node","@id":4808035601,"@timestamp":1632047874},"coords":"51.7775282,-0.7582488","bedrooms":"4","price":"211000","area":"413"} , +{"type":"Feature","id":"n4808259724","geometry":{"type":"Point","coordinates":[-0.8031273,51.293981]},"properties":{"@type":"node","@id":4808259724,"@timestamp":1531435710},"coords":"51.293981,-0.8031273","bedrooms":"2","price":"186000","area":"665"} , +{"type":"Feature","id":"n4808445320","geometry":{"type":"Point","coordinates":[-0.9937947,51.4564418]},"properties":{"@type":"node","@id":4808445320,"@timestamp":1526907693},"coords":"51.4564418,-0.9937947","bedrooms":"3","price":"242000","area":"378"} , +{"type":"Feature","id":"n4808445630","geometry":{"type":"Point","coordinates":[-0.9938357,51.4561963]},"properties":{"@type":"node","@id":4808445630,"@timestamp":1554569010},"coords":"51.4561963,-0.9938357","bedrooms":"4","price":"234000","area":"560"} , +{"type":"Feature","id":"n4808667900","geometry":{"type":"Point","coordinates":[-0.9801358,51.1451569]},"properties":{"@type":"node","@id":4808667900,"@timestamp":1492817939},"coords":"51.1451569,-0.9801358","bedrooms":"3","price":"171000","area":"407"} , +{"type":"Feature","id":"n4809493378","geometry":{"type":"Point","coordinates":[-0.9780557,51.1473004]},"properties":{"@type":"node","@id":4809493378,"@timestamp":1492856243},"coords":"51.1473004,-0.9780557","bedrooms":"0","price":"250000","area":"613"} , +{"type":"Feature","id":"n4809493408","geometry":{"type":"Point","coordinates":[-0.9778184,51.1468289]},"properties":{"@type":"node","@id":4809493408,"@timestamp":1492856244},"coords":"51.1468289,-0.9778184","bedrooms":"0","price":"171000","area":"687"} , +{"type":"Feature","id":"n4809933359","geometry":{"type":"Point","coordinates":[0.5244567,51.3806844]},"properties":{"@type":"node","@id":4809933359,"@timestamp":1635175642},"coords":"51.3806844,0.5244567","bedrooms":"4","price":"269000","area":"434"} , +{"type":"Feature","id":"n4809933369","geometry":{"type":"Point","coordinates":[0.5192964,51.3787133]},"properties":{"@type":"node","@id":4809933369,"@timestamp":1543945976},"coords":"51.3787133,0.5192964","bedrooms":"4","price":"217000","area":"411"} , +{"type":"Feature","id":"n4809933381","geometry":{"type":"Point","coordinates":[0.5245503,51.3806546]},"properties":{"@type":"node","@id":4809933381,"@timestamp":1492876203},"coords":"51.3806546,0.5245503","bedrooms":"0","price":"157000","area":"606"} , +{"type":"Feature","id":"n4809933391","geometry":{"type":"Point","coordinates":[0.5212375,51.3804043]},"properties":{"@type":"node","@id":4809933391,"@timestamp":1543945983},"coords":"51.3804043,0.5212375","bedrooms":"1","price":"231000","area":"360"} , +{"type":"Feature","id":"n4809989859","geometry":{"type":"Point","coordinates":[-0.9229432,51.2624735]},"properties":{"@type":"node","@id":4809989859,"@timestamp":1535742061},"coords":"51.2624735,-0.9229432","bedrooms":"4","price":"210000","area":"627"} , +{"type":"Feature","id":"n4810057921","geometry":{"type":"Point","coordinates":[-0.9541227,51.2665312]},"properties":{"@type":"node","@id":4810057921,"@timestamp":1532336700},"coords":"51.2665312,-0.9541227","bedrooms":"0","price":"226000","area":"680"} , +{"type":"Feature","id":"n4810138444","geometry":{"type":"Point","coordinates":[-0.9029442,51.3024204]},"properties":{"@type":"node","@id":4810138444,"@timestamp":1492885170},"coords":"51.3024204,-0.9029442","bedrooms":"2","price":"259000","area":"696"} , +{"type":"Feature","id":"n4810176545","geometry":{"type":"Point","coordinates":[-0.0053066,51.5077057]},"properties":{"@type":"node","@id":4810176545,"@timestamp":1564908081},"coords":"51.5077057,-0.0053066","bedrooms":"1","price":"161000","area":"354"} , +{"type":"Feature","id":"n4810197784","geometry":{"type":"Point","coordinates":[-0.8702167,51.3134474]},"properties":{"@type":"node","@id":4810197784,"@timestamp":1492887569},"coords":"51.3134474,-0.8702167","bedrooms":"4","price":"251000","area":"427"} , +{"type":"Feature","id":"n4810439295","geometry":{"type":"Point","coordinates":[-0.1809091,51.4201345]},"properties":{"@type":"node","@id":4810439295,"@timestamp":1492893541},"coords":"51.4201345,-0.1809091","bedrooms":"4","price":"179000","area":"364"} , +{"type":"Feature","id":"n4811895123","geometry":{"type":"Point","coordinates":[-1.0143779,51.4449588]},"properties":{"@type":"node","@id":4811895123,"@timestamp":1552601410},"coords":"51.4449588,-1.0143779","bedrooms":"0","price":"152000","area":"645"} , +{"type":"Feature","id":"n4812009066","geometry":{"type":"Point","coordinates":[-1.0023267,51.4469011]},"properties":{"@type":"node","@id":4812009066,"@timestamp":1626102153},"coords":"51.4469011,-1.0023267","bedrooms":"1","price":"285000","area":"383"} , +{"type":"Feature","id":"n4812025772","geometry":{"type":"Point","coordinates":[-0.9988842,51.4474257]},"properties":{"@type":"node","@id":4812025772,"@timestamp":1626092239},"coords":"51.4474257,-0.9988842","bedrooms":"4","price":"290000","area":"357"} , +{"type":"Feature","id":"n4812094748","geometry":{"type":"Point","coordinates":[-1.0063557,51.4415934]},"properties":{"@type":"node","@id":4812094748,"@timestamp":1551237775},"coords":"51.4415934,-1.0063557","bedrooms":"0","price":"250000","area":"425"} , +{"type":"Feature","id":"n4812202803","geometry":{"type":"Point","coordinates":[-0.9496772,51.4137598]},"properties":{"@type":"node","@id":4812202803,"@timestamp":1619170631},"coords":"51.4137598,-0.9496772","bedrooms":"0","price":"287000","area":"563"} , +{"type":"Feature","id":"n4812498221","geometry":{"type":"Point","coordinates":[-0.2136468,51.4342969]},"properties":{"@type":"node","@id":4812498221,"@timestamp":1492994103},"coords":"51.4342969,-0.2136468","bedrooms":"1","price":"202000","area":"466"} , +{"type":"Feature","id":"n4813415961","geometry":{"type":"Point","coordinates":[0.0949972,51.7682722]},"properties":{"@type":"node","@id":4813415961,"@timestamp":1612749329},"coords":"51.7682722,0.0949972","bedrooms":"0","price":"214000","area":"623"} , +{"type":"Feature","id":"n4813419816","geometry":{"type":"Point","coordinates":[0.0951757,51.7679674]},"properties":{"@type":"node","@id":4813419816,"@timestamp":1612749329},"coords":"51.7679674,0.0951757","bedrooms":"1","price":"187000","area":"365"} , +{"type":"Feature","id":"n4813655389","geometry":{"type":"Point","coordinates":[0.0831461,51.7680986]},"properties":{"@type":"node","@id":4813655389,"@timestamp":1493046424},"coords":"51.7680986,0.0831461","bedrooms":"1","price":"227000","area":"562"} , +{"type":"Feature","id":"n4813926026","geometry":{"type":"Point","coordinates":[-0.7020179,51.3296349]},"properties":{"@type":"node","@id":4813926026,"@timestamp":1508166903},"coords":"51.3296349,-0.7020179","bedrooms":"0","price":"191000","area":"509"} , +{"type":"Feature","id":"n4813961691","geometry":{"type":"Point","coordinates":[-0.7796196,51.3305605]},"properties":{"@type":"node","@id":4813961691,"@timestamp":1493059620},"coords":"51.3305605,-0.7796196","bedrooms":"1","price":"250000","area":"550"} , +{"type":"Feature","id":"n4813981623","geometry":{"type":"Point","coordinates":[-0.7210569,51.3224793]},"properties":{"@type":"node","@id":4813981623,"@timestamp":1493060924},"coords":"51.3224793,-0.7210569","bedrooms":"2","price":"235000","area":"535"} , +{"type":"Feature","id":"n4814040526","geometry":{"type":"Point","coordinates":[-0.7989797,51.3289328]},"properties":{"@type":"node","@id":4814040526,"@timestamp":1493062353},"coords":"51.3289328,-0.7989797","bedrooms":"4","price":"179000","area":"621"} , +{"type":"Feature","id":"n4814212252","geometry":{"type":"Point","coordinates":[-0.0651575,51.5061152]},"properties":{"@type":"node","@id":4814212252,"@timestamp":1501969028},"coords":"51.5061152,-0.0651575","bedrooms":"1","price":"164000","area":"479"} , +{"type":"Feature","id":"n4814212262","geometry":{"type":"Point","coordinates":[-0.0638506,51.5061457]},"properties":{"@type":"node","@id":4814212262,"@timestamp":1501969028},"coords":"51.5061457,-0.0638506","bedrooms":"4","price":"184000","area":"390"} , +{"type":"Feature","id":"n4814212272","geometry":{"type":"Point","coordinates":[-0.063356,51.5062661]},"properties":{"@type":"node","@id":4814212272,"@timestamp":1493068650},"coords":"51.5062661,-0.063356","bedrooms":"1","price":"211000","area":"499"} , +{"type":"Feature","id":"n4814212282","geometry":{"type":"Point","coordinates":[-0.0609587,51.5062352]},"properties":{"@type":"node","@id":4814212282,"@timestamp":1493068650},"coords":"51.5062352,-0.0609587","bedrooms":"1","price":"169000","area":"659"} , +{"type":"Feature","id":"n4814212292","geometry":{"type":"Point","coordinates":[-0.0632013,51.505986]},"properties":{"@type":"node","@id":4814212292,"@timestamp":1536153439},"coords":"51.505986,-0.0632013","bedrooms":"3","price":"266000","area":"452"} , +{"type":"Feature","id":"n4814212302","geometry":{"type":"Point","coordinates":[-0.064924,51.5059454]},"properties":{"@type":"node","@id":4814212302,"@timestamp":1536153438},"coords":"51.5059454,-0.064924","bedrooms":"3","price":"152000","area":"503"} , +{"type":"Feature","id":"n4814212312","geometry":{"type":"Point","coordinates":[-0.0619088,51.5062081]},"properties":{"@type":"node","@id":4814212312,"@timestamp":1493068651},"coords":"51.5062081,-0.0619088","bedrooms":"4","price":"295000","area":"526"} , +{"type":"Feature","id":"n4814263259","geometry":{"type":"Point","coordinates":[-0.0406731,51.5041738]},"properties":{"@type":"node","@id":4814263259,"@timestamp":1493069826},"coords":"51.5041738,-0.0406731","bedrooms":"0","price":"186000","area":"526"} , +{"type":"Feature","id":"n4814434449","geometry":{"type":"Point","coordinates":[0.6204718,51.1688555]},"properties":{"@type":"node","@id":4814434449,"@timestamp":1493076412},"coords":"51.1688555,0.6204718","bedrooms":"4","price":"237000","area":"506"} , +{"type":"Feature","id":"n4815001115","geometry":{"type":"Point","coordinates":[0.4982828,51.3704928]},"properties":{"@type":"node","@id":4815001115,"@timestamp":1495178032},"coords":"51.3704928,0.4982828","bedrooms":"0","price":"277000","area":"645"} , +{"type":"Feature","id":"n4815001231","geometry":{"type":"Point","coordinates":[0.498695,51.3694314]},"properties":{"@type":"node","@id":4815001231,"@timestamp":1493105410},"coords":"51.3694314,0.498695","bedrooms":"1","price":"163000","area":"599"} , +{"type":"Feature","id":"n4815472116","geometry":{"type":"Point","coordinates":[0.586207,51.3463889]},"properties":{"@type":"node","@id":4815472116,"@timestamp":1493122485},"coords":"51.3463889,0.586207","bedrooms":"0","price":"232000","area":"394"} , +{"type":"Feature","id":"n4815472526","geometry":{"type":"Point","coordinates":[0.5851229,51.3467824]},"properties":{"@type":"node","@id":4815472526,"@timestamp":1543946003},"coords":"51.3467824,0.5851229","bedrooms":"2","price":"233000","area":"423"} , +{"type":"Feature","id":"n4816290277","geometry":{"type":"Point","coordinates":[-0.8695742,51.9021874]},"properties":{"@type":"node","@id":4816290277,"@timestamp":1493144212},"coords":"51.9021874,-0.8695742","bedrooms":"4","price":"255000","area":"367"} , +{"type":"Feature","id":"n4816489206","geometry":{"type":"Point","coordinates":[-0.7941222,51.3383522]},"properties":{"@type":"node","@id":4816489206,"@timestamp":1578003532},"coords":"51.3383522,-0.7941222","bedrooms":"4","price":"214000","area":"549"} , +{"type":"Feature","id":"n4817565895","geometry":{"type":"Point","coordinates":[0.5052032,51.3862473]},"properties":{"@type":"node","@id":4817565895,"@timestamp":1493193089},"coords":"51.3862473,0.5052032","bedrooms":"3","price":"240000","area":"557"} , +{"type":"Feature","id":"n4818107707","geometry":{"type":"Point","coordinates":[-0.0802229,51.4455402]},"properties":{"@type":"node","@id":4818107707,"@timestamp":1493209316},"coords":"51.4455402,-0.0802229","bedrooms":"3","price":"180000","area":"533"} , +{"type":"Feature","id":"n4818149166","geometry":{"type":"Point","coordinates":[-0.0856145,51.4511093]},"properties":{"@type":"node","@id":4818149166,"@timestamp":1493211499},"coords":"51.4511093,-0.0856145","bedrooms":"0","price":"272000","area":"620"} , +{"type":"Feature","id":"n4818237776","geometry":{"type":"Point","coordinates":[-0.0853799,51.4493476]},"properties":{"@type":"node","@id":4818237776,"@timestamp":1493215674},"coords":"51.4493476,-0.0853799","bedrooms":"2","price":"276000","area":"538"} , +{"type":"Feature","id":"n4818238051","geometry":{"type":"Point","coordinates":[-0.0849946,51.4490024]},"properties":{"@type":"node","@id":4818238051,"@timestamp":1543689623},"coords":"51.4490024,-0.0849946","bedrooms":"1","price":"196000","area":"464"} , +{"type":"Feature","id":"n4818555852","geometry":{"type":"Point","coordinates":[-0.8302186,51.3425228]},"properties":{"@type":"node","@id":4818555852,"@timestamp":1551237777},"coords":"51.3425228,-0.8302186","bedrooms":"3","price":"299000","area":"653"} , +{"type":"Feature","id":"n4818562629","geometry":{"type":"Point","coordinates":[-0.8292292,51.3422527]},"properties":{"@type":"node","@id":4818562629,"@timestamp":1493229769},"coords":"51.3422527,-0.8292292","bedrooms":"2","price":"168000","area":"410"} , +{"type":"Feature","id":"n4818749062","geometry":{"type":"Point","coordinates":[-0.8426504,51.342618]},"properties":{"@type":"node","@id":4818749062,"@timestamp":1493236695},"coords":"51.342618,-0.8426504","bedrooms":"0","price":"233000","area":"461"} , +{"type":"Feature","id":"n4818935389","geometry":{"type":"Point","coordinates":[0.0163801,50.9946243]},"properties":{"@type":"node","@id":4818935389,"@timestamp":1617135393},"coords":"50.9946243,0.0163801","bedrooms":"1","price":"202000","area":"482"} , +{"type":"Feature","id":"n4819047819","geometry":{"type":"Point","coordinates":[-0.1198397,51.501789]},"properties":{"@type":"node","@id":4819047819,"@timestamp":1493253098},"coords":"51.501789,-0.1198397","bedrooms":"1","price":"198000","area":"404"} , +{"type":"Feature","id":"n4820261498","geometry":{"type":"Point","coordinates":[0.1924462,51.5754136]},"properties":{"@type":"node","@id":4820261498,"@timestamp":1493299093},"coords":"51.5754136,0.1924462","bedrooms":"4","price":"208000","area":"576"} , +{"type":"Feature","id":"n4821238475","geometry":{"type":"Point","coordinates":[-0.8825313,51.3716118]},"properties":{"@type":"node","@id":4821238475,"@timestamp":1622934098},"coords":"51.3716118,-0.8825313","bedrooms":"4","price":"227000","area":"448"} , +{"type":"Feature","id":"n4821310502","geometry":{"type":"Point","coordinates":[-0.8309439,51.3793005]},"properties":{"@type":"node","@id":4821310502,"@timestamp":1493325262},"coords":"51.3793005,-0.8309439","bedrooms":"4","price":"231000","area":"461"} , +{"type":"Feature","id":"n4821340392","geometry":{"type":"Point","coordinates":[-0.8141305,51.3822961]},"properties":{"@type":"node","@id":4821340392,"@timestamp":1617044543},"coords":"51.3822961,-0.8141305","bedrooms":"0","price":"240000","area":"608"} , +{"type":"Feature","id":"n4821896129","geometry":{"type":"Point","coordinates":[-0.1282104,51.5119416]},"properties":{"@type":"node","@id":4821896129,"@timestamp":1568455743},"coords":"51.5119416,-0.1282104","bedrooms":"2","price":"256000","area":"669"} , +{"type":"Feature","id":"n4822749350","geometry":{"type":"Point","coordinates":[0.029312,51.4104359]},"properties":{"@type":"node","@id":4822749350,"@timestamp":1493378890},"coords":"51.4104359,0.029312","bedrooms":"4","price":"162000","area":"526"} , +{"type":"Feature","id":"n4823398960","geometry":{"type":"Point","coordinates":[0.8908628,51.3157697]},"properties":{"@type":"node","@id":4823398960,"@timestamp":1615566770},"coords":"51.3157697,0.8908628","bedrooms":"0","price":"234000","area":"692"} , +{"type":"Feature","id":"n4823398972","geometry":{"type":"Point","coordinates":[0.7995883,51.3279027]},"properties":{"@type":"node","@id":4823398972,"@timestamp":1493399144},"coords":"51.3279027,0.7995883","bedrooms":"1","price":"183000","area":"541"} , +{"type":"Feature","id":"n4823398982","geometry":{"type":"Point","coordinates":[0.7999493,51.3278445]},"properties":{"@type":"node","@id":4823398982,"@timestamp":1543946014},"coords":"51.3278445,0.7999493","bedrooms":"2","price":"275000","area":"418"} , +{"type":"Feature","id":"n4823433262","geometry":{"type":"Point","coordinates":[-0.0035916,51.6625172]},"properties":{"@type":"node","@id":4823433262,"@timestamp":1618080243},"coords":"51.6625172,-0.0035916","bedrooms":"1","price":"202000","area":"656"} , +{"type":"Feature","id":"n4824052610","geometry":{"type":"Point","coordinates":[-0.1606986,51.2199727]},"properties":{"@type":"node","@id":4824052610,"@timestamp":1629224024},"coords":"51.2199727,-0.1606986","bedrooms":"3","price":"254000","area":"387"} , +{"type":"Feature","id":"n4825024926","geometry":{"type":"Point","coordinates":[-0.3306394,51.1968036]},"properties":{"@type":"node","@id":4825024926,"@timestamp":1493468758},"coords":"51.1968036,-0.3306394","bedrooms":"0","price":"187000","area":"584"} , +{"type":"Feature","id":"n4825024936","geometry":{"type":"Point","coordinates":[-0.3283206,51.1935461]},"properties":{"@type":"node","@id":4825024936,"@timestamp":1493468758},"coords":"51.1935461,-0.3283206","bedrooms":"1","price":"211000","area":"367"} , +{"type":"Feature","id":"n4825406572","geometry":{"type":"Point","coordinates":[0.5908011,51.3520839]},"properties":{"@type":"node","@id":4825406572,"@timestamp":1543946020},"coords":"51.3520839,0.5908011","bedrooms":"2","price":"217000","area":"359"} , +{"type":"Feature","id":"n4825406582","geometry":{"type":"Point","coordinates":[0.5901583,51.3521629]},"properties":{"@type":"node","@id":4825406582,"@timestamp":1493478378},"coords":"51.3521629,0.5901583","bedrooms":"3","price":"188000","area":"472"} , +{"type":"Feature","id":"n4825406592","geometry":{"type":"Point","coordinates":[0.594915,51.3484769]},"properties":{"@type":"node","@id":4825406592,"@timestamp":1546512012},"coords":"51.3484769,0.594915","bedrooms":"2","price":"239000","area":"362"} , +{"type":"Feature","id":"n4825610772","geometry":{"type":"Point","coordinates":[0.6068211,51.3637864]},"properties":{"@type":"node","@id":4825610772,"@timestamp":1602024551},"coords":"51.3637864,0.6068211","bedrooms":"3","price":"166000","area":"612"} , +{"type":"Feature","id":"n4825610782","geometry":{"type":"Point","coordinates":[0.6091139,51.3640595]},"properties":{"@type":"node","@id":4825610782,"@timestamp":1493486660},"coords":"51.3640595,0.6091139","bedrooms":"4","price":"188000","area":"442"} , +{"type":"Feature","id":"n4825610792","geometry":{"type":"Point","coordinates":[0.613373,51.3621887]},"properties":{"@type":"node","@id":4825610792,"@timestamp":1493486660},"coords":"51.3621887,0.613373","bedrooms":"2","price":"230000","area":"413"} , +{"type":"Feature","id":"n4825610802","geometry":{"type":"Point","coordinates":[0.6184222,51.3613725]},"properties":{"@type":"node","@id":4825610802,"@timestamp":1493486661},"coords":"51.3613725,0.6184222","bedrooms":"2","price":"257000","area":"590"} , +{"type":"Feature","id":"n4825610812","geometry":{"type":"Point","coordinates":[0.6205616,51.361086]},"properties":{"@type":"node","@id":4825610812,"@timestamp":1543946031},"coords":"51.361086,0.6205616","bedrooms":"3","price":"248000","area":"517"} , +{"type":"Feature","id":"n4825619922","geometry":{"type":"Point","coordinates":[0.6101619,51.3630963]},"properties":{"@type":"node","@id":4825619922,"@timestamp":1493486663},"coords":"51.3630963,0.6101619","bedrooms":"1","price":"234000","area":"663"} , +{"type":"Feature","id":"n4825619932","geometry":{"type":"Point","coordinates":[0.6136758,51.3673273]},"properties":{"@type":"node","@id":4825619932,"@timestamp":1543946034},"coords":"51.3673273,0.6136758","bedrooms":"4","price":"243000","area":"470"} , +{"type":"Feature","id":"n4825619942","geometry":{"type":"Point","coordinates":[0.6122201,51.3625769]},"properties":{"@type":"node","@id":4825619942,"@timestamp":1493486664},"coords":"51.3625769,0.6122201","bedrooms":"3","price":"258000","area":"566"} , +{"type":"Feature","id":"n4825619952","geometry":{"type":"Point","coordinates":[0.6071239,51.3636824]},"properties":{"@type":"node","@id":4825619952,"@timestamp":1602024551},"coords":"51.3636824,0.6071239","bedrooms":"1","price":"191000","area":"490"} , +{"type":"Feature","id":"n4825619962","geometry":{"type":"Point","coordinates":[0.6111172,51.3628178]},"properties":{"@type":"node","@id":4825619962,"@timestamp":1493486665},"coords":"51.3628178,0.6111172","bedrooms":"1","price":"263000","area":"410"} , +{"type":"Feature","id":"n4825666077","geometry":{"type":"Point","coordinates":[0.2631712,51.1356084]},"properties":{"@type":"node","@id":4825666077,"@timestamp":1591736297},"coords":"51.1356084,0.2631712","bedrooms":"3","price":"191000","area":"586"} , +{"type":"Feature","id":"n4825743825","geometry":{"type":"Point","coordinates":[-0.5968658,51.1905967]},"properties":{"@type":"node","@id":4825743825,"@timestamp":1606988577},"coords":"51.1905967,-0.5968658","bedrooms":"4","price":"225000","area":"622"} , +{"type":"Feature","id":"n4825966763","geometry":{"type":"Point","coordinates":[0.6368623,51.2812068]},"properties":{"@type":"node","@id":4825966763,"@timestamp":1539553439},"coords":"51.2812068,0.6368623","bedrooms":"3","price":"297000","area":"470"} , +{"type":"Feature","id":"n4826504270","geometry":{"type":"Point","coordinates":[0.2188823,51.0008328]},"properties":{"@type":"node","@id":4826504270,"@timestamp":1493537273},"coords":"51.0008328,0.2188823","bedrooms":"1","price":"295000","area":"625"} , +{"type":"Feature","id":"n4826555769","geometry":{"type":"Point","coordinates":[-0.0897623,51.5175532]},"properties":{"@type":"node","@id":4826555769,"@timestamp":1564908081},"coords":"51.5175532,-0.0897623","bedrooms":"1","price":"221000","area":"685"} , +{"type":"Feature","id":"n4826731974","geometry":{"type":"Point","coordinates":[0.277449,51.0192904]},"properties":{"@type":"node","@id":4826731974,"@timestamp":1493547166},"coords":"51.0192904,0.277449","bedrooms":"2","price":"251000","area":"364"} , +{"type":"Feature","id":"n4826866844","geometry":{"type":"Point","coordinates":[-0.9947319,51.4563727]},"properties":{"@type":"node","@id":4826866844,"@timestamp":1529852678},"coords":"51.4563727,-0.9947319","bedrooms":"1","price":"153000","area":"586"} , +{"type":"Feature","id":"n4826866855","geometry":{"type":"Point","coordinates":[-0.9950619,51.4564488]},"properties":{"@type":"node","@id":4826866855,"@timestamp":1556547589},"coords":"51.4564488,-0.9950619","bedrooms":"4","price":"174000","area":"446"} , +{"type":"Feature","id":"n4826955946","geometry":{"type":"Point","coordinates":[0.1320819,50.9892286]},"properties":{"@type":"node","@id":4826955946,"@timestamp":1611600534},"coords":"50.9892286,0.1320819","bedrooms":"2","price":"295000","area":"419"} , +{"type":"Feature","id":"n4827293930","geometry":{"type":"Point","coordinates":[0.8919039,51.315274]},"properties":{"@type":"node","@id":4827293930,"@timestamp":1543946043},"coords":"51.315274,0.8919039","bedrooms":"4","price":"192000","area":"385"} , +{"type":"Feature","id":"n4827293940","geometry":{"type":"Point","coordinates":[0.8905095,51.3128782]},"properties":{"@type":"node","@id":4827293940,"@timestamp":1493569986},"coords":"51.3128782,0.8905095","bedrooms":"0","price":"278000","area":"440"} , +{"type":"Feature","id":"n4827293951","geometry":{"type":"Point","coordinates":[0.8925531,51.3152081]},"properties":{"@type":"node","@id":4827293951,"@timestamp":1493569987},"coords":"51.3152081,0.8925531","bedrooms":"2","price":"217000","area":"629"} , +{"type":"Feature","id":"n4827454458","geometry":{"type":"Point","coordinates":[-0.7684879,51.2145563]},"properties":{"@type":"node","@id":4827454458,"@timestamp":1493574629},"coords":"51.2145563,-0.7684879","bedrooms":"0","price":"244000","area":"366"} , +{"type":"Feature","id":"n4827728974","geometry":{"type":"Point","coordinates":[0.0939559,51.7691934]},"properties":{"@type":"node","@id":4827728974,"@timestamp":1620917058},"coords":"51.7691934,0.0939559","bedrooms":"3","price":"184000","area":"659"} , +{"type":"Feature","id":"n4827811740","geometry":{"type":"Point","coordinates":[-0.759541,51.1993022]},"properties":{"@type":"node","@id":4827811740,"@timestamp":1493586443},"coords":"51.1993022,-0.759541","bedrooms":"1","price":"240000","area":"653"} , +{"type":"Feature","id":"n4827928180","geometry":{"type":"Point","coordinates":[-0.3230721,51.5672155]},"properties":{"@type":"node","@id":4827928180,"@timestamp":1493595244},"coords":"51.5672155,-0.3230721","bedrooms":"3","price":"285000","area":"488"} , +{"type":"Feature","id":"n4828209444","geometry":{"type":"Point","coordinates":[-0.1206169,51.5106874]},"properties":{"@type":"node","@id":4828209444,"@timestamp":1558607928},"coords":"51.5106874,-0.1206169","bedrooms":"3","price":"250000","area":"588"} , +{"type":"Feature","id":"n4828463348","geometry":{"type":"Point","coordinates":[0.4032193,51.2718021]},"properties":{"@type":"node","@id":4828463348,"@timestamp":1570371431},"coords":"51.2718021,0.4032193","bedrooms":"4","price":"158000","area":"403"} , +{"type":"Feature","id":"n4828575797","geometry":{"type":"Point","coordinates":[0.14384,51.1869743]},"properties":{"@type":"node","@id":4828575797,"@timestamp":1493639370},"coords":"51.1869743,0.14384","bedrooms":"0","price":"295000","area":"504"} , +{"type":"Feature","id":"n4828845088","geometry":{"type":"Point","coordinates":[-0.1658678,51.5284621]},"properties":{"@type":"node","@id":4828845088,"@timestamp":1609684662},"coords":"51.5284621,-0.1658678","bedrooms":"2","price":"292000","area":"380"} , +{"type":"Feature","id":"n4829005071","geometry":{"type":"Point","coordinates":[-0.1572894,51.5220573]},"properties":{"@type":"node","@id":4829005071,"@timestamp":1636275660},"coords":"51.5220573,-0.1572894","bedrooms":"3","price":"178000","area":"540"} , +{"type":"Feature","id":"n4829109508","geometry":{"type":"Point","coordinates":[0.6367289,51.5478179]},"properties":{"@type":"node","@id":4829109508,"@timestamp":1493656653},"coords":"51.5478179,0.6367289","bedrooms":"0","price":"179000","area":"374"} , +{"type":"Feature","id":"n4829122707","geometry":{"type":"Point","coordinates":[-0.9955867,51.4568478]},"properties":{"@type":"node","@id":4829122707,"@timestamp":1523176105},"coords":"51.4568478,-0.9955867","bedrooms":"0","price":"155000","area":"457"} , +{"type":"Feature","id":"n4829122717","geometry":{"type":"Point","coordinates":[-0.995533,51.4565786]},"properties":{"@type":"node","@id":4829122717,"@timestamp":1556547488},"coords":"51.4565786,-0.995533","bedrooms":"2","price":"287000","area":"548"} , +{"type":"Feature","id":"n4829130547","geometry":{"type":"Point","coordinates":[-0.0410625,51.5490368]},"properties":{"@type":"node","@id":4829130547,"@timestamp":1619009373},"coords":"51.5490368,-0.0410625","bedrooms":"3","price":"185000","area":"632"} , +{"type":"Feature","id":"n4829130557","geometry":{"type":"Point","coordinates":[-0.0408632,51.5518812]},"properties":{"@type":"node","@id":4829130557,"@timestamp":1493657457},"coords":"51.5518812,-0.0408632","bedrooms":"3","price":"202000","area":"502"} , +{"type":"Feature","id":"n4829130567","geometry":{"type":"Point","coordinates":[-0.0393762,51.5512428]},"properties":{"@type":"node","@id":4829130567,"@timestamp":1493657458},"coords":"51.5512428,-0.0393762","bedrooms":"3","price":"263000","area":"630"} , +{"type":"Feature","id":"n4829130577","geometry":{"type":"Point","coordinates":[-0.0411717,51.5531688]},"properties":{"@type":"node","@id":4829130577,"@timestamp":1493657458},"coords":"51.5531688,-0.0411717","bedrooms":"2","price":"254000","area":"679"} , +{"type":"Feature","id":"n4829130589","geometry":{"type":"Point","coordinates":[-0.0388739,51.5512804]},"properties":{"@type":"node","@id":4829130589,"@timestamp":1493657459},"coords":"51.5512804,-0.0388739","bedrooms":"3","price":"174000","area":"580"} , +{"type":"Feature","id":"n4829130599","geometry":{"type":"Point","coordinates":[-0.0379311,51.5500462]},"properties":{"@type":"node","@id":4829130599,"@timestamp":1493657459},"coords":"51.5500462,-0.0379311","bedrooms":"0","price":"260000","area":"675"} , +{"type":"Feature","id":"n4829130611","geometry":{"type":"Point","coordinates":[-0.0379606,51.5508322]},"properties":{"@type":"node","@id":4829130611,"@timestamp":1493657460},"coords":"51.5508322,-0.0379606","bedrooms":"0","price":"207000","area":"494"} , +{"type":"Feature","id":"n4829130721","geometry":{"type":"Point","coordinates":[-0.0396109,51.5509409]},"properties":{"@type":"node","@id":4829130721,"@timestamp":1493657460},"coords":"51.5509409,-0.0396109","bedrooms":"3","price":"267000","area":"383"} , +{"type":"Feature","id":"n4829130731","geometry":{"type":"Point","coordinates":[-0.0407023,51.5512308]},"properties":{"@type":"node","@id":4829130731,"@timestamp":1493657461},"coords":"51.5512308,-0.0407023","bedrooms":"4","price":"210000","area":"620"} , +{"type":"Feature","id":"n4829139602","geometry":{"type":"Point","coordinates":[-0.0426461,51.5472957]},"properties":{"@type":"node","@id":4829139602,"@timestamp":1619009373},"coords":"51.5472957,-0.0426461","bedrooms":"0","price":"260000","area":"579"} , +{"type":"Feature","id":"n4829213253","geometry":{"type":"Point","coordinates":[0.4929577,51.3075689]},"properties":{"@type":"node","@id":4829213253,"@timestamp":1498671858},"coords":"51.3075689,0.4929577","bedrooms":"1","price":"243000","area":"519"} , +{"type":"Feature","id":"n4829253117","geometry":{"type":"Point","coordinates":[0.4844119,51.3058445]},"properties":{"@type":"node","@id":4829253117,"@timestamp":1493663297},"coords":"51.3058445,0.4844119","bedrooms":"4","price":"180000","area":"396"} , +{"type":"Feature","id":"n4829472706","geometry":{"type":"Point","coordinates":[-0.207451,51.4245692]},"properties":{"@type":"node","@id":4829472706,"@timestamp":1493672270},"coords":"51.4245692,-0.207451","bedrooms":"3","price":"278000","area":"651"} , +{"type":"Feature","id":"n4830105778","geometry":{"type":"Point","coordinates":[-0.0531023,51.5096795]},"properties":{"@type":"node","@id":4830105778,"@timestamp":1628181242},"coords":"51.5096795,-0.0531023","bedrooms":"1","price":"286000","area":"664"} , +{"type":"Feature","id":"n4830259914","geometry":{"type":"Point","coordinates":[-0.3065624,51.4586304]},"properties":{"@type":"node","@id":4830259914,"@timestamp":1493710265},"coords":"51.4586304,-0.3065624","bedrooms":"4","price":"179000","area":"396"} , +{"type":"Feature","id":"n4830519318","geometry":{"type":"Point","coordinates":[-0.0404205,51.5115726]},"properties":{"@type":"node","@id":4830519318,"@timestamp":1493719108},"coords":"51.5115726,-0.0404205","bedrooms":"4","price":"279000","area":"482"} , +{"type":"Feature","id":"n4830829346","geometry":{"type":"Point","coordinates":[-1.0031881,51.4364615]},"properties":{"@type":"node","@id":4830829346,"@timestamp":1522706036},"coords":"51.4364615,-1.0031881","bedrooms":"2","price":"299000","area":"378"} , +{"type":"Feature","id":"n4831252725","geometry":{"type":"Point","coordinates":[-0.0605477,51.5032511]},"properties":{"@type":"node","@id":4831252725,"@timestamp":1630965699},"coords":"51.5032511,-0.0605477","bedrooms":"4","price":"255000","area":"394"} , +{"type":"Feature","id":"n4831469913","geometry":{"type":"Point","coordinates":[-0.8602585,51.3794653]},"properties":{"@type":"node","@id":4831469913,"@timestamp":1493754487},"coords":"51.3794653,-0.8602585","bedrooms":"0","price":"200000","area":"538"} , +{"type":"Feature","id":"n4831545817","geometry":{"type":"Point","coordinates":[-0.8597642,51.3928103]},"properties":{"@type":"node","@id":4831545817,"@timestamp":1493757590},"coords":"51.3928103,-0.8597642","bedrooms":"1","price":"244000","area":"598"} , +{"type":"Feature","id":"n4831602725","geometry":{"type":"Point","coordinates":[-0.8443887,51.4114954]},"properties":{"@type":"node","@id":4831602725,"@timestamp":1625587265},"coords":"51.4114954,-0.8443887","bedrooms":"4","price":"262000","area":"684"} , +{"type":"Feature","id":"n4831686872","geometry":{"type":"Point","coordinates":[-0.9777912,51.1480951]},"properties":{"@type":"node","@id":4831686872,"@timestamp":1493765352},"coords":"51.1480951,-0.9777912","bedrooms":"1","price":"188000","area":"492"} , +{"type":"Feature","id":"n4831686895","geometry":{"type":"Point","coordinates":[-0.9771005,51.1475989]},"properties":{"@type":"node","@id":4831686895,"@timestamp":1493765352},"coords":"51.1475989,-0.9771005","bedrooms":"3","price":"163000","area":"411"} , +{"type":"Feature","id":"n4832628831","geometry":{"type":"Point","coordinates":[-0.5913861,51.088278]},"properties":{"@type":"node","@id":4832628831,"@timestamp":1514629157},"coords":"51.088278,-0.5913861","bedrooms":"0","price":"190000","area":"634"} , +{"type":"Feature","id":"n4832678480","geometry":{"type":"Point","coordinates":[-0.4663485,51.7429153]},"properties":{"@type":"node","@id":4832678480,"@timestamp":1634154445},"coords":"51.7429153,-0.4663485","bedrooms":"0","price":"271000","area":"672"} , +{"type":"Feature","id":"n4832762490","geometry":{"type":"Point","coordinates":[-0.0858391,51.48959]},"properties":{"@type":"node","@id":4832762490,"@timestamp":1493816848},"coords":"51.48959,-0.0858391","bedrooms":"3","price":"274000","area":"472"} , +{"type":"Feature","id":"n4833561444","geometry":{"type":"Point","coordinates":[-0.3020178,51.4904553]},"properties":{"@type":"node","@id":4833561444,"@timestamp":1493849202},"coords":"51.4904553,-0.3020178","bedrooms":"3","price":"178000","area":"445"} , +{"type":"Feature","id":"n4834540174","geometry":{"type":"Point","coordinates":[-0.4026552,51.6563633]},"properties":{"@type":"node","@id":4834540174,"@timestamp":1493898219},"coords":"51.6563633,-0.4026552","bedrooms":"1","price":"203000","area":"612"} , +{"type":"Feature","id":"n4834615633","geometry":{"type":"Point","coordinates":[-0.4901404,51.7642071]},"properties":{"@type":"node","@id":4834615633,"@timestamp":1493901041},"coords":"51.7642071,-0.4901404","bedrooms":"1","price":"287000","area":"586"} , +{"type":"Feature","id":"n4835109002","geometry":{"type":"Point","coordinates":[-0.0858241,51.5145385]},"properties":{"@type":"node","@id":4835109002,"@timestamp":1624719566},"coords":"51.5145385,-0.0858241","bedrooms":"2","price":"250000","area":"506"} , +{"type":"Feature","id":"n4835747065","geometry":{"type":"Point","coordinates":[-0.2079698,51.5086551]},"properties":{"@type":"node","@id":4835747065,"@timestamp":1493942485},"coords":"51.5086551,-0.2079698","bedrooms":"1","price":"280000","area":"594"} , +{"type":"Feature","id":"n4836313891","geometry":{"type":"Point","coordinates":[-0.1979555,51.4572624]},"properties":{"@type":"node","@id":4836313891,"@timestamp":1597079743},"coords":"51.4572624,-0.1979555","bedrooms":"3","price":"248000","area":"632"} , +{"type":"Feature","id":"n4836803979","geometry":{"type":"Point","coordinates":[-0.4078986,51.6527663]},"properties":{"@type":"node","@id":4836803979,"@timestamp":1493989800},"coords":"51.6527663,-0.4078986","bedrooms":"0","price":"218000","area":"626"} , +{"type":"Feature","id":"n4837110712","geometry":{"type":"Point","coordinates":[-0.386403,51.6481752]},"properties":{"@type":"node","@id":4837110712,"@timestamp":1625659055},"coords":"51.6481752,-0.386403","bedrooms":"3","price":"243000","area":"611"} , +{"type":"Feature","id":"n4837228833","geometry":{"type":"Point","coordinates":[0.3675486,51.4391087]},"properties":{"@type":"node","@id":4837228833,"@timestamp":1634126777},"coords":"51.4391087,0.3675486","bedrooms":"0","price":"290000","area":"461"} , +{"type":"Feature","id":"n4837454938","geometry":{"type":"Point","coordinates":[-0.9659391,51.4459604]},"properties":{"@type":"node","@id":4837454938,"@timestamp":1494015685},"coords":"51.4459604,-0.9659391","bedrooms":"2","price":"218000","area":"680"} , +{"type":"Feature","id":"n4837465434","geometry":{"type":"Point","coordinates":[-0.9662365,51.4461904]},"properties":{"@type":"node","@id":4837465434,"@timestamp":1618665102},"coords":"51.4461904,-0.9662365","bedrooms":"4","price":"274000","area":"674"} , +{"type":"Feature","id":"n4837474337","geometry":{"type":"Point","coordinates":[-0.964281,51.4443569]},"properties":{"@type":"node","@id":4837474337,"@timestamp":1625933673},"coords":"51.4443569,-0.964281","bedrooms":"2","price":"211000","area":"452"} , +{"type":"Feature","id":"n4837487403","geometry":{"type":"Point","coordinates":[-0.9649937,51.4431883]},"properties":{"@type":"node","@id":4837487403,"@timestamp":1614456246},"coords":"51.4431883,-0.9649937","bedrooms":"1","price":"294000","area":"590"} , +{"type":"Feature","id":"n4837503098","geometry":{"type":"Point","coordinates":[-0.9673037,51.4396674]},"properties":{"@type":"node","@id":4837503098,"@timestamp":1494018249},"coords":"51.4396674,-0.9673037","bedrooms":"1","price":"171000","area":"685"} , +{"type":"Feature","id":"n4837662851","geometry":{"type":"Point","coordinates":[-0.1325152,51.5720623]},"properties":{"@type":"node","@id":4837662851,"@timestamp":1504565414},"coords":"51.5720623,-0.1325152","bedrooms":"1","price":"164000","area":"658"} , +{"type":"Feature","id":"n4837714960","geometry":{"type":"Point","coordinates":[-0.1148636,51.5549314]},"properties":{"@type":"node","@id":4837714960,"@timestamp":1625832216},"coords":"51.5549314,-0.1148636","bedrooms":"2","price":"288000","area":"369"} , +{"type":"Feature","id":"n4837714995","geometry":{"type":"Point","coordinates":[-0.1140925,51.554375]},"properties":{"@type":"node","@id":4837714995,"@timestamp":1494032304},"coords":"51.554375,-0.1140925","bedrooms":"1","price":"206000","area":"566"} , +{"type":"Feature","id":"n4838459932","geometry":{"type":"Point","coordinates":[-0.1587441,51.465122]},"properties":{"@type":"node","@id":4838459932,"@timestamp":1494072894},"coords":"51.465122,-0.1587441","bedrooms":"2","price":"237000","area":"492"} , +{"type":"Feature","id":"n4838688665","geometry":{"type":"Point","coordinates":[-0.5728956,51.4294987]},"properties":{"@type":"node","@id":4838688665,"@timestamp":1498761368},"coords":"51.4294987,-0.5728956","bedrooms":"1","price":"197000","area":"397"} , +{"type":"Feature","id":"n4838749765","geometry":{"type":"Point","coordinates":[-0.9767784,51.1485035]},"properties":{"@type":"node","@id":4838749765,"@timestamp":1494086150},"coords":"51.1485035,-0.9767784","bedrooms":"4","price":"157000","area":"696"} , +{"type":"Feature","id":"n4838782518","geometry":{"type":"Point","coordinates":[-0.9673777,51.447394]},"properties":{"@type":"node","@id":4838782518,"@timestamp":1614457159},"coords":"51.447394,-0.9673777","bedrooms":"0","price":"208000","area":"468"} , +{"type":"Feature","id":"n4838844718","geometry":{"type":"Point","coordinates":[0.7634622,51.4382063]},"properties":{"@type":"node","@id":4838844718,"@timestamp":1494091107},"coords":"51.4382063,0.7634622","bedrooms":"4","price":"249000","area":"435"} , +{"type":"Feature","id":"n4838849529","geometry":{"type":"Point","coordinates":[0.7523162,51.4148893]},"properties":{"@type":"node","@id":4838849529,"@timestamp":1543946086},"coords":"51.4148893,0.7523162","bedrooms":"2","price":"284000","area":"550"} , +{"type":"Feature","id":"n4838849539","geometry":{"type":"Point","coordinates":[0.7552888,51.4113447]},"properties":{"@type":"node","@id":4838849539,"@timestamp":1589235452},"coords":"51.4113447,0.7552888","bedrooms":"4","price":"282000","area":"390"} , +{"type":"Feature","id":"n4838981652","geometry":{"type":"Point","coordinates":[-0.1304704,51.56434]},"properties":{"@type":"node","@id":4838981652,"@timestamp":1500678709},"coords":"51.56434,-0.1304704","bedrooms":"1","price":"272000","area":"586"} , +{"type":"Feature","id":"n4839143893","geometry":{"type":"Point","coordinates":[-0.8883634,51.2825116]},"properties":{"@type":"node","@id":4839143893,"@timestamp":1494105129},"coords":"51.2825116,-0.8883634","bedrooms":"4","price":"260000","area":"394"} , +{"type":"Feature","id":"n4839143903","geometry":{"type":"Point","coordinates":[-0.9037263,51.2784674]},"properties":{"@type":"node","@id":4839143903,"@timestamp":1494105130},"coords":"51.2784674,-0.9037263","bedrooms":"2","price":"238000","area":"665"} , +{"type":"Feature","id":"n4839144421","geometry":{"type":"Point","coordinates":[-0.9028962,51.2563021]},"properties":{"@type":"node","@id":4839144421,"@timestamp":1494105130},"coords":"51.2563021,-0.9028962","bedrooms":"4","price":"172000","area":"416"} , +{"type":"Feature","id":"n4839144433","geometry":{"type":"Point","coordinates":[-0.913157,51.2669786]},"properties":{"@type":"node","@id":4839144433,"@timestamp":1494105131},"coords":"51.2669786,-0.913157","bedrooms":"4","price":"264000","area":"659"} , +{"type":"Feature","id":"n4839161045","geometry":{"type":"Point","coordinates":[-0.584192,50.952344]},"properties":{"@type":"node","@id":4839161045,"@timestamp":1494106314},"coords":"50.952344,-0.584192","bedrooms":"4","price":"257000","area":"458"} , +{"type":"Feature","id":"n4839161055","geometry":{"type":"Point","coordinates":[-0.5856673,50.9506204]},"properties":{"@type":"node","@id":4839161055,"@timestamp":1494106314},"coords":"50.9506204,-0.5856673","bedrooms":"4","price":"154000","area":"486"} , +{"type":"Feature","id":"n4839208472","geometry":{"type":"Point","coordinates":[-0.6127268,50.9458457]},"properties":{"@type":"node","@id":4839208472,"@timestamp":1494109508},"coords":"50.9458457,-0.6127268","bedrooms":"1","price":"164000","area":"372"} , +{"type":"Feature","id":"n4839251621","geometry":{"type":"Point","coordinates":[0.0796086,51.5164717]},"properties":{"@type":"node","@id":4839251621,"@timestamp":1564908086},"coords":"51.5164717,0.0796086","bedrooms":"0","price":"177000","area":"447"} , +{"type":"Feature","id":"n4839419775","geometry":{"type":"Point","coordinates":[-0.4081843,51.6538812]},"properties":{"@type":"node","@id":4839419775,"@timestamp":1494137293},"coords":"51.6538812,-0.4081843","bedrooms":"0","price":"245000","area":"417"} , +{"type":"Feature","id":"n4839419867","geometry":{"type":"Point","coordinates":[-0.4082236,51.6528345]},"properties":{"@type":"node","@id":4839419867,"@timestamp":1494137295},"coords":"51.6528345,-0.4082236","bedrooms":"3","price":"238000","area":"503"} , +{"type":"Feature","id":"n4839711383","geometry":{"type":"Point","coordinates":[-0.2261666,51.9797996]},"properties":{"@type":"node","@id":4839711383,"@timestamp":1494153829},"coords":"51.9797996,-0.2261666","bedrooms":"2","price":"160000","area":"369"} , +{"type":"Feature","id":"n4839795871","geometry":{"type":"Point","coordinates":[-0.1476481,51.4528558]},"properties":{"@type":"node","@id":4839795871,"@timestamp":1558884726},"coords":"51.4528558,-0.1476481","bedrooms":"3","price":"159000","area":"627"} , +{"type":"Feature","id":"n4839869033","geometry":{"type":"Point","coordinates":[-0.976639,51.1479261]},"properties":{"@type":"node","@id":4839869033,"@timestamp":1494162735},"coords":"51.1479261,-0.976639","bedrooms":"3","price":"194000","area":"568"} , +{"type":"Feature","id":"n4839936506","geometry":{"type":"Point","coordinates":[-0.9764977,51.1476878]},"properties":{"@type":"node","@id":4839936506,"@timestamp":1494166610},"coords":"51.1476878,-0.9764977","bedrooms":"2","price":"158000","area":"597"} , +{"type":"Feature","id":"n4839947532","geometry":{"type":"Point","coordinates":[-0.1200388,51.9228136]},"properties":{"@type":"node","@id":4839947532,"@timestamp":1586780695},"coords":"51.9228136,-0.1200388","bedrooms":"0","price":"174000","area":"490"} , +{"type":"Feature","id":"n4840107735","geometry":{"type":"Point","coordinates":[0.3274669,50.9572318]},"properties":{"@type":"node","@id":4840107735,"@timestamp":1495866127},"coords":"50.9572318,0.3274669","bedrooms":"0","price":"195000","area":"530"} , +{"type":"Feature","id":"n4840229836","geometry":{"type":"Point","coordinates":[-0.2687535,51.5303866]},"properties":{"@type":"node","@id":4840229836,"@timestamp":1494178577},"coords":"51.5303866,-0.2687535","bedrooms":"2","price":"269000","area":"497"} , +{"type":"Feature","id":"n4840229846","geometry":{"type":"Point","coordinates":[-0.2682775,51.5304431]},"properties":{"@type":"node","@id":4840229846,"@timestamp":1494178578},"coords":"51.5304431,-0.2682775","bedrooms":"4","price":"215000","area":"416"} , +{"type":"Feature","id":"n4840229856","geometry":{"type":"Point","coordinates":[-0.2693051,51.5303779]},"properties":{"@type":"node","@id":4840229856,"@timestamp":1494178578},"coords":"51.5303779,-0.2693051","bedrooms":"1","price":"252000","area":"405"} , +{"type":"Feature","id":"n4840241479","geometry":{"type":"Point","coordinates":[0.4418879,51.6340064]},"properties":{"@type":"node","@id":4840241479,"@timestamp":1494179084},"coords":"51.6340064,0.4418879","bedrooms":"1","price":"156000","area":"539"} , +{"type":"Feature","id":"n4840514009","geometry":{"type":"Point","coordinates":[-0.4065408,51.304622]},"properties":{"@type":"node","@id":4840514009,"@timestamp":1504448180},"coords":"51.304622,-0.4065408","bedrooms":"0","price":"192000","area":"567"} , +{"type":"Feature","id":"n4840611292","geometry":{"type":"Point","coordinates":[0.6927725,51.7236308]},"properties":{"@type":"node","@id":4840611292,"@timestamp":1494198000},"coords":"51.7236308,0.6927725","bedrooms":"4","price":"176000","area":"560"} , +{"type":"Feature","id":"n4840732738","geometry":{"type":"Point","coordinates":[-0.1470767,51.4960419]},"properties":{"@type":"node","@id":4840732738,"@timestamp":1494206689},"coords":"51.4960419,-0.1470767","bedrooms":"0","price":"251000","area":"650"} , +{"type":"Feature","id":"n4840976402","geometry":{"type":"Point","coordinates":[0.415926,51.6228266]},"properties":{"@type":"node","@id":4840976402,"@timestamp":1494222332},"coords":"51.6228266,0.415926","bedrooms":"3","price":"163000","area":"637"} , +{"type":"Feature","id":"n4841103241","geometry":{"type":"Point","coordinates":[-0.0945961,51.4228139]},"properties":{"@type":"node","@id":4841103241,"@timestamp":1604859772},"coords":"51.4228139,-0.0945961","bedrooms":"0","price":"261000","area":"615"} , +{"type":"Feature","id":"n4841343672","geometry":{"type":"Point","coordinates":[-0.0723264,51.5307032]},"properties":{"@type":"node","@id":4841343672,"@timestamp":1635092782},"coords":"51.5307032,-0.0723264","bedrooms":"3","price":"238000","area":"602"} , +{"type":"Feature","id":"n4841495317","geometry":{"type":"Point","coordinates":[-0.852202,51.4796822]},"properties":{"@type":"node","@id":4841495317,"@timestamp":1494242354},"coords":"51.4796822,-0.852202","bedrooms":"1","price":"286000","area":"400"} , +{"type":"Feature","id":"n4841595936","geometry":{"type":"Point","coordinates":[-1.106567,50.9764719]},"properties":{"@type":"node","@id":4841595936,"@timestamp":1494246233},"coords":"50.9764719,-1.106567","bedrooms":"0","price":"159000","area":"402"} , +{"type":"Feature","id":"n4841595963","geometry":{"type":"Point","coordinates":[-1.0934911,50.9746953]},"properties":{"@type":"node","@id":4841595963,"@timestamp":1494246233},"coords":"50.9746953,-1.0934911","bedrooms":"4","price":"165000","area":"566"} , +{"type":"Feature","id":"n4841600999","geometry":{"type":"Point","coordinates":[-0.4324845,51.749042]},"properties":{"@type":"node","@id":4841600999,"@timestamp":1494246247},"coords":"51.749042,-0.4324845","bedrooms":"4","price":"238000","area":"401"} , +{"type":"Feature","id":"n4841613336","geometry":{"type":"Point","coordinates":[-1.0979969,50.995663]},"properties":{"@type":"node","@id":4841613336,"@timestamp":1494246835},"coords":"50.995663,-1.0979969","bedrooms":"1","price":"216000","area":"510"} , +{"type":"Feature","id":"n4841613365","geometry":{"type":"Point","coordinates":[-1.09767,50.9974255]},"properties":{"@type":"node","@id":4841613365,"@timestamp":1494246836},"coords":"50.9974255,-1.09767","bedrooms":"2","price":"265000","area":"499"} , +{"type":"Feature","id":"n4841869005","geometry":{"type":"Point","coordinates":[-0.0319031,51.5124435]},"properties":{"@type":"node","@id":4841869005,"@timestamp":1539953422},"coords":"51.5124435,-0.0319031","bedrooms":"3","price":"174000","area":"479"} , +{"type":"Feature","id":"n4842120765","geometry":{"type":"Point","coordinates":[-0.9363149,51.4554342]},"properties":{"@type":"node","@id":4842120765,"@timestamp":1494265607},"coords":"51.4554342,-0.9363149","bedrooms":"4","price":"198000","area":"519"} , +{"type":"Feature","id":"n4842215509","geometry":{"type":"Point","coordinates":[-0.8750951,51.2992802]},"properties":{"@type":"node","@id":4842215509,"@timestamp":1494268363},"coords":"51.2992802,-0.8750951","bedrooms":"0","price":"290000","area":"584"} , +{"type":"Feature","id":"n4842215519","geometry":{"type":"Point","coordinates":[-0.8707834,51.2924348]},"properties":{"@type":"node","@id":4842215519,"@timestamp":1494268363},"coords":"51.2924348,-0.8707834","bedrooms":"2","price":"257000","area":"581"} , +{"type":"Feature","id":"n4842215529","geometry":{"type":"Point","coordinates":[-0.8624109,51.2867202]},"properties":{"@type":"node","@id":4842215529,"@timestamp":1494268363},"coords":"51.2867202,-0.8624109","bedrooms":"4","price":"202000","area":"364"} , +{"type":"Feature","id":"n4842215547","geometry":{"type":"Point","coordinates":[-0.8742555,51.2837973]},"properties":{"@type":"node","@id":4842215547,"@timestamp":1494268364},"coords":"51.2837973,-0.8742555","bedrooms":"4","price":"236000","area":"603"} , +{"type":"Feature","id":"n4842215560","geometry":{"type":"Point","coordinates":[-0.9071595,51.2755603]},"properties":{"@type":"node","@id":4842215560,"@timestamp":1494268364},"coords":"51.2755603,-0.9071595","bedrooms":"0","price":"157000","area":"568"} , +{"type":"Feature","id":"n4842215598","geometry":{"type":"Point","coordinates":[-0.8785969,51.2493832]},"properties":{"@type":"node","@id":4842215598,"@timestamp":1494268365},"coords":"51.2493832,-0.8785969","bedrooms":"1","price":"230000","area":"504"} , +{"type":"Feature","id":"n4842270130","geometry":{"type":"Point","coordinates":[-0.1247068,51.5230394]},"properties":{"@type":"node","@id":4842270130,"@timestamp":1589574233},"coords":"51.5230394,-0.1247068","bedrooms":"0","price":"176000","area":"442"} , +{"type":"Feature","id":"n4842331623","geometry":{"type":"Point","coordinates":[-0.1966202,51.4553396]},"properties":{"@type":"node","@id":4842331623,"@timestamp":1623266175},"coords":"51.4553396,-0.1966202","bedrooms":"4","price":"166000","area":"656"} , +{"type":"Feature","id":"n4842690599","geometry":{"type":"Point","coordinates":[-0.4248926,51.651167]},"properties":{"@type":"node","@id":4842690599,"@timestamp":1494285127},"coords":"51.651167,-0.4248926","bedrooms":"1","price":"295000","area":"593"} , +{"type":"Feature","id":"n4842776305","geometry":{"type":"Point","coordinates":[-0.1691369,51.4848077]},"properties":{"@type":"node","@id":4842776305,"@timestamp":1612878944},"coords":"51.4848077,-0.1691369","bedrooms":"3","price":"230000","area":"572"} , +{"type":"Feature","id":"n4844078129","geometry":{"type":"Point","coordinates":[-0.1012682,51.5267042]},"properties":{"@type":"node","@id":4844078129,"@timestamp":1569533320},"coords":"51.5267042,-0.1012682","bedrooms":"3","price":"187000","area":"646"} , +{"type":"Feature","id":"n4844516246","geometry":{"type":"Point","coordinates":[-0.8373093,51.2581158]},"properties":{"@type":"node","@id":4844516246,"@timestamp":1518554245},"coords":"51.2581158,-0.8373093","bedrooms":"2","price":"228000","area":"520"} , +{"type":"Feature","id":"n4844636223","geometry":{"type":"Point","coordinates":[0.1805484,51.5805762]},"properties":{"@type":"node","@id":4844636223,"@timestamp":1564908086},"coords":"51.5805762,0.1805484","bedrooms":"3","price":"198000","area":"523"} , +{"type":"Feature","id":"n4844666610","geometry":{"type":"Point","coordinates":[-0.611116,51.7052231]},"properties":{"@type":"node","@id":4844666610,"@timestamp":1606949699},"coords":"51.7052231,-0.611116","bedrooms":"4","price":"247000","area":"605"} , +{"type":"Feature","id":"n4845159136","geometry":{"type":"Point","coordinates":[0.49891,51.3700561]},"properties":{"@type":"node","@id":4845159136,"@timestamp":1501964285},"coords":"51.3700561,0.49891","bedrooms":"4","price":"274000","area":"407"} , +{"type":"Feature","id":"n4845545399","geometry":{"type":"Point","coordinates":[0.0039701,51.5446495]},"properties":{"@type":"node","@id":4845545399,"@timestamp":1543775782},"coords":"51.5446495,0.0039701","bedrooms":"1","price":"249000","area":"679"} , +{"type":"Feature","id":"n4845817317","geometry":{"type":"Point","coordinates":[-0.1028889,51.5047699]},"properties":{"@type":"node","@id":4845817317,"@timestamp":1631694238},"coords":"51.5047699,-0.1028889","bedrooms":"3","price":"207000","area":"508"} , +{"type":"Feature","id":"n4846266712","geometry":{"type":"Point","coordinates":[-0.4011015,51.6561561]},"properties":{"@type":"node","@id":4846266712,"@timestamp":1581034510},"coords":"51.6561561,-0.4011015","bedrooms":"4","price":"251000","area":"361"} , +{"type":"Feature","id":"n4846444659","geometry":{"type":"Point","coordinates":[-0.0595867,51.0076593]},"properties":{"@type":"node","@id":4846444659,"@timestamp":1494447350},"coords":"51.0076593,-0.0595867","bedrooms":"4","price":"253000","area":"432"} , +{"type":"Feature","id":"n4846601105","geometry":{"type":"Point","coordinates":[0.625467,51.648656]},"properties":{"@type":"node","@id":4846601105,"@timestamp":1494453333},"coords":"51.648656,0.625467","bedrooms":"4","price":"299000","area":"473"} , +{"type":"Feature","id":"n4846802195","geometry":{"type":"Point","coordinates":[-0.0729308,51.5796889]},"properties":{"@type":"node","@id":4846802195,"@timestamp":1633703162},"coords":"51.5796889,-0.0729308","bedrooms":"0","price":"250000","area":"412"} , +{"type":"Feature","id":"n4847518934","geometry":{"type":"Point","coordinates":[0.8143431,51.6328055]},"properties":{"@type":"node","@id":4847518934,"@timestamp":1494506060},"coords":"51.6328055,0.8143431","bedrooms":"2","price":"173000","area":"370"} , +{"type":"Feature","id":"n4847772470","geometry":{"type":"Point","coordinates":[0.0942546,51.2719099]},"properties":{"@type":"node","@id":4847772470,"@timestamp":1494513872},"coords":"51.2719099,0.0942546","bedrooms":"2","price":"185000","area":"677"} , +{"type":"Feature","id":"n4848154725","geometry":{"type":"Point","coordinates":[-0.151452,51.4872871]},"properties":{"@type":"node","@id":4848154725,"@timestamp":1494528611},"coords":"51.4872871,-0.151452","bedrooms":"3","price":"230000","area":"662"} , +{"type":"Feature","id":"n4848686169","geometry":{"type":"Point","coordinates":[-0.0553716,51.5421464]},"properties":{"@type":"node","@id":4848686169,"@timestamp":1622101957},"coords":"51.5421464,-0.0553716","bedrooms":"3","price":"259000","area":"425"} , +{"type":"Feature","id":"n4849180188","geometry":{"type":"Point","coordinates":[-0.2224856,51.2587457]},"properties":{"@type":"node","@id":4849180188,"@timestamp":1494577204},"coords":"51.2587457,-0.2224856","bedrooms":"1","price":"263000","area":"655"} , +{"type":"Feature","id":"n4849479085","geometry":{"type":"Point","coordinates":[-0.1887838,51.134783]},"properties":{"@type":"node","@id":4849479085,"@timestamp":1510266777},"coords":"51.134783,-0.1887838","bedrooms":"1","price":"234000","area":"598"} , +{"type":"Feature","id":"n4849741806","geometry":{"type":"Point","coordinates":[0.0549147,51.6408875]},"properties":{"@type":"node","@id":4849741806,"@timestamp":1561355768},"coords":"51.6408875,0.0549147","bedrooms":"0","price":"229000","area":"593"} , +{"type":"Feature","id":"n4850194843","geometry":{"type":"Point","coordinates":[-0.3323813,51.4207803]},"properties":{"@type":"node","@id":4850194843,"@timestamp":1597781342},"coords":"51.4207803,-0.3323813","bedrooms":"0","price":"235000","area":"364"} , +{"type":"Feature","id":"n4850357303","geometry":{"type":"Point","coordinates":[-0.127454,51.5783411]},"properties":{"@type":"node","@id":4850357303,"@timestamp":1494617094},"coords":"51.5783411,-0.127454","bedrooms":"0","price":"257000","area":"534"} , +{"type":"Feature","id":"n4850388352","geometry":{"type":"Point","coordinates":[-0.777681,51.3268906]},"properties":{"@type":"node","@id":4850388352,"@timestamp":1494617752},"coords":"51.3268906,-0.777681","bedrooms":"1","price":"169000","area":"506"} , +{"type":"Feature","id":"n4850653869","geometry":{"type":"Point","coordinates":[-0.9769485,51.1487131]},"properties":{"@type":"node","@id":4850653869,"@timestamp":1494625664},"coords":"51.1487131,-0.9769485","bedrooms":"3","price":"257000","area":"462"} , +{"type":"Feature","id":"n4850653910","geometry":{"type":"Point","coordinates":[-0.9765678,51.148819]},"properties":{"@type":"node","@id":4850653910,"@timestamp":1494625665},"coords":"51.148819,-0.9765678","bedrooms":"0","price":"229000","area":"476"} , +{"type":"Feature","id":"n4850654389","geometry":{"type":"Point","coordinates":[-0.9757683,51.1485331]},"properties":{"@type":"node","@id":4850654389,"@timestamp":1494625666},"coords":"51.1485331,-0.9757683","bedrooms":"1","price":"196000","area":"649"} , +{"type":"Feature","id":"n4850654419","geometry":{"type":"Point","coordinates":[-0.9761336,51.1482936]},"properties":{"@type":"node","@id":4850654419,"@timestamp":1494625666},"coords":"51.1482936,-0.9761336","bedrooms":"2","price":"271000","area":"664"} , +{"type":"Feature","id":"n4850873435","geometry":{"type":"Point","coordinates":[-0.2997791,51.4112198]},"properties":{"@type":"node","@id":4850873435,"@timestamp":1494637565},"coords":"51.4112198,-0.2997791","bedrooms":"0","price":"256000","area":"587"} , +{"type":"Feature","id":"n4851202901","geometry":{"type":"Point","coordinates":[-0.2740671,51.2793152]},"properties":{"@type":"node","@id":4851202901,"@timestamp":1494717180},"coords":"51.2793152,-0.2740671","bedrooms":"0","price":"205000","area":"427"} , +{"type":"Feature","id":"n4851757173","geometry":{"type":"Point","coordinates":[-0.9785056,51.1489244]},"properties":{"@type":"node","@id":4851757173,"@timestamp":1494685429},"coords":"51.1489244,-0.9785056","bedrooms":"1","price":"247000","area":"427"} , +{"type":"Feature","id":"n4851757219","geometry":{"type":"Point","coordinates":[-0.9775384,51.1486029]},"properties":{"@type":"node","@id":4851757219,"@timestamp":1494685430},"coords":"51.1486029,-0.9775384","bedrooms":"2","price":"298000","area":"362"} , +{"type":"Feature","id":"n4851783412","geometry":{"type":"Point","coordinates":[-0.1319833,51.5093089]},"properties":{"@type":"node","@id":4851783412,"@timestamp":1618345234},"coords":"51.5093089,-0.1319833","bedrooms":"1","price":"211000","area":"575"} , +{"type":"Feature","id":"n4852042292","geometry":{"type":"Point","coordinates":[0.2644518,51.1885232]},"properties":{"@type":"node","@id":4852042292,"@timestamp":1494694872},"coords":"51.1885232,0.2644518","bedrooms":"0","price":"161000","area":"477"} , +{"type":"Feature","id":"n4852185963","geometry":{"type":"Point","coordinates":[0.2659088,51.188028]},"properties":{"@type":"node","@id":4852185963,"@timestamp":1498952523},"coords":"51.188028,0.2659088","bedrooms":"1","price":"197000","area":"679"} , +{"type":"Feature","id":"n4852186001","geometry":{"type":"Point","coordinates":[0.2646719,51.1882122]},"properties":{"@type":"node","@id":4852186001,"@timestamp":1497099044},"coords":"51.1882122,0.2646719","bedrooms":"2","price":"175000","area":"417"} , +{"type":"Feature","id":"n4852186013","geometry":{"type":"Point","coordinates":[0.2649561,51.1880473]},"properties":{"@type":"node","@id":4852186013,"@timestamp":1497099044},"coords":"51.1880473,0.2649561","bedrooms":"2","price":"197000","area":"546"} , +{"type":"Feature","id":"n4852324360","geometry":{"type":"Point","coordinates":[-0.1509224,51.5135299]},"properties":{"@type":"node","@id":4852324360,"@timestamp":1603381800},"coords":"51.5135299,-0.1509224","bedrooms":"1","price":"230000","area":"362"} , +{"type":"Feature","id":"n4852507257","geometry":{"type":"Point","coordinates":[-0.4799196,51.1730594]},"properties":{"@type":"node","@id":4852507257,"@timestamp":1494707597},"coords":"51.1730594,-0.4799196","bedrooms":"1","price":"236000","area":"447"} , +{"type":"Feature","id":"n4852683404","geometry":{"type":"Point","coordinates":[-0.9798697,51.149045]},"properties":{"@type":"node","@id":4852683404,"@timestamp":1494713557},"coords":"51.149045,-0.9798697","bedrooms":"3","price":"256000","area":"518"} , +{"type":"Feature","id":"n4852817841","geometry":{"type":"Point","coordinates":[-0.180072,51.5500632]},"properties":{"@type":"node","@id":4852817841,"@timestamp":1630662098},"coords":"51.5500632,-0.180072","bedrooms":"3","price":"162000","area":"394"} , +{"type":"Feature","id":"n4853274009","geometry":{"type":"Point","coordinates":[-0.9782445,51.1479294]},"properties":{"@type":"node","@id":4853274009,"@timestamp":1494754434},"coords":"51.1479294,-0.9782445","bedrooms":"0","price":"284000","area":"561"} , +{"type":"Feature","id":"n4853274339","geometry":{"type":"Point","coordinates":[-0.9792249,51.1486567]},"properties":{"@type":"node","@id":4853274339,"@timestamp":1494754436},"coords":"51.1486567,-0.9792249","bedrooms":"4","price":"222000","area":"401"} , +{"type":"Feature","id":"n4853495565","geometry":{"type":"Point","coordinates":[-0.0898838,51.5279083]},"properties":{"@type":"node","@id":4853495565,"@timestamp":1623435631},"coords":"51.5279083,-0.0898838","bedrooms":"0","price":"178000","area":"422"} , +{"type":"Feature","id":"n4853786262","geometry":{"type":"Point","coordinates":[0.0579545,50.9478439]},"properties":{"@type":"node","@id":4853786262,"@timestamp":1558899017},"coords":"50.9478439,0.0579545","bedrooms":"4","price":"222000","area":"634"} , +{"type":"Feature","id":"n4853942842","geometry":{"type":"Point","coordinates":[0.5628588,51.3800173]},"properties":{"@type":"node","@id":4853942842,"@timestamp":1530694620},"coords":"51.3800173,0.5628588","bedrooms":"0","price":"218000","area":"443"} , +{"type":"Feature","id":"n4854151050","geometry":{"type":"Point","coordinates":[-0.4492486,51.7750913]},"properties":{"@type":"node","@id":4854151050,"@timestamp":1582924474},"coords":"51.7750913,-0.4492486","bedrooms":"2","price":"242000","area":"455"} , +{"type":"Feature","id":"n4854428283","geometry":{"type":"Point","coordinates":[-0.3540868,51.0641646]},"properties":{"@type":"node","@id":4854428283,"@timestamp":1595519971},"coords":"51.0641646,-0.3540868","bedrooms":"2","price":"150000","area":"612"} , +{"type":"Feature","id":"n4855127285","geometry":{"type":"Point","coordinates":[0.499031,51.370558]},"properties":{"@type":"node","@id":4855127285,"@timestamp":1495178032},"coords":"51.370558,0.499031","bedrooms":"2","price":"260000","area":"568"} , +{"type":"Feature","id":"n4855159846","geometry":{"type":"Point","coordinates":[0.4990585,51.3704927]},"properties":{"@type":"node","@id":4855159846,"@timestamp":1494834676},"coords":"51.3704927,0.4990585","bedrooms":"0","price":"224000","area":"533"} , +{"type":"Feature","id":"n4855405739","geometry":{"type":"Point","coordinates":[-0.9620912,51.4684671]},"properties":{"@type":"node","@id":4855405739,"@timestamp":1609677073},"coords":"51.4684671,-0.9620912","bedrooms":"4","price":"276000","area":"676"} , +{"type":"Feature","id":"n4855695022","geometry":{"type":"Point","coordinates":[-0.1591027,51.5132313]},"properties":{"@type":"node","@id":4855695022,"@timestamp":1616781637},"coords":"51.5132313,-0.1591027","bedrooms":"0","price":"206000","area":"550"} , +{"type":"Feature","id":"n4855921018","geometry":{"type":"Point","coordinates":[-0.0976441,51.5297748]},"properties":{"@type":"node","@id":4855921018,"@timestamp":1635296511},"coords":"51.5297748,-0.0976441","bedrooms":"2","price":"289000","area":"395"} , +{"type":"Feature","id":"n4856064249","geometry":{"type":"Point","coordinates":[-0.3541246,51.0622815]},"properties":{"@type":"node","@id":4856064249,"@timestamp":1634036473},"coords":"51.0622815,-0.3541246","bedrooms":"2","price":"199000","area":"659"} , +{"type":"Feature","id":"n4856064277","geometry":{"type":"Point","coordinates":[-0.3528124,51.062651]},"properties":{"@type":"node","@id":4856064277,"@timestamp":1634036473},"coords":"51.062651,-0.3528124","bedrooms":"0","price":"283000","area":"598"} , +{"type":"Feature","id":"n4856225126","geometry":{"type":"Point","coordinates":[-0.9304102,51.3115928]},"properties":{"@type":"node","@id":4856225126,"@timestamp":1494874757},"coords":"51.3115928,-0.9304102","bedrooms":"1","price":"195000","area":"613"} , +{"type":"Feature","id":"n4856385016","geometry":{"type":"Point","coordinates":[-0.1008373,51.4944649]},"properties":{"@type":"node","@id":4856385016,"@timestamp":1587658102},"coords":"51.4944649,-0.1008373","bedrooms":"1","price":"284000","area":"421"} , +{"type":"Feature","id":"n4856528618","geometry":{"type":"Point","coordinates":[0.1892438,51.3141794]},"properties":{"@type":"node","@id":4856528618,"@timestamp":1494887276},"coords":"51.3141794,0.1892438","bedrooms":"0","price":"270000","area":"525"} , +{"type":"Feature","id":"n4856561844","geometry":{"type":"Point","coordinates":[-0.1287268,51.5777494]},"properties":{"@type":"node","@id":4856561844,"@timestamp":1494890073},"coords":"51.5777494,-0.1287268","bedrooms":"4","price":"248000","area":"467"} , +{"type":"Feature","id":"n4857084187","geometry":{"type":"Point","coordinates":[-0.6597197,51.7941635]},"properties":{"@type":"node","@id":4857084187,"@timestamp":1532542908},"coords":"51.7941635,-0.6597197","bedrooms":"0","price":"174000","area":"567"} , +{"type":"Feature","id":"n4857158243","geometry":{"type":"Point","coordinates":[0.4951626,51.3714447]},"properties":{"@type":"node","@id":4857158243,"@timestamp":1494920208},"coords":"51.3714447,0.4951626","bedrooms":"2","price":"262000","area":"430"} , +{"type":"Feature","id":"n4857158277","geometry":{"type":"Point","coordinates":[0.4993482,51.3702801]},"properties":{"@type":"node","@id":4857158277,"@timestamp":1494920209},"coords":"51.3702801,0.4993482","bedrooms":"4","price":"245000","area":"549"} , +{"type":"Feature","id":"n4857206936","geometry":{"type":"Point","coordinates":[-0.6587306,51.7944762]},"properties":{"@type":"node","@id":4857206936,"@timestamp":1526079293},"coords":"51.7944762,-0.6587306","bedrooms":"3","price":"278000","area":"562"} , +{"type":"Feature","id":"n4857270902","geometry":{"type":"Point","coordinates":[-0.6629873,51.7933863]},"properties":{"@type":"node","@id":4857270902,"@timestamp":1532542909},"coords":"51.7933863,-0.6629873","bedrooms":"2","price":"212000","area":"698"} , +{"type":"Feature","id":"n4857855646","geometry":{"type":"Point","coordinates":[0.4116382,51.0611888]},"properties":{"@type":"node","@id":4857855646,"@timestamp":1494944027},"coords":"51.0611888,0.4116382","bedrooms":"3","price":"227000","area":"688"} , +{"type":"Feature","id":"n4858311561","geometry":{"type":"Point","coordinates":[-0.9054457,51.3948946]},"properties":{"@type":"node","@id":4858311561,"@timestamp":1551733933},"coords":"51.3948946,-0.9054457","bedrooms":"3","price":"269000","area":"427"} , +{"type":"Feature","id":"n4858318775","geometry":{"type":"Point","coordinates":[-0.9030047,51.3897795]},"properties":{"@type":"node","@id":4858318775,"@timestamp":1495131054},"coords":"51.3897795,-0.9030047","bedrooms":"3","price":"162000","area":"354"} , +{"type":"Feature","id":"n4858617922","geometry":{"type":"Point","coordinates":[-0.0112675,51.4643471]},"properties":{"@type":"node","@id":4858617922,"@timestamp":1565285678},"coords":"51.4643471,-0.0112675","bedrooms":"0","price":"152000","area":"350"} , +{"type":"Feature","id":"n4859128189","geometry":{"type":"Point","coordinates":[0.1423461,51.5723014]},"properties":{"@type":"node","@id":4859128189,"@timestamp":1635727998},"coords":"51.5723014,0.1423461","bedrooms":"3","price":"269000","area":"465"} , +{"type":"Feature","id":"n4859180886","geometry":{"type":"Point","coordinates":[-0.2760154,51.5860823]},"properties":{"@type":"node","@id":4859180886,"@timestamp":1495006925},"coords":"51.5860823,-0.2760154","bedrooms":"3","price":"291000","area":"487"} , +{"type":"Feature","id":"n4859816463","geometry":{"type":"Point","coordinates":[-0.1318354,51.5103112]},"properties":{"@type":"node","@id":4859816463,"@timestamp":1549802399},"coords":"51.5103112,-0.1318354","bedrooms":"0","price":"189000","area":"647"} , +{"type":"Feature","id":"n4860664635","geometry":{"type":"Point","coordinates":[-0.998746,51.4575426]},"properties":{"@type":"node","@id":4860664635,"@timestamp":1613167951},"coords":"51.4575426,-0.998746","bedrooms":"1","price":"247000","area":"518"} , +{"type":"Feature","id":"n4860664650","geometry":{"type":"Point","coordinates":[-0.9972714,51.4569695]},"properties":{"@type":"node","@id":4860664650,"@timestamp":1561913718},"coords":"51.4569695,-0.9972714","bedrooms":"4","price":"157000","area":"425"} , +{"type":"Feature","id":"n4860811186","geometry":{"type":"Point","coordinates":[-0.1337039,51.565879]},"properties":{"@type":"node","@id":4860811186,"@timestamp":1495065288},"coords":"51.565879,-0.1337039","bedrooms":"0","price":"283000","area":"492"} , +{"type":"Feature","id":"n4860811196","geometry":{"type":"Point","coordinates":[-0.1332498,51.5662618]},"properties":{"@type":"node","@id":4860811196,"@timestamp":1495065289},"coords":"51.5662618,-0.1332498","bedrooms":"0","price":"209000","area":"501"} , +{"type":"Feature","id":"n4860834639","geometry":{"type":"Point","coordinates":[-0.0305901,51.4806586]},"properties":{"@type":"node","@id":4860834639,"@timestamp":1621778170},"coords":"51.4806586,-0.0305901","bedrooms":"3","price":"219000","area":"527"} , +{"type":"Feature","id":"n4861250520","geometry":{"type":"Point","coordinates":[0.4986512,51.3694876]},"properties":{"@type":"node","@id":4861250520,"@timestamp":1495092224},"coords":"51.3694876,0.4986512","bedrooms":"2","price":"249000","area":"399"} , +{"type":"Feature","id":"n4861596103","geometry":{"type":"Point","coordinates":[-0.5031209,51.9019467]},"properties":{"@type":"node","@id":4861596103,"@timestamp":1614290002},"coords":"51.9019467,-0.5031209","bedrooms":"3","price":"296000","area":"411"} , +{"type":"Feature","id":"n4862019022","geometry":{"type":"Point","coordinates":[-0.9544214,51.4663508]},"properties":{"@type":"node","@id":4862019022,"@timestamp":1635371000},"coords":"51.4663508,-0.9544214","bedrooms":"2","price":"218000","area":"671"} , +{"type":"Feature","id":"n4862189411","geometry":{"type":"Point","coordinates":[0.6179787,51.1664558]},"properties":{"@type":"node","@id":4862189411,"@timestamp":1495122864},"coords":"51.1664558,0.6179787","bedrooms":"0","price":"210000","area":"436"} , +{"type":"Feature","id":"n4862191333","geometry":{"type":"Point","coordinates":[0.6248716,51.169964]},"properties":{"@type":"node","@id":4862191333,"@timestamp":1495122864},"coords":"51.169964,0.6248716","bedrooms":"4","price":"262000","area":"486"} , +{"type":"Feature","id":"n4862311297","geometry":{"type":"Point","coordinates":[0.5820253,51.5970153]},"properties":{"@type":"node","@id":4862311297,"@timestamp":1495129648},"coords":"51.5970153,0.5820253","bedrooms":"3","price":"233000","area":"445"} , +{"type":"Feature","id":"n4862699782","geometry":{"type":"Point","coordinates":[-0.0122602,51.5340509]},"properties":{"@type":"node","@id":4862699782,"@timestamp":1563327100},"coords":"51.5340509,-0.0122602","bedrooms":"0","price":"209000","area":"563"} , +{"type":"Feature","id":"n4863357053","geometry":{"type":"Point","coordinates":[-0.0422481,51.6925259]},"properties":{"@type":"node","@id":4863357053,"@timestamp":1495175886},"coords":"51.6925259,-0.0422481","bedrooms":"0","price":"231000","area":"526"} , +{"type":"Feature","id":"n4863387835","geometry":{"type":"Point","coordinates":[-0.041196,51.6908487]},"properties":{"@type":"node","@id":4863387835,"@timestamp":1495177333},"coords":"51.6908487,-0.041196","bedrooms":"0","price":"279000","area":"645"} , +{"type":"Feature","id":"n4863408113","geometry":{"type":"Point","coordinates":[-0.0402841,51.691128]},"properties":{"@type":"node","@id":4863408113,"@timestamp":1495177819},"coords":"51.691128,-0.0402841","bedrooms":"2","price":"195000","area":"572"} , +{"type":"Feature","id":"n4863509755","geometry":{"type":"Point","coordinates":[-0.10913,51.4967532]},"properties":{"@type":"node","@id":4863509755,"@timestamp":1495180524},"coords":"51.4967532,-0.10913","bedrooms":"0","price":"283000","area":"471"} , +{"type":"Feature","id":"n4863519949","geometry":{"type":"Point","coordinates":[-0.1065315,51.4963914]},"properties":{"@type":"node","@id":4863519949,"@timestamp":1495180694},"coords":"51.4963914,-0.1065315","bedrooms":"3","price":"243000","area":"611"} , +{"type":"Feature","id":"n4863892012","geometry":{"type":"Point","coordinates":[-0.9260171,51.438314]},"properties":{"@type":"node","@id":4863892012,"@timestamp":1495190528},"coords":"51.438314,-0.9260171","bedrooms":"4","price":"206000","area":"584"} , +{"type":"Feature","id":"n4864127803","geometry":{"type":"Point","coordinates":[-0.0395193,51.5445239]},"properties":{"@type":"node","@id":4864127803,"@timestamp":1624804982},"coords":"51.5445239,-0.0395193","bedrooms":"3","price":"280000","area":"554"} , +{"type":"Feature","id":"n4864343650","geometry":{"type":"Point","coordinates":[-0.1316662,51.578903]},"properties":{"@type":"node","@id":4864343650,"@timestamp":1495205650},"coords":"51.578903,-0.1316662","bedrooms":"3","price":"258000","area":"486"} , +{"type":"Feature","id":"n4864469413","geometry":{"type":"Point","coordinates":[-0.9562877,51.4810366]},"properties":{"@type":"node","@id":4864469413,"@timestamp":1495209984},"coords":"51.4810366,-0.9562877","bedrooms":"2","price":"208000","area":"504"} , +{"type":"Feature","id":"n4865256626","geometry":{"type":"Point","coordinates":[-0.9782271,51.1488304]},"properties":{"@type":"node","@id":4865256626,"@timestamp":1495234962},"coords":"51.1488304,-0.9782271","bedrooms":"3","price":"293000","area":"492"} , +{"type":"Feature","id":"n4865326977","geometry":{"type":"Point","coordinates":[-0.9784452,51.1488473]},"properties":{"@type":"node","@id":4865326977,"@timestamp":1495234961},"coords":"51.1488473,-0.9784452","bedrooms":"0","price":"206000","area":"526"} , +{"type":"Feature","id":"n4865706338","geometry":{"type":"Point","coordinates":[0.2280486,50.9490357]},"properties":{"@type":"node","@id":4865706338,"@timestamp":1495263806},"coords":"50.9490357,0.2280486","bedrooms":"1","price":"236000","area":"628"} , +{"type":"Feature","id":"n4866112527","geometry":{"type":"Point","coordinates":[-0.1236582,51.5109728]},"properties":{"@type":"node","@id":4866112527,"@timestamp":1558606975},"coords":"51.5109728,-0.1236582","bedrooms":"0","price":"156000","area":"428"} , +{"type":"Feature","id":"n4866116823","geometry":{"type":"Point","coordinates":[-1.07894,51.8670937]},"properties":{"@type":"node","@id":4866116823,"@timestamp":1495282820},"coords":"51.8670937,-1.07894","bedrooms":"4","price":"271000","area":"444"} , +{"type":"Feature","id":"n4866116834","geometry":{"type":"Point","coordinates":[-0.8437358,51.719479]},"properties":{"@type":"node","@id":4866116834,"@timestamp":1495282820},"coords":"51.719479,-0.8437358","bedrooms":"3","price":"224000","area":"412"} , +{"type":"Feature","id":"n4866116844","geometry":{"type":"Point","coordinates":[-0.839278,51.6989475]},"properties":{"@type":"node","@id":4866116844,"@timestamp":1495282820},"coords":"51.6989475,-0.839278","bedrooms":"3","price":"236000","area":"569"} , +{"type":"Feature","id":"n4866290688","geometry":{"type":"Point","coordinates":[-0.997586,51.457032]},"properties":{"@type":"node","@id":4866290688,"@timestamp":1561913718},"coords":"51.457032,-0.997586","bedrooms":"0","price":"191000","area":"553"} , +{"type":"Feature","id":"n4866475725","geometry":{"type":"Point","coordinates":[-0.0972248,51.5108434]},"properties":{"@type":"node","@id":4866475725,"@timestamp":1590854999},"coords":"51.5108434,-0.0972248","bedrooms":"2","price":"231000","area":"526"} , +{"type":"Feature","id":"n4866587479","geometry":{"type":"Point","coordinates":[0.5294489,51.3674904]},"properties":{"@type":"node","@id":4866587479,"@timestamp":1543946132},"coords":"51.3674904,0.5294489","bedrooms":"4","price":"237000","area":"634"} , +{"type":"Feature","id":"n4866587489","geometry":{"type":"Point","coordinates":[0.5191586,51.3677244]},"properties":{"@type":"node","@id":4866587489,"@timestamp":1495299400},"coords":"51.3677244,0.5191586","bedrooms":"4","price":"215000","area":"438"} , +{"type":"Feature","id":"n4866920891","geometry":{"type":"Point","coordinates":[-0.4171946,51.3769017]},"properties":{"@type":"node","@id":4866920891,"@timestamp":1495312842},"coords":"51.3769017,-0.4171946","bedrooms":"3","price":"256000","area":"620"} , +{"type":"Feature","id":"n4867054757","geometry":{"type":"Point","coordinates":[-1.056836,51.2721756]},"properties":{"@type":"node","@id":4867054757,"@timestamp":1495319952},"coords":"51.2721756,-1.056836","bedrooms":"1","price":"258000","area":"452"} , +{"type":"Feature","id":"n4867054767","geometry":{"type":"Point","coordinates":[-0.9651017,51.2781063]},"properties":{"@type":"node","@id":4867054767,"@timestamp":1495319953},"coords":"51.2781063,-0.9651017","bedrooms":"1","price":"169000","area":"404"} , +{"type":"Feature","id":"n4867054777","geometry":{"type":"Point","coordinates":[-0.9736687,51.2774678]},"properties":{"@type":"node","@id":4867054777,"@timestamp":1495319953},"coords":"51.2774678,-0.9736687","bedrooms":"4","price":"151000","area":"601"} , +{"type":"Feature","id":"n4867054787","geometry":{"type":"Point","coordinates":[-0.9532142,51.2739425]},"properties":{"@type":"node","@id":4867054787,"@timestamp":1495319953},"coords":"51.2739425,-0.9532142","bedrooms":"4","price":"210000","area":"490"} , +{"type":"Feature","id":"n4867054813","geometry":{"type":"Point","coordinates":[-0.9301928,51.273216]},"properties":{"@type":"node","@id":4867054813,"@timestamp":1495319954},"coords":"51.273216,-0.9301928","bedrooms":"0","price":"156000","area":"582"} , +{"type":"Feature","id":"n4867054923","geometry":{"type":"Point","coordinates":[-0.9317136,51.2870692]},"properties":{"@type":"node","@id":4867054923,"@timestamp":1495319954},"coords":"51.2870692,-0.9317136","bedrooms":"1","price":"247000","area":"506"} , +{"type":"Feature","id":"n4867054933","geometry":{"type":"Point","coordinates":[-0.9334597,51.2792681]},"properties":{"@type":"node","@id":4867054933,"@timestamp":1495319954},"coords":"51.2792681,-0.9334597","bedrooms":"3","price":"177000","area":"463"} , +{"type":"Feature","id":"n4867054943","geometry":{"type":"Point","coordinates":[-0.948059,51.2775987]},"properties":{"@type":"node","@id":4867054943,"@timestamp":1495319955},"coords":"51.2775987,-0.948059","bedrooms":"0","price":"178000","area":"557"} , +{"type":"Feature","id":"n4867057926","geometry":{"type":"Point","coordinates":[-1.0654445,51.2713433]},"properties":{"@type":"node","@id":4867057926,"@timestamp":1495320372},"coords":"51.2713433,-1.0654445","bedrooms":"1","price":"222000","area":"628"} , +{"type":"Feature","id":"n4867170840","geometry":{"type":"Point","coordinates":[0.322299,51.4788567]},"properties":{"@type":"node","@id":4867170840,"@timestamp":1495322786},"coords":"51.4788567,0.322299","bedrooms":"0","price":"276000","area":"638"} , +{"type":"Feature","id":"n4867278516","geometry":{"type":"Point","coordinates":[0.3233791,51.477722]},"properties":{"@type":"node","@id":4867278516,"@timestamp":1495325910},"coords":"51.477722,0.3233791","bedrooms":"1","price":"178000","area":"675"} , +{"type":"Feature","id":"n4867279347","geometry":{"type":"Point","coordinates":[0.3230769,51.4784906]},"properties":{"@type":"node","@id":4867279347,"@timestamp":1495325910},"coords":"51.4784906,0.3230769","bedrooms":"1","price":"163000","area":"583"} , +{"type":"Feature","id":"n4867413268","geometry":{"type":"Point","coordinates":[0.2652971,51.1340949]},"properties":{"@type":"node","@id":4867413268,"@timestamp":1495343311},"coords":"51.1340949,0.2652971","bedrooms":"0","price":"226000","area":"483"} , +{"type":"Feature","id":"n4867724262","geometry":{"type":"Point","coordinates":[-0.4139599,51.3808148]},"properties":{"@type":"node","@id":4867724262,"@timestamp":1533071325},"coords":"51.3808148,-0.4139599","bedrooms":"0","price":"251000","area":"630"} , +{"type":"Feature","id":"n4867913842","geometry":{"type":"Point","coordinates":[-0.3058708,51.4087162]},"properties":{"@type":"node","@id":4867913842,"@timestamp":1630890902},"coords":"51.4087162,-0.3058708","bedrooms":"3","price":"209000","area":"481"} , +{"type":"Feature","id":"n4868244119","geometry":{"type":"Point","coordinates":[-0.0201706,51.5145075]},"properties":{"@type":"node","@id":4868244119,"@timestamp":1495385626},"coords":"51.5145075,-0.0201706","bedrooms":"1","price":"231000","area":"396"} , +{"type":"Feature","id":"n4868549105","geometry":{"type":"Point","coordinates":[-0.0955561,51.4456778]},"properties":{"@type":"node","@id":4868549105,"@timestamp":1495398233},"coords":"51.4456778,-0.0955561","bedrooms":"2","price":"283000","area":"500"} , +{"type":"Feature","id":"n4869908976","geometry":{"type":"Point","coordinates":[-1.0426205,51.9255711]},"properties":{"@type":"node","@id":4869908976,"@timestamp":1495459752},"coords":"51.9255711,-1.0426205","bedrooms":"2","price":"199000","area":"666"} , +{"type":"Feature","id":"n4869919161","geometry":{"type":"Point","coordinates":[-1.0794653,51.9071858]},"properties":{"@type":"node","@id":4869919161,"@timestamp":1635249588},"coords":"51.9071858,-1.0794653","bedrooms":"1","price":"187000","area":"472"} , +{"type":"Feature","id":"n4869919180","geometry":{"type":"Point","coordinates":[-1.0467315,51.903813]},"properties":{"@type":"node","@id":4869919180,"@timestamp":1627325804},"coords":"51.903813,-1.0467315","bedrooms":"2","price":"246000","area":"513"} , +{"type":"Feature","id":"n4869935915","geometry":{"type":"Point","coordinates":[-0.9867646,51.4628971]},"properties":{"@type":"node","@id":4869935915,"@timestamp":1513443771},"coords":"51.4628971,-0.9867646","bedrooms":"1","price":"196000","area":"680"} , +{"type":"Feature","id":"n4869939676","geometry":{"type":"Point","coordinates":[-1.0435671,51.909388]},"properties":{"@type":"node","@id":4869939676,"@timestamp":1627325804},"coords":"51.909388,-1.0435671","bedrooms":"1","price":"193000","area":"451"} , +{"type":"Feature","id":"n4869939686","geometry":{"type":"Point","coordinates":[-1.0423708,51.9096438]},"properties":{"@type":"node","@id":4869939686,"@timestamp":1627325804},"coords":"51.9096438,-1.0423708","bedrooms":"2","price":"173000","area":"376"} , +{"type":"Feature","id":"n4869939696","geometry":{"type":"Point","coordinates":[-1.0302709,51.9120666]},"properties":{"@type":"node","@id":4869939696,"@timestamp":1627325954},"coords":"51.9120666,-1.0302709","bedrooms":"2","price":"199000","area":"622"} , +{"type":"Feature","id":"n4869939707","geometry":{"type":"Point","coordinates":[-1.0241481,51.9301624]},"properties":{"@type":"node","@id":4869939707,"@timestamp":1495461109},"coords":"51.9301624,-1.0241481","bedrooms":"4","price":"282000","area":"646"} , +{"type":"Feature","id":"n4869939718","geometry":{"type":"Point","coordinates":[-1.0249662,51.9165587]},"properties":{"@type":"node","@id":4869939718,"@timestamp":1495461110},"coords":"51.9165587,-1.0249662","bedrooms":"1","price":"278000","area":"562"} , +{"type":"Feature","id":"n4869940028","geometry":{"type":"Point","coordinates":[-1.0189741,51.9160441]},"properties":{"@type":"node","@id":4869940028,"@timestamp":1495461110},"coords":"51.9160441,-1.0189741","bedrooms":"3","price":"182000","area":"471"} , +{"type":"Feature","id":"n4869940038","geometry":{"type":"Point","coordinates":[-1.0244271,51.930781]},"properties":{"@type":"node","@id":4869940038,"@timestamp":1495461110},"coords":"51.930781,-1.0244271","bedrooms":"0","price":"179000","area":"486"} , +{"type":"Feature","id":"n4869940048","geometry":{"type":"Point","coordinates":[-1.0263583,51.9082709]},"properties":{"@type":"node","@id":4869940048,"@timestamp":1495461111},"coords":"51.9082709,-1.0263583","bedrooms":"3","price":"172000","area":"609"} , +{"type":"Feature","id":"n4869963330","geometry":{"type":"Point","coordinates":[-0.9590844,51.4802532]},"properties":{"@type":"node","@id":4869963330,"@timestamp":1495462204},"coords":"51.4802532,-0.9590844","bedrooms":"1","price":"214000","area":"504"} , +{"type":"Feature","id":"n4870246671","geometry":{"type":"Point","coordinates":[-1.0846958,51.9316112]},"properties":{"@type":"node","@id":4870246671,"@timestamp":1495473269},"coords":"51.9316112,-1.0846958","bedrooms":"3","price":"296000","area":"642"} , +{"type":"Feature","id":"n4870246688","geometry":{"type":"Point","coordinates":[-1.0900254,51.9301905]},"properties":{"@type":"node","@id":4870246688,"@timestamp":1495473269},"coords":"51.9301905,-1.0900254","bedrooms":"2","price":"237000","area":"519"} , +{"type":"Feature","id":"n4870246705","geometry":{"type":"Point","coordinates":[-1.0784622,51.9346772]},"properties":{"@type":"node","@id":4870246705,"@timestamp":1495473270},"coords":"51.9346772,-1.0784622","bedrooms":"4","price":"280000","area":"541"} , +{"type":"Feature","id":"n4870246719","geometry":{"type":"Point","coordinates":[-1.0636133,51.9194085]},"properties":{"@type":"node","@id":4870246719,"@timestamp":1635249588},"coords":"51.9194085,-1.0636133","bedrooms":"1","price":"179000","area":"683"} , +{"type":"Feature","id":"n4870248535","geometry":{"type":"Point","coordinates":[-1.0753376,51.9365197]},"properties":{"@type":"node","@id":4870248535,"@timestamp":1495473271},"coords":"51.9365197,-1.0753376","bedrooms":"3","price":"243000","area":"505"} , +{"type":"Feature","id":"n4870266651","geometry":{"type":"Point","coordinates":[-1.0994269,51.9150997]},"properties":{"@type":"node","@id":4870266651,"@timestamp":1495474090},"coords":"51.9150997,-1.0994269","bedrooms":"2","price":"212000","area":"482"} , +{"type":"Feature","id":"n4870266668","geometry":{"type":"Point","coordinates":[-1.0961761,51.944351]},"properties":{"@type":"node","@id":4870266668,"@timestamp":1495474091},"coords":"51.944351,-1.0961761","bedrooms":"1","price":"232000","area":"359"} , +{"type":"Feature","id":"n4870266686","geometry":{"type":"Point","coordinates":[-1.0923808,51.9424661]},"properties":{"@type":"node","@id":4870266686,"@timestamp":1495474092},"coords":"51.9424661,-1.0923808","bedrooms":"4","price":"297000","area":"495"} , +{"type":"Feature","id":"n4870266699","geometry":{"type":"Point","coordinates":[-1.1139082,51.9259797]},"properties":{"@type":"node","@id":4870266699,"@timestamp":1495474092},"coords":"51.9259797,-1.1139082","bedrooms":"0","price":"271000","area":"571"} , +{"type":"Feature","id":"n4870266719","geometry":{"type":"Point","coordinates":[-1.1115344,51.9126426]},"properties":{"@type":"node","@id":4870266719,"@timestamp":1495474093},"coords":"51.9126426,-1.1115344","bedrooms":"4","price":"207000","area":"378"} , +{"type":"Feature","id":"n4870267438","geometry":{"type":"Point","coordinates":[-1.0904843,51.9441111]},"properties":{"@type":"node","@id":4870267438,"@timestamp":1495474093},"coords":"51.9441111,-1.0904843","bedrooms":"0","price":"177000","area":"485"} , +{"type":"Feature","id":"n4870271829","geometry":{"type":"Point","coordinates":[-0.2111224,51.9352414]},"properties":{"@type":"node","@id":4870271829,"@timestamp":1495474377},"coords":"51.9352414,-0.2111224","bedrooms":"0","price":"204000","area":"557"} , +{"type":"Feature","id":"n4870663908","geometry":{"type":"Point","coordinates":[-0.9778047,51.1495635]},"properties":{"@type":"node","@id":4870663908,"@timestamp":1495489265},"coords":"51.1495635,-0.9778047","bedrooms":"3","price":"215000","area":"579"} , +{"type":"Feature","id":"n4870735282","geometry":{"type":"Point","coordinates":[-0.1676738,51.4613853]},"properties":{"@type":"node","@id":4870735282,"@timestamp":1495494319},"coords":"51.4613853,-0.1676738","bedrooms":"3","price":"184000","area":"368"} , +{"type":"Feature","id":"n4871637808","geometry":{"type":"Point","coordinates":[0.2656459,51.7074331]},"properties":{"@type":"node","@id":4871637808,"@timestamp":1495528676},"coords":"51.7074331,0.2656459","bedrooms":"4","price":"152000","area":"440"} , +{"type":"Feature","id":"n4872154790","geometry":{"type":"Point","coordinates":[-0.1291172,51.511059]},"properties":{"@type":"node","@id":4872154790,"@timestamp":1558600976},"coords":"51.511059,-0.1291172","bedrooms":"4","price":"277000","area":"495"} , +{"type":"Feature","id":"n4872503450","geometry":{"type":"Point","coordinates":[-0.0540102,51.5203976]},"properties":{"@type":"node","@id":4872503450,"@timestamp":1495558140,"type":"statue"},"coords":"51.5203976,-0.0540102","bedrooms":"2","price":"239000","area":"601"} , +{"type":"Feature","id":"n4872707797","geometry":{"type":"Point","coordinates":[-0.4201817,51.3765108]},"properties":{"@type":"node","@id":4872707797,"@timestamp":1598626676},"coords":"51.3765108,-0.4201817","bedrooms":"0","price":"216000","area":"595"} , +{"type":"Feature","id":"n4872732989","geometry":{"type":"Point","coordinates":[-0.4201134,51.3862473]},"properties":{"@type":"node","@id":4872732989,"@timestamp":1594578724},"coords":"51.3862473,-0.4201134","bedrooms":"3","price":"272000","area":"497"} , +{"type":"Feature","id":"n4872971220","geometry":{"type":"Point","coordinates":[-0.2108544,51.4704538]},"properties":{"@type":"node","@id":4872971220,"@timestamp":1495575587},"coords":"51.4704538,-0.2108544","bedrooms":"0","price":"228000","area":"394"} , +{"type":"Feature","id":"n4873084586","geometry":{"type":"Point","coordinates":[-0.9772689,51.1502232]},"properties":{"@type":"node","@id":4873084586,"@timestamp":1495584902},"coords":"51.1502232,-0.9772689","bedrooms":"3","price":"298000","area":"450"} , +{"type":"Feature","id":"n4873100055","geometry":{"type":"Point","coordinates":[0.0004062,51.5134213]},"properties":{"@type":"node","@id":4873100055,"@timestamp":1628588170},"coords":"51.5134213,0.0004062","bedrooms":"0","price":"258000","area":"657"} , +{"type":"Feature","id":"n4873544665","geometry":{"type":"Point","coordinates":[-0.1667851,51.4608113]},"properties":{"@type":"node","@id":4873544665,"@timestamp":1607968983},"coords":"51.4608113,-0.1667851","bedrooms":"1","price":"181000","area":"493"} , +{"type":"Feature","id":"n4874136624","geometry":{"type":"Point","coordinates":[-0.1313762,51.511739]},"properties":{"@type":"node","@id":4874136624,"@timestamp":1634507294},"coords":"51.511739,-0.1313762","bedrooms":"2","price":"163000","area":"524"} , +{"type":"Feature","id":"n4874283502","geometry":{"type":"Point","coordinates":[-0.1319262,51.5109844]},"properties":{"@type":"node","@id":4874283502,"@timestamp":1624757944},"coords":"51.5109844,-0.1319262","bedrooms":"4","price":"183000","area":"555"} , +{"type":"Feature","id":"n4874585943","geometry":{"type":"Point","coordinates":[-0.2838754,51.3714328]},"properties":{"@type":"node","@id":4874585943,"@timestamp":1618668599},"coords":"51.3714328,-0.2838754","bedrooms":"4","price":"226000","area":"587"} , +{"type":"Feature","id":"n4874694990","geometry":{"type":"Point","coordinates":[-0.4094167,51.3927518]},"properties":{"@type":"node","@id":4874694990,"@timestamp":1495651846},"coords":"51.3927518,-0.4094167","bedrooms":"4","price":"215000","area":"688"} , +{"type":"Feature","id":"n4874695233","geometry":{"type":"Point","coordinates":[-0.4171006,51.3882375]},"properties":{"@type":"node","@id":4874695233,"@timestamp":1495655082},"coords":"51.3882375,-0.4171006","bedrooms":"2","price":"173000","area":"384"} , +{"type":"Feature","id":"n4874735782","geometry":{"type":"Point","coordinates":[-0.4149347,51.3899013]},"properties":{"@type":"node","@id":4874735782,"@timestamp":1495653526},"coords":"51.3899013,-0.4149347","bedrooms":"4","price":"205000","area":"404"} , +{"type":"Feature","id":"n4874779097","geometry":{"type":"Point","coordinates":[-0.4180698,51.3874552]},"properties":{"@type":"node","@id":4874779097,"@timestamp":1495655572},"coords":"51.3874552,-0.4180698","bedrooms":"4","price":"230000","area":"434"} , +{"type":"Feature","id":"n4874879139","geometry":{"type":"Point","coordinates":[-0.0987482,51.5270887]},"properties":{"@type":"node","@id":4874879139,"@timestamp":1495660630},"coords":"51.5270887,-0.0987482","bedrooms":"3","price":"169000","area":"653"} , +{"type":"Feature","id":"n4874879155","geometry":{"type":"Point","coordinates":[-0.0990057,51.5270353]},"properties":{"@type":"node","@id":4874879155,"@timestamp":1495660630},"coords":"51.5270353,-0.0990057","bedrooms":"4","price":"244000","area":"678"} , +{"type":"Feature","id":"n4875757542","geometry":{"type":"Point","coordinates":[-0.1019863,51.59015]},"properties":{"@type":"node","@id":4875757542,"@timestamp":1495707232},"coords":"51.59015,-0.1019863","bedrooms":"3","price":"282000","area":"578"} , +{"type":"Feature","id":"n4876099564","geometry":{"type":"Point","coordinates":[-1.0651,51.9674458]},"properties":{"@type":"node","@id":4876099564,"@timestamp":1611091827},"coords":"51.9674458,-1.0651","bedrooms":"0","price":"257000","area":"652"} , +{"type":"Feature","id":"n4876099591","geometry":{"type":"Point","coordinates":[-1.0640003,51.9624054]},"properties":{"@type":"node","@id":4876099591,"@timestamp":1495717866},"coords":"51.9624054,-1.0640003","bedrooms":"0","price":"276000","area":"680"} , +{"type":"Feature","id":"n4876099640","geometry":{"type":"Point","coordinates":[-1.0629356,51.9734995]},"properties":{"@type":"node","@id":4876099640,"@timestamp":1611091827},"coords":"51.9734995,-1.0629356","bedrooms":"3","price":"238000","area":"592"} , +{"type":"Feature","id":"n4876525493","geometry":{"type":"Point","coordinates":[-0.4252546,51.3861471]},"properties":{"@type":"node","@id":4876525493,"@timestamp":1495740364},"coords":"51.3861471,-0.4252546","bedrooms":"3","price":"283000","area":"500"} , +{"type":"Feature","id":"n4876616899","geometry":{"type":"Point","coordinates":[-0.4245157,51.385316]},"properties":{"@type":"node","@id":4876616899,"@timestamp":1495740770},"coords":"51.385316,-0.4245157","bedrooms":"2","price":"214000","area":"619"} , +{"type":"Feature","id":"n4876656413","geometry":{"type":"Point","coordinates":[-0.4325214,51.3881171]},"properties":{"@type":"node","@id":4876656413,"@timestamp":1495742679},"coords":"51.3881171,-0.4325214","bedrooms":"0","price":"243000","area":"519"} , +{"type":"Feature","id":"n4876742607","geometry":{"type":"Point","coordinates":[-0.0988753,51.04892]},"properties":{"@type":"node","@id":4876742607,"@timestamp":1495746813},"coords":"51.04892,-0.0988753","bedrooms":"2","price":"225000","area":"649"} , +{"type":"Feature","id":"n4876828267","geometry":{"type":"Point","coordinates":[-0.9761444,51.1498105]},"properties":{"@type":"node","@id":4876828267,"@timestamp":1497907043},"coords":"51.1498105,-0.9761444","bedrooms":"4","price":"167000","area":"684"} , +{"type":"Feature","id":"n4876828282","geometry":{"type":"Point","coordinates":[-0.975673,51.1499244]},"properties":{"@type":"node","@id":4876828282,"@timestamp":1495752047},"coords":"51.1499244,-0.975673","bedrooms":"0","price":"213000","area":"475"} , +{"type":"Feature","id":"n4876828633","geometry":{"type":"Point","coordinates":[-0.9767003,51.1496998]},"properties":{"@type":"node","@id":4876828633,"@timestamp":1495752051},"coords":"51.1496998,-0.9767003","bedrooms":"0","price":"298000","area":"681"} , +{"type":"Feature","id":"n4876828735","geometry":{"type":"Point","coordinates":[-0.977001,51.1488483]},"properties":{"@type":"node","@id":4876828735,"@timestamp":1495752053},"coords":"51.1488483,-0.977001","bedrooms":"0","price":"205000","area":"389"} , +{"type":"Feature","id":"n4878452410","geometry":{"type":"Point","coordinates":[-0.132016,51.5116864]},"properties":{"@type":"node","@id":4878452410,"@timestamp":1495802042},"coords":"51.5116864,-0.132016","bedrooms":"2","price":"154000","area":"392"} , +{"type":"Feature","id":"n4878687667","geometry":{"type":"Point","coordinates":[-0.8120847,51.8187548]},"properties":{"@type":"node","@id":4878687667,"@timestamp":1582472826},"coords":"51.8187548,-0.8120847","bedrooms":"1","price":"270000","area":"509"} , +{"type":"Feature","id":"n4878946471","geometry":{"type":"Point","coordinates":[-0.0921464,51.6582042]},"properties":{"@type":"node","@id":4878946471,"@timestamp":1495818761},"coords":"51.6582042,-0.0921464","bedrooms":"0","price":"171000","area":"487"} , +{"type":"Feature","id":"n4878946484","geometry":{"type":"Point","coordinates":[-0.0927401,51.6604441]},"properties":{"@type":"node","@id":4878946484,"@timestamp":1495818761},"coords":"51.6604441,-0.0927401","bedrooms":"3","price":"260000","area":"623"} , +{"type":"Feature","id":"n4878956825","geometry":{"type":"Point","coordinates":[-0.7112304,51.4330634]},"properties":{"@type":"node","@id":4878956825,"@timestamp":1609758052},"coords":"51.4330634,-0.7112304","bedrooms":"2","price":"162000","area":"474"} , +{"type":"Feature","id":"n4879092321","geometry":{"type":"Point","coordinates":[-0.4465186,51.3683575]},"properties":{"@type":"node","@id":4879092321,"@timestamp":1495827148},"coords":"51.3683575,-0.4465186","bedrooms":"3","price":"245000","area":"566"} , +{"type":"Feature","id":"n4879493075","geometry":{"type":"Point","coordinates":[-0.9766889,51.1486356]},"properties":{"@type":"node","@id":4879493075,"@timestamp":1495842430},"coords":"51.1486356,-0.9766889","bedrooms":"3","price":"156000","area":"610"} , +{"type":"Feature","id":"n4879493133","geometry":{"type":"Point","coordinates":[-0.9761819,51.1490007]},"properties":{"@type":"node","@id":4879493133,"@timestamp":1495842432},"coords":"51.1490007,-0.9761819","bedrooms":"0","price":"178000","area":"654"} , +{"type":"Feature","id":"n4879639150","geometry":{"type":"Point","coordinates":[-0.0080409,51.5418076]},"properties":{"@type":"node","@id":4879639150,"@timestamp":1564908086},"coords":"51.5418076,-0.0080409","bedrooms":"0","price":"244000","area":"398"} , +{"type":"Feature","id":"n4879701781","geometry":{"type":"Point","coordinates":[0.3079176,50.9603821]},"properties":{"@type":"node","@id":4879701781,"@timestamp":1495866127},"coords":"50.9603821,0.3079176","bedrooms":"4","price":"190000","area":"537"} , +{"type":"Feature","id":"n4879811875","geometry":{"type":"Point","coordinates":[0.2869141,50.9894656]},"properties":{"@type":"node","@id":4879811875,"@timestamp":1495874843},"coords":"50.9894656,0.2869141","bedrooms":"0","price":"266000","area":"413"} , +{"type":"Feature","id":"n4879962795","geometry":{"type":"Point","coordinates":[-0.1435595,51.5412085]},"properties":{"@type":"node","@id":4879962795,"@timestamp":1577490866},"coords":"51.5412085,-0.1435595","bedrooms":"3","price":"175000","area":"675"} , +{"type":"Feature","id":"n4879996639","geometry":{"type":"Point","coordinates":[-0.9752533,51.148965]},"properties":{"@type":"node","@id":4879996639,"@timestamp":1495884643},"coords":"51.148965,-0.9752533","bedrooms":"0","price":"174000","area":"407"} , +{"type":"Feature","id":"n4879996691","geometry":{"type":"Point","coordinates":[-0.9760163,51.1484855]},"properties":{"@type":"node","@id":4879996691,"@timestamp":1497652547},"coords":"51.1484855,-0.9760163","bedrooms":"1","price":"296000","area":"391"} , +{"type":"Feature","id":"n4879996701","geometry":{"type":"Point","coordinates":[-0.9771282,51.1486502]},"properties":{"@type":"node","@id":4879996701,"@timestamp":1495884644},"coords":"51.1486502,-0.9771282","bedrooms":"0","price":"182000","area":"484"} , +{"type":"Feature","id":"n4880412377","geometry":{"type":"Point","coordinates":[-0.420282,51.4592774]},"properties":{"@type":"node","@id":4880412377,"@timestamp":1495904437},"coords":"51.4592774,-0.420282","bedrooms":"1","price":"189000","area":"575"} , +{"type":"Feature","id":"n4880499705","geometry":{"type":"Point","coordinates":[0.2598501,50.9634994]},"properties":{"@type":"node","@id":4880499705,"@timestamp":1635701448},"coords":"50.9634994,0.2598501","bedrooms":"0","price":"235000","area":"565"} , +{"type":"Feature","id":"n4880516056","geometry":{"type":"Point","coordinates":[-0.9741575,51.1496528]},"properties":{"@type":"node","@id":4880516056,"@timestamp":1495908910},"coords":"51.1496528,-0.9741575","bedrooms":"2","price":"227000","area":"401"} , +{"type":"Feature","id":"n4880516821","geometry":{"type":"Point","coordinates":[-0.9747727,51.1493262]},"properties":{"@type":"node","@id":4880516821,"@timestamp":1495908911},"coords":"51.1493262,-0.9747727","bedrooms":"0","price":"297000","area":"642"} , +{"type":"Feature","id":"n4880873822","geometry":{"type":"Point","coordinates":[-0.1316679,51.5140947]},"properties":{"@type":"node","@id":4880873822,"@timestamp":1610029785},"coords":"51.5140947,-0.1316679","bedrooms":"0","price":"175000","area":"615"} , +{"type":"Feature","id":"n4881418343","geometry":{"type":"Point","coordinates":[0.2851436,51.5958048]},"properties":{"@type":"node","@id":4881418343,"@timestamp":1544192224},"coords":"51.5958048,0.2851436","bedrooms":"4","price":"257000","area":"423"} , +{"type":"Feature","id":"n4881573405","geometry":{"type":"Point","coordinates":[-0.9734917,51.1497463]},"properties":{"@type":"node","@id":4881573405,"@timestamp":1495975461},"coords":"51.1497463,-0.9734917","bedrooms":"2","price":"168000","area":"601"} , +{"type":"Feature","id":"n4881573559","geometry":{"type":"Point","coordinates":[-0.973725,51.1498403]},"properties":{"@type":"node","@id":4881573559,"@timestamp":1627988271},"coords":"51.1498403,-0.973725","bedrooms":"4","price":"245000","area":"663"} , +{"type":"Feature","id":"n4881688240","geometry":{"type":"Point","coordinates":[-0.7119111,51.0377471]},"properties":{"@type":"node","@id":4881688240,"@timestamp":1495982771},"coords":"51.0377471,-0.7119111","bedrooms":"4","price":"194000","area":"368"} , +{"type":"Feature","id":"n4882248955","geometry":{"type":"Point","coordinates":[0.0290471,51.4670316]},"properties":{"@type":"node","@id":4882248955,"@timestamp":1514948148},"coords":"51.4670316,0.0290471","bedrooms":"1","price":"188000","area":"562"} , +{"type":"Feature","id":"n4882596909","geometry":{"type":"Point","coordinates":[-0.2059931,51.4985951]},"properties":{"@type":"node","@id":4882596909,"@timestamp":1564908086},"coords":"51.4985951,-0.2059931","bedrooms":"4","price":"152000","area":"439"} , +{"type":"Feature","id":"n4883395634","geometry":{"type":"Point","coordinates":[-0.3470959,51.7352551]},"properties":{"@type":"node","@id":4883395634,"@timestamp":1626364690},"coords":"51.7352551,-0.3470959","bedrooms":"0","price":"297000","area":"405"} , +{"type":"Feature","id":"n4883563783","geometry":{"type":"Point","coordinates":[0.4982636,51.3709944]},"properties":{"@type":"node","@id":4883563783,"@timestamp":1496061939},"coords":"51.3709944,0.4982636","bedrooms":"0","price":"257000","area":"500"} , +{"type":"Feature","id":"n4883856786","geometry":{"type":"Point","coordinates":[-0.9454894,51.121701]},"properties":{"@type":"node","@id":4883856786,"@timestamp":1496073713},"coords":"51.121701,-0.9454894","bedrooms":"2","price":"186000","area":"503"} , +{"type":"Feature","id":"n4883857022","geometry":{"type":"Point","coordinates":[-0.9671308,51.1236076]},"properties":{"@type":"node","@id":4883857022,"@timestamp":1496073714},"coords":"51.1236076,-0.9671308","bedrooms":"2","price":"173000","area":"412"} , +{"type":"Feature","id":"n4883857032","geometry":{"type":"Point","coordinates":[-0.9640369,51.134091]},"properties":{"@type":"node","@id":4883857032,"@timestamp":1496073714},"coords":"51.134091,-0.9640369","bedrooms":"4","price":"257000","area":"544"} , +{"type":"Feature","id":"n4883857076","geometry":{"type":"Point","coordinates":[-1.0347292,51.0982905]},"properties":{"@type":"node","@id":4883857076,"@timestamp":1496073715},"coords":"51.0982905,-1.0347292","bedrooms":"3","price":"237000","area":"671"} , +{"type":"Feature","id":"n4883857086","geometry":{"type":"Point","coordinates":[-1.0258591,51.1047312]},"properties":{"@type":"node","@id":4883857086,"@timestamp":1496073716},"coords":"51.1047312,-1.0258591","bedrooms":"0","price":"223000","area":"407"} , +{"type":"Feature","id":"n4883857096","geometry":{"type":"Point","coordinates":[-1.0139179,51.1104789]},"properties":{"@type":"node","@id":4883857096,"@timestamp":1496073716},"coords":"51.1104789,-1.0139179","bedrooms":"0","price":"167000","area":"618"} , +{"type":"Feature","id":"n4883857106","geometry":{"type":"Point","coordinates":[-0.9991604,51.1151979]},"properties":{"@type":"node","@id":4883857106,"@timestamp":1496073716},"coords":"51.1151979,-0.9991604","bedrooms":"3","price":"184000","area":"465"} , +{"type":"Feature","id":"n4883857116","geometry":{"type":"Point","coordinates":[-0.9821498,51.1199063]},"properties":{"@type":"node","@id":4883857116,"@timestamp":1496073717},"coords":"51.1199063,-0.9821498","bedrooms":"1","price":"230000","area":"550"} , +{"type":"Feature","id":"n4883857126","geometry":{"type":"Point","coordinates":[-0.9670678,51.1253154]},"properties":{"@type":"node","@id":4883857126,"@timestamp":1496073717},"coords":"51.1253154,-0.9670678","bedrooms":"1","price":"207000","area":"481"} , +{"type":"Feature","id":"n4883857136","geometry":{"type":"Point","coordinates":[-0.9639081,51.1349334]},"properties":{"@type":"node","@id":4883857136,"@timestamp":1496073718},"coords":"51.1349334,-0.9639081","bedrooms":"1","price":"177000","area":"666"} , +{"type":"Feature","id":"n4883909412","geometry":{"type":"Point","coordinates":[0.5834563,51.3744706]},"properties":{"@type":"node","@id":4883909412,"@timestamp":1558804589},"coords":"51.3744706,0.5834563","bedrooms":"2","price":"196000","area":"362"} , +{"type":"Feature","id":"n4883909522","geometry":{"type":"Point","coordinates":[0.5823331,51.37453]},"properties":{"@type":"node","@id":4883909522,"@timestamp":1496075958},"coords":"51.37453,0.5823331","bedrooms":"3","price":"288000","area":"382"} , +{"type":"Feature","id":"n4884049188","geometry":{"type":"Point","coordinates":[0.1215063,51.4501738]},"properties":{"@type":"node","@id":4884049188,"@timestamp":1609905770},"coords":"51.4501738,0.1215063","bedrooms":"4","price":"215000","area":"390"} , +{"type":"Feature","id":"n4884482421","geometry":{"type":"Point","coordinates":[-0.9744577,51.1504252]},"properties":{"@type":"node","@id":4884482421,"@timestamp":1496099124},"coords":"51.1504252,-0.9744577","bedrooms":"0","price":"263000","area":"380"} , +{"type":"Feature","id":"n4886160008","geometry":{"type":"Point","coordinates":[-0.1171058,51.6458134]},"properties":{"@type":"node","@id":4886160008,"@timestamp":1599575658},"coords":"51.6458134,-0.1171058","bedrooms":"4","price":"297000","area":"363"} , +{"type":"Feature","id":"n4886632152","geometry":{"type":"Point","coordinates":[-0.1209307,51.5657512]},"properties":{"@type":"node","@id":4886632152,"@timestamp":1496189492},"coords":"51.5657512,-0.1209307","bedrooms":"1","price":"286000","area":"474"} , +{"type":"Feature","id":"n4886632822","geometry":{"type":"Point","coordinates":[-0.1189173,51.5638286]},"properties":{"@type":"node","@id":4886632822,"@timestamp":1496189290},"coords":"51.5638286,-0.1189173","bedrooms":"3","price":"205000","area":"395"} , +{"type":"Feature","id":"n4886632861","geometry":{"type":"Point","coordinates":[-0.1195623,51.5644577]},"properties":{"@type":"node","@id":4886632861,"@timestamp":1496189290},"coords":"51.5644577,-0.1195623","bedrooms":"1","price":"295000","area":"638"} , +{"type":"Feature","id":"n4886632886","geometry":{"type":"Point","coordinates":[-0.1200648,51.5649584]},"properties":{"@type":"node","@id":4886632886,"@timestamp":1496189291},"coords":"51.5649584,-0.1200648","bedrooms":"4","price":"151000","area":"685"} , +{"type":"Feature","id":"n4887749819","geometry":{"type":"Point","coordinates":[0.5918999,51.5216579]},"properties":{"@type":"node","@id":4887749819,"@timestamp":1496815673},"coords":"51.5216579,0.5918999","bedrooms":"2","price":"163000","area":"626"} , +{"type":"Feature","id":"n4888247386","geometry":{"type":"Point","coordinates":[-0.7767284,51.3351704]},"properties":{"@type":"node","@id":4888247386,"@timestamp":1609928718},"coords":"51.3351704,-0.7767284","bedrooms":"3","price":"236000","area":"517"} , +{"type":"Feature","id":"n4888300658","geometry":{"type":"Point","coordinates":[0.1154669,51.6552915]},"properties":{"@type":"node","@id":4888300658,"@timestamp":1609237637},"coords":"51.6552915,0.1154669","bedrooms":"3","price":"153000","area":"537"} , +{"type":"Feature","id":"n4888337692","geometry":{"type":"Point","coordinates":[-0.8007294,51.3458495]},"properties":{"@type":"node","@id":4888337692,"@timestamp":1496257835},"coords":"51.3458495,-0.8007294","bedrooms":"2","price":"177000","area":"416"} , +{"type":"Feature","id":"n4888369474","geometry":{"type":"Point","coordinates":[0.1842493,51.5772362]},"properties":{"@type":"node","@id":4888369474,"@timestamp":1585732152},"coords":"51.5772362,0.1842493","bedrooms":"4","price":"285000","area":"654"} , +{"type":"Feature","id":"n4888387622","geometry":{"type":"Point","coordinates":[-0.8341327,51.7242174]},"properties":{"@type":"node","@id":4888387622,"@timestamp":1524253598},"coords":"51.7242174,-0.8341327","bedrooms":"3","price":"225000","area":"561"} , +{"type":"Feature","id":"n4888556699","geometry":{"type":"Point","coordinates":[-0.0301238,51.4839635]},"properties":{"@type":"node","@id":4888556699,"@timestamp":1496268673},"coords":"51.4839635,-0.0301238","bedrooms":"1","price":"260000","area":"466"} , +{"type":"Feature","id":"n4888677221","geometry":{"type":"Point","coordinates":[-0.2203958,51.5482986]},"properties":{"@type":"node","@id":4888677221,"@timestamp":1496276793},"coords":"51.5482986,-0.2203958","bedrooms":"0","price":"236000","area":"407"} , +{"type":"Feature","id":"n4888948830","geometry":{"type":"Point","coordinates":[-0.1328503,51.5091454]},"properties":{"@type":"node","@id":4888948830,"@timestamp":1496288243},"coords":"51.5091454,-0.1328503","bedrooms":"2","price":"229000","area":"372"} , +{"type":"Feature","id":"n4889610990","geometry":{"type":"Point","coordinates":[-0.1321075,51.5086763]},"properties":{"@type":"node","@id":4889610990,"@timestamp":1496316001},"coords":"51.5086763,-0.1321075","bedrooms":"4","price":"160000","area":"655"} , +{"type":"Feature","id":"n4890406378","geometry":{"type":"Point","coordinates":[-0.6886481,51.4113573]},"properties":{"@type":"node","@id":4890406378,"@timestamp":1550868675},"coords":"51.4113573,-0.6886481","bedrooms":"0","price":"161000","area":"650"} , +{"type":"Feature","id":"n4890732642","geometry":{"type":"Point","coordinates":[-0.9759794,51.1518252]},"properties":{"@type":"node","@id":4890732642,"@timestamp":1496357844},"coords":"51.1518252,-0.9759794","bedrooms":"0","price":"168000","area":"421"} , +{"type":"Feature","id":"n4890732700","geometry":{"type":"Point","coordinates":[-0.9755449,51.1509798]},"properties":{"@type":"node","@id":4890732700,"@timestamp":1497909018},"coords":"51.1509798,-0.9755449","bedrooms":"3","price":"246000","area":"695"} , +{"type":"Feature","id":"n4891619989","geometry":{"type":"Point","coordinates":[-0.0557893,51.5425677]},"properties":{"@type":"node","@id":4891619989,"@timestamp":1496395794},"coords":"51.5425677,-0.0557893","bedrooms":"4","price":"156000","area":"529"} , +{"type":"Feature","id":"n4891650150","geometry":{"type":"Point","coordinates":[-0.0976906,51.5273492]},"properties":{"@type":"node","@id":4891650150,"@timestamp":1496396670},"coords":"51.5273492,-0.0976906","bedrooms":"4","price":"214000","area":"460"} , +{"type":"Feature","id":"n4891667137","geometry":{"type":"Point","coordinates":[-0.0427298,51.5212164]},"properties":{"@type":"node","@id":4891667137,"@timestamp":1496397060},"coords":"51.5212164,-0.0427298","bedrooms":"3","price":"172000","area":"499"} , +{"type":"Feature","id":"n4891899607","geometry":{"type":"Point","coordinates":[0.0026736,51.544384]},"properties":{"@type":"node","@id":4891899607,"@timestamp":1552946102},"coords":"51.544384,0.0026736","bedrooms":"2","price":"190000","area":"395"} , +{"type":"Feature","id":"n4891900604","geometry":{"type":"Point","coordinates":[-0.0490709,51.5430475]},"properties":{"@type":"node","@id":4891900604,"@timestamp":1499710625},"coords":"51.5430475,-0.0490709","bedrooms":"2","price":"173000","area":"614"} , +{"type":"Feature","id":"n4892152461","geometry":{"type":"Point","coordinates":[-0.0787544,51.5167085]},"properties":{"@type":"node","@id":4892152461,"@timestamp":1496450242},"coords":"51.5167085,-0.0787544","bedrooms":"0","price":"168000","area":"657"} , +{"type":"Feature","id":"n4892316670","geometry":{"type":"Point","coordinates":[-0.1047351,51.4989264]},"properties":{"@type":"node","@id":4892316670,"@timestamp":1627172621},"coords":"51.4989264,-0.1047351","bedrooms":"3","price":"188000","area":"477"} , +{"type":"Feature","id":"n4892484036","geometry":{"type":"Point","coordinates":[-0.079192,51.5122521]},"properties":{"@type":"node","@id":4892484036,"@timestamp":1511824896},"coords":"51.5122521,-0.079192","bedrooms":"2","price":"161000","area":"694"} , +{"type":"Feature","id":"n4892735381","geometry":{"type":"Point","coordinates":[-0.0791322,51.5122273]},"properties":{"@type":"node","@id":4892735381,"@timestamp":1496433179},"coords":"51.5122273,-0.0791322","bedrooms":"2","price":"181000","area":"599"} , +{"type":"Feature","id":"n4892782349","geometry":{"type":"Point","coordinates":[-0.6193858,51.3975836]},"properties":{"@type":"node","@id":4892782349,"@timestamp":1496434708},"coords":"51.3975836,-0.6193858","bedrooms":"0","price":"256000","area":"621"} , +{"type":"Feature","id":"n4892782360","geometry":{"type":"Point","coordinates":[-0.6181198,51.3958314]},"properties":{"@type":"node","@id":4892782360,"@timestamp":1496434708},"coords":"51.3958314,-0.6181198","bedrooms":"2","price":"297000","area":"401"} , +{"type":"Feature","id":"n4892782370","geometry":{"type":"Point","coordinates":[-0.6180688,51.3943571]},"properties":{"@type":"node","@id":4892782370,"@timestamp":1496434709},"coords":"51.3943571,-0.6180688","bedrooms":"4","price":"213000","area":"560"} , +{"type":"Feature","id":"n4892783973","geometry":{"type":"Point","coordinates":[-0.6205338,51.392819]},"properties":{"@type":"node","@id":4892783973,"@timestamp":1496434910},"coords":"51.392819,-0.6205338","bedrooms":"0","price":"179000","area":"419"} , +{"type":"Feature","id":"n4892826750","geometry":{"type":"Point","coordinates":[-0.6290246,51.3928586]},"properties":{"@type":"node","@id":4892826750,"@timestamp":1558642254},"coords":"51.3928586,-0.6290246","bedrooms":"3","price":"183000","area":"611"} , +{"type":"Feature","id":"n4892993158","geometry":{"type":"Point","coordinates":[-0.14704,51.5706894]},"properties":{"@type":"node","@id":4892993158,"@timestamp":1511510703},"coords":"51.5706894,-0.14704","bedrooms":"3","price":"192000","area":"470"} , +{"type":"Feature","id":"n4892998900","geometry":{"type":"Point","coordinates":[-0.9742957,51.1507661]},"properties":{"@type":"node","@id":4892998900,"@timestamp":1496447212},"coords":"51.1507661,-0.9742957","bedrooms":"4","price":"196000","area":"359"} , +{"type":"Feature","id":"n4893263605","geometry":{"type":"Point","coordinates":[-0.113611,51.3923104]},"properties":{"@type":"node","@id":4893263605,"@timestamp":1564908086},"coords":"51.3923104,-0.113611","bedrooms":"2","price":"270000","area":"531"} , +{"type":"Feature","id":"n4893589889","geometry":{"type":"Point","coordinates":[-0.9738103,51.1501204]},"properties":{"@type":"node","@id":4893589889,"@timestamp":1496486635},"coords":"51.1501204,-0.9738103","bedrooms":"4","price":"161000","area":"527"} , +{"type":"Feature","id":"n4893589971","geometry":{"type":"Point","coordinates":[-0.9742709,51.1487955]},"properties":{"@type":"node","@id":4893589971,"@timestamp":1496486633},"coords":"51.1487955,-0.9742709","bedrooms":"0","price":"196000","area":"554"} , +{"type":"Feature","id":"n4893914839","geometry":{"type":"Point","coordinates":[-0.1775596,51.4353821]},"properties":{"@type":"node","@id":4893914839,"@timestamp":1564908086},"coords":"51.4353821,-0.1775596","bedrooms":"2","price":"234000","area":"545"} , +{"type":"Feature","id":"n4893981085","geometry":{"type":"Point","coordinates":[-0.1685812,51.4733832]},"properties":{"@type":"node","@id":4893981085,"@timestamp":1496505111},"coords":"51.4733832,-0.1685812","bedrooms":"4","price":"175000","area":"558"} , +{"type":"Feature","id":"n4894117958","geometry":{"type":"Point","coordinates":[-0.1816154,51.5684046]},"properties":{"@type":"node","@id":4894117958,"@timestamp":1573720181},"coords":"51.5684046,-0.1816154","bedrooms":"0","price":"243000","area":"546"} , +{"type":"Feature","id":"n4894241690","geometry":{"type":"Point","coordinates":[-0.568014,51.4106696]},"properties":{"@type":"node","@id":4894241690,"@timestamp":1496516603},"coords":"51.4106696,-0.568014","bedrooms":"0","price":"207000","area":"507"} , +{"type":"Feature","id":"n4894276852","geometry":{"type":"Point","coordinates":[0.7979492,51.4198308]},"properties":{"@type":"node","@id":4894276852,"@timestamp":1543946169},"coords":"51.4198308,0.7979492","bedrooms":"0","price":"279000","area":"539"} , +{"type":"Feature","id":"n4894276864","geometry":{"type":"Point","coordinates":[0.7981453,51.420423]},"properties":{"@type":"node","@id":4894276864,"@timestamp":1543946172},"coords":"51.420423,0.7981453","bedrooms":"0","price":"260000","area":"441"} , +{"type":"Feature","id":"n4894276878","geometry":{"type":"Point","coordinates":[0.7773265,51.4222465]},"properties":{"@type":"node","@id":4894276878,"@timestamp":1496518018},"coords":"51.4222465,0.7773265","bedrooms":"1","price":"169000","area":"366"} , +{"type":"Feature","id":"n4894314140","geometry":{"type":"Point","coordinates":[-0.5421116,51.4296987]},"properties":{"@type":"node","@id":4894314140,"@timestamp":1496520007},"coords":"51.4296987,-0.5421116","bedrooms":"4","price":"192000","area":"569"} , +{"type":"Feature","id":"n4894372227","geometry":{"type":"Point","coordinates":[-0.1632489,51.1717908]},"properties":{"@type":"node","@id":4894372227,"@timestamp":1611765838},"coords":"51.1717908,-0.1632489","bedrooms":"2","price":"227000","area":"596"} , +{"type":"Feature","id":"n4894372239","geometry":{"type":"Point","coordinates":[-0.1626443,51.1721412]},"properties":{"@type":"node","@id":4894372239,"@timestamp":1611765838},"coords":"51.1721412,-0.1626443","bedrooms":"0","price":"285000","area":"369"} , +{"type":"Feature","id":"n4894490328","geometry":{"type":"Point","coordinates":[-0.1485872,51.5781603]},"properties":{"@type":"node","@id":4894490328,"@timestamp":1496531098},"coords":"51.5781603,-0.1485872","bedrooms":"1","price":"244000","area":"602"} , +{"type":"Feature","id":"n4894582004","geometry":{"type":"Point","coordinates":[-0.041005,51.4742688]},"properties":{"@type":"node","@id":4894582004,"@timestamp":1564908086},"coords":"51.4742688,-0.041005","bedrooms":"2","price":"291000","area":"526"} , +{"type":"Feature","id":"n4894838537","geometry":{"type":"Point","coordinates":[-0.3412802,50.9922743]},"properties":{"@type":"node","@id":4894838537,"@timestamp":1527181277},"coords":"50.9922743,-0.3412802","bedrooms":"2","price":"267000","area":"437"} , +{"type":"Feature","id":"n4895033483","geometry":{"type":"Point","coordinates":[-0.9728871,51.1496592]},"properties":{"@type":"node","@id":4895033483,"@timestamp":1496572541},"coords":"51.1496592,-0.9728871","bedrooms":"1","price":"279000","area":"455"} , +{"type":"Feature","id":"n4895317405","geometry":{"type":"Point","coordinates":[-0.174488,51.5201799]},"properties":{"@type":"node","@id":4895317405,"@timestamp":1623659940},"coords":"51.5201799,-0.174488","bedrooms":"4","price":"159000","area":"394"} , +{"type":"Feature","id":"n4895437856","geometry":{"type":"Point","coordinates":[-0.1758375,51.5175466]},"properties":{"@type":"node","@id":4895437856,"@timestamp":1570812415},"coords":"51.5175466,-0.1758375","bedrooms":"1","price":"286000","area":"549"} , +{"type":"Feature","id":"n4895638507","geometry":{"type":"Point","coordinates":[-0.5298416,51.9495786]},"properties":{"@type":"node","@id":4895638507,"@timestamp":1608655933},"coords":"51.9495786,-0.5298416","bedrooms":"1","price":"196000","area":"471"} , +{"type":"Feature","id":"n4895768926","geometry":{"type":"Point","coordinates":[-0.5211274,51.9431228]},"properties":{"@type":"node","@id":4895768926,"@timestamp":1552750155},"coords":"51.9431228,-0.5211274","bedrooms":"2","price":"197000","area":"483"} , +{"type":"Feature","id":"n4895815167","geometry":{"type":"Point","coordinates":[-0.550289,51.957832]},"properties":{"@type":"node","@id":4895815167,"@timestamp":1631464088},"coords":"51.957832,-0.550289","bedrooms":"3","price":"270000","area":"479"} , +{"type":"Feature","id":"n4896160687","geometry":{"type":"Point","coordinates":[-0.5593586,51.798043]},"properties":{"@type":"node","@id":4896160687,"@timestamp":1496620842},"coords":"51.798043,-0.5593586","bedrooms":"2","price":"228000","area":"601"} , +{"type":"Feature","id":"n4896160697","geometry":{"type":"Point","coordinates":[-0.5553514,51.7940617]},"properties":{"@type":"node","@id":4896160697,"@timestamp":1496620842},"coords":"51.7940617,-0.5553514","bedrooms":"4","price":"268000","area":"534"} , +{"type":"Feature","id":"n4896162357","geometry":{"type":"Point","coordinates":[-0.5603027,51.7987844]},"properties":{"@type":"node","@id":4896162357,"@timestamp":1496620844},"coords":"51.7987844,-0.5603027","bedrooms":"1","price":"198000","area":"510"} , +{"type":"Feature","id":"n4896162367","geometry":{"type":"Point","coordinates":[-0.5585875,51.7990921]},"properties":{"@type":"node","@id":4896162367,"@timestamp":1497264159},"coords":"51.7990921,-0.5585875","bedrooms":"2","price":"154000","area":"420"} , +{"type":"Feature","id":"n4896162377","geometry":{"type":"Point","coordinates":[-0.5570036,51.7955796]},"properties":{"@type":"node","@id":4896162377,"@timestamp":1496620844},"coords":"51.7955796,-0.5570036","bedrooms":"2","price":"237000","area":"460"} , +{"type":"Feature","id":"n4896162387","geometry":{"type":"Point","coordinates":[-0.558326,51.7976449]},"properties":{"@type":"node","@id":4896162387,"@timestamp":1496620845},"coords":"51.7976449,-0.558326","bedrooms":"3","price":"276000","area":"606"} , +{"type":"Feature","id":"n4896162397","geometry":{"type":"Point","coordinates":[-0.5572718,51.7967956]},"properties":{"@type":"node","@id":4896162397,"@timestamp":1496620845},"coords":"51.7967956,-0.5572718","bedrooms":"4","price":"239000","area":"473"} , +{"type":"Feature","id":"n4896445157","geometry":{"type":"Point","coordinates":[-0.1608586,51.4211066]},"properties":{"@type":"node","@id":4896445157,"@timestamp":1564908086},"coords":"51.4211066,-0.1608586","bedrooms":"0","price":"214000","area":"563"} , +{"type":"Feature","id":"n4897234609","geometry":{"type":"Point","coordinates":[-0.1661508,51.4983719]},"properties":{"@type":"node","@id":4897234609,"@timestamp":1601350005},"coords":"51.4983719,-0.1661508","bedrooms":"2","price":"165000","area":"396"} , +{"type":"Feature","id":"n4897536383","geometry":{"type":"Point","coordinates":[-0.3352933,51.0631909]},"properties":{"@type":"node","@id":4897536383,"@timestamp":1538395804},"coords":"51.0631909,-0.3352933","bedrooms":"0","price":"238000","area":"448"} , +{"type":"Feature","id":"n4897650622","geometry":{"type":"Point","coordinates":[0.2631946,51.188317]},"properties":{"@type":"node","@id":4897650622,"@timestamp":1529856366},"coords":"51.188317,0.2631946","bedrooms":"1","price":"204000","area":"385"} , +{"type":"Feature","id":"n4898139901","geometry":{"type":"Point","coordinates":[-0.5372121,51.4244536]},"properties":{"@type":"node","@id":4898139901,"@timestamp":1567636007},"coords":"51.4244536,-0.5372121","bedrooms":"4","price":"179000","area":"642"} , +{"type":"Feature","id":"n4898429161","geometry":{"type":"Point","coordinates":[-0.9707759,51.150777]},"properties":{"@type":"node","@id":4898429161,"@timestamp":1496705175},"coords":"51.150777,-0.9707759","bedrooms":"0","price":"185000","area":"416"} , +{"type":"Feature","id":"n4898430325","geometry":{"type":"Point","coordinates":[-0.9711253,51.1508359]},"properties":{"@type":"node","@id":4898430325,"@timestamp":1496705176},"coords":"51.1508359,-0.9711253","bedrooms":"3","price":"238000","area":"482"} , +{"type":"Feature","id":"n4898430519","geometry":{"type":"Point","coordinates":[-0.9713546,51.1503181]},"properties":{"@type":"node","@id":4898430519,"@timestamp":1496705181},"coords":"51.1503181,-0.9713546","bedrooms":"1","price":"266000","area":"535"} , +{"type":"Feature","id":"n4898430627","geometry":{"type":"Point","coordinates":[-0.9717234,51.150295]},"properties":{"@type":"node","@id":4898430627,"@timestamp":1496705181},"coords":"51.150295,-0.9717234","bedrooms":"4","price":"234000","area":"353"} , +{"type":"Feature","id":"n4898512934","geometry":{"type":"Point","coordinates":[-0.4217004,51.4657531]},"properties":{"@type":"node","@id":4898512934,"@timestamp":1496714107},"coords":"51.4657531,-0.4217004","bedrooms":"1","price":"291000","area":"575"} , +{"type":"Feature","id":"n4899581746","geometry":{"type":"Point","coordinates":[-0.1351324,51.5090226]},"properties":{"@type":"node","@id":4899581746,"@timestamp":1558621912},"coords":"51.5090226,-0.1351324","bedrooms":"4","price":"171000","area":"577"} , +{"type":"Feature","id":"n4900195827","geometry":{"type":"Point","coordinates":[-1.0419089,51.2632114]},"properties":{"@type":"node","@id":4900195827,"@timestamp":1496773387},"coords":"51.2632114,-1.0419089","bedrooms":"3","price":"180000","area":"576"} , +{"type":"Feature","id":"n4900235300","geometry":{"type":"Point","coordinates":[-1.0336979,51.2640313]},"properties":{"@type":"node","@id":4900235300,"@timestamp":1576184640},"coords":"51.2640313,-1.0336979","bedrooms":"2","price":"208000","area":"668"} , +{"type":"Feature","id":"n4900368224","geometry":{"type":"Point","coordinates":[-0.7637777,51.2433394]},"properties":{"@type":"node","@id":4900368224,"@timestamp":1496779346},"coords":"51.2433394,-0.7637777","bedrooms":"1","price":"236000","area":"503"} , +{"type":"Feature","id":"n4900443334","geometry":{"type":"Point","coordinates":[-0.0763784,51.4616105]},"properties":{"@type":"node","@id":4900443334,"@timestamp":1496781866},"coords":"51.4616105,-0.0763784","bedrooms":"2","price":"257000","area":"650"} , +{"type":"Feature","id":"n4900565435","geometry":{"type":"Point","coordinates":[-0.3231029,51.0699003]},"properties":{"@type":"node","@id":4900565435,"@timestamp":1496786477},"coords":"51.0699003,-0.3231029","bedrooms":"4","price":"283000","area":"426"} , +{"type":"Feature","id":"n4901547496","geometry":{"type":"Point","coordinates":[-0.0858358,51.5169168]},"properties":{"@type":"node","@id":4901547496,"@timestamp":1496828672},"coords":"51.5169168,-0.0858358","bedrooms":"4","price":"200000","area":"542"} , +{"type":"Feature","id":"n4901718294","geometry":{"type":"Point","coordinates":[-0.0755004,51.4609936]},"properties":{"@type":"node","@id":4901718294,"@timestamp":1496837459},"coords":"51.4609936,-0.0755004","bedrooms":"2","price":"246000","area":"435"} , +{"type":"Feature","id":"n4901718304","geometry":{"type":"Point","coordinates":[-0.0739441,51.461337]},"properties":{"@type":"node","@id":4901718304,"@timestamp":1496837460},"coords":"51.461337,-0.0739441","bedrooms":"0","price":"251000","area":"512"} , +{"type":"Feature","id":"n4901890470","geometry":{"type":"Point","coordinates":[0.0930178,51.7760871]},"properties":{"@type":"node","@id":4901890470,"@timestamp":1631214431},"coords":"51.7760871,0.0930178","bedrooms":"0","price":"168000","area":"526"} , +{"type":"Feature","id":"n4901898595","geometry":{"type":"Point","coordinates":[-0.7516033,51.110786]},"properties":{"@type":"node","@id":4901898595,"@timestamp":1496840471},"coords":"51.110786,-0.7516033","bedrooms":"2","price":"256000","area":"420"} , +{"type":"Feature","id":"n4901942010","geometry":{"type":"Point","coordinates":[0.091859,51.7758147]},"properties":{"@type":"node","@id":4901942010,"@timestamp":1631214431},"coords":"51.7758147,0.091859","bedrooms":"2","price":"292000","area":"610"} , +{"type":"Feature","id":"n4902524609","geometry":{"type":"Point","coordinates":[-0.944964,51.2533803]},"properties":{"@type":"node","@id":4902524609,"@timestamp":1496860122},"coords":"51.2533803,-0.944964","bedrooms":"4","price":"151000","area":"356"} , +{"type":"Feature","id":"n4902640391","geometry":{"type":"Point","coordinates":[-0.3066924,51.417364]},"properties":{"@type":"node","@id":4902640391,"@timestamp":1496863745},"coords":"51.417364,-0.3066924","bedrooms":"3","price":"204000","area":"611"} , +{"type":"Feature","id":"n4902640403","geometry":{"type":"Point","coordinates":[-0.306986,51.4169328]},"properties":{"@type":"node","@id":4902640403,"@timestamp":1619370474},"coords":"51.4169328,-0.306986","bedrooms":"1","price":"263000","area":"502"} , +{"type":"Feature","id":"n4902640415","geometry":{"type":"Point","coordinates":[-0.3052409,51.4199159]},"properties":{"@type":"node","@id":4902640415,"@timestamp":1496863745},"coords":"51.4199159,-0.3052409","bedrooms":"2","price":"293000","area":"544"} , +{"type":"Feature","id":"n4902665876","geometry":{"type":"Point","coordinates":[-0.4171844,51.8740544]},"properties":{"@type":"node","@id":4902665876,"@timestamp":1496864688},"coords":"51.8740544,-0.4171844","bedrooms":"4","price":"251000","area":"630"} , +{"type":"Feature","id":"n4902669757","geometry":{"type":"Point","coordinates":[-0.304501,51.4186346]},"properties":{"@type":"node","@id":4902669757,"@timestamp":1496864900},"coords":"51.4186346,-0.304501","bedrooms":"2","price":"163000","area":"520"} , +{"type":"Feature","id":"n4902684205","geometry":{"type":"Point","coordinates":[-0.4227391,51.8793773]},"properties":{"@type":"node","@id":4902684205,"@timestamp":1496865281},"coords":"51.8793773,-0.4227391","bedrooms":"1","price":"254000","area":"375"} , +{"type":"Feature","id":"n4902730976","geometry":{"type":"Point","coordinates":[-0.5708247,51.3052279]},"properties":{"@type":"node","@id":4902730976,"@timestamp":1607022487},"coords":"51.3052279,-0.5708247","bedrooms":"2","price":"281000","area":"375"} , +{"type":"Feature","id":"n4902907442","geometry":{"type":"Point","coordinates":[0.0779824,51.4732405]},"properties":{"@type":"node","@id":4902907442,"@timestamp":1496874957},"coords":"51.4732405,0.0779824","bedrooms":"0","price":"267000","area":"473"} , +{"type":"Feature","id":"n4902941218","geometry":{"type":"Point","coordinates":[-0.9723497,51.1509238]},"properties":{"@type":"node","@id":4902941218,"@timestamp":1496877722},"coords":"51.1509238,-0.9723497","bedrooms":"2","price":"183000","area":"588"} , +{"type":"Feature","id":"n4902942345","geometry":{"type":"Point","coordinates":[0.0800678,51.4705473]},"properties":{"@type":"node","@id":4902942345,"@timestamp":1496877815},"coords":"51.4705473,0.0800678","bedrooms":"2","price":"154000","area":"428"} , +{"type":"Feature","id":"n4903759900","geometry":{"type":"Point","coordinates":[0.1231525,51.651137]},"properties":{"@type":"node","@id":4903759900,"@timestamp":1609246131},"coords":"51.651137,0.1231525","bedrooms":"0","price":"214000","area":"645"} , +{"type":"Feature","id":"n4904137123","geometry":{"type":"Point","coordinates":[-0.1077814,51.5302125]},"properties":{"@type":"node","@id":4904137123,"@timestamp":1496934449},"coords":"51.5302125,-0.1077814","bedrooms":"2","price":"182000","area":"609"} , +{"type":"Feature","id":"n4904647682","geometry":{"type":"Point","coordinates":[0.0809684,51.4711103]},"properties":{"@type":"node","@id":4904647682,"@timestamp":1496949103},"coords":"51.4711103,0.0809684","bedrooms":"2","price":"174000","area":"457"} , +{"type":"Feature","id":"n4904920606","geometry":{"type":"Point","coordinates":[-0.5695134,51.760696]},"properties":{"@type":"node","@id":4904920606,"@timestamp":1496960198},"coords":"51.760696,-0.5695134","bedrooms":"3","price":"213000","area":"572"} , +{"type":"Feature","id":"n4905298770","geometry":{"type":"Point","coordinates":[-0.9752121,51.4543315]},"properties":{"@type":"node","@id":4905298770,"@timestamp":1496991937},"coords":"51.4543315,-0.9752121","bedrooms":"0","price":"152000","area":"623"} , +{"type":"Feature","id":"n4905603330","geometry":{"type":"Point","coordinates":[0.1612912,51.6612918]},"properties":{"@type":"node","@id":4905603330,"@timestamp":1610022925},"coords":"51.6612918,0.1612912","bedrooms":"4","price":"247000","area":"573"} , +{"type":"Feature","id":"n4905856591","geometry":{"type":"Point","coordinates":[-0.1229837,51.585824]},"properties":{"@type":"node","@id":4905856591,"@timestamp":1497010033},"coords":"51.585824,-0.1229837","bedrooms":"1","price":"243000","area":"551"} , +{"type":"Feature","id":"n4906072493","geometry":{"type":"Point","coordinates":[-0.0652873,51.4903779]},"properties":{"@type":"node","@id":4906072493,"@timestamp":1497019916},"coords":"51.4903779,-0.0652873","bedrooms":"3","price":"233000","area":"381"} , +{"type":"Feature","id":"n4906724727","geometry":{"type":"Point","coordinates":[-0.9735419,51.1503998]},"properties":{"@type":"node","@id":4906724727,"@timestamp":1497096955},"coords":"51.1503998,-0.9735419","bedrooms":"4","price":"176000","area":"445"} , +{"type":"Feature","id":"n4906724785","geometry":{"type":"Point","coordinates":[-0.9725866,51.1509744]},"properties":{"@type":"node","@id":4906724785,"@timestamp":1497044630},"coords":"51.1509744,-0.9725866","bedrooms":"0","price":"179000","area":"502"} , +{"type":"Feature","id":"n4906774350","geometry":{"type":"Point","coordinates":[-0.1416528,51.5739503]},"properties":{"@type":"node","@id":4906774350,"@timestamp":1497047288},"coords":"51.5739503,-0.1416528","bedrooms":"2","price":"213000","area":"567"} , +{"type":"Feature","id":"n4906780713","geometry":{"type":"Point","coordinates":[-0.1402603,51.5724035]},"properties":{"@type":"node","@id":4906780713,"@timestamp":1497048057},"coords":"51.5724035,-0.1402603","bedrooms":"0","price":"257000","area":"445"} , +{"type":"Feature","id":"n4907234001","geometry":{"type":"Point","coordinates":[-0.8792174,51.4435603]},"properties":{"@type":"node","@id":4907234001,"@timestamp":1497084546},"coords":"51.4435603,-0.8792174","bedrooms":"0","price":"185000","area":"469"} , +{"type":"Feature","id":"n4907490914","geometry":{"type":"Point","coordinates":[-0.9726937,51.1507371]},"properties":{"@type":"node","@id":4907490914,"@timestamp":1497096948},"coords":"51.1507371,-0.9726937","bedrooms":"3","price":"166000","area":"382"} , +{"type":"Feature","id":"n4907497585","geometry":{"type":"Point","coordinates":[-0.9730621,51.1504116]},"properties":{"@type":"node","@id":4907497585,"@timestamp":1497096950},"coords":"51.1504116,-0.9730621","bedrooms":"4","price":"278000","area":"607"} , +{"type":"Feature","id":"n4907618664","geometry":{"type":"Point","coordinates":[-0.5554104,51.9553099]},"properties":{"@type":"node","@id":4907618664,"@timestamp":1631464088},"coords":"51.9553099,-0.5554104","bedrooms":"3","price":"226000","area":"632"} , +{"type":"Feature","id":"n4907667521","geometry":{"type":"Point","coordinates":[-0.16067,51.3656359]},"properties":{"@type":"node","@id":4907667521,"@timestamp":1497104336},"coords":"51.3656359,-0.16067","bedrooms":"2","price":"220000","area":"497"} , +{"type":"Feature","id":"n4907798576","geometry":{"type":"Point","coordinates":[-0.5325249,51.9571282]},"properties":{"@type":"node","@id":4907798576,"@timestamp":1497110087},"coords":"51.9571282,-0.5325249","bedrooms":"1","price":"280000","area":"429"} , +{"type":"Feature","id":"n4907915082","geometry":{"type":"Point","coordinates":[-0.0041759,51.2581963]},"properties":{"@type":"node","@id":4907915082,"@timestamp":1497117125},"coords":"51.2581963,-0.0041759","bedrooms":"0","price":"224000","area":"645"} , +{"type":"Feature","id":"n4907915118","geometry":{"type":"Point","coordinates":[-0.0041626,51.2583155]},"properties":{"@type":"node","@id":4907915118,"@timestamp":1497116935},"coords":"51.2583155,-0.0041626","bedrooms":"4","price":"230000","area":"411"} , +{"type":"Feature","id":"n4907917740","geometry":{"type":"Point","coordinates":[-0.0043724,51.2584346]},"properties":{"@type":"node","@id":4907917740,"@timestamp":1611974400},"coords":"51.2584346,-0.0043724","bedrooms":"4","price":"224000","area":"460"} , +{"type":"Feature","id":"n4908063111","geometry":{"type":"Point","coordinates":[-0.5379784,51.31492]},"properties":{"@type":"node","@id":4908063111,"@timestamp":1533071329},"coords":"51.31492,-0.5379784","bedrooms":"4","price":"197000","area":"394"} , +{"type":"Feature","id":"n4908144923","geometry":{"type":"Point","coordinates":[-0.5105525,51.3340849]},"properties":{"@type":"node","@id":4908144923,"@timestamp":1533071330},"coords":"51.3340849,-0.5105525","bedrooms":"3","price":"265000","area":"485"} , +{"type":"Feature","id":"n4908157980","geometry":{"type":"Point","coordinates":[-0.5056524,51.3385678]},"properties":{"@type":"node","@id":4908157980,"@timestamp":1609539187},"coords":"51.3385678,-0.5056524","bedrooms":"2","price":"257000","area":"517"} , +{"type":"Feature","id":"n4908194365","geometry":{"type":"Point","coordinates":[-0.4813123,51.3439572]},"properties":{"@type":"node","@id":4908194365,"@timestamp":1609542600},"coords":"51.3439572,-0.4813123","bedrooms":"4","price":"169000","area":"456"} , +{"type":"Feature","id":"n4908214015","geometry":{"type":"Point","coordinates":[-0.9712412,51.1516667]},"properties":{"@type":"node","@id":4908214015,"@timestamp":1497135281},"coords":"51.1516667,-0.9712412","bedrooms":"4","price":"231000","area":"433"} , +{"type":"Feature","id":"n4908214165","geometry":{"type":"Point","coordinates":[-0.9712822,51.1514492]},"properties":{"@type":"node","@id":4908214165,"@timestamp":1497135285},"coords":"51.1514492,-0.9712822","bedrooms":"3","price":"247000","area":"517"} , +{"type":"Feature","id":"n4908214182","geometry":{"type":"Point","coordinates":[-0.9716966,51.1514588]},"properties":{"@type":"node","@id":4908214182,"@timestamp":1497135285},"coords":"51.1514588,-0.9716966","bedrooms":"3","price":"245000","area":"384"} , +{"type":"Feature","id":"n4908233920","geometry":{"type":"Point","coordinates":[-0.1187966,51.5685256]},"properties":{"@type":"node","@id":4908233920,"@timestamp":1497137847},"coords":"51.5685256,-0.1187966","bedrooms":"2","price":"264000","area":"614"} , +{"type":"Feature","id":"n4908234251","geometry":{"type":"Point","coordinates":[-0.1194402,51.5681953]},"properties":{"@type":"node","@id":4908234251,"@timestamp":1497137848},"coords":"51.5681953,-0.1194402","bedrooms":"2","price":"181000","area":"525"} , +{"type":"Feature","id":"n4908234279","geometry":{"type":"Point","coordinates":[-0.1200698,51.5678706]},"properties":{"@type":"node","@id":4908234279,"@timestamp":1497137236},"coords":"51.5678706,-0.1200698","bedrooms":"4","price":"286000","area":"480"} , +{"type":"Feature","id":"n4908234435","geometry":{"type":"Point","coordinates":[-0.120711,51.567541]},"properties":{"@type":"node","@id":4908234435,"@timestamp":1497137850},"coords":"51.567541,-0.120711","bedrooms":"1","price":"172000","area":"561"} , +{"type":"Feature","id":"n4908540742","geometry":{"type":"Point","coordinates":[-0.6141825,51.9841893]},"properties":{"@type":"node","@id":4908540742,"@timestamp":1576427784},"coords":"51.9841893,-0.6141825","bedrooms":"0","price":"279000","area":"635"} , +{"type":"Feature","id":"n4908742739","geometry":{"type":"Point","coordinates":[-0.6116918,51.2370909]},"properties":{"@type":"node","@id":4908742739,"@timestamp":1497177264},"coords":"51.2370909,-0.6116918","bedrooms":"0","price":"252000","area":"464"} , +{"type":"Feature","id":"n4908742749","geometry":{"type":"Point","coordinates":[-0.611639,51.2379597]},"properties":{"@type":"node","@id":4908742749,"@timestamp":1497177265},"coords":"51.2379597,-0.611639","bedrooms":"2","price":"243000","area":"475"} , +{"type":"Feature","id":"n4908742777","geometry":{"type":"Point","coordinates":[-0.593895,51.2431287]},"properties":{"@type":"node","@id":4908742777,"@timestamp":1497177266},"coords":"51.2431287,-0.593895","bedrooms":"3","price":"244000","area":"582"} , +{"type":"Feature","id":"n4908742828","geometry":{"type":"Point","coordinates":[-0.5856424,51.2426865]},"properties":{"@type":"node","@id":4908742828,"@timestamp":1497177267},"coords":"51.2426865,-0.5856424","bedrooms":"3","price":"279000","area":"571"} , +{"type":"Feature","id":"n4908819660","geometry":{"type":"Point","coordinates":[-0.464597,51.3487547]},"properties":{"@type":"node","@id":4908819660,"@timestamp":1533071331},"coords":"51.3487547,-0.464597","bedrooms":"4","price":"207000","area":"652"} , +{"type":"Feature","id":"n4908913040","geometry":{"type":"Point","coordinates":[-0.5137076,51.9443199]},"properties":{"@type":"node","@id":4908913040,"@timestamp":1552824900},"coords":"51.9443199,-0.5137076","bedrooms":"1","price":"281000","area":"514"} , +{"type":"Feature","id":"n4909102027","geometry":{"type":"Point","coordinates":[0.6077282,51.3419373]},"properties":{"@type":"node","@id":4909102027,"@timestamp":1628785147},"coords":"51.3419373,0.6077282","bedrooms":"1","price":"225000","area":"509"} , +{"type":"Feature","id":"n4909184844","geometry":{"type":"Point","coordinates":[-0.4612062,51.3494652]},"properties":{"@type":"node","@id":4909184844,"@timestamp":1558470293},"coords":"51.3494652,-0.4612062","bedrooms":"1","price":"173000","area":"464"} , +{"type":"Feature","id":"n4909221825","geometry":{"type":"Point","coordinates":[-0.9697485,51.1526133]},"properties":{"@type":"node","@id":4909221825,"@timestamp":1497201755},"coords":"51.1526133,-0.9697485","bedrooms":"1","price":"160000","area":"674"} , +{"type":"Feature","id":"n4909221963","geometry":{"type":"Point","coordinates":[-0.9703474,51.1522487]},"properties":{"@type":"node","@id":4909221963,"@timestamp":1497201758},"coords":"51.1522487,-0.9703474","bedrooms":"2","price":"151000","area":"602"} , +{"type":"Feature","id":"n4909505196","geometry":{"type":"Point","coordinates":[-0.1307497,51.4628846]},"properties":{"@type":"node","@id":4909505196,"@timestamp":1497212176},"coords":"51.4628846,-0.1307497","bedrooms":"0","price":"158000","area":"365"} , +{"type":"Feature","id":"n4910605941","geometry":{"type":"Point","coordinates":[-0.6112994,51.2382861]},"properties":{"@type":"node","@id":4910605941,"@timestamp":1497264681},"coords":"51.2382861,-0.6112994","bedrooms":"4","price":"164000","area":"691"} , +{"type":"Feature","id":"n4910605951","geometry":{"type":"Point","coordinates":[-0.6129555,51.2378853]},"properties":{"@type":"node","@id":4910605951,"@timestamp":1497264681},"coords":"51.2378853,-0.6129555","bedrooms":"1","price":"268000","area":"618"} , +{"type":"Feature","id":"n4910605961","geometry":{"type":"Point","coordinates":[-0.6119388,51.2366755]},"properties":{"@type":"node","@id":4910605961,"@timestamp":1497264682},"coords":"51.2366755,-0.6119388","bedrooms":"4","price":"218000","area":"674"} , +{"type":"Feature","id":"n4910605979","geometry":{"type":"Point","coordinates":[-0.6132949,51.2363623]},"properties":{"@type":"node","@id":4910605979,"@timestamp":1497264682},"coords":"51.2363623,-0.6132949","bedrooms":"1","price":"218000","area":"638"} , +{"type":"Feature","id":"n4910822901","geometry":{"type":"Point","coordinates":[-0.6132046,51.2374724]},"properties":{"@type":"node","@id":4910822901,"@timestamp":1500239910},"coords":"51.2374724,-0.6132046","bedrooms":"1","price":"245000","area":"686"} , +{"type":"Feature","id":"n4911277523","geometry":{"type":"Point","coordinates":[-0.7549758,51.2043617]},"properties":{"@type":"node","@id":4911277523,"@timestamp":1597243291},"coords":"51.2043617,-0.7549758","bedrooms":"0","price":"219000","area":"632"} , +{"type":"Feature","id":"n4911354157","geometry":{"type":"Point","coordinates":[-0.4032069,51.3690448]},"properties":{"@type":"node","@id":4911354157,"@timestamp":1497296569},"coords":"51.3690448,-0.4032069","bedrooms":"1","price":"164000","area":"422"} , +{"type":"Feature","id":"n4911399705","geometry":{"type":"Point","coordinates":[-0.1277547,51.5775889]},"properties":{"@type":"node","@id":4911399705,"@timestamp":1497294724},"coords":"51.5775889,-0.1277547","bedrooms":"1","price":"238000","area":"607"} , +{"type":"Feature","id":"n4911400175","geometry":{"type":"Point","coordinates":[-0.1290422,51.577118]},"properties":{"@type":"node","@id":4911400175,"@timestamp":1497294725},"coords":"51.577118,-0.1290422","bedrooms":"2","price":"163000","area":"497"} , +{"type":"Feature","id":"n4911412279","geometry":{"type":"Point","coordinates":[-0.3962506,51.3687591]},"properties":{"@type":"node","@id":4911412279,"@timestamp":1550472264},"coords":"51.3687591,-0.3962506","bedrooms":"4","price":"192000","area":"570"} , +{"type":"Feature","id":"n4911472445","geometry":{"type":"Point","coordinates":[-0.35067,51.0632268]},"properties":{"@type":"node","@id":4911472445,"@timestamp":1497297887},"coords":"51.0632268,-0.35067","bedrooms":"0","price":"187000","area":"431"} , +{"type":"Feature","id":"n4911666007","geometry":{"type":"Point","coordinates":[-0.5782253,51.7887297]},"properties":{"@type":"node","@id":4911666007,"@timestamp":1497307301},"coords":"51.7887297,-0.5782253","bedrooms":"0","price":"186000","area":"521"} , +{"type":"Feature","id":"n4911666129","geometry":{"type":"Point","coordinates":[-0.5783325,51.7833754]},"properties":{"@type":"node","@id":4911666129,"@timestamp":1497307302},"coords":"51.7833754,-0.5783325","bedrooms":"2","price":"230000","area":"403"} , +{"type":"Feature","id":"n4911673879","geometry":{"type":"Point","coordinates":[0.0786801,51.4728811]},"properties":{"@type":"node","@id":4911673879,"@timestamp":1504562357},"coords":"51.4728811,0.0786801","bedrooms":"3","price":"236000","area":"354"} , +{"type":"Feature","id":"n4911719425","geometry":{"type":"Point","coordinates":[-0.1214996,51.5284225]},"properties":{"@type":"node","@id":4911719425,"@timestamp":1541784244},"coords":"51.5284225,-0.1214996","bedrooms":"2","price":"175000","area":"363"} , +{"type":"Feature","id":"n4912223179","geometry":{"type":"Point","coordinates":[-0.3008078,51.4582851]},"properties":{"@type":"node","@id":4912223179,"@timestamp":1497340981},"coords":"51.4582851,-0.3008078","bedrooms":"3","price":"211000","area":"609"} , +{"type":"Feature","id":"n4912223202","geometry":{"type":"Point","coordinates":[-0.3204336,51.4508032]},"properties":{"@type":"node","@id":4912223202,"@timestamp":1497340982},"coords":"51.4508032,-0.3204336","bedrooms":"3","price":"190000","area":"352"} , +{"type":"Feature","id":"n4912290899","geometry":{"type":"Point","coordinates":[-0.328338,51.4461897]},"properties":{"@type":"node","@id":4912290899,"@timestamp":1630904940},"coords":"51.4461897,-0.328338","bedrooms":"1","price":"227000","area":"668"} , +{"type":"Feature","id":"n4912348413","geometry":{"type":"Point","coordinates":[-0.5917833,51.2430534]},"properties":{"@type":"node","@id":4912348413,"@timestamp":1497345528},"coords":"51.2430534,-0.5917833","bedrooms":"2","price":"266000","area":"624"} , +{"type":"Feature","id":"n4912364325","geometry":{"type":"Point","coordinates":[-0.5895014,51.2436366]},"properties":{"@type":"node","@id":4912364325,"@timestamp":1497345529},"coords":"51.2436366,-0.5895014","bedrooms":"2","price":"221000","area":"618"} , +{"type":"Feature","id":"n4912365474","geometry":{"type":"Point","coordinates":[-0.0230202,51.539608]},"properties":{"@type":"node","@id":4912365474,"@timestamp":1497345630},"coords":"51.539608,-0.0230202","bedrooms":"0","price":"263000","area":"375"} , +{"type":"Feature","id":"n4912401345","geometry":{"type":"Point","coordinates":[-0.0249803,51.5387781]},"properties":{"@type":"node","@id":4912401345,"@timestamp":1497346401},"coords":"51.5387781,-0.0249803","bedrooms":"3","price":"247000","area":"602"} , +{"type":"Feature","id":"n4912488094","geometry":{"type":"Point","coordinates":[-0.5764138,51.2375292]},"properties":{"@type":"node","@id":4912488094,"@timestamp":1612989686},"coords":"51.2375292,-0.5764138","bedrooms":"1","price":"227000","area":"381"} , +{"type":"Feature","id":"n4912523286","geometry":{"type":"Point","coordinates":[-0.5822452,51.2362217]},"properties":{"@type":"node","@id":4912523286,"@timestamp":1497351350},"coords":"51.2362217,-0.5822452","bedrooms":"0","price":"184000","area":"569"} , +{"type":"Feature","id":"n4912978421","geometry":{"type":"Point","coordinates":[-0.0861247,51.4276972]},"properties":{"@type":"node","@id":4912978421,"@timestamp":1514810966},"coords":"51.4276972,-0.0861247","bedrooms":"0","price":"160000","area":"467"} , +{"type":"Feature","id":"n4913152692","geometry":{"type":"Point","coordinates":[-0.1253209,51.5353065]},"properties":{"@type":"node","@id":4913152692,"@timestamp":1623322993},"coords":"51.5353065,-0.1253209","bedrooms":"1","price":"198000","area":"498"} , +{"type":"Feature","id":"n4913451740","geometry":{"type":"Point","coordinates":[-0.4011541,51.3710901]},"properties":{"@type":"node","@id":4913451740,"@timestamp":1497380647},"coords":"51.3710901,-0.4011541","bedrooms":"3","price":"287000","area":"507"} , +{"type":"Feature","id":"n4913487867","geometry":{"type":"Point","coordinates":[-0.4092688,51.3763383]},"properties":{"@type":"node","@id":4913487867,"@timestamp":1497381934},"coords":"51.3763383,-0.4092688","bedrooms":"1","price":"174000","area":"459"} , +{"type":"Feature","id":"n4913623732","geometry":{"type":"Point","coordinates":[-0.1542153,51.6607079]},"properties":{"@type":"node","@id":4913623732,"@timestamp":1497386438},"coords":"51.6607079,-0.1542153","bedrooms":"4","price":"238000","area":"513"} , +{"type":"Feature","id":"n4913816776","geometry":{"type":"Point","coordinates":[-0.070796,51.5371414]},"properties":{"@type":"node","@id":4913816776,"@timestamp":1604778037},"coords":"51.5371414,-0.070796","bedrooms":"0","price":"252000","area":"590"} , +{"type":"Feature","id":"n4913847484","geometry":{"type":"Point","coordinates":[-0.9685028,51.1528149]},"properties":{"@type":"node","@id":4913847484,"@timestamp":1497402114},"coords":"51.1528149,-0.9685028","bedrooms":"0","price":"175000","area":"360"} , +{"type":"Feature","id":"n4913847580","geometry":{"type":"Point","coordinates":[-0.9674966,51.1519972]},"properties":{"@type":"node","@id":4913847580,"@timestamp":1497402117},"coords":"51.1519972,-0.9674966","bedrooms":"3","price":"299000","area":"594"} , +{"type":"Feature","id":"n4913847747","geometry":{"type":"Point","coordinates":[-0.9679905,51.1528431]},"properties":{"@type":"node","@id":4913847747,"@timestamp":1497402120},"coords":"51.1528431,-0.9679905","bedrooms":"3","price":"177000","area":"641"} , +{"type":"Feature","id":"n4914551745","geometry":{"type":"Point","coordinates":[-0.2152348,51.5141025]},"properties":{"@type":"node","@id":4914551745,"@timestamp":1497433944},"coords":"51.5141025,-0.2152348","bedrooms":"0","price":"249000","area":"605"} , +{"type":"Feature","id":"n4914580636","geometry":{"type":"Point","coordinates":[-0.5926322,51.2505246]},"properties":{"@type":"node","@id":4914580636,"@timestamp":1507547047},"coords":"51.2505246,-0.5926322","bedrooms":"2","price":"223000","area":"447"} , +{"type":"Feature","id":"n4914815906","geometry":{"type":"Point","coordinates":[-0.1034182,51.534932]},"properties":{"@type":"node","@id":4914815906,"@timestamp":1497443870},"coords":"51.534932,-0.1034182","bedrooms":"2","price":"224000","area":"525"} , +{"type":"Feature","id":"n4914833238","geometry":{"type":"Point","coordinates":[-0.3246441,51.681739]},"properties":{"@type":"node","@id":4914833238,"@timestamp":1614813492},"coords":"51.681739,-0.3246441","bedrooms":"2","price":"289000","area":"622"} , +{"type":"Feature","id":"n4915516598","geometry":{"type":"Point","coordinates":[-0.290695,51.8127434]},"properties":{"@type":"node","@id":4915516598,"@timestamp":1628788819},"coords":"51.8127434,-0.290695","bedrooms":"4","price":"261000","area":"541"} , +{"type":"Feature","id":"n4915736203","geometry":{"type":"Point","coordinates":[-0.9676284,51.1540573]},"properties":{"@type":"node","@id":4915736203,"@timestamp":1497482755},"coords":"51.1540573,-0.9676284","bedrooms":"3","price":"245000","area":"452"} , +{"type":"Feature","id":"n4915736537","geometry":{"type":"Point","coordinates":[-0.9673259,51.1538845]},"properties":{"@type":"node","@id":4915736537,"@timestamp":1497482757},"coords":"51.1538845,-0.9673259","bedrooms":"0","price":"189000","area":"594"} , +{"type":"Feature","id":"n4915736652","geometry":{"type":"Point","coordinates":[-0.9681641,51.1535467]},"properties":{"@type":"node","@id":4915736652,"@timestamp":1497482760},"coords":"51.1535467,-0.9681641","bedrooms":"4","price":"203000","area":"481"} , +{"type":"Feature","id":"n4915736734","geometry":{"type":"Point","coordinates":[-0.9688027,51.1532276]},"properties":{"@type":"node","@id":4915736734,"@timestamp":1497482762},"coords":"51.1532276,-0.9688027","bedrooms":"3","price":"173000","area":"620"} , +{"type":"Feature","id":"n4916239707","geometry":{"type":"Point","coordinates":[-0.2765346,51.4439457]},"properties":{"@type":"node","@id":4916239707,"@timestamp":1497512577},"coords":"51.4439457,-0.2765346","bedrooms":"1","price":"177000","area":"676"} , +{"type":"Feature","id":"n4916739069","geometry":{"type":"Point","coordinates":[0.3038097,51.6227435]},"properties":{"@type":"node","@id":4916739069,"@timestamp":1588079651},"coords":"51.6227435,0.3038097","bedrooms":"3","price":"164000","area":"484"} , +{"type":"Feature","id":"n4917176493","geometry":{"type":"Point","coordinates":[-0.0177511,51.5377581]},"properties":{"@type":"node","@id":4917176493,"@timestamp":1620929695},"coords":"51.5377581,-0.0177511","bedrooms":"0","price":"167000","area":"476"} , +{"type":"Feature","id":"n4917331374","geometry":{"type":"Point","coordinates":[-0.6159121,51.4722025]},"properties":{"@type":"node","@id":4917331374,"@timestamp":1624446582},"coords":"51.4722025,-0.6159121","bedrooms":"2","price":"290000","area":"450"} , +{"type":"Feature","id":"n4917527991","geometry":{"type":"Point","coordinates":[-0.4316595,51.380344]},"properties":{"@type":"node","@id":4917527991,"@timestamp":1533071333},"coords":"51.380344,-0.4316595","bedrooms":"2","price":"214000","area":"584"} , +{"type":"Feature","id":"n4917595883","geometry":{"type":"Point","coordinates":[0.1708284,51.6501295]},"properties":{"@type":"node","@id":4917595883,"@timestamp":1609788035},"coords":"51.6501295,0.1708284","bedrooms":"3","price":"210000","area":"398"} , +{"type":"Feature","id":"n4917644674","geometry":{"type":"Point","coordinates":[0.2170551,50.9426916]},"properties":{"@type":"node","@id":4917644674,"@timestamp":1497559755},"coords":"50.9426916,0.2170551","bedrooms":"1","price":"176000","area":"505"} , +{"type":"Feature","id":"n4917778863","geometry":{"type":"Point","coordinates":[-0.9883507,51.4557473]},"properties":{"@type":"node","@id":4917778863,"@timestamp":1557134723},"coords":"51.4557473,-0.9883507","bedrooms":"4","price":"187000","area":"381"} , +{"type":"Feature","id":"n4917778873","geometry":{"type":"Point","coordinates":[-0.9889975,51.4555387]},"properties":{"@type":"node","@id":4917778873,"@timestamp":1557134724},"coords":"51.4555387,-0.9889975","bedrooms":"4","price":"175000","area":"363"} , +{"type":"Feature","id":"n4917778884","geometry":{"type":"Point","coordinates":[-0.9849655,51.455113]},"properties":{"@type":"node","@id":4917778884,"@timestamp":1603116704},"coords":"51.455113,-0.9849655","bedrooms":"0","price":"213000","area":"351"} , +{"type":"Feature","id":"n4918329189","geometry":{"type":"Point","coordinates":[-0.2190116,51.2811373]},"properties":{"@type":"node","@id":4918329189,"@timestamp":1497599095},"coords":"51.2811373,-0.2190116","bedrooms":"2","price":"205000","area":"452"} , +{"type":"Feature","id":"n4918770278","geometry":{"type":"Point","coordinates":[-0.1264373,51.5772821]},"properties":{"@type":"node","@id":4918770278,"@timestamp":1497612028},"coords":"51.5772821,-0.1264373","bedrooms":"2","price":"265000","area":"478"} , +{"type":"Feature","id":"n4918770947","geometry":{"type":"Point","coordinates":[-0.1293305,51.57679]},"properties":{"@type":"node","@id":4918770947,"@timestamp":1497612029},"coords":"51.57679,-0.1293305","bedrooms":"2","price":"171000","area":"690"} , +{"type":"Feature","id":"n4919245752","geometry":{"type":"Point","coordinates":[-0.2358629,51.2914245]},"properties":{"@type":"node","@id":4919245752,"@timestamp":1619017733},"coords":"51.2914245,-0.2358629","bedrooms":"4","price":"199000","area":"663"} , +{"type":"Feature","id":"n4919710301","geometry":{"type":"Point","coordinates":[-0.0685002,51.5621154]},"properties":{"@type":"node","@id":4919710301,"@timestamp":1614355734},"coords":"51.5621154,-0.0685002","bedrooms":"0","price":"287000","area":"390"} , +{"type":"Feature","id":"n4919802653","geometry":{"type":"Point","coordinates":[0.0111982,51.4307752]},"properties":{"@type":"node","@id":4919802653,"@timestamp":1497649927},"coords":"51.4307752,0.0111982","bedrooms":"4","price":"197000","area":"679"} , +{"type":"Feature","id":"n4919818208","geometry":{"type":"Point","coordinates":[-0.9778643,51.1470515]},"properties":{"@type":"node","@id":4919818208,"@timestamp":1497652541},"coords":"51.1470515,-0.9778643","bedrooms":"2","price":"219000","area":"467"} , +{"type":"Feature","id":"n4919818218","geometry":{"type":"Point","coordinates":[-0.9773963,51.1477889]},"properties":{"@type":"node","@id":4919818218,"@timestamp":1497652542},"coords":"51.1477889,-0.9773963","bedrooms":"0","price":"195000","area":"511"} , +{"type":"Feature","id":"n4919832661","geometry":{"type":"Point","coordinates":[-0.9749313,51.1492132]},"properties":{"@type":"node","@id":4919832661,"@timestamp":1497652542},"coords":"51.1492132,-0.9749313","bedrooms":"0","price":"159000","area":"489"} , +{"type":"Feature","id":"n4920031321","geometry":{"type":"Point","coordinates":[-0.1376702,51.5057956]},"properties":{"@type":"node","@id":4920031321,"@timestamp":1497678355},"coords":"51.5057956,-0.1376702","bedrooms":"2","price":"229000","area":"561"} , +{"type":"Feature","id":"n4920417338","geometry":{"type":"Point","coordinates":[-0.13781,51.5058131]},"properties":{"@type":"node","@id":4920417338,"@timestamp":1497698616},"coords":"51.5058131,-0.13781","bedrooms":"0","price":"230000","area":"457"} , +{"type":"Feature","id":"n4920525455","geometry":{"type":"Point","coordinates":[-0.9776784,51.1455378]},"properties":{"@type":"node","@id":4920525455,"@timestamp":1497704941},"coords":"51.1455378,-0.9776784","bedrooms":"0","price":"179000","area":"487"} , +{"type":"Feature","id":"n4920525477","geometry":{"type":"Point","coordinates":[-0.9776048,51.1456065]},"properties":{"@type":"node","@id":4920525477,"@timestamp":1497704941},"coords":"51.1456065,-0.9776048","bedrooms":"1","price":"238000","area":"474"} , +{"type":"Feature","id":"n4920525497","geometry":{"type":"Point","coordinates":[-0.9783646,51.1462169]},"properties":{"@type":"node","@id":4920525497,"@timestamp":1497704942},"coords":"51.1462169,-0.9783646","bedrooms":"3","price":"298000","area":"533"} , +{"type":"Feature","id":"n4920623274","geometry":{"type":"Point","coordinates":[-0.980564,51.1449006]},"properties":{"@type":"node","@id":4920623274,"@timestamp":1497709420},"coords":"51.1449006,-0.980564","bedrooms":"1","price":"251000","area":"699"} , +{"type":"Feature","id":"n4920623304","geometry":{"type":"Point","coordinates":[-0.9797238,51.1457449]},"properties":{"@type":"node","@id":4920623304,"@timestamp":1497709421},"coords":"51.1457449,-0.9797238","bedrooms":"4","price":"239000","area":"568"} , +{"type":"Feature","id":"n4920623316","geometry":{"type":"Point","coordinates":[-0.9789649,51.1463279]},"properties":{"@type":"node","@id":4920623316,"@timestamp":1497709421},"coords":"51.1463279,-0.9789649","bedrooms":"2","price":"276000","area":"469"} , +{"type":"Feature","id":"n4920922673","geometry":{"type":"Point","coordinates":[-0.5204545,51.9512952]},"properties":{"@type":"node","@id":4920922673,"@timestamp":1502038240},"coords":"51.9512952,-0.5204545","bedrooms":"4","price":"296000","area":"639"} , +{"type":"Feature","id":"n4920986677","geometry":{"type":"Point","coordinates":[0.7179947,51.2369406]},"properties":{"@type":"node","@id":4920986677,"@timestamp":1497723539},"coords":"51.2369406,0.7179947","bedrooms":"0","price":"223000","area":"580"} , +{"type":"Feature","id":"n4920986687","geometry":{"type":"Point","coordinates":[0.7174478,51.2364473]},"properties":{"@type":"node","@id":4920986687,"@timestamp":1543946227},"coords":"51.2364473,0.7174478","bedrooms":"0","price":"215000","area":"667"} , +{"type":"Feature","id":"n4921021567","geometry":{"type":"Point","coordinates":[-0.9177582,51.4396783]},"properties":{"@type":"node","@id":4921021567,"@timestamp":1547931428},"coords":"51.4396783,-0.9177582","bedrooms":"0","price":"258000","area":"449"} , +{"type":"Feature","id":"n4921100165","geometry":{"type":"Point","coordinates":[-0.8988219,51.3796922]},"properties":{"@type":"node","@id":4921100165,"@timestamp":1629455978},"coords":"51.3796922,-0.8988219","bedrooms":"2","price":"163000","area":"387"} , +{"type":"Feature","id":"n4921147192","geometry":{"type":"Point","coordinates":[-0.4688639,51.5051411]},"properties":{"@type":"node","@id":4921147192,"@timestamp":1497732836},"coords":"51.5051411,-0.4688639","bedrooms":"2","price":"162000","area":"454"} , +{"type":"Feature","id":"n4921380638","geometry":{"type":"Point","coordinates":[-0.9776892,51.1482065]},"properties":{"@type":"node","@id":4921380638,"@timestamp":1497743525},"coords":"51.1482065,-0.9776892","bedrooms":"0","price":"181000","area":"641"} , +{"type":"Feature","id":"n4921445310","geometry":{"type":"Point","coordinates":[-0.9766151,51.1487026]},"properties":{"@type":"node","@id":4921445310,"@timestamp":1497750980},"coords":"51.1487026,-0.9766151","bedrooms":"3","price":"272000","area":"625"} , +{"type":"Feature","id":"n4921446122","geometry":{"type":"Point","coordinates":[-0.9772169,51.1481563]},"properties":{"@type":"node","@id":4921446122,"@timestamp":1497750980},"coords":"51.1481563,-0.9772169","bedrooms":"2","price":"241000","area":"558"} , +{"type":"Feature","id":"n4921915789","geometry":{"type":"Point","coordinates":[-0.2030511,51.8677074]},"properties":{"@type":"node","@id":4921915789,"@timestamp":1497779720},"coords":"51.8677074,-0.2030511","bedrooms":"0","price":"239000","area":"601"} , +{"type":"Feature","id":"n4922082942","geometry":{"type":"Point","coordinates":[-0.9741575,51.1471163]},"properties":{"@type":"node","@id":4922082942,"@timestamp":1497786477},"coords":"51.1471163,-0.9741575","bedrooms":"1","price":"152000","area":"637"} , +{"type":"Feature","id":"n4922082963","geometry":{"type":"Point","coordinates":[-0.9752485,51.147685]},"properties":{"@type":"node","@id":4922082963,"@timestamp":1497786477},"coords":"51.147685,-0.9752485","bedrooms":"0","price":"261000","area":"683"} , +{"type":"Feature","id":"n4922082973","geometry":{"type":"Point","coordinates":[-0.9756374,51.1469724]},"properties":{"@type":"node","@id":4922082973,"@timestamp":1497786478},"coords":"51.1469724,-0.9756374","bedrooms":"4","price":"186000","area":"571"} , +{"type":"Feature","id":"n4922326643","geometry":{"type":"Point","coordinates":[-0.5150778,51.9357179]},"properties":{"@type":"node","@id":4922326643,"@timestamp":1497797833},"coords":"51.9357179,-0.5150778","bedrooms":"1","price":"195000","area":"662"} , +{"type":"Feature","id":"n4922334357","geometry":{"type":"Point","coordinates":[0.1096313,51.3972159]},"properties":{"@type":"node","@id":4922334357,"@timestamp":1564908086},"coords":"51.3972159,0.1096313","bedrooms":"0","price":"236000","area":"431"} , +{"type":"Feature","id":"n4922733854","geometry":{"type":"Point","coordinates":[0.7667696,51.2810097]},"properties":{"@type":"node","@id":4922733854,"@timestamp":1543946238},"coords":"51.2810097,0.7667696","bedrooms":"1","price":"277000","area":"606"} , +{"type":"Feature","id":"n4922741804","geometry":{"type":"Point","coordinates":[-0.109646,51.4636941]},"properties":{"@type":"node","@id":4922741804,"@timestamp":1553720136},"coords":"51.4636941,-0.109646","bedrooms":"0","price":"231000","area":"525"} , +{"type":"Feature","id":"n4922928686","geometry":{"type":"Point","coordinates":[-0.0595598,51.4361917]},"properties":{"@type":"node","@id":4922928686,"@timestamp":1497821202},"coords":"51.4361917,-0.0595598","bedrooms":"4","price":"243000","area":"417"} , +{"type":"Feature","id":"n4923009439","geometry":{"type":"Point","coordinates":[-0.9785414,51.1489285]},"properties":{"@type":"node","@id":4923009439,"@timestamp":1497826570},"coords":"51.1489285,-0.9785414","bedrooms":"1","price":"187000","area":"597"} , +{"type":"Feature","id":"n4923052605","geometry":{"type":"Point","coordinates":[-0.9773205,51.1499943]},"properties":{"@type":"node","@id":4923052605,"@timestamp":1497829598},"coords":"51.1499943,-0.9773205","bedrooms":"4","price":"155000","area":"527"} , +{"type":"Feature","id":"n4923052617","geometry":{"type":"Point","coordinates":[-0.9801402,51.1489566]},"properties":{"@type":"node","@id":4923052617,"@timestamp":1497829598},"coords":"51.1489566,-0.9801402","bedrooms":"2","price":"228000","area":"441"} , +{"type":"Feature","id":"n4924164664","geometry":{"type":"Point","coordinates":[-0.2029125,51.3779674]},"properties":{"@type":"node","@id":4924164664,"@timestamp":1497872025},"coords":"51.3779674,-0.2029125","bedrooms":"2","price":"189000","area":"634"} , +{"type":"Feature","id":"n4924713240","geometry":{"type":"Point","coordinates":[0.3202893,51.6142143]},"properties":{"@type":"node","@id":4924713240,"@timestamp":1497890760},"coords":"51.6142143,0.3202893","bedrooms":"1","price":"241000","area":"604"} , +{"type":"Feature","id":"n4924949269","geometry":{"type":"Point","coordinates":[0.0791456,51.5108134]},"properties":{"@type":"node","@id":4924949269,"@timestamp":1565307067},"coords":"51.5108134,0.0791456","bedrooms":"3","price":"256000","area":"629"} , +{"type":"Feature","id":"n4925141997","geometry":{"type":"Point","coordinates":[-0.9762113,51.1486178]},"properties":{"@type":"node","@id":4925141997,"@timestamp":1497907041},"coords":"51.1486178,-0.9762113","bedrooms":"3","price":"228000","area":"621"} , +{"type":"Feature","id":"n4925185785","geometry":{"type":"Point","coordinates":[-0.9734228,51.1503564]},"properties":{"@type":"node","@id":4925185785,"@timestamp":1497914900},"coords":"51.1503564,-0.9734228","bedrooms":"4","price":"151000","area":"533"} , +{"type":"Feature","id":"n4925185797","geometry":{"type":"Point","coordinates":[-0.9735702,51.1502458]},"properties":{"@type":"node","@id":4925185797,"@timestamp":1497909017},"coords":"51.1502458,-0.9735702","bedrooms":"4","price":"247000","area":"488"} , +{"type":"Feature","id":"n4925245866","geometry":{"type":"Point","coordinates":[-0.0560086,51.5010009]},"properties":{"@type":"node","@id":4925245866,"@timestamp":1497912328},"coords":"51.5010009,-0.0560086","bedrooms":"2","price":"213000","area":"409"} , +{"type":"Feature","id":"n4925271714","geometry":{"type":"Point","coordinates":[-0.973556,51.1468508]},"properties":{"@type":"node","@id":4925271714,"@timestamp":1497914079},"coords":"51.1468508,-0.973556","bedrooms":"0","price":"191000","area":"596"} , +{"type":"Feature","id":"n4925323897","geometry":{"type":"Point","coordinates":[-0.0526511,51.575808]},"properties":{"@type":"node","@id":4925323897,"@timestamp":1603103445},"coords":"51.575808,-0.0526511","bedrooms":"2","price":"190000","area":"462"} , +{"type":"Feature","id":"n4926469141","geometry":{"type":"Point","coordinates":[-0.1829436,51.4129049]},"properties":{"@type":"node","@id":4926469141,"@timestamp":1531388022},"coords":"51.4129049,-0.1829436","bedrooms":"1","price":"175000","area":"370"} , +{"type":"Feature","id":"n4926657404","geometry":{"type":"Point","coordinates":[0.7578237,51.9242561]},"properties":{"@type":"node","@id":4926657404,"@timestamp":1579781758},"coords":"51.9242561,0.7578237","bedrooms":"2","price":"289000","area":"495"} , +{"type":"Feature","id":"n4926764827","geometry":{"type":"Point","coordinates":[0.1910704,51.8466895]},"properties":{"@type":"node","@id":4926764827,"@timestamp":1616172303},"coords":"51.8466895,0.1910704","bedrooms":"2","price":"296000","area":"531"} , +{"type":"Feature","id":"n4927027396","geometry":{"type":"Point","coordinates":[-0.1719598,51.5275525]},"properties":{"@type":"node","@id":4927027396,"@timestamp":1557202839},"coords":"51.5275525,-0.1719598","bedrooms":"3","price":"220000","area":"629"} , +{"type":"Feature","id":"n4927277487","geometry":{"type":"Point","coordinates":[-0.0726824,51.5780008]},"properties":{"@type":"node","@id":4927277487,"@timestamp":1556640867},"coords":"51.5780008,-0.0726824","bedrooms":"3","price":"274000","area":"601"} , +{"type":"Feature","id":"n4927571685","geometry":{"type":"Point","coordinates":[-1.0857649,51.4837382]},"properties":{"@type":"node","@id":4927571685,"@timestamp":1498078190},"coords":"51.4837382,-1.0857649","bedrooms":"4","price":"260000","area":"547"} , +{"type":"Feature","id":"n4928600903","geometry":{"type":"Point","coordinates":[-0.1558766,51.5229273]},"properties":{"@type":"node","@id":4928600903,"@timestamp":1498042869},"coords":"51.5229273,-0.1558766","bedrooms":"3","price":"206000","area":"599"} , +{"type":"Feature","id":"n4928667076","geometry":{"type":"Point","coordinates":[0.2965111,51.1538424]},"properties":{"@type":"node","@id":4928667076,"@timestamp":1498046457},"coords":"51.1538424,0.2965111","bedrooms":"3","price":"195000","area":"382"} , +{"type":"Feature","id":"n4928667108","geometry":{"type":"Point","coordinates":[0.2957943,51.1526298]},"properties":{"@type":"node","@id":4928667108,"@timestamp":1498044637},"coords":"51.1526298,0.2957943","bedrooms":"4","price":"267000","area":"608"} , +{"type":"Feature","id":"n4928667146","geometry":{"type":"Point","coordinates":[0.2957086,51.1544557]},"properties":{"@type":"node","@id":4928667146,"@timestamp":1498044638},"coords":"51.1544557,0.2957086","bedrooms":"2","price":"207000","area":"699"} , +{"type":"Feature","id":"n4928710018","geometry":{"type":"Point","coordinates":[0.2963303,51.1536422]},"properties":{"@type":"node","@id":4928710018,"@timestamp":1498046455},"coords":"51.1536422,0.2963303","bedrooms":"1","price":"288000","area":"555"} , +{"type":"Feature","id":"n4928763632","geometry":{"type":"Point","coordinates":[0.2921917,51.1532016]},"properties":{"@type":"node","@id":4928763632,"@timestamp":1498048371},"coords":"51.1532016,0.2921917","bedrooms":"3","price":"190000","area":"405"} , +{"type":"Feature","id":"n4928983021","geometry":{"type":"Point","coordinates":[-0.2840975,51.5665086]},"properties":{"@type":"node","@id":4928983021,"@timestamp":1498055243},"coords":"51.5665086,-0.2840975","bedrooms":"2","price":"292000","area":"392"} , +{"type":"Feature","id":"n4929105386","geometry":{"type":"Point","coordinates":[-0.3033578,51.1880385]},"properties":{"@type":"node","@id":4929105386,"@timestamp":1498060099},"coords":"51.1880385,-0.3033578","bedrooms":"3","price":"242000","area":"647"} , +{"type":"Feature","id":"n4929510216","geometry":{"type":"Point","coordinates":[-0.0479786,51.6552101]},"properties":{"@type":"node","@id":4929510216,"@timestamp":1549491721},"coords":"51.6552101,-0.0479786","bedrooms":"3","price":"220000","area":"631"} , +{"type":"Feature","id":"n4929685401","geometry":{"type":"Point","coordinates":[-0.1007766,51.5203525]},"properties":{"@type":"node","@id":4929685401,"@timestamp":1553718978},"coords":"51.5203525,-0.1007766","bedrooms":"4","price":"218000","area":"593"} , +{"type":"Feature","id":"n4929686901","geometry":{"type":"Point","coordinates":[-0.1006043,51.520975]},"properties":{"@type":"node","@id":4929686901,"@timestamp":1553719612},"coords":"51.520975,-0.1006043","bedrooms":"0","price":"203000","area":"648"} , +{"type":"Feature","id":"n4929686947","geometry":{"type":"Point","coordinates":[-0.1005045,51.5204812]},"properties":{"@type":"node","@id":4929686947,"@timestamp":1498095204},"coords":"51.5204812,-0.1005045","bedrooms":"3","price":"188000","area":"628"} , +{"type":"Feature","id":"n4929686971","geometry":{"type":"Point","coordinates":[-0.1009443,51.5201538]},"properties":{"@type":"node","@id":4929686971,"@timestamp":1498095204},"coords":"51.5201538,-0.1009443","bedrooms":"0","price":"239000","area":"438"} , +{"type":"Feature","id":"n4931085960","geometry":{"type":"Point","coordinates":[-0.2351216,51.3235193]},"properties":{"@type":"node","@id":4931085960,"@timestamp":1622985920},"coords":"51.3235193,-0.2351216","bedrooms":"2","price":"183000","area":"504"} , +{"type":"Feature","id":"n4931249318","geometry":{"type":"Point","coordinates":[-0.0193389,51.5279658]},"properties":{"@type":"node","@id":4931249318,"@timestamp":1498153022},"coords":"51.5279658,-0.0193389","bedrooms":"3","price":"187000","area":"652"} , +{"type":"Feature","id":"n4931415592","geometry":{"type":"Point","coordinates":[-0.281547,51.2138114]},"properties":{"@type":"node","@id":4931415592,"@timestamp":1613643116},"coords":"51.2138114,-0.281547","bedrooms":"4","price":"272000","area":"496"} , +{"type":"Feature","id":"n4931453615","geometry":{"type":"Point","coordinates":[-0.3014932,51.1877355]},"properties":{"@type":"node","@id":4931453615,"@timestamp":1614591517},"coords":"51.1877355,-0.3014932","bedrooms":"1","price":"277000","area":"583"} , +{"type":"Feature","id":"n4931757991","geometry":{"type":"Point","coordinates":[0.1141552,51.526613]},"properties":{"@type":"node","@id":4931757991,"@timestamp":1564908086},"coords":"51.526613,0.1141552","bedrooms":"0","price":"154000","area":"566"} , +{"type":"Feature","id":"n4932249937","geometry":{"type":"Point","coordinates":[-0.1275454,51.5766418]},"properties":{"@type":"node","@id":4932249937,"@timestamp":1498218713},"coords":"51.5766418,-0.1275454","bedrooms":"4","price":"166000","area":"601"} , +{"type":"Feature","id":"n4932249954","geometry":{"type":"Point","coordinates":[-0.1297035,51.5765282]},"properties":{"@type":"node","@id":4932249954,"@timestamp":1498218714},"coords":"51.5765282,-0.1297035","bedrooms":"1","price":"150000","area":"550"} , +{"type":"Feature","id":"n4932685470","geometry":{"type":"Point","coordinates":[-0.0804275,51.4618888]},"properties":{"@type":"node","@id":4932685470,"@timestamp":1564908086},"coords":"51.4618888,-0.0804275","bedrooms":"1","price":"240000","area":"515"} , +{"type":"Feature","id":"n4932969063","geometry":{"type":"Point","coordinates":[-0.097181,51.6791565]},"properties":{"@type":"node","@id":4932969063,"@timestamp":1564908086},"coords":"51.6791565,-0.097181","bedrooms":"4","price":"232000","area":"543"} , +{"type":"Feature","id":"n4933483045","geometry":{"type":"Point","coordinates":[-0.1022109,51.5198999]},"properties":{"@type":"node","@id":4933483045,"@timestamp":1498270647},"coords":"51.5198999,-0.1022109","bedrooms":"4","price":"186000","area":"480"} , +{"type":"Feature","id":"n4933483084","geometry":{"type":"Point","coordinates":[-0.1005534,51.5204341]},"properties":{"@type":"node","@id":4933483084,"@timestamp":1498270648},"coords":"51.5204341,-0.1005534","bedrooms":"0","price":"208000","area":"593"} , +{"type":"Feature","id":"n4933483135","geometry":{"type":"Point","coordinates":[-0.1025103,51.5200485]},"properties":{"@type":"node","@id":4933483135,"@timestamp":1498270645},"coords":"51.5200485,-0.1025103","bedrooms":"2","price":"241000","area":"533"} , +{"type":"Feature","id":"n4933483151","geometry":{"type":"Point","coordinates":[-0.1022321,51.5200906]},"properties":{"@type":"node","@id":4933483151,"@timestamp":1498270645},"coords":"51.5200906,-0.1022321","bedrooms":"3","price":"287000","area":"511"} , +{"type":"Feature","id":"n4933483170","geometry":{"type":"Point","coordinates":[-0.102358,51.519998]},"properties":{"@type":"node","@id":4933483170,"@timestamp":1498270646},"coords":"51.519998,-0.102358","bedrooms":"1","price":"175000","area":"677"} , +{"type":"Feature","id":"n4933549467","geometry":{"type":"Point","coordinates":[-0.137279,51.5074349]},"properties":{"@type":"node","@id":4933549467,"@timestamp":1498280162},"coords":"51.5074349,-0.137279","bedrooms":"3","price":"209000","area":"355"} , +{"type":"Feature","id":"n4933952134","geometry":{"type":"Point","coordinates":[-0.9206663,51.0156102]},"properties":{"@type":"node","@id":4933952134,"@timestamp":1498302217},"coords":"51.0156102,-0.9206663","bedrooms":"2","price":"176000","area":"636"} , +{"type":"Feature","id":"n4934121849","geometry":{"type":"Point","coordinates":[-0.9998363,51.4575418]},"properties":{"@type":"node","@id":4934121849,"@timestamp":1498313139},"coords":"51.4575418,-0.9998363","bedrooms":"2","price":"194000","area":"686"} , +{"type":"Feature","id":"n4934131006","geometry":{"type":"Point","coordinates":[-0.9989875,51.4573321]},"properties":{"@type":"node","@id":4934131006,"@timestamp":1578759962},"coords":"51.4573321,-0.9989875","bedrooms":"0","price":"289000","area":"413"} , +{"type":"Feature","id":"n4934219154","geometry":{"type":"Point","coordinates":[-1.0004193,51.4579235]},"properties":{"@type":"node","@id":4934219154,"@timestamp":1578765135},"coords":"51.4579235,-1.0004193","bedrooms":"2","price":"271000","area":"513"} , +{"type":"Feature","id":"n4934945687","geometry":{"type":"Point","coordinates":[-0.136738,51.508313]},"properties":{"@type":"node","@id":4934945687,"@timestamp":1561451795},"coords":"51.508313,-0.136738","bedrooms":"0","price":"167000","area":"395"} , +{"type":"Feature","id":"n4935365607","geometry":{"type":"Point","coordinates":[-0.2926621,51.8154456]},"properties":{"@type":"node","@id":4935365607,"@timestamp":1627649067},"coords":"51.8154456,-0.2926621","bedrooms":"3","price":"235000","area":"571"} , +{"type":"Feature","id":"n4935672215","geometry":{"type":"Point","coordinates":[-0.1037369,51.5210891]},"properties":{"@type":"node","@id":4935672215,"@timestamp":1498404760},"coords":"51.5210891,-0.1037369","bedrooms":"2","price":"279000","area":"664"} , +{"type":"Feature","id":"n4935672795","geometry":{"type":"Point","coordinates":[-0.1036187,51.5200956]},"properties":{"@type":"node","@id":4935672795,"@timestamp":1498404762},"coords":"51.5200956,-0.1036187","bedrooms":"3","price":"259000","area":"448"} , +{"type":"Feature","id":"n4935882632","geometry":{"type":"Point","coordinates":[-0.5107661,51.9460086]},"properties":{"@type":"node","@id":4935882632,"@timestamp":1498412037},"coords":"51.9460086,-0.5107661","bedrooms":"0","price":"257000","area":"356"} , +{"type":"Feature","id":"n4935914218","geometry":{"type":"Point","coordinates":[-0.104245,51.521869]},"properties":{"@type":"node","@id":4935914218,"@timestamp":1499204604},"coords":"51.521869,-0.104245","bedrooms":"0","price":"172000","area":"391"} , +{"type":"Feature","id":"n4935916647","geometry":{"type":"Point","coordinates":[-0.1036922,51.5213555]},"properties":{"@type":"node","@id":4935916647,"@timestamp":1498414146},"coords":"51.5213555,-0.1036922","bedrooms":"0","price":"155000","area":"501"} , +{"type":"Feature","id":"n4935916669","geometry":{"type":"Point","coordinates":[-0.103312,51.5209191]},"properties":{"@type":"node","@id":4935916669,"@timestamp":1498869205},"coords":"51.5209191,-0.103312","bedrooms":"2","price":"167000","area":"459"} , +{"type":"Feature","id":"n4936143222","geometry":{"type":"Point","coordinates":[0.0625534,51.1987805]},"properties":{"@type":"node","@id":4936143222,"@timestamp":1601991655},"coords":"51.1987805,0.0625534","bedrooms":"1","price":"212000","area":"479"} , +{"type":"Feature","id":"n4936561902","geometry":{"type":"Point","coordinates":[0.8074617,51.6474736]},"properties":{"@type":"node","@id":4936561902,"@timestamp":1498464668},"coords":"51.6474736,0.8074617","bedrooms":"4","price":"207000","area":"536"} , +{"type":"Feature","id":"n4937031908","geometry":{"type":"Point","coordinates":[-0.0735199,51.4623443]},"properties":{"@type":"node","@id":4937031908,"@timestamp":1498486534},"coords":"51.4623443,-0.0735199","bedrooms":"3","price":"270000","area":"454"} , +{"type":"Feature","id":"n4937138304","geometry":{"type":"Point","coordinates":[-0.7998271,51.2147019]},"properties":{"@type":"node","@id":4937138304,"@timestamp":1568578253},"coords":"51.2147019,-0.7998271","bedrooms":"2","price":"204000","area":"672"} , +{"type":"Feature","id":"n4937329761","geometry":{"type":"Point","coordinates":[-0.799241,51.2150617]},"properties":{"@type":"node","@id":4937329761,"@timestamp":1568578253},"coords":"51.2150617,-0.799241","bedrooms":"3","price":"186000","area":"644"} , +{"type":"Feature","id":"n4937398397","geometry":{"type":"Point","coordinates":[-0.8158725,51.4095561]},"properties":{"@type":"node","@id":4937398397,"@timestamp":1625664816},"coords":"51.4095561,-0.8158725","bedrooms":"1","price":"164000","area":"687"} , +{"type":"Feature","id":"n4937470194","geometry":{"type":"Point","coordinates":[-0.7694558,51.4189316]},"properties":{"@type":"node","@id":4937470194,"@timestamp":1521145489},"coords":"51.4189316,-0.7694558","bedrooms":"4","price":"269000","area":"472"} , +{"type":"Feature","id":"n4937551092","geometry":{"type":"Point","coordinates":[-0.7231158,51.4127701]},"properties":{"@type":"node","@id":4937551092,"@timestamp":1572195525},"coords":"51.4127701,-0.7231158","bedrooms":"4","price":"281000","area":"642"} , +{"type":"Feature","id":"n4937779194","geometry":{"type":"Point","coordinates":[-0.0404971,51.5643768]},"properties":{"@type":"node","@id":4937779194,"@timestamp":1564908086},"coords":"51.5643768,-0.0404971","bedrooms":"0","price":"192000","area":"652"} , +{"type":"Feature","id":"n4938172353","geometry":{"type":"Point","coordinates":[-0.2099552,51.4693029]},"properties":{"@type":"node","@id":4938172353,"@timestamp":1564908086},"coords":"51.4693029,-0.2099552","bedrooms":"2","price":"238000","area":"583"} , +{"type":"Feature","id":"n4938206846","geometry":{"type":"Point","coordinates":[-0.7975525,51.2154198]},"properties":{"@type":"node","@id":4938206846,"@timestamp":1568578253},"coords":"51.2154198,-0.7975525","bedrooms":"2","price":"206000","area":"569"} , +{"type":"Feature","id":"n4938338255","geometry":{"type":"Point","coordinates":[0.7324936,51.349309]},"properties":{"@type":"node","@id":4938338255,"@timestamp":1498564114},"coords":"51.349309,0.7324936","bedrooms":"3","price":"167000","area":"371"} , +{"type":"Feature","id":"n4938338266","geometry":{"type":"Point","coordinates":[0.7259977,51.3444486]},"properties":{"@type":"node","@id":4938338266,"@timestamp":1613361416},"coords":"51.3444486,0.7259977","bedrooms":"4","price":"173000","area":"673"} , +{"type":"Feature","id":"n4938338276","geometry":{"type":"Point","coordinates":[0.7327335,51.3497384]},"properties":{"@type":"node","@id":4938338276,"@timestamp":1543946258},"coords":"51.3497384,0.7327335","bedrooms":"1","price":"210000","area":"535"} , +{"type":"Feature","id":"n4938575644","geometry":{"type":"Point","coordinates":[0.0579209,51.6805707]},"properties":{"@type":"node","@id":4938575644,"@timestamp":1498573058},"coords":"51.6805707,0.0579209","bedrooms":"1","price":"225000","area":"402"} , +{"type":"Feature","id":"n4939214929","geometry":{"type":"Point","coordinates":[-0.3861007,51.6738867]},"properties":{"@type":"node","@id":4939214929,"@timestamp":1576097067},"coords":"51.6738867,-0.3861007","bedrooms":"0","price":"160000","area":"359"} , +{"type":"Feature","id":"n4939214939","geometry":{"type":"Point","coordinates":[-0.3966502,51.6780497]},"properties":{"@type":"node","@id":4939214939,"@timestamp":1627156500},"coords":"51.6780497,-0.3966502","bedrooms":"4","price":"159000","area":"428"} , +{"type":"Feature","id":"n4939244804","geometry":{"type":"Point","coordinates":[0.031415,51.4571971]},"properties":{"@type":"node","@id":4939244804,"@timestamp":1513081032},"coords":"51.4571971,0.031415","bedrooms":"1","price":"163000","area":"604"} , +{"type":"Feature","id":"n4939245834","geometry":{"type":"Point","coordinates":[0.0305084,51.4586566]},"properties":{"@type":"node","@id":4939245834,"@timestamp":1623072091},"coords":"51.4586566,0.0305084","bedrooms":"3","price":"170000","area":"407"} , +{"type":"Feature","id":"n4939955697","geometry":{"type":"Point","coordinates":[-0.2837618,51.4155836]},"properties":{"@type":"node","@id":4939955697,"@timestamp":1498639689},"coords":"51.4155836,-0.2837618","bedrooms":"1","price":"153000","area":"447"} , +{"type":"Feature","id":"n4940387622","geometry":{"type":"Point","coordinates":[-0.0239398,51.5110823]},"properties":{"@type":"node","@id":4940387622,"@timestamp":1592249015},"coords":"51.5110823,-0.0239398","bedrooms":"1","price":"213000","area":"617"} , +{"type":"Feature","id":"n4940709598","geometry":{"type":"Point","coordinates":[0.7286742,51.3367165]},"properties":{"@type":"node","@id":4940709598,"@timestamp":1498666003},"coords":"51.3367165,0.7286742","bedrooms":"2","price":"286000","area":"433"} , +{"type":"Feature","id":"n4940709608","geometry":{"type":"Point","coordinates":[0.6698047,51.3517013]},"properties":{"@type":"node","@id":4940709608,"@timestamp":1498666004},"coords":"51.3517013,0.6698047","bedrooms":"0","price":"293000","area":"356"} , +{"type":"Feature","id":"n4940823520","geometry":{"type":"Point","coordinates":[-0.5850455,51.4205149]},"properties":{"@type":"node","@id":4940823520,"@timestamp":1498669671},"coords":"51.4205149,-0.5850455","bedrooms":"2","price":"250000","area":"494"} , +{"type":"Feature","id":"n4942077269","geometry":{"type":"Point","coordinates":[-0.1382043,51.5071187]},"properties":{"@type":"node","@id":4942077269,"@timestamp":1498738244},"coords":"51.5071187,-0.1382043","bedrooms":"2","price":"169000","area":"459"} , +{"type":"Feature","id":"n4942262402","geometry":{"type":"Point","coordinates":[-0.5113077,51.3266523]},"properties":{"@type":"node","@id":4942262402,"@timestamp":1533849034},"coords":"51.3266523,-0.5113077","bedrooms":"1","price":"225000","area":"596"} , +{"type":"Feature","id":"n4942374594","geometry":{"type":"Point","coordinates":[-0.3307339,51.2353744]},"properties":{"@type":"node","@id":4942374594,"@timestamp":1498747602},"coords":"51.2353744,-0.3307339","bedrooms":"4","price":"151000","area":"540"} , +{"type":"Feature","id":"n4942576593","geometry":{"type":"Point","coordinates":[-0.1272288,51.5155974]},"properties":{"@type":"node","@id":4942576593,"@timestamp":1564908086},"coords":"51.5155974,-0.1272288","bedrooms":"4","price":"213000","area":"580"} , +{"type":"Feature","id":"n4942851450","geometry":{"type":"Point","coordinates":[-0.5386349,51.4352011]},"properties":{"@type":"node","@id":4942851450,"@timestamp":1498765247},"coords":"51.4352011,-0.5386349","bedrooms":"3","price":"186000","area":"365"} , +{"type":"Feature","id":"n4942970860","geometry":{"type":"Point","coordinates":[-0.7837817,51.0181773]},"properties":{"@type":"node","@id":4942970860,"@timestamp":1498769286},"coords":"51.0181773,-0.7837817","bedrooms":"4","price":"293000","area":"574"} , +{"type":"Feature","id":"n4943196007","geometry":{"type":"Point","coordinates":[-0.1038697,51.5213556]},"properties":{"@type":"node","@id":4943196007,"@timestamp":1498869205},"coords":"51.5213556,-0.1038697","bedrooms":"4","price":"245000","area":"615"} , +{"type":"Feature","id":"n4943203533","geometry":{"type":"Point","coordinates":[-0.1040328,51.521542]},"properties":{"@type":"node","@id":4943203533,"@timestamp":1498781422},"coords":"51.521542,-0.1040328","bedrooms":"1","price":"176000","area":"693"} , +{"type":"Feature","id":"n4943203580","geometry":{"type":"Point","coordinates":[-0.1049394,51.5222208]},"properties":{"@type":"node","@id":4943203580,"@timestamp":1554318491},"coords":"51.5222208,-0.1049394","bedrooms":"3","price":"187000","area":"402"} , +{"type":"Feature","id":"n4943268036","geometry":{"type":"Point","coordinates":[-0.108712,51.5510941]},"properties":{"@type":"node","@id":4943268036,"@timestamp":1620217791},"coords":"51.5510941,-0.108712","bedrooms":"4","price":"183000","area":"633"} , +{"type":"Feature","id":"n4943567198","geometry":{"type":"Point","coordinates":[-0.4770937,51.3289858]},"properties":{"@type":"node","@id":4943567198,"@timestamp":1517601133},"coords":"51.3289858,-0.4770937","bedrooms":"3","price":"195000","area":"605"} , +{"type":"Feature","id":"n4943591293","geometry":{"type":"Point","coordinates":[-0.1079004,51.0089129]},"properties":{"@type":"node","@id":4943591293,"@timestamp":1500314148},"coords":"51.0089129,-0.1079004","bedrooms":"3","price":"233000","area":"378"} , +{"type":"Feature","id":"n4943851608","geometry":{"type":"Point","coordinates":[0.095797,51.5966934]},"properties":{"@type":"node","@id":4943851608,"@timestamp":1556640868},"coords":"51.5966934,0.095797","bedrooms":"1","price":"254000","area":"459"} , +{"type":"Feature","id":"n4944323243","geometry":{"type":"Point","coordinates":[0.0256712,51.510083]},"properties":{"@type":"node","@id":4944323243,"@timestamp":1611318444},"coords":"51.510083,0.0256712","bedrooms":"3","price":"241000","area":"350"} , +{"type":"Feature","id":"n4944946038","geometry":{"type":"Point","coordinates":[0.0201095,51.4307084]},"properties":{"@type":"node","@id":4944946038,"@timestamp":1564908086},"coords":"51.4307084,0.0201095","bedrooms":"1","price":"229000","area":"463"} , +{"type":"Feature","id":"n4944992311","geometry":{"type":"Point","coordinates":[-0.1028044,51.5217072]},"properties":{"@type":"node","@id":4944992311,"@timestamp":1498869196},"coords":"51.5217072,-0.1028044","bedrooms":"4","price":"299000","area":"510"} , +{"type":"Feature","id":"n4944992661","geometry":{"type":"Point","coordinates":[-0.1026253,51.5218653]},"properties":{"@type":"node","@id":4944992661,"@timestamp":1498869198},"coords":"51.5218653,-0.1026253","bedrooms":"0","price":"299000","area":"392"} , +{"type":"Feature","id":"n4944992718","geometry":{"type":"Point","coordinates":[-0.1035427,51.521028]},"properties":{"@type":"node","@id":4944992718,"@timestamp":1498869199},"coords":"51.521028,-0.1035427","bedrooms":"1","price":"196000","area":"457"} , +{"type":"Feature","id":"n4944993027","geometry":{"type":"Point","coordinates":[-0.1038378,51.5213188]},"properties":{"@type":"node","@id":4944993027,"@timestamp":1498869199},"coords":"51.5213188,-0.1038378","bedrooms":"4","price":"292000","area":"629"} , +{"type":"Feature","id":"n4945009599","geometry":{"type":"Point","coordinates":[-0.0639997,51.5857129]},"properties":{"@type":"node","@id":4945009599,"@timestamp":1625935520},"coords":"51.5857129,-0.0639997","bedrooms":"1","price":"253000","area":"370"} , +{"type":"Feature","id":"n4945392994","geometry":{"type":"Point","coordinates":[-0.0722085,51.4698937]},"properties":{"@type":"node","@id":4945392994,"@timestamp":1624700108},"coords":"51.4698937,-0.0722085","bedrooms":"0","price":"293000","area":"485"} , +{"type":"Feature","id":"n4946044495","geometry":{"type":"Point","coordinates":[0.7139719,51.3494392]},"properties":{"@type":"node","@id":4946044495,"@timestamp":1498934054},"coords":"51.3494392,0.7139719","bedrooms":"1","price":"260000","area":"547"} , +{"type":"Feature","id":"n4946175660","geometry":{"type":"Point","coordinates":[-0.7424105,51.9727684]},"properties":{"@type":"node","@id":4946175660,"@timestamp":1563617988},"coords":"51.9727684,-0.7424105","bedrooms":"4","price":"216000","area":"555"} , +{"type":"Feature","id":"n4946391350","geometry":{"type":"Point","coordinates":[-0.1223227,51.5691899]},"properties":{"@type":"node","@id":4946391350,"@timestamp":1498955338},"coords":"51.5691899,-0.1223227","bedrooms":"4","price":"247000","area":"413"} , +{"type":"Feature","id":"n4946679058","geometry":{"type":"Point","coordinates":[-0.1812355,51.5326002]},"properties":{"@type":"node","@id":4946679058,"@timestamp":1562780589},"coords":"51.5326002,-0.1812355","bedrooms":"0","price":"229000","area":"592"} , +{"type":"Feature","id":"n4947000486","geometry":{"type":"Point","coordinates":[-0.1024114,51.5224741]},"properties":{"@type":"node","@id":4947000486,"@timestamp":1499001056},"coords":"51.5224741,-0.1024114","bedrooms":"3","price":"283000","area":"395"} , +{"type":"Feature","id":"n4947000665","geometry":{"type":"Point","coordinates":[-0.1017536,51.5226222]},"properties":{"@type":"node","@id":4947000665,"@timestamp":1499001058},"coords":"51.5226222,-0.1017536","bedrooms":"1","price":"171000","area":"476"} , +{"type":"Feature","id":"n4947226198","geometry":{"type":"Point","coordinates":[-0.1016671,51.5207104]},"properties":{"@type":"node","@id":4947226198,"@timestamp":1499012855},"coords":"51.5207104,-0.1016671","bedrooms":"2","price":"189000","area":"430"} , +{"type":"Feature","id":"n4947232257","geometry":{"type":"Point","coordinates":[-0.1017528,51.5219909]},"properties":{"@type":"node","@id":4947232257,"@timestamp":1499012856},"coords":"51.5219909,-0.1017528","bedrooms":"4","price":"171000","area":"613"} , +{"type":"Feature","id":"n4947602629","geometry":{"type":"Point","coordinates":[-0.0774896,51.4886189]},"properties":{"@type":"node","@id":4947602629,"@timestamp":1564908086},"coords":"51.4886189,-0.0774896","bedrooms":"0","price":"194000","area":"609"} , +{"type":"Feature","id":"n4947820292","geometry":{"type":"Point","coordinates":[-0.1436418,51.5901772]},"properties":{"@type":"node","@id":4947820292,"@timestamp":1626296930},"coords":"51.5901772,-0.1436418","bedrooms":"4","price":"191000","area":"592"} , +{"type":"Feature","id":"n4947825543","geometry":{"type":"Point","coordinates":[-0.1429072,51.5905795]},"properties":{"@type":"node","@id":4947825543,"@timestamp":1629477513},"coords":"51.5905795,-0.1429072","bedrooms":"2","price":"254000","area":"529"} , +{"type":"Feature","id":"n4947997596","geometry":{"type":"Point","coordinates":[-0.2426031,51.4550267]},"properties":{"@type":"node","@id":4947997596,"@timestamp":1499047993},"coords":"51.4550267,-0.2426031","bedrooms":"0","price":"242000","area":"577"} , +{"type":"Feature","id":"n4948041637","geometry":{"type":"Point","coordinates":[-0.2005001,51.3460456]},"properties":{"@type":"node","@id":4948041637,"@timestamp":1499053761},"coords":"51.3460456,-0.2005001","bedrooms":"2","price":"175000","area":"663"} , +{"type":"Feature","id":"n4948620822","geometry":{"type":"Point","coordinates":[-0.0775831,51.516262]},"properties":{"@type":"node","@id":4948620822,"@timestamp":1604772964},"coords":"51.516262,-0.0775831","bedrooms":"3","price":"202000","area":"427"} , +{"type":"Feature","id":"n4948812849","geometry":{"type":"Point","coordinates":[-0.1938975,51.4023766]},"properties":{"@type":"node","@id":4948812849,"@timestamp":1569451766},"coords":"51.4023766,-0.1938975","bedrooms":"4","price":"168000","area":"399"} , +{"type":"Feature","id":"n4949098769","geometry":{"type":"Point","coordinates":[-0.9719494,51.4566235]},"properties":{"@type":"node","@id":4949098769,"@timestamp":1499095715},"coords":"51.4566235,-0.9719494","bedrooms":"3","price":"214000","area":"413"} , +{"type":"Feature","id":"n4949176270","geometry":{"type":"Point","coordinates":[-0.1138894,51.3927615]},"properties":{"@type":"node","@id":4949176270,"@timestamp":1564908086},"coords":"51.3927615,-0.1138894","bedrooms":"1","price":"298000","area":"479"} , +{"type":"Feature","id":"n4949499243","geometry":{"type":"Point","coordinates":[-0.1122279,51.3902721]},"properties":{"@type":"node","@id":4949499243,"@timestamp":1564908086},"coords":"51.3902721,-0.1122279","bedrooms":"0","price":"165000","area":"687"} , +{"type":"Feature","id":"n4949804667","geometry":{"type":"Point","coordinates":[-0.9385881,51.0915702]},"properties":{"@type":"node","@id":4949804667,"@timestamp":1499117995},"coords":"51.0915702,-0.9385881","bedrooms":"1","price":"159000","area":"396"} , +{"type":"Feature","id":"n4949909138","geometry":{"type":"Point","coordinates":[-0.1030022,51.520405]},"properties":{"@type":"node","@id":4949909138,"@timestamp":1499122740},"coords":"51.520405,-0.1030022","bedrooms":"0","price":"185000","area":"593"} , +{"type":"Feature","id":"n4949909219","geometry":{"type":"Point","coordinates":[-0.1019025,51.5207351]},"properties":{"@type":"node","@id":4949909219,"@timestamp":1499122742},"coords":"51.5207351,-0.1019025","bedrooms":"1","price":"237000","area":"619"} , +{"type":"Feature","id":"n4950854525","geometry":{"type":"Point","coordinates":[-0.9723941,51.4555059]},"properties":{"@type":"node","@id":4950854525,"@timestamp":1570637093},"coords":"51.4555059,-0.9723941","bedrooms":"3","price":"248000","area":"612"} , +{"type":"Feature","id":"n4950860302","geometry":{"type":"Point","coordinates":[-0.9719344,51.455506]},"properties":{"@type":"node","@id":4950860302,"@timestamp":1611489162},"coords":"51.455506,-0.9719344","bedrooms":"1","price":"188000","area":"696"} , +{"type":"Feature","id":"n4951140217","geometry":{"type":"Point","coordinates":[-0.9720605,51.4539841]},"properties":{"@type":"node","@id":4951140217,"@timestamp":1559576347},"coords":"51.4539841,-0.9720605","bedrooms":"3","price":"151000","area":"612"} , +{"type":"Feature","id":"n4951341219","geometry":{"type":"Point","coordinates":[-0.168879,51.4284181]},"properties":{"@type":"node","@id":4951341219,"@timestamp":1618351836},"coords":"51.4284181,-0.168879","bedrooms":"4","price":"239000","area":"583"} , +{"type":"Feature","id":"n4951535303","geometry":{"type":"Point","coordinates":[0.2419127,51.1523004]},"properties":{"@type":"node","@id":4951535303,"@timestamp":1499240693},"coords":"51.1523004,0.2419127","bedrooms":"4","price":"207000","area":"392"} , +{"type":"Feature","id":"n4952188711","geometry":{"type":"Point","coordinates":[-0.135788,51.497533]},"properties":{"@type":"node","@id":4952188711,"@timestamp":1625885248},"coords":"51.497533,-0.135788","bedrooms":"2","price":"193000","area":"523"} , +{"type":"Feature","id":"n4952495423","geometry":{"type":"Point","coordinates":[-0.1010799,51.3790288]},"properties":{"@type":"node","@id":4952495423,"@timestamp":1564908086},"coords":"51.3790288,-0.1010799","bedrooms":"2","price":"286000","area":"392"} , +{"type":"Feature","id":"n4952651323","geometry":{"type":"Point","coordinates":[-0.5052922,51.9009221]},"properties":{"@type":"node","@id":4952651323,"@timestamp":1499261721},"coords":"51.9009221,-0.5052922","bedrooms":"3","price":"151000","area":"490"} , +{"type":"Feature","id":"n4953157981","geometry":{"type":"Point","coordinates":[-0.1833949,51.4365977]},"properties":{"@type":"node","@id":4953157981,"@timestamp":1617745883},"coords":"51.4365977,-0.1833949","bedrooms":"3","price":"297000","area":"615"} , +{"type":"Feature","id":"n4953770598","geometry":{"type":"Point","coordinates":[-0.5597738,51.3148961]},"properties":{"@type":"node","@id":4953770598,"@timestamp":1499296805},"coords":"51.3148961,-0.5597738","bedrooms":"2","price":"210000","area":"575"} , +{"type":"Feature","id":"n4954373906","geometry":{"type":"Point","coordinates":[-0.0922083,51.5027856]},"properties":{"@type":"node","@id":4954373906,"@timestamp":1614542698},"coords":"51.5027856,-0.0922083","bedrooms":"1","price":"164000","area":"404"} , +{"type":"Feature","id":"n4954373916","geometry":{"type":"Point","coordinates":[-0.0913669,51.5033729]},"properties":{"@type":"node","@id":4954373916,"@timestamp":1567070717},"coords":"51.5033729,-0.0913669","bedrooms":"4","price":"180000","area":"480"} , +{"type":"Feature","id":"n4954872529","geometry":{"type":"Point","coordinates":[-0.4910123,51.899492]},"properties":{"@type":"node","@id":4954872529,"@timestamp":1614270642},"coords":"51.899492,-0.4910123","bedrooms":"1","price":"167000","area":"603"} , +{"type":"Feature","id":"n4954873508","geometry":{"type":"Point","coordinates":[-0.4659817,51.9069572]},"properties":{"@type":"node","@id":4954873508,"@timestamp":1614018852},"coords":"51.9069572,-0.4659817","bedrooms":"3","price":"186000","area":"598"} , +{"type":"Feature","id":"n4954873626","geometry":{"type":"Point","coordinates":[-0.48031,51.9031074]},"properties":{"@type":"node","@id":4954873626,"@timestamp":1614202279},"coords":"51.9031074,-0.48031","bedrooms":"4","price":"269000","area":"694"} , +{"type":"Feature","id":"n4954909781","geometry":{"type":"Point","coordinates":[-0.1577771,50.9627883]},"properties":{"@type":"node","@id":4954909781,"@timestamp":1621347001},"coords":"50.9627883,-0.1577771","bedrooms":"2","price":"238000","area":"564"} , +{"type":"Feature","id":"n4954978897","geometry":{"type":"Point","coordinates":[-0.1410318,50.9450086]},"properties":{"@type":"node","@id":4954978897,"@timestamp":1499350095},"coords":"50.9450086,-0.1410318","bedrooms":"4","price":"184000","area":"530"} , +{"type":"Feature","id":"n4955112975","geometry":{"type":"Point","coordinates":[-0.9700076,51.4553743]},"properties":{"@type":"node","@id":4955112975,"@timestamp":1535835183},"coords":"51.4553743,-0.9700076","bedrooms":"4","price":"172000","area":"453"} , +{"type":"Feature","id":"n4955192559","geometry":{"type":"Point","coordinates":[-0.138751,50.9542358]},"properties":{"@type":"node","@id":4955192559,"@timestamp":1612117053},"coords":"50.9542358,-0.138751","bedrooms":"4","price":"274000","area":"499"} , +{"type":"Feature","id":"n4955315224","geometry":{"type":"Point","coordinates":[-0.1789109,51.4154931]},"properties":{"@type":"node","@id":4955315224,"@timestamp":1617665328},"coords":"51.4154931,-0.1789109","bedrooms":"2","price":"165000","area":"589"} , +{"type":"Feature","id":"n4955916202","geometry":{"type":"Point","coordinates":[-0.3470715,51.5079233]},"properties":{"@type":"node","@id":4955916202,"@timestamp":1614815483},"coords":"51.5079233,-0.3470715","bedrooms":"2","price":"165000","area":"607"} , +{"type":"Feature","id":"n4956548438","geometry":{"type":"Point","coordinates":[-0.1353643,51.4975305]},"properties":{"@type":"node","@id":4956548438,"@timestamp":1618024541},"coords":"51.4975305,-0.1353643","bedrooms":"3","price":"278000","area":"572"} , +{"type":"Feature","id":"n4956796275","geometry":{"type":"Point","coordinates":[-0.1115882,50.9946763]},"properties":{"@type":"node","@id":4956796275,"@timestamp":1499432952},"coords":"50.9946763,-0.1115882","bedrooms":"2","price":"198000","area":"371"} , +{"type":"Feature","id":"n4956995200","geometry":{"type":"Point","coordinates":[0.0578806,51.36538]},"properties":{"@type":"node","@id":4956995200,"@timestamp":1564908086},"coords":"51.36538,0.0578806","bedrooms":"0","price":"238000","area":"532"} , +{"type":"Feature","id":"n4957377000","geometry":{"type":"Point","coordinates":[-1.0018419,51.4581134]},"properties":{"@type":"node","@id":4957377000,"@timestamp":1630727012},"coords":"51.4581134,-1.0018419","bedrooms":"0","price":"249000","area":"530"} , +{"type":"Feature","id":"n4957706742","geometry":{"type":"Point","coordinates":[-0.1161637,51.4942804]},"properties":{"@type":"node","@id":4957706742,"@timestamp":1632845662},"coords":"51.4942804,-0.1161637","bedrooms":"0","price":"191000","area":"651"} , +{"type":"Feature","id":"n4958071878","geometry":{"type":"Point","coordinates":[-0.105789,51.0059596]},"properties":{"@type":"node","@id":4958071878,"@timestamp":1499499152},"coords":"51.0059596,-0.105789","bedrooms":"1","price":"156000","area":"491"} , +{"type":"Feature","id":"n4958293345","geometry":{"type":"Point","coordinates":[-0.3088157,51.423754]},"properties":{"@type":"node","@id":4958293345,"@timestamp":1600033851},"coords":"51.423754,-0.3088157","bedrooms":"2","price":"160000","area":"590"} , +{"type":"Feature","id":"n4958471951","geometry":{"type":"Point","coordinates":[-0.2741595,51.271206]},"properties":{"@type":"node","@id":4958471951,"@timestamp":1499521401},"coords":"51.271206,-0.2741595","bedrooms":"0","price":"267000","area":"617"} , +{"type":"Feature","id":"n4958506780","geometry":{"type":"Point","coordinates":[-0.3433987,51.4028084]},"properties":{"@type":"node","@id":4958506780,"@timestamp":1598679221},"coords":"51.4028084,-0.3433987","bedrooms":"4","price":"167000","area":"598"} , +{"type":"Feature","id":"n4958535561","geometry":{"type":"Point","coordinates":[-0.2496549,51.4857398]},"properties":{"@type":"node","@id":4958535561,"@timestamp":1499525512},"coords":"51.4857398,-0.2496549","bedrooms":"4","price":"233000","area":"356"} , +{"type":"Feature","id":"n4958773185","geometry":{"type":"Point","coordinates":[-0.1467975,51.4566673]},"properties":{"@type":"node","@id":4958773185,"@timestamp":1499537299},"coords":"51.4566673,-0.1467975","bedrooms":"1","price":"229000","area":"448"} , +{"type":"Feature","id":"n4958788755","geometry":{"type":"Point","coordinates":[-0.2040405,51.2018286]},"properties":{"@type":"node","@id":4958788755,"@timestamp":1499537797},"coords":"51.2018286,-0.2040405","bedrooms":"4","price":"190000","area":"669"} , +{"type":"Feature","id":"n4958840434","geometry":{"type":"Point","coordinates":[-0.2395052,51.2064263]},"properties":{"@type":"node","@id":4958840434,"@timestamp":1499540428},"coords":"51.2064263,-0.2395052","bedrooms":"1","price":"178000","area":"500"} , +{"type":"Feature","id":"n4958865407","geometry":{"type":"Point","coordinates":[0.5962099,51.2135229]},"properties":{"@type":"node","@id":4958865407,"@timestamp":1527535691},"coords":"51.2135229,0.5962099","bedrooms":"2","price":"248000","area":"677"} , +{"type":"Feature","id":"n4958865417","geometry":{"type":"Point","coordinates":[0.5209357,51.3468058]},"properties":{"@type":"node","@id":4958865417,"@timestamp":1543946265},"coords":"51.3468058,0.5209357","bedrooms":"1","price":"185000","area":"605"} , +{"type":"Feature","id":"n4958866628","geometry":{"type":"Point","coordinates":[0.5209639,51.3467581]},"properties":{"@type":"node","@id":4958866628,"@timestamp":1499542584},"coords":"51.3467581,0.5209639","bedrooms":"3","price":"271000","area":"510"} , +{"type":"Feature","id":"n4958866638","geometry":{"type":"Point","coordinates":[0.5522368,51.303962]},"properties":{"@type":"node","@id":4958866638,"@timestamp":1499542585},"coords":"51.303962,0.5522368","bedrooms":"2","price":"199000","area":"659"} , +{"type":"Feature","id":"n4958866648","geometry":{"type":"Point","coordinates":[0.5306579,51.3598135]},"properties":{"@type":"node","@id":4958866648,"@timestamp":1543946273},"coords":"51.3598135,0.5306579","bedrooms":"2","price":"196000","area":"612"} , +{"type":"Feature","id":"n4958876823","geometry":{"type":"Point","coordinates":[-0.248799,51.2314112]},"properties":{"@type":"node","@id":4958876823,"@timestamp":1499542874},"coords":"51.2314112,-0.248799","bedrooms":"3","price":"169000","area":"388"} , +{"type":"Feature","id":"n4958876833","geometry":{"type":"Point","coordinates":[-0.2477771,51.2201535]},"properties":{"@type":"node","@id":4958876833,"@timestamp":1499542874},"coords":"51.2201535,-0.2477771","bedrooms":"2","price":"247000","area":"649"} , +{"type":"Feature","id":"n4958904402","geometry":{"type":"Point","coordinates":[-0.1822466,51.4164904]},"properties":{"@type":"node","@id":4958904402,"@timestamp":1621115981},"coords":"51.4164904,-0.1822466","bedrooms":"0","price":"244000","area":"429"} , +{"type":"Feature","id":"n4959100254","geometry":{"type":"Point","coordinates":[-0.2043646,51.3745766]},"properties":{"@type":"node","@id":4959100254,"@timestamp":1564908086},"coords":"51.3745766,-0.2043646","bedrooms":"0","price":"277000","area":"495"} , +{"type":"Feature","id":"n4959112775","geometry":{"type":"Point","coordinates":[-0.2065852,51.3728309]},"properties":{"@type":"node","@id":4959112775,"@timestamp":1575557163},"coords":"51.3728309,-0.2065852","bedrooms":"0","price":"152000","area":"395"} , +{"type":"Feature","id":"n4959133788","geometry":{"type":"Point","coordinates":[-0.208318,51.3715681]},"properties":{"@type":"node","@id":4959133788,"@timestamp":1499558219},"coords":"51.3715681,-0.208318","bedrooms":"2","price":"245000","area":"615"} , +{"type":"Feature","id":"n4959223704","geometry":{"type":"Point","coordinates":[-0.1168029,51.3579822]},"properties":{"@type":"node","@id":4959223704,"@timestamp":1500643582},"coords":"51.3579822,-0.1168029","bedrooms":"4","price":"278000","area":"577"} , +{"type":"Feature","id":"n4959291104","geometry":{"type":"Point","coordinates":[-0.1391078,51.5081537]},"properties":{"@type":"node","@id":4959291104,"@timestamp":1499575048},"coords":"51.5081537,-0.1391078","bedrooms":"1","price":"229000","area":"554"} , +{"type":"Feature","id":"n4959326974","geometry":{"type":"Point","coordinates":[-0.1386814,51.5081382]},"properties":{"@type":"node","@id":4959326974,"@timestamp":1561452230},"coords":"51.5081382,-0.1386814","bedrooms":"4","price":"269000","area":"420"} , +{"type":"Feature","id":"n4959774304","geometry":{"type":"Point","coordinates":[-0.0997416,51.3954277]},"properties":{"@type":"node","@id":4959774304,"@timestamp":1604851948},"coords":"51.3954277,-0.0997416","bedrooms":"0","price":"283000","area":"552"} , +{"type":"Feature","id":"n4959774334","geometry":{"type":"Point","coordinates":[-0.0942354,51.3913981]},"properties":{"@type":"node","@id":4959774334,"@timestamp":1630344578},"coords":"51.3913981,-0.0942354","bedrooms":"1","price":"208000","area":"431"} , +{"type":"Feature","id":"n4959822523","geometry":{"type":"Point","coordinates":[0.5946388,51.3663167]},"properties":{"@type":"node","@id":4959822523,"@timestamp":1543946276},"coords":"51.3663167,0.5946388","bedrooms":"0","price":"279000","area":"480"} , +{"type":"Feature","id":"n4960058919","geometry":{"type":"Point","coordinates":[-0.137664,51.4262923]},"properties":{"@type":"node","@id":4960058919,"@timestamp":1615804893},"coords":"51.4262923,-0.137664","bedrooms":"4","price":"266000","area":"656"} , +{"type":"Feature","id":"n4960208269","geometry":{"type":"Point","coordinates":[-0.1507295,51.4507194]},"properties":{"@type":"node","@id":4960208269,"@timestamp":1613647082},"coords":"51.4507194,-0.1507295","bedrooms":"1","price":"171000","area":"432"} , +{"type":"Feature","id":"n4960528294","geometry":{"type":"Point","coordinates":[-0.0820086,51.5166046]},"properties":{"@type":"node","@id":4960528294,"@timestamp":1561557693},"coords":"51.5166046,-0.0820086","bedrooms":"3","price":"185000","area":"593"} , +{"type":"Feature","id":"n4961574811","geometry":{"type":"Point","coordinates":[-0.3344223,51.062366]},"properties":{"@type":"node","@id":4961574811,"@timestamp":1606646614},"coords":"51.062366,-0.3344223","bedrooms":"1","price":"277000","area":"674"} , +{"type":"Feature","id":"n4962393233","geometry":{"type":"Point","coordinates":[-0.969644,51.4554585]},"properties":{"@type":"node","@id":4962393233,"@timestamp":1499710106},"coords":"51.4554585,-0.969644","bedrooms":"4","price":"188000","area":"381"} , +{"type":"Feature","id":"n4962404895","geometry":{"type":"Point","coordinates":[-0.053567,51.5337831]},"properties":{"@type":"node","@id":4962404895,"@timestamp":1499710623},"coords":"51.5337831,-0.053567","bedrooms":"4","price":"233000","area":"471"} , +{"type":"Feature","id":"n4962880109","geometry":{"type":"Point","coordinates":[0.0091825,51.5621543]},"properties":{"@type":"node","@id":4962880109,"@timestamp":1500335610},"coords":"51.5621543,0.0091825","bedrooms":"2","price":"241000","area":"540"} , +{"type":"Feature","id":"n4962880158","geometry":{"type":"Point","coordinates":[0.0086246,51.5615248]},"properties":{"@type":"node","@id":4962880158,"@timestamp":1499732218},"coords":"51.5615248,0.0086246","bedrooms":"1","price":"270000","area":"539"} , +{"type":"Feature","id":"n4962880383","geometry":{"type":"Point","coordinates":[0.0092409,51.5626541]},"properties":{"@type":"node","@id":4962880383,"@timestamp":1499732223},"coords":"51.5626541,0.0092409","bedrooms":"4","price":"165000","area":"495"} , +{"type":"Feature","id":"n4962959101","geometry":{"type":"Point","coordinates":[-0.0621227,51.5359818]},"properties":{"@type":"node","@id":4962959101,"@timestamp":1629541020},"coords":"51.5359818,-0.0621227","bedrooms":"1","price":"242000","area":"411"} , +{"type":"Feature","id":"n4963555593","geometry":{"type":"Point","coordinates":[-0.1026881,51.5354959]},"properties":{"@type":"node","@id":4963555593,"@timestamp":1628258282},"coords":"51.5354959,-0.1026881","bedrooms":"3","price":"206000","area":"360"} , +{"type":"Feature","id":"n4963811566","geometry":{"type":"Point","coordinates":[0.4458749,51.5240559]},"properties":{"@type":"node","@id":4963811566,"@timestamp":1608154435},"coords":"51.5240559,0.4458749","bedrooms":"4","price":"255000","area":"573"} , +{"type":"Feature","id":"n4964523817","geometry":{"type":"Point","coordinates":[-0.4822742,51.4924789]},"properties":{"@type":"node","@id":4964523817,"@timestamp":1627381837},"coords":"51.4924789,-0.4822742","bedrooms":"3","price":"245000","area":"689"} , +{"type":"Feature","id":"n4964529492","geometry":{"type":"Point","coordinates":[-0.1285878,51.1887925]},"properties":{"@type":"node","@id":4964529492,"@timestamp":1525376059},"coords":"51.1887925,-0.1285878","bedrooms":"2","price":"186000","area":"400"} , +{"type":"Feature","id":"n4964529747","geometry":{"type":"Point","coordinates":[-0.1474598,51.1865247]},"properties":{"@type":"node","@id":4964529747,"@timestamp":1556996478},"coords":"51.1865247,-0.1474598","bedrooms":"3","price":"181000","area":"684"} , +{"type":"Feature","id":"n4964993793","geometry":{"type":"Point","coordinates":[-0.1363256,51.4340317]},"properties":{"@type":"node","@id":4964993793,"@timestamp":1613842650},"coords":"51.4340317,-0.1363256","bedrooms":"4","price":"224000","area":"424"} , +{"type":"Feature","id":"n4965041631","geometry":{"type":"Point","coordinates":[-0.0985623,51.4609474]},"properties":{"@type":"node","@id":4965041631,"@timestamp":1499827176},"coords":"51.4609474,-0.0985623","bedrooms":"2","price":"189000","area":"449"} , +{"type":"Feature","id":"n4965946547","geometry":{"type":"Point","coordinates":[-0.287085,51.4856375]},"properties":{"@type":"node","@id":4965946547,"@timestamp":1499859126},"coords":"51.4856375,-0.287085","bedrooms":"2","price":"162000","area":"390"} , +{"type":"Feature","id":"n4966296626","geometry":{"type":"Point","coordinates":[-0.060793,51.5375972]},"properties":{"@type":"node","@id":4966296626,"@timestamp":1499872920},"coords":"51.5375972,-0.060793","bedrooms":"0","price":"204000","area":"546"} , +{"type":"Feature","id":"n4966772363","geometry":{"type":"Point","coordinates":[-1.024882,51.5317276]},"properties":{"@type":"node","@id":4966772363,"@timestamp":1499889970},"coords":"51.5317276,-1.024882","bedrooms":"1","price":"285000","area":"422"} , +{"type":"Feature","id":"n4966772373","geometry":{"type":"Point","coordinates":[-1.0349461,51.5454855]},"properties":{"@type":"node","@id":4966772373,"@timestamp":1499889971},"coords":"51.5454855,-1.0349461","bedrooms":"3","price":"279000","area":"382"} , +{"type":"Feature","id":"n4966855028","geometry":{"type":"Point","coordinates":[0.007887,51.5603346]},"properties":{"@type":"node","@id":4966855028,"@timestamp":1627898559},"coords":"51.5603346,0.007887","bedrooms":"2","price":"256000","area":"463"} , +{"type":"Feature","id":"n4967019128","geometry":{"type":"Point","coordinates":[-0.109527,51.4845242]},"properties":{"@type":"node","@id":4967019128,"@timestamp":1596629687},"coords":"51.4845242,-0.109527","bedrooms":"4","price":"153000","area":"352"} , +{"type":"Feature","id":"n4967093173","geometry":{"type":"Point","coordinates":[-0.1154499,51.4879979]},"properties":{"@type":"node","@id":4967093173,"@timestamp":1499907267},"coords":"51.4879979,-0.1154499","bedrooms":"3","price":"269000","area":"570"} , +{"type":"Feature","id":"n4969009472","geometry":{"type":"Point","coordinates":[-0.0855031,51.5219834]},"properties":{"@type":"node","@id":4969009472,"@timestamp":1501838254},"coords":"51.5219834,-0.0855031","bedrooms":"2","price":"291000","area":"569"} , +{"type":"Feature","id":"n4969363689","geometry":{"type":"Point","coordinates":[-0.1777146,51.5144149]},"properties":{"@type":"node","@id":4969363689,"@timestamp":1499991843},"coords":"51.5144149,-0.1777146","bedrooms":"2","price":"282000","area":"410"} , +{"type":"Feature","id":"n4969862661","geometry":{"type":"Point","coordinates":[-0.3654159,51.2561077]},"properties":{"@type":"node","@id":4969862661,"@timestamp":1500020767},"coords":"51.2561077,-0.3654159","bedrooms":"1","price":"299000","area":"361"} , +{"type":"Feature","id":"n4970387617","geometry":{"type":"Point","coordinates":[-0.0773652,51.5207403]},"properties":{"@type":"node","@id":4970387617,"@timestamp":1604760033},"coords":"51.5207403,-0.0773652","bedrooms":"3","price":"234000","area":"456"} , +{"type":"Feature","id":"n4970549161","geometry":{"type":"Point","coordinates":[-0.2218119,51.6876525]},"properties":{"@type":"node","@id":4970549161,"@timestamp":1623725213},"coords":"51.6876525,-0.2218119","bedrooms":"0","price":"282000","area":"589"} , +{"type":"Feature","id":"n4970732507","geometry":{"type":"Point","coordinates":[-0.152033,51.6940832]},"properties":{"@type":"node","@id":4970732507,"@timestamp":1500046783},"coords":"51.6940832,-0.152033","bedrooms":"4","price":"237000","area":"643"} , +{"type":"Feature","id":"n4970732517","geometry":{"type":"Point","coordinates":[-0.1517369,51.693952]},"properties":{"@type":"node","@id":4970732517,"@timestamp":1500046783},"coords":"51.693952,-0.1517369","bedrooms":"3","price":"224000","area":"554"} , +{"type":"Feature","id":"n4970734127","geometry":{"type":"Point","coordinates":[-0.1518427,51.6941714]},"properties":{"@type":"node","@id":4970734127,"@timestamp":1500046783},"coords":"51.6941714,-0.1518427","bedrooms":"3","price":"224000","area":"387"} , +{"type":"Feature","id":"n4970734137","geometry":{"type":"Point","coordinates":[-0.1517196,51.6942822]},"properties":{"@type":"node","@id":4970734137,"@timestamp":1500046784},"coords":"51.6942822,-0.1517196","bedrooms":"4","price":"153000","area":"458"} , +{"type":"Feature","id":"n4970734147","geometry":{"type":"Point","coordinates":[-0.15141,51.6943168]},"properties":{"@type":"node","@id":4970734147,"@timestamp":1500046784},"coords":"51.6943168,-0.15141","bedrooms":"0","price":"262000","area":"484"} , +{"type":"Feature","id":"n4971039796","geometry":{"type":"Point","coordinates":[0.058568,51.0030439]},"properties":{"@type":"node","@id":4971039796,"@timestamp":1500059087},"coords":"51.0030439,0.058568","bedrooms":"1","price":"193000","area":"430"} , +{"type":"Feature","id":"n4971126940","geometry":{"type":"Point","coordinates":[0.0075719,51.559528]},"properties":{"@type":"node","@id":4971126940,"@timestamp":1500062836},"coords":"51.559528,0.0075719","bedrooms":"3","price":"262000","area":"451"} , +{"type":"Feature","id":"n4971258220","geometry":{"type":"Point","coordinates":[0.0073415,51.5591662]},"properties":{"@type":"node","@id":4971258220,"@timestamp":1500226175},"coords":"51.5591662,0.0073415","bedrooms":"1","price":"173000","area":"662"} , +{"type":"Feature","id":"n4971319906","geometry":{"type":"Point","coordinates":[-0.0917408,51.5281107]},"properties":{"@type":"node","@id":4971319906,"@timestamp":1628286274},"coords":"51.5281107,-0.0917408","bedrooms":"1","price":"177000","area":"591"} , +{"type":"Feature","id":"n4971837522","geometry":{"type":"Point","coordinates":[-0.5985168,51.2320926]},"properties":{"@type":"node","@id":4971837522,"@timestamp":1500108370},"coords":"51.2320926,-0.5985168","bedrooms":"1","price":"243000","area":"672"} , +{"type":"Feature","id":"n4971892656","geometry":{"type":"Point","coordinates":[-0.583878,51.2411615]},"properties":{"@type":"node","@id":4971892656,"@timestamp":1500111278},"coords":"51.2411615,-0.583878","bedrooms":"4","price":"299000","area":"476"} , +{"type":"Feature","id":"n4971918378","geometry":{"type":"Point","coordinates":[0.0664088,51.5648679]},"properties":{"@type":"node","@id":4971918378,"@timestamp":1500115450},"coords":"51.5648679,0.0664088","bedrooms":"3","price":"190000","area":"386"} , +{"type":"Feature","id":"n4971990289","geometry":{"type":"Point","coordinates":[0.0714325,51.5670489]},"properties":{"@type":"node","@id":4971990289,"@timestamp":1500115548},"coords":"51.5670489,0.0714325","bedrooms":"0","price":"273000","area":"391"} , +{"type":"Feature","id":"n4971995234","geometry":{"type":"Point","coordinates":[0.0670486,51.5655012]},"properties":{"@type":"node","@id":4971995234,"@timestamp":1500115808},"coords":"51.5655012,0.0670486","bedrooms":"1","price":"203000","area":"382"} , +{"type":"Feature","id":"n4972036171","geometry":{"type":"Point","coordinates":[0.068053,51.5666836]},"properties":{"@type":"node","@id":4972036171,"@timestamp":1500117893},"coords":"51.5666836,0.068053","bedrooms":"4","price":"273000","area":"573"} , +{"type":"Feature","id":"n4972036191","geometry":{"type":"Point","coordinates":[0.0686002,51.5671871]},"properties":{"@type":"node","@id":4972036191,"@timestamp":1500117894},"coords":"51.5671871,0.0686002","bedrooms":"1","price":"284000","area":"600"} , +{"type":"Feature","id":"n4972060158","geometry":{"type":"Point","coordinates":[0.0689971,51.567359]},"properties":{"@type":"node","@id":4972060158,"@timestamp":1500120838},"coords":"51.567359,0.0689971","bedrooms":"4","price":"261000","area":"653"} , +{"type":"Feature","id":"n4972060175","geometry":{"type":"Point","coordinates":[0.0697589,51.5679607]},"properties":{"@type":"node","@id":4972060175,"@timestamp":1500119675},"coords":"51.5679607,0.0697589","bedrooms":"2","price":"206000","area":"513"} , +{"type":"Feature","id":"n4972068620","geometry":{"type":"Point","coordinates":[0.0728273,51.5694012]},"properties":{"@type":"node","@id":4972068620,"@timestamp":1500120213},"coords":"51.5694012,0.0728273","bedrooms":"1","price":"277000","area":"500"} , +{"type":"Feature","id":"n4972082078","geometry":{"type":"Point","coordinates":[0.0681891,51.5677467]},"properties":{"@type":"node","@id":4972082078,"@timestamp":1500120838},"coords":"51.5677467,0.0681891","bedrooms":"2","price":"158000","area":"595"} , +{"type":"Feature","id":"n4972238362","geometry":{"type":"Point","coordinates":[-0.0179486,51.434804]},"properties":{"@type":"node","@id":4972238362,"@timestamp":1605482656},"coords":"51.434804,-0.0179486","bedrooms":"2","price":"233000","area":"659"} , +{"type":"Feature","id":"n4972265300","geometry":{"type":"Point","coordinates":[0.1864425,51.5779321]},"properties":{"@type":"node","@id":4972265300,"@timestamp":1635506285},"coords":"51.5779321,0.1864425","bedrooms":"1","price":"295000","area":"409"} , +{"type":"Feature","id":"n4972277499","geometry":{"type":"Point","coordinates":[0.0713253,51.5719886]},"properties":{"@type":"node","@id":4972277499,"@timestamp":1500130506},"coords":"51.5719886,0.0713253","bedrooms":"4","price":"238000","area":"610"} , +{"type":"Feature","id":"n4972292084","geometry":{"type":"Point","coordinates":[0.0678091,51.5697108]},"properties":{"@type":"node","@id":4972292084,"@timestamp":1500130196},"coords":"51.5697108,0.0678091","bedrooms":"0","price":"251000","area":"667"} , +{"type":"Feature","id":"n4972311634","geometry":{"type":"Point","coordinates":[0.0673127,51.5730422]},"properties":{"@type":"node","@id":4972311634,"@timestamp":1500131495},"coords":"51.5730422,0.0673127","bedrooms":"2","price":"151000","area":"517"} , +{"type":"Feature","id":"n4972321826","geometry":{"type":"Point","coordinates":[0.0676399,51.5700997]},"properties":{"@type":"node","@id":4972321826,"@timestamp":1500132107},"coords":"51.5700997,0.0676399","bedrooms":"1","price":"200000","area":"367"} , +{"type":"Feature","id":"n4972490870","geometry":{"type":"Point","coordinates":[-0.0731862,51.4893048]},"properties":{"@type":"node","@id":4972490870,"@timestamp":1500139933},"coords":"51.4893048,-0.0731862","bedrooms":"3","price":"220000","area":"693"} , +{"type":"Feature","id":"n4972556541","geometry":{"type":"Point","coordinates":[0.4972056,51.3989737]},"properties":{"@type":"node","@id":4972556541,"@timestamp":1543946280},"coords":"51.3989737,0.4972056","bedrooms":"1","price":"272000","area":"556"} , +{"type":"Feature","id":"n4972556552","geometry":{"type":"Point","coordinates":[0.5117608,51.4095424]},"properties":{"@type":"node","@id":4972556552,"@timestamp":1543946282},"coords":"51.4095424,0.5117608","bedrooms":"3","price":"206000","area":"444"} , +{"type":"Feature","id":"n4972631244","geometry":{"type":"Point","coordinates":[-0.0801569,51.4818146]},"properties":{"@type":"node","@id":4972631244,"@timestamp":1557968861},"coords":"51.4818146,-0.0801569","bedrooms":"0","price":"268000","area":"488"} , +{"type":"Feature","id":"n4972862997","geometry":{"type":"Point","coordinates":[-0.0730917,51.4666453]},"properties":{"@type":"node","@id":4972862997,"@timestamp":1500164062},"coords":"51.4666453,-0.0730917","bedrooms":"4","price":"223000","area":"611"} , +{"type":"Feature","id":"n4973262648","geometry":{"type":"Point","coordinates":[0.8949056,51.2610941]},"properties":{"@type":"node","@id":4973262648,"@timestamp":1500195580},"coords":"51.2610941,0.8949056","bedrooms":"1","price":"264000","area":"541"} , +{"type":"Feature","id":"n4973363455","geometry":{"type":"Point","coordinates":[-0.0759048,50.9627439]},"properties":{"@type":"node","@id":4973363455,"@timestamp":1630620357},"coords":"50.9627439,-0.0759048","bedrooms":"1","price":"252000","area":"486"} , +{"type":"Feature","id":"n4973412586","geometry":{"type":"Point","coordinates":[0.0893039,51.7694397]},"properties":{"@type":"node","@id":4973412586,"@timestamp":1500202509},"coords":"51.7694397,0.0893039","bedrooms":"2","price":"261000","area":"549"} , +{"type":"Feature","id":"n4973541202","geometry":{"type":"Point","coordinates":[0.0063474,51.5582473]},"properties":{"@type":"node","@id":4973541202,"@timestamp":1500207348},"coords":"51.5582473,0.0063474","bedrooms":"0","price":"164000","area":"435"} , +{"type":"Feature","id":"n4973654376","geometry":{"type":"Point","coordinates":[-0.5909742,51.2428485]},"properties":{"@type":"node","@id":4973654376,"@timestamp":1587942820},"coords":"51.2428485,-0.5909742","bedrooms":"3","price":"251000","area":"574"} , +{"type":"Feature","id":"n4973748916","geometry":{"type":"Point","coordinates":[-0.964943,51.44484]},"properties":{"@type":"node","@id":4973748916,"@timestamp":1536413066},"coords":"51.44484,-0.964943","bedrooms":"3","price":"190000","area":"513"} , +{"type":"Feature","id":"n4973749327","geometry":{"type":"Point","coordinates":[-0.9653017,51.4454962]},"properties":{"@type":"node","@id":4973749327,"@timestamp":1536413066},"coords":"51.4454962,-0.9653017","bedrooms":"2","price":"232000","area":"608"} , +{"type":"Feature","id":"n4973749337","geometry":{"type":"Point","coordinates":[-0.9656396,51.4462772]},"properties":{"@type":"node","@id":4973749337,"@timestamp":1536413067},"coords":"51.4462772,-0.9656396","bedrooms":"0","price":"203000","area":"387"} , +{"type":"Feature","id":"n4973749347","geometry":{"type":"Point","coordinates":[-0.9715906,51.4566449]},"properties":{"@type":"node","@id":4973749347,"@timestamp":1570637093},"coords":"51.4566449,-0.9715906","bedrooms":"4","price":"168000","area":"405"} , +{"type":"Feature","id":"n4973749359","geometry":{"type":"Point","coordinates":[-0.9774228,51.4561836]},"properties":{"@type":"node","@id":4973749359,"@timestamp":1602443901},"coords":"51.4561836,-0.9774228","bedrooms":"2","price":"189000","area":"477"} , +{"type":"Feature","id":"n4973807417","geometry":{"type":"Point","coordinates":[0.8927464,51.2668424]},"properties":{"@type":"node","@id":4973807417,"@timestamp":1500219521},"coords":"51.2668424,0.8927464","bedrooms":"3","price":"201000","area":"560"} , +{"type":"Feature","id":"n4973807441","geometry":{"type":"Point","coordinates":[0.8944148,51.2662752]},"properties":{"@type":"node","@id":4973807441,"@timestamp":1500219522},"coords":"51.2662752,0.8944148","bedrooms":"2","price":"257000","area":"662"} , +{"type":"Feature","id":"n4973807451","geometry":{"type":"Point","coordinates":[0.8927411,51.2664296]},"properties":{"@type":"node","@id":4973807451,"@timestamp":1500219523},"coords":"51.2664296,0.8927411","bedrooms":"4","price":"191000","area":"358"} , +{"type":"Feature","id":"n4973807461","geometry":{"type":"Point","coordinates":[0.8919203,51.2657012]},"properties":{"@type":"node","@id":4973807461,"@timestamp":1500219523},"coords":"51.2657012,0.8919203","bedrooms":"4","price":"203000","area":"572"} , +{"type":"Feature","id":"n4973807471","geometry":{"type":"Point","coordinates":[0.8903539,51.2643821]},"properties":{"@type":"node","@id":4973807471,"@timestamp":1500219524},"coords":"51.2643821,0.8903539","bedrooms":"1","price":"222000","area":"571"} , +{"type":"Feature","id":"n4973807481","geometry":{"type":"Point","coordinates":[0.8848983,51.2650198]},"properties":{"@type":"node","@id":4973807481,"@timestamp":1500219524},"coords":"51.2650198,0.8848983","bedrooms":"4","price":"166000","area":"592"} , +{"type":"Feature","id":"n4973807491","geometry":{"type":"Point","coordinates":[0.8854079,51.2629118]},"properties":{"@type":"node","@id":4973807491,"@timestamp":1500219524},"coords":"51.2629118,0.8854079","bedrooms":"1","price":"288000","area":"425"} , +{"type":"Feature","id":"n4973807501","geometry":{"type":"Point","coordinates":[0.8805478,51.2634355]},"properties":{"@type":"node","@id":4973807501,"@timestamp":1500219525},"coords":"51.2634355,0.8805478","bedrooms":"2","price":"182000","area":"412"} , +{"type":"Feature","id":"n4973807511","geometry":{"type":"Point","coordinates":[0.8814865,51.2653286]},"properties":{"@type":"node","@id":4973807511,"@timestamp":1500219525},"coords":"51.2653286,0.8814865","bedrooms":"4","price":"211000","area":"671"} , +{"type":"Feature","id":"n4973807521","geometry":{"type":"Point","coordinates":[0.881744,51.2668257]},"properties":{"@type":"node","@id":4973807521,"@timestamp":1500219525},"coords":"51.2668257,0.881744","bedrooms":"4","price":"215000","area":"551"} , +{"type":"Feature","id":"n4973820718","geometry":{"type":"Point","coordinates":[-0.0966377,51.5384525]},"properties":{"@type":"node","@id":4973820718,"@timestamp":1500220262},"coords":"51.5384525,-0.0966377","bedrooms":"4","price":"182000","area":"401"} , +{"type":"Feature","id":"n4973871879","geometry":{"type":"Point","coordinates":[-0.6132192,51.2368361]},"properties":{"@type":"node","@id":4973871879,"@timestamp":1500223088},"coords":"51.2368361,-0.6132192","bedrooms":"3","price":"249000","area":"640"} , +{"type":"Feature","id":"n4973919379","geometry":{"type":"Point","coordinates":[-0.100364,51.2405692]},"properties":{"@type":"node","@id":4973919379,"@timestamp":1500225760},"coords":"51.2405692,-0.100364","bedrooms":"4","price":"239000","area":"500"} , +{"type":"Feature","id":"n4973924409","geometry":{"type":"Point","coordinates":[0.0073144,51.5591707]},"properties":{"@type":"node","@id":4973924409,"@timestamp":1500226164},"coords":"51.5591707,0.0073144","bedrooms":"4","price":"261000","area":"386"} , +{"type":"Feature","id":"n4973925023","geometry":{"type":"Point","coordinates":[0.0072058,51.5587201]},"properties":{"@type":"node","@id":4973925023,"@timestamp":1500226164},"coords":"51.5587201,0.0072058","bedrooms":"4","price":"150000","area":"598"} , +{"type":"Feature","id":"n4973925062","geometry":{"type":"Point","coordinates":[0.0072614,51.5580464]},"properties":{"@type":"node","@id":4973925062,"@timestamp":1500226165},"coords":"51.5580464,0.0072614","bedrooms":"4","price":"199000","area":"581"} , +{"type":"Feature","id":"n4974000356","geometry":{"type":"Point","coordinates":[-0.0690787,51.469717]},"properties":{"@type":"node","@id":4974000356,"@timestamp":1619140197},"coords":"51.469717,-0.0690787","bedrooms":"3","price":"284000","area":"678"} , +{"type":"Feature","id":"n4974161646","geometry":{"type":"Point","coordinates":[0.0072795,51.558487]},"properties":{"@type":"node","@id":4974161646,"@timestamp":1500238473},"coords":"51.558487,0.0072795","bedrooms":"2","price":"229000","area":"501"} , +{"type":"Feature","id":"n4974247309","geometry":{"type":"Point","coordinates":[-0.1459563,51.5704617]},"properties":{"@type":"node","@id":4974247309,"@timestamp":1510753746},"coords":"51.5704617,-0.1459563","bedrooms":"1","price":"254000","area":"404"} , +{"type":"Feature","id":"n4975270288","geometry":{"type":"Point","coordinates":[-0.1365062,51.482857]},"properties":{"@type":"node","@id":4975270288,"@timestamp":1500295531},"coords":"51.482857,-0.1365062","bedrooms":"1","price":"199000","area":"680"} , +{"type":"Feature","id":"n4975365560","geometry":{"type":"Point","coordinates":[0.1327413,51.7584678]},"properties":{"@type":"node","@id":4975365560,"@timestamp":1500299230},"coords":"51.7584678,0.1327413","bedrooms":"3","price":"171000","area":"568"} , +{"type":"Feature","id":"n4975389151","geometry":{"type":"Point","coordinates":[-0.7379282,50.9903704]},"properties":{"@type":"node","@id":4975389151,"@timestamp":1500299863},"coords":"50.9903704,-0.7379282","bedrooms":"4","price":"215000","area":"512"} , +{"type":"Feature","id":"n4975663301","geometry":{"type":"Point","coordinates":[-0.1832745,51.6030762]},"properties":{"@type":"node","@id":4975663301,"@timestamp":1500308650},"coords":"51.6030762,-0.1832745","bedrooms":"1","price":"273000","area":"586"} , +{"type":"Feature","id":"n4975663311","geometry":{"type":"Point","coordinates":[-0.1839363,51.6030282]},"properties":{"@type":"node","@id":4975663311,"@timestamp":1500308650},"coords":"51.6030282,-0.1839363","bedrooms":"4","price":"259000","area":"376"} , +{"type":"Feature","id":"n4975663921","geometry":{"type":"Point","coordinates":[-0.1848173,51.602896]},"properties":{"@type":"node","@id":4975663921,"@timestamp":1500308651},"coords":"51.602896,-0.1848173","bedrooms":"2","price":"258000","area":"621"} , +{"type":"Feature","id":"n4975663931","geometry":{"type":"Point","coordinates":[-0.1847649,51.6053897]},"properties":{"@type":"node","@id":4975663931,"@timestamp":1500308651},"coords":"51.6053897,-0.1847649","bedrooms":"2","price":"173000","area":"423"} , +{"type":"Feature","id":"n4975709702","geometry":{"type":"Point","coordinates":[-0.1849958,51.6035518]},"properties":{"@type":"node","@id":4975709702,"@timestamp":1500310242},"coords":"51.6035518,-0.1849958","bedrooms":"4","price":"262000","area":"368"} , +{"type":"Feature","id":"n4975924928","geometry":{"type":"Point","coordinates":[-0.8973111,51.3790853]},"properties":{"@type":"node","@id":4975924928,"@timestamp":1594497022},"coords":"51.3790853,-0.8973111","bedrooms":"0","price":"233000","area":"407"} , +{"type":"Feature","id":"n4976091858","geometry":{"type":"Point","coordinates":[-0.4036957,51.5153936]},"properties":{"@type":"node","@id":4976091858,"@timestamp":1500322814},"coords":"51.5153936,-0.4036957","bedrooms":"0","price":"238000","area":"484"} , +{"type":"Feature","id":"n4976144920","geometry":{"type":"Point","coordinates":[-0.9716279,51.4583691]},"properties":{"@type":"node","@id":4976144920,"@timestamp":1500324436},"coords":"51.4583691,-0.9716279","bedrooms":"3","price":"176000","area":"493"} , +{"type":"Feature","id":"n4976318295","geometry":{"type":"Point","coordinates":[0.008107,51.5615719]},"properties":{"@type":"node","@id":4976318295,"@timestamp":1500335596},"coords":"51.5615719,0.008107","bedrooms":"3","price":"190000","area":"410"} , +{"type":"Feature","id":"n4976321814","geometry":{"type":"Point","coordinates":[0.0084388,51.5606304]},"properties":{"@type":"node","@id":4976321814,"@timestamp":1627898514},"coords":"51.5606304,0.0084388","bedrooms":"2","price":"174000","area":"470"} , +{"type":"Feature","id":"n4976322200","geometry":{"type":"Point","coordinates":[0.0088204,51.5612605]},"properties":{"@type":"node","@id":4976322200,"@timestamp":1500335599},"coords":"51.5612605,0.0088204","bedrooms":"0","price":"170000","area":"421"} , +{"type":"Feature","id":"n4976664859","geometry":{"type":"Point","coordinates":[0.2429766,51.1527141]},"properties":{"@type":"node","@id":4976664859,"@timestamp":1500359343},"coords":"51.1527141,0.2429766","bedrooms":"4","price":"189000","area":"384"} , +{"type":"Feature","id":"n4976830907","geometry":{"type":"Point","coordinates":[-0.5907776,51.2309649]},"properties":{"@type":"node","@id":4976830907,"@timestamp":1595637713},"coords":"51.2309649,-0.5907776","bedrooms":"1","price":"262000","area":"601"} , +{"type":"Feature","id":"n4977177886","geometry":{"type":"Point","coordinates":[-1.1080907,51.2350089]},"properties":{"@type":"node","@id":4977177886,"@timestamp":1500375662},"coords":"51.2350089,-1.1080907","bedrooms":"1","price":"246000","area":"613"} , +{"type":"Feature","id":"n4977195317","geometry":{"type":"Point","coordinates":[-0.5716713,51.2367493]},"properties":{"@type":"node","@id":4977195317,"@timestamp":1635159478},"coords":"51.2367493,-0.5716713","bedrooms":"4","price":"253000","area":"436"} , +{"type":"Feature","id":"n4977234494","geometry":{"type":"Point","coordinates":[-0.1457646,51.2603341]},"properties":{"@type":"node","@id":4977234494,"@timestamp":1610362029},"coords":"51.2603341,-0.1457646","bedrooms":"1","price":"192000","area":"576"} , +{"type":"Feature","id":"n4977399131","geometry":{"type":"Point","coordinates":[-0.73511,51.5249542]},"properties":{"@type":"node","@id":4977399131,"@timestamp":1500451892},"coords":"51.5249542,-0.73511","bedrooms":"3","price":"210000","area":"545"} , +{"type":"Feature","id":"n4977399153","geometry":{"type":"Point","coordinates":[-0.7355695,51.5246719]},"properties":{"@type":"node","@id":4977399153,"@timestamp":1500451893},"coords":"51.5246719,-0.7355695","bedrooms":"1","price":"189000","area":"486"} , +{"type":"Feature","id":"n4977399163","geometry":{"type":"Point","coordinates":[-0.7347995,51.52485]},"properties":{"@type":"node","@id":4977399163,"@timestamp":1500451893},"coords":"51.52485,-0.7347995","bedrooms":"1","price":"234000","area":"659"} , +{"type":"Feature","id":"n4977400814","geometry":{"type":"Point","coordinates":[-0.7297566,51.5223635]},"properties":{"@type":"node","@id":4977400814,"@timestamp":1604948092},"coords":"51.5223635,-0.7297566","bedrooms":"4","price":"251000","area":"399"} , +{"type":"Feature","id":"n4977480650","geometry":{"type":"Point","coordinates":[-1.0868897,51.2625077]},"properties":{"@type":"node","@id":4977480650,"@timestamp":1500386881},"coords":"51.2625077,-1.0868897","bedrooms":"3","price":"238000","area":"508"} , +{"type":"Feature","id":"n4977680015","geometry":{"type":"Point","coordinates":[-0.2260527,51.6400021]},"properties":{"@type":"node","@id":4977680015,"@timestamp":1500394206},"coords":"51.6400021,-0.2260527","bedrooms":"3","price":"151000","area":"642"} , +{"type":"Feature","id":"n4978907583","geometry":{"type":"Point","coordinates":[-0.7341146,51.5250057]},"properties":{"@type":"node","@id":4978907583,"@timestamp":1500451891},"coords":"51.5250057,-0.7341146","bedrooms":"1","price":"168000","area":"415"} , +{"type":"Feature","id":"n4979371907","geometry":{"type":"Point","coordinates":[-0.1730554,51.1114074]},"properties":{"@type":"node","@id":4979371907,"@timestamp":1500462500},"coords":"51.1114074,-0.1730554","bedrooms":"4","price":"156000","area":"505"} , +{"type":"Feature","id":"n4979458750","geometry":{"type":"Point","coordinates":[-0.9557228,51.4807961]},"properties":{"@type":"node","@id":4979458750,"@timestamp":1500632162},"coords":"51.4807961,-0.9557228","bedrooms":"1","price":"274000","area":"399"} , +{"type":"Feature","id":"n4979475205","geometry":{"type":"Point","coordinates":[-0.9590932,51.482553]},"properties":{"@type":"node","@id":4979475205,"@timestamp":1500466967},"coords":"51.482553,-0.9590932","bedrooms":"1","price":"267000","area":"388"} , +{"type":"Feature","id":"n4979791274","geometry":{"type":"Point","coordinates":[0.6502439,51.2366703]},"properties":{"@type":"node","@id":4979791274,"@timestamp":1500476508},"coords":"51.2366703,0.6502439","bedrooms":"3","price":"170000","area":"505"} , +{"type":"Feature","id":"n4980165338","geometry":{"type":"Point","coordinates":[-0.1506275,51.5031964]},"properties":{"@type":"node","@id":4980165338,"@timestamp":1500486731},"coords":"51.5031964,-0.1506275","bedrooms":"3","price":"262000","area":"392"} , +{"type":"Feature","id":"n4980458834","geometry":{"type":"Point","coordinates":[-0.1827392,51.6037096]},"properties":{"@type":"node","@id":4980458834,"@timestamp":1500494560},"coords":"51.6037096,-0.1827392","bedrooms":"0","price":"260000","area":"351"} , +{"type":"Feature","id":"n4980491686","geometry":{"type":"Point","coordinates":[-0.1830845,51.6056524]},"properties":{"@type":"node","@id":4980491686,"@timestamp":1500495342},"coords":"51.6056524,-0.1830845","bedrooms":"2","price":"297000","area":"419"} , +{"type":"Feature","id":"n4980544243","geometry":{"type":"Point","coordinates":[-1.0808379,51.2560366]},"properties":{"@type":"node","@id":4980544243,"@timestamp":1500496198},"coords":"51.2560366,-1.0808379","bedrooms":"1","price":"203000","area":"483"} , +{"type":"Feature","id":"n4982649921","geometry":{"type":"Point","coordinates":[0.0843091,51.4810573]},"properties":{"@type":"node","@id":4982649921,"@timestamp":1564908092},"coords":"51.4810573,0.0843091","bedrooms":"1","price":"268000","area":"470"} , +{"type":"Feature","id":"n4983089305","geometry":{"type":"Point","coordinates":[0.6309846,51.245685]},"properties":{"@type":"node","@id":4983089305,"@timestamp":1500564533},"coords":"51.245685,0.6309846","bedrooms":"3","price":"150000","area":"531"} , +{"type":"Feature","id":"n4983699623","geometry":{"type":"Point","coordinates":[-0.3193794,51.5747948]},"properties":{"@type":"node","@id":4983699623,"@timestamp":1632331391},"coords":"51.5747948,-0.3193794","bedrooms":"4","price":"157000","area":"699"} , +{"type":"Feature","id":"n4983963272","geometry":{"type":"Point","coordinates":[0.0098048,51.5633365]},"properties":{"@type":"node","@id":4983963272,"@timestamp":1500596768},"coords":"51.5633365,0.0098048","bedrooms":"3","price":"162000","area":"393"} , +{"type":"Feature","id":"n4983963545","geometry":{"type":"Point","coordinates":[0.0093509,51.5635799]},"properties":{"@type":"node","@id":4983963545,"@timestamp":1500596771},"coords":"51.5635799,0.0093509","bedrooms":"0","price":"198000","area":"490"} , +{"type":"Feature","id":"n4984086998","geometry":{"type":"Point","coordinates":[-0.1395227,51.5064524]},"properties":{"@type":"node","@id":4984086998,"@timestamp":1500608644},"coords":"51.5064524,-0.1395227","bedrooms":"1","price":"221000","area":"570"} , +{"type":"Feature","id":"n4984932844","geometry":{"type":"Point","coordinates":[-0.2538294,51.4387885]},"properties":{"@type":"node","@id":4984932844,"@timestamp":1500642576},"coords":"51.4387885,-0.2538294","bedrooms":"0","price":"232000","area":"472"} , +{"type":"Feature","id":"n4984932854","geometry":{"type":"Point","coordinates":[-0.2484923,51.4396797]},"properties":{"@type":"node","@id":4984932854,"@timestamp":1500642576},"coords":"51.4396797,-0.2484923","bedrooms":"1","price":"272000","area":"465"} , +{"type":"Feature","id":"n4984961027","geometry":{"type":"Point","coordinates":[-0.1170208,51.3578265]},"properties":{"@type":"node","@id":4984961027,"@timestamp":1500643579},"coords":"51.3578265,-0.1170208","bedrooms":"1","price":"222000","area":"654"} , +{"type":"Feature","id":"n4984961043","geometry":{"type":"Point","coordinates":[-0.1163814,51.3579099]},"properties":{"@type":"node","@id":4984961043,"@timestamp":1500643579},"coords":"51.3579099,-0.1163814","bedrooms":"4","price":"294000","area":"629"} , +{"type":"Feature","id":"n4985414803","geometry":{"type":"Point","coordinates":[-0.349381,51.4357894]},"properties":{"@type":"node","@id":4985414803,"@timestamp":1631032105},"coords":"51.4357894,-0.349381","bedrooms":"2","price":"158000","area":"516"} , +{"type":"Feature","id":"n4985791120","geometry":{"type":"Point","coordinates":[0.0097284,51.5628996]},"properties":{"@type":"node","@id":4985791120,"@timestamp":1500676610},"coords":"51.5628996,0.0097284","bedrooms":"0","price":"205000","area":"381"} , +{"type":"Feature","id":"n4985805645","geometry":{"type":"Point","coordinates":[0.0084968,51.5640518]},"properties":{"@type":"node","@id":4985805645,"@timestamp":1500676611},"coords":"51.5640518,0.0084968","bedrooms":"4","price":"154000","area":"630"} , +{"type":"Feature","id":"n4985805687","geometry":{"type":"Point","coordinates":[0.0089277,51.5633373]},"properties":{"@type":"node","@id":4985805687,"@timestamp":1500676612},"coords":"51.5633373,0.0089277","bedrooms":"1","price":"237000","area":"361"} , +{"type":"Feature","id":"n4985805697","geometry":{"type":"Point","coordinates":[0.0089975,51.5631305]},"properties":{"@type":"node","@id":4985805697,"@timestamp":1500676612},"coords":"51.5631305,0.0089975","bedrooms":"0","price":"282000","area":"453"} , +{"type":"Feature","id":"n4986231249","geometry":{"type":"Point","coordinates":[0.241769,51.1533407]},"properties":{"@type":"node","@id":4986231249,"@timestamp":1500707478},"coords":"51.1533407,0.241769","bedrooms":"1","price":"266000","area":"511"} , +{"type":"Feature","id":"n4986700841","geometry":{"type":"Point","coordinates":[-0.1691104,51.3459413]},"properties":{"@type":"node","@id":4986700841,"@timestamp":1617640594},"coords":"51.3459413,-0.1691104","bedrooms":"0","price":"285000","area":"397"} , +{"type":"Feature","id":"n4986947821","geometry":{"type":"Point","coordinates":[-0.1108982,51.5221032]},"properties":{"@type":"node","@id":4986947821,"@timestamp":1591291580},"coords":"51.5221032,-0.1108982","bedrooms":"3","price":"189000","area":"578"} , +{"type":"Feature","id":"n4986970510","geometry":{"type":"Point","coordinates":[-0.8323124,51.2487047]},"properties":{"@type":"node","@id":4986970510,"@timestamp":1500917098},"coords":"51.2487047,-0.8323124","bedrooms":"0","price":"171000","area":"670"} , +{"type":"Feature","id":"n4987188987","geometry":{"type":"Point","coordinates":[-0.1247688,51.5013084]},"properties":{"@type":"node","@id":4987188987,"@timestamp":1609317069},"coords":"51.5013084,-0.1247688","bedrooms":"2","price":"199000","area":"609"} , +{"type":"Feature","id":"n4987316491","geometry":{"type":"Point","coordinates":[0.0098658,51.5645945]},"properties":{"@type":"node","@id":4987316491,"@timestamp":1627897993},"coords":"51.5645945,0.0098658","bedrooms":"4","price":"222000","area":"396"} , +{"type":"Feature","id":"n4987318381","geometry":{"type":"Point","coordinates":[0.0097921,51.5645145]},"properties":{"@type":"node","@id":4987318381,"@timestamp":1500767159},"coords":"51.5645145,0.0097921","bedrooms":"0","price":"215000","area":"383"} , +{"type":"Feature","id":"n4987726620","geometry":{"type":"Point","coordinates":[0.8893886,51.2932643]},"properties":{"@type":"node","@id":4987726620,"@timestamp":1500796780},"coords":"51.2932643,0.8893886","bedrooms":"4","price":"207000","area":"417"} , +{"type":"Feature","id":"n4987729630","geometry":{"type":"Point","coordinates":[0.8896049,51.293158]},"properties":{"@type":"node","@id":4987729630,"@timestamp":1500796780},"coords":"51.293158,0.8896049","bedrooms":"3","price":"178000","area":"583"} , +{"type":"Feature","id":"n4987729640","geometry":{"type":"Point","coordinates":[0.8915985,51.2925023]},"properties":{"@type":"node","@id":4987729640,"@timestamp":1500796781},"coords":"51.2925023,0.8915985","bedrooms":"1","price":"259000","area":"593"} , +{"type":"Feature","id":"n4987729650","geometry":{"type":"Point","coordinates":[0.889568,51.292613]},"properties":{"@type":"node","@id":4987729650,"@timestamp":1500796781},"coords":"51.292613,0.889568","bedrooms":"3","price":"276000","area":"447"} , +{"type":"Feature","id":"n4987904295","geometry":{"type":"Point","coordinates":[-0.6110523,51.2376926]},"properties":{"@type":"node","@id":4987904295,"@timestamp":1500804483},"coords":"51.2376926,-0.6110523","bedrooms":"4","price":"292000","area":"561"} , +{"type":"Feature","id":"n4988024857","geometry":{"type":"Point","coordinates":[-0.2230264,51.4928368]},"properties":{"@type":"node","@id":4988024857,"@timestamp":1634837340},"coords":"51.4928368,-0.2230264","bedrooms":"1","price":"209000","area":"676"} , +{"type":"Feature","id":"n4988072020","geometry":{"type":"Point","coordinates":[-0.1921064,51.4579637]},"properties":{"@type":"node","@id":4988072020,"@timestamp":1598792065},"coords":"51.4579637,-0.1921064","bedrooms":"1","price":"154000","area":"512"} , +{"type":"Feature","id":"n4988299546","geometry":{"type":"Point","coordinates":[-1.0632746,51.1306351]},"properties":{"@type":"node","@id":4988299546,"@timestamp":1531858503},"coords":"51.1306351,-1.0632746","bedrooms":"0","price":"296000","area":"535"} , +{"type":"Feature","id":"n4988406166","geometry":{"type":"Point","coordinates":[0.0108489,51.5677769]},"properties":{"@type":"node","@id":4988406166,"@timestamp":1500828164},"coords":"51.5677769,0.0108489","bedrooms":"2","price":"231000","area":"351"} , +{"type":"Feature","id":"n4988406451","geometry":{"type":"Point","coordinates":[0.0108576,51.5677157]},"properties":{"@type":"node","@id":4988406451,"@timestamp":1500828169},"coords":"51.5677157,0.0108576","bedrooms":"4","price":"226000","area":"461"} , +{"type":"Feature","id":"n4988441042","geometry":{"type":"Point","coordinates":[-0.3966396,51.6636778]},"properties":{"@type":"node","@id":4988441042,"@timestamp":1622063239},"coords":"51.6636778,-0.3966396","bedrooms":"0","price":"262000","area":"526"} , +{"type":"Feature","id":"n4988616944","geometry":{"type":"Point","coordinates":[-0.8415646,51.2478509]},"properties":{"@type":"node","@id":4988616944,"@timestamp":1501180447},"coords":"51.2478509,-0.8415646","bedrooms":"4","price":"199000","area":"417"} , +{"type":"Feature","id":"n4988714098","geometry":{"type":"Point","coordinates":[0.0109126,51.5684284]},"properties":{"@type":"node","@id":4988714098,"@timestamp":1500840223},"coords":"51.5684284,0.0109126","bedrooms":"3","price":"174000","area":"492"} , +{"type":"Feature","id":"n4988773987","geometry":{"type":"Point","coordinates":[0.0120991,51.5691039]},"properties":{"@type":"node","@id":4988773987,"@timestamp":1500843058},"coords":"51.5691039,0.0120991","bedrooms":"0","price":"202000","area":"432"} , +{"type":"Feature","id":"n4988778202","geometry":{"type":"Point","coordinates":[-0.7252715,51.8940092]},"properties":{"@type":"node","@id":4988778202,"@timestamp":1500843370},"coords":"51.8940092,-0.7252715","bedrooms":"2","price":"201000","area":"617"} , +{"type":"Feature","id":"n4989006310","geometry":{"type":"Point","coordinates":[0.0124866,51.5177271]},"properties":{"@type":"node","@id":4989006310,"@timestamp":1614534252},"coords":"51.5177271,0.0124866","bedrooms":"4","price":"271000","area":"577"} , +{"type":"Feature","id":"n4989545986","geometry":{"type":"Point","coordinates":[-0.7439859,51.3392029]},"properties":{"@type":"node","@id":4989545986,"@timestamp":1610328170},"coords":"51.3392029,-0.7439859","bedrooms":"0","price":"194000","area":"491"} , +{"type":"Feature","id":"n4989674365","geometry":{"type":"Point","coordinates":[-0.1077285,51.0062059]},"properties":{"@type":"node","@id":4989674365,"@timestamp":1553437082},"coords":"51.0062059,-0.1077285","bedrooms":"0","price":"164000","area":"491"} , +{"type":"Feature","id":"n4990008589","geometry":{"type":"Point","coordinates":[-0.7564395,51.3372465]},"properties":{"@type":"node","@id":4990008589,"@timestamp":1500898560},"coords":"51.3372465,-0.7564395","bedrooms":"2","price":"248000","area":"545"} , +{"type":"Feature","id":"n4990096190","geometry":{"type":"Point","coordinates":[-0.0621956,51.4415493]},"properties":{"@type":"node","@id":4990096190,"@timestamp":1500901370},"coords":"51.4415493,-0.0621956","bedrooms":"1","price":"280000","area":"425"} , +{"type":"Feature","id":"n4990390634","geometry":{"type":"Point","coordinates":[-1.0598191,51.3764593]},"properties":{"@type":"node","@id":4990390634,"@timestamp":1500909787},"coords":"51.3764593,-1.0598191","bedrooms":"2","price":"198000","area":"422"} , +{"type":"Feature","id":"n4991172382","geometry":{"type":"Point","coordinates":[0.0898096,50.969467]},"properties":{"@type":"node","@id":4991172382,"@timestamp":1500929347},"coords":"50.969467,0.0898096","bedrooms":"0","price":"279000","area":"699"} , +{"type":"Feature","id":"n4991320375","geometry":{"type":"Point","coordinates":[0.0110923,51.5683613]},"properties":{"@type":"node","@id":4991320375,"@timestamp":1500935937},"coords":"51.5683613,0.0110923","bedrooms":"3","price":"236000","area":"461"} , +{"type":"Feature","id":"n4991912322","geometry":{"type":"Point","coordinates":[-0.1053547,51.025836]},"properties":{"@type":"node","@id":4991912322,"@timestamp":1500970218},"coords":"51.025836,-0.1053547","bedrooms":"0","price":"192000","area":"580"} , +{"type":"Feature","id":"n4992444053","geometry":{"type":"Point","coordinates":[-0.9044612,51.5389699]},"properties":{"@type":"node","@id":4992444053,"@timestamp":1500983411},"coords":"51.5389699,-0.9044612","bedrooms":"1","price":"152000","area":"508"} , +{"type":"Feature","id":"n4992615960","geometry":{"type":"Point","coordinates":[0.1666701,51.2944698]},"properties":{"@type":"node","@id":4992615960,"@timestamp":1619562027},"coords":"51.2944698,0.1666701","bedrooms":"3","price":"150000","area":"367"} , +{"type":"Feature","id":"n4992778354","geometry":{"type":"Point","coordinates":[-0.1386429,51.3867106]},"properties":{"@type":"node","@id":4992778354,"@timestamp":1632769274},"coords":"51.3867106,-0.1386429","bedrooms":"2","price":"272000","area":"671"} , +{"type":"Feature","id":"n4992798814","geometry":{"type":"Point","coordinates":[0.1738998,51.2730899]},"properties":{"@type":"node","@id":4992798814,"@timestamp":1500995943},"coords":"51.2730899,0.1738998","bedrooms":"4","price":"269000","area":"510"} , +{"type":"Feature","id":"n4993034694","geometry":{"type":"Point","coordinates":[-0.1744431,51.0041992]},"properties":{"@type":"node","@id":4993034694,"@timestamp":1591135371},"coords":"51.0041992,-0.1744431","bedrooms":"4","price":"202000","area":"473"} , +{"type":"Feature","id":"n4993322049","geometry":{"type":"Point","coordinates":[-0.5619764,51.7407823]},"properties":{"@type":"node","@id":4993322049,"@timestamp":1501013535},"coords":"51.7407823,-0.5619764","bedrooms":"2","price":"265000","area":"387"} , +{"type":"Feature","id":"n4993322062","geometry":{"type":"Point","coordinates":[-0.5566996,51.7374725]},"properties":{"@type":"node","@id":4993322062,"@timestamp":1501013535},"coords":"51.7374725,-0.5566996","bedrooms":"4","price":"156000","area":"660"} , +{"type":"Feature","id":"n4993322072","geometry":{"type":"Point","coordinates":[-0.5515266,51.7430942]},"properties":{"@type":"node","@id":4993322072,"@timestamp":1501013536},"coords":"51.7430942,-0.5515266","bedrooms":"3","price":"221000","area":"350"} , +{"type":"Feature","id":"n4993361403","geometry":{"type":"Point","coordinates":[0.0113857,51.3764448]},"properties":{"@type":"node","@id":4993361403,"@timestamp":1614609628},"coords":"51.3764448,0.0113857","bedrooms":"0","price":"276000","area":"574"} , +{"type":"Feature","id":"n4993655679","geometry":{"type":"Point","coordinates":[-0.2753422,51.6129002]},"properties":{"@type":"node","@id":4993655679,"@timestamp":1603376323},"coords":"51.6129002,-0.2753422","bedrooms":"2","price":"254000","area":"374"} , +{"type":"Feature","id":"n4994264046","geometry":{"type":"Point","coordinates":[-0.1872707,51.5106612]},"properties":{"@type":"node","@id":4994264046,"@timestamp":1603492419},"coords":"51.5106612,-0.1872707","bedrooms":"1","price":"209000","area":"437"} , +{"type":"Feature","id":"n4994393202","geometry":{"type":"Point","coordinates":[-0.5818224,51.2432184]},"properties":{"@type":"node","@id":4994393202,"@timestamp":1501061877},"coords":"51.2432184,-0.5818224","bedrooms":"4","price":"229000","area":"562"} , +{"type":"Feature","id":"n4994678148","geometry":{"type":"Point","coordinates":[0.1641958,51.2978139]},"properties":{"@type":"node","@id":4994678148,"@timestamp":1611841767},"coords":"51.2978139,0.1641958","bedrooms":"1","price":"190000","area":"589"} , +{"type":"Feature","id":"n4995106818","geometry":{"type":"Point","coordinates":[-0.0382767,51.1954762]},"properties":{"@type":"node","@id":4995106818,"@timestamp":1501083766},"coords":"51.1954762,-0.0382767","bedrooms":"4","price":"220000","area":"408"} , +{"type":"Feature","id":"n4995776898","geometry":{"type":"Point","coordinates":[-0.1162416,51.4930049]},"properties":{"@type":"node","@id":4995776898,"@timestamp":1634224606},"coords":"51.4930049,-0.1162416","bedrooms":"1","price":"211000","area":"441"} , +{"type":"Feature","id":"n4995776908","geometry":{"type":"Point","coordinates":[-0.1169175,51.4923995]},"properties":{"@type":"node","@id":4995776908,"@timestamp":1632754282},"coords":"51.4923995,-0.1169175","bedrooms":"2","price":"209000","area":"549"} , +{"type":"Feature","id":"n4996736214","geometry":{"type":"Point","coordinates":[-0.0956085,51.4734328]},"properties":{"@type":"node","@id":4996736214,"@timestamp":1501152979},"coords":"51.4734328,-0.0956085","bedrooms":"4","price":"260000","area":"450"} , +{"type":"Feature","id":"n4997624565","geometry":{"type":"Point","coordinates":[-0.1956379,51.5629237]},"properties":{"@type":"node","@id":4997624565,"@timestamp":1501169803},"coords":"51.5629237,-0.1956379","bedrooms":"4","price":"255000","area":"660"} , +{"type":"Feature","id":"n4997985922","geometry":{"type":"Point","coordinates":[-0.1756786,51.6113613]},"properties":{"@type":"node","@id":4997985922,"@timestamp":1501226646},"coords":"51.6113613,-0.1756786","bedrooms":"0","price":"184000","area":"616"} , +{"type":"Feature","id":"n4998172099","geometry":{"type":"Point","coordinates":[-0.8382046,51.2464454]},"properties":{"@type":"node","@id":4998172099,"@timestamp":1501180499},"coords":"51.2464454,-0.8382046","bedrooms":"3","price":"254000","area":"390"} , +{"type":"Feature","id":"n4998249058","geometry":{"type":"Point","coordinates":[-0.9768614,51.4770434]},"properties":{"@type":"node","@id":4998249058,"@timestamp":1501181936},"coords":"51.4770434,-0.9768614","bedrooms":"0","price":"182000","area":"375"} , +{"type":"Feature","id":"n4998639524","geometry":{"type":"Point","coordinates":[-0.1917448,51.597858]},"properties":{"@type":"node","@id":4998639524,"@timestamp":1501190452},"coords":"51.597858,-0.1917448","bedrooms":"0","price":"230000","area":"499"} , +{"type":"Feature","id":"n4998734979","geometry":{"type":"Point","coordinates":[0.0111734,51.570171]},"properties":{"@type":"node","@id":4998734979,"@timestamp":1501197357},"coords":"51.570171,0.0111734","bedrooms":"1","price":"209000","area":"393"} , +{"type":"Feature","id":"n4998735886","geometry":{"type":"Point","coordinates":[0.0099054,51.5695187]},"properties":{"@type":"node","@id":4998735886,"@timestamp":1501197360},"coords":"51.5695187,0.0099054","bedrooms":"4","price":"256000","area":"470"} , +{"type":"Feature","id":"n4998735945","geometry":{"type":"Point","coordinates":[0.0116093,51.5703006]},"properties":{"@type":"node","@id":4998735945,"@timestamp":1501197356},"coords":"51.5703006,0.0116093","bedrooms":"4","price":"250000","area":"425"} , +{"type":"Feature","id":"n4998736044","geometry":{"type":"Point","coordinates":[0.0110098,51.5697263]},"properties":{"@type":"node","@id":4998736044,"@timestamp":1501197359},"coords":"51.5697263,0.0110098","bedrooms":"2","price":"160000","area":"601"} , +{"type":"Feature","id":"n4998736113","geometry":{"type":"Point","coordinates":[0.0114128,51.5696342]},"properties":{"@type":"node","@id":4998736113,"@timestamp":1501197363},"coords":"51.5696342,0.0114128","bedrooms":"1","price":"184000","area":"407"} , +{"type":"Feature","id":"n5000200654","geometry":{"type":"Point","coordinates":[-0.079721,51.2441338]},"properties":{"@type":"node","@id":5000200654,"@timestamp":1501255471},"coords":"51.2441338,-0.079721","bedrooms":"3","price":"182000","area":"447"} , +{"type":"Feature","id":"n5000476874","geometry":{"type":"Point","coordinates":[-1.0072258,51.5553498]},"properties":{"@type":"node","@id":5000476874,"@timestamp":1501405747},"coords":"51.5553498,-1.0072258","bedrooms":"0","price":"299000","area":"666"} , +{"type":"Feature","id":"n5000795463","geometry":{"type":"Point","coordinates":[0.012939,51.5697617]},"properties":{"@type":"node","@id":5000795463,"@timestamp":1501280264},"coords":"51.5697617,0.012939","bedrooms":"0","price":"195000","area":"434"} , +{"type":"Feature","id":"n5000795494","geometry":{"type":"Point","coordinates":[0.0130811,51.5696371]},"properties":{"@type":"node","@id":5000795494,"@timestamp":1501280265},"coords":"51.5696371,0.0130811","bedrooms":"3","price":"188000","area":"599"} , +{"type":"Feature","id":"n5000796808","geometry":{"type":"Point","coordinates":[0.0126949,51.5702573]},"properties":{"@type":"node","@id":5000796808,"@timestamp":1501280267},"coords":"51.5702573,0.0126949","bedrooms":"3","price":"272000","area":"519"} , +{"type":"Feature","id":"n5000828788","geometry":{"type":"Point","coordinates":[-0.3889233,51.6470397]},"properties":{"@type":"node","@id":5000828788,"@timestamp":1553836908},"coords":"51.6470397,-0.3889233","bedrooms":"1","price":"244000","area":"356"} , +{"type":"Feature","id":"n5001194757","geometry":{"type":"Point","coordinates":[0.0333432,51.0994322]},"properties":{"@type":"node","@id":5001194757,"@timestamp":1501317206},"coords":"51.0994322,0.0333432","bedrooms":"2","price":"279000","area":"393"} , +{"type":"Feature","id":"n5001194776","geometry":{"type":"Point","coordinates":[0.0330532,51.0972396]},"properties":{"@type":"node","@id":5001194776,"@timestamp":1513505378},"coords":"51.0972396,0.0330532","bedrooms":"3","price":"183000","area":"520"} , +{"type":"Feature","id":"n5001194798","geometry":{"type":"Point","coordinates":[0.0341071,51.0988974]},"properties":{"@type":"node","@id":5001194798,"@timestamp":1501317208},"coords":"51.0988974,0.0341071","bedrooms":"3","price":"234000","area":"690"} , +{"type":"Feature","id":"n5001194812","geometry":{"type":"Point","coordinates":[0.0332074,51.0990126]},"properties":{"@type":"node","@id":5001194812,"@timestamp":1501317209},"coords":"51.0990126,0.0332074","bedrooms":"0","price":"201000","area":"559"} , +{"type":"Feature","id":"n5001340141","geometry":{"type":"Point","coordinates":[-0.8911122,51.4533956]},"properties":{"@type":"node","@id":5001340141,"@timestamp":1609951014},"coords":"51.4533956,-0.8911122","bedrooms":"1","price":"253000","area":"491"} , +{"type":"Feature","id":"n5001488322","geometry":{"type":"Point","coordinates":[0.0139542,51.5700535]},"properties":{"@type":"node","@id":5001488322,"@timestamp":1501327787},"coords":"51.5700535,0.0139542","bedrooms":"2","price":"233000","area":"350"} , +{"type":"Feature","id":"n5001502633","geometry":{"type":"Point","coordinates":[-0.7579562,50.9941328]},"properties":{"@type":"node","@id":5001502633,"@timestamp":1501328654},"coords":"50.9941328,-0.7579562","bedrooms":"3","price":"295000","area":"404"} , +{"type":"Feature","id":"n5002115295","geometry":{"type":"Point","coordinates":[-0.7166497,51.903721]},"properties":{"@type":"node","@id":5002115295,"@timestamp":1530565691},"coords":"51.903721,-0.7166497","bedrooms":"2","price":"278000","area":"426"} , +{"type":"Feature","id":"n5002279697","geometry":{"type":"Point","coordinates":[-0.4485337,51.5519132]},"properties":{"@type":"node","@id":5002279697,"@timestamp":1635103108},"coords":"51.5519132,-0.4485337","bedrooms":"3","price":"164000","area":"368"} , +{"type":"Feature","id":"n5002762146","geometry":{"type":"Point","coordinates":[-1.0143461,51.5556241]},"properties":{"@type":"node","@id":5002762146,"@timestamp":1501405746},"coords":"51.5556241,-1.0143461","bedrooms":"3","price":"287000","area":"454"} , +{"type":"Feature","id":"n5002762156","geometry":{"type":"Point","coordinates":[-1.0335223,51.5504205]},"properties":{"@type":"node","@id":5002762156,"@timestamp":1501405747},"coords":"51.5504205,-1.0335223","bedrooms":"1","price":"186000","area":"421"} , +{"type":"Feature","id":"n5002838761","geometry":{"type":"Point","coordinates":[0.0142016,51.5702565]},"properties":{"@type":"node","@id":5002838761,"@timestamp":1501408252},"coords":"51.5702565,0.0142016","bedrooms":"4","price":"267000","area":"478"} , +{"type":"Feature","id":"n5002931050","geometry":{"type":"Point","coordinates":[-0.6983466,51.5355125]},"properties":{"@type":"node","@id":5002931050,"@timestamp":1501412655},"coords":"51.5355125,-0.6983466","bedrooms":"4","price":"298000","area":"572"} , +{"type":"Feature","id":"n5003095807","geometry":{"type":"Point","coordinates":[-1.0116837,51.9811818]},"properties":{"@type":"node","@id":5003095807,"@timestamp":1534499876},"coords":"51.9811818,-1.0116837","bedrooms":"2","price":"210000","area":"442"} , +{"type":"Feature","id":"n5003524658","geometry":{"type":"Point","coordinates":[-0.0570586,51.4882139]},"properties":{"@type":"node","@id":5003524658,"@timestamp":1501435929},"coords":"51.4882139,-0.0570586","bedrooms":"0","price":"230000","area":"552"} , +{"type":"Feature","id":"n5003524925","geometry":{"type":"Point","coordinates":[-0.0571384,51.4882168]},"properties":{"@type":"node","@id":5003524925,"@timestamp":1501435930},"coords":"51.4882168,-0.0571384","bedrooms":"4","price":"287000","area":"660"} , +{"type":"Feature","id":"n5004018574","geometry":{"type":"Point","coordinates":[0.0144759,51.5708249]},"properties":{"@type":"node","@id":5004018574,"@timestamp":1501462382},"coords":"51.5708249,0.0144759","bedrooms":"0","price":"278000","area":"574"} , +{"type":"Feature","id":"n5004018884","geometry":{"type":"Point","coordinates":[0.0139622,51.5711771]},"properties":{"@type":"node","@id":5004018884,"@timestamp":1501462380},"coords":"51.5711771,0.0139622","bedrooms":"4","price":"158000","area":"549"} , +{"type":"Feature","id":"n5004406838","geometry":{"type":"Point","coordinates":[-0.1290452,51.5231296]},"properties":{"@type":"node","@id":5004406838,"@timestamp":1605736579},"coords":"51.5231296,-0.1290452","bedrooms":"0","price":"218000","area":"643"} , +{"type":"Feature","id":"n5005098814","geometry":{"type":"Point","coordinates":[-0.2351801,51.03383]},"properties":{"@type":"node","@id":5005098814,"@timestamp":1501506542},"coords":"51.03383,-0.2351801","bedrooms":"0","price":"163000","area":"680"} , +{"type":"Feature","id":"n5005098924","geometry":{"type":"Point","coordinates":[-0.2364687,51.0280208]},"properties":{"@type":"node","@id":5005098924,"@timestamp":1501506543},"coords":"51.0280208,-0.2364687","bedrooms":"4","price":"228000","area":"613"} , +{"type":"Feature","id":"n5005098934","geometry":{"type":"Point","coordinates":[-0.2227343,51.0262228]},"properties":{"@type":"node","@id":5005098934,"@timestamp":1501506543},"coords":"51.0262228,-0.2227343","bedrooms":"4","price":"281000","area":"415"} , +{"type":"Feature","id":"n5005098945","geometry":{"type":"Point","coordinates":[-0.2180885,51.0242647]},"properties":{"@type":"node","@id":5005098945,"@timestamp":1590594269},"coords":"51.0242647,-0.2180885","bedrooms":"0","price":"192000","area":"456"} , +{"type":"Feature","id":"n5005098955","geometry":{"type":"Point","coordinates":[-0.2141564,51.0306824]},"properties":{"@type":"node","@id":5005098955,"@timestamp":1590594269},"coords":"51.0306824,-0.2141564","bedrooms":"2","price":"258000","area":"610"} , +{"type":"Feature","id":"n5005098966","geometry":{"type":"Point","coordinates":[-0.2022086,51.0303963]},"properties":{"@type":"node","@id":5005098966,"@timestamp":1590594269},"coords":"51.0303963,-0.2022086","bedrooms":"1","price":"151000","area":"494"} , +{"type":"Feature","id":"n5005098976","geometry":{"type":"Point","coordinates":[-0.1987684,51.036366]},"properties":{"@type":"node","@id":5005098976,"@timestamp":1590594269},"coords":"51.036366,-0.1987684","bedrooms":"3","price":"234000","area":"580"} , +{"type":"Feature","id":"n5005126684","geometry":{"type":"Point","coordinates":[-0.0740123,51.1412306]},"properties":{"@type":"node","@id":5005126684,"@timestamp":1501507449},"coords":"51.1412306,-0.0740123","bedrooms":"3","price":"152000","area":"517"} , +{"type":"Feature","id":"n5005162624","geometry":{"type":"Point","coordinates":[-0.1350409,51.1030618]},"properties":{"@type":"node","@id":5005162624,"@timestamp":1501508621},"coords":"51.1030618,-0.1350409","bedrooms":"4","price":"271000","area":"487"} , +{"type":"Feature","id":"n5005162634","geometry":{"type":"Point","coordinates":[-0.1177316,51.1035853]},"properties":{"@type":"node","@id":5005162634,"@timestamp":1501508621},"coords":"51.1035853,-0.1177316","bedrooms":"3","price":"254000","area":"363"} , +{"type":"Feature","id":"n5005162644","geometry":{"type":"Point","coordinates":[-0.1039107,51.1039972]},"properties":{"@type":"node","@id":5005162644,"@timestamp":1501508621},"coords":"51.1039972,-0.1039107","bedrooms":"4","price":"275000","area":"372"} , +{"type":"Feature","id":"n5005162656","geometry":{"type":"Point","coordinates":[-0.0840008,51.1095592]},"properties":{"@type":"node","@id":5005162656,"@timestamp":1501508622},"coords":"51.1095592,-0.0840008","bedrooms":"3","price":"195000","area":"617"} , +{"type":"Feature","id":"n5005162666","geometry":{"type":"Point","coordinates":[-0.136561,51.1029572]},"properties":{"@type":"node","@id":5005162666,"@timestamp":1501600695},"coords":"51.1029572,-0.136561","bedrooms":"0","price":"175000","area":"539"} , +{"type":"Feature","id":"n5005162676","geometry":{"type":"Point","coordinates":[-0.1192446,51.103488]},"properties":{"@type":"node","@id":5005162676,"@timestamp":1501600694},"coords":"51.103488,-0.1192446","bedrooms":"3","price":"271000","area":"641"} , +{"type":"Feature","id":"n5005162686","geometry":{"type":"Point","coordinates":[-0.1052487,51.1038839]},"properties":{"@type":"node","@id":5005162686,"@timestamp":1501600694},"coords":"51.1038839,-0.1052487","bedrooms":"4","price":"218000","area":"680"} , +{"type":"Feature","id":"n5005162697","geometry":{"type":"Point","coordinates":[-0.0852669,51.1100621]},"properties":{"@type":"node","@id":5005162697,"@timestamp":1609851534},"coords":"51.1100621,-0.0852669","bedrooms":"2","price":"157000","area":"431"} , +{"type":"Feature","id":"n5005162707","geometry":{"type":"Point","coordinates":[-0.0737512,51.1044388]},"properties":{"@type":"node","@id":5005162707,"@timestamp":1501508623},"coords":"51.1044388,-0.0737512","bedrooms":"0","price":"159000","area":"388"} , +{"type":"Feature","id":"n5005238669","geometry":{"type":"Point","coordinates":[-0.1609482,51.1028504]},"properties":{"@type":"node","@id":5005238669,"@timestamp":1589630293},"coords":"51.1028504,-0.1609482","bedrooms":"2","price":"243000","area":"649"} , +{"type":"Feature","id":"n5005343742","geometry":{"type":"Point","coordinates":[-0.1513637,51.1054867]},"properties":{"@type":"node","@id":5005343742,"@timestamp":1608300749},"coords":"51.1054867,-0.1513637","bedrooms":"0","price":"207000","area":"366"} , +{"type":"Feature","id":"n5005578938","geometry":{"type":"Point","coordinates":[-0.0121374,51.265255]},"properties":{"@type":"node","@id":5005578938,"@timestamp":1501523295},"coords":"51.265255,-0.0121374","bedrooms":"1","price":"211000","area":"525"} , +{"type":"Feature","id":"n5005657254","geometry":{"type":"Point","coordinates":[-0.6432217,51.8175846]},"properties":{"@type":"node","@id":5005657254,"@timestamp":1501525431},"coords":"51.8175846,-0.6432217","bedrooms":"0","price":"170000","area":"376"} , +{"type":"Feature","id":"n5005993134","geometry":{"type":"Point","coordinates":[-0.0679842,51.6608622]},"properties":{"@type":"node","@id":5005993134,"@timestamp":1501538638},"coords":"51.6608622,-0.0679842","bedrooms":"0","price":"223000","area":"489"} , +{"type":"Feature","id":"n5006011452","geometry":{"type":"Point","coordinates":[0.0164486,51.5697321]},"properties":{"@type":"node","@id":5006011452,"@timestamp":1501539902},"coords":"51.5697321,0.0164486","bedrooms":"2","price":"219000","area":"401"} , +{"type":"Feature","id":"n5006065038","geometry":{"type":"Point","coordinates":[-0.1107884,51.5138428]},"properties":{"@type":"node","@id":5006065038,"@timestamp":1622464947},"coords":"51.5138428,-0.1107884","bedrooms":"4","price":"200000","area":"689"} , +{"type":"Feature","id":"n5006957430","geometry":{"type":"Point","coordinates":[-0.2124727,51.4124181]},"properties":{"@type":"node","@id":5006957430,"@timestamp":1501581988},"coords":"51.4124181,-0.2124727","bedrooms":"0","price":"208000","area":"464"} , +{"type":"Feature","id":"n5007583564","geometry":{"type":"Point","coordinates":[-0.0966814,51.1061533]},"properties":{"@type":"node","@id":5007583564,"@timestamp":1501600688},"coords":"51.1061533,-0.0966814","bedrooms":"4","price":"158000","area":"370"} , +{"type":"Feature","id":"n5007583574","geometry":{"type":"Point","coordinates":[-0.0507902,51.098311]},"properties":{"@type":"node","@id":5007583574,"@timestamp":1501600689},"coords":"51.098311,-0.0507902","bedrooms":"2","price":"237000","area":"564"} , +{"type":"Feature","id":"n5007583584","geometry":{"type":"Point","coordinates":[-0.0681858,51.094772]},"properties":{"@type":"node","@id":5007583584,"@timestamp":1501600689},"coords":"51.094772,-0.0681858","bedrooms":"3","price":"225000","area":"667"} , +{"type":"Feature","id":"n5007583596","geometry":{"type":"Point","coordinates":[-0.0696277,51.0934242]},"properties":{"@type":"node","@id":5007583596,"@timestamp":1501600689},"coords":"51.0934242,-0.0696277","bedrooms":"1","price":"252000","area":"523"} , +{"type":"Feature","id":"n5007583607","geometry":{"type":"Point","coordinates":[-0.0539508,51.0981775]},"properties":{"@type":"node","@id":5007583607,"@timestamp":1501600690},"coords":"51.0981775,-0.0539508","bedrooms":"0","price":"256000","area":"677"} , +{"type":"Feature","id":"n5007583618","geometry":{"type":"Point","coordinates":[-0.0340523,51.0972891]},"properties":{"@type":"node","@id":5007583618,"@timestamp":1501600690},"coords":"51.0972891,-0.0340523","bedrooms":"0","price":"295000","area":"553"} , +{"type":"Feature","id":"n5007588528","geometry":{"type":"Point","coordinates":[-0.0118918,51.0986745]},"properties":{"@type":"node","@id":5007588528,"@timestamp":1501600690},"coords":"51.0986745,-0.0118918","bedrooms":"3","price":"176000","area":"635"} , +{"type":"Feature","id":"n5007588538","geometry":{"type":"Point","coordinates":[0.0155767,51.1050528]},"properties":{"@type":"node","@id":5007588538,"@timestamp":1501600691},"coords":"51.1050528,0.0155767","bedrooms":"0","price":"173000","area":"661"} , +{"type":"Feature","id":"n5007588575","geometry":{"type":"Point","coordinates":[0.0279765,51.1030337]},"properties":{"@type":"node","@id":5007588575,"@timestamp":1501600692},"coords":"51.1030337,0.0279765","bedrooms":"2","price":"171000","area":"462"} , +{"type":"Feature","id":"n5007588585","geometry":{"type":"Point","coordinates":[0.009493,51.1039973]},"properties":{"@type":"node","@id":5007588585,"@timestamp":1501600692},"coords":"51.1039973,0.009493","bedrooms":"4","price":"268000","area":"592"} , +{"type":"Feature","id":"n5007588595","geometry":{"type":"Point","coordinates":[-0.0149428,51.0980557]},"properties":{"@type":"node","@id":5007588595,"@timestamp":1501600692},"coords":"51.0980557,-0.0149428","bedrooms":"2","price":"226000","area":"532"} , +{"type":"Feature","id":"n5007588605","geometry":{"type":"Point","coordinates":[-0.0340268,51.0973707]},"properties":{"@type":"node","@id":5007588605,"@timestamp":1501600693},"coords":"51.0973707,-0.0340268","bedrooms":"0","price":"178000","area":"542"} , +{"type":"Feature","id":"n5007588615","geometry":{"type":"Point","coordinates":[-0.0018975,51.1009693]},"properties":{"@type":"node","@id":5007588615,"@timestamp":1501600693},"coords":"51.1009693,-0.0018975","bedrooms":"0","price":"200000","area":"646"} , +{"type":"Feature","id":"n5007608940","geometry":{"type":"Point","coordinates":[-0.0760673,51.0981529]},"properties":{"@type":"node","@id":5007608940,"@timestamp":1501601345},"coords":"51.0981529,-0.0760673","bedrooms":"1","price":"216000","area":"616"} , +{"type":"Feature","id":"n5007608951","geometry":{"type":"Point","coordinates":[-0.0807611,51.0982035]},"properties":{"@type":"node","@id":5007608951,"@timestamp":1501601345},"coords":"51.0982035,-0.0807611","bedrooms":"4","price":"293000","area":"367"} , +{"type":"Feature","id":"n5007608961","geometry":{"type":"Point","coordinates":[-0.0745228,51.1024081]},"properties":{"@type":"node","@id":5007608961,"@timestamp":1501601345},"coords":"51.1024081,-0.0745228","bedrooms":"2","price":"244000","area":"412"} , +{"type":"Feature","id":"n5008303377","geometry":{"type":"Point","coordinates":[-0.1627853,51.2412886]},"properties":{"@type":"node","@id":5008303377,"@timestamp":1542656364},"coords":"51.2412886,-0.1627853","bedrooms":"2","price":"291000","area":"491"} , +{"type":"Feature","id":"n5008507894","geometry":{"type":"Point","coordinates":[0.0108455,51.5681675]},"properties":{"@type":"node","@id":5008507894,"@timestamp":1501632651},"coords":"51.5681675,0.0108455","bedrooms":"3","price":"173000","area":"507"} , +{"type":"Feature","id":"n5008508142","geometry":{"type":"Point","coordinates":[0.0123965,51.5692095]},"properties":{"@type":"node","@id":5008508142,"@timestamp":1501632655},"coords":"51.5692095,0.0123965","bedrooms":"0","price":"286000","area":"391"} , +{"type":"Feature","id":"n5008508189","geometry":{"type":"Point","coordinates":[0.0138094,51.5702152]},"properties":{"@type":"node","@id":5008508189,"@timestamp":1501632656},"coords":"51.5702152,0.0138094","bedrooms":"4","price":"285000","area":"587"} , +{"type":"Feature","id":"n5009202710","geometry":{"type":"Point","coordinates":[-0.1024394,51.0335263]},"properties":{"@type":"node","@id":5009202710,"@timestamp":1501667140},"coords":"51.0335263,-0.1024394","bedrooms":"3","price":"235000","area":"560"} , +{"type":"Feature","id":"n5009782024","geometry":{"type":"Point","coordinates":[-0.7520378,51.6298638]},"properties":{"@type":"node","@id":5009782024,"@timestamp":1540124343},"coords":"51.6298638,-0.7520378","bedrooms":"0","price":"205000","area":"552"} , +{"type":"Feature","id":"n5009811723","geometry":{"type":"Point","coordinates":[-0.7519796,51.6296398]},"properties":{"@type":"node","@id":5009811723,"@timestamp":1540124344},"coords":"51.6296398,-0.7519796","bedrooms":"4","price":"214000","area":"657"} , +{"type":"Feature","id":"n5009822024","geometry":{"type":"Point","coordinates":[-0.7518056,51.629745]},"properties":{"@type":"node","@id":5009822024,"@timestamp":1540124344},"coords":"51.629745,-0.7518056","bedrooms":"0","price":"233000","area":"668"} , +{"type":"Feature","id":"n5009833507","geometry":{"type":"Point","coordinates":[-0.2972503,51.1347567]},"properties":{"@type":"node","@id":5009833507,"@timestamp":1501691566},"coords":"51.1347567,-0.2972503","bedrooms":"0","price":"195000","area":"453"} , +{"type":"Feature","id":"n5010961676","geometry":{"type":"Point","coordinates":[0.1473164,51.74564]},"properties":{"@type":"node","@id":5010961676,"@timestamp":1501745881},"coords":"51.74564,0.1473164","bedrooms":"4","price":"187000","area":"452"} , +{"type":"Feature","id":"n5011890212","geometry":{"type":"Point","coordinates":[-0.1897476,51.4894707]},"properties":{"@type":"node","@id":5011890212,"@timestamp":1605765745},"coords":"51.4894707,-0.1897476","bedrooms":"0","price":"214000","area":"656"} , +{"type":"Feature","id":"n5012281289","geometry":{"type":"Point","coordinates":[-0.1224697,51.5122034]},"properties":{"@type":"node","@id":5012281289,"@timestamp":1628978216},"coords":"51.5122034,-0.1224697","bedrooms":"4","price":"150000","area":"527"} , +{"type":"Feature","id":"n5012281309","geometry":{"type":"Point","coordinates":[-0.1225194,51.5119618]},"properties":{"@type":"node","@id":5012281309,"@timestamp":1501845365},"coords":"51.5119618,-0.1225194","bedrooms":"4","price":"189000","area":"647"} , +{"type":"Feature","id":"n5012419121","geometry":{"type":"Point","coordinates":[-0.1553959,51.6367768]},"properties":{"@type":"node","@id":5012419121,"@timestamp":1501776938},"coords":"51.6367768,-0.1553959","bedrooms":"3","price":"181000","area":"387"} , +{"type":"Feature","id":"n5012530266","geometry":{"type":"Point","coordinates":[-0.152073,51.6360356]},"properties":{"@type":"node","@id":5012530266,"@timestamp":1501781614},"coords":"51.6360356,-0.152073","bedrooms":"2","price":"244000","area":"412"} , +{"type":"Feature","id":"n5013047062","geometry":{"type":"Point","coordinates":[0.0102977,51.5666715]},"properties":{"@type":"node","@id":5013047062,"@timestamp":1501805469},"coords":"51.5666715,0.0102977","bedrooms":"2","price":"258000","area":"598"} , +{"type":"Feature","id":"n5013047321","geometry":{"type":"Point","coordinates":[0.0109434,51.5677519]},"properties":{"@type":"node","@id":5013047321,"@timestamp":1501805471},"coords":"51.5677519,0.0109434","bedrooms":"0","price":"298000","area":"604"} , +{"type":"Feature","id":"n5013599626","geometry":{"type":"Point","coordinates":[0.4951754,51.8551897]},"properties":{"@type":"node","@id":5013599626,"@timestamp":1501835278},"coords":"51.8551897,0.4951754","bedrooms":"4","price":"246000","area":"605"} , +{"type":"Feature","id":"n5013841869","geometry":{"type":"Point","coordinates":[0.0981781,51.6719307]},"properties":{"@type":"node","@id":5013841869,"@timestamp":1501840632},"coords":"51.6719307,0.0981781","bedrooms":"4","price":"217000","area":"571"} , +{"type":"Feature","id":"n5013841882","geometry":{"type":"Point","coordinates":[0.0981184,51.6715003]},"properties":{"@type":"node","@id":5013841882,"@timestamp":1501840632},"coords":"51.6715003,0.0981184","bedrooms":"3","price":"193000","area":"585"} , +{"type":"Feature","id":"n5013841893","geometry":{"type":"Point","coordinates":[0.0966197,51.670914]},"properties":{"@type":"node","@id":5013841893,"@timestamp":1501840633},"coords":"51.670914,0.0966197","bedrooms":"4","price":"245000","area":"582"} , +{"type":"Feature","id":"n5013841907","geometry":{"type":"Point","coordinates":[0.0972366,51.6712446]},"properties":{"@type":"node","@id":5013841907,"@timestamp":1501840633},"coords":"51.6712446,0.0972366","bedrooms":"0","price":"179000","area":"463"} , +{"type":"Feature","id":"n5013951473","geometry":{"type":"Point","coordinates":[-0.2052132,51.3671513]},"properties":{"@type":"node","@id":5013951473,"@timestamp":1501845433},"coords":"51.3671513,-0.2052132","bedrooms":"0","price":"248000","area":"424"} , +{"type":"Feature","id":"n5014089159","geometry":{"type":"Point","coordinates":[0.0084066,51.5190303]},"properties":{"@type":"node","@id":5014089159,"@timestamp":1501847639},"coords":"51.5190303,0.0084066","bedrooms":"0","price":"195000","area":"558"} , +{"type":"Feature","id":"n5014089169","geometry":{"type":"Point","coordinates":[0.0065626,51.5187612]},"properties":{"@type":"node","@id":5014089169,"@timestamp":1501847640},"coords":"51.5187612,0.0065626","bedrooms":"2","price":"197000","area":"416"} , +{"type":"Feature","id":"n5014089179","geometry":{"type":"Point","coordinates":[0.008467,51.5194664]},"properties":{"@type":"node","@id":5014089179,"@timestamp":1501847640},"coords":"51.5194664,0.008467","bedrooms":"3","price":"257000","area":"587"} , +{"type":"Feature","id":"n5014089190","geometry":{"type":"Point","coordinates":[0.0070018,51.5190345]},"properties":{"@type":"node","@id":5014089190,"@timestamp":1501847640},"coords":"51.5190345,0.0070018","bedrooms":"4","price":"245000","area":"582"} , +{"type":"Feature","id":"n5014089202","geometry":{"type":"Point","coordinates":[0.0093789,51.5196792]},"properties":{"@type":"node","@id":5014089202,"@timestamp":1501847641},"coords":"51.5196792,0.0093789","bedrooms":"4","price":"181000","area":"571"} , +{"type":"Feature","id":"n5014089213","geometry":{"type":"Point","coordinates":[0.0075181,51.5190345]},"properties":{"@type":"node","@id":5014089213,"@timestamp":1501847641},"coords":"51.5190345,0.0075181","bedrooms":"0","price":"180000","area":"574"} , +{"type":"Feature","id":"n5014271959","geometry":{"type":"Point","coordinates":[-0.2163265,51.5047952]},"properties":{"@type":"node","@id":5014271959,"@timestamp":1501851090},"coords":"51.5047952,-0.2163265","bedrooms":"2","price":"230000","area":"354"} , +{"type":"Feature","id":"n5014303828","geometry":{"type":"Point","coordinates":[0.8760366,51.8640214]},"properties":{"@type":"node","@id":5014303828,"@timestamp":1501851489},"coords":"51.8640214,0.8760366","bedrooms":"4","price":"274000","area":"471"} , +{"type":"Feature","id":"n5014677555","geometry":{"type":"Point","coordinates":[0.4983106,51.8743425]},"properties":{"@type":"node","@id":5014677555,"@timestamp":1501858943},"coords":"51.8743425,0.4983106","bedrooms":"4","price":"214000","area":"568"} , +{"type":"Feature","id":"n5015135275","geometry":{"type":"Point","coordinates":[-0.2602094,51.4799069]},"properties":{"@type":"node","@id":5015135275,"@timestamp":1564908092},"coords":"51.4799069,-0.2602094","bedrooms":"0","price":"203000","area":"354"} , +{"type":"Feature","id":"n5015417353","geometry":{"type":"Point","coordinates":[0.1146117,50.9750633]},"properties":{"@type":"node","@id":5015417353,"@timestamp":1501879393},"coords":"50.9750633,0.1146117","bedrooms":"3","price":"178000","area":"438"} , +{"type":"Feature","id":"n5015613863","geometry":{"type":"Point","coordinates":[0.0101367,51.5657696]},"properties":{"@type":"node","@id":5015613863,"@timestamp":1623482875},"coords":"51.5657696,0.0101367","bedrooms":"0","price":"183000","area":"649"} , +{"type":"Feature","id":"n5015614047","geometry":{"type":"Point","coordinates":[0.0105801,51.5654795]},"properties":{"@type":"node","@id":5015614047,"@timestamp":1627809754},"coords":"51.5654795,0.0105801","bedrooms":"2","price":"190000","area":"533"} , +{"type":"Feature","id":"n5015734147","geometry":{"type":"Point","coordinates":[-0.30331,51.4076726]},"properties":{"@type":"node","@id":5015734147,"@timestamp":1573082393},"coords":"51.4076726,-0.30331","bedrooms":"0","price":"269000","area":"672"} , +{"type":"Feature","id":"n5015865540","geometry":{"type":"Point","coordinates":[-0.1311525,51.5063495]},"properties":{"@type":"node","@id":5015865540,"@timestamp":1501915295},"coords":"51.5063495,-0.1311525","bedrooms":"0","price":"229000","area":"633"} , +{"type":"Feature","id":"n5016130174","geometry":{"type":"Point","coordinates":[-0.5893297,51.2426231]},"properties":{"@type":"node","@id":5016130174,"@timestamp":1581783059},"coords":"51.2426231,-0.5893297","bedrooms":"0","price":"253000","area":"397"} , +{"type":"Feature","id":"n5016140439","geometry":{"type":"Point","coordinates":[-0.657009,51.1859862]},"properties":{"@type":"node","@id":5016140439,"@timestamp":1501927855},"coords":"51.1859862,-0.657009","bedrooms":"0","price":"233000","area":"616"} , +{"type":"Feature","id":"n5016589351","geometry":{"type":"Point","coordinates":[-0.1927966,51.4565365]},"properties":{"@type":"node","@id":5016589351,"@timestamp":1564908092},"coords":"51.4565365,-0.1927966","bedrooms":"0","price":"295000","area":"647"} , +{"type":"Feature","id":"n5017050893","geometry":{"type":"Point","coordinates":[-0.2750328,50.9898]},"properties":{"@type":"node","@id":5017050893,"@timestamp":1635086068},"coords":"50.9898,-0.2750328","bedrooms":"3","price":"188000","area":"477"} , +{"type":"Feature","id":"n5017544124","geometry":{"type":"Point","coordinates":[0.0005552,51.1206974]},"properties":{"@type":"node","@id":5017544124,"@timestamp":1627754533},"coords":"51.1206974,0.0005552","bedrooms":"1","price":"263000","area":"418"} , +{"type":"Feature","id":"n5017970625","geometry":{"type":"Point","coordinates":[-0.2090994,51.5960087]},"properties":{"@type":"node","@id":5017970625,"@timestamp":1502021106},"coords":"51.5960087,-0.2090994","bedrooms":"1","price":"231000","area":"420"} , +{"type":"Feature","id":"n5018020670","geometry":{"type":"Point","coordinates":[0.00975,51.564133]},"properties":{"@type":"node","@id":5018020670,"@timestamp":1502023264},"coords":"51.564133,0.00975","bedrooms":"3","price":"216000","area":"691"} , +{"type":"Feature","id":"n5018108143","geometry":{"type":"Point","coordinates":[-0.139002,51.5915598]},"properties":{"@type":"node","@id":5018108143,"@timestamp":1606649770},"coords":"51.5915598,-0.139002","bedrooms":"1","price":"214000","area":"402"} , +{"type":"Feature","id":"n5018343288","geometry":{"type":"Point","coordinates":[-0.5158346,51.9524317]},"properties":{"@type":"node","@id":5018343288,"@timestamp":1502038239},"coords":"51.9524317,-0.5158346","bedrooms":"4","price":"290000","area":"684"} , +{"type":"Feature","id":"n5018518327","geometry":{"type":"Point","coordinates":[-0.3752223,51.879296]},"properties":{"@type":"node","@id":5018518327,"@timestamp":1619919526},"coords":"51.879296,-0.3752223","bedrooms":"4","price":"200000","area":"416"} , +{"type":"Feature","id":"n5018680044","geometry":{"type":"Point","coordinates":[-0.3570503,51.0555108]},"properties":{"@type":"node","@id":5018680044,"@timestamp":1502051161},"coords":"51.0555108,-0.3570503","bedrooms":"1","price":"195000","area":"422"} , +{"type":"Feature","id":"n5018958826","geometry":{"type":"Point","coordinates":[-0.2075566,51.4220329]},"properties":{"@type":"node","@id":5018958826,"@timestamp":1502066801},"coords":"51.4220329,-0.2075566","bedrooms":"0","price":"194000","area":"509"} , +{"type":"Feature","id":"n5021001658","geometry":{"type":"Point","coordinates":[-0.0723066,51.4185429]},"properties":{"@type":"node","@id":5021001658,"@timestamp":1623517260},"coords":"51.4185429,-0.0723066","bedrooms":"2","price":"164000","area":"552"} , +{"type":"Feature","id":"n5021020673","geometry":{"type":"Point","coordinates":[-0.5805185,51.7526095]},"properties":{"@type":"node","@id":5021020673,"@timestamp":1502145987},"coords":"51.7526095,-0.5805185","bedrooms":"4","price":"192000","area":"396"} , +{"type":"Feature","id":"n5021020683","geometry":{"type":"Point","coordinates":[-0.6010079,51.7446437]},"properties":{"@type":"node","@id":5021020683,"@timestamp":1502145988},"coords":"51.7446437,-0.6010079","bedrooms":"2","price":"195000","area":"669"} , +{"type":"Feature","id":"n5021020693","geometry":{"type":"Point","coordinates":[-0.5976713,51.7434795]},"properties":{"@type":"node","@id":5021020693,"@timestamp":1502145988},"coords":"51.7434795,-0.5976713","bedrooms":"2","price":"168000","area":"593"} , +{"type":"Feature","id":"n5021020703","geometry":{"type":"Point","coordinates":[-0.5973896,51.7501877]},"properties":{"@type":"node","@id":5021020703,"@timestamp":1502145988},"coords":"51.7501877,-0.5973896","bedrooms":"3","price":"265000","area":"486"} , +{"type":"Feature","id":"n5021048648","geometry":{"type":"Point","coordinates":[-0.1011685,51.5062662]},"properties":{"@type":"node","@id":5021048648,"@timestamp":1502148001},"coords":"51.5062662,-0.1011685","bedrooms":"4","price":"154000","area":"395"} , +{"type":"Feature","id":"n5021954321","geometry":{"type":"Point","coordinates":[0.5232611,51.3826006]},"properties":{"@type":"node","@id":5021954321,"@timestamp":1592834205},"coords":"51.3826006,0.5232611","bedrooms":"3","price":"194000","area":"505"} , +{"type":"Feature","id":"n5022175412","geometry":{"type":"Point","coordinates":[-0.9285145,51.6906173]},"properties":{"@type":"node","@id":5022175412,"@timestamp":1502193606},"coords":"51.6906173,-0.9285145","bedrooms":"4","price":"296000","area":"668"} , +{"type":"Feature","id":"n5022536122","geometry":{"type":"Point","coordinates":[-0.2718773,51.6042229]},"properties":{"@type":"node","@id":5022536122,"@timestamp":1502298094},"coords":"51.6042229,-0.2718773","bedrooms":"4","price":"261000","area":"555"} , +{"type":"Feature","id":"n5022667830","geometry":{"type":"Point","coordinates":[-0.2633967,51.5968994]},"properties":{"@type":"node","@id":5022667830,"@timestamp":1615748586},"coords":"51.5968994,-0.2633967","bedrooms":"2","price":"203000","area":"520"} , +{"type":"Feature","id":"n5023023454","geometry":{"type":"Point","coordinates":[0.4238668,51.4995799]},"properties":{"@type":"node","@id":5023023454,"@timestamp":1502227167},"coords":"51.4995799,0.4238668","bedrooms":"0","price":"258000","area":"681"} , +{"type":"Feature","id":"n5023023499","geometry":{"type":"Point","coordinates":[0.4251945,51.5000675]},"properties":{"@type":"node","@id":5023023499,"@timestamp":1502227168},"coords":"51.5000675,0.4251945","bedrooms":"0","price":"186000","area":"678"} , +{"type":"Feature","id":"n5023052311","geometry":{"type":"Point","coordinates":[0.4330316,51.4999087]},"properties":{"@type":"node","@id":5023052311,"@timestamp":1502228737},"coords":"51.4999087,0.4330316","bedrooms":"3","price":"216000","area":"488"} , +{"type":"Feature","id":"n5023078577","geometry":{"type":"Point","coordinates":[0.4268636,51.5040055]},"properties":{"@type":"node","@id":5023078577,"@timestamp":1502230890},"coords":"51.5040055,0.4268636","bedrooms":"3","price":"231000","area":"663"} , +{"type":"Feature","id":"n5023600751","geometry":{"type":"Point","coordinates":[-0.1129627,51.4895826]},"properties":{"@type":"node","@id":5023600751,"@timestamp":1502263565},"coords":"51.4895826,-0.1129627","bedrooms":"1","price":"236000","area":"584"} , +{"type":"Feature","id":"n5024194123","geometry":{"type":"Point","coordinates":[-0.3057748,51.0707806]},"properties":{"@type":"node","@id":5024194123,"@timestamp":1609587815},"coords":"51.0707806,-0.3057748","bedrooms":"3","price":"178000","area":"682"} , +{"type":"Feature","id":"n5024296556","geometry":{"type":"Point","coordinates":[-1.0640084,51.7411329]},"properties":{"@type":"node","@id":5024296556,"@timestamp":1502279822},"coords":"51.7411329,-1.0640084","bedrooms":"3","price":"189000","area":"652"} , +{"type":"Feature","id":"n5024296569","geometry":{"type":"Point","coordinates":[-1.0610231,51.7316417]},"properties":{"@type":"node","@id":5024296569,"@timestamp":1502279822},"coords":"51.7316417,-1.0610231","bedrooms":"2","price":"240000","area":"466"} , +{"type":"Feature","id":"n5024296579","geometry":{"type":"Point","coordinates":[-1.0623723,51.7439959]},"properties":{"@type":"node","@id":5024296579,"@timestamp":1502279823},"coords":"51.7439959,-1.0623723","bedrooms":"0","price":"235000","area":"479"} , +{"type":"Feature","id":"n5024300727","geometry":{"type":"Point","coordinates":[-1.0155032,51.7588058]},"properties":{"@type":"node","@id":5024300727,"@timestamp":1502279953},"coords":"51.7588058,-1.0155032","bedrooms":"1","price":"210000","area":"439"} , +{"type":"Feature","id":"n5024300741","geometry":{"type":"Point","coordinates":[-1.0043668,51.7572685]},"properties":{"@type":"node","@id":5024300741,"@timestamp":1502279953},"coords":"51.7572685,-1.0043668","bedrooms":"3","price":"238000","area":"449"} , +{"type":"Feature","id":"n5024300753","geometry":{"type":"Point","coordinates":[-1.0079367,51.7577648]},"properties":{"@type":"node","@id":5024300753,"@timestamp":1502279954},"coords":"51.7577648,-1.0079367","bedrooms":"0","price":"200000","area":"397"} , +{"type":"Feature","id":"n5024320397","geometry":{"type":"Point","coordinates":[-1.0159861,51.7667592]},"properties":{"@type":"node","@id":5024320397,"@timestamp":1502280547},"coords":"51.7667592,-1.0159861","bedrooms":"0","price":"178000","area":"580"} , +{"type":"Feature","id":"n5024320409","geometry":{"type":"Point","coordinates":[-1.0150931,51.7756868]},"properties":{"@type":"node","@id":5024320409,"@timestamp":1502280548},"coords":"51.7756868,-1.0150931","bedrooms":"1","price":"179000","area":"695"} , +{"type":"Feature","id":"n5024461716","geometry":{"type":"Point","coordinates":[0.5651354,51.7260668]},"properties":{"@type":"node","@id":5024461716,"@timestamp":1502284948},"coords":"51.7260668,0.5651354","bedrooms":"0","price":"231000","area":"438"} , +{"type":"Feature","id":"n5024549937","geometry":{"type":"Point","coordinates":[0.5505049,51.7552142]},"properties":{"@type":"node","@id":5024549937,"@timestamp":1502287819},"coords":"51.7552142,0.5505049","bedrooms":"4","price":"197000","area":"372"} , +{"type":"Feature","id":"n5024916274","geometry":{"type":"Point","coordinates":[0.5960599,51.4072972]},"properties":{"@type":"node","@id":5024916274,"@timestamp":1626260771},"coords":"51.4072972,0.5960599","bedrooms":"3","price":"216000","area":"566"} , +{"type":"Feature","id":"n5024986646","geometry":{"type":"Point","coordinates":[-0.1635665,51.3358079]},"properties":{"@type":"node","@id":5024986646,"@timestamp":1502305067},"coords":"51.3358079,-0.1635665","bedrooms":"0","price":"175000","area":"657"} , +{"type":"Feature","id":"n5025395916","geometry":{"type":"Point","coordinates":[0.0601328,51.4985292]},"properties":{"@type":"node","@id":5025395916,"@timestamp":1591060248},"coords":"51.4985292,0.0601328","bedrooms":"2","price":"259000","area":"451"} , +{"type":"Feature","id":"n5026285535","geometry":{"type":"Point","coordinates":[-0.6190792,51.270613]},"properties":{"@type":"node","@id":5026285535,"@timestamp":1502365723},"coords":"51.270613,-0.6190792","bedrooms":"3","price":"233000","area":"610"} , +{"type":"Feature","id":"n5026604634","geometry":{"type":"Point","coordinates":[0.5536779,51.1332212]},"properties":{"@type":"node","@id":5026604634,"@timestamp":1502377056},"coords":"51.1332212,0.5536779","bedrooms":"2","price":"250000","area":"529"} , +{"type":"Feature","id":"n5027502036","geometry":{"type":"Point","coordinates":[0.1227909,51.4517303]},"properties":{"@type":"node","@id":5027502036,"@timestamp":1564908092},"coords":"51.4517303,0.1227909","bedrooms":"4","price":"243000","area":"698"} , +{"type":"Feature","id":"n5028839319","geometry":{"type":"Point","coordinates":[0.4092921,51.3495022]},"properties":{"@type":"node","@id":5028839319,"@timestamp":1502460675},"coords":"51.3495022,0.4092921","bedrooms":"0","price":"194000","area":"672"} , +{"type":"Feature","id":"n5028927764","geometry":{"type":"Point","coordinates":[-0.1888104,51.3237739]},"properties":{"@type":"node","@id":5028927764,"@timestamp":1502463559},"coords":"51.3237739,-0.1888104","bedrooms":"3","price":"165000","area":"448"} , +{"type":"Feature","id":"n5029235840","geometry":{"type":"Point","coordinates":[0.5211899,51.3914846]},"properties":{"@type":"node","@id":5029235840,"@timestamp":1502474387},"coords":"51.3914846,0.5211899","bedrooms":"4","price":"262000","area":"494"} , +{"type":"Feature","id":"n5029503125","geometry":{"type":"Point","coordinates":[-0.1718544,51.3214638]},"properties":{"@type":"node","@id":5029503125,"@timestamp":1502485110},"coords":"51.3214638,-0.1718544","bedrooms":"4","price":"298000","area":"509"} , +{"type":"Feature","id":"n5030210975","geometry":{"type":"Point","coordinates":[-0.3878262,51.4631686]},"properties":{"@type":"node","@id":5030210975,"@timestamp":1502533315},"coords":"51.4631686,-0.3878262","bedrooms":"0","price":"168000","area":"590"} , +{"type":"Feature","id":"n5030631430","geometry":{"type":"Point","coordinates":[0.442216,51.36347]},"properties":{"@type":"node","@id":5030631430,"@timestamp":1502623334},"coords":"51.36347,0.442216","bedrooms":"3","price":"198000","area":"420"} , +{"type":"Feature","id":"n5030785328","geometry":{"type":"Point","coordinates":[-0.9905217,51.455952]},"properties":{"@type":"node","@id":5030785328,"@timestamp":1601719751},"coords":"51.455952,-0.9905217","bedrooms":"1","price":"154000","area":"451"} , +{"type":"Feature","id":"n5030801047","geometry":{"type":"Point","coordinates":[0.5524959,51.1570852]},"properties":{"@type":"node","@id":5030801047,"@timestamp":1502555479},"coords":"51.1570852,0.5524959","bedrooms":"0","price":"175000","area":"543"} , +{"type":"Feature","id":"n5030801058","geometry":{"type":"Point","coordinates":[0.496725,51.1736453]},"properties":{"@type":"node","@id":5030801058,"@timestamp":1598981708},"coords":"51.1736453,0.496725","bedrooms":"4","price":"232000","area":"492"} , +{"type":"Feature","id":"n5030801068","geometry":{"type":"Point","coordinates":[0.552414,51.1691835]},"properties":{"@type":"node","@id":5030801068,"@timestamp":1616967950},"coords":"51.1691835,0.552414","bedrooms":"4","price":"265000","area":"543"} , +{"type":"Feature","id":"n5030801079","geometry":{"type":"Point","coordinates":[0.5257047,51.2772718]},"properties":{"@type":"node","@id":5030801079,"@timestamp":1630751306},"coords":"51.2772718,0.5257047","bedrooms":"3","price":"274000","area":"588"} , +{"type":"Feature","id":"n5030844951","geometry":{"type":"Point","coordinates":[0.6222323,51.1679109]},"properties":{"@type":"node","@id":5030844951,"@timestamp":1543946323},"coords":"51.1679109,0.6222323","bedrooms":"3","price":"162000","area":"535"} , +{"type":"Feature","id":"n5030923996","geometry":{"type":"Point","coordinates":[0.4346895,51.3768368]},"properties":{"@type":"node","@id":5030923996,"@timestamp":1537624986},"coords":"51.3768368,0.4346895","bedrooms":"0","price":"212000","area":"601"} , +{"type":"Feature","id":"n5031043402","geometry":{"type":"Point","coordinates":[0.0898038,50.9695846]},"properties":{"@type":"node","@id":5031043402,"@timestamp":1515358243},"coords":"50.9695846,0.0898038","bedrooms":"0","price":"200000","area":"697"} , +{"type":"Feature","id":"n5031123653","geometry":{"type":"Point","coordinates":[-0.4901201,51.3701478]},"properties":{"@type":"node","@id":5031123653,"@timestamp":1502571011},"coords":"51.3701478,-0.4901201","bedrooms":"3","price":"176000","area":"369"} , +{"type":"Feature","id":"n5031193572","geometry":{"type":"Point","coordinates":[-0.2295662,51.1094525]},"properties":{"@type":"node","@id":5031193572,"@timestamp":1502575101},"coords":"51.1094525,-0.2295662","bedrooms":"4","price":"175000","area":"383"} , +{"type":"Feature","id":"n5031541606","geometry":{"type":"Point","coordinates":[-0.0136582,51.1192067]},"properties":{"@type":"node","@id":5031541606,"@timestamp":1627754533},"coords":"51.1192067,-0.0136582","bedrooms":"0","price":"199000","area":"450"} , +{"type":"Feature","id":"n5031700448","geometry":{"type":"Point","coordinates":[-0.0697743,51.1438886]},"properties":{"@type":"node","@id":5031700448,"@timestamp":1502611760},"coords":"51.1438886,-0.0697743","bedrooms":"4","price":"220000","area":"553"} , +{"type":"Feature","id":"n5031700462","geometry":{"type":"Point","coordinates":[-0.0449143,51.1499534]},"properties":{"@type":"node","@id":5031700462,"@timestamp":1502611761},"coords":"51.1499534,-0.0449143","bedrooms":"3","price":"167000","area":"492"} , +{"type":"Feature","id":"n5031754896","geometry":{"type":"Point","coordinates":[0.0410167,51.1453517]},"properties":{"@type":"node","@id":5031754896,"@timestamp":1502613975},"coords":"51.1453517,0.0410167","bedrooms":"0","price":"222000","area":"519"} , +{"type":"Feature","id":"n5031860737","geometry":{"type":"Point","coordinates":[-1.0044585,51.5323007]},"properties":{"@type":"node","@id":5031860737,"@timestamp":1502617811},"coords":"51.5323007,-1.0044585","bedrooms":"2","price":"259000","area":"534"} , +{"type":"Feature","id":"n5032149368","geometry":{"type":"Point","coordinates":[-0.0824201,51.9205955]},"properties":{"@type":"node","@id":5032149368,"@timestamp":1502626949},"coords":"51.9205955,-0.0824201","bedrooms":"1","price":"295000","area":"394"} , +{"type":"Feature","id":"n5032800639","geometry":{"type":"Point","coordinates":[0.446277,51.6013933]},"properties":{"@type":"node","@id":5032800639,"@timestamp":1502646140},"coords":"51.6013933,0.446277","bedrooms":"0","price":"274000","area":"479"} , +{"type":"Feature","id":"n5032800660","geometry":{"type":"Point","coordinates":[0.4452172,51.6016087]},"properties":{"@type":"node","@id":5032800660,"@timestamp":1502646141},"coords":"51.6016087,0.4452172","bedrooms":"0","price":"169000","area":"567"} , +{"type":"Feature","id":"n5032800670","geometry":{"type":"Point","coordinates":[0.4454727,51.6011984]},"properties":{"@type":"node","@id":5032800670,"@timestamp":1577356046},"coords":"51.6011984,0.4454727","bedrooms":"2","price":"186000","area":"653"} , +{"type":"Feature","id":"n5032800680","geometry":{"type":"Point","coordinates":[0.4463042,51.6011926]},"properties":{"@type":"node","@id":5032800680,"@timestamp":1502646143},"coords":"51.6011926,0.4463042","bedrooms":"1","price":"255000","area":"666"} , +{"type":"Feature","id":"n5032800690","geometry":{"type":"Point","coordinates":[0.4459568,51.6010568]},"properties":{"@type":"node","@id":5032800690,"@timestamp":1577356046},"coords":"51.6010568,0.4459568","bedrooms":"2","price":"196000","area":"455"} , +{"type":"Feature","id":"n5033077622","geometry":{"type":"Point","coordinates":[-0.6093383,50.9874918]},"properties":{"@type":"node","@id":5033077622,"@timestamp":1502656564},"coords":"50.9874918,-0.6093383","bedrooms":"1","price":"163000","area":"674"} , +{"type":"Feature","id":"n5034803131","geometry":{"type":"Point","coordinates":[-0.1046062,51.0043819]},"properties":{"@type":"node","@id":5034803131,"@timestamp":1565677771},"coords":"51.0043819,-0.1046062","bedrooms":"0","price":"289000","area":"368"} , +{"type":"Feature","id":"n5035326139","geometry":{"type":"Point","coordinates":[0.6375235,51.9446551]},"properties":{"@type":"node","@id":5035326139,"@timestamp":1543778114},"coords":"51.9446551,0.6375235","bedrooms":"4","price":"159000","area":"552"} , +{"type":"Feature","id":"n5035676766","geometry":{"type":"Point","coordinates":[-0.5420668,51.7492239]},"properties":{"@type":"node","@id":5035676766,"@timestamp":1504396165},"coords":"51.7492239,-0.5420668","bedrooms":"2","price":"289000","area":"494"} , +{"type":"Feature","id":"n5035676842","geometry":{"type":"Point","coordinates":[-0.5690038,51.7473556]},"properties":{"@type":"node","@id":5035676842,"@timestamp":1502750207},"coords":"51.7473556,-0.5690038","bedrooms":"0","price":"194000","area":"563"} , +{"type":"Feature","id":"n5036096167","geometry":{"type":"Point","coordinates":[0.0864614,50.9764335]},"properties":{"@type":"node","@id":5036096167,"@timestamp":1545928401},"coords":"50.9764335,0.0864614","bedrooms":"3","price":"161000","area":"393"} , +{"type":"Feature","id":"n5036961519","geometry":{"type":"Point","coordinates":[0.0543161,51.6423994]},"properties":{"@type":"node","@id":5036961519,"@timestamp":1617648772},"coords":"51.6423994,0.0543161","bedrooms":"1","price":"279000","area":"678"} , +{"type":"Feature","id":"n5037491460","geometry":{"type":"Point","coordinates":[-0.3806533,51.5754777]},"properties":{"@type":"node","@id":5037491460,"@timestamp":1502823454},"coords":"51.5754777,-0.3806533","bedrooms":"2","price":"275000","area":"502"} , +{"type":"Feature","id":"n5037491471","geometry":{"type":"Point","coordinates":[-0.3809043,51.5758899]},"properties":{"@type":"node","@id":5037491471,"@timestamp":1502823455},"coords":"51.5758899,-0.3809043","bedrooms":"4","price":"279000","area":"497"} , +{"type":"Feature","id":"n5037491486","geometry":{"type":"Point","coordinates":[-0.3549227,51.5664924]},"properties":{"@type":"node","@id":5037491486,"@timestamp":1502823456},"coords":"51.5664924,-0.3549227","bedrooms":"4","price":"181000","area":"605"} , +{"type":"Feature","id":"n5037617732","geometry":{"type":"Point","coordinates":[-0.1602287,51.3121784]},"properties":{"@type":"node","@id":5037617732,"@timestamp":1502828199},"coords":"51.3121784,-0.1602287","bedrooms":"0","price":"222000","area":"581"} , +{"type":"Feature","id":"n5038895988","geometry":{"type":"Point","coordinates":[-0.0189297,51.5114308]},"properties":{"@type":"node","@id":5038895988,"@timestamp":1583741172},"coords":"51.5114308,-0.0189297","bedrooms":"4","price":"283000","area":"604"} , +{"type":"Feature","id":"n5039154646","geometry":{"type":"Point","coordinates":[0.1969861,51.6309138]},"properties":{"@type":"node","@id":5039154646,"@timestamp":1502888931},"coords":"51.6309138,0.1969861","bedrooms":"4","price":"240000","area":"581"} , +{"type":"Feature","id":"n5039987594","geometry":{"type":"Point","coordinates":[-0.1306339,51.5063667]},"properties":{"@type":"node","@id":5039987594,"@timestamp":1502918708},"coords":"51.5063667,-0.1306339","bedrooms":"0","price":"195000","area":"429"} , +{"type":"Feature","id":"n5040168504","geometry":{"type":"Point","coordinates":[-0.0903943,51.5164971]},"properties":{"@type":"node","@id":5040168504,"@timestamp":1503009463},"coords":"51.5164971,-0.0903943","bedrooms":"1","price":"179000","area":"363"} , +{"type":"Feature","id":"n5041175431","geometry":{"type":"Point","coordinates":[-0.9655939,51.4538423]},"properties":{"@type":"node","@id":5041175431,"@timestamp":1502977000},"coords":"51.4538423,-0.9655939","bedrooms":"3","price":"282000","area":"663"} , +{"type":"Feature","id":"n5041381028","geometry":{"type":"Point","coordinates":[-0.2074523,51.9022217]},"properties":{"@type":"node","@id":5041381028,"@timestamp":1502985806},"coords":"51.9022217,-0.2074523","bedrooms":"2","price":"191000","area":"501"} , +{"type":"Feature","id":"n5041400522","geometry":{"type":"Point","coordinates":[-0.2071986,51.9021238]},"properties":{"@type":"node","@id":5041400522,"@timestamp":1502985813},"coords":"51.9021238,-0.2071986","bedrooms":"2","price":"255000","area":"616"} , +{"type":"Feature","id":"n5041433923","geometry":{"type":"Point","coordinates":[-0.2067634,51.9013239]},"properties":{"@type":"node","@id":5041433923,"@timestamp":1502987234},"coords":"51.9013239,-0.2067634","bedrooms":"4","price":"211000","area":"372"} , +{"type":"Feature","id":"n5041438721","geometry":{"type":"Point","coordinates":[-0.2068256,51.901434]},"properties":{"@type":"node","@id":5041438721,"@timestamp":1502987236},"coords":"51.901434,-0.2068256","bedrooms":"4","price":"181000","area":"521"} , +{"type":"Feature","id":"n5041816626","geometry":{"type":"Point","coordinates":[-0.0314543,51.1141615]},"properties":{"@type":"node","@id":5041816626,"@timestamp":1503001926},"coords":"51.1141615,-0.0314543","bedrooms":"1","price":"289000","area":"411"} , +{"type":"Feature","id":"n5041945480","geometry":{"type":"Point","coordinates":[-0.0895946,51.5169475]},"properties":{"@type":"node","@id":5041945480,"@timestamp":1503017203},"coords":"51.5169475,-0.0895946","bedrooms":"1","price":"216000","area":"402"} , +{"type":"Feature","id":"n5042033531","geometry":{"type":"Point","coordinates":[-0.0893912,51.5162766]},"properties":{"@type":"node","@id":5042033531,"@timestamp":1503017197},"coords":"51.5162766,-0.0893912","bedrooms":"1","price":"215000","area":"525"} , +{"type":"Feature","id":"n5042033631","geometry":{"type":"Point","coordinates":[-0.0901759,51.5159161]},"properties":{"@type":"node","@id":5042033631,"@timestamp":1503017196},"coords":"51.5159161,-0.0901759","bedrooms":"3","price":"150000","area":"427"} , +{"type":"Feature","id":"n5042966766","geometry":{"type":"Point","coordinates":[0.1215821,51.7566834]},"properties":{"@type":"node","@id":5042966766,"@timestamp":1503060724},"coords":"51.7566834,0.1215821","bedrooms":"3","price":"182000","area":"400"} , +{"type":"Feature","id":"n5042970470","geometry":{"type":"Point","coordinates":[0.1221086,51.7629596]},"properties":{"@type":"node","@id":5042970470,"@timestamp":1503060788},"coords":"51.7629596,0.1221086","bedrooms":"1","price":"228000","area":"462"} , +{"type":"Feature","id":"n5042980252","geometry":{"type":"Point","coordinates":[0.1158451,51.7635003]},"properties":{"@type":"node","@id":5042980252,"@timestamp":1503060928},"coords":"51.7635003,0.1158451","bedrooms":"4","price":"267000","area":"578"} , +{"type":"Feature","id":"n5042980267","geometry":{"type":"Point","coordinates":[0.1150404,51.7634655]},"properties":{"@type":"node","@id":5042980267,"@timestamp":1503060928},"coords":"51.7634655,0.1150404","bedrooms":"2","price":"200000","area":"445"} , +{"type":"Feature","id":"n5042993205","geometry":{"type":"Point","coordinates":[0.1094895,51.7641121]},"properties":{"@type":"node","@id":5042993205,"@timestamp":1503061167},"coords":"51.7641121,0.1094895","bedrooms":"4","price":"176000","area":"524"} , +{"type":"Feature","id":"n5042993368","geometry":{"type":"Point","coordinates":[0.1008196,51.7642829]},"properties":{"@type":"node","@id":5042993368,"@timestamp":1503061227},"coords":"51.7642829,0.1008196","bedrooms":"0","price":"265000","area":"592"} , +{"type":"Feature","id":"n5043000745","geometry":{"type":"Point","coordinates":[0.0973991,51.7686304]},"properties":{"@type":"node","@id":5043000745,"@timestamp":1503061347},"coords":"51.7686304,0.0973991","bedrooms":"4","price":"168000","area":"392"} , +{"type":"Feature","id":"n5043000760","geometry":{"type":"Point","coordinates":[0.096528,51.7679632]},"properties":{"@type":"node","@id":5043000760,"@timestamp":1503061347},"coords":"51.7679632,0.096528","bedrooms":"1","price":"160000","area":"673"} , +{"type":"Feature","id":"n5043466558","geometry":{"type":"Point","coordinates":[-0.514378,51.3862215]},"properties":{"@type":"node","@id":5043466558,"@timestamp":1503079362},"coords":"51.3862215,-0.514378","bedrooms":"4","price":"212000","area":"532"} , +{"type":"Feature","id":"n5043775733","geometry":{"type":"Point","coordinates":[-0.1413854,51.4978073]},"properties":{"@type":"node","@id":5043775733,"@timestamp":1625656249},"coords":"51.4978073,-0.1413854","bedrooms":"0","price":"285000","area":"482"} , +{"type":"Feature","id":"n5044082757","geometry":{"type":"Point","coordinates":[-0.1524366,51.5389602]},"properties":{"@type":"node","@id":5044082757,"@timestamp":1503123802},"coords":"51.5389602,-0.1524366","bedrooms":"4","price":"238000","area":"383"} , +{"type":"Feature","id":"n5044733622","geometry":{"type":"Point","coordinates":[-0.0715486,51.5757069]},"properties":{"@type":"node","@id":5044733622,"@timestamp":1503147904},"coords":"51.5757069,-0.0715486","bedrooms":"1","price":"184000","area":"424"} , +{"type":"Feature","id":"n5045222454","geometry":{"type":"Point","coordinates":[-0.2487102,51.4831006]},"properties":{"@type":"node","@id":5045222454,"@timestamp":1630260820},"coords":"51.4831006,-0.2487102","bedrooms":"1","price":"169000","area":"409"} , +{"type":"Feature","id":"n5045309484","geometry":{"type":"Point","coordinates":[-0.6071692,51.4847871]},"properties":{"@type":"node","@id":5045309484,"@timestamp":1503172169},"coords":"51.4847871,-0.6071692","bedrooms":"4","price":"250000","area":"446"} , +{"type":"Feature","id":"n5046005729","geometry":{"type":"Point","coordinates":[-0.0926368,51.5147832]},"properties":{"@type":"node","@id":5046005729,"@timestamp":1503222157},"coords":"51.5147832,-0.0926368","bedrooms":"3","price":"218000","area":"533"} , +{"type":"Feature","id":"n5046028629","geometry":{"type":"Point","coordinates":[-0.1243969,50.9660367]},"properties":{"@type":"node","@id":5046028629,"@timestamp":1503223167},"coords":"50.9660367,-0.1243969","bedrooms":"4","price":"166000","area":"549"} , +{"type":"Feature","id":"n5046028648","geometry":{"type":"Point","coordinates":[-0.1074091,50.9466899]},"properties":{"@type":"node","@id":5046028648,"@timestamp":1503223168},"coords":"50.9466899,-0.1074091","bedrooms":"3","price":"158000","area":"426"} , +{"type":"Feature","id":"n5046191360","geometry":{"type":"Point","coordinates":[-0.3655888,51.6081271]},"properties":{"@type":"node","@id":5046191360,"@timestamp":1503231050},"coords":"51.6081271,-0.3655888","bedrooms":"0","price":"293000","area":"466"} , +{"type":"Feature","id":"n5046191371","geometry":{"type":"Point","coordinates":[-0.3713967,51.5726288]},"properties":{"@type":"node","@id":5046191371,"@timestamp":1629830695},"coords":"51.5726288,-0.3713967","bedrooms":"4","price":"236000","area":"550"} , +{"type":"Feature","id":"n5046304944","geometry":{"type":"Point","coordinates":[-0.0622725,51.5074539]},"properties":{"@type":"node","@id":5046304944,"@timestamp":1503234654},"coords":"51.5074539,-0.0622725","bedrooms":"0","price":"204000","area":"472"} , +{"type":"Feature","id":"n5046527302","geometry":{"type":"Point","coordinates":[-1.0026855,51.5786074]},"properties":{"@type":"node","@id":5046527302,"@timestamp":1503245866},"coords":"51.5786074,-1.0026855","bedrooms":"4","price":"222000","area":"586"} , +{"type":"Feature","id":"n5046532176","geometry":{"type":"Point","coordinates":[-0.9278324,51.8528553]},"properties":{"@type":"node","@id":5046532176,"@timestamp":1503246150},"coords":"51.8528553,-0.9278324","bedrooms":"2","price":"173000","area":"683"} , +{"type":"Feature","id":"n5046532186","geometry":{"type":"Point","coordinates":[-0.9131809,51.8528105]},"properties":{"@type":"node","@id":5046532186,"@timestamp":1503246150},"coords":"51.8528105,-0.9131809","bedrooms":"3","price":"228000","area":"484"} , +{"type":"Feature","id":"n5046532196","geometry":{"type":"Point","coordinates":[-0.9007663,51.8526498]},"properties":{"@type":"node","@id":5046532196,"@timestamp":1503246151},"coords":"51.8526498,-0.9007663","bedrooms":"1","price":"172000","area":"426"} , +{"type":"Feature","id":"n5046532206","geometry":{"type":"Point","coordinates":[-0.8890048,51.8527782]},"properties":{"@type":"node","@id":5046532206,"@timestamp":1503246151},"coords":"51.8527782,-0.8890048","bedrooms":"3","price":"181000","area":"680"} , +{"type":"Feature","id":"n5046532216","geometry":{"type":"Point","coordinates":[-0.8776322,51.8497057]},"properties":{"@type":"node","@id":5046532216,"@timestamp":1503246151},"coords":"51.8497057,-0.8776322","bedrooms":"0","price":"250000","area":"529"} , +{"type":"Feature","id":"n5046538826","geometry":{"type":"Point","coordinates":[-0.8643445,51.8461035]},"properties":{"@type":"node","@id":5046538826,"@timestamp":1503246152},"coords":"51.8461035,-0.8643445","bedrooms":"4","price":"250000","area":"669"} , +{"type":"Feature","id":"n5046538836","geometry":{"type":"Point","coordinates":[-0.8512004,51.8425209]},"properties":{"@type":"node","@id":5046538836,"@timestamp":1503246152},"coords":"51.8425209,-0.8512004","bedrooms":"4","price":"169000","area":"511"} , +{"type":"Feature","id":"n5046538846","geometry":{"type":"Point","coordinates":[-0.8387066,51.8391307]},"properties":{"@type":"node","@id":5046538846,"@timestamp":1503246152},"coords":"51.8391307,-0.8387066","bedrooms":"1","price":"287000","area":"410"} , +{"type":"Feature","id":"n5046538856","geometry":{"type":"Point","coordinates":[-0.8264852,51.8355405]},"properties":{"@type":"node","@id":5046538856,"@timestamp":1503246152},"coords":"51.8355405,-0.8264852","bedrooms":"2","price":"200000","area":"465"} , +{"type":"Feature","id":"n5046538867","geometry":{"type":"Point","coordinates":[-0.8018839,51.828603]},"properties":{"@type":"node","@id":5046538867,"@timestamp":1503246153},"coords":"51.828603,-0.8018839","bedrooms":"2","price":"154000","area":"390"} , +{"type":"Feature","id":"n5046538890","geometry":{"type":"Point","coordinates":[-0.8419427,51.8398893]},"properties":{"@type":"node","@id":5046538890,"@timestamp":1503246153},"coords":"51.8398893,-0.8419427","bedrooms":"2","price":"159000","area":"375"} , +{"type":"Feature","id":"n5046538900","geometry":{"type":"Point","coordinates":[-0.858779,51.8444779]},"properties":{"@type":"node","@id":5046538900,"@timestamp":1503246153},"coords":"51.8444779,-0.858779","bedrooms":"3","price":"272000","area":"520"} , +{"type":"Feature","id":"n5046538910","geometry":{"type":"Point","coordinates":[-0.8754046,51.8489808]},"properties":{"@type":"node","@id":5046538910,"@timestamp":1503246154},"coords":"51.8489808,-0.8754046","bedrooms":"4","price":"232000","area":"545"} , +{"type":"Feature","id":"n5046538920","geometry":{"type":"Point","coordinates":[-0.8916709,51.8524502]},"properties":{"@type":"node","@id":5046538920,"@timestamp":1503246154},"coords":"51.8524502,-0.8916709","bedrooms":"0","price":"216000","area":"651"} , +{"type":"Feature","id":"n5046538930","geometry":{"type":"Point","coordinates":[-0.9067959,51.8526797]},"properties":{"@type":"node","@id":5046538930,"@timestamp":1503246154},"coords":"51.8526797,-0.9067959","bedrooms":"2","price":"153000","area":"440"} , +{"type":"Feature","id":"n5046538940","geometry":{"type":"Point","coordinates":[-0.9258127,51.8526648]},"properties":{"@type":"node","@id":5046538940,"@timestamp":1503246155},"coords":"51.8526648,-0.9258127","bedrooms":"2","price":"265000","area":"353"} , +{"type":"Feature","id":"n5046581412","geometry":{"type":"Point","coordinates":[-0.1167604,51.5401203]},"properties":{"@type":"node","@id":5046581412,"@timestamp":1503247174},"coords":"51.5401203,-0.1167604","bedrooms":"1","price":"214000","area":"529"} , +{"type":"Feature","id":"n5046859000","geometry":{"type":"Point","coordinates":[-0.1676154,51.5143111]},"properties":{"@type":"node","@id":5046859000,"@timestamp":1626042543},"coords":"51.5143111,-0.1676154","bedrooms":"2","price":"281000","area":"698"} , +{"type":"Feature","id":"n5046986681","geometry":{"type":"Point","coordinates":[-0.1626384,51.1563268]},"properties":{"@type":"node","@id":5046986681,"@timestamp":1503267729},"coords":"51.1563268,-0.1626384","bedrooms":"0","price":"249000","area":"570"} , +{"type":"Feature","id":"n5046986712","geometry":{"type":"Point","coordinates":[-0.1617962,51.1565774]},"properties":{"@type":"node","@id":5046986712,"@timestamp":1570489732},"coords":"51.1565774,-0.1617962","bedrooms":"1","price":"176000","area":"649"} , +{"type":"Feature","id":"n5046986722","geometry":{"type":"Point","coordinates":[-0.162507,51.1555916]},"properties":{"@type":"node","@id":5046986722,"@timestamp":1632764078},"coords":"51.1555916,-0.162507","bedrooms":"3","price":"181000","area":"544"} , +{"type":"Feature","id":"n5046986733","geometry":{"type":"Point","coordinates":[-0.1634431,51.1560509]},"properties":{"@type":"node","@id":5046986733,"@timestamp":1503267731},"coords":"51.1560509,-0.1634431","bedrooms":"3","price":"187000","area":"431"} , +{"type":"Feature","id":"n5046986753","geometry":{"type":"Point","coordinates":[-0.164355,51.1553696]},"properties":{"@type":"node","@id":5046986753,"@timestamp":1547630621},"coords":"51.1553696,-0.164355","bedrooms":"2","price":"297000","area":"634"} , +{"type":"Feature","id":"n5046986765","geometry":{"type":"Point","coordinates":[-0.163891,51.1560139]},"properties":{"@type":"node","@id":5046986765,"@timestamp":1610625686},"coords":"51.1560139,-0.163891","bedrooms":"3","price":"206000","area":"508"} , +{"type":"Feature","id":"n5047029667","geometry":{"type":"Point","coordinates":[-0.0929013,51.5127435]},"properties":{"@type":"node","@id":5047029667,"@timestamp":1542326085},"coords":"51.5127435,-0.0929013","bedrooms":"0","price":"282000","area":"583"} , +{"type":"Feature","id":"n5047104404","geometry":{"type":"Point","coordinates":[-0.3081799,51.6178477]},"properties":{"@type":"node","@id":5047104404,"@timestamp":1575022133},"coords":"51.6178477,-0.3081799","bedrooms":"2","price":"299000","area":"663"} , +{"type":"Feature","id":"n5047875857","geometry":{"type":"Point","coordinates":[-0.0371478,51.5189214]},"properties":{"@type":"node","@id":5047875857,"@timestamp":1503311105},"coords":"51.5189214,-0.0371478","bedrooms":"2","price":"157000","area":"496"} , +{"type":"Feature","id":"n5048781828","geometry":{"type":"Point","coordinates":[-0.1783832,51.1593605]},"properties":{"@type":"node","@id":5048781828,"@timestamp":1635704823},"coords":"51.1593605,-0.1783832","bedrooms":"3","price":"285000","area":"465"} , +{"type":"Feature","id":"n5049212111","geometry":{"type":"Point","coordinates":[0.0965421,50.9584274]},"properties":{"@type":"node","@id":5049212111,"@timestamp":1503343792},"coords":"50.9584274,0.0965421","bedrooms":"4","price":"234000","area":"543"} , +{"type":"Feature","id":"n5049733604","geometry":{"type":"Point","coordinates":[-0.7981423,51.7955216]},"properties":{"@type":"node","@id":5049733604,"@timestamp":1503356400},"coords":"51.7955216,-0.7981423","bedrooms":"0","price":"168000","area":"500"} , +{"type":"Feature","id":"n5049733614","geometry":{"type":"Point","coordinates":[-0.8154412,51.7910449]},"properties":{"@type":"node","@id":5049733614,"@timestamp":1503356400},"coords":"51.7910449,-0.8154412","bedrooms":"4","price":"202000","area":"668"} , +{"type":"Feature","id":"n5049733824","geometry":{"type":"Point","coordinates":[-0.7996725,51.7934629]},"properties":{"@type":"node","@id":5049733824,"@timestamp":1503356400},"coords":"51.7934629,-0.7996725","bedrooms":"4","price":"212000","area":"524"} , +{"type":"Feature","id":"n5049733834","geometry":{"type":"Point","coordinates":[-0.7883053,51.7971605]},"properties":{"@type":"node","@id":5049733834,"@timestamp":1503356401},"coords":"51.7971605,-0.7883053","bedrooms":"1","price":"217000","area":"660"} , +{"type":"Feature","id":"n5049733844","geometry":{"type":"Point","coordinates":[-0.774512,51.8014276]},"properties":{"@type":"node","@id":5049733844,"@timestamp":1503356401},"coords":"51.8014276,-0.774512","bedrooms":"1","price":"160000","area":"622"} , +{"type":"Feature","id":"n5049733854","geometry":{"type":"Point","coordinates":[-0.772448,51.8086819]},"properties":{"@type":"node","@id":5049733854,"@timestamp":1503356401},"coords":"51.8086819,-0.772448","bedrooms":"0","price":"189000","area":"607"} , +{"type":"Feature","id":"n5049733864","geometry":{"type":"Point","coordinates":[-0.7714891,51.8177814]},"properties":{"@type":"node","@id":5049733864,"@timestamp":1503356402},"coords":"51.8177814,-0.7714891","bedrooms":"3","price":"219000","area":"475"} , +{"type":"Feature","id":"n5049733874","geometry":{"type":"Point","coordinates":[-0.7751316,51.8245888]},"properties":{"@type":"node","@id":5049733874,"@timestamp":1503356402},"coords":"51.8245888,-0.7751316","bedrooms":"1","price":"296000","area":"578"} , +{"type":"Feature","id":"n5049733884","geometry":{"type":"Point","coordinates":[-0.7713912,51.8184172]},"properties":{"@type":"node","@id":5049733884,"@timestamp":1503356402},"coords":"51.8184172,-0.7713912","bedrooms":"2","price":"290000","area":"614"} , +{"type":"Feature","id":"n5049733894","geometry":{"type":"Point","coordinates":[-0.7724722,51.8098577]},"properties":{"@type":"node","@id":5049733894,"@timestamp":1503356403},"coords":"51.8098577,-0.7724722","bedrooms":"4","price":"176000","area":"595"} , +{"type":"Feature","id":"n5049733904","geometry":{"type":"Point","coordinates":[-0.774516,51.8012385]},"properties":{"@type":"node","@id":5049733904,"@timestamp":1503356403},"coords":"51.8012385,-0.774516","bedrooms":"0","price":"178000","area":"496"} , +{"type":"Feature","id":"n5049733914","geometry":{"type":"Point","coordinates":[-0.7875475,51.797124]},"properties":{"@type":"node","@id":5049733914,"@timestamp":1503356403},"coords":"51.797124,-0.7875475","bedrooms":"4","price":"293000","area":"381"} , +{"type":"Feature","id":"n5049733924","geometry":{"type":"Point","coordinates":[-0.802297,51.7922817]},"properties":{"@type":"node","@id":5049733924,"@timestamp":1503356403},"coords":"51.7922817,-0.802297","bedrooms":"0","price":"259000","area":"487"} , +{"type":"Feature","id":"n5049733934","geometry":{"type":"Point","coordinates":[-0.8171538,51.7891594]},"properties":{"@type":"node","@id":5049733934,"@timestamp":1503356404},"coords":"51.7891594,-0.8171538","bedrooms":"3","price":"266000","area":"613"} , +{"type":"Feature","id":"n5050838958","geometry":{"type":"Point","coordinates":[-0.0408522,51.4482374]},"properties":{"@type":"node","@id":5050838958,"@timestamp":1564908092},"coords":"51.4482374,-0.0408522","bedrooms":"4","price":"294000","area":"613"} , +{"type":"Feature","id":"n5050995109","geometry":{"type":"Point","coordinates":[-0.1267523,51.8513194]},"properties":{"@type":"node","@id":5050995109,"@timestamp":1503402682},"coords":"51.8513194,-0.1267523","bedrooms":"0","price":"180000","area":"499"} , +{"type":"Feature","id":"n5051010589","geometry":{"type":"Point","coordinates":[-0.115766,51.8513923]},"properties":{"@type":"node","@id":5051010589,"@timestamp":1503402957},"coords":"51.8513923,-0.115766","bedrooms":"3","price":"155000","area":"667"} , +{"type":"Feature","id":"n5051013408","geometry":{"type":"Point","coordinates":[0.1034992,51.7846397]},"properties":{"@type":"node","@id":5051013408,"@timestamp":1503402998},"coords":"51.7846397,0.1034992","bedrooms":"2","price":"175000","area":"406"} , +{"type":"Feature","id":"n5051028122","geometry":{"type":"Point","coordinates":[0.1007285,51.7728275]},"properties":{"@type":"node","@id":5051028122,"@timestamp":1503403223},"coords":"51.7728275,0.1007285","bedrooms":"1","price":"163000","area":"375"} , +{"type":"Feature","id":"n5051028166","geometry":{"type":"Point","coordinates":[0.1008787,51.772864]},"properties":{"@type":"node","@id":5051028166,"@timestamp":1503403224},"coords":"51.772864,0.1008787","bedrooms":"0","price":"258000","area":"442"} , +{"type":"Feature","id":"n5051073134","geometry":{"type":"Point","coordinates":[0.0864645,51.7665202]},"properties":{"@type":"node","@id":5051073134,"@timestamp":1503404282},"coords":"51.7665202,0.0864645","bedrooms":"0","price":"189000","area":"673"} , +{"type":"Feature","id":"n5051074543","geometry":{"type":"Point","coordinates":[0.0873308,51.7659458]},"properties":{"@type":"node","@id":5051074543,"@timestamp":1503404319},"coords":"51.7659458,0.0873308","bedrooms":"3","price":"175000","area":"483"} , +{"type":"Feature","id":"n5051118005","geometry":{"type":"Point","coordinates":[0.1083433,51.7692689]},"properties":{"@type":"node","@id":5051118005,"@timestamp":1503404973},"coords":"51.7692689,0.1083433","bedrooms":"1","price":"236000","area":"595"} , +{"type":"Feature","id":"n5051141961","geometry":{"type":"Point","coordinates":[0.1398565,51.7838631]},"properties":{"@type":"node","@id":5051141961,"@timestamp":1503405264},"coords":"51.7838631,0.1398565","bedrooms":"0","price":"295000","area":"541"} , +{"type":"Feature","id":"n5051141982","geometry":{"type":"Point","coordinates":[0.1389205,51.7880626]},"properties":{"@type":"node","@id":5051141982,"@timestamp":1503405265},"coords":"51.7880626,0.1389205","bedrooms":"0","price":"164000","area":"490"} , +{"type":"Feature","id":"n5051142003","geometry":{"type":"Point","coordinates":[0.1397466,51.7834483]},"properties":{"@type":"node","@id":5051142003,"@timestamp":1503405266},"coords":"51.7834483,0.1397466","bedrooms":"0","price":"294000","area":"360"} , +{"type":"Feature","id":"n5051597314","geometry":{"type":"Point","coordinates":[-0.1964734,51.2606882]},"properties":{"@type":"node","@id":5051597314,"@timestamp":1503415280},"coords":"51.2606882,-0.1964734","bedrooms":"1","price":"197000","area":"503"} , +{"type":"Feature","id":"n5052266454","geometry":{"type":"Point","coordinates":[-0.1265723,51.4503674]},"properties":{"@type":"node","@id":5052266454,"@timestamp":1603571361},"coords":"51.4503674,-0.1265723","bedrooms":"2","price":"157000","area":"374"} , +{"type":"Feature","id":"n5053068177","geometry":{"type":"Point","coordinates":[-0.1837704,51.4972207]},"properties":{"@type":"node","@id":5053068177,"@timestamp":1591330281},"coords":"51.4972207,-0.1837704","bedrooms":"0","price":"170000","area":"384"} , +{"type":"Feature","id":"n5053593585","geometry":{"type":"Point","coordinates":[-0.351568,51.4899721]},"properties":{"@type":"node","@id":5053593585,"@timestamp":1525185424},"coords":"51.4899721,-0.351568","bedrooms":"2","price":"277000","area":"664"} , +{"type":"Feature","id":"n5053594330","geometry":{"type":"Point","coordinates":[-0.3599176,51.4894642]},"properties":{"@type":"node","@id":5053594330,"@timestamp":1503493159},"coords":"51.4894642,-0.3599176","bedrooms":"1","price":"157000","area":"540"} , +{"type":"Feature","id":"n5054332521","geometry":{"type":"Point","coordinates":[-0.0910562,51.5043668]},"properties":{"@type":"node","@id":5054332521,"@timestamp":1517391648},"coords":"51.5043668,-0.0910562","bedrooms":"2","price":"154000","area":"385"} , +{"type":"Feature","id":"n5055449214","geometry":{"type":"Point","coordinates":[0.4218037,51.6125837]},"properties":{"@type":"node","@id":5055449214,"@timestamp":1503559212},"coords":"51.6125837,0.4218037","bedrooms":"0","price":"188000","area":"459"} , +{"type":"Feature","id":"n5055752154","geometry":{"type":"Point","coordinates":[-0.1347664,51.455319]},"properties":{"@type":"node","@id":5055752154,"@timestamp":1503566559},"coords":"51.455319,-0.1347664","bedrooms":"4","price":"163000","area":"552"} , +{"type":"Feature","id":"n5056850990","geometry":{"type":"Point","coordinates":[-0.0245044,51.5235051]},"properties":{"@type":"node","@id":5056850990,"@timestamp":1503598573},"coords":"51.5235051,-0.0245044","bedrooms":"2","price":"198000","area":"571"} , +{"type":"Feature","id":"n5056985856","geometry":{"type":"Point","coordinates":[0.1440571,50.9981388]},"properties":{"@type":"node","@id":5056985856,"@timestamp":1503603047},"coords":"50.9981388,0.1440571","bedrooms":"2","price":"289000","area":"548"} , +{"type":"Feature","id":"n5057759987","geometry":{"type":"Point","coordinates":[-0.0937514,51.4855209]},"properties":{"@type":"node","@id":5057759987,"@timestamp":1619833089},"coords":"51.4855209,-0.0937514","bedrooms":"3","price":"210000","area":"476"} , +{"type":"Feature","id":"n5058555658","geometry":{"type":"Point","coordinates":[-1.0258174,51.4449695]},"properties":{"@type":"node","@id":5058555658,"@timestamp":1503679209},"coords":"51.4449695,-1.0258174","bedrooms":"3","price":"286000","area":"524"} , +{"type":"Feature","id":"n5058646625","geometry":{"type":"Point","coordinates":[-0.0944442,51.479724]},"properties":{"@type":"node","@id":5058646625,"@timestamp":1503681907},"coords":"51.479724,-0.0944442","bedrooms":"2","price":"249000","area":"592"} , +{"type":"Feature","id":"n5058670203","geometry":{"type":"Point","coordinates":[-0.1142594,51.465218]},"properties":{"@type":"node","@id":5058670203,"@timestamp":1503682921},"coords":"51.465218,-0.1142594","bedrooms":"3","price":"269000","area":"673"} , +{"type":"Feature","id":"n5059041849","geometry":{"type":"Point","coordinates":[-0.5451275,51.2582953]},"properties":{"@type":"node","@id":5059041849,"@timestamp":1503695142},"coords":"51.2582953,-0.5451275","bedrooms":"1","price":"240000","area":"562"} , +{"type":"Feature","id":"n5059453169","geometry":{"type":"Point","coordinates":[0.4710451,51.7356552]},"properties":{"@type":"node","@id":5059453169,"@timestamp":1503721637},"coords":"51.7356552,0.4710451","bedrooms":"0","price":"259000","area":"599"} , +{"type":"Feature","id":"n5059881046","geometry":{"type":"Point","coordinates":[-0.1779415,51.4600174]},"properties":{"@type":"node","@id":5059881046,"@timestamp":1503741419},"coords":"51.4600174,-0.1779415","bedrooms":"2","price":"160000","area":"485"} , +{"type":"Feature","id":"n5060388112","geometry":{"type":"Point","coordinates":[-0.0950164,51.5166246]},"properties":{"@type":"node","@id":5060388112,"@timestamp":1503759743},"coords":"51.5166246,-0.0950164","bedrooms":"1","price":"247000","area":"391"} , +{"type":"Feature","id":"n5060905389","geometry":{"type":"Point","coordinates":[0.4805602,51.3035283]},"properties":{"@type":"node","@id":5060905389,"@timestamp":1503777260},"coords":"51.3035283,0.4805602","bedrooms":"1","price":"276000","area":"375"} , +{"type":"Feature","id":"n5060905399","geometry":{"type":"Point","coordinates":[0.4219806,51.2546691]},"properties":{"@type":"node","@id":5060905399,"@timestamp":1503777260},"coords":"51.2546691,0.4219806","bedrooms":"0","price":"220000","area":"418"} , +{"type":"Feature","id":"n5060905409","geometry":{"type":"Point","coordinates":[0.423156,51.2553689]},"properties":{"@type":"node","@id":5060905409,"@timestamp":1503777261},"coords":"51.2553689,0.423156","bedrooms":"3","price":"279000","area":"584"} , +{"type":"Feature","id":"n5061019147","geometry":{"type":"Point","coordinates":[0.1475457,51.4570437]},"properties":{"@type":"node","@id":5061019147,"@timestamp":1564908092},"coords":"51.4570437,0.1475457","bedrooms":"4","price":"211000","area":"569"} , +{"type":"Feature","id":"n5061630773","geometry":{"type":"Point","coordinates":[-0.1834889,51.4985424]},"properties":{"@type":"node","@id":5061630773,"@timestamp":1503822475},"coords":"51.4985424,-0.1834889","bedrooms":"2","price":"214000","area":"508"} , +{"type":"Feature","id":"n5061630784","geometry":{"type":"Point","coordinates":[-0.1839375,51.4980286]},"properties":{"@type":"node","@id":5061630784,"@timestamp":1591418516},"coords":"51.4980286,-0.1839375","bedrooms":"3","price":"154000","area":"489"} , +{"type":"Feature","id":"n5061690378","geometry":{"type":"Point","coordinates":[-0.138475,50.9672617]},"properties":{"@type":"node","@id":5061690378,"@timestamp":1503825610},"coords":"50.9672617,-0.138475","bedrooms":"0","price":"163000","area":"605"} , +{"type":"Feature","id":"n5062067469","geometry":{"type":"Point","coordinates":[-0.6471855,51.9071252]},"properties":{"@type":"node","@id":5062067469,"@timestamp":1503839408},"coords":"51.9071252,-0.6471855","bedrooms":"1","price":"296000","area":"530"} , +{"type":"Feature","id":"n5062208499","geometry":{"type":"Point","coordinates":[-0.1397934,51.462037]},"properties":{"@type":"node","@id":5062208499,"@timestamp":1503844836},"coords":"51.462037,-0.1397934","bedrooms":"2","price":"269000","area":"617"} , +{"type":"Feature","id":"n5062521539","geometry":{"type":"Point","coordinates":[0.4960893,51.2362115]},"properties":{"@type":"node","@id":5062521539,"@timestamp":1543946336},"coords":"51.2362115,0.4960893","bedrooms":"3","price":"162000","area":"356"} , +{"type":"Feature","id":"n5062618765","geometry":{"type":"Point","coordinates":[-0.4445614,51.7073639]},"properties":{"@type":"node","@id":5062618765,"@timestamp":1503857854},"coords":"51.7073639,-0.4445614","bedrooms":"2","price":"244000","area":"453"} , +{"type":"Feature","id":"n5062944252","geometry":{"type":"Point","coordinates":[-0.3376458,51.4039614]},"properties":{"@type":"node","@id":5062944252,"@timestamp":1503950613},"coords":"51.4039614,-0.3376458","bedrooms":"1","price":"230000","area":"617"} , +{"type":"Feature","id":"n5063640726","geometry":{"type":"Point","coordinates":[-0.1482842,50.9502875]},"properties":{"@type":"node","@id":5063640726,"@timestamp":1503908970},"coords":"50.9502875,-0.1482842","bedrooms":"0","price":"262000","area":"565"} , +{"type":"Feature","id":"n5063640741","geometry":{"type":"Point","coordinates":[-0.1308013,50.9591347]},"properties":{"@type":"node","@id":5063640741,"@timestamp":1615129500},"coords":"50.9591347,-0.1308013","bedrooms":"0","price":"165000","area":"543"} , +{"type":"Feature","id":"n5064227692","geometry":{"type":"Point","coordinates":[0.7132503,51.2187424]},"properties":{"@type":"node","@id":5064227692,"@timestamp":1503927886},"coords":"51.2187424,0.7132503","bedrooms":"0","price":"248000","area":"472"} , +{"type":"Feature","id":"n5064506296","geometry":{"type":"Point","coordinates":[-0.188995,51.6092636]},"properties":{"@type":"node","@id":5064506296,"@timestamp":1636311002},"coords":"51.6092636,-0.188995","bedrooms":"1","price":"241000","area":"353"} , +{"type":"Feature","id":"n5064566450","geometry":{"type":"Point","coordinates":[-0.1211154,51.4827231]},"properties":{"@type":"node","@id":5064566450,"@timestamp":1503949788},"coords":"51.4827231,-0.1211154","bedrooms":"0","price":"259000","area":"585"} , +{"type":"Feature","id":"n5064650176","geometry":{"type":"Point","coordinates":[-0.1212875,51.4827432]},"properties":{"@type":"node","@id":5064650176,"@timestamp":1551976645},"coords":"51.4827432,-0.1212875","bedrooms":"0","price":"193000","area":"391"} , +{"type":"Feature","id":"n5064947896","geometry":{"type":"Point","coordinates":[-0.1215756,51.4819631]},"properties":{"@type":"node","@id":5064947896,"@timestamp":1503949788},"coords":"51.4819631,-0.1215756","bedrooms":"4","price":"292000","area":"628"} , +{"type":"Feature","id":"n5065098376","geometry":{"type":"Point","coordinates":[0.1720533,51.287016]},"properties":{"@type":"node","@id":5065098376,"@timestamp":1503956447},"coords":"51.287016,0.1720533","bedrooms":"2","price":"235000","area":"677"} , +{"type":"Feature","id":"n5065250272","geometry":{"type":"Point","coordinates":[0.0360815,51.4529375]},"properties":{"@type":"node","@id":5065250272,"@timestamp":1503968127},"coords":"51.4529375,0.0360815","bedrooms":"0","price":"151000","area":"656"} , +{"type":"Feature","id":"n5065327580","geometry":{"type":"Point","coordinates":[0.0495352,51.4604773]},"properties":{"@type":"node","@id":5065327580,"@timestamp":1503976160},"coords":"51.4604773,0.0495352","bedrooms":"1","price":"273000","area":"437"} , +{"type":"Feature","id":"n5065697618","geometry":{"type":"Point","coordinates":[-0.1030293,51.4651983]},"properties":{"@type":"node","@id":5065697618,"@timestamp":1503992381},"coords":"51.4651983,-0.1030293","bedrooms":"3","price":"243000","area":"668"} , +{"type":"Feature","id":"n5065736797","geometry":{"type":"Point","coordinates":[-0.0950979,51.4873322]},"properties":{"@type":"node","@id":5065736797,"@timestamp":1610840285},"coords":"51.4873322,-0.0950979","bedrooms":"4","price":"181000","area":"533"} , +{"type":"Feature","id":"n5066347248","geometry":{"type":"Point","coordinates":[-0.4503028,51.7644593]},"properties":{"@type":"node","@id":5066347248,"@timestamp":1527565428},"coords":"51.7644593,-0.4503028","bedrooms":"0","price":"280000","area":"408"} , +{"type":"Feature","id":"n5066434327","geometry":{"type":"Point","coordinates":[-0.4605906,51.7527561]},"properties":{"@type":"node","@id":5066434327,"@timestamp":1607094065},"coords":"51.7527561,-0.4605906","bedrooms":"4","price":"243000","area":"465"} , +{"type":"Feature","id":"n5067127594","geometry":{"type":"Point","coordinates":[-0.0988551,51.4927441]},"properties":{"@type":"node","@id":5067127594,"@timestamp":1504028801},"coords":"51.4927441,-0.0988551","bedrooms":"2","price":"221000","area":"616"} , +{"type":"Feature","id":"n5067452741","geometry":{"type":"Point","coordinates":[-0.6919905,51.0587376]},"properties":{"@type":"node","@id":5067452741,"@timestamp":1632318344},"coords":"51.0587376,-0.6919905","bedrooms":"2","price":"176000","area":"444"} , +{"type":"Feature","id":"n5067688871","geometry":{"type":"Point","coordinates":[-0.0374595,51.4307475]},"properties":{"@type":"node","@id":5067688871,"@timestamp":1592919857},"coords":"51.4307475,-0.0374595","bedrooms":"4","price":"284000","area":"671"} , +{"type":"Feature","id":"n5068384915","geometry":{"type":"Point","coordinates":[-0.0933739,51.4735649]},"properties":{"@type":"node","@id":5068384915,"@timestamp":1535721127},"coords":"51.4735649,-0.0933739","bedrooms":"2","price":"269000","area":"405"} , +{"type":"Feature","id":"n5068677362","geometry":{"type":"Point","coordinates":[-0.4552544,51.5008191]},"properties":{"@type":"node","@id":5068677362,"@timestamp":1504086710},"coords":"51.5008191,-0.4552544","bedrooms":"2","price":"236000","area":"428"} , +{"type":"Feature","id":"n5068735980","geometry":{"type":"Point","coordinates":[-0.1335533,51.5190093]},"properties":{"@type":"node","@id":5068735980,"@timestamp":1504088086},"coords":"51.5190093,-0.1335533","bedrooms":"3","price":"158000","area":"538"} , +{"type":"Feature","id":"n5069149901","geometry":{"type":"Point","coordinates":[-0.4064065,51.7996464]},"properties":{"@type":"node","@id":5069149901,"@timestamp":1628859675},"coords":"51.7996464,-0.4064065","bedrooms":"2","price":"216000","area":"611"} , +{"type":"Feature","id":"n5069278371","geometry":{"type":"Point","coordinates":[-0.1066709,51.6846229]},"properties":{"@type":"node","@id":5069278371,"@timestamp":1504100822},"coords":"51.6846229,-0.1066709","bedrooms":"4","price":"208000","area":"690"} , +{"type":"Feature","id":"n5069357299","geometry":{"type":"Point","coordinates":[-0.1022184,51.6834338]},"properties":{"@type":"node","@id":5069357299,"@timestamp":1504103020},"coords":"51.6834338,-0.1022184","bedrooms":"0","price":"156000","area":"430"} , +{"type":"Feature","id":"n5069380543","geometry":{"type":"Point","coordinates":[-0.0984794,51.6814066]},"properties":{"@type":"node","@id":5069380543,"@timestamp":1613131751},"coords":"51.6814066,-0.0984794","bedrooms":"0","price":"279000","area":"517"} , +{"type":"Feature","id":"n5069380553","geometry":{"type":"Point","coordinates":[-0.1017464,51.6810041]},"properties":{"@type":"node","@id":5069380553,"@timestamp":1504103863},"coords":"51.6810041,-0.1017464","bedrooms":"2","price":"154000","area":"699"} , +{"type":"Feature","id":"n5069602789","geometry":{"type":"Point","coordinates":[0.1181211,51.4422195]},"properties":{"@type":"node","@id":5069602789,"@timestamp":1504110674},"coords":"51.4422195,0.1181211","bedrooms":"4","price":"256000","area":"378"} , +{"type":"Feature","id":"n5070099959","geometry":{"type":"Point","coordinates":[-0.179017,51.6914432]},"properties":{"@type":"node","@id":5070099959,"@timestamp":1629421450},"coords":"51.6914432,-0.179017","bedrooms":"0","price":"258000","area":"384"} , +{"type":"Feature","id":"n5070151364","geometry":{"type":"Point","coordinates":[0.1192722,51.3772138]},"properties":{"@type":"node","@id":5070151364,"@timestamp":1616711838},"coords":"51.3772138,0.1192722","bedrooms":"1","price":"162000","area":"499"} , +{"type":"Feature","id":"n5070263814","geometry":{"type":"Point","coordinates":[0.0446175,51.3899151]},"properties":{"@type":"node","@id":5070263814,"@timestamp":1542135583},"coords":"51.3899151,0.0446175","bedrooms":"1","price":"275000","area":"564"} , +{"type":"Feature","id":"n5070359249","geometry":{"type":"Point","coordinates":[-0.1832203,51.5651597]},"properties":{"@type":"node","@id":5070359249,"@timestamp":1504131484},"coords":"51.5651597,-0.1832203","bedrooms":"4","price":"292000","area":"358"} , +{"type":"Feature","id":"n5070369090","geometry":{"type":"Point","coordinates":[0.0182885,51.4147258]},"properties":{"@type":"node","@id":5070369090,"@timestamp":1504132351},"coords":"51.4147258,0.0182885","bedrooms":"3","price":"166000","area":"655"} , +{"type":"Feature","id":"n5070373427","geometry":{"type":"Point","coordinates":[-0.2026731,51.4248087]},"properties":{"@type":"node","@id":5070373427,"@timestamp":1504132466},"coords":"51.4248087,-0.2026731","bedrooms":"4","price":"240000","area":"612"} , +{"type":"Feature","id":"n5070443850","geometry":{"type":"Point","coordinates":[-0.1538522,51.5400262]},"properties":{"@type":"node","@id":5070443850,"@timestamp":1614136973},"coords":"51.5400262,-0.1538522","bedrooms":"3","price":"275000","area":"574"} , +{"type":"Feature","id":"n5070926693","geometry":{"type":"Point","coordinates":[-0.1025971,51.4656121]},"properties":{"@type":"node","@id":5070926693,"@timestamp":1504165013},"coords":"51.4656121,-0.1025971","bedrooms":"1","price":"246000","area":"475"} , +{"type":"Feature","id":"n5071118611","geometry":{"type":"Point","coordinates":[0.4472317,51.5249021]},"properties":{"@type":"node","@id":5071118611,"@timestamp":1599082104},"coords":"51.5249021,0.4472317","bedrooms":"1","price":"238000","area":"642"} , +{"type":"Feature","id":"n5071317261","geometry":{"type":"Point","coordinates":[-0.1831086,51.4955337]},"properties":{"@type":"node","@id":5071317261,"@timestamp":1591246689},"coords":"51.4955337,-0.1831086","bedrooms":"4","price":"196000","area":"383"} , +{"type":"Feature","id":"n5071317272","geometry":{"type":"Point","coordinates":[-0.1827803,51.4943125]},"properties":{"@type":"node","@id":5071317272,"@timestamp":1598328514},"coords":"51.4943125,-0.1827803","bedrooms":"2","price":"179000","area":"684"} , +{"type":"Feature","id":"n5071317285","geometry":{"type":"Point","coordinates":[-0.1828164,51.4954683]},"properties":{"@type":"node","@id":5071317285,"@timestamp":1591158320},"coords":"51.4954683,-0.1828164","bedrooms":"3","price":"219000","area":"560"} , +{"type":"Feature","id":"n5071594703","geometry":{"type":"Point","coordinates":[0.1099387,51.5209585]},"properties":{"@type":"node","@id":5071594703,"@timestamp":1572516671},"coords":"51.5209585,0.1099387","bedrooms":"3","price":"291000","area":"588"} , +{"type":"Feature","id":"n5071945261","geometry":{"type":"Point","coordinates":[-1.0605036,51.4408501]},"properties":{"@type":"node","@id":5071945261,"@timestamp":1619187575},"coords":"51.4408501,-1.0605036","bedrooms":"2","price":"293000","area":"454"} , +{"type":"Feature","id":"n5071994345","geometry":{"type":"Point","coordinates":[-1.0180181,51.4444144]},"properties":{"@type":"node","@id":5071994345,"@timestamp":1626093643},"coords":"51.4444144,-1.0180181","bedrooms":"3","price":"262000","area":"615"} , +{"type":"Feature","id":"n5072744130","geometry":{"type":"Point","coordinates":[-0.3206517,51.7683419]},"properties":{"@type":"node","@id":5072744130,"@timestamp":1553297218},"coords":"51.7683419,-0.3206517","bedrooms":"3","price":"279000","area":"677"} , +{"type":"Feature","id":"n5072847479","geometry":{"type":"Point","coordinates":[-0.114034,51.4656796]},"properties":{"@type":"node","@id":5072847479,"@timestamp":1619138490},"coords":"51.4656796,-0.114034","bedrooms":"4","price":"206000","area":"559"} , +{"type":"Feature","id":"n5072858892","geometry":{"type":"Point","coordinates":[-0.0954491,51.4871281]},"properties":{"@type":"node","@id":5072858892,"@timestamp":1610840547},"coords":"51.4871281,-0.0954491","bedrooms":"2","price":"245000","area":"538"} , +{"type":"Feature","id":"n5073241421","geometry":{"type":"Point","coordinates":[-1.0532579,51.4119117]},"properties":{"@type":"node","@id":5073241421,"@timestamp":1504267844},"coords":"51.4119117,-1.0532579","bedrooms":"2","price":"193000","area":"544"} , +{"type":"Feature","id":"n5073241431","geometry":{"type":"Point","coordinates":[-1.0693109,51.4082495]},"properties":{"@type":"node","@id":5073241431,"@timestamp":1504267844},"coords":"51.4082495,-1.0693109","bedrooms":"3","price":"246000","area":"407"} , +{"type":"Feature","id":"n5073241441","geometry":{"type":"Point","coordinates":[-1.0876545,51.4058503]},"properties":{"@type":"node","@id":5073241441,"@timestamp":1504267844},"coords":"51.4058503,-1.0876545","bedrooms":"2","price":"278000","area":"435"} , +{"type":"Feature","id":"n5073241451","geometry":{"type":"Point","coordinates":[-1.1037639,51.4039947]},"properties":{"@type":"node","@id":5073241451,"@timestamp":1504267845},"coords":"51.4039947,-1.1037639","bedrooms":"2","price":"290000","area":"645"} , +{"type":"Feature","id":"n5073241462","geometry":{"type":"Point","coordinates":[-1.1081654,51.392694]},"properties":{"@type":"node","@id":5073241462,"@timestamp":1504267845},"coords":"51.392694,-1.1081654","bedrooms":"0","price":"208000","area":"551"} , +{"type":"Feature","id":"n5073241472","geometry":{"type":"Point","coordinates":[-1.1158553,51.3812448]},"properties":{"@type":"node","@id":5073241472,"@timestamp":1504267845},"coords":"51.3812448,-1.1158553","bedrooms":"4","price":"235000","area":"359"} , +{"type":"Feature","id":"n5073241482","geometry":{"type":"Point","coordinates":[-1.1101019,51.3844539]},"properties":{"@type":"node","@id":5073241482,"@timestamp":1504267846},"coords":"51.3844539,-1.1101019","bedrooms":"3","price":"257000","area":"506"} , +{"type":"Feature","id":"n5073280741","geometry":{"type":"Point","coordinates":[-0.3539697,51.5642012]},"properties":{"@type":"node","@id":5073280741,"@timestamp":1623058496},"coords":"51.5642012,-0.3539697","bedrooms":"0","price":"214000","area":"501"} , +{"type":"Feature","id":"n5073280754","geometry":{"type":"Point","coordinates":[-0.1827422,51.4946109]},"properties":{"@type":"node","@id":5073280754,"@timestamp":1598328514},"coords":"51.4946109,-0.1827422","bedrooms":"0","price":"248000","area":"431"} , +{"type":"Feature","id":"n5073321570","geometry":{"type":"Point","coordinates":[-1.1221612,51.395032]},"properties":{"@type":"node","@id":5073321570,"@timestamp":1504270824},"coords":"51.395032,-1.1221612","bedrooms":"1","price":"199000","area":"665"} , +{"type":"Feature","id":"n5073321580","geometry":{"type":"Point","coordinates":[-1.2368417,51.3925685]},"properties":{"@type":"node","@id":5073321580,"@timestamp":1504270824},"coords":"51.3925685,-1.2368417","bedrooms":"3","price":"185000","area":"475"} , +{"type":"Feature","id":"n5073321590","geometry":{"type":"Point","coordinates":[-1.2126052,51.3874066]},"properties":{"@type":"node","@id":5073321590,"@timestamp":1504270824},"coords":"51.3874066,-1.2126052","bedrooms":"0","price":"181000","area":"692"} , +{"type":"Feature","id":"n5073321600","geometry":{"type":"Point","coordinates":[-1.1740458,51.387035]},"properties":{"@type":"node","@id":5073321600,"@timestamp":1504270825},"coords":"51.387035,-1.1740458","bedrooms":"3","price":"287000","area":"447"} , +{"type":"Feature","id":"n5073321610","geometry":{"type":"Point","coordinates":[-1.1572686,51.3882017]},"properties":{"@type":"node","@id":5073321610,"@timestamp":1504270825},"coords":"51.3882017,-1.1572686","bedrooms":"3","price":"210000","area":"589"} , +{"type":"Feature","id":"n5073321620","geometry":{"type":"Point","coordinates":[-1.1395285,51.3875288]},"properties":{"@type":"node","@id":5073321620,"@timestamp":1504270826},"coords":"51.3875288,-1.1395285","bedrooms":"0","price":"244000","area":"614"} , +{"type":"Feature","id":"n5073908755","geometry":{"type":"Point","coordinates":[-0.0962673,51.4887203]},"properties":{"@type":"node","@id":5073908755,"@timestamp":1516697458},"coords":"51.4887203,-0.0962673","bedrooms":"0","price":"264000","area":"693"} , +{"type":"Feature","id":"n5073936354","geometry":{"type":"Point","coordinates":[-0.1089392,51.4637344]},"properties":{"@type":"node","@id":5073936354,"@timestamp":1504288705},"coords":"51.4637344,-0.1089392","bedrooms":"4","price":"285000","area":"376"} , +{"type":"Feature","id":"n5073948405","geometry":{"type":"Point","coordinates":[-0.4407157,51.8885751]},"properties":{"@type":"node","@id":5073948405,"@timestamp":1504289345},"coords":"51.8885751,-0.4407157","bedrooms":"3","price":"227000","area":"403"} , +{"type":"Feature","id":"n5074005339","geometry":{"type":"Point","coordinates":[0.114629,51.4157761]},"properties":{"@type":"node","@id":5074005339,"@timestamp":1504291068},"coords":"51.4157761,0.114629","bedrooms":"2","price":"257000","area":"481"} , +{"type":"Feature","id":"n5074048514","geometry":{"type":"Point","coordinates":[-1.0299897,51.4106269]},"properties":{"@type":"node","@id":5074048514,"@timestamp":1522076239},"coords":"51.4106269,-1.0299897","bedrooms":"2","price":"200000","area":"621"} , +{"type":"Feature","id":"n5074048724","geometry":{"type":"Point","coordinates":[-1.0412684,51.4141099]},"properties":{"@type":"node","@id":5074048724,"@timestamp":1504292326},"coords":"51.4141099,-1.0412684","bedrooms":"1","price":"285000","area":"617"} , +{"type":"Feature","id":"n5074048734","geometry":{"type":"Point","coordinates":[-1.0459784,51.4144813]},"properties":{"@type":"node","@id":5074048734,"@timestamp":1504292327},"coords":"51.4144813,-1.0459784","bedrooms":"0","price":"205000","area":"473"} , +{"type":"Feature","id":"n5074048744","geometry":{"type":"Point","coordinates":[-1.0099161,51.4210467]},"properties":{"@type":"node","@id":5074048744,"@timestamp":1630146810},"coords":"51.4210467,-1.0099161","bedrooms":"0","price":"270000","area":"696"} , +{"type":"Feature","id":"n5074048754","geometry":{"type":"Point","coordinates":[-1.0196418,51.415311]},"properties":{"@type":"node","@id":5074048754,"@timestamp":1504292327},"coords":"51.415311,-1.0196418","bedrooms":"4","price":"202000","area":"381"} , +{"type":"Feature","id":"n5074048764","geometry":{"type":"Point","coordinates":[-1.0361293,51.4145733]},"properties":{"@type":"node","@id":5074048764,"@timestamp":1504292328},"coords":"51.4145733,-1.0361293","bedrooms":"3","price":"163000","area":"664"} , +{"type":"Feature","id":"n5074195871","geometry":{"type":"Point","coordinates":[-0.4318672,51.4492149]},"properties":{"@type":"node","@id":5074195871,"@timestamp":1567123538},"coords":"51.4492149,-0.4318672","bedrooms":"2","price":"262000","area":"546"} , +{"type":"Feature","id":"n5074223831","geometry":{"type":"Point","coordinates":[-0.9329908,51.4228822]},"properties":{"@type":"node","@id":5074223831,"@timestamp":1551237783},"coords":"51.4228822,-0.9329908","bedrooms":"2","price":"169000","area":"595"} , +{"type":"Feature","id":"n5074640688","geometry":{"type":"Point","coordinates":[-0.4939637,51.6016639]},"properties":{"@type":"node","@id":5074640688,"@timestamp":1620573035},"coords":"51.6016639,-0.4939637","bedrooms":"2","price":"232000","area":"432"} , +{"type":"Feature","id":"n5075155213","geometry":{"type":"Point","coordinates":[-0.4871683,51.4700864]},"properties":{"@type":"node","@id":5075155213,"@timestamp":1504350890},"coords":"51.4700864,-0.4871683","bedrooms":"1","price":"253000","area":"359"} , +{"type":"Feature","id":"n5075830564","geometry":{"type":"Point","coordinates":[0.3868131,51.2119885]},"properties":{"@type":"node","@id":5075830564,"@timestamp":1504377748},"coords":"51.2119885,0.3868131","bedrooms":"1","price":"225000","area":"378"} , +{"type":"Feature","id":"n5075830576","geometry":{"type":"Point","coordinates":[0.3317216,51.2279554]},"properties":{"@type":"node","@id":5075830576,"@timestamp":1615995602},"coords":"51.2279554,0.3317216","bedrooms":"2","price":"206000","area":"597"} , +{"type":"Feature","id":"n5075830586","geometry":{"type":"Point","coordinates":[0.3858001,51.212474]},"properties":{"@type":"node","@id":5075830586,"@timestamp":1543946347},"coords":"51.212474,0.3858001","bedrooms":"4","price":"166000","area":"577"} , +{"type":"Feature","id":"n5076290389","geometry":{"type":"Point","coordinates":[-0.5647525,51.7761585]},"properties":{"@type":"node","@id":5076290389,"@timestamp":1504396164},"coords":"51.7761585,-0.5647525","bedrooms":"3","price":"214000","area":"664"} , +{"type":"Feature","id":"n5076403096","geometry":{"type":"Point","coordinates":[0.1122761,51.4232821]},"properties":{"@type":"node","@id":5076403096,"@timestamp":1504402100},"coords":"51.4232821,0.1122761","bedrooms":"2","price":"284000","area":"587"} , +{"type":"Feature","id":"n5076960381","geometry":{"type":"Point","coordinates":[-0.2233979,51.5064206]},"properties":{"@type":"node","@id":5076960381,"@timestamp":1619000935},"coords":"51.5064206,-0.2233979","bedrooms":"0","price":"186000","area":"636"} , +{"type":"Feature","id":"n5077227194","geometry":{"type":"Point","coordinates":[-0.1664483,51.0913803]},"properties":{"@type":"node","@id":5077227194,"@timestamp":1504450652},"coords":"51.0913803,-0.1664483","bedrooms":"1","price":"248000","area":"449"} , +{"type":"Feature","id":"n5077455307","geometry":{"type":"Point","coordinates":[0.4480898,51.3370847]},"properties":{"@type":"node","@id":5077455307,"@timestamp":1608935110},"coords":"51.3370847,0.4480898","bedrooms":"2","price":"252000","area":"464"} , +{"type":"Feature","id":"n5077774402","geometry":{"type":"Point","coordinates":[-0.7072776,51.4126666]},"properties":{"@type":"node","@id":5077774402,"@timestamp":1504471484},"coords":"51.4126666,-0.7072776","bedrooms":"4","price":"156000","area":"680"} , +{"type":"Feature","id":"n5077868681","geometry":{"type":"Point","coordinates":[-0.5380592,51.7558855]},"properties":{"@type":"node","@id":5077868681,"@timestamp":1504475631},"coords":"51.7558855,-0.5380592","bedrooms":"1","price":"178000","area":"599"} , +{"type":"Feature","id":"n5077899154","geometry":{"type":"Point","coordinates":[-0.9979681,51.4586936]},"properties":{"@type":"node","@id":5077899154,"@timestamp":1504476781},"coords":"51.4586936,-0.9979681","bedrooms":"4","price":"199000","area":"663"} , +{"type":"Feature","id":"n5078550541","geometry":{"type":"Point","coordinates":[-0.3761609,51.3071295]},"properties":{"@type":"node","@id":5078550541,"@timestamp":1504516992},"coords":"51.3071295,-0.3761609","bedrooms":"3","price":"181000","area":"648"} , +{"type":"Feature","id":"n5078929147","geometry":{"type":"Point","coordinates":[-0.2032772,51.532838]},"properties":{"@type":"node","@id":5078929147,"@timestamp":1504529866},"coords":"51.532838,-0.2032772","bedrooms":"3","price":"176000","area":"534"} , +{"type":"Feature","id":"n5079381346","geometry":{"type":"Point","coordinates":[0.531628,51.4030461]},"properties":{"@type":"node","@id":5079381346,"@timestamp":1545918951},"coords":"51.4030461,0.531628","bedrooms":"0","price":"222000","area":"533"} , +{"type":"Feature","id":"n5079603006","geometry":{"type":"Point","coordinates":[-0.192686,51.3877025]},"properties":{"@type":"node","@id":5079603006,"@timestamp":1504549074},"coords":"51.3877025,-0.192686","bedrooms":"0","price":"178000","area":"651"} , +{"type":"Feature","id":"n5079632503","geometry":{"type":"Point","coordinates":[-0.1843075,51.3857282]},"properties":{"@type":"node","@id":5079632503,"@timestamp":1504550439},"coords":"51.3857282,-0.1843075","bedrooms":"4","price":"271000","area":"374"} , +{"type":"Feature","id":"n5079952022","geometry":{"type":"Point","coordinates":[-0.0791499,51.527045]},"properties":{"@type":"node","@id":5079952022,"@timestamp":1599131948},"coords":"51.527045,-0.0791499","bedrooms":"1","price":"271000","area":"588"} , +{"type":"Feature","id":"n5080108992","geometry":{"type":"Point","coordinates":[-0.1303718,51.5650457]},"properties":{"@type":"node","@id":5080108992,"@timestamp":1504564170},"coords":"51.5650457,-0.1303718","bedrooms":"3","price":"158000","area":"474"} , +{"type":"Feature","id":"n5080144177","geometry":{"type":"Point","coordinates":[-0.1288431,51.5657838]},"properties":{"@type":"node","@id":5080144177,"@timestamp":1504565087},"coords":"51.5657838,-0.1288431","bedrooms":"1","price":"224000","area":"381"} , +{"type":"Feature","id":"n5080144199","geometry":{"type":"Point","coordinates":[-0.1294523,51.5654898]},"properties":{"@type":"node","@id":5080144199,"@timestamp":1504565087},"coords":"51.5654898,-0.1294523","bedrooms":"2","price":"175000","area":"556"} , +{"type":"Feature","id":"n5080161607","geometry":{"type":"Point","coordinates":[-0.5565959,51.7630774]},"properties":{"@type":"node","@id":5080161607,"@timestamp":1504565484},"coords":"51.7630774,-0.5565959","bedrooms":"0","price":"275000","area":"640"} , +{"type":"Feature","id":"n5080802957","geometry":{"type":"Point","coordinates":[-0.1810776,51.4967308]},"properties":{"@type":"node","@id":5080802957,"@timestamp":1591067547},"coords":"51.4967308,-0.1810776","bedrooms":"4","price":"199000","area":"378"} , +{"type":"Feature","id":"n5080802969","geometry":{"type":"Point","coordinates":[-0.3525788,51.5648226]},"properties":{"@type":"node","@id":5080802969,"@timestamp":1504593094},"coords":"51.5648226,-0.3525788","bedrooms":"3","price":"179000","area":"590"} , +{"type":"Feature","id":"n5080873296","geometry":{"type":"Point","coordinates":[-0.1890304,51.386882]},"properties":{"@type":"node","@id":5080873296,"@timestamp":1504596397},"coords":"51.386882,-0.1890304","bedrooms":"1","price":"245000","area":"643"} , +{"type":"Feature","id":"n5080873306","geometry":{"type":"Point","coordinates":[-0.1870447,51.3870339]},"properties":{"@type":"node","@id":5080873306,"@timestamp":1504596398},"coords":"51.3870339,-0.1870447","bedrooms":"4","price":"187000","area":"682"} , +{"type":"Feature","id":"n5080873316","geometry":{"type":"Point","coordinates":[-0.1888445,51.3875746]},"properties":{"@type":"node","@id":5080873316,"@timestamp":1504596399},"coords":"51.3875746,-0.1888445","bedrooms":"1","price":"259000","area":"482"} , +{"type":"Feature","id":"n5080873326","geometry":{"type":"Point","coordinates":[-0.1884207,51.3887245]},"properties":{"@type":"node","@id":5080873326,"@timestamp":1504596399},"coords":"51.3887245,-0.1884207","bedrooms":"2","price":"275000","area":"433"} , +{"type":"Feature","id":"n5080873336","geometry":{"type":"Point","coordinates":[-0.187675,51.3895095]},"properties":{"@type":"node","@id":5080873336,"@timestamp":1504596400},"coords":"51.3895095,-0.187675","bedrooms":"2","price":"299000","area":"429"} , +{"type":"Feature","id":"n5080873346","geometry":{"type":"Point","coordinates":[-0.187205,51.39022]},"properties":{"@type":"node","@id":5080873346,"@timestamp":1504596400},"coords":"51.39022,-0.187205","bedrooms":"4","price":"186000","area":"520"} , +{"type":"Feature","id":"n5080873356","geometry":{"type":"Point","coordinates":[-0.1874772,51.3908043]},"properties":{"@type":"node","@id":5080873356,"@timestamp":1504596400},"coords":"51.3908043,-0.1874772","bedrooms":"1","price":"287000","area":"699"} , +{"type":"Feature","id":"n5080873366","geometry":{"type":"Point","coordinates":[-0.1863909,51.3920951]},"properties":{"@type":"node","@id":5080873366,"@timestamp":1504596401},"coords":"51.3920951,-0.1863909","bedrooms":"4","price":"209000","area":"664"} , +{"type":"Feature","id":"n5080897886","geometry":{"type":"Point","coordinates":[-0.1139946,51.465759]},"properties":{"@type":"node","@id":5080897886,"@timestamp":1504597220},"coords":"51.465759,-0.1139946","bedrooms":"2","price":"238000","area":"626"} , +{"type":"Feature","id":"n5080944389","geometry":{"type":"Point","coordinates":[-0.0984562,51.498171]},"properties":{"@type":"node","@id":5080944389,"@timestamp":1540894523},"coords":"51.498171,-0.0984562","bedrooms":"3","price":"152000","area":"665"} , +{"type":"Feature","id":"n5081535118","geometry":{"type":"Point","coordinates":[-0.190816,51.2679741]},"properties":{"@type":"node","@id":5081535118,"@timestamp":1504615150},"coords":"51.2679741,-0.190816","bedrooms":"2","price":"237000","area":"422"} , +{"type":"Feature","id":"n5082407769","geometry":{"type":"Point","coordinates":[-0.1810259,51.2782133]},"properties":{"@type":"node","@id":5082407769,"@timestamp":1504641484},"coords":"51.2782133,-0.1810259","bedrooms":"0","price":"158000","area":"447"} , +{"type":"Feature","id":"n5082580913","geometry":{"type":"Point","coordinates":[-0.1639244,51.4070211]},"properties":{"@type":"node","@id":5082580913,"@timestamp":1606743971},"coords":"51.4070211,-0.1639244","bedrooms":"4","price":"179000","area":"443"} , +{"type":"Feature","id":"n5082862854","geometry":{"type":"Point","coordinates":[0.1209825,51.4690065]},"properties":{"@type":"node","@id":5082862854,"@timestamp":1581159480},"coords":"51.4690065,0.1209825","bedrooms":"3","price":"230000","area":"362"} , +{"type":"Feature","id":"n5083090460","geometry":{"type":"Point","coordinates":[-0.1791699,51.3850971]},"properties":{"@type":"node","@id":5083090460,"@timestamp":1504682097},"coords":"51.3850971,-0.1791699","bedrooms":"0","price":"239000","area":"634"} , +{"type":"Feature","id":"n5083090470","geometry":{"type":"Point","coordinates":[-0.1785047,51.3836442]},"properties":{"@type":"node","@id":5083090470,"@timestamp":1504682098},"coords":"51.3836442,-0.1785047","bedrooms":"0","price":"240000","area":"617"} , +{"type":"Feature","id":"n5083090480","geometry":{"type":"Point","coordinates":[-0.1803286,51.3827345]},"properties":{"@type":"node","@id":5083090480,"@timestamp":1504682098},"coords":"51.3827345,-0.1803286","bedrooms":"2","price":"254000","area":"380"} , +{"type":"Feature","id":"n5083090490","geometry":{"type":"Point","coordinates":[-0.1818513,51.3818814]},"properties":{"@type":"node","@id":5083090490,"@timestamp":1504682099},"coords":"51.3818814,-0.1818513","bedrooms":"1","price":"168000","area":"431"} , +{"type":"Feature","id":"n5083090500","geometry":{"type":"Point","coordinates":[-0.180483,51.3823462]},"properties":{"@type":"node","@id":5083090500,"@timestamp":1504682099},"coords":"51.3823462,-0.180483","bedrooms":"0","price":"287000","area":"398"} , +{"type":"Feature","id":"n5083094491","geometry":{"type":"Point","coordinates":[-0.1794206,51.382339]},"properties":{"@type":"node","@id":5083094491,"@timestamp":1504682256},"coords":"51.382339,-0.1794206","bedrooms":"4","price":"207000","area":"694"} , +{"type":"Feature","id":"n5083100351","geometry":{"type":"Point","coordinates":[-0.1775129,51.3831084]},"properties":{"@type":"node","@id":5083100351,"@timestamp":1504682568},"coords":"51.3831084,-0.1775129","bedrooms":"0","price":"200000","area":"474"} , +{"type":"Feature","id":"n5083100361","geometry":{"type":"Point","coordinates":[-0.1775783,51.384162]},"properties":{"@type":"node","@id":5083100361,"@timestamp":1504682569},"coords":"51.384162,-0.1775783","bedrooms":"0","price":"161000","area":"601"} , +{"type":"Feature","id":"n5083100371","geometry":{"type":"Point","coordinates":[-0.1762427,51.3840382]},"properties":{"@type":"node","@id":5083100371,"@timestamp":1504682569},"coords":"51.3840382,-0.1762427","bedrooms":"4","price":"177000","area":"684"} , +{"type":"Feature","id":"n5083114511","geometry":{"type":"Point","coordinates":[-0.1768932,51.3830782]},"properties":{"@type":"node","@id":5083114511,"@timestamp":1504683051},"coords":"51.3830782,-0.1768932","bedrooms":"2","price":"298000","area":"609"} , +{"type":"Feature","id":"n5083115621","geometry":{"type":"Point","coordinates":[-0.1753362,51.3832469]},"properties":{"@type":"node","@id":5083115621,"@timestamp":1504683051},"coords":"51.3832469,-0.1753362","bedrooms":"4","price":"176000","area":"351"} , +{"type":"Feature","id":"n5083115631","geometry":{"type":"Point","coordinates":[-0.1790781,51.3819695]},"properties":{"@type":"node","@id":5083115631,"@timestamp":1504683052},"coords":"51.3819695,-0.1790781","bedrooms":"4","price":"283000","area":"570"} , +{"type":"Feature","id":"n5083115641","geometry":{"type":"Point","coordinates":[-0.1805829,51.3812246]},"properties":{"@type":"node","@id":5083115641,"@timestamp":1504683052},"coords":"51.3812246,-0.1805829","bedrooms":"1","price":"272000","area":"565"} , +{"type":"Feature","id":"n5083135293","geometry":{"type":"Point","coordinates":[-0.1818891,51.3812196]},"properties":{"@type":"node","@id":5083135293,"@timestamp":1504683656},"coords":"51.3812196,-0.1818891","bedrooms":"4","price":"203000","area":"439"} , +{"type":"Feature","id":"n5083192903","geometry":{"type":"Point","coordinates":[0.7358191,51.4249233]},"properties":{"@type":"node","@id":5083192903,"@timestamp":1571747754},"coords":"51.4249233,0.7358191","bedrooms":"2","price":"173000","area":"665"} , +{"type":"Feature","id":"n5083624561","geometry":{"type":"Point","coordinates":[-1.0506308,51.4430736]},"properties":{"@type":"node","@id":5083624561,"@timestamp":1594655148},"coords":"51.4430736,-1.0506308","bedrooms":"0","price":"201000","area":"691"} , +{"type":"Feature","id":"n5083904105","geometry":{"type":"Point","coordinates":[0.349869,51.2655084]},"properties":{"@type":"node","@id":5083904105,"@timestamp":1504707246},"coords":"51.2655084,0.349869","bedrooms":"3","price":"206000","area":"607"} , +{"type":"Feature","id":"n5084494908","geometry":{"type":"Point","coordinates":[-0.1749193,51.3829577]},"properties":{"@type":"node","@id":5084494908,"@timestamp":1504725436},"coords":"51.3829577,-0.1749193","bedrooms":"1","price":"299000","area":"489"} , +{"type":"Feature","id":"n5084494918","geometry":{"type":"Point","coordinates":[-0.1768553,51.3823679]},"properties":{"@type":"node","@id":5084494918,"@timestamp":1504725437},"coords":"51.3823679,-0.1768553","bedrooms":"1","price":"222000","area":"468"} , +{"type":"Feature","id":"n5084495028","geometry":{"type":"Point","coordinates":[-0.1799804,51.3811596]},"properties":{"@type":"node","@id":5084495028,"@timestamp":1504725437},"coords":"51.3811596,-0.1799804","bedrooms":"0","price":"163000","area":"622"} , +{"type":"Feature","id":"n5084495038","geometry":{"type":"Point","coordinates":[-0.1807413,51.3807443]},"properties":{"@type":"node","@id":5084495038,"@timestamp":1504725438},"coords":"51.3807443,-0.1807413","bedrooms":"1","price":"280000","area":"655"} , +{"type":"Feature","id":"n5084495060","geometry":{"type":"Point","coordinates":[-0.1785175,51.3814474]},"properties":{"@type":"node","@id":5084495060,"@timestamp":1504725438},"coords":"51.3814474,-0.1785175","bedrooms":"1","price":"272000","area":"569"} , +{"type":"Feature","id":"n5084495070","geometry":{"type":"Point","coordinates":[-0.1750602,51.3819312]},"properties":{"@type":"node","@id":5084495070,"@timestamp":1504725439},"coords":"51.3819312,-0.1750602","bedrooms":"0","price":"225000","area":"563"} , +{"type":"Feature","id":"n5084495080","geometry":{"type":"Point","coordinates":[-0.1759077,51.3814809]},"properties":{"@type":"node","@id":5084495080,"@timestamp":1504725439},"coords":"51.3814809,-0.1759077","bedrooms":"2","price":"189000","area":"676"} , +{"type":"Feature","id":"n5084495090","geometry":{"type":"Point","coordinates":[-0.1764093,51.3814189]},"properties":{"@type":"node","@id":5084495090,"@timestamp":1504725440},"coords":"51.3814189,-0.1764093","bedrooms":"3","price":"267000","area":"479"} , +{"type":"Feature","id":"n5084495100","geometry":{"type":"Point","coordinates":[-0.177304,51.3809851]},"properties":{"@type":"node","@id":5084495100,"@timestamp":1504725440},"coords":"51.3809851,-0.177304","bedrooms":"3","price":"203000","area":"524"} , +{"type":"Feature","id":"n5084495110","geometry":{"type":"Point","coordinates":[-0.1772423,51.3815389]},"properties":{"@type":"node","@id":5084495110,"@timestamp":1504725441},"coords":"51.3815389,-0.1772423","bedrooms":"3","price":"265000","area":"687"} , +{"type":"Feature","id":"n5084495121","geometry":{"type":"Point","coordinates":[-0.1782868,51.3806486]},"properties":{"@type":"node","@id":5084495121,"@timestamp":1504725442},"coords":"51.3806486,-0.1782868","bedrooms":"0","price":"192000","area":"688"} , +{"type":"Feature","id":"n5084509481","geometry":{"type":"Point","coordinates":[-0.1785536,51.3800457]},"properties":{"@type":"node","@id":5084509481,"@timestamp":1504726094},"coords":"51.3800457,-0.1785536","bedrooms":"4","price":"175000","area":"355"} , +{"type":"Feature","id":"n5084509491","geometry":{"type":"Point","coordinates":[-0.1800543,51.3796569]},"properties":{"@type":"node","@id":5084509491,"@timestamp":1504726095},"coords":"51.3796569,-0.1800543","bedrooms":"2","price":"202000","area":"433"} , +{"type":"Feature","id":"n5084509501","geometry":{"type":"Point","coordinates":[-0.1779768,51.37895]},"properties":{"@type":"node","@id":5084509501,"@timestamp":1504726095},"coords":"51.37895,-0.1779768","bedrooms":"4","price":"166000","area":"502"} , +{"type":"Feature","id":"n5084509511","geometry":{"type":"Point","coordinates":[-0.1775556,51.3793852]},"properties":{"@type":"node","@id":5084509511,"@timestamp":1504726096},"coords":"51.3793852,-0.1775556","bedrooms":"2","price":"169000","area":"616"} , +{"type":"Feature","id":"n5084511121","geometry":{"type":"Point","coordinates":[-0.1769504,51.3796481]},"properties":{"@type":"node","@id":5084511121,"@timestamp":1504726096},"coords":"51.3796481,-0.1769504","bedrooms":"0","price":"201000","area":"467"} , +{"type":"Feature","id":"n5084511131","geometry":{"type":"Point","coordinates":[-0.1757233,51.3806337]},"properties":{"@type":"node","@id":5084511131,"@timestamp":1504726097},"coords":"51.3806337,-0.1757233","bedrooms":"3","price":"297000","area":"671"} , +{"type":"Feature","id":"n5084541363","geometry":{"type":"Point","coordinates":[-0.1733958,51.3813855]},"properties":{"@type":"node","@id":5084541363,"@timestamp":1504727082},"coords":"51.3813855,-0.1733958","bedrooms":"0","price":"232000","area":"437"} , +{"type":"Feature","id":"n5084541376","geometry":{"type":"Point","coordinates":[-0.1747335,51.3806676]},"properties":{"@type":"node","@id":5084541376,"@timestamp":1504727082},"coords":"51.3806676,-0.1747335","bedrooms":"3","price":"226000","area":"566"} , +{"type":"Feature","id":"n5084541395","geometry":{"type":"Point","coordinates":[-0.1766494,51.379513]},"properties":{"@type":"node","@id":5084541395,"@timestamp":1504727083},"coords":"51.379513,-0.1766494","bedrooms":"1","price":"194000","area":"481"} , +{"type":"Feature","id":"n5084548460","geometry":{"type":"Point","coordinates":[-0.8484362,51.4081247]},"properties":{"@type":"node","@id":5084548460,"@timestamp":1504727208},"coords":"51.4081247,-0.8484362","bedrooms":"1","price":"245000","area":"451"} , +{"type":"Feature","id":"n5084556701","geometry":{"type":"Point","coordinates":[-0.1774484,51.3777168]},"properties":{"@type":"node","@id":5084556701,"@timestamp":1504727461},"coords":"51.3777168,-0.1774484","bedrooms":"2","price":"214000","area":"645"} , +{"type":"Feature","id":"n5084556711","geometry":{"type":"Point","coordinates":[-0.1768753,51.3771726]},"properties":{"@type":"node","@id":5084556711,"@timestamp":1504727462},"coords":"51.3771726,-0.1768753","bedrooms":"3","price":"257000","area":"543"} , +{"type":"Feature","id":"n5084558921","geometry":{"type":"Point","coordinates":[-0.1768846,51.3782572]},"properties":{"@type":"node","@id":5084558921,"@timestamp":1504727462},"coords":"51.3782572,-0.1768846","bedrooms":"1","price":"213000","area":"681"} , +{"type":"Feature","id":"n5084558987","geometry":{"type":"Point","coordinates":[-0.174306,51.3785243]},"properties":{"@type":"node","@id":5084558987,"@timestamp":1504727534},"coords":"51.3785243,-0.174306","bedrooms":"0","price":"260000","area":"678"} , +{"type":"Feature","id":"n5084571777","geometry":{"type":"Point","coordinates":[-0.1741361,51.3804329]},"properties":{"@type":"node","@id":5084571777,"@timestamp":1504727829},"coords":"51.3804329,-0.1741361","bedrooms":"4","price":"271000","area":"580"} , +{"type":"Feature","id":"n5084571787","geometry":{"type":"Point","coordinates":[-0.1741219,51.3794543]},"properties":{"@type":"node","@id":5084571787,"@timestamp":1504727830},"coords":"51.3794543,-0.1741219","bedrooms":"0","price":"210000","area":"602"} , +{"type":"Feature","id":"n5084600546","geometry":{"type":"Point","coordinates":[-0.1718772,51.3716]},"properties":{"@type":"node","@id":5084600546,"@timestamp":1509185294},"coords":"51.3716,-0.1718772","bedrooms":"0","price":"276000","area":"651"} , +{"type":"Feature","id":"n5084600556","geometry":{"type":"Point","coordinates":[-0.1756337,51.372487]},"properties":{"@type":"node","@id":5084600556,"@timestamp":1504728880},"coords":"51.372487,-0.1756337","bedrooms":"4","price":"183000","area":"678"} , +{"type":"Feature","id":"n5084600570","geometry":{"type":"Point","coordinates":[-0.1761869,51.3741724]},"properties":{"@type":"node","@id":5084600570,"@timestamp":1504728880},"coords":"51.3741724,-0.1761869","bedrooms":"4","price":"295000","area":"637"} , +{"type":"Feature","id":"n5084600580","geometry":{"type":"Point","coordinates":[-0.1755274,51.3746385]},"properties":{"@type":"node","@id":5084600580,"@timestamp":1504728881},"coords":"51.3746385,-0.1755274","bedrooms":"0","price":"216000","area":"555"} , +{"type":"Feature","id":"n5084622015","geometry":{"type":"Point","coordinates":[-0.1789595,51.3761224]},"properties":{"@type":"node","@id":5084622015,"@timestamp":1504729752},"coords":"51.3761224,-0.1789595","bedrooms":"4","price":"255000","area":"506"} , +{"type":"Feature","id":"n5084625673","geometry":{"type":"Point","coordinates":[-0.1842111,51.3781627]},"properties":{"@type":"node","@id":5084625673,"@timestamp":1504730546},"coords":"51.3781627,-0.1842111","bedrooms":"3","price":"292000","area":"402"} , +{"type":"Feature","id":"n5084653534","geometry":{"type":"Point","coordinates":[-0.18693,51.3771501]},"properties":{"@type":"node","@id":5084653534,"@timestamp":1504731009},"coords":"51.3771501,-0.18693","bedrooms":"1","price":"158000","area":"444"} , +{"type":"Feature","id":"n5084653544","geometry":{"type":"Point","coordinates":[-0.1886182,51.3773864]},"properties":{"@type":"node","@id":5084653544,"@timestamp":1504731009},"coords":"51.3773864,-0.1886182","bedrooms":"1","price":"235000","area":"382"} , +{"type":"Feature","id":"n5084653554","geometry":{"type":"Point","coordinates":[-0.1894605,51.3767281]},"properties":{"@type":"node","@id":5084653554,"@timestamp":1504731010},"coords":"51.3767281,-0.1894605","bedrooms":"4","price":"193000","area":"636"} , +{"type":"Feature","id":"n5084653565","geometry":{"type":"Point","coordinates":[-0.1914141,51.3766751]},"properties":{"@type":"node","@id":5084653565,"@timestamp":1504731010},"coords":"51.3766751,-0.1914141","bedrooms":"3","price":"157000","area":"428"} , +{"type":"Feature","id":"n5084763988","geometry":{"type":"Point","coordinates":[-0.1907199,51.3650901]},"properties":{"@type":"node","@id":5084763988,"@timestamp":1504736151},"coords":"51.3650901,-0.1907199","bedrooms":"2","price":"266000","area":"647"} , +{"type":"Feature","id":"n5084766796","geometry":{"type":"Point","coordinates":[-0.5586794,51.3187662]},"properties":{"@type":"node","@id":5084766796,"@timestamp":1504736288},"coords":"51.3187662,-0.5586794","bedrooms":"2","price":"208000","area":"549"} , +{"type":"Feature","id":"n5084835153","geometry":{"type":"Point","coordinates":[-0.1638795,51.4062291]},"properties":{"@type":"node","@id":5084835153,"@timestamp":1597482181},"coords":"51.4062291,-0.1638795","bedrooms":"3","price":"269000","area":"417"} , +{"type":"Feature","id":"n5085256310","geometry":{"type":"Point","coordinates":[-0.1761642,51.3860874]},"properties":{"@type":"node","@id":5085256310,"@timestamp":1504768509},"coords":"51.3860874,-0.1761642","bedrooms":"0","price":"172000","area":"429"} , +{"type":"Feature","id":"n5085261660","geometry":{"type":"Point","coordinates":[-0.1205941,51.46819]},"properties":{"@type":"node","@id":5085261660,"@timestamp":1506777942},"coords":"51.46819,-0.1205941","bedrooms":"2","price":"174000","area":"563"} , +{"type":"Feature","id":"n5085269821","geometry":{"type":"Point","coordinates":[-0.1755955,51.3864213]},"properties":{"@type":"node","@id":5085269821,"@timestamp":1504768849},"coords":"51.3864213,-0.1755955","bedrooms":"1","price":"190000","area":"636"} , +{"type":"Feature","id":"n5085269831","geometry":{"type":"Point","coordinates":[-0.1726474,51.3857079]},"properties":{"@type":"node","@id":5085269831,"@timestamp":1504768850},"coords":"51.3857079,-0.1726474","bedrooms":"3","price":"182000","area":"653"} , +{"type":"Feature","id":"n5085287219","geometry":{"type":"Point","coordinates":[-0.1730365,51.3864923]},"properties":{"@type":"node","@id":5085287219,"@timestamp":1504769368},"coords":"51.3864923,-0.1730365","bedrooms":"3","price":"259000","area":"497"} , +{"type":"Feature","id":"n5085287429","geometry":{"type":"Point","coordinates":[-0.1720243,51.3865215]},"properties":{"@type":"node","@id":5085287429,"@timestamp":1504769369},"coords":"51.3865215,-0.1720243","bedrooms":"1","price":"254000","area":"428"} , +{"type":"Feature","id":"n5085287439","geometry":{"type":"Point","coordinates":[-0.1721275,51.3874079]},"properties":{"@type":"node","@id":5085287439,"@timestamp":1504769369},"coords":"51.3874079,-0.1721275","bedrooms":"3","price":"190000","area":"393"} , +{"type":"Feature","id":"n5085287449","geometry":{"type":"Point","coordinates":[-0.1741181,51.3868017]},"properties":{"@type":"node","@id":5085287449,"@timestamp":1504769370},"coords":"51.3868017,-0.1741181","bedrooms":"0","price":"249000","area":"685"} , +{"type":"Feature","id":"n5085299311","geometry":{"type":"Point","coordinates":[-0.1721708,51.388186]},"properties":{"@type":"node","@id":5085299311,"@timestamp":1504769701},"coords":"51.388186,-0.1721708","bedrooms":"4","price":"280000","area":"622"} , +{"type":"Feature","id":"n5085299821","geometry":{"type":"Point","coordinates":[-0.1757649,51.3866343]},"properties":{"@type":"node","@id":5085299821,"@timestamp":1504769701},"coords":"51.3866343,-0.1757649","bedrooms":"2","price":"294000","area":"680"} , +{"type":"Feature","id":"n5085309818","geometry":{"type":"Point","coordinates":[-0.1737291,51.3878797]},"properties":{"@type":"node","@id":5085309818,"@timestamp":1504770009},"coords":"51.3878797,-0.1737291","bedrooms":"4","price":"211000","area":"511"} , +{"type":"Feature","id":"n5085310428","geometry":{"type":"Point","coordinates":[-0.1712105,51.3884237]},"properties":{"@type":"node","@id":5085310428,"@timestamp":1504770009},"coords":"51.3884237,-0.1712105","bedrooms":"2","price":"212000","area":"619"} , +{"type":"Feature","id":"n5085313803","geometry":{"type":"Point","coordinates":[-0.1700733,51.3875566]},"properties":{"@type":"node","@id":5085313803,"@timestamp":1504770195},"coords":"51.3875566,-0.1700733","bedrooms":"3","price":"186000","area":"573"} , +{"type":"Feature","id":"n5085313813","geometry":{"type":"Point","coordinates":[-0.1711435,51.3870495]},"properties":{"@type":"node","@id":5085313813,"@timestamp":1504770195},"coords":"51.3870495,-0.1711435","bedrooms":"4","price":"232000","area":"415"} , +{"type":"Feature","id":"n5085329772","geometry":{"type":"Point","coordinates":[-0.1720689,51.3858259]},"properties":{"@type":"node","@id":5085329772,"@timestamp":1504770612},"coords":"51.3858259,-0.1720689","bedrooms":"1","price":"193000","area":"623"} , +{"type":"Feature","id":"n5085329782","geometry":{"type":"Point","coordinates":[-0.1697943,51.3858945]},"properties":{"@type":"node","@id":5085329782,"@timestamp":1504770613},"coords":"51.3858945,-0.1697943","bedrooms":"0","price":"245000","area":"540"} , +{"type":"Feature","id":"n5085329792","geometry":{"type":"Point","coordinates":[-0.1690621,51.3863632]},"properties":{"@type":"node","@id":5085329792,"@timestamp":1504770613},"coords":"51.3863632,-0.1690621","bedrooms":"0","price":"177000","area":"622"} , +{"type":"Feature","id":"n5085329802","geometry":{"type":"Point","coordinates":[-0.1700867,51.388104]},"properties":{"@type":"node","@id":5085329802,"@timestamp":1504770614},"coords":"51.388104,-0.1700867","bedrooms":"3","price":"191000","area":"619"} , +{"type":"Feature","id":"n5085948617","geometry":{"type":"Point","coordinates":[-0.174956,51.3923826]},"properties":{"@type":"node","@id":5085948617,"@timestamp":1504787433},"coords":"51.3923826,-0.174956","bedrooms":"3","price":"284000","area":"588"} , +{"type":"Feature","id":"n5085949627","geometry":{"type":"Point","coordinates":[-0.1761442,51.3914721]},"properties":{"@type":"node","@id":5085949627,"@timestamp":1504787433},"coords":"51.3914721,-0.1761442","bedrooms":"2","price":"269000","area":"517"} , +{"type":"Feature","id":"n5085949637","geometry":{"type":"Point","coordinates":[-0.1742211,51.3906905]},"properties":{"@type":"node","@id":5085949637,"@timestamp":1504787434},"coords":"51.3906905,-0.1742211","bedrooms":"4","price":"273000","area":"458"} , +{"type":"Feature","id":"n5085949647","geometry":{"type":"Point","coordinates":[-0.1729792,51.3898084]},"properties":{"@type":"node","@id":5085949647,"@timestamp":1504787434},"coords":"51.3898084,-0.1729792","bedrooms":"4","price":"235000","area":"527"} , +{"type":"Feature","id":"n5085949657","geometry":{"type":"Point","coordinates":[-0.1757178,51.3906537]},"properties":{"@type":"node","@id":5085949657,"@timestamp":1504787435},"coords":"51.3906537,-0.1757178","bedrooms":"1","price":"186000","area":"489"} , +{"type":"Feature","id":"n5085949667","geometry":{"type":"Point","coordinates":[-0.1744222,51.3892193]},"properties":{"@type":"node","@id":5085949667,"@timestamp":1504787435},"coords":"51.3892193,-0.1744222","bedrooms":"2","price":"241000","area":"621"} , +{"type":"Feature","id":"n5085949677","geometry":{"type":"Point","coordinates":[-0.1760235,51.3895206]},"properties":{"@type":"node","@id":5085949677,"@timestamp":1504787436},"coords":"51.3895206,-0.1760235","bedrooms":"2","price":"172000","area":"578"} , +{"type":"Feature","id":"n5085949687","geometry":{"type":"Point","coordinates":[-0.1776248,51.3887573]},"properties":{"@type":"node","@id":5085949687,"@timestamp":1504787436},"coords":"51.3887573,-0.1776248","bedrooms":"1","price":"171000","area":"695"} , +{"type":"Feature","id":"n5085955506","geometry":{"type":"Point","coordinates":[-0.1779979,51.3895032]},"properties":{"@type":"node","@id":5085955506,"@timestamp":1504787736},"coords":"51.3895032,-0.1779979","bedrooms":"2","price":"261000","area":"409"} , +{"type":"Feature","id":"n5085955516","geometry":{"type":"Point","coordinates":[-0.1771959,51.3905409]},"properties":{"@type":"node","@id":5085955516,"@timestamp":1504787737},"coords":"51.3905409,-0.1771959","bedrooms":"4","price":"238000","area":"666"} , +{"type":"Feature","id":"n5085955726","geometry":{"type":"Point","coordinates":[-0.1772549,51.3909192]},"properties":{"@type":"node","@id":5085955726,"@timestamp":1504787737},"coords":"51.3909192,-0.1772549","bedrooms":"2","price":"153000","area":"556"} , +{"type":"Feature","id":"n5085963014","geometry":{"type":"Point","coordinates":[-0.1795571,51.3883318]},"properties":{"@type":"node","@id":5085963014,"@timestamp":1504788156},"coords":"51.3883318,-0.1795571","bedrooms":"2","price":"285000","area":"466"} , +{"type":"Feature","id":"n5085965024","geometry":{"type":"Point","coordinates":[-0.1791926,51.3889105]},"properties":{"@type":"node","@id":5085965024,"@timestamp":1504788156},"coords":"51.3889105,-0.1791926","bedrooms":"1","price":"227000","area":"439"} , +{"type":"Feature","id":"n5085965034","geometry":{"type":"Point","coordinates":[-0.1808525,51.3885019]},"properties":{"@type":"node","@id":5085965034,"@timestamp":1504788157},"coords":"51.3885019,-0.1808525","bedrooms":"3","price":"232000","area":"364"} , +{"type":"Feature","id":"n5085965044","geometry":{"type":"Point","coordinates":[-0.1808277,51.3875677]},"properties":{"@type":"node","@id":5085965044,"@timestamp":1504788157},"coords":"51.3875677,-0.1808277","bedrooms":"0","price":"196000","area":"367"} , +{"type":"Feature","id":"n5085974698","geometry":{"type":"Point","coordinates":[-0.1809459,51.3892543]},"properties":{"@type":"node","@id":5085974698,"@timestamp":1504788547},"coords":"51.3892543,-0.1809459","bedrooms":"1","price":"219000","area":"657"} , +{"type":"Feature","id":"n5085974708","geometry":{"type":"Point","coordinates":[-0.1758393,51.3930645]},"properties":{"@type":"node","@id":5085974708,"@timestamp":1504788547},"coords":"51.3930645,-0.1758393","bedrooms":"0","price":"218000","area":"685"} , +{"type":"Feature","id":"n5085981877","geometry":{"type":"Point","coordinates":[-0.1798153,51.3906437]},"properties":{"@type":"node","@id":5085981877,"@timestamp":1504788759},"coords":"51.3906437,-0.1798153","bedrooms":"3","price":"209000","area":"420"} , +{"type":"Feature","id":"n5085981887","geometry":{"type":"Point","coordinates":[-0.1813751,51.3925025]},"properties":{"@type":"node","@id":5085981887,"@timestamp":1504788759},"coords":"51.3925025,-0.1813751","bedrooms":"3","price":"194000","area":"566"} , +{"type":"Feature","id":"n5085987887","geometry":{"type":"Point","coordinates":[-0.1842524,51.3886998]},"properties":{"@type":"node","@id":5085987887,"@timestamp":1504788927},"coords":"51.3886998,-0.1842524","bedrooms":"1","price":"191000","area":"546"} , +{"type":"Feature","id":"n5085994821","geometry":{"type":"Point","coordinates":[-0.1865082,51.388894]},"properties":{"@type":"node","@id":5085994821,"@timestamp":1504789067},"coords":"51.388894,-0.1865082","bedrooms":"1","price":"172000","area":"486"} , +{"type":"Feature","id":"n5086000051","geometry":{"type":"Point","coordinates":[-0.1869722,51.3877742]},"properties":{"@type":"node","@id":5086000051,"@timestamp":1504789211},"coords":"51.3877742,-0.1869722","bedrooms":"2","price":"188000","area":"672"} , +{"type":"Feature","id":"n5086633684","geometry":{"type":"Point","coordinates":[-0.193478,51.387856]},"properties":{"@type":"node","@id":5086633684,"@timestamp":1504805315},"coords":"51.387856,-0.193478","bedrooms":"0","price":"198000","area":"671"} , +{"type":"Feature","id":"n5086633694","geometry":{"type":"Point","coordinates":[-0.1909433,51.389503]},"properties":{"@type":"node","@id":5086633694,"@timestamp":1504805315},"coords":"51.389503,-0.1909433","bedrooms":"1","price":"215000","area":"602"} , +{"type":"Feature","id":"n5086633704","geometry":{"type":"Point","coordinates":[-0.1920602,51.3856901]},"properties":{"@type":"node","@id":5086633704,"@timestamp":1504805316},"coords":"51.3856901,-0.1920602","bedrooms":"1","price":"221000","area":"425"} , +{"type":"Feature","id":"n5086633714","geometry":{"type":"Point","coordinates":[-0.1909074,51.3862503]},"properties":{"@type":"node","@id":5086633714,"@timestamp":1504805316},"coords":"51.3862503,-0.1909074","bedrooms":"3","price":"247000","area":"534"} , +{"type":"Feature","id":"n5086634024","geometry":{"type":"Point","coordinates":[-0.1899985,51.3860773]},"properties":{"@type":"node","@id":5086634024,"@timestamp":1504805317},"coords":"51.3860773,-0.1899985","bedrooms":"2","price":"179000","area":"462"} , +{"type":"Feature","id":"n5086640065","geometry":{"type":"Point","coordinates":[-0.1913265,51.3870329]},"properties":{"@type":"node","@id":5086640065,"@timestamp":1504805481},"coords":"51.3870329,-0.1913265","bedrooms":"0","price":"160000","area":"595"} , +{"type":"Feature","id":"n5086670831","geometry":{"type":"Point","coordinates":[-0.1899919,51.3876931]},"properties":{"@type":"node","@id":5086670831,"@timestamp":1504806221},"coords":"51.3876931,-0.1899919","bedrooms":"0","price":"171000","area":"499"} , +{"type":"Feature","id":"n5086670841","geometry":{"type":"Point","coordinates":[-0.1907422,51.388338]},"properties":{"@type":"node","@id":5086670841,"@timestamp":1504806221},"coords":"51.388338,-0.1907422","bedrooms":"4","price":"221000","area":"480"} , +{"type":"Feature","id":"n5086670859","geometry":{"type":"Point","coordinates":[-0.1891517,51.3891952]},"properties":{"@type":"node","@id":5086670859,"@timestamp":1504806222},"coords":"51.3891952,-0.1891517","bedrooms":"3","price":"157000","area":"622"} , +{"type":"Feature","id":"n5086670869","geometry":{"type":"Point","coordinates":[-0.1890536,51.3900229]},"properties":{"@type":"node","@id":5086670869,"@timestamp":1504806223},"coords":"51.3900229,-0.1890536","bedrooms":"0","price":"168000","area":"420"} , +{"type":"Feature","id":"n5086670879","geometry":{"type":"Point","coordinates":[-0.189249,51.3906268]},"properties":{"@type":"node","@id":5086670879,"@timestamp":1504806223},"coords":"51.3906268,-0.189249","bedrooms":"2","price":"256000","area":"506"} , +{"type":"Feature","id":"n5086670889","geometry":{"type":"Point","coordinates":[-0.1891206,51.3909692]},"properties":{"@type":"node","@id":5086670889,"@timestamp":1504806224},"coords":"51.3909692,-0.1891206","bedrooms":"4","price":"204000","area":"437"} , +{"type":"Feature","id":"n5086681441","geometry":{"type":"Point","coordinates":[-0.1907921,51.3904696]},"properties":{"@type":"node","@id":5086681441,"@timestamp":1504806668},"coords":"51.3904696,-0.1907921","bedrooms":"0","price":"284000","area":"509"} , +{"type":"Feature","id":"n5086681451","geometry":{"type":"Point","coordinates":[-0.1881085,51.3932226]},"properties":{"@type":"node","@id":5086681451,"@timestamp":1504806668},"coords":"51.3932226,-0.1881085","bedrooms":"0","price":"152000","area":"391"} , +{"type":"Feature","id":"n5086681461","geometry":{"type":"Point","coordinates":[-0.1864479,51.39438]},"properties":{"@type":"node","@id":5086681461,"@timestamp":1504806669},"coords":"51.39438,-0.1864479","bedrooms":"3","price":"297000","area":"355"} , +{"type":"Feature","id":"n5086704129","geometry":{"type":"Point","coordinates":[-0.7802986,51.2278214]},"properties":{"@type":"node","@id":5086704129,"@timestamp":1504807210},"coords":"51.2278214,-0.7802986","bedrooms":"4","price":"186000","area":"414"} , +{"type":"Feature","id":"n5086723067","geometry":{"type":"Point","coordinates":[-0.1827941,51.3858575]},"properties":{"@type":"node","@id":5086723067,"@timestamp":1504807828},"coords":"51.3858575,-0.1827941","bedrooms":"1","price":"230000","area":"377"} , +{"type":"Feature","id":"n5086723077","geometry":{"type":"Point","coordinates":[-0.183757,51.384895]},"properties":{"@type":"node","@id":5086723077,"@timestamp":1504807828},"coords":"51.384895,-0.183757","bedrooms":"0","price":"288000","area":"502"} , +{"type":"Feature","id":"n5086723766","geometry":{"type":"Point","coordinates":[-0.1827282,51.3862946]},"properties":{"@type":"node","@id":5086723766,"@timestamp":1504807830},"coords":"51.3862946,-0.1827282","bedrooms":"1","price":"160000","area":"433"} , +{"type":"Feature","id":"n5086745129","geometry":{"type":"Point","coordinates":[-0.1865974,51.3848354]},"properties":{"@type":"node","@id":5086745129,"@timestamp":1504808541},"coords":"51.3848354,-0.1865974","bedrooms":"3","price":"245000","area":"635"} , +{"type":"Feature","id":"n5086745226","geometry":{"type":"Point","coordinates":[-0.1848489,51.3846806]},"properties":{"@type":"node","@id":5086745226,"@timestamp":1504808543},"coords":"51.3846806,-0.1848489","bedrooms":"3","price":"239000","area":"454"} , +{"type":"Feature","id":"n5086769863","geometry":{"type":"Point","coordinates":[-0.1875476,51.384589]},"properties":{"@type":"node","@id":5086769863,"@timestamp":1504809119},"coords":"51.384589,-0.1875476","bedrooms":"2","price":"184000","area":"453"} , +{"type":"Feature","id":"n5086777088","geometry":{"type":"Point","coordinates":[-0.1862814,51.3840775]},"properties":{"@type":"node","@id":5086777088,"@timestamp":1504809395},"coords":"51.3840775,-0.1862814","bedrooms":"3","price":"202000","area":"688"} , +{"type":"Feature","id":"n5086795014","geometry":{"type":"Point","coordinates":[-0.1853948,51.3858813]},"properties":{"@type":"node","@id":5086795014,"@timestamp":1504809866},"coords":"51.3858813,-0.1853948","bedrooms":"2","price":"193000","area":"455"} , +{"type":"Feature","id":"n5087519087","geometry":{"type":"Point","coordinates":[-0.0927525,51.5132072]},"properties":{"@type":"node","@id":5087519087,"@timestamp":1504835109},"coords":"51.5132072,-0.0927525","bedrooms":"3","price":"211000","area":"654"} , +{"type":"Feature","id":"n5087902964","geometry":{"type":"Point","coordinates":[-0.186539,51.3834328]},"properties":{"@type":"node","@id":5087902964,"@timestamp":1504854900},"coords":"51.3834328,-0.186539","bedrooms":"4","price":"156000","area":"508"} , +{"type":"Feature","id":"n5087903347","geometry":{"type":"Point","coordinates":[-0.1877209,51.3833567]},"properties":{"@type":"node","@id":5087903347,"@timestamp":1504854902},"coords":"51.3833567,-0.1877209","bedrooms":"1","price":"249000","area":"542"} , +{"type":"Feature","id":"n5087949243","geometry":{"type":"Point","coordinates":[-0.1175273,51.4672251]},"properties":{"@type":"node","@id":5087949243,"@timestamp":1619138490},"coords":"51.4672251,-0.1175273","bedrooms":"1","price":"239000","area":"643"} , +{"type":"Feature","id":"n5088539042","geometry":{"type":"Point","coordinates":[-0.1828783,51.3891639]},"properties":{"@type":"node","@id":5088539042,"@timestamp":1504872686},"coords":"51.3891639,-0.1828783","bedrooms":"3","price":"225000","area":"644"} , +{"type":"Feature","id":"n5088882021","geometry":{"type":"Point","coordinates":[-0.1808816,51.3899765]},"properties":{"@type":"node","@id":5088882021,"@timestamp":1504881172},"coords":"51.3899765,-0.1808816","bedrooms":"1","price":"259000","area":"407"} , +{"type":"Feature","id":"n5089315716","geometry":{"type":"Point","coordinates":[-0.0912419,51.5040185]},"properties":{"@type":"node","@id":5089315716,"@timestamp":1504890254},"coords":"51.5040185,-0.0912419","bedrooms":"2","price":"280000","area":"577"} , +{"type":"Feature","id":"n5089404203","geometry":{"type":"Point","coordinates":[-0.1124275,51.4780682]},"properties":{"@type":"node","@id":5089404203,"@timestamp":1504891622},"coords":"51.4780682,-0.1124275","bedrooms":"4","price":"293000","area":"642"} , +{"type":"Feature","id":"n5089903583","geometry":{"type":"Point","coordinates":[0.460431,51.5256984]},"properties":{"@type":"node","@id":5089903583,"@timestamp":1504901145},"coords":"51.5256984,0.460431","bedrooms":"1","price":"181000","area":"503"} , +{"type":"Feature","id":"n5090420933","geometry":{"type":"Point","coordinates":[-0.0918158,51.5132206]},"properties":{"@type":"node","@id":5090420933,"@timestamp":1504910136},"coords":"51.5132206,-0.0918158","bedrooms":"0","price":"282000","area":"685"} , +{"type":"Feature","id":"n5090420983","geometry":{"type":"Point","coordinates":[-0.0930787,51.5131965]},"properties":{"@type":"node","@id":5090420983,"@timestamp":1504910137},"coords":"51.5131965,-0.0930787","bedrooms":"2","price":"202000","area":"421"} , +{"type":"Feature","id":"n5091207546","geometry":{"type":"Point","coordinates":[0.3830644,50.9965364]},"properties":{"@type":"node","@id":5091207546,"@timestamp":1504948066},"coords":"50.9965364,0.3830644","bedrooms":"0","price":"169000","area":"414"} , +{"type":"Feature","id":"n5091253148","geometry":{"type":"Point","coordinates":[-0.1837794,51.389494]},"properties":{"@type":"node","@id":5091253148,"@timestamp":1504949448},"coords":"51.389494,-0.1837794","bedrooms":"1","price":"181000","area":"697"} , +{"type":"Feature","id":"n5091253842","geometry":{"type":"Point","coordinates":[-0.1810175,51.390702]},"properties":{"@type":"node","@id":5091253842,"@timestamp":1504949450},"coords":"51.390702,-0.1810175","bedrooms":"2","price":"280000","area":"577"} , +{"type":"Feature","id":"n5091422384","geometry":{"type":"Point","coordinates":[0.440958,51.0090216]},"properties":{"@type":"node","@id":5091422384,"@timestamp":1504953482},"coords":"51.0090216,0.440958","bedrooms":"1","price":"239000","area":"687"} , +{"type":"Feature","id":"n5091802109","geometry":{"type":"Point","coordinates":[-0.837328,51.4025753]},"properties":{"@type":"node","@id":5091802109,"@timestamp":1504964329},"coords":"51.4025753,-0.837328","bedrooms":"3","price":"208000","area":"485"} , +{"type":"Feature","id":"n5092036555","geometry":{"type":"Point","coordinates":[-0.1816744,51.3939313]},"properties":{"@type":"node","@id":5092036555,"@timestamp":1504970127},"coords":"51.3939313,-0.1816744","bedrooms":"2","price":"274000","area":"513"} , +{"type":"Feature","id":"n5092041242","geometry":{"type":"Point","coordinates":[-0.1776658,51.3926722]},"properties":{"@type":"node","@id":5092041242,"@timestamp":1504970414},"coords":"51.3926722,-0.1776658","bedrooms":"1","price":"250000","area":"613"} , +{"type":"Feature","id":"n5092066628","geometry":{"type":"Point","coordinates":[-0.183797,51.3918314]},"properties":{"@type":"node","@id":5092066628,"@timestamp":1504971362},"coords":"51.3918314,-0.183797","bedrooms":"1","price":"220000","area":"492"} , +{"type":"Feature","id":"n5092080781","geometry":{"type":"Point","coordinates":[0.4406429,51.3307003]},"properties":{"@type":"node","@id":5092080781,"@timestamp":1543946350},"coords":"51.3307003,0.4406429","bedrooms":"0","price":"266000","area":"505"} , +{"type":"Feature","id":"n5092080791","geometry":{"type":"Point","coordinates":[0.4430113,51.3308865]},"properties":{"@type":"node","@id":5092080791,"@timestamp":1629996940},"coords":"51.3308865,0.4430113","bedrooms":"0","price":"195000","area":"694"} , +{"type":"Feature","id":"n5092080801","geometry":{"type":"Point","coordinates":[0.4091888,51.2946192]},"properties":{"@type":"node","@id":5092080801,"@timestamp":1543946354},"coords":"51.2946192,0.4091888","bedrooms":"2","price":"197000","area":"562"} , +{"type":"Feature","id":"n5092105075","geometry":{"type":"Point","coordinates":[-0.1913766,51.3924353]},"properties":{"@type":"node","@id":5092105075,"@timestamp":1504972444},"coords":"51.3924353,-0.1913766","bedrooms":"1","price":"162000","area":"440"} , +{"type":"Feature","id":"n5092105147","geometry":{"type":"Point","coordinates":[-0.1884884,51.3923246]},"properties":{"@type":"node","@id":5092105147,"@timestamp":1504972445},"coords":"51.3923246,-0.1884884","bedrooms":"1","price":"239000","area":"661"} , +{"type":"Feature","id":"n5092178004","geometry":{"type":"Point","coordinates":[-0.1909406,51.3929428]},"properties":{"@type":"node","@id":5092178004,"@timestamp":1504974475},"coords":"51.3929428,-0.1909406","bedrooms":"4","price":"198000","area":"531"} , +{"type":"Feature","id":"n5092178703","geometry":{"type":"Point","coordinates":[-0.1898695,51.3933479]},"properties":{"@type":"node","@id":5092178703,"@timestamp":1504974477},"coords":"51.3933479,-0.1898695","bedrooms":"1","price":"233000","area":"681"} , +{"type":"Feature","id":"n5092196216","geometry":{"type":"Point","coordinates":[-0.1891441,51.3935737]},"properties":{"@type":"node","@id":5092196216,"@timestamp":1504975039},"coords":"51.3935737,-0.1891441","bedrooms":"1","price":"228000","area":"655"} , +{"type":"Feature","id":"n5092256154","geometry":{"type":"Point","coordinates":[-0.1881427,51.3944667]},"properties":{"@type":"node","@id":5092256154,"@timestamp":1504976434},"coords":"51.3944667,-0.1881427","bedrooms":"4","price":"196000","area":"659"} , +{"type":"Feature","id":"n5092256214","geometry":{"type":"Point","coordinates":[-0.189,51.3944836]},"properties":{"@type":"node","@id":5092256214,"@timestamp":1504976436},"coords":"51.3944836,-0.189","bedrooms":"3","price":"289000","area":"452"} , +{"type":"Feature","id":"n5092301773","geometry":{"type":"Point","coordinates":[-0.1892833,51.3950689]},"properties":{"@type":"node","@id":5092301773,"@timestamp":1504977830},"coords":"51.3950689,-0.1892833","bedrooms":"0","price":"274000","area":"624"} , +{"type":"Feature","id":"n5092302469","geometry":{"type":"Point","coordinates":[-0.1918153,51.3957059]},"properties":{"@type":"node","@id":5092302469,"@timestamp":1504977832},"coords":"51.3957059,-0.1918153","bedrooms":"1","price":"282000","area":"489"} , +{"type":"Feature","id":"n5092302672","geometry":{"type":"Point","coordinates":[-0.1898811,51.3967486]},"properties":{"@type":"node","@id":5092302672,"@timestamp":1504977834},"coords":"51.3967486,-0.1898811","bedrooms":"3","price":"262000","area":"385"} , +{"type":"Feature","id":"n5092312973","geometry":{"type":"Point","coordinates":[-0.1883914,51.3964526]},"properties":{"@type":"node","@id":5092312973,"@timestamp":1504978218},"coords":"51.3964526,-0.1883914","bedrooms":"1","price":"192000","area":"542"} , +{"type":"Feature","id":"n5092418288","geometry":{"type":"Point","coordinates":[-0.1880772,51.3970369]},"properties":{"@type":"node","@id":5092418288,"@timestamp":1504980167},"coords":"51.3970369,-0.1880772","bedrooms":"3","price":"261000","area":"678"} , +{"type":"Feature","id":"n5092494036","geometry":{"type":"Point","coordinates":[-0.1916186,51.3908442]},"properties":{"@type":"node","@id":5092494036,"@timestamp":1504981943},"coords":"51.3908442,-0.1916186","bedrooms":"1","price":"263000","area":"453"} , +{"type":"Feature","id":"n5092494139","geometry":{"type":"Point","coordinates":[-0.1928664,51.3927738]},"properties":{"@type":"node","@id":5092494139,"@timestamp":1504981945},"coords":"51.3927738,-0.1928664","bedrooms":"3","price":"276000","area":"493"} , +{"type":"Feature","id":"n5092494243","geometry":{"type":"Point","coordinates":[-0.1949859,51.3943302]},"properties":{"@type":"node","@id":5092494243,"@timestamp":1504981947},"coords":"51.3943302,-0.1949859","bedrooms":"4","price":"226000","area":"462"} , +{"type":"Feature","id":"n5092533034","geometry":{"type":"Point","coordinates":[-0.1967272,51.3937603]},"properties":{"@type":"node","@id":5092533034,"@timestamp":1504983053},"coords":"51.3937603,-0.1967272","bedrooms":"0","price":"224000","area":"357"} , +{"type":"Feature","id":"n5092543700","geometry":{"type":"Point","coordinates":[-0.1919287,51.3902604]},"properties":{"@type":"node","@id":5092543700,"@timestamp":1504983625},"coords":"51.3902604,-0.1919287","bedrooms":"3","price":"212000","area":"517"} , +{"type":"Feature","id":"n5092577940","geometry":{"type":"Point","coordinates":[-0.1862712,51.3920165]},"properties":{"@type":"node","@id":5092577940,"@timestamp":1504984634},"coords":"51.3920165,-0.1862712","bedrooms":"0","price":"239000","area":"405"} , +{"type":"Feature","id":"n5092577962","geometry":{"type":"Point","coordinates":[-0.1874079,51.392475]},"properties":{"@type":"node","@id":5092577962,"@timestamp":1504984635},"coords":"51.392475,-0.1874079","bedrooms":"3","price":"268000","area":"613"} , +{"type":"Feature","id":"n5092580837","geometry":{"type":"Point","coordinates":[-0.1864755,51.3923893]},"properties":{"@type":"node","@id":5092580837,"@timestamp":1504984636},"coords":"51.3923893,-0.1864755","bedrooms":"1","price":"254000","area":"542"} , +{"type":"Feature","id":"n5092687236","geometry":{"type":"Point","coordinates":[-0.193002,51.3942823]},"properties":{"@type":"node","@id":5092687236,"@timestamp":1504986181},"coords":"51.3942823,-0.193002","bedrooms":"2","price":"197000","area":"683"} , +{"type":"Feature","id":"n5092763007","geometry":{"type":"Point","coordinates":[-0.1935092,51.3941836]},"properties":{"@type":"node","@id":5092763007,"@timestamp":1504987163},"coords":"51.3941836,-0.1935092","bedrooms":"2","price":"275000","area":"698"} , +{"type":"Feature","id":"n5092782340","geometry":{"type":"Point","coordinates":[-0.2022389,51.3216712]},"properties":{"@type":"node","@id":5092782340,"@timestamp":1504987676},"coords":"51.3216712,-0.2022389","bedrooms":"4","price":"266000","area":"395"} , +{"type":"Feature","id":"n5094257371","geometry":{"type":"Point","coordinates":[0.2624247,51.1310959]},"properties":{"@type":"node","@id":5094257371,"@timestamp":1505035432},"coords":"51.1310959,0.2624247","bedrooms":"2","price":"196000","area":"393"} , +{"type":"Feature","id":"n5094307032","geometry":{"type":"Point","coordinates":[-0.1929939,51.3897258]},"properties":{"@type":"node","@id":5094307032,"@timestamp":1505036137},"coords":"51.3897258,-0.1929939","bedrooms":"1","price":"220000","area":"447"} , +{"type":"Feature","id":"n5094323793","geometry":{"type":"Point","coordinates":[-0.1934245,51.3897209]},"properties":{"@type":"node","@id":5094323793,"@timestamp":1505036514},"coords":"51.3897209,-0.1934245","bedrooms":"4","price":"202000","area":"358"} , +{"type":"Feature","id":"n5094324802","geometry":{"type":"Point","coordinates":[-0.194849,51.3896311]},"properties":{"@type":"node","@id":5094324802,"@timestamp":1505036813},"coords":"51.3896311,-0.194849","bedrooms":"4","price":"223000","area":"507"} , +{"type":"Feature","id":"n5094342751","geometry":{"type":"Point","coordinates":[-0.1952146,51.3889989]},"properties":{"@type":"node","@id":5094342751,"@timestamp":1505036960},"coords":"51.3889989,-0.1952146","bedrooms":"1","price":"290000","area":"684"} , +{"type":"Feature","id":"n5094364597","geometry":{"type":"Point","coordinates":[-0.1931937,51.388672]},"properties":{"@type":"node","@id":5094364597,"@timestamp":1505037334},"coords":"51.388672,-0.1931937","bedrooms":"3","price":"292000","area":"517"} , +{"type":"Feature","id":"n5094394498","geometry":{"type":"Point","coordinates":[-0.1939062,51.3881507]},"properties":{"@type":"node","@id":5094394498,"@timestamp":1505037910},"coords":"51.3881507,-0.1939062","bedrooms":"0","price":"184000","area":"679"} , +{"type":"Feature","id":"n5094405018","geometry":{"type":"Point","coordinates":[0.2724113,51.1338496]},"properties":{"@type":"node","@id":5094405018,"@timestamp":1505038161},"coords":"51.1338496,0.2724113","bedrooms":"0","price":"218000","area":"679"} , +{"type":"Feature","id":"n5094423649","geometry":{"type":"Point","coordinates":[-0.1835488,51.3927526]},"properties":{"@type":"node","@id":5094423649,"@timestamp":1505038453},"coords":"51.3927526,-0.1835488","bedrooms":"1","price":"214000","area":"556"} , +{"type":"Feature","id":"n5094466591","geometry":{"type":"Point","coordinates":[-0.1835322,51.3920821]},"properties":{"@type":"node","@id":5094466591,"@timestamp":1505039305},"coords":"51.3920821,-0.1835322","bedrooms":"3","price":"175000","area":"525"} , +{"type":"Feature","id":"n5094501822","geometry":{"type":"Point","coordinates":[-0.1828949,51.3933928]},"properties":{"@type":"node","@id":5094501822,"@timestamp":1505039910},"coords":"51.3933928,-0.1828949","bedrooms":"2","price":"259000","area":"401"} , +{"type":"Feature","id":"n5094518610","geometry":{"type":"Point","coordinates":[-0.1845714,51.392843]},"properties":{"@type":"node","@id":5094518610,"@timestamp":1505040450},"coords":"51.392843,-0.1845714","bedrooms":"1","price":"266000","area":"425"} , +{"type":"Feature","id":"n5094593341","geometry":{"type":"Point","coordinates":[-0.1128587,51.5069752]},"properties":{"@type":"node","@id":5094593341,"@timestamp":1505042229},"coords":"51.5069752,-0.1128587","bedrooms":"4","price":"214000","area":"381"} , +{"type":"Feature","id":"n5094597919","geometry":{"type":"Point","coordinates":[-0.1857621,51.3936338]},"properties":{"@type":"node","@id":5094597919,"@timestamp":1505042328},"coords":"51.3936338,-0.1857621","bedrooms":"2","price":"160000","area":"519"} , +{"type":"Feature","id":"n5094612149","geometry":{"type":"Point","coordinates":[-0.2293115,51.358225]},"properties":{"@type":"node","@id":5094612149,"@timestamp":1505042965},"coords":"51.358225,-0.2293115","bedrooms":"1","price":"240000","area":"671"} , +{"type":"Feature","id":"n5094617069","geometry":{"type":"Point","coordinates":[-0.1833522,51.3941964]},"properties":{"@type":"node","@id":5094617069,"@timestamp":1505043265},"coords":"51.3941964,-0.1833522","bedrooms":"2","price":"183000","area":"417"} , +{"type":"Feature","id":"n5094723051","geometry":{"type":"Point","coordinates":[-0.1775594,51.3757925]},"properties":{"@type":"node","@id":5094723051,"@timestamp":1542754154},"coords":"51.3757925,-0.1775594","bedrooms":"0","price":"163000","area":"435"} , +{"type":"Feature","id":"n5094996279","geometry":{"type":"Point","coordinates":[-0.1546695,51.4656596]},"properties":{"@type":"node","@id":5094996279,"@timestamp":1505052816},"coords":"51.4656596,-0.1546695","bedrooms":"4","price":"151000","area":"695"} , +{"type":"Feature","id":"n5095055137","geometry":{"type":"Point","coordinates":[-0.2171007,51.3565884]},"properties":{"@type":"node","@id":5095055137,"@timestamp":1505054327},"coords":"51.3565884,-0.2171007","bedrooms":"4","price":"182000","area":"404"} , +{"type":"Feature","id":"n5095055150","geometry":{"type":"Point","coordinates":[-0.2119961,51.3552608]},"properties":{"@type":"node","@id":5095055150,"@timestamp":1505054328},"coords":"51.3552608,-0.2119961","bedrooms":"2","price":"243000","area":"677"} , +{"type":"Feature","id":"n5095410708","geometry":{"type":"Point","coordinates":[-1.0044021,51.4582744]},"properties":{"@type":"node","@id":5095410708,"@timestamp":1505062195},"coords":"51.4582744,-1.0044021","bedrooms":"1","price":"278000","area":"545"} , +{"type":"Feature","id":"n5095547146","geometry":{"type":"Point","coordinates":[-0.088478,51.5114565]},"properties":{"@type":"node","@id":5095547146,"@timestamp":1505065253},"coords":"51.5114565,-0.088478","bedrooms":"4","price":"176000","area":"418"} , +{"type":"Feature","id":"n5095547322","geometry":{"type":"Point","coordinates":[-0.088179,51.5126779]},"properties":{"@type":"node","@id":5095547322,"@timestamp":1505065254},"coords":"51.5126779,-0.088179","bedrooms":"1","price":"278000","area":"607"} , +{"type":"Feature","id":"n5095614290","geometry":{"type":"Point","coordinates":[-0.1840941,51.3945049]},"properties":{"@type":"node","@id":5095614290,"@timestamp":1505066544},"coords":"51.3945049,-0.1840941","bedrooms":"4","price":"260000","area":"387"} , +{"type":"Feature","id":"n5095619650","geometry":{"type":"Point","coordinates":[-0.1243664,51.4703192]},"properties":{"@type":"node","@id":5095619650,"@timestamp":1515942701},"coords":"51.4703192,-0.1243664","bedrooms":"3","price":"281000","area":"682"} , +{"type":"Feature","id":"n5095635282","geometry":{"type":"Point","coordinates":[-0.1831171,51.3949679]},"properties":{"@type":"node","@id":5095635282,"@timestamp":1505067114},"coords":"51.3949679,-0.1831171","bedrooms":"0","price":"156000","area":"394"} , +{"type":"Feature","id":"n5095684144","geometry":{"type":"Point","coordinates":[-0.1853342,51.3959066]},"properties":{"@type":"node","@id":5095684144,"@timestamp":1505068008},"coords":"51.3959066,-0.1853342","bedrooms":"4","price":"175000","area":"384"} , +{"type":"Feature","id":"n5095728746","geometry":{"type":"Point","coordinates":[-0.1848855,51.395313]},"properties":{"@type":"node","@id":5095728746,"@timestamp":1505068684},"coords":"51.395313,-0.1848855","bedrooms":"0","price":"184000","area":"389"} , +{"type":"Feature","id":"n5095747710","geometry":{"type":"Point","coordinates":[-0.1835413,51.3957592]},"properties":{"@type":"node","@id":5095747710,"@timestamp":1505069042},"coords":"51.3957592,-0.1835413","bedrooms":"1","price":"168000","area":"387"} , +{"type":"Feature","id":"n5095820403","geometry":{"type":"Point","coordinates":[-0.1838679,51.3969004]},"properties":{"@type":"node","@id":5095820403,"@timestamp":1505070518},"coords":"51.3969004,-0.1838679","bedrooms":"0","price":"163000","area":"591"} , +{"type":"Feature","id":"n5095888802","geometry":{"type":"Point","coordinates":[-0.1848794,51.3966586]},"properties":{"@type":"node","@id":5095888802,"@timestamp":1505071725},"coords":"51.3966586,-0.1848794","bedrooms":"2","price":"201000","area":"463"} , +{"type":"Feature","id":"n5096003077","geometry":{"type":"Point","coordinates":[-0.1513725,51.5403023]},"properties":{"@type":"node","@id":5096003077,"@timestamp":1620341682},"coords":"51.5403023,-0.1513725","bedrooms":"4","price":"297000","area":"622"} , +{"type":"Feature","id":"n5096021937","geometry":{"type":"Point","coordinates":[-0.1854467,51.3974219]},"properties":{"@type":"node","@id":5096021937,"@timestamp":1505074747},"coords":"51.3974219,-0.1854467","bedrooms":"2","price":"200000","area":"542"} , +{"type":"Feature","id":"n5096021973","geometry":{"type":"Point","coordinates":[-0.1855967,51.3984833]},"properties":{"@type":"node","@id":5096021973,"@timestamp":1505074748},"coords":"51.3984833,-0.1855967","bedrooms":"1","price":"194000","area":"562"} , +{"type":"Feature","id":"n5096064969","geometry":{"type":"Point","coordinates":[-0.1833086,51.3973438]},"properties":{"@type":"node","@id":5096064969,"@timestamp":1505075676},"coords":"51.3973438,-0.1833086","bedrooms":"1","price":"151000","area":"387"} , +{"type":"Feature","id":"n5096095088","geometry":{"type":"Point","coordinates":[-0.1520692,51.5394765]},"properties":{"@type":"node","@id":5096095088,"@timestamp":1505076273},"coords":"51.5394765,-0.1520692","bedrooms":"2","price":"260000","area":"490"} , +{"type":"Feature","id":"n5096135467","geometry":{"type":"Point","coordinates":[-0.1888021,51.3977761]},"properties":{"@type":"node","@id":5096135467,"@timestamp":1505076965},"coords":"51.3977761,-0.1888021","bedrooms":"1","price":"214000","area":"669"} , +{"type":"Feature","id":"n5096135477","geometry":{"type":"Point","coordinates":[-0.1883248,51.3979682]},"properties":{"@type":"node","@id":5096135477,"@timestamp":1505076966},"coords":"51.3979682,-0.1883248","bedrooms":"3","price":"180000","area":"579"} , +{"type":"Feature","id":"n5096270672","geometry":{"type":"Point","coordinates":[-0.0892827,51.5114702]},"properties":{"@type":"node","@id":5096270672,"@timestamp":1505079230},"coords":"51.5114702,-0.0892827","bedrooms":"1","price":"230000","area":"636"} , +{"type":"Feature","id":"n5096313562","geometry":{"type":"Point","coordinates":[-0.6432205,51.7295002]},"properties":{"@type":"node","@id":5096313562,"@timestamp":1505080194},"coords":"51.7295002,-0.6432205","bedrooms":"0","price":"209000","area":"360"} , +{"type":"Feature","id":"n5096699819","geometry":{"type":"Point","coordinates":[-0.1690689,51.3130469]},"properties":{"@type":"node","@id":5096699819,"@timestamp":1620019432},"coords":"51.3130469,-0.1690689","bedrooms":"2","price":"233000","area":"600"} , +{"type":"Feature","id":"n5097032635","geometry":{"type":"Point","coordinates":[-0.0205846,51.4566114]},"properties":{"@type":"node","@id":5097032635,"@timestamp":1505111051},"coords":"51.4566114,-0.0205846","bedrooms":"2","price":"184000","area":"384"} , +{"type":"Feature","id":"n5097198266","geometry":{"type":"Point","coordinates":[-0.1818152,51.3965888]},"properties":{"@type":"node","@id":5097198266,"@timestamp":1505115584},"coords":"51.3965888,-0.1818152","bedrooms":"4","price":"204000","area":"684"} , +{"type":"Feature","id":"n5097198698","geometry":{"type":"Point","coordinates":[-0.177564,51.395428]},"properties":{"@type":"node","@id":5097198698,"@timestamp":1505115590},"coords":"51.395428,-0.177564","bedrooms":"4","price":"221000","area":"406"} , +{"type":"Feature","id":"n5097213881","geometry":{"type":"Point","coordinates":[-0.1747089,51.3944816]},"properties":{"@type":"node","@id":5097213881,"@timestamp":1505115997},"coords":"51.3944816,-0.1747089","bedrooms":"4","price":"193000","area":"610"} , +{"type":"Feature","id":"n5097856103","geometry":{"type":"Point","coordinates":[-0.1817828,51.3961526]},"properties":{"@type":"node","@id":5097856103,"@timestamp":1505131487},"coords":"51.3961526,-0.1817828","bedrooms":"1","price":"265000","area":"527"} , +{"type":"Feature","id":"n5097900746","geometry":{"type":"Point","coordinates":[-0.182126,51.3956521]},"properties":{"@type":"node","@id":5097900746,"@timestamp":1505132627},"coords":"51.3956521,-0.182126","bedrooms":"4","price":"161000","area":"396"} , +{"type":"Feature","id":"n5098122924","geometry":{"type":"Point","coordinates":[-0.2044832,51.2356433]},"properties":{"@type":"node","@id":5098122924,"@timestamp":1610359380},"coords":"51.2356433,-0.2044832","bedrooms":"3","price":"162000","area":"428"} , +{"type":"Feature","id":"n5098373216","geometry":{"type":"Point","coordinates":[-0.1808298,51.3956366]},"properties":{"@type":"node","@id":5098373216,"@timestamp":1505145508},"coords":"51.3956366,-0.1808298","bedrooms":"2","price":"291000","area":"662"} , +{"type":"Feature","id":"n5098386313","geometry":{"type":"Point","coordinates":[-0.1802054,51.3950629]},"properties":{"@type":"node","@id":5098386313,"@timestamp":1505145945},"coords":"51.3950629,-0.1802054","bedrooms":"4","price":"201000","area":"626"} , +{"type":"Feature","id":"n5098421704","geometry":{"type":"Point","coordinates":[-0.179284,51.3939009]},"properties":{"@type":"node","@id":5098421704,"@timestamp":1505146797},"coords":"51.3939009,-0.179284","bedrooms":"0","price":"233000","area":"387"} , +{"type":"Feature","id":"n5098422121","geometry":{"type":"Point","coordinates":[-0.1797278,51.3951601]},"properties":{"@type":"node","@id":5098422121,"@timestamp":1505146800},"coords":"51.3951601,-0.1797278","bedrooms":"1","price":"267000","area":"362"} , +{"type":"Feature","id":"n5098803394","geometry":{"type":"Point","coordinates":[-0.1778457,51.3951702]},"properties":{"@type":"node","@id":5098803394,"@timestamp":1505155611},"coords":"51.3951702,-0.1778457","bedrooms":"4","price":"296000","area":"675"} , +{"type":"Feature","id":"n5098804581","geometry":{"type":"Point","coordinates":[-0.175032,51.3941751]},"properties":{"@type":"node","@id":5098804581,"@timestamp":1505155615},"coords":"51.3941751,-0.175032","bedrooms":"1","price":"195000","area":"679"} , +{"type":"Feature","id":"n5098842163","geometry":{"type":"Point","coordinates":[-0.1767431,51.3939654]},"properties":{"@type":"node","@id":5098842163,"@timestamp":1505156524},"coords":"51.3939654,-0.1767431","bedrooms":"0","price":"197000","area":"412"} , +{"type":"Feature","id":"n5098842556","geometry":{"type":"Point","coordinates":[-0.1783131,51.3948921]},"properties":{"@type":"node","@id":5098842556,"@timestamp":1505156525},"coords":"51.3948921,-0.1783131","bedrooms":"3","price":"264000","area":"494"} , +{"type":"Feature","id":"n5098887922","geometry":{"type":"Point","coordinates":[-0.1769745,51.3936116]},"properties":{"@type":"node","@id":5098887922,"@timestamp":1505157905},"coords":"51.3936116,-0.1769745","bedrooms":"0","price":"186000","area":"433"} , +{"type":"Feature","id":"n5098888041","geometry":{"type":"Point","coordinates":[-0.1785292,51.3940652]},"properties":{"@type":"node","@id":5098888041,"@timestamp":1505157907},"coords":"51.3940652,-0.1785292","bedrooms":"4","price":"224000","area":"366"} , +{"type":"Feature","id":"n5098965100","geometry":{"type":"Point","coordinates":[-0.2009145,51.3949337]},"properties":{"@type":"node","@id":5098965100,"@timestamp":1505160023},"coords":"51.3949337,-0.2009145","bedrooms":"2","price":"232000","area":"466"} , +{"type":"Feature","id":"n5098965288","geometry":{"type":"Point","coordinates":[-0.1988587,51.3936368]},"properties":{"@type":"node","@id":5098965288,"@timestamp":1505160026},"coords":"51.3936368,-0.1988587","bedrooms":"4","price":"261000","area":"636"} , +{"type":"Feature","id":"n5099195904","geometry":{"type":"Point","coordinates":[-0.5795959,51.7545448]},"properties":{"@type":"node","@id":5099195904,"@timestamp":1505165290},"coords":"51.7545448,-0.5795959","bedrooms":"3","price":"152000","area":"663"} , +{"type":"Feature","id":"n5099195914","geometry":{"type":"Point","coordinates":[-0.5799405,51.7544393]},"properties":{"@type":"node","@id":5099195914,"@timestamp":1505165290},"coords":"51.7544393,-0.5799405","bedrooms":"4","price":"278000","area":"419"} , +{"type":"Feature","id":"n5099687209","geometry":{"type":"Point","coordinates":[-0.0107404,51.461435]},"properties":{"@type":"node","@id":5099687209,"@timestamp":1624979993},"coords":"51.461435,-0.0107404","bedrooms":"4","price":"164000","area":"367"} , +{"type":"Feature","id":"n5100033816","geometry":{"type":"Point","coordinates":[-0.2009719,51.394406]},"properties":{"@type":"node","@id":5100033816,"@timestamp":1505201665},"coords":"51.394406,-0.2009719","bedrooms":"2","price":"274000","area":"523"} , +{"type":"Feature","id":"n5100063348","geometry":{"type":"Point","coordinates":[-0.2021346,51.3929994]},"properties":{"@type":"node","@id":5100063348,"@timestamp":1505202687},"coords":"51.3929994,-0.2021346","bedrooms":"1","price":"276000","area":"487"} , +{"type":"Feature","id":"n5100071657","geometry":{"type":"Point","coordinates":[-0.0955482,51.4882046]},"properties":{"@type":"node","@id":5100071657,"@timestamp":1505203045},"coords":"51.4882046,-0.0955482","bedrooms":"4","price":"280000","area":"681"} , +{"type":"Feature","id":"n5100406731","geometry":{"type":"Point","coordinates":[-0.3170297,51.4374517]},"properties":{"@type":"node","@id":5100406731,"@timestamp":1632776150},"coords":"51.4374517,-0.3170297","bedrooms":"2","price":"244000","area":"618"} , +{"type":"Feature","id":"n5100810587","geometry":{"type":"Point","coordinates":[-0.0108102,51.463297]},"properties":{"@type":"node","@id":5100810587,"@timestamp":1565283373},"coords":"51.463297,-0.0108102","bedrooms":"3","price":"240000","area":"453"} , +{"type":"Feature","id":"n5100824951","geometry":{"type":"Point","coordinates":[-0.1993744,51.3915668]},"properties":{"@type":"node","@id":5100824951,"@timestamp":1505223326},"coords":"51.3915668,-0.1993744","bedrooms":"1","price":"218000","area":"675"} , +{"type":"Feature","id":"n5100895613","geometry":{"type":"Point","coordinates":[-0.1997155,51.392928]},"properties":{"@type":"node","@id":5100895613,"@timestamp":1505225048},"coords":"51.392928,-0.1997155","bedrooms":"0","price":"214000","area":"386"} , +{"type":"Feature","id":"n5100974185","geometry":{"type":"Point","coordinates":[-0.1947111,51.3948247]},"properties":{"@type":"node","@id":5100974185,"@timestamp":1505226669},"coords":"51.3948247,-0.1947111","bedrooms":"3","price":"163000","area":"570"} , +{"type":"Feature","id":"n5100996170","geometry":{"type":"Point","coordinates":[-0.1918819,51.3965347]},"properties":{"@type":"node","@id":5100996170,"@timestamp":1505227314},"coords":"51.3965347,-0.1918819","bedrooms":"1","price":"153000","area":"395"} , +{"type":"Feature","id":"n5100996311","geometry":{"type":"Point","coordinates":[-0.1938316,51.3956081]},"properties":{"@type":"node","@id":5100996311,"@timestamp":1505227317},"coords":"51.3956081,-0.1938316","bedrooms":"2","price":"241000","area":"413"} , +{"type":"Feature","id":"n5101023046","geometry":{"type":"Point","coordinates":[-0.1941466,51.395797]},"properties":{"@type":"node","@id":5101023046,"@timestamp":1505227869},"coords":"51.395797,-0.1941466","bedrooms":"3","price":"218000","area":"376"} , +{"type":"Feature","id":"n5101047158","geometry":{"type":"Point","coordinates":[-0.193629,51.3961502]},"properties":{"@type":"node","@id":5101047158,"@timestamp":1505228239},"coords":"51.3961502,-0.193629","bedrooms":"4","price":"206000","area":"416"} , +{"type":"Feature","id":"n5101585969","geometry":{"type":"Point","coordinates":[-0.1190311,51.5283742]},"properties":{"@type":"node","@id":5101585969,"@timestamp":1505241311},"coords":"51.5283742,-0.1190311","bedrooms":"0","price":"227000","area":"586"} , +{"type":"Feature","id":"n5101674175","geometry":{"type":"Point","coordinates":[-0.1921483,51.4020619]},"properties":{"@type":"node","@id":5101674175,"@timestamp":1505243656},"coords":"51.4020619,-0.1921483","bedrooms":"3","price":"271000","area":"566"} , +{"type":"Feature","id":"n5101674185","geometry":{"type":"Point","coordinates":[-0.1914476,51.4029142]},"properties":{"@type":"node","@id":5101674185,"@timestamp":1505243657},"coords":"51.4029142,-0.1914476","bedrooms":"2","price":"208000","area":"384"} , +{"type":"Feature","id":"n5101674195","geometry":{"type":"Point","coordinates":[-0.1921129,51.4010341]},"properties":{"@type":"node","@id":5101674195,"@timestamp":1505243657},"coords":"51.4010341,-0.1921129","bedrooms":"4","price":"249000","area":"389"} , +{"type":"Feature","id":"n5101674205","geometry":{"type":"Point","coordinates":[-0.1928817,51.4000942]},"properties":{"@type":"node","@id":5101674205,"@timestamp":1505243658},"coords":"51.4000942,-0.1928817","bedrooms":"3","price":"157000","area":"630"} , +{"type":"Feature","id":"n5101674215","geometry":{"type":"Point","coordinates":[-0.194236,51.3999354]},"properties":{"@type":"node","@id":5101674215,"@timestamp":1505243658},"coords":"51.3999354,-0.194236","bedrooms":"3","price":"240000","area":"377"} , +{"type":"Feature","id":"n5101674825","geometry":{"type":"Point","coordinates":[-0.1947865,51.3992009]},"properties":{"@type":"node","@id":5101674825,"@timestamp":1505243658},"coords":"51.3992009,-0.1947865","bedrooms":"2","price":"277000","area":"483"} , +{"type":"Feature","id":"n5101674835","geometry":{"type":"Point","coordinates":[-0.1936517,51.3984725]},"properties":{"@type":"node","@id":5101674835,"@timestamp":1505243659},"coords":"51.3984725,-0.1936517","bedrooms":"2","price":"191000","area":"556"} , +{"type":"Feature","id":"n5101674845","geometry":{"type":"Point","coordinates":[-0.1925379,51.3983225]},"properties":{"@type":"node","@id":5101674845,"@timestamp":1505243659},"coords":"51.3983225,-0.1925379","bedrooms":"4","price":"245000","area":"621"} , +{"type":"Feature","id":"n5101695184","geometry":{"type":"Point","coordinates":[-0.192244,51.3985255]},"properties":{"@type":"node","@id":5101695184,"@timestamp":1505244310},"coords":"51.3985255,-0.192244","bedrooms":"2","price":"285000","area":"692"} , +{"type":"Feature","id":"n5101695208","geometry":{"type":"Point","coordinates":[-0.1923758,51.4000208]},"properties":{"@type":"node","@id":5101695208,"@timestamp":1505244310},"coords":"51.4000208,-0.1923758","bedrooms":"2","price":"256000","area":"675"} , +{"type":"Feature","id":"n5101695240","geometry":{"type":"Point","coordinates":[-0.1900072,51.3978534]},"properties":{"@type":"node","@id":5101695240,"@timestamp":1505244311},"coords":"51.3978534,-0.1900072","bedrooms":"2","price":"286000","area":"433"} , +{"type":"Feature","id":"n5101695250","geometry":{"type":"Point","coordinates":[-0.1933265,51.4001457]},"properties":{"@type":"node","@id":5101695250,"@timestamp":1505244312},"coords":"51.4001457,-0.1933265","bedrooms":"2","price":"230000","area":"531"} , +{"type":"Feature","id":"n5101711929","geometry":{"type":"Point","coordinates":[-0.1909033,51.3998117]},"properties":{"@type":"node","@id":5101711929,"@timestamp":1505244786},"coords":"51.3998117,-0.1909033","bedrooms":"0","price":"263000","area":"575"} , +{"type":"Feature","id":"n5101711939","geometry":{"type":"Point","coordinates":[-0.1906448,51.4008942]},"properties":{"@type":"node","@id":5101711939,"@timestamp":1505244787},"coords":"51.4008942,-0.1906448","bedrooms":"2","price":"279000","area":"367"} , +{"type":"Feature","id":"n5101711949","geometry":{"type":"Point","coordinates":[-0.1905402,51.3994283]},"properties":{"@type":"node","@id":5101711949,"@timestamp":1505244787},"coords":"51.3994283,-0.1905402","bedrooms":"0","price":"216000","area":"679"} , +{"type":"Feature","id":"n5101711959","geometry":{"type":"Point","coordinates":[-0.1895988,51.3988962]},"properties":{"@type":"node","@id":5101711959,"@timestamp":1505244788},"coords":"51.3988962,-0.1895988","bedrooms":"0","price":"236000","area":"674"} , +{"type":"Feature","id":"n5101768258","geometry":{"type":"Point","coordinates":[-0.1949432,51.397274]},"properties":{"@type":"node","@id":5101768258,"@timestamp":1505245984},"coords":"51.397274,-0.1949432","bedrooms":"4","price":"235000","area":"417"} , +{"type":"Feature","id":"n5101768268","geometry":{"type":"Point","coordinates":[-0.1935112,51.3971116]},"properties":{"@type":"node","@id":5101768268,"@timestamp":1505245985},"coords":"51.3971116,-0.1935112","bedrooms":"0","price":"251000","area":"599"} , +{"type":"Feature","id":"n5101768278","geometry":{"type":"Point","coordinates":[-0.1926996,51.396703]},"properties":{"@type":"node","@id":5101768278,"@timestamp":1505245985},"coords":"51.396703,-0.1926996","bedrooms":"3","price":"160000","area":"546"} , +{"type":"Feature","id":"n5101768299","geometry":{"type":"Point","coordinates":[-0.1908175,51.3970921]},"properties":{"@type":"node","@id":5101768299,"@timestamp":1505245986},"coords":"51.3970921,-0.1908175","bedrooms":"3","price":"295000","area":"448"} , +{"type":"Feature","id":"n5101768309","geometry":{"type":"Point","coordinates":[-0.188967,51.3993955]},"properties":{"@type":"node","@id":5101768309,"@timestamp":1505245986},"coords":"51.3993955,-0.188967","bedrooms":"3","price":"156000","area":"667"} , +{"type":"Feature","id":"n5101768626","geometry":{"type":"Point","coordinates":[-0.1896493,51.398392]},"properties":{"@type":"node","@id":5101768626,"@timestamp":1505245987},"coords":"51.398392,-0.1896493","bedrooms":"4","price":"174000","area":"533"} , +{"type":"Feature","id":"n5101768636","geometry":{"type":"Point","coordinates":[-0.190289,51.3975905]},"properties":{"@type":"node","@id":5101768636,"@timestamp":1505245987},"coords":"51.3975905,-0.190289","bedrooms":"2","price":"258000","area":"596"} , +{"type":"Feature","id":"n5101823760","geometry":{"type":"Point","coordinates":[-0.1974499,51.3887189]},"properties":{"@type":"node","@id":5101823760,"@timestamp":1505247096},"coords":"51.3887189,-0.1974499","bedrooms":"2","price":"238000","area":"653"} , +{"type":"Feature","id":"n5102087834","geometry":{"type":"Point","coordinates":[-0.5696273,51.2377424]},"properties":{"@type":"node","@id":5102087834,"@timestamp":1505254797},"coords":"51.2377424,-0.5696273","bedrooms":"0","price":"206000","area":"488"} , +{"type":"Feature","id":"n5102601840","geometry":{"type":"Point","coordinates":[-0.1992111,51.3881156]},"properties":{"@type":"node","@id":5102601840,"@timestamp":1505286663},"coords":"51.3881156,-0.1992111","bedrooms":"4","price":"213000","area":"558"} , +{"type":"Feature","id":"n5102620129","geometry":{"type":"Point","coordinates":[-0.115195,51.4652832]},"properties":{"@type":"node","@id":5102620129,"@timestamp":1505572009},"coords":"51.4652832,-0.115195","bedrooms":"1","price":"175000","area":"430"} , +{"type":"Feature","id":"n5102644910","geometry":{"type":"Point","coordinates":[-0.1953084,51.3873655]},"properties":{"@type":"node","@id":5102644910,"@timestamp":1505287895},"coords":"51.3873655,-0.1953084","bedrooms":"2","price":"280000","area":"391"} , +{"type":"Feature","id":"n5102649221","geometry":{"type":"Point","coordinates":[-0.1960577,51.3874817]},"properties":{"@type":"node","@id":5102649221,"@timestamp":1505288013},"coords":"51.3874817,-0.1960577","bedrooms":"2","price":"272000","area":"407"} , +{"type":"Feature","id":"n5102860457","geometry":{"type":"Point","coordinates":[-0.1221783,50.9949751]},"properties":{"@type":"node","@id":5102860457,"@timestamp":1619734232},"coords":"50.9949751,-0.1221783","bedrooms":"2","price":"296000","area":"430"} , +{"type":"Feature","id":"n5103151321","geometry":{"type":"Point","coordinates":[-0.1895363,51.5955296]},"properties":{"@type":"node","@id":5103151321,"@timestamp":1583171943},"coords":"51.5955296,-0.1895363","bedrooms":"3","price":"154000","area":"554"} , +{"type":"Feature","id":"n5103185784","geometry":{"type":"Point","coordinates":[-0.1974566,51.3879958]},"properties":{"@type":"node","@id":5103185784,"@timestamp":1505305204},"coords":"51.3879958,-0.1974566","bedrooms":"1","price":"181000","area":"511"} , +{"type":"Feature","id":"n5103200095","geometry":{"type":"Point","coordinates":[-0.1978571,51.3864927]},"properties":{"@type":"node","@id":5103200095,"@timestamp":1505305766},"coords":"51.3864927,-0.1978571","bedrooms":"2","price":"195000","area":"635"} , +{"type":"Feature","id":"n5103656151","geometry":{"type":"Point","coordinates":[-0.1995918,51.3869121]},"properties":{"@type":"node","@id":5103656151,"@timestamp":1505321850},"coords":"51.3869121,-0.1995918","bedrooms":"2","price":"286000","area":"563"} , +{"type":"Feature","id":"n5103686619","geometry":{"type":"Point","coordinates":[-0.198783,51.3864268]},"properties":{"@type":"node","@id":5103686619,"@timestamp":1505322217},"coords":"51.3864268,-0.198783","bedrooms":"4","price":"286000","area":"671"} , +{"type":"Feature","id":"n5103711795","geometry":{"type":"Point","coordinates":[-0.1999582,51.3849384]},"properties":{"@type":"node","@id":5103711795,"@timestamp":1505323068},"coords":"51.3849384,-0.1999582","bedrooms":"2","price":"156000","area":"505"} , +{"type":"Feature","id":"n5103711984","geometry":{"type":"Point","coordinates":[-0.1983737,51.3832077]},"properties":{"@type":"node","@id":5103711984,"@timestamp":1505323070},"coords":"51.3832077,-0.1983737","bedrooms":"1","price":"299000","area":"355"} , +{"type":"Feature","id":"n5103733985","geometry":{"type":"Point","coordinates":[-0.196482,51.3816471]},"properties":{"@type":"node","@id":5103733985,"@timestamp":1505323988},"coords":"51.3816471,-0.196482","bedrooms":"3","price":"175000","area":"434"} , +{"type":"Feature","id":"n5103784853","geometry":{"type":"Point","coordinates":[-0.1944507,51.3824018]},"properties":{"@type":"node","@id":5103784853,"@timestamp":1505325688},"coords":"51.3824018,-0.1944507","bedrooms":"0","price":"256000","area":"435"} , +{"type":"Feature","id":"n5103800475","geometry":{"type":"Point","coordinates":[-0.193805,51.3835461]},"properties":{"@type":"node","@id":5103800475,"@timestamp":1505326476},"coords":"51.3835461,-0.193805","bedrooms":"1","price":"292000","area":"366"} , +{"type":"Feature","id":"n5103800551","geometry":{"type":"Point","coordinates":[-0.196277,51.3861087]},"properties":{"@type":"node","@id":5103800551,"@timestamp":1505326477},"coords":"51.3861087,-0.196277","bedrooms":"1","price":"176000","area":"659"} , +{"type":"Feature","id":"n5103807989","geometry":{"type":"Point","coordinates":[-0.1943433,51.3829035]},"properties":{"@type":"node","@id":5103807989,"@timestamp":1505326727},"coords":"51.3829035,-0.1943433","bedrooms":"4","price":"200000","area":"645"} , +{"type":"Feature","id":"n5103832068","geometry":{"type":"Point","coordinates":[-0.198665,51.3850243]},"properties":{"@type":"node","@id":5103832068,"@timestamp":1505327572},"coords":"51.3850243,-0.198665","bedrooms":"3","price":"259000","area":"653"} , +{"type":"Feature","id":"n5103832898","geometry":{"type":"Point","coordinates":[-0.1972493,51.3857064]},"properties":{"@type":"node","@id":5103832898,"@timestamp":1505327574},"coords":"51.3857064,-0.1972493","bedrooms":"3","price":"158000","area":"467"} , +{"type":"Feature","id":"n5103880552","geometry":{"type":"Point","coordinates":[-0.1985031,51.3847806]},"properties":{"@type":"node","@id":5103880552,"@timestamp":1505329140},"coords":"51.3847806,-0.1985031","bedrooms":"0","price":"266000","area":"684"} , +{"type":"Feature","id":"n5104175078","geometry":{"type":"Point","coordinates":[-0.1967041,51.3844378]},"properties":{"@type":"node","@id":5104175078,"@timestamp":1505339650},"coords":"51.3844378,-0.1967041","bedrooms":"1","price":"293000","area":"527"} , +{"type":"Feature","id":"n5104175459","geometry":{"type":"Point","coordinates":[-0.1960316,51.383889]},"properties":{"@type":"node","@id":5104175459,"@timestamp":1505339652},"coords":"51.383889,-0.1960316","bedrooms":"3","price":"213000","area":"607"} , +{"type":"Feature","id":"n5104180296","geometry":{"type":"Point","coordinates":[-0.1962988,51.3855695]},"properties":{"@type":"node","@id":5104180296,"@timestamp":1505339825},"coords":"51.3855695,-0.1962988","bedrooms":"0","price":"280000","area":"694"} , +{"type":"Feature","id":"n5104244866","geometry":{"type":"Point","coordinates":[-0.2018427,51.3902286]},"properties":{"@type":"node","@id":5104244866,"@timestamp":1505342746},"coords":"51.3902286,-0.2018427","bedrooms":"2","price":"164000","area":"597"} , +{"type":"Feature","id":"n5104244892","geometry":{"type":"Point","coordinates":[-0.2021048,51.3903611]},"properties":{"@type":"node","@id":5104244892,"@timestamp":1505342747},"coords":"51.3903611,-0.2021048","bedrooms":"3","price":"153000","area":"588"} , +{"type":"Feature","id":"n5104314095","geometry":{"type":"Point","coordinates":[-0.0889689,51.5105579]},"properties":{"@type":"node","@id":5104314095,"@timestamp":1505347524},"coords":"51.5105579,-0.0889689","bedrooms":"1","price":"178000","area":"413"} , +{"type":"Feature","id":"n5104314301","geometry":{"type":"Point","coordinates":[-0.0886792,51.5105525]},"properties":{"@type":"node","@id":5104314301,"@timestamp":1505347524},"coords":"51.5105525,-0.0886792","bedrooms":"3","price":"215000","area":"573"} , +{"type":"Feature","id":"n5105349685","geometry":{"type":"Point","coordinates":[-0.1276536,51.5827783]},"properties":{"@type":"node","@id":5105349685,"@timestamp":1505396215},"coords":"51.5827783,-0.1276536","bedrooms":"4","price":"236000","area":"680"} , +{"type":"Feature","id":"n5105589941","geometry":{"type":"Point","coordinates":[-0.4122642,51.4427118]},"properties":{"@type":"node","@id":5105589941,"@timestamp":1575550147},"coords":"51.4427118,-0.4122642","bedrooms":"2","price":"287000","area":"682"} , +{"type":"Feature","id":"n5105610936","geometry":{"type":"Point","coordinates":[-1.0340033,51.4527183]},"properties":{"@type":"node","@id":5105610936,"@timestamp":1505404775},"coords":"51.4527183,-1.0340033","bedrooms":"3","price":"265000","area":"632"} , +{"type":"Feature","id":"n5105666870","geometry":{"type":"Point","coordinates":[-0.1966366,51.3992609]},"properties":{"@type":"node","@id":5105666870,"@timestamp":1505406050},"coords":"51.3992609,-0.1966366","bedrooms":"4","price":"244000","area":"479"} , +{"type":"Feature","id":"n5105672584","geometry":{"type":"Point","coordinates":[-1.0464286,51.4501374]},"properties":{"@type":"node","@id":5105672584,"@timestamp":1505406337},"coords":"51.4501374,-1.0464286","bedrooms":"4","price":"258000","area":"656"} , +{"type":"Feature","id":"n5105700856","geometry":{"type":"Point","coordinates":[-1.0535543,51.4466205]},"properties":{"@type":"node","@id":5105700856,"@timestamp":1505407308},"coords":"51.4466205,-1.0535543","bedrooms":"2","price":"202000","area":"367"} , +{"type":"Feature","id":"n5105802515","geometry":{"type":"Point","coordinates":[-0.1993615,51.3904576]},"properties":{"@type":"node","@id":5105802515,"@timestamp":1505410413},"coords":"51.3904576,-0.1993615","bedrooms":"2","price":"188000","area":"675"} , +{"type":"Feature","id":"n5105814501","geometry":{"type":"Point","coordinates":[-0.5137334,51.8907698]},"properties":{"@type":"node","@id":5105814501,"@timestamp":1565456452},"coords":"51.8907698,-0.5137334","bedrooms":"2","price":"218000","area":"635"} , +{"type":"Feature","id":"n5105822102","geometry":{"type":"Point","coordinates":[-0.2008902,51.3878087]},"properties":{"@type":"node","@id":5105822102,"@timestamp":1505411023},"coords":"51.3878087,-0.2008902","bedrooms":"1","price":"208000","area":"495"} , +{"type":"Feature","id":"n5105857976","geometry":{"type":"Point","coordinates":[-0.201576,51.3893107]},"properties":{"@type":"node","@id":5105857976,"@timestamp":1505412237},"coords":"51.3893107,-0.201576","bedrooms":"1","price":"241000","area":"514"} , +{"type":"Feature","id":"n5105897368","geometry":{"type":"Point","coordinates":[-0.2017047,51.3883455]},"properties":{"@type":"node","@id":5105897368,"@timestamp":1505413382},"coords":"51.3883455,-0.2017047","bedrooms":"0","price":"227000","area":"398"} , +{"type":"Feature","id":"n5105939474","geometry":{"type":"Point","coordinates":[-0.2025125,51.3886286]},"properties":{"@type":"node","@id":5105939474,"@timestamp":1505414561},"coords":"51.3886286,-0.2025125","bedrooms":"0","price":"182000","area":"542"} , +{"type":"Feature","id":"n5105943663","geometry":{"type":"Point","coordinates":[-0.2045186,51.389422]},"properties":{"@type":"node","@id":5105943663,"@timestamp":1505414563},"coords":"51.389422,-0.2045186","bedrooms":"4","price":"159000","area":"508"} , +{"type":"Feature","id":"n5105987406","geometry":{"type":"Point","coordinates":[-0.1961676,51.3848422]},"properties":{"@type":"node","@id":5105987406,"@timestamp":1505415618},"coords":"51.3848422,-0.1961676","bedrooms":"2","price":"265000","area":"388"} , +{"type":"Feature","id":"n5105988115","geometry":{"type":"Point","coordinates":[-0.1945076,51.3836988]},"properties":{"@type":"node","@id":5105988115,"@timestamp":1505415620},"coords":"51.3836988,-0.1945076","bedrooms":"2","price":"252000","area":"395"} , +{"type":"Feature","id":"n5106005143","geometry":{"type":"Point","coordinates":[-0.1954343,51.3835417]},"properties":{"@type":"node","@id":5106005143,"@timestamp":1505415941},"coords":"51.3835417,-0.1954343","bedrooms":"0","price":"186000","area":"684"} , +{"type":"Feature","id":"n5106023567","geometry":{"type":"Point","coordinates":[-0.196696,51.3833729]},"properties":{"@type":"node","@id":5106023567,"@timestamp":1505416386},"coords":"51.3833729,-0.196696","bedrooms":"1","price":"216000","area":"473"} , +{"type":"Feature","id":"n5106024090","geometry":{"type":"Point","coordinates":[-0.1960834,51.3831306]},"properties":{"@type":"node","@id":5106024090,"@timestamp":1505416388},"coords":"51.3831306,-0.1960834","bedrooms":"2","price":"234000","area":"608"} , +{"type":"Feature","id":"n5106049064","geometry":{"type":"Point","coordinates":[-0.1964314,51.3824028]},"properties":{"@type":"node","@id":5106049064,"@timestamp":1505416873},"coords":"51.3824028,-0.1964314","bedrooms":"0","price":"191000","area":"643"} , +{"type":"Feature","id":"n5106069360","geometry":{"type":"Point","coordinates":[-0.1907919,51.3795769]},"properties":{"@type":"node","@id":5106069360,"@timestamp":1505417481},"coords":"51.3795769,-0.1907919","bedrooms":"4","price":"150000","area":"690"} , +{"type":"Feature","id":"n5106115997","geometry":{"type":"Point","coordinates":[-0.1981921,51.3863467]},"properties":{"@type":"node","@id":5106115997,"@timestamp":1505419518},"coords":"51.3863467,-0.1981921","bedrooms":"1","price":"203000","area":"463"} , +{"type":"Feature","id":"n5106247775","geometry":{"type":"Point","coordinates":[-1.0843565,51.2810939]},"properties":{"@type":"node","@id":5106247775,"@timestamp":1505424551},"coords":"51.2810939,-1.0843565","bedrooms":"2","price":"235000","area":"366"} , +{"type":"Feature","id":"n5106520279","geometry":{"type":"Point","coordinates":[-0.0784165,51.5136376]},"properties":{"@type":"node","@id":5106520279,"@timestamp":1505439925},"coords":"51.5136376,-0.0784165","bedrooms":"2","price":"186000","area":"513"} , +{"type":"Feature","id":"n5106889038","geometry":{"type":"Point","coordinates":[-0.1901013,51.3794335]},"properties":{"@type":"node","@id":5106889038,"@timestamp":1505460903},"coords":"51.3794335,-0.1901013","bedrooms":"0","price":"234000","area":"441"} , +{"type":"Feature","id":"n5107244155","geometry":{"type":"Point","coordinates":[-0.1087021,51.4333799]},"properties":{"@type":"node","@id":5107244155,"@timestamp":1619897963},"coords":"51.4333799,-0.1087021","bedrooms":"2","price":"210000","area":"474"} , +{"type":"Feature","id":"n5107248193","geometry":{"type":"Point","coordinates":[-0.201549,51.4750837]},"properties":{"@type":"node","@id":5107248193,"@timestamp":1600337107},"coords":"51.4750837,-0.201549","bedrooms":"3","price":"245000","area":"406"} , +{"type":"Feature","id":"n5107750565","geometry":{"type":"Point","coordinates":[-0.1900696,51.3779839]},"properties":{"@type":"node","@id":5107750565,"@timestamp":1505489463},"coords":"51.3779839,-0.1900696","bedrooms":"2","price":"231000","area":"396"} , +{"type":"Feature","id":"n5108045546","geometry":{"type":"Point","coordinates":[-0.1827399,51.3791829]},"properties":{"@type":"node","@id":5108045546,"@timestamp":1505499021},"coords":"51.3791829,-0.1827399","bedrooms":"1","price":"156000","area":"529"} , +{"type":"Feature","id":"n5108045728","geometry":{"type":"Point","coordinates":[-0.1824123,51.3772656]},"properties":{"@type":"node","@id":5108045728,"@timestamp":1505499024},"coords":"51.3772656,-0.1824123","bedrooms":"0","price":"248000","area":"492"} , +{"type":"Feature","id":"n5108070429","geometry":{"type":"Point","coordinates":[-0.0665086,51.5166924]},"properties":{"@type":"node","@id":5108070429,"@timestamp":1505499750},"coords":"51.5166924,-0.0665086","bedrooms":"3","price":"285000","area":"454"} , +{"type":"Feature","id":"n5108348611","geometry":{"type":"Point","coordinates":[-0.1802721,51.3793326]},"properties":{"@type":"node","@id":5108348611,"@timestamp":1505508030},"coords":"51.3793326,-0.1802721","bedrooms":"0","price":"268000","area":"655"} , +{"type":"Feature","id":"n5108381128","geometry":{"type":"Point","coordinates":[-0.1818486,51.3791183]},"properties":{"@type":"node","@id":5108381128,"@timestamp":1505509453},"coords":"51.3791183,-0.1818486","bedrooms":"0","price":"244000","area":"543"} , +{"type":"Feature","id":"n5108381212","geometry":{"type":"Point","coordinates":[-0.1820895,51.3787611]},"properties":{"@type":"node","@id":5108381212,"@timestamp":1505509455},"coords":"51.3787611,-0.1820895","bedrooms":"0","price":"261000","area":"370"} , +{"type":"Feature","id":"n5108381442","geometry":{"type":"Point","coordinates":[-0.1819854,51.3777939]},"properties":{"@type":"node","@id":5108381442,"@timestamp":1505509457},"coords":"51.3777939,-0.1819854","bedrooms":"1","price":"269000","area":"505"} , +{"type":"Feature","id":"n5108381656","geometry":{"type":"Point","coordinates":[-0.1828945,51.378644]},"properties":{"@type":"node","@id":5108381656,"@timestamp":1505509459},"coords":"51.378644,-0.1828945","bedrooms":"2","price":"257000","area":"508"} , +{"type":"Feature","id":"n5108413237","geometry":{"type":"Point","coordinates":[-0.1810712,51.3771019]},"properties":{"@type":"node","@id":5108413237,"@timestamp":1505510376},"coords":"51.3771019,-0.1810712","bedrooms":"1","price":"212000","area":"575"} , +{"type":"Feature","id":"n5108478026","geometry":{"type":"Point","coordinates":[-0.1458607,51.5033928]},"properties":{"@type":"node","@id":5108478026,"@timestamp":1505512612},"coords":"51.5033928,-0.1458607","bedrooms":"1","price":"192000","area":"409"} , +{"type":"Feature","id":"n5108478036","geometry":{"type":"Point","coordinates":[-0.1456129,51.5047845]},"properties":{"@type":"node","@id":5108478036,"@timestamp":1505512613},"coords":"51.5047845,-0.1456129","bedrooms":"1","price":"199000","area":"590"} , +{"type":"Feature","id":"n5108478046","geometry":{"type":"Point","coordinates":[-0.1439539,51.5038788]},"properties":{"@type":"node","@id":5108478046,"@timestamp":1505512613},"coords":"51.5038788,-0.1439539","bedrooms":"2","price":"269000","area":"364"} , +{"type":"Feature","id":"n5108478061","geometry":{"type":"Point","coordinates":[-0.1428415,51.5049377]},"properties":{"@type":"node","@id":5108478061,"@timestamp":1505512613},"coords":"51.5049377,-0.1428415","bedrooms":"2","price":"275000","area":"364"} , +{"type":"Feature","id":"n5108843797","geometry":{"type":"Point","coordinates":[0.170594,51.4868191]},"properties":{"@type":"node","@id":5108843797,"@timestamp":1564908092},"coords":"51.4868191,0.170594","bedrooms":"2","price":"256000","area":"392"} , +{"type":"Feature","id":"n5108986724","geometry":{"type":"Point","coordinates":[-0.1796818,51.3790359]},"properties":{"@type":"node","@id":5108986724,"@timestamp":1505550582},"coords":"51.3790359,-0.1796818","bedrooms":"3","price":"156000","area":"665"} , +{"type":"Feature","id":"n5109011090","geometry":{"type":"Point","coordinates":[-0.180308,51.3768561]},"properties":{"@type":"node","@id":5109011090,"@timestamp":1505551444},"coords":"51.3768561,-0.180308","bedrooms":"4","price":"216000","area":"549"} , +{"type":"Feature","id":"n5109021935","geometry":{"type":"Point","coordinates":[-0.1784354,51.3778944]},"properties":{"@type":"node","@id":5109021935,"@timestamp":1505552195},"coords":"51.3778944,-0.1784354","bedrooms":"3","price":"239000","area":"556"} , +{"type":"Feature","id":"n5109027224","geometry":{"type":"Point","coordinates":[-0.1783725,51.3763607]},"properties":{"@type":"node","@id":5109027224,"@timestamp":1505552197},"coords":"51.3763607,-0.1783725","bedrooms":"0","price":"292000","area":"621"} , +{"type":"Feature","id":"n5109033546","geometry":{"type":"Point","coordinates":[-0.1782608,51.3775479]},"properties":{"@type":"node","@id":5109033546,"@timestamp":1505552476},"coords":"51.3775479,-0.1782608","bedrooms":"4","price":"225000","area":"689"} , +{"type":"Feature","id":"n5109300702","geometry":{"type":"Point","coordinates":[-0.370569,51.5758068]},"properties":{"@type":"node","@id":5109300702,"@timestamp":1505565337},"coords":"51.5758068,-0.370569","bedrooms":"1","price":"228000","area":"486"} , +{"type":"Feature","id":"n5109300712","geometry":{"type":"Point","coordinates":[-0.1828038,51.4947197]},"properties":{"@type":"node","@id":5109300712,"@timestamp":1598328514},"coords":"51.4947197,-0.1828038","bedrooms":"3","price":"226000","area":"559"} , +{"type":"Feature","id":"n5109301322","geometry":{"type":"Point","coordinates":[-0.3709816,51.573091]},"properties":{"@type":"node","@id":5109301322,"@timestamp":1584740485},"coords":"51.573091,-0.3709816","bedrooms":"1","price":"175000","area":"599"} , +{"type":"Feature","id":"n5109306318","geometry":{"type":"Point","coordinates":[-0.1824341,51.3751246]},"properties":{"@type":"node","@id":5109306318,"@timestamp":1505565621},"coords":"51.3751246,-0.1824341","bedrooms":"4","price":"234000","area":"602"} , +{"type":"Feature","id":"n5109331794","geometry":{"type":"Point","coordinates":[-0.1815176,51.3758403]},"properties":{"@type":"node","@id":5109331794,"@timestamp":1505566835},"coords":"51.3758403,-0.1815176","bedrooms":"1","price":"181000","area":"681"} , +{"type":"Feature","id":"n5109434552","geometry":{"type":"Point","coordinates":[-0.1153377,51.4650644]},"properties":{"@type":"node","@id":5109434552,"@timestamp":1611787622},"coords":"51.4650644,-0.1153377","bedrooms":"3","price":"188000","area":"582"} , +{"type":"Feature","id":"n5109489337","geometry":{"type":"Point","coordinates":[-1.028783,51.4467338]},"properties":{"@type":"node","@id":5109489337,"@timestamp":1527716018},"coords":"51.4467338,-1.028783","bedrooms":"3","price":"160000","area":"381"} , +{"type":"Feature","id":"n5109498008","geometry":{"type":"Point","coordinates":[-1.0387061,51.4528244]},"properties":{"@type":"node","@id":5109498008,"@timestamp":1551237783},"coords":"51.4528244,-1.0387061","bedrooms":"0","price":"224000","area":"635"} , +{"type":"Feature","id":"n5109808003","geometry":{"type":"Point","coordinates":[-0.070897,51.5178056]},"properties":{"@type":"node","@id":5109808003,"@timestamp":1505586779},"coords":"51.5178056,-0.070897","bedrooms":"0","price":"184000","area":"393"} , +{"type":"Feature","id":"n5109833021","geometry":{"type":"Point","coordinates":[-0.3370103,51.5134761]},"properties":{"@type":"node","@id":5109833021,"@timestamp":1588861633},"coords":"51.5134761,-0.3370103","bedrooms":"4","price":"256000","area":"474"} , +{"type":"Feature","id":"n5110039384","geometry":{"type":"Point","coordinates":[-0.1588024,51.5677981]},"properties":{"@type":"node","@id":5110039384,"@timestamp":1508167705},"coords":"51.5677981,-0.1588024","bedrooms":"2","price":"199000","area":"540"} , +{"type":"Feature","id":"n5110241932","geometry":{"type":"Point","coordinates":[-0.053886,51.4583589]},"properties":{"@type":"node","@id":5110241932,"@timestamp":1581512056},"coords":"51.4583589,-0.053886","bedrooms":"2","price":"208000","area":"632"} , +{"type":"Feature","id":"n5110356235","geometry":{"type":"Point","coordinates":[-0.0237182,51.4628998]},"properties":{"@type":"node","@id":5110356235,"@timestamp":1618939072},"coords":"51.4628998,-0.0237182","bedrooms":"2","price":"236000","area":"593"} , +{"type":"Feature","id":"n5110411062","geometry":{"type":"Point","coordinates":[-0.360993,51.0714689]},"properties":{"@type":"node","@id":5110411062,"@timestamp":1505626293},"coords":"51.0714689,-0.360993","bedrooms":"3","price":"259000","area":"579"} , +{"type":"Feature","id":"n5110679876","geometry":{"type":"Point","coordinates":[-0.1800685,51.3759086]},"properties":{"@type":"node","@id":5110679876,"@timestamp":1505639096},"coords":"51.3759086,-0.1800685","bedrooms":"1","price":"221000","area":"672"} , +{"type":"Feature","id":"n5110696701","geometry":{"type":"Point","coordinates":[-0.1799304,51.3754977]},"properties":{"@type":"node","@id":5110696701,"@timestamp":1505639859},"coords":"51.3754977,-0.1799304","bedrooms":"2","price":"284000","area":"512"} , +{"type":"Feature","id":"n5110717699","geometry":{"type":"Point","coordinates":[-0.1781915,51.3746806]},"properties":{"@type":"node","@id":5110717699,"@timestamp":1505640882},"coords":"51.3746806,-0.1781915","bedrooms":"3","price":"240000","area":"685"} , +{"type":"Feature","id":"n5110747676","geometry":{"type":"Point","coordinates":[-0.1797185,51.3745414]},"properties":{"@type":"node","@id":5110747676,"@timestamp":1505642156},"coords":"51.3745414,-0.1797185","bedrooms":"3","price":"210000","area":"675"} , +{"type":"Feature","id":"n5110769395","geometry":{"type":"Point","coordinates":[-0.1831115,51.3749038]},"properties":{"@type":"node","@id":5110769395,"@timestamp":1505643518},"coords":"51.3749038,-0.1831115","bedrooms":"4","price":"289000","area":"583"} , +{"type":"Feature","id":"n5110884197","geometry":{"type":"Point","coordinates":[-0.1830378,51.3757205]},"properties":{"@type":"node","@id":5110884197,"@timestamp":1505648139},"coords":"51.3757205,-0.1830378","bedrooms":"1","price":"282000","area":"500"} , +{"type":"Feature","id":"n5110884598","geometry":{"type":"Point","coordinates":[-0.1838049,51.375537]},"properties":{"@type":"node","@id":5110884598,"@timestamp":1505648143},"coords":"51.375537,-0.1838049","bedrooms":"3","price":"154000","area":"528"} , +{"type":"Feature","id":"n5110990293","geometry":{"type":"Point","coordinates":[-0.185088,51.3768256]},"properties":{"@type":"node","@id":5110990293,"@timestamp":1505653324},"coords":"51.3768256,-0.185088","bedrooms":"1","price":"279000","area":"359"} , +{"type":"Feature","id":"n5111050924","geometry":{"type":"Point","coordinates":[-0.1493368,51.5140364]},"properties":{"@type":"node","@id":5111050924,"@timestamp":1532759481},"coords":"51.5140364,-0.1493368","bedrooms":"3","price":"244000","area":"661"} , +{"type":"Feature","id":"n5111278529","geometry":{"type":"Point","coordinates":[-0.1137203,51.6154826]},"properties":{"@type":"node","@id":5111278529,"@timestamp":1505665283},"coords":"51.6154826,-0.1137203","bedrooms":"2","price":"226000","area":"365"} , +{"type":"Feature","id":"n5111719496","geometry":{"type":"Point","coordinates":[-0.1868401,51.3750466]},"properties":{"@type":"node","@id":5111719496,"@timestamp":1505679785},"coords":"51.3750466,-0.1868401","bedrooms":"3","price":"244000","area":"589"} , +{"type":"Feature","id":"n5111738997","geometry":{"type":"Point","coordinates":[-0.1851963,51.3753988]},"properties":{"@type":"node","@id":5111738997,"@timestamp":1505680926},"coords":"51.3753988,-0.1851963","bedrooms":"1","price":"217000","area":"633"} , +{"type":"Feature","id":"n5111765789","geometry":{"type":"Point","coordinates":[-0.1890735,51.3756679]},"properties":{"@type":"node","@id":5111765789,"@timestamp":1505682075},"coords":"51.3756679,-0.1890735","bedrooms":"4","price":"205000","area":"435"} , +{"type":"Feature","id":"n5111923750","geometry":{"type":"Point","coordinates":[-0.2406086,51.4914121]},"properties":{"@type":"node","@id":5111923750,"@timestamp":1519174567},"coords":"51.4914121,-0.2406086","bedrooms":"3","price":"271000","area":"366"} , +{"type":"Feature","id":"n5111945531","geometry":{"type":"Point","coordinates":[0.1532648,51.4616643]},"properties":{"@type":"node","@id":5111945531,"@timestamp":1613940106},"coords":"51.4616643,0.1532648","bedrooms":"4","price":"295000","area":"641"} , +{"type":"Feature","id":"n5112664346","geometry":{"type":"Point","coordinates":[-0.3820069,51.6712144]},"properties":{"@type":"node","@id":5112664346,"@timestamp":1505728530},"coords":"51.6712144,-0.3820069","bedrooms":"2","price":"160000","area":"490"} , +{"type":"Feature","id":"n5112740175","geometry":{"type":"Point","coordinates":[-0.0109072,51.7147962]},"properties":{"@type":"node","@id":5112740175,"@timestamp":1505730907},"coords":"51.7147962,-0.0109072","bedrooms":"3","price":"224000","area":"545"} , +{"type":"Feature","id":"n5112989832","geometry":{"type":"Point","coordinates":[0.3544272,51.0762714]},"properties":{"@type":"node","@id":5112989832,"@timestamp":1505738880},"coords":"51.0762714,0.3544272","bedrooms":"1","price":"212000","area":"572"} , +{"type":"Feature","id":"n5113239073","geometry":{"type":"Point","coordinates":[0.2870849,51.4713636]},"properties":{"@type":"node","@id":5113239073,"@timestamp":1505747170},"coords":"51.4713636,0.2870849","bedrooms":"4","price":"222000","area":"387"} , +{"type":"Feature","id":"n5113239243","geometry":{"type":"Point","coordinates":[0.2871104,51.4719534]},"properties":{"@type":"node","@id":5113239243,"@timestamp":1505747171},"coords":"51.4719534,0.2871104","bedrooms":"2","price":"240000","area":"443"} , +{"type":"Feature","id":"n5113395514","geometry":{"type":"Point","coordinates":[-0.1856421,51.3750353]},"properties":{"@type":"node","@id":5113395514,"@timestamp":1505752785},"coords":"51.3750353,-0.1856421","bedrooms":"3","price":"224000","area":"513"} , +{"type":"Feature","id":"n5113402554","geometry":{"type":"Point","coordinates":[-0.1874149,51.3743725]},"properties":{"@type":"node","@id":5113402554,"@timestamp":1505753049},"coords":"51.3743725,-0.1874149","bedrooms":"0","price":"208000","area":"397"} , +{"type":"Feature","id":"n5113424457","geometry":{"type":"Point","coordinates":[-0.1886123,51.3748162]},"properties":{"@type":"node","@id":5113424457,"@timestamp":1505753781},"coords":"51.3748162,-0.1886123","bedrooms":"0","price":"169000","area":"472"} , +{"type":"Feature","id":"n5113436053","geometry":{"type":"Point","coordinates":[-0.1893601,51.3748571]},"properties":{"@type":"node","@id":5113436053,"@timestamp":1505754366},"coords":"51.3748571,-0.1893601","bedrooms":"3","price":"264000","area":"562"} , +{"type":"Feature","id":"n5113591748","geometry":{"type":"Point","coordinates":[-0.9595599,51.4514071]},"properties":{"@type":"node","@id":5113591748,"@timestamp":1614202196},"coords":"51.4514071,-0.9595599","bedrooms":"3","price":"255000","area":"431"} , +{"type":"Feature","id":"n5113834598","geometry":{"type":"Point","coordinates":[0.3914912,51.4608875]},"properties":{"@type":"node","@id":5113834598,"@timestamp":1505770401},"coords":"51.4608875,0.3914912","bedrooms":"1","price":"157000","area":"423"} , +{"type":"Feature","id":"n5113835236","geometry":{"type":"Point","coordinates":[0.3935404,51.4609318]},"properties":{"@type":"node","@id":5113835236,"@timestamp":1505770405},"coords":"51.4609318,0.3935404","bedrooms":"4","price":"270000","area":"451"} , +{"type":"Feature","id":"n5114253640","geometry":{"type":"Point","coordinates":[-0.0109097,51.4613864]},"properties":{"@type":"node","@id":5114253640,"@timestamp":1565283373},"coords":"51.4613864,-0.0109097","bedrooms":"0","price":"287000","area":"385"} , +{"type":"Feature","id":"n5114638231","geometry":{"type":"Point","coordinates":[0.1168236,51.9356102]},"properties":{"@type":"node","@id":5114638231,"@timestamp":1505809208},"coords":"51.9356102,0.1168236","bedrooms":"3","price":"167000","area":"484"} , +{"type":"Feature","id":"n5114638420","geometry":{"type":"Point","coordinates":[0.1552235,51.4334065]},"properties":{"@type":"node","@id":5114638420,"@timestamp":1505809212},"coords":"51.4334065,0.1552235","bedrooms":"4","price":"257000","area":"481"} , +{"type":"Feature","id":"n5114971229","geometry":{"type":"Point","coordinates":[-1.016517,51.4497902]},"properties":{"@type":"node","@id":5114971229,"@timestamp":1505819525},"coords":"51.4497902,-1.016517","bedrooms":"4","price":"204000","area":"643"} , +{"type":"Feature","id":"n5114971240","geometry":{"type":"Point","coordinates":[-1.0168375,51.449803]},"properties":{"@type":"node","@id":5114971240,"@timestamp":1522767506},"coords":"51.449803,-1.0168375","bedrooms":"4","price":"176000","area":"421"} , +{"type":"Feature","id":"n5115070374","geometry":{"type":"Point","coordinates":[-0.1924393,51.3755451]},"properties":{"@type":"node","@id":5115070374,"@timestamp":1505822262},"coords":"51.3755451,-0.1924393","bedrooms":"4","price":"217000","area":"677"} , +{"type":"Feature","id":"n5115106488","geometry":{"type":"Point","coordinates":[0.1037329,51.771027]},"properties":{"@type":"node","@id":5115106488,"@timestamp":1505822870},"coords":"51.771027,0.1037329","bedrooms":"2","price":"223000","area":"394"} , +{"type":"Feature","id":"n5115128163","geometry":{"type":"Point","coordinates":[0.1291286,51.778911]},"properties":{"@type":"node","@id":5115128163,"@timestamp":1505823429},"coords":"51.778911,0.1291286","bedrooms":"1","price":"163000","area":"450"} , +{"type":"Feature","id":"n5115128182","geometry":{"type":"Point","coordinates":[0.1235845,51.77595]},"properties":{"@type":"node","@id":5115128182,"@timestamp":1505823429},"coords":"51.77595,0.1235845","bedrooms":"4","price":"162000","area":"626"} , +{"type":"Feature","id":"n5115128207","geometry":{"type":"Point","coordinates":[0.1315648,51.7799419]},"properties":{"@type":"node","@id":5115128207,"@timestamp":1505823430},"coords":"51.7799419,0.1315648","bedrooms":"1","price":"231000","area":"438"} , +{"type":"Feature","id":"n5115129035","geometry":{"type":"Point","coordinates":[0.1243071,51.7751982]},"properties":{"@type":"node","@id":5115129035,"@timestamp":1505823430},"coords":"51.7751982,0.1243071","bedrooms":"3","price":"209000","area":"362"} , +{"type":"Feature","id":"n5115147756","geometry":{"type":"Point","coordinates":[0.1435873,51.7835502]},"properties":{"@type":"node","@id":5115147756,"@timestamp":1505823901},"coords":"51.7835502,0.1435873","bedrooms":"0","price":"227000","area":"489"} , +{"type":"Feature","id":"n5115418877","geometry":{"type":"Point","coordinates":[-0.1749889,51.289175]},"properties":{"@type":"node","@id":5115418877,"@timestamp":1505830993},"coords":"51.289175,-0.1749889","bedrooms":"3","price":"220000","area":"631"} , +{"type":"Feature","id":"n5115418919","geometry":{"type":"Point","coordinates":[-0.1732294,51.2858503]},"properties":{"@type":"node","@id":5115418919,"@timestamp":1505830994},"coords":"51.2858503,-0.1732294","bedrooms":"0","price":"234000","area":"450"} , +{"type":"Feature","id":"n5115457801","geometry":{"type":"Point","coordinates":[-0.0856388,51.4503676]},"properties":{"@type":"node","@id":5115457801,"@timestamp":1610840214},"coords":"51.4503676,-0.0856388","bedrooms":"2","price":"235000","area":"524"} , +{"type":"Feature","id":"n5115473687","geometry":{"type":"Point","coordinates":[-0.0856645,51.4507686]},"properties":{"@type":"node","@id":5115473687,"@timestamp":1632143412},"coords":"51.4507686,-0.0856645","bedrooms":"0","price":"155000","area":"569"} , +{"type":"Feature","id":"n5115915595","geometry":{"type":"Point","coordinates":[-0.1945556,51.3758673]},"properties":{"@type":"node","@id":5115915595,"@timestamp":1505847613},"coords":"51.3758673,-0.1945556","bedrooms":"2","price":"154000","area":"383"} , +{"type":"Feature","id":"n5115980643","geometry":{"type":"Point","coordinates":[-0.19472,51.3746941]},"properties":{"@type":"node","@id":5115980643,"@timestamp":1505850395},"coords":"51.3746941,-0.19472","bedrooms":"2","price":"245000","area":"614"} , +{"type":"Feature","id":"n5115985615","geometry":{"type":"Point","coordinates":[-0.1956266,51.3748681]},"properties":{"@type":"node","@id":5115985615,"@timestamp":1505850667},"coords":"51.3748681,-0.1956266","bedrooms":"2","price":"165000","area":"686"} , +{"type":"Feature","id":"n5115993150","geometry":{"type":"Point","coordinates":[-0.1920187,51.3740476]},"properties":{"@type":"node","@id":5115993150,"@timestamp":1505850952},"coords":"51.3740476,-0.1920187","bedrooms":"0","price":"286000","area":"606"} , +{"type":"Feature","id":"n5116301951","geometry":{"type":"Point","coordinates":[-0.0865716,51.47331]},"properties":{"@type":"node","@id":5116301951,"@timestamp":1612704346},"coords":"51.47331,-0.0865716","bedrooms":"4","price":"225000","area":"547"} , +{"type":"Feature","id":"n5117003977","geometry":{"type":"Point","coordinates":[-0.5648945,51.4257571]},"properties":{"@type":"node","@id":5117003977,"@timestamp":1611503278},"coords":"51.4257571,-0.5648945","bedrooms":"2","price":"272000","area":"483"} , +{"type":"Feature","id":"n5117191184","geometry":{"type":"Point","coordinates":[-0.1916128,51.3738098]},"properties":{"@type":"node","@id":5117191184,"@timestamp":1505908309},"coords":"51.3738098,-0.1916128","bedrooms":"3","price":"267000","area":"535"} , +{"type":"Feature","id":"n5117287001","geometry":{"type":"Point","coordinates":[-0.9834775,51.4624667]},"properties":{"@type":"node","@id":5117287001,"@timestamp":1505911599},"coords":"51.4624667,-0.9834775","bedrooms":"1","price":"247000","area":"411"} , +{"type":"Feature","id":"n5117875703","geometry":{"type":"Point","coordinates":[0.7271746,50.9503296]},"properties":{"@type":"node","@id":5117875703,"@timestamp":1619097349},"coords":"50.9503296,0.7271746","bedrooms":"0","price":"195000","area":"585"} , +{"type":"Feature","id":"n5117886216","geometry":{"type":"Point","coordinates":[-0.1907496,51.3735945]},"properties":{"@type":"node","@id":5117886216,"@timestamp":1505928186},"coords":"51.3735945,-0.1907496","bedrooms":"0","price":"171000","area":"414"} , +{"type":"Feature","id":"n5117907384","geometry":{"type":"Point","coordinates":[-0.1886675,51.3738209]},"properties":{"@type":"node","@id":5117907384,"@timestamp":1505928543},"coords":"51.3738209,-0.1886675","bedrooms":"1","price":"245000","area":"399"} , +{"type":"Feature","id":"n5117959985","geometry":{"type":"Point","coordinates":[-0.1901183,51.3731124]},"properties":{"@type":"node","@id":5117959985,"@timestamp":1506163642},"coords":"51.3731124,-0.1901183","bedrooms":"0","price":"269000","area":"586"} , +{"type":"Feature","id":"n5117974957","geometry":{"type":"Point","coordinates":[-0.1877728,51.3735958]},"properties":{"@type":"node","@id":5117974957,"@timestamp":1505930375},"coords":"51.3735958,-0.1877728","bedrooms":"4","price":"279000","area":"384"} , +{"type":"Feature","id":"n5118003205","geometry":{"type":"Point","coordinates":[-0.1859373,51.3737887]},"properties":{"@type":"node","@id":5118003205,"@timestamp":1505931216},"coords":"51.3737887,-0.1859373","bedrooms":"2","price":"160000","area":"477"} , +{"type":"Feature","id":"n5118026456","geometry":{"type":"Point","coordinates":[-0.1847964,51.3742285]},"properties":{"@type":"node","@id":5118026456,"@timestamp":1505932234},"coords":"51.3742285,-0.1847964","bedrooms":"2","price":"250000","area":"398"} , +{"type":"Feature","id":"n5118026591","geometry":{"type":"Point","coordinates":[-0.1833954,51.3744045]},"properties":{"@type":"node","@id":5118026591,"@timestamp":1505932237},"coords":"51.3744045,-0.1833954","bedrooms":"0","price":"159000","area":"359"} , +{"type":"Feature","id":"n5118993795","geometry":{"type":"Point","coordinates":[-0.1848838,51.373761]},"properties":{"@type":"node","@id":5118993795,"@timestamp":1505975533},"coords":"51.373761,-0.1848838","bedrooms":"0","price":"206000","area":"645"} , +{"type":"Feature","id":"n5119030382","geometry":{"type":"Point","coordinates":[-0.1828117,51.3726003]},"properties":{"@type":"node","@id":5119030382,"@timestamp":1601591317},"coords":"51.3726003,-0.1828117","bedrooms":"3","price":"284000","area":"458"} , +{"type":"Feature","id":"n5119090405","geometry":{"type":"Point","coordinates":[-0.1827983,51.3731151]},"properties":{"@type":"node","@id":5119090405,"@timestamp":1505979070},"coords":"51.3731151,-0.1827983","bedrooms":"3","price":"247000","area":"356"} , +{"type":"Feature","id":"n5119139598","geometry":{"type":"Point","coordinates":[-0.0951724,51.4867484]},"properties":{"@type":"node","@id":5119139598,"@timestamp":1505980071},"coords":"51.4867484,-0.0951724","bedrooms":"1","price":"191000","area":"450"} , +{"type":"Feature","id":"n5119162720","geometry":{"type":"Point","coordinates":[-0.18455,51.3726976]},"properties":{"@type":"node","@id":5119162720,"@timestamp":1505980816},"coords":"51.3726976,-0.18455","bedrooms":"3","price":"295000","area":"545"} , +{"type":"Feature","id":"n5119293821","geometry":{"type":"Point","coordinates":[-0.2391331,51.4935208]},"properties":{"@type":"node","@id":5119293821,"@timestamp":1609445641},"coords":"51.4935208,-0.2391331","bedrooms":"1","price":"197000","area":"462"} , +{"type":"Feature","id":"n5119491671","geometry":{"type":"Point","coordinates":[-0.1829904,51.3700257]},"properties":{"@type":"node","@id":5119491671,"@timestamp":1505993255},"coords":"51.3700257,-0.1829904","bedrooms":"3","price":"184000","area":"694"} , +{"type":"Feature","id":"n5119513778","geometry":{"type":"Point","coordinates":[0.208896,51.611585]},"properties":{"@type":"node","@id":5119513778,"@timestamp":1505994234},"coords":"51.611585,0.208896","bedrooms":"4","price":"249000","area":"409"} , +{"type":"Feature","id":"n5119646321","geometry":{"type":"Point","coordinates":[-0.1149813,51.4955536]},"properties":{"@type":"node","@id":5119646321,"@timestamp":1568844515},"coords":"51.4955536,-0.1149813","bedrooms":"4","price":"161000","area":"527"} , +{"type":"Feature","id":"n5119894825","geometry":{"type":"Point","coordinates":[-0.7756179,51.2313533]},"properties":{"@type":"node","@id":5119894825,"@timestamp":1506007765},"coords":"51.2313533,-0.7756179","bedrooms":"3","price":"151000","area":"633"} , +{"type":"Feature","id":"n5120129501","geometry":{"type":"Point","coordinates":[-0.1819317,51.3739165]},"properties":{"@type":"node","@id":5120129501,"@timestamp":1506015597},"coords":"51.3739165,-0.1819317","bedrooms":"4","price":"206000","area":"577"} , +{"type":"Feature","id":"n5120150216","geometry":{"type":"Point","coordinates":[-0.1766365,51.3735534]},"properties":{"@type":"node","@id":5120150216,"@timestamp":1506016292},"coords":"51.3735534,-0.1766365","bedrooms":"2","price":"269000","area":"485"} , +{"type":"Feature","id":"n5120559167","geometry":{"type":"Point","coordinates":[-0.3414484,51.4817861]},"properties":{"@type":"node","@id":5120559167,"@timestamp":1506028015},"coords":"51.4817861,-0.3414484","bedrooms":"0","price":"245000","area":"441"} , +{"type":"Feature","id":"n5121256616","geometry":{"type":"Point","coordinates":[-0.1763498,51.3731953]},"properties":{"@type":"node","@id":5121256616,"@timestamp":1506061207},"coords":"51.3731953,-0.1763498","bedrooms":"4","price":"153000","area":"499"} , +{"type":"Feature","id":"n5121277499","geometry":{"type":"Point","coordinates":[-0.177778,51.3720917]},"properties":{"@type":"node","@id":5121277499,"@timestamp":1506062181},"coords":"51.3720917,-0.177778","bedrooms":"4","price":"216000","area":"689"} , +{"type":"Feature","id":"n5121747625","geometry":{"type":"Point","coordinates":[-0.0659168,51.5754061]},"properties":{"@type":"node","@id":5121747625,"@timestamp":1546723790},"coords":"51.5754061,-0.0659168","bedrooms":"3","price":"162000","area":"565"} , +{"type":"Feature","id":"n5121843422","geometry":{"type":"Point","coordinates":[-1.027244,51.4461786]},"properties":{"@type":"node","@id":5121843422,"@timestamp":1530740511},"coords":"51.4461786,-1.027244","bedrooms":"4","price":"172000","area":"670"} , +{"type":"Feature","id":"n5121901074","geometry":{"type":"Point","coordinates":[-0.1751485,51.3714258]},"properties":{"@type":"node","@id":5121901074,"@timestamp":1506083824},"coords":"51.3714258,-0.1751485","bedrooms":"0","price":"260000","area":"362"} , +{"type":"Feature","id":"n5122195002","geometry":{"type":"Point","coordinates":[-0.3346507,51.5923457]},"properties":{"@type":"node","@id":5122195002,"@timestamp":1569609210},"coords":"51.5923457,-0.3346507","bedrooms":"0","price":"181000","area":"402"} , +{"type":"Feature","id":"n5122349548","geometry":{"type":"Point","coordinates":[-0.181029,51.2724995]},"properties":{"@type":"node","@id":5122349548,"@timestamp":1506098525},"coords":"51.2724995,-0.181029","bedrooms":"2","price":"293000","area":"423"} , +{"type":"Feature","id":"n5122349558","geometry":{"type":"Point","coordinates":[-0.1824234,51.2729878]},"properties":{"@type":"node","@id":5122349558,"@timestamp":1506098525},"coords":"51.2729878,-0.1824234","bedrooms":"3","price":"172000","area":"551"} , +{"type":"Feature","id":"n5122349568","geometry":{"type":"Point","coordinates":[-0.182212,51.2739467]},"properties":{"@type":"node","@id":5122349568,"@timestamp":1506098526},"coords":"51.2739467,-0.182212","bedrooms":"4","price":"245000","area":"462"} , +{"type":"Feature","id":"n5122349578","geometry":{"type":"Point","coordinates":[-0.1803379,51.2740713]},"properties":{"@type":"node","@id":5122349578,"@timestamp":1506098526},"coords":"51.2740713,-0.1803379","bedrooms":"4","price":"151000","area":"368"} , +{"type":"Feature","id":"n5122403798","geometry":{"type":"Point","coordinates":[-1.0429836,51.4571998]},"properties":{"@type":"node","@id":5122403798,"@timestamp":1506100178},"coords":"51.4571998,-1.0429836","bedrooms":"4","price":"156000","area":"685"} , +{"type":"Feature","id":"n5122403808","geometry":{"type":"Point","coordinates":[-1.04427,51.4567034]},"properties":{"@type":"node","@id":5122403808,"@timestamp":1506100178},"coords":"51.4567034,-1.04427","bedrooms":"1","price":"178000","area":"667"} , +{"type":"Feature","id":"n5122814302","geometry":{"type":"Point","coordinates":[-0.0832625,51.5132329]},"properties":{"@type":"node","@id":5122814302,"@timestamp":1506112096},"coords":"51.5132329,-0.0832625","bedrooms":"2","price":"262000","area":"426"} , +{"type":"Feature","id":"n5123446910","geometry":{"type":"Point","coordinates":[-0.1338863,51.4970351]},"properties":{"@type":"node","@id":5123446910,"@timestamp":1573662808},"coords":"51.4970351,-0.1338863","bedrooms":"3","price":"173000","area":"554"} , +{"type":"Feature","id":"n5123866342","geometry":{"type":"Point","coordinates":[-0.1817136,51.3722291]},"properties":{"@type":"node","@id":5123866342,"@timestamp":1506153194},"coords":"51.3722291,-0.1817136","bedrooms":"2","price":"210000","area":"688"} , +{"type":"Feature","id":"n5123885456","geometry":{"type":"Point","coordinates":[-0.1794259,51.3718343]},"properties":{"@type":"node","@id":5123885456,"@timestamp":1506154044},"coords":"51.3718343,-0.1794259","bedrooms":"1","price":"231000","area":"673"} , +{"type":"Feature","id":"n5123917137","geometry":{"type":"Point","coordinates":[-0.1798907,51.3710747]},"properties":{"@type":"node","@id":5123917137,"@timestamp":1506155157},"coords":"51.3710747,-0.1798907","bedrooms":"1","price":"212000","area":"454"} , +{"type":"Feature","id":"n5123939704","geometry":{"type":"Point","coordinates":[-0.1806322,51.3705928]},"properties":{"@type":"node","@id":5123939704,"@timestamp":1506155786},"coords":"51.3705928,-0.1806322","bedrooms":"1","price":"232000","area":"368"} , +{"type":"Feature","id":"n5124004326","geometry":{"type":"Point","coordinates":[-0.1196264,51.4684764]},"properties":{"@type":"node","@id":5124004326,"@timestamp":1506158428},"coords":"51.4684764,-0.1196264","bedrooms":"3","price":"211000","area":"560"} , +{"type":"Feature","id":"n5124026432","geometry":{"type":"Point","coordinates":[-0.1794567,51.370122]},"properties":{"@type":"node","@id":5124026432,"@timestamp":1506159294},"coords":"51.370122,-0.1794567","bedrooms":"3","price":"276000","area":"574"} , +{"type":"Feature","id":"n5124063155","geometry":{"type":"Point","coordinates":[-0.1887352,51.372436]},"properties":{"@type":"node","@id":5124063155,"@timestamp":1506160867},"coords":"51.372436,-0.1887352","bedrooms":"1","price":"273000","area":"453"} , +{"type":"Feature","id":"n5124063671","geometry":{"type":"Point","coordinates":[-0.1874431,51.3724914]},"properties":{"@type":"node","@id":5124063671,"@timestamp":1506160869},"coords":"51.3724914,-0.1874431","bedrooms":"0","price":"262000","area":"569"} , +{"type":"Feature","id":"n5124085282","geometry":{"type":"Point","coordinates":[-0.179055,51.1602883]},"properties":{"@type":"node","@id":5124085282,"@timestamp":1568816032},"coords":"51.1602883,-0.179055","bedrooms":"4","price":"244000","area":"612"} , +{"type":"Feature","id":"n5124093384","geometry":{"type":"Point","coordinates":[-0.1866435,51.3730967]},"properties":{"@type":"node","@id":5124093384,"@timestamp":1506162008},"coords":"51.3730967,-0.1866435","bedrooms":"0","price":"281000","area":"529"} , +{"type":"Feature","id":"n5124110834","geometry":{"type":"Point","coordinates":[-0.1904819,51.3726639]},"properties":{"@type":"node","@id":5124110834,"@timestamp":1506162851},"coords":"51.3726639,-0.1904819","bedrooms":"0","price":"152000","area":"485"} , +{"type":"Feature","id":"n5124463025","geometry":{"type":"Point","coordinates":[-1.0040237,51.4463973]},"properties":{"@type":"node","@id":5124463025,"@timestamp":1626092698},"coords":"51.4463973,-1.0040237","bedrooms":"3","price":"223000","area":"583"} , +{"type":"Feature","id":"n5124576559","geometry":{"type":"Point","coordinates":[-0.1901495,51.3704719]},"properties":{"@type":"node","@id":5124576559,"@timestamp":1506180732},"coords":"51.3704719,-0.1901495","bedrooms":"1","price":"188000","area":"469"} , +{"type":"Feature","id":"n5124576655","geometry":{"type":"Point","coordinates":[-0.1909087,51.3705227]},"properties":{"@type":"node","@id":5124576655,"@timestamp":1506180734},"coords":"51.3705227,-0.1909087","bedrooms":"0","price":"229000","area":"627"} , +{"type":"Feature","id":"n5124615263","geometry":{"type":"Point","coordinates":[-0.1921092,51.3716388]},"properties":{"@type":"node","@id":5124615263,"@timestamp":1506181823},"coords":"51.3716388,-0.1921092","bedrooms":"0","price":"152000","area":"527"} , +{"type":"Feature","id":"n5124622391","geometry":{"type":"Point","coordinates":[-0.1904724,51.3711988]},"properties":{"@type":"node","@id":5124622391,"@timestamp":1506182122},"coords":"51.3711988,-0.1904724","bedrooms":"3","price":"231000","area":"626"} , +{"type":"Feature","id":"n5124924729","geometry":{"type":"Point","coordinates":[-0.6109235,51.270681]},"properties":{"@type":"node","@id":5124924729,"@timestamp":1533071334},"coords":"51.270681,-0.6109235","bedrooms":"4","price":"193000","area":"477"} , +{"type":"Feature","id":"n5125736160","geometry":{"type":"Point","coordinates":[-0.1381596,51.5253751]},"properties":{"@type":"node","@id":5125736160,"@timestamp":1607502384},"coords":"51.5253751,-0.1381596","bedrooms":"0","price":"242000","area":"537"} , +{"type":"Feature","id":"n5126275402","geometry":{"type":"Point","coordinates":[-0.1810712,51.3696109]},"properties":{"@type":"node","@id":5126275402,"@timestamp":1506255119},"coords":"51.3696109,-0.1810712","bedrooms":"4","price":"298000","area":"421"} , +{"type":"Feature","id":"n5126275562","geometry":{"type":"Point","coordinates":[-0.1923489,51.3709124]},"properties":{"@type":"node","@id":5126275562,"@timestamp":1506255120},"coords":"51.3709124,-0.1923489","bedrooms":"2","price":"219000","area":"447"} , +{"type":"Feature","id":"n5126365937","geometry":{"type":"Point","coordinates":[-0.204111,51.9155283]},"properties":{"@type":"node","@id":5126365937,"@timestamp":1506259146},"coords":"51.9155283,-0.204111","bedrooms":"1","price":"289000","area":"437"} , +{"type":"Feature","id":"n5126460626","geometry":{"type":"Point","coordinates":[0.4504762,51.7225007]},"properties":{"@type":"node","@id":5126460626,"@timestamp":1585416059},"coords":"51.7225007,0.4504762","bedrooms":"4","price":"241000","area":"481"} , +{"type":"Feature","id":"n5127041878","geometry":{"type":"Point","coordinates":[-0.0384335,51.4842139]},"properties":{"@type":"node","@id":5127041878,"@timestamp":1598797771},"coords":"51.4842139,-0.0384335","bedrooms":"1","price":"180000","area":"425"} , +{"type":"Feature","id":"n5128503232","geometry":{"type":"Point","coordinates":[-0.1137722,51.61255]},"properties":{"@type":"node","@id":5128503232,"@timestamp":1619740922},"coords":"51.61255,-0.1137722","bedrooms":"0","price":"292000","area":"415"} , +{"type":"Feature","id":"n5129218719","geometry":{"type":"Point","coordinates":[-0.6051867,51.2794432]},"properties":{"@type":"node","@id":5129218719,"@timestamp":1506367307},"coords":"51.2794432,-0.6051867","bedrooms":"3","price":"199000","area":"440"} , +{"type":"Feature","id":"n5129465458","geometry":{"type":"Point","coordinates":[-0.8065269,51.2032296]},"properties":{"@type":"node","@id":5129465458,"@timestamp":1519077525},"coords":"51.2032296,-0.8065269","bedrooms":"0","price":"182000","area":"698"} , +{"type":"Feature","id":"n5130215267","geometry":{"type":"Point","coordinates":[-0.1938755,51.3698822]},"properties":{"@type":"node","@id":5130215267,"@timestamp":1506411401},"coords":"51.3698822,-0.1938755","bedrooms":"2","price":"273000","area":"452"} , +{"type":"Feature","id":"n5130850751","geometry":{"type":"Point","coordinates":[-0.1265473,51.4858457]},"properties":{"@type":"node","@id":5130850751,"@timestamp":1506433171},"coords":"51.4858457,-0.1265473","bedrooms":"0","price":"254000","area":"452"} , +{"type":"Feature","id":"n5131104768","geometry":{"type":"Point","coordinates":[-0.1548556,51.0989032]},"properties":{"@type":"node","@id":5131104768,"@timestamp":1506442976},"coords":"51.0989032,-0.1548556","bedrooms":"4","price":"299000","area":"611"} , +{"type":"Feature","id":"n5131272570","geometry":{"type":"Point","coordinates":[-0.1909368,51.369429]},"properties":{"@type":"node","@id":5131272570,"@timestamp":1506447103},"coords":"51.369429,-0.1909368","bedrooms":"2","price":"228000","area":"361"} , +{"type":"Feature","id":"n5131360405","geometry":{"type":"Point","coordinates":[-0.054394,51.5559333]},"properties":{"@type":"node","@id":5131360405,"@timestamp":1616591491},"coords":"51.5559333,-0.054394","bedrooms":"1","price":"175000","area":"569"} , +{"type":"Feature","id":"n5131454176","geometry":{"type":"Point","coordinates":[-0.1892958,51.367429]},"properties":{"@type":"node","@id":5131454176,"@timestamp":1506451374},"coords":"51.367429,-0.1892958","bedrooms":"2","price":"201000","area":"568"} , +{"type":"Feature","id":"n5131454191","geometry":{"type":"Point","coordinates":[-0.191927,51.3682112]},"properties":{"@type":"node","@id":5131454191,"@timestamp":1506533597},"coords":"51.3682112,-0.191927","bedrooms":"4","price":"232000","area":"638"} , +{"type":"Feature","id":"n5131454646","geometry":{"type":"Point","coordinates":[-0.1889284,51.3684808]},"properties":{"@type":"node","@id":5131454646,"@timestamp":1506451376},"coords":"51.3684808,-0.1889284","bedrooms":"0","price":"229000","area":"384"} , +{"type":"Feature","id":"n5131454677","geometry":{"type":"Point","coordinates":[-0.1895487,51.3689917]},"properties":{"@type":"node","@id":5131454677,"@timestamp":1506451376},"coords":"51.3689917,-0.1895487","bedrooms":"4","price":"177000","area":"625"} , +{"type":"Feature","id":"n5131470290","geometry":{"type":"Point","coordinates":[-0.1896197,51.3700192]},"properties":{"@type":"node","@id":5131470290,"@timestamp":1506451730},"coords":"51.3700192,-0.1896197","bedrooms":"0","price":"231000","area":"539"} , +{"type":"Feature","id":"n5131495471","geometry":{"type":"Point","coordinates":[-0.1892561,51.3710803]},"properties":{"@type":"node","@id":5131495471,"@timestamp":1506452404},"coords":"51.3710803,-0.1892561","bedrooms":"3","price":"154000","area":"498"} , +{"type":"Feature","id":"n5131678651","geometry":{"type":"Point","coordinates":[-0.5732468,51.2956041]},"properties":{"@type":"node","@id":5131678651,"@timestamp":1533071335},"coords":"51.2956041,-0.5732468","bedrooms":"1","price":"158000","area":"537"} , +{"type":"Feature","id":"n5131975311","geometry":{"type":"Point","coordinates":[0.7089126,51.5442223]},"properties":{"@type":"node","@id":5131975311,"@timestamp":1570095178},"coords":"51.5442223,0.7089126","bedrooms":"1","price":"223000","area":"359"} , +{"type":"Feature","id":"n5132480887","geometry":{"type":"Point","coordinates":[-0.1886014,51.3697629]},"properties":{"@type":"node","@id":5132480887,"@timestamp":1506497160},"coords":"51.3697629,-0.1886014","bedrooms":"3","price":"189000","area":"543"} , +{"type":"Feature","id":"n5132512538","geometry":{"type":"Point","coordinates":[-0.1883201,51.3706033]},"properties":{"@type":"node","@id":5132512538,"@timestamp":1506498121},"coords":"51.3706033,-0.1883201","bedrooms":"1","price":"158000","area":"472"} , +{"type":"Feature","id":"n5132523767","geometry":{"type":"Point","coordinates":[-0.1880626,51.3713861]},"properties":{"@type":"node","@id":5132523767,"@timestamp":1506498340},"coords":"51.3713861,-0.1880626","bedrooms":"4","price":"260000","area":"533"} , +{"type":"Feature","id":"n5133126820","geometry":{"type":"Point","coordinates":[0.0993557,51.7780252]},"properties":{"@type":"node","@id":5133126820,"@timestamp":1506521701},"coords":"51.7780252,0.0993557","bedrooms":"0","price":"162000","area":"390"} , +{"type":"Feature","id":"n5133547002","geometry":{"type":"Point","coordinates":[-0.1912828,51.3682027]},"properties":{"@type":"node","@id":5133547002,"@timestamp":1506534747},"coords":"51.3682027,-0.1912828","bedrooms":"2","price":"208000","area":"605"} , +{"type":"Feature","id":"n5133600262","geometry":{"type":"Point","coordinates":[-0.1872931,51.369952]},"properties":{"@type":"node","@id":5133600262,"@timestamp":1506536171},"coords":"51.369952,-0.1872931","bedrooms":"3","price":"166000","area":"427"} , +{"type":"Feature","id":"n5133713454","geometry":{"type":"Point","coordinates":[-0.5687793,51.3066025]},"properties":{"@type":"node","@id":5133713454,"@timestamp":1506539577},"coords":"51.3066025,-0.5687793","bedrooms":"2","price":"193000","area":"427"} , +{"type":"Feature","id":"n5133861660","geometry":{"type":"Point","coordinates":[-0.5752883,51.3319872]},"properties":{"@type":"node","@id":5133861660,"@timestamp":1506545254},"coords":"51.3319872,-0.5752883","bedrooms":"2","price":"220000","area":"680"} , +{"type":"Feature","id":"n5134847038","geometry":{"type":"Point","coordinates":[-0.4917665,51.3706645]},"properties":{"@type":"node","@id":5134847038,"@timestamp":1506591255},"coords":"51.3706645,-0.4917665","bedrooms":"3","price":"162000","area":"415"} , +{"type":"Feature","id":"n5135046138","geometry":{"type":"Point","coordinates":[-0.192525,51.3659984]},"properties":{"@type":"node","@id":5135046138,"@timestamp":1506597096},"coords":"51.3659984,-0.192525","bedrooms":"1","price":"260000","area":"489"} , +{"type":"Feature","id":"n5135046681","geometry":{"type":"Point","coordinates":[-0.1915705,51.3651459]},"properties":{"@type":"node","@id":5135046681,"@timestamp":1506597100},"coords":"51.3651459,-0.1915705","bedrooms":"2","price":"151000","area":"695"} , +{"type":"Feature","id":"n5135236648","geometry":{"type":"Point","coordinates":[-0.1906835,51.3659582]},"properties":{"@type":"node","@id":5135236648,"@timestamp":1506602050},"coords":"51.3659582,-0.1906835","bedrooms":"1","price":"164000","area":"514"} , +{"type":"Feature","id":"n5135249676","geometry":{"type":"Point","coordinates":[-0.1891026,51.3659339]},"properties":{"@type":"node","@id":5135249676,"@timestamp":1506602438},"coords":"51.3659339,-0.1891026","bedrooms":"1","price":"171000","area":"467"} , +{"type":"Feature","id":"n5135295715","geometry":{"type":"Point","coordinates":[-0.1871199,51.3659013]},"properties":{"@type":"node","@id":5135295715,"@timestamp":1506603516},"coords":"51.3659013,-0.1871199","bedrooms":"2","price":"298000","area":"532"} , +{"type":"Feature","id":"n5135555192","geometry":{"type":"Point","coordinates":[0.3261664,51.1415178]},"properties":{"@type":"node","@id":5135555192,"@timestamp":1506611631},"coords":"51.1415178,0.3261664","bedrooms":"1","price":"162000","area":"577"} , +{"type":"Feature","id":"n5135626936","geometry":{"type":"Point","coordinates":[-0.2816799,51.5310475]},"properties":{"@type":"node","@id":5135626936,"@timestamp":1554649297},"coords":"51.5310475,-0.2816799","bedrooms":"0","price":"284000","area":"681"} , +{"type":"Feature","id":"n5135735227","geometry":{"type":"Point","coordinates":[-1.0185029,51.4479948]},"properties":{"@type":"node","@id":5135735227,"@timestamp":1506616876},"coords":"51.4479948,-1.0185029","bedrooms":"2","price":"260000","area":"395"} , +{"type":"Feature","id":"n5135768546","geometry":{"type":"Point","coordinates":[-0.1889722,51.3648152]},"properties":{"@type":"node","@id":5135768546,"@timestamp":1506617548},"coords":"51.3648152,-0.1889722","bedrooms":"4","price":"162000","area":"633"} , +{"type":"Feature","id":"n5135768997","geometry":{"type":"Point","coordinates":[-0.1884254,51.3643586]},"properties":{"@type":"node","@id":5135768997,"@timestamp":1506617551},"coords":"51.3643586,-0.1884254","bedrooms":"1","price":"286000","area":"535"} , +{"type":"Feature","id":"n5135796782","geometry":{"type":"Point","coordinates":[-0.1874652,51.3655149]},"properties":{"@type":"node","@id":5135796782,"@timestamp":1506618362},"coords":"51.3655149,-0.1874652","bedrooms":"0","price":"258000","area":"433"} , +{"type":"Feature","id":"n5135827573","geometry":{"type":"Point","coordinates":[-0.1881996,51.3671609]},"properties":{"@type":"node","@id":5135827573,"@timestamp":1507216359},"coords":"51.3671609,-0.1881996","bedrooms":"2","price":"247000","area":"648"} , +{"type":"Feature","id":"n5135830885","geometry":{"type":"Point","coordinates":[-0.1879482,51.3678864]},"properties":{"@type":"node","@id":5135830885,"@timestamp":1506619599},"coords":"51.3678864,-0.1879482","bedrooms":"1","price":"250000","area":"449"} , +{"type":"Feature","id":"n5136533157","geometry":{"type":"Point","coordinates":[-0.1689711,51.5224714]},"properties":{"@type":"node","@id":5136533157,"@timestamp":1617542882},"coords":"51.5224714,-0.1689711","bedrooms":"3","price":"266000","area":"414"} , +{"type":"Feature","id":"n5136627318","geometry":{"type":"Point","coordinates":[-0.1896224,51.5247042]},"properties":{"@type":"node","@id":5136627318,"@timestamp":1613391406},"coords":"51.5247042,-0.1896224","bedrooms":"1","price":"297000","area":"545"} , +{"type":"Feature","id":"n5137140719","geometry":{"type":"Point","coordinates":[-0.1878387,51.3682107]},"properties":{"@type":"node","@id":5137140719,"@timestamp":1506675820},"coords":"51.3682107,-0.1878387","bedrooms":"1","price":"191000","area":"673"} , +{"type":"Feature","id":"n5137141452","geometry":{"type":"Point","coordinates":[-0.1868393,51.3690554]},"properties":{"@type":"node","@id":5137141452,"@timestamp":1506675823},"coords":"51.3690554,-0.1868393","bedrooms":"4","price":"258000","area":"623"} , +{"type":"Feature","id":"n5137149678","geometry":{"type":"Point","coordinates":[-0.1860439,51.3691538]},"properties":{"@type":"node","@id":5137149678,"@timestamp":1506676208},"coords":"51.3691538,-0.1860439","bedrooms":"1","price":"171000","area":"395"} , +{"type":"Feature","id":"n5137263337","geometry":{"type":"Point","coordinates":[-0.1866288,51.3665843]},"properties":{"@type":"node","@id":5137263337,"@timestamp":1506681013},"coords":"51.3665843,-0.1866288","bedrooms":"0","price":"208000","area":"699"} , +{"type":"Feature","id":"n5137308472","geometry":{"type":"Point","coordinates":[-0.1869222,51.3698688]},"properties":{"@type":"node","@id":5137308472,"@timestamp":1506683258},"coords":"51.3698688,-0.1869222","bedrooms":"2","price":"173000","area":"393"} , +{"type":"Feature","id":"n5137380909","geometry":{"type":"Point","coordinates":[-0.1835894,51.3698802]},"properties":{"@type":"node","@id":5137380909,"@timestamp":1506686132},"coords":"51.3698802,-0.1835894","bedrooms":"0","price":"241000","area":"428"} , +{"type":"Feature","id":"n5137484069","geometry":{"type":"Point","coordinates":[-0.1842594,51.3716504]},"properties":{"@type":"node","@id":5137484069,"@timestamp":1506690415},"coords":"51.3716504,-0.1842594","bedrooms":"3","price":"187000","area":"403"} , +{"type":"Feature","id":"n5137560361","geometry":{"type":"Point","coordinates":[-0.0798915,51.4975616]},"properties":{"@type":"node","@id":5137560361,"@timestamp":1616729112},"coords":"51.4975616,-0.0798915","bedrooms":"2","price":"168000","area":"519"} , +{"type":"Feature","id":"n5137814417","geometry":{"type":"Point","coordinates":[-0.1582495,51.2745262]},"properties":{"@type":"node","@id":5137814417,"@timestamp":1536599838},"coords":"51.2745262,-0.1582495","bedrooms":"3","price":"161000","area":"460"} , +{"type":"Feature","id":"n5138063924","geometry":{"type":"Point","coordinates":[-0.626451,51.3106543]},"properties":{"@type":"node","@id":5138063924,"@timestamp":1584394537},"coords":"51.3106543,-0.626451","bedrooms":"1","price":"272000","area":"690"} , +{"type":"Feature","id":"n5138148044","geometry":{"type":"Point","coordinates":[-0.4968189,51.7437946]},"properties":{"@type":"node","@id":5138148044,"@timestamp":1506712562},"coords":"51.7437946,-0.4968189","bedrooms":"3","price":"221000","area":"586"} , +{"type":"Feature","id":"n5138352616","geometry":{"type":"Point","coordinates":[-0.6263628,51.3053824]},"properties":{"@type":"node","@id":5138352616,"@timestamp":1506716390},"coords":"51.3053824,-0.6263628","bedrooms":"1","price":"293000","area":"498"} , +{"type":"Feature","id":"n5138604893","geometry":{"type":"Point","coordinates":[-0.8652557,51.1133419]},"properties":{"@type":"node","@id":5138604893,"@timestamp":1630778900},"coords":"51.1133419,-0.8652557","bedrooms":"1","price":"265000","area":"589"} , +{"type":"Feature","id":"n5138706382","geometry":{"type":"Point","coordinates":[-0.3148954,51.5736635]},"properties":{"@type":"node","@id":5138706382,"@timestamp":1616935964},"coords":"51.5736635,-0.3148954","bedrooms":"3","price":"165000","area":"679"} , +{"type":"Feature","id":"n5139141894","geometry":{"type":"Point","coordinates":[-0.1855926,51.3702284]},"properties":{"@type":"node","@id":5139141894,"@timestamp":1506764248},"coords":"51.3702284,-0.1855926","bedrooms":"0","price":"198000","area":"670"} , +{"type":"Feature","id":"n5139296034","geometry":{"type":"Point","coordinates":[-0.1854274,51.3713017]},"properties":{"@type":"node","@id":5139296034,"@timestamp":1506769141},"coords":"51.3713017,-0.1854274","bedrooms":"2","price":"295000","area":"573"} , +{"type":"Feature","id":"n5139382359","geometry":{"type":"Point","coordinates":[-0.1878545,51.3718785]},"properties":{"@type":"node","@id":5139382359,"@timestamp":1506770917},"coords":"51.3718785,-0.1878545","bedrooms":"4","price":"191000","area":"429"} , +{"type":"Feature","id":"n5139463641","geometry":{"type":"Point","coordinates":[-0.171503,51.5770373]},"properties":{"@type":"node","@id":5139463641,"@timestamp":1506774223},"coords":"51.5770373,-0.171503","bedrooms":"3","price":"151000","area":"557"} , +{"type":"Feature","id":"n5139674693","geometry":{"type":"Point","coordinates":[-0.3987526,51.22765]},"properties":{"@type":"node","@id":5139674693,"@timestamp":1530548338},"coords":"51.22765,-0.3987526","bedrooms":"1","price":"173000","area":"393"} , +{"type":"Feature","id":"n5139756810","geometry":{"type":"Point","coordinates":[-0.1036939,51.434587]},"properties":{"@type":"node","@id":5139756810,"@timestamp":1592603968},"coords":"51.434587,-0.1036939","bedrooms":"0","price":"284000","area":"512"} , +{"type":"Feature","id":"n5139782668","geometry":{"type":"Point","coordinates":[-0.1065702,51.432674]},"properties":{"@type":"node","@id":5139782668,"@timestamp":1506787861},"coords":"51.432674,-0.1065702","bedrooms":"2","price":"204000","area":"690"} , +{"type":"Feature","id":"n5139797190","geometry":{"type":"Point","coordinates":[-0.1063255,51.4383349]},"properties":{"@type":"node","@id":5139797190,"@timestamp":1592603968},"coords":"51.4383349,-0.1063255","bedrooms":"2","price":"260000","area":"436"} , +{"type":"Feature","id":"n5139816234","geometry":{"type":"Point","coordinates":[0.1118629,51.3398044]},"properties":{"@type":"node","@id":5139816234,"@timestamp":1564908092},"coords":"51.3398044,0.1118629","bedrooms":"2","price":"216000","area":"545"} , +{"type":"Feature","id":"n5140042761","geometry":{"type":"Point","coordinates":[-0.8963299,51.4331931]},"properties":{"@type":"node","@id":5140042761,"@timestamp":1547756512},"coords":"51.4331931,-0.8963299","bedrooms":"2","price":"200000","area":"635"} , +{"type":"Feature","id":"n5140093430","geometry":{"type":"Point","coordinates":[0.083069,51.3439039]},"properties":{"@type":"node","@id":5140093430,"@timestamp":1564908092},"coords":"51.3439039,0.083069","bedrooms":"1","price":"190000","area":"359"} , +{"type":"Feature","id":"n5140115353","geometry":{"type":"Point","coordinates":[0.0829241,51.3054803]},"properties":{"@type":"node","@id":5140115353,"@timestamp":1564908092},"coords":"51.3054803,0.0829241","bedrooms":"0","price":"200000","area":"614"} , +{"type":"Feature","id":"n5140162925","geometry":{"type":"Point","coordinates":[-0.8275301,51.4072759]},"properties":{"@type":"node","@id":5140162925,"@timestamp":1513629395},"coords":"51.4072759,-0.8275301","bedrooms":"0","price":"170000","area":"672"} , +{"type":"Feature","id":"n5140786967","geometry":{"type":"Point","coordinates":[-0.1278173,51.4949657]},"properties":{"@type":"node","@id":5140786967,"@timestamp":1506845467},"coords":"51.4949657,-0.1278173","bedrooms":"2","price":"292000","area":"628"} , +{"type":"Feature","id":"n5140877005","geometry":{"type":"Point","coordinates":[-0.1122026,51.4291588]},"properties":{"@type":"node","@id":5140877005,"@timestamp":1532022305},"coords":"51.4291588,-0.1122026","bedrooms":"1","price":"254000","area":"413"} , +{"type":"Feature","id":"n5140903676","geometry":{"type":"Point","coordinates":[-0.1042609,51.4315871]},"properties":{"@type":"node","@id":5140903676,"@timestamp":1592603968},"coords":"51.4315871,-0.1042609","bedrooms":"2","price":"289000","area":"484"} , +{"type":"Feature","id":"n5140934825","geometry":{"type":"Point","coordinates":[-0.1036907,51.4320482]},"properties":{"@type":"node","@id":5140934825,"@timestamp":1592603968},"coords":"51.4320482,-0.1036907","bedrooms":"3","price":"189000","area":"674"} , +{"type":"Feature","id":"n5141065352","geometry":{"type":"Point","coordinates":[-0.1856121,51.3678614]},"properties":{"@type":"node","@id":5141065352,"@timestamp":1506859462},"coords":"51.3678614,-0.1856121","bedrooms":"3","price":"274000","area":"532"} , +{"type":"Feature","id":"n5141065475","geometry":{"type":"Point","coordinates":[-0.1844231,51.3675434]},"properties":{"@type":"node","@id":5141065475,"@timestamp":1506859464},"coords":"51.3675434,-0.1844231","bedrooms":"1","price":"205000","area":"442"} , +{"type":"Feature","id":"n5141082920","geometry":{"type":"Point","coordinates":[-0.1850391,51.368125]},"properties":{"@type":"node","@id":5141082920,"@timestamp":1506860379},"coords":"51.368125,-0.1850391","bedrooms":"2","price":"223000","area":"488"} , +{"type":"Feature","id":"n5141091331","geometry":{"type":"Point","coordinates":[0.386802,51.4032672]},"properties":{"@type":"node","@id":5141091331,"@timestamp":1506860845},"coords":"51.4032672,0.386802","bedrooms":"2","price":"214000","area":"617"} , +{"type":"Feature","id":"n5141096594","geometry":{"type":"Point","coordinates":[-0.1843599,51.3687759]},"properties":{"@type":"node","@id":5141096594,"@timestamp":1506861057},"coords":"51.3687759,-0.1843599","bedrooms":"4","price":"291000","area":"680"} , +{"type":"Feature","id":"n5141113479","geometry":{"type":"Point","coordinates":[-0.1831167,51.3688447]},"properties":{"@type":"node","@id":5141113479,"@timestamp":1506861845},"coords":"51.3688447,-0.1831167","bedrooms":"0","price":"252000","area":"562"} , +{"type":"Feature","id":"n5141113708","geometry":{"type":"Point","coordinates":[-0.1830188,51.3684936]},"properties":{"@type":"node","@id":5141113708,"@timestamp":1506861847},"coords":"51.3684936,-0.1830188","bedrooms":"4","price":"255000","area":"578"} , +{"type":"Feature","id":"n5141216760","geometry":{"type":"Point","coordinates":[-0.0875827,51.5106936]},"properties":{"@type":"node","@id":5141216760,"@timestamp":1506867072},"coords":"51.5106936,-0.0875827","bedrooms":"4","price":"190000","area":"355"} , +{"type":"Feature","id":"n5141229521","geometry":{"type":"Point","coordinates":[-0.088617,51.5106122]},"properties":{"@type":"node","@id":5141229521,"@timestamp":1506867074},"coords":"51.5106122,-0.088617","bedrooms":"3","price":"169000","area":"546"} , +{"type":"Feature","id":"n5141277047","geometry":{"type":"Point","coordinates":[-0.1828499,51.3670972]},"properties":{"@type":"node","@id":5141277047,"@timestamp":1506869141},"coords":"51.3670972,-0.1828499","bedrooms":"0","price":"251000","area":"445"} , +{"type":"Feature","id":"n5141294129","geometry":{"type":"Point","coordinates":[-0.1195459,51.3735336]},"properties":{"@type":"node","@id":5141294129,"@timestamp":1559076234},"coords":"51.3735336,-0.1195459","bedrooms":"1","price":"212000","area":"370"} , +{"type":"Feature","id":"n5141377582","geometry":{"type":"Point","coordinates":[-0.185501,51.3666682]},"properties":{"@type":"node","@id":5141377582,"@timestamp":1506872875},"coords":"51.3666682,-0.185501","bedrooms":"0","price":"214000","area":"461"} , +{"type":"Feature","id":"n5141491949","geometry":{"type":"Point","coordinates":[-0.1058035,51.4400999]},"properties":{"@type":"node","@id":5141491949,"@timestamp":1616776025},"coords":"51.4400999,-0.1058035","bedrooms":"0","price":"172000","area":"541"} , +{"type":"Feature","id":"n5141514103","geometry":{"type":"Point","coordinates":[-0.1064135,51.4395504]},"properties":{"@type":"node","@id":5141514103,"@timestamp":1629996940},"coords":"51.4395504,-0.1064135","bedrooms":"1","price":"183000","area":"516"} , +{"type":"Feature","id":"n5141526020","geometry":{"type":"Point","coordinates":[-0.3132209,51.6167514]},"properties":{"@type":"node","@id":5141526020,"@timestamp":1591286570},"coords":"51.6167514,-0.3132209","bedrooms":"3","price":"290000","area":"661"} , +{"type":"Feature","id":"n5141528230","geometry":{"type":"Point","coordinates":[-0.1959598,51.5996541]},"properties":{"@type":"node","@id":5141528230,"@timestamp":1506877774},"coords":"51.5996541,-0.1959598","bedrooms":"4","price":"241000","area":"419"} , +{"type":"Feature","id":"n5141528240","geometry":{"type":"Point","coordinates":[-0.3031938,51.6197905]},"properties":{"@type":"node","@id":5141528240,"@timestamp":1506877775},"coords":"51.6197905,-0.3031938","bedrooms":"4","price":"187000","area":"493"} , +{"type":"Feature","id":"n5141532120","geometry":{"type":"Point","coordinates":[-0.1064524,51.440828]},"properties":{"@type":"node","@id":5141532120,"@timestamp":1506936637},"coords":"51.440828,-0.1064524","bedrooms":"4","price":"198000","area":"356"} , +{"type":"Feature","id":"n5141546379","geometry":{"type":"Point","coordinates":[-0.1067286,51.4409232]},"properties":{"@type":"node","@id":5141546379,"@timestamp":1519501937},"coords":"51.4409232,-0.1067286","bedrooms":"3","price":"186000","area":"682"} , +{"type":"Feature","id":"n5141559345","geometry":{"type":"Point","coordinates":[-0.1070985,51.4410052]},"properties":{"@type":"node","@id":5141559345,"@timestamp":1506937484},"coords":"51.4410052,-0.1070985","bedrooms":"0","price":"241000","area":"360"} , +{"type":"Feature","id":"n5141561649","geometry":{"type":"Point","coordinates":[-0.1059219,51.4403581]},"properties":{"@type":"node","@id":5141561649,"@timestamp":1593620287},"coords":"51.4403581,-0.1059219","bedrooms":"2","price":"162000","area":"661"} , +{"type":"Feature","id":"n5141589359","geometry":{"type":"Point","coordinates":[-0.1063811,51.4392526]},"properties":{"@type":"node","@id":5141589359,"@timestamp":1593859035},"coords":"51.4392526,-0.1063811","bedrooms":"1","price":"206000","area":"514"} , +{"type":"Feature","id":"n5141594663","geometry":{"type":"Point","coordinates":[-0.1061154,51.4392102]},"properties":{"@type":"node","@id":5141594663,"@timestamp":1616974485},"coords":"51.4392102,-0.1061154","bedrooms":"1","price":"230000","area":"528"} , +{"type":"Feature","id":"n5141625670","geometry":{"type":"Point","coordinates":[-0.0904699,51.5113925]},"properties":{"@type":"node","@id":5141625670,"@timestamp":1506882432},"coords":"51.5113925,-0.0904699","bedrooms":"0","price":"276000","area":"652"} , +{"type":"Feature","id":"n5141625739","geometry":{"type":"Point","coordinates":[-0.0886678,51.51136]},"properties":{"@type":"node","@id":5141625739,"@timestamp":1506882434},"coords":"51.51136,-0.0886678","bedrooms":"2","price":"197000","area":"694"} , +{"type":"Feature","id":"n5141876969","geometry":{"type":"Point","coordinates":[-0.0920936,51.5114706]},"properties":{"@type":"node","@id":5141876969,"@timestamp":1506895410},"coords":"51.5114706,-0.0920936","bedrooms":"0","price":"266000","area":"440"} , +{"type":"Feature","id":"n5141877238","geometry":{"type":"Point","coordinates":[-0.0917519,51.5115934]},"properties":{"@type":"node","@id":5141877238,"@timestamp":1506895412},"coords":"51.5115934,-0.0917519","bedrooms":"2","price":"242000","area":"452"} , +{"type":"Feature","id":"n5142073260","geometry":{"type":"Point","coordinates":[0.4635697,51.7414677]},"properties":{"@type":"node","@id":5142073260,"@timestamp":1506909515},"coords":"51.7414677,0.4635697","bedrooms":"2","price":"240000","area":"527"} , +{"type":"Feature","id":"n5142489661","geometry":{"type":"Point","coordinates":[-0.184905,51.3663758]},"properties":{"@type":"node","@id":5142489661,"@timestamp":1506928603},"coords":"51.3663758,-0.184905","bedrooms":"4","price":"217000","area":"431"} , +{"type":"Feature","id":"n5142507319","geometry":{"type":"Point","coordinates":[-0.1835725,51.3666906]},"properties":{"@type":"node","@id":5142507319,"@timestamp":1506929171},"coords":"51.3666906,-0.1835725","bedrooms":"1","price":"275000","area":"678"} , +{"type":"Feature","id":"n5142737626","geometry":{"type":"Point","coordinates":[-0.1060431,51.4396155]},"properties":{"@type":"node","@id":5142737626,"@timestamp":1593620287},"coords":"51.4396155,-0.1060431","bedrooms":"1","price":"219000","area":"576"} , +{"type":"Feature","id":"n5142968771","geometry":{"type":"Point","coordinates":[-0.1036513,51.4344248]},"properties":{"@type":"node","@id":5142968771,"@timestamp":1506945502},"coords":"51.4344248,-0.1036513","bedrooms":"2","price":"177000","area":"470"} , +{"type":"Feature","id":"n5142968783","geometry":{"type":"Point","coordinates":[-0.1038297,51.4352291]},"properties":{"@type":"node","@id":5142968783,"@timestamp":1519514069},"coords":"51.4352291,-0.1038297","bedrooms":"2","price":"259000","area":"652"} , +{"type":"Feature","id":"n5142968794","geometry":{"type":"Point","coordinates":[-0.103949,51.435505]},"properties":{"@type":"node","@id":5142968794,"@timestamp":1592603968},"coords":"51.435505,-0.103949","bedrooms":"4","price":"232000","area":"630"} , +{"type":"Feature","id":"n5142968804","geometry":{"type":"Point","coordinates":[-0.1042239,51.4360425]},"properties":{"@type":"node","@id":5142968804,"@timestamp":1506945506},"coords":"51.4360425,-0.1042239","bedrooms":"3","price":"201000","area":"536"} , +{"type":"Feature","id":"n5142968814","geometry":{"type":"Point","coordinates":[-0.1048134,51.436556]},"properties":{"@type":"node","@id":5142968814,"@timestamp":1619097726},"coords":"51.436556,-0.1048134","bedrooms":"2","price":"230000","area":"417"} , +{"type":"Feature","id":"n5143011742","geometry":{"type":"Point","coordinates":[-0.1052727,51.4368192]},"properties":{"@type":"node","@id":5143011742,"@timestamp":1554318491},"coords":"51.4368192,-0.1052727","bedrooms":"2","price":"225000","area":"681"} , +{"type":"Feature","id":"n5143972136","geometry":{"type":"Point","coordinates":[-0.9791082,51.455339]},"properties":{"@type":"node","@id":5143972136,"@timestamp":1506982313},"coords":"51.455339,-0.9791082","bedrooms":"4","price":"192000","area":"544"} , +{"type":"Feature","id":"n5143972146","geometry":{"type":"Point","coordinates":[-0.978557,51.453091]},"properties":{"@type":"node","@id":5143972146,"@timestamp":1506982314},"coords":"51.453091,-0.978557","bedrooms":"1","price":"231000","area":"571"} , +{"type":"Feature","id":"n5144021720","geometry":{"type":"Point","coordinates":[-0.184367,51.3661864]},"properties":{"@type":"node","@id":5144021720,"@timestamp":1506984854},"coords":"51.3661864,-0.184367","bedrooms":"0","price":"212000","area":"616"} , +{"type":"Feature","id":"n5144022579","geometry":{"type":"Point","coordinates":[-0.1842969,51.3653109]},"properties":{"@type":"node","@id":5144022579,"@timestamp":1506984863},"coords":"51.3653109,-0.1842969","bedrooms":"3","price":"199000","area":"353"} , +{"type":"Feature","id":"n5144537846","geometry":{"type":"Point","coordinates":[-0.1836445,51.3638825]},"properties":{"@type":"node","@id":5144537846,"@timestamp":1507016235},"coords":"51.3638825,-0.1836445","bedrooms":"4","price":"256000","area":"465"} , +{"type":"Feature","id":"n5144543220","geometry":{"type":"Point","coordinates":[-0.18302,51.3650172]},"properties":{"@type":"node","@id":5144543220,"@timestamp":1507016457},"coords":"51.3650172,-0.18302","bedrooms":"1","price":"170000","area":"656"} , +{"type":"Feature","id":"n5144574021","geometry":{"type":"Point","coordinates":[-0.0799987,51.5309927]},"properties":{"@type":"node","@id":5144574021,"@timestamp":1600948314},"coords":"51.5309927,-0.0799987","bedrooms":"0","price":"287000","area":"632"} , +{"type":"Feature","id":"n5144743435","geometry":{"type":"Point","coordinates":[-0.1656326,51.2896056]},"properties":{"@type":"node","@id":5144743435,"@timestamp":1507024344},"coords":"51.2896056,-0.1656326","bedrooms":"4","price":"259000","area":"658"} , +{"type":"Feature","id":"n5144798353","geometry":{"type":"Point","coordinates":[-0.1038578,51.43372]},"properties":{"@type":"node","@id":5144798353,"@timestamp":1507026629},"coords":"51.43372,-0.1038578","bedrooms":"2","price":"297000","area":"563"} , +{"type":"Feature","id":"n5144808345","geometry":{"type":"Point","coordinates":[-0.1036736,51.4337678]},"properties":{"@type":"node","@id":5144808345,"@timestamp":1629051220},"coords":"51.4337678,-0.1036736","bedrooms":"1","price":"180000","area":"689"} , +{"type":"Feature","id":"n5144891971","geometry":{"type":"Point","coordinates":[-0.1042105,51.430863]},"properties":{"@type":"node","@id":5144891971,"@timestamp":1507030810},"coords":"51.430863,-0.1042105","bedrooms":"4","price":"205000","area":"471"} , +{"type":"Feature","id":"n5144891981","geometry":{"type":"Point","coordinates":[-0.103548,51.4319884]},"properties":{"@type":"node","@id":5144891981,"@timestamp":1507030811},"coords":"51.4319884,-0.103548","bedrooms":"2","price":"296000","area":"571"} , +{"type":"Feature","id":"n5145325878","geometry":{"type":"Point","coordinates":[-0.6098521,51.1975337]},"properties":{"@type":"node","@id":5145325878,"@timestamp":1622987207},"coords":"51.1975337,-0.6098521","bedrooms":"3","price":"190000","area":"688"} , +{"type":"Feature","id":"n5145326036","geometry":{"type":"Point","coordinates":[-0.6044462,51.1960754]},"properties":{"@type":"node","@id":5145326036,"@timestamp":1507045113},"coords":"51.1960754,-0.6044462","bedrooms":"3","price":"292000","area":"633"} , +{"type":"Feature","id":"n5145488365","geometry":{"type":"Point","coordinates":[-0.9608334,51.5244281]},"properties":{"@type":"node","@id":5145488365,"@timestamp":1507050652},"coords":"51.5244281,-0.9608334","bedrooms":"1","price":"261000","area":"491"} , +{"type":"Feature","id":"n5146186482","geometry":{"type":"Point","coordinates":[-0.092103,51.5112148]},"properties":{"@type":"node","@id":5146186482,"@timestamp":1553720155},"coords":"51.5112148,-0.092103","bedrooms":"3","price":"179000","area":"452"} , +{"type":"Feature","id":"n5146186513","geometry":{"type":"Point","coordinates":[-0.0921305,51.5109978]},"properties":{"@type":"node","@id":5146186513,"@timestamp":1507070773},"coords":"51.5109978,-0.0921305","bedrooms":"0","price":"282000","area":"430"} , +{"type":"Feature","id":"n5146186738","geometry":{"type":"Point","coordinates":[-0.0921798,51.5114429]},"properties":{"@type":"node","@id":5146186738,"@timestamp":1507070774},"coords":"51.5114429,-0.0921798","bedrooms":"3","price":"267000","area":"517"} , +{"type":"Feature","id":"n5146802817","geometry":{"type":"Point","coordinates":[-0.1823098,51.3633552]},"properties":{"@type":"node","@id":5146802817,"@timestamp":1507102047},"coords":"51.3633552,-0.1823098","bedrooms":"4","price":"202000","area":"662"} , +{"type":"Feature","id":"n5146823389","geometry":{"type":"Point","coordinates":[-0.182622,51.3640731]},"properties":{"@type":"node","@id":5146823389,"@timestamp":1507102867},"coords":"51.3640731,-0.182622","bedrooms":"3","price":"297000","area":"513"} , +{"type":"Feature","id":"n5147084048","geometry":{"type":"Point","coordinates":[0.5274416,50.9387416]},"properties":{"@type":"node","@id":5147084048,"@timestamp":1598268475},"coords":"50.9387416,0.5274416","bedrooms":"0","price":"150000","area":"588"} , +{"type":"Feature","id":"n5147527697","geometry":{"type":"Point","coordinates":[-0.0142678,51.5588775]},"properties":{"@type":"node","@id":5147527697,"@timestamp":1629339816},"coords":"51.5588775,-0.0142678","bedrooms":"3","price":"171000","area":"688"} , +{"type":"Feature","id":"n5147773569","geometry":{"type":"Point","coordinates":[0.0352127,51.3121413]},"properties":{"@type":"node","@id":5147773569,"@timestamp":1564908092},"coords":"51.3121413,0.0352127","bedrooms":"1","price":"281000","area":"553"} , +{"type":"Feature","id":"n5147990083","geometry":{"type":"Point","coordinates":[-0.7225428,51.5326616]},"properties":{"@type":"node","@id":5147990083,"@timestamp":1507134817},"coords":"51.5326616,-0.7225428","bedrooms":"4","price":"258000","area":"519"} , +{"type":"Feature","id":"n5148260065","geometry":{"type":"Point","coordinates":[0.5475569,50.9887059]},"properties":{"@type":"node","@id":5148260065,"@timestamp":1507144153},"coords":"50.9887059,0.5475569","bedrooms":"0","price":"288000","area":"674"} , +{"type":"Feature","id":"n5148672909","geometry":{"type":"Point","coordinates":[-0.1569495,51.5003012]},"properties":{"@type":"node","@id":5148672909,"@timestamp":1507166845},"coords":"51.5003012,-0.1569495","bedrooms":"4","price":"236000","area":"638"} , +{"type":"Feature","id":"n5149160048","geometry":{"type":"Point","coordinates":[-0.1815574,51.3643625]},"properties":{"@type":"node","@id":5149160048,"@timestamp":1507189011},"coords":"51.3643625,-0.1815574","bedrooms":"0","price":"187000","area":"427"} , +{"type":"Feature","id":"n5149160252","geometry":{"type":"Point","coordinates":[-0.1824979,51.365031]},"properties":{"@type":"node","@id":5149160252,"@timestamp":1507189014},"coords":"51.365031,-0.1824979","bedrooms":"0","price":"159000","area":"514"} , +{"type":"Feature","id":"n5149686860","geometry":{"type":"Point","coordinates":[-0.180619,51.3643529]},"properties":{"@type":"node","@id":5149686860,"@timestamp":1507207773},"coords":"51.3643529,-0.180619","bedrooms":"3","price":"197000","area":"672"} , +{"type":"Feature","id":"n5149856867","geometry":{"type":"Point","coordinates":[-0.1806757,51.3653937]},"properties":{"@type":"node","@id":5149856867,"@timestamp":1507213588},"coords":"51.3653937,-0.1806757","bedrooms":"1","price":"282000","area":"414"} , +{"type":"Feature","id":"n5150027619","geometry":{"type":"Point","coordinates":[-0.1813696,51.3652399]},"properties":{"@type":"node","@id":5150027619,"@timestamp":1507219065},"coords":"51.3652399,-0.1813696","bedrooms":"4","price":"188000","area":"419"} , +{"type":"Feature","id":"n5150153023","geometry":{"type":"Point","coordinates":[-0.3025284,51.5144574]},"properties":{"@type":"node","@id":5150153023,"@timestamp":1555790570},"coords":"51.5144574,-0.3025284","bedrooms":"3","price":"272000","area":"355"} , +{"type":"Feature","id":"n5150576893","geometry":{"type":"Point","coordinates":[-0.8314221,51.2888305]},"properties":{"@type":"node","@id":5150576893,"@timestamp":1507236176},"coords":"51.2888305,-0.8314221","bedrooms":"4","price":"242000","area":"402"} , +{"type":"Feature","id":"n5150689845","geometry":{"type":"Point","coordinates":[-0.1801937,51.3634171]},"properties":{"@type":"node","@id":5150689845,"@timestamp":1507240383},"coords":"51.3634171,-0.1801937","bedrooms":"4","price":"221000","area":"599"} , +{"type":"Feature","id":"n5150792991","geometry":{"type":"Point","coordinates":[-0.155894,51.4996934]},"properties":{"@type":"node","@id":5150792991,"@timestamp":1507332277},"coords":"51.4996934,-0.155894","bedrooms":"3","price":"156000","area":"363"} , +{"type":"Feature","id":"n5151172170","geometry":{"type":"Point","coordinates":[-0.1797363,51.36409]},"properties":{"@type":"node","@id":5151172170,"@timestamp":1507274613},"coords":"51.36409,-0.1797363","bedrooms":"4","price":"186000","area":"517"} , +{"type":"Feature","id":"n5151199981","geometry":{"type":"Point","coordinates":[-0.1802431,51.3649569]},"properties":{"@type":"node","@id":5151199981,"@timestamp":1507275972},"coords":"51.3649569,-0.1802431","bedrooms":"0","price":"254000","area":"542"} , +{"type":"Feature","id":"n5151596329","geometry":{"type":"Point","coordinates":[-1.0876677,51.2682841]},"properties":{"@type":"node","@id":5151596329,"@timestamp":1550045323},"coords":"51.2682841,-1.0876677","bedrooms":"0","price":"182000","area":"583"} , +{"type":"Feature","id":"n5151732959","geometry":{"type":"Point","coordinates":[-0.17898,51.364417]},"properties":{"@type":"node","@id":5151732959,"@timestamp":1507297723},"coords":"51.364417,-0.17898","bedrooms":"0","price":"198000","area":"402"} , +{"type":"Feature","id":"n5151735734","geometry":{"type":"Point","coordinates":[0.1192251,51.7793477]},"properties":{"@type":"node","@id":5151735734,"@timestamp":1507298290},"coords":"51.7793477,0.1192251","bedrooms":"1","price":"185000","area":"459"} , +{"type":"Feature","id":"n5151742315","geometry":{"type":"Point","coordinates":[0.1167474,51.7764269]},"properties":{"@type":"node","@id":5151742315,"@timestamp":1507298217},"coords":"51.7764269,0.1167474","bedrooms":"4","price":"234000","area":"356"} , +{"type":"Feature","id":"n5152294910","geometry":{"type":"Point","coordinates":[0.1222996,51.4353934]},"properties":{"@type":"node","@id":5152294910,"@timestamp":1507314469},"coords":"51.4353934,0.1222996","bedrooms":"1","price":"161000","area":"356"} , +{"type":"Feature","id":"n5152294920","geometry":{"type":"Point","coordinates":[0.1226428,51.4358424]},"properties":{"@type":"node","@id":5152294920,"@timestamp":1507314469},"coords":"51.4358424,0.1226428","bedrooms":"2","price":"269000","area":"581"} , +{"type":"Feature","id":"n5152312456","geometry":{"type":"Point","coordinates":[-1.0926267,51.2699765]},"properties":{"@type":"node","@id":5152312456,"@timestamp":1593713209},"coords":"51.2699765,-1.0926267","bedrooms":"1","price":"235000","area":"681"} , +{"type":"Feature","id":"n5152687442","geometry":{"type":"Point","coordinates":[-0.1567221,51.5010083]},"properties":{"@type":"node","@id":5152687442,"@timestamp":1507332259},"coords":"51.5010083,-0.1567221","bedrooms":"3","price":"282000","area":"375"} , +{"type":"Feature","id":"n5152804025","geometry":{"type":"Point","coordinates":[-0.1566501,51.4992854]},"properties":{"@type":"node","@id":5152804025,"@timestamp":1507338588},"coords":"51.4992854,-0.1566501","bedrooms":"2","price":"221000","area":"490"} , +{"type":"Feature","id":"n5152804037","geometry":{"type":"Point","coordinates":[-0.1563071,51.4994344]},"properties":{"@type":"node","@id":5152804037,"@timestamp":1507338589},"coords":"51.4994344,-0.1563071","bedrooms":"0","price":"225000","area":"516"} , +{"type":"Feature","id":"n5152906063","geometry":{"type":"Point","coordinates":[-0.0578345,51.6536064]},"properties":{"@type":"node","@id":5152906063,"@timestamp":1567252020},"coords":"51.6536064,-0.0578345","bedrooms":"3","price":"278000","area":"420"} , +{"type":"Feature","id":"n5153438451","geometry":{"type":"Point","coordinates":[-0.1578398,51.4984812]},"properties":{"@type":"node","@id":5153438451,"@timestamp":1602009351},"coords":"51.4984812,-0.1578398","bedrooms":"2","price":"254000","area":"454"} , +{"type":"Feature","id":"n5153644025","geometry":{"type":"Point","coordinates":[-0.0936834,51.4281493]},"properties":{"@type":"node","@id":5153644025,"@timestamp":1556642118},"coords":"51.4281493,-0.0936834","bedrooms":"1","price":"259000","area":"666"} , +{"type":"Feature","id":"n5153955224","geometry":{"type":"Point","coordinates":[-0.0459537,51.4981905]},"properties":{"@type":"node","@id":5153955224,"@timestamp":1600350549},"coords":"51.4981905,-0.0459537","bedrooms":"4","price":"151000","area":"455"} , +{"type":"Feature","id":"n5154089595","geometry":{"type":"Point","coordinates":[-0.1583175,51.4991081]},"properties":{"@type":"node","@id":5154089595,"@timestamp":1602000302},"coords":"51.4991081,-0.1583175","bedrooms":"4","price":"151000","area":"561"} , +{"type":"Feature","id":"n5154417259","geometry":{"type":"Point","coordinates":[-0.1598883,51.4999755]},"properties":{"@type":"node","@id":5154417259,"@timestamp":1602651173},"coords":"51.4999755,-0.1598883","bedrooms":"2","price":"209000","area":"588"} , +{"type":"Feature","id":"n5155174980","geometry":{"type":"Point","coordinates":[-0.1594746,51.4982363]},"properties":{"@type":"node","@id":5155174980,"@timestamp":1602643205},"coords":"51.4982363,-0.1594746","bedrooms":"1","price":"296000","area":"422"} , +{"type":"Feature","id":"n5155178928","geometry":{"type":"Point","coordinates":[-0.1597137,51.4990776]},"properties":{"@type":"node","@id":5155178928,"@timestamp":1602643205},"coords":"51.4990776,-0.1597137","bedrooms":"1","price":"286000","area":"394"} , +{"type":"Feature","id":"n5155350154","geometry":{"type":"Point","coordinates":[-0.0986596,51.5778981]},"properties":{"@type":"node","@id":5155350154,"@timestamp":1569627710},"coords":"51.5778981,-0.0986596","bedrooms":"1","price":"197000","area":"579"} , +{"type":"Feature","id":"n5155535293","geometry":{"type":"Point","coordinates":[-0.159253,51.4974503]},"properties":{"@type":"node","@id":5155535293,"@timestamp":1602558898},"coords":"51.4974503,-0.159253","bedrooms":"3","price":"226000","area":"519"} , +{"type":"Feature","id":"n5155592823","geometry":{"type":"Point","coordinates":[-0.4276142,51.5769709]},"properties":{"@type":"node","@id":5155592823,"@timestamp":1580006390},"coords":"51.5769709,-0.4276142","bedrooms":"4","price":"288000","area":"660"} , +{"type":"Feature","id":"n5155979020","geometry":{"type":"Point","coordinates":[-0.1586492,51.4954455]},"properties":{"@type":"node","@id":5155979020,"@timestamp":1602406117},"coords":"51.4954455,-0.1586492","bedrooms":"1","price":"264000","area":"590"} , +{"type":"Feature","id":"n5156119264","geometry":{"type":"Point","coordinates":[-0.135211,51.5639036]},"properties":{"@type":"node","@id":5156119264,"@timestamp":1507504713},"coords":"51.5639036,-0.135211","bedrooms":"0","price":"253000","area":"663"} , +{"type":"Feature","id":"n5156160738","geometry":{"type":"Point","coordinates":[-0.1586265,51.4953729]},"properties":{"@type":"node","@id":5156160738,"@timestamp":1602406117},"coords":"51.4953729,-0.1586265","bedrooms":"3","price":"250000","area":"609"} , +{"type":"Feature","id":"n5156585998","geometry":{"type":"Point","coordinates":[0.4469998,51.5845208]},"properties":{"@type":"node","@id":5156585998,"@timestamp":1507543050},"coords":"51.5845208,0.4469998","bedrooms":"2","price":"165000","area":"397"} , +{"type":"Feature","id":"n5156613418","geometry":{"type":"Point","coordinates":[0.4433328,51.5820564]},"properties":{"@type":"node","@id":5156613418,"@timestamp":1586909780},"coords":"51.5820564,0.4433328","bedrooms":"1","price":"150000","area":"383"} , +{"type":"Feature","id":"n5156648387","geometry":{"type":"Point","coordinates":[-0.5554734,51.7765717]},"properties":{"@type":"node","@id":5156648387,"@timestamp":1633186926},"coords":"51.7765717,-0.5554734","bedrooms":"3","price":"271000","area":"572"} , +{"type":"Feature","id":"n5156748104","geometry":{"type":"Point","coordinates":[-0.575422,51.2380511]},"properties":{"@type":"node","@id":5156748104,"@timestamp":1612387551},"coords":"51.2380511,-0.575422","bedrooms":"4","price":"241000","area":"452"} , +{"type":"Feature","id":"n5156800450","geometry":{"type":"Point","coordinates":[0.4434985,51.5811167]},"properties":{"@type":"node","@id":5156800450,"@timestamp":1586909780},"coords":"51.5811167,0.4434985","bedrooms":"2","price":"286000","area":"402"} , +{"type":"Feature","id":"n5156823579","geometry":{"type":"Point","coordinates":[-0.5883332,51.2501317]},"properties":{"@type":"node","@id":5156823579,"@timestamp":1507547046},"coords":"51.2501317,-0.5883332","bedrooms":"1","price":"234000","area":"393"} , +{"type":"Feature","id":"n5156990372","geometry":{"type":"Point","coordinates":[-0.7294322,51.4903078]},"properties":{"@type":"node","@id":5156990372,"@timestamp":1507552615},"coords":"51.4903078,-0.7294322","bedrooms":"0","price":"233000","area":"443"} , +{"type":"Feature","id":"n5157152608","geometry":{"type":"Point","coordinates":[-0.304144,51.4263549]},"properties":{"@type":"node","@id":5157152608,"@timestamp":1621518889},"coords":"51.4263549,-0.304144","bedrooms":"2","price":"272000","area":"554"} , +{"type":"Feature","id":"n5157318531","geometry":{"type":"Point","coordinates":[-0.2614197,51.416916]},"properties":{"@type":"node","@id":5157318531,"@timestamp":1573086907},"coords":"51.416916,-0.2614197","bedrooms":"0","price":"258000","area":"355"} , +{"type":"Feature","id":"n5157862739","geometry":{"type":"Point","coordinates":[-0.164388,51.2374467]},"properties":{"@type":"node","@id":5157862739,"@timestamp":1507583527},"coords":"51.2374467,-0.164388","bedrooms":"4","price":"169000","area":"370"} , +{"type":"Feature","id":"n5158015319","geometry":{"type":"Point","coordinates":[-0.1382435,51.4773583]},"properties":{"@type":"node","@id":5158015319,"@timestamp":1603987043},"coords":"51.4773583,-0.1382435","bedrooms":"0","price":"273000","area":"441"} , +{"type":"Feature","id":"n5158370770","geometry":{"type":"Point","coordinates":[0.1136652,51.699616]},"properties":{"@type":"node","@id":5158370770,"@timestamp":1507619336},"coords":"51.699616,0.1136652","bedrooms":"1","price":"238000","area":"574"} , +{"type":"Feature","id":"n5158776924","geometry":{"type":"Point","coordinates":[-0.589506,51.2444201]},"properties":{"@type":"node","@id":5158776924,"@timestamp":1507634994},"coords":"51.2444201,-0.589506","bedrooms":"3","price":"211000","area":"415"} , +{"type":"Feature","id":"n5159362876","geometry":{"type":"Point","coordinates":[-0.3470872,51.2295737]},"properties":{"@type":"node","@id":5159362876,"@timestamp":1614703082},"coords":"51.2295737,-0.3470872","bedrooms":"4","price":"160000","area":"558"} , +{"type":"Feature","id":"n5159901904","geometry":{"type":"Point","coordinates":[-0.0961204,51.4323403]},"properties":{"@type":"node","@id":5159901904,"@timestamp":1507676992},"coords":"51.4323403,-0.0961204","bedrooms":"4","price":"253000","area":"519"} , +{"type":"Feature","id":"n5159983858","geometry":{"type":"Point","coordinates":[-0.157538,51.4942518]},"properties":{"@type":"node","@id":5159983858,"@timestamp":1611329653},"coords":"51.4942518,-0.157538","bedrooms":"3","price":"249000","area":"546"} , +{"type":"Feature","id":"n5160924116","geometry":{"type":"Point","coordinates":[0.092698,51.7735829]},"properties":{"@type":"node","@id":5160924116,"@timestamp":1507731695},"coords":"51.7735829,0.092698","bedrooms":"1","price":"251000","area":"499"} , +{"type":"Feature","id":"n5160943806","geometry":{"type":"Point","coordinates":[-0.08183,51.5161999]},"properties":{"@type":"node","@id":5160943806,"@timestamp":1624738534},"coords":"51.5161999,-0.08183","bedrooms":"1","price":"287000","area":"423"} , +{"type":"Feature","id":"n5161335667","geometry":{"type":"Point","coordinates":[-0.5089427,51.3869988]},"properties":{"@type":"node","@id":5161335667,"@timestamp":1507741501},"coords":"51.3869988,-0.5089427","bedrooms":"3","price":"192000","area":"612"} , +{"type":"Feature","id":"n5162003748","geometry":{"type":"Point","coordinates":[-0.1566385,51.4938888]},"properties":{"@type":"node","@id":5162003748,"@timestamp":1611330835},"coords":"51.4938888,-0.1566385","bedrooms":"3","price":"269000","area":"494"} , +{"type":"Feature","id":"n5162003861","geometry":{"type":"Point","coordinates":[-0.15675,51.494223]},"properties":{"@type":"node","@id":5162003861,"@timestamp":1611329653},"coords":"51.494223,-0.15675","bedrooms":"0","price":"231000","area":"670"} , +{"type":"Feature","id":"n5162676643","geometry":{"type":"Point","coordinates":[-0.7301065,51.3666389]},"properties":{"@type":"node","@id":5162676643,"@timestamp":1507800153},"coords":"51.3666389,-0.7301065","bedrooms":"4","price":"275000","area":"428"} , +{"type":"Feature","id":"n5162982045","geometry":{"type":"Point","coordinates":[0.1258695,51.41515]},"properties":{"@type":"node","@id":5162982045,"@timestamp":1507812207},"coords":"51.41515,0.1258695","bedrooms":"2","price":"235000","area":"490"} , +{"type":"Feature","id":"n5163670158","geometry":{"type":"Point","coordinates":[0.1147074,51.4186077]},"properties":{"@type":"node","@id":5163670158,"@timestamp":1507833285},"coords":"51.4186077,0.1147074","bedrooms":"0","price":"294000","area":"623"} , +{"type":"Feature","id":"n5163713623","geometry":{"type":"Point","coordinates":[-0.3069579,51.3919693]},"properties":{"@type":"node","@id":5163713623,"@timestamp":1603759892},"coords":"51.3919693,-0.3069579","bedrooms":"1","price":"293000","area":"372"} , +{"type":"Feature","id":"n5163825194","geometry":{"type":"Point","coordinates":[-0.1444604,51.5896002]},"properties":{"@type":"node","@id":5163825194,"@timestamp":1636043350},"coords":"51.5896002,-0.1444604","bedrooms":"2","price":"208000","area":"579"} , +{"type":"Feature","id":"n5163864250","geometry":{"type":"Point","coordinates":[0.1180271,51.4188353]},"properties":{"@type":"node","@id":5163864250,"@timestamp":1507839917},"coords":"51.4188353,0.1180271","bedrooms":"2","price":"280000","area":"590"} , +{"type":"Feature","id":"n5163897926","geometry":{"type":"Point","coordinates":[0.1150725,51.42016]},"properties":{"@type":"node","@id":5163897926,"@timestamp":1507841153},"coords":"51.42016,0.1150725","bedrooms":"0","price":"152000","area":"669"} , +{"type":"Feature","id":"n5163922473","geometry":{"type":"Point","coordinates":[0.1156275,51.4204558]},"properties":{"@type":"node","@id":5163922473,"@timestamp":1507842329},"coords":"51.4204558,0.1156275","bedrooms":"2","price":"281000","area":"531"} , +{"type":"Feature","id":"n5163938156","geometry":{"type":"Point","coordinates":[-0.1580397,51.4933348]},"properties":{"@type":"node","@id":5163938156,"@timestamp":1611232310},"coords":"51.4933348,-0.1580397","bedrooms":"3","price":"232000","area":"535"} , +{"type":"Feature","id":"n5164003899","geometry":{"type":"Point","coordinates":[0.1163275,51.4194849]},"properties":{"@type":"node","@id":5164003899,"@timestamp":1507845342},"coords":"51.4194849,0.1163275","bedrooms":"1","price":"251000","area":"557"} , +{"type":"Feature","id":"n5164152513","geometry":{"type":"Point","coordinates":[-0.1577055,51.4924365]},"properties":{"@type":"node","@id":5164152513,"@timestamp":1611386696},"coords":"51.4924365,-0.1577055","bedrooms":"3","price":"289000","area":"394"} , +{"type":"Feature","id":"n5164153638","geometry":{"type":"Point","coordinates":[-0.1574596,51.4926424]},"properties":{"@type":"node","@id":5164153638,"@timestamp":1611386696},"coords":"51.4926424,-0.1574596","bedrooms":"3","price":"289000","area":"377"} , +{"type":"Feature","id":"n5164763620","geometry":{"type":"Point","coordinates":[-0.0061973,51.5353347]},"properties":{"@type":"node","@id":5164763620,"@timestamp":1607417613},"coords":"51.5353347,-0.0061973","bedrooms":"0","price":"274000","area":"550"} , +{"type":"Feature","id":"n5165355883","geometry":{"type":"Point","coordinates":[-0.804296,51.8317284]},"properties":{"@type":"node","@id":5165355883,"@timestamp":1507902842},"coords":"51.8317284,-0.804296","bedrooms":"4","price":"282000","area":"664"} , +{"type":"Feature","id":"n5165673228","geometry":{"type":"Point","coordinates":[-0.810534,51.8342964]},"properties":{"@type":"node","@id":5165673228,"@timestamp":1507910600},"coords":"51.8342964,-0.810534","bedrooms":"2","price":"192000","area":"417"} , +{"type":"Feature","id":"n5165753997","geometry":{"type":"Point","coordinates":[0.002351,51.5198993]},"properties":{"@type":"node","@id":5165753997,"@timestamp":1507912783},"coords":"51.5198993,0.002351","bedrooms":"2","price":"281000","area":"470"} , +{"type":"Feature","id":"n5165767995","geometry":{"type":"Point","coordinates":[-0.0845929,51.5151282]},"properties":{"@type":"node","@id":5165767995,"@timestamp":1624738534},"coords":"51.5151282,-0.0845929","bedrooms":"4","price":"273000","area":"462"} , +{"type":"Feature","id":"n5165859620","geometry":{"type":"Point","coordinates":[-0.8101737,51.8332652]},"properties":{"@type":"node","@id":5165859620,"@timestamp":1507915306},"coords":"51.8332652,-0.8101737","bedrooms":"3","price":"172000","area":"542"} , +{"type":"Feature","id":"n5165860414","geometry":{"type":"Point","coordinates":[-0.8127386,51.8324908]},"properties":{"@type":"node","@id":5165860414,"@timestamp":1590866188},"coords":"51.8324908,-0.8127386","bedrooms":"2","price":"229000","area":"423"} , +{"type":"Feature","id":"n5165860424","geometry":{"type":"Point","coordinates":[-0.8139638,51.8314683]},"properties":{"@type":"node","@id":5165860424,"@timestamp":1507915313},"coords":"51.8314683,-0.8139638","bedrooms":"0","price":"204000","area":"382"} , +{"type":"Feature","id":"n5165860434","geometry":{"type":"Point","coordinates":[-0.8097183,51.8311766]},"properties":{"@type":"node","@id":5165860434,"@timestamp":1590866188},"coords":"51.8311766,-0.8097183","bedrooms":"2","price":"260000","area":"367"} , +{"type":"Feature","id":"n5165860490","geometry":{"type":"Point","coordinates":[-0.8044213,51.8321287]},"properties":{"@type":"node","@id":5165860490,"@timestamp":1507915315},"coords":"51.8321287,-0.8044213","bedrooms":"3","price":"291000","area":"379"} , +{"type":"Feature","id":"n5165860500","geometry":{"type":"Point","coordinates":[-0.8049713,51.8322084]},"properties":{"@type":"node","@id":5165860500,"@timestamp":1507915316},"coords":"51.8322084,-0.8049713","bedrooms":"2","price":"197000","area":"489"} , +{"type":"Feature","id":"n5165860510","geometry":{"type":"Point","coordinates":[-0.8062591,51.8320666]},"properties":{"@type":"node","@id":5165860510,"@timestamp":1507915316},"coords":"51.8320666,-0.8062591","bedrooms":"2","price":"298000","area":"491"} , +{"type":"Feature","id":"n5165860640","geometry":{"type":"Point","coordinates":[-0.8062236,51.8327381]},"properties":{"@type":"node","@id":5165860640,"@timestamp":1507915317},"coords":"51.8327381,-0.8062236","bedrooms":"3","price":"190000","area":"654"} , +{"type":"Feature","id":"n5166132006","geometry":{"type":"Point","coordinates":[-0.8319501,51.8296694]},"properties":{"@type":"node","@id":5166132006,"@timestamp":1621092917},"coords":"51.8296694,-0.8319501","bedrooms":"1","price":"185000","area":"420"} , +{"type":"Feature","id":"n5166249281","geometry":{"type":"Point","coordinates":[-0.1696149,51.5275243]},"properties":{"@type":"node","@id":5166249281,"@timestamp":1507924496},"coords":"51.5275243,-0.1696149","bedrooms":"3","price":"249000","area":"551"} , +{"type":"Feature","id":"n5166276999","geometry":{"type":"Point","coordinates":[-1.0946212,51.2693611]},"properties":{"@type":"node","@id":5166276999,"@timestamp":1507925188},"coords":"51.2693611,-1.0946212","bedrooms":"4","price":"166000","area":"672"} , +{"type":"Feature","id":"n5166301638","geometry":{"type":"Point","coordinates":[-1.0855811,51.2515801]},"properties":{"@type":"node","@id":5166301638,"@timestamp":1523561492},"coords":"51.2515801,-1.0855811","bedrooms":"1","price":"278000","area":"454"} , +{"type":"Feature","id":"n5166441159","geometry":{"type":"Point","coordinates":[-0.3447269,51.6604399]},"properties":{"@type":"node","@id":5166441159,"@timestamp":1507930581},"coords":"51.6604399,-0.3447269","bedrooms":"2","price":"291000","area":"570"} , +{"type":"Feature","id":"n5166442361","geometry":{"type":"Point","coordinates":[0.0038919,51.7579841]},"properties":{"@type":"node","@id":5166442361,"@timestamp":1507930585},"coords":"51.7579841,0.0038919","bedrooms":"2","price":"238000","area":"448"} , +{"type":"Feature","id":"n5166442423","geometry":{"type":"Point","coordinates":[0.0086515,51.7591653]},"properties":{"@type":"node","@id":5166442423,"@timestamp":1507930586},"coords":"51.7591653,0.0086515","bedrooms":"3","price":"204000","area":"437"} , +{"type":"Feature","id":"n5166471173","geometry":{"type":"Point","coordinates":[-0.4978581,51.9305385]},"properties":{"@type":"node","@id":5166471173,"@timestamp":1507931462},"coords":"51.9305385,-0.4978581","bedrooms":"1","price":"198000","area":"449"} , +{"type":"Feature","id":"n5166471184","geometry":{"type":"Point","coordinates":[-0.4979719,51.9299849]},"properties":{"@type":"node","@id":5166471184,"@timestamp":1507931462},"coords":"51.9299849,-0.4979719","bedrooms":"0","price":"178000","area":"507"} , +{"type":"Feature","id":"n5166556311","geometry":{"type":"Point","coordinates":[-0.2085526,51.6343048]},"properties":{"@type":"node","@id":5166556311,"@timestamp":1511721819},"coords":"51.6343048,-0.2085526","bedrooms":"3","price":"292000","area":"355"} , +{"type":"Feature","id":"n5166628482","geometry":{"type":"Point","coordinates":[-0.1471242,51.5156454]},"properties":{"@type":"node","@id":5166628482,"@timestamp":1507944461},"coords":"51.5156454,-0.1471242","bedrooms":"2","price":"157000","area":"407"} , +{"type":"Feature","id":"n5167244935","geometry":{"type":"Point","coordinates":[-0.177061,51.3644647]},"properties":{"@type":"node","@id":5167244935,"@timestamp":1507983065},"coords":"51.3644647,-0.177061","bedrooms":"3","price":"240000","area":"635"} , +{"type":"Feature","id":"n5167257449","geometry":{"type":"Point","coordinates":[-0.1761545,51.3657588]},"properties":{"@type":"node","@id":5167257449,"@timestamp":1507983665},"coords":"51.3657588,-0.1761545","bedrooms":"0","price":"226000","area":"394"} , +{"type":"Feature","id":"n5167295507","geometry":{"type":"Point","coordinates":[-0.1756044,51.3653056]},"properties":{"@type":"node","@id":5167295507,"@timestamp":1507985719},"coords":"51.3653056,-0.1756044","bedrooms":"3","price":"186000","area":"426"} , +{"type":"Feature","id":"n5167296025","geometry":{"type":"Point","coordinates":[-0.1747106,51.3640906]},"properties":{"@type":"node","@id":5167296025,"@timestamp":1546878760},"coords":"51.3640906,-0.1747106","bedrooms":"0","price":"286000","area":"535"} , +{"type":"Feature","id":"n5167296069","geometry":{"type":"Point","coordinates":[-0.1750523,51.3635024]},"properties":{"@type":"node","@id":5167296069,"@timestamp":1546878761},"coords":"51.3635024,-0.1750523","bedrooms":"2","price":"251000","area":"643"} , +{"type":"Feature","id":"n5167296081","geometry":{"type":"Point","coordinates":[-0.1739523,51.3644546]},"properties":{"@type":"node","@id":5167296081,"@timestamp":1507985724},"coords":"51.3644546,-0.1739523","bedrooms":"4","price":"257000","area":"494"} , +{"type":"Feature","id":"n5167368111","geometry":{"type":"Point","coordinates":[-0.1809097,51.3674615]},"properties":{"@type":"node","@id":5167368111,"@timestamp":1507989081},"coords":"51.3674615,-0.1809097","bedrooms":"0","price":"203000","area":"522"} , +{"type":"Feature","id":"n5167385232","geometry":{"type":"Point","coordinates":[0.1032368,50.9640692]},"properties":{"@type":"node","@id":5167385232,"@timestamp":1507990149},"coords":"50.9640692,0.1032368","bedrooms":"3","price":"180000","area":"454"} , +{"type":"Feature","id":"n5167420788","geometry":{"type":"Point","coordinates":[-0.1793531,51.3668858]},"properties":{"@type":"node","@id":5167420788,"@timestamp":1546875111},"coords":"51.3668858,-0.1793531","bedrooms":"3","price":"261000","area":"540"} , +{"type":"Feature","id":"n5167420977","geometry":{"type":"Point","coordinates":[-0.180839,51.3692258]},"properties":{"@type":"node","@id":5167420977,"@timestamp":1507991761},"coords":"51.3692258,-0.180839","bedrooms":"4","price":"209000","area":"669"} , +{"type":"Feature","id":"n5167433108","geometry":{"type":"Point","coordinates":[-0.1819542,51.3694378]},"properties":{"@type":"node","@id":5167433108,"@timestamp":1507992682},"coords":"51.3694378,-0.1819542","bedrooms":"1","price":"282000","area":"598"} , +{"type":"Feature","id":"n5167437529","geometry":{"type":"Point","coordinates":[-0.1771353,51.3660792]},"properties":{"@type":"node","@id":5167437529,"@timestamp":1507992767},"coords":"51.3660792,-0.1771353","bedrooms":"4","price":"240000","area":"470"} , +{"type":"Feature","id":"n5167494262","geometry":{"type":"Point","coordinates":[0.4436631,51.3055038]},"properties":{"@type":"node","@id":5167494262,"@timestamp":1543946473},"coords":"51.3055038,0.4436631","bedrooms":"4","price":"166000","area":"400"} , +{"type":"Feature","id":"n5167690078","geometry":{"type":"Point","coordinates":[0.104977,51.4252583]},"properties":{"@type":"node","@id":5167690078,"@timestamp":1564903671},"coords":"51.4252583,0.104977","bedrooms":"3","price":"212000","area":"646"} , +{"type":"Feature","id":"n5168097891","geometry":{"type":"Point","coordinates":[-0.1686892,51.2393059]},"properties":{"@type":"node","@id":5168097891,"@timestamp":1630265809},"coords":"51.2393059,-0.1686892","bedrooms":"2","price":"192000","area":"426"} , +{"type":"Feature","id":"n5168269234","geometry":{"type":"Point","coordinates":[-0.5928947,51.5115449]},"properties":{"@type":"node","@id":5168269234,"@timestamp":1578217303},"coords":"51.5115449,-0.5928947","bedrooms":"3","price":"183000","area":"397"} , +{"type":"Feature","id":"n5168285269","geometry":{"type":"Point","coordinates":[-0.1575503,51.4918526]},"properties":{"@type":"node","@id":5168285269,"@timestamp":1508032670},"coords":"51.4918526,-0.1575503","bedrooms":"4","price":"228000","area":"699"} , +{"type":"Feature","id":"n5168893416","geometry":{"type":"Point","coordinates":[-0.1797608,51.3689801]},"properties":{"@type":"node","@id":5168893416,"@timestamp":1508067354},"coords":"51.3689801,-0.1797608","bedrooms":"3","price":"169000","area":"479"} , +{"type":"Feature","id":"n5169070436","geometry":{"type":"Point","coordinates":[-0.1793966,51.3693582]},"properties":{"@type":"node","@id":5169070436,"@timestamp":1508074944},"coords":"51.3693582,-0.1793966","bedrooms":"0","price":"247000","area":"434"} , +{"type":"Feature","id":"n5169071043","geometry":{"type":"Point","coordinates":[-0.1784268,51.3696245]},"properties":{"@type":"node","@id":5169071043,"@timestamp":1508074949},"coords":"51.3696245,-0.1784268","bedrooms":"2","price":"152000","area":"657"} , +{"type":"Feature","id":"n5169472202","geometry":{"type":"Point","coordinates":[-0.3453858,51.5475315]},"properties":{"@type":"node","@id":5169472202,"@timestamp":1508086897},"coords":"51.5475315,-0.3453858","bedrooms":"4","price":"255000","area":"357"} , +{"type":"Feature","id":"n5169472213","geometry":{"type":"Point","coordinates":[-0.3553393,51.5044762]},"properties":{"@type":"node","@id":5169472213,"@timestamp":1609247771},"coords":"51.5044762,-0.3553393","bedrooms":"3","price":"157000","area":"567"} , +{"type":"Feature","id":"n5169477523","geometry":{"type":"Point","coordinates":[-0.3260157,51.4916103]},"properties":{"@type":"node","@id":5169477523,"@timestamp":1508086898},"coords":"51.4916103,-0.3260157","bedrooms":"3","price":"265000","area":"488"} , +{"type":"Feature","id":"n5169477536","geometry":{"type":"Point","coordinates":[-0.3089772,51.4816414]},"properties":{"@type":"node","@id":5169477536,"@timestamp":1602424708},"coords":"51.4816414,-0.3089772","bedrooms":"3","price":"278000","area":"663"} , +{"type":"Feature","id":"n5170949984","geometry":{"type":"Point","coordinates":[-0.0727615,51.5363033]},"properties":{"@type":"node","@id":5170949984,"@timestamp":1508148007},"coords":"51.5363033,-0.0727615","bedrooms":"2","price":"278000","area":"611"} , +{"type":"Feature","id":"n5171272084","geometry":{"type":"Point","coordinates":[-0.0726663,51.7995068]},"properties":{"@type":"node","@id":5171272084,"@timestamp":1634895277},"coords":"51.7995068,-0.0726663","bedrooms":"3","price":"299000","area":"599"} , +{"type":"Feature","id":"n5171441158","geometry":{"type":"Point","coordinates":[-0.1674103,51.2414443]},"properties":{"@type":"node","@id":5171441158,"@timestamp":1591984678},"coords":"51.2414443,-0.1674103","bedrooms":"1","price":"258000","area":"678"} , +{"type":"Feature","id":"n5171834470","geometry":{"type":"Point","coordinates":[-0.4507009,51.5319585]},"properties":{"@type":"node","@id":5171834470,"@timestamp":1607953327},"coords":"51.5319585,-0.4507009","bedrooms":"0","price":"259000","area":"410"} , +{"type":"Feature","id":"n5171949925","geometry":{"type":"Point","coordinates":[-0.1569142,51.4904089]},"properties":{"@type":"node","@id":5171949925,"@timestamp":1611474051},"coords":"51.4904089,-0.1569142","bedrooms":"2","price":"164000","area":"375"} , +{"type":"Feature","id":"n5172512411","geometry":{"type":"Point","coordinates":[-0.761125,51.0865823]},"properties":{"@type":"node","@id":5172512411,"@timestamp":1508225476},"coords":"51.0865823,-0.761125","bedrooms":"3","price":"232000","area":"655"} , +{"type":"Feature","id":"n5172901271","geometry":{"type":"Point","coordinates":[-0.1206497,51.5872988]},"properties":{"@type":"node","@id":5172901271,"@timestamp":1625957483},"coords":"51.5872988,-0.1206497","bedrooms":"0","price":"297000","area":"697"} , +{"type":"Feature","id":"n5172907626","geometry":{"type":"Point","coordinates":[-0.1392924,51.0416368]},"properties":{"@type":"node","@id":5172907626,"@timestamp":1523304392},"coords":"51.0416368,-0.1392924","bedrooms":"2","price":"187000","area":"407"} , +{"type":"Feature","id":"n5172907636","geometry":{"type":"Point","coordinates":[-0.1390243,51.0384796]},"properties":{"@type":"node","@id":5172907636,"@timestamp":1631484300},"coords":"51.0384796,-0.1390243","bedrooms":"1","price":"269000","area":"699"} , +{"type":"Feature","id":"n5172977300","geometry":{"type":"Point","coordinates":[-0.4956739,51.5720478]},"properties":{"@type":"node","@id":5172977300,"@timestamp":1508247469},"coords":"51.5720478,-0.4956739","bedrooms":"4","price":"178000","area":"684"} , +{"type":"Feature","id":"n5173140215","geometry":{"type":"Point","coordinates":[-0.0555309,51.5339928]},"properties":{"@type":"node","@id":5173140215,"@timestamp":1508254625},"coords":"51.5339928,-0.0555309","bedrooms":"1","price":"211000","area":"363"} , +{"type":"Feature","id":"n5173364416","geometry":{"type":"Point","coordinates":[-0.1491555,51.2886645]},"properties":{"@type":"node","@id":5173364416,"@timestamp":1508262409},"coords":"51.2886645,-0.1491555","bedrooms":"4","price":"209000","area":"476"} , +{"type":"Feature","id":"n5173539116","geometry":{"type":"Point","coordinates":[0.0860927,51.8374684]},"properties":{"@type":"node","@id":5173539116,"@timestamp":1508268023},"coords":"51.8374684,0.0860927","bedrooms":"2","price":"262000","area":"498"} , +{"type":"Feature","id":"n5173541298","geometry":{"type":"Point","coordinates":[0.0834855,51.835854]},"properties":{"@type":"node","@id":5173541298,"@timestamp":1508268025},"coords":"51.835854,0.0834855","bedrooms":"1","price":"251000","area":"590"} , +{"type":"Feature","id":"n5173776173","geometry":{"type":"Point","coordinates":[-0.1236753,51.279909]},"properties":{"@type":"node","@id":5173776173,"@timestamp":1508276155},"coords":"51.279909,-0.1236753","bedrooms":"1","price":"194000","area":"526"} , +{"type":"Feature","id":"n5174561470","geometry":{"type":"Point","coordinates":[0.1227865,51.7859095]},"properties":{"@type":"node","@id":5174561470,"@timestamp":1508328748},"coords":"51.7859095,0.1227865","bedrooms":"4","price":"194000","area":"416"} , +{"type":"Feature","id":"n5174673755","geometry":{"type":"Point","coordinates":[-0.0836318,51.5221114]},"properties":{"@type":"node","@id":5174673755,"@timestamp":1539522321},"coords":"51.5221114,-0.0836318","bedrooms":"3","price":"155000","area":"561"} , +{"type":"Feature","id":"n5174828980","geometry":{"type":"Point","coordinates":[-0.0817113,51.5166477]},"properties":{"@type":"node","@id":5174828980,"@timestamp":1624756637},"coords":"51.5166477,-0.0817113","bedrooms":"0","price":"231000","area":"555"} , +{"type":"Feature","id":"n5174991037","geometry":{"type":"Point","coordinates":[-0.9796527,51.4575326]},"properties":{"@type":"node","@id":5174991037,"@timestamp":1615674741},"coords":"51.4575326,-0.9796527","bedrooms":"2","price":"185000","area":"529"} , +{"type":"Feature","id":"n5175107935","geometry":{"type":"Point","coordinates":[-0.2808562,51.6123264]},"properties":{"@type":"node","@id":5175107935,"@timestamp":1508349466},"coords":"51.6123264,-0.2808562","bedrooms":"3","price":"250000","area":"582"} , +{"type":"Feature","id":"n5175143616","geometry":{"type":"Point","coordinates":[-0.1793454,51.3687419]},"properties":{"@type":"node","@id":5175143616,"@timestamp":1508351416},"coords":"51.3687419,-0.1793454","bedrooms":"4","price":"243000","area":"597"} , +{"type":"Feature","id":"n5175143812","geometry":{"type":"Point","coordinates":[-0.1781088,51.3689791]},"properties":{"@type":"node","@id":5175143812,"@timestamp":1508351420},"coords":"51.3689791,-0.1781088","bedrooms":"4","price":"235000","area":"482"} , +{"type":"Feature","id":"n5175677339","geometry":{"type":"Point","coordinates":[-0.4188715,51.5064854]},"properties":{"@type":"node","@id":5175677339,"@timestamp":1608916705},"coords":"51.5064854,-0.4188715","bedrooms":"0","price":"213000","area":"541"} , +{"type":"Feature","id":"n5176309357","geometry":{"type":"Point","coordinates":[-0.2101794,51.7978717]},"properties":{"@type":"node","@id":5176309357,"@timestamp":1508417001},"coords":"51.7978717,-0.2101794","bedrooms":"1","price":"210000","area":"378"} , +{"type":"Feature","id":"n5176472183","geometry":{"type":"Point","coordinates":[0.1084998,51.423122]},"properties":{"@type":"node","@id":5176472183,"@timestamp":1508424530},"coords":"51.423122,0.1084998","bedrooms":"1","price":"222000","area":"537"} , +{"type":"Feature","id":"n5176887586","geometry":{"type":"Point","coordinates":[0.1111769,51.4201579]},"properties":{"@type":"node","@id":5176887586,"@timestamp":1508439457},"coords":"51.4201579,0.1111769","bedrooms":"3","price":"241000","area":"467"} , +{"type":"Feature","id":"n5176888352","geometry":{"type":"Point","coordinates":[0.1121696,51.4210582]},"properties":{"@type":"node","@id":5176888352,"@timestamp":1508439458},"coords":"51.4210582,0.1121696","bedrooms":"2","price":"219000","area":"361"} , +{"type":"Feature","id":"n5176889346","geometry":{"type":"Point","coordinates":[-0.1215574,51.2702004]},"properties":{"@type":"node","@id":5176889346,"@timestamp":1508439509},"coords":"51.2702004,-0.1215574","bedrooms":"4","price":"194000","area":"524"} , +{"type":"Feature","id":"n5176929549","geometry":{"type":"Point","coordinates":[-0.1177952,51.5876609]},"properties":{"@type":"node","@id":5176929549,"@timestamp":1508440847},"coords":"51.5876609,-0.1177952","bedrooms":"0","price":"225000","area":"455"} , +{"type":"Feature","id":"n5176969628","geometry":{"type":"Point","coordinates":[-0.1081308,51.2661695]},"properties":{"@type":"node","@id":5176969628,"@timestamp":1508442181},"coords":"51.2661695,-0.1081308","bedrooms":"4","price":"203000","area":"504"} , +{"type":"Feature","id":"n5177104745","geometry":{"type":"Point","coordinates":[-0.0225126,51.5356431]},"properties":{"@type":"node","@id":5177104745,"@timestamp":1508446599},"coords":"51.5356431,-0.0225126","bedrooms":"0","price":"209000","area":"603"} , +{"type":"Feature","id":"n5177117592","geometry":{"type":"Point","coordinates":[-0.5728223,51.7638032]},"properties":{"@type":"node","@id":5177117592,"@timestamp":1508446796},"coords":"51.7638032,-0.5728223","bedrooms":"3","price":"197000","area":"391"} , +{"type":"Feature","id":"n5177117602","geometry":{"type":"Point","coordinates":[-0.5726857,51.7637192]},"properties":{"@type":"node","@id":5177117602,"@timestamp":1508446796},"coords":"51.7637192,-0.5726857","bedrooms":"4","price":"176000","area":"386"} , +{"type":"Feature","id":"n5177117612","geometry":{"type":"Point","coordinates":[-0.5732511,51.763891]},"properties":{"@type":"node","@id":5177117612,"@timestamp":1508446797},"coords":"51.763891,-0.5732511","bedrooms":"2","price":"171000","area":"409"} , +{"type":"Feature","id":"n5177118923","geometry":{"type":"Point","coordinates":[-0.5734897,51.7639653]},"properties":{"@type":"node","@id":5177118923,"@timestamp":1508446797},"coords":"51.7639653,-0.5734897","bedrooms":"3","price":"289000","area":"475"} , +{"type":"Feature","id":"n5177401496","geometry":{"type":"Point","coordinates":[0.1110673,51.4222542]},"properties":{"@type":"node","@id":5177401496,"@timestamp":1508462891},"coords":"51.4222542,0.1110673","bedrooms":"0","price":"158000","area":"380"} , +{"type":"Feature","id":"n5177737180","geometry":{"type":"Point","coordinates":[-0.1778819,51.3679751]},"properties":{"@type":"node","@id":5177737180,"@timestamp":1546878756},"coords":"51.3679751,-0.1778819","bedrooms":"1","price":"155000","area":"567"} , +{"type":"Feature","id":"n5177949002","geometry":{"type":"Point","coordinates":[0.6503382,51.0330343]},"properties":{"@type":"node","@id":5177949002,"@timestamp":1508494657},"coords":"51.0330343,0.6503382","bedrooms":"4","price":"244000","area":"581"} , +{"type":"Feature","id":"n5178151735","geometry":{"type":"Point","coordinates":[-0.2069983,51.8017924]},"properties":{"@type":"node","@id":5178151735,"@timestamp":1508619768},"coords":"51.8017924,-0.2069983","bedrooms":"2","price":"252000","area":"497"} , +{"type":"Feature","id":"n5178187121","geometry":{"type":"Point","coordinates":[-0.1840554,51.8133734]},"properties":{"@type":"node","@id":5178187121,"@timestamp":1508504622},"coords":"51.8133734,-0.1840554","bedrooms":"0","price":"274000","area":"406"} , +{"type":"Feature","id":"n5178284627","geometry":{"type":"Point","coordinates":[0.0193999,51.4425843]},"properties":{"@type":"node","@id":5178284627,"@timestamp":1508509347},"coords":"51.4425843,0.0193999","bedrooms":"3","price":"166000","area":"396"} , +{"type":"Feature","id":"n5178334735","geometry":{"type":"Point","coordinates":[0.0191746,51.4420456]},"properties":{"@type":"node","@id":5178334735,"@timestamp":1508511125},"coords":"51.4420456,0.0191746","bedrooms":"2","price":"292000","area":"611"} , +{"type":"Feature","id":"n5178344686","geometry":{"type":"Point","coordinates":[-0.1142831,51.587136]},"properties":{"@type":"node","@id":5178344686,"@timestamp":1508511654},"coords":"51.587136,-0.1142831","bedrooms":"1","price":"179000","area":"655"} , +{"type":"Feature","id":"n5178413116","geometry":{"type":"Point","coordinates":[-0.0467147,51.5217026]},"properties":{"@type":"node","@id":5178413116,"@timestamp":1600337107},"coords":"51.5217026,-0.0467147","bedrooms":"0","price":"260000","area":"574"} , +{"type":"Feature","id":"n5178568894","geometry":{"type":"Point","coordinates":[-0.3720212,51.5723906]},"properties":{"@type":"node","@id":5178568894,"@timestamp":1508519962},"coords":"51.5723906,-0.3720212","bedrooms":"1","price":"151000","area":"473"} , +{"type":"Feature","id":"n5178568906","geometry":{"type":"Point","coordinates":[-0.3631936,51.567663]},"properties":{"@type":"node","@id":5178568906,"@timestamp":1508519963},"coords":"51.567663,-0.3631936","bedrooms":"1","price":"255000","area":"608"} , +{"type":"Feature","id":"n5178757694","geometry":{"type":"Point","coordinates":[0.0192125,51.4416958]},"properties":{"@type":"node","@id":5178757694,"@timestamp":1508526704},"coords":"51.4416958,0.0192125","bedrooms":"4","price":"274000","area":"629"} , +{"type":"Feature","id":"n5179065758","geometry":{"type":"Point","coordinates":[0.6679953,51.5630696]},"properties":{"@type":"node","@id":5179065758,"@timestamp":1508539607},"coords":"51.5630696,0.6679953","bedrooms":"0","price":"272000","area":"367"} , +{"type":"Feature","id":"n5179897294","geometry":{"type":"Point","coordinates":[-0.1142826,51.587872]},"properties":{"@type":"node","@id":5179897294,"@timestamp":1564903671},"coords":"51.587872,-0.1142826","bedrooms":"3","price":"268000","area":"679"} , +{"type":"Feature","id":"n5180399561","geometry":{"type":"Point","coordinates":[-0.1222638,51.514514]},"properties":{"@type":"node","@id":5180399561,"@timestamp":1508603579},"coords":"51.514514,-0.1222638","bedrooms":"3","price":"176000","area":"350"} , +{"type":"Feature","id":"n5180479738","geometry":{"type":"Point","coordinates":[-0.0476852,51.6091768]},"properties":{"@type":"node","@id":5180479738,"@timestamp":1536367189},"coords":"51.6091768,-0.0476852","bedrooms":"2","price":"230000","area":"510"} , +{"type":"Feature","id":"n5180531939","geometry":{"type":"Point","coordinates":[-0.8256229,51.6759667]},"properties":{"@type":"node","@id":5180531939,"@timestamp":1508609587},"coords":"51.6759667,-0.8256229","bedrooms":"4","price":"197000","area":"546"} , +{"type":"Feature","id":"n5181018621","geometry":{"type":"Point","coordinates":[0.1007731,51.4261499]},"properties":{"@type":"node","@id":5181018621,"@timestamp":1508635179},"coords":"51.4261499,0.1007731","bedrooms":"3","price":"183000","area":"675"} , +{"type":"Feature","id":"n5181303625","geometry":{"type":"Point","coordinates":[-0.2268746,51.4926771]},"properties":{"@type":"node","@id":5181303625,"@timestamp":1508663726},"coords":"51.4926771,-0.2268746","bedrooms":"0","price":"210000","area":"552"} , +{"type":"Feature","id":"n5181705498","geometry":{"type":"Point","coordinates":[0.1135732,51.417894]},"properties":{"@type":"node","@id":5181705498,"@timestamp":1508678341},"coords":"51.417894,0.1135732","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n5181854745","geometry":{"type":"Point","coordinates":[0.1177619,51.4186252]},"properties":{"@type":"node","@id":5181854745,"@timestamp":1508967503},"coords":"51.4186252,0.1177619","bedrooms":"0","price":"198000","area":"423"} , +{"type":"Feature","id":"n5182035782","geometry":{"type":"Point","coordinates":[-0.3284311,51.2337331]},"properties":{"@type":"node","@id":5182035782,"@timestamp":1569177110},"coords":"51.2337331,-0.3284311","bedrooms":"2","price":"298000","area":"664"} , +{"type":"Feature","id":"n5182144735","geometry":{"type":"Point","coordinates":[-0.5537987,51.935832]},"properties":{"@type":"node","@id":5182144735,"@timestamp":1508693971},"coords":"51.935832,-0.5537987","bedrooms":"1","price":"167000","area":"555"} , +{"type":"Feature","id":"n5182146656","geometry":{"type":"Point","coordinates":[0.1693641,51.2856844]},"properties":{"@type":"node","@id":5182146656,"@timestamp":1621580913},"coords":"51.2856844,0.1693641","bedrooms":"1","price":"182000","area":"405"} , +{"type":"Feature","id":"n5182378154","geometry":{"type":"Point","coordinates":[-0.208667,51.8018157]},"properties":{"@type":"node","@id":5182378154,"@timestamp":1508704528},"coords":"51.8018157,-0.208667","bedrooms":"0","price":"292000","area":"398"} , +{"type":"Feature","id":"n5182384967","geometry":{"type":"Point","coordinates":[-0.1312548,51.6473302]},"properties":{"@type":"node","@id":5182384967,"@timestamp":1600337107},"coords":"51.6473302,-0.1312548","bedrooms":"3","price":"233000","area":"448"} , +{"type":"Feature","id":"n5182424565","geometry":{"type":"Point","coordinates":[-0.3662332,51.471307]},"properties":{"@type":"node","@id":5182424565,"@timestamp":1600337107},"coords":"51.471307,-0.3662332","bedrooms":"4","price":"292000","area":"386"} , +{"type":"Feature","id":"n5182424579","geometry":{"type":"Point","coordinates":[-0.3139969,51.4994298]},"properties":{"@type":"node","@id":5182424579,"@timestamp":1561355768},"coords":"51.4994298,-0.3139969","bedrooms":"2","price":"168000","area":"359"} , +{"type":"Feature","id":"n5182456572","geometry":{"type":"Point","coordinates":[-0.1905229,51.5468718]},"properties":{"@type":"node","@id":5182456572,"@timestamp":1561355768},"coords":"51.5468718,-0.1905229","bedrooms":"1","price":"199000","area":"580"} , +{"type":"Feature","id":"n5182463765","geometry":{"type":"Point","coordinates":[-0.5694169,51.7552529]},"properties":{"@type":"node","@id":5182463765,"@timestamp":1508708998},"coords":"51.7552529,-0.5694169","bedrooms":"1","price":"227000","area":"546"} , +{"type":"Feature","id":"n5182856725","geometry":{"type":"Point","coordinates":[0.1159618,51.41799]},"properties":{"@type":"node","@id":5182856725,"@timestamp":1508730500},"coords":"51.41799,0.1159618","bedrooms":"4","price":"272000","area":"456"} , +{"type":"Feature","id":"n5182913053","geometry":{"type":"Point","coordinates":[0.1060015,51.4249357]},"properties":{"@type":"node","@id":5182913053,"@timestamp":1508735907},"coords":"51.4249357,0.1060015","bedrooms":"1","price":"206000","area":"544"} , +{"type":"Feature","id":"n5182913064","geometry":{"type":"Point","coordinates":[0.1020501,51.4263176]},"properties":{"@type":"node","@id":5182913064,"@timestamp":1508735907},"coords":"51.4263176,0.1020501","bedrooms":"1","price":"196000","area":"582"} , +{"type":"Feature","id":"n5183350491","geometry":{"type":"Point","coordinates":[-0.4734045,51.6401841]},"properties":{"@type":"node","@id":5183350491,"@timestamp":1600337107},"coords":"51.6401841,-0.4734045","bedrooms":"2","price":"280000","area":"491"} , +{"type":"Feature","id":"n5183535830","geometry":{"type":"Point","coordinates":[-0.1762815,51.3667384]},"properties":{"@type":"node","@id":5183535830,"@timestamp":1508756996},"coords":"51.3667384,-0.1762815","bedrooms":"3","price":"265000","area":"450"} , +{"type":"Feature","id":"n5183760374","geometry":{"type":"Point","coordinates":[-0.6061259,51.6739149]},"properties":{"@type":"node","@id":5183760374,"@timestamp":1631525614},"coords":"51.6739149,-0.6061259","bedrooms":"2","price":"151000","area":"551"} , +{"type":"Feature","id":"n5183760385","geometry":{"type":"Point","coordinates":[-0.4183683,51.6570048]},"properties":{"@type":"node","@id":5183760385,"@timestamp":1600337107},"coords":"51.6570048,-0.4183683","bedrooms":"3","price":"206000","area":"398"} , +{"type":"Feature","id":"n5183953381","geometry":{"type":"Point","coordinates":[-0.315006,51.5504849]},"properties":{"@type":"node","@id":5183953381,"@timestamp":1561355768},"coords":"51.5504849,-0.315006","bedrooms":"1","price":"244000","area":"635"} , +{"type":"Feature","id":"n5184009283","geometry":{"type":"Point","coordinates":[0.0171705,51.4403411]},"properties":{"@type":"node","@id":5184009283,"@timestamp":1508770376},"coords":"51.4403411,0.0171705","bedrooms":"3","price":"216000","area":"588"} , +{"type":"Feature","id":"n5184332126","geometry":{"type":"Point","coordinates":[0.0183665,51.4395998]},"properties":{"@type":"node","@id":5184332126,"@timestamp":1508782650},"coords":"51.4395998,0.0183665","bedrooms":"0","price":"166000","area":"464"} , +{"type":"Feature","id":"n5184491535","geometry":{"type":"Point","coordinates":[-0.7598872,51.4282735]},"properties":{"@type":"node","@id":5184491535,"@timestamp":1508785651},"coords":"51.4282735,-0.7598872","bedrooms":"4","price":"225000","area":"469"} , +{"type":"Feature","id":"n5184575049","geometry":{"type":"Point","coordinates":[-0.7509115,51.4313932]},"properties":{"@type":"node","@id":5184575049,"@timestamp":1516484354},"coords":"51.4313932,-0.7509115","bedrooms":"3","price":"194000","area":"450"} , +{"type":"Feature","id":"n5184792446","geometry":{"type":"Point","coordinates":[-0.976736,51.459418]},"properties":{"@type":"node","@id":5184792446,"@timestamp":1571138026},"coords":"51.459418,-0.976736","bedrooms":"3","price":"224000","area":"435"} , +{"type":"Feature","id":"n5185540781","geometry":{"type":"Point","coordinates":[-0.0131172,51.5234684]},"properties":{"@type":"node","@id":5185540781,"@timestamp":1603135619},"coords":"51.5234684,-0.0131172","bedrooms":"2","price":"262000","area":"654"} , +{"type":"Feature","id":"n5185940879","geometry":{"type":"Point","coordinates":[-0.1774883,51.3689201]},"properties":{"@type":"node","@id":5185940879,"@timestamp":1508842918},"coords":"51.3689201,-0.1774883","bedrooms":"2","price":"248000","area":"589"} , +{"type":"Feature","id":"n5185977334","geometry":{"type":"Point","coordinates":[-0.1750897,51.3670664]},"properties":{"@type":"node","@id":5185977334,"@timestamp":1508845010},"coords":"51.3670664,-0.1750897","bedrooms":"1","price":"294000","area":"427"} , +{"type":"Feature","id":"n5186080600","geometry":{"type":"Point","coordinates":[-0.1243368,51.5305509]},"properties":{"@type":"node","@id":5186080600,"@timestamp":1563786851},"coords":"51.5305509,-0.1243368","bedrooms":"1","price":"177000","area":"650"} , +{"type":"Feature","id":"n5186132732","geometry":{"type":"Point","coordinates":[-0.17298,51.3673903]},"properties":{"@type":"node","@id":5186132732,"@timestamp":1508851056},"coords":"51.3673903,-0.17298","bedrooms":"1","price":"191000","area":"359"} , +{"type":"Feature","id":"n5186208996","geometry":{"type":"Point","coordinates":[-0.2802385,51.8334894]},"properties":{"@type":"node","@id":5186208996,"@timestamp":1508854392},"coords":"51.8334894,-0.2802385","bedrooms":"2","price":"178000","area":"557"} , +{"type":"Feature","id":"n5186219532","geometry":{"type":"Point","coordinates":[-0.0420798,51.5589026]},"properties":{"@type":"node","@id":5186219532,"@timestamp":1508854618},"coords":"51.5589026,-0.0420798","bedrooms":"0","price":"255000","area":"680"} , +{"type":"Feature","id":"n5186640030","geometry":{"type":"Point","coordinates":[0.1787188,51.4515584]},"properties":{"@type":"node","@id":5186640030,"@timestamp":1524219984},"coords":"51.4515584,0.1787188","bedrooms":"3","price":"229000","area":"517"} , +{"type":"Feature","id":"n5186818279","geometry":{"type":"Point","coordinates":[0.1182547,51.4177005]},"properties":{"@type":"node","@id":5186818279,"@timestamp":1508871538},"coords":"51.4177005,0.1182547","bedrooms":"0","price":"297000","area":"698"} , +{"type":"Feature","id":"n5186818296","geometry":{"type":"Point","coordinates":[0.1176089,51.4179679]},"properties":{"@type":"node","@id":5186818296,"@timestamp":1508871538},"coords":"51.4179679,0.1176089","bedrooms":"2","price":"284000","area":"522"} , +{"type":"Feature","id":"n5186897871","geometry":{"type":"Point","coordinates":[0.119708,51.4177506]},"properties":{"@type":"node","@id":5186897871,"@timestamp":1619964245},"coords":"51.4177506,0.119708","bedrooms":"2","price":"159000","area":"658"} , +{"type":"Feature","id":"n5186948668","geometry":{"type":"Point","coordinates":[0.1201118,51.417764]},"properties":{"@type":"node","@id":5186948668,"@timestamp":1508874299},"coords":"51.417764,0.1201118","bedrooms":"1","price":"176000","area":"462"} , +{"type":"Feature","id":"n5188039124","geometry":{"type":"Point","coordinates":[-0.1517152,51.4907068]},"properties":{"@type":"node","@id":5188039124,"@timestamp":1508918756},"coords":"51.4907068,-0.1517152","bedrooms":"3","price":"254000","area":"572"} , +{"type":"Feature","id":"n5188039518","geometry":{"type":"Point","coordinates":[-0.1692356,51.4659885]},"properties":{"@type":"node","@id":5188039518,"@timestamp":1508918759},"coords":"51.4659885,-0.1692356","bedrooms":"3","price":"255000","area":"557"} , +{"type":"Feature","id":"n5188705200","geometry":{"type":"Point","coordinates":[-0.0005831,51.5012618]},"properties":{"@type":"node","@id":5188705200,"@timestamp":1591600549},"coords":"51.5012618,-0.0005831","bedrooms":"1","price":"264000","area":"545"} , +{"type":"Feature","id":"n5188912370","geometry":{"type":"Point","coordinates":[-0.0024191,51.5094354]},"properties":{"@type":"node","@id":5188912370,"@timestamp":1630285937},"coords":"51.5094354,-0.0024191","bedrooms":"2","price":"250000","area":"413"} , +{"type":"Feature","id":"n5189168740","geometry":{"type":"Point","coordinates":[-0.417443,51.7434617]},"properties":{"@type":"node","@id":5189168740,"@timestamp":1508956560},"coords":"51.7434617,-0.417443","bedrooms":"0","price":"196000","area":"453"} , +{"type":"Feature","id":"n5189207406","geometry":{"type":"Point","coordinates":[0.1210237,51.4175772]},"properties":{"@type":"node","@id":5189207406,"@timestamp":1508958044},"coords":"51.4175772,0.1210237","bedrooms":"0","price":"276000","area":"661"} , +{"type":"Feature","id":"n5189381345","geometry":{"type":"Point","coordinates":[0.0940137,51.2738393]},"properties":{"@type":"node","@id":5189381345,"@timestamp":1508963431},"coords":"51.2738393,0.0940137","bedrooms":"2","price":"179000","area":"579"} , +{"type":"Feature","id":"n5189396972","geometry":{"type":"Point","coordinates":[0.1029927,51.4224187]},"properties":{"@type":"node","@id":5189396972,"@timestamp":1508964125},"coords":"51.4224187,0.1029927","bedrooms":"0","price":"284000","area":"628"} , +{"type":"Feature","id":"n5189397003","geometry":{"type":"Point","coordinates":[0.1027684,51.422173]},"properties":{"@type":"node","@id":5189397003,"@timestamp":1508964125},"coords":"51.422173,0.1027684","bedrooms":"0","price":"297000","area":"497"} , +{"type":"Feature","id":"n5189397013","geometry":{"type":"Point","coordinates":[0.1030369,51.421959]},"properties":{"@type":"node","@id":5189397013,"@timestamp":1508964126},"coords":"51.421959,0.1030369","bedrooms":"3","price":"286000","area":"488"} , +{"type":"Feature","id":"n5189397423","geometry":{"type":"Point","coordinates":[0.1007338,51.4224803]},"properties":{"@type":"node","@id":5189397423,"@timestamp":1508964126},"coords":"51.4224803,0.1007338","bedrooms":"1","price":"247000","area":"525"} , +{"type":"Feature","id":"n5189456480","geometry":{"type":"Point","coordinates":[0.1169573,51.4169307]},"properties":{"@type":"node","@id":5189456480,"@timestamp":1525997989},"coords":"51.4169307,0.1169573","bedrooms":"0","price":"254000","area":"417"} , +{"type":"Feature","id":"n5189582209","geometry":{"type":"Point","coordinates":[0.1225341,51.4167755]},"properties":{"@type":"node","@id":5189582209,"@timestamp":1508976913},"coords":"51.4167755,0.1225341","bedrooms":"3","price":"158000","area":"438"} , +{"type":"Feature","id":"n5189643265","geometry":{"type":"Point","coordinates":[0.0099063,51.5497202]},"properties":{"@type":"node","@id":5189643265,"@timestamp":1620917775},"coords":"51.5497202,0.0099063","bedrooms":"4","price":"244000","area":"407"} , +{"type":"Feature","id":"n5189683230","geometry":{"type":"Point","coordinates":[0.0975289,51.4263201]},"properties":{"@type":"node","@id":5189683230,"@timestamp":1508981866},"coords":"51.4263201,0.0975289","bedrooms":"4","price":"243000","area":"652"} , +{"type":"Feature","id":"n5189721465","geometry":{"type":"Point","coordinates":[0.0943526,51.4271431]},"properties":{"@type":"node","@id":5189721465,"@timestamp":1508984092},"coords":"51.4271431,0.0943526","bedrooms":"1","price":"214000","area":"568"} , +{"type":"Feature","id":"n5190007141","geometry":{"type":"Point","coordinates":[0.1147911,51.419648]},"properties":{"@type":"node","@id":5190007141,"@timestamp":1508995636},"coords":"51.419648,0.1147911","bedrooms":"0","price":"276000","area":"669"} , +{"type":"Feature","id":"n5190050754","geometry":{"type":"Point","coordinates":[0.1185948,51.4216846]},"properties":{"@type":"node","@id":5190050754,"@timestamp":1508996963},"coords":"51.4216846,0.1185948","bedrooms":"4","price":"238000","area":"495"} , +{"type":"Feature","id":"n5190170415","geometry":{"type":"Point","coordinates":[0.1180819,51.427157]},"properties":{"@type":"node","@id":5190170415,"@timestamp":1509001213},"coords":"51.427157,0.1180819","bedrooms":"0","price":"254000","area":"457"} , +{"type":"Feature","id":"n5190208544","geometry":{"type":"Point","coordinates":[0.100144,51.426369]},"properties":{"@type":"node","@id":5190208544,"@timestamp":1509002380},"coords":"51.426369,0.100144","bedrooms":"3","price":"156000","area":"434"} , +{"type":"Feature","id":"n5190220084","geometry":{"type":"Point","coordinates":[0.1001847,51.4257647]},"properties":{"@type":"node","@id":5190220084,"@timestamp":1509002723},"coords":"51.4257647,0.1001847","bedrooms":"4","price":"277000","area":"594"} , +{"type":"Feature","id":"n5190220094","geometry":{"type":"Point","coordinates":[0.0992192,51.4260119]},"properties":{"@type":"node","@id":5190220094,"@timestamp":1509002724},"coords":"51.4260119,0.0992192","bedrooms":"3","price":"297000","area":"416"} , +{"type":"Feature","id":"n5190233469","geometry":{"type":"Point","coordinates":[0.0986674,51.4236223]},"properties":{"@type":"node","@id":5190233469,"@timestamp":1509003404},"coords":"51.4236223,0.0986674","bedrooms":"0","price":"291000","area":"683"} , +{"type":"Feature","id":"n5190233479","geometry":{"type":"Point","coordinates":[0.1005192,51.4236654]},"properties":{"@type":"node","@id":5190233479,"@timestamp":1509003404},"coords":"51.4236654,0.1005192","bedrooms":"3","price":"156000","area":"366"} , +{"type":"Feature","id":"n5190271822","geometry":{"type":"Point","coordinates":[0.0992803,51.4249797]},"properties":{"@type":"node","@id":5190271822,"@timestamp":1509004498},"coords":"51.4249797,0.0992803","bedrooms":"0","price":"249000","area":"515"} , +{"type":"Feature","id":"n5190271832","geometry":{"type":"Point","coordinates":[0.0983902,51.4247325]},"properties":{"@type":"node","@id":5190271832,"@timestamp":1509004498},"coords":"51.4247325,0.0983902","bedrooms":"0","price":"171000","area":"523"} , +{"type":"Feature","id":"n5190338905","geometry":{"type":"Point","coordinates":[0.1030072,51.4167922]},"properties":{"@type":"node","@id":5190338905,"@timestamp":1509006532},"coords":"51.4167922,0.1030072","bedrooms":"0","price":"268000","area":"384"} , +{"type":"Feature","id":"n5190554825","geometry":{"type":"Point","coordinates":[-0.174598,51.368241]},"properties":{"@type":"node","@id":5190554825,"@timestamp":1546878757},"coords":"51.368241,-0.174598","bedrooms":"0","price":"185000","area":"680"} , +{"type":"Feature","id":"n5190675310","geometry":{"type":"Point","coordinates":[-0.1748414,51.3693984]},"properties":{"@type":"node","@id":5190675310,"@timestamp":1509017102},"coords":"51.3693984,-0.1748414","bedrooms":"1","price":"235000","area":"644"} , +{"type":"Feature","id":"n5190725297","geometry":{"type":"Point","coordinates":[-0.1757037,51.3688958]},"properties":{"@type":"node","@id":5190725297,"@timestamp":1509018703},"coords":"51.3688958,-0.1757037","bedrooms":"2","price":"205000","area":"466"} , +{"type":"Feature","id":"n5191321689","geometry":{"type":"Point","coordinates":[0.1184836,51.4185719]},"properties":{"@type":"node","@id":5191321689,"@timestamp":1509033441},"coords":"51.4185719,0.1184836","bedrooms":"3","price":"261000","area":"375"} , +{"type":"Feature","id":"n5191379446","geometry":{"type":"Point","coordinates":[0.0680054,51.5627134]},"properties":{"@type":"node","@id":5191379446,"@timestamp":1509034853},"coords":"51.5627134,0.0680054","bedrooms":"1","price":"175000","area":"591"} , +{"type":"Feature","id":"n5191534168","geometry":{"type":"Point","coordinates":[0.1144376,51.4211665]},"properties":{"@type":"node","@id":5191534168,"@timestamp":1509039076},"coords":"51.4211665,0.1144376","bedrooms":"2","price":"197000","area":"391"} , +{"type":"Feature","id":"n5191565010","geometry":{"type":"Point","coordinates":[-0.3709909,51.5749327]},"properties":{"@type":"node","@id":5191565010,"@timestamp":1603758220},"coords":"51.5749327,-0.3709909","bedrooms":"0","price":"158000","area":"354"} , +{"type":"Feature","id":"n5191750384","geometry":{"type":"Point","coordinates":[0.0123804,51.4463901]},"properties":{"@type":"node","@id":5191750384,"@timestamp":1509044961},"coords":"51.4463901,0.0123804","bedrooms":"4","price":"263000","area":"564"} , +{"type":"Feature","id":"n5191750394","geometry":{"type":"Point","coordinates":[0.0128739,51.4472259]},"properties":{"@type":"node","@id":5191750394,"@timestamp":1509044962},"coords":"51.4472259,0.0128739","bedrooms":"1","price":"280000","area":"461"} , +{"type":"Feature","id":"n5192048381","geometry":{"type":"Point","coordinates":[-0.154162,51.4901913]},"properties":{"@type":"node","@id":5192048381,"@timestamp":1509052591},"coords":"51.4901913,-0.154162","bedrooms":"4","price":"212000","area":"505"} , +{"type":"Feature","id":"n5192050324","geometry":{"type":"Point","coordinates":[-0.1544946,51.4902251]},"properties":{"@type":"node","@id":5192050324,"@timestamp":1509052594},"coords":"51.4902251,-0.1544946","bedrooms":"2","price":"203000","area":"618"} , +{"type":"Feature","id":"n5192214451","geometry":{"type":"Point","coordinates":[-0.1537697,51.4904184]},"properties":{"@type":"node","@id":5192214451,"@timestamp":1509057613},"coords":"51.4904184,-0.1537697","bedrooms":"4","price":"179000","area":"687"} , +{"type":"Feature","id":"n5192576403","geometry":{"type":"Point","coordinates":[0.0613801,51.5557218]},"properties":{"@type":"node","@id":5192576403,"@timestamp":1623855697},"coords":"51.5557218,0.0613801","bedrooms":"1","price":"168000","area":"654"} , +{"type":"Feature","id":"n5193596377","geometry":{"type":"Point","coordinates":[-0.1761899,51.3697879]},"properties":{"@type":"node","@id":5193596377,"@timestamp":1509097655},"coords":"51.3697879,-0.1761899","bedrooms":"3","price":"246000","area":"502"} , +{"type":"Feature","id":"n5193645771","geometry":{"type":"Point","coordinates":[-0.175154,51.3703455]},"properties":{"@type":"node","@id":5193645771,"@timestamp":1509098320},"coords":"51.3703455,-0.175154","bedrooms":"1","price":"211000","area":"664"} , +{"type":"Feature","id":"n5193716886","geometry":{"type":"Point","coordinates":[-0.089339,51.5439614]},"properties":{"@type":"node","@id":5193716886,"@timestamp":1616847767},"coords":"51.5439614,-0.089339","bedrooms":"1","price":"225000","area":"452"} , +{"type":"Feature","id":"n5193720650","geometry":{"type":"Point","coordinates":[-0.1760186,51.370836]},"properties":{"@type":"node","@id":5193720650,"@timestamp":1509100500},"coords":"51.370836,-0.1760186","bedrooms":"3","price":"213000","area":"643"} , +{"type":"Feature","id":"n5193993703","geometry":{"type":"Point","coordinates":[-0.1682472,51.2403796]},"properties":{"@type":"node","@id":5193993703,"@timestamp":1509109546},"coords":"51.2403796,-0.1682472","bedrooms":"1","price":"271000","area":"486"} , +{"type":"Feature","id":"n5194499622","geometry":{"type":"Point","coordinates":[-0.1275082,51.5663027]},"properties":{"@type":"node","@id":5194499622,"@timestamp":1509123628},"coords":"51.5663027,-0.1275082","bedrooms":"0","price":"297000","area":"646"} , +{"type":"Feature","id":"n5194499638","geometry":{"type":"Point","coordinates":[-0.1276853,51.5665559]},"properties":{"@type":"node","@id":5194499638,"@timestamp":1509123628},"coords":"51.5665559,-0.1276853","bedrooms":"3","price":"228000","area":"671"} , +{"type":"Feature","id":"n5194513950","geometry":{"type":"Point","coordinates":[-0.1279337,51.5660338]},"properties":{"@type":"node","@id":5194513950,"@timestamp":1509124325},"coords":"51.5660338,-0.1279337","bedrooms":"1","price":"296000","area":"500"} , +{"type":"Feature","id":"n5194592309","geometry":{"type":"Point","coordinates":[-0.1285216,51.5663449]},"properties":{"@type":"node","@id":5194592309,"@timestamp":1509127499},"coords":"51.5663449,-0.1285216","bedrooms":"2","price":"225000","area":"575"} , +{"type":"Feature","id":"n5194603887","geometry":{"type":"Point","coordinates":[0.0288897,51.4446953]},"properties":{"@type":"node","@id":5194603887,"@timestamp":1509127946},"coords":"51.4446953,0.0288897","bedrooms":"3","price":"198000","area":"617"} , +{"type":"Feature","id":"n5194623246","geometry":{"type":"Point","coordinates":[0.0265447,51.4470008]},"properties":{"@type":"node","@id":5194623246,"@timestamp":1509128896},"coords":"51.4470008,0.0265447","bedrooms":"3","price":"256000","area":"672"} , +{"type":"Feature","id":"n5195067751","geometry":{"type":"Point","coordinates":[-0.1520164,51.4904946]},"properties":{"@type":"node","@id":5195067751,"@timestamp":1509146942},"coords":"51.4904946,-0.1520164","bedrooms":"0","price":"296000","area":"503"} , +{"type":"Feature","id":"n5195068268","geometry":{"type":"Point","coordinates":[-0.1529154,51.4907412]},"properties":{"@type":"node","@id":5195068268,"@timestamp":1509146937},"coords":"51.4907412,-0.1529154","bedrooms":"0","price":"196000","area":"581"} , +{"type":"Feature","id":"n5195068595","geometry":{"type":"Point","coordinates":[-0.1511076,51.4909474]},"properties":{"@type":"node","@id":5195068595,"@timestamp":1509146940},"coords":"51.4909474,-0.1511076","bedrooms":"4","price":"261000","area":"455"} , +{"type":"Feature","id":"n5195793066","geometry":{"type":"Point","coordinates":[-0.1447096,51.2604548]},"properties":{"@type":"node","@id":5195793066,"@timestamp":1591967937},"coords":"51.2604548,-0.1447096","bedrooms":"0","price":"192000","area":"424"} , +{"type":"Feature","id":"n5195843005","geometry":{"type":"Point","coordinates":[-0.1746393,51.3707986]},"properties":{"@type":"node","@id":5195843005,"@timestamp":1509186247},"coords":"51.3707986,-0.1746393","bedrooms":"4","price":"215000","area":"553"} , +{"type":"Feature","id":"n5195873235","geometry":{"type":"Point","coordinates":[-0.1574996,51.3626602]},"properties":{"@type":"node","@id":5195873235,"@timestamp":1509187295},"coords":"51.3626602,-0.1574996","bedrooms":"0","price":"168000","area":"535"} , +{"type":"Feature","id":"n5196221264","geometry":{"type":"Point","coordinates":[-0.373383,51.5617239]},"properties":{"@type":"node","@id":5196221264,"@timestamp":1509197896},"coords":"51.5617239,-0.373383","bedrooms":"0","price":"228000","area":"413"} , +{"type":"Feature","id":"n5196221274","geometry":{"type":"Point","coordinates":[-0.3589385,51.5602797]},"properties":{"@type":"node","@id":5196221274,"@timestamp":1509197897},"coords":"51.5602797,-0.3589385","bedrooms":"2","price":"214000","area":"646"} , +{"type":"Feature","id":"n5196228760","geometry":{"type":"Point","coordinates":[-0.1493065,51.4906627]},"properties":{"@type":"node","@id":5196228760,"@timestamp":1509198223},"coords":"51.4906627,-0.1493065","bedrooms":"3","price":"217000","area":"606"} , +{"type":"Feature","id":"n5196230950","geometry":{"type":"Point","coordinates":[-0.1498698,51.4909182]},"properties":{"@type":"node","@id":5196230950,"@timestamp":1509198227},"coords":"51.4909182,-0.1498698","bedrooms":"1","price":"287000","area":"597"} , +{"type":"Feature","id":"n5196261383","geometry":{"type":"Point","coordinates":[-0.3815521,51.5582995]},"properties":{"@type":"node","@id":5196261383,"@timestamp":1625260198},"coords":"51.5582995,-0.3815521","bedrooms":"0","price":"244000","area":"581"} , +{"type":"Feature","id":"n5196261393","geometry":{"type":"Point","coordinates":[-0.3816634,51.5583863]},"properties":{"@type":"node","@id":5196261393,"@timestamp":1509199556},"coords":"51.5583863,-0.3816634","bedrooms":"2","price":"182000","area":"688"} , +{"type":"Feature","id":"n5196411720","geometry":{"type":"Point","coordinates":[0.5229633,51.2816085]},"properties":{"@type":"node","@id":5196411720,"@timestamp":1509204374},"coords":"51.2816085,0.5229633","bedrooms":"1","price":"169000","area":"383"} , +{"type":"Feature","id":"n5196440680","geometry":{"type":"Point","coordinates":[0.034492,51.2929217]},"properties":{"@type":"node","@id":5196440680,"@timestamp":1592429223},"coords":"51.2929217,0.034492","bedrooms":"4","price":"181000","area":"524"} , +{"type":"Feature","id":"n5196760626","geometry":{"type":"Point","coordinates":[0.0139447,51.4474311]},"properties":{"@type":"node","@id":5196760626,"@timestamp":1509216834},"coords":"51.4474311,0.0139447","bedrooms":"1","price":"218000","area":"683"} , +{"type":"Feature","id":"n5196760737","geometry":{"type":"Point","coordinates":[0.0139423,51.4473676]},"properties":{"@type":"node","@id":5196760737,"@timestamp":1509216836},"coords":"51.4473676,0.0139423","bedrooms":"2","price":"214000","area":"391"} , +{"type":"Feature","id":"n5196784400","geometry":{"type":"Point","coordinates":[-0.1479292,51.4888398]},"properties":{"@type":"node","@id":5196784400,"@timestamp":1635397217},"coords":"51.4888398,-0.1479292","bedrooms":"4","price":"236000","area":"448"} , +{"type":"Feature","id":"n5196963976","geometry":{"type":"Point","coordinates":[-0.534882,51.3609392]},"properties":{"@type":"node","@id":5196963976,"@timestamp":1509224761},"coords":"51.3609392,-0.534882","bedrooms":"1","price":"232000","area":"457"} , +{"type":"Feature","id":"n5197086177","geometry":{"type":"Point","coordinates":[-0.1463655,51.490332]},"properties":{"@type":"node","@id":5197086177,"@timestamp":1619031500},"coords":"51.490332,-0.1463655","bedrooms":"3","price":"267000","area":"642"} , +{"type":"Feature","id":"n5197122073","geometry":{"type":"Point","coordinates":[-0.1289284,51.566003]},"properties":{"@type":"node","@id":5197122073,"@timestamp":1509232635},"coords":"51.566003,-0.1289284","bedrooms":"4","price":"287000","area":"459"} , +{"type":"Feature","id":"n5197167442","geometry":{"type":"Point","coordinates":[-0.1305342,51.5652274]},"properties":{"@type":"node","@id":5197167442,"@timestamp":1509234483},"coords":"51.5652274,-0.1305342","bedrooms":"0","price":"165000","area":"370"} , +{"type":"Feature","id":"n5197236563","geometry":{"type":"Point","coordinates":[-0.1500505,51.4858005]},"properties":{"@type":"node","@id":5197236563,"@timestamp":1605458995},"coords":"51.4858005,-0.1500505","bedrooms":"0","price":"296000","area":"681"} , +{"type":"Feature","id":"n5197360398","geometry":{"type":"Point","coordinates":[-0.1481147,51.4779149]},"properties":{"@type":"node","@id":5197360398,"@timestamp":1617159067},"coords":"51.4779149,-0.1481147","bedrooms":"4","price":"179000","area":"435"} , +{"type":"Feature","id":"n5197795125","geometry":{"type":"Point","coordinates":[-0.1580313,51.3630241]},"properties":{"@type":"node","@id":5197795125,"@timestamp":1509269362},"coords":"51.3630241,-0.1580313","bedrooms":"2","price":"246000","area":"695"} , +{"type":"Feature","id":"n5197795371","geometry":{"type":"Point","coordinates":[-0.1583139,51.3610956]},"properties":{"@type":"node","@id":5197795371,"@timestamp":1509269365},"coords":"51.3610956,-0.1583139","bedrooms":"0","price":"186000","area":"513"} , +{"type":"Feature","id":"n5197817365","geometry":{"type":"Point","coordinates":[-0.1580049,51.3607644]},"properties":{"@type":"node","@id":5197817365,"@timestamp":1509269746},"coords":"51.3607644,-0.1580049","bedrooms":"0","price":"205000","area":"567"} , +{"type":"Feature","id":"n5197946594","geometry":{"type":"Point","coordinates":[-0.9771356,51.4551461]},"properties":{"@type":"node","@id":5197946594,"@timestamp":1628890488},"coords":"51.4551461,-0.9771356","bedrooms":"2","price":"159000","area":"622"} , +{"type":"Feature","id":"n5198035994","geometry":{"type":"Point","coordinates":[-0.1608329,51.3601749]},"properties":{"@type":"node","@id":5198035994,"@timestamp":1509277696},"coords":"51.3601749,-0.1608329","bedrooms":"1","price":"164000","area":"451"} , +{"type":"Feature","id":"n5198036188","geometry":{"type":"Point","coordinates":[-0.1614271,51.3597597]},"properties":{"@type":"node","@id":5198036188,"@timestamp":1509277698},"coords":"51.3597597,-0.1614271","bedrooms":"1","price":"298000","area":"438"} , +{"type":"Feature","id":"n5198060756","geometry":{"type":"Point","coordinates":[-0.1640845,51.3592358]},"properties":{"@type":"node","@id":5198060756,"@timestamp":1509278677},"coords":"51.3592358,-0.1640845","bedrooms":"1","price":"242000","area":"597"} , +{"type":"Feature","id":"n5198104767","geometry":{"type":"Point","coordinates":[-0.164427,51.3623386]},"properties":{"@type":"node","@id":5198104767,"@timestamp":1509280026},"coords":"51.3623386,-0.164427","bedrooms":"2","price":"295000","area":"414"} , +{"type":"Feature","id":"n5198143021","geometry":{"type":"Point","coordinates":[-0.3713897,51.5623411]},"properties":{"@type":"node","@id":5198143021,"@timestamp":1509281892},"coords":"51.5623411,-0.3713897","bedrooms":"4","price":"207000","area":"389"} , +{"type":"Feature","id":"n5198143031","geometry":{"type":"Point","coordinates":[-0.3704552,51.5624376]},"properties":{"@type":"node","@id":5198143031,"@timestamp":1623205327},"coords":"51.5624376,-0.3704552","bedrooms":"2","price":"216000","area":"560"} , +{"type":"Feature","id":"n5198143041","geometry":{"type":"Point","coordinates":[-0.367914,51.5632015]},"properties":{"@type":"node","@id":5198143041,"@timestamp":1622909035},"coords":"51.5632015,-0.367914","bedrooms":"2","price":"273000","area":"666"} , +{"type":"Feature","id":"n5198163068","geometry":{"type":"Point","coordinates":[-0.1649212,51.3598278]},"properties":{"@type":"node","@id":5198163068,"@timestamp":1509282966},"coords":"51.3598278,-0.1649212","bedrooms":"4","price":"218000","area":"365"} , +{"type":"Feature","id":"n5198163226","geometry":{"type":"Point","coordinates":[-0.1661268,51.3595466]},"properties":{"@type":"node","@id":5198163226,"@timestamp":1509282969},"coords":"51.3595466,-0.1661268","bedrooms":"0","price":"175000","area":"585"} , +{"type":"Feature","id":"n5198163353","geometry":{"type":"Point","coordinates":[-0.1660418,51.3603483]},"properties":{"@type":"node","@id":5198163353,"@timestamp":1509282971},"coords":"51.3603483,-0.1660418","bedrooms":"2","price":"205000","area":"648"} , +{"type":"Feature","id":"n5198354562","geometry":{"type":"Point","coordinates":[-0.7662771,51.3432449]},"properties":{"@type":"node","@id":5198354562,"@timestamp":1529263701},"coords":"51.3432449,-0.7662771","bedrooms":"1","price":"269000","area":"368"} , +{"type":"Feature","id":"n5198395308","geometry":{"type":"Point","coordinates":[-0.1672046,51.3611548]},"properties":{"@type":"node","@id":5198395308,"@timestamp":1509292997},"coords":"51.3611548,-0.1672046","bedrooms":"3","price":"277000","area":"605"} , +{"type":"Feature","id":"n5198424704","geometry":{"type":"Point","coordinates":[-0.1676506,51.3601133]},"properties":{"@type":"node","@id":5198424704,"@timestamp":1509292999},"coords":"51.3601133,-0.1676506","bedrooms":"3","price":"203000","area":"658"} , +{"type":"Feature","id":"n5198429306","geometry":{"type":"Point","coordinates":[0.0303676,51.4416271]},"properties":{"@type":"node","@id":5198429306,"@timestamp":1509293106},"coords":"51.4416271,0.0303676","bedrooms":"2","price":"175000","area":"617"} , +{"type":"Feature","id":"n5198429423","geometry":{"type":"Point","coordinates":[0.0310736,51.4434948]},"properties":{"@type":"node","@id":5198429423,"@timestamp":1509293108},"coords":"51.4434948,0.0310736","bedrooms":"0","price":"247000","area":"683"} , +{"type":"Feature","id":"n5198429625","geometry":{"type":"Point","coordinates":[0.0335876,51.4417441]},"properties":{"@type":"node","@id":5198429625,"@timestamp":1509293112},"coords":"51.4417441,0.0335876","bedrooms":"0","price":"237000","area":"616"} , +{"type":"Feature","id":"n5198454082","geometry":{"type":"Point","coordinates":[-0.1682654,51.3595901]},"properties":{"@type":"node","@id":5198454082,"@timestamp":1509293883},"coords":"51.3595901,-0.1682654","bedrooms":"2","price":"181000","area":"413"} , +{"type":"Feature","id":"n5198454195","geometry":{"type":"Point","coordinates":[-0.1679307,51.3609636]},"properties":{"@type":"node","@id":5198454195,"@timestamp":1509293885},"coords":"51.3609636,-0.1679307","bedrooms":"4","price":"170000","area":"620"} , +{"type":"Feature","id":"n5198488026","geometry":{"type":"Point","coordinates":[0.0383215,51.4362701]},"properties":{"@type":"node","@id":5198488026,"@timestamp":1509294907},"coords":"51.4362701,0.0383215","bedrooms":"1","price":"184000","area":"368"} , +{"type":"Feature","id":"n5198630678","geometry":{"type":"Point","coordinates":[0.0136618,51.4487963]},"properties":{"@type":"node","@id":5198630678,"@timestamp":1509300346},"coords":"51.4487963,0.0136618","bedrooms":"1","price":"282000","area":"622"} , +{"type":"Feature","id":"n5198683191","geometry":{"type":"Point","coordinates":[-0.1695344,51.3599275]},"properties":{"@type":"node","@id":5198683191,"@timestamp":1509303216},"coords":"51.3599275,-0.1695344","bedrooms":"3","price":"160000","area":"431"} , +{"type":"Feature","id":"n5198724919","geometry":{"type":"Point","coordinates":[-0.1693497,51.3610547]},"properties":{"@type":"node","@id":5198724919,"@timestamp":1509304695},"coords":"51.3610547,-0.1693497","bedrooms":"0","price":"187000","area":"664"} , +{"type":"Feature","id":"n5198725020","geometry":{"type":"Point","coordinates":[-0.1695852,51.3606024]},"properties":{"@type":"node","@id":5198725020,"@timestamp":1509304697},"coords":"51.3606024,-0.1695852","bedrooms":"3","price":"161000","area":"481"} , +{"type":"Feature","id":"n5198725095","geometry":{"type":"Point","coordinates":[-0.1713444,51.3599902]},"properties":{"@type":"node","@id":5198725095,"@timestamp":1509304698},"coords":"51.3599902,-0.1713444","bedrooms":"4","price":"267000","area":"478"} , +{"type":"Feature","id":"n5198839093","geometry":{"type":"Point","coordinates":[-0.1444168,51.4910902]},"properties":{"@type":"node","@id":5198839093,"@timestamp":1509309330},"coords":"51.4910902,-0.1444168","bedrooms":"0","price":"194000","area":"437"} , +{"type":"Feature","id":"n5198840575","geometry":{"type":"Point","coordinates":[-0.1440386,51.4909224]},"properties":{"@type":"node","@id":5198840575,"@timestamp":1533071337},"coords":"51.4909224,-0.1440386","bedrooms":"1","price":"194000","area":"552"} , +{"type":"Feature","id":"n5198925999","geometry":{"type":"Point","coordinates":[-0.9622479,51.3211149]},"properties":{"@type":"node","@id":5198925999,"@timestamp":1509315116},"coords":"51.3211149,-0.9622479","bedrooms":"4","price":"234000","area":"637"} , +{"type":"Feature","id":"n5198962101","geometry":{"type":"Point","coordinates":[-0.2112969,51.5560565]},"properties":{"@type":"node","@id":5198962101,"@timestamp":1509317889},"coords":"51.5560565,-0.2112969","bedrooms":"3","price":"247000","area":"667"} , +{"type":"Feature","id":"n5199449317","geometry":{"type":"Point","coordinates":[-0.1904118,51.4682786]},"properties":{"@type":"node","@id":5199449317,"@timestamp":1623690180},"coords":"51.4682786,-0.1904118","bedrooms":"3","price":"210000","area":"410"} , +{"type":"Feature","id":"n5200160256","geometry":{"type":"Point","coordinates":[-0.1904935,51.8123978]},"properties":{"@type":"node","@id":5200160256,"@timestamp":1509714871},"coords":"51.8123978,-0.1904935","bedrooms":"0","price":"274000","area":"692"} , +{"type":"Feature","id":"n5200360637","geometry":{"type":"Point","coordinates":[-0.1275782,51.5663367]},"properties":{"@type":"node","@id":5200360637,"@timestamp":1509379595},"coords":"51.5663367,-0.1275782","bedrooms":"3","price":"245000","area":"382"} , +{"type":"Feature","id":"n5200671665","geometry":{"type":"Point","coordinates":[-0.1577219,51.2170899]},"properties":{"@type":"node","@id":5200671665,"@timestamp":1509390857},"coords":"51.2170899,-0.1577219","bedrooms":"4","price":"271000","area":"488"} , +{"type":"Feature","id":"n5200869656","geometry":{"type":"Point","coordinates":[-0.1193323,51.497781]},"properties":{"@type":"node","@id":5200869656,"@timestamp":1509397290},"coords":"51.497781,-0.1193323","bedrooms":"2","price":"230000","area":"360"} , +{"type":"Feature","id":"n5200983949","geometry":{"type":"Point","coordinates":[-0.1433131,51.4902548]},"properties":{"@type":"node","@id":5200983949,"@timestamp":1509403160},"coords":"51.4902548,-0.1433131","bedrooms":"3","price":"294000","area":"473"} , +{"type":"Feature","id":"n5200990670","geometry":{"type":"Point","coordinates":[-0.142597,51.489679]},"properties":{"@type":"node","@id":5200990670,"@timestamp":1509403157},"coords":"51.489679,-0.142597","bedrooms":"2","price":"259000","area":"545"} , +{"type":"Feature","id":"n5201068764","geometry":{"type":"Point","coordinates":[-0.1408609,51.4893396]},"properties":{"@type":"node","@id":5201068764,"@timestamp":1509407136},"coords":"51.4893396,-0.1408609","bedrooms":"4","price":"227000","area":"501"} , +{"type":"Feature","id":"n5201625554","geometry":{"type":"Point","coordinates":[-0.092261,51.510859]},"properties":{"@type":"node","@id":5201625554,"@timestamp":1509439859},"coords":"51.510859,-0.092261","bedrooms":"4","price":"193000","area":"626"} , +{"type":"Feature","id":"n5202138595","geometry":{"type":"Point","coordinates":[-0.9375062,51.3146743]},"properties":{"@type":"node","@id":5202138595,"@timestamp":1509453656},"coords":"51.3146743,-0.9375062","bedrooms":"0","price":"231000","area":"454"} , +{"type":"Feature","id":"n5202230285","geometry":{"type":"Point","coordinates":[-0.9342511,51.3064107]},"properties":{"@type":"node","@id":5202230285,"@timestamp":1509456588},"coords":"51.3064107,-0.9342511","bedrooms":"4","price":"248000","area":"555"} , +{"type":"Feature","id":"n5202423829","geometry":{"type":"Point","coordinates":[-0.0747406,51.4993771]},"properties":{"@type":"node","@id":5202423829,"@timestamp":1634411126},"coords":"51.4993771,-0.0747406","bedrooms":"4","price":"285000","area":"607"} , +{"type":"Feature","id":"n5202722021","geometry":{"type":"Point","coordinates":[-0.3063852,51.4593606]},"properties":{"@type":"node","@id":5202722021,"@timestamp":1634498394},"coords":"51.4593606,-0.3063852","bedrooms":"3","price":"286000","area":"676"} , +{"type":"Feature","id":"n5203380187","geometry":{"type":"Point","coordinates":[-0.1990386,51.4806492]},"properties":{"@type":"node","@id":5203380187,"@timestamp":1629661243},"coords":"51.4806492,-0.1990386","bedrooms":"2","price":"203000","area":"446"} , +{"type":"Feature","id":"n5203756463","geometry":{"type":"Point","coordinates":[-0.1715149,51.3626853]},"properties":{"@type":"node","@id":5203756463,"@timestamp":1509525105},"coords":"51.3626853,-0.1715149","bedrooms":"2","price":"198000","area":"350"} , +{"type":"Feature","id":"n5204146711","geometry":{"type":"Point","coordinates":[-0.1404341,51.4970826]},"properties":{"@type":"node","@id":5204146711,"@timestamp":1573582769},"coords":"51.4970826,-0.1404341","bedrooms":"0","price":"157000","area":"653"} , +{"type":"Feature","id":"n5204316624","geometry":{"type":"Point","coordinates":[-0.2684525,51.6263518]},"properties":{"@type":"node","@id":5204316624,"@timestamp":1603757302},"coords":"51.6263518,-0.2684525","bedrooms":"3","price":"274000","area":"493"} , +{"type":"Feature","id":"n5204890471","geometry":{"type":"Point","coordinates":[-0.1709259,51.360574]},"properties":{"@type":"node","@id":5204890471,"@timestamp":1509566412},"coords":"51.360574,-0.1709259","bedrooms":"3","price":"200000","area":"545"} , +{"type":"Feature","id":"n5204890610","geometry":{"type":"Point","coordinates":[-0.1712386,51.3615368]},"properties":{"@type":"node","@id":5204890610,"@timestamp":1509566415},"coords":"51.3615368,-0.1712386","bedrooms":"2","price":"173000","area":"628"} , +{"type":"Feature","id":"n5204905092","geometry":{"type":"Point","coordinates":[-0.1917921,51.4157276]},"properties":{"@type":"node","@id":5204905092,"@timestamp":1621115981},"coords":"51.4157276,-0.1917921","bedrooms":"2","price":"186000","area":"589"} , +{"type":"Feature","id":"n5205082274","geometry":{"type":"Point","coordinates":[-0.1397069,51.4889663]},"properties":{"@type":"node","@id":5205082274,"@timestamp":1509575350},"coords":"51.4889663,-0.1397069","bedrooms":"1","price":"291000","area":"365"} , +{"type":"Feature","id":"n5205129395","geometry":{"type":"Point","coordinates":[-0.0449324,51.5950884]},"properties":{"@type":"node","@id":5205129395,"@timestamp":1625935555},"coords":"51.5950884,-0.0449324","bedrooms":"4","price":"239000","area":"455"} , +{"type":"Feature","id":"n5205405204","geometry":{"type":"Point","coordinates":[0.0560829,51.4399531]},"properties":{"@type":"node","@id":5205405204,"@timestamp":1509590577},"coords":"51.4399531,0.0560829","bedrooms":"1","price":"223000","area":"431"} , +{"type":"Feature","id":"n5205439507","geometry":{"type":"Point","coordinates":[0.1180827,51.4193166]},"properties":{"@type":"node","@id":5205439507,"@timestamp":1509593037},"coords":"51.4193166,0.1180827","bedrooms":"1","price":"285000","area":"647"} , +{"type":"Feature","id":"n5205474925","geometry":{"type":"Point","coordinates":[0.1203024,51.4180996]},"properties":{"@type":"node","@id":5205474925,"@timestamp":1509594907},"coords":"51.4180996,0.1203024","bedrooms":"4","price":"289000","area":"623"} , +{"type":"Feature","id":"n5205850876","geometry":{"type":"Point","coordinates":[-0.171817,51.3608294]},"properties":{"@type":"node","@id":5205850876,"@timestamp":1509611879},"coords":"51.3608294,-0.171817","bedrooms":"4","price":"285000","area":"607"} , +{"type":"Feature","id":"n5205852090","geometry":{"type":"Point","coordinates":[-0.1731001,51.3623393]},"properties":{"@type":"node","@id":5205852090,"@timestamp":1509611883},"coords":"51.3623393,-0.1731001","bedrooms":"3","price":"160000","area":"663"} , +{"type":"Feature","id":"n5206552122","geometry":{"type":"Point","coordinates":[-0.3136264,51.6154801]},"properties":{"@type":"node","@id":5206552122,"@timestamp":1603757303},"coords":"51.6154801,-0.3136264","bedrooms":"2","price":"200000","area":"463"} , +{"type":"Feature","id":"n5206753382","geometry":{"type":"Point","coordinates":[0.1121489,51.4070733]},"properties":{"@type":"node","@id":5206753382,"@timestamp":1509638957},"coords":"51.4070733,0.1121489","bedrooms":"4","price":"205000","area":"413"} , +{"type":"Feature","id":"n5206852775","geometry":{"type":"Point","coordinates":[-0.1744555,51.3624061]},"properties":{"@type":"node","@id":5206852775,"@timestamp":1509642696},"coords":"51.3624061,-0.1744555","bedrooms":"0","price":"259000","area":"506"} , +{"type":"Feature","id":"n5206942171","geometry":{"type":"Point","coordinates":[0.1173029,51.4204131]},"properties":{"@type":"node","@id":5206942171,"@timestamp":1509645676},"coords":"51.4204131,0.1173029","bedrooms":"0","price":"298000","area":"678"} , +{"type":"Feature","id":"n5207123397","geometry":{"type":"Point","coordinates":[-0.1223598,51.5072951]},"properties":{"@type":"node","@id":5207123397,"@timestamp":1564246895},"coords":"51.5072951,-0.1223598","bedrooms":"2","price":"235000","area":"609"} , +{"type":"Feature","id":"n5207279356","geometry":{"type":"Point","coordinates":[-0.9244086,51.4282562]},"properties":{"@type":"node","@id":5207279356,"@timestamp":1551237784},"coords":"51.4282562,-0.9244086","bedrooms":"3","price":"225000","area":"383"} , +{"type":"Feature","id":"n5207431780","geometry":{"type":"Point","coordinates":[-0.569606,51.7621619]},"properties":{"@type":"node","@id":5207431780,"@timestamp":1510006668},"coords":"51.7621619,-0.569606","bedrooms":"4","price":"151000","area":"472"} , +{"type":"Feature","id":"n5207520318","geometry":{"type":"Point","coordinates":[-0.0975565,51.5296329]},"properties":{"@type":"node","@id":5207520318,"@timestamp":1568936671},"coords":"51.5296329,-0.0975565","bedrooms":"4","price":"177000","area":"495"} , +{"type":"Feature","id":"n5207611871","geometry":{"type":"Point","coordinates":[-0.087108,51.4955177]},"properties":{"@type":"node","@id":5207611871,"@timestamp":1611078728},"coords":"51.4955177,-0.087108","bedrooms":"1","price":"195000","area":"437"} , +{"type":"Feature","id":"n5208163340","geometry":{"type":"Point","coordinates":[-0.1758118,51.3621315]},"properties":{"@type":"node","@id":5208163340,"@timestamp":1509708962},"coords":"51.3621315,-0.1758118","bedrooms":"3","price":"262000","area":"584"} , +{"type":"Feature","id":"n5208175680","geometry":{"type":"Point","coordinates":[-0.1753361,51.3616937]},"properties":{"@type":"node","@id":5208175680,"@timestamp":1546878762},"coords":"51.3616937,-0.1753361","bedrooms":"1","price":"241000","area":"658"} , +{"type":"Feature","id":"n5209123964","geometry":{"type":"Point","coordinates":[-0.412446,51.1630352]},"properties":{"@type":"node","@id":5209123964,"@timestamp":1509741604},"coords":"51.1630352,-0.412446","bedrooms":"3","price":"265000","area":"495"} , +{"type":"Feature","id":"n5209379622","geometry":{"type":"Point","coordinates":[-0.1183501,51.5874288]},"properties":{"@type":"node","@id":5209379622,"@timestamp":1509756112},"coords":"51.5874288,-0.1183501","bedrooms":"2","price":"257000","area":"467"} , +{"type":"Feature","id":"n5209542834","geometry":{"type":"Point","coordinates":[-0.1963769,51.4555645]},"properties":{"@type":"node","@id":5209542834,"@timestamp":1564903671},"coords":"51.4555645,-0.1963769","bedrooms":"1","price":"246000","area":"480"} , +{"type":"Feature","id":"n5209606489","geometry":{"type":"Point","coordinates":[-0.1877948,51.4619825]},"properties":{"@type":"node","@id":5209606489,"@timestamp":1616419441},"coords":"51.4619825,-0.1877948","bedrooms":"0","price":"233000","area":"477"} , +{"type":"Feature","id":"n5210537369","geometry":{"type":"Point","coordinates":[-0.8378088,51.2481035]},"properties":{"@type":"node","@id":5210537369,"@timestamp":1509804524},"coords":"51.2481035,-0.8378088","bedrooms":"2","price":"187000","area":"574"} , +{"type":"Feature","id":"n5210608536","geometry":{"type":"Point","coordinates":[-0.1771748,51.3611757]},"properties":{"@type":"node","@id":5210608536,"@timestamp":1509806869},"coords":"51.3611757,-0.1771748","bedrooms":"1","price":"257000","area":"575"} , +{"type":"Feature","id":"n5210621677","geometry":{"type":"Point","coordinates":[-0.1750713,51.3607943]},"properties":{"@type":"node","@id":5210621677,"@timestamp":1509807486},"coords":"51.3607943,-0.1750713","bedrooms":"4","price":"297000","area":"452"} , +{"type":"Feature","id":"n5210995810","geometry":{"type":"Point","coordinates":[-0.0769001,51.504103]},"properties":{"@type":"node","@id":5210995810,"@timestamp":1618328888},"coords":"51.504103,-0.0769001","bedrooms":"4","price":"292000","area":"674"} , +{"type":"Feature","id":"n5211002737","geometry":{"type":"Point","coordinates":[-0.0835923,51.5054679]},"properties":{"@type":"node","@id":5211002737,"@timestamp":1618328888},"coords":"51.5054679,-0.0835923","bedrooms":"3","price":"293000","area":"515"} , +{"type":"Feature","id":"n5211217192","geometry":{"type":"Point","coordinates":[-0.0882769,51.5343905]},"properties":{"@type":"node","@id":5211217192,"@timestamp":1509832218},"coords":"51.5343905,-0.0882769","bedrooms":"1","price":"263000","area":"618"} , +{"type":"Feature","id":"n5211217204","geometry":{"type":"Point","coordinates":[-0.087955,51.534831]},"properties":{"@type":"node","@id":5211217204,"@timestamp":1613923504},"coords":"51.534831,-0.087955","bedrooms":"0","price":"200000","area":"583"} , +{"type":"Feature","id":"n5211224397","geometry":{"type":"Point","coordinates":[-0.0832155,51.5334378]},"properties":{"@type":"node","@id":5211224397,"@timestamp":1509832849},"coords":"51.5334378,-0.0832155","bedrooms":"2","price":"249000","area":"568"} , +{"type":"Feature","id":"n5211225623","geometry":{"type":"Point","coordinates":[-0.083245,51.5336906]},"properties":{"@type":"node","@id":5211225623,"@timestamp":1509832850},"coords":"51.5336906,-0.083245","bedrooms":"3","price":"290000","area":"380"} , +{"type":"Feature","id":"n5211264237","geometry":{"type":"Point","coordinates":[-0.0866246,51.5388884]},"properties":{"@type":"node","@id":5211264237,"@timestamp":1509834870},"coords":"51.5388884,-0.0866246","bedrooms":"2","price":"223000","area":"515"} , +{"type":"Feature","id":"n5211264258","geometry":{"type":"Point","coordinates":[-0.0881863,51.5387108]},"properties":{"@type":"node","@id":5211264258,"@timestamp":1621723779},"coords":"51.5387108,-0.0881863","bedrooms":"4","price":"206000","area":"408"} , +{"type":"Feature","id":"n5211264298","geometry":{"type":"Point","coordinates":[-0.0878477,51.5368998]},"properties":{"@type":"node","@id":5211264298,"@timestamp":1509834872},"coords":"51.5368998,-0.0878477","bedrooms":"4","price":"279000","area":"386"} , +{"type":"Feature","id":"n5211280157","geometry":{"type":"Point","coordinates":[-0.0936281,51.5317293]},"properties":{"@type":"node","@id":5211280157,"@timestamp":1564267128},"coords":"51.5317293,-0.0936281","bedrooms":"3","price":"165000","area":"636"} , +{"type":"Feature","id":"n5211280167","geometry":{"type":"Point","coordinates":[-0.0935555,51.5320279]},"properties":{"@type":"node","@id":5211280167,"@timestamp":1613924955},"coords":"51.5320279,-0.0935555","bedrooms":"3","price":"172000","area":"642"} , +{"type":"Feature","id":"n5211348267","geometry":{"type":"Point","coordinates":[-0.1755517,51.3602409]},"properties":{"@type":"node","@id":5211348267,"@timestamp":1509840138},"coords":"51.3602409,-0.1755517","bedrooms":"1","price":"229000","area":"539"} , +{"type":"Feature","id":"n5211785950","geometry":{"type":"Point","coordinates":[-0.1432479,51.4987349]},"properties":{"@type":"node","@id":5211785950,"@timestamp":1627125702},"coords":"51.4987349,-0.1432479","bedrooms":"0","price":"176000","area":"541"} , +{"type":"Feature","id":"n5212432563","geometry":{"type":"Point","coordinates":[-0.2386058,51.8459]},"properties":{"@type":"node","@id":5212432563,"@timestamp":1509890056},"coords":"51.8459,-0.2386058","bedrooms":"4","price":"295000","area":"460"} , +{"type":"Feature","id":"n5212538674","geometry":{"type":"Point","coordinates":[-0.1684974,51.8303787]},"properties":{"@type":"node","@id":5212538674,"@timestamp":1509893959},"coords":"51.8303787,-0.1684974","bedrooms":"2","price":"229000","area":"603"} , +{"type":"Feature","id":"n5212559389","geometry":{"type":"Point","coordinates":[-0.2082072,51.8199061]},"properties":{"@type":"node","@id":5212559389,"@timestamp":1509894868},"coords":"51.8199061,-0.2082072","bedrooms":"3","price":"176000","area":"404"} , +{"type":"Feature","id":"n5212838111","geometry":{"type":"Point","coordinates":[-0.1309636,51.5354425]},"properties":{"@type":"node","@id":5212838111,"@timestamp":1624199173},"coords":"51.5354425,-0.1309636","bedrooms":"2","price":"164000","area":"686"} , +{"type":"Feature","id":"n5212885007","geometry":{"type":"Point","coordinates":[-0.6759881,51.9155155]},"properties":{"@type":"node","@id":5212885007,"@timestamp":1582402960},"coords":"51.9155155,-0.6759881","bedrooms":"0","price":"223000","area":"478"} , +{"type":"Feature","id":"n5213246961","geometry":{"type":"Point","coordinates":[-0.2747697,51.4936043]},"properties":{"@type":"node","@id":5213246961,"@timestamp":1620901794},"coords":"51.4936043,-0.2747697","bedrooms":"1","price":"288000","area":"402"} , +{"type":"Feature","id":"n5213276779","geometry":{"type":"Point","coordinates":[-0.1206659,51.5722599]},"properties":{"@type":"node","@id":5213276779,"@timestamp":1509926900},"coords":"51.5722599,-0.1206659","bedrooms":"0","price":"237000","area":"689"} , +{"type":"Feature","id":"n5213278854","geometry":{"type":"Point","coordinates":[-0.1212297,51.5718995]},"properties":{"@type":"node","@id":5213278854,"@timestamp":1509926901},"coords":"51.5718995,-0.1212297","bedrooms":"2","price":"259000","area":"634"} , +{"type":"Feature","id":"n5213278924","geometry":{"type":"Point","coordinates":[-0.1220729,51.5715137]},"properties":{"@type":"node","@id":5213278924,"@timestamp":1509926903},"coords":"51.5715137,-0.1220729","bedrooms":"2","price":"271000","area":"518"} , +{"type":"Feature","id":"n5213310525","geometry":{"type":"Point","coordinates":[-0.0925307,51.5306304]},"properties":{"@type":"node","@id":5213310525,"@timestamp":1598276356},"coords":"51.5306304,-0.0925307","bedrooms":"4","price":"295000","area":"587"} , +{"type":"Feature","id":"n5213494420","geometry":{"type":"Point","coordinates":[-0.0735815,51.5347422]},"properties":{"@type":"node","@id":5213494420,"@timestamp":1548274419},"coords":"51.5347422,-0.0735815","bedrooms":"2","price":"177000","area":"386"} , +{"type":"Feature","id":"n5213615295","geometry":{"type":"Point","coordinates":[-0.1434448,51.4975534]},"properties":{"@type":"node","@id":5213615295,"@timestamp":1627027340},"coords":"51.4975534,-0.1434448","bedrooms":"1","price":"261000","area":"534"} , +{"type":"Feature","id":"n5213641708","geometry":{"type":"Point","coordinates":[-0.1436932,51.4971905]},"properties":{"@type":"node","@id":5213641708,"@timestamp":1509950231},"coords":"51.4971905,-0.1436932","bedrooms":"4","price":"165000","area":"385"} , +{"type":"Feature","id":"n5213829254","geometry":{"type":"Point","coordinates":[0.283079,51.1966409]},"properties":{"@type":"node","@id":5213829254,"@timestamp":1509958445},"coords":"51.1966409,0.283079","bedrooms":"4","price":"193000","area":"351"} , +{"type":"Feature","id":"n5214299977","geometry":{"type":"Point","coordinates":[-0.1148902,51.2633534]},"properties":{"@type":"node","@id":5214299977,"@timestamp":1509973382},"coords":"51.2633534,-0.1148902","bedrooms":"3","price":"224000","area":"648"} , +{"type":"Feature","id":"n5214381316","geometry":{"type":"Point","coordinates":[-0.4698021,51.5713682]},"properties":{"@type":"node","@id":5214381316,"@timestamp":1635516420},"coords":"51.5713682,-0.4698021","bedrooms":"4","price":"294000","area":"443"} , +{"type":"Feature","id":"n5214739808","geometry":{"type":"Point","coordinates":[0.1178509,51.4189439]},"properties":{"@type":"node","@id":5214739808,"@timestamp":1509989553},"coords":"51.4189439,0.1178509","bedrooms":"0","price":"210000","area":"364"} , +{"type":"Feature","id":"n5214883274","geometry":{"type":"Point","coordinates":[-0.1358083,51.5773204]},"properties":{"@type":"node","@id":5214883274,"@timestamp":1509996925},"coords":"51.5773204,-0.1358083","bedrooms":"4","price":"295000","area":"395"} , +{"type":"Feature","id":"n5214883284","geometry":{"type":"Point","coordinates":[-0.133304,51.5780191]},"properties":{"@type":"node","@id":5214883284,"@timestamp":1509996926},"coords":"51.5780191,-0.133304","bedrooms":"3","price":"267000","area":"659"} , +{"type":"Feature","id":"n5214884910","geometry":{"type":"Point","coordinates":[-0.1365791,51.5770367]},"properties":{"@type":"node","@id":5214884910,"@timestamp":1509996929},"coords":"51.5770367,-0.1365791","bedrooms":"2","price":"293000","area":"566"} , +{"type":"Feature","id":"n5214945804","geometry":{"type":"Point","coordinates":[-0.9241053,51.4281787]},"properties":{"@type":"node","@id":5214945804,"@timestamp":1551237785},"coords":"51.4281787,-0.9241053","bedrooms":"3","price":"191000","area":"433"} , +{"type":"Feature","id":"n5215063321","geometry":{"type":"Point","coordinates":[-0.9551054,51.4374647]},"properties":{"@type":"node","@id":5215063321,"@timestamp":1510004239},"coords":"51.4374647,-0.9551054","bedrooms":"0","price":"294000","area":"673"} , +{"type":"Feature","id":"n5215196729","geometry":{"type":"Point","coordinates":[-0.2242366,51.7890737]},"properties":{"@type":"node","@id":5215196729,"@timestamp":1510010808},"coords":"51.7890737,-0.2242366","bedrooms":"2","price":"230000","area":"440"} , +{"type":"Feature","id":"n5215384621","geometry":{"type":"Point","coordinates":[-0.1449297,51.4968687]},"properties":{"@type":"node","@id":5215384621,"@timestamp":1510024599},"coords":"51.4968687,-0.1449297","bedrooms":"0","price":"201000","area":"472"} , +{"type":"Feature","id":"n5215845436","geometry":{"type":"Point","coordinates":[-0.1065122,51.2647791]},"properties":{"@type":"node","@id":5215845436,"@timestamp":1510045858},"coords":"51.2647791,-0.1065122","bedrooms":"0","price":"283000","area":"426"} , +{"type":"Feature","id":"n5216405549","geometry":{"type":"Point","coordinates":[-0.1033872,51.2638237]},"properties":{"@type":"node","@id":5216405549,"@timestamp":1510070653},"coords":"51.2638237,-0.1033872","bedrooms":"1","price":"173000","area":"422"} , +{"type":"Feature","id":"n5216958863","geometry":{"type":"Point","coordinates":[-0.9751384,51.4500089]},"properties":{"@type":"node","@id":5216958863,"@timestamp":1634391635},"coords":"51.4500089,-0.9751384","bedrooms":"0","price":"213000","area":"668"} , +{"type":"Feature","id":"n5217006274","geometry":{"type":"Point","coordinates":[-0.9881482,51.4510989]},"properties":{"@type":"node","@id":5217006274,"@timestamp":1510089826},"coords":"51.4510989,-0.9881482","bedrooms":"4","price":"285000","area":"669"} , +{"type":"Feature","id":"n5217241697","geometry":{"type":"Point","coordinates":[-0.1358519,51.5837979]},"properties":{"@type":"node","@id":5217241697,"@timestamp":1613942249},"coords":"51.5837979,-0.1358519","bedrooms":"4","price":"279000","area":"398"} , +{"type":"Feature","id":"n5217487963","geometry":{"type":"Point","coordinates":[-0.143978,51.5992236]},"properties":{"@type":"node","@id":5217487963,"@timestamp":1510122198},"coords":"51.5992236,-0.143978","bedrooms":"4","price":"152000","area":"364"} , +{"type":"Feature","id":"n5217628997","geometry":{"type":"Point","coordinates":[-0.1750179,51.3597668]},"properties":{"@type":"node","@id":5217628997,"@timestamp":1510129549},"coords":"51.3597668,-0.1750179","bedrooms":"0","price":"257000","area":"516"} , +{"type":"Feature","id":"n5217684330","geometry":{"type":"Point","coordinates":[-0.1736999,51.3586221]},"properties":{"@type":"node","@id":5217684330,"@timestamp":1510131190},"coords":"51.3586221,-0.1736999","bedrooms":"2","price":"248000","area":"436"} , +{"type":"Feature","id":"n5218118735","geometry":{"type":"Point","coordinates":[-0.0824688,51.516566]},"properties":{"@type":"node","@id":5218118735,"@timestamp":1510150973},"coords":"51.516566,-0.0824688","bedrooms":"4","price":"190000","area":"583"} , +{"type":"Feature","id":"n5218250414","geometry":{"type":"Point","coordinates":[-0.2052928,51.2424412]},"properties":{"@type":"node","@id":5218250414,"@timestamp":1615999093},"coords":"51.2424412,-0.2052928","bedrooms":"0","price":"227000","area":"368"} , +{"type":"Feature","id":"n5218865355","geometry":{"type":"Point","coordinates":[-0.0835159,51.5121001]},"properties":{"@type":"node","@id":5218865355,"@timestamp":1515747069},"coords":"51.5121001,-0.0835159","bedrooms":"4","price":"242000","area":"627"} , +{"type":"Feature","id":"n5218944255","geometry":{"type":"Point","coordinates":[-0.570707,51.7635555]},"properties":{"@type":"node","@id":5218944255,"@timestamp":1510185539},"coords":"51.7635555,-0.570707","bedrooms":"4","price":"177000","area":"365"} , +{"type":"Feature","id":"n5219075619","geometry":{"type":"Point","coordinates":[-0.0493177,51.5001356]},"properties":{"@type":"node","@id":5219075619,"@timestamp":1580787417},"coords":"51.5001356,-0.0493177","bedrooms":"4","price":"198000","area":"658"} , +{"type":"Feature","id":"n5219434910","geometry":{"type":"Point","coordinates":[-0.4139635,51.1888899]},"properties":{"@type":"node","@id":5219434910,"@timestamp":1510220112},"coords":"51.1888899,-0.4139635","bedrooms":"2","price":"272000","area":"648"} , +{"type":"Feature","id":"n5219735437","geometry":{"type":"Point","coordinates":[0.1098418,51.4186907]},"properties":{"@type":"node","@id":5219735437,"@timestamp":1510233007},"coords":"51.4186907,0.1098418","bedrooms":"2","price":"278000","area":"402"} , +{"type":"Feature","id":"n5219750445","geometry":{"type":"Point","coordinates":[0.1108408,51.4182578]},"properties":{"@type":"node","@id":5219750445,"@timestamp":1510233827},"coords":"51.4182578,0.1108408","bedrooms":"3","price":"287000","area":"696"} , +{"type":"Feature","id":"n5219769273","geometry":{"type":"Point","coordinates":[-0.1745458,51.3609572]},"properties":{"@type":"node","@id":5219769273,"@timestamp":1510234713},"coords":"51.3609572,-0.1745458","bedrooms":"2","price":"251000","area":"350"} , +{"type":"Feature","id":"n5219799629","geometry":{"type":"Point","coordinates":[-0.1737919,51.3598639]},"properties":{"@type":"node","@id":5219799629,"@timestamp":1510236195},"coords":"51.3598639,-0.1737919","bedrooms":"0","price":"181000","area":"435"} , +{"type":"Feature","id":"n5219837594","geometry":{"type":"Point","coordinates":[0.0951404,51.4064443]},"properties":{"@type":"node","@id":5219837594,"@timestamp":1510237682},"coords":"51.4064443,0.0951404","bedrooms":"0","price":"156000","area":"413"} , +{"type":"Feature","id":"n5219838063","geometry":{"type":"Point","coordinates":[0.09407,51.4074206]},"properties":{"@type":"node","@id":5219838063,"@timestamp":1510237687},"coords":"51.4074206,0.09407","bedrooms":"3","price":"190000","area":"569"} , +{"type":"Feature","id":"n5219838093","geometry":{"type":"Point","coordinates":[0.0943829,51.4071982]},"properties":{"@type":"node","@id":5219838093,"@timestamp":1510237688},"coords":"51.4071982,0.0943829","bedrooms":"2","price":"232000","area":"697"} , +{"type":"Feature","id":"n5219838109","geometry":{"type":"Point","coordinates":[0.0914014,51.4062728]},"properties":{"@type":"node","@id":5219838109,"@timestamp":1510237688},"coords":"51.4062728,0.0914014","bedrooms":"1","price":"174000","area":"580"} , +{"type":"Feature","id":"n5220055622","geometry":{"type":"Point","coordinates":[-0.1018,51.19285]},"properties":{"@type":"node","@id":5220055622,"@timestamp":1510245993},"coords":"51.19285,-0.1018","bedrooms":"4","price":"281000","area":"387"} , +{"type":"Feature","id":"n5220304637","geometry":{"type":"Point","coordinates":[0.0343834,51.4528407]},"properties":{"@type":"node","@id":5220304637,"@timestamp":1510255597},"coords":"51.4528407,0.0343834","bedrooms":"4","price":"156000","area":"484"} , +{"type":"Feature","id":"n5220392315","geometry":{"type":"Point","coordinates":[0.038335,51.4530495]},"properties":{"@type":"node","@id":5220392315,"@timestamp":1510258852},"coords":"51.4530495,0.038335","bedrooms":"3","price":"199000","area":"493"} , +{"type":"Feature","id":"n5220458055","geometry":{"type":"Point","coordinates":[0.1261421,51.4230844]},"properties":{"@type":"node","@id":5220458055,"@timestamp":1510261118},"coords":"51.4230844,0.1261421","bedrooms":"1","price":"203000","area":"392"} , +{"type":"Feature","id":"n5220501013","geometry":{"type":"Point","coordinates":[-0.9503118,51.3107569]},"properties":{"@type":"node","@id":5220501013,"@timestamp":1510262937},"coords":"51.3107569,-0.9503118","bedrooms":"0","price":"272000","area":"351"} , +{"type":"Feature","id":"n5220533329","geometry":{"type":"Point","coordinates":[-1.0249646,51.4441372]},"properties":{"@type":"node","@id":5220533329,"@timestamp":1625427279},"coords":"51.4441372,-1.0249646","bedrooms":"3","price":"197000","area":"637"} , +{"type":"Feature","id":"n5220646467","geometry":{"type":"Point","coordinates":[-0.1252811,51.6012392]},"properties":{"@type":"node","@id":5220646467,"@timestamp":1510273163},"coords":"51.6012392,-0.1252811","bedrooms":"4","price":"161000","area":"629"} , +{"type":"Feature","id":"n5220718337","geometry":{"type":"Point","coordinates":[-0.5778551,51.7621353]},"properties":{"@type":"node","@id":5220718337,"@timestamp":1510276540},"coords":"51.7621353,-0.5778551","bedrooms":"2","price":"192000","area":"526"} , +{"type":"Feature","id":"n5220718358","geometry":{"type":"Point","coordinates":[-0.5814332,51.7674017]},"properties":{"@type":"node","@id":5220718358,"@timestamp":1510276541},"coords":"51.7674017,-0.5814332","bedrooms":"3","price":"208000","area":"664"} , +{"type":"Feature","id":"n5220718369","geometry":{"type":"Point","coordinates":[-0.5809048,51.7668207]},"properties":{"@type":"node","@id":5220718369,"@timestamp":1510276542},"coords":"51.7668207,-0.5809048","bedrooms":"1","price":"285000","area":"673"} , +{"type":"Feature","id":"n5220734635","geometry":{"type":"Point","coordinates":[-0.1874619,51.5849849]},"properties":{"@type":"node","@id":5220734635,"@timestamp":1621704048},"coords":"51.5849849,-0.1874619","bedrooms":"4","price":"238000","area":"533"} , +{"type":"Feature","id":"n5220852936","geometry":{"type":"Point","coordinates":[0.0463001,51.3757563]},"properties":{"@type":"node","@id":5220852936,"@timestamp":1510287878},"coords":"51.3757563,0.0463001","bedrooms":"2","price":"261000","area":"417"} , +{"type":"Feature","id":"n5220883072","geometry":{"type":"Point","coordinates":[0.1126983,51.4186558]},"properties":{"@type":"node","@id":5220883072,"@timestamp":1510290947},"coords":"51.4186558,0.1126983","bedrooms":"3","price":"173000","area":"533"} , +{"type":"Feature","id":"n5221118220","geometry":{"type":"Point","coordinates":[0.1134987,51.4191731]},"properties":{"@type":"node","@id":5221118220,"@timestamp":1510301874},"coords":"51.4191731,0.1134987","bedrooms":"4","price":"172000","area":"449"} , +{"type":"Feature","id":"n5221348586","geometry":{"type":"Point","coordinates":[-0.2272539,51.5680668]},"properties":{"@type":"node","@id":5221348586,"@timestamp":1615208157},"coords":"51.5680668,-0.2272539","bedrooms":"4","price":"220000","area":"582"} , +{"type":"Feature","id":"n5221528784","geometry":{"type":"Point","coordinates":[-0.1472199,51.4962643]},"properties":{"@type":"node","@id":5221528784,"@timestamp":1627027340},"coords":"51.4962643,-0.1472199","bedrooms":"4","price":"154000","area":"449"} , +{"type":"Feature","id":"n5221960080","geometry":{"type":"Point","coordinates":[-0.3000304,51.4033134]},"properties":{"@type":"node","@id":5221960080,"@timestamp":1510336433},"coords":"51.4033134,-0.3000304","bedrooms":"2","price":"270000","area":"538"} , +{"type":"Feature","id":"n5222415277","geometry":{"type":"Point","coordinates":[-0.3044005,51.3943682]},"properties":{"@type":"node","@id":5222415277,"@timestamp":1600935836},"coords":"51.3943682,-0.3044005","bedrooms":"1","price":"191000","area":"680"} , +{"type":"Feature","id":"n5222516633","geometry":{"type":"Point","coordinates":[-0.2087903,51.4497548]},"properties":{"@type":"node","@id":5222516633,"@timestamp":1598717121},"coords":"51.4497548,-0.2087903","bedrooms":"3","price":"170000","area":"470"} , +{"type":"Feature","id":"n5222723887","geometry":{"type":"Point","coordinates":[-0.174362,51.5693778]},"properties":{"@type":"node","@id":5222723887,"@timestamp":1618853534},"coords":"51.5693778,-0.174362","bedrooms":"3","price":"174000","area":"672"} , +{"type":"Feature","id":"n5222865422","geometry":{"type":"Point","coordinates":[-0.1334389,51.5253435]},"properties":{"@type":"node","@id":5222865422,"@timestamp":1604858707},"coords":"51.5253435,-0.1334389","bedrooms":"3","price":"299000","area":"671"} , +{"type":"Feature","id":"n5222945605","geometry":{"type":"Point","coordinates":[-0.0539601,51.5855994]},"properties":{"@type":"node","@id":5222945605,"@timestamp":1578508320},"coords":"51.5855994,-0.0539601","bedrooms":"4","price":"206000","area":"684"} , +{"type":"Feature","id":"n5222991987","geometry":{"type":"Point","coordinates":[-0.1731883,51.3613916]},"properties":{"@type":"node","@id":5222991987,"@timestamp":1510400325},"coords":"51.3613916,-0.1731883","bedrooms":"4","price":"285000","area":"427"} , +{"type":"Feature","id":"n5223002389","geometry":{"type":"Point","coordinates":[-0.0523031,51.5767495]},"properties":{"@type":"node","@id":5223002389,"@timestamp":1510400737},"coords":"51.5767495,-0.0523031","bedrooms":"1","price":"156000","area":"666"} , +{"type":"Feature","id":"n5223016439","geometry":{"type":"Point","coordinates":[-0.0505435,51.5800498]},"properties":{"@type":"node","@id":5223016439,"@timestamp":1510401576},"coords":"51.5800498,-0.0505435","bedrooms":"3","price":"187000","area":"548"} , +{"type":"Feature","id":"n5223044013","geometry":{"type":"Point","coordinates":[-0.9998408,51.6009952]},"properties":{"@type":"node","@id":5223044013,"@timestamp":1510402874},"coords":"51.6009952,-0.9998408","bedrooms":"0","price":"233000","area":"563"} , +{"type":"Feature","id":"n5223056511","geometry":{"type":"Point","coordinates":[-0.1706853,51.3582369]},"properties":{"@type":"node","@id":5223056511,"@timestamp":1510403395},"coords":"51.3582369,-0.1706853","bedrooms":"2","price":"269000","area":"514"} , +{"type":"Feature","id":"n5223057244","geometry":{"type":"Point","coordinates":[-0.1723124,51.3586781]},"properties":{"@type":"node","@id":5223057244,"@timestamp":1510403397},"coords":"51.3586781,-0.1723124","bedrooms":"1","price":"177000","area":"485"} , +{"type":"Feature","id":"n5223067788","geometry":{"type":"Point","coordinates":[-0.0487089,51.578363]},"properties":{"@type":"node","@id":5223067788,"@timestamp":1510403826},"coords":"51.578363,-0.0487089","bedrooms":"0","price":"181000","area":"431"} , +{"type":"Feature","id":"n5223358295","geometry":{"type":"Point","coordinates":[0.1890648,51.0731641]},"properties":{"@type":"node","@id":5223358295,"@timestamp":1510415477},"coords":"51.0731641,0.1890648","bedrooms":"2","price":"258000","area":"699"} , +{"type":"Feature","id":"n5223632070","geometry":{"type":"Point","coordinates":[-0.027392,51.5214772]},"properties":{"@type":"node","@id":5223632070,"@timestamp":1510426103},"coords":"51.5214772,-0.027392","bedrooms":"4","price":"268000","area":"461"} , +{"type":"Feature","id":"n5223632083","geometry":{"type":"Point","coordinates":[-0.0258209,51.5228633]},"properties":{"@type":"node","@id":5223632083,"@timestamp":1588002396},"coords":"51.5228633,-0.0258209","bedrooms":"3","price":"156000","area":"498"} , +{"type":"Feature","id":"n5223841281","geometry":{"type":"Point","coordinates":[-0.1721217,51.3589401]},"properties":{"@type":"node","@id":5223841281,"@timestamp":1510437571},"coords":"51.3589401,-0.1721217","bedrooms":"3","price":"215000","area":"516"} , +{"type":"Feature","id":"n5223841806","geometry":{"type":"Point","coordinates":[-0.1700889,51.3597395]},"properties":{"@type":"node","@id":5223841806,"@timestamp":1510437574},"coords":"51.3597395,-0.1700889","bedrooms":"2","price":"227000","area":"493"} , +{"type":"Feature","id":"n5223841928","geometry":{"type":"Point","coordinates":[-0.1726315,51.3582019]},"properties":{"@type":"node","@id":5223841928,"@timestamp":1510437576},"coords":"51.3582019,-0.1726315","bedrooms":"0","price":"154000","area":"419"} , +{"type":"Feature","id":"n5224073211","geometry":{"type":"Point","coordinates":[-0.1526683,51.5381021]},"properties":{"@type":"node","@id":5224073211,"@timestamp":1584642505},"coords":"51.5381021,-0.1526683","bedrooms":"2","price":"204000","area":"536"} , +{"type":"Feature","id":"n5224377530","geometry":{"type":"Point","coordinates":[-0.1773,51.3623967]},"properties":{"@type":"node","@id":5224377530,"@timestamp":1510478296},"coords":"51.3623967,-0.1773","bedrooms":"0","price":"263000","area":"445"} , +{"type":"Feature","id":"n5224565146","geometry":{"type":"Point","coordinates":[-0.1225465,51.5758301]},"properties":{"@type":"node","@id":5224565146,"@timestamp":1510488089},"coords":"51.5758301,-0.1225465","bedrooms":"2","price":"276000","area":"557"} , +{"type":"Feature","id":"n5224694031","geometry":{"type":"Point","coordinates":[-0.1818413,51.3616378]},"properties":{"@type":"node","@id":5224694031,"@timestamp":1510493232},"coords":"51.3616378,-0.1818413","bedrooms":"0","price":"251000","area":"591"} , +{"type":"Feature","id":"n5224732186","geometry":{"type":"Point","coordinates":[-0.1833166,51.3617474]},"properties":{"@type":"node","@id":5224732186,"@timestamp":1510494583},"coords":"51.3617474,-0.1833166","bedrooms":"4","price":"161000","area":"418"} , +{"type":"Feature","id":"n5224761621","geometry":{"type":"Point","coordinates":[-0.2770149,51.6123115]},"properties":{"@type":"node","@id":5224761621,"@timestamp":1603757304},"coords":"51.6123115,-0.2770149","bedrooms":"1","price":"192000","area":"368"} , +{"type":"Feature","id":"n5224764791","geometry":{"type":"Point","coordinates":[-0.1848131,51.3617808]},"properties":{"@type":"node","@id":5224764791,"@timestamp":1510496093},"coords":"51.3617808,-0.1848131","bedrooms":"2","price":"238000","area":"388"} , +{"type":"Feature","id":"n5224788588","geometry":{"type":"Point","coordinates":[-0.185528,51.361941]},"properties":{"@type":"node","@id":5224788588,"@timestamp":1510496985},"coords":"51.361941,-0.185528","bedrooms":"3","price":"286000","area":"670"} , +{"type":"Feature","id":"n5224835028","geometry":{"type":"Point","coordinates":[-0.1868453,51.3613113]},"properties":{"@type":"node","@id":5224835028,"@timestamp":1510498587},"coords":"51.3613113,-0.1868453","bedrooms":"4","price":"280000","area":"512"} , +{"type":"Feature","id":"n5224858650","geometry":{"type":"Point","coordinates":[-0.158704,51.3582595]},"properties":{"@type":"node","@id":5224858650,"@timestamp":1540755330},"coords":"51.3582595,-0.158704","bedrooms":"4","price":"249000","area":"551"} , +{"type":"Feature","id":"n5224918932","geometry":{"type":"Point","coordinates":[-0.2067631,51.2414049]},"properties":{"@type":"node","@id":5224918932,"@timestamp":1510503674},"coords":"51.2414049,-0.2067631","bedrooms":"2","price":"249000","area":"350"} , +{"type":"Feature","id":"n5224957402","geometry":{"type":"Point","coordinates":[0.1373591,50.9695367]},"properties":{"@type":"node","@id":5224957402,"@timestamp":1559226733},"coords":"50.9695367,0.1373591","bedrooms":"0","price":"193000","area":"364"} , +{"type":"Feature","id":"n5225284754","geometry":{"type":"Point","coordinates":[-0.2650343,51.1229184]},"properties":{"@type":"node","@id":5225284754,"@timestamp":1510515915},"coords":"51.1229184,-0.2650343","bedrooms":"2","price":"279000","area":"597"} , +{"type":"Feature","id":"n5225418007","geometry":{"type":"Point","coordinates":[-0.1598481,51.5844971]},"properties":{"@type":"node","@id":5225418007,"@timestamp":1551298467},"coords":"51.5844971,-0.1598481","bedrooms":"4","price":"217000","area":"420"} , +{"type":"Feature","id":"n5225504063","geometry":{"type":"Point","coordinates":[-0.5832307,51.7658029]},"properties":{"@type":"node","@id":5225504063,"@timestamp":1510525901},"coords":"51.7658029,-0.5832307","bedrooms":"3","price":"253000","area":"698"} , +{"type":"Feature","id":"n5225504073","geometry":{"type":"Point","coordinates":[-0.5793866,51.7660253]},"properties":{"@type":"node","@id":5225504073,"@timestamp":1510525901},"coords":"51.7660253,-0.5793866","bedrooms":"1","price":"196000","area":"651"} , +{"type":"Feature","id":"n5225504314","geometry":{"type":"Point","coordinates":[-0.5831556,51.7664095]},"properties":{"@type":"node","@id":5225504314,"@timestamp":1510525904},"coords":"51.7664095,-0.5831556","bedrooms":"1","price":"209000","area":"668"} , +{"type":"Feature","id":"n5225824202","geometry":{"type":"Point","coordinates":[-0.1863644,51.5177038]},"properties":{"@type":"node","@id":5225824202,"@timestamp":1510549706},"coords":"51.5177038,-0.1863644","bedrooms":"4","price":"172000","area":"647"} , +{"type":"Feature","id":"n5226403113","geometry":{"type":"Point","coordinates":[-0.1528753,51.5717837]},"properties":{"@type":"node","@id":5226403113,"@timestamp":1564903671},"coords":"51.5717837,-0.1528753","bedrooms":"4","price":"181000","area":"501"} , +{"type":"Feature","id":"n5226765974","geometry":{"type":"Point","coordinates":[-0.0867832,51.263638]},"properties":{"@type":"node","@id":5226765974,"@timestamp":1510594013},"coords":"51.263638,-0.0867832","bedrooms":"4","price":"175000","area":"507"} , +{"type":"Feature","id":"n5227015872","geometry":{"type":"Point","coordinates":[-0.7422942,51.4175573]},"properties":{"@type":"node","@id":5227015872,"@timestamp":1551237785},"coords":"51.4175573,-0.7422942","bedrooms":"3","price":"224000","area":"586"} , +{"type":"Feature","id":"n5227220847","geometry":{"type":"Point","coordinates":[-0.0856003,51.5114535]},"properties":{"@type":"node","@id":5227220847,"@timestamp":1622452621},"coords":"51.5114535,-0.0856003","bedrooms":"2","price":"166000","area":"609"} , +{"type":"Feature","id":"n5228581988","geometry":{"type":"Point","coordinates":[-0.0812842,51.5168074]},"properties":{"@type":"node","@id":5228581988,"@timestamp":1567077903},"coords":"51.5168074,-0.0812842","bedrooms":"0","price":"196000","area":"498"} , +{"type":"Feature","id":"n5228994818","geometry":{"type":"Point","coordinates":[-0.701684,51.4117096]},"properties":{"@type":"node","@id":5228994818,"@timestamp":1510692797},"coords":"51.4117096,-0.701684","bedrooms":"0","price":"175000","area":"564"} , +{"type":"Feature","id":"n5229022362","geometry":{"type":"Point","coordinates":[-0.6951662,51.4122517]},"properties":{"@type":"node","@id":5229022362,"@timestamp":1510694110},"coords":"51.4122517,-0.6951662","bedrooms":"2","price":"188000","area":"424"} , +{"type":"Feature","id":"n5229042337","geometry":{"type":"Point","coordinates":[-0.6910195,51.4145997]},"properties":{"@type":"node","@id":5229042337,"@timestamp":1510695166},"coords":"51.4145997,-0.6910195","bedrooms":"4","price":"211000","area":"554"} , +{"type":"Feature","id":"n5229326143","geometry":{"type":"Point","coordinates":[-0.0070224,51.5273552]},"properties":{"@type":"node","@id":5229326143,"@timestamp":1510708577},"coords":"51.5273552,-0.0070224","bedrooms":"3","price":"271000","area":"591"} , +{"type":"Feature","id":"n5229408996","geometry":{"type":"Point","coordinates":[-0.1463119,51.5823142]},"properties":{"@type":"node","@id":5229408996,"@timestamp":1510711470},"coords":"51.5823142,-0.1463119","bedrooms":"4","price":"225000","area":"390"} , +{"type":"Feature","id":"n5229553608","geometry":{"type":"Point","coordinates":[-0.1429981,51.5755577]},"properties":{"@type":"node","@id":5229553608,"@timestamp":1564903671},"coords":"51.5755577,-0.1429981","bedrooms":"2","price":"215000","area":"443"} , +{"type":"Feature","id":"n5229891668","geometry":{"type":"Point","coordinates":[-0.1576997,51.3579261]},"properties":{"@type":"node","@id":5229891668,"@timestamp":1540854466},"coords":"51.3579261,-0.1576997","bedrooms":"3","price":"270000","area":"671"} , +{"type":"Feature","id":"n5230051064","geometry":{"type":"Point","coordinates":[-0.1386716,51.5704394]},"properties":{"@type":"node","@id":5230051064,"@timestamp":1564903671},"coords":"51.5704394,-0.1386716","bedrooms":"0","price":"231000","area":"610"} , +{"type":"Feature","id":"n5230407801","geometry":{"type":"Point","coordinates":[-0.1835902,51.8127512]},"properties":{"@type":"node","@id":5230407801,"@timestamp":1510753130},"coords":"51.8127512,-0.1835902","bedrooms":"4","price":"184000","area":"462"} , +{"type":"Feature","id":"n5230524105","geometry":{"type":"Point","coordinates":[-1.0974425,51.2811559]},"properties":{"@type":"node","@id":5230524105,"@timestamp":1627725454},"coords":"51.2811559,-1.0974425","bedrooms":"4","price":"232000","area":"584"} , +{"type":"Feature","id":"n5230703191","geometry":{"type":"Point","coordinates":[-0.6723956,51.4355181]},"properties":{"@type":"node","@id":5230703191,"@timestamp":1618942682},"coords":"51.4355181,-0.6723956","bedrooms":"4","price":"251000","area":"534"} , +{"type":"Feature","id":"n5231136544","geometry":{"type":"Point","coordinates":[-0.3067535,51.1182193]},"properties":{"@type":"node","@id":5231136544,"@timestamp":1510776232},"coords":"51.1182193,-0.3067535","bedrooms":"3","price":"216000","area":"378"} , +{"type":"Feature","id":"n5231618306","geometry":{"type":"Point","coordinates":[-0.0012459,51.478839]},"properties":{"@type":"node","@id":5231618306,"@timestamp":1627660519},"coords":"51.478839,-0.0012459","bedrooms":"1","price":"272000","area":"632"} , +{"type":"Feature","id":"n5231754747","geometry":{"type":"Point","coordinates":[-0.1637289,51.171897]},"properties":{"@type":"node","@id":5231754747,"@timestamp":1544970191},"coords":"51.171897,-0.1637289","bedrooms":"2","price":"216000","area":"460"} , +{"type":"Feature","id":"n5232792557","geometry":{"type":"Point","coordinates":[0.1915366,51.1889745]},"properties":{"@type":"node","@id":5232792557,"@timestamp":1510842353},"coords":"51.1889745,0.1915366","bedrooms":"2","price":"152000","area":"407"} , +{"type":"Feature","id":"n5233491677","geometry":{"type":"Point","coordinates":[-0.6393377,51.4047581]},"properties":{"@type":"node","@id":5233491677,"@timestamp":1510864979},"coords":"51.4047581,-0.6393377","bedrooms":"4","price":"254000","area":"568"} , +{"type":"Feature","id":"n5233779434","geometry":{"type":"Point","coordinates":[-0.5302911,51.3315369]},"properties":{"@type":"node","@id":5233779434,"@timestamp":1510877074},"coords":"51.3315369,-0.5302911","bedrooms":"2","price":"228000","area":"435"} , +{"type":"Feature","id":"n5234455900","geometry":{"type":"Point","coordinates":[-0.1364419,51.489739]},"properties":{"@type":"node","@id":5234455900,"@timestamp":1510908179},"coords":"51.489739,-0.1364419","bedrooms":"2","price":"294000","area":"566"} , +{"type":"Feature","id":"n5234593410","geometry":{"type":"Point","coordinates":[-0.1904728,51.823043]},"properties":{"@type":"node","@id":5234593410,"@timestamp":1510934186},"coords":"51.823043,-0.1904728","bedrooms":"4","price":"292000","area":"530"} , +{"type":"Feature","id":"n5235066577","geometry":{"type":"Point","coordinates":[-0.0554923,51.4824331]},"properties":{"@type":"node","@id":5235066577,"@timestamp":1616711509},"coords":"51.4824331,-0.0554923","bedrooms":"0","price":"298000","area":"665"} , +{"type":"Feature","id":"n5235269995","geometry":{"type":"Point","coordinates":[-0.4725409,51.5937198]},"properties":{"@type":"node","@id":5235269995,"@timestamp":1510944808},"coords":"51.5937198,-0.4725409","bedrooms":"1","price":"276000","area":"428"} , +{"type":"Feature","id":"n5235294918","geometry":{"type":"Point","coordinates":[-0.465268,51.3563473]},"properties":{"@type":"node","@id":5235294918,"@timestamp":1511108129},"coords":"51.3563473,-0.465268","bedrooms":"3","price":"277000","area":"554"} , +{"type":"Feature","id":"n5235314617","geometry":{"type":"Point","coordinates":[-0.6058525,51.353052]},"properties":{"@type":"node","@id":5235314617,"@timestamp":1510946791},"coords":"51.353052,-0.6058525","bedrooms":"4","price":"189000","area":"610"} , +{"type":"Feature","id":"n5235492183","geometry":{"type":"Point","coordinates":[-0.6035366,51.3456439]},"properties":{"@type":"node","@id":5235492183,"@timestamp":1510954428},"coords":"51.3456439,-0.6035366","bedrooms":"4","price":"197000","area":"514"} , +{"type":"Feature","id":"n5235997584","geometry":{"type":"Point","coordinates":[-0.4649127,51.355299]},"properties":{"@type":"node","@id":5235997584,"@timestamp":1513883611},"coords":"51.355299,-0.4649127","bedrooms":"0","price":"250000","area":"402"} , +{"type":"Feature","id":"n5235997594","geometry":{"type":"Point","coordinates":[-0.4640464,51.3547768]},"properties":{"@type":"node","@id":5235997594,"@timestamp":1512981000},"coords":"51.3547768,-0.4640464","bedrooms":"1","price":"221000","area":"596"} , +{"type":"Feature","id":"n5236044479","geometry":{"type":"Point","coordinates":[0.4531314,51.0152441]},"properties":{"@type":"node","@id":5236044479,"@timestamp":1510997448},"coords":"51.0152441,0.4531314","bedrooms":"1","price":"224000","area":"450"} , +{"type":"Feature","id":"n5236154949","geometry":{"type":"Point","coordinates":[0.0706445,51.1921685]},"properties":{"@type":"node","@id":5236154949,"@timestamp":1511002276},"coords":"51.1921685,0.0706445","bedrooms":"3","price":"279000","area":"522"} , +{"type":"Feature","id":"n5236672603","geometry":{"type":"Point","coordinates":[0.8528045,51.1570096]},"properties":{"@type":"node","@id":5236672603,"@timestamp":1511021722},"coords":"51.1570096,0.8528045","bedrooms":"2","price":"253000","area":"362"} , +{"type":"Feature","id":"n5236761596","geometry":{"type":"Point","coordinates":[0.4770791,51.006498]},"properties":{"@type":"node","@id":5236761596,"@timestamp":1511025824},"coords":"51.006498,0.4770791","bedrooms":"0","price":"256000","area":"446"} , +{"type":"Feature","id":"n5236939769","geometry":{"type":"Point","coordinates":[-0.2004285,51.8114798]},"properties":{"@type":"node","@id":5236939769,"@timestamp":1511032199},"coords":"51.8114798,-0.2004285","bedrooms":"4","price":"235000","area":"584"} , +{"type":"Feature","id":"n5237098514","geometry":{"type":"Point","coordinates":[-0.6046299,51.6987353]},"properties":{"@type":"node","@id":5237098514,"@timestamp":1633097527},"coords":"51.6987353,-0.6046299","bedrooms":"2","price":"171000","area":"628"} , +{"type":"Feature","id":"n5237543904","geometry":{"type":"Point","coordinates":[-0.5183771,51.4336815]},"properties":{"@type":"node","@id":5237543904,"@timestamp":1511080751},"coords":"51.4336815,-0.5183771","bedrooms":"0","price":"285000","area":"509"} , +{"type":"Feature","id":"n5237551791","geometry":{"type":"Point","coordinates":[-0.5655786,51.4478675]},"properties":{"@type":"node","@id":5237551791,"@timestamp":1511081622},"coords":"51.4478675,-0.5655786","bedrooms":"3","price":"185000","area":"454"} , +{"type":"Feature","id":"n5237551809","geometry":{"type":"Point","coordinates":[-0.5512422,51.4432151]},"properties":{"@type":"node","@id":5237551809,"@timestamp":1511081623},"coords":"51.4432151,-0.5512422","bedrooms":"4","price":"157000","area":"382"} , +{"type":"Feature","id":"n5237560867","geometry":{"type":"Point","coordinates":[-0.5743924,51.4543429]},"properties":{"@type":"node","@id":5237560867,"@timestamp":1511081888},"coords":"51.4543429,-0.5743924","bedrooms":"3","price":"237000","area":"644"} , +{"type":"Feature","id":"n5237577423","geometry":{"type":"Point","coordinates":[-0.5709109,51.4612986]},"properties":{"@type":"node","@id":5237577423,"@timestamp":1511083432},"coords":"51.4612986,-0.5709109","bedrooms":"3","price":"201000","area":"683"} , +{"type":"Feature","id":"n5237593171","geometry":{"type":"Point","coordinates":[-0.5799338,51.4743984]},"properties":{"@type":"node","@id":5237593171,"@timestamp":1511084045},"coords":"51.4743984,-0.5799338","bedrooms":"2","price":"262000","area":"427"} , +{"type":"Feature","id":"n5238190939","geometry":{"type":"Point","coordinates":[-0.1891459,51.8139982]},"properties":{"@type":"node","@id":5238190939,"@timestamp":1513116885},"coords":"51.8139982,-0.1891459","bedrooms":"2","price":"265000","area":"536"} , +{"type":"Feature","id":"n5238523292","geometry":{"type":"Point","coordinates":[-0.0985106,51.5170855]},"properties":{"@type":"node","@id":5238523292,"@timestamp":1511126828},"coords":"51.5170855,-0.0985106","bedrooms":"0","price":"155000","area":"566"} , +{"type":"Feature","id":"n5238553012","geometry":{"type":"Point","coordinates":[-0.7995358,51.2139205]},"properties":{"@type":"node","@id":5238553012,"@timestamp":1539507813},"coords":"51.2139205,-0.7995358","bedrooms":"3","price":"278000","area":"632"} , +{"type":"Feature","id":"n5238553322","geometry":{"type":"Point","coordinates":[-0.799032,51.2132382]},"properties":{"@type":"node","@id":5238553322,"@timestamp":1539507813},"coords":"51.2132382,-0.799032","bedrooms":"4","price":"195000","area":"650"} , +{"type":"Feature","id":"n5238553332","geometry":{"type":"Point","coordinates":[-0.7992453,51.2132999]},"properties":{"@type":"node","@id":5238553332,"@timestamp":1512080170},"coords":"51.2132999,-0.7992453","bedrooms":"2","price":"238000","area":"642"} , +{"type":"Feature","id":"n5238570858","geometry":{"type":"Point","coordinates":[-0.8043376,51.2129863]},"properties":{"@type":"node","@id":5238570858,"@timestamp":1511517558},"coords":"51.2129863,-0.8043376","bedrooms":"4","price":"158000","area":"674"} , +{"type":"Feature","id":"n5238673468","geometry":{"type":"Point","coordinates":[-0.8030641,51.213473]},"properties":{"@type":"node","@id":5238673468,"@timestamp":1512556918},"coords":"51.213473,-0.8030641","bedrooms":"2","price":"208000","area":"496"} , +{"type":"Feature","id":"n5238673479","geometry":{"type":"Point","coordinates":[-0.800919,51.2144065]},"properties":{"@type":"node","@id":5238673479,"@timestamp":1512302248},"coords":"51.2144065,-0.800919","bedrooms":"4","price":"299000","area":"610"} , +{"type":"Feature","id":"n5238673489","geometry":{"type":"Point","coordinates":[-0.8006363,51.2142687]},"properties":{"@type":"node","@id":5238673489,"@timestamp":1568578253},"coords":"51.2142687,-0.8006363","bedrooms":"2","price":"223000","area":"399"} , +{"type":"Feature","id":"n5238673499","geometry":{"type":"Point","coordinates":[-0.8034156,51.2135198]},"properties":{"@type":"node","@id":5238673499,"@timestamp":1595456099},"coords":"51.2135198,-0.8034156","bedrooms":"2","price":"276000","area":"401"} , +{"type":"Feature","id":"n5239407037","geometry":{"type":"Point","coordinates":[-0.2194194,51.5521878]},"properties":{"@type":"node","@id":5239407037,"@timestamp":1511182383},"coords":"51.5521878,-0.2194194","bedrooms":"4","price":"156000","area":"539"} , +{"type":"Feature","id":"n5239556146","geometry":{"type":"Point","coordinates":[-0.1329484,51.5191842]},"properties":{"@type":"node","@id":5239556146,"@timestamp":1614554217},"coords":"51.5191842,-0.1329484","bedrooms":"2","price":"246000","area":"607"} , +{"type":"Feature","id":"n5239967024","geometry":{"type":"Point","coordinates":[-0.86886,51.2925372]},"properties":{"@type":"node","@id":5239967024,"@timestamp":1564424033},"coords":"51.2925372,-0.86886","bedrooms":"2","price":"151000","area":"521"} , +{"type":"Feature","id":"n5240388669","geometry":{"type":"Point","coordinates":[-0.1424201,51.4916052]},"properties":{"@type":"node","@id":5240388669,"@timestamp":1511234098},"coords":"51.4916052,-0.1424201","bedrooms":"0","price":"232000","area":"374"} , +{"type":"Feature","id":"n5240811264","geometry":{"type":"Point","coordinates":[-0.4048727,51.4256027]},"properties":{"@type":"node","@id":5240811264,"@timestamp":1511259368},"coords":"51.4256027,-0.4048727","bedrooms":"3","price":"221000","area":"408"} , +{"type":"Feature","id":"n5240989374","geometry":{"type":"Point","coordinates":[-0.380354,51.4101562]},"properties":{"@type":"node","@id":5240989374,"@timestamp":1511267305},"coords":"51.4101562,-0.380354","bedrooms":"3","price":"154000","area":"685"} , +{"type":"Feature","id":"n5241100228","geometry":{"type":"Point","coordinates":[-0.5203595,51.2043985]},"properties":{"@type":"node","@id":5241100228,"@timestamp":1511272517},"coords":"51.2043985,-0.5203595","bedrooms":"4","price":"198000","area":"449"} , +{"type":"Feature","id":"n5241100259","geometry":{"type":"Point","coordinates":[-0.5404276,51.2377384]},"properties":{"@type":"node","@id":5241100259,"@timestamp":1511272518},"coords":"51.2377384,-0.5404276","bedrooms":"0","price":"220000","area":"613"} , +{"type":"Feature","id":"n5241522674","geometry":{"type":"Point","coordinates":[-0.0164762,51.6340414]},"properties":{"@type":"node","@id":5241522674,"@timestamp":1511287696},"coords":"51.6340414,-0.0164762","bedrooms":"1","price":"262000","area":"381"} , +{"type":"Feature","id":"n5241735486","geometry":{"type":"Point","coordinates":[-0.8358711,51.2889588]},"properties":{"@type":"node","@id":5241735486,"@timestamp":1511295734},"coords":"51.2889588,-0.8358711","bedrooms":"3","price":"168000","area":"633"} , +{"type":"Feature","id":"n5241849400","geometry":{"type":"Point","coordinates":[-0.5294157,51.2462012]},"properties":{"@type":"node","@id":5241849400,"@timestamp":1624607728},"coords":"51.2462012,-0.5294157","bedrooms":"2","price":"235000","area":"570"} , +{"type":"Feature","id":"n5241849415","geometry":{"type":"Point","coordinates":[-0.5281699,51.2461173]},"properties":{"@type":"node","@id":5241849415,"@timestamp":1511307866},"coords":"51.2461173,-0.5281699","bedrooms":"1","price":"170000","area":"648"} , +{"type":"Feature","id":"n5242049141","geometry":{"type":"Point","coordinates":[-0.097776,51.5172244]},"properties":{"@type":"node","@id":5242049141,"@timestamp":1511917513},"coords":"51.5172244,-0.097776","bedrooms":"1","price":"267000","area":"370"} , +{"type":"Feature","id":"n5242477195","geometry":{"type":"Point","coordinates":[-0.0380445,51.6152869]},"properties":{"@type":"node","@id":5242477195,"@timestamp":1511345668},"coords":"51.6152869,-0.0380445","bedrooms":"4","price":"215000","area":"695"} , +{"type":"Feature","id":"n5242478981","geometry":{"type":"Point","coordinates":[-0.0096452,51.6573942]},"properties":{"@type":"node","@id":5242478981,"@timestamp":1511345674},"coords":"51.6573942,-0.0096452","bedrooms":"3","price":"215000","area":"474"} , +{"type":"Feature","id":"n5242520292","geometry":{"type":"Point","coordinates":[-0.2825207,51.5552475]},"properties":{"@type":"node","@id":5242520292,"@timestamp":1628764978},"coords":"51.5552475,-0.2825207","bedrooms":"0","price":"249000","area":"540"} , +{"type":"Feature","id":"n5243147922","geometry":{"type":"Point","coordinates":[0.0003695,51.5817012]},"properties":{"@type":"node","@id":5243147922,"@timestamp":1634752718},"coords":"51.5817012,0.0003695","bedrooms":"2","price":"194000","area":"491"} , +{"type":"Feature","id":"n5243791157","geometry":{"type":"Point","coordinates":[-0.1452109,51.491272]},"properties":{"@type":"node","@id":5243791157,"@timestamp":1511417964},"coords":"51.491272,-0.1452109","bedrooms":"1","price":"295000","area":"519"} , +{"type":"Feature","id":"n5244307791","geometry":{"type":"Point","coordinates":[-0.0109944,51.662419]},"properties":{"@type":"node","@id":5244307791,"@timestamp":1511443882},"coords":"51.662419,-0.0109944","bedrooms":"0","price":"180000","area":"491"} , +{"type":"Feature","id":"n5244344406","geometry":{"type":"Point","coordinates":[-0.0238046,51.6475176]},"properties":{"@type":"node","@id":5244344406,"@timestamp":1511445111},"coords":"51.6475176,-0.0238046","bedrooms":"3","price":"223000","area":"636"} , +{"type":"Feature","id":"n5244490573","geometry":{"type":"Point","coordinates":[-0.1852654,51.6179516]},"properties":{"@type":"node","@id":5244490573,"@timestamp":1511453050},"coords":"51.6179516,-0.1852654","bedrooms":"0","price":"205000","area":"658"} , +{"type":"Feature","id":"n5244720722","geometry":{"type":"Point","coordinates":[-0.7648768,51.4125113]},"properties":{"@type":"node","@id":5244720722,"@timestamp":1526487609},"coords":"51.4125113,-0.7648768","bedrooms":"0","price":"199000","area":"369"} , +{"type":"Feature","id":"n5244756409","geometry":{"type":"Point","coordinates":[-0.8319897,51.2910881]},"properties":{"@type":"node","@id":5244756409,"@timestamp":1511465116},"coords":"51.2910881,-0.8319897","bedrooms":"4","price":"248000","area":"559"} , +{"type":"Feature","id":"n5244796131","geometry":{"type":"Point","coordinates":[-0.8457175,51.2781834]},"properties":{"@type":"node","@id":5244796131,"@timestamp":1604184624},"coords":"51.2781834,-0.8457175","bedrooms":"2","price":"243000","area":"645"} , +{"type":"Feature","id":"n5245012653","geometry":{"type":"Point","coordinates":[-0.0406368,51.6226769]},"properties":{"@type":"node","@id":5245012653,"@timestamp":1511480566},"coords":"51.6226769,-0.0406368","bedrooms":"3","price":"186000","area":"570"} , +{"type":"Feature","id":"n5245580017","geometry":{"type":"Point","coordinates":[0.0256494,51.4488956]},"properties":{"@type":"node","@id":5245580017,"@timestamp":1511523256},"coords":"51.4488956,0.0256494","bedrooms":"0","price":"246000","area":"445"} , +{"type":"Feature","id":"n5245615468","geometry":{"type":"Point","coordinates":[0.0285156,51.4493945]},"properties":{"@type":"node","@id":5245615468,"@timestamp":1511524495},"coords":"51.4493945,0.0285156","bedrooms":"0","price":"221000","area":"562"} , +{"type":"Feature","id":"n5245878483","geometry":{"type":"Point","coordinates":[-0.6050554,51.4884978]},"properties":{"@type":"node","@id":5245878483,"@timestamp":1511537288},"coords":"51.4884978,-0.6050554","bedrooms":"4","price":"244000","area":"559"} , +{"type":"Feature","id":"n5245889221","geometry":{"type":"Point","coordinates":[-0.594981,51.4908347]},"properties":{"@type":"node","@id":5245889221,"@timestamp":1511537805},"coords":"51.4908347,-0.594981","bedrooms":"2","price":"212000","area":"549"} , +{"type":"Feature","id":"n5245926571","geometry":{"type":"Point","coordinates":[-0.4628661,51.3548071]},"properties":{"@type":"node","@id":5245926571,"@timestamp":1511539976},"coords":"51.3548071,-0.4628661","bedrooms":"3","price":"229000","area":"573"} , +{"type":"Feature","id":"n5245926583","geometry":{"type":"Point","coordinates":[-0.4635381,51.3546421]},"properties":{"@type":"node","@id":5245926583,"@timestamp":1513931210},"coords":"51.3546421,-0.4635381","bedrooms":"3","price":"222000","area":"566"} , +{"type":"Feature","id":"n5245951000","geometry":{"type":"Point","coordinates":[-0.9794416,51.4224378]},"properties":{"@type":"node","@id":5245951000,"@timestamp":1511540962},"coords":"51.4224378,-0.9794416","bedrooms":"1","price":"214000","area":"643"} , +{"type":"Feature","id":"n5246263939","geometry":{"type":"Point","coordinates":[-0.7540093,51.2738492]},"properties":{"@type":"node","@id":5246263939,"@timestamp":1632852790},"coords":"51.2738492,-0.7540093","bedrooms":"1","price":"255000","area":"579"} , +{"type":"Feature","id":"n5246522049","geometry":{"type":"Point","coordinates":[-0.448079,51.7708799]},"properties":{"@type":"node","@id":5246522049,"@timestamp":1511571645},"coords":"51.7708799,-0.448079","bedrooms":"0","price":"286000","area":"490"} , +{"type":"Feature","id":"n5247497576","geometry":{"type":"Point","coordinates":[-0.2123241,51.5565776]},"properties":{"@type":"node","@id":5247497576,"@timestamp":1511640128},"coords":"51.5565776,-0.2123241","bedrooms":"4","price":"263000","area":"568"} , +{"type":"Feature","id":"n5247630578","geometry":{"type":"Point","coordinates":[-0.7286378,51.2746583]},"properties":{"@type":"node","@id":5247630578,"@timestamp":1632852790},"coords":"51.2746583,-0.7286378","bedrooms":"1","price":"287000","area":"375"} , +{"type":"Feature","id":"n5247689209","geometry":{"type":"Point","coordinates":[-0.2120635,51.2029506]},"properties":{"@type":"node","@id":5247689209,"@timestamp":1616606608},"coords":"51.2029506,-0.2120635","bedrooms":"3","price":"185000","area":"680"} , +{"type":"Feature","id":"n5247689219","geometry":{"type":"Point","coordinates":[-0.2067006,51.2007582]},"properties":{"@type":"node","@id":5247689219,"@timestamp":1511638034},"coords":"51.2007582,-0.2067006","bedrooms":"3","price":"267000","area":"438"} , +{"type":"Feature","id":"n5247689831","geometry":{"type":"Point","coordinates":[-0.1937333,51.2093536]},"properties":{"@type":"node","@id":5247689831,"@timestamp":1511638034},"coords":"51.2093536,-0.1937333","bedrooms":"1","price":"215000","area":"556"} , +{"type":"Feature","id":"n5247764682","geometry":{"type":"Point","coordinates":[-0.2381426,51.2102593]},"properties":{"@type":"node","@id":5247764682,"@timestamp":1511640490},"coords":"51.2102593,-0.2381426","bedrooms":"0","price":"246000","area":"612"} , +{"type":"Feature","id":"n5247807625","geometry":{"type":"Point","coordinates":[-0.6925516,51.3020979]},"properties":{"@type":"node","@id":5247807625,"@timestamp":1511642633},"coords":"51.3020979,-0.6925516","bedrooms":"0","price":"198000","area":"541"} , +{"type":"Feature","id":"n5247889260","geometry":{"type":"Point","coordinates":[0.6166458,51.6455711]},"properties":{"@type":"node","@id":5247889260,"@timestamp":1559233485},"coords":"51.6455711,0.6166458","bedrooms":"1","price":"188000","area":"486"} , +{"type":"Feature","id":"n5248364988","geometry":{"type":"Point","coordinates":[0.261076,51.136513]},"properties":{"@type":"node","@id":5248364988,"@timestamp":1511687464},"coords":"51.136513,0.261076","bedrooms":"1","price":"255000","area":"688"} , +{"type":"Feature","id":"n5248455175","geometry":{"type":"Point","coordinates":[0.2522454,51.1162886]},"properties":{"@type":"node","@id":5248455175,"@timestamp":1511691965},"coords":"51.1162886,0.2522454","bedrooms":"4","price":"279000","area":"443"} , +{"type":"Feature","id":"n5249064743","geometry":{"type":"Point","coordinates":[-0.2084485,51.2376037]},"properties":{"@type":"node","@id":5249064743,"@timestamp":1578489375},"coords":"51.2376037,-0.2084485","bedrooms":"0","price":"221000","area":"586"} , +{"type":"Feature","id":"n5249245580","geometry":{"type":"Point","coordinates":[-0.2223927,51.6314687]},"properties":{"@type":"node","@id":5249245580,"@timestamp":1511721811},"coords":"51.6314687,-0.2223927","bedrooms":"1","price":"209000","area":"619"} , +{"type":"Feature","id":"n5249274585","geometry":{"type":"Point","coordinates":[-0.4795692,51.5175178]},"properties":{"@type":"node","@id":5249274585,"@timestamp":1511723300},"coords":"51.5175178,-0.4795692","bedrooms":"1","price":"152000","area":"492"} , +{"type":"Feature","id":"n5249376353","geometry":{"type":"Point","coordinates":[-0.2255803,51.6314088]},"properties":{"@type":"node","@id":5249376353,"@timestamp":1511726521},"coords":"51.6314088,-0.2255803","bedrooms":"0","price":"243000","area":"695"} , +{"type":"Feature","id":"n5249406346","geometry":{"type":"Point","coordinates":[-0.0545545,51.4904483]},"properties":{"@type":"node","@id":5249406346,"@timestamp":1616298156},"coords":"51.4904483,-0.0545545","bedrooms":"3","price":"293000","area":"423"} , +{"type":"Feature","id":"n5249669803","geometry":{"type":"Point","coordinates":[-0.1377851,51.5740824]},"properties":{"@type":"node","@id":5249669803,"@timestamp":1551298467},"coords":"51.5740824,-0.1377851","bedrooms":"1","price":"271000","area":"626"} , +{"type":"Feature","id":"n5249670239","geometry":{"type":"Point","coordinates":[-0.1374418,51.573999]},"properties":{"@type":"node","@id":5249670239,"@timestamp":1511745002},"coords":"51.573999,-0.1374418","bedrooms":"0","price":"183000","area":"500"} , +{"type":"Feature","id":"n5249670249","geometry":{"type":"Point","coordinates":[-0.1370693,51.5735449]},"properties":{"@type":"node","@id":5249670249,"@timestamp":1511745002},"coords":"51.5735449,-0.1370693","bedrooms":"3","price":"277000","area":"492"} , +{"type":"Feature","id":"n5249670295","geometry":{"type":"Point","coordinates":[-0.1366244,51.5733058]},"properties":{"@type":"node","@id":5249670295,"@timestamp":1511745003},"coords":"51.5733058,-0.1366244","bedrooms":"0","price":"243000","area":"668"} , +{"type":"Feature","id":"n5250363298","geometry":{"type":"Point","coordinates":[-0.159231,51.356012]},"properties":{"@type":"node","@id":5250363298,"@timestamp":1511789316},"coords":"51.356012,-0.159231","bedrooms":"0","price":"215000","area":"536"} , +{"type":"Feature","id":"n5250363467","geometry":{"type":"Point","coordinates":[-0.1597795,51.3563358]},"properties":{"@type":"node","@id":5250363467,"@timestamp":1511789319},"coords":"51.3563358,-0.1597795","bedrooms":"1","price":"273000","area":"374"} , +{"type":"Feature","id":"n5250574670","geometry":{"type":"Point","coordinates":[-0.1359381,51.3038038]},"properties":{"@type":"node","@id":5250574670,"@timestamp":1511799447},"coords":"51.3038038,-0.1359381","bedrooms":"4","price":"167000","area":"651"} , +{"type":"Feature","id":"n5250587688","geometry":{"type":"Point","coordinates":[-0.1298057,51.300267]},"properties":{"@type":"node","@id":5250587688,"@timestamp":1511800192},"coords":"51.300267,-0.1298057","bedrooms":"1","price":"195000","area":"385"} , +{"type":"Feature","id":"n5250587699","geometry":{"type":"Point","coordinates":[-0.1301356,51.2999065]},"properties":{"@type":"node","@id":5250587699,"@timestamp":1511800192},"coords":"51.2999065,-0.1301356","bedrooms":"3","price":"280000","area":"368"} , +{"type":"Feature","id":"n5250613159","geometry":{"type":"Point","coordinates":[-0.2430564,51.6298971]},"properties":{"@type":"node","@id":5250613159,"@timestamp":1511801075},"coords":"51.6298971,-0.2430564","bedrooms":"4","price":"184000","area":"653"} , +{"type":"Feature","id":"n5250680550","geometry":{"type":"Point","coordinates":[0.0310607,51.5018189]},"properties":{"@type":"node","@id":5250680550,"@timestamp":1633940083},"coords":"51.5018189,0.0310607","bedrooms":"0","price":"169000","area":"598"} , +{"type":"Feature","id":"n5250772082","geometry":{"type":"Point","coordinates":[-0.1606194,51.3562338]},"properties":{"@type":"node","@id":5250772082,"@timestamp":1511807518},"coords":"51.3562338,-0.1606194","bedrooms":"3","price":"278000","area":"521"} , +{"type":"Feature","id":"n5251031472","geometry":{"type":"Point","coordinates":[-0.5602446,51.3216198]},"properties":{"@type":"node","@id":5251031472,"@timestamp":1557606654},"coords":"51.3216198,-0.5602446","bedrooms":"4","price":"198000","area":"537"} , +{"type":"Feature","id":"n5251640434","geometry":{"type":"Point","coordinates":[0.0295598,51.500627]},"properties":{"@type":"node","@id":5251640434,"@timestamp":1606382576},"coords":"51.500627,0.0295598","bedrooms":"1","price":"211000","area":"410"} , +{"type":"Feature","id":"n5251849016","geometry":{"type":"Point","coordinates":[-0.1445208,51.4605206]},"properties":{"@type":"node","@id":5251849016,"@timestamp":1511866824},"coords":"51.4605206,-0.1445208","bedrooms":"3","price":"299000","area":"531"} , +{"type":"Feature","id":"n5251849033","geometry":{"type":"Point","coordinates":[-0.1416439,51.4602609]},"properties":{"@type":"node","@id":5251849033,"@timestamp":1511866824},"coords":"51.4602609,-0.1416439","bedrooms":"3","price":"255000","area":"614"} , +{"type":"Feature","id":"n5251919696","geometry":{"type":"Point","coordinates":[-0.3313632,51.4712238]},"properties":{"@type":"node","@id":5251919696,"@timestamp":1552901083},"coords":"51.4712238,-0.3313632","bedrooms":"4","price":"152000","area":"454"} , +{"type":"Feature","id":"n5252571552","geometry":{"type":"Point","coordinates":[-1.0248179,51.4454712]},"properties":{"@type":"node","@id":5252571552,"@timestamp":1526823722},"coords":"51.4454712,-1.0248179","bedrooms":"4","price":"204000","area":"649"} , +{"type":"Feature","id":"n5252994219","geometry":{"type":"Point","coordinates":[-1.0226267,51.4446149]},"properties":{"@type":"node","@id":5252994219,"@timestamp":1511904531},"coords":"51.4446149,-1.0226267","bedrooms":"4","price":"194000","area":"661"} , +{"type":"Feature","id":"n5253619781","geometry":{"type":"Point","coordinates":[-0.1401323,51.48776]},"properties":{"@type":"node","@id":5253619781,"@timestamp":1511944573},"coords":"51.48776,-0.1401323","bedrooms":"1","price":"166000","area":"587"} , +{"type":"Feature","id":"n5254116408","geometry":{"type":"Point","coordinates":[-0.094458,51.5439958]},"properties":{"@type":"node","@id":5254116408,"@timestamp":1511965071},"coords":"51.5439958,-0.094458","bedrooms":"2","price":"227000","area":"433"} , +{"type":"Feature","id":"n5254188663","geometry":{"type":"Point","coordinates":[-0.7403374,51.5251571]},"properties":{"@type":"node","@id":5254188663,"@timestamp":1511968437},"coords":"51.5251571,-0.7403374","bedrooms":"0","price":"270000","area":"447"} , +{"type":"Feature","id":"n5254212755","geometry":{"type":"Point","coordinates":[-0.7400872,51.5247677]},"properties":{"@type":"node","@id":5254212755,"@timestamp":1511968436},"coords":"51.5247677,-0.7400872","bedrooms":"1","price":"188000","area":"397"} , +{"type":"Feature","id":"n5254212765","geometry":{"type":"Point","coordinates":[-0.7400029,51.5246087]},"properties":{"@type":"node","@id":5254212765,"@timestamp":1511968436},"coords":"51.5246087,-0.7400029","bedrooms":"1","price":"269000","area":"558"} , +{"type":"Feature","id":"n5254212775","geometry":{"type":"Point","coordinates":[-0.7398857,51.5255264]},"properties":{"@type":"node","@id":5254212775,"@timestamp":1511968437},"coords":"51.5255264,-0.7398857","bedrooms":"1","price":"222000","area":"480"} , +{"type":"Feature","id":"n5254308129","geometry":{"type":"Point","coordinates":[-0.7191877,51.5243701]},"properties":{"@type":"node","@id":5254308129,"@timestamp":1511972827},"coords":"51.5243701,-0.7191877","bedrooms":"1","price":"178000","area":"516"} , +{"type":"Feature","id":"n5254308140","geometry":{"type":"Point","coordinates":[-0.7234305,51.5224401]},"properties":{"@type":"node","@id":5254308140,"@timestamp":1511972827},"coords":"51.5224401,-0.7234305","bedrooms":"4","price":"243000","area":"572"} , +{"type":"Feature","id":"n5254338658","geometry":{"type":"Point","coordinates":[-0.721366,51.5219091]},"properties":{"@type":"node","@id":5254338658,"@timestamp":1511973983},"coords":"51.5219091,-0.721366","bedrooms":"0","price":"274000","area":"376"} , +{"type":"Feature","id":"n5254666397","geometry":{"type":"Point","coordinates":[-0.1493185,51.5089392]},"properties":{"@type":"node","@id":5254666397,"@timestamp":1594712760},"coords":"51.5089392,-0.1493185","bedrooms":"1","price":"248000","area":"369"} , +{"type":"Feature","id":"n5255508005","geometry":{"type":"Point","coordinates":[-0.1448138,51.2603029]},"properties":{"@type":"node","@id":5255508005,"@timestamp":1581087305},"coords":"51.2603029,-0.1448138","bedrooms":"2","price":"178000","area":"369"} , +{"type":"Feature","id":"n5255531078","geometry":{"type":"Point","coordinates":[-0.1619753,51.3562269]},"properties":{"@type":"node","@id":5255531078,"@timestamp":1512039960},"coords":"51.3562269,-0.1619753","bedrooms":"4","price":"279000","area":"412"} , +{"type":"Feature","id":"n5255554547","geometry":{"type":"Point","coordinates":[-0.1622138,51.3572372]},"properties":{"@type":"node","@id":5255554547,"@timestamp":1512041182},"coords":"51.3572372,-0.1622138","bedrooms":"3","price":"279000","area":"517"} , +{"type":"Feature","id":"n5255566403","geometry":{"type":"Point","coordinates":[-0.1651758,51.354991]},"properties":{"@type":"node","@id":5255566403,"@timestamp":1512041911},"coords":"51.354991,-0.1651758","bedrooms":"4","price":"219000","area":"503"} , +{"type":"Feature","id":"n5256050630","geometry":{"type":"Point","coordinates":[-0.1681805,51.3343808]},"properties":{"@type":"node","@id":5256050630,"@timestamp":1512056065},"coords":"51.3343808,-0.1681805","bedrooms":"2","price":"218000","area":"596"} , +{"type":"Feature","id":"n5256392538","geometry":{"type":"Point","coordinates":[-0.6766198,51.2986876]},"properties":{"@type":"node","@id":5256392538,"@timestamp":1512067971},"coords":"51.2986876,-0.6766198","bedrooms":"3","price":"242000","area":"522"} , +{"type":"Feature","id":"n5256880435","geometry":{"type":"Point","coordinates":[-1.0194076,51.6880208]},"properties":{"@type":"node","@id":5256880435,"@timestamp":1512093358},"coords":"51.6880208,-1.0194076","bedrooms":"1","price":"166000","area":"405"} , +{"type":"Feature","id":"n5257500827","geometry":{"type":"Point","coordinates":[-0.0089185,51.5457623]},"properties":{"@type":"node","@id":5257500827,"@timestamp":1562053786},"coords":"51.5457623,-0.0089185","bedrooms":"4","price":"187000","area":"491"} , +{"type":"Feature","id":"n5257588173","geometry":{"type":"Point","coordinates":[-0.1464251,51.1369157]},"properties":{"@type":"node","@id":5257588173,"@timestamp":1512131162},"coords":"51.1369157,-0.1464251","bedrooms":"0","price":"269000","area":"473"} , +{"type":"Feature","id":"n5257759204","geometry":{"type":"Point","coordinates":[-0.32452,51.2375174]},"properties":{"@type":"node","@id":5257759204,"@timestamp":1601900927},"coords":"51.2375174,-0.32452","bedrooms":"2","price":"268000","area":"694"} , +{"type":"Feature","id":"n5257992040","geometry":{"type":"Point","coordinates":[-0.2210381,51.6171538]},"properties":{"@type":"node","@id":5257992040,"@timestamp":1512147538},"coords":"51.6171538,-0.2210381","bedrooms":"1","price":"275000","area":"679"} , +{"type":"Feature","id":"n5258624611","geometry":{"type":"Point","coordinates":[-0.1876791,51.8145653]},"properties":{"@type":"node","@id":5258624611,"@timestamp":1512171519},"coords":"51.8145653,-0.1876791","bedrooms":"1","price":"206000","area":"594"} , +{"type":"Feature","id":"n5259316548","geometry":{"type":"Point","coordinates":[-0.7996192,51.2140665]},"properties":{"@type":"node","@id":5259316548,"@timestamp":1512225292},"coords":"51.2140665,-0.7996192","bedrooms":"1","price":"246000","area":"398"} , +{"type":"Feature","id":"n5259465513","geometry":{"type":"Point","coordinates":[-0.1244071,51.4454639]},"properties":{"@type":"node","@id":5259465513,"@timestamp":1613344028},"coords":"51.4454639,-0.1244071","bedrooms":"0","price":"207000","area":"665"} , +{"type":"Feature","id":"n5259804795","geometry":{"type":"Point","coordinates":[0.486056,51.4033015]},"properties":{"@type":"node","@id":5259804795,"@timestamp":1512217315},"coords":"51.4033015,0.486056","bedrooms":"1","price":"219000","area":"444"} , +{"type":"Feature","id":"n5260047136","geometry":{"type":"Point","coordinates":[-0.2870071,51.2372974]},"properties":{"@type":"node","@id":5260047136,"@timestamp":1512224853},"coords":"51.2372974,-0.2870071","bedrooms":"3","price":"185000","area":"675"} , +{"type":"Feature","id":"n5260524829","geometry":{"type":"Point","coordinates":[-0.7985465,51.2130888]},"properties":{"@type":"node","@id":5260524829,"@timestamp":1512239073},"coords":"51.2130888,-0.7985465","bedrooms":"2","price":"265000","area":"374"} , +{"type":"Feature","id":"n5260606055","geometry":{"type":"Point","coordinates":[-0.2250161,51.6176109]},"properties":{"@type":"node","@id":5260606055,"@timestamp":1512241899},"coords":"51.6176109,-0.2250161","bedrooms":"1","price":"161000","area":"407"} , +{"type":"Feature","id":"n5260759137","geometry":{"type":"Point","coordinates":[-1.0625101,51.3377758]},"properties":{"@type":"node","@id":5260759137,"@timestamp":1551211779},"coords":"51.3377758,-1.0625101","bedrooms":"0","price":"286000","area":"383"} , +{"type":"Feature","id":"n5261141814","geometry":{"type":"Point","coordinates":[-0.163154,51.1723011]},"properties":{"@type":"node","@id":5261141814,"@timestamp":1512262542},"coords":"51.1723011,-0.163154","bedrooms":"4","price":"189000","area":"429"} , +{"type":"Feature","id":"n5261637323","geometry":{"type":"Point","coordinates":[0.0651756,51.489226]},"properties":{"@type":"node","@id":5261637323,"@timestamp":1548924062},"coords":"51.489226,0.0651756","bedrooms":"1","price":"225000","area":"607"} , +{"type":"Feature","id":"n5261677614","geometry":{"type":"Point","coordinates":[0.184809,51.1178755]},"properties":{"@type":"node","@id":5261677614,"@timestamp":1512295630},"coords":"51.1178755,0.184809","bedrooms":"4","price":"204000","area":"442"} , +{"type":"Feature","id":"n5261688683","geometry":{"type":"Point","coordinates":[0.2078413,51.1311373]},"properties":{"@type":"node","@id":5261688683,"@timestamp":1512308061},"coords":"51.1311373,0.2078413","bedrooms":"3","price":"255000","area":"672"} , +{"type":"Feature","id":"n5261752494","geometry":{"type":"Point","coordinates":[-0.2496557,51.1050441]},"properties":{"@type":"node","@id":5261752494,"@timestamp":1512299042},"coords":"51.1050441,-0.2496557","bedrooms":"2","price":"201000","area":"634"} , +{"type":"Feature","id":"n5261862204","geometry":{"type":"Point","coordinates":[-0.7961372,51.2143297]},"properties":{"@type":"node","@id":5261862204,"@timestamp":1512303926},"coords":"51.2143297,-0.7961372","bedrooms":"2","price":"198000","area":"699"} , +{"type":"Feature","id":"n5262085173","geometry":{"type":"Point","coordinates":[-0.269106,51.8862431]},"properties":{"@type":"node","@id":5262085173,"@timestamp":1512313529},"coords":"51.8862431,-0.269106","bedrooms":"0","price":"276000","area":"655"} , +{"type":"Feature","id":"n5262178362","geometry":{"type":"Point","coordinates":[-0.2720755,51.2987241]},"properties":{"@type":"node","@id":5262178362,"@timestamp":1512318213},"coords":"51.2987241,-0.2720755","bedrooms":"1","price":"152000","area":"657"} , +{"type":"Feature","id":"n5262294431","geometry":{"type":"Point","coordinates":[0.0411285,51.5673789]},"properties":{"@type":"node","@id":5262294431,"@timestamp":1512322720},"coords":"51.5673789,0.0411285","bedrooms":"0","price":"233000","area":"453"} , +{"type":"Feature","id":"n5262372193","geometry":{"type":"Point","coordinates":[-0.1283703,51.4948837]},"properties":{"@type":"node","@id":5262372193,"@timestamp":1630086817},"coords":"51.4948837,-0.1283703","bedrooms":"3","price":"276000","area":"403"} , +{"type":"Feature","id":"n5262571670","geometry":{"type":"Point","coordinates":[-0.0698749,51.4962957]},"properties":{"@type":"node","@id":5262571670,"@timestamp":1512333312},"coords":"51.4962957,-0.0698749","bedrooms":"1","price":"156000","area":"634"} , +{"type":"Feature","id":"n5262891615","geometry":{"type":"Point","coordinates":[-0.1238684,51.5322823]},"properties":{"@type":"node","@id":5262891615,"@timestamp":1533680297},"coords":"51.5322823,-0.1238684","bedrooms":"1","price":"211000","area":"495"} , +{"type":"Feature","id":"n5263120838","geometry":{"type":"Point","coordinates":[0.6088567,51.6491089]},"properties":{"@type":"node","@id":5263120838,"@timestamp":1512366254},"coords":"51.6491089,0.6088567","bedrooms":"0","price":"246000","area":"629"} , +{"type":"Feature","id":"n5263913386","geometry":{"type":"Point","coordinates":[-0.1707637,51.159963]},"properties":{"@type":"node","@id":5263913386,"@timestamp":1612293003},"coords":"51.159963,-0.1707637","bedrooms":"3","price":"235000","area":"445"} , +{"type":"Feature","id":"n5264465172","geometry":{"type":"Point","coordinates":[-0.0899038,51.3889967]},"properties":{"@type":"node","@id":5264465172,"@timestamp":1536843535},"coords":"51.3889967,-0.0899038","bedrooms":"0","price":"278000","area":"469"} , +{"type":"Feature","id":"n5264614497","geometry":{"type":"Point","coordinates":[-0.0325287,51.4408826]},"properties":{"@type":"node","@id":5264614497,"@timestamp":1603509883},"coords":"51.4408826,-0.0325287","bedrooms":"2","price":"179000","area":"614"} , +{"type":"Feature","id":"n5264733158","geometry":{"type":"Point","coordinates":[-0.1848918,51.8144581]},"properties":{"@type":"node","@id":5264733158,"@timestamp":1512427249},"coords":"51.8144581,-0.1848918","bedrooms":"1","price":"250000","area":"545"} , +{"type":"Feature","id":"n5264832071","geometry":{"type":"Point","coordinates":[-0.2402147,51.6284846]},"properties":{"@type":"node","@id":5264832071,"@timestamp":1512432142},"coords":"51.6284846,-0.2402147","bedrooms":"2","price":"253000","area":"383"} , +{"type":"Feature","id":"n5265461658","geometry":{"type":"Point","coordinates":[-0.0768019,51.2954654]},"properties":{"@type":"node","@id":5265461658,"@timestamp":1512467368},"coords":"51.2954654,-0.0768019","bedrooms":"4","price":"287000","area":"627"} , +{"type":"Feature","id":"n5265720196","geometry":{"type":"Point","coordinates":[-0.1695159,51.5060871]},"properties":{"@type":"node","@id":5265720196,"@timestamp":1512478123},"coords":"51.5060871,-0.1695159","bedrooms":"3","price":"299000","area":"465"} , +{"type":"Feature","id":"n5265918621","geometry":{"type":"Point","coordinates":[-0.2716722,51.8383949]},"properties":{"@type":"node","@id":5265918621,"@timestamp":1523194134},"coords":"51.8383949,-0.2716722","bedrooms":"4","price":"222000","area":"549"} , +{"type":"Feature","id":"n5266125602","geometry":{"type":"Point","coordinates":[-0.5846681,51.498808]},"properties":{"@type":"node","@id":5266125602,"@timestamp":1512491805},"coords":"51.498808,-0.5846681","bedrooms":"4","price":"226000","area":"377"} , +{"type":"Feature","id":"n5266129100","geometry":{"type":"Point","coordinates":[-0.5831446,51.5002921]},"properties":{"@type":"node","@id":5266129100,"@timestamp":1512492033},"coords":"51.5002921,-0.5831446","bedrooms":"4","price":"153000","area":"574"} , +{"type":"Feature","id":"n5266129110","geometry":{"type":"Point","coordinates":[-0.5823846,51.4989039]},"properties":{"@type":"node","@id":5266129110,"@timestamp":1512492034},"coords":"51.4989039,-0.5823846","bedrooms":"3","price":"190000","area":"676"} , +{"type":"Feature","id":"n5266129120","geometry":{"type":"Point","coordinates":[-0.579937,51.5002316]},"properties":{"@type":"node","@id":5266129120,"@timestamp":1512492035},"coords":"51.5002316,-0.579937","bedrooms":"1","price":"299000","area":"640"} , +{"type":"Feature","id":"n5266136827","geometry":{"type":"Point","coordinates":[-0.5764012,51.5000503]},"properties":{"@type":"node","@id":5266136827,"@timestamp":1512492035},"coords":"51.5000503,-0.5764012","bedrooms":"0","price":"172000","area":"651"} , +{"type":"Feature","id":"n5266136837","geometry":{"type":"Point","coordinates":[-0.5787448,51.4962654]},"properties":{"@type":"node","@id":5266136837,"@timestamp":1512492036},"coords":"51.4962654,-0.5787448","bedrooms":"4","price":"277000","area":"439"} , +{"type":"Feature","id":"n5266447531","geometry":{"type":"Point","coordinates":[-0.6518346,51.9009603]},"properties":{"@type":"node","@id":5266447531,"@timestamp":1556462344},"coords":"51.9009603,-0.6518346","bedrooms":"2","price":"176000","area":"567"} , +{"type":"Feature","id":"n5266643732","geometry":{"type":"Point","coordinates":[-0.7945261,51.8814062]},"properties":{"@type":"node","@id":5266643732,"@timestamp":1602154158},"coords":"51.8814062,-0.7945261","bedrooms":"4","price":"288000","area":"365"} , +{"type":"Feature","id":"n5266873689","geometry":{"type":"Point","coordinates":[-0.1327365,51.4998049]},"properties":{"@type":"node","@id":5266873689,"@timestamp":1551748862},"coords":"51.4998049,-0.1327365","bedrooms":"4","price":"217000","area":"371"} , +{"type":"Feature","id":"n5266874372","geometry":{"type":"Point","coordinates":[-0.1333272,51.5000491]},"properties":{"@type":"node","@id":5266874372,"@timestamp":1512513277},"coords":"51.5000491,-0.1333272","bedrooms":"3","price":"222000","area":"599"} , +{"type":"Feature","id":"n5267096374","geometry":{"type":"Point","coordinates":[-0.1098528,51.4846601]},"properties":{"@type":"node","@id":5267096374,"@timestamp":1627580318},"coords":"51.4846601,-0.1098528","bedrooms":"4","price":"230000","area":"374"} , +{"type":"Feature","id":"n5267676430","geometry":{"type":"Point","coordinates":[0.4430728,51.3236037]},"properties":{"@type":"node","@id":5267676430,"@timestamp":1512555568},"coords":"51.3236037,0.4430728","bedrooms":"2","price":"163000","area":"419"} , +{"type":"Feature","id":"n5268001421","geometry":{"type":"Point","coordinates":[-0.3261912,51.2873155]},"properties":{"@type":"node","@id":5268001421,"@timestamp":1619138777},"coords":"51.2873155,-0.3261912","bedrooms":"1","price":"211000","area":"501"} , +{"type":"Feature","id":"n5268014455","geometry":{"type":"Point","coordinates":[-0.1912337,51.81299]},"properties":{"@type":"node","@id":5268014455,"@timestamp":1512569085},"coords":"51.81299,-0.1912337","bedrooms":"3","price":"169000","area":"468"} , +{"type":"Feature","id":"n5268310743","geometry":{"type":"Point","coordinates":[-0.120619,51.2846887]},"properties":{"@type":"node","@id":5268310743,"@timestamp":1522068110},"coords":"51.2846887,-0.120619","bedrooms":"0","price":"287000","area":"534"} , +{"type":"Feature","id":"n5268618022","geometry":{"type":"Point","coordinates":[-0.5084261,51.3491832]},"properties":{"@type":"node","@id":5268618022,"@timestamp":1627857763},"coords":"51.3491832,-0.5084261","bedrooms":"1","price":"161000","area":"619"} , +{"type":"Feature","id":"n5268778899","geometry":{"type":"Point","coordinates":[-0.23655,51.9822946]},"properties":{"@type":"node","@id":5268778899,"@timestamp":1512597895},"coords":"51.9822946,-0.23655","bedrooms":"2","price":"233000","area":"386"} , +{"type":"Feature","id":"n5268888663","geometry":{"type":"Point","coordinates":[0.0426129,51.3839571]},"properties":{"@type":"node","@id":5268888663,"@timestamp":1512604550},"coords":"51.3839571,0.0426129","bedrooms":"1","price":"165000","area":"591"} , +{"type":"Feature","id":"n5269876320","geometry":{"type":"Point","coordinates":[-0.0254597,51.5224831]},"properties":{"@type":"node","@id":5269876320,"@timestamp":1512649429},"coords":"51.5224831,-0.0254597","bedrooms":"2","price":"288000","area":"515"} , +{"type":"Feature","id":"n5270468372","geometry":{"type":"Point","coordinates":[-0.1741857,51.4588363]},"properties":{"@type":"node","@id":5270468372,"@timestamp":1596188839},"coords":"51.4588363,-0.1741857","bedrooms":"1","price":"183000","area":"588"} , +{"type":"Feature","id":"n5270645070","geometry":{"type":"Point","coordinates":[-0.5140736,51.9034704]},"properties":{"@type":"node","@id":5270645070,"@timestamp":1512749324},"coords":"51.9034704,-0.5140736","bedrooms":"3","price":"256000","area":"590"} , +{"type":"Feature","id":"n5271024256","geometry":{"type":"Point","coordinates":[-0.5170087,51.9039622]},"properties":{"@type":"node","@id":5271024256,"@timestamp":1512695022},"coords":"51.9039622,-0.5170087","bedrooms":"0","price":"160000","area":"448"} , +{"type":"Feature","id":"n5271024266","geometry":{"type":"Point","coordinates":[-0.5161584,51.9031778]},"properties":{"@type":"node","@id":5271024266,"@timestamp":1512695022},"coords":"51.9031778,-0.5161584","bedrooms":"2","price":"212000","area":"471"} , +{"type":"Feature","id":"n5271024276","geometry":{"type":"Point","coordinates":[-0.5170907,51.9043983]},"properties":{"@type":"node","@id":5271024276,"@timestamp":1512695022},"coords":"51.9043983,-0.5170907","bedrooms":"0","price":"248000","area":"536"} , +{"type":"Feature","id":"n5271208185","geometry":{"type":"Point","coordinates":[-0.1479811,51.4946095]},"properties":{"@type":"node","@id":5271208185,"@timestamp":1547467097},"coords":"51.4946095,-0.1479811","bedrooms":"2","price":"162000","area":"632"} , +{"type":"Feature","id":"n5271652838","geometry":{"type":"Point","coordinates":[-0.7744931,51.3129892]},"properties":{"@type":"node","@id":5271652838,"@timestamp":1630753288},"coords":"51.3129892,-0.7744931","bedrooms":"0","price":"249000","area":"529"} , +{"type":"Feature","id":"n5271714634","geometry":{"type":"Point","coordinates":[-0.8494273,51.4005709]},"properties":{"@type":"node","@id":5271714634,"@timestamp":1512732021},"coords":"51.4005709,-0.8494273","bedrooms":"4","price":"231000","area":"471"} , +{"type":"Feature","id":"n5271734181","geometry":{"type":"Point","coordinates":[-0.7697097,51.3163915]},"properties":{"@type":"node","@id":5271734181,"@timestamp":1512732967},"coords":"51.3163915,-0.7697097","bedrooms":"4","price":"266000","area":"369"} , +{"type":"Feature","id":"n5271792738","geometry":{"type":"Point","coordinates":[-0.7909669,51.8210184]},"properties":{"@type":"node","@id":5271792738,"@timestamp":1608312239},"coords":"51.8210184,-0.7909669","bedrooms":"2","price":"167000","area":"648"} , +{"type":"Feature","id":"n5271977468","geometry":{"type":"Point","coordinates":[-0.171702,51.4587751]},"properties":{"@type":"node","@id":5271977468,"@timestamp":1512743155},"coords":"51.4587751,-0.171702","bedrooms":"1","price":"282000","area":"434"} , +{"type":"Feature","id":"n5272094588","geometry":{"type":"Point","coordinates":[-0.9787272,51.4533328]},"properties":{"@type":"node","@id":5272094588,"@timestamp":1512748454},"coords":"51.4533328,-0.9787272","bedrooms":"0","price":"297000","area":"610"} , +{"type":"Feature","id":"n5272124352","geometry":{"type":"Point","coordinates":[-0.5163665,51.9027249]},"properties":{"@type":"node","@id":5272124352,"@timestamp":1512749944},"coords":"51.9027249,-0.5163665","bedrooms":"2","price":"278000","area":"690"} , +{"type":"Feature","id":"n5272341437","geometry":{"type":"Point","coordinates":[-0.5222795,51.8827022]},"properties":{"@type":"node","@id":5272341437,"@timestamp":1512756348},"coords":"51.8827022,-0.5222795","bedrooms":"1","price":"284000","area":"592"} , +{"type":"Feature","id":"n5272636701","geometry":{"type":"Point","coordinates":[-0.2064288,51.8073437]},"properties":{"@type":"node","@id":5272636701,"@timestamp":1512768504},"coords":"51.8073437,-0.2064288","bedrooms":"1","price":"195000","area":"432"} , +{"type":"Feature","id":"n5272643303","geometry":{"type":"Point","coordinates":[-0.0569714,51.2817101]},"properties":{"@type":"node","@id":5272643303,"@timestamp":1629023058},"coords":"51.2817101,-0.0569714","bedrooms":"2","price":"234000","area":"521"} , +{"type":"Feature","id":"n5272656798","geometry":{"type":"Point","coordinates":[-0.2025597,51.8107727]},"properties":{"@type":"node","@id":5272656798,"@timestamp":1512769409},"coords":"51.8107727,-0.2025597","bedrooms":"1","price":"208000","area":"488"} , +{"type":"Feature","id":"n5272656814","geometry":{"type":"Point","coordinates":[-0.2002579,51.8117912]},"properties":{"@type":"node","@id":5272656814,"@timestamp":1568587979},"coords":"51.8117912,-0.2002579","bedrooms":"0","price":"181000","area":"468"} , +{"type":"Feature","id":"n5272667272","geometry":{"type":"Point","coordinates":[-0.1920294,51.8120748]},"properties":{"@type":"node","@id":5272667272,"@timestamp":1512770048},"coords":"51.8120748,-0.1920294","bedrooms":"3","price":"239000","area":"514"} , +{"type":"Feature","id":"n5272807827","geometry":{"type":"Point","coordinates":[-0.9736129,51.4538843]},"properties":{"@type":"node","@id":5272807827,"@timestamp":1512777760},"coords":"51.4538843,-0.9736129","bedrooms":"3","price":"165000","area":"389"} , +{"type":"Feature","id":"n5272828612","geometry":{"type":"Point","coordinates":[-0.056534,51.2765065]},"properties":{"@type":"node","@id":5272828612,"@timestamp":1512779084},"coords":"51.2765065,-0.056534","bedrooms":"3","price":"152000","area":"525"} , +{"type":"Feature","id":"n5272888800","geometry":{"type":"Point","coordinates":[-0.1305901,51.5001297]},"properties":{"@type":"node","@id":5272888800,"@timestamp":1512783181},"coords":"51.5001297,-0.1305901","bedrooms":"3","price":"186000","area":"589"} , +{"type":"Feature","id":"n5272888949","geometry":{"type":"Point","coordinates":[-0.1316495,51.4997895]},"properties":{"@type":"node","@id":5272888949,"@timestamp":1512783182},"coords":"51.4997895,-0.1316495","bedrooms":"1","price":"241000","area":"394"} , +{"type":"Feature","id":"n5272987263","geometry":{"type":"Point","coordinates":[-0.0487419,51.2699421]},"properties":{"@type":"node","@id":5272987263,"@timestamp":1512792916},"coords":"51.2699421,-0.0487419","bedrooms":"0","price":"237000","area":"641"} , +{"type":"Feature","id":"n5272987712","geometry":{"type":"Point","coordinates":[-0.0531042,51.2676791]},"properties":{"@type":"node","@id":5272987712,"@timestamp":1512792920},"coords":"51.2676791,-0.0531042","bedrooms":"0","price":"251000","area":"362"} , +{"type":"Feature","id":"n5273280407","geometry":{"type":"Point","coordinates":[-0.3602531,51.0514142]},"properties":{"@type":"node","@id":5273280407,"@timestamp":1512814355},"coords":"51.0514142,-0.3602531","bedrooms":"4","price":"258000","area":"646"} , +{"type":"Feature","id":"n5273348375","geometry":{"type":"Point","coordinates":[-0.3495308,51.0508156]},"properties":{"@type":"node","@id":5273348375,"@timestamp":1512817062},"coords":"51.0508156,-0.3495308","bedrooms":"1","price":"182000","area":"584"} , +{"type":"Feature","id":"n5273526503","geometry":{"type":"Point","coordinates":[-0.1294565,51.5007695]},"properties":{"@type":"node","@id":5273526503,"@timestamp":1512825151},"coords":"51.5007695,-0.1294565","bedrooms":"1","price":"191000","area":"689"} , +{"type":"Feature","id":"n5273528345","geometry":{"type":"Point","coordinates":[-0.1295105,51.5005158]},"properties":{"@type":"node","@id":5273528345,"@timestamp":1512825152},"coords":"51.5005158,-0.1295105","bedrooms":"3","price":"162000","area":"683"} , +{"type":"Feature","id":"n5273609963","geometry":{"type":"Point","coordinates":[-0.7970838,51.3635996]},"properties":{"@type":"node","@id":5273609963,"@timestamp":1625342679},"coords":"51.3635996,-0.7970838","bedrooms":"3","price":"189000","area":"570"} , +{"type":"Feature","id":"n5273685142","geometry":{"type":"Point","coordinates":[-0.1226018,51.5307618]},"properties":{"@type":"node","@id":5273685142,"@timestamp":1628530387},"coords":"51.5307618,-0.1226018","bedrooms":"1","price":"265000","area":"375"} , +{"type":"Feature","id":"n5273992767","geometry":{"type":"Point","coordinates":[-0.1479713,51.4950644]},"properties":{"@type":"node","@id":5273992767,"@timestamp":1512844875},"coords":"51.4950644,-0.1479713","bedrooms":"4","price":"284000","area":"528"} , +{"type":"Feature","id":"n5274028597","geometry":{"type":"Point","coordinates":[0.5373028,51.35406]},"properties":{"@type":"node","@id":5274028597,"@timestamp":1512846388},"coords":"51.35406,0.5373028","bedrooms":"3","price":"181000","area":"390"} , +{"type":"Feature","id":"n5274028607","geometry":{"type":"Point","coordinates":[0.5433485,51.3571219]},"properties":{"@type":"node","@id":5274028607,"@timestamp":1512846389},"coords":"51.3571219,0.5433485","bedrooms":"0","price":"293000","area":"686"} , +{"type":"Feature","id":"n5274091482","geometry":{"type":"Point","coordinates":[-0.7970592,51.3499926]},"properties":{"@type":"node","@id":5274091482,"@timestamp":1512849962},"coords":"51.3499926,-0.7970592","bedrooms":"1","price":"229000","area":"592"} , +{"type":"Feature","id":"n5274309921","geometry":{"type":"Point","coordinates":[-0.1220486,51.4843802]},"properties":{"@type":"node","@id":5274309921,"@timestamp":1512857670},"coords":"51.4843802,-0.1220486","bedrooms":"3","price":"157000","area":"577"} , +{"type":"Feature","id":"n5274473911","geometry":{"type":"Point","coordinates":[0.0364376,51.4818117]},"properties":{"@type":"node","@id":5274473911,"@timestamp":1512870534},"coords":"51.4818117,0.0364376","bedrooms":"0","price":"284000","area":"484"} , +{"type":"Feature","id":"n5274487965","geometry":{"type":"Point","coordinates":[-0.1615256,51.4642623]},"properties":{"@type":"node","@id":5274487965,"@timestamp":1613829462},"coords":"51.4642623,-0.1615256","bedrooms":"0","price":"186000","area":"561"} , +{"type":"Feature","id":"n5274534080","geometry":{"type":"Point","coordinates":[-0.1083878,51.5192719]},"properties":{"@type":"node","@id":5274534080,"@timestamp":1512875528},"coords":"51.5192719,-0.1083878","bedrooms":"2","price":"240000","area":"400"} , +{"type":"Feature","id":"n5275080179","geometry":{"type":"Point","coordinates":[-0.1317427,51.5005924]},"properties":{"@type":"node","@id":5275080179,"@timestamp":1512907646},"coords":"51.5005924,-0.1317427","bedrooms":"1","price":"286000","area":"432"} , +{"type":"Feature","id":"n5275250900","geometry":{"type":"Point","coordinates":[-0.1924385,51.9242643]},"properties":{"@type":"node","@id":5275250900,"@timestamp":1557771700},"coords":"51.9242643,-0.1924385","bedrooms":"4","price":"205000","area":"599"} , +{"type":"Feature","id":"n5275858620","geometry":{"type":"Point","coordinates":[-0.2396204,51.4183586]},"properties":{"@type":"node","@id":5275858620,"@timestamp":1611911397},"coords":"51.4183586,-0.2396204","bedrooms":"0","price":"195000","area":"653"} , +{"type":"Feature","id":"n5276091523","geometry":{"type":"Point","coordinates":[0.6830673,51.5643877]},"properties":{"@type":"node","@id":5276091523,"@timestamp":1512939596},"coords":"51.5643877,0.6830673","bedrooms":"3","price":"203000","area":"453"} , +{"type":"Feature","id":"n5276526480","geometry":{"type":"Point","coordinates":[-0.1243549,51.5232454]},"properties":{"@type":"node","@id":5276526480,"@timestamp":1512958858},"coords":"51.5232454,-0.1243549","bedrooms":"0","price":"184000","area":"606"} , +{"type":"Feature","id":"n5276568156","geometry":{"type":"Point","coordinates":[0.0673128,51.6245368]},"properties":{"@type":"node","@id":5276568156,"@timestamp":1556643933},"coords":"51.6245368,0.0673128","bedrooms":"0","price":"227000","area":"375"} , +{"type":"Feature","id":"n5276882753","geometry":{"type":"Point","coordinates":[0.6829382,51.5634902]},"properties":{"@type":"node","@id":5276882753,"@timestamp":1512977652},"coords":"51.5634902,0.6829382","bedrooms":"3","price":"157000","area":"573"} , +{"type":"Feature","id":"n5276983113","geometry":{"type":"Point","coordinates":[-0.4601812,51.3733041]},"properties":{"@type":"node","@id":5276983113,"@timestamp":1512981495},"coords":"51.3733041,-0.4601812","bedrooms":"4","price":"223000","area":"623"} , +{"type":"Feature","id":"n5278147409","geometry":{"type":"Point","coordinates":[0.0077857,51.5453103]},"properties":{"@type":"node","@id":5278147409,"@timestamp":1616146414},"coords":"51.5453103,0.0077857","bedrooms":"1","price":"250000","area":"611"} , +{"type":"Feature","id":"n5278587159","geometry":{"type":"Point","coordinates":[-0.4498197,51.2211255]},"properties":{"@type":"node","@id":5278587159,"@timestamp":1513032111},"coords":"51.2211255,-0.4498197","bedrooms":"1","price":"164000","area":"628"} , +{"type":"Feature","id":"n5278662434","geometry":{"type":"Point","coordinates":[-0.1420936,51.5384319]},"properties":{"@type":"node","@id":5278662434,"@timestamp":1513036546},"coords":"51.5384319,-0.1420936","bedrooms":"2","price":"281000","area":"451"} , +{"type":"Feature","id":"n5278740798","geometry":{"type":"Point","coordinates":[-0.124122,51.5142813]},"properties":{"@type":"node","@id":5278740798,"@timestamp":1622014880},"coords":"51.5142813,-0.124122","bedrooms":"3","price":"261000","area":"521"} , +{"type":"Feature","id":"n5278755931","geometry":{"type":"Point","coordinates":[-0.1232371,51.5123232]},"properties":{"@type":"node","@id":5278755931,"@timestamp":1537873685},"coords":"51.5123232,-0.1232371","bedrooms":"4","price":"278000","area":"620"} , +{"type":"Feature","id":"n5278779027","geometry":{"type":"Point","coordinates":[-0.1269648,51.5092667]},"properties":{"@type":"node","@id":5278779027,"@timestamp":1633888364},"coords":"51.5092667,-0.1269648","bedrooms":"4","price":"259000","area":"597"} , +{"type":"Feature","id":"n5279295801","geometry":{"type":"Point","coordinates":[0.5422287,51.3413639]},"properties":{"@type":"node","@id":5279295801,"@timestamp":1513071305},"coords":"51.3413639,0.5422287","bedrooms":"4","price":"292000","area":"468"} , +{"type":"Feature","id":"n5279295811","geometry":{"type":"Point","coordinates":[0.5482864,51.3312351]},"properties":{"@type":"node","@id":5279295811,"@timestamp":1513071306},"coords":"51.3312351,0.5482864","bedrooms":"2","price":"174000","area":"430"} , +{"type":"Feature","id":"n5279297921","geometry":{"type":"Point","coordinates":[0.5266303,51.3358016]},"properties":{"@type":"node","@id":5279297921,"@timestamp":1513071307},"coords":"51.3358016,0.5266303","bedrooms":"4","price":"268000","area":"526"} , +{"type":"Feature","id":"n5279297931","geometry":{"type":"Point","coordinates":[0.5324601,51.343359]},"properties":{"@type":"node","@id":5279297931,"@timestamp":1513071309},"coords":"51.343359,0.5324601","bedrooms":"4","price":"241000","area":"483"} , +{"type":"Feature","id":"n5279456898","geometry":{"type":"Point","coordinates":[0.5325797,51.3520377]},"properties":{"@type":"node","@id":5279456898,"@timestamp":1515943916},"coords":"51.3520377,0.5325797","bedrooms":"3","price":"182000","area":"696"} , +{"type":"Feature","id":"n5279456908","geometry":{"type":"Point","coordinates":[0.5296934,51.3454947]},"properties":{"@type":"node","@id":5279456908,"@timestamp":1513078355},"coords":"51.3454947,0.5296934","bedrooms":"2","price":"287000","area":"513"} , +{"type":"Feature","id":"n5279462685","geometry":{"type":"Point","coordinates":[0.5330636,51.3556823]},"properties":{"@type":"node","@id":5279462685,"@timestamp":1544982564},"coords":"51.3556823,0.5330636","bedrooms":"3","price":"198000","area":"379"} , +{"type":"Feature","id":"n5279594756","geometry":{"type":"Point","coordinates":[-0.123501,51.6387063]},"properties":{"@type":"node","@id":5279594756,"@timestamp":1513083429},"coords":"51.6387063,-0.123501","bedrooms":"1","price":"187000","area":"500"} , +{"type":"Feature","id":"n5279668760","geometry":{"type":"Point","coordinates":[0.5389336,51.364059]},"properties":{"@type":"node","@id":5279668760,"@timestamp":1513085883},"coords":"51.364059,0.5389336","bedrooms":"2","price":"181000","area":"589"} , +{"type":"Feature","id":"n5279668770","geometry":{"type":"Point","coordinates":[0.5247018,51.3589074]},"properties":{"@type":"node","@id":5279668770,"@timestamp":1513085884},"coords":"51.3589074,0.5247018","bedrooms":"3","price":"296000","area":"472"} , +{"type":"Feature","id":"n5280117100","geometry":{"type":"Point","coordinates":[-0.170299,51.5234878]},"properties":{"@type":"node","@id":5280117100,"@timestamp":1513100309},"coords":"51.5234878,-0.170299","bedrooms":"4","price":"245000","area":"498"} , +{"type":"Feature","id":"n5280579474","geometry":{"type":"Point","coordinates":[-0.6581551,51.015371]},"properties":{"@type":"node","@id":5280579474,"@timestamp":1513111525},"coords":"51.015371,-0.6581551","bedrooms":"4","price":"286000","area":"534"} , +{"type":"Feature","id":"n5280615076","geometry":{"type":"Point","coordinates":[-0.6549687,51.0113212]},"properties":{"@type":"node","@id":5280615076,"@timestamp":1513112803},"coords":"51.0113212,-0.6549687","bedrooms":"3","price":"186000","area":"496"} , +{"type":"Feature","id":"n5281018627","geometry":{"type":"Point","coordinates":[-0.1737015,51.4969977]},"properties":{"@type":"node","@id":5281018627,"@timestamp":1601006665},"coords":"51.4969977,-0.1737015","bedrooms":"4","price":"180000","area":"661"} , +{"type":"Feature","id":"n5281729668","geometry":{"type":"Point","coordinates":[0.5733691,51.3497734]},"properties":{"@type":"node","@id":5281729668,"@timestamp":1513159685},"coords":"51.3497734,0.5733691","bedrooms":"1","price":"258000","area":"492"} , +{"type":"Feature","id":"n5281924221","geometry":{"type":"Point","coordinates":[-0.9711993,51.5196566]},"properties":{"@type":"node","@id":5281924221,"@timestamp":1513167006},"coords":"51.5196566,-0.9711993","bedrooms":"2","price":"242000","area":"685"} , +{"type":"Feature","id":"n5281924231","geometry":{"type":"Point","coordinates":[-0.9712848,51.5198514]},"properties":{"@type":"node","@id":5281924231,"@timestamp":1513167006},"coords":"51.5198514,-0.9712848","bedrooms":"0","price":"159000","area":"660"} , +{"type":"Feature","id":"n5281993168","geometry":{"type":"Point","coordinates":[0.5988085,51.3466188]},"properties":{"@type":"node","@id":5281993168,"@timestamp":1513169662},"coords":"51.3466188,0.5988085","bedrooms":"4","price":"265000","area":"429"} , +{"type":"Feature","id":"n5281993178","geometry":{"type":"Point","coordinates":[0.5961075,51.3526915]},"properties":{"@type":"node","@id":5281993178,"@timestamp":1513169663},"coords":"51.3526915,0.5961075","bedrooms":"3","price":"277000","area":"429"} , +{"type":"Feature","id":"n5281993188","geometry":{"type":"Point","coordinates":[0.5979851,51.3623759]},"properties":{"@type":"node","@id":5281993188,"@timestamp":1513169664},"coords":"51.3623759,0.5979851","bedrooms":"4","price":"221000","area":"529"} , +{"type":"Feature","id":"n5281993198","geometry":{"type":"Point","coordinates":[0.5885383,51.3393155]},"properties":{"@type":"node","@id":5281993198,"@timestamp":1513169665},"coords":"51.3393155,0.5885383","bedrooms":"1","price":"177000","area":"395"} , +{"type":"Feature","id":"n5282057145","geometry":{"type":"Point","coordinates":[0.5803952,51.374245]},"properties":{"@type":"node","@id":5282057145,"@timestamp":1513171712},"coords":"51.374245,0.5803952","bedrooms":"0","price":"246000","area":"528"} , +{"type":"Feature","id":"n5282057155","geometry":{"type":"Point","coordinates":[0.6088668,51.3666949]},"properties":{"@type":"node","@id":5282057155,"@timestamp":1513171713},"coords":"51.3666949,0.6088668","bedrooms":"1","price":"228000","area":"631"} , +{"type":"Feature","id":"n5282198886","geometry":{"type":"Point","coordinates":[0.5471116,51.394796]},"properties":{"@type":"node","@id":5282198886,"@timestamp":1513177181},"coords":"51.394796,0.5471116","bedrooms":"0","price":"207000","area":"553"} , +{"type":"Feature","id":"n5282198896","geometry":{"type":"Point","coordinates":[0.5605777,51.3907818]},"properties":{"@type":"node","@id":5282198896,"@timestamp":1536526332},"coords":"51.3907818,0.5605777","bedrooms":"2","price":"292000","area":"594"} , +{"type":"Feature","id":"n5282198906","geometry":{"type":"Point","coordinates":[0.5429368,51.3759295]},"properties":{"@type":"node","@id":5282198906,"@timestamp":1513177183},"coords":"51.3759295,0.5429368","bedrooms":"4","price":"263000","area":"468"} , +{"type":"Feature","id":"n5282234045","geometry":{"type":"Point","coordinates":[0.5344677,51.3802956]},"properties":{"@type":"node","@id":5282234045,"@timestamp":1513178436},"coords":"51.3802956,0.5344677","bedrooms":"3","price":"210000","area":"611"} , +{"type":"Feature","id":"n5282301668","geometry":{"type":"Point","coordinates":[0.5310311,51.3751144]},"properties":{"@type":"node","@id":5282301668,"@timestamp":1513180752},"coords":"51.3751144,0.5310311","bedrooms":"3","price":"297000","area":"679"} , +{"type":"Feature","id":"n5282301678","geometry":{"type":"Point","coordinates":[0.5369809,51.3715091]},"properties":{"@type":"node","@id":5282301678,"@timestamp":1513180753},"coords":"51.3715091,0.5369809","bedrooms":"1","price":"155000","area":"398"} , +{"type":"Feature","id":"n5282301688","geometry":{"type":"Point","coordinates":[0.5444361,51.3724342]},"properties":{"@type":"node","@id":5282301688,"@timestamp":1513180754},"coords":"51.3724342,0.5444361","bedrooms":"0","price":"151000","area":"643"} , +{"type":"Feature","id":"n5282317865","geometry":{"type":"Point","coordinates":[0.5245891,51.3734045]},"properties":{"@type":"node","@id":5282317865,"@timestamp":1513181431},"coords":"51.3734045,0.5245891","bedrooms":"3","price":"224000","area":"659"} , +{"type":"Feature","id":"n5282348180","geometry":{"type":"Point","coordinates":[0.5567676,51.4267031]},"properties":{"@type":"node","@id":5282348180,"@timestamp":1513183264},"coords":"51.4267031,0.5567676","bedrooms":"2","price":"219000","area":"671"} , +{"type":"Feature","id":"n5283172927","geometry":{"type":"Point","coordinates":[-0.1488903,51.4961733]},"properties":{"@type":"node","@id":5283172927,"@timestamp":1604515831},"coords":"51.4961733,-0.1488903","bedrooms":"0","price":"257000","area":"559"} , +{"type":"Feature","id":"n5283782503","geometry":{"type":"Point","coordinates":[-0.3321335,51.5828467]},"properties":{"@type":"node","@id":5283782503,"@timestamp":1618344223},"coords":"51.5828467,-0.3321335","bedrooms":"4","price":"275000","area":"400"} , +{"type":"Feature","id":"n5283836704","geometry":{"type":"Point","coordinates":[0.0754222,51.5396866]},"properties":{"@type":"node","@id":5283836704,"@timestamp":1513253518},"coords":"51.5396866,0.0754222","bedrooms":"1","price":"257000","area":"376"} , +{"type":"Feature","id":"n5283993242","geometry":{"type":"Point","coordinates":[-0.0501176,51.2585839]},"properties":{"@type":"node","@id":5283993242,"@timestamp":1513258617},"coords":"51.2585839,-0.0501176","bedrooms":"3","price":"158000","area":"632"} , +{"type":"Feature","id":"n5284208045","geometry":{"type":"Point","coordinates":[0.5018091,51.4314291]},"properties":{"@type":"node","@id":5284208045,"@timestamp":1513266479},"coords":"51.4314291,0.5018091","bedrooms":"1","price":"256000","area":"423"} , +{"type":"Feature","id":"n5284208055","geometry":{"type":"Point","coordinates":[0.5645621,51.4540504]},"properties":{"@type":"node","@id":5284208055,"@timestamp":1513266480},"coords":"51.4540504,0.5645621","bedrooms":"3","price":"234000","area":"611"} , +{"type":"Feature","id":"n5284489999","geometry":{"type":"Point","coordinates":[0.1030163,51.4211708]},"properties":{"@type":"node","@id":5284489999,"@timestamp":1513276257},"coords":"51.4211708,0.1030163","bedrooms":"2","price":"276000","area":"634"} , +{"type":"Feature","id":"n5284640801","geometry":{"type":"Point","coordinates":[-0.0372298,51.2633398]},"properties":{"@type":"node","@id":5284640801,"@timestamp":1513281329},"coords":"51.2633398,-0.0372298","bedrooms":"2","price":"207000","area":"492"} , +{"type":"Feature","id":"n5284983786","geometry":{"type":"Point","coordinates":[-0.1295876,51.5011795]},"properties":{"@type":"node","@id":5284983786,"@timestamp":1513298069},"coords":"51.5011795,-0.1295876","bedrooms":"2","price":"239000","area":"689"} , +{"type":"Feature","id":"n5284999379","geometry":{"type":"Point","coordinates":[0.4831282,51.7316638]},"properties":{"@type":"node","@id":5284999379,"@timestamp":1513299701},"coords":"51.7316638,0.4831282","bedrooms":"1","price":"293000","area":"440"} , +{"type":"Feature","id":"n5285553022","geometry":{"type":"Point","coordinates":[0.4571047,51.3775668]},"properties":{"@type":"node","@id":5285553022,"@timestamp":1513329987},"coords":"51.3775668,0.4571047","bedrooms":"0","price":"227000","area":"515"} , +{"type":"Feature","id":"n5285553032","geometry":{"type":"Point","coordinates":[0.4587275,51.3726745]},"properties":{"@type":"node","@id":5285553032,"@timestamp":1513329988},"coords":"51.3726745,0.4587275","bedrooms":"1","price":"296000","area":"460"} , +{"type":"Feature","id":"n5286255822","geometry":{"type":"Point","coordinates":[-0.7231988,51.5591856]},"properties":{"@type":"node","@id":5286255822,"@timestamp":1513357563},"coords":"51.5591856,-0.7231988","bedrooms":"4","price":"191000","area":"622"} , +{"type":"Feature","id":"n5286350516","geometry":{"type":"Point","coordinates":[-0.8156205,51.7505267]},"properties":{"@type":"node","@id":5286350516,"@timestamp":1513361216},"coords":"51.7505267,-0.8156205","bedrooms":"4","price":"202000","area":"456"} , +{"type":"Feature","id":"n5286903656","geometry":{"type":"Point","coordinates":[-0.1132528,51.5263807]},"properties":{"@type":"node","@id":5286903656,"@timestamp":1513396192},"coords":"51.5263807,-0.1132528","bedrooms":"1","price":"258000","area":"628"} , +{"type":"Feature","id":"n5287414160","geometry":{"type":"Point","coordinates":[-0.3314693,51.061849]},"properties":{"@type":"node","@id":5287414160,"@timestamp":1513426121},"coords":"51.061849,-0.3314693","bedrooms":"4","price":"217000","area":"547"} , +{"type":"Feature","id":"n5287470824","geometry":{"type":"Point","coordinates":[0.0075695,51.2391159]},"properties":{"@type":"node","@id":5287470824,"@timestamp":1606603035},"coords":"51.2391159,0.0075695","bedrooms":"0","price":"287000","area":"575"} , +{"type":"Feature","id":"n5287535056","geometry":{"type":"Point","coordinates":[-0.1257106,51.5028302]},"properties":{"@type":"node","@id":5287535056,"@timestamp":1513431515},"coords":"51.5028302,-0.1257106","bedrooms":"4","price":"255000","area":"557"} , +{"type":"Feature","id":"n5287535137","geometry":{"type":"Point","coordinates":[-0.1259411,51.5019408]},"properties":{"@type":"node","@id":5287535137,"@timestamp":1513431516},"coords":"51.5019408,-0.1259411","bedrooms":"2","price":"206000","area":"604"} , +{"type":"Feature","id":"n5287924006","geometry":{"type":"Point","coordinates":[-0.1260524,51.5041931]},"properties":{"@type":"node","@id":5287924006,"@timestamp":1513445904},"coords":"51.5041931,-0.1260524","bedrooms":"0","price":"171000","area":"507"} , +{"type":"Feature","id":"n5288162478","geometry":{"type":"Point","coordinates":[-0.8802764,51.4280725]},"properties":{"@type":"node","@id":5288162478,"@timestamp":1620067277},"coords":"51.4280725,-0.8802764","bedrooms":"0","price":"245000","area":"373"} , +{"type":"Feature","id":"n5288370512","geometry":{"type":"Point","coordinates":[0.2765431,51.4374962]},"properties":{"@type":"node","@id":5288370512,"@timestamp":1612400817},"coords":"51.4374962,0.2765431","bedrooms":"0","price":"251000","area":"659"} , +{"type":"Feature","id":"n5289144926","geometry":{"type":"Point","coordinates":[0.2223778,51.4482835]},"properties":{"@type":"node","@id":5289144926,"@timestamp":1595551021},"coords":"51.4482835,0.2223778","bedrooms":"0","price":"153000","area":"520"} , +{"type":"Feature","id":"n5289333344","geometry":{"type":"Point","coordinates":[-0.3307858,51.0648755]},"properties":{"@type":"node","@id":5289333344,"@timestamp":1513504417},"coords":"51.0648755,-0.3307858","bedrooms":"1","price":"255000","area":"540"} , +{"type":"Feature","id":"n5289839733","geometry":{"type":"Point","coordinates":[-0.1271372,51.5047686]},"properties":{"@type":"node","@id":5289839733,"@timestamp":1513521810},"coords":"51.5047686,-0.1271372","bedrooms":"2","price":"166000","area":"358"} , +{"type":"Feature","id":"n5289880347","geometry":{"type":"Point","coordinates":[-0.1107605,51.8558431]},"properties":{"@type":"node","@id":5289880347,"@timestamp":1513523713},"coords":"51.8558431,-0.1107605","bedrooms":"2","price":"181000","area":"594"} , +{"type":"Feature","id":"n5290002010","geometry":{"type":"Point","coordinates":[-0.3134364,51.4791183]},"properties":{"@type":"node","@id":5290002010,"@timestamp":1589561290},"coords":"51.4791183,-0.3134364","bedrooms":"0","price":"290000","area":"442"} , +{"type":"Feature","id":"n5290159248","geometry":{"type":"Point","coordinates":[0.0449342,51.4748621]},"properties":{"@type":"node","@id":5290159248,"@timestamp":1635084137},"coords":"51.4748621,0.0449342","bedrooms":"4","price":"163000","area":"360"} , +{"type":"Feature","id":"n5290240733","geometry":{"type":"Point","coordinates":[-0.7256852,51.28292]},"properties":{"@type":"node","@id":5290240733,"@timestamp":1513535924},"coords":"51.28292,-0.7256852","bedrooms":"0","price":"221000","area":"391"} , +{"type":"Feature","id":"n5290245699","geometry":{"type":"Point","coordinates":[0.4988131,51.3771616]},"properties":{"@type":"node","@id":5290245699,"@timestamp":1513536127},"coords":"51.3771616,0.4988131","bedrooms":"0","price":"269000","area":"623"} , +{"type":"Feature","id":"n5290245709","geometry":{"type":"Point","coordinates":[0.4827145,51.3727339]},"properties":{"@type":"node","@id":5290245709,"@timestamp":1513536128},"coords":"51.3727339,0.4827145","bedrooms":"1","price":"196000","area":"449"} , +{"type":"Feature","id":"n5290245719","geometry":{"type":"Point","coordinates":[0.5044913,51.3732806]},"properties":{"@type":"node","@id":5290245719,"@timestamp":1513536129},"coords":"51.3732806,0.5044913","bedrooms":"3","price":"193000","area":"549"} , +{"type":"Feature","id":"n5290245729","geometry":{"type":"Point","coordinates":[0.5068463,51.3598185]},"properties":{"@type":"node","@id":5290245729,"@timestamp":1513536130},"coords":"51.3598185,0.5068463","bedrooms":"1","price":"199000","area":"661"} , +{"type":"Feature","id":"n5290536494","geometry":{"type":"Point","coordinates":[-0.1265721,51.5058902]},"properties":{"@type":"node","@id":5290536494,"@timestamp":1513548869},"coords":"51.5058902,-0.1265721","bedrooms":"4","price":"289000","area":"381"} , +{"type":"Feature","id":"n5290572452","geometry":{"type":"Point","coordinates":[-0.3346287,51.0644489]},"properties":{"@type":"node","@id":5290572452,"@timestamp":1513551104},"coords":"51.0644489,-0.3346287","bedrooms":"3","price":"202000","area":"384"} , +{"type":"Feature","id":"n5290577878","geometry":{"type":"Point","coordinates":[-0.7186818,51.2877217]},"properties":{"@type":"node","@id":5290577878,"@timestamp":1513551285},"coords":"51.2877217,-0.7186818","bedrooms":"0","price":"178000","area":"582"} , +{"type":"Feature","id":"n5290577929","geometry":{"type":"Point","coordinates":[-0.7186901,51.2871786]},"properties":{"@type":"node","@id":5290577929,"@timestamp":1513630543},"coords":"51.2871786,-0.7186901","bedrooms":"3","price":"275000","area":"628"} , +{"type":"Feature","id":"n5290577939","geometry":{"type":"Point","coordinates":[-0.7198958,51.2877983]},"properties":{"@type":"node","@id":5290577939,"@timestamp":1513630544},"coords":"51.2877983,-0.7198958","bedrooms":"0","price":"296000","area":"419"} , +{"type":"Feature","id":"n5290577949","geometry":{"type":"Point","coordinates":[-0.7200883,51.2873982]},"properties":{"@type":"node","@id":5290577949,"@timestamp":1513630545},"coords":"51.2873982,-0.7200883","bedrooms":"0","price":"233000","area":"447"} , +{"type":"Feature","id":"n5291256471","geometry":{"type":"Point","coordinates":[0.1645008,51.8864795]},"properties":{"@type":"node","@id":5291256471,"@timestamp":1513589180},"coords":"51.8864795,0.1645008","bedrooms":"3","price":"268000","area":"374"} , +{"type":"Feature","id":"n5291284845","geometry":{"type":"Point","coordinates":[-0.0216852,51.848503]},"properties":{"@type":"node","@id":5291284845,"@timestamp":1513590785},"coords":"51.848503,-0.0216852","bedrooms":"0","price":"156000","area":"446"} , +{"type":"Feature","id":"n5291302227","geometry":{"type":"Point","coordinates":[-0.0234321,51.8471099]},"properties":{"@type":"node","@id":5291302227,"@timestamp":1513590311},"coords":"51.8471099,-0.0234321","bedrooms":"2","price":"278000","area":"550"} , +{"type":"Feature","id":"n5291333853","geometry":{"type":"Point","coordinates":[-0.0215652,51.8478125]},"properties":{"@type":"node","@id":5291333853,"@timestamp":1513591205},"coords":"51.8478125,-0.0215652","bedrooms":"0","price":"238000","area":"520"} , +{"type":"Feature","id":"n5291341141","geometry":{"type":"Point","coordinates":[-0.0214514,51.8472412]},"properties":{"@type":"node","@id":5291341141,"@timestamp":1513591471},"coords":"51.8472412,-0.0214514","bedrooms":"3","price":"178000","area":"656"} , +{"type":"Feature","id":"n5291346822","geometry":{"type":"Point","coordinates":[-0.0219493,51.8476745]},"properties":{"@type":"node","@id":5291346822,"@timestamp":1513591582},"coords":"51.8476745,-0.0219493","bedrooms":"3","price":"236000","area":"681"} , +{"type":"Feature","id":"n5291613073","geometry":{"type":"Point","coordinates":[-0.0068286,51.481195]},"properties":{"@type":"node","@id":5291613073,"@timestamp":1516957969},"coords":"51.481195,-0.0068286","bedrooms":"1","price":"245000","area":"608"} , +{"type":"Feature","id":"n5291648482","geometry":{"type":"Point","coordinates":[-0.3754579,51.6076352]},"properties":{"@type":"node","@id":5291648482,"@timestamp":1513602702},"coords":"51.6076352,-0.3754579","bedrooms":"0","price":"270000","area":"504"} , +{"type":"Feature","id":"n5291648492","geometry":{"type":"Point","coordinates":[-0.3853236,51.6023317]},"properties":{"@type":"node","@id":5291648492,"@timestamp":1513602703},"coords":"51.6023317,-0.3853236","bedrooms":"1","price":"223000","area":"673"} , +{"type":"Feature","id":"n5291700034","geometry":{"type":"Point","coordinates":[-0.007704,51.4811073]},"properties":{"@type":"node","@id":5291700034,"@timestamp":1513843913},"coords":"51.4811073,-0.007704","bedrooms":"0","price":"273000","area":"649"} , +{"type":"Feature","id":"n5291878714","geometry":{"type":"Point","coordinates":[-0.0799768,51.5173573]},"properties":{"@type":"node","@id":5291878714,"@timestamp":1513611010},"coords":"51.5173573,-0.0799768","bedrooms":"3","price":"240000","area":"391"} , +{"type":"Feature","id":"n5292010524","geometry":{"type":"Point","coordinates":[0.0616124,51.4823314]},"properties":{"@type":"node","@id":5292010524,"@timestamp":1635355862},"coords":"51.4823314,0.0616124","bedrooms":"0","price":"281000","area":"697"} , +{"type":"Feature","id":"n5292072855","geometry":{"type":"Point","coordinates":[0.5204109,51.3784013]},"properties":{"@type":"node","@id":5292072855,"@timestamp":1513619143},"coords":"51.3784013,0.5204109","bedrooms":"1","price":"243000","area":"616"} , +{"type":"Feature","id":"n5292072865","geometry":{"type":"Point","coordinates":[0.5137331,51.3735897]},"properties":{"@type":"node","@id":5292072865,"@timestamp":1513619144},"coords":"51.3735897,0.5137331","bedrooms":"1","price":"264000","area":"417"} , +{"type":"Feature","id":"n5292167599","geometry":{"type":"Point","coordinates":[0.5245744,51.4055966]},"properties":{"@type":"node","@id":5292167599,"@timestamp":1513623046},"coords":"51.4055966,0.5245744","bedrooms":"4","price":"176000","area":"419"} , +{"type":"Feature","id":"n5292167609","geometry":{"type":"Point","coordinates":[0.5012234,51.4064725]},"properties":{"@type":"node","@id":5292167609,"@timestamp":1513623047},"coords":"51.4064725,0.5012234","bedrooms":"2","price":"160000","area":"543"} , +{"type":"Feature","id":"n5292167619","geometry":{"type":"Point","coordinates":[0.4969214,51.4038401]},"properties":{"@type":"node","@id":5292167619,"@timestamp":1513623048},"coords":"51.4038401,0.4969214","bedrooms":"3","price":"298000","area":"361"} , +{"type":"Feature","id":"n5292168029","geometry":{"type":"Point","coordinates":[0.4841819,51.4047552]},"properties":{"@type":"node","@id":5292168029,"@timestamp":1513623049},"coords":"51.4047552,0.4841819","bedrooms":"4","price":"181000","area":"511"} , +{"type":"Feature","id":"n5292168039","geometry":{"type":"Point","coordinates":[0.4878421,51.3965123]},"properties":{"@type":"node","@id":5292168039,"@timestamp":1513623050},"coords":"51.3965123,0.4878421","bedrooms":"3","price":"290000","area":"378"} , +{"type":"Feature","id":"n5292168049","geometry":{"type":"Point","coordinates":[0.4793949,51.3961254]},"properties":{"@type":"node","@id":5292168049,"@timestamp":1513623051},"coords":"51.3961254,0.4793949","bedrooms":"2","price":"170000","area":"600"} , +{"type":"Feature","id":"n5292168059","geometry":{"type":"Point","coordinates":[0.4751315,51.3909104]},"properties":{"@type":"node","@id":5292168059,"@timestamp":1513623052},"coords":"51.3909104,0.4751315","bedrooms":"4","price":"273000","area":"464"} , +{"type":"Feature","id":"n5292168069","geometry":{"type":"Point","coordinates":[0.4728394,51.3863783]},"properties":{"@type":"node","@id":5292168069,"@timestamp":1513623053},"coords":"51.3863783,0.4728394","bedrooms":"3","price":"165000","area":"675"} , +{"type":"Feature","id":"n5292432110","geometry":{"type":"Point","coordinates":[-0.8080556,51.4103513]},"properties":{"@type":"node","@id":5292432110,"@timestamp":1625671827},"coords":"51.4103513,-0.8080556","bedrooms":"4","price":"239000","area":"494"} , +{"type":"Feature","id":"n5292449838","geometry":{"type":"Point","coordinates":[0.6425661,51.8020253]},"properties":{"@type":"node","@id":5292449838,"@timestamp":1513633430},"coords":"51.8020253,0.6425661","bedrooms":"4","price":"183000","area":"357"} , +{"type":"Feature","id":"n5293490721","geometry":{"type":"Point","coordinates":[-0.5882356,51.300766]},"properties":{"@type":"node","@id":5293490721,"@timestamp":1546033454},"coords":"51.300766,-0.5882356","bedrooms":"2","price":"172000","area":"537"} , +{"type":"Feature","id":"n5294086866","geometry":{"type":"Point","coordinates":[-0.1817334,51.868858]},"properties":{"@type":"node","@id":5294086866,"@timestamp":1514386361},"coords":"51.868858,-0.1817334","bedrooms":"0","price":"223000","area":"631"} , +{"type":"Feature","id":"n5294087061","geometry":{"type":"Point","coordinates":[-0.18835,51.8649147]},"properties":{"@type":"node","@id":5294087061,"@timestamp":1514386361},"coords":"51.8649147,-0.18835","bedrooms":"0","price":"230000","area":"575"} , +{"type":"Feature","id":"n5294290087","geometry":{"type":"Point","coordinates":[-0.0516667,51.2896975]},"properties":{"@type":"node","@id":5294290087,"@timestamp":1598935577},"coords":"51.2896975,-0.0516667","bedrooms":"3","price":"153000","area":"547"} , +{"type":"Feature","id":"n5294315204","geometry":{"type":"Point","coordinates":[-0.0557103,51.2953256]},"properties":{"@type":"node","@id":5294315204,"@timestamp":1513710547},"coords":"51.2953256,-0.0557103","bedrooms":"1","price":"261000","area":"496"} , +{"type":"Feature","id":"n5294442316","geometry":{"type":"Point","coordinates":[-0.6700327,51.4001406]},"properties":{"@type":"node","@id":5294442316,"@timestamp":1513714437},"coords":"51.4001406,-0.6700327","bedrooms":"1","price":"165000","area":"351"} , +{"type":"Feature","id":"n5294728208","geometry":{"type":"Point","coordinates":[-0.0283238,51.5234649]},"properties":{"@type":"node","@id":5294728208,"@timestamp":1513726881},"coords":"51.5234649,-0.0283238","bedrooms":"1","price":"245000","area":"548"} , +{"type":"Feature","id":"n5294728321","geometry":{"type":"Point","coordinates":[-0.0281791,51.5240943]},"properties":{"@type":"node","@id":5294728321,"@timestamp":1513726882},"coords":"51.5240943,-0.0281791","bedrooms":"4","price":"208000","area":"524"} , +{"type":"Feature","id":"n5294728331","geometry":{"type":"Point","coordinates":[-0.0297946,51.5225986]},"properties":{"@type":"node","@id":5294728331,"@timestamp":1588354768},"coords":"51.5225986,-0.0297946","bedrooms":"2","price":"285000","area":"533"} , +{"type":"Feature","id":"n5294728341","geometry":{"type":"Point","coordinates":[-0.0244862,51.5234416]},"properties":{"@type":"node","@id":5294728341,"@timestamp":1588354503},"coords":"51.5234416,-0.0244862","bedrooms":"3","price":"196000","area":"373"} , +{"type":"Feature","id":"n5294728351","geometry":{"type":"Point","coordinates":[-0.0291727,51.5230386]},"properties":{"@type":"node","@id":5294728351,"@timestamp":1513726883},"coords":"51.5230386,-0.0291727","bedrooms":"0","price":"234000","area":"588"} , +{"type":"Feature","id":"n5295357491","geometry":{"type":"Point","coordinates":[-0.9660667,51.4832186]},"properties":{"@type":"node","@id":5295357491,"@timestamp":1636121651},"coords":"51.4832186,-0.9660667","bedrooms":"3","price":"185000","area":"449"} , +{"type":"Feature","id":"n5295581162","geometry":{"type":"Point","coordinates":[-0.225631,51.565697]},"properties":{"@type":"node","@id":5295581162,"@timestamp":1520422854},"coords":"51.565697,-0.225631","bedrooms":"4","price":"223000","area":"550"} , +{"type":"Feature","id":"n5295581177","geometry":{"type":"Point","coordinates":[0.297746,51.607247]},"properties":{"@type":"node","@id":5295581177,"@timestamp":1520422856},"coords":"51.607247,0.297746","bedrooms":"3","price":"254000","area":"519"} , +{"type":"Feature","id":"n5295584326","geometry":{"type":"Point","coordinates":[0.511746,51.314597]},"properties":{"@type":"node","@id":5295584326,"@timestamp":1520422862},"coords":"51.314597,0.511746","bedrooms":"4","price":"206000","area":"584"} , +{"type":"Feature","id":"n5295812633","geometry":{"type":"Point","coordinates":[-0.4992791,51.4282662]},"properties":{"@type":"node","@id":5295812633,"@timestamp":1513780875},"coords":"51.4282662,-0.4992791","bedrooms":"3","price":"184000","area":"495"} , +{"type":"Feature","id":"n5296102985","geometry":{"type":"Point","coordinates":[-0.391044,51.2419388]},"properties":{"@type":"node","@id":5296102985,"@timestamp":1513792442},"coords":"51.2419388,-0.391044","bedrooms":"1","price":"169000","area":"387"} , +{"type":"Feature","id":"n5297052821","geometry":{"type":"Point","coordinates":[-0.0073353,51.4805583]},"properties":{"@type":"node","@id":5297052821,"@timestamp":1553834778},"coords":"51.4805583,-0.0073353","bedrooms":"2","price":"251000","area":"681"} , +{"type":"Feature","id":"n5297275752","geometry":{"type":"Point","coordinates":[-0.5722976,51.4998335]},"properties":{"@type":"node","@id":5297275752,"@timestamp":1513850839},"coords":"51.4998335,-0.5722976","bedrooms":"2","price":"176000","area":"410"} , +{"type":"Feature","id":"n5297338309","geometry":{"type":"Point","coordinates":[-0.170975,51.4606994]},"properties":{"@type":"node","@id":5297338309,"@timestamp":1513853083},"coords":"51.4606994,-0.170975","bedrooms":"2","price":"155000","area":"532"} , +{"type":"Feature","id":"n5297338319","geometry":{"type":"Point","coordinates":[-0.1719697,51.4597598]},"properties":{"@type":"node","@id":5297338319,"@timestamp":1513853083},"coords":"51.4597598,-0.1719697","bedrooms":"1","price":"263000","area":"656"} , +{"type":"Feature","id":"n5297338629","geometry":{"type":"Point","coordinates":[-0.1720725,51.4607142]},"properties":{"@type":"node","@id":5297338629,"@timestamp":1513853084},"coords":"51.4607142,-0.1720725","bedrooms":"4","price":"203000","area":"408"} , +{"type":"Feature","id":"n5297510409","geometry":{"type":"Point","coordinates":[-0.152989,51.4909313]},"properties":{"@type":"node","@id":5297510409,"@timestamp":1513861036},"coords":"51.4909313,-0.152989","bedrooms":"2","price":"254000","area":"406"} , +{"type":"Feature","id":"n5297562488","geometry":{"type":"Point","coordinates":[-0.7906953,51.4162409]},"properties":{"@type":"node","@id":5297562488,"@timestamp":1617461686},"coords":"51.4162409,-0.7906953","bedrooms":"1","price":"193000","area":"625"} , +{"type":"Feature","id":"n5297591719","geometry":{"type":"Point","coordinates":[-0.9704586,51.5215445]},"properties":{"@type":"node","@id":5297591719,"@timestamp":1513864265},"coords":"51.5215445,-0.9704586","bedrooms":"2","price":"155000","area":"464"} , +{"type":"Feature","id":"n5297648970","geometry":{"type":"Point","coordinates":[-0.0823377,51.5175537]},"properties":{"@type":"node","@id":5297648970,"@timestamp":1603377217},"coords":"51.5175537,-0.0823377","bedrooms":"0","price":"297000","area":"471"} , +{"type":"Feature","id":"n5298013856","geometry":{"type":"Point","coordinates":[0.4482055,51.7204265]},"properties":{"@type":"node","@id":5298013856,"@timestamp":1517180145},"coords":"51.7204265,0.4482055","bedrooms":"2","price":"189000","area":"350"} , +{"type":"Feature","id":"n5298253118","geometry":{"type":"Point","coordinates":[-1.0374208,51.4604748]},"properties":{"@type":"node","@id":5298253118,"@timestamp":1598890049},"coords":"51.4604748,-1.0374208","bedrooms":"0","price":"221000","area":"524"} , +{"type":"Feature","id":"n5299075237","geometry":{"type":"Point","coordinates":[-0.0664145,51.1185152]},"properties":{"@type":"node","@id":5299075237,"@timestamp":1588354845},"coords":"51.1185152,-0.0664145","bedrooms":"3","price":"166000","area":"490"} , +{"type":"Feature","id":"n5299222014","geometry":{"type":"Point","coordinates":[-0.1206429,51.5220244]},"properties":{"@type":"node","@id":5299222014,"@timestamp":1513942219},"coords":"51.5220244,-0.1206429","bedrooms":"0","price":"175000","area":"475"} , +{"type":"Feature","id":"n5299653318","geometry":{"type":"Point","coordinates":[0.094936,50.9648564]},"properties":{"@type":"node","@id":5299653318,"@timestamp":1513965347},"coords":"50.9648564,0.094936","bedrooms":"0","price":"210000","area":"572"} , +{"type":"Feature","id":"n5300439903","geometry":{"type":"Point","coordinates":[-0.2055117,51.5507028]},"properties":{"@type":"node","@id":5300439903,"@timestamp":1514030376},"coords":"51.5507028,-0.2055117","bedrooms":"4","price":"294000","area":"394"} , +{"type":"Feature","id":"n5300809638","geometry":{"type":"Point","coordinates":[-0.1926818,51.564012]},"properties":{"@type":"node","@id":5300809638,"@timestamp":1514040809},"coords":"51.564012,-0.1926818","bedrooms":"4","price":"200000","area":"482"} , +{"type":"Feature","id":"n5301138486","geometry":{"type":"Point","coordinates":[0.0698313,51.0803015]},"properties":{"@type":"node","@id":5301138486,"@timestamp":1514057733},"coords":"51.0803015,0.0698313","bedrooms":"1","price":"208000","area":"663"} , +{"type":"Feature","id":"n5301447820","geometry":{"type":"Point","coordinates":[-0.7537052,51.6466206]},"properties":{"@type":"node","@id":5301447820,"@timestamp":1514073591},"coords":"51.6466206,-0.7537052","bedrooms":"2","price":"204000","area":"630"} , +{"type":"Feature","id":"n5301509158","geometry":{"type":"Point","coordinates":[-0.7527568,51.6414786]},"properties":{"@type":"node","@id":5301509158,"@timestamp":1536251954},"coords":"51.6414786,-0.7527568","bedrooms":"4","price":"220000","area":"617"} , +{"type":"Feature","id":"n5302283724","geometry":{"type":"Point","coordinates":[0.5916737,51.9826524]},"properties":{"@type":"node","@id":5302283724,"@timestamp":1630356940},"coords":"51.9826524,0.5916737","bedrooms":"4","price":"158000","area":"553"} , +{"type":"Feature","id":"n5302772104","geometry":{"type":"Point","coordinates":[-0.0232284,51.4805962]},"properties":{"@type":"node","@id":5302772104,"@timestamp":1614865273},"coords":"51.4805962,-0.0232284","bedrooms":"0","price":"267000","area":"646"} , +{"type":"Feature","id":"n5303580834","geometry":{"type":"Point","coordinates":[-1.0318012,51.2650613]},"properties":{"@type":"node","@id":5303580834,"@timestamp":1514228701},"coords":"51.2650613,-1.0318012","bedrooms":"2","price":"285000","area":"435"} , +{"type":"Feature","id":"n5304911977","geometry":{"type":"Point","coordinates":[-0.739809,50.9843426]},"properties":{"@type":"node","@id":5304911977,"@timestamp":1580658125},"coords":"50.9843426,-0.739809","bedrooms":"1","price":"220000","area":"444"} , +{"type":"Feature","id":"n5305357622","geometry":{"type":"Point","coordinates":[-0.0969782,51.5120907]},"properties":{"@type":"node","@id":5305357622,"@timestamp":1598974197},"coords":"51.5120907,-0.0969782","bedrooms":"0","price":"164000","area":"425"} , +{"type":"Feature","id":"n5305477370","geometry":{"type":"Point","coordinates":[-0.2700824,51.489173]},"properties":{"@type":"node","@id":5305477370,"@timestamp":1514328267},"coords":"51.489173,-0.2700824","bedrooms":"2","price":"215000","area":"406"} , +{"type":"Feature","id":"n5306279340","geometry":{"type":"Point","coordinates":[0.892335,51.8870516]},"properties":{"@type":"node","@id":5306279340,"@timestamp":1514374155},"coords":"51.8870516,0.892335","bedrooms":"1","price":"278000","area":"452"} , +{"type":"Feature","id":"n5306485745","geometry":{"type":"Point","coordinates":[-0.0507692,51.2789362]},"properties":{"@type":"node","@id":5306485745,"@timestamp":1514383074},"coords":"51.2789362,-0.0507692","bedrooms":"2","price":"192000","area":"413"} , +{"type":"Feature","id":"n5306613036","geometry":{"type":"Point","coordinates":[-0.1562887,51.4900166]},"properties":{"@type":"node","@id":5306613036,"@timestamp":1611474051},"coords":"51.4900166,-0.1562887","bedrooms":"3","price":"284000","area":"580"} , +{"type":"Feature","id":"n5306778533","geometry":{"type":"Point","coordinates":[0.4684522,51.2953999]},"properties":{"@type":"node","@id":5306778533,"@timestamp":1514395081},"coords":"51.2953999,0.4684522","bedrooms":"0","price":"230000","area":"673"} , +{"type":"Feature","id":"n5306887494","geometry":{"type":"Point","coordinates":[0.3416636,51.6297262]},"properties":{"@type":"node","@id":5306887494,"@timestamp":1514399448},"coords":"51.6297262,0.3416636","bedrooms":"1","price":"253000","area":"589"} , +{"type":"Feature","id":"n5307516140","geometry":{"type":"Point","coordinates":[-0.0514543,51.6170902]},"properties":{"@type":"node","@id":5307516140,"@timestamp":1613693970},"coords":"51.6170902,-0.0514543","bedrooms":"3","price":"232000","area":"388"} , +{"type":"Feature","id":"n5307682143","geometry":{"type":"Point","coordinates":[-0.1244425,51.5805137]},"properties":{"@type":"node","@id":5307682143,"@timestamp":1564526117},"coords":"51.5805137,-0.1244425","bedrooms":"0","price":"241000","area":"445"} , +{"type":"Feature","id":"n5307781459","geometry":{"type":"Point","coordinates":[-0.081416,51.6367445]},"properties":{"@type":"node","@id":5307781459,"@timestamp":1514439542},"coords":"51.6367445,-0.081416","bedrooms":"4","price":"172000","area":"673"} , +{"type":"Feature","id":"n5308460892","geometry":{"type":"Point","coordinates":[-0.0736235,51.632018]},"properties":{"@type":"node","@id":5308460892,"@timestamp":1564903671},"coords":"51.632018,-0.0736235","bedrooms":"2","price":"220000","area":"608"} , +{"type":"Feature","id":"n5308512170","geometry":{"type":"Point","coordinates":[-0.0325512,51.3010286]},"properties":{"@type":"node","@id":5308512170,"@timestamp":1514472565},"coords":"51.3010286,-0.0325512","bedrooms":"2","price":"279000","area":"633"} , +{"type":"Feature","id":"n5308707373","geometry":{"type":"Point","coordinates":[0.4706817,51.7206172]},"properties":{"@type":"node","@id":5308707373,"@timestamp":1514481548},"coords":"51.7206172,0.4706817","bedrooms":"4","price":"173000","area":"583"} , +{"type":"Feature","id":"n5309175444","geometry":{"type":"Point","coordinates":[-0.9850493,51.6452421]},"properties":{"@type":"node","@id":5309175444,"@timestamp":1566902153},"coords":"51.6452421,-0.9850493","bedrooms":"0","price":"208000","area":"627"} , +{"type":"Feature","id":"n5309192992","geometry":{"type":"Point","coordinates":[-0.9581995,51.2911071]},"properties":{"@type":"node","@id":5309192992,"@timestamp":1619288605},"coords":"51.2911071,-0.9581995","bedrooms":"0","price":"238000","area":"360"} , +{"type":"Feature","id":"n5309606285","geometry":{"type":"Point","coordinates":[-0.0767331,51.6525036]},"properties":{"@type":"node","@id":5309606285,"@timestamp":1583524791},"coords":"51.6525036,-0.0767331","bedrooms":"4","price":"217000","area":"632"} , +{"type":"Feature","id":"n5309606670","geometry":{"type":"Point","coordinates":[-0.0806041,51.6524318]},"properties":{"@type":"node","@id":5309606670,"@timestamp":1583524791},"coords":"51.6524318,-0.0806041","bedrooms":"1","price":"286000","area":"676"} , +{"type":"Feature","id":"n5310155597","geometry":{"type":"Point","coordinates":[-0.107564,51.5584662]},"properties":{"@type":"node","@id":5310155597,"@timestamp":1561355768},"coords":"51.5584662,-0.107564","bedrooms":"3","price":"220000","area":"415"} , +{"type":"Feature","id":"n5310479688","geometry":{"type":"Point","coordinates":[-0.2066808,51.5289425]},"properties":{"@type":"node","@id":5310479688,"@timestamp":1514742432},"coords":"51.5289425,-0.2066808","bedrooms":"2","price":"216000","area":"538"} , +{"type":"Feature","id":"n5310705749","geometry":{"type":"Point","coordinates":[-0.9339996,51.324435]},"properties":{"@type":"node","@id":5310705749,"@timestamp":1624268259},"coords":"51.324435,-0.9339996","bedrooms":"3","price":"154000","area":"604"} , +{"type":"Feature","id":"n5310885886","geometry":{"type":"Point","coordinates":[0.1183981,50.991186]},"properties":{"@type":"node","@id":5310885886,"@timestamp":1514582254},"coords":"50.991186,0.1183981","bedrooms":"4","price":"224000","area":"496"} , +{"type":"Feature","id":"n5311100268","geometry":{"type":"Point","coordinates":[0.5642913,51.8767423]},"properties":{"@type":"node","@id":5311100268,"@timestamp":1514590457},"coords":"51.8767423,0.5642913","bedrooms":"4","price":"236000","area":"382"} , +{"type":"Feature","id":"n5311173133","geometry":{"type":"Point","coordinates":[0.5684486,51.8724927]},"properties":{"@type":"node","@id":5311173133,"@timestamp":1514593098},"coords":"51.8724927,0.5684486","bedrooms":"0","price":"207000","area":"373"} , +{"type":"Feature","id":"n5311309133","geometry":{"type":"Point","coordinates":[0.5698982,51.8693937]},"properties":{"@type":"node","@id":5311309133,"@timestamp":1588202090},"coords":"51.8693937,0.5698982","bedrooms":"0","price":"279000","area":"421"} , +{"type":"Feature","id":"n5311309143","geometry":{"type":"Point","coordinates":[0.5700419,51.8700179]},"properties":{"@type":"node","@id":5311309143,"@timestamp":1588202090},"coords":"51.8700179,0.5700419","bedrooms":"0","price":"272000","area":"421"} , +{"type":"Feature","id":"n5311465143","geometry":{"type":"Point","coordinates":[-0.0530287,51.6131056]},"properties":{"@type":"node","@id":5311465143,"@timestamp":1628176281},"coords":"51.6131056,-0.0530287","bedrooms":"2","price":"200000","area":"677"} , +{"type":"Feature","id":"n5311734412","geometry":{"type":"Point","coordinates":[0.2256341,51.1516801]},"properties":{"@type":"node","@id":5311734412,"@timestamp":1597759600},"coords":"51.1516801,0.2256341","bedrooms":"2","price":"162000","area":"602"} , +{"type":"Feature","id":"n5311785536","geometry":{"type":"Point","coordinates":[-0.6140245,51.0993894]},"properties":{"@type":"node","@id":5311785536,"@timestamp":1514629156},"coords":"51.0993894,-0.6140245","bedrooms":"3","price":"242000","area":"620"} , +{"type":"Feature","id":"n5311911943","geometry":{"type":"Point","coordinates":[0.2484745,51.1700193]},"properties":{"@type":"node","@id":5311911943,"@timestamp":1514635868},"coords":"51.1700193,0.2484745","bedrooms":"1","price":"153000","area":"477"} , +{"type":"Feature","id":"n5312055136","geometry":{"type":"Point","coordinates":[0.5735917,51.3659832]},"properties":{"@type":"node","@id":5312055136,"@timestamp":1514641811},"coords":"51.3659832,0.5735917","bedrooms":"1","price":"251000","area":"581"} , +{"type":"Feature","id":"n5312055146","geometry":{"type":"Point","coordinates":[0.5739337,51.3656441]},"properties":{"@type":"node","@id":5312055146,"@timestamp":1514641812},"coords":"51.3656441,0.5739337","bedrooms":"3","price":"198000","area":"555"} , +{"type":"Feature","id":"n5312104442","geometry":{"type":"Point","coordinates":[-0.0751806,51.5222014]},"properties":{"@type":"node","@id":5312104442,"@timestamp":1589881257},"coords":"51.5222014,-0.0751806","bedrooms":"0","price":"273000","area":"423"} , +{"type":"Feature","id":"n5312484730","geometry":{"type":"Point","coordinates":[-0.8400794,51.4129621]},"properties":{"@type":"node","@id":5312484730,"@timestamp":1570390003},"coords":"51.4129621,-0.8400794","bedrooms":"4","price":"154000","area":"454"} , +{"type":"Feature","id":"n5313041938","geometry":{"type":"Point","coordinates":[0.0265685,51.45536]},"properties":{"@type":"node","@id":5313041938,"@timestamp":1634984470},"coords":"51.45536,0.0265685","bedrooms":"4","price":"155000","area":"481"} , +{"type":"Feature","id":"n5313580802","geometry":{"type":"Point","coordinates":[0.497193,51.3584719]},"properties":{"@type":"node","@id":5313580802,"@timestamp":1543946735},"coords":"51.3584719,0.497193","bedrooms":"2","price":"210000","area":"663"} , +{"type":"Feature","id":"n5313893654","geometry":{"type":"Point","coordinates":[-0.1961895,51.528798]},"properties":{"@type":"node","@id":5313893654,"@timestamp":1514742424},"coords":"51.528798,-0.1961895","bedrooms":"1","price":"202000","area":"454"} , +{"type":"Feature","id":"n5313893713","geometry":{"type":"Point","coordinates":[-0.1943263,51.5310551]},"properties":{"@type":"node","@id":5313893713,"@timestamp":1514742426},"coords":"51.5310551,-0.1943263","bedrooms":"1","price":"205000","area":"456"} , +{"type":"Feature","id":"n5313893725","geometry":{"type":"Point","coordinates":[-0.1952827,51.5301812]},"properties":{"@type":"node","@id":5313893725,"@timestamp":1514742426},"coords":"51.5301812,-0.1952827","bedrooms":"2","price":"156000","area":"475"} , +{"type":"Feature","id":"n5313893764","geometry":{"type":"Point","coordinates":[-0.1947463,51.5301163]},"properties":{"@type":"node","@id":5313893764,"@timestamp":1514742427},"coords":"51.5301163,-0.1947463","bedrooms":"0","price":"171000","area":"404"} , +{"type":"Feature","id":"n5313893790","geometry":{"type":"Point","coordinates":[-0.1941273,51.5309429]},"properties":{"@type":"node","@id":5313893790,"@timestamp":1514742428},"coords":"51.5309429,-0.1941273","bedrooms":"4","price":"164000","area":"584"} , +{"type":"Feature","id":"n5313944546","geometry":{"type":"Point","coordinates":[-0.2107613,51.5430108]},"properties":{"@type":"node","@id":5313944546,"@timestamp":1514744512},"coords":"51.5430108,-0.2107613","bedrooms":"1","price":"176000","area":"472"} , +{"type":"Feature","id":"n5313944584","geometry":{"type":"Point","coordinates":[-0.2112986,51.5429241]},"properties":{"@type":"node","@id":5313944584,"@timestamp":1514744513},"coords":"51.5429241,-0.2112986","bedrooms":"2","price":"153000","area":"683"} , +{"type":"Feature","id":"n5313946370","geometry":{"type":"Point","coordinates":[-0.2069011,51.5290919]},"properties":{"@type":"node","@id":5313946370,"@timestamp":1514744515},"coords":"51.5290919,-0.2069011","bedrooms":"4","price":"231000","area":"624"} , +{"type":"Feature","id":"n5314479591","geometry":{"type":"Point","coordinates":[-0.153087,51.4957537]},"properties":{"@type":"node","@id":5314479591,"@timestamp":1605894052},"coords":"51.4957537,-0.153087","bedrooms":"4","price":"260000","area":"391"} , +{"type":"Feature","id":"n5315309510","geometry":{"type":"Point","coordinates":[0.6506071,51.1542219]},"properties":{"@type":"node","@id":5315309510,"@timestamp":1545010459},"coords":"51.1542219,0.6506071","bedrooms":"3","price":"270000","area":"443"} , +{"type":"Feature","id":"n5315680082","geometry":{"type":"Point","coordinates":[-0.3110812,51.3968986]},"properties":{"@type":"node","@id":5315680082,"@timestamp":1626444958},"coords":"51.3968986,-0.3110812","bedrooms":"0","price":"292000","area":"570"} , +{"type":"Feature","id":"n5315932102","geometry":{"type":"Point","coordinates":[-0.1515066,51.4979874]},"properties":{"@type":"node","@id":5315932102,"@timestamp":1605872141},"coords":"51.4979874,-0.1515066","bedrooms":"2","price":"157000","area":"611"} , +{"type":"Feature","id":"n5316280881","geometry":{"type":"Point","coordinates":[-0.1822505,51.5596758]},"properties":{"@type":"node","@id":5316280881,"@timestamp":1514892505},"coords":"51.5596758,-0.1822505","bedrooms":"3","price":"151000","area":"620"} , +{"type":"Feature","id":"n5316634765","geometry":{"type":"Point","coordinates":[0.4321261,51.0980132]},"properties":{"@type":"node","@id":5316634765,"@timestamp":1514909826},"coords":"51.0980132,0.4321261","bedrooms":"3","price":"220000","area":"351"} , +{"type":"Feature","id":"n5316917091","geometry":{"type":"Point","coordinates":[-0.1416377,51.4967797]},"properties":{"@type":"node","@id":5316917091,"@timestamp":1514928037},"coords":"51.4967797,-0.1416377","bedrooms":"3","price":"282000","area":"433"} , +{"type":"Feature","id":"n5316978939","geometry":{"type":"Point","coordinates":[0.0633529,51.4936171]},"properties":{"@type":"node","@id":5316978939,"@timestamp":1514923397},"coords":"51.4936171,0.0633529","bedrooms":"0","price":"260000","area":"379"} , +{"type":"Feature","id":"n5317732651","geometry":{"type":"Point","coordinates":[-0.1552564,51.4963027]},"properties":{"@type":"node","@id":5317732651,"@timestamp":1604756867},"coords":"51.4963027,-0.1552564","bedrooms":"1","price":"281000","area":"504"} , +{"type":"Feature","id":"n5317915332","geometry":{"type":"Point","coordinates":[-0.0976572,51.424267]},"properties":{"@type":"node","@id":5317915332,"@timestamp":1514965960},"coords":"51.424267,-0.0976572","bedrooms":"4","price":"296000","area":"407"} , +{"type":"Feature","id":"n5317915370","geometry":{"type":"Point","coordinates":[-0.0940136,51.4251165]},"properties":{"@type":"node","@id":5317915370,"@timestamp":1514965961},"coords":"51.4251165,-0.0940136","bedrooms":"3","price":"293000","area":"549"} , +{"type":"Feature","id":"n5317915385","geometry":{"type":"Point","coordinates":[-0.0940547,51.4255982]},"properties":{"@type":"node","@id":5317915385,"@timestamp":1514965962},"coords":"51.4255982,-0.0940547","bedrooms":"0","price":"273000","area":"563"} , +{"type":"Feature","id":"n5317915648","geometry":{"type":"Point","coordinates":[-0.0965528,51.4278405]},"properties":{"@type":"node","@id":5317915648,"@timestamp":1514965965},"coords":"51.4278405,-0.0965528","bedrooms":"0","price":"267000","area":"636"} , +{"type":"Feature","id":"n5317915693","geometry":{"type":"Point","coordinates":[-0.0907079,51.4252214]},"properties":{"@type":"node","@id":5317915693,"@timestamp":1514965966},"coords":"51.4252214,-0.0907079","bedrooms":"2","price":"166000","area":"500"} , +{"type":"Feature","id":"n5317915749","geometry":{"type":"Point","coordinates":[-0.093764,51.4253372]},"properties":{"@type":"node","@id":5317915749,"@timestamp":1514965967},"coords":"51.4253372,-0.093764","bedrooms":"4","price":"248000","area":"581"} , +{"type":"Feature","id":"n5317915760","geometry":{"type":"Point","coordinates":[-0.0923277,51.4246175]},"properties":{"@type":"node","@id":5317915760,"@timestamp":1514965967},"coords":"51.4246175,-0.0923277","bedrooms":"2","price":"185000","area":"474"} , +{"type":"Feature","id":"n5318059121","geometry":{"type":"Point","coordinates":[-0.0909663,51.4259983]},"properties":{"@type":"node","@id":5318059121,"@timestamp":1514971183},"coords":"51.4259983,-0.0909663","bedrooms":"3","price":"250000","area":"673"} , +{"type":"Feature","id":"n5318309192","geometry":{"type":"Point","coordinates":[-0.5955517,51.5060741]},"properties":{"@type":"node","@id":5318309192,"@timestamp":1514982266},"coords":"51.5060741,-0.5955517","bedrooms":"3","price":"186000","area":"602"} , +{"type":"Feature","id":"n5318309202","geometry":{"type":"Point","coordinates":[-0.5947658,51.5061479]},"properties":{"@type":"node","@id":5318309202,"@timestamp":1514982267},"coords":"51.5061479,-0.5947658","bedrooms":"1","price":"291000","area":"526"} , +{"type":"Feature","id":"n5318386455","geometry":{"type":"Point","coordinates":[-0.5587527,51.4943383]},"properties":{"@type":"node","@id":5318386455,"@timestamp":1514985158},"coords":"51.4943383,-0.5587527","bedrooms":"0","price":"279000","area":"398"} , +{"type":"Feature","id":"n5318608431","geometry":{"type":"Point","coordinates":[0.1429912,51.455812]},"properties":{"@type":"node","@id":5318608431,"@timestamp":1514995228},"coords":"51.455812,0.1429912","bedrooms":"4","price":"290000","area":"526"} , +{"type":"Feature","id":"n5318827188","geometry":{"type":"Point","coordinates":[-0.0954143,51.5142264]},"properties":{"@type":"node","@id":5318827188,"@timestamp":1559062231},"coords":"51.5142264,-0.0954143","bedrooms":"2","price":"156000","area":"479"} , +{"type":"Feature","id":"n5318943047","geometry":{"type":"Point","coordinates":[-0.0931443,51.4239258]},"properties":{"@type":"node","@id":5318943047,"@timestamp":1515008370},"coords":"51.4239258,-0.0931443","bedrooms":"0","price":"189000","area":"428"} , +{"type":"Feature","id":"n5319066864","geometry":{"type":"Point","coordinates":[-0.0935014,51.4313046]},"properties":{"@type":"node","@id":5319066864,"@timestamp":1515014277},"coords":"51.4313046,-0.0935014","bedrooms":"3","price":"165000","area":"499"} , +{"type":"Feature","id":"n5319066874","geometry":{"type":"Point","coordinates":[-0.0925417,51.4312334]},"properties":{"@type":"node","@id":5319066874,"@timestamp":1515014277},"coords":"51.4312334,-0.0925417","bedrooms":"0","price":"269000","area":"553"} , +{"type":"Feature","id":"n5319066884","geometry":{"type":"Point","coordinates":[-0.0929708,51.431016]},"properties":{"@type":"node","@id":5319066884,"@timestamp":1515014277},"coords":"51.431016,-0.0929708","bedrooms":"3","price":"239000","area":"563"} , +{"type":"Feature","id":"n5319066894","geometry":{"type":"Point","coordinates":[-0.0937647,51.4312824]},"properties":{"@type":"node","@id":5319066894,"@timestamp":1515014278},"coords":"51.4312824,-0.0937647","bedrooms":"1","price":"279000","area":"646"} , +{"type":"Feature","id":"n5319066907","geometry":{"type":"Point","coordinates":[-0.0933621,51.4298498]},"properties":{"@type":"node","@id":5319066907,"@timestamp":1515014278},"coords":"51.4298498,-0.0933621","bedrooms":"1","price":"251000","area":"692"} , +{"type":"Feature","id":"n5319203683","geometry":{"type":"Point","coordinates":[-0.9817126,51.4565607]},"properties":{"@type":"node","@id":5319203683,"@timestamp":1515021517},"coords":"51.4565607,-0.9817126","bedrooms":"1","price":"254000","area":"413"} , +{"type":"Feature","id":"n5319311470","geometry":{"type":"Point","coordinates":[-0.340949,51.9275064]},"properties":{"@type":"node","@id":5319311470,"@timestamp":1516671866},"coords":"51.9275064,-0.340949","bedrooms":"4","price":"180000","area":"379"} , +{"type":"Feature","id":"n5319311786","geometry":{"type":"Point","coordinates":[-0.3679937,51.9228633]},"properties":{"@type":"node","@id":5319311786,"@timestamp":1515028876},"coords":"51.9228633,-0.3679937","bedrooms":"2","price":"168000","area":"382"} , +{"type":"Feature","id":"n5319341049","geometry":{"type":"Point","coordinates":[0.2973796,51.4566032]},"properties":{"@type":"node","@id":5319341049,"@timestamp":1515030669},"coords":"51.4566032,0.2973796","bedrooms":"0","price":"207000","area":"490"} , +{"type":"Feature","id":"n5319398946","geometry":{"type":"Point","coordinates":[0.3133784,51.4655802]},"properties":{"@type":"node","@id":5319398946,"@timestamp":1515034007},"coords":"51.4655802,0.3133784","bedrooms":"3","price":"202000","area":"388"} , +{"type":"Feature","id":"n5319398956","geometry":{"type":"Point","coordinates":[0.3115921,51.4659642]},"properties":{"@type":"node","@id":5319398956,"@timestamp":1515034007},"coords":"51.4659642,0.3115921","bedrooms":"1","price":"251000","area":"445"} , +{"type":"Feature","id":"n5319398966","geometry":{"type":"Point","coordinates":[0.3117556,51.4658071]},"properties":{"@type":"node","@id":5319398966,"@timestamp":1515034007},"coords":"51.4658071,0.3117556","bedrooms":"2","price":"292000","area":"432"} , +{"type":"Feature","id":"n5319398976","geometry":{"type":"Point","coordinates":[0.3117743,51.463289]},"properties":{"@type":"node","@id":5319398976,"@timestamp":1515034008},"coords":"51.463289,0.3117743","bedrooms":"3","price":"215000","area":"644"} , +{"type":"Feature","id":"n5319398986","geometry":{"type":"Point","coordinates":[0.3114917,51.4630723]},"properties":{"@type":"node","@id":5319398986,"@timestamp":1515034008},"coords":"51.4630723,0.3114917","bedrooms":"0","price":"269000","area":"443"} , +{"type":"Feature","id":"n5319398996","geometry":{"type":"Point","coordinates":[0.3105336,51.4649259]},"properties":{"@type":"node","@id":5319398996,"@timestamp":1515034008},"coords":"51.4649259,0.3105336","bedrooms":"0","price":"244000","area":"513"} , +{"type":"Feature","id":"n5319399006","geometry":{"type":"Point","coordinates":[0.306094,51.4582615]},"properties":{"@type":"node","@id":5319399006,"@timestamp":1515034009},"coords":"51.4582615,0.306094","bedrooms":"2","price":"282000","area":"500"} , +{"type":"Feature","id":"n5319399016","geometry":{"type":"Point","coordinates":[0.3026488,51.4590086]},"properties":{"@type":"node","@id":5319399016,"@timestamp":1515034009},"coords":"51.4590086,0.3026488","bedrooms":"3","price":"195000","area":"474"} , +{"type":"Feature","id":"n5319399307","geometry":{"type":"Point","coordinates":[0.3097506,51.455853]},"properties":{"@type":"node","@id":5319399307,"@timestamp":1515034011},"coords":"51.455853,0.3097506","bedrooms":"0","price":"219000","area":"377"} , +{"type":"Feature","id":"n5319443063","geometry":{"type":"Point","coordinates":[0.0352455,51.4996767]},"properties":{"@type":"node","@id":5319443063,"@timestamp":1606480343},"coords":"51.4996767,0.0352455","bedrooms":"3","price":"232000","area":"384"} , +{"type":"Feature","id":"n5319443073","geometry":{"type":"Point","coordinates":[0.0351248,51.4999777]},"properties":{"@type":"node","@id":5319443073,"@timestamp":1515036669},"coords":"51.4999777,0.0351248","bedrooms":"3","price":"174000","area":"586"} , +{"type":"Feature","id":"n5319443083","geometry":{"type":"Point","coordinates":[0.035412,51.5000285]},"properties":{"@type":"node","@id":5319443083,"@timestamp":1515036669},"coords":"51.5000285,0.035412","bedrooms":"1","price":"269000","area":"608"} , +{"type":"Feature","id":"n5319443093","geometry":{"type":"Point","coordinates":[0.0346426,51.5005097]},"properties":{"@type":"node","@id":5319443093,"@timestamp":1515036669},"coords":"51.5005097,0.0346426","bedrooms":"4","price":"248000","area":"520"} , +{"type":"Feature","id":"n5319443103","geometry":{"type":"Point","coordinates":[0.0349812,51.5005671]},"properties":{"@type":"node","@id":5319443103,"@timestamp":1515036670},"coords":"51.5005671,0.0349812","bedrooms":"4","price":"249000","area":"547"} , +{"type":"Feature","id":"n5319443113","geometry":{"type":"Point","coordinates":[0.0340005,51.5011042]},"properties":{"@type":"node","@id":5319443113,"@timestamp":1515036670},"coords":"51.5011042,0.0340005","bedrooms":"0","price":"152000","area":"388"} , +{"type":"Feature","id":"n5319564996","geometry":{"type":"Point","coordinates":[0.0271577,51.3897009]},"properties":{"@type":"node","@id":5319564996,"@timestamp":1515042688},"coords":"51.3897009,0.0271577","bedrooms":"1","price":"287000","area":"630"} , +{"type":"Feature","id":"n5319565006","geometry":{"type":"Point","coordinates":[0.0262532,51.3867272]},"properties":{"@type":"node","@id":5319565006,"@timestamp":1515042689},"coords":"51.3867272,0.0262532","bedrooms":"2","price":"155000","area":"425"} , +{"type":"Feature","id":"n5319565016","geometry":{"type":"Point","coordinates":[0.0319646,51.389674]},"properties":{"@type":"node","@id":5319565016,"@timestamp":1515042689},"coords":"51.389674,0.0319646","bedrooms":"4","price":"170000","area":"414"} , +{"type":"Feature","id":"n5319566726","geometry":{"type":"Point","coordinates":[0.0290935,51.3901493]},"properties":{"@type":"node","@id":5319566726,"@timestamp":1515042689},"coords":"51.3901493,0.0290935","bedrooms":"3","price":"168000","area":"585"} , +{"type":"Feature","id":"n5319566736","geometry":{"type":"Point","coordinates":[0.0292123,51.3902214]},"properties":{"@type":"node","@id":5319566736,"@timestamp":1515042690},"coords":"51.3902214,0.0292123","bedrooms":"1","price":"164000","area":"410"} , +{"type":"Feature","id":"n5319566776","geometry":{"type":"Point","coordinates":[0.0297994,51.3903749]},"properties":{"@type":"node","@id":5319566776,"@timestamp":1515042690},"coords":"51.3903749,0.0297994","bedrooms":"0","price":"181000","area":"379"} , +{"type":"Feature","id":"n5319566786","geometry":{"type":"Point","coordinates":[0.0269584,51.3879353]},"properties":{"@type":"node","@id":5319566786,"@timestamp":1515042691},"coords":"51.3879353,0.0269584","bedrooms":"1","price":"221000","area":"612"} , +{"type":"Feature","id":"n5319566864","geometry":{"type":"Point","coordinates":[0.027886,51.3879541]},"properties":{"@type":"node","@id":5319566864,"@timestamp":1515042692},"coords":"51.3879541,0.027886","bedrooms":"3","price":"177000","area":"375"} , +{"type":"Feature","id":"n5319566921","geometry":{"type":"Point","coordinates":[0.0267623,51.3883345]},"properties":{"@type":"node","@id":5319566921,"@timestamp":1515042693},"coords":"51.3883345,0.0267623","bedrooms":"1","price":"226000","area":"440"} , +{"type":"Feature","id":"n5319567002","geometry":{"type":"Point","coordinates":[0.0208578,51.3858773]},"properties":{"@type":"node","@id":5319567002,"@timestamp":1515042695},"coords":"51.3858773,0.0208578","bedrooms":"0","price":"290000","area":"450"} , +{"type":"Feature","id":"n5319608125","geometry":{"type":"Point","coordinates":[0.0292257,51.3904393]},"properties":{"@type":"node","@id":5319608125,"@timestamp":1515044443},"coords":"51.3904393,0.0292257","bedrooms":"1","price":"179000","area":"470"} , +{"type":"Feature","id":"n5319608137","geometry":{"type":"Point","coordinates":[0.0236962,51.3886425]},"properties":{"@type":"node","@id":5319608137,"@timestamp":1621091785},"coords":"51.3886425,0.0236962","bedrooms":"4","price":"241000","area":"608"} , +{"type":"Feature","id":"n5319738078","geometry":{"type":"Point","coordinates":[0.032411,51.3892692]},"properties":{"@type":"node","@id":5319738078,"@timestamp":1515050677},"coords":"51.3892692,0.032411","bedrooms":"1","price":"252000","area":"415"} , +{"type":"Feature","id":"n5319785651","geometry":{"type":"Point","coordinates":[-0.0855949,51.4278411]},"properties":{"@type":"node","@id":5319785651,"@timestamp":1515053536},"coords":"51.4278411,-0.0855949","bedrooms":"2","price":"179000","area":"650"} , +{"type":"Feature","id":"n5319785677","geometry":{"type":"Point","coordinates":[-0.0862966,51.4277243]},"properties":{"@type":"node","@id":5319785677,"@timestamp":1579714678},"coords":"51.4277243,-0.0862966","bedrooms":"1","price":"166000","area":"606"} , +{"type":"Feature","id":"n5319785696","geometry":{"type":"Point","coordinates":[-0.0889436,51.4269916]},"properties":{"@type":"node","@id":5319785696,"@timestamp":1515053538},"coords":"51.4269916,-0.0889436","bedrooms":"1","price":"272000","area":"664"} , +{"type":"Feature","id":"n5319785707","geometry":{"type":"Point","coordinates":[-0.0923866,51.4275379]},"properties":{"@type":"node","@id":5319785707,"@timestamp":1579714678},"coords":"51.4275379,-0.0923866","bedrooms":"2","price":"210000","area":"560"} , +{"type":"Feature","id":"n5320287098","geometry":{"type":"Point","coordinates":[0.0698059,51.4900093]},"properties":{"@type":"node","@id":5320287098,"@timestamp":1562001152},"coords":"51.4900093,0.0698059","bedrooms":"2","price":"165000","area":"613"} , +{"type":"Feature","id":"n5320449850","geometry":{"type":"Point","coordinates":[-0.0149482,51.4917532]},"properties":{"@type":"node","@id":5320449850,"@timestamp":1561744430},"coords":"51.4917532,-0.0149482","bedrooms":"3","price":"166000","area":"454"} , +{"type":"Feature","id":"n5320748046","geometry":{"type":"Point","coordinates":[-0.3059783,51.4120684]},"properties":{"@type":"node","@id":5320748046,"@timestamp":1627474377},"coords":"51.4120684,-0.3059783","bedrooms":"0","price":"295000","area":"513"} , +{"type":"Feature","id":"n5321075806","geometry":{"type":"Point","coordinates":[0.1990408,51.4701462]},"properties":{"@type":"node","@id":5321075806,"@timestamp":1515108438},"coords":"51.4701462,0.1990408","bedrooms":"3","price":"290000","area":"437"} , +{"type":"Feature","id":"n5321075817","geometry":{"type":"Point","coordinates":[0.1992762,51.4701314]},"properties":{"@type":"node","@id":5321075817,"@timestamp":1515108438},"coords":"51.4701314,0.1992762","bedrooms":"2","price":"244000","area":"669"} , +{"type":"Feature","id":"n5321092205","geometry":{"type":"Point","coordinates":[-0.1192147,51.4631508]},"properties":{"@type":"node","@id":5321092205,"@timestamp":1515109581},"coords":"51.4631508,-0.1192147","bedrooms":"0","price":"278000","area":"469"} , +{"type":"Feature","id":"n5321092215","geometry":{"type":"Point","coordinates":[-0.1191495,51.4627774]},"properties":{"@type":"node","@id":5321092215,"@timestamp":1515109581},"coords":"51.4627774,-0.1191495","bedrooms":"0","price":"202000","area":"659"} , +{"type":"Feature","id":"n5321120288","geometry":{"type":"Point","coordinates":[-0.3397484,51.9297153]},"properties":{"@type":"node","@id":5321120288,"@timestamp":1516147621},"coords":"51.9297153,-0.3397484","bedrooms":"1","price":"155000","area":"667"} , +{"type":"Feature","id":"n5321120323","geometry":{"type":"Point","coordinates":[-0.3410456,51.9290718]},"properties":{"@type":"node","@id":5321120323,"@timestamp":1516066867},"coords":"51.9290718,-0.3410456","bedrooms":"4","price":"285000","area":"620"} , +{"type":"Feature","id":"n5321138191","geometry":{"type":"Point","coordinates":[0.186105,51.4713799]},"properties":{"@type":"node","@id":5321138191,"@timestamp":1515114266},"coords":"51.4713799,0.186105","bedrooms":"3","price":"209000","area":"392"} , +{"type":"Feature","id":"n5321138294","geometry":{"type":"Point","coordinates":[0.1838577,51.470487]},"properties":{"@type":"node","@id":5321138294,"@timestamp":1515114268},"coords":"51.470487,0.1838577","bedrooms":"4","price":"288000","area":"644"} , +{"type":"Feature","id":"n5321138424","geometry":{"type":"Point","coordinates":[0.1834517,51.4698236]},"properties":{"@type":"node","@id":5321138424,"@timestamp":1515114270},"coords":"51.4698236,0.1834517","bedrooms":"0","price":"236000","area":"610"} , +{"type":"Feature","id":"n5321138440","geometry":{"type":"Point","coordinates":[0.1858061,51.4712734]},"properties":{"@type":"node","@id":5321138440,"@timestamp":1515114270},"coords":"51.4712734,0.1858061","bedrooms":"4","price":"260000","area":"360"} , +{"type":"Feature","id":"n5321228258","geometry":{"type":"Point","coordinates":[0.183383,51.4683424]},"properties":{"@type":"node","@id":5321228258,"@timestamp":1515119833},"coords":"51.4683424,0.183383","bedrooms":"4","price":"263000","area":"532"} , +{"type":"Feature","id":"n5321228268","geometry":{"type":"Point","coordinates":[0.1833098,51.4682259]},"properties":{"@type":"node","@id":5321228268,"@timestamp":1515119833},"coords":"51.4682259,0.1833098","bedrooms":"4","price":"150000","area":"607"} , +{"type":"Feature","id":"n5321228278","geometry":{"type":"Point","coordinates":[0.1832355,51.4682921]},"properties":{"@type":"node","@id":5321228278,"@timestamp":1515119834},"coords":"51.4682921,0.1832355","bedrooms":"4","price":"288000","area":"698"} , +{"type":"Feature","id":"n5321228288","geometry":{"type":"Point","coordinates":[0.1837575,51.4684554]},"properties":{"@type":"node","@id":5321228288,"@timestamp":1515119834},"coords":"51.4684554,0.1837575","bedrooms":"3","price":"228000","area":"503"} , +{"type":"Feature","id":"n5321241385","geometry":{"type":"Point","coordinates":[-0.1308686,51.5704864]},"properties":{"@type":"node","@id":5321241385,"@timestamp":1515120904},"coords":"51.5704864,-0.1308686","bedrooms":"2","price":"240000","area":"391"} , +{"type":"Feature","id":"n5321241625","geometry":{"type":"Point","coordinates":[-0.1301854,51.5706859]},"properties":{"@type":"node","@id":5321241625,"@timestamp":1515120905},"coords":"51.5706859,-0.1301854","bedrooms":"2","price":"162000","area":"532"} , +{"type":"Feature","id":"n5321241684","geometry":{"type":"Point","coordinates":[-0.1286642,51.5710742]},"properties":{"@type":"node","@id":5321241684,"@timestamp":1515120906},"coords":"51.5710742,-0.1286642","bedrooms":"3","price":"237000","area":"618"} , +{"type":"Feature","id":"n5321259996","geometry":{"type":"Point","coordinates":[0.1836915,51.4685664]},"properties":{"@type":"node","@id":5321259996,"@timestamp":1515121887},"coords":"51.4685664,0.1836915","bedrooms":"4","price":"165000","area":"603"} , +{"type":"Feature","id":"n5321260007","geometry":{"type":"Point","coordinates":[0.1841204,51.4685121]},"properties":{"@type":"node","@id":5321260007,"@timestamp":1515121887},"coords":"51.4685121,0.1841204","bedrooms":"2","price":"242000","area":"685"} , +{"type":"Feature","id":"n5321322145","geometry":{"type":"Point","coordinates":[0.1834983,51.4688239]},"properties":{"@type":"node","@id":5321322145,"@timestamp":1515125903},"coords":"51.4688239,0.1834983","bedrooms":"4","price":"292000","area":"689"} , +{"type":"Feature","id":"n5321322159","geometry":{"type":"Point","coordinates":[0.1839646,51.468049]},"properties":{"@type":"node","@id":5321322159,"@timestamp":1515125904},"coords":"51.468049,0.1839646","bedrooms":"1","price":"163000","area":"634"} , +{"type":"Feature","id":"n5321322169","geometry":{"type":"Point","coordinates":[0.1839822,51.4681667]},"properties":{"@type":"node","@id":5321322169,"@timestamp":1515125904},"coords":"51.4681667,0.1839822","bedrooms":"2","price":"232000","area":"364"} , +{"type":"Feature","id":"n5321322179","geometry":{"type":"Point","coordinates":[0.1840149,51.4681418]},"properties":{"@type":"node","@id":5321322179,"@timestamp":1515125905},"coords":"51.4681418,0.1840149","bedrooms":"3","price":"264000","area":"393"} , +{"type":"Feature","id":"n5321322193","geometry":{"type":"Point","coordinates":[0.1839845,51.4681913]},"properties":{"@type":"node","@id":5321322193,"@timestamp":1515125905},"coords":"51.4681913,0.1839845","bedrooms":"3","price":"207000","area":"520"} , +{"type":"Feature","id":"n5321322205","geometry":{"type":"Point","coordinates":[0.1840285,51.4690255]},"properties":{"@type":"node","@id":5321322205,"@timestamp":1515125905},"coords":"51.4690255,0.1840285","bedrooms":"4","price":"233000","area":"422"} , +{"type":"Feature","id":"n5321322238","geometry":{"type":"Point","coordinates":[0.1835072,51.4692609]},"properties":{"@type":"node","@id":5321322238,"@timestamp":1515125906},"coords":"51.4692609,0.1835072","bedrooms":"0","price":"177000","area":"515"} , +{"type":"Feature","id":"n5321355432","geometry":{"type":"Point","coordinates":[0.1897741,51.467931]},"properties":{"@type":"node","@id":5321355432,"@timestamp":1515127743},"coords":"51.467931,0.1897741","bedrooms":"3","price":"244000","area":"547"} , +{"type":"Feature","id":"n5321355442","geometry":{"type":"Point","coordinates":[0.1889175,51.4685001]},"properties":{"@type":"node","@id":5321355442,"@timestamp":1515127743},"coords":"51.4685001,0.1889175","bedrooms":"0","price":"289000","area":"390"} , +{"type":"Feature","id":"n5321355453","geometry":{"type":"Point","coordinates":[0.1870197,51.4688729]},"properties":{"@type":"node","@id":5321355453,"@timestamp":1515127744},"coords":"51.4688729,0.1870197","bedrooms":"1","price":"151000","area":"435"} , +{"type":"Feature","id":"n5321373172","geometry":{"type":"Point","coordinates":[0.1859937,51.4667756]},"properties":{"@type":"node","@id":5321373172,"@timestamp":1515129002},"coords":"51.4667756,0.1859937","bedrooms":"1","price":"235000","area":"526"} , +{"type":"Feature","id":"n5321373182","geometry":{"type":"Point","coordinates":[0.1856502,51.4667507]},"properties":{"@type":"node","@id":5321373182,"@timestamp":1515129003},"coords":"51.4667507,0.1856502","bedrooms":"4","price":"296000","area":"604"} , +{"type":"Feature","id":"n5322192376","geometry":{"type":"Point","coordinates":[-0.0142554,51.526045]},"properties":{"@type":"node","@id":5322192376,"@timestamp":1587989603},"coords":"51.526045,-0.0142554","bedrooms":"4","price":"190000","area":"652"} , +{"type":"Feature","id":"n5322694282","geometry":{"type":"Point","coordinates":[0.4331465,51.4464578]},"properties":{"@type":"node","@id":5322694282,"@timestamp":1515185342},"coords":"51.4464578,0.4331465","bedrooms":"4","price":"248000","area":"371"} , +{"type":"Feature","id":"n5322694292","geometry":{"type":"Point","coordinates":[0.4384825,51.4467422]},"properties":{"@type":"node","@id":5322694292,"@timestamp":1515185342},"coords":"51.4467422,0.4384825","bedrooms":"4","price":"162000","area":"415"} , +{"type":"Feature","id":"n5322694302","geometry":{"type":"Point","coordinates":[0.4312193,51.4458056]},"properties":{"@type":"node","@id":5322694302,"@timestamp":1515185342},"coords":"51.4458056,0.4312193","bedrooms":"2","price":"190000","area":"648"} , +{"type":"Feature","id":"n5322694312","geometry":{"type":"Point","coordinates":[0.429562,51.4452099]},"properties":{"@type":"node","@id":5322694312,"@timestamp":1515185343},"coords":"51.4452099,0.429562","bedrooms":"1","price":"228000","area":"367"} , +{"type":"Feature","id":"n5322749179","geometry":{"type":"Point","coordinates":[-0.3068568,51.5019959]},"properties":{"@type":"node","@id":5322749179,"@timestamp":1515187648},"coords":"51.5019959,-0.3068568","bedrooms":"2","price":"201000","area":"390"} , +{"type":"Feature","id":"n5322844573","geometry":{"type":"Point","coordinates":[-0.3555563,51.9250459]},"properties":{"@type":"node","@id":5322844573,"@timestamp":1518201088},"coords":"51.9250459,-0.3555563","bedrooms":"3","price":"278000","area":"445"} , +{"type":"Feature","id":"n5323050823","geometry":{"type":"Point","coordinates":[0.4024586,51.4409192]},"properties":{"@type":"node","@id":5323050823,"@timestamp":1515201042},"coords":"51.4409192,0.4024586","bedrooms":"0","price":"167000","area":"377"} , +{"type":"Feature","id":"n5323050841","geometry":{"type":"Point","coordinates":[0.4036141,51.440664]},"properties":{"@type":"node","@id":5323050841,"@timestamp":1515201043},"coords":"51.440664,0.4036141","bedrooms":"3","price":"150000","area":"529"} , +{"type":"Feature","id":"n5323050880","geometry":{"type":"Point","coordinates":[0.4070228,51.4424459]},"properties":{"@type":"node","@id":5323050880,"@timestamp":1515201044},"coords":"51.4424459,0.4070228","bedrooms":"3","price":"204000","area":"396"} , +{"type":"Feature","id":"n5323051263","geometry":{"type":"Point","coordinates":[0.4149913,51.4420126]},"properties":{"@type":"node","@id":5323051263,"@timestamp":1515201049},"coords":"51.4420126,0.4149913","bedrooms":"1","price":"298000","area":"521"} , +{"type":"Feature","id":"n5323051273","geometry":{"type":"Point","coordinates":[0.4150483,51.440464]},"properties":{"@type":"node","@id":5323051273,"@timestamp":1515201050},"coords":"51.440464,0.4150483","bedrooms":"1","price":"167000","area":"693"} , +{"type":"Feature","id":"n5323051283","geometry":{"type":"Point","coordinates":[0.4106672,51.4413704]},"properties":{"@type":"node","@id":5323051283,"@timestamp":1515201050},"coords":"51.4413704,0.4106672","bedrooms":"1","price":"204000","area":"654"} , +{"type":"Feature","id":"n5323051293","geometry":{"type":"Point","coordinates":[0.4109102,51.4420354]},"properties":{"@type":"node","@id":5323051293,"@timestamp":1515201050},"coords":"51.4420354,0.4109102","bedrooms":"3","price":"261000","area":"645"} , +{"type":"Feature","id":"n5323051303","geometry":{"type":"Point","coordinates":[0.4109389,51.4425173]},"properties":{"@type":"node","@id":5323051303,"@timestamp":1515201051},"coords":"51.4425173,0.4109389","bedrooms":"3","price":"268000","area":"566"} , +{"type":"Feature","id":"n5323051313","geometry":{"type":"Point","coordinates":[0.4106713,51.4427275]},"properties":{"@type":"node","@id":5323051313,"@timestamp":1515201051},"coords":"51.4427275,0.4106713","bedrooms":"2","price":"274000","area":"609"} , +{"type":"Feature","id":"n5323051353","geometry":{"type":"Point","coordinates":[0.4138271,51.4427722]},"properties":{"@type":"node","@id":5323051353,"@timestamp":1515201052},"coords":"51.4427722,0.4138271","bedrooms":"2","price":"295000","area":"451"} , +{"type":"Feature","id":"n5323051363","geometry":{"type":"Point","coordinates":[0.4152897,51.4426452]},"properties":{"@type":"node","@id":5323051363,"@timestamp":1515201052},"coords":"51.4426452,0.4152897","bedrooms":"1","price":"263000","area":"527"} , +{"type":"Feature","id":"n5323051373","geometry":{"type":"Point","coordinates":[0.4152784,51.4428725]},"properties":{"@type":"node","@id":5323051373,"@timestamp":1515201053},"coords":"51.4428725,0.4152784","bedrooms":"2","price":"271000","area":"466"} , +{"type":"Feature","id":"n5323051383","geometry":{"type":"Point","coordinates":[0.4154879,51.4434169]},"properties":{"@type":"node","@id":5323051383,"@timestamp":1515201053},"coords":"51.4434169,0.4154879","bedrooms":"2","price":"215000","area":"491"} , +{"type":"Feature","id":"n5323051393","geometry":{"type":"Point","coordinates":[0.4152691,51.4432781]},"properties":{"@type":"node","@id":5323051393,"@timestamp":1515201054},"coords":"51.4432781,0.4152691","bedrooms":"2","price":"165000","area":"503"} , +{"type":"Feature","id":"n5323051407","geometry":{"type":"Point","coordinates":[0.4160117,51.4432398]},"properties":{"@type":"node","@id":5323051407,"@timestamp":1515201054},"coords":"51.4432398,0.4160117","bedrooms":"3","price":"296000","area":"380"} , +{"type":"Feature","id":"n5323051418","geometry":{"type":"Point","coordinates":[0.4145848,51.4432073]},"properties":{"@type":"node","@id":5323051418,"@timestamp":1515201054},"coords":"51.4432073,0.4145848","bedrooms":"1","price":"259000","area":"487"} , +{"type":"Feature","id":"n5323051561","geometry":{"type":"Point","coordinates":[0.4076248,51.4426669]},"properties":{"@type":"node","@id":5323051561,"@timestamp":1515201055},"coords":"51.4426669,0.4076248","bedrooms":"3","price":"287000","area":"625"} , +{"type":"Feature","id":"n5323051571","geometry":{"type":"Point","coordinates":[0.4079061,51.4408942]},"properties":{"@type":"node","@id":5323051571,"@timestamp":1515201056},"coords":"51.4408942,0.4079061","bedrooms":"1","price":"184000","area":"419"} , +{"type":"Feature","id":"n5323051581","geometry":{"type":"Point","coordinates":[0.4082951,51.4411822]},"properties":{"@type":"node","@id":5323051581,"@timestamp":1515201056},"coords":"51.4411822,0.4082951","bedrooms":"2","price":"270000","area":"368"} , +{"type":"Feature","id":"n5323082478","geometry":{"type":"Point","coordinates":[0.4162366,51.4396082]},"properties":{"@type":"node","@id":5323082478,"@timestamp":1515203976},"coords":"51.4396082,0.4162366","bedrooms":"1","price":"177000","area":"352"} , +{"type":"Feature","id":"n5323082488","geometry":{"type":"Point","coordinates":[0.4146987,51.4394276]},"properties":{"@type":"node","@id":5323082488,"@timestamp":1515203977},"coords":"51.4394276,0.4146987","bedrooms":"1","price":"273000","area":"401"} , +{"type":"Feature","id":"n5323082498","geometry":{"type":"Point","coordinates":[0.4177362,51.4396134]},"properties":{"@type":"node","@id":5323082498,"@timestamp":1515203977},"coords":"51.4396134,0.4177362","bedrooms":"3","price":"161000","area":"408"} , +{"type":"Feature","id":"n5323082508","geometry":{"type":"Point","coordinates":[0.4172293,51.4399434]},"properties":{"@type":"node","@id":5323082508,"@timestamp":1515203977},"coords":"51.4399434,0.4172293","bedrooms":"3","price":"194000","area":"457"} , +{"type":"Feature","id":"n5323082518","geometry":{"type":"Point","coordinates":[0.4127489,51.440183]},"properties":{"@type":"node","@id":5323082518,"@timestamp":1515203978},"coords":"51.440183,0.4127489","bedrooms":"0","price":"293000","area":"397"} , +{"type":"Feature","id":"n5323082528","geometry":{"type":"Point","coordinates":[0.4110745,51.4394215]},"properties":{"@type":"node","@id":5323082528,"@timestamp":1515203978},"coords":"51.4394215,0.4110745","bedrooms":"1","price":"193000","area":"383"} , +{"type":"Feature","id":"n5323082538","geometry":{"type":"Point","coordinates":[0.4127489,51.4392329]},"properties":{"@type":"node","@id":5323082538,"@timestamp":1515203978},"coords":"51.4392329,0.4127489","bedrooms":"3","price":"189000","area":"417"} , +{"type":"Feature","id":"n5323082548","geometry":{"type":"Point","coordinates":[0.4139882,51.4390814]},"properties":{"@type":"node","@id":5323082548,"@timestamp":1515203979},"coords":"51.4390814,0.4139882","bedrooms":"2","price":"175000","area":"695"} , +{"type":"Feature","id":"n5323161091","geometry":{"type":"Point","coordinates":[-0.09328,51.4254404]},"properties":{"@type":"node","@id":5323161091,"@timestamp":1515213069},"coords":"51.4254404,-0.09328","bedrooms":"4","price":"183000","area":"670"} , +{"type":"Feature","id":"n5323161101","geometry":{"type":"Point","coordinates":[-0.0924388,51.4255404]},"properties":{"@type":"node","@id":5323161101,"@timestamp":1515213069},"coords":"51.4255404,-0.0924388","bedrooms":"2","price":"257000","area":"678"} , +{"type":"Feature","id":"n5323161111","geometry":{"type":"Point","coordinates":[-0.0933424,51.4258877]},"properties":{"@type":"node","@id":5323161111,"@timestamp":1515213070},"coords":"51.4258877,-0.0933424","bedrooms":"2","price":"171000","area":"368"} , +{"type":"Feature","id":"n5323162486","geometry":{"type":"Point","coordinates":[-0.0897724,51.4262989]},"properties":{"@type":"node","@id":5323162486,"@timestamp":1515213071},"coords":"51.4262989,-0.0897724","bedrooms":"2","price":"166000","area":"556"} , +{"type":"Feature","id":"n5323210749","geometry":{"type":"Point","coordinates":[-0.0903198,51.428069]},"properties":{"@type":"node","@id":5323210749,"@timestamp":1515218108},"coords":"51.428069,-0.0903198","bedrooms":"1","price":"187000","area":"401"} , +{"type":"Feature","id":"n5323210777","geometry":{"type":"Point","coordinates":[-0.0898815,51.4285248]},"properties":{"@type":"node","@id":5323210777,"@timestamp":1515218109},"coords":"51.4285248,-0.0898815","bedrooms":"4","price":"263000","area":"562"} , +{"type":"Feature","id":"n5323210798","geometry":{"type":"Point","coordinates":[-0.0906697,51.4279647]},"properties":{"@type":"node","@id":5323210798,"@timestamp":1515218109},"coords":"51.4279647,-0.0906697","bedrooms":"2","price":"192000","area":"679"} , +{"type":"Feature","id":"n5323210923","geometry":{"type":"Point","coordinates":[-0.0903442,51.4286577]},"properties":{"@type":"node","@id":5323210923,"@timestamp":1515218110},"coords":"51.4286577,-0.0903442","bedrooms":"0","price":"259000","area":"658"} , +{"type":"Feature","id":"n5323232600","geometry":{"type":"Point","coordinates":[-0.088856,51.428602]},"properties":{"@type":"node","@id":5323232600,"@timestamp":1515220027},"coords":"51.428602,-0.088856","bedrooms":"3","price":"169000","area":"454"} , +{"type":"Feature","id":"n5323232610","geometry":{"type":"Point","coordinates":[-0.0884224,51.4283292]},"properties":{"@type":"node","@id":5323232610,"@timestamp":1515220027},"coords":"51.4283292,-0.0884224","bedrooms":"0","price":"195000","area":"522"} , +{"type":"Feature","id":"n5323232620","geometry":{"type":"Point","coordinates":[-0.0888659,51.4286146]},"properties":{"@type":"node","@id":5323232620,"@timestamp":1515220027},"coords":"51.4286146,-0.0888659","bedrooms":"1","price":"295000","area":"467"} , +{"type":"Feature","id":"n5323232630","geometry":{"type":"Point","coordinates":[-0.0891412,51.4287081]},"properties":{"@type":"node","@id":5323232630,"@timestamp":1515220028},"coords":"51.4287081,-0.0891412","bedrooms":"1","price":"262000","area":"401"} , +{"type":"Feature","id":"n5323271159","geometry":{"type":"Point","coordinates":[-0.1007291,51.4288492]},"properties":{"@type":"node","@id":5323271159,"@timestamp":1515224629},"coords":"51.4288492,-0.1007291","bedrooms":"1","price":"237000","area":"557"} , +{"type":"Feature","id":"n5323271513","geometry":{"type":"Point","coordinates":[-0.0990893,51.4279975]},"properties":{"@type":"node","@id":5323271513,"@timestamp":1515224632},"coords":"51.4279975,-0.0990893","bedrooms":"0","price":"251000","area":"477"} , +{"type":"Feature","id":"n5323271541","geometry":{"type":"Point","coordinates":[-0.0998845,51.4284519]},"properties":{"@type":"node","@id":5323271541,"@timestamp":1515224633},"coords":"51.4284519,-0.0998845","bedrooms":"4","price":"262000","area":"519"} , +{"type":"Feature","id":"n5323343658","geometry":{"type":"Point","coordinates":[-0.4651987,51.353538]},"properties":{"@type":"node","@id":5323343658,"@timestamp":1515230236},"coords":"51.353538,-0.4651987","bedrooms":"0","price":"178000","area":"429"} , +{"type":"Feature","id":"n5323511517","geometry":{"type":"Point","coordinates":[0.1468171,51.5061564]},"properties":{"@type":"node","@id":5323511517,"@timestamp":1515237678},"coords":"51.5061564,0.1468171","bedrooms":"1","price":"233000","area":"515"} , +{"type":"Feature","id":"n5323511528","geometry":{"type":"Point","coordinates":[0.1404331,51.5079272]},"properties":{"@type":"node","@id":5323511528,"@timestamp":1515237678},"coords":"51.5079272,0.1404331","bedrooms":"3","price":"178000","area":"573"} , +{"type":"Feature","id":"n5323512288","geometry":{"type":"Point","coordinates":[0.1411585,51.5052887]},"properties":{"@type":"node","@id":5323512288,"@timestamp":1515237693},"coords":"51.5052887,0.1411585","bedrooms":"4","price":"229000","area":"588"} , +{"type":"Feature","id":"n5323523074","geometry":{"type":"Point","coordinates":[0.2181648,51.1300634]},"properties":{"@type":"node","@id":5323523074,"@timestamp":1515239131},"coords":"51.1300634,0.2181648","bedrooms":"3","price":"197000","area":"580"} , +{"type":"Feature","id":"n5323591523","geometry":{"type":"Point","coordinates":[0.5498247,51.362417]},"properties":{"@type":"node","@id":5323591523,"@timestamp":1515241500},"coords":"51.362417,0.5498247","bedrooms":"4","price":"230000","area":"534"} , +{"type":"Feature","id":"n5323721952","geometry":{"type":"Point","coordinates":[-0.1247147,51.5076181]},"properties":{"@type":"node","@id":5323721952,"@timestamp":1515246843},"coords":"51.5076181,-0.1247147","bedrooms":"2","price":"280000","area":"373"} , +{"type":"Feature","id":"n5323721999","geometry":{"type":"Point","coordinates":[-0.125854,51.5074866]},"properties":{"@type":"node","@id":5323721999,"@timestamp":1515246845},"coords":"51.5074866,-0.125854","bedrooms":"4","price":"280000","area":"426"} , +{"type":"Feature","id":"n5323722154","geometry":{"type":"Point","coordinates":[-0.1253121,51.5071853]},"properties":{"@type":"node","@id":5323722154,"@timestamp":1515246846},"coords":"51.5071853,-0.1253121","bedrooms":"3","price":"231000","area":"502"} , +{"type":"Feature","id":"n5323801387","geometry":{"type":"Point","coordinates":[-0.2178939,51.202469]},"properties":{"@type":"node","@id":5323801387,"@timestamp":1616523745},"coords":"51.202469,-0.2178939","bedrooms":"3","price":"211000","area":"386"} , +{"type":"Feature","id":"n5323829604","geometry":{"type":"Point","coordinates":[-0.2965504,51.1592925]},"properties":{"@type":"node","@id":5323829604,"@timestamp":1515251342},"coords":"51.1592925,-0.2965504","bedrooms":"3","price":"293000","area":"359"} , +{"type":"Feature","id":"n5323829614","geometry":{"type":"Point","coordinates":[-0.2791429,51.1620462]},"properties":{"@type":"node","@id":5323829614,"@timestamp":1515251342},"coords":"51.1620462,-0.2791429","bedrooms":"1","price":"258000","area":"455"} , +{"type":"Feature","id":"n5323829624","geometry":{"type":"Point","coordinates":[-0.2912128,51.1604885]},"properties":{"@type":"node","@id":5323829624,"@timestamp":1515251342},"coords":"51.1604885,-0.2912128","bedrooms":"0","price":"204000","area":"378"} , +{"type":"Feature","id":"n5323829634","geometry":{"type":"Point","coordinates":[-0.2723998,51.1711301]},"properties":{"@type":"node","@id":5323829634,"@timestamp":1515251343},"coords":"51.1711301,-0.2723998","bedrooms":"1","price":"182000","area":"403"} , +{"type":"Feature","id":"n5323829644","geometry":{"type":"Point","coordinates":[-0.2587312,51.1798541]},"properties":{"@type":"node","@id":5323829644,"@timestamp":1515251343},"coords":"51.1798541,-0.2587312","bedrooms":"0","price":"217000","area":"684"} , +{"type":"Feature","id":"n5323829654","geometry":{"type":"Point","coordinates":[-0.2397412,51.1862279]},"properties":{"@type":"node","@id":5323829654,"@timestamp":1515251343},"coords":"51.1862279,-0.2397412","bedrooms":"2","price":"296000","area":"585"} , +{"type":"Feature","id":"n5323829664","geometry":{"type":"Point","coordinates":[-0.1837206,51.2114161]},"properties":{"@type":"node","@id":5323829664,"@timestamp":1515251344},"coords":"51.2114161,-0.1837206","bedrooms":"3","price":"248000","area":"472"} , +{"type":"Feature","id":"n5323829674","geometry":{"type":"Point","coordinates":[-0.1824446,51.2120141]},"properties":{"@type":"node","@id":5323829674,"@timestamp":1629738367},"coords":"51.2120141,-0.1824446","bedrooms":"0","price":"288000","area":"452"} , +{"type":"Feature","id":"n5323829685","geometry":{"type":"Point","coordinates":[-0.2110872,51.2066532]},"properties":{"@type":"node","@id":5323829685,"@timestamp":1515251345},"coords":"51.2066532,-0.2110872","bedrooms":"2","price":"151000","area":"596"} , +{"type":"Feature","id":"n5323829695","geometry":{"type":"Point","coordinates":[-0.2066803,51.2080227]},"properties":{"@type":"node","@id":5323829695,"@timestamp":1515251345},"coords":"51.2080227,-0.2066803","bedrooms":"2","price":"230000","area":"649"} , +{"type":"Feature","id":"n5323840874","geometry":{"type":"Point","coordinates":[-0.4803407,51.1588703]},"properties":{"@type":"node","@id":5323840874,"@timestamp":1515251924},"coords":"51.1588703,-0.4803407","bedrooms":"1","price":"172000","area":"469"} , +{"type":"Feature","id":"n5323840884","geometry":{"type":"Point","coordinates":[-0.4570726,51.1564042]},"properties":{"@type":"node","@id":5323840884,"@timestamp":1515251924},"coords":"51.1564042,-0.4570726","bedrooms":"1","price":"150000","area":"485"} , +{"type":"Feature","id":"n5323840894","geometry":{"type":"Point","coordinates":[-0.4408264,51.1577113]},"properties":{"@type":"node","@id":5323840894,"@timestamp":1515251925},"coords":"51.1577113,-0.4408264","bedrooms":"0","price":"285000","area":"502"} , +{"type":"Feature","id":"n5323840904","geometry":{"type":"Point","coordinates":[-0.422456,51.1551912]},"properties":{"@type":"node","@id":5323840904,"@timestamp":1515251925},"coords":"51.1551912,-0.422456","bedrooms":"4","price":"193000","area":"451"} , +{"type":"Feature","id":"n5323840914","geometry":{"type":"Point","coordinates":[-0.4019827,51.1554856]},"properties":{"@type":"node","@id":5323840914,"@timestamp":1515251925},"coords":"51.1554856,-0.4019827","bedrooms":"4","price":"180000","area":"487"} , +{"type":"Feature","id":"n5323840924","geometry":{"type":"Point","coordinates":[-0.3860289,51.1570384]},"properties":{"@type":"node","@id":5323840924,"@timestamp":1515251926},"coords":"51.1570384,-0.3860289","bedrooms":"3","price":"274000","area":"366"} , +{"type":"Feature","id":"n5323840934","geometry":{"type":"Point","coordinates":[-0.3679132,51.1602177]},"properties":{"@type":"node","@id":5323840934,"@timestamp":1515251926},"coords":"51.1602177,-0.3679132","bedrooms":"0","price":"169000","area":"560"} , +{"type":"Feature","id":"n5323840944","geometry":{"type":"Point","coordinates":[-0.3197515,51.1592942]},"properties":{"@type":"node","@id":5323840944,"@timestamp":1515251926},"coords":"51.1592942,-0.3197515","bedrooms":"1","price":"226000","area":"673"} , +{"type":"Feature","id":"n5324019380","geometry":{"type":"Point","coordinates":[-0.9750143,51.4547376]},"properties":{"@type":"node","@id":5324019380,"@timestamp":1515258704},"coords":"51.4547376,-0.9750143","bedrooms":"2","price":"263000","area":"368"} , +{"type":"Feature","id":"n5324500027","geometry":{"type":"Point","coordinates":[-0.3398493,51.9306364]},"properties":{"@type":"node","@id":5324500027,"@timestamp":1515271978},"coords":"51.9306364,-0.3398493","bedrooms":"2","price":"284000","area":"555"} , +{"type":"Feature","id":"n5324523578","geometry":{"type":"Point","coordinates":[0.2734157,51.611242]},"properties":{"@type":"node","@id":5324523578,"@timestamp":1588080631},"coords":"51.611242,0.2734157","bedrooms":"1","price":"297000","area":"418"} , +{"type":"Feature","id":"n5324551696","geometry":{"type":"Point","coordinates":[0.2774332,51.6129788]},"properties":{"@type":"node","@id":5324551696,"@timestamp":1616712902},"coords":"51.6129788,0.2774332","bedrooms":"2","price":"206000","area":"672"} , +{"type":"Feature","id":"n5324642165","geometry":{"type":"Point","coordinates":[-0.124604,51.5077504]},"properties":{"@type":"node","@id":5324642165,"@timestamp":1515278321},"coords":"51.5077504,-0.124604","bedrooms":"2","price":"240000","area":"486"} , +{"type":"Feature","id":"n5324791082","geometry":{"type":"Point","coordinates":[-0.2948351,51.9350918]},"properties":{"@type":"node","@id":5324791082,"@timestamp":1518035988},"coords":"51.9350918,-0.2948351","bedrooms":"2","price":"228000","area":"635"} , +{"type":"Feature","id":"n5324863832","geometry":{"type":"Point","coordinates":[-0.0149269,51.4812259]},"properties":{"@type":"node","@id":5324863832,"@timestamp":1594005161},"coords":"51.4812259,-0.0149269","bedrooms":"1","price":"240000","area":"461"} , +{"type":"Feature","id":"n5325213825","geometry":{"type":"Point","coordinates":[-1.0250769,51.4444167]},"properties":{"@type":"node","@id":5325213825,"@timestamp":1546615592},"coords":"51.4444167,-1.0250769","bedrooms":"4","price":"254000","area":"354"} , +{"type":"Feature","id":"n5325427431","geometry":{"type":"Point","coordinates":[-0.123088,51.5081409]},"properties":{"@type":"node","@id":5325427431,"@timestamp":1604515831},"coords":"51.5081409,-0.123088","bedrooms":"0","price":"299000","area":"691"} , +{"type":"Feature","id":"n5325625437","geometry":{"type":"Point","coordinates":[0.2669049,51.13488]},"properties":{"@type":"node","@id":5325625437,"@timestamp":1565183421},"coords":"51.13488,0.2669049","bedrooms":"2","price":"287000","area":"686"} , +{"type":"Feature","id":"n5325708147","geometry":{"type":"Point","coordinates":[-0.1660209,51.2402341]},"properties":{"@type":"node","@id":5325708147,"@timestamp":1581012102},"coords":"51.2402341,-0.1660209","bedrooms":"3","price":"173000","area":"506"} , +{"type":"Feature","id":"n5325737356","geometry":{"type":"Point","coordinates":[-0.9874999,51.664772]},"properties":{"@type":"node","@id":5325737356,"@timestamp":1515343930},"coords":"51.664772,-0.9874999","bedrooms":"4","price":"190000","area":"583"} , +{"type":"Feature","id":"n5325737366","geometry":{"type":"Point","coordinates":[-0.9943194,51.6683648]},"properties":{"@type":"node","@id":5325737366,"@timestamp":1515343930},"coords":"51.6683648,-0.9943194","bedrooms":"4","price":"259000","area":"526"} , +{"type":"Feature","id":"n5325917723","geometry":{"type":"Point","coordinates":[-0.9848642,51.4638838]},"properties":{"@type":"node","@id":5325917723,"@timestamp":1515351641},"coords":"51.4638838,-0.9848642","bedrooms":"4","price":"299000","area":"695"} , +{"type":"Feature","id":"n5325917737","geometry":{"type":"Point","coordinates":[-0.9857668,51.4633524]},"properties":{"@type":"node","@id":5325917737,"@timestamp":1515351642},"coords":"51.4633524,-0.9857668","bedrooms":"4","price":"245000","area":"483"} , +{"type":"Feature","id":"n5326135299","geometry":{"type":"Point","coordinates":[0.0865127,51.7684046]},"properties":{"@type":"node","@id":5326135299,"@timestamp":1515360539},"coords":"51.7684046,0.0865127","bedrooms":"0","price":"298000","area":"505"} , +{"type":"Feature","id":"n5326293734","geometry":{"type":"Point","coordinates":[-0.357639,51.9266702]},"properties":{"@type":"node","@id":5326293734,"@timestamp":1515454919},"coords":"51.9266702,-0.357639","bedrooms":"3","price":"178000","area":"371"} , +{"type":"Feature","id":"n5326328177","geometry":{"type":"Point","coordinates":[-0.0389879,51.5122625]},"properties":{"@type":"node","@id":5326328177,"@timestamp":1558884727},"coords":"51.5122625,-0.0389879","bedrooms":"1","price":"219000","area":"599"} , +{"type":"Feature","id":"n5326491899","geometry":{"type":"Point","coordinates":[-0.1294104,51.5702644]},"properties":{"@type":"node","@id":5326491899,"@timestamp":1515381963},"coords":"51.5702644,-0.1294104","bedrooms":"2","price":"285000","area":"382"} , +{"type":"Feature","id":"n5326491910","geometry":{"type":"Point","coordinates":[-0.12972,51.5700107]},"properties":{"@type":"node","@id":5326491910,"@timestamp":1515381964},"coords":"51.5700107,-0.12972","bedrooms":"0","price":"230000","area":"379"} , +{"type":"Feature","id":"n5327054272","geometry":{"type":"Point","coordinates":[-0.1503353,51.4983025]},"properties":{"@type":"node","@id":5327054272,"@timestamp":1515403250},"coords":"51.4983025,-0.1503353","bedrooms":"2","price":"263000","area":"571"} , +{"type":"Feature","id":"n5327106176","geometry":{"type":"Point","coordinates":[-0.9171024,51.5332304]},"properties":{"@type":"node","@id":5327106176,"@timestamp":1515404834},"coords":"51.5332304,-0.9171024","bedrooms":"2","price":"155000","area":"501"} , +{"type":"Feature","id":"n5327412877","geometry":{"type":"Point","coordinates":[-0.9270426,51.5404309]},"properties":{"@type":"node","@id":5327412877,"@timestamp":1515417770},"coords":"51.5404309,-0.9270426","bedrooms":"1","price":"177000","area":"563"} , +{"type":"Feature","id":"n5327646706","geometry":{"type":"Point","coordinates":[-0.3221923,51.3437372]},"properties":{"@type":"node","@id":5327646706,"@timestamp":1515427449},"coords":"51.3437372,-0.3221923","bedrooms":"1","price":"260000","area":"497"} , +{"type":"Feature","id":"n5327843337","geometry":{"type":"Point","coordinates":[0.2504807,51.4512524]},"properties":{"@type":"node","@id":5327843337,"@timestamp":1515436206},"coords":"51.4512524,0.2504807","bedrooms":"4","price":"261000","area":"389"} , +{"type":"Feature","id":"n5328050960","geometry":{"type":"Point","coordinates":[-1.0516368,51.1568934]},"properties":{"@type":"node","@id":5328050960,"@timestamp":1515443974},"coords":"51.1568934,-1.0516368","bedrooms":"1","price":"250000","area":"613"} , +{"type":"Feature","id":"n5328080353","geometry":{"type":"Point","coordinates":[0.2476805,51.4513212]},"properties":{"@type":"node","@id":5328080353,"@timestamp":1515445174},"coords":"51.4513212,0.2476805","bedrooms":"3","price":"218000","area":"653"} , +{"type":"Feature","id":"n5328161168","geometry":{"type":"Point","coordinates":[0.0228897,51.3863962]},"properties":{"@type":"node","@id":5328161168,"@timestamp":1515449734},"coords":"51.3863962,0.0228897","bedrooms":"1","price":"156000","area":"434"} , +{"type":"Feature","id":"n5328197989","geometry":{"type":"Point","coordinates":[-0.9045374,51.9269588]},"properties":{"@type":"node","@id":5328197989,"@timestamp":1515452434},"coords":"51.9269588,-0.9045374","bedrooms":"4","price":"169000","area":"390"} , +{"type":"Feature","id":"n5328198105","geometry":{"type":"Point","coordinates":[-0.9006965,51.9339796]},"properties":{"@type":"node","@id":5328198105,"@timestamp":1515452436},"coords":"51.9339796,-0.9006965","bedrooms":"0","price":"161000","area":"461"} , +{"type":"Feature","id":"n5328223931","geometry":{"type":"Point","coordinates":[-0.3494248,51.9254933]},"properties":{"@type":"node","@id":5328223931,"@timestamp":1517357789},"coords":"51.9254933,-0.3494248","bedrooms":"4","price":"171000","area":"381"} , +{"type":"Feature","id":"n5328224217","geometry":{"type":"Point","coordinates":[-0.3511816,51.9284226]},"properties":{"@type":"node","@id":5328224217,"@timestamp":1515454909},"coords":"51.9284226,-0.3511816","bedrooms":"2","price":"188000","area":"552"} , +{"type":"Feature","id":"n5328426939","geometry":{"type":"Point","coordinates":[0.0047197,51.5439775]},"properties":{"@type":"node","@id":5328426939,"@timestamp":1617478845},"coords":"51.5439775,0.0047197","bedrooms":"2","price":"163000","area":"413"} , +{"type":"Feature","id":"n5329398625","geometry":{"type":"Point","coordinates":[-0.229704,51.9626978]},"properties":{"@type":"node","@id":5329398625,"@timestamp":1515502918},"coords":"51.9626978,-0.229704","bedrooms":"4","price":"279000","area":"538"} , +{"type":"Feature","id":"n5329592596","geometry":{"type":"Point","coordinates":[0.1388657,51.509554]},"properties":{"@type":"node","@id":5329592596,"@timestamp":1515511959},"coords":"51.509554,0.1388657","bedrooms":"1","price":"225000","area":"386"} , +{"type":"Feature","id":"n5329592641","geometry":{"type":"Point","coordinates":[0.1376692,51.5091327]},"properties":{"@type":"node","@id":5329592641,"@timestamp":1515511960},"coords":"51.5091327,0.1376692","bedrooms":"1","price":"280000","area":"587"} , +{"type":"Feature","id":"n5329592682","geometry":{"type":"Point","coordinates":[0.1474185,51.5061692]},"properties":{"@type":"node","@id":5329592682,"@timestamp":1515511961},"coords":"51.5061692,0.1474185","bedrooms":"1","price":"161000","area":"455"} , +{"type":"Feature","id":"n5329592692","geometry":{"type":"Point","coordinates":[0.1472254,51.5064138]},"properties":{"@type":"node","@id":5329592692,"@timestamp":1515511962},"coords":"51.5064138,0.1472254","bedrooms":"4","price":"180000","area":"499"} , +{"type":"Feature","id":"n5329623473","geometry":{"type":"Point","coordinates":[0.0665685,51.418995]},"properties":{"@type":"node","@id":5329623473,"@timestamp":1564903671},"coords":"51.418995,0.0665685","bedrooms":"4","price":"271000","area":"470"} , +{"type":"Feature","id":"n5329699959","geometry":{"type":"Point","coordinates":[-0.1479174,51.4486892]},"properties":{"@type":"node","@id":5329699959,"@timestamp":1629985594},"coords":"51.4486892,-0.1479174","bedrooms":"2","price":"246000","area":"361"} , +{"type":"Feature","id":"n5329777961","geometry":{"type":"Point","coordinates":[-0.2160117,51.451664]},"properties":{"@type":"node","@id":5329777961,"@timestamp":1604701155},"coords":"51.451664,-0.2160117","bedrooms":"4","price":"236000","area":"506"} , +{"type":"Feature","id":"n5329946976","geometry":{"type":"Point","coordinates":[-0.4057537,51.3827221]},"properties":{"@type":"node","@id":5329946976,"@timestamp":1533071338},"coords":"51.3827221,-0.4057537","bedrooms":"2","price":"187000","area":"429"} , +{"type":"Feature","id":"n5329995902","geometry":{"type":"Point","coordinates":[-0.3973153,51.3801158]},"properties":{"@type":"node","@id":5329995902,"@timestamp":1515529490},"coords":"51.3801158,-0.3973153","bedrooms":"1","price":"167000","area":"637"} , +{"type":"Feature","id":"n5330046491","geometry":{"type":"Point","coordinates":[-0.3573063,51.1817849]},"properties":{"@type":"node","@id":5330046491,"@timestamp":1583621824},"coords":"51.1817849,-0.3573063","bedrooms":"1","price":"196000","area":"590"} , +{"type":"Feature","id":"n5330051215","geometry":{"type":"Point","coordinates":[0.1459165,51.5000415]},"properties":{"@type":"node","@id":5330051215,"@timestamp":1515532034},"coords":"51.5000415,0.1459165","bedrooms":"0","price":"172000","area":"526"} , +{"type":"Feature","id":"n5330051425","geometry":{"type":"Point","coordinates":[0.1455968,51.5001729]},"properties":{"@type":"node","@id":5330051425,"@timestamp":1515532035},"coords":"51.5001729,0.1455968","bedrooms":"1","price":"271000","area":"443"} , +{"type":"Feature","id":"n5330051435","geometry":{"type":"Point","coordinates":[0.1457577,51.5004916]},"properties":{"@type":"node","@id":5330051435,"@timestamp":1515532035},"coords":"51.5004916,0.1457577","bedrooms":"1","price":"174000","area":"429"} , +{"type":"Feature","id":"n5330051445","geometry":{"type":"Point","coordinates":[0.1464244,51.5005827]},"properties":{"@type":"node","@id":5330051445,"@timestamp":1515532035},"coords":"51.5005827,0.1464244","bedrooms":"0","price":"198000","area":"655"} , +{"type":"Feature","id":"n5330051455","geometry":{"type":"Point","coordinates":[0.1464704,51.5007596]},"properties":{"@type":"node","@id":5330051455,"@timestamp":1515532036},"coords":"51.5007596,0.1464704","bedrooms":"2","price":"295000","area":"614"} , +{"type":"Feature","id":"n5330051465","geometry":{"type":"Point","coordinates":[0.1461485,51.5011304]},"properties":{"@type":"node","@id":5330051465,"@timestamp":1515532036},"coords":"51.5011304,0.1461485","bedrooms":"2","price":"183000","area":"434"} , +{"type":"Feature","id":"n5330051475","geometry":{"type":"Point","coordinates":[0.1462906,51.5016612]},"properties":{"@type":"node","@id":5330051475,"@timestamp":1515532036},"coords":"51.5016612,0.1462906","bedrooms":"4","price":"191000","area":"354"} , +{"type":"Feature","id":"n5330301567","geometry":{"type":"Point","coordinates":[-0.3216763,51.4947026]},"properties":{"@type":"node","@id":5330301567,"@timestamp":1554007696},"coords":"51.4947026,-0.3216763","bedrooms":"3","price":"292000","area":"474"} , +{"type":"Feature","id":"n5331364056","geometry":{"type":"Point","coordinates":[-0.0274261,51.4975626]},"properties":{"@type":"node","@id":5331364056,"@timestamp":1615134801},"coords":"51.4975626,-0.0274261","bedrooms":"2","price":"225000","area":"399"} , +{"type":"Feature","id":"n5331559013","geometry":{"type":"Point","coordinates":[0.1420333,51.5023652]},"properties":{"@type":"node","@id":5331559013,"@timestamp":1529514736},"coords":"51.5023652,0.1420333","bedrooms":"3","price":"298000","area":"440"} , +{"type":"Feature","id":"n5331560020","geometry":{"type":"Point","coordinates":[0.1359743,51.5064633]},"properties":{"@type":"node","@id":5331560020,"@timestamp":1515604283},"coords":"51.5064633,0.1359743","bedrooms":"3","price":"175000","area":"632"} , +{"type":"Feature","id":"n5331560030","geometry":{"type":"Point","coordinates":[0.1365099,51.5062436]},"properties":{"@type":"node","@id":5331560030,"@timestamp":1515604283},"coords":"51.5062436,0.1365099","bedrooms":"1","price":"288000","area":"625"} , +{"type":"Feature","id":"n5331560052","geometry":{"type":"Point","coordinates":[0.1378147,51.5067809]},"properties":{"@type":"node","@id":5331560052,"@timestamp":1515604283},"coords":"51.5067809,0.1378147","bedrooms":"2","price":"259000","area":"406"} , +{"type":"Feature","id":"n5331780948","geometry":{"type":"Point","coordinates":[-0.4079555,51.3874436]},"properties":{"@type":"node","@id":5331780948,"@timestamp":1533071339},"coords":"51.3874436,-0.4079555","bedrooms":"0","price":"253000","area":"552"} , +{"type":"Feature","id":"n5331811073","geometry":{"type":"Point","coordinates":[-0.0664235,51.6585914]},"properties":{"@type":"node","@id":5331811073,"@timestamp":1515614193},"coords":"51.6585914,-0.0664235","bedrooms":"2","price":"198000","area":"480"} , +{"type":"Feature","id":"n5331864243","geometry":{"type":"Point","coordinates":[-0.4073207,51.3951531]},"properties":{"@type":"node","@id":5331864243,"@timestamp":1603360413},"coords":"51.3951531,-0.4073207","bedrooms":"4","price":"181000","area":"487"} , +{"type":"Feature","id":"n5331971670","geometry":{"type":"Point","coordinates":[-0.0078441,51.5714849]},"properties":{"@type":"node","@id":5331971670,"@timestamp":1559820957},"coords":"51.5714849,-0.0078441","bedrooms":"4","price":"221000","area":"651"} , +{"type":"Feature","id":"n5331971733","geometry":{"type":"Point","coordinates":[-0.0061796,51.5717968]},"properties":{"@type":"node","@id":5331971733,"@timestamp":1515619668},"coords":"51.5717968,-0.0061796","bedrooms":"4","price":"247000","area":"479"} , +{"type":"Feature","id":"n5332081086","geometry":{"type":"Point","coordinates":[-0.9774826,51.4538033]},"properties":{"@type":"node","@id":5332081086,"@timestamp":1567938167},"coords":"51.4538033,-0.9774826","bedrooms":"3","price":"205000","area":"513"} , +{"type":"Feature","id":"n5333087613","geometry":{"type":"Point","coordinates":[-0.0423652,51.3280299]},"properties":{"@type":"node","@id":5333087613,"@timestamp":1515670739},"coords":"51.3280299,-0.0423652","bedrooms":"2","price":"160000","area":"358"} , +{"type":"Feature","id":"n5333087632","geometry":{"type":"Point","coordinates":[-0.0305976,51.3321559]},"properties":{"@type":"node","@id":5333087632,"@timestamp":1515670739},"coords":"51.3321559,-0.0305976","bedrooms":"4","price":"267000","area":"648"} , +{"type":"Feature","id":"n5333728059","geometry":{"type":"Point","coordinates":[0.2416348,51.1204131]},"properties":{"@type":"node","@id":5333728059,"@timestamp":1515697660},"coords":"51.1204131,0.2416348","bedrooms":"1","price":"282000","area":"447"} , +{"type":"Feature","id":"n5333858492","geometry":{"type":"Point","coordinates":[-0.1228727,51.5085805]},"properties":{"@type":"node","@id":5333858492,"@timestamp":1515702823},"coords":"51.5085805,-0.1228727","bedrooms":"3","price":"217000","area":"615"} , +{"type":"Feature","id":"n5333968415","geometry":{"type":"Point","coordinates":[-0.4256192,51.3856666]},"properties":{"@type":"node","@id":5333968415,"@timestamp":1515706640},"coords":"51.3856666,-0.4256192","bedrooms":"2","price":"281000","area":"546"} , +{"type":"Feature","id":"n5334023933","geometry":{"type":"Point","coordinates":[-0.5264135,51.898638]},"properties":{"@type":"node","@id":5334023933,"@timestamp":1515709880},"coords":"51.898638,-0.5264135","bedrooms":"4","price":"278000","area":"617"} , +{"type":"Feature","id":"n5334190600","geometry":{"type":"Point","coordinates":[0.6128756,51.5179898]},"properties":{"@type":"node","@id":5334190600,"@timestamp":1515720600},"coords":"51.5179898,0.6128756","bedrooms":"1","price":"278000","area":"577"} , +{"type":"Feature","id":"n5334204011","geometry":{"type":"Point","coordinates":[-0.3414489,51.9333189]},"properties":{"@type":"node","@id":5334204011,"@timestamp":1535723241},"coords":"51.9333189,-0.3414489","bedrooms":"0","price":"286000","area":"384"} , +{"type":"Feature","id":"n5334204455","geometry":{"type":"Point","coordinates":[-0.3472576,51.9337754]},"properties":{"@type":"node","@id":5334204455,"@timestamp":1515721764},"coords":"51.9337754,-0.3472576","bedrooms":"0","price":"264000","area":"635"} , +{"type":"Feature","id":"n5334204465","geometry":{"type":"Point","coordinates":[-0.3385598,51.9337626]},"properties":{"@type":"node","@id":5334204465,"@timestamp":1515721764},"coords":"51.9337626,-0.3385598","bedrooms":"0","price":"171000","area":"355"} , +{"type":"Feature","id":"n5334204654","geometry":{"type":"Point","coordinates":[-0.3411019,51.93205]},"properties":{"@type":"node","@id":5334204654,"@timestamp":1515721766},"coords":"51.93205,-0.3411019","bedrooms":"1","price":"241000","area":"419"} , +{"type":"Feature","id":"n5334276644","geometry":{"type":"Point","coordinates":[-0.0800697,51.5427392]},"properties":{"@type":"node","@id":5334276644,"@timestamp":1633696452},"coords":"51.5427392,-0.0800697","bedrooms":"2","price":"158000","area":"472"} , +{"type":"Feature","id":"n5334625292","geometry":{"type":"Point","coordinates":[-0.0850389,51.5120264]},"properties":{"@type":"node","@id":5334625292,"@timestamp":1596943046},"coords":"51.5120264,-0.0850389","bedrooms":"4","price":"220000","area":"473"} , +{"type":"Feature","id":"n5334879605","geometry":{"type":"Point","coordinates":[0.2673011,51.4853058]},"properties":{"@type":"node","@id":5334879605,"@timestamp":1515758896},"coords":"51.4853058,0.2673011","bedrooms":"2","price":"172000","area":"624"} , +{"type":"Feature","id":"n5334879615","geometry":{"type":"Point","coordinates":[0.2679127,51.4856558]},"properties":{"@type":"node","@id":5334879615,"@timestamp":1515758896},"coords":"51.4856558,0.2679127","bedrooms":"4","price":"261000","area":"570"} , +{"type":"Feature","id":"n5334973516","geometry":{"type":"Point","coordinates":[-0.4951433,51.4286331]},"properties":{"@type":"node","@id":5334973516,"@timestamp":1515763000},"coords":"51.4286331,-0.4951433","bedrooms":"0","price":"255000","area":"532"} , +{"type":"Feature","id":"n5335082680","geometry":{"type":"Point","coordinates":[-0.2666339,51.1258715]},"properties":{"@type":"node","@id":5335082680,"@timestamp":1515768186},"coords":"51.1258715,-0.2666339","bedrooms":"4","price":"227000","area":"510"} , +{"type":"Feature","id":"n5335188487","geometry":{"type":"Point","coordinates":[-0.220721,51.5454142]},"properties":{"@type":"node","@id":5335188487,"@timestamp":1515773176},"coords":"51.5454142,-0.220721","bedrooms":"0","price":"211000","area":"690"} , +{"type":"Feature","id":"n5335200037","geometry":{"type":"Point","coordinates":[-0.0836929,51.5140886]},"properties":{"@type":"node","@id":5335200037,"@timestamp":1515773702},"coords":"51.5140886,-0.0836929","bedrooms":"2","price":"237000","area":"609"} , +{"type":"Feature","id":"n5335236371","geometry":{"type":"Point","coordinates":[-0.3679939,51.6711788]},"properties":{"@type":"node","@id":5335236371,"@timestamp":1515775149},"coords":"51.6711788,-0.3679939","bedrooms":"4","price":"208000","area":"591"} , +{"type":"Feature","id":"n5335236381","geometry":{"type":"Point","coordinates":[-0.3753669,51.6805228]},"properties":{"@type":"node","@id":5335236381,"@timestamp":1515775150},"coords":"51.6805228,-0.3753669","bedrooms":"4","price":"262000","area":"505"} , +{"type":"Feature","id":"n5335236391","geometry":{"type":"Point","coordinates":[-0.3766704,51.6859775]},"properties":{"@type":"node","@id":5335236391,"@timestamp":1515775151},"coords":"51.6859775,-0.3766704","bedrooms":"1","price":"286000","area":"401"} , +{"type":"Feature","id":"n5335236401","geometry":{"type":"Point","coordinates":[-0.3766812,51.6850379]},"properties":{"@type":"node","@id":5335236401,"@timestamp":1515775152},"coords":"51.6850379,-0.3766812","bedrooms":"2","price":"261000","area":"677"} , +{"type":"Feature","id":"n5335236411","geometry":{"type":"Point","coordinates":[-0.374412,51.678507]},"properties":{"@type":"node","@id":5335236411,"@timestamp":1515775152},"coords":"51.678507,-0.374412","bedrooms":"1","price":"298000","area":"575"} , +{"type":"Feature","id":"n5335236521","geometry":{"type":"Point","coordinates":[-0.3752354,51.6802401]},"properties":{"@type":"node","@id":5335236521,"@timestamp":1515775153},"coords":"51.6802401,-0.3752354","bedrooms":"3","price":"218000","area":"649"} , +{"type":"Feature","id":"n5335236531","geometry":{"type":"Point","coordinates":[-0.3663926,51.6703388]},"properties":{"@type":"node","@id":5335236531,"@timestamp":1515775154},"coords":"51.6703388,-0.3663926","bedrooms":"4","price":"223000","area":"454"} , +{"type":"Feature","id":"n5335243246","geometry":{"type":"Point","coordinates":[-0.3763727,51.6879163]},"properties":{"@type":"node","@id":5335243246,"@timestamp":1515775317},"coords":"51.6879163,-0.3763727","bedrooms":"3","price":"221000","area":"380"} , +{"type":"Feature","id":"n5335243256","geometry":{"type":"Point","coordinates":[-0.3754661,51.6957691]},"properties":{"@type":"node","@id":5335243256,"@timestamp":1554311550},"coords":"51.6957691,-0.3754661","bedrooms":"2","price":"210000","area":"589"} , +{"type":"Feature","id":"n5335244041","geometry":{"type":"Point","coordinates":[-0.37556,51.6960866]},"properties":{"@type":"node","@id":5335244041,"@timestamp":1554311550},"coords":"51.6960866,-0.37556","bedrooms":"0","price":"221000","area":"388"} , +{"type":"Feature","id":"n5335250044","geometry":{"type":"Point","coordinates":[-0.3765631,51.6826232]},"properties":{"@type":"node","@id":5335250044,"@timestamp":1515775682},"coords":"51.6826232,-0.3765631","bedrooms":"1","price":"294000","area":"571"} , +{"type":"Feature","id":"n5335254829","geometry":{"type":"Point","coordinates":[-0.3800475,51.7047309]},"properties":{"@type":"node","@id":5335254829,"@timestamp":1515775821},"coords":"51.7047309,-0.3800475","bedrooms":"3","price":"172000","area":"550"} , +{"type":"Feature","id":"n5335259543","geometry":{"type":"Point","coordinates":[-0.3812813,51.7057465]},"properties":{"@type":"node","@id":5335259543,"@timestamp":1515776091},"coords":"51.7057465,-0.3812813","bedrooms":"4","price":"237000","area":"574"} , +{"type":"Feature","id":"n5335266196","geometry":{"type":"Point","coordinates":[-0.3824936,51.706674]},"properties":{"@type":"node","@id":5335266196,"@timestamp":1515776274},"coords":"51.706674,-0.3824936","bedrooms":"2","price":"183000","area":"440"} , +{"type":"Feature","id":"n5335266206","geometry":{"type":"Point","coordinates":[-0.3832044,51.7069748]},"properties":{"@type":"node","@id":5335266206,"@timestamp":1515776274},"coords":"51.7069748,-0.3832044","bedrooms":"0","price":"277000","area":"620"} , +{"type":"Feature","id":"n5335268733","geometry":{"type":"Point","coordinates":[-0.3836577,51.7094863]},"properties":{"@type":"node","@id":5335268733,"@timestamp":1515776366},"coords":"51.7094863,-0.3836577","bedrooms":"2","price":"298000","area":"365"} , +{"type":"Feature","id":"n5335313592","geometry":{"type":"Point","coordinates":[-0.3799363,51.7169509]},"properties":{"@type":"node","@id":5335313592,"@timestamp":1515778291},"coords":"51.7169509,-0.3799363","bedrooms":"1","price":"278000","area":"562"} , +{"type":"Feature","id":"n5335313602","geometry":{"type":"Point","coordinates":[-0.378681,51.7171171]},"properties":{"@type":"node","@id":5335313602,"@timestamp":1515778292},"coords":"51.7171171,-0.378681","bedrooms":"1","price":"155000","area":"367"} , +{"type":"Feature","id":"n5335317763","geometry":{"type":"Point","coordinates":[-0.3771334,51.7169342]},"properties":{"@type":"node","@id":5335317763,"@timestamp":1515778374},"coords":"51.7169342,-0.3771334","bedrooms":"1","price":"163000","area":"394"} , +{"type":"Feature","id":"n5335323863","geometry":{"type":"Point","coordinates":[-0.3840728,51.7171754]},"properties":{"@type":"node","@id":5335323863,"@timestamp":1515778562},"coords":"51.7171754,-0.3840728","bedrooms":"2","price":"218000","area":"532"} , +{"type":"Feature","id":"n5335337272","geometry":{"type":"Point","coordinates":[-0.3872586,51.7185743]},"properties":{"@type":"node","@id":5335337272,"@timestamp":1515778916},"coords":"51.7185743,-0.3872586","bedrooms":"4","price":"188000","area":"639"} , +{"type":"Feature","id":"n5335337282","geometry":{"type":"Point","coordinates":[-0.3886053,51.7163077]},"properties":{"@type":"node","@id":5335337282,"@timestamp":1515778917},"coords":"51.7163077,-0.3886053","bedrooms":"2","price":"254000","area":"452"} , +{"type":"Feature","id":"n5335344692","geometry":{"type":"Point","coordinates":[-0.3873661,51.7197575]},"properties":{"@type":"node","@id":5335344692,"@timestamp":1515779054},"coords":"51.7197575,-0.3873661","bedrooms":"3","price":"196000","area":"445"} , +{"type":"Feature","id":"n5335385703","geometry":{"type":"Point","coordinates":[-0.3863167,51.7170031]},"properties":{"@type":"node","@id":5335385703,"@timestamp":1515779983},"coords":"51.7170031,-0.3863167","bedrooms":"0","price":"176000","area":"668"} , +{"type":"Feature","id":"n5335385729","geometry":{"type":"Point","coordinates":[-0.3773239,51.7159043]},"properties":{"@type":"node","@id":5335385729,"@timestamp":1515779856},"coords":"51.7159043,-0.3773239","bedrooms":"0","price":"235000","area":"613"} , +{"type":"Feature","id":"n5335391385","geometry":{"type":"Point","coordinates":[-0.384724,51.7187773]},"properties":{"@type":"node","@id":5335391385,"@timestamp":1515780127},"coords":"51.7187773,-0.384724","bedrooms":"2","price":"170000","area":"607"} , +{"type":"Feature","id":"n5335396555","geometry":{"type":"Point","coordinates":[-0.3861429,51.720326]},"properties":{"@type":"node","@id":5335396555,"@timestamp":1515780342},"coords":"51.720326,-0.3861429","bedrooms":"2","price":"240000","area":"401"} , +{"type":"Feature","id":"n5335432506","geometry":{"type":"Point","coordinates":[0.3522919,51.4349155]},"properties":{"@type":"node","@id":5335432506,"@timestamp":1515871313},"coords":"51.4349155,0.3522919","bedrooms":"3","price":"290000","area":"603"} , +{"type":"Feature","id":"n5335636135","geometry":{"type":"Point","coordinates":[-0.2330985,51.5743039]},"properties":{"@type":"node","@id":5335636135,"@timestamp":1515790136},"coords":"51.5743039,-0.2330985","bedrooms":"2","price":"255000","area":"485"} , +{"type":"Feature","id":"n5335638485","geometry":{"type":"Point","coordinates":[-0.2311246,51.5730325]},"properties":{"@type":"node","@id":5335638485,"@timestamp":1515790281},"coords":"51.5730325,-0.2311246","bedrooms":"2","price":"163000","area":"353"} , +{"type":"Feature","id":"n5335664828","geometry":{"type":"Point","coordinates":[-0.2280428,51.5717705]},"properties":{"@type":"node","@id":5335664828,"@timestamp":1515791027},"coords":"51.5717705,-0.2280428","bedrooms":"3","price":"226000","area":"516"} , +{"type":"Feature","id":"n5335680629","geometry":{"type":"Point","coordinates":[-0.230631,51.571592]},"properties":{"@type":"node","@id":5335680629,"@timestamp":1557324489},"coords":"51.571592,-0.230631","bedrooms":"0","price":"272000","area":"386"} , +{"type":"Feature","id":"n5335693245","geometry":{"type":"Point","coordinates":[-0.2240706,51.5732123]},"properties":{"@type":"node","@id":5335693245,"@timestamp":1557324490},"coords":"51.5732123,-0.2240706","bedrooms":"0","price":"278000","area":"394"} , +{"type":"Feature","id":"n5335693266","geometry":{"type":"Point","coordinates":[-0.227729,51.5725724]},"properties":{"@type":"node","@id":5335693266,"@timestamp":1557324491},"coords":"51.5725724,-0.227729","bedrooms":"0","price":"223000","area":"439"} , +{"type":"Feature","id":"n5335790935","geometry":{"type":"Point","coordinates":[-0.1245088,51.5185024]},"properties":{"@type":"node","@id":5335790935,"@timestamp":1515796290},"coords":"51.5185024,-0.1245088","bedrooms":"3","price":"267000","area":"612"} , +{"type":"Feature","id":"n5335951320","geometry":{"type":"Point","coordinates":[-0.149717,51.470112]},"properties":{"@type":"node","@id":5335951320,"@timestamp":1582215652},"coords":"51.470112,-0.149717","bedrooms":"2","price":"195000","area":"538"} , +{"type":"Feature","id":"n5336642122","geometry":{"type":"Point","coordinates":[0.3395523,51.0992966]},"properties":{"@type":"node","@id":5336642122,"@timestamp":1515841906},"coords":"51.0992966,0.3395523","bedrooms":"2","price":"293000","area":"391"} , +{"type":"Feature","id":"n5336642132","geometry":{"type":"Point","coordinates":[0.2953467,51.1038509]},"properties":{"@type":"node","@id":5336642132,"@timestamp":1529170601},"coords":"51.1038509,0.2953467","bedrooms":"1","price":"251000","area":"381"} , +{"type":"Feature","id":"n5336931121","geometry":{"type":"Point","coordinates":[0.2379266,51.032631]},"properties":{"@type":"node","@id":5336931121,"@timestamp":1515852727},"coords":"51.032631,0.2379266","bedrooms":"2","price":"213000","area":"395"} , +{"type":"Feature","id":"n5336974461","geometry":{"type":"Point","coordinates":[-0.4889265,51.9868194]},"properties":{"@type":"node","@id":5336974461,"@timestamp":1515855232},"coords":"51.9868194,-0.4889265","bedrooms":"4","price":"212000","area":"669"} , +{"type":"Feature","id":"n5336974675","geometry":{"type":"Point","coordinates":[-0.5201018,51.9780193]},"properties":{"@type":"node","@id":5336974675,"@timestamp":1515854279},"coords":"51.9780193,-0.5201018","bedrooms":"1","price":"228000","area":"594"} , +{"type":"Feature","id":"n5336974685","geometry":{"type":"Point","coordinates":[-0.5251148,51.9825096]},"properties":{"@type":"node","@id":5336974685,"@timestamp":1515854279},"coords":"51.9825096,-0.5251148","bedrooms":"2","price":"184000","area":"630"} , +{"type":"Feature","id":"n5336988208","geometry":{"type":"Point","coordinates":[-0.4526094,51.9694604]},"properties":{"@type":"node","@id":5336988208,"@timestamp":1515855226},"coords":"51.9694604,-0.4526094","bedrooms":"0","price":"247000","area":"429"} , +{"type":"Feature","id":"n5336988218","geometry":{"type":"Point","coordinates":[-0.436146,51.9687482]},"properties":{"@type":"node","@id":5336988218,"@timestamp":1515855227},"coords":"51.9687482,-0.436146","bedrooms":"1","price":"244000","area":"505"} , +{"type":"Feature","id":"n5336988528","geometry":{"type":"Point","coordinates":[-0.4459065,51.975698]},"properties":{"@type":"node","@id":5336988528,"@timestamp":1515855227},"coords":"51.975698,-0.4459065","bedrooms":"3","price":"262000","area":"434"} , +{"type":"Feature","id":"n5336988538","geometry":{"type":"Point","coordinates":[-0.4568929,51.9833158]},"properties":{"@type":"node","@id":5336988538,"@timestamp":1515855227},"coords":"51.9833158,-0.4568929","bedrooms":"1","price":"234000","area":"626"} , +{"type":"Feature","id":"n5336988548","geometry":{"type":"Point","coordinates":[-0.4687402,51.9887867]},"properties":{"@type":"node","@id":5336988548,"@timestamp":1515855228},"coords":"51.9887867,-0.4687402","bedrooms":"3","price":"270000","area":"557"} , +{"type":"Feature","id":"n5337123917","geometry":{"type":"Point","coordinates":[-0.4318153,51.5493307]},"properties":{"@type":"node","@id":5337123917,"@timestamp":1554994966},"coords":"51.5493307,-0.4318153","bedrooms":"1","price":"246000","area":"565"} , +{"type":"Feature","id":"n5337129127","geometry":{"type":"Point","coordinates":[-0.4342042,51.5496142]},"properties":{"@type":"node","@id":5337129127,"@timestamp":1554994967},"coords":"51.5496142,-0.4342042","bedrooms":"4","price":"194000","area":"430"} , +{"type":"Feature","id":"n5337129137","geometry":{"type":"Point","coordinates":[-0.4352954,51.5498048]},"properties":{"@type":"node","@id":5337129137,"@timestamp":1554994967},"coords":"51.5498048,-0.4352954","bedrooms":"1","price":"208000","area":"542"} , +{"type":"Feature","id":"n5337129147","geometry":{"type":"Point","coordinates":[-0.4324412,51.5493912]},"properties":{"@type":"node","@id":5337129147,"@timestamp":1554994968},"coords":"51.5493912,-0.4324412","bedrooms":"1","price":"203000","area":"569"} , +{"type":"Feature","id":"n5337134791","geometry":{"type":"Point","coordinates":[-0.4284399,51.5490979]},"properties":{"@type":"node","@id":5337134791,"@timestamp":1554994969},"coords":"51.5490979,-0.4284399","bedrooms":"2","price":"264000","area":"387"} , +{"type":"Feature","id":"n5337134801","geometry":{"type":"Point","coordinates":[-0.42685,51.5491372]},"properties":{"@type":"node","@id":5337134801,"@timestamp":1554994970},"coords":"51.5491372,-0.42685","bedrooms":"0","price":"276000","area":"441"} , +{"type":"Feature","id":"n5337134811","geometry":{"type":"Point","coordinates":[-0.4282975,51.549089]},"properties":{"@type":"node","@id":5337134811,"@timestamp":1554994971},"coords":"51.549089,-0.4282975","bedrooms":"2","price":"175000","area":"675"} , +{"type":"Feature","id":"n5337135321","geometry":{"type":"Point","coordinates":[-0.4248422,51.5488735]},"properties":{"@type":"node","@id":5337135321,"@timestamp":1554994971},"coords":"51.5488735,-0.4248422","bedrooms":"3","price":"170000","area":"631"} , +{"type":"Feature","id":"n5337135331","geometry":{"type":"Point","coordinates":[-0.423326,51.5487793]},"properties":{"@type":"node","@id":5337135331,"@timestamp":1554994972},"coords":"51.5487793,-0.423326","bedrooms":"2","price":"171000","area":"555"} , +{"type":"Feature","id":"n5337135341","geometry":{"type":"Point","coordinates":[-0.4243368,51.5488421]},"properties":{"@type":"node","@id":5337135341,"@timestamp":1554994973},"coords":"51.5488421,-0.4243368","bedrooms":"3","price":"289000","area":"490"} , +{"type":"Feature","id":"n5337160765","geometry":{"type":"Point","coordinates":[-0.429033,51.5490037]},"properties":{"@type":"node","@id":5337160765,"@timestamp":1554994974},"coords":"51.5490037,-0.429033","bedrooms":"4","price":"196000","area":"507"} , +{"type":"Feature","id":"n5337160775","geometry":{"type":"Point","coordinates":[-0.4348687,51.5498656]},"properties":{"@type":"node","@id":5337160775,"@timestamp":1554994974},"coords":"51.5498656,-0.4348687","bedrooms":"2","price":"185000","area":"371"} , +{"type":"Feature","id":"n5337160785","geometry":{"type":"Point","coordinates":[-0.4343289,51.5497719]},"properties":{"@type":"node","@id":5337160785,"@timestamp":1554994975},"coords":"51.5497719,-0.4343289","bedrooms":"4","price":"295000","area":"598"} , +{"type":"Feature","id":"n5337160795","geometry":{"type":"Point","coordinates":[-0.4387917,51.5508461]},"properties":{"@type":"node","@id":5337160795,"@timestamp":1554996667},"coords":"51.5508461,-0.4387917","bedrooms":"1","price":"284000","area":"412"} , +{"type":"Feature","id":"n5337160806","geometry":{"type":"Point","coordinates":[-0.4345504,51.5494701]},"properties":{"@type":"node","@id":5337160806,"@timestamp":1554994977},"coords":"51.5494701,-0.4345504","bedrooms":"4","price":"174000","area":"486"} , +{"type":"Feature","id":"n5337160816","geometry":{"type":"Point","coordinates":[-0.4309203,51.5493916]},"properties":{"@type":"node","@id":5337160816,"@timestamp":1554994977},"coords":"51.5493916,-0.4309203","bedrooms":"1","price":"163000","area":"406"} , +{"type":"Feature","id":"n5337161426","geometry":{"type":"Point","coordinates":[-0.435509,51.5498504]},"properties":{"@type":"node","@id":5337161426,"@timestamp":1554994978},"coords":"51.5498504,-0.435509","bedrooms":"2","price":"222000","area":"613"} , +{"type":"Feature","id":"n5337166225","geometry":{"type":"Point","coordinates":[-0.4327764,51.549563]},"properties":{"@type":"node","@id":5337166225,"@timestamp":1554994979},"coords":"51.549563,-0.4327764","bedrooms":"0","price":"231000","area":"574"} , +{"type":"Feature","id":"n5337166235","geometry":{"type":"Point","coordinates":[-0.4231039,51.5486243]},"properties":{"@type":"node","@id":5337166235,"@timestamp":1515860319},"coords":"51.5486243,-0.4231039","bedrooms":"3","price":"175000","area":"540"} , +{"type":"Feature","id":"n5337166245","geometry":{"type":"Point","coordinates":[-0.420799,51.5486224]},"properties":{"@type":"node","@id":5337166245,"@timestamp":1554994980},"coords":"51.5486224,-0.420799","bedrooms":"2","price":"269000","area":"603"} , +{"type":"Feature","id":"n5337166255","geometry":{"type":"Point","coordinates":[-0.4312894,51.5494222]},"properties":{"@type":"node","@id":5337166255,"@timestamp":1554994981},"coords":"51.5494222,-0.4312894","bedrooms":"1","price":"235000","area":"557"} , +{"type":"Feature","id":"n5337166265","geometry":{"type":"Point","coordinates":[-0.4319046,51.5494732]},"properties":{"@type":"node","@id":5337166265,"@timestamp":1554994981},"coords":"51.5494732,-0.4319046","bedrooms":"4","price":"288000","area":"585"} , +{"type":"Feature","id":"n5337173665","geometry":{"type":"Point","coordinates":[-0.4312999,51.5491506]},"properties":{"@type":"node","@id":5337173665,"@timestamp":1554994982},"coords":"51.5491506,-0.4312999","bedrooms":"0","price":"234000","area":"635"} , +{"type":"Feature","id":"n5337173675","geometry":{"type":"Point","coordinates":[-0.4339913,51.5494049]},"properties":{"@type":"node","@id":5337173675,"@timestamp":1554994983},"coords":"51.5494049,-0.4339913","bedrooms":"0","price":"279000","area":"525"} , +{"type":"Feature","id":"n5337173685","geometry":{"type":"Point","coordinates":[-0.4333818,51.5493377]},"properties":{"@type":"node","@id":5337173685,"@timestamp":1554994983},"coords":"51.5493377,-0.4333818","bedrooms":"4","price":"177000","area":"579"} , +{"type":"Feature","id":"n5337177863","geometry":{"type":"Point","coordinates":[-0.2419881,51.615979]},"properties":{"@type":"node","@id":5337177863,"@timestamp":1603755878},"coords":"51.615979,-0.2419881","bedrooms":"2","price":"277000","area":"579"} , +{"type":"Feature","id":"n5337181734","geometry":{"type":"Point","coordinates":[-0.4381724,51.549902]},"properties":{"@type":"node","@id":5337181734,"@timestamp":1554997310},"coords":"51.549902,-0.4381724","bedrooms":"2","price":"234000","area":"433"} , +{"type":"Feature","id":"n5337189826","geometry":{"type":"Point","coordinates":[-0.4411306,51.5519467]},"properties":{"@type":"node","@id":5337189826,"@timestamp":1554996667},"coords":"51.5519467,-0.4411306","bedrooms":"0","price":"256000","area":"479"} , +{"type":"Feature","id":"n5337189836","geometry":{"type":"Point","coordinates":[-0.4406425,51.5516981]},"properties":{"@type":"node","@id":5337189836,"@timestamp":1554996668},"coords":"51.5516981,-0.4406425","bedrooms":"1","price":"191000","area":"632"} , +{"type":"Feature","id":"n5337194471","geometry":{"type":"Point","coordinates":[-0.4414122,51.5523552]},"properties":{"@type":"node","@id":5337194471,"@timestamp":1554997311},"coords":"51.5523552,-0.4414122","bedrooms":"1","price":"262000","area":"532"} , +{"type":"Feature","id":"n5337194481","geometry":{"type":"Point","coordinates":[-0.4431798,51.5531391]},"properties":{"@type":"node","@id":5337194481,"@timestamp":1554997311},"coords":"51.5531391,-0.4431798","bedrooms":"1","price":"206000","area":"452"} , +{"type":"Feature","id":"n5337195227","geometry":{"type":"Point","coordinates":[-0.4445933,51.5536827]},"properties":{"@type":"node","@id":5337195227,"@timestamp":1554997311},"coords":"51.5536827,-0.4445933","bedrooms":"3","price":"272000","area":"526"} , +{"type":"Feature","id":"n5337197898","geometry":{"type":"Point","coordinates":[-0.4162499,51.5483317]},"properties":{"@type":"node","@id":5337197898,"@timestamp":1554994985},"coords":"51.5483317,-0.4162499","bedrooms":"2","price":"258000","area":"567"} , +{"type":"Feature","id":"n5337201483","geometry":{"type":"Point","coordinates":[-0.415239,51.5482666]},"properties":{"@type":"node","@id":5337201483,"@timestamp":1554994985},"coords":"51.5482666,-0.415239","bedrooms":"3","price":"253000","area":"631"} , +{"type":"Feature","id":"n5337201493","geometry":{"type":"Point","coordinates":[-0.4119672,51.5479256]},"properties":{"@type":"node","@id":5337201493,"@timestamp":1515860966},"coords":"51.5479256,-0.4119672","bedrooms":"0","price":"194000","area":"442"} , +{"type":"Feature","id":"n5337206720","geometry":{"type":"Point","coordinates":[-0.4470611,51.5538813]},"properties":{"@type":"node","@id":5337206720,"@timestamp":1554996669},"coords":"51.5538813,-0.4470611","bedrooms":"3","price":"150000","area":"643"} , +{"type":"Feature","id":"n5337206730","geometry":{"type":"Point","coordinates":[-0.4468193,51.5543185]},"properties":{"@type":"node","@id":5337206730,"@timestamp":1554997312},"coords":"51.5543185,-0.4468193","bedrooms":"1","price":"253000","area":"510"} , +{"type":"Feature","id":"n5337208554","geometry":{"type":"Point","coordinates":[-0.4480106,51.5540246]},"properties":{"@type":"node","@id":5337208554,"@timestamp":1554996671},"coords":"51.5540246,-0.4480106","bedrooms":"0","price":"228000","area":"609"} , +{"type":"Feature","id":"n5337213147","geometry":{"type":"Point","coordinates":[-0.4593054,51.5557541]},"properties":{"@type":"node","@id":5337213147,"@timestamp":1554996671},"coords":"51.5557541,-0.4593054","bedrooms":"4","price":"252000","area":"396"} , +{"type":"Feature","id":"n5337299059","geometry":{"type":"Point","coordinates":[-0.0472083,51.6833602]},"properties":{"@type":"node","@id":5337299059,"@timestamp":1515863997},"coords":"51.6833602,-0.0472083","bedrooms":"3","price":"299000","area":"360"} , +{"type":"Feature","id":"n5337299069","geometry":{"type":"Point","coordinates":[-0.0468489,51.6833303]},"properties":{"@type":"node","@id":5337299069,"@timestamp":1515863997},"coords":"51.6833303,-0.0468489","bedrooms":"3","price":"287000","area":"686"} , +{"type":"Feature","id":"n5337312360","geometry":{"type":"Point","coordinates":[-0.0453254,51.6829461]},"properties":{"@type":"node","@id":5337312360,"@timestamp":1515864367},"coords":"51.6829461,-0.0453254","bedrooms":"4","price":"173000","area":"640"} , +{"type":"Feature","id":"n5337312370","geometry":{"type":"Point","coordinates":[-0.0482839,51.6831124]},"properties":{"@type":"node","@id":5337312370,"@timestamp":1515864368},"coords":"51.6831124,-0.0482839","bedrooms":"2","price":"179000","area":"594"} , +{"type":"Feature","id":"n5337312380","geometry":{"type":"Point","coordinates":[-0.0497646,51.6831706]},"properties":{"@type":"node","@id":5337312380,"@timestamp":1515864369},"coords":"51.6831706,-0.0497646","bedrooms":"2","price":"219000","area":"674"} , +{"type":"Feature","id":"n5337312390","geometry":{"type":"Point","coordinates":[-0.0512532,51.6829378]},"properties":{"@type":"node","@id":5337312390,"@timestamp":1515864369},"coords":"51.6829378,-0.0512532","bedrooms":"3","price":"279000","area":"393"} , +{"type":"Feature","id":"n5337312400","geometry":{"type":"Point","coordinates":[-0.0443975,51.6828945]},"properties":{"@type":"node","@id":5337312400,"@timestamp":1515864370},"coords":"51.6828945,-0.0443975","bedrooms":"3","price":"260000","area":"546"} , +{"type":"Feature","id":"n5337312410","geometry":{"type":"Point","coordinates":[-0.0455164,51.6826166]},"properties":{"@type":"node","@id":5337312410,"@timestamp":1515864371},"coords":"51.6826166,-0.0455164","bedrooms":"3","price":"150000","area":"656"} , +{"type":"Feature","id":"n5337326626","geometry":{"type":"Point","coordinates":[0.7356968,51.3449611]},"properties":{"@type":"node","@id":5337326626,"@timestamp":1578351835},"coords":"51.3449611,0.7356968","bedrooms":"0","price":"233000","area":"392"} , +{"type":"Feature","id":"n5337329106","geometry":{"type":"Point","coordinates":[-0.0601834,51.6825236]},"properties":{"@type":"node","@id":5337329106,"@timestamp":1515864534},"coords":"51.6825236,-0.0601834","bedrooms":"0","price":"293000","area":"633"} , +{"type":"Feature","id":"n5337329116","geometry":{"type":"Point","coordinates":[-0.0581303,51.6827233]},"properties":{"@type":"node","@id":5337329116,"@timestamp":1515864534},"coords":"51.6827233,-0.0581303","bedrooms":"1","price":"186000","area":"376"} , +{"type":"Feature","id":"n5337337373","geometry":{"type":"Point","coordinates":[-0.0446727,51.4931252]},"properties":{"@type":"node","@id":5337337373,"@timestamp":1556447964},"coords":"51.4931252,-0.0446727","bedrooms":"2","price":"198000","area":"367"} , +{"type":"Feature","id":"n5337347126","geometry":{"type":"Point","coordinates":[-0.2112571,51.5420777]},"properties":{"@type":"node","@id":5337347126,"@timestamp":1515865113},"coords":"51.5420777,-0.2112571","bedrooms":"3","price":"173000","area":"576"} , +{"type":"Feature","id":"n5337464364","geometry":{"type":"Point","coordinates":[0.3777516,51.095496]},"properties":{"@type":"node","@id":5337464364,"@timestamp":1515868606},"coords":"51.095496,0.3777516","bedrooms":"0","price":"189000","area":"360"} , +{"type":"Feature","id":"n5337495412","geometry":{"type":"Point","coordinates":[0.0364532,51.679078]},"properties":{"@type":"node","@id":5337495412,"@timestamp":1515869415},"coords":"51.679078,0.0364532","bedrooms":"3","price":"183000","area":"636"} , +{"type":"Feature","id":"n5337502670","geometry":{"type":"Point","coordinates":[0.0288755,51.6788333]},"properties":{"@type":"node","@id":5337502670,"@timestamp":1515870275},"coords":"51.6788333,0.0288755","bedrooms":"1","price":"189000","area":"482"} , +{"type":"Feature","id":"n5337505975","geometry":{"type":"Point","coordinates":[0.0327545,51.6791046]},"properties":{"@type":"node","@id":5337505975,"@timestamp":1515870149},"coords":"51.6791046,0.0327545","bedrooms":"2","price":"295000","area":"578"} , +{"type":"Feature","id":"n5337505985","geometry":{"type":"Point","coordinates":[0.0311129,51.6795903]},"properties":{"@type":"node","@id":5337505985,"@timestamp":1515870150},"coords":"51.6795903,0.0311129","bedrooms":"4","price":"169000","area":"546"} , +{"type":"Feature","id":"n5337510999","geometry":{"type":"Point","coordinates":[0.028082,51.6791096]},"properties":{"@type":"node","@id":5337510999,"@timestamp":1515869967},"coords":"51.6791096,0.028082","bedrooms":"2","price":"216000","area":"553"} , +{"type":"Feature","id":"n5337520694","geometry":{"type":"Point","coordinates":[0.0292568,51.6801374]},"properties":{"@type":"node","@id":5337520694,"@timestamp":1515870248},"coords":"51.6801374,0.0292568","bedrooms":"2","price":"290000","area":"699"} , +{"type":"Feature","id":"n5337523367","geometry":{"type":"Point","coordinates":[0.0348196,51.6781166]},"properties":{"@type":"node","@id":5337523367,"@timestamp":1515870425},"coords":"51.6781166,0.0348196","bedrooms":"3","price":"290000","area":"417"} , +{"type":"Feature","id":"n5337523377","geometry":{"type":"Point","coordinates":[0.0335375,51.6775761]},"properties":{"@type":"node","@id":5337523377,"@timestamp":1515870426},"coords":"51.6775761,0.0335375","bedrooms":"0","price":"219000","area":"610"} , +{"type":"Feature","id":"n5337561106","geometry":{"type":"Point","coordinates":[0.2608464,51.6090715]},"properties":{"@type":"node","@id":5337561106,"@timestamp":1544726332},"coords":"51.6090715,0.2608464","bedrooms":"0","price":"185000","area":"365"} , +{"type":"Feature","id":"n5337577045","geometry":{"type":"Point","coordinates":[0.2836785,51.5739591]},"properties":{"@type":"node","@id":5337577045,"@timestamp":1515871773},"coords":"51.5739591,0.2836785","bedrooms":"4","price":"285000","area":"422"} , +{"type":"Feature","id":"n5337598575","geometry":{"type":"Point","coordinates":[0.3813672,51.1168218]},"properties":{"@type":"node","@id":5337598575,"@timestamp":1515872373},"coords":"51.1168218,0.3813672","bedrooms":"0","price":"257000","area":"412"} , +{"type":"Feature","id":"n5337624723","geometry":{"type":"Point","coordinates":[0.2680331,51.4943184]},"properties":{"@type":"node","@id":5337624723,"@timestamp":1515872894},"coords":"51.4943184,0.2680331","bedrooms":"3","price":"192000","area":"688"} , +{"type":"Feature","id":"n5337670054","geometry":{"type":"Point","coordinates":[-0.1106637,51.5249626]},"properties":{"@type":"node","@id":5337670054,"@timestamp":1564903671},"coords":"51.5249626,-0.1106637","bedrooms":"0","price":"198000","area":"550"} , +{"type":"Feature","id":"n5337749957","geometry":{"type":"Point","coordinates":[-0.1325953,51.5807285]},"properties":{"@type":"node","@id":5337749957,"@timestamp":1515876118},"coords":"51.5807285,-0.1325953","bedrooms":"2","price":"232000","area":"488"} , +{"type":"Feature","id":"n5337814622","geometry":{"type":"Point","coordinates":[-0.4559815,51.3987455]},"properties":{"@type":"node","@id":5337814622,"@timestamp":1515878155},"coords":"51.3987455,-0.4559815","bedrooms":"1","price":"163000","area":"699"} , +{"type":"Feature","id":"n5337863527","geometry":{"type":"Point","coordinates":[0.4392119,51.3819455]},"properties":{"@type":"node","@id":5337863527,"@timestamp":1515879614},"coords":"51.3819455,0.4392119","bedrooms":"0","price":"153000","area":"355"} , +{"type":"Feature","id":"n5337982057","geometry":{"type":"Point","coordinates":[-1.0572678,51.0860046]},"properties":{"@type":"node","@id":5337982057,"@timestamp":1515883657},"coords":"51.0860046,-1.0572678","bedrooms":"4","price":"158000","area":"448"} , +{"type":"Feature","id":"n5337982067","geometry":{"type":"Point","coordinates":[-1.0493016,51.0925868]},"properties":{"@type":"node","@id":5337982067,"@timestamp":1515883658},"coords":"51.0925868,-1.0493016","bedrooms":"1","price":"287000","area":"383"} , +{"type":"Feature","id":"n5337982083","geometry":{"type":"Point","coordinates":[-0.9571517,51.0162318]},"properties":{"@type":"node","@id":5337982083,"@timestamp":1515883658},"coords":"51.0162318,-0.9571517","bedrooms":"3","price":"232000","area":"588"} , +{"type":"Feature","id":"n5337982093","geometry":{"type":"Point","coordinates":[-0.9663194,51.0266974]},"properties":{"@type":"node","@id":5337982093,"@timestamp":1515883658},"coords":"51.0266974,-0.9663194","bedrooms":"1","price":"157000","area":"658"} , +{"type":"Feature","id":"n5337982103","geometry":{"type":"Point","coordinates":[-0.9741032,51.0388135]},"properties":{"@type":"node","@id":5337982103,"@timestamp":1515883659},"coords":"51.0388135,-0.9741032","bedrooms":"1","price":"279000","area":"617"} , +{"type":"Feature","id":"n5337982113","geometry":{"type":"Point","coordinates":[-0.9823,51.0492302]},"properties":{"@type":"node","@id":5337982113,"@timestamp":1515883659},"coords":"51.0492302,-0.9823","bedrooms":"4","price":"170000","area":"434"} , +{"type":"Feature","id":"n5337983123","geometry":{"type":"Point","coordinates":[-0.9849232,51.0616489]},"properties":{"@type":"node","@id":5337983123,"@timestamp":1515883659},"coords":"51.0616489,-0.9849232","bedrooms":"3","price":"245000","area":"667"} , +{"type":"Feature","id":"n5337983133","geometry":{"type":"Point","coordinates":[-0.9851646,51.0770387]},"properties":{"@type":"node","@id":5337983133,"@timestamp":1515883660},"coords":"51.0770387,-0.9851646","bedrooms":"0","price":"161000","area":"588"} , +{"type":"Feature","id":"n5337983143","geometry":{"type":"Point","coordinates":[-0.9858298,51.0874569]},"properties":{"@type":"node","@id":5337983143,"@timestamp":1515883660},"coords":"51.0874569,-0.9858298","bedrooms":"0","price":"154000","area":"365"} , +{"type":"Feature","id":"n5337983153","geometry":{"type":"Point","coordinates":[-0.9746665,51.0859153]},"properties":{"@type":"node","@id":5337983153,"@timestamp":1515883660},"coords":"51.0859153,-0.9746665","bedrooms":"2","price":"230000","area":"545"} , +{"type":"Feature","id":"n5337983163","geometry":{"type":"Point","coordinates":[-0.9754095,51.0935403]},"properties":{"@type":"node","@id":5337983163,"@timestamp":1515883661},"coords":"51.0935403,-0.9754095","bedrooms":"4","price":"211000","area":"695"} , +{"type":"Feature","id":"n5337983173","geometry":{"type":"Point","coordinates":[-0.9812325,51.1015935]},"properties":{"@type":"node","@id":5337983173,"@timestamp":1515883661},"coords":"51.1015935,-0.9812325","bedrooms":"4","price":"275000","area":"483"} , +{"type":"Feature","id":"n5337983183","geometry":{"type":"Point","coordinates":[-0.970442,51.1123211]},"properties":{"@type":"node","@id":5337983183,"@timestamp":1515883662},"coords":"51.1123211,-0.970442","bedrooms":"4","price":"244000","area":"418"} , +{"type":"Feature","id":"n5338105589","geometry":{"type":"Point","coordinates":[-0.3420354,51.93165]},"properties":{"@type":"node","@id":5338105589,"@timestamp":1535723242},"coords":"51.93165,-0.3420354","bedrooms":"1","price":"233000","area":"507"} , +{"type":"Feature","id":"n5338221127","geometry":{"type":"Point","coordinates":[-0.1103401,51.5890595]},"properties":{"@type":"node","@id":5338221127,"@timestamp":1515900158},"coords":"51.5890595,-0.1103401","bedrooms":"3","price":"178000","area":"593"} , +{"type":"Feature","id":"n5338596245","geometry":{"type":"Point","coordinates":[-0.2683405,51.135819]},"properties":{"@type":"node","@id":5338596245,"@timestamp":1515923745},"coords":"51.135819,-0.2683405","bedrooms":"4","price":"273000","area":"579"} , +{"type":"Feature","id":"n5338615234","geometry":{"type":"Point","coordinates":[-0.2707725,51.1331951]},"properties":{"@type":"node","@id":5338615234,"@timestamp":1515924838},"coords":"51.1331951,-0.2707725","bedrooms":"1","price":"192000","area":"494"} , +{"type":"Feature","id":"n5338704133","geometry":{"type":"Point","coordinates":[-0.2648141,51.1266594]},"properties":{"@type":"node","@id":5338704133,"@timestamp":1515928514},"coords":"51.1266594,-0.2648141","bedrooms":"3","price":"213000","area":"542"} , +{"type":"Feature","id":"n5338741089","geometry":{"type":"Point","coordinates":[-0.2633918,51.12582]},"properties":{"@type":"node","@id":5338741089,"@timestamp":1515929541},"coords":"51.12582,-0.2633918","bedrooms":"0","price":"218000","area":"436"} , +{"type":"Feature","id":"n5338983381","geometry":{"type":"Point","coordinates":[-0.9742472,51.4632807]},"properties":{"@type":"node","@id":5338983381,"@timestamp":1515938097},"coords":"51.4632807,-0.9742472","bedrooms":"0","price":"251000","area":"659"} , +{"type":"Feature","id":"n5339048809","geometry":{"type":"Point","coordinates":[-0.6044705,51.4176893]},"properties":{"@type":"node","@id":5339048809,"@timestamp":1515940511},"coords":"51.4176893,-0.6044705","bedrooms":"2","price":"156000","area":"604"} , +{"type":"Feature","id":"n5339078730","geometry":{"type":"Point","coordinates":[-0.1240224,51.518263]},"properties":{"@type":"node","@id":5339078730,"@timestamp":1601891639},"coords":"51.518263,-0.1240224","bedrooms":"4","price":"280000","area":"666"} , +{"type":"Feature","id":"n5339089428","geometry":{"type":"Point","coordinates":[-0.0092476,51.1309121]},"properties":{"@type":"node","@id":5339089428,"@timestamp":1515942139},"coords":"51.1309121,-0.0092476","bedrooms":"1","price":"221000","area":"620"} , +{"type":"Feature","id":"n5339112465","geometry":{"type":"Point","coordinates":[0.0101842,51.1375365]},"properties":{"@type":"node","@id":5339112465,"@timestamp":1515943346},"coords":"51.1375365,0.0101842","bedrooms":"1","price":"299000","area":"355"} , +{"type":"Feature","id":"n5339386808","geometry":{"type":"Point","coordinates":[-0.1241259,51.5183079]},"properties":{"@type":"node","@id":5339386808,"@timestamp":1515952400},"coords":"51.5183079,-0.1241259","bedrooms":"3","price":"180000","area":"400"} , +{"type":"Feature","id":"n5339624026","geometry":{"type":"Point","coordinates":[-1.1117159,51.2586763]},"properties":{"@type":"node","@id":5339624026,"@timestamp":1599944285},"coords":"51.2586763,-1.1117159","bedrooms":"2","price":"150000","area":"500"} , +{"type":"Feature","id":"n5339809043","geometry":{"type":"Point","coordinates":[-0.3423015,51.9308154]},"properties":{"@type":"node","@id":5339809043,"@timestamp":1535723242},"coords":"51.9308154,-0.3423015","bedrooms":"2","price":"270000","area":"360"} , +{"type":"Feature","id":"n5339809276","geometry":{"type":"Point","coordinates":[-0.3409245,51.9307925]},"properties":{"@type":"node","@id":5339809276,"@timestamp":1515972421},"coords":"51.9307925,-0.3409245","bedrooms":"4","price":"272000","area":"485"} , +{"type":"Feature","id":"n5339970492","geometry":{"type":"Point","coordinates":[-0.1259425,51.518141]},"properties":{"@type":"node","@id":5339970492,"@timestamp":1515983006},"coords":"51.518141,-0.1259425","bedrooms":"4","price":"188000","area":"475"} , +{"type":"Feature","id":"n5340605200","geometry":{"type":"Point","coordinates":[0.4604927,51.6216678]},"properties":{"@type":"node","@id":5340605200,"@timestamp":1516014055},"coords":"51.6216678,0.4604927","bedrooms":"0","price":"201000","area":"650"} , +{"type":"Feature","id":"n5341082865","geometry":{"type":"Point","coordinates":[-0.0348667,51.6801334]},"properties":{"@type":"node","@id":5341082865,"@timestamp":1516033190},"coords":"51.6801334,-0.0348667","bedrooms":"1","price":"174000","area":"663"} , +{"type":"Feature","id":"n5341082875","geometry":{"type":"Point","coordinates":[-0.0382009,51.6740399]},"properties":{"@type":"node","@id":5341082875,"@timestamp":1617337354},"coords":"51.6740399,-0.0382009","bedrooms":"1","price":"236000","area":"550"} , +{"type":"Feature","id":"n5341537622","geometry":{"type":"Point","coordinates":[-0.1291585,51.5152872]},"properties":{"@type":"node","@id":5341537622,"@timestamp":1516049534},"coords":"51.5152872,-0.1291585","bedrooms":"3","price":"186000","area":"405"} , +{"type":"Feature","id":"n5341700321","geometry":{"type":"Point","coordinates":[-0.1253716,51.4925762]},"properties":{"@type":"node","@id":5341700321,"@timestamp":1572265872},"coords":"51.4925762,-0.1253716","bedrooms":"1","price":"258000","area":"591"} , +{"type":"Feature","id":"n5341840212","geometry":{"type":"Point","coordinates":[-0.3369123,51.9299277]},"properties":{"@type":"node","@id":5341840212,"@timestamp":1516066841},"coords":"51.9299277,-0.3369123","bedrooms":"2","price":"190000","area":"502"} , +{"type":"Feature","id":"n5341840622","geometry":{"type":"Point","coordinates":[-0.3368586,51.9290214]},"properties":{"@type":"node","@id":5341840622,"@timestamp":1516066842},"coords":"51.9290214,-0.3368586","bedrooms":"1","price":"258000","area":"691"} , +{"type":"Feature","id":"n5341840632","geometry":{"type":"Point","coordinates":[-0.3294289,51.9302155]},"properties":{"@type":"node","@id":5341840632,"@timestamp":1516066842},"coords":"51.9302155,-0.3294289","bedrooms":"2","price":"248000","area":"355"} , +{"type":"Feature","id":"n5341840816","geometry":{"type":"Point","coordinates":[-0.3394649,51.9295595]},"properties":{"@type":"node","@id":5341840816,"@timestamp":1535723244},"coords":"51.9295595,-0.3394649","bedrooms":"3","price":"220000","area":"626"} , +{"type":"Feature","id":"n5341841112","geometry":{"type":"Point","coordinates":[-0.3408156,51.9297708]},"properties":{"@type":"node","@id":5341841112,"@timestamp":1516066849},"coords":"51.9297708,-0.3408156","bedrooms":"0","price":"189000","area":"487"} , +{"type":"Feature","id":"n5343194381","geometry":{"type":"Point","coordinates":[-0.3296786,51.0662216]},"properties":{"@type":"node","@id":5343194381,"@timestamp":1516119283},"coords":"51.0662216,-0.3296786","bedrooms":"3","price":"203000","area":"620"} , +{"type":"Feature","id":"n5343433191","geometry":{"type":"Point","coordinates":[-0.0030272,51.1293937]},"properties":{"@type":"node","@id":5343433191,"@timestamp":1516126897},"coords":"51.1293937,-0.0030272","bedrooms":"0","price":"269000","area":"667"} , +{"type":"Feature","id":"n5343433209","geometry":{"type":"Point","coordinates":[-0.0031604,51.1306553]},"properties":{"@type":"node","@id":5343433209,"@timestamp":1516126898},"coords":"51.1306553,-0.0031604","bedrooms":"2","price":"193000","area":"618"} , +{"type":"Feature","id":"n5343433219","geometry":{"type":"Point","coordinates":[-0.0029368,51.1293388]},"properties":{"@type":"node","@id":5343433219,"@timestamp":1516126898},"coords":"51.1293388,-0.0029368","bedrooms":"2","price":"168000","area":"608"} , +{"type":"Feature","id":"n5343466270","geometry":{"type":"Point","coordinates":[-0.0031236,51.1287236]},"properties":{"@type":"node","@id":5343466270,"@timestamp":1516128136},"coords":"51.1287236,-0.0031236","bedrooms":"0","price":"178000","area":"674"} , +{"type":"Feature","id":"n5343466280","geometry":{"type":"Point","coordinates":[-0.0016345,51.1296106]},"properties":{"@type":"node","@id":5343466280,"@timestamp":1516128137},"coords":"51.1296106,-0.0016345","bedrooms":"3","price":"181000","area":"542"} , +{"type":"Feature","id":"n5343552148","geometry":{"type":"Point","coordinates":[-0.7842477,51.6907348]},"properties":{"@type":"node","@id":5343552148,"@timestamp":1516130254},"coords":"51.6907348,-0.7842477","bedrooms":"0","price":"173000","area":"552"} , +{"type":"Feature","id":"n5343575759","geometry":{"type":"Point","coordinates":[-0.0103813,51.1240024]},"properties":{"@type":"node","@id":5343575759,"@timestamp":1516131408},"coords":"51.1240024,-0.0103813","bedrooms":"1","price":"265000","area":"520"} , +{"type":"Feature","id":"n5343780022","geometry":{"type":"Point","coordinates":[-0.8916076,51.3678178]},"properties":{"@type":"node","@id":5343780022,"@timestamp":1516139168},"coords":"51.3678178,-0.8916076","bedrooms":"4","price":"274000","area":"395"} , +{"type":"Feature","id":"n5343885354","geometry":{"type":"Point","coordinates":[-0.2989918,51.4474162]},"properties":{"@type":"node","@id":5343885354,"@timestamp":1629842094},"coords":"51.4474162,-0.2989918","bedrooms":"2","price":"150000","area":"371"} , +{"type":"Feature","id":"n5343922144","geometry":{"type":"Point","coordinates":[-0.3410315,51.9284274]},"properties":{"@type":"node","@id":5343922144,"@timestamp":1535723244},"coords":"51.9284274,-0.3410315","bedrooms":"1","price":"225000","area":"363"} , +{"type":"Feature","id":"n5343922448","geometry":{"type":"Point","coordinates":[-0.3403782,51.9293045]},"properties":{"@type":"node","@id":5343922448,"@timestamp":1535723245},"coords":"51.9293045,-0.3403782","bedrooms":"2","price":"166000","area":"465"} , +{"type":"Feature","id":"n5344720666","geometry":{"type":"Point","coordinates":[-0.581889,51.2398041]},"properties":{"@type":"node","@id":5344720666,"@timestamp":1516189156},"coords":"51.2398041,-0.581889","bedrooms":"4","price":"254000","area":"376"} , +{"type":"Feature","id":"n5344813644","geometry":{"type":"Point","coordinates":[-0.0601499,51.3764928]},"properties":{"@type":"node","@id":5344813644,"@timestamp":1613820873},"coords":"51.3764928,-0.0601499","bedrooms":"4","price":"174000","area":"373"} , +{"type":"Feature","id":"n5345388107","geometry":{"type":"Point","coordinates":[0.0332397,51.0987063]},"properties":{"@type":"node","@id":5345388107,"@timestamp":1608761712},"coords":"51.0987063,0.0332397","bedrooms":"3","price":"219000","area":"647"} , +{"type":"Feature","id":"n5345748879","geometry":{"type":"Point","coordinates":[-0.3424524,51.92876]},"properties":{"@type":"node","@id":5345748879,"@timestamp":1516226711},"coords":"51.92876,-0.3424524","bedrooms":"2","price":"224000","area":"502"} , +{"type":"Feature","id":"n5345857508","geometry":{"type":"Point","coordinates":[-0.7548883,51.2962652]},"properties":{"@type":"node","@id":5345857508,"@timestamp":1516232937},"coords":"51.2962652,-0.7548883","bedrooms":"4","price":"206000","area":"521"} , +{"type":"Feature","id":"n5346442482","geometry":{"type":"Point","coordinates":[-0.7747335,51.4906652]},"properties":{"@type":"node","@id":5346442482,"@timestamp":1516260721},"coords":"51.4906652,-0.7747335","bedrooms":"4","price":"185000","area":"661"} , +{"type":"Feature","id":"n5347002956","geometry":{"type":"Point","coordinates":[-0.7279866,51.7746008]},"properties":{"@type":"node","@id":5347002956,"@timestamp":1516282011},"coords":"51.7746008,-0.7279866","bedrooms":"4","price":"264000","area":"568"} , +{"type":"Feature","id":"n5347240674","geometry":{"type":"Point","coordinates":[-0.8701134,51.4465025]},"properties":{"@type":"node","@id":5347240674,"@timestamp":1516290472},"coords":"51.4465025,-0.8701134","bedrooms":"2","price":"210000","area":"441"} , +{"type":"Feature","id":"n5347348322","geometry":{"type":"Point","coordinates":[-0.5558981,51.2237535]},"properties":{"@type":"node","@id":5347348322,"@timestamp":1516293358},"coords":"51.2237535,-0.5558981","bedrooms":"3","price":"294000","area":"367"} , +{"type":"Feature","id":"n5347851203","geometry":{"type":"Point","coordinates":[0.021057,51.5216637]},"properties":{"@type":"node","@id":5347851203,"@timestamp":1564903671},"coords":"51.5216637,0.021057","bedrooms":"0","price":"163000","area":"585"} , +{"type":"Feature","id":"n5347991750","geometry":{"type":"Point","coordinates":[-0.3391258,51.9304116]},"properties":{"@type":"node","@id":5347991750,"@timestamp":1535723245},"coords":"51.9304116,-0.3391258","bedrooms":"2","price":"203000","area":"417"} , +{"type":"Feature","id":"n5347991822","geometry":{"type":"Point","coordinates":[-0.3395977,51.9302005]},"properties":{"@type":"node","@id":5347991822,"@timestamp":1516315836},"coords":"51.9302005,-0.3395977","bedrooms":"2","price":"218000","area":"585"} , +{"type":"Feature","id":"n5348716818","geometry":{"type":"Point","coordinates":[-0.339324,51.0653873]},"properties":{"@type":"node","@id":5348716818,"@timestamp":1617728890},"coords":"51.0653873,-0.339324","bedrooms":"2","price":"164000","area":"361"} , +{"type":"Feature","id":"n5348734803","geometry":{"type":"Point","coordinates":[-0.1269041,51.4796955]},"properties":{"@type":"node","@id":5348734803,"@timestamp":1516352423},"coords":"51.4796955,-0.1269041","bedrooms":"0","price":"247000","area":"451"} , +{"type":"Feature","id":"n5348987114","geometry":{"type":"Point","coordinates":[-0.3040256,51.4014555]},"properties":{"@type":"node","@id":5348987114,"@timestamp":1597669886},"coords":"51.4014555,-0.3040256","bedrooms":"1","price":"162000","area":"523"} , +{"type":"Feature","id":"n5349547621","geometry":{"type":"Point","coordinates":[0.1092712,51.4620902]},"properties":{"@type":"node","@id":5349547621,"@timestamp":1516384787},"coords":"51.4620902,0.1092712","bedrooms":"1","price":"150000","area":"657"} , +{"type":"Feature","id":"n5349848744","geometry":{"type":"Point","coordinates":[-0.1248132,51.5172852]},"properties":{"@type":"node","@id":5349848744,"@timestamp":1516396378},"coords":"51.5172852,-0.1248132","bedrooms":"2","price":"212000","area":"441"} , +{"type":"Feature","id":"n5349919722","geometry":{"type":"Point","coordinates":[-0.0887436,51.0762534]},"properties":{"@type":"node","@id":5349919722,"@timestamp":1516399279},"coords":"51.0762534,-0.0887436","bedrooms":"4","price":"290000","area":"532"} , +{"type":"Feature","id":"n5350349374","geometry":{"type":"Point","coordinates":[-0.1574706,51.4994115]},"properties":{"@type":"node","@id":5350349374,"@timestamp":1516427275},"coords":"51.4994115,-0.1574706","bedrooms":"1","price":"241000","area":"431"} , +{"type":"Feature","id":"n5350851503","geometry":{"type":"Point","coordinates":[0.2706941,51.1543544]},"properties":{"@type":"node","@id":5350851503,"@timestamp":1516446000},"coords":"51.1543544,0.2706941","bedrooms":"0","price":"285000","area":"681"} , +{"type":"Feature","id":"n5350854742","geometry":{"type":"Point","coordinates":[-1.1031962,51.2628351]},"properties":{"@type":"node","@id":5350854742,"@timestamp":1572014499},"coords":"51.2628351,-1.1031962","bedrooms":"0","price":"249000","area":"456"} , +{"type":"Feature","id":"n5351101521","geometry":{"type":"Point","coordinates":[-0.1145613,51.4221808]},"properties":{"@type":"node","@id":5351101521,"@timestamp":1516485598},"coords":"51.4221808,-0.1145613","bedrooms":"1","price":"162000","area":"521"} , +{"type":"Feature","id":"n5351586921","geometry":{"type":"Point","coordinates":[-0.7957116,51.3923361]},"properties":{"@type":"node","@id":5351586921,"@timestamp":1571427248},"coords":"51.3923361,-0.7957116","bedrooms":"4","price":"246000","area":"418"} , +{"type":"Feature","id":"n5351616807","geometry":{"type":"Point","coordinates":[0.0185798,51.5101017]},"properties":{"@type":"node","@id":5351616807,"@timestamp":1564903671},"coords":"51.5101017,0.0185798","bedrooms":"2","price":"258000","area":"696"} , +{"type":"Feature","id":"n5351678745","geometry":{"type":"Point","coordinates":[-0.7243617,51.7800015]},"properties":{"@type":"node","@id":5351678745,"@timestamp":1617050012},"coords":"51.7800015,-0.7243617","bedrooms":"1","price":"193000","area":"503"} , +{"type":"Feature","id":"n5351711411","geometry":{"type":"Point","coordinates":[-0.7507073,51.4311254]},"properties":{"@type":"node","@id":5351711411,"@timestamp":1516484403},"coords":"51.4311254,-0.7507073","bedrooms":"2","price":"290000","area":"602"} , +{"type":"Feature","id":"n5351770744","geometry":{"type":"Point","coordinates":[0.001476,51.2428711]},"properties":{"@type":"node","@id":5351770744,"@timestamp":1606437879},"coords":"51.2428711,0.001476","bedrooms":"0","price":"255000","area":"674"} , +{"type":"Feature","id":"n5351770754","geometry":{"type":"Point","coordinates":[0.0013991,51.2428772]},"properties":{"@type":"node","@id":5351770754,"@timestamp":1516487305},"coords":"51.2428772,0.0013991","bedrooms":"3","price":"244000","area":"637"} , +{"type":"Feature","id":"n5351782703","geometry":{"type":"Point","coordinates":[-0.2980792,51.4478118]},"properties":{"@type":"node","@id":5351782703,"@timestamp":1629842094},"coords":"51.4478118,-0.2980792","bedrooms":"2","price":"214000","area":"442"} , +{"type":"Feature","id":"n5351975358","geometry":{"type":"Point","coordinates":[-0.3350971,51.9272264]},"properties":{"@type":"node","@id":5351975358,"@timestamp":1516501021},"coords":"51.9272264,-0.3350971","bedrooms":"4","price":"220000","area":"552"} , +{"type":"Feature","id":"n5351975406","geometry":{"type":"Point","coordinates":[-0.3336614,51.9299459]},"properties":{"@type":"node","@id":5351975406,"@timestamp":1516501023},"coords":"51.9299459,-0.3336614","bedrooms":"0","price":"215000","area":"469"} , +{"type":"Feature","id":"n5352330106","geometry":{"type":"Point","coordinates":[-0.3327349,51.0630205]},"properties":{"@type":"node","@id":5352330106,"@timestamp":1635698681},"coords":"51.0630205,-0.3327349","bedrooms":"1","price":"299000","area":"596"} , +{"type":"Feature","id":"n5352330116","geometry":{"type":"Point","coordinates":[-0.3280598,51.0691756]},"properties":{"@type":"node","@id":5352330116,"@timestamp":1516529012},"coords":"51.0691756,-0.3280598","bedrooms":"3","price":"292000","area":"384"} , +{"type":"Feature","id":"n5352736852","geometry":{"type":"Point","coordinates":[-0.4261796,51.6724875]},"properties":{"@type":"node","@id":5352736852,"@timestamp":1516546626},"coords":"51.6724875,-0.4261796","bedrooms":"3","price":"245000","area":"532"} , +{"type":"Feature","id":"n5352775060","geometry":{"type":"Point","coordinates":[-0.0229385,51.5051942]},"properties":{"@type":"node","@id":5352775060,"@timestamp":1634575132},"coords":"51.5051942,-0.0229385","bedrooms":"0","price":"279000","area":"463"} , +{"type":"Feature","id":"n5352776952","geometry":{"type":"Point","coordinates":[-0.0070284,51.5610108]},"properties":{"@type":"node","@id":5352776952,"@timestamp":1516548532},"coords":"51.5610108,-0.0070284","bedrooms":"0","price":"194000","area":"544"} , +{"type":"Feature","id":"n5352812330","geometry":{"type":"Point","coordinates":[-0.0754722,51.5055748]},"properties":{"@type":"node","@id":5352812330,"@timestamp":1628553638},"coords":"51.5055748,-0.0754722","bedrooms":"2","price":"154000","area":"613"} , +{"type":"Feature","id":"n5352928180","geometry":{"type":"Point","coordinates":[-0.1868681,51.5056879]},"properties":{"@type":"node","@id":5352928180,"@timestamp":1518991950},"coords":"51.5056879,-0.1868681","bedrooms":"2","price":"195000","area":"450"} , +{"type":"Feature","id":"n5353083728","geometry":{"type":"Point","coordinates":[-0.1409555,51.5018011]},"properties":{"@type":"node","@id":5353083728,"@timestamp":1535905321},"coords":"51.5018011,-0.1409555","bedrooms":"1","price":"283000","area":"397"} , +{"type":"Feature","id":"n5353462843","geometry":{"type":"Point","coordinates":[0.2802951,51.4124001]},"properties":{"@type":"node","@id":5353462843,"@timestamp":1516573594},"coords":"51.4124001,0.2802951","bedrooms":"3","price":"223000","area":"643"} , +{"type":"Feature","id":"n5353567251","geometry":{"type":"Point","coordinates":[-0.3408109,51.9274906]},"properties":{"@type":"node","@id":5353567251,"@timestamp":1516580334},"coords":"51.9274906,-0.3408109","bedrooms":"2","price":"201000","area":"384"} , +{"type":"Feature","id":"n5353567975","geometry":{"type":"Point","coordinates":[-0.3423028,51.9280939]},"properties":{"@type":"node","@id":5353567975,"@timestamp":1516580339},"coords":"51.9280939,-0.3423028","bedrooms":"1","price":"191000","area":"628"} , +{"type":"Feature","id":"n5353569315","geometry":{"type":"Point","coordinates":[-0.108131,51.523227]},"properties":{"@type":"node","@id":5353569315,"@timestamp":1627940689},"coords":"51.523227,-0.108131","bedrooms":"4","price":"263000","area":"632"} , +{"type":"Feature","id":"n5354778120","geometry":{"type":"Point","coordinates":[-0.1757984,51.5103157]},"properties":{"@type":"node","@id":5354778120,"@timestamp":1630856802},"coords":"51.5103157,-0.1757984","bedrooms":"0","price":"179000","area":"433"} , +{"type":"Feature","id":"n5354780630","geometry":{"type":"Point","coordinates":[-0.1751562,51.5106849]},"properties":{"@type":"node","@id":5354780630,"@timestamp":1618685859},"coords":"51.5106849,-0.1751562","bedrooms":"2","price":"276000","area":"635"} , +{"type":"Feature","id":"n5354999844","geometry":{"type":"Point","coordinates":[-0.2259238,51.5427048]},"properties":{"@type":"node","@id":5354999844,"@timestamp":1516641201},"coords":"51.5427048,-0.2259238","bedrooms":"4","price":"218000","area":"421"} , +{"type":"Feature","id":"n5355066093","geometry":{"type":"Point","coordinates":[-0.2137547,51.5447147]},"properties":{"@type":"node","@id":5355066093,"@timestamp":1516643733},"coords":"51.5447147,-0.2137547","bedrooms":"1","price":"158000","area":"506"} , +{"type":"Feature","id":"n5355094130","geometry":{"type":"Point","coordinates":[0.0048255,51.527792]},"properties":{"@type":"node","@id":5355094130,"@timestamp":1602586863},"coords":"51.527792,0.0048255","bedrooms":"3","price":"191000","area":"652"} , +{"type":"Feature","id":"n5355174727","geometry":{"type":"Point","coordinates":[-0.2743628,51.6133508]},"properties":{"@type":"node","@id":5355174727,"@timestamp":1561355768},"coords":"51.6133508,-0.2743628","bedrooms":"1","price":"293000","area":"587"} , +{"type":"Feature","id":"n5355259683","geometry":{"type":"Point","coordinates":[-0.5600114,51.3126755]},"properties":{"@type":"node","@id":5355259683,"@timestamp":1567547077},"coords":"51.3126755,-0.5600114","bedrooms":"3","price":"270000","area":"630"} , +{"type":"Feature","id":"n5355485372","geometry":{"type":"Point","coordinates":[-0.3143795,51.4890489]},"properties":{"@type":"node","@id":5355485372,"@timestamp":1623333998},"coords":"51.4890489,-0.3143795","bedrooms":"3","price":"290000","area":"677"} , +{"type":"Feature","id":"n5355643286","geometry":{"type":"Point","coordinates":[-0.3206173,51.2952808]},"properties":{"@type":"node","@id":5355643286,"@timestamp":1518271550},"coords":"51.2952808,-0.3206173","bedrooms":"2","price":"166000","area":"557"} , +{"type":"Feature","id":"n5355725942","geometry":{"type":"Point","coordinates":[-0.3388039,51.9277191]},"properties":{"@type":"node","@id":5355725942,"@timestamp":1516839420},"coords":"51.9277191,-0.3388039","bedrooms":"0","price":"200000","area":"404"} , +{"type":"Feature","id":"n5355726139","geometry":{"type":"Point","coordinates":[-0.3380147,51.9266512]},"properties":{"@type":"node","@id":5355726139,"@timestamp":1516671840},"coords":"51.9266512,-0.3380147","bedrooms":"0","price":"208000","area":"584"} , +{"type":"Feature","id":"n5355726197","geometry":{"type":"Point","coordinates":[-0.3410197,51.9275268]},"properties":{"@type":"node","@id":5355726197,"@timestamp":1516671841},"coords":"51.9275268,-0.3410197","bedrooms":"2","price":"260000","area":"633"} , +{"type":"Feature","id":"n5355726527","geometry":{"type":"Point","coordinates":[-0.3550279,51.927986]},"properties":{"@type":"node","@id":5355726527,"@timestamp":1516671844},"coords":"51.927986,-0.3550279","bedrooms":"2","price":"277000","area":"613"} , +{"type":"Feature","id":"n5355726541","geometry":{"type":"Point","coordinates":[-0.3523685,51.916601]},"properties":{"@type":"node","@id":5355726541,"@timestamp":1518478545},"coords":"51.916601,-0.3523685","bedrooms":"3","price":"266000","area":"532"} , +{"type":"Feature","id":"n5355726551","geometry":{"type":"Point","coordinates":[-0.3527454,51.9255661]},"properties":{"@type":"node","@id":5355726551,"@timestamp":1516671845},"coords":"51.9255661,-0.3527454","bedrooms":"4","price":"153000","area":"615"} , +{"type":"Feature","id":"n5356560694","geometry":{"type":"Point","coordinates":[-0.0739616,51.3970424]},"properties":{"@type":"node","@id":5356560694,"@timestamp":1516702971},"coords":"51.3970424,-0.0739616","bedrooms":"2","price":"288000","area":"526"} , +{"type":"Feature","id":"n5356824967","geometry":{"type":"Point","coordinates":[-0.2983455,51.4473772]},"properties":{"@type":"node","@id":5356824967,"@timestamp":1629842094},"coords":"51.4473772,-0.2983455","bedrooms":"2","price":"203000","area":"450"} , +{"type":"Feature","id":"n5357156859","geometry":{"type":"Point","coordinates":[-0.001369,51.6888857]},"properties":{"@type":"node","@id":5357156859,"@timestamp":1516721759},"coords":"51.6888857,-0.001369","bedrooms":"1","price":"273000","area":"477"} , +{"type":"Feature","id":"n5357261535","geometry":{"type":"Point","coordinates":[0.2425091,51.4467459]},"properties":{"@type":"node","@id":5357261535,"@timestamp":1516726144},"coords":"51.4467459,0.2425091","bedrooms":"3","price":"220000","area":"555"} , +{"type":"Feature","id":"n5357261686","geometry":{"type":"Point","coordinates":[0.2412583,51.4458917]},"properties":{"@type":"node","@id":5357261686,"@timestamp":1516726147},"coords":"51.4458917,0.2412583","bedrooms":"0","price":"292000","area":"390"} , +{"type":"Feature","id":"n5357261696","geometry":{"type":"Point","coordinates":[0.2396147,51.4460294]},"properties":{"@type":"node","@id":5357261696,"@timestamp":1516726147},"coords":"51.4460294,0.2396147","bedrooms":"2","price":"204000","area":"615"} , +{"type":"Feature","id":"n5357377736","geometry":{"type":"Point","coordinates":[-0.1428458,51.5067498]},"properties":{"@type":"node","@id":5357377736,"@timestamp":1571971824},"coords":"51.5067498,-0.1428458","bedrooms":"2","price":"277000","area":"511"} , +{"type":"Feature","id":"n5357542370","geometry":{"type":"Point","coordinates":[0.2469678,51.445395]},"properties":{"@type":"node","@id":5357542370,"@timestamp":1516735686},"coords":"51.445395,0.2469678","bedrooms":"3","price":"165000","area":"502"} , +{"type":"Feature","id":"n5357542380","geometry":{"type":"Point","coordinates":[0.2488078,51.4451837]},"properties":{"@type":"node","@id":5357542380,"@timestamp":1516735686},"coords":"51.4451837,0.2488078","bedrooms":"4","price":"286000","area":"606"} , +{"type":"Feature","id":"n5357607611","geometry":{"type":"Point","coordinates":[-0.5610993,51.3078776]},"properties":{"@type":"node","@id":5357607611,"@timestamp":1562836592},"coords":"51.3078776,-0.5610993","bedrooms":"1","price":"165000","area":"414"} , +{"type":"Feature","id":"n5357638401","geometry":{"type":"Point","coordinates":[-0.5602384,51.307703]},"properties":{"@type":"node","@id":5357638401,"@timestamp":1533071341},"coords":"51.307703,-0.5602384","bedrooms":"2","price":"198000","area":"520"} , +{"type":"Feature","id":"n5357735170","geometry":{"type":"Point","coordinates":[0.0629468,51.1137969]},"properties":{"@type":"node","@id":5357735170,"@timestamp":1516743237},"coords":"51.1137969,0.0629468","bedrooms":"4","price":"206000","area":"658"} , +{"type":"Feature","id":"n5357958065","geometry":{"type":"Point","coordinates":[-0.0316001,51.4322044]},"properties":{"@type":"node","@id":5357958065,"@timestamp":1554316633},"coords":"51.4322044,-0.0316001","bedrooms":"2","price":"273000","area":"638"} , +{"type":"Feature","id":"n5358116840","geometry":{"type":"Point","coordinates":[-0.3374286,51.9289202]},"properties":{"@type":"node","@id":5358116840,"@timestamp":1516766588},"coords":"51.9289202,-0.3374286","bedrooms":"4","price":"234000","area":"504"} , +{"type":"Feature","id":"n5358117995","geometry":{"type":"Point","coordinates":[-0.3372854,51.9290365]},"properties":{"@type":"node","@id":5358117995,"@timestamp":1516766592},"coords":"51.9290365,-0.3372854","bedrooms":"4","price":"152000","area":"388"} , +{"type":"Feature","id":"n5358974446","geometry":{"type":"Point","coordinates":[-0.05769,51.6125032]},"properties":{"@type":"node","@id":5358974446,"@timestamp":1516801035},"coords":"51.6125032,-0.05769","bedrooms":"3","price":"206000","area":"378"} , +{"type":"Feature","id":"n5359107394","geometry":{"type":"Point","coordinates":[-0.1448756,51.5104265]},"properties":{"@type":"node","@id":5359107394,"@timestamp":1564903671},"coords":"51.5104265,-0.1448756","bedrooms":"0","price":"215000","area":"628"} , +{"type":"Feature","id":"n5359381032","geometry":{"type":"Point","coordinates":[-0.063908,51.4977545]},"properties":{"@type":"node","@id":5359381032,"@timestamp":1516894986},"coords":"51.4977545,-0.063908","bedrooms":"0","price":"240000","area":"401"} , +{"type":"Feature","id":"n5359381222","geometry":{"type":"Point","coordinates":[-0.1046548,51.5035803]},"properties":{"@type":"node","@id":5359381222,"@timestamp":1631693794},"coords":"51.5035803,-0.1046548","bedrooms":"3","price":"239000","area":"360"} , +{"type":"Feature","id":"n5359381257","geometry":{"type":"Point","coordinates":[-0.1054427,51.5042821]},"properties":{"@type":"node","@id":5359381257,"@timestamp":1516894636},"coords":"51.5042821,-0.1054427","bedrooms":"1","price":"167000","area":"415"} , +{"type":"Feature","id":"n5359381368","geometry":{"type":"Point","coordinates":[-0.1067849,51.5041851]},"properties":{"@type":"node","@id":5359381368,"@timestamp":1516894637},"coords":"51.5041851,-0.1067849","bedrooms":"4","price":"221000","area":"658"} , +{"type":"Feature","id":"n5359381431","geometry":{"type":"Point","coordinates":[-0.1047978,51.5039216]},"properties":{"@type":"node","@id":5359381431,"@timestamp":1517232658},"coords":"51.5039216,-0.1047978","bedrooms":"0","price":"193000","area":"652"} , +{"type":"Feature","id":"n5359654897","geometry":{"type":"Point","coordinates":[-0.3226569,51.1513757]},"properties":{"@type":"node","@id":5359654897,"@timestamp":1516826993},"coords":"51.1513757,-0.3226569","bedrooms":"4","price":"245000","area":"546"} , +{"type":"Feature","id":"n5359854792","geometry":{"type":"Point","coordinates":[-0.3041087,51.4332916]},"properties":{"@type":"node","@id":5359854792,"@timestamp":1553720332},"coords":"51.4332916,-0.3041087","bedrooms":"2","price":"234000","area":"609"} , +{"type":"Feature","id":"n5359982239","geometry":{"type":"Point","coordinates":[-0.3373671,51.9279295]},"properties":{"@type":"node","@id":5359982239,"@timestamp":1535723247},"coords":"51.9279295,-0.3373671","bedrooms":"1","price":"196000","area":"352"} , +{"type":"Feature","id":"n5359982277","geometry":{"type":"Point","coordinates":[-0.3376977,51.9282393]},"properties":{"@type":"node","@id":5359982277,"@timestamp":1516839402},"coords":"51.9282393,-0.3376977","bedrooms":"1","price":"270000","area":"419"} , +{"type":"Feature","id":"n5359989236","geometry":{"type":"Point","coordinates":[-0.1264759,51.5176201]},"properties":{"@type":"node","@id":5359989236,"@timestamp":1516840141},"coords":"51.5176201,-0.1264759","bedrooms":"0","price":"274000","area":"637"} , +{"type":"Feature","id":"n5361410239","geometry":{"type":"Point","coordinates":[-0.2346606,51.5340341]},"properties":{"@type":"node","@id":5361410239,"@timestamp":1516895520},"coords":"51.5340341,-0.2346606","bedrooms":"4","price":"254000","area":"487"} , +{"type":"Feature","id":"n5361410272","geometry":{"type":"Point","coordinates":[-0.2344894,51.5342553]},"properties":{"@type":"node","@id":5361410272,"@timestamp":1516895521},"coords":"51.5342553,-0.2344894","bedrooms":"4","price":"223000","area":"396"} , +{"type":"Feature","id":"n5361410282","geometry":{"type":"Point","coordinates":[-0.2340415,51.5346374]},"properties":{"@type":"node","@id":5361410282,"@timestamp":1516895521},"coords":"51.5346374,-0.2340415","bedrooms":"4","price":"241000","area":"603"} , +{"type":"Feature","id":"n5361874232","geometry":{"type":"Point","coordinates":[-0.2365943,51.5387971]},"properties":{"@type":"node","@id":5361874232,"@timestamp":1516905102},"coords":"51.5387971,-0.2365943","bedrooms":"2","price":"152000","area":"442"} , +{"type":"Feature","id":"n5362183714","geometry":{"type":"Point","coordinates":[-0.6427754,51.2950971]},"properties":{"@type":"node","@id":5362183714,"@timestamp":1526502055},"coords":"51.2950971,-0.6427754","bedrooms":"4","price":"267000","area":"568"} , +{"type":"Feature","id":"n5362237834","geometry":{"type":"Point","coordinates":[-0.1273465,51.5179369]},"properties":{"@type":"node","@id":5362237834,"@timestamp":1516916250},"coords":"51.5179369,-0.1273465","bedrooms":"3","price":"190000","area":"654"} , +{"type":"Feature","id":"n5362331811","geometry":{"type":"Point","coordinates":[-0.2983724,51.4500739]},"properties":{"@type":"node","@id":5362331811,"@timestamp":1629842094},"coords":"51.4500739,-0.2983724","bedrooms":"2","price":"276000","area":"614"} , +{"type":"Feature","id":"n5362332944","geometry":{"type":"Point","coordinates":[0.0288632,51.526338]},"properties":{"@type":"node","@id":5362332944,"@timestamp":1611333898},"coords":"51.526338,0.0288632","bedrooms":"4","price":"262000","area":"654"} , +{"type":"Feature","id":"n5362463725","geometry":{"type":"Point","coordinates":[-0.3375305,51.9273823]},"properties":{"@type":"node","@id":5362463725,"@timestamp":1516926871},"coords":"51.9273823,-0.3375305","bedrooms":"0","price":"296000","area":"588"} , +{"type":"Feature","id":"n5362463779","geometry":{"type":"Point","coordinates":[-0.3365225,51.9272699]},"properties":{"@type":"node","@id":5362463779,"@timestamp":1516926872},"coords":"51.9272699,-0.3365225","bedrooms":"0","price":"191000","area":"369"} , +{"type":"Feature","id":"n5363000411","geometry":{"type":"Point","coordinates":[-0.0947001,51.4867194]},"properties":{"@type":"node","@id":5363000411,"@timestamp":1619833089},"coords":"51.4867194,-0.0947001","bedrooms":"0","price":"289000","area":"567"} , +{"type":"Feature","id":"n5363128762","geometry":{"type":"Point","coordinates":[-0.037111,51.428673]},"properties":{"@type":"node","@id":5363128762,"@timestamp":1516961724},"coords":"51.428673,-0.037111","bedrooms":"3","price":"204000","area":"428"} , +{"type":"Feature","id":"n5363411175","geometry":{"type":"Point","coordinates":[-0.0377625,51.4275335]},"properties":{"@type":"node","@id":5363411175,"@timestamp":1516970911},"coords":"51.4275335,-0.0377625","bedrooms":"3","price":"252000","area":"520"} , +{"type":"Feature","id":"n5363435221","geometry":{"type":"Point","coordinates":[-0.0387509,51.4255298]},"properties":{"@type":"node","@id":5363435221,"@timestamp":1516970916},"coords":"51.4255298,-0.0387509","bedrooms":"2","price":"236000","area":"483"} , +{"type":"Feature","id":"n5363533421","geometry":{"type":"Point","coordinates":[-0.1547419,51.4158748]},"properties":{"@type":"node","@id":5363533421,"@timestamp":1516974328},"coords":"51.4158748,-0.1547419","bedrooms":"1","price":"218000","area":"466"} , +{"type":"Feature","id":"n5364221113","geometry":{"type":"Point","coordinates":[-0.4714841,51.3529763]},"properties":{"@type":"node","@id":5364221113,"@timestamp":1516993966},"coords":"51.3529763,-0.4714841","bedrooms":"3","price":"187000","area":"368"} , +{"type":"Feature","id":"n5364230807","geometry":{"type":"Point","coordinates":[0.1695771,51.5966601]},"properties":{"@type":"node","@id":5364230807,"@timestamp":1516993467},"coords":"51.5966601,0.1695771","bedrooms":"2","price":"193000","area":"493"} , +{"type":"Feature","id":"n5364378029","geometry":{"type":"Point","coordinates":[-0.6257572,51.3036814]},"properties":{"@type":"node","@id":5364378029,"@timestamp":1516997610},"coords":"51.3036814,-0.6257572","bedrooms":"3","price":"216000","area":"692"} , +{"type":"Feature","id":"n5364425870","geometry":{"type":"Point","coordinates":[-0.644799,51.2962731]},"properties":{"@type":"node","@id":5364425870,"@timestamp":1516998485},"coords":"51.2962731,-0.644799","bedrooms":"0","price":"167000","area":"506"} , +{"type":"Feature","id":"n5364578863","geometry":{"type":"Point","coordinates":[-0.1292869,51.5135454]},"properties":{"@type":"node","@id":5364578863,"@timestamp":1634348931},"coords":"51.5135454,-0.1292869","bedrooms":"3","price":"249000","area":"440"} , +{"type":"Feature","id":"n5364624268","geometry":{"type":"Point","coordinates":[-0.1284784,51.5829654]},"properties":{"@type":"node","@id":5364624268,"@timestamp":1517003167},"coords":"51.5829654,-0.1284784","bedrooms":"3","price":"299000","area":"693"} , +{"type":"Feature","id":"n5364673172","geometry":{"type":"Point","coordinates":[-0.3362209,51.9271624]},"properties":{"@type":"node","@id":5364673172,"@timestamp":1535723247},"coords":"51.9271624,-0.3362209","bedrooms":"3","price":"204000","area":"503"} , +{"type":"Feature","id":"n5364673267","geometry":{"type":"Point","coordinates":[-0.3367473,51.9268071]},"properties":{"@type":"node","@id":5364673267,"@timestamp":1535723248},"coords":"51.9268071,-0.3367473","bedrooms":"0","price":"286000","area":"472"} , +{"type":"Feature","id":"n5364682297","geometry":{"type":"Point","coordinates":[-0.1279779,51.5831301]},"properties":{"@type":"node","@id":5364682297,"@timestamp":1517005180},"coords":"51.5831301,-0.1279779","bedrooms":"3","price":"268000","area":"631"} , +{"type":"Feature","id":"n5364747171","geometry":{"type":"Point","coordinates":[-0.1770245,51.6110033]},"properties":{"@type":"node","@id":5364747171,"@timestamp":1517006266},"coords":"51.6110033,-0.1770245","bedrooms":"4","price":"183000","area":"662"} , +{"type":"Feature","id":"n5364858860","geometry":{"type":"Point","coordinates":[-0.1246691,51.5180991]},"properties":{"@type":"node","@id":5364858860,"@timestamp":1517009813},"coords":"51.5180991,-0.1246691","bedrooms":"2","price":"186000","area":"410"} , +{"type":"Feature","id":"n5365107506","geometry":{"type":"Point","coordinates":[-0.0749703,51.4258113]},"properties":{"@type":"node","@id":5365107506,"@timestamp":1635482095},"coords":"51.4258113,-0.0749703","bedrooms":"0","price":"222000","area":"366"} , +{"type":"Feature","id":"n5365898560","geometry":{"type":"Point","coordinates":[-0.1337976,51.4418328]},"properties":{"@type":"node","@id":5365898560,"@timestamp":1517059459},"coords":"51.4418328,-0.1337976","bedrooms":"3","price":"190000","area":"445"} , +{"type":"Feature","id":"n5366262116","geometry":{"type":"Point","coordinates":[0.0054738,51.5435386]},"properties":{"@type":"node","@id":5366262116,"@timestamp":1611085079},"coords":"51.5435386,0.0054738","bedrooms":"4","price":"285000","area":"673"} , +{"type":"Feature","id":"n5366380826","geometry":{"type":"Point","coordinates":[-0.1865777,51.8595094]},"properties":{"@type":"node","@id":5366380826,"@timestamp":1517075309},"coords":"51.8595094,-0.1865777","bedrooms":"4","price":"156000","area":"454"} , +{"type":"Feature","id":"n5366399176","geometry":{"type":"Point","coordinates":[-0.374413,51.8810688]},"properties":{"@type":"node","@id":5366399176,"@timestamp":1575091085},"coords":"51.8810688,-0.374413","bedrooms":"4","price":"165000","area":"563"} , +{"type":"Feature","id":"n5366655882","geometry":{"type":"Point","coordinates":[-0.7299406,51.3181258]},"properties":{"@type":"node","@id":5366655882,"@timestamp":1517082665},"coords":"51.3181258,-0.7299406","bedrooms":"0","price":"182000","area":"442"} , +{"type":"Feature","id":"n5366771184","geometry":{"type":"Point","coordinates":[-0.7878609,51.3524708]},"properties":{"@type":"node","@id":5366771184,"@timestamp":1565030620},"coords":"51.3524708,-0.7878609","bedrooms":"1","price":"282000","area":"679"} , +{"type":"Feature","id":"n5367005446","geometry":{"type":"Point","coordinates":[0.7160234,51.544509]},"properties":{"@type":"node","@id":5367005446,"@timestamp":1517095657},"coords":"51.544509,0.7160234","bedrooms":"4","price":"233000","area":"379"} , +{"type":"Feature","id":"n5367091639","geometry":{"type":"Point","coordinates":[-0.3306874,51.9231309]},"properties":{"@type":"node","@id":5367091639,"@timestamp":1517099356},"coords":"51.9231309,-0.3306874","bedrooms":"4","price":"280000","area":"641"} , +{"type":"Feature","id":"n5367091913","geometry":{"type":"Point","coordinates":[-0.3359829,51.9245997]},"properties":{"@type":"node","@id":5367091913,"@timestamp":1517099361},"coords":"51.9245997,-0.3359829","bedrooms":"3","price":"264000","area":"502"} , +{"type":"Feature","id":"n5367092187","geometry":{"type":"Point","coordinates":[-0.3363655,51.9278912]},"properties":{"@type":"node","@id":5367092187,"@timestamp":1535723248},"coords":"51.9278912,-0.3363655","bedrooms":"2","price":"222000","area":"383"} , +{"type":"Feature","id":"n5367525821","geometry":{"type":"Point","coordinates":[-0.9735539,51.4575067]},"properties":{"@type":"node","@id":5367525821,"@timestamp":1517123670},"coords":"51.4575067,-0.9735539","bedrooms":"4","price":"280000","area":"480"} , +{"type":"Feature","id":"n5367773112","geometry":{"type":"Point","coordinates":[0.2906361,51.1366535]},"properties":{"@type":"node","@id":5367773112,"@timestamp":1517137030},"coords":"51.1366535,0.2906361","bedrooms":"1","price":"228000","area":"622"} , +{"type":"Feature","id":"n5367887890","geometry":{"type":"Point","coordinates":[-0.7006401,51.3292512]},"properties":{"@type":"node","@id":5367887890,"@timestamp":1517141507},"coords":"51.3292512,-0.7006401","bedrooms":"4","price":"195000","area":"367"} , +{"type":"Feature","id":"n5368186589","geometry":{"type":"Point","coordinates":[-0.0491583,51.4940025]},"properties":{"@type":"node","@id":5368186589,"@timestamp":1517151290},"coords":"51.4940025,-0.0491583","bedrooms":"3","price":"289000","area":"698"} , +{"type":"Feature","id":"n5368282753","geometry":{"type":"Point","coordinates":[-0.0515601,51.4913747]},"properties":{"@type":"node","@id":5368282753,"@timestamp":1517153921},"coords":"51.4913747,-0.0515601","bedrooms":"4","price":"263000","area":"655"} , +{"type":"Feature","id":"n5368436907","geometry":{"type":"Point","coordinates":[0.1991124,51.5510409]},"properties":{"@type":"node","@id":5368436907,"@timestamp":1525997316},"coords":"51.5510409,0.1991124","bedrooms":"2","price":"266000","area":"627"} , +{"type":"Feature","id":"n5368468226","geometry":{"type":"Point","coordinates":[-0.9764493,51.4633634]},"properties":{"@type":"node","@id":5368468226,"@timestamp":1517159935},"coords":"51.4633634,-0.9764493","bedrooms":"0","price":"230000","area":"512"} , +{"type":"Feature","id":"n5368468554","geometry":{"type":"Point","coordinates":[-0.9777094,51.4646199]},"properties":{"@type":"node","@id":5368468554,"@timestamp":1517159940},"coords":"51.4646199,-0.9777094","bedrooms":"4","price":"218000","area":"666"} , +{"type":"Feature","id":"n5368600158","geometry":{"type":"Point","coordinates":[0.0506946,51.5027147]},"properties":{"@type":"node","@id":5368600158,"@timestamp":1517163976},"coords":"51.5027147,0.0506946","bedrooms":"0","price":"208000","area":"563"} , +{"type":"Feature","id":"n5368637625","geometry":{"type":"Point","coordinates":[0.0805877,51.2582551]},"properties":{"@type":"node","@id":5368637625,"@timestamp":1522094108},"coords":"51.2582551,0.0805877","bedrooms":"1","price":"217000","area":"564"} , +{"type":"Feature","id":"n5368704080","geometry":{"type":"Point","coordinates":[0.0351634,51.5094102]},"properties":{"@type":"node","@id":5368704080,"@timestamp":1611409610},"coords":"51.5094102,0.0351634","bedrooms":"4","price":"182000","area":"626"} , +{"type":"Feature","id":"n5368855623","geometry":{"type":"Point","coordinates":[-0.2353295,51.5365551]},"properties":{"@type":"node","@id":5368855623,"@timestamp":1517173446},"coords":"51.5365551,-0.2353295","bedrooms":"0","price":"179000","area":"671"} , +{"type":"Feature","id":"n5368855633","geometry":{"type":"Point","coordinates":[-0.2375584,51.5353255]},"properties":{"@type":"node","@id":5368855633,"@timestamp":1517173446},"coords":"51.5353255,-0.2375584","bedrooms":"2","price":"261000","area":"377"} , +{"type":"Feature","id":"n5368871229","geometry":{"type":"Point","coordinates":[-0.1892163,51.4449937]},"properties":{"@type":"node","@id":5368871229,"@timestamp":1625840998},"coords":"51.4449937,-0.1892163","bedrooms":"2","price":"188000","area":"443"} , +{"type":"Feature","id":"n5368958956","geometry":{"type":"Point","coordinates":[-0.1866562,51.440449]},"properties":{"@type":"node","@id":5368958956,"@timestamp":1547316399},"coords":"51.440449,-0.1866562","bedrooms":"4","price":"162000","area":"498"} , +{"type":"Feature","id":"n5369021516","geometry":{"type":"Point","coordinates":[0.4469186,51.7220807]},"properties":{"@type":"node","@id":5369021516,"@timestamp":1517177983},"coords":"51.7220807,0.4469186","bedrooms":"2","price":"256000","area":"558"} , +{"type":"Feature","id":"n5369124822","geometry":{"type":"Point","coordinates":[-0.2131726,51.5450223]},"properties":{"@type":"node","@id":5369124822,"@timestamp":1614407845},"coords":"51.5450223,-0.2131726","bedrooms":"3","price":"290000","area":"479"} , +{"type":"Feature","id":"n5369210223","geometry":{"type":"Point","coordinates":[-0.3454953,51.9248086]},"properties":{"@type":"node","@id":5369210223,"@timestamp":1518370831},"coords":"51.9248086,-0.3454953","bedrooms":"4","price":"290000","area":"622"} , +{"type":"Feature","id":"n5369210243","geometry":{"type":"Point","coordinates":[-0.3399226,51.9354704]},"properties":{"@type":"node","@id":5369210243,"@timestamp":1517272125},"coords":"51.9354704,-0.3399226","bedrooms":"1","price":"178000","area":"633"} , +{"type":"Feature","id":"n5369210849","geometry":{"type":"Point","coordinates":[-0.3197864,51.919879]},"properties":{"@type":"node","@id":5369210849,"@timestamp":1517187244},"coords":"51.919879,-0.3197864","bedrooms":"0","price":"191000","area":"582"} , +{"type":"Feature","id":"n5369574834","geometry":{"type":"Point","coordinates":[0.0393289,51.3754263]},"properties":{"@type":"node","@id":5369574834,"@timestamp":1517205188},"coords":"51.3754263,0.0393289","bedrooms":"4","price":"288000","area":"351"} , +{"type":"Feature","id":"n5369574844","geometry":{"type":"Point","coordinates":[0.0363488,51.3740844]},"properties":{"@type":"node","@id":5369574844,"@timestamp":1517205188},"coords":"51.3740844,0.0363488","bedrooms":"2","price":"214000","area":"568"} , +{"type":"Feature","id":"n5369851378","geometry":{"type":"Point","coordinates":[-0.0964201,51.4897886]},"properties":{"@type":"node","@id":5369851378,"@timestamp":1517216430},"coords":"51.4897886,-0.0964201","bedrooms":"0","price":"265000","area":"606"} , +{"type":"Feature","id":"n5370013167","geometry":{"type":"Point","coordinates":[0.0692328,51.2546799]},"properties":{"@type":"node","@id":5370013167,"@timestamp":1517222101},"coords":"51.2546799,0.0692328","bedrooms":"0","price":"261000","area":"504"} , +{"type":"Feature","id":"n5370178849","geometry":{"type":"Point","coordinates":[-0.0014072,51.6007887]},"properties":{"@type":"node","@id":5370178849,"@timestamp":1547650247},"coords":"51.6007887,-0.0014072","bedrooms":"3","price":"216000","area":"627"} , +{"type":"Feature","id":"n5370222465","geometry":{"type":"Point","coordinates":[-0.2183444,51.5463666]},"properties":{"@type":"node","@id":5370222465,"@timestamp":1545073755},"coords":"51.5463666,-0.2183444","bedrooms":"1","price":"183000","area":"675"} , +{"type":"Feature","id":"n5370348464","geometry":{"type":"Point","coordinates":[-0.1667297,51.6291885]},"properties":{"@type":"node","@id":5370348464,"@timestamp":1517232913},"coords":"51.6291885,-0.1667297","bedrooms":"2","price":"248000","area":"553"} , +{"type":"Feature","id":"n5370593170","geometry":{"type":"Point","coordinates":[-0.1785392,51.6911271]},"properties":{"@type":"node","@id":5370593170,"@timestamp":1517241879},"coords":"51.6911271,-0.1785392","bedrooms":"3","price":"159000","area":"350"} , +{"type":"Feature","id":"n5370712252","geometry":{"type":"Point","coordinates":[0.1799003,51.5764103]},"properties":{"@type":"node","@id":5370712252,"@timestamp":1582107598},"coords":"51.5764103,0.1799003","bedrooms":"0","price":"264000","area":"524"} , +{"type":"Feature","id":"n5370783338","geometry":{"type":"Point","coordinates":[0.180232,51.5749668]},"properties":{"@type":"node","@id":5370783338,"@timestamp":1582107598},"coords":"51.5749668,0.180232","bedrooms":"1","price":"248000","area":"353"} , +{"type":"Feature","id":"n5370783396","geometry":{"type":"Point","coordinates":[0.1836325,51.5752363]},"properties":{"@type":"node","@id":5370783396,"@timestamp":1517249219},"coords":"51.5752363,0.1836325","bedrooms":"2","price":"271000","area":"429"} , +{"type":"Feature","id":"n5370783638","geometry":{"type":"Point","coordinates":[0.1820824,51.5764318]},"properties":{"@type":"node","@id":5370783638,"@timestamp":1517249220},"coords":"51.5764318,0.1820824","bedrooms":"2","price":"276000","area":"691"} , +{"type":"Feature","id":"n5370783764","geometry":{"type":"Point","coordinates":[0.1835865,51.5765695]},"properties":{"@type":"node","@id":5370783764,"@timestamp":1517249222},"coords":"51.5765695,0.1835865","bedrooms":"1","price":"228000","area":"596"} , +{"type":"Feature","id":"n5370783774","geometry":{"type":"Point","coordinates":[0.1845361,51.5757834]},"properties":{"@type":"node","@id":5370783774,"@timestamp":1517249223},"coords":"51.5757834,0.1845361","bedrooms":"1","price":"254000","area":"357"} , +{"type":"Feature","id":"n5370783784","geometry":{"type":"Point","coordinates":[0.1863806,51.5765827]},"properties":{"@type":"node","@id":5370783784,"@timestamp":1517249223},"coords":"51.5765827,0.1863806","bedrooms":"2","price":"283000","area":"359"} , +{"type":"Feature","id":"n5370922319","geometry":{"type":"Point","coordinates":[0.0082946,51.5449106]},"properties":{"@type":"node","@id":5370922319,"@timestamp":1517253947},"coords":"51.5449106,0.0082946","bedrooms":"3","price":"259000","area":"370"} , +{"type":"Feature","id":"n5371010149","geometry":{"type":"Point","coordinates":[-0.7599949,51.4222319]},"properties":{"@type":"node","@id":5371010149,"@timestamp":1517256392},"coords":"51.4222319,-0.7599949","bedrooms":"0","price":"202000","area":"681"} , +{"type":"Feature","id":"n5371202928","geometry":{"type":"Point","coordinates":[-0.7440253,51.4175768]},"properties":{"@type":"node","@id":5371202928,"@timestamp":1517261430},"coords":"51.4175768,-0.7440253","bedrooms":"4","price":"274000","area":"524"} , +{"type":"Feature","id":"n5371274566","geometry":{"type":"Point","coordinates":[-0.1247281,51.519351]},"properties":{"@type":"node","@id":5371274566,"@timestamp":1517263580},"coords":"51.519351,-0.1247281","bedrooms":"4","price":"163000","area":"657"} , +{"type":"Feature","id":"n5371299973","geometry":{"type":"Point","coordinates":[-0.1056788,51.0039394]},"properties":{"@type":"node","@id":5371299973,"@timestamp":1517264774},"coords":"51.0039394,-0.1056788","bedrooms":"0","price":"295000","area":"671"} , +{"type":"Feature","id":"n5371304480","geometry":{"type":"Point","coordinates":[0.0083493,51.543145]},"properties":{"@type":"node","@id":5371304480,"@timestamp":1621179316},"coords":"51.543145,0.0083493","bedrooms":"4","price":"265000","area":"632"} , +{"type":"Feature","id":"n5371328183","geometry":{"type":"Point","coordinates":[-0.6069278,51.4826035]},"properties":{"@type":"node","@id":5371328183,"@timestamp":1517266058},"coords":"51.4826035,-0.6069278","bedrooms":"1","price":"170000","area":"641"} , +{"type":"Feature","id":"n5371396566","geometry":{"type":"Point","coordinates":[-0.3707175,51.9489995]},"properties":{"@type":"node","@id":5371396566,"@timestamp":1517272114},"coords":"51.9489995,-0.3707175","bedrooms":"3","price":"188000","area":"643"} , +{"type":"Feature","id":"n5371976089","geometry":{"type":"Point","coordinates":[-0.1687502,51.4787589]},"properties":{"@type":"node","@id":5371976089,"@timestamp":1517298228},"coords":"51.4787589,-0.1687502","bedrooms":"0","price":"243000","area":"543"} , +{"type":"Feature","id":"n5371976104","geometry":{"type":"Point","coordinates":[-0.1748718,51.4752783]},"properties":{"@type":"node","@id":5371976104,"@timestamp":1517298094},"coords":"51.4752783,-0.1748718","bedrooms":"2","price":"158000","area":"657"} , +{"type":"Feature","id":"n5371978832","geometry":{"type":"Point","coordinates":[-0.1769122,51.469254]},"properties":{"@type":"node","@id":5371978832,"@timestamp":1517298095},"coords":"51.469254,-0.1769122","bedrooms":"1","price":"279000","area":"523"} , +{"type":"Feature","id":"n5372748837","geometry":{"type":"Point","coordinates":[-0.146387,51.9674704]},"properties":{"@type":"node","@id":5372748837,"@timestamp":1528209884},"coords":"51.9674704,-0.146387","bedrooms":"4","price":"152000","area":"352"} , +{"type":"Feature","id":"n5372958720","geometry":{"type":"Point","coordinates":[0.0990728,51.5984254]},"properties":{"@type":"node","@id":5372958720,"@timestamp":1612349374},"coords":"51.5984254,0.0990728","bedrooms":"0","price":"241000","area":"408"} , +{"type":"Feature","id":"n5373004273","geometry":{"type":"Point","coordinates":[0.101371,51.5988909]},"properties":{"@type":"node","@id":5373004273,"@timestamp":1517335067},"coords":"51.5988909,0.101371","bedrooms":"2","price":"165000","area":"625"} , +{"type":"Feature","id":"n5373382291","geometry":{"type":"Point","coordinates":[0.0102034,51.5462306]},"properties":{"@type":"node","@id":5373382291,"@timestamp":1635508515},"coords":"51.5462306,0.0102034","bedrooms":"3","price":"157000","area":"499"} , +{"type":"Feature","id":"n5373488537","geometry":{"type":"Point","coordinates":[-0.4814281,51.3498069]},"properties":{"@type":"node","@id":5373488537,"@timestamp":1517345872},"coords":"51.3498069,-0.4814281","bedrooms":"3","price":"164000","area":"633"} , +{"type":"Feature","id":"n5373695361","geometry":{"type":"Point","coordinates":[0.0073735,51.5452825]},"properties":{"@type":"node","@id":5373695361,"@timestamp":1517354188},"coords":"51.5452825,0.0073735","bedrooms":"2","price":"208000","area":"390"} , +{"type":"Feature","id":"n5373732469","geometry":{"type":"Point","coordinates":[-0.0014249,51.6083903]},"properties":{"@type":"node","@id":5373732469,"@timestamp":1617452873},"coords":"51.6083903,-0.0014249","bedrooms":"1","price":"257000","area":"426"} , +{"type":"Feature","id":"n5373745673","geometry":{"type":"Point","coordinates":[-0.3563717,51.9361576]},"properties":{"@type":"node","@id":5373745673,"@timestamp":1517357774},"coords":"51.9361576,-0.3563717","bedrooms":"3","price":"239000","area":"631"} , +{"type":"Feature","id":"n5373745716","geometry":{"type":"Point","coordinates":[-0.3489178,51.9349702]},"properties":{"@type":"node","@id":5373745716,"@timestamp":1517357775},"coords":"51.9349702,-0.3489178","bedrooms":"3","price":"275000","area":"445"} , +{"type":"Feature","id":"n5373746173","geometry":{"type":"Point","coordinates":[-0.3554705,51.913632]},"properties":{"@type":"node","@id":5373746173,"@timestamp":1517357777},"coords":"51.913632,-0.3554705","bedrooms":"1","price":"282000","area":"630"} , +{"type":"Feature","id":"n5373746308","geometry":{"type":"Point","coordinates":[-0.3413057,51.9275142]},"properties":{"@type":"node","@id":5373746308,"@timestamp":1517357779},"coords":"51.9275142,-0.3413057","bedrooms":"2","price":"219000","area":"448"} , +{"type":"Feature","id":"n5373783107","geometry":{"type":"Point","coordinates":[-0.1281948,51.5221683]},"properties":{"@type":"node","@id":5373783107,"@timestamp":1517359518},"coords":"51.5221683,-0.1281948","bedrooms":"4","price":"250000","area":"374"} , +{"type":"Feature","id":"n5373783461","geometry":{"type":"Point","coordinates":[-0.1268665,51.5208131]},"properties":{"@type":"node","@id":5373783461,"@timestamp":1517359522},"coords":"51.5208131,-0.1268665","bedrooms":"1","price":"204000","area":"670"} , +{"type":"Feature","id":"n5374083454","geometry":{"type":"Point","coordinates":[-0.1082809,51.4801306]},"properties":{"@type":"node","@id":5374083454,"@timestamp":1612989914},"coords":"51.4801306,-0.1082809","bedrooms":"0","price":"207000","area":"666"} , +{"type":"Feature","id":"n5374183742","geometry":{"type":"Point","coordinates":[-0.1052821,51.5183603]},"properties":{"@type":"node","@id":5374183742,"@timestamp":1635292483},"coords":"51.5183603,-0.1052821","bedrooms":"0","price":"252000","area":"380"} , +{"type":"Feature","id":"n5375414527","geometry":{"type":"Point","coordinates":[-0.3713928,51.5740344]},"properties":{"@type":"node","@id":5375414527,"@timestamp":1632258676},"coords":"51.5740344,-0.3713928","bedrooms":"2","price":"291000","area":"548"} , +{"type":"Feature","id":"n5375552652","geometry":{"type":"Point","coordinates":[-0.4095436,51.6000823]},"properties":{"@type":"node","@id":5375552652,"@timestamp":1517409570},"coords":"51.6000823,-0.4095436","bedrooms":"1","price":"265000","area":"474"} , +{"type":"Feature","id":"n5375552663","geometry":{"type":"Point","coordinates":[-0.4223786,51.6115408]},"properties":{"@type":"node","@id":5375552663,"@timestamp":1517409570},"coords":"51.6115408,-0.4223786","bedrooms":"0","price":"180000","area":"606"} , +{"type":"Feature","id":"n5375574878","geometry":{"type":"Point","coordinates":[-0.2984471,51.4499908]},"properties":{"@type":"node","@id":5375574878,"@timestamp":1629842094},"coords":"51.4499908,-0.2984471","bedrooms":"2","price":"286000","area":"356"} , +{"type":"Feature","id":"n5375958576","geometry":{"type":"Point","coordinates":[-0.4536259,51.013211]},"properties":{"@type":"node","@id":5375958576,"@timestamp":1517422516},"coords":"51.013211,-0.4536259","bedrooms":"2","price":"216000","area":"450"} , +{"type":"Feature","id":"n5376151722","geometry":{"type":"Point","coordinates":[0.0369136,51.5026976]},"properties":{"@type":"node","@id":5376151722,"@timestamp":1530307844},"coords":"51.5026976,0.0369136","bedrooms":"2","price":"166000","area":"367"} , +{"type":"Feature","id":"n5376151732","geometry":{"type":"Point","coordinates":[0.0133692,51.509145]},"properties":{"@type":"node","@id":5376151732,"@timestamp":1573476888},"coords":"51.509145,0.0133692","bedrooms":"2","price":"227000","area":"410"} , +{"type":"Feature","id":"n5376781624","geometry":{"type":"Point","coordinates":[0.1928123,51.5393934]},"properties":{"@type":"node","@id":5376781624,"@timestamp":1525997509},"coords":"51.5393934,0.1928123","bedrooms":"3","price":"277000","area":"512"} , +{"type":"Feature","id":"n5376809166","geometry":{"type":"Point","coordinates":[-0.298665,51.450245]},"properties":{"@type":"node","@id":5376809166,"@timestamp":1629842094},"coords":"51.450245,-0.298665","bedrooms":"4","price":"255000","area":"613"} , +{"type":"Feature","id":"n5376901137","geometry":{"type":"Point","coordinates":[-0.3415471,51.9424775]},"properties":{"@type":"node","@id":5376901137,"@timestamp":1517446575},"coords":"51.9424775,-0.3415471","bedrooms":"4","price":"248000","area":"435"} , +{"type":"Feature","id":"n5376901171","geometry":{"type":"Point","coordinates":[-0.3477766,51.93755]},"properties":{"@type":"node","@id":5376901171,"@timestamp":1517446576},"coords":"51.93755,-0.3477766","bedrooms":"3","price":"259000","area":"352"} , +{"type":"Feature","id":"n5377671722","geometry":{"type":"Point","coordinates":[-0.9822594,51.5506538]},"properties":{"@type":"node","@id":5377671722,"@timestamp":1517482090},"coords":"51.5506538,-0.9822594","bedrooms":"1","price":"175000","area":"596"} , +{"type":"Feature","id":"n5377810187","geometry":{"type":"Point","coordinates":[0.1746957,51.5846941]},"properties":{"@type":"node","@id":5377810187,"@timestamp":1517487021},"coords":"51.5846941,0.1746957","bedrooms":"2","price":"188000","area":"428"} , +{"type":"Feature","id":"n5377811485","geometry":{"type":"Point","coordinates":[0.1741723,51.583025]},"properties":{"@type":"node","@id":5377811485,"@timestamp":1517487026},"coords":"51.583025,0.1741723","bedrooms":"2","price":"217000","area":"508"} , +{"type":"Feature","id":"n5377811655","geometry":{"type":"Point","coordinates":[0.1767625,51.5821101]},"properties":{"@type":"node","@id":5377811655,"@timestamp":1517487030},"coords":"51.5821101,0.1767625","bedrooms":"3","price":"210000","area":"601"} , +{"type":"Feature","id":"n5377811702","geometry":{"type":"Point","coordinates":[0.1777611,51.5810887]},"properties":{"@type":"node","@id":5377811702,"@timestamp":1517487032},"coords":"51.5810887,0.1777611","bedrooms":"2","price":"229000","area":"489"} , +{"type":"Feature","id":"n5378053037","geometry":{"type":"Point","coordinates":[-0.4771862,51.3433062]},"properties":{"@type":"node","@id":5378053037,"@timestamp":1517494198},"coords":"51.3433062,-0.4771862","bedrooms":"4","price":"241000","area":"420"} , +{"type":"Feature","id":"n5378135106","geometry":{"type":"Point","coordinates":[-0.2795476,51.1119176]},"properties":{"@type":"node","@id":5378135106,"@timestamp":1517495879},"coords":"51.1119176,-0.2795476","bedrooms":"2","price":"173000","area":"675"} , +{"type":"Feature","id":"n5378253993","geometry":{"type":"Point","coordinates":[-0.6356998,51.273209]},"properties":{"@type":"node","@id":5378253993,"@timestamp":1517500702},"coords":"51.273209,-0.6356998","bedrooms":"0","price":"291000","area":"577"} , +{"type":"Feature","id":"n5378729037","geometry":{"type":"Point","coordinates":[-0.3146716,51.4777293]},"properties":{"@type":"node","@id":5378729037,"@timestamp":1598648011},"coords":"51.4777293,-0.3146716","bedrooms":"2","price":"150000","area":"662"} , +{"type":"Feature","id":"n5379152991","geometry":{"type":"Point","coordinates":[0.0041401,51.5447645]},"properties":{"@type":"node","@id":5379152991,"@timestamp":1528464392},"coords":"51.5447645,0.0041401","bedrooms":"0","price":"232000","area":"667"} , +{"type":"Feature","id":"n5379215611","geometry":{"type":"Point","coordinates":[-0.2988563,51.4501241]},"properties":{"@type":"node","@id":5379215611,"@timestamp":1629842094},"coords":"51.4501241,-0.2988563","bedrooms":"4","price":"222000","area":"443"} , +{"type":"Feature","id":"n5379360917","geometry":{"type":"Point","coordinates":[-0.2977443,51.4482287]},"properties":{"@type":"node","@id":5379360917,"@timestamp":1629842094},"coords":"51.4482287,-0.2977443","bedrooms":"1","price":"195000","area":"605"} , +{"type":"Feature","id":"n5379399599","geometry":{"type":"Point","coordinates":[-0.3469276,51.9373251]},"properties":{"@type":"node","@id":5379399599,"@timestamp":1517525346},"coords":"51.9373251,-0.3469276","bedrooms":"1","price":"209000","area":"590"} , +{"type":"Feature","id":"n5379469343","geometry":{"type":"Point","coordinates":[-0.1302155,51.5236325]},"properties":{"@type":"node","@id":5379469343,"@timestamp":1630092121},"coords":"51.5236325,-0.1302155","bedrooms":"3","price":"298000","area":"671"} , +{"type":"Feature","id":"n5379544025","geometry":{"type":"Point","coordinates":[-0.1313837,51.5239182]},"properties":{"@type":"node","@id":5379544025,"@timestamp":1604858707},"coords":"51.5239182,-0.1313837","bedrooms":"4","price":"284000","area":"404"} , +{"type":"Feature","id":"n5380123252","geometry":{"type":"Point","coordinates":[0.0095264,51.2678565]},"properties":{"@type":"node","@id":5380123252,"@timestamp":1517561223},"coords":"51.2678565,0.0095264","bedrooms":"4","price":"229000","area":"578"} , +{"type":"Feature","id":"n5380536348","geometry":{"type":"Point","coordinates":[-0.3237192,51.0663734]},"properties":{"@type":"node","@id":5380536348,"@timestamp":1517654213},"coords":"51.0663734,-0.3237192","bedrooms":"3","price":"150000","area":"370"} , +{"type":"Feature","id":"n5380547117","geometry":{"type":"Point","coordinates":[-0.0848246,51.056665]},"properties":{"@type":"node","@id":5380547117,"@timestamp":1517576386},"coords":"51.056665,-0.0848246","bedrooms":"0","price":"248000","area":"602"} , +{"type":"Feature","id":"n5380916438","geometry":{"type":"Point","coordinates":[-0.3145264,51.4771664]},"properties":{"@type":"node","@id":5380916438,"@timestamp":1586857608},"coords":"51.4771664,-0.3145264","bedrooms":"3","price":"150000","area":"605"} , +{"type":"Feature","id":"n5381210986","geometry":{"type":"Point","coordinates":[-0.3578362,51.9439392]},"properties":{"@type":"node","@id":5381210986,"@timestamp":1517597943},"coords":"51.9439392,-0.3578362","bedrooms":"2","price":"207000","area":"427"} , +{"type":"Feature","id":"n5381211010","geometry":{"type":"Point","coordinates":[-0.3551124,51.9427165]},"properties":{"@type":"node","@id":5381211010,"@timestamp":1517597944},"coords":"51.9427165,-0.3551124","bedrooms":"4","price":"198000","area":"418"} , +{"type":"Feature","id":"n5381211020","geometry":{"type":"Point","coordinates":[-0.3542393,51.9425214]},"properties":{"@type":"node","@id":5381211020,"@timestamp":1517705339},"coords":"51.9425214,-0.3542393","bedrooms":"3","price":"255000","area":"673"} , +{"type":"Feature","id":"n5381214482","geometry":{"type":"Point","coordinates":[-0.3568035,51.9438482]},"properties":{"@type":"node","@id":5381214482,"@timestamp":1517705339},"coords":"51.9438482,-0.3568035","bedrooms":"4","price":"182000","area":"399"} , +{"type":"Feature","id":"n5381265972","geometry":{"type":"Point","coordinates":[-0.4751456,51.3311282]},"properties":{"@type":"node","@id":5381265972,"@timestamp":1517600104},"coords":"51.3311282,-0.4751456","bedrooms":"2","price":"271000","area":"440"} , +{"type":"Feature","id":"n5381418005","geometry":{"type":"Point","coordinates":[-0.147527,51.5157074]},"properties":{"@type":"node","@id":5381418005,"@timestamp":1517604157},"coords":"51.5157074,-0.147527","bedrooms":"2","price":"176000","area":"486"} , +{"type":"Feature","id":"n5381419761","geometry":{"type":"Point","coordinates":[-0.1115628,51.5245343]},"properties":{"@type":"node","@id":5381419761,"@timestamp":1517604158},"coords":"51.5245343,-0.1115628","bedrooms":"4","price":"271000","area":"620"} , +{"type":"Feature","id":"n5381419800","geometry":{"type":"Point","coordinates":[-0.1129484,51.5254559]},"properties":{"@type":"node","@id":5381419800,"@timestamp":1517604159},"coords":"51.5254559,-0.1129484","bedrooms":"2","price":"259000","area":"429"} , +{"type":"Feature","id":"n5381438846","geometry":{"type":"Point","coordinates":[-0.1119578,51.5248269]},"properties":{"@type":"node","@id":5381438846,"@timestamp":1517604791},"coords":"51.5248269,-0.1119578","bedrooms":"2","price":"243000","area":"644"} , +{"type":"Feature","id":"n5381654091","geometry":{"type":"Point","coordinates":[-0.087823,50.9690643]},"properties":{"@type":"node","@id":5381654091,"@timestamp":1527763895},"coords":"50.9690643,-0.087823","bedrooms":"3","price":"283000","area":"423"} , +{"type":"Feature","id":"n5381922312","geometry":{"type":"Point","coordinates":[-0.2980966,51.4485317]},"properties":{"@type":"node","@id":5381922312,"@timestamp":1629842094},"coords":"51.4485317,-0.2980966","bedrooms":"1","price":"250000","area":"657"} , +{"type":"Feature","id":"n5382672639","geometry":{"type":"Point","coordinates":[-0.2101847,51.5465204]},"properties":{"@type":"node","@id":5382672639,"@timestamp":1517652579},"coords":"51.5465204,-0.2101847","bedrooms":"3","price":"211000","area":"398"} , +{"type":"Feature","id":"n5382747544","geometry":{"type":"Point","coordinates":[-0.3297672,51.0642094]},"properties":{"@type":"node","@id":5382747544,"@timestamp":1517655505},"coords":"51.0642094,-0.3297672","bedrooms":"3","price":"281000","area":"549"} , +{"type":"Feature","id":"n5382817344","geometry":{"type":"Point","coordinates":[-0.3053145,51.0695062]},"properties":{"@type":"node","@id":5382817344,"@timestamp":1517658670},"coords":"51.0695062,-0.3053145","bedrooms":"0","price":"299000","area":"632"} , +{"type":"Feature","id":"n5382875191","geometry":{"type":"Point","coordinates":[0.1795277,51.5794325]},"properties":{"@type":"node","@id":5382875191,"@timestamp":1517661519},"coords":"51.5794325,0.1795277","bedrooms":"4","price":"187000","area":"383"} , +{"type":"Feature","id":"n5382875213","geometry":{"type":"Point","coordinates":[0.1814836,51.5793912]},"properties":{"@type":"node","@id":5382875213,"@timestamp":1517661521},"coords":"51.5793912,0.1814836","bedrooms":"4","price":"225000","area":"572"} , +{"type":"Feature","id":"n5382875523","geometry":{"type":"Point","coordinates":[0.1822221,51.5799469]},"properties":{"@type":"node","@id":5382875523,"@timestamp":1517661523},"coords":"51.5799469,0.1822221","bedrooms":"3","price":"182000","area":"395"} , +{"type":"Feature","id":"n5382875533","geometry":{"type":"Point","coordinates":[0.1834364,51.5797699]},"properties":{"@type":"node","@id":5382875533,"@timestamp":1517661524},"coords":"51.5797699,0.1834364","bedrooms":"1","price":"237000","area":"469"} , +{"type":"Feature","id":"n5382875543","geometry":{"type":"Point","coordinates":[0.1846557,51.5789685]},"properties":{"@type":"node","@id":5382875543,"@timestamp":1585728107},"coords":"51.5789685,0.1846557","bedrooms":"1","price":"260000","area":"380"} , +{"type":"Feature","id":"n5382875566","geometry":{"type":"Point","coordinates":[0.183817,51.5783087]},"properties":{"@type":"node","@id":5382875566,"@timestamp":1517661527},"coords":"51.5783087,0.183817","bedrooms":"2","price":"249000","area":"574"} , +{"type":"Feature","id":"n5383004762","geometry":{"type":"Point","coordinates":[-0.133098,51.5258601]},"properties":{"@type":"node","@id":5383004762,"@timestamp":1604858707},"coords":"51.5258601,-0.133098","bedrooms":"3","price":"235000","area":"389"} , +{"type":"Feature","id":"n5383017085","geometry":{"type":"Point","coordinates":[0.1826912,51.5780594]},"properties":{"@type":"node","@id":5383017085,"@timestamp":1517665620},"coords":"51.5780594,0.1826912","bedrooms":"4","price":"243000","area":"560"} , +{"type":"Feature","id":"n5383017099","geometry":{"type":"Point","coordinates":[0.1839101,51.5786386]},"properties":{"@type":"node","@id":5383017099,"@timestamp":1517665622},"coords":"51.5786386,0.1839101","bedrooms":"0","price":"158000","area":"624"} , +{"type":"Feature","id":"n5383017113","geometry":{"type":"Point","coordinates":[0.1828858,51.5777822]},"properties":{"@type":"node","@id":5383017113,"@timestamp":1584906900},"coords":"51.5777822,0.1828858","bedrooms":"4","price":"194000","area":"369"} , +{"type":"Feature","id":"n5383017323","geometry":{"type":"Point","coordinates":[0.1833874,51.5772824]},"properties":{"@type":"node","@id":5383017323,"@timestamp":1517665624},"coords":"51.5772824,0.1833874","bedrooms":"0","price":"280000","area":"505"} , +{"type":"Feature","id":"n5383017333","geometry":{"type":"Point","coordinates":[0.1828584,51.5771728]},"properties":{"@type":"node","@id":5383017333,"@timestamp":1585728107},"coords":"51.5771728,0.1828584","bedrooms":"3","price":"295000","area":"467"} , +{"type":"Feature","id":"n5383017343","geometry":{"type":"Point","coordinates":[0.1820952,51.5770611]},"properties":{"@type":"node","@id":5383017343,"@timestamp":1517665626},"coords":"51.5770611,0.1820952","bedrooms":"1","price":"296000","area":"392"} , +{"type":"Feature","id":"n5383984926","geometry":{"type":"Point","coordinates":[-0.1620657,51.5423669]},"properties":{"@type":"node","@id":5383984926,"@timestamp":1517687680},"coords":"51.5423669,-0.1620657","bedrooms":"4","price":"269000","area":"689"} , +{"type":"Feature","id":"n5384190451","geometry":{"type":"Point","coordinates":[-0.1278426,51.5371816]},"properties":{"@type":"node","@id":5384190451,"@timestamp":1622053648},"coords":"51.5371816,-0.1278426","bedrooms":"0","price":"260000","area":"422"} , +{"type":"Feature","id":"n5384467342","geometry":{"type":"Point","coordinates":[0.0145655,51.5251692]},"properties":{"@type":"node","@id":5384467342,"@timestamp":1517698102},"coords":"51.5251692,0.0145655","bedrooms":"3","price":"269000","area":"352"} , +{"type":"Feature","id":"n5384603561","geometry":{"type":"Point","coordinates":[-0.7937886,51.2776042]},"properties":{"@type":"node","@id":5384603561,"@timestamp":1623920787},"coords":"51.2776042,-0.7937886","bedrooms":"3","price":"187000","area":"563"} , +{"type":"Feature","id":"n5384666919","geometry":{"type":"Point","coordinates":[-0.3553122,51.9437689]},"properties":{"@type":"node","@id":5384666919,"@timestamp":1517705318},"coords":"51.9437689,-0.3553122","bedrooms":"4","price":"182000","area":"556"} , +{"type":"Feature","id":"n5384667063","geometry":{"type":"Point","coordinates":[-0.3525066,51.9415756]},"properties":{"@type":"node","@id":5384667063,"@timestamp":1517705321},"coords":"51.9415756,-0.3525066","bedrooms":"4","price":"172000","area":"650"} , +{"type":"Feature","id":"n5384667090","geometry":{"type":"Point","coordinates":[-0.3529412,51.9419997]},"properties":{"@type":"node","@id":5384667090,"@timestamp":1517705322},"coords":"51.9419997,-0.3529412","bedrooms":"4","price":"154000","area":"438"} , +{"type":"Feature","id":"n5384667281","geometry":{"type":"Point","coordinates":[-0.3532684,51.9422932]},"properties":{"@type":"node","@id":5384667281,"@timestamp":1517705326},"coords":"51.9422932,-0.3532684","bedrooms":"0","price":"208000","area":"454"} , +{"type":"Feature","id":"n5384667291","geometry":{"type":"Point","coordinates":[-0.3551459,51.9436821]},"properties":{"@type":"node","@id":5384667291,"@timestamp":1517705327},"coords":"51.9436821,-0.3551459","bedrooms":"4","price":"203000","area":"405"} , +{"type":"Feature","id":"n5385267240","geometry":{"type":"Point","coordinates":[-0.1717326,51.4270342]},"properties":{"@type":"node","@id":5385267240,"@timestamp":1617619711},"coords":"51.4270342,-0.1717326","bedrooms":"2","price":"286000","area":"529"} , +{"type":"Feature","id":"n5385478835","geometry":{"type":"Point","coordinates":[0.0088054,51.5441624]},"properties":{"@type":"node","@id":5385478835,"@timestamp":1628153835},"coords":"51.5441624,0.0088054","bedrooms":"0","price":"221000","area":"487"} , +{"type":"Feature","id":"n5385886620","geometry":{"type":"Point","coordinates":[-0.083233,51.4625396]},"properties":{"@type":"node","@id":5385886620,"@timestamp":1594523164},"coords":"51.4625396,-0.083233","bedrooms":"3","price":"284000","area":"411"} , +{"type":"Feature","id":"n5386341177","geometry":{"type":"Point","coordinates":[-0.1244334,51.5102989]},"properties":{"@type":"node","@id":5386341177,"@timestamp":1517752274},"coords":"51.5102989,-0.1244334","bedrooms":"4","price":"217000","area":"602"} , +{"type":"Feature","id":"n5386496856","geometry":{"type":"Point","coordinates":[-0.1661511,51.2417739]},"properties":{"@type":"node","@id":5386496856,"@timestamp":1610115676},"coords":"51.2417739,-0.1661511","bedrooms":"4","price":"206000","area":"568"} , +{"type":"Feature","id":"n5387025226","geometry":{"type":"Point","coordinates":[-0.204692,51.5245912]},"properties":{"@type":"node","@id":5387025226,"@timestamp":1569135486},"coords":"51.5245912,-0.204692","bedrooms":"2","price":"166000","area":"406"} , +{"type":"Feature","id":"n5387142192","geometry":{"type":"Point","coordinates":[-0.1803705,51.5264193]},"properties":{"@type":"node","@id":5387142192,"@timestamp":1517762412},"coords":"51.5264193,-0.1803705","bedrooms":"3","price":"239000","area":"392"} , +{"type":"Feature","id":"n5387151247","geometry":{"type":"Point","coordinates":[-0.1834641,51.528913]},"properties":{"@type":"node","@id":5387151247,"@timestamp":1517762824},"coords":"51.528913,-0.1834641","bedrooms":"0","price":"217000","area":"541"} , +{"type":"Feature","id":"n5387300635","geometry":{"type":"Point","coordinates":[-0.1235696,51.5103948]},"properties":{"@type":"node","@id":5387300635,"@timestamp":1517767343},"coords":"51.5103948,-0.1235696","bedrooms":"1","price":"152000","area":"416"} , +{"type":"Feature","id":"n5387300710","geometry":{"type":"Point","coordinates":[-0.6536669,51.8156062]},"properties":{"@type":"node","@id":5387300710,"@timestamp":1517767489},"coords":"51.8156062,-0.6536669","bedrooms":"2","price":"160000","area":"513"} , +{"type":"Feature","id":"n5387388171","geometry":{"type":"Point","coordinates":[-0.4092028,51.602288]},"properties":{"@type":"node","@id":5387388171,"@timestamp":1603331499},"coords":"51.602288,-0.4092028","bedrooms":"3","price":"288000","area":"654"} , +{"type":"Feature","id":"n5387490361","geometry":{"type":"Point","coordinates":[-0.7348096,51.783322]},"properties":{"@type":"node","@id":5387490361,"@timestamp":1536343302},"coords":"51.783322,-0.7348096","bedrooms":"4","price":"266000","area":"616"} , +{"type":"Feature","id":"n5387490379","geometry":{"type":"Point","coordinates":[-0.7399834,51.7589738]},"properties":{"@type":"node","@id":5387490379,"@timestamp":1517773518},"coords":"51.7589738,-0.7399834","bedrooms":"0","price":"245000","area":"566"} , +{"type":"Feature","id":"n5387966322","geometry":{"type":"Point","coordinates":[0.0065517,51.5421661]},"properties":{"@type":"node","@id":5387966322,"@timestamp":1634054910},"coords":"51.5421661,0.0065517","bedrooms":"3","price":"275000","area":"553"} , +{"type":"Feature","id":"n5388000515","geometry":{"type":"Point","coordinates":[-0.355331,51.9292248]},"properties":{"@type":"node","@id":5388000515,"@timestamp":1517785748},"coords":"51.9292248,-0.355331","bedrooms":"1","price":"264000","area":"440"} , +{"type":"Feature","id":"n5388000618","geometry":{"type":"Point","coordinates":[-0.3497627,51.9418633]},"properties":{"@type":"node","@id":5388000618,"@timestamp":1517785750},"coords":"51.9418633,-0.3497627","bedrooms":"0","price":"175000","area":"643"} , +{"type":"Feature","id":"n5388000762","geometry":{"type":"Point","coordinates":[-0.3345707,51.9543213]},"properties":{"@type":"node","@id":5388000762,"@timestamp":1517785753},"coords":"51.9543213,-0.3345707","bedrooms":"0","price":"262000","area":"611"} , +{"type":"Feature","id":"n5388000889","geometry":{"type":"Point","coordinates":[-0.3327321,51.9486635]},"properties":{"@type":"node","@id":5388000889,"@timestamp":1517785756},"coords":"51.9486635,-0.3327321","bedrooms":"4","price":"195000","area":"692"} , +{"type":"Feature","id":"n5388234113","geometry":{"type":"Point","coordinates":[-0.1595605,51.4229547]},"properties":{"@type":"node","@id":5388234113,"@timestamp":1619973163},"coords":"51.4229547,-0.1595605","bedrooms":"1","price":"156000","area":"371"} , +{"type":"Feature","id":"n5388476100","geometry":{"type":"Point","coordinates":[-0.1385658,51.5306773]},"properties":{"@type":"node","@id":5388476100,"@timestamp":1631605169},"coords":"51.5306773,-0.1385658","bedrooms":"2","price":"204000","area":"452"} , +{"type":"Feature","id":"n5389629109","geometry":{"type":"Point","coordinates":[-0.3142698,51.5146973]},"properties":{"@type":"node","@id":5389629109,"@timestamp":1629971267},"coords":"51.5146973,-0.3142698","bedrooms":"1","price":"298000","area":"628"} , +{"type":"Feature","id":"n5389777940","geometry":{"type":"Point","coordinates":[-0.2192137,51.5382372]},"properties":{"@type":"node","@id":5389777940,"@timestamp":1517837017},"coords":"51.5382372,-0.2192137","bedrooms":"0","price":"223000","area":"374"} , +{"type":"Feature","id":"n5390735096","geometry":{"type":"Point","coordinates":[-0.5065219,51.3189578]},"properties":{"@type":"node","@id":5390735096,"@timestamp":1517858382},"coords":"51.3189578,-0.5065219","bedrooms":"0","price":"179000","area":"658"} , +{"type":"Feature","id":"n5390760308","geometry":{"type":"Point","coordinates":[-0.5188294,51.3150268]},"properties":{"@type":"node","@id":5390760308,"@timestamp":1517859250},"coords":"51.3150268,-0.5188294","bedrooms":"0","price":"245000","area":"494"} , +{"type":"Feature","id":"n5390834279","geometry":{"type":"Point","coordinates":[-0.5366916,51.3050854]},"properties":{"@type":"node","@id":5390834279,"@timestamp":1517861954},"coords":"51.3050854,-0.5366916","bedrooms":"4","price":"199000","area":"661"} , +{"type":"Feature","id":"n5390894750","geometry":{"type":"Point","coordinates":[-0.5408841,51.3053731]},"properties":{"@type":"node","@id":5390894750,"@timestamp":1517862527},"coords":"51.3053731,-0.5408841","bedrooms":"0","price":"212000","area":"658"} , +{"type":"Feature","id":"n5391099974","geometry":{"type":"Point","coordinates":[0.0058267,51.5420988]},"properties":{"@type":"node","@id":5391099974,"@timestamp":1626195978},"coords":"51.5420988,0.0058267","bedrooms":"4","price":"151000","area":"660"} , +{"type":"Feature","id":"n5391163083","geometry":{"type":"Point","coordinates":[-0.1230142,51.5107891]},"properties":{"@type":"node","@id":5391163083,"@timestamp":1517874123},"coords":"51.5107891,-0.1230142","bedrooms":"4","price":"233000","area":"380"} , +{"type":"Feature","id":"n5391180157","geometry":{"type":"Point","coordinates":[-0.3499098,51.95659]},"properties":{"@type":"node","@id":5391180157,"@timestamp":1517875018},"coords":"51.95659,-0.3499098","bedrooms":"2","price":"272000","area":"429"} , +{"type":"Feature","id":"n5391180180","geometry":{"type":"Point","coordinates":[-0.3572582,51.9578264]},"properties":{"@type":"node","@id":5391180180,"@timestamp":1517875019},"coords":"51.9578264,-0.3572582","bedrooms":"2","price":"286000","area":"444"} , +{"type":"Feature","id":"n5391180190","geometry":{"type":"Point","coordinates":[-0.344224,51.9516136]},"properties":{"@type":"node","@id":5391180190,"@timestamp":1517875019},"coords":"51.9516136,-0.344224","bedrooms":"0","price":"195000","area":"519"} , +{"type":"Feature","id":"n5391181034","geometry":{"type":"Point","coordinates":[-0.3491908,51.9482924]},"properties":{"@type":"node","@id":5391181034,"@timestamp":1517875025},"coords":"51.9482924,-0.3491908","bedrooms":"3","price":"177000","area":"420"} , +{"type":"Feature","id":"n5391181289","geometry":{"type":"Point","coordinates":[-0.3500316,51.9484296]},"properties":{"@type":"node","@id":5391181289,"@timestamp":1517875028},"coords":"51.9484296,-0.3500316","bedrooms":"2","price":"268000","area":"694"} , +{"type":"Feature","id":"n5391181318","geometry":{"type":"Point","coordinates":[-0.3498605,51.9476188]},"properties":{"@type":"node","@id":5391181318,"@timestamp":1517875029},"coords":"51.9476188,-0.3498605","bedrooms":"4","price":"265000","area":"615"} , +{"type":"Feature","id":"n5391181613","geometry":{"type":"Point","coordinates":[-0.3490924,51.9484466]},"properties":{"@type":"node","@id":5391181613,"@timestamp":1517875031},"coords":"51.9484466,-0.3490924","bedrooms":"4","price":"275000","area":"474"} , +{"type":"Feature","id":"n5392665221","geometry":{"type":"Point","coordinates":[-0.0536246,51.4816046]},"properties":{"@type":"node","@id":5392665221,"@timestamp":1517912401},"coords":"51.4816046,-0.0536246","bedrooms":"3","price":"233000","area":"367"} , +{"type":"Feature","id":"n5392665528","geometry":{"type":"Point","coordinates":[-0.0590279,51.5637292]},"properties":{"@type":"node","@id":5392665528,"@timestamp":1517912408},"coords":"51.5637292,-0.0590279","bedrooms":"1","price":"244000","area":"495"} , +{"type":"Feature","id":"n5393177189","geometry":{"type":"Point","coordinates":[-0.1865377,51.3656511]},"properties":{"@type":"node","@id":5393177189,"@timestamp":1517925344},"coords":"51.3656511,-0.1865377","bedrooms":"0","price":"268000","area":"564"} , +{"type":"Feature","id":"n5393430564","geometry":{"type":"Point","coordinates":[-0.3042762,51.0691217]},"properties":{"@type":"node","@id":5393430564,"@timestamp":1542494376},"coords":"51.0691217,-0.3042762","bedrooms":"2","price":"266000","area":"520"} , +{"type":"Feature","id":"n5393666478","geometry":{"type":"Point","coordinates":[-0.4639363,51.353055]},"properties":{"@type":"node","@id":5393666478,"@timestamp":1517937676},"coords":"51.353055,-0.4639363","bedrooms":"0","price":"166000","area":"362"} , +{"type":"Feature","id":"n5393666488","geometry":{"type":"Point","coordinates":[-0.4645506,51.3510314]},"properties":{"@type":"node","@id":5393666488,"@timestamp":1517937676},"coords":"51.3510314,-0.4645506","bedrooms":"2","price":"287000","area":"400"} , +{"type":"Feature","id":"n5393920903","geometry":{"type":"Point","coordinates":[-0.3471288,51.956014]},"properties":{"@type":"node","@id":5393920903,"@timestamp":1517944582},"coords":"51.956014,-0.3471288","bedrooms":"3","price":"195000","area":"599"} , +{"type":"Feature","id":"n5393922158","geometry":{"type":"Point","coordinates":[-0.3430492,51.9533477]},"properties":{"@type":"node","@id":5393922158,"@timestamp":1517944585},"coords":"51.9533477,-0.3430492","bedrooms":"3","price":"238000","area":"594"} , +{"type":"Feature","id":"n5393922649","geometry":{"type":"Point","coordinates":[-0.3460962,51.9519448]},"properties":{"@type":"node","@id":5393922649,"@timestamp":1517944591},"coords":"51.9519448,-0.3460962","bedrooms":"0","price":"232000","area":"409"} , +{"type":"Feature","id":"n5393922697","geometry":{"type":"Point","coordinates":[-0.3466381,51.950998]},"properties":{"@type":"node","@id":5393922697,"@timestamp":1517944592},"coords":"51.950998,-0.3466381","bedrooms":"2","price":"216000","area":"491"} , +{"type":"Feature","id":"n5394405249","geometry":{"type":"Point","coordinates":[-0.106689,51.5040002]},"properties":{"@type":"node","@id":5394405249,"@timestamp":1517954868},"coords":"51.5040002,-0.106689","bedrooms":"1","price":"239000","area":"359"} , +{"type":"Feature","id":"n5394416793","geometry":{"type":"Point","coordinates":[0.0059762,51.544713]},"properties":{"@type":"node","@id":5394416793,"@timestamp":1517955184},"coords":"51.544713,0.0059762","bedrooms":"3","price":"245000","area":"691"} , +{"type":"Feature","id":"n5394650421","geometry":{"type":"Point","coordinates":[-0.1221612,51.511284]},"properties":{"@type":"node","@id":5394650421,"@timestamp":1517966826},"coords":"51.511284,-0.1221612","bedrooms":"4","price":"279000","area":"398"} , +{"type":"Feature","id":"n5394650467","geometry":{"type":"Point","coordinates":[-0.1215409,51.51057]},"properties":{"@type":"node","@id":5394650467,"@timestamp":1607880329},"coords":"51.51057,-0.1215409","bedrooms":"4","price":"298000","area":"473"} , +{"type":"Feature","id":"n5394710343","geometry":{"type":"Point","coordinates":[-0.3290172,51.9521525]},"properties":{"@type":"node","@id":5394710343,"@timestamp":1517968910},"coords":"51.9521525,-0.3290172","bedrooms":"1","price":"166000","area":"475"} , +{"type":"Feature","id":"n5394710956","geometry":{"type":"Point","coordinates":[-0.3410623,51.9550189]},"properties":{"@type":"node","@id":5394710956,"@timestamp":1517968914},"coords":"51.9550189,-0.3410623","bedrooms":"0","price":"275000","area":"607"} , +{"type":"Feature","id":"n5394710966","geometry":{"type":"Point","coordinates":[-0.3411575,51.9546341]},"properties":{"@type":"node","@id":5394710966,"@timestamp":1517968915},"coords":"51.9546341,-0.3411575","bedrooms":"1","price":"250000","area":"592"} , +{"type":"Feature","id":"n5394711720","geometry":{"type":"Point","coordinates":[-0.3322144,51.9573528]},"properties":{"@type":"node","@id":5394711720,"@timestamp":1517968919},"coords":"51.9573528,-0.3322144","bedrooms":"2","price":"255000","area":"589"} , +{"type":"Feature","id":"n5394711831","geometry":{"type":"Point","coordinates":[-0.3385853,51.9556962]},"properties":{"@type":"node","@id":5394711831,"@timestamp":1517968920},"coords":"51.9556962,-0.3385853","bedrooms":"0","price":"283000","area":"679"} , +{"type":"Feature","id":"n5394711844","geometry":{"type":"Point","coordinates":[-0.3369002,51.9645482]},"properties":{"@type":"node","@id":5394711844,"@timestamp":1517968921},"coords":"51.9645482,-0.3369002","bedrooms":"3","price":"273000","area":"378"} , +{"type":"Feature","id":"n5394711854","geometry":{"type":"Point","coordinates":[-0.3508162,51.9618122]},"properties":{"@type":"node","@id":5394711854,"@timestamp":1517968922},"coords":"51.9618122,-0.3508162","bedrooms":"1","price":"182000","area":"449"} , +{"type":"Feature","id":"n5394711864","geometry":{"type":"Point","coordinates":[-0.344572,51.9512338]},"properties":{"@type":"node","@id":5394711864,"@timestamp":1517968922},"coords":"51.9512338,-0.344572","bedrooms":"2","price":"220000","area":"511"} , +{"type":"Feature","id":"n5394823645","geometry":{"type":"Point","coordinates":[-0.2170489,51.3593292]},"properties":{"@type":"node","@id":5394823645,"@timestamp":1517971529},"coords":"51.3593292,-0.2170489","bedrooms":"2","price":"203000","area":"363"} , +{"type":"Feature","id":"n5395583996","geometry":{"type":"Point","coordinates":[0.0563591,51.5007757]},"properties":{"@type":"node","@id":5395583996,"@timestamp":1518003122},"coords":"51.5007757,0.0563591","bedrooms":"0","price":"245000","area":"638"} , +{"type":"Feature","id":"n5395651067","geometry":{"type":"Point","coordinates":[0.701882,51.5648666]},"properties":{"@type":"node","@id":5395651067,"@timestamp":1518010099},"coords":"51.5648666,0.701882","bedrooms":"3","price":"227000","area":"610"} , +{"type":"Feature","id":"n5396032071","geometry":{"type":"Point","coordinates":[-0.6901106,51.4188145]},"properties":{"@type":"node","@id":5396032071,"@timestamp":1518018682},"coords":"51.4188145,-0.6901106","bedrooms":"2","price":"214000","area":"688"} , +{"type":"Feature","id":"n5396493589","geometry":{"type":"Point","coordinates":[0.1168588,51.6499886]},"properties":{"@type":"node","@id":5396493589,"@timestamp":1556643933},"coords":"51.6499886,0.1168588","bedrooms":"1","price":"280000","area":"594"} , +{"type":"Feature","id":"n5396660157","geometry":{"type":"Point","coordinates":[-0.3319421,51.944336]},"properties":{"@type":"node","@id":5396660157,"@timestamp":1518035963},"coords":"51.944336,-0.3319421","bedrooms":"1","price":"266000","area":"464"} , +{"type":"Feature","id":"n5396664483","geometry":{"type":"Point","coordinates":[-0.3258348,51.9348073]},"properties":{"@type":"node","@id":5396664483,"@timestamp":1518035966},"coords":"51.9348073,-0.3258348","bedrooms":"3","price":"202000","area":"594"} , +{"type":"Feature","id":"n5396664686","geometry":{"type":"Point","coordinates":[-0.331289,51.9263303]},"properties":{"@type":"node","@id":5396664686,"@timestamp":1518035970},"coords":"51.9263303,-0.331289","bedrooms":"3","price":"242000","area":"444"} , +{"type":"Feature","id":"n5396664710","geometry":{"type":"Point","coordinates":[-0.369713,51.9176457]},"properties":{"@type":"node","@id":5396664710,"@timestamp":1518035971},"coords":"51.9176457,-0.369713","bedrooms":"1","price":"188000","area":"678"} , +{"type":"Feature","id":"n5396664727","geometry":{"type":"Point","coordinates":[-0.3180594,51.936406]},"properties":{"@type":"node","@id":5396664727,"@timestamp":1518035972},"coords":"51.936406,-0.3180594","bedrooms":"3","price":"207000","area":"448"} , +{"type":"Feature","id":"n5396664739","geometry":{"type":"Point","coordinates":[-0.3251966,51.9361608]},"properties":{"@type":"node","@id":5396664739,"@timestamp":1518035972},"coords":"51.9361608,-0.3251966","bedrooms":"2","price":"218000","area":"429"} , +{"type":"Feature","id":"n5396664757","geometry":{"type":"Point","coordinates":[-0.325593,51.9349867]},"properties":{"@type":"node","@id":5396664757,"@timestamp":1518035973},"coords":"51.9349867,-0.325593","bedrooms":"2","price":"277000","area":"583"} , +{"type":"Feature","id":"n5396839798","geometry":{"type":"Point","coordinates":[-0.2981352,51.4479099]},"properties":{"@type":"node","@id":5396839798,"@timestamp":1629842094},"coords":"51.4479099,-0.2981352","bedrooms":"2","price":"180000","area":"560"} , +{"type":"Feature","id":"n5397035850","geometry":{"type":"Point","coordinates":[-0.1232032,51.512324]},"properties":{"@type":"node","@id":5397035850,"@timestamp":1518043578},"coords":"51.512324,-0.1232032","bedrooms":"1","price":"232000","area":"646"} , +{"type":"Feature","id":"n5397103503","geometry":{"type":"Point","coordinates":[0.2194771,51.5544835]},"properties":{"@type":"node","@id":5397103503,"@timestamp":1616986269},"coords":"51.5544835,0.2194771","bedrooms":"1","price":"198000","area":"406"} , +{"type":"Feature","id":"n5397231117","geometry":{"type":"Point","coordinates":[-0.0049418,51.5511353]},"properties":{"@type":"node","@id":5397231117,"@timestamp":1518052584},"coords":"51.5511353,-0.0049418","bedrooms":"0","price":"260000","area":"668"} , +{"type":"Feature","id":"n5397231632","geometry":{"type":"Point","coordinates":[-0.0062774,51.5525897]},"properties":{"@type":"node","@id":5397231632,"@timestamp":1626720027},"coords":"51.5525897,-0.0062774","bedrooms":"4","price":"186000","area":"426"} , +{"type":"Feature","id":"n5397353988","geometry":{"type":"Point","coordinates":[-0.2293934,51.520974]},"properties":{"@type":"node","@id":5397353988,"@timestamp":1614514186},"coords":"51.520974,-0.2293934","bedrooms":"4","price":"246000","area":"695"} , +{"type":"Feature","id":"n5398213886","geometry":{"type":"Point","coordinates":[-0.298089,51.4479203]},"properties":{"@type":"node","@id":5398213886,"@timestamp":1629842094},"coords":"51.4479203,-0.298089","bedrooms":"3","price":"263000","area":"397"} , +{"type":"Feature","id":"n5398465124","geometry":{"type":"Point","coordinates":[-0.1292316,51.5134478]},"properties":{"@type":"node","@id":5398465124,"@timestamp":1614571210},"coords":"51.5134478,-0.1292316","bedrooms":"0","price":"283000","area":"486"} , +{"type":"Feature","id":"n5398902962","geometry":{"type":"Point","coordinates":[-0.1957494,51.4797341]},"properties":{"@type":"node","@id":5398902962,"@timestamp":1616887581},"coords":"51.4797341,-0.1957494","bedrooms":"0","price":"206000","area":"491"} , +{"type":"Feature","id":"n5398923916","geometry":{"type":"Point","coordinates":[-0.3875926,51.9135758]},"properties":{"@type":"node","@id":5398923916,"@timestamp":1518113853},"coords":"51.9135758,-0.3875926","bedrooms":"1","price":"174000","area":"622"} , +{"type":"Feature","id":"n5398924231","geometry":{"type":"Point","coordinates":[-0.3867755,51.9118564]},"properties":{"@type":"node","@id":5398924231,"@timestamp":1518400077},"coords":"51.9118564,-0.3867755","bedrooms":"1","price":"265000","area":"530"} , +{"type":"Feature","id":"n5398924299","geometry":{"type":"Point","coordinates":[-0.3894849,51.9120581]},"properties":{"@type":"node","@id":5398924299,"@timestamp":1625828201},"coords":"51.9120581,-0.3894849","bedrooms":"3","price":"161000","area":"396"} , +{"type":"Feature","id":"n5398924477","geometry":{"type":"Point","coordinates":[-0.3902909,51.9140969]},"properties":{"@type":"node","@id":5398924477,"@timestamp":1518113861},"coords":"51.9140969,-0.3902909","bedrooms":"0","price":"152000","area":"654"} , +{"type":"Feature","id":"n5398924583","geometry":{"type":"Point","coordinates":[-0.3964753,51.9026455]},"properties":{"@type":"node","@id":5398924583,"@timestamp":1518113864},"coords":"51.9026455,-0.3964753","bedrooms":"1","price":"178000","area":"443"} , +{"type":"Feature","id":"n5399011940","geometry":{"type":"Point","coordinates":[0.0053006,51.5444816]},"properties":{"@type":"node","@id":5399011940,"@timestamp":1518115421},"coords":"51.5444816,0.0053006","bedrooms":"1","price":"287000","area":"654"} , +{"type":"Feature","id":"n5399256966","geometry":{"type":"Point","coordinates":[-0.7851212,51.4196101]},"properties":{"@type":"node","@id":5399256966,"@timestamp":1617463148},"coords":"51.4196101,-0.7851212","bedrooms":"0","price":"157000","area":"359"} , +{"type":"Feature","id":"n5399446372","geometry":{"type":"Point","coordinates":[0.0077753,51.274238]},"properties":{"@type":"node","@id":5399446372,"@timestamp":1518123536},"coords":"51.274238,0.0077753","bedrooms":"4","price":"177000","area":"539"} , +{"type":"Feature","id":"n5399446382","geometry":{"type":"Point","coordinates":[0.0101883,51.2757154]},"properties":{"@type":"node","@id":5399446382,"@timestamp":1518123537},"coords":"51.2757154,0.0101883","bedrooms":"1","price":"224000","area":"476"} , +{"type":"Feature","id":"n5399446392","geometry":{"type":"Point","coordinates":[0.0098556,51.2768526]},"properties":{"@type":"node","@id":5399446392,"@timestamp":1518123537},"coords":"51.2768526,0.0098556","bedrooms":"1","price":"169000","area":"356"} , +{"type":"Feature","id":"n5399446402","geometry":{"type":"Point","coordinates":[0.0112137,51.2715344]},"properties":{"@type":"node","@id":5399446402,"@timestamp":1518123537},"coords":"51.2715344,0.0112137","bedrooms":"2","price":"289000","area":"564"} , +{"type":"Feature","id":"n5399446528","geometry":{"type":"Point","coordinates":[0.015038,51.2723621]},"properties":{"@type":"node","@id":5399446528,"@timestamp":1518123538},"coords":"51.2723621,0.015038","bedrooms":"3","price":"177000","area":"638"} , +{"type":"Feature","id":"n5399446725","geometry":{"type":"Point","coordinates":[0.0182854,51.2743068]},"properties":{"@type":"node","@id":5399446725,"@timestamp":1518123540},"coords":"51.2743068,0.0182854","bedrooms":"4","price":"221000","area":"461"} , +{"type":"Feature","id":"n5399622031","geometry":{"type":"Point","coordinates":[0.0131646,51.2688148]},"properties":{"@type":"node","@id":5399622031,"@timestamp":1518126428},"coords":"51.2688148,0.0131646","bedrooms":"3","price":"291000","area":"604"} , +{"type":"Feature","id":"n5399622535","geometry":{"type":"Point","coordinates":[0.0139837,51.2773958]},"properties":{"@type":"node","@id":5399622535,"@timestamp":1518126431},"coords":"51.2773958,0.0139837","bedrooms":"1","price":"169000","area":"591"} , +{"type":"Feature","id":"n5399622545","geometry":{"type":"Point","coordinates":[0.0165718,51.2759965]},"properties":{"@type":"node","@id":5399622545,"@timestamp":1518126432},"coords":"51.2759965,0.0165718","bedrooms":"4","price":"183000","area":"457"} , +{"type":"Feature","id":"n5399622555","geometry":{"type":"Point","coordinates":[0.0168367,51.2765747]},"properties":{"@type":"node","@id":5399622555,"@timestamp":1518126432},"coords":"51.2765747,0.0168367","bedrooms":"1","price":"257000","area":"395"} , +{"type":"Feature","id":"n5399689354","geometry":{"type":"Point","coordinates":[0.0220858,51.2776444]},"properties":{"@type":"node","@id":5399689354,"@timestamp":1518127403},"coords":"51.2776444,0.0220858","bedrooms":"1","price":"260000","area":"454"} , +{"type":"Feature","id":"n5399745442","geometry":{"type":"Point","coordinates":[-0.9632034,52.1477263]},"properties":{"@type":"node","@id":5399745442,"@timestamp":1518128016},"coords":"52.1477263,-0.9632034","bedrooms":"0","price":"155000","area":"668"} , +{"type":"Feature","id":"n5399745452","geometry":{"type":"Point","coordinates":[-0.9397143,52.1145238]},"properties":{"@type":"node","@id":5399745452,"@timestamp":1518128017},"coords":"52.1145238,-0.9397143","bedrooms":"1","price":"188000","area":"380"} , +{"type":"Feature","id":"n5400081135","geometry":{"type":"Point","coordinates":[-0.3927236,51.9066768]},"properties":{"@type":"node","@id":5400081135,"@timestamp":1518320378},"coords":"51.9066768,-0.3927236","bedrooms":"1","price":"198000","area":"463"} , +{"type":"Feature","id":"n5400081408","geometry":{"type":"Point","coordinates":[-0.3866214,51.9035268]},"properties":{"@type":"node","@id":5400081408,"@timestamp":1612357061},"coords":"51.9035268,-0.3866214","bedrooms":"3","price":"175000","area":"548"} , +{"type":"Feature","id":"n5400081733","geometry":{"type":"Point","coordinates":[-0.3838201,51.90424]},"properties":{"@type":"node","@id":5400081733,"@timestamp":1518135777},"coords":"51.90424,-0.3838201","bedrooms":"0","price":"212000","area":"493"} , +{"type":"Feature","id":"n5400081812","geometry":{"type":"Point","coordinates":[-0.3878402,51.9034739]},"properties":{"@type":"node","@id":5400081812,"@timestamp":1612368881},"coords":"51.9034739,-0.3878402","bedrooms":"2","price":"169000","area":"485"} , +{"type":"Feature","id":"n5400169220","geometry":{"type":"Point","coordinates":[-0.1234165,51.5136548]},"properties":{"@type":"node","@id":5400169220,"@timestamp":1607877515},"coords":"51.5136548,-0.1234165","bedrooms":"0","price":"224000","area":"385"} , +{"type":"Feature","id":"n5400451024","geometry":{"type":"Point","coordinates":[-0.2126466,51.4382175]},"properties":{"@type":"node","@id":5400451024,"@timestamp":1617377693},"coords":"51.4382175,-0.2126466","bedrooms":"3","price":"244000","area":"493"} , +{"type":"Feature","id":"n5401073874","geometry":{"type":"Point","coordinates":[0.1999627,51.5484748]},"properties":{"@type":"node","@id":5401073874,"@timestamp":1548012612},"coords":"51.5484748,0.1999627","bedrooms":"0","price":"264000","area":"356"} , +{"type":"Feature","id":"n5401713032","geometry":{"type":"Point","coordinates":[-0.3656937,51.9221458]},"properties":{"@type":"node","@id":5401713032,"@timestamp":1518320380},"coords":"51.9221458,-0.3656937","bedrooms":"2","price":"211000","area":"483"} , +{"type":"Feature","id":"n5401713279","geometry":{"type":"Point","coordinates":[-0.3568786,51.9259399]},"properties":{"@type":"node","@id":5401713279,"@timestamp":1518201077},"coords":"51.9259399,-0.3568786","bedrooms":"3","price":"291000","area":"436"} , +{"type":"Feature","id":"n5401713316","geometry":{"type":"Point","coordinates":[-0.360163,51.9175324]},"properties":{"@type":"node","@id":5401713316,"@timestamp":1518201079},"coords":"51.9175324,-0.360163","bedrooms":"3","price":"275000","area":"663"} , +{"type":"Feature","id":"n5401946277","geometry":{"type":"Point","coordinates":[-0.0798909,51.527057]},"properties":{"@type":"node","@id":5401946277,"@timestamp":1592251184},"coords":"51.527057,-0.0798909","bedrooms":"3","price":"286000","area":"642"} , +{"type":"Feature","id":"n5401946307","geometry":{"type":"Point","coordinates":[-0.1158417,51.528728]},"properties":{"@type":"node","@id":5401946307,"@timestamp":1562343183},"coords":"51.528728,-0.1158417","bedrooms":"2","price":"288000","area":"495"} , +{"type":"Feature","id":"n5401978052","geometry":{"type":"Point","coordinates":[-0.2827504,51.5620334]},"properties":{"@type":"node","@id":5401978052,"@timestamp":1618592949},"coords":"51.5620334,-0.2827504","bedrooms":"3","price":"290000","area":"511"} , +{"type":"Feature","id":"n5402033052","geometry":{"type":"Point","coordinates":[0.0071398,51.5402704]},"properties":{"@type":"node","@id":5402033052,"@timestamp":1518206196},"coords":"51.5402704,0.0071398","bedrooms":"1","price":"160000","area":"433"} , +{"type":"Feature","id":"n5403390923","geometry":{"type":"Point","coordinates":[-0.2939016,51.0728242]},"properties":{"@type":"node","@id":5403390923,"@timestamp":1609796845},"coords":"51.0728242,-0.2939016","bedrooms":"4","price":"186000","area":"447"} , +{"type":"Feature","id":"n5403935696","geometry":{"type":"Point","coordinates":[-0.1342051,51.5534831]},"properties":{"@type":"node","@id":5403935696,"@timestamp":1600430397},"coords":"51.5534831,-0.1342051","bedrooms":"1","price":"276000","area":"597"} , +{"type":"Feature","id":"n5404175506","geometry":{"type":"Point","coordinates":[0.0371938,51.522189]},"properties":{"@type":"node","@id":5404175506,"@timestamp":1564903671},"coords":"51.522189,0.0371938","bedrooms":"4","price":"255000","area":"662"} , +{"type":"Feature","id":"n5404472791","geometry":{"type":"Point","coordinates":[-0.1968988,51.4559923]},"properties":{"@type":"node","@id":5404472791,"@timestamp":1602780168},"coords":"51.4559923,-0.1968988","bedrooms":"2","price":"272000","area":"375"} , +{"type":"Feature","id":"n5404583352","geometry":{"type":"Point","coordinates":[-0.124492,51.5145591]},"properties":{"@type":"node","@id":5404583352,"@timestamp":1518314134},"coords":"51.5145591,-0.124492","bedrooms":"1","price":"205000","area":"426"} , +{"type":"Feature","id":"n5404664909","geometry":{"type":"Point","coordinates":[-0.3926446,51.9072791]},"properties":{"@type":"node","@id":5404664909,"@timestamp":1518320310},"coords":"51.9072791,-0.3926446","bedrooms":"0","price":"156000","area":"506"} , +{"type":"Feature","id":"n5404664919","geometry":{"type":"Point","coordinates":[-0.38853,51.9090165]},"properties":{"@type":"node","@id":5404664919,"@timestamp":1518320311},"coords":"51.9090165,-0.38853","bedrooms":"2","price":"171000","area":"386"} , +{"type":"Feature","id":"n5404665311","geometry":{"type":"Point","coordinates":[-0.3916394,51.907934]},"properties":{"@type":"node","@id":5404665311,"@timestamp":1518400082},"coords":"51.907934,-0.3916394","bedrooms":"4","price":"289000","area":"605"} , +{"type":"Feature","id":"n5404665374","geometry":{"type":"Point","coordinates":[-0.3911304,51.9092275]},"properties":{"@type":"node","@id":5404665374,"@timestamp":1518320322},"coords":"51.9092275,-0.3911304","bedrooms":"1","price":"164000","area":"372"} , +{"type":"Feature","id":"n5404665408","geometry":{"type":"Point","coordinates":[-0.3875926,51.9103808]},"properties":{"@type":"node","@id":5404665408,"@timestamp":1518320323},"coords":"51.9103808,-0.3875926","bedrooms":"1","price":"271000","area":"699"} , +{"type":"Feature","id":"n5404665418","geometry":{"type":"Point","coordinates":[-0.3899288,51.9095692]},"properties":{"@type":"node","@id":5404665418,"@timestamp":1518320324},"coords":"51.9095692,-0.3899288","bedrooms":"2","price":"158000","area":"597"} , +{"type":"Feature","id":"n5404665428","geometry":{"type":"Point","coordinates":[-0.3913397,51.9091489]},"properties":{"@type":"node","@id":5404665428,"@timestamp":1518320324},"coords":"51.9091489,-0.3913397","bedrooms":"1","price":"235000","area":"691"} , +{"type":"Feature","id":"n5404665438","geometry":{"type":"Point","coordinates":[-0.3908421,51.9081089]},"properties":{"@type":"node","@id":5404665438,"@timestamp":1518320325},"coords":"51.9081089,-0.3908421","bedrooms":"1","price":"255000","area":"500"} , +{"type":"Feature","id":"n5404665731","geometry":{"type":"Point","coordinates":[-0.3916132,51.9072534]},"properties":{"@type":"node","@id":5404665731,"@timestamp":1518320330},"coords":"51.9072534,-0.3916132","bedrooms":"4","price":"186000","area":"563"} , +{"type":"Feature","id":"n5404665741","geometry":{"type":"Point","coordinates":[-0.392033,51.9069622]},"properties":{"@type":"node","@id":5404665741,"@timestamp":1518320331},"coords":"51.9069622,-0.392033","bedrooms":"1","price":"283000","area":"471"} , +{"type":"Feature","id":"n5404665762","geometry":{"type":"Point","coordinates":[-0.3926508,51.9057788]},"properties":{"@type":"node","@id":5404665762,"@timestamp":1518320332},"coords":"51.9057788,-0.3926508","bedrooms":"0","price":"233000","area":"661"} , +{"type":"Feature","id":"n5404665781","geometry":{"type":"Point","coordinates":[-0.392894,51.9060802]},"properties":{"@type":"node","@id":5404665781,"@timestamp":1518320334},"coords":"51.9060802,-0.392894","bedrooms":"3","price":"163000","area":"699"} , +{"type":"Feature","id":"n5404666234","geometry":{"type":"Point","coordinates":[-0.3932754,51.906846]},"properties":{"@type":"node","@id":5404666234,"@timestamp":1518320343},"coords":"51.906846,-0.3932754","bedrooms":"3","price":"155000","area":"564"} , +{"type":"Feature","id":"n5404666244","geometry":{"type":"Point","coordinates":[-0.3929584,51.9068008]},"properties":{"@type":"node","@id":5404666244,"@timestamp":1518320343},"coords":"51.9068008,-0.3929584","bedrooms":"2","price":"156000","area":"408"} , +{"type":"Feature","id":"n5404903696","geometry":{"type":"Point","coordinates":[0.2621019,51.150419]},"properties":{"@type":"node","@id":5404903696,"@timestamp":1518337567},"coords":"51.150419,0.2621019","bedrooms":"3","price":"158000","area":"392"} , +{"type":"Feature","id":"n5405013321","geometry":{"type":"Point","coordinates":[0.2815073,51.1446568]},"properties":{"@type":"node","@id":5405013321,"@timestamp":1518343614},"coords":"51.1446568,0.2815073","bedrooms":"4","price":"249000","area":"636"} , +{"type":"Feature","id":"n5405666029","geometry":{"type":"Point","coordinates":[0.098486,50.9697025]},"properties":{"@type":"node","@id":5405666029,"@timestamp":1518368456},"coords":"50.9697025,0.098486","bedrooms":"4","price":"229000","area":"393"} , +{"type":"Feature","id":"n5405736083","geometry":{"type":"Point","coordinates":[0.6860648,51.5538164]},"properties":{"@type":"node","@id":5405736083,"@timestamp":1518370108},"coords":"51.5538164,0.6860648","bedrooms":"2","price":"299000","area":"497"} , +{"type":"Feature","id":"n5405752362","geometry":{"type":"Point","coordinates":[-0.3352144,51.9269853]},"properties":{"@type":"node","@id":5405752362,"@timestamp":1518370823},"coords":"51.9269853,-0.3352144","bedrooms":"4","price":"297000","area":"593"} , +{"type":"Feature","id":"n5405752372","geometry":{"type":"Point","coordinates":[-0.3439665,51.924175]},"properties":{"@type":"node","@id":5405752372,"@timestamp":1518370824},"coords":"51.924175,-0.3439665","bedrooms":"0","price":"267000","area":"409"} , +{"type":"Feature","id":"n5405752426","geometry":{"type":"Point","coordinates":[-0.3347383,51.9178078]},"properties":{"@type":"node","@id":5405752426,"@timestamp":1518370825},"coords":"51.9178078,-0.3347383","bedrooms":"4","price":"180000","area":"572"} , +{"type":"Feature","id":"n5405777098","geometry":{"type":"Point","coordinates":[0.6481214,51.5588723]},"properties":{"@type":"node","@id":5405777098,"@timestamp":1518371802},"coords":"51.5588723,0.6481214","bedrooms":"0","price":"204000","area":"478"} , +{"type":"Feature","id":"n5405982486","geometry":{"type":"Point","coordinates":[-0.2945594,51.4231977]},"properties":{"@type":"node","@id":5405982486,"@timestamp":1632311775},"coords":"51.4231977,-0.2945594","bedrooms":"0","price":"150000","area":"659"} , +{"type":"Feature","id":"n5406120637","geometry":{"type":"Point","coordinates":[-0.2275722,51.4210302]},"properties":{"@type":"node","@id":5406120637,"@timestamp":1518386451},"coords":"51.4210302,-0.2275722","bedrooms":"0","price":"153000","area":"474"} , +{"type":"Feature","id":"n5406153079","geometry":{"type":"Point","coordinates":[-0.0350119,51.5647472]},"properties":{"@type":"node","@id":5406153079,"@timestamp":1518388047},"coords":"51.5647472,-0.0350119","bedrooms":"3","price":"216000","area":"377"} , +{"type":"Feature","id":"n5406153089","geometry":{"type":"Point","coordinates":[-0.0338056,51.5641732]},"properties":{"@type":"node","@id":5406153089,"@timestamp":1518388048},"coords":"51.5641732,-0.0338056","bedrooms":"4","price":"212000","area":"599"} , +{"type":"Feature","id":"n5406153099","geometry":{"type":"Point","coordinates":[-0.0325658,51.5638732]},"properties":{"@type":"node","@id":5406153099,"@timestamp":1518388049},"coords":"51.5638732,-0.0325658","bedrooms":"4","price":"252000","area":"619"} , +{"type":"Feature","id":"n5406178792","geometry":{"type":"Point","coordinates":[0.032163,51.5184579]},"properties":{"@type":"node","@id":5406178792,"@timestamp":1564903671},"coords":"51.5184579,0.032163","bedrooms":"4","price":"207000","area":"541"} , +{"type":"Feature","id":"n5406200472","geometry":{"type":"Point","coordinates":[0.7829068,51.5310467]},"properties":{"@type":"node","@id":5406200472,"@timestamp":1595110373},"coords":"51.5310467,0.7829068","bedrooms":"4","price":"212000","area":"492"} , +{"type":"Feature","id":"n5406316426","geometry":{"type":"Point","coordinates":[-0.3882658,51.9097462]},"properties":{"@type":"node","@id":5406316426,"@timestamp":1518400036},"coords":"51.9097462,-0.3882658","bedrooms":"4","price":"171000","area":"488"} , +{"type":"Feature","id":"n5406316436","geometry":{"type":"Point","coordinates":[-0.3886186,51.9091224]},"properties":{"@type":"node","@id":5406316436,"@timestamp":1518400037},"coords":"51.9091224,-0.3886186","bedrooms":"0","price":"153000","area":"586"} , +{"type":"Feature","id":"n5406316621","geometry":{"type":"Point","coordinates":[-0.3885703,51.912267]},"properties":{"@type":"node","@id":5406316621,"@timestamp":1518400041},"coords":"51.912267,-0.3885703","bedrooms":"1","price":"169000","area":"556"} , +{"type":"Feature","id":"n5406316635","geometry":{"type":"Point","coordinates":[-0.3878166,51.9125607]},"properties":{"@type":"node","@id":5406316635,"@timestamp":1518400041},"coords":"51.9125607,-0.3878166","bedrooms":"1","price":"151000","area":"434"} , +{"type":"Feature","id":"n5406316896","geometry":{"type":"Point","coordinates":[-0.392455,51.9102393]},"properties":{"@type":"node","@id":5406316896,"@timestamp":1518400045},"coords":"51.9102393,-0.392455","bedrooms":"1","price":"230000","area":"433"} , +{"type":"Feature","id":"n5406317135","geometry":{"type":"Point","coordinates":[-0.3910714,51.9077941]},"properties":{"@type":"node","@id":5406317135,"@timestamp":1518400048},"coords":"51.9077941,-0.3910714","bedrooms":"3","price":"287000","area":"532"} , +{"type":"Feature","id":"n5406317183","geometry":{"type":"Point","coordinates":[-0.3936598,51.9144072]},"properties":{"@type":"node","@id":5406317183,"@timestamp":1518400049},"coords":"51.9144072,-0.3936598","bedrooms":"1","price":"180000","area":"544"} , +{"type":"Feature","id":"n5406317327","geometry":{"type":"Point","coordinates":[-0.3867992,51.9118356]},"properties":{"@type":"node","@id":5406317327,"@timestamp":1518400052},"coords":"51.9118356,-0.3867992","bedrooms":"2","price":"256000","area":"472"} , +{"type":"Feature","id":"n5406317356","geometry":{"type":"Point","coordinates":[-0.3851907,51.9125698]},"properties":{"@type":"node","@id":5406317356,"@timestamp":1518400053},"coords":"51.9125698,-0.3851907","bedrooms":"0","price":"281000","area":"392"} , +{"type":"Feature","id":"n5406317516","geometry":{"type":"Point","coordinates":[-0.3794923,51.9139497]},"properties":{"@type":"node","@id":5406317516,"@timestamp":1518400056},"coords":"51.9139497,-0.3794923","bedrooms":"1","price":"284000","area":"365"} , +{"type":"Feature","id":"n5406892920","geometry":{"type":"Point","coordinates":[-0.090205,51.5280163]},"properties":{"@type":"node","@id":5406892920,"@timestamp":1553719450},"coords":"51.5280163,-0.090205","bedrooms":"2","price":"238000","area":"427"} , +{"type":"Feature","id":"n5408166847","geometry":{"type":"Point","coordinates":[0.1250205,51.2779588]},"properties":{"@type":"node","@id":5408166847,"@timestamp":1518467511},"coords":"51.2779588,0.1250205","bedrooms":"0","price":"246000","area":"562"} , +{"type":"Feature","id":"n5408180335","geometry":{"type":"Point","coordinates":[0.1143452,51.2769638]},"properties":{"@type":"node","@id":5408180335,"@timestamp":1518468163},"coords":"51.2769638,0.1143452","bedrooms":"3","price":"219000","area":"588"} , +{"type":"Feature","id":"n5408189852","geometry":{"type":"Point","coordinates":[0.1112446,51.2766248]},"properties":{"@type":"node","@id":5408189852,"@timestamp":1518468462},"coords":"51.2766248,0.1112446","bedrooms":"2","price":"164000","area":"436"} , +{"type":"Feature","id":"n5408204016","geometry":{"type":"Point","coordinates":[0.12825,51.2817767]},"properties":{"@type":"node","@id":5408204016,"@timestamp":1518469065},"coords":"51.2817767,0.12825","bedrooms":"0","price":"260000","area":"576"} , +{"type":"Feature","id":"n5408340280","geometry":{"type":"Point","coordinates":[0.0242676,51.5195904]},"properties":{"@type":"node","@id":5408340280,"@timestamp":1518473800},"coords":"51.5195904,0.0242676","bedrooms":"1","price":"208000","area":"413"} , +{"type":"Feature","id":"n5408557296","geometry":{"type":"Point","coordinates":[0.3283085,51.6306585]},"properties":{"@type":"node","@id":5408557296,"@timestamp":1518477936},"coords":"51.6306585,0.3283085","bedrooms":"4","price":"188000","area":"413"} , +{"type":"Feature","id":"n5408557308","geometry":{"type":"Point","coordinates":[0.3298896,51.6309299]},"properties":{"@type":"node","@id":5408557308,"@timestamp":1518477937},"coords":"51.6309299,0.3298896","bedrooms":"2","price":"166000","area":"495"} , +{"type":"Feature","id":"n5408569068","geometry":{"type":"Point","coordinates":[-0.3545022,51.9072964]},"properties":{"@type":"node","@id":5408569068,"@timestamp":1518478516},"coords":"51.9072964,-0.3545022","bedrooms":"4","price":"269000","area":"578"} , +{"type":"Feature","id":"n5408569123","geometry":{"type":"Point","coordinates":[-0.3495857,51.9056466]},"properties":{"@type":"node","@id":5408569123,"@timestamp":1518478518},"coords":"51.9056466,-0.3495857","bedrooms":"3","price":"181000","area":"582"} , +{"type":"Feature","id":"n5408569268","geometry":{"type":"Point","coordinates":[-0.3534669,51.9088279]},"properties":{"@type":"node","@id":5408569268,"@timestamp":1518478520},"coords":"51.9088279,-0.3534669","bedrooms":"4","price":"239000","area":"405"} , +{"type":"Feature","id":"n5408569292","geometry":{"type":"Point","coordinates":[-0.3531235,51.9087311]},"properties":{"@type":"node","@id":5408569292,"@timestamp":1518478521},"coords":"51.9087311,-0.3531235","bedrooms":"2","price":"206000","area":"678"} , +{"type":"Feature","id":"n5408569429","geometry":{"type":"Point","coordinates":[-0.351938,51.9094691]},"properties":{"@type":"node","@id":5408569429,"@timestamp":1518478524},"coords":"51.9094691,-0.351938","bedrooms":"0","price":"185000","area":"672"} , +{"type":"Feature","id":"n5408569580","geometry":{"type":"Point","coordinates":[-0.3512447,51.9114819]},"properties":{"@type":"node","@id":5408569580,"@timestamp":1518478527},"coords":"51.9114819,-0.3512447","bedrooms":"4","price":"154000","area":"508"} , +{"type":"Feature","id":"n5408569657","geometry":{"type":"Point","coordinates":[-0.3462759,51.9134194]},"properties":{"@type":"node","@id":5408569657,"@timestamp":1518478529},"coords":"51.9134194,-0.3462759","bedrooms":"3","price":"150000","area":"448"} , +{"type":"Feature","id":"n5408675101","geometry":{"type":"Point","coordinates":[-0.1241393,51.5152272]},"properties":{"@type":"node","@id":5408675101,"@timestamp":1518484000},"coords":"51.5152272,-0.1241393","bedrooms":"1","price":"233000","area":"652"} , +{"type":"Feature","id":"n5408683703","geometry":{"type":"Point","coordinates":[-0.3340857,51.5858134]},"properties":{"@type":"node","@id":5408683703,"@timestamp":1607126334},"coords":"51.5858134,-0.3340857","bedrooms":"0","price":"231000","area":"432"} , +{"type":"Feature","id":"n5408865170","geometry":{"type":"Point","coordinates":[-0.0552293,51.5387239]},"properties":{"@type":"node","@id":5408865170,"@timestamp":1518488762},"coords":"51.5387239,-0.0552293","bedrooms":"0","price":"232000","area":"376"} , +{"type":"Feature","id":"n5408918541","geometry":{"type":"Point","coordinates":[-0.0555883,51.5400724]},"properties":{"@type":"node","@id":5408918541,"@timestamp":1615656264},"coords":"51.5400724,-0.0555883","bedrooms":"4","price":"196000","area":"597"} , +{"type":"Feature","id":"n5408928773","geometry":{"type":"Point","coordinates":[-0.0555782,51.5401784]},"properties":{"@type":"node","@id":5408928773,"@timestamp":1631692888},"coords":"51.5401784,-0.0555782","bedrooms":"4","price":"172000","area":"353"} , +{"type":"Feature","id":"n5409033893","geometry":{"type":"Point","coordinates":[-0.069634,51.5308784]},"properties":{"@type":"node","@id":5409033893,"@timestamp":1593200216},"coords":"51.5308784,-0.069634","bedrooms":"2","price":"210000","area":"675"} , +{"type":"Feature","id":"n5409426473","geometry":{"type":"Point","coordinates":[-0.0945745,51.4807522]},"properties":{"@type":"node","@id":5409426473,"@timestamp":1518511355},"coords":"51.4807522,-0.0945745","bedrooms":"1","price":"192000","area":"547"} , +{"type":"Feature","id":"n5409879706","geometry":{"type":"Point","coordinates":[-0.814979,51.8139099]},"properties":{"@type":"node","@id":5409879706,"@timestamp":1582473127},"coords":"51.8139099,-0.814979","bedrooms":"1","price":"156000","area":"681"} , +{"type":"Feature","id":"n5409982996","geometry":{"type":"Point","coordinates":[-0.9460115,51.254235]},"properties":{"@type":"node","@id":5409982996,"@timestamp":1593197424},"coords":"51.254235,-0.9460115","bedrooms":"2","price":"160000","area":"415"} , +{"type":"Feature","id":"n5410188794","geometry":{"type":"Point","coordinates":[-0.8625509,51.2816193]},"properties":{"@type":"node","@id":5410188794,"@timestamp":1551237790},"coords":"51.2816193,-0.8625509","bedrooms":"2","price":"272000","area":"664"} , +{"type":"Feature","id":"n5410356874","geometry":{"type":"Point","coordinates":[-0.4912675,51.3709561]},"properties":{"@type":"node","@id":5410356874,"@timestamp":1518544512},"coords":"51.3709561,-0.4912675","bedrooms":"4","price":"293000","area":"572"} , +{"type":"Feature","id":"n5410854459","geometry":{"type":"Point","coordinates":[-0.8393998,51.256625]},"properties":{"@type":"node","@id":5410854459,"@timestamp":1518554604},"coords":"51.256625,-0.8393998","bedrooms":"2","price":"168000","area":"385"} , +{"type":"Feature","id":"n5411215941","geometry":{"type":"Point","coordinates":[-0.1219512,51.558233]},"properties":{"@type":"node","@id":5411215941,"@timestamp":1564903671},"coords":"51.558233,-0.1219512","bedrooms":"1","price":"225000","area":"547"} , +{"type":"Feature","id":"n5411324108","geometry":{"type":"Point","coordinates":[-0.1275658,51.5280927]},"properties":{"@type":"node","@id":5411324108,"@timestamp":1539199202},"coords":"51.5280927,-0.1275658","bedrooms":"0","price":"261000","area":"577"} , +{"type":"Feature","id":"n5412000429","geometry":{"type":"Point","coordinates":[-0.1680257,51.2408907]},"properties":{"@type":"node","@id":5412000429,"@timestamp":1610117892},"coords":"51.2408907,-0.1680257","bedrooms":"2","price":"214000","area":"690"} , +{"type":"Feature","id":"n5412282459","geometry":{"type":"Point","coordinates":[0.0680509,51.500543]},"properties":{"@type":"node","@id":5412282459,"@timestamp":1518615530},"coords":"51.500543,0.0680509","bedrooms":"1","price":"193000","area":"574"} , +{"type":"Feature","id":"n5412426726","geometry":{"type":"Point","coordinates":[-0.8134476,51.2695108]},"properties":{"@type":"node","@id":5412426726,"@timestamp":1518619818},"coords":"51.2695108,-0.8134476","bedrooms":"1","price":"215000","area":"391"} , +{"type":"Feature","id":"n5412874690","geometry":{"type":"Point","coordinates":[0.0175622,51.0485325]},"properties":{"@type":"node","@id":5412874690,"@timestamp":1595070815},"coords":"51.0485325,0.0175622","bedrooms":"2","price":"259000","area":"646"} , +{"type":"Feature","id":"n5413133569","geometry":{"type":"Point","coordinates":[-0.7334577,51.3045906]},"properties":{"@type":"node","@id":5413133569,"@timestamp":1518643440},"coords":"51.3045906,-0.7334577","bedrooms":"0","price":"178000","area":"353"} , +{"type":"Feature","id":"n5413338262","geometry":{"type":"Point","coordinates":[-0.1250603,51.5148214]},"properties":{"@type":"node","@id":5413338262,"@timestamp":1518653561},"coords":"51.5148214,-0.1250603","bedrooms":"0","price":"270000","area":"535"} , +{"type":"Feature","id":"n5413340323","geometry":{"type":"Point","coordinates":[-0.1244746,51.515137]},"properties":{"@type":"node","@id":5413340323,"@timestamp":1518653563},"coords":"51.515137,-0.1244746","bedrooms":"1","price":"277000","area":"485"} , +{"type":"Feature","id":"n5414383287","geometry":{"type":"Point","coordinates":[0.0208639,51.2730647]},"properties":{"@type":"node","@id":5414383287,"@timestamp":1518702334},"coords":"51.2730647,0.0208639","bedrooms":"4","price":"177000","area":"591"} , +{"type":"Feature","id":"n5414383297","geometry":{"type":"Point","coordinates":[0.0197116,51.2724749]},"properties":{"@type":"node","@id":5414383297,"@timestamp":1518702335},"coords":"51.2724749,0.0197116","bedrooms":"4","price":"227000","area":"490"} , +{"type":"Feature","id":"n5414604252","geometry":{"type":"Point","coordinates":[-0.1678716,51.2407361]},"properties":{"@type":"node","@id":5414604252,"@timestamp":1518713368},"coords":"51.2407361,-0.1678716","bedrooms":"0","price":"195000","area":"607"} , +{"type":"Feature","id":"n5414623716","geometry":{"type":"Point","coordinates":[-0.2062861,51.2375217]},"properties":{"@type":"node","@id":5414623716,"@timestamp":1610359380},"coords":"51.2375217,-0.2062861","bedrooms":"3","price":"184000","area":"439"} , +{"type":"Feature","id":"n5415133728","geometry":{"type":"Point","coordinates":[-1.0990252,51.2717426]},"properties":{"@type":"node","@id":5415133728,"@timestamp":1518726717},"coords":"51.2717426,-1.0990252","bedrooms":"4","price":"174000","area":"466"} , +{"type":"Feature","id":"n5415236401","geometry":{"type":"Point","coordinates":[-1.0263405,51.4458253]},"properties":{"@type":"node","@id":5415236401,"@timestamp":1625427273},"coords":"51.4458253,-1.0263405","bedrooms":"4","price":"252000","area":"667"} , +{"type":"Feature","id":"n5416215038","geometry":{"type":"Point","coordinates":[-0.2735305,51.4347547]},"properties":{"@type":"node","@id":5416215038,"@timestamp":1518776025},"coords":"51.4347547,-0.2735305","bedrooms":"0","price":"279000","area":"437"} , +{"type":"Feature","id":"n5416215095","geometry":{"type":"Point","coordinates":[-0.2800844,51.4362398]},"properties":{"@type":"node","@id":5416215095,"@timestamp":1518776026},"coords":"51.4362398,-0.2800844","bedrooms":"0","price":"177000","area":"586"} , +{"type":"Feature","id":"n5416215161","geometry":{"type":"Point","coordinates":[-0.2772868,51.4361131]},"properties":{"@type":"node","@id":5416215161,"@timestamp":1518776027},"coords":"51.4361131,-0.2772868","bedrooms":"4","price":"258000","area":"441"} , +{"type":"Feature","id":"n5416215181","geometry":{"type":"Point","coordinates":[-0.2759549,51.4361648]},"properties":{"@type":"node","@id":5416215181,"@timestamp":1518776028},"coords":"51.4361648,-0.2759549","bedrooms":"3","price":"218000","area":"377"} , +{"type":"Feature","id":"n5416215191","geometry":{"type":"Point","coordinates":[-0.2751338,51.4364737]},"properties":{"@type":"node","@id":5416215191,"@timestamp":1518776028},"coords":"51.4364737,-0.2751338","bedrooms":"3","price":"165000","area":"493"} , +{"type":"Feature","id":"n5416215201","geometry":{"type":"Point","coordinates":[-0.2735482,51.4365553]},"properties":{"@type":"node","@id":5416215201,"@timestamp":1518776028},"coords":"51.4365553,-0.2735482","bedrooms":"4","price":"191000","area":"362"} , +{"type":"Feature","id":"n5416215219","geometry":{"type":"Point","coordinates":[-0.2724494,51.4367202]},"properties":{"@type":"node","@id":5416215219,"@timestamp":1518776029},"coords":"51.4367202,-0.2724494","bedrooms":"0","price":"216000","area":"428"} , +{"type":"Feature","id":"n5416215449","geometry":{"type":"Point","coordinates":[-0.2814649,51.4349237]},"properties":{"@type":"node","@id":5416215449,"@timestamp":1518776030},"coords":"51.4349237,-0.2814649","bedrooms":"3","price":"189000","area":"607"} , +{"type":"Feature","id":"n5416406227","geometry":{"type":"Point","coordinates":[-0.2200226,51.5340822]},"properties":{"@type":"node","@id":5416406227,"@timestamp":1518783928},"coords":"51.5340822,-0.2200226","bedrooms":"3","price":"232000","area":"604"} , +{"type":"Feature","id":"n5416424245","geometry":{"type":"Point","coordinates":[-0.2845251,51.4338246]},"properties":{"@type":"node","@id":5416424245,"@timestamp":1518784234},"coords":"51.4338246,-0.2845251","bedrooms":"1","price":"276000","area":"449"} , +{"type":"Feature","id":"n5416424255","geometry":{"type":"Point","coordinates":[-0.2835766,51.4343564]},"properties":{"@type":"node","@id":5416424255,"@timestamp":1518784234},"coords":"51.4343564,-0.2835766","bedrooms":"3","price":"166000","area":"633"} , +{"type":"Feature","id":"n5416424265","geometry":{"type":"Point","coordinates":[-0.2825467,51.4348638]},"properties":{"@type":"node","@id":5416424265,"@timestamp":1518784235},"coords":"51.4348638,-0.2825467","bedrooms":"0","price":"267000","area":"409"} , +{"type":"Feature","id":"n5416424275","geometry":{"type":"Point","coordinates":[-0.282391,51.4337761]},"properties":{"@type":"node","@id":5416424275,"@timestamp":1518784235},"coords":"51.4337761,-0.282391","bedrooms":"1","price":"156000","area":"645"} , +{"type":"Feature","id":"n5416424285","geometry":{"type":"Point","coordinates":[-0.2822494,51.4345108]},"properties":{"@type":"node","@id":5416424285,"@timestamp":1518784235},"coords":"51.4345108,-0.2822494","bedrooms":"3","price":"249000","area":"691"} , +{"type":"Feature","id":"n5416424295","geometry":{"type":"Point","coordinates":[-0.281706,51.4338909]},"properties":{"@type":"node","@id":5416424295,"@timestamp":1518784236},"coords":"51.4338909,-0.281706","bedrooms":"4","price":"173000","area":"637"} , +{"type":"Feature","id":"n5416424316","geometry":{"type":"Point","coordinates":[-0.2813062,51.4334254]},"properties":{"@type":"node","@id":5416424316,"@timestamp":1518784236},"coords":"51.4334254,-0.2813062","bedrooms":"0","price":"243000","area":"528"} , +{"type":"Feature","id":"n5416424457","geometry":{"type":"Point","coordinates":[-0.286657,51.4335691]},"properties":{"@type":"node","@id":5416424457,"@timestamp":1518784237},"coords":"51.4335691,-0.286657","bedrooms":"3","price":"189000","area":"653"} , +{"type":"Feature","id":"n5416424508","geometry":{"type":"Point","coordinates":[-0.285312,51.4315952]},"properties":{"@type":"node","@id":5416424508,"@timestamp":1518784238},"coords":"51.4315952,-0.285312","bedrooms":"2","price":"218000","area":"466"} , +{"type":"Feature","id":"n5416424518","geometry":{"type":"Point","coordinates":[-0.2847189,51.431141]},"properties":{"@type":"node","@id":5416424518,"@timestamp":1518784239},"coords":"51.431141,-0.2847189","bedrooms":"0","price":"277000","area":"688"} , +{"type":"Feature","id":"n5416424534","geometry":{"type":"Point","coordinates":[-0.2845061,51.4289575]},"properties":{"@type":"node","@id":5416424534,"@timestamp":1518784239},"coords":"51.4289575,-0.2845061","bedrooms":"3","price":"262000","area":"647"} , +{"type":"Feature","id":"n5416424544","geometry":{"type":"Point","coordinates":[-0.2839783,51.4293331]},"properties":{"@type":"node","@id":5416424544,"@timestamp":1518784239},"coords":"51.4293331,-0.2839783","bedrooms":"3","price":"274000","area":"440"} , +{"type":"Feature","id":"n5416609652","geometry":{"type":"Point","coordinates":[-0.2105768,51.2425157]},"properties":{"@type":"node","@id":5416609652,"@timestamp":1518790355},"coords":"51.2425157,-0.2105768","bedrooms":"1","price":"271000","area":"675"} , +{"type":"Feature","id":"n5417084127","geometry":{"type":"Point","coordinates":[0.004748,51.5393749]},"properties":{"@type":"node","@id":5417084127,"@timestamp":1518886283},"coords":"51.5393749,0.004748","bedrooms":"3","price":"267000","area":"621"} , +{"type":"Feature","id":"n5417338918","geometry":{"type":"Point","coordinates":[-0.7461858,51.5202911]},"properties":{"@type":"node","@id":5417338918,"@timestamp":1518815785},"coords":"51.5202911,-0.7461858","bedrooms":"2","price":"294000","area":"490"} , +{"type":"Feature","id":"n5417338928","geometry":{"type":"Point","coordinates":[-0.7482793,51.5194059]},"properties":{"@type":"node","@id":5417338928,"@timestamp":1518815785},"coords":"51.5194059,-0.7482793","bedrooms":"3","price":"217000","area":"379"} , +{"type":"Feature","id":"n5417338938","geometry":{"type":"Point","coordinates":[-0.7449564,51.5198376]},"properties":{"@type":"node","@id":5417338938,"@timestamp":1518815786},"coords":"51.5198376,-0.7449564","bedrooms":"4","price":"196000","area":"526"} , +{"type":"Feature","id":"n5417376482","geometry":{"type":"Point","coordinates":[-0.9683757,51.2802337]},"properties":{"@type":"node","@id":5417376482,"@timestamp":1624711647},"coords":"51.2802337,-0.9683757","bedrooms":"3","price":"273000","area":"689"} , +{"type":"Feature","id":"n5417429122","geometry":{"type":"Point","coordinates":[-0.3594577,51.4558831]},"properties":{"@type":"node","@id":5417429122,"@timestamp":1518819611},"coords":"51.4558831,-0.3594577","bedrooms":"3","price":"217000","area":"366"} , +{"type":"Feature","id":"n5417462355","geometry":{"type":"Point","coordinates":[-0.7471117,51.5189915]},"properties":{"@type":"node","@id":5417462355,"@timestamp":1609697292},"coords":"51.5189915,-0.7471117","bedrooms":"4","price":"264000","area":"548"} , +{"type":"Feature","id":"n5418184437","geometry":{"type":"Point","coordinates":[-0.4509219,51.0162956]},"properties":{"@type":"node","@id":5418184437,"@timestamp":1604249612},"coords":"51.0162956,-0.4509219","bedrooms":"0","price":"214000","area":"536"} , +{"type":"Feature","id":"n5418237718","geometry":{"type":"Point","coordinates":[-0.3547694,51.4540967]},"properties":{"@type":"node","@id":5418237718,"@timestamp":1518869418},"coords":"51.4540967,-0.3547694","bedrooms":"0","price":"217000","area":"666"} , +{"type":"Feature","id":"n5418549122","geometry":{"type":"Point","coordinates":[-0.1180139,51.5009264]},"properties":{"@type":"node","@id":5418549122,"@timestamp":1518883820},"coords":"51.5009264,-0.1180139","bedrooms":"0","price":"290000","area":"584"} , +{"type":"Feature","id":"n5418726134","geometry":{"type":"Point","coordinates":[0.0104365,51.5447904]},"properties":{"@type":"node","@id":5418726134,"@timestamp":1518891377},"coords":"51.5447904,0.0104365","bedrooms":"2","price":"262000","area":"676"} , +{"type":"Feature","id":"n5418776461","geometry":{"type":"Point","coordinates":[0.0110284,51.5454843]},"properties":{"@type":"node","@id":5418776461,"@timestamp":1628088855},"coords":"51.5454843,0.0110284","bedrooms":"3","price":"208000","area":"393"} , +{"type":"Feature","id":"n5418807280","geometry":{"type":"Point","coordinates":[-0.010723,51.5243823]},"properties":{"@type":"node","@id":5418807280,"@timestamp":1588073310},"coords":"51.5243823,-0.010723","bedrooms":"1","price":"150000","area":"544"} , +{"type":"Feature","id":"n5418859753","geometry":{"type":"Point","coordinates":[0.005034,51.5276479]},"properties":{"@type":"node","@id":5418859753,"@timestamp":1619453736},"coords":"51.5276479,0.005034","bedrooms":"1","price":"247000","area":"441"} , +{"type":"Feature","id":"n5418906292","geometry":{"type":"Point","coordinates":[-0.9605058,51.4649641]},"properties":{"@type":"node","@id":5418906292,"@timestamp":1518900194},"coords":"51.4649641,-0.9605058","bedrooms":"0","price":"268000","area":"419"} , +{"type":"Feature","id":"n5419005965","geometry":{"type":"Point","coordinates":[0.0103547,51.5432137]},"properties":{"@type":"node","@id":5419005965,"@timestamp":1600068110},"coords":"51.5432137,0.0103547","bedrooms":"4","price":"227000","area":"458"} , +{"type":"Feature","id":"n5419007481","geometry":{"type":"Point","coordinates":[-1.0102843,51.3465078]},"properties":{"@type":"node","@id":5419007481,"@timestamp":1518906449},"coords":"51.3465078,-1.0102843","bedrooms":"0","price":"251000","area":"441"} , +{"type":"Feature","id":"n5419087824","geometry":{"type":"Point","coordinates":[-0.1375308,51.5595706]},"properties":{"@type":"node","@id":5419087824,"@timestamp":1564903671},"coords":"51.5595706,-0.1375308","bedrooms":"1","price":"253000","area":"663"} , +{"type":"Feature","id":"n5419739727","geometry":{"type":"Point","coordinates":[0.2418146,51.1533338]},"properties":{"@type":"node","@id":5419739727,"@timestamp":1518944304},"coords":"51.1533338,0.2418146","bedrooms":"3","price":"176000","area":"491"} , +{"type":"Feature","id":"n5419970032","geometry":{"type":"Point","coordinates":[-0.2061794,51.5345962]},"properties":{"@type":"node","@id":5419970032,"@timestamp":1518953132},"coords":"51.5345962,-0.2061794","bedrooms":"1","price":"191000","area":"485"} , +{"type":"Feature","id":"n5420365111","geometry":{"type":"Point","coordinates":[0.1027572,50.9597039]},"properties":{"@type":"node","@id":5420365111,"@timestamp":1518967428},"coords":"50.9597039,0.1027572","bedrooms":"2","price":"268000","area":"666"} , +{"type":"Feature","id":"n5421122348","geometry":{"type":"Point","coordinates":[0.0098458,51.5382995]},"properties":{"@type":"node","@id":5421122348,"@timestamp":1518987011},"coords":"51.5382995,0.0098458","bedrooms":"0","price":"157000","area":"563"} , +{"type":"Feature","id":"n5421355001","geometry":{"type":"Point","coordinates":[-0.0728656,51.5061927]},"properties":{"@type":"node","@id":5421355001,"@timestamp":1613919634},"coords":"51.5061927,-0.0728656","bedrooms":"2","price":"246000","area":"409"} , +{"type":"Feature","id":"n5421414806","geometry":{"type":"Point","coordinates":[-0.1422573,51.5063057]},"properties":{"@type":"node","@id":5421414806,"@timestamp":1623613024},"coords":"51.5063057,-0.1422573","bedrooms":"2","price":"207000","area":"518"} , +{"type":"Feature","id":"n5422194050","geometry":{"type":"Point","coordinates":[-0.0816129,51.5137229]},"properties":{"@type":"node","@id":5422194050,"@timestamp":1519036979},"coords":"51.5137229,-0.0816129","bedrooms":"0","price":"258000","area":"424"} , +{"type":"Feature","id":"n5422375283","geometry":{"type":"Point","coordinates":[0.0236918,51.2706193]},"properties":{"@type":"node","@id":5422375283,"@timestamp":1519043906},"coords":"51.2706193,0.0236918","bedrooms":"4","price":"232000","area":"389"} , +{"type":"Feature","id":"n5422812778","geometry":{"type":"Point","coordinates":[-0.0225898,51.4180411]},"properties":{"@type":"node","@id":5422812778,"@timestamp":1519059011},"coords":"51.4180411,-0.0225898","bedrooms":"2","price":"230000","area":"600"} , +{"type":"Feature","id":"n5423573772","geometry":{"type":"Point","coordinates":[-0.1266739,51.5462538]},"properties":{"@type":"node","@id":5423573772,"@timestamp":1618277885},"coords":"51.5462538,-0.1266739","bedrooms":"4","price":"258000","area":"696"} , +{"type":"Feature","id":"n5423711927","geometry":{"type":"Point","coordinates":[-0.0503108,51.5437214]},"properties":{"@type":"node","@id":5423711927,"@timestamp":1634239447},"coords":"51.5437214,-0.0503108","bedrooms":"1","price":"221000","area":"370"} , +{"type":"Feature","id":"n5424175768","geometry":{"type":"Point","coordinates":[-0.1137558,51.4995313]},"properties":{"@type":"node","@id":5424175768,"@timestamp":1564903671},"coords":"51.4995313,-0.1137558","bedrooms":"2","price":"241000","area":"389"} , +{"type":"Feature","id":"n5424627103","geometry":{"type":"Point","coordinates":[-0.1787042,51.1328846]},"properties":{"@type":"node","@id":5424627103,"@timestamp":1519136032},"coords":"51.1328846,-0.1787042","bedrooms":"2","price":"267000","area":"674"} , +{"type":"Feature","id":"n5424632248","geometry":{"type":"Point","coordinates":[-0.2625712,51.4158839]},"properties":{"@type":"node","@id":5424632248,"@timestamp":1519136129},"coords":"51.4158839,-0.2625712","bedrooms":"2","price":"237000","area":"575"} , +{"type":"Feature","id":"n5424931641","geometry":{"type":"Point","coordinates":[-0.1411848,51.5771104]},"properties":{"@type":"node","@id":5424931641,"@timestamp":1519146473},"coords":"51.5771104,-0.1411848","bedrooms":"4","price":"292000","area":"652"} , +{"type":"Feature","id":"n5424931658","geometry":{"type":"Point","coordinates":[-0.1393587,51.5776071]},"properties":{"@type":"node","@id":5424931658,"@timestamp":1519146474},"coords":"51.5776071,-0.1393587","bedrooms":"2","price":"280000","area":"683"} , +{"type":"Feature","id":"n5424931671","geometry":{"type":"Point","coordinates":[-0.1366709,51.5782934]},"properties":{"@type":"node","@id":5424931671,"@timestamp":1519146475},"coords":"51.5782934,-0.1366709","bedrooms":"2","price":"204000","area":"439"} , +{"type":"Feature","id":"n5424931681","geometry":{"type":"Point","coordinates":[-0.1358713,51.5781889]},"properties":{"@type":"node","@id":5424931681,"@timestamp":1519146476},"coords":"51.5781889,-0.1358713","bedrooms":"3","price":"181000","area":"573"} , +{"type":"Feature","id":"n5425015430","geometry":{"type":"Point","coordinates":[-0.1689175,51.2385834]},"properties":{"@type":"node","@id":5425015430,"@timestamp":1519151755},"coords":"51.2385834,-0.1689175","bedrooms":"2","price":"298000","area":"688"} , +{"type":"Feature","id":"n5425343252","geometry":{"type":"Point","coordinates":[0.0085744,51.5414205]},"properties":{"@type":"node","@id":5425343252,"@timestamp":1634141474},"coords":"51.5414205,0.0085744","bedrooms":"4","price":"236000","area":"444"} , +{"type":"Feature","id":"n5425343301","geometry":{"type":"Point","coordinates":[0.0084126,51.5442551]},"properties":{"@type":"node","@id":5425343301,"@timestamp":1519156336},"coords":"51.5442551,0.0084126","bedrooms":"3","price":"205000","area":"487"} , +{"type":"Feature","id":"n5425343311","geometry":{"type":"Point","coordinates":[0.0086978,51.5434729]},"properties":{"@type":"node","@id":5425343311,"@timestamp":1519156337},"coords":"51.5434729,0.0086978","bedrooms":"4","price":"150000","area":"395"} , +{"type":"Feature","id":"n5425497683","geometry":{"type":"Point","coordinates":[-0.1106965,51.4966451]},"properties":{"@type":"node","@id":5425497683,"@timestamp":1519161962},"coords":"51.4966451,-0.1106965","bedrooms":"1","price":"225000","area":"479"} , +{"type":"Feature","id":"n5425602679","geometry":{"type":"Point","coordinates":[-0.1770338,51.6208235]},"properties":{"@type":"node","@id":5425602679,"@timestamp":1519166652},"coords":"51.6208235,-0.1770338","bedrooms":"4","price":"200000","area":"493"} , +{"type":"Feature","id":"n5425787857","geometry":{"type":"Point","coordinates":[-0.1246916,51.5127162]},"properties":{"@type":"node","@id":5425787857,"@timestamp":1632566011},"coords":"51.5127162,-0.1246916","bedrooms":"0","price":"293000","area":"517"} , +{"type":"Feature","id":"n5426576041","geometry":{"type":"Point","coordinates":[-0.3416502,51.0674474]},"properties":{"@type":"node","@id":5426576041,"@timestamp":1605911785},"coords":"51.0674474,-0.3416502","bedrooms":"0","price":"230000","area":"420"} , +{"type":"Feature","id":"n5427061025","geometry":{"type":"Point","coordinates":[-0.2166286,51.5372468]},"properties":{"@type":"node","@id":5427061025,"@timestamp":1519297785},"coords":"51.5372468,-0.2166286","bedrooms":"4","price":"204000","area":"597"} , +{"type":"Feature","id":"n5427102548","geometry":{"type":"Point","coordinates":[-0.1304273,51.5136762]},"properties":{"@type":"node","@id":5427102548,"@timestamp":1519234968},"coords":"51.5136762,-0.1304273","bedrooms":"2","price":"236000","area":"438"} , +{"type":"Feature","id":"n5427457478","geometry":{"type":"Point","coordinates":[-0.0921714,51.5489704]},"properties":{"@type":"node","@id":5427457478,"@timestamp":1519244681},"coords":"51.5489704,-0.0921714","bedrooms":"2","price":"260000","area":"624"} , +{"type":"Feature","id":"n5427763897","geometry":{"type":"Point","coordinates":[-0.4878332,51.5530426]},"properties":{"@type":"node","@id":5427763897,"@timestamp":1618063666},"coords":"51.5530426,-0.4878332","bedrooms":"0","price":"165000","area":"464"} , +{"type":"Feature","id":"n5428387307","geometry":{"type":"Point","coordinates":[-1.0746549,51.4334457]},"properties":{"@type":"node","@id":5428387307,"@timestamp":1519287504},"coords":"51.4334457,-1.0746549","bedrooms":"2","price":"159000","area":"697"} , +{"type":"Feature","id":"n5428813108","geometry":{"type":"Point","coordinates":[-0.2173409,51.5367753]},"properties":{"@type":"node","@id":5428813108,"@timestamp":1519297765},"coords":"51.5367753,-0.2173409","bedrooms":"4","price":"219000","area":"429"} , +{"type":"Feature","id":"n5428931236","geometry":{"type":"Point","coordinates":[0.0409294,51.275421]},"properties":{"@type":"node","@id":5428931236,"@timestamp":1519301255},"coords":"51.275421,0.0409294","bedrooms":"3","price":"255000","area":"598"} , +{"type":"Feature","id":"n5428992004","geometry":{"type":"Point","coordinates":[-0.7604147,51.2332889]},"properties":{"@type":"node","@id":5428992004,"@timestamp":1519302922},"coords":"51.2332889,-0.7604147","bedrooms":"0","price":"282000","area":"653"} , +{"type":"Feature","id":"n5429219683","geometry":{"type":"Point","coordinates":[0.0270197,51.2727944]},"properties":{"@type":"node","@id":5429219683,"@timestamp":1519311672},"coords":"51.2727944,0.0270197","bedrooms":"0","price":"223000","area":"546"} , +{"type":"Feature","id":"n5429221451","geometry":{"type":"Point","coordinates":[0.039501,51.2814456]},"properties":{"@type":"node","@id":5429221451,"@timestamp":1519311673},"coords":"51.2814456,0.039501","bedrooms":"2","price":"253000","area":"690"} , +{"type":"Feature","id":"n5429373792","geometry":{"type":"Point","coordinates":[-0.3522964,51.028415]},"properties":{"@type":"node","@id":5429373792,"@timestamp":1519317918},"coords":"51.028415,-0.3522964","bedrooms":"3","price":"245000","area":"691"} , +{"type":"Feature","id":"n5430060484","geometry":{"type":"Point","coordinates":[0.0142493,51.5331479]},"properties":{"@type":"node","@id":5430060484,"@timestamp":1601988285},"coords":"51.5331479,0.0142493","bedrooms":"3","price":"165000","area":"558"} , +{"type":"Feature","id":"n5430229748","geometry":{"type":"Point","coordinates":[-0.3557521,51.0675233]},"properties":{"@type":"node","@id":5430229748,"@timestamp":1519342920},"coords":"51.0675233,-0.3557521","bedrooms":"1","price":"167000","area":"374"} , +{"type":"Feature","id":"n5430565222","geometry":{"type":"Point","coordinates":[-0.1305273,51.513328]},"properties":{"@type":"node","@id":5430565222,"@timestamp":1519360922},"coords":"51.513328,-0.1305273","bedrooms":"0","price":"207000","area":"363"} , +{"type":"Feature","id":"n5431675779","geometry":{"type":"Point","coordinates":[-0.7102706,51.135772]},"properties":{"@type":"node","@id":5431675779,"@timestamp":1519403900},"coords":"51.135772,-0.7102706","bedrooms":"4","price":"179000","area":"680"} , +{"type":"Feature","id":"n5431917872","geometry":{"type":"Point","coordinates":[0.006814,51.5420236]},"properties":{"@type":"node","@id":5431917872,"@timestamp":1634054910,"type":"metal"},"coords":"51.5420236,0.006814","bedrooms":"3","price":"214000","area":"353"} , +{"type":"Feature","id":"n5431963261","geometry":{"type":"Point","coordinates":[-0.7120398,51.1424351]},"properties":{"@type":"node","@id":5431963261,"@timestamp":1520007631},"coords":"51.1424351,-0.7120398","bedrooms":"4","price":"262000","area":"536"} , +{"type":"Feature","id":"n5431967510","geometry":{"type":"Point","coordinates":[-0.7119906,51.1456743]},"properties":{"@type":"node","@id":5431967510,"@timestamp":1519461564},"coords":"51.1456743,-0.7119906","bedrooms":"1","price":"224000","area":"668"} , +{"type":"Feature","id":"n5432013475","geometry":{"type":"Point","coordinates":[-0.714653,51.114281]},"properties":{"@type":"node","@id":5432013475,"@timestamp":1519416367},"coords":"51.114281,-0.714653","bedrooms":"2","price":"157000","area":"365"} , +{"type":"Feature","id":"n5432036987","geometry":{"type":"Point","coordinates":[-0.6954264,51.1359696]},"properties":{"@type":"node","@id":5432036987,"@timestamp":1519417287},"coords":"51.1359696,-0.6954264","bedrooms":"1","price":"280000","area":"625"} , +{"type":"Feature","id":"n5432054649","geometry":{"type":"Point","coordinates":[-0.7216844,51.1327827]},"properties":{"@type":"node","@id":5432054649,"@timestamp":1519417953},"coords":"51.1327827,-0.7216844","bedrooms":"3","price":"223000","area":"497"} , +{"type":"Feature","id":"n5432891117","geometry":{"type":"Point","coordinates":[-1.0878501,51.2682793]},"properties":{"@type":"node","@id":5432891117,"@timestamp":1550045323},"coords":"51.2682793,-1.0878501","bedrooms":"0","price":"238000","area":"670"} , +{"type":"Feature","id":"n5433811329","geometry":{"type":"Point","coordinates":[-0.2479248,51.614506]},"properties":{"@type":"node","@id":5433811329,"@timestamp":1531158536},"coords":"51.614506,-0.2479248","bedrooms":"1","price":"158000","area":"490"} , +{"type":"Feature","id":"n5434043968","geometry":{"type":"Point","coordinates":[-0.1025588,51.4525323]},"properties":{"@type":"node","@id":5434043968,"@timestamp":1619144501},"coords":"51.4525323,-0.1025588","bedrooms":"0","price":"293000","area":"592"} , +{"type":"Feature","id":"n5434140367","geometry":{"type":"Point","coordinates":[-0.6557804,51.4012043]},"properties":{"@type":"node","@id":5434140367,"@timestamp":1533239038},"coords":"51.4012043,-0.6557804","bedrooms":"1","price":"296000","area":"601"} , +{"type":"Feature","id":"n5434305022","geometry":{"type":"Point","coordinates":[-0.0985043,51.425199]},"properties":{"@type":"node","@id":5434305022,"@timestamp":1615753879},"coords":"51.425199,-0.0985043","bedrooms":"4","price":"223000","area":"663"} , +{"type":"Feature","id":"n5434439286","geometry":{"type":"Point","coordinates":[-0.0638607,51.5519767]},"properties":{"@type":"node","@id":5434439286,"@timestamp":1519525559},"coords":"51.5519767,-0.0638607","bedrooms":"1","price":"153000","area":"370"} , +{"type":"Feature","id":"n5434752200","geometry":{"type":"Point","coordinates":[-0.9718394,51.4659024]},"properties":{"@type":"node","@id":5434752200,"@timestamp":1519550419},"coords":"51.4659024,-0.9718394","bedrooms":"3","price":"228000","area":"631"} , +{"type":"Feature","id":"n5435526290","geometry":{"type":"Point","coordinates":[-0.208508,51.2378206]},"properties":{"@type":"node","@id":5435526290,"@timestamp":1620082524},"coords":"51.2378206,-0.208508","bedrooms":"3","price":"202000","area":"541"} , +{"type":"Feature","id":"n5435744622","geometry":{"type":"Point","coordinates":[-0.1667802,51.46398]},"properties":{"@type":"node","@id":5435744622,"@timestamp":1599891938},"coords":"51.46398,-0.1667802","bedrooms":"1","price":"228000","area":"432"} , +{"type":"Feature","id":"n5435868512","geometry":{"type":"Point","coordinates":[0.0113057,51.5170394]},"properties":{"@type":"node","@id":5435868512,"@timestamp":1609609677},"coords":"51.5170394,0.0113057","bedrooms":"2","price":"160000","area":"520"} , +{"type":"Feature","id":"n5436268989","geometry":{"type":"Point","coordinates":[-0.3353592,51.5948286]},"properties":{"@type":"node","@id":5436268989,"@timestamp":1519599771},"coords":"51.5948286,-0.3353592","bedrooms":"0","price":"161000","area":"361"} , +{"type":"Feature","id":"n5436386939","geometry":{"type":"Point","coordinates":[-0.0584696,51.5484746]},"properties":{"@type":"node","@id":5436386939,"@timestamp":1628274486},"coords":"51.5484746,-0.0584696","bedrooms":"3","price":"181000","area":"647"} , +{"type":"Feature","id":"n5437105189","geometry":{"type":"Point","coordinates":[-0.1159959,51.4784586]},"properties":{"@type":"node","@id":5437105189,"@timestamp":1564903671},"coords":"51.4784586,-0.1159959","bedrooms":"3","price":"261000","area":"354"} , +{"type":"Feature","id":"n5437105199","geometry":{"type":"Point","coordinates":[-0.1100594,51.4810286]},"properties":{"@type":"node","@id":5437105199,"@timestamp":1564903671},"coords":"51.4810286,-0.1100594","bedrooms":"2","price":"193000","area":"623"} , +{"type":"Feature","id":"n5437732594","geometry":{"type":"Point","coordinates":[-0.4082842,51.8757264]},"properties":{"@type":"node","@id":5437732594,"@timestamp":1580851904},"coords":"51.8757264,-0.4082842","bedrooms":"1","price":"163000","area":"533"} , +{"type":"Feature","id":"n5437853425","geometry":{"type":"Point","coordinates":[-0.4103157,51.8766576]},"properties":{"@type":"node","@id":5437853425,"@timestamp":1580850170},"coords":"51.8766576,-0.4103157","bedrooms":"4","price":"202000","area":"664"} , +{"type":"Feature","id":"n5437853524","geometry":{"type":"Point","coordinates":[-0.4120488,51.8774915]},"properties":{"@type":"node","@id":5437853524,"@timestamp":1580850170},"coords":"51.8774915,-0.4120488","bedrooms":"4","price":"218000","area":"394"} , +{"type":"Feature","id":"n5437853596","geometry":{"type":"Point","coordinates":[-0.4107613,51.877224]},"properties":{"@type":"node","@id":5437853596,"@timestamp":1600893424},"coords":"51.877224,-0.4107613","bedrooms":"0","price":"216000","area":"513"} , +{"type":"Feature","id":"n5438277152","geometry":{"type":"Point","coordinates":[-0.1286743,51.511502]},"properties":{"@type":"node","@id":5438277152,"@timestamp":1635028337},"coords":"51.511502,-0.1286743","bedrooms":"0","price":"228000","area":"446"} , +{"type":"Feature","id":"n5438302223","geometry":{"type":"Point","coordinates":[-0.0892224,51.6163661]},"properties":{"@type":"node","@id":5438302223,"@timestamp":1557324924},"coords":"51.6163661,-0.0892224","bedrooms":"3","price":"222000","area":"575"} , +{"type":"Feature","id":"n5438307966","geometry":{"type":"Point","coordinates":[-0.0965767,51.6158182]},"properties":{"@type":"node","@id":5438307966,"@timestamp":1519674649},"coords":"51.6158182,-0.0965767","bedrooms":"1","price":"257000","area":"498"} , +{"type":"Feature","id":"n5438310866","geometry":{"type":"Point","coordinates":[-0.093283,51.616033]},"properties":{"@type":"node","@id":5438310866,"@timestamp":1519674800},"coords":"51.616033,-0.093283","bedrooms":"3","price":"245000","area":"516"} , +{"type":"Feature","id":"n5438315432","geometry":{"type":"Point","coordinates":[-0.0911805,51.6164645]},"properties":{"@type":"node","@id":5438315432,"@timestamp":1519675067},"coords":"51.6164645,-0.0911805","bedrooms":"0","price":"205000","area":"496"} , +{"type":"Feature","id":"n5438634089","geometry":{"type":"Point","coordinates":[-0.1543228,51.6061844]},"properties":{"@type":"node","@id":5438634089,"@timestamp":1519687079},"coords":"51.6061844,-0.1543228","bedrooms":"1","price":"228000","area":"672"} , +{"type":"Feature","id":"n5438636208","geometry":{"type":"Point","coordinates":[-0.1511552,51.6062524]},"properties":{"@type":"node","@id":5438636208,"@timestamp":1519687227},"coords":"51.6062524,-0.1511552","bedrooms":"2","price":"155000","area":"437"} , +{"type":"Feature","id":"n5438650003","geometry":{"type":"Point","coordinates":[-0.2238501,51.5734532]},"properties":{"@type":"node","@id":5438650003,"@timestamp":1519689010},"coords":"51.5734532,-0.2238501","bedrooms":"1","price":"169000","area":"353"} , +{"type":"Feature","id":"n5438650013","geometry":{"type":"Point","coordinates":[-0.2252111,51.573359]},"properties":{"@type":"node","@id":5438650013,"@timestamp":1519689011},"coords":"51.573359,-0.2252111","bedrooms":"0","price":"157000","area":"475"} , +{"type":"Feature","id":"n5438700949","geometry":{"type":"Point","coordinates":[-0.0738121,51.5464725]},"properties":{"@type":"node","@id":5438700949,"@timestamp":1519691837},"coords":"51.5464725,-0.0738121","bedrooms":"2","price":"181000","area":"419"} , +{"type":"Feature","id":"n5440679164","geometry":{"type":"Point","coordinates":[-0.1048912,51.4752251]},"properties":{"@type":"node","@id":5440679164,"@timestamp":1573666537},"coords":"51.4752251,-0.1048912","bedrooms":"0","price":"298000","area":"606"} , +{"type":"Feature","id":"n5440742772","geometry":{"type":"Point","coordinates":[-0.1953565,51.5379066]},"properties":{"@type":"node","@id":5440742772,"@timestamp":1519757261},"coords":"51.5379066,-0.1953565","bedrooms":"2","price":"187000","area":"394"} , +{"type":"Feature","id":"n5441757123","geometry":{"type":"Point","coordinates":[-0.1326318,51.5140049]},"properties":{"@type":"node","@id":5441757123,"@timestamp":1605282211},"coords":"51.5140049,-0.1326318","bedrooms":"0","price":"263000","area":"482"} , +{"type":"Feature","id":"n5443209941","geometry":{"type":"Point","coordinates":[0.3203417,51.4767463]},"properties":{"@type":"node","@id":5443209941,"@timestamp":1522598686},"coords":"51.4767463,0.3203417","bedrooms":"2","price":"215000","area":"607"} , +{"type":"Feature","id":"n5443323837","geometry":{"type":"Point","coordinates":[0.3223696,51.47611]},"properties":{"@type":"node","@id":5443323837,"@timestamp":1588441342},"coords":"51.47611,0.3223696","bedrooms":"3","price":"184000","area":"544"} , +{"type":"Feature","id":"n5443430490","geometry":{"type":"Point","coordinates":[0.0679701,51.2806204]},"properties":{"@type":"node","@id":5443430490,"@timestamp":1519840799},"coords":"51.2806204,0.0679701","bedrooms":"4","price":"268000","area":"454"} , +{"type":"Feature","id":"n5443430752","geometry":{"type":"Point","coordinates":[0.0756157,51.2845373]},"properties":{"@type":"node","@id":5443430752,"@timestamp":1519840800},"coords":"51.2845373,0.0756157","bedrooms":"4","price":"202000","area":"412"} , +{"type":"Feature","id":"n5443430774","geometry":{"type":"Point","coordinates":[0.0897202,51.2958616]},"properties":{"@type":"node","@id":5443430774,"@timestamp":1550409227},"coords":"51.2958616,0.0897202","bedrooms":"2","price":"212000","area":"574"} , +{"type":"Feature","id":"n5443500606","geometry":{"type":"Point","coordinates":[-0.8292627,51.1491592]},"properties":{"@type":"node","@id":5443500606,"@timestamp":1590784933},"coords":"51.1491592,-0.8292627","bedrooms":"0","price":"178000","area":"608"} , +{"type":"Feature","id":"n5443585914","geometry":{"type":"Point","coordinates":[0.3184317,51.4956458]},"properties":{"@type":"node","@id":5443585914,"@timestamp":1519845553},"coords":"51.4956458,0.3184317","bedrooms":"0","price":"279000","area":"479"} , +{"type":"Feature","id":"n5443719341","geometry":{"type":"Point","coordinates":[0.3523445,51.5034487]},"properties":{"@type":"node","@id":5443719341,"@timestamp":1524853929},"coords":"51.5034487,0.3523445","bedrooms":"3","price":"281000","area":"520"} , +{"type":"Feature","id":"n5443719351","geometry":{"type":"Point","coordinates":[0.3489381,51.5049538]},"properties":{"@type":"node","@id":5443719351,"@timestamp":1524853932},"coords":"51.5049538,0.3489381","bedrooms":"0","price":"228000","area":"555"} , +{"type":"Feature","id":"n5443719361","geometry":{"type":"Point","coordinates":[0.345769,51.5047843]},"properties":{"@type":"node","@id":5443719361,"@timestamp":1524853933},"coords":"51.5047843,0.345769","bedrooms":"3","price":"288000","area":"522"} , +{"type":"Feature","id":"n5443719371","geometry":{"type":"Point","coordinates":[0.3403134,51.5052618]},"properties":{"@type":"node","@id":5443719371,"@timestamp":1524853931},"coords":"51.5052618,0.3403134","bedrooms":"0","price":"221000","area":"547"} , +{"type":"Feature","id":"n5443719381","geometry":{"type":"Point","coordinates":[0.3557281,51.4986417]},"properties":{"@type":"node","@id":5443719381,"@timestamp":1524853934},"coords":"51.4986417,0.3557281","bedrooms":"3","price":"176000","area":"682"} , +{"type":"Feature","id":"n5443719391","geometry":{"type":"Point","coordinates":[0.3567379,51.4973309]},"properties":{"@type":"node","@id":5443719391,"@timestamp":1524853934},"coords":"51.4973309,0.3567379","bedrooms":"4","price":"296000","area":"555"} , +{"type":"Feature","id":"n5443719401","geometry":{"type":"Point","coordinates":[0.3575721,51.4954423]},"properties":{"@type":"node","@id":5443719401,"@timestamp":1524853991},"coords":"51.4954423,0.3575721","bedrooms":"1","price":"178000","area":"526"} , +{"type":"Feature","id":"n5443719411","geometry":{"type":"Point","coordinates":[0.3590339,51.4920009]},"properties":{"@type":"node","@id":5443719411,"@timestamp":1519850001},"coords":"51.4920009,0.3590339","bedrooms":"3","price":"204000","area":"589"} , +{"type":"Feature","id":"n5443719421","geometry":{"type":"Point","coordinates":[0.3594456,51.4884579]},"properties":{"@type":"node","@id":5443719421,"@timestamp":1519850002},"coords":"51.4884579,0.3594456","bedrooms":"2","price":"245000","area":"487"} , +{"type":"Feature","id":"n5443719431","geometry":{"type":"Point","coordinates":[0.3587871,51.4860637]},"properties":{"@type":"node","@id":5443719431,"@timestamp":1519850003},"coords":"51.4860637,0.3587871","bedrooms":"0","price":"219000","area":"514"} , +{"type":"Feature","id":"n5443719441","geometry":{"type":"Point","coordinates":[0.3581193,51.4843834]},"properties":{"@type":"node","@id":5443719441,"@timestamp":1519850003},"coords":"51.4843834,0.3581193","bedrooms":"1","price":"164000","area":"363"} , +{"type":"Feature","id":"n5443719451","geometry":{"type":"Point","coordinates":[0.3569605,51.4829035]},"properties":{"@type":"node","@id":5443719451,"@timestamp":1519850004},"coords":"51.4829035,0.3569605","bedrooms":"4","price":"189000","area":"463"} , +{"type":"Feature","id":"n5443719461","geometry":{"type":"Point","coordinates":[0.3552708,51.4815873]},"properties":{"@type":"node","@id":5443719461,"@timestamp":1519850004},"coords":"51.4815873,0.3552708","bedrooms":"4","price":"247000","area":"696"} , +{"type":"Feature","id":"n5443719471","geometry":{"type":"Point","coordinates":[0.3530418,51.4804673]},"properties":{"@type":"node","@id":5443719471,"@timestamp":1519850004},"coords":"51.4804673,0.3530418","bedrooms":"1","price":"150000","area":"451"} , +{"type":"Feature","id":"n5443719481","geometry":{"type":"Point","coordinates":[0.3518006,51.4798782]},"properties":{"@type":"node","@id":5443719481,"@timestamp":1519850005},"coords":"51.4798782,0.3518006","bedrooms":"0","price":"164000","area":"629"} , +{"type":"Feature","id":"n5443719491","geometry":{"type":"Point","coordinates":[0.3511301,51.4789762]},"properties":{"@type":"node","@id":5443719491,"@timestamp":1519850005},"coords":"51.4789762,0.3511301","bedrooms":"2","price":"280000","area":"599"} , +{"type":"Feature","id":"n5443719501","geometry":{"type":"Point","coordinates":[0.3519938,51.4780624]},"properties":{"@type":"node","@id":5443719501,"@timestamp":1519850005},"coords":"51.4780624,0.3519938","bedrooms":"4","price":"158000","area":"696"} , +{"type":"Feature","id":"n5443719511","geometry":{"type":"Point","coordinates":[0.3500237,51.4782917]},"properties":{"@type":"node","@id":5443719511,"@timestamp":1519850006},"coords":"51.4782917,0.3500237","bedrooms":"2","price":"195000","area":"668"} , +{"type":"Feature","id":"n5443719821","geometry":{"type":"Point","coordinates":[0.3491634,51.4768744]},"properties":{"@type":"node","@id":5443719821,"@timestamp":1519850006},"coords":"51.4768744,0.3491634","bedrooms":"0","price":"171000","area":"396"} , +{"type":"Feature","id":"n5443719831","geometry":{"type":"Point","coordinates":[0.3483037,51.4769722]},"properties":{"@type":"node","@id":5443719831,"@timestamp":1519850006},"coords":"51.4769722,0.3483037","bedrooms":"0","price":"294000","area":"516"} , +{"type":"Feature","id":"n5443719841","geometry":{"type":"Point","coordinates":[0.3483909,51.4757121]},"properties":{"@type":"node","@id":5443719841,"@timestamp":1519850007},"coords":"51.4757121,0.3483909","bedrooms":"1","price":"268000","area":"476"} , +{"type":"Feature","id":"n5443719851","geometry":{"type":"Point","coordinates":[0.3480248,51.4741553]},"properties":{"@type":"node","@id":5443719851,"@timestamp":1519850007},"coords":"51.4741553,0.3480248","bedrooms":"3","price":"230000","area":"670"} , +{"type":"Feature","id":"n5443719861","geometry":{"type":"Point","coordinates":[0.3481696,51.4715375]},"properties":{"@type":"node","@id":5443719861,"@timestamp":1519850008},"coords":"51.4715375,0.3481696","bedrooms":"2","price":"212000","area":"658"} , +{"type":"Feature","id":"n5443719871","geometry":{"type":"Point","coordinates":[0.3556467,51.4993979]},"properties":{"@type":"node","@id":5443719871,"@timestamp":1524852744},"coords":"51.4993979,0.3556467","bedrooms":"2","price":"272000","area":"691"} , +{"type":"Feature","id":"n5443719881","geometry":{"type":"Point","coordinates":[0.3575262,51.5021293]},"properties":{"@type":"node","@id":5443719881,"@timestamp":1524852746},"coords":"51.5021293,0.3575262","bedrooms":"1","price":"254000","area":"620"} , +{"type":"Feature","id":"n5443719891","geometry":{"type":"Point","coordinates":[0.3622161,51.5024557]},"properties":{"@type":"node","@id":5443719891,"@timestamp":1524852745},"coords":"51.5024557,0.3622161","bedrooms":"3","price":"185000","area":"641"} , +{"type":"Feature","id":"n5443719901","geometry":{"type":"Point","coordinates":[0.3528176,51.5018592]},"properties":{"@type":"node","@id":5443719901,"@timestamp":1524853330},"coords":"51.5018592,0.3528176","bedrooms":"0","price":"224000","area":"610"} , +{"type":"Feature","id":"n5443719911","geometry":{"type":"Point","coordinates":[0.3479588,51.5032709]},"properties":{"@type":"node","@id":5443719911,"@timestamp":1524853328},"coords":"51.5032709,0.3479588","bedrooms":"2","price":"292000","area":"622"} , +{"type":"Feature","id":"n5443720021","geometry":{"type":"Point","coordinates":[0.3473472,51.5043674]},"properties":{"@type":"node","@id":5443720021,"@timestamp":1524853933},"coords":"51.5043674,0.3473472","bedrooms":"4","price":"239000","area":"692"} , +{"type":"Feature","id":"n5443720031","geometry":{"type":"Point","coordinates":[0.3507832,51.5032555]},"properties":{"@type":"node","@id":5443720031,"@timestamp":1524853929},"coords":"51.5032555,0.3507832","bedrooms":"1","price":"278000","area":"617"} , +{"type":"Feature","id":"n5443781988","geometry":{"type":"Point","coordinates":[-0.0743832,51.4770385]},"properties":{"@type":"node","@id":5443781988,"@timestamp":1519851513},"coords":"51.4770385,-0.0743832","bedrooms":"1","price":"231000","area":"578"} , +{"type":"Feature","id":"n5443802778","geometry":{"type":"Point","coordinates":[-0.9919142,51.4559916]},"properties":{"@type":"node","@id":5443802778,"@timestamp":1601719751},"coords":"51.4559916,-0.9919142","bedrooms":"1","price":"154000","area":"391"} , +{"type":"Feature","id":"n5443945792","geometry":{"type":"Point","coordinates":[-0.6987851,51.5350092]},"properties":{"@type":"node","@id":5443945792,"@timestamp":1519857758},"coords":"51.5350092,-0.6987851","bedrooms":"2","price":"202000","area":"469"} , +{"type":"Feature","id":"n5444033154","geometry":{"type":"Point","coordinates":[-0.1259297,51.5122948]},"properties":{"@type":"node","@id":5444033154,"@timestamp":1519863021},"coords":"51.5122948,-0.1259297","bedrooms":"3","price":"196000","area":"659"} , +{"type":"Feature","id":"n5444256381","geometry":{"type":"Point","coordinates":[-0.1325385,51.5082756]},"properties":{"@type":"node","@id":5444256381,"@timestamp":1519878076},"coords":"51.5082756,-0.1325385","bedrooms":"2","price":"240000","area":"469"} , +{"type":"Feature","id":"n5445941423","geometry":{"type":"Point","coordinates":[0.382702,51.4431286]},"properties":{"@type":"node","@id":5445941423,"@timestamp":1519919937},"coords":"51.4431286,0.382702","bedrooms":"1","price":"218000","area":"417"} , +{"type":"Feature","id":"n5446336218","geometry":{"type":"Point","coordinates":[-0.0311952,51.4078151]},"properties":{"@type":"node","@id":5446336218,"@timestamp":1589143590},"coords":"51.4078151,-0.0311952","bedrooms":"0","price":"288000","area":"569"} , +{"type":"Feature","id":"n5446409444","geometry":{"type":"Point","coordinates":[-1.00286,51.4523944]},"properties":{"@type":"node","@id":5446409444,"@timestamp":1596099789},"coords":"51.4523944,-1.00286","bedrooms":"0","price":"227000","area":"484"} , +{"type":"Feature","id":"n5446592260","geometry":{"type":"Point","coordinates":[-1.0246904,51.4443219]},"properties":{"@type":"node","@id":5446592260,"@timestamp":1632058359},"coords":"51.4443219,-1.0246904","bedrooms":"4","price":"175000","area":"465"} , +{"type":"Feature","id":"n5446758821","geometry":{"type":"Point","coordinates":[-0.4701828,51.3380577]},"properties":{"@type":"node","@id":5446758821,"@timestamp":1519946619},"coords":"51.3380577,-0.4701828","bedrooms":"0","price":"178000","area":"681"} , +{"type":"Feature","id":"n5447756592","geometry":{"type":"Point","coordinates":[-0.2020984,51.3840144]},"properties":{"@type":"node","@id":5447756592,"@timestamp":1556641453},"coords":"51.3840144,-0.2020984","bedrooms":"1","price":"280000","area":"640"} , +{"type":"Feature","id":"n5448678269","geometry":{"type":"Point","coordinates":[-0.4515899,51.7164452]},"properties":{"@type":"node","@id":5448678269,"@timestamp":1520011418},"coords":"51.7164452,-0.4515899","bedrooms":"2","price":"242000","area":"614"} , +{"type":"Feature","id":"n5448952302","geometry":{"type":"Point","coordinates":[-1.0456618,51.4409858]},"properties":{"@type":"node","@id":5448952302,"@timestamp":1572012929},"coords":"51.4409858,-1.0456618","bedrooms":"0","price":"174000","area":"361"} , +{"type":"Feature","id":"n5448974506","geometry":{"type":"Point","coordinates":[-1.0465027,51.4422573]},"properties":{"@type":"node","@id":5448974506,"@timestamp":1532722018},"coords":"51.4422573,-1.0465027","bedrooms":"3","price":"220000","area":"397"} , +{"type":"Feature","id":"n5449070161","geometry":{"type":"Point","coordinates":[0.0726422,51.2940176]},"properties":{"@type":"node","@id":5449070161,"@timestamp":1520023759},"coords":"51.2940176,0.0726422","bedrooms":"4","price":"283000","area":"551"} , +{"type":"Feature","id":"n5449128933","geometry":{"type":"Point","coordinates":[0.0610516,51.2947732]},"properties":{"@type":"node","@id":5449128933,"@timestamp":1520025584},"coords":"51.2947732,0.0610516","bedrooms":"1","price":"205000","area":"599"} , +{"type":"Feature","id":"n5449137384","geometry":{"type":"Point","coordinates":[-1.0720593,51.4212459]},"properties":{"@type":"node","@id":5449137384,"@timestamp":1520026086},"coords":"51.4212459,-1.0720593","bedrooms":"0","price":"218000","area":"412"} , +{"type":"Feature","id":"n5449484198","geometry":{"type":"Point","coordinates":[-0.0704888,51.5602273]},"properties":{"@type":"node","@id":5449484198,"@timestamp":1564903671},"coords":"51.5602273,-0.0704888","bedrooms":"1","price":"291000","area":"672"} , +{"type":"Feature","id":"n5449486289","geometry":{"type":"Point","coordinates":[-0.0717558,51.5615964]},"properties":{"@type":"node","@id":5449486289,"@timestamp":1520043083},"coords":"51.5615964,-0.0717558","bedrooms":"2","price":"250000","area":"668"} , +{"type":"Feature","id":"n5451273863","geometry":{"type":"Point","coordinates":[-0.1340565,51.5138415]},"properties":{"@type":"node","@id":5451273863,"@timestamp":1520088642},"coords":"51.5138415,-0.1340565","bedrooms":"3","price":"256000","area":"648"} , +{"type":"Feature","id":"n5451506162","geometry":{"type":"Point","coordinates":[-0.1264212,51.512107]},"properties":{"@type":"node","@id":5451506162,"@timestamp":1520096571},"coords":"51.512107,-0.1264212","bedrooms":"1","price":"293000","area":"497"} , +{"type":"Feature","id":"n5451600924","geometry":{"type":"Point","coordinates":[-0.0769482,51.4740718]},"properties":{"@type":"node","@id":5451600924,"@timestamp":1520099153},"coords":"51.4740718,-0.0769482","bedrooms":"2","price":"214000","area":"493"} , +{"type":"Feature","id":"n5451877992","geometry":{"type":"Point","coordinates":[-1.083628,51.4006529]},"properties":{"@type":"node","@id":5451877992,"@timestamp":1520103612},"coords":"51.4006529,-1.083628","bedrooms":"2","price":"186000","area":"455"} , +{"type":"Feature","id":"n5451975096","geometry":{"type":"Point","coordinates":[-1.0751952,51.3795475]},"properties":{"@type":"node","@id":5451975096,"@timestamp":1520106552},"coords":"51.3795475,-1.0751952","bedrooms":"4","price":"235000","area":"363"} , +{"type":"Feature","id":"n5452221322","geometry":{"type":"Point","coordinates":[-0.1289472,51.5120031]},"properties":{"@type":"node","@id":5452221322,"@timestamp":1634397638},"coords":"51.5120031,-0.1289472","bedrooms":"2","price":"221000","area":"428"} , +{"type":"Feature","id":"n5452369639","geometry":{"type":"Point","coordinates":[-0.1270616,51.5719752]},"properties":{"@type":"node","@id":5452369639,"@timestamp":1520125553},"coords":"51.5719752,-0.1270616","bedrooms":"0","price":"180000","area":"503"} , +{"type":"Feature","id":"n5452395167","geometry":{"type":"Point","coordinates":[-0.1272111,51.5128532]},"properties":{"@type":"node","@id":5452395167,"@timestamp":1520127870},"coords":"51.5128532,-0.1272111","bedrooms":"2","price":"188000","area":"649"} , +{"type":"Feature","id":"n5453785291","geometry":{"type":"Point","coordinates":[-0.139563,51.5135156]},"properties":{"@type":"node","@id":5453785291,"@timestamp":1524797904},"coords":"51.5135156,-0.139563","bedrooms":"1","price":"271000","area":"384"} , +{"type":"Feature","id":"n5453846236","geometry":{"type":"Point","coordinates":[0.1886556,51.0467783]},"properties":{"@type":"node","@id":5453846236,"@timestamp":1520161474},"coords":"51.0467783,0.1886556","bedrooms":"0","price":"293000","area":"400"} , +{"type":"Feature","id":"n5453950908","geometry":{"type":"Point","coordinates":[-0.0734689,51.5450159]},"properties":{"@type":"node","@id":5453950908,"@timestamp":1520164754},"coords":"51.5450159,-0.0734689","bedrooms":"4","price":"285000","area":"651"} , +{"type":"Feature","id":"n5454122240","geometry":{"type":"Point","coordinates":[-0.2377766,51.7375627]},"properties":{"@type":"node","@id":5454122240,"@timestamp":1520171517},"coords":"51.7375627,-0.2377766","bedrooms":"3","price":"188000","area":"408"} , +{"type":"Feature","id":"n5454122250","geometry":{"type":"Point","coordinates":[-0.2440312,51.7495176]},"properties":{"@type":"node","@id":5454122250,"@timestamp":1520171518},"coords":"51.7495176,-0.2440312","bedrooms":"4","price":"202000","area":"489"} , +{"type":"Feature","id":"n5454122260","geometry":{"type":"Point","coordinates":[-0.2451658,51.7543197]},"properties":{"@type":"node","@id":5454122260,"@timestamp":1520171519},"coords":"51.7543197,-0.2451658","bedrooms":"4","price":"248000","area":"645"} , +{"type":"Feature","id":"n5454122270","geometry":{"type":"Point","coordinates":[-0.2413279,51.7444592]},"properties":{"@type":"node","@id":5454122270,"@timestamp":1520171520},"coords":"51.7444592,-0.2413279","bedrooms":"1","price":"164000","area":"514"} , +{"type":"Feature","id":"n5454122280","geometry":{"type":"Point","coordinates":[-0.2379643,51.7378601]},"properties":{"@type":"node","@id":5454122280,"@timestamp":1520171521},"coords":"51.7378601,-0.2379643","bedrooms":"3","price":"179000","area":"515"} , +{"type":"Feature","id":"n5454122290","geometry":{"type":"Point","coordinates":[-0.2431863,51.7479367]},"properties":{"@type":"node","@id":5454122290,"@timestamp":1520171521},"coords":"51.7479367,-0.2431863","bedrooms":"1","price":"150000","area":"616"} , +{"type":"Feature","id":"n5454122300","geometry":{"type":"Point","coordinates":[-0.2411616,51.7441487]},"properties":{"@type":"node","@id":5454122300,"@timestamp":1520171522},"coords":"51.7441487,-0.2411616","bedrooms":"0","price":"281000","area":"588"} , +{"type":"Feature","id":"n5454139472","geometry":{"type":"Point","coordinates":[-0.2439937,51.7489298]},"properties":{"@type":"node","@id":5454139472,"@timestamp":1520172117},"coords":"51.7489298,-0.2439937","bedrooms":"3","price":"285000","area":"658"} , +{"type":"Feature","id":"n5454139482","geometry":{"type":"Point","coordinates":[-0.243704,51.7484249]},"properties":{"@type":"node","@id":5454139482,"@timestamp":1520172118},"coords":"51.7484249,-0.243704","bedrooms":"4","price":"253000","area":"646"} , +{"type":"Feature","id":"n5454139492","geometry":{"type":"Point","coordinates":[-0.2438435,51.7486757]},"properties":{"@type":"node","@id":5454139492,"@timestamp":1520172119},"coords":"51.7486757,-0.2438435","bedrooms":"3","price":"218000","area":"659"} , +{"type":"Feature","id":"n5454139502","geometry":{"type":"Point","coordinates":[-0.238423,51.7379032]},"properties":{"@type":"node","@id":5454139502,"@timestamp":1520172120},"coords":"51.7379032,-0.238423","bedrooms":"3","price":"281000","area":"486"} , +{"type":"Feature","id":"n5454139512","geometry":{"type":"Point","coordinates":[-0.2370738,51.7362123]},"properties":{"@type":"node","@id":5454139512,"@timestamp":1520172120},"coords":"51.7362123,-0.2370738","bedrooms":"1","price":"203000","area":"601"} , +{"type":"Feature","id":"n5454140122","geometry":{"type":"Point","coordinates":[-0.2441573,51.7491788]},"properties":{"@type":"node","@id":5454140122,"@timestamp":1520172121},"coords":"51.7491788,-0.2441573","bedrooms":"0","price":"288000","area":"485"} , +{"type":"Feature","id":"n5454155193","geometry":{"type":"Point","coordinates":[-0.2446132,51.7546817]},"properties":{"@type":"node","@id":5454155193,"@timestamp":1520172572},"coords":"51.7546817,-0.2446132","bedrooms":"4","price":"264000","area":"557"} , +{"type":"Feature","id":"n5454155203","geometry":{"type":"Point","coordinates":[-0.2440393,51.7567554]},"properties":{"@type":"node","@id":5454155203,"@timestamp":1520172573},"coords":"51.7567554,-0.2440393","bedrooms":"0","price":"174000","area":"493"} , +{"type":"Feature","id":"n5454155213","geometry":{"type":"Point","coordinates":[-0.244522,51.7569945]},"properties":{"@type":"node","@id":5454155213,"@timestamp":1520172574},"coords":"51.7569945,-0.244522","bedrooms":"0","price":"287000","area":"385"} , +{"type":"Feature","id":"n5454175061","geometry":{"type":"Point","coordinates":[0.0142617,51.5274706]},"properties":{"@type":"node","@id":5454175061,"@timestamp":1520173660},"coords":"51.5274706,0.0142617","bedrooms":"0","price":"231000","area":"600"} , +{"type":"Feature","id":"n5454184730","geometry":{"type":"Point","coordinates":[0.0126713,51.5260382]},"properties":{"@type":"node","@id":5454184730,"@timestamp":1520173374},"coords":"51.5260382,0.0126713","bedrooms":"1","price":"176000","area":"373"} , +{"type":"Feature","id":"n5454184740","geometry":{"type":"Point","coordinates":[0.0135741,51.5269644]},"properties":{"@type":"node","@id":5454184740,"@timestamp":1520173374},"coords":"51.5269644,0.0135741","bedrooms":"1","price":"248000","area":"472"} , +{"type":"Feature","id":"n5454184750","geometry":{"type":"Point","coordinates":[0.0132542,51.5276542]},"properties":{"@type":"node","@id":5454184750,"@timestamp":1520173375},"coords":"51.5276542,0.0132542","bedrooms":"3","price":"216000","area":"679"} , +{"type":"Feature","id":"n5454184760","geometry":{"type":"Point","coordinates":[0.0165612,51.5269506]},"properties":{"@type":"node","@id":5454184760,"@timestamp":1520173375},"coords":"51.5269506,0.0165612","bedrooms":"3","price":"202000","area":"430"} , +{"type":"Feature","id":"n5454184770","geometry":{"type":"Point","coordinates":[0.0161241,51.5269546]},"properties":{"@type":"node","@id":5454184770,"@timestamp":1520173375},"coords":"51.5269546,0.0161241","bedrooms":"0","price":"247000","area":"488"} , +{"type":"Feature","id":"n5454184780","geometry":{"type":"Point","coordinates":[0.0150661,51.526387]},"properties":{"@type":"node","@id":5454184780,"@timestamp":1520173376},"coords":"51.526387,0.0150661","bedrooms":"0","price":"192000","area":"621"} , +{"type":"Feature","id":"n5454184790","geometry":{"type":"Point","coordinates":[0.0144963,51.5265457]},"properties":{"@type":"node","@id":5454184790,"@timestamp":1520173376},"coords":"51.5265457,0.0144963","bedrooms":"4","price":"206000","area":"540"} , +{"type":"Feature","id":"n5454184800","geometry":{"type":"Point","coordinates":[0.0154353,51.5257357]},"properties":{"@type":"node","@id":5454184800,"@timestamp":1520173376},"coords":"51.5257357,0.0154353","bedrooms":"2","price":"204000","area":"362"} , +{"type":"Feature","id":"n5454197517","geometry":{"type":"Point","coordinates":[-0.2281258,51.7740225]},"properties":{"@type":"node","@id":5454197517,"@timestamp":1520173693},"coords":"51.7740225,-0.2281258","bedrooms":"3","price":"220000","area":"357"} , +{"type":"Feature","id":"n5454198127","geometry":{"type":"Point","coordinates":[-0.2237754,51.777725]},"properties":{"@type":"node","@id":5454198127,"@timestamp":1520173694},"coords":"51.777725,-0.2237754","bedrooms":"0","price":"153000","area":"577"} , +{"type":"Feature","id":"n5454198137","geometry":{"type":"Point","coordinates":[-0.2261279,51.7754231]},"properties":{"@type":"node","@id":5454198137,"@timestamp":1520173695},"coords":"51.7754231,-0.2261279","bedrooms":"4","price":"164000","area":"673"} , +{"type":"Feature","id":"n5454208453","geometry":{"type":"Point","coordinates":[-0.2225658,51.781321]},"properties":{"@type":"node","@id":5454208453,"@timestamp":1520174065},"coords":"51.781321,-0.2225658","bedrooms":"4","price":"278000","area":"433"} , +{"type":"Feature","id":"n5454208463","geometry":{"type":"Point","coordinates":[-0.2237249,51.7848516]},"properties":{"@type":"node","@id":5454208463,"@timestamp":1520174066},"coords":"51.7848516,-0.2237249","bedrooms":"2","price":"231000","area":"361"} , +{"type":"Feature","id":"n5454208473","geometry":{"type":"Point","coordinates":[-0.2232126,51.7778989]},"properties":{"@type":"node","@id":5454208473,"@timestamp":1520174067},"coords":"51.7778989,-0.2232126","bedrooms":"4","price":"287000","area":"400"} , +{"type":"Feature","id":"n5454224084","geometry":{"type":"Point","coordinates":[-0.2228371,51.7787335]},"properties":{"@type":"node","@id":5454224084,"@timestamp":1520174403},"coords":"51.7787335,-0.2228371","bedrooms":"2","price":"173000","area":"572"} , +{"type":"Feature","id":"n5454224094","geometry":{"type":"Point","coordinates":[-0.2234298,51.7800644]},"properties":{"@type":"node","@id":5454224094,"@timestamp":1520174404},"coords":"51.7800644,-0.2234298","bedrooms":"4","price":"220000","area":"637"} , +{"type":"Feature","id":"n5454224104","geometry":{"type":"Point","coordinates":[-0.2231026,51.7827029]},"properties":{"@type":"node","@id":5454224104,"@timestamp":1520174404},"coords":"51.7827029,-0.2231026","bedrooms":"3","price":"180000","area":"360"} , +{"type":"Feature","id":"n5454224114","geometry":{"type":"Point","coordinates":[-0.224905,51.7768832]},"properties":{"@type":"node","@id":5454224114,"@timestamp":1520174405},"coords":"51.7768832,-0.224905","bedrooms":"0","price":"214000","area":"508"} , +{"type":"Feature","id":"n5454232484","geometry":{"type":"Point","coordinates":[-0.2222657,51.781684]},"properties":{"@type":"node","@id":5454232484,"@timestamp":1520174561},"coords":"51.781684,-0.2222657","bedrooms":"2","price":"292000","area":"666"} , +{"type":"Feature","id":"n5454232494","geometry":{"type":"Point","coordinates":[-0.2227325,51.7835972]},"properties":{"@type":"node","@id":5454232494,"@timestamp":1520174562},"coords":"51.7835972,-0.2227325","bedrooms":"4","price":"236000","area":"364"} , +{"type":"Feature","id":"n5454246781","geometry":{"type":"Point","coordinates":[-0.2100939,51.8252713]},"properties":{"@type":"node","@id":5454246781,"@timestamp":1520174896},"coords":"51.8252713,-0.2100939","bedrooms":"1","price":"229000","area":"364"} , +{"type":"Feature","id":"n5454278781","geometry":{"type":"Point","coordinates":[-0.4780946,51.3457277]},"properties":{"@type":"node","@id":5454278781,"@timestamp":1520176035},"coords":"51.3457277,-0.4780946","bedrooms":"1","price":"193000","area":"514"} , +{"type":"Feature","id":"n5454297232","geometry":{"type":"Point","coordinates":[-0.1268557,51.5138246]},"properties":{"@type":"node","@id":5454297232,"@timestamp":1520176753},"coords":"51.5138246,-0.1268557","bedrooms":"3","price":"272000","area":"427"} , +{"type":"Feature","id":"n5454952389","geometry":{"type":"Point","coordinates":[-0.1118885,50.9999529]},"properties":{"@type":"node","@id":5454952389,"@timestamp":1520189349},"coords":"50.9999529,-0.1118885","bedrooms":"4","price":"279000","area":"359"} , +{"type":"Feature","id":"n5455309495","geometry":{"type":"Point","coordinates":[-0.239874,51.6936611]},"properties":{"@type":"node","@id":5455309495,"@timestamp":1520203651},"coords":"51.6936611,-0.239874","bedrooms":"1","price":"266000","area":"387"} , +{"type":"Feature","id":"n5455309505","geometry":{"type":"Point","coordinates":[-0.2549225,51.6890563]},"properties":{"@type":"node","@id":5455309505,"@timestamp":1520203651},"coords":"51.6890563,-0.2549225","bedrooms":"1","price":"158000","area":"579"} , +{"type":"Feature","id":"n5455309680","geometry":{"type":"Point","coordinates":[-0.2626741,51.674779]},"properties":{"@type":"node","@id":5455309680,"@timestamp":1520203654},"coords":"51.674779,-0.2626741","bedrooms":"4","price":"200000","area":"367"} , +{"type":"Feature","id":"n5455309824","geometry":{"type":"Point","coordinates":[-0.2520043,51.6635504]},"properties":{"@type":"node","@id":5455309824,"@timestamp":1520203656},"coords":"51.6635504,-0.2520043","bedrooms":"1","price":"180000","area":"380"} , +{"type":"Feature","id":"n5455341551","geometry":{"type":"Point","coordinates":[-0.1315731,51.5603647]},"properties":{"@type":"node","@id":5455341551,"@timestamp":1520205911},"coords":"51.5603647,-0.1315731","bedrooms":"3","price":"288000","area":"516"} , +{"type":"Feature","id":"n5455508047","geometry":{"type":"Point","coordinates":[0.01049,51.6272651]},"properties":{"@type":"node","@id":5455508047,"@timestamp":1520219124},"coords":"51.6272651,0.01049","bedrooms":"4","price":"253000","area":"649"} , +{"type":"Feature","id":"n5455869007","geometry":{"type":"Point","coordinates":[-0.1007306,51.4946323]},"properties":{"@type":"node","@id":5455869007,"@timestamp":1520234607},"coords":"51.4946323,-0.1007306","bedrooms":"4","price":"180000","area":"631"} , +{"type":"Feature","id":"n5455869515","geometry":{"type":"Point","coordinates":[-0.1001758,51.4945683]},"properties":{"@type":"node","@id":5455869515,"@timestamp":1520234609},"coords":"51.4945683,-0.1001758","bedrooms":"4","price":"281000","area":"637"} , +{"type":"Feature","id":"n5455869587","geometry":{"type":"Point","coordinates":[-0.1002437,51.4944833]},"properties":{"@type":"node","@id":5455869587,"@timestamp":1520234611},"coords":"51.4944833,-0.1002437","bedrooms":"4","price":"248000","area":"658"} , +{"type":"Feature","id":"n5455869723","geometry":{"type":"Point","coordinates":[-0.1006704,51.4954352]},"properties":{"@type":"node","@id":5455869723,"@timestamp":1520234611},"coords":"51.4954352,-0.1006704","bedrooms":"2","price":"284000","area":"578"} , +{"type":"Feature","id":"n5455869956","geometry":{"type":"Point","coordinates":[-0.1009332,51.4956346]},"properties":{"@type":"node","@id":5455869956,"@timestamp":1520234614},"coords":"51.4956346,-0.1009332","bedrooms":"1","price":"177000","area":"472"} , +{"type":"Feature","id":"n5455870291","geometry":{"type":"Point","coordinates":[-0.100884,51.4958119]},"properties":{"@type":"node","@id":5455870291,"@timestamp":1520234617},"coords":"51.4958119,-0.100884","bedrooms":"2","price":"273000","area":"448"} , +{"type":"Feature","id":"n5455870391","geometry":{"type":"Point","coordinates":[-0.1008261,51.4957929]},"properties":{"@type":"node","@id":5455870391,"@timestamp":1520234618},"coords":"51.4957929,-0.1008261","bedrooms":"0","price":"294000","area":"669"} , +{"type":"Feature","id":"n5455893968","geometry":{"type":"Point","coordinates":[0.0091392,51.5132025]},"properties":{"@type":"node","@id":5455893968,"@timestamp":1520235507},"coords":"51.5132025,0.0091392","bedrooms":"0","price":"160000","area":"642"} , +{"type":"Feature","id":"n5455894198","geometry":{"type":"Point","coordinates":[0.0085802,51.5135203]},"properties":{"@type":"node","@id":5455894198,"@timestamp":1520235509},"coords":"51.5135203,0.0085802","bedrooms":"0","price":"163000","area":"417"} , +{"type":"Feature","id":"n5455894233","geometry":{"type":"Point","coordinates":[0.0083485,51.5137287]},"properties":{"@type":"node","@id":5455894233,"@timestamp":1520235510},"coords":"51.5137287,0.0083485","bedrooms":"3","price":"290000","area":"656"} , +{"type":"Feature","id":"n5455894265","geometry":{"type":"Point","coordinates":[0.0081143,51.5139897]},"properties":{"@type":"node","@id":5455894265,"@timestamp":1520235511},"coords":"51.5139897,0.0081143","bedrooms":"4","price":"174000","area":"492"} , +{"type":"Feature","id":"n5455894381","geometry":{"type":"Point","coordinates":[0.0083344,51.513775]},"properties":{"@type":"node","@id":5455894381,"@timestamp":1520235513},"coords":"51.513775,0.0083344","bedrooms":"4","price":"161000","area":"525"} , +{"type":"Feature","id":"n5455894444","geometry":{"type":"Point","coordinates":[0.0082785,51.5140742]},"properties":{"@type":"node","@id":5455894444,"@timestamp":1520235515},"coords":"51.5140742,0.0082785","bedrooms":"2","price":"184000","area":"452"} , +{"type":"Feature","id":"n5455894472","geometry":{"type":"Point","coordinates":[0.0079559,51.5144387]},"properties":{"@type":"node","@id":5455894472,"@timestamp":1520235515},"coords":"51.5144387,0.0079559","bedrooms":"2","price":"177000","area":"448"} , +{"type":"Feature","id":"n5455894528","geometry":{"type":"Point","coordinates":[0.0073916,51.5145081]},"properties":{"@type":"node","@id":5455894528,"@timestamp":1520235516},"coords":"51.5145081,0.0073916","bedrooms":"0","price":"150000","area":"573"} , +{"type":"Feature","id":"n5455894750","geometry":{"type":"Point","coordinates":[0.0079647,51.5148655]},"properties":{"@type":"node","@id":5455894750,"@timestamp":1520235519},"coords":"51.5148655,0.0079647","bedrooms":"1","price":"221000","area":"556"} , +{"type":"Feature","id":"n5455921250","geometry":{"type":"Point","coordinates":[0.1038686,51.4522999]},"properties":{"@type":"node","@id":5455921250,"@timestamp":1621697627},"coords":"51.4522999,0.1038686","bedrooms":"0","price":"259000","area":"599"} , +{"type":"Feature","id":"n5456659351","geometry":{"type":"Point","coordinates":[-0.5349244,51.4339853]},"properties":{"@type":"node","@id":5456659351,"@timestamp":1583282343},"coords":"51.4339853,-0.5349244","bedrooms":"1","price":"292000","area":"408"} , +{"type":"Feature","id":"n5456982296","geometry":{"type":"Point","coordinates":[-0.1255019,51.528122]},"properties":{"@type":"node","@id":5456982296,"@timestamp":1589495050},"coords":"51.528122,-0.1255019","bedrooms":"2","price":"158000","area":"476"} , +{"type":"Feature","id":"n5456982306","geometry":{"type":"Point","coordinates":[-0.1254875,51.5279146]},"properties":{"@type":"node","@id":5456982306,"@timestamp":1589495050},"coords":"51.5279146,-0.1254875","bedrooms":"0","price":"277000","area":"535"} , +{"type":"Feature","id":"n5456982316","geometry":{"type":"Point","coordinates":[-0.1255235,51.5277348]},"properties":{"@type":"node","@id":5456982316,"@timestamp":1589495050},"coords":"51.5277348,-0.1255235","bedrooms":"4","price":"205000","area":"486"} , +{"type":"Feature","id":"n5456982526","geometry":{"type":"Point","coordinates":[-0.1253548,51.5277306]},"properties":{"@type":"node","@id":5456982526,"@timestamp":1589495050},"coords":"51.5277306,-0.1253548","bedrooms":"0","price":"214000","area":"496"} , +{"type":"Feature","id":"n5456982536","geometry":{"type":"Point","coordinates":[-0.1252601,51.5279003]},"properties":{"@type":"node","@id":5456982536,"@timestamp":1589495050},"coords":"51.5279003,-0.1252601","bedrooms":"0","price":"277000","area":"522"} , +{"type":"Feature","id":"n5457018226","geometry":{"type":"Point","coordinates":[-0.1253905,51.5279274]},"properties":{"@type":"node","@id":5457018226,"@timestamp":1589495050},"coords":"51.5279274,-0.1253905","bedrooms":"2","price":"162000","area":"624"} , +{"type":"Feature","id":"n5457423839","geometry":{"type":"Point","coordinates":[-0.3260521,51.4872425]},"properties":{"@type":"node","@id":5457423839,"@timestamp":1602623532},"coords":"51.4872425,-0.3260521","bedrooms":"2","price":"176000","area":"540"} , +{"type":"Feature","id":"n5457749940","geometry":{"type":"Point","coordinates":[-1.0576394,51.375949]},"properties":{"@type":"node","@id":5457749940,"@timestamp":1520283192},"coords":"51.375949,-1.0576394","bedrooms":"1","price":"186000","area":"419"} , +{"type":"Feature","id":"n5457908035","geometry":{"type":"Point","coordinates":[-0.0984839,51.5205011]},"properties":{"@type":"node","@id":5457908035,"@timestamp":1520291133},"coords":"51.5205011,-0.0984839","bedrooms":"2","price":"229000","area":"695"} , +{"type":"Feature","id":"n5458258605","geometry":{"type":"Point","coordinates":[-0.1351842,51.5719469]},"properties":{"@type":"node","@id":5458258605,"@timestamp":1622397084},"coords":"51.5719469,-0.1351842","bedrooms":"3","price":"289000","area":"427"} , +{"type":"Feature","id":"n5458751064","geometry":{"type":"Point","coordinates":[0.0922251,51.6133917]},"properties":{"@type":"node","@id":5458751064,"@timestamp":1520329440},"coords":"51.6133917,0.0922251","bedrooms":"0","price":"189000","area":"626"} , +{"type":"Feature","id":"n5458847060","geometry":{"type":"Point","coordinates":[-0.2498893,51.595374]},"properties":{"@type":"node","@id":5458847060,"@timestamp":1520331711},"coords":"51.595374,-0.2498893","bedrooms":"4","price":"162000","area":"577"} , +{"type":"Feature","id":"n5459152903","geometry":{"type":"Point","coordinates":[-0.437588,51.5696472]},"properties":{"@type":"node","@id":5459152903,"@timestamp":1520338369},"coords":"51.5696472,-0.437588","bedrooms":"0","price":"293000","area":"447"} , +{"type":"Feature","id":"n5459265792","geometry":{"type":"Point","coordinates":[0.1035229,51.2847331]},"properties":{"@type":"node","@id":5459265792,"@timestamp":1520341459},"coords":"51.2847331,0.1035229","bedrooms":"4","price":"217000","area":"485"} , +{"type":"Feature","id":"n5459265931","geometry":{"type":"Point","coordinates":[0.1009697,51.2823918]},"properties":{"@type":"node","@id":5459265931,"@timestamp":1520341460},"coords":"51.2823918,0.1009697","bedrooms":"2","price":"194000","area":"540"} , +{"type":"Feature","id":"n5459418449","geometry":{"type":"Point","coordinates":[-0.1066423,51.4905145]},"properties":{"@type":"node","@id":5459418449,"@timestamp":1605043298},"coords":"51.4905145,-0.1066423","bedrooms":"2","price":"163000","area":"472"} , +{"type":"Feature","id":"n5459566590","geometry":{"type":"Point","coordinates":[-0.2213675,51.5490714]},"properties":{"@type":"node","@id":5459566590,"@timestamp":1520350515},"coords":"51.5490714,-0.2213675","bedrooms":"2","price":"207000","area":"580"} , +{"type":"Feature","id":"n5459566605","geometry":{"type":"Point","coordinates":[-0.2212782,51.5492911]},"properties":{"@type":"node","@id":5459566605,"@timestamp":1520350515},"coords":"51.5492911,-0.2212782","bedrooms":"2","price":"240000","area":"415"} , +{"type":"Feature","id":"n5459609321","geometry":{"type":"Point","coordinates":[0.0049611,51.5009933]},"properties":{"@type":"node","@id":5459609321,"@timestamp":1520933038},"coords":"51.5009933,0.0049611","bedrooms":"3","price":"155000","area":"453"} , +{"type":"Feature","id":"n5459611243","geometry":{"type":"Point","coordinates":[0.0042387,51.5006466]},"properties":{"@type":"node","@id":5459611243,"@timestamp":1520352318},"coords":"51.5006466,0.0042387","bedrooms":"4","price":"285000","area":"698"} , +{"type":"Feature","id":"n5459728517","geometry":{"type":"Point","coordinates":[0.0932654,51.2835864]},"properties":{"@type":"node","@id":5459728517,"@timestamp":1520355622},"coords":"51.2835864,0.0932654","bedrooms":"1","price":"196000","area":"564"} , +{"type":"Feature","id":"n5459728699","geometry":{"type":"Point","coordinates":[0.1159764,51.2970442]},"properties":{"@type":"node","@id":5459728699,"@timestamp":1520355625},"coords":"51.2970442,0.1159764","bedrooms":"2","price":"292000","area":"455"} , +{"type":"Feature","id":"n5460187492","geometry":{"type":"Point","coordinates":[0.1188442,51.293369]},"properties":{"@type":"node","@id":5460187492,"@timestamp":1520366480},"coords":"51.293369,0.1188442","bedrooms":"1","price":"256000","area":"655"} , +{"type":"Feature","id":"n5460187578","geometry":{"type":"Point","coordinates":[0.1277401,51.2916044]},"properties":{"@type":"node","@id":5460187578,"@timestamp":1520366482},"coords":"51.2916044,0.1277401","bedrooms":"3","price":"216000","area":"396"} , +{"type":"Feature","id":"n5460187588","geometry":{"type":"Point","coordinates":[0.1304145,51.2924522]},"properties":{"@type":"node","@id":5460187588,"@timestamp":1520366483},"coords":"51.2924522,0.1304145","bedrooms":"3","price":"162000","area":"454"} , +{"type":"Feature","id":"n5460187598","geometry":{"type":"Point","coordinates":[0.1319365,51.2908452]},"properties":{"@type":"node","@id":5460187598,"@timestamp":1520366483},"coords":"51.2908452,0.1319365","bedrooms":"3","price":"288000","area":"564"} , +{"type":"Feature","id":"n5460188014","geometry":{"type":"Point","coordinates":[0.1192736,51.2906227]},"properties":{"@type":"node","@id":5460188014,"@timestamp":1520366487},"coords":"51.2906227,0.1192736","bedrooms":"2","price":"227000","area":"445"} , +{"type":"Feature","id":"n5460458314","geometry":{"type":"Point","coordinates":[0.095577,50.9691148]},"properties":{"@type":"node","@id":5460458314,"@timestamp":1632396713},"coords":"50.9691148,0.095577","bedrooms":"3","price":"218000","area":"447"} , +{"type":"Feature","id":"n5460570568","geometry":{"type":"Point","coordinates":[-0.2135939,51.8640209]},"properties":{"@type":"node","@id":5460570568,"@timestamp":1520377733},"coords":"51.8640209,-0.2135939","bedrooms":"3","price":"151000","area":"631"} , +{"type":"Feature","id":"n5460590626","geometry":{"type":"Point","coordinates":[0.1400203,51.2914243]},"properties":{"@type":"node","@id":5460590626,"@timestamp":1520379119},"coords":"51.2914243,0.1400203","bedrooms":"1","price":"292000","area":"673"} , +{"type":"Feature","id":"n5460590709","geometry":{"type":"Point","coordinates":[0.1481644,51.3027131]},"properties":{"@type":"node","@id":5460590709,"@timestamp":1520379121},"coords":"51.3027131,0.1481644","bedrooms":"3","price":"251000","area":"363"} , +{"type":"Feature","id":"n5460760593","geometry":{"type":"Point","coordinates":[-0.0795836,51.6470773]},"properties":{"@type":"node","@id":5460760593,"@timestamp":1604012522},"coords":"51.6470773,-0.0795836","bedrooms":"3","price":"217000","area":"575"} , +{"type":"Feature","id":"n5460921784","geometry":{"type":"Point","coordinates":[-0.0286498,51.6526255]},"properties":{"@type":"node","@id":5460921784,"@timestamp":1614902165},"coords":"51.6526255,-0.0286498","bedrooms":"0","price":"226000","area":"368"} , +{"type":"Feature","id":"n5461199021","geometry":{"type":"Point","coordinates":[-0.1300088,51.5162756]},"properties":{"@type":"node","@id":5461199021,"@timestamp":1538095137},"coords":"51.5162756,-0.1300088","bedrooms":"1","price":"242000","area":"475"} , +{"type":"Feature","id":"n5461199380","geometry":{"type":"Point","coordinates":[-0.13045,51.5162917]},"properties":{"@type":"node","@id":5461199380,"@timestamp":1520407298},"coords":"51.5162917,-0.13045","bedrooms":"4","price":"289000","area":"498"} , +{"type":"Feature","id":"n5461199563","geometry":{"type":"Point","coordinates":[-0.1304366,51.51622]},"properties":{"@type":"node","@id":5461199563,"@timestamp":1520407300},"coords":"51.51622,-0.1304366","bedrooms":"2","price":"157000","area":"652"} , +{"type":"Feature","id":"n5461199593","geometry":{"type":"Point","coordinates":[-0.1307176,51.516364]},"properties":{"@type":"node","@id":5461199593,"@timestamp":1520407301},"coords":"51.516364,-0.1307176","bedrooms":"2","price":"155000","area":"573"} , +{"type":"Feature","id":"n5461199730","geometry":{"type":"Point","coordinates":[-0.1321414,51.5162641]},"properties":{"@type":"node","@id":5461199730,"@timestamp":1520407302},"coords":"51.5162641,-0.1321414","bedrooms":"2","price":"184000","area":"534"} , +{"type":"Feature","id":"n5461200040","geometry":{"type":"Point","coordinates":[-0.1316191,51.5162812]},"properties":{"@type":"node","@id":5461200040,"@timestamp":1520407304},"coords":"51.5162812,-0.1316191","bedrooms":"0","price":"253000","area":"372"} , +{"type":"Feature","id":"n5461200163","geometry":{"type":"Point","coordinates":[-0.1299785,51.5153148]},"properties":{"@type":"node","@id":5461200163,"@timestamp":1520407307},"coords":"51.5153148,-0.1299785","bedrooms":"3","price":"259000","area":"587"} , +{"type":"Feature","id":"n5461200190","geometry":{"type":"Point","coordinates":[-0.129948,51.5152516]},"properties":{"@type":"node","@id":5461200190,"@timestamp":1520407307},"coords":"51.5152516,-0.129948","bedrooms":"4","price":"181000","area":"537"} , +{"type":"Feature","id":"n5461200394","geometry":{"type":"Point","coordinates":[-0.1299182,51.5160551]},"properties":{"@type":"node","@id":5461200394,"@timestamp":1520407309},"coords":"51.5160551,-0.1299182","bedrooms":"3","price":"263000","area":"623"} , +{"type":"Feature","id":"n5461200549","geometry":{"type":"Point","coordinates":[-0.1306856,51.5162875]},"properties":{"@type":"node","@id":5461200549,"@timestamp":1520407310},"coords":"51.5162875,-0.1306856","bedrooms":"2","price":"152000","area":"363"} , +{"type":"Feature","id":"n5461683615","geometry":{"type":"Point","coordinates":[-0.2046171,51.5469352]},"properties":{"@type":"node","@id":5461683615,"@timestamp":1520429793},"coords":"51.5469352,-0.2046171","bedrooms":"2","price":"169000","area":"634"} , +{"type":"Feature","id":"n5461690589","geometry":{"type":"Point","coordinates":[-0.1959427,51.4871427]},"properties":{"@type":"node","@id":5461690589,"@timestamp":1615154795},"coords":"51.4871427,-0.1959427","bedrooms":"1","price":"261000","area":"645"} , +{"type":"Feature","id":"n5461895841","geometry":{"type":"Point","coordinates":[-0.0700477,51.5158258]},"properties":{"@type":"node","@id":5461895841,"@timestamp":1520421139},"coords":"51.5158258,-0.0700477","bedrooms":"4","price":"285000","area":"490"} , +{"type":"Feature","id":"n5461897317","geometry":{"type":"Point","coordinates":[-0.070087,51.51581]},"properties":{"@type":"node","@id":5461897317,"@timestamp":1520421140},"coords":"51.51581,-0.070087","bedrooms":"1","price":"161000","area":"690"} , +{"type":"Feature","id":"n5461897949","geometry":{"type":"Point","coordinates":[-0.0700193,51.5160762]},"properties":{"@type":"node","@id":5461897949,"@timestamp":1521035682},"coords":"51.5160762,-0.0700193","bedrooms":"2","price":"251000","area":"527"} , +{"type":"Feature","id":"n5461901694","geometry":{"type":"Point","coordinates":[-0.072135,51.5153381]},"properties":{"@type":"node","@id":5461901694,"@timestamp":1520421195},"coords":"51.5153381,-0.072135","bedrooms":"1","price":"265000","area":"676"} , +{"type":"Feature","id":"n5461902257","geometry":{"type":"Point","coordinates":[-0.0717752,51.5152455]},"properties":{"@type":"node","@id":5461902257,"@timestamp":1520421192},"coords":"51.5152455,-0.0717752","bedrooms":"4","price":"264000","area":"418"} , +{"type":"Feature","id":"n5461902490","geometry":{"type":"Point","coordinates":[-0.0717903,51.5152302]},"properties":{"@type":"node","@id":5461902490,"@timestamp":1520421192},"coords":"51.5152302,-0.0717903","bedrooms":"0","price":"247000","area":"466"} , +{"type":"Feature","id":"n5461938699","geometry":{"type":"Point","coordinates":[-0.1955711,51.4871937]},"properties":{"@type":"node","@id":5461938699,"@timestamp":1615154795},"coords":"51.4871937,-0.1955711","bedrooms":"0","price":"216000","area":"585"} , +{"type":"Feature","id":"n5462050723","geometry":{"type":"Point","coordinates":[-0.1953112,51.487143]},"properties":{"@type":"node","@id":5462050723,"@timestamp":1615154795},"coords":"51.487143,-0.1953112","bedrooms":"4","price":"205000","area":"582"} , +{"type":"Feature","id":"n5462441972","geometry":{"type":"Point","coordinates":[-0.2051021,51.2377388]},"properties":{"@type":"node","@id":5462441972,"@timestamp":1521996991},"coords":"51.2377388,-0.2051021","bedrooms":"1","price":"156000","area":"519"} , +{"type":"Feature","id":"n5462451728","geometry":{"type":"Point","coordinates":[-0.3239451,51.5367163]},"properties":{"@type":"node","@id":5462451728,"@timestamp":1558884729},"coords":"51.5367163,-0.3239451","bedrooms":"4","price":"162000","area":"621"} , +{"type":"Feature","id":"n5462478708","geometry":{"type":"Point","coordinates":[-0.2034597,51.2377859]},"properties":{"@type":"node","@id":5462478708,"@timestamp":1520435515},"coords":"51.2377859,-0.2034597","bedrooms":"2","price":"221000","area":"689"} , +{"type":"Feature","id":"n5462721726","geometry":{"type":"Point","coordinates":[-0.6956575,51.1400353]},"properties":{"@type":"node","@id":5462721726,"@timestamp":1520445547},"coords":"51.1400353,-0.6956575","bedrooms":"3","price":"194000","area":"542"} , +{"type":"Feature","id":"n5462782307","geometry":{"type":"Point","coordinates":[-0.6887027,51.1493563]},"properties":{"@type":"node","@id":5462782307,"@timestamp":1520448036},"coords":"51.1493563,-0.6887027","bedrooms":"0","price":"258000","area":"560"} , +{"type":"Feature","id":"n5463169457","geometry":{"type":"Point","coordinates":[-0.0455719,51.5221708]},"properties":{"@type":"node","@id":5463169457,"@timestamp":1558622521},"coords":"51.5221708,-0.0455719","bedrooms":"0","price":"243000","area":"578"} , +{"type":"Feature","id":"n5463928797","geometry":{"type":"Point","coordinates":[-0.0732646,51.4771353]},"properties":{"@type":"node","@id":5463928797,"@timestamp":1598149345},"coords":"51.4771353,-0.0732646","bedrooms":"4","price":"240000","area":"664"} , +{"type":"Feature","id":"n5464024769","geometry":{"type":"Point","coordinates":[-0.2011423,51.4753826]},"properties":{"@type":"node","@id":5464024769,"@timestamp":1520501019},"coords":"51.4753826,-0.2011423","bedrooms":"0","price":"199000","area":"402"} , +{"type":"Feature","id":"n5464078790","geometry":{"type":"Point","coordinates":[-0.630448,51.5171824]},"properties":{"@type":"node","@id":5464078790,"@timestamp":1520502233},"coords":"51.5171824,-0.630448","bedrooms":"4","price":"223000","area":"372"} , +{"type":"Feature","id":"n5464365401","geometry":{"type":"Point","coordinates":[0.1047314,51.2916307]},"properties":{"@type":"node","@id":5464365401,"@timestamp":1520508982},"coords":"51.2916307,0.1047314","bedrooms":"1","price":"228000","area":"596"} , +{"type":"Feature","id":"n5464367860","geometry":{"type":"Point","coordinates":[0.1091694,51.2943683]},"properties":{"@type":"node","@id":5464367860,"@timestamp":1520508983},"coords":"51.2943683,0.1091694","bedrooms":"2","price":"211000","area":"623"} , +{"type":"Feature","id":"n5464743011","geometry":{"type":"Point","coordinates":[0.119297,51.299746]},"properties":{"@type":"node","@id":5464743011,"@timestamp":1520518882},"coords":"51.299746,0.119297","bedrooms":"1","price":"209000","area":"483"} , +{"type":"Feature","id":"n5465378225","geometry":{"type":"Point","coordinates":[-0.7454849,51.2899053]},"properties":{"@type":"node","@id":5465378225,"@timestamp":1520541179},"coords":"51.2899053,-0.7454849","bedrooms":"0","price":"168000","area":"619"} , +{"type":"Feature","id":"n5465401581","geometry":{"type":"Point","coordinates":[-0.7442307,51.2870107]},"properties":{"@type":"node","@id":5465401581,"@timestamp":1520542410},"coords":"51.2870107,-0.7442307","bedrooms":"0","price":"225000","area":"629"} , +{"type":"Feature","id":"n5465500504","geometry":{"type":"Point","coordinates":[0.1385245,51.3060963]},"properties":{"@type":"node","@id":5465500504,"@timestamp":1520546096},"coords":"51.3060963,0.1385245","bedrooms":"2","price":"183000","area":"364"} , +{"type":"Feature","id":"n5465544105","geometry":{"type":"Point","coordinates":[-1.061224,51.4426438]},"properties":{"@type":"node","@id":5465544105,"@timestamp":1520548405},"coords":"51.4426438,-1.061224","bedrooms":"4","price":"247000","area":"633"} , +{"type":"Feature","id":"n5465561930","geometry":{"type":"Point","coordinates":[-0.1990363,51.6394097]},"properties":{"@type":"node","@id":5465561930,"@timestamp":1520549499},"coords":"51.6394097,-0.1990363","bedrooms":"4","price":"231000","area":"423"} , +{"type":"Feature","id":"n5465561963","geometry":{"type":"Point","coordinates":[-0.1964523,51.6419906]},"properties":{"@type":"node","@id":5465561963,"@timestamp":1520549499},"coords":"51.6419906,-0.1964523","bedrooms":"4","price":"192000","area":"663"} , +{"type":"Feature","id":"n5465738042","geometry":{"type":"Point","coordinates":[-0.0999045,51.5208213]},"properties":{"@type":"node","@id":5465738042,"@timestamp":1520555344},"coords":"51.5208213,-0.0999045","bedrooms":"4","price":"203000","area":"662"} , +{"type":"Feature","id":"n5466528723","geometry":{"type":"Point","coordinates":[-0.0490308,51.4979635]},"properties":{"@type":"node","@id":5466528723,"@timestamp":1520587035},"coords":"51.4979635,-0.0490308","bedrooms":"3","price":"278000","area":"648"} , +{"type":"Feature","id":"n5466528749","geometry":{"type":"Point","coordinates":[-0.0494877,51.4979226]},"properties":{"@type":"node","@id":5466528749,"@timestamp":1520587035},"coords":"51.4979226,-0.0494877","bedrooms":"2","price":"261000","area":"389"} , +{"type":"Feature","id":"n5466528765","geometry":{"type":"Point","coordinates":[-0.0500916,51.4977734]},"properties":{"@type":"node","@id":5466528765,"@timestamp":1520587036},"coords":"51.4977734,-0.0500916","bedrooms":"4","price":"212000","area":"622"} , +{"type":"Feature","id":"n5466528844","geometry":{"type":"Point","coordinates":[-0.0502622,51.4981317]},"properties":{"@type":"node","@id":5466528844,"@timestamp":1520587037},"coords":"51.4981317,-0.0502622","bedrooms":"0","price":"157000","area":"442"} , +{"type":"Feature","id":"n5466528862","geometry":{"type":"Point","coordinates":[-0.0497235,51.4979539]},"properties":{"@type":"node","@id":5466528862,"@timestamp":1520587037},"coords":"51.4979539,-0.0497235","bedrooms":"4","price":"174000","area":"569"} , +{"type":"Feature","id":"n5466529140","geometry":{"type":"Point","coordinates":[-0.0493284,51.4976793]},"properties":{"@type":"node","@id":5466529140,"@timestamp":1520587041},"coords":"51.4976793,-0.0493284","bedrooms":"0","price":"236000","area":"360"} , +{"type":"Feature","id":"n5466529285","geometry":{"type":"Point","coordinates":[-0.0497527,51.4980404]},"properties":{"@type":"node","@id":5466529285,"@timestamp":1520587043},"coords":"51.4980404,-0.0497527","bedrooms":"1","price":"238000","area":"623"} , +{"type":"Feature","id":"n5466543038","geometry":{"type":"Point","coordinates":[-0.1045092,51.5195452]},"properties":{"@type":"node","@id":5466543038,"@timestamp":1521034469},"coords":"51.5195452,-0.1045092","bedrooms":"2","price":"158000","area":"398"} , +{"type":"Feature","id":"n5466543198","geometry":{"type":"Point","coordinates":[-0.1048564,51.5202711]},"properties":{"@type":"node","@id":5466543198,"@timestamp":1521034469},"coords":"51.5202711,-0.1048564","bedrooms":"0","price":"162000","area":"644"} , +{"type":"Feature","id":"n5466543473","geometry":{"type":"Point","coordinates":[-0.1057207,51.5209835]},"properties":{"@type":"node","@id":5466543473,"@timestamp":1520587498},"coords":"51.5209835,-0.1057207","bedrooms":"1","price":"206000","area":"411"} , +{"type":"Feature","id":"n5466543495","geometry":{"type":"Point","coordinates":[-0.1056196,51.5208938]},"properties":{"@type":"node","@id":5466543495,"@timestamp":1521034470},"coords":"51.5208938,-0.1056196","bedrooms":"0","price":"194000","area":"515"} , +{"type":"Feature","id":"n5466543519","geometry":{"type":"Point","coordinates":[-0.1050059,51.520745]},"properties":{"@type":"node","@id":5466543519,"@timestamp":1520587499},"coords":"51.520745,-0.1050059","bedrooms":"0","price":"174000","area":"673"} , +{"type":"Feature","id":"n5466543581","geometry":{"type":"Point","coordinates":[-0.1048012,51.5204524]},"properties":{"@type":"node","@id":5466543581,"@timestamp":1520587500},"coords":"51.5204524,-0.1048012","bedrooms":"4","price":"285000","area":"643"} , +{"type":"Feature","id":"n5466543667","geometry":{"type":"Point","coordinates":[-0.1049589,51.5202861]},"properties":{"@type":"node","@id":5466543667,"@timestamp":1520587502},"coords":"51.5202861,-0.1049589","bedrooms":"2","price":"278000","area":"523"} , +{"type":"Feature","id":"n5466793575","geometry":{"type":"Point","coordinates":[-0.1200471,51.5168861]},"properties":{"@type":"node","@id":5466793575,"@timestamp":1520591975},"coords":"51.5168861,-0.1200471","bedrooms":"1","price":"195000","area":"563"} , +{"type":"Feature","id":"n5466793801","geometry":{"type":"Point","coordinates":[-0.1200958,51.5172443]},"properties":{"@type":"node","@id":5466793801,"@timestamp":1520591977},"coords":"51.5172443,-0.1200958","bedrooms":"2","price":"286000","area":"642"} , +{"type":"Feature","id":"n5466793986","geometry":{"type":"Point","coordinates":[-0.1194138,51.5174018]},"properties":{"@type":"node","@id":5466793986,"@timestamp":1520591979},"coords":"51.5174018,-0.1194138","bedrooms":"0","price":"153000","area":"496"} , +{"type":"Feature","id":"n5466794227","geometry":{"type":"Point","coordinates":[-0.1198052,51.5174475]},"properties":{"@type":"node","@id":5466794227,"@timestamp":1520591980},"coords":"51.5174475,-0.1198052","bedrooms":"2","price":"257000","area":"471"} , +{"type":"Feature","id":"n5467362669","geometry":{"type":"Point","coordinates":[0.1252903,51.2935606]},"properties":{"@type":"node","@id":5467362669,"@timestamp":1520603980},"coords":"51.2935606,0.1252903","bedrooms":"1","price":"233000","area":"699"} , +{"type":"Feature","id":"n5467362679","geometry":{"type":"Point","coordinates":[0.1288161,51.2960223]},"properties":{"@type":"node","@id":5467362679,"@timestamp":1520603981},"coords":"51.2960223,0.1288161","bedrooms":"1","price":"150000","area":"393"} , +{"type":"Feature","id":"n5467362689","geometry":{"type":"Point","coordinates":[0.1299696,51.2978941]},"properties":{"@type":"node","@id":5467362689,"@timestamp":1520603981},"coords":"51.2978941,0.1299696","bedrooms":"0","price":"196000","area":"567"} , +{"type":"Feature","id":"n5467363321","geometry":{"type":"Point","coordinates":[0.1277942,51.2954563]},"properties":{"@type":"node","@id":5467363321,"@timestamp":1520603982},"coords":"51.2954563,0.1277942","bedrooms":"1","price":"207000","area":"624"} , +{"type":"Feature","id":"n5467363331","geometry":{"type":"Point","coordinates":[0.1283959,51.2979577]},"properties":{"@type":"node","@id":5467363331,"@timestamp":1520603982},"coords":"51.2979577,0.1283959","bedrooms":"1","price":"219000","area":"696"} , +{"type":"Feature","id":"n5467363341","geometry":{"type":"Point","coordinates":[0.128244,51.3014814]},"properties":{"@type":"node","@id":5467363341,"@timestamp":1520603982},"coords":"51.3014814,0.128244","bedrooms":"3","price":"164000","area":"617"} , +{"type":"Feature","id":"n5467363720","geometry":{"type":"Point","coordinates":[0.1256661,51.2946988]},"properties":{"@type":"node","@id":5467363720,"@timestamp":1520603985},"coords":"51.2946988,0.1256661","bedrooms":"4","price":"293000","area":"415"} , +{"type":"Feature","id":"n5467371999","geometry":{"type":"Point","coordinates":[-0.4861197,51.7461421]},"properties":{"@type":"node","@id":5467371999,"@timestamp":1608242491},"coords":"51.7461421,-0.4861197","bedrooms":"3","price":"255000","area":"545"} , +{"type":"Feature","id":"n5468046463","geometry":{"type":"Point","coordinates":[0.118846,51.3012082]},"properties":{"@type":"node","@id":5468046463,"@timestamp":1520626277},"coords":"51.3012082,0.118846","bedrooms":"0","price":"162000","area":"632"} , +{"type":"Feature","id":"n5468046517","geometry":{"type":"Point","coordinates":[0.1279936,51.3036431]},"properties":{"@type":"node","@id":5468046517,"@timestamp":1520626278},"coords":"51.3036431,0.1279936","bedrooms":"4","price":"287000","area":"446"} , +{"type":"Feature","id":"n5468046527","geometry":{"type":"Point","coordinates":[0.1271811,51.3053734]},"properties":{"@type":"node","@id":5468046527,"@timestamp":1520626278},"coords":"51.3053734,0.1271811","bedrooms":"3","price":"267000","area":"570"} , +{"type":"Feature","id":"n5468046537","geometry":{"type":"Point","coordinates":[0.1268802,51.3076125]},"properties":{"@type":"node","@id":5468046537,"@timestamp":1520626278},"coords":"51.3076125,0.1268802","bedrooms":"2","price":"190000","area":"536"} , +{"type":"Feature","id":"n5468046547","geometry":{"type":"Point","coordinates":[0.1265234,51.3088971]},"properties":{"@type":"node","@id":5468046547,"@timestamp":1520626279},"coords":"51.3088971,0.1265234","bedrooms":"0","price":"245000","area":"644"} , +{"type":"Feature","id":"n5468046557","geometry":{"type":"Point","coordinates":[0.1198067,51.3077569]},"properties":{"@type":"node","@id":5468046557,"@timestamp":1520626279},"coords":"51.3077569,0.1198067","bedrooms":"0","price":"150000","area":"470"} , +{"type":"Feature","id":"n5468077915","geometry":{"type":"Point","coordinates":[0.1333232,51.3017723]},"properties":{"@type":"node","@id":5468077915,"@timestamp":1520627222},"coords":"51.3017723,0.1333232","bedrooms":"4","price":"288000","area":"442"} , +{"type":"Feature","id":"n5468288792","geometry":{"type":"Point","coordinates":[0.0996266,51.3157745]},"properties":{"@type":"node","@id":5468288792,"@timestamp":1550409227},"coords":"51.3157745,0.0996266","bedrooms":"1","price":"241000","area":"379"} , +{"type":"Feature","id":"n5468288802","geometry":{"type":"Point","coordinates":[0.1122698,51.3235554]},"properties":{"@type":"node","@id":5468288802,"@timestamp":1550409228},"coords":"51.3235554,0.1122698","bedrooms":"0","price":"284000","area":"481"} , +{"type":"Feature","id":"n5468301589","geometry":{"type":"Point","coordinates":[-0.1029655,51.5189884]},"properties":{"@type":"node","@id":5468301589,"@timestamp":1635292483},"coords":"51.5189884,-0.1029655","bedrooms":"0","price":"257000","area":"459"} , +{"type":"Feature","id":"n5468301612","geometry":{"type":"Point","coordinates":[-0.1022056,51.5196932]},"properties":{"@type":"node","@id":5468301612,"@timestamp":1521933057},"coords":"51.5196932,-0.1022056","bedrooms":"1","price":"150000","area":"687"} , +{"type":"Feature","id":"n5469015400","geometry":{"type":"Point","coordinates":[-0.679913,51.1511933]},"properties":{"@type":"node","@id":5469015400,"@timestamp":1520681357},"coords":"51.1511933,-0.679913","bedrooms":"3","price":"233000","area":"695"} , +{"type":"Feature","id":"n5469302005","geometry":{"type":"Point","coordinates":[0.0028712,51.5456227]},"properties":{"@type":"node","@id":5469302005,"@timestamp":1520692341},"coords":"51.5456227,0.0028712","bedrooms":"4","price":"243000","area":"436"} , +{"type":"Feature","id":"n5469532954","geometry":{"type":"Point","coordinates":[-0.0204833,51.5067417]},"properties":{"@type":"node","@id":5469532954,"@timestamp":1561937965},"coords":"51.5067417,-0.0204833","bedrooms":"1","price":"225000","area":"598"} , +{"type":"Feature","id":"n5469784431","geometry":{"type":"Point","coordinates":[-0.3115225,51.6805387]},"properties":{"@type":"node","@id":5469784431,"@timestamp":1520711305},"coords":"51.6805387,-0.3115225","bedrooms":"1","price":"279000","area":"403"} , +{"type":"Feature","id":"n5469784441","geometry":{"type":"Point","coordinates":[-0.3065872,51.6764024]},"properties":{"@type":"node","@id":5469784441,"@timestamp":1520711306},"coords":"51.6764024,-0.3065872","bedrooms":"2","price":"245000","area":"552"} , +{"type":"Feature","id":"n5469784451","geometry":{"type":"Point","coordinates":[-0.3016225,51.671948]},"properties":{"@type":"node","@id":5469784451,"@timestamp":1520711306},"coords":"51.671948,-0.3016225","bedrooms":"2","price":"220000","area":"373"} , +{"type":"Feature","id":"n5469784461","geometry":{"type":"Point","coordinates":[-0.2885118,51.6599749]},"properties":{"@type":"node","@id":5469784461,"@timestamp":1520711306},"coords":"51.6599749,-0.2885118","bedrooms":"4","price":"175000","area":"607"} , +{"type":"Feature","id":"n5469828438","geometry":{"type":"Point","coordinates":[-0.3016251,51.7004216]},"properties":{"@type":"node","@id":5469828438,"@timestamp":1520713439},"coords":"51.7004216,-0.3016251","bedrooms":"2","price":"180000","area":"390"} , +{"type":"Feature","id":"n5469855077","geometry":{"type":"Point","coordinates":[-0.736991,51.2843273]},"properties":{"@type":"node","@id":5469855077,"@timestamp":1520715053},"coords":"51.2843273,-0.736991","bedrooms":"2","price":"297000","area":"514"} , +{"type":"Feature","id":"n5469900569","geometry":{"type":"Point","coordinates":[-0.735857,51.2811378]},"properties":{"@type":"node","@id":5469900569,"@timestamp":1520716322},"coords":"51.2811378,-0.735857","bedrooms":"1","price":"150000","area":"684"} , +{"type":"Feature","id":"n5469948886","geometry":{"type":"Point","coordinates":[-0.3538531,51.7062312]},"properties":{"@type":"node","@id":5469948886,"@timestamp":1581859241},"coords":"51.7062312,-0.3538531","bedrooms":"3","price":"233000","area":"633"} , +{"type":"Feature","id":"n5470092483","geometry":{"type":"Point","coordinates":[-0.1757337,51.4348021]},"properties":{"@type":"node","@id":5470092483,"@timestamp":1529326912},"coords":"51.4348021,-0.1757337","bedrooms":"1","price":"157000","area":"426"} , +{"type":"Feature","id":"n5470092493","geometry":{"type":"Point","coordinates":[-0.1767554,51.4352784]},"properties":{"@type":"node","@id":5470092493,"@timestamp":1529326913},"coords":"51.4352784,-0.1767554","bedrooms":"0","price":"190000","area":"511"} , +{"type":"Feature","id":"n5470318115","geometry":{"type":"Point","coordinates":[-0.1350279,51.5146779]},"properties":{"@type":"node","@id":5470318115,"@timestamp":1543775791},"coords":"51.5146779,-0.1350279","bedrooms":"2","price":"157000","area":"494"} , +{"type":"Feature","id":"n5470992966","geometry":{"type":"Point","coordinates":[0.8898837,51.8771288]},"properties":{"@type":"node","@id":5470992966,"@timestamp":1634392607},"coords":"51.8771288,0.8898837","bedrooms":"4","price":"281000","area":"684"} , +{"type":"Feature","id":"n5471064830","geometry":{"type":"Point","coordinates":[0.0089356,51.5437058]},"properties":{"@type":"node","@id":5471064830,"@timestamp":1628153835},"coords":"51.5437058,0.0089356","bedrooms":"2","price":"264000","area":"543"} , +{"type":"Feature","id":"n5471268685","geometry":{"type":"Point","coordinates":[-0.1349238,51.5140119]},"properties":{"@type":"node","@id":5471268685,"@timestamp":1520789081},"coords":"51.5140119,-0.1349238","bedrooms":"2","price":"279000","area":"548"} , +{"type":"Feature","id":"n5471298857","geometry":{"type":"Point","coordinates":[0.009332,51.5408264]},"properties":{"@type":"node","@id":5471298857,"@timestamp":1520790403},"coords":"51.5408264,0.009332","bedrooms":"2","price":"154000","area":"529"} , +{"type":"Feature","id":"n5471345383","geometry":{"type":"Point","coordinates":[-0.1037706,51.5184295]},"properties":{"@type":"node","@id":5471345383,"@timestamp":1635292483},"coords":"51.5184295,-0.1037706","bedrooms":"2","price":"227000","area":"651"} , +{"type":"Feature","id":"n5471475835","geometry":{"type":"Point","coordinates":[0.0102004,51.5386315]},"properties":{"@type":"node","@id":5471475835,"@timestamp":1520794891},"coords":"51.5386315,0.0102004","bedrooms":"2","price":"168000","area":"573"} , +{"type":"Feature","id":"n5471475866","geometry":{"type":"Point","coordinates":[0.0099301,51.5385339]},"properties":{"@type":"node","@id":5471475866,"@timestamp":1564853700},"coords":"51.5385339,0.0099301","bedrooms":"4","price":"241000","area":"603"} , +{"type":"Feature","id":"n5471476337","geometry":{"type":"Point","coordinates":[0.0088804,51.5379505]},"properties":{"@type":"node","@id":5471476337,"@timestamp":1564853700},"coords":"51.5379505,0.0088804","bedrooms":"2","price":"292000","area":"394"} , +{"type":"Feature","id":"n5471476356","geometry":{"type":"Point","coordinates":[0.0093378,51.5380573]},"properties":{"@type":"node","@id":5471476356,"@timestamp":1564853700},"coords":"51.5380573,0.0093378","bedrooms":"0","price":"271000","area":"496"} , +{"type":"Feature","id":"n5471476372","geometry":{"type":"Point","coordinates":[0.0099365,51.5388622]},"properties":{"@type":"node","@id":5471476372,"@timestamp":1564853700},"coords":"51.5388622,0.0099365","bedrooms":"3","price":"184000","area":"676"} , +{"type":"Feature","id":"n5471743323","geometry":{"type":"Point","coordinates":[-0.1379619,51.509858]},"properties":{"@type":"node","@id":5471743323,"@timestamp":1528778312},"coords":"51.509858,-0.1379619","bedrooms":"1","price":"220000","area":"369"} , +{"type":"Feature","id":"n5471786025","geometry":{"type":"Point","coordinates":[-0.150894,51.2577029]},"properties":{"@type":"node","@id":5471786025,"@timestamp":1584554053},"coords":"51.2577029,-0.150894","bedrooms":"2","price":"204000","area":"388"} , +{"type":"Feature","id":"n5471958831","geometry":{"type":"Point","coordinates":[-0.0683174,51.5435992]},"properties":{"@type":"node","@id":5471958831,"@timestamp":1520822673},"coords":"51.5435992,-0.0683174","bedrooms":"2","price":"297000","area":"594"} , +{"type":"Feature","id":"n5472303622","geometry":{"type":"Point","coordinates":[-0.1248088,51.6072261]},"properties":{"@type":"node","@id":5472303622,"@timestamp":1593556308},"coords":"51.6072261,-0.1248088","bedrooms":"1","price":"205000","area":"696"} , +{"type":"Feature","id":"n5472303692","geometry":{"type":"Point","coordinates":[-0.1248102,51.6073139]},"properties":{"@type":"node","@id":5472303692,"@timestamp":1520840393},"coords":"51.6073139,-0.1248102","bedrooms":"1","price":"243000","area":"612"} , +{"type":"Feature","id":"n5472303712","geometry":{"type":"Point","coordinates":[-0.1244825,51.607187]},"properties":{"@type":"node","@id":5472303712,"@timestamp":1520840393},"coords":"51.607187,-0.1244825","bedrooms":"2","price":"288000","area":"409"} , +{"type":"Feature","id":"n5473265628","geometry":{"type":"Point","coordinates":[0.1082683,51.3085161]},"properties":{"@type":"node","@id":5473265628,"@timestamp":1520866044},"coords":"51.3085161,0.1082683","bedrooms":"1","price":"226000","area":"378"} , +{"type":"Feature","id":"n5473265776","geometry":{"type":"Point","coordinates":[0.1009111,51.3037944]},"properties":{"@type":"node","@id":5473265776,"@timestamp":1520866046},"coords":"51.3037944,0.1009111","bedrooms":"3","price":"219000","area":"627"} , +{"type":"Feature","id":"n5473272660","geometry":{"type":"Point","coordinates":[-0.0888831,51.5133454]},"properties":{"@type":"node","@id":5473272660,"@timestamp":1520866233},"coords":"51.5133454,-0.0888831","bedrooms":"2","price":"157000","area":"408"} , +{"type":"Feature","id":"n5473272828","geometry":{"type":"Point","coordinates":[-0.0875905,51.5114229]},"properties":{"@type":"node","@id":5473272828,"@timestamp":1520866234},"coords":"51.5114229,-0.0875905","bedrooms":"3","price":"288000","area":"403"} , +{"type":"Feature","id":"n5473272850","geometry":{"type":"Point","coordinates":[-0.0860725,51.5107062]},"properties":{"@type":"node","@id":5473272850,"@timestamp":1520866235},"coords":"51.5107062,-0.0860725","bedrooms":"0","price":"233000","area":"453"} , +{"type":"Feature","id":"n5473272880","geometry":{"type":"Point","coordinates":[-0.0861752,51.5105521]},"properties":{"@type":"node","@id":5473272880,"@timestamp":1520866235},"coords":"51.5105521,-0.0861752","bedrooms":"1","price":"276000","area":"667"} , +{"type":"Feature","id":"n5473272971","geometry":{"type":"Point","coordinates":[-0.0884082,51.512429]},"properties":{"@type":"node","@id":5473272971,"@timestamp":1520866237},"coords":"51.512429,-0.0884082","bedrooms":"4","price":"210000","area":"481"} , +{"type":"Feature","id":"n5473272988","geometry":{"type":"Point","coordinates":[-0.0875091,51.5117302]},"properties":{"@type":"node","@id":5473272988,"@timestamp":1520866237},"coords":"51.5117302,-0.0875091","bedrooms":"3","price":"186000","area":"473"} , +{"type":"Feature","id":"n5473273144","geometry":{"type":"Point","coordinates":[-0.0862144,51.5105226]},"properties":{"@type":"node","@id":5473273144,"@timestamp":1520866240},"coords":"51.5105226,-0.0862144","bedrooms":"1","price":"231000","area":"383"} , +{"type":"Feature","id":"n5473273244","geometry":{"type":"Point","coordinates":[-0.0859979,51.5105233]},"properties":{"@type":"node","@id":5473273244,"@timestamp":1520866242},"coords":"51.5105233,-0.0859979","bedrooms":"4","price":"278000","area":"570"} , +{"type":"Feature","id":"n5473273334","geometry":{"type":"Point","coordinates":[-0.0864237,51.5106431]},"properties":{"@type":"node","@id":5473273334,"@timestamp":1520866243},"coords":"51.5106431,-0.0864237","bedrooms":"3","price":"177000","area":"537"} , +{"type":"Feature","id":"n5473273435","geometry":{"type":"Point","coordinates":[-0.0858853,51.511039]},"properties":{"@type":"node","@id":5473273435,"@timestamp":1629681763},"coords":"51.511039,-0.0858853","bedrooms":"0","price":"162000","area":"540"} , +{"type":"Feature","id":"n5473273504","geometry":{"type":"Point","coordinates":[-0.0889395,51.5131035]},"properties":{"@type":"node","@id":5473273504,"@timestamp":1520866247},"coords":"51.5131035,-0.0889395","bedrooms":"2","price":"193000","area":"366"} , +{"type":"Feature","id":"n5473273580","geometry":{"type":"Point","coordinates":[-0.0888529,51.512989]},"properties":{"@type":"node","@id":5473273580,"@timestamp":1520866248},"coords":"51.512989,-0.0888529","bedrooms":"3","price":"244000","area":"457"} , +{"type":"Feature","id":"n5473273666","geometry":{"type":"Point","coordinates":[-0.088925,51.5133386]},"properties":{"@type":"node","@id":5473273666,"@timestamp":1520866250},"coords":"51.5133386,-0.088925","bedrooms":"2","price":"173000","area":"668"} , +{"type":"Feature","id":"n5473274451","geometry":{"type":"Point","coordinates":[-0.0907741,51.5130016]},"properties":{"@type":"node","@id":5473274451,"@timestamp":1520866258},"coords":"51.5130016,-0.0907741","bedrooms":"4","price":"181000","area":"679"} , +{"type":"Feature","id":"n5473274481","geometry":{"type":"Point","coordinates":[-0.0899809,51.5131982]},"properties":{"@type":"node","@id":5473274481,"@timestamp":1520866259},"coords":"51.5131982,-0.0899809","bedrooms":"3","price":"246000","area":"649"} , +{"type":"Feature","id":"n5473274511","geometry":{"type":"Point","coordinates":[-0.0879756,51.5127494]},"properties":{"@type":"node","@id":5473274511,"@timestamp":1520866259},"coords":"51.5127494,-0.0879756","bedrooms":"3","price":"265000","area":"490"} , +{"type":"Feature","id":"n5473274720","geometry":{"type":"Point","coordinates":[-0.088285,51.5129893]},"properties":{"@type":"node","@id":5473274720,"@timestamp":1558884730},"coords":"51.5129893,-0.088285","bedrooms":"1","price":"258000","area":"524"} , +{"type":"Feature","id":"n5473274902","geometry":{"type":"Point","coordinates":[-0.0901538,51.5134181]},"properties":{"@type":"node","@id":5473274902,"@timestamp":1520866267},"coords":"51.5134181,-0.0901538","bedrooms":"1","price":"216000","area":"400"} , +{"type":"Feature","id":"n5473275002","geometry":{"type":"Point","coordinates":[-0.0886589,51.5133069]},"properties":{"@type":"node","@id":5473275002,"@timestamp":1558884730},"coords":"51.5133069,-0.0886589","bedrooms":"4","price":"170000","area":"621"} , +{"type":"Feature","id":"n5473303668","geometry":{"type":"Point","coordinates":[0.0989606,51.3028498]},"properties":{"@type":"node","@id":5473303668,"@timestamp":1520867665},"coords":"51.3028498,0.0989606","bedrooms":"3","price":"244000","area":"453"} , +{"type":"Feature","id":"n5473328790","geometry":{"type":"Point","coordinates":[0.0877782,51.3015792]},"properties":{"@type":"node","@id":5473328790,"@timestamp":1520868633},"coords":"51.3015792,0.0877782","bedrooms":"2","price":"288000","area":"618"} , +{"type":"Feature","id":"n5473343619","geometry":{"type":"Point","coordinates":[-0.1642594,51.550428]},"properties":{"@type":"node","@id":5473343619,"@timestamp":1520869044},"coords":"51.550428,-0.1642594","bedrooms":"3","price":"198000","area":"507"} , +{"type":"Feature","id":"n5473344736","geometry":{"type":"Point","coordinates":[-0.1643053,51.5503124]},"properties":{"@type":"node","@id":5473344736,"@timestamp":1520869046},"coords":"51.5503124,-0.1643053","bedrooms":"4","price":"189000","area":"595"} , +{"type":"Feature","id":"n5473386723","geometry":{"type":"Point","coordinates":[-0.1074504,51.5584452]},"properties":{"@type":"node","@id":5473386723,"@timestamp":1520870888},"coords":"51.5584452,-0.1074504","bedrooms":"4","price":"264000","area":"364"} , +{"type":"Feature","id":"n5473426066","geometry":{"type":"Point","coordinates":[-0.1356186,51.5255344]},"properties":{"@type":"node","@id":5473426066,"@timestamp":1520872228},"coords":"51.5255344,-0.1356186","bedrooms":"3","price":"215000","area":"452"} , +{"type":"Feature","id":"n5473426144","geometry":{"type":"Point","coordinates":[-0.1357207,51.525573]},"properties":{"@type":"node","@id":5473426144,"@timestamp":1520872230},"coords":"51.525573,-0.1357207","bedrooms":"3","price":"264000","area":"685"} , +{"type":"Feature","id":"n5473515535","geometry":{"type":"Point","coordinates":[-0.4234415,51.4665612]},"properties":{"@type":"node","@id":5473515535,"@timestamp":1523256454},"coords":"51.4665612,-0.4234415","bedrooms":"0","price":"168000","area":"352"} , +{"type":"Feature","id":"n5473525500","geometry":{"type":"Point","coordinates":[-0.1439608,51.5238769]},"properties":{"@type":"node","@id":5473525500,"@timestamp":1520874546},"coords":"51.5238769,-0.1439608","bedrooms":"2","price":"291000","area":"401"} , +{"type":"Feature","id":"n5473525737","geometry":{"type":"Point","coordinates":[-0.1440109,51.5237274]},"properties":{"@type":"node","@id":5473525737,"@timestamp":1520874547},"coords":"51.5237274,-0.1440109","bedrooms":"3","price":"206000","area":"414"} , +{"type":"Feature","id":"n5473525791","geometry":{"type":"Point","coordinates":[-0.1438813,51.5237167]},"properties":{"@type":"node","@id":5473525791,"@timestamp":1520874548},"coords":"51.5237167,-0.1438813","bedrooms":"2","price":"257000","area":"673"} , +{"type":"Feature","id":"n5473601141","geometry":{"type":"Point","coordinates":[-0.4234843,51.4665952]},"properties":{"@type":"node","@id":5473601141,"@timestamp":1523256454},"coords":"51.4665952,-0.4234843","bedrooms":"0","price":"299000","area":"428"} , +{"type":"Feature","id":"n5473943200","geometry":{"type":"Point","coordinates":[-0.7370466,51.2758161]},"properties":{"@type":"node","@id":5473943200,"@timestamp":1632852790},"coords":"51.2758161,-0.7370466","bedrooms":"3","price":"233000","area":"624"} , +{"type":"Feature","id":"n5474161929","geometry":{"type":"Point","coordinates":[-0.2703339,51.688238]},"properties":{"@type":"node","@id":5474161929,"@timestamp":1520890309},"coords":"51.688238,-0.2703339","bedrooms":"1","price":"227000","area":"572"} , +{"type":"Feature","id":"n5474225179","geometry":{"type":"Point","coordinates":[-0.7015157,51.2827869]},"properties":{"@type":"node","@id":5474225179,"@timestamp":1520892128},"coords":"51.2827869,-0.7015157","bedrooms":"2","price":"193000","area":"649"} , +{"type":"Feature","id":"n5474291131","geometry":{"type":"Point","coordinates":[-0.1059855,51.5196777]},"properties":{"@type":"node","@id":5474291131,"@timestamp":1527280564},"coords":"51.5196777,-0.1059855","bedrooms":"0","price":"219000","area":"400"} , +{"type":"Feature","id":"n5474925278","geometry":{"type":"Point","coordinates":[-0.4317379,51.3842853]},"properties":{"@type":"node","@id":5474925278,"@timestamp":1520927736},"coords":"51.3842853,-0.4317379","bedrooms":"3","price":"227000","area":"545"} , +{"type":"Feature","id":"n5474926628","geometry":{"type":"Point","coordinates":[-0.2230798,51.4918834]},"properties":{"@type":"node","@id":5474926628,"@timestamp":1634836031},"coords":"51.4918834,-0.2230798","bedrooms":"1","price":"153000","area":"472"} , +{"type":"Feature","id":"n5474927031","geometry":{"type":"Point","coordinates":[-0.2234121,51.492421]},"properties":{"@type":"node","@id":5474927031,"@timestamp":1634836031},"coords":"51.492421,-0.2234121","bedrooms":"2","price":"175000","area":"456"} , +{"type":"Feature","id":"n5474927042","geometry":{"type":"Point","coordinates":[-0.2236177,51.4926203]},"properties":{"@type":"node","@id":5474927042,"@timestamp":1634836031},"coords":"51.4926203,-0.2236177","bedrooms":"3","price":"204000","area":"532"} , +{"type":"Feature","id":"n5475500181","geometry":{"type":"Point","coordinates":[-0.1622495,51.500676]},"properties":{"@type":"node","@id":5475500181,"@timestamp":1520941872},"coords":"51.500676,-0.1622495","bedrooms":"1","price":"282000","area":"632"} , +{"type":"Feature","id":"n5475500308","geometry":{"type":"Point","coordinates":[-0.1627446,51.4999836]},"properties":{"@type":"node","@id":5475500308,"@timestamp":1520941874},"coords":"51.4999836,-0.1627446","bedrooms":"0","price":"296000","area":"624"} , +{"type":"Feature","id":"n5475500451","geometry":{"type":"Point","coordinates":[-0.1610202,51.5014349]},"properties":{"@type":"node","@id":5475500451,"@timestamp":1520941875},"coords":"51.5014349,-0.1610202","bedrooms":"1","price":"289000","area":"369"} , +{"type":"Feature","id":"n5475500481","geometry":{"type":"Point","coordinates":[-0.1607603,51.5015994]},"properties":{"@type":"node","@id":5475500481,"@timestamp":1520941875},"coords":"51.5015994,-0.1607603","bedrooms":"1","price":"150000","area":"664"} , +{"type":"Feature","id":"n5475500543","geometry":{"type":"Point","coordinates":[-0.1603722,51.5017438]},"properties":{"@type":"node","@id":5475500543,"@timestamp":1601865466},"coords":"51.5017438,-0.1603722","bedrooms":"1","price":"185000","area":"647"} , +{"type":"Feature","id":"n5475500845","geometry":{"type":"Point","coordinates":[-0.1604734,51.5016037]},"properties":{"@type":"node","@id":5475500845,"@timestamp":1520941878},"coords":"51.5016037,-0.1604734","bedrooms":"0","price":"151000","area":"548"} , +{"type":"Feature","id":"n5475561647","geometry":{"type":"Point","coordinates":[-0.1533058,51.5028801]},"properties":{"@type":"node","@id":5475561647,"@timestamp":1520943761},"coords":"51.5028801,-0.1533058","bedrooms":"2","price":"217000","area":"413"} , +{"type":"Feature","id":"n5475561657","geometry":{"type":"Point","coordinates":[-0.1529299,51.5029264]},"properties":{"@type":"node","@id":5475561657,"@timestamp":1520943761},"coords":"51.5029264,-0.1529299","bedrooms":"4","price":"236000","area":"664"} , +{"type":"Feature","id":"n5475561753","geometry":{"type":"Point","coordinates":[-0.1527031,51.5026982]},"properties":{"@type":"node","@id":5475561753,"@timestamp":1520943763},"coords":"51.5026982,-0.1527031","bedrooms":"1","price":"153000","area":"376"} , +{"type":"Feature","id":"n5475684646","geometry":{"type":"Point","coordinates":[-0.0984864,51.5154276]},"properties":{"@type":"node","@id":5475684646,"@timestamp":1520947866},"coords":"51.5154276,-0.0984864","bedrooms":"4","price":"279000","area":"580"} , +{"type":"Feature","id":"n5475684788","geometry":{"type":"Point","coordinates":[-0.0980095,51.5152437]},"properties":{"@type":"node","@id":5475684788,"@timestamp":1520947868},"coords":"51.5152437,-0.0980095","bedrooms":"2","price":"152000","area":"597"} , +{"type":"Feature","id":"n5475684798","geometry":{"type":"Point","coordinates":[-0.0977231,51.5150883]},"properties":{"@type":"node","@id":5475684798,"@timestamp":1520947869},"coords":"51.5150883,-0.0977231","bedrooms":"4","price":"203000","area":"671"} , +{"type":"Feature","id":"n5475684863","geometry":{"type":"Point","coordinates":[-0.0971236,51.5150422]},"properties":{"@type":"node","@id":5475684863,"@timestamp":1520947870},"coords":"51.5150422,-0.0971236","bedrooms":"2","price":"235000","area":"618"} , +{"type":"Feature","id":"n5475719913","geometry":{"type":"Point","coordinates":[0.1171241,51.3191301]},"properties":{"@type":"node","@id":5475719913,"@timestamp":1520948961},"coords":"51.3191301,0.1171241","bedrooms":"4","price":"218000","area":"551"} , +{"type":"Feature","id":"n5476199696","geometry":{"type":"Point","coordinates":[0.648456,51.3835614]},"properties":{"@type":"node","@id":5476199696,"@timestamp":1520965455},"coords":"51.3835614,0.648456","bedrooms":"2","price":"270000","area":"403"} , +{"type":"Feature","id":"n5476438106","geometry":{"type":"Point","coordinates":[0.1046924,51.3137382]},"properties":{"@type":"node","@id":5476438106,"@timestamp":1520973652},"coords":"51.3137382,0.1046924","bedrooms":"1","price":"276000","area":"566"} , +{"type":"Feature","id":"n5476452373","geometry":{"type":"Point","coordinates":[0.1346407,51.3201214]},"properties":{"@type":"node","@id":5476452373,"@timestamp":1520973653},"coords":"51.3201214,0.1346407","bedrooms":"3","price":"265000","area":"638"} , +{"type":"Feature","id":"n5476526404","geometry":{"type":"Point","coordinates":[-0.7170201,51.2639993]},"properties":{"@type":"node","@id":5476526404,"@timestamp":1520976000},"coords":"51.2639993,-0.7170201","bedrooms":"0","price":"279000","area":"528"} , +{"type":"Feature","id":"n5476970370","geometry":{"type":"Point","coordinates":[-0.1340065,51.5129028]},"properties":{"@type":"node","@id":5476970370,"@timestamp":1543775791},"coords":"51.5129028,-0.1340065","bedrooms":"4","price":"168000","area":"415"} , +{"type":"Feature","id":"n5478064471","geometry":{"type":"Point","coordinates":[-0.1538898,51.406797]},"properties":{"@type":"node","@id":5478064471,"@timestamp":1597482181},"coords":"51.406797,-0.1538898","bedrooms":"4","price":"298000","area":"502"} , +{"type":"Feature","id":"n5478501377","geometry":{"type":"Point","coordinates":[0.2450634,51.8592466]},"properties":{"@type":"node","@id":5478501377,"@timestamp":1521049156},"coords":"51.8592466,0.2450634","bedrooms":"2","price":"266000","area":"428"} , +{"type":"Feature","id":"n5478735191","geometry":{"type":"Point","coordinates":[-0.7287934,51.3022623]},"properties":{"@type":"node","@id":5478735191,"@timestamp":1521056909},"coords":"51.3022623,-0.7287934","bedrooms":"0","price":"162000","area":"428"} , +{"type":"Feature","id":"n5478773819","geometry":{"type":"Point","coordinates":[-0.7529717,51.2978715]},"properties":{"@type":"node","@id":5478773819,"@timestamp":1602516866},"coords":"51.2978715,-0.7529717","bedrooms":"0","price":"193000","area":"533"} , +{"type":"Feature","id":"n5478969811","geometry":{"type":"Point","coordinates":[-1.0953098,51.2691545]},"properties":{"@type":"node","@id":5478969811,"@timestamp":1521066212},"coords":"51.2691545,-1.0953098","bedrooms":"3","price":"261000","area":"561"} , +{"type":"Feature","id":"n5479634697","geometry":{"type":"Point","coordinates":[-0.1284153,51.5115078]},"properties":{"@type":"node","@id":5479634697,"@timestamp":1521099196},"coords":"51.5115078,-0.1284153","bedrooms":"1","price":"183000","area":"483"} , +{"type":"Feature","id":"n5479635448","geometry":{"type":"Point","coordinates":[-0.1284126,51.5117711]},"properties":{"@type":"node","@id":5479635448,"@timestamp":1521099197},"coords":"51.5117711,-0.1284126","bedrooms":"0","price":"208000","area":"490"} , +{"type":"Feature","id":"n5479635578","geometry":{"type":"Point","coordinates":[-0.1286504,51.5114966]},"properties":{"@type":"node","@id":5479635578,"@timestamp":1635028337},"coords":"51.5114966,-0.1286504","bedrooms":"2","price":"183000","area":"648"} , +{"type":"Feature","id":"n5479635611","geometry":{"type":"Point","coordinates":[-0.128531,51.5114568]},"properties":{"@type":"node","@id":5479635611,"@timestamp":1635028337},"coords":"51.5114568,-0.128531","bedrooms":"2","price":"269000","area":"546"} , +{"type":"Feature","id":"n5479635632","geometry":{"type":"Point","coordinates":[-0.128251,51.511739]},"properties":{"@type":"node","@id":5479635632,"@timestamp":1521099201},"coords":"51.511739,-0.128251","bedrooms":"3","price":"239000","area":"390"} , +{"type":"Feature","id":"n5479635763","geometry":{"type":"Point","coordinates":[-0.1281091,51.5113706]},"properties":{"@type":"node","@id":5479635763,"@timestamp":1521099203},"coords":"51.5113706,-0.1281091","bedrooms":"3","price":"170000","area":"630"} , +{"type":"Feature","id":"n5479654185","geometry":{"type":"Point","coordinates":[-0.0975934,51.5202458]},"properties":{"@type":"node","@id":5479654185,"@timestamp":1521099807},"coords":"51.5202458,-0.0975934","bedrooms":"1","price":"261000","area":"392"} , +{"type":"Feature","id":"n5479655646","geometry":{"type":"Point","coordinates":[-0.0980014,51.5201635]},"properties":{"@type":"node","@id":5479655646,"@timestamp":1521099808},"coords":"51.5201635,-0.0980014","bedrooms":"0","price":"225000","area":"609"} , +{"type":"Feature","id":"n5479655670","geometry":{"type":"Point","coordinates":[-0.0980677,51.5202853]},"properties":{"@type":"node","@id":5479655670,"@timestamp":1521099809},"coords":"51.5202853,-0.0980677","bedrooms":"3","price":"215000","area":"672"} , +{"type":"Feature","id":"n5479673380","geometry":{"type":"Point","coordinates":[0.0050976,51.5280767]},"properties":{"@type":"node","@id":5479673380,"@timestamp":1521100678},"coords":"51.5280767,0.0050976","bedrooms":"4","price":"290000","area":"540"} , +{"type":"Feature","id":"n5479675875","geometry":{"type":"Point","coordinates":[0.0046272,51.5277352]},"properties":{"@type":"node","@id":5479675875,"@timestamp":1521100680},"coords":"51.5277352,0.0046272","bedrooms":"1","price":"230000","area":"669"} , +{"type":"Feature","id":"n5479675896","geometry":{"type":"Point","coordinates":[0.0043395,51.5274812]},"properties":{"@type":"node","@id":5479675896,"@timestamp":1521100680},"coords":"51.5274812,0.0043395","bedrooms":"3","price":"166000","area":"478"} , +{"type":"Feature","id":"n5479703569","geometry":{"type":"Point","coordinates":[-0.1834279,51.5230927]},"properties":{"@type":"node","@id":5479703569,"@timestamp":1521101649},"coords":"51.5230927,-0.1834279","bedrooms":"1","price":"200000","area":"382"} , +{"type":"Feature","id":"n5479703596","geometry":{"type":"Point","coordinates":[-0.1836275,51.5231857]},"properties":{"@type":"node","@id":5479703596,"@timestamp":1521101650},"coords":"51.5231857,-0.1836275","bedrooms":"4","price":"292000","area":"650"} , +{"type":"Feature","id":"n5479717497","geometry":{"type":"Point","coordinates":[-0.124062,51.5129646]},"properties":{"@type":"node","@id":5479717497,"@timestamp":1632566011},"coords":"51.5129646,-0.124062","bedrooms":"1","price":"258000","area":"624"} , +{"type":"Feature","id":"n5480188186","geometry":{"type":"Point","coordinates":[0.1483592,51.3311282]},"properties":{"@type":"node","@id":5480188186,"@timestamp":1629574778},"coords":"51.3311282,0.1483592","bedrooms":"0","price":"250000","area":"407"} , +{"type":"Feature","id":"n5480711966","geometry":{"type":"Point","coordinates":[-0.1290974,51.2420028]},"properties":{"@type":"node","@id":5480711966,"@timestamp":1521128834},"coords":"51.2420028,-0.1290974","bedrooms":"2","price":"216000","area":"521"} , +{"type":"Feature","id":"n5480724895","geometry":{"type":"Point","coordinates":[-0.1959062,51.508837]},"properties":{"@type":"node","@id":5480724895,"@timestamp":1521129336},"coords":"51.508837,-0.1959062","bedrooms":"0","price":"185000","area":"566"} , +{"type":"Feature","id":"n5480725641","geometry":{"type":"Point","coordinates":[-0.195689,51.5090969]},"properties":{"@type":"node","@id":5480725641,"@timestamp":1521129340},"coords":"51.5090969,-0.195689","bedrooms":"3","price":"152000","area":"559"} , +{"type":"Feature","id":"n5480725712","geometry":{"type":"Point","coordinates":[-0.1963338,51.5089651]},"properties":{"@type":"node","@id":5480725712,"@timestamp":1521129342},"coords":"51.5089651,-0.1963338","bedrooms":"1","price":"179000","area":"563"} , +{"type":"Feature","id":"n5480725810","geometry":{"type":"Point","coordinates":[-0.1964808,51.5091377]},"properties":{"@type":"node","@id":5480725810,"@timestamp":1521129344},"coords":"51.5091377,-0.1964808","bedrooms":"2","price":"163000","area":"364"} , +{"type":"Feature","id":"n5480725833","geometry":{"type":"Point","coordinates":[-0.1964425,51.5091478]},"properties":{"@type":"node","@id":5480725833,"@timestamp":1521129344},"coords":"51.5091478,-0.1964425","bedrooms":"0","price":"283000","area":"495"} , +{"type":"Feature","id":"n5480725893","geometry":{"type":"Point","coordinates":[-0.1961396,51.50886]},"properties":{"@type":"node","@id":5480725893,"@timestamp":1521129346},"coords":"51.50886,-0.1961396","bedrooms":"4","price":"220000","area":"498"} , +{"type":"Feature","id":"n5480772478","geometry":{"type":"Point","coordinates":[-1.0248476,51.4402314]},"properties":{"@type":"node","@id":5480772478,"@timestamp":1597763924},"coords":"51.4402314,-1.0248476","bedrooms":"2","price":"236000","area":"391"} , +{"type":"Feature","id":"n5481116484","geometry":{"type":"Point","coordinates":[-0.752932,51.4129595]},"properties":{"@type":"node","@id":5481116484,"@timestamp":1544123998},"coords":"51.4129595,-0.752932","bedrooms":"0","price":"172000","area":"613"} , +{"type":"Feature","id":"n5481207054","geometry":{"type":"Point","coordinates":[-0.7697393,51.4190556]},"properties":{"@type":"node","@id":5481207054,"@timestamp":1521145487},"coords":"51.4190556,-0.7697393","bedrooms":"3","price":"215000","area":"399"} , +{"type":"Feature","id":"n5481266250","geometry":{"type":"Point","coordinates":[-0.7857673,51.4194361]},"properties":{"@type":"node","@id":5481266250,"@timestamp":1521148230},"coords":"51.4194361,-0.7857673","bedrooms":"4","price":"202000","area":"368"} , +{"type":"Feature","id":"n5481292192","geometry":{"type":"Point","coordinates":[-0.7894518,51.4241027]},"properties":{"@type":"node","@id":5481292192,"@timestamp":1533154642},"coords":"51.4241027,-0.7894518","bedrooms":"0","price":"233000","area":"613"} , +{"type":"Feature","id":"n5481829766","geometry":{"type":"Point","coordinates":[-0.2248706,51.4912376]},"properties":{"@type":"node","@id":5481829766,"@timestamp":1521176972},"coords":"51.4912376,-0.2248706","bedrooms":"4","price":"183000","area":"576"} , +{"type":"Feature","id":"n5481888071","geometry":{"type":"Point","coordinates":[-0.4531761,51.4716582]},"properties":{"@type":"node","@id":5481888071,"@timestamp":1521181370},"coords":"51.4716582,-0.4531761","bedrooms":"4","price":"187000","area":"381"} , +{"type":"Feature","id":"n5481943419","geometry":{"type":"Point","coordinates":[-0.1702625,51.5204788]},"properties":{"@type":"node","@id":5481943419,"@timestamp":1521184205},"coords":"51.5204788,-0.1702625","bedrooms":"0","price":"201000","area":"659"} , +{"type":"Feature","id":"n5481954359","geometry":{"type":"Point","coordinates":[-0.1702563,51.5203442]},"properties":{"@type":"node","@id":5481954359,"@timestamp":1521184189},"coords":"51.5203442,-0.1702563","bedrooms":"4","price":"154000","area":"486"} , +{"type":"Feature","id":"n5481954486","geometry":{"type":"Point","coordinates":[-0.1702197,51.520522]},"properties":{"@type":"node","@id":5481954486,"@timestamp":1521184205},"coords":"51.520522,-0.1702197","bedrooms":"4","price":"279000","area":"360"} , +{"type":"Feature","id":"n5481981482","geometry":{"type":"Point","coordinates":[-0.4465952,51.4591181]},"properties":{"@type":"node","@id":5481981482,"@timestamp":1521185461},"coords":"51.4591181,-0.4465952","bedrooms":"4","price":"203000","area":"600"} , +{"type":"Feature","id":"n5481982959","geometry":{"type":"Point","coordinates":[-0.4448744,51.459236]},"properties":{"@type":"node","@id":5481982959,"@timestamp":1521185470},"coords":"51.459236,-0.4448744","bedrooms":"4","price":"189000","area":"482"} , +{"type":"Feature","id":"n5482434784","geometry":{"type":"Point","coordinates":[0.0673629,51.5761825]},"properties":{"@type":"node","@id":5482434784,"@timestamp":1521196491},"coords":"51.5761825,0.0673629","bedrooms":"3","price":"207000","area":"549"} , +{"type":"Feature","id":"n5482434810","geometry":{"type":"Point","coordinates":[0.0670614,51.5765735]},"properties":{"@type":"node","@id":5482434810,"@timestamp":1521196492},"coords":"51.5765735,0.0670614","bedrooms":"3","price":"239000","area":"372"} , +{"type":"Feature","id":"n5482434847","geometry":{"type":"Point","coordinates":[0.0663727,51.5769489]},"properties":{"@type":"node","@id":5482434847,"@timestamp":1521196494},"coords":"51.5769489,0.0663727","bedrooms":"2","price":"219000","area":"510"} , +{"type":"Feature","id":"n5482469747","geometry":{"type":"Point","coordinates":[-0.178534,51.5565357]},"properties":{"@type":"node","@id":5482469747,"@timestamp":1598526858},"coords":"51.5565357,-0.178534","bedrooms":"2","price":"196000","area":"629"} , +{"type":"Feature","id":"n5482508534","geometry":{"type":"Point","coordinates":[-0.3350405,51.5917852]},"properties":{"@type":"node","@id":5482508534,"@timestamp":1521198723},"coords":"51.5917852,-0.3350405","bedrooms":"3","price":"170000","area":"419"} , +{"type":"Feature","id":"n5482509357","geometry":{"type":"Point","coordinates":[-0.3347188,51.592056]},"properties":{"@type":"node","@id":5482509357,"@timestamp":1521198725},"coords":"51.592056,-0.3347188","bedrooms":"0","price":"260000","area":"613"} , +{"type":"Feature","id":"n5482509407","geometry":{"type":"Point","coordinates":[-0.3343586,51.5924315]},"properties":{"@type":"node","@id":5482509407,"@timestamp":1521198725},"coords":"51.5924315,-0.3343586","bedrooms":"0","price":"168000","area":"633"} , +{"type":"Feature","id":"n5482861258","geometry":{"type":"Point","coordinates":[0.0864216,51.3138212]},"properties":{"@type":"node","@id":5482861258,"@timestamp":1521210282},"coords":"51.3138212,0.0864216","bedrooms":"0","price":"283000","area":"689"} , +{"type":"Feature","id":"n5482861268","geometry":{"type":"Point","coordinates":[0.0853648,51.3147667]},"properties":{"@type":"node","@id":5482861268,"@timestamp":1521210282},"coords":"51.3147667,0.0853648","bedrooms":"4","price":"203000","area":"458"} , +{"type":"Feature","id":"n5482861295","geometry":{"type":"Point","coordinates":[0.1000436,51.329925]},"properties":{"@type":"node","@id":5482861295,"@timestamp":1521210282},"coords":"51.329925,0.1000436","bedrooms":"3","price":"278000","area":"453"} , +{"type":"Feature","id":"n5482899185","geometry":{"type":"Point","coordinates":[-0.2741076,51.6059464]},"properties":{"@type":"node","@id":5482899185,"@timestamp":1624842231},"coords":"51.6059464,-0.2741076","bedrooms":"1","price":"193000","area":"525"} , +{"type":"Feature","id":"n5482917390","geometry":{"type":"Point","coordinates":[-0.1131105,51.5527962]},"properties":{"@type":"node","@id":5482917390,"@timestamp":1521213204},"coords":"51.5527962,-0.1131105","bedrooms":"2","price":"261000","area":"619"} , +{"type":"Feature","id":"n5482917612","geometry":{"type":"Point","coordinates":[-0.1129896,51.5527601]},"properties":{"@type":"node","@id":5482917612,"@timestamp":1521213206},"coords":"51.5527601,-0.1129896","bedrooms":"1","price":"267000","area":"565"} , +{"type":"Feature","id":"n5482938684","geometry":{"type":"Point","coordinates":[-0.205622,51.5073517]},"properties":{"@type":"node","@id":5482938684,"@timestamp":1521214273},"coords":"51.5073517,-0.205622","bedrooms":"0","price":"199000","area":"452"} , +{"type":"Feature","id":"n5483228064","geometry":{"type":"Point","coordinates":[-0.2207179,51.5482643]},"properties":{"@type":"node","@id":5483228064,"@timestamp":1521223953},"coords":"51.5482643,-0.2207179","bedrooms":"3","price":"187000","area":"653"} , +{"type":"Feature","id":"n5483228076","geometry":{"type":"Point","coordinates":[-0.2199609,51.5475314]},"properties":{"@type":"node","@id":5483228076,"@timestamp":1521223954},"coords":"51.5475314,-0.2199609","bedrooms":"3","price":"189000","area":"673"} , +{"type":"Feature","id":"n5483374622","geometry":{"type":"Point","coordinates":[-0.0354856,51.5453459]},"properties":{"@type":"node","@id":5483374622,"@timestamp":1578291121},"coords":"51.5453459,-0.0354856","bedrooms":"3","price":"231000","area":"695"} , +{"type":"Feature","id":"n5483792521","geometry":{"type":"Point","coordinates":[-0.1312137,51.5121975]},"properties":{"@type":"node","@id":5483792521,"@timestamp":1634389781},"coords":"51.5121975,-0.1312137","bedrooms":"4","price":"183000","area":"585"} , +{"type":"Feature","id":"n5484369005","geometry":{"type":"Point","coordinates":[0.0868821,51.4412657]},"properties":{"@type":"node","@id":5484369005,"@timestamp":1583175983},"coords":"51.4412657,0.0868821","bedrooms":"3","price":"229000","area":"689"} , +{"type":"Feature","id":"n5485278131","geometry":{"type":"Point","coordinates":[-0.1957236,51.5720171]},"properties":{"@type":"node","@id":5485278131,"@timestamp":1623926722},"coords":"51.5720171,-0.1957236","bedrooms":"4","price":"277000","area":"563"} , +{"type":"Feature","id":"n5485779800","geometry":{"type":"Point","coordinates":[-0.0662788,51.572554]},"properties":{"@type":"node","@id":5485779800,"@timestamp":1521355652},"coords":"51.572554,-0.0662788","bedrooms":"2","price":"271000","area":"448"} , +{"type":"Feature","id":"n5486212553","geometry":{"type":"Point","coordinates":[-0.1339227,51.5122574]},"properties":{"@type":"node","@id":5486212553,"@timestamp":1521372368},"coords":"51.5122574,-0.1339227","bedrooms":"3","price":"287000","area":"376"} , +{"type":"Feature","id":"n5486408033","geometry":{"type":"Point","coordinates":[-0.6837836,51.9186731]},"properties":{"@type":"node","@id":5486408033,"@timestamp":1521379031},"coords":"51.9186731,-0.6837836","bedrooms":"4","price":"234000","area":"512"} , +{"type":"Feature","id":"n5486420488","geometry":{"type":"Point","coordinates":[-0.6844025,51.918836]},"properties":{"@type":"node","@id":5486420488,"@timestamp":1521474455},"coords":"51.918836,-0.6844025","bedrooms":"4","price":"243000","area":"350"} , +{"type":"Feature","id":"n5486494957","geometry":{"type":"Point","coordinates":[-0.694951,51.9166415]},"properties":{"@type":"node","@id":5486494957,"@timestamp":1521382125},"coords":"51.9166415,-0.694951","bedrooms":"3","price":"299000","area":"536"} , +{"type":"Feature","id":"n5487071882","geometry":{"type":"Point","coordinates":[0.011803,51.5434016]},"properties":{"@type":"node","@id":5487071882,"@timestamp":1521400593},"coords":"51.5434016,0.011803","bedrooms":"2","price":"205000","area":"587"} , +{"type":"Feature","id":"n5487714092","geometry":{"type":"Point","coordinates":[-0.1345976,51.511731]},"properties":{"@type":"node","@id":5487714092,"@timestamp":1521433821},"coords":"51.511731,-0.1345976","bedrooms":"3","price":"206000","area":"485"} , +{"type":"Feature","id":"n5487954773","geometry":{"type":"Point","coordinates":[-0.1939838,51.5349667]},"properties":{"@type":"node","@id":5487954773,"@timestamp":1521445019},"coords":"51.5349667,-0.1939838","bedrooms":"3","price":"229000","area":"670"} , +{"type":"Feature","id":"n5487992685","geometry":{"type":"Point","coordinates":[-0.1741192,51.5349757]},"properties":{"@type":"node","@id":5487992685,"@timestamp":1521446335},"coords":"51.5349757,-0.1741192","bedrooms":"1","price":"199000","area":"404"} , +{"type":"Feature","id":"n5487992709","geometry":{"type":"Point","coordinates":[-0.1740547,51.5347615]},"properties":{"@type":"node","@id":5487992709,"@timestamp":1521446336},"coords":"51.5347615,-0.1740547","bedrooms":"3","price":"207000","area":"670"} , +{"type":"Feature","id":"n5489099655","geometry":{"type":"Point","coordinates":[-0.6837501,51.9192521]},"properties":{"@type":"node","@id":5489099655,"@timestamp":1521549810},"coords":"51.9192521,-0.6837501","bedrooms":"3","price":"258000","area":"414"} , +{"type":"Feature","id":"n5489115259","geometry":{"type":"Point","coordinates":[-0.1748783,51.5436144]},"properties":{"@type":"node","@id":5489115259,"@timestamp":1521475065},"coords":"51.5436144,-0.1748783","bedrooms":"2","price":"268000","area":"681"} , +{"type":"Feature","id":"n5489115282","geometry":{"type":"Point","coordinates":[-0.1745163,51.5433196]},"properties":{"@type":"node","@id":5489115282,"@timestamp":1521475066},"coords":"51.5433196,-0.1745163","bedrooms":"2","price":"263000","area":"675"} , +{"type":"Feature","id":"n5489115423","geometry":{"type":"Point","coordinates":[-0.1747299,51.543179]},"properties":{"@type":"node","@id":5489115423,"@timestamp":1521475068},"coords":"51.543179,-0.1747299","bedrooms":"4","price":"188000","area":"448"} , +{"type":"Feature","id":"n5489115519","geometry":{"type":"Point","coordinates":[-0.1743411,51.5432171]},"properties":{"@type":"node","@id":5489115519,"@timestamp":1558884732},"coords":"51.5432171,-0.1743411","bedrooms":"2","price":"273000","area":"489"} , +{"type":"Feature","id":"n5489178321","geometry":{"type":"Point","coordinates":[0.1144419,51.6939253]},"properties":{"@type":"node","@id":5489178321,"@timestamp":1521476652},"coords":"51.6939253,0.1144419","bedrooms":"0","price":"233000","area":"691"} , +{"type":"Feature","id":"n5489927557","geometry":{"type":"Point","coordinates":[-0.3914527,51.436366]},"properties":{"@type":"node","@id":5489927557,"@timestamp":1631489557},"coords":"51.436366,-0.3914527","bedrooms":"1","price":"217000","area":"550"} , +{"type":"Feature","id":"n5490012639","geometry":{"type":"Point","coordinates":[-0.1350532,51.5117373]},"properties":{"@type":"node","@id":5490012639,"@timestamp":1569533148},"coords":"51.5117373,-0.1350532","bedrooms":"4","price":"183000","area":"503"} , +{"type":"Feature","id":"n5490526428","geometry":{"type":"Point","coordinates":[-0.0940239,51.484711]},"properties":{"@type":"node","@id":5490526428,"@timestamp":1521536383},"coords":"51.484711,-0.0940239","bedrooms":"3","price":"159000","area":"507"} , +{"type":"Feature","id":"n5490730880","geometry":{"type":"Point","coordinates":[-0.2535869,51.4951986]},"properties":{"@type":"node","@id":5490730880,"@timestamp":1521540374},"coords":"51.4951986,-0.2535869","bedrooms":"2","price":"179000","area":"357"} , +{"type":"Feature","id":"n5490730890","geometry":{"type":"Point","coordinates":[-0.2545636,51.4950705]},"properties":{"@type":"node","@id":5490730890,"@timestamp":1626373203},"coords":"51.4950705,-0.2545636","bedrooms":"1","price":"230000","area":"416"} , +{"type":"Feature","id":"n5490732148","geometry":{"type":"Point","coordinates":[-0.2549103,51.4952681]},"properties":{"@type":"node","@id":5490732148,"@timestamp":1521540376},"coords":"51.4952681,-0.2549103","bedrooms":"1","price":"246000","area":"443"} , +{"type":"Feature","id":"n5490772886","geometry":{"type":"Point","coordinates":[0.6860575,51.068091]},"properties":{"@type":"node","@id":5490772886,"@timestamp":1543778115},"coords":"51.068091,0.6860575","bedrooms":"3","price":"238000","area":"412"} , +{"type":"Feature","id":"n5490904336","geometry":{"type":"Point","coordinates":[-0.1904925,51.546784]},"properties":{"@type":"node","@id":5490904336,"@timestamp":1571767776},"coords":"51.546784,-0.1904925","bedrooms":"1","price":"159000","area":"661"} , +{"type":"Feature","id":"n5490915981","geometry":{"type":"Point","coordinates":[-0.1807614,51.5471849]},"properties":{"@type":"node","@id":5490915981,"@timestamp":1574191697},"coords":"51.5471849,-0.1807614","bedrooms":"0","price":"289000","area":"418"} , +{"type":"Feature","id":"n5490915991","geometry":{"type":"Point","coordinates":[-0.1815262,51.5474628]},"properties":{"@type":"node","@id":5490915991,"@timestamp":1571768108},"coords":"51.5474628,-0.1815262","bedrooms":"3","price":"193000","area":"678"} , +{"type":"Feature","id":"n5490916001","geometry":{"type":"Point","coordinates":[-0.18092,51.5473452]},"properties":{"@type":"node","@id":5490916001,"@timestamp":1571768119},"coords":"51.5473452,-0.18092","bedrooms":"2","price":"167000","area":"619"} , +{"type":"Feature","id":"n5490917178","geometry":{"type":"Point","coordinates":[-0.1804049,51.5472053]},"properties":{"@type":"node","@id":5490917178,"@timestamp":1521545495},"coords":"51.5472053,-0.1804049","bedrooms":"2","price":"180000","area":"384"} , +{"type":"Feature","id":"n5490963702","geometry":{"type":"Point","coordinates":[-0.6828663,51.9191338]},"properties":{"@type":"node","@id":5490963702,"@timestamp":1521549811},"coords":"51.9191338,-0.6828663","bedrooms":"3","price":"276000","area":"611"} , +{"type":"Feature","id":"n5491007983","geometry":{"type":"Point","coordinates":[-0.6873831,51.9233446]},"properties":{"@type":"node","@id":5491007983,"@timestamp":1521547201},"coords":"51.9233446,-0.6873831","bedrooms":"0","price":"230000","area":"588"} , +{"type":"Feature","id":"n5491158009","geometry":{"type":"Point","coordinates":[-0.6820133,51.9184017]},"properties":{"@type":"node","@id":5491158009,"@timestamp":1521549808},"coords":"51.9184017,-0.6820133","bedrooms":"4","price":"297000","area":"593"} , +{"type":"Feature","id":"n5491207368","geometry":{"type":"Point","coordinates":[0.0178602,51.5313459]},"properties":{"@type":"node","@id":5491207368,"@timestamp":1523274089},"coords":"51.5313459,0.0178602","bedrooms":"1","price":"283000","area":"488"} , +{"type":"Feature","id":"n5491207538","geometry":{"type":"Point","coordinates":[0.0176266,51.5312864]},"properties":{"@type":"node","@id":5491207538,"@timestamp":1521550637},"coords":"51.5312864,0.0176266","bedrooms":"1","price":"160000","area":"406"} , +{"type":"Feature","id":"n5491517711","geometry":{"type":"Point","coordinates":[-0.6798609,51.9144775]},"properties":{"@type":"node","@id":5491517711,"@timestamp":1521559067},"coords":"51.9144775,-0.6798609","bedrooms":"0","price":"183000","area":"600"} , +{"type":"Feature","id":"n5491518114","geometry":{"type":"Point","coordinates":[-0.6800003,51.9135559]},"properties":{"@type":"node","@id":5491518114,"@timestamp":1521559070},"coords":"51.9135559,-0.6800003","bedrooms":"2","price":"171000","area":"353"} , +{"type":"Feature","id":"n5491547862","geometry":{"type":"Point","coordinates":[-0.6793271,51.9142814]},"properties":{"@type":"node","@id":5491547862,"@timestamp":1521559781},"coords":"51.9142814,-0.6793271","bedrooms":"2","price":"196000","area":"679"} , +{"type":"Feature","id":"n5491841000","geometry":{"type":"Point","coordinates":[-0.4228783,51.4667785]},"properties":{"@type":"node","@id":5491841000,"@timestamp":1558884733},"coords":"51.4667785,-0.4228783","bedrooms":"0","price":"262000","area":"522"} , +{"type":"Feature","id":"n5491899082","geometry":{"type":"Point","coordinates":[0.017111,51.2841258]},"properties":{"@type":"node","@id":5491899082,"@timestamp":1521572094},"coords":"51.2841258,0.017111","bedrooms":"0","price":"174000","area":"457"} , +{"type":"Feature","id":"n5491934474","geometry":{"type":"Point","coordinates":[-0.0181324,51.280998]},"properties":{"@type":"node","@id":5491934474,"@timestamp":1521573699},"coords":"51.280998,-0.0181324","bedrooms":"0","price":"179000","area":"603"} , +{"type":"Feature","id":"n5492150039","geometry":{"type":"Point","coordinates":[-0.0095886,51.291564]},"properties":{"@type":"node","@id":5492150039,"@timestamp":1521580527},"coords":"51.291564,-0.0095886","bedrooms":"3","price":"216000","area":"499"} , +{"type":"Feature","id":"n5492261282","geometry":{"type":"Point","coordinates":[-0.0271389,51.5388562]},"properties":{"@type":"node","@id":5492261282,"@timestamp":1521585815},"coords":"51.5388562,-0.0271389","bedrooms":"2","price":"257000","area":"527"} , +{"type":"Feature","id":"n5492279110","geometry":{"type":"Point","coordinates":[-0.110041,51.5220823]},"properties":{"@type":"node","@id":5492279110,"@timestamp":1521586969},"coords":"51.5220823,-0.110041","bedrooms":"3","price":"293000","area":"376"} , +{"type":"Feature","id":"n5492451521","geometry":{"type":"Point","coordinates":[-0.0651223,51.5889355]},"properties":{"@type":"node","@id":5492451521,"@timestamp":1595030256},"coords":"51.5889355,-0.0651223","bedrooms":"2","price":"223000","area":"485"} , +{"type":"Feature","id":"n5492594125","geometry":{"type":"Point","coordinates":[-0.135456,51.5114705]},"properties":{"@type":"node","@id":5492594125,"@timestamp":1521606067},"coords":"51.5114705,-0.135456","bedrooms":"1","price":"194000","area":"616"} , +{"type":"Feature","id":"n5493279929","geometry":{"type":"Point","coordinates":[-0.1646594,51.2404476]},"properties":{"@type":"node","@id":5493279929,"@timestamp":1521626407},"coords":"51.2404476,-0.1646594","bedrooms":"2","price":"298000","area":"593"} , +{"type":"Feature","id":"n5493338747","geometry":{"type":"Point","coordinates":[-0.6842992,51.9177139]},"properties":{"@type":"node","@id":5493338747,"@timestamp":1521628121},"coords":"51.9177139,-0.6842992","bedrooms":"3","price":"207000","area":"615"} , +{"type":"Feature","id":"n5493338762","geometry":{"type":"Point","coordinates":[-0.6833625,51.9176308]},"properties":{"@type":"node","@id":5493338762,"@timestamp":1521628121},"coords":"51.9176308,-0.6833625","bedrooms":"1","price":"217000","area":"634"} , +{"type":"Feature","id":"n5493361594","geometry":{"type":"Point","coordinates":[-0.0551573,51.5272666]},"properties":{"@type":"node","@id":5493361594,"@timestamp":1521628943},"coords":"51.5272666,-0.0551573","bedrooms":"4","price":"288000","area":"467"} , +{"type":"Feature","id":"n5493431502","geometry":{"type":"Point","coordinates":[0.2468745,51.5538637]},"properties":{"@type":"node","@id":5493431502,"@timestamp":1521630760},"coords":"51.5538637,0.2468745","bedrooms":"1","price":"273000","area":"381"} , +{"type":"Feature","id":"n5493431512","geometry":{"type":"Point","coordinates":[0.244308,51.5548234]},"properties":{"@type":"node","@id":5493431512,"@timestamp":1521630760},"coords":"51.5548234,0.244308","bedrooms":"3","price":"264000","area":"572"} , +{"type":"Feature","id":"n5493432222","geometry":{"type":"Point","coordinates":[0.2444566,51.5537224]},"properties":{"@type":"node","@id":5493432222,"@timestamp":1521630761},"coords":"51.5537224,0.2444566","bedrooms":"0","price":"197000","area":"480"} , +{"type":"Feature","id":"n5493432232","geometry":{"type":"Point","coordinates":[0.2478726,51.5541072]},"properties":{"@type":"node","@id":5493432232,"@timestamp":1521630761},"coords":"51.5541072,0.2478726","bedrooms":"2","price":"224000","area":"540"} , +{"type":"Feature","id":"n5493432242","geometry":{"type":"Point","coordinates":[0.2478206,51.5539972]},"properties":{"@type":"node","@id":5493432242,"@timestamp":1624484507},"coords":"51.5539972,0.2478206","bedrooms":"0","price":"252000","area":"414"} , +{"type":"Feature","id":"n5493439027","geometry":{"type":"Point","coordinates":[-0.3666641,51.4712813]},"properties":{"@type":"node","@id":5493439027,"@timestamp":1521630916},"coords":"51.4712813,-0.3666641","bedrooms":"0","price":"152000","area":"611"} , +{"type":"Feature","id":"n5493475360","geometry":{"type":"Point","coordinates":[-0.6833585,51.9173099]},"properties":{"@type":"node","@id":5493475360,"@timestamp":1521632035},"coords":"51.9173099,-0.6833585","bedrooms":"4","price":"218000","area":"676"} , +{"type":"Feature","id":"n5493479844","geometry":{"type":"Point","coordinates":[-0.6829722,51.91741]},"properties":{"@type":"node","@id":5493479844,"@timestamp":1521632037},"coords":"51.91741,-0.6829722","bedrooms":"2","price":"162000","area":"392"} , +{"type":"Feature","id":"n5493495679","geometry":{"type":"Point","coordinates":[0.1920634,51.5809854]},"properties":{"@type":"node","@id":5493495679,"@timestamp":1521632524},"coords":"51.5809854,0.1920634","bedrooms":"4","price":"192000","area":"526"} , +{"type":"Feature","id":"n5493495689","geometry":{"type":"Point","coordinates":[0.1916841,51.5820135]},"properties":{"@type":"node","@id":5493495689,"@timestamp":1521632525},"coords":"51.5820135,0.1916841","bedrooms":"2","price":"161000","area":"564"} , +{"type":"Feature","id":"n5493495699","geometry":{"type":"Point","coordinates":[0.1927769,51.5822404]},"properties":{"@type":"node","@id":5493495699,"@timestamp":1521632525},"coords":"51.5822404,0.1927769","bedrooms":"2","price":"289000","area":"478"} , +{"type":"Feature","id":"n5493495709","geometry":{"type":"Point","coordinates":[0.1915381,51.5831149]},"properties":{"@type":"node","@id":5493495709,"@timestamp":1521632525},"coords":"51.5831149,0.1915381","bedrooms":"1","price":"197000","area":"500"} , +{"type":"Feature","id":"n5493495719","geometry":{"type":"Point","coordinates":[0.1922432,51.5847784]},"properties":{"@type":"node","@id":5493495719,"@timestamp":1521632526},"coords":"51.5847784,0.1922432","bedrooms":"0","price":"219000","area":"493"} , +{"type":"Feature","id":"n5493496429","geometry":{"type":"Point","coordinates":[0.1919313,51.5849442]},"properties":{"@type":"node","@id":5493496429,"@timestamp":1521632526},"coords":"51.5849442,0.1919313","bedrooms":"0","price":"272000","area":"599"} , +{"type":"Feature","id":"n5493496439","geometry":{"type":"Point","coordinates":[0.1923808,51.5853439]},"properties":{"@type":"node","@id":5493496439,"@timestamp":1521632526},"coords":"51.5853439,0.1923808","bedrooms":"0","price":"216000","area":"363"} , +{"type":"Feature","id":"n5493496449","geometry":{"type":"Point","coordinates":[0.1919332,51.586262]},"properties":{"@type":"node","@id":5493496449,"@timestamp":1521632526},"coords":"51.586262,0.1919332","bedrooms":"4","price":"163000","area":"577"} , +{"type":"Feature","id":"n5493496460","geometry":{"type":"Point","coordinates":[0.1924505,51.5867887]},"properties":{"@type":"node","@id":5493496460,"@timestamp":1521632527},"coords":"51.5867887,0.1924505","bedrooms":"2","price":"273000","area":"631"} , +{"type":"Feature","id":"n5493496470","geometry":{"type":"Point","coordinates":[0.1917667,51.5866153]},"properties":{"@type":"node","@id":5493496470,"@timestamp":1521632527},"coords":"51.5866153,0.1917667","bedrooms":"1","price":"180000","area":"487"} , +{"type":"Feature","id":"n5493496480","geometry":{"type":"Point","coordinates":[0.1916668,51.5872613]},"properties":{"@type":"node","@id":5493496480,"@timestamp":1521632527},"coords":"51.5872613,0.1916668","bedrooms":"0","price":"236000","area":"641"} , +{"type":"Feature","id":"n5493496490","geometry":{"type":"Point","coordinates":[0.190481,51.5879108]},"properties":{"@type":"node","@id":5493496490,"@timestamp":1521632528},"coords":"51.5879108,0.190481","bedrooms":"4","price":"212000","area":"364"} , +{"type":"Feature","id":"n5493496500","geometry":{"type":"Point","coordinates":[0.1919332,51.5889774]},"properties":{"@type":"node","@id":5493496500,"@timestamp":1521632528},"coords":"51.5889774,0.1919332","bedrooms":"3","price":"220000","area":"654"} , +{"type":"Feature","id":"n5493496510","geometry":{"type":"Point","coordinates":[0.1899274,51.5912869]},"properties":{"@type":"node","@id":5493496510,"@timestamp":1521632528},"coords":"51.5912869,0.1899274","bedrooms":"2","price":"223000","area":"679"} , +{"type":"Feature","id":"n5493497204","geometry":{"type":"Point","coordinates":[-0.2136517,51.4903658]},"properties":{"@type":"node","@id":5493497204,"@timestamp":1615504514},"coords":"51.4903658,-0.2136517","bedrooms":"2","price":"174000","area":"388"} , +{"type":"Feature","id":"n5493523437","geometry":{"type":"Point","coordinates":[0.2453075,51.5558818]},"properties":{"@type":"node","@id":5493523437,"@timestamp":1521632884},"coords":"51.5558818,0.2453075","bedrooms":"2","price":"176000","area":"374"} , +{"type":"Feature","id":"n5493571681","geometry":{"type":"Point","coordinates":[0.247358,51.5562436]},"properties":{"@type":"node","@id":5493571681,"@timestamp":1521634371},"coords":"51.5562436,0.247358","bedrooms":"3","price":"293000","area":"621"} , +{"type":"Feature","id":"n5493790859","geometry":{"type":"Point","coordinates":[-0.1232361,51.5192897]},"properties":{"@type":"node","@id":5493790859,"@timestamp":1525801955},"coords":"51.5192897,-0.1232361","bedrooms":"1","price":"195000","area":"450"} , +{"type":"Feature","id":"n5493891806","geometry":{"type":"Point","coordinates":[-0.2298464,51.3578315]},"properties":{"@type":"node","@id":5493891806,"@timestamp":1605442454},"coords":"51.3578315,-0.2298464","bedrooms":"4","price":"292000","area":"641"} , +{"type":"Feature","id":"n5493957066","geometry":{"type":"Point","coordinates":[-0.6845829,51.9161849]},"properties":{"@type":"node","@id":5493957066,"@timestamp":1521643818},"coords":"51.9161849,-0.6845829","bedrooms":"3","price":"204000","area":"375"} , +{"type":"Feature","id":"n5494962648","geometry":{"type":"Point","coordinates":[0.0101979,51.264636]},"properties":{"@type":"node","@id":5494962648,"@timestamp":1521673111},"coords":"51.264636,0.0101979","bedrooms":"2","price":"176000","area":"388"} , +{"type":"Feature","id":"n5495634481","geometry":{"type":"Point","coordinates":[-0.4785715,51.5463733]},"properties":{"@type":"node","@id":5495634481,"@timestamp":1522928047},"coords":"51.5463733,-0.4785715","bedrooms":"0","price":"264000","area":"459"} , +{"type":"Feature","id":"n5495828152","geometry":{"type":"Point","coordinates":[-0.2839817,51.5269129]},"properties":{"@type":"node","@id":5495828152,"@timestamp":1521710891},"coords":"51.5269129,-0.2839817","bedrooms":"4","price":"286000","area":"667"} , +{"type":"Feature","id":"n5496279542","geometry":{"type":"Point","coordinates":[-0.1919007,51.4889577]},"properties":{"@type":"node","@id":5496279542,"@timestamp":1619961214},"coords":"51.4889577,-0.1919007","bedrooms":"0","price":"284000","area":"590"} , +{"type":"Feature","id":"n5496382898","geometry":{"type":"Point","coordinates":[-0.0098883,51.3072188]},"properties":{"@type":"node","@id":5496382898,"@timestamp":1521721825},"coords":"51.3072188,-0.0098883","bedrooms":"0","price":"236000","area":"517"} , +{"type":"Feature","id":"n5496382977","geometry":{"type":"Point","coordinates":[-0.002283,51.3264116]},"properties":{"@type":"node","@id":5496382977,"@timestamp":1521721827},"coords":"51.3264116,-0.002283","bedrooms":"1","price":"168000","area":"695"} , +{"type":"Feature","id":"n5496382987","geometry":{"type":"Point","coordinates":[-0.0046896,51.3269755]},"properties":{"@type":"node","@id":5496382987,"@timestamp":1521721827},"coords":"51.3269755,-0.0046896","bedrooms":"0","price":"194000","area":"689"} , +{"type":"Feature","id":"n5496383015","geometry":{"type":"Point","coordinates":[-0.0054563,51.3297051]},"properties":{"@type":"node","@id":5496383015,"@timestamp":1521721828},"coords":"51.3297051,-0.0054563","bedrooms":"1","price":"253000","area":"698"} , +{"type":"Feature","id":"n5496383035","geometry":{"type":"Point","coordinates":[-0.0019781,51.3301516]},"properties":{"@type":"node","@id":5496383035,"@timestamp":1521721828},"coords":"51.3301516,-0.0019781","bedrooms":"3","price":"176000","area":"661"} , +{"type":"Feature","id":"n5496383045","geometry":{"type":"Point","coordinates":[0.0008674,51.3309256]},"properties":{"@type":"node","@id":5496383045,"@timestamp":1521721828},"coords":"51.3309256,0.0008674","bedrooms":"4","price":"166000","area":"371"} , +{"type":"Feature","id":"n5496383064","geometry":{"type":"Point","coordinates":[0.0013841,51.3265336]},"properties":{"@type":"node","@id":5496383064,"@timestamp":1521721829},"coords":"51.3265336,0.0013841","bedrooms":"0","price":"171000","area":"387"} , +{"type":"Feature","id":"n5496383318","geometry":{"type":"Point","coordinates":[-0.0012061,51.3153855]},"properties":{"@type":"node","@id":5496383318,"@timestamp":1521721833},"coords":"51.3153855,-0.0012061","bedrooms":"3","price":"190000","area":"404"} , +{"type":"Feature","id":"n5496548235","geometry":{"type":"Point","coordinates":[-0.4216376,51.5714103]},"properties":{"@type":"node","@id":5496548235,"@timestamp":1523023754},"coords":"51.5714103,-0.4216376","bedrooms":"3","price":"209000","area":"443"} , +{"type":"Feature","id":"n5497458897","geometry":{"type":"Point","coordinates":[-0.0184976,51.3114499]},"properties":{"@type":"node","@id":5497458897,"@timestamp":1521747994},"coords":"51.3114499,-0.0184976","bedrooms":"0","price":"209000","area":"604"} , +{"type":"Feature","id":"n5497458919","geometry":{"type":"Point","coordinates":[-0.0183436,51.311683]},"properties":{"@type":"node","@id":5497458919,"@timestamp":1521747995},"coords":"51.311683,-0.0183436","bedrooms":"0","price":"153000","area":"688"} , +{"type":"Feature","id":"n5497459029","geometry":{"type":"Point","coordinates":[-0.0158797,51.3127464]},"properties":{"@type":"node","@id":5497459029,"@timestamp":1521747995},"coords":"51.3127464,-0.0158797","bedrooms":"2","price":"294000","area":"506"} , +{"type":"Feature","id":"n5497459039","geometry":{"type":"Point","coordinates":[-0.0203483,51.3137121]},"properties":{"@type":"node","@id":5497459039,"@timestamp":1521747995},"coords":"51.3137121,-0.0203483","bedrooms":"4","price":"217000","area":"569"} , +{"type":"Feature","id":"n5497459086","geometry":{"type":"Point","coordinates":[-0.0217329,51.3126751]},"properties":{"@type":"node","@id":5497459086,"@timestamp":1521747996},"coords":"51.3126751,-0.0217329","bedrooms":"0","price":"296000","area":"393"} , +{"type":"Feature","id":"n5497459461","geometry":{"type":"Point","coordinates":[-0.0255463,51.3093226]},"properties":{"@type":"node","@id":5497459461,"@timestamp":1521747999},"coords":"51.3093226,-0.0255463","bedrooms":"2","price":"172000","area":"546"} , +{"type":"Feature","id":"n5497464143","geometry":{"type":"Point","coordinates":[-0.9937579,51.4541055]},"properties":{"@type":"node","@id":5497464143,"@timestamp":1524106886},"coords":"51.4541055,-0.9937579","bedrooms":"0","price":"199000","area":"559"} , +{"type":"Feature","id":"n5497850202","geometry":{"type":"Point","coordinates":[-0.210606,51.4677445]},"properties":{"@type":"node","@id":5497850202,"@timestamp":1590949286},"coords":"51.4677445,-0.210606","bedrooms":"4","price":"253000","area":"357"} , +{"type":"Feature","id":"n5497955698","geometry":{"type":"Point","coordinates":[-0.1862384,51.4736254]},"properties":{"@type":"node","@id":5497955698,"@timestamp":1521779925},"coords":"51.4736254,-0.1862384","bedrooms":"1","price":"226000","area":"474"} , +{"type":"Feature","id":"n5498310622","geometry":{"type":"Point","coordinates":[-0.2860941,51.5947774]},"properties":{"@type":"node","@id":5498310622,"@timestamp":1521794154},"coords":"51.5947774,-0.2860941","bedrooms":"3","price":"192000","area":"673"} , +{"type":"Feature","id":"n5499048128","geometry":{"type":"Point","coordinates":[-0.1347826,51.5109416]},"properties":{"@type":"node","@id":5499048128,"@timestamp":1521812517},"coords":"51.5109416,-0.1347826","bedrooms":"4","price":"192000","area":"461"} , +{"type":"Feature","id":"n5499397452","geometry":{"type":"Point","coordinates":[-0.1342608,51.5112365]},"properties":{"@type":"node","@id":5499397452,"@timestamp":1616711594},"coords":"51.5112365,-0.1342608","bedrooms":"3","price":"259000","area":"617"} , +{"type":"Feature","id":"n5499588858","geometry":{"type":"Point","coordinates":[-0.1558464,51.2432117]},"properties":{"@type":"node","@id":5499588858,"@timestamp":1521832759},"coords":"51.2432117,-0.1558464","bedrooms":"3","price":"211000","area":"624"} , +{"type":"Feature","id":"n5499965098","geometry":{"type":"Point","coordinates":[-0.4570726,51.0221052]},"properties":{"@type":"node","@id":5499965098,"@timestamp":1606077137},"coords":"51.0221052,-0.4570726","bedrooms":"4","price":"192000","area":"395"} , +{"type":"Feature","id":"n5500973729","geometry":{"type":"Point","coordinates":[-0.1368424,51.5106652]},"properties":{"@type":"node","@id":5500973729,"@timestamp":1543778993},"coords":"51.5106652,-0.1368424","bedrooms":"0","price":"298000","area":"461"} , +{"type":"Feature","id":"n5501557607","geometry":{"type":"Point","coordinates":[-0.1079458,51.5217779]},"properties":{"@type":"node","@id":5501557607,"@timestamp":1521902766},"coords":"51.5217779,-0.1079458","bedrooms":"2","price":"296000","area":"442"} , +{"type":"Feature","id":"n5501863135","geometry":{"type":"Point","coordinates":[-1.0183309,51.4269883]},"properties":{"@type":"node","@id":5501863135,"@timestamp":1521913555},"coords":"51.4269883,-1.0183309","bedrooms":"2","price":"255000","area":"441"} , +{"type":"Feature","id":"n5501863145","geometry":{"type":"Point","coordinates":[-1.0109618,51.430901]},"properties":{"@type":"node","@id":5501863145,"@timestamp":1521913556},"coords":"51.430901,-1.0109618","bedrooms":"0","price":"189000","area":"646"} , +{"type":"Feature","id":"n5501946394","geometry":{"type":"Point","coordinates":[-0.839954,51.4128972]},"properties":{"@type":"node","@id":5501946394,"@timestamp":1521916875},"coords":"51.4128972,-0.839954","bedrooms":"1","price":"162000","area":"556"} , +{"type":"Feature","id":"n5501951272","geometry":{"type":"Point","coordinates":[-0.1061509,51.5206632]},"properties":{"@type":"node","@id":5501951272,"@timestamp":1521917126},"coords":"51.5206632,-0.1061509","bedrooms":"4","price":"276000","area":"488"} , +{"type":"Feature","id":"n5501951282","geometry":{"type":"Point","coordinates":[-0.1059885,51.5202838]},"properties":{"@type":"node","@id":5501951282,"@timestamp":1521917127},"coords":"51.5202838,-0.1059885","bedrooms":"1","price":"290000","area":"418"} , +{"type":"Feature","id":"n5501951531","geometry":{"type":"Point","coordinates":[-0.1066312,51.5215357]},"properties":{"@type":"node","@id":5501951531,"@timestamp":1521917128},"coords":"51.5215357,-0.1066312","bedrooms":"2","price":"173000","area":"356"} , +{"type":"Feature","id":"n5502206601","geometry":{"type":"Point","coordinates":[-0.1002318,51.5183683]},"properties":{"@type":"node","@id":5502206601,"@timestamp":1635075576},"coords":"51.5183683,-0.1002318","bedrooms":"3","price":"243000","area":"583"} , +{"type":"Feature","id":"n5502341065","geometry":{"type":"Point","coordinates":[-0.1325329,51.5073197]},"properties":{"@type":"node","@id":5502341065,"@timestamp":1591799765},"coords":"51.5073197,-0.1325329","bedrooms":"3","price":"175000","area":"696"} , +{"type":"Feature","id":"n5502412706","geometry":{"type":"Point","coordinates":[-0.4490977,51.5521698]},"properties":{"@type":"node","@id":5502412706,"@timestamp":1564903671},"coords":"51.5521698,-0.4490977","bedrooms":"3","price":"222000","area":"511"} , +{"type":"Feature","id":"n5502464304","geometry":{"type":"Point","coordinates":[-0.1143713,51.4647658]},"properties":{"@type":"node","@id":5502464304,"@timestamp":1570634219},"coords":"51.4647658,-0.1143713","bedrooms":"4","price":"221000","area":"450"} , +{"type":"Feature","id":"n5503017998","geometry":{"type":"Point","coordinates":[-0.0950717,51.524236]},"properties":{"@type":"node","@id":5503017998,"@timestamp":1521981397},"coords":"51.524236,-0.0950717","bedrooms":"2","price":"230000","area":"377"} , +{"type":"Feature","id":"n5503142993","geometry":{"type":"Point","coordinates":[-0.1015437,51.5180768]},"properties":{"@type":"node","@id":5503142993,"@timestamp":1521985069},"coords":"51.5180768,-0.1015437","bedrooms":"1","price":"203000","area":"383"} , +{"type":"Feature","id":"n5503318808","geometry":{"type":"Point","coordinates":[-0.995233,51.4502804]},"properties":{"@type":"node","@id":5503318808,"@timestamp":1626091782},"coords":"51.4502804,-0.995233","bedrooms":"1","price":"244000","area":"398"} , +{"type":"Feature","id":"n5503377993","geometry":{"type":"Point","coordinates":[-0.0897628,51.2205349]},"properties":{"@type":"node","@id":5503377993,"@timestamp":1521993130},"coords":"51.2205349,-0.0897628","bedrooms":"2","price":"281000","area":"624"} , +{"type":"Feature","id":"n5503438136","geometry":{"type":"Point","coordinates":[-0.2053282,51.2379436]},"properties":{"@type":"node","@id":5503438136,"@timestamp":1521998337},"coords":"51.2379436,-0.2053282","bedrooms":"0","price":"249000","area":"401"} , +{"type":"Feature","id":"n5503476584","geometry":{"type":"Point","coordinates":[-0.3881182,51.5560512]},"properties":{"@type":"node","@id":5503476584,"@timestamp":1592499300},"coords":"51.5560512,-0.3881182","bedrooms":"0","price":"221000","area":"511"} , +{"type":"Feature","id":"n5503501715","geometry":{"type":"Point","coordinates":[-0.2622974,51.6028946]},"properties":{"@type":"node","@id":5503501715,"@timestamp":1521998914},"coords":"51.6028946,-0.2622974","bedrooms":"0","price":"176000","area":"453"} , +{"type":"Feature","id":"n5503599661","geometry":{"type":"Point","coordinates":[-0.2072988,51.2373701]},"properties":{"@type":"node","@id":5503599661,"@timestamp":1610359380},"coords":"51.2373701,-0.2072988","bedrooms":"4","price":"265000","area":"639"} , +{"type":"Feature","id":"n5503662409","geometry":{"type":"Point","coordinates":[-0.087314,51.1916024]},"properties":{"@type":"node","@id":5503662409,"@timestamp":1522004101},"coords":"51.1916024,-0.087314","bedrooms":"3","price":"235000","area":"469"} , +{"type":"Feature","id":"n5503758902","geometry":{"type":"Point","coordinates":[0.5479346,51.0207799]},"properties":{"@type":"node","@id":5503758902,"@timestamp":1522007036},"coords":"51.0207799,0.5479346","bedrooms":"3","price":"252000","area":"541"} , +{"type":"Feature","id":"n5503773426","geometry":{"type":"Point","coordinates":[0.0814478,50.975252]},"properties":{"@type":"node","@id":5503773426,"@timestamp":1554130069},"coords":"50.975252,0.0814478","bedrooms":"4","price":"241000","area":"418"} , +{"type":"Feature","id":"n5503940536","geometry":{"type":"Point","coordinates":[-0.0747419,51.546325]},"properties":{"@type":"node","@id":5503940536,"@timestamp":1599589554},"coords":"51.546325,-0.0747419","bedrooms":"1","price":"261000","area":"412"} , +{"type":"Feature","id":"n5504334433","geometry":{"type":"Point","coordinates":[-0.1352698,51.512214]},"properties":{"@type":"node","@id":5504334433,"@timestamp":1522037007},"coords":"51.512214,-0.1352698","bedrooms":"4","price":"242000","area":"454"} , +{"type":"Feature","id":"n5504568957","geometry":{"type":"Point","coordinates":[-0.3813233,51.5930253]},"properties":{"@type":"node","@id":5504568957,"@timestamp":1522045231},"coords":"51.5930253,-0.3813233","bedrooms":"2","price":"223000","area":"389"} , +{"type":"Feature","id":"n5504569015","geometry":{"type":"Point","coordinates":[-0.3811147,51.5929806]},"properties":{"@type":"node","@id":5504569015,"@timestamp":1523279998},"coords":"51.5929806,-0.3811147","bedrooms":"4","price":"245000","area":"663"} , +{"type":"Feature","id":"n5504569162","geometry":{"type":"Point","coordinates":[-0.3804257,51.5926534]},"properties":{"@type":"node","@id":5504569162,"@timestamp":1522045232},"coords":"51.5926534,-0.3804257","bedrooms":"1","price":"212000","area":"674"} , +{"type":"Feature","id":"n5504917434","geometry":{"type":"Point","coordinates":[-0.2241991,51.5099704]},"properties":{"@type":"node","@id":5504917434,"@timestamp":1618418246},"coords":"51.5099704,-0.2241991","bedrooms":"3","price":"174000","area":"568"} , +{"type":"Feature","id":"n5504917447","geometry":{"type":"Point","coordinates":[-0.2236871,51.510074]},"properties":{"@type":"node","@id":5504917447,"@timestamp":1618418246},"coords":"51.510074,-0.2236871","bedrooms":"1","price":"256000","area":"362"} , +{"type":"Feature","id":"n5504917457","geometry":{"type":"Point","coordinates":[-0.2231661,51.5105002]},"properties":{"@type":"node","@id":5504917457,"@timestamp":1618418246},"coords":"51.5105002,-0.2231661","bedrooms":"0","price":"165000","area":"492"} , +{"type":"Feature","id":"n5504923551","geometry":{"type":"Point","coordinates":[-0.2240205,51.5100106]},"properties":{"@type":"node","@id":5504923551,"@timestamp":1618418246},"coords":"51.5100106,-0.2240205","bedrooms":"0","price":"265000","area":"547"} , +{"type":"Feature","id":"n5505181265","geometry":{"type":"Point","coordinates":[-0.4227805,51.0503761]},"properties":{"@type":"node","@id":5505181265,"@timestamp":1623445096},"coords":"51.0503761,-0.4227805","bedrooms":"3","price":"290000","area":"499"} , +{"type":"Feature","id":"n5505181275","geometry":{"type":"Point","coordinates":[-0.6583858,51.0340032]},"properties":{"@type":"node","@id":5505181275,"@timestamp":1522058742},"coords":"51.0340032,-0.6583858","bedrooms":"2","price":"153000","area":"557"} , +{"type":"Feature","id":"n5505181285","geometry":{"type":"Point","coordinates":[-0.6767535,51.0260952]},"properties":{"@type":"node","@id":5505181285,"@timestamp":1522058742},"coords":"51.0260952,-0.6767535","bedrooms":"2","price":"246000","area":"575"} , +{"type":"Feature","id":"n5505181295","geometry":{"type":"Point","coordinates":[-0.6940243,51.0287758]},"properties":{"@type":"node","@id":5505181295,"@timestamp":1522058743},"coords":"51.0287758,-0.6940243","bedrooms":"4","price":"276000","area":"450"} , +{"type":"Feature","id":"n5505181305","geometry":{"type":"Point","coordinates":[-0.7120219,51.0334028]},"properties":{"@type":"node","@id":5505181305,"@timestamp":1522058743},"coords":"51.0334028,-0.7120219","bedrooms":"4","price":"174000","area":"659"} , +{"type":"Feature","id":"n5505181315","geometry":{"type":"Point","coordinates":[-0.7356495,51.0429572]},"properties":{"@type":"node","@id":5505181315,"@timestamp":1522058743},"coords":"51.0429572,-0.7356495","bedrooms":"4","price":"195000","area":"445"} , +{"type":"Feature","id":"n5505182830","geometry":{"type":"Point","coordinates":[-0.7283378,51.0643511]},"properties":{"@type":"node","@id":5505182830,"@timestamp":1522058744},"coords":"51.0643511,-0.7283378","bedrooms":"2","price":"196000","area":"471"} , +{"type":"Feature","id":"n5505182840","geometry":{"type":"Point","coordinates":[-0.7271281,51.0585083]},"properties":{"@type":"node","@id":5505182840,"@timestamp":1522058744},"coords":"51.0585083,-0.7271281","bedrooms":"0","price":"260000","area":"592"} , +{"type":"Feature","id":"n5505182850","geometry":{"type":"Point","coordinates":[-0.7379562,51.0494562]},"properties":{"@type":"node","@id":5505182850,"@timestamp":1522058744},"coords":"51.0494562,-0.7379562","bedrooms":"1","price":"154000","area":"523"} , +{"type":"Feature","id":"n5505182860","geometry":{"type":"Point","coordinates":[-0.74265,51.0474681]},"properties":{"@type":"node","@id":5505182860,"@timestamp":1522058745},"coords":"51.0474681,-0.74265","bedrooms":"0","price":"259000","area":"453"} , +{"type":"Feature","id":"n5505182870","geometry":{"type":"Point","coordinates":[-0.7481325,51.0483214]},"properties":{"@type":"node","@id":5505182870,"@timestamp":1522058745},"coords":"51.0483214,-0.7481325","bedrooms":"2","price":"225000","area":"611"} , +{"type":"Feature","id":"n5505182880","geometry":{"type":"Point","coordinates":[-0.7460672,50.9675541]},"properties":{"@type":"node","@id":5505182880,"@timestamp":1522058745},"coords":"50.9675541,-0.7460672","bedrooms":"0","price":"287000","area":"425"} , +{"type":"Feature","id":"n5505182890","geometry":{"type":"Point","coordinates":[-0.7659799,51.0064473]},"properties":{"@type":"node","@id":5505182890,"@timestamp":1522058745},"coords":"51.0064473,-0.7659799","bedrooms":"0","price":"175000","area":"684"} , +{"type":"Feature","id":"n5505182900","geometry":{"type":"Point","coordinates":[-0.7613289,51.0143942]},"properties":{"@type":"node","@id":5505182900,"@timestamp":1522058746},"coords":"51.0143942,-0.7613289","bedrooms":"1","price":"198000","area":"504"} , +{"type":"Feature","id":"n5505182910","geometry":{"type":"Point","coordinates":[-0.7627881,51.0313314]},"properties":{"@type":"node","@id":5505182910,"@timestamp":1522058746},"coords":"51.0313314,-0.7627881","bedrooms":"3","price":"201000","area":"609"} , +{"type":"Feature","id":"n5505182920","geometry":{"type":"Point","coordinates":[-0.7604116,51.041974]},"properties":{"@type":"node","@id":5505182920,"@timestamp":1522058746},"coords":"51.041974,-0.7604116","bedrooms":"0","price":"197000","area":"511"} , +{"type":"Feature","id":"n5505183130","geometry":{"type":"Point","coordinates":[-0.7663795,51.0476992]},"properties":{"@type":"node","@id":5505183130,"@timestamp":1522058747},"coords":"51.0476992,-0.7663795","bedrooms":"0","price":"161000","area":"382"} , +{"type":"Feature","id":"n5505188486","geometry":{"type":"Point","coordinates":[-0.8029649,51.0482]},"properties":{"@type":"node","@id":5505188486,"@timestamp":1522059082},"coords":"51.0482,-0.8029649","bedrooms":"4","price":"233000","area":"417"} , +{"type":"Feature","id":"n5505188496","geometry":{"type":"Point","coordinates":[-0.800347,51.0504527]},"properties":{"@type":"node","@id":5505188496,"@timestamp":1522059082},"coords":"51.0504527,-0.800347","bedrooms":"0","price":"159000","area":"615"} , +{"type":"Feature","id":"n5505194221","geometry":{"type":"Point","coordinates":[-0.7824165,51.05181]},"properties":{"@type":"node","@id":5505194221,"@timestamp":1522059082},"coords":"51.05181,-0.7824165","bedrooms":"1","price":"176000","area":"675"} , +{"type":"Feature","id":"n5505235093","geometry":{"type":"Point","coordinates":[-0.0160031,51.3109513]},"properties":{"@type":"node","@id":5505235093,"@timestamp":1522059781},"coords":"51.3109513,-0.0160031","bedrooms":"3","price":"177000","area":"668"} , +{"type":"Feature","id":"n5505235727","geometry":{"type":"Point","coordinates":[-0.0138701,51.3149901]},"properties":{"@type":"node","@id":5505235727,"@timestamp":1522059782},"coords":"51.3149901,-0.0138701","bedrooms":"1","price":"214000","area":"467"} , +{"type":"Feature","id":"n5505243661","geometry":{"type":"Point","coordinates":[-0.7631502,51.2223492]},"properties":{"@type":"node","@id":5505243661,"@timestamp":1522060099},"coords":"51.2223492,-0.7631502","bedrooms":"3","price":"205000","area":"486"} , +{"type":"Feature","id":"n5505243671","geometry":{"type":"Point","coordinates":[-0.7702366,51.225524]},"properties":{"@type":"node","@id":5505243671,"@timestamp":1632048132},"coords":"51.225524,-0.7702366","bedrooms":"1","price":"298000","area":"690"} , +{"type":"Feature","id":"n5505243681","geometry":{"type":"Point","coordinates":[-0.7700461,51.2296006]},"properties":{"@type":"node","@id":5505243681,"@timestamp":1522060099},"coords":"51.2296006,-0.7700461","bedrooms":"0","price":"296000","area":"404"} , +{"type":"Feature","id":"n5505270004","geometry":{"type":"Point","coordinates":[-0.8802098,51.2428675]},"properties":{"@type":"node","@id":5505270004,"@timestamp":1522060866},"coords":"51.2428675,-0.8802098","bedrooms":"4","price":"246000","area":"572"} , +{"type":"Feature","id":"n5505270323","geometry":{"type":"Point","coordinates":[-0.8745503,51.2344376]},"properties":{"@type":"node","@id":5505270323,"@timestamp":1522060866},"coords":"51.2344376,-0.8745503","bedrooms":"3","price":"199000","area":"592"} , +{"type":"Feature","id":"n5505270333","geometry":{"type":"Point","coordinates":[-0.878697,51.2352806]},"properties":{"@type":"node","@id":5505270333,"@timestamp":1522060866},"coords":"51.2352806,-0.878697","bedrooms":"0","price":"261000","area":"351"} , +{"type":"Feature","id":"n5505270343","geometry":{"type":"Point","coordinates":[-0.8664259,51.2277513]},"properties":{"@type":"node","@id":5505270343,"@timestamp":1522060867},"coords":"51.2277513,-0.8664259","bedrooms":"0","price":"276000","area":"663"} , +{"type":"Feature","id":"n5505270353","geometry":{"type":"Point","coordinates":[-0.856939,51.216933]},"properties":{"@type":"node","@id":5505270353,"@timestamp":1522060867},"coords":"51.216933,-0.856939","bedrooms":"1","price":"270000","area":"522"} , +{"type":"Feature","id":"n5505270363","geometry":{"type":"Point","coordinates":[-0.8466446,51.2037661]},"properties":{"@type":"node","@id":5505270363,"@timestamp":1522060867},"coords":"51.2037661,-0.8466446","bedrooms":"1","price":"191000","area":"389"} , +{"type":"Feature","id":"n5505270373","geometry":{"type":"Point","coordinates":[-0.8497064,51.2057659]},"properties":{"@type":"node","@id":5505270373,"@timestamp":1522060868},"coords":"51.2057659,-0.8497064","bedrooms":"1","price":"294000","area":"675"} , +{"type":"Feature","id":"n5505270383","geometry":{"type":"Point","coordinates":[-0.8451882,51.2022099]},"properties":{"@type":"node","@id":5505270383,"@timestamp":1522060868},"coords":"51.2022099,-0.8451882","bedrooms":"2","price":"277000","area":"577"} , +{"type":"Feature","id":"n5505270393","geometry":{"type":"Point","coordinates":[-0.8357897,51.1971073]},"properties":{"@type":"node","@id":5505270393,"@timestamp":1522060868},"coords":"51.1971073,-0.8357897","bedrooms":"3","price":"264000","area":"354"} , +{"type":"Feature","id":"n5505270403","geometry":{"type":"Point","coordinates":[-0.8267534,51.1926597]},"properties":{"@type":"node","@id":5505270403,"@timestamp":1522060868},"coords":"51.1926597,-0.8267534","bedrooms":"1","price":"244000","area":"525"} , +{"type":"Feature","id":"n5505270413","geometry":{"type":"Point","coordinates":[-0.6602901,51.2604546]},"properties":{"@type":"node","@id":5505270413,"@timestamp":1522060869},"coords":"51.2604546,-0.6602901","bedrooms":"2","price":"180000","area":"468"} , +{"type":"Feature","id":"n5505306999","geometry":{"type":"Point","coordinates":[-0.8656964,51.2765584]},"properties":{"@type":"node","@id":5505306999,"@timestamp":1522061663},"coords":"51.2765584,-0.8656964","bedrooms":"3","price":"155000","area":"653"} , +{"type":"Feature","id":"n5505307009","geometry":{"type":"Point","coordinates":[-0.8662865,51.2640271]},"properties":{"@type":"node","@id":5505307009,"@timestamp":1522061663},"coords":"51.2640271,-0.8662865","bedrooms":"2","price":"159000","area":"404"} , +{"type":"Feature","id":"n5505307019","geometry":{"type":"Point","coordinates":[-0.8645001,51.2534011]},"properties":{"@type":"node","@id":5505307019,"@timestamp":1522061664},"coords":"51.2534011,-0.8645001","bedrooms":"2","price":"197000","area":"487"} , +{"type":"Feature","id":"n5505308133","geometry":{"type":"Point","coordinates":[-0.8223036,51.2643368]},"properties":{"@type":"node","@id":5505308133,"@timestamp":1522061664},"coords":"51.2643368,-0.8223036","bedrooms":"0","price":"170000","area":"549"} , +{"type":"Feature","id":"n5505308143","geometry":{"type":"Point","coordinates":[-0.8210108,51.251902]},"properties":{"@type":"node","@id":5505308143,"@timestamp":1522061664},"coords":"51.251902,-0.8210108","bedrooms":"2","price":"267000","area":"371"} , +{"type":"Feature","id":"n5505308153","geometry":{"type":"Point","coordinates":[-0.8248946,51.2505253]},"properties":{"@type":"node","@id":5505308153,"@timestamp":1522061665},"coords":"51.2505253,-0.8248946","bedrooms":"4","price":"156000","area":"396"} , +{"type":"Feature","id":"n5505308163","geometry":{"type":"Point","coordinates":[-0.8313614,51.2490899]},"properties":{"@type":"node","@id":5505308163,"@timestamp":1522061665},"coords":"51.2490899,-0.8313614","bedrooms":"3","price":"214000","area":"402"} , +{"type":"Feature","id":"n5505308173","geometry":{"type":"Point","coordinates":[-0.8507752,51.2512187]},"properties":{"@type":"node","@id":5505308173,"@timestamp":1556832993},"coords":"51.2512187,-0.8507752","bedrooms":"0","price":"211000","area":"427"} , +{"type":"Feature","id":"n5505308183","geometry":{"type":"Point","coordinates":[-0.8644491,51.2533056]},"properties":{"@type":"node","@id":5505308183,"@timestamp":1556832993},"coords":"51.2533056,-0.8644491","bedrooms":"4","price":"261000","area":"459"} , +{"type":"Feature","id":"n5505308193","geometry":{"type":"Point","coordinates":[-0.8853006,51.2551839]},"properties":{"@type":"node","@id":5505308193,"@timestamp":1522061666},"coords":"51.2551839,-0.8853006","bedrooms":"1","price":"164000","area":"362"} , +{"type":"Feature","id":"n5505308203","geometry":{"type":"Point","coordinates":[-0.8785614,51.2514628]},"properties":{"@type":"node","@id":5505308203,"@timestamp":1556832993},"coords":"51.2514628,-0.8785614","bedrooms":"3","price":"277000","area":"637"} , +{"type":"Feature","id":"n5505418470","geometry":{"type":"Point","coordinates":[-1.120002,51.1858883]},"properties":{"@type":"node","@id":5505418470,"@timestamp":1522064139},"coords":"51.1858883,-1.120002","bedrooms":"3","price":"275000","area":"449"} , +{"type":"Feature","id":"n5505418509","geometry":{"type":"Point","coordinates":[-1.1128593,51.1696989]},"properties":{"@type":"node","@id":5505418509,"@timestamp":1522064140},"coords":"51.1696989,-1.1128593","bedrooms":"3","price":"251000","area":"640"} , +{"type":"Feature","id":"n5505418725","geometry":{"type":"Point","coordinates":[-1.1131248,51.1567743]},"properties":{"@type":"node","@id":5505418725,"@timestamp":1522064140},"coords":"51.1567743,-1.1131248","bedrooms":"0","price":"229000","area":"625"} , +{"type":"Feature","id":"n5505418735","geometry":{"type":"Point","coordinates":[-1.127429,51.1644599]},"properties":{"@type":"node","@id":5505418735,"@timestamp":1522064141},"coords":"51.1644599,-1.127429","bedrooms":"4","price":"284000","area":"606"} , +{"type":"Feature","id":"n5505418748","geometry":{"type":"Point","coordinates":[-1.0572719,51.1696375]},"properties":{"@type":"node","@id":5505418748,"@timestamp":1532981954},"coords":"51.1696375,-1.0572719","bedrooms":"3","price":"208000","area":"403"} , +{"type":"Feature","id":"n5505418758","geometry":{"type":"Point","coordinates":[-1.0893483,51.163867]},"properties":{"@type":"node","@id":5505418758,"@timestamp":1536876529},"coords":"51.163867,-1.0893483","bedrooms":"0","price":"234000","area":"524"} , +{"type":"Feature","id":"n5505418768","geometry":{"type":"Point","coordinates":[-1.0910824,51.1644103]},"properties":{"@type":"node","@id":5505418768,"@timestamp":1536876529},"coords":"51.1644103,-1.0910824","bedrooms":"0","price":"260000","area":"686"} , +{"type":"Feature","id":"n5505418778","geometry":{"type":"Point","coordinates":[-1.1085248,51.1646096]},"properties":{"@type":"node","@id":5505418778,"@timestamp":1522064142},"coords":"51.1646096,-1.1085248","bedrooms":"0","price":"195000","area":"491"} , +{"type":"Feature","id":"n5505418788","geometry":{"type":"Point","coordinates":[-1.1283597,51.166453]},"properties":{"@type":"node","@id":5505418788,"@timestamp":1522064142},"coords":"51.166453,-1.1283597","bedrooms":"4","price":"225000","area":"693"} , +{"type":"Feature","id":"n5505470444","geometry":{"type":"Point","coordinates":[-0.2400094,50.9822406]},"properties":{"@type":"node","@id":5505470444,"@timestamp":1522065206},"coords":"50.9822406,-0.2400094","bedrooms":"2","price":"210000","area":"622"} , +{"type":"Feature","id":"n5505905630","geometry":{"type":"Point","coordinates":[-0.1457615,51.5095049]},"properties":{"@type":"node","@id":5505905630,"@timestamp":1522073699},"coords":"51.5095049,-0.1457615","bedrooms":"4","price":"249000","area":"504"} , +{"type":"Feature","id":"n5506011163","geometry":{"type":"Point","coordinates":[-1.0475287,51.4158497]},"properties":{"@type":"node","@id":5506011163,"@timestamp":1522076238},"coords":"51.4158497,-1.0475287","bedrooms":"4","price":"163000","area":"673"} , +{"type":"Feature","id":"n5506260329","geometry":{"type":"Point","coordinates":[-0.0416728,51.5427395]},"properties":{"@type":"node","@id":5506260329,"@timestamp":1626660544},"coords":"51.5427395,-0.0416728","bedrooms":"4","price":"251000","area":"358"} , +{"type":"Feature","id":"n5506735336","geometry":{"type":"Point","coordinates":[-0.3048129,50.9593449]},"properties":{"@type":"node","@id":5506735336,"@timestamp":1616836236},"coords":"50.9593449,-0.3048129","bedrooms":"3","price":"151000","area":"673"} , +{"type":"Feature","id":"n5506818811","geometry":{"type":"Point","coordinates":[-0.1795975,51.4327046]},"properties":{"@type":"node","@id":5506818811,"@timestamp":1602331454},"coords":"51.4327046,-0.1795975","bedrooms":"1","price":"188000","area":"602"} , +{"type":"Feature","id":"n5506895541","geometry":{"type":"Point","coordinates":[-0.2599735,51.5164852]},"properties":{"@type":"node","@id":5506895541,"@timestamp":1522113727},"coords":"51.5164852,-0.2599735","bedrooms":"2","price":"235000","area":"532"} , +{"type":"Feature","id":"n5507409220","geometry":{"type":"Point","coordinates":[-0.1026607,51.590234]},"properties":{"@type":"node","@id":5507409220,"@timestamp":1522134924},"coords":"51.590234,-0.1026607","bedrooms":"3","price":"171000","area":"543"} , +{"type":"Feature","id":"n5507411671","geometry":{"type":"Point","coordinates":[-0.1026976,51.590494]},"properties":{"@type":"node","@id":5507411671,"@timestamp":1522134926},"coords":"51.590494,-0.1026976","bedrooms":"4","price":"181000","area":"619"} , +{"type":"Feature","id":"n5507762121","geometry":{"type":"Point","coordinates":[-0.0713099,51.6524436]},"properties":{"@type":"node","@id":5507762121,"@timestamp":1522141814},"coords":"51.6524436,-0.0713099","bedrooms":"4","price":"216000","area":"358"} , +{"type":"Feature","id":"n5508146577","geometry":{"type":"Point","coordinates":[-0.3909817,51.2738003]},"properties":{"@type":"node","@id":5508146577,"@timestamp":1522190968},"coords":"51.2738003,-0.3909817","bedrooms":"3","price":"253000","area":"355"} , +{"type":"Feature","id":"n5508838101","geometry":{"type":"Point","coordinates":[-0.3460745,51.5424601]},"properties":{"@type":"node","@id":5508838101,"@timestamp":1523262604},"coords":"51.5424601,-0.3460745","bedrooms":"1","price":"236000","area":"376"} , +{"type":"Feature","id":"n5509286277","geometry":{"type":"Point","coordinates":[-0.4213114,51.5718932]},"properties":{"@type":"node","@id":5509286277,"@timestamp":1564903671},"coords":"51.5718932,-0.4213114","bedrooms":"1","price":"267000","area":"440"} , +{"type":"Feature","id":"n5509518521","geometry":{"type":"Point","coordinates":[-0.1557101,51.5145656]},"properties":{"@type":"node","@id":5509518521,"@timestamp":1548385266},"coords":"51.5145656,-0.1557101","bedrooms":"4","price":"167000","area":"531"} , +{"type":"Feature","id":"n5509687303","geometry":{"type":"Point","coordinates":[-0.8115037,51.3321593]},"properties":{"@type":"node","@id":5509687303,"@timestamp":1522199492},"coords":"51.3321593,-0.8115037","bedrooms":"2","price":"292000","area":"474"} , +{"type":"Feature","id":"n5509687313","geometry":{"type":"Point","coordinates":[-0.8128756,51.3250607]},"properties":{"@type":"node","@id":5509687313,"@timestamp":1522199492},"coords":"51.3250607,-0.8128756","bedrooms":"4","price":"249000","area":"623"} , +{"type":"Feature","id":"n5509688223","geometry":{"type":"Point","coordinates":[-0.7947855,51.327589]},"properties":{"@type":"node","@id":5509688223,"@timestamp":1522199492},"coords":"51.327589,-0.7947855","bedrooms":"1","price":"192000","area":"469"} , +{"type":"Feature","id":"n5509688233","geometry":{"type":"Point","coordinates":[-0.7835886,51.3211904]},"properties":{"@type":"node","@id":5509688233,"@timestamp":1522199493},"coords":"51.3211904,-0.7835886","bedrooms":"1","price":"170000","area":"420"} , +{"type":"Feature","id":"n5510296125","geometry":{"type":"Point","coordinates":[0.0349528,51.369066]},"properties":{"@type":"node","@id":5510296125,"@timestamp":1522223169},"coords":"51.369066,0.0349528","bedrooms":"4","price":"194000","area":"643"} , +{"type":"Feature","id":"n5510296198","geometry":{"type":"Point","coordinates":[0.0379793,51.3695815]},"properties":{"@type":"node","@id":5510296198,"@timestamp":1522223171},"coords":"51.3695815,0.0379793","bedrooms":"1","price":"150000","area":"613"} , +{"type":"Feature","id":"n5510296209","geometry":{"type":"Point","coordinates":[0.0350782,51.3691693]},"properties":{"@type":"node","@id":5510296209,"@timestamp":1522223171},"coords":"51.3691693,0.0350782","bedrooms":"1","price":"218000","area":"558"} , +{"type":"Feature","id":"n5510296219","geometry":{"type":"Point","coordinates":[0.035362,51.3697073]},"properties":{"@type":"node","@id":5510296219,"@timestamp":1522223171},"coords":"51.3697073,0.035362","bedrooms":"0","price":"295000","area":"566"} , +{"type":"Feature","id":"n5510296329","geometry":{"type":"Point","coordinates":[0.0355897,51.3686476]},"properties":{"@type":"node","@id":5510296329,"@timestamp":1522223172},"coords":"51.3686476,0.0355897","bedrooms":"0","price":"155000","area":"628"} , +{"type":"Feature","id":"n5510296340","geometry":{"type":"Point","coordinates":[0.0358128,51.369667]},"properties":{"@type":"node","@id":5510296340,"@timestamp":1522223172},"coords":"51.369667,0.0358128","bedrooms":"0","price":"230000","area":"363"} , +{"type":"Feature","id":"n5510511560","geometry":{"type":"Point","coordinates":[-0.0099832,51.3331542]},"properties":{"@type":"node","@id":5510511560,"@timestamp":1522227293},"coords":"51.3331542,-0.0099832","bedrooms":"1","price":"152000","area":"629"} , +{"type":"Feature","id":"n5510511570","geometry":{"type":"Point","coordinates":[-0.0065232,51.3316526]},"properties":{"@type":"node","@id":5510511570,"@timestamp":1522227293},"coords":"51.3316526,-0.0065232","bedrooms":"3","price":"278000","area":"523"} , +{"type":"Feature","id":"n5511454155","geometry":{"type":"Point","coordinates":[-0.5049717,51.5716855]},"properties":{"@type":"node","@id":5511454155,"@timestamp":1629138798},"coords":"51.5716855,-0.5049717","bedrooms":"3","price":"171000","area":"421"} , +{"type":"Feature","id":"n5511641171","geometry":{"type":"Point","coordinates":[-0.2856111,51.286273]},"properties":{"@type":"node","@id":5511641171,"@timestamp":1591997601},"coords":"51.286273,-0.2856111","bedrooms":"3","price":"154000","area":"624"} , +{"type":"Feature","id":"n5511998464","geometry":{"type":"Point","coordinates":[-0.0061856,51.3266381]},"properties":{"@type":"node","@id":5511998464,"@timestamp":1522256298},"coords":"51.3266381,-0.0061856","bedrooms":"4","price":"169000","area":"571"} , +{"type":"Feature","id":"n5512289199","geometry":{"type":"Point","coordinates":[-0.8887011,51.436782]},"properties":{"@type":"node","@id":5512289199,"@timestamp":1522267788},"coords":"51.436782,-0.8887011","bedrooms":"0","price":"220000","area":"581"} , +{"type":"Feature","id":"n5512346636","geometry":{"type":"Point","coordinates":[-0.3462301,51.5424786]},"properties":{"@type":"node","@id":5512346636,"@timestamp":1523262604},"coords":"51.5424786,-0.3462301","bedrooms":"4","price":"158000","area":"528"} , +{"type":"Feature","id":"n5513714992","geometry":{"type":"Point","coordinates":[-0.1435527,51.5184907]},"properties":{"@type":"node","@id":5513714992,"@timestamp":1581697286},"coords":"51.5184907,-0.1435527","bedrooms":"3","price":"295000","area":"622"} , +{"type":"Feature","id":"n5514082803","geometry":{"type":"Point","coordinates":[-0.1115009,51.5492798]},"properties":{"@type":"node","@id":5514082803,"@timestamp":1584986532},"coords":"51.5492798,-0.1115009","bedrooms":"1","price":"191000","area":"588"} , +{"type":"Feature","id":"n5514787655","geometry":{"type":"Point","coordinates":[0.1612161,51.8697044]},"properties":{"@type":"node","@id":5514787655,"@timestamp":1617901598},"coords":"51.8697044,0.1612161","bedrooms":"0","price":"150000","area":"549"} , +{"type":"Feature","id":"n5514868514","geometry":{"type":"Point","coordinates":[-0.9926641,51.5105437]},"properties":{"@type":"node","@id":5514868514,"@timestamp":1522349454},"coords":"51.5105437,-0.9926641","bedrooms":"1","price":"259000","area":"354"} , +{"type":"Feature","id":"n5514871724","geometry":{"type":"Point","coordinates":[-1.0673368,51.4427971]},"properties":{"@type":"node","@id":5514871724,"@timestamp":1611047951},"coords":"51.4427971,-1.0673368","bedrooms":"1","price":"197000","area":"387"} , +{"type":"Feature","id":"n5514871734","geometry":{"type":"Point","coordinates":[-1.0772637,51.4543027]},"properties":{"@type":"node","@id":5514871734,"@timestamp":1522349454},"coords":"51.4543027,-1.0772637","bedrooms":"0","price":"177000","area":"478"} , +{"type":"Feature","id":"n5514871744","geometry":{"type":"Point","coordinates":[-1.0778081,51.4655749]},"properties":{"@type":"node","@id":5514871744,"@timestamp":1522349455},"coords":"51.4655749,-1.0778081","bedrooms":"2","price":"257000","area":"368"} , +{"type":"Feature","id":"n5514871784","geometry":{"type":"Point","coordinates":[-1.0856938,51.4777831]},"properties":{"@type":"node","@id":5514871784,"@timestamp":1522349455},"coords":"51.4777831,-1.0856938","bedrooms":"4","price":"187000","area":"679"} , +{"type":"Feature","id":"n5514871794","geometry":{"type":"Point","coordinates":[-1.0778376,51.4800516]},"properties":{"@type":"node","@id":5514871794,"@timestamp":1522349456},"coords":"51.4800516,-1.0778376","bedrooms":"3","price":"252000","area":"667"} , +{"type":"Feature","id":"n5514871811","geometry":{"type":"Point","coordinates":[-1.0303545,51.4979135]},"properties":{"@type":"node","@id":5514871811,"@timestamp":1522349456},"coords":"51.4979135,-1.0303545","bedrooms":"0","price":"264000","area":"595"} , +{"type":"Feature","id":"n5514871821","geometry":{"type":"Point","coordinates":[-1.0090899,51.4955573]},"properties":{"@type":"node","@id":5514871821,"@timestamp":1522349456},"coords":"51.4955573,-1.0090899","bedrooms":"0","price":"183000","area":"692"} , +{"type":"Feature","id":"n5514871831","geometry":{"type":"Point","coordinates":[-0.9943083,51.4975895]},"properties":{"@type":"node","@id":5514871831,"@timestamp":1522349457},"coords":"51.4975895,-0.9943083","bedrooms":"1","price":"201000","area":"429"} , +{"type":"Feature","id":"n5514871849","geometry":{"type":"Point","coordinates":[-0.9864628,51.5075071]},"properties":{"@type":"node","@id":5514871849,"@timestamp":1522349457},"coords":"51.5075071,-0.9864628","bedrooms":"3","price":"152000","area":"522"} , +{"type":"Feature","id":"n5514871859","geometry":{"type":"Point","coordinates":[-0.9361446,51.4695098]},"properties":{"@type":"node","@id":5514871859,"@timestamp":1522349457},"coords":"51.4695098,-0.9361446","bedrooms":"2","price":"252000","area":"500"} , +{"type":"Feature","id":"n5514916584","geometry":{"type":"Point","coordinates":[-0.8738608,51.4346853]},"properties":{"@type":"node","@id":5514916584,"@timestamp":1570647955},"coords":"51.4346853,-0.8738608","bedrooms":"3","price":"252000","area":"516"} , +{"type":"Feature","id":"n5514984908","geometry":{"type":"Point","coordinates":[-0.8668897,51.4241103]},"properties":{"@type":"node","@id":5514984908,"@timestamp":1522353298},"coords":"51.4241103,-0.8668897","bedrooms":"2","price":"159000","area":"375"} , +{"type":"Feature","id":"n5515197913","geometry":{"type":"Point","coordinates":[-1.0263864,51.4465915]},"properties":{"@type":"node","@id":5515197913,"@timestamp":1522359185},"coords":"51.4465915,-1.0263864","bedrooms":"4","price":"254000","area":"419"} , +{"type":"Feature","id":"n5516064331","geometry":{"type":"Point","coordinates":[-0.6794652,51.9169327]},"properties":{"@type":"node","@id":5516064331,"@timestamp":1522407349},"coords":"51.9169327,-0.6794652","bedrooms":"3","price":"204000","area":"422"} , +{"type":"Feature","id":"n5516219823","geometry":{"type":"Point","coordinates":[-0.1030242,51.511473]},"properties":{"@type":"node","@id":5516219823,"@timestamp":1621698514},"coords":"51.511473,-0.1030242","bedrooms":"0","price":"294000","area":"484"} , +{"type":"Feature","id":"n5516315159","geometry":{"type":"Point","coordinates":[-0.3514851,51.4099668]},"properties":{"@type":"node","@id":5516315159,"@timestamp":1619426144},"coords":"51.4099668,-0.3514851","bedrooms":"3","price":"290000","area":"443"} , +{"type":"Feature","id":"n5516470722","geometry":{"type":"Point","coordinates":[-0.3753682,51.8797479]},"properties":{"@type":"node","@id":5516470722,"@timestamp":1522420370},"coords":"51.8797479,-0.3753682","bedrooms":"3","price":"185000","area":"427"} , +{"type":"Feature","id":"n5516470736","geometry":{"type":"Point","coordinates":[-0.3749711,51.8802732]},"properties":{"@type":"node","@id":5516470736,"@timestamp":1522420371},"coords":"51.8802732,-0.3749711","bedrooms":"0","price":"209000","area":"417"} , +{"type":"Feature","id":"n5516470747","geometry":{"type":"Point","coordinates":[-0.3748745,51.8798617]},"properties":{"@type":"node","@id":5516470747,"@timestamp":1557066619},"coords":"51.8798617,-0.3748745","bedrooms":"2","price":"252000","area":"529"} , +{"type":"Feature","id":"n5516470761","geometry":{"type":"Point","coordinates":[-0.3750294,51.879827]},"properties":{"@type":"node","@id":5516470761,"@timestamp":1522420372},"coords":"51.879827,-0.3750294","bedrooms":"2","price":"269000","area":"524"} , +{"type":"Feature","id":"n5516911654","geometry":{"type":"Point","coordinates":[-1.1029088,51.2627431]},"properties":{"@type":"node","@id":5516911654,"@timestamp":1572014501},"coords":"51.2627431,-1.1029088","bedrooms":"1","price":"247000","area":"689"} , +{"type":"Feature","id":"n5517087201","geometry":{"type":"Point","coordinates":[-0.8492793,51.4242083]},"properties":{"@type":"node","@id":5517087201,"@timestamp":1624113824},"coords":"51.4242083,-0.8492793","bedrooms":"3","price":"266000","area":"490"} , +{"type":"Feature","id":"n5517592802","geometry":{"type":"Point","coordinates":[-0.1526738,51.5437714]},"properties":{"@type":"node","@id":5517592802,"@timestamp":1635444740},"coords":"51.5437714,-0.1526738","bedrooms":"4","price":"182000","area":"352"} , +{"type":"Feature","id":"n5518166279","geometry":{"type":"Point","coordinates":[-0.3210948,51.0651457]},"properties":{"@type":"node","@id":5518166279,"@timestamp":1522491223},"coords":"51.0651457,-0.3210948","bedrooms":"1","price":"261000","area":"500"} , +{"type":"Feature","id":"n5518308657","geometry":{"type":"Point","coordinates":[-0.6789248,51.9155417]},"properties":{"@type":"node","@id":5518308657,"@timestamp":1522495885},"coords":"51.9155417,-0.6789248","bedrooms":"1","price":"150000","area":"498"} , +{"type":"Feature","id":"n5518667261","geometry":{"type":"Point","coordinates":[-0.102264,51.5823117]},"properties":{"@type":"node","@id":5518667261,"@timestamp":1522506785},"coords":"51.5823117,-0.102264","bedrooms":"1","price":"151000","area":"562"} , +{"type":"Feature","id":"n5518921177","geometry":{"type":"Point","coordinates":[-0.1819369,51.4322639]},"properties":{"@type":"node","@id":5518921177,"@timestamp":1614180459},"coords":"51.4322639,-0.1819369","bedrooms":"0","price":"152000","area":"593"} , +{"type":"Feature","id":"n5518924531","geometry":{"type":"Point","coordinates":[-0.1998259,51.233951]},"properties":{"@type":"node","@id":5518924531,"@timestamp":1633553864},"coords":"51.233951,-0.1998259","bedrooms":"0","price":"233000","area":"464"} , +{"type":"Feature","id":"n5519056486","geometry":{"type":"Point","coordinates":[-0.2056744,51.2373739]},"properties":{"@type":"node","@id":5519056486,"@timestamp":1633549727},"coords":"51.2373739,-0.2056744","bedrooms":"3","price":"297000","area":"443"} , +{"type":"Feature","id":"n5519183851","geometry":{"type":"Point","coordinates":[-0.8814707,51.4250684]},"properties":{"@type":"node","@id":5519183851,"@timestamp":1606998562},"coords":"51.4250684,-0.8814707","bedrooms":"4","price":"285000","area":"490"} , +{"type":"Feature","id":"n5519247991","geometry":{"type":"Point","coordinates":[-0.8211573,51.4211353]},"properties":{"@type":"node","@id":5519247991,"@timestamp":1624787500},"coords":"51.4211353,-0.8211573","bedrooms":"3","price":"292000","area":"441"} , +{"type":"Feature","id":"n5520060448","geometry":{"type":"Point","coordinates":[-0.6780799,51.9160265]},"properties":{"@type":"node","@id":5520060448,"@timestamp":1522576876},"coords":"51.9160265,-0.6780799","bedrooms":"4","price":"272000","area":"566"} , +{"type":"Feature","id":"n5520155338","geometry":{"type":"Point","coordinates":[-0.6792138,51.9171974]},"properties":{"@type":"node","@id":5520155338,"@timestamp":1522581196},"coords":"51.9171974,-0.6792138","bedrooms":"0","price":"254000","area":"575"} , +{"type":"Feature","id":"n5520184391","geometry":{"type":"Point","coordinates":[-0.6783092,51.9174431]},"properties":{"@type":"node","@id":5520184391,"@timestamp":1626020057},"coords":"51.9174431,-0.6783092","bedrooms":"2","price":"198000","area":"410"} , +{"type":"Feature","id":"n5520356287","geometry":{"type":"Point","coordinates":[-0.6720355,51.9167168]},"properties":{"@type":"node","@id":5520356287,"@timestamp":1522589876},"coords":"51.9167168,-0.6720355","bedrooms":"4","price":"193000","area":"585"} , +{"type":"Feature","id":"n5520356309","geometry":{"type":"Point","coordinates":[-0.6732197,51.9170816]},"properties":{"@type":"node","@id":5520356309,"@timestamp":1522589878},"coords":"51.9170816,-0.6732197","bedrooms":"1","price":"192000","area":"530"} , +{"type":"Feature","id":"n5520402758","geometry":{"type":"Point","coordinates":[-0.0382589,51.5583024]},"properties":{"@type":"node","@id":5520402758,"@timestamp":1588202744},"coords":"51.5583024,-0.0382589","bedrooms":"4","price":"275000","area":"394"} , +{"type":"Feature","id":"n5520458160","geometry":{"type":"Point","coordinates":[-0.6836106,51.9132209]},"properties":{"@type":"node","@id":5520458160,"@timestamp":1614960966},"coords":"51.9132209,-0.6836106","bedrooms":"2","price":"257000","area":"379"} , +{"type":"Feature","id":"n5520489709","geometry":{"type":"Point","coordinates":[-0.2144477,51.5341878]},"properties":{"@type":"node","@id":5520489709,"@timestamp":1522594027},"coords":"51.5341878,-0.2144477","bedrooms":"4","price":"164000","area":"534"} , +{"type":"Feature","id":"n5520615550","geometry":{"type":"Point","coordinates":[0.3227226,51.4766186]},"properties":{"@type":"node","@id":5520615550,"@timestamp":1522599545},"coords":"51.4766186,0.3227226","bedrooms":"4","price":"201000","area":"548"} , +{"type":"Feature","id":"n5520615560","geometry":{"type":"Point","coordinates":[0.3228868,51.4765998]},"properties":{"@type":"node","@id":5520615560,"@timestamp":1522599545},"coords":"51.4765998,0.3228868","bedrooms":"4","price":"194000","area":"586"} , +{"type":"Feature","id":"n5520651591","geometry":{"type":"Point","coordinates":[0.1301775,50.9686803]},"properties":{"@type":"node","@id":5520651591,"@timestamp":1522600729},"coords":"50.9686803,0.1301775","bedrooms":"2","price":"285000","area":"554"} , +{"type":"Feature","id":"n5520665131","geometry":{"type":"Point","coordinates":[0.182946,51.0447241]},"properties":{"@type":"node","@id":5520665131,"@timestamp":1522601412},"coords":"51.0447241,0.182946","bedrooms":"4","price":"160000","area":"482"} , +{"type":"Feature","id":"n5520665152","geometry":{"type":"Point","coordinates":[0.1827549,51.0455685]},"properties":{"@type":"node","@id":5520665152,"@timestamp":1522601413},"coords":"51.0455685,0.1827549","bedrooms":"3","price":"254000","area":"580"} , +{"type":"Feature","id":"n5520802922","geometry":{"type":"Point","coordinates":[-0.1754968,51.560876]},"properties":{"@type":"node","@id":5520802922,"@timestamp":1522606255},"coords":"51.560876,-0.1754968","bedrooms":"0","price":"152000","area":"655"} , +{"type":"Feature","id":"n5521108531","geometry":{"type":"Point","coordinates":[0.0940294,50.9724238]},"properties":{"@type":"node","@id":5521108531,"@timestamp":1522614693},"coords":"50.9724238,0.0940294","bedrooms":"1","price":"256000","area":"464"} , +{"type":"Feature","id":"n5521406724","geometry":{"type":"Point","coordinates":[-0.2259731,51.4987634]},"properties":{"@type":"node","@id":5521406724,"@timestamp":1628833408},"coords":"51.4987634,-0.2259731","bedrooms":"0","price":"240000","area":"527"} , +{"type":"Feature","id":"n5522277618","geometry":{"type":"Point","coordinates":[-0.8201401,51.1503677]},"properties":{"@type":"node","@id":5522277618,"@timestamp":1589445426},"coords":"51.1503677,-0.8201401","bedrooms":"1","price":"162000","area":"353"} , +{"type":"Feature","id":"n5522455525","geometry":{"type":"Point","coordinates":[-0.8036116,51.1724859]},"properties":{"@type":"node","@id":5522455525,"@timestamp":1522671259},"coords":"51.1724859,-0.8036116","bedrooms":"1","price":"167000","area":"543"} , +{"type":"Feature","id":"n5522508109","geometry":{"type":"Point","coordinates":[-1.0623212,51.6814021]},"properties":{"@type":"node","@id":5522508109,"@timestamp":1553720671},"coords":"51.6814021,-1.0623212","bedrooms":"2","price":"259000","area":"408"} , +{"type":"Feature","id":"n5522648461","geometry":{"type":"Point","coordinates":[-0.2034622,51.2378975]},"properties":{"@type":"node","@id":5522648461,"@timestamp":1578489375},"coords":"51.2378975,-0.2034622","bedrooms":"2","price":"152000","area":"682"} , +{"type":"Feature","id":"n5522832648","geometry":{"type":"Point","coordinates":[-0.703682,51.1825734]},"properties":{"@type":"node","@id":5522832648,"@timestamp":1522682449},"coords":"51.1825734,-0.703682","bedrooms":"4","price":"261000","area":"456"} , +{"type":"Feature","id":"n5522896527","geometry":{"type":"Point","coordinates":[-0.2784053,51.2347533]},"properties":{"@type":"node","@id":5522896527,"@timestamp":1522683920},"coords":"51.2347533,-0.2784053","bedrooms":"4","price":"269000","area":"510"} , +{"type":"Feature","id":"n5523040386","geometry":{"type":"Point","coordinates":[-0.4664315,51.5320318]},"properties":{"@type":"node","@id":5523040386,"@timestamp":1623719603},"coords":"51.5320318,-0.4664315","bedrooms":"0","price":"163000","area":"560"} , +{"type":"Feature","id":"n5523206132","geometry":{"type":"Point","coordinates":[-0.8389552,51.4123205]},"properties":{"@type":"node","@id":5523206132,"@timestamp":1551237793},"coords":"51.4123205,-0.8389552","bedrooms":"0","price":"265000","area":"595"} , +{"type":"Feature","id":"n5523234496","geometry":{"type":"Point","coordinates":[-0.2717856,51.2351497]},"properties":{"@type":"node","@id":5523234496,"@timestamp":1522691915},"coords":"51.2351497,-0.2717856","bedrooms":"2","price":"292000","area":"478"} , +{"type":"Feature","id":"n5523465778","geometry":{"type":"Point","coordinates":[-0.8223419,51.413175]},"properties":{"@type":"node","@id":5523465778,"@timestamp":1522697845},"coords":"51.413175,-0.8223419","bedrooms":"3","price":"272000","area":"610"} , +{"type":"Feature","id":"n5523516334","geometry":{"type":"Point","coordinates":[-0.8006683,51.4147096]},"properties":{"@type":"node","@id":5523516334,"@timestamp":1567939376},"coords":"51.4147096,-0.8006683","bedrooms":"2","price":"237000","area":"431"} , +{"type":"Feature","id":"n5525108913","geometry":{"type":"Point","coordinates":[-0.1667129,51.5142579]},"properties":{"@type":"node","@id":5525108913,"@timestamp":1573136793},"coords":"51.5142579,-0.1667129","bedrooms":"0","price":"231000","area":"573"} , +{"type":"Feature","id":"n5526071304","geometry":{"type":"Point","coordinates":[-0.0189941,50.9786075]},"properties":{"@type":"node","@id":5526071304,"@timestamp":1626469769},"coords":"50.9786075,-0.0189941","bedrooms":"1","price":"288000","area":"489"} , +{"type":"Feature","id":"n5526159392","geometry":{"type":"Point","coordinates":[-0.7381298,51.4145178]},"properties":{"@type":"node","@id":5526159392,"@timestamp":1522783771},"coords":"51.4145178,-0.7381298","bedrooms":"2","price":"284000","area":"569"} , +{"type":"Feature","id":"n5526596867","geometry":{"type":"Point","coordinates":[-0.3234453,51.5793513]},"properties":{"@type":"node","@id":5526596867,"@timestamp":1623192065},"coords":"51.5793513,-0.3234453","bedrooms":"4","price":"281000","area":"681"} , +{"type":"Feature","id":"n5527974518","geometry":{"type":"Point","coordinates":[-0.2482135,51.5850388]},"properties":{"@type":"node","@id":5527974518,"@timestamp":1635508931},"coords":"51.5850388,-0.2482135","bedrooms":"2","price":"184000","area":"647"} , +{"type":"Feature","id":"n5528103397","geometry":{"type":"Point","coordinates":[-0.1784184,51.6241238]},"properties":{"@type":"node","@id":5528103397,"@timestamp":1523214021},"coords":"51.6241238,-0.1784184","bedrooms":"2","price":"253000","area":"577"} , +{"type":"Feature","id":"n5528765429","geometry":{"type":"Point","coordinates":[0.244358,51.7028986]},"properties":{"@type":"node","@id":5528765429,"@timestamp":1522867733},"coords":"51.7028986,0.244358","bedrooms":"3","price":"278000","area":"614"} , +{"type":"Feature","id":"n5530105083","geometry":{"type":"Point","coordinates":[-0.0350105,50.9906778]},"properties":{"@type":"node","@id":5530105083,"@timestamp":1616697093},"coords":"50.9906778,-0.0350105","bedrooms":"3","price":"290000","area":"665"} , +{"type":"Feature","id":"n5530458777","geometry":{"type":"Point","coordinates":[0.4820151,51.3847929]},"properties":{"@type":"node","@id":5530458777,"@timestamp":1522925623},"coords":"51.3847929,0.4820151","bedrooms":"4","price":"212000","area":"545"} , +{"type":"Feature","id":"n5530980668","geometry":{"type":"Point","coordinates":[-0.1627859,51.6202847]},"properties":{"@type":"node","@id":5530980668,"@timestamp":1522936023},"coords":"51.6202847,-0.1627859","bedrooms":"0","price":"179000","area":"387"} , +{"type":"Feature","id":"n5531070524","geometry":{"type":"Point","coordinates":[0.0462923,51.5119112]},"properties":{"@type":"node","@id":5531070524,"@timestamp":1572266039},"coords":"51.5119112,0.0462923","bedrooms":"0","price":"268000","area":"406"} , +{"type":"Feature","id":"n5531126007","geometry":{"type":"Point","coordinates":[-0.2597776,51.523631]},"properties":{"@type":"node","@id":5531126007,"@timestamp":1522939716},"coords":"51.523631,-0.2597776","bedrooms":"3","price":"282000","area":"519"} , +{"type":"Feature","id":"n5531843530","geometry":{"type":"Point","coordinates":[-0.0726754,51.7410114]},"properties":{"@type":"node","@id":5531843530,"@timestamp":1522956712},"coords":"51.7410114,-0.0726754","bedrooms":"4","price":"289000","area":"604"} , +{"type":"Feature","id":"n5532042156","geometry":{"type":"Point","coordinates":[-0.5367798,51.3013266]},"properties":{"@type":"node","@id":5532042156,"@timestamp":1522963887},"coords":"51.3013266,-0.5367798","bedrooms":"4","price":"229000","area":"624"} , +{"type":"Feature","id":"n5532105078","geometry":{"type":"Point","coordinates":[-0.0284239,51.5392304]},"properties":{"@type":"node","@id":5532105078,"@timestamp":1522965390},"coords":"51.5392304,-0.0284239","bedrooms":"4","price":"241000","area":"371"} , +{"type":"Feature","id":"n5532121738","geometry":{"type":"Point","coordinates":[-0.8292642,51.7232716]},"properties":{"@type":"node","@id":5532121738,"@timestamp":1522966904},"coords":"51.7232716,-0.8292642","bedrooms":"4","price":"197000","area":"589"} , +{"type":"Feature","id":"n5532121748","geometry":{"type":"Point","coordinates":[-0.8295248,51.7231563]},"properties":{"@type":"node","@id":5532121748,"@timestamp":1522966904},"coords":"51.7231563,-0.8295248","bedrooms":"4","price":"155000","area":"557"} , +{"type":"Feature","id":"n5532121795","geometry":{"type":"Point","coordinates":[-0.833449,51.7256149]},"properties":{"@type":"node","@id":5532121795,"@timestamp":1522966905},"coords":"51.7256149,-0.833449","bedrooms":"4","price":"254000","area":"620"} , +{"type":"Feature","id":"n5532121838","geometry":{"type":"Point","coordinates":[-0.8335367,51.7233389]},"properties":{"@type":"node","@id":5532121838,"@timestamp":1522966907},"coords":"51.7233389,-0.8335367","bedrooms":"4","price":"281000","area":"432"} , +{"type":"Feature","id":"n5532121884","geometry":{"type":"Point","coordinates":[-0.8316907,51.7222809]},"properties":{"@type":"node","@id":5532121884,"@timestamp":1526079294},"coords":"51.7222809,-0.8316907","bedrooms":"0","price":"215000","area":"566"} , +{"type":"Feature","id":"n5532121900","geometry":{"type":"Point","coordinates":[-0.8322522,51.7248874]},"properties":{"@type":"node","@id":5532121900,"@timestamp":1523228146},"coords":"51.7248874,-0.8322522","bedrooms":"4","price":"283000","area":"570"} , +{"type":"Feature","id":"n5532121910","geometry":{"type":"Point","coordinates":[-0.8325734,51.7251889]},"properties":{"@type":"node","@id":5532121910,"@timestamp":1523228146},"coords":"51.7251889,-0.8325734","bedrooms":"2","price":"286000","area":"436"} , +{"type":"Feature","id":"n5532121920","geometry":{"type":"Point","coordinates":[-0.8328655,51.7262498]},"properties":{"@type":"node","@id":5532121920,"@timestamp":1522966909},"coords":"51.7262498,-0.8328655","bedrooms":"3","price":"167000","area":"637"} , +{"type":"Feature","id":"n5532122037","geometry":{"type":"Point","coordinates":[-0.8308437,51.7270024]},"properties":{"@type":"node","@id":5532122037,"@timestamp":1522966910},"coords":"51.7270024,-0.8308437","bedrooms":"2","price":"222000","area":"522"} , +{"type":"Feature","id":"n5532122074","geometry":{"type":"Point","coordinates":[-0.8310194,51.7242062]},"properties":{"@type":"node","@id":5532122074,"@timestamp":1522966911},"coords":"51.7242062,-0.8310194","bedrooms":"4","price":"299000","area":"434"} , +{"type":"Feature","id":"n5532122088","geometry":{"type":"Point","coordinates":[-0.8297008,51.7233283]},"properties":{"@type":"node","@id":5532122088,"@timestamp":1522966912},"coords":"51.7233283,-0.8297008","bedrooms":"2","price":"278000","area":"444"} , +{"type":"Feature","id":"n5532122098","geometry":{"type":"Point","coordinates":[-0.8303261,51.7226598]},"properties":{"@type":"node","@id":5532122098,"@timestamp":1523228146},"coords":"51.7226598,-0.8303261","bedrooms":"1","price":"161000","area":"433"} , +{"type":"Feature","id":"n5532122108","geometry":{"type":"Point","coordinates":[-0.830426,51.7229568]},"properties":{"@type":"node","@id":5532122108,"@timestamp":1522966913},"coords":"51.7229568,-0.830426","bedrooms":"3","price":"155000","area":"583"} , +{"type":"Feature","id":"n5532122118","geometry":{"type":"Point","coordinates":[-0.8308626,51.7236044]},"properties":{"@type":"node","@id":5532122118,"@timestamp":1524253598},"coords":"51.7236044,-0.8308626","bedrooms":"0","price":"231000","area":"425"} , +{"type":"Feature","id":"n5532122328","geometry":{"type":"Point","coordinates":[-0.8312299,51.7237949]},"properties":{"@type":"node","@id":5532122328,"@timestamp":1523228147},"coords":"51.7237949,-0.8312299","bedrooms":"3","price":"291000","area":"501"} , +{"type":"Feature","id":"n5532122344","geometry":{"type":"Point","coordinates":[-0.8319125,51.7239511]},"properties":{"@type":"node","@id":5532122344,"@timestamp":1523228147},"coords":"51.7239511,-0.8319125","bedrooms":"2","price":"244000","area":"445"} , +{"type":"Feature","id":"n5532122354","geometry":{"type":"Point","coordinates":[-0.8321953,51.7241292]},"properties":{"@type":"node","@id":5532122354,"@timestamp":1522966915},"coords":"51.7241292,-0.8321953","bedrooms":"4","price":"254000","area":"545"} , +{"type":"Feature","id":"n5532122364","geometry":{"type":"Point","coordinates":[-0.8321486,51.7244777]},"properties":{"@type":"node","@id":5532122364,"@timestamp":1522966916},"coords":"51.7244777,-0.8321486","bedrooms":"2","price":"152000","area":"515"} , +{"type":"Feature","id":"n5532122381","geometry":{"type":"Point","coordinates":[-0.8332054,51.7240866]},"properties":{"@type":"node","@id":5532122381,"@timestamp":1522966917},"coords":"51.7240866,-0.8332054","bedrooms":"0","price":"242000","area":"378"} , +{"type":"Feature","id":"n5532127422","geometry":{"type":"Point","coordinates":[-0.0295258,51.5383279]},"properties":{"@type":"node","@id":5532127422,"@timestamp":1522967009},"coords":"51.5383279,-0.0295258","bedrooms":"0","price":"261000","area":"573"} , +{"type":"Feature","id":"n5532145334","geometry":{"type":"Point","coordinates":[-0.0350189,51.5382211]},"properties":{"@type":"node","@id":5532145334,"@timestamp":1522967595},"coords":"51.5382211,-0.0350189","bedrooms":"0","price":"167000","area":"510"} , +{"type":"Feature","id":"n5532151218","geometry":{"type":"Point","coordinates":[-0.0331282,51.5396693]},"properties":{"@type":"node","@id":5532151218,"@timestamp":1619873293},"coords":"51.5396693,-0.0331282","bedrooms":"3","price":"164000","area":"647"} , +{"type":"Feature","id":"n5532162259","geometry":{"type":"Point","coordinates":[-0.0351906,51.5398226]},"properties":{"@type":"node","@id":5532162259,"@timestamp":1552743551},"coords":"51.5398226,-0.0351906","bedrooms":"1","price":"273000","area":"408"} , +{"type":"Feature","id":"n5532162273","geometry":{"type":"Point","coordinates":[-0.0355607,51.5397109]},"properties":{"@type":"node","@id":5532162273,"@timestamp":1552743593},"coords":"51.5397109,-0.0355607","bedrooms":"2","price":"171000","area":"569"} , +{"type":"Feature","id":"n5532178772","geometry":{"type":"Point","coordinates":[-0.0406143,51.5380895]},"properties":{"@type":"node","@id":5532178772,"@timestamp":1522969548},"coords":"51.5380895,-0.0406143","bedrooms":"3","price":"202000","area":"353"} , +{"type":"Feature","id":"n5532178782","geometry":{"type":"Point","coordinates":[-0.0377658,51.537996]},"properties":{"@type":"node","@id":5532178782,"@timestamp":1552757659},"coords":"51.537996,-0.0377658","bedrooms":"2","price":"222000","area":"535"} , +{"type":"Feature","id":"n5532194228","geometry":{"type":"Point","coordinates":[-0.0437468,51.5355634]},"properties":{"@type":"node","@id":5532194228,"@timestamp":1522970898},"coords":"51.5355634,-0.0437468","bedrooms":"0","price":"179000","area":"366"} , +{"type":"Feature","id":"n5532558529","geometry":{"type":"Point","coordinates":[0.5553089,51.3775565]},"properties":{"@type":"node","@id":5532558529,"@timestamp":1522993063},"coords":"51.3775565,0.5553089","bedrooms":"2","price":"191000","area":"588"} , +{"type":"Feature","id":"n5532725376","geometry":{"type":"Point","coordinates":[-0.3936024,51.5351397]},"properties":{"@type":"node","@id":5532725376,"@timestamp":1523000454},"coords":"51.5351397,-0.3936024","bedrooms":"2","price":"207000","area":"356"} , +{"type":"Feature","id":"n5532754136","geometry":{"type":"Point","coordinates":[-1.0613278,51.4427169]},"properties":{"@type":"node","@id":5532754136,"@timestamp":1532712261},"coords":"51.4427169,-1.0613278","bedrooms":"4","price":"201000","area":"587"} , +{"type":"Feature","id":"n5533367334","geometry":{"type":"Point","coordinates":[-0.3844356,51.9641346]},"properties":{"@type":"node","@id":5533367334,"@timestamp":1523014635},"coords":"51.9641346,-0.3844356","bedrooms":"4","price":"238000","area":"680"} , +{"type":"Feature","id":"n5534113718","geometry":{"type":"Point","coordinates":[0.0222567,51.5932324]},"properties":{"@type":"node","@id":5534113718,"@timestamp":1543775792},"coords":"51.5932324,0.0222567","bedrooms":"3","price":"186000","area":"370"} , +{"type":"Feature","id":"n5534357262","geometry":{"type":"Point","coordinates":[0.0207186,51.5979644]},"properties":{"@type":"node","@id":5534357262,"@timestamp":1523082251},"coords":"51.5979644,0.0207186","bedrooms":"1","price":"278000","area":"565"} , +{"type":"Feature","id":"n5534494790","geometry":{"type":"Point","coordinates":[-0.3533856,51.5042819]},"properties":{"@type":"node","@id":5534494790,"@timestamp":1523043407},"coords":"51.5042819,-0.3533856","bedrooms":"3","price":"204000","area":"666"} , +{"type":"Feature","id":"n5534520711","geometry":{"type":"Point","coordinates":[-0.7305659,51.2591279]},"properties":{"@type":"node","@id":5534520711,"@timestamp":1618664739},"coords":"51.2591279,-0.7305659","bedrooms":"3","price":"234000","area":"496"} , +{"type":"Feature","id":"n5534653743","geometry":{"type":"Point","coordinates":[-0.8325317,51.722088]},"properties":{"@type":"node","@id":5534653743,"@timestamp":1523047422},"coords":"51.722088,-0.8325317","bedrooms":"2","price":"201000","area":"696"} , +{"type":"Feature","id":"n5534822533","geometry":{"type":"Point","coordinates":[0.0522742,51.4030076]},"properties":{"@type":"node","@id":5534822533,"@timestamp":1523056446},"coords":"51.4030076,0.0522742","bedrooms":"0","price":"175000","area":"452"} , +{"type":"Feature","id":"n5534942461","geometry":{"type":"Point","coordinates":[-0.0086501,51.557562]},"properties":{"@type":"node","@id":5534942461,"@timestamp":1564903671},"coords":"51.557562,-0.0086501","bedrooms":"4","price":"230000","area":"679"} , +{"type":"Feature","id":"n5535338952","geometry":{"type":"Point","coordinates":[0.0201265,51.5995914]},"properties":{"@type":"node","@id":5535338952,"@timestamp":1629802973},"coords":"51.5995914,0.0201265","bedrooms":"3","price":"294000","area":"622"} , +{"type":"Feature","id":"n5535361621","geometry":{"type":"Point","coordinates":[0.0317576,51.5970831]},"properties":{"@type":"node","@id":5535361621,"@timestamp":1603552090},"coords":"51.5970831,0.0317576","bedrooms":"1","price":"151000","area":"400"} , +{"type":"Feature","id":"n5535712713","geometry":{"type":"Point","coordinates":[-0.2077631,51.23777]},"properties":{"@type":"node","@id":5535712713,"@timestamp":1620082524},"coords":"51.23777,-0.2077631","bedrooms":"3","price":"267000","area":"632"} , +{"type":"Feature","id":"n5536014516","geometry":{"type":"Point","coordinates":[-0.0885396,51.5271333]},"properties":{"@type":"node","@id":5536014516,"@timestamp":1628286274},"coords":"51.5271333,-0.0885396","bedrooms":"4","price":"232000","area":"527"} , +{"type":"Feature","id":"n5536112075","geometry":{"type":"Point","coordinates":[-0.1369225,51.5132058]},"properties":{"@type":"node","@id":5536112075,"@timestamp":1523115583},"coords":"51.5132058,-0.1369225","bedrooms":"1","price":"163000","area":"667"} , +{"type":"Feature","id":"n5536397387","geometry":{"type":"Point","coordinates":[-0.9734822,51.1515381]},"properties":{"@type":"node","@id":5536397387,"@timestamp":1523124769},"coords":"51.1515381,-0.9734822","bedrooms":"4","price":"160000","area":"635"} , +{"type":"Feature","id":"n5536689728","geometry":{"type":"Point","coordinates":[-0.2080272,51.2375983]},"properties":{"@type":"node","@id":5536689728,"@timestamp":1610359380},"coords":"51.2375983,-0.2080272","bedrooms":"2","price":"268000","area":"506"} , +{"type":"Feature","id":"n5536816321","geometry":{"type":"Point","coordinates":[-0.1561705,51.5621714]},"properties":{"@type":"node","@id":5536816321,"@timestamp":1523143868},"coords":"51.5621714,-0.1561705","bedrooms":"0","price":"215000","area":"370"} , +{"type":"Feature","id":"n5537240324","geometry":{"type":"Point","coordinates":[0.319785,51.061949]},"properties":{"@type":"node","@id":5537240324,"@timestamp":1523171533},"coords":"51.061949,0.319785","bedrooms":"4","price":"291000","area":"581"} , +{"type":"Feature","id":"n5537365928","geometry":{"type":"Point","coordinates":[0.3383716,51.0376346]},"properties":{"@type":"node","@id":5537365928,"@timestamp":1630424358},"coords":"51.0376346,0.3383716","bedrooms":"2","price":"291000","area":"518"} , +{"type":"Feature","id":"n5537453878","geometry":{"type":"Point","coordinates":[0.414231,51.0450322]},"properties":{"@type":"node","@id":5537453878,"@timestamp":1632265183},"coords":"51.0450322,0.414231","bedrooms":"0","price":"244000","area":"555"} , +{"type":"Feature","id":"n5537771789","geometry":{"type":"Point","coordinates":[-0.1537375,51.9725608]},"properties":{"@type":"node","@id":5537771789,"@timestamp":1523189396},"coords":"51.9725608,-0.1537375","bedrooms":"2","price":"199000","area":"698"} , +{"type":"Feature","id":"n5538142736","geometry":{"type":"Point","coordinates":[-0.1365931,51.5145071]},"properties":{"@type":"node","@id":5538142736,"@timestamp":1523202006},"coords":"51.5145071,-0.1365931","bedrooms":"2","price":"202000","area":"695"} , +{"type":"Feature","id":"n5538296795","geometry":{"type":"Point","coordinates":[0.0042099,51.5557068]},"properties":{"@type":"node","@id":5538296795,"@timestamp":1624471503},"coords":"51.5557068,0.0042099","bedrooms":"1","price":"299000","area":"661"} , +{"type":"Feature","id":"n5538296807","geometry":{"type":"Point","coordinates":[0.0035782,51.5564291]},"properties":{"@type":"node","@id":5538296807,"@timestamp":1523206727},"coords":"51.5564291,0.0035782","bedrooms":"4","price":"215000","area":"381"} , +{"type":"Feature","id":"n5538321586","geometry":{"type":"Point","coordinates":[-0.0162391,51.4651892]},"properties":{"@type":"node","@id":5538321586,"@timestamp":1523207577},"coords":"51.4651892,-0.0162391","bedrooms":"0","price":"296000","area":"666"} , +{"type":"Feature","id":"n5538811577","geometry":{"type":"Point","coordinates":[-0.1980555,51.596709]},"properties":{"@type":"node","@id":5538811577,"@timestamp":1554364444},"coords":"51.596709,-0.1980555","bedrooms":"1","price":"167000","area":"685"} , +{"type":"Feature","id":"n5538851652","geometry":{"type":"Point","coordinates":[-0.8326221,51.7272765]},"properties":{"@type":"node","@id":5538851652,"@timestamp":1523228107},"coords":"51.7272765,-0.8326221","bedrooms":"3","price":"276000","area":"374"} , +{"type":"Feature","id":"n5538851663","geometry":{"type":"Point","coordinates":[-0.8328715,51.7277098]},"properties":{"@type":"node","@id":5538851663,"@timestamp":1527716615},"coords":"51.7277098,-0.8328715","bedrooms":"0","price":"295000","area":"471"} , +{"type":"Feature","id":"n5538851674","geometry":{"type":"Point","coordinates":[-0.8322103,51.7269742]},"properties":{"@type":"node","@id":5538851674,"@timestamp":1523228108},"coords":"51.7269742,-0.8322103","bedrooms":"1","price":"161000","area":"685"} , +{"type":"Feature","id":"n5538928698","geometry":{"type":"Point","coordinates":[-0.4260949,51.4405535]},"properties":{"@type":"node","@id":5538928698,"@timestamp":1564903671},"coords":"51.4405535,-0.4260949","bedrooms":"2","price":"294000","area":"399"} , +{"type":"Feature","id":"n5540014652","geometry":{"type":"Point","coordinates":[-0.5856944,51.4623169]},"properties":{"@type":"node","@id":5540014652,"@timestamp":1523271144},"coords":"51.4623169,-0.5856944","bedrooms":"1","price":"193000","area":"690"} , +{"type":"Feature","id":"n5540329154","geometry":{"type":"Point","coordinates":[-0.8652739,51.4808068]},"properties":{"@type":"node","@id":5540329154,"@timestamp":1523279957},"coords":"51.4808068,-0.8652739","bedrooms":"4","price":"184000","area":"696"} , +{"type":"Feature","id":"n5540469474","geometry":{"type":"Point","coordinates":[-0.4489992,51.7704048]},"properties":{"@type":"node","@id":5540469474,"@timestamp":1607264584},"coords":"51.7704048,-0.4489992","bedrooms":"3","price":"168000","area":"532"} , +{"type":"Feature","id":"n5541012516","geometry":{"type":"Point","coordinates":[-1.0989002,51.2665018]},"properties":{"@type":"node","@id":5541012516,"@timestamp":1523301028},"coords":"51.2665018,-1.0989002","bedrooms":"1","price":"176000","area":"353"} , +{"type":"Feature","id":"n5541093666","geometry":{"type":"Point","coordinates":[-0.1170248,51.0571563]},"properties":{"@type":"node","@id":5541093666,"@timestamp":1523304388},"coords":"51.0571563,-0.1170248","bedrooms":"4","price":"292000","area":"592"} , +{"type":"Feature","id":"n5541093694","geometry":{"type":"Point","coordinates":[-0.133,51.0391913]},"properties":{"@type":"node","@id":5541093694,"@timestamp":1523304389},"coords":"51.0391913,-0.133","bedrooms":"0","price":"285000","area":"658"} , +{"type":"Feature","id":"n5541432289","geometry":{"type":"Point","coordinates":[0.0037262,51.4587644]},"properties":{"@type":"node","@id":5541432289,"@timestamp":1523317013},"coords":"51.4587644,0.0037262","bedrooms":"4","price":"179000","area":"530"} , +{"type":"Feature","id":"n5541468660","geometry":{"type":"Point","coordinates":[-0.3112098,51.4400864]},"properties":{"@type":"node","@id":5541468660,"@timestamp":1633857198},"coords":"51.4400864,-0.3112098","bedrooms":"3","price":"171000","area":"496"} , +{"type":"Feature","id":"n5542800564","geometry":{"type":"Point","coordinates":[-0.204181,51.5058134]},"properties":{"@type":"node","@id":5542800564,"@timestamp":1523363914},"coords":"51.5058134,-0.204181","bedrooms":"1","price":"277000","area":"584"} , +{"type":"Feature","id":"n5543526338","geometry":{"type":"Point","coordinates":[-0.964713,51.3633842]},"properties":{"@type":"node","@id":5543526338,"@timestamp":1563821318},"coords":"51.3633842,-0.964713","bedrooms":"3","price":"229000","area":"562"} , +{"type":"Feature","id":"n5543575915","geometry":{"type":"Point","coordinates":[-0.1796236,51.6248783]},"properties":{"@type":"node","@id":5543575915,"@timestamp":1523386018},"coords":"51.6248783,-0.1796236","bedrooms":"0","price":"239000","area":"518"} , +{"type":"Feature","id":"n5543735086","geometry":{"type":"Point","coordinates":[-0.9023239,51.3888293]},"properties":{"@type":"node","@id":5543735086,"@timestamp":1537289791},"coords":"51.3888293,-0.9023239","bedrooms":"2","price":"211000","area":"549"} , +{"type":"Feature","id":"n5544065959","geometry":{"type":"Point","coordinates":[-0.0760458,51.544856]},"properties":{"@type":"node","@id":5544065959,"@timestamp":1634318987},"coords":"51.544856,-0.0760458","bedrooms":"4","price":"196000","area":"589"} , +{"type":"Feature","id":"n5544091964","geometry":{"type":"Point","coordinates":[-0.0612886,51.5423056]},"properties":{"@type":"node","@id":5544091964,"@timestamp":1600173380},"coords":"51.5423056,-0.0612886","bedrooms":"4","price":"195000","area":"397"} , +{"type":"Feature","id":"n5544099113","geometry":{"type":"Point","coordinates":[-0.0593506,51.5440889]},"properties":{"@type":"node","@id":5544099113,"@timestamp":1539709861},"coords":"51.5440889,-0.0593506","bedrooms":"1","price":"281000","area":"355"} , +{"type":"Feature","id":"n5545008964","geometry":{"type":"Point","coordinates":[-0.1402947,51.5777888]},"properties":{"@type":"node","@id":5545008964,"@timestamp":1523446360},"coords":"51.5777888,-0.1402947","bedrooms":"2","price":"283000","area":"596"} , +{"type":"Feature","id":"n5545008974","geometry":{"type":"Point","coordinates":[-0.1419534,51.5774332]},"properties":{"@type":"node","@id":5545008974,"@timestamp":1523446361},"coords":"51.5774332,-0.1419534","bedrooms":"1","price":"235000","area":"367"} , +{"type":"Feature","id":"n5545009802","geometry":{"type":"Point","coordinates":[-0.2378198,51.3950096]},"properties":{"@type":"node","@id":5545009802,"@timestamp":1558478830},"coords":"51.3950096,-0.2378198","bedrooms":"3","price":"201000","area":"478"} , +{"type":"Feature","id":"n5545080255","geometry":{"type":"Point","coordinates":[-0.172332,51.2264183]},"properties":{"@type":"node","@id":5545080255,"@timestamp":1523448894},"coords":"51.2264183,-0.172332","bedrooms":"0","price":"170000","area":"640"} , +{"type":"Feature","id":"n5545080265","geometry":{"type":"Point","coordinates":[-0.1725965,51.2266346]},"properties":{"@type":"node","@id":5545080265,"@timestamp":1523448894},"coords":"51.2266346,-0.1725965","bedrooms":"2","price":"171000","area":"493"} , +{"type":"Feature","id":"n5545190947","geometry":{"type":"Point","coordinates":[-0.2211401,51.5322372]},"properties":{"@type":"node","@id":5545190947,"@timestamp":1523451798},"coords":"51.5322372,-0.2211401","bedrooms":"2","price":"231000","area":"450"} , +{"type":"Feature","id":"n5545445391","geometry":{"type":"Point","coordinates":[-0.9693146,51.4552905]},"properties":{"@type":"node","@id":5545445391,"@timestamp":1537339886},"coords":"51.4552905,-0.9693146","bedrooms":"2","price":"191000","area":"361"} , +{"type":"Feature","id":"n5546226512","geometry":{"type":"Point","coordinates":[0.0975955,50.9915849]},"properties":{"@type":"node","@id":5546226512,"@timestamp":1523475460},"coords":"50.9915849,0.0975955","bedrooms":"3","price":"222000","area":"383"} , +{"type":"Feature","id":"n5547625953","geometry":{"type":"Point","coordinates":[0.0054685,51.4587669]},"properties":{"@type":"node","@id":5547625953,"@timestamp":1525129061},"coords":"51.4587669,0.0054685","bedrooms":"4","price":"151000","area":"578"} , +{"type":"Feature","id":"n5548273579","geometry":{"type":"Point","coordinates":[0.0096856,51.5505416]},"properties":{"@type":"node","@id":5548273579,"@timestamp":1620917775},"coords":"51.5505416,0.0096856","bedrooms":"0","price":"186000","area":"629"} , +{"type":"Feature","id":"n5548357629","geometry":{"type":"Point","coordinates":[0.1339307,50.9381587]},"properties":{"@type":"node","@id":5548357629,"@timestamp":1523548460},"coords":"50.9381587,0.1339307","bedrooms":"4","price":"276000","area":"527"} , +{"type":"Feature","id":"n5548756730","geometry":{"type":"Point","coordinates":[-1.0800745,51.254307]},"properties":{"@type":"node","@id":5548756730,"@timestamp":1573164886},"coords":"51.254307,-1.0800745","bedrooms":"0","price":"287000","area":"391"} , +{"type":"Feature","id":"n5548872582","geometry":{"type":"Point","coordinates":[0.0384058,51.3079887]},"properties":{"@type":"node","@id":5548872582,"@timestamp":1523566319},"coords":"51.3079887,0.0384058","bedrooms":"4","price":"178000","area":"566"} , +{"type":"Feature","id":"n5548957641","geometry":{"type":"Point","coordinates":[-0.2001882,51.5439607]},"properties":{"@type":"node","@id":5548957641,"@timestamp":1523569604},"coords":"51.5439607,-0.2001882","bedrooms":"3","price":"267000","area":"633"} , +{"type":"Feature","id":"n5549072488","geometry":{"type":"Point","coordinates":[0.0050869,51.4585186]},"properties":{"@type":"node","@id":5549072488,"@timestamp":1523892924},"coords":"51.4585186,0.0050869","bedrooms":"2","price":"293000","area":"455"} , +{"type":"Feature","id":"n5549107256","geometry":{"type":"Point","coordinates":[0.0036906,51.4585299]},"properties":{"@type":"node","@id":5549107256,"@timestamp":1618348861},"coords":"51.4585299,0.0036906","bedrooms":"3","price":"150000","area":"551"} , +{"type":"Feature","id":"n5549181374","geometry":{"type":"Point","coordinates":[-0.2154896,51.5258945]},"properties":{"@type":"node","@id":5549181374,"@timestamp":1523806322},"coords":"51.5258945,-0.2154896","bedrooms":"3","price":"227000","area":"635"} , +{"type":"Feature","id":"n5549571692","geometry":{"type":"Point","coordinates":[-0.9849452,51.4519964]},"properties":{"@type":"node","@id":5549571692,"@timestamp":1523602759},"coords":"51.4519964,-0.9849452","bedrooms":"1","price":"260000","area":"364"} , +{"type":"Feature","id":"n5550487029","geometry":{"type":"Point","coordinates":[-0.7035443,51.5239124]},"properties":{"@type":"node","@id":5550487029,"@timestamp":1604948092},"coords":"51.5239124,-0.7035443","bedrooms":"2","price":"266000","area":"602"} , +{"type":"Feature","id":"n5550707631","geometry":{"type":"Point","coordinates":[0.3639436,51.0789396]},"properties":{"@type":"node","@id":5550707631,"@timestamp":1523639288},"coords":"51.0789396,0.3639436","bedrooms":"1","price":"190000","area":"691"} , +{"type":"Feature","id":"n5550924998","geometry":{"type":"Point","coordinates":[0.3476143,51.0730144]},"properties":{"@type":"node","@id":5550924998,"@timestamp":1523646653},"coords":"51.0730144,0.3476143","bedrooms":"1","price":"268000","area":"602"} , +{"type":"Feature","id":"n5551724993","geometry":{"type":"Point","coordinates":[-0.4302714,51.4599286]},"properties":{"@type":"node","@id":5551724993,"@timestamp":1523675620},"coords":"51.4599286,-0.4302714","bedrooms":"3","price":"273000","area":"361"} , +{"type":"Feature","id":"n5552266035","geometry":{"type":"Point","coordinates":[-0.11362,51.566986]},"properties":{"@type":"node","@id":5552266035,"@timestamp":1523706223},"coords":"51.566986,-0.11362","bedrooms":"2","price":"210000","area":"498"} , +{"type":"Feature","id":"n5552346912","geometry":{"type":"Point","coordinates":[-0.7850977,51.1723599]},"properties":{"@type":"node","@id":5552346912,"@timestamp":1523707963},"coords":"51.1723599,-0.7850977","bedrooms":"4","price":"269000","area":"436"} , +{"type":"Feature","id":"n5552347374","geometry":{"type":"Point","coordinates":[-0.7841467,51.1722602]},"properties":{"@type":"node","@id":5552347374,"@timestamp":1523707964},"coords":"51.1722602,-0.7841467","bedrooms":"1","price":"196000","area":"389"} , +{"type":"Feature","id":"n5552347532","geometry":{"type":"Point","coordinates":[-0.7841493,51.1716245]},"properties":{"@type":"node","@id":5552347532,"@timestamp":1523707965},"coords":"51.1716245,-0.7841493","bedrooms":"3","price":"225000","area":"354"} , +{"type":"Feature","id":"n5552347727","geometry":{"type":"Point","coordinates":[-0.7848229,51.1715742]},"properties":{"@type":"node","@id":5552347727,"@timestamp":1523707966},"coords":"51.1715742,-0.7848229","bedrooms":"4","price":"295000","area":"442"} , +{"type":"Feature","id":"n5552404202","geometry":{"type":"Point","coordinates":[-0.7806905,51.1745256]},"properties":{"@type":"node","@id":5552404202,"@timestamp":1523709719},"coords":"51.1745256,-0.7806905","bedrooms":"3","price":"151000","area":"499"} , +{"type":"Feature","id":"n5552404666","geometry":{"type":"Point","coordinates":[-0.7732738,51.1733398]},"properties":{"@type":"node","@id":5552404666,"@timestamp":1523709720},"coords":"51.1733398,-0.7732738","bedrooms":"4","price":"213000","area":"460"} , +{"type":"Feature","id":"n5553014290","geometry":{"type":"Point","coordinates":[-0.029386,51.4472594]},"properties":{"@type":"node","@id":5553014290,"@timestamp":1556642121},"coords":"51.4472594,-0.029386","bedrooms":"0","price":"184000","area":"392"} , +{"type":"Feature","id":"n5553339448","geometry":{"type":"Point","coordinates":[-0.9138889,51.4282729]},"properties":{"@type":"node","@id":5553339448,"@timestamp":1523740844},"coords":"51.4282729,-0.9138889","bedrooms":"2","price":"176000","area":"397"} , +{"type":"Feature","id":"n5553637379","geometry":{"type":"Point","coordinates":[-0.2054686,51.4131413]},"properties":{"@type":"node","@id":5553637379,"@timestamp":1609197428},"coords":"51.4131413,-0.2054686","bedrooms":"2","price":"243000","area":"374"} , +{"type":"Feature","id":"n5554110618","geometry":{"type":"Point","coordinates":[-0.7805671,51.1717956]},"properties":{"@type":"node","@id":5554110618,"@timestamp":1523782670},"coords":"51.1717956,-0.7805671","bedrooms":"0","price":"283000","area":"605"} , +{"type":"Feature","id":"n5554525527","geometry":{"type":"Point","coordinates":[0.0049484,51.5496648]},"properties":{"@type":"node","@id":5554525527,"@timestamp":1619004220},"coords":"51.5496648,0.0049484","bedrooms":"0","price":"269000","area":"357"} , +{"type":"Feature","id":"n5554623940","geometry":{"type":"Point","coordinates":[-0.1272579,51.4688718]},"properties":{"@type":"node","@id":5554623940,"@timestamp":1523801116},"coords":"51.4688718,-0.1272579","bedrooms":"4","price":"169000","area":"608"} , +{"type":"Feature","id":"n5554630232","geometry":{"type":"Point","coordinates":[-0.185365,51.4338352]},"properties":{"@type":"node","@id":5554630232,"@timestamp":1523801246},"coords":"51.4338352,-0.185365","bedrooms":"2","price":"168000","area":"531"} , +{"type":"Feature","id":"n5554760427","geometry":{"type":"Point","coordinates":[-0.1864543,51.4365182]},"properties":{"@type":"node","@id":5554760427,"@timestamp":1547317850},"coords":"51.4365182,-0.1864543","bedrooms":"2","price":"246000","area":"588"} , +{"type":"Feature","id":"n5554961780","geometry":{"type":"Point","coordinates":[-0.0027466,51.3702047]},"properties":{"@type":"node","@id":5554961780,"@timestamp":1523813455},"coords":"51.3702047,-0.0027466","bedrooms":"2","price":"188000","area":"595"} , +{"type":"Feature","id":"n5555434286","geometry":{"type":"Point","coordinates":[0.0175893,51.4874097]},"properties":{"@type":"node","@id":5555434286,"@timestamp":1523841465},"coords":"51.4874097,0.0175893","bedrooms":"3","price":"260000","area":"450"} , +{"type":"Feature","id":"n5555929104","geometry":{"type":"Point","coordinates":[-0.8633396,51.4753162]},"properties":{"@type":"node","@id":5555929104,"@timestamp":1598911140},"coords":"51.4753162,-0.8633396","bedrooms":"2","price":"256000","area":"411"} , +{"type":"Feature","id":"n5556124880","geometry":{"type":"Point","coordinates":[-1.0721876,51.434347]},"properties":{"@type":"node","@id":5556124880,"@timestamp":1558633311},"coords":"51.434347,-1.0721876","bedrooms":"0","price":"224000","area":"583"} , +{"type":"Feature","id":"n5556124898","geometry":{"type":"Point","coordinates":[-1.071154,51.43487]},"properties":{"@type":"node","@id":5556124898,"@timestamp":1573422792},"coords":"51.43487,-1.071154","bedrooms":"1","price":"229000","area":"607"} , +{"type":"Feature","id":"n5556291908","geometry":{"type":"Point","coordinates":[-0.66194,51.7940222]},"properties":{"@type":"node","@id":5556291908,"@timestamp":1535995564},"coords":"51.7940222,-0.66194","bedrooms":"2","price":"259000","area":"676"} , +{"type":"Feature","id":"n5557047735","geometry":{"type":"Point","coordinates":[-0.1537737,51.2245497]},"properties":{"@type":"node","@id":5557047735,"@timestamp":1523894284},"coords":"51.2245497,-0.1537737","bedrooms":"2","price":"196000","area":"501"} , +{"type":"Feature","id":"n5557268066","geometry":{"type":"Point","coordinates":[-0.7529835,51.413752]},"properties":{"@type":"node","@id":5557268066,"@timestamp":1607657474},"coords":"51.413752,-0.7529835","bedrooms":"2","price":"272000","area":"592"} , +{"type":"Feature","id":"n5557447134","geometry":{"type":"Point","coordinates":[-0.0774266,51.5257296]},"properties":{"@type":"node","@id":5557447134,"@timestamp":1589967798},"coords":"51.5257296,-0.0774266","bedrooms":"4","price":"262000","area":"643"} , +{"type":"Feature","id":"n5557490908","geometry":{"type":"Point","coordinates":[-0.1118588,51.2059222]},"properties":{"@type":"node","@id":5557490908,"@timestamp":1594926021},"coords":"51.2059222,-0.1118588","bedrooms":"4","price":"263000","area":"370"} , +{"type":"Feature","id":"n5557582413","geometry":{"type":"Point","coordinates":[-0.134891,51.1853033]},"properties":{"@type":"node","@id":5557582413,"@timestamp":1523909650},"coords":"51.1853033,-0.134891","bedrooms":"3","price":"232000","area":"534"} , +{"type":"Feature","id":"n5558107578","geometry":{"type":"Point","coordinates":[-0.0572087,51.6651338]},"properties":{"@type":"node","@id":5558107578,"@timestamp":1523928149},"coords":"51.6651338,-0.0572087","bedrooms":"1","price":"168000","area":"556"} , +{"type":"Feature","id":"n5558149372","geometry":{"type":"Point","coordinates":[-0.0797719,51.6469768]},"properties":{"@type":"node","@id":5558149372,"@timestamp":1604012522},"coords":"51.6469768,-0.0797719","bedrooms":"3","price":"163000","area":"609"} , +{"type":"Feature","id":"n5559239803","geometry":{"type":"Point","coordinates":[0.1605436,51.4850617]},"properties":{"@type":"node","@id":5559239803,"@timestamp":1564903671},"coords":"51.4850617,0.1605436","bedrooms":"2","price":"279000","area":"388"} , +{"type":"Feature","id":"n5559734273","geometry":{"type":"Point","coordinates":[-0.0978065,51.5152175]},"properties":{"@type":"node","@id":5559734273,"@timestamp":1611713481},"coords":"51.5152175,-0.0978065","bedrooms":"0","price":"281000","area":"627"} , +{"type":"Feature","id":"n5559889004","geometry":{"type":"Point","coordinates":[0.001423,51.5495555]},"properties":{"@type":"node","@id":5559889004,"@timestamp":1606825034},"coords":"51.5495555,0.001423","bedrooms":"4","price":"263000","area":"645"} , +{"type":"Feature","id":"n5559966219","geometry":{"type":"Point","coordinates":[-0.6049309,51.3542964]},"properties":{"@type":"node","@id":5559966219,"@timestamp":1523991732},"coords":"51.3542964,-0.6049309","bedrooms":"2","price":"150000","area":"503"} , +{"type":"Feature","id":"n5560142110","geometry":{"type":"Point","coordinates":[-0.5633439,51.3335848]},"properties":{"@type":"node","@id":5560142110,"@timestamp":1611569368},"coords":"51.3335848,-0.5633439","bedrooms":"1","price":"167000","area":"497"} , +{"type":"Feature","id":"n5560587792","geometry":{"type":"Point","coordinates":[-0.155826,51.5204462]},"properties":{"@type":"node","@id":5560587792,"@timestamp":1633540221},"coords":"51.5204462,-0.155826","bedrooms":"2","price":"274000","area":"692"} , +{"type":"Feature","id":"n5560620789","geometry":{"type":"Point","coordinates":[-0.1480946,51.5216698]},"properties":{"@type":"node","@id":5560620789,"@timestamp":1631179673},"coords":"51.5216698,-0.1480946","bedrooms":"1","price":"229000","area":"372"} , +{"type":"Feature","id":"n5562130632","geometry":{"type":"Point","coordinates":[0.0588783,51.3672309]},"properties":{"@type":"node","@id":5562130632,"@timestamp":1524061958},"coords":"51.3672309,0.0588783","bedrooms":"1","price":"224000","area":"610"} , +{"type":"Feature","id":"n5562347695","geometry":{"type":"Point","coordinates":[-0.2881105,51.4357424]},"properties":{"@type":"node","@id":5562347695,"@timestamp":1524068197},"coords":"51.4357424,-0.2881105","bedrooms":"0","price":"291000","area":"698"} , +{"type":"Feature","id":"n5562526875","geometry":{"type":"Point","coordinates":[-0.7524803,51.4130648]},"properties":{"@type":"node","@id":5562526875,"@timestamp":1544123998},"coords":"51.4130648,-0.7524803","bedrooms":"0","price":"290000","area":"539"} , +{"type":"Feature","id":"n5562853002","geometry":{"type":"Point","coordinates":[0.103569,50.9874178]},"properties":{"@type":"node","@id":5562853002,"@timestamp":1635701244},"coords":"50.9874178,0.103569","bedrooms":"1","price":"238000","area":"604"} , +{"type":"Feature","id":"n5563136730","geometry":{"type":"Point","coordinates":[-0.2316015,51.6868274]},"properties":{"@type":"node","@id":5563136730,"@timestamp":1524095777},"coords":"51.6868274,-0.2316015","bedrooms":"2","price":"218000","area":"635"} , +{"type":"Feature","id":"n5563365943","geometry":{"type":"Point","coordinates":[-0.9663388,51.4571284]},"properties":{"@type":"node","@id":5563365943,"@timestamp":1560984040},"coords":"51.4571284,-0.9663388","bedrooms":"4","price":"168000","area":"448"} , +{"type":"Feature","id":"n5563814677","geometry":{"type":"Point","coordinates":[-0.1103572,51.5027744]},"properties":{"@type":"node","@id":5563814677,"@timestamp":1619833089},"coords":"51.5027744,-0.1103572","bedrooms":"3","price":"185000","area":"411"} , +{"type":"Feature","id":"n5564417087","geometry":{"type":"Point","coordinates":[-0.2641732,51.602495]},"properties":{"@type":"node","@id":5564417087,"@timestamp":1524145036},"coords":"51.602495,-0.2641732","bedrooms":"3","price":"242000","area":"614"} , +{"type":"Feature","id":"n5564487102","geometry":{"type":"Point","coordinates":[0.0569494,51.3659026]},"properties":{"@type":"node","@id":5564487102,"@timestamp":1524147366},"coords":"51.3659026,0.0569494","bedrooms":"4","price":"207000","area":"631"} , +{"type":"Feature","id":"n5564487112","geometry":{"type":"Point","coordinates":[0.0590497,51.3657127]},"properties":{"@type":"node","@id":5564487112,"@timestamp":1524178999},"coords":"51.3657127,0.0590497","bedrooms":"4","price":"162000","area":"690"} , +{"type":"Feature","id":"n5564714895","geometry":{"type":"Point","coordinates":[0.5408624,51.3736821]},"properties":{"@type":"node","@id":5564714895,"@timestamp":1524156818},"coords":"51.3736821,0.5408624","bedrooms":"4","price":"235000","area":"490"} , +{"type":"Feature","id":"n5564797629","geometry":{"type":"Point","coordinates":[-0.7569086,51.4162342]},"properties":{"@type":"node","@id":5564797629,"@timestamp":1526648133},"coords":"51.4162342,-0.7569086","bedrooms":"2","price":"176000","area":"611"} , +{"type":"Feature","id":"n5565022287","geometry":{"type":"Point","coordinates":[-1.0978636,51.2580175]},"properties":{"@type":"node","@id":5565022287,"@timestamp":1556825181},"coords":"51.2580175,-1.0978636","bedrooms":"1","price":"292000","area":"355"} , +{"type":"Feature","id":"n5565387184","geometry":{"type":"Point","coordinates":[-0.0834741,51.5149629]},"properties":{"@type":"node","@id":5565387184,"@timestamp":1606579180},"coords":"51.5149629,-0.0834741","bedrooms":"4","price":"258000","area":"453"} , +{"type":"Feature","id":"n5565486439","geometry":{"type":"Point","coordinates":[-0.0811899,51.5206419]},"properties":{"@type":"node","@id":5565486439,"@timestamp":1581002330},"coords":"51.5206419,-0.0811899","bedrooms":"3","price":"165000","area":"618"} , +{"type":"Feature","id":"n5565871352","geometry":{"type":"Point","coordinates":[-0.0221731,51.4476513]},"properties":{"@type":"node","@id":5565871352,"@timestamp":1524205712},"coords":"51.4476513,-0.0221731","bedrooms":"0","price":"167000","area":"459"} , +{"type":"Feature","id":"n5566184065","geometry":{"type":"Point","coordinates":[-0.2384285,51.5796548]},"properties":{"@type":"node","@id":5566184065,"@timestamp":1635452790},"coords":"51.5796548,-0.2384285","bedrooms":"0","price":"259000","area":"414"} , +{"type":"Feature","id":"n5566681351","geometry":{"type":"Point","coordinates":[0.0598406,51.3678487]},"properties":{"@type":"node","@id":5566681351,"@timestamp":1524228586},"coords":"51.3678487,0.0598406","bedrooms":"1","price":"155000","area":"638"} , +{"type":"Feature","id":"n5566926390","geometry":{"type":"Point","coordinates":[0.0344066,51.2937103]},"properties":{"@type":"node","@id":5566926390,"@timestamp":1524236210},"coords":"51.2937103,0.0344066","bedrooms":"2","price":"257000","area":"637"} , +{"type":"Feature","id":"n5567284574","geometry":{"type":"Point","coordinates":[-0.0932945,51.4686889]},"properties":{"@type":"node","@id":5567284574,"@timestamp":1535550342},"coords":"51.4686889,-0.0932945","bedrooms":"0","price":"291000","area":"477"} , +{"type":"Feature","id":"n5567531394","geometry":{"type":"Point","coordinates":[-0.8252265,51.7261264]},"properties":{"@type":"node","@id":5567531394,"@timestamp":1524253570},"coords":"51.7261264,-0.8252265","bedrooms":"0","price":"275000","area":"378"} , +{"type":"Feature","id":"n5567532016","geometry":{"type":"Point","coordinates":[-0.8245748,51.732424]},"properties":{"@type":"node","@id":5567532016,"@timestamp":1524253572},"coords":"51.732424,-0.8245748","bedrooms":"2","price":"190000","area":"508"} , +{"type":"Feature","id":"n5567532054","geometry":{"type":"Point","coordinates":[-0.8279381,51.7312577]},"properties":{"@type":"node","@id":5567532054,"@timestamp":1524253573},"coords":"51.7312577,-0.8279381","bedrooms":"4","price":"291000","area":"427"} , +{"type":"Feature","id":"n5567532069","geometry":{"type":"Point","coordinates":[-0.825729,51.7328804]},"properties":{"@type":"node","@id":5567532069,"@timestamp":1524253573},"coords":"51.7328804,-0.825729","bedrooms":"2","price":"205000","area":"453"} , +{"type":"Feature","id":"n5567532080","geometry":{"type":"Point","coordinates":[-0.8253347,51.7334197]},"properties":{"@type":"node","@id":5567532080,"@timestamp":1524253574},"coords":"51.7334197,-0.8253347","bedrooms":"2","price":"252000","area":"408"} , +{"type":"Feature","id":"n5567532092","geometry":{"type":"Point","coordinates":[-0.8252014,51.7333298]},"properties":{"@type":"node","@id":5567532092,"@timestamp":1524253574},"coords":"51.7333298,-0.8252014","bedrooms":"1","price":"259000","area":"670"} , +{"type":"Feature","id":"n5567532109","geometry":{"type":"Point","coordinates":[-0.8229441,51.7313285]},"properties":{"@type":"node","@id":5567532109,"@timestamp":1524253575},"coords":"51.7313285,-0.8229441","bedrooms":"0","price":"194000","area":"398"} , +{"type":"Feature","id":"n5567532131","geometry":{"type":"Point","coordinates":[-0.828144,51.7279379]},"properties":{"@type":"node","@id":5567532131,"@timestamp":1524253575},"coords":"51.7279379,-0.828144","bedrooms":"2","price":"174000","area":"475"} , +{"type":"Feature","id":"n5567532161","geometry":{"type":"Point","coordinates":[-0.8241816,51.7281732]},"properties":{"@type":"node","@id":5567532161,"@timestamp":1524253576},"coords":"51.7281732,-0.8241816","bedrooms":"0","price":"179000","area":"625"} , +{"type":"Feature","id":"n5567532228","geometry":{"type":"Point","coordinates":[-0.836411,51.7240569]},"properties":{"@type":"node","@id":5567532228,"@timestamp":1524253577},"coords":"51.7240569,-0.836411","bedrooms":"4","price":"170000","area":"686"} , +{"type":"Feature","id":"n5567532247","geometry":{"type":"Point","coordinates":[-0.832675,51.7275702]},"properties":{"@type":"node","@id":5567532247,"@timestamp":1524253578},"coords":"51.7275702,-0.832675","bedrooms":"4","price":"162000","area":"673"} , +{"type":"Feature","id":"n5567532266","geometry":{"type":"Point","coordinates":[-0.8354974,51.7246349]},"properties":{"@type":"node","@id":5567532266,"@timestamp":1524253579},"coords":"51.7246349,-0.8354974","bedrooms":"1","price":"164000","area":"624"} , +{"type":"Feature","id":"n5567532374","geometry":{"type":"Point","coordinates":[-0.8363906,51.7286563]},"properties":{"@type":"node","@id":5567532374,"@timestamp":1538779950},"coords":"51.7286563,-0.8363906","bedrooms":"4","price":"264000","area":"651"} , +{"type":"Feature","id":"n5567532525","geometry":{"type":"Point","coordinates":[-0.8442548,51.7183138]},"properties":{"@type":"node","@id":5567532525,"@timestamp":1524253583},"coords":"51.7183138,-0.8442548","bedrooms":"4","price":"240000","area":"408"} , +{"type":"Feature","id":"n5567532548","geometry":{"type":"Point","coordinates":[-0.8421305,51.7190171]},"properties":{"@type":"node","@id":5567532548,"@timestamp":1553287580},"coords":"51.7190171,-0.8421305","bedrooms":"1","price":"281000","area":"436"} , +{"type":"Feature","id":"n5567532634","geometry":{"type":"Point","coordinates":[-0.8343943,51.721032]},"properties":{"@type":"node","@id":5567532634,"@timestamp":1524253586},"coords":"51.721032,-0.8343943","bedrooms":"1","price":"231000","area":"658"} , +{"type":"Feature","id":"n5567571560","geometry":{"type":"Point","coordinates":[-0.7605012,51.4164889]},"properties":{"@type":"node","@id":5567571560,"@timestamp":1524260559},"coords":"51.4164889,-0.7605012","bedrooms":"4","price":"293000","area":"662"} , +{"type":"Feature","id":"n5567909559","geometry":{"type":"Point","coordinates":[-0.0954387,51.4678089]},"properties":{"@type":"node","@id":5567909559,"@timestamp":1535550343},"coords":"51.4678089,-0.0954387","bedrooms":"0","price":"265000","area":"567"} , +{"type":"Feature","id":"n5568420282","geometry":{"type":"Point","coordinates":[0.0536575,50.9822186]},"properties":{"@type":"node","@id":5568420282,"@timestamp":1524297598},"coords":"50.9822186,0.0536575","bedrooms":"0","price":"285000","area":"614"} , +{"type":"Feature","id":"n5568669117","geometry":{"type":"Point","coordinates":[0.0003638,51.543579]},"properties":{"@type":"node","@id":5568669117,"@timestamp":1524304595},"coords":"51.543579,0.0003638","bedrooms":"0","price":"183000","area":"540"} , +{"type":"Feature","id":"n5568836143","geometry":{"type":"Point","coordinates":[-1.0175832,51.444555]},"properties":{"@type":"node","@id":5568836143,"@timestamp":1524310439},"coords":"51.444555,-1.0175832","bedrooms":"4","price":"236000","area":"352"} , +{"type":"Feature","id":"n5569180463","geometry":{"type":"Point","coordinates":[-0.4794675,51.481786]},"properties":{"@type":"node","@id":5569180463,"@timestamp":1614208734},"coords":"51.481786,-0.4794675","bedrooms":"1","price":"208000","area":"657"} , +{"type":"Feature","id":"n5569709373","geometry":{"type":"Point","coordinates":[-0.7598671,51.4284603]},"properties":{"@type":"node","@id":5569709373,"@timestamp":1536866118},"coords":"51.4284603,-0.7598671","bedrooms":"1","price":"187000","area":"436"} , +{"type":"Feature","id":"n5569848445","geometry":{"type":"Point","coordinates":[0.1027285,50.9890617]},"properties":{"@type":"node","@id":5569848445,"@timestamp":1524397820},"coords":"50.9890617,0.1027285","bedrooms":"2","price":"213000","area":"655"} , +{"type":"Feature","id":"n5570777986","geometry":{"type":"Point","coordinates":[-0.9694536,51.4555659]},"properties":{"@type":"node","@id":5570777986,"@timestamp":1552409896},"coords":"51.4555659,-0.9694536","bedrooms":"1","price":"184000","area":"588"} , +{"type":"Feature","id":"n5570915697","geometry":{"type":"Point","coordinates":[0.004467,51.457766]},"properties":{"@type":"node","@id":5570915697,"@timestamp":1614489079},"coords":"51.457766,0.004467","bedrooms":"2","price":"256000","area":"520"} , +{"type":"Feature","id":"n5571724044","geometry":{"type":"Point","coordinates":[-0.1947552,51.4027615]},"properties":{"@type":"node","@id":5571724044,"@timestamp":1600337107},"coords":"51.4027615,-0.1947552","bedrooms":"4","price":"298000","area":"417"} , +{"type":"Feature","id":"n5571956501","geometry":{"type":"Point","coordinates":[-0.0200084,51.5691964]},"properties":{"@type":"node","@id":5571956501,"@timestamp":1524426195},"coords":"51.5691964,-0.0200084","bedrooms":"1","price":"184000","area":"691"} , +{"type":"Feature","id":"n5571958332","geometry":{"type":"Point","coordinates":[-0.0203984,51.5692153]},"properties":{"@type":"node","@id":5571958332,"@timestamp":1524426196},"coords":"51.5692153,-0.0203984","bedrooms":"3","price":"277000","area":"412"} , +{"type":"Feature","id":"n5572108793","geometry":{"type":"Point","coordinates":[-0.0233809,51.5703885]},"properties":{"@type":"node","@id":5572108793,"@timestamp":1524430849},"coords":"51.5703885,-0.0233809","bedrooms":"2","price":"215000","area":"666"} , +{"type":"Feature","id":"n5572172025","geometry":{"type":"Point","coordinates":[-0.0945224,51.4673903]},"properties":{"@type":"node","@id":5572172025,"@timestamp":1524431776},"coords":"51.4673903,-0.0945224","bedrooms":"2","price":"184000","area":"432"} , +{"type":"Feature","id":"n5572255088","geometry":{"type":"Point","coordinates":[-0.0138025,51.5723301]},"properties":{"@type":"node","@id":5572255088,"@timestamp":1524438756},"coords":"51.5723301,-0.0138025","bedrooms":"2","price":"240000","area":"432"} , +{"type":"Feature","id":"n5572337345","geometry":{"type":"Point","coordinates":[-0.0898559,51.5578808]},"properties":{"@type":"node","@id":5572337345,"@timestamp":1524444606},"coords":"51.5578808,-0.0898559","bedrooms":"3","price":"220000","area":"398"} , +{"type":"Feature","id":"n5572895298","geometry":{"type":"Point","coordinates":[-0.7544108,51.4165684]},"properties":{"@type":"node","@id":5572895298,"@timestamp":1524469154},"coords":"51.4165684,-0.7544108","bedrooms":"3","price":"170000","area":"652"} , +{"type":"Feature","id":"n5573378173","geometry":{"type":"Point","coordinates":[-0.0844189,51.5582843]},"properties":{"@type":"node","@id":5573378173,"@timestamp":1636444401},"coords":"51.5582843,-0.0844189","bedrooms":"2","price":"278000","area":"562"} , +{"type":"Feature","id":"n5573547780","geometry":{"type":"Point","coordinates":[-0.0834711,51.561606]},"properties":{"@type":"node","@id":5573547780,"@timestamp":1597517703},"coords":"51.561606,-0.0834711","bedrooms":"3","price":"197000","area":"358"} , +{"type":"Feature","id":"n5573613137","geometry":{"type":"Point","coordinates":[-0.0830344,51.5612416]},"properties":{"@type":"node","@id":5573613137,"@timestamp":1591461063},"coords":"51.5612416,-0.0830344","bedrooms":"2","price":"245000","area":"668"} , +{"type":"Feature","id":"n5573989328","geometry":{"type":"Point","coordinates":[-0.1084162,51.5041792]},"properties":{"@type":"node","@id":5573989328,"@timestamp":1524499108},"coords":"51.5041792,-0.1084162","bedrooms":"0","price":"245000","area":"606"} , +{"type":"Feature","id":"n5574049715","geometry":{"type":"Point","coordinates":[-0.0747225,51.5109477]},"properties":{"@type":"node","@id":5574049715,"@timestamp":1524500917},"coords":"51.5109477,-0.0747225","bedrooms":"0","price":"212000","area":"421"} , +{"type":"Feature","id":"n5574210921","geometry":{"type":"Point","coordinates":[-0.0032475,51.4592933]},"properties":{"@type":"node","@id":5574210921,"@timestamp":1618348861},"coords":"51.4592933,-0.0032475","bedrooms":"3","price":"150000","area":"380"} , +{"type":"Feature","id":"n5574570684","geometry":{"type":"Point","coordinates":[-0.0024051,51.4589692]},"properties":{"@type":"node","@id":5574570684,"@timestamp":1609515505},"coords":"51.4589692,-0.0024051","bedrooms":"4","price":"283000","area":"670"} , +{"type":"Feature","id":"n5574614438","geometry":{"type":"Point","coordinates":[-0.0044628,51.4599594]},"properties":{"@type":"node","@id":5574614438,"@timestamp":1524516913},"coords":"51.4599594,-0.0044628","bedrooms":"1","price":"276000","area":"522"} , +{"type":"Feature","id":"n5575257125","geometry":{"type":"Point","coordinates":[0.098233,50.9590605]},"properties":{"@type":"node","@id":5575257125,"@timestamp":1557577406},"coords":"50.9590605,0.098233","bedrooms":"4","price":"203000","area":"423"} , +{"type":"Feature","id":"n5575759002","geometry":{"type":"Point","coordinates":[0.5273196,51.3822611]},"properties":{"@type":"node","@id":5575759002,"@timestamp":1524565241},"coords":"51.3822611,0.5273196","bedrooms":"2","price":"192000","area":"486"} , +{"type":"Feature","id":"n5575828277","geometry":{"type":"Point","coordinates":[0.5086541,51.3976792]},"properties":{"@type":"node","@id":5575828277,"@timestamp":1524567331},"coords":"51.3976792,0.5086541","bedrooms":"3","price":"189000","area":"405"} , +{"type":"Feature","id":"n5575862435","geometry":{"type":"Point","coordinates":[0.1194863,51.5210471]},"properties":{"@type":"node","@id":5575862435,"@timestamp":1572434510},"coords":"51.5210471,0.1194863","bedrooms":"4","price":"281000","area":"646"} , +{"type":"Feature","id":"n5575990373","geometry":{"type":"Point","coordinates":[-0.2992391,51.5406995]},"properties":{"@type":"node","@id":5575990373,"@timestamp":1524571518},"coords":"51.5406995,-0.2992391","bedrooms":"2","price":"221000","area":"568"} , +{"type":"Feature","id":"n5576246555","geometry":{"type":"Point","coordinates":[0.0365684,51.296808]},"properties":{"@type":"node","@id":5576246555,"@timestamp":1524579042},"coords":"51.296808,0.0365684","bedrooms":"2","price":"241000","area":"494"} , +{"type":"Feature","id":"n5576534979","geometry":{"type":"Point","coordinates":[-0.0550464,51.5458688]},"properties":{"@type":"node","@id":5576534979,"@timestamp":1614192962},"coords":"51.5458688,-0.0550464","bedrooms":"3","price":"156000","area":"411"} , +{"type":"Feature","id":"n5576844917","geometry":{"type":"Point","coordinates":[-0.8385809,51.7249991]},"properties":{"@type":"node","@id":5576844917,"@timestamp":1524592998},"coords":"51.7249991,-0.8385809","bedrooms":"4","price":"269000","area":"639"} , +{"type":"Feature","id":"n5576892927","geometry":{"type":"Point","coordinates":[-0.837151,51.7266128]},"properties":{"@type":"node","@id":5576892927,"@timestamp":1539026809},"coords":"51.7266128,-0.837151","bedrooms":"1","price":"275000","area":"390"} , +{"type":"Feature","id":"n5577083227","geometry":{"type":"Point","coordinates":[-0.345803,51.471578]},"properties":{"@type":"node","@id":5577083227,"@timestamp":1525206268},"coords":"51.471578,-0.345803","bedrooms":"2","price":"256000","area":"600"} , +{"type":"Feature","id":"n5577132634","geometry":{"type":"Point","coordinates":[-0.346098,51.4715111]},"properties":{"@type":"node","@id":5577132634,"@timestamp":1525206268},"coords":"51.4715111,-0.346098","bedrooms":"0","price":"182000","area":"598"} , +{"type":"Feature","id":"n5577355174","geometry":{"type":"Point","coordinates":[0.1818754,51.7242852]},"properties":{"@type":"node","@id":5577355174,"@timestamp":1595064221},"coords":"51.7242852,0.1818754","bedrooms":"3","price":"211000","area":"571"} , +{"type":"Feature","id":"n5577418614","geometry":{"type":"Point","coordinates":[-0.0825635,51.5024935]},"properties":{"@type":"node","@id":5577418614,"@timestamp":1582434399},"coords":"51.5024935,-0.0825635","bedrooms":"2","price":"209000","area":"391"} , +{"type":"Feature","id":"n5577694033","geometry":{"type":"Point","coordinates":[-0.0833217,51.5048503]},"properties":{"@type":"node","@id":5577694033,"@timestamp":1524633452},"coords":"51.5048503,-0.0833217","bedrooms":"1","price":"211000","area":"471"} , +{"type":"Feature","id":"n5577985237","geometry":{"type":"Point","coordinates":[-0.2773247,51.6087953]},"properties":{"@type":"node","@id":5577985237,"@timestamp":1524646179},"coords":"51.6087953,-0.2773247","bedrooms":"1","price":"197000","area":"553"} , +{"type":"Feature","id":"n5578289880","geometry":{"type":"Point","coordinates":[-1.0036498,51.6445867]},"properties":{"@type":"node","@id":5578289880,"@timestamp":1524657695},"coords":"51.6445867,-1.0036498","bedrooms":"4","price":"299000","area":"553"} , +{"type":"Feature","id":"n5578289918","geometry":{"type":"Point","coordinates":[-1.0065539,51.6456527]},"properties":{"@type":"node","@id":5578289918,"@timestamp":1524657696},"coords":"51.6456527,-1.0065539","bedrooms":"3","price":"205000","area":"684"} , +{"type":"Feature","id":"n5578290328","geometry":{"type":"Point","coordinates":[-1.0045714,51.6449033]},"properties":{"@type":"node","@id":5578290328,"@timestamp":1524657697},"coords":"51.6449033,-1.0045714","bedrooms":"2","price":"277000","area":"405"} , +{"type":"Feature","id":"n5578302846","geometry":{"type":"Point","coordinates":[-0.3790244,51.70578]},"properties":{"@type":"node","@id":5578302846,"@timestamp":1524658208},"coords":"51.70578,-0.3790244","bedrooms":"4","price":"250000","area":"529"} , +{"type":"Feature","id":"n5578305681","geometry":{"type":"Point","coordinates":[-0.3742443,51.7065597]},"properties":{"@type":"node","@id":5578305681,"@timestamp":1524658392},"coords":"51.7065597,-0.3742443","bedrooms":"3","price":"202000","area":"418"} , +{"type":"Feature","id":"n5578308640","geometry":{"type":"Point","coordinates":[-0.3697891,51.7059413]},"properties":{"@type":"node","@id":5578308640,"@timestamp":1524658618},"coords":"51.7059413,-0.3697891","bedrooms":"3","price":"178000","area":"379"} , +{"type":"Feature","id":"n5578310093","geometry":{"type":"Point","coordinates":[-0.1930837,51.3581622]},"properties":{"@type":"node","@id":5578310093,"@timestamp":1524658732},"coords":"51.3581622,-0.1930837","bedrooms":"2","price":"275000","area":"694"} , +{"type":"Feature","id":"n5578678403","geometry":{"type":"Point","coordinates":[-0.7587346,51.4156951]},"properties":{"@type":"node","@id":5578678403,"@timestamp":1524672455},"coords":"51.4156951,-0.7587346","bedrooms":"4","price":"168000","area":"551"} , +{"type":"Feature","id":"n5579007340","geometry":{"type":"Point","coordinates":[-0.9657025,51.4551]},"properties":{"@type":"node","@id":5579007340,"@timestamp":1524682981},"coords":"51.4551,-0.9657025","bedrooms":"3","price":"205000","area":"466"} , +{"type":"Feature","id":"n5579092566","geometry":{"type":"Point","coordinates":[-0.9627881,51.4085519]},"properties":{"@type":"node","@id":5579092566,"@timestamp":1524686005},"coords":"51.4085519,-0.9627881","bedrooms":"2","price":"220000","area":"410"} , +{"type":"Feature","id":"n5579096660","geometry":{"type":"Point","coordinates":[-0.0325004,51.8112609]},"properties":{"@type":"node","@id":5579096660,"@timestamp":1601949400},"coords":"51.8112609,-0.0325004","bedrooms":"0","price":"233000","area":"385"} , +{"type":"Feature","id":"n5579166815","geometry":{"type":"Point","coordinates":[-0.9985697,51.3738665]},"properties":{"@type":"node","@id":5579166815,"@timestamp":1620085858},"coords":"51.3738665,-0.9985697","bedrooms":"3","price":"253000","area":"674"} , +{"type":"Feature","id":"n5580116925","geometry":{"type":"Point","coordinates":[-0.8367608,51.7272067]},"properties":{"@type":"node","@id":5580116925,"@timestamp":1524736038},"coords":"51.7272067,-0.8367608","bedrooms":"4","price":"162000","area":"358"} , +{"type":"Feature","id":"n5580117029","geometry":{"type":"Point","coordinates":[-0.84791,51.7222038]},"properties":{"@type":"node","@id":5580117029,"@timestamp":1524736040},"coords":"51.7222038,-0.84791","bedrooms":"3","price":"160000","area":"520"} , +{"type":"Feature","id":"n5580117039","geometry":{"type":"Point","coordinates":[-0.8484766,51.721915]},"properties":{"@type":"node","@id":5580117039,"@timestamp":1524736040},"coords":"51.721915,-0.8484766","bedrooms":"2","price":"252000","area":"384"} , +{"type":"Feature","id":"n5580117122","geometry":{"type":"Point","coordinates":[-0.8376478,51.7251474]},"properties":{"@type":"node","@id":5580117122,"@timestamp":1524736042},"coords":"51.7251474,-0.8376478","bedrooms":"2","price":"160000","area":"679"} , +{"type":"Feature","id":"n5580117146","geometry":{"type":"Point","coordinates":[-0.8370195,51.7249364]},"properties":{"@type":"node","@id":5580117146,"@timestamp":1524736043},"coords":"51.7249364,-0.8370195","bedrooms":"4","price":"247000","area":"617"} , +{"type":"Feature","id":"n5580117189","geometry":{"type":"Point","coordinates":[-0.8398412,51.7209188]},"properties":{"@type":"node","@id":5580117189,"@timestamp":1610213358},"coords":"51.7209188,-0.8398412","bedrooms":"4","price":"284000","area":"653"} , +{"type":"Feature","id":"n5580448160","geometry":{"type":"Point","coordinates":[-0.3573135,51.6405394]},"properties":{"@type":"node","@id":5580448160,"@timestamp":1613434093},"coords":"51.6405394,-0.3573135","bedrooms":"2","price":"247000","area":"631"} , +{"type":"Feature","id":"n5580861162","geometry":{"type":"Point","coordinates":[-0.0772033,51.5116461]},"properties":{"@type":"node","@id":5580861162,"@timestamp":1524760993},"coords":"51.5116461,-0.0772033","bedrooms":"3","price":"247000","area":"419"} , +{"type":"Feature","id":"n5581328753","geometry":{"type":"Point","coordinates":[0.323632,51.4424766]},"properties":{"@type":"node","@id":5581328753,"@timestamp":1524777641},"coords":"51.4424766,0.323632","bedrooms":"3","price":"261000","area":"378"} , +{"type":"Feature","id":"n5581359962","geometry":{"type":"Point","coordinates":[-0.3317347,51.4659256]},"properties":{"@type":"node","@id":5581359962,"@timestamp":1524780982},"coords":"51.4659256,-0.3317347","bedrooms":"1","price":"295000","area":"556"} , +{"type":"Feature","id":"n5581514840","geometry":{"type":"Point","coordinates":[-0.040091,51.5451556]},"properties":{"@type":"node","@id":5581514840,"@timestamp":1544470211},"coords":"51.5451556,-0.040091","bedrooms":"1","price":"157000","area":"505"} , +{"type":"Feature","id":"n5581536806","geometry":{"type":"Point","coordinates":[-0.0349142,51.543556]},"properties":{"@type":"node","@id":5581536806,"@timestamp":1564903671},"coords":"51.543556,-0.0349142","bedrooms":"1","price":"286000","area":"519"} , +{"type":"Feature","id":"n5581577083","geometry":{"type":"Point","coordinates":[-0.0620635,51.5367625]},"properties":{"@type":"node","@id":5581577083,"@timestamp":1589229412},"coords":"51.5367625,-0.0620635","bedrooms":"1","price":"185000","area":"630"} , +{"type":"Feature","id":"n5581612336","geometry":{"type":"Point","coordinates":[-0.0778396,51.5270935]},"properties":{"@type":"node","@id":5581612336,"@timestamp":1621544204},"coords":"51.5270935,-0.0778396","bedrooms":"4","price":"289000","area":"407"} , +{"type":"Feature","id":"n5582283391","geometry":{"type":"Point","coordinates":[-0.1829612,51.4933296]},"properties":{"@type":"node","@id":5582283391,"@timestamp":1598344645},"coords":"51.4933296,-0.1829612","bedrooms":"4","price":"229000","area":"560"} , +{"type":"Feature","id":"n5582916397","geometry":{"type":"Point","coordinates":[0.3238163,51.5037228]},"properties":{"@type":"node","@id":5582916397,"@timestamp":1524851792},"coords":"51.5037228,0.3238163","bedrooms":"4","price":"276000","area":"548"} , +{"type":"Feature","id":"n5582916408","geometry":{"type":"Point","coordinates":[0.321507,51.502948]},"properties":{"@type":"node","@id":5582916408,"@timestamp":1524851793},"coords":"51.502948,0.321507","bedrooms":"3","price":"285000","area":"378"} , +{"type":"Feature","id":"n5582916523","geometry":{"type":"Point","coordinates":[0.309405,51.4960086]},"properties":{"@type":"node","@id":5582916523,"@timestamp":1524851794},"coords":"51.4960086,0.309405","bedrooms":"2","price":"232000","area":"355"} , +{"type":"Feature","id":"n5582916534","geometry":{"type":"Point","coordinates":[0.3189374,51.501771]},"properties":{"@type":"node","@id":5582916534,"@timestamp":1524851795},"coords":"51.501771,0.3189374","bedrooms":"1","price":"264000","area":"454"} , +{"type":"Feature","id":"n5582916544","geometry":{"type":"Point","coordinates":[0.3206165,51.5025841]},"properties":{"@type":"node","@id":5582916544,"@timestamp":1524851795},"coords":"51.5025841,0.3206165","bedrooms":"1","price":"258000","area":"521"} , +{"type":"Feature","id":"n5582916557","geometry":{"type":"Point","coordinates":[0.317084,51.5006205]},"properties":{"@type":"node","@id":5582916557,"@timestamp":1524851796},"coords":"51.5006205,0.317084","bedrooms":"4","price":"150000","area":"524"} , +{"type":"Feature","id":"n5582926722","geometry":{"type":"Point","coordinates":[0.3287197,51.504831]},"properties":{"@type":"node","@id":5582926722,"@timestamp":1524852314},"coords":"51.504831,0.3287197","bedrooms":"1","price":"263000","area":"573"} , +{"type":"Feature","id":"n5582926734","geometry":{"type":"Point","coordinates":[0.3322708,51.5053067]},"properties":{"@type":"node","@id":5582926734,"@timestamp":1524852315},"coords":"51.5053067,0.3322708","bedrooms":"1","price":"230000","area":"630"} , +{"type":"Feature","id":"n5582926747","geometry":{"type":"Point","coordinates":[0.3414709,51.5048494]},"properties":{"@type":"node","@id":5582926747,"@timestamp":1524852316},"coords":"51.5048494,0.3414709","bedrooms":"4","price":"238000","area":"649"} , +{"type":"Feature","id":"n5582926757","geometry":{"type":"Point","coordinates":[0.3482431,51.5034506]},"properties":{"@type":"node","@id":5582926757,"@timestamp":1524852317},"coords":"51.5034506,0.3482431","bedrooms":"4","price":"278000","area":"629"} , +{"type":"Feature","id":"n5582926767","geometry":{"type":"Point","coordinates":[0.36347,51.5027243]},"properties":{"@type":"node","@id":5582926767,"@timestamp":1524852317},"coords":"51.5027243,0.36347","bedrooms":"3","price":"247000","area":"640"} , +{"type":"Feature","id":"n5582926779","geometry":{"type":"Point","coordinates":[0.3619304,51.5025791]},"properties":{"@type":"node","@id":5582926779,"@timestamp":1524852318},"coords":"51.5025791,0.3619304","bedrooms":"0","price":"185000","area":"630"} , +{"type":"Feature","id":"n5582926789","geometry":{"type":"Point","coordinates":[0.3546296,51.5026793]},"properties":{"@type":"node","@id":5582926789,"@timestamp":1524852319},"coords":"51.5026793,0.3546296","bedrooms":"1","price":"216000","area":"430"} , +{"type":"Feature","id":"n5582937637","geometry":{"type":"Point","coordinates":[0.3571321,51.5020031]},"properties":{"@type":"node","@id":5582937637,"@timestamp":1524852744},"coords":"51.5020031,0.3571321","bedrooms":"3","price":"297000","area":"571"} , +{"type":"Feature","id":"n5582949586","geometry":{"type":"Point","coordinates":[0.0080108,51.544943]},"properties":{"@type":"node","@id":5582949586,"@timestamp":1635430503},"coords":"51.544943,0.0080108","bedrooms":"1","price":"199000","area":"455"} , +{"type":"Feature","id":"n5582949596","geometry":{"type":"Point","coordinates":[0.0072993,51.5443825]},"properties":{"@type":"node","@id":5582949596,"@timestamp":1524853454},"coords":"51.5443825,0.0072993","bedrooms":"0","price":"194000","area":"592"} , +{"type":"Feature","id":"n5582949606","geometry":{"type":"Point","coordinates":[0.0091326,51.5462666]},"properties":{"@type":"node","@id":5582949606,"@timestamp":1524853454},"coords":"51.5462666,0.0091326","bedrooms":"1","price":"153000","area":"691"} , +{"type":"Feature","id":"n5582949921","geometry":{"type":"Point","coordinates":[0.0114855,51.5463518]},"properties":{"@type":"node","@id":5582949921,"@timestamp":1533911364},"coords":"51.5463518,0.0114855","bedrooms":"1","price":"166000","area":"667"} , +{"type":"Feature","id":"n5582949931","geometry":{"type":"Point","coordinates":[0.0114948,51.5462022]},"properties":{"@type":"node","@id":5582949931,"@timestamp":1524853456},"coords":"51.5462022,0.0114948","bedrooms":"4","price":"216000","area":"583"} , +{"type":"Feature","id":"n5582961533","geometry":{"type":"Point","coordinates":[0.3565634,51.4976731]},"properties":{"@type":"node","@id":5582961533,"@timestamp":1524853955},"coords":"51.4976731,0.3565634","bedrooms":"2","price":"212000","area":"675"} , +{"type":"Feature","id":"n5583026337","geometry":{"type":"Point","coordinates":[-0.8750843,51.4274912]},"properties":{"@type":"node","@id":5583026337,"@timestamp":1524856780},"coords":"51.4274912,-0.8750843","bedrooms":"0","price":"239000","area":"488"} , +{"type":"Feature","id":"n5583447929","geometry":{"type":"Point","coordinates":[0.0050514,51.5603668]},"properties":{"@type":"node","@id":5583447929,"@timestamp":1626702792},"coords":"51.5603668,0.0050514","bedrooms":"0","price":"264000","area":"495"} , +{"type":"Feature","id":"n5584107336","geometry":{"type":"Point","coordinates":[-1.0247545,51.4454209]},"properties":{"@type":"node","@id":5584107336,"@timestamp":1524911502},"coords":"51.4454209,-1.0247545","bedrooms":"0","price":"207000","area":"441"} , +{"type":"Feature","id":"n5584253575","geometry":{"type":"Point","coordinates":[-0.2110483,51.5338857]},"properties":{"@type":"node","@id":5584253575,"@timestamp":1524916698},"coords":"51.5338857,-0.2110483","bedrooms":"2","price":"193000","area":"684"} , +{"type":"Feature","id":"n5584333222","geometry":{"type":"Point","coordinates":[-0.0180677,51.4496457]},"properties":{"@type":"node","@id":5584333222,"@timestamp":1524919670},"coords":"51.4496457,-0.0180677","bedrooms":"3","price":"289000","area":"590"} , +{"type":"Feature","id":"n5584613777","geometry":{"type":"Point","coordinates":[0.0034768,51.5608224]},"properties":{"@type":"node","@id":5584613777,"@timestamp":1524931974},"coords":"51.5608224,0.0034768","bedrooms":"2","price":"265000","area":"488"} , +{"type":"Feature","id":"n5584789576","geometry":{"type":"Point","coordinates":[-0.2996484,51.4635766]},"properties":{"@type":"node","@id":5584789576,"@timestamp":1524937088},"coords":"51.4635766,-0.2996484","bedrooms":"1","price":"189000","area":"562"} , +{"type":"Feature","id":"n5584924577","geometry":{"type":"Point","coordinates":[-0.6537063,51.4005132]},"properties":{"@type":"node","@id":5584924577,"@timestamp":1524941103},"coords":"51.4005132,-0.6537063","bedrooms":"0","price":"273000","area":"576"} , +{"type":"Feature","id":"n5585025101","geometry":{"type":"Point","coordinates":[-0.0150821,51.5605724]},"properties":{"@type":"node","@id":5585025101,"@timestamp":1524944550},"coords":"51.5605724,-0.0150821","bedrooms":"3","price":"217000","area":"509"} , +{"type":"Feature","id":"n5585030267","geometry":{"type":"Point","coordinates":[-0.014927,51.5603457]},"properties":{"@type":"node","@id":5585030267,"@timestamp":1524944551},"coords":"51.5603457,-0.014927","bedrooms":"2","price":"215000","area":"517"} , +{"type":"Feature","id":"n5585034741","geometry":{"type":"Point","coordinates":[-0.5918526,51.4092766]},"properties":{"@type":"node","@id":5585034741,"@timestamp":1524944747},"coords":"51.4092766,-0.5918526","bedrooms":"3","price":"286000","area":"378"} , +{"type":"Feature","id":"n5585301059","geometry":{"type":"Point","coordinates":[-0.020608,51.5836848]},"properties":{"@type":"node","@id":5585301059,"@timestamp":1564903671},"coords":"51.5836848,-0.020608","bedrooms":"3","price":"262000","area":"460"} , +{"type":"Feature","id":"n5585736086","geometry":{"type":"Point","coordinates":[-0.0918107,51.5012162]},"properties":{"@type":"node","@id":5585736086,"@timestamp":1524988553},"coords":"51.5012162,-0.0918107","bedrooms":"3","price":"220000","area":"519"} , +{"type":"Feature","id":"n5585825337","geometry":{"type":"Point","coordinates":[-0.1242948,51.5230976]},"properties":{"@type":"node","@id":5585825337,"@timestamp":1590439101},"coords":"51.5230976,-0.1242948","bedrooms":"1","price":"201000","area":"422"} , +{"type":"Feature","id":"n5585858823","geometry":{"type":"Point","coordinates":[-0.2768422,51.5443193]},"properties":{"@type":"node","@id":5585858823,"@timestamp":1569904131},"coords":"51.5443193,-0.2768422","bedrooms":"1","price":"276000","area":"603"} , +{"type":"Feature","id":"n5585899791","geometry":{"type":"Point","coordinates":[0.0021199,51.5549038]},"properties":{"@type":"node","@id":5585899791,"@timestamp":1524997769},"coords":"51.5549038,0.0021199","bedrooms":"1","price":"226000","area":"365"} , +{"type":"Feature","id":"n5585920970","geometry":{"type":"Point","coordinates":[0.0017952,51.5506322]},"properties":{"@type":"node","@id":5585920970,"@timestamp":1524999408},"coords":"51.5506322,0.0017952","bedrooms":"1","price":"152000","area":"531"} , +{"type":"Feature","id":"n5586017805","geometry":{"type":"Point","coordinates":[0.0121964,51.5438297]},"properties":{"@type":"node","@id":5586017805,"@timestamp":1632660847},"coords":"51.5438297,0.0121964","bedrooms":"2","price":"275000","area":"376"} , +{"type":"Feature","id":"n5586033357","geometry":{"type":"Point","coordinates":[-0.2835256,51.9817604]},"properties":{"@type":"node","@id":5586033357,"@timestamp":1535915566},"coords":"51.9817604,-0.2835256","bedrooms":"4","price":"182000","area":"425"} , +{"type":"Feature","id":"n5586033427","geometry":{"type":"Point","coordinates":[-0.2726613,51.9647093]},"properties":{"@type":"node","@id":5586033427,"@timestamp":1525004327},"coords":"51.9647093,-0.2726613","bedrooms":"0","price":"263000","area":"552"} , +{"type":"Feature","id":"n5586160506","geometry":{"type":"Point","coordinates":[-0.2036772,51.3446071]},"properties":{"@type":"node","@id":5586160506,"@timestamp":1525009096},"coords":"51.3446071,-0.2036772","bedrooms":"2","price":"294000","area":"400"} , +{"type":"Feature","id":"n5586170292","geometry":{"type":"Point","coordinates":[-1.0166385,51.4487631]},"properties":{"@type":"node","@id":5586170292,"@timestamp":1525009442},"coords":"51.4487631,-1.0166385","bedrooms":"1","price":"174000","area":"514"} , +{"type":"Feature","id":"n5586220249","geometry":{"type":"Point","coordinates":[-0.20213,51.3441265]},"properties":{"@type":"node","@id":5586220249,"@timestamp":1544136025},"coords":"51.3441265,-0.20213","bedrooms":"1","price":"197000","area":"520"} , +{"type":"Feature","id":"n5586220330","geometry":{"type":"Point","coordinates":[-1.029682,51.4494503]},"properties":{"@type":"node","@id":5586220330,"@timestamp":1630153235},"coords":"51.4494503,-1.029682","bedrooms":"1","price":"274000","area":"661"} , +{"type":"Feature","id":"n5586551207","geometry":{"type":"Point","coordinates":[-0.0854942,51.5046139]},"properties":{"@type":"node","@id":5586551207,"@timestamp":1591977604},"coords":"51.5046139,-0.0854942","bedrooms":"0","price":"283000","area":"640"} , +{"type":"Feature","id":"n5586680701","geometry":{"type":"Point","coordinates":[0.001575,51.5439937]},"properties":{"@type":"node","@id":5586680701,"@timestamp":1533731222},"coords":"51.5439937,0.001575","bedrooms":"3","price":"155000","area":"564"} , +{"type":"Feature","id":"n5586723739","geometry":{"type":"Point","coordinates":[-0.979355,51.4551664]},"properties":{"@type":"node","@id":5586723739,"@timestamp":1525027580},"coords":"51.4551664,-0.979355","bedrooms":"3","price":"291000","area":"535"} , +{"type":"Feature","id":"n5586723749","geometry":{"type":"Point","coordinates":[-0.980251,51.455116]},"properties":{"@type":"node","@id":5586723749,"@timestamp":1577286152},"coords":"51.455116,-0.980251","bedrooms":"1","price":"161000","area":"630"} , +{"type":"Feature","id":"n5586723771","geometry":{"type":"Point","coordinates":[-0.9814927,51.4552053]},"properties":{"@type":"node","@id":5586723771,"@timestamp":1525027582},"coords":"51.4552053,-0.9814927","bedrooms":"3","price":"283000","area":"547"} , +{"type":"Feature","id":"n5587195361","geometry":{"type":"Point","coordinates":[-0.0678724,51.6146497]},"properties":{"@type":"node","@id":5587195361,"@timestamp":1564903671},"coords":"51.6146497,-0.0678724","bedrooms":"1","price":"268000","area":"699"} , +{"type":"Feature","id":"n5587704547","geometry":{"type":"Point","coordinates":[-0.4204402,51.4674423]},"properties":{"@type":"node","@id":5587704547,"@timestamp":1525074840},"coords":"51.4674423,-0.4204402","bedrooms":"1","price":"180000","area":"548"} , +{"type":"Feature","id":"n5588338526","geometry":{"type":"Point","coordinates":[0.545789,51.3773784]},"properties":{"@type":"node","@id":5588338526,"@timestamp":1525090838},"coords":"51.3773784,0.545789","bedrooms":"0","price":"293000","area":"695"} , +{"type":"Feature","id":"n5588541494","geometry":{"type":"Point","coordinates":[-0.3427849,51.4427671]},"properties":{"@type":"node","@id":5588541494,"@timestamp":1536620633},"coords":"51.4427671,-0.3427849","bedrooms":"4","price":"185000","area":"556"} , +{"type":"Feature","id":"n5588774086","geometry":{"type":"Point","coordinates":[-1.0182783,51.4657746]},"properties":{"@type":"node","@id":5588774086,"@timestamp":1525104593},"coords":"51.4657746,-1.0182783","bedrooms":"2","price":"272000","area":"629"} , +{"type":"Feature","id":"n5589116525","geometry":{"type":"Point","coordinates":[-0.8222037,51.7254261]},"properties":{"@type":"node","@id":5589116525,"@timestamp":1525118959},"coords":"51.7254261,-0.8222037","bedrooms":"0","price":"201000","area":"493"} , +{"type":"Feature","id":"n5589116554","geometry":{"type":"Point","coordinates":[-0.8266421,51.7234353]},"properties":{"@type":"node","@id":5589116554,"@timestamp":1525118960},"coords":"51.7234353,-0.8266421","bedrooms":"2","price":"284000","area":"629"} , +{"type":"Feature","id":"n5589116572","geometry":{"type":"Point","coordinates":[-0.827695,51.7226244]},"properties":{"@type":"node","@id":5589116572,"@timestamp":1525118961},"coords":"51.7226244,-0.827695","bedrooms":"1","price":"280000","area":"507"} , +{"type":"Feature","id":"n5589289068","geometry":{"type":"Point","coordinates":[-0.0555701,51.0882384]},"properties":{"@type":"node","@id":5589289068,"@timestamp":1628509780},"coords":"51.0882384,-0.0555701","bedrooms":"3","price":"176000","area":"529"} , +{"type":"Feature","id":"n5589312212","geometry":{"type":"Point","coordinates":[0.1632103,51.5992918]},"properties":{"@type":"node","@id":5589312212,"@timestamp":1525125569},"coords":"51.5992918,0.1632103","bedrooms":"2","price":"249000","area":"569"} , +{"type":"Feature","id":"n5589412101","geometry":{"type":"Point","coordinates":[-0.0251168,51.5651438]},"properties":{"@type":"node","@id":5589412101,"@timestamp":1525132188},"coords":"51.5651438,-0.0251168","bedrooms":"2","price":"202000","area":"663"} , +{"type":"Feature","id":"n5589433210","geometry":{"type":"Point","coordinates":[-0.0205163,51.5693745]},"properties":{"@type":"node","@id":5589433210,"@timestamp":1525133137},"coords":"51.5693745,-0.0205163","bedrooms":"3","price":"248000","area":"361"} , +{"type":"Feature","id":"n5589645262","geometry":{"type":"Point","coordinates":[-0.2713666,51.5454164]},"properties":{"@type":"node","@id":5589645262,"@timestamp":1564903671},"coords":"51.5454164,-0.2713666","bedrooms":"1","price":"205000","area":"406"} , +{"type":"Feature","id":"n5590279954","geometry":{"type":"Point","coordinates":[-1.0051013,51.4388755]},"properties":{"@type":"node","@id":5590279954,"@timestamp":1525181856},"coords":"51.4388755,-1.0051013","bedrooms":"4","price":"225000","area":"595"} , +{"type":"Feature","id":"n5590326340","geometry":{"type":"Point","coordinates":[-0.3547067,51.4864199]},"properties":{"@type":"node","@id":5590326340,"@timestamp":1572185938},"coords":"51.4864199,-0.3547067","bedrooms":"0","price":"194000","area":"560"} , +{"type":"Feature","id":"n5590326353","geometry":{"type":"Point","coordinates":[-0.3560742,51.4861869]},"properties":{"@type":"node","@id":5590326353,"@timestamp":1525183676},"coords":"51.4861869,-0.3560742","bedrooms":"0","price":"253000","area":"446"} , +{"type":"Feature","id":"n5590736931","geometry":{"type":"Point","coordinates":[-0.0298785,51.5335304]},"properties":{"@type":"node","@id":5590736931,"@timestamp":1525195191},"coords":"51.5335304,-0.0298785","bedrooms":"4","price":"159000","area":"407"} , +{"type":"Feature","id":"n5590910096","geometry":{"type":"Point","coordinates":[0.0532505,51.2903862]},"properties":{"@type":"node","@id":5590910096,"@timestamp":1525201862},"coords":"51.2903862,0.0532505","bedrooms":"0","price":"268000","area":"584"} , +{"type":"Feature","id":"n5590913639","geometry":{"type":"Point","coordinates":[-0.1341802,51.2486131]},"properties":{"@type":"node","@id":5590913639,"@timestamp":1525201981},"coords":"51.2486131,-0.1341802","bedrooms":"0","price":"250000","area":"662"} , +{"type":"Feature","id":"n5591135638","geometry":{"type":"Point","coordinates":[0.0054658,51.4594059]},"properties":{"@type":"node","@id":5591135638,"@timestamp":1525212298},"coords":"51.4594059,0.0054658","bedrooms":"4","price":"181000","area":"430"} , +{"type":"Feature","id":"n5592074023","geometry":{"type":"Point","coordinates":[-1.0175814,51.4652452]},"properties":{"@type":"node","@id":5592074023,"@timestamp":1545074441},"coords":"51.4652452,-1.0175814","bedrooms":"0","price":"174000","area":"396"} , +{"type":"Feature","id":"n5592314600","geometry":{"type":"Point","coordinates":[-0.1022212,51.590375]},"properties":{"@type":"node","@id":5592314600,"@timestamp":1564903671},"coords":"51.590375,-0.1022212","bedrooms":"1","price":"209000","area":"682"} , +{"type":"Feature","id":"n5592539846","geometry":{"type":"Point","coordinates":[-0.9839637,51.7478131]},"properties":{"@type":"node","@id":5592539846,"@timestamp":1525271932},"coords":"51.7478131,-0.9839637","bedrooms":"4","price":"212000","area":"574"} , +{"type":"Feature","id":"n5592540377","geometry":{"type":"Point","coordinates":[-0.979756,51.7422738]},"properties":{"@type":"node","@id":5592540377,"@timestamp":1525271935},"coords":"51.7422738,-0.979756","bedrooms":"3","price":"285000","area":"649"} , +{"type":"Feature","id":"n5592540391","geometry":{"type":"Point","coordinates":[-0.9747084,51.7433033]},"properties":{"@type":"node","@id":5592540391,"@timestamp":1525271935},"coords":"51.7433033,-0.9747084","bedrooms":"1","price":"173000","area":"480"} , +{"type":"Feature","id":"n5592540403","geometry":{"type":"Point","coordinates":[-0.9737049,51.742505]},"properties":{"@type":"node","@id":5592540403,"@timestamp":1525271936},"coords":"51.742505,-0.9737049","bedrooms":"4","price":"250000","area":"475"} , +{"type":"Feature","id":"n5592540414","geometry":{"type":"Point","coordinates":[-0.9678496,51.7408645]},"properties":{"@type":"node","@id":5592540414,"@timestamp":1527634716},"coords":"51.7408645,-0.9678496","bedrooms":"1","price":"172000","area":"536"} , +{"type":"Feature","id":"n5592540626","geometry":{"type":"Point","coordinates":[-0.944261,51.7379903]},"properties":{"@type":"node","@id":5592540626,"@timestamp":1525271937},"coords":"51.7379903,-0.944261","bedrooms":"4","price":"279000","area":"354"} , +{"type":"Feature","id":"n5592540653","geometry":{"type":"Point","coordinates":[-0.9413508,51.7413512]},"properties":{"@type":"node","@id":5592540653,"@timestamp":1525271938},"coords":"51.7413512,-0.9413508","bedrooms":"3","price":"289000","area":"655"} , +{"type":"Feature","id":"n5592540698","geometry":{"type":"Point","coordinates":[-0.9368817,51.7395479]},"properties":{"@type":"node","@id":5592540698,"@timestamp":1525271939},"coords":"51.7395479,-0.9368817","bedrooms":"0","price":"171000","area":"646"} , +{"type":"Feature","id":"n5592540708","geometry":{"type":"Point","coordinates":[-0.9368621,51.7396326]},"properties":{"@type":"node","@id":5592540708,"@timestamp":1525271939},"coords":"51.7396326,-0.9368621","bedrooms":"2","price":"173000","area":"497"} , +{"type":"Feature","id":"n5592540882","geometry":{"type":"Point","coordinates":[-0.9355223,51.7367678]},"properties":{"@type":"node","@id":5592540882,"@timestamp":1525271941},"coords":"51.7367678,-0.9355223","bedrooms":"4","price":"201000","area":"546"} , +{"type":"Feature","id":"n5592540896","geometry":{"type":"Point","coordinates":[-0.898414,51.7309945]},"properties":{"@type":"node","@id":5592540896,"@timestamp":1525271941},"coords":"51.7309945,-0.898414","bedrooms":"0","price":"247000","area":"589"} , +{"type":"Feature","id":"n5592956171","geometry":{"type":"Point","coordinates":[0.5068397,51.3583396]},"properties":{"@type":"node","@id":5592956171,"@timestamp":1525286525},"coords":"51.3583396,0.5068397","bedrooms":"0","price":"292000","area":"440"} , +{"type":"Feature","id":"n5593940791","geometry":{"type":"Point","coordinates":[-0.0152892,51.6029517]},"properties":{"@type":"node","@id":5593940791,"@timestamp":1525334203},"coords":"51.6029517,-0.0152892","bedrooms":"2","price":"150000","area":"354"} , +{"type":"Feature","id":"n5593953338","geometry":{"type":"Point","coordinates":[-0.0138871,51.6031244]},"properties":{"@type":"node","@id":5593953338,"@timestamp":1525334688},"coords":"51.6031244,-0.0138871","bedrooms":"1","price":"263000","area":"378"} , +{"type":"Feature","id":"n5594081667","geometry":{"type":"Point","coordinates":[-0.4415937,51.7001591]},"properties":{"@type":"node","@id":5594081667,"@timestamp":1525337923},"coords":"51.7001591,-0.4415937","bedrooms":"3","price":"161000","area":"671"} , +{"type":"Feature","id":"n5594813789","geometry":{"type":"Point","coordinates":[0.5818086,51.3697242]},"properties":{"@type":"node","@id":5594813789,"@timestamp":1525361923},"coords":"51.3697242,0.5818086","bedrooms":"4","price":"158000","area":"654"} , +{"type":"Feature","id":"n5595107571","geometry":{"type":"Point","coordinates":[-0.1325682,51.1837582]},"properties":{"@type":"node","@id":5595107571,"@timestamp":1525376056},"coords":"51.1837582,-0.1325682","bedrooms":"0","price":"161000","area":"653"} , +{"type":"Feature","id":"n5595166510","geometry":{"type":"Point","coordinates":[-0.1313424,51.1818281]},"properties":{"@type":"node","@id":5595166510,"@timestamp":1525378801},"coords":"51.1818281,-0.1313424","bedrooms":"2","price":"280000","area":"392"} , +{"type":"Feature","id":"n5595248476","geometry":{"type":"Point","coordinates":[0.774167,51.9709231]},"properties":{"@type":"node","@id":5595248476,"@timestamp":1525382948},"coords":"51.9709231,0.774167","bedrooms":"4","price":"200000","area":"554"} , +{"type":"Feature","id":"n5595414186","geometry":{"type":"Point","coordinates":[-0.0641418,51.4409743]},"properties":{"@type":"node","@id":5595414186,"@timestamp":1596915926},"coords":"51.4409743,-0.0641418","bedrooms":"3","price":"182000","area":"696"} , +{"type":"Feature","id":"n5595521500","geometry":{"type":"Point","coordinates":[-0.0214639,51.5793607]},"properties":{"@type":"node","@id":5595521500,"@timestamp":1525398146},"coords":"51.5793607,-0.0214639","bedrooms":"3","price":"178000","area":"637"} , +{"type":"Feature","id":"n5596857694","geometry":{"type":"Point","coordinates":[-0.7624478,51.4165677]},"properties":{"@type":"node","@id":5596857694,"@timestamp":1525451633},"coords":"51.4165677,-0.7624478","bedrooms":"2","price":"212000","area":"512"} , +{"type":"Feature","id":"n5596870601","geometry":{"type":"Point","coordinates":[-0.7625117,51.4152837]},"properties":{"@type":"node","@id":5596870601,"@timestamp":1561727578},"coords":"51.4152837,-0.7625117","bedrooms":"2","price":"203000","area":"470"} , +{"type":"Feature","id":"n5596878290","geometry":{"type":"Point","coordinates":[0.4591288,51.5270577]},"properties":{"@type":"node","@id":5596878290,"@timestamp":1525452887},"coords":"51.5270577,0.4591288","bedrooms":"3","price":"268000","area":"563"} , +{"type":"Feature","id":"n5597111743","geometry":{"type":"Point","coordinates":[-1.1061801,51.3578972]},"properties":{"@type":"node","@id":5597111743,"@timestamp":1619398560},"coords":"51.3578972,-1.1061801","bedrooms":"1","price":"242000","area":"651"} , +{"type":"Feature","id":"n5597371425","geometry":{"type":"Point","coordinates":[-0.8044481,51.749526]},"properties":{"@type":"node","@id":5597371425,"@timestamp":1525472915},"coords":"51.749526,-0.8044481","bedrooms":"4","price":"221000","area":"664"} , +{"type":"Feature","id":"n5597371706","geometry":{"type":"Point","coordinates":[-0.7804797,51.7369631]},"properties":{"@type":"node","@id":5597371706,"@timestamp":1525472919},"coords":"51.7369631,-0.7804797","bedrooms":"3","price":"226000","area":"414"} , +{"type":"Feature","id":"n5597371720","geometry":{"type":"Point","coordinates":[-0.7689357,51.7532555]},"properties":{"@type":"node","@id":5597371720,"@timestamp":1619877190},"coords":"51.7532555,-0.7689357","bedrooms":"1","price":"292000","area":"364"} , +{"type":"Feature","id":"n5597371834","geometry":{"type":"Point","coordinates":[-0.7679135,51.7485548]},"properties":{"@type":"node","@id":5597371834,"@timestamp":1525472920},"coords":"51.7485548,-0.7679135","bedrooms":"0","price":"163000","area":"574"} , +{"type":"Feature","id":"n5598496917","geometry":{"type":"Point","coordinates":[0.1715411,51.5930071]},"properties":{"@type":"node","@id":5598496917,"@timestamp":1525519801},"coords":"51.5930071,0.1715411","bedrooms":"1","price":"163000","area":"574"} , +{"type":"Feature","id":"n5599132649","geometry":{"type":"Point","coordinates":[-0.9859574,51.4502034]},"properties":{"@type":"node","@id":5599132649,"@timestamp":1525544927},"coords":"51.4502034,-0.9859574","bedrooms":"4","price":"253000","area":"470"} , +{"type":"Feature","id":"n5599217954","geometry":{"type":"Point","coordinates":[-1.0759942,51.4352325]},"properties":{"@type":"node","@id":5599217954,"@timestamp":1525548472},"coords":"51.4352325,-1.0759942","bedrooms":"0","price":"237000","area":"478"} , +{"type":"Feature","id":"n5599274774","geometry":{"type":"Point","coordinates":[-0.7011976,51.3123608]},"properties":{"@type":"node","@id":5599274774,"@timestamp":1534532974},"coords":"51.3123608,-0.7011976","bedrooms":"2","price":"190000","area":"546"} , +{"type":"Feature","id":"n5599414282","geometry":{"type":"Point","coordinates":[-0.8372133,51.7248153]},"properties":{"@type":"node","@id":5599414282,"@timestamp":1525561544},"coords":"51.7248153,-0.8372133","bedrooms":"4","price":"269000","area":"699"} , +{"type":"Feature","id":"n5599414292","geometry":{"type":"Point","coordinates":[-0.8263966,51.7246984]},"properties":{"@type":"node","@id":5599414292,"@timestamp":1525561544},"coords":"51.7246984,-0.8263966","bedrooms":"1","price":"261000","area":"572"} , +{"type":"Feature","id":"n5599414966","geometry":{"type":"Point","coordinates":[-0.825765,51.732137]},"properties":{"@type":"node","@id":5599414966,"@timestamp":1525561546},"coords":"51.732137,-0.825765","bedrooms":"1","price":"244000","area":"562"} , +{"type":"Feature","id":"n5599416196","geometry":{"type":"Point","coordinates":[0.0916735,51.5628855]},"properties":{"@type":"node","@id":5599416196,"@timestamp":1582428454},"coords":"51.5628855,0.0916735","bedrooms":"0","price":"184000","area":"622"} , +{"type":"Feature","id":"n5599422851","geometry":{"type":"Point","coordinates":[-0.0558094,51.5289518]},"properties":{"@type":"node","@id":5599422851,"@timestamp":1525562284},"coords":"51.5289518,-0.0558094","bedrooms":"4","price":"266000","area":"367"} , +{"type":"Feature","id":"n5599539443","geometry":{"type":"Point","coordinates":[0.1423241,51.5710171]},"properties":{"@type":"node","@id":5599539443,"@timestamp":1635792206},"coords":"51.5710171,0.1423241","bedrooms":"3","price":"181000","area":"380"} , +{"type":"Feature","id":"n5599783527","geometry":{"type":"Point","coordinates":[-1.0116895,51.4457778]},"properties":{"@type":"node","@id":5599783527,"@timestamp":1525595910},"coords":"51.4457778,-1.0116895","bedrooms":"1","price":"198000","area":"596"} , +{"type":"Feature","id":"n5599806672","geometry":{"type":"Point","coordinates":[-0.0557269,51.5305596]},"properties":{"@type":"node","@id":5599806672,"@timestamp":1525596997},"coords":"51.5305596,-0.0557269","bedrooms":"0","price":"248000","area":"415"} , +{"type":"Feature","id":"n5599828302","geometry":{"type":"Point","coordinates":[-0.9843971,51.4506712]},"properties":{"@type":"node","@id":5599828302,"@timestamp":1525598284},"coords":"51.4506712,-0.9843971","bedrooms":"1","price":"281000","area":"495"} , +{"type":"Feature","id":"n5599877168","geometry":{"type":"Point","coordinates":[-0.9765771,51.4537769]},"properties":{"@type":"node","@id":5599877168,"@timestamp":1615025677},"coords":"51.4537769,-0.9765771","bedrooms":"1","price":"269000","area":"465"} , +{"type":"Feature","id":"n5600007821","geometry":{"type":"Point","coordinates":[-0.991272,51.4587478]},"properties":{"@type":"node","@id":5600007821,"@timestamp":1525607598},"coords":"51.4587478,-0.991272","bedrooms":"0","price":"276000","area":"545"} , +{"type":"Feature","id":"n5600025016","geometry":{"type":"Point","coordinates":[0.0697328,51.5676079]},"properties":{"@type":"node","@id":5600025016,"@timestamp":1572266039},"coords":"51.5676079,0.0697328","bedrooms":"4","price":"218000","area":"649"} , +{"type":"Feature","id":"n5600037525","geometry":{"type":"Point","coordinates":[-0.9970375,51.4608897]},"properties":{"@type":"node","@id":5600037525,"@timestamp":1525609296},"coords":"51.4608897,-0.9970375","bedrooms":"0","price":"171000","area":"446"} , +{"type":"Feature","id":"n5600225625","geometry":{"type":"Point","coordinates":[-1.0172723,51.4498335]},"properties":{"@type":"node","@id":5600225625,"@timestamp":1525615029},"coords":"51.4498335,-1.0172723","bedrooms":"3","price":"255000","area":"488"} , +{"type":"Feature","id":"n5600659375","geometry":{"type":"Point","coordinates":[-0.1748166,51.5160243]},"properties":{"@type":"node","@id":5600659375,"@timestamp":1628441487},"coords":"51.5160243,-0.1748166","bedrooms":"4","price":"285000","area":"587"} , +{"type":"Feature","id":"n5600672519","geometry":{"type":"Point","coordinates":[-0.0815244,51.2333031]},"properties":{"@type":"node","@id":5600672519,"@timestamp":1525633508},"coords":"51.2333031,-0.0815244","bedrooms":"1","price":"214000","area":"483"} , +{"type":"Feature","id":"n5600703846","geometry":{"type":"Point","coordinates":[-0.1659076,51.5199829]},"properties":{"@type":"node","@id":5600703846,"@timestamp":1626528296},"coords":"51.5199829,-0.1659076","bedrooms":"4","price":"164000","area":"676"} , +{"type":"Feature","id":"n5600788769","geometry":{"type":"Point","coordinates":[-0.411424,51.5609472]},"properties":{"@type":"node","@id":5600788769,"@timestamp":1561355768},"coords":"51.5609472,-0.411424","bedrooms":"1","price":"298000","area":"373"} , +{"type":"Feature","id":"n5600934874","geometry":{"type":"Point","coordinates":[-0.1092758,51.5179691]},"properties":{"@type":"node","@id":5600934874,"@timestamp":1564903671},"coords":"51.5179691,-0.1092758","bedrooms":"3","price":"210000","area":"441"} , +{"type":"Feature","id":"n5601088363","geometry":{"type":"Point","coordinates":[-0.0296736,51.6485837]},"properties":{"@type":"node","@id":5601088363,"@timestamp":1525662667},"coords":"51.6485837,-0.0296736","bedrooms":"3","price":"231000","area":"564"} , +{"type":"Feature","id":"n5601613726","geometry":{"type":"Point","coordinates":[-0.1795751,51.1333342]},"properties":{"@type":"node","@id":5601613726,"@timestamp":1525682731},"coords":"51.1333342,-0.1795751","bedrooms":"0","price":"190000","area":"612"} , +{"type":"Feature","id":"n5601844029","geometry":{"type":"Point","coordinates":[-1.0273971,51.4463886]},"properties":{"@type":"node","@id":5601844029,"@timestamp":1539443838},"coords":"51.4463886,-1.0273971","bedrooms":"3","price":"233000","area":"526"} , +{"type":"Feature","id":"n5602058260","geometry":{"type":"Point","coordinates":[-0.256964,51.581016]},"properties":{"@type":"node","@id":5602058260,"@timestamp":1525692436},"coords":"51.581016,-0.256964","bedrooms":"0","price":"261000","area":"537"} , +{"type":"Feature","id":"n5602058270","geometry":{"type":"Point","coordinates":[-0.2562149,51.5801505]},"properties":{"@type":"node","@id":5602058270,"@timestamp":1525692436},"coords":"51.5801505,-0.2562149","bedrooms":"2","price":"194000","area":"468"} , +{"type":"Feature","id":"n5602058280","geometry":{"type":"Point","coordinates":[-0.256145,51.5785633]},"properties":{"@type":"node","@id":5602058280,"@timestamp":1525692436},"coords":"51.5785633,-0.256145","bedrooms":"3","price":"277000","area":"585"} , +{"type":"Feature","id":"n5602058290","geometry":{"type":"Point","coordinates":[-0.256463,51.5808301]},"properties":{"@type":"node","@id":5602058290,"@timestamp":1525692437},"coords":"51.5808301,-0.256463","bedrooms":"1","price":"193000","area":"608"} , +{"type":"Feature","id":"n5602058300","geometry":{"type":"Point","coordinates":[-0.2559373,51.5821009]},"properties":{"@type":"node","@id":5602058300,"@timestamp":1525692437},"coords":"51.5821009,-0.2559373","bedrooms":"1","price":"267000","area":"670"} , +{"type":"Feature","id":"n5602058310","geometry":{"type":"Point","coordinates":[-0.2553132,51.581565]},"properties":{"@type":"node","@id":5602058310,"@timestamp":1525692437},"coords":"51.581565,-0.2553132","bedrooms":"0","price":"272000","area":"379"} , +{"type":"Feature","id":"n5602117434","geometry":{"type":"Point","coordinates":[0.0458254,51.4363755]},"properties":{"@type":"node","@id":5602117434,"@timestamp":1525702490},"coords":"51.4363755,0.0458254","bedrooms":"1","price":"245000","area":"531"} , +{"type":"Feature","id":"n5602709595","geometry":{"type":"Point","coordinates":[-0.0573778,51.5342662]},"properties":{"@type":"node","@id":5602709595,"@timestamp":1525714834},"coords":"51.5342662,-0.0573778","bedrooms":"3","price":"209000","area":"594"} , +{"type":"Feature","id":"n5603199057","geometry":{"type":"Point","coordinates":[-0.1324234,51.5851547]},"properties":{"@type":"node","@id":5603199057,"@timestamp":1620673929},"coords":"51.5851547,-0.1324234","bedrooms":"1","price":"177000","area":"677"} , +{"type":"Feature","id":"n5604270621","geometry":{"type":"Point","coordinates":[-0.9420756,51.7708915]},"properties":{"@type":"node","@id":5604270621,"@timestamp":1525777387},"coords":"51.7708915,-0.9420756","bedrooms":"3","price":"150000","area":"495"} , +{"type":"Feature","id":"n5604270653","geometry":{"type":"Point","coordinates":[-0.9785382,51.7479675]},"properties":{"@type":"node","@id":5604270653,"@timestamp":1525777388},"coords":"51.7479675,-0.9785382","bedrooms":"2","price":"171000","area":"598"} , +{"type":"Feature","id":"n5604368601","geometry":{"type":"Point","coordinates":[-1.0148769,51.4451766]},"properties":{"@type":"node","@id":5604368601,"@timestamp":1525780142},"coords":"51.4451766,-1.0148769","bedrooms":"4","price":"167000","area":"664"} , +{"type":"Feature","id":"n5604368611","geometry":{"type":"Point","coordinates":[-1.0189014,51.4440732]},"properties":{"@type":"node","@id":5604368611,"@timestamp":1525780143},"coords":"51.4440732,-1.0189014","bedrooms":"0","price":"248000","area":"523"} , +{"type":"Feature","id":"n5604534502","geometry":{"type":"Point","coordinates":[-0.2032329,51.3834866]},"properties":{"@type":"node","@id":5604534502,"@timestamp":1525785923},"coords":"51.3834866,-0.2032329","bedrooms":"3","price":"272000","area":"500"} , +{"type":"Feature","id":"n5604534512","geometry":{"type":"Point","coordinates":[-0.2024323,51.3839425]},"properties":{"@type":"node","@id":5604534512,"@timestamp":1525785923},"coords":"51.3839425,-0.2024323","bedrooms":"1","price":"183000","area":"524"} , +{"type":"Feature","id":"n5604710780","geometry":{"type":"Point","coordinates":[-0.8571766,51.5470192]},"properties":{"@type":"node","@id":5604710780,"@timestamp":1539461468},"coords":"51.5470192,-0.8571766","bedrooms":"2","price":"188000","area":"637"} , +{"type":"Feature","id":"n5605065083","geometry":{"type":"Point","coordinates":[-0.2620143,51.2189658]},"properties":{"@type":"node","@id":5605065083,"@timestamp":1525804466},"coords":"51.2189658,-0.2620143","bedrooms":"0","price":"250000","area":"489"} , +{"type":"Feature","id":"n5605065099","geometry":{"type":"Point","coordinates":[-0.2773875,51.2231416]},"properties":{"@type":"node","@id":5605065099,"@timestamp":1608032217},"coords":"51.2231416,-0.2773875","bedrooms":"4","price":"258000","area":"493"} , +{"type":"Feature","id":"n5605117449","geometry":{"type":"Point","coordinates":[-0.2473319,51.2244372]},"properties":{"@type":"node","@id":5605117449,"@timestamp":1525806938},"coords":"51.2244372,-0.2473319","bedrooms":"1","price":"287000","area":"572"} , +{"type":"Feature","id":"n5605467097","geometry":{"type":"Point","coordinates":[-0.9753,51.4678628]},"properties":{"@type":"node","@id":5605467097,"@timestamp":1525816362},"coords":"51.4678628,-0.9753","bedrooms":"3","price":"150000","area":"592"} , +{"type":"Feature","id":"n5605467683","geometry":{"type":"Point","coordinates":[-0.9726843,51.4729683]},"properties":{"@type":"node","@id":5605467683,"@timestamp":1578578806},"coords":"51.4729683,-0.9726843","bedrooms":"4","price":"256000","area":"503"} , +{"type":"Feature","id":"n5605966539","geometry":{"type":"Point","coordinates":[-0.1354755,51.524913]},"properties":{"@type":"node","@id":5605966539,"@timestamp":1525832420},"coords":"51.524913,-0.1354755","bedrooms":"2","price":"289000","area":"597"} , +{"type":"Feature","id":"n5606780320","geometry":{"type":"Point","coordinates":[0.048716,51.4390266]},"properties":{"@type":"node","@id":5606780320,"@timestamp":1525860344},"coords":"51.4390266,0.048716","bedrooms":"3","price":"281000","area":"412"} , +{"type":"Feature","id":"n5606813945","geometry":{"type":"Point","coordinates":[-0.2659694,51.5011408]},"properties":{"@type":"node","@id":5606813945,"@timestamp":1538148866},"coords":"51.5011408,-0.2659694","bedrooms":"1","price":"262000","area":"544"} , +{"type":"Feature","id":"n5606949430","geometry":{"type":"Point","coordinates":[-1.0112173,51.442885]},"properties":{"@type":"node","@id":5606949430,"@timestamp":1525865850},"coords":"51.442885,-1.0112173","bedrooms":"2","price":"241000","area":"473"} , +{"type":"Feature","id":"n5606990325","geometry":{"type":"Point","coordinates":[-1.0176637,51.4426804]},"properties":{"@type":"node","@id":5606990325,"@timestamp":1635086986},"coords":"51.4426804,-1.0176637","bedrooms":"3","price":"192000","area":"350"} , +{"type":"Feature","id":"n5606990335","geometry":{"type":"Point","coordinates":[-1.0193965,51.443491]},"properties":{"@type":"node","@id":5606990335,"@timestamp":1525867132},"coords":"51.443491,-1.0193965","bedrooms":"1","price":"252000","area":"655"} , +{"type":"Feature","id":"n5607367605","geometry":{"type":"Point","coordinates":[-0.1896758,51.5432676]},"properties":{"@type":"node","@id":5607367605,"@timestamp":1525877405},"coords":"51.5432676,-0.1896758","bedrooms":"4","price":"211000","area":"691"} , +{"type":"Feature","id":"n5607806990","geometry":{"type":"Point","coordinates":[-0.0950748,51.5709054]},"properties":{"@type":"node","@id":5607806990,"@timestamp":1634991812},"coords":"51.5709054,-0.0950748","bedrooms":"3","price":"269000","area":"492"} , +{"type":"Feature","id":"n5607970088","geometry":{"type":"Point","coordinates":[-0.6570487,51.7941165]},"properties":{"@type":"node","@id":5607970088,"@timestamp":1525899877},"coords":"51.7941165,-0.6570487","bedrooms":"0","price":"152000","area":"466"} , +{"type":"Feature","id":"n5607970235","geometry":{"type":"Point","coordinates":[-0.6440904,51.8183689]},"properties":{"@type":"node","@id":5607970235,"@timestamp":1525899878},"coords":"51.8183689,-0.6440904","bedrooms":"2","price":"251000","area":"601"} , +{"type":"Feature","id":"n5607970249","geometry":{"type":"Point","coordinates":[-0.6441124,51.8182398]},"properties":{"@type":"node","@id":5607970249,"@timestamp":1525899878},"coords":"51.8182398,-0.6441124","bedrooms":"4","price":"255000","area":"568"} , +{"type":"Feature","id":"n5607970300","geometry":{"type":"Point","coordinates":[-0.6504243,51.8164201]},"properties":{"@type":"node","@id":5607970300,"@timestamp":1525899880},"coords":"51.8164201,-0.6504243","bedrooms":"1","price":"240000","area":"644"} , +{"type":"Feature","id":"n5607970395","geometry":{"type":"Point","coordinates":[-0.644736,51.8163612]},"properties":{"@type":"node","@id":5607970395,"@timestamp":1525899881},"coords":"51.8163612,-0.644736","bedrooms":"1","price":"241000","area":"544"} , +{"type":"Feature","id":"n5608039625","geometry":{"type":"Point","coordinates":[-0.0567448,51.5343976]},"properties":{"@type":"node","@id":5608039625,"@timestamp":1525902524},"coords":"51.5343976,-0.0567448","bedrooms":"4","price":"276000","area":"497"} , +{"type":"Feature","id":"n5608039636","geometry":{"type":"Point","coordinates":[-0.0561614,51.5343692]},"properties":{"@type":"node","@id":5608039636,"@timestamp":1525902525},"coords":"51.5343692,-0.0561614","bedrooms":"4","price":"166000","area":"353"} , +{"type":"Feature","id":"n5608136621","geometry":{"type":"Point","coordinates":[-0.0341648,51.4907781]},"properties":{"@type":"node","@id":5608136621,"@timestamp":1525905859},"coords":"51.4907781,-0.0341648","bedrooms":"1","price":"261000","area":"451"} , +{"type":"Feature","id":"n5608346864","geometry":{"type":"Point","coordinates":[-0.0883084,51.4705036]},"properties":{"@type":"node","@id":5608346864,"@timestamp":1579705114},"coords":"51.4705036,-0.0883084","bedrooms":"4","price":"194000","area":"560"} , +{"type":"Feature","id":"n5609083767","geometry":{"type":"Point","coordinates":[-0.160132,51.5667313]},"properties":{"@type":"node","@id":5609083767,"@timestamp":1525949432},"coords":"51.5667313,-0.160132","bedrooms":"2","price":"231000","area":"477"} , +{"type":"Feature","id":"n5609754547","geometry":{"type":"Point","coordinates":[-0.0886196,51.4693629]},"properties":{"@type":"node","@id":5609754547,"@timestamp":1525968932},"coords":"51.4693629,-0.0886196","bedrooms":"3","price":"268000","area":"495"} , +{"type":"Feature","id":"n5610035555","geometry":{"type":"Point","coordinates":[-0.1360442,51.5134774]},"properties":{"@type":"node","@id":5610035555,"@timestamp":1525978661},"coords":"51.5134774,-0.1360442","bedrooms":"3","price":"288000","area":"489"} , +{"type":"Feature","id":"n5610135604","geometry":{"type":"Point","coordinates":[-0.1325862,51.5225293]},"properties":{"@type":"node","@id":5610135604,"@timestamp":1630091345},"coords":"51.5225293,-0.1325862","bedrooms":"0","price":"178000","area":"555"} , +{"type":"Feature","id":"n5610161834","geometry":{"type":"Point","coordinates":[-0.134934,51.5215563]},"properties":{"@type":"node","@id":5610161834,"@timestamp":1606267334},"coords":"51.5215563,-0.134934","bedrooms":"0","price":"284000","area":"423"} , +{"type":"Feature","id":"n5610184206","geometry":{"type":"Point","coordinates":[-0.057408,51.5346537]},"properties":{"@type":"node","@id":5610184206,"@timestamp":1525983931},"coords":"51.5346537,-0.057408","bedrooms":"2","price":"209000","area":"497"} , +{"type":"Feature","id":"n5610560484","geometry":{"type":"Point","coordinates":[-0.1525501,51.5439511]},"properties":{"@type":"node","@id":5610560484,"@timestamp":1630186436},"coords":"51.5439511,-0.1525501","bedrooms":"1","price":"295000","area":"379"} , +{"type":"Feature","id":"n5611424828","geometry":{"type":"Point","coordinates":[0.5310242,51.6137231]},"properties":{"@type":"node","@id":5611424828,"@timestamp":1526037384},"coords":"51.6137231,0.5310242","bedrooms":"0","price":"289000","area":"518"} , +{"type":"Feature","id":"n5611509132","geometry":{"type":"Point","coordinates":[0.5237727,51.383755]},"properties":{"@type":"node","@id":5611509132,"@timestamp":1526054024},"coords":"51.383755,0.5237727","bedrooms":"0","price":"252000","area":"515"} , +{"type":"Feature","id":"n5612081390","geometry":{"type":"Point","coordinates":[-1.022255,51.4437427]},"properties":{"@type":"node","@id":5612081390,"@timestamp":1574078365},"coords":"51.4437427,-1.022255","bedrooms":"0","price":"242000","area":"467"} , +{"type":"Feature","id":"n5612224961","geometry":{"type":"Point","coordinates":[-0.1469369,51.5193842]},"properties":{"@type":"node","@id":5612224961,"@timestamp":1581191413},"coords":"51.5193842,-0.1469369","bedrooms":"4","price":"222000","area":"673"} , +{"type":"Feature","id":"n5612350128","geometry":{"type":"Point","coordinates":[-0.057115,51.5366395]},"properties":{"@type":"node","@id":5612350128,"@timestamp":1526071444},"coords":"51.5366395,-0.057115","bedrooms":"3","price":"154000","area":"582"} , +{"type":"Feature","id":"n5612350303","geometry":{"type":"Point","coordinates":[-0.0573,51.5351872]},"properties":{"@type":"node","@id":5612350303,"@timestamp":1526071447},"coords":"51.5351872,-0.0573","bedrooms":"2","price":"249000","area":"579"} , +{"type":"Feature","id":"n5612608512","geometry":{"type":"Point","coordinates":[-0.831541,51.7243258]},"properties":{"@type":"node","@id":5612608512,"@timestamp":1526079263},"coords":"51.7243258,-0.831541","bedrooms":"2","price":"172000","area":"520"} , +{"type":"Feature","id":"n5612608537","geometry":{"type":"Point","coordinates":[-0.8297762,51.7218772]},"properties":{"@type":"node","@id":5612608537,"@timestamp":1526079264},"coords":"51.7218772,-0.8297762","bedrooms":"3","price":"277000","area":"580"} , +{"type":"Feature","id":"n5612608549","geometry":{"type":"Point","coordinates":[-0.7443827,51.761727]},"properties":{"@type":"node","@id":5612608549,"@timestamp":1526079264},"coords":"51.761727,-0.7443827","bedrooms":"3","price":"197000","area":"416"} , +{"type":"Feature","id":"n5612608559","geometry":{"type":"Point","coordinates":[-0.7420318,51.7625827]},"properties":{"@type":"node","@id":5612608559,"@timestamp":1526079265},"coords":"51.7625827,-0.7420318","bedrooms":"2","price":"192000","area":"585"} , +{"type":"Feature","id":"n5612608569","geometry":{"type":"Point","coordinates":[-0.7392251,51.7638469]},"properties":{"@type":"node","@id":5612608569,"@timestamp":1526079265},"coords":"51.7638469,-0.7392251","bedrooms":"4","price":"257000","area":"692"} , +{"type":"Feature","id":"n5612608726","geometry":{"type":"Point","coordinates":[-0.6594624,51.79432]},"properties":{"@type":"node","@id":5612608726,"@timestamp":1630772477},"coords":"51.79432,-0.6594624","bedrooms":"0","price":"261000","area":"381"} , +{"type":"Feature","id":"n5612608742","geometry":{"type":"Point","coordinates":[-0.6581832,51.8065898]},"properties":{"@type":"node","@id":5612608742,"@timestamp":1526079269},"coords":"51.8065898,-0.6581832","bedrooms":"0","price":"247000","area":"616"} , +{"type":"Feature","id":"n5612608770","geometry":{"type":"Point","coordinates":[-0.6615324,51.7936118]},"properties":{"@type":"node","@id":5612608770,"@timestamp":1630772454},"coords":"51.7936118,-0.6615324","bedrooms":"2","price":"270000","area":"560"} , +{"type":"Feature","id":"n5612608929","geometry":{"type":"Point","coordinates":[-0.7857915,51.8058219]},"properties":{"@type":"node","@id":5612608929,"@timestamp":1526079271},"coords":"51.8058219,-0.7857915","bedrooms":"0","price":"274000","area":"418"} , +{"type":"Feature","id":"n5612690540","geometry":{"type":"Point","coordinates":[-0.0451911,51.544098]},"properties":{"@type":"node","@id":5612690540,"@timestamp":1612357271},"coords":"51.544098,-0.0451911","bedrooms":"2","price":"228000","area":"536"} , +{"type":"Feature","id":"n5613476631","geometry":{"type":"Point","coordinates":[-0.0570083,51.537862]},"properties":{"@type":"node","@id":5613476631,"@timestamp":1632059412},"coords":"51.537862,-0.0570083","bedrooms":"0","price":"250000","area":"519"} , +{"type":"Feature","id":"n5613476677","geometry":{"type":"Point","coordinates":[-0.0571304,51.5373949]},"properties":{"@type":"node","@id":5613476677,"@timestamp":1526125778},"coords":"51.5373949,-0.0571304","bedrooms":"0","price":"248000","area":"435"} , +{"type":"Feature","id":"n5613513288","geometry":{"type":"Point","coordinates":[0.0029655,51.4627299]},"properties":{"@type":"node","@id":5613513288,"@timestamp":1526128271},"coords":"51.4627299,0.0029655","bedrooms":"2","price":"191000","area":"414"} , +{"type":"Feature","id":"n5613812435","geometry":{"type":"Point","coordinates":[0.0017223,51.4632248]},"properties":{"@type":"node","@id":5613812435,"@timestamp":1625886909},"coords":"51.4632248,0.0017223","bedrooms":"1","price":"299000","area":"368"} , +{"type":"Feature","id":"n5613874725","geometry":{"type":"Point","coordinates":[-0.1383806,51.5164583]},"properties":{"@type":"node","@id":5613874725,"@timestamp":1603470532},"coords":"51.5164583,-0.1383806","bedrooms":"1","price":"258000","area":"474"} , +{"type":"Feature","id":"n5613921083","geometry":{"type":"Point","coordinates":[0.0006545,51.4641984]},"properties":{"@type":"node","@id":5613921083,"@timestamp":1526338235},"coords":"51.4641984,0.0006545","bedrooms":"3","price":"202000","area":"551"} , +{"type":"Feature","id":"n5613956162","geometry":{"type":"Point","coordinates":[-0.8541664,51.4188193]},"properties":{"@type":"node","@id":5613956162,"@timestamp":1526149299},"coords":"51.4188193,-0.8541664","bedrooms":"3","price":"242000","area":"517"} , +{"type":"Feature","id":"n5613965618","geometry":{"type":"Point","coordinates":[-0.8762406,51.431147]},"properties":{"@type":"node","@id":5613965618,"@timestamp":1526150268},"coords":"51.431147,-0.8762406","bedrooms":"1","price":"238000","area":"388"} , +{"type":"Feature","id":"n5613986628","geometry":{"type":"Point","coordinates":[-1.0760194,51.4347254]},"properties":{"@type":"node","@id":5613986628,"@timestamp":1572012931},"coords":"51.4347254,-1.0760194","bedrooms":"0","price":"217000","area":"605"} , +{"type":"Feature","id":"n5614077964","geometry":{"type":"Point","coordinates":[-0.1410118,51.5151808]},"properties":{"@type":"node","@id":5614077964,"@timestamp":1600337107},"coords":"51.5151808,-0.1410118","bedrooms":"3","price":"199000","area":"509"} , +{"type":"Feature","id":"n5614311421","geometry":{"type":"Point","coordinates":[-0.0565209,51.5393163]},"properties":{"@type":"node","@id":5614311421,"@timestamp":1526168019},"coords":"51.5393163,-0.0565209","bedrooms":"4","price":"153000","area":"389"} , +{"type":"Feature","id":"n5614311484","geometry":{"type":"Point","coordinates":[-0.0572095,51.5384275]},"properties":{"@type":"node","@id":5614311484,"@timestamp":1526168020},"coords":"51.5384275,-0.0572095","bedrooms":"3","price":"246000","area":"678"} , +{"type":"Feature","id":"n5614590554","geometry":{"type":"Point","coordinates":[-0.1185449,51.5288321]},"properties":{"@type":"node","@id":5614590554,"@timestamp":1526192502},"coords":"51.5288321,-0.1185449","bedrooms":"1","price":"270000","area":"485"} , +{"type":"Feature","id":"n5614975199","geometry":{"type":"Point","coordinates":[-0.1441363,51.5148744]},"properties":{"@type":"node","@id":5614975199,"@timestamp":1590246688},"coords":"51.5148744,-0.1441363","bedrooms":"0","price":"164000","area":"658"} , +{"type":"Feature","id":"n5615082479","geometry":{"type":"Point","coordinates":[-0.8520342,51.7346223]},"properties":{"@type":"node","@id":5615082479,"@timestamp":1530047537},"coords":"51.7346223,-0.8520342","bedrooms":"4","price":"223000","area":"408"} , +{"type":"Feature","id":"n5615082701","geometry":{"type":"Point","coordinates":[-0.9836948,51.7452964]},"properties":{"@type":"node","@id":5615082701,"@timestamp":1526216615},"coords":"51.7452964,-0.9836948","bedrooms":"2","price":"196000","area":"562"} , +{"type":"Feature","id":"n5615082851","geometry":{"type":"Point","coordinates":[-0.9777631,51.7472327]},"properties":{"@type":"node","@id":5615082851,"@timestamp":1526216617},"coords":"51.7472327,-0.9777631","bedrooms":"0","price":"248000","area":"581"} , +{"type":"Feature","id":"n5615133972","geometry":{"type":"Point","coordinates":[-0.0494827,51.8060409]},"properties":{"@type":"node","@id":5615133972,"@timestamp":1526219513},"coords":"51.8060409,-0.0494827","bedrooms":"0","price":"286000","area":"625"} , +{"type":"Feature","id":"n5616159559","geometry":{"type":"Point","coordinates":[-0.0557899,51.5401521]},"properties":{"@type":"node","@id":5616159559,"@timestamp":1526256745},"coords":"51.5401521,-0.0557899","bedrooms":"3","price":"241000","area":"411"} , +{"type":"Feature","id":"n5616278333","geometry":{"type":"Point","coordinates":[0.0186391,51.4037692]},"properties":{"@type":"node","@id":5616278333,"@timestamp":1564903671},"coords":"51.4037692,0.0186391","bedrooms":"3","price":"177000","area":"515"} , +{"type":"Feature","id":"n5616339641","geometry":{"type":"Point","coordinates":[-0.2393675,51.4494352]},"properties":{"@type":"node","@id":5616339641,"@timestamp":1632662062},"coords":"51.4494352,-0.2393675","bedrooms":"4","price":"195000","area":"427"} , +{"type":"Feature","id":"n5617299043","geometry":{"type":"Point","coordinates":[-0.2167476,51.1111508]},"properties":{"@type":"node","@id":5617299043,"@timestamp":1526297579},"coords":"51.1111508,-0.2167476","bedrooms":"2","price":"285000","area":"678"} , +{"type":"Feature","id":"n5617396085","geometry":{"type":"Point","coordinates":[-0.7607925,51.4173738]},"properties":{"@type":"node","@id":5617396085,"@timestamp":1585686559},"coords":"51.4173738,-0.7607925","bedrooms":"4","price":"232000","area":"462"} , +{"type":"Feature","id":"n5617768592","geometry":{"type":"Point","coordinates":[0.1071634,51.1653123]},"properties":{"@type":"node","@id":5617768592,"@timestamp":1526310992},"coords":"51.1653123,0.1071634","bedrooms":"3","price":"225000","area":"449"} , +{"type":"Feature","id":"n5617882774","geometry":{"type":"Point","coordinates":[-0.1456653,51.5142764]},"properties":{"@type":"node","@id":5617882774,"@timestamp":1578852195},"coords":"51.5142764,-0.1456653","bedrooms":"2","price":"299000","area":"503"} , +{"type":"Feature","id":"n5617920024","geometry":{"type":"Point","coordinates":[0.580055,51.37739]},"properties":{"@type":"node","@id":5617920024,"@timestamp":1526315959},"coords":"51.37739,0.580055","bedrooms":"1","price":"192000","area":"425"} , +{"type":"Feature","id":"n5618347909","geometry":{"type":"Point","coordinates":[-0.7217633,51.8994158]},"properties":{"@type":"node","@id":5618347909,"@timestamp":1526330907},"coords":"51.8994158,-0.7217633","bedrooms":"3","price":"246000","area":"491"} , +{"type":"Feature","id":"n5618420304","geometry":{"type":"Point","coordinates":[-0.0552319,51.5402646]},"properties":{"@type":"node","@id":5618420304,"@timestamp":1526333958},"coords":"51.5402646,-0.0552319","bedrooms":"4","price":"273000","area":"454"} , +{"type":"Feature","id":"n5618695996","geometry":{"type":"Point","coordinates":[0.2546576,51.4378258]},"properties":{"@type":"node","@id":5618695996,"@timestamp":1630721627},"coords":"51.4378258,0.2546576","bedrooms":"3","price":"285000","area":"655"} , +{"type":"Feature","id":"n5618838492","geometry":{"type":"Point","coordinates":[-0.257806,51.5932798]},"properties":{"@type":"node","@id":5618838492,"@timestamp":1526357997},"coords":"51.5932798,-0.257806","bedrooms":"0","price":"260000","area":"535"} , +{"type":"Feature","id":"n5619570536","geometry":{"type":"Point","coordinates":[-0.1137571,51.5220863]},"properties":{"@type":"node","@id":5619570536,"@timestamp":1572815160},"coords":"51.5220863,-0.1137571","bedrooms":"0","price":"265000","area":"604"} , +{"type":"Feature","id":"n5619646830","geometry":{"type":"Point","coordinates":[-0.7606848,51.4159728]},"properties":{"@type":"node","@id":5619646830,"@timestamp":1526386712},"coords":"51.4159728,-0.7606848","bedrooms":"2","price":"274000","area":"446"} , +{"type":"Feature","id":"n5619647288","geometry":{"type":"Point","coordinates":[-0.7367671,51.4160124]},"properties":{"@type":"node","@id":5619647288,"@timestamp":1526386720},"coords":"51.4160124,-0.7367671","bedrooms":"2","price":"191000","area":"534"} , +{"type":"Feature","id":"n5619871347","geometry":{"type":"Point","coordinates":[-0.754761,51.4157757]},"properties":{"@type":"node","@id":5619871347,"@timestamp":1526393060},"coords":"51.4157757,-0.754761","bedrooms":"0","price":"188000","area":"437"} , +{"type":"Feature","id":"n5619871407","geometry":{"type":"Point","coordinates":[-0.7669387,51.4167488]},"properties":{"@type":"node","@id":5619871407,"@timestamp":1526393061},"coords":"51.4167488,-0.7669387","bedrooms":"2","price":"239000","area":"630"} , +{"type":"Feature","id":"n5620495752","geometry":{"type":"Point","coordinates":[-0.7217284,51.2722407]},"properties":{"@type":"node","@id":5620495752,"@timestamp":1539031933},"coords":"51.2722407,-0.7217284","bedrooms":"3","price":"191000","area":"597"} , +{"type":"Feature","id":"n5620565730","geometry":{"type":"Point","coordinates":[-0.7784012,51.5727925]},"properties":{"@type":"node","@id":5620565730,"@timestamp":1526415795},"coords":"51.5727925,-0.7784012","bedrooms":"1","price":"295000","area":"677"} , +{"type":"Feature","id":"n5620565741","geometry":{"type":"Point","coordinates":[-0.7782255,51.5729871]},"properties":{"@type":"node","@id":5620565741,"@timestamp":1526415796},"coords":"51.5729871,-0.7782255","bedrooms":"1","price":"200000","area":"392"} , +{"type":"Feature","id":"n5620565796","geometry":{"type":"Point","coordinates":[-0.7776582,51.574705]},"properties":{"@type":"node","@id":5620565796,"@timestamp":1526415797},"coords":"51.574705,-0.7776582","bedrooms":"2","price":"162000","area":"463"} , +{"type":"Feature","id":"n5620565956","geometry":{"type":"Point","coordinates":[-0.7748795,51.5741324]},"properties":{"@type":"node","@id":5620565956,"@timestamp":1526415800},"coords":"51.5741324,-0.7748795","bedrooms":"1","price":"278000","area":"566"} , +{"type":"Feature","id":"n5620565990","geometry":{"type":"Point","coordinates":[-0.7763121,51.5734045]},"properties":{"@type":"node","@id":5620565990,"@timestamp":1629630100},"coords":"51.5734045,-0.7763121","bedrooms":"1","price":"245000","area":"693"} , +{"type":"Feature","id":"n5620566005","geometry":{"type":"Point","coordinates":[-0.7764781,51.5734848]},"properties":{"@type":"node","@id":5620566005,"@timestamp":1526415802},"coords":"51.5734848,-0.7764781","bedrooms":"0","price":"255000","area":"470"} , +{"type":"Feature","id":"n5620566126","geometry":{"type":"Point","coordinates":[-0.7769064,51.5721868]},"properties":{"@type":"node","@id":5620566126,"@timestamp":1629541697},"coords":"51.5721868,-0.7769064","bedrooms":"0","price":"291000","area":"492"} , +{"type":"Feature","id":"n5620566141","geometry":{"type":"Point","coordinates":[-0.7743007,51.5694479]},"properties":{"@type":"node","@id":5620566141,"@timestamp":1629138785},"coords":"51.5694479,-0.7743007","bedrooms":"3","price":"184000","area":"609"} , +{"type":"Feature","id":"n5620566155","geometry":{"type":"Point","coordinates":[-0.7757052,51.5708712]},"properties":{"@type":"node","@id":5620566155,"@timestamp":1632526993},"coords":"51.5708712,-0.7757052","bedrooms":"3","price":"277000","area":"660"} , +{"type":"Feature","id":"n5620566173","geometry":{"type":"Point","coordinates":[-0.774115,51.5686668]},"properties":{"@type":"node","@id":5620566173,"@timestamp":1526415805},"coords":"51.5686668,-0.774115","bedrooms":"4","price":"280000","area":"375"} , +{"type":"Feature","id":"n5620566198","geometry":{"type":"Point","coordinates":[-0.7739111,51.5705558]},"properties":{"@type":"node","@id":5620566198,"@timestamp":1526415806},"coords":"51.5705558,-0.7739111","bedrooms":"0","price":"277000","area":"679"} , +{"type":"Feature","id":"n5620566228","geometry":{"type":"Point","coordinates":[-0.7737811,51.5685643]},"properties":{"@type":"node","@id":5620566228,"@timestamp":1526415807},"coords":"51.5685643,-0.7737811","bedrooms":"4","price":"218000","area":"478"} , +{"type":"Feature","id":"n5620566283","geometry":{"type":"Point","coordinates":[-0.7639515,51.5685853]},"properties":{"@type":"node","@id":5620566283,"@timestamp":1526415809},"coords":"51.5685853,-0.7639515","bedrooms":"3","price":"169000","area":"381"} , +{"type":"Feature","id":"n5620566298","geometry":{"type":"Point","coordinates":[-0.769108,51.567511]},"properties":{"@type":"node","@id":5620566298,"@timestamp":1526415810},"coords":"51.567511,-0.769108","bedrooms":"0","price":"266000","area":"400"} , +{"type":"Feature","id":"n5620566328","geometry":{"type":"Point","coordinates":[-0.7766685,51.566291]},"properties":{"@type":"node","@id":5620566328,"@timestamp":1526415810},"coords":"51.566291,-0.7766685","bedrooms":"0","price":"185000","area":"545"} , +{"type":"Feature","id":"n5620566342","geometry":{"type":"Point","coordinates":[-0.7775201,51.5676815]},"properties":{"@type":"node","@id":5620566342,"@timestamp":1526415811},"coords":"51.5676815,-0.7775201","bedrooms":"2","price":"208000","area":"539"} , +{"type":"Feature","id":"n5620566362","geometry":{"type":"Point","coordinates":[-0.7788144,51.5679545]},"properties":{"@type":"node","@id":5620566362,"@timestamp":1526415812},"coords":"51.5679545,-0.7788144","bedrooms":"2","price":"157000","area":"588"} , +{"type":"Feature","id":"n5620566382","geometry":{"type":"Point","coordinates":[-0.7764553,51.5676498]},"properties":{"@type":"node","@id":5620566382,"@timestamp":1526415812},"coords":"51.5676498,-0.7764553","bedrooms":"0","price":"179000","area":"500"} , +{"type":"Feature","id":"n5620566392","geometry":{"type":"Point","coordinates":[-0.7776874,51.5667803]},"properties":{"@type":"node","@id":5620566392,"@timestamp":1526415813},"coords":"51.5667803,-0.7776874","bedrooms":"0","price":"280000","area":"466"} , +{"type":"Feature","id":"n5620566731","geometry":{"type":"Point","coordinates":[-0.7769021,51.5679855]},"properties":{"@type":"node","@id":5620566731,"@timestamp":1526415814},"coords":"51.5679855,-0.7769021","bedrooms":"4","price":"294000","area":"461"} , +{"type":"Feature","id":"n5620566774","geometry":{"type":"Point","coordinates":[-0.7794654,51.5704917]},"properties":{"@type":"node","@id":5620566774,"@timestamp":1526415815},"coords":"51.5704917,-0.7794654","bedrooms":"2","price":"257000","area":"601"} , +{"type":"Feature","id":"n5620773206","geometry":{"type":"Point","coordinates":[-0.7737154,51.5691711]},"properties":{"@type":"node","@id":5620773206,"@timestamp":1526422353},"coords":"51.5691711,-0.7737154","bedrooms":"1","price":"297000","area":"612"} , +{"type":"Feature","id":"n5621552145","geometry":{"type":"Point","coordinates":[-0.2591781,51.5943183]},"properties":{"@type":"node","@id":5621552145,"@timestamp":1526460015},"coords":"51.5943183,-0.2591781","bedrooms":"2","price":"186000","area":"474"} , +{"type":"Feature","id":"n5621806066","geometry":{"type":"Point","coordinates":[-0.8037148,51.4312332]},"properties":{"@type":"node","@id":5621806066,"@timestamp":1526468846},"coords":"51.4312332,-0.8037148","bedrooms":"0","price":"157000","area":"476"} , +{"type":"Feature","id":"n5622108691","geometry":{"type":"Point","coordinates":[-0.1058249,51.5033706]},"properties":{"@type":"node","@id":5622108691,"@timestamp":1526475988},"coords":"51.5033706,-0.1058249","bedrooms":"0","price":"181000","area":"589"} , +{"type":"Feature","id":"n5622918667","geometry":{"type":"Point","coordinates":[-0.2865701,51.4749361]},"properties":{"@type":"node","@id":5622918667,"@timestamp":1526497634},"coords":"51.4749361,-0.2865701","bedrooms":"2","price":"281000","area":"637"} , +{"type":"Feature","id":"n5623091595","geometry":{"type":"Point","coordinates":[0.1076141,51.6081844]},"properties":{"@type":"node","@id":5623091595,"@timestamp":1564903671},"coords":"51.6081844,0.1076141","bedrooms":"4","price":"204000","area":"554"} , +{"type":"Feature","id":"n5623309023","geometry":{"type":"Point","coordinates":[-0.0554332,51.541083]},"properties":{"@type":"node","@id":5623309023,"@timestamp":1526517573},"coords":"51.541083,-0.0554332","bedrooms":"0","price":"185000","area":"381"} , +{"type":"Feature","id":"n5623315686","geometry":{"type":"Point","coordinates":[0.2644539,51.4464837]},"properties":{"@type":"node","@id":5623315686,"@timestamp":1526518396},"coords":"51.4464837,0.2644539","bedrooms":"2","price":"210000","area":"370"} , +{"type":"Feature","id":"n5624140180","geometry":{"type":"Point","coordinates":[-0.3006593,51.4853928]},"properties":{"@type":"node","@id":5624140180,"@timestamp":1618677141},"coords":"51.4853928,-0.3006593","bedrooms":"2","price":"200000","area":"439"} , +{"type":"Feature","id":"n5624457598","geometry":{"type":"Point","coordinates":[0.1096739,51.5208868]},"properties":{"@type":"node","@id":5624457598,"@timestamp":1564903671},"coords":"51.5208868,0.1096739","bedrooms":"4","price":"248000","area":"580"} , +{"type":"Feature","id":"n5624623704","geometry":{"type":"Point","coordinates":[0.1623204,51.587042]},"properties":{"@type":"node","@id":5624623704,"@timestamp":1526564460},"coords":"51.587042,0.1623204","bedrooms":"1","price":"241000","area":"665"} , +{"type":"Feature","id":"n5624623718","geometry":{"type":"Point","coordinates":[0.1653221,51.5877503]},"properties":{"@type":"node","@id":5624623718,"@timestamp":1526564460},"coords":"51.5877503,0.1653221","bedrooms":"0","price":"239000","area":"576"} , +{"type":"Feature","id":"n5624954750","geometry":{"type":"Point","coordinates":[0.8401141,51.1292254]},"properties":{"@type":"node","@id":5624954750,"@timestamp":1591200042},"coords":"51.1292254,0.8401141","bedrooms":"3","price":"237000","area":"497"} , +{"type":"Feature","id":"n5625119483","geometry":{"type":"Point","coordinates":[-0.0963275,51.468656]},"properties":{"@type":"node","@id":5625119483,"@timestamp":1526581319},"coords":"51.468656,-0.0963275","bedrooms":"0","price":"279000","area":"400"} , +{"type":"Feature","id":"n5625119569","geometry":{"type":"Point","coordinates":[-0.0965681,51.4697153]},"properties":{"@type":"node","@id":5625119569,"@timestamp":1526581321},"coords":"51.4697153,-0.0965681","bedrooms":"1","price":"192000","area":"470"} , +{"type":"Feature","id":"n5625120656","geometry":{"type":"Point","coordinates":[-1.0639163,51.2729997]},"properties":{"@type":"node","@id":5625120656,"@timestamp":1526581749},"coords":"51.2729997,-1.0639163","bedrooms":"3","price":"220000","area":"553"} , +{"type":"Feature","id":"n5625218169","geometry":{"type":"Point","coordinates":[-0.6241852,51.3120785]},"properties":{"@type":"node","@id":5625218169,"@timestamp":1526584312},"coords":"51.3120785,-0.6241852","bedrooms":"1","price":"260000","area":"397"} , +{"type":"Feature","id":"n5625413228","geometry":{"type":"Point","coordinates":[-0.6218951,51.4035856]},"properties":{"@type":"node","@id":5625413228,"@timestamp":1526590196},"coords":"51.4035856,-0.6218951","bedrooms":"4","price":"228000","area":"493"} , +{"type":"Feature","id":"n5625643547","geometry":{"type":"Point","coordinates":[-0.2392101,51.576932]},"properties":{"@type":"node","@id":5625643547,"@timestamp":1526601098},"coords":"51.576932,-0.2392101","bedrooms":"2","price":"187000","area":"508"} , +{"type":"Feature","id":"n5626329331","geometry":{"type":"Point","coordinates":[-1.0663229,51.4355368]},"properties":{"@type":"node","@id":5626329331,"@timestamp":1526637306},"coords":"51.4355368,-1.0663229","bedrooms":"3","price":"165000","area":"515"} , +{"type":"Feature","id":"n5626329341","geometry":{"type":"Point","coordinates":[-1.0721974,51.434404]},"properties":{"@type":"node","@id":5626329341,"@timestamp":1558633311},"coords":"51.434404,-1.0721974","bedrooms":"2","price":"252000","area":"446"} , +{"type":"Feature","id":"n5626463084","geometry":{"type":"Point","coordinates":[-0.6748471,51.4108645]},"properties":{"@type":"node","@id":5626463084,"@timestamp":1595018001},"coords":"51.4108645,-0.6748471","bedrooms":"2","price":"246000","area":"641"} , +{"type":"Feature","id":"n5626463094","geometry":{"type":"Point","coordinates":[-0.6740543,51.4107827]},"properties":{"@type":"node","@id":5626463094,"@timestamp":1526642125},"coords":"51.4107827,-0.6740543","bedrooms":"4","price":"244000","area":"626"} , +{"type":"Feature","id":"n5626671144","geometry":{"type":"Point","coordinates":[-0.7590651,51.4172899]},"properties":{"@type":"node","@id":5626671144,"@timestamp":1526648128},"coords":"51.4172899,-0.7590651","bedrooms":"4","price":"272000","area":"392"} , +{"type":"Feature","id":"n5626683858","geometry":{"type":"Point","coordinates":[0.8400614,51.1283485]},"properties":{"@type":"node","@id":5626683858,"@timestamp":1526648581},"coords":"51.1283485,0.8400614","bedrooms":"3","price":"155000","area":"520"} , +{"type":"Feature","id":"n5626757221","geometry":{"type":"Point","coordinates":[-0.75298,51.4155467]},"properties":{"@type":"node","@id":5626757221,"@timestamp":1526650360},"coords":"51.4155467,-0.75298","bedrooms":"3","price":"168000","area":"401"} , +{"type":"Feature","id":"n5626786572","geometry":{"type":"Point","coordinates":[-0.6794936,51.411233]},"properties":{"@type":"node","@id":5626786572,"@timestamp":1526651375},"coords":"51.411233,-0.6794936","bedrooms":"3","price":"184000","area":"611"} , +{"type":"Feature","id":"n5626786623","geometry":{"type":"Point","coordinates":[-0.6808424,51.4115462]},"properties":{"@type":"node","@id":5626786623,"@timestamp":1526651376},"coords":"51.4115462,-0.6808424","bedrooms":"2","price":"295000","area":"677"} , +{"type":"Feature","id":"n5626786688","geometry":{"type":"Point","coordinates":[-0.6825648,51.4120442]},"properties":{"@type":"node","@id":5626786688,"@timestamp":1526651378},"coords":"51.4120442,-0.6825648","bedrooms":"3","price":"259000","area":"485"} , +{"type":"Feature","id":"n5626786698","geometry":{"type":"Point","coordinates":[-0.6833152,51.4116093]},"properties":{"@type":"node","@id":5626786698,"@timestamp":1526651378},"coords":"51.4116093,-0.6833152","bedrooms":"3","price":"254000","area":"353"} , +{"type":"Feature","id":"n5626786708","geometry":{"type":"Point","coordinates":[-0.6724235,51.4106752]},"properties":{"@type":"node","@id":5626786708,"@timestamp":1595018001},"coords":"51.4106752,-0.6724235","bedrooms":"0","price":"181000","area":"578"} , +{"type":"Feature","id":"n5627207260","geometry":{"type":"Point","coordinates":[0.4137265,51.2700008]},"properties":{"@type":"node","@id":5627207260,"@timestamp":1625009012},"coords":"51.2700008,0.4137265","bedrooms":"4","price":"279000","area":"537"} , +{"type":"Feature","id":"n5627476555","geometry":{"type":"Point","coordinates":[-0.0993785,51.4683461]},"properties":{"@type":"node","@id":5627476555,"@timestamp":1526675802},"coords":"51.4683461,-0.0993785","bedrooms":"2","price":"211000","area":"414"} , +{"type":"Feature","id":"n5627476577","geometry":{"type":"Point","coordinates":[-0.100491,51.4688645]},"properties":{"@type":"node","@id":5627476577,"@timestamp":1526675803},"coords":"51.4688645,-0.100491","bedrooms":"0","price":"199000","area":"405"} , +{"type":"Feature","id":"n5627783386","geometry":{"type":"Point","coordinates":[-0.0550067,51.5422345]},"properties":{"@type":"node","@id":5627783386,"@timestamp":1526688477},"coords":"51.5422345,-0.0550067","bedrooms":"0","price":"273000","area":"521"} , +{"type":"Feature","id":"n5627784237","geometry":{"type":"Point","coordinates":[-0.05546,51.5433942]},"properties":{"@type":"node","@id":5627784237,"@timestamp":1526688475},"coords":"51.5433942,-0.05546","bedrooms":"3","price":"270000","area":"442"} , +{"type":"Feature","id":"n5627784423","geometry":{"type":"Point","coordinates":[-0.0553641,51.542209]},"properties":{"@type":"node","@id":5627784423,"@timestamp":1526688478},"coords":"51.542209,-0.0553641","bedrooms":"0","price":"196000","area":"466"} , +{"type":"Feature","id":"n5627786944","geometry":{"type":"Point","coordinates":[-0.4695822,51.5576849]},"properties":{"@type":"node","@id":5627786944,"@timestamp":1625653696},"coords":"51.5576849,-0.4695822","bedrooms":"3","price":"248000","area":"428"} , +{"type":"Feature","id":"n5627841607","geometry":{"type":"Point","coordinates":[-0.099448,51.4718466]},"properties":{"@type":"node","@id":5627841607,"@timestamp":1526697246},"coords":"51.4718466,-0.099448","bedrooms":"3","price":"227000","area":"518"} , +{"type":"Feature","id":"n5627879347","geometry":{"type":"Point","coordinates":[-0.3104273,51.5323689]},"properties":{"@type":"node","@id":5627879347,"@timestamp":1526700924},"coords":"51.5323689,-0.3104273","bedrooms":"4","price":"151000","area":"418"} , +{"type":"Feature","id":"n5628207698","geometry":{"type":"Point","coordinates":[0.4419526,51.0550865]},"properties":{"@type":"node","@id":5628207698,"@timestamp":1526718678},"coords":"51.0550865,0.4419526","bedrooms":"2","price":"192000","area":"524"} , +{"type":"Feature","id":"n5628356692","geometry":{"type":"Point","coordinates":[0.0125179,51.5423833]},"properties":{"@type":"node","@id":5628356692,"@timestamp":1526724692},"coords":"51.5423833,0.0125179","bedrooms":"3","price":"198000","area":"412"} , +{"type":"Feature","id":"n5628578808","geometry":{"type":"Point","coordinates":[-0.3339084,51.2475269]},"properties":{"@type":"node","@id":5628578808,"@timestamp":1609435474},"coords":"51.2475269,-0.3339084","bedrooms":"0","price":"266000","area":"482"} , +{"type":"Feature","id":"n5628578820","geometry":{"type":"Point","coordinates":[-0.3359102,51.2429935]},"properties":{"@type":"node","@id":5628578820,"@timestamp":1609435474},"coords":"51.2429935,-0.3359102","bedrooms":"4","price":"197000","area":"679"} , +{"type":"Feature","id":"n5628720703","geometry":{"type":"Point","coordinates":[0.4250658,51.0557654]},"properties":{"@type":"node","@id":5628720703,"@timestamp":1526737851},"coords":"51.0557654,0.4250658","bedrooms":"0","price":"278000","area":"422"} , +{"type":"Feature","id":"n5628759143","geometry":{"type":"Point","coordinates":[-0.7397801,51.6236302]},"properties":{"@type":"node","@id":5628759143,"@timestamp":1526739844},"coords":"51.6236302,-0.7397801","bedrooms":"2","price":"212000","area":"486"} , +{"type":"Feature","id":"n5628759242","geometry":{"type":"Point","coordinates":[-0.7533452,51.6296499]},"properties":{"@type":"node","@id":5628759242,"@timestamp":1540124346},"coords":"51.6296499,-0.7533452","bedrooms":"3","price":"151000","area":"600"} , +{"type":"Feature","id":"n5628759277","geometry":{"type":"Point","coordinates":[-0.7562771,51.6320287]},"properties":{"@type":"node","@id":5628759277,"@timestamp":1540124346},"coords":"51.6320287,-0.7562771","bedrooms":"3","price":"295000","area":"681"} , +{"type":"Feature","id":"n5628759306","geometry":{"type":"Point","coordinates":[-0.7524655,51.6298856]},"properties":{"@type":"node","@id":5628759306,"@timestamp":1540124347},"coords":"51.6298856,-0.7524655","bedrooms":"0","price":"174000","area":"367"} , +{"type":"Feature","id":"n5628759436","geometry":{"type":"Point","coordinates":[-0.7552414,51.6303553]},"properties":{"@type":"node","@id":5628759436,"@timestamp":1526739848},"coords":"51.6303553,-0.7552414","bedrooms":"3","price":"182000","area":"421"} , +{"type":"Feature","id":"n5628759520","geometry":{"type":"Point","coordinates":[-0.7556143,51.6297551]},"properties":{"@type":"node","@id":5628759520,"@timestamp":1626800642},"coords":"51.6297551,-0.7556143","bedrooms":"3","price":"293000","area":"417"} , +{"type":"Feature","id":"n5628759640","geometry":{"type":"Point","coordinates":[-0.7521208,51.6294795]},"properties":{"@type":"node","@id":5628759640,"@timestamp":1624107553},"coords":"51.6294795,-0.7521208","bedrooms":"4","price":"299000","area":"465"} , +{"type":"Feature","id":"n5628759662","geometry":{"type":"Point","coordinates":[-0.7510924,51.6303738]},"properties":{"@type":"node","@id":5628759662,"@timestamp":1540124348},"coords":"51.6303738,-0.7510924","bedrooms":"3","price":"283000","area":"596"} , +{"type":"Feature","id":"n5628759683","geometry":{"type":"Point","coordinates":[-0.7482161,51.6296334]},"properties":{"@type":"node","@id":5628759683,"@timestamp":1544700742},"coords":"51.6296334,-0.7482161","bedrooms":"3","price":"179000","area":"386"} , +{"type":"Feature","id":"n5628760080","geometry":{"type":"Point","coordinates":[-0.7468075,51.6297843]},"properties":{"@type":"node","@id":5628760080,"@timestamp":1526739855},"coords":"51.6297843,-0.7468075","bedrooms":"2","price":"289000","area":"518"} , +{"type":"Feature","id":"n5628760276","geometry":{"type":"Point","coordinates":[-0.7402146,51.625735]},"properties":{"@type":"node","@id":5628760276,"@timestamp":1526739859},"coords":"51.625735,-0.7402146","bedrooms":"2","price":"193000","area":"633"} , +{"type":"Feature","id":"n5628760286","geometry":{"type":"Point","coordinates":[-0.7408,51.625936]},"properties":{"@type":"node","@id":5628760286,"@timestamp":1526739859},"coords":"51.625936,-0.7408","bedrooms":"1","price":"182000","area":"618"} , +{"type":"Feature","id":"n5628760300","geometry":{"type":"Point","coordinates":[-0.7434031,51.6269272]},"properties":{"@type":"node","@id":5628760300,"@timestamp":1526739860},"coords":"51.6269272,-0.7434031","bedrooms":"0","price":"229000","area":"502"} , +{"type":"Feature","id":"n5628760494","geometry":{"type":"Point","coordinates":[-0.7501635,51.6303078]},"properties":{"@type":"node","@id":5628760494,"@timestamp":1544700743},"coords":"51.6303078,-0.7501635","bedrooms":"2","price":"283000","area":"561"} , +{"type":"Feature","id":"n5628760528","geometry":{"type":"Point","coordinates":[-0.7522762,51.6302163]},"properties":{"@type":"node","@id":5628760528,"@timestamp":1540124350},"coords":"51.6302163,-0.7522762","bedrooms":"3","price":"260000","area":"470"} , +{"type":"Feature","id":"n5628760542","geometry":{"type":"Point","coordinates":[-0.751323,51.6288078]},"properties":{"@type":"node","@id":5628760542,"@timestamp":1526739866},"coords":"51.6288078,-0.751323","bedrooms":"3","price":"181000","area":"590"} , +{"type":"Feature","id":"n5628760625","geometry":{"type":"Point","coordinates":[-0.7478406,51.6285125]},"properties":{"@type":"node","@id":5628760625,"@timestamp":1540124351},"coords":"51.6285125,-0.7478406","bedrooms":"2","price":"200000","area":"578"} , +{"type":"Feature","id":"n5628760817","geometry":{"type":"Point","coordinates":[-0.7532226,51.6300803]},"properties":{"@type":"node","@id":5628760817,"@timestamp":1526739871},"coords":"51.6300803,-0.7532226","bedrooms":"3","price":"157000","area":"459"} , +{"type":"Feature","id":"n5628760910","geometry":{"type":"Point","coordinates":[-0.7497955,51.628728]},"properties":{"@type":"node","@id":5628760910,"@timestamp":1540124352},"coords":"51.628728,-0.7497955","bedrooms":"3","price":"188000","area":"620"} , +{"type":"Feature","id":"n5628760930","geometry":{"type":"Point","coordinates":[-0.7562679,51.630378]},"properties":{"@type":"node","@id":5628760930,"@timestamp":1544702878},"coords":"51.630378,-0.7562679","bedrooms":"1","price":"292000","area":"358"} , +{"type":"Feature","id":"n5628899439","geometry":{"type":"Point","coordinates":[-0.5230463,51.2251897]},"properties":{"@type":"node","@id":5628899439,"@timestamp":1526745375},"coords":"51.2251897,-0.5230463","bedrooms":"3","price":"292000","area":"400"} , +{"type":"Feature","id":"n5628929816","geometry":{"type":"Point","coordinates":[-0.1865657,51.4386605]},"properties":{"@type":"node","@id":5628929816,"@timestamp":1543774676},"coords":"51.4386605,-0.1865657","bedrooms":"1","price":"295000","area":"523"} , +{"type":"Feature","id":"n5629018893","geometry":{"type":"Point","coordinates":[-0.186838,51.4410864]},"properties":{"@type":"node","@id":5629018893,"@timestamp":1625836033},"coords":"51.4410864,-0.186838","bedrooms":"1","price":"207000","area":"521"} , +{"type":"Feature","id":"n5629382117","geometry":{"type":"Point","coordinates":[0.0104419,51.5432358]},"properties":{"@type":"node","@id":5629382117,"@timestamp":1628080351},"coords":"51.5432358,0.0104419","bedrooms":"3","price":"285000","area":"443"} , +{"type":"Feature","id":"n5629636850","geometry":{"type":"Point","coordinates":[-0.0674445,51.478002]},"properties":{"@type":"node","@id":5629636850,"@timestamp":1527721927},"coords":"51.478002,-0.0674445","bedrooms":"3","price":"172000","area":"667"} , +{"type":"Feature","id":"n5629636883","geometry":{"type":"Point","coordinates":[-0.0688253,51.4765774]},"properties":{"@type":"node","@id":5629636883,"@timestamp":1527549721},"coords":"51.4765774,-0.0688253","bedrooms":"0","price":"155000","area":"528"} , +{"type":"Feature","id":"n5629839295","geometry":{"type":"Point","coordinates":[-0.1096653,51.5243066]},"properties":{"@type":"node","@id":5629839295,"@timestamp":1564903671},"coords":"51.5243066,-0.1096653","bedrooms":"0","price":"177000","area":"602"} , +{"type":"Feature","id":"n5630332518","geometry":{"type":"Point","coordinates":[-0.9788337,51.455123]},"properties":{"@type":"node","@id":5630332518,"@timestamp":1526816274},"coords":"51.455123,-0.9788337","bedrooms":"2","price":"259000","area":"592"} , +{"type":"Feature","id":"n5630402620","geometry":{"type":"Point","coordinates":[-0.994296,51.4582925]},"properties":{"@type":"node","@id":5630402620,"@timestamp":1555579765},"coords":"51.4582925,-0.994296","bedrooms":"2","price":"233000","area":"501"} , +{"type":"Feature","id":"n5630404829","geometry":{"type":"Point","coordinates":[-0.0553384,51.5439647]},"properties":{"@type":"node","@id":5630404829,"@timestamp":1618595789},"coords":"51.5439647,-0.0553384","bedrooms":"3","price":"271000","area":"412"} , +{"type":"Feature","id":"n5630485373","geometry":{"type":"Point","coordinates":[-0.9993637,51.457487]},"properties":{"@type":"node","@id":5630485373,"@timestamp":1526820794},"coords":"51.457487,-0.9993637","bedrooms":"4","price":"199000","area":"442"} , +{"type":"Feature","id":"n5630516856","geometry":{"type":"Point","coordinates":[-0.0547291,51.5438947]},"properties":{"@type":"node","@id":5630516856,"@timestamp":1526822163},"coords":"51.5438947,-0.0547291","bedrooms":"1","price":"287000","area":"617"} , +{"type":"Feature","id":"n5630555648","geometry":{"type":"Point","coordinates":[-1.0240177,51.4460195]},"properties":{"@type":"node","@id":5630555648,"@timestamp":1526823722},"coords":"51.4460195,-1.0240177","bedrooms":"4","price":"283000","area":"633"} , +{"type":"Feature","id":"n5630588115","geometry":{"type":"Point","coordinates":[0.5087001,51.3975553]},"properties":{"@type":"node","@id":5630588115,"@timestamp":1526825506},"coords":"51.3975553,0.5087001","bedrooms":"0","price":"212000","area":"512"} , +{"type":"Feature","id":"n5630636797","geometry":{"type":"Point","coordinates":[-0.0975483,51.469314]},"properties":{"@type":"node","@id":5630636797,"@timestamp":1526827933},"coords":"51.469314,-0.0975483","bedrooms":"0","price":"181000","area":"367"} , +{"type":"Feature","id":"n5630662734","geometry":{"type":"Point","coordinates":[-0.0968798,51.4702341]},"properties":{"@type":"node","@id":5630662734,"@timestamp":1526827933},"coords":"51.4702341,-0.0968798","bedrooms":"2","price":"209000","area":"362"} , +{"type":"Feature","id":"n5630714629","geometry":{"type":"Point","coordinates":[-0.7516158,51.4185744]},"properties":{"@type":"node","@id":5630714629,"@timestamp":1526829668},"coords":"51.4185744,-0.7516158","bedrooms":"4","price":"242000","area":"608"} , +{"type":"Feature","id":"n5630876549","geometry":{"type":"Point","coordinates":[-0.0350612,51.5215231]},"properties":{"@type":"node","@id":5630876549,"@timestamp":1619257858},"coords":"51.5215231,-0.0350612","bedrooms":"4","price":"194000","area":"529"} , +{"type":"Feature","id":"n5630917591","geometry":{"type":"Point","coordinates":[0.0121656,51.5433411]},"properties":{"@type":"node","@id":5630917591,"@timestamp":1526837912},"coords":"51.5433411,0.0121656","bedrooms":"2","price":"184000","area":"421"} , +{"type":"Feature","id":"n5630983829","geometry":{"type":"Point","coordinates":[0.0128933,51.5418109]},"properties":{"@type":"node","@id":5630983829,"@timestamp":1629297457},"coords":"51.5418109,0.0128933","bedrooms":"2","price":"218000","area":"631"} , +{"type":"Feature","id":"n5630983840","geometry":{"type":"Point","coordinates":[0.0132563,51.5426998]},"properties":{"@type":"node","@id":5630983840,"@timestamp":1526839722},"coords":"51.5426998,0.0132563","bedrooms":"1","price":"197000","area":"353"} , +{"type":"Feature","id":"n5630983850","geometry":{"type":"Point","coordinates":[0.0142105,51.5429025]},"properties":{"@type":"node","@id":5630983850,"@timestamp":1629476736},"coords":"51.5429025,0.0142105","bedrooms":"4","price":"200000","area":"455"} , +{"type":"Feature","id":"n5630992979","geometry":{"type":"Point","coordinates":[-0.1422965,51.5137351]},"properties":{"@type":"node","@id":5630992979,"@timestamp":1561471399},"coords":"51.5137351,-0.1422965","bedrooms":"3","price":"150000","area":"523"} , +{"type":"Feature","id":"n5631152267","geometry":{"type":"Point","coordinates":[-0.6256403,51.4045525]},"properties":{"@type":"node","@id":5631152267,"@timestamp":1526847564},"coords":"51.4045525,-0.6256403","bedrooms":"2","price":"150000","area":"653"} , +{"type":"Feature","id":"n5631152303","geometry":{"type":"Point","coordinates":[-0.6197035,51.4039198]},"properties":{"@type":"node","@id":5631152303,"@timestamp":1526847565},"coords":"51.4039198,-0.6197035","bedrooms":"2","price":"169000","area":"364"} , +{"type":"Feature","id":"n5631152356","geometry":{"type":"Point","coordinates":[-0.6180044,51.4061554]},"properties":{"@type":"node","@id":5631152356,"@timestamp":1526847566},"coords":"51.4061554,-0.6180044","bedrooms":"0","price":"185000","area":"650"} , +{"type":"Feature","id":"n5631209999","geometry":{"type":"Point","coordinates":[-0.0553535,51.5459293]},"properties":{"@type":"node","@id":5631209999,"@timestamp":1607677573},"coords":"51.5459293,-0.0553535","bedrooms":"2","price":"212000","area":"378"} , +{"type":"Feature","id":"n5631217806","geometry":{"type":"Point","coordinates":[-0.0551298,51.5462717]},"properties":{"@type":"node","@id":5631217806,"@timestamp":1526850525},"coords":"51.5462717,-0.0551298","bedrooms":"0","price":"267000","area":"397"} , +{"type":"Feature","id":"n5631276526","geometry":{"type":"Point","coordinates":[0.0116711,51.5400856]},"properties":{"@type":"node","@id":5631276526,"@timestamp":1634220071},"coords":"51.5400856,0.0116711","bedrooms":"0","price":"237000","area":"516"} , +{"type":"Feature","id":"n5631276585","geometry":{"type":"Point","coordinates":[0.0114414,51.5405394]},"properties":{"@type":"node","@id":5631276585,"@timestamp":1526854079},"coords":"51.5405394,0.0114414","bedrooms":"3","price":"217000","area":"652"} , +{"type":"Feature","id":"n5631400637","geometry":{"type":"Point","coordinates":[-0.0979895,51.470122]},"properties":{"@type":"node","@id":5631400637,"@timestamp":1526861642},"coords":"51.470122,-0.0979895","bedrooms":"2","price":"228000","area":"399"} , +{"type":"Feature","id":"n5631872351","geometry":{"type":"Point","coordinates":[-0.0554634,51.5464039]},"properties":{"@type":"node","@id":5631872351,"@timestamp":1526887805},"coords":"51.5464039,-0.0554634","bedrooms":"3","price":"201000","area":"395"} , +{"type":"Feature","id":"n5632378121","geometry":{"type":"Point","coordinates":[-0.0226057,51.5466612]},"properties":{"@type":"node","@id":5632378121,"@timestamp":1623587010},"coords":"51.5466612,-0.0226057","bedrooms":"0","price":"176000","area":"474"} , +{"type":"Feature","id":"n5632814148","geometry":{"type":"Point","coordinates":[-0.1314399,51.3196234]},"properties":{"@type":"node","@id":5632814148,"@timestamp":1628428732},"coords":"51.3196234,-0.1314399","bedrooms":"1","price":"154000","area":"692"} , +{"type":"Feature","id":"n5632912886","geometry":{"type":"Point","coordinates":[-0.4038388,51.8771566]},"properties":{"@type":"node","@id":5632912886,"@timestamp":1526917069},"coords":"51.8771566,-0.4038388","bedrooms":"4","price":"176000","area":"372"} , +{"type":"Feature","id":"n5632912900","geometry":{"type":"Point","coordinates":[-0.4061575,51.8663144]},"properties":{"@type":"node","@id":5632912900,"@timestamp":1526917069},"coords":"51.8663144,-0.4061575","bedrooms":"1","price":"159000","area":"632"} , +{"type":"Feature","id":"n5633395529","geometry":{"type":"Point","coordinates":[0.0024787,51.5438491]},"properties":{"@type":"node","@id":5633395529,"@timestamp":1526927314},"coords":"51.5438491,0.0024787","bedrooms":"3","price":"155000","area":"451"} , +{"type":"Feature","id":"n5633451562","geometry":{"type":"Point","coordinates":[0.0154336,51.5431726]},"properties":{"@type":"node","@id":5633451562,"@timestamp":1629476736},"coords":"51.5431726,0.0154336","bedrooms":"2","price":"209000","area":"494"} , +{"type":"Feature","id":"n5633451572","geometry":{"type":"Point","coordinates":[0.0145055,51.5430516]},"properties":{"@type":"node","@id":5633451572,"@timestamp":1526929412},"coords":"51.5430516,0.0145055","bedrooms":"1","price":"160000","area":"583"} , +{"type":"Feature","id":"n5633517570","geometry":{"type":"Point","coordinates":[-0.189982,51.3616683]},"properties":{"@type":"node","@id":5633517570,"@timestamp":1564903671},"coords":"51.3616683,-0.189982","bedrooms":"3","price":"168000","area":"554"} , +{"type":"Feature","id":"n5633561459","geometry":{"type":"Point","coordinates":[-0.6559259,51.7428021]},"properties":{"@type":"node","@id":5633561459,"@timestamp":1526932658},"coords":"51.7428021,-0.6559259","bedrooms":"1","price":"156000","area":"686"} , +{"type":"Feature","id":"n5633671619","geometry":{"type":"Point","coordinates":[-0.0963235,51.4723193]},"properties":{"@type":"node","@id":5633671619,"@timestamp":1601551468},"coords":"51.4723193,-0.0963235","bedrooms":"4","price":"214000","area":"649"} , +{"type":"Feature","id":"n5633866979","geometry":{"type":"Point","coordinates":[-0.054528,51.5474134]},"properties":{"@type":"node","@id":5633866979,"@timestamp":1602843918},"coords":"51.5474134,-0.054528","bedrooms":"1","price":"180000","area":"484"} , +{"type":"Feature","id":"n5633868752","geometry":{"type":"Point","coordinates":[-0.0553501,51.5466178]},"properties":{"@type":"node","@id":5633868752,"@timestamp":1526945640},"coords":"51.5466178,-0.0553501","bedrooms":"4","price":"219000","area":"525"} , +{"type":"Feature","id":"n5634018812","geometry":{"type":"Point","coordinates":[-0.1422952,51.5130574]},"properties":{"@type":"node","@id":5634018812,"@timestamp":1543775795},"coords":"51.5130574,-0.1422952","bedrooms":"4","price":"269000","area":"647"} , +{"type":"Feature","id":"n5634356857","geometry":{"type":"Point","coordinates":[-0.9703716,51.4551473]},"properties":{"@type":"node","@id":5634356857,"@timestamp":1526974821},"coords":"51.4551473,-0.9703716","bedrooms":"1","price":"162000","area":"466"} , +{"type":"Feature","id":"n5634461915","geometry":{"type":"Point","coordinates":[0.0821854,51.3118114]},"properties":{"@type":"node","@id":5634461915,"@timestamp":1526977750},"coords":"51.3118114,0.0821854","bedrooms":"3","price":"277000","area":"607"} , +{"type":"Feature","id":"n5634831698","geometry":{"type":"Point","coordinates":[-0.1313397,51.5228986]},"properties":{"@type":"node","@id":5634831698,"@timestamp":1604092611},"coords":"51.5228986,-0.1313397","bedrooms":"4","price":"179000","area":"394"} , +{"type":"Feature","id":"n5635216891","geometry":{"type":"Point","coordinates":[-0.9624247,51.458949]},"properties":{"@type":"node","@id":5635216891,"@timestamp":1527000924},"coords":"51.458949,-0.9624247","bedrooms":"1","price":"196000","area":"616"} , +{"type":"Feature","id":"n5635619434","geometry":{"type":"Point","coordinates":[-0.0723253,50.9647257]},"properties":{"@type":"node","@id":5635619434,"@timestamp":1532937005},"coords":"50.9647257,-0.0723253","bedrooms":"4","price":"222000","area":"558"} , +{"type":"Feature","id":"n5635671581","geometry":{"type":"Point","coordinates":[-0.9698335,51.4573447]},"properties":{"@type":"node","@id":5635671581,"@timestamp":1635078144},"coords":"51.4573447,-0.9698335","bedrooms":"2","price":"171000","area":"477"} , +{"type":"Feature","id":"n5635682446","geometry":{"type":"Point","coordinates":[-1.0067602,51.442492]},"properties":{"@type":"node","@id":5635682446,"@timestamp":1527010634},"coords":"51.442492,-1.0067602","bedrooms":"1","price":"266000","area":"663"} , +{"type":"Feature","id":"n5636098988","geometry":{"type":"Point","coordinates":[-0.8326489,51.7207693]},"properties":{"@type":"node","@id":5636098988,"@timestamp":1533150388},"coords":"51.7207693,-0.8326489","bedrooms":"4","price":"191000","area":"437"} , +{"type":"Feature","id":"n5636099240","geometry":{"type":"Point","coordinates":[-0.8094451,51.7252455]},"properties":{"@type":"node","@id":5636099240,"@timestamp":1527025749},"coords":"51.7252455,-0.8094451","bedrooms":"3","price":"263000","area":"634"} , +{"type":"Feature","id":"n5636176323","geometry":{"type":"Point","coordinates":[-0.0956611,51.466093]},"properties":{"@type":"node","@id":5636176323,"@timestamp":1527029831},"coords":"51.466093,-0.0956611","bedrooms":"2","price":"168000","area":"442"} , +{"type":"Feature","id":"n5636473409","geometry":{"type":"Point","coordinates":[-0.1416777,51.513278]},"properties":{"@type":"node","@id":5636473409,"@timestamp":1527049937},"coords":"51.513278,-0.1416777","bedrooms":"2","price":"265000","area":"410"} , +{"type":"Feature","id":"n5637011408","geometry":{"type":"Point","coordinates":[-0.0750889,50.9670509]},"properties":{"@type":"node","@id":5637011408,"@timestamp":1527763895},"coords":"50.9670509,-0.0750889","bedrooms":"0","price":"166000","area":"459"} , +{"type":"Feature","id":"n5637409830","geometry":{"type":"Point","coordinates":[-0.9655348,51.4581272]},"properties":{"@type":"node","@id":5637409830,"@timestamp":1527080962},"coords":"51.4581272,-0.9655348","bedrooms":"0","price":"208000","area":"431"} , +{"type":"Feature","id":"n5637970263","geometry":{"type":"Point","coordinates":[-0.9644771,51.457678]},"properties":{"@type":"node","@id":5637970263,"@timestamp":1616775974},"coords":"51.457678,-0.9644771","bedrooms":"2","price":"265000","area":"526"} , +{"type":"Feature","id":"n5638077228","geometry":{"type":"Point","coordinates":[-0.9700134,51.456525]},"properties":{"@type":"node","@id":5638077228,"@timestamp":1527096922},"coords":"51.456525,-0.9700134","bedrooms":"0","price":"294000","area":"499"} , +{"type":"Feature","id":"n5638273731","geometry":{"type":"Point","coordinates":[-0.1338882,51.3112101]},"properties":{"@type":"node","@id":5638273731,"@timestamp":1527103716},"coords":"51.3112101,-0.1338882","bedrooms":"3","price":"223000","area":"450"} , +{"type":"Feature","id":"n5638346910","geometry":{"type":"Point","coordinates":[-0.7901332,51.3763061]},"properties":{"@type":"node","@id":5638346910,"@timestamp":1536782422},"coords":"51.3763061,-0.7901332","bedrooms":"3","price":"189000","area":"589"} , +{"type":"Feature","id":"n5638563386","geometry":{"type":"Point","coordinates":[-0.8301982,51.7247669]},"properties":{"@type":"node","@id":5638563386,"@timestamp":1527115706},"coords":"51.7247669,-0.8301982","bedrooms":"1","price":"298000","area":"577"} , +{"type":"Feature","id":"n5638647370","geometry":{"type":"Point","coordinates":[-0.0967473,51.4681122]},"properties":{"@type":"node","@id":5638647370,"@timestamp":1527120568},"coords":"51.4681122,-0.0967473","bedrooms":"4","price":"252000","area":"584"} , +{"type":"Feature","id":"n5638790124","geometry":{"type":"Point","coordinates":[-0.3541092,51.6097744]},"properties":{"@type":"node","@id":5638790124,"@timestamp":1564903671},"coords":"51.6097744,-0.3541092","bedrooms":"3","price":"253000","area":"377"} , +{"type":"Feature","id":"n5638809842","geometry":{"type":"Point","coordinates":[-0.3601978,51.6086097]},"properties":{"@type":"node","@id":5638809842,"@timestamp":1619957603},"coords":"51.6086097,-0.3601978","bedrooms":"2","price":"279000","area":"479"} , +{"type":"Feature","id":"n5639606955","geometry":{"type":"Point","coordinates":[-0.4117459,51.866644]},"properties":{"@type":"node","@id":5639606955,"@timestamp":1570047853},"coords":"51.866644,-0.4117459","bedrooms":"2","price":"223000","area":"541"} , +{"type":"Feature","id":"n5639667070","geometry":{"type":"Point","coordinates":[0.0138791,51.541291]},"properties":{"@type":"node","@id":5639667070,"@timestamp":1527163007},"coords":"51.541291,0.0138791","bedrooms":"3","price":"188000","area":"688"} , +{"type":"Feature","id":"n5639667083","geometry":{"type":"Point","coordinates":[0.0136108,51.5419771]},"properties":{"@type":"node","@id":5639667083,"@timestamp":1527163008},"coords":"51.5419771,0.0136108","bedrooms":"0","price":"154000","area":"529"} , +{"type":"Feature","id":"n5639667093","geometry":{"type":"Point","coordinates":[0.0133748,51.5424191]},"properties":{"@type":"node","@id":5639667093,"@timestamp":1527163009},"coords":"51.5424191,0.0133748","bedrooms":"2","price":"245000","area":"473"} , +{"type":"Feature","id":"n5639837564","geometry":{"type":"Point","coordinates":[0.0375883,51.4291199]},"properties":{"@type":"node","@id":5639837564,"@timestamp":1527169020},"coords":"51.4291199,0.0375883","bedrooms":"2","price":"172000","area":"584"} , +{"type":"Feature","id":"n5639888062","geometry":{"type":"Point","coordinates":[-0.0937507,51.4711367]},"properties":{"@type":"node","@id":5639888062,"@timestamp":1527170417},"coords":"51.4711367,-0.0937507","bedrooms":"4","price":"259000","area":"472"} , +{"type":"Feature","id":"n5639888119","geometry":{"type":"Point","coordinates":[-0.094912,51.4714271]},"properties":{"@type":"node","@id":5639888119,"@timestamp":1527269613},"coords":"51.4714271,-0.094912","bedrooms":"0","price":"264000","area":"600"} , +{"type":"Feature","id":"n5640312960","geometry":{"type":"Point","coordinates":[-0.975363,51.4557782]},"properties":{"@type":"node","@id":5640312960,"@timestamp":1592514014},"coords":"51.4557782,-0.975363","bedrooms":"1","price":"163000","area":"570"} , +{"type":"Feature","id":"n5640331960","geometry":{"type":"Point","coordinates":[-0.7742978,51.387775]},"properties":{"@type":"node","@id":5640331960,"@timestamp":1527187782},"coords":"51.387775,-0.7742978","bedrooms":"2","price":"230000","area":"684"} , +{"type":"Feature","id":"n5641107279","geometry":{"type":"Point","coordinates":[-0.078292,51.5202472]},"properties":{"@type":"node","@id":5641107279,"@timestamp":1597193633},"coords":"51.5202472,-0.078292","bedrooms":"2","price":"226000","area":"606"} , +{"type":"Feature","id":"n5641663540","geometry":{"type":"Point","coordinates":[-0.0828055,51.5129709]},"properties":{"@type":"node","@id":5641663540,"@timestamp":1606117311},"coords":"51.5129709,-0.0828055","bedrooms":"4","price":"251000","area":"414"} , +{"type":"Feature","id":"n5641999010","geometry":{"type":"Point","coordinates":[-0.1399242,51.3113871]},"properties":{"@type":"node","@id":5641999010,"@timestamp":1628428732},"coords":"51.3113871,-0.1399242","bedrooms":"4","price":"221000","area":"410"} , +{"type":"Feature","id":"n5642519056","geometry":{"type":"Point","coordinates":[-0.1053874,51.5180479]},"properties":{"@type":"node","@id":5642519056,"@timestamp":1635292483},"coords":"51.5180479,-0.1053874","bedrooms":"0","price":"254000","area":"464"} , +{"type":"Feature","id":"n5642580717","geometry":{"type":"Point","coordinates":[-0.096506,51.3595446]},"properties":{"@type":"node","@id":5642580717,"@timestamp":1603474718},"coords":"51.3595446,-0.096506","bedrooms":"0","price":"155000","area":"673"} , +{"type":"Feature","id":"n5642858270","geometry":{"type":"Point","coordinates":[-0.0947821,51.47174]},"properties":{"@type":"node","@id":5642858270,"@timestamp":1527294750},"coords":"51.47174,-0.0947821","bedrooms":"2","price":"162000","area":"650"} , +{"type":"Feature","id":"n5642858305","geometry":{"type":"Point","coordinates":[-0.094002,51.4711998]},"properties":{"@type":"node","@id":5642858305,"@timestamp":1527294751},"coords":"51.4711998,-0.094002","bedrooms":"1","price":"267000","area":"667"} , +{"type":"Feature","id":"n5643033214","geometry":{"type":"Point","coordinates":[-0.142295,51.5124622]},"properties":{"@type":"node","@id":5643033214,"@timestamp":1543775796},"coords":"51.5124622,-0.142295","bedrooms":"3","price":"229000","area":"562"} , +{"type":"Feature","id":"n5643242585","geometry":{"type":"Point","coordinates":[-0.1427118,51.512097]},"properties":{"@type":"node","@id":5643242585,"@timestamp":1543775797},"coords":"51.512097,-0.1427118","bedrooms":"0","price":"196000","area":"466"} , +{"type":"Feature","id":"n5643752733","geometry":{"type":"Point","coordinates":[0.043655,51.4739594]},"properties":{"@type":"node","@id":5643752733,"@timestamp":1527339355},"coords":"51.4739594,0.043655","bedrooms":"4","price":"290000","area":"419"} , +{"type":"Feature","id":"n5643898673","geometry":{"type":"Point","coordinates":[-0.0686087,51.4765571]},"properties":{"@type":"node","@id":5643898673,"@timestamp":1527480792},"coords":"51.4765571,-0.0686087","bedrooms":"0","price":"278000","area":"541"} , +{"type":"Feature","id":"n5643916632","geometry":{"type":"Point","coordinates":[0.5503598,51.364332]},"properties":{"@type":"node","@id":5643916632,"@timestamp":1527347499},"coords":"51.364332,0.5503598","bedrooms":"4","price":"296000","area":"645"} , +{"type":"Feature","id":"n5644234561","geometry":{"type":"Point","coordinates":[-0.7888521,51.5687794]},"properties":{"@type":"node","@id":5644234561,"@timestamp":1527353565},"coords":"51.5687794,-0.7888521","bedrooms":"3","price":"252000","area":"584"} , +{"type":"Feature","id":"n5644533013","geometry":{"type":"Point","coordinates":[-0.0781862,51.526553]},"properties":{"@type":"node","@id":5644533013,"@timestamp":1598563935},"coords":"51.526553,-0.0781862","bedrooms":"0","price":"162000","area":"632"} , +{"type":"Feature","id":"n5644648958","geometry":{"type":"Point","coordinates":[-0.0939196,51.4719049]},"properties":{"@type":"node","@id":5644648958,"@timestamp":1527370414},"coords":"51.4719049,-0.0939196","bedrooms":"3","price":"269000","area":"539"} , +{"type":"Feature","id":"n5644689792","geometry":{"type":"Point","coordinates":[-0.899743,51.6592103]},"properties":{"@type":"node","@id":5644689792,"@timestamp":1527372225},"coords":"51.6592103,-0.899743","bedrooms":"4","price":"221000","area":"556"} , +{"type":"Feature","id":"n5644690134","geometry":{"type":"Point","coordinates":[-0.9041955,51.6605215]},"properties":{"@type":"node","@id":5644690134,"@timestamp":1527372228},"coords":"51.6605215,-0.9041955","bedrooms":"0","price":"274000","area":"490"} , +{"type":"Feature","id":"n5644690166","geometry":{"type":"Point","coordinates":[-0.9014475,51.6601745]},"properties":{"@type":"node","@id":5644690166,"@timestamp":1610617829},"coords":"51.6601745,-0.9014475","bedrooms":"4","price":"212000","area":"413"} , +{"type":"Feature","id":"n5644690176","geometry":{"type":"Point","coordinates":[-0.9027149,51.6606421]},"properties":{"@type":"node","@id":5644690176,"@timestamp":1553286311},"coords":"51.6606421,-0.9027149","bedrooms":"1","price":"242000","area":"637"} , +{"type":"Feature","id":"n5644690188","geometry":{"type":"Point","coordinates":[-0.9028181,51.6611362]},"properties":{"@type":"node","@id":5644690188,"@timestamp":1527372230},"coords":"51.6611362,-0.9028181","bedrooms":"0","price":"248000","area":"427"} , +{"type":"Feature","id":"n5644690372","geometry":{"type":"Point","coordinates":[-0.9022931,51.662503]},"properties":{"@type":"node","@id":5644690372,"@timestamp":1527372232},"coords":"51.662503,-0.9022931","bedrooms":"2","price":"174000","area":"535"} , +{"type":"Feature","id":"n5644690408","geometry":{"type":"Point","coordinates":[-0.9009728,51.6621653]},"properties":{"@type":"node","@id":5644690408,"@timestamp":1527372233},"coords":"51.6621653,-0.9009728","bedrooms":"1","price":"246000","area":"421"} , +{"type":"Feature","id":"n5644690628","geometry":{"type":"Point","coordinates":[-0.9012169,51.6622976]},"properties":{"@type":"node","@id":5644690628,"@timestamp":1527372233},"coords":"51.6622976,-0.9012169","bedrooms":"1","price":"161000","area":"677"} , +{"type":"Feature","id":"n5644690716","geometry":{"type":"Point","coordinates":[-0.8699668,51.6722846]},"properties":{"@type":"node","@id":5644690716,"@timestamp":1527372235},"coords":"51.6722846,-0.8699668","bedrooms":"0","price":"272000","area":"626"} , +{"type":"Feature","id":"n5644690777","geometry":{"type":"Point","coordinates":[-0.8581875,51.6731119]},"properties":{"@type":"node","@id":5644690777,"@timestamp":1527372237},"coords":"51.6731119,-0.8581875","bedrooms":"0","price":"194000","area":"639"} , +{"type":"Feature","id":"n5644690984","geometry":{"type":"Point","coordinates":[-0.8715834,51.7006901]},"properties":{"@type":"node","@id":5644690984,"@timestamp":1527372241},"coords":"51.7006901,-0.8715834","bedrooms":"4","price":"156000","area":"464"} , +{"type":"Feature","id":"n5644691181","geometry":{"type":"Point","coordinates":[-0.8780144,51.7119054]},"properties":{"@type":"node","@id":5644691181,"@timestamp":1527372244},"coords":"51.7119054,-0.8780144","bedrooms":"3","price":"210000","area":"439"} , +{"type":"Feature","id":"n5644691269","geometry":{"type":"Point","coordinates":[-0.8738288,51.713]},"properties":{"@type":"node","@id":5644691269,"@timestamp":1527372246},"coords":"51.713,-0.8738288","bedrooms":"3","price":"200000","area":"673"} , +{"type":"Feature","id":"n5644902041","geometry":{"type":"Point","coordinates":[0.0348863,51.4745259]},"properties":{"@type":"node","@id":5644902041,"@timestamp":1527484170},"coords":"51.4745259,0.0348863","bedrooms":"2","price":"168000","area":"607"} , +{"type":"Feature","id":"n5644902051","geometry":{"type":"Point","coordinates":[0.0341586,51.4746411]},"properties":{"@type":"node","@id":5644902051,"@timestamp":1527385465},"coords":"51.4746411,0.0341586","bedrooms":"4","price":"229000","area":"557"} , +{"type":"Feature","id":"n5645714435","geometry":{"type":"Point","coordinates":[-0.3249024,51.0613021]},"properties":{"@type":"node","@id":5645714435,"@timestamp":1610372882},"coords":"51.0613021,-0.3249024","bedrooms":"4","price":"293000","area":"459"} , +{"type":"Feature","id":"n5645728758","geometry":{"type":"Point","coordinates":[-1.0245807,51.4455752]},"properties":{"@type":"node","@id":5645728758,"@timestamp":1527422047},"coords":"51.4455752,-1.0245807","bedrooms":"2","price":"151000","area":"420"} , +{"type":"Feature","id":"n5645866116","geometry":{"type":"Point","coordinates":[-0.0699431,51.4775414]},"properties":{"@type":"node","@id":5645866116,"@timestamp":1527627377},"coords":"51.4775414,-0.0699431","bedrooms":"0","price":"165000","area":"547"} , +{"type":"Feature","id":"n5646001705","geometry":{"type":"Point","coordinates":[-0.1693632,51.2887687]},"properties":{"@type":"node","@id":5646001705,"@timestamp":1590409541},"coords":"51.2887687,-0.1693632","bedrooms":"3","price":"205000","area":"660"} , +{"type":"Feature","id":"n5646029737","geometry":{"type":"Point","coordinates":[-0.9366689,51.4483655]},"properties":{"@type":"node","@id":5646029737,"@timestamp":1627751901},"coords":"51.4483655,-0.9366689","bedrooms":"1","price":"170000","area":"611"} , +{"type":"Feature","id":"n5646164391","geometry":{"type":"Point","coordinates":[-0.7806623,51.6674183]},"properties":{"@type":"node","@id":5646164391,"@timestamp":1527444715},"coords":"51.6674183,-0.7806623","bedrooms":"1","price":"283000","area":"421"} , +{"type":"Feature","id":"n5646164487","geometry":{"type":"Point","coordinates":[-0.7531913,51.630684]},"properties":{"@type":"node","@id":5646164487,"@timestamp":1553720171},"coords":"51.630684,-0.7531913","bedrooms":"2","price":"205000","area":"655"} , +{"type":"Feature","id":"n5646321352","geometry":{"type":"Point","coordinates":[-0.9443504,51.2837328]},"properties":{"@type":"node","@id":5646321352,"@timestamp":1527452879},"coords":"51.2837328,-0.9443504","bedrooms":"1","price":"277000","area":"392"} , +{"type":"Feature","id":"n5646839325","geometry":{"type":"Point","coordinates":[-0.0668816,51.4761492]},"properties":{"@type":"node","@id":5646839325,"@timestamp":1527480780},"coords":"51.4761492,-0.0668816","bedrooms":"0","price":"177000","area":"689"} , +{"type":"Feature","id":"n5647082712","geometry":{"type":"Point","coordinates":[-0.019089,51.1736412]},"properties":{"@type":"node","@id":5647082712,"@timestamp":1527490795},"coords":"51.1736412,-0.019089","bedrooms":"4","price":"175000","area":"582"} , +{"type":"Feature","id":"n5647567600","geometry":{"type":"Point","coordinates":[-0.3325766,51.0629272]},"properties":{"@type":"node","@id":5647567600,"@timestamp":1606677217},"coords":"51.0629272,-0.3325766","bedrooms":"4","price":"196000","area":"546"} , +{"type":"Feature","id":"n5647965579","geometry":{"type":"Point","coordinates":[-0.0694069,51.4764763]},"properties":{"@type":"node","@id":5647965579,"@timestamp":1527521288},"coords":"51.4764763,-0.0694069","bedrooms":"1","price":"265000","area":"393"} , +{"type":"Feature","id":"n5647966074","geometry":{"type":"Point","coordinates":[-0.0687335,51.4758789]},"properties":{"@type":"node","@id":5647966074,"@timestamp":1527521290},"coords":"51.4758789,-0.0687335","bedrooms":"0","price":"174000","area":"516"} , +{"type":"Feature","id":"n5648412236","geometry":{"type":"Point","coordinates":[-0.9358618,51.4436237]},"properties":{"@type":"node","@id":5648412236,"@timestamp":1527542517},"coords":"51.4436237,-0.9358618","bedrooms":"2","price":"267000","area":"444"} , +{"type":"Feature","id":"n5648711699","geometry":{"type":"Point","coordinates":[-0.142892,51.5112652]},"properties":{"@type":"node","@id":5648711699,"@timestamp":1527565931},"coords":"51.5112652,-0.142892","bedrooms":"4","price":"230000","area":"603"} , +{"type":"Feature","id":"n5649472199","geometry":{"type":"Point","coordinates":[-0.0694511,51.4775427]},"properties":{"@type":"node","@id":5649472199,"@timestamp":1527627378},"coords":"51.4775427,-0.0694511","bedrooms":"2","price":"258000","area":"580"} , +{"type":"Feature","id":"n5649946694","geometry":{"type":"Point","coordinates":[0.0043808,51.5490249]},"properties":{"@type":"node","@id":5649946694,"@timestamp":1619004220},"coords":"51.5490249,0.0043808","bedrooms":"2","price":"219000","area":"624"} , +{"type":"Feature","id":"n5650223928","geometry":{"type":"Point","coordinates":[-0.7503375,51.3098089]},"properties":{"@type":"node","@id":5650223928,"@timestamp":1527622785},"coords":"51.3098089,-0.7503375","bedrooms":"1","price":"297000","area":"668"} , +{"type":"Feature","id":"n5650301745","geometry":{"type":"Point","coordinates":[-1.0783848,51.1162443]},"properties":{"@type":"node","@id":5650301745,"@timestamp":1527625775},"coords":"51.1162443,-1.0783848","bedrooms":"3","price":"267000","area":"377"} , +{"type":"Feature","id":"n5650354934","geometry":{"type":"Point","coordinates":[-0.1871635,51.4408684]},"properties":{"@type":"node","@id":5650354934,"@timestamp":1534686644},"coords":"51.4408684,-0.1871635","bedrooms":"1","price":"204000","area":"476"} , +{"type":"Feature","id":"n5650437754","geometry":{"type":"Point","coordinates":[-0.1355207,51.3296918]},"properties":{"@type":"node","@id":5650437754,"@timestamp":1527631766},"coords":"51.3296918,-0.1355207","bedrooms":"3","price":"170000","area":"445"} , +{"type":"Feature","id":"n5650666879","geometry":{"type":"Point","coordinates":[-0.0828113,51.5310164]},"properties":{"@type":"node","@id":5650666879,"@timestamp":1628437784},"coords":"51.5310164,-0.0828113","bedrooms":"2","price":"205000","area":"476"} , +{"type":"Feature","id":"n5651545779","geometry":{"type":"Point","coordinates":[-0.0671799,51.4774218]},"properties":{"@type":"node","@id":5651545779,"@timestamp":1527678515},"coords":"51.4774218,-0.0671799","bedrooms":"1","price":"158000","area":"380"} , +{"type":"Feature","id":"n5651967089","geometry":{"type":"Point","coordinates":[-0.075536,50.9626024]},"properties":{"@type":"node","@id":5651967089,"@timestamp":1527693714},"coords":"50.9626024,-0.075536","bedrooms":"0","price":"235000","area":"428"} , +{"type":"Feature","id":"n5651994549","geometry":{"type":"Point","coordinates":[-0.9385068,51.4510619]},"properties":{"@type":"node","@id":5651994549,"@timestamp":1606173143},"coords":"51.4510619,-0.9385068","bedrooms":"1","price":"296000","area":"400"} , +{"type":"Feature","id":"n5651994593","geometry":{"type":"Point","coordinates":[-0.9423079,51.451311]},"properties":{"@type":"node","@id":5651994593,"@timestamp":1610643570},"coords":"51.451311,-0.9423079","bedrooms":"0","price":"255000","area":"360"} , +{"type":"Feature","id":"n5652227526","geometry":{"type":"Point","coordinates":[-0.1970693,51.4529393]},"properties":{"@type":"node","@id":5652227526,"@timestamp":1527704032},"coords":"51.4529393,-0.1970693","bedrooms":"3","price":"260000","area":"633"} , +{"type":"Feature","id":"n5652242371","geometry":{"type":"Point","coordinates":[-0.079116,50.9614464]},"properties":{"@type":"node","@id":5652242371,"@timestamp":1593006454},"coords":"50.9614464,-0.079116","bedrooms":"0","price":"213000","area":"549"} , +{"type":"Feature","id":"n5652242381","geometry":{"type":"Point","coordinates":[-0.0770128,50.9596093]},"properties":{"@type":"node","@id":5652242381,"@timestamp":1527704610},"coords":"50.9596093,-0.0770128","bedrooms":"4","price":"185000","area":"677"} , +{"type":"Feature","id":"n5652333123","geometry":{"type":"Point","coordinates":[-0.7636492,51.3335175]},"properties":{"@type":"node","@id":5652333123,"@timestamp":1527707113},"coords":"51.3335175,-0.7636492","bedrooms":"3","price":"287000","area":"399"} , +{"type":"Feature","id":"n5652549037","geometry":{"type":"Point","coordinates":[-0.8335081,51.7273907]},"properties":{"@type":"node","@id":5652549037,"@timestamp":1527716604},"coords":"51.7273907,-0.8335081","bedrooms":"3","price":"293000","area":"351"} , +{"type":"Feature","id":"n5652594978","geometry":{"type":"Point","coordinates":[-0.0549532,51.5477744]},"properties":{"@type":"node","@id":5652594978,"@timestamp":1633163583},"coords":"51.5477744,-0.0549532","bedrooms":"4","price":"219000","area":"560"} , +{"type":"Feature","id":"n5652713267","geometry":{"type":"Point","coordinates":[-0.1061682,51.5932582]},"properties":{"@type":"node","@id":5652713267,"@timestamp":1594078342},"coords":"51.5932582,-0.1061682","bedrooms":"0","price":"278000","area":"464"} , +{"type":"Feature","id":"n5653519624","geometry":{"type":"Point","coordinates":[-0.0950103,50.971159]},"properties":{"@type":"node","@id":5653519624,"@timestamp":1527762124},"coords":"50.971159,-0.0950103","bedrooms":"3","price":"203000","area":"578"} , +{"type":"Feature","id":"n5653564243","geometry":{"type":"Point","coordinates":[0.002037,51.548861]},"properties":{"@type":"node","@id":5653564243,"@timestamp":1614629049},"coords":"51.548861,0.002037","bedrooms":"2","price":"180000","area":"412"} , +{"type":"Feature","id":"n5653665786","geometry":{"type":"Point","coordinates":[-0.0553467,50.9807645]},"properties":{"@type":"node","@id":5653665786,"@timestamp":1532944519},"coords":"50.9807645,-0.0553467","bedrooms":"1","price":"195000","area":"681"} , +{"type":"Feature","id":"n5654035038","geometry":{"type":"Point","coordinates":[-0.9732035,51.7527647]},"properties":{"@type":"node","@id":5654035038,"@timestamp":1527781423},"coords":"51.7527647,-0.9732035","bedrooms":"0","price":"189000","area":"498"} , +{"type":"Feature","id":"n5654047496","geometry":{"type":"Point","coordinates":[-0.9743066,51.7531055]},"properties":{"@type":"node","@id":5654047496,"@timestamp":1527781619},"coords":"51.7531055,-0.9743066","bedrooms":"3","price":"230000","area":"527"} , +{"type":"Feature","id":"n5654080306","geometry":{"type":"Point","coordinates":[-0.9742989,51.7531561]},"properties":{"@type":"node","@id":5654080306,"@timestamp":1527782534},"coords":"51.7531561,-0.9742989","bedrooms":"2","price":"163000","area":"648"} , +{"type":"Feature","id":"n5654289540","geometry":{"type":"Point","coordinates":[-0.9553529,51.4518012]},"properties":{"@type":"node","@id":5654289540,"@timestamp":1527789824},"coords":"51.4518012,-0.9553529","bedrooms":"4","price":"262000","area":"567"} , +{"type":"Feature","id":"n5654666271","geometry":{"type":"Point","coordinates":[-0.2108945,51.1359633]},"properties":{"@type":"node","@id":5654666271,"@timestamp":1527800804},"coords":"51.1359633,-0.2108945","bedrooms":"2","price":"177000","area":"461"} , +{"type":"Feature","id":"n5654728701","geometry":{"type":"Point","coordinates":[-0.8442941,51.7186526]},"properties":{"@type":"node","@id":5654728701,"@timestamp":1608151479},"coords":"51.7186526,-0.8442941","bedrooms":"1","price":"163000","area":"553"} , +{"type":"Feature","id":"n5654897952","geometry":{"type":"Point","coordinates":[-0.0690159,51.4769547]},"properties":{"@type":"node","@id":5654897952,"@timestamp":1527809364},"coords":"51.4769547,-0.0690159","bedrooms":"2","price":"151000","area":"545"} , +{"type":"Feature","id":"n5654897962","geometry":{"type":"Point","coordinates":[-0.0672892,51.4777044]},"properties":{"@type":"node","@id":5654897962,"@timestamp":1527809366},"coords":"51.4777044,-0.0672892","bedrooms":"3","price":"243000","area":"650"} , +{"type":"Feature","id":"n5655220885","geometry":{"type":"Point","coordinates":[-0.141036,51.5123491]},"properties":{"@type":"node","@id":5655220885,"@timestamp":1543775798},"coords":"51.5123491,-0.141036","bedrooms":"4","price":"193000","area":"496"} , +{"type":"Feature","id":"n5655831639","geometry":{"type":"Point","coordinates":[-0.2402209,51.4902025]},"properties":{"@type":"node","@id":5655831639,"@timestamp":1527844671},"coords":"51.4902025,-0.2402209","bedrooms":"1","price":"166000","area":"537"} , +{"type":"Feature","id":"n5655831649","geometry":{"type":"Point","coordinates":[-0.24036,51.4903045]},"properties":{"@type":"node","@id":5655831649,"@timestamp":1527844671},"coords":"51.4903045,-0.24036","bedrooms":"0","price":"263000","area":"385"} , +{"type":"Feature","id":"n5656037501","geometry":{"type":"Point","coordinates":[0.0017442,51.5492185]},"properties":{"@type":"node","@id":5656037501,"@timestamp":1606825034},"coords":"51.5492185,0.0017442","bedrooms":"2","price":"196000","area":"629"} , +{"type":"Feature","id":"n5656237179","geometry":{"type":"Point","coordinates":[-0.0819133,51.3794276]},"properties":{"@type":"node","@id":5656237179,"@timestamp":1527856062},"coords":"51.3794276,-0.0819133","bedrooms":"2","price":"193000","area":"462"} , +{"type":"Feature","id":"n5656416126","geometry":{"type":"Point","coordinates":[-0.3725154,51.5326895]},"properties":{"@type":"node","@id":5656416126,"@timestamp":1564903671},"coords":"51.5326895,-0.3725154","bedrooms":"2","price":"153000","area":"541"} , +{"type":"Feature","id":"n5657138923","geometry":{"type":"Point","coordinates":[-0.7442778,51.3442215]},"properties":{"@type":"node","@id":5657138923,"@timestamp":1527882696},"coords":"51.3442215,-0.7442778","bedrooms":"0","price":"187000","area":"443"} , +{"type":"Feature","id":"n5657476047","geometry":{"type":"Point","coordinates":[-0.1047711,51.5643861]},"properties":{"@type":"node","@id":5657476047,"@timestamp":1574358284},"coords":"51.5643861,-0.1047711","bedrooms":"4","price":"161000","area":"667"} , +{"type":"Feature","id":"n5657506843","geometry":{"type":"Point","coordinates":[-0.1042695,51.5644436]},"properties":{"@type":"node","@id":5657506843,"@timestamp":1527898169},"coords":"51.5644436,-0.1042695","bedrooms":"4","price":"284000","area":"626"} , +{"type":"Feature","id":"n5657531329","geometry":{"type":"Point","coordinates":[0.001991,51.5659946]},"properties":{"@type":"node","@id":5657531329,"@timestamp":1527899450},"coords":"51.5659946,0.001991","bedrooms":"3","price":"299000","area":"526"} , +{"type":"Feature","id":"n5657597928","geometry":{"type":"Point","coordinates":[0.0158201,51.571289]},"properties":{"@type":"node","@id":5657597928,"@timestamp":1564903671},"coords":"51.571289,0.0158201","bedrooms":"4","price":"228000","area":"507"} , +{"type":"Feature","id":"n5657647204","geometry":{"type":"Point","coordinates":[-0.3198685,51.350295]},"properties":{"@type":"node","@id":5657647204,"@timestamp":1527908962},"coords":"51.350295,-0.3198685","bedrooms":"2","price":"281000","area":"369"} , +{"type":"Feature","id":"n5657647214","geometry":{"type":"Point","coordinates":[-0.3186672,51.3510656]},"properties":{"@type":"node","@id":5657647214,"@timestamp":1527908963},"coords":"51.3510656,-0.3186672","bedrooms":"1","price":"224000","area":"690"} , +{"type":"Feature","id":"n5657647225","geometry":{"type":"Point","coordinates":[-0.3174825,51.3504667]},"properties":{"@type":"node","@id":5657647225,"@timestamp":1527908963},"coords":"51.3504667,-0.3174825","bedrooms":"2","price":"274000","area":"574"} , +{"type":"Feature","id":"n5658255924","geometry":{"type":"Point","coordinates":[-0.1866443,51.646269]},"properties":{"@type":"node","@id":5658255924,"@timestamp":1527930217},"coords":"51.646269,-0.1866443","bedrooms":"3","price":"298000","area":"645"} , +{"type":"Feature","id":"n5658370882","geometry":{"type":"Point","coordinates":[0.0041306,51.5488681]},"properties":{"@type":"node","@id":5658370882,"@timestamp":1527933800},"coords":"51.5488681,0.0041306","bedrooms":"2","price":"245000","area":"677"} , +{"type":"Feature","id":"n5658630184","geometry":{"type":"Point","coordinates":[-0.1680083,51.1349052]},"properties":{"@type":"node","@id":5658630184,"@timestamp":1527943661},"coords":"51.1349052,-0.1680083","bedrooms":"0","price":"224000","area":"404"} , +{"type":"Feature","id":"n5658633727","geometry":{"type":"Point","coordinates":[-1.0106369,51.4612485]},"properties":{"@type":"node","@id":5658633727,"@timestamp":1635602392},"coords":"51.4612485,-1.0106369","bedrooms":"4","price":"296000","area":"613"} , +{"type":"Feature","id":"n5658724631","geometry":{"type":"Point","coordinates":[-0.0898872,51.4672857]},"properties":{"@type":"node","@id":5658724631,"@timestamp":1527947241},"coords":"51.4672857,-0.0898872","bedrooms":"2","price":"281000","area":"637"} , +{"type":"Feature","id":"n5658724675","geometry":{"type":"Point","coordinates":[-0.0895677,51.4676929]},"properties":{"@type":"node","@id":5658724675,"@timestamp":1528133752},"coords":"51.4676929,-0.0895677","bedrooms":"4","price":"195000","area":"375"} , +{"type":"Feature","id":"n5658781747","geometry":{"type":"Point","coordinates":[-0.0876942,51.4698411]},"properties":{"@type":"node","@id":5658781747,"@timestamp":1527949141},"coords":"51.4698411,-0.0876942","bedrooms":"2","price":"244000","area":"575"} , +{"type":"Feature","id":"n5659265588","geometry":{"type":"Point","coordinates":[0.683101,51.3282779]},"properties":{"@type":"node","@id":5659265588,"@timestamp":1527966849},"coords":"51.3282779,0.683101","bedrooms":"0","price":"192000","area":"535"} , +{"type":"Feature","id":"n5659336575","geometry":{"type":"Point","coordinates":[-0.7795848,51.3380426]},"properties":{"@type":"node","@id":5659336575,"@timestamp":1552165966},"coords":"51.3380426,-0.7795848","bedrooms":"4","price":"219000","area":"450"} , +{"type":"Feature","id":"n5659386851","geometry":{"type":"Point","coordinates":[-0.188678,51.4878975]},"properties":{"@type":"node","@id":5659386851,"@timestamp":1616692812},"coords":"51.4878975,-0.188678","bedrooms":"0","price":"262000","area":"577"} , +{"type":"Feature","id":"n5659463387","geometry":{"type":"Point","coordinates":[-0.2787251,51.1219977]},"properties":{"@type":"node","@id":5659463387,"@timestamp":1527976234},"coords":"51.1219977,-0.2787251","bedrooms":"2","price":"247000","area":"393"} , +{"type":"Feature","id":"n5659486903","geometry":{"type":"Point","coordinates":[-0.1467625,51.5704529]},"properties":{"@type":"node","@id":5659486903,"@timestamp":1623531887},"coords":"51.5704529,-0.1467625","bedrooms":"2","price":"248000","area":"417"} , +{"type":"Feature","id":"n5659704377","geometry":{"type":"Point","coordinates":[0.0786548,51.6468401]},"properties":{"@type":"node","@id":5659704377,"@timestamp":1595783302},"coords":"51.6468401,0.0786548","bedrooms":"2","price":"183000","area":"673"} , +{"type":"Feature","id":"n5660203082","geometry":{"type":"Point","coordinates":[-0.1399813,51.5106747]},"properties":{"@type":"node","@id":5660203082,"@timestamp":1543778994},"coords":"51.5106747,-0.1399813","bedrooms":"1","price":"258000","area":"649"} , +{"type":"Feature","id":"n5660671144","geometry":{"type":"Point","coordinates":[-0.1402491,51.510956]},"properties":{"@type":"node","@id":5660671144,"@timestamp":1528019982},"coords":"51.510956,-0.1402491","bedrooms":"1","price":"159000","area":"614"} , +{"type":"Feature","id":"n5660857837","geometry":{"type":"Point","coordinates":[-0.055161,51.5497498]},"properties":{"@type":"node","@id":5660857837,"@timestamp":1528024193},"coords":"51.5497498,-0.055161","bedrooms":"2","price":"242000","area":"465"} , +{"type":"Feature","id":"n5661203155","geometry":{"type":"Point","coordinates":[-0.85344,51.7193993]},"properties":{"@type":"node","@id":5661203155,"@timestamp":1528034375},"coords":"51.7193993,-0.85344","bedrooms":"3","price":"184000","area":"644"} , +{"type":"Feature","id":"n5661203170","geometry":{"type":"Point","coordinates":[-0.8416889,51.6999507]},"properties":{"@type":"node","@id":5661203170,"@timestamp":1528034375},"coords":"51.6999507,-0.8416889","bedrooms":"1","price":"201000","area":"488"} , +{"type":"Feature","id":"n5661203384","geometry":{"type":"Point","coordinates":[-0.8399512,51.7236604]},"properties":{"@type":"node","@id":5661203384,"@timestamp":1528034378},"coords":"51.7236604,-0.8399512","bedrooms":"0","price":"272000","area":"412"} , +{"type":"Feature","id":"n5661455423","geometry":{"type":"Point","coordinates":[-0.1678827,51.134053]},"properties":{"@type":"node","@id":5661455423,"@timestamp":1528042245},"coords":"51.134053,-0.1678827","bedrooms":"2","price":"180000","area":"463"} , +{"type":"Feature","id":"n5661998122","geometry":{"type":"Point","coordinates":[-0.0919606,51.5124503]},"properties":{"@type":"node","@id":5661998122,"@timestamp":1597127865},"coords":"51.5124503,-0.0919606","bedrooms":"0","price":"172000","area":"693"} , +{"type":"Feature","id":"n5662328065","geometry":{"type":"Point","coordinates":[0.0121063,51.4950175]},"properties":{"@type":"node","@id":5662328065,"@timestamp":1528080168},"coords":"51.4950175,0.0121063","bedrooms":"0","price":"299000","area":"536"} , +{"type":"Feature","id":"n5662952833","geometry":{"type":"Point","coordinates":[0.4806491,51.7340847]},"properties":{"@type":"node","@id":5662952833,"@timestamp":1528099230},"coords":"51.7340847,0.4806491","bedrooms":"3","price":"176000","area":"432"} , +{"type":"Feature","id":"n5663916699","geometry":{"type":"Point","coordinates":[-0.1127591,51.3306898]},"properties":{"@type":"node","@id":5663916699,"@timestamp":1528121073},"coords":"51.3306898,-0.1127591","bedrooms":"2","price":"194000","area":"648"} , +{"type":"Feature","id":"n5664248232","geometry":{"type":"Point","coordinates":[-0.0935322,51.4664495]},"properties":{"@type":"node","@id":5664248232,"@timestamp":1528128833},"coords":"51.4664495,-0.0935322","bedrooms":"1","price":"177000","area":"666"} , +{"type":"Feature","id":"n5664384455","geometry":{"type":"Point","coordinates":[-0.0893511,51.4672893]},"properties":{"@type":"node","@id":5664384455,"@timestamp":1528133745},"coords":"51.4672893,-0.0893511","bedrooms":"2","price":"212000","area":"491"} , +{"type":"Feature","id":"n5664720068","geometry":{"type":"Point","coordinates":[-0.8295402,51.7229642]},"properties":{"@type":"node","@id":5664720068,"@timestamp":1528144062},"coords":"51.7229642,-0.8295402","bedrooms":"1","price":"200000","area":"595"} , +{"type":"Feature","id":"n5664758088","geometry":{"type":"Point","coordinates":[-0.0536073,51.5539185]},"properties":{"@type":"node","@id":5664758088,"@timestamp":1528145429},"coords":"51.5539185,-0.0536073","bedrooms":"4","price":"200000","area":"446"} , +{"type":"Feature","id":"n5665018623","geometry":{"type":"Point","coordinates":[-0.0547157,51.5554223]},"properties":{"@type":"node","@id":5665018623,"@timestamp":1528154170},"coords":"51.5554223,-0.0547157","bedrooms":"1","price":"157000","area":"670"} , +{"type":"Feature","id":"n5665151114","geometry":{"type":"Point","coordinates":[-0.0474872,51.5480459]},"properties":{"@type":"node","@id":5665151114,"@timestamp":1604399050},"coords":"51.5480459,-0.0474872","bedrooms":"2","price":"284000","area":"477"} , +{"type":"Feature","id":"n5666809147","geometry":{"type":"Point","coordinates":[-0.2168042,51.4233438]},"properties":{"@type":"node","@id":5666809147,"@timestamp":1528205438},"coords":"51.4233438,-0.2168042","bedrooms":"3","price":"153000","area":"679"} , +{"type":"Feature","id":"n5667250453","geometry":{"type":"Point","coordinates":[-0.0701118,51.8024567]},"properties":{"@type":"node","@id":5667250453,"@timestamp":1528216725},"coords":"51.8024567,-0.0701118","bedrooms":"1","price":"189000","area":"416"} , +{"type":"Feature","id":"n5667417853","geometry":{"type":"Point","coordinates":[-0.1218035,51.0471518]},"properties":{"@type":"node","@id":5667417853,"@timestamp":1538727536},"coords":"51.0471518,-0.1218035","bedrooms":"4","price":"279000","area":"639"} , +{"type":"Feature","id":"n5667567823","geometry":{"type":"Point","coordinates":[-0.1041832,51.3571594]},"properties":{"@type":"node","@id":5667567823,"@timestamp":1528227098},"coords":"51.3571594,-0.1041832","bedrooms":"0","price":"209000","area":"418"} , +{"type":"Feature","id":"n5667613440","geometry":{"type":"Point","coordinates":[-0.7558929,51.2963472]},"properties":{"@type":"node","@id":5667613440,"@timestamp":1528228880},"coords":"51.2963472,-0.7558929","bedrooms":"2","price":"276000","area":"583"} , +{"type":"Feature","id":"n5668072736","geometry":{"type":"Point","coordinates":[-0.0555954,51.5560595]},"properties":{"@type":"node","@id":5668072736,"@timestamp":1605301175},"coords":"51.5560595,-0.0555954","bedrooms":"3","price":"263000","area":"543"} , +{"type":"Feature","id":"n5668113811","geometry":{"type":"Point","coordinates":[-0.0910229,51.6015059]},"properties":{"@type":"node","@id":5668113811,"@timestamp":1564903671},"coords":"51.6015059,-0.0910229","bedrooms":"4","price":"182000","area":"386"} , +{"type":"Feature","id":"n5668977982","geometry":{"type":"Point","coordinates":[-0.0021236,51.5484429]},"properties":{"@type":"node","@id":5668977982,"@timestamp":1619089979},"coords":"51.5484429,-0.0021236","bedrooms":"2","price":"160000","area":"571"} , +{"type":"Feature","id":"n5669613194","geometry":{"type":"Point","coordinates":[-0.608376,51.5115082]},"properties":{"@type":"node","@id":5669613194,"@timestamp":1585776610},"coords":"51.5115082,-0.608376","bedrooms":"2","price":"264000","area":"609"} , +{"type":"Feature","id":"n5669877796","geometry":{"type":"Point","coordinates":[-0.0317144,51.2157233]},"properties":{"@type":"node","@id":5669877796,"@timestamp":1528295479},"coords":"51.2157233,-0.0317144","bedrooms":"1","price":"186000","area":"445"} , +{"type":"Feature","id":"n5669878827","geometry":{"type":"Point","coordinates":[-0.0469226,51.2020166]},"properties":{"@type":"node","@id":5669878827,"@timestamp":1528295479},"coords":"51.2020166,-0.0469226","bedrooms":"1","price":"240000","area":"600"} , +{"type":"Feature","id":"n5669878837","geometry":{"type":"Point","coordinates":[-0.0433472,51.2158207]},"properties":{"@type":"node","@id":5669878837,"@timestamp":1528295480},"coords":"51.2158207,-0.0433472","bedrooms":"4","price":"283000","area":"598"} , +{"type":"Feature","id":"n5670081459","geometry":{"type":"Point","coordinates":[0.0087625,51.464782]},"properties":{"@type":"node","@id":5670081459,"@timestamp":1528300399},"coords":"51.464782,0.0087625","bedrooms":"2","price":"273000","area":"471"} , +{"type":"Feature","id":"n5670402731","geometry":{"type":"Point","coordinates":[-0.0948077,51.3432102]},"properties":{"@type":"node","@id":5670402731,"@timestamp":1528310185},"coords":"51.3432102,-0.0948077","bedrooms":"3","price":"240000","area":"645"} , +{"type":"Feature","id":"n5670591448","geometry":{"type":"Point","coordinates":[-0.1155629,51.4645267]},"properties":{"@type":"node","@id":5670591448,"@timestamp":1528316835},"coords":"51.4645267,-0.1155629","bedrooms":"2","price":"158000","area":"452"} , +{"type":"Feature","id":"n5670749069","geometry":{"type":"Point","coordinates":[-0.0561876,51.5556325]},"properties":{"@type":"node","@id":5670749069,"@timestamp":1528323823},"coords":"51.5556325,-0.0561876","bedrooms":"0","price":"186000","area":"351"} , +{"type":"Feature","id":"n5670845454","geometry":{"type":"Point","coordinates":[-0.0752764,51.4728509]},"properties":{"@type":"node","@id":5670845454,"@timestamp":1528330574},"coords":"51.4728509,-0.0752764","bedrooms":"3","price":"186000","area":"545"} , +{"type":"Feature","id":"n5670845542","geometry":{"type":"Point","coordinates":[-0.0762093,51.4731043]},"properties":{"@type":"node","@id":5670845542,"@timestamp":1528330576},"coords":"51.4731043,-0.0762093","bedrooms":"1","price":"178000","area":"422"} , +{"type":"Feature","id":"n5671022803","geometry":{"type":"Point","coordinates":[-0.141435,51.5104713]},"properties":{"@type":"node","@id":5671022803,"@timestamp":1634585934},"coords":"51.5104713,-0.141435","bedrooms":"1","price":"247000","area":"401"} , +{"type":"Feature","id":"n5671697055","geometry":{"type":"Point","coordinates":[-0.9719533,51.4583295]},"properties":{"@type":"node","@id":5671697055,"@timestamp":1528358454},"coords":"51.4583295,-0.9719533","bedrooms":"3","price":"228000","area":"664"} , +{"type":"Feature","id":"n5672634532","geometry":{"type":"Point","coordinates":[0.1640468,51.5964498]},"properties":{"@type":"node","@id":5672634532,"@timestamp":1529449358},"coords":"51.5964498,0.1640468","bedrooms":"1","price":"187000","area":"656"} , +{"type":"Feature","id":"n5672798332","geometry":{"type":"Point","coordinates":[-0.031363,51.6858942]},"properties":{"@type":"node","@id":5672798332,"@timestamp":1528379947},"coords":"51.6858942,-0.031363","bedrooms":"3","price":"230000","area":"381"} , +{"type":"Feature","id":"n5673063211","geometry":{"type":"Point","coordinates":[-0.7524345,51.4144837]},"properties":{"@type":"node","@id":5673063211,"@timestamp":1528388538},"coords":"51.4144837,-0.7524345","bedrooms":"2","price":"256000","area":"367"} , +{"type":"Feature","id":"n5673544170","geometry":{"type":"Point","coordinates":[0.0146774,51.5414699]},"properties":{"@type":"node","@id":5673544170,"@timestamp":1528404495},"coords":"51.5414699,0.0146774","bedrooms":"2","price":"294000","area":"612"} , +{"type":"Feature","id":"n5673544186","geometry":{"type":"Point","coordinates":[0.0144366,51.5418728]},"properties":{"@type":"node","@id":5673544186,"@timestamp":1528404496},"coords":"51.5418728,0.0144366","bedrooms":"2","price":"298000","area":"358"} , +{"type":"Feature","id":"n5673544196","geometry":{"type":"Point","coordinates":[0.0141828,51.5423299]},"properties":{"@type":"node","@id":5673544196,"@timestamp":1528404497},"coords":"51.5423299,0.0141828","bedrooms":"1","price":"225000","area":"380"} , +{"type":"Feature","id":"n5673544206","geometry":{"type":"Point","coordinates":[0.0143371,51.5422968]},"properties":{"@type":"node","@id":5673544206,"@timestamp":1528404498},"coords":"51.5422968,0.0143371","bedrooms":"2","price":"182000","area":"476"} , +{"type":"Feature","id":"n5673568653","geometry":{"type":"Point","coordinates":[0.0156571,51.541566]},"properties":{"@type":"node","@id":5673568653,"@timestamp":1629476736},"coords":"51.541566,0.0156571","bedrooms":"0","price":"206000","area":"620"} , +{"type":"Feature","id":"n5673568663","geometry":{"type":"Point","coordinates":[0.0151947,51.5423583]},"properties":{"@type":"node","@id":5673568663,"@timestamp":1528405610},"coords":"51.5423583,0.0151947","bedrooms":"4","price":"177000","area":"435"} , +{"type":"Feature","id":"n5673568673","geometry":{"type":"Point","coordinates":[0.0149225,51.5428462]},"properties":{"@type":"node","@id":5673568673,"@timestamp":1528405610},"coords":"51.5428462,0.0149225","bedrooms":"2","price":"242000","area":"528"} , +{"type":"Feature","id":"n5673592936","geometry":{"type":"Point","coordinates":[0.0164295,51.5415299]},"properties":{"@type":"node","@id":5673592936,"@timestamp":1528406327},"coords":"51.5415299,0.0164295","bedrooms":"2","price":"250000","area":"593"} , +{"type":"Feature","id":"n5673592946","geometry":{"type":"Point","coordinates":[0.0160953,51.5420916]},"properties":{"@type":"node","@id":5673592946,"@timestamp":1528406328},"coords":"51.5420916,0.0160953","bedrooms":"1","price":"167000","area":"607"} , +{"type":"Feature","id":"n5673592956","geometry":{"type":"Point","coordinates":[0.0158826,51.5427121]},"properties":{"@type":"node","@id":5673592956,"@timestamp":1528406329},"coords":"51.5427121,0.0158826","bedrooms":"2","price":"198000","area":"503"} , +{"type":"Feature","id":"n5673677309","geometry":{"type":"Point","coordinates":[-0.0561118,51.5552722]},"properties":{"@type":"node","@id":5673677309,"@timestamp":1528410502},"coords":"51.5552722,-0.0561118","bedrooms":"0","price":"157000","area":"652"} , +{"type":"Feature","id":"n5673752432","geometry":{"type":"Point","coordinates":[-0.0796995,51.4748224]},"properties":{"@type":"node","@id":5673752432,"@timestamp":1528414945},"coords":"51.4748224,-0.0796995","bedrooms":"2","price":"203000","area":"504"} , +{"type":"Feature","id":"n5675676521","geometry":{"type":"Point","coordinates":[-0.7214283,51.4057372]},"properties":{"@type":"node","@id":5675676521,"@timestamp":1614638679},"coords":"51.4057372,-0.7214283","bedrooms":"2","price":"237000","area":"627"} , +{"type":"Feature","id":"n5676043148","geometry":{"type":"Point","coordinates":[-0.8038124,51.8175973]},"properties":{"@type":"node","@id":5676043148,"@timestamp":1528480023},"coords":"51.8175973,-0.8038124","bedrooms":"3","price":"273000","area":"552"} , +{"type":"Feature","id":"n5676043355","geometry":{"type":"Point","coordinates":[-0.8178784,51.8152704]},"properties":{"@type":"node","@id":5676043355,"@timestamp":1540160671},"coords":"51.8152704,-0.8178784","bedrooms":"4","price":"297000","area":"361"} , +{"type":"Feature","id":"n5676043422","geometry":{"type":"Point","coordinates":[-0.8138573,51.8156561]},"properties":{"@type":"node","@id":5676043422,"@timestamp":1528986242},"coords":"51.8156561,-0.8138573","bedrooms":"1","price":"259000","area":"380"} , +{"type":"Feature","id":"n5676043436","geometry":{"type":"Point","coordinates":[-0.8133316,51.8162617]},"properties":{"@type":"node","@id":5676043436,"@timestamp":1559334746},"coords":"51.8162617,-0.8133316","bedrooms":"0","price":"177000","area":"562"} , +{"type":"Feature","id":"n5676043447","geometry":{"type":"Point","coordinates":[-0.8139538,51.8164474]},"properties":{"@type":"node","@id":5676043447,"@timestamp":1536530246},"coords":"51.8164474,-0.8139538","bedrooms":"3","price":"238000","area":"650"} , +{"type":"Feature","id":"n5676043465","geometry":{"type":"Point","coordinates":[-0.8139297,51.8171861]},"properties":{"@type":"node","@id":5676043465,"@timestamp":1529156805},"coords":"51.8171861,-0.8139297","bedrooms":"2","price":"176000","area":"587"} , +{"type":"Feature","id":"n5676043482","geometry":{"type":"Point","coordinates":[-0.8133101,51.8174605]},"properties":{"@type":"node","@id":5676043482,"@timestamp":1528480030},"coords":"51.8174605,-0.8133101","bedrooms":"0","price":"244000","area":"426"} , +{"type":"Feature","id":"n5676043498","geometry":{"type":"Point","coordinates":[-0.8133852,51.8183957]},"properties":{"@type":"node","@id":5676043498,"@timestamp":1529156806},"coords":"51.8183957,-0.8133852","bedrooms":"3","price":"217000","area":"353"} , +{"type":"Feature","id":"n5676043520","geometry":{"type":"Point","coordinates":[-0.8135583,51.8185524]},"properties":{"@type":"node","@id":5676043520,"@timestamp":1528986242},"coords":"51.8185524,-0.8135583","bedrooms":"1","price":"181000","area":"662"} , +{"type":"Feature","id":"n5676043531","geometry":{"type":"Point","coordinates":[-0.8121107,51.8160292]},"properties":{"@type":"node","@id":5676043531,"@timestamp":1528480032},"coords":"51.8160292,-0.8121107","bedrooms":"0","price":"244000","area":"525"} , +{"type":"Feature","id":"n5676043558","geometry":{"type":"Point","coordinates":[-0.816624,51.8145414]},"properties":{"@type":"node","@id":5676043558,"@timestamp":1528480033},"coords":"51.8145414,-0.816624","bedrooms":"3","price":"282000","area":"522"} , +{"type":"Feature","id":"n5676043600","geometry":{"type":"Point","coordinates":[-0.8127804,51.8166464]},"properties":{"@type":"node","@id":5676043600,"@timestamp":1528480034},"coords":"51.8166464,-0.8127804","bedrooms":"0","price":"283000","area":"397"} , +{"type":"Feature","id":"n5676043655","geometry":{"type":"Point","coordinates":[-0.8129396,51.8165004]},"properties":{"@type":"node","@id":5676043655,"@timestamp":1528480035},"coords":"51.8165004,-0.8129396","bedrooms":"2","price":"272000","area":"355"} , +{"type":"Feature","id":"n5676043675","geometry":{"type":"Point","coordinates":[-0.8121769,51.8158978]},"properties":{"@type":"node","@id":5676043675,"@timestamp":1536530246},"coords":"51.8158978,-0.8121769","bedrooms":"2","price":"169000","area":"638"} , +{"type":"Feature","id":"n5676043689","geometry":{"type":"Point","coordinates":[-0.8181303,51.8154151]},"properties":{"@type":"node","@id":5676043689,"@timestamp":1540160672},"coords":"51.8154151,-0.8181303","bedrooms":"2","price":"280000","area":"674"} , +{"type":"Feature","id":"n5676043699","geometry":{"type":"Point","coordinates":[-0.8178905,51.8156146]},"properties":{"@type":"node","@id":5676043699,"@timestamp":1540160672},"coords":"51.8156146,-0.8178905","bedrooms":"0","price":"189000","area":"681"} , +{"type":"Feature","id":"n5676043860","geometry":{"type":"Point","coordinates":[-0.8129936,51.8151732]},"properties":{"@type":"node","@id":5676043860,"@timestamp":1582472826},"coords":"51.8151732,-0.8129936","bedrooms":"4","price":"194000","area":"587"} , +{"type":"Feature","id":"n5676043872","geometry":{"type":"Point","coordinates":[-0.8125772,51.8162725]},"properties":{"@type":"node","@id":5676043872,"@timestamp":1528480039},"coords":"51.8162725,-0.8125772","bedrooms":"3","price":"209000","area":"492"} , +{"type":"Feature","id":"n5676044153","geometry":{"type":"Point","coordinates":[-0.8069426,51.8162286]},"properties":{"@type":"node","@id":5676044153,"@timestamp":1529156808},"coords":"51.8162286,-0.8069426","bedrooms":"2","price":"210000","area":"355"} , +{"type":"Feature","id":"n5676044211","geometry":{"type":"Point","coordinates":[-0.8003765,51.8148333]},"properties":{"@type":"node","@id":5676044211,"@timestamp":1582480979},"coords":"51.8148333,-0.8003765","bedrooms":"4","price":"293000","area":"525"} , +{"type":"Feature","id":"n5676044517","geometry":{"type":"Point","coordinates":[-0.8087148,51.8143106]},"properties":{"@type":"node","@id":5676044517,"@timestamp":1528480046},"coords":"51.8143106,-0.8087148","bedrooms":"0","price":"227000","area":"606"} , +{"type":"Feature","id":"n5676044869","geometry":{"type":"Point","coordinates":[-0.8086377,51.8153456]},"properties":{"@type":"node","@id":5676044869,"@timestamp":1528480049},"coords":"51.8153456,-0.8086377","bedrooms":"3","price":"197000","area":"406"} , +{"type":"Feature","id":"n5676045008","geometry":{"type":"Point","coordinates":[-0.8145205,51.8175368]},"properties":{"@type":"node","@id":5676045008,"@timestamp":1528480052},"coords":"51.8175368,-0.8145205","bedrooms":"0","price":"155000","area":"691"} , +{"type":"Feature","id":"n5676045026","geometry":{"type":"Point","coordinates":[-0.8134845,51.8178502]},"properties":{"@type":"node","@id":5676045026,"@timestamp":1582477308},"coords":"51.8178502,-0.8134845","bedrooms":"4","price":"287000","area":"372"} , +{"type":"Feature","id":"n5676045036","geometry":{"type":"Point","coordinates":[-0.8136212,51.8174516]},"properties":{"@type":"node","@id":5676045036,"@timestamp":1634639470},"coords":"51.8174516,-0.8136212","bedrooms":"0","price":"242000","area":"437"} , +{"type":"Feature","id":"n5676045060","geometry":{"type":"Point","coordinates":[-0.8139622,51.8176651]},"properties":{"@type":"node","@id":5676045060,"@timestamp":1540160672},"coords":"51.8176651,-0.8139622","bedrooms":"4","price":"199000","area":"635"} , +{"type":"Feature","id":"n5676045140","geometry":{"type":"Point","coordinates":[-0.8150506,51.818059]},"properties":{"@type":"node","@id":5676045140,"@timestamp":1528480056},"coords":"51.818059,-0.8150506","bedrooms":"0","price":"248000","area":"698"} , +{"type":"Feature","id":"n5676045363","geometry":{"type":"Point","coordinates":[-0.813568,51.8198383]},"properties":{"@type":"node","@id":5676045363,"@timestamp":1528986243},"coords":"51.8198383,-0.813568","bedrooms":"0","price":"154000","area":"491"} , +{"type":"Feature","id":"n5676045397","geometry":{"type":"Point","coordinates":[-0.811611,51.8178535]},"properties":{"@type":"node","@id":5676045397,"@timestamp":1529156810},"coords":"51.8178535,-0.811611","bedrooms":"0","price":"275000","area":"599"} , +{"type":"Feature","id":"n5676045407","geometry":{"type":"Point","coordinates":[-0.8118859,51.8174174]},"properties":{"@type":"node","@id":5676045407,"@timestamp":1528480060},"coords":"51.8174174,-0.8118859","bedrooms":"2","price":"251000","area":"487"} , +{"type":"Feature","id":"n5676045417","geometry":{"type":"Point","coordinates":[-0.8133115,51.8170883]},"properties":{"@type":"node","@id":5676045417,"@timestamp":1553288013},"coords":"51.8170883,-0.8133115","bedrooms":"1","price":"273000","area":"598"} , +{"type":"Feature","id":"n5676045434","geometry":{"type":"Point","coordinates":[-0.8120549,51.8171513]},"properties":{"@type":"node","@id":5676045434,"@timestamp":1582472826},"coords":"51.8171513,-0.8120549","bedrooms":"0","price":"170000","area":"505"} , +{"type":"Feature","id":"n5676045444","geometry":{"type":"Point","coordinates":[-0.8114286,51.8172118]},"properties":{"@type":"node","@id":5676045444,"@timestamp":1528986244},"coords":"51.8172118,-0.8114286","bedrooms":"1","price":"253000","area":"560"} , +{"type":"Feature","id":"n5676045476","geometry":{"type":"Point","coordinates":[-0.8092187,51.8191555]},"properties":{"@type":"node","@id":5676045476,"@timestamp":1540160674},"coords":"51.8191555,-0.8092187","bedrooms":"1","price":"163000","area":"648"} , +{"type":"Feature","id":"n5676045502","geometry":{"type":"Point","coordinates":[-0.8106417,51.8202221]},"properties":{"@type":"node","@id":5676045502,"@timestamp":1599346928},"coords":"51.8202221,-0.8106417","bedrooms":"1","price":"173000","area":"628"} , +{"type":"Feature","id":"n5676045559","geometry":{"type":"Point","coordinates":[-0.8065532,51.8201373]},"properties":{"@type":"node","@id":5676045559,"@timestamp":1540160675},"coords":"51.8201373,-0.8065532","bedrooms":"1","price":"225000","area":"576"} , +{"type":"Feature","id":"n5676045611","geometry":{"type":"Point","coordinates":[-0.808222,51.8198381]},"properties":{"@type":"node","@id":5676045611,"@timestamp":1528480067},"coords":"51.8198381,-0.808222","bedrooms":"0","price":"256000","area":"603"} , +{"type":"Feature","id":"n5676045681","geometry":{"type":"Point","coordinates":[-0.808509,51.8168313]},"properties":{"@type":"node","@id":5676045681,"@timestamp":1599923777},"coords":"51.8168313,-0.808509","bedrooms":"2","price":"169000","area":"498"} , +{"type":"Feature","id":"n5676045708","geometry":{"type":"Point","coordinates":[-0.8099826,51.8168523]},"properties":{"@type":"node","@id":5676045708,"@timestamp":1582472826},"coords":"51.8168523,-0.8099826","bedrooms":"1","price":"250000","area":"483"} , +{"type":"Feature","id":"n5676046121","geometry":{"type":"Point","coordinates":[-0.8109562,51.8170207]},"properties":{"@type":"node","@id":5676046121,"@timestamp":1582476316},"coords":"51.8170207,-0.8109562","bedrooms":"0","price":"245000","area":"462"} , +{"type":"Feature","id":"n5676046137","geometry":{"type":"Point","coordinates":[-0.8130527,51.8167036]},"properties":{"@type":"node","@id":5676046137,"@timestamp":1582472826},"coords":"51.8167036,-0.8130527","bedrooms":"0","price":"253000","area":"438"} , +{"type":"Feature","id":"n5676046160","geometry":{"type":"Point","coordinates":[-0.8133866,51.8157195]},"properties":{"@type":"node","@id":5676046160,"@timestamp":1582477717},"coords":"51.8157195,-0.8133866","bedrooms":"4","price":"253000","area":"684"} , +{"type":"Feature","id":"n5676046170","geometry":{"type":"Point","coordinates":[-0.8131398,51.8152834]},"properties":{"@type":"node","@id":5676046170,"@timestamp":1582472826},"coords":"51.8152834,-0.8131398","bedrooms":"1","price":"284000","area":"379"} , +{"type":"Feature","id":"n5676372016","geometry":{"type":"Point","coordinates":[-0.1800764,51.5593961]},"properties":{"@type":"node","@id":5676372016,"@timestamp":1528490531},"coords":"51.5593961,-0.1800764","bedrooms":"1","price":"169000","area":"650"} , +{"type":"Feature","id":"n5676372526","geometry":{"type":"Point","coordinates":[-0.1798886,51.559291]},"properties":{"@type":"node","@id":5676372526,"@timestamp":1546001122},"coords":"51.559291,-0.1798886","bedrooms":"4","price":"179000","area":"618"} , +{"type":"Feature","id":"n5676372536","geometry":{"type":"Point","coordinates":[-0.1801019,51.5590834]},"properties":{"@type":"node","@id":5676372536,"@timestamp":1528490532},"coords":"51.5590834,-0.1801019","bedrooms":"4","price":"220000","area":"614"} , +{"type":"Feature","id":"n5676402223","geometry":{"type":"Point","coordinates":[-0.0560649,51.5579225]},"properties":{"@type":"node","@id":5676402223,"@timestamp":1622454534},"coords":"51.5579225,-0.0560649","bedrooms":"3","price":"163000","area":"489"} , +{"type":"Feature","id":"n5676607708","geometry":{"type":"Point","coordinates":[-0.0446581,51.5377264]},"properties":{"@type":"node","@id":5676607708,"@timestamp":1528500067},"coords":"51.5377264,-0.0446581","bedrooms":"1","price":"268000","area":"462"} , +{"type":"Feature","id":"n5676607908","geometry":{"type":"Point","coordinates":[-0.0445025,51.536788]},"properties":{"@type":"node","@id":5676607908,"@timestamp":1528500065},"coords":"51.536788,-0.0445025","bedrooms":"1","price":"276000","area":"591"} , +{"type":"Feature","id":"n5677525571","geometry":{"type":"Point","coordinates":[-0.0331995,51.5213895]},"properties":{"@type":"node","@id":5677525571,"@timestamp":1626604106},"coords":"51.5213895,-0.0331995","bedrooms":"0","price":"291000","area":"557"} , +{"type":"Feature","id":"n5677784820","geometry":{"type":"Point","coordinates":[-0.0334465,51.5215966]},"properties":{"@type":"node","@id":5677784820,"@timestamp":1528549305},"coords":"51.5215966,-0.0334465","bedrooms":"3","price":"265000","area":"674"} , +{"type":"Feature","id":"n5677986942","geometry":{"type":"Point","coordinates":[-0.0336181,51.5222141]},"properties":{"@type":"node","@id":5677986942,"@timestamp":1587028931},"coords":"51.5222141,-0.0336181","bedrooms":"4","price":"279000","area":"469"} , +{"type":"Feature","id":"n5678099425","geometry":{"type":"Point","coordinates":[-0.4160106,51.3989005]},"properties":{"@type":"node","@id":5678099425,"@timestamp":1528560278},"coords":"51.3989005,-0.4160106","bedrooms":"2","price":"157000","area":"585"} , +{"type":"Feature","id":"n5678172569","geometry":{"type":"Point","coordinates":[-0.3212868,51.0669229]},"properties":{"@type":"node","@id":5678172569,"@timestamp":1528563133},"coords":"51.0669229,-0.3212868","bedrooms":"3","price":"257000","area":"479"} , +{"type":"Feature","id":"n5678302905","geometry":{"type":"Point","coordinates":[-0.0842495,51.5438334]},"properties":{"@type":"node","@id":5678302905,"@timestamp":1528569293},"coords":"51.5438334,-0.0842495","bedrooms":"0","price":"200000","area":"487"} , +{"type":"Feature","id":"n5678327600","geometry":{"type":"Point","coordinates":[-0.0972928,51.5396349]},"properties":{"@type":"node","@id":5678327600,"@timestamp":1628167731},"coords":"51.5396349,-0.0972928","bedrooms":"4","price":"266000","area":"648"} , +{"type":"Feature","id":"n5678495417","geometry":{"type":"Point","coordinates":[0.2623548,51.1295135]},"properties":{"@type":"node","@id":5678495417,"@timestamp":1528580621},"coords":"51.1295135,0.2623548","bedrooms":"0","price":"265000","area":"435"} , +{"type":"Feature","id":"n5678728769","geometry":{"type":"Point","coordinates":[-0.1397872,51.5086554]},"properties":{"@type":"node","@id":5678728769,"@timestamp":1543778996},"coords":"51.5086554,-0.1397872","bedrooms":"0","price":"250000","area":"431"} , +{"type":"Feature","id":"n5678758411","geometry":{"type":"Point","coordinates":[-0.14007,51.5088336]},"properties":{"@type":"node","@id":5678758411,"@timestamp":1554218827},"coords":"51.5088336,-0.14007","bedrooms":"0","price":"223000","area":"392"} , +{"type":"Feature","id":"n5678827702","geometry":{"type":"Point","coordinates":[-0.1406696,51.5094269]},"properties":{"@type":"node","@id":5678827702,"@timestamp":1543778998},"coords":"51.5094269,-0.1406696","bedrooms":"4","price":"230000","area":"640"} , +{"type":"Feature","id":"n5679107938","geometry":{"type":"Point","coordinates":[-0.1397229,51.5100411]},"properties":{"@type":"node","@id":5679107938,"@timestamp":1543778998},"coords":"51.5100411,-0.1397229","bedrooms":"0","price":"250000","area":"476"} , +{"type":"Feature","id":"n5679395694","geometry":{"type":"Point","coordinates":[-0.3538334,51.3802728]},"properties":{"@type":"node","@id":5679395694,"@timestamp":1528627662},"coords":"51.3802728,-0.3538334","bedrooms":"4","price":"161000","area":"531"} , +{"type":"Feature","id":"n5679487161","geometry":{"type":"Point","coordinates":[0.5464022,51.3658132]},"properties":{"@type":"node","@id":5679487161,"@timestamp":1528631291},"coords":"51.3658132,0.5464022","bedrooms":"0","price":"285000","area":"354"} , +{"type":"Feature","id":"n5679757472","geometry":{"type":"Point","coordinates":[-0.3528719,51.3798694]},"properties":{"@type":"node","@id":5679757472,"@timestamp":1528641551},"coords":"51.3798694,-0.3528719","bedrooms":"3","price":"297000","area":"525"} , +{"type":"Feature","id":"n5679932728","geometry":{"type":"Point","coordinates":[-0.3526929,51.3802102]},"properties":{"@type":"node","@id":5679932728,"@timestamp":1528647967},"coords":"51.3802102,-0.3526929","bedrooms":"3","price":"271000","area":"423"} , +{"type":"Feature","id":"n5680153938","geometry":{"type":"Point","coordinates":[-0.0812011,51.4739181]},"properties":{"@type":"node","@id":5680153938,"@timestamp":1626828774},"coords":"51.4739181,-0.0812011","bedrooms":"2","price":"152000","area":"584"} , +{"type":"Feature","id":"n5680159516","geometry":{"type":"Point","coordinates":[-0.4217304,51.3304399]},"properties":{"@type":"node","@id":5680159516,"@timestamp":1528656073},"coords":"51.3304399,-0.4217304","bedrooms":"1","price":"230000","area":"528"} , +{"type":"Feature","id":"n5680788083","geometry":{"type":"Point","coordinates":[-0.0653172,51.5896828]},"properties":{"@type":"node","@id":5680788083,"@timestamp":1528687389},"coords":"51.5896828,-0.0653172","bedrooms":"3","price":"230000","area":"583"} , +{"type":"Feature","id":"n5680946879","geometry":{"type":"Point","coordinates":[-0.1378156,51.5092831]},"properties":{"@type":"node","@id":5680946879,"@timestamp":1553719660},"coords":"51.5092831,-0.1378156","bedrooms":"3","price":"298000","area":"475"} , +{"type":"Feature","id":"n5681435796","geometry":{"type":"Point","coordinates":[-0.0892921,51.5162146]},"properties":{"@type":"node","@id":5681435796,"@timestamp":1528706190},"coords":"51.5162146,-0.0892921","bedrooms":"1","price":"288000","area":"615"} , +{"type":"Feature","id":"n5682270057","geometry":{"type":"Point","coordinates":[-0.1072185,51.0024704]},"properties":{"@type":"node","@id":5682270057,"@timestamp":1578399876},"coords":"51.0024704,-0.1072185","bedrooms":"4","price":"195000","area":"443"} , +{"type":"Feature","id":"n5682809722","geometry":{"type":"Point","coordinates":[-0.1334275,51.3339564]},"properties":{"@type":"node","@id":5682809722,"@timestamp":1528738325},"coords":"51.3339564,-0.1334275","bedrooms":"1","price":"218000","area":"433"} , +{"type":"Feature","id":"n5682883644","geometry":{"type":"Point","coordinates":[-0.1077837,51.3292375]},"properties":{"@type":"node","@id":5682883644,"@timestamp":1582479787},"coords":"51.3292375,-0.1077837","bedrooms":"1","price":"218000","area":"563"} , +{"type":"Feature","id":"n5682915100","geometry":{"type":"Point","coordinates":[-0.1062912,51.3268452]},"properties":{"@type":"node","@id":5682915100,"@timestamp":1553178286},"coords":"51.3268452,-0.1062912","bedrooms":"0","price":"216000","area":"481"} , +{"type":"Feature","id":"n5682994521","geometry":{"type":"Point","coordinates":[-0.0731372,51.0054607]},"properties":{"@type":"node","@id":5682994521,"@timestamp":1528743426},"coords":"51.0054607,-0.0731372","bedrooms":"4","price":"180000","area":"591"} , +{"type":"Feature","id":"n5683304889","geometry":{"type":"Point","coordinates":[-0.7476161,51.7618888]},"properties":{"@type":"node","@id":5683304889,"@timestamp":1528752540},"coords":"51.7618888,-0.7476161","bedrooms":"2","price":"213000","area":"495"} , +{"type":"Feature","id":"n5683304900","geometry":{"type":"Point","coordinates":[-0.7472907,51.7614546]},"properties":{"@type":"node","@id":5683304900,"@timestamp":1528752540},"coords":"51.7614546,-0.7472907","bedrooms":"1","price":"197000","area":"427"} , +{"type":"Feature","id":"n5683304966","geometry":{"type":"Point","coordinates":[-0.7434091,51.7650744]},"properties":{"@type":"node","@id":5683304966,"@timestamp":1528752542},"coords":"51.7650744,-0.7434091","bedrooms":"3","price":"282000","area":"447"} , +{"type":"Feature","id":"n5683305014","geometry":{"type":"Point","coordinates":[-0.7424663,51.7628293]},"properties":{"@type":"node","@id":5683305014,"@timestamp":1528752543},"coords":"51.7628293,-0.7424663","bedrooms":"4","price":"293000","area":"636"} , +{"type":"Feature","id":"n5683305158","geometry":{"type":"Point","coordinates":[-0.7428539,51.7622026]},"properties":{"@type":"node","@id":5683305158,"@timestamp":1528752544},"coords":"51.7622026,-0.7428539","bedrooms":"2","price":"213000","area":"518"} , +{"type":"Feature","id":"n5683305176","geometry":{"type":"Point","coordinates":[-0.7438184,51.7622863]},"properties":{"@type":"node","@id":5683305176,"@timestamp":1528752545},"coords":"51.7622863,-0.7438184","bedrooms":"2","price":"250000","area":"610"} , +{"type":"Feature","id":"n5683305198","geometry":{"type":"Point","coordinates":[-0.7438166,51.7622402]},"properties":{"@type":"node","@id":5683305198,"@timestamp":1529241876},"coords":"51.7622402,-0.7438166","bedrooms":"3","price":"244000","area":"663"} , +{"type":"Feature","id":"n5683305217","geometry":{"type":"Point","coordinates":[-0.7444974,51.7620034]},"properties":{"@type":"node","@id":5683305217,"@timestamp":1533513519},"coords":"51.7620034,-0.7444974","bedrooms":"4","price":"150000","area":"658"} , +{"type":"Feature","id":"n5683305435","geometry":{"type":"Point","coordinates":[-0.7420707,51.7584191]},"properties":{"@type":"node","@id":5683305435,"@timestamp":1528752546},"coords":"51.7584191,-0.7420707","bedrooms":"2","price":"175000","area":"514"} , +{"type":"Feature","id":"n5683305450","geometry":{"type":"Point","coordinates":[-0.7413465,51.7592218]},"properties":{"@type":"node","@id":5683305450,"@timestamp":1528752547},"coords":"51.7592218,-0.7413465","bedrooms":"0","price":"202000","area":"608"} , +{"type":"Feature","id":"n5683305460","geometry":{"type":"Point","coordinates":[-0.7457614,51.7716533]},"properties":{"@type":"node","@id":5683305460,"@timestamp":1528752547},"coords":"51.7716533,-0.7457614","bedrooms":"0","price":"283000","area":"457"} , +{"type":"Feature","id":"n5683305470","geometry":{"type":"Point","coordinates":[-0.7418923,51.7628035]},"properties":{"@type":"node","@id":5683305470,"@timestamp":1528752548},"coords":"51.7628035,-0.7418923","bedrooms":"2","price":"280000","area":"473"} , +{"type":"Feature","id":"n5683305484","geometry":{"type":"Point","coordinates":[-0.7391243,51.7579476]},"properties":{"@type":"node","@id":5683305484,"@timestamp":1528752549},"coords":"51.7579476,-0.7391243","bedrooms":"0","price":"257000","area":"648"} , +{"type":"Feature","id":"n5683305515","geometry":{"type":"Point","coordinates":[-0.7396236,51.7583507]},"properties":{"@type":"node","@id":5683305515,"@timestamp":1528752549},"coords":"51.7583507,-0.7396236","bedrooms":"4","price":"151000","area":"658"} , +{"type":"Feature","id":"n5683305927","geometry":{"type":"Point","coordinates":[-0.7397036,51.7573341]},"properties":{"@type":"node","@id":5683305927,"@timestamp":1528752550},"coords":"51.7573341,-0.7397036","bedrooms":"2","price":"227000","area":"496"} , +{"type":"Feature","id":"n5683306168","geometry":{"type":"Point","coordinates":[-0.7474619,51.7710467]},"properties":{"@type":"node","@id":5683306168,"@timestamp":1528752552},"coords":"51.7710467,-0.7474619","bedrooms":"3","price":"180000","area":"451"} , +{"type":"Feature","id":"n5683306352","geometry":{"type":"Point","coordinates":[-0.7409666,51.7574662]},"properties":{"@type":"node","@id":5683306352,"@timestamp":1528752555},"coords":"51.7574662,-0.7409666","bedrooms":"3","price":"236000","area":"545"} , +{"type":"Feature","id":"n5683306639","geometry":{"type":"Point","coordinates":[-0.7675398,51.7491569]},"properties":{"@type":"node","@id":5683306639,"@timestamp":1610892133},"coords":"51.7491569,-0.7675398","bedrooms":"3","price":"208000","area":"369"} , +{"type":"Feature","id":"n5683306788","geometry":{"type":"Point","coordinates":[-0.8038334,51.7348744]},"properties":{"@type":"node","@id":5683306788,"@timestamp":1528752561},"coords":"51.7348744,-0.8038334","bedrooms":"2","price":"154000","area":"596"} , +{"type":"Feature","id":"n5683346333","geometry":{"type":"Point","coordinates":[0.5713914,51.8696058]},"properties":{"@type":"node","@id":5683346333,"@timestamp":1588202090},"coords":"51.8696058,0.5713914","bedrooms":"2","price":"162000","area":"576"} , +{"type":"Feature","id":"n5683492739","geometry":{"type":"Point","coordinates":[-0.0905772,51.5253061]},"properties":{"@type":"node","@id":5683492739,"@timestamp":1633980950},"coords":"51.5253061,-0.0905772","bedrooms":"2","price":"263000","area":"691"} , +{"type":"Feature","id":"n5683547801","geometry":{"type":"Point","coordinates":[-0.0350437,51.5258355]},"properties":{"@type":"node","@id":5683547801,"@timestamp":1528765072},"coords":"51.5258355,-0.0350437","bedrooms":"1","price":"209000","area":"452"} , +{"type":"Feature","id":"n5683731023","geometry":{"type":"Point","coordinates":[-0.1360733,51.5096133]},"properties":{"@type":"node","@id":5683731023,"@timestamp":1561460556},"coords":"51.5096133,-0.1360733","bedrooms":"2","price":"200000","area":"350"} , +{"type":"Feature","id":"n5685427111","geometry":{"type":"Point","coordinates":[-0.1067851,51.5435653]},"properties":{"@type":"node","@id":5685427111,"@timestamp":1528817674},"coords":"51.5435653,-0.1067851","bedrooms":"0","price":"177000","area":"404"} , +{"type":"Feature","id":"n5686030279","geometry":{"type":"Point","coordinates":[-0.090018,51.2922196]},"properties":{"@type":"node","@id":5686030279,"@timestamp":1528833851},"coords":"51.2922196,-0.090018","bedrooms":"3","price":"295000","area":"589"} , +{"type":"Feature","id":"n5686374682","geometry":{"type":"Point","coordinates":[0.0329519,51.5394041]},"properties":{"@type":"node","@id":5686374682,"@timestamp":1528851573},"coords":"51.5394041,0.0329519","bedrooms":"2","price":"298000","area":"594"} , +{"type":"Feature","id":"n5687807965","geometry":{"type":"Point","coordinates":[0.3237797,51.4739839]},"properties":{"@type":"node","@id":5687807965,"@timestamp":1528893411},"coords":"51.4739839,0.3237797","bedrooms":"3","price":"272000","area":"526"} , +{"type":"Feature","id":"n5688517942","geometry":{"type":"Point","coordinates":[-0.0665045,51.4700613]},"properties":{"@type":"node","@id":5688517942,"@timestamp":1603477480},"coords":"51.4700613,-0.0665045","bedrooms":"3","price":"230000","area":"501"} , +{"type":"Feature","id":"n5688517953","geometry":{"type":"Point","coordinates":[-0.0674124,51.469965]},"properties":{"@type":"node","@id":5688517953,"@timestamp":1603462007},"coords":"51.469965,-0.0674124","bedrooms":"1","price":"258000","area":"468"} , +{"type":"Feature","id":"n5688604680","geometry":{"type":"Point","coordinates":[0.8838905,51.8860924]},"properties":{"@type":"node","@id":5688604680,"@timestamp":1531311539},"coords":"51.8860924,0.8838905","bedrooms":"1","price":"294000","area":"389"} , +{"type":"Feature","id":"n5689202408","geometry":{"type":"Point","coordinates":[-0.0392441,51.5299856]},"properties":{"@type":"node","@id":5689202408,"@timestamp":1528936585},"coords":"51.5299856,-0.0392441","bedrooms":"1","price":"219000","area":"509"} , +{"type":"Feature","id":"n5689203186","geometry":{"type":"Point","coordinates":[-0.0373491,51.5280512]},"properties":{"@type":"node","@id":5689203186,"@timestamp":1528936589},"coords":"51.5280512,-0.0373491","bedrooms":"3","price":"183000","area":"439"} , +{"type":"Feature","id":"n5689447903","geometry":{"type":"Point","coordinates":[-0.0676943,51.4694743]},"properties":{"@type":"node","@id":5689447903,"@timestamp":1528950048},"coords":"51.4694743,-0.0676943","bedrooms":"2","price":"209000","area":"508"} , +{"type":"Feature","id":"n5689447913","geometry":{"type":"Point","coordinates":[-0.0676004,51.4694727]},"properties":{"@type":"node","@id":5689447913,"@timestamp":1528950048},"coords":"51.4694727,-0.0676004","bedrooms":"2","price":"266000","area":"679"} , +{"type":"Feature","id":"n5690167646","geometry":{"type":"Point","coordinates":[-1.0213739,51.5512935]},"properties":{"@type":"node","@id":5690167646,"@timestamp":1528967436},"coords":"51.5512935,-1.0213739","bedrooms":"1","price":"291000","area":"610"} , +{"type":"Feature","id":"n5690849656","geometry":{"type":"Point","coordinates":[-0.1804069,51.4357019]},"properties":{"@type":"node","@id":5690849656,"@timestamp":1564903671},"coords":"51.4357019,-0.1804069","bedrooms":"4","price":"280000","area":"567"} , +{"type":"Feature","id":"n5690896650","geometry":{"type":"Point","coordinates":[-0.8139106,51.8189421]},"properties":{"@type":"node","@id":5690896650,"@timestamp":1528986190},"coords":"51.8189421,-0.8139106","bedrooms":"4","price":"163000","area":"595"} , +{"type":"Feature","id":"n5690896671","geometry":{"type":"Point","coordinates":[-0.8128551,51.8172814]},"properties":{"@type":"node","@id":5690896671,"@timestamp":1529156815},"coords":"51.8172814,-0.8128551","bedrooms":"0","price":"275000","area":"661"} , +{"type":"Feature","id":"n5690896689","geometry":{"type":"Point","coordinates":[-0.8115729,51.8147788]},"properties":{"@type":"node","@id":5690896689,"@timestamp":1528986191},"coords":"51.8147788,-0.8115729","bedrooms":"0","price":"199000","area":"373"} , +{"type":"Feature","id":"n5690898274","geometry":{"type":"Point","coordinates":[-0.8114185,51.8161473]},"properties":{"@type":"node","@id":5690898274,"@timestamp":1536530247},"coords":"51.8161473,-0.8114185","bedrooms":"0","price":"291000","area":"352"} , +{"type":"Feature","id":"n5690898284","geometry":{"type":"Point","coordinates":[-0.8108311,51.817105]},"properties":{"@type":"node","@id":5690898284,"@timestamp":1528986200},"coords":"51.817105,-0.8108311","bedrooms":"3","price":"232000","area":"557"} , +{"type":"Feature","id":"n5690898294","geometry":{"type":"Point","coordinates":[-0.8110149,51.8167415]},"properties":{"@type":"node","@id":5690898294,"@timestamp":1529156816},"coords":"51.8167415,-0.8110149","bedrooms":"2","price":"204000","area":"662"} , +{"type":"Feature","id":"n5690898305","geometry":{"type":"Point","coordinates":[-0.8123809,51.815907]},"properties":{"@type":"node","@id":5690898305,"@timestamp":1566636238},"coords":"51.815907,-0.8123809","bedrooms":"0","price":"270000","area":"571"} , +{"type":"Feature","id":"n5690898317","geometry":{"type":"Point","coordinates":[-0.8128758,51.8158559]},"properties":{"@type":"node","@id":5690898317,"@timestamp":1624185422},"coords":"51.8158559,-0.8128758","bedrooms":"4","price":"287000","area":"590"} , +{"type":"Feature","id":"n5690898527","geometry":{"type":"Point","coordinates":[-0.8135757,51.8150343]},"properties":{"@type":"node","@id":5690898527,"@timestamp":1582472826},"coords":"51.8150343,-0.8135757","bedrooms":"4","price":"245000","area":"645"} , +{"type":"Feature","id":"n5690898541","geometry":{"type":"Point","coordinates":[-0.8148524,51.8138898]},"properties":{"@type":"node","@id":5690898541,"@timestamp":1533513519},"coords":"51.8138898,-0.8148524","bedrooms":"1","price":"251000","area":"606"} , +{"type":"Feature","id":"n5690898555","geometry":{"type":"Point","coordinates":[-0.81363,51.8133405]},"properties":{"@type":"node","@id":5690898555,"@timestamp":1528986203},"coords":"51.8133405,-0.81363","bedrooms":"3","price":"247000","area":"415"} , +{"type":"Feature","id":"n5690898567","geometry":{"type":"Point","coordinates":[-0.814674,51.8137432]},"properties":{"@type":"node","@id":5690898567,"@timestamp":1533513519},"coords":"51.8137432,-0.814674","bedrooms":"3","price":"286000","area":"603"} , +{"type":"Feature","id":"n5690898595","geometry":{"type":"Point","coordinates":[-0.8163583,51.8178751]},"properties":{"@type":"node","@id":5690898595,"@timestamp":1528986205},"coords":"51.8178751,-0.8163583","bedrooms":"3","price":"198000","area":"683"} , +{"type":"Feature","id":"n5690899229","geometry":{"type":"Point","coordinates":[-0.8092976,51.8173901]},"properties":{"@type":"node","@id":5690899229,"@timestamp":1528986207},"coords":"51.8173901,-0.8092976","bedrooms":"1","price":"208000","area":"643"} , +{"type":"Feature","id":"n5690899239","geometry":{"type":"Point","coordinates":[-0.8045251,51.818342]},"properties":{"@type":"node","@id":5690899239,"@timestamp":1528986208},"coords":"51.818342,-0.8045251","bedrooms":"2","price":"161000","area":"533"} , +{"type":"Feature","id":"n5690899273","geometry":{"type":"Point","coordinates":[-0.8047224,51.8172748]},"properties":{"@type":"node","@id":5690899273,"@timestamp":1528986208},"coords":"51.8172748,-0.8047224","bedrooms":"3","price":"292000","area":"440"} , +{"type":"Feature","id":"n5690899293","geometry":{"type":"Point","coordinates":[-0.8057785,51.8168968]},"properties":{"@type":"node","@id":5690899293,"@timestamp":1528986209},"coords":"51.8168968,-0.8057785","bedrooms":"4","price":"193000","area":"652"} , +{"type":"Feature","id":"n5690899621","geometry":{"type":"Point","coordinates":[-0.8038813,51.8172387]},"properties":{"@type":"node","@id":5690899621,"@timestamp":1528986210},"coords":"51.8172387,-0.8038813","bedrooms":"2","price":"242000","area":"628"} , +{"type":"Feature","id":"n5690899639","geometry":{"type":"Point","coordinates":[-0.8158019,51.8157079]},"properties":{"@type":"node","@id":5690899639,"@timestamp":1528986211},"coords":"51.8157079,-0.8158019","bedrooms":"2","price":"246000","area":"639"} , +{"type":"Feature","id":"n5690899656","geometry":{"type":"Point","coordinates":[-0.814843,51.8165411]},"properties":{"@type":"node","@id":5690899656,"@timestamp":1529156818},"coords":"51.8165411,-0.814843","bedrooms":"1","price":"177000","area":"501"} , +{"type":"Feature","id":"n5690900143","geometry":{"type":"Point","coordinates":[-0.8078331,51.8124023]},"properties":{"@type":"node","@id":5690900143,"@timestamp":1528986213},"coords":"51.8124023,-0.8078331","bedrooms":"3","price":"292000","area":"616"} , +{"type":"Feature","id":"n5690900214","geometry":{"type":"Point","coordinates":[-0.8146013,51.8147754]},"properties":{"@type":"node","@id":5690900214,"@timestamp":1528986215},"coords":"51.8147754,-0.8146013","bedrooms":"2","price":"275000","area":"385"} , +{"type":"Feature","id":"n5690900673","geometry":{"type":"Point","coordinates":[-0.8056457,51.7976874]},"properties":{"@type":"node","@id":5690900673,"@timestamp":1528986218},"coords":"51.7976874,-0.8056457","bedrooms":"2","price":"279000","area":"564"} , +{"type":"Feature","id":"n5690901184","geometry":{"type":"Point","coordinates":[-0.7914488,51.7778043]},"properties":{"@type":"node","@id":5690901184,"@timestamp":1528986220},"coords":"51.7778043,-0.7914488","bedrooms":"2","price":"154000","area":"446"} , +{"type":"Feature","id":"n5691216312","geometry":{"type":"Point","coordinates":[-0.2464926,51.4508338]},"properties":{"@type":"node","@id":5691216312,"@timestamp":1564903671},"coords":"51.4508338,-0.2464926","bedrooms":"2","price":"157000","area":"456"} , +{"type":"Feature","id":"n5691341246","geometry":{"type":"Point","coordinates":[-0.178435,51.133827]},"properties":{"@type":"node","@id":5691341246,"@timestamp":1528998402},"coords":"51.133827,-0.178435","bedrooms":"0","price":"234000","area":"438"} , +{"type":"Feature","id":"n5691853813","geometry":{"type":"Point","coordinates":[-0.1142596,51.4998096]},"properties":{"@type":"node","@id":5691853813,"@timestamp":1631111780},"coords":"51.4998096,-0.1142596","bedrooms":"2","price":"175000","area":"545"} , +{"type":"Feature","id":"n5692931966","geometry":{"type":"Point","coordinates":[-0.3952497,51.2117245]},"properties":{"@type":"node","@id":5692931966,"@timestamp":1529068482},"coords":"51.2117245,-0.3952497","bedrooms":"3","price":"256000","area":"510"} , +{"type":"Feature","id":"n5693426123","geometry":{"type":"Point","coordinates":[-0.0709189,51.5235529]},"properties":{"@type":"node","@id":5693426123,"@timestamp":1529083682},"coords":"51.5235529,-0.0709189","bedrooms":"2","price":"152000","area":"667"} , +{"type":"Feature","id":"n5693746421","geometry":{"type":"Point","coordinates":[-0.0774808,51.3419535]},"properties":{"@type":"node","@id":5693746421,"@timestamp":1529094418},"coords":"51.3419535,-0.0774808","bedrooms":"4","price":"179000","area":"350"} , +{"type":"Feature","id":"n5693863873","geometry":{"type":"Point","coordinates":[-0.5651883,51.4445753]},"properties":{"@type":"node","@id":5693863873,"@timestamp":1529100688},"coords":"51.4445753,-0.5651883","bedrooms":"4","price":"175000","area":"384"} , +{"type":"Feature","id":"n5694368680","geometry":{"type":"Point","coordinates":[-0.141605,51.5090723]},"properties":{"@type":"node","@id":5694368680,"@timestamp":1529136581},"coords":"51.5090723,-0.141605","bedrooms":"0","price":"157000","area":"661"} , +{"type":"Feature","id":"n5694837348","geometry":{"type":"Point","coordinates":[0.2683275,51.1275791]},"properties":{"@type":"node","@id":5694837348,"@timestamp":1529157682},"coords":"51.1275791,0.2683275","bedrooms":"1","price":"277000","area":"518"} , +{"type":"Feature","id":"n5694837374","geometry":{"type":"Point","coordinates":[0.2646623,51.1883451]},"properties":{"@type":"node","@id":5694837374,"@timestamp":1529157683},"coords":"51.1883451,0.2646623","bedrooms":"2","price":"249000","area":"453"} , +{"type":"Feature","id":"n5695185328","geometry":{"type":"Point","coordinates":[-0.149686,51.3586979]},"properties":{"@type":"node","@id":5695185328,"@timestamp":1529247693},"coords":"51.3586979,-0.149686","bedrooms":"3","price":"277000","area":"356"} , +{"type":"Feature","id":"n5695229689","geometry":{"type":"Point","coordinates":[-0.1492637,51.3580746]},"properties":{"@type":"node","@id":5695229689,"@timestamp":1529171577},"coords":"51.3580746,-0.1492637","bedrooms":"1","price":"161000","area":"515"} , +{"type":"Feature","id":"n5695229699","geometry":{"type":"Point","coordinates":[-0.1494823,51.3590411]},"properties":{"@type":"node","@id":5695229699,"@timestamp":1529171578},"coords":"51.3590411,-0.1494823","bedrooms":"1","price":"291000","area":"619"} , +{"type":"Feature","id":"n5695229709","geometry":{"type":"Point","coordinates":[-0.1496533,51.3597312]},"properties":{"@type":"node","@id":5695229709,"@timestamp":1529171578},"coords":"51.3597312,-0.1496533","bedrooms":"3","price":"156000","area":"407"} , +{"type":"Feature","id":"n5695462943","geometry":{"type":"Point","coordinates":[0.1579382,51.4222428]},"properties":{"@type":"node","@id":5695462943,"@timestamp":1529183443},"coords":"51.4222428,0.1579382","bedrooms":"4","price":"280000","area":"365"} , +{"type":"Feature","id":"n5695511050","geometry":{"type":"Point","coordinates":[-0.8665721,51.6883658]},"properties":{"@type":"node","@id":5695511050,"@timestamp":1529187587},"coords":"51.6883658,-0.8665721","bedrooms":"3","price":"230000","area":"379"} , +{"type":"Feature","id":"n5695511060","geometry":{"type":"Point","coordinates":[-0.8665929,51.6886389]},"properties":{"@type":"node","@id":5695511060,"@timestamp":1529187588},"coords":"51.6886389,-0.8665929","bedrooms":"2","price":"254000","area":"646"} , +{"type":"Feature","id":"n5695533360","geometry":{"type":"Point","coordinates":[-0.1037284,51.5437057]},"properties":{"@type":"node","@id":5695533360,"@timestamp":1529189767},"coords":"51.5437057,-0.1037284","bedrooms":"1","price":"154000","area":"400"} , +{"type":"Feature","id":"n5695538179","geometry":{"type":"Point","coordinates":[-0.089679,51.46579]},"properties":{"@type":"node","@id":5695538179,"@timestamp":1529190516},"coords":"51.46579,-0.089679","bedrooms":"1","price":"273000","area":"602"} , +{"type":"Feature","id":"n5695538259","geometry":{"type":"Point","coordinates":[-0.0894639,51.4678625]},"properties":{"@type":"node","@id":5695538259,"@timestamp":1529190517},"coords":"51.4678625,-0.0894639","bedrooms":"1","price":"193000","area":"639"} , +{"type":"Feature","id":"n5695563951","geometry":{"type":"Point","coordinates":[-0.1084686,51.5446669]},"properties":{"@type":"node","@id":5695563951,"@timestamp":1529193168},"coords":"51.5446669,-0.1084686","bedrooms":"4","price":"226000","area":"541"} , +{"type":"Feature","id":"n5696302857","geometry":{"type":"Point","coordinates":[-0.2582436,51.4678227]},"properties":{"@type":"node","@id":5696302857,"@timestamp":1616923729},"coords":"51.4678227,-0.2582436","bedrooms":"3","price":"276000","area":"638"} , +{"type":"Feature","id":"n5696522910","geometry":{"type":"Point","coordinates":[-0.0402951,51.5310279]},"properties":{"@type":"node","@id":5696522910,"@timestamp":1573563887},"coords":"51.5310279,-0.0402951","bedrooms":"0","price":"155000","area":"575"} , +{"type":"Feature","id":"n5696553371","geometry":{"type":"Point","coordinates":[-0.8147706,51.8173005]},"properties":{"@type":"node","@id":5696553371,"@timestamp":1553288006},"coords":"51.8173005,-0.8147706","bedrooms":"4","price":"242000","area":"350"} , +{"type":"Feature","id":"n5696698468","geometry":{"type":"Point","coordinates":[-0.1064456,51.6207408]},"properties":{"@type":"node","@id":5696698468,"@timestamp":1604602986},"coords":"51.6207408,-0.1064456","bedrooms":"4","price":"154000","area":"377"} , +{"type":"Feature","id":"n5696763154","geometry":{"type":"Point","coordinates":[-0.1493654,51.3599585]},"properties":{"@type":"node","@id":5696763154,"@timestamp":1543252121},"coords":"51.3599585,-0.1493654","bedrooms":"1","price":"289000","area":"454"} , +{"type":"Feature","id":"n5697037769","geometry":{"type":"Point","coordinates":[0.8869716,51.8862812]},"properties":{"@type":"node","@id":5697037769,"@timestamp":1529257977},"coords":"51.8862812,0.8869716","bedrooms":"4","price":"200000","area":"472"} , +{"type":"Feature","id":"n5697622841","geometry":{"type":"Point","coordinates":[-0.61184,51.1857463]},"properties":{"@type":"node","@id":5697622841,"@timestamp":1588175149},"coords":"51.1857463,-0.61184","bedrooms":"0","price":"231000","area":"520"} , +{"type":"Feature","id":"n5698820182","geometry":{"type":"Point","coordinates":[0.0575095,51.3188075]},"properties":{"@type":"node","@id":5698820182,"@timestamp":1529313187},"coords":"51.3188075,0.0575095","bedrooms":"4","price":"184000","area":"663"} , +{"type":"Feature","id":"n5699111627","geometry":{"type":"Point","coordinates":[-0.0839732,51.462198]},"properties":{"@type":"node","@id":5699111627,"@timestamp":1529320332},"coords":"51.462198,-0.0839732","bedrooms":"4","price":"299000","area":"368"} , +{"type":"Feature","id":"n5700149213","geometry":{"type":"Point","coordinates":[-0.0498405,51.4979299]},"properties":{"@type":"node","@id":5700149213,"@timestamp":1600337107},"coords":"51.4979299,-0.0498405","bedrooms":"0","price":"173000","area":"376"} , +{"type":"Feature","id":"n5700725721","geometry":{"type":"Point","coordinates":[-0.5935822,51.807487]},"properties":{"@type":"node","@id":5700725721,"@timestamp":1529363488},"coords":"51.807487,-0.5935822","bedrooms":"4","price":"286000","area":"540"} , +{"type":"Feature","id":"n5700726523","geometry":{"type":"Point","coordinates":[-0.6023623,51.8025322]},"properties":{"@type":"node","@id":5700726523,"@timestamp":1529363501},"coords":"51.8025322,-0.6023623","bedrooms":"1","price":"180000","area":"673"} , +{"type":"Feature","id":"n5700726688","geometry":{"type":"Point","coordinates":[-0.7635753,51.5792081]},"properties":{"@type":"node","@id":5700726688,"@timestamp":1529363504},"coords":"51.5792081,-0.7635753","bedrooms":"3","price":"198000","area":"538"} , +{"type":"Feature","id":"n5700726711","geometry":{"type":"Point","coordinates":[-0.7546101,51.583882]},"properties":{"@type":"node","@id":5700726711,"@timestamp":1529363505},"coords":"51.583882,-0.7546101","bedrooms":"4","price":"268000","area":"518"} , +{"type":"Feature","id":"n5700726886","geometry":{"type":"Point","coordinates":[-0.7834896,51.6168059]},"properties":{"@type":"node","@id":5700726886,"@timestamp":1529363508},"coords":"51.6168059,-0.7834896","bedrooms":"0","price":"287000","area":"556"} , +{"type":"Feature","id":"n5700759995","geometry":{"type":"Point","coordinates":[-0.0414857,51.5329189]},"properties":{"@type":"node","@id":5700759995,"@timestamp":1529364886},"coords":"51.5329189,-0.0414857","bedrooms":"4","price":"270000","area":"637"} , +{"type":"Feature","id":"n5702399981","geometry":{"type":"Point","coordinates":[-0.9656798,51.4562737]},"properties":{"@type":"node","@id":5702399981,"@timestamp":1561574731},"coords":"51.4562737,-0.9656798","bedrooms":"3","price":"236000","area":"536"} , +{"type":"Feature","id":"n5704585451","geometry":{"type":"Point","coordinates":[-0.6311163,51.4973102]},"properties":{"@type":"node","@id":5704585451,"@timestamp":1548929618},"coords":"51.4973102,-0.6311163","bedrooms":"1","price":"223000","area":"530"} , +{"type":"Feature","id":"n5705258306","geometry":{"type":"Point","coordinates":[-0.6357881,51.4966117]},"properties":{"@type":"node","@id":5705258306,"@timestamp":1529498454},"coords":"51.4966117,-0.6357881","bedrooms":"0","price":"235000","area":"501"} , +{"type":"Feature","id":"n5706060382","geometry":{"type":"Point","coordinates":[-0.160443,51.3766376]},"properties":{"@type":"node","@id":5706060382,"@timestamp":1529516265},"coords":"51.3766376,-0.160443","bedrooms":"4","price":"290000","area":"499"} , +{"type":"Feature","id":"n5706274199","geometry":{"type":"Point","coordinates":[-0.4064848,51.8663423]},"properties":{"@type":"node","@id":5706274199,"@timestamp":1529524764},"coords":"51.8663423,-0.4064848","bedrooms":"0","price":"156000","area":"425"} , +{"type":"Feature","id":"n5706997464","geometry":{"type":"Point","coordinates":[-0.3567711,51.4699648]},"properties":{"@type":"node","@id":5706997464,"@timestamp":1627701665},"coords":"51.4699648,-0.3567711","bedrooms":"1","price":"193000","area":"484"} , +{"type":"Feature","id":"n5708440534","geometry":{"type":"Point","coordinates":[0.857689,51.6434723]},"properties":{"@type":"node","@id":5708440534,"@timestamp":1557660058},"coords":"51.6434723,0.857689","bedrooms":"3","price":"168000","area":"593"} , +{"type":"Feature","id":"n5708799194","geometry":{"type":"Point","coordinates":[-0.084463,51.3123533]},"properties":{"@type":"node","@id":5708799194,"@timestamp":1529587745},"coords":"51.3123533,-0.084463","bedrooms":"4","price":"157000","area":"597"} , +{"type":"Feature","id":"n5709463634","geometry":{"type":"Point","coordinates":[-0.0809685,51.6458745]},"properties":{"@type":"node","@id":5709463634,"@timestamp":1604012522},"coords":"51.6458745,-0.0809685","bedrooms":"2","price":"177000","area":"676"} , +{"type":"Feature","id":"n5709955196","geometry":{"type":"Point","coordinates":[-0.03491,51.5826616]},"properties":{"@type":"node","@id":5709955196,"@timestamp":1529632863},"coords":"51.5826616,-0.03491","bedrooms":"2","price":"244000","area":"382"} , +{"type":"Feature","id":"n5710795763","geometry":{"type":"Point","coordinates":[0.4795295,51.1382758]},"properties":{"@type":"node","@id":5710795763,"@timestamp":1550768674},"coords":"51.1382758,0.4795295","bedrooms":"2","price":"225000","area":"624"} , +{"type":"Feature","id":"n5711308681","geometry":{"type":"Point","coordinates":[-0.9151897,51.9142577]},"properties":{"@type":"node","@id":5711308681,"@timestamp":1529670469},"coords":"51.9142577,-0.9151897","bedrooms":"4","price":"228000","area":"441"} , +{"type":"Feature","id":"n5711425333","geometry":{"type":"Point","coordinates":[-0.375541,51.8799847]},"properties":{"@type":"node","@id":5711425333,"@timestamp":1529673145},"coords":"51.8799847,-0.375541","bedrooms":"0","price":"273000","area":"484"} , +{"type":"Feature","id":"n5711504999","geometry":{"type":"Point","coordinates":[-0.2723461,51.1773403]},"properties":{"@type":"node","@id":5711504999,"@timestamp":1529675389},"coords":"51.1773403,-0.2723461","bedrooms":"4","price":"268000","area":"583"} , +{"type":"Feature","id":"n5711688668","geometry":{"type":"Point","coordinates":[-0.22927,51.1856423]},"properties":{"@type":"node","@id":5711688668,"@timestamp":1529681654},"coords":"51.1856423,-0.22927","bedrooms":"4","price":"275000","area":"599"} , +{"type":"Feature","id":"n5711837743","geometry":{"type":"Point","coordinates":[-0.6469076,51.6120103]},"properties":{"@type":"node","@id":5711837743,"@timestamp":1529687147},"coords":"51.6120103,-0.6469076","bedrooms":"4","price":"168000","area":"650"} , +{"type":"Feature","id":"n5711837774","geometry":{"type":"Point","coordinates":[-0.6461877,51.6119848]},"properties":{"@type":"node","@id":5711837774,"@timestamp":1529687154},"coords":"51.6119848,-0.6461877","bedrooms":"0","price":"203000","area":"576"} , +{"type":"Feature","id":"n5711837951","geometry":{"type":"Point","coordinates":[-0.6470192,51.6106025]},"properties":{"@type":"node","@id":5711837951,"@timestamp":1529872704},"coords":"51.6106025,-0.6470192","bedrooms":"1","price":"162000","area":"613"} , +{"type":"Feature","id":"n5711837981","geometry":{"type":"Point","coordinates":[-0.6456426,51.6100378]},"properties":{"@type":"node","@id":5711837981,"@timestamp":1529872704},"coords":"51.6100378,-0.6456426","bedrooms":"0","price":"156000","area":"619"} , +{"type":"Feature","id":"n5711837991","geometry":{"type":"Point","coordinates":[-0.6450029,51.6099837]},"properties":{"@type":"node","@id":5711837991,"@timestamp":1529872705},"coords":"51.6099837,-0.6450029","bedrooms":"0","price":"298000","area":"691"} , +{"type":"Feature","id":"n5711838001","geometry":{"type":"Point","coordinates":[-0.6387211,51.6015854]},"properties":{"@type":"node","@id":5711838001,"@timestamp":1529872705},"coords":"51.6015854,-0.6387211","bedrooms":"1","price":"162000","area":"367"} , +{"type":"Feature","id":"n5711838126","geometry":{"type":"Point","coordinates":[-0.6339609,51.6022738]},"properties":{"@type":"node","@id":5711838126,"@timestamp":1529687158},"coords":"51.6022738,-0.6339609","bedrooms":"2","price":"257000","area":"524"} , +{"type":"Feature","id":"n5711838152","geometry":{"type":"Point","coordinates":[-0.6342714,51.6019535]},"properties":{"@type":"node","@id":5711838152,"@timestamp":1529872706},"coords":"51.6019535,-0.6342714","bedrooms":"0","price":"292000","area":"611"} , +{"type":"Feature","id":"n5711838162","geometry":{"type":"Point","coordinates":[-0.6355038,51.6004483]},"properties":{"@type":"node","@id":5711838162,"@timestamp":1529687159},"coords":"51.6004483,-0.6355038","bedrooms":"4","price":"297000","area":"426"} , +{"type":"Feature","id":"n5711838335","geometry":{"type":"Point","coordinates":[-0.6473069,51.61188]},"properties":{"@type":"node","@id":5711838335,"@timestamp":1529687161},"coords":"51.61188,-0.6473069","bedrooms":"0","price":"264000","area":"387"} , +{"type":"Feature","id":"n5711838355","geometry":{"type":"Point","coordinates":[-0.6466216,51.6128536]},"properties":{"@type":"node","@id":5711838355,"@timestamp":1529687161},"coords":"51.6128536,-0.6466216","bedrooms":"2","price":"277000","area":"496"} , +{"type":"Feature","id":"n5711838368","geometry":{"type":"Point","coordinates":[-0.6478836,51.6129452]},"properties":{"@type":"node","@id":5711838368,"@timestamp":1529687162},"coords":"51.6129452,-0.6478836","bedrooms":"1","price":"219000","area":"457"} , +{"type":"Feature","id":"n5711838378","geometry":{"type":"Point","coordinates":[-0.6477441,51.6127278]},"properties":{"@type":"node","@id":5711838378,"@timestamp":1529687163},"coords":"51.6127278,-0.6477441","bedrooms":"2","price":"282000","area":"478"} , +{"type":"Feature","id":"n5711838390","geometry":{"type":"Point","coordinates":[-0.6468764,51.6120497]},"properties":{"@type":"node","@id":5711838390,"@timestamp":1529687163},"coords":"51.6120497,-0.6468764","bedrooms":"3","price":"242000","area":"446"} , +{"type":"Feature","id":"n5711838420","geometry":{"type":"Point","coordinates":[-0.6395969,51.6104259]},"properties":{"@type":"node","@id":5711838420,"@timestamp":1529687164},"coords":"51.6104259,-0.6395969","bedrooms":"1","price":"238000","area":"495"} , +{"type":"Feature","id":"n5711838881","geometry":{"type":"Point","coordinates":[-0.645172,51.6111532]},"properties":{"@type":"node","@id":5711838881,"@timestamp":1529687175},"coords":"51.6111532,-0.645172","bedrooms":"3","price":"272000","area":"600"} , +{"type":"Feature","id":"n5711838892","geometry":{"type":"Point","coordinates":[-0.6436658,51.61125]},"properties":{"@type":"node","@id":5711838892,"@timestamp":1529687176},"coords":"51.61125,-0.6436658","bedrooms":"1","price":"272000","area":"401"} , +{"type":"Feature","id":"n5711838912","geometry":{"type":"Point","coordinates":[-0.6444155,51.6114449]},"properties":{"@type":"node","@id":5711838912,"@timestamp":1529687178},"coords":"51.6114449,-0.6444155","bedrooms":"2","price":"209000","area":"563"} , +{"type":"Feature","id":"n5711839024","geometry":{"type":"Point","coordinates":[-0.6433573,51.6114694]},"properties":{"@type":"node","@id":5711839024,"@timestamp":1529687178},"coords":"51.6114694,-0.6433573","bedrooms":"2","price":"266000","area":"477"} , +{"type":"Feature","id":"n5711839848","geometry":{"type":"Point","coordinates":[-0.6495593,51.6130164]},"properties":{"@type":"node","@id":5711839848,"@timestamp":1529687203},"coords":"51.6130164,-0.6495593","bedrooms":"3","price":"261000","area":"470"} , +{"type":"Feature","id":"n5711839982","geometry":{"type":"Point","coordinates":[-0.6462796,51.6129252]},"properties":{"@type":"node","@id":5711839982,"@timestamp":1529687206},"coords":"51.6129252,-0.6462796","bedrooms":"0","price":"241000","area":"358"} , +{"type":"Feature","id":"n5711840150","geometry":{"type":"Point","coordinates":[-0.6480257,51.5998031]},"properties":{"@type":"node","@id":5711840150,"@timestamp":1529687208},"coords":"51.5998031,-0.6480257","bedrooms":"1","price":"228000","area":"360"} , +{"type":"Feature","id":"n5711840207","geometry":{"type":"Point","coordinates":[-0.6364646,51.6011232]},"properties":{"@type":"node","@id":5711840207,"@timestamp":1529687209},"coords":"51.6011232,-0.6364646","bedrooms":"2","price":"237000","area":"406"} , +{"type":"Feature","id":"n5711840217","geometry":{"type":"Point","coordinates":[-0.6366012,51.6011603]},"properties":{"@type":"node","@id":5711840217,"@timestamp":1529687210},"coords":"51.6011603,-0.6366012","bedrooms":"1","price":"225000","area":"589"} , +{"type":"Feature","id":"n5711840348","geometry":{"type":"Point","coordinates":[-0.6363963,51.6004077]},"properties":{"@type":"node","@id":5711840348,"@timestamp":1529687211},"coords":"51.6004077,-0.6363963","bedrooms":"1","price":"161000","area":"416"} , +{"type":"Feature","id":"n5711840417","geometry":{"type":"Point","coordinates":[-0.6357124,51.6021022]},"properties":{"@type":"node","@id":5711840417,"@timestamp":1529872709},"coords":"51.6021022,-0.6357124","bedrooms":"2","price":"279000","area":"570"} , +{"type":"Feature","id":"n5711840627","geometry":{"type":"Point","coordinates":[-0.6368034,51.6020623]},"properties":{"@type":"node","@id":5711840627,"@timestamp":1529872710},"coords":"51.6020623,-0.6368034","bedrooms":"2","price":"236000","area":"363"} , +{"type":"Feature","id":"n5711840681","geometry":{"type":"Point","coordinates":[-0.6369603,51.6023842]},"properties":{"@type":"node","@id":5711840681,"@timestamp":1529872710},"coords":"51.6023842,-0.6369603","bedrooms":"3","price":"221000","area":"361"} , +{"type":"Feature","id":"n5711840691","geometry":{"type":"Point","coordinates":[-0.6377395,51.6028923]},"properties":{"@type":"node","@id":5711840691,"@timestamp":1529872711},"coords":"51.6028923,-0.6377395","bedrooms":"4","price":"156000","area":"655"} , +{"type":"Feature","id":"n5711840837","geometry":{"type":"Point","coordinates":[-0.6381458,51.6057576]},"properties":{"@type":"node","@id":5711840837,"@timestamp":1529872711},"coords":"51.6057576,-0.6381458","bedrooms":"2","price":"244000","area":"508"} , +{"type":"Feature","id":"n5711840873","geometry":{"type":"Point","coordinates":[-0.6450096,51.6098729]},"properties":{"@type":"node","@id":5711840873,"@timestamp":1529687217},"coords":"51.6098729,-0.6450096","bedrooms":"2","price":"163000","area":"536"} , +{"type":"Feature","id":"n5711840916","geometry":{"type":"Point","coordinates":[-0.6416166,51.6103585]},"properties":{"@type":"node","@id":5711840916,"@timestamp":1529687219},"coords":"51.6103585,-0.6416166","bedrooms":"2","price":"241000","area":"660"} , +{"type":"Feature","id":"n5711841290","geometry":{"type":"Point","coordinates":[-0.6447172,51.610296]},"properties":{"@type":"node","@id":5711841290,"@timestamp":1599408683},"coords":"51.610296,-0.6447172","bedrooms":"4","price":"165000","area":"397"} , +{"type":"Feature","id":"n5711841300","geometry":{"type":"Point","coordinates":[-0.6454991,51.6101361]},"properties":{"@type":"node","@id":5711841300,"@timestamp":1529872713},"coords":"51.6101361,-0.6454991","bedrooms":"2","price":"246000","area":"483"} , +{"type":"Feature","id":"n5711841310","geometry":{"type":"Point","coordinates":[-0.6462286,51.6108223]},"properties":{"@type":"node","@id":5711841310,"@timestamp":1529872713},"coords":"51.6108223,-0.6462286","bedrooms":"2","price":"203000","area":"512"} , +{"type":"Feature","id":"n5711841566","geometry":{"type":"Point","coordinates":[-0.6432689,51.613623]},"properties":{"@type":"node","@id":5711841566,"@timestamp":1529687231},"coords":"51.613623,-0.6432689","bedrooms":"4","price":"199000","area":"407"} , +{"type":"Feature","id":"n5711841576","geometry":{"type":"Point","coordinates":[-0.6430829,51.6132416]},"properties":{"@type":"node","@id":5711841576,"@timestamp":1529687233},"coords":"51.6132416,-0.6430829","bedrooms":"3","price":"230000","area":"372"} , +{"type":"Feature","id":"n5711841947","geometry":{"type":"Point","coordinates":[-0.6462796,51.6109714]},"properties":{"@type":"node","@id":5711841947,"@timestamp":1621323726},"coords":"51.6109714,-0.6462796","bedrooms":"4","price":"154000","area":"393"} , +{"type":"Feature","id":"n5712228221","geometry":{"type":"Point","coordinates":[-0.1174863,51.5198728]},"properties":{"@type":"node","@id":5712228221,"@timestamp":1529698643},"coords":"51.5198728,-0.1174863","bedrooms":"3","price":"209000","area":"392"} , +{"type":"Feature","id":"n5712523555","geometry":{"type":"Point","coordinates":[0.017018,51.4002505]},"properties":{"@type":"node","@id":5712523555,"@timestamp":1564903671},"coords":"51.4002505,0.017018","bedrooms":"1","price":"223000","area":"423"} , +{"type":"Feature","id":"n5712809772","geometry":{"type":"Point","coordinates":[-0.1418018,51.5087302]},"properties":{"@type":"node","@id":5712809772,"@timestamp":1529732244},"coords":"51.5087302,-0.1418018","bedrooms":"0","price":"153000","area":"558"} , +{"type":"Feature","id":"n5713092694","geometry":{"type":"Point","coordinates":[0.8742955,51.8852978]},"properties":{"@type":"node","@id":5713092694,"@timestamp":1529743603},"coords":"51.8852978,0.8742955","bedrooms":"2","price":"213000","area":"590"} , +{"type":"Feature","id":"n5713108955","geometry":{"type":"Point","coordinates":[-0.1038334,51.4529083]},"properties":{"@type":"node","@id":5713108955,"@timestamp":1578265038},"coords":"51.4529083,-0.1038334","bedrooms":"3","price":"202000","area":"440"} , +{"type":"Feature","id":"n5713398210","geometry":{"type":"Point","coordinates":[-0.0833016,51.5062427]},"properties":{"@type":"node","@id":5713398210,"@timestamp":1529754155},"coords":"51.5062427,-0.0833016","bedrooms":"4","price":"253000","area":"393"} , +{"type":"Feature","id":"n5713544267","geometry":{"type":"Point","coordinates":[0.5421369,51.368378]},"properties":{"@type":"node","@id":5713544267,"@timestamp":1529757075},"coords":"51.368378,0.5421369","bedrooms":"0","price":"157000","area":"552"} , +{"type":"Feature","id":"n5713591363","geometry":{"type":"Point","coordinates":[-0.1682658,51.241413]},"properties":{"@type":"node","@id":5713591363,"@timestamp":1530828577},"coords":"51.241413,-0.1682658","bedrooms":"3","price":"174000","area":"367"} , +{"type":"Feature","id":"n5713754552","geometry":{"type":"Point","coordinates":[0.1059124,51.5093301]},"properties":{"@type":"node","@id":5713754552,"@timestamp":1529766486},"coords":"51.5093301,0.1059124","bedrooms":"1","price":"259000","area":"522"} , +{"type":"Feature","id":"n5713754578","geometry":{"type":"Point","coordinates":[0.1070952,51.5093802]},"properties":{"@type":"node","@id":5713754578,"@timestamp":1529766486},"coords":"51.5093802,0.1070952","bedrooms":"3","price":"183000","area":"571"} , +{"type":"Feature","id":"n5713754600","geometry":{"type":"Point","coordinates":[0.1091431,51.5095538]},"properties":{"@type":"node","@id":5713754600,"@timestamp":1529766487},"coords":"51.5095538,0.1091431","bedrooms":"1","price":"278000","area":"442"} , +{"type":"Feature","id":"n5713760938","geometry":{"type":"Point","coordinates":[0.103898,51.5094035]},"properties":{"@type":"node","@id":5713760938,"@timestamp":1529766731},"coords":"51.5094035,0.103898","bedrooms":"1","price":"281000","area":"455"} , +{"type":"Feature","id":"n5713765635","geometry":{"type":"Point","coordinates":[-0.0764957,51.3335062]},"properties":{"@type":"node","@id":5713765635,"@timestamp":1529767054},"coords":"51.3335062,-0.0764957","bedrooms":"3","price":"190000","area":"481"} , +{"type":"Feature","id":"n5713774663","geometry":{"type":"Point","coordinates":[0.074548,51.4957485]},"properties":{"@type":"node","@id":5713774663,"@timestamp":1529767563},"coords":"51.4957485,0.074548","bedrooms":"4","price":"258000","area":"570"} , +{"type":"Feature","id":"n5713779271","geometry":{"type":"Point","coordinates":[-0.2642995,51.2195798]},"properties":{"@type":"node","@id":5713779271,"@timestamp":1529767705},"coords":"51.2195798,-0.2642995","bedrooms":"1","price":"297000","area":"680"} , +{"type":"Feature","id":"n5713783554","geometry":{"type":"Point","coordinates":[0.0538695,51.4945972]},"properties":{"@type":"node","@id":5713783554,"@timestamp":1529768675},"coords":"51.4945972,0.0538695","bedrooms":"4","price":"278000","area":"649"} , +{"type":"Feature","id":"n5713783564","geometry":{"type":"Point","coordinates":[0.0544757,51.4945638]},"properties":{"@type":"node","@id":5713783564,"@timestamp":1552032374},"coords":"51.4945638,0.0544757","bedrooms":"0","price":"189000","area":"551"} , +{"type":"Feature","id":"n5713783574","geometry":{"type":"Point","coordinates":[0.056085,51.4943834]},"properties":{"@type":"node","@id":5713783574,"@timestamp":1599403944},"coords":"51.4943834,0.056085","bedrooms":"1","price":"176000","area":"393"} , +{"type":"Feature","id":"n5713792639","geometry":{"type":"Point","coordinates":[0.048666,51.4949812]},"properties":{"@type":"node","@id":5713792639,"@timestamp":1529768674},"coords":"51.4949812,0.048666","bedrooms":"2","price":"157000","area":"531"} , +{"type":"Feature","id":"n5713792649","geometry":{"type":"Point","coordinates":[0.0476789,51.4950313]},"properties":{"@type":"node","@id":5713792649,"@timestamp":1529768675},"coords":"51.4950313,0.0476789","bedrooms":"4","price":"192000","area":"684"} , +{"type":"Feature","id":"n5713796641","geometry":{"type":"Point","coordinates":[-0.22381,51.2310012]},"properties":{"@type":"node","@id":5713796641,"@timestamp":1630940658},"coords":"51.2310012,-0.22381","bedrooms":"1","price":"248000","area":"457"} , +{"type":"Feature","id":"n5713903941","geometry":{"type":"Point","coordinates":[-0.0784146,51.2837174]},"properties":{"@type":"node","@id":5713903941,"@timestamp":1531054736},"coords":"51.2837174,-0.0784146","bedrooms":"2","price":"280000","area":"353"} , +{"type":"Feature","id":"n5714699797","geometry":{"type":"Point","coordinates":[-0.0245637,51.5645626]},"properties":{"@type":"node","@id":5714699797,"@timestamp":1543274773},"coords":"51.5645626,-0.0245637","bedrooms":"0","price":"270000","area":"372"} , +{"type":"Feature","id":"n5714699807","geometry":{"type":"Point","coordinates":[-0.0257499,51.5643549]},"properties":{"@type":"node","@id":5714699807,"@timestamp":1529826911},"coords":"51.5643549,-0.0257499","bedrooms":"2","price":"246000","area":"596"} , +{"type":"Feature","id":"n5714784128","geometry":{"type":"Point","coordinates":[-0.0023254,51.6316049]},"properties":{"@type":"node","@id":5714784128,"@timestamp":1600175831},"coords":"51.6316049,-0.0023254","bedrooms":"3","price":"250000","area":"375"} , +{"type":"Feature","id":"n5714885413","geometry":{"type":"Point","coordinates":[-0.1268627,51.632422]},"properties":{"@type":"node","@id":5714885413,"@timestamp":1530429376},"coords":"51.632422,-0.1268627","bedrooms":"3","price":"267000","area":"351"} , +{"type":"Feature","id":"n5715168149","geometry":{"type":"Point","coordinates":[-0.1580862,51.3839857]},"properties":{"@type":"node","@id":5715168149,"@timestamp":1541764877},"coords":"51.3839857,-0.1580862","bedrooms":"0","price":"174000","area":"533"} , +{"type":"Feature","id":"n5715203633","geometry":{"type":"Point","coordinates":[-0.2840051,51.8752281]},"properties":{"@type":"node","@id":5715203633,"@timestamp":1529844837},"coords":"51.8752281,-0.2840051","bedrooms":"4","price":"208000","area":"629"} , +{"type":"Feature","id":"n5715638693","geometry":{"type":"Point","coordinates":[0.2634491,51.188383]},"properties":{"@type":"node","@id":5715638693,"@timestamp":1529856365},"coords":"51.188383,0.2634491","bedrooms":"4","price":"259000","area":"538"} , +{"type":"Feature","id":"n5715797917","geometry":{"type":"Point","coordinates":[0.7609932,51.657606]},"properties":{"@type":"node","@id":5715797917,"@timestamp":1529863446},"coords":"51.657606,0.7609932","bedrooms":"1","price":"243000","area":"640"} , +{"type":"Feature","id":"n5716014919","geometry":{"type":"Point","coordinates":[-0.0762621,51.509731]},"properties":{"@type":"node","@id":5716014919,"@timestamp":1529874830},"coords":"51.509731,-0.0762621","bedrooms":"1","price":"190000","area":"353"} , +{"type":"Feature","id":"n5716096426","geometry":{"type":"Point","coordinates":[-0.249077,51.4738385]},"properties":{"@type":"node","@id":5716096426,"@timestamp":1608117755},"coords":"51.4738385,-0.249077","bedrooms":"0","price":"258000","area":"412"} , +{"type":"Feature","id":"n5716097414","geometry":{"type":"Point","coordinates":[-0.0425935,51.5201797]},"properties":{"@type":"node","@id":5716097414,"@timestamp":1529875048},"coords":"51.5201797,-0.0425935","bedrooms":"3","price":"157000","area":"517"} , +{"type":"Feature","id":"n5716097471","geometry":{"type":"Point","coordinates":[0.7177234,51.6711564]},"properties":{"@type":"node","@id":5716097471,"@timestamp":1529875208},"coords":"51.6711564,0.7177234","bedrooms":"0","price":"193000","area":"622"} , +{"type":"Feature","id":"n5716109242","geometry":{"type":"Point","coordinates":[-0.0340332,51.5167748]},"properties":{"@type":"node","@id":5716109242,"@timestamp":1529876638},"coords":"51.5167748,-0.0340332","bedrooms":"3","price":"291000","area":"656"} , +{"type":"Feature","id":"n5716118062","geometry":{"type":"Point","coordinates":[-0.0454366,51.5238046]},"properties":{"@type":"node","@id":5716118062,"@timestamp":1529876739},"coords":"51.5238046,-0.0454366","bedrooms":"2","price":"279000","area":"512"} , +{"type":"Feature","id":"n5716412592","geometry":{"type":"Point","coordinates":[0.1427662,51.4566385]},"properties":{"@type":"node","@id":5716412592,"@timestamp":1542283363},"coords":"51.4566385,0.1427662","bedrooms":"1","price":"197000","area":"506"} , +{"type":"Feature","id":"n5716917893","geometry":{"type":"Point","coordinates":[-0.427616,51.4969025]},"properties":{"@type":"node","@id":5716917893,"@timestamp":1549927912},"coords":"51.4969025,-0.427616","bedrooms":"1","price":"200000","area":"571"} , +{"type":"Feature","id":"n5717576944","geometry":{"type":"Point","coordinates":[0.1326201,51.5189881]},"properties":{"@type":"node","@id":5717576944,"@timestamp":1529926922},"coords":"51.5189881,0.1326201","bedrooms":"4","price":"178000","area":"413"} , +{"type":"Feature","id":"n5717637400","geometry":{"type":"Point","coordinates":[-0.1163432,51.5328361]},"properties":{"@type":"node","@id":5717637400,"@timestamp":1529927251},"coords":"51.5328361,-0.1163432","bedrooms":"1","price":"150000","area":"499"} , +{"type":"Feature","id":"n5717825256","geometry":{"type":"Point","coordinates":[0.017969,51.5580091]},"properties":{"@type":"node","@id":5717825256,"@timestamp":1632824741},"coords":"51.5580091,0.017969","bedrooms":"3","price":"159000","area":"477"} , +{"type":"Feature","id":"n5718087847","geometry":{"type":"Point","coordinates":[-0.1583076,51.5818858]},"properties":{"@type":"node","@id":5718087847,"@timestamp":1553295104},"coords":"51.5818858,-0.1583076","bedrooms":"2","price":"255000","area":"440"} , +{"type":"Feature","id":"n5718159899","geometry":{"type":"Point","coordinates":[-0.1423728,51.5084439]},"properties":{"@type":"node","@id":5718159899,"@timestamp":1553720217},"coords":"51.5084439,-0.1423728","bedrooms":"1","price":"157000","area":"387"} , +{"type":"Feature","id":"n5718470320","geometry":{"type":"Point","coordinates":[0.535165,51.3752348]},"properties":{"@type":"node","@id":5718470320,"@timestamp":1543946914},"coords":"51.3752348,0.535165","bedrooms":"3","price":"198000","area":"505"} , +{"type":"Feature","id":"n5718576951","geometry":{"type":"Point","coordinates":[0.030501,51.5393495]},"properties":{"@type":"node","@id":5718576951,"@timestamp":1529959077},"coords":"51.5393495,0.030501","bedrooms":"1","price":"251000","area":"685"} , +{"type":"Feature","id":"n5718808016","geometry":{"type":"Point","coordinates":[-0.041817,51.5389526]},"properties":{"@type":"node","@id":5718808016,"@timestamp":1529970354},"coords":"51.5389526,-0.041817","bedrooms":"1","price":"270000","area":"647"} , +{"type":"Feature","id":"n5718808323","geometry":{"type":"Point","coordinates":[-0.0416027,51.5388726]},"properties":{"@type":"node","@id":5718808323,"@timestamp":1529970352},"coords":"51.5388726,-0.0416027","bedrooms":"1","price":"170000","area":"609"} , +{"type":"Feature","id":"n5719655117","geometry":{"type":"Point","coordinates":[0.7969431,51.8221529]},"properties":{"@type":"node","@id":5719655117,"@timestamp":1530001755},"coords":"51.8221529,0.7969431","bedrooms":"0","price":"261000","area":"615"} , +{"type":"Feature","id":"n5719828087","geometry":{"type":"Point","coordinates":[0.0254733,51.4857184]},"properties":{"@type":"node","@id":5719828087,"@timestamp":1530005778},"coords":"51.4857184,0.0254733","bedrooms":"3","price":"163000","area":"418"} , +{"type":"Feature","id":"n5720374088","geometry":{"type":"Point","coordinates":[-0.3236843,51.5997424]},"properties":{"@type":"node","@id":5720374088,"@timestamp":1617624195},"coords":"51.5997424,-0.3236843","bedrooms":"4","price":"262000","area":"582"} , +{"type":"Feature","id":"n5720986624","geometry":{"type":"Point","coordinates":[-0.3969691,51.6650925]},"properties":{"@type":"node","@id":5720986624,"@timestamp":1630688922},"coords":"51.6650925,-0.3969691","bedrooms":"4","price":"183000","area":"391"} , +{"type":"Feature","id":"n5721245197","geometry":{"type":"Point","coordinates":[-0.8149057,51.8138176]},"properties":{"@type":"node","@id":5721245197,"@timestamp":1582473127},"coords":"51.8138176,-0.8149057","bedrooms":"4","price":"280000","area":"364"} , +{"type":"Feature","id":"n5721247721","geometry":{"type":"Point","coordinates":[-0.8598254,51.8040769]},"properties":{"@type":"node","@id":5721247721,"@timestamp":1530047488},"coords":"51.8040769,-0.8598254","bedrooms":"4","price":"171000","area":"374"} , +{"type":"Feature","id":"n5721247756","geometry":{"type":"Point","coordinates":[-0.8605801,51.8038209]},"properties":{"@type":"node","@id":5721247756,"@timestamp":1530047489},"coords":"51.8038209,-0.8605801","bedrooms":"2","price":"207000","area":"561"} , +{"type":"Feature","id":"n5721247984","geometry":{"type":"Point","coordinates":[-0.8930899,51.7916031]},"properties":{"@type":"node","@id":5721247984,"@timestamp":1530047493},"coords":"51.7916031,-0.8930899","bedrooms":"4","price":"200000","area":"618"} , +{"type":"Feature","id":"n5721247996","geometry":{"type":"Point","coordinates":[-0.8947629,51.7911558]},"properties":{"@type":"node","@id":5721247996,"@timestamp":1530047493},"coords":"51.7911558,-0.8947629","bedrooms":"2","price":"221000","area":"350"} , +{"type":"Feature","id":"n5721248200","geometry":{"type":"Point","coordinates":[-0.9024475,51.7851528]},"properties":{"@type":"node","@id":5721248200,"@timestamp":1530047495},"coords":"51.7851528,-0.9024475","bedrooms":"2","price":"278000","area":"673"} , +{"type":"Feature","id":"n5721248365","geometry":{"type":"Point","coordinates":[-0.9191233,51.7733495]},"properties":{"@type":"node","@id":5721248365,"@timestamp":1530047496},"coords":"51.7733495,-0.9191233","bedrooms":"1","price":"155000","area":"550"} , +{"type":"Feature","id":"n5721248408","geometry":{"type":"Point","coordinates":[-0.9235235,51.7727197]},"properties":{"@type":"node","@id":5721248408,"@timestamp":1530047497},"coords":"51.7727197,-0.9235235","bedrooms":"3","price":"240000","area":"525"} , +{"type":"Feature","id":"n5721248579","geometry":{"type":"Point","coordinates":[-0.9225015,51.7732914]},"properties":{"@type":"node","@id":5721248579,"@timestamp":1530047499},"coords":"51.7732914,-0.9225015","bedrooms":"3","price":"237000","area":"382"} , +{"type":"Feature","id":"n5721248604","geometry":{"type":"Point","coordinates":[-0.9260598,51.7729813]},"properties":{"@type":"node","@id":5721248604,"@timestamp":1530047500},"coords":"51.7729813,-0.9260598","bedrooms":"1","price":"199000","area":"491"} , +{"type":"Feature","id":"n5721248722","geometry":{"type":"Point","coordinates":[-0.9255002,51.773211]},"properties":{"@type":"node","@id":5721248722,"@timestamp":1530047500},"coords":"51.773211,-0.9255002","bedrooms":"2","price":"278000","area":"606"} , +{"type":"Feature","id":"n5721248795","geometry":{"type":"Point","coordinates":[-0.9260382,51.7735436]},"properties":{"@type":"node","@id":5721248795,"@timestamp":1530047502},"coords":"51.7735436,-0.9260382","bedrooms":"2","price":"267000","area":"383"} , +{"type":"Feature","id":"n5721248984","geometry":{"type":"Point","coordinates":[-0.9264323,51.773752]},"properties":{"@type":"node","@id":5721248984,"@timestamp":1530122617},"coords":"51.773752,-0.9264323","bedrooms":"2","price":"238000","area":"645"} , +{"type":"Feature","id":"n5721249357","geometry":{"type":"Point","coordinates":[-0.9290099,51.7729031]},"properties":{"@type":"node","@id":5721249357,"@timestamp":1530047505},"coords":"51.7729031,-0.9290099","bedrooms":"0","price":"271000","area":"584"} , +{"type":"Feature","id":"n5721249560","geometry":{"type":"Point","coordinates":[-0.9278348,51.7665744]},"properties":{"@type":"node","@id":5721249560,"@timestamp":1530047507},"coords":"51.7665744,-0.9278348","bedrooms":"3","price":"151000","area":"419"} , +{"type":"Feature","id":"n5721249606","geometry":{"type":"Point","coordinates":[-0.9264739,51.765433]},"properties":{"@type":"node","@id":5721249606,"@timestamp":1530047509},"coords":"51.765433,-0.9264739","bedrooms":"0","price":"224000","area":"458"} , +{"type":"Feature","id":"n5721249665","geometry":{"type":"Point","coordinates":[-0.9032091,51.7616215]},"properties":{"@type":"node","@id":5721249665,"@timestamp":1530047510},"coords":"51.7616215,-0.9032091","bedrooms":"1","price":"244000","area":"501"} , +{"type":"Feature","id":"n5721249691","geometry":{"type":"Point","coordinates":[-0.8781807,51.7520205]},"properties":{"@type":"node","@id":5721249691,"@timestamp":1530047511},"coords":"51.7520205,-0.8781807","bedrooms":"3","price":"160000","area":"356"} , +{"type":"Feature","id":"n5721249718","geometry":{"type":"Point","coordinates":[-0.8599296,51.747442]},"properties":{"@type":"node","@id":5721249718,"@timestamp":1530047511},"coords":"51.747442,-0.8599296","bedrooms":"0","price":"262000","area":"377"} , +{"type":"Feature","id":"n5721249751","geometry":{"type":"Point","coordinates":[-0.8594777,51.7370095]},"properties":{"@type":"node","@id":5721249751,"@timestamp":1530047512},"coords":"51.7370095,-0.8594777","bedrooms":"3","price":"290000","area":"606"} , +{"type":"Feature","id":"n5721249761","geometry":{"type":"Point","coordinates":[-0.859824,51.7370971]},"properties":{"@type":"node","@id":5721249761,"@timestamp":1530047513},"coords":"51.7370971,-0.859824","bedrooms":"3","price":"216000","area":"518"} , +{"type":"Feature","id":"n5721249793","geometry":{"type":"Point","coordinates":[-0.8605519,51.7361889]},"properties":{"@type":"node","@id":5721249793,"@timestamp":1530047513},"coords":"51.7361889,-0.8605519","bedrooms":"2","price":"204000","area":"595"} , +{"type":"Feature","id":"n5721249841","geometry":{"type":"Point","coordinates":[-0.8586747,51.736795]},"properties":{"@type":"node","@id":5721249841,"@timestamp":1530047515},"coords":"51.736795,-0.8586747","bedrooms":"0","price":"178000","area":"698"} , +{"type":"Feature","id":"n5721429485","geometry":{"type":"Point","coordinates":[-0.045331,51.539485]},"properties":{"@type":"node","@id":5721429485,"@timestamp":1530056568},"coords":"51.539485,-0.045331","bedrooms":"3","price":"274000","area":"442"} , +{"type":"Feature","id":"n5721429613","geometry":{"type":"Point","coordinates":[-0.0442645,51.5381064]},"properties":{"@type":"node","@id":5721429613,"@timestamp":1530056571},"coords":"51.5381064,-0.0442645","bedrooms":"4","price":"257000","area":"413"} , +{"type":"Feature","id":"n5723419714","geometry":{"type":"Point","coordinates":[0.1206129,51.4911638]},"properties":{"@type":"node","@id":5723419714,"@timestamp":1589630563},"coords":"51.4911638,0.1206129","bedrooms":"0","price":"286000","area":"473"} , +{"type":"Feature","id":"n5724109430","geometry":{"type":"Point","coordinates":[-0.0454567,51.5406518]},"properties":{"@type":"node","@id":5724109430,"@timestamp":1530133551},"coords":"51.5406518,-0.0454567","bedrooms":"1","price":"246000","area":"480"} , +{"type":"Feature","id":"n5724481761","geometry":{"type":"Point","coordinates":[-0.1433611,51.5084728]},"properties":{"@type":"node","@id":5724481761,"@timestamp":1561453140},"coords":"51.5084728,-0.1433611","bedrooms":"2","price":"276000","area":"662"} , +{"type":"Feature","id":"n5725782622","geometry":{"type":"Point","coordinates":[-0.1291005,51.5073961]},"properties":{"@type":"node","@id":5725782622,"@timestamp":1599752625},"coords":"51.5073961,-0.1291005","bedrooms":"1","price":"285000","area":"460"} , +{"type":"Feature","id":"n5725884867","geometry":{"type":"Point","coordinates":[-0.1569418,51.2491572]},"properties":{"@type":"node","@id":5725884867,"@timestamp":1530193970},"coords":"51.2491572,-0.1569418","bedrooms":"2","price":"221000","area":"437"} , +{"type":"Feature","id":"n5726484844","geometry":{"type":"Point","coordinates":[-1.0372558,51.4607071]},"properties":{"@type":"node","@id":5726484844,"@timestamp":1635007024},"coords":"51.4607071,-1.0372558","bedrooms":"1","price":"202000","area":"600"} , +{"type":"Feature","id":"n5726822093","geometry":{"type":"Point","coordinates":[-0.0474637,51.5410697]},"properties":{"@type":"node","@id":5726822093,"@timestamp":1530224648},"coords":"51.5410697,-0.0474637","bedrooms":"3","price":"273000","area":"613"} , +{"type":"Feature","id":"n5727034305","geometry":{"type":"Point","coordinates":[0.0726007,51.4910572]},"properties":{"@type":"node","@id":5727034305,"@timestamp":1564903671},"coords":"51.4910572,0.0726007","bedrooms":"0","price":"160000","area":"664"} , +{"type":"Feature","id":"n5728435047","geometry":{"type":"Point","coordinates":[-0.3757975,51.2341103]},"properties":{"@type":"node","@id":5728435047,"@timestamp":1530278354},"coords":"51.2341103,-0.3757975","bedrooms":"0","price":"296000","area":"635"} , +{"type":"Feature","id":"n5728880916","geometry":{"type":"Point","coordinates":[-0.0406842,51.5421407]},"properties":{"@type":"node","@id":5728880916,"@timestamp":1619874162},"coords":"51.5421407,-0.0406842","bedrooms":"1","price":"296000","area":"654"} , +{"type":"Feature","id":"n5728908664","geometry":{"type":"Point","coordinates":[-0.1350396,51.4992973]},"properties":{"@type":"node","@id":5728908664,"@timestamp":1573589089},"coords":"51.4992973,-0.1350396","bedrooms":"3","price":"263000","area":"673"} , +{"type":"Feature","id":"n5728947344","geometry":{"type":"Point","coordinates":[0.0131145,51.5086755]},"properties":{"@type":"node","@id":5728947344,"@timestamp":1540558001},"coords":"51.5086755,0.0131145","bedrooms":"2","price":"229000","area":"423"} , +{"type":"Feature","id":"n5729216821","geometry":{"type":"Point","coordinates":[-0.0719922,51.5148622]},"properties":{"@type":"node","@id":5729216821,"@timestamp":1611481196},"coords":"51.5148622,-0.0719922","bedrooms":"0","price":"183000","area":"385"} , +{"type":"Feature","id":"n5729947180","geometry":{"type":"Point","coordinates":[-0.1432026,51.5109143]},"properties":{"@type":"node","@id":5729947180,"@timestamp":1530350119},"coords":"51.5109143,-0.1432026","bedrooms":"0","price":"218000","area":"687"} , +{"type":"Feature","id":"n5730620895","geometry":{"type":"Point","coordinates":[-0.7006154,51.313631]},"properties":{"@type":"node","@id":5730620895,"@timestamp":1561667321},"coords":"51.313631,-0.7006154","bedrooms":"0","price":"179000","area":"658"} , +{"type":"Feature","id":"n5730719821","geometry":{"type":"Point","coordinates":[-0.0464988,51.5423667]},"properties":{"@type":"node","@id":5730719821,"@timestamp":1530378877},"coords":"51.5423667,-0.0464988","bedrooms":"3","price":"250000","area":"661"} , +{"type":"Feature","id":"n5730719833","geometry":{"type":"Point","coordinates":[-0.0466792,51.5424313]},"properties":{"@type":"node","@id":5730719833,"@timestamp":1530378880},"coords":"51.5424313,-0.0466792","bedrooms":"2","price":"278000","area":"644"} , +{"type":"Feature","id":"n5731107920","geometry":{"type":"Point","coordinates":[-0.8501712,51.4087592]},"properties":{"@type":"node","@id":5731107920,"@timestamp":1624705328},"coords":"51.4087592,-0.8501712","bedrooms":"1","price":"266000","area":"542"} , +{"type":"Feature","id":"n5731231563","geometry":{"type":"Point","coordinates":[0.0345574,51.5355965]},"properties":{"@type":"node","@id":5731231563,"@timestamp":1530392666},"coords":"51.5355965,0.0345574","bedrooms":"0","price":"210000","area":"608"} , +{"type":"Feature","id":"n5731324749","geometry":{"type":"Point","coordinates":[-0.4294405,51.3523537]},"properties":{"@type":"node","@id":5731324749,"@timestamp":1634478776},"coords":"51.3523537,-0.4294405","bedrooms":"2","price":"169000","area":"532"} , +{"type":"Feature","id":"n5731373760","geometry":{"type":"Point","coordinates":[-0.0455882,51.5435611]},"properties":{"@type":"node","@id":5731373760,"@timestamp":1530402950},"coords":"51.5435611,-0.0455882","bedrooms":"0","price":"202000","area":"666"} , +{"type":"Feature","id":"n5731842816","geometry":{"type":"Point","coordinates":[-0.7043038,51.3253473]},"properties":{"@type":"node","@id":5731842816,"@timestamp":1530439077},"coords":"51.3253473,-0.7043038","bedrooms":"3","price":"219000","area":"588"} , +{"type":"Feature","id":"n5731846988","geometry":{"type":"Point","coordinates":[-0.0480182,51.5468473]},"properties":{"@type":"node","@id":5731846988,"@timestamp":1627605952},"coords":"51.5468473,-0.0480182","bedrooms":"2","price":"275000","area":"602"} , +{"type":"Feature","id":"n5731866592","geometry":{"type":"Point","coordinates":[-0.7199961,51.0627109]},"properties":{"@type":"node","@id":5731866592,"@timestamp":1530439860},"coords":"51.0627109,-0.7199961","bedrooms":"3","price":"179000","area":"504"} , +{"type":"Feature","id":"n5731870450","geometry":{"type":"Point","coordinates":[-0.2369909,51.8798947]},"properties":{"@type":"node","@id":5731870450,"@timestamp":1530440289},"coords":"51.8798947,-0.2369909","bedrooms":"4","price":"158000","area":"456"} , +{"type":"Feature","id":"n5731971867","geometry":{"type":"Point","coordinates":[-0.3402515,51.607108]},"properties":{"@type":"node","@id":5731971867,"@timestamp":1615831095},"coords":"51.607108,-0.3402515","bedrooms":"3","price":"175000","area":"429"} , +{"type":"Feature","id":"n5731971877","geometry":{"type":"Point","coordinates":[-0.3120812,51.6175191]},"properties":{"@type":"node","@id":5731971877,"@timestamp":1615748586},"coords":"51.6175191,-0.3120812","bedrooms":"1","price":"236000","area":"581"} , +{"type":"Feature","id":"n5731971888","geometry":{"type":"Point","coordinates":[-0.3399051,51.6049541]},"properties":{"@type":"node","@id":5731971888,"@timestamp":1634873877},"coords":"51.6049541,-0.3399051","bedrooms":"1","price":"270000","area":"670"} , +{"type":"Feature","id":"n5731994636","geometry":{"type":"Point","coordinates":[-0.2804026,51.6045411]},"properties":{"@type":"node","@id":5731994636,"@timestamp":1621795280},"coords":"51.6045411,-0.2804026","bedrooms":"0","price":"222000","area":"533"} , +{"type":"Feature","id":"n5732175024","geometry":{"type":"Point","coordinates":[-0.0113673,51.5471223]},"properties":{"@type":"node","@id":5732175024,"@timestamp":1530456986},"coords":"51.5471223,-0.0113673","bedrooms":"4","price":"177000","area":"682"} , +{"type":"Feature","id":"n5732435000","geometry":{"type":"Point","coordinates":[-0.1136954,51.0365935]},"properties":{"@type":"node","@id":5732435000,"@timestamp":1530465456},"coords":"51.0365935,-0.1136954","bedrooms":"2","price":"175000","area":"571"} , +{"type":"Feature","id":"n5732487066","geometry":{"type":"Point","coordinates":[-0.0820835,51.5026564]},"properties":{"@type":"node","@id":5732487066,"@timestamp":1530467568},"coords":"51.5026564,-0.0820835","bedrooms":"1","price":"203000","area":"452"} , +{"type":"Feature","id":"n5732615714","geometry":{"type":"Point","coordinates":[-0.0868459,51.5054945]},"properties":{"@type":"node","@id":5732615714,"@timestamp":1530474561},"coords":"51.5054945,-0.0868459","bedrooms":"1","price":"280000","area":"474"} , +{"type":"Feature","id":"n5732962439","geometry":{"type":"Point","coordinates":[0.1732029,51.5848566]},"properties":{"@type":"node","@id":5732962439,"@timestamp":1530498203},"coords":"51.5848566,0.1732029","bedrooms":"2","price":"232000","area":"453"} , +{"type":"Feature","id":"n5733697069","geometry":{"type":"Point","coordinates":[-0.3849336,51.2220175]},"properties":{"@type":"node","@id":5733697069,"@timestamp":1530524313},"coords":"51.2220175,-0.3849336","bedrooms":"2","price":"190000","area":"561"} , +{"type":"Feature","id":"n5734004315","geometry":{"type":"Point","coordinates":[0.0165525,51.3626427]},"properties":{"@type":"node","@id":5734004315,"@timestamp":1530535919},"coords":"51.3626427,0.0165525","bedrooms":"2","price":"262000","area":"545"} , +{"type":"Feature","id":"n5734617075","geometry":{"type":"Point","coordinates":[0.007685,51.5166569]},"properties":{"@type":"node","@id":5734617075,"@timestamp":1541703088},"coords":"51.5166569,0.007685","bedrooms":"2","price":"280000","area":"485"} , +{"type":"Feature","id":"n5735147343","geometry":{"type":"Point","coordinates":[-0.049476,51.5469251]},"properties":{"@type":"node","@id":5735147343,"@timestamp":1530569146},"coords":"51.5469251,-0.049476","bedrooms":"3","price":"180000","area":"498"} , +{"type":"Feature","id":"n5735210934","geometry":{"type":"Point","coordinates":[-0.7538409,51.6343752]},"properties":{"@type":"node","@id":5735210934,"@timestamp":1530572229},"coords":"51.6343752,-0.7538409","bedrooms":"4","price":"294000","area":"493"} , +{"type":"Feature","id":"n5735211051","geometry":{"type":"Point","coordinates":[-0.7501162,51.6322811]},"properties":{"@type":"node","@id":5735211051,"@timestamp":1530572231},"coords":"51.6322811,-0.7501162","bedrooms":"4","price":"275000","area":"672"} , +{"type":"Feature","id":"n5735211097","geometry":{"type":"Point","coordinates":[-0.744251,51.6275184]},"properties":{"@type":"node","@id":5735211097,"@timestamp":1530572232},"coords":"51.6275184,-0.744251","bedrooms":"3","price":"259000","area":"433"} , +{"type":"Feature","id":"n5735211149","geometry":{"type":"Point","coordinates":[-0.7469791,51.6286405]},"properties":{"@type":"node","@id":5735211149,"@timestamp":1530572233},"coords":"51.6286405,-0.7469791","bedrooms":"1","price":"259000","area":"453"} , +{"type":"Feature","id":"n5735211185","geometry":{"type":"Point","coordinates":[-0.7474757,51.6296902]},"properties":{"@type":"node","@id":5735211185,"@timestamp":1540124353},"coords":"51.6296902,-0.7474757","bedrooms":"3","price":"245000","area":"670"} , +{"type":"Feature","id":"n5735211195","geometry":{"type":"Point","coordinates":[-0.7481077,51.6286804]},"properties":{"@type":"node","@id":5735211195,"@timestamp":1540124354},"coords":"51.6286804,-0.7481077","bedrooms":"2","price":"264000","area":"638"} , +{"type":"Feature","id":"n5735211205","geometry":{"type":"Point","coordinates":[-0.74775,51.6286389]},"properties":{"@type":"node","@id":5735211205,"@timestamp":1540124354},"coords":"51.6286389,-0.74775","bedrooms":"0","price":"284000","area":"586"} , +{"type":"Feature","id":"n5735211215","geometry":{"type":"Point","coordinates":[-0.7612002,51.63077]},"properties":{"@type":"node","@id":5735211215,"@timestamp":1609691273},"coords":"51.63077,-0.7612002","bedrooms":"4","price":"281000","area":"379"} , +{"type":"Feature","id":"n5735211225","geometry":{"type":"Point","coordinates":[-0.7615368,51.633015]},"properties":{"@type":"node","@id":5735211225,"@timestamp":1530726375},"coords":"51.633015,-0.7615368","bedrooms":"3","price":"255000","area":"389"} , +{"type":"Feature","id":"n5735211235","geometry":{"type":"Point","coordinates":[-0.7641746,51.6324942]},"properties":{"@type":"node","@id":5735211235,"@timestamp":1540124355},"coords":"51.6324942,-0.7641746","bedrooms":"4","price":"248000","area":"425"} , +{"type":"Feature","id":"n5735211300","geometry":{"type":"Point","coordinates":[-0.7657032,51.6322635]},"properties":{"@type":"node","@id":5735211300,"@timestamp":1544476300},"coords":"51.6322635,-0.7657032","bedrooms":"3","price":"249000","area":"409"} , +{"type":"Feature","id":"n5735211310","geometry":{"type":"Point","coordinates":[-0.7678172,51.6329093]},"properties":{"@type":"node","@id":5735211310,"@timestamp":1530572239},"coords":"51.6329093,-0.7678172","bedrooms":"4","price":"258000","area":"660"} , +{"type":"Feature","id":"n5735211327","geometry":{"type":"Point","coordinates":[-0.7726054,51.6339561]},"properties":{"@type":"node","@id":5735211327,"@timestamp":1530572239},"coords":"51.6339561,-0.7726054","bedrooms":"0","price":"180000","area":"671"} , +{"type":"Feature","id":"n5735211377","geometry":{"type":"Point","coordinates":[-0.7813221,51.6346291]},"properties":{"@type":"node","@id":5735211377,"@timestamp":1530726376},"coords":"51.6346291,-0.7813221","bedrooms":"2","price":"217000","area":"619"} , +{"type":"Feature","id":"n5735211457","geometry":{"type":"Point","coordinates":[-0.769845,51.6367308]},"properties":{"@type":"node","@id":5735211457,"@timestamp":1530726376},"coords":"51.6367308,-0.769845","bedrooms":"0","price":"163000","area":"504"} , +{"type":"Feature","id":"n5735211534","geometry":{"type":"Point","coordinates":[-0.7649124,51.6348813]},"properties":{"@type":"node","@id":5735211534,"@timestamp":1530572244},"coords":"51.6348813,-0.7649124","bedrooms":"0","price":"219000","area":"499"} , +{"type":"Feature","id":"n5735211575","geometry":{"type":"Point","coordinates":[-0.7570709,51.6322093]},"properties":{"@type":"node","@id":5735211575,"@timestamp":1530726377},"coords":"51.6322093,-0.7570709","bedrooms":"3","price":"236000","area":"479"} , +{"type":"Feature","id":"n5735211595","geometry":{"type":"Point","coordinates":[-0.7608528,51.631587]},"properties":{"@type":"node","@id":5735211595,"@timestamp":1540124356},"coords":"51.631587,-0.7608528","bedrooms":"3","price":"196000","area":"419"} , +{"type":"Feature","id":"n5735211605","geometry":{"type":"Point","coordinates":[-0.7602376,51.6314257]},"properties":{"@type":"node","@id":5735211605,"@timestamp":1540124356},"coords":"51.6314257,-0.7602376","bedrooms":"1","price":"271000","area":"670"} , +{"type":"Feature","id":"n5735211616","geometry":{"type":"Point","coordinates":[-0.7594816,51.6312636]},"properties":{"@type":"node","@id":5735211616,"@timestamp":1540124357},"coords":"51.6312636,-0.7594816","bedrooms":"2","price":"226000","area":"538"} , +{"type":"Feature","id":"n5735211626","geometry":{"type":"Point","coordinates":[-0.7589188,51.6311571]},"properties":{"@type":"node","@id":5735211626,"@timestamp":1540124357},"coords":"51.6311571,-0.7589188","bedrooms":"2","price":"232000","area":"553"} , +{"type":"Feature","id":"n5735211658","geometry":{"type":"Point","coordinates":[-0.7584124,51.6310303]},"properties":{"@type":"node","@id":5735211658,"@timestamp":1540124357},"coords":"51.6310303,-0.7584124","bedrooms":"4","price":"160000","area":"512"} , +{"type":"Feature","id":"n5735211671","geometry":{"type":"Point","coordinates":[-0.7506611,51.6296965]},"properties":{"@type":"node","@id":5735211671,"@timestamp":1530572248},"coords":"51.6296965,-0.7506611","bedrooms":"2","price":"248000","area":"393"} , +{"type":"Feature","id":"n5735211702","geometry":{"type":"Point","coordinates":[-0.755707,51.6320919]},"properties":{"@type":"node","@id":5735211702,"@timestamp":1530572249},"coords":"51.6320919,-0.755707","bedrooms":"1","price":"260000","area":"457"} , +{"type":"Feature","id":"n5735211734","geometry":{"type":"Point","coordinates":[-0.7538754,51.6320933]},"properties":{"@type":"node","@id":5735211734,"@timestamp":1530572250},"coords":"51.6320933,-0.7538754","bedrooms":"3","price":"160000","area":"574"} , +{"type":"Feature","id":"n5735211752","geometry":{"type":"Point","coordinates":[-0.7538134,51.6298426]},"properties":{"@type":"node","@id":5735211752,"@timestamp":1530572251},"coords":"51.6298426,-0.7538134","bedrooms":"0","price":"293000","area":"464"} , +{"type":"Feature","id":"n5735211762","geometry":{"type":"Point","coordinates":[-0.7564312,51.6308499]},"properties":{"@type":"node","@id":5735211762,"@timestamp":1530726379},"coords":"51.6308499,-0.7564312","bedrooms":"0","price":"288000","area":"480"} , +{"type":"Feature","id":"n5735211772","geometry":{"type":"Point","coordinates":[-0.7560835,51.6305568]},"properties":{"@type":"node","@id":5735211772,"@timestamp":1540124358},"coords":"51.6305568,-0.7560835","bedrooms":"3","price":"213000","area":"376"} , +{"type":"Feature","id":"n5735211787","geometry":{"type":"Point","coordinates":[-0.7527968,51.63228]},"properties":{"@type":"node","@id":5735211787,"@timestamp":1530572252},"coords":"51.63228,-0.7527968","bedrooms":"2","price":"273000","area":"559"} , +{"type":"Feature","id":"n5735211801","geometry":{"type":"Point","coordinates":[-0.7516456,51.630098]},"properties":{"@type":"node","@id":5735211801,"@timestamp":1540124359},"coords":"51.630098,-0.7516456","bedrooms":"3","price":"233000","area":"594"} , +{"type":"Feature","id":"n5735211811","geometry":{"type":"Point","coordinates":[-0.7506671,51.6293531]},"properties":{"@type":"node","@id":5735211811,"@timestamp":1540124359},"coords":"51.6293531,-0.7506671","bedrooms":"1","price":"244000","area":"642"} , +{"type":"Feature","id":"n5735211821","geometry":{"type":"Point","coordinates":[-0.7488238,51.6287458]},"properties":{"@type":"node","@id":5735211821,"@timestamp":1627753688},"coords":"51.6287458,-0.7488238","bedrooms":"2","price":"278000","area":"582"} , +{"type":"Feature","id":"n5735211929","geometry":{"type":"Point","coordinates":[-0.7555354,51.6319067]},"properties":{"@type":"node","@id":5735211929,"@timestamp":1530572256},"coords":"51.6319067,-0.7555354","bedrooms":"2","price":"248000","area":"552"} , +{"type":"Feature","id":"n5735211940","geometry":{"type":"Point","coordinates":[-0.7533319,51.6286729]},"properties":{"@type":"node","@id":5735211940,"@timestamp":1530572257},"coords":"51.6286729,-0.7533319","bedrooms":"3","price":"259000","area":"426"} , +{"type":"Feature","id":"n5735211950","geometry":{"type":"Point","coordinates":[-0.7568979,51.6310588]},"properties":{"@type":"node","@id":5735211950,"@timestamp":1538779952},"coords":"51.6310588,-0.7568979","bedrooms":"0","price":"287000","area":"618"} , +{"type":"Feature","id":"n5735211960","geometry":{"type":"Point","coordinates":[-0.7536618,51.6291283]},"properties":{"@type":"node","@id":5735211960,"@timestamp":1540124360},"coords":"51.6291283,-0.7536618","bedrooms":"1","price":"235000","area":"449"} , +{"type":"Feature","id":"n5735211971","geometry":{"type":"Point","coordinates":[-0.7354309,51.6236427]},"properties":{"@type":"node","@id":5735211971,"@timestamp":1530572258},"coords":"51.6236427,-0.7354309","bedrooms":"1","price":"252000","area":"422"} , +{"type":"Feature","id":"n5735211981","geometry":{"type":"Point","coordinates":[-0.7359984,51.6234719]},"properties":{"@type":"node","@id":5735211981,"@timestamp":1530572258},"coords":"51.6234719,-0.7359984","bedrooms":"3","price":"294000","area":"529"} , +{"type":"Feature","id":"n5735211991","geometry":{"type":"Point","coordinates":[-0.7455535,51.6268064]},"properties":{"@type":"node","@id":5735211991,"@timestamp":1530572259},"coords":"51.6268064,-0.7455535","bedrooms":"1","price":"196000","area":"615"} , +{"type":"Feature","id":"n5735212001","geometry":{"type":"Point","coordinates":[-0.7436931,51.6243635]},"properties":{"@type":"node","@id":5735212001,"@timestamp":1530572259},"coords":"51.6243635,-0.7436931","bedrooms":"1","price":"277000","area":"653"} , +{"type":"Feature","id":"n5735212017","geometry":{"type":"Point","coordinates":[-0.7378482,51.6232048]},"properties":{"@type":"node","@id":5735212017,"@timestamp":1530572260},"coords":"51.6232048,-0.7378482","bedrooms":"2","price":"231000","area":"602"} , +{"type":"Feature","id":"n5735212036","geometry":{"type":"Point","coordinates":[-0.7359388,51.6227823]},"properties":{"@type":"node","@id":5735212036,"@timestamp":1530572261},"coords":"51.6227823,-0.7359388","bedrooms":"2","price":"156000","area":"622"} , +{"type":"Feature","id":"n5735212078","geometry":{"type":"Point","coordinates":[-0.7376665,51.622306]},"properties":{"@type":"node","@id":5735212078,"@timestamp":1530572262},"coords":"51.622306,-0.7376665","bedrooms":"2","price":"228000","area":"693"} , +{"type":"Feature","id":"n5735212104","geometry":{"type":"Point","coordinates":[-0.746735,51.6253861]},"properties":{"@type":"node","@id":5735212104,"@timestamp":1530572262},"coords":"51.6253861,-0.746735","bedrooms":"2","price":"294000","area":"376"} , +{"type":"Feature","id":"n5735212114","geometry":{"type":"Point","coordinates":[-0.7484329,51.6312211]},"properties":{"@type":"node","@id":5735212114,"@timestamp":1530572263},"coords":"51.6312211,-0.7484329","bedrooms":"1","price":"214000","area":"405"} , +{"type":"Feature","id":"n5735212128","geometry":{"type":"Point","coordinates":[-0.7525926,51.6305063]},"properties":{"@type":"node","@id":5735212128,"@timestamp":1530572264},"coords":"51.6305063,-0.7525926","bedrooms":"3","price":"260000","area":"573"} , +{"type":"Feature","id":"n5735212138","geometry":{"type":"Point","coordinates":[-0.7514091,51.6285162]},"properties":{"@type":"node","@id":5735212138,"@timestamp":1530572264},"coords":"51.6285162,-0.7514091","bedrooms":"2","price":"277000","area":"566"} , +{"type":"Feature","id":"n5735212167","geometry":{"type":"Point","coordinates":[-0.7496576,51.6287487]},"properties":{"@type":"node","@id":5735212167,"@timestamp":1530572265},"coords":"51.6287487,-0.7496576","bedrooms":"1","price":"252000","area":"388"} , +{"type":"Feature","id":"n5735212200","geometry":{"type":"Point","coordinates":[-0.7527043,51.6317223]},"properties":{"@type":"node","@id":5735212200,"@timestamp":1530572266},"coords":"51.6317223,-0.7527043","bedrooms":"2","price":"204000","area":"653"} , +{"type":"Feature","id":"n5735212210","geometry":{"type":"Point","coordinates":[-0.7527857,51.6309627]},"properties":{"@type":"node","@id":5735212210,"@timestamp":1530572266},"coords":"51.6309627,-0.7527857","bedrooms":"2","price":"264000","area":"352"} , +{"type":"Feature","id":"n5735212220","geometry":{"type":"Point","coordinates":[-0.7508978,51.6291774]},"properties":{"@type":"node","@id":5735212220,"@timestamp":1530572267},"coords":"51.6291774,-0.7508978","bedrooms":"1","price":"224000","area":"369"} , +{"type":"Feature","id":"n5735212230","geometry":{"type":"Point","coordinates":[-0.7540427,51.6297943]},"properties":{"@type":"node","@id":5735212230,"@timestamp":1530572267},"coords":"51.6297943,-0.7540427","bedrooms":"4","price":"261000","area":"605"} , +{"type":"Feature","id":"n5735212240","geometry":{"type":"Point","coordinates":[-0.756102,51.6298626]},"properties":{"@type":"node","@id":5735212240,"@timestamp":1530572268},"coords":"51.6298626,-0.756102","bedrooms":"0","price":"227000","area":"477"} , +{"type":"Feature","id":"n5735212250","geometry":{"type":"Point","coordinates":[-0.7560752,51.6303508]},"properties":{"@type":"node","@id":5735212250,"@timestamp":1530572268},"coords":"51.6303508,-0.7560752","bedrooms":"3","price":"254000","area":"472"} , +{"type":"Feature","id":"n5735212395","geometry":{"type":"Point","coordinates":[-0.7431013,51.628998]},"properties":{"@type":"node","@id":5735212395,"@timestamp":1530572271},"coords":"51.628998,-0.7431013","bedrooms":"4","price":"195000","area":"390"} , +{"type":"Feature","id":"n5735212412","geometry":{"type":"Point","coordinates":[-0.74621,51.6299158]},"properties":{"@type":"node","@id":5735212412,"@timestamp":1530572272},"coords":"51.6299158,-0.74621","bedrooms":"1","price":"299000","area":"687"} , +{"type":"Feature","id":"n5735269694","geometry":{"type":"Point","coordinates":[-0.0021703,51.5378668]},"properties":{"@type":"node","@id":5735269694,"@timestamp":1629285902},"coords":"51.5378668,-0.0021703","bedrooms":"1","price":"225000","area":"488"} , +{"type":"Feature","id":"n5736325946","geometry":{"type":"Point","coordinates":[-0.5615758,51.4256373]},"properties":{"@type":"node","@id":5736325946,"@timestamp":1530616986},"coords":"51.4256373,-0.5615758","bedrooms":"3","price":"176000","area":"516"} , +{"type":"Feature","id":"n5736847367","geometry":{"type":"Point","coordinates":[-0.1082184,51.5158025]},"properties":{"@type":"node","@id":5736847367,"@timestamp":1530631871},"coords":"51.5158025,-0.1082184","bedrooms":"2","price":"220000","area":"560"} , +{"type":"Feature","id":"n5736847377","geometry":{"type":"Point","coordinates":[-0.1079781,51.5157716]},"properties":{"@type":"node","@id":5736847377,"@timestamp":1530631871},"coords":"51.5157716,-0.1079781","bedrooms":"1","price":"257000","area":"670"} , +{"type":"Feature","id":"n5737238520","geometry":{"type":"Point","coordinates":[0.0468077,50.9801325]},"properties":{"@type":"node","@id":5737238520,"@timestamp":1530644622},"coords":"50.9801325,0.0468077","bedrooms":"2","price":"253000","area":"412"} , +{"type":"Feature","id":"n5739049677","geometry":{"type":"Point","coordinates":[0.759302,51.5510495]},"properties":{"@type":"node","@id":5739049677,"@timestamp":1530708858},"coords":"51.5510495,0.759302","bedrooms":"4","price":"219000","area":"353"} , +{"type":"Feature","id":"n5739281560","geometry":{"type":"Point","coordinates":[0.4479778,51.5246149]},"properties":{"@type":"node","@id":5739281560,"@timestamp":1599082104},"coords":"51.5246149,0.4479778","bedrooms":"0","price":"295000","area":"656"} , +{"type":"Feature","id":"n5739281570","geometry":{"type":"Point","coordinates":[0.4469766,51.5251568]},"properties":{"@type":"node","@id":5739281570,"@timestamp":1599082104},"coords":"51.5251568,0.4469766","bedrooms":"2","price":"271000","area":"548"} , +{"type":"Feature","id":"n5739416162","geometry":{"type":"Point","coordinates":[0.1417161,51.4521542]},"properties":{"@type":"node","@id":5739416162,"@timestamp":1564903671},"coords":"51.4521542,0.1417161","bedrooms":"0","price":"244000","area":"357"} , +{"type":"Feature","id":"n5739576813","geometry":{"type":"Point","coordinates":[0.5104187,51.6374503]},"properties":{"@type":"node","@id":5739576813,"@timestamp":1530728983},"coords":"51.6374503,0.5104187","bedrooms":"3","price":"212000","area":"659"} , +{"type":"Feature","id":"n5739960863","geometry":{"type":"Point","coordinates":[0.1038562,51.5058559]},"properties":{"@type":"node","@id":5739960863,"@timestamp":1530744129},"coords":"51.5058559,0.1038562","bedrooms":"3","price":"251000","area":"654"} , +{"type":"Feature","id":"n5739974298","geometry":{"type":"Point","coordinates":[-0.7132906,51.0912871]},"properties":{"@type":"node","@id":5739974298,"@timestamp":1599832277},"coords":"51.0912871,-0.7132906","bedrooms":"1","price":"194000","area":"394"} , +{"type":"Feature","id":"n5740048348","geometry":{"type":"Point","coordinates":[0.1057143,51.5052019]},"properties":{"@type":"node","@id":5740048348,"@timestamp":1530752467},"coords":"51.5052019,0.1057143","bedrooms":"3","price":"218000","area":"607"} , +{"type":"Feature","id":"n5741244632","geometry":{"type":"Point","coordinates":[-0.1319518,51.4526325]},"properties":{"@type":"node","@id":5741244632,"@timestamp":1530794625},"coords":"51.4526325,-0.1319518","bedrooms":"3","price":"185000","area":"686"} , +{"type":"Feature","id":"n5741607057","geometry":{"type":"Point","coordinates":[-0.7993621,51.2919287]},"properties":{"@type":"node","@id":5741607057,"@timestamp":1530886731},"coords":"51.2919287,-0.7993621","bedrooms":"2","price":"267000","area":"363"} , +{"type":"Feature","id":"n5742060357","geometry":{"type":"Point","coordinates":[0.1108891,51.4681128]},"properties":{"@type":"node","@id":5742060357,"@timestamp":1564903671},"coords":"51.4681128,0.1108891","bedrooms":"1","price":"279000","area":"666"} , +{"type":"Feature","id":"n5742252982","geometry":{"type":"Point","coordinates":[-0.6124956,51.2361084]},"properties":{"@type":"node","@id":5742252982,"@timestamp":1530829689},"coords":"51.2361084,-0.6124956","bedrooms":"0","price":"223000","area":"545"} , +{"type":"Feature","id":"n5742294881","geometry":{"type":"Point","coordinates":[-0.5677512,51.7590649]},"properties":{"@type":"node","@id":5742294881,"@timestamp":1530832754},"coords":"51.7590649,-0.5677512","bedrooms":"1","price":"231000","area":"444"} , +{"type":"Feature","id":"n5742372356","geometry":{"type":"Point","coordinates":[-0.1031249,51.5453968]},"properties":{"@type":"node","@id":5742372356,"@timestamp":1627905038},"coords":"51.5453968,-0.1031249","bedrooms":"0","price":"217000","area":"493"} , +{"type":"Feature","id":"n5742487182","geometry":{"type":"Point","coordinates":[-0.1716633,51.5339713]},"properties":{"@type":"node","@id":5742487182,"@timestamp":1530844779},"coords":"51.5339713,-0.1716633","bedrooms":"3","price":"253000","area":"645"} , +{"type":"Feature","id":"n5742487192","geometry":{"type":"Point","coordinates":[-0.1697362,51.5347551]},"properties":{"@type":"node","@id":5742487192,"@timestamp":1530844779},"coords":"51.5347551,-0.1697362","bedrooms":"0","price":"272000","area":"427"} , +{"type":"Feature","id":"n5743210234","geometry":{"type":"Point","coordinates":[-0.1625796,51.1549874]},"properties":{"@type":"node","@id":5743210234,"@timestamp":1530869687},"coords":"51.1549874,-0.1625796","bedrooms":"4","price":"216000","area":"454"} , +{"type":"Feature","id":"n5743719746","geometry":{"type":"Point","coordinates":[-0.1123219,51.3957339]},"properties":{"@type":"node","@id":5743719746,"@timestamp":1530885510},"coords":"51.3957339,-0.1123219","bedrooms":"0","price":"241000","area":"516"} , +{"type":"Feature","id":"n5743765715","geometry":{"type":"Point","coordinates":[-0.1207678,51.3879985]},"properties":{"@type":"node","@id":5743765715,"@timestamp":1530887297},"coords":"51.3879985,-0.1207678","bedrooms":"0","price":"265000","area":"456"} , +{"type":"Feature","id":"n5743991090","geometry":{"type":"Point","coordinates":[-0.75196,51.7587013]},"properties":{"@type":"node","@id":5743991090,"@timestamp":1530895098},"coords":"51.7587013,-0.75196","bedrooms":"0","price":"182000","area":"392"} , +{"type":"Feature","id":"n5743991216","geometry":{"type":"Point","coordinates":[-0.7715466,51.7529912]},"properties":{"@type":"node","@id":5743991216,"@timestamp":1530895100},"coords":"51.7529912,-0.7715466","bedrooms":"0","price":"199000","area":"517"} , +{"type":"Feature","id":"n5743991290","geometry":{"type":"Point","coordinates":[-0.7478334,51.762127]},"properties":{"@type":"node","@id":5743991290,"@timestamp":1530895101},"coords":"51.762127,-0.7478334","bedrooms":"0","price":"271000","area":"650"} , +{"type":"Feature","id":"n5743991402","geometry":{"type":"Point","coordinates":[-0.7416543,51.7603777]},"properties":{"@type":"node","@id":5743991402,"@timestamp":1530895103},"coords":"51.7603777,-0.7416543","bedrooms":"0","price":"205000","area":"592"} , +{"type":"Feature","id":"n5744021695","geometry":{"type":"Point","coordinates":[-0.0837449,51.3983263]},"properties":{"@type":"node","@id":5744021695,"@timestamp":1556642122},"coords":"51.3983263,-0.0837449","bedrooms":"1","price":"160000","area":"616"} , +{"type":"Feature","id":"n5744338925","geometry":{"type":"Point","coordinates":[0.4978052,51.7488562]},"properties":{"@type":"node","@id":5744338925,"@timestamp":1615422749},"coords":"51.7488562,0.4978052","bedrooms":"3","price":"217000","area":"371"} , +{"type":"Feature","id":"n5744493524","geometry":{"type":"Point","coordinates":[-0.9384762,51.0051021]},"properties":{"@type":"node","@id":5744493524,"@timestamp":1628340042},"coords":"51.0051021,-0.9384762","bedrooms":"0","price":"273000","area":"694"} , +{"type":"Feature","id":"n5744897822","geometry":{"type":"Point","coordinates":[-0.1437143,51.5113978]},"properties":{"@type":"node","@id":5744897822,"@timestamp":1561459332},"coords":"51.5113978,-0.1437143","bedrooms":"0","price":"252000","area":"390"} , +{"type":"Feature","id":"n5744999514","geometry":{"type":"Point","coordinates":[-0.8424336,51.2811925]},"properties":{"@type":"node","@id":5744999514,"@timestamp":1530952108},"coords":"51.2811925,-0.8424336","bedrooms":"3","price":"161000","area":"619"} , +{"type":"Feature","id":"n5745001350","geometry":{"type":"Point","coordinates":[-0.8439846,51.2797295]},"properties":{"@type":"node","@id":5745001350,"@timestamp":1530952108},"coords":"51.2797295,-0.8439846","bedrooms":"4","price":"220000","area":"517"} , +{"type":"Feature","id":"n5745385044","geometry":{"type":"Point","coordinates":[-0.3450113,51.0456224]},"properties":{"@type":"node","@id":5745385044,"@timestamp":1530969684},"coords":"51.0456224,-0.3450113","bedrooms":"1","price":"184000","area":"350"} , +{"type":"Feature","id":"n5745529539","geometry":{"type":"Point","coordinates":[-0.0089404,51.5417141]},"properties":{"@type":"node","@id":5745529539,"@timestamp":1530977116},"coords":"51.5417141,-0.0089404","bedrooms":"1","price":"281000","area":"608"} , +{"type":"Feature","id":"n5745529564","geometry":{"type":"Point","coordinates":[-0.0086103,51.5417688]},"properties":{"@type":"node","@id":5745529564,"@timestamp":1587408821},"coords":"51.5417688,-0.0086103","bedrooms":"2","price":"254000","area":"591"} , +{"type":"Feature","id":"n5745601143","geometry":{"type":"Point","coordinates":[-0.1126275,51.3717475]},"properties":{"@type":"node","@id":5745601143,"@timestamp":1530980452},"coords":"51.3717475,-0.1126275","bedrooms":"4","price":"217000","area":"362"} , +{"type":"Feature","id":"n5745601154","geometry":{"type":"Point","coordinates":[-0.1133586,51.3733887]},"properties":{"@type":"node","@id":5745601154,"@timestamp":1530980453},"coords":"51.3733887,-0.1133586","bedrooms":"3","price":"215000","area":"487"} , +{"type":"Feature","id":"n5745605454","geometry":{"type":"Point","coordinates":[0.388654,51.1807207]},"properties":{"@type":"node","@id":5745605454,"@timestamp":1543946958},"coords":"51.1807207,0.388654","bedrooms":"0","price":"299000","area":"404"} , +{"type":"Feature","id":"n5745605464","geometry":{"type":"Point","coordinates":[0.388546,51.1806682]},"properties":{"@type":"node","@id":5745605464,"@timestamp":1543946961},"coords":"51.1806682,0.388546","bedrooms":"2","price":"281000","area":"549"} , +{"type":"Feature","id":"n5745648125","geometry":{"type":"Point","coordinates":[-0.3249363,51.4309941]},"properties":{"@type":"node","@id":5745648125,"@timestamp":1605012812},"coords":"51.4309941,-0.3249363","bedrooms":"1","price":"205000","area":"430"} , +{"type":"Feature","id":"n5745685499","geometry":{"type":"Point","coordinates":[-0.2199644,51.4842138]},"properties":{"@type":"node","@id":5745685499,"@timestamp":1530984646},"coords":"51.4842138,-0.2199644","bedrooms":"3","price":"240000","area":"438"} , +{"type":"Feature","id":"n5745685509","geometry":{"type":"Point","coordinates":[-0.2143144,51.4751778]},"properties":{"@type":"node","@id":5745685509,"@timestamp":1530984647},"coords":"51.4751778,-0.2143144","bedrooms":"0","price":"298000","area":"610"} , +{"type":"Feature","id":"n5745858520","geometry":{"type":"Point","coordinates":[-0.8401188,51.282986]},"properties":{"@type":"node","@id":5745858520,"@timestamp":1530992652},"coords":"51.282986,-0.8401188","bedrooms":"4","price":"158000","area":"673"} , +{"type":"Feature","id":"n5745858731","geometry":{"type":"Point","coordinates":[-0.8409208,51.2823099]},"properties":{"@type":"node","@id":5745858731,"@timestamp":1530992653},"coords":"51.2823099,-0.8409208","bedrooms":"3","price":"218000","area":"529"} , +{"type":"Feature","id":"n5745887341","geometry":{"type":"Point","coordinates":[-0.1087338,51.423247]},"properties":{"@type":"node","@id":5745887341,"@timestamp":1604859772},"coords":"51.423247,-0.1087338","bedrooms":"1","price":"153000","area":"471"} , +{"type":"Feature","id":"n5745899163","geometry":{"type":"Point","coordinates":[-0.845378,51.2782089]},"properties":{"@type":"node","@id":5745899163,"@timestamp":1618584465},"coords":"51.2782089,-0.845378","bedrooms":"3","price":"199000","area":"461"} , +{"type":"Feature","id":"n5745933350","geometry":{"type":"Point","coordinates":[-0.7917422,51.3441756]},"properties":{"@type":"node","@id":5745933350,"@timestamp":1579953301},"coords":"51.3441756,-0.7917422","bedrooms":"4","price":"236000","area":"504"} , +{"type":"Feature","id":"n5746376644","geometry":{"type":"Point","coordinates":[-0.1444552,51.5121428]},"properties":{"@type":"node","@id":5746376644,"@timestamp":1561459224},"coords":"51.5121428,-0.1444552","bedrooms":"3","price":"165000","area":"608"} , +{"type":"Feature","id":"n5746531724","geometry":{"type":"Point","coordinates":[0.4964766,50.9568554]},"properties":{"@type":"node","@id":5746531724,"@timestamp":1531040360},"coords":"50.9568554,0.4964766","bedrooms":"4","price":"225000","area":"441"} , +{"type":"Feature","id":"n5746531737","geometry":{"type":"Point","coordinates":[0.4689613,50.9848663]},"properties":{"@type":"node","@id":5746531737,"@timestamp":1531040361},"coords":"50.9848663,0.4689613","bedrooms":"0","price":"194000","area":"479"} , +{"type":"Feature","id":"n5746531748","geometry":{"type":"Point","coordinates":[0.5359392,50.9733278]},"properties":{"@type":"node","@id":5746531748,"@timestamp":1630148989},"coords":"50.9733278,0.5359392","bedrooms":"3","price":"193000","area":"579"} , +{"type":"Feature","id":"n5746557312","geometry":{"type":"Point","coordinates":[0.1293835,51.4963112]},"properties":{"@type":"node","@id":5746557312,"@timestamp":1564903671},"coords":"51.4963112,0.1293835","bedrooms":"4","price":"217000","area":"516"} , +{"type":"Feature","id":"n5746692921","geometry":{"type":"Point","coordinates":[-0.1468432,51.5106916]},"properties":{"@type":"node","@id":5746692921,"@timestamp":1543779001},"coords":"51.5106916,-0.1468432","bedrooms":"0","price":"284000","area":"578"} , +{"type":"Feature","id":"n5747107731","geometry":{"type":"Point","coordinates":[-0.0723574,51.2968503]},"properties":{"@type":"node","@id":5747107731,"@timestamp":1531055271},"coords":"51.2968503,-0.0723574","bedrooms":"0","price":"230000","area":"508"} , +{"type":"Feature","id":"n5747201358","geometry":{"type":"Point","coordinates":[-0.0722025,51.2731798]},"properties":{"@type":"node","@id":5747201358,"@timestamp":1531057158},"coords":"51.2731798,-0.0722025","bedrooms":"3","price":"172000","area":"410"} , +{"type":"Feature","id":"n5747470564","geometry":{"type":"Point","coordinates":[-0.1682115,51.5628677]},"properties":{"@type":"node","@id":5747470564,"@timestamp":1531066091},"coords":"51.5628677,-0.1682115","bedrooms":"0","price":"213000","area":"441"} , +{"type":"Feature","id":"n5747730214","geometry":{"type":"Point","coordinates":[0.4721834,51.7536756]},"properties":{"@type":"node","@id":5747730214,"@timestamp":1618871093},"coords":"51.7536756,0.4721834","bedrooms":"3","price":"249000","area":"676"} , +{"type":"Feature","id":"n5747777338","geometry":{"type":"Point","coordinates":[0.0623929,51.7684407]},"properties":{"@type":"node","@id":5747777338,"@timestamp":1531080448},"coords":"51.7684407,0.0623929","bedrooms":"3","price":"260000","area":"427"} , +{"type":"Feature","id":"n5747853109","geometry":{"type":"Point","coordinates":[0.1706431,51.4869515]},"properties":{"@type":"node","@id":5747853109,"@timestamp":1626107170},"coords":"51.4869515,0.1706431","bedrooms":"4","price":"298000","area":"563"} , +{"type":"Feature","id":"n5748186504","geometry":{"type":"Point","coordinates":[0.1766926,51.4406854]},"properties":{"@type":"node","@id":5748186504,"@timestamp":1531105200},"coords":"51.4406854,0.1766926","bedrooms":"2","price":"224000","area":"642"} , +{"type":"Feature","id":"n5748721382","geometry":{"type":"Point","coordinates":[-0.2585,51.2531103]},"properties":{"@type":"node","@id":5748721382,"@timestamp":1546448830},"coords":"51.2531103,-0.2585","bedrooms":"1","price":"247000","area":"430"} , +{"type":"Feature","id":"n5748721392","geometry":{"type":"Point","coordinates":[-0.2537688,51.2505458]},"properties":{"@type":"node","@id":5748721392,"@timestamp":1550411440},"coords":"51.2505458,-0.2537688","bedrooms":"3","price":"226000","area":"442"} , +{"type":"Feature","id":"n5748863139","geometry":{"type":"Point","coordinates":[-0.0979653,51.5065303]},"properties":{"@type":"node","@id":5748863139,"@timestamp":1531126526},"coords":"51.5065303,-0.0979653","bedrooms":"1","price":"219000","area":"627"} , +{"type":"Feature","id":"n5749709846","geometry":{"type":"Point","coordinates":[0.714089,51.5360458]},"properties":{"@type":"node","@id":5749709846,"@timestamp":1634060259},"coords":"51.5360458,0.714089","bedrooms":"4","price":"172000","area":"597"} , +{"type":"Feature","id":"n5749889394","geometry":{"type":"Point","coordinates":[-0.3301261,51.4497842]},"properties":{"@type":"node","@id":5749889394,"@timestamp":1531158093},"coords":"51.4497842,-0.3301261","bedrooms":"3","price":"263000","area":"509"} , +{"type":"Feature","id":"n5749897900","geometry":{"type":"Point","coordinates":[-0.2393537,51.6072848]},"properties":{"@type":"node","@id":5749897900,"@timestamp":1531158535},"coords":"51.6072848,-0.2393537","bedrooms":"1","price":"200000","area":"418"} , +{"type":"Feature","id":"n5749897910","geometry":{"type":"Point","coordinates":[-0.246678,51.6149618]},"properties":{"@type":"node","@id":5749897910,"@timestamp":1604592746},"coords":"51.6149618,-0.246678","bedrooms":"0","price":"244000","area":"597"} , +{"type":"Feature","id":"n5749897920","geometry":{"type":"Point","coordinates":[-0.2476295,51.6146233]},"properties":{"@type":"node","@id":5749897920,"@timestamp":1531158536},"coords":"51.6146233,-0.2476295","bedrooms":"3","price":"271000","area":"654"} , +{"type":"Feature","id":"n5750242706","geometry":{"type":"Point","coordinates":[-0.0008664,51.5019269]},"properties":{"@type":"node","@id":5750242706,"@timestamp":1631972196},"coords":"51.5019269,-0.0008664","bedrooms":"2","price":"246000","area":"412"} , +{"type":"Feature","id":"n5750321219","geometry":{"type":"Point","coordinates":[-0.838189,51.2847307]},"properties":{"@type":"node","@id":5750321219,"@timestamp":1531176752},"coords":"51.2847307,-0.838189","bedrooms":"0","price":"280000","area":"528"} , +{"type":"Feature","id":"n5750354873","geometry":{"type":"Point","coordinates":[-0.0515031,51.5471911]},"properties":{"@type":"node","@id":5750354873,"@timestamp":1531178768},"coords":"51.5471911,-0.0515031","bedrooms":"1","price":"200000","area":"594"} , +{"type":"Feature","id":"n5750356720","geometry":{"type":"Point","coordinates":[-0.0511504,51.5469785]},"properties":{"@type":"node","@id":5750356720,"@timestamp":1531178767},"coords":"51.5469785,-0.0511504","bedrooms":"3","price":"216000","area":"668"} , +{"type":"Feature","id":"n5750388793","geometry":{"type":"Point","coordinates":[-0.0042603,51.4840584]},"properties":{"@type":"node","@id":5750388793,"@timestamp":1558969507},"coords":"51.4840584,-0.0042603","bedrooms":"0","price":"265000","area":"361"} , +{"type":"Feature","id":"n5750804857","geometry":{"type":"Point","coordinates":[-0.2731927,51.5857937]},"properties":{"@type":"node","@id":5750804857,"@timestamp":1569837861},"coords":"51.5857937,-0.2731927","bedrooms":"2","price":"178000","area":"661"} , +{"type":"Feature","id":"n5751366974","geometry":{"type":"Point","coordinates":[0.4624155,51.3382465]},"properties":{"@type":"node","@id":5751366974,"@timestamp":1531216076},"coords":"51.3382465,0.4624155","bedrooms":"3","price":"181000","area":"647"} , +{"type":"Feature","id":"n5751366984","geometry":{"type":"Point","coordinates":[0.4654625,51.3334371]},"properties":{"@type":"node","@id":5751366984,"@timestamp":1531216077},"coords":"51.3334371,0.4654625","bedrooms":"1","price":"290000","area":"546"} , +{"type":"Feature","id":"n5751366994","geometry":{"type":"Point","coordinates":[0.4841816,51.3578204]},"properties":{"@type":"node","@id":5751366994,"@timestamp":1531216077},"coords":"51.3578204,0.4841816","bedrooms":"3","price":"202000","area":"586"} , +{"type":"Feature","id":"n5751367004","geometry":{"type":"Point","coordinates":[0.4690835,51.3582659]},"properties":{"@type":"node","@id":5751367004,"@timestamp":1531216077},"coords":"51.3582659,0.4690835","bedrooms":"4","price":"193000","area":"574"} , +{"type":"Feature","id":"n5751367014","geometry":{"type":"Point","coordinates":[0.4807538,51.3519779]},"properties":{"@type":"node","@id":5751367014,"@timestamp":1531216078},"coords":"51.3519779,0.4807538","bedrooms":"1","price":"180000","area":"652"} , +{"type":"Feature","id":"n5751368034","geometry":{"type":"Point","coordinates":[0.4610583,51.3476977]},"properties":{"@type":"node","@id":5751368034,"@timestamp":1531216078},"coords":"51.3476977,0.4610583","bedrooms":"4","price":"150000","area":"687"} , +{"type":"Feature","id":"n5751547521","geometry":{"type":"Point","coordinates":[0.0361607,51.5228046]},"properties":{"@type":"node","@id":5751547521,"@timestamp":1631789793},"coords":"51.5228046,0.0361607","bedrooms":"4","price":"251000","area":"410"} , +{"type":"Feature","id":"n5752060522","geometry":{"type":"Point","coordinates":[-0.0730158,51.3283506]},"properties":{"@type":"node","@id":5752060522,"@timestamp":1554364445},"coords":"51.3283506,-0.0730158","bedrooms":"3","price":"178000","area":"501"} , +{"type":"Feature","id":"n5752181286","geometry":{"type":"Point","coordinates":[-0.0947943,51.3251079]},"properties":{"@type":"node","@id":5752181286,"@timestamp":1531240329},"coords":"51.3251079,-0.0947943","bedrooms":"1","price":"268000","area":"490"} , +{"type":"Feature","id":"n5752325168","geometry":{"type":"Point","coordinates":[-0.11769,51.3366898]},"properties":{"@type":"node","@id":5752325168,"@timestamp":1558818165},"coords":"51.3366898,-0.11769","bedrooms":"4","price":"173000","area":"485"} , +{"type":"Feature","id":"n5752425147","geometry":{"type":"Point","coordinates":[-0.9798257,51.4682525]},"properties":{"@type":"node","@id":5752425147,"@timestamp":1531250544},"coords":"51.4682525,-0.9798257","bedrooms":"2","price":"157000","area":"610"} , +{"type":"Feature","id":"n5752425194","geometry":{"type":"Point","coordinates":[-0.9803776,51.4683396]},"properties":{"@type":"node","@id":5752425194,"@timestamp":1531250545},"coords":"51.4683396,-0.9803776","bedrooms":"2","price":"253000","area":"660"} , +{"type":"Feature","id":"n5752425245","geometry":{"type":"Point","coordinates":[-0.9805794,51.4676197]},"properties":{"@type":"node","@id":5752425245,"@timestamp":1531250546},"coords":"51.4676197,-0.9805794","bedrooms":"4","price":"284000","area":"664"} , +{"type":"Feature","id":"n5752425315","geometry":{"type":"Point","coordinates":[-0.9809992,51.4680126]},"properties":{"@type":"node","@id":5752425315,"@timestamp":1531250548},"coords":"51.4680126,-0.9809992","bedrooms":"4","price":"210000","area":"580"} , +{"type":"Feature","id":"n5752685802","geometry":{"type":"Point","coordinates":[-0.033081,51.5233928]},"properties":{"@type":"node","@id":5752685802,"@timestamp":1531263577},"coords":"51.5233928,-0.033081","bedrooms":"0","price":"202000","area":"609"} , +{"type":"Feature","id":"n5752748634","geometry":{"type":"Point","coordinates":[-0.047406,51.5425459]},"properties":{"@type":"node","@id":5752748634,"@timestamp":1615900527},"coords":"51.5425459,-0.047406","bedrooms":"4","price":"289000","area":"542"} , +{"type":"Feature","id":"n5752766700","geometry":{"type":"Point","coordinates":[-0.0470191,51.5480945]},"properties":{"@type":"node","@id":5752766700,"@timestamp":1613658329},"coords":"51.5480945,-0.0470191","bedrooms":"3","price":"205000","area":"640"} , +{"type":"Feature","id":"n5752835392","geometry":{"type":"Point","coordinates":[-0.0550114,51.5495421]},"properties":{"@type":"node","@id":5752835392,"@timestamp":1619785908},"coords":"51.5495421,-0.0550114","bedrooms":"2","price":"248000","area":"691"} , +{"type":"Feature","id":"n5753011385","geometry":{"type":"Point","coordinates":[-0.1671303,51.5569107]},"properties":{"@type":"node","@id":5753011385,"@timestamp":1602362624},"coords":"51.5569107,-0.1671303","bedrooms":"4","price":"281000","area":"516"} , +{"type":"Feature","id":"n5753599412","geometry":{"type":"Point","coordinates":[-1.0890142,51.267064]},"properties":{"@type":"node","@id":5753599412,"@timestamp":1531300473},"coords":"51.267064,-1.0890142","bedrooms":"0","price":"179000","area":"415"} , +{"type":"Feature","id":"n5754410151","geometry":{"type":"Point","coordinates":[-0.0099036,51.1291306]},"properties":{"@type":"node","@id":5754410151,"@timestamp":1627123025},"coords":"51.1291306,-0.0099036","bedrooms":"2","price":"152000","area":"639"} , +{"type":"Feature","id":"n5754486767","geometry":{"type":"Point","coordinates":[-0.9565071,51.4452748]},"properties":{"@type":"node","@id":5754486767,"@timestamp":1531329813},"coords":"51.4452748,-0.9565071","bedrooms":"3","price":"168000","area":"635"} , +{"type":"Feature","id":"n5754502011","geometry":{"type":"Point","coordinates":[0.0800229,51.3219396]},"properties":{"@type":"node","@id":5754502011,"@timestamp":1550409228},"coords":"51.3219396,0.0800229","bedrooms":"0","price":"282000","area":"499"} , +{"type":"Feature","id":"n5754502121","geometry":{"type":"Point","coordinates":[0.0843857,51.3261562]},"properties":{"@type":"node","@id":5754502121,"@timestamp":1550409228},"coords":"51.3261562,0.0843857","bedrooms":"3","price":"209000","area":"515"} , +{"type":"Feature","id":"n5754502131","geometry":{"type":"Point","coordinates":[0.083204,51.319116]},"properties":{"@type":"node","@id":5754502131,"@timestamp":1550409229},"coords":"51.319116,0.083204","bedrooms":"1","price":"177000","area":"635"} , +{"type":"Feature","id":"n5754820826","geometry":{"type":"Point","coordinates":[-0.7762307,51.5711152]},"properties":{"@type":"node","@id":5754820826,"@timestamp":1629242797},"coords":"51.5711152,-0.7762307","bedrooms":"2","price":"181000","area":"455"} , +{"type":"Feature","id":"n5754820841","geometry":{"type":"Point","coordinates":[-0.7760509,51.5708975]},"properties":{"@type":"node","@id":5754820841,"@timestamp":1531343362},"coords":"51.5708975,-0.7760509","bedrooms":"3","price":"247000","area":"387"} , +{"type":"Feature","id":"n5754820856","geometry":{"type":"Point","coordinates":[-0.7752348,51.5700781]},"properties":{"@type":"node","@id":5754820856,"@timestamp":1531343363},"coords":"51.5700781,-0.7752348","bedrooms":"4","price":"154000","area":"425"} , +{"type":"Feature","id":"n5754820866","geometry":{"type":"Point","coordinates":[-0.7761151,51.5669583]},"properties":{"@type":"node","@id":5754820866,"@timestamp":1531343363},"coords":"51.5669583,-0.7761151","bedrooms":"3","price":"250000","area":"556"} , +{"type":"Feature","id":"n5754820901","geometry":{"type":"Point","coordinates":[-0.7768375,51.5723001]},"properties":{"@type":"node","@id":5754820901,"@timestamp":1629590805},"coords":"51.5723001,-0.7768375","bedrooms":"0","price":"246000","area":"622"} , +{"type":"Feature","id":"n5754821229","geometry":{"type":"Point","coordinates":[-0.7776881,51.5712749]},"properties":{"@type":"node","@id":5754821229,"@timestamp":1629931782},"coords":"51.5712749,-0.7776881","bedrooms":"1","price":"179000","area":"440"} , +{"type":"Feature","id":"n5754879643","geometry":{"type":"Point","coordinates":[-0.2160329,51.4355442]},"properties":{"@type":"node","@id":5754879643,"@timestamp":1616711702},"coords":"51.4355442,-0.2160329","bedrooms":"1","price":"296000","area":"494"} , +{"type":"Feature","id":"n5755022283","geometry":{"type":"Point","coordinates":[-0.0605926,51.6447954]},"properties":{"@type":"node","@id":5755022283,"@timestamp":1628140451},"coords":"51.6447954,-0.0605926","bedrooms":"2","price":"171000","area":"574"} , +{"type":"Feature","id":"n5755089107","geometry":{"type":"Point","coordinates":[-0.0463105,51.5443558]},"properties":{"@type":"node","@id":5755089107,"@timestamp":1611492219},"coords":"51.5443558,-0.0463105","bedrooms":"3","price":"272000","area":"352"} , +{"type":"Feature","id":"n5755945121","geometry":{"type":"Point","coordinates":[-0.1333324,51.5183044]},"properties":{"@type":"node","@id":5755945121,"@timestamp":1598644126},"coords":"51.5183044,-0.1333324","bedrooms":"3","price":"166000","area":"683"} , +{"type":"Feature","id":"n5756205543","geometry":{"type":"Point","coordinates":[-0.4565771,51.3804823]},"properties":{"@type":"node","@id":5756205543,"@timestamp":1531396899},"coords":"51.3804823,-0.4565771","bedrooms":"2","price":"254000","area":"392"} , +{"type":"Feature","id":"n5756552939","geometry":{"type":"Point","coordinates":[-0.8531505,51.7194535]},"properties":{"@type":"node","@id":5756552939,"@timestamp":1531404170},"coords":"51.7194535,-0.8531505","bedrooms":"0","price":"237000","area":"625"} , +{"type":"Feature","id":"n5756712915","geometry":{"type":"Point","coordinates":[0.4480666,51.5941271]},"properties":{"@type":"node","@id":5756712915,"@timestamp":1531411801},"coords":"51.5941271,0.4480666","bedrooms":"1","price":"226000","area":"536"} , +{"type":"Feature","id":"n5756911437","geometry":{"type":"Point","coordinates":[-0.9002388,51.5341245]},"properties":{"@type":"node","@id":5756911437,"@timestamp":1531415001},"coords":"51.5341245,-0.9002388","bedrooms":"1","price":"171000","area":"498"} , +{"type":"Feature","id":"n5756987983","geometry":{"type":"Point","coordinates":[-0.0973639,51.4310492]},"properties":{"@type":"node","@id":5756987983,"@timestamp":1531418273},"coords":"51.4310492,-0.0973639","bedrooms":"2","price":"200000","area":"589"} , +{"type":"Feature","id":"n5757063938","geometry":{"type":"Point","coordinates":[-0.0164472,51.6705144]},"properties":{"@type":"node","@id":5757063938,"@timestamp":1614311923},"coords":"51.6705144,-0.0164472","bedrooms":"2","price":"151000","area":"511"} , +{"type":"Feature","id":"n5757352461","geometry":{"type":"Point","coordinates":[-0.7711163,51.2837308]},"properties":{"@type":"node","@id":5757352461,"@timestamp":1531435699},"coords":"51.2837308,-0.7711163","bedrooms":"2","price":"270000","area":"417"} , +{"type":"Feature","id":"n5757352767","geometry":{"type":"Point","coordinates":[-0.8033229,51.2942123]},"properties":{"@type":"node","@id":5757352767,"@timestamp":1531435701},"coords":"51.2942123,-0.8033229","bedrooms":"2","price":"152000","area":"537"} , +{"type":"Feature","id":"n5757352929","geometry":{"type":"Point","coordinates":[-0.8317879,51.2924671]},"properties":{"@type":"node","@id":5757352929,"@timestamp":1531435704},"coords":"51.2924671,-0.8317879","bedrooms":"2","price":"179000","area":"691"} , +{"type":"Feature","id":"n5757685913","geometry":{"type":"Point","coordinates":[-0.1477882,51.5119261]},"properties":{"@type":"node","@id":5757685913,"@timestamp":1561454748},"coords":"51.5119261,-0.1477882","bedrooms":"3","price":"260000","area":"378"} , +{"type":"Feature","id":"n5758705309","geometry":{"type":"Point","coordinates":[-0.8983114,51.5345778]},"properties":{"@type":"node","@id":5758705309,"@timestamp":1531490052},"coords":"51.5345778,-0.8983114","bedrooms":"1","price":"245000","area":"361"} , +{"type":"Feature","id":"n5758705319","geometry":{"type":"Point","coordinates":[-0.9040399,51.5368005]},"properties":{"@type":"node","@id":5758705319,"@timestamp":1559318797},"coords":"51.5368005,-0.9040399","bedrooms":"4","price":"250000","area":"470"} , +{"type":"Feature","id":"n5758718229","geometry":{"type":"Point","coordinates":[-0.9057562,51.5374348]},"properties":{"@type":"node","@id":5758718229,"@timestamp":1531490053},"coords":"51.5374348,-0.9057562","bedrooms":"0","price":"206000","area":"496"} , +{"type":"Feature","id":"n5758718239","geometry":{"type":"Point","coordinates":[-0.9057679,51.5375467]},"properties":{"@type":"node","@id":5758718239,"@timestamp":1531490053},"coords":"51.5375467,-0.9057679","bedrooms":"2","price":"265000","area":"641"} , +{"type":"Feature","id":"n5758718255","geometry":{"type":"Point","coordinates":[-0.8979451,51.5342202]},"properties":{"@type":"node","@id":5758718255,"@timestamp":1531490054},"coords":"51.5342202,-0.8979451","bedrooms":"2","price":"174000","area":"602"} , +{"type":"Feature","id":"n5758718265","geometry":{"type":"Point","coordinates":[-0.8982607,51.5345027]},"properties":{"@type":"node","@id":5758718265,"@timestamp":1618755699},"coords":"51.5345027,-0.8982607","bedrooms":"3","price":"196000","area":"575"} , +{"type":"Feature","id":"n5758718303","geometry":{"type":"Point","coordinates":[-0.8982249,51.5335558]},"properties":{"@type":"node","@id":5758718303,"@timestamp":1531490055},"coords":"51.5335558,-0.8982249","bedrooms":"4","price":"275000","area":"469"} , +{"type":"Feature","id":"n5758718313","geometry":{"type":"Point","coordinates":[-0.8952878,51.5326369]},"properties":{"@type":"node","@id":5758718313,"@timestamp":1531490056},"coords":"51.5326369,-0.8952878","bedrooms":"1","price":"270000","area":"367"} , +{"type":"Feature","id":"n5758718423","geometry":{"type":"Point","coordinates":[-0.8961649,51.5333051]},"properties":{"@type":"node","@id":5758718423,"@timestamp":1531490056},"coords":"51.5333051,-0.8961649","bedrooms":"4","price":"265000","area":"636"} , +{"type":"Feature","id":"n5758718433","geometry":{"type":"Point","coordinates":[-0.8957264,51.5329155]},"properties":{"@type":"node","@id":5758718433,"@timestamp":1531490057},"coords":"51.5329155,-0.8957264","bedrooms":"3","price":"244000","area":"486"} , +{"type":"Feature","id":"n5758718449","geometry":{"type":"Point","coordinates":[-0.8926331,51.5316729]},"properties":{"@type":"node","@id":5758718449,"@timestamp":1531490057},"coords":"51.5316729,-0.8926331","bedrooms":"1","price":"273000","area":"650"} , +{"type":"Feature","id":"n5758718459","geometry":{"type":"Point","coordinates":[-0.8910412,51.5312854]},"properties":{"@type":"node","@id":5758718459,"@timestamp":1531490058},"coords":"51.5312854,-0.8910412","bedrooms":"2","price":"299000","area":"552"} , +{"type":"Feature","id":"n5758718471","geometry":{"type":"Point","coordinates":[-0.8896757,51.5306071]},"properties":{"@type":"node","@id":5758718471,"@timestamp":1531490058},"coords":"51.5306071,-0.8896757","bedrooms":"0","price":"228000","area":"460"} , +{"type":"Feature","id":"n5758718490","geometry":{"type":"Point","coordinates":[-0.8934108,51.5263409]},"properties":{"@type":"node","@id":5758718490,"@timestamp":1531490059},"coords":"51.5263409,-0.8934108","bedrooms":"4","price":"242000","area":"426"} , +{"type":"Feature","id":"n5758736635","geometry":{"type":"Point","coordinates":[0.0822363,51.2431891]},"properties":{"@type":"node","@id":5758736635,"@timestamp":1531490965},"coords":"51.2431891,0.0822363","bedrooms":"2","price":"273000","area":"528"} , +{"type":"Feature","id":"n5758755014","geometry":{"type":"Point","coordinates":[-0.096234,51.5030914]},"properties":{"@type":"node","@id":5758755014,"@timestamp":1531505212},"coords":"51.5030914,-0.096234","bedrooms":"3","price":"234000","area":"675"} , +{"type":"Feature","id":"n5758858092","geometry":{"type":"Point","coordinates":[-0.0819958,51.4738212]},"properties":{"@type":"node","@id":5758858092,"@timestamp":1531494841},"coords":"51.4738212,-0.0819958","bedrooms":"0","price":"285000","area":"408"} , +{"type":"Feature","id":"n5758882188","geometry":{"type":"Point","coordinates":[-0.472116,51.7506055]},"properties":{"@type":"node","@id":5758882188,"@timestamp":1531495676},"coords":"51.7506055,-0.472116","bedrooms":"1","price":"276000","area":"539"} , +{"type":"Feature","id":"n5758882198","geometry":{"type":"Point","coordinates":[-0.4734542,51.7509187]},"properties":{"@type":"node","@id":5758882198,"@timestamp":1531495676},"coords":"51.7509187,-0.4734542","bedrooms":"1","price":"171000","area":"684"} , +{"type":"Feature","id":"n5759294569","geometry":{"type":"Point","coordinates":[-0.0905889,51.3752025]},"properties":{"@type":"node","@id":5759294569,"@timestamp":1596028849},"coords":"51.3752025,-0.0905889","bedrooms":"2","price":"195000","area":"542"} , +{"type":"Feature","id":"n5759479298","geometry":{"type":"Point","coordinates":[-0.9454522,52.0943055]},"properties":{"@type":"node","@id":5759479298,"@timestamp":1531519455},"coords":"52.0943055,-0.9454522","bedrooms":"1","price":"252000","area":"592"} , +{"type":"Feature","id":"n5759479308","geometry":{"type":"Point","coordinates":[-0.9480146,52.0608368]},"properties":{"@type":"node","@id":5759479308,"@timestamp":1531519455},"coords":"52.0608368,-0.9480146","bedrooms":"3","price":"249000","area":"521"} , +{"type":"Feature","id":"n5759754511","geometry":{"type":"Point","coordinates":[-0.1447733,51.5124623]},"properties":{"@type":"node","@id":5759754511,"@timestamp":1569589822},"coords":"51.5124623,-0.1447733","bedrooms":"1","price":"297000","area":"455"} , +{"type":"Feature","id":"n5760381473","geometry":{"type":"Point","coordinates":[-0.0856196,51.5042318]},"properties":{"@type":"node","@id":5760381473,"@timestamp":1607466248},"coords":"51.5042318,-0.0856196","bedrooms":"0","price":"202000","area":"565"} , +{"type":"Feature","id":"n5760381483","geometry":{"type":"Point","coordinates":[-0.0855069,51.5047878]},"properties":{"@type":"node","@id":5760381483,"@timestamp":1531579279},"coords":"51.5047878,-0.0855069","bedrooms":"4","price":"276000","area":"664"} , +{"type":"Feature","id":"n5760896555","geometry":{"type":"Point","coordinates":[-0.2243053,51.4924418]},"properties":{"@type":"node","@id":5760896555,"@timestamp":1634836031},"coords":"51.4924418,-0.2243053","bedrooms":"3","price":"272000","area":"543"} , +{"type":"Feature","id":"n5761248991","geometry":{"type":"Point","coordinates":[-0.3543511,51.5771087]},"properties":{"@type":"node","@id":5761248991,"@timestamp":1531641944},"coords":"51.5771087,-0.3543511","bedrooms":"3","price":"280000","area":"569"} , +{"type":"Feature","id":"n5761480754","geometry":{"type":"Point","coordinates":[-0.127931,51.5244813]},"properties":{"@type":"node","@id":5761480754,"@timestamp":1539200280},"coords":"51.5244813,-0.127931","bedrooms":"1","price":"290000","area":"498"} , +{"type":"Feature","id":"n5761740722","geometry":{"type":"Point","coordinates":[-0.3792053,51.6052563]},"properties":{"@type":"node","@id":5761740722,"@timestamp":1533072977},"coords":"51.6052563,-0.3792053","bedrooms":"3","price":"256000","area":"416"} , +{"type":"Feature","id":"n5762034688","geometry":{"type":"Point","coordinates":[-0.2486215,51.613694]},"properties":{"@type":"node","@id":5762034688,"@timestamp":1531673514},"coords":"51.613694,-0.2486215","bedrooms":"0","price":"295000","area":"644"} , +{"type":"Feature","id":"n5762034698","geometry":{"type":"Point","coordinates":[-0.2461236,51.6149203]},"properties":{"@type":"node","@id":5762034698,"@timestamp":1531673515},"coords":"51.6149203,-0.2461236","bedrooms":"3","price":"261000","area":"385"} , +{"type":"Feature","id":"n5762034708","geometry":{"type":"Point","coordinates":[-0.2466322,51.6147496]},"properties":{"@type":"node","@id":5762034708,"@timestamp":1531673516},"coords":"51.6147496,-0.2466322","bedrooms":"3","price":"158000","area":"458"} , +{"type":"Feature","id":"n5762034718","geometry":{"type":"Point","coordinates":[-0.248183,51.6141626]},"properties":{"@type":"node","@id":5762034718,"@timestamp":1531673516},"coords":"51.6141626,-0.248183","bedrooms":"0","price":"270000","area":"521"} , +{"type":"Feature","id":"n5762034728","geometry":{"type":"Point","coordinates":[-0.3535535,51.5723418]},"properties":{"@type":"node","@id":5762034728,"@timestamp":1564903671},"coords":"51.5723418,-0.3535535","bedrooms":"0","price":"266000","area":"366"} , +{"type":"Feature","id":"n5762034738","geometry":{"type":"Point","coordinates":[-0.2468979,51.6146651]},"properties":{"@type":"node","@id":5762034738,"@timestamp":1531673518},"coords":"51.6146651,-0.2468979","bedrooms":"2","price":"245000","area":"583"} , +{"type":"Feature","id":"n5762034748","geometry":{"type":"Point","coordinates":[-0.247162,51.6145729]},"properties":{"@type":"node","@id":5762034748,"@timestamp":1531673518},"coords":"51.6145729,-0.247162","bedrooms":"3","price":"193000","area":"570"} , +{"type":"Feature","id":"n5762161040","geometry":{"type":"Point","coordinates":[-0.1463384,51.5128176]},"properties":{"@type":"node","@id":5762161040,"@timestamp":1531680061},"coords":"51.5128176,-0.1463384","bedrooms":"0","price":"273000","area":"427"} , +{"type":"Feature","id":"n5762260584","geometry":{"type":"Point","coordinates":[-0.0985454,51.5096056]},"properties":{"@type":"node","@id":5762260584,"@timestamp":1531683234},"coords":"51.5096056,-0.0985454","bedrooms":"0","price":"245000","area":"640"} , +{"type":"Feature","id":"n5762480339","geometry":{"type":"Point","coordinates":[-0.1317166,51.5640726]},"properties":{"@type":"node","@id":5762480339,"@timestamp":1531693712},"coords":"51.5640726,-0.1317166","bedrooms":"3","price":"264000","area":"569"} , +{"type":"Feature","id":"n5762492059","geometry":{"type":"Point","coordinates":[-0.1137281,51.5245521]},"properties":{"@type":"node","@id":5762492059,"@timestamp":1531694828},"coords":"51.5245521,-0.1137281","bedrooms":"3","price":"165000","area":"662"} , +{"type":"Feature","id":"n5762504481","geometry":{"type":"Point","coordinates":[-0.1092186,51.5220313]},"properties":{"@type":"node","@id":5762504481,"@timestamp":1564903671},"coords":"51.5220313,-0.1092186","bedrooms":"0","price":"210000","area":"415"} , +{"type":"Feature","id":"n5763152617","geometry":{"type":"Point","coordinates":[-0.0225931,51.4518742]},"properties":{"@type":"node","@id":5763152617,"@timestamp":1531727131},"coords":"51.4518742,-0.0225931","bedrooms":"3","price":"235000","area":"586"} , +{"type":"Feature","id":"n5763506123","geometry":{"type":"Point","coordinates":[-0.7891086,51.7704135]},"properties":{"@type":"node","@id":5763506123,"@timestamp":1531738157},"coords":"51.7704135,-0.7891086","bedrooms":"2","price":"151000","area":"663"} , +{"type":"Feature","id":"n5763506141","geometry":{"type":"Point","coordinates":[-0.9137837,51.8454527]},"properties":{"@type":"node","@id":5763506141,"@timestamp":1531738158},"coords":"51.8454527,-0.9137837","bedrooms":"2","price":"257000","area":"375"} , +{"type":"Feature","id":"n5763506200","geometry":{"type":"Point","coordinates":[-0.9205127,51.8461342]},"properties":{"@type":"node","@id":5763506200,"@timestamp":1531738159},"coords":"51.8461342,-0.9205127","bedrooms":"2","price":"206000","area":"496"} , +{"type":"Feature","id":"n5763506210","geometry":{"type":"Point","coordinates":[-0.9235127,51.8457829]},"properties":{"@type":"node","@id":5763506210,"@timestamp":1531738159},"coords":"51.8457829,-0.9235127","bedrooms":"1","price":"163000","area":"431"} , +{"type":"Feature","id":"n5763506237","geometry":{"type":"Point","coordinates":[-0.9260404,51.8455338]},"properties":{"@type":"node","@id":5763506237,"@timestamp":1531738160},"coords":"51.8455338,-0.9260404","bedrooms":"4","price":"197000","area":"379"} , +{"type":"Feature","id":"n5763506384","geometry":{"type":"Point","coordinates":[-0.9272698,51.8469887]},"properties":{"@type":"node","@id":5763506384,"@timestamp":1531738160},"coords":"51.8469887,-0.9272698","bedrooms":"4","price":"222000","area":"433"} , +{"type":"Feature","id":"n5763506406","geometry":{"type":"Point","coordinates":[-0.95422,51.8475326]},"properties":{"@type":"node","@id":5763506406,"@timestamp":1531738161},"coords":"51.8475326,-0.95422","bedrooms":"3","price":"247000","area":"561"} , +{"type":"Feature","id":"n5763506429","geometry":{"type":"Point","coordinates":[-0.9610918,51.8479282]},"properties":{"@type":"node","@id":5763506429,"@timestamp":1531738162},"coords":"51.8479282,-0.9610918","bedrooms":"3","price":"275000","area":"613"} , +{"type":"Feature","id":"n5763506448","geometry":{"type":"Point","coordinates":[-0.9595814,51.848277]},"properties":{"@type":"node","@id":5763506448,"@timestamp":1531738162},"coords":"51.848277,-0.9595814","bedrooms":"3","price":"233000","area":"606"} , +{"type":"Feature","id":"n5763506568","geometry":{"type":"Point","coordinates":[-0.958324,51.8439293]},"properties":{"@type":"node","@id":5763506568,"@timestamp":1531738163},"coords":"51.8439293,-0.958324","bedrooms":"4","price":"164000","area":"513"} , +{"type":"Feature","id":"n5763506641","geometry":{"type":"Point","coordinates":[-0.9769442,51.8253802]},"properties":{"@type":"node","@id":5763506641,"@timestamp":1531738164},"coords":"51.8253802,-0.9769442","bedrooms":"1","price":"185000","area":"437"} , +{"type":"Feature","id":"n5763506867","geometry":{"type":"Point","coordinates":[-0.9796397,51.8221601]},"properties":{"@type":"node","@id":5763506867,"@timestamp":1531738165},"coords":"51.8221601,-0.9796397","bedrooms":"3","price":"221000","area":"596"} , +{"type":"Feature","id":"n5763506892","geometry":{"type":"Point","coordinates":[-0.9799813,51.8218426]},"properties":{"@type":"node","@id":5763506892,"@timestamp":1531738165},"coords":"51.8218426,-0.9799813","bedrooms":"2","price":"266000","area":"409"} , +{"type":"Feature","id":"n5763506921","geometry":{"type":"Point","coordinates":[-0.9810044,51.8110427]},"properties":{"@type":"node","@id":5763506921,"@timestamp":1531738166},"coords":"51.8110427,-0.9810044","bedrooms":"2","price":"297000","area":"453"} , +{"type":"Feature","id":"n5763507085","geometry":{"type":"Point","coordinates":[-0.9619233,51.7905265]},"properties":{"@type":"node","@id":5763507085,"@timestamp":1531738167},"coords":"51.7905265,-0.9619233","bedrooms":"2","price":"242000","area":"587"} , +{"type":"Feature","id":"n5763507122","geometry":{"type":"Point","coordinates":[-0.9615505,51.7894439]},"properties":{"@type":"node","@id":5763507122,"@timestamp":1531738168},"coords":"51.7894439,-0.9615505","bedrooms":"1","price":"268000","area":"587"} , +{"type":"Feature","id":"n5763507330","geometry":{"type":"Point","coordinates":[-0.9451387,51.7894162]},"properties":{"@type":"node","@id":5763507330,"@timestamp":1539462179},"coords":"51.7894162,-0.9451387","bedrooms":"2","price":"208000","area":"476"} , +{"type":"Feature","id":"n5763507340","geometry":{"type":"Point","coordinates":[-0.9262972,51.7759661]},"properties":{"@type":"node","@id":5763507340,"@timestamp":1531738170},"coords":"51.7759661,-0.9262972","bedrooms":"1","price":"225000","area":"537"} , +{"type":"Feature","id":"n5763651152","geometry":{"type":"Point","coordinates":[-0.2283126,51.447496]},"properties":{"@type":"node","@id":5763651152,"@timestamp":1531741928},"coords":"51.447496,-0.2283126","bedrooms":"2","price":"269000","area":"654"} , +{"type":"Feature","id":"n5763923868","geometry":{"type":"Point","coordinates":[-0.2966899,51.2079521]},"properties":{"@type":"node","@id":5763923868,"@timestamp":1531750082},"coords":"51.2079521,-0.2966899","bedrooms":"2","price":"224000","area":"373"} , +{"type":"Feature","id":"n5764079455","geometry":{"type":"Point","coordinates":[-0.5448445,51.7115658]},"properties":{"@type":"node","@id":5764079455,"@timestamp":1531755965},"coords":"51.7115658,-0.5448445","bedrooms":"4","price":"240000","area":"642"} , +{"type":"Feature","id":"n5764225641","geometry":{"type":"Point","coordinates":[-0.9748335,51.4673038]},"properties":{"@type":"node","@id":5764225641,"@timestamp":1627597603},"coords":"51.4673038,-0.9748335","bedrooms":"0","price":"226000","area":"640"} , +{"type":"Feature","id":"n5764225651","geometry":{"type":"Point","coordinates":[-0.9736049,51.4676213]},"properties":{"@type":"node","@id":5764225651,"@timestamp":1627597603},"coords":"51.4676213,-0.9736049","bedrooms":"3","price":"273000","area":"487"} , +{"type":"Feature","id":"n5764226361","geometry":{"type":"Point","coordinates":[-0.9769515,51.466796]},"properties":{"@type":"node","@id":5764226361,"@timestamp":1541798496},"coords":"51.466796,-0.9769515","bedrooms":"1","price":"250000","area":"604"} , +{"type":"Feature","id":"n5764226371","geometry":{"type":"Point","coordinates":[-0.9774057,51.4675925]},"properties":{"@type":"node","@id":5764226371,"@timestamp":1531761716},"coords":"51.4675925,-0.9774057","bedrooms":"1","price":"170000","area":"463"} , +{"type":"Feature","id":"n5764226451","geometry":{"type":"Point","coordinates":[-0.9639618,51.4613989]},"properties":{"@type":"node","@id":5764226451,"@timestamp":1531761720},"coords":"51.4613989,-0.9639618","bedrooms":"4","price":"246000","area":"532"} , +{"type":"Feature","id":"n5764226602","geometry":{"type":"Point","coordinates":[-0.9636533,51.4626435]},"properties":{"@type":"node","@id":5764226602,"@timestamp":1531761721},"coords":"51.4626435,-0.9636533","bedrooms":"3","price":"169000","area":"387"} , +{"type":"Feature","id":"n5764226621","geometry":{"type":"Point","coordinates":[-0.9653766,51.4623381]},"properties":{"@type":"node","@id":5764226621,"@timestamp":1531761721},"coords":"51.4623381,-0.9653766","bedrooms":"0","price":"276000","area":"378"} , +{"type":"Feature","id":"n5764226643","geometry":{"type":"Point","coordinates":[-0.969459,51.4620548]},"properties":{"@type":"node","@id":5764226643,"@timestamp":1531761722},"coords":"51.4620548,-0.969459","bedrooms":"0","price":"228000","area":"650"} , +{"type":"Feature","id":"n5764226675","geometry":{"type":"Point","coordinates":[-0.968767,51.4628653]},"properties":{"@type":"node","@id":5764226675,"@timestamp":1627070455},"coords":"51.4628653,-0.968767","bedrooms":"0","price":"167000","area":"424"} , +{"type":"Feature","id":"n5764226703","geometry":{"type":"Point","coordinates":[-0.9716034,51.4641462]},"properties":{"@type":"node","@id":5764226703,"@timestamp":1531761724},"coords":"51.4641462,-0.9716034","bedrooms":"1","price":"239000","area":"460"} , +{"type":"Feature","id":"n5764226716","geometry":{"type":"Point","coordinates":[-0.9743245,51.4647862]},"properties":{"@type":"node","@id":5764226716,"@timestamp":1531761724},"coords":"51.4647862,-0.9743245","bedrooms":"0","price":"209000","area":"640"} , +{"type":"Feature","id":"n5764296852","geometry":{"type":"Point","coordinates":[-0.0511355,51.4734068]},"properties":{"@type":"node","@id":5764296852,"@timestamp":1531764356},"coords":"51.4734068,-0.0511355","bedrooms":"4","price":"212000","area":"487"} , +{"type":"Feature","id":"n5764435040","geometry":{"type":"Point","coordinates":[-0.77289,51.1822944]},"properties":{"@type":"node","@id":5764435040,"@timestamp":1591129122},"coords":"51.1822944,-0.77289","bedrooms":"1","price":"265000","area":"392"} , +{"type":"Feature","id":"n5764728385","geometry":{"type":"Point","coordinates":[0.053423,51.4495387]},"properties":{"@type":"node","@id":5764728385,"@timestamp":1531785795},"coords":"51.4495387,0.053423","bedrooms":"2","price":"230000","area":"482"} , +{"type":"Feature","id":"n5765224960","geometry":{"type":"Point","coordinates":[-0.096072,51.5270248]},"properties":{"@type":"node","@id":5765224960,"@timestamp":1531812770},"coords":"51.5270248,-0.096072","bedrooms":"1","price":"215000","area":"678"} , +{"type":"Feature","id":"n5766054217","geometry":{"type":"Point","coordinates":[-0.1634083,51.52427]},"properties":{"@type":"node","@id":5766054217,"@timestamp":1605254192},"coords":"51.52427,-0.1634083","bedrooms":"4","price":"266000","area":"471"} , +{"type":"Feature","id":"n5766198585","geometry":{"type":"Point","coordinates":[0.3894966,51.0174196]},"properties":{"@type":"node","@id":5766198585,"@timestamp":1568671255},"coords":"51.0174196,0.3894966","bedrooms":"3","price":"267000","area":"427"} , +{"type":"Feature","id":"n5766198595","geometry":{"type":"Point","coordinates":[0.3893667,51.0173924]},"properties":{"@type":"node","@id":5766198595,"@timestamp":1568671255},"coords":"51.0173924,0.3893667","bedrooms":"3","price":"212000","area":"503"} , +{"type":"Feature","id":"n5766317932","geometry":{"type":"Point","coordinates":[-0.4988466,51.6089759]},"properties":{"@type":"node","@id":5766317932,"@timestamp":1531846494},"coords":"51.6089759,-0.4988466","bedrooms":"0","price":"278000","area":"570"} , +{"type":"Feature","id":"n5766335176","geometry":{"type":"Point","coordinates":[-0.1910153,51.4600939]},"properties":{"@type":"node","@id":5766335176,"@timestamp":1531847154},"coords":"51.4600939,-0.1910153","bedrooms":"4","price":"242000","area":"448"} , +{"type":"Feature","id":"n5766543728","geometry":{"type":"Point","coordinates":[0.5668473,51.0494747]},"properties":{"@type":"node","@id":5766543728,"@timestamp":1531856600},"coords":"51.0494747,0.5668473","bedrooms":"2","price":"229000","area":"445"} , +{"type":"Feature","id":"n5766623034","geometry":{"type":"Point","coordinates":[-0.0224146,51.4508985]},"properties":{"@type":"node","@id":5766623034,"@timestamp":1531860311},"coords":"51.4508985,-0.0224146","bedrooms":"0","price":"221000","area":"384"} , +{"type":"Feature","id":"n5766801004","geometry":{"type":"Point","coordinates":[-0.0295298,51.5147035]},"properties":{"@type":"node","@id":5766801004,"@timestamp":1531866241},"coords":"51.5147035,-0.0295298","bedrooms":"1","price":"213000","area":"557"} , +{"type":"Feature","id":"n5767060037","geometry":{"type":"Point","coordinates":[-0.0829037,51.4929221]},"properties":{"@type":"node","@id":5767060037,"@timestamp":1587650933},"coords":"51.4929221,-0.0829037","bedrooms":"0","price":"228000","area":"491"} , +{"type":"Feature","id":"n5767473654","geometry":{"type":"Point","coordinates":[-0.0813471,51.5175218]},"properties":{"@type":"node","@id":5767473654,"@timestamp":1634835291},"coords":"51.5175218,-0.0813471","bedrooms":"4","price":"183000","area":"351"} , +{"type":"Feature","id":"n5767644721","geometry":{"type":"Point","coordinates":[-0.0223584,51.451063]},"properties":{"@type":"node","@id":5767644721,"@timestamp":1531902250},"coords":"51.451063,-0.0223584","bedrooms":"1","price":"218000","area":"650"} , +{"type":"Feature","id":"n5767772855","geometry":{"type":"Point","coordinates":[0.7037736,51.5692421]},"properties":{"@type":"node","@id":5767772855,"@timestamp":1531904954},"coords":"51.5692421,0.7037736","bedrooms":"2","price":"199000","area":"452"} , +{"type":"Feature","id":"n5767772867","geometry":{"type":"Point","coordinates":[0.7034703,51.5692934]},"properties":{"@type":"node","@id":5767772867,"@timestamp":1532424957},"coords":"51.5692934,0.7034703","bedrooms":"2","price":"204000","area":"697"} , +{"type":"Feature","id":"n5767878140","geometry":{"type":"Point","coordinates":[-0.9408546,51.4409222]},"properties":{"@type":"node","@id":5767878140,"@timestamp":1532107411},"coords":"51.4409222,-0.9408546","bedrooms":"3","price":"185000","area":"514"} , +{"type":"Feature","id":"n5767987407","geometry":{"type":"Point","coordinates":[-0.0816711,51.5121196]},"properties":{"@type":"node","@id":5767987407,"@timestamp":1622452621},"coords":"51.5121196,-0.0816711","bedrooms":"1","price":"290000","area":"672"} , +{"type":"Feature","id":"n5767992540","geometry":{"type":"Point","coordinates":[-1.0598642,51.1883748]},"properties":{"@type":"node","@id":5767992540,"@timestamp":1532173146},"coords":"51.1883748,-1.0598642","bedrooms":"0","price":"268000","area":"528"} , +{"type":"Feature","id":"n5768240382","geometry":{"type":"Point","coordinates":[-0.9504649,51.4403947]},"properties":{"@type":"node","@id":5768240382,"@timestamp":1531917368},"coords":"51.4403947,-0.9504649","bedrooms":"1","price":"206000","area":"535"} , +{"type":"Feature","id":"n5768240430","geometry":{"type":"Point","coordinates":[-0.9416901,51.4422496]},"properties":{"@type":"node","@id":5768240430,"@timestamp":1532107411},"coords":"51.4422496,-0.9416901","bedrooms":"3","price":"184000","area":"445"} , +{"type":"Feature","id":"n5768240469","geometry":{"type":"Point","coordinates":[-0.9431613,51.4422839]},"properties":{"@type":"node","@id":5768240469,"@timestamp":1532107411},"coords":"51.4422839,-0.9431613","bedrooms":"1","price":"228000","area":"462"} , +{"type":"Feature","id":"n5768240479","geometry":{"type":"Point","coordinates":[-0.9427455,51.4425564]},"properties":{"@type":"node","@id":5768240479,"@timestamp":1532107412},"coords":"51.4425564,-0.9427455","bedrooms":"4","price":"202000","area":"559"} , +{"type":"Feature","id":"n5768240489","geometry":{"type":"Point","coordinates":[-0.9430593,51.4429593]},"properties":{"@type":"node","@id":5768240489,"@timestamp":1532107412},"coords":"51.4429593,-0.9430593","bedrooms":"0","price":"217000","area":"544"} , +{"type":"Feature","id":"n5768240499","geometry":{"type":"Point","coordinates":[-0.9434912,51.4425714]},"properties":{"@type":"node","@id":5768240499,"@timestamp":1532107413},"coords":"51.4425714,-0.9434912","bedrooms":"3","price":"207000","area":"643"} , +{"type":"Feature","id":"n5768240775","geometry":{"type":"Point","coordinates":[-0.9425966,51.4455806]},"properties":{"@type":"node","@id":5768240775,"@timestamp":1532107413},"coords":"51.4455806,-0.9425966","bedrooms":"1","price":"189000","area":"594"} , +{"type":"Feature","id":"n5768240905","geometry":{"type":"Point","coordinates":[-0.9425443,51.4452881]},"properties":{"@type":"node","@id":5768240905,"@timestamp":1532107414},"coords":"51.4452881,-0.9425443","bedrooms":"2","price":"248000","area":"614"} , +{"type":"Feature","id":"n5768240915","geometry":{"type":"Point","coordinates":[-0.9428555,51.4447431]},"properties":{"@type":"node","@id":5768240915,"@timestamp":1532107415},"coords":"51.4447431,-0.9428555","bedrooms":"4","price":"182000","area":"679"} , +{"type":"Feature","id":"n5768599743","geometry":{"type":"Point","coordinates":[-0.9406118,51.438864]},"properties":{"@type":"node","@id":5768599743,"@timestamp":1634733903},"coords":"51.438864,-0.9406118","bedrooms":"2","price":"186000","area":"445"} , +{"type":"Feature","id":"n5768897735","geometry":{"type":"Point","coordinates":[-0.9456305,51.4527534]},"properties":{"@type":"node","@id":5768897735,"@timestamp":1532618863},"coords":"51.4527534,-0.9456305","bedrooms":"1","price":"186000","area":"452"} , +{"type":"Feature","id":"n5769092153","geometry":{"type":"Point","coordinates":[-0.0797481,51.3083837]},"properties":{"@type":"node","@id":5769092153,"@timestamp":1558950345},"coords":"51.3083837,-0.0797481","bedrooms":"1","price":"230000","area":"554"} , +{"type":"Feature","id":"n5769116099","geometry":{"type":"Point","coordinates":[0.0126966,51.5402658]},"properties":{"@type":"node","@id":5769116099,"@timestamp":1625828064},"coords":"51.5402658,0.0126966","bedrooms":"3","price":"228000","area":"664"} , +{"type":"Feature","id":"n5769153170","geometry":{"type":"Point","coordinates":[0.09208,51.4953398]},"properties":{"@type":"node","@id":5769153170,"@timestamp":1531951985},"coords":"51.4953398,0.09208","bedrooms":"2","price":"240000","area":"439"} , +{"type":"Feature","id":"n5769153219","geometry":{"type":"Point","coordinates":[0.0973256,51.4964738]},"properties":{"@type":"node","@id":5769153219,"@timestamp":1531951986},"coords":"51.4964738,0.0973256","bedrooms":"1","price":"166000","area":"680"} , +{"type":"Feature","id":"n5769380881","geometry":{"type":"Point","coordinates":[-0.1499945,51.5141928]},"properties":{"@type":"node","@id":5769380881,"@timestamp":1587208172},"coords":"51.5141928,-0.1499945","bedrooms":"4","price":"270000","area":"669"} , +{"type":"Feature","id":"n5769916776","geometry":{"type":"Point","coordinates":[-0.3337387,51.2935307]},"properties":{"@type":"node","@id":5769916776,"@timestamp":1603772753},"coords":"51.2935307,-0.3337387","bedrooms":"0","price":"248000","area":"579"} , +{"type":"Feature","id":"n5771084603","geometry":{"type":"Point","coordinates":[-0.1153111,51.5012936]},"properties":{"@type":"node","@id":5771084603,"@timestamp":1630358371},"coords":"51.5012936,-0.1153111","bedrooms":"4","price":"270000","area":"489"} , +{"type":"Feature","id":"n5771360695","geometry":{"type":"Point","coordinates":[-0.2122232,51.1125509]},"properties":{"@type":"node","@id":5771360695,"@timestamp":1532023138},"coords":"51.1125509,-0.2122232","bedrooms":"2","price":"219000","area":"619"} , +{"type":"Feature","id":"n5771375370","geometry":{"type":"Point","coordinates":[-0.092395,51.470816]},"properties":{"@type":"node","@id":5771375370,"@timestamp":1532132793},"coords":"51.470816,-0.092395","bedrooms":"1","price":"286000","area":"485"} , +{"type":"Feature","id":"n5771490482","geometry":{"type":"Point","coordinates":[-0.1115456,51.4273197]},"properties":{"@type":"node","@id":5771490482,"@timestamp":1628784163},"coords":"51.4273197,-0.1115456","bedrooms":"3","price":"219000","area":"673"} , +{"type":"Feature","id":"n5771490497","geometry":{"type":"Point","coordinates":[-0.0892199,51.431828]},"properties":{"@type":"node","@id":5771490497,"@timestamp":1563213135},"coords":"51.431828,-0.0892199","bedrooms":"3","price":"223000","area":"657"} , +{"type":"Feature","id":"n5771678684","geometry":{"type":"Point","coordinates":[-0.1577351,51.1411436]},"properties":{"@type":"node","@id":5771678684,"@timestamp":1532031430},"coords":"51.1411436,-0.1577351","bedrooms":"4","price":"278000","area":"613"} , +{"type":"Feature","id":"n5771826465","geometry":{"type":"Point","coordinates":[-0.5314931,51.4329959]},"properties":{"@type":"node","@id":5771826465,"@timestamp":1532037855},"coords":"51.4329959,-0.5314931","bedrooms":"4","price":"237000","area":"626"} , +{"type":"Feature","id":"n5772128146","geometry":{"type":"Point","coordinates":[-0.1475971,51.5134727]},"properties":{"@type":"node","@id":5772128146,"@timestamp":1561455345},"coords":"51.5134727,-0.1475971","bedrooms":"0","price":"152000","area":"501"} , +{"type":"Feature","id":"n5773137399","geometry":{"type":"Point","coordinates":[-0.6682335,51.9183281]},"properties":{"@type":"node","@id":5773137399,"@timestamp":1627223134},"coords":"51.9183281,-0.6682335","bedrooms":"1","price":"236000","area":"365"} , +{"type":"Feature","id":"n5773332551","geometry":{"type":"Point","coordinates":[-0.955984,51.4597084]},"properties":{"@type":"node","@id":5773332551,"@timestamp":1532102568},"coords":"51.4597084,-0.955984","bedrooms":"4","price":"179000","area":"610"} , +{"type":"Feature","id":"n5773577562","geometry":{"type":"Point","coordinates":[-0.9561494,51.4595759]},"properties":{"@type":"node","@id":5773577562,"@timestamp":1532328129},"coords":"51.4595759,-0.9561494","bedrooms":"0","price":"197000","area":"524"} , +{"type":"Feature","id":"n5773704756","geometry":{"type":"Point","coordinates":[-0.960907,51.4576519]},"properties":{"@type":"node","@id":5773704756,"@timestamp":1611591253},"coords":"51.4576519,-0.960907","bedrooms":"0","price":"192000","area":"677"} , +{"type":"Feature","id":"n5773834795","geometry":{"type":"Point","coordinates":[-0.1732415,51.5417318]},"properties":{"@type":"node","@id":5773834795,"@timestamp":1532112959},"coords":"51.5417318,-0.1732415","bedrooms":"3","price":"246000","area":"355"} , +{"type":"Feature","id":"n5774209775","geometry":{"type":"Point","coordinates":[-0.0931137,51.4733218]},"properties":{"@type":"node","@id":5774209775,"@timestamp":1564903671},"coords":"51.4733218,-0.0931137","bedrooms":"4","price":"269000","area":"699"} , +{"type":"Feature","id":"n5774304198","geometry":{"type":"Point","coordinates":[-0.3229782,51.457295]},"properties":{"@type":"node","@id":5774304198,"@timestamp":1625788806},"coords":"51.457295,-0.3229782","bedrooms":"2","price":"181000","area":"499"} , +{"type":"Feature","id":"n5774399020","geometry":{"type":"Point","coordinates":[-0.1489379,51.5141211]},"properties":{"@type":"node","@id":5774399020,"@timestamp":1561455488},"coords":"51.5141211,-0.1489379","bedrooms":"1","price":"239000","area":"640"} , +{"type":"Feature","id":"n5774608937","geometry":{"type":"Point","coordinates":[-0.8012831,51.8003619]},"properties":{"@type":"node","@id":5774608937,"@timestamp":1532163892},"coords":"51.8003619,-0.8012831","bedrooms":"1","price":"193000","area":"657"} , +{"type":"Feature","id":"n5774609915","geometry":{"type":"Point","coordinates":[-0.7965437,51.8070981]},"properties":{"@type":"node","@id":5774609915,"@timestamp":1532163895},"coords":"51.8070981,-0.7965437","bedrooms":"4","price":"189000","area":"365"} , +{"type":"Feature","id":"n5774610086","geometry":{"type":"Point","coordinates":[-0.7960896,51.8054368]},"properties":{"@type":"node","@id":5774610086,"@timestamp":1532163897},"coords":"51.8054368,-0.7960896","bedrooms":"2","price":"259000","area":"352"} , +{"type":"Feature","id":"n5774610257","geometry":{"type":"Point","coordinates":[-0.791432,51.7862368]},"properties":{"@type":"node","@id":5774610257,"@timestamp":1532163898},"coords":"51.7862368,-0.791432","bedrooms":"4","price":"289000","area":"670"} , +{"type":"Feature","id":"n5774610309","geometry":{"type":"Point","coordinates":[-0.7900031,51.7892929]},"properties":{"@type":"node","@id":5774610309,"@timestamp":1532163899},"coords":"51.7892929,-0.7900031","bedrooms":"0","price":"159000","area":"586"} , +{"type":"Feature","id":"n5774610334","geometry":{"type":"Point","coordinates":[-0.7899226,51.7882311]},"properties":{"@type":"node","@id":5774610334,"@timestamp":1532163900},"coords":"51.7882311,-0.7899226","bedrooms":"3","price":"246000","area":"362"} , +{"type":"Feature","id":"n5774610489","geometry":{"type":"Point","coordinates":[-0.7903558,51.7895352]},"properties":{"@type":"node","@id":5774610489,"@timestamp":1532163901},"coords":"51.7895352,-0.7903558","bedrooms":"4","price":"167000","area":"589"} , +{"type":"Feature","id":"n5774610499","geometry":{"type":"Point","coordinates":[-0.7900131,51.7895318]},"properties":{"@type":"node","@id":5774610499,"@timestamp":1532163901},"coords":"51.7895318,-0.7900131","bedrooms":"2","price":"153000","area":"421"} , +{"type":"Feature","id":"n5774610816","geometry":{"type":"Point","coordinates":[-0.8157483,51.7508021]},"properties":{"@type":"node","@id":5774610816,"@timestamp":1532163903},"coords":"51.7508021,-0.8157483","bedrooms":"4","price":"245000","area":"437"} , +{"type":"Feature","id":"n5774610842","geometry":{"type":"Point","coordinates":[-0.8162498,51.7508619]},"properties":{"@type":"node","@id":5774610842,"@timestamp":1532163904},"coords":"51.7508619,-0.8162498","bedrooms":"4","price":"250000","area":"466"} , +{"type":"Feature","id":"n5774612409","geometry":{"type":"Point","coordinates":[-0.8003426,51.8007982]},"properties":{"@type":"node","@id":5774612409,"@timestamp":1532163914},"coords":"51.8007982,-0.8003426","bedrooms":"1","price":"278000","area":"402"} , +{"type":"Feature","id":"n5774820624","geometry":{"type":"Point","coordinates":[-0.8552288,51.2969139]},"properties":{"@type":"node","@id":5774820624,"@timestamp":1532173000},"coords":"51.2969139,-0.8552288","bedrooms":"4","price":"292000","area":"575"} , +{"type":"Feature","id":"n5774823030","geometry":{"type":"Point","coordinates":[-1.0107932,51.1769334]},"properties":{"@type":"node","@id":5774823030,"@timestamp":1532173138},"coords":"51.1769334,-1.0107932","bedrooms":"1","price":"266000","area":"533"} , +{"type":"Feature","id":"n5774934245","geometry":{"type":"Point","coordinates":[-0.0916746,51.4707469]},"properties":{"@type":"node","@id":5774934245,"@timestamp":1532178177},"coords":"51.4707469,-0.0916746","bedrooms":"1","price":"220000","area":"546"} , +{"type":"Feature","id":"n5775094192","geometry":{"type":"Point","coordinates":[-0.0558755,51.3436946]},"properties":{"@type":"node","@id":5775094192,"@timestamp":1532183562},"coords":"51.3436946,-0.0558755","bedrooms":"1","price":"187000","area":"662"} , +{"type":"Feature","id":"n5775106942","geometry":{"type":"Point","coordinates":[-1.0427302,51.1644161]},"properties":{"@type":"node","@id":5775106942,"@timestamp":1532183965},"coords":"51.1644161,-1.0427302","bedrooms":"3","price":"177000","area":"528"} , +{"type":"Feature","id":"n5775106952","geometry":{"type":"Point","coordinates":[-1.030781,51.1678943]},"properties":{"@type":"node","@id":5775106952,"@timestamp":1532183965},"coords":"51.1678943,-1.030781","bedrooms":"1","price":"240000","area":"360"} , +{"type":"Feature","id":"n5775107862","geometry":{"type":"Point","coordinates":[-1.0164446,51.1731902]},"properties":{"@type":"node","@id":5775107862,"@timestamp":1532183965},"coords":"51.1731902,-1.0164446","bedrooms":"1","price":"291000","area":"410"} , +{"type":"Feature","id":"n5775107872","geometry":{"type":"Point","coordinates":[-1.0059893,51.1777523]},"properties":{"@type":"node","@id":5775107872,"@timestamp":1532183965},"coords":"51.1777523,-1.0059893","bedrooms":"0","price":"248000","area":"456"} , +{"type":"Feature","id":"n5775107882","geometry":{"type":"Point","coordinates":[-1.0507983,51.1769755]},"properties":{"@type":"node","@id":5775107882,"@timestamp":1532183966},"coords":"51.1769755,-1.0507983","bedrooms":"4","price":"278000","area":"556"} , +{"type":"Feature","id":"n5775107892","geometry":{"type":"Point","coordinates":[-1.053156,51.1808016]},"properties":{"@type":"node","@id":5775107892,"@timestamp":1532183966},"coords":"51.1808016,-1.053156","bedrooms":"0","price":"154000","area":"421"} , +{"type":"Feature","id":"n5775107919","geometry":{"type":"Point","coordinates":[-1.0612831,51.1674655]},"properties":{"@type":"node","@id":5775107919,"@timestamp":1532183966},"coords":"51.1674655,-1.0612831","bedrooms":"3","price":"207000","area":"664"} , +{"type":"Feature","id":"n5775107929","geometry":{"type":"Point","coordinates":[-1.0603684,51.1666733]},"properties":{"@type":"node","@id":5775107929,"@timestamp":1532183967},"coords":"51.1666733,-1.0603684","bedrooms":"0","price":"211000","area":"692"} , +{"type":"Feature","id":"n5775108203","geometry":{"type":"Point","coordinates":[-1.0664731,51.1765282]},"properties":{"@type":"node","@id":5775108203,"@timestamp":1532183968},"coords":"51.1765282,-1.0664731","bedrooms":"4","price":"236000","area":"532"} , +{"type":"Feature","id":"n5775172200","geometry":{"type":"Point","coordinates":[-0.0385301,51.350878]},"properties":{"@type":"node","@id":5775172200,"@timestamp":1533460620},"coords":"51.350878,-0.0385301","bedrooms":"2","price":"196000","area":"645"} , +{"type":"Feature","id":"n5775693056","geometry":{"type":"Point","coordinates":[-0.5883383,51.3834079]},"properties":{"@type":"node","@id":5775693056,"@timestamp":1614709507},"coords":"51.3834079,-0.5883383","bedrooms":"0","price":"227000","area":"612"} , +{"type":"Feature","id":"n5775726157","geometry":{"type":"Point","coordinates":[-0.5404375,51.2176751]},"properties":{"@type":"node","@id":5775726157,"@timestamp":1532207003},"coords":"51.2176751,-0.5404375","bedrooms":"0","price":"249000","area":"585"} , +{"type":"Feature","id":"n5775803184","geometry":{"type":"Point","coordinates":[0.8610491,51.1912512]},"properties":{"@type":"node","@id":5775803184,"@timestamp":1532208468},"coords":"51.1912512,0.8610491","bedrooms":"4","price":"246000","area":"681"} , +{"type":"Feature","id":"n5775843096","geometry":{"type":"Point","coordinates":[-1.0473937,51.1725647]},"properties":{"@type":"node","@id":5775843096,"@timestamp":1532210233},"coords":"51.1725647,-1.0473937","bedrooms":"3","price":"261000","area":"600"} , +{"type":"Feature","id":"n5775843106","geometry":{"type":"Point","coordinates":[-1.0442993,51.1696115]},"properties":{"@type":"node","@id":5775843106,"@timestamp":1532210233},"coords":"51.1696115,-1.0442993","bedrooms":"2","price":"281000","area":"494"} , +{"type":"Feature","id":"n5776583794","geometry":{"type":"Point","coordinates":[-0.0377239,51.5252678]},"properties":{"@type":"node","@id":5776583794,"@timestamp":1626606927},"coords":"51.5252678,-0.0377239","bedrooms":"1","price":"150000","area":"382"} , +{"type":"Feature","id":"n5776755957","geometry":{"type":"Point","coordinates":[0.3373207,50.9541587]},"properties":{"@type":"node","@id":5776755957,"@timestamp":1532256817},"coords":"50.9541587,0.3373207","bedrooms":"2","price":"153000","area":"406"} , +{"type":"Feature","id":"n5776941762","geometry":{"type":"Point","coordinates":[-0.1358445,51.322417]},"properties":{"@type":"node","@id":5776941762,"@timestamp":1532263251},"coords":"51.322417,-0.1358445","bedrooms":"0","price":"226000","area":"450"} , +{"type":"Feature","id":"n5776969725","geometry":{"type":"Point","coordinates":[-0.1364359,51.3223629]},"properties":{"@type":"node","@id":5776969725,"@timestamp":1536430051},"coords":"51.3223629,-0.1364359","bedrooms":"2","price":"225000","area":"509"} , +{"type":"Feature","id":"n5777106485","geometry":{"type":"Point","coordinates":[-0.5029192,51.3480552]},"properties":{"@type":"node","@id":5777106485,"@timestamp":1532268750},"coords":"51.3480552,-0.5029192","bedrooms":"4","price":"256000","area":"387"} , +{"type":"Feature","id":"n5777337143","geometry":{"type":"Point","coordinates":[-0.0335685,51.8118195]},"properties":{"@type":"node","@id":5777337143,"@timestamp":1532277784},"coords":"51.8118195,-0.0335685","bedrooms":"2","price":"153000","area":"497"} , +{"type":"Feature","id":"n5777433431","geometry":{"type":"Point","coordinates":[-0.2959428,51.5954961]},"properties":{"@type":"node","@id":5777433431,"@timestamp":1532280295},"coords":"51.5954961,-0.2959428","bedrooms":"1","price":"209000","area":"420"} , +{"type":"Feature","id":"n5777433441","geometry":{"type":"Point","coordinates":[-0.2806433,51.5977231]},"properties":{"@type":"node","@id":5777433441,"@timestamp":1532280295},"coords":"51.5977231,-0.2806433","bedrooms":"1","price":"223000","area":"522"} , +{"type":"Feature","id":"n5777433451","geometry":{"type":"Point","coordinates":[-0.3336309,51.5809096]},"properties":{"@type":"node","@id":5777433451,"@timestamp":1624434366},"coords":"51.5809096,-0.3336309","bedrooms":"3","price":"203000","area":"527"} , +{"type":"Feature","id":"n5777436360","geometry":{"type":"Point","coordinates":[-0.2704508,51.5982377]},"properties":{"@type":"node","@id":5777436360,"@timestamp":1622208085},"coords":"51.5982377,-0.2704508","bedrooms":"3","price":"156000","area":"500"} , +{"type":"Feature","id":"n5777590151","geometry":{"type":"Point","coordinates":[-0.3688356,51.5680618]},"properties":{"@type":"node","@id":5777590151,"@timestamp":1622909035},"coords":"51.5680618,-0.3688356","bedrooms":"2","price":"259000","area":"361"} , +{"type":"Feature","id":"n5777850353","geometry":{"type":"Point","coordinates":[-0.3159126,51.347717]},"properties":{"@type":"node","@id":5777850353,"@timestamp":1532297785},"coords":"51.347717,-0.3159126","bedrooms":"0","price":"164000","area":"590"} , +{"type":"Feature","id":"n5778137378","geometry":{"type":"Point","coordinates":[-0.3183618,51.6009565]},"properties":{"@type":"node","@id":5778137378,"@timestamp":1574328775},"coords":"51.6009565,-0.3183618","bedrooms":"1","price":"194000","area":"627"} , +{"type":"Feature","id":"n5778559639","geometry":{"type":"Point","coordinates":[-0.0779358,51.5284316]},"properties":{"@type":"node","@id":5778559639,"@timestamp":1564903671},"coords":"51.5284316,-0.0779358","bedrooms":"0","price":"162000","area":"544"} , +{"type":"Feature","id":"n5779106568","geometry":{"type":"Point","coordinates":[-0.1401383,51.3203388]},"properties":{"@type":"node","@id":5779106568,"@timestamp":1625244992},"coords":"51.3203388,-0.1401383","bedrooms":"0","price":"286000","area":"354"} , +{"type":"Feature","id":"n5779352272","geometry":{"type":"Point","coordinates":[0.0058149,51.552436]},"properties":{"@type":"node","@id":5779352272,"@timestamp":1619600980},"coords":"51.552436,0.0058149","bedrooms":"3","price":"161000","area":"660"} , +{"type":"Feature","id":"n5779352336","geometry":{"type":"Point","coordinates":[0.0059357,51.5517495]},"properties":{"@type":"node","@id":5779352336,"@timestamp":1619608244},"coords":"51.5517495,0.0059357","bedrooms":"2","price":"265000","area":"618"} , +{"type":"Feature","id":"n5779651063","geometry":{"type":"Point","coordinates":[-0.8038176,51.6667506]},"properties":{"@type":"node","@id":5779651063,"@timestamp":1532366107},"coords":"51.6667506,-0.8038176","bedrooms":"3","price":"246000","area":"457"} , +{"type":"Feature","id":"n5779651210","geometry":{"type":"Point","coordinates":[-0.8061053,51.6477859]},"properties":{"@type":"node","@id":5779651210,"@timestamp":1532366109},"coords":"51.6477859,-0.8061053","bedrooms":"2","price":"174000","area":"623"} , +{"type":"Feature","id":"n5779651490","geometry":{"type":"Point","coordinates":[-0.8038621,51.6462211]},"properties":{"@type":"node","@id":5779651490,"@timestamp":1532366112},"coords":"51.6462211,-0.8038621","bedrooms":"3","price":"258000","area":"375"} , +{"type":"Feature","id":"n5779651553","geometry":{"type":"Point","coordinates":[-0.8027235,51.6445367]},"properties":{"@type":"node","@id":5779651553,"@timestamp":1532366113},"coords":"51.6445367,-0.8027235","bedrooms":"3","price":"207000","area":"495"} , +{"type":"Feature","id":"n5779651809","geometry":{"type":"Point","coordinates":[-0.7948885,51.6461116]},"properties":{"@type":"node","@id":5779651809,"@timestamp":1532366117},"coords":"51.6461116,-0.7948885","bedrooms":"3","price":"191000","area":"496"} , +{"type":"Feature","id":"n5779651831","geometry":{"type":"Point","coordinates":[-0.7961138,51.6452102]},"properties":{"@type":"node","@id":5779651831,"@timestamp":1532366117},"coords":"51.6452102,-0.7961138","bedrooms":"4","price":"253000","area":"615"} , +{"type":"Feature","id":"n5779651841","geometry":{"type":"Point","coordinates":[-0.7962443,51.6450072]},"properties":{"@type":"node","@id":5779651841,"@timestamp":1532366118},"coords":"51.6450072,-0.7962443","bedrooms":"1","price":"265000","area":"685"} , +{"type":"Feature","id":"n5779651962","geometry":{"type":"Point","coordinates":[-0.7962087,51.6454898]},"properties":{"@type":"node","@id":5779651962,"@timestamp":1532366118},"coords":"51.6454898,-0.7962087","bedrooms":"2","price":"222000","area":"629"} , +{"type":"Feature","id":"n5779651972","geometry":{"type":"Point","coordinates":[-0.7962531,51.6456381]},"properties":{"@type":"node","@id":5779651972,"@timestamp":1532366118},"coords":"51.6456381,-0.7962531","bedrooms":"1","price":"246000","area":"641"} , +{"type":"Feature","id":"n5779651982","geometry":{"type":"Point","coordinates":[-0.7962136,51.6455063]},"properties":{"@type":"node","@id":5779651982,"@timestamp":1532366119},"coords":"51.6455063,-0.7962136","bedrooms":"4","price":"270000","area":"624"} , +{"type":"Feature","id":"n5779652155","geometry":{"type":"Point","coordinates":[-0.8001662,51.645487]},"properties":{"@type":"node","@id":5779652155,"@timestamp":1532366120},"coords":"51.645487,-0.8001662","bedrooms":"2","price":"236000","area":"496"} , +{"type":"Feature","id":"n5779652216","geometry":{"type":"Point","coordinates":[-0.8016546,51.6447117]},"properties":{"@type":"node","@id":5779652216,"@timestamp":1532366121},"coords":"51.6447117,-0.8016546","bedrooms":"4","price":"201000","area":"350"} , +{"type":"Feature","id":"n5779652336","geometry":{"type":"Point","coordinates":[-0.8044153,51.6450344]},"properties":{"@type":"node","@id":5779652336,"@timestamp":1532366123},"coords":"51.6450344,-0.8044153","bedrooms":"2","price":"285000","area":"470"} , +{"type":"Feature","id":"n5779868193","geometry":{"type":"Point","coordinates":[0.5923686,50.997275]},"properties":{"@type":"node","@id":5779868193,"@timestamp":1532370700},"coords":"50.997275,0.5923686","bedrooms":"0","price":"243000","area":"626"} , +{"type":"Feature","id":"n5780204826","geometry":{"type":"Point","coordinates":[-1.0395277,51.1951021]},"properties":{"@type":"node","@id":5780204826,"@timestamp":1532378544},"coords":"51.1951021,-1.0395277","bedrooms":"4","price":"257000","area":"405"} , +{"type":"Feature","id":"n5780230618","geometry":{"type":"Point","coordinates":[0.0046276,51.4896896]},"properties":{"@type":"node","@id":5780230618,"@timestamp":1532379108},"coords":"51.4896896,0.0046276","bedrooms":"3","price":"295000","area":"668"} , +{"type":"Feature","id":"n5780394960","geometry":{"type":"Point","coordinates":[-0.7692549,51.2849161]},"properties":{"@type":"node","@id":5780394960,"@timestamp":1532384201},"coords":"51.2849161,-0.7692549","bedrooms":"3","price":"299000","area":"631"} , +{"type":"Feature","id":"n5780394983","geometry":{"type":"Point","coordinates":[-0.7580231,51.290128]},"properties":{"@type":"node","@id":5780394983,"@timestamp":1532384202},"coords":"51.290128,-0.7580231","bedrooms":"4","price":"222000","area":"538"} , +{"type":"Feature","id":"n5780513166","geometry":{"type":"Point","coordinates":[-0.0693298,51.4701094]},"properties":{"@type":"node","@id":5780513166,"@timestamp":1532392913},"coords":"51.4701094,-0.0693298","bedrooms":"2","price":"233000","area":"591"} , +{"type":"Feature","id":"n5780533790","geometry":{"type":"Point","coordinates":[-0.04431,51.563077]},"properties":{"@type":"node","@id":5780533790,"@timestamp":1598753732},"coords":"51.563077,-0.04431","bedrooms":"1","price":"186000","area":"480"} , +{"type":"Feature","id":"n5780575574","geometry":{"type":"Point","coordinates":[-0.1470049,51.5133662]},"properties":{"@type":"node","@id":5780575574,"@timestamp":1553719830},"coords":"51.5133662,-0.1470049","bedrooms":"2","price":"273000","area":"416"} , +{"type":"Feature","id":"n5781205614","geometry":{"type":"Point","coordinates":[-0.4545058,51.7522835]},"properties":{"@type":"node","@id":5781205614,"@timestamp":1532421708},"coords":"51.7522835,-0.4545058","bedrooms":"1","price":"283000","area":"396"} , +{"type":"Feature","id":"n5781241076","geometry":{"type":"Point","coordinates":[-0.4547508,51.7521775]},"properties":{"@type":"node","@id":5781241076,"@timestamp":1532421708},"coords":"51.7521775,-0.4547508","bedrooms":"2","price":"298000","area":"601"} , +{"type":"Feature","id":"n5781738554","geometry":{"type":"Point","coordinates":[-0.2240935,51.4943546]},"properties":{"@type":"node","@id":5781738554,"@timestamp":1630047112},"coords":"51.4943546,-0.2240935","bedrooms":"2","price":"232000","area":"419"} , +{"type":"Feature","id":"n5781791387","geometry":{"type":"Point","coordinates":[0.0030079,51.5475056]},"properties":{"@type":"node","@id":5781791387,"@timestamp":1602844039},"coords":"51.5475056,0.0030079","bedrooms":"1","price":"150000","area":"440"} , +{"type":"Feature","id":"n5781791420","geometry":{"type":"Point","coordinates":[0.0020254,51.5521834]},"properties":{"@type":"node","@id":5781791420,"@timestamp":1617651393},"coords":"51.5521834,0.0020254","bedrooms":"1","price":"264000","area":"569"} , +{"type":"Feature","id":"n5781798063","geometry":{"type":"Point","coordinates":[0.636987,51.2805841]},"properties":{"@type":"node","@id":5781798063,"@timestamp":1532437717},"coords":"51.2805841,0.636987","bedrooms":"3","price":"235000","area":"446"} , +{"type":"Feature","id":"n5782499560","geometry":{"type":"Point","coordinates":[-0.13545,51.3212644]},"properties":{"@type":"node","@id":5782499560,"@timestamp":1532456192},"coords":"51.3212644,-0.13545","bedrooms":"0","price":"164000","area":"668"} , +{"type":"Feature","id":"n5782926754","geometry":{"type":"Point","coordinates":[-0.0716954,51.3808297]},"properties":{"@type":"node","@id":5782926754,"@timestamp":1532465950},"coords":"51.3808297,-0.0716954","bedrooms":"3","price":"255000","area":"401"} , +{"type":"Feature","id":"n5782926764","geometry":{"type":"Point","coordinates":[-0.0726872,51.3805162]},"properties":{"@type":"node","@id":5782926764,"@timestamp":1532465951},"coords":"51.3805162,-0.0726872","bedrooms":"2","price":"153000","area":"423"} , +{"type":"Feature","id":"n5783015368","geometry":{"type":"Point","coordinates":[-0.8226979,51.2921425]},"properties":{"@type":"node","@id":5783015368,"@timestamp":1532468023},"coords":"51.2921425,-0.8226979","bedrooms":"0","price":"151000","area":"463"} , +{"type":"Feature","id":"n5783677656","geometry":{"type":"Point","coordinates":[-0.5644319,51.4255646]},"properties":{"@type":"node","@id":5783677656,"@timestamp":1606509376},"coords":"51.4255646,-0.5644319","bedrooms":"4","price":"228000","area":"594"} , +{"type":"Feature","id":"n5783977741","geometry":{"type":"Point","coordinates":[0.0053472,51.5489938]},"properties":{"@type":"node","@id":5783977741,"@timestamp":1620917775},"coords":"51.5489938,0.0053472","bedrooms":"2","price":"205000","area":"368"} , +{"type":"Feature","id":"n5784375070","geometry":{"type":"Point","coordinates":[-0.9460873,51.4532396]},"properties":{"@type":"node","@id":5784375070,"@timestamp":1532529048},"coords":"51.4532396,-0.9460873","bedrooms":"3","price":"166000","area":"630"} , +{"type":"Feature","id":"n5784609883","geometry":{"type":"Point","coordinates":[-0.1461499,51.5131768]},"properties":{"@type":"node","@id":5784609883,"@timestamp":1553718882},"coords":"51.5131768,-0.1461499","bedrooms":"4","price":"218000","area":"670"} , +{"type":"Feature","id":"n5784615372","geometry":{"type":"Point","coordinates":[0.0036758,51.5459042]},"properties":{"@type":"node","@id":5784615372,"@timestamp":1619176375},"coords":"51.5459042,0.0036758","bedrooms":"4","price":"259000","area":"672"} , +{"type":"Feature","id":"n5784861601","geometry":{"type":"Point","coordinates":[-0.6590898,51.7952601]},"properties":{"@type":"node","@id":5784861601,"@timestamp":1532542871},"coords":"51.7952601,-0.6590898","bedrooms":"4","price":"287000","area":"608"} , +{"type":"Feature","id":"n5784862580","geometry":{"type":"Point","coordinates":[-0.6603504,51.7940409]},"properties":{"@type":"node","@id":5784862580,"@timestamp":1532542872},"coords":"51.7940409,-0.6603504","bedrooms":"4","price":"284000","area":"619"} , +{"type":"Feature","id":"n5784862592","geometry":{"type":"Point","coordinates":[-0.6605027,51.7939253]},"properties":{"@type":"node","@id":5784862592,"@timestamp":1532542873},"coords":"51.7939253,-0.6605027","bedrooms":"4","price":"246000","area":"615"} , +{"type":"Feature","id":"n5784862621","geometry":{"type":"Point","coordinates":[-0.6604245,51.793973]},"properties":{"@type":"node","@id":5784862621,"@timestamp":1630772468},"coords":"51.793973,-0.6604245","bedrooms":"3","price":"189000","area":"599"} , +{"type":"Feature","id":"n5784862988","geometry":{"type":"Point","coordinates":[-0.6608086,51.7901586]},"properties":{"@type":"node","@id":5784862988,"@timestamp":1538593051},"coords":"51.7901586,-0.6608086","bedrooms":"1","price":"240000","area":"674"} , +{"type":"Feature","id":"n5784863205","geometry":{"type":"Point","coordinates":[-0.6695826,51.7940385]},"properties":{"@type":"node","@id":5784863205,"@timestamp":1532542878},"coords":"51.7940385,-0.6695826","bedrooms":"2","price":"172000","area":"383"} , +{"type":"Feature","id":"n5784863509","geometry":{"type":"Point","coordinates":[-0.6583723,51.7993244]},"properties":{"@type":"node","@id":5784863509,"@timestamp":1532542880},"coords":"51.7993244,-0.6583723","bedrooms":"0","price":"198000","area":"628"} , +{"type":"Feature","id":"n5784863659","geometry":{"type":"Point","coordinates":[-0.6558915,51.798021]},"properties":{"@type":"node","@id":5784863659,"@timestamp":1532542881},"coords":"51.798021,-0.6558915","bedrooms":"1","price":"229000","area":"633"} , +{"type":"Feature","id":"n5784863870","geometry":{"type":"Point","coordinates":[-0.6531387,51.7945793]},"properties":{"@type":"node","@id":5784863870,"@timestamp":1607788480},"coords":"51.7945793,-0.6531387","bedrooms":"0","price":"181000","area":"527"} , +{"type":"Feature","id":"n5784878091","geometry":{"type":"Point","coordinates":[-0.0678907,51.3824593]},"properties":{"@type":"node","@id":5784878091,"@timestamp":1532543588},"coords":"51.3824593,-0.0678907","bedrooms":"2","price":"174000","area":"466"} , +{"type":"Feature","id":"n5784878101","geometry":{"type":"Point","coordinates":[-0.0692493,51.3822693]},"properties":{"@type":"node","@id":5784878101,"@timestamp":1532543589},"coords":"51.3822693,-0.0692493","bedrooms":"3","price":"157000","area":"434"} , +{"type":"Feature","id":"n5784878111","geometry":{"type":"Point","coordinates":[-0.0699976,51.3818182]},"properties":{"@type":"node","@id":5784878111,"@timestamp":1532543590},"coords":"51.3818182,-0.0699976","bedrooms":"2","price":"191000","area":"505"} , +{"type":"Feature","id":"n5784878121","geometry":{"type":"Point","coordinates":[-0.0706869,51.3814206]},"properties":{"@type":"node","@id":5784878121,"@timestamp":1532543591},"coords":"51.3814206,-0.0706869","bedrooms":"4","price":"227000","area":"568"} , +{"type":"Feature","id":"n5784888401","geometry":{"type":"Point","coordinates":[0.0133523,51.5410334]},"properties":{"@type":"node","@id":5784888401,"@timestamp":1532544138},"coords":"51.5410334,0.0133523","bedrooms":"0","price":"221000","area":"478"} , +{"type":"Feature","id":"n5785047603","geometry":{"type":"Point","coordinates":[0.4107475,51.2912439]},"properties":{"@type":"node","@id":5785047603,"@timestamp":1532550297},"coords":"51.2912439,0.4107475","bedrooms":"3","price":"207000","area":"493"} , +{"type":"Feature","id":"n5785125332","geometry":{"type":"Point","coordinates":[-0.0693807,51.3818182]},"properties":{"@type":"node","@id":5785125332,"@timestamp":1532553001},"coords":"51.3818182,-0.0693807","bedrooms":"1","price":"170000","area":"355"} , +{"type":"Feature","id":"n5785125342","geometry":{"type":"Point","coordinates":[-0.0683588,51.3821806]},"properties":{"@type":"node","@id":5785125342,"@timestamp":1532553002},"coords":"51.3821806,-0.0683588","bedrooms":"3","price":"236000","area":"573"} , +{"type":"Feature","id":"n5785295825","geometry":{"type":"Point","coordinates":[-0.0160245,51.60021]},"properties":{"@type":"node","@id":5785295825,"@timestamp":1532562994},"coords":"51.60021,-0.0160245","bedrooms":"0","price":"191000","area":"683"} , +{"type":"Feature","id":"n5786442515","geometry":{"type":"Point","coordinates":[0.5460307,51.3862847]},"properties":{"@type":"node","@id":5786442515,"@timestamp":1532592522},"coords":"51.3862847,0.5460307","bedrooms":"0","price":"207000","area":"454"} , +{"type":"Feature","id":"n5786825400","geometry":{"type":"Point","coordinates":[-0.2127232,51.4151808]},"properties":{"@type":"node","@id":5786825400,"@timestamp":1603227481},"coords":"51.4151808,-0.2127232","bedrooms":"2","price":"287000","area":"361"} , +{"type":"Feature","id":"n5786837746","geometry":{"type":"Point","coordinates":[-0.2412981,51.4012775]},"properties":{"@type":"node","@id":5786837746,"@timestamp":1555759262},"coords":"51.4012775,-0.2412981","bedrooms":"0","price":"257000","area":"532"} , +{"type":"Feature","id":"n5786934291","geometry":{"type":"Point","coordinates":[-0.2173202,51.3922063]},"properties":{"@type":"node","@id":5786934291,"@timestamp":1575154600},"coords":"51.3922063,-0.2173202","bedrooms":"3","price":"227000","area":"657"} , +{"type":"Feature","id":"n5786934316","geometry":{"type":"Point","coordinates":[-0.2152059,51.3937441]},"properties":{"@type":"node","@id":5786934316,"@timestamp":1575151536},"coords":"51.3937441,-0.2152059","bedrooms":"1","price":"220000","area":"452"} , +{"type":"Feature","id":"n5786934336","geometry":{"type":"Point","coordinates":[-0.2121495,51.396028]},"properties":{"@type":"node","@id":5786934336,"@timestamp":1575151536},"coords":"51.396028,-0.2121495","bedrooms":"0","price":"217000","area":"456"} , +{"type":"Feature","id":"n5786934562","geometry":{"type":"Point","coordinates":[-0.2092369,51.3972394]},"properties":{"@type":"node","@id":5786934562,"@timestamp":1579384739},"coords":"51.3972394,-0.2092369","bedrooms":"4","price":"164000","area":"501"} , +{"type":"Feature","id":"n5786934587","geometry":{"type":"Point","coordinates":[-0.2002518,51.3985633]},"properties":{"@type":"node","@id":5786934587,"@timestamp":1576919110},"coords":"51.3985633,-0.2002518","bedrooms":"1","price":"269000","area":"549"} , +{"type":"Feature","id":"n5786934677","geometry":{"type":"Point","coordinates":[-0.2061505,51.4062146]},"properties":{"@type":"node","@id":5786934677,"@timestamp":1579967456},"coords":"51.4062146,-0.2061505","bedrooms":"3","price":"187000","area":"638"} , +{"type":"Feature","id":"n5786934745","geometry":{"type":"Point","coordinates":[-0.1984187,51.3995936]},"properties":{"@type":"node","@id":5786934745,"@timestamp":1576919110},"coords":"51.3995936,-0.1984187","bedrooms":"2","price":"280000","area":"555"} , +{"type":"Feature","id":"n5787254630","geometry":{"type":"Point","coordinates":[-0.21838,51.4173548]},"properties":{"@type":"node","@id":5787254630,"@timestamp":1608589335},"coords":"51.4173548,-0.21838","bedrooms":"2","price":"290000","area":"571"} , +{"type":"Feature","id":"n5787255404","geometry":{"type":"Point","coordinates":[-0.2183699,51.4104985]},"properties":{"@type":"node","@id":5787255404,"@timestamp":1583621596},"coords":"51.4104985,-0.2183699","bedrooms":"3","price":"219000","area":"380"} , +{"type":"Feature","id":"n5787255560","geometry":{"type":"Point","coordinates":[-0.2068318,51.404404]},"properties":{"@type":"node","@id":5787255560,"@timestamp":1579967456},"coords":"51.404404,-0.2068318","bedrooms":"4","price":"295000","area":"494"} , +{"type":"Feature","id":"n5787473551","geometry":{"type":"Point","coordinates":[-0.9430403,51.4524579]},"properties":{"@type":"node","@id":5787473551,"@timestamp":1532618861},"coords":"51.4524579,-0.9430403","bedrooms":"1","price":"216000","area":"698"} , +{"type":"Feature","id":"n5787575764","geometry":{"type":"Point","coordinates":[-0.1461703,51.5137787]},"properties":{"@type":"node","@id":5787575764,"@timestamp":1576062713},"coords":"51.5137787,-0.1461703","bedrooms":"4","price":"291000","area":"570"} , +{"type":"Feature","id":"n5787800281","geometry":{"type":"Point","coordinates":[-0.0676721,51.6046633]},"properties":{"@type":"node","@id":5787800281,"@timestamp":1554281238},"coords":"51.6046633,-0.0676721","bedrooms":"4","price":"197000","area":"554"} , +{"type":"Feature","id":"n5787876104","geometry":{"type":"Point","coordinates":[-1.092277,51.4352025]},"properties":{"@type":"node","@id":5787876104,"@timestamp":1532633509},"coords":"51.4352025,-1.092277","bedrooms":"3","price":"283000","area":"426"} , +{"type":"Feature","id":"n5787891105","geometry":{"type":"Point","coordinates":[-1.0922799,51.4321735]},"properties":{"@type":"node","@id":5787891105,"@timestamp":1532633984},"coords":"51.4321735,-1.0922799","bedrooms":"4","price":"260000","area":"497"} , +{"type":"Feature","id":"n5788340964","geometry":{"type":"Point","coordinates":[-0.1085538,51.5220652]},"properties":{"@type":"node","@id":5788340964,"@timestamp":1627940192},"coords":"51.5220652,-0.1085538","bedrooms":"0","price":"279000","area":"573"} , +{"type":"Feature","id":"n5788392548","geometry":{"type":"Point","coordinates":[-0.0952384,51.5338153]},"properties":{"@type":"node","@id":5788392548,"@timestamp":1532659464},"coords":"51.5338153,-0.0952384","bedrooms":"4","price":"222000","area":"639"} , +{"type":"Feature","id":"n5788784174","geometry":{"type":"Point","coordinates":[-0.622722,50.9922336]},"properties":{"@type":"node","@id":5788784174,"@timestamp":1532667943},"coords":"50.9922336,-0.622722","bedrooms":"2","price":"181000","area":"462"} , +{"type":"Feature","id":"n5788784188","geometry":{"type":"Point","coordinates":[-0.6261583,50.9970092]},"properties":{"@type":"node","@id":5788784188,"@timestamp":1532667944},"coords":"50.9970092,-0.6261583","bedrooms":"2","price":"293000","area":"646"} , +{"type":"Feature","id":"n5788784206","geometry":{"type":"Point","coordinates":[-0.6281575,50.9974878]},"properties":{"@type":"node","@id":5788784206,"@timestamp":1532667944},"coords":"50.9974878,-0.6281575","bedrooms":"1","price":"233000","area":"486"} , +{"type":"Feature","id":"n5788784219","geometry":{"type":"Point","coordinates":[-0.6260728,50.996489]},"properties":{"@type":"node","@id":5788784219,"@timestamp":1532667944},"coords":"50.996489,-0.6260728","bedrooms":"1","price":"184000","area":"422"} , +{"type":"Feature","id":"n5788784234","geometry":{"type":"Point","coordinates":[-0.6281353,50.9952793]},"properties":{"@type":"node","@id":5788784234,"@timestamp":1532667945},"coords":"50.9952793,-0.6281353","bedrooms":"1","price":"155000","area":"383"} , +{"type":"Feature","id":"n5788785770","geometry":{"type":"Point","coordinates":[-0.6234529,50.9909732]},"properties":{"@type":"node","@id":5788785770,"@timestamp":1532668180},"coords":"50.9909732,-0.6234529","bedrooms":"1","price":"231000","area":"654"} , +{"type":"Feature","id":"n5789185384","geometry":{"type":"Point","coordinates":[-0.4522687,51.3791522]},"properties":{"@type":"node","@id":5789185384,"@timestamp":1532678237},"coords":"51.3791522,-0.4522687","bedrooms":"3","price":"254000","area":"538"} , +{"type":"Feature","id":"n5789724596","geometry":{"type":"Point","coordinates":[-0.0226489,51.517867]},"properties":{"@type":"node","@id":5789724596,"@timestamp":1532693656},"coords":"51.517867,-0.0226489","bedrooms":"2","price":"259000","area":"523"} , +{"type":"Feature","id":"n5790048106","geometry":{"type":"Point","coordinates":[-0.147705,51.5143223]},"properties":{"@type":"node","@id":5790048106,"@timestamp":1543775803},"coords":"51.5143223,-0.147705","bedrooms":"2","price":"198000","area":"598"} , +{"type":"Feature","id":"n5790095861","geometry":{"type":"Point","coordinates":[0.1253177,51.4146443]},"properties":{"@type":"node","@id":5790095861,"@timestamp":1552552009},"coords":"51.4146443,0.1253177","bedrooms":"3","price":"199000","area":"587"} , +{"type":"Feature","id":"n5790182036","geometry":{"type":"Point","coordinates":[0.4267308,51.5150435]},"properties":{"@type":"node","@id":5790182036,"@timestamp":1543680092},"coords":"51.5150435,0.4267308","bedrooms":"4","price":"279000","area":"479"} , +{"type":"Feature","id":"n5790254960","geometry":{"type":"Point","coordinates":[-0.0998241,51.4244053]},"properties":{"@type":"node","@id":5790254960,"@timestamp":1532711485},"coords":"51.4244053,-0.0998241","bedrooms":"2","price":"242000","area":"645"} , +{"type":"Feature","id":"n5790382750","geometry":{"type":"Point","coordinates":[-1.0664454,51.4414876]},"properties":{"@type":"node","@id":5790382750,"@timestamp":1532716948},"coords":"51.4414876,-1.0664454","bedrooms":"0","price":"174000","area":"411"} , +{"type":"Feature","id":"n5790589752","geometry":{"type":"Point","coordinates":[-1.0553207,51.4408057]},"properties":{"@type":"node","@id":5790589752,"@timestamp":1572012932},"coords":"51.4408057,-1.0553207","bedrooms":"2","price":"167000","area":"460"} , +{"type":"Feature","id":"n5790683459","geometry":{"type":"Point","coordinates":[-1.0177762,51.4444069]},"properties":{"@type":"node","@id":5790683459,"@timestamp":1626093624},"coords":"51.4444069,-1.0177762","bedrooms":"2","price":"231000","area":"354"} , +{"type":"Feature","id":"n5790700844","geometry":{"type":"Point","coordinates":[-1.0129466,51.4455601]},"properties":{"@type":"node","@id":5790700844,"@timestamp":1532725770},"coords":"51.4455601,-1.0129466","bedrooms":"3","price":"267000","area":"561"} , +{"type":"Feature","id":"n5790953046","geometry":{"type":"Point","coordinates":[-0.0867564,51.4733796]},"properties":{"@type":"node","@id":5790953046,"@timestamp":1557846006},"coords":"51.4733796,-0.0867564","bedrooms":"0","price":"185000","area":"653"} , +{"type":"Feature","id":"n5792262325","geometry":{"type":"Point","coordinates":[-0.1123912,50.9997656]},"properties":{"@type":"node","@id":5792262325,"@timestamp":1532785107},"coords":"50.9997656,-0.1123912","bedrooms":"1","price":"267000","area":"363"} , +{"type":"Feature","id":"n5792529641","geometry":{"type":"Point","coordinates":[-0.1092669,51.0049538]},"properties":{"@type":"node","@id":5792529641,"@timestamp":1616680885},"coords":"51.0049538,-0.1092669","bedrooms":"2","price":"162000","area":"605"} , +{"type":"Feature","id":"n5792791070","geometry":{"type":"Point","coordinates":[0.114873,51.4065147]},"properties":{"@type":"node","@id":5792791070,"@timestamp":1626683729},"coords":"51.4065147,0.114873","bedrooms":"3","price":"155000","area":"492"} , +{"type":"Feature","id":"n5792791111","geometry":{"type":"Point","coordinates":[0.120622,51.4008162]},"properties":{"@type":"node","@id":5792791111,"@timestamp":1532806606},"coords":"51.4008162,0.120622","bedrooms":"4","price":"156000","area":"440"} , +{"type":"Feature","id":"n5792803492","geometry":{"type":"Point","coordinates":[-0.9901129,51.4473384]},"properties":{"@type":"node","@id":5792803492,"@timestamp":1615727334},"coords":"51.4473384,-0.9901129","bedrooms":"4","price":"287000","area":"659"} , +{"type":"Feature","id":"n5792826441","geometry":{"type":"Point","coordinates":[-0.966009,51.4404285]},"properties":{"@type":"node","@id":5792826441,"@timestamp":1621104093},"coords":"51.4404285,-0.966009","bedrooms":"1","price":"250000","area":"400"} , +{"type":"Feature","id":"n5792839179","geometry":{"type":"Point","coordinates":[-0.0273566,51.4487836]},"properties":{"@type":"node","@id":5792839179,"@timestamp":1532808741},"coords":"51.4487836,-0.0273566","bedrooms":"1","price":"290000","area":"514"} , +{"type":"Feature","id":"n5792839189","geometry":{"type":"Point","coordinates":[-0.0265385,51.4492801]},"properties":{"@type":"node","@id":5792839189,"@timestamp":1532808741},"coords":"51.4492801,-0.0265385","bedrooms":"4","price":"258000","area":"405"} , +{"type":"Feature","id":"n5792897430","geometry":{"type":"Point","coordinates":[-0.9725035,51.452779]},"properties":{"@type":"node","@id":5792897430,"@timestamp":1614106584},"coords":"51.452779,-0.9725035","bedrooms":"3","price":"223000","area":"683"} , +{"type":"Feature","id":"n5792904347","geometry":{"type":"Point","coordinates":[-0.9858496,51.4473777]},"properties":{"@type":"node","@id":5792904347,"@timestamp":1616249959},"coords":"51.4473777,-0.9858496","bedrooms":"0","price":"169000","area":"369"} , +{"type":"Feature","id":"n5792993556","geometry":{"type":"Point","coordinates":[-0.1089473,51.0071062]},"properties":{"@type":"node","@id":5792993556,"@timestamp":1616680885},"coords":"51.0071062,-0.1089473","bedrooms":"0","price":"275000","area":"452"} , +{"type":"Feature","id":"n5793357272","geometry":{"type":"Point","coordinates":[0.092302,50.9930157]},"properties":{"@type":"node","@id":5793357272,"@timestamp":1532845911},"coords":"50.9930157,0.092302","bedrooms":"1","price":"271000","area":"414"} , +{"type":"Feature","id":"n5793557474","geometry":{"type":"Point","coordinates":[-0.0379445,51.517677]},"properties":{"@type":"node","@id":5793557474,"@timestamp":1532856463},"coords":"51.517677,-0.0379445","bedrooms":"3","price":"273000","area":"382"} , +{"type":"Feature","id":"n5793805978","geometry":{"type":"Point","coordinates":[0.0956883,51.501566]},"properties":{"@type":"node","@id":5793805978,"@timestamp":1618709818},"coords":"51.501566,0.0956883","bedrooms":"4","price":"198000","area":"698"} , +{"type":"Feature","id":"n5794003851","geometry":{"type":"Point","coordinates":[-0.0730053,50.9649419]},"properties":{"@type":"node","@id":5794003851,"@timestamp":1532877684},"coords":"50.9649419,-0.0730053","bedrooms":"4","price":"221000","area":"516"} , +{"type":"Feature","id":"n5794075981","geometry":{"type":"Point","coordinates":[-0.0931733,51.3750248]},"properties":{"@type":"node","@id":5794075981,"@timestamp":1532880652},"coords":"51.3750248,-0.0931733","bedrooms":"2","price":"188000","area":"398"} , +{"type":"Feature","id":"n5794182739","geometry":{"type":"Point","coordinates":[-0.1313879,51.0060851]},"properties":{"@type":"node","@id":5794182739,"@timestamp":1635502059},"coords":"51.0060851,-0.1313879","bedrooms":"4","price":"254000","area":"621"} , +{"type":"Feature","id":"n5794307717","geometry":{"type":"Point","coordinates":[-0.1057721,51.0016402]},"properties":{"@type":"node","@id":5794307717,"@timestamp":1532891276},"coords":"51.0016402,-0.1057721","bedrooms":"4","price":"266000","area":"667"} , +{"type":"Feature","id":"n5794542670","geometry":{"type":"Point","coordinates":[0.0913549,51.5021598]},"properties":{"@type":"node","@id":5794542670,"@timestamp":1623368383},"coords":"51.5021598,0.0913549","bedrooms":"2","price":"174000","area":"539"} , +{"type":"Feature","id":"n5794551006","geometry":{"type":"Point","coordinates":[-0.1205277,51.3071412]},"properties":{"@type":"node","@id":5794551006,"@timestamp":1532900927},"coords":"51.3071412,-0.1205277","bedrooms":"3","price":"233000","area":"673"} , +{"type":"Feature","id":"n5794585917","geometry":{"type":"Point","coordinates":[0.0862091,51.4926284]},"properties":{"@type":"node","@id":5794585917,"@timestamp":1532903221},"coords":"51.4926284,0.0862091","bedrooms":"3","price":"283000","area":"628"} , +{"type":"Feature","id":"n5795272227","geometry":{"type":"Point","coordinates":[-0.1407436,51.3349303]},"properties":{"@type":"node","@id":5795272227,"@timestamp":1532938187},"coords":"51.3349303,-0.1407436","bedrooms":"1","price":"227000","area":"488"} , +{"type":"Feature","id":"n5795913055","geometry":{"type":"Point","coordinates":[0.0026855,51.5504968]},"properties":{"@type":"node","@id":5795913055,"@timestamp":1583185329},"coords":"51.5504968,0.0026855","bedrooms":"3","price":"206000","area":"416"} , +{"type":"Feature","id":"n5796285606","geometry":{"type":"Point","coordinates":[0.0147983,50.9987115]},"properties":{"@type":"node","@id":5796285606,"@timestamp":1559321129},"coords":"50.9987115,0.0147983","bedrooms":"1","price":"200000","area":"596"} , +{"type":"Feature","id":"n5796495737","geometry":{"type":"Point","coordinates":[-0.0351092,51.2830897]},"properties":{"@type":"node","@id":5796495737,"@timestamp":1532969570},"coords":"51.2830897,-0.0351092","bedrooms":"3","price":"297000","area":"482"} , +{"type":"Feature","id":"n5796495752","geometry":{"type":"Point","coordinates":[-0.0361651,51.2850185]},"properties":{"@type":"node","@id":5796495752,"@timestamp":1532969571},"coords":"51.2850185,-0.0361651","bedrooms":"2","price":"282000","area":"434"} , +{"type":"Feature","id":"n5796606122","geometry":{"type":"Point","coordinates":[-0.2046056,51.4009301]},"properties":{"@type":"node","@id":5796606122,"@timestamp":1584225401},"coords":"51.4009301,-0.2046056","bedrooms":"3","price":"289000","area":"485"} , +{"type":"Feature","id":"n5796607265","geometry":{"type":"Point","coordinates":[-0.2083142,51.4027432]},"properties":{"@type":"node","@id":5796607265,"@timestamp":1607189226},"coords":"51.4027432,-0.2083142","bedrooms":"3","price":"178000","area":"463"} , +{"type":"Feature","id":"n5796607294","geometry":{"type":"Point","coordinates":[-0.2103724,51.401078]},"properties":{"@type":"node","@id":5796607294,"@timestamp":1584046621},"coords":"51.401078,-0.2103724","bedrooms":"3","price":"154000","area":"518"} , +{"type":"Feature","id":"n5796607342","geometry":{"type":"Point","coordinates":[-0.2083631,51.403891]},"properties":{"@type":"node","@id":5796607342,"@timestamp":1576625229},"coords":"51.403891,-0.2083631","bedrooms":"3","price":"210000","area":"578"} , +{"type":"Feature","id":"n5796607374","geometry":{"type":"Point","coordinates":[-0.2113266,51.4057147]},"properties":{"@type":"node","@id":5796607374,"@timestamp":1576625229},"coords":"51.4057147,-0.2113266","bedrooms":"1","price":"261000","area":"357"} , +{"type":"Feature","id":"n5796607390","geometry":{"type":"Point","coordinates":[-0.2117504,51.404607]},"properties":{"@type":"node","@id":5796607390,"@timestamp":1576625229},"coords":"51.404607,-0.2117504","bedrooms":"3","price":"228000","area":"611"} , +{"type":"Feature","id":"n5796663977","geometry":{"type":"Point","coordinates":[-0.2133445,51.4010235]},"properties":{"@type":"node","@id":5796663977,"@timestamp":1580553194},"coords":"51.4010235,-0.2133445","bedrooms":"0","price":"248000","area":"685"} , +{"type":"Feature","id":"n5796663999","geometry":{"type":"Point","coordinates":[-0.2118585,51.4010533]},"properties":{"@type":"node","@id":5796663999,"@timestamp":1581930953},"coords":"51.4010533,-0.2118585","bedrooms":"3","price":"259000","area":"626"} , +{"type":"Feature","id":"n5796664050","geometry":{"type":"Point","coordinates":[-0.2167586,51.3995962]},"properties":{"@type":"node","@id":5796664050,"@timestamp":1580553194},"coords":"51.3995962,-0.2167586","bedrooms":"3","price":"283000","area":"406"} , +{"type":"Feature","id":"n5796664187","geometry":{"type":"Point","coordinates":[-0.2175936,51.3971745]},"properties":{"@type":"node","@id":5796664187,"@timestamp":1575069381},"coords":"51.3971745,-0.2175936","bedrooms":"3","price":"203000","area":"654"} , +{"type":"Feature","id":"n5796664212","geometry":{"type":"Point","coordinates":[-0.2064541,51.3988757]},"properties":{"@type":"node","@id":5796664212,"@timestamp":1579384739},"coords":"51.3988757,-0.2064541","bedrooms":"4","price":"298000","area":"503"} , +{"type":"Feature","id":"n5796664227","geometry":{"type":"Point","coordinates":[-0.2079635,51.3998549]},"properties":{"@type":"node","@id":5796664227,"@timestamp":1579387283},"coords":"51.3998549,-0.2079635","bedrooms":"3","price":"299000","area":"573"} , +{"type":"Feature","id":"n5796664251","geometry":{"type":"Point","coordinates":[-0.2100154,51.3994266]},"properties":{"@type":"node","@id":5796664251,"@timestamp":1579388181},"coords":"51.3994266,-0.2100154","bedrooms":"0","price":"245000","area":"416"} , +{"type":"Feature","id":"n5796664274","geometry":{"type":"Point","coordinates":[-0.2110899,51.3976946]},"properties":{"@type":"node","@id":5796664274,"@timestamp":1579384739},"coords":"51.3976946,-0.2110899","bedrooms":"1","price":"191000","area":"443"} , +{"type":"Feature","id":"n5796686063","geometry":{"type":"Point","coordinates":[-0.2135395,51.396453]},"properties":{"@type":"node","@id":5796686063,"@timestamp":1575151536},"coords":"51.396453,-0.2135395","bedrooms":"3","price":"199000","area":"687"} , +{"type":"Feature","id":"n5796686085","geometry":{"type":"Point","coordinates":[-0.2151794,51.3951093]},"properties":{"@type":"node","@id":5796686085,"@timestamp":1578696264},"coords":"51.3951093,-0.2151794","bedrooms":"1","price":"238000","area":"418"} , +{"type":"Feature","id":"n5796686108","geometry":{"type":"Point","coordinates":[-0.2168319,51.3952409]},"properties":{"@type":"node","@id":5796686108,"@timestamp":1575151536},"coords":"51.3952409,-0.2168319","bedrooms":"2","price":"261000","area":"529"} , +{"type":"Feature","id":"n5796686137","geometry":{"type":"Point","coordinates":[-0.2182509,51.3966903]},"properties":{"@type":"node","@id":5796686137,"@timestamp":1575069381},"coords":"51.3966903,-0.2182509","bedrooms":"2","price":"283000","area":"611"} , +{"type":"Feature","id":"n5796686363","geometry":{"type":"Point","coordinates":[-0.2195184,51.395019]},"properties":{"@type":"node","@id":5796686363,"@timestamp":1575154600},"coords":"51.395019,-0.2195184","bedrooms":"2","price":"249000","area":"389"} , +{"type":"Feature","id":"n5796686383","geometry":{"type":"Point","coordinates":[-0.2184897,51.3928078]},"properties":{"@type":"node","@id":5796686383,"@timestamp":1575151536},"coords":"51.3928078,-0.2184897","bedrooms":"2","price":"264000","area":"403"} , +{"type":"Feature","id":"n5796686414","geometry":{"type":"Point","coordinates":[-0.2204242,51.3941356]},"properties":{"@type":"node","@id":5796686414,"@timestamp":1575154600},"coords":"51.3941356,-0.2204242","bedrooms":"4","price":"162000","area":"612"} , +{"type":"Feature","id":"n5796686436","geometry":{"type":"Point","coordinates":[-0.2234938,51.3949423]},"properties":{"@type":"node","@id":5796686436,"@timestamp":1574900530},"coords":"51.3949423,-0.2234938","bedrooms":"0","price":"255000","area":"414"} , +{"type":"Feature","id":"n5796686458","geometry":{"type":"Point","coordinates":[-0.2211501,51.3930325]},"properties":{"@type":"node","@id":5796686458,"@timestamp":1579389226},"coords":"51.3930325,-0.2211501","bedrooms":"0","price":"292000","area":"657"} , +{"type":"Feature","id":"n5796686487","geometry":{"type":"Point","coordinates":[-0.2231275,51.3927147]},"properties":{"@type":"node","@id":5796686487,"@timestamp":1575240111},"coords":"51.3927147,-0.2231275","bedrooms":"4","price":"183000","area":"652"} , +{"type":"Feature","id":"n5796774644","geometry":{"type":"Point","coordinates":[-0.1016771,50.9983733]},"properties":{"@type":"node","@id":5796774644,"@timestamp":1532978339},"coords":"50.9983733,-0.1016771","bedrooms":"2","price":"285000","area":"491"} , +{"type":"Feature","id":"n5796824768","geometry":{"type":"Point","coordinates":[0.0110719,51.5391505]},"properties":{"@type":"node","@id":5796824768,"@timestamp":1634575354},"coords":"51.5391505,0.0110719","bedrooms":"3","price":"225000","area":"381"} , +{"type":"Feature","id":"n5796866450","geometry":{"type":"Point","coordinates":[-1.0625586,51.3012185]},"properties":{"@type":"node","@id":5796866450,"@timestamp":1551205745},"coords":"51.3012185,-1.0625586","bedrooms":"1","price":"181000","area":"389"} , +{"type":"Feature","id":"n5796907834","geometry":{"type":"Point","coordinates":[-1.0538368,51.2926424]},"properties":{"@type":"node","@id":5796907834,"@timestamp":1532982900},"coords":"51.2926424,-1.0538368","bedrooms":"2","price":"179000","area":"434"} , +{"type":"Feature","id":"n5796939889","geometry":{"type":"Point","coordinates":[-0.0399891,51.523077]},"properties":{"@type":"node","@id":5796939889,"@timestamp":1532984277},"coords":"51.523077,-0.0399891","bedrooms":"2","price":"259000","area":"414"} , +{"type":"Feature","id":"n5796953465","geometry":{"type":"Point","coordinates":[0.0108546,51.5403102]},"properties":{"@type":"node","@id":5796953465,"@timestamp":1634220071},"coords":"51.5403102,0.0108546","bedrooms":"0","price":"260000","area":"534"} , +{"type":"Feature","id":"n5796960069","geometry":{"type":"Point","coordinates":[-0.083528,51.3473175]},"properties":{"@type":"node","@id":5796960069,"@timestamp":1533314342},"coords":"51.3473175,-0.083528","bedrooms":"4","price":"244000","area":"655"} , +{"type":"Feature","id":"n5796993922","geometry":{"type":"Point","coordinates":[0.1160391,51.3934496]},"properties":{"@type":"node","@id":5796993922,"@timestamp":1532986320},"coords":"51.3934496,0.1160391","bedrooms":"4","price":"190000","area":"507"} , +{"type":"Feature","id":"n5797011699","geometry":{"type":"Point","coordinates":[-0.0975308,51.3563506]},"properties":{"@type":"node","@id":5797011699,"@timestamp":1532987091},"coords":"51.3563506,-0.0975308","bedrooms":"3","price":"231000","area":"572"} , +{"type":"Feature","id":"n5797017160","geometry":{"type":"Point","coordinates":[-0.8061942,51.6913429]},"properties":{"@type":"node","@id":5797017160,"@timestamp":1532987210},"coords":"51.6913429,-0.8061942","bedrooms":"3","price":"298000","area":"521"} , +{"type":"Feature","id":"n5797017182","geometry":{"type":"Point","coordinates":[-0.80431,51.6918185]},"properties":{"@type":"node","@id":5797017182,"@timestamp":1532987213},"coords":"51.6918185,-0.80431","bedrooms":"3","price":"272000","area":"474"} , +{"type":"Feature","id":"n5797017205","geometry":{"type":"Point","coordinates":[-0.8039472,51.6905565]},"properties":{"@type":"node","@id":5797017205,"@timestamp":1532987213},"coords":"51.6905565,-0.8039472","bedrooms":"0","price":"170000","area":"582"} , +{"type":"Feature","id":"n5797017526","geometry":{"type":"Point","coordinates":[-0.788837,51.6740802]},"properties":{"@type":"node","@id":5797017526,"@timestamp":1532987215},"coords":"51.6740802,-0.788837","bedrooms":"3","price":"297000","area":"446"} , +{"type":"Feature","id":"n5797017675","geometry":{"type":"Point","coordinates":[-0.7752606,51.664796]},"properties":{"@type":"node","@id":5797017675,"@timestamp":1532987217},"coords":"51.664796,-0.7752606","bedrooms":"4","price":"243000","area":"561"} , +{"type":"Feature","id":"n5797017719","geometry":{"type":"Point","coordinates":[-0.7750155,51.6638036]},"properties":{"@type":"node","@id":5797017719,"@timestamp":1532987218},"coords":"51.6638036,-0.7750155","bedrooms":"0","price":"271000","area":"650"} , +{"type":"Feature","id":"n5797017742","geometry":{"type":"Point","coordinates":[-0.774459,51.6643007]},"properties":{"@type":"node","@id":5797017742,"@timestamp":1532987218},"coords":"51.6643007,-0.774459","bedrooms":"2","price":"191000","area":"530"} , +{"type":"Feature","id":"n5797017965","geometry":{"type":"Point","coordinates":[-0.7523737,51.6615044]},"properties":{"@type":"node","@id":5797017965,"@timestamp":1536081014},"coords":"51.6615044,-0.7523737","bedrooms":"3","price":"158000","area":"518"} , +{"type":"Feature","id":"n5797017982","geometry":{"type":"Point","coordinates":[-0.7506081,51.6607902]},"properties":{"@type":"node","@id":5797017982,"@timestamp":1532987220},"coords":"51.6607902,-0.7506081","bedrooms":"0","price":"221000","area":"493"} , +{"type":"Feature","id":"n5797018138","geometry":{"type":"Point","coordinates":[-0.7357219,51.6647041]},"properties":{"@type":"node","@id":5797018138,"@timestamp":1532987222},"coords":"51.6647041,-0.7357219","bedrooms":"4","price":"238000","area":"529"} , +{"type":"Feature","id":"n5797018210","geometry":{"type":"Point","coordinates":[-0.7338209,51.6738384]},"properties":{"@type":"node","@id":5797018210,"@timestamp":1532987224},"coords":"51.6738384,-0.7338209","bedrooms":"1","price":"177000","area":"603"} , +{"type":"Feature","id":"n5797018238","geometry":{"type":"Point","coordinates":[-0.7320312,51.674127]},"properties":{"@type":"node","@id":5797018238,"@timestamp":1532987225},"coords":"51.674127,-0.7320312","bedrooms":"4","price":"284000","area":"503"} , +{"type":"Feature","id":"n5797018259","geometry":{"type":"Point","coordinates":[-0.7322853,51.6751283]},"properties":{"@type":"node","@id":5797018259,"@timestamp":1532987225},"coords":"51.6751283,-0.7322853","bedrooms":"1","price":"278000","area":"398"} , +{"type":"Feature","id":"n5797018308","geometry":{"type":"Point","coordinates":[-0.7080857,51.6829601]},"properties":{"@type":"node","@id":5797018308,"@timestamp":1532987227},"coords":"51.6829601,-0.7080857","bedrooms":"1","price":"280000","area":"498"} , +{"type":"Feature","id":"n5797018323","geometry":{"type":"Point","coordinates":[-0.7044473,51.6824055]},"properties":{"@type":"node","@id":5797018323,"@timestamp":1532987227},"coords":"51.6824055,-0.7044473","bedrooms":"2","price":"165000","area":"671"} , +{"type":"Feature","id":"n5797018404","geometry":{"type":"Point","coordinates":[-0.7052574,51.7048698]},"properties":{"@type":"node","@id":5797018404,"@timestamp":1532987229},"coords":"51.7048698,-0.7052574","bedrooms":"1","price":"194000","area":"691"} , +{"type":"Feature","id":"n5797018423","geometry":{"type":"Point","coordinates":[-0.7035689,51.7030854]},"properties":{"@type":"node","@id":5797018423,"@timestamp":1532987229},"coords":"51.7030854,-0.7035689","bedrooms":"0","price":"226000","area":"564"} , +{"type":"Feature","id":"n5797018447","geometry":{"type":"Point","coordinates":[-0.7064684,51.7037358]},"properties":{"@type":"node","@id":5797018447,"@timestamp":1532987230},"coords":"51.7037358,-0.7064684","bedrooms":"3","price":"195000","area":"691"} , +{"type":"Feature","id":"n5797018615","geometry":{"type":"Point","coordinates":[-0.7086812,51.7040017]},"properties":{"@type":"node","@id":5797018615,"@timestamp":1532987231},"coords":"51.7040017,-0.7086812","bedrooms":"3","price":"212000","area":"475"} , +{"type":"Feature","id":"n5797018634","geometry":{"type":"Point","coordinates":[-0.7080339,51.704147]},"properties":{"@type":"node","@id":5797018634,"@timestamp":1621256620},"coords":"51.704147,-0.7080339","bedrooms":"2","price":"227000","area":"697"} , +{"type":"Feature","id":"n5797018685","geometry":{"type":"Point","coordinates":[-0.7075181,51.7039974]},"properties":{"@type":"node","@id":5797018685,"@timestamp":1532987233},"coords":"51.7039974,-0.7075181","bedrooms":"4","price":"296000","area":"358"} , +{"type":"Feature","id":"n5797018698","geometry":{"type":"Point","coordinates":[-0.7070491,51.7032708]},"properties":{"@type":"node","@id":5797018698,"@timestamp":1532987233},"coords":"51.7032708,-0.7070491","bedrooms":"1","price":"240000","area":"588"} , +{"type":"Feature","id":"n5797018708","geometry":{"type":"Point","coordinates":[-0.7066903,51.7027817]},"properties":{"@type":"node","@id":5797018708,"@timestamp":1532987234},"coords":"51.7027817,-0.7066903","bedrooms":"3","price":"244000","area":"402"} , +{"type":"Feature","id":"n5797018722","geometry":{"type":"Point","coordinates":[-0.7056128,51.7022078]},"properties":{"@type":"node","@id":5797018722,"@timestamp":1532987234},"coords":"51.7022078,-0.7056128","bedrooms":"2","price":"248000","area":"417"} , +{"type":"Feature","id":"n5797018748","geometry":{"type":"Point","coordinates":[-0.7053821,51.7016714]},"properties":{"@type":"node","@id":5797018748,"@timestamp":1532987235},"coords":"51.7016714,-0.7053821","bedrooms":"4","price":"184000","area":"570"} , +{"type":"Feature","id":"n5797018896","geometry":{"type":"Point","coordinates":[-0.719801,51.6995472]},"properties":{"@type":"node","@id":5797018896,"@timestamp":1532987237},"coords":"51.6995472,-0.719801","bedrooms":"2","price":"253000","area":"433"} , +{"type":"Feature","id":"n5797018963","geometry":{"type":"Point","coordinates":[-0.7346155,51.6995846]},"properties":{"@type":"node","@id":5797018963,"@timestamp":1532987238},"coords":"51.6995846,-0.7346155","bedrooms":"4","price":"156000","area":"363"} , +{"type":"Feature","id":"n5797019028","geometry":{"type":"Point","coordinates":[-0.7417113,51.699922]},"properties":{"@type":"node","@id":5797019028,"@timestamp":1532987239},"coords":"51.699922,-0.7417113","bedrooms":"3","price":"233000","area":"637"} , +{"type":"Feature","id":"n5797019098","geometry":{"type":"Point","coordinates":[-0.7375699,51.6954469]},"properties":{"@type":"node","@id":5797019098,"@timestamp":1532987241},"coords":"51.6954469,-0.7375699","bedrooms":"2","price":"205000","area":"376"} , +{"type":"Feature","id":"n5797019152","geometry":{"type":"Point","coordinates":[-0.7420774,51.6992695]},"properties":{"@type":"node","@id":5797019152,"@timestamp":1543947001},"coords":"51.6992695,-0.7420774","bedrooms":"3","price":"162000","area":"682"} , +{"type":"Feature","id":"n5797019181","geometry":{"type":"Point","coordinates":[-0.7422853,51.6997296]},"properties":{"@type":"node","@id":5797019181,"@timestamp":1532987242},"coords":"51.6997296,-0.7422853","bedrooms":"1","price":"248000","area":"532"} , +{"type":"Feature","id":"n5797019301","geometry":{"type":"Point","coordinates":[-0.7513216,51.7041788]},"properties":{"@type":"node","@id":5797019301,"@timestamp":1532987245},"coords":"51.7041788,-0.7513216","bedrooms":"2","price":"163000","area":"489"} , +{"type":"Feature","id":"n5797019472","geometry":{"type":"Point","coordinates":[-0.7778004,51.705831]},"properties":{"@type":"node","@id":5797019472,"@timestamp":1532987247},"coords":"51.705831,-0.7778004","bedrooms":"3","price":"222000","area":"638"} , +{"type":"Feature","id":"n5797098026","geometry":{"type":"Point","coordinates":[-0.2359954,51.3951217]},"properties":{"@type":"node","@id":5797098026,"@timestamp":1557231550},"coords":"51.3951217,-0.2359954","bedrooms":"3","price":"207000","area":"608"} , +{"type":"Feature","id":"n5797098272","geometry":{"type":"Point","coordinates":[-0.2393042,51.3849669]},"properties":{"@type":"node","@id":5797098272,"@timestamp":1616067890},"coords":"51.3849669,-0.2393042","bedrooms":"1","price":"295000","area":"362"} , +{"type":"Feature","id":"n5798437127","geometry":{"type":"Point","coordinates":[-0.2383282,51.3858138]},"properties":{"@type":"node","@id":5798437127,"@timestamp":1600599350},"coords":"51.3858138,-0.2383282","bedrooms":"1","price":"234000","area":"612"} , +{"type":"Feature","id":"n5798635554","geometry":{"type":"Point","coordinates":[-0.2219102,51.385278]},"properties":{"@type":"node","@id":5798635554,"@timestamp":1594328679},"coords":"51.385278,-0.2219102","bedrooms":"4","price":"266000","area":"438"} , +{"type":"Feature","id":"n5798635585","geometry":{"type":"Point","coordinates":[-0.2192897,51.3840716]},"properties":{"@type":"node","@id":5798635585,"@timestamp":1593209072},"coords":"51.3840716,-0.2192897","bedrooms":"1","price":"180000","area":"698"} , +{"type":"Feature","id":"n5798815208","geometry":{"type":"Point","coordinates":[-0.1967579,51.4426738]},"properties":{"@type":"node","@id":5798815208,"@timestamp":1593686284},"coords":"51.4426738,-0.1967579","bedrooms":"3","price":"272000","area":"417"} , +{"type":"Feature","id":"n5798918224","geometry":{"type":"Point","coordinates":[-0.0923049,51.3750684]},"properties":{"@type":"node","@id":5798918224,"@timestamp":1559134581},"coords":"51.3750684,-0.0923049","bedrooms":"3","price":"271000","area":"446"} , +{"type":"Feature","id":"n5799225135","geometry":{"type":"Point","coordinates":[-0.9715149,51.4560877]},"properties":{"@type":"node","@id":5799225135,"@timestamp":1533052245},"coords":"51.4560877,-0.9715149","bedrooms":"3","price":"201000","area":"469"} , +{"type":"Feature","id":"n5799431328","geometry":{"type":"Point","coordinates":[-0.1088284,50.9999979]},"properties":{"@type":"node","@id":5799431328,"@timestamp":1533057855},"coords":"50.9999979,-0.1088284","bedrooms":"1","price":"271000","area":"641"} , +{"type":"Feature","id":"n5799431338","geometry":{"type":"Point","coordinates":[-0.1107026,50.9997446]},"properties":{"@type":"node","@id":5799431338,"@timestamp":1533057856},"coords":"50.9997446,-0.1107026","bedrooms":"3","price":"159000","area":"498"} , +{"type":"Feature","id":"n5799431348","geometry":{"type":"Point","coordinates":[-0.1096821,50.9996]},"properties":{"@type":"node","@id":5799431348,"@timestamp":1533057856},"coords":"50.9996,-0.1096821","bedrooms":"3","price":"159000","area":"540"} , +{"type":"Feature","id":"n5799648603","geometry":{"type":"Point","coordinates":[-0.5036063,51.3911854]},"properties":{"@type":"node","@id":5799648603,"@timestamp":1533110627},"coords":"51.3911854,-0.5036063","bedrooms":"1","price":"166000","area":"388"} , +{"type":"Feature","id":"n5799733422","geometry":{"type":"Point","coordinates":[-0.0975251,51.3567451]},"properties":{"@type":"node","@id":5799733422,"@timestamp":1540541294},"coords":"51.3567451,-0.0975251","bedrooms":"2","price":"228000","area":"618"} , +{"type":"Feature","id":"n5799753305","geometry":{"type":"Point","coordinates":[-0.8866643,51.3870263]},"properties":{"@type":"node","@id":5799753305,"@timestamp":1619305731},"coords":"51.3870263,-0.8866643","bedrooms":"3","price":"180000","area":"586"} , +{"type":"Feature","id":"n5799867661","geometry":{"type":"Point","coordinates":[-0.0984438,51.3526706]},"properties":{"@type":"node","@id":5799867661,"@timestamp":1558818699},"coords":"51.3526706,-0.0984438","bedrooms":"3","price":"257000","area":"399"} , +{"type":"Feature","id":"n5799867671","geometry":{"type":"Point","coordinates":[-0.0975742,51.3537804]},"properties":{"@type":"node","@id":5799867671,"@timestamp":1559046814},"coords":"51.3537804,-0.0975742","bedrooms":"4","price":"212000","area":"524"} , +{"type":"Feature","id":"n5799867681","geometry":{"type":"Point","coordinates":[-0.0975519,51.3542883]},"properties":{"@type":"node","@id":5799867681,"@timestamp":1535216320},"coords":"51.3542883,-0.0975519","bedrooms":"0","price":"197000","area":"655"} , +{"type":"Feature","id":"n5799906559","geometry":{"type":"Point","coordinates":[-0.3496847,51.5751499]},"properties":{"@type":"node","@id":5799906559,"@timestamp":1533074596},"coords":"51.5751499,-0.3496847","bedrooms":"1","price":"185000","area":"624"} , +{"type":"Feature","id":"n5799931174","geometry":{"type":"Point","coordinates":[0.0045664,51.5390664]},"properties":{"@type":"node","@id":5799931174,"@timestamp":1533075889},"coords":"51.5390664,0.0045664","bedrooms":"4","price":"182000","area":"357"} , +{"type":"Feature","id":"n5800098835","geometry":{"type":"Point","coordinates":[-0.2025636,51.5482991]},"properties":{"@type":"node","@id":5800098835,"@timestamp":1533090821},"coords":"51.5482991,-0.2025636","bedrooms":"0","price":"238000","area":"435"} , +{"type":"Feature","id":"n5801395304","geometry":{"type":"Point","coordinates":[0.0095708,51.5505233]},"properties":{"@type":"node","@id":5801395304,"@timestamp":1589793335},"coords":"51.5505233,0.0095708","bedrooms":"3","price":"245000","area":"476"} , +{"type":"Feature","id":"n5801395314","geometry":{"type":"Point","coordinates":[0.006275,51.5500179]},"properties":{"@type":"node","@id":5801395314,"@timestamp":1620205617},"coords":"51.5500179,0.006275","bedrooms":"2","price":"274000","area":"550"} , +{"type":"Feature","id":"n5801395330","geometry":{"type":"Point","coordinates":[0.0052526,51.5499243]},"properties":{"@type":"node","@id":5801395330,"@timestamp":1610825270},"coords":"51.5499243,0.0052526","bedrooms":"4","price":"281000","area":"495"} , +{"type":"Feature","id":"n5801453082","geometry":{"type":"Point","coordinates":[-0.2447061,51.3689462]},"properties":{"@type":"node","@id":5801453082,"@timestamp":1621690950},"coords":"51.3689462,-0.2447061","bedrooms":"2","price":"176000","area":"374"} , +{"type":"Feature","id":"n5801459251","geometry":{"type":"Point","coordinates":[0.0102808,51.5499696]},"properties":{"@type":"node","@id":5801459251,"@timestamp":1620917775},"coords":"51.5499696,0.0102808","bedrooms":"3","price":"248000","area":"657"} , +{"type":"Feature","id":"n5801475517","geometry":{"type":"Point","coordinates":[0.0057466,51.5490388]},"properties":{"@type":"node","@id":5801475517,"@timestamp":1533129974},"coords":"51.5490388,0.0057466","bedrooms":"2","price":"217000","area":"375"} , +{"type":"Feature","id":"n5801475527","geometry":{"type":"Point","coordinates":[0.0082129,51.5494675]},"properties":{"@type":"node","@id":5801475527,"@timestamp":1533129975},"coords":"51.5494675,0.0082129","bedrooms":"4","price":"157000","area":"570"} , +{"type":"Feature","id":"n5801513110","geometry":{"type":"Point","coordinates":[0.0052477,51.5484517]},"properties":{"@type":"node","@id":5801513110,"@timestamp":1593942850},"coords":"51.5484517,0.0052477","bedrooms":"1","price":"201000","area":"537"} , +{"type":"Feature","id":"n5801675445","geometry":{"type":"Point","coordinates":[-0.0011306,51.5494542]},"properties":{"@type":"node","@id":5801675445,"@timestamp":1537875987},"coords":"51.5494542,-0.0011306","bedrooms":"4","price":"176000","area":"426"} , +{"type":"Feature","id":"n5801679455","geometry":{"type":"Point","coordinates":[0.0006612,51.5495717]},"properties":{"@type":"node","@id":5801679455,"@timestamp":1537875988},"coords":"51.5495717,0.0006612","bedrooms":"4","price":"208000","area":"423"} , +{"type":"Feature","id":"n5801679465","geometry":{"type":"Point","coordinates":[-0.0001623,51.5493728]},"properties":{"@type":"node","@id":5801679465,"@timestamp":1533135921},"coords":"51.5493728,-0.0001623","bedrooms":"4","price":"291000","area":"504"} , +{"type":"Feature","id":"n5801679512","geometry":{"type":"Point","coordinates":[-0.0008635,51.5492972]},"properties":{"@type":"node","@id":5801679512,"@timestamp":1619004220},"coords":"51.5492972,-0.0008635","bedrooms":"1","price":"151000","area":"683"} , +{"type":"Feature","id":"n5801679534","geometry":{"type":"Point","coordinates":[0.0023411,51.5496783]},"properties":{"@type":"node","@id":5801679534,"@timestamp":1618500330},"coords":"51.5496783,0.0023411","bedrooms":"2","price":"243000","area":"597"} , +{"type":"Feature","id":"n5801679544","geometry":{"type":"Point","coordinates":[0.0036713,51.5497544]},"properties":{"@type":"node","@id":5801679544,"@timestamp":1533135923},"coords":"51.5497544,0.0036713","bedrooms":"1","price":"244000","area":"577"} , +{"type":"Feature","id":"n5801679754","geometry":{"type":"Point","coordinates":[0.0045266,51.5498338]},"properties":{"@type":"node","@id":5801679754,"@timestamp":1616078017},"coords":"51.5498338,0.0045266","bedrooms":"0","price":"187000","area":"384"} , +{"type":"Feature","id":"n5801854448","geometry":{"type":"Point","coordinates":[0.0827569,50.9922885]},"properties":{"@type":"node","@id":5801854448,"@timestamp":1533141913},"coords":"50.9922885,0.0827569","bedrooms":"2","price":"298000","area":"438"} , +{"type":"Feature","id":"n5802112024","geometry":{"type":"Point","coordinates":[-0.1027454,51.5406487]},"properties":{"@type":"node","@id":5802112024,"@timestamp":1533149962},"coords":"51.5406487,-0.1027454","bedrooms":"4","price":"293000","area":"527"} , +{"type":"Feature","id":"n5802369358","geometry":{"type":"Point","coordinates":[0.0103746,51.5417819]},"properties":{"@type":"node","@id":5802369358,"@timestamp":1629131984},"coords":"51.5417819,0.0103746","bedrooms":"0","price":"243000","area":"471"} , +{"type":"Feature","id":"n5802389455","geometry":{"type":"Point","coordinates":[-0.0995851,51.3509921]},"properties":{"@type":"node","@id":5802389455,"@timestamp":1533158243},"coords":"51.3509921,-0.0995851","bedrooms":"2","price":"223000","area":"442"} , +{"type":"Feature","id":"n5802408618","geometry":{"type":"Point","coordinates":[-0.1037934,51.3460157]},"properties":{"@type":"node","@id":5802408618,"@timestamp":1533159253},"coords":"51.3460157,-0.1037934","bedrooms":"4","price":"239000","area":"676"} , +{"type":"Feature","id":"n5802562662","geometry":{"type":"Point","coordinates":[-0.0339187,51.5347736]},"properties":{"@type":"node","@id":5802562662,"@timestamp":1632051575},"coords":"51.5347736,-0.0339187","bedrooms":"4","price":"195000","area":"548"} , +{"type":"Feature","id":"n5802681039","geometry":{"type":"Point","coordinates":[-0.0129594,51.5298877]},"properties":{"@type":"node","@id":5802681039,"@timestamp":1635679647},"coords":"51.5298877,-0.0129594","bedrooms":"4","price":"223000","area":"612"} , +{"type":"Feature","id":"n5803144327","geometry":{"type":"Point","coordinates":[0.0042545,51.5509728]},"properties":{"@type":"node","@id":5803144327,"@timestamp":1533193452},"coords":"51.5509728,0.0042545","bedrooms":"0","price":"167000","area":"637"} , +{"type":"Feature","id":"n5803576698","geometry":{"type":"Point","coordinates":[-0.0647534,51.5716524]},"properties":{"@type":"node","@id":5803576698,"@timestamp":1536029159},"coords":"51.5716524,-0.0647534","bedrooms":"3","price":"154000","area":"559"} , +{"type":"Feature","id":"n5803805724","geometry":{"type":"Point","coordinates":[0.0002588,51.5504782]},"properties":{"@type":"node","@id":5803805724,"@timestamp":1533206768},"coords":"51.5504782,0.0002588","bedrooms":"1","price":"282000","area":"440"} , +{"type":"Feature","id":"n5803805734","geometry":{"type":"Point","coordinates":[0.0014618,51.5504941]},"properties":{"@type":"node","@id":5803805734,"@timestamp":1533206769},"coords":"51.5504941,0.0014618","bedrooms":"1","price":"266000","area":"667"} , +{"type":"Feature","id":"n5803989853","geometry":{"type":"Point","coordinates":[-0.0028233,51.5861278]},"properties":{"@type":"node","@id":5803989853,"@timestamp":1629578702},"coords":"51.5861278,-0.0028233","bedrooms":"3","price":"179000","area":"625"} , +{"type":"Feature","id":"n5804291709","geometry":{"type":"Point","coordinates":[-0.2229678,51.3901711]},"properties":{"@type":"node","@id":5804291709,"@timestamp":1575756119},"coords":"51.3901711,-0.2229678","bedrooms":"4","price":"293000","area":"447"} , +{"type":"Feature","id":"n5804291739","geometry":{"type":"Point","coordinates":[-0.2216617,51.3886139]},"properties":{"@type":"node","@id":5804291739,"@timestamp":1593210690},"coords":"51.3886139,-0.2216617","bedrooms":"4","price":"187000","area":"524"} , +{"type":"Feature","id":"n5804291977","geometry":{"type":"Point","coordinates":[-0.2192952,51.3887829]},"properties":{"@type":"node","@id":5804291977,"@timestamp":1575756119},"coords":"51.3887829,-0.2192952","bedrooms":"4","price":"224000","area":"626"} , +{"type":"Feature","id":"n5804292234","geometry":{"type":"Point","coordinates":[-0.210738,51.3825105]},"properties":{"@type":"node","@id":5804292234,"@timestamp":1595148074},"coords":"51.3825105,-0.210738","bedrooms":"2","price":"173000","area":"672"} , +{"type":"Feature","id":"n5804706668","geometry":{"type":"Point","coordinates":[0.2095002,51.3650065]},"properties":{"@type":"node","@id":5804706668,"@timestamp":1533246515},"coords":"51.3650065,0.2095002","bedrooms":"0","price":"210000","area":"574"} , +{"type":"Feature","id":"n5804874370","geometry":{"type":"Point","coordinates":[-0.7069768,51.4119919]},"properties":{"@type":"node","@id":5804874370,"@timestamp":1533238006},"coords":"51.4119919,-0.7069768","bedrooms":"1","price":"288000","area":"419"} , +{"type":"Feature","id":"n5805057890","geometry":{"type":"Point","coordinates":[-0.7520502,51.41944]},"properties":{"@type":"node","@id":5805057890,"@timestamp":1533241558},"coords":"51.41944,-0.7520502","bedrooms":"4","price":"245000","area":"676"} , +{"type":"Feature","id":"n5805268544","geometry":{"type":"Point","coordinates":[-0.9945685,51.1827326]},"properties":{"@type":"node","@id":5805268544,"@timestamp":1533247126},"coords":"51.1827326,-0.9945685","bedrooms":"0","price":"242000","area":"611"} , +{"type":"Feature","id":"n5805280968","geometry":{"type":"Point","coordinates":[-0.0983123,51.3521094]},"properties":{"@type":"node","@id":5805280968,"@timestamp":1533247822},"coords":"51.3521094,-0.0983123","bedrooms":"2","price":"194000","area":"457"} , +{"type":"Feature","id":"n5805280987","geometry":{"type":"Point","coordinates":[-0.0950635,51.3593422]},"properties":{"@type":"node","@id":5805280987,"@timestamp":1541020563},"coords":"51.3593422,-0.0950635","bedrooms":"1","price":"244000","area":"634"} , +{"type":"Feature","id":"n5805280997","geometry":{"type":"Point","coordinates":[-0.0944204,51.3621465]},"properties":{"@type":"node","@id":5805280997,"@timestamp":1540541293},"coords":"51.3621465,-0.0944204","bedrooms":"4","price":"192000","area":"377"} , +{"type":"Feature","id":"n5805281015","geometry":{"type":"Point","coordinates":[-0.0995716,51.3697049]},"properties":{"@type":"node","@id":5805281015,"@timestamp":1540331403},"coords":"51.3697049,-0.0995716","bedrooms":"0","price":"268000","area":"406"} , +{"type":"Feature","id":"n5805685603","geometry":{"type":"Point","coordinates":[-0.1512503,51.5136536]},"properties":{"@type":"node","@id":5805685603,"@timestamp":1561456188},"coords":"51.5136536,-0.1512503","bedrooms":"1","price":"279000","area":"421"} , +{"type":"Feature","id":"n5806227028","geometry":{"type":"Point","coordinates":[0.516028,51.3936438]},"properties":{"@type":"node","@id":5806227028,"@timestamp":1533282121},"coords":"51.3936438,0.516028","bedrooms":"1","price":"202000","area":"387"} , +{"type":"Feature","id":"n5806370837","geometry":{"type":"Point","coordinates":[-0.1244545,51.3313976]},"properties":{"@type":"node","@id":5806370837,"@timestamp":1533285698},"coords":"51.3313976,-0.1244545","bedrooms":"2","price":"273000","area":"369"} , +{"type":"Feature","id":"n5806412109","geometry":{"type":"Point","coordinates":[-0.1240964,51.3324291]},"properties":{"@type":"node","@id":5806412109,"@timestamp":1556126427},"coords":"51.3324291,-0.1240964","bedrooms":"0","price":"198000","area":"621"} , +{"type":"Feature","id":"n5806635843","geometry":{"type":"Point","coordinates":[-0.9744224,51.444703]},"properties":{"@type":"node","@id":5806635843,"@timestamp":1573673810},"coords":"51.444703,-0.9744224","bedrooms":"0","price":"249000","area":"441"} , +{"type":"Feature","id":"n5807154329","geometry":{"type":"Point","coordinates":[-0.0917973,51.4734397]},"properties":{"@type":"node","@id":5807154329,"@timestamp":1533306672},"coords":"51.4734397,-0.0917973","bedrooms":"3","price":"225000","area":"598"} , +{"type":"Feature","id":"n5807414275","geometry":{"type":"Point","coordinates":[-0.0772107,51.3477991]},"properties":{"@type":"node","@id":5807414275,"@timestamp":1533314340},"coords":"51.3477991,-0.0772107","bedrooms":"1","price":"277000","area":"536"} , +{"type":"Feature","id":"n5807894553","geometry":{"type":"Point","coordinates":[0.0124548,51.5389374]},"properties":{"@type":"node","@id":5807894553,"@timestamp":1553463522},"coords":"51.5389374,0.0124548","bedrooms":"1","price":"281000","area":"586"} , +{"type":"Feature","id":"n5807912345","geometry":{"type":"Point","coordinates":[0.0103646,51.5408104]},"properties":{"@type":"node","@id":5807912345,"@timestamp":1618073609},"coords":"51.5408104,0.0103646","bedrooms":"2","price":"177000","area":"394"} , +{"type":"Feature","id":"n5808218774","geometry":{"type":"Point","coordinates":[0.0092662,51.5277628]},"properties":{"@type":"node","@id":5808218774,"@timestamp":1533344885},"coords":"51.5277628,0.0092662","bedrooms":"0","price":"258000","area":"364"} , +{"type":"Feature","id":"n5808240580","geometry":{"type":"Point","coordinates":[-0.0016954,51.5319175]},"properties":{"@type":"node","@id":5808240580,"@timestamp":1590808139},"coords":"51.5319175,-0.0016954","bedrooms":"2","price":"177000","area":"437"} , +{"type":"Feature","id":"n5808305444","geometry":{"type":"Point","coordinates":[-0.0045804,51.5282783]},"properties":{"@type":"node","@id":5808305444,"@timestamp":1627549509},"coords":"51.5282783,-0.0045804","bedrooms":"4","price":"297000","area":"444"} , +{"type":"Feature","id":"n5808416207","geometry":{"type":"Point","coordinates":[0.0615096,50.9604765]},"properties":{"@type":"node","@id":5808416207,"@timestamp":1533367327},"coords":"50.9604765,0.0615096","bedrooms":"1","price":"237000","area":"494"} , +{"type":"Feature","id":"n5808416228","geometry":{"type":"Point","coordinates":[0.0691807,50.9693474]},"properties":{"@type":"node","@id":5808416228,"@timestamp":1533367328},"coords":"50.9693474,0.0691807","bedrooms":"2","price":"299000","area":"593"} , +{"type":"Feature","id":"n5808539973","geometry":{"type":"Point","coordinates":[0.0627623,50.9419378]},"properties":{"@type":"node","@id":5808539973,"@timestamp":1533373035},"coords":"50.9419378,0.0627623","bedrooms":"1","price":"285000","area":"695"} , +{"type":"Feature","id":"n5808566436","geometry":{"type":"Point","coordinates":[-0.045962,51.5259561]},"properties":{"@type":"node","@id":5808566436,"@timestamp":1533374159},"coords":"51.5259561,-0.045962","bedrooms":"4","price":"228000","area":"409"} , +{"type":"Feature","id":"n5808778806","geometry":{"type":"Point","coordinates":[0.0104196,51.5405263]},"properties":{"@type":"node","@id":5808778806,"@timestamp":1533380899},"coords":"51.5405263,0.0104196","bedrooms":"3","price":"191000","area":"373"} , +{"type":"Feature","id":"n5808896212","geometry":{"type":"Point","coordinates":[-1.0618078,51.1903924]},"properties":{"@type":"node","@id":5808896212,"@timestamp":1533386440},"coords":"51.1903924,-1.0618078","bedrooms":"1","price":"212000","area":"697"} , +{"type":"Feature","id":"n5808978089","geometry":{"type":"Point","coordinates":[-0.13955,51.3595849]},"properties":{"@type":"node","@id":5808978089,"@timestamp":1558803456},"coords":"51.3595849,-0.13955","bedrooms":"2","price":"194000","area":"391"} , +{"type":"Feature","id":"n5808978099","geometry":{"type":"Point","coordinates":[-0.1383282,51.3593751]},"properties":{"@type":"node","@id":5808978099,"@timestamp":1558803459},"coords":"51.3593751,-0.1383282","bedrooms":"0","price":"251000","area":"625"} , +{"type":"Feature","id":"n5808978109","geometry":{"type":"Point","coordinates":[-0.1393481,51.3593014]},"properties":{"@type":"node","@id":5808978109,"@timestamp":1533402464},"coords":"51.3593014,-0.1393481","bedrooms":"2","price":"192000","area":"687"} , +{"type":"Feature","id":"n5809020699","geometry":{"type":"Point","coordinates":[-0.1310035,51.3520577]},"properties":{"@type":"node","@id":5809020699,"@timestamp":1533393568},"coords":"51.3520577,-0.1310035","bedrooms":"1","price":"155000","area":"361"} , +{"type":"Feature","id":"n5809081311","geometry":{"type":"Point","coordinates":[0.5696154,51.3589459]},"properties":{"@type":"node","@id":5809081311,"@timestamp":1533396865},"coords":"51.3589459,0.5696154","bedrooms":"2","price":"192000","area":"634"} , +{"type":"Feature","id":"n5809334285","geometry":{"type":"Point","coordinates":[0.5522051,51.3436517]},"properties":{"@type":"node","@id":5809334285,"@timestamp":1533411108},"coords":"51.3436517,0.5522051","bedrooms":"1","price":"276000","area":"506"} , +{"type":"Feature","id":"n5809334296","geometry":{"type":"Point","coordinates":[0.5461889,51.3553582]},"properties":{"@type":"node","@id":5809334296,"@timestamp":1533411109},"coords":"51.3553582,0.5461889","bedrooms":"4","price":"205000","area":"622"} , +{"type":"Feature","id":"n5809369372","geometry":{"type":"Point","coordinates":[-0.8052455,51.3787467]},"properties":{"@type":"node","@id":5809369372,"@timestamp":1533412847},"coords":"51.3787467,-0.8052455","bedrooms":"2","price":"288000","area":"516"} , +{"type":"Feature","id":"n5809450117","geometry":{"type":"Point","coordinates":[-0.5174536,51.0085453]},"properties":{"@type":"node","@id":5809450117,"@timestamp":1533415792},"coords":"51.0085453,-0.5174536","bedrooms":"3","price":"225000","area":"544"} , +{"type":"Feature","id":"n5809993970","geometry":{"type":"Point","coordinates":[-0.0379468,51.3510752]},"properties":{"@type":"node","@id":5809993970,"@timestamp":1533460619},"coords":"51.3510752,-0.0379468","bedrooms":"3","price":"182000","area":"587"} , +{"type":"Feature","id":"n5810124492","geometry":{"type":"Point","coordinates":[-0.3237432,51.6544525]},"properties":{"@type":"node","@id":5810124492,"@timestamp":1533466782},"coords":"51.6544525,-0.3237432","bedrooms":"1","price":"181000","area":"646"} , +{"type":"Feature","id":"n5810357416","geometry":{"type":"Point","coordinates":[-0.5210708,51.8870546]},"properties":{"@type":"node","@id":5810357416,"@timestamp":1626794605},"coords":"51.8870546,-0.5210708","bedrooms":"4","price":"275000","area":"465"} , +{"type":"Feature","id":"n5810478446","geometry":{"type":"Point","coordinates":[-0.5215402,51.8870371]},"properties":{"@type":"node","@id":5810478446,"@timestamp":1626794605},"coords":"51.8870371,-0.5215402","bedrooms":"2","price":"164000","area":"471"} , +{"type":"Feature","id":"n5810492386","geometry":{"type":"Point","coordinates":[-0.5206287,51.8869114]},"properties":{"@type":"node","@id":5810492386,"@timestamp":1626794605},"coords":"51.8869114,-0.5206287","bedrooms":"3","price":"219000","area":"659"} , +{"type":"Feature","id":"n5810492742","geometry":{"type":"Point","coordinates":[-0.520178,51.8864851]},"properties":{"@type":"node","@id":5810492742,"@timestamp":1566426457},"coords":"51.8864851,-0.520178","bedrooms":"1","price":"238000","area":"636"} , +{"type":"Feature","id":"n5810548632","geometry":{"type":"Point","coordinates":[-1.0730328,51.4387542]},"properties":{"@type":"node","@id":5810548632,"@timestamp":1533486086},"coords":"51.4387542,-1.0730328","bedrooms":"1","price":"163000","area":"583"} , +{"type":"Feature","id":"n5810548729","geometry":{"type":"Point","coordinates":[-1.0584027,51.4411827]},"properties":{"@type":"node","@id":5810548729,"@timestamp":1533486088},"coords":"51.4411827,-1.0584027","bedrooms":"4","price":"204000","area":"574"} , +{"type":"Feature","id":"n5810707022","geometry":{"type":"Point","coordinates":[-0.0637853,51.4927166]},"properties":{"@type":"node","@id":5810707022,"@timestamp":1533493191},"coords":"51.4927166,-0.0637853","bedrooms":"3","price":"260000","area":"486"} , +{"type":"Feature","id":"n5810707032","geometry":{"type":"Point","coordinates":[-0.0635801,51.4925358]},"properties":{"@type":"node","@id":5810707032,"@timestamp":1533493191},"coords":"51.4925358,-0.0635801","bedrooms":"1","price":"231000","area":"365"} , +{"type":"Feature","id":"n5810707207","geometry":{"type":"Point","coordinates":[-0.063616,51.4923031]},"properties":{"@type":"node","@id":5810707207,"@timestamp":1542387095},"coords":"51.4923031,-0.063616","bedrooms":"1","price":"173000","area":"411"} , +{"type":"Feature","id":"n5810944917","geometry":{"type":"Point","coordinates":[0.6842839,51.5508418]},"properties":{"@type":"node","@id":5810944917,"@timestamp":1542651168},"coords":"51.5508418,0.6842839","bedrooms":"2","price":"287000","area":"419"} , +{"type":"Feature","id":"n5811138825","geometry":{"type":"Point","coordinates":[-0.7278804,51.7660447]},"properties":{"@type":"node","@id":5811138825,"@timestamp":1533513489},"coords":"51.7660447,-0.7278804","bedrooms":"4","price":"162000","area":"402"} , +{"type":"Feature","id":"n5811138837","geometry":{"type":"Point","coordinates":[-0.7277904,51.7661655]},"properties":{"@type":"node","@id":5811138837,"@timestamp":1533513490},"coords":"51.7661655,-0.7277904","bedrooms":"1","price":"204000","area":"505"} , +{"type":"Feature","id":"n5811139023","geometry":{"type":"Point","coordinates":[-0.7476631,51.7616695]},"properties":{"@type":"node","@id":5811139023,"@timestamp":1620321638},"coords":"51.7616695,-0.7476631","bedrooms":"2","price":"192000","area":"413"} , +{"type":"Feature","id":"n5811139039","geometry":{"type":"Point","coordinates":[-0.7472439,51.7617797]},"properties":{"@type":"node","@id":5811139039,"@timestamp":1619878906},"coords":"51.7617797,-0.7472439","bedrooms":"1","price":"168000","area":"374"} , +{"type":"Feature","id":"n5811139064","geometry":{"type":"Point","coordinates":[-0.7165142,51.7696265]},"properties":{"@type":"node","@id":5811139064,"@timestamp":1629648310},"coords":"51.7696265,-0.7165142","bedrooms":"4","price":"214000","area":"509"} , +{"type":"Feature","id":"n5811139074","geometry":{"type":"Point","coordinates":[-0.7182366,51.7670996]},"properties":{"@type":"node","@id":5811139074,"@timestamp":1629638823},"coords":"51.7670996,-0.7182366","bedrooms":"0","price":"266000","area":"500"} , +{"type":"Feature","id":"n5811139133","geometry":{"type":"Point","coordinates":[-0.7165511,51.7685022]},"properties":{"@type":"node","@id":5811139133,"@timestamp":1533513495},"coords":"51.7685022,-0.7165511","bedrooms":"0","price":"209000","area":"428"} , +{"type":"Feature","id":"n5811139218","geometry":{"type":"Point","coordinates":[-0.7120702,51.7714566]},"properties":{"@type":"node","@id":5811139218,"@timestamp":1533513497},"coords":"51.7714566,-0.7120702","bedrooms":"4","price":"164000","area":"434"} , +{"type":"Feature","id":"n5811139239","geometry":{"type":"Point","coordinates":[-0.7115552,51.771016]},"properties":{"@type":"node","@id":5811139239,"@timestamp":1533513498},"coords":"51.771016,-0.7115552","bedrooms":"0","price":"157000","area":"472"} , +{"type":"Feature","id":"n5811139319","geometry":{"type":"Point","coordinates":[-0.7117671,51.7731396]},"properties":{"@type":"node","@id":5811139319,"@timestamp":1533513500},"coords":"51.7731396,-0.7117671","bedrooms":"1","price":"160000","area":"669"} , +{"type":"Feature","id":"n5811139371","geometry":{"type":"Point","coordinates":[-0.7190607,51.7673212]},"properties":{"@type":"node","@id":5811139371,"@timestamp":1533513501},"coords":"51.7673212,-0.7190607","bedrooms":"1","price":"195000","area":"380"} , +{"type":"Feature","id":"n5811145825","geometry":{"type":"Point","coordinates":[-0.1310546,51.5174665]},"properties":{"@type":"node","@id":5811145825,"@timestamp":1635686904},"coords":"51.5174665,-0.1310546","bedrooms":"2","price":"284000","area":"641"} , +{"type":"Feature","id":"n5811164165","geometry":{"type":"Point","coordinates":[-0.1303417,51.5162415]},"properties":{"@type":"node","@id":5811164165,"@timestamp":1633888342},"coords":"51.5162415,-0.1303417","bedrooms":"2","price":"159000","area":"409"} , +{"type":"Feature","id":"n5811311954","geometry":{"type":"Point","coordinates":[-0.376205,51.8779787]},"properties":{"@type":"node","@id":5811311954,"@timestamp":1620238066},"coords":"51.8779787,-0.376205","bedrooms":"0","price":"155000","area":"468"} , +{"type":"Feature","id":"n5811987067","geometry":{"type":"Point","coordinates":[0.0159189,51.5441686]},"properties":{"@type":"node","@id":5811987067,"@timestamp":1635358675},"coords":"51.5441686,0.0159189","bedrooms":"2","price":"246000","area":"454"} , +{"type":"Feature","id":"n5811991144","geometry":{"type":"Point","coordinates":[-0.431385,51.0088692]},"properties":{"@type":"node","@id":5811991144,"@timestamp":1533545968},"coords":"51.0088692,-0.431385","bedrooms":"0","price":"152000","area":"542"} , +{"type":"Feature","id":"n5811991196","geometry":{"type":"Point","coordinates":[-0.4133539,51.0104024]},"properties":{"@type":"node","@id":5811991196,"@timestamp":1533545969},"coords":"51.0104024,-0.4133539","bedrooms":"0","price":"287000","area":"369"} , +{"type":"Feature","id":"n5811991389","geometry":{"type":"Point","coordinates":[-0.4392278,51.001367]},"properties":{"@type":"node","@id":5811991389,"@timestamp":1533545972},"coords":"51.001367,-0.4392278","bedrooms":"4","price":"264000","area":"487"} , +{"type":"Feature","id":"n5812426909","geometry":{"type":"Point","coordinates":[-0.0634686,51.4928073]},"properties":{"@type":"node","@id":5812426909,"@timestamp":1533560048},"coords":"51.4928073,-0.0634686","bedrooms":"4","price":"234000","area":"588"} , +{"type":"Feature","id":"n5812592686","geometry":{"type":"Point","coordinates":[0.0050598,51.5534092]},"properties":{"@type":"node","@id":5812592686,"@timestamp":1607273965},"coords":"51.5534092,0.0050598","bedrooms":"0","price":"176000","area":"567"} , +{"type":"Feature","id":"n5812778498","geometry":{"type":"Point","coordinates":[0.5305669,51.3788247]},"properties":{"@type":"node","@id":5812778498,"@timestamp":1618417421},"coords":"51.3788247,0.5305669","bedrooms":"1","price":"293000","area":"370"} , +{"type":"Feature","id":"n5812917749","geometry":{"type":"Point","coordinates":[0.1709584,51.435261]},"properties":{"@type":"node","@id":5812917749,"@timestamp":1533576844},"coords":"51.435261,0.1709584","bedrooms":"0","price":"255000","area":"388"} , +{"type":"Feature","id":"n5813061969","geometry":{"type":"Point","coordinates":[0.1322529,51.4207866]},"properties":{"@type":"node","@id":5813061969,"@timestamp":1603498854},"coords":"51.4207866,0.1322529","bedrooms":"4","price":"268000","area":"420"} , +{"type":"Feature","id":"n5814090562","geometry":{"type":"Point","coordinates":[-0.0768376,51.5223415]},"properties":{"@type":"node","@id":5814090562,"@timestamp":1564903671},"coords":"51.5223415,-0.0768376","bedrooms":"0","price":"260000","area":"529"} , +{"type":"Feature","id":"n5814136909","geometry":{"type":"Point","coordinates":[0.0052919,51.5538754]},"properties":{"@type":"node","@id":5814136909,"@timestamp":1533626272},"coords":"51.5538754,0.0052919","bedrooms":"2","price":"278000","area":"653"} , +{"type":"Feature","id":"n5814211890","geometry":{"type":"Point","coordinates":[0.0053597,51.5542754]},"properties":{"@type":"node","@id":5814211890,"@timestamp":1607502356},"coords":"51.5542754,0.0053597","bedrooms":"2","price":"288000","area":"679"} , +{"type":"Feature","id":"n5814630572","geometry":{"type":"Point","coordinates":[-0.070221,50.9646365]},"properties":{"@type":"node","@id":5814630572,"@timestamp":1533639660},"coords":"50.9646365,-0.070221","bedrooms":"1","price":"230000","area":"470"} , +{"type":"Feature","id":"n5815263543","geometry":{"type":"Point","coordinates":[0.1186047,51.3274731]},"properties":{"@type":"node","@id":5815263543,"@timestamp":1533653849},"coords":"51.3274731,0.1186047","bedrooms":"0","price":"298000","area":"369"} , +{"type":"Feature","id":"n5815263585","geometry":{"type":"Point","coordinates":[0.1178315,51.3277915]},"properties":{"@type":"node","@id":5815263585,"@timestamp":1533653850},"coords":"51.3277915,0.1178315","bedrooms":"4","price":"204000","area":"386"} , +{"type":"Feature","id":"n5815619498","geometry":{"type":"Point","coordinates":[0.5262312,51.2716754]},"properties":{"@type":"node","@id":5815619498,"@timestamp":1613741013},"coords":"51.2716754,0.5262312","bedrooms":"0","price":"154000","area":"386"} , +{"type":"Feature","id":"n5815932285","geometry":{"type":"Point","coordinates":[-0.0977268,51.0086953]},"properties":{"@type":"node","@id":5815932285,"@timestamp":1533664601},"coords":"51.0086953,-0.0977268","bedrooms":"1","price":"255000","area":"688"} , +{"type":"Feature","id":"n5816593642","geometry":{"type":"Point","coordinates":[-0.1765637,51.5167227]},"properties":{"@type":"node","@id":5816593642,"@timestamp":1625608513},"coords":"51.5167227,-0.1765637","bedrooms":"1","price":"217000","area":"436"} , +{"type":"Feature","id":"n5817083810","geometry":{"type":"Point","coordinates":[-0.1530373,51.5138419]},"properties":{"@type":"node","@id":5817083810,"@timestamp":1533706810},"coords":"51.5138419,-0.1530373","bedrooms":"0","price":"222000","area":"657"} , +{"type":"Feature","id":"n5817850003","geometry":{"type":"Point","coordinates":[-0.0882479,51.5171058]},"properties":{"@type":"node","@id":5817850003,"@timestamp":1605555758},"coords":"51.5171058,-0.0882479","bedrooms":"0","price":"233000","area":"407"} , +{"type":"Feature","id":"n5818162170","geometry":{"type":"Point","coordinates":[-0.9755625,51.4549582]},"properties":{"@type":"node","@id":5818162170,"@timestamp":1592514014},"coords":"51.4549582,-0.9755625","bedrooms":"1","price":"295000","area":"395"} , +{"type":"Feature","id":"n5818162180","geometry":{"type":"Point","coordinates":[-0.9768663,51.4549762]},"properties":{"@type":"node","@id":5818162180,"@timestamp":1533737304},"coords":"51.4549762,-0.9768663","bedrooms":"4","price":"225000","area":"695"} , +{"type":"Feature","id":"n5818162190","geometry":{"type":"Point","coordinates":[-0.9760844,51.4550524]},"properties":{"@type":"node","@id":5818162190,"@timestamp":1592514014},"coords":"51.4550524,-0.9760844","bedrooms":"3","price":"217000","area":"514"} , +{"type":"Feature","id":"n5818258698","geometry":{"type":"Point","coordinates":[0.2685503,51.4485394]},"properties":{"@type":"node","@id":5818258698,"@timestamp":1533740222},"coords":"51.4485394,0.2685503","bedrooms":"1","price":"291000","area":"595"} , +{"type":"Feature","id":"n5818550500","geometry":{"type":"Point","coordinates":[-0.9652288,51.4453594]},"properties":{"@type":"node","@id":5818550500,"@timestamp":1616257218},"coords":"51.4453594,-0.9652288","bedrooms":"0","price":"261000","area":"476"} , +{"type":"Feature","id":"n5818752515","geometry":{"type":"Point","coordinates":[0.6959153,51.5579651]},"properties":{"@type":"node","@id":5818752515,"@timestamp":1533753466},"coords":"51.5579651,0.6959153","bedrooms":"2","price":"192000","area":"564"} , +{"type":"Feature","id":"n5819088912","geometry":{"type":"Point","coordinates":[0.0134468,51.5441737]},"properties":{"@type":"node","@id":5819088912,"@timestamp":1552843617},"coords":"51.5441737,0.0134468","bedrooms":"3","price":"189000","area":"694"} , +{"type":"Feature","id":"n5819937500","geometry":{"type":"Point","coordinates":[-0.2176179,51.9821098]},"properties":{"@type":"node","@id":5819937500,"@timestamp":1543859708},"coords":"51.9821098,-0.2176179","bedrooms":"0","price":"173000","area":"502"} , +{"type":"Feature","id":"n5819995801","geometry":{"type":"Point","coordinates":[-0.6655471,51.9253618]},"properties":{"@type":"node","@id":5819995801,"@timestamp":1533804629},"coords":"51.9253618,-0.6655471","bedrooms":"0","price":"282000","area":"559"} , +{"type":"Feature","id":"n5820044385","geometry":{"type":"Point","coordinates":[-0.1283216,51.3228558]},"properties":{"@type":"node","@id":5820044385,"@timestamp":1533806338},"coords":"51.3228558,-0.1283216","bedrooms":"4","price":"245000","area":"581"} , +{"type":"Feature","id":"n5820520581","geometry":{"type":"Point","coordinates":[0.5545362,51.3851672]},"properties":{"@type":"node","@id":5820520581,"@timestamp":1533822078},"coords":"51.3851672,0.5545362","bedrooms":"3","price":"284000","area":"373"} , +{"type":"Feature","id":"n5820607541","geometry":{"type":"Point","coordinates":[0.0051959,51.5530822]},"properties":{"@type":"node","@id":5820607541,"@timestamp":1588982604},"coords":"51.5530822,0.0051959","bedrooms":"2","price":"216000","area":"579"} , +{"type":"Feature","id":"n5820610273","geometry":{"type":"Point","coordinates":[0.0051666,51.5523566]},"properties":{"@type":"node","@id":5820610273,"@timestamp":1600786435},"coords":"51.5523566,0.0051666","bedrooms":"0","price":"160000","area":"359"} , +{"type":"Feature","id":"n5821181533","geometry":{"type":"Point","coordinates":[0.0165633,51.3573438]},"properties":{"@type":"node","@id":5821181533,"@timestamp":1533838543},"coords":"51.3573438,0.0165633","bedrooms":"4","price":"283000","area":"542"} , +{"type":"Feature","id":"n5821280793","geometry":{"type":"Point","coordinates":[-1.1054321,51.2739039]},"properties":{"@type":"node","@id":5821280793,"@timestamp":1619788036},"coords":"51.2739039,-1.1054321","bedrooms":"3","price":"168000","area":"405"} , +{"type":"Feature","id":"n5821290433","geometry":{"type":"Point","coordinates":[0.0881795,50.9969267]},"properties":{"@type":"node","@id":5821290433,"@timestamp":1533842022},"coords":"50.9969267,0.0881795","bedrooms":"0","price":"251000","area":"687"} , +{"type":"Feature","id":"n5821290875","geometry":{"type":"Point","coordinates":[0.0876833,50.99564]},"properties":{"@type":"node","@id":5821290875,"@timestamp":1533842023},"coords":"50.99564,0.0876833","bedrooms":"2","price":"266000","area":"636"} , +{"type":"Feature","id":"n5821372050","geometry":{"type":"Point","coordinates":[-0.0135792,51.4598523]},"properties":{"@type":"node","@id":5821372050,"@timestamp":1533846237},"coords":"51.4598523,-0.0135792","bedrooms":"2","price":"249000","area":"623"} , +{"type":"Feature","id":"n5821479161","geometry":{"type":"Point","coordinates":[-0.1425805,51.0051047]},"properties":{"@type":"node","@id":5821479161,"@timestamp":1635502059},"coords":"51.0051047,-0.1425805","bedrooms":"0","price":"197000","area":"644"} , +{"type":"Feature","id":"n5821555462","geometry":{"type":"Point","coordinates":[-0.1557372,51.545597]},"properties":{"@type":"node","@id":5821555462,"@timestamp":1634801313},"coords":"51.545597,-0.1557372","bedrooms":"1","price":"273000","area":"506"} , +{"type":"Feature","id":"n5821593314","geometry":{"type":"Point","coordinates":[-0.1437139,51.5466412]},"properties":{"@type":"node","@id":5821593314,"@timestamp":1628775229},"coords":"51.5466412,-0.1437139","bedrooms":"3","price":"190000","area":"612"} , +{"type":"Feature","id":"n5822713346","geometry":{"type":"Point","coordinates":[-0.3400582,51.4799282]},"properties":{"@type":"node","@id":5822713346,"@timestamp":1533900135},"coords":"51.4799282,-0.3400582","bedrooms":"0","price":"187000","area":"650"} , +{"type":"Feature","id":"n5823423826","geometry":{"type":"Point","coordinates":[-0.1735822,51.2619669]},"properties":{"@type":"node","@id":5823423826,"@timestamp":1533911462},"coords":"51.2619669,-0.1735822","bedrooms":"0","price":"263000","area":"601"} , +{"type":"Feature","id":"n5823878551","geometry":{"type":"Point","coordinates":[-0.0771361,51.5327768]},"properties":{"@type":"node","@id":5823878551,"@timestamp":1564903671},"coords":"51.5327768,-0.0771361","bedrooms":"0","price":"163000","area":"530"} , +{"type":"Feature","id":"n5823918892","geometry":{"type":"Point","coordinates":[0.005033,51.5541819]},"properties":{"@type":"node","@id":5823918892,"@timestamp":1543940240},"coords":"51.5541819,0.005033","bedrooms":"1","price":"234000","area":"535"} , +{"type":"Feature","id":"n5824497285","geometry":{"type":"Point","coordinates":[0.1228947,51.4143445]},"properties":{"@type":"node","@id":5824497285,"@timestamp":1619964227},"coords":"51.4143445,0.1228947","bedrooms":"2","price":"253000","area":"368"} , +{"type":"Feature","id":"n5825059568","geometry":{"type":"Point","coordinates":[-0.0461568,51.529248]},"properties":{"@type":"node","@id":5825059568,"@timestamp":1533982065},"coords":"51.529248,-0.0461568","bedrooms":"0","price":"280000","area":"371"} , +{"type":"Feature","id":"n5825152884","geometry":{"type":"Point","coordinates":[-0.412656,51.3213066]},"properties":{"@type":"node","@id":5825152884,"@timestamp":1533987401},"coords":"51.3213066,-0.412656","bedrooms":"3","price":"187000","area":"570"} , +{"type":"Feature","id":"n5825267277","geometry":{"type":"Point","coordinates":[0.5581704,51.3260932]},"properties":{"@type":"node","@id":5825267277,"@timestamp":1533992865},"coords":"51.3260932,0.5581704","bedrooms":"4","price":"253000","area":"547"} , +{"type":"Feature","id":"n5825267287","geometry":{"type":"Point","coordinates":[0.556207,51.3360714]},"properties":{"@type":"node","@id":5825267287,"@timestamp":1533992865},"coords":"51.3360714,0.556207","bedrooms":"3","price":"252000","area":"526"} , +{"type":"Feature","id":"n5825310868","geometry":{"type":"Point","coordinates":[0.2374972,51.1115911]},"properties":{"@type":"node","@id":5825310868,"@timestamp":1542556050},"coords":"51.1115911,0.2374972","bedrooms":"4","price":"250000","area":"579"} , +{"type":"Feature","id":"n5825356320","geometry":{"type":"Point","coordinates":[-0.6366412,51.3038068]},"properties":{"@type":"node","@id":5825356320,"@timestamp":1543770344},"coords":"51.3038068,-0.6366412","bedrooms":"1","price":"254000","area":"451"} , +{"type":"Feature","id":"n5825703779","geometry":{"type":"Point","coordinates":[-0.8462195,51.2795668]},"properties":{"@type":"node","@id":5825703779,"@timestamp":1534015471},"coords":"51.2795668,-0.8462195","bedrooms":"1","price":"180000","area":"359"} , +{"type":"Feature","id":"n5825870118","geometry":{"type":"Point","coordinates":[-0.7513227,51.1834295]},"properties":{"@type":"node","@id":5825870118,"@timestamp":1534023838},"coords":"51.1834295,-0.7513227","bedrooms":"1","price":"223000","area":"474"} , +{"type":"Feature","id":"n5825974954","geometry":{"type":"Point","coordinates":[-0.0856134,51.4701847]},"properties":{"@type":"node","@id":5825974954,"@timestamp":1534957154},"coords":"51.4701847,-0.0856134","bedrooms":"0","price":"261000","area":"671"} , +{"type":"Feature","id":"n5826176089","geometry":{"type":"Point","coordinates":[-0.1752177,51.4696701]},"properties":{"@type":"node","@id":5826176089,"@timestamp":1598359426},"coords":"51.4696701,-0.1752177","bedrooms":"4","price":"242000","area":"490"} , +{"type":"Feature","id":"n5826266566","geometry":{"type":"Point","coordinates":[-0.1507171,51.5098548]},"properties":{"@type":"node","@id":5826266566,"@timestamp":1553720303},"coords":"51.5098548,-0.1507171","bedrooms":"1","price":"163000","area":"666"} , +{"type":"Feature","id":"n5826676136","geometry":{"type":"Point","coordinates":[0.2975017,51.5259857]},"properties":{"@type":"node","@id":5826676136,"@timestamp":1534064214},"coords":"51.5259857,0.2975017","bedrooms":"1","price":"207000","area":"439"} , +{"type":"Feature","id":"n5827048164","geometry":{"type":"Point","coordinates":[0.2835045,51.510945]},"properties":{"@type":"node","@id":5827048164,"@timestamp":1534080100},"coords":"51.510945,0.2835045","bedrooms":"1","price":"210000","area":"491"} , +{"type":"Feature","id":"n5827407188","geometry":{"type":"Point","coordinates":[-0.0426124,51.4767205]},"properties":{"@type":"node","@id":5827407188,"@timestamp":1583846029},"coords":"51.4767205,-0.0426124","bedrooms":"2","price":"204000","area":"437"} , +{"type":"Feature","id":"n5827426481","geometry":{"type":"Point","coordinates":[0.015903,51.5439351]},"properties":{"@type":"node","@id":5827426481,"@timestamp":1534089700},"coords":"51.5439351,0.015903","bedrooms":"3","price":"266000","area":"579"} , +{"type":"Feature","id":"n5827428191","geometry":{"type":"Point","coordinates":[0.0164126,51.5430527]},"properties":{"@type":"node","@id":5827428191,"@timestamp":1534089701},"coords":"51.5430527,0.0164126","bedrooms":"0","price":"235000","area":"395"} , +{"type":"Feature","id":"n5827428201","geometry":{"type":"Point","coordinates":[0.0168042,51.5423754]},"properties":{"@type":"node","@id":5827428201,"@timestamp":1534089702},"coords":"51.5423754,0.0168042","bedrooms":"2","price":"228000","area":"518"} , +{"type":"Feature","id":"n5827428211","geometry":{"type":"Point","coordinates":[0.0169269,51.5423329]},"properties":{"@type":"node","@id":5827428211,"@timestamp":1604421097},"coords":"51.5423329,0.0169269","bedrooms":"4","price":"197000","area":"614"} , +{"type":"Feature","id":"n5827428221","geometry":{"type":"Point","coordinates":[0.0161024,51.5437894]},"properties":{"@type":"node","@id":5827428221,"@timestamp":1604253314},"coords":"51.5437894,0.0161024","bedrooms":"0","price":"155000","area":"379"} , +{"type":"Feature","id":"n5827483470","geometry":{"type":"Point","coordinates":[0.1004346,51.4265542]},"properties":{"@type":"node","@id":5827483470,"@timestamp":1534092259},"coords":"51.4265542,0.1004346","bedrooms":"0","price":"272000","area":"599"} , +{"type":"Feature","id":"n5827794319","geometry":{"type":"Point","coordinates":[0.5551823,50.9418227]},"properties":{"@type":"node","@id":5827794319,"@timestamp":1585170048},"coords":"50.9418227,0.5551823","bedrooms":"2","price":"254000","area":"650"} , +{"type":"Feature","id":"n5827952674","geometry":{"type":"Point","coordinates":[0.4818829,51.5774764]},"properties":{"@type":"node","@id":5827952674,"@timestamp":1534109792},"coords":"51.5774764,0.4818829","bedrooms":"0","price":"228000","area":"620"} , +{"type":"Feature","id":"n5827972441","geometry":{"type":"Point","coordinates":[-0.0076359,51.5429828]},"properties":{"@type":"node","@id":5827972441,"@timestamp":1560562298},"coords":"51.5429828,-0.0076359","bedrooms":"0","price":"157000","area":"365"} , +{"type":"Feature","id":"n5828020091","geometry":{"type":"Point","coordinates":[-0.0090519,51.5435837]},"properties":{"@type":"node","@id":5828020091,"@timestamp":1575752442},"coords":"51.5435837,-0.0090519","bedrooms":"4","price":"287000","area":"449"} , +{"type":"Feature","id":"n5828020101","geometry":{"type":"Point","coordinates":[-0.0078714,51.5440349]},"properties":{"@type":"node","@id":5828020101,"@timestamp":1575752442},"coords":"51.5440349,-0.0078714","bedrooms":"0","price":"187000","area":"568"} , +{"type":"Feature","id":"n5828020111","geometry":{"type":"Point","coordinates":[-0.0076946,51.5436627]},"properties":{"@type":"node","@id":5828020111,"@timestamp":1536915963},"coords":"51.5436627,-0.0076946","bedrooms":"2","price":"251000","area":"592"} , +{"type":"Feature","id":"n5828020121","geometry":{"type":"Point","coordinates":[-0.0064367,51.5435802]},"properties":{"@type":"node","@id":5828020121,"@timestamp":1592257473},"coords":"51.5435802,-0.0064367","bedrooms":"1","price":"166000","area":"477"} , +{"type":"Feature","id":"n5828020131","geometry":{"type":"Point","coordinates":[-0.0058602,51.5430602]},"properties":{"@type":"node","@id":5828020131,"@timestamp":1575752442},"coords":"51.5430602,-0.0058602","bedrooms":"1","price":"284000","area":"566"} , +{"type":"Feature","id":"n5828020141","geometry":{"type":"Point","coordinates":[-0.0051825,51.5426364]},"properties":{"@type":"node","@id":5828020141,"@timestamp":1585842681},"coords":"51.5426364,-0.0051825","bedrooms":"3","price":"161000","area":"397"} , +{"type":"Feature","id":"n5828020155","geometry":{"type":"Point","coordinates":[-0.0066683,51.5430622]},"properties":{"@type":"node","@id":5828020155,"@timestamp":1543947025},"coords":"51.5430622,-0.0066683","bedrooms":"1","price":"190000","area":"683"} , +{"type":"Feature","id":"n5828064053","geometry":{"type":"Point","coordinates":[-0.0463707,51.4744247]},"properties":{"@type":"node","@id":5828064053,"@timestamp":1534116815},"coords":"51.4744247,-0.0463707","bedrooms":"2","price":"205000","area":"657"} , +{"type":"Feature","id":"n5828117949","geometry":{"type":"Point","coordinates":[-0.0081992,51.5434073]},"properties":{"@type":"node","@id":5828117949,"@timestamp":1580999232},"coords":"51.5434073,-0.0081992","bedrooms":"3","price":"260000","area":"523"} , +{"type":"Feature","id":"n5828117959","geometry":{"type":"Point","coordinates":[-0.0080776,51.5426462]},"properties":{"@type":"node","@id":5828117959,"@timestamp":1543947031},"coords":"51.5426462,-0.0080776","bedrooms":"1","price":"280000","area":"372"} , +{"type":"Feature","id":"n5828117969","geometry":{"type":"Point","coordinates":[-0.0072922,51.5431765]},"properties":{"@type":"node","@id":5828117969,"@timestamp":1560562298},"coords":"51.5431765,-0.0072922","bedrooms":"1","price":"198000","area":"515"} , +{"type":"Feature","id":"n5828117979","geometry":{"type":"Point","coordinates":[-0.0073336,51.5425643]},"properties":{"@type":"node","@id":5828117979,"@timestamp":1553188624},"coords":"51.5425643,-0.0073336","bedrooms":"0","price":"161000","area":"638"} , +{"type":"Feature","id":"n5828118089","geometry":{"type":"Point","coordinates":[-0.0052175,51.5430087]},"properties":{"@type":"node","@id":5828118089,"@timestamp":1573010605},"coords":"51.5430087,-0.0052175","bedrooms":"4","price":"262000","area":"358"} , +{"type":"Feature","id":"n5828118099","geometry":{"type":"Point","coordinates":[-0.0073428,51.5437978]},"properties":{"@type":"node","@id":5828118099,"@timestamp":1536915969},"coords":"51.5437978,-0.0073428","bedrooms":"0","price":"216000","area":"484"} , +{"type":"Feature","id":"n5828118109","geometry":{"type":"Point","coordinates":[-0.0073888,51.5440258]},"properties":{"@type":"node","@id":5828118109,"@timestamp":1534119151},"coords":"51.5440258,-0.0073888","bedrooms":"1","price":"269000","area":"569"} , +{"type":"Feature","id":"n5828118119","geometry":{"type":"Point","coordinates":[-0.0079782,51.5440487]},"properties":{"@type":"node","@id":5828118119,"@timestamp":1575752442},"coords":"51.5440487,-0.0079782","bedrooms":"1","price":"251000","area":"598"} , +{"type":"Feature","id":"n5828118129","geometry":{"type":"Point","coordinates":[-0.0087793,51.5439742]},"properties":{"@type":"node","@id":5828118129,"@timestamp":1536915972},"coords":"51.5439742,-0.0087793","bedrooms":"2","price":"260000","area":"673"} , +{"type":"Feature","id":"n5828150140","geometry":{"type":"Point","coordinates":[-0.0237463,51.5053275]},"properties":{"@type":"node","@id":5828150140,"@timestamp":1564903671},"coords":"51.5053275,-0.0237463","bedrooms":"2","price":"166000","area":"384"} , +{"type":"Feature","id":"n5828192835","geometry":{"type":"Point","coordinates":[-0.0053902,51.54273]},"properties":{"@type":"node","@id":5828192835,"@timestamp":1536915972},"coords":"51.54273,-0.0053902","bedrooms":"4","price":"180000","area":"378"} , +{"type":"Feature","id":"n5828192845","geometry":{"type":"Point","coordinates":[-0.0060621,51.5432774]},"properties":{"@type":"node","@id":5828192845,"@timestamp":1536915973},"coords":"51.5432774,-0.0060621","bedrooms":"2","price":"275000","area":"698"} , +{"type":"Feature","id":"n5828192855","geometry":{"type":"Point","coordinates":[-0.0067466,51.5435113]},"properties":{"@type":"node","@id":5828192855,"@timestamp":1543947035},"coords":"51.5435113,-0.0067466","bedrooms":"1","price":"188000","area":"558"} , +{"type":"Feature","id":"n5828192865","geometry":{"type":"Point","coordinates":[-0.0071776,51.5436681]},"properties":{"@type":"node","@id":5828192865,"@timestamp":1575752442},"coords":"51.5436681,-0.0071776","bedrooms":"1","price":"196000","area":"570"} , +{"type":"Feature","id":"n5828192875","geometry":{"type":"Point","coordinates":[-0.0070269,51.5438547]},"properties":{"@type":"node","@id":5828192875,"@timestamp":1575752442},"coords":"51.5438547,-0.0070269","bedrooms":"3","price":"189000","area":"450"} , +{"type":"Feature","id":"n5828193785","geometry":{"type":"Point","coordinates":[-0.007848,51.5438556]},"properties":{"@type":"node","@id":5828193785,"@timestamp":1571330341},"coords":"51.5438556,-0.007848","bedrooms":"2","price":"178000","area":"541"} , +{"type":"Feature","id":"n5828193795","geometry":{"type":"Point","coordinates":[-0.0088706,51.5437224]},"properties":{"@type":"node","@id":5828193795,"@timestamp":1543947039},"coords":"51.5437224,-0.0088706","bedrooms":"1","price":"210000","area":"493"} , +{"type":"Feature","id":"n5828215418","geometry":{"type":"Point","coordinates":[-0.019988,51.5027672]},"properties":{"@type":"node","@id":5828215418,"@timestamp":1620736782},"coords":"51.5027672,-0.019988","bedrooms":"3","price":"297000","area":"576"} , +{"type":"Feature","id":"n5828323549","geometry":{"type":"Point","coordinates":[-0.0334593,51.5100007]},"properties":{"@type":"node","@id":5828323549,"@timestamp":1597346844},"coords":"51.5100007,-0.0334593","bedrooms":"3","price":"250000","area":"672"} , +{"type":"Feature","id":"n5828350134","geometry":{"type":"Point","coordinates":[-0.0211075,51.5106798]},"properties":{"@type":"node","@id":5828350134,"@timestamp":1624732799},"coords":"51.5106798,-0.0211075","bedrooms":"4","price":"278000","area":"435"} , +{"type":"Feature","id":"n5828371977","geometry":{"type":"Point","coordinates":[-0.0329416,51.5210233]},"properties":{"@type":"node","@id":5828371977,"@timestamp":1625137014},"coords":"51.5210233,-0.0329416","bedrooms":"3","price":"241000","area":"686"} , +{"type":"Feature","id":"n5828775150","geometry":{"type":"Point","coordinates":[-0.3477027,51.4462922]},"properties":{"@type":"node","@id":5828775150,"@timestamp":1538992123},"coords":"51.4462922,-0.3477027","bedrooms":"1","price":"202000","area":"391"} , +{"type":"Feature","id":"n5829171493","geometry":{"type":"Point","coordinates":[-0.1360005,51.3211518]},"properties":{"@type":"node","@id":5829171493,"@timestamp":1540722526},"coords":"51.3211518,-0.1360005","bedrooms":"2","price":"258000","area":"657"} , +{"type":"Feature","id":"n5829171503","geometry":{"type":"Point","coordinates":[-0.137524,51.3203623]},"properties":{"@type":"node","@id":5829171503,"@timestamp":1625244992},"coords":"51.3203623,-0.137524","bedrooms":"0","price":"246000","area":"677"} , +{"type":"Feature","id":"n5829171528","geometry":{"type":"Point","coordinates":[-0.1367089,51.3209634]},"properties":{"@type":"node","@id":5829171528,"@timestamp":1536999900},"coords":"51.3209634,-0.1367089","bedrooms":"1","price":"263000","area":"367"} , +{"type":"Feature","id":"n5829699875","geometry":{"type":"Point","coordinates":[-0.0441511,51.5327531]},"properties":{"@type":"node","@id":5829699875,"@timestamp":1626535683},"coords":"51.5327531,-0.0441511","bedrooms":"3","price":"163000","area":"487"} , +{"type":"Feature","id":"n5829700085","geometry":{"type":"Point","coordinates":[-0.0617147,51.5268488]},"properties":{"@type":"node","@id":5829700085,"@timestamp":1534168374},"coords":"51.5268488,-0.0617147","bedrooms":"4","price":"210000","area":"423"} , +{"type":"Feature","id":"n5829764264","geometry":{"type":"Point","coordinates":[-0.0888932,51.420307]},"properties":{"@type":"node","@id":5829764264,"@timestamp":1604859772},"coords":"51.420307,-0.0888932","bedrooms":"3","price":"223000","area":"436"} , +{"type":"Feature","id":"n5829896173","geometry":{"type":"Point","coordinates":[-0.1477225,51.3576242]},"properties":{"@type":"node","@id":5829896173,"@timestamp":1534174898},"coords":"51.3576242,-0.1477225","bedrooms":"1","price":"178000","area":"436"} , +{"type":"Feature","id":"n5829896787","geometry":{"type":"Point","coordinates":[-0.1451274,51.3585435]},"properties":{"@type":"node","@id":5829896787,"@timestamp":1534174899},"coords":"51.3585435,-0.1451274","bedrooms":"4","price":"288000","area":"677"} , +{"type":"Feature","id":"n5830238612","geometry":{"type":"Point","coordinates":[-0.1774275,51.4021707]},"properties":{"@type":"node","@id":5830238612,"@timestamp":1629471507},"coords":"51.4021707,-0.1774275","bedrooms":"4","price":"286000","area":"409"} , +{"type":"Feature","id":"n5830350818","geometry":{"type":"Point","coordinates":[-0.1505259,51.0164593]},"properties":{"@type":"node","@id":5830350818,"@timestamp":1635502059},"coords":"51.0164593,-0.1505259","bedrooms":"2","price":"219000","area":"534"} , +{"type":"Feature","id":"n5830465839","geometry":{"type":"Point","coordinates":[-0.163766,50.9958629]},"properties":{"@type":"node","@id":5830465839,"@timestamp":1635503080},"coords":"50.9958629,-0.163766","bedrooms":"0","price":"152000","area":"499"} , +{"type":"Feature","id":"n5830610576","geometry":{"type":"Point","coordinates":[-0.7420216,51.2010623]},"properties":{"@type":"node","@id":5830610576,"@timestamp":1534192441},"coords":"51.2010623,-0.7420216","bedrooms":"1","price":"222000","area":"374"} , +{"type":"Feature","id":"n5830686206","geometry":{"type":"Point","coordinates":[-0.194894,51.3675704]},"properties":{"@type":"node","@id":5830686206,"@timestamp":1629112644},"coords":"51.3675704,-0.194894","bedrooms":"1","price":"205000","area":"582"} , +{"type":"Feature","id":"n5830929147","geometry":{"type":"Point","coordinates":[-0.0282767,51.5209257]},"properties":{"@type":"node","@id":5830929147,"@timestamp":1534204490},"coords":"51.5209257,-0.0282767","bedrooms":"1","price":"247000","area":"556"} , +{"type":"Feature","id":"n5830929648","geometry":{"type":"Point","coordinates":[-0.0225882,51.5185357]},"properties":{"@type":"node","@id":5830929648,"@timestamp":1534204492},"coords":"51.5185357,-0.0225882","bedrooms":"4","price":"192000","area":"448"} , +{"type":"Feature","id":"n5830948031","geometry":{"type":"Point","coordinates":[-0.0874187,51.5205071]},"properties":{"@type":"node","@id":5830948031,"@timestamp":1630043840},"coords":"51.5205071,-0.0874187","bedrooms":"3","price":"176000","area":"602"} , +{"type":"Feature","id":"n5830976699","geometry":{"type":"Point","coordinates":[-0.0812744,51.5267072]},"properties":{"@type":"node","@id":5830976699,"@timestamp":1619819848},"coords":"51.5267072,-0.0812744","bedrooms":"0","price":"286000","area":"557"} , +{"type":"Feature","id":"n5831004064","geometry":{"type":"Point","coordinates":[-0.0845201,51.4703433]},"properties":{"@type":"node","@id":5831004064,"@timestamp":1534211104},"coords":"51.4703433,-0.0845201","bedrooms":"4","price":"188000","area":"546"} , +{"type":"Feature","id":"n5831207617","geometry":{"type":"Point","coordinates":[-0.0639139,51.5242647]},"properties":{"@type":"node","@id":5831207617,"@timestamp":1558392804},"coords":"51.5242647,-0.0639139","bedrooms":"1","price":"224000","area":"430"} , +{"type":"Feature","id":"n5831889171","geometry":{"type":"Point","coordinates":[0.4518567,51.5891915]},"properties":{"@type":"node","@id":5831889171,"@timestamp":1534241747},"coords":"51.5891915,0.4518567","bedrooms":"0","price":"246000","area":"502"} , +{"type":"Feature","id":"n5832089315","geometry":{"type":"Point","coordinates":[-0.3118889,51.6119967]},"properties":{"@type":"node","@id":5832089315,"@timestamp":1630104241},"coords":"51.6119967,-0.3118889","bedrooms":"4","price":"270000","area":"698"} , +{"type":"Feature","id":"n5832089325","geometry":{"type":"Point","coordinates":[-0.3073959,51.6030608]},"properties":{"@type":"node","@id":5832089325,"@timestamp":1630104241},"coords":"51.6030608,-0.3073959","bedrooms":"4","price":"251000","area":"582"} , +{"type":"Feature","id":"n5832201257","geometry":{"type":"Point","coordinates":[-0.0940601,51.3750919]},"properties":{"@type":"node","@id":5832201257,"@timestamp":1534267847},"coords":"51.3750919,-0.0940601","bedrooms":"3","price":"266000","area":"535"} , +{"type":"Feature","id":"n5832219362","geometry":{"type":"Point","coordinates":[-0.0910414,51.5040303]},"properties":{"@type":"node","@id":5832219362,"@timestamp":1564903671},"coords":"51.5040303,-0.0910414","bedrooms":"1","price":"256000","area":"641"} , +{"type":"Feature","id":"n5832578978","geometry":{"type":"Point","coordinates":[-0.1494821,51.5214307]},"properties":{"@type":"node","@id":5832578978,"@timestamp":1581554837},"coords":"51.5214307,-0.1494821","bedrooms":"1","price":"249000","area":"578"} , +{"type":"Feature","id":"n5832636382","geometry":{"type":"Point","coordinates":[-0.0939104,51.3750982]},"properties":{"@type":"node","@id":5832636382,"@timestamp":1534267843},"coords":"51.3750982,-0.0939104","bedrooms":"0","price":"277000","area":"502"} , +{"type":"Feature","id":"n5832675289","geometry":{"type":"Point","coordinates":[-0.0937389,51.3749262]},"properties":{"@type":"node","@id":5832675289,"@timestamp":1534267844},"coords":"51.3749262,-0.0937389","bedrooms":"4","price":"264000","area":"372"} , +{"type":"Feature","id":"n5832675299","geometry":{"type":"Point","coordinates":[-0.0936672,51.3751609]},"properties":{"@type":"node","@id":5832675299,"@timestamp":1534267846},"coords":"51.3751609,-0.0936672","bedrooms":"2","price":"188000","area":"376"} , +{"type":"Feature","id":"n5832764031","geometry":{"type":"Point","coordinates":[0.2844867,51.5158135]},"properties":{"@type":"node","@id":5832764031,"@timestamp":1534268998},"coords":"51.5158135,0.2844867","bedrooms":"0","price":"176000","area":"612"} , +{"type":"Feature","id":"n5832880886","geometry":{"type":"Point","coordinates":[-0.170011,51.5165949]},"properties":{"@type":"node","@id":5832880886,"@timestamp":1632416870},"coords":"51.5165949,-0.170011","bedrooms":"1","price":"249000","area":"486"} , +{"type":"Feature","id":"n5833143376","geometry":{"type":"Point","coordinates":[-0.1195165,51.3364464]},"properties":{"@type":"node","@id":5833143376,"@timestamp":1553291076},"coords":"51.3364464,-0.1195165","bedrooms":"3","price":"186000","area":"394"} , +{"type":"Feature","id":"n5833407169","geometry":{"type":"Point","coordinates":[-0.134958,51.5181782]},"properties":{"@type":"node","@id":5833407169,"@timestamp":1534280645},"coords":"51.5181782,-0.134958","bedrooms":"1","price":"262000","area":"660"} , +{"type":"Feature","id":"n5833557410","geometry":{"type":"Point","coordinates":[-0.4261082,51.5962642]},"properties":{"@type":"node","@id":5833557410,"@timestamp":1601646714},"coords":"51.5962642,-0.4261082","bedrooms":"0","price":"175000","area":"482"} , +{"type":"Feature","id":"n5834085217","geometry":{"type":"Point","coordinates":[-0.1669451,51.4193915]},"properties":{"@type":"node","@id":5834085217,"@timestamp":1534325586},"coords":"51.4193915,-0.1669451","bedrooms":"0","price":"172000","area":"366"} , +{"type":"Feature","id":"n5834317027","geometry":{"type":"Point","coordinates":[-0.0940585,51.3749943]},"properties":{"@type":"node","@id":5834317027,"@timestamp":1534336724},"coords":"51.3749943,-0.0940585","bedrooms":"0","price":"217000","area":"599"} , +{"type":"Feature","id":"n5834651877","geometry":{"type":"Point","coordinates":[-0.0904535,51.467466]},"properties":{"@type":"node","@id":5834651877,"@timestamp":1534348597},"coords":"51.467466,-0.0904535","bedrooms":"0","price":"173000","area":"466"} , +{"type":"Feature","id":"n5834805956","geometry":{"type":"Point","coordinates":[-0.0427662,51.0850811]},"properties":{"@type":"node","@id":5834805956,"@timestamp":1534353950},"coords":"51.0850811,-0.0427662","bedrooms":"2","price":"244000","area":"632"} , +{"type":"Feature","id":"n5835161772","geometry":{"type":"Point","coordinates":[0.0170664,50.9697666]},"properties":{"@type":"node","@id":5835161772,"@timestamp":1534368511},"coords":"50.9697666,0.0170664","bedrooms":"1","price":"180000","area":"525"} , +{"type":"Feature","id":"n5835897961","geometry":{"type":"Point","coordinates":[0.4624139,51.5570814]},"properties":{"@type":"node","@id":5835897961,"@timestamp":1601104706},"coords":"51.5570814,0.4624139","bedrooms":"0","price":"158000","area":"527"} , +{"type":"Feature","id":"n5836353914","geometry":{"type":"Point","coordinates":[-0.3069111,51.4336107]},"properties":{"@type":"node","@id":5836353914,"@timestamp":1534423874},"coords":"51.4336107,-0.3069111","bedrooms":"3","price":"272000","area":"609"} , +{"type":"Feature","id":"n5836353926","geometry":{"type":"Point","coordinates":[-0.3082672,51.4355805]},"properties":{"@type":"node","@id":5836353926,"@timestamp":1534423874},"coords":"51.4355805,-0.3082672","bedrooms":"2","price":"240000","area":"524"} , +{"type":"Feature","id":"n5836353936","geometry":{"type":"Point","coordinates":[-0.3073647,51.4346599]},"properties":{"@type":"node","@id":5836353936,"@timestamp":1534423874},"coords":"51.4346599,-0.3073647","bedrooms":"3","price":"166000","area":"462"} , +{"type":"Feature","id":"n5836353946","geometry":{"type":"Point","coordinates":[-0.3066385,51.4336047]},"properties":{"@type":"node","@id":5836353946,"@timestamp":1534423875},"coords":"51.4336047,-0.3066385","bedrooms":"2","price":"295000","area":"446"} , +{"type":"Feature","id":"n5836443224","geometry":{"type":"Point","coordinates":[-0.255928,51.5549124]},"properties":{"@type":"node","@id":5836443224,"@timestamp":1569831421},"coords":"51.5549124,-0.255928","bedrooms":"2","price":"260000","area":"456"} , +{"type":"Feature","id":"n5836638110","geometry":{"type":"Point","coordinates":[0.4267006,51.3540822]},"properties":{"@type":"node","@id":5836638110,"@timestamp":1534434703},"coords":"51.3540822,0.4267006","bedrooms":"3","price":"197000","area":"651"} , +{"type":"Feature","id":"n5836991981","geometry":{"type":"Point","coordinates":[-0.7404236,51.241691]},"properties":{"@type":"node","@id":5836991981,"@timestamp":1534447808},"coords":"51.241691,-0.7404236","bedrooms":"0","price":"158000","area":"416"} , +{"type":"Feature","id":"n5836995073","geometry":{"type":"Point","coordinates":[0.0191512,50.9738425]},"properties":{"@type":"node","@id":5836995073,"@timestamp":1534448151},"coords":"50.9738425,0.0191512","bedrooms":"2","price":"166000","area":"629"} , +{"type":"Feature","id":"n5837033928","geometry":{"type":"Point","coordinates":[-0.7292237,51.244451]},"properties":{"@type":"node","@id":5837033928,"@timestamp":1610974391},"coords":"51.244451,-0.7292237","bedrooms":"4","price":"184000","area":"520"} , +{"type":"Feature","id":"n5837181997","geometry":{"type":"Point","coordinates":[-0.9708143,51.420029]},"properties":{"@type":"node","@id":5837181997,"@timestamp":1534456555},"coords":"51.420029,-0.9708143","bedrooms":"1","price":"240000","area":"490"} , +{"type":"Feature","id":"n5837185685","geometry":{"type":"Point","coordinates":[-0.1142572,51.3376875]},"properties":{"@type":"node","@id":5837185685,"@timestamp":1534456790},"coords":"51.3376875,-0.1142572","bedrooms":"1","price":"293000","area":"380"} , +{"type":"Feature","id":"n5837185700","geometry":{"type":"Point","coordinates":[-0.115542,51.3390363]},"properties":{"@type":"node","@id":5837185700,"@timestamp":1534456790},"coords":"51.3390363,-0.115542","bedrooms":"2","price":"275000","area":"685"} , +{"type":"Feature","id":"n5837230295","geometry":{"type":"Point","coordinates":[-0.0848627,51.4699887]},"properties":{"@type":"node","@id":5837230295,"@timestamp":1534460522},"coords":"51.4699887,-0.0848627","bedrooms":"2","price":"245000","area":"440"} , +{"type":"Feature","id":"n5837244144","geometry":{"type":"Point","coordinates":[-0.0270963,51.5266449]},"properties":{"@type":"node","@id":5837244144,"@timestamp":1534461620},"coords":"51.5266449,-0.0270963","bedrooms":"0","price":"250000","area":"546"} , +{"type":"Feature","id":"n5837244329","geometry":{"type":"Point","coordinates":[-0.025139,51.5261584]},"properties":{"@type":"node","@id":5837244329,"@timestamp":1534461622},"coords":"51.5261584,-0.025139","bedrooms":"0","price":"229000","area":"515"} , +{"type":"Feature","id":"n5838108975","geometry":{"type":"Point","coordinates":[-0.0122792,51.7427571]},"properties":{"@type":"node","@id":5838108975,"@timestamp":1534504098},"coords":"51.7427571,-0.0122792","bedrooms":"4","price":"160000","area":"670"} , +{"type":"Feature","id":"n5838556142","geometry":{"type":"Point","coordinates":[0.1026691,51.4452939]},"properties":{"@type":"node","@id":5838556142,"@timestamp":1580935390},"coords":"51.4452939,0.1026691","bedrooms":"0","price":"154000","area":"693"} , +{"type":"Feature","id":"n5838656902","geometry":{"type":"Point","coordinates":[0.4130714,51.5594108]},"properties":{"@type":"node","@id":5838656902,"@timestamp":1534527658},"coords":"51.5594108,0.4130714","bedrooms":"0","price":"299000","area":"386"} , +{"type":"Feature","id":"n5838687202","geometry":{"type":"Point","coordinates":[-0.1068887,51.2022527]},"properties":{"@type":"node","@id":5838687202,"@timestamp":1534528932},"coords":"51.2022527,-0.1068887","bedrooms":"2","price":"178000","area":"405"} , +{"type":"Feature","id":"n5838839085","geometry":{"type":"Point","coordinates":[-0.0864466,51.510409]},"properties":{"@type":"node","@id":5838839085,"@timestamp":1628618060},"coords":"51.510409,-0.0864466","bedrooms":"2","price":"159000","area":"391"} , +{"type":"Feature","id":"n5838860287","geometry":{"type":"Point","coordinates":[-0.9967008,51.1654102]},"properties":{"@type":"node","@id":5838860287,"@timestamp":1534536309},"coords":"51.1654102,-0.9967008","bedrooms":"3","price":"267000","area":"589"} , +{"type":"Feature","id":"n5838860317","geometry":{"type":"Point","coordinates":[-1.0046375,51.1659871]},"properties":{"@type":"node","@id":5838860317,"@timestamp":1534536309},"coords":"51.1659871,-1.0046375","bedrooms":"1","price":"285000","area":"570"} , +{"type":"Feature","id":"n5838951959","geometry":{"type":"Point","coordinates":[-0.7449708,51.3146034]},"properties":{"@type":"node","@id":5838951959,"@timestamp":1534540090},"coords":"51.3146034,-0.7449708","bedrooms":"4","price":"152000","area":"424"} , +{"type":"Feature","id":"n5839034462","geometry":{"type":"Point","coordinates":[-0.0577908,51.4817908]},"properties":{"@type":"node","@id":5839034462,"@timestamp":1534544034},"coords":"51.4817908,-0.0577908","bedrooms":"3","price":"194000","area":"614"} , +{"type":"Feature","id":"n5839167521","geometry":{"type":"Point","coordinates":[-0.1054887,51.518275]},"properties":{"@type":"node","@id":5839167521,"@timestamp":1534554212},"coords":"51.518275,-0.1054887","bedrooms":"0","price":"288000","area":"387"} , +{"type":"Feature","id":"n5839570764","geometry":{"type":"Point","coordinates":[-0.0796335,51.3092995]},"properties":{"@type":"node","@id":5839570764,"@timestamp":1558950344},"coords":"51.3092995,-0.0796335","bedrooms":"0","price":"153000","area":"448"} , +{"type":"Feature","id":"n5839643057","geometry":{"type":"Point","coordinates":[-0.0321104,51.5322519]},"properties":{"@type":"node","@id":5839643057,"@timestamp":1534588037},"coords":"51.5322519,-0.0321104","bedrooms":"4","price":"188000","area":"549"} , +{"type":"Feature","id":"n5839838485","geometry":{"type":"Point","coordinates":[-0.1818734,51.4952466]},"properties":{"@type":"node","@id":5839838485,"@timestamp":1603336980},"coords":"51.4952466,-0.1818734","bedrooms":"4","price":"282000","area":"471"} , +{"type":"Feature","id":"n5840098375","geometry":{"type":"Point","coordinates":[-0.1819884,51.5193993]},"properties":{"@type":"node","@id":5840098375,"@timestamp":1570351546},"coords":"51.5193993,-0.1819884","bedrooms":"4","price":"186000","area":"401"} , +{"type":"Feature","id":"n5840176866","geometry":{"type":"Point","coordinates":[-0.0933461,51.5101021]},"properties":{"@type":"node","@id":5840176866,"@timestamp":1534613790},"coords":"51.5101021,-0.0933461","bedrooms":"1","price":"194000","area":"612"} , +{"type":"Feature","id":"n5840200923","geometry":{"type":"Point","coordinates":[0.5553943,51.3232974]},"properties":{"@type":"node","@id":5840200923,"@timestamp":1534615221},"coords":"51.3232974,0.5553943","bedrooms":"0","price":"188000","area":"583"} , +{"type":"Feature","id":"n5840211559","geometry":{"type":"Point","coordinates":[-0.0724831,50.9614615]},"properties":{"@type":"node","@id":5840211559,"@timestamp":1534615782},"coords":"50.9614615,-0.0724831","bedrooms":"0","price":"173000","area":"593"} , +{"type":"Feature","id":"n5840245249","geometry":{"type":"Point","coordinates":[-0.1524566,51.5546469]},"properties":{"@type":"node","@id":5840245249,"@timestamp":1534617709},"coords":"51.5546469,-0.1524566","bedrooms":"3","price":"244000","area":"490"} , +{"type":"Feature","id":"n5840322032","geometry":{"type":"Point","coordinates":[-0.1594728,51.5528141]},"properties":{"@type":"node","@id":5840322032,"@timestamp":1630950804},"coords":"51.5528141,-0.1594728","bedrooms":"4","price":"284000","area":"390"} , +{"type":"Feature","id":"n5840328284","geometry":{"type":"Point","coordinates":[-0.9667868,51.4399363]},"properties":{"@type":"node","@id":5840328284,"@timestamp":1614455254},"coords":"51.4399363,-0.9667868","bedrooms":"1","price":"225000","area":"502"} , +{"type":"Feature","id":"n5840333915","geometry":{"type":"Point","coordinates":[-0.9673717,51.438676]},"properties":{"@type":"node","@id":5840333915,"@timestamp":1534620042},"coords":"51.438676,-0.9673717","bedrooms":"4","price":"178000","area":"626"} , +{"type":"Feature","id":"n5840382098","geometry":{"type":"Point","coordinates":[-0.1537156,51.5500598]},"properties":{"@type":"node","@id":5840382098,"@timestamp":1630950804},"coords":"51.5500598,-0.1537156","bedrooms":"4","price":"296000","area":"593"} , +{"type":"Feature","id":"n5840666672","geometry":{"type":"Point","coordinates":[-0.0594559,51.4808058]},"properties":{"@type":"node","@id":5840666672,"@timestamp":1534638525},"coords":"51.4808058,-0.0594559","bedrooms":"4","price":"192000","area":"377"} , +{"type":"Feature","id":"n5840716247","geometry":{"type":"Point","coordinates":[-0.0054821,51.5353564]},"properties":{"@type":"node","@id":5840716247,"@timestamp":1629188408},"coords":"51.5353564,-0.0054821","bedrooms":"2","price":"262000","area":"353"} , +{"type":"Feature","id":"n5841275631","geometry":{"type":"Point","coordinates":[0.1316302,50.9677349]},"properties":{"@type":"node","@id":5841275631,"@timestamp":1534665291},"coords":"50.9677349,0.1316302","bedrooms":"4","price":"238000","area":"552"} , +{"type":"Feature","id":"n5841672989","geometry":{"type":"Point","coordinates":[-0.1471565,51.5426275]},"properties":{"@type":"node","@id":5841672989,"@timestamp":1630186436},"coords":"51.5426275,-0.1471565","bedrooms":"2","price":"197000","area":"385"} , +{"type":"Feature","id":"n5841778791","geometry":{"type":"Point","coordinates":[-0.1871029,51.4406112]},"properties":{"@type":"node","@id":5841778791,"@timestamp":1534686641},"coords":"51.4406112,-0.1871029","bedrooms":"1","price":"209000","area":"681"} , +{"type":"Feature","id":"n5841985060","geometry":{"type":"Point","coordinates":[-0.1490507,51.3584171]},"properties":{"@type":"node","@id":5841985060,"@timestamp":1534690622},"coords":"51.3584171,-0.1490507","bedrooms":"2","price":"182000","area":"660"} , +{"type":"Feature","id":"n5841985070","geometry":{"type":"Point","coordinates":[-0.1490812,51.3585631]},"properties":{"@type":"node","@id":5841985070,"@timestamp":1534690623},"coords":"51.3585631,-0.1490812","bedrooms":"0","price":"253000","area":"512"} , +{"type":"Feature","id":"n5842107301","geometry":{"type":"Point","coordinates":[-0.9673852,51.4363725]},"properties":{"@type":"node","@id":5842107301,"@timestamp":1603209127},"coords":"51.4363725,-0.9673852","bedrooms":"1","price":"243000","area":"698"} , +{"type":"Feature","id":"n5842116917","geometry":{"type":"Point","coordinates":[0.2776844,51.5064571]},"properties":{"@type":"node","@id":5842116917,"@timestamp":1534695999},"coords":"51.5064571,0.2776844","bedrooms":"3","price":"265000","area":"531"} , +{"type":"Feature","id":"n5842117980","geometry":{"type":"Point","coordinates":[0.1062205,50.9660165]},"properties":{"@type":"node","@id":5842117980,"@timestamp":1534695991},"coords":"50.9660165,0.1062205","bedrooms":"2","price":"194000","area":"625"} , +{"type":"Feature","id":"n5842194436","geometry":{"type":"Point","coordinates":[-0.0575757,51.481476]},"properties":{"@type":"node","@id":5842194436,"@timestamp":1603477484},"coords":"51.481476,-0.0575757","bedrooms":"4","price":"292000","area":"505"} , +{"type":"Feature","id":"n5842194446","geometry":{"type":"Point","coordinates":[-0.0578277,51.4814776]},"properties":{"@type":"node","@id":5842194446,"@timestamp":1603470536},"coords":"51.4814776,-0.0578277","bedrooms":"0","price":"180000","area":"510"} , +{"type":"Feature","id":"n5842194481","geometry":{"type":"Point","coordinates":[-0.0575919,51.4808246]},"properties":{"@type":"node","@id":5842194481,"@timestamp":1534846313},"coords":"51.4808246,-0.0575919","bedrooms":"2","price":"279000","area":"530"} , +{"type":"Feature","id":"n5842196053","geometry":{"type":"Point","coordinates":[-0.0589,51.4804558]},"properties":{"@type":"node","@id":5842196053,"@timestamp":1534700001},"coords":"51.4804558,-0.0589","bedrooms":"1","price":"170000","area":"570"} , +{"type":"Feature","id":"n5842284542","geometry":{"type":"Point","coordinates":[-0.2363549,51.9731107]},"properties":{"@type":"node","@id":5842284542,"@timestamp":1606733581},"coords":"51.9731107,-0.2363549","bedrooms":"2","price":"289000","area":"432"} , +{"type":"Feature","id":"n5842487885","geometry":{"type":"Point","coordinates":[-0.0208083,51.5487421]},"properties":{"@type":"node","@id":5842487885,"@timestamp":1534712643},"coords":"51.5487421,-0.0208083","bedrooms":"3","price":"179000","area":"451"} , +{"type":"Feature","id":"n5842529135","geometry":{"type":"Point","coordinates":[-0.0498591,51.4260709]},"properties":{"@type":"node","@id":5842529135,"@timestamp":1534715678},"coords":"51.4260709,-0.0498591","bedrooms":"1","price":"220000","area":"439"} , +{"type":"Feature","id":"n5842529145","geometry":{"type":"Point","coordinates":[-0.0512995,51.4262538]},"properties":{"@type":"node","@id":5842529145,"@timestamp":1534715679},"coords":"51.4262538,-0.0512995","bedrooms":"2","price":"184000","area":"458"} , +{"type":"Feature","id":"n5842529155","geometry":{"type":"Point","coordinates":[-0.0531484,51.4264604]},"properties":{"@type":"node","@id":5842529155,"@timestamp":1618527241},"coords":"51.4264604,-0.0531484","bedrooms":"4","price":"289000","area":"695"} , +{"type":"Feature","id":"n5842529165","geometry":{"type":"Point","coordinates":[-0.052038,51.4263385]},"properties":{"@type":"node","@id":5842529165,"@timestamp":1534715680},"coords":"51.4263385,-0.052038","bedrooms":"3","price":"219000","area":"519"} , +{"type":"Feature","id":"n5842529176","geometry":{"type":"Point","coordinates":[-0.0510908,51.4259535]},"properties":{"@type":"node","@id":5842529176,"@timestamp":1534715681},"coords":"51.4259535,-0.0510908","bedrooms":"4","price":"278000","area":"583"} , +{"type":"Feature","id":"n5842529986","geometry":{"type":"Point","coordinates":[-0.0481939,51.4255895]},"properties":{"@type":"node","@id":5842529986,"@timestamp":1618527241},"coords":"51.4255895,-0.0481939","bedrooms":"3","price":"255000","area":"474"} , +{"type":"Feature","id":"n5842529997","geometry":{"type":"Point","coordinates":[-0.0477025,51.425822]},"properties":{"@type":"node","@id":5842529997,"@timestamp":1618527241},"coords":"51.425822,-0.0477025","bedrooms":"0","price":"216000","area":"658"} , +{"type":"Feature","id":"n5842530007","geometry":{"type":"Point","coordinates":[-0.0444463,51.4255587]},"properties":{"@type":"node","@id":5842530007,"@timestamp":1534715684},"coords":"51.4255587,-0.0444463","bedrooms":"2","price":"169000","area":"461"} , +{"type":"Feature","id":"n5842562515","geometry":{"type":"Point","coordinates":[-0.7192706,51.6190183]},"properties":{"@type":"node","@id":5842562515,"@timestamp":1534718145},"coords":"51.6190183,-0.7192706","bedrooms":"3","price":"260000","area":"507"} , +{"type":"Feature","id":"n5842563717","geometry":{"type":"Point","coordinates":[-0.7185839,51.6195091]},"properties":{"@type":"node","@id":5842563717,"@timestamp":1534718148},"coords":"51.6195091,-0.7185839","bedrooms":"1","price":"212000","area":"577"} , +{"type":"Feature","id":"n5842563888","geometry":{"type":"Point","coordinates":[-0.7265554,51.6227431]},"properties":{"@type":"node","@id":5842563888,"@timestamp":1534718151},"coords":"51.6227431,-0.7265554","bedrooms":"0","price":"175000","area":"604"} , +{"type":"Feature","id":"n5842619356","geometry":{"type":"Point","coordinates":[-0.0611631,51.5424119]},"properties":{"@type":"node","@id":5842619356,"@timestamp":1535926989},"coords":"51.5424119,-0.0611631","bedrooms":"4","price":"290000","area":"455"} , +{"type":"Feature","id":"n5843118215","geometry":{"type":"Point","coordinates":[-0.0627525,51.5426153]},"properties":{"@type":"node","@id":5843118215,"@timestamp":1535330824},"coords":"51.5426153,-0.0627525","bedrooms":"3","price":"199000","area":"408"} , +{"type":"Feature","id":"n5843956747","geometry":{"type":"Point","coordinates":[-0.4034736,51.8198428]},"properties":{"@type":"node","@id":5843956747,"@timestamp":1534772081},"coords":"51.8198428,-0.4034736","bedrooms":"4","price":"229000","area":"366"} , +{"type":"Feature","id":"n5844458530","geometry":{"type":"Point","coordinates":[-0.1169919,51.3003007]},"properties":{"@type":"node","@id":5844458530,"@timestamp":1534789154},"coords":"51.3003007,-0.1169919","bedrooms":"2","price":"176000","area":"447"} , +{"type":"Feature","id":"n5844669386","geometry":{"type":"Point","coordinates":[-0.7913363,51.3782021]},"properties":{"@type":"node","@id":5844669386,"@timestamp":1534796711},"coords":"51.3782021,-0.7913363","bedrooms":"2","price":"179000","area":"608"} , +{"type":"Feature","id":"n5844692383","geometry":{"type":"Point","coordinates":[-0.6171904,51.6671946]},"properties":{"@type":"node","@id":5844692383,"@timestamp":1534797821},"coords":"51.6671946,-0.6171904","bedrooms":"1","price":"278000","area":"598"} , +{"type":"Feature","id":"n5844692495","geometry":{"type":"Point","coordinates":[-0.617639,51.6667487]},"properties":{"@type":"node","@id":5844692495,"@timestamp":1534797822},"coords":"51.6667487,-0.617639","bedrooms":"4","price":"185000","area":"383"} , +{"type":"Feature","id":"n5844692540","geometry":{"type":"Point","coordinates":[-0.6150252,51.6663154]},"properties":{"@type":"node","@id":5844692540,"@timestamp":1582658220},"coords":"51.6663154,-0.6150252","bedrooms":"4","price":"155000","area":"389"} , +{"type":"Feature","id":"n5844692610","geometry":{"type":"Point","coordinates":[-0.6134373,51.6666223]},"properties":{"@type":"node","@id":5844692610,"@timestamp":1534797825},"coords":"51.6666223,-0.6134373","bedrooms":"0","price":"203000","area":"367"} , +{"type":"Feature","id":"n5844692671","geometry":{"type":"Point","coordinates":[-0.6157433,51.6670594]},"properties":{"@type":"node","@id":5844692671,"@timestamp":1534797826},"coords":"51.6670594,-0.6157433","bedrooms":"0","price":"173000","area":"362"} , +{"type":"Feature","id":"n5844692794","geometry":{"type":"Point","coordinates":[-0.6154986,51.6667055]},"properties":{"@type":"node","@id":5844692794,"@timestamp":1534797826},"coords":"51.6667055,-0.6154986","bedrooms":"0","price":"245000","area":"627"} , +{"type":"Feature","id":"n5844692845","geometry":{"type":"Point","coordinates":[-0.6152897,51.666351]},"properties":{"@type":"node","@id":5844692845,"@timestamp":1534797827},"coords":"51.666351,-0.6152897","bedrooms":"2","price":"218000","area":"392"} , +{"type":"Feature","id":"n5844692855","geometry":{"type":"Point","coordinates":[-0.6143519,51.6658911]},"properties":{"@type":"node","@id":5844692855,"@timestamp":1534797828},"coords":"51.6658911,-0.6143519","bedrooms":"1","price":"193000","area":"448"} , +{"type":"Feature","id":"n5844693016","geometry":{"type":"Point","coordinates":[-0.6218527,51.6530012]},"properties":{"@type":"node","@id":5844693016,"@timestamp":1534797830},"coords":"51.6530012,-0.6218527","bedrooms":"2","price":"153000","area":"353"} , +{"type":"Feature","id":"n5844693120","geometry":{"type":"Point","coordinates":[-0.6318279,51.6470044]},"properties":{"@type":"node","@id":5844693120,"@timestamp":1534797832},"coords":"51.6470044,-0.6318279","bedrooms":"2","price":"259000","area":"532"} , +{"type":"Feature","id":"n5844693243","geometry":{"type":"Point","coordinates":[-0.6532094,51.6452963]},"properties":{"@type":"node","@id":5844693243,"@timestamp":1534797834},"coords":"51.6452963,-0.6532094","bedrooms":"0","price":"240000","area":"657"} , +{"type":"Feature","id":"n5844693287","geometry":{"type":"Point","coordinates":[-0.6534565,51.6456379]},"properties":{"@type":"node","@id":5844693287,"@timestamp":1534797835},"coords":"51.6456379,-0.6534565","bedrooms":"0","price":"298000","area":"670"} , +{"type":"Feature","id":"n5844693418","geometry":{"type":"Point","coordinates":[-0.6850295,51.6297308]},"properties":{"@type":"node","@id":5844693418,"@timestamp":1534797837},"coords":"51.6297308,-0.6850295","bedrooms":"3","price":"289000","area":"359"} , +{"type":"Feature","id":"n5844693504","geometry":{"type":"Point","coordinates":[-0.7076898,51.6121538]},"properties":{"@type":"node","@id":5844693504,"@timestamp":1534797839},"coords":"51.6121538,-0.7076898","bedrooms":"3","price":"244000","area":"569"} , +{"type":"Feature","id":"n5844693524","geometry":{"type":"Point","coordinates":[-0.7170662,51.6089934]},"properties":{"@type":"node","@id":5844693524,"@timestamp":1534797839},"coords":"51.6089934,-0.7170662","bedrooms":"4","price":"211000","area":"445"} , +{"type":"Feature","id":"n5844909903","geometry":{"type":"Point","coordinates":[-0.0261371,51.4751978]},"properties":{"@type":"node","@id":5844909903,"@timestamp":1617187142},"coords":"51.4751978,-0.0261371","bedrooms":"1","price":"245000","area":"681"} , +{"type":"Feature","id":"n5845200702","geometry":{"type":"Point","coordinates":[-0.0352241,51.5164112]},"properties":{"@type":"node","@id":5845200702,"@timestamp":1632922744},"coords":"51.5164112,-0.0352241","bedrooms":"2","price":"189000","area":"352"} , +{"type":"Feature","id":"n5845422726","geometry":{"type":"Point","coordinates":[-0.0822277,51.4980364]},"properties":{"@type":"node","@id":5845422726,"@timestamp":1564903671},"coords":"51.4980364,-0.0822277","bedrooms":"4","price":"201000","area":"656"} , +{"type":"Feature","id":"n5845948569","geometry":{"type":"Point","coordinates":[-0.0564899,51.4802678]},"properties":{"@type":"node","@id":5845948569,"@timestamp":1534846307},"coords":"51.4802678,-0.0564899","bedrooms":"3","price":"176000","area":"471"} , +{"type":"Feature","id":"n5846581604","geometry":{"type":"Point","coordinates":[0.2910835,50.9462503]},"properties":{"@type":"node","@id":5846581604,"@timestamp":1534868328},"coords":"50.9462503,0.2910835","bedrooms":"0","price":"215000","area":"566"} , +{"type":"Feature","id":"n5846641277","geometry":{"type":"Point","coordinates":[-0.0557792,51.4801075]},"properties":{"@type":"node","@id":5846641277,"@timestamp":1534871024},"coords":"51.4801075,-0.0557792","bedrooms":"1","price":"170000","area":"521"} , +{"type":"Feature","id":"n5846667529","geometry":{"type":"Point","coordinates":[-0.0552937,51.4797757]},"properties":{"@type":"node","@id":5846667529,"@timestamp":1534872113},"coords":"51.4797757,-0.0552937","bedrooms":"1","price":"165000","area":"368"} , +{"type":"Feature","id":"n5848027516","geometry":{"type":"Point","coordinates":[-0.0530183,51.4968519]},"properties":{"@type":"node","@id":5848027516,"@timestamp":1614260881},"coords":"51.4968519,-0.0530183","bedrooms":"0","price":"249000","area":"534"} , +{"type":"Feature","id":"n5848182229","geometry":{"type":"Point","coordinates":[0.7561549,51.832612]},"properties":{"@type":"node","@id":5848182229,"@timestamp":1534927998},"coords":"51.832612,0.7561549","bedrooms":"0","price":"211000","area":"504"} , +{"type":"Feature","id":"n5848182239","geometry":{"type":"Point","coordinates":[0.7681926,51.8336287]},"properties":{"@type":"node","@id":5848182239,"@timestamp":1534927999},"coords":"51.8336287,0.7681926","bedrooms":"4","price":"279000","area":"531"} , +{"type":"Feature","id":"n5848182249","geometry":{"type":"Point","coordinates":[0.7457525,51.8349868]},"properties":{"@type":"node","@id":5848182249,"@timestamp":1534927999},"coords":"51.8349868,0.7457525","bedrooms":"1","price":"273000","area":"594"} , +{"type":"Feature","id":"n5848182259","geometry":{"type":"Point","coordinates":[0.7499335,51.8375722]},"properties":{"@type":"node","@id":5848182259,"@timestamp":1534928180},"coords":"51.8375722,0.7499335","bedrooms":"1","price":"244000","area":"629"} , +{"type":"Feature","id":"n5848182269","geometry":{"type":"Point","coordinates":[0.758089,51.8447317]},"properties":{"@type":"node","@id":5848182269,"@timestamp":1534928181},"coords":"51.8447317,0.758089","bedrooms":"2","price":"247000","area":"488"} , +{"type":"Feature","id":"n5848182279","geometry":{"type":"Point","coordinates":[0.7658748,51.8510336]},"properties":{"@type":"node","@id":5848182279,"@timestamp":1534928181},"coords":"51.8510336,0.7658748","bedrooms":"1","price":"182000","area":"525"} , +{"type":"Feature","id":"n5848420721","geometry":{"type":"Point","coordinates":[-0.1824285,51.4849641]},"properties":{"@type":"node","@id":5848420721,"@timestamp":1607338504},"coords":"51.4849641,-0.1824285","bedrooms":"1","price":"195000","area":"360"} , +{"type":"Feature","id":"n5848766162","geometry":{"type":"Point","coordinates":[0.7298891,51.8250012]},"properties":{"@type":"node","@id":5848766162,"@timestamp":1534941863},"coords":"51.8250012,0.7298891","bedrooms":"0","price":"244000","area":"483"} , +{"type":"Feature","id":"n5848766459","geometry":{"type":"Point","coordinates":[0.7388293,51.8299671]},"properties":{"@type":"node","@id":5848766459,"@timestamp":1534941864},"coords":"51.8299671,0.7388293","bedrooms":"3","price":"254000","area":"418"} , +{"type":"Feature","id":"n5849131259","geometry":{"type":"Point","coordinates":[-0.0828541,51.4707958]},"properties":{"@type":"node","@id":5849131259,"@timestamp":1535034952},"coords":"51.4707958,-0.0828541","bedrooms":"4","price":"164000","area":"650"} , +{"type":"Feature","id":"n5849545997","geometry":{"type":"Point","coordinates":[-0.0830077,51.47091]},"properties":{"@type":"node","@id":5849545997,"@timestamp":1535011941},"coords":"51.47091,-0.0830077","bedrooms":"2","price":"251000","area":"626"} , +{"type":"Feature","id":"n5849546007","geometry":{"type":"Point","coordinates":[-0.0837905,51.4705633]},"properties":{"@type":"node","@id":5849546007,"@timestamp":1535011942},"coords":"51.4705633,-0.0837905","bedrooms":"4","price":"235000","area":"588"} , +{"type":"Feature","id":"n5849700178","geometry":{"type":"Point","coordinates":[0.3712984,51.4443493]},"properties":{"@type":"node","@id":5849700178,"@timestamp":1534963264},"coords":"51.4443493,0.3712984","bedrooms":"4","price":"296000","area":"353"} , +{"type":"Feature","id":"n5849803701","geometry":{"type":"Point","coordinates":[0.529291,51.3237365]},"properties":{"@type":"node","@id":5849803701,"@timestamp":1534967769},"coords":"51.3237365,0.529291","bedrooms":"3","price":"238000","area":"555"} , +{"type":"Feature","id":"n5850037910","geometry":{"type":"Point","coordinates":[0.0227518,51.5500571]},"properties":{"@type":"node","@id":5850037910,"@timestamp":1631111152},"coords":"51.5500571,0.0227518","bedrooms":"1","price":"255000","area":"471"} , +{"type":"Feature","id":"n5850066413","geometry":{"type":"Point","coordinates":[-0.0828048,51.4705631]},"properties":{"@type":"node","@id":5850066413,"@timestamp":1534983180},"coords":"51.4705631,-0.0828048","bedrooms":"0","price":"252000","area":"385"} , +{"type":"Feature","id":"n5850596125","geometry":{"type":"Point","coordinates":[-0.4459896,51.4812128]},"properties":{"@type":"node","@id":5850596125,"@timestamp":1534998685},"coords":"51.4812128,-0.4459896","bedrooms":"2","price":"221000","area":"377"} , +{"type":"Feature","id":"n5850876621","geometry":{"type":"Point","coordinates":[-1.0197468,51.4366428]},"properties":{"@type":"node","@id":5850876621,"@timestamp":1535010180},"coords":"51.4366428,-1.0197468","bedrooms":"4","price":"169000","area":"614"} , +{"type":"Feature","id":"n5851114773","geometry":{"type":"Point","coordinates":[-0.5551955,51.6311596]},"properties":{"@type":"node","@id":5851114773,"@timestamp":1535017809},"coords":"51.6311596,-0.5551955","bedrooms":"2","price":"216000","area":"415"} , +{"type":"Feature","id":"n5851115008","geometry":{"type":"Point","coordinates":[-0.5698896,51.632084]},"properties":{"@type":"node","@id":5851115008,"@timestamp":1535017811},"coords":"51.632084,-0.5698896","bedrooms":"0","price":"223000","area":"611"} , +{"type":"Feature","id":"n5851115022","geometry":{"type":"Point","coordinates":[-0.570074,51.6318338]},"properties":{"@type":"node","@id":5851115022,"@timestamp":1535017811},"coords":"51.6318338,-0.570074","bedrooms":"4","price":"192000","area":"401"} , +{"type":"Feature","id":"n5851115045","geometry":{"type":"Point","coordinates":[-0.5704261,51.6314155]},"properties":{"@type":"node","@id":5851115045,"@timestamp":1535017812},"coords":"51.6314155,-0.5704261","bedrooms":"1","price":"188000","area":"447"} , +{"type":"Feature","id":"n5851115100","geometry":{"type":"Point","coordinates":[-0.574147,51.6301756]},"properties":{"@type":"node","@id":5851115100,"@timestamp":1535017813},"coords":"51.6301756,-0.574147","bedrooms":"4","price":"164000","area":"432"} , +{"type":"Feature","id":"n5851115193","geometry":{"type":"Point","coordinates":[-0.5712837,51.6266712]},"properties":{"@type":"node","@id":5851115193,"@timestamp":1535017815},"coords":"51.6266712,-0.5712837","bedrooms":"3","price":"268000","area":"637"} , +{"type":"Feature","id":"n5851115219","geometry":{"type":"Point","coordinates":[-0.5718326,51.6268224]},"properties":{"@type":"node","@id":5851115219,"@timestamp":1535017815},"coords":"51.6268224,-0.5718326","bedrooms":"3","price":"215000","area":"690"} , +{"type":"Feature","id":"n5851115387","geometry":{"type":"Point","coordinates":[-0.569817,51.6239494]},"properties":{"@type":"node","@id":5851115387,"@timestamp":1535017818},"coords":"51.6239494,-0.569817","bedrooms":"4","price":"240000","area":"456"} , +{"type":"Feature","id":"n5851115500","geometry":{"type":"Point","coordinates":[-0.5687504,51.6331482]},"properties":{"@type":"node","@id":5851115500,"@timestamp":1535017820},"coords":"51.6331482,-0.5687504","bedrooms":"0","price":"243000","area":"635"} , +{"type":"Feature","id":"n5851115519","geometry":{"type":"Point","coordinates":[-0.5691004,51.633179]},"properties":{"@type":"node","@id":5851115519,"@timestamp":1535017820},"coords":"51.633179,-0.5691004","bedrooms":"3","price":"166000","area":"470"} , +{"type":"Feature","id":"n5851115541","geometry":{"type":"Point","coordinates":[-0.5688409,51.6327678]},"properties":{"@type":"node","@id":5851115541,"@timestamp":1535017821},"coords":"51.6327678,-0.5688409","bedrooms":"2","price":"260000","area":"379"} , +{"type":"Feature","id":"n5851127908","geometry":{"type":"Point","coordinates":[-0.1991211,51.4859489]},"properties":{"@type":"node","@id":5851127908,"@timestamp":1535018260},"coords":"51.4859489,-0.1991211","bedrooms":"1","price":"232000","area":"582"} , +{"type":"Feature","id":"n5851357422","geometry":{"type":"Point","coordinates":[-0.7464172,51.4165807]},"properties":{"@type":"node","@id":5851357422,"@timestamp":1535027250},"coords":"51.4165807,-0.7464172","bedrooms":"1","price":"230000","area":"475"} , +{"type":"Feature","id":"n5851378227","geometry":{"type":"Point","coordinates":[-0.0937242,51.3819653]},"properties":{"@type":"node","@id":5851378227,"@timestamp":1609548102},"coords":"51.3819653,-0.0937242","bedrooms":"3","price":"241000","area":"421"} , +{"type":"Feature","id":"n5851383432","geometry":{"type":"Point","coordinates":[-0.7480882,51.417734]},"properties":{"@type":"node","@id":5851383432,"@timestamp":1535028297},"coords":"51.417734,-0.7480882","bedrooms":"2","price":"279000","area":"402"} , +{"type":"Feature","id":"n5851383445","geometry":{"type":"Point","coordinates":[-0.7471669,51.4180385]},"properties":{"@type":"node","@id":5851383445,"@timestamp":1535028298},"coords":"51.4180385,-0.7471669","bedrooms":"1","price":"190000","area":"414"} , +{"type":"Feature","id":"n5851383455","geometry":{"type":"Point","coordinates":[-0.7469201,51.4174011]},"properties":{"@type":"node","@id":5851383455,"@timestamp":1535028298},"coords":"51.4174011,-0.7469201","bedrooms":"2","price":"250000","area":"399"} , +{"type":"Feature","id":"n5851813277","geometry":{"type":"Point","coordinates":[-0.1353188,51.4991659]},"properties":{"@type":"node","@id":5851813277,"@timestamp":1535897980},"coords":"51.4991659,-0.1353188","bedrooms":"1","price":"243000","area":"547"} , +{"type":"Feature","id":"n5851935906","geometry":{"type":"Point","coordinates":[0.8478255,51.2971096]},"properties":{"@type":"node","@id":5851935906,"@timestamp":1536054926},"coords":"51.2971096,0.8478255","bedrooms":"3","price":"286000","area":"502"} , +{"type":"Feature","id":"n5852151001","geometry":{"type":"Point","coordinates":[-0.5060899,51.6606587]},"properties":{"@type":"node","@id":5852151001,"@timestamp":1535054222},"coords":"51.6606587,-0.5060899","bedrooms":"3","price":"272000","area":"519"} , +{"type":"Feature","id":"n5852151147","geometry":{"type":"Point","coordinates":[-0.5104733,51.6646724]},"properties":{"@type":"node","@id":5852151147,"@timestamp":1603825559},"coords":"51.6646724,-0.5104733","bedrooms":"4","price":"205000","area":"416"} , +{"type":"Feature","id":"n5852151403","geometry":{"type":"Point","coordinates":[-0.5111754,51.6579333]},"properties":{"@type":"node","@id":5852151403,"@timestamp":1535054228},"coords":"51.6579333,-0.5111754","bedrooms":"4","price":"199000","area":"469"} , +{"type":"Feature","id":"n5852151460","geometry":{"type":"Point","coordinates":[-0.5138579,51.6570005]},"properties":{"@type":"node","@id":5852151460,"@timestamp":1602279699},"coords":"51.6570005,-0.5138579","bedrooms":"4","price":"157000","area":"426"} , +{"type":"Feature","id":"n5852151562","geometry":{"type":"Point","coordinates":[-0.5189162,51.6535021]},"properties":{"@type":"node","@id":5852151562,"@timestamp":1535054231},"coords":"51.6535021,-0.5189162","bedrooms":"4","price":"233000","area":"602"} , +{"type":"Feature","id":"n5852151593","geometry":{"type":"Point","coordinates":[-0.5193951,51.6536729]},"properties":{"@type":"node","@id":5852151593,"@timestamp":1602860209},"coords":"51.6536729,-0.5193951","bedrooms":"4","price":"281000","area":"364"} , +{"type":"Feature","id":"n5852151639","geometry":{"type":"Point","coordinates":[-0.5197149,51.6541656]},"properties":{"@type":"node","@id":5852151639,"@timestamp":1603477989},"coords":"51.6541656,-0.5197149","bedrooms":"1","price":"201000","area":"511"} , +{"type":"Feature","id":"n5852151696","geometry":{"type":"Point","coordinates":[-0.5210284,51.6554606]},"properties":{"@type":"node","@id":5852151696,"@timestamp":1601934907},"coords":"51.6554606,-0.5210284","bedrooms":"1","price":"155000","area":"582"} , +{"type":"Feature","id":"n5852151712","geometry":{"type":"Point","coordinates":[-0.5215173,51.6551083]},"properties":{"@type":"node","@id":5852151712,"@timestamp":1601934907},"coords":"51.6551083,-0.5215173","bedrooms":"4","price":"157000","area":"627"} , +{"type":"Feature","id":"n5852151722","geometry":{"type":"Point","coordinates":[-0.521785,51.6551088]},"properties":{"@type":"node","@id":5852151722,"@timestamp":1601934907},"coords":"51.6551088,-0.521785","bedrooms":"0","price":"287000","area":"370"} , +{"type":"Feature","id":"n5852151763","geometry":{"type":"Point","coordinates":[-0.5210566,51.6551483]},"properties":{"@type":"node","@id":5852151763,"@timestamp":1597686947},"coords":"51.6551483,-0.5210566","bedrooms":"0","price":"277000","area":"623"} , +{"type":"Feature","id":"n5852152045","geometry":{"type":"Point","coordinates":[-0.5260432,51.6719835]},"properties":{"@type":"node","@id":5852152045,"@timestamp":1535054238},"coords":"51.6719835,-0.5260432","bedrooms":"2","price":"192000","area":"663"} , +{"type":"Feature","id":"n5852152082","geometry":{"type":"Point","coordinates":[-0.5342569,51.6583821]},"properties":{"@type":"node","@id":5852152082,"@timestamp":1625169307},"coords":"51.6583821,-0.5342569","bedrooms":"3","price":"270000","area":"641"} , +{"type":"Feature","id":"n5852152166","geometry":{"type":"Point","coordinates":[-0.5374731,51.642832]},"properties":{"@type":"node","@id":5852152166,"@timestamp":1535054241},"coords":"51.642832,-0.5374731","bedrooms":"1","price":"173000","area":"640"} , +{"type":"Feature","id":"n5852334007","geometry":{"type":"Point","coordinates":[-0.0922734,51.3809287]},"properties":{"@type":"node","@id":5852334007,"@timestamp":1535063850},"coords":"51.3809287,-0.0922734","bedrooms":"4","price":"178000","area":"541"} , +{"type":"Feature","id":"n5852334017","geometry":{"type":"Point","coordinates":[-0.0887187,51.3808666]},"properties":{"@type":"node","@id":5852334017,"@timestamp":1535063851},"coords":"51.3808666,-0.0887187","bedrooms":"1","price":"223000","area":"360"} , +{"type":"Feature","id":"n5852358675","geometry":{"type":"Point","coordinates":[-0.0877278,51.3806575]},"properties":{"@type":"node","@id":5852358675,"@timestamp":1535066094},"coords":"51.3806575,-0.0877278","bedrooms":"4","price":"206000","area":"578"} , +{"type":"Feature","id":"n5852363590","geometry":{"type":"Point","coordinates":[-0.0870776,51.3805304]},"properties":{"@type":"node","@id":5852363590,"@timestamp":1535066095},"coords":"51.3805304,-0.0870776","bedrooms":"3","price":"193000","area":"511"} , +{"type":"Feature","id":"n5852368474","geometry":{"type":"Point","coordinates":[-0.061302,51.4984526]},"properties":{"@type":"node","@id":5852368474,"@timestamp":1628787145},"coords":"51.4984526,-0.061302","bedrooms":"3","price":"213000","area":"581"} , +{"type":"Feature","id":"n5852376055","geometry":{"type":"Point","coordinates":[-0.7475479,51.4163063]},"properties":{"@type":"node","@id":5852376055,"@timestamp":1535066827},"coords":"51.4163063,-0.7475479","bedrooms":"3","price":"272000","area":"556"} , +{"type":"Feature","id":"n5853164087","geometry":{"type":"Point","coordinates":[0.0483157,51.5040832]},"properties":{"@type":"node","@id":5853164087,"@timestamp":1633937389},"coords":"51.5040832,0.0483157","bedrooms":"2","price":"243000","area":"538"} , +{"type":"Feature","id":"n5853229490","geometry":{"type":"Point","coordinates":[0.049543,51.5037146]},"properties":{"@type":"node","@id":5853229490,"@timestamp":1633937389},"coords":"51.5037146,0.049543","bedrooms":"3","price":"214000","area":"406"} , +{"type":"Feature","id":"n5853493118","geometry":{"type":"Point","coordinates":[-0.0863818,51.4713618]},"properties":{"@type":"node","@id":5853493118,"@timestamp":1535109715},"coords":"51.4713618,-0.0863818","bedrooms":"3","price":"292000","area":"551"} , +{"type":"Feature","id":"n5853572860","geometry":{"type":"Point","coordinates":[0.0338116,51.5392845]},"properties":{"@type":"node","@id":5853572860,"@timestamp":1573121006},"coords":"51.5392845,0.0338116","bedrooms":"1","price":"207000","area":"595"} , +{"type":"Feature","id":"n5853797989","geometry":{"type":"Point","coordinates":[-0.2076696,51.9100719]},"properties":{"@type":"node","@id":5853797989,"@timestamp":1535128011},"coords":"51.9100719,-0.2076696","bedrooms":"4","price":"267000","area":"569"} , +{"type":"Feature","id":"n5853956139","geometry":{"type":"Point","coordinates":[-0.0871693,51.3803569]},"properties":{"@type":"node","@id":5853956139,"@timestamp":1535123401},"coords":"51.3803569,-0.0871693","bedrooms":"2","price":"295000","area":"402"} , +{"type":"Feature","id":"n5853956149","geometry":{"type":"Point","coordinates":[-0.0873329,51.3798203]},"properties":{"@type":"node","@id":5853956149,"@timestamp":1535123402},"coords":"51.3798203,-0.0873329","bedrooms":"1","price":"270000","area":"582"} , +{"type":"Feature","id":"n5853956159","geometry":{"type":"Point","coordinates":[-0.0875408,51.3799651]},"properties":{"@type":"node","@id":5853956159,"@timestamp":1535123403},"coords":"51.3799651,-0.0875408","bedrooms":"2","price":"275000","area":"648"} , +{"type":"Feature","id":"n5853956169","geometry":{"type":"Point","coordinates":[-0.0878358,51.3795449]},"properties":{"@type":"node","@id":5853956169,"@timestamp":1629823037},"coords":"51.3795449,-0.0878358","bedrooms":"0","price":"226000","area":"374"} , +{"type":"Feature","id":"n5853956180","geometry":{"type":"Point","coordinates":[-0.0884905,51.379426]},"properties":{"@type":"node","@id":5853956180,"@timestamp":1535123405},"coords":"51.379426,-0.0884905","bedrooms":"4","price":"209000","area":"354"} , +{"type":"Feature","id":"n5853959506","geometry":{"type":"Point","coordinates":[-0.0896869,51.3787387]},"properties":{"@type":"node","@id":5853959506,"@timestamp":1535123406},"coords":"51.3787387,-0.0896869","bedrooms":"4","price":"211000","area":"386"} , +{"type":"Feature","id":"n5854398465","geometry":{"type":"Point","coordinates":[-0.660722,51.9183893]},"properties":{"@type":"node","@id":5854398465,"@timestamp":1535135207},"coords":"51.9183893,-0.660722","bedrooms":"4","price":"292000","area":"618"} , +{"type":"Feature","id":"n5854527893","geometry":{"type":"Point","coordinates":[-0.0051339,51.5792181]},"properties":{"@type":"node","@id":5854527893,"@timestamp":1535138981},"coords":"51.5792181,-0.0051339","bedrooms":"0","price":"226000","area":"673"} , +{"type":"Feature","id":"n5854527903","geometry":{"type":"Point","coordinates":[-0.0057974,51.5793804]},"properties":{"@type":"node","@id":5854527903,"@timestamp":1535138982},"coords":"51.5793804,-0.0057974","bedrooms":"0","price":"275000","area":"372"} , +{"type":"Feature","id":"n5854531326","geometry":{"type":"Point","coordinates":[0.2933384,51.2115319]},"properties":{"@type":"node","@id":5854531326,"@timestamp":1611868382},"coords":"51.2115319,0.2933384","bedrooms":"3","price":"199000","area":"590"} , +{"type":"Feature","id":"n5854531336","geometry":{"type":"Point","coordinates":[0.2932723,51.2117309]},"properties":{"@type":"node","@id":5854531336,"@timestamp":1611868382},"coords":"51.2117309,0.2932723","bedrooms":"0","price":"277000","area":"591"} , +{"type":"Feature","id":"n5854921118","geometry":{"type":"Point","coordinates":[-0.0299214,51.5328998]},"properties":{"@type":"node","@id":5854921118,"@timestamp":1630672523},"coords":"51.5328998,-0.0299214","bedrooms":"2","price":"150000","area":"570"} , +{"type":"Feature","id":"n5855830147","geometry":{"type":"Point","coordinates":[-0.1519755,51.5087947]},"properties":{"@type":"node","@id":5855830147,"@timestamp":1535181936},"coords":"51.5087947,-0.1519755","bedrooms":"4","price":"183000","area":"398"} , +{"type":"Feature","id":"n5856272727","geometry":{"type":"Point","coordinates":[-0.4701152,51.6337182]},"properties":{"@type":"node","@id":5856272727,"@timestamp":1559687242},"coords":"51.6337182,-0.4701152","bedrooms":"4","price":"222000","area":"359"} , +{"type":"Feature","id":"n5856574118","geometry":{"type":"Point","coordinates":[-0.3404364,51.4263102]},"properties":{"@type":"node","@id":5856574118,"@timestamp":1535202727},"coords":"51.4263102,-0.3404364","bedrooms":"3","price":"182000","area":"464"} , +{"type":"Feature","id":"n5856778489","geometry":{"type":"Point","coordinates":[-0.2920847,51.6212507]},"properties":{"@type":"node","@id":5856778489,"@timestamp":1535208686},"coords":"51.6212507,-0.2920847","bedrooms":"4","price":"155000","area":"662"} , +{"type":"Feature","id":"n5857259494","geometry":{"type":"Point","coordinates":[0.0778458,51.5908373]},"properties":{"@type":"node","@id":5857259494,"@timestamp":1535227839},"coords":"51.5908373,0.0778458","bedrooms":"1","price":"295000","area":"677"} , +{"type":"Feature","id":"n5857315975","geometry":{"type":"Point","coordinates":[-0.1572,51.5225653]},"properties":{"@type":"node","@id":5857315975,"@timestamp":1607515490},"coords":"51.5225653,-0.1572","bedrooms":"2","price":"227000","area":"518"} , +{"type":"Feature","id":"n5857630194","geometry":{"type":"Point","coordinates":[-0.0081267,51.5855371]},"properties":{"@type":"node","@id":5857630194,"@timestamp":1564903671},"coords":"51.5855371,-0.0081267","bedrooms":"3","price":"180000","area":"454"} , +{"type":"Feature","id":"n5858911579","geometry":{"type":"Point","coordinates":[-0.1386918,51.3193091]},"properties":{"@type":"node","@id":5858911579,"@timestamp":1536999900},"coords":"51.3193091,-0.1386918","bedrooms":"2","price":"180000","area":"583"} , +{"type":"Feature","id":"n5859150326","geometry":{"type":"Point","coordinates":[-0.101421,51.3763262]},"properties":{"@type":"node","@id":5859150326,"@timestamp":1559900785},"coords":"51.3763262,-0.101421","bedrooms":"1","price":"245000","area":"491"} , +{"type":"Feature","id":"n5859621892","geometry":{"type":"Point","coordinates":[-0.514175,51.7296845]},"properties":{"@type":"node","@id":5859621892,"@timestamp":1535317834},"coords":"51.7296845,-0.514175","bedrooms":"0","price":"214000","area":"582"} , +{"type":"Feature","id":"n5859622122","geometry":{"type":"Point","coordinates":[-0.5335142,51.723579]},"properties":{"@type":"node","@id":5859622122,"@timestamp":1535317836},"coords":"51.723579,-0.5335142","bedrooms":"1","price":"251000","area":"407"} , +{"type":"Feature","id":"n5859622297","geometry":{"type":"Point","coordinates":[-0.5322706,51.7229902]},"properties":{"@type":"node","@id":5859622297,"@timestamp":1535317838},"coords":"51.7229902,-0.5322706","bedrooms":"4","price":"254000","area":"416"} , +{"type":"Feature","id":"n5859622325","geometry":{"type":"Point","coordinates":[-0.5307532,51.7230112]},"properties":{"@type":"node","@id":5859622325,"@timestamp":1535317838},"coords":"51.7230112,-0.5307532","bedrooms":"3","price":"264000","area":"589"} , +{"type":"Feature","id":"n5859622367","geometry":{"type":"Point","coordinates":[-0.5313751,51.7221235]},"properties":{"@type":"node","@id":5859622367,"@timestamp":1535317839},"coords":"51.7221235,-0.5313751","bedrooms":"2","price":"162000","area":"522"} , +{"type":"Feature","id":"n5859622630","geometry":{"type":"Point","coordinates":[-0.5290663,51.7234746]},"properties":{"@type":"node","@id":5859622630,"@timestamp":1535317840},"coords":"51.7234746,-0.5290663","bedrooms":"0","price":"174000","area":"645"} , +{"type":"Feature","id":"n5859622681","geometry":{"type":"Point","coordinates":[-0.5281219,51.7232245]},"properties":{"@type":"node","@id":5859622681,"@timestamp":1535317841},"coords":"51.7232245,-0.5281219","bedrooms":"3","price":"292000","area":"636"} , +{"type":"Feature","id":"n5859623212","geometry":{"type":"Point","coordinates":[-0.5282922,51.7188657]},"properties":{"@type":"node","@id":5859623212,"@timestamp":1535317844},"coords":"51.7188657,-0.5282922","bedrooms":"3","price":"291000","area":"357"} , +{"type":"Feature","id":"n5859623265","geometry":{"type":"Point","coordinates":[-0.5350759,51.6966828]},"properties":{"@type":"node","@id":5859623265,"@timestamp":1535317845},"coords":"51.6966828,-0.5350759","bedrooms":"3","price":"191000","area":"648"} , +{"type":"Feature","id":"n5859623440","geometry":{"type":"Point","coordinates":[-0.5303653,51.6967156]},"properties":{"@type":"node","@id":5859623440,"@timestamp":1535317846},"coords":"51.6967156,-0.5303653","bedrooms":"1","price":"224000","area":"391"} , +{"type":"Feature","id":"n5859623458","geometry":{"type":"Point","coordinates":[-0.5303223,51.6964824]},"properties":{"@type":"node","@id":5859623458,"@timestamp":1535317846},"coords":"51.6964824,-0.5303223","bedrooms":"3","price":"203000","area":"671"} , +{"type":"Feature","id":"n5859623608","geometry":{"type":"Point","coordinates":[-0.5151835,51.6947407]},"properties":{"@type":"node","@id":5859623608,"@timestamp":1535317847},"coords":"51.6947407,-0.5151835","bedrooms":"4","price":"159000","area":"417"} , +{"type":"Feature","id":"n5859623659","geometry":{"type":"Point","coordinates":[-0.5013555,51.6836289]},"properties":{"@type":"node","@id":5859623659,"@timestamp":1535317848},"coords":"51.6836289,-0.5013555","bedrooms":"2","price":"177000","area":"684"} , +{"type":"Feature","id":"n5859623922","geometry":{"type":"Point","coordinates":[-0.4994907,51.6749641]},"properties":{"@type":"node","@id":5859623922,"@timestamp":1535317849},"coords":"51.6749641,-0.4994907","bedrooms":"0","price":"210000","area":"374"} , +{"type":"Feature","id":"n5859624129","geometry":{"type":"Point","coordinates":[-0.5010249,51.6677485]},"properties":{"@type":"node","@id":5859624129,"@timestamp":1624539846},"coords":"51.6677485,-0.5010249","bedrooms":"0","price":"260000","area":"481"} , +{"type":"Feature","id":"n5859862890","geometry":{"type":"Point","coordinates":[-0.1831574,51.4740296]},"properties":{"@type":"node","@id":5859862890,"@timestamp":1564903671},"coords":"51.4740296,-0.1831574","bedrooms":"1","price":"198000","area":"594"} , +{"type":"Feature","id":"n5859913690","geometry":{"type":"Point","coordinates":[-0.0615227,51.5422524]},"properties":{"@type":"node","@id":5859913690,"@timestamp":1535330820},"coords":"51.5422524,-0.0615227","bedrooms":"0","price":"208000","area":"362"} , +{"type":"Feature","id":"n5859913722","geometry":{"type":"Point","coordinates":[-0.0633959,51.5426876]},"properties":{"@type":"node","@id":5859913722,"@timestamp":1579942730},"coords":"51.5426876,-0.0633959","bedrooms":"0","price":"287000","area":"441"} , +{"type":"Feature","id":"n5860015309","geometry":{"type":"Point","coordinates":[-0.2212129,51.4670805]},"properties":{"@type":"node","@id":5860015309,"@timestamp":1598809550},"coords":"51.4670805,-0.2212129","bedrooms":"3","price":"167000","area":"537"} , +{"type":"Feature","id":"n5860481036","geometry":{"type":"Point","coordinates":[-0.7044343,51.5833622]},"properties":{"@type":"node","@id":5860481036,"@timestamp":1594636658},"coords":"51.5833622,-0.7044343","bedrooms":"2","price":"291000","area":"390"} , +{"type":"Feature","id":"n5860699784","geometry":{"type":"Point","coordinates":[0.3645469,51.149242]},"properties":{"@type":"node","@id":5860699784,"@timestamp":1535365064},"coords":"51.149242,0.3645469","bedrooms":"3","price":"262000","area":"426"} , +{"type":"Feature","id":"n5860847974","geometry":{"type":"Point","coordinates":[0.2669127,51.4712847]},"properties":{"@type":"node","@id":5860847974,"@timestamp":1535370034},"coords":"51.4712847,0.2669127","bedrooms":"0","price":"235000","area":"505"} , +{"type":"Feature","id":"n5861015757","geometry":{"type":"Point","coordinates":[-0.4596963,51.5275249]},"properties":{"@type":"node","@id":5861015757,"@timestamp":1598911858},"coords":"51.5275249,-0.4596963","bedrooms":"3","price":"184000","area":"445"} , +{"type":"Feature","id":"n5861200453","geometry":{"type":"Point","coordinates":[-0.0670881,51.481339]},"properties":{"@type":"node","@id":5861200453,"@timestamp":1535380788},"coords":"51.481339,-0.0670881","bedrooms":"4","price":"212000","area":"392"} , +{"type":"Feature","id":"n5861294896","geometry":{"type":"Point","coordinates":[-0.5451793,51.7675262]},"properties":{"@type":"node","@id":5861294896,"@timestamp":1607705810},"coords":"51.7675262,-0.5451793","bedrooms":"0","price":"189000","area":"466"} , +{"type":"Feature","id":"n5861477595","geometry":{"type":"Point","coordinates":[0.5374045,51.29039]},"properties":{"@type":"node","@id":5861477595,"@timestamp":1535389508},"coords":"51.29039,0.5374045","bedrooms":"0","price":"262000","area":"432"} , +{"type":"Feature","id":"n5861625093","geometry":{"type":"Point","coordinates":[-0.7389784,51.7638686]},"properties":{"@type":"node","@id":5861625093,"@timestamp":1537121314},"coords":"51.7638686,-0.7389784","bedrooms":"2","price":"205000","area":"574"} , +{"type":"Feature","id":"n5862280666","geometry":{"type":"Point","coordinates":[-0.0202715,51.4811669]},"properties":{"@type":"node","@id":5862280666,"@timestamp":1553292645},"coords":"51.4811669,-0.0202715","bedrooms":"1","price":"297000","area":"603"} , +{"type":"Feature","id":"n5862418355","geometry":{"type":"Point","coordinates":[-0.2258987,51.5149557]},"properties":{"@type":"node","@id":5862418355,"@timestamp":1616000140},"coords":"51.5149557,-0.2258987","bedrooms":"1","price":"180000","area":"454"} , +{"type":"Feature","id":"n5862571439","geometry":{"type":"Point","coordinates":[-0.206116,51.7907047]},"properties":{"@type":"node","@id":5862571439,"@timestamp":1535428447},"coords":"51.7907047,-0.206116","bedrooms":"0","price":"168000","area":"626"} , +{"type":"Feature","id":"n5862942529","geometry":{"type":"Point","coordinates":[-0.0240149,51.6847477]},"properties":{"@type":"node","@id":5862942529,"@timestamp":1535442151},"coords":"51.6847477,-0.0240149","bedrooms":"1","price":"223000","area":"529"} , +{"type":"Feature","id":"n5863072028","geometry":{"type":"Point","coordinates":[-0.2595446,51.330293]},"properties":{"@type":"node","@id":5863072028,"@timestamp":1628198933},"coords":"51.330293,-0.2595446","bedrooms":"0","price":"230000","area":"434"} , +{"type":"Feature","id":"n5863215136","geometry":{"type":"Point","coordinates":[-0.1324221,51.1479641]},"properties":{"@type":"node","@id":5863215136,"@timestamp":1605586309},"coords":"51.1479641,-0.1324221","bedrooms":"2","price":"279000","area":"396"} , +{"type":"Feature","id":"n5863388321","geometry":{"type":"Point","coordinates":[-0.863919,51.4821061]},"properties":{"@type":"node","@id":5863388321,"@timestamp":1535646028},"coords":"51.4821061,-0.863919","bedrooms":"1","price":"267000","area":"661"} , +{"type":"Feature","id":"n5863543058","geometry":{"type":"Point","coordinates":[-0.8627307,51.4774035]},"properties":{"@type":"node","@id":5863543058,"@timestamp":1535465391},"coords":"51.4774035,-0.8627307","bedrooms":"0","price":"288000","area":"563"} , +{"type":"Feature","id":"n5863543068","geometry":{"type":"Point","coordinates":[-0.8630225,51.4774012]},"properties":{"@type":"node","@id":5863543068,"@timestamp":1535465392},"coords":"51.4774012,-0.8630225","bedrooms":"0","price":"281000","area":"438"} , +{"type":"Feature","id":"n5863634789","geometry":{"type":"Point","coordinates":[-0.23054,51.408966]},"properties":{"@type":"node","@id":5863634789,"@timestamp":1564523747},"coords":"51.408966,-0.23054","bedrooms":"3","price":"292000","area":"502"} , +{"type":"Feature","id":"n5863715633","geometry":{"type":"Point","coordinates":[0.5213598,51.7899517]},"properties":{"@type":"node","@id":5863715633,"@timestamp":1535471991},"coords":"51.7899517,0.5213598","bedrooms":"3","price":"164000","area":"620"} , +{"type":"Feature","id":"n5863833641","geometry":{"type":"Point","coordinates":[0.1133303,51.4071974]},"properties":{"@type":"node","@id":5863833641,"@timestamp":1620670408},"coords":"51.4071974,0.1133303","bedrooms":"2","price":"208000","area":"360"} , +{"type":"Feature","id":"n5863880496","geometry":{"type":"Point","coordinates":[0.2406595,51.2168532]},"properties":{"@type":"node","@id":5863880496,"@timestamp":1535477797},"coords":"51.2168532,0.2406595","bedrooms":"4","price":"262000","area":"559"} , +{"type":"Feature","id":"n5863880506","geometry":{"type":"Point","coordinates":[0.2406198,51.2166127]},"properties":{"@type":"node","@id":5863880506,"@timestamp":1535477798},"coords":"51.2166127,0.2406198","bedrooms":"2","price":"268000","area":"516"} , +{"type":"Feature","id":"n5863952474","geometry":{"type":"Point","coordinates":[-0.3279435,51.4072164]},"properties":{"@type":"node","@id":5863952474,"@timestamp":1600778000},"coords":"51.4072164,-0.3279435","bedrooms":"3","price":"169000","area":"413"} , +{"type":"Feature","id":"n5864344104","geometry":{"type":"Point","coordinates":[-0.1020915,51.3671216]},"properties":{"@type":"node","@id":5864344104,"@timestamp":1535490374},"coords":"51.3671216,-0.1020915","bedrooms":"4","price":"281000","area":"564"} , +{"type":"Feature","id":"n5864715895","geometry":{"type":"Point","coordinates":[-0.7538594,51.3230879]},"properties":{"@type":"node","@id":5864715895,"@timestamp":1536005003},"coords":"51.3230879,-0.7538594","bedrooms":"0","price":"291000","area":"513"} , +{"type":"Feature","id":"n5864916831","geometry":{"type":"Point","coordinates":[0.875359,51.9036337]},"properties":{"@type":"node","@id":5864916831,"@timestamp":1612525892},"coords":"51.9036337,0.875359","bedrooms":"3","price":"198000","area":"667"} , +{"type":"Feature","id":"n5865014696","geometry":{"type":"Point","coordinates":[-0.0411431,51.4925793]},"properties":{"@type":"node","@id":5865014696,"@timestamp":1564903671},"coords":"51.4925793,-0.0411431","bedrooms":"3","price":"280000","area":"466"} , +{"type":"Feature","id":"n5865189532","geometry":{"type":"Point","coordinates":[-0.3703233,51.5324718]},"properties":{"@type":"node","@id":5865189532,"@timestamp":1535534568},"coords":"51.5324718,-0.3703233","bedrooms":"4","price":"225000","area":"590"} , +{"type":"Feature","id":"n5865227338","geometry":{"type":"Point","coordinates":[-0.1247199,51.4558643]},"properties":{"@type":"node","@id":5865227338,"@timestamp":1535535748},"coords":"51.4558643,-0.1247199","bedrooms":"0","price":"245000","area":"596"} , +{"type":"Feature","id":"n5865485613","geometry":{"type":"Point","coordinates":[0.4474946,51.3638748]},"properties":{"@type":"node","@id":5865485613,"@timestamp":1535543530},"coords":"51.3638748,0.4474946","bedrooms":"0","price":"222000","area":"448"} , +{"type":"Feature","id":"n5865726800","geometry":{"type":"Point","coordinates":[-0.0952765,51.4681013]},"properties":{"@type":"node","@id":5865726800,"@timestamp":1535550336},"coords":"51.4681013,-0.0952765","bedrooms":"1","price":"264000","area":"592"} , +{"type":"Feature","id":"n5865726852","geometry":{"type":"Point","coordinates":[-0.0936764,51.469169]},"properties":{"@type":"node","@id":5865726852,"@timestamp":1535550337},"coords":"51.469169,-0.0936764","bedrooms":"0","price":"189000","area":"588"} , +{"type":"Feature","id":"n5865730507","geometry":{"type":"Point","coordinates":[0.7301644,51.8591711]},"properties":{"@type":"node","@id":5865730507,"@timestamp":1535550397},"coords":"51.8591711,0.7301644","bedrooms":"3","price":"189000","area":"637"} , +{"type":"Feature","id":"n5865911031","geometry":{"type":"Point","coordinates":[0.4521501,51.299743]},"properties":{"@type":"node","@id":5865911031,"@timestamp":1626028720},"coords":"51.299743,0.4521501","bedrooms":"3","price":"260000","area":"370"} , +{"type":"Feature","id":"n5865963273","geometry":{"type":"Point","coordinates":[0.7313645,51.8597499]},"properties":{"@type":"node","@id":5865963273,"@timestamp":1535556572},"coords":"51.8597499,0.7313645","bedrooms":"1","price":"170000","area":"496"} , +{"type":"Feature","id":"n5866102385","geometry":{"type":"Point","coordinates":[0.1272601,51.5406569]},"properties":{"@type":"node","@id":5866102385,"@timestamp":1535561443},"coords":"51.5406569,0.1272601","bedrooms":"3","price":"205000","area":"651"} , +{"type":"Feature","id":"n5866291155","geometry":{"type":"Point","coordinates":[0.0001956,51.5457271]},"properties":{"@type":"node","@id":5866291155,"@timestamp":1535654498},"coords":"51.5457271,0.0001956","bedrooms":"3","price":"154000","area":"392"} , +{"type":"Feature","id":"n5866291172","geometry":{"type":"Point","coordinates":[-2.07e-05,51.5460111]},"properties":{"@type":"node","@id":5866291172,"@timestamp":1535568692},"coords":"51.5460111,-2.07e-05","bedrooms":"3","price":"256000","area":"692"} , +{"type":"Feature","id":"n5866293901","geometry":{"type":"Point","coordinates":[0.0018702,51.5460338]},"properties":{"@type":"node","@id":5866293901,"@timestamp":1619176375},"coords":"51.5460338,0.0018702","bedrooms":"0","price":"190000","area":"653"} , +{"type":"Feature","id":"n5866463307","geometry":{"type":"Point","coordinates":[-0.4744592,51.752937]},"properties":{"@type":"node","@id":5866463307,"@timestamp":1535576069},"coords":"51.752937,-0.4744592","bedrooms":"1","price":"179000","area":"351"} , +{"type":"Feature","id":"n5866463383","geometry":{"type":"Point","coordinates":[-0.4744939,51.7529227]},"properties":{"@type":"node","@id":5866463383,"@timestamp":1535576071},"coords":"51.7529227,-0.4744939","bedrooms":"0","price":"293000","area":"506"} , +{"type":"Feature","id":"n5866464452","geometry":{"type":"Point","coordinates":[-0.4731349,51.7582109]},"properties":{"@type":"node","@id":5866464452,"@timestamp":1535576073},"coords":"51.7582109,-0.4731349","bedrooms":"4","price":"266000","area":"537"} , +{"type":"Feature","id":"n5866464473","geometry":{"type":"Point","coordinates":[-0.4728135,51.7584907]},"properties":{"@type":"node","@id":5866464473,"@timestamp":1535576074},"coords":"51.7584907,-0.4728135","bedrooms":"3","price":"214000","area":"461"} , +{"type":"Feature","id":"n5866464632","geometry":{"type":"Point","coordinates":[-0.4717194,51.7588096]},"properties":{"@type":"node","@id":5866464632,"@timestamp":1535576076},"coords":"51.7588096,-0.4717194","bedrooms":"2","price":"218000","area":"556"} , +{"type":"Feature","id":"n5866464666","geometry":{"type":"Point","coordinates":[-0.4717939,51.7582522]},"properties":{"@type":"node","@id":5866464666,"@timestamp":1535576077},"coords":"51.7582522,-0.4717939","bedrooms":"4","price":"266000","area":"351"} , +{"type":"Feature","id":"n5866464739","geometry":{"type":"Point","coordinates":[-0.4729217,51.7592263]},"properties":{"@type":"node","@id":5866464739,"@timestamp":1535576078},"coords":"51.7592263,-0.4729217","bedrooms":"4","price":"223000","area":"357"} , +{"type":"Feature","id":"n5866464796","geometry":{"type":"Point","coordinates":[-0.4722544,51.7592793]},"properties":{"@type":"node","@id":5866464796,"@timestamp":1535576079},"coords":"51.7592793,-0.4722544","bedrooms":"2","price":"171000","area":"646"} , +{"type":"Feature","id":"n5866464876","geometry":{"type":"Point","coordinates":[-0.4690902,51.7580546]},"properties":{"@type":"node","@id":5866464876,"@timestamp":1535576080},"coords":"51.7580546,-0.4690902","bedrooms":"2","price":"168000","area":"522"} , +{"type":"Feature","id":"n5866464924","geometry":{"type":"Point","coordinates":[-0.4718126,51.7580314]},"properties":{"@type":"node","@id":5866464924,"@timestamp":1535576081},"coords":"51.7580314,-0.4718126","bedrooms":"3","price":"237000","area":"512"} , +{"type":"Feature","id":"n5866464936","geometry":{"type":"Point","coordinates":[-0.4724845,51.757618]},"properties":{"@type":"node","@id":5866464936,"@timestamp":1553719926},"coords":"51.757618,-0.4724845","bedrooms":"2","price":"237000","area":"686"} , +{"type":"Feature","id":"n5866464961","geometry":{"type":"Point","coordinates":[-0.4731591,51.7522924]},"properties":{"@type":"node","@id":5866464961,"@timestamp":1535576083},"coords":"51.7522924,-0.4731591","bedrooms":"3","price":"225000","area":"560"} , +{"type":"Feature","id":"n5866464971","geometry":{"type":"Point","coordinates":[-0.4732979,51.7470274]},"properties":{"@type":"node","@id":5866464971,"@timestamp":1535576083},"coords":"51.7470274,-0.4732979","bedrooms":"3","price":"281000","area":"436"} , +{"type":"Feature","id":"n5866465170","geometry":{"type":"Point","coordinates":[-0.474456,51.7484252]},"properties":{"@type":"node","@id":5866465170,"@timestamp":1535576085},"coords":"51.7484252,-0.474456","bedrooms":"1","price":"250000","area":"575"} , +{"type":"Feature","id":"n5866465224","geometry":{"type":"Point","coordinates":[-0.474314,51.7497234]},"properties":{"@type":"node","@id":5866465224,"@timestamp":1535576086},"coords":"51.7497234,-0.474314","bedrooms":"1","price":"225000","area":"465"} , +{"type":"Feature","id":"n5866465235","geometry":{"type":"Point","coordinates":[-0.474635,51.7494621]},"properties":{"@type":"node","@id":5866465235,"@timestamp":1535576086},"coords":"51.7494621,-0.474635","bedrooms":"0","price":"254000","area":"535"} , +{"type":"Feature","id":"n5866465271","geometry":{"type":"Point","coordinates":[-0.4746298,51.7498207]},"properties":{"@type":"node","@id":5866465271,"@timestamp":1535576087},"coords":"51.7498207,-0.4746298","bedrooms":"1","price":"188000","area":"587"} , +{"type":"Feature","id":"n5866465281","geometry":{"type":"Point","coordinates":[-0.4743142,51.7497751]},"properties":{"@type":"node","@id":5866465281,"@timestamp":1535576087},"coords":"51.7497751,-0.4743142","bedrooms":"0","price":"275000","area":"677"} , +{"type":"Feature","id":"n5866465291","geometry":{"type":"Point","coordinates":[-0.4745767,51.7491955]},"properties":{"@type":"node","@id":5866465291,"@timestamp":1535576088},"coords":"51.7491955,-0.4745767","bedrooms":"3","price":"167000","area":"620"} , +{"type":"Feature","id":"n5866465301","geometry":{"type":"Point","coordinates":[-0.4742612,51.7491499]},"properties":{"@type":"node","@id":5866465301,"@timestamp":1535576088},"coords":"51.7491499,-0.4742612","bedrooms":"1","price":"175000","area":"429"} , +{"type":"Feature","id":"n5866465357","geometry":{"type":"Point","coordinates":[-0.4742099,51.7506469]},"properties":{"@type":"node","@id":5866465357,"@timestamp":1535576089},"coords":"51.7506469,-0.4742099","bedrooms":"0","price":"204000","area":"431"} , +{"type":"Feature","id":"n5866465450","geometry":{"type":"Point","coordinates":[-0.474242,51.7532942]},"properties":{"@type":"node","@id":5866465450,"@timestamp":1535576090},"coords":"51.7532942,-0.474242","bedrooms":"3","price":"157000","area":"467"} , +{"type":"Feature","id":"n5866465554","geometry":{"type":"Point","coordinates":[-0.4760975,51.7566268]},"properties":{"@type":"node","@id":5866465554,"@timestamp":1535576092},"coords":"51.7566268,-0.4760975","bedrooms":"2","price":"235000","area":"443"} , +{"type":"Feature","id":"n5866465615","geometry":{"type":"Point","coordinates":[-0.4730693,51.7563919]},"properties":{"@type":"node","@id":5866465615,"@timestamp":1535576094},"coords":"51.7563919,-0.4730693","bedrooms":"0","price":"278000","area":"457"} , +{"type":"Feature","id":"n5866465633","geometry":{"type":"Point","coordinates":[-0.4724584,51.7563682]},"properties":{"@type":"node","@id":5866465633,"@timestamp":1535576094},"coords":"51.7563682,-0.4724584","bedrooms":"4","price":"228000","area":"667"} , +{"type":"Feature","id":"n5866465646","geometry":{"type":"Point","coordinates":[-0.472227,51.7544659]},"properties":{"@type":"node","@id":5866465646,"@timestamp":1535576095},"coords":"51.7544659,-0.472227","bedrooms":"3","price":"238000","area":"546"} , +{"type":"Feature","id":"n5866465661","geometry":{"type":"Point","coordinates":[-0.4725744,51.7531616]},"properties":{"@type":"node","@id":5866465661,"@timestamp":1535576095},"coords":"51.7531616,-0.4725744","bedrooms":"3","price":"299000","area":"512"} , +{"type":"Feature","id":"n5866465697","geometry":{"type":"Point","coordinates":[-0.4724148,51.7525141]},"properties":{"@type":"node","@id":5866465697,"@timestamp":1535576096},"coords":"51.7525141,-0.4724148","bedrooms":"0","price":"250000","area":"528"} , +{"type":"Feature","id":"n5866465811","geometry":{"type":"Point","coordinates":[-0.4740442,51.7455687]},"properties":{"@type":"node","@id":5866465811,"@timestamp":1535576098},"coords":"51.7455687,-0.4740442","bedrooms":"4","price":"204000","area":"619"} , +{"type":"Feature","id":"n5866465831","geometry":{"type":"Point","coordinates":[-0.4749005,51.7446782]},"properties":{"@type":"node","@id":5866465831,"@timestamp":1535576098},"coords":"51.7446782,-0.4749005","bedrooms":"4","price":"252000","area":"446"} , +{"type":"Feature","id":"n5866465929","geometry":{"type":"Point","coordinates":[-0.4821106,51.7439505]},"properties":{"@type":"node","@id":5866465929,"@timestamp":1535576100},"coords":"51.7439505,-0.4821106","bedrooms":"4","price":"165000","area":"461"} , +{"type":"Feature","id":"n5866466070","geometry":{"type":"Point","coordinates":[-0.4953346,51.7425425]},"properties":{"@type":"node","@id":5866466070,"@timestamp":1535576103},"coords":"51.7425425,-0.4953346","bedrooms":"3","price":"259000","area":"500"} , +{"type":"Feature","id":"n5866469440","geometry":{"type":"Point","coordinates":[0.719229,51.849709]},"properties":{"@type":"node","@id":5866469440,"@timestamp":1535576299},"coords":"51.849709,0.719229","bedrooms":"3","price":"216000","area":"638"} , +{"type":"Feature","id":"n5867114552","geometry":{"type":"Point","coordinates":[0.1673582,51.4981807]},"properties":{"@type":"node","@id":5867114552,"@timestamp":1535606417},"coords":"51.4981807,0.1673582","bedrooms":"1","price":"247000","area":"675"} , +{"type":"Feature","id":"n5868243859","geometry":{"type":"Point","coordinates":[-0.1301137,51.4948655]},"properties":{"@type":"node","@id":5868243859,"@timestamp":1564903671},"coords":"51.4948655,-0.1301137","bedrooms":"2","price":"256000","area":"535"} , +{"type":"Feature","id":"n5868447110","geometry":{"type":"Point","coordinates":[-0.2565567,51.4037266]},"properties":{"@type":"node","@id":5868447110,"@timestamp":1595667765},"coords":"51.4037266,-0.2565567","bedrooms":"0","price":"168000","area":"439"} , +{"type":"Feature","id":"n5868628754","geometry":{"type":"Point","coordinates":[-0.1110877,51.5025225]},"properties":{"@type":"node","@id":5868628754,"@timestamp":1535640096},"coords":"51.5025225,-0.1110877","bedrooms":"4","price":"299000","area":"532"} , +{"type":"Feature","id":"n5868637149","geometry":{"type":"Point","coordinates":[-0.1144325,51.5004956]},"properties":{"@type":"node","@id":5868637149,"@timestamp":1630358371},"coords":"51.5004956,-0.1144325","bedrooms":"1","price":"251000","area":"390"} , +{"type":"Feature","id":"n5868872775","geometry":{"type":"Point","coordinates":[-0.0932329,51.4710386]},"properties":{"@type":"node","@id":5868872775,"@timestamp":1535648269},"coords":"51.4710386,-0.0932329","bedrooms":"1","price":"176000","area":"537"} , +{"type":"Feature","id":"n5869002064","geometry":{"type":"Point","coordinates":[0.2798646,51.1977476]},"properties":{"@type":"node","@id":5869002064,"@timestamp":1535651791},"coords":"51.1977476,0.2798646","bedrooms":"0","price":"274000","area":"571"} , +{"type":"Feature","id":"n5869141760","geometry":{"type":"Point","coordinates":[0.0019889,51.5462592]},"properties":{"@type":"node","@id":5869141760,"@timestamp":1546023319},"coords":"51.5462592,0.0019889","bedrooms":"1","price":"263000","area":"592"} , +{"type":"Feature","id":"n5869150344","geometry":{"type":"Point","coordinates":[-0.9739972,51.4185471]},"properties":{"@type":"node","@id":5869150344,"@timestamp":1549579526},"coords":"51.4185471,-0.9739972","bedrooms":"3","price":"280000","area":"487"} , +{"type":"Feature","id":"n5869297413","geometry":{"type":"Point","coordinates":[-0.1913064,51.2563923]},"properties":{"@type":"node","@id":5869297413,"@timestamp":1535659109},"coords":"51.2563923,-0.1913064","bedrooms":"4","price":"183000","area":"368"} , +{"type":"Feature","id":"n5869808349","geometry":{"type":"Point","coordinates":[-0.7755261,51.6354616]},"properties":{"@type":"node","@id":5869808349,"@timestamp":1535683056},"coords":"51.6354616,-0.7755261","bedrooms":"3","price":"207000","area":"471"} , +{"type":"Feature","id":"n5870392618","geometry":{"type":"Point","coordinates":[-0.9675227,51.4581909]},"properties":{"@type":"node","@id":5870392618,"@timestamp":1535700500},"coords":"51.4581909,-0.9675227","bedrooms":"0","price":"233000","area":"470"} , +{"type":"Feature","id":"n5870767823","geometry":{"type":"Point","coordinates":[-0.1849884,51.1119196]},"properties":{"@type":"node","@id":5870767823,"@timestamp":1598381307},"coords":"51.1119196,-0.1849884","bedrooms":"3","price":"287000","area":"692"} , +{"type":"Feature","id":"n5871021177","geometry":{"type":"Point","coordinates":[-0.0668478,51.4949497]},"properties":{"@type":"node","@id":5871021177,"@timestamp":1620468880},"coords":"51.4949497,-0.0668478","bedrooms":"1","price":"252000","area":"661"} , +{"type":"Feature","id":"n5871023192","geometry":{"type":"Point","coordinates":[-0.0809767,51.5021962]},"properties":{"@type":"node","@id":5871023192,"@timestamp":1620468880},"coords":"51.5021962,-0.0809767","bedrooms":"1","price":"264000","area":"553"} , +{"type":"Feature","id":"n5871079920","geometry":{"type":"Point","coordinates":[-0.0933309,51.4733723]},"properties":{"@type":"node","@id":5871079920,"@timestamp":1535721124},"coords":"51.4733723,-0.0933309","bedrooms":"1","price":"253000","area":"528"} , +{"type":"Feature","id":"n5871218012","geometry":{"type":"Point","coordinates":[0.0186204,51.4842403]},"properties":{"@type":"node","@id":5871218012,"@timestamp":1636287477},"coords":"51.4842403,0.0186204","bedrooms":"3","price":"242000","area":"678"} , +{"type":"Feature","id":"n5871327625","geometry":{"type":"Point","coordinates":[-0.0422094,51.4959171]},"properties":{"@type":"node","@id":5871327625,"@timestamp":1564903671},"coords":"51.4959171,-0.0422094","bedrooms":"4","price":"270000","area":"401"} , +{"type":"Feature","id":"n5871332574","geometry":{"type":"Point","coordinates":[-0.0829098,51.4726768]},"properties":{"@type":"node","@id":5871332574,"@timestamp":1535730017},"coords":"51.4726768,-0.0829098","bedrooms":"2","price":"194000","area":"603"} , +{"type":"Feature","id":"n5871333362","geometry":{"type":"Point","coordinates":[-0.0829473,51.4722792]},"properties":{"@type":"node","@id":5871333362,"@timestamp":1535730019},"coords":"51.4722792,-0.0829473","bedrooms":"3","price":"295000","area":"607"} , +{"type":"Feature","id":"n5871897797","geometry":{"type":"Point","coordinates":[-0.0462888,51.4831721]},"properties":{"@type":"node","@id":5871897797,"@timestamp":1588780275},"coords":"51.4831721,-0.0462888","bedrooms":"2","price":"293000","area":"394"} , +{"type":"Feature","id":"n5872308386","geometry":{"type":"Point","coordinates":[-0.1338565,51.5278401]},"properties":{"@type":"node","@id":5872308386,"@timestamp":1535750636},"coords":"51.5278401,-0.1338565","bedrooms":"1","price":"157000","area":"503"} , +{"type":"Feature","id":"n5872448390","geometry":{"type":"Point","coordinates":[-0.0364468,51.5045678]},"properties":{"@type":"node","@id":5872448390,"@timestamp":1564903671},"coords":"51.5045678,-0.0364468","bedrooms":"1","price":"203000","area":"618"} , +{"type":"Feature","id":"n5872712401","geometry":{"type":"Point","coordinates":[0.1134705,51.3379402]},"properties":{"@type":"node","@id":5872712401,"@timestamp":1535814865},"coords":"51.3379402,0.1134705","bedrooms":"2","price":"264000","area":"586"} , +{"type":"Feature","id":"n5872906105","geometry":{"type":"Point","coordinates":[-0.0006473,51.4515872]},"properties":{"@type":"node","@id":5872906105,"@timestamp":1598865346},"coords":"51.4515872,-0.0006473","bedrooms":"4","price":"215000","area":"437"} , +{"type":"Feature","id":"n5872945492","geometry":{"type":"Point","coordinates":[-0.9628921,51.4536724]},"properties":{"@type":"node","@id":5872945492,"@timestamp":1535787595},"coords":"51.4536724,-0.9628921","bedrooms":"3","price":"154000","area":"555"} , +{"type":"Feature","id":"n5873139971","geometry":{"type":"Point","coordinates":[-0.0368604,51.5066311]},"properties":{"@type":"node","@id":5873139971,"@timestamp":1564903671},"coords":"51.5066311,-0.0368604","bedrooms":"0","price":"250000","area":"668"} , +{"type":"Feature","id":"n5873264068","geometry":{"type":"Point","coordinates":[0.1123472,51.338973]},"properties":{"@type":"node","@id":5873264068,"@timestamp":1535803151},"coords":"51.338973,0.1123472","bedrooms":"2","price":"291000","area":"648"} , +{"type":"Feature","id":"n5873325808","geometry":{"type":"Point","coordinates":[0.1115193,51.3393863]},"properties":{"@type":"node","@id":5873325808,"@timestamp":1535882421},"coords":"51.3393863,0.1115193","bedrooms":"4","price":"258000","area":"400"} , +{"type":"Feature","id":"n5873567733","geometry":{"type":"Point","coordinates":[-0.1008579,51.4286071]},"properties":{"@type":"node","@id":5873567733,"@timestamp":1535813936},"coords":"51.4286071,-0.1008579","bedrooms":"0","price":"193000","area":"546"} , +{"type":"Feature","id":"n5873925271","geometry":{"type":"Point","coordinates":[-0.9388025,51.2540849]},"properties":{"@type":"node","@id":5873925271,"@timestamp":1535825271},"coords":"51.2540849,-0.9388025","bedrooms":"3","price":"223000","area":"411"} , +{"type":"Feature","id":"n5873976521","geometry":{"type":"Point","coordinates":[-0.0338203,51.6670265]},"properties":{"@type":"node","@id":5873976521,"@timestamp":1535828460},"coords":"51.6670265,-0.0338203","bedrooms":"3","price":"288000","area":"424"} , +{"type":"Feature","id":"n5873976531","geometry":{"type":"Point","coordinates":[-0.0328279,51.6668908]},"properties":{"@type":"node","@id":5873976531,"@timestamp":1535828460},"coords":"51.6668908,-0.0328279","bedrooms":"4","price":"176000","area":"436"} , +{"type":"Feature","id":"n5873976541","geometry":{"type":"Point","coordinates":[-0.0316051,51.6668266]},"properties":{"@type":"node","@id":5873976541,"@timestamp":1535828461},"coords":"51.6668266,-0.0316051","bedrooms":"1","price":"210000","area":"528"} , +{"type":"Feature","id":"n5874110130","geometry":{"type":"Point","coordinates":[-0.9695347,51.4555695]},"properties":{"@type":"node","@id":5874110130,"@timestamp":1566663543},"coords":"51.4555695,-0.9695347","bedrooms":"1","price":"186000","area":"680"} , +{"type":"Feature","id":"n5874242451","geometry":{"type":"Point","coordinates":[-0.0416198,51.4752584]},"properties":{"@type":"node","@id":5874242451,"@timestamp":1583845801},"coords":"51.4752584,-0.0416198","bedrooms":"1","price":"245000","area":"379"} , +{"type":"Feature","id":"n5874395239","geometry":{"type":"Point","coordinates":[-0.046315,51.4877291]},"properties":{"@type":"node","@id":5874395239,"@timestamp":1535843789},"coords":"51.4877291,-0.046315","bedrooms":"4","price":"165000","area":"357"} , +{"type":"Feature","id":"n5874395709","geometry":{"type":"Point","coordinates":[-0.0439332,51.486413]},"properties":{"@type":"node","@id":5874395709,"@timestamp":1588780275},"coords":"51.486413,-0.0439332","bedrooms":"1","price":"299000","area":"571"} , +{"type":"Feature","id":"n5875390641","geometry":{"type":"Point","coordinates":[-0.4850775,51.3642952]},"properties":{"@type":"node","@id":5875390641,"@timestamp":1535881081},"coords":"51.3642952,-0.4850775","bedrooms":"4","price":"200000","area":"367"} , +{"type":"Feature","id":"n5875518198","geometry":{"type":"Point","coordinates":[-0.7867093,51.6704771]},"properties":{"@type":"node","@id":5875518198,"@timestamp":1535887848},"coords":"51.6704771,-0.7867093","bedrooms":"2","price":"188000","area":"356"} , +{"type":"Feature","id":"n5875518804","geometry":{"type":"Point","coordinates":[-0.7743296,51.6539331]},"properties":{"@type":"node","@id":5875518804,"@timestamp":1535887852},"coords":"51.6539331,-0.7743296","bedrooms":"2","price":"249000","area":"572"} , +{"type":"Feature","id":"n5875519008","geometry":{"type":"Point","coordinates":[-0.7725996,51.649216]},"properties":{"@type":"node","@id":5875519008,"@timestamp":1535887854},"coords":"51.649216,-0.7725996","bedrooms":"0","price":"229000","area":"563"} , +{"type":"Feature","id":"n5875519190","geometry":{"type":"Point","coordinates":[-0.7743222,51.6491844]},"properties":{"@type":"node","@id":5875519190,"@timestamp":1535887855},"coords":"51.6491844,-0.7743222","bedrooms":"3","price":"153000","area":"407"} , +{"type":"Feature","id":"n5875519395","geometry":{"type":"Point","coordinates":[-0.7754923,51.653765]},"properties":{"@type":"node","@id":5875519395,"@timestamp":1535887857},"coords":"51.653765,-0.7754923","bedrooms":"2","price":"216000","area":"503"} , +{"type":"Feature","id":"n5875519538","geometry":{"type":"Point","coordinates":[-0.7925912,51.6634894]},"properties":{"@type":"node","@id":5875519538,"@timestamp":1535887859},"coords":"51.6634894,-0.7925912","bedrooms":"1","price":"189000","area":"683"} , +{"type":"Feature","id":"n5875918655","geometry":{"type":"Point","coordinates":[0.065053,51.8485521]},"properties":{"@type":"node","@id":5875918655,"@timestamp":1543937429},"coords":"51.8485521,0.065053","bedrooms":"3","price":"217000","area":"619"} , +{"type":"Feature","id":"n5875926262","geometry":{"type":"Point","coordinates":[0.0749021,51.8521528]},"properties":{"@type":"node","@id":5875926262,"@timestamp":1543937430},"coords":"51.8521528,0.0749021","bedrooms":"0","price":"229000","area":"520"} , +{"type":"Feature","id":"n5876490293","geometry":{"type":"Point","coordinates":[0.0039179,51.5464462]},"properties":{"@type":"node","@id":5876490293,"@timestamp":1535909480},"coords":"51.5464462,0.0039179","bedrooms":"3","price":"198000","area":"473"} , +{"type":"Feature","id":"n5876490322","geometry":{"type":"Point","coordinates":[0.0020462,51.546079]},"properties":{"@type":"node","@id":5876490322,"@timestamp":1535909480},"coords":"51.546079,0.0020462","bedrooms":"4","price":"235000","area":"577"} , +{"type":"Feature","id":"n5876603804","geometry":{"type":"Point","coordinates":[-0.0862689,51.520391]},"properties":{"@type":"node","@id":5876603804,"@timestamp":1630043840},"coords":"51.520391,-0.0862689","bedrooms":"1","price":"275000","area":"587"} , +{"type":"Feature","id":"n5877156117","geometry":{"type":"Point","coordinates":[-0.1422135,51.5152348]},"properties":{"@type":"node","@id":5877156117,"@timestamp":1631045168},"coords":"51.5152348,-0.1422135","bedrooms":"1","price":"192000","area":"510"} , +{"type":"Feature","id":"n5877184121","geometry":{"type":"Point","coordinates":[-0.1306119,51.5125185]},"properties":{"@type":"node","@id":5877184121,"@timestamp":1610029785},"coords":"51.5125185,-0.1306119","bedrooms":"1","price":"189000","area":"554"} , +{"type":"Feature","id":"n5878462305","geometry":{"type":"Point","coordinates":[-0.3288253,51.7505042]},"properties":{"@type":"node","@id":5878462305,"@timestamp":1558715894},"coords":"51.7505042,-0.3288253","bedrooms":"3","price":"282000","area":"680"} , +{"type":"Feature","id":"n5878617596","geometry":{"type":"Point","coordinates":[-0.9682836,51.2539607]},"properties":{"@type":"node","@id":5878617596,"@timestamp":1535980363},"coords":"51.2539607,-0.9682836","bedrooms":"1","price":"273000","area":"539"} , +{"type":"Feature","id":"n5879288108","geometry":{"type":"Point","coordinates":[-0.6620331,51.7945629]},"properties":{"@type":"node","@id":5879288108,"@timestamp":1535995536},"coords":"51.7945629,-0.6620331","bedrooms":"1","price":"267000","area":"635"} , +{"type":"Feature","id":"n5879288136","geometry":{"type":"Point","coordinates":[-0.6606811,51.7943176]},"properties":{"@type":"node","@id":5879288136,"@timestamp":1535995537},"coords":"51.7943176,-0.6606811","bedrooms":"1","price":"181000","area":"608"} , +{"type":"Feature","id":"n5879288205","geometry":{"type":"Point","coordinates":[-0.6609791,51.796482]},"properties":{"@type":"node","@id":5879288205,"@timestamp":1536406115},"coords":"51.796482,-0.6609791","bedrooms":"4","price":"176000","area":"382"} , +{"type":"Feature","id":"n5879288281","geometry":{"type":"Point","coordinates":[-0.6616564,51.7938289]},"properties":{"@type":"node","@id":5879288281,"@timestamp":1607781448},"coords":"51.7938289,-0.6616564","bedrooms":"3","price":"157000","area":"516"} , +{"type":"Feature","id":"n5879288298","geometry":{"type":"Point","coordinates":[-0.6616456,51.7943023]},"properties":{"@type":"node","@id":5879288298,"@timestamp":1535995540},"coords":"51.7943023,-0.6616456","bedrooms":"2","price":"260000","area":"521"} , +{"type":"Feature","id":"n5879288323","geometry":{"type":"Point","coordinates":[-0.6629615,51.7929339]},"properties":{"@type":"node","@id":5879288323,"@timestamp":1535995540},"coords":"51.7929339,-0.6629615","bedrooms":"0","price":"205000","area":"362"} , +{"type":"Feature","id":"n5879288382","geometry":{"type":"Point","coordinates":[-0.6612738,51.7906845]},"properties":{"@type":"node","@id":5879288382,"@timestamp":1535995541},"coords":"51.7906845,-0.6612738","bedrooms":"0","price":"235000","area":"471"} , +{"type":"Feature","id":"n5879288399","geometry":{"type":"Point","coordinates":[-0.6611814,51.7907558]},"properties":{"@type":"node","@id":5879288399,"@timestamp":1535995542},"coords":"51.7907558,-0.6611814","bedrooms":"2","price":"157000","area":"688"} , +{"type":"Feature","id":"n5879288990","geometry":{"type":"Point","coordinates":[-0.6533948,51.7822309]},"properties":{"@type":"node","@id":5879288990,"@timestamp":1535995546},"coords":"51.7822309,-0.6533948","bedrooms":"4","price":"225000","area":"675"} , +{"type":"Feature","id":"n5879289157","geometry":{"type":"Point","coordinates":[-0.6620872,51.7798961]},"properties":{"@type":"node","@id":5879289157,"@timestamp":1535995549},"coords":"51.7798961,-0.6620872","bedrooms":"4","price":"242000","area":"661"} , +{"type":"Feature","id":"n5879519547","geometry":{"type":"Point","coordinates":[-0.7379437,51.3135647]},"properties":{"@type":"node","@id":5879519547,"@timestamp":1543599761},"coords":"51.3135647,-0.7379437","bedrooms":"4","price":"293000","area":"691"} , +{"type":"Feature","id":"n5879539895","geometry":{"type":"Point","coordinates":[-0.9620363,51.2614625]},"properties":{"@type":"node","@id":5879539895,"@timestamp":1536003579},"coords":"51.2614625,-0.9620363","bedrooms":"0","price":"237000","area":"669"} , +{"type":"Feature","id":"n5879550479","geometry":{"type":"Point","coordinates":[-0.0966679,51.5041745]},"properties":{"@type":"node","@id":5879550479,"@timestamp":1588588927},"coords":"51.5041745,-0.0966679","bedrooms":"4","price":"209000","area":"426"} , +{"type":"Feature","id":"n5879553896","geometry":{"type":"Point","coordinates":[-0.0970041,51.5041913]},"properties":{"@type":"node","@id":5879553896,"@timestamp":1630358371},"coords":"51.5041913,-0.0970041","bedrooms":"3","price":"261000","area":"415"} , +{"type":"Feature","id":"n5879604069","geometry":{"type":"Point","coordinates":[-0.6500101,51.9029802]},"properties":{"@type":"node","@id":5879604069,"@timestamp":1536006660},"coords":"51.9029802,-0.6500101","bedrooms":"0","price":"264000","area":"676"} , +{"type":"Feature","id":"n5879636264","geometry":{"type":"Point","coordinates":[-0.7272882,51.3126706]},"properties":{"@type":"node","@id":5879636264,"@timestamp":1536007563},"coords":"51.3126706,-0.7272882","bedrooms":"3","price":"193000","area":"525"} , +{"type":"Feature","id":"n5880186831","geometry":{"type":"Point","coordinates":[-0.1044791,51.5140016]},"properties":{"@type":"node","@id":5880186831,"@timestamp":1559165024},"coords":"51.5140016,-0.1044791","bedrooms":"0","price":"267000","area":"444"} , +{"type":"Feature","id":"n5880201176","geometry":{"type":"Point","coordinates":[-0.0601478,51.5656529]},"properties":{"@type":"node","@id":5880201176,"@timestamp":1627911868},"coords":"51.5656529,-0.0601478","bedrooms":"3","price":"152000","area":"670"} , +{"type":"Feature","id":"n5880221116","geometry":{"type":"Point","coordinates":[-0.0661786,51.5725397]},"properties":{"@type":"node","@id":5880221116,"@timestamp":1536029602},"coords":"51.5725397,-0.0661786","bedrooms":"1","price":"151000","area":"388"} , +{"type":"Feature","id":"n5880266010","geometry":{"type":"Point","coordinates":[-0.0804737,51.5748347]},"properties":{"@type":"node","@id":5880266010,"@timestamp":1564903671},"coords":"51.5748347,-0.0804737","bedrooms":"1","price":"277000","area":"597"} , +{"type":"Feature","id":"n5881251422","geometry":{"type":"Point","coordinates":[0.2683446,51.0601096]},"properties":{"@type":"node","@id":5881251422,"@timestamp":1536056715},"coords":"51.0601096,0.2683446","bedrooms":"0","price":"297000","area":"658"} , +{"type":"Feature","id":"n5882031666","geometry":{"type":"Point","coordinates":[0.0966299,50.9687382]},"properties":{"@type":"node","@id":5882031666,"@timestamp":1632396713},"coords":"50.9687382,0.0966299","bedrooms":"3","price":"278000","area":"618"} , +{"type":"Feature","id":"n5882185203","geometry":{"type":"Point","coordinates":[-0.0875863,51.5040989]},"properties":{"@type":"node","@id":5882185203,"@timestamp":1619684765},"coords":"51.5040989,-0.0875863","bedrooms":"1","price":"167000","area":"433"} , +{"type":"Feature","id":"n5882283499","geometry":{"type":"Point","coordinates":[-0.0514421,51.2894218]},"properties":{"@type":"node","@id":5882283499,"@timestamp":1536079947},"coords":"51.2894218,-0.0514421","bedrooms":"2","price":"248000","area":"390"} , +{"type":"Feature","id":"n5882562377","geometry":{"type":"Point","coordinates":[-0.1118781,51.5023534]},"properties":{"@type":"node","@id":5882562377,"@timestamp":1630358371},"coords":"51.5023534,-0.1118781","bedrooms":"2","price":"264000","area":"491"} , +{"type":"Feature","id":"n5882838591","geometry":{"type":"Point","coordinates":[-1.1036857,51.082779]},"properties":{"@type":"node","@id":5882838591,"@timestamp":1573679917},"coords":"51.082779,-1.1036857","bedrooms":"3","price":"154000","area":"662"} , +{"type":"Feature","id":"n5882936348","geometry":{"type":"Point","coordinates":[-1.0493885,51.1472647]},"properties":{"@type":"node","@id":5882936348,"@timestamp":1536095301},"coords":"51.1472647,-1.0493885","bedrooms":"0","price":"254000","area":"649"} , +{"type":"Feature","id":"n5883033872","geometry":{"type":"Point","coordinates":[-0.0497025,51.398012]},"properties":{"@type":"node","@id":5883033872,"@timestamp":1595000572},"coords":"51.398012,-0.0497025","bedrooms":"1","price":"179000","area":"550"} , +{"type":"Feature","id":"n5884322085","geometry":{"type":"Point","coordinates":[0.4382139,51.7466047]},"properties":{"@type":"node","@id":5884322085,"@timestamp":1536138124},"coords":"51.7466047,0.4382139","bedrooms":"2","price":"174000","area":"686"} , +{"type":"Feature","id":"n5884609955","geometry":{"type":"Point","coordinates":[0.0868933,51.3760443]},"properties":{"@type":"node","@id":5884609955,"@timestamp":1613386658},"coords":"51.3760443,0.0868933","bedrooms":"2","price":"150000","area":"365"} , +{"type":"Feature","id":"n5884736118","geometry":{"type":"Point","coordinates":[-0.0393867,51.4836364]},"properties":{"@type":"node","@id":5884736118,"@timestamp":1592588620},"coords":"51.4836364,-0.0393867","bedrooms":"0","price":"236000","area":"690"} , +{"type":"Feature","id":"n5885062288","geometry":{"type":"Point","coordinates":[0.0071031,51.5467263]},"properties":{"@type":"node","@id":5885062288,"@timestamp":1568580457},"coords":"51.5467263,0.0071031","bedrooms":"2","price":"193000","area":"356"} , +{"type":"Feature","id":"n5887200213","geometry":{"type":"Point","coordinates":[-0.1634222,51.453446]},"properties":{"@type":"node","@id":5887200213,"@timestamp":1606657243},"coords":"51.453446,-0.1634222","bedrooms":"1","price":"183000","area":"418"} , +{"type":"Feature","id":"n5887563095","geometry":{"type":"Point","coordinates":[-0.038094,51.5851356]},"properties":{"@type":"node","@id":5887563095,"@timestamp":1536233044},"coords":"51.5851356,-0.038094","bedrooms":"1","price":"262000","area":"458"} , +{"type":"Feature","id":"n5887888632","geometry":{"type":"Point","coordinates":[0.8893353,51.346088]},"properties":{"@type":"node","@id":5887888632,"@timestamp":1536242304},"coords":"51.346088,0.8893353","bedrooms":"4","price":"157000","area":"467"} , +{"type":"Feature","id":"n5888442243","geometry":{"type":"Point","coordinates":[-0.7557446,51.6494815]},"properties":{"@type":"node","@id":5888442243,"@timestamp":1536251910},"coords":"51.6494815,-0.7557446","bedrooms":"1","price":"215000","area":"422"} , +{"type":"Feature","id":"n5888442260","geometry":{"type":"Point","coordinates":[-0.7522,51.6613804]},"properties":{"@type":"node","@id":5888442260,"@timestamp":1536251910},"coords":"51.6613804,-0.7522","bedrooms":"4","price":"218000","area":"393"} , +{"type":"Feature","id":"n5888442708","geometry":{"type":"Point","coordinates":[-0.7510782,51.6473374]},"properties":{"@type":"node","@id":5888442708,"@timestamp":1536251911},"coords":"51.6473374,-0.7510782","bedrooms":"0","price":"206000","area":"464"} , +{"type":"Feature","id":"n5888442819","geometry":{"type":"Point","coordinates":[-0.7569073,51.6489989]},"properties":{"@type":"node","@id":5888442819,"@timestamp":1536251913},"coords":"51.6489989,-0.7569073","bedrooms":"2","price":"263000","area":"399"} , +{"type":"Feature","id":"n5888443020","geometry":{"type":"Point","coordinates":[-0.7509245,51.6496991]},"properties":{"@type":"node","@id":5888443020,"@timestamp":1536251914},"coords":"51.6496991,-0.7509245","bedrooms":"1","price":"174000","area":"422"} , +{"type":"Feature","id":"n5888443046","geometry":{"type":"Point","coordinates":[-0.7509642,51.643449]},"properties":{"@type":"node","@id":5888443046,"@timestamp":1536251915},"coords":"51.643449,-0.7509642","bedrooms":"4","price":"275000","area":"573"} , +{"type":"Feature","id":"n5888443103","geometry":{"type":"Point","coordinates":[-0.7573298,51.6462369]},"properties":{"@type":"node","@id":5888443103,"@timestamp":1536251916},"coords":"51.6462369,-0.7573298","bedrooms":"0","price":"186000","area":"671"} , +{"type":"Feature","id":"n5888443230","geometry":{"type":"Point","coordinates":[-0.7564145,51.6513055]},"properties":{"@type":"node","@id":5888443230,"@timestamp":1536251918},"coords":"51.6513055,-0.7564145","bedrooms":"0","price":"274000","area":"506"} , +{"type":"Feature","id":"n5888443269","geometry":{"type":"Point","coordinates":[-0.7559142,51.6515958]},"properties":{"@type":"node","@id":5888443269,"@timestamp":1536251919},"coords":"51.6515958,-0.7559142","bedrooms":"2","price":"254000","area":"471"} , +{"type":"Feature","id":"n5888443306","geometry":{"type":"Point","coordinates":[-0.7567973,51.6504586]},"properties":{"@type":"node","@id":5888443306,"@timestamp":1536251920},"coords":"51.6504586,-0.7567973","bedrooms":"1","price":"244000","area":"689"} , +{"type":"Feature","id":"n5888443377","geometry":{"type":"Point","coordinates":[-0.7563606,51.6497231]},"properties":{"@type":"node","@id":5888443377,"@timestamp":1536251921},"coords":"51.6497231,-0.7563606","bedrooms":"1","price":"250000","area":"498"} , +{"type":"Feature","id":"n5888443955","geometry":{"type":"Point","coordinates":[-0.7531992,51.6512422]},"properties":{"@type":"node","@id":5888443955,"@timestamp":1536251928},"coords":"51.6512422,-0.7531992","bedrooms":"1","price":"218000","area":"367"} , +{"type":"Feature","id":"n5888444002","geometry":{"type":"Point","coordinates":[-0.7523502,51.6516341]},"properties":{"@type":"node","@id":5888444002,"@timestamp":1536251929},"coords":"51.6516341,-0.7523502","bedrooms":"3","price":"197000","area":"445"} , +{"type":"Feature","id":"n5888444230","geometry":{"type":"Point","coordinates":[-0.7529534,51.6597582]},"properties":{"@type":"node","@id":5888444230,"@timestamp":1536251931},"coords":"51.6597582,-0.7529534","bedrooms":"3","price":"157000","area":"557"} , +{"type":"Feature","id":"n5888569702","geometry":{"type":"Point","coordinates":[-0.2436382,51.4553815]},"properties":{"@type":"node","@id":5888569702,"@timestamp":1536257882},"coords":"51.4553815,-0.2436382","bedrooms":"0","price":"198000","area":"642"} , +{"type":"Feature","id":"n5888668607","geometry":{"type":"Point","coordinates":[-0.111773,51.3991379]},"properties":{"@type":"node","@id":5888668607,"@timestamp":1536262056},"coords":"51.3991379,-0.111773","bedrooms":"3","price":"216000","area":"619"} , +{"type":"Feature","id":"n5888835747","geometry":{"type":"Point","coordinates":[-0.9900329,51.4493251]},"properties":{"@type":"node","@id":5888835747,"@timestamp":1577812443},"coords":"51.4493251,-0.9900329","bedrooms":"1","price":"168000","area":"433"} , +{"type":"Feature","id":"n5889508237","geometry":{"type":"Point","coordinates":[-0.0975331,51.5734469]},"properties":{"@type":"node","@id":5889508237,"@timestamp":1621951187},"coords":"51.5734469,-0.0975331","bedrooms":"3","price":"176000","area":"365"} , +{"type":"Feature","id":"n5889528334","geometry":{"type":"Point","coordinates":[-0.0985026,51.5756896]},"properties":{"@type":"node","@id":5889528334,"@timestamp":1564903671},"coords":"51.5756896,-0.0985026","bedrooms":"1","price":"210000","area":"675"} , +{"type":"Feature","id":"n5890145792","geometry":{"type":"Point","coordinates":[-0.0988014,51.3985552]},"properties":{"@type":"node","@id":5890145792,"@timestamp":1536305277},"coords":"51.3985552,-0.0988014","bedrooms":"1","price":"247000","area":"458"} , +{"type":"Feature","id":"n5890145802","geometry":{"type":"Point","coordinates":[-0.0980267,51.3987671]},"properties":{"@type":"node","@id":5890145802,"@timestamp":1536395972},"coords":"51.3987671,-0.0980267","bedrooms":"4","price":"256000","area":"433"} , +{"type":"Feature","id":"n5890195001","geometry":{"type":"Point","coordinates":[-0.0978955,51.3993714]},"properties":{"@type":"node","@id":5890195001,"@timestamp":1536307116},"coords":"51.3993714,-0.0978955","bedrooms":"3","price":"179000","area":"555"} , +{"type":"Feature","id":"n5890213138","geometry":{"type":"Point","coordinates":[-0.0920154,51.5381393]},"properties":{"@type":"node","@id":5890213138,"@timestamp":1536307718},"coords":"51.5381393,-0.0920154","bedrooms":"1","price":"233000","area":"647"} , +{"type":"Feature","id":"n5890259939","geometry":{"type":"Point","coordinates":[-0.1006621,51.3981845]},"properties":{"@type":"node","@id":5890259939,"@timestamp":1536309117},"coords":"51.3981845,-0.1006621","bedrooms":"1","price":"231000","area":"514"} , +{"type":"Feature","id":"n5890402189","geometry":{"type":"Point","coordinates":[-0.5139059,51.4042361]},"properties":{"@type":"node","@id":5890402189,"@timestamp":1536313661},"coords":"51.4042361,-0.5139059","bedrooms":"4","price":"154000","area":"686"} , +{"type":"Feature","id":"n5890458312","geometry":{"type":"Point","coordinates":[-0.5141592,51.4028375]},"properties":{"@type":"node","@id":5890458312,"@timestamp":1536315334},"coords":"51.4028375,-0.5141592","bedrooms":"4","price":"223000","area":"391"} , +{"type":"Feature","id":"n5890523598","geometry":{"type":"Point","coordinates":[-0.0995838,51.5824271]},"properties":{"@type":"node","@id":5890523598,"@timestamp":1625586294},"coords":"51.5824271,-0.0995838","bedrooms":"3","price":"158000","area":"571"} , +{"type":"Feature","id":"n5890537929","geometry":{"type":"Point","coordinates":[-0.1010956,51.4030814]},"properties":{"@type":"node","@id":5890537929,"@timestamp":1536318884},"coords":"51.4030814,-0.1010956","bedrooms":"1","price":"282000","area":"569"} , +{"type":"Feature","id":"n5890537962","geometry":{"type":"Point","coordinates":[-0.1010785,51.4032028]},"properties":{"@type":"node","@id":5890537962,"@timestamp":1536318885},"coords":"51.4032028,-0.1010785","bedrooms":"1","price":"234000","area":"452"} , +{"type":"Feature","id":"n5890537972","geometry":{"type":"Point","coordinates":[-0.1014194,51.4035664]},"properties":{"@type":"node","@id":5890537972,"@timestamp":1536318887},"coords":"51.4035664,-0.1014194","bedrooms":"3","price":"294000","area":"605"} , +{"type":"Feature","id":"n5890570060","geometry":{"type":"Point","coordinates":[-0.1027417,51.5898491]},"properties":{"@type":"node","@id":5890570060,"@timestamp":1602008233},"coords":"51.5898491,-0.1027417","bedrooms":"1","price":"208000","area":"463"} , +{"type":"Feature","id":"n5890576058","geometry":{"type":"Point","coordinates":[-0.515904,51.4042494]},"properties":{"@type":"node","@id":5890576058,"@timestamp":1536319738},"coords":"51.4042494,-0.515904","bedrooms":"2","price":"152000","area":"376"} , +{"type":"Feature","id":"n5890583014","geometry":{"type":"Point","coordinates":[-0.5146546,51.4041408]},"properties":{"@type":"node","@id":5890583014,"@timestamp":1536319882},"coords":"51.4041408,-0.5146546","bedrooms":"1","price":"264000","area":"356"} , +{"type":"Feature","id":"n5890645498","geometry":{"type":"Point","coordinates":[-0.4780098,51.6324194]},"properties":{"@type":"node","@id":5890645498,"@timestamp":1594475581},"coords":"51.6324194,-0.4780098","bedrooms":"3","price":"224000","area":"560"} , +{"type":"Feature","id":"n5891232039","geometry":{"type":"Point","coordinates":[-0.4720383,51.7578811]},"properties":{"@type":"node","@id":5891232039,"@timestamp":1536336765},"coords":"51.7578811,-0.4720383","bedrooms":"2","price":"150000","area":"547"} , +{"type":"Feature","id":"n5891232239","geometry":{"type":"Point","coordinates":[-0.4732074,51.7607242]},"properties":{"@type":"node","@id":5891232239,"@timestamp":1536336766},"coords":"51.7607242,-0.4732074","bedrooms":"2","price":"156000","area":"364"} , +{"type":"Feature","id":"n5891232337","geometry":{"type":"Point","coordinates":[-0.4723665,51.7599249]},"properties":{"@type":"node","@id":5891232337,"@timestamp":1545115352},"coords":"51.7599249,-0.4723665","bedrooms":"4","price":"275000","area":"558"} , +{"type":"Feature","id":"n5891232347","geometry":{"type":"Point","coordinates":[-0.4719575,51.759392]},"properties":{"@type":"node","@id":5891232347,"@timestamp":1536336769},"coords":"51.759392,-0.4719575","bedrooms":"1","price":"160000","area":"485"} , +{"type":"Feature","id":"n5891400196","geometry":{"type":"Point","coordinates":[-0.7173032,51.793214]},"properties":{"@type":"node","@id":5891400196,"@timestamp":1536343296},"coords":"51.793214,-0.7173032","bedrooms":"4","price":"234000","area":"553"} , +{"type":"Feature","id":"n5891424933","geometry":{"type":"Point","coordinates":[0.0092212,51.5404621]},"properties":{"@type":"node","@id":5891424933,"@timestamp":1536344216},"coords":"51.5404621,0.0092212","bedrooms":"2","price":"194000","area":"642"} , +{"type":"Feature","id":"n5891472755","geometry":{"type":"Point","coordinates":[0.0041578,51.5390862]},"properties":{"@type":"node","@id":5891472755,"@timestamp":1536345511},"coords":"51.5390862,0.0041578","bedrooms":"3","price":"244000","area":"652"} , +{"type":"Feature","id":"n5891526922","geometry":{"type":"Point","coordinates":[-0.0659015,51.0490896]},"properties":{"@type":"node","@id":5891526922,"@timestamp":1536347686},"coords":"51.0490896,-0.0659015","bedrooms":"0","price":"241000","area":"424"} , +{"type":"Feature","id":"n5891585236","geometry":{"type":"Point","coordinates":[-1.057165,51.1009956]},"properties":{"@type":"node","@id":5891585236,"@timestamp":1536350395},"coords":"51.1009956,-1.057165","bedrooms":"0","price":"185000","area":"555"} , +{"type":"Feature","id":"n5891829308","geometry":{"type":"Point","coordinates":[-0.7324731,51.5167486]},"properties":{"@type":"node","@id":5891829308,"@timestamp":1536362435},"coords":"51.5167486,-0.7324731","bedrooms":"4","price":"236000","area":"686"} , +{"type":"Feature","id":"n5891876652","geometry":{"type":"Point","coordinates":[-0.0457094,51.6088133]},"properties":{"@type":"node","@id":5891876652,"@timestamp":1625641888},"coords":"51.6088133,-0.0457094","bedrooms":"4","price":"229000","area":"550"} , +{"type":"Feature","id":"n5892620638","geometry":{"type":"Point","coordinates":[-0.105306,51.4079445]},"properties":{"@type":"node","@id":5892620638,"@timestamp":1536402215},"coords":"51.4079445,-0.105306","bedrooms":"1","price":"170000","area":"447"} , +{"type":"Feature","id":"n5892620648","geometry":{"type":"Point","coordinates":[-0.1057598,51.4085318]},"properties":{"@type":"node","@id":5892620648,"@timestamp":1536402216},"coords":"51.4085318,-0.1057598","bedrooms":"0","price":"248000","area":"512"} , +{"type":"Feature","id":"n5892620658","geometry":{"type":"Point","coordinates":[-0.1061154,51.4090063]},"properties":{"@type":"node","@id":5892620658,"@timestamp":1536402218},"coords":"51.4090063,-0.1061154","bedrooms":"2","price":"173000","area":"465"} , +{"type":"Feature","id":"n5892671256","geometry":{"type":"Point","coordinates":[-0.0629147,51.3811233]},"properties":{"@type":"node","@id":5892671256,"@timestamp":1538729956},"coords":"51.3811233,-0.0629147","bedrooms":"3","price":"278000","area":"366"} , +{"type":"Feature","id":"n5892776962","geometry":{"type":"Point","coordinates":[-1.0117013,51.1494894]},"properties":{"@type":"node","@id":5892776962,"@timestamp":1536411250},"coords":"51.1494894,-1.0117013","bedrooms":"1","price":"255000","area":"564"} , +{"type":"Feature","id":"n5893058953","geometry":{"type":"Point","coordinates":[-0.9371303,51.2544864]},"properties":{"@type":"node","@id":5893058953,"@timestamp":1536421205},"coords":"51.2544864,-0.9371303","bedrooms":"1","price":"222000","area":"555"} , +{"type":"Feature","id":"n5893059368","geometry":{"type":"Point","coordinates":[-0.9406923,51.2530091]},"properties":{"@type":"node","@id":5893059368,"@timestamp":1536421211},"coords":"51.2530091,-0.9406923","bedrooms":"4","price":"192000","area":"419"} , +{"type":"Feature","id":"n5893380373","geometry":{"type":"Point","coordinates":[-1.0357607,51.1146972]},"properties":{"@type":"node","@id":5893380373,"@timestamp":1536437772},"coords":"51.1146972,-1.0357607","bedrooms":"2","price":"191000","area":"629"} , +{"type":"Feature","id":"n5893454970","geometry":{"type":"Point","coordinates":[-0.4952028,51.2134726]},"properties":{"@type":"node","@id":5893454970,"@timestamp":1536436197},"coords":"51.2134726,-0.4952028","bedrooms":"1","price":"265000","area":"631"} , +{"type":"Feature","id":"n5893507481","geometry":{"type":"Point","coordinates":[-1.0243984,51.1050689]},"properties":{"@type":"node","@id":5893507481,"@timestamp":1536438701},"coords":"51.1050689,-1.0243984","bedrooms":"1","price":"224000","area":"622"} , +{"type":"Feature","id":"n5893851012","geometry":{"type":"Point","coordinates":[-0.1504386,51.508683]},"properties":{"@type":"node","@id":5893851012,"@timestamp":1605794481},"coords":"51.508683,-0.1504386","bedrooms":"2","price":"289000","area":"509"} , +{"type":"Feature","id":"n5894130958","geometry":{"type":"Point","coordinates":[0.5367208,51.3559118]},"properties":{"@type":"node","@id":5894130958,"@timestamp":1536483913},"coords":"51.3559118,0.5367208","bedrooms":"1","price":"261000","area":"661"} , +{"type":"Feature","id":"n5894187757","geometry":{"type":"Point","coordinates":[0.5400266,51.3566471]},"properties":{"@type":"node","@id":5894187757,"@timestamp":1572010636},"coords":"51.3566471,0.5400266","bedrooms":"4","price":"247000","area":"378"} , +{"type":"Feature","id":"n5894425233","geometry":{"type":"Point","coordinates":[0.7399027,51.3691996]},"properties":{"@type":"node","@id":5894425233,"@timestamp":1536498148},"coords":"51.3691996,0.7399027","bedrooms":"2","price":"253000","area":"577"} , +{"type":"Feature","id":"n5894425589","geometry":{"type":"Point","coordinates":[0.7031736,51.3601732]},"properties":{"@type":"node","@id":5894425589,"@timestamp":1536498149},"coords":"51.3601732,0.7031736","bedrooms":"3","price":"216000","area":"408"} , +{"type":"Feature","id":"n5894425599","geometry":{"type":"Point","coordinates":[0.6912108,51.3615363]},"properties":{"@type":"node","@id":5894425599,"@timestamp":1536498149},"coords":"51.3615363,0.6912108","bedrooms":"3","price":"257000","area":"550"} , +{"type":"Feature","id":"n5894472714","geometry":{"type":"Point","coordinates":[-0.7523696,51.5030283]},"properties":{"@type":"node","@id":5894472714,"@timestamp":1536500360},"coords":"51.5030283,-0.7523696","bedrooms":"3","price":"185000","area":"494"} , +{"type":"Feature","id":"n5894507947","geometry":{"type":"Point","coordinates":[0.004599,51.5387973]},"properties":{"@type":"node","@id":5894507947,"@timestamp":1564503788},"coords":"51.5387973,0.004599","bedrooms":"3","price":"246000","area":"416"} , +{"type":"Feature","id":"n5894666798","geometry":{"type":"Point","coordinates":[-1.0037302,51.4584967]},"properties":{"@type":"node","@id":5894666798,"@timestamp":1536508006},"coords":"51.4584967,-1.0037302","bedrooms":"0","price":"226000","area":"675"} , +{"type":"Feature","id":"n5894810259","geometry":{"type":"Point","coordinates":[-0.629735,51.2209468]},"properties":{"@type":"node","@id":5894810259,"@timestamp":1536515059},"coords":"51.2209468,-0.629735","bedrooms":"4","price":"209000","area":"372"} , +{"type":"Feature","id":"n5894824835","geometry":{"type":"Point","coordinates":[0.0020477,51.5390181]},"properties":{"@type":"node","@id":5894824835,"@timestamp":1605980815},"coords":"51.5390181,0.0020477","bedrooms":"1","price":"240000","area":"489"} , +{"type":"Feature","id":"n5894872282","geometry":{"type":"Point","coordinates":[0.0033307,51.5387647]},"properties":{"@type":"node","@id":5894872282,"@timestamp":1633708575},"coords":"51.5387647,0.0033307","bedrooms":"3","price":"227000","area":"649"} , +{"type":"Feature","id":"n5894929483","geometry":{"type":"Point","coordinates":[0.0022815,51.5387085]},"properties":{"@type":"node","@id":5894929483,"@timestamp":1538941140},"coords":"51.5387085,0.0022815","bedrooms":"0","price":"299000","area":"415"} , +{"type":"Feature","id":"n5895044285","geometry":{"type":"Point","coordinates":[-0.0261551,51.4792492]},"properties":{"@type":"node","@id":5895044285,"@timestamp":1536525874},"coords":"51.4792492,-0.0261551","bedrooms":"2","price":"231000","area":"598"} , +{"type":"Feature","id":"n5895101474","geometry":{"type":"Point","coordinates":[-0.7899488,51.7866661]},"properties":{"@type":"node","@id":5895101474,"@timestamp":1536530225},"coords":"51.7866661,-0.7899488","bedrooms":"0","price":"189000","area":"496"} , +{"type":"Feature","id":"n5895101500","geometry":{"type":"Point","coordinates":[-0.7842109,51.7879034]},"properties":{"@type":"node","@id":5895101500,"@timestamp":1536530225},"coords":"51.7879034,-0.7842109","bedrooms":"4","price":"271000","area":"650"} , +{"type":"Feature","id":"n5895101523","geometry":{"type":"Point","coordinates":[-0.7838486,51.7877312]},"properties":{"@type":"node","@id":5895101523,"@timestamp":1536530226},"coords":"51.7877312,-0.7838486","bedrooms":"3","price":"174000","area":"591"} , +{"type":"Feature","id":"n5895101622","geometry":{"type":"Point","coordinates":[-0.792401,51.7867254]},"properties":{"@type":"node","@id":5895101622,"@timestamp":1536530228},"coords":"51.7867254,-0.792401","bedrooms":"1","price":"199000","area":"425"} , +{"type":"Feature","id":"n5895101695","geometry":{"type":"Point","coordinates":[-0.7952227,51.8041775]},"properties":{"@type":"node","@id":5895101695,"@timestamp":1536530229},"coords":"51.8041775,-0.7952227","bedrooms":"0","price":"207000","area":"438"} , +{"type":"Feature","id":"n5895101715","geometry":{"type":"Point","coordinates":[-0.8068277,51.8099883]},"properties":{"@type":"node","@id":5895101715,"@timestamp":1634560036},"coords":"51.8099883,-0.8068277","bedrooms":"4","price":"221000","area":"390"} , +{"type":"Feature","id":"n5895101765","geometry":{"type":"Point","coordinates":[-0.8039301,51.7983214]},"properties":{"@type":"node","@id":5895101765,"@timestamp":1536530230},"coords":"51.7983214,-0.8039301","bedrooms":"4","price":"238000","area":"561"} , +{"type":"Feature","id":"n5895101788","geometry":{"type":"Point","coordinates":[-0.8009379,51.7971248]},"properties":{"@type":"node","@id":5895101788,"@timestamp":1536530231},"coords":"51.7971248,-0.8009379","bedrooms":"4","price":"266000","area":"610"} , +{"type":"Feature","id":"n5895101811","geometry":{"type":"Point","coordinates":[-0.8013267,51.7997415]},"properties":{"@type":"node","@id":5895101811,"@timestamp":1536530232},"coords":"51.7997415,-0.8013267","bedrooms":"1","price":"182000","area":"548"} , +{"type":"Feature","id":"n5895136965","geometry":{"type":"Point","coordinates":[-0.3444302,51.4020002]},"properties":{"@type":"node","@id":5895136965,"@timestamp":1536533389},"coords":"51.4020002,-0.3444302","bedrooms":"1","price":"237000","area":"645"} , +{"type":"Feature","id":"n5895302194","geometry":{"type":"Point","coordinates":[-0.055765,51.5527182]},"properties":{"@type":"node","@id":5895302194,"@timestamp":1536547411},"coords":"51.5527182,-0.055765","bedrooms":"0","price":"152000","area":"621"} , +{"type":"Feature","id":"n5895462403","geometry":{"type":"Point","coordinates":[-0.0553461,51.5444331]},"properties":{"@type":"node","@id":5895462403,"@timestamp":1586897490},"coords":"51.5444331,-0.0553461","bedrooms":"0","price":"260000","area":"508"} , +{"type":"Feature","id":"n5895590388","geometry":{"type":"Point","coordinates":[-0.1679876,51.2403337]},"properties":{"@type":"node","@id":5895590388,"@timestamp":1635162408},"coords":"51.2403337,-0.1679876","bedrooms":"2","price":"297000","area":"570"} , +{"type":"Feature","id":"n5895820255","geometry":{"type":"Point","coordinates":[0.4485042,51.664611]},"properties":{"@type":"node","@id":5895820255,"@timestamp":1536567611},"coords":"51.664611,0.4485042","bedrooms":"0","price":"230000","area":"372"} , +{"type":"Feature","id":"n5896254620","geometry":{"type":"Point","coordinates":[-0.0944655,51.5007937]},"properties":{"@type":"node","@id":5896254620,"@timestamp":1553719668},"coords":"51.5007937,-0.0944655","bedrooms":"2","price":"266000","area":"567"} , +{"type":"Feature","id":"n5896259016","geometry":{"type":"Point","coordinates":[-0.4773153,51.6345407]},"properties":{"@type":"node","@id":5896259016,"@timestamp":1536582910},"coords":"51.6345407,-0.4773153","bedrooms":"1","price":"241000","area":"387"} , +{"type":"Feature","id":"n5896259026","geometry":{"type":"Point","coordinates":[-0.4810715,51.634365]},"properties":{"@type":"node","@id":5896259026,"@timestamp":1536582910},"coords":"51.634365,-0.4810715","bedrooms":"1","price":"156000","area":"581"} , +{"type":"Feature","id":"n5896569739","geometry":{"type":"Point","coordinates":[-0.2449356,51.4579441]},"properties":{"@type":"node","@id":5896569739,"@timestamp":1615894548},"coords":"51.4579441,-0.2449356","bedrooms":"3","price":"212000","area":"450"} , +{"type":"Feature","id":"n5896947838","geometry":{"type":"Point","coordinates":[-0.0154399,51.4646244]},"properties":{"@type":"node","@id":5896947838,"@timestamp":1541208645},"coords":"51.4646244,-0.0154399","bedrooms":"3","price":"275000","area":"436"} , +{"type":"Feature","id":"n5897317279","geometry":{"type":"Point","coordinates":[-0.9803434,51.1472871]},"properties":{"@type":"node","@id":5897317279,"@timestamp":1536612100},"coords":"51.1472871,-0.9803434","bedrooms":"0","price":"160000","area":"523"} , +{"type":"Feature","id":"n5898635831","geometry":{"type":"Point","coordinates":[-0.9749504,51.4529249]},"properties":{"@type":"node","@id":5898635831,"@timestamp":1536650995},"coords":"51.4529249,-0.9749504","bedrooms":"1","price":"151000","area":"593"} , +{"type":"Feature","id":"n5898853386","geometry":{"type":"Point","coordinates":[-0.0680456,51.5170751]},"properties":{"@type":"node","@id":5898853386,"@timestamp":1536658974},"coords":"51.5170751,-0.0680456","bedrooms":"0","price":"178000","area":"420"} , +{"type":"Feature","id":"n5898890848","geometry":{"type":"Point","coordinates":[-0.1830527,51.4949125]},"properties":{"@type":"node","@id":5898890848,"@timestamp":1625783063},"coords":"51.4949125,-0.1830527","bedrooms":"0","price":"284000","area":"506"} , +{"type":"Feature","id":"n5899059272","geometry":{"type":"Point","coordinates":[-0.0508708,51.7197707]},"properties":{"@type":"node","@id":5899059272,"@timestamp":1536662792},"coords":"51.7197707,-0.0508708","bedrooms":"1","price":"161000","area":"630"} , +{"type":"Feature","id":"n5899064805","geometry":{"type":"Point","coordinates":[-0.9709579,51.4537781]},"properties":{"@type":"node","@id":5899064805,"@timestamp":1592514014},"coords":"51.4537781,-0.9709579","bedrooms":"0","price":"178000","area":"462"} , +{"type":"Feature","id":"n5899074104","geometry":{"type":"Point","coordinates":[-0.0488806,51.7208972]},"properties":{"@type":"node","@id":5899074104,"@timestamp":1536663318},"coords":"51.7208972,-0.0488806","bedrooms":"2","price":"165000","area":"651"} , +{"type":"Feature","id":"n5899227924","geometry":{"type":"Point","coordinates":[-0.9721361,51.453474]},"properties":{"@type":"node","@id":5899227924,"@timestamp":1592514014},"coords":"51.453474,-0.9721361","bedrooms":"4","price":"213000","area":"507"} , +{"type":"Feature","id":"n5899281297","geometry":{"type":"Point","coordinates":[-0.0784809,51.5305239]},"properties":{"@type":"node","@id":5899281297,"@timestamp":1628440566},"coords":"51.5305239,-0.0784809","bedrooms":"0","price":"161000","area":"443"} , +{"type":"Feature","id":"n5900086181","geometry":{"type":"Point","coordinates":[-0.9717664,51.2572206]},"properties":{"@type":"node","@id":5900086181,"@timestamp":1536695546},"coords":"51.2572206,-0.9717664","bedrooms":"2","price":"191000","area":"403"} , +{"type":"Feature","id":"n5900118849","geometry":{"type":"Point","coordinates":[-0.3471033,51.4442574]},"properties":{"@type":"node","@id":5900118849,"@timestamp":1536696632},"coords":"51.4442574,-0.3471033","bedrooms":"4","price":"288000","area":"515"} , +{"type":"Feature","id":"n5901363644","geometry":{"type":"Point","coordinates":[0.0082666,51.5755381]},"properties":{"@type":"node","@id":5901363644,"@timestamp":1537121315},"coords":"51.5755381,0.0082666","bedrooms":"0","price":"161000","area":"410"} , +{"type":"Feature","id":"n5901713056","geometry":{"type":"Point","coordinates":[-0.4200723,51.4925017]},"properties":{"@type":"node","@id":5901713056,"@timestamp":1544461771},"coords":"51.4925017,-0.4200723","bedrooms":"3","price":"177000","area":"583"} , +{"type":"Feature","id":"n5901713066","geometry":{"type":"Point","coordinates":[-0.4205129,51.4921817]},"properties":{"@type":"node","@id":5901713066,"@timestamp":1544461772},"coords":"51.4921817,-0.4205129","bedrooms":"0","price":"232000","area":"674"} , +{"type":"Feature","id":"n5901732799","geometry":{"type":"Point","coordinates":[-0.4193572,51.4922996]},"properties":{"@type":"node","@id":5901732799,"@timestamp":1544461769},"coords":"51.4922996,-0.4193572","bedrooms":"2","price":"230000","area":"381"} , +{"type":"Feature","id":"n5901801563","geometry":{"type":"Point","coordinates":[-0.4202305,51.4923184]},"properties":{"@type":"node","@id":5901801563,"@timestamp":1544461771},"coords":"51.4923184,-0.4202305","bedrooms":"4","price":"191000","area":"597"} , +{"type":"Feature","id":"n5901801573","geometry":{"type":"Point","coordinates":[-0.4199614,51.4924119]},"properties":{"@type":"node","@id":5901801573,"@timestamp":1544461770},"coords":"51.4924119,-0.4199614","bedrooms":"1","price":"254000","area":"550"} , +{"type":"Feature","id":"n5902219032","geometry":{"type":"Point","coordinates":[-1.0558563,51.5030682]},"properties":{"@type":"node","@id":5902219032,"@timestamp":1536770570},"coords":"51.5030682,-1.0558563","bedrooms":"2","price":"150000","area":"695"} , +{"type":"Feature","id":"n5902219042","geometry":{"type":"Point","coordinates":[-1.0481677,51.5036071]},"properties":{"@type":"node","@id":5902219042,"@timestamp":1536770570},"coords":"51.5036071,-1.0481677","bedrooms":"2","price":"154000","area":"505"} , +{"type":"Feature","id":"n5902317729","geometry":{"type":"Point","coordinates":[-0.1540572,51.1337453]},"properties":{"@type":"node","@id":5902317729,"@timestamp":1623759604},"coords":"51.1337453,-0.1540572","bedrooms":"2","price":"274000","area":"625"} , +{"type":"Feature","id":"n5902384139","geometry":{"type":"Point","coordinates":[-0.4773095,51.6325807]},"properties":{"@type":"node","@id":5902384139,"@timestamp":1536778290},"coords":"51.6325807,-0.4773095","bedrooms":"0","price":"286000","area":"576"} , +{"type":"Feature","id":"n5902399290","geometry":{"type":"Point","coordinates":[-0.4695741,51.6326925]},"properties":{"@type":"node","@id":5902399290,"@timestamp":1536776431},"coords":"51.6326925,-0.4695741","bedrooms":"1","price":"275000","area":"652"} , +{"type":"Feature","id":"n5902427775","geometry":{"type":"Point","coordinates":[-0.1123813,51.5234639]},"properties":{"@type":"node","@id":5902427775,"@timestamp":1536777876},"coords":"51.5234639,-0.1123813","bedrooms":"3","price":"246000","area":"452"} , +{"type":"Feature","id":"n5902544482","geometry":{"type":"Point","coordinates":[-0.7888721,51.3764118]},"properties":{"@type":"node","@id":5902544482,"@timestamp":1560292434},"coords":"51.3764118,-0.7888721","bedrooms":"3","price":"161000","area":"645"} , +{"type":"Feature","id":"n5902582879","geometry":{"type":"Point","coordinates":[0.2580996,51.1264088]},"properties":{"@type":"node","@id":5902582879,"@timestamp":1536783870},"coords":"51.1264088,0.2580996","bedrooms":"2","price":"164000","area":"429"} , +{"type":"Feature","id":"n5902583089","geometry":{"type":"Point","coordinates":[0.2580057,51.1257901]},"properties":{"@type":"node","@id":5902583089,"@timestamp":1616712124},"coords":"51.1257901,0.2580057","bedrooms":"4","price":"291000","area":"422"} , +{"type":"Feature","id":"n5902857038","geometry":{"type":"Point","coordinates":[-0.039941,51.6762703]},"properties":{"@type":"node","@id":5902857038,"@timestamp":1536794718},"coords":"51.6762703,-0.039941","bedrooms":"1","price":"205000","area":"586"} , +{"type":"Feature","id":"n5903804105","geometry":{"type":"Point","coordinates":[-0.9806151,50.9857705]},"properties":{"@type":"node","@id":5903804105,"@timestamp":1536838768},"coords":"50.9857705,-0.9806151","bedrooms":"2","price":"237000","area":"501"} , +{"type":"Feature","id":"n5904615753","geometry":{"type":"Point","coordinates":[-0.0776807,51.5098403]},"properties":{"@type":"node","@id":5904615753,"@timestamp":1536862303},"coords":"51.5098403,-0.0776807","bedrooms":"3","price":"210000","area":"405"} , +{"type":"Feature","id":"n5904991295","geometry":{"type":"Point","coordinates":[-0.1053877,51.4224239]},"properties":{"@type":"node","@id":5904991295,"@timestamp":1609443914},"coords":"51.4224239,-0.1053877","bedrooms":"1","price":"193000","area":"591"} , +{"type":"Feature","id":"n5905093009","geometry":{"type":"Point","coordinates":[-1.0779369,51.1550432]},"properties":{"@type":"node","@id":5905093009,"@timestamp":1536876522},"coords":"51.1550432,-1.0779369","bedrooms":"2","price":"299000","area":"469"} , +{"type":"Feature","id":"n5905274377","geometry":{"type":"Point","coordinates":[-0.0292413,51.5334685]},"properties":{"@type":"node","@id":5905274377,"@timestamp":1602461201},"coords":"51.5334685,-0.0292413","bedrooms":"1","price":"262000","area":"626"} , +{"type":"Feature","id":"n5905285096","geometry":{"type":"Point","coordinates":[-0.0303373,51.5316574]},"properties":{"@type":"node","@id":5905285096,"@timestamp":1536880608},"coords":"51.5316574,-0.0303373","bedrooms":"4","price":"229000","area":"651"} , +{"type":"Feature","id":"n5905323801","geometry":{"type":"Point","coordinates":[-0.0272358,51.5394253]},"properties":{"@type":"node","@id":5905323801,"@timestamp":1539695627},"coords":"51.5394253,-0.0272358","bedrooms":"4","price":"172000","area":"492"} , +{"type":"Feature","id":"n5905410883","geometry":{"type":"Point","coordinates":[-0.3466983,51.4442733]},"properties":{"@type":"node","@id":5905410883,"@timestamp":1536884913},"coords":"51.4442733,-0.3466983","bedrooms":"1","price":"243000","area":"392"} , +{"type":"Feature","id":"n5905893973","geometry":{"type":"Point","coordinates":[-0.0871828,51.5089937]},"properties":{"@type":"node","@id":5905893973,"@timestamp":1536916318},"coords":"51.5089937,-0.0871828","bedrooms":"2","price":"296000","area":"351"} , +{"type":"Feature","id":"n5906356206","geometry":{"type":"Point","coordinates":[0.2541483,51.8892206]},"properties":{"@type":"node","@id":5906356206,"@timestamp":1542929220},"coords":"51.8892206,0.2541483","bedrooms":"3","price":"215000","area":"529"} , +{"type":"Feature","id":"n5906552250","geometry":{"type":"Point","coordinates":[-0.1311884,51.2317685]},"properties":{"@type":"node","@id":5906552250,"@timestamp":1546029201},"coords":"51.2317685,-0.1311884","bedrooms":"0","price":"283000","area":"371"} , +{"type":"Feature","id":"n5906641116","geometry":{"type":"Point","coordinates":[-0.1502233,51.3187743]},"properties":{"@type":"node","@id":5906641116,"@timestamp":1536940914},"coords":"51.3187743,-0.1502233","bedrooms":"1","price":"161000","area":"513"} , +{"type":"Feature","id":"n5906641144","geometry":{"type":"Point","coordinates":[-0.1509195,51.318871]},"properties":{"@type":"node","@id":5906641144,"@timestamp":1536940916},"coords":"51.318871,-0.1509195","bedrooms":"1","price":"197000","area":"573"} , +{"type":"Feature","id":"n5906641159","geometry":{"type":"Point","coordinates":[-0.1494286,51.3193188]},"properties":{"@type":"node","@id":5906641159,"@timestamp":1536940917},"coords":"51.3193188,-0.1494286","bedrooms":"4","price":"153000","area":"614"} , +{"type":"Feature","id":"n5907227673","geometry":{"type":"Point","coordinates":[-1.0652983,51.1555445]},"properties":{"@type":"node","@id":5907227673,"@timestamp":1536962049},"coords":"51.1555445,-1.0652983","bedrooms":"1","price":"258000","area":"651"} , +{"type":"Feature","id":"n5907505153","geometry":{"type":"Point","coordinates":[-0.1529387,51.5080573]},"properties":{"@type":"node","@id":5907505153,"@timestamp":1605455280},"coords":"51.5080573,-0.1529387","bedrooms":"2","price":"237000","area":"455"} , +{"type":"Feature","id":"n5907694699","geometry":{"type":"Point","coordinates":[-0.1398037,51.3191707]},"properties":{"@type":"node","@id":5907694699,"@timestamp":1536999899},"coords":"51.3191707,-0.1398037","bedrooms":"2","price":"205000","area":"568"} , +{"type":"Feature","id":"n5908160137","geometry":{"type":"Point","coordinates":[0.8773063,51.3003168]},"properties":{"@type":"node","@id":5908160137,"@timestamp":1553557763},"coords":"51.3003168,0.8773063","bedrooms":"2","price":"281000","area":"426"} , +{"type":"Feature","id":"n5908366177","geometry":{"type":"Point","coordinates":[-0.0384014,51.5452542]},"properties":{"@type":"node","@id":5908366177,"@timestamp":1537032657},"coords":"51.5452542,-0.0384014","bedrooms":"1","price":"228000","area":"657"} , +{"type":"Feature","id":"n5908431861","geometry":{"type":"Point","coordinates":[0.52497,51.3243701]},"properties":{"@type":"node","@id":5908431861,"@timestamp":1537035439},"coords":"51.3243701,0.52497","bedrooms":"0","price":"272000","area":"596"} , +{"type":"Feature","id":"n5908431871","geometry":{"type":"Point","coordinates":[0.5141661,51.3245771]},"properties":{"@type":"node","@id":5908431871,"@timestamp":1537035439},"coords":"51.3245771,0.5141661","bedrooms":"4","price":"229000","area":"550"} , +{"type":"Feature","id":"n5908475368","geometry":{"type":"Point","coordinates":[0.5081385,51.3305841]},"properties":{"@type":"node","@id":5908475368,"@timestamp":1537037515},"coords":"51.3305841,0.5081385","bedrooms":"3","price":"221000","area":"509"} , +{"type":"Feature","id":"n5908739653","geometry":{"type":"Point","coordinates":[-0.7604922,51.2968093]},"properties":{"@type":"node","@id":5908739653,"@timestamp":1537043332},"coords":"51.2968093,-0.7604922","bedrooms":"2","price":"244000","area":"665"} , +{"type":"Feature","id":"n5908965327","geometry":{"type":"Point","coordinates":[0.1656448,51.4894589]},"properties":{"@type":"node","@id":5908965327,"@timestamp":1635300125},"coords":"51.4894589,0.1656448","bedrooms":"4","price":"235000","area":"513"} , +{"type":"Feature","id":"n5909010378","geometry":{"type":"Point","coordinates":[-0.1702435,51.4177357]},"properties":{"@type":"node","@id":5909010378,"@timestamp":1631372827},"coords":"51.4177357,-0.1702435","bedrooms":"4","price":"200000","area":"578"} , +{"type":"Feature","id":"n5909319381","geometry":{"type":"Point","coordinates":[0.0051524,51.4659669]},"properties":{"@type":"node","@id":5909319381,"@timestamp":1537083680},"coords":"51.4659669,0.0051524","bedrooms":"3","price":"236000","area":"354"} , +{"type":"Feature","id":"n5909441572","geometry":{"type":"Point","coordinates":[-0.1669969,51.0847527]},"properties":{"@type":"node","@id":5909441572,"@timestamp":1537088902},"coords":"51.0847527,-0.1669969","bedrooms":"3","price":"152000","area":"389"} , +{"type":"Feature","id":"n5909527245","geometry":{"type":"Point","coordinates":[0.0085854,51.4662109]},"properties":{"@type":"node","@id":5909527245,"@timestamp":1618348861},"coords":"51.4662109,0.0085854","bedrooms":"0","price":"200000","area":"565"} , +{"type":"Feature","id":"n5909601106","geometry":{"type":"Point","coordinates":[0.008485,51.4663252]},"properties":{"@type":"node","@id":5909601106,"@timestamp":1609123850},"coords":"51.4663252,0.008485","bedrooms":"2","price":"250000","area":"510"} , +{"type":"Feature","id":"n5909957842","geometry":{"type":"Point","coordinates":[0.5058131,51.337522]},"properties":{"@type":"node","@id":5909957842,"@timestamp":1537111202},"coords":"51.337522,0.5058131","bedrooms":"4","price":"179000","area":"656"} , +{"type":"Feature","id":"n5910019968","geometry":{"type":"Point","coordinates":[0.5464706,51.327222]},"properties":{"@type":"node","@id":5910019968,"@timestamp":1537113643},"coords":"51.327222,0.5464706","bedrooms":"4","price":"195000","area":"568"} , +{"type":"Feature","id":"n5910371418","geometry":{"type":"Point","coordinates":[-0.2899641,51.166467]},"properties":{"@type":"node","@id":5910371418,"@timestamp":1537129138},"coords":"51.166467,-0.2899641","bedrooms":"1","price":"185000","area":"511"} , +{"type":"Feature","id":"n5910454473","geometry":{"type":"Point","coordinates":[-0.0564791,51.3098464]},"properties":{"@type":"node","@id":5910454473,"@timestamp":1539451719},"coords":"51.3098464,-0.0564791","bedrooms":"3","price":"273000","area":"542"} , +{"type":"Feature","id":"n5910470292","geometry":{"type":"Point","coordinates":[0.0010018,51.3696262]},"properties":{"@type":"node","@id":5910470292,"@timestamp":1614757129},"coords":"51.3696262,0.0010018","bedrooms":"4","price":"235000","area":"654"} , +{"type":"Feature","id":"n5910569429","geometry":{"type":"Point","coordinates":[-0.9101528,51.7032023]},"properties":{"@type":"node","@id":5910569429,"@timestamp":1537140329},"coords":"51.7032023,-0.9101528","bedrooms":"3","price":"174000","area":"472"} , +{"type":"Feature","id":"n5910569607","geometry":{"type":"Point","coordinates":[-0.9122756,51.7042731]},"properties":{"@type":"node","@id":5910569607,"@timestamp":1537140331},"coords":"51.7042731,-0.9122756","bedrooms":"3","price":"244000","area":"573"} , +{"type":"Feature","id":"n5910569617","geometry":{"type":"Point","coordinates":[-0.9119712,51.7045374]},"properties":{"@type":"node","@id":5910569617,"@timestamp":1537140331},"coords":"51.7045374,-0.9119712","bedrooms":"0","price":"210000","area":"601"} , +{"type":"Feature","id":"n5910569627","geometry":{"type":"Point","coordinates":[-0.9122381,51.7046164]},"properties":{"@type":"node","@id":5910569627,"@timestamp":1537140331},"coords":"51.7046164,-0.9122381","bedrooms":"4","price":"154000","area":"470"} , +{"type":"Feature","id":"n5910569662","geometry":{"type":"Point","coordinates":[-0.9058361,51.7027692]},"properties":{"@type":"node","@id":5910569662,"@timestamp":1537140332},"coords":"51.7027692,-0.9058361","bedrooms":"4","price":"240000","area":"567"} , +{"type":"Feature","id":"n5910569681","geometry":{"type":"Point","coordinates":[-0.9055004,51.7020409]},"properties":{"@type":"node","@id":5910569681,"@timestamp":1537140333},"coords":"51.7020409,-0.9055004","bedrooms":"4","price":"282000","area":"416"} , +{"type":"Feature","id":"n5910569707","geometry":{"type":"Point","coordinates":[-0.9049738,51.702191]},"properties":{"@type":"node","@id":5910569707,"@timestamp":1537792072},"coords":"51.702191,-0.9049738","bedrooms":"2","price":"172000","area":"351"} , +{"type":"Feature","id":"n5910569733","geometry":{"type":"Point","coordinates":[-0.9075643,51.701665]},"properties":{"@type":"node","@id":5910569733,"@timestamp":1537140334},"coords":"51.701665,-0.9075643","bedrooms":"4","price":"183000","area":"494"} , +{"type":"Feature","id":"n5910569797","geometry":{"type":"Point","coordinates":[-0.8925449,51.6957503]},"properties":{"@type":"node","@id":5910569797,"@timestamp":1537140335},"coords":"51.6957503,-0.8925449","bedrooms":"4","price":"200000","area":"466"} , +{"type":"Feature","id":"n5910569876","geometry":{"type":"Point","coordinates":[-0.9005047,51.6965498]},"properties":{"@type":"node","@id":5910569876,"@timestamp":1537140337},"coords":"51.6965498,-0.9005047","bedrooms":"2","price":"196000","area":"436"} , +{"type":"Feature","id":"n5910570020","geometry":{"type":"Point","coordinates":[-0.9063237,51.6979537]},"properties":{"@type":"node","@id":5910570020,"@timestamp":1537140338},"coords":"51.6979537,-0.9063237","bedrooms":"3","price":"276000","area":"488"} , +{"type":"Feature","id":"n5910570085","geometry":{"type":"Point","coordinates":[-0.9054011,51.6978702]},"properties":{"@type":"node","@id":5910570085,"@timestamp":1537140339},"coords":"51.6978702,-0.9054011","bedrooms":"3","price":"186000","area":"384"} , +{"type":"Feature","id":"n5910570162","geometry":{"type":"Point","coordinates":[-0.9139051,51.6904087]},"properties":{"@type":"node","@id":5910570162,"@timestamp":1537140341},"coords":"51.6904087,-0.9139051","bedrooms":"2","price":"152000","area":"446"} , +{"type":"Feature","id":"n5910570276","geometry":{"type":"Point","coordinates":[-0.9064834,51.6953769]},"properties":{"@type":"node","@id":5910570276,"@timestamp":1537140343},"coords":"51.6953769,-0.9064834","bedrooms":"1","price":"155000","area":"517"} , +{"type":"Feature","id":"n5910570402","geometry":{"type":"Point","coordinates":[-0.9175582,51.7039145]},"properties":{"@type":"node","@id":5910570402,"@timestamp":1537140345},"coords":"51.7039145,-0.9175582","bedrooms":"0","price":"193000","area":"563"} , +{"type":"Feature","id":"n5910570430","geometry":{"type":"Point","coordinates":[-0.9140915,51.6987517]},"properties":{"@type":"node","@id":5910570430,"@timestamp":1537140345},"coords":"51.6987517,-0.9140915","bedrooms":"0","price":"243000","area":"565"} , +{"type":"Feature","id":"n5910570468","geometry":{"type":"Point","coordinates":[-0.9164317,51.700978]},"properties":{"@type":"node","@id":5910570468,"@timestamp":1537140346},"coords":"51.700978,-0.9164317","bedrooms":"4","price":"175000","area":"519"} , +{"type":"Feature","id":"n5910570543","geometry":{"type":"Point","coordinates":[-0.9163164,51.704168]},"properties":{"@type":"node","@id":5910570543,"@timestamp":1537140348},"coords":"51.704168,-0.9163164","bedrooms":"1","price":"198000","area":"363"} , +{"type":"Feature","id":"n5910570628","geometry":{"type":"Point","coordinates":[-0.9136623,51.7050552]},"properties":{"@type":"node","@id":5910570628,"@timestamp":1537140349},"coords":"51.7050552,-0.9136623","bedrooms":"1","price":"291000","area":"447"} , +{"type":"Feature","id":"n5910570656","geometry":{"type":"Point","coordinates":[-0.9111511,51.7028731]},"properties":{"@type":"node","@id":5910570656,"@timestamp":1537140350},"coords":"51.7028731,-0.9111511","bedrooms":"4","price":"221000","area":"496"} , +{"type":"Feature","id":"n5910570666","geometry":{"type":"Point","coordinates":[-0.9114026,51.7047809]},"properties":{"@type":"node","@id":5910570666,"@timestamp":1537140350},"coords":"51.7047809,-0.9114026","bedrooms":"4","price":"268000","area":"516"} , +{"type":"Feature","id":"n5910570824","geometry":{"type":"Point","coordinates":[-0.9102197,51.7035999]},"properties":{"@type":"node","@id":5910570824,"@timestamp":1537140352},"coords":"51.7035999,-0.9102197","bedrooms":"3","price":"287000","area":"535"} , +{"type":"Feature","id":"n5910570852","geometry":{"type":"Point","coordinates":[-0.9068723,51.7048237]},"properties":{"@type":"node","@id":5910570852,"@timestamp":1537140352},"coords":"51.7048237,-0.9068723","bedrooms":"1","price":"232000","area":"461"} , +{"type":"Feature","id":"n5910570884","geometry":{"type":"Point","coordinates":[-0.9030975,51.7082089]},"properties":{"@type":"node","@id":5910570884,"@timestamp":1537140353},"coords":"51.7082089,-0.9030975","bedrooms":"0","price":"181000","area":"446"} , +{"type":"Feature","id":"n5910593723","geometry":{"type":"Point","coordinates":[-0.2458131,51.5957878]},"properties":{"@type":"node","@id":5910593723,"@timestamp":1559092630},"coords":"51.5957878,-0.2458131","bedrooms":"4","price":"160000","area":"560"} , +{"type":"Feature","id":"n5910780087","geometry":{"type":"Point","coordinates":[-0.1310602,51.3676526]},"properties":{"@type":"node","@id":5910780087,"@timestamp":1564903671},"coords":"51.3676526,-0.1310602","bedrooms":"2","price":"191000","area":"642"} , +{"type":"Feature","id":"n5911469616","geometry":{"type":"Point","coordinates":[0.0073328,51.6187923]},"properties":{"@type":"node","@id":5911469616,"@timestamp":1537181346},"coords":"51.6187923,0.0073328","bedrooms":"2","price":"174000","area":"612"} , +{"type":"Feature","id":"n5911469794","geometry":{"type":"Point","coordinates":[0.0150163,51.6301498]},"properties":{"@type":"node","@id":5911469794,"@timestamp":1607043980},"coords":"51.6301498,0.0150163","bedrooms":"2","price":"244000","area":"423"} , +{"type":"Feature","id":"n5911732089","geometry":{"type":"Point","coordinates":[-0.889587,51.3761853]},"properties":{"@type":"node","@id":5911732089,"@timestamp":1624792328},"coords":"51.3761853,-0.889587","bedrooms":"0","price":"296000","area":"637"} , +{"type":"Feature","id":"n5911873086","geometry":{"type":"Point","coordinates":[-0.0440679,51.5450232]},"properties":{"@type":"node","@id":5911873086,"@timestamp":1627991309},"coords":"51.5450232,-0.0440679","bedrooms":"2","price":"153000","area":"690"} , +{"type":"Feature","id":"n5911925448","geometry":{"type":"Point","coordinates":[-0.9245217,51.4428358]},"properties":{"@type":"node","@id":5911925448,"@timestamp":1537195871},"coords":"51.4428358,-0.9245217","bedrooms":"1","price":"170000","area":"685"} , +{"type":"Feature","id":"n5911966477","geometry":{"type":"Point","coordinates":[-0.891747,51.3762225]},"properties":{"@type":"node","@id":5911966477,"@timestamp":1537197232},"coords":"51.3762225,-0.891747","bedrooms":"2","price":"268000","area":"627"} , +{"type":"Feature","id":"n5912460900","geometry":{"type":"Point","coordinates":[-0.2026419,51.4611277]},"properties":{"@type":"node","@id":5912460900,"@timestamp":1595411515},"coords":"51.4611277,-0.2026419","bedrooms":"1","price":"248000","area":"440"} , +{"type":"Feature","id":"n5912496443","geometry":{"type":"Point","coordinates":[-0.3061746,51.4595479]},"properties":{"@type":"node","@id":5912496443,"@timestamp":1537213621},"coords":"51.4595479,-0.3061746","bedrooms":"3","price":"237000","area":"576"} , +{"type":"Feature","id":"n5912527313","geometry":{"type":"Point","coordinates":[-0.7099287,51.2996758]},"properties":{"@type":"node","@id":5912527313,"@timestamp":1537215676},"coords":"51.2996758,-0.7099287","bedrooms":"0","price":"201000","area":"595"} , +{"type":"Feature","id":"n5912741968","geometry":{"type":"Point","coordinates":[0.0013061,51.6069263]},"properties":{"@type":"node","@id":5912741968,"@timestamp":1537224189},"coords":"51.6069263,0.0013061","bedrooms":"1","price":"194000","area":"691"} , +{"type":"Feature","id":"n5912780637","geometry":{"type":"Point","coordinates":[-0.9896334,51.5768986]},"properties":{"@type":"node","@id":5912780637,"@timestamp":1537227080},"coords":"51.5768986,-0.9896334","bedrooms":"4","price":"201000","area":"508"} , +{"type":"Feature","id":"n5912780647","geometry":{"type":"Point","coordinates":[-1.0038261,51.6454097]},"properties":{"@type":"node","@id":5912780647,"@timestamp":1537227080},"coords":"51.6454097,-1.0038261","bedrooms":"2","price":"152000","area":"653"} , +{"type":"Feature","id":"n5912890424","geometry":{"type":"Point","coordinates":[-0.3011194,51.4092446]},"properties":{"@type":"node","@id":5912890424,"@timestamp":1537234789},"coords":"51.4092446,-0.3011194","bedrooms":"3","price":"278000","area":"625"} , +{"type":"Feature","id":"n5913349036","geometry":{"type":"Point","coordinates":[-0.0173234,51.6192742]},"properties":{"@type":"node","@id":5913349036,"@timestamp":1547999942},"coords":"51.6192742,-0.0173234","bedrooms":"0","price":"161000","area":"609"} , +{"type":"Feature","id":"n5913516031","geometry":{"type":"Point","coordinates":[-0.3035492,51.3147984]},"properties":{"@type":"node","@id":5913516031,"@timestamp":1537265829},"coords":"51.3147984,-0.3035492","bedrooms":"3","price":"198000","area":"689"} , +{"type":"Feature","id":"n5913600282","geometry":{"type":"Point","coordinates":[-0.0082746,51.5760602]},"properties":{"@type":"node","@id":5913600282,"@timestamp":1553296073},"coords":"51.5760602,-0.0082746","bedrooms":"3","price":"216000","area":"542"} , +{"type":"Feature","id":"n5913817477","geometry":{"type":"Point","coordinates":[-0.4422902,51.4367745]},"properties":{"@type":"node","@id":5913817477,"@timestamp":1541843836},"coords":"51.4367745,-0.4422902","bedrooms":"4","price":"262000","area":"422"} , +{"type":"Feature","id":"n5914091207","geometry":{"type":"Point","coordinates":[-0.9037233,51.39088]},"properties":{"@type":"node","@id":5914091207,"@timestamp":1537289791},"coords":"51.39088,-0.9037233","bedrooms":"3","price":"295000","area":"656"} , +{"type":"Feature","id":"n5914125475","geometry":{"type":"Point","coordinates":[-1.0849441,51.5142153]},"properties":{"@type":"node","@id":5914125475,"@timestamp":1537291550},"coords":"51.5142153,-1.0849441","bedrooms":"2","price":"283000","area":"378"} , +{"type":"Feature","id":"n5914307177","geometry":{"type":"Point","coordinates":[-1.0751799,51.5237371]},"properties":{"@type":"node","@id":5914307177,"@timestamp":1537294798},"coords":"51.5237371,-1.0751799","bedrooms":"0","price":"198000","area":"692"} , +{"type":"Feature","id":"n5914594376","geometry":{"type":"Point","coordinates":[-0.1033401,50.9903413]},"properties":{"@type":"node","@id":5914594376,"@timestamp":1615824517},"coords":"50.9903413,-0.1033401","bedrooms":"2","price":"246000","area":"402"} , +{"type":"Feature","id":"n5914874726","geometry":{"type":"Point","coordinates":[-0.1074142,51.5222059]},"properties":{"@type":"node","@id":5914874726,"@timestamp":1537314583},"coords":"51.5222059,-0.1074142","bedrooms":"1","price":"277000","area":"687"} , +{"type":"Feature","id":"n5915048469","geometry":{"type":"Point","coordinates":[-0.1598595,51.3996976]},"properties":{"@type":"node","@id":5915048469,"@timestamp":1538324832},"coords":"51.3996976,-0.1598595","bedrooms":"0","price":"189000","area":"529"} , +{"type":"Feature","id":"n5915608104","geometry":{"type":"Point","coordinates":[-0.1893025,51.1186724]},"properties":{"@type":"node","@id":5915608104,"@timestamp":1625515513},"coords":"51.1186724,-0.1893025","bedrooms":"4","price":"216000","area":"594"} , +{"type":"Feature","id":"n5915994929","geometry":{"type":"Point","coordinates":[0.0251805,51.4874182]},"properties":{"@type":"node","@id":5915994929,"@timestamp":1564441529},"coords":"51.4874182,0.0251805","bedrooms":"4","price":"196000","area":"559"} , +{"type":"Feature","id":"n5915994939","geometry":{"type":"Point","coordinates":[0.0247031,51.489409]},"properties":{"@type":"node","@id":5915994939,"@timestamp":1564441529},"coords":"51.489409,0.0247031","bedrooms":"0","price":"160000","area":"363"} , +{"type":"Feature","id":"n5916003258","geometry":{"type":"Point","coordinates":[0.0232803,51.4908635]},"properties":{"@type":"node","@id":5916003258,"@timestamp":1635083437},"coords":"51.4908635,0.0232803","bedrooms":"0","price":"187000","area":"383"} , +{"type":"Feature","id":"n5916096707","geometry":{"type":"Point","coordinates":[0.004823,51.2164397]},"properties":{"@type":"node","@id":5916096707,"@timestamp":1537364261},"coords":"51.2164397,0.004823","bedrooms":"2","price":"242000","area":"459"} , +{"type":"Feature","id":"n5917106470","geometry":{"type":"Point","coordinates":[-0.9856466,51.14146]},"properties":{"@type":"node","@id":5917106470,"@timestamp":1537396814},"coords":"51.14146,-0.9856466","bedrooms":"2","price":"182000","area":"586"} , +{"type":"Feature","id":"n5917209782","geometry":{"type":"Point","coordinates":[-0.0880718,51.5030991]},"properties":{"@type":"node","@id":5917209782,"@timestamp":1619684905},"coords":"51.5030991,-0.0880718","bedrooms":"0","price":"257000","area":"520"} , +{"type":"Feature","id":"n5918007952","geometry":{"type":"Point","coordinates":[-0.0261864,51.5871973]},"properties":{"@type":"node","@id":5918007952,"@timestamp":1537437312},"coords":"51.5871973,-0.0261864","bedrooms":"4","price":"168000","area":"477"} , +{"type":"Feature","id":"n5918962778","geometry":{"type":"Point","coordinates":[0.7487371,51.9235904]},"properties":{"@type":"node","@id":5918962778,"@timestamp":1537467617},"coords":"51.9235904,0.7487371","bedrooms":"0","price":"218000","area":"585"} , +{"type":"Feature","id":"n5919115405","geometry":{"type":"Point","coordinates":[-0.5672857,51.2692872]},"properties":{"@type":"node","@id":5919115405,"@timestamp":1537471492},"coords":"51.2692872,-0.5672857","bedrooms":"2","price":"289000","area":"699"} , +{"type":"Feature","id":"n5919380117","geometry":{"type":"Point","coordinates":[-0.9519079,51.4529907]},"properties":{"@type":"node","@id":5919380117,"@timestamp":1543770344},"coords":"51.4529907,-0.9519079","bedrooms":"2","price":"234000","area":"698"} , +{"type":"Feature","id":"n5919669654","geometry":{"type":"Point","coordinates":[-0.1462983,51.5068686]},"properties":{"@type":"node","@id":5919669654,"@timestamp":1537501999},"coords":"51.5068686,-0.1462983","bedrooms":"4","price":"270000","area":"462"} , +{"type":"Feature","id":"n5920066555","geometry":{"type":"Point","coordinates":[-1.0700573,51.396877]},"properties":{"@type":"node","@id":5920066555,"@timestamp":1537529354},"coords":"51.396877,-1.0700573","bedrooms":"1","price":"278000","area":"541"} , +{"type":"Feature","id":"n5920212584","geometry":{"type":"Point","coordinates":[-0.0890491,51.5206259]},"properties":{"@type":"node","@id":5920212584,"@timestamp":1630234761},"coords":"51.5206259,-0.0890491","bedrooms":"2","price":"162000","area":"482"} , +{"type":"Feature","id":"n5920776342","geometry":{"type":"Point","coordinates":[-0.3380145,51.7218006]},"properties":{"@type":"node","@id":5920776342,"@timestamp":1537542125},"coords":"51.7218006,-0.3380145","bedrooms":"1","price":"197000","area":"385"} , +{"type":"Feature","id":"n5921197125","geometry":{"type":"Point","coordinates":[-0.0038802,51.576514]},"properties":{"@type":"node","@id":5921197125,"@timestamp":1537552907},"coords":"51.576514,-0.0038802","bedrooms":"3","price":"239000","area":"578"} , +{"type":"Feature","id":"n5921389866","geometry":{"type":"Point","coordinates":[-0.547902,51.2621544]},"properties":{"@type":"node","@id":5921389866,"@timestamp":1537558517},"coords":"51.2621544,-0.547902","bedrooms":"2","price":"284000","area":"683"} , +{"type":"Feature","id":"n5921548042","geometry":{"type":"Point","coordinates":[-0.2872813,51.4137323]},"properties":{"@type":"node","@id":5921548042,"@timestamp":1537565242},"coords":"51.4137323,-0.2872813","bedrooms":"0","price":"169000","area":"389"} , +{"type":"Feature","id":"n5921551081","geometry":{"type":"Point","coordinates":[-0.7543404,51.6600023]},"properties":{"@type":"node","@id":5921551081,"@timestamp":1537647516},"coords":"51.6600023,-0.7543404","bedrooms":"0","price":"179000","area":"645"} , +{"type":"Feature","id":"n5921642828","geometry":{"type":"Point","coordinates":[-0.003855,51.5693112]},"properties":{"@type":"node","@id":5921642828,"@timestamp":1615734319},"coords":"51.5693112,-0.003855","bedrooms":"4","price":"181000","area":"512"} , +{"type":"Feature","id":"n5921940107","geometry":{"type":"Point","coordinates":[-0.1448888,51.5078279]},"properties":{"@type":"node","@id":5921940107,"@timestamp":1543779002},"coords":"51.5078279,-0.1448888","bedrooms":"0","price":"273000","area":"677"} , +{"type":"Feature","id":"n5922081014","geometry":{"type":"Point","coordinates":[-0.5923578,51.4103818]},"properties":{"@type":"node","@id":5922081014,"@timestamp":1537604050},"coords":"51.4103818,-0.5923578","bedrooms":"3","price":"251000","area":"430"} , +{"type":"Feature","id":"n5922249614","geometry":{"type":"Point","coordinates":[-0.3434669,51.059907]},"properties":{"@type":"node","@id":5922249614,"@timestamp":1537612455},"coords":"51.059907,-0.3434669","bedrooms":"0","price":"278000","area":"443"} , +{"type":"Feature","id":"n5922449136","geometry":{"type":"Point","coordinates":[0.8933395,51.887755]},"properties":{"@type":"node","@id":5922449136,"@timestamp":1537623564},"coords":"51.887755,0.8933395","bedrooms":"0","price":"262000","area":"584"} , +{"type":"Feature","id":"n5922470377","geometry":{"type":"Point","coordinates":[0.4339653,51.3786106]},"properties":{"@type":"node","@id":5922470377,"@timestamp":1537624980},"coords":"51.3786106,0.4339653","bedrooms":"2","price":"277000","area":"628"} , +{"type":"Feature","id":"n5922470887","geometry":{"type":"Point","coordinates":[0.4234846,51.3821329]},"properties":{"@type":"node","@id":5922470887,"@timestamp":1537624980},"coords":"51.3821329,0.4234846","bedrooms":"3","price":"169000","area":"699"} , +{"type":"Feature","id":"n5922470899","geometry":{"type":"Point","coordinates":[0.412332,51.3825765]},"properties":{"@type":"node","@id":5922470899,"@timestamp":1537624981},"coords":"51.3825765,0.412332","bedrooms":"3","price":"160000","area":"606"} , +{"type":"Feature","id":"n5922878036","geometry":{"type":"Point","coordinates":[-0.3068689,51.2427987]},"properties":{"@type":"node","@id":5922878036,"@timestamp":1537643919},"coords":"51.2427987,-0.3068689","bedrooms":"2","price":"168000","area":"527"} , +{"type":"Feature","id":"n5922907446","geometry":{"type":"Point","coordinates":[-0.522656,51.2764053]},"properties":{"@type":"node","@id":5922907446,"@timestamp":1537645744},"coords":"51.2764053,-0.522656","bedrooms":"4","price":"186000","area":"458"} , +{"type":"Feature","id":"n5922943729","geometry":{"type":"Point","coordinates":[-0.7684663,51.6339095]},"properties":{"@type":"node","@id":5922943729,"@timestamp":1537647491},"coords":"51.6339095,-0.7684663","bedrooms":"0","price":"227000","area":"687"} , +{"type":"Feature","id":"n5922944020","geometry":{"type":"Point","coordinates":[-0.7996156,51.6311658]},"properties":{"@type":"node","@id":5922944020,"@timestamp":1537647494},"coords":"51.6311658,-0.7996156","bedrooms":"3","price":"255000","area":"652"} , +{"type":"Feature","id":"n5922944134","geometry":{"type":"Point","coordinates":[-0.7884937,51.6296723]},"properties":{"@type":"node","@id":5922944134,"@timestamp":1537647496},"coords":"51.6296723,-0.7884937","bedrooms":"4","price":"173000","area":"412"} , +{"type":"Feature","id":"n5922944220","geometry":{"type":"Point","coordinates":[-0.7744195,51.6244128]},"properties":{"@type":"node","@id":5922944220,"@timestamp":1537647497},"coords":"51.6244128,-0.7744195","bedrooms":"3","price":"182000","area":"679"} , +{"type":"Feature","id":"n5922944367","geometry":{"type":"Point","coordinates":[-0.7560202,51.6424241]},"properties":{"@type":"node","@id":5922944367,"@timestamp":1537647500},"coords":"51.6424241,-0.7560202","bedrooms":"0","price":"275000","area":"547"} , +{"type":"Feature","id":"n5922944409","geometry":{"type":"Point","coordinates":[-0.7558659,51.6423713]},"properties":{"@type":"node","@id":5922944409,"@timestamp":1537647501},"coords":"51.6423713,-0.7558659","bedrooms":"4","price":"173000","area":"441"} , +{"type":"Feature","id":"n5922944442","geometry":{"type":"Point","coordinates":[-0.7555481,51.6422057]},"properties":{"@type":"node","@id":5922944442,"@timestamp":1537647501},"coords":"51.6422057,-0.7555481","bedrooms":"0","price":"260000","area":"350"} , +{"type":"Feature","id":"n5922944452","geometry":{"type":"Point","coordinates":[-0.7560202,51.6426389]},"properties":{"@type":"node","@id":5922944452,"@timestamp":1537647502},"coords":"51.6426389,-0.7560202","bedrooms":"0","price":"221000","area":"389"} , +{"type":"Feature","id":"n5922944500","geometry":{"type":"Point","coordinates":[-0.7593743,51.6467045]},"properties":{"@type":"node","@id":5922944500,"@timestamp":1537647503},"coords":"51.6467045,-0.7593743","bedrooms":"3","price":"199000","area":"477"} , +{"type":"Feature","id":"n5922944616","geometry":{"type":"Point","coordinates":[-0.7537162,51.6611454]},"properties":{"@type":"node","@id":5922944616,"@timestamp":1537647505},"coords":"51.6611454,-0.7537162","bedrooms":"0","price":"164000","area":"495"} , +{"type":"Feature","id":"n5923030943","geometry":{"type":"Point","coordinates":[0.0043052,51.5419732]},"properties":{"@type":"node","@id":5923030943,"@timestamp":1627186530},"coords":"51.5419732,0.0043052","bedrooms":"4","price":"274000","area":"570"} , +{"type":"Feature","id":"n5923081347","geometry":{"type":"Point","coordinates":[0.0008414,51.540335]},"properties":{"@type":"node","@id":5923081347,"@timestamp":1617478845},"coords":"51.540335,0.0008414","bedrooms":"4","price":"284000","area":"458"} , +{"type":"Feature","id":"n5923249979","geometry":{"type":"Point","coordinates":[0.0072793,51.5398265]},"properties":{"@type":"node","@id":5923249979,"@timestamp":1633964154},"coords":"51.5398265,0.0072793","bedrooms":"3","price":"199000","area":"601"} , +{"type":"Feature","id":"n5923934460","geometry":{"type":"Point","coordinates":[-0.2341839,51.492634]},"properties":{"@type":"node","@id":5923934460,"@timestamp":1537703037},"coords":"51.492634,-0.2341839","bedrooms":"3","price":"179000","area":"393"} , +{"type":"Feature","id":"n5923986603","geometry":{"type":"Point","coordinates":[-0.2818658,51.4765636]},"properties":{"@type":"node","@id":5923986603,"@timestamp":1605179518},"coords":"51.4765636,-0.2818658","bedrooms":"4","price":"160000","area":"354"} , +{"type":"Feature","id":"n5924061876","geometry":{"type":"Point","coordinates":[-0.9691148,51.4210344]},"properties":{"@type":"node","@id":5924061876,"@timestamp":1537710163},"coords":"51.4210344,-0.9691148","bedrooms":"0","price":"231000","area":"370"} , +{"type":"Feature","id":"n5924062336","geometry":{"type":"Point","coordinates":[-0.967823,51.4335025]},"properties":{"@type":"node","@id":5924062336,"@timestamp":1614451627},"coords":"51.4335025,-0.967823","bedrooms":"1","price":"153000","area":"537"} , +{"type":"Feature","id":"n5924240086","geometry":{"type":"Point","coordinates":[-0.0984398,51.5599473]},"properties":{"@type":"node","@id":5924240086,"@timestamp":1623072476},"coords":"51.5599473,-0.0984398","bedrooms":"0","price":"201000","area":"670"} , +{"type":"Feature","id":"n5924376864","geometry":{"type":"Point","coordinates":[0.005411,51.548406]},"properties":{"@type":"node","@id":5924376864,"@timestamp":1619176375},"coords":"51.548406,0.005411","bedrooms":"4","price":"170000","area":"560"} , +{"type":"Feature","id":"n5924456794","geometry":{"type":"Point","coordinates":[0.6054485,51.2643103]},"properties":{"@type":"node","@id":5924456794,"@timestamp":1537725780},"coords":"51.2643103,0.6054485","bedrooms":"0","price":"152000","area":"680"} , +{"type":"Feature","id":"n5924643061","geometry":{"type":"Point","coordinates":[0.025712,51.6663448]},"properties":{"@type":"node","@id":5924643061,"@timestamp":1537733076},"coords":"51.6663448,0.025712","bedrooms":"4","price":"186000","area":"492"} , +{"type":"Feature","id":"n5924693310","geometry":{"type":"Point","coordinates":[-0.8228644,51.5013515]},"properties":{"@type":"node","@id":5924693310,"@timestamp":1537735057},"coords":"51.5013515,-0.8228644","bedrooms":"4","price":"294000","area":"407"} , +{"type":"Feature","id":"n5925412589","geometry":{"type":"Point","coordinates":[-0.0025748,51.5411921]},"properties":{"@type":"node","@id":5925412589,"@timestamp":1617506073},"coords":"51.5411921,-0.0025748","bedrooms":"2","price":"241000","area":"607"} , +{"type":"Feature","id":"n5925848612","geometry":{"type":"Point","coordinates":[0.0022627,51.5434965]},"properties":{"@type":"node","@id":5925848612,"@timestamp":1564903671},"coords":"51.5434965,0.0022627","bedrooms":"2","price":"165000","area":"443"} , +{"type":"Feature","id":"n5925919153","geometry":{"type":"Point","coordinates":[-0.3569376,51.8147686]},"properties":{"@type":"node","@id":5925919153,"@timestamp":1566666395},"coords":"51.8147686,-0.3569376","bedrooms":"4","price":"197000","area":"425"} , +{"type":"Feature","id":"n5925919163","geometry":{"type":"Point","coordinates":[-0.3614161,51.8253376]},"properties":{"@type":"node","@id":5925919163,"@timestamp":1624315944},"coords":"51.8253376,-0.3614161","bedrooms":"1","price":"275000","area":"661"} , +{"type":"Feature","id":"n5926045497","geometry":{"type":"Point","coordinates":[-0.3813265,51.5939587]},"properties":{"@type":"node","@id":5926045497,"@timestamp":1620654767},"coords":"51.5939587,-0.3813265","bedrooms":"2","price":"193000","area":"394"} , +{"type":"Feature","id":"n5926095352","geometry":{"type":"Point","coordinates":[0.6529891,51.2584068]},"properties":{"@type":"node","@id":5926095352,"@timestamp":1537778426},"coords":"51.2584068,0.6529891","bedrooms":"0","price":"235000","area":"668"} , +{"type":"Feature","id":"n5926362749","geometry":{"type":"Point","coordinates":[-0.0162354,51.7573598]},"properties":{"@type":"node","@id":5926362749,"@timestamp":1537786040},"coords":"51.7573598,-0.0162354","bedrooms":"1","price":"270000","area":"687"} , +{"type":"Feature","id":"n5926407215","geometry":{"type":"Point","coordinates":[-0.0175041,51.7584573]},"properties":{"@type":"node","@id":5926407215,"@timestamp":1537787258},"coords":"51.7584573,-0.0175041","bedrooms":"4","price":"187000","area":"615"} , +{"type":"Feature","id":"n5926508140","geometry":{"type":"Point","coordinates":[-0.4204899,51.5822133]},"properties":{"@type":"node","@id":5926508140,"@timestamp":1537790505},"coords":"51.5822133,-0.4204899","bedrooms":"2","price":"276000","area":"560"} , +{"type":"Feature","id":"n5926542791","geometry":{"type":"Point","coordinates":[-0.9081874,51.6960593]},"properties":{"@type":"node","@id":5926542791,"@timestamp":1600810791},"coords":"51.6960593,-0.9081874","bedrooms":"3","price":"295000","area":"483"} , +{"type":"Feature","id":"n5926543504","geometry":{"type":"Point","coordinates":[-0.9023613,51.7015085]},"properties":{"@type":"node","@id":5926543504,"@timestamp":1537792063},"coords":"51.7015085,-0.9023613","bedrooms":"1","price":"191000","area":"548"} , +{"type":"Feature","id":"n5926543560","geometry":{"type":"Point","coordinates":[-0.9066468,51.7017303]},"properties":{"@type":"node","@id":5926543560,"@timestamp":1537792064},"coords":"51.7017303,-0.9066468","bedrooms":"2","price":"253000","area":"550"} , +{"type":"Feature","id":"n5926543700","geometry":{"type":"Point","coordinates":[-0.905635,51.6986499]},"properties":{"@type":"node","@id":5926543700,"@timestamp":1537792065},"coords":"51.6986499,-0.905635","bedrooms":"1","price":"260000","area":"609"} , +{"type":"Feature","id":"n5926543710","geometry":{"type":"Point","coordinates":[-0.8442757,51.7181809]},"properties":{"@type":"node","@id":5926543710,"@timestamp":1537792065},"coords":"51.7181809,-0.8442757","bedrooms":"3","price":"276000","area":"450"} , +{"type":"Feature","id":"n5926771636","geometry":{"type":"Point","coordinates":[0.5411223,51.362726]},"properties":{"@type":"node","@id":5926771636,"@timestamp":1537797230},"coords":"51.362726,0.5411223","bedrooms":"4","price":"264000","area":"404"} , +{"type":"Feature","id":"n5927114164","geometry":{"type":"Point","coordinates":[-0.0859232,51.2773093]},"properties":{"@type":"node","@id":5927114164,"@timestamp":1537808184},"coords":"51.2773093,-0.0859232","bedrooms":"0","price":"233000","area":"688"} , +{"type":"Feature","id":"n5927203472","geometry":{"type":"Point","coordinates":[0.0051827,51.5496548]},"properties":{"@type":"node","@id":5927203472,"@timestamp":1616078017},"coords":"51.5496548,0.0051827","bedrooms":"3","price":"203000","area":"699"} , +{"type":"Feature","id":"n5927205397","geometry":{"type":"Point","coordinates":[0.0050058,51.5497508]},"properties":{"@type":"node","@id":5927205397,"@timestamp":1616078017},"coords":"51.5497508,0.0050058","bedrooms":"3","price":"210000","area":"548"} , +{"type":"Feature","id":"n5927483982","geometry":{"type":"Point","coordinates":[-0.4965323,51.297959]},"properties":{"@type":"node","@id":5927483982,"@timestamp":1556646957},"coords":"51.297959,-0.4965323","bedrooms":"4","price":"249000","area":"530"} , +{"type":"Feature","id":"n5927671120","geometry":{"type":"Point","coordinates":[-0.0877042,51.5191198]},"properties":{"@type":"node","@id":5927671120,"@timestamp":1633973376},"coords":"51.5191198,-0.0877042","bedrooms":"2","price":"218000","area":"548"} , +{"type":"Feature","id":"n5927671183","geometry":{"type":"Point","coordinates":[-0.0945787,51.5176553]},"properties":{"@type":"node","@id":5927671183,"@timestamp":1595655466},"coords":"51.5176553,-0.0945787","bedrooms":"1","price":"200000","area":"504"} , +{"type":"Feature","id":"n5927998977","geometry":{"type":"Point","coordinates":[-0.1450753,51.5066651]},"properties":{"@type":"node","@id":5927998977,"@timestamp":1537857818},"coords":"51.5066651,-0.1450753","bedrooms":"2","price":"244000","area":"525"} , +{"type":"Feature","id":"n5928558117","geometry":{"type":"Point","coordinates":[0.2112318,51.6002487]},"properties":{"@type":"node","@id":5928558117,"@timestamp":1607104983},"coords":"51.6002487,0.2112318","bedrooms":"2","price":"276000","area":"659"} , +{"type":"Feature","id":"n5928692640","geometry":{"type":"Point","coordinates":[0.0007463,51.5495681]},"properties":{"@type":"node","@id":5928692640,"@timestamp":1617014935},"coords":"51.5495681,0.0007463","bedrooms":"4","price":"269000","area":"362"} , +{"type":"Feature","id":"n5928692675","geometry":{"type":"Point","coordinates":[-0.0019675,51.5494707]},"properties":{"@type":"node","@id":5928692675,"@timestamp":1537875985},"coords":"51.5494707,-0.0019675","bedrooms":"3","price":"227000","area":"502"} , +{"type":"Feature","id":"n5928738257","geometry":{"type":"Point","coordinates":[-0.3445619,51.4439122]},"properties":{"@type":"node","@id":5928738257,"@timestamp":1537877543},"coords":"51.4439122,-0.3445619","bedrooms":"2","price":"265000","area":"655"} , +{"type":"Feature","id":"n5928926691","geometry":{"type":"Point","coordinates":[-0.001621,51.5410919]},"properties":{"@type":"node","@id":5928926691,"@timestamp":1617510749},"coords":"51.5410919,-0.001621","bedrooms":"1","price":"171000","area":"420"} , +{"type":"Feature","id":"n5929170568","geometry":{"type":"Point","coordinates":[-0.2147631,51.2954073]},"properties":{"@type":"node","@id":5929170568,"@timestamp":1537888456},"coords":"51.2954073,-0.2147631","bedrooms":"3","price":"225000","area":"683"} , +{"type":"Feature","id":"n5929170578","geometry":{"type":"Point","coordinates":[-0.2137519,51.2951188]},"properties":{"@type":"node","@id":5929170578,"@timestamp":1537888458},"coords":"51.2951188,-0.2137519","bedrooms":"4","price":"247000","area":"687"} , +{"type":"Feature","id":"n5929268800","geometry":{"type":"Point","coordinates":[-0.2019274,51.2947666]},"properties":{"@type":"node","@id":5929268800,"@timestamp":1546615596},"coords":"51.2947666,-0.2019274","bedrooms":"1","price":"271000","area":"369"} , +{"type":"Feature","id":"n5929540797","geometry":{"type":"Point","coordinates":[-0.0793371,51.5190551]},"properties":{"@type":"node","@id":5929540797,"@timestamp":1564903671},"coords":"51.5190551,-0.0793371","bedrooms":"0","price":"284000","area":"620"} , +{"type":"Feature","id":"n5930292574","geometry":{"type":"Point","coordinates":[0.0019969,51.5495499]},"properties":{"@type":"node","@id":5930292574,"@timestamp":1570796762},"coords":"51.5495499,0.0019969","bedrooms":"2","price":"216000","area":"615"} , +{"type":"Feature","id":"n5930309088","geometry":{"type":"Point","coordinates":[-0.0432663,51.5184453]},"properties":{"@type":"node","@id":5930309088,"@timestamp":1580917026},"coords":"51.5184453,-0.0432663","bedrooms":"3","price":"296000","area":"657"} , +{"type":"Feature","id":"n5930352186","geometry":{"type":"Point","coordinates":[-0.0197957,51.5263647]},"properties":{"@type":"node","@id":5930352186,"@timestamp":1635678877},"coords":"51.5263647,-0.0197957","bedrooms":"1","price":"288000","area":"401"} , +{"type":"Feature","id":"n5930366779","geometry":{"type":"Point","coordinates":[-0.0454167,51.5219719]},"properties":{"@type":"node","@id":5930366779,"@timestamp":1605809244},"coords":"51.5219719,-0.0454167","bedrooms":"2","price":"299000","area":"416"} , +{"type":"Feature","id":"n5931029653","geometry":{"type":"Point","coordinates":[-1.0873859,51.5036234]},"properties":{"@type":"node","@id":5931029653,"@timestamp":1537953059},"coords":"51.5036234,-1.0873859","bedrooms":"1","price":"260000","area":"696"} , +{"type":"Feature","id":"n5931090924","geometry":{"type":"Point","coordinates":[0.0025756,51.5501277]},"properties":{"@type":"node","@id":5931090924,"@timestamp":1618500330},"coords":"51.5501277,0.0025756","bedrooms":"4","price":"160000","area":"642"} , +{"type":"Feature","id":"n5931414685","geometry":{"type":"Point","coordinates":[-0.190817,51.3593627]},"properties":{"@type":"node","@id":5931414685,"@timestamp":1537966364},"coords":"51.3593627,-0.190817","bedrooms":"0","price":"170000","area":"690"} , +{"type":"Feature","id":"n5932499496","geometry":{"type":"Point","coordinates":[-0.1073612,50.9844497]},"properties":{"@type":"node","@id":5932499496,"@timestamp":1557064671},"coords":"50.9844497,-0.1073612","bedrooms":"2","price":"232000","area":"670"} , +{"type":"Feature","id":"n5932627373","geometry":{"type":"Point","coordinates":[-0.4509592,51.024594]},"properties":{"@type":"node","@id":5932627373,"@timestamp":1537993889},"coords":"51.024594,-0.4509592","bedrooms":"4","price":"270000","area":"530"} , +{"type":"Feature","id":"n5932959893","geometry":{"type":"Point","coordinates":[-0.1272877,51.5117709]},"properties":{"@type":"node","@id":5932959893,"@timestamp":1628884697},"coords":"51.5117709,-0.1272877","bedrooms":"1","price":"170000","area":"699"} , +{"type":"Feature","id":"n5933055952","geometry":{"type":"Point","coordinates":[-0.0913897,51.5281605]},"properties":{"@type":"node","@id":5933055952,"@timestamp":1628286274},"coords":"51.5281605,-0.0913897","bedrooms":"3","price":"251000","area":"609"} , +{"type":"Feature","id":"n5933178328","geometry":{"type":"Point","coordinates":[-0.0038972,51.5453994]},"properties":{"@type":"node","@id":5933178328,"@timestamp":1619767762},"coords":"51.5453994,-0.0038972","bedrooms":"1","price":"172000","area":"495"} , +{"type":"Feature","id":"n5933846627","geometry":{"type":"Point","coordinates":[-0.3286425,51.7504738]},"properties":{"@type":"node","@id":5933846627,"@timestamp":1558715894},"coords":"51.7504738,-0.3286425","bedrooms":"3","price":"246000","area":"608"} , +{"type":"Feature","id":"n5933992225","geometry":{"type":"Point","coordinates":[-0.0046305,51.5515518]},"properties":{"@type":"node","@id":5933992225,"@timestamp":1538048295},"coords":"51.5515518,-0.0046305","bedrooms":"4","price":"154000","area":"553"} , +{"type":"Feature","id":"n5934876749","geometry":{"type":"Point","coordinates":[0.2310054,50.977104]},"properties":{"@type":"node","@id":5934876749,"@timestamp":1538068667},"coords":"50.977104,0.2310054","bedrooms":"0","price":"208000","area":"601"} , +{"type":"Feature","id":"n5935209602","geometry":{"type":"Point","coordinates":[-0.7653978,51.6260347]},"properties":{"@type":"node","@id":5935209602,"@timestamp":1538075917},"coords":"51.6260347,-0.7653978","bedrooms":"4","price":"231000","area":"539"} , +{"type":"Feature","id":"n5935209683","geometry":{"type":"Point","coordinates":[-0.7648434,51.6267418]},"properties":{"@type":"node","@id":5935209683,"@timestamp":1538075919},"coords":"51.6267418,-0.7648434","bedrooms":"3","price":"292000","area":"371"} , +{"type":"Feature","id":"n5935209844","geometry":{"type":"Point","coordinates":[-0.7583892,51.6246709]},"properties":{"@type":"node","@id":5935209844,"@timestamp":1538075920},"coords":"51.6246709,-0.7583892","bedrooms":"4","price":"254000","area":"632"} , +{"type":"Feature","id":"n5935210045","geometry":{"type":"Point","coordinates":[-0.7608093,51.6286045]},"properties":{"@type":"node","@id":5935210045,"@timestamp":1538075922},"coords":"51.6286045,-0.7608093","bedrooms":"3","price":"276000","area":"635"} , +{"type":"Feature","id":"n5935210235","geometry":{"type":"Point","coordinates":[-0.7641264,51.6293549]},"properties":{"@type":"node","@id":5935210235,"@timestamp":1538075924},"coords":"51.6293549,-0.7641264","bedrooms":"2","price":"268000","area":"442"} , +{"type":"Feature","id":"n5935210292","geometry":{"type":"Point","coordinates":[-0.7645138,51.6303958]},"properties":{"@type":"node","@id":5935210292,"@timestamp":1538075926},"coords":"51.6303958,-0.7645138","bedrooms":"0","price":"178000","area":"384"} , +{"type":"Feature","id":"n5935210378","geometry":{"type":"Point","coordinates":[-0.7725929,51.6325164]},"properties":{"@type":"node","@id":5935210378,"@timestamp":1538075927},"coords":"51.6325164,-0.7725929","bedrooms":"1","price":"254000","area":"403"} , +{"type":"Feature","id":"n5935210455","geometry":{"type":"Point","coordinates":[-0.7762377,51.6316359]},"properties":{"@type":"node","@id":5935210455,"@timestamp":1538075928},"coords":"51.6316359,-0.7762377","bedrooms":"1","price":"297000","area":"685"} , +{"type":"Feature","id":"n5935210587","geometry":{"type":"Point","coordinates":[-0.7771003,51.6335936]},"properties":{"@type":"node","@id":5935210587,"@timestamp":1553719650},"coords":"51.6335936,-0.7771003","bedrooms":"0","price":"167000","area":"669"} , +{"type":"Feature","id":"n5935210909","geometry":{"type":"Point","coordinates":[-0.7794982,51.6342412]},"properties":{"@type":"node","@id":5935210909,"@timestamp":1538075934},"coords":"51.6342412,-0.7794982","bedrooms":"4","price":"205000","area":"630"} , +{"type":"Feature","id":"n5935211415","geometry":{"type":"Point","coordinates":[-0.7732773,51.635008]},"properties":{"@type":"node","@id":5935211415,"@timestamp":1538075937},"coords":"51.635008,-0.7732773","bedrooms":"4","price":"288000","area":"476"} , +{"type":"Feature","id":"n5935211468","geometry":{"type":"Point","coordinates":[-0.7721463,51.6341513]},"properties":{"@type":"node","@id":5935211468,"@timestamp":1538075938},"coords":"51.6341513,-0.7721463","bedrooms":"4","price":"150000","area":"486"} , +{"type":"Feature","id":"n5935211679","geometry":{"type":"Point","coordinates":[-0.7655328,51.633452]},"properties":{"@type":"node","@id":5935211679,"@timestamp":1538075940},"coords":"51.633452,-0.7655328","bedrooms":"0","price":"254000","area":"625"} , +{"type":"Feature","id":"n5935258900","geometry":{"type":"Point","coordinates":[-0.9754604,51.4529029]},"properties":{"@type":"node","@id":5935258900,"@timestamp":1538077195},"coords":"51.4529029,-0.9754604","bedrooms":"0","price":"239000","area":"544"} , +{"type":"Feature","id":"n5935359550","geometry":{"type":"Point","coordinates":[-0.4354867,51.443574]},"properties":{"@type":"node","@id":5935359550,"@timestamp":1538079247},"coords":"51.443574,-0.4354867","bedrooms":"3","price":"179000","area":"516"} , +{"type":"Feature","id":"n5935474385","geometry":{"type":"Point","coordinates":[-0.1110059,51.4610782]},"properties":{"@type":"node","@id":5935474385,"@timestamp":1542509415},"coords":"51.4610782,-0.1110059","bedrooms":"4","price":"262000","area":"669"} , +{"type":"Feature","id":"n5935723162","geometry":{"type":"Point","coordinates":[-0.2512205,51.4736841]},"properties":{"@type":"node","@id":5935723162,"@timestamp":1630255697},"coords":"51.4736841,-0.2512205","bedrooms":"2","price":"279000","area":"575"} , +{"type":"Feature","id":"n5935753893","geometry":{"type":"Point","coordinates":[-0.0035278,51.5797999]},"properties":{"@type":"node","@id":5935753893,"@timestamp":1555184987},"coords":"51.5797999,-0.0035278","bedrooms":"3","price":"174000","area":"538"} , +{"type":"Feature","id":"n5935894071","geometry":{"type":"Point","coordinates":[-0.0404845,51.4581442]},"properties":{"@type":"node","@id":5935894071,"@timestamp":1585955736},"coords":"51.4581442,-0.0404845","bedrooms":"3","price":"152000","area":"582"} , +{"type":"Feature","id":"n5936357551","geometry":{"type":"Point","coordinates":[-0.5031343,51.4322765]},"properties":{"@type":"node","@id":5936357551,"@timestamp":1538124980},"coords":"51.4322765,-0.5031343","bedrooms":"0","price":"240000","area":"675"} , +{"type":"Feature","id":"n5936526188","geometry":{"type":"Point","coordinates":[-0.3729273,51.608163]},"properties":{"@type":"node","@id":5936526188,"@timestamp":1634846351},"coords":"51.608163,-0.3729273","bedrooms":"0","price":"250000","area":"562"} , +{"type":"Feature","id":"n5936553306","geometry":{"type":"Point","coordinates":[-0.3365046,51.7454938]},"properties":{"@type":"node","@id":5936553306,"@timestamp":1538131886},"coords":"51.7454938,-0.3365046","bedrooms":"3","price":"243000","area":"599"} , +{"type":"Feature","id":"n5936970135","geometry":{"type":"Point","coordinates":[-0.3714713,51.5039912]},"properties":{"@type":"node","@id":5936970135,"@timestamp":1538146089},"coords":"51.5039912,-0.3714713","bedrooms":"0","price":"173000","area":"539"} , +{"type":"Feature","id":"n5937105164","geometry":{"type":"Point","coordinates":[-0.7562579,51.6314132]},"properties":{"@type":"node","@id":5937105164,"@timestamp":1568334842},"coords":"51.6314132,-0.7562579","bedrooms":"4","price":"242000","area":"544"} , +{"type":"Feature","id":"n5937105174","geometry":{"type":"Point","coordinates":[-0.7566465,51.6312107]},"properties":{"@type":"node","@id":5937105174,"@timestamp":1568334842},"coords":"51.6312107,-0.7566465","bedrooms":"4","price":"162000","area":"525"} , +{"type":"Feature","id":"n5937105388","geometry":{"type":"Point","coordinates":[-0.7560414,51.631492]},"properties":{"@type":"node","@id":5937105388,"@timestamp":1538151080},"coords":"51.631492,-0.7560414","bedrooms":"4","price":"270000","area":"452"} , +{"type":"Feature","id":"n5937105399","geometry":{"type":"Point","coordinates":[-0.7565412,51.6312317]},"properties":{"@type":"node","@id":5937105399,"@timestamp":1538151080},"coords":"51.6312317,-0.7565412","bedrooms":"3","price":"279000","area":"601"} , +{"type":"Feature","id":"n5937146754","geometry":{"type":"Point","coordinates":[-0.0133245,51.4576256]},"properties":{"@type":"node","@id":5937146754,"@timestamp":1565314815},"coords":"51.4576256,-0.0133245","bedrooms":"0","price":"223000","area":"441"} , +{"type":"Feature","id":"n5937547315","geometry":{"type":"Point","coordinates":[-0.4495629,51.3227313]},"properties":{"@type":"node","@id":5937547315,"@timestamp":1538162933},"coords":"51.3227313,-0.4495629","bedrooms":"1","price":"230000","area":"620"} , +{"type":"Feature","id":"n5937614002","geometry":{"type":"Point","coordinates":[-0.0733655,51.0829798]},"properties":{"@type":"node","@id":5937614002,"@timestamp":1538164507},"coords":"51.0829798,-0.0733655","bedrooms":"4","price":"235000","area":"371"} , +{"type":"Feature","id":"n5937715497","geometry":{"type":"Point","coordinates":[-0.4267566,51.3342364]},"properties":{"@type":"node","@id":5937715497,"@timestamp":1627338487},"coords":"51.3342364,-0.4267566","bedrooms":"2","price":"192000","area":"540"} , +{"type":"Feature","id":"n5937833813","geometry":{"type":"Point","coordinates":[-0.3878005,51.649828]},"properties":{"@type":"node","@id":5937833813,"@timestamp":1605976648},"coords":"51.649828,-0.3878005","bedrooms":"3","price":"155000","area":"458"} , +{"type":"Feature","id":"n5938180224","geometry":{"type":"Point","coordinates":[-0.1460348,51.5061142]},"properties":{"@type":"node","@id":5938180224,"@timestamp":1543779003},"coords":"51.5061142,-0.1460348","bedrooms":"0","price":"232000","area":"363"} , +{"type":"Feature","id":"n5938622093","geometry":{"type":"Point","coordinates":[-0.1004936,51.3256837]},"properties":{"@type":"node","@id":5938622093,"@timestamp":1538219294},"coords":"51.3256837,-0.1004936","bedrooms":"3","price":"173000","area":"598"} , +{"type":"Feature","id":"n5938625415","geometry":{"type":"Point","coordinates":[-0.0898621,51.5189931]},"properties":{"@type":"node","@id":5938625415,"@timestamp":1608130079},"coords":"51.5189931,-0.0898621","bedrooms":"3","price":"186000","area":"467"} , +{"type":"Feature","id":"n5938937295","geometry":{"type":"Point","coordinates":[-0.14664,51.5061822]},"properties":{"@type":"node","@id":5938937295,"@timestamp":1582140167},"coords":"51.5061822,-0.14664","bedrooms":"4","price":"223000","area":"679"} , +{"type":"Feature","id":"n5939040308","geometry":{"type":"Point","coordinates":[-0.0888415,51.5208114]},"properties":{"@type":"node","@id":5939040308,"@timestamp":1634195463},"coords":"51.5208114,-0.0888415","bedrooms":"4","price":"238000","area":"532"} , +{"type":"Feature","id":"n5939162044","geometry":{"type":"Point","coordinates":[0.8819251,51.8899198]},"properties":{"@type":"node","@id":5939162044,"@timestamp":1538235799},"coords":"51.8899198,0.8819251","bedrooms":"2","price":"186000","area":"562"} , +{"type":"Feature","id":"n5939266193","geometry":{"type":"Point","coordinates":[0.3779437,51.7126068]},"properties":{"@type":"node","@id":5939266193,"@timestamp":1609594485},"coords":"51.7126068,0.3779437","bedrooms":"4","price":"287000","area":"607"} , +{"type":"Feature","id":"n5939755653","geometry":{"type":"Point","coordinates":[-0.0184934,51.5817402]},"properties":{"@type":"node","@id":5939755653,"@timestamp":1588049651},"coords":"51.5817402,-0.0184934","bedrooms":"4","price":"275000","area":"463"} , +{"type":"Feature","id":"n5939916843","geometry":{"type":"Point","coordinates":[-0.028211,51.5830269]},"properties":{"@type":"node","@id":5939916843,"@timestamp":1596245794},"coords":"51.5830269,-0.028211","bedrooms":"0","price":"169000","area":"465"} , +{"type":"Feature","id":"n5939951773","geometry":{"type":"Point","coordinates":[0.0287567,51.6243225]},"properties":{"@type":"node","@id":5939951773,"@timestamp":1607878477},"coords":"51.6243225,0.0287567","bedrooms":"2","price":"252000","area":"506"} , +{"type":"Feature","id":"n5940243960","geometry":{"type":"Point","coordinates":[0.870696,51.8897775]},"properties":{"@type":"node","@id":5940243960,"@timestamp":1538296507},"coords":"51.8897775,0.870696","bedrooms":"4","price":"270000","area":"386"} , +{"type":"Feature","id":"n5940261550","geometry":{"type":"Point","coordinates":[-0.1330773,51.3432902]},"properties":{"@type":"node","@id":5940261550,"@timestamp":1538297887},"coords":"51.3432902,-0.1330773","bedrooms":"1","price":"180000","area":"502"} , +{"type":"Feature","id":"n5940531722","geometry":{"type":"Point","coordinates":[-0.3269952,51.0623898]},"properties":{"@type":"node","@id":5940531722,"@timestamp":1559719867},"coords":"51.0623898,-0.3269952","bedrooms":"4","price":"158000","area":"684"} , +{"type":"Feature","id":"n5940644395","geometry":{"type":"Point","coordinates":[-0.9694839,51.4445814]},"properties":{"@type":"node","@id":5940644395,"@timestamp":1538313478},"coords":"51.4445814,-0.9694839","bedrooms":"0","price":"282000","area":"612"} , +{"type":"Feature","id":"n5940644432","geometry":{"type":"Point","coordinates":[-0.9735312,51.4440536]},"properties":{"@type":"node","@id":5940644432,"@timestamp":1538313479},"coords":"51.4440536,-0.9735312","bedrooms":"3","price":"187000","area":"656"} , +{"type":"Feature","id":"n5940664366","geometry":{"type":"Point","coordinates":[-0.9699225,51.4536301]},"properties":{"@type":"node","@id":5940664366,"@timestamp":1538327216},"coords":"51.4536301,-0.9699225","bedrooms":"3","price":"178000","area":"396"} , +{"type":"Feature","id":"n5940824776","geometry":{"type":"Point","coordinates":[-0.4564992,51.8565924]},"properties":{"@type":"node","@id":5940824776,"@timestamp":1538321288},"coords":"51.8565924,-0.4564992","bedrooms":"0","price":"213000","area":"591"} , +{"type":"Feature","id":"n5940825837","geometry":{"type":"Point","coordinates":[-0.4988131,51.8831401]},"properties":{"@type":"node","@id":5940825837,"@timestamp":1538321291},"coords":"51.8831401,-0.4988131","bedrooms":"4","price":"254000","area":"586"} , +{"type":"Feature","id":"n5940910535","geometry":{"type":"Point","coordinates":[-0.1598988,51.3996915]},"properties":{"@type":"node","@id":5940910535,"@timestamp":1550465515},"coords":"51.3996915,-0.1598988","bedrooms":"1","price":"251000","area":"457"} , +{"type":"Feature","id":"n5941031307","geometry":{"type":"Point","coordinates":[-0.4889508,51.3704221]},"properties":{"@type":"node","@id":5941031307,"@timestamp":1541182364},"coords":"51.3704221,-0.4889508","bedrooms":"4","price":"222000","area":"540"} , +{"type":"Feature","id":"n5941033156","geometry":{"type":"Point","coordinates":[-0.1693331,51.3574211]},"properties":{"@type":"node","@id":5941033156,"@timestamp":1538328955},"coords":"51.3574211,-0.1693331","bedrooms":"3","price":"194000","area":"515"} , +{"type":"Feature","id":"n5941118931","geometry":{"type":"Point","coordinates":[-0.0415807,51.668167]},"properties":{"@type":"node","@id":5941118931,"@timestamp":1604425313},"coords":"51.668167,-0.0415807","bedrooms":"2","price":"282000","area":"673"} , +{"type":"Feature","id":"n5941212043","geometry":{"type":"Point","coordinates":[-0.1962853,51.358341]},"properties":{"@type":"node","@id":5941212043,"@timestamp":1538335013},"coords":"51.358341,-0.1962853","bedrooms":"1","price":"175000","area":"383"} , +{"type":"Feature","id":"n5941322051","geometry":{"type":"Point","coordinates":[-0.1735186,51.3568456]},"properties":{"@type":"node","@id":5941322051,"@timestamp":1538338588},"coords":"51.3568456,-0.1735186","bedrooms":"2","price":"241000","area":"622"} , +{"type":"Feature","id":"n5941322061","geometry":{"type":"Point","coordinates":[-0.1732035,51.3572702]},"properties":{"@type":"node","@id":5941322061,"@timestamp":1538338589},"coords":"51.3572702,-0.1732035","bedrooms":"3","price":"234000","area":"628"} , +{"type":"Feature","id":"n5941322071","geometry":{"type":"Point","coordinates":[-0.1730372,51.3574951]},"properties":{"@type":"node","@id":5941322071,"@timestamp":1538338590},"coords":"51.3574951,-0.1730372","bedrooms":"3","price":"258000","area":"624"} , +{"type":"Feature","id":"n5941454378","geometry":{"type":"Point","coordinates":[-0.3441844,51.444599]},"properties":{"@type":"node","@id":5941454378,"@timestamp":1601034263},"coords":"51.444599,-0.3441844","bedrooms":"0","price":"231000","area":"483"} , +{"type":"Feature","id":"n5941845938","geometry":{"type":"Point","coordinates":[-0.1469213,51.5066229]},"properties":{"@type":"node","@id":5941845938,"@timestamp":1538367592},"coords":"51.5066229,-0.1469213","bedrooms":"0","price":"296000","area":"606"} , +{"type":"Feature","id":"n5942387424","geometry":{"type":"Point","coordinates":[-0.0107791,51.5824728]},"properties":{"@type":"node","@id":5942387424,"@timestamp":1538384815},"coords":"51.5824728,-0.0107791","bedrooms":"3","price":"154000","area":"692"} , +{"type":"Feature","id":"n5942514552","geometry":{"type":"Point","coordinates":[-0.3160079,51.0732499]},"properties":{"@type":"node","@id":5942514552,"@timestamp":1538388675},"coords":"51.0732499,-0.3160079","bedrooms":"3","price":"179000","area":"415"} , +{"type":"Feature","id":"n5942700640","geometry":{"type":"Point","coordinates":[-0.3888216,51.4482771]},"properties":{"@type":"node","@id":5942700640,"@timestamp":1564433231},"coords":"51.4482771,-0.3888216","bedrooms":"2","price":"216000","area":"398"} , +{"type":"Feature","id":"n5942700650","geometry":{"type":"Point","coordinates":[-0.3892991,51.4482334]},"properties":{"@type":"node","@id":5942700650,"@timestamp":1554212965},"coords":"51.4482334,-0.3892991","bedrooms":"0","price":"185000","area":"581"} , +{"type":"Feature","id":"n5942846222","geometry":{"type":"Point","coordinates":[-0.0527844,51.5741625]},"properties":{"@type":"node","@id":5942846222,"@timestamp":1538396979},"coords":"51.5741625,-0.0527844","bedrooms":"2","price":"299000","area":"502"} , +{"type":"Feature","id":"n5943462686","geometry":{"type":"Point","coordinates":[-0.2243269,51.4916158]},"properties":{"@type":"node","@id":5943462686,"@timestamp":1634898507},"coords":"51.4916158,-0.2243269","bedrooms":"2","price":"254000","area":"680"} , +{"type":"Feature","id":"n5943741010","geometry":{"type":"Point","coordinates":[0.6320486,51.2602516]},"properties":{"@type":"node","@id":5943741010,"@timestamp":1538413955},"coords":"51.2602516,0.6320486","bedrooms":"4","price":"252000","area":"514"} , +{"type":"Feature","id":"n5943836375","geometry":{"type":"Point","coordinates":[-0.1944977,51.358278]},"properties":{"@type":"node","@id":5943836375,"@timestamp":1538415340},"coords":"51.358278,-0.1944977","bedrooms":"4","price":"181000","area":"650"} , +{"type":"Feature","id":"n5944375301","geometry":{"type":"Point","coordinates":[-0.2267191,51.5292455]},"properties":{"@type":"node","@id":5944375301,"@timestamp":1538422008},"coords":"51.5292455,-0.2267191","bedrooms":"4","price":"279000","area":"455"} , +{"type":"Feature","id":"n5944427422","geometry":{"type":"Point","coordinates":[-0.2475721,51.455843]},"properties":{"@type":"node","@id":5944427422,"@timestamp":1538422319},"coords":"51.455843,-0.2475721","bedrooms":"3","price":"216000","area":"560"} , +{"type":"Feature","id":"n5945098887","geometry":{"type":"Point","coordinates":[-0.3299472,51.449468]},"properties":{"@type":"node","@id":5945098887,"@timestamp":1538428004},"coords":"51.449468,-0.3299472","bedrooms":"4","price":"181000","area":"649"} , +{"type":"Feature","id":"n5946688744","geometry":{"type":"Point","coordinates":[-0.0019866,51.5418665]},"properties":{"@type":"node","@id":5946688744,"@timestamp":1574190344},"coords":"51.5418665,-0.0019866","bedrooms":"4","price":"187000","area":"481"} , +{"type":"Feature","id":"n5947730362","geometry":{"type":"Point","coordinates":[-0.1464935,51.5064834]},"properties":{"@type":"node","@id":5947730362,"@timestamp":1543779004},"coords":"51.5064834,-0.1464935","bedrooms":"0","price":"211000","area":"590"} , +{"type":"Feature","id":"n5947870599","geometry":{"type":"Point","coordinates":[-0.0989782,51.51354]},"properties":{"@type":"node","@id":5947870599,"@timestamp":1538459345},"coords":"51.51354,-0.0989782","bedrooms":"4","price":"257000","area":"423"} , +{"type":"Feature","id":"n5948381436","geometry":{"type":"Point","coordinates":[-0.0441985,51.5629755]},"properties":{"@type":"node","@id":5948381436,"@timestamp":1538477040},"coords":"51.5629755,-0.0441985","bedrooms":"1","price":"192000","area":"415"} , +{"type":"Feature","id":"n5948427381","geometry":{"type":"Point","coordinates":[-0.0744309,51.4577384]},"properties":{"@type":"node","@id":5948427381,"@timestamp":1538478437},"coords":"51.4577384,-0.0744309","bedrooms":"0","price":"265000","area":"491"} , +{"type":"Feature","id":"n5949012516","geometry":{"type":"Point","coordinates":[0.6912572,51.8681724]},"properties":{"@type":"node","@id":5949012516,"@timestamp":1538494875},"coords":"51.8681724,0.6912572","bedrooms":"2","price":"159000","area":"624"} , +{"type":"Feature","id":"n5949406100","geometry":{"type":"Point","coordinates":[-0.8130044,51.6940384]},"properties":{"@type":"node","@id":5949406100,"@timestamp":1538503978},"coords":"51.6940384,-0.8130044","bedrooms":"1","price":"233000","area":"380"} , +{"type":"Feature","id":"n5949406289","geometry":{"type":"Point","coordinates":[-0.7767887,51.6650488]},"properties":{"@type":"node","@id":5949406289,"@timestamp":1538503979},"coords":"51.6650488,-0.7767887","bedrooms":"3","price":"224000","area":"364"} , +{"type":"Feature","id":"n5949406325","geometry":{"type":"Point","coordinates":[-0.7563251,51.6317174]},"properties":{"@type":"node","@id":5949406325,"@timestamp":1538503980},"coords":"51.6317174,-0.7563251","bedrooms":"3","price":"269000","area":"396"} , +{"type":"Feature","id":"n5949406346","geometry":{"type":"Point","coordinates":[-0.7518876,51.6331874]},"properties":{"@type":"node","@id":5949406346,"@timestamp":1538503980},"coords":"51.6331874,-0.7518876","bedrooms":"2","price":"260000","area":"411"} , +{"type":"Feature","id":"n5949406381","geometry":{"type":"Point","coordinates":[-0.7628846,51.6331824]},"properties":{"@type":"node","@id":5949406381,"@timestamp":1538503981},"coords":"51.6331824,-0.7628846","bedrooms":"0","price":"243000","area":"465"} , +{"type":"Feature","id":"n5949406425","geometry":{"type":"Point","coordinates":[-0.764797,51.6316417]},"properties":{"@type":"node","@id":5949406425,"@timestamp":1538503982},"coords":"51.6316417,-0.764797","bedrooms":"2","price":"252000","area":"645"} , +{"type":"Feature","id":"n5949406487","geometry":{"type":"Point","coordinates":[-0.7524579,51.6294691]},"properties":{"@type":"node","@id":5949406487,"@timestamp":1540124360},"coords":"51.6294691,-0.7524579","bedrooms":"3","price":"293000","area":"537"} , +{"type":"Feature","id":"n5949406505","geometry":{"type":"Point","coordinates":[-0.7369021,51.6314925]},"properties":{"@type":"node","@id":5949406505,"@timestamp":1538503984},"coords":"51.6314925,-0.7369021","bedrooms":"3","price":"260000","area":"517"} , +{"type":"Feature","id":"n5949406521","geometry":{"type":"Point","coordinates":[-0.7365621,51.6315699]},"properties":{"@type":"node","@id":5949406521,"@timestamp":1538503984},"coords":"51.6315699,-0.7365621","bedrooms":"1","price":"272000","area":"412"} , +{"type":"Feature","id":"n5949406593","geometry":{"type":"Point","coordinates":[-0.7332113,51.6315645]},"properties":{"@type":"node","@id":5949406593,"@timestamp":1538503986},"coords":"51.6315645,-0.7332113","bedrooms":"4","price":"172000","area":"656"} , +{"type":"Feature","id":"n5949406660","geometry":{"type":"Point","coordinates":[-0.7337371,51.6365111]},"properties":{"@type":"node","@id":5949406660,"@timestamp":1538503987},"coords":"51.6365111,-0.7337371","bedrooms":"4","price":"159000","area":"668"} , +{"type":"Feature","id":"n5949406791","geometry":{"type":"Point","coordinates":[-0.7288836,51.6378911]},"properties":{"@type":"node","@id":5949406791,"@timestamp":1538573539},"coords":"51.6378911,-0.7288836","bedrooms":"2","price":"175000","area":"603"} , +{"type":"Feature","id":"n5949406829","geometry":{"type":"Point","coordinates":[-0.7561496,51.6313693]},"properties":{"@type":"node","@id":5949406829,"@timestamp":1538503989},"coords":"51.6313693,-0.7561496","bedrooms":"4","price":"274000","area":"505"} , +{"type":"Feature","id":"n5949406863","geometry":{"type":"Point","coordinates":[-0.7331523,51.643831]},"properties":{"@type":"node","@id":5949406863,"@timestamp":1538503989},"coords":"51.643831,-0.7331523","bedrooms":"2","price":"212000","area":"391"} , +{"type":"Feature","id":"n5949407037","geometry":{"type":"Point","coordinates":[-0.7711793,51.6404741]},"properties":{"@type":"node","@id":5949407037,"@timestamp":1538503992},"coords":"51.6404741,-0.7711793","bedrooms":"3","price":"261000","area":"569"} , +{"type":"Feature","id":"n5949407343","geometry":{"type":"Point","coordinates":[-0.7741477,51.6433575]},"properties":{"@type":"node","@id":5949407343,"@timestamp":1538503996},"coords":"51.6433575,-0.7741477","bedrooms":"0","price":"281000","area":"418"} , +{"type":"Feature","id":"n5949407777","geometry":{"type":"Point","coordinates":[-0.766747,51.6385753]},"properties":{"@type":"node","@id":5949407777,"@timestamp":1538504001},"coords":"51.6385753,-0.766747","bedrooms":"1","price":"230000","area":"672"} , +{"type":"Feature","id":"n5949407823","geometry":{"type":"Point","coordinates":[-0.7631171,51.6388339]},"properties":{"@type":"node","@id":5949407823,"@timestamp":1538504002},"coords":"51.6388339,-0.7631171","bedrooms":"1","price":"153000","area":"655"} , +{"type":"Feature","id":"n5949407841","geometry":{"type":"Point","coordinates":[-0.7605967,51.6404067]},"properties":{"@type":"node","@id":5949407841,"@timestamp":1538504002},"coords":"51.6404067,-0.7605967","bedrooms":"1","price":"186000","area":"486"} , +{"type":"Feature","id":"n5949407851","geometry":{"type":"Point","coordinates":[-0.7608079,51.6404151]},"properties":{"@type":"node","@id":5949407851,"@timestamp":1538504003},"coords":"51.6404151,-0.7608079","bedrooms":"3","price":"239000","area":"405"} , +{"type":"Feature","id":"n5949407940","geometry":{"type":"Point","coordinates":[-0.7509434,51.6385503]},"properties":{"@type":"node","@id":5949407940,"@timestamp":1538504004},"coords":"51.6385503,-0.7509434","bedrooms":"4","price":"259000","area":"459"} , +{"type":"Feature","id":"n5949407972","geometry":{"type":"Point","coordinates":[-0.7432301,51.6340144]},"properties":{"@type":"node","@id":5949407972,"@timestamp":1538504005},"coords":"51.6340144,-0.7432301","bedrooms":"1","price":"167000","area":"451"} , +{"type":"Feature","id":"n5949408114","geometry":{"type":"Point","coordinates":[-0.7464038,51.6360587]},"properties":{"@type":"node","@id":5949408114,"@timestamp":1538504006},"coords":"51.6360587,-0.7464038","bedrooms":"4","price":"178000","area":"391"} , +{"type":"Feature","id":"n5949408217","geometry":{"type":"Point","coordinates":[-0.747961,51.6340919]},"properties":{"@type":"node","@id":5949408217,"@timestamp":1538504008},"coords":"51.6340919,-0.747961","bedrooms":"2","price":"287000","area":"453"} , +{"type":"Feature","id":"n5949408261","geometry":{"type":"Point","coordinates":[-0.7476234,51.6326547]},"properties":{"@type":"node","@id":5949408261,"@timestamp":1538504008},"coords":"51.6326547,-0.7476234","bedrooms":"0","price":"159000","area":"493"} , +{"type":"Feature","id":"n5949408427","geometry":{"type":"Point","coordinates":[-0.7457332,51.6358543]},"properties":{"@type":"node","@id":5949408427,"@timestamp":1538504010},"coords":"51.6358543,-0.7457332","bedrooms":"4","price":"260000","area":"466"} , +{"type":"Feature","id":"n5949408460","geometry":{"type":"Point","coordinates":[-0.7449701,51.6369967]},"properties":{"@type":"node","@id":5949408460,"@timestamp":1538504011},"coords":"51.6369967,-0.7449701","bedrooms":"1","price":"185000","area":"562"} , +{"type":"Feature","id":"n5949408489","geometry":{"type":"Point","coordinates":[-0.7445759,51.6372887]},"properties":{"@type":"node","@id":5949408489,"@timestamp":1538504011},"coords":"51.6372887,-0.7445759","bedrooms":"0","price":"159000","area":"447"} , +{"type":"Feature","id":"n5949408647","geometry":{"type":"Point","coordinates":[-0.7309006,51.6447741]},"properties":{"@type":"node","@id":5949408647,"@timestamp":1538504014},"coords":"51.6447741,-0.7309006","bedrooms":"0","price":"163000","area":"597"} , +{"type":"Feature","id":"n5949415151","geometry":{"type":"Point","coordinates":[-0.4897171,51.3704531]},"properties":{"@type":"node","@id":5949415151,"@timestamp":1538504184},"coords":"51.3704531,-0.4897171","bedrooms":"2","price":"159000","area":"351"} , +{"type":"Feature","id":"n5949702959","geometry":{"type":"Point","coordinates":[-0.7797718,51.3381918]},"properties":{"@type":"node","@id":5949702959,"@timestamp":1552165866},"coords":"51.3381918,-0.7797718","bedrooms":"3","price":"179000","area":"374"} , +{"type":"Feature","id":"n5949999557","geometry":{"type":"Point","coordinates":[-0.0872388,51.5233544]},"properties":{"@type":"node","@id":5949999557,"@timestamp":1538519742},"coords":"51.5233544,-0.0872388","bedrooms":"0","price":"221000","area":"407"} , +{"type":"Feature","id":"n5950356062","geometry":{"type":"Point","coordinates":[-0.1475176,51.5060481]},"properties":{"@type":"node","@id":5950356062,"@timestamp":1538536655},"coords":"51.5060481,-0.1475176","bedrooms":"0","price":"155000","area":"360"} , +{"type":"Feature","id":"n5950366713","geometry":{"type":"Point","coordinates":[-0.0536379,51.514192]},"properties":{"@type":"node","@id":5950366713,"@timestamp":1628246733},"coords":"51.514192,-0.0536379","bedrooms":"0","price":"213000","area":"688"} , +{"type":"Feature","id":"n5950379783","geometry":{"type":"Point","coordinates":[-0.0498552,51.5168383]},"properties":{"@type":"node","@id":5950379783,"@timestamp":1538538341},"coords":"51.5168383,-0.0498552","bedrooms":"0","price":"203000","area":"374"} , +{"type":"Feature","id":"n5951345638","geometry":{"type":"Point","coordinates":[-0.7674632,51.3208531]},"properties":{"@type":"node","@id":5951345638,"@timestamp":1538570264},"coords":"51.3208531,-0.7674632","bedrooms":"1","price":"222000","area":"585"} , +{"type":"Feature","id":"n5951417018","geometry":{"type":"Point","coordinates":[-0.765478,51.316218]},"properties":{"@type":"node","@id":5951417018,"@timestamp":1551237796},"coords":"51.316218,-0.765478","bedrooms":"2","price":"246000","area":"385"} , +{"type":"Feature","id":"n5951525078","geometry":{"type":"Point","coordinates":[-0.2279511,51.4261121]},"properties":{"@type":"node","@id":5951525078,"@timestamp":1538573263},"coords":"51.4261121,-0.2279511","bedrooms":"1","price":"292000","area":"412"} , +{"type":"Feature","id":"n5951534288","geometry":{"type":"Point","coordinates":[-0.2265781,51.4261557]},"properties":{"@type":"node","@id":5951534288,"@timestamp":1538573263},"coords":"51.4261557,-0.2265781","bedrooms":"2","price":"168000","area":"541"} , +{"type":"Feature","id":"n5951534298","geometry":{"type":"Point","coordinates":[-0.2242198,51.4262169]},"properties":{"@type":"node","@id":5951534298,"@timestamp":1538573263},"coords":"51.4262169,-0.2242198","bedrooms":"3","price":"297000","area":"501"} , +{"type":"Feature","id":"n5951534308","geometry":{"type":"Point","coordinates":[-0.2218941,51.4250463]},"properties":{"@type":"node","@id":5951534308,"@timestamp":1538573264},"coords":"51.4250463,-0.2218941","bedrooms":"1","price":"281000","area":"537"} , +{"type":"Feature","id":"n5951534318","geometry":{"type":"Point","coordinates":[-0.222618,51.4241523]},"properties":{"@type":"node","@id":5951534318,"@timestamp":1538573264},"coords":"51.4241523,-0.222618","bedrooms":"1","price":"167000","area":"615"} , +{"type":"Feature","id":"n5951534328","geometry":{"type":"Point","coordinates":[-0.2241077,51.4234797]},"properties":{"@type":"node","@id":5951534328,"@timestamp":1538573264},"coords":"51.4234797,-0.2241077","bedrooms":"4","price":"205000","area":"576"} , +{"type":"Feature","id":"n5951534345","geometry":{"type":"Point","coordinates":[-0.2256628,51.4224517]},"properties":{"@type":"node","@id":5951534345,"@timestamp":1538573264},"coords":"51.4224517,-0.2256628","bedrooms":"3","price":"242000","area":"591"} , +{"type":"Feature","id":"n5951534355","geometry":{"type":"Point","coordinates":[-0.2274268,51.4235896]},"properties":{"@type":"node","@id":5951534355,"@timestamp":1538573265},"coords":"51.4235896,-0.2274268","bedrooms":"4","price":"160000","area":"569"} , +{"type":"Feature","id":"n5951534701","geometry":{"type":"Point","coordinates":[-0.2282736,51.4254415]},"properties":{"@type":"node","@id":5951534701,"@timestamp":1538573265},"coords":"51.4254415,-0.2282736","bedrooms":"4","price":"221000","area":"364"} , +{"type":"Feature","id":"n5951534717","geometry":{"type":"Point","coordinates":[-0.2275297,51.4269979]},"properties":{"@type":"node","@id":5951534717,"@timestamp":1538573266},"coords":"51.4269979,-0.2275297","bedrooms":"2","price":"208000","area":"418"} , +{"type":"Feature","id":"n5951534727","geometry":{"type":"Point","coordinates":[-0.2259726,51.4268484]},"properties":{"@type":"node","@id":5951534727,"@timestamp":1538573266},"coords":"51.4268484,-0.2259726","bedrooms":"1","price":"176000","area":"451"} , +{"type":"Feature","id":"n5951534779","geometry":{"type":"Point","coordinates":[-0.2239277,51.4267926]},"properties":{"@type":"node","@id":5951534779,"@timestamp":1538573267},"coords":"51.4267926,-0.2239277","bedrooms":"4","price":"185000","area":"614"} , +{"type":"Feature","id":"n5951643093","geometry":{"type":"Point","coordinates":[-0.232338,51.4368373]},"properties":{"@type":"node","@id":5951643093,"@timestamp":1538576386},"coords":"51.4368373,-0.232338","bedrooms":"4","price":"210000","area":"362"} , +{"type":"Feature","id":"n5951876739","geometry":{"type":"Point","coordinates":[-1.0158727,51.4441025]},"properties":{"@type":"node","@id":5951876739,"@timestamp":1626093433},"coords":"51.4441025,-1.0158727","bedrooms":"0","price":"263000","area":"653"} , +{"type":"Feature","id":"n5951892227","geometry":{"type":"Point","coordinates":[-1.013884,51.444299]},"properties":{"@type":"node","@id":5951892227,"@timestamp":1599852878},"coords":"51.444299,-1.013884","bedrooms":"3","price":"290000","area":"511"} , +{"type":"Feature","id":"n5951928117","geometry":{"type":"Point","coordinates":[-1.0127291,51.4449868]},"properties":{"@type":"node","@id":5951928117,"@timestamp":1538583489},"coords":"51.4449868,-1.0127291","bedrooms":"3","price":"263000","area":"580"} , +{"type":"Feature","id":"n5951990081","geometry":{"type":"Point","coordinates":[-1.0184519,51.4428005]},"properties":{"@type":"node","@id":5951990081,"@timestamp":1625826626},"coords":"51.4428005,-1.0184519","bedrooms":"1","price":"257000","area":"627"} , +{"type":"Feature","id":"n5951990391","geometry":{"type":"Point","coordinates":[-1.0181556,51.4428173]},"properties":{"@type":"node","@id":5951990391,"@timestamp":1625826626},"coords":"51.4428173,-1.0181556","bedrooms":"1","price":"234000","area":"496"} , +{"type":"Feature","id":"n5951999337","geometry":{"type":"Point","coordinates":[-0.2942843,51.5959943]},"properties":{"@type":"node","@id":5951999337,"@timestamp":1538585646},"coords":"51.5959943,-0.2942843","bedrooms":"4","price":"291000","area":"568"} , +{"type":"Feature","id":"n5952241722","geometry":{"type":"Point","coordinates":[-0.660962,51.7959935]},"properties":{"@type":"node","@id":5952241722,"@timestamp":1538593049},"coords":"51.7959935,-0.660962","bedrooms":"2","price":"236000","area":"374"} , +{"type":"Feature","id":"n5952339006","geometry":{"type":"Point","coordinates":[-0.2933017,51.0647517]},"properties":{"@type":"node","@id":5952339006,"@timestamp":1538596780},"coords":"51.0647517,-0.2933017","bedrooms":"0","price":"226000","area":"351"} , +{"type":"Feature","id":"n5952650320","geometry":{"type":"Point","coordinates":[-0.0843005,51.5245827]},"properties":{"@type":"node","@id":5952650320,"@timestamp":1538610130},"coords":"51.5245827,-0.0843005","bedrooms":"2","price":"220000","area":"662"} , +{"type":"Feature","id":"n5952661200","geometry":{"type":"Point","coordinates":[-0.3277981,51.4463688]},"properties":{"@type":"node","@id":5952661200,"@timestamp":1547242585},"coords":"51.4463688,-0.3277981","bedrooms":"2","price":"274000","area":"603"} , +{"type":"Feature","id":"n5953407442","geometry":{"type":"Point","coordinates":[-0.0890175,51.2871701]},"properties":{"@type":"node","@id":5953407442,"@timestamp":1559854343},"coords":"51.2871701,-0.0890175","bedrooms":"1","price":"218000","area":"636"} , +{"type":"Feature","id":"n5953407452","geometry":{"type":"Point","coordinates":[-0.0886314,51.28692]},"properties":{"@type":"node","@id":5953407452,"@timestamp":1538643312},"coords":"51.28692,-0.0886314","bedrooms":"2","price":"158000","area":"368"} , +{"type":"Feature","id":"n5953673716","geometry":{"type":"Point","coordinates":[-0.0857156,51.1044518]},"properties":{"@type":"node","@id":5953673716,"@timestamp":1609851534},"coords":"51.1044518,-0.0857156","bedrooms":"4","price":"179000","area":"544"} , +{"type":"Feature","id":"n5954115397","geometry":{"type":"Point","coordinates":[-0.3241597,51.446607]},"properties":{"@type":"node","@id":5954115397,"@timestamp":1538655493},"coords":"51.446607,-0.3241597","bedrooms":"0","price":"189000","area":"667"} , +{"type":"Feature","id":"n5954421889","geometry":{"type":"Point","coordinates":[-0.6672355,51.8204951]},"properties":{"@type":"node","@id":5954421889,"@timestamp":1538662235},"coords":"51.8204951,-0.6672355","bedrooms":"0","price":"206000","area":"603"} , +{"type":"Feature","id":"n5955546285","geometry":{"type":"Point","coordinates":[-0.289757,51.408213]},"properties":{"@type":"node","@id":5955546285,"@timestamp":1538686392},"coords":"51.408213,-0.289757","bedrooms":"0","price":"275000","area":"503"} , +{"type":"Feature","id":"n5955586614","geometry":{"type":"Point","coordinates":[-0.0901667,51.2875341]},"properties":{"@type":"node","@id":5955586614,"@timestamp":1538687687},"coords":"51.2875341,-0.0901667","bedrooms":"4","price":"247000","area":"612"} , +{"type":"Feature","id":"n5955617173","geometry":{"type":"Point","coordinates":[-0.0738898,51.3800199]},"properties":{"@type":"node","@id":5955617173,"@timestamp":1538689081},"coords":"51.3800199,-0.0738898","bedrooms":"4","price":"244000","area":"609"} , +{"type":"Feature","id":"n5955648739","geometry":{"type":"Point","coordinates":[-0.067718,51.382533]},"properties":{"@type":"node","@id":5955648739,"@timestamp":1610628784},"coords":"51.382533,-0.067718","bedrooms":"4","price":"192000","area":"451"} , +{"type":"Feature","id":"n5955648749","geometry":{"type":"Point","coordinates":[-0.0656574,51.3835478]},"properties":{"@type":"node","@id":5955648749,"@timestamp":1538690830},"coords":"51.3835478,-0.0656574","bedrooms":"1","price":"154000","area":"379"} , +{"type":"Feature","id":"n5955660194","geometry":{"type":"Point","coordinates":[-0.0851333,51.5238121]},"properties":{"@type":"node","@id":5955660194,"@timestamp":1538823954},"coords":"51.5238121,-0.0851333","bedrooms":"2","price":"199000","area":"401"} , +{"type":"Feature","id":"n5955721398","geometry":{"type":"Point","coordinates":[-0.8851846,51.7356771]},"properties":{"@type":"node","@id":5955721398,"@timestamp":1538694013},"coords":"51.7356771,-0.8851846","bedrooms":"2","price":"203000","area":"613"} , +{"type":"Feature","id":"n5956050369","geometry":{"type":"Point","coordinates":[-0.3033337,51.3988484]},"properties":{"@type":"node","@id":5956050369,"@timestamp":1609593817},"coords":"51.3988484,-0.3033337","bedrooms":"2","price":"210000","area":"576"} , +{"type":"Feature","id":"n5956800814","geometry":{"type":"Point","coordinates":[-0.0645128,51.3831748]},"properties":{"@type":"node","@id":5956800814,"@timestamp":1538729949},"coords":"51.3831748,-0.0645128","bedrooms":"1","price":"240000","area":"488"} , +{"type":"Feature","id":"n5956800824","geometry":{"type":"Point","coordinates":[-0.0633729,51.381479]},"properties":{"@type":"node","@id":5956800824,"@timestamp":1538729951},"coords":"51.381479,-0.0633729","bedrooms":"3","price":"240000","area":"661"} , +{"type":"Feature","id":"n5956800834","geometry":{"type":"Point","coordinates":[-0.0628056,51.3799098]},"properties":{"@type":"node","@id":5956800834,"@timestamp":1538731009},"coords":"51.3799098,-0.0628056","bedrooms":"1","price":"196000","area":"557"} , +{"type":"Feature","id":"n5956800844","geometry":{"type":"Point","coordinates":[-0.060987,51.377138]},"properties":{"@type":"node","@id":5956800844,"@timestamp":1538731009},"coords":"51.377138,-0.060987","bedrooms":"0","price":"158000","area":"375"} , +{"type":"Feature","id":"n5956800859","geometry":{"type":"Point","coordinates":[-0.0598793,51.3765235]},"properties":{"@type":"node","@id":5956800859,"@timestamp":1538729954},"coords":"51.3765235,-0.0598793","bedrooms":"4","price":"266000","area":"559"} , +{"type":"Feature","id":"n5957299621","geometry":{"type":"Point","coordinates":[-0.1038674,51.5267998]},"properties":{"@type":"node","@id":5957299621,"@timestamp":1538737497},"coords":"51.5267998,-0.1038674","bedrooms":"0","price":"226000","area":"442"} , +{"type":"Feature","id":"n5957707489","geometry":{"type":"Point","coordinates":[-0.0533333,51.3741424]},"properties":{"@type":"node","@id":5957707489,"@timestamp":1538743394},"coords":"51.3741424,-0.0533333","bedrooms":"4","price":"254000","area":"374"} , +{"type":"Feature","id":"n5957891387","geometry":{"type":"Point","coordinates":[-0.1625366,51.5191151]},"properties":{"@type":"node","@id":5957891387,"@timestamp":1553573057},"coords":"51.5191151,-0.1625366","bedrooms":"0","price":"212000","area":"456"} , +{"type":"Feature","id":"n5958170394","geometry":{"type":"Point","coordinates":[-0.0500901,51.3746582]},"properties":{"@type":"node","@id":5958170394,"@timestamp":1538748519},"coords":"51.3746582,-0.0500901","bedrooms":"1","price":"219000","area":"376"} , +{"type":"Feature","id":"n5958170404","geometry":{"type":"Point","coordinates":[-0.0495375,51.374469]},"properties":{"@type":"node","@id":5958170404,"@timestamp":1538748520},"coords":"51.374469,-0.0495375","bedrooms":"1","price":"213000","area":"426"} , +{"type":"Feature","id":"n5959125490","geometry":{"type":"Point","coordinates":[-0.1294143,51.3242214]},"properties":{"@type":"node","@id":5959125490,"@timestamp":1538757086},"coords":"51.3242214,-0.1294143","bedrooms":"1","price":"226000","area":"517"} , +{"type":"Feature","id":"n5959125500","geometry":{"type":"Point","coordinates":[-0.1296347,51.3262198]},"properties":{"@type":"node","@id":5959125500,"@timestamp":1538757087},"coords":"51.3262198,-0.1296347","bedrooms":"2","price":"175000","area":"482"} , +{"type":"Feature","id":"n5959125510","geometry":{"type":"Point","coordinates":[-0.1320449,51.3241865]},"properties":{"@type":"node","@id":5959125510,"@timestamp":1538757088},"coords":"51.3241865,-0.1320449","bedrooms":"0","price":"171000","area":"404"} , +{"type":"Feature","id":"n5959125520","geometry":{"type":"Point","coordinates":[-0.1313876,51.321709]},"properties":{"@type":"node","@id":5959125520,"@timestamp":1538757089},"coords":"51.321709,-0.1313876","bedrooms":"1","price":"294000","area":"522"} , +{"type":"Feature","id":"n5959125530","geometry":{"type":"Point","coordinates":[-0.1294665,51.3232108]},"properties":{"@type":"node","@id":5959125530,"@timestamp":1538757089},"coords":"51.3232108,-0.1294665","bedrooms":"3","price":"297000","area":"587"} , +{"type":"Feature","id":"n5959125540","geometry":{"type":"Point","coordinates":[-0.1280534,51.3169506]},"properties":{"@type":"node","@id":5959125540,"@timestamp":1539016197},"coords":"51.3169506,-0.1280534","bedrooms":"1","price":"253000","area":"665"} , +{"type":"Feature","id":"n5959125550","geometry":{"type":"Point","coordinates":[-0.1304834,51.318808]},"properties":{"@type":"node","@id":5959125550,"@timestamp":1538757091},"coords":"51.318808,-0.1304834","bedrooms":"1","price":"264000","area":"394"} , +{"type":"Feature","id":"n5959453004","geometry":{"type":"Point","coordinates":[-0.047462,51.3752184]},"properties":{"@type":"node","@id":5959453004,"@timestamp":1538759940},"coords":"51.3752184,-0.047462","bedrooms":"4","price":"209000","area":"367"} , +{"type":"Feature","id":"n5959453014","geometry":{"type":"Point","coordinates":[-0.0470483,51.3749749]},"properties":{"@type":"node","@id":5959453014,"@timestamp":1538759941},"coords":"51.3749749,-0.0470483","bedrooms":"0","price":"203000","area":"515"} , +{"type":"Feature","id":"n5959453024","geometry":{"type":"Point","coordinates":[-0.046275,51.3751283]},"properties":{"@type":"node","@id":5959453024,"@timestamp":1538759942},"coords":"51.3751283,-0.046275","bedrooms":"3","price":"166000","area":"593"} , +{"type":"Feature","id":"n5959453034","geometry":{"type":"Point","coordinates":[-0.045507,51.3755687]},"properties":{"@type":"node","@id":5959453034,"@timestamp":1538759943},"coords":"51.3755687,-0.045507","bedrooms":"4","price":"173000","area":"598"} , +{"type":"Feature","id":"n5959533613","geometry":{"type":"Point","coordinates":[-0.0427571,51.3755447]},"properties":{"@type":"node","@id":5959533613,"@timestamp":1538762327},"coords":"51.3755447,-0.0427571","bedrooms":"2","price":"283000","area":"559"} , +{"type":"Feature","id":"n5959533623","geometry":{"type":"Point","coordinates":[-0.037653,51.3772521]},"properties":{"@type":"node","@id":5959533623,"@timestamp":1538762328},"coords":"51.3772521,-0.037653","bedrooms":"2","price":"254000","area":"643"} , +{"type":"Feature","id":"n5959676032","geometry":{"type":"Point","coordinates":[-0.2793514,51.2670027]},"properties":{"@type":"node","@id":5959676032,"@timestamp":1538766521},"coords":"51.2670027,-0.2793514","bedrooms":"1","price":"156000","area":"583"} , +{"type":"Feature","id":"n5959784579","geometry":{"type":"Point","coordinates":[-0.0368553,51.3751927]},"properties":{"@type":"node","@id":5959784579,"@timestamp":1614757129},"coords":"51.3751927,-0.0368553","bedrooms":"3","price":"240000","area":"586"} , +{"type":"Feature","id":"n5959784689","geometry":{"type":"Point","coordinates":[-0.0369007,51.3741507]},"properties":{"@type":"node","@id":5959784689,"@timestamp":1614757129},"coords":"51.3741507,-0.0369007","bedrooms":"1","price":"258000","area":"511"} , +{"type":"Feature","id":"n5959929133","geometry":{"type":"Point","coordinates":[-0.0330379,51.3725964]},"properties":{"@type":"node","@id":5959929133,"@timestamp":1617786893},"coords":"51.3725964,-0.0330379","bedrooms":"2","price":"295000","area":"533"} , +{"type":"Feature","id":"n5959929143","geometry":{"type":"Point","coordinates":[-0.0327215,51.3699835]},"properties":{"@type":"node","@id":5959929143,"@timestamp":1617795145},"coords":"51.3699835,-0.0327215","bedrooms":"3","price":"234000","area":"505"} , +{"type":"Feature","id":"n5959929169","geometry":{"type":"Point","coordinates":[-0.0298802,51.3696582]},"properties":{"@type":"node","@id":5959929169,"@timestamp":1614525975},"coords":"51.3696582,-0.0298802","bedrooms":"3","price":"208000","area":"446"} , +{"type":"Feature","id":"n5960038779","geometry":{"type":"Point","coordinates":[-0.0647421,51.3878444]},"properties":{"@type":"node","@id":5960038779,"@timestamp":1609515466},"coords":"51.3878444,-0.0647421","bedrooms":"4","price":"264000","area":"563"} , +{"type":"Feature","id":"n5960167295","geometry":{"type":"Point","coordinates":[-0.0851902,51.5240021]},"properties":{"@type":"node","@id":5960167295,"@timestamp":1538823954},"coords":"51.5240021,-0.0851902","bedrooms":"1","price":"272000","area":"699"} , +{"type":"Feature","id":"n5960167933","geometry":{"type":"Point","coordinates":[-0.0856503,51.5243522]},"properties":{"@type":"node","@id":5960167933,"@timestamp":1538780630},"coords":"51.5243522,-0.0856503","bedrooms":"4","price":"266000","area":"490"} , +{"type":"Feature","id":"n5960265549","geometry":{"type":"Point","coordinates":[-0.3282011,51.4462827]},"properties":{"@type":"node","@id":5960265549,"@timestamp":1538784701},"coords":"51.4462827,-0.3282011","bedrooms":"0","price":"223000","area":"355"} , +{"type":"Feature","id":"n5960961216","geometry":{"type":"Point","coordinates":[0.5116425,51.7360273]},"properties":{"@type":"node","@id":5960961216,"@timestamp":1538818069},"coords":"51.7360273,0.5116425","bedrooms":"4","price":"234000","area":"611"} , +{"type":"Feature","id":"n5961146217","geometry":{"type":"Point","coordinates":[-0.0843836,51.5234595]},"properties":{"@type":"node","@id":5961146217,"@timestamp":1538823948},"coords":"51.5234595,-0.0843836","bedrooms":"0","price":"156000","area":"620"} , +{"type":"Feature","id":"n5961454998","geometry":{"type":"Point","coordinates":[-0.0993061,51.546702]},"properties":{"@type":"node","@id":5961454998,"@timestamp":1553720750},"coords":"51.546702,-0.0993061","bedrooms":"1","price":"177000","area":"461"} , +{"type":"Feature","id":"n5961684683","geometry":{"type":"Point","coordinates":[-0.2424636,51.2024536]},"properties":{"@type":"node","@id":5961684683,"@timestamp":1538838594},"coords":"51.2024536,-0.2424636","bedrooms":"3","price":"170000","area":"434"} , +{"type":"Feature","id":"n5961887721","geometry":{"type":"Point","coordinates":[-0.9424954,51.4390739]},"properties":{"@type":"node","@id":5961887721,"@timestamp":1538842247},"coords":"51.4390739,-0.9424954","bedrooms":"2","price":"258000","area":"687"} , +{"type":"Feature","id":"n5962175406","geometry":{"type":"Point","coordinates":[-0.9438819,51.4400389]},"properties":{"@type":"node","@id":5962175406,"@timestamp":1538848334},"coords":"51.4400389,-0.9438819","bedrooms":"3","price":"220000","area":"502"} , +{"type":"Feature","id":"n5962175427","geometry":{"type":"Point","coordinates":[-0.9431795,51.4384714]},"properties":{"@type":"node","@id":5962175427,"@timestamp":1538848335},"coords":"51.4384714,-0.9431795","bedrooms":"3","price":"183000","area":"494"} , +{"type":"Feature","id":"n5963443750","geometry":{"type":"Point","coordinates":[-0.1494946,51.5047367]},"properties":{"@type":"node","@id":5963443750,"@timestamp":1538894951},"coords":"51.5047367,-0.1494946","bedrooms":"2","price":"284000","area":"653"} , +{"type":"Feature","id":"n5963860915","geometry":{"type":"Point","coordinates":[-0.021609,51.4669661]},"properties":{"@type":"node","@id":5963860915,"@timestamp":1565316128},"coords":"51.4669661,-0.021609","bedrooms":"1","price":"286000","area":"551"} , +{"type":"Feature","id":"n5963880597","geometry":{"type":"Point","coordinates":[-0.3438364,51.4453441]},"properties":{"@type":"node","@id":5963880597,"@timestamp":1538908794},"coords":"51.4453441,-0.3438364","bedrooms":"0","price":"242000","area":"461"} , +{"type":"Feature","id":"n5963954845","geometry":{"type":"Point","coordinates":[-0.3446491,51.4445232]},"properties":{"@type":"node","@id":5963954845,"@timestamp":1538911471},"coords":"51.4445232,-0.3446491","bedrooms":"3","price":"151000","area":"438"} , +{"type":"Feature","id":"n5964193846","geometry":{"type":"Point","coordinates":[-0.328356,51.4448141]},"properties":{"@type":"node","@id":5964193846,"@timestamp":1538919825},"coords":"51.4448141,-0.328356","bedrooms":"1","price":"264000","area":"639"} , +{"type":"Feature","id":"n5964358714","geometry":{"type":"Point","coordinates":[0.5694598,51.3346353]},"properties":{"@type":"node","@id":5964358714,"@timestamp":1538924548},"coords":"51.3346353,0.5694598","bedrooms":"0","price":"180000","area":"406"} , +{"type":"Feature","id":"n5964358724","geometry":{"type":"Point","coordinates":[0.5710503,51.3383453]},"properties":{"@type":"node","@id":5964358724,"@timestamp":1538924549},"coords":"51.3383453,0.5710503","bedrooms":"2","price":"155000","area":"433"} , +{"type":"Feature","id":"n5964400467","geometry":{"type":"Point","coordinates":[-0.0113174,51.2063869]},"properties":{"@type":"node","@id":5964400467,"@timestamp":1538925789},"coords":"51.2063869,-0.0113174","bedrooms":"1","price":"182000","area":"524"} , +{"type":"Feature","id":"n5964519018","geometry":{"type":"Point","coordinates":[0.0028724,51.5381553]},"properties":{"@type":"node","@id":5964519018,"@timestamp":1538929412},"coords":"51.5381553,0.0028724","bedrooms":"4","price":"236000","area":"645"} , +{"type":"Feature","id":"n5964771316","geometry":{"type":"Point","coordinates":[-0.3480623,51.1840167]},"properties":{"@type":"node","@id":5964771316,"@timestamp":1612864479},"coords":"51.1840167,-0.3480623","bedrooms":"1","price":"269000","area":"496"} , +{"type":"Feature","id":"n5964798458","geometry":{"type":"Point","coordinates":[-0.0506796,51.4400107]},"properties":{"@type":"node","@id":5964798458,"@timestamp":1538939237},"coords":"51.4400107,-0.0506796","bedrooms":"4","price":"249000","area":"657"} , +{"type":"Feature","id":"n5964843787","geometry":{"type":"Point","coordinates":[0.1304447,51.7857615]},"properties":{"@type":"node","@id":5964843787,"@timestamp":1538941373},"coords":"51.7857615,0.1304447","bedrooms":"4","price":"214000","area":"564"} , +{"type":"Feature","id":"n5964851497","geometry":{"type":"Point","coordinates":[0.0835162,51.7703954]},"properties":{"@type":"node","@id":5964851497,"@timestamp":1631208860},"coords":"51.7703954,0.0835162","bedrooms":"3","price":"188000","area":"437"} , +{"type":"Feature","id":"n5965003726","geometry":{"type":"Point","coordinates":[-1.0487987,51.1591095]},"properties":{"@type":"node","@id":5965003726,"@timestamp":1538949227},"coords":"51.1591095,-1.0487987","bedrooms":"4","price":"182000","area":"410"} , +{"type":"Feature","id":"n5965252704","geometry":{"type":"Point","coordinates":[0.2190799,51.5712468]},"properties":{"@type":"node","@id":5965252704,"@timestamp":1538963837},"coords":"51.5712468,0.2190799","bedrooms":"1","price":"294000","area":"544"} , +{"type":"Feature","id":"n5965364736","geometry":{"type":"Point","coordinates":[-0.2724453,51.5450358]},"properties":{"@type":"node","@id":5965364736,"@timestamp":1538969866},"coords":"51.5450358,-0.2724453","bedrooms":"2","price":"264000","area":"538"} , +{"type":"Feature","id":"n5966024594","geometry":{"type":"Point","coordinates":[-0.0353678,51.4751728]},"properties":{"@type":"node","@id":5966024594,"@timestamp":1564903671},"coords":"51.4751728,-0.0353678","bedrooms":"4","price":"279000","area":"567"} , +{"type":"Feature","id":"n5966035999","geometry":{"type":"Point","coordinates":[-0.0519932,51.388754]},"properties":{"@type":"node","@id":5966035999,"@timestamp":1538992475},"coords":"51.388754,-0.0519932","bedrooms":"3","price":"168000","area":"629"} , +{"type":"Feature","id":"n5966036009","geometry":{"type":"Point","coordinates":[-0.0515225,51.3883498]},"properties":{"@type":"node","@id":5966036009,"@timestamp":1539072947},"coords":"51.3883498,-0.0515225","bedrooms":"4","price":"193000","area":"690"} , +{"type":"Feature","id":"n5966110007","geometry":{"type":"Point","coordinates":[-0.0510435,51.3878981]},"properties":{"@type":"node","@id":5966110007,"@timestamp":1538993794},"coords":"51.3878981,-0.0510435","bedrooms":"4","price":"244000","area":"476"} , +{"type":"Feature","id":"n5966110017","geometry":{"type":"Point","coordinates":[-0.0501634,51.386464]},"properties":{"@type":"node","@id":5966110017,"@timestamp":1538993795},"coords":"51.386464,-0.0501634","bedrooms":"3","price":"245000","area":"587"} , +{"type":"Feature","id":"n5966173922","geometry":{"type":"Point","coordinates":[-0.0498108,51.3840916]},"properties":{"@type":"node","@id":5966173922,"@timestamp":1538995074},"coords":"51.3840916,-0.0498108","bedrooms":"4","price":"179000","area":"484"} , +{"type":"Feature","id":"n5966233098","geometry":{"type":"Point","coordinates":[-0.0457528,51.3833862]},"properties":{"@type":"node","@id":5966233098,"@timestamp":1538997289},"coords":"51.3833862,-0.0457528","bedrooms":"4","price":"165000","area":"367"} , +{"type":"Feature","id":"n5966233124","geometry":{"type":"Point","coordinates":[-0.0429129,51.3845627]},"properties":{"@type":"node","@id":5966233124,"@timestamp":1538997290},"coords":"51.3845627,-0.0429129","bedrooms":"4","price":"176000","area":"610"} , +{"type":"Feature","id":"n5966476225","geometry":{"type":"Point","coordinates":[-0.0965535,51.5069259]},"properties":{"@type":"node","@id":5966476225,"@timestamp":1543779004},"coords":"51.5069259,-0.0965535","bedrooms":"1","price":"241000","area":"655"} , +{"type":"Feature","id":"n5966793457","geometry":{"type":"Point","coordinates":[0.5626644,51.3306234]},"properties":{"@type":"node","@id":5966793457,"@timestamp":1539012767},"coords":"51.3306234,0.5626644","bedrooms":"1","price":"270000","area":"518"} , +{"type":"Feature","id":"n5966793467","geometry":{"type":"Point","coordinates":[0.569779,51.3293983]},"properties":{"@type":"node","@id":5966793467,"@timestamp":1539012767},"coords":"51.3293983,0.569779","bedrooms":"3","price":"226000","area":"686"} , +{"type":"Feature","id":"n5966953356","geometry":{"type":"Point","coordinates":[-0.1290516,51.321159]},"properties":{"@type":"node","@id":5966953356,"@timestamp":1539016190},"coords":"51.321159,-0.1290516","bedrooms":"0","price":"211000","area":"599"} , +{"type":"Feature","id":"n5966953366","geometry":{"type":"Point","coordinates":[-0.131912,51.3215801]},"properties":{"@type":"node","@id":5966953366,"@timestamp":1624098470},"coords":"51.3215801,-0.131912","bedrooms":"4","price":"247000","area":"483"} , +{"type":"Feature","id":"n5966953376","geometry":{"type":"Point","coordinates":[-0.1320467,51.3204458]},"properties":{"@type":"node","@id":5966953376,"@timestamp":1539016192},"coords":"51.3204458,-0.1320467","bedrooms":"4","price":"291000","area":"497"} , +{"type":"Feature","id":"n5966954488","geometry":{"type":"Point","coordinates":[-0.1320292,51.3202283]},"properties":{"@type":"node","@id":5966954488,"@timestamp":1539016193},"coords":"51.3202283,-0.1320292","bedrooms":"4","price":"211000","area":"551"} , +{"type":"Feature","id":"n5966954498","geometry":{"type":"Point","coordinates":[-0.1331218,51.3178248]},"properties":{"@type":"node","@id":5966954498,"@timestamp":1539016193},"coords":"51.3178248,-0.1331218","bedrooms":"4","price":"178000","area":"558"} , +{"type":"Feature","id":"n5966954508","geometry":{"type":"Point","coordinates":[-0.1305488,51.3193793]},"properties":{"@type":"node","@id":5966954508,"@timestamp":1539016194},"coords":"51.3193793,-0.1305488","bedrooms":"4","price":"204000","area":"480"} , +{"type":"Feature","id":"n5966954518","geometry":{"type":"Point","coordinates":[-0.1303402,51.3172851]},"properties":{"@type":"node","@id":5966954518,"@timestamp":1539016195},"coords":"51.3172851,-0.1303402","bedrooms":"3","price":"262000","area":"537"} , +{"type":"Feature","id":"n5966997056","geometry":{"type":"Point","coordinates":[-0.2798583,51.3903949]},"properties":{"@type":"node","@id":5966997056,"@timestamp":1539017422},"coords":"51.3903949,-0.2798583","bedrooms":"0","price":"255000","area":"474"} , +{"type":"Feature","id":"n5967020053","geometry":{"type":"Point","coordinates":[-0.1324409,51.3148769]},"properties":{"@type":"node","@id":5967020053,"@timestamp":1539018210},"coords":"51.3148769,-0.1324409","bedrooms":"3","price":"180000","area":"404"} , +{"type":"Feature","id":"n5967051394","geometry":{"type":"Point","coordinates":[-0.1409192,51.320552]},"properties":{"@type":"node","@id":5967051394,"@timestamp":1539018955},"coords":"51.320552,-0.1409192","bedrooms":"2","price":"264000","area":"382"} , +{"type":"Feature","id":"n5967063017","geometry":{"type":"Point","coordinates":[-1.0958651,51.5174571]},"properties":{"@type":"node","@id":5967063017,"@timestamp":1539019290},"coords":"51.5174571,-1.0958651","bedrooms":"4","price":"204000","area":"629"} , +{"type":"Feature","id":"n5967197243","geometry":{"type":"Point","coordinates":[-0.1927033,51.2000603]},"properties":{"@type":"node","@id":5967197243,"@timestamp":1539023604},"coords":"51.2000603,-0.1927033","bedrooms":"2","price":"216000","area":"699"} , +{"type":"Feature","id":"n5967250864","geometry":{"type":"Point","coordinates":[-0.0404679,51.3841956]},"properties":{"@type":"node","@id":5967250864,"@timestamp":1539025392},"coords":"51.3841956,-0.0404679","bedrooms":"2","price":"187000","area":"421"} , +{"type":"Feature","id":"n5967250876","geometry":{"type":"Point","coordinates":[-0.0405112,51.3824518]},"properties":{"@type":"node","@id":5967250876,"@timestamp":1539025393},"coords":"51.3824518,-0.0405112","bedrooms":"2","price":"167000","area":"398"} , +{"type":"Feature","id":"n5967251386","geometry":{"type":"Point","coordinates":[-0.037993,51.3823209]},"properties":{"@type":"node","@id":5967251386,"@timestamp":1539025394},"coords":"51.3823209,-0.037993","bedrooms":"0","price":"249000","area":"432"} , +{"type":"Feature","id":"n5967251396","geometry":{"type":"Point","coordinates":[-0.0379214,51.3800427]},"properties":{"@type":"node","@id":5967251396,"@timestamp":1539025395},"coords":"51.3800427,-0.0379214","bedrooms":"4","price":"210000","area":"467"} , +{"type":"Feature","id":"n5967288470","geometry":{"type":"Point","coordinates":[-0.8211167,51.5027656]},"properties":{"@type":"node","@id":5967288470,"@timestamp":1539026698},"coords":"51.5027656,-0.8211167","bedrooms":"1","price":"225000","area":"698"} , +{"type":"Feature","id":"n5967525984","geometry":{"type":"Point","coordinates":[-0.7198071,51.2740107]},"properties":{"@type":"node","@id":5967525984,"@timestamp":1539031929},"coords":"51.2740107,-0.7198071","bedrooms":"1","price":"179000","area":"635"} , +{"type":"Feature","id":"n5967871653","geometry":{"type":"Point","coordinates":[-0.2916758,51.5101276]},"properties":{"@type":"node","@id":5967871653,"@timestamp":1539050097},"coords":"51.5101276,-0.2916758","bedrooms":"3","price":"162000","area":"422"} , +{"type":"Feature","id":"n5968020954","geometry":{"type":"Point","coordinates":[-0.2734505,51.5221076]},"properties":{"@type":"node","@id":5968020954,"@timestamp":1539057035},"coords":"51.5221076,-0.2734505","bedrooms":"1","price":"207000","area":"647"} , +{"type":"Feature","id":"n5968549661","geometry":{"type":"Point","coordinates":[-0.0378772,51.3776451]},"properties":{"@type":"node","@id":5968549661,"@timestamp":1539078261},"coords":"51.3776451,-0.0378772","bedrooms":"1","price":"234000","area":"398"} , +{"type":"Feature","id":"n5968549671","geometry":{"type":"Point","coordinates":[-0.0370499,51.3774278]},"properties":{"@type":"node","@id":5968549671,"@timestamp":1539078262},"coords":"51.3774278,-0.0370499","bedrooms":"1","price":"164000","area":"400"} , +{"type":"Feature","id":"n5968549797","geometry":{"type":"Point","coordinates":[-0.0331571,51.3767609]},"properties":{"@type":"node","@id":5968549797,"@timestamp":1539078263},"coords":"51.3767609,-0.0331571","bedrooms":"0","price":"239000","area":"367"} , +{"type":"Feature","id":"n5968549831","geometry":{"type":"Point","coordinates":[-0.0291287,51.3777644]},"properties":{"@type":"node","@id":5968549831,"@timestamp":1539078264},"coords":"51.3777644,-0.0291287","bedrooms":"3","price":"234000","area":"387"} , +{"type":"Feature","id":"n5969290948","geometry":{"type":"Point","coordinates":[-0.3672947,51.1797807]},"properties":{"@type":"node","@id":5969290948,"@timestamp":1539093972},"coords":"51.1797807,-0.3672947","bedrooms":"1","price":"185000","area":"698"} , +{"type":"Feature","id":"n5969667251","geometry":{"type":"Point","coordinates":[-0.3308706,51.5025235]},"properties":{"@type":"node","@id":5969667251,"@timestamp":1615044996},"coords":"51.5025235,-0.3308706","bedrooms":"0","price":"273000","area":"668"} , +{"type":"Feature","id":"n5969990936","geometry":{"type":"Point","coordinates":[-0.3113495,51.4917282]},"properties":{"@type":"node","@id":5969990936,"@timestamp":1539109439},"coords":"51.4917282,-0.3113495","bedrooms":"3","price":"247000","area":"514"} , +{"type":"Feature","id":"n5970230369","geometry":{"type":"Point","coordinates":[-0.2554637,51.4952631]},"properties":{"@type":"node","@id":5970230369,"@timestamp":1539113952},"coords":"51.4952631,-0.2554637","bedrooms":"4","price":"247000","area":"539"} , +{"type":"Feature","id":"n5970357820","geometry":{"type":"Point","coordinates":[-0.0206156,51.467651]},"properties":{"@type":"node","@id":5970357820,"@timestamp":1539116185},"coords":"51.467651,-0.0206156","bedrooms":"1","price":"165000","area":"605"} , +{"type":"Feature","id":"n5970392296","geometry":{"type":"Point","coordinates":[-0.6802136,51.7020041]},"properties":{"@type":"node","@id":5970392296,"@timestamp":1539116458},"coords":"51.7020041,-0.6802136","bedrooms":"3","price":"248000","area":"507"} , +{"type":"Feature","id":"n5970392306","geometry":{"type":"Point","coordinates":[-0.6876352,51.7054034]},"properties":{"@type":"node","@id":5970392306,"@timestamp":1539116458},"coords":"51.7054034,-0.6876352","bedrooms":"2","price":"267000","area":"684"} , +{"type":"Feature","id":"n5970392331","geometry":{"type":"Point","coordinates":[-0.6739399,51.7233763]},"properties":{"@type":"node","@id":5970392331,"@timestamp":1539116459},"coords":"51.7233763,-0.6739399","bedrooms":"4","price":"211000","area":"458"} , +{"type":"Feature","id":"n5970392341","geometry":{"type":"Point","coordinates":[-0.6852427,51.7197557]},"properties":{"@type":"node","@id":5970392341,"@timestamp":1539116459},"coords":"51.7197557,-0.6852427","bedrooms":"1","price":"253000","area":"497"} , +{"type":"Feature","id":"n5970392351","geometry":{"type":"Point","coordinates":[-0.6927583,51.7137393]},"properties":{"@type":"node","@id":5970392351,"@timestamp":1636014838},"coords":"51.7137393,-0.6927583","bedrooms":"4","price":"212000","area":"566"} , +{"type":"Feature","id":"n5970392361","geometry":{"type":"Point","coordinates":[-0.6998822,51.7095454]},"properties":{"@type":"node","@id":5970392361,"@timestamp":1539116459},"coords":"51.7095454,-0.6998822","bedrooms":"1","price":"187000","area":"605"} , +{"type":"Feature","id":"n5970392375","geometry":{"type":"Point","coordinates":[-0.4188538,51.7596725]},"properties":{"@type":"node","@id":5970392375,"@timestamp":1539116460},"coords":"51.7596725,-0.4188538","bedrooms":"4","price":"257000","area":"691"} , +{"type":"Feature","id":"n5970392385","geometry":{"type":"Point","coordinates":[-0.4171854,51.7535012]},"properties":{"@type":"node","@id":5970392385,"@timestamp":1539116460},"coords":"51.7535012,-0.4171854","bedrooms":"0","price":"260000","area":"681"} , +{"type":"Feature","id":"n5970392395","geometry":{"type":"Point","coordinates":[-0.4343113,51.7693769]},"properties":{"@type":"node","@id":5970392395,"@timestamp":1616776738},"coords":"51.7693769,-0.4343113","bedrooms":"2","price":"150000","area":"681"} , +{"type":"Feature","id":"n5970392405","geometry":{"type":"Point","coordinates":[-0.4783237,51.7733603]},"properties":{"@type":"node","@id":5970392405,"@timestamp":1539116461},"coords":"51.7733603,-0.4783237","bedrooms":"3","price":"222000","area":"587"} , +{"type":"Feature","id":"n5970392433","geometry":{"type":"Point","coordinates":[-0.5454728,51.7468242]},"properties":{"@type":"node","@id":5970392433,"@timestamp":1539116461},"coords":"51.7468242,-0.5454728","bedrooms":"0","price":"255000","area":"455"} , +{"type":"Feature","id":"n5970428050","geometry":{"type":"Point","coordinates":[-0.754146,51.7600643]},"properties":{"@type":"node","@id":5970428050,"@timestamp":1628032707},"coords":"51.7600643,-0.754146","bedrooms":"0","price":"296000","area":"451"} , +{"type":"Feature","id":"n5970428060","geometry":{"type":"Point","coordinates":[-0.7575631,51.763016]},"properties":{"@type":"node","@id":5970428060,"@timestamp":1628032707},"coords":"51.763016,-0.7575631","bedrooms":"0","price":"183000","area":"520"} , +{"type":"Feature","id":"n5970428070","geometry":{"type":"Point","coordinates":[-0.7618439,51.7645715]},"properties":{"@type":"node","@id":5970428070,"@timestamp":1628032707},"coords":"51.7645715,-0.7618439","bedrooms":"2","price":"220000","area":"492"} , +{"type":"Feature","id":"n5970428080","geometry":{"type":"Point","coordinates":[-0.7652503,51.7648835]},"properties":{"@type":"node","@id":5970428080,"@timestamp":1539117694},"coords":"51.7648835,-0.7652503","bedrooms":"2","price":"151000","area":"448"} , +{"type":"Feature","id":"n5970428290","geometry":{"type":"Point","coordinates":[-0.7682624,51.7659144]},"properties":{"@type":"node","@id":5970428290,"@timestamp":1539117694},"coords":"51.7659144,-0.7682624","bedrooms":"0","price":"269000","area":"492"} , +{"type":"Feature","id":"n5970428300","geometry":{"type":"Point","coordinates":[-0.7794204,51.7673569]},"properties":{"@type":"node","@id":5970428300,"@timestamp":1539117694},"coords":"51.7673569,-0.7794204","bedrooms":"3","price":"262000","area":"517"} , +{"type":"Feature","id":"n5970579473","geometry":{"type":"Point","coordinates":[-0.3323938,51.4510464]},"properties":{"@type":"node","@id":5970579473,"@timestamp":1610292893},"coords":"51.4510464,-0.3323938","bedrooms":"4","price":"263000","area":"377"} , +{"type":"Feature","id":"n5970667262","geometry":{"type":"Point","coordinates":[-0.0845801,51.5221749]},"properties":{"@type":"node","@id":5970667262,"@timestamp":1539127203},"coords":"51.5221749,-0.0845801","bedrooms":"4","price":"240000","area":"591"} , +{"type":"Feature","id":"n5970690909","geometry":{"type":"Point","coordinates":[-0.9521091,51.846652]},"properties":{"@type":"node","@id":5970690909,"@timestamp":1539127668},"coords":"51.846652,-0.9521091","bedrooms":"2","price":"231000","area":"514"} , +{"type":"Feature","id":"n5970690919","geometry":{"type":"Point","coordinates":[-0.9536433,51.8175177]},"properties":{"@type":"node","@id":5970690919,"@timestamp":1539127668},"coords":"51.8175177,-0.9536433","bedrooms":"4","price":"297000","area":"629"} , +{"type":"Feature","id":"n5970690929","geometry":{"type":"Point","coordinates":[-0.9547699,51.8276324]},"properties":{"@type":"node","@id":5970690929,"@timestamp":1539127669},"coords":"51.8276324,-0.9547699","bedrooms":"4","price":"290000","area":"588"} , +{"type":"Feature","id":"n5970690939","geometry":{"type":"Point","coordinates":[-0.9570739,51.8401528]},"properties":{"@type":"node","@id":5970690939,"@timestamp":1539127669},"coords":"51.8401528,-0.9570739","bedrooms":"1","price":"240000","area":"565"} , +{"type":"Feature","id":"n5970690949","geometry":{"type":"Point","coordinates":[-0.9489709,51.8471607]},"properties":{"@type":"node","@id":5970690949,"@timestamp":1539127669},"coords":"51.8471607,-0.9489709","bedrooms":"3","price":"196000","area":"383"} , +{"type":"Feature","id":"n5970690959","geometry":{"type":"Point","coordinates":[-0.9539813,51.8463288]},"properties":{"@type":"node","@id":5970690959,"@timestamp":1539127669},"coords":"51.8463288,-0.9539813","bedrooms":"3","price":"175000","area":"687"} , +{"type":"Feature","id":"n5970690969","geometry":{"type":"Point","coordinates":[-0.9436843,51.8499227]},"properties":{"@type":"node","@id":5970690969,"@timestamp":1539127670},"coords":"51.8499227,-0.9436843","bedrooms":"3","price":"181000","area":"403"} , +{"type":"Feature","id":"n5970690984","geometry":{"type":"Point","coordinates":[-0.957613,51.8615458]},"properties":{"@type":"node","@id":5970690984,"@timestamp":1539127670},"coords":"51.8615458,-0.957613","bedrooms":"0","price":"264000","area":"521"} , +{"type":"Feature","id":"n5970691494","geometry":{"type":"Point","coordinates":[-0.8435386,51.8744095]},"properties":{"@type":"node","@id":5970691494,"@timestamp":1539127670},"coords":"51.8744095,-0.8435386","bedrooms":"3","price":"245000","area":"502"} , +{"type":"Feature","id":"n5970691504","geometry":{"type":"Point","coordinates":[-0.8650795,51.8725167]},"properties":{"@type":"node","@id":5970691504,"@timestamp":1539127671},"coords":"51.8725167,-0.8650795","bedrooms":"1","price":"239000","area":"417"} , +{"type":"Feature","id":"n5970691514","geometry":{"type":"Point","coordinates":[-0.8815268,51.8727634]},"properties":{"@type":"node","@id":5970691514,"@timestamp":1539127671},"coords":"51.8727634,-0.8815268","bedrooms":"1","price":"197000","area":"387"} , +{"type":"Feature","id":"n5970691524","geometry":{"type":"Point","coordinates":[-0.8966839,51.8746893]},"properties":{"@type":"node","@id":5970691524,"@timestamp":1539127671},"coords":"51.8746893,-0.8966839","bedrooms":"0","price":"297000","area":"640"} , +{"type":"Feature","id":"n5970691538","geometry":{"type":"Point","coordinates":[-0.9160736,51.8707712]},"properties":{"@type":"node","@id":5970691538,"@timestamp":1539127671},"coords":"51.8707712,-0.9160736","bedrooms":"0","price":"199000","area":"401"} , +{"type":"Feature","id":"n5970691548","geometry":{"type":"Point","coordinates":[-0.9315553,51.8673761]},"properties":{"@type":"node","@id":5970691548,"@timestamp":1539127672},"coords":"51.8673761,-0.9315553","bedrooms":"2","price":"200000","area":"494"} , +{"type":"Feature","id":"n5970691558","geometry":{"type":"Point","coordinates":[-0.9393606,51.8682555]},"properties":{"@type":"node","@id":5970691558,"@timestamp":1539127672},"coords":"51.8682555,-0.9393606","bedrooms":"1","price":"274000","area":"543"} , +{"type":"Feature","id":"n5970691568","geometry":{"type":"Point","coordinates":[-0.9344012,51.8622564]},"properties":{"@type":"node","@id":5970691568,"@timestamp":1539127672},"coords":"51.8622564,-0.9344012","bedrooms":"1","price":"265000","area":"367"} , +{"type":"Feature","id":"n5970691578","geometry":{"type":"Point","coordinates":[-0.9226853,51.8482542]},"properties":{"@type":"node","@id":5970691578,"@timestamp":1539127673},"coords":"51.8482542,-0.9226853","bedrooms":"3","price":"218000","area":"406"} , +{"type":"Feature","id":"n5970761757","geometry":{"type":"Point","coordinates":[-0.0986292,51.3729998]},"properties":{"@type":"node","@id":5970761757,"@timestamp":1559135742},"coords":"51.3729998,-0.0986292","bedrooms":"0","price":"170000","area":"475"} , +{"type":"Feature","id":"n5971461271","geometry":{"type":"Point","coordinates":[-0.2333754,51.5472836]},"properties":{"@type":"node","@id":5971461271,"@timestamp":1564903671},"coords":"51.5472836,-0.2333754","bedrooms":"2","price":"291000","area":"411"} , +{"type":"Feature","id":"n5972140019","geometry":{"type":"Point","coordinates":[-0.0912198,51.4923282]},"properties":{"@type":"node","@id":5972140019,"@timestamp":1627314273},"coords":"51.4923282,-0.0912198","bedrooms":"4","price":"157000","area":"617"} , +{"type":"Feature","id":"n5972140079","geometry":{"type":"Point","coordinates":[-0.0847974,51.4897094]},"properties":{"@type":"node","@id":5972140079,"@timestamp":1626608967},"coords":"51.4897094,-0.0847974","bedrooms":"4","price":"198000","area":"600"} , +{"type":"Feature","id":"n5972141964","geometry":{"type":"Point","coordinates":[-0.0821492,51.4914468]},"properties":{"@type":"node","@id":5972141964,"@timestamp":1564903671},"coords":"51.4914468,-0.0821492","bedrooms":"4","price":"194000","area":"380"} , +{"type":"Feature","id":"n5972162577","geometry":{"type":"Point","coordinates":[-0.0997728,51.5065873]},"properties":{"@type":"node","@id":5972162577,"@timestamp":1539178286},"coords":"51.5065873,-0.0997728","bedrooms":"4","price":"261000","area":"651"} , +{"type":"Feature","id":"n5973241952","geometry":{"type":"Point","coordinates":[0.3643264,51.6658999]},"properties":{"@type":"node","@id":5973241952,"@timestamp":1539203652},"coords":"51.6658999,0.3643264","bedrooms":"1","price":"191000","area":"398"} , +{"type":"Feature","id":"n5973683687","geometry":{"type":"Point","coordinates":[0.026296,51.5372559]},"properties":{"@type":"node","@id":5973683687,"@timestamp":1608056785},"coords":"51.5372559,0.026296","bedrooms":"4","price":"252000","area":"598"} , +{"type":"Feature","id":"n5974647110","geometry":{"type":"Point","coordinates":[-0.1821636,51.7997424]},"properties":{"@type":"node","@id":5974647110,"@timestamp":1539252980},"coords":"51.7997424,-0.1821636","bedrooms":"3","price":"204000","area":"388"} , +{"type":"Feature","id":"n5974647147","geometry":{"type":"Point","coordinates":[0.2883187,51.6748539]},"properties":{"@type":"node","@id":5974647147,"@timestamp":1539252981},"coords":"51.6748539,0.2883187","bedrooms":"0","price":"207000","area":"534"} , +{"type":"Feature","id":"n5974647157","geometry":{"type":"Point","coordinates":[0.2809212,51.6886256]},"properties":{"@type":"node","@id":5974647157,"@timestamp":1539252981},"coords":"51.6886256,0.2809212","bedrooms":"0","price":"289000","area":"480"} , +{"type":"Feature","id":"n5974647167","geometry":{"type":"Point","coordinates":[0.2867201,51.6809877]},"properties":{"@type":"node","@id":5974647167,"@timestamp":1539252981},"coords":"51.6809877,0.2867201","bedrooms":"0","price":"247000","area":"550"} , +{"type":"Feature","id":"n5974647177","geometry":{"type":"Point","coordinates":[0.2958316,51.6840427]},"properties":{"@type":"node","@id":5974647177,"@timestamp":1539252982},"coords":"51.6840427,0.2958316","bedrooms":"2","price":"246000","area":"595"} , +{"type":"Feature","id":"n5974647187","geometry":{"type":"Point","coordinates":[0.2556816,51.696869]},"properties":{"@type":"node","@id":5974647187,"@timestamp":1539252982},"coords":"51.696869,0.2556816","bedrooms":"1","price":"236000","area":"605"} , +{"type":"Feature","id":"n5974647197","geometry":{"type":"Point","coordinates":[0.2813637,51.6786594]},"properties":{"@type":"node","@id":5974647197,"@timestamp":1539252982},"coords":"51.6786594,0.2813637","bedrooms":"0","price":"256000","area":"578"} , +{"type":"Feature","id":"n5974647209","geometry":{"type":"Point","coordinates":[0.2695379,51.6869312]},"properties":{"@type":"node","@id":5974647209,"@timestamp":1539252982},"coords":"51.6869312,0.2695379","bedrooms":"1","price":"223000","area":"408"} , +{"type":"Feature","id":"n5974647219","geometry":{"type":"Point","coordinates":[0.2569985,51.6937135]},"properties":{"@type":"node","@id":5974647219,"@timestamp":1539252983},"coords":"51.6937135,0.2569985","bedrooms":"4","price":"281000","area":"355"} , +{"type":"Feature","id":"n5974647238","geometry":{"type":"Point","coordinates":[0.2554375,51.6966944]},"properties":{"@type":"node","@id":5974647238,"@timestamp":1539252983},"coords":"51.6966944,0.2554375","bedrooms":"3","price":"197000","area":"678"} , +{"type":"Feature","id":"n5974647251","geometry":{"type":"Point","coordinates":[0.1763552,51.695376]},"properties":{"@type":"node","@id":5974647251,"@timestamp":1539252983},"coords":"51.695376,0.1763552","bedrooms":"2","price":"168000","area":"590"} , +{"type":"Feature","id":"n5974647261","geometry":{"type":"Point","coordinates":[0.1438388,51.6891726]},"properties":{"@type":"node","@id":5974647261,"@timestamp":1539252983},"coords":"51.6891726,0.1438388","bedrooms":"3","price":"153000","area":"452"} , +{"type":"Feature","id":"n5974647271","geometry":{"type":"Point","coordinates":[0.1296473,51.6929337]},"properties":{"@type":"node","@id":5974647271,"@timestamp":1539252984},"coords":"51.6929337,0.1296473","bedrooms":"2","price":"209000","area":"508"} , +{"type":"Feature","id":"n5974647281","geometry":{"type":"Point","coordinates":[0.1001,51.7088157]},"properties":{"@type":"node","@id":5974647281,"@timestamp":1539252984},"coords":"51.7088157,0.1001","bedrooms":"2","price":"257000","area":"400"} , +{"type":"Feature","id":"n5974647608","geometry":{"type":"Point","coordinates":[0.0851709,51.7324074]},"properties":{"@type":"node","@id":5974647608,"@timestamp":1539252984},"coords":"51.7324074,0.0851709","bedrooms":"0","price":"195000","area":"467"} , +{"type":"Feature","id":"n5974647618","geometry":{"type":"Point","coordinates":[0.0921446,51.7248218]},"properties":{"@type":"node","@id":5974647618,"@timestamp":1539252985},"coords":"51.7248218,0.0921446","bedrooms":"2","price":"252000","area":"487"} , +{"type":"Feature","id":"n5974647628","geometry":{"type":"Point","coordinates":[0.1002556,51.7169441]},"properties":{"@type":"node","@id":5974647628,"@timestamp":1539252985},"coords":"51.7169441,0.1002556","bedrooms":"0","price":"201000","area":"493"} , +{"type":"Feature","id":"n5974647638","geometry":{"type":"Point","coordinates":[0.1020044,51.7108035]},"properties":{"@type":"node","@id":5974647638,"@timestamp":1539252985},"coords":"51.7108035,0.1020044","bedrooms":"4","price":"192000","area":"687"} , +{"type":"Feature","id":"n5974647648","geometry":{"type":"Point","coordinates":[0.1047456,51.7139479]},"properties":{"@type":"node","@id":5974647648,"@timestamp":1539252986},"coords":"51.7139479,0.1047456","bedrooms":"2","price":"229000","area":"435"} , +{"type":"Feature","id":"n5974647658","geometry":{"type":"Point","coordinates":[0.1172394,51.7076672]},"properties":{"@type":"node","@id":5974647658,"@timestamp":1539252986},"coords":"51.7076672,0.1172394","bedrooms":"3","price":"170000","area":"499"} , +{"type":"Feature","id":"n5974693891","geometry":{"type":"Point","coordinates":[-0.2050965,51.7145328]},"properties":{"@type":"node","@id":5974693891,"@timestamp":1539254099},"coords":"51.7145328,-0.2050965","bedrooms":"4","price":"188000","area":"583"} , +{"type":"Feature","id":"n5974693907","geometry":{"type":"Point","coordinates":[-0.2249086,51.7076323]},"properties":{"@type":"node","@id":5974693907,"@timestamp":1539254100},"coords":"51.7076323,-0.2249086","bedrooms":"0","price":"294000","area":"541"} , +{"type":"Feature","id":"n5974693917","geometry":{"type":"Point","coordinates":[-0.2246457,51.7170255]},"properties":{"@type":"node","@id":5974693917,"@timestamp":1539254100},"coords":"51.7170255,-0.2246457","bedrooms":"2","price":"259000","area":"566"} , +{"type":"Feature","id":"n5974693927","geometry":{"type":"Point","coordinates":[-0.2156845,51.706296]},"properties":{"@type":"node","@id":5974693927,"@timestamp":1539254100},"coords":"51.706296,-0.2156845","bedrooms":"3","price":"286000","area":"422"} , +{"type":"Feature","id":"n5974693937","geometry":{"type":"Point","coordinates":[-0.2175593,51.7107204]},"properties":{"@type":"node","@id":5974693937,"@timestamp":1539254101},"coords":"51.7107204,-0.2175593","bedrooms":"1","price":"225000","area":"391"} , +{"type":"Feature","id":"n5974693947","geometry":{"type":"Point","coordinates":[-0.215942,51.7191193]},"properties":{"@type":"node","@id":5974693947,"@timestamp":1539254101},"coords":"51.7191193,-0.215942","bedrooms":"1","price":"156000","area":"693"} , +{"type":"Feature","id":"n5974693957","geometry":{"type":"Point","coordinates":[-0.2260539,51.7318991]},"properties":{"@type":"node","@id":5974693957,"@timestamp":1539254101},"coords":"51.7318991,-0.2260539","bedrooms":"0","price":"162000","area":"545"} , +{"type":"Feature","id":"n5974693967","geometry":{"type":"Point","coordinates":[-0.2246001,51.7232085]},"properties":{"@type":"node","@id":5974693967,"@timestamp":1539254101},"coords":"51.7232085,-0.2246001","bedrooms":"1","price":"269000","area":"539"} , +{"type":"Feature","id":"n5974693977","geometry":{"type":"Point","coordinates":[-0.23516,51.7296996]},"properties":{"@type":"node","@id":5974693977,"@timestamp":1539254102},"coords":"51.7296996,-0.23516","bedrooms":"3","price":"211000","area":"442"} , +{"type":"Feature","id":"n5974799379","geometry":{"type":"Point","coordinates":[0.7350097,51.5713242]},"properties":{"@type":"node","@id":5974799379,"@timestamp":1617356194},"coords":"51.5713242,0.7350097","bedrooms":"3","price":"280000","area":"681"} , +{"type":"Feature","id":"n5975620334","geometry":{"type":"Point","coordinates":[-0.1057646,51.456843]},"properties":{"@type":"node","@id":5975620334,"@timestamp":1596473924},"coords":"51.456843,-0.1057646","bedrooms":"1","price":"259000","area":"403"} , +{"type":"Feature","id":"n5975878815","geometry":{"type":"Point","coordinates":[-0.1951387,51.3677953]},"properties":{"@type":"node","@id":5975878815,"@timestamp":1629112644},"coords":"51.3677953,-0.1951387","bedrooms":"2","price":"189000","area":"418"} , +{"type":"Feature","id":"n5976039010","geometry":{"type":"Point","coordinates":[-0.1232965,51.5408627]},"properties":{"@type":"node","@id":5976039010,"@timestamp":1588675403},"coords":"51.5408627,-0.1232965","bedrooms":"2","price":"197000","area":"591"} , +{"type":"Feature","id":"n5976114290","geometry":{"type":"Point","coordinates":[-0.0855693,51.4894381]},"properties":{"@type":"node","@id":5976114290,"@timestamp":1570907014},"coords":"51.4894381,-0.0855693","bedrooms":"1","price":"152000","area":"583"} , +{"type":"Feature","id":"n5976125422","geometry":{"type":"Point","coordinates":[-0.7557057,51.63225]},"properties":{"@type":"node","@id":5976125422,"@timestamp":1578230736},"coords":"51.63225,-0.7557057","bedrooms":"3","price":"200000","area":"476"} , +{"type":"Feature","id":"n5976125582","geometry":{"type":"Point","coordinates":[-0.7841049,51.6330605]},"properties":{"@type":"node","@id":5976125582,"@timestamp":1609709411},"coords":"51.6330605,-0.7841049","bedrooms":"0","price":"285000","area":"618"} , +{"type":"Feature","id":"n5976125948","geometry":{"type":"Point","coordinates":[-0.7939754,51.6195241]},"properties":{"@type":"node","@id":5976125948,"@timestamp":1539280984},"coords":"51.6195241,-0.7939754","bedrooms":"3","price":"178000","area":"564"} , +{"type":"Feature","id":"n5976126062","geometry":{"type":"Point","coordinates":[-0.7956035,51.6157495]},"properties":{"@type":"node","@id":5976126062,"@timestamp":1539280986},"coords":"51.6157495,-0.7956035","bedrooms":"0","price":"165000","area":"500"} , +{"type":"Feature","id":"n5976126483","geometry":{"type":"Point","coordinates":[-0.7900162,51.6161413]},"properties":{"@type":"node","@id":5976126483,"@timestamp":1539280991},"coords":"51.6161413,-0.7900162","bedrooms":"0","price":"262000","area":"675"} , +{"type":"Feature","id":"n5976126686","geometry":{"type":"Point","coordinates":[-0.7860379,51.6155764]},"properties":{"@type":"node","@id":5976126686,"@timestamp":1539280993},"coords":"51.6155764,-0.7860379","bedrooms":"1","price":"220000","area":"614"} , +{"type":"Feature","id":"n5976126748","geometry":{"type":"Point","coordinates":[-0.7855741,51.6114186]},"properties":{"@type":"node","@id":5976126748,"@timestamp":1539280994},"coords":"51.6114186,-0.7855741","bedrooms":"4","price":"203000","area":"363"} , +{"type":"Feature","id":"n5976126853","geometry":{"type":"Point","coordinates":[-0.7634732,51.6144325]},"properties":{"@type":"node","@id":5976126853,"@timestamp":1539280996},"coords":"51.6144325,-0.7634732","bedrooms":"3","price":"159000","area":"636"} , +{"type":"Feature","id":"n5976126926","geometry":{"type":"Point","coordinates":[-0.7785956,51.6113181]},"properties":{"@type":"node","@id":5976126926,"@timestamp":1539280997},"coords":"51.6113181,-0.7785956","bedrooms":"1","price":"193000","area":"354"} , +{"type":"Feature","id":"n5976127128","geometry":{"type":"Point","coordinates":[-0.7628146,51.6161235]},"properties":{"@type":"node","@id":5976127128,"@timestamp":1598714343},"coords":"51.6161235,-0.7628146","bedrooms":"3","price":"261000","area":"627"} , +{"type":"Feature","id":"n5976127300","geometry":{"type":"Point","coordinates":[-0.7633419,51.6144117]},"properties":{"@type":"node","@id":5976127300,"@timestamp":1598848070},"coords":"51.6144117,-0.7633419","bedrooms":"2","price":"230000","area":"684"} , +{"type":"Feature","id":"n5976127350","geometry":{"type":"Point","coordinates":[-0.7768267,51.6116668]},"properties":{"@type":"node","@id":5976127350,"@timestamp":1539281001},"coords":"51.6116668,-0.7768267","bedrooms":"1","price":"243000","area":"428"} , +{"type":"Feature","id":"n5976127554","geometry":{"type":"Point","coordinates":[-0.7805319,51.6126479]},"properties":{"@type":"node","@id":5976127554,"@timestamp":1539281003},"coords":"51.6126479,-0.7805319","bedrooms":"4","price":"169000","area":"619"} , +{"type":"Feature","id":"n5976127785","geometry":{"type":"Point","coordinates":[-0.7626639,51.6163722]},"properties":{"@type":"node","@id":5976127785,"@timestamp":1598714343},"coords":"51.6163722,-0.7626639","bedrooms":"1","price":"259000","area":"527"} , +{"type":"Feature","id":"n5976127833","geometry":{"type":"Point","coordinates":[-0.7659812,51.617917]},"properties":{"@type":"node","@id":5976127833,"@timestamp":1539281007},"coords":"51.617917,-0.7659812","bedrooms":"2","price":"257000","area":"358"} , +{"type":"Feature","id":"n5976127902","geometry":{"type":"Point","coordinates":[-0.7799475,51.6113254]},"properties":{"@type":"node","@id":5976127902,"@timestamp":1539281008},"coords":"51.6113254,-0.7799475","bedrooms":"1","price":"154000","area":"529"} , +{"type":"Feature","id":"n5976128026","geometry":{"type":"Point","coordinates":[-0.7636952,51.6141743]},"properties":{"@type":"node","@id":5976128026,"@timestamp":1539281010},"coords":"51.6141743,-0.7636952","bedrooms":"3","price":"203000","area":"378"} , +{"type":"Feature","id":"n5976145753","geometry":{"type":"Point","coordinates":[-0.086705,51.4893879]},"properties":{"@type":"node","@id":5976145753,"@timestamp":1564903671},"coords":"51.4893879,-0.086705","bedrooms":"4","price":"222000","area":"558"} , +{"type":"Feature","id":"n5976394853","geometry":{"type":"Point","coordinates":[-0.1857579,51.1299456]},"properties":{"@type":"node","@id":5976394853,"@timestamp":1621461083},"coords":"51.1299456,-0.1857579","bedrooms":"4","price":"230000","area":"517"} , +{"type":"Feature","id":"n5977555611","geometry":{"type":"Point","coordinates":[-0.050149,51.5429514]},"properties":{"@type":"node","@id":5977555611,"@timestamp":1635525438},"coords":"51.5429514,-0.050149","bedrooms":"2","price":"194000","area":"600"} , +{"type":"Feature","id":"n5978034802","geometry":{"type":"Point","coordinates":[-0.3255665,51.5125118]},"properties":{"@type":"node","@id":5978034802,"@timestamp":1539340250},"coords":"51.5125118,-0.3255665","bedrooms":"1","price":"285000","area":"595"} , +{"type":"Feature","id":"n5978524211","geometry":{"type":"Point","coordinates":[-0.0853809,51.4797415]},"properties":{"@type":"node","@id":5978524211,"@timestamp":1564903671},"coords":"51.4797415,-0.0853809","bedrooms":"4","price":"253000","area":"386"} , +{"type":"Feature","id":"n5978888897","geometry":{"type":"Point","coordinates":[-0.0281422,51.3770993]},"properties":{"@type":"node","@id":5978888897,"@timestamp":1614247127},"coords":"51.3770993,-0.0281422","bedrooms":"3","price":"236000","area":"671"} , +{"type":"Feature","id":"n5978888908","geometry":{"type":"Point","coordinates":[-0.0267912,51.3771118]},"properties":{"@type":"node","@id":5978888908,"@timestamp":1614247127},"coords":"51.3771118,-0.0267912","bedrooms":"0","price":"180000","area":"593"} , +{"type":"Feature","id":"n5979205404","geometry":{"type":"Point","coordinates":[-0.0298978,51.3764002]},"properties":{"@type":"node","@id":5979205404,"@timestamp":1539361408},"coords":"51.3764002,-0.0298978","bedrooms":"1","price":"273000","area":"401"} , +{"type":"Feature","id":"n5979205418","geometry":{"type":"Point","coordinates":[-0.0306055,51.3735543]},"properties":{"@type":"node","@id":5979205418,"@timestamp":1614348707},"coords":"51.3735543,-0.0306055","bedrooms":"0","price":"166000","area":"532"} , +{"type":"Feature","id":"n5979205428","geometry":{"type":"Point","coordinates":[-0.0306907,51.3694092]},"properties":{"@type":"node","@id":5979205428,"@timestamp":1614525975},"coords":"51.3694092,-0.0306907","bedrooms":"4","price":"188000","area":"536"} , +{"type":"Feature","id":"n5979988797","geometry":{"type":"Point","coordinates":[-0.9810081,51.4647799]},"properties":{"@type":"node","@id":5979988797,"@timestamp":1557957629},"coords":"51.4647799,-0.9810081","bedrooms":"2","price":"199000","area":"391"} , +{"type":"Feature","id":"n5980033883","geometry":{"type":"Point","coordinates":[-0.7015746,51.5166775]},"properties":{"@type":"node","@id":5980033883,"@timestamp":1569619845},"coords":"51.5166775,-0.7015746","bedrooms":"3","price":"243000","area":"568"} , +{"type":"Feature","id":"n5980041993","geometry":{"type":"Point","coordinates":[-0.6279615,51.491714]},"properties":{"@type":"node","@id":5980041993,"@timestamp":1539378169},"coords":"51.491714,-0.6279615","bedrooms":"0","price":"170000","area":"647"} , +{"type":"Feature","id":"n5980071854","geometry":{"type":"Point","coordinates":[-0.7131994,51.5727204]},"properties":{"@type":"node","@id":5980071854,"@timestamp":1539379453},"coords":"51.5727204,-0.7131994","bedrooms":"0","price":"202000","area":"565"} , +{"type":"Feature","id":"n5980447162","geometry":{"type":"Point","coordinates":[-0.0043732,51.5827199]},"properties":{"@type":"node","@id":5980447162,"@timestamp":1539394978},"coords":"51.5827199,-0.0043732","bedrooms":"4","price":"236000","area":"459"} , +{"type":"Feature","id":"n5980680570","geometry":{"type":"Point","coordinates":[0.6220736,51.5203014]},"properties":{"@type":"node","@id":5980680570,"@timestamp":1539409898},"coords":"51.5203014,0.6220736","bedrooms":"4","price":"239000","area":"611"} , +{"type":"Feature","id":"n5981382008","geometry":{"type":"Point","coordinates":[-0.1708778,51.3240842]},"properties":{"@type":"node","@id":5981382008,"@timestamp":1539443134},"coords":"51.3240842,-0.1708778","bedrooms":"4","price":"172000","area":"592"} , +{"type":"Feature","id":"n5981382018","geometry":{"type":"Point","coordinates":[-0.1698228,51.3244151]},"properties":{"@type":"node","@id":5981382018,"@timestamp":1539443136},"coords":"51.3244151,-0.1698228","bedrooms":"0","price":"262000","area":"648"} , +{"type":"Feature","id":"n5981491951","geometry":{"type":"Point","coordinates":[-0.9628487,51.4324096]},"properties":{"@type":"node","@id":5981491951,"@timestamp":1539447546},"coords":"51.4324096,-0.9628487","bedrooms":"0","price":"263000","area":"664"} , +{"type":"Feature","id":"n5981727388","geometry":{"type":"Point","coordinates":[-0.3081292,51.4066977]},"properties":{"@type":"node","@id":5981727388,"@timestamp":1626367212},"coords":"51.4066977,-0.3081292","bedrooms":"3","price":"288000","area":"646"} , +{"type":"Feature","id":"n5981806873","geometry":{"type":"Point","coordinates":[-0.8063974,51.5518167]},"properties":{"@type":"node","@id":5981806873,"@timestamp":1539459225},"coords":"51.5518167,-0.8063974","bedrooms":"4","price":"198000","area":"366"} , +{"type":"Feature","id":"n5981809596","geometry":{"type":"Point","coordinates":[-0.7780471,51.56596]},"properties":{"@type":"node","@id":5981809596,"@timestamp":1539459225},"coords":"51.56596,-0.7780471","bedrooms":"2","price":"155000","area":"378"} , +{"type":"Feature","id":"n5981809606","geometry":{"type":"Point","coordinates":[-0.7529283,51.5673455]},"properties":{"@type":"node","@id":5981809606,"@timestamp":1539459226},"coords":"51.5673455,-0.7529283","bedrooms":"3","price":"200000","area":"395"} , +{"type":"Feature","id":"n5981809616","geometry":{"type":"Point","coordinates":[-0.7268921,51.577878]},"properties":{"@type":"node","@id":5981809616,"@timestamp":1539459226},"coords":"51.577878,-0.7268921","bedrooms":"0","price":"183000","area":"605"} , +{"type":"Feature","id":"n5981850927","geometry":{"type":"Point","coordinates":[-0.8910446,51.5524429]},"properties":{"@type":"node","@id":5981850927,"@timestamp":1539461467},"coords":"51.5524429,-0.8910446","bedrooms":"4","price":"219000","area":"593"} , +{"type":"Feature","id":"n5981850942","geometry":{"type":"Point","coordinates":[-0.8733742,51.5598848]},"properties":{"@type":"node","@id":5981850942,"@timestamp":1539461467},"coords":"51.5598848,-0.8733742","bedrooms":"1","price":"193000","area":"467"} , +{"type":"Feature","id":"n5981850952","geometry":{"type":"Point","coordinates":[-0.8354936,51.5458953]},"properties":{"@type":"node","@id":5981850952,"@timestamp":1539461468},"coords":"51.5458953,-0.8354936","bedrooms":"1","price":"186000","area":"424"} , +{"type":"Feature","id":"n5981873016","geometry":{"type":"Point","coordinates":[-0.9416083,51.7703985]},"properties":{"@type":"node","@id":5981873016,"@timestamp":1539462157},"coords":"51.7703985,-0.9416083","bedrooms":"0","price":"276000","area":"619"} , +{"type":"Feature","id":"n5981873072","geometry":{"type":"Point","coordinates":[-0.9360832,51.7667019]},"properties":{"@type":"node","@id":5981873072,"@timestamp":1539462158},"coords":"51.7667019,-0.9360832","bedrooms":"4","price":"261000","area":"361"} , +{"type":"Feature","id":"n5981874028","geometry":{"type":"Point","coordinates":[-0.9120212,51.7561831]},"properties":{"@type":"node","@id":5981874028,"@timestamp":1539462159},"coords":"51.7561831,-0.9120212","bedrooms":"0","price":"293000","area":"400"} , +{"type":"Feature","id":"n5981874370","geometry":{"type":"Point","coordinates":[-0.8832387,51.7884977]},"properties":{"@type":"node","@id":5981874370,"@timestamp":1539462161},"coords":"51.7884977,-0.8832387","bedrooms":"0","price":"188000","area":"360"} , +{"type":"Feature","id":"n5981874531","geometry":{"type":"Point","coordinates":[-0.9023758,51.7928503]},"properties":{"@type":"node","@id":5981874531,"@timestamp":1539462162},"coords":"51.7928503,-0.9023758","bedrooms":"4","price":"293000","area":"532"} , +{"type":"Feature","id":"n5981874558","geometry":{"type":"Point","coordinates":[-0.9272445,51.7926798]},"properties":{"@type":"node","@id":5981874558,"@timestamp":1539462162},"coords":"51.7926798,-0.9272445","bedrooms":"3","price":"226000","area":"538"} , +{"type":"Feature","id":"n5981874805","geometry":{"type":"Point","coordinates":[-0.9323536,51.794812]},"properties":{"@type":"node","@id":5981874805,"@timestamp":1539462163},"coords":"51.794812,-0.9323536","bedrooms":"1","price":"242000","area":"623"} , +{"type":"Feature","id":"n5981874853","geometry":{"type":"Point","coordinates":[-0.931031,51.7936893]},"properties":{"@type":"node","@id":5981874853,"@timestamp":1539462164},"coords":"51.7936893,-0.931031","bedrooms":"3","price":"273000","area":"658"} , +{"type":"Feature","id":"n5981875161","geometry":{"type":"Point","coordinates":[-0.9459162,51.7691779]},"properties":{"@type":"node","@id":5981875161,"@timestamp":1539462166},"coords":"51.7691779,-0.9459162","bedrooms":"1","price":"212000","area":"693"} , +{"type":"Feature","id":"n5982150239","geometry":{"type":"Point","coordinates":[-0.2626561,51.5678358]},"properties":{"@type":"node","@id":5982150239,"@timestamp":1619399413},"coords":"51.5678358,-0.2626561","bedrooms":"0","price":"195000","area":"499"} , +{"type":"Feature","id":"n5982313632","geometry":{"type":"Point","coordinates":[-0.3738765,51.5835964]},"properties":{"@type":"node","@id":5982313632,"@timestamp":1583342988},"coords":"51.5835964,-0.3738765","bedrooms":"3","price":"195000","area":"416"} , +{"type":"Feature","id":"n5982742494","geometry":{"type":"Point","coordinates":[0.0946771,51.6726469]},"properties":{"@type":"node","@id":5982742494,"@timestamp":1608031265},"coords":"51.6726469,0.0946771","bedrooms":"1","price":"155000","area":"466"} , +{"type":"Feature","id":"n5982870221","geometry":{"type":"Point","coordinates":[-0.9663299,51.156236]},"properties":{"@type":"node","@id":5982870221,"@timestamp":1539513201},"coords":"51.156236,-0.9663299","bedrooms":"4","price":"178000","area":"532"} , +{"type":"Feature","id":"n5982895244","geometry":{"type":"Point","coordinates":[0.5119969,51.7358049]},"properties":{"@type":"node","@id":5982895244,"@timestamp":1569896638},"coords":"51.7358049,0.5119969","bedrooms":"4","price":"260000","area":"696"} , +{"type":"Feature","id":"n5982984319","geometry":{"type":"Point","coordinates":[-0.3286083,51.4481418]},"properties":{"@type":"node","@id":5982984319,"@timestamp":1539516815},"coords":"51.4481418,-0.3286083","bedrooms":"3","price":"231000","area":"649"} , +{"type":"Feature","id":"n5983115545","geometry":{"type":"Point","coordinates":[-0.0835978,51.5219609]},"properties":{"@type":"node","@id":5983115545,"@timestamp":1539529561},"coords":"51.5219609,-0.0835978","bedrooms":"4","price":"154000","area":"554"} , +{"type":"Feature","id":"n5983197977","geometry":{"type":"Point","coordinates":[-1.0807246,51.0820954]},"properties":{"@type":"node","@id":5983197977,"@timestamp":1539526105},"coords":"51.0820954,-1.0807246","bedrooms":"1","price":"186000","area":"361"} , +{"type":"Feature","id":"n5983603610","geometry":{"type":"Point","coordinates":[0.0167383,51.7874065]},"properties":{"@type":"node","@id":5983603610,"@timestamp":1539536818},"coords":"51.7874065,0.0167383","bedrooms":"4","price":"252000","area":"601"} , +{"type":"Feature","id":"n5983793997","geometry":{"type":"Point","coordinates":[0.000893,51.546691]},"properties":{"@type":"node","@id":5983793997,"@timestamp":1539542650},"coords":"51.546691,0.000893","bedrooms":"1","price":"178000","area":"470"} , +{"type":"Feature","id":"n5983794007","geometry":{"type":"Point","coordinates":[0.0007985,51.5467352]},"properties":{"@type":"node","@id":5983794007,"@timestamp":1619089979},"coords":"51.5467352,0.0007985","bedrooms":"1","price":"213000","area":"520"} , +{"type":"Feature","id":"n5983854548","geometry":{"type":"Point","coordinates":[0.0592835,51.8236356]},"properties":{"@type":"node","@id":5983854548,"@timestamp":1609197997},"coords":"51.8236356,0.0592835","bedrooms":"2","price":"290000","area":"483"} , +{"type":"Feature","id":"n5983862508","geometry":{"type":"Point","coordinates":[-0.2019307,51.2949348]},"properties":{"@type":"node","@id":5983862508,"@timestamp":1539545010},"coords":"51.2949348,-0.2019307","bedrooms":"3","price":"247000","area":"611"} , +{"type":"Feature","id":"n5983862518","geometry":{"type":"Point","coordinates":[-0.1981128,51.2961325]},"properties":{"@type":"node","@id":5983862518,"@timestamp":1539545011},"coords":"51.2961325,-0.1981128","bedrooms":"1","price":"261000","area":"452"} , +{"type":"Feature","id":"n5983862529","geometry":{"type":"Point","coordinates":[-0.2043192,51.2941033]},"properties":{"@type":"node","@id":5983862529,"@timestamp":1539545012},"coords":"51.2941033,-0.2043192","bedrooms":"1","price":"218000","area":"677"} , +{"type":"Feature","id":"n5983862539","geometry":{"type":"Point","coordinates":[-0.1986866,51.2952169]},"properties":{"@type":"node","@id":5983862539,"@timestamp":1539545013},"coords":"51.2952169,-0.1986866","bedrooms":"4","price":"276000","area":"593"} , +{"type":"Feature","id":"n5983862549","geometry":{"type":"Point","coordinates":[-0.195426,51.2964128]},"properties":{"@type":"node","@id":5983862549,"@timestamp":1539545014},"coords":"51.2964128,-0.195426","bedrooms":"3","price":"246000","area":"661"} , +{"type":"Feature","id":"n5983862559","geometry":{"type":"Point","coordinates":[-0.1932399,51.297533]},"properties":{"@type":"node","@id":5983862559,"@timestamp":1539545015},"coords":"51.297533,-0.1932399","bedrooms":"1","price":"223000","area":"419"} , +{"type":"Feature","id":"n5983862569","geometry":{"type":"Point","coordinates":[-0.1902859,51.2976037]},"properties":{"@type":"node","@id":5983862569,"@timestamp":1539545016},"coords":"51.2976037,-0.1902859","bedrooms":"2","price":"268000","area":"404"} , +{"type":"Feature","id":"n5983862579","geometry":{"type":"Point","coordinates":[-0.1916602,51.2974622]},"properties":{"@type":"node","@id":5983862579,"@timestamp":1539545017},"coords":"51.2974622,-0.1916602","bedrooms":"0","price":"291000","area":"480"} , +{"type":"Feature","id":"n5984024697","geometry":{"type":"Point","coordinates":[-0.8362655,51.7248178]},"properties":{"@type":"node","@id":5984024697,"@timestamp":1539550222},"coords":"51.7248178,-0.8362655","bedrooms":"0","price":"218000","area":"563"} , +{"type":"Feature","id":"n5984024773","geometry":{"type":"Point","coordinates":[-0.827738,51.725236]},"properties":{"@type":"node","@id":5984024773,"@timestamp":1539550223},"coords":"51.725236,-0.827738","bedrooms":"1","price":"155000","area":"677"} , +{"type":"Feature","id":"n5984025033","geometry":{"type":"Point","coordinates":[-0.8262652,51.7193461]},"properties":{"@type":"node","@id":5984025033,"@timestamp":1539550225},"coords":"51.7193461,-0.8262652","bedrooms":"0","price":"238000","area":"501"} , +{"type":"Feature","id":"n5984127850","geometry":{"type":"Point","coordinates":[0.3857256,51.8536061]},"properties":{"@type":"node","@id":5984127850,"@timestamp":1539554777},"coords":"51.8536061,0.3857256","bedrooms":"3","price":"183000","area":"440"} , +{"type":"Feature","id":"n5984195136","geometry":{"type":"Point","coordinates":[0.4847756,51.7378844]},"properties":{"@type":"node","@id":5984195136,"@timestamp":1544746260},"coords":"51.7378844,0.4847756","bedrooms":"2","price":"174000","area":"496"} , +{"type":"Feature","id":"n5984390461","geometry":{"type":"Point","coordinates":[-0.1077954,51.4630584]},"properties":{"@type":"node","@id":5984390461,"@timestamp":1564903671},"coords":"51.4630584,-0.1077954","bedrooms":"1","price":"250000","area":"691"} , +{"type":"Feature","id":"n5984516265","geometry":{"type":"Point","coordinates":[-0.1625865,51.5014711]},"properties":{"@type":"node","@id":5984516265,"@timestamp":1539576460},"coords":"51.5014711,-0.1625865","bedrooms":"4","price":"259000","area":"501"} , +{"type":"Feature","id":"n5984688158","geometry":{"type":"Point","coordinates":[-0.0901368,51.4489455]},"properties":{"@type":"node","@id":5984688158,"@timestamp":1605972493},"coords":"51.4489455,-0.0901368","bedrooms":"3","price":"152000","area":"352"} , +{"type":"Feature","id":"n5984806610","geometry":{"type":"Point","coordinates":[-0.1420306,51.4633776]},"properties":{"@type":"node","@id":5984806610,"@timestamp":1548333392},"coords":"51.4633776,-0.1420306","bedrooms":"2","price":"239000","area":"443"} , +{"type":"Feature","id":"n5985289982","geometry":{"type":"Point","coordinates":[-0.1420038,51.5475756]},"properties":{"@type":"node","@id":5985289982,"@timestamp":1628775229},"coords":"51.5475756,-0.1420038","bedrooms":"2","price":"295000","area":"682"} , +{"type":"Feature","id":"n5985391986","geometry":{"type":"Point","coordinates":[-1.1071948,51.250011]},"properties":{"@type":"node","@id":5985391986,"@timestamp":1560285008},"coords":"51.250011,-1.1071948","bedrooms":"1","price":"166000","area":"469"} , +{"type":"Feature","id":"n5985462569","geometry":{"type":"Point","coordinates":[-1.1073395,51.251473]},"properties":{"@type":"node","@id":5985462569,"@timestamp":1612366202},"coords":"51.251473,-1.1073395","bedrooms":"3","price":"204000","area":"507"} , +{"type":"Feature","id":"n5985532906","geometry":{"type":"Point","coordinates":[-1.0039326,51.865323]},"properties":{"@type":"node","@id":5985532906,"@timestamp":1635092330},"coords":"51.865323,-1.0039326","bedrooms":"3","price":"203000","area":"397"} , +{"type":"Feature","id":"n5986079125","geometry":{"type":"Point","coordinates":[0.0025604,51.242588]},"properties":{"@type":"node","@id":5986079125,"@timestamp":1539619235},"coords":"51.242588,0.0025604","bedrooms":"2","price":"232000","area":"544"} , +{"type":"Feature","id":"n5986227747","geometry":{"type":"Point","coordinates":[0.0229571,51.5801397]},"properties":{"@type":"node","@id":5986227747,"@timestamp":1539621427},"coords":"51.5801397,0.0229571","bedrooms":"0","price":"184000","area":"463"} , +{"type":"Feature","id":"n5986846167","geometry":{"type":"Point","coordinates":[-0.0421217,51.5098766]},"properties":{"@type":"node","@id":5986846167,"@timestamp":1626102785},"coords":"51.5098766,-0.0421217","bedrooms":"3","price":"190000","area":"607"} , +{"type":"Feature","id":"n5986902206","geometry":{"type":"Point","coordinates":[-0.1300934,51.3206814]},"properties":{"@type":"node","@id":5986902206,"@timestamp":1539634906},"coords":"51.3206814,-0.1300934","bedrooms":"1","price":"176000","area":"665"} , +{"type":"Feature","id":"n5986902216","geometry":{"type":"Point","coordinates":[-0.1273415,51.3177615]},"properties":{"@type":"node","@id":5986902216,"@timestamp":1539634907},"coords":"51.3177615,-0.1273415","bedrooms":"0","price":"273000","area":"435"} , +{"type":"Feature","id":"n5986902226","geometry":{"type":"Point","coordinates":[-0.1274384,51.3170295]},"properties":{"@type":"node","@id":5986902226,"@timestamp":1539634907},"coords":"51.3170295,-0.1274384","bedrooms":"4","price":"173000","area":"695"} , +{"type":"Feature","id":"n5987022060","geometry":{"type":"Point","coordinates":[0.4886899,51.7547897]},"properties":{"@type":"node","@id":5987022060,"@timestamp":1632520159},"coords":"51.7547897,0.4886899","bedrooms":"1","price":"162000","area":"644"} , +{"type":"Feature","id":"n5987044737","geometry":{"type":"Point","coordinates":[0.4933514,51.7534183]},"properties":{"@type":"node","@id":5987044737,"@timestamp":1539638509},"coords":"51.7534183,0.4933514","bedrooms":"1","price":"221000","area":"634"} , +{"type":"Feature","id":"n5987609377","geometry":{"type":"Point","coordinates":[0.4456949,51.547953]},"properties":{"@type":"node","@id":5987609377,"@timestamp":1539659056},"coords":"51.547953,0.4456949","bedrooms":"1","price":"190000","area":"542"} , +{"type":"Feature","id":"n5988490928","geometry":{"type":"Point","coordinates":[-0.0737245,51.5062408]},"properties":{"@type":"node","@id":5988490928,"@timestamp":1591799765},"coords":"51.5062408,-0.0737245","bedrooms":"1","price":"216000","area":"352"} , +{"type":"Feature","id":"n5989432900","geometry":{"type":"Point","coordinates":[-0.2972082,51.0685472]},"properties":{"@type":"node","@id":5989432900,"@timestamp":1539692132},"coords":"51.0685472,-0.2972082","bedrooms":"2","price":"259000","area":"552"} , +{"type":"Feature","id":"n5989635127","geometry":{"type":"Point","coordinates":[-0.2906217,51.0690186]},"properties":{"@type":"node","@id":5989635127,"@timestamp":1539695295},"coords":"51.0690186,-0.2906217","bedrooms":"4","price":"213000","area":"637"} , +{"type":"Feature","id":"n5989658031","geometry":{"type":"Point","coordinates":[-0.0211658,51.54286]},"properties":{"@type":"node","@id":5989658031,"@timestamp":1599664688},"coords":"51.54286,-0.0211658","bedrooms":"0","price":"267000","area":"523"} , +{"type":"Feature","id":"n5989925596","geometry":{"type":"Point","coordinates":[-1.1075355,51.2516073]},"properties":{"@type":"node","@id":5989925596,"@timestamp":1539698202},"coords":"51.2516073,-1.1075355","bedrooms":"3","price":"226000","area":"690"} , +{"type":"Feature","id":"n5990975305","geometry":{"type":"Point","coordinates":[-0.9680767,51.2804209]},"properties":{"@type":"node","@id":5990975305,"@timestamp":1539709673},"coords":"51.2804209,-0.9680767","bedrooms":"0","price":"286000","area":"359"} , +{"type":"Feature","id":"n5991260208","geometry":{"type":"Point","coordinates":[-0.781741,51.1689039]},"properties":{"@type":"node","@id":5991260208,"@timestamp":1539713969},"coords":"51.1689039,-0.781741","bedrooms":"3","price":"176000","area":"695"} , +{"type":"Feature","id":"n5991546627","geometry":{"type":"Point","coordinates":[-0.3286229,51.4505921]},"properties":{"@type":"node","@id":5991546627,"@timestamp":1539722664},"coords":"51.4505921,-0.3286229","bedrooms":"4","price":"152000","area":"407"} , +{"type":"Feature","id":"n5991597199","geometry":{"type":"Point","coordinates":[-0.058791,51.5079317]},"properties":{"@type":"node","@id":5991597199,"@timestamp":1558953234},"coords":"51.5079317,-0.058791","bedrooms":"0","price":"278000","area":"662"} , +{"type":"Feature","id":"n5991628812","geometry":{"type":"Point","coordinates":[-0.6488114,51.9103164]},"properties":{"@type":"node","@id":5991628812,"@timestamp":1539726009},"coords":"51.9103164,-0.6488114","bedrooms":"0","price":"165000","area":"546"} , +{"type":"Feature","id":"n5991628822","geometry":{"type":"Point","coordinates":[-0.6506833,51.9106022]},"properties":{"@type":"node","@id":5991628822,"@timestamp":1539726010},"coords":"51.9106022,-0.6506833","bedrooms":"1","price":"266000","area":"461"} , +{"type":"Feature","id":"n5991872195","geometry":{"type":"Point","coordinates":[0.0560692,51.4506118]},"properties":{"@type":"node","@id":5991872195,"@timestamp":1586527343},"coords":"51.4506118,0.0560692","bedrooms":"1","price":"250000","area":"582"} , +{"type":"Feature","id":"n5992797789","geometry":{"type":"Point","coordinates":[-0.0899441,51.5178825]},"properties":{"@type":"node","@id":5992797789,"@timestamp":1539771656},"coords":"51.5178825,-0.0899441","bedrooms":"1","price":"283000","area":"624"} , +{"type":"Feature","id":"n5993426941","geometry":{"type":"Point","coordinates":[-0.0338374,51.517339]},"properties":{"@type":"node","@id":5993426941,"@timestamp":1539786064},"coords":"51.517339,-0.0338374","bedrooms":"3","price":"216000","area":"612"} , +{"type":"Feature","id":"n5993426968","geometry":{"type":"Point","coordinates":[-0.0347534,51.518595]},"properties":{"@type":"node","@id":5993426968,"@timestamp":1539786065},"coords":"51.518595,-0.0347534","bedrooms":"0","price":"168000","area":"625"} , +{"type":"Feature","id":"n5993426982","geometry":{"type":"Point","coordinates":[-0.0348459,51.5194228]},"properties":{"@type":"node","@id":5993426982,"@timestamp":1539786066},"coords":"51.5194228,-0.0348459","bedrooms":"1","price":"255000","area":"625"} , +{"type":"Feature","id":"n5993427392","geometry":{"type":"Point","coordinates":[-0.0343798,51.520399]},"properties":{"@type":"node","@id":5993427392,"@timestamp":1626446128},"coords":"51.520399,-0.0343798","bedrooms":"3","price":"201000","area":"481"} , +{"type":"Feature","id":"n5993427402","geometry":{"type":"Point","coordinates":[-0.0355448,51.522108]},"properties":{"@type":"node","@id":5993427402,"@timestamp":1626446128},"coords":"51.522108,-0.0355448","bedrooms":"3","price":"268000","area":"547"} , +{"type":"Feature","id":"n5993427417","geometry":{"type":"Point","coordinates":[-0.0353052,51.5246499]},"properties":{"@type":"node","@id":5993427417,"@timestamp":1539786067},"coords":"51.5246499,-0.0353052","bedrooms":"3","price":"262000","area":"428"} , +{"type":"Feature","id":"n5993784053","geometry":{"type":"Point","coordinates":[0.8708962,51.2569333]},"properties":{"@type":"node","@id":5993784053,"@timestamp":1539796301},"coords":"51.2569333,0.8708962","bedrooms":"4","price":"186000","area":"642"} , +{"type":"Feature","id":"n5993911465","geometry":{"type":"Point","coordinates":[-0.1236087,51.4793461]},"properties":{"@type":"node","@id":5993911465,"@timestamp":1618839482},"coords":"51.4793461,-0.1236087","bedrooms":"4","price":"172000","area":"429"} , +{"type":"Feature","id":"n5994154325","geometry":{"type":"Point","coordinates":[-0.3411094,51.4446372]},"properties":{"@type":"node","@id":5994154325,"@timestamp":1539809035},"coords":"51.4446372,-0.3411094","bedrooms":"0","price":"205000","area":"591"} , +{"type":"Feature","id":"n5994322540","geometry":{"type":"Point","coordinates":[-0.1258708,51.3719499]},"properties":{"@type":"node","@id":5994322540,"@timestamp":1539816486},"coords":"51.3719499,-0.1258708","bedrooms":"2","price":"279000","area":"358"} , +{"type":"Feature","id":"n5994322557","geometry":{"type":"Point","coordinates":[-0.1291095,51.3740759]},"properties":{"@type":"node","@id":5994322557,"@timestamp":1539816764},"coords":"51.3740759,-0.1291095","bedrooms":"0","price":"245000","area":"367"} , +{"type":"Feature","id":"n5994657665","geometry":{"type":"Point","coordinates":[-0.0385247,51.5452569]},"properties":{"@type":"node","@id":5994657665,"@timestamp":1539841478},"coords":"51.5452569,-0.0385247","bedrooms":"0","price":"239000","area":"683"} , +{"type":"Feature","id":"n5995940229","geometry":{"type":"Point","coordinates":[-0.1932891,51.3223641]},"properties":{"@type":"node","@id":5995940229,"@timestamp":1539877758},"coords":"51.3223641,-0.1932891","bedrooms":"1","price":"243000","area":"510"} , +{"type":"Feature","id":"n5996049939","geometry":{"type":"Point","coordinates":[0.4728359,51.7427865]},"properties":{"@type":"node","@id":5996049939,"@timestamp":1539880272},"coords":"51.7427865,0.4728359","bedrooms":"2","price":"276000","area":"698"} , +{"type":"Feature","id":"n5996049949","geometry":{"type":"Point","coordinates":[0.4732873,51.7434463]},"properties":{"@type":"node","@id":5996049949,"@timestamp":1539880273},"coords":"51.7434463,0.4732873","bedrooms":"2","price":"239000","area":"456"} , +{"type":"Feature","id":"n5996078841","geometry":{"type":"Point","coordinates":[0.4721175,51.7434325]},"properties":{"@type":"node","@id":5996078841,"@timestamp":1576522186},"coords":"51.7434325,0.4721175","bedrooms":"4","price":"268000","area":"410"} , +{"type":"Feature","id":"n5996079796","geometry":{"type":"Point","coordinates":[0.4725,51.7421684]},"properties":{"@type":"node","@id":5996079796,"@timestamp":1539881184},"coords":"51.7421684,0.4725","bedrooms":"2","price":"201000","area":"619"} , +{"type":"Feature","id":"n5996143043","geometry":{"type":"Point","coordinates":[-0.196372,51.3242901]},"properties":{"@type":"node","@id":5996143043,"@timestamp":1539882790},"coords":"51.3242901,-0.196372","bedrooms":"3","price":"284000","area":"463"} , +{"type":"Feature","id":"n5996143053","geometry":{"type":"Point","coordinates":[-0.1971641,51.3240672]},"properties":{"@type":"node","@id":5996143053,"@timestamp":1539882791},"coords":"51.3240672,-0.1971641","bedrooms":"2","price":"233000","area":"540"} , +{"type":"Feature","id":"n5996160145","geometry":{"type":"Point","coordinates":[-0.0876494,51.5246479]},"properties":{"@type":"node","@id":5996160145,"@timestamp":1628342392},"coords":"51.5246479,-0.0876494","bedrooms":"3","price":"269000","area":"545"} , +{"type":"Feature","id":"n5996337145","geometry":{"type":"Point","coordinates":[-0.1976831,51.3234954]},"properties":{"@type":"node","@id":5996337145,"@timestamp":1539889872},"coords":"51.3234954,-0.1976831","bedrooms":"4","price":"279000","area":"563"} , +{"type":"Feature","id":"n5996337157","geometry":{"type":"Point","coordinates":[-0.1982825,51.3236681]},"properties":{"@type":"node","@id":5996337157,"@timestamp":1539889874},"coords":"51.3236681,-0.1982825","bedrooms":"4","price":"292000","area":"620"} , +{"type":"Feature","id":"n5996337175","geometry":{"type":"Point","coordinates":[-0.1993127,51.3233701]},"properties":{"@type":"node","@id":5996337175,"@timestamp":1539889875},"coords":"51.3233701,-0.1993127","bedrooms":"4","price":"164000","area":"511"} , +{"type":"Feature","id":"n5996343885","geometry":{"type":"Point","coordinates":[-0.1994338,51.3230202]},"properties":{"@type":"node","@id":5996343885,"@timestamp":1539889876},"coords":"51.3230202,-0.1994338","bedrooms":"3","price":"289000","area":"693"} , +{"type":"Feature","id":"n5996343895","geometry":{"type":"Point","coordinates":[-0.2001856,51.32281]},"properties":{"@type":"node","@id":5996343895,"@timestamp":1539889877},"coords":"51.32281,-0.2001856","bedrooms":"4","price":"239000","area":"416"} , +{"type":"Feature","id":"n5996343905","geometry":{"type":"Point","coordinates":[-0.2012906,51.3227925]},"properties":{"@type":"node","@id":5996343905,"@timestamp":1539889879},"coords":"51.3227925,-0.2012906","bedrooms":"0","price":"276000","area":"456"} , +{"type":"Feature","id":"n5996357572","geometry":{"type":"Point","coordinates":[-0.20201,51.322624]},"properties":{"@type":"node","@id":5996357572,"@timestamp":1539890509},"coords":"51.322624,-0.20201","bedrooms":"0","price":"279000","area":"535"} , +{"type":"Feature","id":"n5996591274","geometry":{"type":"Point","coordinates":[-0.2022509,51.3222857]},"properties":{"@type":"node","@id":5996591274,"@timestamp":1539898497},"coords":"51.3222857,-0.2022509","bedrooms":"4","price":"188000","area":"567"} , +{"type":"Feature","id":"n5996591284","geometry":{"type":"Point","coordinates":[-0.2030336,51.3224033]},"properties":{"@type":"node","@id":5996591284,"@timestamp":1539898498},"coords":"51.3224033,-0.2030336","bedrooms":"2","price":"299000","area":"399"} , +{"type":"Feature","id":"n5996592096","geometry":{"type":"Point","coordinates":[-0.2043603,51.3215918]},"properties":{"@type":"node","@id":5996592096,"@timestamp":1539898499},"coords":"51.3215918,-0.2043603","bedrooms":"4","price":"202000","area":"422"} , +{"type":"Feature","id":"n5996592131","geometry":{"type":"Point","coordinates":[-0.2033734,51.322062]},"properties":{"@type":"node","@id":5996592131,"@timestamp":1539898501},"coords":"51.322062,-0.2033734","bedrooms":"4","price":"225000","area":"565"} , +{"type":"Feature","id":"n5996681040","geometry":{"type":"Point","coordinates":[-0.2050141,51.3258942]},"properties":{"@type":"node","@id":5996681040,"@timestamp":1539937463},"coords":"51.3258942,-0.2050141","bedrooms":"4","price":"182000","area":"614"} , +{"type":"Feature","id":"n5996681054","geometry":{"type":"Point","coordinates":[-0.2066561,51.3245726]},"properties":{"@type":"node","@id":5996681054,"@timestamp":1539937462},"coords":"51.3245726,-0.2066561","bedrooms":"1","price":"153000","area":"358"} , +{"type":"Feature","id":"n5996681075","geometry":{"type":"Point","coordinates":[-0.2067062,51.3230119]},"properties":{"@type":"node","@id":5996681075,"@timestamp":1539937461},"coords":"51.3230119,-0.2067062","bedrooms":"3","price":"200000","area":"499"} , +{"type":"Feature","id":"n5997415877","geometry":{"type":"Point","coordinates":[-0.2053323,51.3220041]},"properties":{"@type":"node","@id":5997415877,"@timestamp":1539937460},"coords":"51.3220041,-0.2053323","bedrooms":"0","price":"275000","area":"458"} , +{"type":"Feature","id":"n5997664352","geometry":{"type":"Point","coordinates":[-0.2012423,51.3164786]},"properties":{"@type":"node","@id":5997664352,"@timestamp":1539942160},"coords":"51.3164786,-0.2012423","bedrooms":"3","price":"238000","area":"508"} , +{"type":"Feature","id":"n5997664363","geometry":{"type":"Point","coordinates":[-0.2080023,51.314869]},"properties":{"@type":"node","@id":5997664363,"@timestamp":1539942161},"coords":"51.314869,-0.2080023","bedrooms":"2","price":"234000","area":"468"} , +{"type":"Feature","id":"n5997664489","geometry":{"type":"Point","coordinates":[-0.2071516,51.3153057]},"properties":{"@type":"node","@id":5997664489,"@timestamp":1539942162},"coords":"51.3153057,-0.2071516","bedrooms":"0","price":"155000","area":"464"} , +{"type":"Feature","id":"n5997664499","geometry":{"type":"Point","coordinates":[-0.2095067,51.3147885]},"properties":{"@type":"node","@id":5997664499,"@timestamp":1539942163},"coords":"51.3147885,-0.2095067","bedrooms":"2","price":"161000","area":"472"} , +{"type":"Feature","id":"n5998084913","geometry":{"type":"Point","coordinates":[-0.2124204,51.3144747]},"properties":{"@type":"node","@id":5998084913,"@timestamp":1539951587},"coords":"51.3144747,-0.2124204","bedrooms":"2","price":"188000","area":"507"} , +{"type":"Feature","id":"n5998084934","geometry":{"type":"Point","coordinates":[-0.2164997,51.3130066]},"properties":{"@type":"node","@id":5998084934,"@timestamp":1539969270},"coords":"51.3130066,-0.2164997","bedrooms":"3","price":"206000","area":"614"} , +{"type":"Feature","id":"n5998125888","geometry":{"type":"Point","coordinates":[-0.0322117,51.5127301]},"properties":{"@type":"node","@id":5998125888,"@timestamp":1539953411},"coords":"51.5127301,-0.0322117","bedrooms":"3","price":"205000","area":"662"} , +{"type":"Feature","id":"n5998125898","geometry":{"type":"Point","coordinates":[-0.0332748,51.5133652]},"properties":{"@type":"node","@id":5998125898,"@timestamp":1577453686},"coords":"51.5133652,-0.0332748","bedrooms":"4","price":"234000","area":"441"} , +{"type":"Feature","id":"n5998125908","geometry":{"type":"Point","coordinates":[-0.0333591,51.5136838]},"properties":{"@type":"node","@id":5998125908,"@timestamp":1539953413},"coords":"51.5136838,-0.0333591","bedrooms":"2","price":"172000","area":"526"} , +{"type":"Feature","id":"n5998125936","geometry":{"type":"Point","coordinates":[-0.0360366,51.5141147]},"properties":{"@type":"node","@id":5998125936,"@timestamp":1539953414},"coords":"51.5141147,-0.0360366","bedrooms":"1","price":"171000","area":"674"} , +{"type":"Feature","id":"n5998125946","geometry":{"type":"Point","coordinates":[-0.0388922,51.5144137]},"properties":{"@type":"node","@id":5998125946,"@timestamp":1539953415},"coords":"51.5144137,-0.0388922","bedrooms":"0","price":"202000","area":"579"} , +{"type":"Feature","id":"n5998125992","geometry":{"type":"Point","coordinates":[-0.0383166,51.5176928]},"properties":{"@type":"node","@id":5998125992,"@timestamp":1539953416},"coords":"51.5176928,-0.0383166","bedrooms":"2","price":"257000","area":"685"} , +{"type":"Feature","id":"n5998153232","geometry":{"type":"Point","coordinates":[-0.3294566,51.4502479]},"properties":{"@type":"node","@id":5998153232,"@timestamp":1601830641},"coords":"51.4502479,-0.3294566","bedrooms":"4","price":"212000","area":"547"} , +{"type":"Feature","id":"n5998376831","geometry":{"type":"Point","coordinates":[-0.0268953,51.5093224]},"properties":{"@type":"node","@id":5998376831,"@timestamp":1564903671},"coords":"51.5093224,-0.0268953","bedrooms":"0","price":"194000","area":"486"} , +{"type":"Feature","id":"n5998602788","geometry":{"type":"Point","coordinates":[-0.2146888,51.3148015]},"properties":{"@type":"node","@id":5998602788,"@timestamp":1539969262},"coords":"51.3148015,-0.2146888","bedrooms":"0","price":"187000","area":"423"} , +{"type":"Feature","id":"n5998602799","geometry":{"type":"Point","coordinates":[-0.2138557,51.3143798]},"properties":{"@type":"node","@id":5998602799,"@timestamp":1539969262},"coords":"51.3143798,-0.2138557","bedrooms":"2","price":"271000","area":"471"} , +{"type":"Feature","id":"n5998602809","geometry":{"type":"Point","coordinates":[-0.2152495,51.3169272]},"properties":{"@type":"node","@id":5998602809,"@timestamp":1539969263},"coords":"51.3169272,-0.2152495","bedrooms":"0","price":"153000","area":"387"} , +{"type":"Feature","id":"n5998602826","geometry":{"type":"Point","coordinates":[-0.2189724,51.3199101]},"properties":{"@type":"node","@id":5998602826,"@timestamp":1539969264},"coords":"51.3199101,-0.2189724","bedrooms":"2","price":"162000","area":"562"} , +{"type":"Feature","id":"n5998602851","geometry":{"type":"Point","coordinates":[-0.2169219,51.3207591]},"properties":{"@type":"node","@id":5998602851,"@timestamp":1539969266},"coords":"51.3207591,-0.2169219","bedrooms":"2","price":"254000","area":"681"} , +{"type":"Feature","id":"n5998602871","geometry":{"type":"Point","coordinates":[-0.2136041,51.3212027]},"properties":{"@type":"node","@id":5998602871,"@timestamp":1539969267},"coords":"51.3212027,-0.2136041","bedrooms":"2","price":"285000","area":"436"} , +{"type":"Feature","id":"n5998654949","geometry":{"type":"Point","coordinates":[0.763753,51.441712]},"properties":{"@type":"node","@id":5998654949,"@timestamp":1539970716},"coords":"51.441712,0.763753","bedrooms":"1","price":"246000","area":"422"} , +{"type":"Feature","id":"n5998676001","geometry":{"type":"Point","coordinates":[-0.2138169,51.3245531]},"properties":{"@type":"node","@id":5998676001,"@timestamp":1539971278},"coords":"51.3245531,-0.2138169","bedrooms":"3","price":"262000","area":"580"} , +{"type":"Feature","id":"n5998676040","geometry":{"type":"Point","coordinates":[-0.2152267,51.3282006]},"properties":{"@type":"node","@id":5998676040,"@timestamp":1539971280},"coords":"51.3282006,-0.2152267","bedrooms":"3","price":"253000","area":"578"} , +{"type":"Feature","id":"n5998737483","geometry":{"type":"Point","coordinates":[-1.0986907,51.3583755]},"properties":{"@type":"node","@id":5998737483,"@timestamp":1619398560},"coords":"51.3583755,-1.0986907","bedrooms":"3","price":"193000","area":"484"} , +{"type":"Feature","id":"n5998841772","geometry":{"type":"Point","coordinates":[-1.1040056,51.4099173]},"properties":{"@type":"node","@id":5998841772,"@timestamp":1539977250},"coords":"51.4099173,-1.1040056","bedrooms":"1","price":"179000","area":"600"} , +{"type":"Feature","id":"n5999046713","geometry":{"type":"Point","coordinates":[-0.2151405,51.327561]},"properties":{"@type":"node","@id":5999046713,"@timestamp":1539983388},"coords":"51.327561,-0.2151405","bedrooms":"0","price":"288000","area":"530"} , +{"type":"Feature","id":"n5999046723","geometry":{"type":"Point","coordinates":[-0.2149986,51.3268713]},"properties":{"@type":"node","@id":5999046723,"@timestamp":1539983389},"coords":"51.3268713,-0.2149986","bedrooms":"0","price":"189000","area":"685"} , +{"type":"Feature","id":"n5999046733","geometry":{"type":"Point","coordinates":[-0.2138126,51.3275291]},"properties":{"@type":"node","@id":5999046733,"@timestamp":1539983391},"coords":"51.3275291,-0.2138126","bedrooms":"3","price":"201000","area":"438"} , +{"type":"Feature","id":"n5999183992","geometry":{"type":"Point","coordinates":[-0.2016805,51.3283376]},"properties":{"@type":"node","@id":5999183992,"@timestamp":1539988588},"coords":"51.3283376,-0.2016805","bedrooms":"4","price":"249000","area":"632"} , +{"type":"Feature","id":"n5999184003","geometry":{"type":"Point","coordinates":[-0.191376,51.3273312]},"properties":{"@type":"node","@id":5999184003,"@timestamp":1539988589},"coords":"51.3273312,-0.191376","bedrooms":"4","price":"218000","area":"641"} , +{"type":"Feature","id":"n5999184013","geometry":{"type":"Point","coordinates":[-0.1842895,51.3310363]},"properties":{"@type":"node","@id":5999184013,"@timestamp":1539988590},"coords":"51.3310363,-0.1842895","bedrooms":"4","price":"271000","area":"672"} , +{"type":"Feature","id":"n5999184023","geometry":{"type":"Point","coordinates":[-0.1782457,51.333067]},"properties":{"@type":"node","@id":5999184023,"@timestamp":1539988591},"coords":"51.333067,-0.1782457","bedrooms":"4","price":"165000","area":"635"} , +{"type":"Feature","id":"n5999320088","geometry":{"type":"Point","coordinates":[-0.0817115,51.5220535]},"properties":{"@type":"node","@id":5999320088,"@timestamp":1539996434},"coords":"51.5220535,-0.0817115","bedrooms":"1","price":"297000","area":"692"} , +{"type":"Feature","id":"n5999768479","geometry":{"type":"Point","coordinates":[-0.0074839,51.3246024]},"properties":{"@type":"node","@id":5999768479,"@timestamp":1540022613},"coords":"51.3246024,-0.0074839","bedrooms":"3","price":"266000","area":"517"} , +{"type":"Feature","id":"n5999891651","geometry":{"type":"Point","coordinates":[-0.0163714,51.3424883]},"properties":{"@type":"node","@id":5999891651,"@timestamp":1540027889},"coords":"51.3424883,-0.0163714","bedrooms":"0","price":"222000","area":"595"} , +{"type":"Feature","id":"n5999891661","geometry":{"type":"Point","coordinates":[-0.0156547,51.3420137]},"properties":{"@type":"node","@id":5999891661,"@timestamp":1540027890},"coords":"51.3420137,-0.0156547","bedrooms":"1","price":"160000","area":"593"} , +{"type":"Feature","id":"n5999891671","geometry":{"type":"Point","coordinates":[-0.0149305,51.3416654]},"properties":{"@type":"node","@id":5999891671,"@timestamp":1540027892},"coords":"51.3416654,-0.0149305","bedrooms":"2","price":"152000","area":"478"} , +{"type":"Feature","id":"n5999891681","geometry":{"type":"Point","coordinates":[-0.0142117,51.3411535]},"properties":{"@type":"node","@id":5999891681,"@timestamp":1540027893},"coords":"51.3411535,-0.0142117","bedrooms":"3","price":"264000","area":"454"} , +{"type":"Feature","id":"n5999893291","geometry":{"type":"Point","coordinates":[-0.0136672,51.3406182]},"properties":{"@type":"node","@id":5999893291,"@timestamp":1540027895},"coords":"51.3406182,-0.0136672","bedrooms":"1","price":"225000","area":"377"} , +{"type":"Feature","id":"n5999900171","geometry":{"type":"Point","coordinates":[-0.0602793,51.3528938]},"properties":{"@type":"node","@id":5999900171,"@timestamp":1540028567},"coords":"51.3528938,-0.0602793","bedrooms":"0","price":"194000","area":"609"} , +{"type":"Feature","id":"n6000041686","geometry":{"type":"Point","coordinates":[0.0380697,51.2734911]},"properties":{"@type":"node","@id":6000041686,"@timestamp":1628780630},"coords":"51.2734911,0.0380697","bedrooms":"3","price":"157000","area":"673"} , +{"type":"Feature","id":"n6000373253","geometry":{"type":"Point","coordinates":[0.8921295,51.9006621]},"properties":{"@type":"node","@id":6000373253,"@timestamp":1540039835},"coords":"51.9006621,0.8921295","bedrooms":"2","price":"186000","area":"532"} , +{"type":"Feature","id":"n6001118641","geometry":{"type":"Point","coordinates":[0.8926319,51.9001445]},"properties":{"@type":"node","@id":6001118641,"@timestamp":1540056395},"coords":"51.9001445,0.8926319","bedrooms":"4","price":"286000","area":"461"} , +{"type":"Feature","id":"n6001267211","geometry":{"type":"Point","coordinates":[0.1633978,51.5635556]},"properties":{"@type":"node","@id":6001267211,"@timestamp":1540212322},"coords":"51.5635556,0.1633978","bedrooms":"3","price":"176000","area":"463"} , +{"type":"Feature","id":"n6001480160","geometry":{"type":"Point","coordinates":[-0.1315159,51.4987361]},"properties":{"@type":"node","@id":6001480160,"@timestamp":1564903671},"coords":"51.4987361,-0.1315159","bedrooms":"4","price":"296000","area":"513"} , +{"type":"Feature","id":"n6001605249","geometry":{"type":"Point","coordinates":[-0.4764385,51.4828919]},"properties":{"@type":"node","@id":6001605249,"@timestamp":1540075613},"coords":"51.4828919,-0.4764385","bedrooms":"4","price":"274000","area":"696"} , +{"type":"Feature","id":"n6001624048","geometry":{"type":"Point","coordinates":[-0.7316865,51.6229521]},"properties":{"@type":"node","@id":6001624048,"@timestamp":1540077060},"coords":"51.6229521,-0.7316865","bedrooms":"1","price":"195000","area":"501"} , +{"type":"Feature","id":"n6001624067","geometry":{"type":"Point","coordinates":[-0.7163805,51.62594]},"properties":{"@type":"node","@id":6001624067,"@timestamp":1540077061},"coords":"51.62594,-0.7163805","bedrooms":"1","price":"199000","area":"383"} , +{"type":"Feature","id":"n6001624258","geometry":{"type":"Point","coordinates":[-0.7045747,51.632377]},"properties":{"@type":"node","@id":6001624258,"@timestamp":1540077064},"coords":"51.632377,-0.7045747","bedrooms":"3","price":"222000","area":"494"} , +{"type":"Feature","id":"n6001624312","geometry":{"type":"Point","coordinates":[-0.7112915,51.6317034]},"properties":{"@type":"node","@id":6001624312,"@timestamp":1540077065},"coords":"51.6317034,-0.7112915","bedrooms":"0","price":"272000","area":"641"} , +{"type":"Feature","id":"n6001624503","geometry":{"type":"Point","coordinates":[-0.7230055,51.6360491]},"properties":{"@type":"node","@id":6001624503,"@timestamp":1540077068},"coords":"51.6360491,-0.7230055","bedrooms":"0","price":"224000","area":"645"} , +{"type":"Feature","id":"n6001624823","geometry":{"type":"Point","coordinates":[-0.7262833,51.6427152]},"properties":{"@type":"node","@id":6001624823,"@timestamp":1610666170},"coords":"51.6427152,-0.7262833","bedrooms":"2","price":"272000","area":"464"} , +{"type":"Feature","id":"n6001736252","geometry":{"type":"Point","coordinates":[-0.3298764,51.5285989]},"properties":{"@type":"node","@id":6001736252,"@timestamp":1632584880},"coords":"51.5285989,-0.3298764","bedrooms":"4","price":"186000","area":"603"} , +{"type":"Feature","id":"n6001937993","geometry":{"type":"Point","coordinates":[0.0054163,51.5489348]},"properties":{"@type":"node","@id":6001937993,"@timestamp":1551649018},"coords":"51.5489348,0.0054163","bedrooms":"3","price":"206000","area":"424"} , +{"type":"Feature","id":"n6002375081","geometry":{"type":"Point","coordinates":[-1.0116857,51.6437839]},"properties":{"@type":"node","@id":6002375081,"@timestamp":1540227775},"coords":"51.6437839,-1.0116857","bedrooms":"1","price":"151000","area":"453"} , +{"type":"Feature","id":"n6002591249","geometry":{"type":"Point","coordinates":[-0.0807446,51.5227557]},"properties":{"@type":"node","@id":6002591249,"@timestamp":1540123657},"coords":"51.5227557,-0.0807446","bedrooms":"0","price":"253000","area":"433"} , +{"type":"Feature","id":"n6002632116","geometry":{"type":"Point","coordinates":[-0.0779944,51.3632239]},"properties":{"@type":"node","@id":6002632116,"@timestamp":1540125564},"coords":"51.3632239,-0.0779944","bedrooms":"3","price":"169000","area":"512"} , +{"type":"Feature","id":"n6002632130","geometry":{"type":"Point","coordinates":[-0.075313,51.3716985]},"properties":{"@type":"node","@id":6002632130,"@timestamp":1540724918},"coords":"51.3716985,-0.075313","bedrooms":"3","price":"178000","area":"579"} , +{"type":"Feature","id":"n6002642251","geometry":{"type":"Point","coordinates":[-0.01887,51.5092429]},"properties":{"@type":"node","@id":6002642251,"@timestamp":1605434038},"coords":"51.5092429,-0.01887","bedrooms":"2","price":"178000","area":"481"} , +{"type":"Feature","id":"n6002642263","geometry":{"type":"Point","coordinates":[-0.0206005,51.509292]},"properties":{"@type":"node","@id":6002642263,"@timestamp":1540125860},"coords":"51.509292,-0.0206005","bedrooms":"0","price":"155000","area":"366"} , +{"type":"Feature","id":"n6002647880","geometry":{"type":"Point","coordinates":[-0.329461,51.449161]},"properties":{"@type":"node","@id":6002647880,"@timestamp":1619298098},"coords":"51.449161,-0.329461","bedrooms":"0","price":"207000","area":"501"} , +{"type":"Feature","id":"n6002721120","geometry":{"type":"Point","coordinates":[-0.0471142,51.9772951]},"properties":{"@type":"node","@id":6002721120,"@timestamp":1540127780},"coords":"51.9772951,-0.0471142","bedrooms":"1","price":"286000","area":"656"} , +{"type":"Feature","id":"n6002759469","geometry":{"type":"Point","coordinates":[-0.033598,51.5089595]},"properties":{"@type":"node","@id":6002759469,"@timestamp":1540129045},"coords":"51.5089595,-0.033598","bedrooms":"1","price":"218000","area":"643"} , +{"type":"Feature","id":"n6002810627","geometry":{"type":"Point","coordinates":[-0.7504026,51.4135938]},"properties":{"@type":"node","@id":6002810627,"@timestamp":1564970648},"coords":"51.4135938,-0.7504026","bedrooms":"4","price":"282000","area":"676"} , +{"type":"Feature","id":"n6002885166","geometry":{"type":"Point","coordinates":[-0.080241,51.5238818]},"properties":{"@type":"node","@id":6002885166,"@timestamp":1540133898},"coords":"51.5238818,-0.080241","bedrooms":"1","price":"198000","area":"490"} , +{"type":"Feature","id":"n6003242539","geometry":{"type":"Point","coordinates":[-0.3339806,51.4458782]},"properties":{"@type":"node","@id":6003242539,"@timestamp":1540144294},"coords":"51.4458782,-0.3339806","bedrooms":"4","price":"230000","area":"512"} , +{"type":"Feature","id":"n6003262897","geometry":{"type":"Point","coordinates":[-0.1306194,51.3271468]},"properties":{"@type":"node","@id":6003262897,"@timestamp":1540145140},"coords":"51.3271468,-0.1306194","bedrooms":"3","price":"217000","area":"565"} , +{"type":"Feature","id":"n6003262907","geometry":{"type":"Point","coordinates":[-0.1336665,51.3257006]},"properties":{"@type":"node","@id":6003262907,"@timestamp":1540145141},"coords":"51.3257006,-0.1336665","bedrooms":"1","price":"186000","area":"434"} , +{"type":"Feature","id":"n6003262917","geometry":{"type":"Point","coordinates":[-0.1375732,51.3236458]},"properties":{"@type":"node","@id":6003262917,"@timestamp":1540145142},"coords":"51.3236458,-0.1375732","bedrooms":"2","price":"293000","area":"434"} , +{"type":"Feature","id":"n6003262927","geometry":{"type":"Point","coordinates":[-0.1305127,51.3274097]},"properties":{"@type":"node","@id":6003262927,"@timestamp":1540145142},"coords":"51.3274097,-0.1305127","bedrooms":"3","price":"193000","area":"614"} , +{"type":"Feature","id":"n6003262937","geometry":{"type":"Point","coordinates":[-0.1327123,51.3269001]},"properties":{"@type":"node","@id":6003262937,"@timestamp":1540145143},"coords":"51.3269001,-0.1327123","bedrooms":"3","price":"169000","area":"401"} , +{"type":"Feature","id":"n6003262947","geometry":{"type":"Point","coordinates":[-0.1347668,51.3258838]},"properties":{"@type":"node","@id":6003262947,"@timestamp":1540145144},"coords":"51.3258838,-0.1347668","bedrooms":"4","price":"150000","area":"504"} , +{"type":"Feature","id":"n6003262957","geometry":{"type":"Point","coordinates":[-0.1363335,51.3254271]},"properties":{"@type":"node","@id":6003262957,"@timestamp":1540145145},"coords":"51.3254271,-0.1363335","bedrooms":"1","price":"183000","area":"664"} , +{"type":"Feature","id":"n6003262967","geometry":{"type":"Point","coordinates":[-0.1376576,51.3241543]},"properties":{"@type":"node","@id":6003262967,"@timestamp":1540145146},"coords":"51.3241543,-0.1376576","bedrooms":"1","price":"171000","area":"527"} , +{"type":"Feature","id":"n6003262977","geometry":{"type":"Point","coordinates":[-0.1372108,51.3228941]},"properties":{"@type":"node","@id":6003262977,"@timestamp":1540145146},"coords":"51.3228941,-0.1372108","bedrooms":"4","price":"279000","area":"685"} , +{"type":"Feature","id":"n6003263087","geometry":{"type":"Point","coordinates":[-0.1364857,51.322935]},"properties":{"@type":"node","@id":6003263087,"@timestamp":1540221784},"coords":"51.322935,-0.1364857","bedrooms":"4","price":"298000","area":"500"} , +{"type":"Feature","id":"n6003528073","geometry":{"type":"Point","coordinates":[-0.3345023,51.4470651]},"properties":{"@type":"node","@id":6003528073,"@timestamp":1540156301},"coords":"51.4470651,-0.3345023","bedrooms":"4","price":"194000","area":"635"} , +{"type":"Feature","id":"n6003528623","geometry":{"type":"Point","coordinates":[-0.3331471,51.4452921]},"properties":{"@type":"node","@id":6003528623,"@timestamp":1540156303},"coords":"51.4452921,-0.3331471","bedrooms":"1","price":"249000","area":"537"} , +{"type":"Feature","id":"n6003714856","geometry":{"type":"Point","coordinates":[-0.1245108,51.572632]},"properties":{"@type":"node","@id":6003714856,"@timestamp":1632524146},"coords":"51.572632,-0.1245108","bedrooms":"4","price":"280000","area":"370"} , +{"type":"Feature","id":"n6003744694","geometry":{"type":"Point","coordinates":[-0.0780562,51.5237425]},"properties":{"@type":"node","@id":6003744694,"@timestamp":1540168073},"coords":"51.5237425,-0.0780562","bedrooms":"2","price":"257000","area":"544"} , +{"type":"Feature","id":"n6004012297","geometry":{"type":"Point","coordinates":[-0.0248581,51.570345]},"properties":{"@type":"node","@id":6004012297,"@timestamp":1625799135},"coords":"51.570345,-0.0248581","bedrooms":"4","price":"164000","area":"463"} , +{"type":"Feature","id":"n6004619407","geometry":{"type":"Point","coordinates":[0.0929249,51.7692626]},"properties":{"@type":"node","@id":6004619407,"@timestamp":1626006560},"coords":"51.7692626,0.0929249","bedrooms":"0","price":"256000","area":"420"} , +{"type":"Feature","id":"n6005094217","geometry":{"type":"Point","coordinates":[-0.0096183,51.5087916]},"properties":{"@type":"node","@id":6005094217,"@timestamp":1564903671},"coords":"51.5087916,-0.0096183","bedrooms":"0","price":"161000","area":"482"} , +{"type":"Feature","id":"n6005094227","geometry":{"type":"Point","coordinates":[-0.010415,51.5088368]},"properties":{"@type":"node","@id":6005094227,"@timestamp":1540216142},"coords":"51.5088368,-0.010415","bedrooms":"2","price":"250000","area":"599"} , +{"type":"Feature","id":"n6005094258","geometry":{"type":"Point","coordinates":[-0.0145218,51.5089132]},"properties":{"@type":"node","@id":6005094258,"@timestamp":1540216143},"coords":"51.5089132,-0.0145218","bedrooms":"4","price":"187000","area":"584"} , +{"type":"Feature","id":"n6005094279","geometry":{"type":"Point","coordinates":[-0.0175457,51.5090071]},"properties":{"@type":"node","@id":6005094279,"@timestamp":1540216144},"coords":"51.5090071,-0.0175457","bedrooms":"0","price":"246000","area":"447"} , +{"type":"Feature","id":"n6005204140","geometry":{"type":"Point","coordinates":[-0.1269399,51.3185829]},"properties":{"@type":"node","@id":6005204140,"@timestamp":1540219750},"coords":"51.3185829,-0.1269399","bedrooms":"3","price":"151000","area":"490"} , +{"type":"Feature","id":"n6005204150","geometry":{"type":"Point","coordinates":[-0.1241004,51.3136702]},"properties":{"@type":"node","@id":6005204150,"@timestamp":1540219751},"coords":"51.3136702,-0.1241004","bedrooms":"1","price":"215000","area":"446"} , +{"type":"Feature","id":"n6005204160","geometry":{"type":"Point","coordinates":[-0.1235341,51.3121727]},"properties":{"@type":"node","@id":6005204160,"@timestamp":1540219752},"coords":"51.3121727,-0.1235341","bedrooms":"1","price":"200000","area":"584"} , +{"type":"Feature","id":"n6005204170","geometry":{"type":"Point","coordinates":[-0.12269,51.3107194]},"properties":{"@type":"node","@id":6005204170,"@timestamp":1540219752},"coords":"51.3107194,-0.12269","bedrooms":"3","price":"199000","area":"617"} , +{"type":"Feature","id":"n6005204180","geometry":{"type":"Point","coordinates":[-0.1220416,51.3103402]},"properties":{"@type":"node","@id":6005204180,"@timestamp":1540219753},"coords":"51.3103402,-0.1220416","bedrooms":"4","price":"168000","area":"476"} , +{"type":"Feature","id":"n6005205390","geometry":{"type":"Point","coordinates":[-0.1190902,51.3074434]},"properties":{"@type":"node","@id":6005205390,"@timestamp":1540219754},"coords":"51.3074434,-0.1190902","bedrooms":"4","price":"203000","area":"678"} , +{"type":"Feature","id":"n6005252832","geometry":{"type":"Point","coordinates":[0.0087503,51.5350479]},"properties":{"@type":"node","@id":6005252832,"@timestamp":1602672653},"coords":"51.5350479,0.0087503","bedrooms":"4","price":"161000","area":"582"} , +{"type":"Feature","id":"n6005291027","geometry":{"type":"Point","coordinates":[0.0113306,51.534113]},"properties":{"@type":"node","@id":6005291027,"@timestamp":1621855586},"coords":"51.534113,0.0113306","bedrooms":"3","price":"247000","area":"587"} , +{"type":"Feature","id":"n6005535241","geometry":{"type":"Point","coordinates":[0.0046904,51.4683476]},"properties":{"@type":"node","@id":6005535241,"@timestamp":1540230493},"coords":"51.4683476,0.0046904","bedrooms":"0","price":"152000","area":"693"} , +{"type":"Feature","id":"n6005649581","geometry":{"type":"Point","coordinates":[0.0079806,51.4669542]},"properties":{"@type":"node","@id":6005649581,"@timestamp":1541262142},"coords":"51.4669542,0.0079806","bedrooms":"1","price":"258000","area":"673"} , +{"type":"Feature","id":"n6005883505","geometry":{"type":"Point","coordinates":[-0.0073265,51.508977]},"properties":{"@type":"node","@id":6005883505,"@timestamp":1540241371},"coords":"51.508977,-0.0073265","bedrooms":"3","price":"252000","area":"558"} , +{"type":"Feature","id":"n6006069198","geometry":{"type":"Point","coordinates":[-0.1170403,51.4726013]},"properties":{"@type":"node","@id":6006069198,"@timestamp":1540248774},"coords":"51.4726013,-0.1170403","bedrooms":"4","price":"153000","area":"651"} , +{"type":"Feature","id":"n6006255490","geometry":{"type":"Point","coordinates":[-0.552597,51.4958992]},"properties":{"@type":"node","@id":6006255490,"@timestamp":1608417592},"coords":"51.4958992,-0.552597","bedrooms":"2","price":"208000","area":"598"} , +{"type":"Feature","id":"n6006261516","geometry":{"type":"Point","coordinates":[-0.5857435,51.5092978]},"properties":{"@type":"node","@id":6006261516,"@timestamp":1618068598},"coords":"51.5092978,-0.5857435","bedrooms":"2","price":"163000","area":"605"} , +{"type":"Feature","id":"n6006853491","geometry":{"type":"Point","coordinates":[-0.1796279,51.4937151]},"properties":{"@type":"node","@id":6006853491,"@timestamp":1599290908},"coords":"51.4937151,-0.1796279","bedrooms":"0","price":"254000","area":"417"} , +{"type":"Feature","id":"n6007243572","geometry":{"type":"Point","coordinates":[-0.0151384,51.5509552]},"properties":{"@type":"node","@id":6007243572,"@timestamp":1542402583},"coords":"51.5509552,-0.0151384","bedrooms":"2","price":"266000","area":"519"} , +{"type":"Feature","id":"n6007764206","geometry":{"type":"Point","coordinates":[-0.0805236,51.5236705]},"properties":{"@type":"node","@id":6007764206,"@timestamp":1598207799},"coords":"51.5236705,-0.0805236","bedrooms":"4","price":"260000","area":"499"} , +{"type":"Feature","id":"n6007830271","geometry":{"type":"Point","coordinates":[0.5022053,51.3915706]},"properties":{"@type":"node","@id":6007830271,"@timestamp":1540310114},"coords":"51.3915706,0.5022053","bedrooms":"3","price":"273000","area":"617"} , +{"type":"Feature","id":"n6008379165","geometry":{"type":"Point","coordinates":[-0.0484434,51.1901844]},"properties":{"@type":"node","@id":6008379165,"@timestamp":1540324540},"coords":"51.1901844,-0.0484434","bedrooms":"4","price":"153000","area":"454"} , +{"type":"Feature","id":"n6008379805","geometry":{"type":"Point","coordinates":[-0.0106001,51.2339724]},"properties":{"@type":"node","@id":6008379805,"@timestamp":1540324542},"coords":"51.2339724,-0.0106001","bedrooms":"2","price":"257000","area":"513"} , +{"type":"Feature","id":"n6008608407","geometry":{"type":"Point","coordinates":[-0.1004355,51.3676907]},"properties":{"@type":"node","@id":6008608407,"@timestamp":1540331398},"coords":"51.3676907,-0.1004355","bedrooms":"2","price":"225000","area":"426"} , +{"type":"Feature","id":"n6008608430","geometry":{"type":"Point","coordinates":[-0.1006645,51.3684932]},"properties":{"@type":"node","@id":6008608430,"@timestamp":1540331399},"coords":"51.3684932,-0.1006645","bedrooms":"1","price":"238000","area":"611"} , +{"type":"Feature","id":"n6008608440","geometry":{"type":"Point","coordinates":[-0.1013518,51.3694982]},"properties":{"@type":"node","@id":6008608440,"@timestamp":1540331400},"coords":"51.3694982,-0.1013518","bedrooms":"2","price":"257000","area":"694"} , +{"type":"Feature","id":"n6008643525","geometry":{"type":"Point","coordinates":[-0.3282031,51.4479285]},"properties":{"@type":"node","@id":6008643525,"@timestamp":1540333795},"coords":"51.4479285,-0.3282031","bedrooms":"3","price":"238000","area":"549"} , +{"type":"Feature","id":"n6008657268","geometry":{"type":"Point","coordinates":[-0.0742073,51.5241116]},"properties":{"@type":"node","@id":6008657268,"@timestamp":1540334665},"coords":"51.5241116,-0.0742073","bedrooms":"0","price":"188000","area":"651"} , +{"type":"Feature","id":"n6008852274","geometry":{"type":"Point","coordinates":[-0.0018497,51.5417339]},"properties":{"@type":"node","@id":6008852274,"@timestamp":1617510749},"coords":"51.5417339,-0.0018497","bedrooms":"3","price":"187000","area":"391"} , +{"type":"Feature","id":"n6009777679","geometry":{"type":"Point","coordinates":[-0.3252776,51.5392479]},"properties":{"@type":"node","@id":6009777679,"@timestamp":1540379087},"coords":"51.5392479,-0.3252776","bedrooms":"0","price":"221000","area":"485"} , +{"type":"Feature","id":"n6010007338","geometry":{"type":"Point","coordinates":[-0.0952496,51.3676737]},"properties":{"@type":"node","@id":6010007338,"@timestamp":1540386182},"coords":"51.3676737,-0.0952496","bedrooms":"4","price":"178000","area":"379"} , +{"type":"Feature","id":"n6010007368","geometry":{"type":"Point","coordinates":[-0.0938629,51.371249]},"properties":{"@type":"node","@id":6010007368,"@timestamp":1540386183},"coords":"51.371249,-0.0938629","bedrooms":"0","price":"166000","area":"515"} , +{"type":"Feature","id":"n6010057418","geometry":{"type":"Point","coordinates":[-0.0346166,51.5502697]},"properties":{"@type":"node","@id":6010057418,"@timestamp":1581032783},"coords":"51.5502697,-0.0346166","bedrooms":"2","price":"282000","area":"433"} , +{"type":"Feature","id":"n6010057431","geometry":{"type":"Point","coordinates":[-0.0367068,51.5495087]},"properties":{"@type":"node","@id":6010057431,"@timestamp":1540387518},"coords":"51.5495087,-0.0367068","bedrooms":"1","price":"152000","area":"529"} , +{"type":"Feature","id":"n6010057446","geometry":{"type":"Point","coordinates":[-0.0312468,51.5510313]},"properties":{"@type":"node","@id":6010057446,"@timestamp":1591578969},"coords":"51.5510313,-0.0312468","bedrooms":"3","price":"187000","area":"507"} , +{"type":"Feature","id":"n6010208033","geometry":{"type":"Point","coordinates":[-0.0074071,51.5779338]},"properties":{"@type":"node","@id":6010208033,"@timestamp":1625838644},"coords":"51.5779338,-0.0074071","bedrooms":"4","price":"235000","area":"457"} , +{"type":"Feature","id":"n6010627210","geometry":{"type":"Point","coordinates":[-0.6192534,51.1861197]},"properties":{"@type":"node","@id":6010627210,"@timestamp":1623087306},"coords":"51.1861197,-0.6192534","bedrooms":"1","price":"193000","area":"509"} , +{"type":"Feature","id":"n6010790003","geometry":{"type":"Point","coordinates":[-0.5807183,51.2364023]},"properties":{"@type":"node","@id":6010790003,"@timestamp":1622506243},"coords":"51.2364023,-0.5807183","bedrooms":"3","price":"242000","area":"383"} , +{"type":"Feature","id":"n6010790023","geometry":{"type":"Point","coordinates":[-0.1130669,51.5030304]},"properties":{"@type":"node","@id":6010790023,"@timestamp":1630358371},"coords":"51.5030304,-0.1130669","bedrooms":"0","price":"202000","area":"643"} , +{"type":"Feature","id":"n6010790033","geometry":{"type":"Point","coordinates":[-0.1126524,51.5027943]},"properties":{"@type":"node","@id":6010790033,"@timestamp":1630358371},"coords":"51.5027943,-0.1126524","bedrooms":"4","price":"206000","area":"545"} , +{"type":"Feature","id":"n6010915527","geometry":{"type":"Point","coordinates":[-0.0597212,51.1853274]},"properties":{"@type":"node","@id":6010915527,"@timestamp":1540410897},"coords":"51.1853274,-0.0597212","bedrooms":"3","price":"217000","area":"551"} , +{"type":"Feature","id":"n6010995885","geometry":{"type":"Point","coordinates":[-0.7434384,51.3143489]},"properties":{"@type":"node","@id":6010995885,"@timestamp":1540413502},"coords":"51.3143489,-0.7434384","bedrooms":"3","price":"254000","area":"664"} , +{"type":"Feature","id":"n6011042984","geometry":{"type":"Point","coordinates":[-0.0897808,51.1626735]},"properties":{"@type":"node","@id":6011042984,"@timestamp":1540414841},"coords":"51.1626735,-0.0897808","bedrooms":"1","price":"241000","area":"539"} , +{"type":"Feature","id":"n6012438020","geometry":{"type":"Point","coordinates":[-0.065101,51.5179637]},"properties":{"@type":"node","@id":6012438020,"@timestamp":1634071240},"coords":"51.5179637,-0.065101","bedrooms":"4","price":"167000","area":"383"} , +{"type":"Feature","id":"n6012998315","geometry":{"type":"Point","coordinates":[-0.1371289,51.4496282]},"properties":{"@type":"node","@id":6012998315,"@timestamp":1619616119},"coords":"51.4496282,-0.1371289","bedrooms":"3","price":"241000","area":"566"} , +{"type":"Feature","id":"n6013273895","geometry":{"type":"Point","coordinates":[-0.346754,51.4467938]},"properties":{"@type":"node","@id":6013273895,"@timestamp":1540485307},"coords":"51.4467938,-0.346754","bedrooms":"2","price":"222000","area":"394"} , +{"type":"Feature","id":"n6013301800","geometry":{"type":"Point","coordinates":[0.0008401,51.5102016]},"properties":{"@type":"node","@id":6013301800,"@timestamp":1540485879},"coords":"51.5102016,0.0008401","bedrooms":"3","price":"183000","area":"672"} , +{"type":"Feature","id":"n6013322716","geometry":{"type":"Point","coordinates":[-0.1002422,51.3798566]},"properties":{"@type":"node","@id":6013322716,"@timestamp":1540486489},"coords":"51.3798566,-0.1002422","bedrooms":"3","price":"177000","area":"566"} , +{"type":"Feature","id":"n6013640891","geometry":{"type":"Point","coordinates":[-0.750574,51.3279099]},"properties":{"@type":"node","@id":6013640891,"@timestamp":1540495831},"coords":"51.3279099,-0.750574","bedrooms":"1","price":"253000","area":"581"} , +{"type":"Feature","id":"n6013724672","geometry":{"type":"Point","coordinates":[-0.725578,51.343964]},"properties":{"@type":"node","@id":6013724672,"@timestamp":1540497737},"coords":"51.343964,-0.725578","bedrooms":"4","price":"260000","area":"412"} , +{"type":"Feature","id":"n6013805636","geometry":{"type":"Point","coordinates":[-0.4223708,51.8770018]},"properties":{"@type":"node","@id":6013805636,"@timestamp":1580936509},"coords":"51.8770018,-0.4223708","bedrooms":"4","price":"228000","area":"589"} , +{"type":"Feature","id":"n6013901462","geometry":{"type":"Point","coordinates":[-0.0950526,51.3708535]},"properties":{"@type":"node","@id":6013901462,"@timestamp":1540502119},"coords":"51.3708535,-0.0950526","bedrooms":"2","price":"298000","area":"541"} , +{"type":"Feature","id":"n6013901483","geometry":{"type":"Point","coordinates":[-0.0968437,51.3691071]},"properties":{"@type":"node","@id":6013901483,"@timestamp":1625634749},"coords":"51.3691071,-0.0968437","bedrooms":"1","price":"221000","area":"506"} , +{"type":"Feature","id":"n6013908840","geometry":{"type":"Point","coordinates":[-0.0949098,51.3692157]},"properties":{"@type":"node","@id":6013908840,"@timestamp":1540502122},"coords":"51.3692157,-0.0949098","bedrooms":"3","price":"189000","area":"572"} , +{"type":"Feature","id":"n6013938396","geometry":{"type":"Point","coordinates":[-0.0740314,51.5241458]},"properties":{"@type":"node","@id":6013938396,"@timestamp":1540503348},"coords":"51.5241458,-0.0740314","bedrooms":"3","price":"193000","area":"573"} , +{"type":"Feature","id":"n6013982804","geometry":{"type":"Point","coordinates":[-0.0960696,51.3656245]},"properties":{"@type":"node","@id":6013982804,"@timestamp":1540505253},"coords":"51.3656245,-0.0960696","bedrooms":"0","price":"199000","area":"643"} , +{"type":"Feature","id":"n6013983960","geometry":{"type":"Point","coordinates":[-0.0295019,51.5690056]},"properties":{"@type":"node","@id":6013983960,"@timestamp":1540505388},"coords":"51.5690056,-0.0295019","bedrooms":"4","price":"200000","area":"524"} , +{"type":"Feature","id":"n6014232381","geometry":{"type":"Point","coordinates":[0.1814023,51.9777071]},"properties":{"@type":"node","@id":6014232381,"@timestamp":1540517646},"coords":"51.9777071,0.1814023","bedrooms":"1","price":"190000","area":"551"} , +{"type":"Feature","id":"n6014748140","geometry":{"type":"Point","coordinates":[-0.0971004,51.3644444]},"properties":{"@type":"node","@id":6014748140,"@timestamp":1540537563},"coords":"51.3644444,-0.0971004","bedrooms":"0","price":"268000","area":"437"} , +{"type":"Feature","id":"n6014870896","geometry":{"type":"Point","coordinates":[-0.0942864,51.3607182]},"properties":{"@type":"node","@id":6014870896,"@timestamp":1540541288},"coords":"51.3607182,-0.0942864","bedrooms":"4","price":"269000","area":"618"} , +{"type":"Feature","id":"n6014870906","geometry":{"type":"Point","coordinates":[-0.0943513,51.3594263]},"properties":{"@type":"node","@id":6014870906,"@timestamp":1540541289},"coords":"51.3594263,-0.0943513","bedrooms":"4","price":"153000","area":"687"} , +{"type":"Feature","id":"n6014870916","geometry":{"type":"Point","coordinates":[-0.0950063,51.3585305]},"properties":{"@type":"node","@id":6014870916,"@timestamp":1540541290},"coords":"51.3585305,-0.0950063","bedrooms":"0","price":"187000","area":"593"} , +{"type":"Feature","id":"n6014870926","geometry":{"type":"Point","coordinates":[-0.097056,51.3580755]},"properties":{"@type":"node","@id":6014870926,"@timestamp":1559568191},"coords":"51.3580755,-0.097056","bedrooms":"0","price":"223000","area":"591"} , +{"type":"Feature","id":"n6015067089","geometry":{"type":"Point","coordinates":[-0.0658451,51.5892007]},"properties":{"@type":"node","@id":6015067089,"@timestamp":1564903671},"coords":"51.5892007,-0.0658451","bedrooms":"2","price":"271000","area":"598"} , +{"type":"Feature","id":"n6015241130","geometry":{"type":"Point","coordinates":[-0.0722395,51.5309213]},"properties":{"@type":"node","@id":6015241130,"@timestamp":1620666826},"coords":"51.5309213,-0.0722395","bedrooms":"4","price":"151000","area":"461"} , +{"type":"Feature","id":"n6015360107","geometry":{"type":"Point","coordinates":[0.0129608,51.508595]},"properties":{"@type":"node","@id":6015360107,"@timestamp":1540557996},"coords":"51.508595,0.0129608","bedrooms":"0","price":"247000","area":"371"} , +{"type":"Feature","id":"n6015360172","geometry":{"type":"Point","coordinates":[0.0057681,51.5101781]},"properties":{"@type":"node","@id":6015360172,"@timestamp":1600083354},"coords":"51.5101781,0.0057681","bedrooms":"2","price":"177000","area":"436"} , +{"type":"Feature","id":"n6015361001","geometry":{"type":"Point","coordinates":[0.0033938,51.5099571]},"properties":{"@type":"node","@id":6015361001,"@timestamp":1540557998},"coords":"51.5099571,0.0033938","bedrooms":"2","price":"195000","area":"487"} , +{"type":"Feature","id":"n6015591317","geometry":{"type":"Point","coordinates":[0.0156721,51.5058977]},"properties":{"@type":"node","@id":6015591317,"@timestamp":1608904167},"coords":"51.5058977,0.0156721","bedrooms":"3","price":"252000","area":"421"} , +{"type":"Feature","id":"n6015726349","geometry":{"type":"Point","coordinates":[-0.0800001,51.5322945]},"properties":{"@type":"node","@id":6015726349,"@timestamp":1600948314},"coords":"51.5322945,-0.0800001","bedrooms":"4","price":"174000","area":"605"} , +{"type":"Feature","id":"n6015821021","geometry":{"type":"Point","coordinates":[-0.1216325,51.30583]},"properties":{"@type":"node","@id":6015821021,"@timestamp":1540571991},"coords":"51.30583,-0.1216325","bedrooms":"0","price":"226000","area":"617"} , +{"type":"Feature","id":"n6015821039","geometry":{"type":"Point","coordinates":[-0.1275431,51.309989]},"properties":{"@type":"node","@id":6015821039,"@timestamp":1540571992},"coords":"51.309989,-0.1275431","bedrooms":"1","price":"294000","area":"637"} , +{"type":"Feature","id":"n6015821049","geometry":{"type":"Point","coordinates":[-0.1289424,51.310342]},"properties":{"@type":"node","@id":6015821049,"@timestamp":1540571993},"coords":"51.310342,-0.1289424","bedrooms":"2","price":"267000","area":"676"} , +{"type":"Feature","id":"n6015821059","geometry":{"type":"Point","coordinates":[-0.1342952,51.3113084]},"properties":{"@type":"node","@id":6015821059,"@timestamp":1596570809},"coords":"51.3113084,-0.1342952","bedrooms":"4","price":"239000","area":"551"} , +{"type":"Feature","id":"n6015821069","geometry":{"type":"Point","coordinates":[-0.1362544,51.3139829]},"properties":{"@type":"node","@id":6015821069,"@timestamp":1540571994},"coords":"51.3139829,-0.1362544","bedrooms":"4","price":"243000","area":"646"} , +{"type":"Feature","id":"n6015872613","geometry":{"type":"Point","coordinates":[-0.1314119,51.3203008]},"properties":{"@type":"node","@id":6015872613,"@timestamp":1540573681},"coords":"51.3203008,-0.1314119","bedrooms":"4","price":"246000","area":"625"} , +{"type":"Feature","id":"n6015984083","geometry":{"type":"Point","coordinates":[-0.9706943,51.4577031]},"properties":{"@type":"node","@id":6015984083,"@timestamp":1540577444},"coords":"51.4577031,-0.9706943","bedrooms":"2","price":"282000","area":"367"} , +{"type":"Feature","id":"n6016571441","geometry":{"type":"Point","coordinates":[-0.012758,51.4648938]},"properties":{"@type":"node","@id":6016571441,"@timestamp":1541257516},"coords":"51.4648938,-0.012758","bedrooms":"1","price":"221000","area":"636"} , +{"type":"Feature","id":"n6017365874","geometry":{"type":"Point","coordinates":[-0.1275842,51.3157593]},"properties":{"@type":"node","@id":6017365874,"@timestamp":1540631167},"coords":"51.3157593,-0.1275842","bedrooms":"0","price":"179000","area":"396"} , +{"type":"Feature","id":"n6017365884","geometry":{"type":"Point","coordinates":[-0.1272992,51.3151822]},"properties":{"@type":"node","@id":6017365884,"@timestamp":1540631168},"coords":"51.3151822,-0.1272992","bedrooms":"2","price":"242000","area":"568"} , +{"type":"Feature","id":"n6017366710","geometry":{"type":"Point","coordinates":[-0.126149,51.313683]},"properties":{"@type":"node","@id":6017366710,"@timestamp":1540631169},"coords":"51.313683,-0.126149","bedrooms":"2","price":"282000","area":"617"} , +{"type":"Feature","id":"n6017366740","geometry":{"type":"Point","coordinates":[-0.1265442,51.3145229]},"properties":{"@type":"node","@id":6017366740,"@timestamp":1540726771},"coords":"51.3145229,-0.1265442","bedrooms":"3","price":"219000","area":"435"} , +{"type":"Feature","id":"n6017401982","geometry":{"type":"Point","coordinates":[-0.1271141,51.3116902]},"properties":{"@type":"node","@id":6017401982,"@timestamp":1540633332},"coords":"51.3116902,-0.1271141","bedrooms":"4","price":"294000","area":"417"} , +{"type":"Feature","id":"n6017402394","geometry":{"type":"Point","coordinates":[-0.1230001,51.3074393]},"properties":{"@type":"node","@id":6017402394,"@timestamp":1540633333},"coords":"51.3074393,-0.1230001","bedrooms":"2","price":"299000","area":"417"} , +{"type":"Feature","id":"n6017402404","geometry":{"type":"Point","coordinates":[-0.1189339,51.3036678]},"properties":{"@type":"node","@id":6017402404,"@timestamp":1540633334},"coords":"51.3036678,-0.1189339","bedrooms":"3","price":"154000","area":"374"} , +{"type":"Feature","id":"n6017402414","geometry":{"type":"Point","coordinates":[-0.120105,51.3034495]},"properties":{"@type":"node","@id":6017402414,"@timestamp":1540633335},"coords":"51.3034495,-0.120105","bedrooms":"2","price":"201000","area":"697"} , +{"type":"Feature","id":"n6017437518","geometry":{"type":"Point","coordinates":[-0.1184176,51.3036007]},"properties":{"@type":"node","@id":6017437518,"@timestamp":1540634706},"coords":"51.3036007,-0.1184176","bedrooms":"3","price":"162000","area":"579"} , +{"type":"Feature","id":"n6017437528","geometry":{"type":"Point","coordinates":[-0.1164327,51.3011122]},"properties":{"@type":"node","@id":6017437528,"@timestamp":1540634707},"coords":"51.3011122,-0.1164327","bedrooms":"3","price":"220000","area":"453"} , +{"type":"Feature","id":"n6017437538","geometry":{"type":"Point","coordinates":[-0.1167859,51.3020004]},"properties":{"@type":"node","@id":6017437538,"@timestamp":1540634708},"coords":"51.3020004,-0.1167859","bedrooms":"4","price":"219000","area":"673"} , +{"type":"Feature","id":"n6017437548","geometry":{"type":"Point","coordinates":[-0.1177819,51.3027639]},"properties":{"@type":"node","@id":6017437548,"@timestamp":1540634709},"coords":"51.3027639,-0.1177819","bedrooms":"1","price":"175000","area":"487"} , +{"type":"Feature","id":"n6017457892","geometry":{"type":"Point","coordinates":[-0.1170551,51.3022733]},"properties":{"@type":"node","@id":6017457892,"@timestamp":1540635888},"coords":"51.3022733,-0.1170551","bedrooms":"2","price":"188000","area":"688"} , +{"type":"Feature","id":"n6017511139","geometry":{"type":"Point","coordinates":[-0.1225092,51.3341223]},"properties":{"@type":"node","@id":6017511139,"@timestamp":1540637479},"coords":"51.3341223,-0.1225092","bedrooms":"3","price":"237000","area":"391"} , +{"type":"Feature","id":"n6017511151","geometry":{"type":"Point","coordinates":[-0.1199156,51.3366088]},"properties":{"@type":"node","@id":6017511151,"@timestamp":1540637480},"coords":"51.3366088,-0.1199156","bedrooms":"1","price":"238000","area":"371"} , +{"type":"Feature","id":"n6017537934","geometry":{"type":"Point","coordinates":[-0.073416,51.5246006]},"properties":{"@type":"node","@id":6017537934,"@timestamp":1540638269},"coords":"51.5246006,-0.073416","bedrooms":"3","price":"284000","area":"583"} , +{"type":"Feature","id":"n6017701644","geometry":{"type":"Point","coordinates":[-0.4220151,51.4115721]},"properties":{"@type":"node","@id":6017701644,"@timestamp":1540645494},"coords":"51.4115721,-0.4220151","bedrooms":"1","price":"178000","area":"460"} , +{"type":"Feature","id":"n6017832754","geometry":{"type":"Point","coordinates":[-0.1481787,51.4921481]},"properties":{"@type":"node","@id":6017832754,"@timestamp":1564903671},"coords":"51.4921481,-0.1481787","bedrooms":"3","price":"182000","area":"612"} , +{"type":"Feature","id":"n6017857961","geometry":{"type":"Point","coordinates":[0.2754212,51.4375709]},"properties":{"@type":"node","@id":6017857961,"@timestamp":1540651660},"coords":"51.4375709,0.2754212","bedrooms":"3","price":"280000","area":"577"} , +{"type":"Feature","id":"n6017948468","geometry":{"type":"Point","coordinates":[0.3234763,51.4377824]},"properties":{"@type":"node","@id":6017948468,"@timestamp":1540654699},"coords":"51.4377824,0.3234763","bedrooms":"2","price":"152000","area":"684"} , +{"type":"Feature","id":"n6018278809","geometry":{"type":"Point","coordinates":[-0.7237963,51.348171]},"properties":{"@type":"node","@id":6018278809,"@timestamp":1540666455},"coords":"51.348171,-0.7237963","bedrooms":"3","price":"228000","area":"569"} , +{"type":"Feature","id":"n6018281998","geometry":{"type":"Point","coordinates":[-0.1514772,51.3582283]},"properties":{"@type":"node","@id":6018281998,"@timestamp":1540666628},"coords":"51.3582283,-0.1514772","bedrooms":"4","price":"274000","area":"396"} , +{"type":"Feature","id":"n6018357206","geometry":{"type":"Point","coordinates":[-0.3577485,51.2663462]},"properties":{"@type":"node","@id":6018357206,"@timestamp":1540670646},"coords":"51.2663462,-0.3577485","bedrooms":"4","price":"164000","area":"600"} , +{"type":"Feature","id":"n6018468240","geometry":{"type":"Point","coordinates":[-0.1174808,51.3704879]},"properties":{"@type":"node","@id":6018468240,"@timestamp":1540677893},"coords":"51.3704879,-0.1174808","bedrooms":"0","price":"188000","area":"536"} , +{"type":"Feature","id":"n6018631364","geometry":{"type":"Point","coordinates":[0.0249744,51.4403122]},"properties":{"@type":"node","@id":6018631364,"@timestamp":1540693428},"coords":"51.4403122,0.0249744","bedrooms":"0","price":"291000","area":"495"} , +{"type":"Feature","id":"n6018747830","geometry":{"type":"Point","coordinates":[0.0675793,51.4397879]},"properties":{"@type":"node","@id":6018747830,"@timestamp":1540701675},"coords":"51.4397879,0.0675793","bedrooms":"1","price":"226000","area":"403"} , +{"type":"Feature","id":"n6018819839","geometry":{"type":"Point","coordinates":[0.1098378,51.4211738]},"properties":{"@type":"node","@id":6018819839,"@timestamp":1540706940},"coords":"51.4211738,0.1098378","bedrooms":"3","price":"222000","area":"576"} , +{"type":"Feature","id":"n6019114388","geometry":{"type":"Point","coordinates":[-0.1222654,51.3114375]},"properties":{"@type":"node","@id":6019114388,"@timestamp":1540722525},"coords":"51.3114375,-0.1222654","bedrooms":"1","price":"248000","area":"685"} , +{"type":"Feature","id":"n6019227796","geometry":{"type":"Point","coordinates":[-0.122158,51.3091492]},"properties":{"@type":"node","@id":6019227796,"@timestamp":1540728177},"coords":"51.3091492,-0.122158","bedrooms":"4","price":"158000","area":"417"} , +{"type":"Feature","id":"n6019227823","geometry":{"type":"Point","coordinates":[-0.1254008,51.3110163]},"properties":{"@type":"node","@id":6019227823,"@timestamp":1540728178},"coords":"51.3110163,-0.1254008","bedrooms":"2","price":"283000","area":"388"} , +{"type":"Feature","id":"n6019227842","geometry":{"type":"Point","coordinates":[-0.1248268,51.3112628]},"properties":{"@type":"node","@id":6019227842,"@timestamp":1540728179},"coords":"51.3112628,-0.1248268","bedrooms":"0","price":"275000","area":"427"} , +{"type":"Feature","id":"n6019243920","geometry":{"type":"Point","coordinates":[0.5059022,51.3877506]},"properties":{"@type":"node","@id":6019243920,"@timestamp":1540728638},"coords":"51.3877506,0.5059022","bedrooms":"4","price":"179000","area":"679"} , +{"type":"Feature","id":"n6019343684","geometry":{"type":"Point","coordinates":[-0.1085351,51.497084]},"properties":{"@type":"node","@id":6019343684,"@timestamp":1635412453},"coords":"51.497084,-0.1085351","bedrooms":"4","price":"267000","area":"692"} , +{"type":"Feature","id":"n6019466014","geometry":{"type":"Point","coordinates":[-0.013724,51.5357919]},"properties":{"@type":"node","@id":6019466014,"@timestamp":1594861284},"coords":"51.5357919,-0.013724","bedrooms":"3","price":"220000","area":"572"} , +{"type":"Feature","id":"n6019685657","geometry":{"type":"Point","coordinates":[-0.0183725,51.5060902]},"properties":{"@type":"node","@id":6019685657,"@timestamp":1634575264},"coords":"51.5060902,-0.0183725","bedrooms":"4","price":"192000","area":"622"} , +{"type":"Feature","id":"n6019741831","geometry":{"type":"Point","coordinates":[-0.9717362,51.4433513]},"properties":{"@type":"node","@id":6019741831,"@timestamp":1540740890},"coords":"51.4433513,-0.9717362","bedrooms":"1","price":"231000","area":"627"} , +{"type":"Feature","id":"n6019792217","geometry":{"type":"Point","coordinates":[-0.1546798,51.4656641]},"properties":{"@type":"node","@id":6019792217,"@timestamp":1540741777},"coords":"51.4656641,-0.1546798","bedrooms":"2","price":"242000","area":"543"} , +{"type":"Feature","id":"n6019793697","geometry":{"type":"Point","coordinates":[-0.1482786,51.4726903]},"properties":{"@type":"node","@id":6019793697,"@timestamp":1540741775},"coords":"51.4726903,-0.1482786","bedrooms":"4","price":"204000","area":"412"} , +{"type":"Feature","id":"n6019922891","geometry":{"type":"Point","coordinates":[-0.2499269,51.55942]},"properties":{"@type":"node","@id":6019922891,"@timestamp":1540745633},"coords":"51.55942,-0.2499269","bedrooms":"0","price":"288000","area":"455"} , +{"type":"Feature","id":"n6019922911","geometry":{"type":"Point","coordinates":[-0.2503473,51.559518]},"properties":{"@type":"node","@id":6019922911,"@timestamp":1603376326},"coords":"51.559518,-0.2503473","bedrooms":"4","price":"259000","area":"571"} , +{"type":"Feature","id":"n6020089021","geometry":{"type":"Point","coordinates":[-0.8030011,51.0765547]},"properties":{"@type":"node","@id":6020089021,"@timestamp":1543222355},"coords":"51.0765547,-0.8030011","bedrooms":"3","price":"266000","area":"599"} , +{"type":"Feature","id":"n6020205713","geometry":{"type":"Point","coordinates":[0.4587744,51.3717336]},"properties":{"@type":"node","@id":6020205713,"@timestamp":1540753857},"coords":"51.3717336,0.4587744","bedrooms":"2","price":"173000","area":"688"} , +{"type":"Feature","id":"n6020478369","geometry":{"type":"Point","coordinates":[-1.0994039,51.1814935]},"properties":{"@type":"node","@id":6020478369,"@timestamp":1540760309},"coords":"51.1814935,-1.0994039","bedrooms":"1","price":"258000","area":"480"} , +{"type":"Feature","id":"n6020641175","geometry":{"type":"Point","coordinates":[-0.1109814,51.0149694]},"properties":{"@type":"node","@id":6020641175,"@timestamp":1599760038},"coords":"51.0149694,-0.1109814","bedrooms":"3","price":"253000","area":"684"} , +{"type":"Feature","id":"n6020643587","geometry":{"type":"Point","coordinates":[-0.1127741,51.0159511]},"properties":{"@type":"node","@id":6020643587,"@timestamp":1540765041},"coords":"51.0159511,-0.1127741","bedrooms":"4","price":"294000","area":"670"} , +{"type":"Feature","id":"n6021217846","geometry":{"type":"Point","coordinates":[0.0843455,51.4663079]},"properties":{"@type":"node","@id":6021217846,"@timestamp":1564903671},"coords":"51.4663079,0.0843455","bedrooms":"0","price":"228000","area":"424"} , +{"type":"Feature","id":"n6021713872","geometry":{"type":"Point","coordinates":[-0.1443861,51.4681047]},"properties":{"@type":"node","@id":6021713872,"@timestamp":1564903671},"coords":"51.4681047,-0.1443861","bedrooms":"0","price":"187000","area":"624"} , +{"type":"Feature","id":"n6021912986","geometry":{"type":"Point","coordinates":[-0.1320778,51.5120634]},"properties":{"@type":"node","@id":6021912986,"@timestamp":1559070258},"coords":"51.5120634,-0.1320778","bedrooms":"2","price":"202000","area":"523"} , +{"type":"Feature","id":"n6022347668","geometry":{"type":"Point","coordinates":[-0.2810321,51.406027]},"properties":{"@type":"node","@id":6022347668,"@timestamp":1540820809},"coords":"51.406027,-0.2810321","bedrooms":"1","price":"233000","area":"405"} , +{"type":"Feature","id":"n6022363733","geometry":{"type":"Point","coordinates":[-0.0891082,51.4366416]},"properties":{"@type":"node","@id":6022363733,"@timestamp":1540821197},"coords":"51.4366416,-0.0891082","bedrooms":"1","price":"238000","area":"420"} , +{"type":"Feature","id":"n6022363772","geometry":{"type":"Point","coordinates":[-0.0860682,51.4285675]},"properties":{"@type":"node","@id":6022363772,"@timestamp":1564903671},"coords":"51.4285675,-0.0860682","bedrooms":"4","price":"222000","area":"525"} , +{"type":"Feature","id":"n6022490285","geometry":{"type":"Point","coordinates":[-0.2590692,51.2573392]},"properties":{"@type":"node","@id":6022490285,"@timestamp":1546448831},"coords":"51.2573392,-0.2590692","bedrooms":"1","price":"169000","area":"482"} , +{"type":"Feature","id":"n6022522303","geometry":{"type":"Point","coordinates":[0.0073027,51.5521729]},"properties":{"@type":"node","@id":6022522303,"@timestamp":1619608244},"coords":"51.5521729,0.0073027","bedrooms":"4","price":"289000","area":"669"} , +{"type":"Feature","id":"n6022592202","geometry":{"type":"Point","coordinates":[-0.1629201,51.2301171]},"properties":{"@type":"node","@id":6022592202,"@timestamp":1540826241},"coords":"51.2301171,-0.1629201","bedrooms":"3","price":"181000","area":"629"} , +{"type":"Feature","id":"n6022592220","geometry":{"type":"Point","coordinates":[-0.1646075,51.2278696]},"properties":{"@type":"node","@id":6022592220,"@timestamp":1540826242},"coords":"51.2278696,-0.1646075","bedrooms":"0","price":"187000","area":"537"} , +{"type":"Feature","id":"n6022609824","geometry":{"type":"Point","coordinates":[-0.1269523,51.3823204]},"properties":{"@type":"node","@id":6022609824,"@timestamp":1540826768},"coords":"51.3823204,-0.1269523","bedrooms":"4","price":"163000","area":"552"} , +{"type":"Feature","id":"n6022636070","geometry":{"type":"Point","coordinates":[-0.9175918,51.4409899]},"properties":{"@type":"node","@id":6022636070,"@timestamp":1540827551},"coords":"51.4409899,-0.9175918","bedrooms":"0","price":"207000","area":"453"} , +{"type":"Feature","id":"n6022636080","geometry":{"type":"Point","coordinates":[-0.632658,51.3919659]},"properties":{"@type":"node","@id":6022636080,"@timestamp":1540827552},"coords":"51.3919659,-0.632658","bedrooms":"2","price":"186000","area":"650"} , +{"type":"Feature","id":"n6022637129","geometry":{"type":"Point","coordinates":[-0.1140716,51.5033575]},"properties":{"@type":"node","@id":6022637129,"@timestamp":1630358371},"coords":"51.5033575,-0.1140716","bedrooms":"1","price":"176000","area":"646"} , +{"type":"Feature","id":"n6022727118","geometry":{"type":"Point","coordinates":[-0.0215707,51.4743086]},"properties":{"@type":"node","@id":6022727118,"@timestamp":1564903671},"coords":"51.4743086,-0.0215707","bedrooms":"4","price":"224000","area":"457"} , +{"type":"Feature","id":"n6022727143","geometry":{"type":"Point","coordinates":[-0.02179,51.4741641]},"properties":{"@type":"node","@id":6022727143,"@timestamp":1548816763},"coords":"51.4741641,-0.02179","bedrooms":"4","price":"151000","area":"487"} , +{"type":"Feature","id":"n6022756587","geometry":{"type":"Point","coordinates":[-0.7836667,51.3790191]},"properties":{"@type":"node","@id":6022756587,"@timestamp":1560292434},"coords":"51.3790191,-0.7836667","bedrooms":"1","price":"199000","area":"453"} , +{"type":"Feature","id":"n6022803641","geometry":{"type":"Point","coordinates":[-0.1648044,51.2302169]},"properties":{"@type":"node","@id":6022803641,"@timestamp":1540832340},"coords":"51.2302169,-0.1648044","bedrooms":"2","price":"228000","area":"354"} , +{"type":"Feature","id":"n6022819085","geometry":{"type":"Point","coordinates":[-0.1271454,51.3819789]},"properties":{"@type":"node","@id":6022819085,"@timestamp":1540833017},"coords":"51.3819789,-0.1271454","bedrooms":"3","price":"289000","area":"489"} , +{"type":"Feature","id":"n6022819586","geometry":{"type":"Point","coordinates":[-0.1307348,51.3763579]},"properties":{"@type":"node","@id":6022819586,"@timestamp":1540833019},"coords":"51.3763579,-0.1307348","bedrooms":"2","price":"188000","area":"511"} , +{"type":"Feature","id":"n6022819597","geometry":{"type":"Point","coordinates":[-0.1318578,51.3733861]},"properties":{"@type":"node","@id":6022819597,"@timestamp":1540833020},"coords":"51.3733861,-0.1318578","bedrooms":"2","price":"172000","area":"534"} , +{"type":"Feature","id":"n6022819607","geometry":{"type":"Point","coordinates":[-0.1316076,51.372035]},"properties":{"@type":"node","@id":6022819607,"@timestamp":1540833021},"coords":"51.372035,-0.1316076","bedrooms":"3","price":"177000","area":"559"} , +{"type":"Feature","id":"n6022872573","geometry":{"type":"Point","coordinates":[-0.1324132,51.3708988]},"properties":{"@type":"node","@id":6022872573,"@timestamp":1540834904},"coords":"51.3708988,-0.1324132","bedrooms":"3","price":"293000","area":"401"} , +{"type":"Feature","id":"n6022882690","geometry":{"type":"Point","coordinates":[-0.1298972,51.3714297]},"properties":{"@type":"node","@id":6022882690,"@timestamp":1540834905},"coords":"51.3714297,-0.1298972","bedrooms":"0","price":"172000","area":"554"} , +{"type":"Feature","id":"n6022882700","geometry":{"type":"Point","coordinates":[-0.1272796,51.3704058]},"properties":{"@type":"node","@id":6022882700,"@timestamp":1540834906},"coords":"51.3704058,-0.1272796","bedrooms":"4","price":"166000","area":"636"} , +{"type":"Feature","id":"n6022882710","geometry":{"type":"Point","coordinates":[-0.1320471,51.3710634]},"properties":{"@type":"node","@id":6022882710,"@timestamp":1540834906},"coords":"51.3710634,-0.1320471","bedrooms":"0","price":"237000","area":"676"} , +{"type":"Feature","id":"n6023092055","geometry":{"type":"Point","coordinates":[-0.1258299,51.4914172]},"properties":{"@type":"node","@id":6023092055,"@timestamp":1564903671},"coords":"51.4914172,-0.1258299","bedrooms":"2","price":"243000","area":"502"} , +{"type":"Feature","id":"n6023244846","geometry":{"type":"Point","coordinates":[-0.1676582,51.2278907]},"properties":{"@type":"node","@id":6023244846,"@timestamp":1540844876},"coords":"51.2278907,-0.1676582","bedrooms":"4","price":"237000","area":"558"} , +{"type":"Feature","id":"n6023244879","geometry":{"type":"Point","coordinates":[-0.1656787,51.2280486]},"properties":{"@type":"node","@id":6023244879,"@timestamp":1540844877},"coords":"51.2280486,-0.1656787","bedrooms":"1","price":"215000","area":"472"} , +{"type":"Feature","id":"n6023245801","geometry":{"type":"Point","coordinates":[-0.1665276,51.2319973]},"properties":{"@type":"node","@id":6023245801,"@timestamp":1541856647},"coords":"51.2319973,-0.1665276","bedrooms":"0","price":"295000","area":"587"} , +{"type":"Feature","id":"n6023265145","geometry":{"type":"Point","coordinates":[-0.6839023,51.3608719]},"properties":{"@type":"node","@id":6023265145,"@timestamp":1540847012},"coords":"51.3608719,-0.6839023","bedrooms":"3","price":"261000","area":"392"} , +{"type":"Feature","id":"n6023272581","geometry":{"type":"Point","coordinates":[-0.2681753,51.4811465]},"properties":{"@type":"node","@id":6023272581,"@timestamp":1564523747},"coords":"51.4811465,-0.2681753","bedrooms":"4","price":"174000","area":"526"} , +{"type":"Feature","id":"n6023322840","geometry":{"type":"Point","coordinates":[-0.6839653,51.3609162]},"properties":{"@type":"node","@id":6023322840,"@timestamp":1540847421},"coords":"51.3609162,-0.6839653","bedrooms":"4","price":"191000","area":"371"} , +{"type":"Feature","id":"n6023349737","geometry":{"type":"Point","coordinates":[-0.1193087,51.3687638]},"properties":{"@type":"node","@id":6023349737,"@timestamp":1540847790},"coords":"51.3687638,-0.1193087","bedrooms":"3","price":"226000","area":"618"} , +{"type":"Feature","id":"n6023349747","geometry":{"type":"Point","coordinates":[-0.1151429,51.3696593]},"properties":{"@type":"node","@id":6023349747,"@timestamp":1540847790},"coords":"51.3696593,-0.1151429","bedrooms":"0","price":"212000","area":"656"} , +{"type":"Feature","id":"n6023349757","geometry":{"type":"Point","coordinates":[-0.1124152,51.3706924]},"properties":{"@type":"node","@id":6023349757,"@timestamp":1540847791},"coords":"51.3706924,-0.1124152","bedrooms":"4","price":"277000","area":"453"} , +{"type":"Feature","id":"n6023349767","geometry":{"type":"Point","coordinates":[-0.1114646,51.371126]},"properties":{"@type":"node","@id":6023349767,"@timestamp":1540847792},"coords":"51.371126,-0.1114646","bedrooms":"1","price":"224000","area":"360"} , +{"type":"Feature","id":"n6023349781","geometry":{"type":"Point","coordinates":[-0.1087293,51.3718409]},"properties":{"@type":"node","@id":6023349781,"@timestamp":1540847793},"coords":"51.3718409,-0.1087293","bedrooms":"4","price":"255000","area":"440"} , +{"type":"Feature","id":"n6023350191","geometry":{"type":"Point","coordinates":[-0.1074878,51.3722252]},"properties":{"@type":"node","@id":6023350191,"@timestamp":1540847794},"coords":"51.3722252,-0.1074878","bedrooms":"2","price":"204000","area":"440"} , +{"type":"Feature","id":"n6023350218","geometry":{"type":"Point","coordinates":[-0.1037821,51.3712003]},"properties":{"@type":"node","@id":6023350218,"@timestamp":1540847795},"coords":"51.3712003,-0.1037821","bedrooms":"1","price":"176000","area":"544"} , +{"type":"Feature","id":"n6023350230","geometry":{"type":"Point","coordinates":[-0.1027445,51.3710824]},"properties":{"@type":"node","@id":6023350230,"@timestamp":1540847796},"coords":"51.3710824,-0.1027445","bedrooms":"4","price":"221000","area":"521"} , +{"type":"Feature","id":"n6023566861","geometry":{"type":"Point","coordinates":[-0.336514,51.4452429]},"properties":{"@type":"node","@id":6023566861,"@timestamp":1540852370},"coords":"51.4452429,-0.336514","bedrooms":"1","price":"290000","area":"543"} , +{"type":"Feature","id":"n6023649379","geometry":{"type":"Point","coordinates":[-0.3329383,51.4247702]},"properties":{"@type":"node","@id":6023649379,"@timestamp":1605038387},"coords":"51.4247702,-0.3329383","bedrooms":"0","price":"220000","area":"676"} , +{"type":"Feature","id":"n6023704873","geometry":{"type":"Point","coordinates":[0.4182983,51.6260648]},"properties":{"@type":"node","@id":6023704873,"@timestamp":1547670735},"coords":"51.6260648,0.4182983","bedrooms":"2","price":"221000","area":"694"} , +{"type":"Feature","id":"n6024493088","geometry":{"type":"Point","coordinates":[-0.3284982,51.4482402]},"properties":{"@type":"node","@id":6024493088,"@timestamp":1540893062},"coords":"51.4482402,-0.3284982","bedrooms":"2","price":"199000","area":"495"} , +{"type":"Feature","id":"n6024546180","geometry":{"type":"Point","coordinates":[-0.0957487,51.4997967]},"properties":{"@type":"node","@id":6024546180,"@timestamp":1636100514},"coords":"51.4997967,-0.0957487","bedrooms":"4","price":"224000","area":"399"} , +{"type":"Feature","id":"n6024765752","geometry":{"type":"Point","coordinates":[-0.4171077,51.6010297]},"properties":{"@type":"node","@id":6024765752,"@timestamp":1608050459},"coords":"51.6010297,-0.4171077","bedrooms":"4","price":"239000","area":"467"} , +{"type":"Feature","id":"n6025030867","geometry":{"type":"Point","coordinates":[-0.3544003,51.0079021]},"properties":{"@type":"node","@id":6025030867,"@timestamp":1540911439},"coords":"51.0079021,-0.3544003","bedrooms":"2","price":"265000","area":"668"} , +{"type":"Feature","id":"n6025360051","geometry":{"type":"Point","coordinates":[-0.5011085,51.7497937]},"properties":{"@type":"node","@id":6025360051,"@timestamp":1540922573},"coords":"51.7497937,-0.5011085","bedrooms":"1","price":"258000","area":"386"} , +{"type":"Feature","id":"n6025809864","geometry":{"type":"Point","coordinates":[-0.0532302,51.6730617]},"properties":{"@type":"node","@id":6025809864,"@timestamp":1555289744},"coords":"51.6730617,-0.0532302","bedrooms":"3","price":"181000","area":"570"} , +{"type":"Feature","id":"n6025963306","geometry":{"type":"Point","coordinates":[-0.145308,51.4866877]},"properties":{"@type":"node","@id":6025963306,"@timestamp":1613431823},"coords":"51.4866877,-0.145308","bedrooms":"4","price":"226000","area":"555"} , +{"type":"Feature","id":"n6026203135","geometry":{"type":"Point","coordinates":[-0.2567533,51.4660057]},"properties":{"@type":"node","@id":6026203135,"@timestamp":1625345444},"coords":"51.4660057,-0.2567533","bedrooms":"1","price":"268000","area":"430"} , +{"type":"Feature","id":"n6027000515","geometry":{"type":"Point","coordinates":[-0.3332871,51.445109]},"properties":{"@type":"node","@id":6027000515,"@timestamp":1540981312},"coords":"51.445109,-0.3332871","bedrooms":"1","price":"272000","area":"560"} , +{"type":"Feature","id":"n6027000525","geometry":{"type":"Point","coordinates":[-0.3283554,51.446181]},"properties":{"@type":"node","@id":6027000525,"@timestamp":1632436282},"coords":"51.446181,-0.3283554","bedrooms":"1","price":"151000","area":"499"} , +{"type":"Feature","id":"n6027585646","geometry":{"type":"Point","coordinates":[-0.1793757,51.4843739]},"properties":{"@type":"node","@id":6027585646,"@timestamp":1607593493},"coords":"51.4843739,-0.1793757","bedrooms":"0","price":"153000","area":"414"} , +{"type":"Feature","id":"n6027747084","geometry":{"type":"Point","coordinates":[-0.1683361,51.2294562]},"properties":{"@type":"node","@id":6027747084,"@timestamp":1541003744},"coords":"51.2294562,-0.1683361","bedrooms":"0","price":"153000","area":"597"} , +{"type":"Feature","id":"n6027747099","geometry":{"type":"Point","coordinates":[-0.1684374,51.232261]},"properties":{"@type":"node","@id":6027747099,"@timestamp":1541003745},"coords":"51.232261,-0.1684374","bedrooms":"4","price":"164000","area":"460"} , +{"type":"Feature","id":"n6027747130","geometry":{"type":"Point","coordinates":[-0.170323,51.2277916]},"properties":{"@type":"node","@id":6027747130,"@timestamp":1541003746},"coords":"51.2277916,-0.170323","bedrooms":"2","price":"233000","area":"455"} , +{"type":"Feature","id":"n6027762536","geometry":{"type":"Point","coordinates":[-0.3287067,51.446192]},"properties":{"@type":"node","@id":6027762536,"@timestamp":1632436282},"coords":"51.446192,-0.3287067","bedrooms":"3","price":"287000","area":"363"} , +{"type":"Feature","id":"n6027762546","geometry":{"type":"Point","coordinates":[-0.3293659,51.4458164]},"properties":{"@type":"node","@id":6027762546,"@timestamp":1630895925},"coords":"51.4458164,-0.3293659","bedrooms":"1","price":"157000","area":"679"} , +{"type":"Feature","id":"n6027912418","geometry":{"type":"Point","coordinates":[-0.6986589,51.3552384]},"properties":{"@type":"node","@id":6027912418,"@timestamp":1599408787},"coords":"51.3552384,-0.6986589","bedrooms":"3","price":"288000","area":"435"} , +{"type":"Feature","id":"n6028218767","geometry":{"type":"Point","coordinates":[0.0802795,51.7687841]},"properties":{"@type":"node","@id":6028218767,"@timestamp":1541019064},"coords":"51.7687841,0.0802795","bedrooms":"4","price":"213000","area":"638"} , +{"type":"Feature","id":"n6028231603","geometry":{"type":"Point","coordinates":[0.0827783,51.7664799]},"properties":{"@type":"node","@id":6028231603,"@timestamp":1541019653},"coords":"51.7664799,0.0827783","bedrooms":"3","price":"263000","area":"383"} , +{"type":"Feature","id":"n6028248797","geometry":{"type":"Point","coordinates":[-0.097586,51.3656165]},"properties":{"@type":"node","@id":6028248797,"@timestamp":1541020560},"coords":"51.3656165,-0.097586","bedrooms":"1","price":"158000","area":"512"} , +{"type":"Feature","id":"n6028248812","geometry":{"type":"Point","coordinates":[-0.0956607,51.3608109]},"properties":{"@type":"node","@id":6028248812,"@timestamp":1541020561},"coords":"51.3608109,-0.0956607","bedrooms":"3","price":"280000","area":"667"} , +{"type":"Feature","id":"n6028271710","geometry":{"type":"Point","coordinates":[-0.0975493,51.3590584]},"properties":{"@type":"node","@id":6028271710,"@timestamp":1541021124},"coords":"51.3590584,-0.0975493","bedrooms":"4","price":"221000","area":"424"} , +{"type":"Feature","id":"n6029226985","geometry":{"type":"Point","coordinates":[-0.0706377,51.4972154]},"properties":{"@type":"node","@id":6029226985,"@timestamp":1541065163},"coords":"51.4972154,-0.0706377","bedrooms":"1","price":"241000","area":"487"} , +{"type":"Feature","id":"n6029529905","geometry":{"type":"Point","coordinates":[-0.1113606,51.4868796]},"properties":{"@type":"node","@id":6029529905,"@timestamp":1598973758},"coords":"51.4868796,-0.1113606","bedrooms":"0","price":"227000","area":"671"} , +{"type":"Feature","id":"n6029532824","geometry":{"type":"Point","coordinates":[0.6870773,51.0677714]},"properties":{"@type":"node","@id":6029532824,"@timestamp":1541074569},"coords":"51.0677714,0.6870773","bedrooms":"2","price":"191000","area":"404"} , +{"type":"Feature","id":"n6029574319","geometry":{"type":"Point","coordinates":[-0.1414762,51.4851242]},"properties":{"@type":"node","@id":6029574319,"@timestamp":1541076175},"coords":"51.4851242,-0.1414762","bedrooms":"1","price":"164000","area":"659"} , +{"type":"Feature","id":"n6029728385","geometry":{"type":"Point","coordinates":[-0.1263627,51.5110388]},"properties":{"@type":"node","@id":6029728385,"@timestamp":1576368735},"coords":"51.5110388,-0.1263627","bedrooms":"4","price":"176000","area":"585"} , +{"type":"Feature","id":"n6030068565","geometry":{"type":"Point","coordinates":[0.1633143,51.4572025]},"properties":{"@type":"node","@id":6030068565,"@timestamp":1541089427},"coords":"51.4572025,0.1633143","bedrooms":"4","price":"176000","area":"678"} , +{"type":"Feature","id":"n6030248988","geometry":{"type":"Point","coordinates":[-0.307906,51.5714493]},"properties":{"@type":"node","@id":6030248988,"@timestamp":1597829121},"coords":"51.5714493,-0.307906","bedrooms":"2","price":"190000","area":"671"} , +{"type":"Feature","id":"n6030947084","geometry":{"type":"Point","coordinates":[-0.3290007,51.4489438]},"properties":{"@type":"node","@id":6030947084,"@timestamp":1541119483},"coords":"51.4489438,-0.3290007","bedrooms":"1","price":"197000","area":"589"} , +{"type":"Feature","id":"n6030978029","geometry":{"type":"Point","coordinates":[0.5181583,51.7403195]},"properties":{"@type":"node","@id":6030978029,"@timestamp":1541121904},"coords":"51.7403195,0.5181583","bedrooms":"4","price":"166000","area":"520"} , +{"type":"Feature","id":"n6031629280","geometry":{"type":"Point","coordinates":[-0.1190384,51.5171291]},"properties":{"@type":"node","@id":6031629280,"@timestamp":1541152289},"coords":"51.5171291,-0.1190384","bedrooms":"0","price":"176000","area":"694"} , +{"type":"Feature","id":"n6031863475","geometry":{"type":"Point","coordinates":[0.1513836,51.5607898]},"properties":{"@type":"node","@id":6031863475,"@timestamp":1635883746},"coords":"51.5607898,0.1513836","bedrooms":"3","price":"190000","area":"480"} , +{"type":"Feature","id":"n6032331299","geometry":{"type":"Point","coordinates":[-0.1342357,51.471217]},"properties":{"@type":"node","@id":6032331299,"@timestamp":1541176631},"coords":"51.471217,-0.1342357","bedrooms":"1","price":"205000","area":"494"} , +{"type":"Feature","id":"n6032331309","geometry":{"type":"Point","coordinates":[-0.1356542,51.4722145]},"properties":{"@type":"node","@id":6032331309,"@timestamp":1594796621},"coords":"51.4722145,-0.1356542","bedrooms":"1","price":"236000","area":"522"} , +{"type":"Feature","id":"n6032331334","geometry":{"type":"Point","coordinates":[-0.129506,51.4655152]},"properties":{"@type":"node","@id":6032331334,"@timestamp":1564903671},"coords":"51.4655152,-0.129506","bedrooms":"1","price":"289000","area":"492"} , +{"type":"Feature","id":"n6032411435","geometry":{"type":"Point","coordinates":[-0.1313717,51.4667081]},"properties":{"@type":"node","@id":6032411435,"@timestamp":1612858242},"coords":"51.4667081,-0.1313717","bedrooms":"4","price":"151000","area":"503"} , +{"type":"Feature","id":"n6032700588","geometry":{"type":"Point","coordinates":[-0.1254572,51.3970014]},"properties":{"@type":"node","@id":6032700588,"@timestamp":1541188505},"coords":"51.3970014,-0.1254572","bedrooms":"3","price":"203000","area":"395"} , +{"type":"Feature","id":"n6032700599","geometry":{"type":"Point","coordinates":[-0.1274903,51.3961202]},"properties":{"@type":"node","@id":6032700599,"@timestamp":1541188505},"coords":"51.3961202,-0.1274903","bedrooms":"0","price":"262000","area":"647"} , +{"type":"Feature","id":"n6032700625","geometry":{"type":"Point","coordinates":[-0.1303817,51.3994131]},"properties":{"@type":"node","@id":6032700625,"@timestamp":1541188506},"coords":"51.3994131,-0.1303817","bedrooms":"3","price":"162000","area":"641"} , +{"type":"Feature","id":"n6032700651","geometry":{"type":"Point","coordinates":[-0.1327224,51.3998705]},"properties":{"@type":"node","@id":6032700651,"@timestamp":1541188508},"coords":"51.3998705,-0.1327224","bedrooms":"0","price":"191000","area":"594"} , +{"type":"Feature","id":"n6032756489","geometry":{"type":"Point","coordinates":[-0.134872,51.4016404]},"properties":{"@type":"node","@id":6032756489,"@timestamp":1541191220},"coords":"51.4016404,-0.134872","bedrooms":"4","price":"261000","area":"405"} , +{"type":"Feature","id":"n6032756504","geometry":{"type":"Point","coordinates":[-0.1364966,51.4029206]},"properties":{"@type":"node","@id":6032756504,"@timestamp":1541191221},"coords":"51.4029206,-0.1364966","bedrooms":"4","price":"267000","area":"558"} , +{"type":"Feature","id":"n6032756515","geometry":{"type":"Point","coordinates":[-0.1362225,51.4042126]},"properties":{"@type":"node","@id":6032756515,"@timestamp":1541191222},"coords":"51.4042126,-0.1362225","bedrooms":"3","price":"193000","area":"646"} , +{"type":"Feature","id":"n6032788731","geometry":{"type":"Point","coordinates":[-0.6715251,51.3765093]},"properties":{"@type":"node","@id":6032788731,"@timestamp":1541193384},"coords":"51.3765093,-0.6715251","bedrooms":"3","price":"228000","area":"525"} , +{"type":"Feature","id":"n6033019338","geometry":{"type":"Point","coordinates":[-0.1424601,51.4084079]},"properties":{"@type":"node","@id":6033019338,"@timestamp":1541199140},"coords":"51.4084079,-0.1424601","bedrooms":"1","price":"183000","area":"420"} , +{"type":"Feature","id":"n6033019354","geometry":{"type":"Point","coordinates":[-0.142281,51.4092197]},"properties":{"@type":"node","@id":6033019354,"@timestamp":1541199141},"coords":"51.4092197,-0.142281","bedrooms":"4","price":"200000","area":"435"} , +{"type":"Feature","id":"n6033019364","geometry":{"type":"Point","coordinates":[-0.1407461,51.4104668]},"properties":{"@type":"node","@id":6033019364,"@timestamp":1541582603},"coords":"51.4104668,-0.1407461","bedrooms":"4","price":"273000","area":"647"} , +{"type":"Feature","id":"n6033019375","geometry":{"type":"Point","coordinates":[-0.1403614,51.4115544]},"properties":{"@type":"node","@id":6033019375,"@timestamp":1541199144},"coords":"51.4115544,-0.1403614","bedrooms":"2","price":"288000","area":"519"} , +{"type":"Feature","id":"n6033019686","geometry":{"type":"Point","coordinates":[-0.140874,51.4120971]},"properties":{"@type":"node","@id":6033019686,"@timestamp":1541199144},"coords":"51.4120971,-0.140874","bedrooms":"4","price":"290000","area":"584"} , +{"type":"Feature","id":"n6033069468","geometry":{"type":"Point","coordinates":[0.1446497,51.4387387]},"properties":{"@type":"node","@id":6033069468,"@timestamp":1632415712},"coords":"51.4387387,0.1446497","bedrooms":"0","price":"211000","area":"594"} , +{"type":"Feature","id":"n6033465015","geometry":{"type":"Point","coordinates":[-0.543,51.2237415]},"properties":{"@type":"node","@id":6033465015,"@timestamp":1541225193},"coords":"51.2237415,-0.543","bedrooms":"1","price":"157000","area":"476"} , +{"type":"Feature","id":"n6033719900","geometry":{"type":"Point","coordinates":[-1.0248593,51.6809211]},"properties":{"@type":"node","@id":6033719900,"@timestamp":1541439614},"coords":"51.6809211,-1.0248593","bedrooms":"4","price":"290000","area":"591"} , +{"type":"Feature","id":"n6033805703","geometry":{"type":"Point","coordinates":[-0.1426937,51.4131756]},"properties":{"@type":"node","@id":6033805703,"@timestamp":1541245887},"coords":"51.4131756,-0.1426937","bedrooms":"4","price":"168000","area":"496"} , +{"type":"Feature","id":"n6033805729","geometry":{"type":"Point","coordinates":[-0.1451844,51.4120876]},"properties":{"@type":"node","@id":6033805729,"@timestamp":1541245889},"coords":"51.4120876,-0.1451844","bedrooms":"2","price":"199000","area":"646"} , +{"type":"Feature","id":"n6033805739","geometry":{"type":"Point","coordinates":[-0.1476677,51.410272]},"properties":{"@type":"node","@id":6033805739,"@timestamp":1541245889},"coords":"51.410272,-0.1476677","bedrooms":"3","price":"237000","area":"468"} , +{"type":"Feature","id":"n6033805782","geometry":{"type":"Point","coordinates":[-0.1500605,51.409902]},"properties":{"@type":"node","@id":6033805782,"@timestamp":1587667015},"coords":"51.409902,-0.1500605","bedrooms":"2","price":"151000","area":"409"} , +{"type":"Feature","id":"n6033805927","geometry":{"type":"Point","coordinates":[-0.1534813,51.4062723]},"properties":{"@type":"node","@id":6033805927,"@timestamp":1541245892},"coords":"51.4062723,-0.1534813","bedrooms":"3","price":"262000","area":"483"} , +{"type":"Feature","id":"n6033805938","geometry":{"type":"Point","coordinates":[-0.1562976,51.4036037]},"properties":{"@type":"node","@id":6033805938,"@timestamp":1541245893},"coords":"51.4036037,-0.1562976","bedrooms":"1","price":"183000","area":"641"} , +{"type":"Feature","id":"n6033805956","geometry":{"type":"Point","coordinates":[-0.1587134,51.4037043]},"properties":{"@type":"node","@id":6033805956,"@timestamp":1541245894},"coords":"51.4037043,-0.1587134","bedrooms":"3","price":"296000","area":"612"} , +{"type":"Feature","id":"n6033806036","geometry":{"type":"Point","coordinates":[-0.161099,51.4041778]},"properties":{"@type":"node","@id":6033806036,"@timestamp":1541245896},"coords":"51.4041778,-0.161099","bedrooms":"2","price":"194000","area":"431"} , +{"type":"Feature","id":"n6033821717","geometry":{"type":"Point","coordinates":[0.0077483,51.4664845]},"properties":{"@type":"node","@id":6033821717,"@timestamp":1608723876},"coords":"51.4664845,0.0077483","bedrooms":"1","price":"191000","area":"548"} , +{"type":"Feature","id":"n6033853918","geometry":{"type":"Point","coordinates":[0.0071374,51.4666543]},"properties":{"@type":"node","@id":6033853918,"@timestamp":1541248818},"coords":"51.4666543,0.0071374","bedrooms":"0","price":"259000","area":"421"} , +{"type":"Feature","id":"n6034011988","geometry":{"type":"Point","coordinates":[-0.1624032,51.4043018]},"properties":{"@type":"node","@id":6034011988,"@timestamp":1541253374},"coords":"51.4043018,-0.1624032","bedrooms":"0","price":"227000","area":"498"} , +{"type":"Feature","id":"n6034012001","geometry":{"type":"Point","coordinates":[-0.1628502,51.4046359]},"properties":{"@type":"node","@id":6034012001,"@timestamp":1541253375},"coords":"51.4046359,-0.1628502","bedrooms":"3","price":"251000","area":"499"} , +{"type":"Feature","id":"n6034012011","geometry":{"type":"Point","coordinates":[-0.163632,51.4050541]},"properties":{"@type":"node","@id":6034012011,"@timestamp":1541253376},"coords":"51.4050541,-0.163632","bedrooms":"2","price":"237000","area":"385"} , +{"type":"Feature","id":"n6034026821","geometry":{"type":"Point","coordinates":[-1.0629725,51.6902313]},"properties":{"@type":"node","@id":6034026821,"@timestamp":1541440299},"coords":"51.6902313,-1.0629725","bedrooms":"0","price":"241000","area":"493"} , +{"type":"Feature","id":"n6034123211","geometry":{"type":"Point","coordinates":[-0.1650166,51.4061435]},"properties":{"@type":"node","@id":6034123211,"@timestamp":1541257066},"coords":"51.4061435,-0.1650166","bedrooms":"0","price":"171000","area":"559"} , +{"type":"Feature","id":"n6034333993","geometry":{"type":"Point","coordinates":[0.0084516,51.4666544]},"properties":{"@type":"node","@id":6034333993,"@timestamp":1541261753},"coords":"51.4666544,0.0084516","bedrooms":"0","price":"268000","area":"482"} , +{"type":"Feature","id":"n6034628115","geometry":{"type":"Point","coordinates":[-0.1131781,51.3738131]},"properties":{"@type":"node","@id":6034628115,"@timestamp":1541267891},"coords":"51.3738131,-0.1131781","bedrooms":"2","price":"249000","area":"576"} , +{"type":"Feature","id":"n6034686933","geometry":{"type":"Point","coordinates":[-0.9489393,51.4402577]},"properties":{"@type":"node","@id":6034686933,"@timestamp":1541268921},"coords":"51.4402577,-0.9489393","bedrooms":"4","price":"226000","area":"412"} , +{"type":"Feature","id":"n6034786902","geometry":{"type":"Point","coordinates":[-0.9489875,51.4392574]},"properties":{"@type":"node","@id":6034786902,"@timestamp":1541271528},"coords":"51.4392574,-0.9489875","bedrooms":"1","price":"241000","area":"389"} , +{"type":"Feature","id":"n6034792749","geometry":{"type":"Point","coordinates":[-0.1674957,51.40582]},"properties":{"@type":"node","@id":6034792749,"@timestamp":1541271561},"coords":"51.40582,-0.1674957","bedrooms":"1","price":"177000","area":"451"} , +{"type":"Feature","id":"n6034792759","geometry":{"type":"Point","coordinates":[-0.1683348,51.4049688]},"properties":{"@type":"node","@id":6034792759,"@timestamp":1541271562},"coords":"51.4049688,-0.1683348","bedrooms":"0","price":"237000","area":"430"} , +{"type":"Feature","id":"n6034792995","geometry":{"type":"Point","coordinates":[-0.1702783,51.4039514]},"properties":{"@type":"node","@id":6034792995,"@timestamp":1541271563},"coords":"51.4039514,-0.1702783","bedrooms":"4","price":"292000","area":"506"} , +{"type":"Feature","id":"n6034793013","geometry":{"type":"Point","coordinates":[-0.1721713,51.4033774]},"properties":{"@type":"node","@id":6034793013,"@timestamp":1541271564},"coords":"51.4033774,-0.1721713","bedrooms":"4","price":"207000","area":"415"} , +{"type":"Feature","id":"n6034793031","geometry":{"type":"Point","coordinates":[-0.1735461,51.4029631]},"properties":{"@type":"node","@id":6034793031,"@timestamp":1541271565},"coords":"51.4029631,-0.1735461","bedrooms":"0","price":"288000","area":"494"} , +{"type":"Feature","id":"n6034793041","geometry":{"type":"Point","coordinates":[-0.1733011,51.4029613]},"properties":{"@type":"node","@id":6034793041,"@timestamp":1541271566},"coords":"51.4029613,-0.1733011","bedrooms":"3","price":"297000","area":"541"} , +{"type":"Feature","id":"n6034865789","geometry":{"type":"Point","coordinates":[-0.1137115,51.4135605]},"properties":{"@type":"node","@id":6034865789,"@timestamp":1628614095},"coords":"51.4135605,-0.1137115","bedrooms":"2","price":"294000","area":"452"} , +{"type":"Feature","id":"n6034905822","geometry":{"type":"Point","coordinates":[-0.1737008,51.4045878]},"properties":{"@type":"node","@id":6034905822,"@timestamp":1541274480},"coords":"51.4045878,-0.1737008","bedrooms":"3","price":"217000","area":"575"} , +{"type":"Feature","id":"n6034968797","geometry":{"type":"Point","coordinates":[0.5392662,51.3434775]},"properties":{"@type":"node","@id":6034968797,"@timestamp":1541275801},"coords":"51.3434775,0.5392662","bedrooms":"4","price":"234000","area":"627"} , +{"type":"Feature","id":"n6034983834","geometry":{"type":"Point","coordinates":[-0.2404788,51.2495373]},"properties":{"@type":"node","@id":6034983834,"@timestamp":1541276624},"coords":"51.2495373,-0.2404788","bedrooms":"0","price":"247000","area":"356"} , +{"type":"Feature","id":"n6034983847","geometry":{"type":"Point","coordinates":[-0.230501,51.2468435]},"properties":{"@type":"node","@id":6034983847,"@timestamp":1541276625},"coords":"51.2468435,-0.230501","bedrooms":"0","price":"180000","area":"661"} , +{"type":"Feature","id":"n6035069499","geometry":{"type":"Point","coordinates":[-1.1047938,51.1701631]},"properties":{"@type":"node","@id":6035069499,"@timestamp":1541279122},"coords":"51.1701631,-1.1047938","bedrooms":"3","price":"217000","area":"529"} , +{"type":"Feature","id":"n6035198548","geometry":{"type":"Point","coordinates":[-0.1763017,51.4061303]},"properties":{"@type":"node","@id":6035198548,"@timestamp":1541283957},"coords":"51.4061303,-0.1763017","bedrooms":"0","price":"286000","area":"628"} , +{"type":"Feature","id":"n6035200518","geometry":{"type":"Point","coordinates":[-0.1803482,51.399829]},"properties":{"@type":"node","@id":6035200518,"@timestamp":1541283959},"coords":"51.399829,-0.1803482","bedrooms":"1","price":"244000","area":"610"} , +{"type":"Feature","id":"n6035336669","geometry":{"type":"Point","coordinates":[-0.178164,51.3986393]},"properties":{"@type":"node","@id":6035336669,"@timestamp":1541288469},"coords":"51.3986393,-0.178164","bedrooms":"4","price":"183000","area":"498"} , +{"type":"Feature","id":"n6035339515","geometry":{"type":"Point","coordinates":[-0.1732392,51.3973161]},"properties":{"@type":"node","@id":6035339515,"@timestamp":1635772534},"coords":"51.3973161,-0.1732392","bedrooms":"1","price":"276000","area":"504"} , +{"type":"Feature","id":"n6035339533","geometry":{"type":"Point","coordinates":[-0.1720972,51.3981885]},"properties":{"@type":"node","@id":6035339533,"@timestamp":1541288472},"coords":"51.3981885,-0.1720972","bedrooms":"4","price":"238000","area":"352"} , +{"type":"Feature","id":"n6035741549","geometry":{"type":"Point","coordinates":[-0.022655,51.4228755]},"properties":{"@type":"node","@id":6035741549,"@timestamp":1541300612},"coords":"51.4228755,-0.022655","bedrooms":"0","price":"226000","area":"542"} , +{"type":"Feature","id":"n6035939200","geometry":{"type":"Point","coordinates":[-0.1026753,51.3719615]},"properties":{"@type":"node","@id":6035939200,"@timestamp":1541312916},"coords":"51.3719615,-0.1026753","bedrooms":"1","price":"156000","area":"638"} , +{"type":"Feature","id":"n6036522906","geometry":{"type":"Point","coordinates":[-0.1582821,51.3830142]},"properties":{"@type":"node","@id":6036522906,"@timestamp":1541333752},"coords":"51.3830142,-0.1582821","bedrooms":"0","price":"261000","area":"379"} , +{"type":"Feature","id":"n6036522968","geometry":{"type":"Point","coordinates":[-0.1587602,51.3839629]},"properties":{"@type":"node","@id":6036522968,"@timestamp":1541333754},"coords":"51.3839629,-0.1587602","bedrooms":"4","price":"192000","area":"428"} , +{"type":"Feature","id":"n6036523005","geometry":{"type":"Point","coordinates":[-0.1595503,51.3830618]},"properties":{"@type":"node","@id":6036523005,"@timestamp":1541333755},"coords":"51.3830618,-0.1595503","bedrooms":"1","price":"235000","area":"636"} , +{"type":"Feature","id":"n6036818763","geometry":{"type":"Point","coordinates":[-0.1740456,51.4990874]},"properties":{"@type":"node","@id":6036818763,"@timestamp":1582140167},"coords":"51.4990874,-0.1740456","bedrooms":"3","price":"200000","area":"563"} , +{"type":"Feature","id":"n6037051362","geometry":{"type":"Point","coordinates":[0.5763641,51.3671478]},"properties":{"@type":"node","@id":6037051362,"@timestamp":1543778119},"coords":"51.3671478,0.5763641","bedrooms":"3","price":"264000","area":"624"} , +{"type":"Feature","id":"n6037159712","geometry":{"type":"Point","coordinates":[-0.1625365,51.2319536]},"properties":{"@type":"node","@id":6037159712,"@timestamp":1541350883},"coords":"51.2319536,-0.1625365","bedrooms":"0","price":"272000","area":"658"} , +{"type":"Feature","id":"n6037246108","geometry":{"type":"Point","coordinates":[-0.1649478,51.4772426]},"properties":{"@type":"node","@id":6037246108,"@timestamp":1580917027},"coords":"51.4772426,-0.1649478","bedrooms":"4","price":"291000","area":"682"} , +{"type":"Feature","id":"n6037368922","geometry":{"type":"Point","coordinates":[-0.1074902,51.372991]},"properties":{"@type":"node","@id":6037368922,"@timestamp":1541356584},"coords":"51.372991,-0.1074902","bedrooms":"0","price":"218000","area":"455"} , +{"type":"Feature","id":"n6037370840","geometry":{"type":"Point","coordinates":[-0.105288,51.3716962]},"properties":{"@type":"node","@id":6037370840,"@timestamp":1541356586},"coords":"51.3716962,-0.105288","bedrooms":"1","price":"190000","area":"458"} , +{"type":"Feature","id":"n6037513863","geometry":{"type":"Point","coordinates":[-0.1333562,51.324791]},"properties":{"@type":"node","@id":6037513863,"@timestamp":1541360263},"coords":"51.324791,-0.1333562","bedrooms":"2","price":"230000","area":"359"} , +{"type":"Feature","id":"n6037514757","geometry":{"type":"Point","coordinates":[-0.1340998,51.3236031]},"properties":{"@type":"node","@id":6037514757,"@timestamp":1541360266},"coords":"51.3236031,-0.1340998","bedrooms":"0","price":"188000","area":"688"} , +{"type":"Feature","id":"n6037514859","geometry":{"type":"Point","coordinates":[-0.1336625,51.3238662]},"properties":{"@type":"node","@id":6037514859,"@timestamp":1541360268},"coords":"51.3238662,-0.1336625","bedrooms":"1","price":"156000","area":"687"} , +{"type":"Feature","id":"n6037626281","geometry":{"type":"Point","coordinates":[-0.1488729,51.492506]},"properties":{"@type":"node","@id":6037626281,"@timestamp":1573847408},"coords":"51.492506,-0.1488729","bedrooms":"4","price":"171000","area":"630"} , +{"type":"Feature","id":"n6037730273","geometry":{"type":"Point","coordinates":[-0.0194789,51.562783]},"properties":{"@type":"node","@id":6037730273,"@timestamp":1541712140},"coords":"51.562783,-0.0194789","bedrooms":"1","price":"260000","area":"660"} , +{"type":"Feature","id":"n6037871580","geometry":{"type":"Point","coordinates":[-0.1294533,51.5646873]},"properties":{"@type":"node","@id":6037871580,"@timestamp":1541373835},"coords":"51.5646873,-0.1294533","bedrooms":"4","price":"282000","area":"607"} , +{"type":"Feature","id":"n6037871813","geometry":{"type":"Point","coordinates":[-0.1287712,51.5651256]},"properties":{"@type":"node","@id":6037871813,"@timestamp":1541373836},"coords":"51.5651256,-0.1287712","bedrooms":"0","price":"234000","area":"662"} , +{"type":"Feature","id":"n6037871884","geometry":{"type":"Point","coordinates":[-0.1282853,51.5654268]},"properties":{"@type":"node","@id":6037871884,"@timestamp":1541373838},"coords":"51.5654268,-0.1282853","bedrooms":"1","price":"266000","area":"424"} , +{"type":"Feature","id":"n6037912023","geometry":{"type":"Point","coordinates":[0.0183724,51.3951231]},"properties":{"@type":"node","@id":6037912023,"@timestamp":1541374889},"coords":"51.3951231,0.0183724","bedrooms":"3","price":"219000","area":"567"} , +{"type":"Feature","id":"n6038927791","geometry":{"type":"Point","coordinates":[-0.0630729,51.5182604]},"properties":{"@type":"node","@id":6038927791,"@timestamp":1541414318},"coords":"51.5182604,-0.0630729","bedrooms":"0","price":"287000","area":"607"} , +{"type":"Feature","id":"n6038961235","geometry":{"type":"Point","coordinates":[-0.442339,51.4367082]},"properties":{"@type":"node","@id":6038961235,"@timestamp":1541843837},"coords":"51.4367082,-0.442339","bedrooms":"0","price":"293000","area":"609"} , +{"type":"Feature","id":"n6038961245","geometry":{"type":"Point","coordinates":[-0.4423107,51.4367444]},"properties":{"@type":"node","@id":6038961245,"@timestamp":1541843836},"coords":"51.4367444,-0.4423107","bedrooms":"2","price":"281000","area":"551"} , +{"type":"Feature","id":"n6038961255","geometry":{"type":"Point","coordinates":[-0.4423779,51.4367482]},"properties":{"@type":"node","@id":6038961255,"@timestamp":1541415186},"coords":"51.4367482,-0.4423779","bedrooms":"2","price":"249000","area":"664"} , +{"type":"Feature","id":"n6039135661","geometry":{"type":"Point","coordinates":[-0.6980723,51.531946]},"properties":{"@type":"node","@id":6039135661,"@timestamp":1571946239},"coords":"51.531946,-0.6980723","bedrooms":"0","price":"165000","area":"485"} , +{"type":"Feature","id":"n6039222106","geometry":{"type":"Point","coordinates":[0.0050486,51.5537386]},"properties":{"@type":"node","@id":6039222106,"@timestamp":1600780195},"coords":"51.5537386,0.0050486","bedrooms":"0","price":"250000","area":"583"} , +{"type":"Feature","id":"n6039378145","geometry":{"type":"Point","coordinates":[-0.3207318,51.4949407]},"properties":{"@type":"node","@id":6039378145,"@timestamp":1541427944},"coords":"51.4949407,-0.3207318","bedrooms":"1","price":"173000","area":"352"} , +{"type":"Feature","id":"n6039683543","geometry":{"type":"Point","coordinates":[0.8912288,51.8873045]},"properties":{"@type":"node","@id":6039683543,"@timestamp":1605364890},"coords":"51.8873045,0.8912288","bedrooms":"4","price":"164000","area":"584"} , +{"type":"Feature","id":"n6039903435","geometry":{"type":"Point","coordinates":[-0.9511175,51.6296442]},"properties":{"@type":"node","@id":6039903435,"@timestamp":1541441667},"coords":"51.6296442,-0.9511175","bedrooms":"0","price":"239000","area":"397"} , +{"type":"Feature","id":"n6040163687","geometry":{"type":"Point","coordinates":[-0.1064858,50.9993367]},"properties":{"@type":"node","@id":6040163687,"@timestamp":1634483740},"coords":"50.9993367,-0.1064858","bedrooms":"4","price":"245000","area":"437"} , +{"type":"Feature","id":"n6040171873","geometry":{"type":"Point","coordinates":[-0.2748301,51.4924722]},"properties":{"@type":"node","@id":6040171873,"@timestamp":1564903671},"coords":"51.4924722,-0.2748301","bedrooms":"4","price":"218000","area":"515"} , +{"type":"Feature","id":"n6040240614","geometry":{"type":"Point","coordinates":[-0.5588813,51.4296507]},"properties":{"@type":"node","@id":6040240614,"@timestamp":1614710807},"coords":"51.4296507,-0.5588813","bedrooms":"3","price":"212000","area":"603"} , +{"type":"Feature","id":"n6040262516","geometry":{"type":"Point","coordinates":[-0.5573177,51.430016]},"properties":{"@type":"node","@id":6040262516,"@timestamp":1541618966},"coords":"51.430016,-0.5573177","bedrooms":"4","price":"281000","area":"654"} , +{"type":"Feature","id":"n6042646890","geometry":{"type":"Point","coordinates":[-0.1388258,51.5286832]},"properties":{"@type":"node","@id":6042646890,"@timestamp":1541536770},"coords":"51.5286832,-0.1388258","bedrooms":"1","price":"179000","area":"382"} , +{"type":"Feature","id":"n6042695110","geometry":{"type":"Point","coordinates":[-0.5479805,51.4307541]},"properties":{"@type":"node","@id":6042695110,"@timestamp":1617810249},"coords":"51.4307541,-0.5479805","bedrooms":"1","price":"212000","area":"614"} , +{"type":"Feature","id":"n6042695150","geometry":{"type":"Point","coordinates":[-0.5483746,51.4307334]},"properties":{"@type":"node","@id":6042695150,"@timestamp":1617809838},"coords":"51.4307334,-0.5483746","bedrooms":"3","price":"265000","area":"643"} , +{"type":"Feature","id":"n6042988660","geometry":{"type":"Point","coordinates":[0.0820613,51.5902293]},"properties":{"@type":"node","@id":6042988660,"@timestamp":1564903671},"coords":"51.5902293,0.0820613","bedrooms":"4","price":"227000","area":"417"} , +{"type":"Feature","id":"n6043156237","geometry":{"type":"Point","coordinates":[0.0673861,51.5355891]},"properties":{"@type":"node","@id":6043156237,"@timestamp":1564903671},"coords":"51.5355891,0.0673861","bedrooms":"1","price":"284000","area":"350"} , +{"type":"Feature","id":"n6043453760","geometry":{"type":"Point","coordinates":[0.1158752,51.6027522]},"properties":{"@type":"node","@id":6043453760,"@timestamp":1625587001},"coords":"51.6027522,0.1158752","bedrooms":"3","price":"282000","area":"496"} , +{"type":"Feature","id":"n6044334408","geometry":{"type":"Point","coordinates":[-0.0009428,51.5605685]},"properties":{"@type":"node","@id":6044334408,"@timestamp":1543947364},"coords":"51.5605685,-0.0009428","bedrooms":"1","price":"218000","area":"531"} , +{"type":"Feature","id":"n6044388273","geometry":{"type":"Point","coordinates":[-0.0015235,51.5602192]},"properties":{"@type":"node","@id":6044388273,"@timestamp":1619473427},"coords":"51.5602192,-0.0015235","bedrooms":"3","price":"226000","area":"665"} , +{"type":"Feature","id":"n6044420160","geometry":{"type":"Point","coordinates":[-0.1109411,51.3342456]},"properties":{"@type":"node","@id":6044420160,"@timestamp":1541608809},"coords":"51.3342456,-0.1109411","bedrooms":"1","price":"207000","area":"536"} , +{"type":"Feature","id":"n6044420546","geometry":{"type":"Point","coordinates":[-0.1093833,51.3329348]},"properties":{"@type":"node","@id":6044420546,"@timestamp":1541608811},"coords":"51.3329348,-0.1093833","bedrooms":"3","price":"237000","area":"371"} , +{"type":"Feature","id":"n6044458339","geometry":{"type":"Point","coordinates":[-0.1084721,51.3324058]},"properties":{"@type":"node","@id":6044458339,"@timestamp":1541609948},"coords":"51.3324058,-0.1084721","bedrooms":"2","price":"292000","area":"493"} , +{"type":"Feature","id":"n6044561888","geometry":{"type":"Point","coordinates":[-0.4670644,51.7363728]},"properties":{"@type":"node","@id":6044561888,"@timestamp":1580844159},"coords":"51.7363728,-0.4670644","bedrooms":"3","price":"158000","area":"367"} , +{"type":"Feature","id":"n6044701808","geometry":{"type":"Point","coordinates":[-0.178233,51.5175655]},"properties":{"@type":"node","@id":6044701808,"@timestamp":1541617874},"coords":"51.5175655,-0.178233","bedrooms":"0","price":"189000","area":"377"} , +{"type":"Feature","id":"n6046254553","geometry":{"type":"Point","coordinates":[-0.3274664,51.4474927]},"properties":{"@type":"node","@id":6046254553,"@timestamp":1541682217},"coords":"51.4474927,-0.3274664","bedrooms":"0","price":"240000","area":"381"} , +{"type":"Feature","id":"n6047068274","geometry":{"type":"Point","coordinates":[0.0063265,51.5153694]},"properties":{"@type":"node","@id":6047068274,"@timestamp":1541703085},"coords":"51.5153694,0.0063265","bedrooms":"0","price":"178000","area":"687"} , +{"type":"Feature","id":"n6047304012","geometry":{"type":"Point","coordinates":[-0.022191,51.5630107]},"properties":{"@type":"node","@id":6047304012,"@timestamp":1541712139},"coords":"51.5630107,-0.022191","bedrooms":"0","price":"206000","area":"481"} , +{"type":"Feature","id":"n6048011273","geometry":{"type":"Point","coordinates":[-0.1346724,51.5475177]},"properties":{"@type":"node","@id":6048011273,"@timestamp":1628959548},"coords":"51.5475177,-0.1346724","bedrooms":"0","price":"258000","area":"647"} , +{"type":"Feature","id":"n6049369334","geometry":{"type":"Point","coordinates":[-0.1366637,51.5398424]},"properties":{"@type":"node","@id":6049369334,"@timestamp":1541781424},"coords":"51.5398424,-0.1366637","bedrooms":"1","price":"196000","area":"533"} , +{"type":"Feature","id":"n6049574943","geometry":{"type":"Point","coordinates":[-0.1517015,51.5473144]},"properties":{"@type":"node","@id":6049574943,"@timestamp":1630950804},"coords":"51.5473144,-0.1517015","bedrooms":"1","price":"265000","area":"455"} , +{"type":"Feature","id":"n6049793083","geometry":{"type":"Point","coordinates":[-0.5434864,51.4382891]},"properties":{"@type":"node","@id":6049793083,"@timestamp":1541794758},"coords":"51.4382891,-0.5434864","bedrooms":"1","price":"193000","area":"374"} , +{"type":"Feature","id":"n6049887171","geometry":{"type":"Point","coordinates":[-0.528754,51.4343694]},"properties":{"@type":"node","@id":6049887171,"@timestamp":1610799161},"coords":"51.4343694,-0.528754","bedrooms":"0","price":"233000","area":"627"} , +{"type":"Feature","id":"n6049895056","geometry":{"type":"Point","coordinates":[-0.1492651,51.115556]},"properties":{"@type":"node","@id":6049895056,"@timestamp":1541797982},"coords":"51.115556,-0.1492651","bedrooms":"2","price":"151000","area":"462"} , +{"type":"Feature","id":"n6050012669","geometry":{"type":"Point","coordinates":[-0.1536572,51.130824]},"properties":{"@type":"node","@id":6050012669,"@timestamp":1541802110},"coords":"51.130824,-0.1536572","bedrooms":"1","price":"155000","area":"426"} , +{"type":"Feature","id":"n6050233631","geometry":{"type":"Point","coordinates":[-0.2773158,51.5586077]},"properties":{"@type":"node","@id":6050233631,"@timestamp":1541811256},"coords":"51.5586077,-0.2773158","bedrooms":"4","price":"278000","area":"440"} , +{"type":"Feature","id":"n6050880886","geometry":{"type":"Point","coordinates":[0.0056422,51.7548555]},"properties":{"@type":"node","@id":6050880886,"@timestamp":1542015744},"coords":"51.7548555,0.0056422","bedrooms":"3","price":"199000","area":"619"} , +{"type":"Feature","id":"n6051166498","geometry":{"type":"Point","coordinates":[0.0081758,51.508384]},"properties":{"@type":"node","@id":6051166498,"@timestamp":1541862928},"coords":"51.508384,0.0081758","bedrooms":"3","price":"233000","area":"641"} , +{"type":"Feature","id":"n6051349787","geometry":{"type":"Point","coordinates":[0.2895297,51.1848242]},"properties":{"@type":"node","@id":6051349787,"@timestamp":1541869192},"coords":"51.1848242,0.2895297","bedrooms":"1","price":"268000","area":"420"} , +{"type":"Feature","id":"n6051561101","geometry":{"type":"Point","coordinates":[-0.5474767,51.4262894]},"properties":{"@type":"node","@id":6051561101,"@timestamp":1541879736},"coords":"51.4262894,-0.5474767","bedrooms":"4","price":"276000","area":"687"} , +{"type":"Feature","id":"n6051654793","geometry":{"type":"Point","coordinates":[-0.5585251,51.4041923]},"properties":{"@type":"node","@id":6051654793,"@timestamp":1541883289},"coords":"51.4041923,-0.5585251","bedrooms":"3","price":"294000","area":"475"} , +{"type":"Feature","id":"n6051859099","geometry":{"type":"Point","coordinates":[-0.1137554,51.3345189]},"properties":{"@type":"node","@id":6051859099,"@timestamp":1541891633},"coords":"51.3345189,-0.1137554","bedrooms":"4","price":"258000","area":"666"} , +{"type":"Feature","id":"n6052188917","geometry":{"type":"Point","coordinates":[-0.1326539,51.5268947]},"properties":{"@type":"node","@id":6052188917,"@timestamp":1595230549},"coords":"51.5268947,-0.1326539","bedrooms":"1","price":"252000","area":"696"} , +{"type":"Feature","id":"n6052571731","geometry":{"type":"Point","coordinates":[-0.1118819,51.3317765]},"properties":{"@type":"node","@id":6052571731,"@timestamp":1541936272},"coords":"51.3317765,-0.1118819","bedrooms":"0","price":"172000","area":"692"} , +{"type":"Feature","id":"n6052571765","geometry":{"type":"Point","coordinates":[-0.1115917,51.3316473]},"properties":{"@type":"node","@id":6052571765,"@timestamp":1541936273},"coords":"51.3316473,-0.1115917","bedrooms":"4","price":"285000","area":"477"} , +{"type":"Feature","id":"n6052571809","geometry":{"type":"Point","coordinates":[-0.110998,51.3311282]},"properties":{"@type":"node","@id":6052571809,"@timestamp":1541936274},"coords":"51.3311282,-0.110998","bedrooms":"1","price":"248000","area":"528"} , +{"type":"Feature","id":"n6052571891","geometry":{"type":"Point","coordinates":[-0.1102784,51.3309588]},"properties":{"@type":"node","@id":6052571891,"@timestamp":1541936276},"coords":"51.3309588,-0.1102784","bedrooms":"3","price":"163000","area":"398"} , +{"type":"Feature","id":"n6052571939","geometry":{"type":"Point","coordinates":[-0.1109198,51.3303414]},"properties":{"@type":"node","@id":6052571939,"@timestamp":1541936277},"coords":"51.3303414,-0.1109198","bedrooms":"0","price":"180000","area":"690"} , +{"type":"Feature","id":"n6052571961","geometry":{"type":"Point","coordinates":[-0.1110376,51.3298371]},"properties":{"@type":"node","@id":6052571961,"@timestamp":1541936278},"coords":"51.3298371,-0.1110376","bedrooms":"4","price":"212000","area":"539"} , +{"type":"Feature","id":"n6052608264","geometry":{"type":"Point","coordinates":[-0.1093303,51.3295738]},"properties":{"@type":"node","@id":6052608264,"@timestamp":1541938344},"coords":"51.3295738,-0.1093303","bedrooms":"4","price":"289000","area":"350"} , +{"type":"Feature","id":"n6052642451","geometry":{"type":"Point","coordinates":[0.5367596,51.3415674]},"properties":{"@type":"node","@id":6052642451,"@timestamp":1541939976},"coords":"51.3415674,0.5367596","bedrooms":"3","price":"296000","area":"595"} , +{"type":"Feature","id":"n6052778804","geometry":{"type":"Point","coordinates":[-0.1906461,51.8200694]},"properties":{"@type":"node","@id":6052778804,"@timestamp":1551606679},"coords":"51.8200694,-0.1906461","bedrooms":"4","price":"269000","area":"448"} , +{"type":"Feature","id":"n6052841561","geometry":{"type":"Point","coordinates":[-0.0011393,51.5480426]},"properties":{"@type":"node","@id":6052841561,"@timestamp":1541949613},"coords":"51.5480426,-0.0011393","bedrooms":"4","price":"276000","area":"435"} , +{"type":"Feature","id":"n6052877782","geometry":{"type":"Point","coordinates":[0.0003141,51.5475964]},"properties":{"@type":"node","@id":6052877782,"@timestamp":1619089979},"coords":"51.5475964,0.0003141","bedrooms":"4","price":"159000","area":"423"} , +{"type":"Feature","id":"n6052898401","geometry":{"type":"Point","coordinates":[0.0005862,51.5472136]},"properties":{"@type":"node","@id":6052898401,"@timestamp":1599741282},"coords":"51.5472136,0.0005862","bedrooms":"3","price":"270000","area":"614"} , +{"type":"Feature","id":"n6052917588","geometry":{"type":"Point","coordinates":[-0.003949,51.5512384]},"properties":{"@type":"node","@id":6052917588,"@timestamp":1618416044},"coords":"51.5512384,-0.003949","bedrooms":"1","price":"152000","area":"371"} , +{"type":"Feature","id":"n6052938982","geometry":{"type":"Point","coordinates":[-0.0040816,51.5509463]},"properties":{"@type":"node","@id":6052938982,"@timestamp":1626344856},"coords":"51.5509463,-0.0040816","bedrooms":"2","price":"202000","area":"601"} , +{"type":"Feature","id":"n6052979555","geometry":{"type":"Point","coordinates":[0.0009027,51.5470809]},"properties":{"@type":"node","@id":6052979555,"@timestamp":1619176375},"coords":"51.5470809,0.0009027","bedrooms":"0","price":"276000","area":"671"} , +{"type":"Feature","id":"n6052979942","geometry":{"type":"Point","coordinates":[0.0016037,51.5472068]},"properties":{"@type":"node","@id":6052979942,"@timestamp":1619176375},"coords":"51.5472068,0.0016037","bedrooms":"3","price":"157000","area":"417"} , +{"type":"Feature","id":"n6053055588","geometry":{"type":"Point","coordinates":[-0.004529,51.5522226]},"properties":{"@type":"node","@id":6053055588,"@timestamp":1618405176},"coords":"51.5522226,-0.004529","bedrooms":"0","price":"246000","area":"569"} , +{"type":"Feature","id":"n6053144221","geometry":{"type":"Point","coordinates":[-0.0049178,51.5529591]},"properties":{"@type":"node","@id":6053144221,"@timestamp":1618333134},"coords":"51.5529591,-0.0049178","bedrooms":"4","price":"296000","area":"482"} , +{"type":"Feature","id":"n6053144253","geometry":{"type":"Point","coordinates":[-0.0048934,51.5529792]},"properties":{"@type":"node","@id":6053144253,"@timestamp":1618333134},"coords":"51.5529792,-0.0048934","bedrooms":"3","price":"293000","area":"600"} , +{"type":"Feature","id":"n6053331423","geometry":{"type":"Point","coordinates":[-0.1922325,51.114358]},"properties":{"@type":"node","@id":6053331423,"@timestamp":1541970841},"coords":"51.114358,-0.1922325","bedrooms":"3","price":"224000","area":"545"} , +{"type":"Feature","id":"n6053333086","geometry":{"type":"Point","coordinates":[-0.210723,51.092834]},"properties":{"@type":"node","@id":6053333086,"@timestamp":1541971001},"coords":"51.092834,-0.210723","bedrooms":"0","price":"232000","area":"589"} , +{"type":"Feature","id":"n6053339968","geometry":{"type":"Point","coordinates":[-0.232683,51.109787]},"properties":{"@type":"node","@id":6053339968,"@timestamp":1541971336},"coords":"51.109787,-0.232683","bedrooms":"3","price":"223000","area":"432"} , +{"type":"Feature","id":"n6053346127","geometry":{"type":"Point","coordinates":[-0.185791,51.125976]},"properties":{"@type":"node","@id":6053346127,"@timestamp":1541971597},"coords":"51.125976,-0.185791","bedrooms":"2","price":"285000","area":"594"} , +{"type":"Feature","id":"n6053361340","geometry":{"type":"Point","coordinates":[-0.3019146,51.061766]},"properties":{"@type":"node","@id":6053361340,"@timestamp":1541972069},"coords":"51.061766,-0.3019146","bedrooms":"0","price":"196000","area":"690"} , +{"type":"Feature","id":"n6053412066","geometry":{"type":"Point","coordinates":[0.004253,51.5439283]},"properties":{"@type":"node","@id":6053412066,"@timestamp":1633966909},"coords":"51.5439283,0.004253","bedrooms":"1","price":"288000","area":"460"} , +{"type":"Feature","id":"n6053447507","geometry":{"type":"Point","coordinates":[-0.0003225,51.5468039]},"properties":{"@type":"node","@id":6053447507,"@timestamp":1541976160},"coords":"51.5468039,-0.0003225","bedrooms":"0","price":"270000","area":"517"} , +{"type":"Feature","id":"n6053448081","geometry":{"type":"Point","coordinates":[-0.3513741,51.069101]},"properties":{"@type":"node","@id":6053448081,"@timestamp":1541976324},"coords":"51.069101,-0.3513741","bedrooms":"0","price":"182000","area":"465"} , +{"type":"Feature","id":"n6053451079","geometry":{"type":"Point","coordinates":[-0.3497723,51.06237]},"properties":{"@type":"node","@id":6053451079,"@timestamp":1541976463},"coords":"51.06237,-0.3497723","bedrooms":"3","price":"249000","area":"645"} , +{"type":"Feature","id":"n6053452338","geometry":{"type":"Point","coordinates":[-0.0049943,51.5534246]},"properties":{"@type":"node","@id":6053452338,"@timestamp":1618333134},"coords":"51.5534246,-0.0049943","bedrooms":"1","price":"251000","area":"681"} , +{"type":"Feature","id":"n6053452348","geometry":{"type":"Point","coordinates":[-0.0049398,51.5531541]},"properties":{"@type":"node","@id":6053452348,"@timestamp":1618333134},"coords":"51.5531541,-0.0049398","bedrooms":"4","price":"183000","area":"694"} , +{"type":"Feature","id":"n6053453831","geometry":{"type":"Point","coordinates":[-0.4694247,51.03282]},"properties":{"@type":"node","@id":6053453831,"@timestamp":1541976694},"coords":"51.03282,-0.4694247","bedrooms":"2","price":"165000","area":"537"} , +{"type":"Feature","id":"n6053459095","geometry":{"type":"Point","coordinates":[-0.5837362,50.99668]},"properties":{"@type":"node","@id":6053459095,"@timestamp":1541976874},"coords":"50.99668,-0.5837362","bedrooms":"3","price":"246000","area":"354"} , +{"type":"Feature","id":"n6053460474","geometry":{"type":"Point","coordinates":[-0.5635537,50.96263]},"properties":{"@type":"node","@id":6053460474,"@timestamp":1541976971},"coords":"50.96263,-0.5635537","bedrooms":"0","price":"254000","area":"367"} , +{"type":"Feature","id":"n6054184524","geometry":{"type":"Point","coordinates":[-0.8894361,51.6173214]},"properties":{"@type":"node","@id":6054184524,"@timestamp":1542008818},"coords":"51.6173214,-0.8894361","bedrooms":"2","price":"196000","area":"450"} , +{"type":"Feature","id":"n6054363007","geometry":{"type":"Point","coordinates":[-0.4139703,51.5060401]},"properties":{"@type":"node","@id":6054363007,"@timestamp":1542013607},"coords":"51.5060401,-0.4139703","bedrooms":"2","price":"220000","area":"366"} , +{"type":"Feature","id":"n6054765382","geometry":{"type":"Point","coordinates":[-0.1194436,51.5758795]},"properties":{"@type":"node","@id":6054765382,"@timestamp":1542025674},"coords":"51.5758795,-0.1194436","bedrooms":"0","price":"170000","area":"681"} , +{"type":"Feature","id":"n6054818694","geometry":{"type":"Point","coordinates":[-0.063874,51.5183889]},"properties":{"@type":"node","@id":6054818694,"@timestamp":1590823620},"coords":"51.5183889,-0.063874","bedrooms":"2","price":"204000","area":"499"} , +{"type":"Feature","id":"n6054821105","geometry":{"type":"Point","coordinates":[-0.0050493,51.5537494]},"properties":{"@type":"node","@id":6054821105,"@timestamp":1618333134},"coords":"51.5537494,-0.0050493","bedrooms":"0","price":"180000","area":"398"} , +{"type":"Feature","id":"n6054863103","geometry":{"type":"Point","coordinates":[-0.1233361,51.5822033]},"properties":{"@type":"node","@id":6054863103,"@timestamp":1542028406},"coords":"51.5822033,-0.1233361","bedrooms":"1","price":"181000","area":"592"} , +{"type":"Feature","id":"n6054863117","geometry":{"type":"Point","coordinates":[-0.1222025,51.5819947]},"properties":{"@type":"node","@id":6054863117,"@timestamp":1542028406},"coords":"51.5819947,-0.1222025","bedrooms":"1","price":"289000","area":"375"} , +{"type":"Feature","id":"n6055119538","geometry":{"type":"Point","coordinates":[-0.3037749,51.4065158]},"properties":{"@type":"node","@id":6055119538,"@timestamp":1626359858},"coords":"51.4065158,-0.3037749","bedrooms":"1","price":"283000","area":"412"} , +{"type":"Feature","id":"n6055221855","geometry":{"type":"Point","coordinates":[-0.3007718,51.4143826]},"properties":{"@type":"node","@id":6055221855,"@timestamp":1625908702},"coords":"51.4143826,-0.3007718","bedrooms":"2","price":"240000","area":"568"} , +{"type":"Feature","id":"n6055300424","geometry":{"type":"Point","coordinates":[0.0023653,51.5522045]},"properties":{"@type":"node","@id":6055300424,"@timestamp":1618500330},"coords":"51.5522045,0.0023653","bedrooms":"3","price":"268000","area":"595"} , +{"type":"Feature","id":"n6055378445","geometry":{"type":"Point","coordinates":[0.0029941,51.5522912]},"properties":{"@type":"node","@id":6055378445,"@timestamp":1542043716},"coords":"51.5522912,0.0029941","bedrooms":"4","price":"284000","area":"648"} , +{"type":"Feature","id":"n6055422939","geometry":{"type":"Point","coordinates":[-0.1270964,51.320635]},"properties":{"@type":"node","@id":6055422939,"@timestamp":1542046006},"coords":"51.320635,-0.1270964","bedrooms":"1","price":"283000","area":"548"} , +{"type":"Feature","id":"n6055513349","geometry":{"type":"Point","coordinates":[-0.1244063,51.3229466]},"properties":{"@type":"node","@id":6055513349,"@timestamp":1542046951},"coords":"51.3229466,-0.1244063","bedrooms":"3","price":"288000","area":"351"} , +{"type":"Feature","id":"n6055553413","geometry":{"type":"Point","coordinates":[-0.1215482,51.3227448]},"properties":{"@type":"node","@id":6055553413,"@timestamp":1542047672},"coords":"51.3227448,-0.1215482","bedrooms":"4","price":"224000","area":"530"} , +{"type":"Feature","id":"n6055553426","geometry":{"type":"Point","coordinates":[-0.1216296,51.3247154]},"properties":{"@type":"node","@id":6055553426,"@timestamp":1542047673},"coords":"51.3247154,-0.1216296","bedrooms":"0","price":"280000","area":"531"} , +{"type":"Feature","id":"n6055586743","geometry":{"type":"Point","coordinates":[-0.1206563,51.3259612]},"properties":{"@type":"node","@id":6055586743,"@timestamp":1542048650},"coords":"51.3259612,-0.1206563","bedrooms":"2","price":"299000","area":"646"} , +{"type":"Feature","id":"n6055586778","geometry":{"type":"Point","coordinates":[-0.1229227,51.3288987]},"properties":{"@type":"node","@id":6055586778,"@timestamp":1542048651},"coords":"51.3288987,-0.1229227","bedrooms":"0","price":"251000","area":"381"} , +{"type":"Feature","id":"n6055613207","geometry":{"type":"Point","coordinates":[-0.0051379,51.554427]},"properties":{"@type":"node","@id":6055613207,"@timestamp":1618318680},"coords":"51.554427,-0.0051379","bedrooms":"2","price":"261000","area":"507"} , +{"type":"Feature","id":"n6055613217","geometry":{"type":"Point","coordinates":[-0.0051115,51.554624]},"properties":{"@type":"node","@id":6055613217,"@timestamp":1618318680},"coords":"51.554624,-0.0051115","bedrooms":"4","price":"277000","area":"644"} , +{"type":"Feature","id":"n6055643802","geometry":{"type":"Point","coordinates":[-0.1241496,51.3291608]},"properties":{"@type":"node","@id":6055643802,"@timestamp":1542049779},"coords":"51.3291608,-0.1241496","bedrooms":"3","price":"276000","area":"526"} , +{"type":"Feature","id":"n6055643816","geometry":{"type":"Point","coordinates":[-0.1243194,51.3232898]},"properties":{"@type":"node","@id":6055643816,"@timestamp":1542049780},"coords":"51.3232898,-0.1243194","bedrooms":"3","price":"264000","area":"469"} , +{"type":"Feature","id":"n6055643828","geometry":{"type":"Point","coordinates":[-0.1279285,51.3231459]},"properties":{"@type":"node","@id":6055643828,"@timestamp":1542049781},"coords":"51.3231459,-0.1279285","bedrooms":"2","price":"212000","area":"675"} , +{"type":"Feature","id":"n6055890067","geometry":{"type":"Point","coordinates":[-0.5885969,51.384256]},"properties":{"@type":"node","@id":6055890067,"@timestamp":1624030754},"coords":"51.384256,-0.5885969","bedrooms":"3","price":"244000","area":"444"} , +{"type":"Feature","id":"n6055962885","geometry":{"type":"Point","coordinates":[0.0045114,51.5476488]},"properties":{"@type":"node","@id":6055962885,"@timestamp":1561736580},"coords":"51.5476488,0.0045114","bedrooms":"4","price":"207000","area":"677"} , +{"type":"Feature","id":"n6055987254","geometry":{"type":"Point","coordinates":[-0.3510581,51.0247897]},"properties":{"@type":"node","@id":6055987254,"@timestamp":1632477860},"coords":"51.0247897,-0.3510581","bedrooms":"1","price":"235000","area":"568"} , +{"type":"Feature","id":"n6056485271","geometry":{"type":"Point","coordinates":[-0.5882467,51.5077767]},"properties":{"@type":"node","@id":6056485271,"@timestamp":1596373182},"coords":"51.5077767,-0.5882467","bedrooms":"4","price":"183000","area":"377"} , +{"type":"Feature","id":"n6056501511","geometry":{"type":"Point","coordinates":[-0.5125102,51.4796215]},"properties":{"@type":"node","@id":6056501511,"@timestamp":1608234855},"coords":"51.4796215,-0.5125102","bedrooms":"1","price":"256000","area":"480"} , +{"type":"Feature","id":"n6057206194","geometry":{"type":"Point","coordinates":[-0.0380662,51.3429558]},"properties":{"@type":"node","@id":6057206194,"@timestamp":1542105296},"coords":"51.3429558,-0.0380662","bedrooms":"1","price":"178000","area":"517"} , +{"type":"Feature","id":"n6057206204","geometry":{"type":"Point","coordinates":[-0.0399017,51.3433699]},"properties":{"@type":"node","@id":6057206204,"@timestamp":1542105297},"coords":"51.3433699,-0.0399017","bedrooms":"4","price":"156000","area":"658"} , +{"type":"Feature","id":"n6057206417","geometry":{"type":"Point","coordinates":[-0.035831,51.3422424]},"properties":{"@type":"node","@id":6057206417,"@timestamp":1542105299},"coords":"51.3422424,-0.035831","bedrooms":"2","price":"221000","area":"483"} , +{"type":"Feature","id":"n6057206718","geometry":{"type":"Point","coordinates":[-0.0362151,51.3442798]},"properties":{"@type":"node","@id":6057206718,"@timestamp":1542105301},"coords":"51.3442798,-0.0362151","bedrooms":"3","price":"235000","area":"423"} , +{"type":"Feature","id":"n6057407228","geometry":{"type":"Point","coordinates":[-0.002469,51.5509723]},"properties":{"@type":"node","@id":6057407228,"@timestamp":1618485616},"coords":"51.5509723,-0.002469","bedrooms":"1","price":"217000","area":"605"} , +{"type":"Feature","id":"n6057407438","geometry":{"type":"Point","coordinates":[-0.0003903,51.5513814]},"properties":{"@type":"node","@id":6057407438,"@timestamp":1542110818},"coords":"51.5513814,-0.0003903","bedrooms":"3","price":"290000","area":"440"} , +{"type":"Feature","id":"n6057642985","geometry":{"type":"Point","coordinates":[-0.1286154,51.32637]},"properties":{"@type":"node","@id":6057642985,"@timestamp":1542115570},"coords":"51.32637,-0.1286154","bedrooms":"3","price":"289000","area":"655"} , +{"type":"Feature","id":"n6057643440","geometry":{"type":"Point","coordinates":[-0.1274676,51.3280768]},"properties":{"@type":"node","@id":6057643440,"@timestamp":1542115573},"coords":"51.3280768,-0.1274676","bedrooms":"0","price":"155000","area":"459"} , +{"type":"Feature","id":"n6057762463","geometry":{"type":"Point","coordinates":[-0.0272352,51.6862977]},"properties":{"@type":"node","@id":6057762463,"@timestamp":1542117642},"coords":"51.6862977,-0.0272352","bedrooms":"3","price":"262000","area":"370"} , +{"type":"Feature","id":"n6057909801","geometry":{"type":"Point","coordinates":[-1.0146889,51.6718481]},"properties":{"@type":"node","@id":6057909801,"@timestamp":1542122319},"coords":"51.6718481,-1.0146889","bedrooms":"3","price":"261000","area":"420"} , +{"type":"Feature","id":"n6058009252","geometry":{"type":"Point","coordinates":[-1.0161269,51.6699793]},"properties":{"@type":"node","@id":6058009252,"@timestamp":1542122319},"coords":"51.6699793,-1.0161269","bedrooms":"0","price":"181000","area":"458"} , +{"type":"Feature","id":"n6058199983","geometry":{"type":"Point","coordinates":[0.0013679,51.5516603]},"properties":{"@type":"node","@id":6058199983,"@timestamp":1618485616},"coords":"51.5516603,0.0013679","bedrooms":"0","price":"258000","area":"362"} , +{"type":"Feature","id":"n6058303377","geometry":{"type":"Point","coordinates":[-0.0012931,51.5464562]},"properties":{"@type":"node","@id":6058303377,"@timestamp":1614082005},"coords":"51.5464562,-0.0012931","bedrooms":"2","price":"185000","area":"642"} , +{"type":"Feature","id":"n6058387706","geometry":{"type":"Point","coordinates":[-1.0712225,51.1786565]},"properties":{"@type":"node","@id":6058387706,"@timestamp":1542133255},"coords":"51.1786565,-1.0712225","bedrooms":"0","price":"290000","area":"649"} , +{"type":"Feature","id":"n6058480681","geometry":{"type":"Point","coordinates":[-0.1437067,51.3147824]},"properties":{"@type":"node","@id":6058480681,"@timestamp":1597829258},"coords":"51.3147824,-0.1437067","bedrooms":"1","price":"246000","area":"543"} , +{"type":"Feature","id":"n6058482002","geometry":{"type":"Point","coordinates":[-0.1454959,51.3153429]},"properties":{"@type":"node","@id":6058482002,"@timestamp":1597829258},"coords":"51.3153429,-0.1454959","bedrooms":"1","price":"203000","area":"568"} , +{"type":"Feature","id":"n6058482015","geometry":{"type":"Point","coordinates":[-0.144617,51.3155981]},"properties":{"@type":"node","@id":6058482015,"@timestamp":1542135995},"coords":"51.3155981,-0.144617","bedrooms":"1","price":"233000","area":"371"} , +{"type":"Feature","id":"n6058482035","geometry":{"type":"Point","coordinates":[-0.1456843,51.3151915]},"properties":{"@type":"node","@id":6058482035,"@timestamp":1542135996},"coords":"51.3151915,-0.1456843","bedrooms":"1","price":"283000","area":"689"} , +{"type":"Feature","id":"n6058498555","geometry":{"type":"Point","coordinates":[-0.9721998,51.4565382]},"properties":{"@type":"node","@id":6058498555,"@timestamp":1542136364},"coords":"51.4565382,-0.9721998","bedrooms":"1","price":"175000","area":"395"} , +{"type":"Feature","id":"n6058734319","geometry":{"type":"Point","coordinates":[-0.6063953,51.3858856]},"properties":{"@type":"node","@id":6058734319,"@timestamp":1542144120},"coords":"51.3858856,-0.6063953","bedrooms":"4","price":"255000","area":"628"} , +{"type":"Feature","id":"n6058838214","geometry":{"type":"Point","coordinates":[-0.2461544,50.9907707]},"properties":{"@type":"node","@id":6058838214,"@timestamp":1542148057},"coords":"50.9907707,-0.2461544","bedrooms":"1","price":"283000","area":"571"} , +{"type":"Feature","id":"n6059026547","geometry":{"type":"Point","coordinates":[-0.3023131,51.0155509]},"properties":{"@type":"node","@id":6059026547,"@timestamp":1542157720},"coords":"51.0155509,-0.3023131","bedrooms":"1","price":"269000","area":"620"} , +{"type":"Feature","id":"n6059964165","geometry":{"type":"Point","coordinates":[-0.0052058,51.5552954]},"properties":{"@type":"node","@id":6059964165,"@timestamp":1618232315},"coords":"51.5552954,-0.0052058","bedrooms":"4","price":"298000","area":"467"} , +{"type":"Feature","id":"n6059964175","geometry":{"type":"Point","coordinates":[-0.0051915,51.5551161]},"properties":{"@type":"node","@id":6059964175,"@timestamp":1618232315},"coords":"51.5551161,-0.0051915","bedrooms":"1","price":"284000","area":"627"} , +{"type":"Feature","id":"n6059966285","geometry":{"type":"Point","coordinates":[-0.005137,51.5549412]},"properties":{"@type":"node","@id":6059966285,"@timestamp":1618232315},"coords":"51.5549412,-0.005137","bedrooms":"2","price":"208000","area":"472"} , +{"type":"Feature","id":"n6060011973","geometry":{"type":"Point","coordinates":[-0.1207097,51.5196534]},"properties":{"@type":"node","@id":6060011973,"@timestamp":1542185597},"coords":"51.5196534,-0.1207097","bedrooms":"2","price":"185000","area":"651"} , +{"type":"Feature","id":"n6060259864","geometry":{"type":"Point","coordinates":[-0.1500557,51.3158054]},"properties":{"@type":"node","@id":6060259864,"@timestamp":1542192073},"coords":"51.3158054,-0.1500557","bedrooms":"0","price":"222000","area":"461"} , +{"type":"Feature","id":"n6060259874","geometry":{"type":"Point","coordinates":[-0.1508879,51.3152866]},"properties":{"@type":"node","@id":6060259874,"@timestamp":1542192073},"coords":"51.3152866,-0.1508879","bedrooms":"3","price":"268000","area":"545"} , +{"type":"Feature","id":"n6060260170","geometry":{"type":"Point","coordinates":[-0.1475338,51.317437]},"properties":{"@type":"node","@id":6060260170,"@timestamp":1542192075},"coords":"51.317437,-0.1475338","bedrooms":"4","price":"209000","area":"391"} , +{"type":"Feature","id":"n6060260206","geometry":{"type":"Point","coordinates":[-0.1459823,51.3182579]},"properties":{"@type":"node","@id":6060260206,"@timestamp":1542192077},"coords":"51.3182579,-0.1459823","bedrooms":"0","price":"282000","area":"625"} , +{"type":"Feature","id":"n6060260474","geometry":{"type":"Point","coordinates":[-0.1429671,51.3192849]},"properties":{"@type":"node","@id":6060260474,"@timestamp":1542192079},"coords":"51.3192849,-0.1429671","bedrooms":"1","price":"170000","area":"433"} , +{"type":"Feature","id":"n6060260703","geometry":{"type":"Point","coordinates":[-0.1420367,51.3195091]},"properties":{"@type":"node","@id":6060260703,"@timestamp":1542192082},"coords":"51.3195091,-0.1420367","bedrooms":"4","price":"223000","area":"410"} , +{"type":"Feature","id":"n6060260713","geometry":{"type":"Point","coordinates":[-0.141165,51.3200186]},"properties":{"@type":"node","@id":6060260713,"@timestamp":1542192083},"coords":"51.3200186,-0.141165","bedrooms":"2","price":"276000","area":"441"} , +{"type":"Feature","id":"n6060843713","geometry":{"type":"Point","coordinates":[-0.4432661,51.4591141]},"properties":{"@type":"node","@id":6060843713,"@timestamp":1567031422},"coords":"51.4591141,-0.4432661","bedrooms":"4","price":"244000","area":"486"} , +{"type":"Feature","id":"n6061146930","geometry":{"type":"Point","coordinates":[0.3945223,51.1112748]},"properties":{"@type":"node","@id":6061146930,"@timestamp":1568823367},"coords":"51.1112748,0.3945223","bedrooms":"3","price":"228000","area":"675"} , +{"type":"Feature","id":"n6061593587","geometry":{"type":"Point","coordinates":[-0.0330529,51.5502114]},"properties":{"@type":"node","@id":6061593587,"@timestamp":1626006300},"coords":"51.5502114,-0.0330529","bedrooms":"3","price":"272000","area":"462"} , +{"type":"Feature","id":"n6061637369","geometry":{"type":"Point","coordinates":[-0.1940663,51.3660319]},"properties":{"@type":"node","@id":6061637369,"@timestamp":1542229177},"coords":"51.3660319,-0.1940663","bedrooms":"2","price":"202000","area":"509"} , +{"type":"Feature","id":"n6061926956","geometry":{"type":"Point","coordinates":[-0.0854518,51.4815135]},"properties":{"@type":"node","@id":6061926956,"@timestamp":1634808967},"coords":"51.4815135,-0.0854518","bedrooms":"2","price":"298000","area":"599"} , +{"type":"Feature","id":"n6061983091","geometry":{"type":"Point","coordinates":[-0.0858673,51.4885395]},"properties":{"@type":"node","@id":6061983091,"@timestamp":1542239957},"coords":"51.4885395,-0.0858673","bedrooms":"4","price":"260000","area":"366"} , +{"type":"Feature","id":"n6062189533","geometry":{"type":"Point","coordinates":[-0.3242041,51.5100997]},"properties":{"@type":"node","@id":6062189533,"@timestamp":1542246214},"coords":"51.5100997,-0.3242041","bedrooms":"3","price":"282000","area":"593"} , +{"type":"Feature","id":"n6062357658","geometry":{"type":"Point","coordinates":[-0.0858008,51.4694915]},"properties":{"@type":"node","@id":6062357658,"@timestamp":1542250485},"coords":"51.4694915,-0.0858008","bedrooms":"0","price":"247000","area":"457"} , +{"type":"Feature","id":"n6062848031","geometry":{"type":"Point","coordinates":[0.1008983,51.699254]},"properties":{"@type":"node","@id":6062848031,"@timestamp":1542269139},"coords":"51.699254,0.1008983","bedrooms":"4","price":"187000","area":"588"} , +{"type":"Feature","id":"n6063550044","geometry":{"type":"Point","coordinates":[-0.4642005,51.350394]},"properties":{"@type":"node","@id":6063550044,"@timestamp":1542287077},"coords":"51.350394,-0.4642005","bedrooms":"0","price":"237000","area":"431"} , +{"type":"Feature","id":"n6063766292","geometry":{"type":"Point","coordinates":[-1.0591915,51.2810033]},"properties":{"@type":"node","@id":6063766292,"@timestamp":1542292471},"coords":"51.2810033,-1.0591915","bedrooms":"3","price":"295000","area":"357"} , +{"type":"Feature","id":"n6064315837","geometry":{"type":"Point","coordinates":[-0.4756522,51.3469522]},"properties":{"@type":"node","@id":6064315837,"@timestamp":1542305989},"coords":"51.3469522,-0.4756522","bedrooms":"3","price":"205000","area":"389"} , +{"type":"Feature","id":"n6064443043","geometry":{"type":"Point","coordinates":[-0.461356,51.3590498]},"properties":{"@type":"node","@id":6064443043,"@timestamp":1542309922},"coords":"51.3590498,-0.461356","bedrooms":"3","price":"213000","area":"398"} , +{"type":"Feature","id":"n6064554527","geometry":{"type":"Point","coordinates":[0.0036981,51.547446]},"properties":{"@type":"node","@id":6064554527,"@timestamp":1597319568},"coords":"51.547446,0.0036981","bedrooms":"4","price":"173000","area":"441"} , +{"type":"Feature","id":"n6064561862","geometry":{"type":"Point","coordinates":[-0.1728094,51.2337876]},"properties":{"@type":"node","@id":6064561862,"@timestamp":1632854002},"coords":"51.2337876,-0.1728094","bedrooms":"3","price":"177000","area":"621"} , +{"type":"Feature","id":"n6064561874","geometry":{"type":"Point","coordinates":[-0.1703498,51.237007]},"properties":{"@type":"node","@id":6064561874,"@timestamp":1632854002},"coords":"51.237007,-0.1703498","bedrooms":"3","price":"281000","area":"499"} , +{"type":"Feature","id":"n6064562285","geometry":{"type":"Point","coordinates":[-0.1729612,51.233772]},"properties":{"@type":"node","@id":6064562285,"@timestamp":1632854002},"coords":"51.233772,-0.1729612","bedrooms":"3","price":"229000","area":"612"} , +{"type":"Feature","id":"n6064562296","geometry":{"type":"Point","coordinates":[-0.170131,51.236992]},"properties":{"@type":"node","@id":6064562296,"@timestamp":1632854002},"coords":"51.236992,-0.170131","bedrooms":"1","price":"159000","area":"437"} , +{"type":"Feature","id":"n6064600364","geometry":{"type":"Point","coordinates":[-0.6154995,51.3189789]},"properties":{"@type":"node","@id":6064600364,"@timestamp":1542313204},"coords":"51.3189789,-0.6154995","bedrooms":"4","price":"222000","area":"393"} , +{"type":"Feature","id":"n6064655929","geometry":{"type":"Point","coordinates":[-0.0750929,51.4916254]},"properties":{"@type":"node","@id":6064655929,"@timestamp":1542314089},"coords":"51.4916254,-0.0750929","bedrooms":"4","price":"192000","area":"543"} , +{"type":"Feature","id":"n6064702228","geometry":{"type":"Point","coordinates":[0.5385151,51.3418942]},"properties":{"@type":"node","@id":6064702228,"@timestamp":1542315726},"coords":"51.3418942,0.5385151","bedrooms":"0","price":"292000","area":"375"} , +{"type":"Feature","id":"n6064760220","geometry":{"type":"Point","coordinates":[-0.3215352,51.0108479]},"properties":{"@type":"node","@id":6064760220,"@timestamp":1542317357},"coords":"51.0108479,-0.3215352","bedrooms":"4","price":"165000","area":"490"} , +{"type":"Feature","id":"n6064829807","geometry":{"type":"Point","coordinates":[0.5072325,51.3860056]},"properties":{"@type":"node","@id":6064829807,"@timestamp":1542320279},"coords":"51.3860056,0.5072325","bedrooms":"3","price":"291000","area":"493"} , +{"type":"Feature","id":"n6064931538","geometry":{"type":"Point","coordinates":[-0.3567043,50.9635557]},"properties":{"@type":"node","@id":6064931538,"@timestamp":1542323412},"coords":"50.9635557,-0.3567043","bedrooms":"2","price":"234000","area":"441"} , +{"type":"Feature","id":"n6065969050","geometry":{"type":"Point","coordinates":[-0.1737401,51.2355326]},"properties":{"@type":"node","@id":6065969050,"@timestamp":1632854002},"coords":"51.2355326,-0.1737401","bedrooms":"4","price":"237000","area":"507"} , +{"type":"Feature","id":"n6065969061","geometry":{"type":"Point","coordinates":[-0.1719149,51.2371504]},"properties":{"@type":"node","@id":6065969061,"@timestamp":1632854002},"coords":"51.2371504,-0.1719149","bedrooms":"4","price":"287000","area":"603"} , +{"type":"Feature","id":"n6066476588","geometry":{"type":"Point","coordinates":[-0.1753259,51.2364243]},"properties":{"@type":"node","@id":6066476588,"@timestamp":1632854002},"coords":"51.2364243,-0.1753259","bedrooms":"1","price":"159000","area":"487"} , +{"type":"Feature","id":"n6066627241","geometry":{"type":"Point","coordinates":[-1.0757998,51.4372406]},"properties":{"@type":"node","@id":6066627241,"@timestamp":1542385520},"coords":"51.4372406,-1.0757998","bedrooms":"1","price":"161000","area":"617"} , +{"type":"Feature","id":"n6066714468","geometry":{"type":"Point","coordinates":[-0.0739535,51.5595242]},"properties":{"@type":"node","@id":6066714468,"@timestamp":1602570089},"coords":"51.5595242,-0.0739535","bedrooms":"2","price":"229000","area":"668"} , +{"type":"Feature","id":"n6067232960","geometry":{"type":"Point","coordinates":[-0.7054552,51.252341]},"properties":{"@type":"node","@id":6067232960,"@timestamp":1542399240},"coords":"51.252341,-0.7054552","bedrooms":"0","price":"187000","area":"656"} , +{"type":"Feature","id":"n6067434595","geometry":{"type":"Point","coordinates":[-0.565957,51.3189355]},"properties":{"@type":"node","@id":6067434595,"@timestamp":1542408011},"coords":"51.3189355,-0.565957","bedrooms":"2","price":"247000","area":"359"} , +{"type":"Feature","id":"n6067958560","geometry":{"type":"Point","coordinates":[-0.1634877,51.5128992]},"properties":{"@type":"node","@id":6067958560,"@timestamp":1572764606},"coords":"51.5128992,-0.1634877","bedrooms":"2","price":"187000","area":"575"} , +{"type":"Feature","id":"n6068408202","geometry":{"type":"Point","coordinates":[0.0001852,51.5463508]},"properties":{"@type":"node","@id":6068408202,"@timestamp":1542458075},"coords":"51.5463508,0.0001852","bedrooms":"4","price":"216000","area":"374"} , +{"type":"Feature","id":"n6068487999","geometry":{"type":"Point","coordinates":[0.511343,51.3842135]},"properties":{"@type":"node","@id":6068487999,"@timestamp":1542461379},"coords":"51.3842135,0.511343","bedrooms":"0","price":"156000","area":"529"} , +{"type":"Feature","id":"n6068547636","geometry":{"type":"Point","coordinates":[0.0017911,51.5465816]},"properties":{"@type":"node","@id":6068547636,"@timestamp":1546085153},"coords":"51.5465816,0.0017911","bedrooms":"3","price":"202000","area":"536"} , +{"type":"Feature","id":"n6068665472","geometry":{"type":"Point","coordinates":[-0.0008574,51.5466537]},"properties":{"@type":"node","@id":6068665472,"@timestamp":1542466564},"coords":"51.5466537,-0.0008574","bedrooms":"3","price":"277000","area":"403"} , +{"type":"Feature","id":"n6068950379","geometry":{"type":"Point","coordinates":[-0.0495376,51.4977805]},"properties":{"@type":"node","@id":6068950379,"@timestamp":1542474751},"coords":"51.4977805,-0.0495376","bedrooms":"2","price":"286000","area":"667"} , +{"type":"Feature","id":"n6068962408","geometry":{"type":"Point","coordinates":[-0.008356,50.9719484]},"properties":{"@type":"node","@id":6068962408,"@timestamp":1542475091},"coords":"50.9719484,-0.008356","bedrooms":"4","price":"206000","area":"546"} , +{"type":"Feature","id":"n6069351968","geometry":{"type":"Point","coordinates":[-0.0924327,51.4738855]},"properties":{"@type":"node","@id":6069351968,"@timestamp":1619144501},"coords":"51.4738855,-0.0924327","bedrooms":"2","price":"192000","area":"451"} , +{"type":"Feature","id":"n6070232999","geometry":{"type":"Point","coordinates":[0.5120766,51.3837521]},"properties":{"@type":"node","@id":6070232999,"@timestamp":1542533266},"coords":"51.3837521,0.5120766","bedrooms":"2","price":"201000","area":"649"} , +{"type":"Feature","id":"n6070513894","geometry":{"type":"Point","coordinates":[0.0050304,51.5466355]},"properties":{"@type":"node","@id":6070513894,"@timestamp":1542542462},"coords":"51.5466355,0.0050304","bedrooms":"3","price":"174000","area":"402"} , +{"type":"Feature","id":"n6070564987","geometry":{"type":"Point","coordinates":[-0.0104095,51.506562]},"properties":{"@type":"node","@id":6070564987,"@timestamp":1620575062},"coords":"51.506562,-0.0104095","bedrooms":"4","price":"299000","area":"687"} , +{"type":"Feature","id":"n6070758708","geometry":{"type":"Point","coordinates":[0.0051141,51.5499664]},"properties":{"@type":"node","@id":6070758708,"@timestamp":1607785511},"coords":"51.5499664,0.0051141","bedrooms":"4","price":"264000","area":"506"} , +{"type":"Feature","id":"n6070758725","geometry":{"type":"Point","coordinates":[0.0051517,51.550131]},"properties":{"@type":"node","@id":6070758725,"@timestamp":1616078017},"coords":"51.550131,0.0051517","bedrooms":"3","price":"184000","area":"473"} , +{"type":"Feature","id":"n6070758736","geometry":{"type":"Point","coordinates":[0.0051652,51.5503056]},"properties":{"@type":"node","@id":6070758736,"@timestamp":1616078017},"coords":"51.5503056,0.0051652","bedrooms":"3","price":"279000","area":"420"} , +{"type":"Feature","id":"n6070758748","geometry":{"type":"Point","coordinates":[0.0053456,51.5504222]},"properties":{"@type":"node","@id":6070758748,"@timestamp":1616078017},"coords":"51.5504222,0.0053456","bedrooms":"1","price":"266000","area":"626"} , +{"type":"Feature","id":"n6070767380","geometry":{"type":"Point","coordinates":[-0.9648316,51.4394446]},"properties":{"@type":"node","@id":6070767380,"@timestamp":1542551974},"coords":"51.4394446,-0.9648316","bedrooms":"0","price":"254000","area":"602"} , +{"type":"Feature","id":"n6070786024","geometry":{"type":"Point","coordinates":[-0.1223007,51.5305513]},"properties":{"@type":"node","@id":6070786024,"@timestamp":1625888639},"coords":"51.5305513,-0.1223007","bedrooms":"3","price":"288000","area":"614"} , +{"type":"Feature","id":"n6071025669","geometry":{"type":"Point","coordinates":[-0.0325058,51.4729204]},"properties":{"@type":"node","@id":6071025669,"@timestamp":1616731324},"coords":"51.4729204,-0.0325058","bedrooms":"4","price":"169000","area":"470"} , +{"type":"Feature","id":"n6071112785","geometry":{"type":"Point","coordinates":[0.0043968,51.5450386]},"properties":{"@type":"node","@id":6071112785,"@timestamp":1542560187},"coords":"51.5450386,0.0043968","bedrooms":"2","price":"263000","area":"550"} , +{"type":"Feature","id":"n6071112796","geometry":{"type":"Point","coordinates":[0.0043961,51.5453626]},"properties":{"@type":"node","@id":6071112796,"@timestamp":1604346606},"coords":"51.5453626,0.0043961","bedrooms":"3","price":"215000","area":"389"} , +{"type":"Feature","id":"n6071313221","geometry":{"type":"Point","coordinates":[-0.3393829,51.6036372]},"properties":{"@type":"node","@id":6071313221,"@timestamp":1615308625},"coords":"51.6036372,-0.3393829","bedrooms":"4","price":"232000","area":"413"} , +{"type":"Feature","id":"n6071537817","geometry":{"type":"Point","coordinates":[-0.0003783,51.547044]},"properties":{"@type":"node","@id":6071537817,"@timestamp":1542571222},"coords":"51.547044,-0.0003783","bedrooms":"0","price":"241000","area":"577"} , +{"type":"Feature","id":"n6071605111","geometry":{"type":"Point","coordinates":[-0.0157432,51.5494475]},"properties":{"@type":"node","@id":6071605111,"@timestamp":1545218494},"coords":"51.5494475,-0.0157432","bedrooms":"2","price":"208000","area":"646"} , +{"type":"Feature","id":"n6071608966","geometry":{"type":"Point","coordinates":[-0.1421624,51.289005]},"properties":{"@type":"node","@id":6071608966,"@timestamp":1542573621},"coords":"51.289005,-0.1421624","bedrooms":"2","price":"287000","area":"616"} , +{"type":"Feature","id":"n6071715659","geometry":{"type":"Point","coordinates":[0.0013405,51.5480369]},"properties":{"@type":"node","@id":6071715659,"@timestamp":1542578108},"coords":"51.5480369,0.0013405","bedrooms":"4","price":"234000","area":"417"} , +{"type":"Feature","id":"n6071715890","geometry":{"type":"Point","coordinates":[0.0012595,51.548655]},"properties":{"@type":"node","@id":6071715890,"@timestamp":1542578109},"coords":"51.548655,0.0012595","bedrooms":"3","price":"177000","area":"433"} , +{"type":"Feature","id":"n6071913615","geometry":{"type":"Point","coordinates":[-0.4580484,51.4464497]},"properties":{"@type":"node","@id":6071913615,"@timestamp":1581087385},"coords":"51.4464497,-0.4580484","bedrooms":"0","price":"211000","area":"661"} , +{"type":"Feature","id":"n6072727577","geometry":{"type":"Point","coordinates":[-0.0097733,51.5479851]},"properties":{"@type":"node","@id":6072727577,"@timestamp":1610719744},"coords":"51.5479851,-0.0097733","bedrooms":"0","price":"185000","area":"545"} , +{"type":"Feature","id":"n6072728287","geometry":{"type":"Point","coordinates":[-0.0099402,51.5478612]},"properties":{"@type":"node","@id":6072728287,"@timestamp":1542712148},"coords":"51.5478612,-0.0099402","bedrooms":"3","price":"260000","area":"650"} , +{"type":"Feature","id":"n6072728297","geometry":{"type":"Point","coordinates":[-0.0106022,51.5475148]},"properties":{"@type":"node","@id":6072728297,"@timestamp":1542712148},"coords":"51.5475148,-0.0106022","bedrooms":"2","price":"258000","area":"465"} , +{"type":"Feature","id":"n6072728307","geometry":{"type":"Point","coordinates":[-0.0104058,51.5477086]},"properties":{"@type":"node","@id":6072728307,"@timestamp":1542712149},"coords":"51.5477086,-0.0104058","bedrooms":"0","price":"261000","area":"539"} , +{"type":"Feature","id":"n6073878611","geometry":{"type":"Point","coordinates":[-0.0080515,51.5399751]},"properties":{"@type":"node","@id":6073878611,"@timestamp":1594767791},"coords":"51.5399751,-0.0080515","bedrooms":"2","price":"218000","area":"677"} , +{"type":"Feature","id":"n6074051113","geometry":{"type":"Point","coordinates":[-0.0196918,51.543034]},"properties":{"@type":"node","@id":6074051113,"@timestamp":1619693549},"coords":"51.543034,-0.0196918","bedrooms":"0","price":"271000","area":"616"} , +{"type":"Feature","id":"n6074051132","geometry":{"type":"Point","coordinates":[-0.0080294,51.5398267]},"properties":{"@type":"node","@id":6074051132,"@timestamp":1594767791},"coords":"51.5398267,-0.0080294","bedrooms":"2","price":"213000","area":"435"} , +{"type":"Feature","id":"n6074519070","geometry":{"type":"Point","coordinates":[-0.1166806,51.5046369]},"properties":{"@type":"node","@id":6074519070,"@timestamp":1635164231},"coords":"51.5046369,-0.1166806","bedrooms":"2","price":"247000","area":"390"} , +{"type":"Feature","id":"n6074934842","geometry":{"type":"Point","coordinates":[-0.170242,51.376696]},"properties":{"@type":"node","@id":6074934842,"@timestamp":1542679265},"coords":"51.376696,-0.170242","bedrooms":"1","price":"165000","area":"612"} , +{"type":"Feature","id":"n6076031555","geometry":{"type":"Point","coordinates":[-0.0128703,51.5476227]},"properties":{"@type":"node","@id":6076031555,"@timestamp":1611149876},"coords":"51.5476227,-0.0128703","bedrooms":"2","price":"185000","area":"579"} , +{"type":"Feature","id":"n6076061675","geometry":{"type":"Point","coordinates":[-0.3364092,51.752955]},"properties":{"@type":"node","@id":6076061675,"@timestamp":1542713043},"coords":"51.752955,-0.3364092","bedrooms":"3","price":"263000","area":"668"} , +{"type":"Feature","id":"n6076111239","geometry":{"type":"Point","coordinates":[-0.3393572,51.7516921]},"properties":{"@type":"node","@id":6076111239,"@timestamp":1542714572},"coords":"51.7516921,-0.3393572","bedrooms":"0","price":"161000","area":"498"} , +{"type":"Feature","id":"n6076142500","geometry":{"type":"Point","coordinates":[-0.3380497,51.7519635]},"properties":{"@type":"node","@id":6076142500,"@timestamp":1613488652},"coords":"51.7519635,-0.3380497","bedrooms":"2","price":"293000","area":"570"} , +{"type":"Feature","id":"n6076173936","geometry":{"type":"Point","coordinates":[-0.3375984,51.7530353]},"properties":{"@type":"node","@id":6076173936,"@timestamp":1542717059},"coords":"51.7530353,-0.3375984","bedrooms":"4","price":"198000","area":"389"} , +{"type":"Feature","id":"n6076435918","geometry":{"type":"Point","coordinates":[0.285076,51.9095111]},"properties":{"@type":"node","@id":6076435918,"@timestamp":1620488301},"coords":"51.9095111,0.285076","bedrooms":"1","price":"245000","area":"504"} , +{"type":"Feature","id":"n6077015147","geometry":{"type":"Point","coordinates":[-0.2244219,51.373302]},"properties":{"@type":"node","@id":6077015147,"@timestamp":1542735015},"coords":"51.373302,-0.2244219","bedrooms":"0","price":"159000","area":"576"} , +{"type":"Feature","id":"n6077042253","geometry":{"type":"Point","coordinates":[-0.9489915,51.6725742]},"properties":{"@type":"node","@id":6077042253,"@timestamp":1542735775},"coords":"51.6725742,-0.9489915","bedrooms":"1","price":"158000","area":"551"} , +{"type":"Feature","id":"n6077645190","geometry":{"type":"Point","coordinates":[-0.1737163,51.3843231]},"properties":{"@type":"node","@id":6077645190,"@timestamp":1542754147},"coords":"51.3843231,-0.1737163","bedrooms":"4","price":"254000","area":"673"} , +{"type":"Feature","id":"n6078438827","geometry":{"type":"Point","coordinates":[-0.1168134,51.1130028]},"properties":{"@type":"node","@id":6078438827,"@timestamp":1542787967},"coords":"51.1130028,-0.1168134","bedrooms":"2","price":"213000","area":"691"} , +{"type":"Feature","id":"n6080236220","geometry":{"type":"Point","coordinates":[-0.0566455,51.5435628]},"properties":{"@type":"node","@id":6080236220,"@timestamp":1542816598},"coords":"51.5435628,-0.0566455","bedrooms":"1","price":"273000","area":"545"} , +{"type":"Feature","id":"n6080303118","geometry":{"type":"Point","coordinates":[0.1353192,50.9677003]},"properties":{"@type":"node","@id":6080303118,"@timestamp":1610296622},"coords":"50.9677003,0.1353192","bedrooms":"0","price":"272000","area":"495"} , +{"type":"Feature","id":"n6080372406","geometry":{"type":"Point","coordinates":[-0.2229526,51.5100669]},"properties":{"@type":"node","@id":6080372406,"@timestamp":1619032349},"coords":"51.5100669,-0.2229526","bedrooms":"4","price":"182000","area":"655"} , +{"type":"Feature","id":"n6080590875","geometry":{"type":"Point","coordinates":[-0.0303894,51.5517958]},"properties":{"@type":"node","@id":6080590875,"@timestamp":1543346861},"coords":"51.5517958,-0.0303894","bedrooms":"1","price":"174000","area":"520"} , +{"type":"Feature","id":"n6082053661","geometry":{"type":"Point","coordinates":[-0.1266763,51.536152]},"properties":{"@type":"node","@id":6082053661,"@timestamp":1596889153},"coords":"51.536152,-0.1266763","bedrooms":"2","price":"152000","area":"485"} , +{"type":"Feature","id":"n6082053672","geometry":{"type":"Point","coordinates":[-0.1259844,51.5365689]},"properties":{"@type":"node","@id":6082053672,"@timestamp":1608527631},"coords":"51.5365689,-0.1259844","bedrooms":"3","price":"217000","area":"693"} , +{"type":"Feature","id":"n6082093104","geometry":{"type":"Point","coordinates":[-0.1262047,51.5358291]},"properties":{"@type":"node","@id":6082093104,"@timestamp":1542929608},"coords":"51.5358291,-0.1262047","bedrooms":"4","price":"169000","area":"595"} , +{"type":"Feature","id":"n6082094044","geometry":{"type":"Point","coordinates":[-0.1270337,51.5358753]},"properties":{"@type":"node","@id":6082094044,"@timestamp":1596639740},"coords":"51.5358753,-0.1270337","bedrooms":"2","price":"162000","area":"674"} , +{"type":"Feature","id":"n6082098094","geometry":{"type":"Point","coordinates":[-0.1260512,51.536209]},"properties":{"@type":"node","@id":6082098094,"@timestamp":1542929609},"coords":"51.536209,-0.1260512","bedrooms":"0","price":"183000","area":"410"} , +{"type":"Feature","id":"n6082546389","geometry":{"type":"Point","coordinates":[-0.1259492,51.5130893]},"properties":{"@type":"node","@id":6082546389,"@timestamp":1542890138},"coords":"51.5130893,-0.1259492","bedrooms":"4","price":"180000","area":"657"} , +{"type":"Feature","id":"n6082897372","geometry":{"type":"Point","coordinates":[-0.0827165,51.5257723]},"properties":{"@type":"node","@id":6082897372,"@timestamp":1628370294},"coords":"51.5257723,-0.0827165","bedrooms":"2","price":"241000","area":"641"} , +{"type":"Feature","id":"n6083285779","geometry":{"type":"Point","coordinates":[-0.133829,51.328711]},"properties":{"@type":"node","@id":6083285779,"@timestamp":1542909394},"coords":"51.328711,-0.133829","bedrooms":"1","price":"284000","area":"687"} , +{"type":"Feature","id":"n6083285821","geometry":{"type":"Point","coordinates":[-0.1359108,51.3297338]},"properties":{"@type":"node","@id":6083285821,"@timestamp":1542909395},"coords":"51.3297338,-0.1359108","bedrooms":"2","price":"259000","area":"457"} , +{"type":"Feature","id":"n6083285833","geometry":{"type":"Point","coordinates":[-0.1355492,51.3299839]},"properties":{"@type":"node","@id":6083285833,"@timestamp":1542909396},"coords":"51.3299839,-0.1355492","bedrooms":"0","price":"217000","area":"652"} , +{"type":"Feature","id":"n6083413561","geometry":{"type":"Point","coordinates":[-1.062379,51.2833211]},"properties":{"@type":"node","@id":6083413561,"@timestamp":1543345037},"coords":"51.2833211,-1.062379","bedrooms":"0","price":"159000","area":"359"} , +{"type":"Feature","id":"n6083541969","geometry":{"type":"Point","coordinates":[-0.1683971,51.3726589]},"properties":{"@type":"node","@id":6083541969,"@timestamp":1542919785},"coords":"51.3726589,-0.1683971","bedrooms":"1","price":"165000","area":"476"} , +{"type":"Feature","id":"n6083555587","geometry":{"type":"Point","coordinates":[-0.1676533,51.3724452]},"properties":{"@type":"node","@id":6083555587,"@timestamp":1542919786},"coords":"51.3724452,-0.1676533","bedrooms":"4","price":"272000","area":"549"} , +{"type":"Feature","id":"n6083560077","geometry":{"type":"Point","coordinates":[-1.1060785,51.2806107]},"properties":{"@type":"node","@id":6083560077,"@timestamp":1542920131},"coords":"51.2806107,-1.1060785","bedrooms":"1","price":"189000","area":"523"} , +{"type":"Feature","id":"n6083714175","geometry":{"type":"Point","coordinates":[-0.1556007,51.3798329]},"properties":{"@type":"node","@id":6083714175,"@timestamp":1542928078},"coords":"51.3798329,-0.1556007","bedrooms":"2","price":"211000","area":"551"} , +{"type":"Feature","id":"n6083716200","geometry":{"type":"Point","coordinates":[-0.1552509,51.3791919]},"properties":{"@type":"node","@id":6083716200,"@timestamp":1542928080},"coords":"51.3791919,-0.1552509","bedrooms":"1","price":"297000","area":"649"} , +{"type":"Feature","id":"n6083756882","geometry":{"type":"Point","coordinates":[0.5133339,51.3834704]},"properties":{"@type":"node","@id":6083756882,"@timestamp":1542930603},"coords":"51.3834704,0.5133339","bedrooms":"1","price":"291000","area":"654"} , +{"type":"Feature","id":"n6083767641","geometry":{"type":"Point","coordinates":[-0.4488559,51.4694112]},"properties":{"@type":"node","@id":6083767641,"@timestamp":1543064269},"coords":"51.4694112,-0.4488559","bedrooms":"4","price":"157000","area":"553"} , +{"type":"Feature","id":"n6083887535","geometry":{"type":"Point","coordinates":[-0.2650733,51.5063627]},"properties":{"@type":"node","@id":6083887535,"@timestamp":1627744440},"coords":"51.5063627,-0.2650733","bedrooms":"2","price":"177000","area":"498"} , +{"type":"Feature","id":"n6085614892","geometry":{"type":"Point","coordinates":[-0.2098484,51.5000655]},"properties":{"@type":"node","@id":6085614892,"@timestamp":1542980708},"coords":"51.5000655,-0.2098484","bedrooms":"1","price":"236000","area":"599"} , +{"type":"Feature","id":"n6085960000","geometry":{"type":"Point","coordinates":[-0.1331837,51.5167581]},"properties":{"@type":"node","@id":6085960000,"@timestamp":1632656809},"coords":"51.5167581,-0.1331837","bedrooms":"4","price":"154000","area":"599"} , +{"type":"Feature","id":"n6086251999","geometry":{"type":"Point","coordinates":[0.0612012,51.4943371]},"properties":{"@type":"node","@id":6086251999,"@timestamp":1631865995},"coords":"51.4943371,0.0612012","bedrooms":"3","price":"247000","area":"391"} , +{"type":"Feature","id":"n6086348954","geometry":{"type":"Point","coordinates":[-0.1778466,51.2268216]},"properties":{"@type":"node","@id":6086348954,"@timestamp":1633025857},"coords":"51.2268216,-0.1778466","bedrooms":"0","price":"244000","area":"407"} , +{"type":"Feature","id":"n6086348964","geometry":{"type":"Point","coordinates":[-0.1784963,51.2272083]},"properties":{"@type":"node","@id":6086348964,"@timestamp":1635107369},"coords":"51.2272083,-0.1784963","bedrooms":"3","price":"229000","area":"401"} , +{"type":"Feature","id":"n6086461969","geometry":{"type":"Point","coordinates":[-0.1864874,51.2296363]},"properties":{"@type":"node","@id":6086461969,"@timestamp":1633025857},"coords":"51.2296363,-0.1864874","bedrooms":"0","price":"249000","area":"614"} , +{"type":"Feature","id":"n6086461981","geometry":{"type":"Point","coordinates":[-0.1858737,51.2281641]},"properties":{"@type":"node","@id":6086461981,"@timestamp":1633025857},"coords":"51.2281641,-0.1858737","bedrooms":"3","price":"239000","area":"463"} , +{"type":"Feature","id":"n6086462091","geometry":{"type":"Point","coordinates":[-0.1846553,51.2264445]},"properties":{"@type":"node","@id":6086462091,"@timestamp":1543005167},"coords":"51.2264445,-0.1846553","bedrooms":"3","price":"291000","area":"566"} , +{"type":"Feature","id":"n6086462101","geometry":{"type":"Point","coordinates":[-0.1830581,51.226227]},"properties":{"@type":"node","@id":6086462101,"@timestamp":1633025857},"coords":"51.226227,-0.1830581","bedrooms":"4","price":"224000","area":"699"} , +{"type":"Feature","id":"n6086549392","geometry":{"type":"Point","coordinates":[-0.192832,51.2337225]},"properties":{"@type":"node","@id":6086549392,"@timestamp":1633780980},"coords":"51.2337225,-0.192832","bedrooms":"4","price":"185000","area":"490"} , +{"type":"Feature","id":"n6086549415","geometry":{"type":"Point","coordinates":[-0.1900931,51.2326837]},"properties":{"@type":"node","@id":6086549415,"@timestamp":1634329600},"coords":"51.2326837,-0.1900931","bedrooms":"1","price":"173000","area":"476"} , +{"type":"Feature","id":"n6086551648","geometry":{"type":"Point","coordinates":[-0.9867418,50.9814385]},"properties":{"@type":"node","@id":6086551648,"@timestamp":1543009189},"coords":"50.9814385,-0.9867418","bedrooms":"1","price":"195000","area":"483"} , +{"type":"Feature","id":"n6087048892","geometry":{"type":"Point","coordinates":[-0.1319144,51.5168678]},"properties":{"@type":"node","@id":6087048892,"@timestamp":1543040163},"coords":"51.5168678,-0.1319144","bedrooms":"3","price":"252000","area":"684"} , +{"type":"Feature","id":"n6087236656","geometry":{"type":"Point","coordinates":[-0.1213456,51.4934811]},"properties":{"@type":"node","@id":6087236656,"@timestamp":1543048260},"coords":"51.4934811,-0.1213456","bedrooms":"4","price":"170000","area":"380"} , +{"type":"Feature","id":"n6087860514","geometry":{"type":"Point","coordinates":[0.7325381,50.9508718]},"properties":{"@type":"node","@id":6087860514,"@timestamp":1543064783},"coords":"50.9508718,0.7325381","bedrooms":"1","price":"254000","area":"495"} , +{"type":"Feature","id":"n6087860550","geometry":{"type":"Point","coordinates":[0.7316723,50.9492285]},"properties":{"@type":"node","@id":6087860550,"@timestamp":1543064784},"coords":"50.9492285,0.7316723","bedrooms":"2","price":"156000","area":"643"} , +{"type":"Feature","id":"n6087860696","geometry":{"type":"Point","coordinates":[0.7354459,50.9520666]},"properties":{"@type":"node","@id":6087860696,"@timestamp":1626097000},"coords":"50.9520666,0.7354459","bedrooms":"3","price":"236000","area":"373"} , +{"type":"Feature","id":"n6088266643","geometry":{"type":"Point","coordinates":[-0.8433199,51.6691392]},"properties":{"@type":"node","@id":6088266643,"@timestamp":1543075834},"coords":"51.6691392,-0.8433199","bedrooms":"1","price":"159000","area":"369"} , +{"type":"Feature","id":"n6088612771","geometry":{"type":"Point","coordinates":[0.6673316,51.5710843]},"properties":{"@type":"node","@id":6088612771,"@timestamp":1543085680},"coords":"51.5710843,0.6673316","bedrooms":"1","price":"209000","area":"690"} , +{"type":"Feature","id":"n6088782690","geometry":{"type":"Point","coordinates":[-0.0992592,51.042915]},"properties":{"@type":"node","@id":6088782690,"@timestamp":1591125879},"coords":"51.042915,-0.0992592","bedrooms":"3","price":"230000","area":"667"} , +{"type":"Feature","id":"n6088912710","geometry":{"type":"Point","coordinates":[-0.1813309,51.3940405]},"properties":{"@type":"node","@id":6088912710,"@timestamp":1543098318},"coords":"51.3940405,-0.1813309","bedrooms":"3","price":"187000","area":"409"} , +{"type":"Feature","id":"n6089076446","geometry":{"type":"Point","coordinates":[-0.179216,51.3898201]},"properties":{"@type":"node","@id":6089076446,"@timestamp":1543108584},"coords":"51.3898201,-0.179216","bedrooms":"4","price":"284000","area":"483"} , +{"type":"Feature","id":"n6089207229","geometry":{"type":"Point","coordinates":[-0.1671577,51.3348546]},"properties":{"@type":"node","@id":6089207229,"@timestamp":1543117708},"coords":"51.3348546,-0.1671577","bedrooms":"2","price":"276000","area":"583"} , +{"type":"Feature","id":"n6089882246","geometry":{"type":"Point","coordinates":[-0.2392494,51.4466581]},"properties":{"@type":"node","@id":6089882246,"@timestamp":1543536630},"coords":"51.4466581,-0.2392494","bedrooms":"0","price":"167000","area":"376"} , +{"type":"Feature","id":"n6090032626","geometry":{"type":"Point","coordinates":[-0.699675,51.08742]},"properties":{"@type":"node","@id":6090032626,"@timestamp":1543154548},"coords":"51.08742,-0.699675","bedrooms":"0","price":"252000","area":"625"} , +{"type":"Feature","id":"n6090098885","geometry":{"type":"Point","coordinates":[-0.412172,51.4798171]},"properties":{"@type":"node","@id":6090098885,"@timestamp":1543156019},"coords":"51.4798171,-0.412172","bedrooms":"2","price":"193000","area":"485"} , +{"type":"Feature","id":"n6090159126","geometry":{"type":"Point","coordinates":[-0.0097648,51.5467145]},"properties":{"@type":"node","@id":6090159126,"@timestamp":1543158385},"coords":"51.5467145,-0.0097648","bedrooms":"4","price":"192000","area":"602"} , +{"type":"Feature","id":"n6090159136","geometry":{"type":"Point","coordinates":[-0.0101957,51.5470231]},"properties":{"@type":"node","@id":6090159136,"@timestamp":1543158385},"coords":"51.5470231,-0.0101957","bedrooms":"1","price":"294000","area":"537"} , +{"type":"Feature","id":"n6090159146","geometry":{"type":"Point","coordinates":[-0.0106266,51.5473317]},"properties":{"@type":"node","@id":6090159146,"@timestamp":1543158386},"coords":"51.5473317,-0.0106266","bedrooms":"0","price":"276000","area":"500"} , +{"type":"Feature","id":"n6090345974","geometry":{"type":"Point","coordinates":[0.73996,51.4070528]},"properties":{"@type":"node","@id":6090345974,"@timestamp":1543162547},"coords":"51.4070528,0.73996","bedrooms":"1","price":"214000","area":"630"} , +{"type":"Feature","id":"n6090634749","geometry":{"type":"Point","coordinates":[-0.1115264,51.5179956]},"properties":{"@type":"node","@id":6090634749,"@timestamp":1595055919},"coords":"51.5179956,-0.1115264","bedrooms":"3","price":"231000","area":"362"} , +{"type":"Feature","id":"n6090852288","geometry":{"type":"Point","coordinates":[-0.0820252,51.5008038]},"properties":{"@type":"node","@id":6090852288,"@timestamp":1543177803},"coords":"51.5008038,-0.0820252","bedrooms":"0","price":"289000","area":"595"} , +{"type":"Feature","id":"n6091064112","geometry":{"type":"Point","coordinates":[0.7302473,50.9520617]},"properties":{"@type":"node","@id":6091064112,"@timestamp":1617880294},"coords":"50.9520617,0.7302473","bedrooms":"0","price":"239000","area":"653"} , +{"type":"Feature","id":"n6091144813","geometry":{"type":"Point","coordinates":[-0.055999,51.4989861]},"properties":{"@type":"node","@id":6091144813,"@timestamp":1628851387},"coords":"51.4989861,-0.055999","bedrooms":"0","price":"155000","area":"692"} , +{"type":"Feature","id":"n6092075643","geometry":{"type":"Point","coordinates":[-1.0659247,51.2760238]},"properties":{"@type":"node","@id":6092075643,"@timestamp":1543220282},"coords":"51.2760238,-1.0659247","bedrooms":"1","price":"280000","area":"570"} , +{"type":"Feature","id":"n6092246403","geometry":{"type":"Point","coordinates":[-0.2043828,51.6564619]},"properties":{"@type":"node","@id":6092246403,"@timestamp":1598704264},"coords":"51.6564619,-0.2043828","bedrooms":"4","price":"241000","area":"439"} , +{"type":"Feature","id":"n6092246413","geometry":{"type":"Point","coordinates":[-0.2176983,51.6498594]},"properties":{"@type":"node","@id":6092246413,"@timestamp":1598704264},"coords":"51.6498594,-0.2176983","bedrooms":"2","price":"226000","area":"586"} , +{"type":"Feature","id":"n6092436879","geometry":{"type":"Point","coordinates":[-1.0992867,51.2719684]},"properties":{"@type":"node","@id":6092436879,"@timestamp":1543230366},"coords":"51.2719684,-1.0992867","bedrooms":"0","price":"163000","area":"377"} , +{"type":"Feature","id":"n6092723849","geometry":{"type":"Point","coordinates":[-1.077675,51.2834129]},"properties":{"@type":"node","@id":6092723849,"@timestamp":1560110331},"coords":"51.2834129,-1.077675","bedrooms":"1","price":"153000","area":"601"} , +{"type":"Feature","id":"n6092811034","geometry":{"type":"Point","coordinates":[-0.8814294,51.5267859]},"properties":{"@type":"node","@id":6092811034,"@timestamp":1543239905},"coords":"51.5267859,-0.8814294","bedrooms":"4","price":"214000","area":"593"} , +{"type":"Feature","id":"n6092870861","geometry":{"type":"Point","coordinates":[-1.073898,51.2847639]},"properties":{"@type":"node","@id":6092870861,"@timestamp":1543241944},"coords":"51.2847639,-1.073898","bedrooms":"0","price":"284000","area":"466"} , +{"type":"Feature","id":"n6092926890","geometry":{"type":"Point","coordinates":[-0.103051,51.8391394]},"properties":{"@type":"node","@id":6092926890,"@timestamp":1543243163},"coords":"51.8391394,-0.103051","bedrooms":"1","price":"218000","area":"433"} , +{"type":"Feature","id":"n6093256434","geometry":{"type":"Point","coordinates":[-0.1491353,51.360011]},"properties":{"@type":"node","@id":6093256434,"@timestamp":1543252119},"coords":"51.360011,-0.1491353","bedrooms":"2","price":"211000","area":"380"} , +{"type":"Feature","id":"n6093256444","geometry":{"type":"Point","coordinates":[-0.1484624,51.360203]},"properties":{"@type":"node","@id":6093256444,"@timestamp":1543252120},"coords":"51.360203,-0.1484624","bedrooms":"4","price":"290000","area":"594"} , +{"type":"Feature","id":"n6093440370","geometry":{"type":"Point","coordinates":[-1.071687,51.28151]},"properties":{"@type":"node","@id":6093440370,"@timestamp":1545938488},"coords":"51.28151,-1.071687","bedrooms":"4","price":"246000","area":"562"} , +{"type":"Feature","id":"n6093564397","geometry":{"type":"Point","coordinates":[-0.1530652,51.3666596]},"properties":{"@type":"node","@id":6093564397,"@timestamp":1543259971},"coords":"51.3666596,-0.1530652","bedrooms":"4","price":"289000","area":"676"} , +{"type":"Feature","id":"n6093564424","geometry":{"type":"Point","coordinates":[-0.1517819,51.3642844]},"properties":{"@type":"node","@id":6093564424,"@timestamp":1543259973},"coords":"51.3642844,-0.1517819","bedrooms":"4","price":"161000","area":"567"} , +{"type":"Feature","id":"n6093910197","geometry":{"type":"Point","coordinates":[-0.3392395,51.7563003]},"properties":{"@type":"node","@id":6093910197,"@timestamp":1558709518},"coords":"51.7563003,-0.3392395","bedrooms":"0","price":"213000","area":"695"} , +{"type":"Feature","id":"n6094105164","geometry":{"type":"Point","coordinates":[-0.0300372,51.5685741]},"properties":{"@type":"node","@id":6094105164,"@timestamp":1587419134},"coords":"51.5685741,-0.0300372","bedrooms":"1","price":"251000","area":"528"} , +{"type":"Feature","id":"n6094860759","geometry":{"type":"Point","coordinates":[-0.1271222,51.6248825]},"properties":{"@type":"node","@id":6094860759,"@timestamp":1595892880},"coords":"51.6248825,-0.1271222","bedrooms":"1","price":"204000","area":"572"} , +{"type":"Feature","id":"n6094967487","geometry":{"type":"Point","coordinates":[-0.0647199,51.6458167]},"properties":{"@type":"node","@id":6094967487,"@timestamp":1556643936},"coords":"51.6458167,-0.0647199","bedrooms":"4","price":"173000","area":"638"} , +{"type":"Feature","id":"n6094967497","geometry":{"type":"Point","coordinates":[-0.0657161,51.6332563]},"properties":{"@type":"node","@id":6094967497,"@timestamp":1562067416},"coords":"51.6332563,-0.0657161","bedrooms":"2","price":"263000","area":"431"} , +{"type":"Feature","id":"n6094967507","geometry":{"type":"Point","coordinates":[-0.0497783,51.6207176]},"properties":{"@type":"node","@id":6094967507,"@timestamp":1556643938},"coords":"51.6207176,-0.0497783","bedrooms":"2","price":"175000","area":"433"} , +{"type":"Feature","id":"n6095573706","geometry":{"type":"Point","coordinates":[-0.9581448,51.2726194]},"properties":{"@type":"node","@id":6095573706,"@timestamp":1543326273},"coords":"51.2726194,-0.9581448","bedrooms":"3","price":"159000","area":"486"} , +{"type":"Feature","id":"n6095584741","geometry":{"type":"Point","coordinates":[-0.3586623,51.064105]},"properties":{"@type":"node","@id":6095584741,"@timestamp":1543326618},"coords":"51.064105,-0.3586623","bedrooms":"4","price":"174000","area":"690"} , +{"type":"Feature","id":"n6095658348","geometry":{"type":"Point","coordinates":[-0.9498396,51.2633098]},"properties":{"@type":"node","@id":6095658348,"@timestamp":1543328860},"coords":"51.2633098,-0.9498396","bedrooms":"4","price":"163000","area":"417"} , +{"type":"Feature","id":"n6095715661","geometry":{"type":"Point","coordinates":[-0.0465365,51.425706]},"properties":{"@type":"node","@id":6095715661,"@timestamp":1616979074},"coords":"51.425706,-0.0465365","bedrooms":"4","price":"180000","area":"459"} , +{"type":"Feature","id":"n6095986818","geometry":{"type":"Point","coordinates":[-0.1648546,51.4069203]},"properties":{"@type":"node","@id":6095986818,"@timestamp":1543336082},"coords":"51.4069203,-0.1648546","bedrooms":"1","price":"154000","area":"391"} , +{"type":"Feature","id":"n6095987282","geometry":{"type":"Point","coordinates":[-0.3457928,51.7330153]},"properties":{"@type":"node","@id":6095987282,"@timestamp":1543336310},"coords":"51.7330153,-0.3457928","bedrooms":"1","price":"178000","area":"480"} , +{"type":"Feature","id":"n6095990592","geometry":{"type":"Point","coordinates":[-0.3994111,51.7433154]},"properties":{"@type":"node","@id":6095990592,"@timestamp":1543336310},"coords":"51.7433154,-0.3994111","bedrooms":"4","price":"155000","area":"579"} , +{"type":"Feature","id":"n6095990602","geometry":{"type":"Point","coordinates":[-0.4031291,51.7443303]},"properties":{"@type":"node","@id":6095990602,"@timestamp":1543336311},"coords":"51.7443303,-0.4031291","bedrooms":"3","price":"152000","area":"489"} , +{"type":"Feature","id":"n6096050491","geometry":{"type":"Point","coordinates":[-0.165441,51.4061992]},"properties":{"@type":"node","@id":6096050491,"@timestamp":1606752587},"coords":"51.4061992,-0.165441","bedrooms":"0","price":"293000","area":"451"} , +{"type":"Feature","id":"n6096139467","geometry":{"type":"Point","coordinates":[-0.5926645,51.511733]},"properties":{"@type":"node","@id":6096139467,"@timestamp":1580040887},"coords":"51.511733,-0.5926645","bedrooms":"1","price":"179000","area":"476"} , +{"type":"Feature","id":"n6096465457","geometry":{"type":"Point","coordinates":[-1.0627633,51.2833311]},"properties":{"@type":"node","@id":6096465457,"@timestamp":1543345037},"coords":"51.2833311,-1.0627633","bedrooms":"3","price":"173000","area":"548"} , +{"type":"Feature","id":"n6096561893","geometry":{"type":"Point","coordinates":[-0.141773,51.5426389]},"properties":{"@type":"node","@id":6096561893,"@timestamp":1626388363},"coords":"51.5426389,-0.141773","bedrooms":"2","price":"295000","area":"427"} , +{"type":"Feature","id":"n6096739978","geometry":{"type":"Point","coordinates":[-0.9169849,51.2624541]},"properties":{"@type":"node","@id":6096739978,"@timestamp":1543351311},"coords":"51.2624541,-0.9169849","bedrooms":"3","price":"193000","area":"676"} , +{"type":"Feature","id":"n6097100376","geometry":{"type":"Point","coordinates":[0.1991775,51.947128]},"properties":{"@type":"node","@id":6097100376,"@timestamp":1543364713},"coords":"51.947128,0.1991775","bedrooms":"4","price":"236000","area":"560"} , +{"type":"Feature","id":"n6097362314","geometry":{"type":"Point","coordinates":[0.501435,51.742248]},"properties":{"@type":"node","@id":6097362314,"@timestamp":1543374309},"coords":"51.742248,0.501435","bedrooms":"4","price":"269000","area":"495"} , +{"type":"Feature","id":"n6099141510","geometry":{"type":"Point","coordinates":[-0.8856234,51.277679]},"properties":{"@type":"node","@id":6099141510,"@timestamp":1543406749},"coords":"51.277679,-0.8856234","bedrooms":"0","price":"172000","area":"415"} , +{"type":"Feature","id":"n6099567481","geometry":{"type":"Point","coordinates":[-0.2812343,51.3781155]},"properties":{"@type":"node","@id":6099567481,"@timestamp":1543411559},"coords":"51.3781155,-0.2812343","bedrooms":"3","price":"177000","area":"535"} , +{"type":"Feature","id":"n6099567792","geometry":{"type":"Point","coordinates":[-0.2840794,51.376024]},"properties":{"@type":"node","@id":6099567792,"@timestamp":1550256343},"coords":"51.376024,-0.2840794","bedrooms":"1","price":"293000","area":"391"} , +{"type":"Feature","id":"n6099871722","geometry":{"type":"Point","coordinates":[0.0007693,51.6873796]},"properties":{"@type":"node","@id":6099871722,"@timestamp":1543415351},"coords":"51.6873796,0.0007693","bedrooms":"4","price":"222000","area":"422"} , +{"type":"Feature","id":"n6099889359","geometry":{"type":"Point","coordinates":[0.0006171,51.6883261]},"properties":{"@type":"node","@id":6099889359,"@timestamp":1543415667},"coords":"51.6883261,0.0006171","bedrooms":"0","price":"196000","area":"661"} , +{"type":"Feature","id":"n6099892095","geometry":{"type":"Point","coordinates":[-8e-07,51.6874674]},"properties":{"@type":"node","@id":6099892095,"@timestamp":1543415585},"coords":"51.6874674,-8e-07","bedrooms":"2","price":"260000","area":"367"} , +{"type":"Feature","id":"n6099919097","geometry":{"type":"Point","coordinates":[0.0003018,51.6877093]},"properties":{"@type":"node","@id":6099919097,"@timestamp":1543415911},"coords":"51.6877093,0.0003018","bedrooms":"2","price":"189000","area":"428"} , +{"type":"Feature","id":"n6099946985","geometry":{"type":"Point","coordinates":[0.000379,51.687986]},"properties":{"@type":"node","@id":6099946985,"@timestamp":1543416271},"coords":"51.687986,0.000379","bedrooms":"3","price":"173000","area":"511"} , +{"type":"Feature","id":"n6099948901","geometry":{"type":"Point","coordinates":[-0.8283951,51.2766411]},"properties":{"@type":"node","@id":6099948901,"@timestamp":1543416286},"coords":"51.2766411,-0.8283951","bedrooms":"2","price":"228000","area":"441"} , +{"type":"Feature","id":"n6100019334","geometry":{"type":"Point","coordinates":[-0.0004208,51.6877913]},"properties":{"@type":"node","@id":6100019334,"@timestamp":1543417070},"coords":"51.6877913,-0.0004208","bedrooms":"4","price":"293000","area":"363"} , +{"type":"Feature","id":"n6100042836","geometry":{"type":"Point","coordinates":[3.76e-05,51.6878979]},"properties":{"@type":"node","@id":6100042836,"@timestamp":1543417654},"coords":"51.6878979,3.76e-05","bedrooms":"3","price":"266000","area":"549"} , +{"type":"Feature","id":"n6100077675","geometry":{"type":"Point","coordinates":[-0.0004208,51.6883684]},"properties":{"@type":"node","@id":6100077675,"@timestamp":1543417769},"coords":"51.6883684,-0.0004208","bedrooms":"1","price":"245000","area":"469"} , +{"type":"Feature","id":"n6100272222","geometry":{"type":"Point","coordinates":[-0.8031562,51.2721827]},"properties":{"@type":"node","@id":6100272222,"@timestamp":1543421558},"coords":"51.2721827,-0.8031562","bedrooms":"4","price":"227000","area":"413"} , +{"type":"Feature","id":"n6100480942","geometry":{"type":"Point","coordinates":[0.3617015,51.1189738]},"properties":{"@type":"node","@id":6100480942,"@timestamp":1543425230},"coords":"51.1189738,0.3617015","bedrooms":"1","price":"281000","area":"522"} , +{"type":"Feature","id":"n6101019032","geometry":{"type":"Point","coordinates":[-0.1354257,51.5174455]},"properties":{"@type":"node","@id":6101019032,"@timestamp":1543439602},"coords":"51.5174455,-0.1354257","bedrooms":"3","price":"291000","area":"651"} , +{"type":"Feature","id":"n6101425485","geometry":{"type":"Point","coordinates":[-0.0866599,51.4500136]},"properties":{"@type":"node","@id":6101425485,"@timestamp":1616972044},"coords":"51.4500136,-0.0866599","bedrooms":"3","price":"272000","area":"440"} , +{"type":"Feature","id":"n6102512731","geometry":{"type":"Point","coordinates":[-0.1746554,51.4436763]},"properties":{"@type":"node","@id":6102512731,"@timestamp":1618178093},"coords":"51.4436763,-0.1746554","bedrooms":"1","price":"288000","area":"363"} , +{"type":"Feature","id":"n6102512768","geometry":{"type":"Point","coordinates":[-0.1841738,51.4555411]},"properties":{"@type":"node","@id":6102512768,"@timestamp":1598717121},"coords":"51.4555411,-0.1841738","bedrooms":"1","price":"151000","area":"491"} , +{"type":"Feature","id":"n6102930947","geometry":{"type":"Point","coordinates":[-0.1702005,51.4634383]},"properties":{"@type":"node","@id":6102930947,"@timestamp":1543492031},"coords":"51.4634383,-0.1702005","bedrooms":"0","price":"213000","area":"512"} , +{"type":"Feature","id":"n6103022643","geometry":{"type":"Point","coordinates":[-0.7798307,51.2665924]},"properties":{"@type":"node","@id":6103022643,"@timestamp":1543495420},"coords":"51.2665924,-0.7798307","bedrooms":"0","price":"275000","area":"638"} , +{"type":"Feature","id":"n6103545053","geometry":{"type":"Point","coordinates":[-0.7611418,51.2594072]},"properties":{"@type":"node","@id":6103545053,"@timestamp":1543504695},"coords":"51.2594072,-0.7611418","bedrooms":"2","price":"164000","area":"599"} , +{"type":"Feature","id":"n6103577212","geometry":{"type":"Point","coordinates":[-0.7509143,51.2700442]},"properties":{"@type":"node","@id":6103577212,"@timestamp":1543505734},"coords":"51.2700442,-0.7509143","bedrooms":"4","price":"160000","area":"611"} , +{"type":"Feature","id":"n6103662631","geometry":{"type":"Point","coordinates":[-0.7499455,51.2768483]},"properties":{"@type":"node","@id":6103662631,"@timestamp":1543507617},"coords":"51.2768483,-0.7499455","bedrooms":"2","price":"159000","area":"446"} , +{"type":"Feature","id":"n6103764591","geometry":{"type":"Point","coordinates":[-0.7539957,51.2921939]},"properties":{"@type":"node","@id":6103764591,"@timestamp":1543510819},"coords":"51.2921939,-0.7539957","bedrooms":"2","price":"178000","area":"599"} , +{"type":"Feature","id":"n6103830974","geometry":{"type":"Point","coordinates":[-0.1542351,51.5555749]},"properties":{"@type":"node","@id":6103830974,"@timestamp":1617554313},"coords":"51.5555749,-0.1542351","bedrooms":"4","price":"160000","area":"489"} , +{"type":"Feature","id":"n6103836877","geometry":{"type":"Point","coordinates":[-0.9558158,51.6549554]},"properties":{"@type":"node","@id":6103836877,"@timestamp":1543513701},"coords":"51.6549554,-0.9558158","bedrooms":"4","price":"217000","area":"463"} , +{"type":"Feature","id":"n6104002456","geometry":{"type":"Point","coordinates":[-0.9349586,51.6611591]},"properties":{"@type":"node","@id":6104002456,"@timestamp":1543518795},"coords":"51.6611591,-0.9349586","bedrooms":"1","price":"204000","area":"368"} , +{"type":"Feature","id":"n6104482733","geometry":{"type":"Point","coordinates":[0.0822062,51.6452029]},"properties":{"@type":"node","@id":6104482733,"@timestamp":1543532775},"coords":"51.6452029,0.0822062","bedrooms":"1","price":"212000","area":"677"} , +{"type":"Feature","id":"n6105808900","geometry":{"type":"Point","coordinates":[-0.3368166,51.7454024]},"properties":{"@type":"node","@id":6105808900,"@timestamp":1543575727},"coords":"51.7454024,-0.3368166","bedrooms":"3","price":"198000","area":"494"} , +{"type":"Feature","id":"n6105925368","geometry":{"type":"Point","coordinates":[-0.3362654,51.7530992]},"properties":{"@type":"node","@id":6105925368,"@timestamp":1543578267},"coords":"51.7530992,-0.3362654","bedrooms":"2","price":"278000","area":"359"} , +{"type":"Feature","id":"n6105966463","geometry":{"type":"Point","coordinates":[-0.3378975,51.7455889]},"properties":{"@type":"node","@id":6105966463,"@timestamp":1543579123},"coords":"51.7455889,-0.3378975","bedrooms":"2","price":"235000","area":"670"} , +{"type":"Feature","id":"n6106341302","geometry":{"type":"Point","coordinates":[-1.0912293,51.2571439]},"properties":{"@type":"node","@id":6106341302,"@timestamp":1580514131},"coords":"51.2571439,-1.0912293","bedrooms":"0","price":"190000","area":"361"} , +{"type":"Feature","id":"n6106607124","geometry":{"type":"Point","coordinates":[-0.2445195,51.4525196]},"properties":{"@type":"node","@id":6106607124,"@timestamp":1629841462},"coords":"51.4525196,-0.2445195","bedrooms":"2","price":"153000","area":"439"} , +{"type":"Feature","id":"n6106790078","geometry":{"type":"Point","coordinates":[-0.7386331,51.3142111]},"properties":{"@type":"node","@id":6106790078,"@timestamp":1543599761},"coords":"51.3142111,-0.7386331","bedrooms":"4","price":"289000","area":"487"} , +{"type":"Feature","id":"n6106835020","geometry":{"type":"Point","coordinates":[-0.73349,51.30898]},"properties":{"@type":"node","@id":6106835020,"@timestamp":1543601131},"coords":"51.30898,-0.73349","bedrooms":"0","price":"247000","area":"368"} , +{"type":"Feature","id":"n6106863589","geometry":{"type":"Point","coordinates":[-0.7314349,51.3077814]},"properties":{"@type":"node","@id":6106863589,"@timestamp":1543602136},"coords":"51.3077814,-0.7314349","bedrooms":"0","price":"264000","area":"651"} , +{"type":"Feature","id":"n6106863605","geometry":{"type":"Point","coordinates":[-0.7322987,51.3083972]},"properties":{"@type":"node","@id":6106863605,"@timestamp":1543602136},"coords":"51.3083972,-0.7322987","bedrooms":"0","price":"288000","area":"632"} , +{"type":"Feature","id":"n6106863628","geometry":{"type":"Point","coordinates":[-0.7307825,51.3071613]},"properties":{"@type":"node","@id":6106863628,"@timestamp":1543602137},"coords":"51.3071613,-0.7307825","bedrooms":"1","price":"259000","area":"352"} , +{"type":"Feature","id":"n6106983183","geometry":{"type":"Point","coordinates":[0.0996401,51.0111244]},"properties":{"@type":"node","@id":6106983183,"@timestamp":1543607515},"coords":"51.0111244,0.0996401","bedrooms":"3","price":"215000","area":"542"} , +{"type":"Feature","id":"n6108631295","geometry":{"type":"Point","coordinates":[-0.135743,51.5174607]},"properties":{"@type":"node","@id":6108631295,"@timestamp":1543642492},"coords":"51.5174607,-0.135743","bedrooms":"2","price":"294000","area":"419"} , +{"type":"Feature","id":"n6109138832","geometry":{"type":"Point","coordinates":[0.0036336,51.5467508]},"properties":{"@type":"node","@id":6109138832,"@timestamp":1543663939},"coords":"51.5467508,0.0036336","bedrooms":"1","price":"285000","area":"594"} , +{"type":"Feature","id":"n6109152374","geometry":{"type":"Point","coordinates":[-0.0424268,51.5098506]},"properties":{"@type":"node","@id":6109152374,"@timestamp":1543664766},"coords":"51.5098506,-0.0424268","bedrooms":"2","price":"209000","area":"593"} , +{"type":"Feature","id":"n6109152384","geometry":{"type":"Point","coordinates":[-0.0434299,51.5098122]},"properties":{"@type":"node","@id":6109152384,"@timestamp":1543664767},"coords":"51.5098122,-0.0434299","bedrooms":"2","price":"243000","area":"366"} , +{"type":"Feature","id":"n6109153694","geometry":{"type":"Point","coordinates":[-0.0444961,51.5096945]},"properties":{"@type":"node","@id":6109153694,"@timestamp":1543664767},"coords":"51.5096945,-0.0444961","bedrooms":"0","price":"174000","area":"604"} , +{"type":"Feature","id":"n6109181290","geometry":{"type":"Point","coordinates":[-0.6618979,51.2757555]},"properties":{"@type":"node","@id":6109181290,"@timestamp":1543666585},"coords":"51.2757555,-0.6618979","bedrooms":"3","price":"159000","area":"603"} , +{"type":"Feature","id":"n6109518642","geometry":{"type":"Point","coordinates":[-0.0248902,51.4925217]},"properties":{"@type":"node","@id":6109518642,"@timestamp":1579816740},"coords":"51.4925217,-0.0248902","bedrooms":"4","price":"176000","area":"652"} , +{"type":"Feature","id":"n6109623316","geometry":{"type":"Point","coordinates":[0.3753253,51.4317133]},"properties":{"@type":"node","@id":6109623316,"@timestamp":1543685446},"coords":"51.4317133,0.3753253","bedrooms":"0","price":"175000","area":"539"} , +{"type":"Feature","id":"n6110026075","geometry":{"type":"Point","coordinates":[-0.16628,51.3685038]},"properties":{"@type":"node","@id":6110026075,"@timestamp":1543703058},"coords":"51.3685038,-0.16628","bedrooms":"3","price":"171000","area":"427"} , +{"type":"Feature","id":"n6110191195","geometry":{"type":"Point","coordinates":[-0.0736982,51.5144939]},"properties":{"@type":"node","@id":6110191195,"@timestamp":1634056622},"coords":"51.5144939,-0.0736982","bedrooms":"2","price":"170000","area":"466"} , +{"type":"Feature","id":"n6110619957","geometry":{"type":"Point","coordinates":[-0.2277293,51.518397]},"properties":{"@type":"node","@id":6110619957,"@timestamp":1615351916},"coords":"51.518397,-0.2277293","bedrooms":"0","price":"183000","area":"481"} , +{"type":"Feature","id":"n6110620097","geometry":{"type":"Point","coordinates":[-0.2270694,51.516408]},"properties":{"@type":"node","@id":6110620097,"@timestamp":1615285243},"coords":"51.516408,-0.2270694","bedrooms":"2","price":"221000","area":"428"} , +{"type":"Feature","id":"n6110662379","geometry":{"type":"Point","coordinates":[-0.2465352,51.517047]},"properties":{"@type":"node","@id":6110662379,"@timestamp":1615020713},"coords":"51.517047,-0.2465352","bedrooms":"2","price":"292000","area":"362"} , +{"type":"Feature","id":"n6110664289","geometry":{"type":"Point","coordinates":[-0.2448731,51.5182897]},"properties":{"@type":"node","@id":6110664289,"@timestamp":1614843902},"coords":"51.5182897,-0.2448731","bedrooms":"1","price":"274000","area":"561"} , +{"type":"Feature","id":"n6110818396","geometry":{"type":"Point","coordinates":[-0.4738228,51.5498172]},"properties":{"@type":"node","@id":6110818396,"@timestamp":1543758383},"coords":"51.5498172,-0.4738228","bedrooms":"3","price":"202000","area":"385"} , +{"type":"Feature","id":"n6110818407","geometry":{"type":"Point","coordinates":[-0.4793939,51.547363]},"properties":{"@type":"node","@id":6110818407,"@timestamp":1543758384},"coords":"51.547363,-0.4793939","bedrooms":"2","price":"204000","area":"598"} , +{"type":"Feature","id":"n6110944186","geometry":{"type":"Point","coordinates":[0.0057961,51.5525418]},"properties":{"@type":"node","@id":6110944186,"@timestamp":1621231649},"coords":"51.5525418,0.0057961","bedrooms":"3","price":"170000","area":"422"} , +{"type":"Feature","id":"n6111086188","geometry":{"type":"Point","coordinates":[-0.0384673,51.6011051]},"properties":{"@type":"node","@id":6111086188,"@timestamp":1564903671},"coords":"51.6011051,-0.0384673","bedrooms":"3","price":"261000","area":"537"} , +{"type":"Feature","id":"n6111086198","geometry":{"type":"Point","coordinates":[-0.0357391,51.6001452]},"properties":{"@type":"node","@id":6111086198,"@timestamp":1564903671},"coords":"51.6001452,-0.0357391","bedrooms":"4","price":"254000","area":"650"} , +{"type":"Feature","id":"n6111437707","geometry":{"type":"Point","coordinates":[0.4783086,51.280994]},"properties":{"@type":"node","@id":6111437707,"@timestamp":1543779229},"coords":"51.280994,0.4783086","bedrooms":"0","price":"227000","area":"572"} , +{"type":"Feature","id":"n6111525291","geometry":{"type":"Point","coordinates":[-0.0272352,51.5479138]},"properties":{"@type":"node","@id":6111525291,"@timestamp":1543781412},"coords":"51.5479138,-0.0272352","bedrooms":"2","price":"258000","area":"462"} , +{"type":"Feature","id":"n6111525309","geometry":{"type":"Point","coordinates":[-0.0457732,51.5326765]},"properties":{"@type":"node","@id":6111525309,"@timestamp":1543781413},"coords":"51.5326765,-0.0457732","bedrooms":"2","price":"223000","area":"473"} , +{"type":"Feature","id":"n6111549261","geometry":{"type":"Point","coordinates":[0.4797748,51.2729341]},"properties":{"@type":"node","@id":6111549261,"@timestamp":1543782103},"coords":"51.2729341,0.4797748","bedrooms":"3","price":"238000","area":"596"} , +{"type":"Feature","id":"n6111915427","geometry":{"type":"Point","coordinates":[-0.0022394,51.5605759]},"properties":{"@type":"node","@id":6111915427,"@timestamp":1625197661},"coords":"51.5605759,-0.0022394","bedrooms":"2","price":"170000","area":"372"} , +{"type":"Feature","id":"n6112010391","geometry":{"type":"Point","coordinates":[0.5142693,51.3832876]},"properties":{"@type":"node","@id":6112010391,"@timestamp":1543800561},"coords":"51.3832876,0.5142693","bedrooms":"1","price":"211000","area":"432"} , +{"type":"Feature","id":"n6112693803","geometry":{"type":"Point","coordinates":[-0.4223096,51.3952226]},"properties":{"@type":"node","@id":6112693803,"@timestamp":1624365924},"coords":"51.3952226,-0.4223096","bedrooms":"3","price":"155000","area":"688"} , +{"type":"Feature","id":"n6113149864","geometry":{"type":"Point","coordinates":[-0.6805899,51.7165242]},"properties":{"@type":"node","@id":6113149864,"@timestamp":1553239631},"coords":"51.7165242,-0.6805899","bedrooms":"2","price":"218000","area":"580"} , +{"type":"Feature","id":"n6113676017","geometry":{"type":"Point","coordinates":[-0.9732026,51.6939438]},"properties":{"@type":"node","@id":6113676017,"@timestamp":1547054907},"coords":"51.6939438,-0.9732026","bedrooms":"3","price":"193000","area":"663"} , +{"type":"Feature","id":"n6113954019","geometry":{"type":"Point","coordinates":[-0.4067813,51.4052034]},"properties":{"@type":"node","@id":6113954019,"@timestamp":1543869151},"coords":"51.4052034,-0.4067813","bedrooms":"4","price":"237000","area":"541"} , +{"type":"Feature","id":"n6113979262","geometry":{"type":"Point","coordinates":[-0.3638883,51.216166]},"properties":{"@type":"node","@id":6113979262,"@timestamp":1543870050},"coords":"51.216166,-0.3638883","bedrooms":"3","price":"200000","area":"378"} , +{"type":"Feature","id":"n6114815658","geometry":{"type":"Point","coordinates":[-0.8840722,51.4254973]},"properties":{"@type":"node","@id":6114815658,"@timestamp":1543907575},"coords":"51.4254973,-0.8840722","bedrooms":"4","price":"224000","area":"414"} , +{"type":"Feature","id":"n6114815669","geometry":{"type":"Point","coordinates":[-0.8900696,51.4277718]},"properties":{"@type":"node","@id":6114815669,"@timestamp":1543907576},"coords":"51.4277718,-0.8900696","bedrooms":"3","price":"199000","area":"677"} , +{"type":"Feature","id":"n6115391289","geometry":{"type":"Point","coordinates":[-0.2005125,51.4728416]},"properties":{"@type":"node","@id":6115391289,"@timestamp":1623690180},"coords":"51.4728416,-0.2005125","bedrooms":"1","price":"277000","area":"618"} , +{"type":"Feature","id":"n6115440848","geometry":{"type":"Point","coordinates":[-0.1327547,51.0605944]},"properties":{"@type":"node","@id":6115440848,"@timestamp":1543920317},"coords":"51.0605944,-0.1327547","bedrooms":"4","price":"236000","area":"511"} , +{"type":"Feature","id":"n6116192603","geometry":{"type":"Point","coordinates":[0.1541868,51.460448]},"properties":{"@type":"node","@id":6116192603,"@timestamp":1543938937},"coords":"51.460448,0.1541868","bedrooms":"3","price":"268000","area":"659"} , +{"type":"Feature","id":"n6116222232","geometry":{"type":"Point","coordinates":[0.0166586,51.5534641]},"properties":{"@type":"node","@id":6116222232,"@timestamp":1621495364},"coords":"51.5534641,0.0166586","bedrooms":"2","price":"271000","area":"354"} , +{"type":"Feature","id":"n6116222245","geometry":{"type":"Point","coordinates":[0.0115301,51.5554198]},"properties":{"@type":"node","@id":6116222245,"@timestamp":1619600980},"coords":"51.5554198,0.0115301","bedrooms":"4","price":"217000","area":"377"} , +{"type":"Feature","id":"n6116222258","geometry":{"type":"Point","coordinates":[0.0063455,51.5550871]},"properties":{"@type":"node","@id":6116222258,"@timestamp":1543940239},"coords":"51.5550871,0.0063455","bedrooms":"0","price":"290000","area":"629"} , +{"type":"Feature","id":"n6116316389","geometry":{"type":"Point","coordinates":[-0.0223665,51.4976549]},"properties":{"@type":"node","@id":6116316389,"@timestamp":1543942274},"coords":"51.4976549,-0.0223665","bedrooms":"0","price":"255000","area":"595"} , +{"type":"Feature","id":"n6117895980","geometry":{"type":"Point","coordinates":[-0.0935536,51.5139369]},"properties":{"@type":"node","@id":6117895980,"@timestamp":1543996364},"coords":"51.5139369,-0.0935536","bedrooms":"0","price":"292000","area":"383"} , +{"type":"Feature","id":"n6118582771","geometry":{"type":"Point","coordinates":[-0.0814667,51.514092]},"properties":{"@type":"node","@id":6118582771,"@timestamp":1544005087},"coords":"51.514092,-0.0814667","bedrooms":"0","price":"180000","area":"495"} , +{"type":"Feature","id":"n6119525972","geometry":{"type":"Point","coordinates":[0.0250164,51.5478151]},"properties":{"@type":"node","@id":6119525972,"@timestamp":1607502429},"coords":"51.5478151,0.0250164","bedrooms":"4","price":"269000","area":"608"} , +{"type":"Feature","id":"n6119525982","geometry":{"type":"Point","coordinates":[0.0248418,51.5487008]},"properties":{"@type":"node","@id":6119525982,"@timestamp":1629845259},"coords":"51.5487008,0.0248418","bedrooms":"1","price":"243000","area":"556"} , +{"type":"Feature","id":"n6119663283","geometry":{"type":"Point","coordinates":[-0.9794714,51.6999191]},"properties":{"@type":"node","@id":6119663283,"@timestamp":1547061625},"coords":"51.6999191,-0.9794714","bedrooms":"1","price":"189000","area":"426"} , +{"type":"Feature","id":"n6119841430","geometry":{"type":"Point","coordinates":[-0.9807325,51.7038388]},"properties":{"@type":"node","@id":6119841430,"@timestamp":1547653349},"coords":"51.7038388,-0.9807325","bedrooms":"4","price":"296000","area":"452"} , +{"type":"Feature","id":"n6119885171","geometry":{"type":"Point","coordinates":[0.0346251,51.5550505]},"properties":{"@type":"node","@id":6119885171,"@timestamp":1544038834},"coords":"51.5550505,0.0346251","bedrooms":"3","price":"216000","area":"620"} , +{"type":"Feature","id":"n6119888107","geometry":{"type":"Point","coordinates":[0.0317933,51.5512298]},"properties":{"@type":"node","@id":6119888107,"@timestamp":1629904510},"coords":"51.5512298,0.0317933","bedrooms":"4","price":"231000","area":"668"} , +{"type":"Feature","id":"n6119888166","geometry":{"type":"Point","coordinates":[0.0279066,51.5526586]},"properties":{"@type":"node","@id":6119888166,"@timestamp":1629733995},"coords":"51.5526586,0.0279066","bedrooms":"0","price":"239000","area":"683"} , +{"type":"Feature","id":"n6119888181","geometry":{"type":"Point","coordinates":[0.0246444,51.5490547]},"properties":{"@type":"node","@id":6119888181,"@timestamp":1607502356},"coords":"51.5490547,0.0246444","bedrooms":"1","price":"170000","area":"658"} , +{"type":"Feature","id":"n6120272484","geometry":{"type":"Point","coordinates":[-0.8951202,51.451585]},"properties":{"@type":"node","@id":6120272484,"@timestamp":1544058267},"coords":"51.451585,-0.8951202","bedrooms":"1","price":"176000","area":"656"} , +{"type":"Feature","id":"n6121110770","geometry":{"type":"Point","coordinates":[0.012376,51.5519362]},"properties":{"@type":"node","@id":6121110770,"@timestamp":1565187055},"coords":"51.5519362,0.012376","bedrooms":"4","price":"153000","area":"382"} , +{"type":"Feature","id":"n6121422476","geometry":{"type":"Point","coordinates":[-0.1506271,51.3614235]},"properties":{"@type":"node","@id":6121422476,"@timestamp":1544099918},"coords":"51.3614235,-0.1506271","bedrooms":"3","price":"288000","area":"395"} , +{"type":"Feature","id":"n6121712104","geometry":{"type":"Point","coordinates":[-0.0744316,51.5462449]},"properties":{"@type":"node","@id":6121712104,"@timestamp":1564903671},"coords":"51.5462449,-0.0744316","bedrooms":"1","price":"240000","area":"368"} , +{"type":"Feature","id":"n6121760262","geometry":{"type":"Point","coordinates":[-0.1268638,51.5223029]},"properties":{"@type":"node","@id":6121760262,"@timestamp":1559753871},"coords":"51.5223029,-0.1268638","bedrooms":"4","price":"201000","area":"593"} , +{"type":"Feature","id":"n6121985652","geometry":{"type":"Point","coordinates":[-0.1305386,51.3134186]},"properties":{"@type":"node","@id":6121985652,"@timestamp":1544116844},"coords":"51.3134186,-0.1305386","bedrooms":"1","price":"298000","area":"564"} , +{"type":"Feature","id":"n6121985662","geometry":{"type":"Point","coordinates":[-0.1313659,51.3137865]},"properties":{"@type":"node","@id":6121985662,"@timestamp":1544116845},"coords":"51.3137865,-0.1313659","bedrooms":"4","price":"291000","area":"625"} , +{"type":"Feature","id":"n6122424509","geometry":{"type":"Point","coordinates":[-0.1999239,51.3439314]},"properties":{"@type":"node","@id":6122424509,"@timestamp":1544136023},"coords":"51.3439314,-0.1999239","bedrooms":"0","price":"229000","area":"643"} , +{"type":"Feature","id":"n6122459446","geometry":{"type":"Point","coordinates":[-0.8770663,51.4587434]},"properties":{"@type":"node","@id":6122459446,"@timestamp":1544138441},"coords":"51.4587434,-0.8770663","bedrooms":"2","price":"169000","area":"689"} , +{"type":"Feature","id":"n6123075838","geometry":{"type":"Point","coordinates":[0.0066294,51.7708748]},"properties":{"@type":"node","@id":6123075838,"@timestamp":1544175269},"coords":"51.7708748,0.0066294","bedrooms":"3","price":"219000","area":"518"} , +{"type":"Feature","id":"n6124193383","geometry":{"type":"Point","coordinates":[-0.2035275,51.3922178]},"properties":{"@type":"node","@id":6124193383,"@timestamp":1544222102},"coords":"51.3922178,-0.2035275","bedrooms":"0","price":"197000","area":"519"} , +{"type":"Feature","id":"n6124197573","geometry":{"type":"Point","coordinates":[-0.2443193,51.456309]},"properties":{"@type":"node","@id":6124197573,"@timestamp":1621448518},"coords":"51.456309,-0.2443193","bedrooms":"0","price":"290000","area":"510"} , +{"type":"Feature","id":"n6124299073","geometry":{"type":"Point","coordinates":[-0.2686537,51.4650917]},"properties":{"@type":"node","@id":6124299073,"@timestamp":1544227934},"coords":"51.4650917,-0.2686537","bedrooms":"3","price":"195000","area":"631"} , +{"type":"Feature","id":"n6124596764","geometry":{"type":"Point","coordinates":[-0.0255221,51.4499996]},"properties":{"@type":"node","@id":6124596764,"@timestamp":1620578520},"coords":"51.4499996,-0.0255221","bedrooms":"3","price":"296000","area":"380"} , +{"type":"Feature","id":"n6124822012","geometry":{"type":"Point","coordinates":[0.5158344,51.3827632]},"properties":{"@type":"node","@id":6124822012,"@timestamp":1544272354},"coords":"51.3827632,0.5158344","bedrooms":"3","price":"228000","area":"612"} , +{"type":"Feature","id":"n6124930108","geometry":{"type":"Point","coordinates":[-0.2287329,51.3585188]},"properties":{"@type":"node","@id":6124930108,"@timestamp":1544278192},"coords":"51.3585188,-0.2287329","bedrooms":"1","price":"210000","area":"503"} , +{"type":"Feature","id":"n6125137948","geometry":{"type":"Point","coordinates":[0.0025048,51.543419]},"properties":{"@type":"node","@id":6125137948,"@timestamp":1544289375},"coords":"51.543419,0.0025048","bedrooms":"2","price":"234000","area":"607"} , +{"type":"Feature","id":"n6125794469","geometry":{"type":"Point","coordinates":[0.5168657,51.3829343]},"properties":{"@type":"node","@id":6125794469,"@timestamp":1544317705},"coords":"51.3829343,0.5168657","bedrooms":"3","price":"198000","area":"435"} , +{"type":"Feature","id":"n6126210644","geometry":{"type":"Point","coordinates":[-0.1399093,51.5164689]},"properties":{"@type":"node","@id":6126210644,"@timestamp":1544350511},"coords":"51.5164689,-0.1399093","bedrooms":"2","price":"165000","area":"386"} , +{"type":"Feature","id":"n6126414060","geometry":{"type":"Point","coordinates":[-0.6131825,51.1880535]},"properties":{"@type":"node","@id":6126414060,"@timestamp":1622901274},"coords":"51.1880535,-0.6131825","bedrooms":"3","price":"193000","area":"377"} , +{"type":"Feature","id":"n6126555237","geometry":{"type":"Point","coordinates":[-0.488736,51.0502824]},"properties":{"@type":"node","@id":6126555237,"@timestamp":1544366294},"coords":"51.0502824,-0.488736","bedrooms":"1","price":"252000","area":"455"} , +{"type":"Feature","id":"n6126555514","geometry":{"type":"Point","coordinates":[-0.4621446,51.0709212]},"properties":{"@type":"node","@id":6126555514,"@timestamp":1544366295},"coords":"51.0709212,-0.4621446","bedrooms":"1","price":"204000","area":"372"} , +{"type":"Feature","id":"n6126603667","geometry":{"type":"Point","coordinates":[-0.513702,51.0535719]},"properties":{"@type":"node","@id":6126603667,"@timestamp":1544368927},"coords":"51.0535719,-0.513702","bedrooms":"4","price":"196000","area":"642"} , +{"type":"Feature","id":"n6126660800","geometry":{"type":"Point","coordinates":[-0.5013049,51.0766276]},"properties":{"@type":"node","@id":6126660800,"@timestamp":1544371563},"coords":"51.0766276,-0.5013049","bedrooms":"2","price":"173000","area":"525"} , +{"type":"Feature","id":"n6126660858","geometry":{"type":"Point","coordinates":[-0.507372,51.0535028]},"properties":{"@type":"node","@id":6126660858,"@timestamp":1544371564},"coords":"51.0535028,-0.507372","bedrooms":"0","price":"230000","area":"419"} , +{"type":"Feature","id":"n6126844379","geometry":{"type":"Point","coordinates":[0.518166,51.3832373]},"properties":{"@type":"node","@id":6126844379,"@timestamp":1544379211},"coords":"51.3832373,0.518166","bedrooms":"4","price":"170000","area":"519"} , +{"type":"Feature","id":"n6127020261","geometry":{"type":"Point","coordinates":[-0.5358093,51.1753415]},"properties":{"@type":"node","@id":6127020261,"@timestamp":1544388165},"coords":"51.1753415,-0.5358093","bedrooms":"1","price":"197000","area":"639"} , +{"type":"Feature","id":"n6127131324","geometry":{"type":"Point","coordinates":[-0.5497844,51.1685046]},"properties":{"@type":"node","@id":6127131324,"@timestamp":1544392835},"coords":"51.1685046,-0.5497844","bedrooms":"3","price":"234000","area":"408"} , +{"type":"Feature","id":"n6127362536","geometry":{"type":"Point","coordinates":[-0.3009709,51.6071358]},"properties":{"@type":"node","@id":6127362536,"@timestamp":1574154890},"coords":"51.6071358,-0.3009709","bedrooms":"2","price":"196000","area":"601"} , +{"type":"Feature","id":"n6128670425","geometry":{"type":"Point","coordinates":[-0.7875381,51.8736375]},"properties":{"@type":"node","@id":6128670425,"@timestamp":1544457908},"coords":"51.8736375,-0.7875381","bedrooms":"3","price":"172000","area":"515"} , +{"type":"Feature","id":"n6129146646","geometry":{"type":"Point","coordinates":[-0.0343978,51.5443594]},"properties":{"@type":"node","@id":6129146646,"@timestamp":1544470208},"coords":"51.5443594,-0.0343978","bedrooms":"4","price":"258000","area":"525"} , +{"type":"Feature","id":"n6129146656","geometry":{"type":"Point","coordinates":[-0.0354199,51.5453259]},"properties":{"@type":"node","@id":6129146656,"@timestamp":1578291121},"coords":"51.5453259,-0.0354199","bedrooms":"0","price":"275000","area":"588"} , +{"type":"Feature","id":"n6129146676","geometry":{"type":"Point","coordinates":[-0.0417875,51.5453709]},"properties":{"@type":"node","@id":6129146676,"@timestamp":1544470210},"coords":"51.5453709,-0.0417875","bedrooms":"2","price":"265000","area":"565"} , +{"type":"Feature","id":"n6129249158","geometry":{"type":"Point","coordinates":[-0.7462511,51.6297709]},"properties":{"@type":"node","@id":6129249158,"@timestamp":1563982815},"coords":"51.6297709,-0.7462511","bedrooms":"1","price":"160000","area":"553"} , +{"type":"Feature","id":"n6129317406","geometry":{"type":"Point","coordinates":[-0.7822662,51.6340365]},"properties":{"@type":"node","@id":6129317406,"@timestamp":1609711941},"coords":"51.6340365,-0.7822662","bedrooms":"3","price":"162000","area":"355"} , +{"type":"Feature","id":"n6129488839","geometry":{"type":"Point","coordinates":[0.5212095,51.383719]},"properties":{"@type":"node","@id":6129488839,"@timestamp":1544485464},"coords":"51.383719,0.5212095","bedrooms":"0","price":"160000","area":"392"} , +{"type":"Feature","id":"n6129495371","geometry":{"type":"Point","coordinates":[0.5195432,51.3834537]},"properties":{"@type":"node","@id":6129495371,"@timestamp":1544485466},"coords":"51.3834537,0.5195432","bedrooms":"0","price":"233000","area":"358"} , +{"type":"Feature","id":"n6130087001","geometry":{"type":"Point","coordinates":[-0.103438,51.5085491]},"properties":{"@type":"node","@id":6130087001,"@timestamp":1621698514},"coords":"51.5085491,-0.103438","bedrooms":"4","price":"231000","area":"691"} , +{"type":"Feature","id":"n6130904944","geometry":{"type":"Point","coordinates":[-0.1765641,51.1617785]},"properties":{"@type":"node","@id":6130904944,"@timestamp":1544541992},"coords":"51.1617785,-0.1765641","bedrooms":"2","price":"202000","area":"562"} , +{"type":"Feature","id":"n6130904954","geometry":{"type":"Point","coordinates":[-0.1765665,51.161706]},"properties":{"@type":"node","@id":6130904954,"@timestamp":1544541992},"coords":"51.161706,-0.1765665","bedrooms":"4","price":"285000","area":"589"} , +{"type":"Feature","id":"n6131156733","geometry":{"type":"Point","coordinates":[-0.0361739,51.5451193]},"properties":{"@type":"node","@id":6131156733,"@timestamp":1616372497},"coords":"51.5451193,-0.0361739","bedrooms":"2","price":"296000","area":"575"} , +{"type":"Feature","id":"n6132734051","geometry":{"type":"Point","coordinates":[-0.1510307,51.5180778]},"properties":{"@type":"node","@id":6132734051,"@timestamp":1544623372},"coords":"51.5180778,-0.1510307","bedrooms":"4","price":"170000","area":"354"} , +{"type":"Feature","id":"n6133088823","geometry":{"type":"Point","coordinates":[-0.5749503,51.0082177]},"properties":{"@type":"node","@id":6133088823,"@timestamp":1544634809},"coords":"51.0082177,-0.5749503","bedrooms":"1","price":"157000","area":"511"} , +{"type":"Feature","id":"n6133270166","geometry":{"type":"Point","coordinates":[-0.9773833,51.4308182]},"properties":{"@type":"node","@id":6133270166,"@timestamp":1544639945},"coords":"51.4308182,-0.9773833","bedrooms":"1","price":"248000","area":"660"} , +{"type":"Feature","id":"n6133552579","geometry":{"type":"Point","coordinates":[0.4765343,51.7411933]},"properties":{"@type":"node","@id":6133552579,"@timestamp":1631481354},"coords":"51.7411933,0.4765343","bedrooms":"2","price":"234000","area":"645"} , +{"type":"Feature","id":"n6133636194","geometry":{"type":"Point","coordinates":[-0.7551028,51.3296813]},"properties":{"@type":"node","@id":6133636194,"@timestamp":1544654370},"coords":"51.3296813,-0.7551028","bedrooms":"0","price":"290000","area":"598"} , +{"type":"Feature","id":"n6133970541","geometry":{"type":"Point","coordinates":[-0.1403866,51.5167151]},"properties":{"@type":"node","@id":6133970541,"@timestamp":1544675170},"coords":"51.5167151,-0.1403866","bedrooms":"2","price":"186000","area":"386"} , +{"type":"Feature","id":"n6135094758","geometry":{"type":"Point","coordinates":[-0.2770084,51.6598564]},"properties":{"@type":"node","@id":6135094758,"@timestamp":1615553712},"coords":"51.6598564,-0.2770084","bedrooms":"0","price":"288000","area":"594"} , +{"type":"Feature","id":"n6135327093","geometry":{"type":"Point","coordinates":[0.4752957,51.7404455]},"properties":{"@type":"node","@id":6135327093,"@timestamp":1544725280},"coords":"51.7404455,0.4752957","bedrooms":"3","price":"230000","area":"697"} , +{"type":"Feature","id":"n6135412583","geometry":{"type":"Point","coordinates":[-0.0657597,51.6031555]},"properties":{"@type":"node","@id":6135412583,"@timestamp":1554722252},"coords":"51.6031555,-0.0657597","bedrooms":"0","price":"236000","area":"675"} , +{"type":"Feature","id":"n6135727126","geometry":{"type":"Point","coordinates":[-0.0648537,51.6050358]},"properties":{"@type":"node","@id":6135727126,"@timestamp":1554722253},"coords":"51.6050358,-0.0648537","bedrooms":"0","price":"253000","area":"456"} , +{"type":"Feature","id":"n6135792099","geometry":{"type":"Point","coordinates":[-0.2802312,51.6581902]},"properties":{"@type":"node","@id":6135792099,"@timestamp":1615553712},"coords":"51.6581902,-0.2802312","bedrooms":"0","price":"255000","area":"441"} , +{"type":"Feature","id":"n6135938654","geometry":{"type":"Point","coordinates":[-0.0726771,51.5650626]},"properties":{"@type":"node","@id":6135938654,"@timestamp":1572291633},"coords":"51.5650626,-0.0726771","bedrooms":"2","price":"286000","area":"480"} , +{"type":"Feature","id":"n6135949976","geometry":{"type":"Point","coordinates":[0.5234908,51.3841731]},"properties":{"@type":"node","@id":6135949976,"@timestamp":1544741228},"coords":"51.3841731,0.5234908","bedrooms":"4","price":"249000","area":"415"} , +{"type":"Feature","id":"n6135950210","geometry":{"type":"Point","coordinates":[0.5227438,51.3836353]},"properties":{"@type":"node","@id":6135950210,"@timestamp":1544741230},"coords":"51.3836353,0.5227438","bedrooms":"0","price":"178000","area":"423"} , +{"type":"Feature","id":"n6136126350","geometry":{"type":"Point","coordinates":[-0.0751826,51.5155159]},"properties":{"@type":"node","@id":6136126350,"@timestamp":1599927930},"coords":"51.5155159,-0.0751826","bedrooms":"3","price":"260000","area":"487"} , +{"type":"Feature","id":"n6136774565","geometry":{"type":"Point","coordinates":[-0.4409271,51.6156165]},"properties":{"@type":"node","@id":6136774565,"@timestamp":1564903671},"coords":"51.6156165,-0.4409271","bedrooms":"1","price":"151000","area":"375"} , +{"type":"Feature","id":"n6136830382","geometry":{"type":"Point","coordinates":[-0.2769781,51.6601981]},"properties":{"@type":"node","@id":6136830382,"@timestamp":1544779854},"coords":"51.6601981,-0.2769781","bedrooms":"4","price":"259000","area":"524"} , +{"type":"Feature","id":"n6137045543","geometry":{"type":"Point","coordinates":[0.0451449,51.5082495]},"properties":{"@type":"node","@id":6137045543,"@timestamp":1544782490},"coords":"51.5082495,0.0451449","bedrooms":"0","price":"260000","area":"655"} , +{"type":"Feature","id":"n6137045557","geometry":{"type":"Point","coordinates":[0.0457372,51.5075005]},"properties":{"@type":"node","@id":6137045557,"@timestamp":1544782490},"coords":"51.5075005,0.0457372","bedrooms":"3","price":"259000","area":"554"} , +{"type":"Feature","id":"n6137045575","geometry":{"type":"Point","coordinates":[0.0372494,51.5075539]},"properties":{"@type":"node","@id":6137045575,"@timestamp":1629904329},"coords":"51.5075539,0.0372494","bedrooms":"1","price":"256000","area":"649"} , +{"type":"Feature","id":"n6137045594","geometry":{"type":"Point","coordinates":[0.0363414,51.5075637]},"properties":{"@type":"node","@id":6137045594,"@timestamp":1629904329},"coords":"51.5075637,0.0363414","bedrooms":"4","price":"259000","area":"697"} , +{"type":"Feature","id":"n6137045613","geometry":{"type":"Point","coordinates":[0.0423713,51.5089772]},"properties":{"@type":"node","@id":6137045613,"@timestamp":1544782491},"coords":"51.5089772,0.0423713","bedrooms":"2","price":"231000","area":"523"} , +{"type":"Feature","id":"n6137045632","geometry":{"type":"Point","coordinates":[0.0389624,51.5073624]},"properties":{"@type":"node","@id":6137045632,"@timestamp":1544782492},"coords":"51.5073624,0.0389624","bedrooms":"0","price":"160000","area":"431"} , +{"type":"Feature","id":"n6137814133","geometry":{"type":"Point","coordinates":[-0.6303754,51.3159513]},"properties":{"@type":"node","@id":6137814133,"@timestamp":1544809773},"coords":"51.3159513,-0.6303754","bedrooms":"4","price":"216000","area":"355"} , +{"type":"Feature","id":"n6137852396","geometry":{"type":"Point","coordinates":[0.1604602,51.8142786]},"properties":{"@type":"node","@id":6137852396,"@timestamp":1595199277},"coords":"51.8142786,0.1604602","bedrooms":"2","price":"208000","area":"553"} , +{"type":"Feature","id":"n6137852421","geometry":{"type":"Point","coordinates":[-0.0238447,51.7030257]},"properties":{"@type":"node","@id":6137852421,"@timestamp":1544811000},"coords":"51.7030257,-0.0238447","bedrooms":"4","price":"216000","area":"681"} , +{"type":"Feature","id":"n6137936166","geometry":{"type":"Point","coordinates":[-0.5210191,51.0664109]},"properties":{"@type":"node","@id":6137936166,"@timestamp":1544814663},"coords":"51.0664109,-0.5210191","bedrooms":"4","price":"290000","area":"453"} , +{"type":"Feature","id":"n6137936176","geometry":{"type":"Point","coordinates":[-0.5213141,51.0730784]},"properties":{"@type":"node","@id":6137936176,"@timestamp":1544814664},"coords":"51.0730784,-0.5213141","bedrooms":"0","price":"291000","area":"675"} , +{"type":"Feature","id":"n6137937086","geometry":{"type":"Point","coordinates":[-0.5169153,51.0615124]},"properties":{"@type":"node","@id":6137937086,"@timestamp":1544814664},"coords":"51.0615124,-0.5169153","bedrooms":"3","price":"296000","area":"534"} , +{"type":"Feature","id":"n6138018098","geometry":{"type":"Point","coordinates":[-0.9004953,51.2966395]},"properties":{"@type":"node","@id":6138018098,"@timestamp":1544817541},"coords":"51.2966395,-0.9004953","bedrooms":"1","price":"263000","area":"631"} , +{"type":"Feature","id":"n6138071757","geometry":{"type":"Point","coordinates":[-0.1063791,51.2517929]},"properties":{"@type":"node","@id":6138071757,"@timestamp":1544820083},"coords":"51.2517929,-0.1063791","bedrooms":"0","price":"249000","area":"565"} , +{"type":"Feature","id":"n6138265664","geometry":{"type":"Point","coordinates":[0.5226871,51.38371]},"properties":{"@type":"node","@id":6138265664,"@timestamp":1544830802},"coords":"51.38371,0.5226871","bedrooms":"1","price":"192000","area":"494"} , +{"type":"Feature","id":"n6138426566","geometry":{"type":"Point","coordinates":[-0.0078004,51.5696289]},"properties":{"@type":"node","@id":6138426566,"@timestamp":1558884734},"coords":"51.5696289,-0.0078004","bedrooms":"3","price":"193000","area":"595"} , +{"type":"Feature","id":"n6138734305","geometry":{"type":"Point","coordinates":[-0.473077,51.3181109]},"properties":{"@type":"node","@id":6138734305,"@timestamp":1593006415},"coords":"51.3181109,-0.473077","bedrooms":"4","price":"294000","area":"430"} , +{"type":"Feature","id":"n6139066670","geometry":{"type":"Point","coordinates":[0.2942603,51.4811491]},"properties":{"@type":"node","@id":6139066670,"@timestamp":1544885093},"coords":"51.4811491,0.2942603","bedrooms":"0","price":"229000","area":"353"} , +{"type":"Feature","id":"n6139390943","geometry":{"type":"Point","coordinates":[0.3025373,51.6194164]},"properties":{"@type":"node","@id":6139390943,"@timestamp":1544901310},"coords":"51.6194164,0.3025373","bedrooms":"1","price":"255000","area":"492"} , +{"type":"Feature","id":"n6139390955","geometry":{"type":"Point","coordinates":[0.302096,51.6197747]},"properties":{"@type":"node","@id":6139390955,"@timestamp":1544901311},"coords":"51.6197747,0.302096","bedrooms":"3","price":"256000","area":"657"} , +{"type":"Feature","id":"n6139401050","geometry":{"type":"Point","coordinates":[0.4953718,51.3942287]},"properties":{"@type":"node","@id":6139401050,"@timestamp":1626452930},"coords":"51.3942287,0.4953718","bedrooms":"2","price":"225000","area":"363"} , +{"type":"Feature","id":"n6139413770","geometry":{"type":"Point","coordinates":[0.304697,51.6211724]},"properties":{"@type":"node","@id":6139413770,"@timestamp":1544902738},"coords":"51.6211724,0.304697","bedrooms":"3","price":"217000","area":"352"} , +{"type":"Feature","id":"n6139413780","geometry":{"type":"Point","coordinates":[0.3041016,51.6206551]},"properties":{"@type":"node","@id":6139413780,"@timestamp":1544902739},"coords":"51.6206551,0.3041016","bedrooms":"3","price":"228000","area":"353"} , +{"type":"Feature","id":"n6139435170","geometry":{"type":"Point","coordinates":[0.3026353,51.6202062]},"properties":{"@type":"node","@id":6139435170,"@timestamp":1544903916},"coords":"51.6202062,0.3026353","bedrooms":"2","price":"195000","area":"351"} , +{"type":"Feature","id":"n6139435180","geometry":{"type":"Point","coordinates":[0.3022103,51.6203977]},"properties":{"@type":"node","@id":6139435180,"@timestamp":1544903917},"coords":"51.6203977,0.3022103","bedrooms":"1","price":"203000","area":"536"} , +{"type":"Feature","id":"n6139435390","geometry":{"type":"Point","coordinates":[0.3003838,51.619985]},"properties":{"@type":"node","@id":6139435390,"@timestamp":1544903917},"coords":"51.619985,0.3003838","bedrooms":"3","price":"173000","area":"667"} , +{"type":"Feature","id":"n6139450409","geometry":{"type":"Point","coordinates":[0.2982344,51.6194798]},"properties":{"@type":"node","@id":6139450409,"@timestamp":1544904664},"coords":"51.6194798,0.2982344","bedrooms":"2","price":"185000","area":"403"} , +{"type":"Feature","id":"n6140274840","geometry":{"type":"Point","coordinates":[-0.0196015,51.5448753]},"properties":{"@type":"node","@id":6140274840,"@timestamp":1544963111},"coords":"51.5448753,-0.0196015","bedrooms":"4","price":"189000","area":"543"} , +{"type":"Feature","id":"n6140274850","geometry":{"type":"Point","coordinates":[-0.0207402,51.5449064]},"properties":{"@type":"node","@id":6140274850,"@timestamp":1544963112},"coords":"51.5449064,-0.0207402","bedrooms":"4","price":"255000","area":"363"} , +{"type":"Feature","id":"n6140478985","geometry":{"type":"Point","coordinates":[-0.1264709,51.5180051]},"properties":{"@type":"node","@id":6140478985,"@timestamp":1598649720},"coords":"51.5180051,-0.1264709","bedrooms":"3","price":"231000","area":"476"} , +{"type":"Feature","id":"n6140713399","geometry":{"type":"Point","coordinates":[-0.0002857,51.5482395]},"properties":{"@type":"node","@id":6140713399,"@timestamp":1544976456},"coords":"51.5482395,-0.0002857","bedrooms":"3","price":"176000","area":"613"} , +{"type":"Feature","id":"n6140713464","geometry":{"type":"Point","coordinates":[-0.0015319,51.548395]},"properties":{"@type":"node","@id":6140713464,"@timestamp":1544976457},"coords":"51.548395,-0.0015319","bedrooms":"2","price":"199000","area":"487"} , +{"type":"Feature","id":"n6140797486","geometry":{"type":"Point","coordinates":[-5.19e-05,51.5477108]},"properties":{"@type":"node","@id":6140797486,"@timestamp":1544980688},"coords":"51.5477108,-5.19e-05","bedrooms":"3","price":"216000","area":"568"} , +{"type":"Feature","id":"n6140797505","geometry":{"type":"Point","coordinates":[-0.000842,51.5475854]},"properties":{"@type":"node","@id":6140797505,"@timestamp":1546079400},"coords":"51.5475854,-0.000842","bedrooms":"1","price":"254000","area":"461"} , +{"type":"Feature","id":"n6140871668","geometry":{"type":"Point","coordinates":[-0.1831318,51.4946025]},"properties":{"@type":"node","@id":6140871668,"@timestamp":1598328514},"coords":"51.4946025,-0.1831318","bedrooms":"4","price":"156000","area":"425"} , +{"type":"Feature","id":"n6140901399","geometry":{"type":"Point","coordinates":[-0.0001286,51.5468328]},"properties":{"@type":"node","@id":6140901399,"@timestamp":1619089979},"coords":"51.5468328,-0.0001286","bedrooms":"1","price":"266000","area":"631"} , +{"type":"Feature","id":"n6140901437","geometry":{"type":"Point","coordinates":[-0.0001033,51.5472625]},"properties":{"@type":"node","@id":6140901437,"@timestamp":1544984760},"coords":"51.5472625,-0.0001033","bedrooms":"3","price":"215000","area":"402"} , +{"type":"Feature","id":"n6140901474","geometry":{"type":"Point","coordinates":[-0.0005733,51.5467078]},"properties":{"@type":"node","@id":6140901474,"@timestamp":1544984761},"coords":"51.5467078,-0.0005733","bedrooms":"1","price":"206000","area":"616"} , +{"type":"Feature","id":"n6141172662","geometry":{"type":"Point","coordinates":[-0.3286746,51.4860112]},"properties":{"@type":"node","@id":6141172662,"@timestamp":1544994851},"coords":"51.4860112,-0.3286746","bedrooms":"3","price":"250000","area":"618"} , +{"type":"Feature","id":"n6141245691","geometry":{"type":"Point","coordinates":[-0.0196093,51.4673088]},"properties":{"@type":"node","@id":6141245691,"@timestamp":1544998427},"coords":"51.4673088,-0.0196093","bedrooms":"3","price":"265000","area":"442"} , +{"type":"Feature","id":"n6142251869","geometry":{"type":"Point","coordinates":[-0.1159465,51.5103977]},"properties":{"@type":"node","@id":6142251869,"@timestamp":1621641464},"coords":"51.5103977,-0.1159465","bedrooms":"2","price":"167000","area":"499"} , +{"type":"Feature","id":"n6142263620","geometry":{"type":"Point","coordinates":[-0.0113462,51.5398069]},"properties":{"@type":"node","@id":6142263620,"@timestamp":1595926393},"coords":"51.5398069,-0.0113462","bedrooms":"4","price":"257000","area":"589"} , +{"type":"Feature","id":"n6142263631","geometry":{"type":"Point","coordinates":[-0.0105365,51.5388698]},"properties":{"@type":"node","@id":6142263631,"@timestamp":1594909466},"coords":"51.5388698,-0.0105365","bedrooms":"2","price":"294000","area":"458"} , +{"type":"Feature","id":"n6142484074","geometry":{"type":"Point","coordinates":[-0.003826,51.546078]},"properties":{"@type":"node","@id":6142484074,"@timestamp":1636052861},"coords":"51.546078,-0.003826","bedrooms":"3","price":"190000","area":"584"} , +{"type":"Feature","id":"n6142907741","geometry":{"type":"Point","coordinates":[-0.0124365,51.5441778]},"properties":{"@type":"node","@id":6142907741,"@timestamp":1592257473},"coords":"51.5441778,-0.0124365","bedrooms":"4","price":"178000","area":"573"} , +{"type":"Feature","id":"n6142914530","geometry":{"type":"Point","coordinates":[-0.012969,51.5441494]},"properties":{"@type":"node","@id":6142914530,"@timestamp":1564903671},"coords":"51.5441494,-0.012969","bedrooms":"0","price":"248000","area":"395"} , +{"type":"Feature","id":"n6143298544","geometry":{"type":"Point","coordinates":[-0.4881255,51.3714374]},"properties":{"@type":"node","@id":6143298544,"@timestamp":1632144396},"coords":"51.3714374,-0.4881255","bedrooms":"3","price":"220000","area":"588"} , +{"type":"Feature","id":"n6143744014","geometry":{"type":"Point","coordinates":[-0.0208572,51.5048019]},"properties":{"@type":"node","@id":6143744014,"@timestamp":1568553853},"coords":"51.5048019,-0.0208572","bedrooms":"2","price":"192000","area":"642"} , +{"type":"Feature","id":"n6143889604","geometry":{"type":"Point","coordinates":[0.0331521,51.5094778]},"properties":{"@type":"node","@id":6143889604,"@timestamp":1630677312},"coords":"51.5094778,0.0331521","bedrooms":"2","price":"232000","area":"544"} , +{"type":"Feature","id":"n6143889614","geometry":{"type":"Point","coordinates":[0.0223323,51.5028811]},"properties":{"@type":"node","@id":6143889614,"@timestamp":1565291698},"coords":"51.5028811,0.0223323","bedrooms":"2","price":"261000","area":"517"} , +{"type":"Feature","id":"n6144336882","geometry":{"type":"Point","coordinates":[-0.0210773,51.5851428]},"properties":{"@type":"node","@id":6144336882,"@timestamp":1545115099},"coords":"51.5851428,-0.0210773","bedrooms":"3","price":"273000","area":"636"} , +{"type":"Feature","id":"n6145319410","geometry":{"type":"Point","coordinates":[-0.1463541,51.4311974]},"properties":{"@type":"node","@id":6145319410,"@timestamp":1607342933},"coords":"51.4311974,-0.1463541","bedrooms":"4","price":"251000","area":"445"} , +{"type":"Feature","id":"n6145929396","geometry":{"type":"Point","coordinates":[-0.8234067,51.1442475]},"properties":{"@type":"node","@id":6145929396,"@timestamp":1545158020},"coords":"51.1442475,-0.8234067","bedrooms":"1","price":"193000","area":"367"} , +{"type":"Feature","id":"n6146436386","geometry":{"type":"Point","coordinates":[-0.2992271,51.4499772]},"properties":{"@type":"node","@id":6146436386,"@timestamp":1629842094},"coords":"51.4499772,-0.2992271","bedrooms":"2","price":"289000","area":"383"} , +{"type":"Feature","id":"n6146488204","geometry":{"type":"Point","coordinates":[-0.2991319,51.4501869]},"properties":{"@type":"node","@id":6146488204,"@timestamp":1629842094},"coords":"51.4501869,-0.2991319","bedrooms":"1","price":"191000","area":"427"} , +{"type":"Feature","id":"n6146511957","geometry":{"type":"Point","coordinates":[-0.2974963,51.4491709]},"properties":{"@type":"node","@id":6146511957,"@timestamp":1629842094},"coords":"51.4491709,-0.2974963","bedrooms":"3","price":"186000","area":"473"} , +{"type":"Feature","id":"n6147294215","geometry":{"type":"Point","coordinates":[-0.0125514,51.5506158]},"properties":{"@type":"node","@id":6147294215,"@timestamp":1572689543},"coords":"51.5506158,-0.0125514","bedrooms":"0","price":"230000","area":"419"} , +{"type":"Feature","id":"n6147294296","geometry":{"type":"Point","coordinates":[-0.0142667,51.5498286]},"properties":{"@type":"node","@id":6147294296,"@timestamp":1545218488},"coords":"51.5498286,-0.0142667","bedrooms":"0","price":"274000","area":"674"} , +{"type":"Feature","id":"n6147294306","geometry":{"type":"Point","coordinates":[-0.0149694,51.5496509]},"properties":{"@type":"node","@id":6147294306,"@timestamp":1545218488},"coords":"51.5496509,-0.0149694","bedrooms":"0","price":"232000","area":"549"} , +{"type":"Feature","id":"n6147627694","geometry":{"type":"Point","coordinates":[-0.0079122,51.5469013]},"properties":{"@type":"node","@id":6147627694,"@timestamp":1610720768},"coords":"51.5469013,-0.0079122","bedrooms":"4","price":"163000","area":"426"} , +{"type":"Feature","id":"n6147627764","geometry":{"type":"Point","coordinates":[-0.0099615,51.5455742]},"properties":{"@type":"node","@id":6147627764,"@timestamp":1621358991},"coords":"51.5455742,-0.0099615","bedrooms":"0","price":"265000","area":"673"} , +{"type":"Feature","id":"n6149127311","geometry":{"type":"Point","coordinates":[-0.0103182,51.545482]},"properties":{"@type":"node","@id":6149127311,"@timestamp":1634464780},"coords":"51.545482,-0.0103182","bedrooms":"2","price":"186000","area":"518"} , +{"type":"Feature","id":"n6149588529","geometry":{"type":"Point","coordinates":[-0.0119858,51.5483356]},"properties":{"@type":"node","@id":6149588529,"@timestamp":1626274975},"coords":"51.5483356,-0.0119858","bedrooms":"0","price":"211000","area":"403"} , +{"type":"Feature","id":"n6149944924","geometry":{"type":"Point","coordinates":[-0.0841902,51.5152741]},"properties":{"@type":"node","@id":6149944924,"@timestamp":1601315548},"coords":"51.5152741,-0.0841902","bedrooms":"4","price":"264000","area":"559"} , +{"type":"Feature","id":"n6150242302","geometry":{"type":"Point","coordinates":[0.0570705,51.4865567]},"properties":{"@type":"node","@id":6150242302,"@timestamp":1632824674},"coords":"51.4865567,0.0570705","bedrooms":"4","price":"249000","area":"422"} , +{"type":"Feature","id":"n6150645077","geometry":{"type":"Point","coordinates":[-0.112027,51.8550702]},"properties":{"@type":"node","@id":6150645077,"@timestamp":1546355097},"coords":"51.8550702,-0.112027","bedrooms":"1","price":"191000","area":"543"} , +{"type":"Feature","id":"n6151382277","geometry":{"type":"Point","coordinates":[-0.9715741,51.4578285]},"properties":{"@type":"node","@id":6151382277,"@timestamp":1545390140},"coords":"51.4578285,-0.9715741","bedrooms":"3","price":"271000","area":"688"} , +{"type":"Feature","id":"n6151658175","geometry":{"type":"Point","coordinates":[-0.1402889,51.3860177]},"properties":{"@type":"node","@id":6151658175,"@timestamp":1563297184},"coords":"51.3860177,-0.1402889","bedrooms":"2","price":"255000","area":"618"} , +{"type":"Feature","id":"n6151780770","geometry":{"type":"Point","coordinates":[-0.6556593,51.9218997]},"properties":{"@type":"node","@id":6151780770,"@timestamp":1545402127},"coords":"51.9218997,-0.6556593","bedrooms":"0","price":"235000","area":"384"} , +{"type":"Feature","id":"n6151781129","geometry":{"type":"Point","coordinates":[-0.657109,51.9225606]},"properties":{"@type":"node","@id":6151781129,"@timestamp":1545402128},"coords":"51.9225606,-0.657109","bedrooms":"3","price":"256000","area":"461"} , +{"type":"Feature","id":"n6151890166","geometry":{"type":"Point","coordinates":[-0.4134437,51.4036132]},"properties":{"@type":"node","@id":6151890166,"@timestamp":1545406378},"coords":"51.4036132,-0.4134437","bedrooms":"3","price":"254000","area":"378"} , +{"type":"Feature","id":"n6151900378","geometry":{"type":"Point","coordinates":[-0.0569498,51.0447144]},"properties":{"@type":"node","@id":6151900378,"@timestamp":1545405982},"coords":"51.0447144,-0.0569498","bedrooms":"0","price":"296000","area":"475"} , +{"type":"Feature","id":"n6151943810","geometry":{"type":"Point","coordinates":[-0.0604484,51.0512473]},"properties":{"@type":"node","@id":6151943810,"@timestamp":1545407149},"coords":"51.0512473,-0.0604484","bedrooms":"0","price":"288000","area":"529"} , +{"type":"Feature","id":"n6151943869","geometry":{"type":"Point","coordinates":[-0.0447322,51.0486574]},"properties":{"@type":"node","@id":6151943869,"@timestamp":1545407150},"coords":"51.0486574,-0.0447322","bedrooms":"2","price":"196000","area":"600"} , +{"type":"Feature","id":"n6152506215","geometry":{"type":"Point","coordinates":[-0.1052539,51.0050516]},"properties":{"@type":"node","@id":6152506215,"@timestamp":1545426910},"coords":"51.0050516,-0.1052539","bedrooms":"1","price":"177000","area":"470"} , +{"type":"Feature","id":"n6153134708","geometry":{"type":"Point","coordinates":[0.8860946,51.3068159]},"properties":{"@type":"node","@id":6153134708,"@timestamp":1545473368},"coords":"51.3068159,0.8860946","bedrooms":"2","price":"296000","area":"638"} , +{"type":"Feature","id":"n6153134718","geometry":{"type":"Point","coordinates":[0.8847213,51.3075973]},"properties":{"@type":"node","@id":6153134718,"@timestamp":1545473368},"coords":"51.3075973,0.8847213","bedrooms":"0","price":"155000","area":"512"} , +{"type":"Feature","id":"n6153134728","geometry":{"type":"Point","coordinates":[0.8847615,51.3073005]},"properties":{"@type":"node","@id":6153134728,"@timestamp":1545473368},"coords":"51.3073005,0.8847615","bedrooms":"1","price":"290000","area":"596"} , +{"type":"Feature","id":"n6153134738","geometry":{"type":"Point","coordinates":[0.884445,51.3080148]},"properties":{"@type":"node","@id":6153134738,"@timestamp":1545473368},"coords":"51.3080148,0.884445","bedrooms":"3","price":"268000","area":"421"} , +{"type":"Feature","id":"n6153134748","geometry":{"type":"Point","coordinates":[0.8865408,51.3088619]},"properties":{"@type":"node","@id":6153134748,"@timestamp":1545473369},"coords":"51.3088619,0.8865408","bedrooms":"4","price":"244000","area":"676"} , +{"type":"Feature","id":"n6153134758","geometry":{"type":"Point","coordinates":[0.8842926,51.3092807]},"properties":{"@type":"node","@id":6153134758,"@timestamp":1545473369},"coords":"51.3092807,0.8842926","bedrooms":"3","price":"229000","area":"654"} , +{"type":"Feature","id":"n6153134768","geometry":{"type":"Point","coordinates":[0.8826664,51.3095836]},"properties":{"@type":"node","@id":6153134768,"@timestamp":1545473369},"coords":"51.3095836,0.8826664","bedrooms":"2","price":"160000","area":"581"} , +{"type":"Feature","id":"n6153405622","geometry":{"type":"Point","coordinates":[-0.0388346,51.5173138]},"properties":{"@type":"node","@id":6153405622,"@timestamp":1594048471},"coords":"51.5173138,-0.0388346","bedrooms":"4","price":"174000","area":"385"} , +{"type":"Feature","id":"n6153540133","geometry":{"type":"Point","coordinates":[0.2985118,51.6193972]},"properties":{"@type":"node","@id":6153540133,"@timestamp":1545486217},"coords":"51.6193972,0.2985118","bedrooms":"1","price":"222000","area":"452"} , +{"type":"Feature","id":"n6153540143","geometry":{"type":"Point","coordinates":[0.2992592,51.6195639]},"properties":{"@type":"node","@id":6153540143,"@timestamp":1545486218},"coords":"51.6195639,0.2992592","bedrooms":"4","price":"176000","area":"528"} , +{"type":"Feature","id":"n6153540154","geometry":{"type":"Point","coordinates":[0.3010911,51.6199688]},"properties":{"@type":"node","@id":6153540154,"@timestamp":1545486218},"coords":"51.6199688,0.3010911","bedrooms":"2","price":"159000","area":"403"} , +{"type":"Feature","id":"n6153540164","geometry":{"type":"Point","coordinates":[0.3038981,51.620154]},"properties":{"@type":"node","@id":6153540164,"@timestamp":1545486219},"coords":"51.620154,0.3038981","bedrooms":"3","price":"166000","area":"553"} , +{"type":"Feature","id":"n6153540174","geometry":{"type":"Point","coordinates":[0.3045153,51.6201535]},"properties":{"@type":"node","@id":6153540174,"@timestamp":1545486219},"coords":"51.6201535,0.3045153","bedrooms":"0","price":"287000","area":"455"} , +{"type":"Feature","id":"n6154586793","geometry":{"type":"Point","coordinates":[0.0810614,51.4483208]},"properties":{"@type":"node","@id":6154586793,"@timestamp":1545530925},"coords":"51.4483208,0.0810614","bedrooms":"4","price":"254000","area":"383"} , +{"type":"Feature","id":"n6154905985","geometry":{"type":"Point","coordinates":[-0.0867396,51.5257309]},"properties":{"@type":"node","@id":6154905985,"@timestamp":1630384187},"coords":"51.5257309,-0.0867396","bedrooms":"3","price":"197000","area":"515"} , +{"type":"Feature","id":"n6156691161","geometry":{"type":"Point","coordinates":[-0.827669,51.3423945]},"properties":{"@type":"node","@id":6156691161,"@timestamp":1545581393},"coords":"51.3423945,-0.827669","bedrooms":"2","price":"271000","area":"561"} , +{"type":"Feature","id":"n6157408487","geometry":{"type":"Point","coordinates":[-0.2706627,51.2232594]},"properties":{"@type":"node","@id":6157408487,"@timestamp":1607600503},"coords":"51.2232594,-0.2706627","bedrooms":"1","price":"283000","area":"437"} , +{"type":"Feature","id":"n6157408566","geometry":{"type":"Point","coordinates":[-0.2781498,51.2231622]},"properties":{"@type":"node","@id":6157408566,"@timestamp":1545595943},"coords":"51.2231622,-0.2781498","bedrooms":"1","price":"243000","area":"386"} , +{"type":"Feature","id":"n6158356464","geometry":{"type":"Point","coordinates":[-0.2966781,51.4107951]},"properties":{"@type":"node","@id":6158356464,"@timestamp":1635042184},"coords":"51.4107951,-0.2966781","bedrooms":"0","price":"225000","area":"401"} , +{"type":"Feature","id":"n6159008649","geometry":{"type":"Point","coordinates":[-0.2981232,50.9603965]},"properties":{"@type":"node","@id":6159008649,"@timestamp":1545659028},"coords":"50.9603965,-0.2981232","bedrooms":"0","price":"194000","area":"399"} , +{"type":"Feature","id":"n6159570546","geometry":{"type":"Point","coordinates":[0.8766021,51.1168647]},"properties":{"@type":"node","@id":6159570546,"@timestamp":1545685755},"coords":"51.1168647,0.8766021","bedrooms":"3","price":"174000","area":"425"} , +{"type":"Feature","id":"n6159825640","geometry":{"type":"Point","coordinates":[-0.0226683,51.613415]},"properties":{"@type":"node","@id":6159825640,"@timestamp":1595946688},"coords":"51.613415,-0.0226683","bedrooms":"4","price":"272000","area":"451"} , +{"type":"Feature","id":"n6159983049","geometry":{"type":"Point","coordinates":[-0.4126069,51.4270042]},"properties":{"@type":"node","@id":6159983049,"@timestamp":1545680865},"coords":"51.4270042,-0.4126069","bedrooms":"0","price":"259000","area":"630"} , +{"type":"Feature","id":"n6160209138","geometry":{"type":"Point","coordinates":[-1.0351803,51.0077346]},"properties":{"@type":"node","@id":6160209138,"@timestamp":1545691037},"coords":"51.0077346,-1.0351803","bedrooms":"4","price":"156000","area":"689"} , +{"type":"Feature","id":"n6160535814","geometry":{"type":"Point","coordinates":[-0.060744,51.6249147]},"properties":{"@type":"node","@id":6160535814,"@timestamp":1617665120},"coords":"51.6249147,-0.060744","bedrooms":"2","price":"164000","area":"471"} , +{"type":"Feature","id":"n6161370620","geometry":{"type":"Point","coordinates":[-0.9660032,51.3967993]},"properties":{"@type":"node","@id":6161370620,"@timestamp":1545742648},"coords":"51.3967993,-0.9660032","bedrooms":"1","price":"212000","area":"379"} , +{"type":"Feature","id":"n6161794909","geometry":{"type":"Point","coordinates":[-0.2967974,51.45072]},"properties":{"@type":"node","@id":6161794909,"@timestamp":1545758470},"coords":"51.45072,-0.2967974","bedrooms":"4","price":"275000","area":"612"} , +{"type":"Feature","id":"n6163398486","geometry":{"type":"Point","coordinates":[-0.1197334,51.5304825]},"properties":{"@type":"node","@id":6163398486,"@timestamp":1601045106},"coords":"51.5304825,-0.1197334","bedrooms":"3","price":"254000","area":"605"} , +{"type":"Feature","id":"n6163831064","geometry":{"type":"Point","coordinates":[-0.3811738,51.4179248]},"properties":{"@type":"node","@id":6163831064,"@timestamp":1545832098},"coords":"51.4179248,-0.3811738","bedrooms":"2","price":"224000","area":"378"} , +{"type":"Feature","id":"n6163831074","geometry":{"type":"Point","coordinates":[-0.3808017,51.4177375]},"properties":{"@type":"node","@id":6163831074,"@timestamp":1545832099},"coords":"51.4177375,-0.3808017","bedrooms":"1","price":"243000","area":"413"} , +{"type":"Feature","id":"n6163831084","geometry":{"type":"Point","coordinates":[-0.3796457,51.4168985]},"properties":{"@type":"node","@id":6163831084,"@timestamp":1545832100},"coords":"51.4168985,-0.3796457","bedrooms":"1","price":"213000","area":"603"} , +{"type":"Feature","id":"n6163831194","geometry":{"type":"Point","coordinates":[-0.3798211,51.4171959]},"properties":{"@type":"node","@id":6163831194,"@timestamp":1545832100},"coords":"51.4171959,-0.3798211","bedrooms":"0","price":"215000","area":"392"} , +{"type":"Feature","id":"n6163831204","geometry":{"type":"Point","coordinates":[-0.380289,51.4173506]},"properties":{"@type":"node","@id":6163831204,"@timestamp":1545832101},"coords":"51.4173506,-0.380289","bedrooms":"1","price":"222000","area":"378"} , +{"type":"Feature","id":"n6163831214","geometry":{"type":"Point","coordinates":[-0.3801188,51.4177856]},"properties":{"@type":"node","@id":6163831214,"@timestamp":1545832101},"coords":"51.4177856,-0.3801188","bedrooms":"2","price":"179000","area":"526"} , +{"type":"Feature","id":"n6163831224","geometry":{"type":"Point","coordinates":[-0.3805723,51.4179309]},"properties":{"@type":"node","@id":6163831224,"@timestamp":1545832102},"coords":"51.4179309,-0.3805723","bedrooms":"2","price":"254000","area":"646"} , +{"type":"Feature","id":"n6163831234","geometry":{"type":"Point","coordinates":[-0.3800071,51.4183122]},"properties":{"@type":"node","@id":6163831234,"@timestamp":1545832102},"coords":"51.4183122,-0.3800071","bedrooms":"1","price":"297000","area":"568"} , +{"type":"Feature","id":"n6163831244","geometry":{"type":"Point","coordinates":[-0.3820553,51.4182993]},"properties":{"@type":"node","@id":6163831244,"@timestamp":1545832103},"coords":"51.4182993,-0.3820553","bedrooms":"4","price":"170000","area":"504"} , +{"type":"Feature","id":"n6163831254","geometry":{"type":"Point","coordinates":[-0.3814148,51.4184026]},"properties":{"@type":"node","@id":6163831254,"@timestamp":1545832104},"coords":"51.4184026,-0.3814148","bedrooms":"3","price":"286000","area":"452"} , +{"type":"Feature","id":"n6163831264","geometry":{"type":"Point","coordinates":[-0.3803057,51.4185654]},"properties":{"@type":"node","@id":6163831264,"@timestamp":1545832104},"coords":"51.4185654,-0.3803057","bedrooms":"1","price":"263000","area":"694"} , +{"type":"Feature","id":"n6164071111","geometry":{"type":"Point","coordinates":[0.0990734,50.9518444]},"properties":{"@type":"node","@id":6164071111,"@timestamp":1558439318},"coords":"50.9518444,0.0990734","bedrooms":"0","price":"286000","area":"457"} , +{"type":"Feature","id":"n6164082688","geometry":{"type":"Point","coordinates":[-0.9690849,51.4075703]},"properties":{"@type":"node","@id":6164082688,"@timestamp":1545839347},"coords":"51.4075703,-0.9690849","bedrooms":"4","price":"178000","area":"356"} , +{"type":"Feature","id":"n6165098135","geometry":{"type":"Point","coordinates":[-0.0411647,51.6681476]},"properties":{"@type":"node","@id":6165098135,"@timestamp":1602834606},"coords":"51.6681476,-0.0411647","bedrooms":"4","price":"267000","area":"356"} , +{"type":"Feature","id":"n6165194405","geometry":{"type":"Point","coordinates":[-0.0376145,51.6745561]},"properties":{"@type":"node","@id":6165194405,"@timestamp":1617337354},"coords":"51.6745561,-0.0376145","bedrooms":"3","price":"225000","area":"619"} , +{"type":"Feature","id":"n6165390459","geometry":{"type":"Point","coordinates":[-0.6751793,51.4106987]},"properties":{"@type":"node","@id":6165390459,"@timestamp":1545900013},"coords":"51.4106987,-0.6751793","bedrooms":"4","price":"154000","area":"687"} , +{"type":"Feature","id":"n6166190486","geometry":{"type":"Point","coordinates":[-0.1228195,51.5107668]},"properties":{"@type":"node","@id":6166190486,"@timestamp":1545919638},"coords":"51.5107668,-0.1228195","bedrooms":"0","price":"292000","area":"423"} , +{"type":"Feature","id":"n6166521277","geometry":{"type":"Point","coordinates":[-0.1919228,51.1217784]},"properties":{"@type":"node","@id":6166521277,"@timestamp":1545929904},"coords":"51.1217784,-0.1919228","bedrooms":"0","price":"279000","area":"664"} , +{"type":"Feature","id":"n6166792280","geometry":{"type":"Point","coordinates":[0.6139629,51.4741832]},"properties":{"@type":"node","@id":6166792280,"@timestamp":1545938196},"coords":"51.4741832,0.6139629","bedrooms":"3","price":"299000","area":"582"} , +{"type":"Feature","id":"n6166900554","geometry":{"type":"Point","coordinates":[-0.163195,51.2353529]},"properties":{"@type":"node","@id":6166900554,"@timestamp":1633547590},"coords":"51.2353529,-0.163195","bedrooms":"3","price":"184000","area":"620"} , +{"type":"Feature","id":"n6166900634","geometry":{"type":"Point","coordinates":[-0.1636322,51.2349859]},"properties":{"@type":"node","@id":6166900634,"@timestamp":1633025857},"coords":"51.2349859,-0.1636322","bedrooms":"0","price":"246000","area":"682"} , +{"type":"Feature","id":"n6166910085","geometry":{"type":"Point","coordinates":[-0.2211358,51.5077029]},"properties":{"@type":"node","@id":6166910085,"@timestamp":1571349925},"coords":"51.5077029,-0.2211358","bedrooms":"4","price":"195000","area":"680"} , +{"type":"Feature","id":"n6167199215","geometry":{"type":"Point","coordinates":[-0.5866866,51.8798592]},"properties":{"@type":"node","@id":6167199215,"@timestamp":1585149074},"coords":"51.8798592,-0.5866866","bedrooms":"0","price":"253000","area":"493"} , +{"type":"Feature","id":"n6167376582","geometry":{"type":"Point","coordinates":[0.1811547,51.5230258]},"properties":{"@type":"node","@id":6167376582,"@timestamp":1545968218},"coords":"51.5230258,0.1811547","bedrooms":"1","price":"156000","area":"449"} , +{"type":"Feature","id":"n6167446388","geometry":{"type":"Point","coordinates":[0.1717421,51.5219715]},"properties":{"@type":"node","@id":6167446388,"@timestamp":1545972041},"coords":"51.5219715,0.1717421","bedrooms":"2","price":"182000","area":"537"} , +{"type":"Feature","id":"n6167832389","geometry":{"type":"Point","coordinates":[-0.0886964,51.5064132]},"properties":{"@type":"node","@id":6167832389,"@timestamp":1545991221},"coords":"51.5064132,-0.0886964","bedrooms":"3","price":"258000","area":"510"} , +{"type":"Feature","id":"n6168004962","geometry":{"type":"Point","coordinates":[0.0036901,51.5482512]},"properties":{"@type":"node","@id":6168004962,"@timestamp":1545999500},"coords":"51.5482512,0.0036901","bedrooms":"4","price":"184000","area":"608"} , +{"type":"Feature","id":"n6168675308","geometry":{"type":"Point","coordinates":[0.1643549,51.1233247]},"properties":{"@type":"node","@id":6168675308,"@timestamp":1546011633},"coords":"51.1233247,0.1643549","bedrooms":"4","price":"262000","area":"429"} , +{"type":"Feature","id":"n6168920643","geometry":{"type":"Point","coordinates":[0.0039522,51.5470073]},"properties":{"@type":"node","@id":6168920643,"@timestamp":1546018880},"coords":"51.5470073,0.0039522","bedrooms":"0","price":"161000","area":"660"} , +{"type":"Feature","id":"n6168920666","geometry":{"type":"Point","coordinates":[0.0039286,51.5468797]},"properties":{"@type":"node","@id":6168920666,"@timestamp":1619176375},"coords":"51.5468797,0.0039286","bedrooms":"0","price":"262000","area":"675"} , +{"type":"Feature","id":"n6168935696","geometry":{"type":"Point","coordinates":[0.1905686,51.522382]},"properties":{"@type":"node","@id":6168935696,"@timestamp":1546019322},"coords":"51.522382,0.1905686","bedrooms":"2","price":"222000","area":"440"} , +{"type":"Feature","id":"n6169006040","geometry":{"type":"Point","coordinates":[0.1699786,51.5251816]},"properties":{"@type":"node","@id":6169006040,"@timestamp":1625771770},"coords":"51.5251816,0.1699786","bedrooms":"1","price":"294000","area":"532"} , +{"type":"Feature","id":"n6169090557","geometry":{"type":"Point","coordinates":[0.1791696,51.523359]},"properties":{"@type":"node","@id":6169090557,"@timestamp":1604495997},"coords":"51.523359,0.1791696","bedrooms":"0","price":"240000","area":"637"} , +{"type":"Feature","id":"n6169237749","geometry":{"type":"Point","coordinates":[-0.1311151,51.2296413]},"properties":{"@type":"node","@id":6169237749,"@timestamp":1546029197},"coords":"51.2296413,-0.1311151","bedrooms":"2","price":"184000","area":"602"} , +{"type":"Feature","id":"n6169237796","geometry":{"type":"Point","coordinates":[-0.140648,51.2263223]},"properties":{"@type":"node","@id":6169237796,"@timestamp":1546029199},"coords":"51.2263223,-0.140648","bedrooms":"1","price":"169000","area":"570"} , +{"type":"Feature","id":"n6169401169","geometry":{"type":"Point","coordinates":[0.002545,51.5488119]},"properties":{"@type":"node","@id":6169401169,"@timestamp":1546035408},"coords":"51.5488119,0.002545","bedrooms":"4","price":"163000","area":"491"} , +{"type":"Feature","id":"n6169401179","geometry":{"type":"Point","coordinates":[0.0026386,51.5488177]},"properties":{"@type":"node","@id":6169401179,"@timestamp":1546035408},"coords":"51.5488177,0.0026386","bedrooms":"0","price":"268000","area":"429"} , +{"type":"Feature","id":"n6169402325","geometry":{"type":"Point","coordinates":[0.0019721,51.5464205]},"properties":{"@type":"node","@id":6169402325,"@timestamp":1546035409},"coords":"51.5464205,0.0019721","bedrooms":"3","price":"215000","area":"355"} , +{"type":"Feature","id":"n6169692443","geometry":{"type":"Point","coordinates":[0.1902839,51.5208792]},"properties":{"@type":"node","@id":6169692443,"@timestamp":1590067041},"coords":"51.5208792,0.1902839","bedrooms":"4","price":"189000","area":"452"} , +{"type":"Feature","id":"n6169886998","geometry":{"type":"Point","coordinates":[-0.0461863,51.6450644]},"properties":{"@type":"node","@id":6169886998,"@timestamp":1549428024},"coords":"51.6450644,-0.0461863","bedrooms":"1","price":"222000","area":"502"} , +{"type":"Feature","id":"n6170250302","geometry":{"type":"Point","coordinates":[0.0031489,51.5487671]},"properties":{"@type":"node","@id":6170250302,"@timestamp":1619004220},"coords":"51.5487671,0.0031489","bedrooms":"1","price":"176000","area":"369"} , +{"type":"Feature","id":"n6170250322","geometry":{"type":"Point","coordinates":[-8.78e-05,51.5482425]},"properties":{"@type":"node","@id":6170250322,"@timestamp":1619089979},"coords":"51.5482425,-8.78e-05","bedrooms":"0","price":"161000","area":"376"} , +{"type":"Feature","id":"n6170250332","geometry":{"type":"Point","coordinates":[-0.0012763,51.5481804]},"properties":{"@type":"node","@id":6170250332,"@timestamp":1619089979},"coords":"51.5481804,-0.0012763","bedrooms":"0","price":"185000","area":"575"} , +{"type":"Feature","id":"n6170250342","geometry":{"type":"Point","coordinates":[-0.0016097,51.5477945]},"properties":{"@type":"node","@id":6170250342,"@timestamp":1546079398},"coords":"51.5477945,-0.0016097","bedrooms":"0","price":"286000","area":"496"} , +{"type":"Feature","id":"n6170250359","geometry":{"type":"Point","coordinates":[0.002084,51.5475]},"properties":{"@type":"node","@id":6170250359,"@timestamp":1546079398},"coords":"51.5475,0.002084","bedrooms":"0","price":"278000","area":"536"} , +{"type":"Feature","id":"n6170250369","geometry":{"type":"Point","coordinates":[0.003166,51.5466367]},"properties":{"@type":"node","@id":6170250369,"@timestamp":1546079398},"coords":"51.5466367,0.003166","bedrooms":"1","price":"177000","area":"576"} , +{"type":"Feature","id":"n6170250379","geometry":{"type":"Point","coordinates":[0.0025058,51.5463924]},"properties":{"@type":"node","@id":6170250379,"@timestamp":1599571011},"coords":"51.5463924,0.0025058","bedrooms":"0","price":"190000","area":"448"} , +{"type":"Feature","id":"n6170442640","geometry":{"type":"Point","coordinates":[-0.4599089,51.1167026]},"properties":{"@type":"node","@id":6170442640,"@timestamp":1546084932},"coords":"51.1167026,-0.4599089","bedrooms":"1","price":"160000","area":"534"} , +{"type":"Feature","id":"n6170449982","geometry":{"type":"Point","coordinates":[0.0027526,51.5470166]},"properties":{"@type":"node","@id":6170449982,"@timestamp":1546085151},"coords":"51.5470166,0.0027526","bedrooms":"4","price":"248000","area":"446"} , +{"type":"Feature","id":"n6170451392","geometry":{"type":"Point","coordinates":[0.0026336,51.5473637]},"properties":{"@type":"node","@id":6170451392,"@timestamp":1546085151},"coords":"51.5473637,0.0026336","bedrooms":"0","price":"253000","area":"423"} , +{"type":"Feature","id":"n6170451404","geometry":{"type":"Point","coordinates":[0.0017117,51.5467455]},"properties":{"@type":"node","@id":6170451404,"@timestamp":1619176375},"coords":"51.5467455,0.0017117","bedrooms":"3","price":"232000","area":"486"} , +{"type":"Feature","id":"n6170451414","geometry":{"type":"Point","coordinates":[0.0019595,51.546713]},"properties":{"@type":"node","@id":6170451414,"@timestamp":1619176375},"coords":"51.546713,0.0019595","bedrooms":"0","price":"217000","area":"354"} , +{"type":"Feature","id":"n6170451424","geometry":{"type":"Point","coordinates":[0.0012097,51.5470191]},"properties":{"@type":"node","@id":6170451424,"@timestamp":1546085152},"coords":"51.5470191,0.0012097","bedrooms":"1","price":"178000","area":"454"} , +{"type":"Feature","id":"n6170521884","geometry":{"type":"Point","coordinates":[-0.0025047,51.5489603]},"properties":{"@type":"node","@id":6170521884,"@timestamp":1619089979},"coords":"51.5489603,-0.0025047","bedrooms":"3","price":"290000","area":"659"} , +{"type":"Feature","id":"n6170570444","geometry":{"type":"Point","coordinates":[-0.0025606,51.5486258]},"properties":{"@type":"node","@id":6170570444,"@timestamp":1619089979},"coords":"51.5486258,-0.0025606","bedrooms":"0","price":"229000","area":"606"} , +{"type":"Feature","id":"n6170717872","geometry":{"type":"Point","coordinates":[0.161587,51.4464181]},"properties":{"@type":"node","@id":6170717872,"@timestamp":1550244008},"coords":"51.4464181,0.161587","bedrooms":"3","price":"276000","area":"637"} , +{"type":"Feature","id":"n6170881298","geometry":{"type":"Point","coordinates":[-0.0024277,51.5485488]},"properties":{"@type":"node","@id":6170881298,"@timestamp":1546097178},"coords":"51.5485488,-0.0024277","bedrooms":"0","price":"243000","area":"649"} , +{"type":"Feature","id":"n6170991187","geometry":{"type":"Point","coordinates":[-0.4100071,51.1406249]},"properties":{"@type":"node","@id":6170991187,"@timestamp":1546098152},"coords":"51.1406249,-0.4100071","bedrooms":"4","price":"206000","area":"630"} , +{"type":"Feature","id":"n6170994037","geometry":{"type":"Point","coordinates":[-0.0052408,51.545454]},"properties":{"@type":"node","@id":6170994037,"@timestamp":1546098374},"coords":"51.545454,-0.0052408","bedrooms":"1","price":"286000","area":"449"} , +{"type":"Feature","id":"n6170994061","geometry":{"type":"Point","coordinates":[-0.0072427,51.5454332]},"properties":{"@type":"node","@id":6170994061,"@timestamp":1546098375},"coords":"51.5454332,-0.0072427","bedrooms":"0","price":"259000","area":"692"} , +{"type":"Feature","id":"n6171191390","geometry":{"type":"Point","coordinates":[-1.1111046,51.6467133]},"properties":{"@type":"node","@id":6171191390,"@timestamp":1546104416},"coords":"51.6467133,-1.1111046","bedrooms":"2","price":"155000","area":"629"} , +{"type":"Feature","id":"n6171913881","geometry":{"type":"Point","coordinates":[-0.0547914,51.6317625]},"properties":{"@type":"node","@id":6171913881,"@timestamp":1546127372},"coords":"51.6317625,-0.0547914","bedrooms":"1","price":"177000","area":"459"} , +{"type":"Feature","id":"n6172166085","geometry":{"type":"Point","coordinates":[-0.1405484,51.5193021]},"properties":{"@type":"node","@id":6172166085,"@timestamp":1546142913},"coords":"51.5193021,-0.1405484","bedrooms":"4","price":"182000","area":"632"} , +{"type":"Feature","id":"n6172412944","geometry":{"type":"Point","coordinates":[-0.1390251,51.5206323]},"properties":{"@type":"node","@id":6172412944,"@timestamp":1546153626},"coords":"51.5206323,-0.1390251","bedrooms":"2","price":"209000","area":"376"} , +{"type":"Feature","id":"n6172547525","geometry":{"type":"Point","coordinates":[-0.1391347,51.520719]},"properties":{"@type":"node","@id":6172547525,"@timestamp":1546164052},"coords":"51.520719,-0.1391347","bedrooms":"2","price":"216000","area":"525"} , +{"type":"Feature","id":"n6172575028","geometry":{"type":"Point","coordinates":[-0.7230471,51.2998869]},"properties":{"@type":"node","@id":6172575028,"@timestamp":1546165563},"coords":"51.2998869,-0.7230471","bedrooms":"4","price":"182000","area":"429"} , +{"type":"Feature","id":"n6172804524","geometry":{"type":"Point","coordinates":[0.5051417,51.3334407]},"properties":{"@type":"node","@id":6172804524,"@timestamp":1546175076},"coords":"51.3334407,0.5051417","bedrooms":"3","price":"296000","area":"563"} , +{"type":"Feature","id":"n6173003319","geometry":{"type":"Point","coordinates":[-0.6168218,51.519394]},"properties":{"@type":"node","@id":6173003319,"@timestamp":1573067262},"coords":"51.519394,-0.6168218","bedrooms":"0","price":"169000","area":"459"} , +{"type":"Feature","id":"n6173108491","geometry":{"type":"Point","coordinates":[-0.014393,51.5475709]},"properties":{"@type":"node","@id":6173108491,"@timestamp":1546185683},"coords":"51.5475709,-0.014393","bedrooms":"3","price":"265000","area":"698"} , +{"type":"Feature","id":"n6173108574","geometry":{"type":"Point","coordinates":[-0.0154804,51.5479497]},"properties":{"@type":"node","@id":6173108574,"@timestamp":1546185684},"coords":"51.5479497,-0.0154804","bedrooms":"2","price":"203000","area":"460"} , +{"type":"Feature","id":"n6173108700","geometry":{"type":"Point","coordinates":[-0.0149361,51.5477078]},"properties":{"@type":"node","@id":6173108700,"@timestamp":1546185684},"coords":"51.5477078,-0.0149361","bedrooms":"2","price":"162000","area":"671"} , +{"type":"Feature","id":"n6173204180","geometry":{"type":"Point","coordinates":[-0.0166136,51.548219]},"properties":{"@type":"node","@id":6173204180,"@timestamp":1546188689},"coords":"51.548219,-0.0166136","bedrooms":"1","price":"285000","area":"536"} , +{"type":"Feature","id":"n6173207942","geometry":{"type":"Point","coordinates":[-0.0153241,51.5468327]},"properties":{"@type":"node","@id":6173207942,"@timestamp":1546188690},"coords":"51.5468327,-0.0153241","bedrooms":"2","price":"286000","area":"574"} , +{"type":"Feature","id":"n6173322097","geometry":{"type":"Point","coordinates":[-0.0956033,51.6318104]},"properties":{"@type":"node","@id":6173322097,"@timestamp":1604469890},"coords":"51.6318104,-0.0956033","bedrooms":"2","price":"216000","area":"643"} , +{"type":"Feature","id":"n6173635332","geometry":{"type":"Point","coordinates":[-0.2634002,51.3337843]},"properties":{"@type":"node","@id":6173635332,"@timestamp":1546204690},"coords":"51.3337843,-0.2634002","bedrooms":"2","price":"200000","area":"449"} , +{"type":"Feature","id":"n6173635358","geometry":{"type":"Point","coordinates":[-0.2629925,51.3341019]},"properties":{"@type":"node","@id":6173635358,"@timestamp":1546204690},"coords":"51.3341019,-0.2629925","bedrooms":"3","price":"245000","area":"409"} , +{"type":"Feature","id":"n6173635383","geometry":{"type":"Point","coordinates":[-0.2613966,51.33453]},"properties":{"@type":"node","@id":6173635383,"@timestamp":1611339666},"coords":"51.33453,-0.2613966","bedrooms":"3","price":"157000","area":"460"} , +{"type":"Feature","id":"n6173636293","geometry":{"type":"Point","coordinates":[-0.262204,51.3343909]},"properties":{"@type":"node","@id":6173636293,"@timestamp":1611339666},"coords":"51.3343909,-0.262204","bedrooms":"1","price":"167000","area":"418"} , +{"type":"Feature","id":"n6173636303","geometry":{"type":"Point","coordinates":[-0.2634297,51.3342317]},"properties":{"@type":"node","@id":6173636303,"@timestamp":1621065966},"coords":"51.3342317,-0.2634297","bedrooms":"4","price":"235000","area":"601"} , +{"type":"Feature","id":"n6173636313","geometry":{"type":"Point","coordinates":[-0.2644624,51.3339251]},"properties":{"@type":"node","@id":6173636313,"@timestamp":1611339666},"coords":"51.3339251,-0.2644624","bedrooms":"1","price":"177000","area":"678"} , +{"type":"Feature","id":"n6173636323","geometry":{"type":"Point","coordinates":[-0.2658297,51.3335819]},"properties":{"@type":"node","@id":6173636323,"@timestamp":1549712130},"coords":"51.3335819,-0.2658297","bedrooms":"1","price":"218000","area":"418"} , +{"type":"Feature","id":"n6173728482","geometry":{"type":"Point","coordinates":[-0.1278464,51.5087214]},"properties":{"@type":"node","@id":6173728482,"@timestamp":1599757379},"coords":"51.5087214,-0.1278464","bedrooms":"0","price":"182000","area":"387"} , +{"type":"Feature","id":"n6173732728","geometry":{"type":"Point","coordinates":[-0.1295686,51.5084711]},"properties":{"@type":"node","@id":6173732728,"@timestamp":1546208017},"coords":"51.5084711,-0.1295686","bedrooms":"1","price":"255000","area":"653"} , +{"type":"Feature","id":"n6173783039","geometry":{"type":"Point","coordinates":[-0.1254164,51.5112002]},"properties":{"@type":"node","@id":6173783039,"@timestamp":1628714240},"coords":"51.5112002,-0.1254164","bedrooms":"2","price":"232000","area":"445"} , +{"type":"Feature","id":"n6174593769","geometry":{"type":"Point","coordinates":[-0.0539402,51.6490459]},"properties":{"@type":"node","@id":6174593769,"@timestamp":1546253251},"coords":"51.6490459,-0.0539402","bedrooms":"4","price":"262000","area":"684"} , +{"type":"Feature","id":"n6174627586","geometry":{"type":"Point","coordinates":[-0.0491669,51.6485871]},"properties":{"@type":"node","@id":6174627586,"@timestamp":1546254392},"coords":"51.6485871,-0.0491669","bedrooms":"1","price":"278000","area":"649"} , +{"type":"Feature","id":"n6174797561","geometry":{"type":"Point","coordinates":[-0.2027488,51.0625344]},"properties":{"@type":"node","@id":6174797561,"@timestamp":1611570320},"coords":"51.0625344,-0.2027488","bedrooms":"1","price":"244000","area":"605"} , +{"type":"Feature","id":"n6175373493","geometry":{"type":"Point","coordinates":[-0.1409311,51.5190264]},"properties":{"@type":"node","@id":6175373493,"@timestamp":1561466955},"coords":"51.5190264,-0.1409311","bedrooms":"3","price":"251000","area":"493"} , +{"type":"Feature","id":"n6175738358","geometry":{"type":"Point","coordinates":[-0.1742631,51.6281127]},"properties":{"@type":"node","@id":6175738358,"@timestamp":1546302098},"coords":"51.6281127,-0.1742631","bedrooms":"3","price":"270000","area":"430"} , +{"type":"Feature","id":"n6175739150","geometry":{"type":"Point","coordinates":[-0.7488516,51.6833985]},"properties":{"@type":"node","@id":6175739150,"@timestamp":1546302289},"coords":"51.6833985,-0.7488516","bedrooms":"0","price":"202000","area":"606"} , +{"type":"Feature","id":"n6176806552","geometry":{"type":"Point","coordinates":[-0.153602,51.517]},"properties":{"@type":"node","@id":6176806552,"@timestamp":1603502905},"coords":"51.517,-0.153602","bedrooms":"3","price":"206000","area":"477"} , +{"type":"Feature","id":"n6176825241","geometry":{"type":"Point","coordinates":[0.010702,51.5443534]},"properties":{"@type":"node","@id":6176825241,"@timestamp":1546360975},"coords":"51.5443534,0.010702","bedrooms":"3","price":"244000","area":"513"} , +{"type":"Feature","id":"n6176825262","geometry":{"type":"Point","coordinates":[0.0114412,51.544197]},"properties":{"@type":"node","@id":6176825262,"@timestamp":1628168436},"coords":"51.544197,0.0114412","bedrooms":"3","price":"236000","area":"390"} , +{"type":"Feature","id":"n6176825272","geometry":{"type":"Point","coordinates":[0.011774,51.5442856]},"properties":{"@type":"node","@id":6176825272,"@timestamp":1628168436},"coords":"51.5442856,0.011774","bedrooms":"0","price":"213000","area":"622"} , +{"type":"Feature","id":"n6176830553","geometry":{"type":"Point","coordinates":[0.009793,51.5430276]},"properties":{"@type":"node","@id":6176830553,"@timestamp":1628153835},"coords":"51.5430276,0.009793","bedrooms":"3","price":"190000","area":"404"} , +{"type":"Feature","id":"n6177318468","geometry":{"type":"Point","coordinates":[-0.3042854,51.4174615]},"properties":{"@type":"node","@id":6177318468,"@timestamp":1602438732},"coords":"51.4174615,-0.3042854","bedrooms":"3","price":"282000","area":"481"} , +{"type":"Feature","id":"n6178049031","geometry":{"type":"Point","coordinates":[-0.1923027,51.0311147]},"properties":{"@type":"node","@id":6178049031,"@timestamp":1623768806},"coords":"51.0311147,-0.1923027","bedrooms":"3","price":"169000","area":"468"} , +{"type":"Feature","id":"n6178088235","geometry":{"type":"Point","coordinates":[-0.200015,51.0832343]},"properties":{"@type":"node","@id":6178088235,"@timestamp":1593617677},"coords":"51.0832343,-0.200015","bedrooms":"4","price":"286000","area":"527"} , +{"type":"Feature","id":"n6178361377","geometry":{"type":"Point","coordinates":[0.0139327,51.5389518]},"properties":{"@type":"node","@id":6178361377,"@timestamp":1616270215},"coords":"51.5389518,0.0139327","bedrooms":"4","price":"200000","area":"442"} , +{"type":"Feature","id":"n6178362099","geometry":{"type":"Point","coordinates":[0.0132382,51.5386951]},"properties":{"@type":"node","@id":6178362099,"@timestamp":1625671178},"coords":"51.5386951,0.0132382","bedrooms":"0","price":"259000","area":"485"} , +{"type":"Feature","id":"n6178422884","geometry":{"type":"Point","coordinates":[0.0131321,51.5390769]},"properties":{"@type":"node","@id":6178422884,"@timestamp":1546433192},"coords":"51.5390769,0.0131321","bedrooms":"2","price":"199000","area":"510"} , +{"type":"Feature","id":"n6178423614","geometry":{"type":"Point","coordinates":[0.0136001,51.5391156]},"properties":{"@type":"node","@id":6178423614,"@timestamp":1546433193},"coords":"51.5391156,0.0136001","bedrooms":"2","price":"271000","area":"451"} , +{"type":"Feature","id":"n6178423632","geometry":{"type":"Point","coordinates":[0.0135154,51.5389504]},"properties":{"@type":"node","@id":6178423632,"@timestamp":1625671178},"coords":"51.5389504,0.0135154","bedrooms":"0","price":"177000","area":"402"} , +{"type":"Feature","id":"n6178454966","geometry":{"type":"Point","coordinates":[0.013972,51.5392502]},"properties":{"@type":"node","@id":6178454966,"@timestamp":1625671178},"coords":"51.5392502,0.013972","bedrooms":"4","price":"289000","area":"531"} , +{"type":"Feature","id":"n6178476170","geometry":{"type":"Point","coordinates":[-0.1962685,51.031785]},"properties":{"@type":"node","@id":6178476170,"@timestamp":1623768806},"coords":"51.031785,-0.1962685","bedrooms":"2","price":"261000","area":"507"} , +{"type":"Feature","id":"n6178520894","geometry":{"type":"Point","coordinates":[-0.454229,51.1205838]},"properties":{"@type":"node","@id":6178520894,"@timestamp":1546436904},"coords":"51.1205838,-0.454229","bedrooms":"1","price":"210000","area":"419"} , +{"type":"Feature","id":"n6178672088","geometry":{"type":"Point","coordinates":[0.0139756,51.5403758]},"properties":{"@type":"node","@id":6178672088,"@timestamp":1546442490},"coords":"51.5403758,0.0139756","bedrooms":"0","price":"297000","area":"451"} , +{"type":"Feature","id":"n6178672103","geometry":{"type":"Point","coordinates":[0.013916,51.5404981]},"properties":{"@type":"node","@id":6178672103,"@timestamp":1625671178},"coords":"51.5404981,0.013916","bedrooms":"1","price":"175000","area":"625"} , +{"type":"Feature","id":"n6178737770","geometry":{"type":"Point","coordinates":[0.0135902,51.5400245]},"properties":{"@type":"node","@id":6178737770,"@timestamp":1625671178},"coords":"51.5400245,0.0135902","bedrooms":"4","price":"181000","area":"471"} , +{"type":"Feature","id":"n6178809068","geometry":{"type":"Point","coordinates":[0.013649,51.5397453]},"properties":{"@type":"node","@id":6178809068,"@timestamp":1546444860},"coords":"51.5397453,0.013649","bedrooms":"3","price":"216000","area":"518"} , +{"type":"Feature","id":"n6178859372","geometry":{"type":"Point","coordinates":[0.0141112,51.5396333]},"properties":{"@type":"node","@id":6178859372,"@timestamp":1625828064},"coords":"51.5396333,0.0141112","bedrooms":"0","price":"225000","area":"667"} , +{"type":"Feature","id":"n6178991146","geometry":{"type":"Point","coordinates":[-0.2154337,51.2795534]},"properties":{"@type":"node","@id":6178991146,"@timestamp":1616336428},"coords":"51.2795534,-0.2154337","bedrooms":"1","price":"193000","area":"420"} , +{"type":"Feature","id":"n6179189300","geometry":{"type":"Point","coordinates":[0.0129053,51.5429677]},"properties":{"@type":"node","@id":6179189300,"@timestamp":1629297457},"coords":"51.5429677,0.0129053","bedrooms":"0","price":"223000","area":"499"} , +{"type":"Feature","id":"n6179298434","geometry":{"type":"Point","coordinates":[0.0134582,51.5430735]},"properties":{"@type":"node","@id":6179298434,"@timestamp":1629129466},"coords":"51.5430735,0.0134582","bedrooms":"1","price":"216000","area":"598"} , +{"type":"Feature","id":"n6179298455","geometry":{"type":"Point","coordinates":[0.0105116,51.5456115]},"properties":{"@type":"node","@id":6179298455,"@timestamp":1546456638},"coords":"51.5456115,0.0105116","bedrooms":"0","price":"238000","area":"646"} , +{"type":"Feature","id":"n6179303247","geometry":{"type":"Point","coordinates":[-0.1884694,51.275576]},"properties":{"@type":"node","@id":6179303247,"@timestamp":1546457000},"coords":"51.275576,-0.1884694","bedrooms":"2","price":"172000","area":"395"} , +{"type":"Feature","id":"n6179752811","geometry":{"type":"Point","coordinates":[-0.079935,51.4587596]},"properties":{"@type":"node","@id":6179752811,"@timestamp":1546470528},"coords":"51.4587596,-0.079935","bedrooms":"3","price":"185000","area":"352"} , +{"type":"Feature","id":"n6180445504","geometry":{"type":"Point","coordinates":[-0.4418541,51.1042462]},"properties":{"@type":"node","@id":6180445504,"@timestamp":1546507046},"coords":"51.1042462,-0.4418541","bedrooms":"4","price":"211000","area":"389"} , +{"type":"Feature","id":"n6180929595","geometry":{"type":"Point","coordinates":[-0.139246,51.5227112]},"properties":{"@type":"node","@id":6180929595,"@timestamp":1608697106},"coords":"51.5227112,-0.139246","bedrooms":"3","price":"210000","area":"587"} , +{"type":"Feature","id":"n6181907247","geometry":{"type":"Point","coordinates":[0.0139229,51.543366]},"properties":{"@type":"node","@id":6181907247,"@timestamp":1629129466},"coords":"51.543366,0.0139229","bedrooms":"0","price":"243000","area":"570"} , +{"type":"Feature","id":"n6181907283","geometry":{"type":"Point","coordinates":[0.0137665,51.5436438]},"properties":{"@type":"node","@id":6181907283,"@timestamp":1629129466},"coords":"51.5436438,0.0137665","bedrooms":"2","price":"187000","area":"562"} , +{"type":"Feature","id":"n6181908804","geometry":{"type":"Point","coordinates":[0.0139665,51.5436345]},"properties":{"@type":"node","@id":6181908804,"@timestamp":1629129466},"coords":"51.5436345,0.0139665","bedrooms":"2","price":"273000","area":"422"} , +{"type":"Feature","id":"n6181908859","geometry":{"type":"Point","coordinates":[0.0134431,51.5433664]},"properties":{"@type":"node","@id":6181908859,"@timestamp":1629129466},"coords":"51.5433664,0.0134431","bedrooms":"4","price":"226000","area":"407"} , +{"type":"Feature","id":"n6181908881","geometry":{"type":"Point","coordinates":[0.0135968,51.5438567]},"properties":{"@type":"node","@id":6181908881,"@timestamp":1546546583},"coords":"51.5438567,0.0135968","bedrooms":"3","price":"261000","area":"526"} , +{"type":"Feature","id":"n6181909093","geometry":{"type":"Point","coordinates":[0.0141983,51.5440106]},"properties":{"@type":"node","@id":6181909093,"@timestamp":1546546583},"coords":"51.5440106,0.0141983","bedrooms":"1","price":"172000","area":"695"} , +{"type":"Feature","id":"n6181973238","geometry":{"type":"Point","coordinates":[-0.7195237,51.2234521]},"properties":{"@type":"node","@id":6181973238,"@timestamp":1546548443},"coords":"51.2234521,-0.7195237","bedrooms":"3","price":"256000","area":"432"} , +{"type":"Feature","id":"n6182281284","geometry":{"type":"Point","coordinates":[0.0134834,51.5437603]},"properties":{"@type":"node","@id":6182281284,"@timestamp":1546554477},"coords":"51.5437603,0.0134834","bedrooms":"2","price":"234000","area":"384"} , +{"type":"Feature","id":"n6183263850","geometry":{"type":"Point","coordinates":[-0.1432554,51.5209096]},"properties":{"@type":"node","@id":6183263850,"@timestamp":1546592727},"coords":"51.5209096,-0.1432554","bedrooms":"2","price":"263000","area":"465"} , +{"type":"Feature","id":"n6184052346","geometry":{"type":"Point","coordinates":[-0.1682355,51.362906]},"properties":{"@type":"node","@id":6184052346,"@timestamp":1546614678},"coords":"51.362906,-0.1682355","bedrooms":"1","price":"151000","area":"367"} , +{"type":"Feature","id":"n6184890704","geometry":{"type":"Point","coordinates":[-0.1183992,51.5986895]},"properties":{"@type":"node","@id":6184890704,"@timestamp":1546639004},"coords":"51.5986895,-0.1183992","bedrooms":"3","price":"176000","area":"692"} , +{"type":"Feature","id":"n6185174862","geometry":{"type":"Point","coordinates":[-0.0110161,51.5439382]},"properties":{"@type":"node","@id":6185174862,"@timestamp":1546656132},"coords":"51.5439382,-0.0110161","bedrooms":"3","price":"278000","area":"597"} , +{"type":"Feature","id":"n6185686389","geometry":{"type":"Point","coordinates":[-0.1260329,51.6157733]},"properties":{"@type":"node","@id":6185686389,"@timestamp":1564903671},"coords":"51.6157733,-0.1260329","bedrooms":"2","price":"217000","area":"548"} , +{"type":"Feature","id":"n6186366536","geometry":{"type":"Point","coordinates":[-0.7256085,51.284362]},"properties":{"@type":"node","@id":6186366536,"@timestamp":1631134614},"coords":"51.284362,-0.7256085","bedrooms":"3","price":"292000","area":"604"} , +{"type":"Feature","id":"n6186436256","geometry":{"type":"Point","coordinates":[-0.6631266,51.222786]},"properties":{"@type":"node","@id":6186436256,"@timestamp":1546715462},"coords":"51.222786,-0.6631266","bedrooms":"4","price":"292000","area":"516"} , +{"type":"Feature","id":"n6186632440","geometry":{"type":"Point","coordinates":[-0.0733242,51.5632656]},"properties":{"@type":"node","@id":6186632440,"@timestamp":1546720774},"coords":"51.5632656,-0.0733242","bedrooms":"4","price":"199000","area":"517"} , +{"type":"Feature","id":"n6187335280","geometry":{"type":"Point","coordinates":[-0.1436936,51.5198823]},"properties":{"@type":"node","@id":6187335280,"@timestamp":1546755133},"coords":"51.5198823,-0.1436936","bedrooms":"0","price":"193000","area":"395"} , +{"type":"Feature","id":"n6187713591","geometry":{"type":"Point","coordinates":[0.0342957,51.9068071]},"properties":{"@type":"node","@id":6187713591,"@timestamp":1546776774},"coords":"51.9068071,0.0342957","bedrooms":"2","price":"287000","area":"405"} , +{"type":"Feature","id":"n6187759217","geometry":{"type":"Point","coordinates":[0.1936146,51.6085826]},"properties":{"@type":"node","@id":6187759217,"@timestamp":1546779597},"coords":"51.6085826,0.1936146","bedrooms":"2","price":"173000","area":"526"} , +{"type":"Feature","id":"n6187779470","geometry":{"type":"Point","coordinates":[0.0289649,51.5003814]},"properties":{"@type":"node","@id":6187779470,"@timestamp":1598532856},"coords":"51.5003814,0.0289649","bedrooms":"3","price":"224000","area":"555"} , +{"type":"Feature","id":"n6187784910","geometry":{"type":"Point","coordinates":[-1.0489113,51.1585176]},"properties":{"@type":"node","@id":6187784910,"@timestamp":1546781037},"coords":"51.1585176,-1.0489113","bedrooms":"0","price":"201000","area":"380"} , +{"type":"Feature","id":"n6187838107","geometry":{"type":"Point","coordinates":[0.4662874,51.7363578]},"properties":{"@type":"node","@id":6187838107,"@timestamp":1617079403},"coords":"51.7363578,0.4662874","bedrooms":"4","price":"160000","area":"426"} , +{"type":"Feature","id":"n6187899399","geometry":{"type":"Point","coordinates":[0.4719057,51.7323555]},"properties":{"@type":"node","@id":6187899399,"@timestamp":1546785847},"coords":"51.7323555,0.4719057","bedrooms":"2","price":"282000","area":"590"} , +{"type":"Feature","id":"n6188082915","geometry":{"type":"Point","coordinates":[-0.1020187,51.5163815]},"properties":{"@type":"node","@id":6188082915,"@timestamp":1546793796},"coords":"51.5163815,-0.1020187","bedrooms":"3","price":"291000","area":"490"} , +{"type":"Feature","id":"n6188318381","geometry":{"type":"Point","coordinates":[0.0145063,51.5437479]},"properties":{"@type":"node","@id":6188318381,"@timestamp":1629129466},"coords":"51.5437479,0.0145063","bedrooms":"0","price":"157000","area":"598"} , +{"type":"Feature","id":"n6188459922","geometry":{"type":"Point","coordinates":[-0.0513871,51.2178696]},"properties":{"@type":"node","@id":6188459922,"@timestamp":1546804681},"coords":"51.2178696,-0.0513871","bedrooms":"0","price":"285000","area":"354"} , +{"type":"Feature","id":"n6188558213","geometry":{"type":"Point","coordinates":[-0.2556424,51.3394843]},"properties":{"@type":"node","@id":6188558213,"@timestamp":1625304083},"coords":"51.3394843,-0.2556424","bedrooms":"0","price":"224000","area":"640"} , +{"type":"Feature","id":"n6189525222","geometry":{"type":"Point","coordinates":[0.1868425,51.6041883]},"properties":{"@type":"node","@id":6189525222,"@timestamp":1546853740},"coords":"51.6041883,0.1868425","bedrooms":"2","price":"231000","area":"570"} , +{"type":"Feature","id":"n6189850742","geometry":{"type":"Point","coordinates":[-0.9701867,51.4535229]},"properties":{"@type":"node","@id":6189850742,"@timestamp":1546865947},"coords":"51.4535229,-0.9701867","bedrooms":"3","price":"271000","area":"500"} , +{"type":"Feature","id":"n6190127842","geometry":{"type":"Point","coordinates":[-0.9262157,51.4846874]},"properties":{"@type":"node","@id":6190127842,"@timestamp":1546874831},"coords":"51.4846874,-0.9262157","bedrooms":"2","price":"263000","area":"695"} , +{"type":"Feature","id":"n6190136077","geometry":{"type":"Point","coordinates":[-0.1792536,51.3663434]},"properties":{"@type":"node","@id":6190136077,"@timestamp":1546875107},"coords":"51.3663434,-0.1792536","bedrooms":"1","price":"210000","area":"675"} , +{"type":"Feature","id":"n6190348958","geometry":{"type":"Point","coordinates":[-0.2581281,51.3286915]},"properties":{"@type":"node","@id":6190348958,"@timestamp":1546880002},"coords":"51.3286915,-0.2581281","bedrooms":"1","price":"271000","area":"550"} , +{"type":"Feature","id":"n6190774604","geometry":{"type":"Point","coordinates":[-0.5835404,51.2312935]},"properties":{"@type":"node","@id":6190774604,"@timestamp":1546892473},"coords":"51.2312935,-0.5835404","bedrooms":"3","price":"201000","area":"571"} , +{"type":"Feature","id":"n6191803137","geometry":{"type":"Point","coordinates":[-0.0894969,51.2884466]},"properties":{"@type":"node","@id":6191803137,"@timestamp":1546938618},"coords":"51.2884466,-0.0894969","bedrooms":"2","price":"285000","area":"651"} , +{"type":"Feature","id":"n6191845799","geometry":{"type":"Point","coordinates":[-0.9672852,51.6735716]},"properties":{"@type":"node","@id":6191845799,"@timestamp":1546940048},"coords":"51.6735716,-0.9672852","bedrooms":"2","price":"253000","area":"432"} , +{"type":"Feature","id":"n6191916535","geometry":{"type":"Point","coordinates":[-0.1448421,51.5205404]},"properties":{"@type":"node","@id":6191916535,"@timestamp":1559070258},"coords":"51.5205404,-0.1448421","bedrooms":"3","price":"170000","area":"690"} , +{"type":"Feature","id":"n6192438903","geometry":{"type":"Point","coordinates":[0.1143682,51.3628842]},"properties":{"@type":"node","@id":6192438903,"@timestamp":1630587017},"coords":"51.3628842,0.1143682","bedrooms":"0","price":"174000","area":"681"} , +{"type":"Feature","id":"n6192584118","geometry":{"type":"Point","coordinates":[0.110317,51.365246]},"properties":{"@type":"node","@id":6192584118,"@timestamp":1546960912},"coords":"51.365246,0.110317","bedrooms":"3","price":"204000","area":"666"} , +{"type":"Feature","id":"n6192671885","geometry":{"type":"Point","coordinates":[0.1094793,51.371328]},"properties":{"@type":"node","@id":6192671885,"@timestamp":1546963209},"coords":"51.371328,0.1094793","bedrooms":"0","price":"160000","area":"694"} , +{"type":"Feature","id":"n6192816866","geometry":{"type":"Point","coordinates":[0.0185252,51.4147413]},"properties":{"@type":"node","@id":6192816866,"@timestamp":1546965375},"coords":"51.4147413,0.0185252","bedrooms":"4","price":"290000","area":"383"} , +{"type":"Feature","id":"n6193361385","geometry":{"type":"Point","coordinates":[-0.5746127,51.2340488]},"properties":{"@type":"node","@id":6193361385,"@timestamp":1546976882},"coords":"51.2340488,-0.5746127","bedrooms":"1","price":"194000","area":"478"} , +{"type":"Feature","id":"n6193430840","geometry":{"type":"Point","coordinates":[-0.5763164,51.234989]},"properties":{"@type":"node","@id":6193430840,"@timestamp":1546977788},"coords":"51.234989,-0.5763164","bedrooms":"1","price":"216000","area":"625"} , +{"type":"Feature","id":"n6193570805","geometry":{"type":"Point","coordinates":[-0.297776,51.4512857]},"properties":{"@type":"node","@id":6193570805,"@timestamp":1629842094},"coords":"51.4512857,-0.297776","bedrooms":"1","price":"152000","area":"366"} , +{"type":"Feature","id":"n6193591390","geometry":{"type":"Point","coordinates":[-0.7611407,51.4118544]},"properties":{"@type":"node","@id":6193591390,"@timestamp":1546982858},"coords":"51.4118544,-0.7611407","bedrooms":"1","price":"165000","area":"523"} , +{"type":"Feature","id":"n6193724303","geometry":{"type":"Point","coordinates":[0.0055726,51.5407781]},"properties":{"@type":"node","@id":6193724303,"@timestamp":1596389420},"coords":"51.5407781,0.0055726","bedrooms":"0","price":"195000","area":"414"} , +{"type":"Feature","id":"n6193724354","geometry":{"type":"Point","coordinates":[0.0055356,51.5412504]},"properties":{"@type":"node","@id":6193724354,"@timestamp":1546986028},"coords":"51.5412504,0.0055356","bedrooms":"0","price":"191000","area":"663"} , +{"type":"Feature","id":"n6193763990","geometry":{"type":"Point","coordinates":[0.5197906,51.3834177]},"properties":{"@type":"node","@id":6193763990,"@timestamp":1546987549},"coords":"51.3834177,0.5197906","bedrooms":"1","price":"168000","area":"432"} , +{"type":"Feature","id":"n6194518633","geometry":{"type":"Point","coordinates":[-0.3050073,51.5064619]},"properties":{"@type":"node","@id":6194518633,"@timestamp":1632527726},"coords":"51.5064619,-0.3050073","bedrooms":"2","price":"256000","area":"421"} , +{"type":"Feature","id":"n6195080352","geometry":{"type":"Point","coordinates":[0.0262511,51.4613819]},"properties":{"@type":"node","@id":6195080352,"@timestamp":1634984991},"coords":"51.4613819,0.0262511","bedrooms":"1","price":"247000","area":"472"} , +{"type":"Feature","id":"n6195828379","geometry":{"type":"Point","coordinates":[-0.2322841,51.4094347]},"properties":{"@type":"node","@id":6195828379,"@timestamp":1564903671},"coords":"51.4094347,-0.2322841","bedrooms":"3","price":"166000","area":"518"} , +{"type":"Feature","id":"n6196063893","geometry":{"type":"Point","coordinates":[-0.2270172,51.4094474]},"properties":{"@type":"node","@id":6196063893,"@timestamp":1617643395},"coords":"51.4094474,-0.2270172","bedrooms":"2","price":"212000","area":"480"} , +{"type":"Feature","id":"n6196106670","geometry":{"type":"Point","coordinates":[-0.0824607,51.6669103]},"properties":{"@type":"node","@id":6196106670,"@timestamp":1615125977},"coords":"51.6669103,-0.0824607","bedrooms":"4","price":"158000","area":"490"} , +{"type":"Feature","id":"n6196115702","geometry":{"type":"Point","coordinates":[-0.2096342,51.4200542]},"properties":{"@type":"node","@id":6196115702,"@timestamp":1617642394},"coords":"51.4200542,-0.2096342","bedrooms":"0","price":"187000","area":"406"} , +{"type":"Feature","id":"n6196121499","geometry":{"type":"Point","coordinates":[-0.0830557,51.6666192]},"properties":{"@type":"node","@id":6196121499,"@timestamp":1612712827},"coords":"51.6666192,-0.0830557","bedrooms":"4","price":"182000","area":"496"} , +{"type":"Feature","id":"n6196215325","geometry":{"type":"Point","coordinates":[-0.2030361,51.4219157]},"properties":{"@type":"node","@id":6196215325,"@timestamp":1552862106},"coords":"51.4219157,-0.2030361","bedrooms":"4","price":"292000","area":"598"} , +{"type":"Feature","id":"n6196393420","geometry":{"type":"Point","coordinates":[-0.0832075,51.6690622]},"properties":{"@type":"node","@id":6196393420,"@timestamp":1615197076},"coords":"51.6690622,-0.0832075","bedrooms":"1","price":"245000","area":"448"} , +{"type":"Feature","id":"n6196393430","geometry":{"type":"Point","coordinates":[-0.0831646,51.6687795]},"properties":{"@type":"node","@id":6196393430,"@timestamp":1615197076},"coords":"51.6687795,-0.0831646","bedrooms":"0","price":"291000","area":"678"} , +{"type":"Feature","id":"n6196527647","geometry":{"type":"Point","coordinates":[-0.0817253,51.6694519]},"properties":{"@type":"node","@id":6196527647,"@timestamp":1612861208},"coords":"51.6694519,-0.0817253","bedrooms":"3","price":"255000","area":"424"} , +{"type":"Feature","id":"n6196527657","geometry":{"type":"Point","coordinates":[-0.0823289,51.6681678]},"properties":{"@type":"node","@id":6196527657,"@timestamp":1612861208},"coords":"51.6681678,-0.0823289","bedrooms":"1","price":"203000","area":"534"} , +{"type":"Feature","id":"n6196527667","geometry":{"type":"Point","coordinates":[-0.0817548,51.6693854]},"properties":{"@type":"node","@id":6196527667,"@timestamp":1612861208},"coords":"51.6693854,-0.0817548","bedrooms":"1","price":"215000","area":"557"} , +{"type":"Feature","id":"n6196527677","geometry":{"type":"Point","coordinates":[-0.0834286,51.6679515]},"properties":{"@type":"node","@id":6196527677,"@timestamp":1612861208},"coords":"51.6679515,-0.0834286","bedrooms":"2","price":"158000","area":"605"} , +{"type":"Feature","id":"n6196532273","geometry":{"type":"Point","coordinates":[-0.0839114,51.668221]},"properties":{"@type":"node","@id":6196532273,"@timestamp":1614426109},"coords":"51.668221,-0.0839114","bedrooms":"0","price":"168000","area":"492"} , +{"type":"Feature","id":"n6196532283","geometry":{"type":"Point","coordinates":[-0.0830692,51.6681644]},"properties":{"@type":"node","@id":6196532283,"@timestamp":1614426053},"coords":"51.6681644,-0.0830692","bedrooms":"0","price":"198000","area":"636"} , +{"type":"Feature","id":"n6196533893","geometry":{"type":"Point","coordinates":[-0.0837854,51.6682161]},"properties":{"@type":"node","@id":6196533893,"@timestamp":1614426089},"coords":"51.6682161,-0.0837854","bedrooms":"4","price":"175000","area":"636"} , +{"type":"Feature","id":"n6196540346","geometry":{"type":"Point","coordinates":[-0.0840108,51.6692175]},"properties":{"@type":"node","@id":6196540346,"@timestamp":1615197076},"coords":"51.6692175,-0.0840108","bedrooms":"0","price":"204000","area":"554"} , +{"type":"Feature","id":"n6196540356","geometry":{"type":"Point","coordinates":[-0.0839625,51.6686419]},"properties":{"@type":"node","@id":6196540356,"@timestamp":1615197076},"coords":"51.6686419,-0.0839625","bedrooms":"3","price":"224000","area":"572"} , +{"type":"Feature","id":"n6196545576","geometry":{"type":"Point","coordinates":[-0.0829539,51.6695451]},"properties":{"@type":"node","@id":6196545576,"@timestamp":1615197076},"coords":"51.6695451,-0.0829539","bedrooms":"3","price":"244000","area":"398"} , +{"type":"Feature","id":"n6196547686","geometry":{"type":"Point","coordinates":[-0.0834742,51.669625]},"properties":{"@type":"node","@id":6196547686,"@timestamp":1615197076},"coords":"51.669625,-0.0834742","bedrooms":"2","price":"167000","area":"577"} , +{"type":"Feature","id":"n6196649860","geometry":{"type":"Point","coordinates":[-0.0530991,51.5663997]},"properties":{"@type":"node","@id":6196649860,"@timestamp":1547072193},"coords":"51.5663997,-0.0530991","bedrooms":"1","price":"290000","area":"637"} , +{"type":"Feature","id":"n6198225438","geometry":{"type":"Point","coordinates":[-0.1261787,51.4910014]},"properties":{"@type":"node","@id":6198225438,"@timestamp":1564903671},"coords":"51.4910014,-0.1261787","bedrooms":"2","price":"216000","area":"420"} , +{"type":"Feature","id":"n6198225463","geometry":{"type":"Point","coordinates":[-0.1241702,51.4861606]},"properties":{"@type":"node","@id":6198225463,"@timestamp":1573224080},"coords":"51.4861606,-0.1241702","bedrooms":"4","price":"173000","area":"649"} , +{"type":"Feature","id":"n6198763433","geometry":{"type":"Point","coordinates":[0.0056181,51.5837639]},"properties":{"@type":"node","@id":6198763433,"@timestamp":1634752718},"coords":"51.5837639,0.0056181","bedrooms":"1","price":"194000","area":"646"} , +{"type":"Feature","id":"n6199354944","geometry":{"type":"Point","coordinates":[-0.3064636,50.9468149]},"properties":{"@type":"node","@id":6199354944,"@timestamp":1547149551},"coords":"50.9468149,-0.3064636","bedrooms":"4","price":"265000","area":"439"} , +{"type":"Feature","id":"n6199794373","geometry":{"type":"Point","coordinates":[-0.0826278,51.5024528]},"properties":{"@type":"node","@id":6199794373,"@timestamp":1582434399},"coords":"51.5024528,-0.0826278","bedrooms":"0","price":"177000","area":"532"} , +{"type":"Feature","id":"n6199868580","geometry":{"type":"Point","coordinates":[-0.0699005,51.533962]},"properties":{"@type":"node","@id":6199868580,"@timestamp":1587598477},"coords":"51.533962,-0.0699005","bedrooms":"1","price":"233000","area":"644"} , +{"type":"Feature","id":"n6200179910","geometry":{"type":"Point","coordinates":[0.2272877,51.6827311]},"properties":{"@type":"node","@id":6200179910,"@timestamp":1547186682},"coords":"51.6827311,0.2272877","bedrooms":"0","price":"156000","area":"512"} , +{"type":"Feature","id":"n6200635228","geometry":{"type":"Point","coordinates":[-0.0271988,51.5957055]},"properties":{"@type":"node","@id":6200635228,"@timestamp":1547203806},"coords":"51.5957055,-0.0271988","bedrooms":"3","price":"261000","area":"358"} , +{"type":"Feature","id":"n6200815177","geometry":{"type":"Point","coordinates":[-0.2108453,51.9706007]},"properties":{"@type":"node","@id":6200815177,"@timestamp":1547211834},"coords":"51.9706007,-0.2108453","bedrooms":"0","price":"244000","area":"561"} , +{"type":"Feature","id":"n6201047557","geometry":{"type":"Point","coordinates":[-0.0708128,51.6144528]},"properties":{"@type":"node","@id":6201047557,"@timestamp":1547216444},"coords":"51.6144528,-0.0708128","bedrooms":"1","price":"233000","area":"389"} , +{"type":"Feature","id":"n6202131474","geometry":{"type":"Point","coordinates":[-0.016927,51.5781837]},"properties":{"@type":"node","@id":6202131474,"@timestamp":1626223628},"coords":"51.5781837,-0.016927","bedrooms":"3","price":"213000","area":"677"} , +{"type":"Feature","id":"n6202401576","geometry":{"type":"Point","coordinates":[-0.2985784,51.4477256]},"properties":{"@type":"node","@id":6202401576,"@timestamp":1629842094},"coords":"51.4477256,-0.2985784","bedrooms":"3","price":"246000","area":"610"} , +{"type":"Feature","id":"n6202676454","geometry":{"type":"Point","coordinates":[-0.1441928,51.5168137]},"properties":{"@type":"node","@id":6202676454,"@timestamp":1589927491},"coords":"51.5168137,-0.1441928","bedrooms":"1","price":"257000","area":"397"} , +{"type":"Feature","id":"n6202996013","geometry":{"type":"Point","coordinates":[0.3952699,51.8743025]},"properties":{"@type":"node","@id":6202996013,"@timestamp":1621983363},"coords":"51.8743025,0.3952699","bedrooms":"2","price":"187000","area":"402"} , +{"type":"Feature","id":"n6203257841","geometry":{"type":"Point","coordinates":[-0.0251056,51.5893821]},"properties":{"@type":"node","@id":6203257841,"@timestamp":1587053459},"coords":"51.5893821,-0.0251056","bedrooms":"0","price":"275000","area":"454"} , +{"type":"Feature","id":"n6203513855","geometry":{"type":"Point","coordinates":[0.8301357,51.8800376]},"properties":{"@type":"node","@id":6203513855,"@timestamp":1547308277},"coords":"51.8800376,0.8301357","bedrooms":"4","price":"263000","area":"600"} , +{"type":"Feature","id":"n6203523914","geometry":{"type":"Point","coordinates":[-1.0502856,51.1580991]},"properties":{"@type":"node","@id":6203523914,"@timestamp":1547307224},"coords":"51.1580991,-1.0502856","bedrooms":"3","price":"236000","area":"393"} , +{"type":"Feature","id":"n6203862091","geometry":{"type":"Point","coordinates":[-0.186954,51.4383725]},"properties":{"@type":"node","@id":6203862091,"@timestamp":1547316396},"coords":"51.4383725,-0.186954","bedrooms":"2","price":"244000","area":"442"} , +{"type":"Feature","id":"n6203862101","geometry":{"type":"Point","coordinates":[-0.1870385,51.4402379]},"properties":{"@type":"node","@id":6203862101,"@timestamp":1547316398},"coords":"51.4402379,-0.1870385","bedrooms":"3","price":"289000","area":"409"} , +{"type":"Feature","id":"n6203864522","geometry":{"type":"Point","coordinates":[0.5171782,51.383093]},"properties":{"@type":"node","@id":6203864522,"@timestamp":1547316473},"coords":"51.383093,0.5171782","bedrooms":"1","price":"181000","area":"676"} , +{"type":"Feature","id":"n6204029284","geometry":{"type":"Point","coordinates":[-0.2159222,51.5091496]},"properties":{"@type":"node","@id":6204029284,"@timestamp":1547321887},"coords":"51.5091496,-0.2159222","bedrooms":"4","price":"206000","area":"690"} , +{"type":"Feature","id":"n6204268532","geometry":{"type":"Point","coordinates":[-0.2520847,51.4624835]},"properties":{"@type":"node","@id":6204268532,"@timestamp":1547329663},"coords":"51.4624835,-0.2520847","bedrooms":"3","price":"226000","area":"611"} , +{"type":"Feature","id":"n6205036576","geometry":{"type":"Point","coordinates":[0.8385527,51.8840468]},"properties":{"@type":"node","@id":6205036576,"@timestamp":1549215377},"coords":"51.8840468,0.8385527","bedrooms":"1","price":"167000","area":"614"} , +{"type":"Feature","id":"n6205273217","geometry":{"type":"Point","coordinates":[-1.0265713,51.4468917]},"properties":{"@type":"node","@id":6205273217,"@timestamp":1560681568},"coords":"51.4468917,-1.0265713","bedrooms":"3","price":"199000","area":"623"} , +{"type":"Feature","id":"n6205421803","geometry":{"type":"Point","coordinates":[0.6143147,51.2672148]},"properties":{"@type":"node","@id":6205421803,"@timestamp":1547386041},"coords":"51.2672148,0.6143147","bedrooms":"4","price":"231000","area":"652"} , +{"type":"Feature","id":"n6205421813","geometry":{"type":"Point","coordinates":[0.6142591,51.2668729]},"properties":{"@type":"node","@id":6205421813,"@timestamp":1547386042},"coords":"51.2668729,0.6142591","bedrooms":"2","price":"163000","area":"514"} , +{"type":"Feature","id":"n6205595697","geometry":{"type":"Point","coordinates":[0.0046671,51.4669311]},"properties":{"@type":"node","@id":6205595697,"@timestamp":1547391290},"coords":"51.4669311,0.0046671","bedrooms":"1","price":"162000","area":"650"} , +{"type":"Feature","id":"n6205659474","geometry":{"type":"Point","coordinates":[0.0047626,51.4679854]},"properties":{"@type":"node","@id":6205659474,"@timestamp":1547393091},"coords":"51.4679854,0.0047626","bedrooms":"0","price":"156000","area":"423"} , +{"type":"Feature","id":"n6205666501","geometry":{"type":"Point","coordinates":[-0.1111078,51.1999292]},"properties":{"@type":"node","@id":6205666501,"@timestamp":1547393318},"coords":"51.1999292,-0.1111078","bedrooms":"2","price":"230000","area":"403"} , +{"type":"Feature","id":"n6205669511","geometry":{"type":"Point","coordinates":[0.0022878,51.4682399]},"properties":{"@type":"node","@id":6205669511,"@timestamp":1586250372},"coords":"51.4682399,0.0022878","bedrooms":"2","price":"208000","area":"634"} , +{"type":"Feature","id":"n6205823173","geometry":{"type":"Point","coordinates":[-0.2588448,51.1288801]},"properties":{"@type":"node","@id":6205823173,"@timestamp":1547399305},"coords":"51.1288801,-0.2588448","bedrooms":"4","price":"153000","area":"626"} , +{"type":"Feature","id":"n6206138808","geometry":{"type":"Point","coordinates":[0.0034134,51.5641173]},"properties":{"@type":"node","@id":6206138808,"@timestamp":1625198475},"coords":"51.5641173,0.0034134","bedrooms":"1","price":"225000","area":"697"} , +{"type":"Feature","id":"n6206722380","geometry":{"type":"Point","coordinates":[-0.0781107,51.513078]},"properties":{"@type":"node","@id":6206722380,"@timestamp":1594829576},"coords":"51.513078,-0.0781107","bedrooms":"4","price":"239000","area":"466"} , +{"type":"Feature","id":"n6206867237","geometry":{"type":"Point","coordinates":[-0.0132441,51.5684239]},"properties":{"@type":"node","@id":6206867237,"@timestamp":1547432347},"coords":"51.5684239,-0.0132441","bedrooms":"1","price":"273000","area":"589"} , +{"type":"Feature","id":"n6206953762","geometry":{"type":"Point","coordinates":[-0.1444858,51.5151323]},"properties":{"@type":"node","@id":6206953762,"@timestamp":1555680890},"coords":"51.5151323,-0.1444858","bedrooms":"3","price":"266000","area":"361"} , +{"type":"Feature","id":"n6207314244","geometry":{"type":"Point","coordinates":[-0.9124205,51.4117611]},"properties":{"@type":"node","@id":6207314244,"@timestamp":1547459033},"coords":"51.4117611,-0.9124205","bedrooms":"0","price":"278000","area":"506"} , +{"type":"Feature","id":"n6207386204","geometry":{"type":"Point","coordinates":[-0.9367769,51.4365007]},"properties":{"@type":"node","@id":6207386204,"@timestamp":1547462049},"coords":"51.4365007,-0.9367769","bedrooms":"4","price":"208000","area":"397"} , +{"type":"Feature","id":"n6207549813","geometry":{"type":"Point","coordinates":[0.0312634,51.0653201]},"properties":{"@type":"node","@id":6207549813,"@timestamp":1547466959},"coords":"51.0653201,0.0312634","bedrooms":"2","price":"208000","area":"503"} , +{"type":"Feature","id":"n6207741146","geometry":{"type":"Point","coordinates":[-0.2985872,51.4480597]},"properties":{"@type":"node","@id":6207741146,"@timestamp":1629842094},"coords":"51.4480597,-0.2985872","bedrooms":"4","price":"280000","area":"377"} , +{"type":"Feature","id":"n6208013691","geometry":{"type":"Point","coordinates":[-0.9112507,51.3767868]},"properties":{"@type":"node","@id":6208013691,"@timestamp":1547479119},"coords":"51.3767868,-0.9112507","bedrooms":"0","price":"209000","area":"647"} , +{"type":"Feature","id":"n6208271930","geometry":{"type":"Point","coordinates":[-0.3618045,51.4679722]},"properties":{"@type":"node","@id":6208271930,"@timestamp":1547485979},"coords":"51.4679722,-0.3618045","bedrooms":"3","price":"167000","area":"515"} , +{"type":"Feature","id":"n6208642003","geometry":{"type":"Point","coordinates":[-0.1460302,51.2532349]},"properties":{"@type":"node","@id":6208642003,"@timestamp":1547495504},"coords":"51.2532349,-0.1460302","bedrooms":"4","price":"159000","area":"491"} , +{"type":"Feature","id":"n6208642027","geometry":{"type":"Point","coordinates":[-0.1407355,51.2593032]},"properties":{"@type":"node","@id":6208642027,"@timestamp":1547495504},"coords":"51.2593032,-0.1407355","bedrooms":"0","price":"294000","area":"449"} , +{"type":"Feature","id":"n6208816384","geometry":{"type":"Point","coordinates":[0.7954057,51.7720202]},"properties":{"@type":"node","@id":6208816384,"@timestamp":1549189053},"coords":"51.7720202,0.7954057","bedrooms":"2","price":"151000","area":"365"} , +{"type":"Feature","id":"n6208954775","geometry":{"type":"Point","coordinates":[-1.0211879,51.1482644]},"properties":{"@type":"node","@id":6208954775,"@timestamp":1547505336},"coords":"51.1482644,-1.0211879","bedrooms":"4","price":"293000","area":"638"} , +{"type":"Feature","id":"n6208954985","geometry":{"type":"Point","coordinates":[-1.0216607,51.1597071]},"properties":{"@type":"node","@id":6208954985,"@timestamp":1547505336},"coords":"51.1597071,-1.0216607","bedrooms":"1","price":"164000","area":"380"} , +{"type":"Feature","id":"n6208954995","geometry":{"type":"Point","coordinates":[-1.0190954,51.1598168]},"properties":{"@type":"node","@id":6208954995,"@timestamp":1547505336},"coords":"51.1598168,-1.0190954","bedrooms":"1","price":"220000","area":"522"} , +{"type":"Feature","id":"n6208955005","geometry":{"type":"Point","coordinates":[-1.0228518,51.159289]},"properties":{"@type":"node","@id":6208955005,"@timestamp":1547505337},"coords":"51.159289,-1.0228518","bedrooms":"4","price":"237000","area":"535"} , +{"type":"Feature","id":"n6208961098","geometry":{"type":"Point","coordinates":[-0.0066772,51.4796675]},"properties":{"@type":"node","@id":6208961098,"@timestamp":1547505588},"coords":"51.4796675,-0.0066772","bedrooms":"0","price":"170000","area":"579"} , +{"type":"Feature","id":"n6209023187","geometry":{"type":"Point","coordinates":[-0.137228,51.500698]},"properties":{"@type":"node","@id":6209023187,"@timestamp":1625089259},"coords":"51.500698,-0.137228","bedrooms":"4","price":"268000","area":"626"} , +{"type":"Feature","id":"n6209023197","geometry":{"type":"Point","coordinates":[-0.1351138,51.5021738]},"properties":{"@type":"node","@id":6209023197,"@timestamp":1547507154},"coords":"51.5021738,-0.1351138","bedrooms":"3","price":"230000","area":"498"} , +{"type":"Feature","id":"n6209023207","geometry":{"type":"Point","coordinates":[-0.1329318,51.5031565]},"properties":{"@type":"node","@id":6209023207,"@timestamp":1547507154},"coords":"51.5031565,-0.1329318","bedrooms":"1","price":"202000","area":"448"} , +{"type":"Feature","id":"n6209023217","geometry":{"type":"Point","coordinates":[-0.1317582,51.5036821]},"properties":{"@type":"node","@id":6209023217,"@timestamp":1547507155},"coords":"51.5036821,-0.1317582","bedrooms":"3","price":"192000","area":"407"} , +{"type":"Feature","id":"n6209023227","geometry":{"type":"Point","coordinates":[-0.1313873,51.5040925]},"properties":{"@type":"node","@id":6209023227,"@timestamp":1547507155},"coords":"51.5040925,-0.1313873","bedrooms":"3","price":"270000","area":"656"} , +{"type":"Feature","id":"n6209783293","geometry":{"type":"Point","coordinates":[0.892909,51.8609814]},"properties":{"@type":"node","@id":6209783293,"@timestamp":1547540175},"coords":"51.8609814,0.892909","bedrooms":"3","price":"226000","area":"501"} , +{"type":"Feature","id":"n6210383772","geometry":{"type":"Point","coordinates":[-0.190859,51.494771]},"properties":{"@type":"node","@id":6210383772,"@timestamp":1625839302},"coords":"51.494771,-0.190859","bedrooms":"0","price":"176000","area":"629"} , +{"type":"Feature","id":"n6210848070","geometry":{"type":"Point","coordinates":[-0.2451715,51.5362839]},"properties":{"@type":"node","@id":6210848070,"@timestamp":1547573257},"coords":"51.5362839,-0.2451715","bedrooms":"3","price":"237000","area":"469"} , +{"type":"Feature","id":"n6211532623","geometry":{"type":"Point","coordinates":[-0.9701125,51.4578215]},"properties":{"@type":"node","@id":6211532623,"@timestamp":1547586924},"coords":"51.4578215,-0.9701125","bedrooms":"0","price":"269000","area":"635"} , +{"type":"Feature","id":"n6212029751","geometry":{"type":"Point","coordinates":[-0.2918721,51.4106714]},"properties":{"@type":"node","@id":6212029751,"@timestamp":1635042184},"coords":"51.4106714,-0.2918721","bedrooms":"3","price":"164000","area":"534"} , +{"type":"Feature","id":"n6212188855","geometry":{"type":"Point","coordinates":[-0.0165276,51.5874174]},"properties":{"@type":"node","@id":6212188855,"@timestamp":1547609492},"coords":"51.5874174,-0.0165276","bedrooms":"2","price":"170000","area":"653"} , +{"type":"Feature","id":"n6212733366","geometry":{"type":"Point","coordinates":[-0.1622073,51.1567206]},"properties":{"@type":"node","@id":6212733366,"@timestamp":1547629242},"coords":"51.1567206,-0.1622073","bedrooms":"2","price":"222000","area":"585"} , +{"type":"Feature","id":"n6212770031","geometry":{"type":"Point","coordinates":[-0.1634872,51.1558233]},"properties":{"@type":"node","@id":6212770031,"@timestamp":1547630620},"coords":"51.1558233,-0.1634872","bedrooms":"3","price":"236000","area":"528"} , +{"type":"Feature","id":"n6213013369","geometry":{"type":"Point","coordinates":[0.5309271,51.5703521]},"properties":{"@type":"node","@id":6213013369,"@timestamp":1547638915},"coords":"51.5703521,0.5309271","bedrooms":"0","price":"199000","area":"473"} , +{"type":"Feature","id":"n6213509351","geometry":{"type":"Point","coordinates":[0.5018994,51.8204539]},"properties":{"@type":"node","@id":6213509351,"@timestamp":1547650010},"coords":"51.8204539,0.5018994","bedrooms":"1","price":"269000","area":"380"} , +{"type":"Feature","id":"n6213693856","geometry":{"type":"Point","coordinates":[-0.9896168,51.7042463]},"properties":{"@type":"node","@id":6213693856,"@timestamp":1547653348},"coords":"51.7042463,-0.9896168","bedrooms":"3","price":"229000","area":"351"} , +{"type":"Feature","id":"n6214425163","geometry":{"type":"Point","coordinates":[0.093256,51.7672744]},"properties":{"@type":"node","@id":6214425163,"@timestamp":1547668755},"coords":"51.7672744,0.093256","bedrooms":"2","price":"163000","area":"632"} , +{"type":"Feature","id":"n6214659662","geometry":{"type":"Point","coordinates":[-0.3569698,51.7498731]},"properties":{"@type":"node","@id":6214659662,"@timestamp":1547674975},"coords":"51.7498731,-0.3569698","bedrooms":"3","price":"203000","area":"578"} , +{"type":"Feature","id":"n6215317970","geometry":{"type":"Point","coordinates":[-0.3579937,51.4797799]},"properties":{"@type":"node","@id":6215317970,"@timestamp":1564903671},"coords":"51.4797799,-0.3579937","bedrooms":"3","price":"156000","area":"401"} , +{"type":"Feature","id":"n6215317980","geometry":{"type":"Point","coordinates":[-0.3257531,51.4833958]},"properties":{"@type":"node","@id":6215317980,"@timestamp":1614252357},"coords":"51.4833958,-0.3257531","bedrooms":"4","price":"260000","area":"681"} , +{"type":"Feature","id":"n6215319190","geometry":{"type":"Point","coordinates":[-0.3002371,51.4915991]},"properties":{"@type":"node","@id":6215319190,"@timestamp":1633127108},"coords":"51.4915991,-0.3002371","bedrooms":"4","price":"224000","area":"537"} , +{"type":"Feature","id":"n6215363685","geometry":{"type":"Point","coordinates":[0.2000524,51.878216]},"properties":{"@type":"node","@id":6215363685,"@timestamp":1547700569},"coords":"51.878216,0.2000524","bedrooms":"0","price":"248000","area":"618"} , +{"type":"Feature","id":"n6216546029","geometry":{"type":"Point","coordinates":[-0.0818918,51.6673352]},"properties":{"@type":"node","@id":6216546029,"@timestamp":1612860922},"coords":"51.6673352,-0.0818918","bedrooms":"2","price":"294000","area":"490"} , +{"type":"Feature","id":"n6216546039","geometry":{"type":"Point","coordinates":[-0.0820635,51.6665465]},"properties":{"@type":"node","@id":6216546039,"@timestamp":1612792858},"coords":"51.6665465,-0.0820635","bedrooms":"2","price":"234000","area":"472"} , +{"type":"Feature","id":"n6216558275","geometry":{"type":"Point","coordinates":[-0.0816692,51.6676828]},"properties":{"@type":"node","@id":6216558275,"@timestamp":1612860922},"coords":"51.6676828,-0.0816692","bedrooms":"2","price":"202000","area":"443"} , +{"type":"Feature","id":"n6216561985","geometry":{"type":"Point","coordinates":[-0.0812588,51.6682699]},"properties":{"@type":"node","@id":6216561985,"@timestamp":1612860922},"coords":"51.6682699,-0.0812588","bedrooms":"0","price":"175000","area":"624"} , +{"type":"Feature","id":"n6216561995","geometry":{"type":"Point","coordinates":[-0.0810068,51.6687739]},"properties":{"@type":"node","@id":6216561995,"@timestamp":1612860922},"coords":"51.6687739,-0.0810068","bedrooms":"4","price":"195000","area":"467"} , +{"type":"Feature","id":"n6216587372","geometry":{"type":"Point","coordinates":[-0.082852,51.6704159]},"properties":{"@type":"node","@id":6216587372,"@timestamp":1547743264},"coords":"51.6704159,-0.082852","bedrooms":"4","price":"177000","area":"627"} , +{"type":"Feature","id":"n6216587383","geometry":{"type":"Point","coordinates":[-0.0818945,51.6700598]},"properties":{"@type":"node","@id":6216587383,"@timestamp":1613396888},"coords":"51.6700598,-0.0818945","bedrooms":"0","price":"275000","area":"401"} , +{"type":"Feature","id":"n6216588094","geometry":{"type":"Point","coordinates":[-0.0812159,51.6699051]},"properties":{"@type":"node","@id":6216588094,"@timestamp":1614425760},"coords":"51.6699051,-0.0812159","bedrooms":"4","price":"187000","area":"694"} , +{"type":"Feature","id":"n6216611777","geometry":{"type":"Point","coordinates":[-0.0794403,51.670148]},"properties":{"@type":"node","@id":6216611777,"@timestamp":1547743878},"coords":"51.670148,-0.0794403","bedrooms":"4","price":"223000","area":"638"} , +{"type":"Feature","id":"n6216622290","geometry":{"type":"Point","coordinates":[-0.079604,51.669278]},"properties":{"@type":"node","@id":6216622290,"@timestamp":1613396685},"coords":"51.669278,-0.079604","bedrooms":"1","price":"212000","area":"421"} , +{"type":"Feature","id":"n6217062885","geometry":{"type":"Point","coordinates":[-0.8961277,51.4361624]},"properties":{"@type":"node","@id":6217062885,"@timestamp":1547755424},"coords":"51.4361624,-0.8961277","bedrooms":"0","price":"196000","area":"680"} , +{"type":"Feature","id":"n6217692386","geometry":{"type":"Point","coordinates":[-0.1748567,51.5440881]},"properties":{"@type":"node","@id":6217692386,"@timestamp":1547776438},"coords":"51.5440881,-0.1748567","bedrooms":"2","price":"194000","area":"438"} , +{"type":"Feature","id":"n6217759592","geometry":{"type":"Point","coordinates":[-0.0808371,51.4773688]},"properties":{"@type":"node","@id":6217759592,"@timestamp":1564903671},"coords":"51.4773688,-0.0808371","bedrooms":"1","price":"251000","area":"694"} , +{"type":"Feature","id":"n6217817233","geometry":{"type":"Point","coordinates":[-0.1465147,51.5166473]},"properties":{"@type":"node","@id":6217817233,"@timestamp":1630768169},"coords":"51.5166473,-0.1465147","bedrooms":"0","price":"229000","area":"351"} , +{"type":"Feature","id":"n6219012585","geometry":{"type":"Point","coordinates":[-0.147025,51.5165561]},"properties":{"@type":"node","@id":6219012585,"@timestamp":1601046628},"coords":"51.5165561,-0.147025","bedrooms":"4","price":"250000","area":"365"} , +{"type":"Feature","id":"n6219038600","geometry":{"type":"Point","coordinates":[-0.2866067,51.48638]},"properties":{"@type":"node","@id":6219038600,"@timestamp":1547829148},"coords":"51.48638,-0.2866067","bedrooms":"0","price":"168000","area":"584"} , +{"type":"Feature","id":"n6219138709","geometry":{"type":"Point","coordinates":[-1.052605,51.6513517]},"properties":{"@type":"node","@id":6219138709,"@timestamp":1548171296},"coords":"51.6513517,-1.052605","bedrooms":"2","price":"278000","area":"593"} , +{"type":"Feature","id":"n6219214070","geometry":{"type":"Point","coordinates":[-0.8792633,51.4266499]},"properties":{"@type":"node","@id":6219214070,"@timestamp":1547836597},"coords":"51.4266499,-0.8792633","bedrooms":"3","price":"276000","area":"652"} , +{"type":"Feature","id":"n6219386404","geometry":{"type":"Point","coordinates":[-0.8552294,51.4102822]},"properties":{"@type":"node","@id":6219386404,"@timestamp":1547842682},"coords":"51.4102822,-0.8552294","bedrooms":"1","price":"159000","area":"578"} , +{"type":"Feature","id":"n6219760527","geometry":{"type":"Point","coordinates":[0.0014198,51.581423]},"properties":{"@type":"node","@id":6219760527,"@timestamp":1634752718},"coords":"51.581423,0.0014198","bedrooms":"4","price":"257000","area":"677"} , +{"type":"Feature","id":"n6219914467","geometry":{"type":"Point","coordinates":[-0.1475082,51.5162057]},"properties":{"@type":"node","@id":6219914467,"@timestamp":1547868767},"coords":"51.5162057,-0.1475082","bedrooms":"4","price":"158000","area":"683"} , +{"type":"Feature","id":"n6220137926","geometry":{"type":"Point","coordinates":[-0.1493765,51.5160004]},"properties":{"@type":"node","@id":6220137926,"@timestamp":1547875267},"coords":"51.5160004,-0.1493765","bedrooms":"4","price":"260000","area":"580"} , +{"type":"Feature","id":"n6220578062","geometry":{"type":"Point","coordinates":[-0.275752,51.4238637]},"properties":{"@type":"node","@id":6220578062,"@timestamp":1603292949},"coords":"51.4238637,-0.275752","bedrooms":"0","price":"230000","area":"644"} , +{"type":"Feature","id":"n6221133305","geometry":{"type":"Point","coordinates":[-0.2805492,51.4804225]},"properties":{"@type":"node","@id":6221133305,"@timestamp":1547906067},"coords":"51.4804225,-0.2805492","bedrooms":"2","price":"269000","area":"671"} , +{"type":"Feature","id":"n6221408614","geometry":{"type":"Point","coordinates":[-0.0995466,51.5137048]},"properties":{"@type":"node","@id":6221408614,"@timestamp":1547914793},"coords":"51.5137048,-0.0995466","bedrooms":"3","price":"159000","area":"614"} , +{"type":"Feature","id":"n6221613834","geometry":{"type":"Point","coordinates":[-0.9684756,51.4526094]},"properties":{"@type":"node","@id":6221613834,"@timestamp":1565702065},"coords":"51.4526094,-0.9684756","bedrooms":"0","price":"190000","area":"607"} , +{"type":"Feature","id":"n6221613844","geometry":{"type":"Point","coordinates":[-0.9678948,51.4522571]},"properties":{"@type":"node","@id":6221613844,"@timestamp":1547922280},"coords":"51.4522571,-0.9678948","bedrooms":"2","price":"262000","area":"661"} , +{"type":"Feature","id":"n6221613858","geometry":{"type":"Point","coordinates":[-0.9678384,51.4516004]},"properties":{"@type":"node","@id":6221613858,"@timestamp":1547922281},"coords":"51.4516004,-0.9678384","bedrooms":"2","price":"217000","area":"620"} , +{"type":"Feature","id":"n6221639295","geometry":{"type":"Point","coordinates":[-0.3509048,51.0339276]},"properties":{"@type":"node","@id":6221639295,"@timestamp":1547923148},"coords":"51.0339276,-0.3509048","bedrooms":"0","price":"164000","area":"532"} , +{"type":"Feature","id":"n6221778934","geometry":{"type":"Point","coordinates":[-0.0198679,51.9428339]},"properties":{"@type":"node","@id":6221778934,"@timestamp":1547928253},"coords":"51.9428339,-0.0198679","bedrooms":"3","price":"248000","area":"553"} , +{"type":"Feature","id":"n6221829997","geometry":{"type":"Point","coordinates":[-0.9304878,51.4423635]},"properties":{"@type":"node","@id":6221829997,"@timestamp":1547930276},"coords":"51.4423635,-0.9304878","bedrooms":"0","price":"177000","area":"665"} , +{"type":"Feature","id":"n6222158621","geometry":{"type":"Point","coordinates":[0.8910341,51.8788348]},"properties":{"@type":"node","@id":6222158621,"@timestamp":1634392751},"coords":"51.8788348,0.8910341","bedrooms":"2","price":"221000","area":"501"} , +{"type":"Feature","id":"n6222434469","geometry":{"type":"Point","coordinates":[-1.0448477,51.5715755]},"properties":{"@type":"node","@id":6222434469,"@timestamp":1547975197},"coords":"51.5715755,-1.0448477","bedrooms":"1","price":"285000","area":"616"} , +{"type":"Feature","id":"n6222629171","geometry":{"type":"Point","coordinates":[-0.0896812,51.6023757]},"properties":{"@type":"node","@id":6222629171,"@timestamp":1547983879},"coords":"51.6023757,-0.0896812","bedrooms":"0","price":"244000","area":"477"} , +{"type":"Feature","id":"n6222636138","geometry":{"type":"Point","coordinates":[-0.0897513,51.6024688]},"properties":{"@type":"node","@id":6222636138,"@timestamp":1547984432},"coords":"51.6024688,-0.0897513","bedrooms":"1","price":"158000","area":"472"} , +{"type":"Feature","id":"n6222645646","geometry":{"type":"Point","coordinates":[-0.0911697,51.6017144]},"properties":{"@type":"node","@id":6222645646,"@timestamp":1550182790},"coords":"51.6017144,-0.0911697","bedrooms":"2","price":"276000","area":"496"} , +{"type":"Feature","id":"n6222651613","geometry":{"type":"Point","coordinates":[-0.2171163,51.4257865]},"properties":{"@type":"node","@id":6222651613,"@timestamp":1547985224},"coords":"51.4257865,-0.2171163","bedrooms":"3","price":"253000","area":"660"} , +{"type":"Feature","id":"n6222659286","geometry":{"type":"Point","coordinates":[-0.0917601,51.5996215]},"properties":{"@type":"node","@id":6222659286,"@timestamp":1550182791},"coords":"51.5996215,-0.0917601","bedrooms":"4","price":"167000","area":"381"} , +{"type":"Feature","id":"n6222667971","geometry":{"type":"Point","coordinates":[-0.0921783,51.5989848]},"properties":{"@type":"node","@id":6222667971,"@timestamp":1547986141},"coords":"51.5989848,-0.0921783","bedrooms":"0","price":"173000","area":"585"} , +{"type":"Feature","id":"n6222697195","geometry":{"type":"Point","coordinates":[0.8176209,51.9025159]},"properties":{"@type":"node","@id":6222697195,"@timestamp":1547987873},"coords":"51.9025159,0.8176209","bedrooms":"3","price":"287000","area":"360"} , +{"type":"Feature","id":"n6222721191","geometry":{"type":"Point","coordinates":[-0.0525604,51.6080867]},"properties":{"@type":"node","@id":6222721191,"@timestamp":1547988605},"coords":"51.6080867,-0.0525604","bedrooms":"0","price":"177000","area":"427"} , +{"type":"Feature","id":"n6222730323","geometry":{"type":"Point","coordinates":[-0.2277992,51.5141482]},"properties":{"@type":"node","@id":6222730323,"@timestamp":1635235150},"coords":"51.5141482,-0.2277992","bedrooms":"0","price":"168000","area":"597"} , +{"type":"Feature","id":"n6222878526","geometry":{"type":"Point","coordinates":[0.754894,51.9230587]},"properties":{"@type":"node","@id":6222878526,"@timestamp":1634329411},"coords":"51.9230587,0.754894","bedrooms":"2","price":"154000","area":"665"} , +{"type":"Feature","id":"n6222990316","geometry":{"type":"Point","coordinates":[0.7341661,51.9268698]},"properties":{"@type":"node","@id":6222990316,"@timestamp":1547995290},"coords":"51.9268698,0.7341661","bedrooms":"3","price":"284000","area":"530"} , +{"type":"Feature","id":"n6223073803","geometry":{"type":"Point","coordinates":[-0.301289,51.4127591]},"properties":{"@type":"node","@id":6223073803,"@timestamp":1547997681},"coords":"51.4127591,-0.301289","bedrooms":"4","price":"239000","area":"512"} , +{"type":"Feature","id":"n6223203431","geometry":{"type":"Point","coordinates":[-0.2377774,51.6136764]},"properties":{"@type":"node","@id":6223203431,"@timestamp":1548001866},"coords":"51.6136764,-0.2377774","bedrooms":"3","price":"240000","area":"612"} , +{"type":"Feature","id":"n6223297180","geometry":{"type":"Point","coordinates":[-0.0816633,51.6666341]},"properties":{"@type":"node","@id":6223297180,"@timestamp":1613999707},"coords":"51.6666341,-0.0816633","bedrooms":"2","price":"215000","area":"461"} , +{"type":"Feature","id":"n6223301804","geometry":{"type":"Point","coordinates":[-0.0809134,51.666346]},"properties":{"@type":"node","@id":6223301804,"@timestamp":1613396303},"coords":"51.666346,-0.0809134","bedrooms":"4","price":"287000","area":"443"} , +{"type":"Feature","id":"n6223305287","geometry":{"type":"Point","coordinates":[-0.0807379,51.6671815]},"properties":{"@type":"node","@id":6223305287,"@timestamp":1611911084},"coords":"51.6671815,-0.0807379","bedrooms":"0","price":"258000","area":"673"} , +{"type":"Feature","id":"n6223314936","geometry":{"type":"Point","coordinates":[-0.9623729,51.4392881]},"properties":{"@type":"node","@id":6223314936,"@timestamp":1548006526},"coords":"51.4392881,-0.9623729","bedrooms":"4","price":"168000","area":"533"} , +{"type":"Feature","id":"n6223314964","geometry":{"type":"Point","coordinates":[-0.9637997,51.4413167]},"properties":{"@type":"node","@id":6223314964,"@timestamp":1548006527},"coords":"51.4413167,-0.9637997","bedrooms":"4","price":"192000","area":"454"} , +{"type":"Feature","id":"n6223314974","geometry":{"type":"Point","coordinates":[-0.9641365,51.4406857]},"properties":{"@type":"node","@id":6223314974,"@timestamp":1548006527},"coords":"51.4406857,-0.9641365","bedrooms":"0","price":"230000","area":"578"} , +{"type":"Feature","id":"n6223436232","geometry":{"type":"Point","coordinates":[0.8949151,51.8998923]},"properties":{"@type":"node","@id":6223436232,"@timestamp":1597260158},"coords":"51.8998923,0.8949151","bedrooms":"3","price":"292000","area":"575"} , +{"type":"Feature","id":"n6223525466","geometry":{"type":"Point","coordinates":[-0.1606737,51.1134206]},"properties":{"@type":"node","@id":6223525466,"@timestamp":1548014773},"coords":"51.1134206,-0.1606737","bedrooms":"0","price":"227000","area":"527"} , +{"type":"Feature","id":"n6223626696","geometry":{"type":"Point","coordinates":[-0.7691582,51.2158049]},"properties":{"@type":"node","@id":6223626696,"@timestamp":1548019822},"coords":"51.2158049,-0.7691582","bedrooms":"4","price":"165000","area":"669"} , +{"type":"Feature","id":"n6223714901","geometry":{"type":"Point","coordinates":[-0.7686564,51.2147193]},"properties":{"@type":"node","@id":6223714901,"@timestamp":1548022972},"coords":"51.2147193,-0.7686564","bedrooms":"4","price":"158000","area":"642"} , +{"type":"Feature","id":"n6224013113","geometry":{"type":"Point","coordinates":[0.550184,51.8781767]},"properties":{"@type":"node","@id":6224013113,"@timestamp":1548038988},"coords":"51.8781767,0.550184","bedrooms":"1","price":"207000","area":"498"} , +{"type":"Feature","id":"n6224016655","geometry":{"type":"Point","coordinates":[0.5500392,51.8781228]},"properties":{"@type":"node","@id":6224016655,"@timestamp":1548039300},"coords":"51.8781228,0.5500392","bedrooms":"3","price":"265000","area":"471"} , +{"type":"Feature","id":"n6224020580","geometry":{"type":"Point","coordinates":[0.552248,51.8798002]},"properties":{"@type":"node","@id":6224020580,"@timestamp":1548039667},"coords":"51.8798002,0.552248","bedrooms":"3","price":"226000","area":"596"} , +{"type":"Feature","id":"n6224515417","geometry":{"type":"Point","coordinates":[-0.7028352,51.2043111]},"properties":{"@type":"node","@id":6224515417,"@timestamp":1548061039},"coords":"51.2043111,-0.7028352","bedrooms":"4","price":"167000","area":"477"} , +{"type":"Feature","id":"n6224889173","geometry":{"type":"Point","coordinates":[-0.5566527,51.3207879]},"properties":{"@type":"node","@id":6224889173,"@timestamp":1548073641},"coords":"51.3207879,-0.5566527","bedrooms":"0","price":"185000","area":"694"} , +{"type":"Feature","id":"n6225372657","geometry":{"type":"Point","coordinates":[-0.009495,51.4624463]},"properties":{"@type":"node","@id":6225372657,"@timestamp":1618322903},"coords":"51.4624463,-0.009495","bedrooms":"0","price":"253000","area":"429"} , +{"type":"Feature","id":"n6225440414","geometry":{"type":"Point","coordinates":[-0.0797292,51.668978]},"properties":{"@type":"node","@id":6225440414,"@timestamp":1613396578},"coords":"51.668978,-0.0797292","bedrooms":"4","price":"206000","area":"598"} , +{"type":"Feature","id":"n6225462490","geometry":{"type":"Point","coordinates":[-0.0805099,51.6666009]},"properties":{"@type":"node","@id":6225462490,"@timestamp":1613396367},"coords":"51.6666009,-0.0805099","bedrooms":"0","price":"211000","area":"457"} , +{"type":"Feature","id":"n6225462500","geometry":{"type":"Point","coordinates":[-0.0804884,51.6666973]},"properties":{"@type":"node","@id":6225462500,"@timestamp":1613396360},"coords":"51.6666973,-0.0804884","bedrooms":"3","price":"191000","area":"680"} , +{"type":"Feature","id":"n6225477489","geometry":{"type":"Point","coordinates":[-0.0802845,51.667396]},"properties":{"@type":"node","@id":6225477489,"@timestamp":1614595431},"coords":"51.667396,-0.0802845","bedrooms":"4","price":"190000","area":"359"} , +{"type":"Feature","id":"n6225477499","geometry":{"type":"Point","coordinates":[-0.0797534,51.6672729]},"properties":{"@type":"node","@id":6225477499,"@timestamp":1613736325},"coords":"51.6672729,-0.0797534","bedrooms":"1","price":"223000","area":"493"} , +{"type":"Feature","id":"n6225489144","geometry":{"type":"Point","coordinates":[-0.0797064,51.668272]},"properties":{"@type":"node","@id":6225489144,"@timestamp":1614878467},"coords":"51.668272,-0.0797064","bedrooms":"3","price":"152000","area":"543"} , +{"type":"Feature","id":"n6225489156","geometry":{"type":"Point","coordinates":[-0.0787623,51.6681407]},"properties":{"@type":"node","@id":6225489156,"@timestamp":1614878467},"coords":"51.6681407,-0.0787623","bedrooms":"0","price":"259000","area":"411"} , +{"type":"Feature","id":"n6225498170","geometry":{"type":"Point","coordinates":[-0.0783036,51.6680824]},"properties":{"@type":"node","@id":6225498170,"@timestamp":1614878467},"coords":"51.6680824,-0.0783036","bedrooms":"4","price":"247000","area":"571"} , +{"type":"Feature","id":"n6225503261","geometry":{"type":"Point","coordinates":[-0.07825,51.6687711]},"properties":{"@type":"node","@id":6225503261,"@timestamp":1614425650},"coords":"51.6687711,-0.07825","bedrooms":"1","price":"192000","area":"648"} , +{"type":"Feature","id":"n6225525859","geometry":{"type":"Point","coordinates":[-0.4484904,51.3943041]},"properties":{"@type":"node","@id":6225525859,"@timestamp":1548091898},"coords":"51.3943041,-0.4484904","bedrooms":"0","price":"171000","area":"603"} , +{"type":"Feature","id":"n6225526085","geometry":{"type":"Point","coordinates":[-0.4487274,51.3931313]},"properties":{"@type":"node","@id":6225526085,"@timestamp":1548091899},"coords":"51.3931313,-0.4487274","bedrooms":"0","price":"248000","area":"432"} , +{"type":"Feature","id":"n6225526095","geometry":{"type":"Point","coordinates":[-0.4490395,51.3925768]},"properties":{"@type":"node","@id":6225526095,"@timestamp":1548091900},"coords":"51.3925768,-0.4490395","bedrooms":"4","price":"150000","area":"367"} , +{"type":"Feature","id":"n6225635794","geometry":{"type":"Point","coordinates":[-0.0771279,51.6684578]},"properties":{"@type":"node","@id":6225635794,"@timestamp":1614425572},"coords":"51.6684578,-0.0771279","bedrooms":"2","price":"274000","area":"685"} , +{"type":"Feature","id":"n6225638364","geometry":{"type":"Point","coordinates":[-0.076916,51.6672601]},"properties":{"@type":"node","@id":6225638364,"@timestamp":1612950073},"coords":"51.6672601,-0.076916","bedrooms":"3","price":"234000","area":"609"} , +{"type":"Feature","id":"n6225649435","geometry":{"type":"Point","coordinates":[-0.0761784,51.6681484]},"properties":{"@type":"node","@id":6225649435,"@timestamp":1614690943},"coords":"51.6681484,-0.0761784","bedrooms":"1","price":"216000","area":"411"} , +{"type":"Feature","id":"n6225649445","geometry":{"type":"Point","coordinates":[-0.0764278,51.6671868]},"properties":{"@type":"node","@id":6225649445,"@timestamp":1612950073},"coords":"51.6671868,-0.0764278","bedrooms":"0","price":"285000","area":"450"} , +{"type":"Feature","id":"n6225657120","geometry":{"type":"Point","coordinates":[-0.0732709,51.666756]},"properties":{"@type":"node","@id":6225657120,"@timestamp":1616841956},"coords":"51.666756,-0.0732709","bedrooms":"3","price":"291000","area":"644"} , +{"type":"Feature","id":"n6225657135","geometry":{"type":"Point","coordinates":[-0.0731904,51.6670704]},"properties":{"@type":"node","@id":6225657135,"@timestamp":1614425347},"coords":"51.6670704,-0.0731904","bedrooms":"0","price":"226000","area":"435"} , +{"type":"Feature","id":"n6225669947","geometry":{"type":"Point","coordinates":[-0.0744214,51.6664415]},"properties":{"@type":"node","@id":6225669947,"@timestamp":1613379610},"coords":"51.6664415,-0.0744214","bedrooms":"4","price":"251000","area":"693"} , +{"type":"Feature","id":"n6225669957","geometry":{"type":"Point","coordinates":[-0.0750437,51.6665531]},"properties":{"@type":"node","@id":6225669957,"@timestamp":1613379610},"coords":"51.6665531,-0.0750437","bedrooms":"3","price":"278000","area":"614"} , +{"type":"Feature","id":"n6225673342","geometry":{"type":"Point","coordinates":[-0.0741612,51.6667094]},"properties":{"@type":"node","@id":6225673342,"@timestamp":1613379610},"coords":"51.6667094,-0.0741612","bedrooms":"3","price":"161000","area":"470"} , +{"type":"Feature","id":"n6225673352","geometry":{"type":"Point","coordinates":[-0.0743409,51.6667394]},"properties":{"@type":"node","@id":6225673352,"@timestamp":1613379610},"coords":"51.6667394,-0.0743409","bedrooms":"1","price":"233000","area":"570"} , +{"type":"Feature","id":"n6225673362","geometry":{"type":"Point","coordinates":[-0.0750973,51.6670105]},"properties":{"@type":"node","@id":6225673362,"@timestamp":1613379610},"coords":"51.6670105,-0.0750973","bedrooms":"4","price":"178000","area":"359"} , +{"type":"Feature","id":"n6225711522","geometry":{"type":"Point","coordinates":[-0.0127672,51.4598113]},"properties":{"@type":"node","@id":6225711522,"@timestamp":1565314911},"coords":"51.4598113,-0.0127672","bedrooms":"3","price":"159000","area":"694"} , +{"type":"Feature","id":"n6225808002","geometry":{"type":"Point","coordinates":[-0.8500549,51.4208876]},"properties":{"@type":"node","@id":6225808002,"@timestamp":1624135758},"coords":"51.4208876,-0.8500549","bedrooms":"3","price":"293000","area":"624"} , +{"type":"Feature","id":"n6225828136","geometry":{"type":"Point","coordinates":[-0.1410057,51.284547]},"properties":{"@type":"node","@id":6225828136,"@timestamp":1548103239},"coords":"51.284547,-0.1410057","bedrooms":"2","price":"161000","area":"656"} , +{"type":"Feature","id":"n6225888789","geometry":{"type":"Point","coordinates":[-1.73e-05,51.4671957]},"properties":{"@type":"node","@id":6225888789,"@timestamp":1548105265},"coords":"51.4671957,-1.73e-05","bedrooms":"3","price":"269000","area":"672"} , +{"type":"Feature","id":"n6225906174","geometry":{"type":"Point","coordinates":[0.0007148,51.4665097]},"properties":{"@type":"node","@id":6225906174,"@timestamp":1548105559},"coords":"51.4665097,0.0007148","bedrooms":"1","price":"241000","area":"390"} , +{"type":"Feature","id":"n6225921242","geometry":{"type":"Point","coordinates":[0.0031961,51.4661295]},"properties":{"@type":"node","@id":6225921242,"@timestamp":1548109217},"coords":"51.4661295,0.0031961","bedrooms":"0","price":"196000","area":"412"} , +{"type":"Feature","id":"n6225941250","geometry":{"type":"Point","coordinates":[-0.37215,51.5036423]},"properties":{"@type":"node","@id":6225941250,"@timestamp":1548107651},"coords":"51.5036423,-0.37215","bedrooms":"2","price":"261000","area":"652"} , +{"type":"Feature","id":"n6225970196","geometry":{"type":"Point","coordinates":[-0.3714145,51.5056424]},"properties":{"@type":"node","@id":6225970196,"@timestamp":1550342181},"coords":"51.5056424,-0.3714145","bedrooms":"4","price":"206000","area":"644"} , +{"type":"Feature","id":"n6225970206","geometry":{"type":"Point","coordinates":[-0.3703904,51.5057793]},"properties":{"@type":"node","@id":6225970206,"@timestamp":1550342181},"coords":"51.5057793,-0.3703904","bedrooms":"2","price":"167000","area":"531"} , +{"type":"Feature","id":"n6226021028","geometry":{"type":"Point","coordinates":[-0.3251399,51.4927259]},"properties":{"@type":"node","@id":6226021028,"@timestamp":1550230031},"coords":"51.4927259,-0.3251399","bedrooms":"3","price":"284000","area":"677"} , +{"type":"Feature","id":"n6226027154","geometry":{"type":"Point","coordinates":[-0.3340207,51.4957123]},"properties":{"@type":"node","@id":6226027154,"@timestamp":1550230032},"coords":"51.4957123,-0.3340207","bedrooms":"4","price":"216000","area":"636"} , +{"type":"Feature","id":"n6226027164","geometry":{"type":"Point","coordinates":[-0.3364776,51.495886]},"properties":{"@type":"node","@id":6226027164,"@timestamp":1550230033},"coords":"51.495886,-0.3364776","bedrooms":"0","price":"205000","area":"561"} , +{"type":"Feature","id":"n6226035572","geometry":{"type":"Point","coordinates":[-0.3374697,51.4958726]},"properties":{"@type":"node","@id":6226035572,"@timestamp":1550230034},"coords":"51.4958726,-0.3374697","bedrooms":"0","price":"294000","area":"614"} , +{"type":"Feature","id":"n6226051808","geometry":{"type":"Point","coordinates":[-0.342169,51.4955854]},"properties":{"@type":"node","@id":6226051808,"@timestamp":1550230034},"coords":"51.4955854,-0.342169","bedrooms":"0","price":"299000","area":"650"} , +{"type":"Feature","id":"n6226085320","geometry":{"type":"Point","coordinates":[-0.3538634,51.4945001]},"properties":{"@type":"node","@id":6226085320,"@timestamp":1550230035},"coords":"51.4945001,-0.3538634","bedrooms":"0","price":"191000","area":"497"} , +{"type":"Feature","id":"n6226085331","geometry":{"type":"Point","coordinates":[-0.3472869,51.4952614]},"properties":{"@type":"node","@id":6226085331,"@timestamp":1550230036},"coords":"51.4952614,-0.3472869","bedrooms":"3","price":"255000","area":"500"} , +{"type":"Feature","id":"n6226085341","geometry":{"type":"Point","coordinates":[-0.3457634,51.495365]},"properties":{"@type":"node","@id":6226085341,"@timestamp":1550230037},"coords":"51.495365,-0.3457634","bedrooms":"2","price":"152000","area":"430"} , +{"type":"Feature","id":"n6226103155","geometry":{"type":"Point","coordinates":[-0.360258,51.4924995]},"properties":{"@type":"node","@id":6226103155,"@timestamp":1550230038},"coords":"51.4924995,-0.360258","bedrooms":"0","price":"161000","area":"354"} , +{"type":"Feature","id":"n6226112937","geometry":{"type":"Point","coordinates":[-0.3641258,51.4910034]},"properties":{"@type":"node","@id":6226112937,"@timestamp":1550230038},"coords":"51.4910034,-0.3641258","bedrooms":"4","price":"165000","area":"665"} , +{"type":"Feature","id":"n6226112947","geometry":{"type":"Point","coordinates":[-0.3637127,51.4911405]},"properties":{"@type":"node","@id":6226112947,"@timestamp":1550230039},"coords":"51.4911405,-0.3637127","bedrooms":"0","price":"273000","area":"562"} , +{"type":"Feature","id":"n6226128996","geometry":{"type":"Point","coordinates":[-0.3737978,51.48929]},"properties":{"@type":"node","@id":6226128996,"@timestamp":1550230040},"coords":"51.48929,-0.3737978","bedrooms":"1","price":"205000","area":"516"} , +{"type":"Feature","id":"n6226131435","geometry":{"type":"Point","coordinates":[-0.3776817,51.4887888]},"properties":{"@type":"node","@id":6226131435,"@timestamp":1550230041},"coords":"51.4887888,-0.3776817","bedrooms":"1","price":"251000","area":"388"} , +{"type":"Feature","id":"n6226137547","geometry":{"type":"Point","coordinates":[-0.3813936,51.4881844]},"properties":{"@type":"node","@id":6226137547,"@timestamp":1550230041},"coords":"51.4881844,-0.3813936","bedrooms":"3","price":"234000","area":"683"} , +{"type":"Feature","id":"n6226143050","geometry":{"type":"Point","coordinates":[-0.38664,51.4878035]},"properties":{"@type":"node","@id":6226143050,"@timestamp":1550230042},"coords":"51.4878035,-0.38664","bedrooms":"3","price":"266000","area":"513"} , +{"type":"Feature","id":"n6226147620","geometry":{"type":"Point","coordinates":[-0.3901003,51.4879573]},"properties":{"@type":"node","@id":6226147620,"@timestamp":1550230043},"coords":"51.4879573,-0.3901003","bedrooms":"4","price":"256000","area":"361"} , +{"type":"Feature","id":"n6226161971","geometry":{"type":"Point","coordinates":[-0.3926377,51.4882845]},"properties":{"@type":"node","@id":6226161971,"@timestamp":1550230044},"coords":"51.4882845,-0.3926377","bedrooms":"0","price":"299000","area":"415"} , +{"type":"Feature","id":"n6226161981","geometry":{"type":"Point","coordinates":[-0.4019879,51.4906395]},"properties":{"@type":"node","@id":6226161981,"@timestamp":1558126945},"coords":"51.4906395,-0.4019879","bedrooms":"3","price":"221000","area":"627"} , +{"type":"Feature","id":"n6226163034","geometry":{"type":"Point","coordinates":[-0.4020254,51.4904422]},"properties":{"@type":"node","@id":6226163034,"@timestamp":1558126946},"coords":"51.4904422,-0.4020254","bedrooms":"1","price":"163000","area":"382"} , +{"type":"Feature","id":"n6226165958","geometry":{"type":"Point","coordinates":[-0.4111981,51.4923634]},"properties":{"@type":"node","@id":6226165958,"@timestamp":1558130009},"coords":"51.4923634,-0.4111981","bedrooms":"4","price":"268000","area":"397"} , +{"type":"Feature","id":"n6226166519","geometry":{"type":"Point","coordinates":[-0.4075014,51.4919222]},"properties":{"@type":"node","@id":6226166519,"@timestamp":1558130010},"coords":"51.4919222,-0.4075014","bedrooms":"3","price":"209000","area":"380"} , +{"type":"Feature","id":"n6226168209","geometry":{"type":"Point","coordinates":[-0.4166861,51.4927732]},"properties":{"@type":"node","@id":6226168209,"@timestamp":1558130010},"coords":"51.4927732,-0.4166861","bedrooms":"4","price":"268000","area":"641"} , +{"type":"Feature","id":"n6226168744","geometry":{"type":"Point","coordinates":[-0.4217504,51.4931206]},"properties":{"@type":"node","@id":6226168744,"@timestamp":1558130011},"coords":"51.4931206,-0.4217504","bedrooms":"1","price":"235000","area":"584"} , +{"type":"Feature","id":"n6226169043","geometry":{"type":"Point","coordinates":[-0.4268519,51.4934713]},"properties":{"@type":"node","@id":6226169043,"@timestamp":1558130012},"coords":"51.4934713,-0.4268519","bedrooms":"0","price":"227000","area":"463"} , +{"type":"Feature","id":"n6226177826","geometry":{"type":"Point","coordinates":[-0.4354833,51.4941025]},"properties":{"@type":"node","@id":6226177826,"@timestamp":1550230050},"coords":"51.4941025,-0.4354833","bedrooms":"4","price":"151000","area":"611"} , +{"type":"Feature","id":"n6226177836","geometry":{"type":"Point","coordinates":[-0.4334287,51.493939]},"properties":{"@type":"node","@id":6226177836,"@timestamp":1550230051},"coords":"51.493939,-0.4334287","bedrooms":"2","price":"249000","area":"458"} , +{"type":"Feature","id":"n6226182565","geometry":{"type":"Point","coordinates":[-0.4426016,51.494754]},"properties":{"@type":"node","@id":6226182565,"@timestamp":1550230052},"coords":"51.494754,-0.4426016","bedrooms":"4","price":"240000","area":"485"} , +{"type":"Feature","id":"n6226262735","geometry":{"type":"Point","coordinates":[-0.442999,51.4946038]},"properties":{"@type":"node","@id":6226262735,"@timestamp":1558126948},"coords":"51.4946038,-0.442999","bedrooms":"1","price":"188000","area":"681"} , +{"type":"Feature","id":"n6226262748","geometry":{"type":"Point","coordinates":[-0.44983,51.4950995]},"properties":{"@type":"node","@id":6226262748,"@timestamp":1550230053},"coords":"51.4950995,-0.44983","bedrooms":"3","price":"203000","area":"446"} , +{"type":"Feature","id":"n6226262758","geometry":{"type":"Point","coordinates":[-0.4531199,51.4946184]},"properties":{"@type":"node","@id":6226262758,"@timestamp":1550230054},"coords":"51.4946184,-0.4531199","bedrooms":"2","price":"207000","area":"470"} , +{"type":"Feature","id":"n6226262768","geometry":{"type":"Point","coordinates":[-0.4537753,51.4912518]},"properties":{"@type":"node","@id":6226262768,"@timestamp":1550230055},"coords":"51.4912518,-0.4537753","bedrooms":"0","price":"283000","area":"486"} , +{"type":"Feature","id":"n6226262778","geometry":{"type":"Point","coordinates":[-0.4482384,51.4953308]},"properties":{"@type":"node","@id":6226262778,"@timestamp":1550230056},"coords":"51.4953308,-0.4482384","bedrooms":"0","price":"204000","area":"440"} , +{"type":"Feature","id":"n6226262788","geometry":{"type":"Point","coordinates":[-0.4529267,51.4956638]},"properties":{"@type":"node","@id":6226262788,"@timestamp":1550230057},"coords":"51.4956638,-0.4529267","bedrooms":"4","price":"181000","area":"512"} , +{"type":"Feature","id":"n6226262798","geometry":{"type":"Point","coordinates":[-0.4580057,51.495821]},"properties":{"@type":"node","@id":6226262798,"@timestamp":1550230058},"coords":"51.495821,-0.4580057","bedrooms":"2","price":"283000","area":"557"} , +{"type":"Feature","id":"n6226262808","geometry":{"type":"Point","coordinates":[-0.4624295,51.4957312]},"properties":{"@type":"node","@id":6226262808,"@timestamp":1550230058},"coords":"51.4957312,-0.4624295","bedrooms":"1","price":"159000","area":"549"} , +{"type":"Feature","id":"n6226262818","geometry":{"type":"Point","coordinates":[-0.4614013,51.4955859]},"properties":{"@type":"node","@id":6226262818,"@timestamp":1558126949},"coords":"51.4955859,-0.4614013","bedrooms":"0","price":"288000","area":"653"} , +{"type":"Feature","id":"n6226262830","geometry":{"type":"Point","coordinates":[-0.4548516,51.4954491]},"properties":{"@type":"node","@id":6226262830,"@timestamp":1550230060},"coords":"51.4954491,-0.4548516","bedrooms":"3","price":"211000","area":"404"} , +{"type":"Feature","id":"n6226262840","geometry":{"type":"Point","coordinates":[-0.4527066,51.4833914]},"properties":{"@type":"node","@id":6226262840,"@timestamp":1550230061},"coords":"51.4833914,-0.4527066","bedrooms":"3","price":"290000","area":"508"} , +{"type":"Feature","id":"n6226262851","geometry":{"type":"Point","coordinates":[-0.4531104,51.487793]},"properties":{"@type":"node","@id":6226262851,"@timestamp":1550230062},"coords":"51.487793,-0.4531104","bedrooms":"2","price":"287000","area":"431"} , +{"type":"Feature","id":"n6226262861","geometry":{"type":"Point","coordinates":[-0.4532166,51.4885076]},"properties":{"@type":"node","@id":6226262861,"@timestamp":1564903671},"coords":"51.4885076,-0.4532166","bedrooms":"1","price":"250000","area":"351"} , +{"type":"Feature","id":"n6226262871","geometry":{"type":"Point","coordinates":[-0.4536993,51.493249]},"properties":{"@type":"node","@id":6226262871,"@timestamp":1564903671},"coords":"51.493249,-0.4536993","bedrooms":"3","price":"269000","area":"475"} , +{"type":"Feature","id":"n6226262881","geometry":{"type":"Point","coordinates":[-0.4530713,51.4969656]},"properties":{"@type":"node","@id":6226262881,"@timestamp":1550230063},"coords":"51.4969656,-0.4530713","bedrooms":"4","price":"197000","area":"357"} , +{"type":"Feature","id":"n6226725806","geometry":{"type":"Point","coordinates":[-0.7982834,51.2924065]},"properties":{"@type":"node","@id":6226725806,"@timestamp":1548147181},"coords":"51.2924065,-0.7982834","bedrooms":"2","price":"217000","area":"353"} , +{"type":"Feature","id":"n6227303508","geometry":{"type":"Point","coordinates":[-0.3896979,51.375266]},"properties":{"@type":"node","@id":6227303508,"@timestamp":1548164508},"coords":"51.375266,-0.3896979","bedrooms":"3","price":"178000","area":"457"} , +{"type":"Feature","id":"n6227645021","geometry":{"type":"Point","coordinates":[-0.0827482,51.6658052]},"properties":{"@type":"node","@id":6227645021,"@timestamp":1612712827},"coords":"51.6658052,-0.0827482","bedrooms":"0","price":"205000","area":"411"} , +{"type":"Feature","id":"n6227655284","geometry":{"type":"Point","coordinates":[-0.0824074,51.6653428]},"properties":{"@type":"node","@id":6227655284,"@timestamp":1612792858},"coords":"51.6653428,-0.0824074","bedrooms":"3","price":"281000","area":"522"} , +{"type":"Feature","id":"n6227663253","geometry":{"type":"Point","coordinates":[-0.08101,51.6659166]},"properties":{"@type":"node","@id":6227663253,"@timestamp":1613396240},"coords":"51.6659166,-0.08101","bedrooms":"1","price":"182000","area":"457"} , +{"type":"Feature","id":"n6227665097","geometry":{"type":"Point","coordinates":[-0.0821742,51.6660547]},"properties":{"@type":"node","@id":6227665097,"@timestamp":1612792858},"coords":"51.6660547,-0.0821742","bedrooms":"0","price":"157000","area":"509"} , +{"type":"Feature","id":"n6227687520","geometry":{"type":"Point","coordinates":[-0.0806667,51.6658035]},"properties":{"@type":"node","@id":6227687520,"@timestamp":1614951045},"coords":"51.6658035,-0.0806667","bedrooms":"4","price":"176000","area":"607"} , +{"type":"Feature","id":"n6227696648","geometry":{"type":"Point","coordinates":[-0.0820375,51.6646939]},"properties":{"@type":"node","@id":6227696648,"@timestamp":1548177301},"coords":"51.6646939,-0.0820375","bedrooms":"1","price":"235000","area":"683"} , +{"type":"Feature","id":"n6227696658","geometry":{"type":"Point","coordinates":[-0.0811282,51.6647887]},"properties":{"@type":"node","@id":6227696658,"@timestamp":1611910913},"coords":"51.6647887,-0.0811282","bedrooms":"2","price":"221000","area":"593"} , +{"type":"Feature","id":"n6227696668","geometry":{"type":"Point","coordinates":[-0.0821152,51.6648685]},"properties":{"@type":"node","@id":6227696668,"@timestamp":1619189643},"coords":"51.6648685,-0.0821152","bedrooms":"2","price":"189000","area":"652"} , +{"type":"Feature","id":"n6227710579","geometry":{"type":"Point","coordinates":[-0.0820375,51.6652396]},"properties":{"@type":"node","@id":6227710579,"@timestamp":1613999572},"coords":"51.6652396,-0.0820375","bedrooms":"0","price":"255000","area":"376"} , +{"type":"Feature","id":"n6227721235","geometry":{"type":"Point","coordinates":[-0.8498871,51.4269059]},"properties":{"@type":"node","@id":6227721235,"@timestamp":1548178196},"coords":"51.4269059,-0.8498871","bedrooms":"1","price":"251000","area":"369"} , +{"type":"Feature","id":"n6227721636","geometry":{"type":"Point","coordinates":[-0.0811631,51.6655623]},"properties":{"@type":"node","@id":6227721636,"@timestamp":1612701173},"coords":"51.6655623,-0.0811631","bedrooms":"3","price":"225000","area":"687"} , +{"type":"Feature","id":"n6227723932","geometry":{"type":"Point","coordinates":[-0.0815949,51.6646092]},"properties":{"@type":"node","@id":6227723932,"@timestamp":1612701173},"coords":"51.6646092,-0.0815949","bedrooms":"0","price":"163000","area":"657"} , +{"type":"Feature","id":"n6227744349","geometry":{"type":"Point","coordinates":[-0.8410293,51.4237875]},"properties":{"@type":"node","@id":6227744349,"@timestamp":1616339863},"coords":"51.4237875,-0.8410293","bedrooms":"3","price":"196000","area":"686"} , +{"type":"Feature","id":"n6227787438","geometry":{"type":"Point","coordinates":[-0.8462377,51.4245461]},"properties":{"@type":"node","@id":6227787438,"@timestamp":1548180487},"coords":"51.4245461,-0.8462377","bedrooms":"1","price":"263000","area":"402"} , +{"type":"Feature","id":"n6227935887","geometry":{"type":"Point","coordinates":[-0.08172,51.6662325]},"properties":{"@type":"node","@id":6227935887,"@timestamp":1615126075},"coords":"51.6662325,-0.08172","bedrooms":"1","price":"253000","area":"639"} , +{"type":"Feature","id":"n6227941208","geometry":{"type":"Point","coordinates":[-0.0805988,51.6688422]},"properties":{"@type":"node","@id":6227941208,"@timestamp":1612877187},"coords":"51.6688422,-0.0805988","bedrooms":"1","price":"179000","area":"593"} , +{"type":"Feature","id":"n6227950592","geometry":{"type":"Point","coordinates":[-0.0808296,51.6683481]},"properties":{"@type":"node","@id":6227950592,"@timestamp":1612877187},"coords":"51.6683481,-0.0808296","bedrooms":"0","price":"244000","area":"377"} , +{"type":"Feature","id":"n6227950602","geometry":{"type":"Point","coordinates":[-0.0807733,51.6684712]},"properties":{"@type":"node","@id":6227950602,"@timestamp":1612877187},"coords":"51.6684712,-0.0807733","bedrooms":"3","price":"277000","area":"407"} , +{"type":"Feature","id":"n6227950612","geometry":{"type":"Point","coordinates":[-0.0811944,51.6677908]},"properties":{"@type":"node","@id":6227950612,"@timestamp":1611761775},"coords":"51.6677908,-0.0811944","bedrooms":"0","price":"221000","area":"608"} , +{"type":"Feature","id":"n6228382456","geometry":{"type":"Point","coordinates":[-0.1334443,51.535521]},"properties":{"@type":"node","@id":6228382456,"@timestamp":1618329436},"coords":"51.535521,-0.1334443","bedrooms":"4","price":"232000","area":"358"} , +{"type":"Feature","id":"n6229256644","geometry":{"type":"Point","coordinates":[-0.3684387,51.3298196]},"properties":{"@type":"node","@id":6229256644,"@timestamp":1617580267},"coords":"51.3298196,-0.3684387","bedrooms":"1","price":"194000","area":"505"} , +{"type":"Feature","id":"n6229256757","geometry":{"type":"Point","coordinates":[-0.3597776,51.334623]},"properties":{"@type":"node","@id":6229256757,"@timestamp":1617557434},"coords":"51.334623,-0.3597776","bedrooms":"2","price":"174000","area":"561"} , +{"type":"Feature","id":"n6229256859","geometry":{"type":"Point","coordinates":[-0.35933,51.335381]},"properties":{"@type":"node","@id":6229256859,"@timestamp":1617557434},"coords":"51.335381,-0.35933","bedrooms":"0","price":"290000","area":"446"} , +{"type":"Feature","id":"n6229302813","geometry":{"type":"Point","coordinates":[-0.4041468,51.3772718]},"properties":{"@type":"node","@id":6229302813,"@timestamp":1548241363},"coords":"51.3772718,-0.4041468","bedrooms":"2","price":"174000","area":"375"} , +{"type":"Feature","id":"n6230827290","geometry":{"type":"Point","coordinates":[-0.7885238,51.3850914]},"properties":{"@type":"node","@id":6230827290,"@timestamp":1548265718},"coords":"51.3850914,-0.7885238","bedrooms":"2","price":"210000","area":"460"} , +{"type":"Feature","id":"n6231042120","geometry":{"type":"Point","coordinates":[-0.7895346,51.3768327]},"properties":{"@type":"node","@id":6231042120,"@timestamp":1607000704},"coords":"51.3768327,-0.7895346","bedrooms":"0","price":"221000","area":"420"} , +{"type":"Feature","id":"n6231054449","geometry":{"type":"Point","coordinates":[-0.7891296,51.3764984]},"properties":{"@type":"node","@id":6231054449,"@timestamp":1560292434},"coords":"51.3764984,-0.7891296","bedrooms":"3","price":"189000","area":"370"} , +{"type":"Feature","id":"n6231059399","geometry":{"type":"Point","coordinates":[-0.1807702,51.1773546]},"properties":{"@type":"node","@id":6231059399,"@timestamp":1548274366},"coords":"51.1773546,-0.1807702","bedrooms":"1","price":"241000","area":"448"} , +{"type":"Feature","id":"n6231703650","geometry":{"type":"Point","coordinates":[-0.154547,51.5151308]},"properties":{"@type":"node","@id":6231703650,"@timestamp":1548310154},"coords":"51.5151308,-0.154547","bedrooms":"2","price":"282000","area":"468"} , +{"type":"Feature","id":"n6232876599","geometry":{"type":"Point","coordinates":[-0.1601182,51.4611855]},"properties":{"@type":"node","@id":6232876599,"@timestamp":1548333391},"coords":"51.4611855,-0.1601182","bedrooms":"2","price":"292000","area":"486"} , +{"type":"Feature","id":"n6233119789","geometry":{"type":"Point","coordinates":[0.2768568,51.1018386]},"properties":{"@type":"node","@id":6233119789,"@timestamp":1548341242},"coords":"51.1018386,0.2768568","bedrooms":"3","price":"215000","area":"634"} , +{"type":"Feature","id":"n6234311284","geometry":{"type":"Point","coordinates":[-0.9700517,51.4344674]},"properties":{"@type":"node","@id":6234311284,"@timestamp":1548359976},"coords":"51.4344674,-0.9700517","bedrooms":"3","price":"232000","area":"505"} , +{"type":"Feature","id":"n6234851603","geometry":{"type":"Point","coordinates":[-0.1733808,51.5147676]},"properties":{"@type":"node","@id":6234851603,"@timestamp":1617543607},"coords":"51.5147676,-0.1733808","bedrooms":"0","price":"226000","area":"585"} , +{"type":"Feature","id":"n6235056364","geometry":{"type":"Point","coordinates":[0.5073372,51.3860401]},"properties":{"@type":"node","@id":6235056364,"@timestamp":1548373715},"coords":"51.3860401,0.5073372","bedrooms":"2","price":"256000","area":"520"} , +{"type":"Feature","id":"n6235122467","geometry":{"type":"Point","coordinates":[-0.1227918,51.5802724]},"properties":{"@type":"node","@id":6235122467,"@timestamp":1548377564},"coords":"51.5802724,-0.1227918","bedrooms":"1","price":"165000","area":"353"} , +{"type":"Feature","id":"n6235284157","geometry":{"type":"Point","coordinates":[-0.1560717,51.5141601]},"properties":{"@type":"node","@id":6235284157,"@timestamp":1548390685},"coords":"51.5141601,-0.1560717","bedrooms":"3","price":"178000","area":"469"} , +{"type":"Feature","id":"n6235913335","geometry":{"type":"Point","coordinates":[-0.0010475,51.5681096]},"properties":{"@type":"node","@id":6235913335,"@timestamp":1548417254},"coords":"51.5681096,-0.0010475","bedrooms":"1","price":"153000","area":"602"} , +{"type":"Feature","id":"n6236710023","geometry":{"type":"Point","coordinates":[0.750061,51.8110927]},"properties":{"@type":"node","@id":6236710023,"@timestamp":1548440183},"coords":"51.8110927,0.750061","bedrooms":"3","price":"250000","area":"397"} , +{"type":"Feature","id":"n6236847511","geometry":{"type":"Point","coordinates":[0.0012389,51.5433064]},"properties":{"@type":"node","@id":6236847511,"@timestamp":1548444023},"coords":"51.5433064,0.0012389","bedrooms":"1","price":"293000","area":"438"} , +{"type":"Feature","id":"n6236929830","geometry":{"type":"Point","coordinates":[-0.4608376,51.7647638]},"properties":{"@type":"node","@id":6236929830,"@timestamp":1607184488},"coords":"51.7647638,-0.4608376","bedrooms":"2","price":"288000","area":"383"} , +{"type":"Feature","id":"n6237029306","geometry":{"type":"Point","coordinates":[-0.4052791,51.1753544]},"properties":{"@type":"node","@id":6237029306,"@timestamp":1548450951},"coords":"51.1753544,-0.4052791","bedrooms":"3","price":"208000","area":"570"} , +{"type":"Feature","id":"n6237179679","geometry":{"type":"Point","coordinates":[-0.2412014,50.966934]},"properties":{"@type":"node","@id":6237179679,"@timestamp":1599683228},"coords":"50.966934,-0.2412014","bedrooms":"2","price":"228000","area":"664"} , +{"type":"Feature","id":"n6237807571","geometry":{"type":"Point","coordinates":[-0.01684,51.4529321]},"properties":{"@type":"node","@id":6237807571,"@timestamp":1594685428},"coords":"51.4529321,-0.01684","bedrooms":"3","price":"217000","area":"629"} , +{"type":"Feature","id":"n6237997942","geometry":{"type":"Point","coordinates":[-0.1605193,51.5594962]},"properties":{"@type":"node","@id":6237997942,"@timestamp":1629653298},"coords":"51.5594962,-0.1605193","bedrooms":"2","price":"198000","area":"408"} , +{"type":"Feature","id":"n6238214776","geometry":{"type":"Point","coordinates":[-0.3607303,51.0502605]},"properties":{"@type":"node","@id":6238214776,"@timestamp":1548520625},"coords":"51.0502605,-0.3607303","bedrooms":"0","price":"227000","area":"646"} , +{"type":"Feature","id":"n6238611814","geometry":{"type":"Point","coordinates":[-1.11426,51.6190366]},"properties":{"@type":"node","@id":6238611814,"@timestamp":1548535308},"coords":"51.6190366,-1.11426","bedrooms":"3","price":"223000","area":"600"} , +{"type":"Feature","id":"n6238727862","geometry":{"type":"Point","coordinates":[-0.016411,51.4646147]},"properties":{"@type":"node","@id":6238727862,"@timestamp":1548541204},"coords":"51.4646147,-0.016411","bedrooms":"4","price":"209000","area":"602"} , +{"type":"Feature","id":"n6238727873","geometry":{"type":"Point","coordinates":[-0.015122,51.4644161]},"properties":{"@type":"node","@id":6238727873,"@timestamp":1548541204},"coords":"51.4644161,-0.015122","bedrooms":"4","price":"186000","area":"548"} , +{"type":"Feature","id":"n6238729196","geometry":{"type":"Point","coordinates":[-0.0151909,51.4646311]},"properties":{"@type":"node","@id":6238729196,"@timestamp":1548541205},"coords":"51.4646311,-0.0151909","bedrooms":"4","price":"296000","area":"679"} , +{"type":"Feature","id":"n6238795135","geometry":{"type":"Point","coordinates":[-0.0144377,51.4633611]},"properties":{"@type":"node","@id":6238795135,"@timestamp":1548544405},"coords":"51.4633611,-0.0144377","bedrooms":"2","price":"286000","area":"459"} , +{"type":"Feature","id":"n6238795145","geometry":{"type":"Point","coordinates":[-0.0142476,51.4632575]},"properties":{"@type":"node","@id":6238795145,"@timestamp":1548544406},"coords":"51.4632575,-0.0142476","bedrooms":"1","price":"251000","area":"623"} , +{"type":"Feature","id":"n6239108616","geometry":{"type":"Point","coordinates":[-0.0604055,51.462121]},"properties":{"@type":"node","@id":6239108616,"@timestamp":1548566166},"coords":"51.462121,-0.0604055","bedrooms":"4","price":"194000","area":"612"} , +{"type":"Feature","id":"n6239567386","geometry":{"type":"Point","coordinates":[0.0099767,51.608455]},"properties":{"@type":"node","@id":6239567386,"@timestamp":1627749600},"coords":"51.608455,0.0099767","bedrooms":"0","price":"158000","area":"363"} , +{"type":"Feature","id":"n6239845186","geometry":{"type":"Point","coordinates":[-1.0032194,51.8366839]},"properties":{"@type":"node","@id":6239845186,"@timestamp":1548604319},"coords":"51.8366839,-1.0032194","bedrooms":"3","price":"185000","area":"401"} , +{"type":"Feature","id":"n6239950533","geometry":{"type":"Point","coordinates":[-0.068937,51.5145239]},"properties":{"@type":"node","@id":6239950533,"@timestamp":1548606990},"coords":"51.5145239,-0.068937","bedrooms":"0","price":"207000","area":"691"} , +{"type":"Feature","id":"n6240594207","geometry":{"type":"Point","coordinates":[-0.305051,51.3923216]},"properties":{"@type":"node","@id":6240594207,"@timestamp":1596276461},"coords":"51.3923216,-0.305051","bedrooms":"4","price":"157000","area":"430"} , +{"type":"Feature","id":"n6241064812","geometry":{"type":"Point","coordinates":[-0.1507461,51.5958597]},"properties":{"@type":"node","@id":6241064812,"@timestamp":1626526093},"coords":"51.5958597,-0.1507461","bedrooms":"3","price":"150000","area":"365"} , +{"type":"Feature","id":"n6242141780","geometry":{"type":"Point","coordinates":[-0.2718522,51.3621859]},"properties":{"@type":"node","@id":6242141780,"@timestamp":1620502897},"coords":"51.3621859,-0.2718522","bedrooms":"2","price":"274000","area":"406"} , +{"type":"Feature","id":"n6242223995","geometry":{"type":"Point","coordinates":[-0.3784353,51.2572377]},"properties":{"@type":"node","@id":6242223995,"@timestamp":1548697391},"coords":"51.2572377,-0.3784353","bedrooms":"1","price":"228000","area":"649"} , +{"type":"Feature","id":"n6242555796","geometry":{"type":"Point","coordinates":[-0.0378275,51.4869101]},"properties":{"@type":"node","@id":6242555796,"@timestamp":1548706670},"coords":"51.4869101,-0.0378275","bedrooms":"3","price":"284000","area":"439"} , +{"type":"Feature","id":"n6242968831","geometry":{"type":"Point","coordinates":[0.5070072,51.386327]},"properties":{"@type":"node","@id":6242968831,"@timestamp":1548717673},"coords":"51.386327,0.5070072","bedrooms":"1","price":"281000","area":"617"} , +{"type":"Feature","id":"n6243280750","geometry":{"type":"Point","coordinates":[-0.020874,51.5746267]},"properties":{"@type":"node","@id":6243280750,"@timestamp":1548726888},"coords":"51.5746267,-0.020874","bedrooms":"1","price":"223000","area":"582"} , +{"type":"Feature","id":"n6243516380","geometry":{"type":"Point","coordinates":[-0.0183871,51.5825244]},"properties":{"@type":"node","@id":6243516380,"@timestamp":1622160552},"coords":"51.5825244,-0.0183871","bedrooms":"0","price":"269000","area":"469"} , +{"type":"Feature","id":"n6243928938","geometry":{"type":"Point","coordinates":[-0.3789464,51.1486092]},"properties":{"@type":"node","@id":6243928938,"@timestamp":1550508622},"coords":"51.1486092,-0.3789464","bedrooms":"3","price":"167000","area":"524"} , +{"type":"Feature","id":"n6244495275","geometry":{"type":"Point","coordinates":[-0.0362822,51.587071]},"properties":{"@type":"node","@id":6244495275,"@timestamp":1548771580},"coords":"51.587071,-0.0362822","bedrooms":"1","price":"208000","area":"401"} , +{"type":"Feature","id":"n6244941910","geometry":{"type":"Point","coordinates":[0.0745398,51.5566288]},"properties":{"@type":"node","@id":6244941910,"@timestamp":1548785883},"coords":"51.5566288,0.0745398","bedrooms":"3","price":"297000","area":"351"} , +{"type":"Feature","id":"n6245464454","geometry":{"type":"Point","coordinates":[0.012037,51.0238955]},"properties":{"@type":"node","@id":6245464454,"@timestamp":1595179797},"coords":"51.0238955,0.012037","bedrooms":"2","price":"210000","area":"515"} , +{"type":"Feature","id":"n6245580986","geometry":{"type":"Point","coordinates":[-0.0201714,51.0384433]},"properties":{"@type":"node","@id":6245580986,"@timestamp":1593807050},"coords":"51.0384433,-0.0201714","bedrooms":"4","price":"205000","area":"486"} , +{"type":"Feature","id":"n6245715272","geometry":{"type":"Point","coordinates":[0.5044846,51.3888972]},"properties":{"@type":"node","@id":6245715272,"@timestamp":1548806712},"coords":"51.3888972,0.5044846","bedrooms":"0","price":"168000","area":"610"} , +{"type":"Feature","id":"n6246353405","geometry":{"type":"Point","coordinates":[-0.0758865,51.5096932]},"properties":{"@type":"node","@id":6246353405,"@timestamp":1548840122},"coords":"51.5096932,-0.0758865","bedrooms":"2","price":"190000","area":"462"} , +{"type":"Feature","id":"n6247140621","geometry":{"type":"Point","coordinates":[-0.0801309,51.5218626]},"properties":{"@type":"node","@id":6247140621,"@timestamp":1597579813},"coords":"51.5218626,-0.0801309","bedrooms":"1","price":"159000","area":"675"} , +{"type":"Feature","id":"n6247171772","geometry":{"type":"Point","coordinates":[-0.3493,51.4379238]},"properties":{"@type":"node","@id":6247171772,"@timestamp":1564222289},"coords":"51.4379238,-0.3493","bedrooms":"0","price":"215000","area":"613"} , +{"type":"Feature","id":"n6247454834","geometry":{"type":"Point","coordinates":[-0.1954016,51.7836396]},"properties":{"@type":"node","@id":6247454834,"@timestamp":1605279343},"coords":"51.7836396,-0.1954016","bedrooms":"4","price":"299000","area":"572"} , +{"type":"Feature","id":"n6247699232","geometry":{"type":"Point","coordinates":[-0.2608563,51.4923112]},"properties":{"@type":"node","@id":6247699232,"@timestamp":1608646539},"coords":"51.4923112,-0.2608563","bedrooms":"2","price":"152000","area":"559"} , +{"type":"Feature","id":"n6248353754","geometry":{"type":"Point","coordinates":[0.017851,51.4880362]},"properties":{"@type":"node","@id":6248353754,"@timestamp":1548898742},"coords":"51.4880362,0.017851","bedrooms":"4","price":"173000","area":"606"} , +{"type":"Feature","id":"n6249088166","geometry":{"type":"Point","coordinates":[-0.1715156,51.4597816]},"properties":{"@type":"node","@id":6249088166,"@timestamp":1548933354},"coords":"51.4597816,-0.1715156","bedrooms":"2","price":"195000","area":"654"} , +{"type":"Feature","id":"n6249402647","geometry":{"type":"Point","coordinates":[-0.0266653,51.4788385]},"properties":{"@type":"node","@id":6249402647,"@timestamp":1548939730},"coords":"51.4788385,-0.0266653","bedrooms":"4","price":"237000","area":"360"} , +{"type":"Feature","id":"n6249525544","geometry":{"type":"Point","coordinates":[-0.9362711,51.4478545]},"properties":{"@type":"node","@id":6249525544,"@timestamp":1548942364},"coords":"51.4478545,-0.9362711","bedrooms":"4","price":"233000","area":"385"} , +{"type":"Feature","id":"n6249684174","geometry":{"type":"Point","coordinates":[-0.2724642,51.3624499]},"properties":{"@type":"node","@id":6249684174,"@timestamp":1620593410},"coords":"51.3624499,-0.2724642","bedrooms":"3","price":"177000","area":"457"} , +{"type":"Feature","id":"n6249741464","geometry":{"type":"Point","coordinates":[-0.2723842,51.361152]},"properties":{"@type":"node","@id":6249741464,"@timestamp":1620502897},"coords":"51.361152,-0.2723842","bedrooms":"2","price":"176000","area":"654"} , +{"type":"Feature","id":"n6249990101","geometry":{"type":"Point","coordinates":[-0.1591671,51.5133162]},"properties":{"@type":"node","@id":6249990101,"@timestamp":1616781637},"coords":"51.5133162,-0.1591671","bedrooms":"2","price":"252000","area":"359"} , +{"type":"Feature","id":"n6250294685","geometry":{"type":"Point","coordinates":[-0.1455797,51.5124211]},"properties":{"@type":"node","@id":6250294685,"@timestamp":1548964275},"coords":"51.5124211,-0.1455797","bedrooms":"4","price":"216000","area":"462"} , +{"type":"Feature","id":"n6250387706","geometry":{"type":"Point","coordinates":[-0.5054973,51.9498695]},"properties":{"@type":"node","@id":6250387706,"@timestamp":1548968127},"coords":"51.9498695,-0.5054973","bedrooms":"0","price":"159000","area":"351"} , +{"type":"Feature","id":"n6250445845","geometry":{"type":"Point","coordinates":[-0.1384802,51.5111671]},"properties":{"@type":"node","@id":6250445845,"@timestamp":1577904112},"coords":"51.5111671,-0.1384802","bedrooms":"4","price":"229000","area":"452"} , +{"type":"Feature","id":"n6250793168","geometry":{"type":"Point","coordinates":[-0.0856579,51.60919]},"properties":{"@type":"node","@id":6250793168,"@timestamp":1564903671},"coords":"51.60919,-0.0856579","bedrooms":"1","price":"276000","area":"403"} , +{"type":"Feature","id":"n6251643439","geometry":{"type":"Point","coordinates":[-0.0905645,51.5574814]},"properties":{"@type":"node","@id":6251643439,"@timestamp":1622346318},"coords":"51.5574814,-0.0905645","bedrooms":"3","price":"232000","area":"409"} , +{"type":"Feature","id":"n6251820002","geometry":{"type":"Point","coordinates":[0.0771885,51.5423532]},"properties":{"@type":"node","@id":6251820002,"@timestamp":1549035688},"coords":"51.5423532,0.0771885","bedrooms":"4","price":"298000","area":"481"} , +{"type":"Feature","id":"n6252066889","geometry":{"type":"Point","coordinates":[0.0719536,51.5374161]},"properties":{"@type":"node","@id":6252066889,"@timestamp":1564903671},"coords":"51.5374161,0.0719536","bedrooms":"1","price":"261000","area":"693"} , +{"type":"Feature","id":"n6252409098","geometry":{"type":"Point","coordinates":[0.0084329,50.9520434]},"properties":{"@type":"node","@id":6252409098,"@timestamp":1549055007},"coords":"50.9520434,0.0084329","bedrooms":"4","price":"210000","area":"686"} , +{"type":"Feature","id":"n6253690948","geometry":{"type":"Point","coordinates":[0.0450099,51.5083833]},"properties":{"@type":"node","@id":6253690948,"@timestamp":1549115016},"coords":"51.5083833,0.0450099","bedrooms":"1","price":"256000","area":"444"} , +{"type":"Feature","id":"n6253690958","geometry":{"type":"Point","coordinates":[0.044919,51.5082691]},"properties":{"@type":"node","@id":6253690958,"@timestamp":1549115017},"coords":"51.5082691,0.044919","bedrooms":"1","price":"213000","area":"582"} , +{"type":"Feature","id":"n6254358531","geometry":{"type":"Point","coordinates":[-0.5820175,51.7388519]},"properties":{"@type":"node","@id":6254358531,"@timestamp":1549137751},"coords":"51.7388519,-0.5820175","bedrooms":"4","price":"287000","area":"388"} , +{"type":"Feature","id":"n6254509484","geometry":{"type":"Point","coordinates":[-0.2833529,51.4923197]},"properties":{"@type":"node","@id":6254509484,"@timestamp":1549143519},"coords":"51.4923197,-0.2833529","bedrooms":"4","price":"235000","area":"653"} , +{"type":"Feature","id":"n6254510794","geometry":{"type":"Point","coordinates":[-0.283293,51.49211]},"properties":{"@type":"node","@id":6254510794,"@timestamp":1549143519},"coords":"51.49211,-0.283293","bedrooms":"0","price":"246000","area":"502"} , +{"type":"Feature","id":"n6254634879","geometry":{"type":"Point","coordinates":[-0.5091208,51.6967094]},"properties":{"@type":"node","@id":6254634879,"@timestamp":1549147910},"coords":"51.6967094,-0.5091208","bedrooms":"3","price":"159000","area":"425"} , +{"type":"Feature","id":"n6254805665","geometry":{"type":"Point","coordinates":[0.1167307,51.5266102]},"properties":{"@type":"node","@id":6254805665,"@timestamp":1552253450},"coords":"51.5266102,0.1167307","bedrooms":"0","price":"211000","area":"688"} , +{"type":"Feature","id":"n6254849026","geometry":{"type":"Point","coordinates":[0.503631,51.3897893]},"properties":{"@type":"node","@id":6254849026,"@timestamp":1549155892},"coords":"51.3897893,0.503631","bedrooms":"4","price":"233000","area":"528"} , +{"type":"Feature","id":"n6255443192","geometry":{"type":"Point","coordinates":[-0.6650901,51.1449]},"properties":{"@type":"node","@id":6255443192,"@timestamp":1549188469},"coords":"51.1449,-0.6650901","bedrooms":"3","price":"264000","area":"647"} , +{"type":"Feature","id":"n6255585510","geometry":{"type":"Point","coordinates":[0.5441129,51.0015316]},"properties":{"@type":"node","@id":6255585510,"@timestamp":1549195705},"coords":"51.0015316,0.5441129","bedrooms":"2","price":"251000","area":"517"} , +{"type":"Feature","id":"n6255585520","geometry":{"type":"Point","coordinates":[0.5427544,51.0024802]},"properties":{"@type":"node","@id":6255585520,"@timestamp":1549195705},"coords":"51.0024802,0.5427544","bedrooms":"1","price":"227000","area":"352"} , +{"type":"Feature","id":"n6255767467","geometry":{"type":"Point","coordinates":[0.0479942,51.4603266]},"properties":{"@type":"node","@id":6255767467,"@timestamp":1549205332},"coords":"51.4603266,0.0479942","bedrooms":"3","price":"299000","area":"475"} , +{"type":"Feature","id":"n6255874091","geometry":{"type":"Point","coordinates":[-0.0226686,51.4543017]},"properties":{"@type":"node","@id":6255874091,"@timestamp":1549209513},"coords":"51.4543017,-0.0226686","bedrooms":"4","price":"255000","area":"520"} , +{"type":"Feature","id":"n6255874101","geometry":{"type":"Point","coordinates":[-0.0217999,51.4557812]},"properties":{"@type":"node","@id":6255874101,"@timestamp":1549209513},"coords":"51.4557812,-0.0217999","bedrooms":"0","price":"257000","area":"547"} , +{"type":"Feature","id":"n6255994332","geometry":{"type":"Point","coordinates":[-0.0010795,51.5416664]},"properties":{"@type":"node","@id":6255994332,"@timestamp":1549213802},"coords":"51.5416664,-0.0010795","bedrooms":"0","price":"194000","area":"456"} , +{"type":"Feature","id":"n6256088500","geometry":{"type":"Point","coordinates":[-0.9751927,51.4549457]},"properties":{"@type":"node","@id":6256088500,"@timestamp":1592514014},"coords":"51.4549457,-0.9751927","bedrooms":"3","price":"245000","area":"618"} , +{"type":"Feature","id":"n6256714083","geometry":{"type":"Point","coordinates":[-1.0056514,51.4590818]},"properties":{"@type":"node","@id":6256714083,"@timestamp":1552175014},"coords":"51.4590818,-1.0056514","bedrooms":"2","price":"222000","area":"514"} , +{"type":"Feature","id":"n6256910046","geometry":{"type":"Point","coordinates":[-0.1234234,51.5115264]},"properties":{"@type":"node","@id":6256910046,"@timestamp":1549237264},"coords":"51.5115264,-0.1234234","bedrooms":"2","price":"213000","area":"684"} , +{"type":"Feature","id":"n6258317703","geometry":{"type":"Point","coordinates":[0.621838,51.045405]},"properties":{"@type":"node","@id":6258317703,"@timestamp":1549300275},"coords":"51.045405,0.621838","bedrooms":"1","price":"243000","area":"586"} , +{"type":"Feature","id":"n6258332752","geometry":{"type":"Point","coordinates":[-0.075906,51.3834995]},"properties":{"@type":"node","@id":6258332752,"@timestamp":1549301366},"coords":"51.3834995,-0.075906","bedrooms":"0","price":"164000","area":"607"} , +{"type":"Feature","id":"n6258355679","geometry":{"type":"Point","coordinates":[-0.0399619,51.6532379]},"properties":{"@type":"node","@id":6258355679,"@timestamp":1549302573},"coords":"51.6532379,-0.0399619","bedrooms":"1","price":"232000","area":"658"} , +{"type":"Feature","id":"n6258362089","geometry":{"type":"Point","coordinates":[-0.0398329,51.6536352]},"properties":{"@type":"node","@id":6258362089,"@timestamp":1549302574},"coords":"51.6536352,-0.0398329","bedrooms":"1","price":"268000","area":"634"} , +{"type":"Feature","id":"n6258362099","geometry":{"type":"Point","coordinates":[-0.039647,51.6549243]},"properties":{"@type":"node","@id":6258362099,"@timestamp":1549302574},"coords":"51.6549243,-0.039647","bedrooms":"3","price":"169000","area":"600"} , +{"type":"Feature","id":"n6258534813","geometry":{"type":"Point","coordinates":[-0.040157,51.6520752]},"properties":{"@type":"node","@id":6258534813,"@timestamp":1549309447},"coords":"51.6520752,-0.040157","bedrooms":"0","price":"253000","area":"633"} , +{"type":"Feature","id":"n6258685165","geometry":{"type":"Point","coordinates":[-0.1286403,51.5120999]},"properties":{"@type":"node","@id":6258685165,"@timestamp":1599925276},"coords":"51.5120999,-0.1286403","bedrooms":"3","price":"239000","area":"388"} , +{"type":"Feature","id":"n6258698898","geometry":{"type":"Point","coordinates":[-0.0448584,51.6515363]},"properties":{"@type":"node","@id":6258698898,"@timestamp":1551664569},"coords":"51.6515363,-0.0448584","bedrooms":"1","price":"240000","area":"590"} , +{"type":"Feature","id":"n6258717733","geometry":{"type":"Point","coordinates":[-1.031933,51.3969957]},"properties":{"@type":"node","@id":6258717733,"@timestamp":1567628054},"coords":"51.3969957,-1.031933","bedrooms":"2","price":"165000","area":"435"} , +{"type":"Feature","id":"n6258807809","geometry":{"type":"Point","coordinates":[0.2607831,51.4258067]},"properties":{"@type":"node","@id":6258807809,"@timestamp":1549319184},"coords":"51.4258067,0.2607831","bedrooms":"2","price":"187000","area":"569"} , +{"type":"Feature","id":"n6258881166","geometry":{"type":"Point","coordinates":[-0.0422074,51.6524382]},"properties":{"@type":"node","@id":6258881166,"@timestamp":1549323621},"coords":"51.6524382,-0.0422074","bedrooms":"1","price":"282000","area":"695"} , +{"type":"Feature","id":"n6259006582","geometry":{"type":"Point","coordinates":[0.5032112,51.3903776]},"properties":{"@type":"node","@id":6259006582,"@timestamp":1549332568},"coords":"51.3903776,0.5032112","bedrooms":"1","price":"270000","area":"395"} , +{"type":"Feature","id":"n6259707724","geometry":{"type":"Point","coordinates":[-0.2873798,51.2325814]},"properties":{"@type":"node","@id":6259707724,"@timestamp":1600271827},"coords":"51.2325814,-0.2873798","bedrooms":"3","price":"289000","area":"565"} , +{"type":"Feature","id":"n6260171639","geometry":{"type":"Point","coordinates":[0.4549486,51.7299405]},"properties":{"@type":"node","@id":6260171639,"@timestamp":1549382977},"coords":"51.7299405,0.4549486","bedrooms":"3","price":"279000","area":"566"} , +{"type":"Feature","id":"n6260646725","geometry":{"type":"Point","coordinates":[-0.8028999,51.4120793]},"properties":{"@type":"node","@id":6260646725,"@timestamp":1549399100},"coords":"51.4120793,-0.8028999","bedrooms":"2","price":"283000","area":"356"} , +{"type":"Feature","id":"n6260850689","geometry":{"type":"Point","coordinates":[-0.0226753,51.5490754]},"properties":{"@type":"node","@id":6260850689,"@timestamp":1576510765},"coords":"51.5490754,-0.0226753","bedrooms":"0","price":"289000","area":"553"} , +{"type":"Feature","id":"n6260864260","geometry":{"type":"Point","coordinates":[-0.0466516,51.6435008]},"properties":{"@type":"node","@id":6260864260,"@timestamp":1603403148},"coords":"51.6435008,-0.0466516","bedrooms":"0","price":"174000","area":"699"} , +{"type":"Feature","id":"n6260864290","geometry":{"type":"Point","coordinates":[-0.047077,51.6440795]},"properties":{"@type":"node","@id":6260864290,"@timestamp":1549408198},"coords":"51.6440795,-0.047077","bedrooms":"1","price":"254000","area":"591"} , +{"type":"Feature","id":"n6260864413","geometry":{"type":"Point","coordinates":[-0.0464454,51.6440112]},"properties":{"@type":"node","@id":6260864413,"@timestamp":1569543298},"coords":"51.6440112,-0.0464454","bedrooms":"2","price":"194000","area":"502"} , +{"type":"Feature","id":"n6260876834","geometry":{"type":"Point","coordinates":[-0.0248544,51.5473943]},"properties":{"@type":"node","@id":6260876834,"@timestamp":1549409066},"coords":"51.5473943,-0.0248544","bedrooms":"3","price":"180000","area":"526"} , +{"type":"Feature","id":"n6261096247","geometry":{"type":"Point","coordinates":[-0.0429821,51.6444225]},"properties":{"@type":"node","@id":6261096247,"@timestamp":1549428012},"coords":"51.6444225,-0.0429821","bedrooms":"1","price":"159000","area":"496"} , +{"type":"Feature","id":"n6261096552","geometry":{"type":"Point","coordinates":[-0.0449227,51.644503]},"properties":{"@type":"node","@id":6261096552,"@timestamp":1549428013},"coords":"51.644503,-0.0449227","bedrooms":"2","price":"233000","area":"416"} , +{"type":"Feature","id":"n6261096577","geometry":{"type":"Point","coordinates":[-0.0458553,51.644824]},"properties":{"@type":"node","@id":6261096577,"@timestamp":1549428014},"coords":"51.644824,-0.0458553","bedrooms":"2","price":"161000","area":"634"} , +{"type":"Feature","id":"n6261100745","geometry":{"type":"Point","coordinates":[-0.0443534,51.6455232]},"properties":{"@type":"node","@id":6261100745,"@timestamp":1549428584},"coords":"51.6455232,-0.0443534","bedrooms":"4","price":"175000","area":"565"} , +{"type":"Feature","id":"n6261773164","geometry":{"type":"Point","coordinates":[-0.0822317,51.5232798]},"properties":{"@type":"node","@id":6261773164,"@timestamp":1549459259},"coords":"51.5232798,-0.0822317","bedrooms":"2","price":"194000","area":"547"} , +{"type":"Feature","id":"n6262079012","geometry":{"type":"Point","coordinates":[-0.3872991,51.6723051]},"properties":{"@type":"node","@id":6262079012,"@timestamp":1604756177},"coords":"51.6723051,-0.3872991","bedrooms":"2","price":"194000","area":"437"} , +{"type":"Feature","id":"n6262515933","geometry":{"type":"Point","coordinates":[-1.0068464,51.460392]},"properties":{"@type":"node","@id":6262515933,"@timestamp":1556283781},"coords":"51.460392,-1.0068464","bedrooms":"0","price":"289000","area":"575"} , +{"type":"Feature","id":"n6262794064","geometry":{"type":"Point","coordinates":[-0.5789897,51.7626533]},"properties":{"@type":"node","@id":6262794064,"@timestamp":1627513197},"coords":"51.7626533,-0.5789897","bedrooms":"1","price":"245000","area":"371"} , +{"type":"Feature","id":"n6262795163","geometry":{"type":"Point","coordinates":[0.113215,51.4054805]},"properties":{"@type":"node","@id":6262795163,"@timestamp":1550647455},"coords":"51.4054805,0.113215","bedrooms":"0","price":"277000","area":"356"} , +{"type":"Feature","id":"n6262853662","geometry":{"type":"Point","coordinates":[0.1129907,51.395688]},"properties":{"@type":"node","@id":6262853662,"@timestamp":1615321631},"coords":"51.395688,0.1129907","bedrooms":"1","price":"173000","area":"567"} , +{"type":"Feature","id":"n6262853676","geometry":{"type":"Point","coordinates":[0.1137954,51.3998566]},"properties":{"@type":"node","@id":6262853676,"@timestamp":1549530234},"coords":"51.3998566,0.1137954","bedrooms":"1","price":"196000","area":"442"} , +{"type":"Feature","id":"n6262858214","geometry":{"type":"Point","coordinates":[0.4976115,51.3944889]},"properties":{"@type":"node","@id":6262858214,"@timestamp":1549498175},"coords":"51.3944889,0.4976115","bedrooms":"0","price":"293000","area":"643"} , +{"type":"Feature","id":"n6263609957","geometry":{"type":"Point","coordinates":[-0.210888,51.4100817]},"properties":{"@type":"node","@id":6263609957,"@timestamp":1610929126},"coords":"51.4100817,-0.210888","bedrooms":"4","price":"216000","area":"583"} , +{"type":"Feature","id":"n6264046627","geometry":{"type":"Point","coordinates":[0.0102061,51.57688]},"properties":{"@type":"node","@id":6264046627,"@timestamp":1589220729},"coords":"51.57688,0.0102061","bedrooms":"2","price":"233000","area":"674"} , +{"type":"Feature","id":"n6264128208","geometry":{"type":"Point","coordinates":[-0.0141136,51.4599267]},"properties":{"@type":"node","@id":6264128208,"@timestamp":1549554447},"coords":"51.4599267,-0.0141136","bedrooms":"0","price":"200000","area":"375"} , +{"type":"Feature","id":"n6264487203","geometry":{"type":"Point","coordinates":[-0.2223744,51.4064942]},"properties":{"@type":"node","@id":6264487203,"@timestamp":1549564480},"coords":"51.4064942,-0.2223744","bedrooms":"2","price":"246000","area":"547"} , +{"type":"Feature","id":"n6264647471","geometry":{"type":"Point","coordinates":[-0.0985774,51.5772628]},"properties":{"@type":"node","@id":6264647471,"@timestamp":1569627710},"coords":"51.5772628,-0.0985774","bedrooms":"4","price":"264000","area":"546"} , +{"type":"Feature","id":"n6264845094","geometry":{"type":"Point","coordinates":[-0.9688398,51.4207439]},"properties":{"@type":"node","@id":6264845094,"@timestamp":1549579523},"coords":"51.4207439,-0.9688398","bedrooms":"0","price":"290000","area":"652"} , +{"type":"Feature","id":"n6265440590","geometry":{"type":"Point","coordinates":[0.3765821,51.0570888]},"properties":{"@type":"node","@id":6265440590,"@timestamp":1549616911},"coords":"51.0570888,0.3765821","bedrooms":"0","price":"291000","area":"683"} , +{"type":"Feature","id":"n6265440610","geometry":{"type":"Point","coordinates":[0.3872332,51.0588826]},"properties":{"@type":"node","@id":6265440610,"@timestamp":1549616912},"coords":"51.0588826,0.3872332","bedrooms":"3","price":"185000","area":"624"} , +{"type":"Feature","id":"n6265440631","geometry":{"type":"Point","coordinates":[0.3982303,51.0576115]},"properties":{"@type":"node","@id":6265440631,"@timestamp":1549616912},"coords":"51.0576115,0.3982303","bedrooms":"1","price":"185000","area":"370"} , +{"type":"Feature","id":"n6265440641","geometry":{"type":"Point","coordinates":[0.3954864,51.0413416]},"properties":{"@type":"node","@id":6265440641,"@timestamp":1549616912},"coords":"51.0413416,0.3954864","bedrooms":"1","price":"199000","area":"402"} , +{"type":"Feature","id":"n6265440651","geometry":{"type":"Point","coordinates":[0.404689,51.0457481]},"properties":{"@type":"node","@id":6265440651,"@timestamp":1549616912},"coords":"51.0457481,0.404689","bedrooms":"4","price":"200000","area":"486"} , +{"type":"Feature","id":"n6265440661","geometry":{"type":"Point","coordinates":[0.4068643,51.0506044]},"properties":{"@type":"node","@id":6265440661,"@timestamp":1549616913},"coords":"51.0506044,0.4068643","bedrooms":"1","price":"188000","area":"687"} , +{"type":"Feature","id":"n6265440671","geometry":{"type":"Point","coordinates":[0.4071084,51.0524642]},"properties":{"@type":"node","@id":6265440671,"@timestamp":1549616913},"coords":"51.0524642,0.4071084","bedrooms":"2","price":"251000","area":"434"} , +{"type":"Feature","id":"n6265440889","geometry":{"type":"Point","coordinates":[0.422641,51.0588624]},"properties":{"@type":"node","@id":6265440889,"@timestamp":1549616913},"coords":"51.0588624,0.422641","bedrooms":"3","price":"207000","area":"422"} , +{"type":"Feature","id":"n6265440899","geometry":{"type":"Point","coordinates":[0.4355761,51.0677609]},"properties":{"@type":"node","@id":6265440899,"@timestamp":1615293792},"coords":"51.0677609,0.4355761","bedrooms":"4","price":"237000","area":"643"} , +{"type":"Feature","id":"n6265440987","geometry":{"type":"Point","coordinates":[0.4411321,51.0805407]},"properties":{"@type":"node","@id":6265440987,"@timestamp":1615293792},"coords":"51.0805407,0.4411321","bedrooms":"2","price":"289000","area":"632"} , +{"type":"Feature","id":"n6265441029","geometry":{"type":"Point","coordinates":[0.456115,51.0872497]},"properties":{"@type":"node","@id":6265441029,"@timestamp":1549616916},"coords":"51.0872497,0.456115","bedrooms":"3","price":"247000","area":"519"} , +{"type":"Feature","id":"n6265441055","geometry":{"type":"Point","coordinates":[0.4765159,51.0876372]},"properties":{"@type":"node","@id":6265441055,"@timestamp":1549616916},"coords":"51.0876372,0.4765159","bedrooms":"0","price":"155000","area":"680"} , +{"type":"Feature","id":"n6265463562","geometry":{"type":"Point","coordinates":[0.4718247,51.1075958]},"properties":{"@type":"node","@id":6265463562,"@timestamp":1549617483},"coords":"51.1075958,0.4718247","bedrooms":"1","price":"279000","area":"493"} , +{"type":"Feature","id":"n6265467475","geometry":{"type":"Point","coordinates":[0.3566641,51.0624328]},"properties":{"@type":"node","@id":6265467475,"@timestamp":1549617484},"coords":"51.0624328,0.3566641","bedrooms":"3","price":"165000","area":"419"} , +{"type":"Feature","id":"n6265543925","geometry":{"type":"Point","coordinates":[0.4724658,50.9866224]},"properties":{"@type":"node","@id":6265543925,"@timestamp":1549620126},"coords":"50.9866224,0.4724658","bedrooms":"1","price":"238000","area":"693"} , +{"type":"Feature","id":"n6265543935","geometry":{"type":"Point","coordinates":[0.4623485,50.9973597]},"properties":{"@type":"node","@id":6265543935,"@timestamp":1549620127},"coords":"50.9973597,0.4623485","bedrooms":"0","price":"204000","area":"627"} , +{"type":"Feature","id":"n6265543945","geometry":{"type":"Point","coordinates":[0.4521668,51.0055174]},"properties":{"@type":"node","@id":6265543945,"@timestamp":1549620127},"coords":"51.0055174,0.4521668","bedrooms":"1","price":"288000","area":"621"} , +{"type":"Feature","id":"n6265543955","geometry":{"type":"Point","coordinates":[0.4491064,51.0097569]},"properties":{"@type":"node","@id":6265543955,"@timestamp":1549620127},"coords":"51.0097569,0.4491064","bedrooms":"4","price":"289000","area":"647"} , +{"type":"Feature","id":"n6265543965","geometry":{"type":"Point","coordinates":[0.4595321,51.0240876]},"properties":{"@type":"node","@id":6265543965,"@timestamp":1549620128},"coords":"51.0240876,0.4595321","bedrooms":"1","price":"239000","area":"426"} , +{"type":"Feature","id":"n6265543975","geometry":{"type":"Point","coordinates":[0.4667526,51.0357523]},"properties":{"@type":"node","@id":6265543975,"@timestamp":1549620128},"coords":"51.0357523,0.4667526","bedrooms":"0","price":"292000","area":"525"} , +{"type":"Feature","id":"n6265544085","geometry":{"type":"Point","coordinates":[0.4790077,51.0447785]},"properties":{"@type":"node","@id":6265544085,"@timestamp":1549620128},"coords":"51.0447785,0.4790077","bedrooms":"4","price":"248000","area":"590"} , +{"type":"Feature","id":"n6265544104","geometry":{"type":"Point","coordinates":[0.4873788,51.0505387]},"properties":{"@type":"node","@id":6265544104,"@timestamp":1549620129},"coords":"51.0505387,0.4873788","bedrooms":"4","price":"233000","area":"496"} , +{"type":"Feature","id":"n6265544118","geometry":{"type":"Point","coordinates":[0.506798,51.0537608]},"properties":{"@type":"node","@id":6265544118,"@timestamp":1549620129},"coords":"51.0537608,0.506798","bedrooms":"1","price":"213000","area":"562"} , +{"type":"Feature","id":"n6265544135","geometry":{"type":"Point","coordinates":[0.5051914,51.0680357]},"properties":{"@type":"node","@id":6265544135,"@timestamp":1549620129},"coords":"51.0680357,0.5051914","bedrooms":"0","price":"219000","area":"384"} , +{"type":"Feature","id":"n6265544145","geometry":{"type":"Point","coordinates":[0.554949,51.1325922]},"properties":{"@type":"node","@id":6265544145,"@timestamp":1549620130},"coords":"51.1325922,0.554949","bedrooms":"0","price":"171000","area":"587"} , +{"type":"Feature","id":"n6265544168","geometry":{"type":"Point","coordinates":[0.5742824,51.1437938]},"properties":{"@type":"node","@id":6265544168,"@timestamp":1549620130},"coords":"51.1437938,0.5742824","bedrooms":"2","price":"168000","area":"616"} , +{"type":"Feature","id":"n6265544178","geometry":{"type":"Point","coordinates":[0.5622125,51.1367123]},"properties":{"@type":"node","@id":6265544178,"@timestamp":1549620130},"coords":"51.1367123,0.5622125","bedrooms":"3","price":"257000","area":"523"} , +{"type":"Feature","id":"n6265544188","geometry":{"type":"Point","coordinates":[0.5151451,51.1686814]},"properties":{"@type":"node","@id":6265544188,"@timestamp":1549620131},"coords":"51.1686814,0.5151451","bedrooms":"2","price":"193000","area":"442"} , +{"type":"Feature","id":"n6265544198","geometry":{"type":"Point","coordinates":[0.5213678,51.1646752]},"properties":{"@type":"node","@id":6265544198,"@timestamp":1549620131},"coords":"51.1646752,0.5213678","bedrooms":"2","price":"244000","area":"429"} , +{"type":"Feature","id":"n6265544211","geometry":{"type":"Point","coordinates":[0.5196136,51.1538487]},"properties":{"@type":"node","@id":6265544211,"@timestamp":1549620131},"coords":"51.1538487,0.5196136","bedrooms":"2","price":"194000","area":"384"} , +{"type":"Feature","id":"n6265544221","geometry":{"type":"Point","coordinates":[0.5202493,51.129251]},"properties":{"@type":"node","@id":6265544221,"@timestamp":1549620131},"coords":"51.129251,0.5202493","bedrooms":"0","price":"154000","area":"565"} , +{"type":"Feature","id":"n6265544233","geometry":{"type":"Point","coordinates":[0.5208126,51.1197868]},"properties":{"@type":"node","@id":6265544233,"@timestamp":1549620132},"coords":"51.1197868,0.5208126","bedrooms":"0","price":"260000","area":"669"} , +{"type":"Feature","id":"n6265544243","geometry":{"type":"Point","coordinates":[0.5494559,51.1333159]},"properties":{"@type":"node","@id":6265544243,"@timestamp":1549620132},"coords":"51.1333159,0.5494559","bedrooms":"4","price":"258000","area":"494"} , +{"type":"Feature","id":"n6265544253","geometry":{"type":"Point","coordinates":[0.5410257,51.1293487]},"properties":{"@type":"node","@id":6265544253,"@timestamp":1549620132},"coords":"51.1293487,0.5410257","bedrooms":"1","price":"291000","area":"630"} , +{"type":"Feature","id":"n6265544263","geometry":{"type":"Point","coordinates":[0.5292159,51.1242767]},"properties":{"@type":"node","@id":6265544263,"@timestamp":1549620133},"coords":"51.1242767,0.5292159","bedrooms":"3","price":"200000","area":"439"} , +{"type":"Feature","id":"n6265544286","geometry":{"type":"Point","coordinates":[0.5184737,51.1166636]},"properties":{"@type":"node","@id":6265544286,"@timestamp":1549620133},"coords":"51.1166636,0.5184737","bedrooms":"4","price":"295000","area":"522"} , +{"type":"Feature","id":"n6265544362","geometry":{"type":"Point","coordinates":[0.5137235,51.1078333]},"properties":{"@type":"node","@id":6265544362,"@timestamp":1549620134},"coords":"51.1078333,0.5137235","bedrooms":"4","price":"154000","area":"497"} , +{"type":"Feature","id":"n6265544572","geometry":{"type":"Point","coordinates":[0.4702556,51.1185981]},"properties":{"@type":"node","@id":6265544572,"@timestamp":1549620136},"coords":"51.1185981,0.4702556","bedrooms":"2","price":"264000","area":"441"} , +{"type":"Feature","id":"n6265575133","geometry":{"type":"Point","coordinates":[0.6920287,50.9829262]},"properties":{"@type":"node","@id":6265575133,"@timestamp":1549621442},"coords":"50.9829262,0.6920287","bedrooms":"1","price":"233000","area":"404"} , +{"type":"Feature","id":"n6265575145","geometry":{"type":"Point","coordinates":[0.7047558,50.9873079]},"properties":{"@type":"node","@id":6265575145,"@timestamp":1549621442},"coords":"50.9873079,0.7047558","bedrooms":"4","price":"155000","area":"557"} , +{"type":"Feature","id":"n6265575892","geometry":{"type":"Point","coordinates":[0.7018214,50.9957763]},"properties":{"@type":"node","@id":6265575892,"@timestamp":1549621443},"coords":"50.9957763,0.7018214","bedrooms":"4","price":"150000","area":"412"} , +{"type":"Feature","id":"n6265575902","geometry":{"type":"Point","coordinates":[0.7272595,51.0179208]},"properties":{"@type":"node","@id":6265575902,"@timestamp":1549621443},"coords":"51.0179208,0.7272595","bedrooms":"4","price":"257000","area":"549"} , +{"type":"Feature","id":"n6265575918","geometry":{"type":"Point","coordinates":[0.7125664,51.010653]},"properties":{"@type":"node","@id":6265575918,"@timestamp":1549621444},"coords":"51.010653,0.7125664","bedrooms":"0","price":"168000","area":"659"} , +{"type":"Feature","id":"n6265575928","geometry":{"type":"Point","coordinates":[0.7000807,51.0023038]},"properties":{"@type":"node","@id":6265575928,"@timestamp":1549621444},"coords":"51.0023038,0.7000807","bedrooms":"4","price":"241000","area":"666"} , +{"type":"Feature","id":"n6265575940","geometry":{"type":"Point","coordinates":[0.6902987,51.0042634]},"properties":{"@type":"node","@id":6265575940,"@timestamp":1549621444},"coords":"51.0042634,0.6902987","bedrooms":"1","price":"227000","area":"512"} , +{"type":"Feature","id":"n6265575950","geometry":{"type":"Point","coordinates":[0.679146,51.0151991]},"properties":{"@type":"node","@id":6265575950,"@timestamp":1549621445},"coords":"51.0151991,0.679146","bedrooms":"2","price":"281000","area":"562"} , +{"type":"Feature","id":"n6265575960","geometry":{"type":"Point","coordinates":[0.6665879,51.0253664]},"properties":{"@type":"node","@id":6265575960,"@timestamp":1549621445},"coords":"51.0253664,0.6665879","bedrooms":"0","price":"254000","area":"424"} , +{"type":"Feature","id":"n6265575972","geometry":{"type":"Point","coordinates":[0.6953144,51.0588725]},"properties":{"@type":"node","@id":6265575972,"@timestamp":1549621445},"coords":"51.0588725,0.6953144","bedrooms":"4","price":"258000","area":"601"} , +{"type":"Feature","id":"n6265575982","geometry":{"type":"Point","coordinates":[0.6993055,51.0520208]},"properties":{"@type":"node","@id":6265575982,"@timestamp":1549621445},"coords":"51.0520208,0.6993055","bedrooms":"0","price":"292000","area":"584"} , +{"type":"Feature","id":"n6265576008","geometry":{"type":"Point","coordinates":[0.5010152,50.99215]},"properties":{"@type":"node","@id":6265576008,"@timestamp":1549621446},"coords":"50.99215,0.5010152","bedrooms":"0","price":"168000","area":"643"} , +{"type":"Feature","id":"n6265576018","geometry":{"type":"Point","coordinates":[0.4889479,50.9901629]},"properties":{"@type":"node","@id":6265576018,"@timestamp":1549621446},"coords":"50.9901629,0.4889479","bedrooms":"2","price":"288000","area":"440"} , +{"type":"Feature","id":"n6265576028","geometry":{"type":"Point","coordinates":[0.4920512,50.9880271]},"properties":{"@type":"node","@id":6265576028,"@timestamp":1549621446},"coords":"50.9880271,0.4920512","bedrooms":"4","price":"224000","area":"439"} , +{"type":"Feature","id":"n6265660600","geometry":{"type":"Point","coordinates":[-0.0809183,51.5161992]},"properties":{"@type":"node","@id":6265660600,"@timestamp":1603540779},"coords":"51.5161992,-0.0809183","bedrooms":"0","price":"219000","area":"671"} , +{"type":"Feature","id":"n6266195533","geometry":{"type":"Point","coordinates":[0.0012284,51.2087419]},"properties":{"@type":"node","@id":6266195533,"@timestamp":1618752551},"coords":"51.2087419,0.0012284","bedrooms":"1","price":"171000","area":"494"} , +{"type":"Feature","id":"n6266195543","geometry":{"type":"Point","coordinates":[0.0080654,51.2065154]},"properties":{"@type":"node","@id":6266195543,"@timestamp":1618751869},"coords":"51.2065154,0.0080654","bedrooms":"2","price":"264000","area":"515"} , +{"type":"Feature","id":"n6266195553","geometry":{"type":"Point","coordinates":[0.0094736,51.1972434]},"properties":{"@type":"node","@id":6266195553,"@timestamp":1549640478},"coords":"51.1972434,0.0094736","bedrooms":"3","price":"237000","area":"551"} , +{"type":"Feature","id":"n6266195563","geometry":{"type":"Point","coordinates":[0.0091383,51.1982805]},"properties":{"@type":"node","@id":6266195563,"@timestamp":1549640478},"coords":"51.1982805,0.0091383","bedrooms":"4","price":"285000","area":"489"} , +{"type":"Feature","id":"n6266195573","geometry":{"type":"Point","coordinates":[-0.0042728,51.1876166]},"properties":{"@type":"node","@id":6266195573,"@timestamp":1549640478},"coords":"51.1876166,-0.0042728","bedrooms":"2","price":"247000","area":"369"} , +{"type":"Feature","id":"n6266195583","geometry":{"type":"Point","coordinates":[0.0267738,51.1890674]},"properties":{"@type":"node","@id":6266195583,"@timestamp":1549640479},"coords":"51.1890674,0.0267738","bedrooms":"1","price":"261000","area":"650"} , +{"type":"Feature","id":"n6266195993","geometry":{"type":"Point","coordinates":[0.0112116,51.1874434]},"properties":{"@type":"node","@id":6266195993,"@timestamp":1549640479},"coords":"51.1874434,0.0112116","bedrooms":"4","price":"266000","area":"412"} , +{"type":"Feature","id":"n6266196003","geometry":{"type":"Point","coordinates":[0.0122523,51.1884672]},"properties":{"@type":"node","@id":6266196003,"@timestamp":1549640479},"coords":"51.1884672,0.0122523","bedrooms":"0","price":"293000","area":"371"} , +{"type":"Feature","id":"n6266196013","geometry":{"type":"Point","coordinates":[0.017193,51.1832168]},"properties":{"@type":"node","@id":6266196013,"@timestamp":1549640479},"coords":"51.1832168,0.017193","bedrooms":"2","price":"187000","area":"533"} , +{"type":"Feature","id":"n6266196023","geometry":{"type":"Point","coordinates":[0.0219217,51.1788419]},"properties":{"@type":"node","@id":6266196023,"@timestamp":1549640480},"coords":"51.1788419,0.0219217","bedrooms":"0","price":"276000","area":"516"} , +{"type":"Feature","id":"n6266196033","geometry":{"type":"Point","coordinates":[0.0225306,51.175156]},"properties":{"@type":"node","@id":6266196033,"@timestamp":1549640480},"coords":"51.175156,0.0225306","bedrooms":"1","price":"211000","area":"581"} , +{"type":"Feature","id":"n6266196043","geometry":{"type":"Point","coordinates":[0.0243705,51.1728085]},"properties":{"@type":"node","@id":6266196043,"@timestamp":1549640480},"coords":"51.1728085,0.0243705","bedrooms":"3","price":"206000","area":"526"} , +{"type":"Feature","id":"n6266196053","geometry":{"type":"Point","coordinates":[0.0299258,51.1719522]},"properties":{"@type":"node","@id":6266196053,"@timestamp":1549640480},"coords":"51.1719522,0.0299258","bedrooms":"0","price":"230000","area":"353"} , +{"type":"Feature","id":"n6266196066","geometry":{"type":"Point","coordinates":[0.0363144,51.1672216]},"properties":{"@type":"node","@id":6266196066,"@timestamp":1549640481},"coords":"51.1672216,0.0363144","bedrooms":"0","price":"191000","area":"683"} , +{"type":"Feature","id":"n6266196076","geometry":{"type":"Point","coordinates":[0.0204411,51.1655178]},"properties":{"@type":"node","@id":6266196076,"@timestamp":1549640481},"coords":"51.1655178,0.0204411","bedrooms":"3","price":"240000","area":"425"} , +{"type":"Feature","id":"n6266196286","geometry":{"type":"Point","coordinates":[0.0295982,51.1607442]},"properties":{"@type":"node","@id":6266196286,"@timestamp":1549640481},"coords":"51.1607442,0.0295982","bedrooms":"2","price":"268000","area":"646"} , +{"type":"Feature","id":"n6266196296","geometry":{"type":"Point","coordinates":[0.0269482,51.1560744]},"properties":{"@type":"node","@id":6266196296,"@timestamp":1549640482},"coords":"51.1560744,0.0269482","bedrooms":"3","price":"292000","area":"616"} , +{"type":"Feature","id":"n6266196306","geometry":{"type":"Point","coordinates":[0.0239575,51.1519712]},"properties":{"@type":"node","@id":6266196306,"@timestamp":1549640482},"coords":"51.1519712,0.0239575","bedrooms":"3","price":"197000","area":"498"} , +{"type":"Feature","id":"n6266196321","geometry":{"type":"Point","coordinates":[0.0208193,51.1496241]},"properties":{"@type":"node","@id":6266196321,"@timestamp":1549640482},"coords":"51.1496241,0.0208193","bedrooms":"0","price":"256000","area":"636"} , +{"type":"Feature","id":"n6266256931","geometry":{"type":"Point","coordinates":[0.1545382,51.2008099]},"properties":{"@type":"node","@id":6266256931,"@timestamp":1549642003},"coords":"51.2008099,0.1545382","bedrooms":"4","price":"191000","area":"546"} , +{"type":"Feature","id":"n6266256941","geometry":{"type":"Point","coordinates":[0.1395902,51.2009141]},"properties":{"@type":"node","@id":6266256941,"@timestamp":1549642004},"coords":"51.2009141,0.1395902","bedrooms":"0","price":"220000","area":"367"} , +{"type":"Feature","id":"n6266256951","geometry":{"type":"Point","coordinates":[0.1280755,51.2055239]},"properties":{"@type":"node","@id":6266256951,"@timestamp":1549642004},"coords":"51.2055239,0.1280755","bedrooms":"2","price":"211000","area":"501"} , +{"type":"Feature","id":"n6266256961","geometry":{"type":"Point","coordinates":[0.1092947,51.20102]},"properties":{"@type":"node","@id":6266256961,"@timestamp":1549642004},"coords":"51.20102,0.1092947","bedrooms":"0","price":"185000","area":"503"} , +{"type":"Feature","id":"n6266256971","geometry":{"type":"Point","coordinates":[0.1151419,51.2089486]},"properties":{"@type":"node","@id":6266256971,"@timestamp":1549642004},"coords":"51.2089486,0.1151419","bedrooms":"0","price":"222000","area":"545"} , +{"type":"Feature","id":"n6266256981","geometry":{"type":"Point","coordinates":[0.115158,51.2154562]},"properties":{"@type":"node","@id":6266256981,"@timestamp":1549642005},"coords":"51.2154562,0.115158","bedrooms":"1","price":"175000","area":"350"} , +{"type":"Feature","id":"n6266258091","geometry":{"type":"Point","coordinates":[0.1120251,51.2246455]},"properties":{"@type":"node","@id":6266258091,"@timestamp":1549642005},"coords":"51.2246455,0.1120251","bedrooms":"0","price":"296000","area":"555"} , +{"type":"Feature","id":"n6266258105","geometry":{"type":"Point","coordinates":[0.1103568,51.2244372]},"properties":{"@type":"node","@id":6266258105,"@timestamp":1549642005},"coords":"51.2244372,0.1103568","bedrooms":"0","price":"214000","area":"697"} , +{"type":"Feature","id":"n6266258115","geometry":{"type":"Point","coordinates":[0.0938961,51.2212656]},"properties":{"@type":"node","@id":6266258115,"@timestamp":1549642005},"coords":"51.2212656,0.0938961","bedrooms":"1","price":"150000","area":"450"} , +{"type":"Feature","id":"n6266258132","geometry":{"type":"Point","coordinates":[0.0484756,51.2149101]},"properties":{"@type":"node","@id":6266258132,"@timestamp":1549642006},"coords":"51.2149101,0.0484756","bedrooms":"1","price":"249000","area":"534"} , +{"type":"Feature","id":"n6266258142","geometry":{"type":"Point","coordinates":[0.0516245,51.2128519]},"properties":{"@type":"node","@id":6266258142,"@timestamp":1549642006},"coords":"51.2128519,0.0516245","bedrooms":"3","price":"224000","area":"566"} , +{"type":"Feature","id":"n6266258152","geometry":{"type":"Point","coordinates":[0.0448975,51.2139188]},"properties":{"@type":"node","@id":6266258152,"@timestamp":1549642006},"coords":"51.2139188,0.0448975","bedrooms":"2","price":"294000","area":"642"} , +{"type":"Feature","id":"n6266258162","geometry":{"type":"Point","coordinates":[0.0104257,51.1454984]},"properties":{"@type":"node","@id":6266258162,"@timestamp":1549642007},"coords":"51.1454984,0.0104257","bedrooms":"2","price":"297000","area":"575"} , +{"type":"Feature","id":"n6266269702","geometry":{"type":"Point","coordinates":[-0.0054127,51.189212]},"properties":{"@type":"node","@id":6266269702,"@timestamp":1549642572},"coords":"51.189212,-0.0054127","bedrooms":"4","price":"218000","area":"388"} , +{"type":"Feature","id":"n6266269712","geometry":{"type":"Point","coordinates":[0.0002226,51.1977309]},"properties":{"@type":"node","@id":6266269712,"@timestamp":1549642572},"coords":"51.1977309,0.0002226","bedrooms":"3","price":"276000","area":"516"} , +{"type":"Feature","id":"n6266269722","geometry":{"type":"Point","coordinates":[-0.0040582,51.2000956]},"properties":{"@type":"node","@id":6266269722,"@timestamp":1549642573},"coords":"51.2000956,-0.0040582","bedrooms":"3","price":"230000","area":"603"} , +{"type":"Feature","id":"n6266269732","geometry":{"type":"Point","coordinates":[0.0115254,51.2320813]},"properties":{"@type":"node","@id":6266269732,"@timestamp":1549642573},"coords":"51.2320813,0.0115254","bedrooms":"2","price":"261000","area":"552"} , +{"type":"Feature","id":"n6266269742","geometry":{"type":"Point","coordinates":[0.0094762,51.2283879]},"properties":{"@type":"node","@id":6266269742,"@timestamp":1549642573},"coords":"51.2283879,0.0094762","bedrooms":"3","price":"274000","area":"484"} , +{"type":"Feature","id":"n6266269752","geometry":{"type":"Point","coordinates":[0.0050935,51.2194765]},"properties":{"@type":"node","@id":6266269752,"@timestamp":1549642573},"coords":"51.2194765,0.0050935","bedrooms":"0","price":"194000","area":"586"} , +{"type":"Feature","id":"n6266269762","geometry":{"type":"Point","coordinates":[0.0328034,51.2119412]},"properties":{"@type":"node","@id":6266269762,"@timestamp":1618747804},"coords":"51.2119412,0.0328034","bedrooms":"3","price":"180000","area":"477"} , +{"type":"Feature","id":"n6266269772","geometry":{"type":"Point","coordinates":[0.0232011,51.2124755]},"properties":{"@type":"node","@id":6266269772,"@timestamp":1549642574},"coords":"51.2124755,0.0232011","bedrooms":"1","price":"197000","area":"387"} , +{"type":"Feature","id":"n6266859685","geometry":{"type":"Point","coordinates":[-0.0381827,51.55816]},"properties":{"@type":"node","@id":6266859685,"@timestamp":1618939571},"coords":"51.55816,-0.0381827","bedrooms":"0","price":"259000","area":"395"} , +{"type":"Feature","id":"n6266973819","geometry":{"type":"Point","coordinates":[-0.2660459,51.3338766]},"properties":{"@type":"node","@id":6266973819,"@timestamp":1566287962},"coords":"51.3338766,-0.2660459","bedrooms":"2","price":"255000","area":"660"} , +{"type":"Feature","id":"n6267046919","geometry":{"type":"Point","coordinates":[0.3909293,51.0369195]},"properties":{"@type":"node","@id":6267046919,"@timestamp":1549671684},"coords":"51.0369195,0.3909293","bedrooms":"2","price":"266000","area":"696"} , +{"type":"Feature","id":"n6267046929","geometry":{"type":"Point","coordinates":[0.3752437,51.0235662]},"properties":{"@type":"node","@id":6267046929,"@timestamp":1549671684},"coords":"51.0235662,0.3752437","bedrooms":"4","price":"186000","area":"390"} , +{"type":"Feature","id":"n6267046939","geometry":{"type":"Point","coordinates":[0.3511736,51.0188708]},"properties":{"@type":"node","@id":6267046939,"@timestamp":1549671684},"coords":"51.0188708,0.3511736","bedrooms":"1","price":"297000","area":"640"} , +{"type":"Feature","id":"n6267046956","geometry":{"type":"Point","coordinates":[0.3367648,51.0143723]},"properties":{"@type":"node","@id":6267046956,"@timestamp":1549671685},"coords":"51.0143723,0.3367648","bedrooms":"2","price":"294000","area":"511"} , +{"type":"Feature","id":"n6267046966","geometry":{"type":"Point","coordinates":[0.3241611,51.010059]},"properties":{"@type":"node","@id":6267046966,"@timestamp":1549671685},"coords":"51.010059,0.3241611","bedrooms":"4","price":"199000","area":"596"} , +{"type":"Feature","id":"n6267046976","geometry":{"type":"Point","coordinates":[0.3044213,51.000188]},"properties":{"@type":"node","@id":6267046976,"@timestamp":1549671685},"coords":"51.000188,0.3044213","bedrooms":"2","price":"168000","area":"610"} , +{"type":"Feature","id":"n6267047386","geometry":{"type":"Point","coordinates":[0.2992299,50.9867034]},"properties":{"@type":"node","@id":6267047386,"@timestamp":1549671686},"coords":"50.9867034,0.2992299","bedrooms":"2","price":"157000","area":"680"} , +{"type":"Feature","id":"n6267047396","geometry":{"type":"Point","coordinates":[0.2977641,50.983345]},"properties":{"@type":"node","@id":6267047396,"@timestamp":1549671686},"coords":"50.983345,0.2977641","bedrooms":"3","price":"226000","area":"651"} , +{"type":"Feature","id":"n6267047406","geometry":{"type":"Point","coordinates":[0.2507812,50.9925434]},"properties":{"@type":"node","@id":6267047406,"@timestamp":1549671686},"coords":"50.9925434,0.2507812","bedrooms":"3","price":"268000","area":"563"} , +{"type":"Feature","id":"n6267047416","geometry":{"type":"Point","coordinates":[0.2903116,50.9857342]},"properties":{"@type":"node","@id":6267047416,"@timestamp":1549671686},"coords":"50.9857342,0.2903116","bedrooms":"4","price":"291000","area":"687"} , +{"type":"Feature","id":"n6267052364","geometry":{"type":"Point","coordinates":[0.1791394,51.0196469]},"properties":{"@type":"node","@id":6267052364,"@timestamp":1549672127},"coords":"51.0196469,0.1791394","bedrooms":"4","price":"199000","area":"494"} , +{"type":"Feature","id":"n6267052374","geometry":{"type":"Point","coordinates":[0.180518,51.0394224]},"properties":{"@type":"node","@id":6267052374,"@timestamp":1549672128},"coords":"51.0394224,0.180518","bedrooms":"1","price":"238000","area":"610"} , +{"type":"Feature","id":"n6267058712","geometry":{"type":"Point","coordinates":[0.1929152,51.0365704]},"properties":{"@type":"node","@id":6267058712,"@timestamp":1549672128},"coords":"51.0365704,0.1929152","bedrooms":"1","price":"235000","area":"558"} , +{"type":"Feature","id":"n6267062636","geometry":{"type":"Point","coordinates":[0.1164213,51.0336136]},"properties":{"@type":"node","@id":6267062636,"@timestamp":1549672549},"coords":"51.0336136,0.1164213","bedrooms":"0","price":"167000","area":"675"} , +{"type":"Feature","id":"n6267062646","geometry":{"type":"Point","coordinates":[0.1360631,51.0282039]},"properties":{"@type":"node","@id":6267062646,"@timestamp":1549672549},"coords":"51.0282039,0.1360631","bedrooms":"4","price":"159000","area":"695"} , +{"type":"Feature","id":"n6267062656","geometry":{"type":"Point","coordinates":[0.1495948,51.0219432]},"properties":{"@type":"node","@id":6267062656,"@timestamp":1549672549},"coords":"51.0219432,0.1495948","bedrooms":"2","price":"186000","area":"422"} , +{"type":"Feature","id":"n6267062666","geometry":{"type":"Point","coordinates":[0.1584434,51.0219618]},"properties":{"@type":"node","@id":6267062666,"@timestamp":1549672550},"coords":"51.0219618,0.1584434","bedrooms":"0","price":"244000","area":"682"} , +{"type":"Feature","id":"n6267062676","geometry":{"type":"Point","coordinates":[0.1751751,51.0345379]},"properties":{"@type":"node","@id":6267062676,"@timestamp":1549672550},"coords":"51.0345379,0.1751751","bedrooms":"4","price":"190000","area":"436"} , +{"type":"Feature","id":"n6267683194","geometry":{"type":"Point","coordinates":[-0.2624221,51.3355011]},"properties":{"@type":"node","@id":6267683194,"@timestamp":1566287558},"coords":"51.3355011,-0.2624221","bedrooms":"3","price":"222000","area":"449"} , +{"type":"Feature","id":"n6267936819","geometry":{"type":"Point","coordinates":[-0.2333048,51.4091522]},"properties":{"@type":"node","@id":6267936819,"@timestamp":1549720846},"coords":"51.4091522,-0.2333048","bedrooms":"4","price":"282000","area":"426"} , +{"type":"Feature","id":"n6268119451","geometry":{"type":"Point","coordinates":[-0.2285079,51.4100386]},"properties":{"@type":"node","@id":6268119451,"@timestamp":1563576592},"coords":"51.4100386,-0.2285079","bedrooms":"0","price":"210000","area":"399"} , +{"type":"Feature","id":"n6268152546","geometry":{"type":"Point","coordinates":[-0.1491334,51.0276622]},"properties":{"@type":"node","@id":6268152546,"@timestamp":1549728675},"coords":"51.0276622,-0.1491334","bedrooms":"4","price":"189000","area":"660"} , +{"type":"Feature","id":"n6268420370","geometry":{"type":"Point","coordinates":[-0.1454465,51.0000312]},"properties":{"@type":"node","@id":6268420370,"@timestamp":1609601837},"coords":"51.0000312,-0.1454465","bedrooms":"3","price":"290000","area":"476"} , +{"type":"Feature","id":"n6268468842","geometry":{"type":"Point","coordinates":[-0.0568754,51.5302727]},"properties":{"@type":"node","@id":6268468842,"@timestamp":1549739682},"coords":"51.5302727,-0.0568754","bedrooms":"2","price":"270000","area":"395"} , +{"type":"Feature","id":"n6268474671","geometry":{"type":"Point","coordinates":[0.4324204,50.9164512]},"properties":{"@type":"node","@id":6268474671,"@timestamp":1549739986},"coords":"50.9164512,0.4324204","bedrooms":"1","price":"186000","area":"622"} , +{"type":"Feature","id":"n6268474681","geometry":{"type":"Point","coordinates":[0.4414031,50.9244219]},"properties":{"@type":"node","@id":6268474681,"@timestamp":1549739987},"coords":"50.9244219,0.4414031","bedrooms":"3","price":"157000","area":"604"} , +{"type":"Feature","id":"n6268476490","geometry":{"type":"Point","coordinates":[0.4464483,50.9366459]},"properties":{"@type":"node","@id":6268476490,"@timestamp":1549739987},"coords":"50.9366459,0.4464483","bedrooms":"1","price":"224000","area":"663"} , +{"type":"Feature","id":"n6268476500","geometry":{"type":"Point","coordinates":[0.4687643,50.9512611]},"properties":{"@type":"node","@id":6268476500,"@timestamp":1628635285},"coords":"50.9512611,0.4687643","bedrooms":"1","price":"195000","area":"436"} , +{"type":"Feature","id":"n6268476510","geometry":{"type":"Point","coordinates":[0.4525691,50.9431293]},"properties":{"@type":"node","@id":6268476510,"@timestamp":1549739987},"coords":"50.9431293,0.4525691","bedrooms":"1","price":"287000","area":"477"} , +{"type":"Feature","id":"n6268476520","geometry":{"type":"Point","coordinates":[0.4496026,50.9463251]},"properties":{"@type":"node","@id":6268476520,"@timestamp":1549739988},"coords":"50.9463251,0.4496026","bedrooms":"3","price":"299000","area":"516"} , +{"type":"Feature","id":"n6268476538","geometry":{"type":"Point","coordinates":[0.4568446,50.9622313]},"properties":{"@type":"node","@id":6268476538,"@timestamp":1549739988},"coords":"50.9622313,0.4568446","bedrooms":"2","price":"177000","area":"432"} , +{"type":"Feature","id":"n6268476548","geometry":{"type":"Point","coordinates":[0.4602161,50.9615082]},"properties":{"@type":"node","@id":6268476548,"@timestamp":1549739988},"coords":"50.9615082,0.4602161","bedrooms":"2","price":"225000","area":"689"} , +{"type":"Feature","id":"n6268562075","geometry":{"type":"Point","coordinates":[0.1287541,50.9649088]},"properties":{"@type":"node","@id":6268562075,"@timestamp":1549742957},"coords":"50.9649088,0.1287541","bedrooms":"3","price":"227000","area":"352"} , +{"type":"Feature","id":"n6268562785","geometry":{"type":"Point","coordinates":[0.1206994,50.9689831]},"properties":{"@type":"node","@id":6268562785,"@timestamp":1549742957},"coords":"50.9689831,0.1206994","bedrooms":"4","price":"211000","area":"675"} , +{"type":"Feature","id":"n6268562795","geometry":{"type":"Point","coordinates":[0.1106974,50.9696908]},"properties":{"@type":"node","@id":6268562795,"@timestamp":1549742958},"coords":"50.9696908,0.1106974","bedrooms":"0","price":"261000","area":"616"} , +{"type":"Feature","id":"n6268562806","geometry":{"type":"Point","coordinates":[0.0996816,50.9693057]},"properties":{"@type":"node","@id":6268562806,"@timestamp":1626954034},"coords":"50.9693057,0.0996816","bedrooms":"1","price":"296000","area":"533"} , +{"type":"Feature","id":"n6268562817","geometry":{"type":"Point","coordinates":[0.1162469,50.9793209]},"properties":{"@type":"node","@id":6268562817,"@timestamp":1549742958},"coords":"50.9793209,0.1162469","bedrooms":"4","price":"233000","area":"654"} , +{"type":"Feature","id":"n6268562827","geometry":{"type":"Point","coordinates":[0.1265198,50.9875746]},"properties":{"@type":"node","@id":6268562827,"@timestamp":1549742959},"coords":"50.9875746,0.1265198","bedrooms":"3","price":"240000","area":"596"} , +{"type":"Feature","id":"n6268562842","geometry":{"type":"Point","coordinates":[0.1287621,50.9940729]},"properties":{"@type":"node","@id":6268562842,"@timestamp":1549742959},"coords":"50.9940729,0.1287621","bedrooms":"0","price":"181000","area":"360"} , +{"type":"Feature","id":"n6268562852","geometry":{"type":"Point","coordinates":[0.1380801,50.9995896]},"properties":{"@type":"node","@id":6268562852,"@timestamp":1549742959},"coords":"50.9995896,0.1380801","bedrooms":"0","price":"205000","area":"497"} , +{"type":"Feature","id":"n6268562862","geometry":{"type":"Point","coordinates":[0.1488331,51.0064136]},"properties":{"@type":"node","@id":6268562862,"@timestamp":1549742959},"coords":"51.0064136,0.1488331","bedrooms":"4","price":"171000","area":"659"} , +{"type":"Feature","id":"n6268575052","geometry":{"type":"Point","coordinates":[0.3226027,51.066716]},"properties":{"@type":"node","@id":6268575052,"@timestamp":1549743566},"coords":"51.066716,0.3226027","bedrooms":"4","price":"297000","area":"492"} , +{"type":"Feature","id":"n6268575062","geometry":{"type":"Point","coordinates":[0.3007105,51.0619069]},"properties":{"@type":"node","@id":6268575062,"@timestamp":1549743566},"coords":"51.0619069,0.3007105","bedrooms":"0","price":"263000","area":"560"} , +{"type":"Feature","id":"n6268575072","geometry":{"type":"Point","coordinates":[0.2870071,51.0553574]},"properties":{"@type":"node","@id":6268575072,"@timestamp":1549743566},"coords":"51.0553574,0.2870071","bedrooms":"4","price":"188000","area":"385"} , +{"type":"Feature","id":"n6268575082","geometry":{"type":"Point","coordinates":[0.2707529,51.0521489]},"properties":{"@type":"node","@id":6268575082,"@timestamp":1549743566},"coords":"51.0521489,0.2707529","bedrooms":"0","price":"226000","area":"367"} , +{"type":"Feature","id":"n6268575692","geometry":{"type":"Point","coordinates":[0.2518862,51.0545616]},"properties":{"@type":"node","@id":6268575692,"@timestamp":1549743567},"coords":"51.0545616,0.2518862","bedrooms":"1","price":"270000","area":"628"} , +{"type":"Feature","id":"n6268575702","geometry":{"type":"Point","coordinates":[0.2330866,51.0576384]},"properties":{"@type":"node","@id":6268575702,"@timestamp":1549743567},"coords":"51.0576384,0.2330866","bedrooms":"1","price":"213000","area":"571"} , +{"type":"Feature","id":"n6268575712","geometry":{"type":"Point","coordinates":[0.2160734,51.0525654]},"properties":{"@type":"node","@id":6268575712,"@timestamp":1549743567},"coords":"51.0525654,0.2160734","bedrooms":"0","price":"213000","area":"589"} , +{"type":"Feature","id":"n6268575726","geometry":{"type":"Point","coordinates":[0.1950529,51.0616169]},"properties":{"@type":"node","@id":6268575726,"@timestamp":1549743568},"coords":"51.0616169,0.1950529","bedrooms":"1","price":"188000","area":"559"} , +{"type":"Feature","id":"n6268575736","geometry":{"type":"Point","coordinates":[0.1906836,51.063901]},"properties":{"@type":"node","@id":6268575736,"@timestamp":1549743568},"coords":"51.063901,0.1906836","bedrooms":"0","price":"207000","area":"637"} , +{"type":"Feature","id":"n6268575746","geometry":{"type":"Point","coordinates":[0.1945809,51.0519601]},"properties":{"@type":"node","@id":6268575746,"@timestamp":1549743568},"coords":"51.0519601,0.1945809","bedrooms":"3","price":"165000","area":"443"} , +{"type":"Feature","id":"n6268575756","geometry":{"type":"Point","coordinates":[0.193921,51.0420617]},"properties":{"@type":"node","@id":6268575756,"@timestamp":1625824301},"coords":"51.0420617,0.193921","bedrooms":"2","price":"167000","area":"414"} , +{"type":"Feature","id":"n6268577568","geometry":{"type":"Point","coordinates":[-0.2647212,51.3341829]},"properties":{"@type":"node","@id":6268577568,"@timestamp":1611339666},"coords":"51.3341829,-0.2647212","bedrooms":"3","price":"278000","area":"527"} , +{"type":"Feature","id":"n6268581736","geometry":{"type":"Point","coordinates":[0.3196281,51.0658833]},"properties":{"@type":"node","@id":6268581736,"@timestamp":1549743935},"coords":"51.0658833,0.3196281","bedrooms":"4","price":"225000","area":"420"} , +{"type":"Feature","id":"n6268581746","geometry":{"type":"Point","coordinates":[0.3355095,51.0574344]},"properties":{"@type":"node","@id":6268581746,"@timestamp":1549743935},"coords":"51.0574344,0.3355095","bedrooms":"1","price":"194000","area":"557"} , +{"type":"Feature","id":"n6268581756","geometry":{"type":"Point","coordinates":[0.3518924,51.061182]},"properties":{"@type":"node","@id":6268581756,"@timestamp":1549743935},"coords":"51.061182,0.3518924","bedrooms":"3","price":"211000","area":"550"} , +{"type":"Feature","id":"n6268581766","geometry":{"type":"Point","coordinates":[0.3528392,51.0616843]},"properties":{"@type":"node","@id":6268581766,"@timestamp":1549743935},"coords":"51.0616843,0.3528392","bedrooms":"4","price":"299000","area":"603"} , +{"type":"Feature","id":"n6268581776","geometry":{"type":"Point","coordinates":[0.3751713,51.0624783]},"properties":{"@type":"node","@id":6268581776,"@timestamp":1549743936},"coords":"51.0624783,0.3751713","bedrooms":"1","price":"270000","area":"651"} , +{"type":"Feature","id":"n6268618319","geometry":{"type":"Point","coordinates":[-0.2692967,51.3332205]},"properties":{"@type":"node","@id":6268618319,"@timestamp":1549745493},"coords":"51.3332205,-0.2692967","bedrooms":"1","price":"230000","area":"414"} , +{"type":"Feature","id":"n6268625729","geometry":{"type":"Point","coordinates":[-0.87036,51.3799318]},"properties":{"@type":"node","@id":6268625729,"@timestamp":1549745888},"coords":"51.3799318,-0.87036","bedrooms":"2","price":"298000","area":"424"} , +{"type":"Feature","id":"n6268641768","geometry":{"type":"Point","coordinates":[0.252935,50.9318588]},"properties":{"@type":"node","@id":6268641768,"@timestamp":1549746427},"coords":"50.9318588,0.252935","bedrooms":"4","price":"221000","area":"661"} , +{"type":"Feature","id":"n6268641800","geometry":{"type":"Point","coordinates":[0.2622342,50.9431665]},"properties":{"@type":"node","@id":6268641800,"@timestamp":1600007171},"coords":"50.9431665,0.2622342","bedrooms":"0","price":"173000","area":"589"} , +{"type":"Feature","id":"n6268641817","geometry":{"type":"Point","coordinates":[0.2720377,50.9486149]},"properties":{"@type":"node","@id":6268641817,"@timestamp":1549746428},"coords":"50.9486149,0.2720377","bedrooms":"4","price":"162000","area":"498"} , +{"type":"Feature","id":"n6268641827","geometry":{"type":"Point","coordinates":[0.2841908,50.9602277]},"properties":{"@type":"node","@id":6268641827,"@timestamp":1549746428},"coords":"50.9602277,0.2841908","bedrooms":"3","price":"154000","area":"459"} , +{"type":"Feature","id":"n6268641837","geometry":{"type":"Point","coordinates":[0.2976769,50.9701604]},"properties":{"@type":"node","@id":6268641837,"@timestamp":1549746428},"coords":"50.9701604,0.2976769","bedrooms":"3","price":"287000","area":"590"} , +{"type":"Feature","id":"n6268641847","geometry":{"type":"Point","coordinates":[0.2915883,50.9687365]},"properties":{"@type":"node","@id":6268641847,"@timestamp":1549746429},"coords":"50.9687365,0.2915883","bedrooms":"0","price":"208000","area":"513"} , +{"type":"Feature","id":"n6268641857","geometry":{"type":"Point","coordinates":[0.2934712,50.980964]},"properties":{"@type":"node","@id":6268641857,"@timestamp":1549746429},"coords":"50.980964,0.2934712","bedrooms":"1","price":"151000","area":"697"} , +{"type":"Feature","id":"n6268641867","geometry":{"type":"Point","coordinates":[0.2800226,50.9976889]},"properties":{"@type":"node","@id":6268641867,"@timestamp":1549746429},"coords":"50.9976889,0.2800226","bedrooms":"4","price":"248000","area":"662"} , +{"type":"Feature","id":"n6268641877","geometry":{"type":"Point","coordinates":[0.2860013,50.9848596]},"properties":{"@type":"node","@id":6268641877,"@timestamp":1549746429},"coords":"50.9848596,0.2860013","bedrooms":"2","price":"221000","area":"370"} , +{"type":"Feature","id":"n6268641987","geometry":{"type":"Point","coordinates":[0.2714932,50.9834125]},"properties":{"@type":"node","@id":6268641987,"@timestamp":1549746430},"coords":"50.9834125,0.2714932","bedrooms":"3","price":"191000","area":"481"} , +{"type":"Feature","id":"n6268642017","geometry":{"type":"Point","coordinates":[0.2953595,50.9827438]},"properties":{"@type":"node","@id":6268642017,"@timestamp":1549746430},"coords":"50.9827438,0.2953595","bedrooms":"1","price":"298000","area":"555"} , +{"type":"Feature","id":"n6268679157","geometry":{"type":"Point","coordinates":[-0.3411462,51.0183865]},"properties":{"@type":"node","@id":6268679157,"@timestamp":1572385703},"coords":"51.0183865,-0.3411462","bedrooms":"2","price":"266000","area":"671"} , +{"type":"Feature","id":"n6268679167","geometry":{"type":"Point","coordinates":[-0.336062,51.0140095]},"properties":{"@type":"node","@id":6268679167,"@timestamp":1549748368},"coords":"51.0140095,-0.336062","bedrooms":"3","price":"193000","area":"542"} , +{"type":"Feature","id":"n6268679177","geometry":{"type":"Point","coordinates":[-0.333522,51.0101011]},"properties":{"@type":"node","@id":6268679177,"@timestamp":1549748369},"coords":"51.0101011,-0.333522","bedrooms":"0","price":"270000","area":"641"} , +{"type":"Feature","id":"n6268685387","geometry":{"type":"Point","coordinates":[-0.3254807,51.0048895]},"properties":{"@type":"node","@id":6268685387,"@timestamp":1549748369},"coords":"51.0048895,-0.3254807","bedrooms":"2","price":"203000","area":"674"} , +{"type":"Feature","id":"n6268685397","geometry":{"type":"Point","coordinates":[-0.3206822,51.0006581]},"properties":{"@type":"node","@id":6268685397,"@timestamp":1549748369},"coords":"51.0006581,-0.3206822","bedrooms":"2","price":"287000","area":"565"} , +{"type":"Feature","id":"n6268685407","geometry":{"type":"Point","coordinates":[-0.3149048,50.9932356]},"properties":{"@type":"node","@id":6268685407,"@timestamp":1549748369},"coords":"50.9932356,-0.3149048","bedrooms":"3","price":"267000","area":"618"} , +{"type":"Feature","id":"n6268685417","geometry":{"type":"Point","coordinates":[-0.3105703,50.9921129]},"properties":{"@type":"node","@id":6268685417,"@timestamp":1549748370},"coords":"50.9921129,-0.3105703","bedrooms":"0","price":"199000","area":"425"} , +{"type":"Feature","id":"n6268685427","geometry":{"type":"Point","coordinates":[-0.3082529,50.9903317]},"properties":{"@type":"node","@id":6268685427,"@timestamp":1549748370},"coords":"50.9903317,-0.3082529","bedrooms":"2","price":"272000","area":"585"} , +{"type":"Feature","id":"n6268685437","geometry":{"type":"Point","coordinates":[-0.3020972,50.986023]},"properties":{"@type":"node","@id":6268685437,"@timestamp":1549748370},"coords":"50.986023,-0.3020972","bedrooms":"4","price":"210000","area":"491"} , +{"type":"Feature","id":"n6268685447","geometry":{"type":"Point","coordinates":[-0.2899468,50.9864181]},"properties":{"@type":"node","@id":6268685447,"@timestamp":1549748371},"coords":"50.9864181,-0.2899468","bedrooms":"4","price":"208000","area":"415"} , +{"type":"Feature","id":"n6268685457","geometry":{"type":"Point","coordinates":[-0.2916232,50.9861699]},"properties":{"@type":"node","@id":6268685457,"@timestamp":1549748371},"coords":"50.9861699,-0.2916232","bedrooms":"1","price":"187000","area":"653"} , +{"type":"Feature","id":"n6268685467","geometry":{"type":"Point","coordinates":[-0.2813396,50.9806702]},"properties":{"@type":"node","@id":6268685467,"@timestamp":1549748371},"coords":"50.9806702,-0.2813396","bedrooms":"0","price":"252000","area":"605"} , +{"type":"Feature","id":"n6268685477","geometry":{"type":"Point","coordinates":[-0.2739233,50.9796147]},"properties":{"@type":"node","@id":6268685477,"@timestamp":1549748372},"coords":"50.9796147,-0.2739233","bedrooms":"0","price":"234000","area":"428"} , +{"type":"Feature","id":"n6268685787","geometry":{"type":"Point","coordinates":[-0.2685696,50.9788953]},"properties":{"@type":"node","@id":6268685787,"@timestamp":1549748372},"coords":"50.9788953,-0.2685696","bedrooms":"2","price":"150000","area":"596"} , +{"type":"Feature","id":"n6268685797","geometry":{"type":"Point","coordinates":[-0.2666679,50.978637]},"properties":{"@type":"node","@id":6268685797,"@timestamp":1549748372},"coords":"50.978637,-0.2666679","bedrooms":"3","price":"208000","area":"499"} , +{"type":"Feature","id":"n6268685807","geometry":{"type":"Point","coordinates":[-0.2607322,50.977796]},"properties":{"@type":"node","@id":6268685807,"@timestamp":1549748373},"coords":"50.977796,-0.2607322","bedrooms":"0","price":"250000","area":"415"} , +{"type":"Feature","id":"n6268685817","geometry":{"type":"Point","coordinates":[-0.2463958,50.9763132]},"properties":{"@type":"node","@id":6268685817,"@timestamp":1549748373},"coords":"50.9763132,-0.2463958","bedrooms":"1","price":"200000","area":"669"} , +{"type":"Feature","id":"n6268685827","geometry":{"type":"Point","coordinates":[-0.2468437,50.9764821]},"properties":{"@type":"node","@id":6268685827,"@timestamp":1549748373},"coords":"50.9764821,-0.2468437","bedrooms":"4","price":"273000","area":"567"} , +{"type":"Feature","id":"n6269069514","geometry":{"type":"Point","coordinates":[-0.1459072,51.5216296]},"properties":{"@type":"node","@id":6269069514,"@timestamp":1604675220},"coords":"51.5216296,-0.1459072","bedrooms":"2","price":"185000","area":"435"} , +{"type":"Feature","id":"n6269243529","geometry":{"type":"Point","coordinates":[-0.3028121,51.4433345]},"properties":{"@type":"node","@id":6269243529,"@timestamp":1590260189},"coords":"51.4433345,-0.3028121","bedrooms":"4","price":"280000","area":"414"} , +{"type":"Feature","id":"n6269343058","geometry":{"type":"Point","coordinates":[-0.1486,51.5229514]},"properties":{"@type":"node","@id":6269343058,"@timestamp":1549795592},"coords":"51.5229514,-0.1486","bedrooms":"2","price":"208000","area":"612"} , +{"type":"Feature","id":"n6269724473","geometry":{"type":"Point","coordinates":[-0.4478567,51.6390626]},"properties":{"@type":"node","@id":6269724473,"@timestamp":1601125432},"coords":"51.6390626,-0.4478567","bedrooms":"2","price":"195000","area":"454"} , +{"type":"Feature","id":"n6269849850","geometry":{"type":"Point","coordinates":[0.4965305,51.3948592]},"properties":{"@type":"node","@id":6269849850,"@timestamp":1549815439},"coords":"51.3948592,0.4965305","bedrooms":"4","price":"210000","area":"508"} , +{"type":"Feature","id":"n6270112147","geometry":{"type":"Point","coordinates":[-0.9119445,51.4372558]},"properties":{"@type":"node","@id":6270112147,"@timestamp":1549824947},"coords":"51.4372558,-0.9119445","bedrooms":"3","price":"228000","area":"455"} , +{"type":"Feature","id":"n6270452361","geometry":{"type":"Point","coordinates":[0.4951076,51.3958412]},"properties":{"@type":"node","@id":6270452361,"@timestamp":1549838369},"coords":"51.3958412,0.4951076","bedrooms":"4","price":"223000","area":"486"} , +{"type":"Feature","id":"n6270483461","geometry":{"type":"Point","coordinates":[0.2080402,51.3831197]},"properties":{"@type":"node","@id":6270483461,"@timestamp":1549839851},"coords":"51.3831197,0.2080402","bedrooms":"1","price":"182000","area":"631"} , +{"type":"Feature","id":"n6270483471","geometry":{"type":"Point","coordinates":[0.1976144,51.3836621]},"properties":{"@type":"node","@id":6270483471,"@timestamp":1549839852},"coords":"51.3836621,0.1976144","bedrooms":"1","price":"153000","area":"350"} , +{"type":"Feature","id":"n6270483481","geometry":{"type":"Point","coordinates":[0.1887739,51.380833]},"properties":{"@type":"node","@id":6270483481,"@timestamp":1549839852},"coords":"51.380833,0.1887739","bedrooms":"3","price":"239000","area":"678"} , +{"type":"Feature","id":"n6270483691","geometry":{"type":"Point","coordinates":[0.1832485,51.3785177]},"properties":{"@type":"node","@id":6270483691,"@timestamp":1549839852},"coords":"51.3785177,0.1832485","bedrooms":"1","price":"230000","area":"355"} , +{"type":"Feature","id":"n6270483701","geometry":{"type":"Point","coordinates":[0.1680243,51.3772805]},"properties":{"@type":"node","@id":6270483701,"@timestamp":1549839852},"coords":"51.3772805,0.1680243","bedrooms":"3","price":"270000","area":"409"} , +{"type":"Feature","id":"n6270483711","geometry":{"type":"Point","coordinates":[0.1735657,51.3743991]},"properties":{"@type":"node","@id":6270483711,"@timestamp":1549839853},"coords":"51.3743991,0.1735657","bedrooms":"0","price":"290000","area":"686"} , +{"type":"Feature","id":"n6270483721","geometry":{"type":"Point","coordinates":[0.1697329,51.3715895]},"properties":{"@type":"node","@id":6270483721,"@timestamp":1549839853},"coords":"51.3715895,0.1697329","bedrooms":"3","price":"278000","area":"514"} , +{"type":"Feature","id":"n6270483731","geometry":{"type":"Point","coordinates":[0.1671687,51.3683661]},"properties":{"@type":"node","@id":6270483731,"@timestamp":1549839853},"coords":"51.3683661,0.1671687","bedrooms":"1","price":"228000","area":"425"} , +{"type":"Feature","id":"n6270483741","geometry":{"type":"Point","coordinates":[0.1594439,51.3629202]},"properties":{"@type":"node","@id":6270483741,"@timestamp":1549839853},"coords":"51.3629202,0.1594439","bedrooms":"4","price":"202000","area":"511"} , +{"type":"Feature","id":"n6270483754","geometry":{"type":"Point","coordinates":[0.1565096,51.3561555]},"properties":{"@type":"node","@id":6270483754,"@timestamp":1549839854},"coords":"51.3561555,0.1565096","bedrooms":"2","price":"217000","area":"674"} , +{"type":"Feature","id":"n6270483764","geometry":{"type":"Point","coordinates":[0.1580089,51.3553833]},"properties":{"@type":"node","@id":6270483764,"@timestamp":1549839854},"coords":"51.3553833,0.1580089","bedrooms":"1","price":"201000","area":"600"} , +{"type":"Feature","id":"n6270483774","geometry":{"type":"Point","coordinates":[0.1474625,51.3272061]},"properties":{"@type":"node","@id":6270483774,"@timestamp":1549839854},"coords":"51.3272061,0.1474625","bedrooms":"4","price":"196000","area":"355"} , +{"type":"Feature","id":"n6270483784","geometry":{"type":"Point","coordinates":[0.1473954,51.3271038]},"properties":{"@type":"node","@id":6270483784,"@timestamp":1549839855},"coords":"51.3271038,0.1473954","bedrooms":"1","price":"231000","area":"557"} , +{"type":"Feature","id":"n6270483794","geometry":{"type":"Point","coordinates":[0.1408401,51.3359072]},"properties":{"@type":"node","@id":6270483794,"@timestamp":1549839855},"coords":"51.3359072,0.1408401","bedrooms":"3","price":"228000","area":"627"} , +{"type":"Feature","id":"n6271090289","geometry":{"type":"Point","coordinates":[0.1702423,51.5746087]},"properties":{"@type":"node","@id":6271090289,"@timestamp":1549876362},"coords":"51.5746087,0.1702423","bedrooms":"3","price":"248000","area":"427"} , +{"type":"Feature","id":"n6271299393","geometry":{"type":"Point","coordinates":[0.4210076,51.163893]},"properties":{"@type":"node","@id":6271299393,"@timestamp":1549882815},"coords":"51.163893,0.4210076","bedrooms":"1","price":"265000","area":"687"} , +{"type":"Feature","id":"n6271299517","geometry":{"type":"Point","coordinates":[0.4176629,51.1555546]},"properties":{"@type":"node","@id":6271299517,"@timestamp":1549882817},"coords":"51.1555546,0.4176629","bedrooms":"0","price":"215000","area":"601"} , +{"type":"Feature","id":"n6271299964","geometry":{"type":"Point","coordinates":[0.4412636,51.1512831]},"properties":{"@type":"node","@id":6271299964,"@timestamp":1549882822},"coords":"51.1512831,0.4412636","bedrooms":"3","price":"264000","area":"490"} , +{"type":"Feature","id":"n6271299978","geometry":{"type":"Point","coordinates":[0.4359448,51.1537697]},"properties":{"@type":"node","@id":6271299978,"@timestamp":1549882822},"coords":"51.1537697,0.4359448","bedrooms":"1","price":"212000","area":"649"} , +{"type":"Feature","id":"n6271299988","geometry":{"type":"Point","coordinates":[0.4374844,51.1576087]},"properties":{"@type":"node","@id":6271299988,"@timestamp":1549882822},"coords":"51.1576087,0.4374844","bedrooms":"4","price":"236000","area":"463"} , +{"type":"Feature","id":"n6271300090","geometry":{"type":"Point","coordinates":[0.4425538,51.1354349]},"properties":{"@type":"node","@id":6271300090,"@timestamp":1549882824},"coords":"51.1354349,0.4425538","bedrooms":"4","price":"269000","area":"597"} , +{"type":"Feature","id":"n6271300100","geometry":{"type":"Point","coordinates":[0.4518342,51.127795]},"properties":{"@type":"node","@id":6271300100,"@timestamp":1549882824},"coords":"51.127795,0.4518342","bedrooms":"0","price":"236000","area":"468"} , +{"type":"Feature","id":"n6271335410","geometry":{"type":"Point","coordinates":[0.62574,51.6299789]},"properties":{"@type":"node","@id":6271335410,"@timestamp":1549883933},"coords":"51.6299789,0.62574","bedrooms":"2","price":"248000","area":"372"} , +{"type":"Feature","id":"n6271347823","geometry":{"type":"Point","coordinates":[0.013589,51.5464333]},"properties":{"@type":"node","@id":6271347823,"@timestamp":1628177785},"coords":"51.5464333,0.013589","bedrooms":"0","price":"210000","area":"406"} , +{"type":"Feature","id":"n6271347840","geometry":{"type":"Point","coordinates":[0.0132288,51.5464405]},"properties":{"@type":"node","@id":6271347840,"@timestamp":1628177785},"coords":"51.5464405,0.0132288","bedrooms":"1","price":"272000","area":"352"} , +{"type":"Feature","id":"n6271347857","geometry":{"type":"Point","coordinates":[0.0137654,51.5467366]},"properties":{"@type":"node","@id":6271347857,"@timestamp":1628177785},"coords":"51.5467366,0.0137654","bedrooms":"1","price":"264000","area":"533"} , +{"type":"Feature","id":"n6271417169","geometry":{"type":"Point","coordinates":[0.156486,51.5584167]},"properties":{"@type":"node","@id":6271417169,"@timestamp":1602684061},"coords":"51.5584167,0.156486","bedrooms":"4","price":"194000","area":"558"} , +{"type":"Feature","id":"n6271559530","geometry":{"type":"Point","coordinates":[0.0146635,51.544237]},"properties":{"@type":"node","@id":6271559530,"@timestamp":1606749169},"coords":"51.544237,0.0146635","bedrooms":"0","price":"265000","area":"500"} , +{"type":"Feature","id":"n6271564499","geometry":{"type":"Point","coordinates":[0.0142794,51.5443994]},"properties":{"@type":"node","@id":6271564499,"@timestamp":1628268011},"coords":"51.5443994,0.0142794","bedrooms":"0","price":"179000","area":"551"} , +{"type":"Feature","id":"n6271683686","geometry":{"type":"Point","coordinates":[-0.3547557,51.0596184]},"properties":{"@type":"node","@id":6271683686,"@timestamp":1549892563},"coords":"51.0596184,-0.3547557","bedrooms":"4","price":"199000","area":"350"} , +{"type":"Feature","id":"n6271736341","geometry":{"type":"Point","coordinates":[-0.7197371,51.4124306]},"properties":{"@type":"node","@id":6271736341,"@timestamp":1549894242},"coords":"51.4124306,-0.7197371","bedrooms":"1","price":"299000","area":"542"} , +{"type":"Feature","id":"n6271893653","geometry":{"type":"Point","coordinates":[-0.07887,51.6415072]},"properties":{"@type":"node","@id":6271893653,"@timestamp":1604012522},"coords":"51.6415072,-0.07887","bedrooms":"2","price":"180000","area":"619"} , +{"type":"Feature","id":"n6272173601","geometry":{"type":"Point","coordinates":[-0.440656,51.5094871]},"properties":{"@type":"node","@id":6272173601,"@timestamp":1612962490},"coords":"51.5094871,-0.440656","bedrooms":"0","price":"196000","area":"601"} , +{"type":"Feature","id":"n6273222833","geometry":{"type":"Point","coordinates":[-0.178493,51.5189697]},"properties":{"@type":"node","@id":6273222833,"@timestamp":1599423352},"coords":"51.5189697,-0.178493","bedrooms":"2","price":"251000","area":"586"} , +{"type":"Feature","id":"n6273308248","geometry":{"type":"Point","coordinates":[0.4920305,51.3961277]},"properties":{"@type":"node","@id":6273308248,"@timestamp":1549930641},"coords":"51.3961277,0.4920305","bedrooms":"0","price":"289000","area":"693"} , +{"type":"Feature","id":"n6273327836","geometry":{"type":"Point","coordinates":[-0.263867,51.3346238]},"properties":{"@type":"node","@id":6273327836,"@timestamp":1549933655},"coords":"51.3346238,-0.263867","bedrooms":"4","price":"253000","area":"402"} , +{"type":"Feature","id":"n6273327912","geometry":{"type":"Point","coordinates":[-0.2599082,51.3366308]},"properties":{"@type":"node","@id":6273327912,"@timestamp":1625215867},"coords":"51.3366308,-0.2599082","bedrooms":"1","price":"282000","area":"517"} , +{"type":"Feature","id":"n6273450285","geometry":{"type":"Point","coordinates":[-0.1459679,51.5193073]},"properties":{"@type":"node","@id":6273450285,"@timestamp":1605794481},"coords":"51.5193073,-0.1459679","bedrooms":"1","price":"248000","area":"642"} , +{"type":"Feature","id":"n6273702324","geometry":{"type":"Point","coordinates":[-0.1465407,51.5184205]},"properties":{"@type":"node","@id":6273702324,"@timestamp":1549958316},"coords":"51.5184205,-0.1465407","bedrooms":"3","price":"257000","area":"640"} , +{"type":"Feature","id":"n6273933900","geometry":{"type":"Point","coordinates":[0.0148643,51.5440463]},"properties":{"@type":"node","@id":6273933900,"@timestamp":1629129466},"coords":"51.5440463,0.0148643","bedrooms":"0","price":"245000","area":"673"} , +{"type":"Feature","id":"n6274041753","geometry":{"type":"Point","coordinates":[-0.1814851,51.222392]},"properties":{"@type":"node","@id":6274041753,"@timestamp":1549969860},"coords":"51.222392,-0.1814851","bedrooms":"2","price":"185000","area":"380"} , +{"type":"Feature","id":"n6274438075","geometry":{"type":"Point","coordinates":[-0.0029307,51.7603139]},"properties":{"@type":"node","@id":6274438075,"@timestamp":1549983545},"coords":"51.7603139,-0.0029307","bedrooms":"3","price":"226000","area":"423"} , +{"type":"Feature","id":"n6274504646","geometry":{"type":"Point","coordinates":[0.013835,51.544661]},"properties":{"@type":"node","@id":6274504646,"@timestamp":1628262278},"coords":"51.544661,0.013835","bedrooms":"2","price":"269000","area":"608"} , +{"type":"Feature","id":"n6274674663","geometry":{"type":"Point","coordinates":[0.1977786,51.0680438]},"properties":{"@type":"node","@id":6274674663,"@timestamp":1549992654},"coords":"51.0680438,0.1977786","bedrooms":"4","price":"296000","area":"528"} , +{"type":"Feature","id":"n6274761669","geometry":{"type":"Point","coordinates":[0.0135259,51.545345]},"properties":{"@type":"node","@id":6274761669,"@timestamp":1628262278},"coords":"51.545345,0.0135259","bedrooms":"1","price":"195000","area":"671"} , +{"type":"Feature","id":"n6274817275","geometry":{"type":"Point","coordinates":[0.5572911,51.1716495]},"properties":{"@type":"node","@id":6274817275,"@timestamp":1549997098},"coords":"51.1716495,0.5572911","bedrooms":"3","price":"205000","area":"393"} , +{"type":"Feature","id":"n6274923186","geometry":{"type":"Point","coordinates":[0.7210878,51.2223626]},"properties":{"@type":"node","@id":6274923186,"@timestamp":1550000917},"coords":"51.2223626,0.7210878","bedrooms":"4","price":"236000","area":"523"} , +{"type":"Feature","id":"n6274923196","geometry":{"type":"Point","coordinates":[0.7284638,51.2127091]},"properties":{"@type":"node","@id":6274923196,"@timestamp":1550000918},"coords":"51.2127091,0.7284638","bedrooms":"4","price":"268000","area":"404"} , +{"type":"Feature","id":"n6274923206","geometry":{"type":"Point","coordinates":[0.7432052,51.2064179]},"properties":{"@type":"node","@id":6274923206,"@timestamp":1550000918},"coords":"51.2064179,0.7432052","bedrooms":"3","price":"182000","area":"580"} , +{"type":"Feature","id":"n6274923231","geometry":{"type":"Point","coordinates":[0.7507047,51.1993981]},"properties":{"@type":"node","@id":6274923231,"@timestamp":1550000918},"coords":"51.1993981,0.7507047","bedrooms":"1","price":"228000","area":"430"} , +{"type":"Feature","id":"n6274923241","geometry":{"type":"Point","coordinates":[0.763818,51.1883277]},"properties":{"@type":"node","@id":6274923241,"@timestamp":1550000919},"coords":"51.1883277,0.763818","bedrooms":"2","price":"224000","area":"603"} , +{"type":"Feature","id":"n6274923251","geometry":{"type":"Point","coordinates":[0.7760596,51.1815422]},"properties":{"@type":"node","@id":6274923251,"@timestamp":1550000919},"coords":"51.1815422,0.7760596","bedrooms":"0","price":"181000","area":"655"} , +{"type":"Feature","id":"n6274923265","geometry":{"type":"Point","coordinates":[0.7827732,51.176128]},"properties":{"@type":"node","@id":6274923265,"@timestamp":1550000919},"coords":"51.176128,0.7827732","bedrooms":"0","price":"256000","area":"474"} , +{"type":"Feature","id":"n6274923275","geometry":{"type":"Point","coordinates":[0.7932553,51.168483]},"properties":{"@type":"node","@id":6274923275,"@timestamp":1550000919},"coords":"51.168483,0.7932553","bedrooms":"2","price":"243000","area":"468"} , +{"type":"Feature","id":"n6274923305","geometry":{"type":"Point","coordinates":[0.803744,51.1669004]},"properties":{"@type":"node","@id":6274923305,"@timestamp":1554471338},"coords":"51.1669004,0.803744","bedrooms":"2","price":"210000","area":"600"} , +{"type":"Feature","id":"n6274923322","geometry":{"type":"Point","coordinates":[0.8143803,51.1589662]},"properties":{"@type":"node","@id":6274923322,"@timestamp":1550000920},"coords":"51.1589662,0.8143803","bedrooms":"3","price":"261000","area":"683"} , +{"type":"Feature","id":"n6274923332","geometry":{"type":"Point","coordinates":[0.8304736,51.1544376]},"properties":{"@type":"node","@id":6274923332,"@timestamp":1550000921},"coords":"51.1544376,0.8304736","bedrooms":"2","price":"261000","area":"614"} , +{"type":"Feature","id":"n6274923342","geometry":{"type":"Point","coordinates":[0.8415323,51.1507632]},"properties":{"@type":"node","@id":6274923342,"@timestamp":1550000921},"coords":"51.1507632,0.8415323","bedrooms":"3","price":"239000","area":"637"} , +{"type":"Feature","id":"n6274991192","geometry":{"type":"Point","coordinates":[-0.8732826,51.3487247]},"properties":{"@type":"node","@id":6274991192,"@timestamp":1550002731},"coords":"51.3487247,-0.8732826","bedrooms":"1","price":"283000","area":"351"} , +{"type":"Feature","id":"n6275251187","geometry":{"type":"Point","coordinates":[-0.1724821,50.9334495]},"properties":{"@type":"node","@id":6275251187,"@timestamp":1550009928},"coords":"50.9334495,-0.1724821","bedrooms":"1","price":"209000","area":"697"} , +{"type":"Feature","id":"n6275251197","geometry":{"type":"Point","coordinates":[-0.1723373,50.9344029]},"properties":{"@type":"node","@id":6275251197,"@timestamp":1550009928},"coords":"50.9344029,-0.1723373","bedrooms":"2","price":"248000","area":"453"} , +{"type":"Feature","id":"n6275251207","geometry":{"type":"Point","coordinates":[-0.1683757,50.947192]},"properties":{"@type":"node","@id":6275251207,"@timestamp":1550009929},"coords":"50.947192,-0.1683757","bedrooms":"4","price":"277000","area":"588"} , +{"type":"Feature","id":"n6275251217","geometry":{"type":"Point","coordinates":[-0.1641995,50.9551659]},"properties":{"@type":"node","@id":6275251217,"@timestamp":1550009929},"coords":"50.9551659,-0.1641995","bedrooms":"3","price":"247000","area":"504"} , +{"type":"Feature","id":"n6275251241","geometry":{"type":"Point","coordinates":[-0.2998629,50.9822727]},"properties":{"@type":"node","@id":6275251241,"@timestamp":1550009929},"coords":"50.9822727,-0.2998629","bedrooms":"3","price":"272000","area":"664"} , +{"type":"Feature","id":"n6275251251","geometry":{"type":"Point","coordinates":[-0.2931547,50.9781016]},"properties":{"@type":"node","@id":6275251251,"@timestamp":1550009930},"coords":"50.9781016,-0.2931547","bedrooms":"1","price":"183000","area":"552"} , +{"type":"Feature","id":"n6275251261","geometry":{"type":"Point","coordinates":[-0.2895981,50.980557]},"properties":{"@type":"node","@id":6275251261,"@timestamp":1550009930},"coords":"50.980557,-0.2895981","bedrooms":"1","price":"295000","area":"592"} , +{"type":"Feature","id":"n6275251271","geometry":{"type":"Point","coordinates":[-0.2781987,50.9869854]},"properties":{"@type":"node","@id":6275251271,"@timestamp":1550009930},"coords":"50.9869854,-0.2781987","bedrooms":"4","price":"168000","area":"642"} , +{"type":"Feature","id":"n6275251281","geometry":{"type":"Point","coordinates":[-0.2802962,50.9869178]},"properties":{"@type":"node","@id":6275251281,"@timestamp":1550009930},"coords":"50.9869178,-0.2802962","bedrooms":"4","price":"198000","area":"590"} , +{"type":"Feature","id":"n6275279835","geometry":{"type":"Point","coordinates":[0.1722327,51.2282905]},"properties":{"@type":"node","@id":6275279835,"@timestamp":1550011010},"coords":"51.2282905,0.1722327","bedrooms":"1","price":"180000","area":"530"} , +{"type":"Feature","id":"n6275279845","geometry":{"type":"Point","coordinates":[0.1501662,51.2269786]},"properties":{"@type":"node","@id":6275279845,"@timestamp":1550011010},"coords":"51.2269786,0.1501662","bedrooms":"3","price":"279000","area":"476"} , +{"type":"Feature","id":"n6275280589","geometry":{"type":"Point","coordinates":[0.1255649,51.225099]},"properties":{"@type":"node","@id":6275280589,"@timestamp":1550011011},"coords":"51.225099,0.1255649","bedrooms":"1","price":"203000","area":"395"} , +{"type":"Feature","id":"n6275529415","geometry":{"type":"Point","coordinates":[0.1157338,51.5361764]},"properties":{"@type":"node","@id":6275529415,"@timestamp":1550018637},"coords":"51.5361764,0.1157338","bedrooms":"1","price":"274000","area":"393"} , +{"type":"Feature","id":"n6275707144","geometry":{"type":"Point","coordinates":[0.164743,51.5464727]},"properties":{"@type":"node","@id":6275707144,"@timestamp":1550027211},"coords":"51.5464727,0.164743","bedrooms":"1","price":"203000","area":"694"} , +{"type":"Feature","id":"n6275739630","geometry":{"type":"Point","coordinates":[0.124128,51.5459587]},"properties":{"@type":"node","@id":6275739630,"@timestamp":1550030383},"coords":"51.5459587,0.124128","bedrooms":"1","price":"268000","area":"383"} , +{"type":"Feature","id":"n6275993685","geometry":{"type":"Point","coordinates":[0.1478513,51.4958807]},"properties":{"@type":"node","@id":6275993685,"@timestamp":1550044127},"coords":"51.4958807,0.1478513","bedrooms":"0","price":"159000","area":"426"} , +{"type":"Feature","id":"n6276179610","geometry":{"type":"Point","coordinates":[0.2268729,51.4355031]},"properties":{"@type":"node","@id":6276179610,"@timestamp":1621293005},"coords":"51.4355031,0.2268729","bedrooms":"4","price":"153000","area":"647"} , +{"type":"Feature","id":"n6276354203","geometry":{"type":"Point","coordinates":[0.2583691,51.4171578]},"properties":{"@type":"node","@id":6276354203,"@timestamp":1550058716},"coords":"51.4171578,0.2583691","bedrooms":"0","price":"241000","area":"597"} , +{"type":"Feature","id":"n6276841037","geometry":{"type":"Point","coordinates":[-0.9684354,51.4439615]},"properties":{"@type":"node","@id":6276841037,"@timestamp":1625933415},"coords":"51.4439615,-0.9684354","bedrooms":"1","price":"245000","area":"539"} , +{"type":"Feature","id":"n6276908793","geometry":{"type":"Point","coordinates":[-0.9672504,51.4512203]},"properties":{"@type":"node","@id":6276908793,"@timestamp":1565701303},"coords":"51.4512203,-0.9672504","bedrooms":"4","price":"245000","area":"518"} , +{"type":"Feature","id":"n6276929021","geometry":{"type":"Point","coordinates":[-0.982105,51.4581985]},"properties":{"@type":"node","@id":6276929021,"@timestamp":1550077727},"coords":"51.4581985,-0.982105","bedrooms":"3","price":"287000","area":"583"} , +{"type":"Feature","id":"n6277053891","geometry":{"type":"Point","coordinates":[-0.8161654,51.3674888]},"properties":{"@type":"node","@id":6277053891,"@timestamp":1625342679},"coords":"51.3674888,-0.8161654","bedrooms":"1","price":"286000","area":"352"} , +{"type":"Feature","id":"n6277248319","geometry":{"type":"Point","coordinates":[-0.3055992,51.4433721]},"properties":{"@type":"node","@id":6277248319,"@timestamp":1550088972},"coords":"51.4433721,-0.3055992","bedrooms":"3","price":"151000","area":"699"} , +{"type":"Feature","id":"n6277462762","geometry":{"type":"Point","coordinates":[-0.970784,51.4528265]},"properties":{"@type":"node","@id":6277462762,"@timestamp":1550097465},"coords":"51.4528265,-0.970784","bedrooms":"2","price":"266000","area":"496"} , +{"type":"Feature","id":"n6277581217","geometry":{"type":"Point","coordinates":[-0.191142,51.5479443]},"properties":{"@type":"node","@id":6277581217,"@timestamp":1550104096},"coords":"51.5479443,-0.191142","bedrooms":"3","price":"164000","area":"379"} , +{"type":"Feature","id":"n6277660703","geometry":{"type":"Point","coordinates":[-0.1225501,51.5112699]},"properties":{"@type":"node","@id":6277660703,"@timestamp":1550110172},"coords":"51.5112699,-0.1225501","bedrooms":"0","price":"196000","area":"680"} , +{"type":"Feature","id":"n6277660732","geometry":{"type":"Point","coordinates":[-0.1235025,51.511265]},"properties":{"@type":"node","@id":6277660732,"@timestamp":1550110172},"coords":"51.511265,-0.1235025","bedrooms":"2","price":"294000","area":"525"} , +{"type":"Feature","id":"n6277781353","geometry":{"type":"Point","coordinates":[0.2193703,51.5971154]},"properties":{"@type":"node","@id":6277781353,"@timestamp":1550119475},"coords":"51.5971154,0.2193703","bedrooms":"4","price":"163000","area":"672"} , +{"type":"Feature","id":"n6278047423","geometry":{"type":"Point","coordinates":[-0.0544344,51.5899886]},"properties":{"@type":"node","@id":6278047423,"@timestamp":1630877754},"coords":"51.5899886,-0.0544344","bedrooms":"3","price":"226000","area":"553"} , +{"type":"Feature","id":"n6278339190","geometry":{"type":"Point","coordinates":[0.2223808,51.5969553]},"properties":{"@type":"node","@id":6278339190,"@timestamp":1550143002},"coords":"51.5969553,0.2223808","bedrooms":"1","price":"169000","area":"643"} , +{"type":"Feature","id":"n6278395572","geometry":{"type":"Point","coordinates":[0.0753843,51.5330188]},"properties":{"@type":"node","@id":6278395572,"@timestamp":1550144569},"coords":"51.5330188,0.0753843","bedrooms":"3","price":"262000","area":"433"} , +{"type":"Feature","id":"n6279174552","geometry":{"type":"Point","coordinates":[-0.0682836,51.5149766]},"properties":{"@type":"node","@id":6279174552,"@timestamp":1625842760},"coords":"51.5149766,-0.0682836","bedrooms":"2","price":"206000","area":"602"} , +{"type":"Feature","id":"n6279255124","geometry":{"type":"Point","coordinates":[-0.3708141,51.5741757]},"properties":{"@type":"node","@id":6279255124,"@timestamp":1550171283},"coords":"51.5741757,-0.3708141","bedrooms":"2","price":"266000","area":"566"} , +{"type":"Feature","id":"n6279255134","geometry":{"type":"Point","coordinates":[-0.3711453,51.574475]},"properties":{"@type":"node","@id":6279255134,"@timestamp":1550171283},"coords":"51.574475,-0.3711453","bedrooms":"0","price":"250000","area":"563"} , +{"type":"Feature","id":"n6279276394","geometry":{"type":"Point","coordinates":[-0.7714535,51.3989429]},"properties":{"@type":"node","@id":6279276394,"@timestamp":1550172023},"coords":"51.3989429,-0.7714535","bedrooms":"4","price":"270000","area":"358"} , +{"type":"Feature","id":"n6279366909","geometry":{"type":"Point","coordinates":[-0.1260598,51.5253405]},"properties":{"@type":"node","@id":6279366909,"@timestamp":1589639889},"coords":"51.5253405,-0.1260598","bedrooms":"2","price":"209000","area":"537"} , +{"type":"Feature","id":"n6279366923","geometry":{"type":"Point","coordinates":[-0.1245918,51.5266716]},"properties":{"@type":"node","@id":6279366923,"@timestamp":1589638114},"coords":"51.5266716,-0.1245918","bedrooms":"2","price":"287000","area":"608"} , +{"type":"Feature","id":"n6279451426","geometry":{"type":"Point","coordinates":[0.4721566,51.7365848]},"properties":{"@type":"node","@id":6279451426,"@timestamp":1550177602},"coords":"51.7365848,0.4721566","bedrooms":"4","price":"192000","area":"526"} , +{"type":"Feature","id":"n6279639246","geometry":{"type":"Point","coordinates":[-0.5408351,51.4087848]},"properties":{"@type":"node","@id":6279639246,"@timestamp":1550230063},"coords":"51.4087848,-0.5408351","bedrooms":"1","price":"158000","area":"683"} , +{"type":"Feature","id":"n6279639903","geometry":{"type":"Point","coordinates":[-0.5369879,51.3998431]},"properties":{"@type":"node","@id":6279639903,"@timestamp":1550230064},"coords":"51.3998431,-0.5369879","bedrooms":"2","price":"286000","area":"395"} , +{"type":"Feature","id":"n6279639913","geometry":{"type":"Point","coordinates":[-0.5362342,51.398496]},"properties":{"@type":"node","@id":6279639913,"@timestamp":1550230064},"coords":"51.398496,-0.5362342","bedrooms":"4","price":"296000","area":"589"} , +{"type":"Feature","id":"n6279639923","geometry":{"type":"Point","coordinates":[-0.5350379,51.3965651]},"properties":{"@type":"node","@id":6279639923,"@timestamp":1550230065},"coords":"51.3965651,-0.5350379","bedrooms":"3","price":"236000","area":"617"} , +{"type":"Feature","id":"n6279643452","geometry":{"type":"Point","coordinates":[-0.5408858,51.4122348]},"properties":{"@type":"node","@id":6279643452,"@timestamp":1550230066},"coords":"51.4122348,-0.5408858","bedrooms":"1","price":"192000","area":"505"} , +{"type":"Feature","id":"n6279648817","geometry":{"type":"Point","coordinates":[-0.5396873,51.4176947]},"properties":{"@type":"node","@id":6279648817,"@timestamp":1550230067},"coords":"51.4176947,-0.5396873","bedrooms":"3","price":"289000","area":"523"} , +{"type":"Feature","id":"n6279648827","geometry":{"type":"Point","coordinates":[-0.5397515,51.4171677]},"properties":{"@type":"node","@id":6279648827,"@timestamp":1550230067},"coords":"51.4171677,-0.5397515","bedrooms":"1","price":"174000","area":"593"} , +{"type":"Feature","id":"n6279657072","geometry":{"type":"Point","coordinates":[-0.5362454,51.4361296]},"properties":{"@type":"node","@id":6279657072,"@timestamp":1550230068},"coords":"51.4361296,-0.5362454","bedrooms":"3","price":"285000","area":"517"} , +{"type":"Feature","id":"n6279657082","geometry":{"type":"Point","coordinates":[-0.5349682,51.437121]},"properties":{"@type":"node","@id":6279657082,"@timestamp":1550230069},"coords":"51.437121,-0.5349682","bedrooms":"1","price":"195000","area":"628"} , +{"type":"Feature","id":"n6279657992","geometry":{"type":"Point","coordinates":[-0.540891,51.4269257]},"properties":{"@type":"node","@id":6279657992,"@timestamp":1550230069},"coords":"51.4269257,-0.540891","bedrooms":"4","price":"202000","area":"564"} , +{"type":"Feature","id":"n6279663128","geometry":{"type":"Point","coordinates":[-0.5261201,51.4475366]},"properties":{"@type":"node","@id":6279663128,"@timestamp":1550230070},"coords":"51.4475366,-0.5261201","bedrooms":"2","price":"246000","area":"530"} , +{"type":"Feature","id":"n6279663138","geometry":{"type":"Point","coordinates":[-0.5311224,51.4410937]},"properties":{"@type":"node","@id":6279663138,"@timestamp":1550230071},"coords":"51.4410937,-0.5311224","bedrooms":"0","price":"266000","area":"479"} , +{"type":"Feature","id":"n6279664790","geometry":{"type":"Point","coordinates":[-0.5240415,51.4490043]},"properties":{"@type":"node","@id":6279664790,"@timestamp":1550230071},"coords":"51.4490043,-0.5240415","bedrooms":"3","price":"256000","area":"669"} , +{"type":"Feature","id":"n6279671559","geometry":{"type":"Point","coordinates":[-0.5212117,51.4521317]},"properties":{"@type":"node","@id":6279671559,"@timestamp":1550230072},"coords":"51.4521317,-0.5212117","bedrooms":"4","price":"257000","area":"617"} , +{"type":"Feature","id":"n6279679376","geometry":{"type":"Point","coordinates":[-0.5184302,51.458533]},"properties":{"@type":"node","@id":6279679376,"@timestamp":1550230073},"coords":"51.458533,-0.5184302","bedrooms":"0","price":"216000","area":"604"} , +{"type":"Feature","id":"n6279680686","geometry":{"type":"Point","coordinates":[-0.5144257,51.4633977]},"properties":{"@type":"node","@id":6279680686,"@timestamp":1550230073},"coords":"51.4633977,-0.5144257","bedrooms":"0","price":"204000","area":"652"} , +{"type":"Feature","id":"n6279680696","geometry":{"type":"Point","coordinates":[-0.5154637,51.4625087]},"properties":{"@type":"node","@id":6279680696,"@timestamp":1550230074},"coords":"51.4625087,-0.5154637","bedrooms":"3","price":"163000","area":"451"} , +{"type":"Feature","id":"n6279694413","geometry":{"type":"Point","coordinates":[-0.5092973,51.4670421]},"properties":{"@type":"node","@id":6279694413,"@timestamp":1550230075},"coords":"51.4670421,-0.5092973","bedrooms":"1","price":"228000","area":"369"} , +{"type":"Feature","id":"n6279694423","geometry":{"type":"Point","coordinates":[-0.5100993,51.4662701]},"properties":{"@type":"node","@id":6279694423,"@timestamp":1550230075},"coords":"51.4662701,-0.5100993","bedrooms":"3","price":"241000","area":"615"} , +{"type":"Feature","id":"n6279710315","geometry":{"type":"Point","coordinates":[-0.5037183,51.4786987]},"properties":{"@type":"node","@id":6279710315,"@timestamp":1550230076},"coords":"51.4786987,-0.5037183","bedrooms":"2","price":"199000","area":"434"} , +{"type":"Feature","id":"n6279710326","geometry":{"type":"Point","coordinates":[-0.5042252,51.4765219]},"properties":{"@type":"node","@id":6279710326,"@timestamp":1550230077},"coords":"51.4765219,-0.5042252","bedrooms":"0","price":"225000","area":"364"} , +{"type":"Feature","id":"n6279715376","geometry":{"type":"Point","coordinates":[-0.5011863,51.4831069]},"properties":{"@type":"node","@id":6279715376,"@timestamp":1550230078},"coords":"51.4831069,-0.5011863","bedrooms":"0","price":"196000","area":"567"} , +{"type":"Feature","id":"n6279717662","geometry":{"type":"Point","coordinates":[-0.4992926,51.4850327]},"properties":{"@type":"node","@id":6279717662,"@timestamp":1550230078},"coords":"51.4850327,-0.4992926","bedrooms":"3","price":"195000","area":"451"} , +{"type":"Feature","id":"n6279717673","geometry":{"type":"Point","coordinates":[-0.4949904,51.4909501]},"properties":{"@type":"node","@id":6279717673,"@timestamp":1550230079},"coords":"51.4909501,-0.4949904","bedrooms":"1","price":"156000","area":"602"} , +{"type":"Feature","id":"n6279717708","geometry":{"type":"Point","coordinates":[-0.4942556,51.494933]},"properties":{"@type":"node","@id":6279717708,"@timestamp":1550230080},"coords":"51.494933,-0.4942556","bedrooms":"4","price":"201000","area":"561"} , +{"type":"Feature","id":"n6279717718","geometry":{"type":"Point","coordinates":[-0.4943146,51.4959565]},"properties":{"@type":"node","@id":6279717718,"@timestamp":1550230080},"coords":"51.4959565,-0.4943146","bedrooms":"2","price":"237000","area":"553"} , +{"type":"Feature","id":"n6279737322","geometry":{"type":"Point","coordinates":[-0.4978764,51.5033285]},"properties":{"@type":"node","@id":6279737322,"@timestamp":1550230081},"coords":"51.5033285,-0.4978764","bedrooms":"3","price":"209000","area":"480"} , +{"type":"Feature","id":"n6279749550","geometry":{"type":"Point","coordinates":[-0.4958997,51.4997053]},"properties":{"@type":"node","@id":6279749550,"@timestamp":1550230082},"coords":"51.4997053,-0.4958997","bedrooms":"2","price":"153000","area":"629"} , +{"type":"Feature","id":"n6279749560","geometry":{"type":"Point","coordinates":[-0.4962162,51.5004466]},"properties":{"@type":"node","@id":6279749560,"@timestamp":1550230083},"coords":"51.5004466,-0.4962162","bedrooms":"1","price":"240000","area":"626"} , +{"type":"Feature","id":"n6279759559","geometry":{"type":"Point","coordinates":[-0.5001565,51.5058911]},"properties":{"@type":"node","@id":6279759559,"@timestamp":1550230083},"coords":"51.5058911,-0.5001565","bedrooms":"2","price":"252000","area":"420"} , +{"type":"Feature","id":"n6279759569","geometry":{"type":"Point","coordinates":[-0.5006661,51.5066208]},"properties":{"@type":"node","@id":6279759569,"@timestamp":1550230084},"coords":"51.5066208,-0.5006661","bedrooms":"2","price":"287000","area":"532"} , +{"type":"Feature","id":"n6279759579","geometry":{"type":"Point","coordinates":[-0.5012696,51.507741]},"properties":{"@type":"node","@id":6279759579,"@timestamp":1550230085},"coords":"51.507741,-0.5012696","bedrooms":"4","price":"285000","area":"449"} , +{"type":"Feature","id":"n6279791830","geometry":{"type":"Point","coordinates":[-0.5013956,51.5139107]},"properties":{"@type":"node","@id":6279791830,"@timestamp":1550230088},"coords":"51.5139107,-0.5013956","bedrooms":"0","price":"248000","area":"592"} , +{"type":"Feature","id":"n6279793747","geometry":{"type":"Point","coordinates":[-0.4993946,51.5177848]},"properties":{"@type":"node","@id":6279793747,"@timestamp":1550230088},"coords":"51.5177848,-0.4993946","bedrooms":"0","price":"244000","area":"699"} , +{"type":"Feature","id":"n6279801453","geometry":{"type":"Point","coordinates":[-0.4983304,51.5220221]},"properties":{"@type":"node","@id":6279801453,"@timestamp":1550186818},"coords":"51.5220221,-0.4983304","bedrooms":"4","price":"278000","area":"412"} , +{"type":"Feature","id":"n6279804981","geometry":{"type":"Point","coordinates":[-0.4983941,51.524746]},"properties":{"@type":"node","@id":6279804981,"@timestamp":1550230089},"coords":"51.524746,-0.4983941","bedrooms":"4","price":"278000","area":"551"} , +{"type":"Feature","id":"n6279805291","geometry":{"type":"Point","coordinates":[-0.4984182,51.5234493]},"properties":{"@type":"node","@id":6279805291,"@timestamp":1550230090},"coords":"51.5234493,-0.4984182","bedrooms":"0","price":"257000","area":"496"} , +{"type":"Feature","id":"n6279807777","geometry":{"type":"Point","coordinates":[-0.49918,51.5317109]},"properties":{"@type":"node","@id":6279807777,"@timestamp":1550230091},"coords":"51.5317109,-0.49918","bedrooms":"3","price":"183000","area":"597"} , +{"type":"Feature","id":"n6279809634","geometry":{"type":"Point","coordinates":[-0.5032625,51.5417296]},"properties":{"@type":"node","@id":6279809634,"@timestamp":1550230092},"coords":"51.5417296,-0.5032625","bedrooms":"2","price":"158000","area":"512"} , +{"type":"Feature","id":"n6279809644","geometry":{"type":"Point","coordinates":[-0.5024551,51.5405334]},"properties":{"@type":"node","@id":6279809644,"@timestamp":1550230092},"coords":"51.5405334,-0.5024551","bedrooms":"3","price":"254000","area":"666"} , +{"type":"Feature","id":"n6279809654","geometry":{"type":"Point","coordinates":[-0.5069129,51.5445754]},"properties":{"@type":"node","@id":6279809654,"@timestamp":1550230093},"coords":"51.5445754,-0.5069129","bedrooms":"3","price":"178000","area":"427"} , +{"type":"Feature","id":"n6279810910","geometry":{"type":"Point","coordinates":[-0.5096567,51.5457263]},"properties":{"@type":"node","@id":6279810910,"@timestamp":1550230094},"coords":"51.5457263,-0.5096567","bedrooms":"4","price":"153000","area":"563"} , +{"type":"Feature","id":"n6279829734","geometry":{"type":"Point","coordinates":[-0.5230758,51.5509169]},"properties":{"@type":"node","@id":6279829734,"@timestamp":1550230095},"coords":"51.5509169,-0.5230758","bedrooms":"4","price":"152000","area":"447"} , +{"type":"Feature","id":"n6279829744","geometry":{"type":"Point","coordinates":[-0.5181647,51.5480098]},"properties":{"@type":"node","@id":6279829744,"@timestamp":1550230095},"coords":"51.5480098,-0.5181647","bedrooms":"1","price":"173000","area":"624"} , +{"type":"Feature","id":"n6279829754","geometry":{"type":"Point","coordinates":[-0.5155066,51.5473893]},"properties":{"@type":"node","@id":6279829754,"@timestamp":1550230096},"coords":"51.5473893,-0.5155066","bedrooms":"3","price":"165000","area":"698"} , +{"type":"Feature","id":"n6279829764","geometry":{"type":"Point","coordinates":[-0.5200503,51.5491256]},"properties":{"@type":"node","@id":6279829764,"@timestamp":1550230097},"coords":"51.5491256,-0.5200503","bedrooms":"1","price":"167000","area":"435"} , +{"type":"Feature","id":"n6279829774","geometry":{"type":"Point","coordinates":[-0.524755,51.5521611]},"properties":{"@type":"node","@id":6279829774,"@timestamp":1550230097},"coords":"51.5521611,-0.524755","bedrooms":"0","price":"152000","area":"377"} , +{"type":"Feature","id":"n6279835279","geometry":{"type":"Point","coordinates":[-0.1756782,51.5396743]},"properties":{"@type":"node","@id":6279835279,"@timestamp":1564903671},"coords":"51.5396743,-0.1756782","bedrooms":"0","price":"190000","area":"482"} , +{"type":"Feature","id":"n6279838101","geometry":{"type":"Point","coordinates":[-0.5273216,51.5544561]},"properties":{"@type":"node","@id":6279838101,"@timestamp":1550230098},"coords":"51.5544561,-0.5273216","bedrooms":"1","price":"240000","area":"468"} , +{"type":"Feature","id":"n6279842656","geometry":{"type":"Point","coordinates":[-0.5288722,51.5566256]},"properties":{"@type":"node","@id":6279842656,"@timestamp":1550230099},"coords":"51.5566256,-0.5288722","bedrooms":"1","price":"280000","area":"579"} , +{"type":"Feature","id":"n6279843120","geometry":{"type":"Point","coordinates":[-0.5269222,51.5545861]},"properties":{"@type":"node","@id":6279843120,"@timestamp":1550230100},"coords":"51.5545861,-0.5269222","bedrooms":"3","price":"150000","area":"394"} , +{"type":"Feature","id":"n6279843130","geometry":{"type":"Point","coordinates":[-0.5251627,51.5527833]},"properties":{"@type":"node","@id":6279843130,"@timestamp":1550230101},"coords":"51.5527833,-0.5251627","bedrooms":"2","price":"248000","area":"404"} , +{"type":"Feature","id":"n6279889658","geometry":{"type":"Point","coordinates":[-0.5285342,51.5573528]},"properties":{"@type":"node","@id":6279889658,"@timestamp":1550230101},"coords":"51.5573528,-0.5285342","bedrooms":"4","price":"247000","area":"662"} , +{"type":"Feature","id":"n6279889668","geometry":{"type":"Point","coordinates":[-0.5311521,51.5581948]},"properties":{"@type":"node","@id":6279889668,"@timestamp":1550230102},"coords":"51.5581948,-0.5311521","bedrooms":"0","price":"196000","area":"577"} , +{"type":"Feature","id":"n6279889678","geometry":{"type":"Point","coordinates":[-0.5259781,51.559494]},"properties":{"@type":"node","@id":6279889678,"@timestamp":1550230103},"coords":"51.559494,-0.5259781","bedrooms":"2","price":"283000","area":"480"} , +{"type":"Feature","id":"n6279890988","geometry":{"type":"Point","coordinates":[-0.5273326,51.5600776]},"properties":{"@type":"node","@id":6279890988,"@timestamp":1550230103},"coords":"51.5600776,-0.5273326","bedrooms":"1","price":"237000","area":"476"} , +{"type":"Feature","id":"n6279890998","geometry":{"type":"Point","coordinates":[-0.5325575,51.5588219]},"properties":{"@type":"node","@id":6279890998,"@timestamp":1550230104},"coords":"51.5588219,-0.5325575","bedrooms":"1","price":"222000","area":"568"} , +{"type":"Feature","id":"n6279891008","geometry":{"type":"Point","coordinates":[-0.5337111,51.5608287]},"properties":{"@type":"node","@id":6279891008,"@timestamp":1550230105},"coords":"51.5608287,-0.5337111","bedrooms":"4","price":"217000","area":"666"} , +{"type":"Feature","id":"n6279891018","geometry":{"type":"Point","coordinates":[-0.5345434,51.5609397]},"properties":{"@type":"node","@id":6279891018,"@timestamp":1550230106},"coords":"51.5609397,-0.5345434","bedrooms":"3","price":"161000","area":"671"} , +{"type":"Feature","id":"n6279891028","geometry":{"type":"Point","coordinates":[-0.5328827,51.5607158]},"properties":{"@type":"node","@id":6279891028,"@timestamp":1550230106},"coords":"51.5607158,-0.5328827","bedrooms":"2","price":"261000","area":"392"} , +{"type":"Feature","id":"n6280005154","geometry":{"type":"Point","coordinates":[-0.288961,51.3710511]},"properties":{"@type":"node","@id":6280005154,"@timestamp":1550196006},"coords":"51.3710511,-0.288961","bedrooms":"4","price":"171000","area":"685"} , +{"type":"Feature","id":"n6280047280","geometry":{"type":"Point","coordinates":[-0.0818355,51.5159805]},"properties":{"@type":"node","@id":6280047280,"@timestamp":1624738534},"coords":"51.5159805,-0.0818355","bedrooms":"3","price":"169000","area":"453"} , +{"type":"Feature","id":"n6280130724","geometry":{"type":"Point","coordinates":[-0.2037507,51.5469183]},"properties":{"@type":"node","@id":6280130724,"@timestamp":1550206407},"coords":"51.5469183,-0.2037507","bedrooms":"1","price":"182000","area":"416"} , +{"type":"Feature","id":"n6280183559","geometry":{"type":"Point","coordinates":[-0.0680898,51.485397]},"properties":{"@type":"node","@id":6280183559,"@timestamp":1550210861},"coords":"51.485397,-0.0680898","bedrooms":"1","price":"218000","area":"478"} , +{"type":"Feature","id":"n6280378138","geometry":{"type":"Point","coordinates":[-0.1946499,51.4595855]},"properties":{"@type":"node","@id":6280378138,"@timestamp":1614015732},"coords":"51.4595855,-0.1946499","bedrooms":"0","price":"269000","area":"665"} , +{"type":"Feature","id":"n6280527840","geometry":{"type":"Point","coordinates":[-0.1475028,51.5499203]},"properties":{"@type":"node","@id":6280527840,"@timestamp":1619622305},"coords":"51.5499203,-0.1475028","bedrooms":"3","price":"295000","area":"424"} , +{"type":"Feature","id":"n6280682221","geometry":{"type":"Point","coordinates":[-0.539301,51.4010915]},"properties":{"@type":"node","@id":6280682221,"@timestamp":1550230019},"coords":"51.4010915,-0.539301","bedrooms":"3","price":"213000","area":"453"} , +{"type":"Feature","id":"n6280682231","geometry":{"type":"Point","coordinates":[-0.5378795,51.3989597]},"properties":{"@type":"node","@id":6280682231,"@timestamp":1550230020},"coords":"51.3989597,-0.5378795","bedrooms":"2","price":"152000","area":"518"} , +{"type":"Feature","id":"n6280682241","geometry":{"type":"Point","coordinates":[-0.5332661,51.3945868]},"properties":{"@type":"node","@id":6280682241,"@timestamp":1550230021},"coords":"51.3945868,-0.5332661","bedrooms":"4","price":"163000","area":"579"} , +{"type":"Feature","id":"n6280682251","geometry":{"type":"Point","coordinates":[-0.5348539,51.397154]},"properties":{"@type":"node","@id":6280682251,"@timestamp":1550235827},"coords":"51.397154,-0.5348539","bedrooms":"3","price":"234000","area":"367"} , +{"type":"Feature","id":"n6280682261","geometry":{"type":"Point","coordinates":[-0.535377,51.3993897]},"properties":{"@type":"node","@id":6280682261,"@timestamp":1550230022},"coords":"51.3993897,-0.535377","bedrooms":"4","price":"200000","area":"633"} , +{"type":"Feature","id":"n6280682271","geometry":{"type":"Point","coordinates":[-0.5340734,51.4004507]},"properties":{"@type":"node","@id":6280682271,"@timestamp":1550230023},"coords":"51.4004507,-0.5340734","bedrooms":"0","price":"254000","area":"378"} , +{"type":"Feature","id":"n6280682281","geometry":{"type":"Point","coordinates":[-0.5396229,51.4036876]},"properties":{"@type":"node","@id":6280682281,"@timestamp":1550230023},"coords":"51.4036876,-0.5396229","bedrooms":"4","price":"234000","area":"459"} , +{"type":"Feature","id":"n6280683091","geometry":{"type":"Point","coordinates":[-0.5405201,51.406394]},"properties":{"@type":"node","@id":6280683091,"@timestamp":1550230024},"coords":"51.406394,-0.5405201","bedrooms":"4","price":"194000","area":"594"} , +{"type":"Feature","id":"n6280683101","geometry":{"type":"Point","coordinates":[-0.541074,51.4011568]},"properties":{"@type":"node","@id":6280683101,"@timestamp":1550230025},"coords":"51.4011568,-0.541074","bedrooms":"0","price":"242000","area":"524"} , +{"type":"Feature","id":"n6280683111","geometry":{"type":"Point","coordinates":[-0.5355486,51.4002281]},"properties":{"@type":"node","@id":6280683111,"@timestamp":1550230025},"coords":"51.4002281,-0.5355486","bedrooms":"4","price":"231000","area":"459"} , +{"type":"Feature","id":"n6280683121","geometry":{"type":"Point","coordinates":[-0.5369487,51.4023331]},"properties":{"@type":"node","@id":6280683121,"@timestamp":1550230026},"coords":"51.4023331,-0.5369487","bedrooms":"3","price":"178000","area":"367"} , +{"type":"Feature","id":"n6280683131","geometry":{"type":"Point","coordinates":[-0.540964,51.4010146]},"properties":{"@type":"node","@id":6280683131,"@timestamp":1550230027},"coords":"51.4010146,-0.540964","bedrooms":"4","price":"199000","area":"604"} , +{"type":"Feature","id":"n6280683141","geometry":{"type":"Point","coordinates":[-0.5099362,51.3764844]},"properties":{"@type":"node","@id":6280683141,"@timestamp":1620773280},"coords":"51.3764844,-0.5099362","bedrooms":"2","price":"273000","area":"684"} , +{"type":"Feature","id":"n6280683151","geometry":{"type":"Point","coordinates":[-0.5163279,51.3829389]},"properties":{"@type":"node","@id":6280683151,"@timestamp":1550230028},"coords":"51.3829389,-0.5163279","bedrooms":"1","price":"295000","area":"364"} , +{"type":"Feature","id":"n6280683161","geometry":{"type":"Point","coordinates":[-0.5124414,51.3796946]},"properties":{"@type":"node","@id":6280683161,"@timestamp":1550230028},"coords":"51.3796946,-0.5124414","bedrooms":"1","price":"183000","area":"650"} , +{"type":"Feature","id":"n6280683171","geometry":{"type":"Point","coordinates":[-0.5218881,51.3861897]},"properties":{"@type":"node","@id":6280683171,"@timestamp":1550230029},"coords":"51.3861897,-0.5218881","bedrooms":"3","price":"205000","area":"387"} , +{"type":"Feature","id":"n6280683181","geometry":{"type":"Point","coordinates":[-0.5261555,51.3885339]},"properties":{"@type":"node","@id":6280683181,"@timestamp":1550230029},"coords":"51.3885339,-0.5261555","bedrooms":"3","price":"236000","area":"351"} , +{"type":"Feature","id":"n6280683291","geometry":{"type":"Point","coordinates":[-0.530439,51.3913216]},"properties":{"@type":"node","@id":6280683291,"@timestamp":1550230030},"coords":"51.3913216,-0.530439","bedrooms":"4","price":"208000","area":"470"} , +{"type":"Feature","id":"n6280825591","geometry":{"type":"Point","coordinates":[-0.3840065,51.3093478]},"properties":{"@type":"node","@id":6280825591,"@timestamp":1550235798},"coords":"51.3093478,-0.3840065","bedrooms":"4","price":"270000","area":"535"} , +{"type":"Feature","id":"n6280825601","geometry":{"type":"Point","coordinates":[-0.3782237,51.3108668]},"properties":{"@type":"node","@id":6280825601,"@timestamp":1550235798},"coords":"51.3108668,-0.3782237","bedrooms":"2","price":"173000","area":"522"} , +{"type":"Feature","id":"n6280825611","geometry":{"type":"Point","coordinates":[-0.3901085,51.307505]},"properties":{"@type":"node","@id":6280825611,"@timestamp":1550235799},"coords":"51.307505,-0.3901085","bedrooms":"3","price":"246000","area":"524"} , +{"type":"Feature","id":"n6280825621","geometry":{"type":"Point","coordinates":[-0.3961274,51.3062609]},"properties":{"@type":"node","@id":6280825621,"@timestamp":1550235800},"coords":"51.3062609,-0.3961274","bedrooms":"3","price":"281000","area":"606"} , +{"type":"Feature","id":"n6280825631","geometry":{"type":"Point","coordinates":[-0.4156163,51.3082277]},"properties":{"@type":"node","@id":6280825631,"@timestamp":1550235800},"coords":"51.3082277,-0.4156163","bedrooms":"3","price":"268000","area":"570"} , +{"type":"Feature","id":"n6280825641","geometry":{"type":"Point","coordinates":[-0.4209647,51.3100888]},"properties":{"@type":"node","@id":6280825641,"@timestamp":1550235801},"coords":"51.3100888,-0.4209647","bedrooms":"0","price":"259000","area":"578"} , +{"type":"Feature","id":"n6280825651","geometry":{"type":"Point","coordinates":[-0.4262272,51.3120857]},"properties":{"@type":"node","@id":6280825651,"@timestamp":1550235802},"coords":"51.3120857,-0.4262272","bedrooms":"2","price":"255000","area":"661"} , +{"type":"Feature","id":"n6280825661","geometry":{"type":"Point","coordinates":[-0.4314709,51.3141445]},"properties":{"@type":"node","@id":6280825661,"@timestamp":1550235802},"coords":"51.3141445,-0.4314709","bedrooms":"4","price":"232000","area":"642"} , +{"type":"Feature","id":"n6280825671","geometry":{"type":"Point","coordinates":[-0.4365242,51.3162368]},"properties":{"@type":"node","@id":6280825671,"@timestamp":1550235803},"coords":"51.3162368,-0.4365242","bedrooms":"0","price":"217000","area":"400"} , +{"type":"Feature","id":"n6280825681","geometry":{"type":"Point","coordinates":[-0.4412878,51.3185049]},"properties":{"@type":"node","@id":6280825681,"@timestamp":1550235804},"coords":"51.3185049,-0.4412878","bedrooms":"0","price":"199000","area":"427"} , +{"type":"Feature","id":"n6280825991","geometry":{"type":"Point","coordinates":[-0.4459655,51.3206707]},"properties":{"@type":"node","@id":6280825991,"@timestamp":1550235804},"coords":"51.3206707,-0.4459655","bedrooms":"3","price":"263000","area":"432"} , +{"type":"Feature","id":"n6280826001","geometry":{"type":"Point","coordinates":[-0.4511556,51.3224442]},"properties":{"@type":"node","@id":6280826001,"@timestamp":1550235805},"coords":"51.3224442,-0.4511556","bedrooms":"1","price":"162000","area":"398"} , +{"type":"Feature","id":"n6280826011","geometry":{"type":"Point","coordinates":[-0.4568908,51.3237768]},"properties":{"@type":"node","@id":6280826011,"@timestamp":1620484264},"coords":"51.3237768,-0.4568908","bedrooms":"1","price":"201000","area":"538"} , +{"type":"Feature","id":"n6280826021","geometry":{"type":"Point","coordinates":[-0.4615948,51.3244338]},"properties":{"@type":"node","@id":6280826021,"@timestamp":1550235806},"coords":"51.3244338,-0.4615948","bedrooms":"3","price":"226000","area":"468"} , +{"type":"Feature","id":"n6280826031","geometry":{"type":"Point","coordinates":[-0.4674849,51.3251009]},"properties":{"@type":"node","@id":6280826031,"@timestamp":1550235807},"coords":"51.3251009,-0.4674849","bedrooms":"4","price":"265000","area":"630"} , +{"type":"Feature","id":"n6280826041","geometry":{"type":"Point","coordinates":[-0.4728735,51.3265021]},"properties":{"@type":"node","@id":6280826041,"@timestamp":1550235808},"coords":"51.3265021,-0.4728735","bedrooms":"3","price":"286000","area":"663"} , +{"type":"Feature","id":"n6280826051","geometry":{"type":"Point","coordinates":[-0.4775164,51.3286809]},"properties":{"@type":"node","@id":6280826051,"@timestamp":1550235808},"coords":"51.3286809,-0.4775164","bedrooms":"0","price":"244000","area":"506"} , +{"type":"Feature","id":"n6280826061","geometry":{"type":"Point","coordinates":[-0.4812822,51.3316222]},"properties":{"@type":"node","@id":6280826061,"@timestamp":1550235809},"coords":"51.3316222,-0.4812822","bedrooms":"4","price":"223000","area":"663"} , +{"type":"Feature","id":"n6280826071","geometry":{"type":"Point","coordinates":[-0.483672,51.3349001]},"properties":{"@type":"node","@id":6280826071,"@timestamp":1550235810},"coords":"51.3349001,-0.483672","bedrooms":"3","price":"266000","area":"633"} , +{"type":"Feature","id":"n6280826081","geometry":{"type":"Point","coordinates":[-0.4848281,51.3381107]},"properties":{"@type":"node","@id":6280826081,"@timestamp":1550235810},"coords":"51.3381107,-0.4848281","bedrooms":"3","price":"272000","area":"463"} , +{"type":"Feature","id":"n6280826091","geometry":{"type":"Point","coordinates":[-0.4853135,51.3411603]},"properties":{"@type":"node","@id":6280826091,"@timestamp":1550235811},"coords":"51.3411603,-0.4853135","bedrooms":"2","price":"151000","area":"477"} , +{"type":"Feature","id":"n6280826101","geometry":{"type":"Point","coordinates":[-0.4852787,51.3449234]},"properties":{"@type":"node","@id":6280826101,"@timestamp":1550235812},"coords":"51.3449234,-0.4852787","bedrooms":"0","price":"262000","area":"593"} , +{"type":"Feature","id":"n6280826111","geometry":{"type":"Point","coordinates":[-0.4861692,51.3485907]},"properties":{"@type":"node","@id":6280826111,"@timestamp":1550235812},"coords":"51.3485907,-0.4861692","bedrooms":"1","price":"254000","area":"413"} , +{"type":"Feature","id":"n6280826121","geometry":{"type":"Point","coordinates":[-0.4890633,51.3518858]},"properties":{"@type":"node","@id":6280826121,"@timestamp":1550235813},"coords":"51.3518858,-0.4890633","bedrooms":"4","price":"225000","area":"483"} , +{"type":"Feature","id":"n6280826131","geometry":{"type":"Point","coordinates":[-0.4923758,51.3550165]},"properties":{"@type":"node","@id":6280826131,"@timestamp":1550235814},"coords":"51.3550165,-0.4923758","bedrooms":"0","price":"200000","area":"440"} , +{"type":"Feature","id":"n6280826141","geometry":{"type":"Point","coordinates":[-0.4952404,51.3581956]},"properties":{"@type":"node","@id":6280826141,"@timestamp":1550235814},"coords":"51.3581956,-0.4952404","bedrooms":"0","price":"295000","area":"663"} , +{"type":"Feature","id":"n6280826151","geometry":{"type":"Point","coordinates":[-0.4984805,51.3615402]},"properties":{"@type":"node","@id":6280826151,"@timestamp":1550235815},"coords":"51.3615402,-0.4984805","bedrooms":"2","price":"230000","area":"531"} , +{"type":"Feature","id":"n6280826161","geometry":{"type":"Point","coordinates":[-0.501667,51.3645162]},"properties":{"@type":"node","@id":6280826161,"@timestamp":1550235816},"coords":"51.3645162,-0.501667","bedrooms":"3","price":"198000","area":"416"} , +{"type":"Feature","id":"n6280826171","geometry":{"type":"Point","coordinates":[-0.5049607,51.3677784]},"properties":{"@type":"node","@id":6280826171,"@timestamp":1550235816},"coords":"51.3677784,-0.5049607","bedrooms":"2","price":"157000","area":"487"} , +{"type":"Feature","id":"n6280826181","geometry":{"type":"Point","coordinates":[-0.5073854,51.371273]},"properties":{"@type":"node","@id":6280826181,"@timestamp":1550235817},"coords":"51.371273,-0.5073854","bedrooms":"1","price":"292000","area":"480"} , +{"type":"Feature","id":"n6280826191","geometry":{"type":"Point","coordinates":[-0.5091074,51.374934]},"properties":{"@type":"node","@id":6280826191,"@timestamp":1620773280},"coords":"51.374934,-0.5091074","bedrooms":"3","price":"158000","area":"369"} , +{"type":"Feature","id":"n6280826201","geometry":{"type":"Point","coordinates":[-0.5345133,51.3951575]},"properties":{"@type":"node","@id":6280826201,"@timestamp":1550235819},"coords":"51.3951575,-0.5345133","bedrooms":"0","price":"204000","area":"358"} , +{"type":"Feature","id":"n6280826211","geometry":{"type":"Point","coordinates":[-0.5362916,51.3977581]},"properties":{"@type":"node","@id":6280826211,"@timestamp":1550235819},"coords":"51.3977581,-0.5362916","bedrooms":"4","price":"183000","area":"354"} , +{"type":"Feature","id":"n6280826221","geometry":{"type":"Point","coordinates":[-0.5397865,51.3995236]},"properties":{"@type":"node","@id":6280826221,"@timestamp":1550235820},"coords":"51.3995236,-0.5397865","bedrooms":"1","price":"226000","area":"384"} , +{"type":"Feature","id":"n6280826231","geometry":{"type":"Point","coordinates":[-0.5391455,51.4018763]},"properties":{"@type":"node","@id":6280826231,"@timestamp":1550235821},"coords":"51.4018763,-0.5391455","bedrooms":"4","price":"246000","area":"379"} , +{"type":"Feature","id":"n6280826241","geometry":{"type":"Point","coordinates":[-0.5343202,51.4011836]},"properties":{"@type":"node","@id":6280826241,"@timestamp":1550235821},"coords":"51.4011836,-0.5343202","bedrooms":"4","price":"182000","area":"494"} , +{"type":"Feature","id":"n6280826251","geometry":{"type":"Point","coordinates":[-0.5392313,51.399091]},"properties":{"@type":"node","@id":6280826251,"@timestamp":1550235822},"coords":"51.399091,-0.5392313","bedrooms":"4","price":"280000","area":"361"} , +{"type":"Feature","id":"n6280826261","geometry":{"type":"Point","coordinates":[-0.537622,51.3994901]},"properties":{"@type":"node","@id":6280826261,"@timestamp":1550235823},"coords":"51.3994901,-0.537622","bedrooms":"2","price":"185000","area":"536"} , +{"type":"Feature","id":"n6280826271","geometry":{"type":"Point","coordinates":[-0.5344208,51.4008338]},"properties":{"@type":"node","@id":6280826271,"@timestamp":1550235823},"coords":"51.4008338,-0.5344208","bedrooms":"4","price":"208000","area":"393"} , +{"type":"Feature","id":"n6280826281","geometry":{"type":"Point","coordinates":[-0.5279392,51.4012472]},"properties":{"@type":"node","@id":6280826281,"@timestamp":1550235824},"coords":"51.4012472,-0.5279392","bedrooms":"4","price":"159000","area":"491"} , +{"type":"Feature","id":"n6280826591","geometry":{"type":"Point","coordinates":[-0.5322468,51.4014413]},"properties":{"@type":"node","@id":6280826591,"@timestamp":1550235825},"coords":"51.4014413,-0.5322468","bedrooms":"3","price":"208000","area":"532"} , +{"type":"Feature","id":"n6280826601","geometry":{"type":"Point","coordinates":[-0.5365384,51.4023382]},"properties":{"@type":"node","@id":6280826601,"@timestamp":1550235825},"coords":"51.4023382,-0.5365384","bedrooms":"4","price":"152000","area":"692"} , +{"type":"Feature","id":"n6280826611","geometry":{"type":"Point","coordinates":[-0.5388987,51.4045602]},"properties":{"@type":"node","@id":6280826611,"@timestamp":1550235826},"coords":"51.4045602,-0.5388987","bedrooms":"1","price":"283000","area":"666"} , +{"type":"Feature","id":"n6280947364","geometry":{"type":"Point","coordinates":[0.0836468,51.7663605]},"properties":{"@type":"node","@id":6280947364,"@timestamp":1550239427},"coords":"51.7663605,0.0836468","bedrooms":"2","price":"297000","area":"488"} , +{"type":"Feature","id":"n6281239173","geometry":{"type":"Point","coordinates":[-0.3080005,51.3759701]},"properties":{"@type":"node","@id":6281239173,"@timestamp":1555080109},"coords":"51.3759701,-0.3080005","bedrooms":"2","price":"263000","area":"647"} , +{"type":"Feature","id":"n6281239183","geometry":{"type":"Point","coordinates":[-0.3059931,51.3755089]},"properties":{"@type":"node","@id":6281239183,"@timestamp":1550248541},"coords":"51.3755089,-0.3059931","bedrooms":"2","price":"218000","area":"658"} , +{"type":"Feature","id":"n6281239393","geometry":{"type":"Point","coordinates":[-0.3096038,51.3758539]},"properties":{"@type":"node","@id":6281239393,"@timestamp":1550248542},"coords":"51.3758539,-0.3096038","bedrooms":"3","price":"284000","area":"551"} , +{"type":"Feature","id":"n6281239403","geometry":{"type":"Point","coordinates":[-0.3113176,51.3757647]},"properties":{"@type":"node","@id":6281239403,"@timestamp":1550248543},"coords":"51.3757647,-0.3113176","bedrooms":"1","price":"188000","area":"570"} , +{"type":"Feature","id":"n6281239413","geometry":{"type":"Point","coordinates":[-0.3137189,51.3752219]},"properties":{"@type":"node","@id":6281239413,"@timestamp":1550248543},"coords":"51.3752219,-0.3137189","bedrooms":"1","price":"262000","area":"497"} , +{"type":"Feature","id":"n6281239423","geometry":{"type":"Point","coordinates":[-0.3145627,51.3749167]},"properties":{"@type":"node","@id":6281239423,"@timestamp":1550248544},"coords":"51.3749167,-0.3145627","bedrooms":"2","price":"201000","area":"469"} , +{"type":"Feature","id":"n6281239435","geometry":{"type":"Point","coordinates":[-0.3160965,51.3740389]},"properties":{"@type":"node","@id":6281239435,"@timestamp":1550248545},"coords":"51.3740389,-0.3160965","bedrooms":"2","price":"240000","area":"386"} , +{"type":"Feature","id":"n6281239445","geometry":{"type":"Point","coordinates":[-0.317297,51.3729104]},"properties":{"@type":"node","@id":6281239445,"@timestamp":1550248545},"coords":"51.3729104,-0.317297","bedrooms":"4","price":"200000","area":"682"} , +{"type":"Feature","id":"n6281239455","geometry":{"type":"Point","coordinates":[-0.3179847,51.3716226]},"properties":{"@type":"node","@id":6281239455,"@timestamp":1550248546},"coords":"51.3716226,-0.3179847","bedrooms":"1","price":"162000","area":"443"} , +{"type":"Feature","id":"n6281239465","geometry":{"type":"Point","coordinates":[-0.3185592,51.3696147]},"properties":{"@type":"node","@id":6281239465,"@timestamp":1550248547},"coords":"51.3696147,-0.3185592","bedrooms":"4","price":"216000","area":"454"} , +{"type":"Feature","id":"n6281239475","geometry":{"type":"Point","coordinates":[-0.3182831,51.3682789]},"properties":{"@type":"node","@id":6281239475,"@timestamp":1550248547},"coords":"51.3682789,-0.3182831","bedrooms":"1","price":"159000","area":"576"} , +{"type":"Feature","id":"n6281239485","geometry":{"type":"Point","coordinates":[-0.3177302,51.372445]},"properties":{"@type":"node","@id":6281239485,"@timestamp":1550248548},"coords":"51.372445,-0.3177302","bedrooms":"3","price":"190000","area":"352"} , +{"type":"Feature","id":"n6281295217","geometry":{"type":"Point","coordinates":[-0.313181,51.3755631]},"properties":{"@type":"node","@id":6281295217,"@timestamp":1555080109},"coords":"51.3755631,-0.313181","bedrooms":"2","price":"280000","area":"465"} , +{"type":"Feature","id":"n6281295234","geometry":{"type":"Point","coordinates":[-0.3099558,51.3755505]},"properties":{"@type":"node","@id":6281295234,"@timestamp":1555080110},"coords":"51.3755505,-0.3099558","bedrooms":"3","price":"194000","area":"584"} , +{"type":"Feature","id":"n6281295246","geometry":{"type":"Point","coordinates":[-0.3031622,51.3749934]},"properties":{"@type":"node","@id":6281295246,"@timestamp":1550250134},"coords":"51.3749934,-0.3031622","bedrooms":"1","price":"159000","area":"585"} , +{"type":"Feature","id":"n6281295257","geometry":{"type":"Point","coordinates":[-0.299497,51.3744467]},"properties":{"@type":"node","@id":6281295257,"@timestamp":1550250135},"coords":"51.3744467,-0.299497","bedrooms":"3","price":"276000","area":"693"} , +{"type":"Feature","id":"n6281295267","geometry":{"type":"Point","coordinates":[-0.3024662,51.3746867]},"properties":{"@type":"node","@id":6281295267,"@timestamp":1550250135},"coords":"51.3746867,-0.3024662","bedrooms":"3","price":"171000","area":"461"} , +{"type":"Feature","id":"n6281295277","geometry":{"type":"Point","coordinates":[-0.2929729,51.3733376]},"properties":{"@type":"node","@id":6281295277,"@timestamp":1550250136},"coords":"51.3733376,-0.2929729","bedrooms":"4","price":"218000","area":"442"} , +{"type":"Feature","id":"n6281299487","geometry":{"type":"Point","coordinates":[-0.2867065,51.3744134]},"properties":{"@type":"node","@id":6281299487,"@timestamp":1550250137},"coords":"51.3744134,-0.2867065","bedrooms":"4","price":"166000","area":"552"} , +{"type":"Feature","id":"n6281299497","geometry":{"type":"Point","coordinates":[-0.2811859,51.3784713]},"properties":{"@type":"node","@id":6281299497,"@timestamp":1550250137},"coords":"51.3784713,-0.2811859","bedrooms":"1","price":"160000","area":"519"} , +{"type":"Feature","id":"n6281299507","geometry":{"type":"Point","coordinates":[-0.2776711,51.3820609]},"properties":{"@type":"node","@id":6281299507,"@timestamp":1550250138},"coords":"51.3820609,-0.2776711","bedrooms":"1","price":"201000","area":"447"} , +{"type":"Feature","id":"n6281468678","geometry":{"type":"Point","coordinates":[-0.275961,51.3839847]},"properties":{"@type":"node","@id":6281468678,"@timestamp":1550256333},"coords":"51.3839847,-0.275961","bedrooms":"0","price":"195000","area":"482"} , +{"type":"Feature","id":"n6281469288","geometry":{"type":"Point","coordinates":[-0.2749566,51.3847682]},"properties":{"@type":"node","@id":6281469288,"@timestamp":1567174714},"coords":"51.3847682,-0.2749566","bedrooms":"1","price":"260000","area":"647"} , +{"type":"Feature","id":"n6281469298","geometry":{"type":"Point","coordinates":[-0.2789844,51.3803519]},"properties":{"@type":"node","@id":6281469298,"@timestamp":1550256334},"coords":"51.3803519,-0.2789844","bedrooms":"3","price":"292000","area":"667"} , +{"type":"Feature","id":"n6281469309","geometry":{"type":"Point","coordinates":[-0.2796067,51.3803962]},"properties":{"@type":"node","@id":6281469309,"@timestamp":1550256335},"coords":"51.3803962,-0.2796067","bedrooms":"1","price":"166000","area":"644"} , +{"type":"Feature","id":"n6281469319","geometry":{"type":"Point","coordinates":[-0.2732345,51.3864502]},"properties":{"@type":"node","@id":6281469319,"@timestamp":1550256336},"coords":"51.3864502,-0.2732345","bedrooms":"4","price":"175000","area":"526"} , +{"type":"Feature","id":"n6281469329","geometry":{"type":"Point","coordinates":[-0.2682754,51.3891765]},"properties":{"@type":"node","@id":6281469329,"@timestamp":1550256336},"coords":"51.3891765,-0.2682754","bedrooms":"4","price":"192000","area":"563"} , +{"type":"Feature","id":"n6281469339","geometry":{"type":"Point","coordinates":[-0.2820767,51.3772637]},"properties":{"@type":"node","@id":6281469339,"@timestamp":1550256337},"coords":"51.3772637,-0.2820767","bedrooms":"3","price":"259000","area":"586"} , +{"type":"Feature","id":"n6281469349","geometry":{"type":"Point","coordinates":[-0.262957,51.3916165]},"properties":{"@type":"node","@id":6281469349,"@timestamp":1550256338},"coords":"51.3916165,-0.262957","bedrooms":"0","price":"201000","area":"417"} , +{"type":"Feature","id":"n6281469359","geometry":{"type":"Point","coordinates":[-0.2597747,51.3931171]},"properties":{"@type":"node","@id":6281469359,"@timestamp":1550256338},"coords":"51.3931171,-0.2597747","bedrooms":"3","price":"184000","area":"403"} , +{"type":"Feature","id":"n6281469369","geometry":{"type":"Point","coordinates":[-0.2520713,51.3949567]},"properties":{"@type":"node","@id":6281469369,"@timestamp":1551736502},"coords":"51.3949567,-0.2520713","bedrooms":"0","price":"261000","area":"512"} , +{"type":"Feature","id":"n6281469383","geometry":{"type":"Point","coordinates":[-0.2492599,51.3961173]},"properties":{"@type":"node","@id":6281469383,"@timestamp":1550256340},"coords":"51.3961173,-0.2492599","bedrooms":"3","price":"188000","area":"495"} , +{"type":"Feature","id":"n6281469395","geometry":{"type":"Point","coordinates":[-0.2556436,51.3944141]},"properties":{"@type":"node","@id":6281469395,"@timestamp":1632641293},"coords":"51.3944141,-0.2556436","bedrooms":"4","price":"158000","area":"609"} , +{"type":"Feature","id":"n6281469416","geometry":{"type":"Point","coordinates":[-0.2527284,51.3945831]},"properties":{"@type":"node","@id":6281469416,"@timestamp":1550256341},"coords":"51.3945831,-0.2527284","bedrooms":"3","price":"293000","area":"598"} , +{"type":"Feature","id":"n6281469426","geometry":{"type":"Point","coordinates":[-0.2481258,51.3966507]},"properties":{"@type":"node","@id":6281469426,"@timestamp":1550256342},"coords":"51.3966507,-0.2481258","bedrooms":"1","price":"159000","area":"529"} , +{"type":"Feature","id":"n6281469436","geometry":{"type":"Point","coordinates":[-0.2464453,51.3971415]},"properties":{"@type":"node","@id":6281469436,"@timestamp":1550256343},"coords":"51.3971415,-0.2464453","bedrooms":"2","price":"206000","area":"368"} , +{"type":"Feature","id":"n6281578027","geometry":{"type":"Point","coordinates":[-0.1472851,51.5167345]},"properties":{"@type":"node","@id":6281578027,"@timestamp":1550259933},"coords":"51.5167345,-0.1472851","bedrooms":"0","price":"178000","area":"695"} , +{"type":"Feature","id":"n6282151734","geometry":{"type":"Point","coordinates":[-0.1477303,51.5173685]},"properties":{"@type":"node","@id":6282151734,"@timestamp":1550292542},"coords":"51.5173685,-0.1477303","bedrooms":"1","price":"157000","area":"532"} , +{"type":"Feature","id":"n6282292066","geometry":{"type":"Point","coordinates":[-0.1481184,51.5182764]},"properties":{"@type":"node","@id":6282292066,"@timestamp":1550300562},"coords":"51.5182764,-0.1481184","bedrooms":"4","price":"165000","area":"381"} , +{"type":"Feature","id":"n6282675086","geometry":{"type":"Point","coordinates":[0.2983949,51.6180952]},"properties":{"@type":"node","@id":6282675086,"@timestamp":1550317404},"coords":"51.6180952,0.2983949","bedrooms":"1","price":"259000","area":"650"} , +{"type":"Feature","id":"n6282772571","geometry":{"type":"Point","coordinates":[-0.1195296,51.513026]},"properties":{"@type":"node","@id":6282772571,"@timestamp":1632583806},"coords":"51.513026,-0.1195296","bedrooms":"1","price":"176000","area":"632"} , +{"type":"Feature","id":"n6282790328","geometry":{"type":"Point","coordinates":[-0.1199917,51.5122672]},"properties":{"@type":"node","@id":6282790328,"@timestamp":1632576179},"coords":"51.5122672,-0.1199917","bedrooms":"3","price":"189000","area":"588"} , +{"type":"Feature","id":"n6282801849","geometry":{"type":"Point","coordinates":[-0.2077559,51.6134673]},"properties":{"@type":"node","@id":6282801849,"@timestamp":1550322151},"coords":"51.6134673,-0.2077559","bedrooms":"3","price":"207000","area":"535"} , +{"type":"Feature","id":"n6282838737","geometry":{"type":"Point","coordinates":[-0.2391188,51.569302]},"properties":{"@type":"node","@id":6282838737,"@timestamp":1550324341},"coords":"51.569302,-0.2391188","bedrooms":"1","price":"285000","area":"592"} , +{"type":"Feature","id":"n6282840765","geometry":{"type":"Point","coordinates":[-0.2399288,51.5693588]},"properties":{"@type":"node","@id":6282840765,"@timestamp":1550324089},"coords":"51.5693588,-0.2399288","bedrooms":"0","price":"155000","area":"503"} , +{"type":"Feature","id":"n6282847619","geometry":{"type":"Point","coordinates":[-0.2359346,51.5699125]},"properties":{"@type":"node","@id":6282847619,"@timestamp":1550324535},"coords":"51.5699125,-0.2359346","bedrooms":"2","price":"281000","area":"671"} , +{"type":"Feature","id":"n6282861010","geometry":{"type":"Point","coordinates":[-0.235492,51.5703894]},"properties":{"@type":"node","@id":6282861010,"@timestamp":1550325344},"coords":"51.5703894,-0.235492","bedrooms":"0","price":"246000","area":"662"} , +{"type":"Feature","id":"n6282872656","geometry":{"type":"Point","coordinates":[-0.038369,51.3433669]},"properties":{"@type":"node","@id":6282872656,"@timestamp":1550325807},"coords":"51.3433669,-0.038369","bedrooms":"2","price":"220000","area":"697"} , +{"type":"Feature","id":"n6282873220","geometry":{"type":"Point","coordinates":[-0.2423724,51.5680034]},"properties":{"@type":"node","@id":6282873220,"@timestamp":1550325841},"coords":"51.5680034,-0.2423724","bedrooms":"1","price":"250000","area":"659"} , +{"type":"Feature","id":"n6282875543","geometry":{"type":"Point","coordinates":[-0.2474497,51.5662327]},"properties":{"@type":"node","@id":6282875543,"@timestamp":1550326042},"coords":"51.5662327,-0.2474497","bedrooms":"0","price":"263000","area":"613"} , +{"type":"Feature","id":"n6282883137","geometry":{"type":"Point","coordinates":[-0.2516716,51.5631748]},"properties":{"@type":"node","@id":6282883137,"@timestamp":1550326861},"coords":"51.5631748,-0.2516716","bedrooms":"2","price":"275000","area":"692"} , +{"type":"Feature","id":"n6282887894","geometry":{"type":"Point","coordinates":[-0.2517435,51.563832]},"properties":{"@type":"node","@id":6282887894,"@timestamp":1550326826},"coords":"51.563832,-0.2517435","bedrooms":"0","price":"167000","area":"380"} , +{"type":"Feature","id":"n6282890024","geometry":{"type":"Point","coordinates":[-0.2522537,51.5620326]},"properties":{"@type":"node","@id":6282890024,"@timestamp":1550327063},"coords":"51.5620326,-0.2522537","bedrooms":"4","price":"164000","area":"645"} , +{"type":"Feature","id":"n6282897126","geometry":{"type":"Point","coordinates":[-0.2536396,51.5600389]},"properties":{"@type":"node","@id":6282897126,"@timestamp":1550327485},"coords":"51.5600389,-0.2536396","bedrooms":"3","price":"233000","area":"412"} , +{"type":"Feature","id":"n6282906479","geometry":{"type":"Point","coordinates":[-0.2538335,51.5597198]},"properties":{"@type":"node","@id":6282906479,"@timestamp":1550327671},"coords":"51.5597198,-0.2538335","bedrooms":"3","price":"296000","area":"467"} , +{"type":"Feature","id":"n6282911287","geometry":{"type":"Point","coordinates":[-0.2527896,51.5594199]},"properties":{"@type":"node","@id":6282911287,"@timestamp":1550327964},"coords":"51.5594199,-0.2527896","bedrooms":"0","price":"162000","area":"634"} , +{"type":"Feature","id":"n6282912337","geometry":{"type":"Point","coordinates":[0.3128099,51.8651964]},"properties":{"@type":"node","@id":6282912337,"@timestamp":1550328400},"coords":"51.8651964,0.3128099","bedrooms":"2","price":"205000","area":"372"} , +{"type":"Feature","id":"n6282912347","geometry":{"type":"Point","coordinates":[0.2800307,51.7955564]},"properties":{"@type":"node","@id":6282912347,"@timestamp":1550328400},"coords":"51.7955564,0.2800307","bedrooms":"0","price":"167000","area":"356"} , +{"type":"Feature","id":"n6282912357","geometry":{"type":"Point","coordinates":[0.2733144,51.7954137]},"properties":{"@type":"node","@id":6282912357,"@timestamp":1550328401},"coords":"51.7954137,0.2733144","bedrooms":"0","price":"219000","area":"501"} , +{"type":"Feature","id":"n6282912368","geometry":{"type":"Point","coordinates":[0.2798295,51.8006903]},"properties":{"@type":"node","@id":6282912368,"@timestamp":1550328401},"coords":"51.8006903,0.2798295","bedrooms":"4","price":"225000","area":"455"} , +{"type":"Feature","id":"n6282912378","geometry":{"type":"Point","coordinates":[0.2933612,51.8143723]},"properties":{"@type":"node","@id":6282912378,"@timestamp":1550328401},"coords":"51.8143723,0.2933612","bedrooms":"0","price":"160000","area":"593"} , +{"type":"Feature","id":"n6282917197","geometry":{"type":"Point","coordinates":[-0.2536887,51.5572168]},"properties":{"@type":"node","@id":6282917197,"@timestamp":1550328205},"coords":"51.5572168,-0.2536887","bedrooms":"0","price":"151000","area":"641"} , +{"type":"Feature","id":"n6282923890","geometry":{"type":"Point","coordinates":[0.2934846,51.8244172]},"properties":{"@type":"node","@id":6282923890,"@timestamp":1550328402},"coords":"51.8244172,0.2934846","bedrooms":"1","price":"291000","area":"397"} , +{"type":"Feature","id":"n6282923900","geometry":{"type":"Point","coordinates":[0.3012174,51.8327361]},"properties":{"@type":"node","@id":6282923900,"@timestamp":1550328402},"coords":"51.8327361,0.3012174","bedrooms":"4","price":"158000","area":"462"} , +{"type":"Feature","id":"n6282923910","geometry":{"type":"Point","coordinates":[0.3013569,51.8373951]},"properties":{"@type":"node","@id":6282923910,"@timestamp":1550328402},"coords":"51.8373951,0.3013569","bedrooms":"2","price":"284000","area":"408"} , +{"type":"Feature","id":"n6282923920","geometry":{"type":"Point","coordinates":[0.3063646,51.8382784]},"properties":{"@type":"node","@id":6282923920,"@timestamp":1550328402},"coords":"51.8382784,0.3063646","bedrooms":"0","price":"250000","area":"584"} , +{"type":"Feature","id":"n6282923930","geometry":{"type":"Point","coordinates":[0.3098649,51.8479742]},"properties":{"@type":"node","@id":6282923930,"@timestamp":1550328403},"coords":"51.8479742,0.3098649","bedrooms":"3","price":"244000","area":"546"} , +{"type":"Feature","id":"n6282923940","geometry":{"type":"Point","coordinates":[0.3143656,51.8590826]},"properties":{"@type":"node","@id":6282923940,"@timestamp":1550328403},"coords":"51.8590826,0.3143656","bedrooms":"2","price":"216000","area":"440"} , +{"type":"Feature","id":"n6282923950","geometry":{"type":"Point","coordinates":[0.318118,51.8674241]},"properties":{"@type":"node","@id":6282923950,"@timestamp":1550328403},"coords":"51.8674241,0.318118","bedrooms":"2","price":"189000","area":"696"} , +{"type":"Feature","id":"n6282923960","geometry":{"type":"Point","coordinates":[0.3175253,51.8757856]},"properties":{"@type":"node","@id":6282923960,"@timestamp":1550328403},"coords":"51.8757856,0.3175253","bedrooms":"3","price":"215000","area":"443"} , +{"type":"Feature","id":"n6282923976","geometry":{"type":"Point","coordinates":[0.2642807,51.8742074]},"properties":{"@type":"node","@id":6282923976,"@timestamp":1550328404},"coords":"51.8742074,0.2642807","bedrooms":"1","price":"158000","area":"433"} , +{"type":"Feature","id":"n6282923986","geometry":{"type":"Point","coordinates":[0.300732,51.8774034]},"properties":{"@type":"node","@id":6282923986,"@timestamp":1550328404},"coords":"51.8774034,0.300732","bedrooms":"4","price":"209000","area":"654"} , +{"type":"Feature","id":"n6282923996","geometry":{"type":"Point","coordinates":[0.3176782,51.8773371]},"properties":{"@type":"node","@id":6282923996,"@timestamp":1550328404},"coords":"51.8773371,0.3176782","bedrooms":"4","price":"154000","area":"587"} , +{"type":"Feature","id":"n6282930751","geometry":{"type":"Point","coordinates":[-0.252729,51.5562244]},"properties":{"@type":"node","@id":6282930751,"@timestamp":1635212189},"coords":"51.5562244,-0.252729","bedrooms":"1","price":"243000","area":"414"} , +{"type":"Feature","id":"n6282937005","geometry":{"type":"Point","coordinates":[-0.25312,51.5544418]},"properties":{"@type":"node","@id":6282937005,"@timestamp":1550328921},"coords":"51.5544418,-0.25312","bedrooms":"0","price":"237000","area":"522"} , +{"type":"Feature","id":"n6282941454","geometry":{"type":"Point","coordinates":[-0.2542997,51.5535312]},"properties":{"@type":"node","@id":6282941454,"@timestamp":1550329040},"coords":"51.5535312,-0.2542997","bedrooms":"1","price":"264000","area":"553"} , +{"type":"Feature","id":"n6282944750","geometry":{"type":"Point","coordinates":[-0.2554096,51.552602]},"properties":{"@type":"node","@id":6282944750,"@timestamp":1635212189},"coords":"51.552602,-0.2554096","bedrooms":"0","price":"287000","area":"375"} , +{"type":"Feature","id":"n6282953327","geometry":{"type":"Point","coordinates":[-0.2588661,51.55206]},"properties":{"@type":"node","@id":6282953327,"@timestamp":1635212189},"coords":"51.55206,-0.2588661","bedrooms":"2","price":"238000","area":"575"} , +{"type":"Feature","id":"n6282955052","geometry":{"type":"Point","coordinates":[-0.258884,51.5523304]},"properties":{"@type":"node","@id":6282955052,"@timestamp":1550330130},"coords":"51.5523304,-0.258884","bedrooms":"0","price":"163000","area":"469"} , +{"type":"Feature","id":"n6282959414","geometry":{"type":"Point","coordinates":[-0.2616532,51.5514823]},"properties":{"@type":"node","@id":6282959414,"@timestamp":1550330558},"coords":"51.5514823,-0.2616532","bedrooms":"1","price":"218000","area":"534"} , +{"type":"Feature","id":"n6282965485","geometry":{"type":"Point","coordinates":[-0.2621563,51.5501605]},"properties":{"@type":"node","@id":6282965485,"@timestamp":1550330763},"coords":"51.5501605,-0.2621563","bedrooms":"2","price":"284000","area":"604"} , +{"type":"Feature","id":"n6282977681","geometry":{"type":"Point","coordinates":[0.1639528,51.6004767]},"properties":{"@type":"node","@id":6282977681,"@timestamp":1556645802},"coords":"51.6004767,0.1639528","bedrooms":"4","price":"214000","area":"574"} , +{"type":"Feature","id":"n6282987626","geometry":{"type":"Point","coordinates":[-0.2654902,51.5474284]},"properties":{"@type":"node","@id":6282987626,"@timestamp":1550331858},"coords":"51.5474284,-0.2654902","bedrooms":"2","price":"270000","area":"430"} , +{"type":"Feature","id":"n6282993699","geometry":{"type":"Point","coordinates":[-0.2681029,51.5466796]},"properties":{"@type":"node","@id":6282993699,"@timestamp":1550332205},"coords":"51.5466796,-0.2681029","bedrooms":"3","price":"156000","area":"353"} , +{"type":"Feature","id":"n6282996638","geometry":{"type":"Point","coordinates":[-0.9758697,51.4544945]},"properties":{"@type":"node","@id":6282996638,"@timestamp":1550332346},"coords":"51.4544945,-0.9758697","bedrooms":"3","price":"280000","area":"521"} , +{"type":"Feature","id":"n6282996649","geometry":{"type":"Point","coordinates":[-0.9765182,51.4552909]},"properties":{"@type":"node","@id":6282996649,"@timestamp":1630727012},"coords":"51.4552909,-0.9765182","bedrooms":"1","price":"268000","area":"481"} , +{"type":"Feature","id":"n6283001999","geometry":{"type":"Point","coordinates":[-0.2720779,51.544863]},"properties":{"@type":"node","@id":6283001999,"@timestamp":1550332538},"coords":"51.544863,-0.2720779","bedrooms":"0","price":"172000","area":"590"} , +{"type":"Feature","id":"n6283008849","geometry":{"type":"Point","coordinates":[-0.2722415,51.5449432]},"properties":{"@type":"node","@id":6283008849,"@timestamp":1550332994},"coords":"51.5449432,-0.2722415","bedrooms":"4","price":"221000","area":"515"} , +{"type":"Feature","id":"n6283009631","geometry":{"type":"Point","coordinates":[-0.273073,51.5443226]},"properties":{"@type":"node","@id":6283009631,"@timestamp":1550333651},"coords":"51.5443226,-0.273073","bedrooms":"3","price":"292000","area":"691"} , +{"type":"Feature","id":"n6283014295","geometry":{"type":"Point","coordinates":[-0.2718901,51.5445462]},"properties":{"@type":"node","@id":6283014295,"@timestamp":1550333457},"coords":"51.5445462,-0.2718901","bedrooms":"3","price":"222000","area":"407"} , +{"type":"Feature","id":"n6283023732","geometry":{"type":"Point","coordinates":[-0.2736088,51.5443611]},"properties":{"@type":"node","@id":6283023732,"@timestamp":1550333921},"coords":"51.5443611,-0.2736088","bedrooms":"0","price":"199000","area":"650"} , +{"type":"Feature","id":"n6283040804","geometry":{"type":"Point","coordinates":[-0.2747626,51.5434886]},"properties":{"@type":"node","@id":6283040804,"@timestamp":1550334394},"coords":"51.5434886,-0.2747626","bedrooms":"0","price":"222000","area":"611"} , +{"type":"Feature","id":"n6283049091","geometry":{"type":"Point","coordinates":[-0.2760386,51.5420811]},"properties":{"@type":"node","@id":6283049091,"@timestamp":1550334778},"coords":"51.5420811,-0.2760386","bedrooms":"4","price":"193000","area":"655"} , +{"type":"Feature","id":"n6283057001","geometry":{"type":"Point","coordinates":[-0.2758653,51.5415043]},"properties":{"@type":"node","@id":6283057001,"@timestamp":1634816191},"coords":"51.5415043,-0.2758653","bedrooms":"0","price":"168000","area":"427"} , +{"type":"Feature","id":"n6283062744","geometry":{"type":"Point","coordinates":[-0.2769166,51.5409468]},"properties":{"@type":"node","@id":6283062744,"@timestamp":1550335238},"coords":"51.5409468,-0.2769166","bedrooms":"0","price":"184000","area":"377"} , +{"type":"Feature","id":"n6283063584","geometry":{"type":"Point","coordinates":[-0.2787185,51.5398238]},"properties":{"@type":"node","@id":6283063584,"@timestamp":1550335572},"coords":"51.5398238,-0.2787185","bedrooms":"4","price":"274000","area":"524"} , +{"type":"Feature","id":"n6283071893","geometry":{"type":"Point","coordinates":[-0.2792045,51.5397301]},"properties":{"@type":"node","@id":6283071893,"@timestamp":1550335653},"coords":"51.5397301,-0.2792045","bedrooms":"3","price":"191000","area":"693"} , +{"type":"Feature","id":"n6283076778","geometry":{"type":"Point","coordinates":[-0.2775334,51.5409746]},"properties":{"@type":"node","@id":6283076778,"@timestamp":1550335906},"coords":"51.5409746,-0.2775334","bedrooms":"3","price":"203000","area":"545"} , +{"type":"Feature","id":"n6283090477","geometry":{"type":"Point","coordinates":[-0.2798429,51.5387609]},"properties":{"@type":"node","@id":6283090477,"@timestamp":1550336624},"coords":"51.5387609,-0.2798429","bedrooms":"1","price":"280000","area":"386"} , +{"type":"Feature","id":"n6283101725","geometry":{"type":"Point","coordinates":[-0.2813122,51.5380804]},"properties":{"@type":"node","@id":6283101725,"@timestamp":1550337097},"coords":"51.5380804,-0.2813122","bedrooms":"0","price":"209000","area":"512"} , +{"type":"Feature","id":"n6283101735","geometry":{"type":"Point","coordinates":[-0.2807972,51.5382439]},"properties":{"@type":"node","@id":6283101735,"@timestamp":1550337098},"coords":"51.5382439,-0.2807972","bedrooms":"1","price":"215000","area":"460"} , +{"type":"Feature","id":"n6283109195","geometry":{"type":"Point","coordinates":[-0.2839949,51.5371743]},"properties":{"@type":"node","@id":6283109195,"@timestamp":1550337485},"coords":"51.5371743,-0.2839949","bedrooms":"4","price":"176000","area":"383"} , +{"type":"Feature","id":"n6283109206","geometry":{"type":"Point","coordinates":[-0.2821764,51.5382154]},"properties":{"@type":"node","@id":6283109206,"@timestamp":1550338245},"coords":"51.5382154,-0.2821764","bedrooms":"0","price":"201000","area":"652"} , +{"type":"Feature","id":"n6283113148","geometry":{"type":"Point","coordinates":[-0.2897642,51.534016]},"properties":{"@type":"node","@id":6283113148,"@timestamp":1550337685},"coords":"51.534016,-0.2897642","bedrooms":"3","price":"221000","area":"656"} , +{"type":"Feature","id":"n6283116932","geometry":{"type":"Point","coordinates":[-0.2839815,51.5369357]},"properties":{"@type":"node","@id":6283116932,"@timestamp":1550337939},"coords":"51.5369357,-0.2839815","bedrooms":"4","price":"277000","area":"530"} , +{"type":"Feature","id":"n6283127323","geometry":{"type":"Point","coordinates":[-0.2890266,51.5348402]},"properties":{"@type":"node","@id":6283127323,"@timestamp":1550338454},"coords":"51.5348402,-0.2890266","bedrooms":"0","price":"177000","area":"501"} , +{"type":"Feature","id":"n6283127333","geometry":{"type":"Point","coordinates":[-0.2885006,51.535159]},"properties":{"@type":"node","@id":6283127333,"@timestamp":1550338455},"coords":"51.535159,-0.2885006","bedrooms":"4","price":"188000","area":"392"} , +{"type":"Feature","id":"n6283142512","geometry":{"type":"Point","coordinates":[0.1820064,51.5923378]},"properties":{"@type":"node","@id":6283142512,"@timestamp":1550338933},"coords":"51.5923378,0.1820064","bedrooms":"2","price":"175000","area":"429"} , +{"type":"Feature","id":"n6283182955","geometry":{"type":"Point","coordinates":[-0.3658826,51.6697007]},"properties":{"@type":"node","@id":6283182955,"@timestamp":1550341478},"coords":"51.6697007,-0.3658826","bedrooms":"2","price":"229000","area":"498"} , +{"type":"Feature","id":"n6283182965","geometry":{"type":"Point","coordinates":[-0.3641637,51.6694828]},"properties":{"@type":"node","@id":6283182965,"@timestamp":1550341478},"coords":"51.6694828,-0.3641637","bedrooms":"2","price":"265000","area":"626"} , +{"type":"Feature","id":"n6283182975","geometry":{"type":"Point","coordinates":[-0.3656926,51.6703845]},"properties":{"@type":"node","@id":6283182975,"@timestamp":1550341477},"coords":"51.6703845,-0.3656926","bedrooms":"4","price":"185000","area":"687"} , +{"type":"Feature","id":"n6283194665","geometry":{"type":"Point","coordinates":[-0.358201,51.6660842]},"properties":{"@type":"node","@id":6283194665,"@timestamp":1550340814},"coords":"51.6660842,-0.358201","bedrooms":"3","price":"181000","area":"634"} , +{"type":"Feature","id":"n6283194675","geometry":{"type":"Point","coordinates":[-0.3612561,51.667673]},"properties":{"@type":"node","@id":6283194675,"@timestamp":1550340815},"coords":"51.667673,-0.3612561","bedrooms":"2","price":"245000","area":"564"} , +{"type":"Feature","id":"n6283200479","geometry":{"type":"Point","coordinates":[-0.3718452,51.6733351]},"properties":{"@type":"node","@id":6283200479,"@timestamp":1550341338},"coords":"51.6733351,-0.3718452","bedrooms":"1","price":"251000","area":"444"} , +{"type":"Feature","id":"n6283211782","geometry":{"type":"Point","coordinates":[-0.374018,51.6770425]},"properties":{"@type":"node","@id":6283211782,"@timestamp":1550341579},"coords":"51.6770425,-0.374018","bedrooms":"2","price":"259000","area":"550"} , +{"type":"Feature","id":"n6283218174","geometry":{"type":"Point","coordinates":[-0.3722341,51.6749653]},"properties":{"@type":"node","@id":6283218174,"@timestamp":1550341797},"coords":"51.6749653,-0.3722341","bedrooms":"0","price":"166000","area":"582"} , +{"type":"Feature","id":"n6283218184","geometry":{"type":"Point","coordinates":[-0.3711263,51.6738125]},"properties":{"@type":"node","@id":6283218184,"@timestamp":1550341798},"coords":"51.6738125,-0.3711263","bedrooms":"4","price":"196000","area":"463"} , +{"type":"Feature","id":"n6283269263","geometry":{"type":"Point","coordinates":[-0.2385269,51.4066895]},"properties":{"@type":"node","@id":6283269263,"@timestamp":1551827368},"coords":"51.4066895,-0.2385269","bedrooms":"3","price":"247000","area":"394"} , +{"type":"Feature","id":"n6283349736","geometry":{"type":"Point","coordinates":[-0.229321,51.6865299]},"properties":{"@type":"node","@id":6283349736,"@timestamp":1550346878},"coords":"51.6865299,-0.229321","bedrooms":"2","price":"174000","area":"546"} , +{"type":"Feature","id":"n6283349746","geometry":{"type":"Point","coordinates":[-0.2231521,51.6846955]},"properties":{"@type":"node","@id":6283349746,"@timestamp":1550346879},"coords":"51.6846955,-0.2231521","bedrooms":"4","price":"249000","area":"565"} , +{"type":"Feature","id":"n6283349756","geometry":{"type":"Point","coordinates":[-0.2344655,51.6898288]},"properties":{"@type":"node","@id":6283349756,"@timestamp":1550346880},"coords":"51.6898288,-0.2344655","bedrooms":"0","price":"250000","area":"383"} , +{"type":"Feature","id":"n6283349766","geometry":{"type":"Point","coordinates":[-0.2380763,51.6926893]},"properties":{"@type":"node","@id":6283349766,"@timestamp":1550346880},"coords":"51.6926893,-0.2380763","bedrooms":"2","price":"220000","area":"512"} , +{"type":"Feature","id":"n6283349776","geometry":{"type":"Point","coordinates":[-0.2391315,51.6944975]},"properties":{"@type":"node","@id":6283349776,"@timestamp":1550346881},"coords":"51.6944975,-0.2391315","bedrooms":"1","price":"221000","area":"587"} , +{"type":"Feature","id":"n6283349886","geometry":{"type":"Point","coordinates":[-0.2409967,51.6962076]},"properties":{"@type":"node","@id":6283349886,"@timestamp":1550346882},"coords":"51.6962076,-0.2409967","bedrooms":"2","price":"278000","area":"607"} , +{"type":"Feature","id":"n6283349896","geometry":{"type":"Point","coordinates":[-0.2413226,51.6982857]},"properties":{"@type":"node","@id":6283349896,"@timestamp":1550346882},"coords":"51.6982857,-0.2413226","bedrooms":"4","price":"292000","area":"682"} , +{"type":"Feature","id":"n6283349906","geometry":{"type":"Point","coordinates":[-0.2434007,51.7000097]},"properties":{"@type":"node","@id":6283349906,"@timestamp":1550346883},"coords":"51.7000097,-0.2434007","bedrooms":"3","price":"180000","area":"399"} , +{"type":"Feature","id":"n6283349916","geometry":{"type":"Point","coordinates":[-0.2453561,51.7015876]},"properties":{"@type":"node","@id":6283349916,"@timestamp":1550346883},"coords":"51.7015876,-0.2453561","bedrooms":"3","price":"150000","area":"569"} , +{"type":"Feature","id":"n6283349926","geometry":{"type":"Point","coordinates":[-0.247331,51.7032475]},"properties":{"@type":"node","@id":6283349926,"@timestamp":1550346884},"coords":"51.7032475,-0.247331","bedrooms":"4","price":"266000","area":"424"} , +{"type":"Feature","id":"n6283349936","geometry":{"type":"Point","coordinates":[-0.2503959,51.7042308]},"properties":{"@type":"node","@id":6283349936,"@timestamp":1550346885},"coords":"51.7042308,-0.2503959","bedrooms":"1","price":"174000","area":"601"} , +{"type":"Feature","id":"n6283349946","geometry":{"type":"Point","coordinates":[-0.2525682,51.7057891]},"properties":{"@type":"node","@id":6283349946,"@timestamp":1550346886},"coords":"51.7057891,-0.2525682","bedrooms":"4","price":"230000","area":"412"} , +{"type":"Feature","id":"n6283349956","geometry":{"type":"Point","coordinates":[-0.2556305,51.706773]},"properties":{"@type":"node","@id":6283349956,"@timestamp":1550346886},"coords":"51.706773,-0.2556305","bedrooms":"1","price":"285000","area":"399"} , +{"type":"Feature","id":"n6283349966","geometry":{"type":"Point","coordinates":[-0.2582894,51.7086286]},"properties":{"@type":"node","@id":6283349966,"@timestamp":1550346887},"coords":"51.7086286,-0.2582894","bedrooms":"1","price":"288000","area":"691"} , +{"type":"Feature","id":"n6283349976","geometry":{"type":"Point","coordinates":[-0.2608806,51.7094504]},"properties":{"@type":"node","@id":6283349976,"@timestamp":1550346888},"coords":"51.7094504,-0.2608806","bedrooms":"4","price":"197000","area":"653"} , +{"type":"Feature","id":"n6283350486","geometry":{"type":"Point","coordinates":[-0.2627064,51.7111479]},"properties":{"@type":"node","@id":6283350486,"@timestamp":1550346888},"coords":"51.7111479,-0.2627064","bedrooms":"2","price":"221000","area":"355"} , +{"type":"Feature","id":"n6283350496","geometry":{"type":"Point","coordinates":[-0.2658262,51.7127662]},"properties":{"@type":"node","@id":6283350496,"@timestamp":1550346889},"coords":"51.7127662,-0.2658262","bedrooms":"4","price":"268000","area":"614"} , +{"type":"Feature","id":"n6283350506","geometry":{"type":"Point","coordinates":[-0.2686562,51.7143254]},"properties":{"@type":"node","@id":6283350506,"@timestamp":1550346890},"coords":"51.7143254,-0.2686562","bedrooms":"3","price":"246000","area":"681"} , +{"type":"Feature","id":"n6283350516","geometry":{"type":"Point","coordinates":[-0.2709862,51.7156116]},"properties":{"@type":"node","@id":6283350516,"@timestamp":1550346890},"coords":"51.7156116,-0.2709862","bedrooms":"0","price":"251000","area":"493"} , +{"type":"Feature","id":"n6283350526","geometry":{"type":"Point","coordinates":[-0.2763005,51.7162147]},"properties":{"@type":"node","@id":6283350526,"@timestamp":1550346891},"coords":"51.7162147,-0.2763005","bedrooms":"4","price":"242000","area":"609"} , +{"type":"Feature","id":"n6283350536","geometry":{"type":"Point","coordinates":[-0.2701411,51.7148157]},"properties":{"@type":"node","@id":6283350536,"@timestamp":1550346892},"coords":"51.7148157,-0.2701411","bedrooms":"3","price":"261000","area":"642"} , +{"type":"Feature","id":"n6283350546","geometry":{"type":"Point","coordinates":[-0.2790028,51.7161351]},"properties":{"@type":"node","@id":6283350546,"@timestamp":1550346892},"coords":"51.7161351,-0.2790028","bedrooms":"0","price":"227000","area":"651"} , +{"type":"Feature","id":"n6283350556","geometry":{"type":"Point","coordinates":[-0.2815307,51.7155921]},"properties":{"@type":"node","@id":6283350556,"@timestamp":1550346893},"coords":"51.7155921,-0.2815307","bedrooms":"2","price":"267000","area":"436"} , +{"type":"Feature","id":"n6283350566","geometry":{"type":"Point","coordinates":[-0.2830491,51.7152416]},"properties":{"@type":"node","@id":6283350566,"@timestamp":1550346894},"coords":"51.7152416,-0.2830491","bedrooms":"4","price":"176000","area":"686"} , +{"type":"Feature","id":"n6283350576","geometry":{"type":"Point","coordinates":[-0.284517,51.7147712]},"properties":{"@type":"node","@id":6283350576,"@timestamp":1550346894},"coords":"51.7147712,-0.284517","bedrooms":"1","price":"195000","area":"530"} , +{"type":"Feature","id":"n6283350886","geometry":{"type":"Point","coordinates":[-0.287133,51.7138062]},"properties":{"@type":"node","@id":6283350886,"@timestamp":1550346895},"coords":"51.7138062,-0.287133","bedrooms":"2","price":"227000","area":"496"} , +{"type":"Feature","id":"n6283350896","geometry":{"type":"Point","coordinates":[-0.2900144,51.7120832]},"properties":{"@type":"node","@id":6283350896,"@timestamp":1550346896},"coords":"51.7120832,-0.2900144","bedrooms":"1","price":"228000","area":"388"} , +{"type":"Feature","id":"n6283350906","geometry":{"type":"Point","coordinates":[-0.2911892,51.7110382]},"properties":{"@type":"node","@id":6283350906,"@timestamp":1550346897},"coords":"51.7110382,-0.2911892","bedrooms":"4","price":"248000","area":"506"} , +{"type":"Feature","id":"n6283350916","geometry":{"type":"Point","coordinates":[-0.2940466,51.7106038]},"properties":{"@type":"node","@id":6283350916,"@timestamp":1550346897},"coords":"51.7106038,-0.2940466","bedrooms":"4","price":"153000","area":"506"} , +{"type":"Feature","id":"n6283350926","geometry":{"type":"Point","coordinates":[-0.2981798,51.7100224]},"properties":{"@type":"node","@id":6283350926,"@timestamp":1550346898},"coords":"51.7100224,-0.2981798","bedrooms":"2","price":"240000","area":"669"} , +{"type":"Feature","id":"n6283350937","geometry":{"type":"Point","coordinates":[-0.3020809,51.7097967]},"properties":{"@type":"node","@id":6283350937,"@timestamp":1550346899},"coords":"51.7097967,-0.3020809","bedrooms":"4","price":"270000","area":"365"} , +{"type":"Feature","id":"n6283350947","geometry":{"type":"Point","coordinates":[-0.3051517,51.7106025]},"properties":{"@type":"node","@id":6283350947,"@timestamp":1550346899},"coords":"51.7106025,-0.3051517","bedrooms":"3","price":"190000","area":"413"} , +{"type":"Feature","id":"n6283350957","geometry":{"type":"Point","coordinates":[-0.3078191,51.7105175]},"properties":{"@type":"node","@id":6283350957,"@timestamp":1550346900},"coords":"51.7105175,-0.3078191","bedrooms":"1","price":"176000","area":"426"} , +{"type":"Feature","id":"n6283350967","geometry":{"type":"Point","coordinates":[-0.310882,51.7113475]},"properties":{"@type":"node","@id":6283350967,"@timestamp":1550346901},"coords":"51.7113475,-0.310882","bedrooms":"1","price":"285000","area":"501"} , +{"type":"Feature","id":"n6283350979","geometry":{"type":"Point","coordinates":[-0.3141145,51.7117354]},"properties":{"@type":"node","@id":6283350979,"@timestamp":1550346901},"coords":"51.7117354,-0.3141145","bedrooms":"2","price":"163000","area":"581"} , +{"type":"Feature","id":"n6283351190","geometry":{"type":"Point","coordinates":[-0.3176009,51.7120597]},"properties":{"@type":"node","@id":6283351190,"@timestamp":1550346902},"coords":"51.7120597,-0.3176009","bedrooms":"2","price":"278000","area":"637"} , +{"type":"Feature","id":"n6283351200","geometry":{"type":"Point","coordinates":[-0.3196179,51.711698]},"properties":{"@type":"node","@id":6283351200,"@timestamp":1550346903},"coords":"51.711698,-0.3196179","bedrooms":"2","price":"261000","area":"616"} , +{"type":"Feature","id":"n6283351210","geometry":{"type":"Point","coordinates":[-0.3236499,51.7118347]},"properties":{"@type":"node","@id":6283351210,"@timestamp":1550346903},"coords":"51.7118347,-0.3236499","bedrooms":"1","price":"183000","area":"647"} , +{"type":"Feature","id":"n6283351220","geometry":{"type":"Point","coordinates":[-0.3249496,51.7112609]},"properties":{"@type":"node","@id":6283351220,"@timestamp":1550346904},"coords":"51.7112609,-0.3249496","bedrooms":"4","price":"205000","area":"429"} , +{"type":"Feature","id":"n6283351236","geometry":{"type":"Point","coordinates":[-0.3299861,51.7104044]},"properties":{"@type":"node","@id":6283351236,"@timestamp":1550346905},"coords":"51.7104044,-0.3299861","bedrooms":"0","price":"160000","area":"640"} , +{"type":"Feature","id":"n6283400757","geometry":{"type":"Point","coordinates":[-0.7755527,51.4253416]},"properties":{"@type":"node","@id":6283400757,"@timestamp":1550349028},"coords":"51.4253416,-0.7755527","bedrooms":"4","price":"270000","area":"520"} , +{"type":"Feature","id":"n6283479906","geometry":{"type":"Point","coordinates":[-0.1195085,51.5143738]},"properties":{"@type":"node","@id":6283479906,"@timestamp":1632592896},"coords":"51.5143738,-0.1195085","bedrooms":"1","price":"277000","area":"478"} , +{"type":"Feature","id":"n6283479953","geometry":{"type":"Point","coordinates":[-0.1186026,51.5134553]},"properties":{"@type":"node","@id":6283479953,"@timestamp":1550353498},"coords":"51.5134553,-0.1186026","bedrooms":"3","price":"226000","area":"502"} , +{"type":"Feature","id":"n6283523378","geometry":{"type":"Point","coordinates":[-0.2355723,51.407208]},"properties":{"@type":"node","@id":6283523378,"@timestamp":1550356902},"coords":"51.407208,-0.2355723","bedrooms":"2","price":"244000","area":"686"} , +{"type":"Feature","id":"n6283561915","geometry":{"type":"Point","coordinates":[-0.2364654,51.4074782]},"properties":{"@type":"node","@id":6283561915,"@timestamp":1550359037},"coords":"51.4074782,-0.2364654","bedrooms":"3","price":"166000","area":"527"} , +{"type":"Feature","id":"n6283599351","geometry":{"type":"Point","coordinates":[0.2103541,51.5085384]},"properties":{"@type":"node","@id":6283599351,"@timestamp":1550362166},"coords":"51.5085384,0.2103541","bedrooms":"1","price":"298000","area":"536"} , +{"type":"Feature","id":"n6283659884","geometry":{"type":"Point","coordinates":[-0.1046504,51.5039273]},"properties":{"@type":"node","@id":6283659884,"@timestamp":1584202594},"coords":"51.5039273,-0.1046504","bedrooms":"3","price":"252000","area":"361"} , +{"type":"Feature","id":"n6283684207","geometry":{"type":"Point","coordinates":[-0.0797685,51.648876]},"properties":{"@type":"node","@id":6283684207,"@timestamp":1569596941},"coords":"51.648876,-0.0797685","bedrooms":"3","price":"215000","area":"487"} , +{"type":"Feature","id":"n6283743908","geometry":{"type":"Point","coordinates":[-0.3284035,51.4874865]},"properties":{"@type":"node","@id":6283743908,"@timestamp":1632713255},"coords":"51.4874865,-0.3284035","bedrooms":"4","price":"240000","area":"443"} , +{"type":"Feature","id":"n6283766621","geometry":{"type":"Point","coordinates":[-0.1476258,51.5200184]},"properties":{"@type":"node","@id":6283766621,"@timestamp":1550379309},"coords":"51.5200184,-0.1476258","bedrooms":"3","price":"298000","area":"647"} , +{"type":"Feature","id":"n6283960127","geometry":{"type":"Point","coordinates":[-0.1481148,51.5211019]},"properties":{"@type":"node","@id":6283960127,"@timestamp":1550393339},"coords":"51.5211019,-0.1481148","bedrooms":"1","price":"233000","area":"359"} , +{"type":"Feature","id":"n6284310383","geometry":{"type":"Point","coordinates":[0.0931182,51.3054711]},"properties":{"@type":"node","@id":6284310383,"@timestamp":1550409226},"coords":"51.3054711,0.0931182","bedrooms":"3","price":"156000","area":"568"} , +{"type":"Feature","id":"n6284312293","geometry":{"type":"Point","coordinates":[0.0847685,51.3060311]},"properties":{"@type":"node","@id":6284312293,"@timestamp":1550409226},"coords":"51.3060311,0.0847685","bedrooms":"1","price":"295000","area":"666"} , +{"type":"Feature","id":"n6284312303","geometry":{"type":"Point","coordinates":[0.1006821,51.3248327]},"properties":{"@type":"node","@id":6284312303,"@timestamp":1550409226},"coords":"51.3248327,0.1006821","bedrooms":"3","price":"168000","area":"647"} , +{"type":"Feature","id":"n6284332732","geometry":{"type":"Point","coordinates":[-0.336813,51.2153822]},"properties":{"@type":"node","@id":6284332732,"@timestamp":1550410493},"coords":"51.2153822,-0.336813","bedrooms":"0","price":"199000","area":"641"} , +{"type":"Feature","id":"n6284332742","geometry":{"type":"Point","coordinates":[-0.3350508,51.2042602]},"properties":{"@type":"node","@id":6284332742,"@timestamp":1550410494},"coords":"51.2042602,-0.3350508","bedrooms":"1","price":"218000","area":"529"} , +{"type":"Feature","id":"n6284332752","geometry":{"type":"Point","coordinates":[-0.3432423,51.2094141]},"properties":{"@type":"node","@id":6284332752,"@timestamp":1550410494},"coords":"51.2094141,-0.3432423","bedrooms":"4","price":"270000","area":"541"} , +{"type":"Feature","id":"n6284332762","geometry":{"type":"Point","coordinates":[-0.3336695,51.1852915]},"properties":{"@type":"node","@id":6284332762,"@timestamp":1550410494},"coords":"51.1852915,-0.3336695","bedrooms":"3","price":"205000","area":"444"} , +{"type":"Feature","id":"n6284349041","geometry":{"type":"Point","coordinates":[-0.2831715,51.2438867]},"properties":{"@type":"node","@id":6284349041,"@timestamp":1550411437},"coords":"51.2438867,-0.2831715","bedrooms":"4","price":"285000","area":"639"} , +{"type":"Feature","id":"n6284349051","geometry":{"type":"Point","coordinates":[-0.2454409,51.2495768]},"properties":{"@type":"node","@id":6284349051,"@timestamp":1550411438},"coords":"51.2495768,-0.2454409","bedrooms":"2","price":"214000","area":"553"} , +{"type":"Feature","id":"n6284349065","geometry":{"type":"Point","coordinates":[-0.2221137,51.2358533]},"properties":{"@type":"node","@id":6284349065,"@timestamp":1550411438},"coords":"51.2358533,-0.2221137","bedrooms":"2","price":"273000","area":"673"} , +{"type":"Feature","id":"n6284349076","geometry":{"type":"Point","coordinates":[-0.2235058,51.2180317]},"properties":{"@type":"node","@id":6284349076,"@timestamp":1550411438},"coords":"51.2180317,-0.2235058","bedrooms":"2","price":"257000","area":"361"} , +{"type":"Feature","id":"n6284349386","geometry":{"type":"Point","coordinates":[-0.2234495,51.2174185]},"properties":{"@type":"node","@id":6284349386,"@timestamp":1550411438},"coords":"51.2174185,-0.2234495","bedrooms":"0","price":"202000","area":"606"} , +{"type":"Feature","id":"n6284349396","geometry":{"type":"Point","coordinates":[-0.2192545,51.2062011]},"properties":{"@type":"node","@id":6284349396,"@timestamp":1550411439},"coords":"51.2062011,-0.2192545","bedrooms":"1","price":"241000","area":"385"} , +{"type":"Feature","id":"n6284357116","geometry":{"type":"Point","coordinates":[-0.1683075,51.240918]},"properties":{"@type":"node","@id":6284357116,"@timestamp":1581010039},"coords":"51.240918,-0.1683075","bedrooms":"2","price":"236000","area":"356"} , +{"type":"Feature","id":"n6284555286","geometry":{"type":"Point","coordinates":[-0.7382036,50.9880981]},"properties":{"@type":"node","@id":6284555286,"@timestamp":1550419991},"coords":"50.9880981,-0.7382036","bedrooms":"0","price":"297000","area":"583"} , +{"type":"Feature","id":"n6284646813","geometry":{"type":"Point","coordinates":[-0.0550153,51.5484472]},"properties":{"@type":"node","@id":6284646813,"@timestamp":1604328373},"coords":"51.5484472,-0.0550153","bedrooms":"1","price":"243000","area":"682"} , +{"type":"Feature","id":"n6284667584","geometry":{"type":"Point","coordinates":[-0.0348425,51.97951]},"properties":{"@type":"node","@id":6284667584,"@timestamp":1627825050},"coords":"51.97951,-0.0348425","bedrooms":"4","price":"240000","area":"581"} , +{"type":"Feature","id":"n6284895360","geometry":{"type":"Point","coordinates":[-0.3156667,51.480544]},"properties":{"@type":"node","@id":6284895360,"@timestamp":1550435759},"coords":"51.480544,-0.3156667","bedrooms":"1","price":"183000","area":"496"} , +{"type":"Feature","id":"n6284895370","geometry":{"type":"Point","coordinates":[-0.3155185,51.4805376]},"properties":{"@type":"node","@id":6284895370,"@timestamp":1550435760},"coords":"51.4805376,-0.3155185","bedrooms":"2","price":"168000","area":"382"} , +{"type":"Feature","id":"n6285026146","geometry":{"type":"Point","coordinates":[0.5929964,51.9777925]},"properties":{"@type":"node","@id":6285026146,"@timestamp":1550440993},"coords":"51.9777925,0.5929964","bedrooms":"0","price":"159000","area":"618"} , +{"type":"Feature","id":"n6285108408","geometry":{"type":"Point","coordinates":[-0.5815968,51.742684]},"properties":{"@type":"node","@id":6285108408,"@timestamp":1550445765},"coords":"51.742684,-0.5815968","bedrooms":"1","price":"194000","area":"635"} , +{"type":"Feature","id":"n6285108418","geometry":{"type":"Point","coordinates":[-0.5808297,51.7408953]},"properties":{"@type":"node","@id":6285108418,"@timestamp":1550445765},"coords":"51.7408953,-0.5808297","bedrooms":"2","price":"248000","area":"515"} , +{"type":"Feature","id":"n6285147813","geometry":{"type":"Point","coordinates":[-0.2377976,51.406792]},"properties":{"@type":"node","@id":6285147813,"@timestamp":1551628069},"coords":"51.406792,-0.2377976","bedrooms":"3","price":"252000","area":"445"} , +{"type":"Feature","id":"n6285148689","geometry":{"type":"Point","coordinates":[-0.7529039,51.3912285]},"properties":{"@type":"node","@id":6285148689,"@timestamp":1619523430},"coords":"51.3912285,-0.7529039","bedrooms":"2","price":"193000","area":"560"} , +{"type":"Feature","id":"n6285163907","geometry":{"type":"Point","coordinates":[0.0107117,51.4918523]},"properties":{"@type":"node","@id":6285163907,"@timestamp":1602623182},"coords":"51.4918523,0.0107117","bedrooms":"0","price":"190000","area":"502"} , +{"type":"Feature","id":"n6285366384","geometry":{"type":"Point","coordinates":[0.5183414,51.3925031]},"properties":{"@type":"node","@id":6285366384,"@timestamp":1550467420},"coords":"51.3925031,0.5183414","bedrooms":"3","price":"156000","area":"651"} , +{"type":"Feature","id":"n6285403027","geometry":{"type":"Point","coordinates":[-0.057002,51.511437]},"properties":{"@type":"node","@id":6285403027,"@timestamp":1635504693},"coords":"51.511437,-0.057002","bedrooms":"1","price":"150000","area":"539"} , +{"type":"Feature","id":"n6285555587","geometry":{"type":"Point","coordinates":[-0.149066,51.4768707]},"properties":{"@type":"node","@id":6285555587,"@timestamp":1550479259},"coords":"51.4768707,-0.149066","bedrooms":"4","price":"169000","area":"595"} , +{"type":"Feature","id":"n6285907832","geometry":{"type":"Point","coordinates":[0.0451526,51.5771247]},"properties":{"@type":"node","@id":6285907832,"@timestamp":1550493186},"coords":"51.5771247,0.0451526","bedrooms":"1","price":"227000","area":"663"} , +{"type":"Feature","id":"n6286189894","geometry":{"type":"Point","coordinates":[-0.2809979,51.4909461]},"properties":{"@type":"node","@id":6286189894,"@timestamp":1550498750},"coords":"51.4909461,-0.2809979","bedrooms":"3","price":"159000","area":"603"} , +{"type":"Feature","id":"n6286189904","geometry":{"type":"Point","coordinates":[-0.284072,51.4923056]},"properties":{"@type":"node","@id":6286189904,"@timestamp":1550498751},"coords":"51.4923056,-0.284072","bedrooms":"4","price":"168000","area":"608"} , +{"type":"Feature","id":"n6286189914","geometry":{"type":"Point","coordinates":[-0.2874873,51.4928926]},"properties":{"@type":"node","@id":6286189914,"@timestamp":1550498751},"coords":"51.4928926,-0.2874873","bedrooms":"2","price":"294000","area":"400"} , +{"type":"Feature","id":"n6286189924","geometry":{"type":"Point","coordinates":[-0.2933164,51.4913489]},"properties":{"@type":"node","@id":6286189924,"@timestamp":1550498752},"coords":"51.4913489,-0.2933164","bedrooms":"4","price":"276000","area":"397"} , +{"type":"Feature","id":"n6286189934","geometry":{"type":"Point","coordinates":[-0.2975905,51.4916286]},"properties":{"@type":"node","@id":6286189934,"@timestamp":1550498753},"coords":"51.4916286,-0.2975905","bedrooms":"4","price":"216000","area":"594"} , +{"type":"Feature","id":"n6286189944","geometry":{"type":"Point","coordinates":[-0.2960246,51.491191]},"properties":{"@type":"node","@id":6286189944,"@timestamp":1550498754},"coords":"51.491191,-0.2960246","bedrooms":"4","price":"213000","area":"540"} , +{"type":"Feature","id":"n6286189954","geometry":{"type":"Point","coordinates":[-0.2965352,51.4913819]},"properties":{"@type":"node","@id":6286189954,"@timestamp":1550498754},"coords":"51.4913819,-0.2965352","bedrooms":"2","price":"172000","area":"418"} , +{"type":"Feature","id":"n6286189964","geometry":{"type":"Point","coordinates":[-0.2966473,51.4915803]},"properties":{"@type":"node","@id":6286189964,"@timestamp":1550498755},"coords":"51.4915803,-0.2966473","bedrooms":"0","price":"293000","area":"543"} , +{"type":"Feature","id":"n6286189974","geometry":{"type":"Point","coordinates":[-0.2958355,51.4911069]},"properties":{"@type":"node","@id":6286189974,"@timestamp":1550498756},"coords":"51.4911069,-0.2958355","bedrooms":"1","price":"240000","area":"489"} , +{"type":"Feature","id":"n6286189984","geometry":{"type":"Point","coordinates":[-0.3018716,51.4913931]},"properties":{"@type":"node","@id":6286189984,"@timestamp":1550498756},"coords":"51.4913931,-0.3018716","bedrooms":"1","price":"208000","area":"577"} , +{"type":"Feature","id":"n6286190094","geometry":{"type":"Point","coordinates":[-0.3029239,51.4913666]},"properties":{"@type":"node","@id":6286190094,"@timestamp":1550498757},"coords":"51.4913666,-0.3029239","bedrooms":"2","price":"238000","area":"540"} , +{"type":"Feature","id":"n6286190104","geometry":{"type":"Point","coordinates":[-0.3088127,51.4900056]},"properties":{"@type":"node","@id":6286190104,"@timestamp":1550498758},"coords":"51.4900056,-0.3088127","bedrooms":"3","price":"242000","area":"440"} , +{"type":"Feature","id":"n6286190114","geometry":{"type":"Point","coordinates":[-0.3132809,51.489195]},"properties":{"@type":"node","@id":6286190114,"@timestamp":1550498759},"coords":"51.489195,-0.3132809","bedrooms":"4","price":"251000","area":"566"} , +{"type":"Feature","id":"n6286190124","geometry":{"type":"Point","coordinates":[-0.3182661,51.4900197]},"properties":{"@type":"node","@id":6286190124,"@timestamp":1550498759},"coords":"51.4900197,-0.3182661","bedrooms":"0","price":"217000","area":"469"} , +{"type":"Feature","id":"n6286190134","geometry":{"type":"Point","coordinates":[-0.319149,51.4903338]},"properties":{"@type":"node","@id":6286190134,"@timestamp":1550498760},"coords":"51.4903338,-0.319149","bedrooms":"4","price":"284000","area":"572"} , +{"type":"Feature","id":"n6286220137","geometry":{"type":"Point","coordinates":[0.5014788,51.5653368]},"properties":{"@type":"node","@id":6286220137,"@timestamp":1610711921},"coords":"51.5653368,0.5014788","bedrooms":"3","price":"199000","area":"589"} , +{"type":"Feature","id":"n6286300158","geometry":{"type":"Point","coordinates":[-0.0205928,51.5081785]},"properties":{"@type":"node","@id":6286300158,"@timestamp":1550502381},"coords":"51.5081785,-0.0205928","bedrooms":"0","price":"222000","area":"459"} , +{"type":"Feature","id":"n6286300168","geometry":{"type":"Point","coordinates":[-0.0254366,51.5091822]},"properties":{"@type":"node","@id":6286300168,"@timestamp":1550502382},"coords":"51.5091822,-0.0254366","bedrooms":"1","price":"202000","area":"350"} , +{"type":"Feature","id":"n6286300178","geometry":{"type":"Point","coordinates":[-0.0234985,51.5086675]},"properties":{"@type":"node","@id":6286300178,"@timestamp":1550502382},"coords":"51.5086675,-0.0234985","bedrooms":"2","price":"242000","area":"481"} , +{"type":"Feature","id":"n6286300688","geometry":{"type":"Point","coordinates":[-0.0196378,51.5082918]},"properties":{"@type":"node","@id":6286300688,"@timestamp":1550502383},"coords":"51.5082918,-0.0196378","bedrooms":"4","price":"170000","area":"595"} , +{"type":"Feature","id":"n6286300698","geometry":{"type":"Point","coordinates":[-0.0182605,51.5075471]},"properties":{"@type":"node","@id":6286300698,"@timestamp":1550502384},"coords":"51.5075471,-0.0182605","bedrooms":"0","price":"260000","area":"575"} , +{"type":"Feature","id":"n6286300708","geometry":{"type":"Point","coordinates":[-0.014216,51.5071795]},"properties":{"@type":"node","@id":6286300708,"@timestamp":1550502384},"coords":"51.5071795,-0.014216","bedrooms":"0","price":"239000","area":"621"} , +{"type":"Feature","id":"n6286300718","geometry":{"type":"Point","coordinates":[-0.0099544,51.5076128]},"properties":{"@type":"node","@id":6286300718,"@timestamp":1550502385},"coords":"51.5076128,-0.0099544","bedrooms":"2","price":"277000","area":"412"} , +{"type":"Feature","id":"n6286300729","geometry":{"type":"Point","coordinates":[-0.0267765,51.5093267]},"properties":{"@type":"node","@id":6286300729,"@timestamp":1550502386},"coords":"51.5093267,-0.0267765","bedrooms":"4","price":"191000","area":"545"} , +{"type":"Feature","id":"n6286300739","geometry":{"type":"Point","coordinates":[-0.0279549,51.5079818]},"properties":{"@type":"node","@id":6286300739,"@timestamp":1550502386},"coords":"51.5079818,-0.0279549","bedrooms":"2","price":"239000","area":"443"} , +{"type":"Feature","id":"n6286300749","geometry":{"type":"Point","coordinates":[-0.0285558,51.50761]},"properties":{"@type":"node","@id":6286300749,"@timestamp":1550502387},"coords":"51.50761,-0.0285558","bedrooms":"2","price":"150000","area":"423"} , +{"type":"Feature","id":"n6286300761","geometry":{"type":"Point","coordinates":[-0.0262254,51.5100759]},"properties":{"@type":"node","@id":6286300761,"@timestamp":1550502388},"coords":"51.5100759,-0.0262254","bedrooms":"3","price":"281000","area":"509"} , +{"type":"Feature","id":"n6286300771","geometry":{"type":"Point","coordinates":[-0.0281317,51.5115592]},"properties":{"@type":"node","@id":6286300771,"@timestamp":1550502388},"coords":"51.5115592,-0.0281317","bedrooms":"3","price":"262000","area":"522"} , +{"type":"Feature","id":"n6286349827","geometry":{"type":"Point","coordinates":[0.0432695,51.5771983]},"properties":{"@type":"node","@id":6286349827,"@timestamp":1550503605},"coords":"51.5771983,0.0432695","bedrooms":"0","price":"153000","area":"594"} , +{"type":"Feature","id":"n6286349837","geometry":{"type":"Point","coordinates":[0.0427385,51.5782001]},"properties":{"@type":"node","@id":6286349837,"@timestamp":1550503606},"coords":"51.5782001,0.0427385","bedrooms":"1","price":"155000","area":"513"} , +{"type":"Feature","id":"n6286359847","geometry":{"type":"Point","coordinates":[0.052716,51.5672556]},"properties":{"@type":"node","@id":6286359847,"@timestamp":1550503756},"coords":"51.5672556,0.052716","bedrooms":"0","price":"291000","area":"380"} , +{"type":"Feature","id":"n6286359857","geometry":{"type":"Point","coordinates":[0.0542798,51.5654116]},"properties":{"@type":"node","@id":6286359857,"@timestamp":1550503757},"coords":"51.5654116,0.0542798","bedrooms":"4","price":"265000","area":"489"} , +{"type":"Feature","id":"n6286359867","geometry":{"type":"Point","coordinates":[0.0529842,51.5669421]},"properties":{"@type":"node","@id":6286359867,"@timestamp":1550503757},"coords":"51.5669421,0.0529842","bedrooms":"2","price":"227000","area":"426"} , +{"type":"Feature","id":"n6286359877","geometry":{"type":"Point","coordinates":[0.0534966,51.5663369]},"properties":{"@type":"node","@id":6286359877,"@timestamp":1550503758},"coords":"51.5663369,0.0534966","bedrooms":"3","price":"197000","area":"543"} , +{"type":"Feature","id":"n6286377572","geometry":{"type":"Point","coordinates":[0.0084545,51.5143385]},"properties":{"@type":"node","@id":6286377572,"@timestamp":1563445838},"coords":"51.5143385,0.0084545","bedrooms":"0","price":"182000","area":"564"} , +{"type":"Feature","id":"n6286377854","geometry":{"type":"Point","coordinates":[0.0603039,51.5595406]},"properties":{"@type":"node","@id":6286377854,"@timestamp":1550503968},"coords":"51.5595406,0.0603039","bedrooms":"0","price":"161000","area":"681"} , +{"type":"Feature","id":"n6286377866","geometry":{"type":"Point","coordinates":[0.058574,51.5608695]},"properties":{"@type":"node","@id":6286377866,"@timestamp":1550503968},"coords":"51.5608695,0.058574","bedrooms":"3","price":"295000","area":"650"} , +{"type":"Feature","id":"n6286378990","geometry":{"type":"Point","coordinates":[0.0656336,51.556212]},"properties":{"@type":"node","@id":6286378990,"@timestamp":1550504094},"coords":"51.556212,0.0656336","bedrooms":"1","price":"272000","area":"551"} , +{"type":"Feature","id":"n6286381250","geometry":{"type":"Point","coordinates":[0.0622031,51.5586051]},"properties":{"@type":"node","@id":6286381250,"@timestamp":1550504222},"coords":"51.5586051,0.0622031","bedrooms":"2","price":"252000","area":"385"} , +{"type":"Feature","id":"n6286392485","geometry":{"type":"Point","coordinates":[0.0685279,51.545905]},"properties":{"@type":"node","@id":6286392485,"@timestamp":1550504522},"coords":"51.545905,0.0685279","bedrooms":"1","price":"299000","area":"597"} , +{"type":"Feature","id":"n6286392499","geometry":{"type":"Point","coordinates":[0.067224,51.554124]},"properties":{"@type":"node","@id":6286392499,"@timestamp":1550504522},"coords":"51.554124,0.067224","bedrooms":"4","price":"286000","area":"672"} , +{"type":"Feature","id":"n6286392510","geometry":{"type":"Point","coordinates":[0.0684793,51.5469606]},"properties":{"@type":"node","@id":6286392510,"@timestamp":1550504523},"coords":"51.5469606,0.0684793","bedrooms":"3","price":"267000","area":"490"} , +{"type":"Feature","id":"n6286392521","geometry":{"type":"Point","coordinates":[0.0681118,51.5495026]},"properties":{"@type":"node","@id":6286392521,"@timestamp":1550504524},"coords":"51.5495026,0.0681118","bedrooms":"3","price":"287000","area":"353"} , +{"type":"Feature","id":"n6286396679","geometry":{"type":"Point","coordinates":[0.0673179,51.5387249]},"properties":{"@type":"node","@id":6286396679,"@timestamp":1550504861},"coords":"51.5387249,0.0673179","bedrooms":"4","price":"270000","area":"552"} , +{"type":"Feature","id":"n6286400141","geometry":{"type":"Point","coordinates":[0.0685464,51.5372402]},"properties":{"@type":"node","@id":6286400141,"@timestamp":1550504935},"coords":"51.5372402,0.0685464","bedrooms":"4","price":"278000","area":"393"} , +{"type":"Feature","id":"n6286401344","geometry":{"type":"Point","coordinates":[0.0687609,51.5369633]},"properties":{"@type":"node","@id":6286401344,"@timestamp":1550504978},"coords":"51.5369633,0.0687609","bedrooms":"3","price":"244000","area":"431"} , +{"type":"Feature","id":"n6286408871","geometry":{"type":"Point","coordinates":[0.0722023,51.5274158]},"properties":{"@type":"node","@id":6286408871,"@timestamp":1550505336},"coords":"51.5274158,0.0722023","bedrooms":"0","price":"269000","area":"499"} , +{"type":"Feature","id":"n6286427965","geometry":{"type":"Point","coordinates":[0.0734311,51.5261013]},"properties":{"@type":"node","@id":6286427965,"@timestamp":1550505719},"coords":"51.5261013,0.0734311","bedrooms":"3","price":"213000","area":"500"} , +{"type":"Feature","id":"n6286437289","geometry":{"type":"Point","coordinates":[0.0736966,51.5241069]},"properties":{"@type":"node","@id":6286437289,"@timestamp":1550506037},"coords":"51.5241069,0.0736966","bedrooms":"2","price":"176000","area":"538"} , +{"type":"Feature","id":"n6286439584","geometry":{"type":"Point","coordinates":[0.0721677,51.5247695]},"properties":{"@type":"node","@id":6286439584,"@timestamp":1550506169},"coords":"51.5247695,0.0721677","bedrooms":"0","price":"269000","area":"619"} , +{"type":"Feature","id":"n6286450681","geometry":{"type":"Point","coordinates":[0.0704911,51.534142]},"properties":{"@type":"node","@id":6286450681,"@timestamp":1550506531},"coords":"51.534142,0.0704911","bedrooms":"0","price":"209000","area":"517"} , +{"type":"Feature","id":"n6286451590","geometry":{"type":"Point","coordinates":[0.0699251,51.5349245]},"properties":{"@type":"node","@id":6286451590,"@timestamp":1550506531},"coords":"51.5349245,0.0699251","bedrooms":"2","price":"174000","area":"691"} , +{"type":"Feature","id":"n6286461899","geometry":{"type":"Point","coordinates":[0.0482639,51.5719387]},"properties":{"@type":"node","@id":6286461899,"@timestamp":1550506989},"coords":"51.5719387,0.0482639","bedrooms":"3","price":"231000","area":"488"} , +{"type":"Feature","id":"n6286468477","geometry":{"type":"Point","coordinates":[0.0456671,51.5739957]},"properties":{"@type":"node","@id":6286468477,"@timestamp":1550507211},"coords":"51.5739957,0.0456671","bedrooms":"3","price":"272000","area":"577"} , +{"type":"Feature","id":"n6286473811","geometry":{"type":"Point","coordinates":[0.0483226,51.5723971]},"properties":{"@type":"node","@id":6286473811,"@timestamp":1550507415},"coords":"51.5723971,0.0483226","bedrooms":"4","price":"184000","area":"358"} , +{"type":"Feature","id":"n6286480717","geometry":{"type":"Point","coordinates":[0.0668141,51.5541076]},"properties":{"@type":"node","@id":6286480717,"@timestamp":1550508084},"coords":"51.5541076,0.0668141","bedrooms":"4","price":"297000","area":"402"} , +{"type":"Feature","id":"n6286491019","geometry":{"type":"Point","coordinates":[0.0674091,51.5544727]},"properties":{"@type":"node","@id":6286491019,"@timestamp":1550508084},"coords":"51.5544727,0.0674091","bedrooms":"3","price":"229000","area":"415"} , +{"type":"Feature","id":"n6286494187","geometry":{"type":"Point","coordinates":[0.0678758,51.5521395]},"properties":{"@type":"node","@id":6286494187,"@timestamp":1550508227},"coords":"51.5521395,0.0678758","bedrooms":"1","price":"194000","area":"649"} , +{"type":"Feature","id":"n6286500104","geometry":{"type":"Point","coordinates":[0.0681065,51.5372636]},"properties":{"@type":"node","@id":6286500104,"@timestamp":1550508589},"coords":"51.5372636,0.0681065","bedrooms":"3","price":"288000","area":"416"} , +{"type":"Feature","id":"n6286505886","geometry":{"type":"Point","coordinates":[0.0684337,51.5378074]},"properties":{"@type":"node","@id":6286505886,"@timestamp":1550508688},"coords":"51.5378074,0.0684337","bedrooms":"4","price":"246000","area":"621"} , +{"type":"Feature","id":"n6286547607","geometry":{"type":"Point","coordinates":[0.7698859,51.9696127]},"properties":{"@type":"node","@id":6286547607,"@timestamp":1550509849},"coords":"51.9696127,0.7698859","bedrooms":"0","price":"271000","area":"601"} , +{"type":"Feature","id":"n6286765199","geometry":{"type":"Point","coordinates":[-0.0153771,51.5290144]},"properties":{"@type":"node","@id":6286765199,"@timestamp":1550516082},"coords":"51.5290144,-0.0153771","bedrooms":"1","price":"158000","area":"554"} , +{"type":"Feature","id":"n6286765209","geometry":{"type":"Point","coordinates":[-0.0146824,51.529767]},"properties":{"@type":"node","@id":6286765209,"@timestamp":1550516083},"coords":"51.529767,-0.0146824","bedrooms":"0","price":"270000","area":"558"} , +{"type":"Feature","id":"n6286765219","geometry":{"type":"Point","coordinates":[-0.0135452,51.5231454]},"properties":{"@type":"node","@id":6286765219,"@timestamp":1550516083},"coords":"51.5231454,-0.0135452","bedrooms":"1","price":"191000","area":"656"} , +{"type":"Feature","id":"n6286765229","geometry":{"type":"Point","coordinates":[-0.0084087,51.5150674]},"properties":{"@type":"node","@id":6286765229,"@timestamp":1550516084},"coords":"51.5150674,-0.0084087","bedrooms":"3","price":"231000","area":"396"} , +{"type":"Feature","id":"n6286765239","geometry":{"type":"Point","coordinates":[-0.0095809,51.5180968]},"properties":{"@type":"node","@id":6286765239,"@timestamp":1550516085},"coords":"51.5180968,-0.0095809","bedrooms":"1","price":"271000","area":"382"} , +{"type":"Feature","id":"n6286765249","geometry":{"type":"Point","coordinates":[-0.0101924,51.5200646]},"properties":{"@type":"node","@id":6286765249,"@timestamp":1550516085},"coords":"51.5200646,-0.0101924","bedrooms":"3","price":"184000","area":"420"} , +{"type":"Feature","id":"n6286765259","geometry":{"type":"Point","coordinates":[-0.0100529,51.5223059]},"properties":{"@type":"node","@id":6286765259,"@timestamp":1550516086},"coords":"51.5223059,-0.0100529","bedrooms":"4","price":"193000","area":"451"} , +{"type":"Feature","id":"n6286765269","geometry":{"type":"Point","coordinates":[-0.0109595,51.5245789]},"properties":{"@type":"node","@id":6286765269,"@timestamp":1550516087},"coords":"51.5245789,-0.0109595","bedrooms":"2","price":"170000","area":"406"} , +{"type":"Feature","id":"n6286765279","geometry":{"type":"Point","coordinates":[-0.0109032,51.52677]},"properties":{"@type":"node","@id":6286765279,"@timestamp":1550516087},"coords":"51.52677,-0.0109032","bedrooms":"0","price":"282000","area":"548"} , +{"type":"Feature","id":"n6286767189","geometry":{"type":"Point","coordinates":[-0.0121209,51.5286189]},"properties":{"@type":"node","@id":6286767189,"@timestamp":1550516088},"coords":"51.5286189,-0.0121209","bedrooms":"1","price":"183000","area":"637"} , +{"type":"Feature","id":"n6286767199","geometry":{"type":"Point","coordinates":[-0.0132394,51.5289326]},"properties":{"@type":"node","@id":6286767199,"@timestamp":1550516088},"coords":"51.5289326,-0.0132394","bedrooms":"1","price":"271000","area":"677"} , +{"type":"Feature","id":"n6286767209","geometry":{"type":"Point","coordinates":[-0.011445,51.5264062]},"properties":{"@type":"node","@id":6286767209,"@timestamp":1550516089},"coords":"51.5264062,-0.011445","bedrooms":"3","price":"210000","area":"692"} , +{"type":"Feature","id":"n6286767219","geometry":{"type":"Point","coordinates":[-0.0109568,51.5236694]},"properties":{"@type":"node","@id":6286767219,"@timestamp":1550516090},"coords":"51.5236694,-0.0109568","bedrooms":"0","price":"291000","area":"697"} , +{"type":"Feature","id":"n6286767229","geometry":{"type":"Point","coordinates":[-0.0106108,51.5202799]},"properties":{"@type":"node","@id":6286767229,"@timestamp":1550516091},"coords":"51.5202799,-0.0106108","bedrooms":"0","price":"262000","area":"531"} , +{"type":"Feature","id":"n6286767239","geometry":{"type":"Point","coordinates":[-0.009943,51.518025]},"properties":{"@type":"node","@id":6286767239,"@timestamp":1550516091},"coords":"51.518025,-0.009943","bedrooms":"0","price":"209000","area":"394"} , +{"type":"Feature","id":"n6286767249","geometry":{"type":"Point","coordinates":[-0.0087976,51.5150123]},"properties":{"@type":"node","@id":6286767249,"@timestamp":1550516092},"coords":"51.5150123,-0.0087976","bedrooms":"2","price":"203000","area":"549"} , +{"type":"Feature","id":"n6286855488","geometry":{"type":"Point","coordinates":[-0.4693258,51.4599362]},"properties":{"@type":"node","@id":6286855488,"@timestamp":1550519490},"coords":"51.4599362,-0.4693258","bedrooms":"3","price":"242000","area":"592"} , +{"type":"Feature","id":"n6286980912","geometry":{"type":"Point","coordinates":[-0.1254047,51.5278522]},"properties":{"@type":"node","@id":6286980912,"@timestamp":1589495050},"coords":"51.5278522,-0.1254047","bedrooms":"4","price":"267000","area":"481"} , +{"type":"Feature","id":"n6287360372","geometry":{"type":"Point","coordinates":[-0.239091,51.3236446]},"properties":{"@type":"node","@id":6287360372,"@timestamp":1623058521},"coords":"51.3236446,-0.239091","bedrooms":"4","price":"266000","area":"545"} , +{"type":"Feature","id":"n6287581277","geometry":{"type":"Point","coordinates":[0.1021055,51.5353251]},"properties":{"@type":"node","@id":6287581277,"@timestamp":1550550489},"coords":"51.5353251,0.1021055","bedrooms":"3","price":"206000","area":"680"} , +{"type":"Feature","id":"n6287783979","geometry":{"type":"Point","coordinates":[-0.2608198,51.4805235]},"properties":{"@type":"node","@id":6287783979,"@timestamp":1550557819},"coords":"51.4805235,-0.2608198","bedrooms":"4","price":"221000","area":"627"} , +{"type":"Feature","id":"n6288266990","geometry":{"type":"Point","coordinates":[-0.2150789,51.7384184]},"properties":{"@type":"node","@id":6288266990,"@timestamp":1589674549},"coords":"51.7384184,-0.2150789","bedrooms":"1","price":"220000","area":"394"} , +{"type":"Feature","id":"n6288495176","geometry":{"type":"Point","coordinates":[0.2927993,51.4778002]},"properties":{"@type":"node","@id":6288495176,"@timestamp":1550573939},"coords":"51.4778002,0.2927993","bedrooms":"3","price":"265000","area":"642"} , +{"type":"Feature","id":"n6288579351","geometry":{"type":"Point","coordinates":[0.2618913,51.7327649]},"properties":{"@type":"node","@id":6288579351,"@timestamp":1550577884},"coords":"51.7327649,0.2618913","bedrooms":"4","price":"266000","area":"387"} , +{"type":"Feature","id":"n6288925000","geometry":{"type":"Point","coordinates":[-0.1517734,51.521343]},"properties":{"@type":"node","@id":6288925000,"@timestamp":1550585729},"coords":"51.521343,-0.1517734","bedrooms":"4","price":"235000","area":"403"} , +{"type":"Feature","id":"n6289246043","geometry":{"type":"Point","coordinates":[-0.0975196,51.6306487]},"properties":{"@type":"node","@id":6289246043,"@timestamp":1550597298},"coords":"51.6306487,-0.0975196","bedrooms":"0","price":"178000","area":"567"} , +{"type":"Feature","id":"n6289587279","geometry":{"type":"Point","coordinates":[-0.2018604,51.2235015]},"properties":{"@type":"node","@id":6289587279,"@timestamp":1550606269},"coords":"51.2235015,-0.2018604","bedrooms":"3","price":"168000","area":"651"} , +{"type":"Feature","id":"n6289588990","geometry":{"type":"Point","coordinates":[-0.2044112,51.2225104]},"properties":{"@type":"node","@id":6289588990,"@timestamp":1550606270},"coords":"51.2225104,-0.2044112","bedrooms":"4","price":"152000","area":"567"} , +{"type":"Feature","id":"n6289589001","geometry":{"type":"Point","coordinates":[-0.2059239,51.2216151]},"properties":{"@type":"node","@id":6289589001,"@timestamp":1550606270},"coords":"51.2216151,-0.2059239","bedrooms":"2","price":"254000","area":"646"} , +{"type":"Feature","id":"n6289589012","geometry":{"type":"Point","coordinates":[-0.2017677,51.2201051]},"properties":{"@type":"node","@id":6289589012,"@timestamp":1550606270},"coords":"51.2201051,-0.2017677","bedrooms":"1","price":"193000","area":"468"} , +{"type":"Feature","id":"n6289589026","geometry":{"type":"Point","coordinates":[-0.2010045,51.2215273]},"properties":{"@type":"node","@id":6289589026,"@timestamp":1550606271},"coords":"51.2215273,-0.2010045","bedrooms":"2","price":"270000","area":"602"} , +{"type":"Feature","id":"n6289655485","geometry":{"type":"Point","coordinates":[-0.7358866,51.4242987]},"properties":{"@type":"node","@id":6289655485,"@timestamp":1550608390},"coords":"51.4242987,-0.7358866","bedrooms":"2","price":"171000","area":"593"} , +{"type":"Feature","id":"n6290195972","geometry":{"type":"Point","coordinates":[-0.0572109,51.4097293]},"properties":{"@type":"node","@id":6290195972,"@timestamp":1586108082},"coords":"51.4097293,-0.0572109","bedrooms":"2","price":"237000","area":"489"} , +{"type":"Feature","id":"n6290541519","geometry":{"type":"Point","coordinates":[-0.1517462,51.5206463]},"properties":{"@type":"node","@id":6290541519,"@timestamp":1571947151},"coords":"51.5206463,-0.1517462","bedrooms":"0","price":"283000","area":"370"} , +{"type":"Feature","id":"n6290625766","geometry":{"type":"Point","coordinates":[-0.1015175,51.5658067]},"properties":{"@type":"node","@id":6290625766,"@timestamp":1550646516},"coords":"51.5658067,-0.1015175","bedrooms":"4","price":"253000","area":"475"} , +{"type":"Feature","id":"n6290798839","geometry":{"type":"Point","coordinates":[-0.2695714,51.5350182]},"properties":{"@type":"node","@id":6290798839,"@timestamp":1550656747},"coords":"51.5350182,-0.2695714","bedrooms":"3","price":"277000","area":"562"} , +{"type":"Feature","id":"n6290963905","geometry":{"type":"Point","coordinates":[-0.5942636,51.2567713]},"properties":{"@type":"node","@id":6290963905,"@timestamp":1550663090},"coords":"51.2567713,-0.5942636","bedrooms":"0","price":"193000","area":"644"} , +{"type":"Feature","id":"n6291140329","geometry":{"type":"Point","coordinates":[-0.0281324,51.5392903]},"properties":{"@type":"node","@id":6291140329,"@timestamp":1550669382},"coords":"51.5392903,-0.0281324","bedrooms":"0","price":"231000","area":"489"} , +{"type":"Feature","id":"n6291327070","geometry":{"type":"Point","coordinates":[-0.150628,51.5197158]},"properties":{"@type":"node","@id":6291327070,"@timestamp":1550675324},"coords":"51.5197158,-0.150628","bedrooms":"4","price":"214000","area":"418"} , +{"type":"Feature","id":"n6291531045","geometry":{"type":"Point","coordinates":[0.1325767,51.5645441]},"properties":{"@type":"node","@id":6291531045,"@timestamp":1550681834},"coords":"51.5645441,0.1325767","bedrooms":"2","price":"239000","area":"620"} , +{"type":"Feature","id":"n6291571393","geometry":{"type":"Point","coordinates":[-0.0922384,51.7986797]},"properties":{"@type":"node","@id":6291571393,"@timestamp":1627205052},"coords":"51.7986797,-0.0922384","bedrooms":"4","price":"294000","area":"568"} , +{"type":"Feature","id":"n6292033841","geometry":{"type":"Point","coordinates":[0.1086999,51.7777689]},"properties":{"@type":"node","@id":6292033841,"@timestamp":1550697889},"coords":"51.7777689,0.1086999","bedrooms":"3","price":"250000","area":"352"} , +{"type":"Feature","id":"n6292037693","geometry":{"type":"Point","coordinates":[0.1136174,51.7791616]},"properties":{"@type":"node","@id":6292037693,"@timestamp":1550698093},"coords":"51.7791616,0.1136174","bedrooms":"3","price":"214000","area":"412"} , +{"type":"Feature","id":"n6292037707","geometry":{"type":"Point","coordinates":[0.1129616,51.7795709]},"properties":{"@type":"node","@id":6292037707,"@timestamp":1550698094},"coords":"51.7795709,0.1129616","bedrooms":"0","price":"192000","area":"395"} , +{"type":"Feature","id":"n6292039412","geometry":{"type":"Point","coordinates":[0.1150756,51.7797455]},"properties":{"@type":"node","@id":6292039412,"@timestamp":1550698213},"coords":"51.7797455,0.1150756","bedrooms":"4","price":"181000","area":"536"} , +{"type":"Feature","id":"n6292039424","geometry":{"type":"Point","coordinates":[0.1145334,51.7806784]},"properties":{"@type":"node","@id":6292039424,"@timestamp":1550698213},"coords":"51.7806784,0.1145334","bedrooms":"0","price":"160000","area":"396"} , +{"type":"Feature","id":"n6292171460","geometry":{"type":"Point","coordinates":[-0.3713491,51.5742528]},"properties":{"@type":"node","@id":6292171460,"@timestamp":1634927150},"coords":"51.5742528,-0.3713491","bedrooms":"0","price":"228000","area":"686"} , +{"type":"Feature","id":"n6292504980","geometry":{"type":"Point","coordinates":[-0.1515486,51.5192425]},"properties":{"@type":"node","@id":6292504980,"@timestamp":1550725722},"coords":"51.5192425,-0.1515486","bedrooms":"4","price":"272000","area":"439"} , +{"type":"Feature","id":"n6292512885","geometry":{"type":"Point","coordinates":[-0.1515234,51.5190297]},"properties":{"@type":"node","@id":6292512885,"@timestamp":1550725722},"coords":"51.5190297,-0.1515234","bedrooms":"0","price":"281000","area":"586"} , +{"type":"Feature","id":"n6292605688","geometry":{"type":"Point","coordinates":[0.20304,51.4273747]},"properties":{"@type":"node","@id":6292605688,"@timestamp":1607303370},"coords":"51.4273747,0.20304","bedrooms":"1","price":"260000","area":"581"} , +{"type":"Feature","id":"n6292630642","geometry":{"type":"Point","coordinates":[-0.1512133,51.5185639]},"properties":{"@type":"node","@id":6292630642,"@timestamp":1550733824},"coords":"51.5185639,-0.1512133","bedrooms":"0","price":"267000","area":"580"} , +{"type":"Feature","id":"n6292697420","geometry":{"type":"Point","coordinates":[-0.0031392,51.3445715]},"properties":{"@type":"node","@id":6292697420,"@timestamp":1550737576},"coords":"51.3445715,-0.0031392","bedrooms":"0","price":"280000","area":"538"} , +{"type":"Feature","id":"n6292814832","geometry":{"type":"Point","coordinates":[-0.0925751,51.5191616]},"properties":{"@type":"node","@id":6292814832,"@timestamp":1550743463},"coords":"51.5191616,-0.0925751","bedrooms":"2","price":"234000","area":"394"} , +{"type":"Feature","id":"n6292947117","geometry":{"type":"Point","coordinates":[-0.3959564,51.4750869]},"properties":{"@type":"node","@id":6292947117,"@timestamp":1550748349},"coords":"51.4750869,-0.3959564","bedrooms":"1","price":"161000","area":"503"} , +{"type":"Feature","id":"n6292947132","geometry":{"type":"Point","coordinates":[-0.3967173,51.4751787]},"properties":{"@type":"node","@id":6292947132,"@timestamp":1550753265},"coords":"51.4751787,-0.3967173","bedrooms":"3","price":"150000","area":"401"} , +{"type":"Feature","id":"n6292947156","geometry":{"type":"Point","coordinates":[-0.3983815,51.4760527]},"properties":{"@type":"node","@id":6292947156,"@timestamp":1550748350},"coords":"51.4760527,-0.3983815","bedrooms":"3","price":"150000","area":"555"} , +{"type":"Feature","id":"n6292947167","geometry":{"type":"Point","coordinates":[-0.3967913,51.4758614]},"properties":{"@type":"node","@id":6292947167,"@timestamp":1550748351},"coords":"51.4758614,-0.3967913","bedrooms":"1","price":"227000","area":"591"} , +{"type":"Feature","id":"n6292947183","geometry":{"type":"Point","coordinates":[-0.3937001,51.4753102]},"properties":{"@type":"node","@id":6292947183,"@timestamp":1550748352},"coords":"51.4753102,-0.3937001","bedrooms":"3","price":"244000","area":"624"} , +{"type":"Feature","id":"n6292990891","geometry":{"type":"Point","coordinates":[0.1200998,51.575074]},"properties":{"@type":"node","@id":6292990891,"@timestamp":1550749904},"coords":"51.575074,0.1200998","bedrooms":"4","price":"256000","area":"419"} , +{"type":"Feature","id":"n6293109040","geometry":{"type":"Point","coordinates":[0.0041587,51.3353819]},"properties":{"@type":"node","@id":6293109040,"@timestamp":1550752945},"coords":"51.3353819,0.0041587","bedrooms":"4","price":"274000","area":"589"} , +{"type":"Feature","id":"n6293122753","geometry":{"type":"Point","coordinates":[-0.4034556,51.4774464]},"properties":{"@type":"node","@id":6293122753,"@timestamp":1550753257},"coords":"51.4774464,-0.4034556","bedrooms":"1","price":"264000","area":"475"} , +{"type":"Feature","id":"n6293122763","geometry":{"type":"Point","coordinates":[-0.4047085,51.4779066]},"properties":{"@type":"node","@id":6293122763,"@timestamp":1550753257},"coords":"51.4779066,-0.4047085","bedrooms":"3","price":"153000","area":"480"} , +{"type":"Feature","id":"n6293122773","geometry":{"type":"Point","coordinates":[-0.4036957,51.4779593]},"properties":{"@type":"node","@id":6293122773,"@timestamp":1550839401},"coords":"51.4779593,-0.4036957","bedrooms":"0","price":"296000","area":"595"} , +{"type":"Feature","id":"n6293122783","geometry":{"type":"Point","coordinates":[-0.401017,51.4769743]},"properties":{"@type":"node","@id":6293122783,"@timestamp":1550753259},"coords":"51.4769743,-0.401017","bedrooms":"1","price":"264000","area":"443"} , +{"type":"Feature","id":"n6293123193","geometry":{"type":"Point","coordinates":[-0.4016317,51.4733141]},"properties":{"@type":"node","@id":6293123193,"@timestamp":1618407363},"coords":"51.4733141,-0.4016317","bedrooms":"0","price":"219000","area":"569"} , +{"type":"Feature","id":"n6293123203","geometry":{"type":"Point","coordinates":[-0.4053313,51.4719613]},"properties":{"@type":"node","@id":6293123203,"@timestamp":1550753260},"coords":"51.4719613,-0.4053313","bedrooms":"1","price":"185000","area":"384"} , +{"type":"Feature","id":"n6293123213","geometry":{"type":"Point","coordinates":[-0.4018763,51.4734222]},"properties":{"@type":"node","@id":6293123213,"@timestamp":1550753261},"coords":"51.4734222,-0.4018763","bedrooms":"4","price":"196000","area":"567"} , +{"type":"Feature","id":"n6293123223","geometry":{"type":"Point","coordinates":[-0.4057706,51.4718164]},"properties":{"@type":"node","@id":6293123223,"@timestamp":1550753261},"coords":"51.4718164,-0.4057706","bedrooms":"0","price":"166000","area":"496"} , +{"type":"Feature","id":"n6293123233","geometry":{"type":"Point","coordinates":[-0.4057023,51.4729353]},"properties":{"@type":"node","@id":6293123233,"@timestamp":1558600019},"coords":"51.4729353,-0.4057023","bedrooms":"2","price":"155000","area":"431"} , +{"type":"Feature","id":"n6293123247","geometry":{"type":"Point","coordinates":[-0.4060718,51.4707472]},"properties":{"@type":"node","@id":6293123247,"@timestamp":1550753263},"coords":"51.4707472,-0.4060718","bedrooms":"1","price":"170000","area":"585"} , +{"type":"Feature","id":"n6293123263","geometry":{"type":"Point","coordinates":[-0.4069148,51.4701863]},"properties":{"@type":"node","@id":6293123263,"@timestamp":1550753264},"coords":"51.4701863,-0.4069148","bedrooms":"2","price":"270000","area":"396"} , +{"type":"Feature","id":"n6293196451","geometry":{"type":"Point","coordinates":[0.138955,51.5291318]},"properties":{"@type":"node","@id":6293196451,"@timestamp":1550754993},"coords":"51.5291318,0.138955","bedrooms":"1","price":"238000","area":"564"} , +{"type":"Feature","id":"n6293312734","geometry":{"type":"Point","coordinates":[0.2839299,51.4891276]},"properties":{"@type":"node","@id":6293312734,"@timestamp":1550757989},"coords":"51.4891276,0.2839299","bedrooms":"3","price":"185000","area":"432"} , +{"type":"Feature","id":"n6293625805","geometry":{"type":"Point","coordinates":[0.2836222,51.4852138]},"properties":{"@type":"node","@id":6293625805,"@timestamp":1550764319},"coords":"51.4852138,0.2836222","bedrooms":"1","price":"176000","area":"498"} , +{"type":"Feature","id":"n6293625815","geometry":{"type":"Point","coordinates":[0.2834704,51.4857536]},"properties":{"@type":"node","@id":6293625815,"@timestamp":1627687761},"coords":"51.4857536,0.2834704","bedrooms":"3","price":"227000","area":"633"} , +{"type":"Feature","id":"n6293625826","geometry":{"type":"Point","coordinates":[0.2834154,51.4868462]},"properties":{"@type":"node","@id":6293625826,"@timestamp":1550764320},"coords":"51.4868462,0.2834154","bedrooms":"0","price":"242000","area":"600"} , +{"type":"Feature","id":"n6293625837","geometry":{"type":"Point","coordinates":[0.2820708,51.48689]},"properties":{"@type":"node","@id":6293625837,"@timestamp":1563316062},"coords":"51.48689,0.2820708","bedrooms":"3","price":"274000","area":"462"} , +{"type":"Feature","id":"n6293625848","geometry":{"type":"Point","coordinates":[0.2827392,51.4890909]},"properties":{"@type":"node","@id":6293625848,"@timestamp":1558537445},"coords":"51.4890909,0.2827392","bedrooms":"4","price":"273000","area":"600"} , +{"type":"Feature","id":"n6293625858","geometry":{"type":"Point","coordinates":[0.2836221,51.4886174]},"properties":{"@type":"node","@id":6293625858,"@timestamp":1588554812},"coords":"51.4886174,0.2836221","bedrooms":"2","price":"158000","area":"596"} , +{"type":"Feature","id":"n6293640302","geometry":{"type":"Point","coordinates":[0.2833333,51.4873537]},"properties":{"@type":"node","@id":6293640302,"@timestamp":1558537446},"coords":"51.4873537,0.2833333","bedrooms":"3","price":"152000","area":"417"} , +{"type":"Feature","id":"n6293651605","geometry":{"type":"Point","coordinates":[-0.0954732,51.6316024]},"properties":{"@type":"node","@id":6293651605,"@timestamp":1550764649},"coords":"51.6316024,-0.0954732","bedrooms":"2","price":"285000","area":"623"} , +{"type":"Feature","id":"n6293651615","geometry":{"type":"Point","coordinates":[-0.0959507,51.6311912]},"properties":{"@type":"node","@id":6293651615,"@timestamp":1550764650},"coords":"51.6311912,-0.0959507","bedrooms":"3","price":"208000","area":"556"} , +{"type":"Feature","id":"n6293651625","geometry":{"type":"Point","coordinates":[-0.0963825,51.6307683]},"properties":{"@type":"node","@id":6293651625,"@timestamp":1550764651},"coords":"51.6307683,-0.0963825","bedrooms":"0","price":"170000","area":"423"} , +{"type":"Feature","id":"n6293653585","geometry":{"type":"Point","coordinates":[-0.0959212,51.6317023]},"properties":{"@type":"node","@id":6293653585,"@timestamp":1550764653},"coords":"51.6317023,-0.0959212","bedrooms":"0","price":"228000","area":"447"} , +{"type":"Feature","id":"n6293653595","geometry":{"type":"Point","coordinates":[-0.0964254,51.6312078]},"properties":{"@type":"node","@id":6293653595,"@timestamp":1550764654},"coords":"51.6312078,-0.0964254","bedrooms":"4","price":"238000","area":"683"} , +{"type":"Feature","id":"n6293868956","geometry":{"type":"Point","coordinates":[-0.0940168,51.6330775]},"properties":{"@type":"node","@id":6293868956,"@timestamp":1550769036},"coords":"51.6330775,-0.0940168","bedrooms":"3","price":"294000","area":"365"} , +{"type":"Feature","id":"n6294024148","geometry":{"type":"Point","coordinates":[-0.243778,51.525724]},"properties":{"@type":"node","@id":6294024148,"@timestamp":1603051264},"coords":"51.525724,-0.243778","bedrooms":"2","price":"288000","area":"375"} , +{"type":"Feature","id":"n6294024176","geometry":{"type":"Point","coordinates":[-0.2435904,51.5258628]},"properties":{"@type":"node","@id":6294024176,"@timestamp":1603051264},"coords":"51.5258628,-0.2435904","bedrooms":"1","price":"268000","area":"419"} , +{"type":"Feature","id":"n6294027607","geometry":{"type":"Point","coordinates":[-0.2503804,51.5255219]},"properties":{"@type":"node","@id":6294027607,"@timestamp":1599075595},"coords":"51.5255219,-0.2503804","bedrooms":"3","price":"294000","area":"637"} , +{"type":"Feature","id":"n6294104916","geometry":{"type":"Point","coordinates":[-0.2401514,51.5247666]},"properties":{"@type":"node","@id":6294104916,"@timestamp":1603051264},"coords":"51.5247666,-0.2401514","bedrooms":"2","price":"205000","area":"632"} , +{"type":"Feature","id":"n6294158543","geometry":{"type":"Point","coordinates":[-0.2055195,51.3618215]},"properties":{"@type":"node","@id":6294158543,"@timestamp":1550775563},"coords":"51.3618215,-0.2055195","bedrooms":"4","price":"207000","area":"436"} , +{"type":"Feature","id":"n6294158553","geometry":{"type":"Point","coordinates":[-0.2051974,51.3652575]},"properties":{"@type":"node","@id":6294158553,"@timestamp":1550775564},"coords":"51.3652575,-0.2051974","bedrooms":"3","price":"225000","area":"453"} , +{"type":"Feature","id":"n6294278538","geometry":{"type":"Point","coordinates":[-0.6071234,51.5045513]},"properties":{"@type":"node","@id":6294278538,"@timestamp":1550780006},"coords":"51.5045513,-0.6071234","bedrooms":"0","price":"222000","area":"670"} , +{"type":"Feature","id":"n6294324215","geometry":{"type":"Point","coordinates":[-0.484297,51.2119177]},"properties":{"@type":"node","@id":6294324215,"@timestamp":1550781903},"coords":"51.2119177,-0.484297","bedrooms":"2","price":"178000","area":"453"} , +{"type":"Feature","id":"n6294508104","geometry":{"type":"Point","coordinates":[-0.2109222,51.5173215]},"properties":{"@type":"node","@id":6294508104,"@timestamp":1567400805},"coords":"51.5173215,-0.2109222","bedrooms":"1","price":"288000","area":"498"} , +{"type":"Feature","id":"n6294563581","geometry":{"type":"Point","coordinates":[-0.0868325,51.5435419]},"properties":{"@type":"node","@id":6294563581,"@timestamp":1550789786},"coords":"51.5435419,-0.0868325","bedrooms":"3","price":"233000","area":"636"} , +{"type":"Feature","id":"n6294564092","geometry":{"type":"Point","coordinates":[-0.0882313,51.5445452]},"properties":{"@type":"node","@id":6294564092,"@timestamp":1550789787},"coords":"51.5445452,-0.0882313","bedrooms":"1","price":"241000","area":"624"} , +{"type":"Feature","id":"n6294564102","geometry":{"type":"Point","coordinates":[-0.0847337,51.5438305]},"properties":{"@type":"node","@id":6294564102,"@timestamp":1550789787},"coords":"51.5438305,-0.0847337","bedrooms":"4","price":"297000","area":"604"} , +{"type":"Feature","id":"n6294564112","geometry":{"type":"Point","coordinates":[-0.0886108,51.5445077]},"properties":{"@type":"node","@id":6294564112,"@timestamp":1550789787},"coords":"51.5445077,-0.0886108","bedrooms":"0","price":"223000","area":"452"} , +{"type":"Feature","id":"n6294887341","geometry":{"type":"Point","coordinates":[-0.1489757,51.5178259]},"properties":{"@type":"node","@id":6294887341,"@timestamp":1550810921},"coords":"51.5178259,-0.1489757","bedrooms":"0","price":"240000","area":"443"} , +{"type":"Feature","id":"n6294927798","geometry":{"type":"Point","coordinates":[-0.1802437,51.4864769]},"properties":{"@type":"node","@id":6294927798,"@timestamp":1605677257},"coords":"51.4864769,-0.1802437","bedrooms":"0","price":"259000","area":"587"} , +{"type":"Feature","id":"n6294978291","geometry":{"type":"Point","coordinates":[-0.1803307,51.4864235]},"properties":{"@type":"node","@id":6294978291,"@timestamp":1605677257},"coords":"51.4864235,-0.1803307","bedrooms":"2","price":"288000","area":"369"} , +{"type":"Feature","id":"n6294979790","geometry":{"type":"Point","coordinates":[-0.184244,51.4634747]},"properties":{"@type":"node","@id":6294979790,"@timestamp":1550817172},"coords":"51.4634747,-0.184244","bedrooms":"3","price":"261000","area":"434"} , +{"type":"Feature","id":"n6295120055","geometry":{"type":"Point","coordinates":[-0.4492418,51.683507]},"properties":{"@type":"node","@id":6295120055,"@timestamp":1625486801},"coords":"51.683507,-0.4492418","bedrooms":"1","price":"202000","area":"561"} , +{"type":"Feature","id":"n6295424141","geometry":{"type":"Point","coordinates":[-0.2005039,51.5212913]},"properties":{"@type":"node","@id":6295424141,"@timestamp":1603051264},"coords":"51.5212913,-0.2005039","bedrooms":"2","price":"297000","area":"446"} , +{"type":"Feature","id":"n6295553026","geometry":{"type":"Point","coordinates":[0.3750963,51.4312345]},"properties":{"@type":"node","@id":6295553026,"@timestamp":1625002456},"coords":"51.4312345,0.3750963","bedrooms":"4","price":"277000","area":"418"} , +{"type":"Feature","id":"n6295568732","geometry":{"type":"Point","coordinates":[-0.1046531,51.6225029]},"properties":{"@type":"node","@id":6295568732,"@timestamp":1618332592},"coords":"51.6225029,-0.1046531","bedrooms":"0","price":"229000","area":"636"} , +{"type":"Feature","id":"n6295568742","geometry":{"type":"Point","coordinates":[-0.1052257,51.621945]},"properties":{"@type":"node","@id":6295568742,"@timestamp":1550838520},"coords":"51.621945,-0.1052257","bedrooms":"4","price":"188000","area":"657"} , +{"type":"Feature","id":"n6295568847","geometry":{"type":"Point","coordinates":[-0.1050923,51.6229367]},"properties":{"@type":"node","@id":6295568847,"@timestamp":1550838522},"coords":"51.6229367,-0.1050923","bedrooms":"3","price":"224000","area":"566"} , +{"type":"Feature","id":"n6295779163","geometry":{"type":"Point","coordinates":[-0.4368265,51.8828887]},"properties":{"@type":"node","@id":6295779163,"@timestamp":1550845470},"coords":"51.8828887,-0.4368265","bedrooms":"1","price":"292000","area":"693"} , +{"type":"Feature","id":"n6295958638","geometry":{"type":"Point","coordinates":[0.2443834,51.1966426]},"properties":{"@type":"node","@id":6295958638,"@timestamp":1621591466},"coords":"51.1966426,0.2443834","bedrooms":"3","price":"266000","area":"629"} , +{"type":"Feature","id":"n6295972861","geometry":{"type":"Point","coordinates":[-0.4260389,51.8567894]},"properties":{"@type":"node","@id":6295972861,"@timestamp":1550851400},"coords":"51.8567894,-0.4260389","bedrooms":"4","price":"203000","area":"680"} , +{"type":"Feature","id":"n6295972871","geometry":{"type":"Point","coordinates":[-0.4233021,51.8533231]},"properties":{"@type":"node","@id":6295972871,"@timestamp":1550851400},"coords":"51.8533231,-0.4233021","bedrooms":"4","price":"234000","area":"560"} , +{"type":"Feature","id":"n6295972881","geometry":{"type":"Point","coordinates":[-0.422081,51.8496121]},"properties":{"@type":"node","@id":6295972881,"@timestamp":1550851401},"coords":"51.8496121,-0.422081","bedrooms":"1","price":"257000","area":"350"} , +{"type":"Feature","id":"n6295973891","geometry":{"type":"Point","coordinates":[-0.4214203,51.8457404]},"properties":{"@type":"node","@id":6295973891,"@timestamp":1550851402},"coords":"51.8457404,-0.4214203","bedrooms":"2","price":"188000","area":"625"} , +{"type":"Feature","id":"n6295973901","geometry":{"type":"Point","coordinates":[-0.4207824,51.8420175]},"properties":{"@type":"node","@id":6295973901,"@timestamp":1550851402},"coords":"51.8420175,-0.4207824","bedrooms":"4","price":"209000","area":"544"} , +{"type":"Feature","id":"n6295973911","geometry":{"type":"Point","coordinates":[-0.4201513,51.8382746]},"properties":{"@type":"node","@id":6295973911,"@timestamp":1550851403},"coords":"51.8382746,-0.4201513","bedrooms":"0","price":"287000","area":"405"} , +{"type":"Feature","id":"n6295973921","geometry":{"type":"Point","coordinates":[-0.4195749,51.8348467]},"properties":{"@type":"node","@id":6295973921,"@timestamp":1550851404},"coords":"51.8348467,-0.4195749","bedrooms":"2","price":"239000","area":"536"} , +{"type":"Feature","id":"n6295973937","geometry":{"type":"Point","coordinates":[-0.4207841,51.8428021]},"properties":{"@type":"node","@id":6295973937,"@timestamp":1550851405},"coords":"51.8428021,-0.4207841","bedrooms":"0","price":"296000","area":"683"} , +{"type":"Feature","id":"n6295973947","geometry":{"type":"Point","coordinates":[-0.4183271,51.8274728]},"properties":{"@type":"node","@id":6295973947,"@timestamp":1550851405},"coords":"51.8274728,-0.4183271","bedrooms":"2","price":"206000","area":"379"} , +{"type":"Feature","id":"n6295973957","geometry":{"type":"Point","coordinates":[-0.4176098,51.8233023]},"properties":{"@type":"node","@id":6295973957,"@timestamp":1550851406},"coords":"51.8233023,-0.4176098","bedrooms":"1","price":"169000","area":"466"} , +{"type":"Feature","id":"n6295973968","geometry":{"type":"Point","coordinates":[-0.4169349,51.8193666]},"properties":{"@type":"node","@id":6295973968,"@timestamp":1550851407},"coords":"51.8193666,-0.4169349","bedrooms":"0","price":"157000","area":"627"} , +{"type":"Feature","id":"n6295973978","geometry":{"type":"Point","coordinates":[-0.4162748,51.8153942]},"properties":{"@type":"node","@id":6295973978,"@timestamp":1550851407},"coords":"51.8153942,-0.4162748","bedrooms":"3","price":"170000","area":"540"} , +{"type":"Feature","id":"n6295974489","geometry":{"type":"Point","coordinates":[-0.4155465,51.8112366]},"properties":{"@type":"node","@id":6295974489,"@timestamp":1550851408},"coords":"51.8112366,-0.4155465","bedrooms":"4","price":"234000","area":"570"} , +{"type":"Feature","id":"n6295974499","geometry":{"type":"Point","coordinates":[-0.4147053,51.8070867]},"properties":{"@type":"node","@id":6295974499,"@timestamp":1550851409},"coords":"51.8070867,-0.4147053","bedrooms":"3","price":"275000","area":"562"} , +{"type":"Feature","id":"n6295974509","geometry":{"type":"Point","coordinates":[-0.4138552,51.8029692]},"properties":{"@type":"node","@id":6295974509,"@timestamp":1550851409},"coords":"51.8029692,-0.4138552","bedrooms":"1","price":"201000","area":"555"} , +{"type":"Feature","id":"n6295974519","geometry":{"type":"Point","coordinates":[-0.4130052,51.7988713]},"properties":{"@type":"node","@id":6295974519,"@timestamp":1550851410},"coords":"51.7988713,-0.4130052","bedrooms":"3","price":"289000","area":"537"} , +{"type":"Feature","id":"n6295974529","geometry":{"type":"Point","coordinates":[-0.4121846,51.7948476]},"properties":{"@type":"node","@id":6295974529,"@timestamp":1550851411},"coords":"51.7948476,-0.4121846","bedrooms":"4","price":"240000","area":"558"} , +{"type":"Feature","id":"n6295974539","geometry":{"type":"Point","coordinates":[-0.411361,51.7909454]},"properties":{"@type":"node","@id":6295974539,"@timestamp":1550851411},"coords":"51.7909454,-0.411361","bedrooms":"0","price":"255000","area":"582"} , +{"type":"Feature","id":"n6295974552","geometry":{"type":"Point","coordinates":[-0.4108757,51.7869937]},"properties":{"@type":"node","@id":6295974552,"@timestamp":1550851412},"coords":"51.7869937,-0.4108757","bedrooms":"4","price":"289000","area":"451"} , +{"type":"Feature","id":"n6295974568","geometry":{"type":"Point","coordinates":[-0.4110669,51.7829071]},"properties":{"@type":"node","@id":6295974568,"@timestamp":1550851413},"coords":"51.7829071,-0.4110669","bedrooms":"4","price":"253000","area":"650"} , +{"type":"Feature","id":"n6295974578","geometry":{"type":"Point","coordinates":[-0.4119111,51.7788419]},"properties":{"@type":"node","@id":6295974578,"@timestamp":1550851413},"coords":"51.7788419,-0.4119111","bedrooms":"2","price":"268000","area":"478"} , +{"type":"Feature","id":"n6295975088","geometry":{"type":"Point","coordinates":[-0.4130493,51.7748874]},"properties":{"@type":"node","@id":6295975088,"@timestamp":1550851414},"coords":"51.7748874,-0.4130493","bedrooms":"2","price":"243000","area":"384"} , +{"type":"Feature","id":"n6295975098","geometry":{"type":"Point","coordinates":[-0.4142111,51.7708397]},"properties":{"@type":"node","@id":6295975098,"@timestamp":1550851415},"coords":"51.7708397,-0.4142111","bedrooms":"0","price":"166000","area":"383"} , +{"type":"Feature","id":"n6295975108","geometry":{"type":"Point","coordinates":[-0.4150788,51.767791]},"properties":{"@type":"node","@id":6295975108,"@timestamp":1550851415},"coords":"51.767791,-0.4150788","bedrooms":"1","price":"218000","area":"598"} , +{"type":"Feature","id":"n6295975118","geometry":{"type":"Point","coordinates":[-0.4157718,51.7653462]},"properties":{"@type":"node","@id":6295975118,"@timestamp":1550851416},"coords":"51.7653462,-0.4157718","bedrooms":"2","price":"161000","area":"656"} , +{"type":"Feature","id":"n6295975128","geometry":{"type":"Point","coordinates":[-0.4167907,51.7615427]},"properties":{"@type":"node","@id":6295975128,"@timestamp":1550851417},"coords":"51.7615427,-0.4167907","bedrooms":"0","price":"183000","area":"568"} , +{"type":"Feature","id":"n6295975142","geometry":{"type":"Point","coordinates":[-0.4165363,51.7575745]},"properties":{"@type":"node","@id":6295975142,"@timestamp":1550851417},"coords":"51.7575745,-0.4165363","bedrooms":"0","price":"158000","area":"506"} , +{"type":"Feature","id":"n6295975152","geometry":{"type":"Point","coordinates":[-0.4146346,51.7539203]},"properties":{"@type":"node","@id":6295975152,"@timestamp":1550851418},"coords":"51.7539203,-0.4146346","bedrooms":"4","price":"175000","area":"350"} , +{"type":"Feature","id":"n6295975162","geometry":{"type":"Point","coordinates":[-0.411457,51.7508383]},"properties":{"@type":"node","@id":6295975162,"@timestamp":1550851419},"coords":"51.7508383,-0.411457","bedrooms":"4","price":"278000","area":"587"} , +{"type":"Feature","id":"n6295975172","geometry":{"type":"Point","coordinates":[-0.4071356,51.7478034]},"properties":{"@type":"node","@id":6295975172,"@timestamp":1550851419},"coords":"51.7478034,-0.4071356","bedrooms":"2","price":"195000","area":"507"} , +{"type":"Feature","id":"n6295975182","geometry":{"type":"Point","coordinates":[-0.4025951,51.744932]},"properties":{"@type":"node","@id":6295975182,"@timestamp":1550851420},"coords":"51.744932,-0.4025951","bedrooms":"3","price":"272000","area":"487"} , +{"type":"Feature","id":"n6295975592","geometry":{"type":"Point","coordinates":[-0.3984893,51.7420517]},"properties":{"@type":"node","@id":6295975592,"@timestamp":1550851420},"coords":"51.7420517,-0.3984893","bedrooms":"4","price":"240000","area":"634"} , +{"type":"Feature","id":"n6295975602","geometry":{"type":"Point","coordinates":[-0.3951483,51.7390507]},"properties":{"@type":"node","@id":6295975602,"@timestamp":1550851421},"coords":"51.7390507,-0.3951483","bedrooms":"0","price":"268000","area":"573"} , +{"type":"Feature","id":"n6295975612","geometry":{"type":"Point","coordinates":[-0.3927146,51.7353864]},"properties":{"@type":"node","@id":6295975612,"@timestamp":1550851422},"coords":"51.7353864,-0.3927146","bedrooms":"3","price":"155000","area":"643"} , +{"type":"Feature","id":"n6295975622","geometry":{"type":"Point","coordinates":[-0.3912962,51.7313773]},"properties":{"@type":"node","@id":6295975622,"@timestamp":1550851422},"coords":"51.7313773,-0.3912962","bedrooms":"0","price":"274000","area":"600"} , +{"type":"Feature","id":"n6295975632","geometry":{"type":"Point","coordinates":[-0.3900203,51.7279815]},"properties":{"@type":"node","@id":6295975632,"@timestamp":1550851423},"coords":"51.7279815,-0.3900203","bedrooms":"0","price":"243000","area":"428"} , +{"type":"Feature","id":"n6295975642","geometry":{"type":"Point","coordinates":[-0.388275,51.7239674]},"properties":{"@type":"node","@id":6295975642,"@timestamp":1550851424},"coords":"51.7239674,-0.388275","bedrooms":"2","price":"258000","area":"544"} , +{"type":"Feature","id":"n6295975652","geometry":{"type":"Point","coordinates":[-0.3866584,51.7201985]},"properties":{"@type":"node","@id":6295975652,"@timestamp":1550851425},"coords":"51.7201985,-0.3866584","bedrooms":"0","price":"163000","area":"586"} , +{"type":"Feature","id":"n6296034586","geometry":{"type":"Point","coordinates":[0.277342,51.5623329]},"properties":{"@type":"node","@id":6296034586,"@timestamp":1550852485},"coords":"51.5623329,0.277342","bedrooms":"0","price":"227000","area":"621"} , +{"type":"Feature","id":"n6296208522","geometry":{"type":"Point","coordinates":[-0.9695603,51.434086]},"properties":{"@type":"node","@id":6296208522,"@timestamp":1619271135},"coords":"51.434086,-0.9695603","bedrooms":"3","price":"278000","area":"481"} , +{"type":"Feature","id":"n6296306915","geometry":{"type":"Point","coordinates":[0.4634914,51.7763605]},"properties":{"@type":"node","@id":6296306915,"@timestamp":1564538974},"coords":"51.7763605,0.4634914","bedrooms":"0","price":"255000","area":"481"} , +{"type":"Feature","id":"n6296307061","geometry":{"type":"Point","coordinates":[0.464104,51.7747869]},"properties":{"@type":"node","@id":6296307061,"@timestamp":1550863053},"coords":"51.7747869,0.464104","bedrooms":"1","price":"160000","area":"396"} , +{"type":"Feature","id":"n6296307078","geometry":{"type":"Point","coordinates":[0.4678578,51.7735993]},"properties":{"@type":"node","@id":6296307078,"@timestamp":1564539288},"coords":"51.7735993,0.4678578","bedrooms":"2","price":"210000","area":"681"} , +{"type":"Feature","id":"n6296307088","geometry":{"type":"Point","coordinates":[0.4673131,51.7732591]},"properties":{"@type":"node","@id":6296307088,"@timestamp":1620728150},"coords":"51.7732591,0.4673131","bedrooms":"2","price":"187000","area":"673"} , +{"type":"Feature","id":"n6296307098","geometry":{"type":"Point","coordinates":[0.4676281,51.7740021]},"properties":{"@type":"node","@id":6296307098,"@timestamp":1550863055},"coords":"51.7740021,0.4676281","bedrooms":"4","price":"242000","area":"641"} , +{"type":"Feature","id":"n6296494155","geometry":{"type":"Point","coordinates":[-0.6869664,51.4123515]},"properties":{"@type":"node","@id":6296494155,"@timestamp":1550868674},"coords":"51.4123515,-0.6869664","bedrooms":"2","price":"254000","area":"592"} , +{"type":"Feature","id":"n6296545618","geometry":{"type":"Point","coordinates":[-0.6796127,51.4111993]},"properties":{"@type":"node","@id":6296545618,"@timestamp":1550869799},"coords":"51.4111993,-0.6796127","bedrooms":"2","price":"261000","area":"472"} , +{"type":"Feature","id":"n6296605998","geometry":{"type":"Point","coordinates":[-0.6680636,51.4085596]},"properties":{"@type":"node","@id":6296605998,"@timestamp":1550871814},"coords":"51.4085596,-0.6680636","bedrooms":"4","price":"184000","area":"578"} , +{"type":"Feature","id":"n6296984675","geometry":{"type":"Point","coordinates":[-0.3040981,51.4838505]},"properties":{"@type":"node","@id":6296984675,"@timestamp":1564903671},"coords":"51.4838505,-0.3040981","bedrooms":"3","price":"221000","area":"654"} , +{"type":"Feature","id":"n6297537256","geometry":{"type":"Point","coordinates":[0.071312,51.3398628]},"properties":{"@type":"node","@id":6297537256,"@timestamp":1550932545},"coords":"51.3398628,0.071312","bedrooms":"2","price":"187000","area":"620"} , +{"type":"Feature","id":"n6297614993","geometry":{"type":"Point","coordinates":[-0.2895012,51.7736443]},"properties":{"@type":"node","@id":6297614993,"@timestamp":1550936772},"coords":"51.7736443,-0.2895012","bedrooms":"2","price":"264000","area":"350"} , +{"type":"Feature","id":"n6297841613","geometry":{"type":"Point","coordinates":[-0.7489586,51.4158848]},"properties":{"@type":"node","@id":6297841613,"@timestamp":1555669603},"coords":"51.4158848,-0.7489586","bedrooms":"0","price":"211000","area":"391"} , +{"type":"Feature","id":"n6298022202","geometry":{"type":"Point","coordinates":[-0.7179681,51.3436171]},"properties":{"@type":"node","@id":6298022202,"@timestamp":1550955848},"coords":"51.3436171,-0.7179681","bedrooms":"1","price":"288000","area":"687"} , +{"type":"Feature","id":"n6298116825","geometry":{"type":"Point","coordinates":[-0.5338528,51.4287818]},"properties":{"@type":"node","@id":6298116825,"@timestamp":1565909006},"coords":"51.4287818,-0.5338528","bedrooms":"1","price":"294000","area":"655"} , +{"type":"Feature","id":"n6298465278","geometry":{"type":"Point","coordinates":[-0.1506756,51.5173222]},"properties":{"@type":"node","@id":6298465278,"@timestamp":1550984452},"coords":"51.5173222,-0.1506756","bedrooms":"3","price":"289000","area":"673"} , +{"type":"Feature","id":"n6298646461","geometry":{"type":"Point","coordinates":[-0.1504003,51.5178792]},"properties":{"@type":"node","@id":6298646461,"@timestamp":1561457402},"coords":"51.5178792,-0.1504003","bedrooms":"0","price":"186000","area":"353"} , +{"type":"Feature","id":"n6298762626","geometry":{"type":"Point","coordinates":[-0.151377,51.5179776]},"properties":{"@type":"node","@id":6298762626,"@timestamp":1561457241},"coords":"51.5179776,-0.151377","bedrooms":"3","price":"180000","area":"443"} , +{"type":"Feature","id":"n6298857870","geometry":{"type":"Point","coordinates":[-0.0146704,51.1051166]},"properties":{"@type":"node","@id":6298857870,"@timestamp":1551006022},"coords":"51.1051166,-0.0146704","bedrooms":"3","price":"281000","area":"508"} , +{"type":"Feature","id":"n6298932117","geometry":{"type":"Point","coordinates":[-0.747757,51.4162068]},"properties":{"@type":"node","@id":6298932117,"@timestamp":1564606652},"coords":"51.4162068,-0.747757","bedrooms":"1","price":"257000","area":"525"} , +{"type":"Feature","id":"n6298975413","geometry":{"type":"Point","coordinates":[-0.7507583,51.4172732]},"properties":{"@type":"node","@id":6298975413,"@timestamp":1569613365},"coords":"51.4172732,-0.7507583","bedrooms":"2","price":"195000","area":"410"} , +{"type":"Feature","id":"n6298982536","geometry":{"type":"Point","coordinates":[-0.0851405,51.4167204]},"properties":{"@type":"node","@id":6298982536,"@timestamp":1551011753},"coords":"51.4167204,-0.0851405","bedrooms":"3","price":"158000","area":"569"} , +{"type":"Feature","id":"n6299031290","geometry":{"type":"Point","coordinates":[-0.0934961,51.4226434]},"properties":{"@type":"node","@id":6299031290,"@timestamp":1551014005},"coords":"51.4226434,-0.0934961","bedrooms":"2","price":"202000","area":"642"} , +{"type":"Feature","id":"n6299148990","geometry":{"type":"Point","coordinates":[-0.2337617,51.7695723]},"properties":{"@type":"node","@id":6299148990,"@timestamp":1551018459},"coords":"51.7695723,-0.2337617","bedrooms":"0","price":"213000","area":"671"} , +{"type":"Feature","id":"n6299237207","geometry":{"type":"Point","coordinates":[-0.7507637,51.4176872]},"properties":{"@type":"node","@id":6299237207,"@timestamp":1551023261},"coords":"51.4176872,-0.7507637","bedrooms":"1","price":"230000","area":"532"} , +{"type":"Feature","id":"n6299237217","geometry":{"type":"Point","coordinates":[-0.7493484,51.4169249]},"properties":{"@type":"node","@id":6299237217,"@timestamp":1569613365},"coords":"51.4169249,-0.7493484","bedrooms":"3","price":"273000","area":"448"} , +{"type":"Feature","id":"n6299237227","geometry":{"type":"Point","coordinates":[-0.7488955,51.4170865]},"properties":{"@type":"node","@id":6299237227,"@timestamp":1564606652},"coords":"51.4170865,-0.7488955","bedrooms":"3","price":"172000","area":"458"} , +{"type":"Feature","id":"n6299377350","geometry":{"type":"Point","coordinates":[-0.3376418,51.2223542]},"properties":{"@type":"node","@id":6299377350,"@timestamp":1551027488},"coords":"51.2223542,-0.3376418","bedrooms":"3","price":"285000","area":"522"} , +{"type":"Feature","id":"n6299499177","geometry":{"type":"Point","coordinates":[-0.2500841,51.5475538]},"properties":{"@type":"node","@id":6299499177,"@timestamp":1551030844},"coords":"51.5475538,-0.2500841","bedrooms":"3","price":"243000","area":"648"} , +{"type":"Feature","id":"n6299786649","geometry":{"type":"Point","coordinates":[-0.4127342,51.6519049]},"properties":{"@type":"node","@id":6299786649,"@timestamp":1605657795},"coords":"51.6519049,-0.4127342","bedrooms":"1","price":"198000","area":"427"} , +{"type":"Feature","id":"n6299841429","geometry":{"type":"Point","coordinates":[-0.0735278,51.4219079]},"properties":{"@type":"node","@id":6299841429,"@timestamp":1551041072},"coords":"51.4219079,-0.0735278","bedrooms":"4","price":"201000","area":"634"} , +{"type":"Feature","id":"n6299865679","geometry":{"type":"Point","coordinates":[-0.0695796,51.4217574]},"properties":{"@type":"node","@id":6299865679,"@timestamp":1551041896},"coords":"51.4217574,-0.0695796","bedrooms":"4","price":"230000","area":"538"} , +{"type":"Feature","id":"n6300256424","geometry":{"type":"Point","coordinates":[-0.0900444,51.5232555]},"properties":{"@type":"node","@id":6300256424,"@timestamp":1551053777},"coords":"51.5232555,-0.0900444","bedrooms":"3","price":"298000","area":"470"} , +{"type":"Feature","id":"n6300338786","geometry":{"type":"Point","coordinates":[-0.0195485,51.50372]},"properties":{"@type":"node","@id":6300338786,"@timestamp":1551059119},"coords":"51.50372,-0.0195485","bedrooms":"4","price":"260000","area":"691"} , +{"type":"Feature","id":"n6300551191","geometry":{"type":"Point","coordinates":[-0.1099932,51.4708387]},"properties":{"@type":"node","@id":6300551191,"@timestamp":1551075256},"coords":"51.4708387,-0.1099932","bedrooms":"2","price":"198000","area":"502"} , +{"type":"Feature","id":"n6300700743","geometry":{"type":"Point","coordinates":[-0.0743624,51.4179396]},"properties":{"@type":"node","@id":6300700743,"@timestamp":1582888877},"coords":"51.4179396,-0.0743624","bedrooms":"4","price":"224000","area":"485"} , +{"type":"Feature","id":"n6300955588","geometry":{"type":"Point","coordinates":[0.0093553,51.4962062]},"properties":{"@type":"node","@id":6300955588,"@timestamp":1614975648},"coords":"51.4962062,0.0093553","bedrooms":"2","price":"229000","area":"625"} , +{"type":"Feature","id":"n6301128929","geometry":{"type":"Point","coordinates":[-0.7169922,51.0484449]},"properties":{"@type":"node","@id":6301128929,"@timestamp":1551099463},"coords":"51.0484449,-0.7169922","bedrooms":"3","price":"227000","area":"490"} , +{"type":"Feature","id":"n6301142105","geometry":{"type":"Point","coordinates":[-0.2379759,51.4072058]},"properties":{"@type":"node","@id":6301142105,"@timestamp":1551099719},"coords":"51.4072058,-0.2379759","bedrooms":"0","price":"152000","area":"410"} , +{"type":"Feature","id":"n6301316085","geometry":{"type":"Point","coordinates":[0.0657847,51.2040982]},"properties":{"@type":"node","@id":6301316085,"@timestamp":1551104253},"coords":"51.2040982,0.0657847","bedrooms":"2","price":"164000","area":"402"} , +{"type":"Feature","id":"n6301705707","geometry":{"type":"Point","coordinates":[-0.9707196,51.4547462]},"properties":{"@type":"node","@id":6301705707,"@timestamp":1551113995},"coords":"51.4547462,-0.9707196","bedrooms":"0","price":"224000","area":"477"} , +{"type":"Feature","id":"n6301705717","geometry":{"type":"Point","coordinates":[-0.9707855,51.4544461]},"properties":{"@type":"node","@id":6301705717,"@timestamp":1551113996},"coords":"51.4544461,-0.9707855","bedrooms":"2","price":"251000","area":"444"} , +{"type":"Feature","id":"n6301711611","geometry":{"type":"Point","coordinates":[-0.1047617,51.6255784]},"properties":{"@type":"node","@id":6301711611,"@timestamp":1551114233},"coords":"51.6255784,-0.1047617","bedrooms":"4","price":"258000","area":"426"} , +{"type":"Feature","id":"n6301888840","geometry":{"type":"Point","coordinates":[-0.6741747,51.9079783]},"properties":{"@type":"node","@id":6301888840,"@timestamp":1627836641},"coords":"51.9079783,-0.6741747","bedrooms":"0","price":"157000","area":"561"} , +{"type":"Feature","id":"n6301888883","geometry":{"type":"Point","coordinates":[-0.673033,51.9081729]},"properties":{"@type":"node","@id":6301888883,"@timestamp":1627836642},"coords":"51.9081729,-0.673033","bedrooms":"4","price":"237000","area":"483"} , +{"type":"Feature","id":"n6301942895","geometry":{"type":"Point","coordinates":[-0.0775433,51.5098764]},"properties":{"@type":"node","@id":6301942895,"@timestamp":1551121716},"coords":"51.5098764,-0.0775433","bedrooms":"1","price":"272000","area":"457"} , +{"type":"Feature","id":"n6302091843","geometry":{"type":"Point","coordinates":[-1.0678012,51.2966236]},"properties":{"@type":"node","@id":6302091843,"@timestamp":1551125159},"coords":"51.2966236,-1.0678012","bedrooms":"2","price":"158000","area":"484"} , +{"type":"Feature","id":"n6302278640","geometry":{"type":"Point","coordinates":[-0.0065195,51.4590615]},"properties":{"@type":"node","@id":6302278640,"@timestamp":1551131483},"coords":"51.4590615,-0.0065195","bedrooms":"4","price":"279000","area":"609"} , +{"type":"Feature","id":"n6302278650","geometry":{"type":"Point","coordinates":[-0.006608,51.4593155]},"properties":{"@type":"node","@id":6302278650,"@timestamp":1551131483},"coords":"51.4593155,-0.006608","bedrooms":"1","price":"202000","area":"637"} , +{"type":"Feature","id":"n6302353010","geometry":{"type":"Point","coordinates":[-0.1455528,51.5258605]},"properties":{"@type":"node","@id":6302353010,"@timestamp":1551135304},"coords":"51.5258605,-0.1455528","bedrooms":"2","price":"271000","area":"599"} , +{"type":"Feature","id":"n6302353031","geometry":{"type":"Point","coordinates":[-0.1448447,51.5257212]},"properties":{"@type":"node","@id":6302353031,"@timestamp":1551135304},"coords":"51.5257212,-0.1448447","bedrooms":"0","price":"165000","area":"408"} , +{"type":"Feature","id":"n6302460483","geometry":{"type":"Point","coordinates":[-0.0779244,51.4267955]},"properties":{"@type":"node","@id":6302460483,"@timestamp":1564903671},"coords":"51.4267955,-0.0779244","bedrooms":"1","price":"179000","area":"370"} , +{"type":"Feature","id":"n6302473036","geometry":{"type":"Point","coordinates":[-0.0820078,51.4271584]},"properties":{"@type":"node","@id":6302473036,"@timestamp":1630640178},"coords":"51.4271584,-0.0820078","bedrooms":"1","price":"255000","area":"661"} , +{"type":"Feature","id":"n6302584871","geometry":{"type":"Point","coordinates":[-0.2478541,51.5315204]},"properties":{"@type":"node","@id":6302584871,"@timestamp":1551152660},"coords":"51.5315204,-0.2478541","bedrooms":"0","price":"262000","area":"481"} , +{"type":"Feature","id":"n6302765659","geometry":{"type":"Point","coordinates":[-0.2814926,51.5360721]},"properties":{"@type":"node","@id":6302765659,"@timestamp":1551162048},"coords":"51.5360721,-0.2814926","bedrooms":"2","price":"164000","area":"535"} , +{"type":"Feature","id":"n6302914588","geometry":{"type":"Point","coordinates":[0.1417744,51.5966037]},"properties":{"@type":"node","@id":6302914588,"@timestamp":1551169244},"coords":"51.5966037,0.1417744","bedrooms":"2","price":"173000","area":"687"} , +{"type":"Feature","id":"n6303107868","geometry":{"type":"Point","coordinates":[0.7501581,50.941554]},"properties":{"@type":"node","@id":6303107868,"@timestamp":1551176641},"coords":"50.941554,0.7501581","bedrooms":"1","price":"234000","area":"555"} , +{"type":"Feature","id":"n6303208080","geometry":{"type":"Point","coordinates":[0.512043,51.5862537]},"properties":{"@type":"node","@id":6303208080,"@timestamp":1551180282},"coords":"51.5862537,0.512043","bedrooms":"1","price":"241000","area":"574"} , +{"type":"Feature","id":"n6303485963","geometry":{"type":"Point","coordinates":[0.0725623,51.7643915]},"properties":{"@type":"node","@id":6303485963,"@timestamp":1551187972},"coords":"51.7643915,0.0725623","bedrooms":"4","price":"200000","area":"555"} , +{"type":"Feature","id":"n6304127731","geometry":{"type":"Point","coordinates":[-0.6921523,51.9114354]},"properties":{"@type":"node","@id":6304127731,"@timestamp":1551205374},"coords":"51.9114354,-0.6921523","bedrooms":"2","price":"242000","area":"570"} , +{"type":"Feature","id":"n6304175382","geometry":{"type":"Point","coordinates":[-1.0797598,51.269416]},"properties":{"@type":"node","@id":6304175382,"@timestamp":1551206898},"coords":"51.269416,-1.0797598","bedrooms":"2","price":"155000","area":"619"} , +{"type":"Feature","id":"n6304321157","geometry":{"type":"Point","coordinates":[-0.6754852,51.9155319]},"properties":{"@type":"node","@id":6304321157,"@timestamp":1551210851},"coords":"51.9155319,-0.6754852","bedrooms":"3","price":"264000","area":"449"} , +{"type":"Feature","id":"n6304336402","geometry":{"type":"Point","coordinates":[0.2284046,51.5006931]},"properties":{"@type":"node","@id":6304336402,"@timestamp":1568582688},"coords":"51.5006931,0.2284046","bedrooms":"3","price":"281000","area":"528"} , +{"type":"Feature","id":"n6304576965","geometry":{"type":"Point","coordinates":[-0.0285468,51.5241767]},"properties":{"@type":"node","@id":6304576965,"@timestamp":1592133987},"coords":"51.5241767,-0.0285468","bedrooms":"0","price":"182000","area":"544"} , +{"type":"Feature","id":"n6304638978","geometry":{"type":"Point","coordinates":[-0.0597132,51.4085817]},"properties":{"@type":"node","@id":6304638978,"@timestamp":1626007458},"coords":"51.4085817,-0.0597132","bedrooms":"3","price":"282000","area":"389"} , +{"type":"Feature","id":"n6304735301","geometry":{"type":"Point","coordinates":[-0.0799445,51.41843]},"properties":{"@type":"node","@id":6304735301,"@timestamp":1604859772},"coords":"51.41843,-0.0799445","bedrooms":"4","price":"208000","area":"618"} , +{"type":"Feature","id":"n6304777837","geometry":{"type":"Point","coordinates":[0.8759381,51.1445359]},"properties":{"@type":"node","@id":6304777837,"@timestamp":1551233347},"coords":"51.1445359,0.8759381","bedrooms":"0","price":"227000","area":"604"} , +{"type":"Feature","id":"n6304787860","geometry":{"type":"Point","coordinates":[-0.0797062,51.5183324]},"properties":{"@type":"node","@id":6304787860,"@timestamp":1597509628},"coords":"51.5183324,-0.0797062","bedrooms":"4","price":"213000","area":"417"} , +{"type":"Feature","id":"n6304899152","geometry":{"type":"Point","coordinates":[0.4012686,51.5780279]},"properties":{"@type":"node","@id":6304899152,"@timestamp":1551241585},"coords":"51.5780279,0.4012686","bedrooms":"4","price":"192000","area":"551"} , +{"type":"Feature","id":"n6305019749","geometry":{"type":"Point","coordinates":[-0.4338531,51.5053353]},"properties":{"@type":"node","@id":6305019749,"@timestamp":1551247246},"coords":"51.5053353,-0.4338531","bedrooms":"0","price":"207000","area":"495"} , +{"type":"Feature","id":"n6305360531","geometry":{"type":"Point","coordinates":[-0.238834,51.3196672]},"properties":{"@type":"node","@id":6305360531,"@timestamp":1626519842},"coords":"51.3196672,-0.238834","bedrooms":"4","price":"292000","area":"698"} , +{"type":"Feature","id":"n6305878881","geometry":{"type":"Point","coordinates":[-0.0870719,51.5091952]},"properties":{"@type":"node","@id":6305878881,"@timestamp":1551275238},"coords":"51.5091952,-0.0870719","bedrooms":"2","price":"274000","area":"640"} , +{"type":"Feature","id":"n6306747905","geometry":{"type":"Point","coordinates":[-0.2090299,51.2301364]},"properties":{"@type":"node","@id":6306747905,"@timestamp":1551298107},"coords":"51.2301364,-0.2090299","bedrooms":"0","price":"284000","area":"515"} , +{"type":"Feature","id":"n6306748497","geometry":{"type":"Point","coordinates":[-0.2287559,51.239249]},"properties":{"@type":"node","@id":6306748497,"@timestamp":1551298108},"coords":"51.239249,-0.2287559","bedrooms":"2","price":"260000","area":"579"} , +{"type":"Feature","id":"n6306753663","geometry":{"type":"Point","coordinates":[-0.1854722,51.6182537]},"properties":{"@type":"node","@id":6306753663,"@timestamp":1561355768},"coords":"51.6182537,-0.1854722","bedrooms":"1","price":"267000","area":"595"} , +{"type":"Feature","id":"n6306759485","geometry":{"type":"Point","coordinates":[-0.1911573,51.6489146]},"properties":{"@type":"node","@id":6306759485,"@timestamp":1551298462},"coords":"51.6489146,-0.1911573","bedrooms":"2","price":"218000","area":"634"} , +{"type":"Feature","id":"n6306828753","geometry":{"type":"Point","coordinates":[-0.1336318,51.6136835]},"properties":{"@type":"node","@id":6306828753,"@timestamp":1551300239},"coords":"51.6136835,-0.1336318","bedrooms":"3","price":"177000","area":"529"} , +{"type":"Feature","id":"n6306861252","geometry":{"type":"Point","coordinates":[-0.2703974,51.3314403]},"properties":{"@type":"node","@id":6306861252,"@timestamp":1551301085},"coords":"51.3314403,-0.2703974","bedrooms":"2","price":"279000","area":"660"} , +{"type":"Feature","id":"n6307036747","geometry":{"type":"Point","coordinates":[-0.5377266,51.4305094]},"properties":{"@type":"node","@id":6307036747,"@timestamp":1563710095},"coords":"51.4305094,-0.5377266","bedrooms":"1","price":"226000","area":"442"} , +{"type":"Feature","id":"n6307053742","geometry":{"type":"Point","coordinates":[-0.4690822,51.5481984]},"properties":{"@type":"node","@id":6307053742,"@timestamp":1551305970},"coords":"51.5481984,-0.4690822","bedrooms":"3","price":"298000","area":"473"} , +{"type":"Feature","id":"n6307174125","geometry":{"type":"Point","coordinates":[-0.2592062,51.557446]},"properties":{"@type":"node","@id":6307174125,"@timestamp":1551310320},"coords":"51.557446,-0.2592062","bedrooms":"1","price":"283000","area":"641"} , +{"type":"Feature","id":"n6307174158","geometry":{"type":"Point","coordinates":[-0.2634482,51.5587266]},"properties":{"@type":"node","@id":6307174158,"@timestamp":1551310321},"coords":"51.5587266,-0.2634482","bedrooms":"0","price":"202000","area":"452"} , +{"type":"Feature","id":"n6307537745","geometry":{"type":"Point","coordinates":[-0.5275403,51.5737692]},"properties":{"@type":"node","@id":6307537745,"@timestamp":1605630399},"coords":"51.5737692,-0.5275403","bedrooms":"2","price":"202000","area":"692"} , +{"type":"Feature","id":"n6307708295","geometry":{"type":"Point","coordinates":[-0.2801282,51.6042067]},"properties":{"@type":"node","@id":6307708295,"@timestamp":1551344926},"coords":"51.6042067,-0.2801282","bedrooms":"1","price":"221000","area":"453"} , +{"type":"Feature","id":"n6307901322","geometry":{"type":"Point","coordinates":[-0.4605556,51.5066279]},"properties":{"@type":"node","@id":6307901322,"@timestamp":1625791273},"coords":"51.5066279,-0.4605556","bedrooms":"2","price":"248000","area":"451"} , +{"type":"Feature","id":"n6308091872","geometry":{"type":"Point","coordinates":[-1.0570638,51.3985676]},"properties":{"@type":"node","@id":6308091872,"@timestamp":1559678230},"coords":"51.3985676,-1.0570638","bedrooms":"0","price":"196000","area":"534"} , +{"type":"Feature","id":"n6308109117","geometry":{"type":"Point","coordinates":[-1.0609128,51.3970303]},"properties":{"@type":"node","@id":6308109117,"@timestamp":1620666760},"coords":"51.3970303,-1.0609128","bedrooms":"1","price":"284000","area":"421"} , +{"type":"Feature","id":"n6308438636","geometry":{"type":"Point","coordinates":[-1.0800151,51.3746795]},"properties":{"@type":"node","@id":6308438636,"@timestamp":1551368326},"coords":"51.3746795,-1.0800151","bedrooms":"3","price":"152000","area":"415"} , +{"type":"Feature","id":"n6308571256","geometry":{"type":"Point","coordinates":[-0.1328812,51.5151046]},"properties":{"@type":"node","@id":6308571256,"@timestamp":1551372040},"coords":"51.5151046,-0.1328812","bedrooms":"2","price":"268000","area":"565"} , +{"type":"Feature","id":"n6309143404","geometry":{"type":"Point","coordinates":[-0.6937057,51.3610282]},"properties":{"@type":"node","@id":6309143404,"@timestamp":1616253305},"coords":"51.3610282,-0.6937057","bedrooms":"0","price":"208000","area":"374"} , +{"type":"Feature","id":"n6309368990","geometry":{"type":"Point","coordinates":[-0.1270592,51.5338419]},"properties":{"@type":"node","@id":6309368990,"@timestamp":1552494767},"coords":"51.5338419,-0.1270592","bedrooms":"2","price":"229000","area":"400"} , +{"type":"Feature","id":"n6309579191","geometry":{"type":"Point","coordinates":[0.6204552,51.0989701]},"properties":{"@type":"node","@id":6309579191,"@timestamp":1551407232},"coords":"51.0989701,0.6204552","bedrooms":"2","price":"211000","area":"566"} , +{"type":"Feature","id":"n6309927769","geometry":{"type":"Point","coordinates":[-0.1529966,51.5157529]},"properties":{"@type":"node","@id":6309927769,"@timestamp":1551418319},"coords":"51.5157529,-0.1529966","bedrooms":"3","price":"203000","area":"473"} , +{"type":"Feature","id":"n6310232806","geometry":{"type":"Point","coordinates":[-0.2666597,51.3336833]},"properties":{"@type":"node","@id":6310232806,"@timestamp":1551509346},"coords":"51.3336833,-0.2666597","bedrooms":"3","price":"268000","area":"425"} , +{"type":"Feature","id":"n6310463670","geometry":{"type":"Point","coordinates":[-0.9578028,51.4558347]},"properties":{"@type":"node","@id":6310463670,"@timestamp":1551435484},"coords":"51.4558347,-0.9578028","bedrooms":"3","price":"283000","area":"402"} , +{"type":"Feature","id":"n6310882172","geometry":{"type":"Point","coordinates":[0.511701,51.3981873]},"properties":{"@type":"node","@id":6310882172,"@timestamp":1551447619},"coords":"51.3981873,0.511701","bedrooms":"3","price":"289000","area":"381"} , +{"type":"Feature","id":"n6310962002","geometry":{"type":"Point","coordinates":[0.0242908,51.5845884]},"properties":{"@type":"node","@id":6310962002,"@timestamp":1607182995},"coords":"51.5845884,0.0242908","bedrooms":"3","price":"226000","area":"674"} , +{"type":"Feature","id":"n6311268119","geometry":{"type":"Point","coordinates":[-0.353416,51.6636004]},"properties":{"@type":"node","@id":6311268119,"@timestamp":1551461048},"coords":"51.6636004,-0.353416","bedrooms":"2","price":"202000","area":"662"} , +{"type":"Feature","id":"n6311269588","geometry":{"type":"Point","coordinates":[-0.3561841,51.6652374]},"properties":{"@type":"node","@id":6311269588,"@timestamp":1551460979},"coords":"51.6652374,-0.3561841","bedrooms":"0","price":"171000","area":"518"} , +{"type":"Feature","id":"n6311273220","geometry":{"type":"Point","coordinates":[-0.3478825,51.6606854]},"properties":{"@type":"node","@id":6311273220,"@timestamp":1551461223},"coords":"51.6606854,-0.3478825","bedrooms":"4","price":"229000","area":"494"} , +{"type":"Feature","id":"n6311273233","geometry":{"type":"Point","coordinates":[-0.3498294,51.6617317]},"properties":{"@type":"node","@id":6311273233,"@timestamp":1551461223},"coords":"51.6617317,-0.3498294","bedrooms":"1","price":"193000","area":"596"} , +{"type":"Feature","id":"n6311276812","geometry":{"type":"Point","coordinates":[-0.3450608,51.6582162]},"properties":{"@type":"node","@id":6311276812,"@timestamp":1551461398},"coords":"51.6582162,-0.3450608","bedrooms":"1","price":"174000","area":"575"} , +{"type":"Feature","id":"n6311278190","geometry":{"type":"Point","coordinates":[-0.3441137,51.657073]},"properties":{"@type":"node","@id":6311278190,"@timestamp":1551461534},"coords":"51.657073,-0.3441137","bedrooms":"4","price":"161000","area":"431"} , +{"type":"Feature","id":"n6311283447","geometry":{"type":"Point","coordinates":[-0.3446399,51.6569833]},"properties":{"@type":"node","@id":6311283447,"@timestamp":1551461701},"coords":"51.6569833,-0.3446399","bedrooms":"0","price":"251000","area":"531"} , +{"type":"Feature","id":"n6311283457","geometry":{"type":"Point","coordinates":[-0.3449589,51.6576222]},"properties":{"@type":"node","@id":6311283457,"@timestamp":1551461873},"coords":"51.6576222,-0.3449589","bedrooms":"3","price":"189000","area":"594"} , +{"type":"Feature","id":"n6311292088","geometry":{"type":"Point","coordinates":[-0.3422037,51.6505464]},"properties":{"@type":"node","@id":6311292088,"@timestamp":1551462186},"coords":"51.6505464,-0.3422037","bedrooms":"0","price":"279000","area":"359"} , +{"type":"Feature","id":"n6311293729","geometry":{"type":"Point","coordinates":[-0.3375426,51.6476158]},"properties":{"@type":"node","@id":6311293729,"@timestamp":1551462361},"coords":"51.6476158,-0.3375426","bedrooms":"3","price":"237000","area":"558"} , +{"type":"Feature","id":"n6311293739","geometry":{"type":"Point","coordinates":[-0.3371483,51.6474645]},"properties":{"@type":"node","@id":6311293739,"@timestamp":1551462362},"coords":"51.6474645,-0.3371483","bedrooms":"0","price":"205000","area":"492"} , +{"type":"Feature","id":"n6311303559","geometry":{"type":"Point","coordinates":[-0.3389428,51.647997]},"properties":{"@type":"node","@id":6311303559,"@timestamp":1551462887},"coords":"51.647997,-0.3389428","bedrooms":"4","price":"295000","area":"697"} , +{"type":"Feature","id":"n6311303580","geometry":{"type":"Point","coordinates":[-0.33732,51.6472946]},"properties":{"@type":"node","@id":6311303580,"@timestamp":1551462888},"coords":"51.6472946,-0.33732","bedrooms":"2","price":"213000","area":"355"} , +{"type":"Feature","id":"n6311308794","geometry":{"type":"Point","coordinates":[-0.3228415,51.6429223]},"properties":{"@type":"node","@id":6311308794,"@timestamp":1551463258},"coords":"51.6429223,-0.3228415","bedrooms":"4","price":"286000","area":"405"} , +{"type":"Feature","id":"n6311308804","geometry":{"type":"Point","coordinates":[-0.3281899,51.6453341]},"properties":{"@type":"node","@id":6311308804,"@timestamp":1551463259},"coords":"51.6453341,-0.3281899","bedrooms":"3","price":"164000","area":"504"} , +{"type":"Feature","id":"n6311321433","geometry":{"type":"Point","coordinates":[-0.3296651,51.6455721]},"properties":{"@type":"node","@id":6311321433,"@timestamp":1551463594},"coords":"51.6455721,-0.3296651","bedrooms":"0","price":"273000","area":"628"} , +{"type":"Feature","id":"n6311321446","geometry":{"type":"Point","coordinates":[-0.3331679,51.646286]},"properties":{"@type":"node","@id":6311321446,"@timestamp":1551463594},"coords":"51.646286,-0.3331679","bedrooms":"2","price":"158000","area":"362"} , +{"type":"Feature","id":"n6311321462","geometry":{"type":"Point","coordinates":[-0.3301665,51.6456852]},"properties":{"@type":"node","@id":6311321462,"@timestamp":1551463595},"coords":"51.6456852,-0.3301665","bedrooms":"2","price":"225000","area":"406"} , +{"type":"Feature","id":"n6311331788","geometry":{"type":"Point","coordinates":[-0.3192928,51.6409466]},"properties":{"@type":"node","@id":6311331788,"@timestamp":1551463937},"coords":"51.6409466,-0.3192928","bedrooms":"1","price":"219000","area":"382"} , +{"type":"Feature","id":"n6311334761","geometry":{"type":"Point","coordinates":[-0.3179437,51.6403889]},"properties":{"@type":"node","@id":6311334761,"@timestamp":1551464063},"coords":"51.6403889,-0.3179437","bedrooms":"2","price":"286000","area":"502"} , +{"type":"Feature","id":"n6311347773","geometry":{"type":"Point","coordinates":[-0.3152964,51.6393019]},"properties":{"@type":"node","@id":6311347773,"@timestamp":1551464490},"coords":"51.6393019,-0.3152964","bedrooms":"4","price":"284000","area":"410"} , +{"type":"Feature","id":"n6311351491","geometry":{"type":"Point","coordinates":[-0.305522,51.6365651]},"properties":{"@type":"node","@id":6311351491,"@timestamp":1551465095},"coords":"51.6365651,-0.305522","bedrooms":"4","price":"160000","area":"468"} , +{"type":"Feature","id":"n6311351502","geometry":{"type":"Point","coordinates":[-0.3077616,51.6370895]},"properties":{"@type":"node","@id":6311351502,"@timestamp":1551465096},"coords":"51.6370895,-0.3077616","bedrooms":"3","price":"217000","area":"476"} , +{"type":"Feature","id":"n6311357202","geometry":{"type":"Point","coordinates":[-0.3113,51.6377455]},"properties":{"@type":"node","@id":6311357202,"@timestamp":1551464842},"coords":"51.6377455,-0.3113","bedrooms":"0","price":"198000","area":"540"} , +{"type":"Feature","id":"n6311381519","geometry":{"type":"Point","coordinates":[-0.3078662,51.6367183]},"properties":{"@type":"node","@id":6311381519,"@timestamp":1551465431},"coords":"51.6367183,-0.3078662","bedrooms":"0","price":"283000","area":"464"} , +{"type":"Feature","id":"n6311381529","geometry":{"type":"Point","coordinates":[-0.3096904,51.6372544]},"properties":{"@type":"node","@id":6311381529,"@timestamp":1551465431},"coords":"51.6372544,-0.3096904","bedrooms":"3","price":"283000","area":"450"} , +{"type":"Feature","id":"n6311389250","geometry":{"type":"Point","coordinates":[-0.3047097,51.6359011]},"properties":{"@type":"node","@id":6311389250,"@timestamp":1551465749},"coords":"51.6359011,-0.3047097","bedrooms":"2","price":"182000","area":"643"} , +{"type":"Feature","id":"n6311555728","geometry":{"type":"Point","coordinates":[-0.122632,51.5119711]},"properties":{"@type":"node","@id":6311555728,"@timestamp":1551471787},"coords":"51.5119711,-0.122632","bedrooms":"4","price":"163000","area":"448"} , +{"type":"Feature","id":"n6311817965","geometry":{"type":"Point","coordinates":[-1.0232845,51.1432091]},"properties":{"@type":"node","@id":6311817965,"@timestamp":1551481518},"coords":"51.1432091,-1.0232845","bedrooms":"0","price":"156000","area":"439"} , +{"type":"Feature","id":"n6311817975","geometry":{"type":"Point","coordinates":[-1.020851,51.1458894]},"properties":{"@type":"node","@id":6311817975,"@timestamp":1551481519},"coords":"51.1458894,-1.020851","bedrooms":"4","price":"297000","area":"565"} , +{"type":"Feature","id":"n6311871411","geometry":{"type":"Point","coordinates":[-0.157884,51.5229323]},"properties":{"@type":"node","@id":6311871411,"@timestamp":1600045621},"coords":"51.5229323,-0.157884","bedrooms":"1","price":"175000","area":"481"} , +{"type":"Feature","id":"n6311882217","geometry":{"type":"Point","coordinates":[-0.2924435,51.621633]},"properties":{"@type":"node","@id":6311882217,"@timestamp":1551485808},"coords":"51.621633,-0.2924435","bedrooms":"4","price":"234000","area":"554"} , +{"type":"Feature","id":"n6311883751","geometry":{"type":"Point","coordinates":[-0.156274,51.5192993]},"properties":{"@type":"node","@id":6311883751,"@timestamp":1625853119},"coords":"51.5192993,-0.156274","bedrooms":"3","price":"176000","area":"406"} , +{"type":"Feature","id":"n6311887202","geometry":{"type":"Point","coordinates":[-0.1557151,51.517381]},"properties":{"@type":"node","@id":6311887202,"@timestamp":1625853119},"coords":"51.517381,-0.1557151","bedrooms":"3","price":"227000","area":"478"} , +{"type":"Feature","id":"n6311902197","geometry":{"type":"Point","coordinates":[-0.2485623,51.6545828]},"properties":{"@type":"node","@id":6311902197,"@timestamp":1551487773},"coords":"51.6545828,-0.2485623","bedrooms":"3","price":"165000","area":"368"} , +{"type":"Feature","id":"n6311911794","geometry":{"type":"Point","coordinates":[-0.1575981,51.5172237]},"properties":{"@type":"node","@id":6311911794,"@timestamp":1584058236},"coords":"51.5172237,-0.1575981","bedrooms":"1","price":"176000","area":"461"} , +{"type":"Feature","id":"n6311920630","geometry":{"type":"Point","coordinates":[-0.1427874,51.5256903]},"properties":{"@type":"node","@id":6311920630,"@timestamp":1551489973},"coords":"51.5256903,-0.1427874","bedrooms":"1","price":"169000","area":"682"} , +{"type":"Feature","id":"n6311939825","geometry":{"type":"Point","coordinates":[0.1682126,51.4425611]},"properties":{"@type":"node","@id":6311939825,"@timestamp":1551492336},"coords":"51.4425611,0.1682126","bedrooms":"1","price":"172000","area":"580"} , +{"type":"Feature","id":"n6311967737","geometry":{"type":"Point","coordinates":[0.1153839,51.4133641]},"properties":{"@type":"node","@id":6311967737,"@timestamp":1551494306},"coords":"51.4133641,0.1153839","bedrooms":"0","price":"164000","area":"638"} , +{"type":"Feature","id":"n6311976029","geometry":{"type":"Point","coordinates":[0.130986,51.414864]},"properties":{"@type":"node","@id":6311976029,"@timestamp":1551495305},"coords":"51.414864,0.130986","bedrooms":"0","price":"165000","area":"640"} , +{"type":"Feature","id":"n6312007637","geometry":{"type":"Point","coordinates":[-0.9721767,51.4578559]},"properties":{"@type":"node","@id":6312007637,"@timestamp":1551498257},"coords":"51.4578559,-0.9721767","bedrooms":"0","price":"196000","area":"699"} , +{"type":"Feature","id":"n6312015489","geometry":{"type":"Point","coordinates":[-0.1635193,51.525153]},"properties":{"@type":"node","@id":6312015489,"@timestamp":1596872508},"coords":"51.525153,-0.1635193","bedrooms":"3","price":"166000","area":"588"} , +{"type":"Feature","id":"n6312040149","geometry":{"type":"Point","coordinates":[-0.1547342,51.5174422]},"properties":{"@type":"node","@id":6312040149,"@timestamp":1551501092},"coords":"51.5174422,-0.1547342","bedrooms":"3","price":"253000","area":"616"} , +{"type":"Feature","id":"n6312040178","geometry":{"type":"Point","coordinates":[-0.1544056,51.517709]},"properties":{"@type":"node","@id":6312040178,"@timestamp":1551501093},"coords":"51.517709,-0.1544056","bedrooms":"4","price":"264000","area":"511"} , +{"type":"Feature","id":"n6312152708","geometry":{"type":"Point","coordinates":[-0.1553786,51.5178774]},"properties":{"@type":"node","@id":6312152708,"@timestamp":1551509107},"coords":"51.5178774,-0.1553786","bedrooms":"2","price":"180000","area":"600"} , +{"type":"Feature","id":"n6312461785","geometry":{"type":"Point","coordinates":[-1.0495387,51.1481002]},"properties":{"@type":"node","@id":6312461785,"@timestamp":1551529678},"coords":"51.1481002,-1.0495387","bedrooms":"2","price":"276000","area":"402"} , +{"type":"Feature","id":"n6312606941","geometry":{"type":"Point","coordinates":[-0.2404429,51.4059874]},"properties":{"@type":"node","@id":6312606941,"@timestamp":1551628070},"coords":"51.4059874,-0.2404429","bedrooms":"3","price":"234000","area":"380"} , +{"type":"Feature","id":"n6312805712","geometry":{"type":"Point","coordinates":[-0.1385307,51.5264338]},"properties":{"@type":"node","@id":6312805712,"@timestamp":1551546218},"coords":"51.5264338,-0.1385307","bedrooms":"1","price":"284000","area":"446"} , +{"type":"Feature","id":"n6312832916","geometry":{"type":"Point","coordinates":[-1.0347462,51.1776246]},"properties":{"@type":"node","@id":6312832916,"@timestamp":1551547328},"coords":"51.1776246,-1.0347462","bedrooms":"3","price":"268000","area":"582"} , +{"type":"Feature","id":"n6312863543","geometry":{"type":"Point","coordinates":[-0.659393,51.9157056]},"properties":{"@type":"node","@id":6312863543,"@timestamp":1551548347},"coords":"51.9157056,-0.659393","bedrooms":"0","price":"210000","area":"468"} , +{"type":"Feature","id":"n6313034933","geometry":{"type":"Point","coordinates":[0.1198956,51.1490758]},"properties":{"@type":"node","@id":6313034933,"@timestamp":1551554907},"coords":"51.1490758,0.1198956","bedrooms":"3","price":"228000","area":"652"} , +{"type":"Feature","id":"n6313182982","geometry":{"type":"Point","coordinates":[-0.7512277,51.417489]},"properties":{"@type":"node","@id":6313182982,"@timestamp":1551563865},"coords":"51.417489,-0.7512277","bedrooms":"3","price":"177000","area":"406"} , +{"type":"Feature","id":"n6313183292","geometry":{"type":"Point","coordinates":[-0.7512143,51.416906]},"properties":{"@type":"node","@id":6313183292,"@timestamp":1624122652},"coords":"51.416906,-0.7512143","bedrooms":"2","price":"196000","area":"458"} , +{"type":"Feature","id":"n6313183302","geometry":{"type":"Point","coordinates":[-0.7479624,51.4162742]},"properties":{"@type":"node","@id":6313183302,"@timestamp":1551563866},"coords":"51.4162742,-0.7479624","bedrooms":"2","price":"285000","area":"609"} , +{"type":"Feature","id":"n6313183312","geometry":{"type":"Point","coordinates":[-0.7507128,51.415229]},"properties":{"@type":"node","@id":6313183312,"@timestamp":1551563866},"coords":"51.415229,-0.7507128","bedrooms":"4","price":"262000","area":"592"} , +{"type":"Feature","id":"n6313183322","geometry":{"type":"Point","coordinates":[-0.7496965,51.4159656]},"properties":{"@type":"node","@id":6313183322,"@timestamp":1564606652},"coords":"51.4159656,-0.7496965","bedrooms":"0","price":"182000","area":"680"} , +{"type":"Feature","id":"n6313183332","geometry":{"type":"Point","coordinates":[-0.7504754,51.416533]},"properties":{"@type":"node","@id":6313183332,"@timestamp":1624122652},"coords":"51.416533,-0.7504754","bedrooms":"0","price":"236000","area":"542"} , +{"type":"Feature","id":"n6313257839","geometry":{"type":"Point","coordinates":[-0.2409602,51.4066816]},"properties":{"@type":"node","@id":6313257839,"@timestamp":1551628071},"coords":"51.4066816,-0.2409602","bedrooms":"2","price":"295000","area":"650"} , +{"type":"Feature","id":"n6313257866","geometry":{"type":"Point","coordinates":[-0.2391137,51.4070979]},"properties":{"@type":"node","@id":6313257866,"@timestamp":1551568691},"coords":"51.4070979,-0.2391137","bedrooms":"1","price":"271000","area":"612"} , +{"type":"Feature","id":"n6313257988","geometry":{"type":"Point","coordinates":[-0.2390617,51.4070142]},"properties":{"@type":"node","@id":6313257988,"@timestamp":1551628072},"coords":"51.4070142,-0.2390617","bedrooms":"2","price":"299000","area":"496"} , +{"type":"Feature","id":"n6313634845","geometry":{"type":"Point","coordinates":[-0.1338429,51.5160021]},"properties":{"@type":"node","@id":6313634845,"@timestamp":1584920227},"coords":"51.5160021,-0.1338429","bedrooms":"0","price":"234000","area":"642"} , +{"type":"Feature","id":"n6313689945","geometry":{"type":"Point","coordinates":[0.0606441,51.5145649]},"properties":{"@type":"node","@id":6313689945,"@timestamp":1564903671},"coords":"51.5145649,0.0606441","bedrooms":"3","price":"294000","area":"392"} , +{"type":"Feature","id":"n6313905792","geometry":{"type":"Point","coordinates":[-0.2095014,51.8335268]},"properties":{"@type":"node","@id":6313905792,"@timestamp":1634388562},"coords":"51.8335268,-0.2095014","bedrooms":"3","price":"153000","area":"595"} , +{"type":"Feature","id":"n6314352352","geometry":{"type":"Point","coordinates":[-0.24033,51.6705732]},"properties":{"@type":"node","@id":6314352352,"@timestamp":1551621920},"coords":"51.6705732,-0.24033","bedrooms":"1","price":"239000","area":"382"} , +{"type":"Feature","id":"n6314352362","geometry":{"type":"Point","coordinates":[-0.2436076,51.6669201]},"properties":{"@type":"node","@id":6314352362,"@timestamp":1551621920},"coords":"51.6669201,-0.2436076","bedrooms":"1","price":"194000","area":"392"} , +{"type":"Feature","id":"n6314352383","geometry":{"type":"Point","coordinates":[-0.2383451,51.6728986]},"properties":{"@type":"node","@id":6314352383,"@timestamp":1551621921},"coords":"51.6728986,-0.2383451","bedrooms":"1","price":"206000","area":"520"} , +{"type":"Feature","id":"n6314352593","geometry":{"type":"Point","coordinates":[-0.2357112,51.6768789]},"properties":{"@type":"node","@id":6314352593,"@timestamp":1551621922},"coords":"51.6768789,-0.2357112","bedrooms":"0","price":"207000","area":"609"} , +{"type":"Feature","id":"n6314352611","geometry":{"type":"Point","coordinates":[-0.2459438,51.6640054]},"properties":{"@type":"node","@id":6314352611,"@timestamp":1551621923},"coords":"51.6640054,-0.2459438","bedrooms":"3","price":"236000","area":"576"} , +{"type":"Feature","id":"n6314352621","geometry":{"type":"Point","coordinates":[-0.2467324,51.6636627]},"properties":{"@type":"node","@id":6314352621,"@timestamp":1551621923},"coords":"51.6636627,-0.2467324","bedrooms":"3","price":"225000","area":"622"} , +{"type":"Feature","id":"n6314352636","geometry":{"type":"Point","coordinates":[-0.2478164,51.6620058]},"properties":{"@type":"node","@id":6314352636,"@timestamp":1551621924},"coords":"51.6620058,-0.2478164","bedrooms":"0","price":"286000","area":"408"} , +{"type":"Feature","id":"n6314352648","geometry":{"type":"Point","coordinates":[-0.2490029,51.6577869]},"properties":{"@type":"node","@id":6314352648,"@timestamp":1551621925},"coords":"51.6577869,-0.2490029","bedrooms":"1","price":"171000","area":"642"} , +{"type":"Feature","id":"n6314352661","geometry":{"type":"Point","coordinates":[-0.2319132,51.6826632]},"properties":{"@type":"node","@id":6314352661,"@timestamp":1551621926},"coords":"51.6826632,-0.2319132","bedrooms":"3","price":"190000","area":"485"} , +{"type":"Feature","id":"n6314382826","geometry":{"type":"Point","coordinates":[-0.2532923,51.6450112]},"properties":{"@type":"node","@id":6314382826,"@timestamp":1551623651},"coords":"51.6450112,-0.2532923","bedrooms":"2","price":"242000","area":"405"} , +{"type":"Feature","id":"n6314382836","geometry":{"type":"Point","coordinates":[-0.251041,51.648941]},"properties":{"@type":"node","@id":6314382836,"@timestamp":1551623652},"coords":"51.648941,-0.251041","bedrooms":"0","price":"204000","area":"697"} , +{"type":"Feature","id":"n6314382846","geometry":{"type":"Point","coordinates":[-0.2500422,51.6532253]},"properties":{"@type":"node","@id":6314382846,"@timestamp":1551623652},"coords":"51.6532253,-0.2500422","bedrooms":"4","price":"280000","area":"369"} , +{"type":"Feature","id":"n6314382914","geometry":{"type":"Point","coordinates":[-0.2541009,51.643493]},"properties":{"@type":"node","@id":6314382914,"@timestamp":1551623654},"coords":"51.643493,-0.2541009","bedrooms":"3","price":"153000","area":"639"} , +{"type":"Feature","id":"n6314382924","geometry":{"type":"Point","coordinates":[-0.2552223,51.6434345]},"properties":{"@type":"node","@id":6314382924,"@timestamp":1551623654},"coords":"51.6434345,-0.2552223","bedrooms":"0","price":"234000","area":"490"} , +{"type":"Feature","id":"n6314403889","geometry":{"type":"Point","coordinates":[-0.4003512,51.424783]},"properties":{"@type":"node","@id":6314403889,"@timestamp":1551624870},"coords":"51.424783,-0.4003512","bedrooms":"0","price":"257000","area":"419"} , +{"type":"Feature","id":"n6314471097","geometry":{"type":"Point","coordinates":[-0.2373577,51.404204]},"properties":{"@type":"node","@id":6314471097,"@timestamp":1575803943},"coords":"51.404204,-0.2373577","bedrooms":"0","price":"156000","area":"537"} , +{"type":"Feature","id":"n6314471115","geometry":{"type":"Point","coordinates":[-0.2363718,51.4043202]},"properties":{"@type":"node","@id":6314471115,"@timestamp":1575803943},"coords":"51.4043202,-0.2363718","bedrooms":"0","price":"243000","area":"383"} , +{"type":"Feature","id":"n6314501254","geometry":{"type":"Point","coordinates":[-0.4556067,51.4556782]},"properties":{"@type":"node","@id":6314501254,"@timestamp":1551629282},"coords":"51.4556782,-0.4556067","bedrooms":"4","price":"251000","area":"430"} , +{"type":"Feature","id":"n6314556483","geometry":{"type":"Point","coordinates":[-0.5379412,51.4299976]},"properties":{"@type":"node","@id":6314556483,"@timestamp":1552423356},"coords":"51.4299976,-0.5379412","bedrooms":"1","price":"299000","area":"506"} , +{"type":"Feature","id":"n6314666781","geometry":{"type":"Point","coordinates":[-0.4471207,51.4954932]},"properties":{"@type":"node","@id":6314666781,"@timestamp":1558126950},"coords":"51.4954932,-0.4471207","bedrooms":"3","price":"213000","area":"425"} , +{"type":"Feature","id":"n6314667393","geometry":{"type":"Point","coordinates":[-0.4251865,51.4934272]},"properties":{"@type":"node","@id":6314667393,"@timestamp":1558129071},"coords":"51.4934272,-0.4251865","bedrooms":"4","price":"267000","area":"484"} , +{"type":"Feature","id":"n6314667445","geometry":{"type":"Point","coordinates":[-0.4391688,51.49435]},"properties":{"@type":"node","@id":6314667445,"@timestamp":1551635861},"coords":"51.49435,-0.4391688","bedrooms":"3","price":"184000","area":"662"} , +{"type":"Feature","id":"n6314667464","geometry":{"type":"Point","coordinates":[-0.4464727,51.494995]},"properties":{"@type":"node","@id":6314667464,"@timestamp":1551635862},"coords":"51.494995,-0.4464727","bedrooms":"0","price":"172000","area":"588"} , +{"type":"Feature","id":"n6314685209","geometry":{"type":"Point","coordinates":[-0.9720942,51.6676313]},"properties":{"@type":"node","@id":6314685209,"@timestamp":1551636450},"coords":"51.6676313,-0.9720942","bedrooms":"0","price":"259000","area":"409"} , +{"type":"Feature","id":"n6314685691","geometry":{"type":"Point","coordinates":[-0.9932864,51.6537783]},"properties":{"@type":"node","@id":6314685691,"@timestamp":1551636451},"coords":"51.6537783,-0.9932864","bedrooms":"1","price":"154000","area":"551"} , +{"type":"Feature","id":"n6314685701","geometry":{"type":"Point","coordinates":[-0.9927982,51.6535187]},"properties":{"@type":"node","@id":6314685701,"@timestamp":1551636451},"coords":"51.6535187,-0.9927982","bedrooms":"3","price":"252000","area":"602"} , +{"type":"Feature","id":"n6314685713","geometry":{"type":"Point","coordinates":[-1.0006142,51.6451343]},"properties":{"@type":"node","@id":6314685713,"@timestamp":1551636452},"coords":"51.6451343,-1.0006142","bedrooms":"4","price":"253000","area":"410"} , +{"type":"Feature","id":"n6314685733","geometry":{"type":"Point","coordinates":[-0.9975082,51.6344509]},"properties":{"@type":"node","@id":6314685733,"@timestamp":1551636452},"coords":"51.6344509,-0.9975082","bedrooms":"1","price":"180000","area":"647"} , +{"type":"Feature","id":"n6314685743","geometry":{"type":"Point","coordinates":[-0.9968886,51.6279578]},"properties":{"@type":"node","@id":6314685743,"@timestamp":1551636452},"coords":"51.6279578,-0.9968886","bedrooms":"2","price":"170000","area":"399"} , +{"type":"Feature","id":"n6314685753","geometry":{"type":"Point","coordinates":[-0.999493,51.6212706]},"properties":{"@type":"node","@id":6314685753,"@timestamp":1551636453},"coords":"51.6212706,-0.999493","bedrooms":"2","price":"222000","area":"486"} , +{"type":"Feature","id":"n6314685763","geometry":{"type":"Point","coordinates":[-0.9918594,51.6061258]},"properties":{"@type":"node","@id":6314685763,"@timestamp":1551636453},"coords":"51.6061258,-0.9918594","bedrooms":"1","price":"268000","area":"629"} , +{"type":"Feature","id":"n6314685773","geometry":{"type":"Point","coordinates":[-0.9826836,51.5987539]},"properties":{"@type":"node","@id":6314685773,"@timestamp":1551636453},"coords":"51.5987539,-0.9826836","bedrooms":"0","price":"249000","area":"645"} , +{"type":"Feature","id":"n6314686764","geometry":{"type":"Point","coordinates":[-0.4726727,51.5590047]},"properties":{"@type":"node","@id":6314686764,"@timestamp":1558259820},"coords":"51.5590047,-0.4726727","bedrooms":"3","price":"269000","area":"627"} , +{"type":"Feature","id":"n6314690824","geometry":{"type":"Point","coordinates":[-0.7938185,51.6069887]},"properties":{"@type":"node","@id":6314690824,"@timestamp":1551636778},"coords":"51.6069887,-0.7938185","bedrooms":"4","price":"230000","area":"471"} , +{"type":"Feature","id":"n6314690834","geometry":{"type":"Point","coordinates":[-0.8038956,51.6017961]},"properties":{"@type":"node","@id":6314690834,"@timestamp":1551636779},"coords":"51.6017961,-0.8038956","bedrooms":"3","price":"290000","area":"614"} , +{"type":"Feature","id":"n6314690844","geometry":{"type":"Point","coordinates":[-0.8105126,51.5999868]},"properties":{"@type":"node","@id":6314690844,"@timestamp":1551636779},"coords":"51.5999868,-0.8105126","bedrooms":"4","price":"264000","area":"459"} , +{"type":"Feature","id":"n6314690854","geometry":{"type":"Point","coordinates":[-0.8142838,51.5989505]},"properties":{"@type":"node","@id":6314690854,"@timestamp":1551636779},"coords":"51.5989505,-0.8142838","bedrooms":"3","price":"191000","area":"422"} , +{"type":"Feature","id":"n6314690864","geometry":{"type":"Point","coordinates":[-0.8296877,51.592519]},"properties":{"@type":"node","@id":6314690864,"@timestamp":1551636780},"coords":"51.592519,-0.8296877","bedrooms":"1","price":"222000","area":"664"} , +{"type":"Feature","id":"n6314708972","geometry":{"type":"Point","coordinates":[-0.4671288,51.5720636]},"properties":{"@type":"node","@id":6314708972,"@timestamp":1551637701},"coords":"51.5720636,-0.4671288","bedrooms":"1","price":"220000","area":"541"} , +{"type":"Feature","id":"n6314834609","geometry":{"type":"Point","coordinates":[-0.7652142,51.4265689]},"properties":{"@type":"node","@id":6314834609,"@timestamp":1616777651},"coords":"51.4265689,-0.7652142","bedrooms":"0","price":"223000","area":"518"} , +{"type":"Feature","id":"n6314834619","geometry":{"type":"Point","coordinates":[-0.8005053,51.4896373]},"properties":{"@type":"node","@id":6314834619,"@timestamp":1551643261},"coords":"51.4896373,-0.8005053","bedrooms":"4","price":"277000","area":"479"} , +{"type":"Feature","id":"n6314834629","geometry":{"type":"Point","coordinates":[-0.7947063,51.4775609]},"properties":{"@type":"node","@id":6314834629,"@timestamp":1551643261},"coords":"51.4775609,-0.7947063","bedrooms":"4","price":"282000","area":"483"} , +{"type":"Feature","id":"n6314834653","geometry":{"type":"Point","coordinates":[-0.7907796,51.4665073]},"properties":{"@type":"node","@id":6314834653,"@timestamp":1551643262},"coords":"51.4665073,-0.7907796","bedrooms":"0","price":"189000","area":"391"} , +{"type":"Feature","id":"n6314834677","geometry":{"type":"Point","coordinates":[-0.7593102,51.327806]},"properties":{"@type":"node","@id":6314834677,"@timestamp":1598388606},"coords":"51.327806,-0.7593102","bedrooms":"0","price":"209000","area":"407"} , +{"type":"Feature","id":"n6314904410","geometry":{"type":"Point","coordinates":[0.5981177,51.6039484]},"properties":{"@type":"node","@id":6314904410,"@timestamp":1551646716},"coords":"51.6039484,0.5981177","bedrooms":"0","price":"212000","area":"638"} , +{"type":"Feature","id":"n6314904423","geometry":{"type":"Point","coordinates":[0.6099327,51.6012194]},"properties":{"@type":"node","@id":6314904423,"@timestamp":1551646716},"coords":"51.6012194,0.6099327","bedrooms":"3","price":"270000","area":"531"} , +{"type":"Feature","id":"n6315047019","geometry":{"type":"Point","coordinates":[0.0691903,51.8630564]},"properties":{"@type":"node","@id":6315047019,"@timestamp":1551652920},"coords":"51.8630564,0.0691903","bedrooms":"1","price":"290000","area":"679"} , +{"type":"Feature","id":"n6315047047","geometry":{"type":"Point","coordinates":[0.1843911,51.8937346]},"properties":{"@type":"node","@id":6315047047,"@timestamp":1617439595},"coords":"51.8937346,0.1843911","bedrooms":"2","price":"238000","area":"560"} , +{"type":"Feature","id":"n6315106864","geometry":{"type":"Point","coordinates":[-0.1917858,51.413925]},"properties":{"@type":"node","@id":6315106864,"@timestamp":1551655725},"coords":"51.413925,-0.1917858","bedrooms":"4","price":"151000","area":"433"} , +{"type":"Feature","id":"n6315305914","geometry":{"type":"Point","coordinates":[0.0374177,51.51148]},"properties":{"@type":"node","@id":6315305914,"@timestamp":1551668694},"coords":"51.51148,0.0374177","bedrooms":"1","price":"235000","area":"371"} , +{"type":"Feature","id":"n6315493746","geometry":{"type":"Point","coordinates":[-0.1517662,51.5184117]},"properties":{"@type":"node","@id":6315493746,"@timestamp":1603686456},"coords":"51.5184117,-0.1517662","bedrooms":"4","price":"240000","area":"659"} , +{"type":"Feature","id":"n6315760838","geometry":{"type":"Point","coordinates":[-0.0974639,51.6296794]},"properties":{"@type":"node","@id":6315760838,"@timestamp":1604592853},"coords":"51.6296794,-0.0974639","bedrooms":"3","price":"261000","area":"623"} , +{"type":"Feature","id":"n6315900670","geometry":{"type":"Point","coordinates":[0.1889341,51.3904743]},"properties":{"@type":"node","@id":6315900670,"@timestamp":1551697830},"coords":"51.3904743,0.1889341","bedrooms":"0","price":"181000","area":"525"} , +{"type":"Feature","id":"n6315901188","geometry":{"type":"Point","coordinates":[0.1899629,51.3899958]},"properties":{"@type":"node","@id":6315901188,"@timestamp":1551697831},"coords":"51.3899958,0.1899629","bedrooms":"1","price":"183000","area":"630"} , +{"type":"Feature","id":"n6315958428","geometry":{"type":"Point","coordinates":[-0.9172297,51.6952813]},"properties":{"@type":"node","@id":6315958428,"@timestamp":1551698822},"coords":"51.6952813,-0.9172297","bedrooms":"1","price":"285000","area":"660"} , +{"type":"Feature","id":"n6315958438","geometry":{"type":"Point","coordinates":[-0.9190643,51.7051358]},"properties":{"@type":"node","@id":6315958438,"@timestamp":1551698822},"coords":"51.7051358,-0.9190643","bedrooms":"0","price":"240000","area":"405"} , +{"type":"Feature","id":"n6315958448","geometry":{"type":"Point","coordinates":[-0.8866203,51.7196361]},"properties":{"@type":"node","@id":6315958448,"@timestamp":1551698823},"coords":"51.7196361,-0.8866203","bedrooms":"3","price":"281000","area":"666"} , +{"type":"Feature","id":"n6315958463","geometry":{"type":"Point","coordinates":[-0.926773,51.7035384]},"properties":{"@type":"node","@id":6315958463,"@timestamp":1551698823},"coords":"51.7035384,-0.926773","bedrooms":"2","price":"286000","area":"607"} , +{"type":"Feature","id":"n6316030491","geometry":{"type":"Point","coordinates":[-0.5045289,51.8676129]},"properties":{"@type":"node","@id":6316030491,"@timestamp":1551701481},"coords":"51.8676129,-0.5045289","bedrooms":"1","price":"222000","area":"635"} , +{"type":"Feature","id":"n6316030504","geometry":{"type":"Point","coordinates":[-0.496829,51.8671115]},"properties":{"@type":"node","@id":6316030504,"@timestamp":1551701481},"coords":"51.8671115,-0.496829","bedrooms":"4","price":"226000","area":"678"} , +{"type":"Feature","id":"n6316030514","geometry":{"type":"Point","coordinates":[-0.4860941,51.8618108]},"properties":{"@type":"node","@id":6316030514,"@timestamp":1551701481},"coords":"51.8618108,-0.4860941","bedrooms":"1","price":"243000","area":"441"} , +{"type":"Feature","id":"n6316030524","geometry":{"type":"Point","coordinates":[-0.494079,51.8601974]},"properties":{"@type":"node","@id":6316030524,"@timestamp":1551701482},"coords":"51.8601974,-0.494079","bedrooms":"2","price":"244000","area":"431"} , +{"type":"Feature","id":"n6316030534","geometry":{"type":"Point","coordinates":[-0.5089679,51.8607341]},"properties":{"@type":"node","@id":6316030534,"@timestamp":1551701482},"coords":"51.8607341,-0.5089679","bedrooms":"1","price":"174000","area":"647"} , +{"type":"Feature","id":"n6316030544","geometry":{"type":"Point","coordinates":[-0.5213329,51.8619102]},"properties":{"@type":"node","@id":6316030544,"@timestamp":1551701482},"coords":"51.8619102,-0.5213329","bedrooms":"2","price":"298000","area":"661"} , +{"type":"Feature","id":"n6316030558","geometry":{"type":"Point","coordinates":[-0.5284596,51.8660063]},"properties":{"@type":"node","@id":6316030558,"@timestamp":1551701482},"coords":"51.8660063,-0.5284596","bedrooms":"2","price":"280000","area":"443"} , +{"type":"Feature","id":"n6316192710","geometry":{"type":"Point","coordinates":[0.1837122,51.5114198]},"properties":{"@type":"node","@id":6316192710,"@timestamp":1551707500},"coords":"51.5114198,0.1837122","bedrooms":"4","price":"216000","area":"660"} , +{"type":"Feature","id":"n6316484807","geometry":{"type":"Point","coordinates":[-0.2160505,51.4235771]},"properties":{"@type":"node","@id":6316484807,"@timestamp":1598568803},"coords":"51.4235771,-0.2160505","bedrooms":"0","price":"237000","area":"518"} , +{"type":"Feature","id":"n6316600533","geometry":{"type":"Point","coordinates":[0.0398605,51.2479391]},"properties":{"@type":"node","@id":6316600533,"@timestamp":1589885886},"coords":"51.2479391,0.0398605","bedrooms":"2","price":"255000","area":"620"} , +{"type":"Feature","id":"n6316707765","geometry":{"type":"Point","coordinates":[-0.8412313,51.2813884]},"properties":{"@type":"node","@id":6316707765,"@timestamp":1551722402},"coords":"51.2813884,-0.8412313","bedrooms":"2","price":"163000","area":"443"} , +{"type":"Feature","id":"n6316971694","geometry":{"type":"Point","coordinates":[0.4470367,51.5244087]},"properties":{"@type":"node","@id":6316971694,"@timestamp":1551731210},"coords":"51.5244087,0.4470367","bedrooms":"3","price":"254000","area":"589"} , +{"type":"Feature","id":"n6316984727","geometry":{"type":"Point","coordinates":[-0.1410532,51.3199403]},"properties":{"@type":"node","@id":6316984727,"@timestamp":1551731707},"coords":"51.3199403,-0.1410532","bedrooms":"0","price":"221000","area":"375"} , +{"type":"Feature","id":"n6316984756","geometry":{"type":"Point","coordinates":[-0.1409636,51.3201175]},"properties":{"@type":"node","@id":6316984756,"@timestamp":1551731708},"coords":"51.3201175,-0.1409636","bedrooms":"3","price":"210000","area":"444"} , +{"type":"Feature","id":"n6316985602","geometry":{"type":"Point","coordinates":[-0.1064357,51.2980459]},"properties":{"@type":"node","@id":6316985602,"@timestamp":1551731711},"coords":"51.2980459,-0.1064357","bedrooms":"0","price":"278000","area":"404"} , +{"type":"Feature","id":"n6317087043","geometry":{"type":"Point","coordinates":[-0.1452472,51.0041996]},"properties":{"@type":"node","@id":6317087043,"@timestamp":1598556505},"coords":"51.0041996,-0.1452472","bedrooms":"2","price":"189000","area":"627"} , +{"type":"Feature","id":"n6317280147","geometry":{"type":"Point","coordinates":[-0.1320599,51.5006084]},"properties":{"@type":"node","@id":6317280147,"@timestamp":1551748858},"coords":"51.5006084,-0.1320599","bedrooms":"2","price":"295000","area":"368"} , +{"type":"Feature","id":"n6317280178","geometry":{"type":"Point","coordinates":[-0.132198,51.4996319]},"properties":{"@type":"node","@id":6317280178,"@timestamp":1573733623},"coords":"51.4996319,-0.132198","bedrooms":"0","price":"199000","area":"549"} , +{"type":"Feature","id":"n6317422716","geometry":{"type":"Point","coordinates":[-0.4495963,51.4544562]},"properties":{"@type":"node","@id":6317422716,"@timestamp":1551759137},"coords":"51.4544562,-0.4495963","bedrooms":"1","price":"293000","area":"595"} , +{"type":"Feature","id":"n6317974844","geometry":{"type":"Point","coordinates":[0.5276792,50.9624222]},"properties":{"@type":"node","@id":6317974844,"@timestamp":1551784342},"coords":"50.9624222,0.5276792","bedrooms":"4","price":"194000","area":"544"} , +{"type":"Feature","id":"n6318233096","geometry":{"type":"Point","coordinates":[-0.295139,51.3633229]},"properties":{"@type":"node","@id":6318233096,"@timestamp":1551792496},"coords":"51.3633229,-0.295139","bedrooms":"1","price":"271000","area":"506"} , +{"type":"Feature","id":"n6318233161","geometry":{"type":"Point","coordinates":[-0.3021864,51.3634734]},"properties":{"@type":"node","@id":6318233161,"@timestamp":1551792497},"coords":"51.3634734,-0.3021864","bedrooms":"4","price":"181000","area":"632"} , +{"type":"Feature","id":"n6318233678","geometry":{"type":"Point","coordinates":[-0.2771951,51.3758844]},"properties":{"@type":"node","@id":6318233678,"@timestamp":1627698783},"coords":"51.3758844,-0.2771951","bedrooms":"3","price":"188000","area":"413"} , +{"type":"Feature","id":"n6318297558","geometry":{"type":"Point","coordinates":[-0.2364005,51.4066706]},"properties":{"@type":"node","@id":6318297558,"@timestamp":1551793656},"coords":"51.4066706,-0.2364005","bedrooms":"3","price":"287000","area":"531"} , +{"type":"Feature","id":"n6318613914","geometry":{"type":"Point","coordinates":[0.184029,51.4498968]},"properties":{"@type":"node","@id":6318613914,"@timestamp":1551801486},"coords":"51.4498968,0.184029","bedrooms":"1","price":"279000","area":"548"} , +{"type":"Feature","id":"n6318642264","geometry":{"type":"Point","coordinates":[0.537595,51.6093367]},"properties":{"@type":"node","@id":6318642264,"@timestamp":1551802212},"coords":"51.6093367,0.537595","bedrooms":"4","price":"169000","area":"690"} , +{"type":"Feature","id":"n6318733609","geometry":{"type":"Point","coordinates":[0.1817225,51.4501922]},"properties":{"@type":"node","@id":6318733609,"@timestamp":1551805298},"coords":"51.4501922,0.1817225","bedrooms":"1","price":"229000","area":"650"} , +{"type":"Feature","id":"n6318897102","geometry":{"type":"Point","coordinates":[0.0394023,51.599481]},"properties":{"@type":"node","@id":6318897102,"@timestamp":1551810835},"coords":"51.599481,0.0394023","bedrooms":"0","price":"275000","area":"421"} , +{"type":"Feature","id":"n6319300218","geometry":{"type":"Point","coordinates":[-0.2090121,51.9133013]},"properties":{"@type":"node","@id":6319300218,"@timestamp":1551821968},"coords":"51.9133013,-0.2090121","bedrooms":"2","price":"177000","area":"618"} , +{"type":"Feature","id":"n6319600650","geometry":{"type":"Point","coordinates":[-0.1300187,51.5151784]},"properties":{"@type":"node","@id":6319600650,"@timestamp":1634340924},"coords":"51.5151784,-0.1300187","bedrooms":"0","price":"280000","area":"519"} , +{"type":"Feature","id":"n6319799140","geometry":{"type":"Point","coordinates":[-0.1433148,51.6202717]},"properties":{"@type":"node","@id":6319799140,"@timestamp":1551832330},"coords":"51.6202717,-0.1433148","bedrooms":"1","price":"290000","area":"406"} , +{"type":"Feature","id":"n6320025754","geometry":{"type":"Point","coordinates":[0.0038347,51.56612]},"properties":{"@type":"node","@id":6320025754,"@timestamp":1587140602},"coords":"51.56612,0.0038347","bedrooms":"0","price":"279000","area":"369"} , +{"type":"Feature","id":"n6320245238","geometry":{"type":"Point","coordinates":[-0.884499,51.4159926]},"properties":{"@type":"node","@id":6320245238,"@timestamp":1551857018},"coords":"51.4159926,-0.884499","bedrooms":"2","price":"157000","area":"595"} , +{"type":"Feature","id":"n6321416673","geometry":{"type":"Point","coordinates":[0.6275946,51.3600688]},"properties":{"@type":"node","@id":6321416673,"@timestamp":1551893419},"coords":"51.3600688,0.6275946","bedrooms":"2","price":"175000","area":"688"} , +{"type":"Feature","id":"n6321918768","geometry":{"type":"Point","coordinates":[-0.1361774,51.008993]},"properties":{"@type":"node","@id":6321918768,"@timestamp":1599341664},"coords":"51.008993,-0.1361774","bedrooms":"4","price":"234000","area":"640"} , +{"type":"Feature","id":"n6322073884","geometry":{"type":"Point","coordinates":[-0.2301885,51.410268]},"properties":{"@type":"node","@id":6322073884,"@timestamp":1551921065},"coords":"51.410268,-0.2301885","bedrooms":"2","price":"189000","area":"403"} , +{"type":"Feature","id":"n6322080947","geometry":{"type":"Point","coordinates":[-0.1338315,51.5004273]},"properties":{"@type":"node","@id":6322080947,"@timestamp":1551921707},"coords":"51.5004273,-0.1338315","bedrooms":"3","price":"179000","area":"357"} , +{"type":"Feature","id":"n6322280462","geometry":{"type":"Point","coordinates":[-0.1519581,51.5199634]},"properties":{"@type":"node","@id":6322280462,"@timestamp":1551932766},"coords":"51.5199634,-0.1519581","bedrooms":"1","price":"265000","area":"453"} , +{"type":"Feature","id":"n6322390382","geometry":{"type":"Point","coordinates":[-0.3694064,51.5629369]},"properties":{"@type":"node","@id":6322390382,"@timestamp":1595499354},"coords":"51.5629369,-0.3694064","bedrooms":"2","price":"238000","area":"687"} , +{"type":"Feature","id":"n6322635924","geometry":{"type":"Point","coordinates":[0.1991513,51.2084512]},"properties":{"@type":"node","@id":6322635924,"@timestamp":1551951429},"coords":"51.2084512,0.1991513","bedrooms":"3","price":"242000","area":"568"} , +{"type":"Feature","id":"n6322867159","geometry":{"type":"Point","coordinates":[0.449168,51.5823007]},"properties":{"@type":"node","@id":6322867159,"@timestamp":1551959279},"coords":"51.5823007,0.449168","bedrooms":"2","price":"248000","area":"679"} , +{"type":"Feature","id":"n6322942133","geometry":{"type":"Point","coordinates":[0.2868703,51.7592807]},"properties":{"@type":"node","@id":6322942133,"@timestamp":1551962447},"coords":"51.7592807,0.2868703","bedrooms":"3","price":"229000","area":"587"} , +{"type":"Feature","id":"n6322942143","geometry":{"type":"Point","coordinates":[0.2829248,51.7647009]},"properties":{"@type":"node","@id":6322942143,"@timestamp":1551962447},"coords":"51.7647009,0.2829248","bedrooms":"0","price":"183000","area":"632"} , +{"type":"Feature","id":"n6322942153","geometry":{"type":"Point","coordinates":[0.287329,51.7660405]},"properties":{"@type":"node","@id":6322942153,"@timestamp":1551962447},"coords":"51.7660405,0.287329","bedrooms":"3","price":"206000","area":"580"} , +{"type":"Feature","id":"n6322942163","geometry":{"type":"Point","coordinates":[0.2903062,51.7747412]},"properties":{"@type":"node","@id":6322942163,"@timestamp":1551962448},"coords":"51.7747412,0.2903062","bedrooms":"1","price":"214000","area":"472"} , +{"type":"Feature","id":"n6322942173","geometry":{"type":"Point","coordinates":[0.28992,51.7858908]},"properties":{"@type":"node","@id":6322942173,"@timestamp":1551962448},"coords":"51.7858908,0.28992","bedrooms":"2","price":"196000","area":"410"} , +{"type":"Feature","id":"n6322942183","geometry":{"type":"Point","coordinates":[0.2779761,51.7895625]},"properties":{"@type":"node","@id":6322942183,"@timestamp":1551962448},"coords":"51.7895625,0.2779761","bedrooms":"0","price":"284000","area":"436"} , +{"type":"Feature","id":"n6322943693","geometry":{"type":"Point","coordinates":[0.2791348,51.7894265]},"properties":{"@type":"node","@id":6322943693,"@timestamp":1551962448},"coords":"51.7894265,0.2791348","bedrooms":"1","price":"273000","area":"478"} , +{"type":"Feature","id":"n6322950690","geometry":{"type":"Point","coordinates":[-0.0704885,51.8493428]},"properties":{"@type":"node","@id":6322950690,"@timestamp":1551962750},"coords":"51.8493428,-0.0704885","bedrooms":"0","price":"227000","area":"429"} , +{"type":"Feature","id":"n6322950700","geometry":{"type":"Point","coordinates":[-0.0889152,51.844695]},"properties":{"@type":"node","@id":6322950700,"@timestamp":1551962750},"coords":"51.844695,-0.0889152","bedrooms":"3","price":"193000","area":"581"} , +{"type":"Feature","id":"n6322996318","geometry":{"type":"Point","coordinates":[-0.4228958,51.504871]},"properties":{"@type":"node","@id":6322996318,"@timestamp":1551964458},"coords":"51.504871,-0.4228958","bedrooms":"2","price":"244000","area":"608"} , +{"type":"Feature","id":"n6323199092","geometry":{"type":"Point","coordinates":[0.0827639,50.9749094]},"properties":{"@type":"node","@id":6323199092,"@timestamp":1589209962},"coords":"50.9749094,0.0827639","bedrooms":"1","price":"211000","area":"388"} , +{"type":"Feature","id":"n6323353041","geometry":{"type":"Point","coordinates":[0.0236973,51.048721]},"properties":{"@type":"node","@id":6323353041,"@timestamp":1551974488},"coords":"51.048721,0.0236973","bedrooms":"0","price":"206000","area":"589"} , +{"type":"Feature","id":"n6323808861","geometry":{"type":"Point","coordinates":[0.8471538,51.8778219]},"properties":{"@type":"node","@id":6323808861,"@timestamp":1551985208},"coords":"51.8778219,0.8471538","bedrooms":"2","price":"276000","area":"423"} , +{"type":"Feature","id":"n6324071300","geometry":{"type":"Point","coordinates":[-1.0672553,51.4372335]},"properties":{"@type":"node","@id":6324071300,"@timestamp":1551990574},"coords":"51.4372335,-1.0672553","bedrooms":"0","price":"271000","area":"541"} , +{"type":"Feature","id":"n6324352389","geometry":{"type":"Point","coordinates":[-0.3330404,51.3964631]},"properties":{"@type":"node","@id":6324352389,"@timestamp":1552001559},"coords":"51.3964631,-0.3330404","bedrooms":"3","price":"183000","area":"473"} , +{"type":"Feature","id":"n6324387158","geometry":{"type":"Point","coordinates":[-0.0362946,51.585126]},"properties":{"@type":"node","@id":6324387158,"@timestamp":1552004942},"coords":"51.585126,-0.0362946","bedrooms":"2","price":"219000","area":"498"} , +{"type":"Feature","id":"n6324408143","geometry":{"type":"Point","coordinates":[-0.0358541,51.586225]},"properties":{"@type":"node","@id":6324408143,"@timestamp":1552006295},"coords":"51.586225,-0.0358541","bedrooms":"3","price":"161000","area":"524"} , +{"type":"Feature","id":"n6324664364","geometry":{"type":"Point","coordinates":[-0.1520429,51.5206112]},"properties":{"@type":"node","@id":6324664364,"@timestamp":1552023346},"coords":"51.5206112,-0.1520429","bedrooms":"2","price":"256000","area":"364"} , +{"type":"Feature","id":"n6324814365","geometry":{"type":"Point","coordinates":[-0.229774,51.4063511]},"properties":{"@type":"node","@id":6324814365,"@timestamp":1607298359},"coords":"51.4063511,-0.229774","bedrooms":"0","price":"277000","area":"674"} , +{"type":"Feature","id":"n6324958617","geometry":{"type":"Point","coordinates":[-0.259598,51.5936306]},"properties":{"@type":"node","@id":6324958617,"@timestamp":1552038187},"coords":"51.5936306,-0.259598","bedrooms":"0","price":"242000","area":"416"} , +{"type":"Feature","id":"n6325258540","geometry":{"type":"Point","coordinates":[0.0415157,51.549728]},"properties":{"@type":"node","@id":6325258540,"@timestamp":1628866712},"coords":"51.549728,0.0415157","bedrooms":"0","price":"192000","area":"512"} , +{"type":"Feature","id":"n6325596325","geometry":{"type":"Point","coordinates":[-0.968992,51.4480965]},"properties":{"@type":"node","@id":6325596325,"@timestamp":1626635078},"coords":"51.4480965,-0.968992","bedrooms":"0","price":"247000","area":"435"} , +{"type":"Feature","id":"n6325707269","geometry":{"type":"Point","coordinates":[0.1074004,51.5189964]},"properties":{"@type":"node","@id":6325707269,"@timestamp":1552334265},"coords":"51.5189964,0.1074004","bedrooms":"2","price":"202000","area":"385"} , +{"type":"Feature","id":"n6325810618","geometry":{"type":"Point","coordinates":[-0.0234875,51.4929477]},"properties":{"@type":"node","@id":6325810618,"@timestamp":1552065009},"coords":"51.4929477,-0.0234875","bedrooms":"1","price":"171000","area":"393"} , +{"type":"Feature","id":"n6326073873","geometry":{"type":"Point","coordinates":[0.067105,51.4869091]},"properties":{"@type":"node","@id":6326073873,"@timestamp":1552074003},"coords":"51.4869091,0.067105","bedrooms":"2","price":"191000","area":"415"} , +{"type":"Feature","id":"n6326156042","geometry":{"type":"Point","coordinates":[-0.7304339,51.5367117]},"properties":{"@type":"node","@id":6326156042,"@timestamp":1610481559},"coords":"51.5367117,-0.7304339","bedrooms":"3","price":"201000","area":"568"} , +{"type":"Feature","id":"n6326156055","geometry":{"type":"Point","coordinates":[-0.751071,51.5280446]},"properties":{"@type":"node","@id":6326156055,"@timestamp":1610571509},"coords":"51.5280446,-0.751071","bedrooms":"0","price":"287000","area":"541"} , +{"type":"Feature","id":"n6326156071","geometry":{"type":"Point","coordinates":[-0.7497723,51.5304396]},"properties":{"@type":"node","@id":6326156071,"@timestamp":1610570394},"coords":"51.5304396,-0.7497723","bedrooms":"2","price":"186000","area":"470"} , +{"type":"Feature","id":"n6326169027","geometry":{"type":"Point","coordinates":[0.0662392,51.5768687]},"properties":{"@type":"node","@id":6326169027,"@timestamp":1557353301},"coords":"51.5768687,0.0662392","bedrooms":"1","price":"242000","area":"621"} , +{"type":"Feature","id":"n6326214267","geometry":{"type":"Point","coordinates":[-0.1215819,51.5590686]},"properties":{"@type":"node","@id":6326214267,"@timestamp":1552078503},"coords":"51.5590686,-0.1215819","bedrooms":"3","price":"242000","area":"514"} , +{"type":"Feature","id":"n6326214277","geometry":{"type":"Point","coordinates":[-0.1226247,51.5598988]},"properties":{"@type":"node","@id":6326214277,"@timestamp":1552078504},"coords":"51.5598988,-0.1226247","bedrooms":"0","price":"195000","area":"516"} , +{"type":"Feature","id":"n6326219438","geometry":{"type":"Point","coordinates":[-0.7215706,51.5372576]},"properties":{"@type":"node","@id":6326219438,"@timestamp":1610481984},"coords":"51.5372576,-0.7215706","bedrooms":"1","price":"197000","area":"352"} , +{"type":"Feature","id":"n6326316072","geometry":{"type":"Point","coordinates":[-0.1069756,51.5386941]},"properties":{"@type":"node","@id":6326316072,"@timestamp":1552082043},"coords":"51.5386941,-0.1069756","bedrooms":"1","price":"249000","area":"534"} , +{"type":"Feature","id":"n6326316082","geometry":{"type":"Point","coordinates":[-0.1069048,51.5370699]},"properties":{"@type":"node","@id":6326316082,"@timestamp":1552082043},"coords":"51.5370699,-0.1069048","bedrooms":"3","price":"179000","area":"647"} , +{"type":"Feature","id":"n6326316592","geometry":{"type":"Point","coordinates":[-0.1071274,51.535172]},"properties":{"@type":"node","@id":6326316592,"@timestamp":1552082044},"coords":"51.535172,-0.1071274","bedrooms":"1","price":"239000","area":"425"} , +{"type":"Feature","id":"n6326316602","geometry":{"type":"Point","coordinates":[-0.1069219,51.5337806]},"properties":{"@type":"node","@id":6326316602,"@timestamp":1552082045},"coords":"51.5337806,-0.1069219","bedrooms":"0","price":"290000","area":"675"} , +{"type":"Feature","id":"n6326316612","geometry":{"type":"Point","coordinates":[-0.104741,51.5345199]},"properties":{"@type":"node","@id":6326316612,"@timestamp":1552082045},"coords":"51.5345199,-0.104741","bedrooms":"1","price":"234000","area":"676"} , +{"type":"Feature","id":"n6326316622","geometry":{"type":"Point","coordinates":[-0.1032303,51.5358474]},"properties":{"@type":"node","@id":6326316622,"@timestamp":1552082046},"coords":"51.5358474,-0.1032303","bedrooms":"3","price":"244000","area":"559"} , +{"type":"Feature","id":"n6326316632","geometry":{"type":"Point","coordinates":[-0.1053871,51.5341996]},"properties":{"@type":"node","@id":6326316632,"@timestamp":1552082047},"coords":"51.5341996,-0.1053871","bedrooms":"1","price":"231000","area":"498"} , +{"type":"Feature","id":"n6326316642","geometry":{"type":"Point","coordinates":[-0.1057742,51.5331842]},"properties":{"@type":"node","@id":6326316642,"@timestamp":1552082047},"coords":"51.5331842,-0.1057742","bedrooms":"4","price":"213000","area":"671"} , +{"type":"Feature","id":"n6326491234","geometry":{"type":"Point","coordinates":[0.1250491,51.5516237]},"properties":{"@type":"node","@id":6326491234,"@timestamp":1552089144},"coords":"51.5516237,0.1250491","bedrooms":"1","price":"264000","area":"530"} , +{"type":"Feature","id":"n6326689591","geometry":{"type":"Point","coordinates":[-0.1550259,51.5195527]},"properties":{"@type":"node","@id":6326689591,"@timestamp":1552111306},"coords":"51.5195527,-0.1550259","bedrooms":"1","price":"232000","area":"444"} , +{"type":"Feature","id":"n6326822441","geometry":{"type":"Point","coordinates":[0.0704658,51.2830161]},"properties":{"@type":"node","@id":6326822441,"@timestamp":1552126118},"coords":"51.2830161,0.0704658","bedrooms":"3","price":"154000","area":"430"} , +{"type":"Feature","id":"n6326957292","geometry":{"type":"Point","coordinates":[0.1351998,51.2799898]},"properties":{"@type":"node","@id":6326957292,"@timestamp":1552130829},"coords":"51.2799898,0.1351998","bedrooms":"0","price":"249000","area":"665"} , +{"type":"Feature","id":"n6327030535","geometry":{"type":"Point","coordinates":[-0.1547025,51.518905]},"properties":{"@type":"node","@id":6327030535,"@timestamp":1552193671},"coords":"51.518905,-0.1547025","bedrooms":"4","price":"298000","area":"521"} , +{"type":"Feature","id":"n6327327663","geometry":{"type":"Point","coordinates":[-0.1063986,51.0000144]},"properties":{"@type":"node","@id":6327327663,"@timestamp":1610365592},"coords":"51.0000144,-0.1063986","bedrooms":"3","price":"264000","area":"543"} , +{"type":"Feature","id":"n6327337112","geometry":{"type":"Point","coordinates":[0.1615159,51.3168751]},"properties":{"@type":"node","@id":6327337112,"@timestamp":1552144008},"coords":"51.3168751,0.1615159","bedrooms":"3","price":"152000","area":"387"} , +{"type":"Feature","id":"n6327405621","geometry":{"type":"Point","coordinates":[-0.1629266,51.433426]},"properties":{"@type":"node","@id":6327405621,"@timestamp":1552146003},"coords":"51.433426,-0.1629266","bedrooms":"3","price":"259000","area":"634"} , +{"type":"Feature","id":"n6327436908","geometry":{"type":"Point","coordinates":[0.0136745,51.5463629]},"properties":{"@type":"node","@id":6327436908,"@timestamp":1552147147},"coords":"51.5463629,0.0136745","bedrooms":"2","price":"237000","area":"535"} , +{"type":"Feature","id":"n6327436938","geometry":{"type":"Point","coordinates":[0.0138564,51.5463502]},"properties":{"@type":"node","@id":6327436938,"@timestamp":1628268011},"coords":"51.5463502,0.0138564","bedrooms":"0","price":"186000","area":"526"} , +{"type":"Feature","id":"n6327456351","geometry":{"type":"Point","coordinates":[0.0130406,51.5463178]},"properties":{"@type":"node","@id":6327456351,"@timestamp":1628268011},"coords":"51.5463178,0.0130406","bedrooms":"3","price":"158000","area":"520"} , +{"type":"Feature","id":"n6327543554","geometry":{"type":"Point","coordinates":[-0.1240755,51.500856]},"properties":{"@type":"node","@id":6327543554,"@timestamp":1616351625},"coords":"51.500856,-0.1240755","bedrooms":"2","price":"290000","area":"576"} , +{"type":"Feature","id":"n6327578800","geometry":{"type":"Point","coordinates":[0.0146111,51.5451213]},"properties":{"@type":"node","@id":6327578800,"@timestamp":1552840759},"coords":"51.5451213,0.0146111","bedrooms":"3","price":"270000","area":"417"} , +{"type":"Feature","id":"n6327615075","geometry":{"type":"Point","coordinates":[-0.1041911,51.5130756]},"properties":{"@type":"node","@id":6327615075,"@timestamp":1564903671},"coords":"51.5130756,-0.1041911","bedrooms":"0","price":"222000","area":"383"} , +{"type":"Feature","id":"n6327789689","geometry":{"type":"Point","coordinates":[-0.2026955,51.337706]},"properties":{"@type":"node","@id":6327789689,"@timestamp":1552161124},"coords":"51.337706,-0.2026955","bedrooms":"1","price":"246000","area":"422"} , +{"type":"Feature","id":"n6327958535","geometry":{"type":"Point","coordinates":[-0.0106476,51.646343]},"properties":{"@type":"node","@id":6327958535,"@timestamp":1552169031},"coords":"51.646343,-0.0106476","bedrooms":"0","price":"270000","area":"553"} , +{"type":"Feature","id":"n6327958948","geometry":{"type":"Point","coordinates":[0.0586091,51.6091342]},"properties":{"@type":"node","@id":6327958948,"@timestamp":1552169037},"coords":"51.6091342,0.0586091","bedrooms":"0","price":"284000","area":"641"} , +{"type":"Feature","id":"n6327959390","geometry":{"type":"Point","coordinates":[0.2076141,51.6096695]},"properties":{"@type":"node","@id":6327959390,"@timestamp":1552169040},"coords":"51.6096695,0.2076141","bedrooms":"1","price":"179000","area":"414"} , +{"type":"Feature","id":"n6327959456","geometry":{"type":"Point","coordinates":[0.2564326,51.6060486]},"properties":{"@type":"node","@id":6327959456,"@timestamp":1554977771},"coords":"51.6060486,0.2564326","bedrooms":"2","price":"167000","area":"667"} , +{"type":"Feature","id":"n6327959522","geometry":{"type":"Point","coordinates":[0.2712428,51.5757517]},"properties":{"@type":"node","@id":6327959522,"@timestamp":1554987459},"coords":"51.5757517,0.2712428","bedrooms":"0","price":"261000","area":"431"} , +{"type":"Feature","id":"n6327969157","geometry":{"type":"Point","coordinates":[-0.2394793,51.7642623]},"properties":{"@type":"node","@id":6327969157,"@timestamp":1552169640},"coords":"51.7642623,-0.2394793","bedrooms":"2","price":"178000","area":"639"} , +{"type":"Feature","id":"n6327985888","geometry":{"type":"Point","coordinates":[0.1499585,51.4116318]},"properties":{"@type":"node","@id":6327985888,"@timestamp":1552170652},"coords":"51.4116318,0.1499585","bedrooms":"0","price":"194000","area":"473"} , +{"type":"Feature","id":"n6328017592","geometry":{"type":"Point","coordinates":[0.0130277,51.5461199]},"properties":{"@type":"node","@id":6328017592,"@timestamp":1628268011},"coords":"51.5461199,0.0130277","bedrooms":"1","price":"176000","area":"588"} , +{"type":"Feature","id":"n6328017636","geometry":{"type":"Point","coordinates":[0.013109,51.5454482]},"properties":{"@type":"node","@id":6328017636,"@timestamp":1552172083},"coords":"51.5454482,0.013109","bedrooms":"2","price":"246000","area":"470"} , +{"type":"Feature","id":"n6328017665","geometry":{"type":"Point","coordinates":[0.0126432,51.5461884]},"properties":{"@type":"node","@id":6328017665,"@timestamp":1628197136},"coords":"51.5461884,0.0126432","bedrooms":"3","price":"188000","area":"481"} , +{"type":"Feature","id":"n6328017903","geometry":{"type":"Point","coordinates":[0.0137748,51.5456697]},"properties":{"@type":"node","@id":6328017903,"@timestamp":1628262278},"coords":"51.5456697,0.0137748","bedrooms":"1","price":"171000","area":"492"} , +{"type":"Feature","id":"n6328017931","geometry":{"type":"Point","coordinates":[0.0145594,51.5454095]},"properties":{"@type":"node","@id":6328017931,"@timestamp":1628268011},"coords":"51.5454095,0.0145594","bedrooms":"0","price":"160000","area":"355"} , +{"type":"Feature","id":"n6328179254","geometry":{"type":"Point","coordinates":[-0.243484,51.7703766]},"properties":{"@type":"node","@id":6328179254,"@timestamp":1553906954},"coords":"51.7703766,-0.243484","bedrooms":"1","price":"159000","area":"357"} , +{"type":"Feature","id":"n6328300477","geometry":{"type":"Point","coordinates":[-0.1545107,51.5185444]},"properties":{"@type":"node","@id":6328300477,"@timestamp":1552193671},"coords":"51.5185444,-0.1545107","bedrooms":"1","price":"159000","area":"477"} , +{"type":"Feature","id":"n6328534735","geometry":{"type":"Point","coordinates":[-0.1548771,51.5183722]},"properties":{"@type":"node","@id":6328534735,"@timestamp":1552212995},"coords":"51.5183722,-0.1548771","bedrooms":"3","price":"173000","area":"680"} , +{"type":"Feature","id":"n6328669955","geometry":{"type":"Point","coordinates":[-0.1606111,51.3169683]},"properties":{"@type":"node","@id":6328669955,"@timestamp":1552218622},"coords":"51.3169683,-0.1606111","bedrooms":"0","price":"172000","area":"592"} , +{"type":"Feature","id":"n6328743297","geometry":{"type":"Point","coordinates":[-0.3167168,51.3928891]},"properties":{"@type":"node","@id":6328743297,"@timestamp":1632641293},"coords":"51.3928891,-0.3167168","bedrooms":"4","price":"261000","area":"483"} , +{"type":"Feature","id":"n6328822657","geometry":{"type":"Point","coordinates":[-0.0532945,51.5447665]},"properties":{"@type":"node","@id":6328822657,"@timestamp":1617888340},"coords":"51.5447665,-0.0532945","bedrooms":"3","price":"174000","area":"578"} , +{"type":"Feature","id":"n6328920542","geometry":{"type":"Point","coordinates":[-0.1906788,51.4591676]},"properties":{"@type":"node","@id":6328920542,"@timestamp":1630438272},"coords":"51.4591676,-0.1906788","bedrooms":"3","price":"181000","area":"552"} , +{"type":"Feature","id":"n6328934661","geometry":{"type":"Point","coordinates":[-0.6253671,51.4429943]},"properties":{"@type":"node","@id":6328934661,"@timestamp":1552228548},"coords":"51.4429943,-0.6253671","bedrooms":"4","price":"160000","area":"652"} , +{"type":"Feature","id":"n6328994083","geometry":{"type":"Point","coordinates":[-0.3682368,51.6206359]},"properties":{"@type":"node","@id":6328994083,"@timestamp":1552230041},"coords":"51.6206359,-0.3682368","bedrooms":"0","price":"210000","area":"648"} , +{"type":"Feature","id":"n6328998190","geometry":{"type":"Point","coordinates":[-0.4587473,51.4562042]},"properties":{"@type":"node","@id":6328998190,"@timestamp":1552230045},"coords":"51.4562042,-0.4587473","bedrooms":"3","price":"293000","area":"582"} , +{"type":"Feature","id":"n6329045952","geometry":{"type":"Point","coordinates":[-0.2354336,51.7371278]},"properties":{"@type":"node","@id":6329045952,"@timestamp":1552231290},"coords":"51.7371278,-0.2354336","bedrooms":"3","price":"292000","area":"421"} , +{"type":"Feature","id":"n6329067833","geometry":{"type":"Point","coordinates":[-0.0967272,51.4945455]},"properties":{"@type":"node","@id":6329067833,"@timestamp":1615092798},"coords":"51.4945455,-0.0967272","bedrooms":"4","price":"242000","area":"484"} , +{"type":"Feature","id":"n6329070745","geometry":{"type":"Point","coordinates":[-0.0450341,51.4921428]},"properties":{"@type":"node","@id":6329070745,"@timestamp":1552232545},"coords":"51.4921428,-0.0450341","bedrooms":"0","price":"293000","area":"455"} , +{"type":"Feature","id":"n6329117720","geometry":{"type":"Point","coordinates":[-0.9725021,51.1612875]},"properties":{"@type":"node","@id":6329117720,"@timestamp":1552234542},"coords":"51.1612875,-0.9725021","bedrooms":"1","price":"160000","area":"417"} , +{"type":"Feature","id":"n6329186042","geometry":{"type":"Point","coordinates":[-0.1333018,51.5077099]},"properties":{"@type":"node","@id":6329186042,"@timestamp":1552237208},"coords":"51.5077099,-0.1333018","bedrooms":"1","price":"258000","area":"599"} , +{"type":"Feature","id":"n6329204107","geometry":{"type":"Point","coordinates":[0.2600919,51.4663048]},"properties":{"@type":"node","@id":6329204107,"@timestamp":1552237863},"coords":"51.4663048,0.2600919","bedrooms":"4","price":"244000","area":"646"} , +{"type":"Feature","id":"n6329204127","geometry":{"type":"Point","coordinates":[0.2579417,51.4638974]},"properties":{"@type":"node","@id":6329204127,"@timestamp":1552237864},"coords":"51.4638974,0.2579417","bedrooms":"1","price":"257000","area":"611"} , +{"type":"Feature","id":"n6329204147","geometry":{"type":"Point","coordinates":[0.2589417,51.4646542]},"properties":{"@type":"node","@id":6329204147,"@timestamp":1552237865},"coords":"51.4646542,0.2589417","bedrooms":"3","price":"246000","area":"473"} , +{"type":"Feature","id":"n6329204164","geometry":{"type":"Point","coordinates":[0.2574199,51.4629503]},"properties":{"@type":"node","@id":6329204164,"@timestamp":1552237866},"coords":"51.4629503,0.2574199","bedrooms":"4","price":"244000","area":"557"} , +{"type":"Feature","id":"n6329208036","geometry":{"type":"Point","coordinates":[-0.2411749,51.7630647]},"properties":{"@type":"node","@id":6329208036,"@timestamp":1552238183},"coords":"51.7630647,-0.2411749","bedrooms":"3","price":"211000","area":"351"} , +{"type":"Feature","id":"n6329208046","geometry":{"type":"Point","coordinates":[-0.2407273,51.7635475]},"properties":{"@type":"node","@id":6329208046,"@timestamp":1552238184},"coords":"51.7635475,-0.2407273","bedrooms":"2","price":"282000","area":"649"} , +{"type":"Feature","id":"n6329298501","geometry":{"type":"Point","coordinates":[-0.2406224,51.763124]},"properties":{"@type":"node","@id":6329298501,"@timestamp":1635420703},"coords":"51.763124,-0.2406224","bedrooms":"4","price":"217000","area":"352"} , +{"type":"Feature","id":"n6329553883","geometry":{"type":"Point","coordinates":[-0.1042487,51.5257859]},"properties":{"@type":"node","@id":6329553883,"@timestamp":1552245301},"coords":"51.5257859,-0.1042487","bedrooms":"4","price":"259000","area":"444"} , +{"type":"Feature","id":"n6329563174","geometry":{"type":"Point","coordinates":[-0.0967803,51.5269563]},"properties":{"@type":"node","@id":6329563174,"@timestamp":1552245719},"coords":"51.5269563,-0.0967803","bedrooms":"4","price":"180000","area":"617"} , +{"type":"Feature","id":"n6329646079","geometry":{"type":"Point","coordinates":[-0.2402254,51.7637452]},"properties":{"@type":"node","@id":6329646079,"@timestamp":1635341340},"coords":"51.7637452,-0.2402254","bedrooms":"4","price":"225000","area":"429"} , +{"type":"Feature","id":"n6329657756","geometry":{"type":"Point","coordinates":[0.1045815,51.5296142]},"properties":{"@type":"node","@id":6329657756,"@timestamp":1552250243},"coords":"51.5296142,0.1045815","bedrooms":"3","price":"238000","area":"503"} , +{"type":"Feature","id":"n6329668943","geometry":{"type":"Point","coordinates":[-0.9686436,51.4582701]},"properties":{"@type":"node","@id":6329668943,"@timestamp":1616776780},"coords":"51.4582701,-0.9686436","bedrooms":"1","price":"250000","area":"677"} , +{"type":"Feature","id":"n6329690691","geometry":{"type":"Point","coordinates":[-0.1052287,51.5178754]},"properties":{"@type":"node","@id":6329690691,"@timestamp":1564903671},"coords":"51.5178754,-0.1052287","bedrooms":"0","price":"167000","area":"686"} , +{"type":"Feature","id":"n6329713764","geometry":{"type":"Point","coordinates":[0.1169758,51.5264606]},"properties":{"@type":"node","@id":6329713764,"@timestamp":1552253448},"coords":"51.5264606,0.1169758","bedrooms":"1","price":"193000","area":"418"} , +{"type":"Feature","id":"n6329714594","geometry":{"type":"Point","coordinates":[0.1171245,51.5294375]},"properties":{"@type":"node","@id":6329714594,"@timestamp":1552253448},"coords":"51.5294375,0.1171245","bedrooms":"4","price":"288000","area":"488"} , +{"type":"Feature","id":"n6329782295","geometry":{"type":"Point","coordinates":[0.1155585,51.5182901]},"properties":{"@type":"node","@id":6329782295,"@timestamp":1572434510},"coords":"51.5182901,0.1155585","bedrooms":"1","price":"183000","area":"665"} , +{"type":"Feature","id":"n6329859075","geometry":{"type":"Point","coordinates":[-0.5284139,51.114425]},"properties":{"@type":"node","@id":6329859075,"@timestamp":1552263200},"coords":"51.114425,-0.5284139","bedrooms":"1","price":"197000","area":"365"} , +{"type":"Feature","id":"n6329949192","geometry":{"type":"Point","coordinates":[-0.4121164,51.4432911]},"properties":{"@type":"node","@id":6329949192,"@timestamp":1575653839},"coords":"51.4432911,-0.4121164","bedrooms":"3","price":"199000","area":"394"} , +{"type":"Feature","id":"n6330448197","geometry":{"type":"Point","coordinates":[-0.7257982,50.995926]},"properties":{"@type":"node","@id":6330448197,"@timestamp":1552296181},"coords":"50.995926,-0.7257982","bedrooms":"2","price":"260000","area":"625"} , +{"type":"Feature","id":"n6330544899","geometry":{"type":"Point","coordinates":[-0.3893928,51.4482913]},"properties":{"@type":"node","@id":6330544899,"@timestamp":1554212965},"coords":"51.4482913,-0.3893928","bedrooms":"3","price":"202000","area":"385"} , +{"type":"Feature","id":"n6330578925","geometry":{"type":"Point","coordinates":[0.1246597,51.5244268]},"properties":{"@type":"node","@id":6330578925,"@timestamp":1572455756},"coords":"51.5244268,0.1246597","bedrooms":"1","price":"220000","area":"416"} , +{"type":"Feature","id":"n6330579136","geometry":{"type":"Point","coordinates":[0.1178182,51.5190846]},"properties":{"@type":"node","@id":6330579136,"@timestamp":1572514229},"coords":"51.5190846,0.1178182","bedrooms":"3","price":"195000","area":"584"} , +{"type":"Feature","id":"n6330655050","geometry":{"type":"Point","coordinates":[0.2888692,51.476528]},"properties":{"@type":"node","@id":6330655050,"@timestamp":1552303381},"coords":"51.476528,0.2888692","bedrooms":"4","price":"225000","area":"476"} , +{"type":"Feature","id":"n6331104324","geometry":{"type":"Point","coordinates":[0.0412782,51.4953814]},"properties":{"@type":"node","@id":6331104324,"@timestamp":1631753504},"coords":"51.4953814,0.0412782","bedrooms":"0","price":"296000","area":"559"} , +{"type":"Feature","id":"n6331176894","geometry":{"type":"Point","coordinates":[-1.0265779,51.5550722]},"properties":{"@type":"node","@id":6331176894,"@timestamp":1616517991},"coords":"51.5550722,-1.0265779","bedrooms":"2","price":"204000","area":"380"} , +{"type":"Feature","id":"n6331176904","geometry":{"type":"Point","coordinates":[-1.0257357,51.5557767]},"properties":{"@type":"node","@id":6331176904,"@timestamp":1552316164},"coords":"51.5557767,-1.0257357","bedrooms":"4","price":"261000","area":"694"} , +{"type":"Feature","id":"n6331176914","geometry":{"type":"Point","coordinates":[-1.0179412,51.5638825]},"properties":{"@type":"node","@id":6331176914,"@timestamp":1552316164},"coords":"51.5638825,-1.0179412","bedrooms":"3","price":"197000","area":"607"} , +{"type":"Feature","id":"n6331176924","geometry":{"type":"Point","coordinates":[-0.9905237,51.5662101]},"properties":{"@type":"node","@id":6331176924,"@timestamp":1552316164},"coords":"51.5662101,-0.9905237","bedrooms":"2","price":"221000","area":"624"} , +{"type":"Feature","id":"n6331176934","geometry":{"type":"Point","coordinates":[-0.9955958,51.573699]},"properties":{"@type":"node","@id":6331176934,"@timestamp":1552316164},"coords":"51.573699,-0.9955958","bedrooms":"3","price":"282000","area":"542"} , +{"type":"Feature","id":"n6331176944","geometry":{"type":"Point","coordinates":[-1.016871,51.5697063]},"properties":{"@type":"node","@id":6331176944,"@timestamp":1552316165},"coords":"51.5697063,-1.016871","bedrooms":"0","price":"279000","area":"591"} , +{"type":"Feature","id":"n6331176954","geometry":{"type":"Point","coordinates":[-1.0103908,51.5756227]},"properties":{"@type":"node","@id":6331176954,"@timestamp":1552316165},"coords":"51.5756227,-1.0103908","bedrooms":"2","price":"155000","area":"391"} , +{"type":"Feature","id":"n6331185078","geometry":{"type":"Point","coordinates":[-1.0347801,51.573809]},"properties":{"@type":"node","@id":6331185078,"@timestamp":1552316463},"coords":"51.573809,-1.0347801","bedrooms":"4","price":"189000","area":"418"} , +{"type":"Feature","id":"n6331187388","geometry":{"type":"Point","coordinates":[-1.0276777,51.5692928]},"properties":{"@type":"node","@id":6331187388,"@timestamp":1552316463},"coords":"51.5692928,-1.0276777","bedrooms":"0","price":"167000","area":"446"} , +{"type":"Feature","id":"n6331187398","geometry":{"type":"Point","coordinates":[-1.0123193,51.5820333]},"properties":{"@type":"node","@id":6331187398,"@timestamp":1552316464},"coords":"51.5820333,-1.0123193","bedrooms":"4","price":"226000","area":"531"} , +{"type":"Feature","id":"n6331187408","geometry":{"type":"Point","coordinates":[-1.0377118,51.5592136]},"properties":{"@type":"node","@id":6331187408,"@timestamp":1552316464},"coords":"51.5592136,-1.0377118","bedrooms":"2","price":"253000","area":"684"} , +{"type":"Feature","id":"n6331187418","geometry":{"type":"Point","coordinates":[-1.039238,51.5517791]},"properties":{"@type":"node","@id":6331187418,"@timestamp":1552316464},"coords":"51.5517791,-1.039238","bedrooms":"2","price":"291000","area":"398"} , +{"type":"Feature","id":"n6331204966","geometry":{"type":"Point","coordinates":[-0.843576,51.8690388]},"properties":{"@type":"node","@id":6331204966,"@timestamp":1552317259},"coords":"51.8690388,-0.843576","bedrooms":"1","price":"277000","area":"634"} , +{"type":"Feature","id":"n6331205531","geometry":{"type":"Point","coordinates":[-0.9487778,51.8132663]},"properties":{"@type":"node","@id":6331205531,"@timestamp":1552317260},"coords":"51.8132663,-0.9487778","bedrooms":"0","price":"285000","area":"401"} , +{"type":"Feature","id":"n6331218571","geometry":{"type":"Point","coordinates":[-1.0077703,51.8049114]},"properties":{"@type":"node","@id":6331218571,"@timestamp":1552317750},"coords":"51.8049114,-1.0077703","bedrooms":"0","price":"214000","area":"574"} , +{"type":"Feature","id":"n6331218581","geometry":{"type":"Point","coordinates":[-1.0283724,51.812603]},"properties":{"@type":"node","@id":6331218581,"@timestamp":1552317750},"coords":"51.812603,-1.0283724","bedrooms":"3","price":"218000","area":"509"} , +{"type":"Feature","id":"n6331219491","geometry":{"type":"Point","coordinates":[-1.0443878,51.8232062]},"properties":{"@type":"node","@id":6331219491,"@timestamp":1552317750},"coords":"51.8232062,-1.0443878","bedrooms":"1","price":"290000","area":"359"} , +{"type":"Feature","id":"n6331219501","geometry":{"type":"Point","coordinates":[-1.041365,51.831183]},"properties":{"@type":"node","@id":6331219501,"@timestamp":1552317750},"coords":"51.831183,-1.041365","bedrooms":"3","price":"152000","area":"454"} , +{"type":"Feature","id":"n6331219511","geometry":{"type":"Point","coordinates":[-1.0311082,51.8411289]},"properties":{"@type":"node","@id":6331219511,"@timestamp":1552317751},"coords":"51.8411289,-1.0311082","bedrooms":"1","price":"220000","area":"508"} , +{"type":"Feature","id":"n6331219521","geometry":{"type":"Point","coordinates":[-1.017386,51.8506517]},"properties":{"@type":"node","@id":6331219521,"@timestamp":1552317751},"coords":"51.8506517,-1.017386","bedrooms":"3","price":"220000","area":"381"} , +{"type":"Feature","id":"n6331219531","geometry":{"type":"Point","coordinates":[-1.0033742,51.8538046]},"properties":{"@type":"node","@id":6331219531,"@timestamp":1552317751},"coords":"51.8538046,-1.0033742","bedrooms":"0","price":"186000","area":"459"} , +{"type":"Feature","id":"n6331219541","geometry":{"type":"Point","coordinates":[-0.9991792,51.8545783]},"properties":{"@type":"node","@id":6331219541,"@timestamp":1552317751},"coords":"51.8545783,-0.9991792","bedrooms":"4","price":"239000","area":"534"} , +{"type":"Feature","id":"n6331219551","geometry":{"type":"Point","coordinates":[-1.0031392,51.8794307]},"properties":{"@type":"node","@id":6331219551,"@timestamp":1635156576},"coords":"51.8794307,-1.0031392","bedrooms":"4","price":"209000","area":"535"} , +{"type":"Feature","id":"n6331219561","geometry":{"type":"Point","coordinates":[-0.9919694,51.8726666]},"properties":{"@type":"node","@id":6331219561,"@timestamp":1635156576},"coords":"51.8726666,-0.9919694","bedrooms":"2","price":"249000","area":"595"} , +{"type":"Feature","id":"n6331219571","geometry":{"type":"Point","coordinates":[-0.9821123,51.8653057]},"properties":{"@type":"node","@id":6331219571,"@timestamp":1552317752},"coords":"51.8653057,-0.9821123","bedrooms":"1","price":"276000","area":"498"} , +{"type":"Feature","id":"n6331219581","geometry":{"type":"Point","coordinates":[-0.9938067,51.8540581]},"properties":{"@type":"node","@id":6331219581,"@timestamp":1552317752},"coords":"51.8540581,-0.9938067","bedrooms":"2","price":"246000","area":"463"} , +{"type":"Feature","id":"n6331219591","geometry":{"type":"Point","coordinates":[-0.9782445,51.8569456]},"properties":{"@type":"node","@id":6331219591,"@timestamp":1552317753},"coords":"51.8569456,-0.9782445","bedrooms":"0","price":"219000","area":"630"} , +{"type":"Feature","id":"n6331225397","geometry":{"type":"Point","coordinates":[-0.7492617,51.8645405]},"properties":{"@type":"node","@id":6331225397,"@timestamp":1552318020},"coords":"51.8645405,-0.7492617","bedrooms":"0","price":"230000","area":"685"} , +{"type":"Feature","id":"n6331225407","geometry":{"type":"Point","coordinates":[-0.7723743,51.8695937]},"properties":{"@type":"node","@id":6331225407,"@timestamp":1552318021},"coords":"51.8695937,-0.7723743","bedrooms":"3","price":"197000","area":"497"} , +{"type":"Feature","id":"n6331225417","geometry":{"type":"Point","coordinates":[-0.7700488,51.8685652]},"properties":{"@type":"node","@id":6331225417,"@timestamp":1552318021},"coords":"51.8685652,-0.7700488","bedrooms":"4","price":"290000","area":"431"} , +{"type":"Feature","id":"n6331225427","geometry":{"type":"Point","coordinates":[-0.7816815,51.8701071]},"properties":{"@type":"node","@id":6331225427,"@timestamp":1552318021},"coords":"51.8701071,-0.7816815","bedrooms":"4","price":"186000","area":"584"} , +{"type":"Feature","id":"n6331225437","geometry":{"type":"Point","coordinates":[-0.7964015,51.8714634]},"properties":{"@type":"node","@id":6331225437,"@timestamp":1552318021},"coords":"51.8714634,-0.7964015","bedrooms":"1","price":"227000","area":"586"} , +{"type":"Feature","id":"n6331225447","geometry":{"type":"Point","coordinates":[-0.8392552,51.8749427]},"properties":{"@type":"node","@id":6331225447,"@timestamp":1552318022},"coords":"51.8749427,-0.8392552","bedrooms":"1","price":"262000","area":"617"} , +{"type":"Feature","id":"n6331225457","geometry":{"type":"Point","coordinates":[-0.8235616,51.872987]},"properties":{"@type":"node","@id":6331225457,"@timestamp":1552318022},"coords":"51.872987,-0.8235616","bedrooms":"3","price":"257000","area":"441"} , +{"type":"Feature","id":"n6331225467","geometry":{"type":"Point","coordinates":[-0.8188999,51.862904]},"properties":{"@type":"node","@id":6331225467,"@timestamp":1552318022},"coords":"51.862904,-0.8188999","bedrooms":"2","price":"217000","area":"495"} , +{"type":"Feature","id":"n6331225477","geometry":{"type":"Point","coordinates":[-0.8167917,51.8723743]},"properties":{"@type":"node","@id":6331225477,"@timestamp":1552318022},"coords":"51.8723743,-0.8167917","bedrooms":"1","price":"172000","area":"638"} , +{"type":"Feature","id":"n6331265350","geometry":{"type":"Point","coordinates":[-0.2407996,51.7652181]},"properties":{"@type":"node","@id":6331265350,"@timestamp":1552319354},"coords":"51.7652181,-0.2407996","bedrooms":"1","price":"265000","area":"584"} , +{"type":"Feature","id":"n6331404183","geometry":{"type":"Point","coordinates":[-0.1278565,51.7448035]},"properties":{"@type":"node","@id":6331404183,"@timestamp":1552324034},"coords":"51.7448035,-0.1278565","bedrooms":"1","price":"216000","area":"572"} , +{"type":"Feature","id":"n6331439541","geometry":{"type":"Point","coordinates":[0.1240546,51.5254]},"properties":{"@type":"node","@id":6331439541,"@timestamp":1624593067},"coords":"51.5254,0.1240546","bedrooms":"1","price":"273000","area":"421"} , +{"type":"Feature","id":"n6331441323","geometry":{"type":"Point","coordinates":[-0.2400944,51.7677191]},"properties":{"@type":"node","@id":6331441323,"@timestamp":1552325486},"coords":"51.7677191,-0.2400944","bedrooms":"0","price":"262000","area":"697"} , +{"type":"Feature","id":"n6331691898","geometry":{"type":"Point","coordinates":[0.212317,51.2100522]},"properties":{"@type":"node","@id":6331691898,"@timestamp":1552334223},"coords":"51.2100522,0.212317","bedrooms":"0","price":"252000","area":"566"} , +{"type":"Feature","id":"n6331692051","geometry":{"type":"Point","coordinates":[0.1856677,51.1976551]},"properties":{"@type":"node","@id":6331692051,"@timestamp":1603465410},"coords":"51.1976551,0.1856677","bedrooms":"0","price":"258000","area":"519"} , +{"type":"Feature","id":"n6331741937","geometry":{"type":"Point","coordinates":[-0.9770394,51.4586368]},"properties":{"@type":"node","@id":6331741937,"@timestamp":1628890467},"coords":"51.4586368,-0.9770394","bedrooms":"3","price":"226000","area":"427"} , +{"type":"Feature","id":"n6331741956","geometry":{"type":"Point","coordinates":[-0.9774363,51.4584159]},"properties":{"@type":"node","@id":6331741956,"@timestamp":1624661989},"coords":"51.4584159,-0.9774363","bedrooms":"0","price":"247000","area":"458"} , +{"type":"Feature","id":"n6331800997","geometry":{"type":"Point","coordinates":[0.2135119,51.2207197]},"properties":{"@type":"node","@id":6331800997,"@timestamp":1552337708},"coords":"51.2207197,0.2135119","bedrooms":"1","price":"246000","area":"613"} , +{"type":"Feature","id":"n6331833586","geometry":{"type":"Point","coordinates":[-0.2420998,51.7637026]},"properties":{"@type":"node","@id":6331833586,"@timestamp":1552339093},"coords":"51.7637026,-0.2420998","bedrooms":"3","price":"186000","area":"589"} , +{"type":"Feature","id":"n6332233492","geometry":{"type":"Point","coordinates":[0.116258,51.5361792]},"properties":{"@type":"node","@id":6332233492,"@timestamp":1552359083},"coords":"51.5361792,0.116258","bedrooms":"2","price":"226000","area":"425"} , +{"type":"Feature","id":"n6332597621","geometry":{"type":"Point","coordinates":[-0.0431898,51.5064601]},"properties":{"@type":"node","@id":6332597621,"@timestamp":1552377702},"coords":"51.5064601,-0.0431898","bedrooms":"0","price":"260000","area":"579"} , +{"type":"Feature","id":"n6332798657","geometry":{"type":"Point","coordinates":[0.1347569,51.5249461]},"properties":{"@type":"node","@id":6332798657,"@timestamp":1552384097},"coords":"51.5249461,0.1347569","bedrooms":"1","price":"230000","area":"461"} , +{"type":"Feature","id":"n6333076806","geometry":{"type":"Point","coordinates":[-0.0692597,51.5909944]},"properties":{"@type":"node","@id":6333076806,"@timestamp":1552393526},"coords":"51.5909944,-0.0692597","bedrooms":"0","price":"211000","area":"691"} , +{"type":"Feature","id":"n6333172278","geometry":{"type":"Point","coordinates":[-0.1503599,51.2342937]},"properties":{"@type":"node","@id":6333172278,"@timestamp":1612774286},"coords":"51.2342937,-0.1503599","bedrooms":"0","price":"204000","area":"550"} , +{"type":"Feature","id":"n6333207825","geometry":{"type":"Point","coordinates":[0.1974984,51.2173128]},"properties":{"@type":"node","@id":6333207825,"@timestamp":1552397346},"coords":"51.2173128,0.1974984","bedrooms":"4","price":"278000","area":"601"} , +{"type":"Feature","id":"n6333353208","geometry":{"type":"Point","coordinates":[-0.4568172,51.5343014]},"properties":{"@type":"node","@id":6333353208,"@timestamp":1564903671},"coords":"51.5343014,-0.4568172","bedrooms":"2","price":"171000","area":"565"} , +{"type":"Feature","id":"n6333371557","geometry":{"type":"Point","coordinates":[-0.5165675,51.5090177]},"properties":{"@type":"node","@id":6333371557,"@timestamp":1552402595},"coords":"51.5090177,-0.5165675","bedrooms":"4","price":"266000","area":"486"} , +{"type":"Feature","id":"n6333408411","geometry":{"type":"Point","coordinates":[0.1861694,51.2098593]},"properties":{"@type":"node","@id":6333408411,"@timestamp":1552403783},"coords":"51.2098593,0.1861694","bedrooms":"4","price":"151000","area":"624"} , +{"type":"Feature","id":"n6333414152","geometry":{"type":"Point","coordinates":[-1.066993,51.6092788]},"properties":{"@type":"node","@id":6333414152,"@timestamp":1552736050},"coords":"51.6092788,-1.066993","bedrooms":"1","price":"285000","area":"681"} , +{"type":"Feature","id":"n6333438820","geometry":{"type":"Point","coordinates":[-0.4440916,51.5287568]},"properties":{"@type":"node","@id":6333438820,"@timestamp":1552404884},"coords":"51.5287568,-0.4440916","bedrooms":"1","price":"264000","area":"480"} , +{"type":"Feature","id":"n6333519336","geometry":{"type":"Point","coordinates":[-0.4264307,51.5237953]},"properties":{"@type":"node","@id":6333519336,"@timestamp":1564903671},"coords":"51.5237953,-0.4264307","bedrooms":"1","price":"229000","area":"477"} , +{"type":"Feature","id":"n6333793670","geometry":{"type":"Point","coordinates":[-0.2419003,51.7642425]},"properties":{"@type":"node","@id":6333793670,"@timestamp":1552415558},"coords":"51.7642425,-0.2419003","bedrooms":"3","price":"235000","area":"371"} , +{"type":"Feature","id":"n6334144849","geometry":{"type":"Point","coordinates":[-0.5359483,51.4318489]},"properties":{"@type":"node","@id":6334144849,"@timestamp":1563710095},"coords":"51.4318489,-0.5359483","bedrooms":"3","price":"223000","area":"688"} , +{"type":"Feature","id":"n6334221491","geometry":{"type":"Point","coordinates":[0.5953535,51.5937474]},"properties":{"@type":"node","@id":6334221491,"@timestamp":1552426336},"coords":"51.5937474,0.5953535","bedrooms":"2","price":"186000","area":"418"} , +{"type":"Feature","id":"n6334327785","geometry":{"type":"Point","coordinates":[-0.2435516,51.7672162]},"properties":{"@type":"node","@id":6334327785,"@timestamp":1614549840},"coords":"51.7672162,-0.2435516","bedrooms":"4","price":"289000","area":"589"} , +{"type":"Feature","id":"n6334487274","geometry":{"type":"Point","coordinates":[-0.0610313,51.4410425]},"properties":{"@type":"node","@id":6334487274,"@timestamp":1552609825},"coords":"51.4410425,-0.0610313","bedrooms":"1","price":"280000","area":"587"} , +{"type":"Feature","id":"n6334501845","geometry":{"type":"Point","coordinates":[-0.2581571,51.508442]},"properties":{"@type":"node","@id":6334501845,"@timestamp":1632658278},"coords":"51.508442,-0.2581571","bedrooms":"1","price":"240000","area":"457"} , +{"type":"Feature","id":"n6334572311","geometry":{"type":"Point","coordinates":[-0.2684791,51.332898]},"properties":{"@type":"node","@id":6334572311,"@timestamp":1598023688},"coords":"51.332898,-0.2684791","bedrooms":"3","price":"152000","area":"481"} , +{"type":"Feature","id":"n6334745851","geometry":{"type":"Point","coordinates":[-0.3448443,51.2910948]},"properties":{"@type":"node","@id":6334745851,"@timestamp":1552453087},"coords":"51.2910948,-0.3448443","bedrooms":"0","price":"173000","area":"458"} , +{"type":"Feature","id":"n6335017714","geometry":{"type":"Point","coordinates":[0.146521,51.527334]},"properties":{"@type":"node","@id":6335017714,"@timestamp":1552466980},"coords":"51.527334,0.146521","bedrooms":"0","price":"261000","area":"393"} , +{"type":"Feature","id":"n6335186573","geometry":{"type":"Point","coordinates":[0.3973253,51.4415793]},"properties":{"@type":"node","@id":6335186573,"@timestamp":1552473157},"coords":"51.4415793,0.3973253","bedrooms":"0","price":"211000","area":"694"} , +{"type":"Feature","id":"n6335504267","geometry":{"type":"Point","coordinates":[-0.1157199,51.5244505]},"properties":{"@type":"node","@id":6335504267,"@timestamp":1622514880},"coords":"51.5244505,-0.1157199","bedrooms":"3","price":"296000","area":"564"} , +{"type":"Feature","id":"n6335829398","geometry":{"type":"Point","coordinates":[-0.1271402,51.5308798]},"properties":{"@type":"node","@id":6335829398,"@timestamp":1556843248},"coords":"51.5308798,-0.1271402","bedrooms":"2","price":"260000","area":"486"} , +{"type":"Feature","id":"n6336120816","geometry":{"type":"Point","coordinates":[0.7394862,51.348692]},"properties":{"@type":"node","@id":6336120816,"@timestamp":1552501770},"coords":"51.348692,0.7394862","bedrooms":"4","price":"160000","area":"570"} , +{"type":"Feature","id":"n6336206905","geometry":{"type":"Point","coordinates":[0.2909846,51.6354174]},"properties":{"@type":"node","@id":6336206905,"@timestamp":1552505460},"coords":"51.6354174,0.2909846","bedrooms":"1","price":"209000","area":"485"} , +{"type":"Feature","id":"n6336543641","geometry":{"type":"Point","coordinates":[-0.1562335,51.52047]},"properties":{"@type":"node","@id":6336543641,"@timestamp":1552515887},"coords":"51.52047,-0.1562335","bedrooms":"4","price":"293000","area":"591"} , +{"type":"Feature","id":"n6336656923","geometry":{"type":"Point","coordinates":[0.0223578,51.5382456]},"properties":{"@type":"node","@id":6336656923,"@timestamp":1617621190},"coords":"51.5382456,0.0223578","bedrooms":"1","price":"205000","area":"458"} , +{"type":"Feature","id":"n6336997846","geometry":{"type":"Point","coordinates":[0.4164769,51.2135032]},"properties":{"@type":"node","@id":6336997846,"@timestamp":1617687361},"coords":"51.2135032,0.4164769","bedrooms":"4","price":"256000","area":"445"} , +{"type":"Feature","id":"n6337178431","geometry":{"type":"Point","coordinates":[0.1232989,51.4128461]},"properties":{"@type":"node","@id":6337178431,"@timestamp":1552552263},"coords":"51.4128461,0.1232989","bedrooms":"4","price":"249000","area":"628"} , +{"type":"Feature","id":"n6337460621","geometry":{"type":"Point","coordinates":[-1.060714,51.4427893]},"properties":{"@type":"node","@id":6337460621,"@timestamp":1552559207},"coords":"51.4427893,-1.060714","bedrooms":"0","price":"231000","area":"586"} , +{"type":"Feature","id":"n6337496638","geometry":{"type":"Point","coordinates":[0.136165,51.5230302]},"properties":{"@type":"node","@id":6337496638,"@timestamp":1573211875},"coords":"51.5230302,0.136165","bedrooms":"1","price":"263000","area":"693"} , +{"type":"Feature","id":"n6337689442","geometry":{"type":"Point","coordinates":[0.1472519,51.5276297]},"properties":{"@type":"node","@id":6337689442,"@timestamp":1606585621},"coords":"51.5276297,0.1472519","bedrooms":"3","price":"199000","area":"666"} , +{"type":"Feature","id":"n6338252673","geometry":{"type":"Point","coordinates":[-0.1565504,51.5215524]},"properties":{"@type":"node","@id":6338252673,"@timestamp":1552585873},"coords":"51.5215524,-0.1565504","bedrooms":"3","price":"244000","area":"382"} , +{"type":"Feature","id":"n6338462649","geometry":{"type":"Point","coordinates":[-0.2373094,51.7712768]},"properties":{"@type":"node","@id":6338462649,"@timestamp":1552594111},"coords":"51.7712768,-0.2373094","bedrooms":"2","price":"206000","area":"488"} , +{"type":"Feature","id":"n6338601247","geometry":{"type":"Point","coordinates":[-0.1126093,51.230882]},"properties":{"@type":"node","@id":6338601247,"@timestamp":1552598023},"coords":"51.230882,-0.1126093","bedrooms":"1","price":"219000","area":"371"} , +{"type":"Feature","id":"n6338673620","geometry":{"type":"Point","coordinates":[-0.4209925,51.4505646]},"properties":{"@type":"node","@id":6338673620,"@timestamp":1568443355},"coords":"51.4505646,-0.4209925","bedrooms":"4","price":"273000","area":"596"} , +{"type":"Feature","id":"n6338682421","geometry":{"type":"Point","coordinates":[-0.4169206,51.449761]},"properties":{"@type":"node","@id":6338682421,"@timestamp":1556107108},"coords":"51.449761,-0.4169206","bedrooms":"3","price":"171000","area":"434"} , +{"type":"Feature","id":"n6338697413","geometry":{"type":"Point","coordinates":[0.1195259,51.7824047]},"properties":{"@type":"node","@id":6338697413,"@timestamp":1552601951},"coords":"51.7824047,0.1195259","bedrooms":"1","price":"219000","area":"694"} , +{"type":"Feature","id":"n6338708702","geometry":{"type":"Point","coordinates":[-0.4048963,51.4454242]},"properties":{"@type":"node","@id":6338708702,"@timestamp":1552602617},"coords":"51.4454242,-0.4048963","bedrooms":"3","price":"160000","area":"643"} , +{"type":"Feature","id":"n6338723173","geometry":{"type":"Point","coordinates":[-0.4286536,51.451376]},"properties":{"@type":"node","@id":6338723173,"@timestamp":1552603683},"coords":"51.451376,-0.4286536","bedrooms":"0","price":"161000","area":"448"} , +{"type":"Feature","id":"n6338745998","geometry":{"type":"Point","coordinates":[-0.4286356,51.4536947]},"properties":{"@type":"node","@id":6338745998,"@timestamp":1576839515},"coords":"51.4536947,-0.4286356","bedrooms":"4","price":"229000","area":"365"} , +{"type":"Feature","id":"n6338774666","geometry":{"type":"Point","coordinates":[-0.2384209,51.7626065]},"properties":{"@type":"node","@id":6338774666,"@timestamp":1552607338},"coords":"51.7626065,-0.2384209","bedrooms":"0","price":"292000","area":"372"} , +{"type":"Feature","id":"n6338822995","geometry":{"type":"Point","coordinates":[-0.0940133,51.4932402]},"properties":{"@type":"node","@id":6338822995,"@timestamp":1627213868},"coords":"51.4932402,-0.0940133","bedrooms":"4","price":"282000","area":"668"} , +{"type":"Feature","id":"n6339008589","geometry":{"type":"Point","coordinates":[-0.3631527,51.4731285]},"properties":{"@type":"node","@id":6339008589,"@timestamp":1552623291},"coords":"51.4731285,-0.3631527","bedrooms":"4","price":"208000","area":"646"} , +{"type":"Feature","id":"n6339405968","geometry":{"type":"Point","coordinates":[-0.4315256,51.4483931]},"properties":{"@type":"node","@id":6339405968,"@timestamp":1567123538},"coords":"51.4483931,-0.4315256","bedrooms":"0","price":"164000","area":"508"} , +{"type":"Feature","id":"n6339483802","geometry":{"type":"Point","coordinates":[-0.1018659,51.492266]},"properties":{"@type":"node","@id":6339483802,"@timestamp":1627528481},"coords":"51.492266,-0.1018659","bedrooms":"4","price":"229000","area":"501"} , +{"type":"Feature","id":"n6339539442","geometry":{"type":"Point","coordinates":[-0.4234554,51.4499321]},"properties":{"@type":"node","@id":6339539442,"@timestamp":1552647533},"coords":"51.4499321,-0.4234554","bedrooms":"1","price":"267000","area":"546"} , +{"type":"Feature","id":"n6339655254","geometry":{"type":"Point","coordinates":[-0.1258577,51.6365893]},"properties":{"@type":"node","@id":6339655254,"@timestamp":1552652339},"coords":"51.6365893,-0.1258577","bedrooms":"1","price":"171000","area":"669"} , +{"type":"Feature","id":"n6339963916","geometry":{"type":"Point","coordinates":[-0.9762493,51.4544281]},"properties":{"@type":"node","@id":6339963916,"@timestamp":1552661935},"coords":"51.4544281,-0.9762493","bedrooms":"1","price":"298000","area":"410"} , +{"type":"Feature","id":"n6340134841","geometry":{"type":"Point","coordinates":[-0.4073201,51.4449436]},"properties":{"@type":"node","@id":6340134841,"@timestamp":1552666496},"coords":"51.4449436,-0.4073201","bedrooms":"1","price":"217000","area":"495"} , +{"type":"Feature","id":"n6340157344","geometry":{"type":"Point","coordinates":[-0.4081831,51.4432958]},"properties":{"@type":"node","@id":6340157344,"@timestamp":1552667258},"coords":"51.4432958,-0.4081831","bedrooms":"3","price":"177000","area":"671"} , +{"type":"Feature","id":"n6340198998","geometry":{"type":"Point","coordinates":[-0.4073963,51.4498374]},"properties":{"@type":"node","@id":6340198998,"@timestamp":1574793730},"coords":"51.4498374,-0.4073963","bedrooms":"1","price":"277000","area":"609"} , +{"type":"Feature","id":"n6340237361","geometry":{"type":"Point","coordinates":[-0.1333079,51.5216095]},"properties":{"@type":"node","@id":6340237361,"@timestamp":1575121341},"coords":"51.5216095,-0.1333079","bedrooms":"1","price":"263000","area":"510"} , +{"type":"Feature","id":"n6340270792","geometry":{"type":"Point","coordinates":[-0.1571156,51.5216729]},"properties":{"@type":"node","@id":6340270792,"@timestamp":1609532273},"coords":"51.5216729,-0.1571156","bedrooms":"2","price":"162000","area":"373"} , +{"type":"Feature","id":"n6340560002","geometry":{"type":"Point","coordinates":[-1.0073151,51.4427534]},"properties":{"@type":"node","@id":6340560002,"@timestamp":1635087046},"coords":"51.4427534,-1.0073151","bedrooms":"4","price":"161000","area":"363"} , +{"type":"Feature","id":"n6340627120","geometry":{"type":"Point","coordinates":[-0.9850447,51.4473784]},"properties":{"@type":"node","@id":6340627120,"@timestamp":1552684755},"coords":"51.4473784,-0.9850447","bedrooms":"4","price":"228000","area":"610"} , +{"type":"Feature","id":"n6340671282","geometry":{"type":"Point","coordinates":[-0.9783219,51.447799]},"properties":{"@type":"node","@id":6340671282,"@timestamp":1614104553},"coords":"51.447799,-0.9783219","bedrooms":"0","price":"216000","area":"697"} , +{"type":"Feature","id":"n6340767064","geometry":{"type":"Point","coordinates":[-0.2289172,51.4068232]},"properties":{"@type":"node","@id":6340767064,"@timestamp":1563576592},"coords":"51.4068232,-0.2289172","bedrooms":"4","price":"252000","area":"664"} , +{"type":"Feature","id":"n6340951135","geometry":{"type":"Point","coordinates":[-0.1562566,51.5220052]},"properties":{"@type":"node","@id":6340951135,"@timestamp":1552710819},"coords":"51.5220052,-0.1562566","bedrooms":"0","price":"281000","area":"436"} , +{"type":"Feature","id":"n6341112348","geometry":{"type":"Point","coordinates":[0.1235862,51.7766463]},"properties":{"@type":"node","@id":6341112348,"@timestamp":1552727945},"coords":"51.7766463,0.1235862","bedrooms":"2","price":"269000","area":"508"} , +{"type":"Feature","id":"n6341244128","geometry":{"type":"Point","coordinates":[-1.068483,51.6139839]},"properties":{"@type":"node","@id":6341244128,"@timestamp":1552736049},"coords":"51.6139839,-1.068483","bedrooms":"1","price":"193000","area":"467"} , +{"type":"Feature","id":"n6341255099","geometry":{"type":"Point","coordinates":[-1.0680142,51.618234]},"properties":{"@type":"node","@id":6341255099,"@timestamp":1552737184},"coords":"51.618234,-1.0680142","bedrooms":"2","price":"224000","area":"584"} , +{"type":"Feature","id":"n6341459522","geometry":{"type":"Point","coordinates":[-0.2354886,51.7703019]},"properties":{"@type":"node","@id":6341459522,"@timestamp":1552747021},"coords":"51.7703019,-0.2354886","bedrooms":"3","price":"191000","area":"432"} , +{"type":"Feature","id":"n6341498526","geometry":{"type":"Point","coordinates":[-0.5181454,51.9353378]},"properties":{"@type":"node","@id":6341498526,"@timestamp":1631464088},"coords":"51.9353378,-0.5181454","bedrooms":"3","price":"269000","area":"517"} , +{"type":"Feature","id":"n6341521316","geometry":{"type":"Point","coordinates":[-0.5217289,51.9412322]},"properties":{"@type":"node","@id":6341521316,"@timestamp":1552750154},"coords":"51.9412322,-0.5217289","bedrooms":"4","price":"150000","area":"540"} , +{"type":"Feature","id":"n6341710917","geometry":{"type":"Point","coordinates":[-0.2347186,51.7666952]},"properties":{"@type":"node","@id":6341710917,"@timestamp":1552757564},"coords":"51.7666952,-0.2347186","bedrooms":"0","price":"262000","area":"550"} , +{"type":"Feature","id":"n6341710935","geometry":{"type":"Point","coordinates":[-0.2351208,51.7663001]},"properties":{"@type":"node","@id":6341710935,"@timestamp":1552757565},"coords":"51.7663001,-0.2351208","bedrooms":"0","price":"181000","area":"524"} , +{"type":"Feature","id":"n6341878094","geometry":{"type":"Point","coordinates":[-0.949727,51.4569706]},"properties":{"@type":"node","@id":6341878094,"@timestamp":1626894710},"coords":"51.4569706,-0.949727","bedrooms":"0","price":"156000","area":"538"} , +{"type":"Feature","id":"n6341896314","geometry":{"type":"Point","coordinates":[-0.9420141,51.4546413]},"properties":{"@type":"node","@id":6341896314,"@timestamp":1631478379},"coords":"51.4546413,-0.9420141","bedrooms":"3","price":"203000","area":"363"} , +{"type":"Feature","id":"n6341946880","geometry":{"type":"Point","coordinates":[-0.2412076,51.7723038]},"properties":{"@type":"node","@id":6341946880,"@timestamp":1552769695},"coords":"51.7723038,-0.2412076","bedrooms":"2","price":"209000","area":"592"} , +{"type":"Feature","id":"n6342001744","geometry":{"type":"Point","coordinates":[-0.5602264,51.9645839]},"properties":{"@type":"node","@id":6342001744,"@timestamp":1552824899},"coords":"51.9645839,-0.5602264","bedrooms":"1","price":"257000","area":"388"} , +{"type":"Feature","id":"n6342075818","geometry":{"type":"Point","coordinates":[-0.5342658,51.9490278]},"properties":{"@type":"node","@id":6342075818,"@timestamp":1552776322},"coords":"51.9490278,-0.5342658","bedrooms":"4","price":"229000","area":"517"} , +{"type":"Feature","id":"n6342075828","geometry":{"type":"Point","coordinates":[-0.5313948,51.9468346]},"properties":{"@type":"node","@id":6342075828,"@timestamp":1552776323},"coords":"51.9468346,-0.5313948","bedrooms":"1","price":"219000","area":"589"} , +{"type":"Feature","id":"n6342177237","geometry":{"type":"Point","coordinates":[-0.2520198,51.7738968]},"properties":{"@type":"node","@id":6342177237,"@timestamp":1552783228},"coords":"51.7738968,-0.2520198","bedrooms":"0","price":"214000","area":"571"} , +{"type":"Feature","id":"n6342450112","geometry":{"type":"Point","coordinates":[-0.1539105,51.5211132]},"properties":{"@type":"node","@id":6342450112,"@timestamp":1552801029},"coords":"51.5211132,-0.1539105","bedrooms":"3","price":"299000","area":"387"} , +{"type":"Feature","id":"n6342537375","geometry":{"type":"Point","coordinates":[-0.151535,51.5229143]},"properties":{"@type":"node","@id":6342537375,"@timestamp":1552809523},"coords":"51.5229143,-0.151535","bedrooms":"2","price":"205000","area":"489"} , +{"type":"Feature","id":"n6342916611","geometry":{"type":"Point","coordinates":[-0.0176687,51.4194099]},"properties":{"@type":"node","@id":6342916611,"@timestamp":1555148744},"coords":"51.4194099,-0.0176687","bedrooms":"3","price":"215000","area":"652"} , +{"type":"Feature","id":"n6342959449","geometry":{"type":"Point","coordinates":[-0.5011794,51.9287506]},"properties":{"@type":"node","@id":6342959449,"@timestamp":1552824899},"coords":"51.9287506,-0.5011794","bedrooms":"4","price":"285000","area":"494"} , +{"type":"Feature","id":"n6343010479","geometry":{"type":"Point","coordinates":[-0.6065831,51.8372738]},"properties":{"@type":"node","@id":6343010479,"@timestamp":1552827078},"coords":"51.8372738,-0.6065831","bedrooms":"4","price":"235000","area":"479"} , +{"type":"Feature","id":"n6343033749","geometry":{"type":"Point","coordinates":[-0.452473,51.4402937]},"properties":{"@type":"node","@id":6343033749,"@timestamp":1574784951},"coords":"51.4402937,-0.452473","bedrooms":"0","price":"200000","area":"679"} , +{"type":"Feature","id":"n6343093612","geometry":{"type":"Point","coordinates":[-0.3825387,51.6797214]},"properties":{"@type":"node","@id":6343093612,"@timestamp":1552831342},"coords":"51.6797214,-0.3825387","bedrooms":"1","price":"248000","area":"448"} , +{"type":"Feature","id":"n6343093622","geometry":{"type":"Point","coordinates":[-0.3814471,51.6789896]},"properties":{"@type":"node","@id":6343093622,"@timestamp":1552831343},"coords":"51.6789896,-0.3814471","bedrooms":"2","price":"279000","area":"411"} , +{"type":"Feature","id":"n6343093665","geometry":{"type":"Point","coordinates":[-0.3825864,51.6807768]},"properties":{"@type":"node","@id":6343093665,"@timestamp":1552831343},"coords":"51.6807768,-0.3825864","bedrooms":"3","price":"293000","area":"663"} , +{"type":"Feature","id":"n6343233409","geometry":{"type":"Point","coordinates":[-0.4180471,51.4544557]},"properties":{"@type":"node","@id":6343233409,"@timestamp":1635258870},"coords":"51.4544557,-0.4180471","bedrooms":"1","price":"236000","area":"398"} , +{"type":"Feature","id":"n6343348059","geometry":{"type":"Point","coordinates":[0.0138263,51.5457081]},"properties":{"@type":"node","@id":6343348059,"@timestamp":1628262278},"coords":"51.5457081,0.0138263","bedrooms":"1","price":"219000","area":"507"} , +{"type":"Feature","id":"n6343348894","geometry":{"type":"Point","coordinates":[0.0149601,51.5445068]},"properties":{"@type":"node","@id":6343348894,"@timestamp":1628268011},"coords":"51.5445068,0.0149601","bedrooms":"1","price":"280000","area":"564"} , +{"type":"Feature","id":"n6343348912","geometry":{"type":"Point","coordinates":[0.0145855,51.5434352]},"properties":{"@type":"node","@id":6343348912,"@timestamp":1552946686},"coords":"51.5434352,0.0145855","bedrooms":"4","price":"207000","area":"696"} , +{"type":"Feature","id":"n6343389462","geometry":{"type":"Point","coordinates":[0.0135894,51.5445102]},"properties":{"@type":"node","@id":6343389462,"@timestamp":1552842335},"coords":"51.5445102,0.0135894","bedrooms":"0","price":"281000","area":"669"} , +{"type":"Feature","id":"n6343455849","geometry":{"type":"Point","coordinates":[-0.4723511,51.5419361]},"properties":{"@type":"node","@id":6343455849,"@timestamp":1564903671},"coords":"51.5419361,-0.4723511","bedrooms":"4","price":"181000","area":"504"} , +{"type":"Feature","id":"n6343531749","geometry":{"type":"Point","coordinates":[-0.0576973,51.492025]},"properties":{"@type":"node","@id":6343531749,"@timestamp":1552848178},"coords":"51.492025,-0.0576973","bedrooms":"0","price":"253000","area":"596"} , +{"type":"Feature","id":"n6343567513","geometry":{"type":"Point","coordinates":[-0.4814862,51.5486526]},"properties":{"@type":"node","@id":6343567513,"@timestamp":1564903671},"coords":"51.5486526,-0.4814862","bedrooms":"3","price":"275000","area":"694"} , +{"type":"Feature","id":"n6343598664","geometry":{"type":"Point","coordinates":[-0.4838328,51.5498602]},"properties":{"@type":"node","@id":6343598664,"@timestamp":1552851043},"coords":"51.5498602,-0.4838328","bedrooms":"0","price":"202000","area":"679"} , +{"type":"Feature","id":"n6343642491","geometry":{"type":"Point","coordinates":[-0.2376573,51.7657747]},"properties":{"@type":"node","@id":6343642491,"@timestamp":1557093173},"coords":"51.7657747,-0.2376573","bedrooms":"4","price":"280000","area":"645"} , +{"type":"Feature","id":"n6343747597","geometry":{"type":"Point","coordinates":[-0.9141575,51.4626189]},"properties":{"@type":"node","@id":6343747597,"@timestamp":1552856593},"coords":"51.4626189,-0.9141575","bedrooms":"0","price":"265000","area":"541"} , +{"type":"Feature","id":"n6343761720","geometry":{"type":"Point","coordinates":[0.0132618,51.5451231]},"properties":{"@type":"node","@id":6343761720,"@timestamp":1628262278},"coords":"51.5451231,0.0132618","bedrooms":"3","price":"258000","area":"651"} , +{"type":"Feature","id":"n6343767875","geometry":{"type":"Point","coordinates":[0.0060463,51.5443319]},"properties":{"@type":"node","@id":6343767875,"@timestamp":1563640543},"coords":"51.5443319,0.0060463","bedrooms":"2","price":"271000","area":"565"} , +{"type":"Feature","id":"n6343827764","geometry":{"type":"Point","coordinates":[-0.2380525,51.7677002]},"properties":{"@type":"node","@id":6343827764,"@timestamp":1552861009},"coords":"51.7677002,-0.2380525","bedrooms":"1","price":"196000","area":"628"} , +{"type":"Feature","id":"n6343827924","geometry":{"type":"Point","coordinates":[-0.2356716,51.7678598]},"properties":{"@type":"node","@id":6343827924,"@timestamp":1552861010},"coords":"51.7678598,-0.2356716","bedrooms":"3","price":"240000","area":"580"} , +{"type":"Feature","id":"n6343890618","geometry":{"type":"Point","coordinates":[-0.2347127,51.4040048]},"properties":{"@type":"node","@id":6343890618,"@timestamp":1616321965},"coords":"51.4040048,-0.2347127","bedrooms":"0","price":"269000","area":"530"} , +{"type":"Feature","id":"n6343898851","geometry":{"type":"Point","coordinates":[-0.0253363,51.4455774]},"properties":{"@type":"node","@id":6343898851,"@timestamp":1610632070},"coords":"51.4455774,-0.0253363","bedrooms":"1","price":"282000","area":"506"} , +{"type":"Feature","id":"n6344661758","geometry":{"type":"Point","coordinates":[-0.0243737,51.0329076]},"properties":{"@type":"node","@id":6344661758,"@timestamp":1595598311},"coords":"51.0329076,-0.0243737","bedrooms":"2","price":"237000","area":"650"} , +{"type":"Feature","id":"n6344976106","geometry":{"type":"Point","coordinates":[-0.1089608,51.4741301]},"properties":{"@type":"node","@id":6344976106,"@timestamp":1611336152},"coords":"51.4741301,-0.1089608","bedrooms":"4","price":"186000","area":"470"} , +{"type":"Feature","id":"n6345056574","geometry":{"type":"Point","coordinates":[-0.2028145,51.4220584]},"properties":{"@type":"node","@id":6345056574,"@timestamp":1552916514},"coords":"51.4220584,-0.2028145","bedrooms":"2","price":"260000","area":"504"} , +{"type":"Feature","id":"n6345444987","geometry":{"type":"Point","coordinates":[-0.903066,51.4684166]},"properties":{"@type":"node","@id":6345444987,"@timestamp":1552925518},"coords":"51.4684166,-0.903066","bedrooms":"1","price":"290000","area":"617"} , +{"type":"Feature","id":"n6345493393","geometry":{"type":"Point","coordinates":[-0.8855977,51.4738187]},"properties":{"@type":"node","@id":6345493393,"@timestamp":1552927857},"coords":"51.4738187,-0.8855977","bedrooms":"0","price":"188000","area":"680"} , +{"type":"Feature","id":"n6345565187","geometry":{"type":"Point","coordinates":[-0.3774306,51.3077207]},"properties":{"@type":"node","@id":6345565187,"@timestamp":1552930484},"coords":"51.3077207,-0.3774306","bedrooms":"4","price":"218000","area":"548"} , +{"type":"Feature","id":"n6345979103","geometry":{"type":"Point","coordinates":[-0.2383101,51.762885]},"properties":{"@type":"node","@id":6345979103,"@timestamp":1552951361},"coords":"51.762885,-0.2383101","bedrooms":"3","price":"212000","area":"373"} , +{"type":"Feature","id":"n6346029144","geometry":{"type":"Point","coordinates":[-0.2397712,51.7611742]},"properties":{"@type":"node","@id":6346029144,"@timestamp":1552945836},"coords":"51.7611742,-0.2397712","bedrooms":"4","price":"296000","area":"399"} , +{"type":"Feature","id":"n6346029154","geometry":{"type":"Point","coordinates":[-0.2401359,51.7608711]},"properties":{"@type":"node","@id":6346029154,"@timestamp":1552945837},"coords":"51.7608711,-0.2401359","bedrooms":"4","price":"296000","area":"690"} , +{"type":"Feature","id":"n6346036143","geometry":{"type":"Point","coordinates":[0.0031774,51.5446731]},"properties":{"@type":"node","@id":6346036143,"@timestamp":1552946101},"coords":"51.5446731,0.0031774","bedrooms":"3","price":"281000","area":"350"} , +{"type":"Feature","id":"n6346049455","geometry":{"type":"Point","coordinates":[-0.2411095,51.7610016]},"properties":{"@type":"node","@id":6346049455,"@timestamp":1552946534},"coords":"51.7610016,-0.2411095","bedrooms":"3","price":"174000","area":"523"} , +{"type":"Feature","id":"n6346182525","geometry":{"type":"Point","coordinates":[-0.2406668,51.7605304]},"properties":{"@type":"node","@id":6346182525,"@timestamp":1552951359},"coords":"51.7605304,-0.2406668","bedrooms":"1","price":"223000","area":"523"} , +{"type":"Feature","id":"n6346182535","geometry":{"type":"Point","coordinates":[-0.2410304,51.7609861]},"properties":{"@type":"node","@id":6346182535,"@timestamp":1552951359},"coords":"51.7609861,-0.2410304","bedrooms":"3","price":"292000","area":"545"} , +{"type":"Feature","id":"n6346182546","geometry":{"type":"Point","coordinates":[-0.2403076,51.7610742]},"properties":{"@type":"node","@id":6346182546,"@timestamp":1552952022},"coords":"51.7610742,-0.2403076","bedrooms":"3","price":"238000","area":"579"} , +{"type":"Feature","id":"n6346182556","geometry":{"type":"Point","coordinates":[-0.2398644,51.7615437]},"properties":{"@type":"node","@id":6346182556,"@timestamp":1552951360},"coords":"51.7615437,-0.2398644","bedrooms":"0","price":"226000","area":"421"} , +{"type":"Feature","id":"n6346205560","geometry":{"type":"Point","coordinates":[-0.2349751,51.4050202]},"properties":{"@type":"node","@id":6346205560,"@timestamp":1607299549},"coords":"51.4050202,-0.2349751","bedrooms":"2","price":"272000","area":"382"} , +{"type":"Feature","id":"n6346205576","geometry":{"type":"Point","coordinates":[-0.2351021,51.4047189]},"properties":{"@type":"node","@id":6346205576,"@timestamp":1607299549},"coords":"51.4047189,-0.2351021","bedrooms":"4","price":"225000","area":"549"} , +{"type":"Feature","id":"n6346225236","geometry":{"type":"Point","coordinates":[-0.2354795,51.4018205]},"properties":{"@type":"node","@id":6346225236,"@timestamp":1607185189},"coords":"51.4018205,-0.2354795","bedrooms":"0","price":"283000","area":"669"} , +{"type":"Feature","id":"n6346469492","geometry":{"type":"Point","coordinates":[-0.1578445,51.5214893]},"properties":{"@type":"node","@id":6346469492,"@timestamp":1552969762},"coords":"51.5214893,-0.1578445","bedrooms":"0","price":"162000","area":"467"} , +{"type":"Feature","id":"n6346726734","geometry":{"type":"Point","coordinates":[-0.1580075,51.5205236]},"properties":{"@type":"node","@id":6346726734,"@timestamp":1605631791},"coords":"51.5205236,-0.1580075","bedrooms":"3","price":"151000","area":"562"} , +{"type":"Feature","id":"n6346968654","geometry":{"type":"Point","coordinates":[0.0050505,51.5335771]},"properties":{"@type":"node","@id":6346968654,"@timestamp":1627916352},"coords":"51.5335771,0.0050505","bedrooms":"2","price":"205000","area":"422"} , +{"type":"Feature","id":"n6347357930","geometry":{"type":"Point","coordinates":[-0.786512,51.2391254]},"properties":{"@type":"node","@id":6347357930,"@timestamp":1622737974},"coords":"51.2391254,-0.786512","bedrooms":"4","price":"181000","area":"506"} , +{"type":"Feature","id":"n6347600438","geometry":{"type":"Point","coordinates":[0.7647751,51.3464934]},"properties":{"@type":"node","@id":6347600438,"@timestamp":1553007167},"coords":"51.3464934,0.7647751","bedrooms":"1","price":"285000","area":"512"} , +{"type":"Feature","id":"n6347782778","geometry":{"type":"Point","coordinates":[-0.156461,51.5185722]},"properties":{"@type":"node","@id":6347782778,"@timestamp":1553012919},"coords":"51.5185722,-0.156461","bedrooms":"4","price":"150000","area":"531"} , +{"type":"Feature","id":"n6348224457","geometry":{"type":"Point","coordinates":[-0.8540144,51.4592802]},"properties":{"@type":"node","@id":6348224457,"@timestamp":1620056349},"coords":"51.4592802,-0.8540144","bedrooms":"4","price":"206000","area":"618"} , +{"type":"Feature","id":"n6348247679","geometry":{"type":"Point","coordinates":[0.2262051,51.450467]},"properties":{"@type":"node","@id":6348247679,"@timestamp":1595632405},"coords":"51.450467,0.2262051","bedrooms":"1","price":"218000","area":"583"} , +{"type":"Feature","id":"n6348313751","geometry":{"type":"Point","coordinates":[-0.8021638,51.464314]},"properties":{"@type":"node","@id":6348313751,"@timestamp":1553029317},"coords":"51.464314,-0.8021638","bedrooms":"1","price":"253000","area":"434"} , +{"type":"Feature","id":"n6348415697","geometry":{"type":"Point","coordinates":[0.2515011,51.456491]},"properties":{"@type":"node","@id":6348415697,"@timestamp":1553033220},"coords":"51.456491,0.2515011","bedrooms":"0","price":"201000","area":"663"} , +{"type":"Feature","id":"n6348450708","geometry":{"type":"Point","coordinates":[-0.2394923,51.7630081]},"properties":{"@type":"node","@id":6348450708,"@timestamp":1553035467},"coords":"51.7630081,-0.2394923","bedrooms":"0","price":"235000","area":"684"} , +{"type":"Feature","id":"n6348455646","geometry":{"type":"Point","coordinates":[-0.3673282,51.82152]},"properties":{"@type":"node","@id":6348455646,"@timestamp":1553036037},"coords":"51.82152,-0.3673282","bedrooms":"2","price":"155000","area":"427"} , +{"type":"Feature","id":"n6348489213","geometry":{"type":"Point","coordinates":[-0.3531066,51.8151024]},"properties":{"@type":"node","@id":6348489213,"@timestamp":1553038226},"coords":"51.8151024,-0.3531066","bedrooms":"0","price":"167000","area":"636"} , +{"type":"Feature","id":"n6348641292","geometry":{"type":"Point","coordinates":[-0.4508055,51.5522112]},"properties":{"@type":"node","@id":6348641292,"@timestamp":1564903671},"coords":"51.5522112,-0.4508055","bedrooms":"0","price":"174000","area":"472"} , +{"type":"Feature","id":"n6348743429","geometry":{"type":"Point","coordinates":[-0.1567583,51.5178706]},"properties":{"@type":"node","@id":6348743429,"@timestamp":1553054743},"coords":"51.5178706,-0.1567583","bedrooms":"2","price":"296000","area":"526"} , +{"type":"Feature","id":"n6348895808","geometry":{"type":"Point","coordinates":[-0.156759,51.5173213]},"properties":{"@type":"node","@id":6348895808,"@timestamp":1553061457},"coords":"51.5173213,-0.156759","bedrooms":"1","price":"176000","area":"481"} , +{"type":"Feature","id":"n6349082119","geometry":{"type":"Point","coordinates":[-0.1563514,51.5171699]},"properties":{"@type":"node","@id":6349082119,"@timestamp":1553069763},"coords":"51.5171699,-0.1563514","bedrooms":"1","price":"229000","area":"481"} , +{"type":"Feature","id":"n6349590092","geometry":{"type":"Point","coordinates":[0.1148393,51.3939562]},"properties":{"@type":"node","@id":6349590092,"@timestamp":1555719297},"coords":"51.3939562,0.1148393","bedrooms":"2","price":"275000","area":"646"} , +{"type":"Feature","id":"n6349671332","geometry":{"type":"Point","coordinates":[0.1147462,51.3936722]},"properties":{"@type":"node","@id":6349671332,"@timestamp":1555719298},"coords":"51.3936722,0.1147462","bedrooms":"0","price":"248000","area":"392"} , +{"type":"Feature","id":"n6350078488","geometry":{"type":"Point","coordinates":[-0.2754232,51.614915]},"properties":{"@type":"node","@id":6350078488,"@timestamp":1553099465},"coords":"51.614915,-0.2754232","bedrooms":"2","price":"246000","area":"667"} , +{"type":"Feature","id":"n6350822731","geometry":{"type":"Point","coordinates":[0.7699936,51.8906222]},"properties":{"@type":"node","@id":6350822731,"@timestamp":1553111750},"coords":"51.8906222,0.7699936","bedrooms":"1","price":"289000","area":"363"} , +{"type":"Feature","id":"n6350966477","geometry":{"type":"Point","coordinates":[-0.2021544,51.8852036]},"properties":{"@type":"node","@id":6350966477,"@timestamp":1560072282},"coords":"51.8852036,-0.2021544","bedrooms":"1","price":"271000","area":"623"} , +{"type":"Feature","id":"n6351012567","geometry":{"type":"Point","coordinates":[-0.2724922,51.9483661]},"properties":{"@type":"node","@id":6351012567,"@timestamp":1553118106},"coords":"51.9483661,-0.2724922","bedrooms":"1","price":"156000","area":"410"} , +{"type":"Feature","id":"n6351163935","geometry":{"type":"Point","coordinates":[-0.2352095,51.7603086]},"properties":{"@type":"node","@id":6351163935,"@timestamp":1570899164},"coords":"51.7603086,-0.2352095","bedrooms":"1","price":"223000","area":"688"} , +{"type":"Feature","id":"n6351231161","geometry":{"type":"Point","coordinates":[-0.0041556,51.258448]},"properties":{"@type":"node","@id":6351231161,"@timestamp":1553126994},"coords":"51.258448,-0.0041556","bedrooms":"4","price":"259000","area":"634"} , +{"type":"Feature","id":"n6351241894","geometry":{"type":"Point","coordinates":[-0.0010008,51.2569473]},"properties":{"@type":"node","@id":6351241894,"@timestamp":1553126995},"coords":"51.2569473,-0.0010008","bedrooms":"4","price":"296000","area":"659"} , +{"type":"Feature","id":"n6351879410","geometry":{"type":"Point","coordinates":[-0.0078973,51.4142355]},"properties":{"@type":"node","@id":6351879410,"@timestamp":1553161032},"coords":"51.4142355,-0.0078973","bedrooms":"2","price":"227000","area":"407"} , +{"type":"Feature","id":"n6352416529","geometry":{"type":"Point","coordinates":[-0.1797428,51.1130552]},"properties":{"@type":"node","@id":6352416529,"@timestamp":1553181002},"coords":"51.1130552,-0.1797428","bedrooms":"3","price":"156000","area":"673"} , +{"type":"Feature","id":"n6352416541","geometry":{"type":"Point","coordinates":[-0.188941,51.1179652]},"properties":{"@type":"node","@id":6352416541,"@timestamp":1553181003},"coords":"51.1179652,-0.188941","bedrooms":"0","price":"277000","area":"659"} , +{"type":"Feature","id":"n6352535947","geometry":{"type":"Point","coordinates":[0.0465544,51.6255008]},"properties":{"@type":"node","@id":6352535947,"@timestamp":1553183503},"coords":"51.6255008,0.0465544","bedrooms":"4","price":"173000","area":"369"} , +{"type":"Feature","id":"n6352844500","geometry":{"type":"Point","coordinates":[-0.7025859,51.3104223]},"properties":{"@type":"node","@id":6352844500,"@timestamp":1584974348},"coords":"51.3104223,-0.7025859","bedrooms":"3","price":"284000","area":"682"} , +{"type":"Feature","id":"n6352934437","geometry":{"type":"Point","coordinates":[-0.6971592,51.3097855]},"properties":{"@type":"node","@id":6352934437,"@timestamp":1553198393},"coords":"51.3097855,-0.6971592","bedrooms":"4","price":"253000","area":"685"} , +{"type":"Feature","id":"n6353079227","geometry":{"type":"Point","coordinates":[-0.4896777,51.4725262]},"properties":{"@type":"node","@id":6353079227,"@timestamp":1573523610},"coords":"51.4725262,-0.4896777","bedrooms":"4","price":"245000","area":"473"} , +{"type":"Feature","id":"n6353189932","geometry":{"type":"Point","coordinates":[-0.0032694,51.2580189]},"properties":{"@type":"node","@id":6353189932,"@timestamp":1553207097},"coords":"51.2580189,-0.0032694","bedrooms":"3","price":"167000","area":"498"} , +{"type":"Feature","id":"n6353189951","geometry":{"type":"Point","coordinates":[-0.0015071,51.257159]},"properties":{"@type":"node","@id":6353189951,"@timestamp":1553207098},"coords":"51.257159,-0.0015071","bedrooms":"4","price":"184000","area":"656"} , +{"type":"Feature","id":"n6353312276","geometry":{"type":"Point","coordinates":[-0.2349924,51.4096716]},"properties":{"@type":"node","@id":6353312276,"@timestamp":1553211686},"coords":"51.4096716,-0.2349924","bedrooms":"4","price":"280000","area":"430"} , +{"type":"Feature","id":"n6353325014","geometry":{"type":"Point","coordinates":[0.1033213,51.6717759]},"properties":{"@type":"node","@id":6353325014,"@timestamp":1600337107},"coords":"51.6717759,0.1033213","bedrooms":"4","price":"190000","area":"534"} , +{"type":"Feature","id":"n6353763688","geometry":{"type":"Point","coordinates":[-0.1591965,51.5146764]},"properties":{"@type":"node","@id":6353763688,"@timestamp":1553238836},"coords":"51.5146764,-0.1591965","bedrooms":"2","price":"238000","area":"406"} , +{"type":"Feature","id":"n6354022575","geometry":{"type":"Point","coordinates":[-0.0469705,51.1710163]},"properties":{"@type":"node","@id":6354022575,"@timestamp":1608226201},"coords":"51.1710163,-0.0469705","bedrooms":"2","price":"229000","area":"357"} , +{"type":"Feature","id":"n6354294775","geometry":{"type":"Point","coordinates":[-0.1067125,51.5164461]},"properties":{"@type":"node","@id":6354294775,"@timestamp":1605266386},"coords":"51.5164461,-0.1067125","bedrooms":"4","price":"197000","area":"562"} , +{"type":"Feature","id":"n6354394129","geometry":{"type":"Point","coordinates":[-0.5715764,51.2360344]},"properties":{"@type":"node","@id":6354394129,"@timestamp":1553258648},"coords":"51.2360344,-0.5715764","bedrooms":"4","price":"174000","area":"643"} , +{"type":"Feature","id":"n6354550255","geometry":{"type":"Point","coordinates":[0.2563072,51.158313]},"properties":{"@type":"node","@id":6354550255,"@timestamp":1553263304},"coords":"51.158313,0.2563072","bedrooms":"0","price":"176000","area":"560"} , +{"type":"Feature","id":"n6354930756","geometry":{"type":"Point","coordinates":[-0.0267534,51.5705788]},"properties":{"@type":"node","@id":6354930756,"@timestamp":1553274369},"coords":"51.5705788,-0.0267534","bedrooms":"3","price":"261000","area":"423"} , +{"type":"Feature","id":"n6355146830","geometry":{"type":"Point","coordinates":[0.0001048,51.5430276]},"properties":{"@type":"node","@id":6355146830,"@timestamp":1553281102},"coords":"51.5430276,0.0001048","bedrooms":"0","price":"288000","area":"421"} , +{"type":"Feature","id":"n6355146840","geometry":{"type":"Point","coordinates":[-0.0001366,51.5429667]},"properties":{"@type":"node","@id":6355146840,"@timestamp":1553281103},"coords":"51.5429667,-0.0001366","bedrooms":"3","price":"218000","area":"477"} , +{"type":"Feature","id":"n6355146850","geometry":{"type":"Point","coordinates":[-0.0003781,51.5429058]},"properties":{"@type":"node","@id":6355146850,"@timestamp":1553281103},"coords":"51.5429058,-0.0003781","bedrooms":"1","price":"255000","area":"455"} , +{"type":"Feature","id":"n6355475525","geometry":{"type":"Point","coordinates":[-0.2315473,51.7627222]},"properties":{"@type":"node","@id":6355475525,"@timestamp":1553292267},"coords":"51.7627222,-0.2315473","bedrooms":"2","price":"163000","area":"370"} , +{"type":"Feature","id":"n6355741263","geometry":{"type":"Point","coordinates":[-0.0336584,51.5672062]},"properties":{"@type":"node","@id":6355741263,"@timestamp":1587417702},"coords":"51.5672062,-0.0336584","bedrooms":"1","price":"298000","area":"671"} , +{"type":"Feature","id":"n6355765329","geometry":{"type":"Point","coordinates":[-0.234502,51.409378]},"properties":{"@type":"node","@id":6355765329,"@timestamp":1553305450},"coords":"51.409378,-0.234502","bedrooms":"2","price":"235000","area":"382"} , +{"type":"Feature","id":"n6355891997","geometry":{"type":"Point","coordinates":[-0.1613313,51.5143256]},"properties":{"@type":"node","@id":6355891997,"@timestamp":1553320578},"coords":"51.5143256,-0.1613313","bedrooms":"3","price":"277000","area":"557"} , +{"type":"Feature","id":"n6356166644","geometry":{"type":"Point","coordinates":[-0.5640125,51.4270778]},"properties":{"@type":"node","@id":6356166644,"@timestamp":1553339614},"coords":"51.4270778,-0.5640125","bedrooms":"1","price":"233000","area":"686"} , +{"type":"Feature","id":"n6356166656","geometry":{"type":"Point","coordinates":[-0.561841,51.4252146]},"properties":{"@type":"node","@id":6356166656,"@timestamp":1553339615},"coords":"51.4252146,-0.561841","bedrooms":"4","price":"187000","area":"436"} , +{"type":"Feature","id":"n6356234354","geometry":{"type":"Point","coordinates":[-0.2265133,51.7634411]},"properties":{"@type":"node","@id":6356234354,"@timestamp":1597949148},"coords":"51.7634411,-0.2265133","bedrooms":"0","price":"153000","area":"545"} , +{"type":"Feature","id":"n6356375692","geometry":{"type":"Point","coordinates":[0.0134294,51.3684597]},"properties":{"@type":"node","@id":6356375692,"@timestamp":1625712463},"coords":"51.3684597,0.0134294","bedrooms":"1","price":"258000","area":"370"} , +{"type":"Feature","id":"n6356648173","geometry":{"type":"Point","coordinates":[-0.2253889,51.7641361]},"properties":{"@type":"node","@id":6356648173,"@timestamp":1553361207},"coords":"51.7641361,-0.2253889","bedrooms":"0","price":"228000","area":"395"} , +{"type":"Feature","id":"n6356930353","geometry":{"type":"Point","coordinates":[0.0997536,51.0475374]},"properties":{"@type":"node","@id":6356930353,"@timestamp":1553369560},"coords":"51.0475374,0.0997536","bedrooms":"3","price":"174000","area":"366"} , +{"type":"Feature","id":"n6357100796","geometry":{"type":"Point","coordinates":[0.0885685,51.7439074]},"properties":{"@type":"node","@id":6357100796,"@timestamp":1553378791},"coords":"51.7439074,0.0885685","bedrooms":"4","price":"209000","area":"390"} , +{"type":"Feature","id":"n6357132699","geometry":{"type":"Point","coordinates":[0.1077029,51.4235653]},"properties":{"@type":"node","@id":6357132699,"@timestamp":1553380345},"coords":"51.4235653,0.1077029","bedrooms":"2","price":"261000","area":"572"} , +{"type":"Feature","id":"n6357325434","geometry":{"type":"Point","coordinates":[-0.2294939,51.4072399]},"properties":{"@type":"node","@id":6357325434,"@timestamp":1621499054},"coords":"51.4072399,-0.2294939","bedrooms":"4","price":"282000","area":"544"} , +{"type":"Feature","id":"n6357350861","geometry":{"type":"Point","coordinates":[-0.225965,51.762687]},"properties":{"@type":"node","@id":6357350861,"@timestamp":1553389429},"coords":"51.762687,-0.225965","bedrooms":"3","price":"296000","area":"672"} , +{"type":"Feature","id":"n6357350871","geometry":{"type":"Point","coordinates":[-0.2265248,51.7625212]},"properties":{"@type":"node","@id":6357350871,"@timestamp":1553389430},"coords":"51.7625212,-0.2265248","bedrooms":"2","price":"225000","area":"583"} , +{"type":"Feature","id":"n6357393469","geometry":{"type":"Point","coordinates":[-0.1055768,50.9980304]},"properties":{"@type":"node","@id":6357393469,"@timestamp":1553394363},"coords":"50.9980304,-0.1055768","bedrooms":"3","price":"238000","area":"604"} , +{"type":"Feature","id":"n6357570001","geometry":{"type":"Point","coordinates":[-0.161269,51.5163904]},"properties":{"@type":"node","@id":6357570001,"@timestamp":1553412340},"coords":"51.5163904,-0.161269","bedrooms":"4","price":"188000","area":"574"} , +{"type":"Feature","id":"n6357745433","geometry":{"type":"Point","coordinates":[-0.7871743,51.627112]},"properties":{"@type":"node","@id":6357745433,"@timestamp":1609868875},"coords":"51.627112,-0.7871743","bedrooms":"0","price":"195000","area":"548"} , +{"type":"Feature","id":"n6357758247","geometry":{"type":"Point","coordinates":[-0.7781708,51.6201675]},"properties":{"@type":"node","@id":6357758247,"@timestamp":1553421820},"coords":"51.6201675,-0.7781708","bedrooms":"0","price":"290000","area":"391"} , +{"type":"Feature","id":"n6358116215","geometry":{"type":"Point","coordinates":[0.008035,51.5403394]},"properties":{"@type":"node","@id":6358116215,"@timestamp":1553438289},"coords":"51.5403394,0.008035","bedrooms":"4","price":"170000","area":"541"} , +{"type":"Feature","id":"n6358468894","geometry":{"type":"Point","coordinates":[-0.1439964,51.0081748]},"properties":{"@type":"node","@id":6358468894,"@timestamp":1609356139},"coords":"51.0081748,-0.1439964","bedrooms":"1","price":"252000","area":"524"} , +{"type":"Feature","id":"n6358688494","geometry":{"type":"Point","coordinates":[0.330931,51.5681118]},"properties":{"@type":"node","@id":6358688494,"@timestamp":1553446638},"coords":"51.5681118,0.330931","bedrooms":"1","price":"233000","area":"491"} , +{"type":"Feature","id":"n6358803906","geometry":{"type":"Point","coordinates":[0.012478,51.5379023]},"properties":{"@type":"node","@id":6358803906,"@timestamp":1634661083},"coords":"51.5379023,0.012478","bedrooms":"2","price":"298000","area":"522"} , +{"type":"Feature","id":"n6358803946","geometry":{"type":"Point","coordinates":[0.0119884,51.5380767]},"properties":{"@type":"node","@id":6358803946,"@timestamp":1625671178},"coords":"51.5380767,0.0119884","bedrooms":"2","price":"196000","area":"655"} , +{"type":"Feature","id":"n6358803957","geometry":{"type":"Point","coordinates":[0.0127056,51.5384674]},"properties":{"@type":"node","@id":6358803957,"@timestamp":1634661083},"coords":"51.5384674,0.0127056","bedrooms":"2","price":"226000","area":"559"} , +{"type":"Feature","id":"n6358803972","geometry":{"type":"Point","coordinates":[0.012603,51.5378411]},"properties":{"@type":"node","@id":6358803972,"@timestamp":1634661083},"coords":"51.5378411,0.012603","bedrooms":"2","price":"253000","area":"386"} , +{"type":"Feature","id":"n6358813469","geometry":{"type":"Point","coordinates":[-0.6733367,51.9308549]},"properties":{"@type":"node","@id":6358813469,"@timestamp":1553450523},"coords":"51.9308549,-0.6733367","bedrooms":"0","price":"154000","area":"492"} , +{"type":"Feature","id":"n6359030259","geometry":{"type":"Point","coordinates":[-0.5676709,51.3152283]},"properties":{"@type":"node","@id":6359030259,"@timestamp":1553456982},"coords":"51.3152283,-0.5676709","bedrooms":"2","price":"234000","area":"540"} , +{"type":"Feature","id":"n6359217145","geometry":{"type":"Point","coordinates":[-0.2233912,51.7630955]},"properties":{"@type":"node","@id":6359217145,"@timestamp":1553460658},"coords":"51.7630955,-0.2233912","bedrooms":"3","price":"278000","area":"514"} , +{"type":"Feature","id":"n6359261926","geometry":{"type":"Point","coordinates":[-0.2225966,51.7630283]},"properties":{"@type":"node","@id":6359261926,"@timestamp":1553462531},"coords":"51.7630283,-0.2225966","bedrooms":"4","price":"150000","area":"514"} , +{"type":"Feature","id":"n6359388705","geometry":{"type":"Point","coordinates":[-0.2968628,51.4138657]},"properties":{"@type":"node","@id":6359388705,"@timestamp":1626305115},"coords":"51.4138657,-0.2968628","bedrooms":"3","price":"265000","area":"508"} , +{"type":"Feature","id":"n6359408506","geometry":{"type":"Point","coordinates":[-0.1446971,51.5377808]},"properties":{"@type":"node","@id":6359408506,"@timestamp":1553469354},"coords":"51.5377808,-0.1446971","bedrooms":"0","price":"181000","area":"508"} , +{"type":"Feature","id":"n6359555346","geometry":{"type":"Point","coordinates":[-0.3043518,51.4032045]},"properties":{"@type":"node","@id":6359555346,"@timestamp":1626619178},"coords":"51.4032045,-0.3043518","bedrooms":"1","price":"265000","area":"588"} , +{"type":"Feature","id":"n6359897183","geometry":{"type":"Point","coordinates":[-0.230103,51.4034913]},"properties":{"@type":"node","@id":6359897183,"@timestamp":1607298359},"coords":"51.4034913,-0.230103","bedrooms":"2","price":"203000","area":"600"} , +{"type":"Feature","id":"n6359898798","geometry":{"type":"Point","coordinates":[-0.2295064,51.4034425]},"properties":{"@type":"node","@id":6359898798,"@timestamp":1607298359},"coords":"51.4034425,-0.2295064","bedrooms":"1","price":"205000","area":"524"} , +{"type":"Feature","id":"n6359898815","geometry":{"type":"Point","coordinates":[-0.2300956,51.403208]},"properties":{"@type":"node","@id":6359898815,"@timestamp":1607298359},"coords":"51.403208,-0.2300956","bedrooms":"3","price":"208000","area":"639"} , +{"type":"Feature","id":"n6360183875","geometry":{"type":"Point","coordinates":[-0.0227759,51.5647576]},"properties":{"@type":"node","@id":6360183875,"@timestamp":1553514201},"coords":"51.5647576,-0.0227759","bedrooms":"1","price":"232000","area":"593"} , +{"type":"Feature","id":"n6360312495","geometry":{"type":"Point","coordinates":[0.0109045,51.5381671]},"properties":{"@type":"node","@id":6360312495,"@timestamp":1625671178},"coords":"51.5381671,0.0109045","bedrooms":"2","price":"293000","area":"580"} , +{"type":"Feature","id":"n6360312505","geometry":{"type":"Point","coordinates":[0.0112498,51.5385557]},"properties":{"@type":"node","@id":6360312505,"@timestamp":1625671178},"coords":"51.5385557,0.0112498","bedrooms":"1","price":"281000","area":"601"} , +{"type":"Feature","id":"n6360345608","geometry":{"type":"Point","coordinates":[-0.4118478,51.2409734]},"properties":{"@type":"node","@id":6360345608,"@timestamp":1553519701},"coords":"51.2409734,-0.4118478","bedrooms":"4","price":"271000","area":"534"} , +{"type":"Feature","id":"n6360366352","geometry":{"type":"Point","coordinates":[-0.6895652,51.6475322]},"properties":{"@type":"node","@id":6360366352,"@timestamp":1553520618},"coords":"51.6475322,-0.6895652","bedrooms":"0","price":"184000","area":"589"} , +{"type":"Feature","id":"n6360420585","geometry":{"type":"Point","coordinates":[-0.1614722,51.5178396]},"properties":{"@type":"node","@id":6360420585,"@timestamp":1553522393},"coords":"51.5178396,-0.1614722","bedrooms":"0","price":"189000","area":"484"} , +{"type":"Feature","id":"n6360459606","geometry":{"type":"Point","coordinates":[-0.6162855,51.2990828]},"properties":{"@type":"node","@id":6360459606,"@timestamp":1553523551},"coords":"51.2990828,-0.6162855","bedrooms":"0","price":"255000","area":"662"} , +{"type":"Feature","id":"n6360697147","geometry":{"type":"Point","coordinates":[0.0118819,51.5382394]},"properties":{"@type":"node","@id":6360697147,"@timestamp":1553531372},"coords":"51.5382394,0.0118819","bedrooms":"1","price":"295000","area":"679"} , +{"type":"Feature","id":"n6360697157","geometry":{"type":"Point","coordinates":[0.0117714,51.5380512]},"properties":{"@type":"node","@id":6360697157,"@timestamp":1634575354},"coords":"51.5380512,0.0117714","bedrooms":"4","price":"251000","area":"608"} , +{"type":"Feature","id":"n6361017395","geometry":{"type":"Point","coordinates":[0.0114457,51.5393963]},"properties":{"@type":"node","@id":6361017395,"@timestamp":1625828064},"coords":"51.5393963,0.0114457","bedrooms":"3","price":"175000","area":"480"} , +{"type":"Feature","id":"n6361017405","geometry":{"type":"Point","coordinates":[0.0119824,51.5392729]},"properties":{"@type":"node","@id":6361017405,"@timestamp":1625828064},"coords":"51.5392729,0.0119824","bedrooms":"0","price":"286000","area":"585"} , +{"type":"Feature","id":"n6361017415","geometry":{"type":"Point","coordinates":[0.0125843,51.5391702]},"properties":{"@type":"node","@id":6361017415,"@timestamp":1625828064},"coords":"51.5391702,0.0125843","bedrooms":"4","price":"174000","area":"448"} , +{"type":"Feature","id":"n6361017425","geometry":{"type":"Point","coordinates":[0.0125905,51.5394487]},"properties":{"@type":"node","@id":6361017425,"@timestamp":1625828064},"coords":"51.5394487,0.0125905","bedrooms":"3","price":"181000","area":"368"} , +{"type":"Feature","id":"n6361017435","geometry":{"type":"Point","coordinates":[0.0126669,51.5397807]},"properties":{"@type":"node","@id":6361017435,"@timestamp":1625828064},"coords":"51.5397807,0.0126669","bedrooms":"1","price":"245000","area":"665"} , +{"type":"Feature","id":"n6361017445","geometry":{"type":"Point","coordinates":[0.0126471,51.540116]},"properties":{"@type":"node","@id":6361017445,"@timestamp":1625828064},"coords":"51.540116,0.0126471","bedrooms":"3","price":"179000","area":"376"} , +{"type":"Feature","id":"n6361017455","geometry":{"type":"Point","coordinates":[0.0131945,51.539699]},"properties":{"@type":"node","@id":6361017455,"@timestamp":1625828064},"coords":"51.539699,0.0131945","bedrooms":"2","price":"162000","area":"533"} , +{"type":"Feature","id":"n6361017465","geometry":{"type":"Point","coordinates":[0.0133128,51.5402369]},"properties":{"@type":"node","@id":6361017465,"@timestamp":1625828064},"coords":"51.5402369,0.0133128","bedrooms":"4","price":"256000","area":"635"} , +{"type":"Feature","id":"n6361017475","geometry":{"type":"Point","coordinates":[0.0128021,51.5386407]},"properties":{"@type":"node","@id":6361017475,"@timestamp":1625828064},"coords":"51.5386407,0.0128021","bedrooms":"2","price":"277000","area":"392"} , +{"type":"Feature","id":"n6361018385","geometry":{"type":"Point","coordinates":[0.0123035,51.5387847]},"properties":{"@type":"node","@id":6361018385,"@timestamp":1625828064},"coords":"51.5387847,0.0123035","bedrooms":"1","price":"207000","area":"638"} , +{"type":"Feature","id":"n6361018395","geometry":{"type":"Point","coordinates":[0.0116674,51.5389605]},"properties":{"@type":"node","@id":6361018395,"@timestamp":1625671178},"coords":"51.5389605,0.0116674","bedrooms":"4","price":"186000","area":"575"} , +{"type":"Feature","id":"n6361081283","geometry":{"type":"Point","coordinates":[-0.1654339,51.5166988]},"properties":{"@type":"node","@id":6361081283,"@timestamp":1600868313},"coords":"51.5166988,-0.1654339","bedrooms":"4","price":"296000","area":"438"} , +{"type":"Feature","id":"n6361199503","geometry":{"type":"Point","coordinates":[-0.2947453,51.6080065]},"properties":{"@type":"node","@id":6361199503,"@timestamp":1600337107},"coords":"51.6080065,-0.2947453","bedrooms":"0","price":"286000","area":"413"} , +{"type":"Feature","id":"n6361407478","geometry":{"type":"Point","coordinates":[-0.2168747,51.460664]},"properties":{"@type":"node","@id":6361407478,"@timestamp":1629309205},"coords":"51.460664,-0.2168747","bedrooms":"0","price":"261000","area":"414"} , +{"type":"Feature","id":"n6361408789","geometry":{"type":"Point","coordinates":[-0.2146938,51.4649394]},"properties":{"@type":"node","@id":6361408789,"@timestamp":1628806927},"coords":"51.4649394,-0.2146938","bedrooms":"4","price":"184000","area":"691"} , +{"type":"Feature","id":"n6361477712","geometry":{"type":"Point","coordinates":[-0.2329248,51.4024986]},"properties":{"@type":"node","@id":6361477712,"@timestamp":1560496121},"coords":"51.4024986,-0.2329248","bedrooms":"2","price":"283000","area":"690"} , +{"type":"Feature","id":"n6361477726","geometry":{"type":"Point","coordinates":[-0.2329037,51.4021713]},"properties":{"@type":"node","@id":6361477726,"@timestamp":1560496121},"coords":"51.4021713,-0.2329037","bedrooms":"2","price":"193000","area":"621"} , +{"type":"Feature","id":"n6361667150","geometry":{"type":"Point","coordinates":[-0.1621478,51.5189163]},"properties":{"@type":"node","@id":6361667150,"@timestamp":1553573057},"coords":"51.5189163,-0.1621478","bedrooms":"0","price":"286000","area":"375"} , +{"type":"Feature","id":"n6361883436","geometry":{"type":"Point","coordinates":[-0.1086097,51.4709]},"properties":{"@type":"node","@id":6361883436,"@timestamp":1611335699},"coords":"51.4709,-0.1086097","bedrooms":"4","price":"155000","area":"409"} , +{"type":"Feature","id":"n6361940927","geometry":{"type":"Point","coordinates":[-0.2287935,51.6966301]},"properties":{"@type":"node","@id":6361940927,"@timestamp":1553589977},"coords":"51.6966301,-0.2287935","bedrooms":"0","price":"268000","area":"503"} , +{"type":"Feature","id":"n6361940937","geometry":{"type":"Point","coordinates":[-0.2395783,51.6702958]},"properties":{"@type":"node","@id":6361940937,"@timestamp":1553589977},"coords":"51.6702958,-0.2395783","bedrooms":"1","price":"278000","area":"437"} , +{"type":"Feature","id":"n6362179909","geometry":{"type":"Point","coordinates":[-0.1587046,51.519127]},"properties":{"@type":"node","@id":6362179909,"@timestamp":1553597227},"coords":"51.519127,-0.1587046","bedrooms":"0","price":"237000","area":"373"} , +{"type":"Feature","id":"n6362237283","geometry":{"type":"Point","coordinates":[-0.2422452,51.7595332]},"properties":{"@type":"node","@id":6362237283,"@timestamp":1553599854},"coords":"51.7595332,-0.2422452","bedrooms":"1","price":"248000","area":"582"} , +{"type":"Feature","id":"n6362237593","geometry":{"type":"Point","coordinates":[-0.2332248,51.7696241]},"properties":{"@type":"node","@id":6362237593,"@timestamp":1553599855},"coords":"51.7696241,-0.2332248","bedrooms":"1","price":"233000","area":"441"} , +{"type":"Feature","id":"n6362428835","geometry":{"type":"Point","coordinates":[-0.1603565,51.5201228]},"properties":{"@type":"node","@id":6362428835,"@timestamp":1553605021},"coords":"51.5201228,-0.1603565","bedrooms":"0","price":"202000","area":"654"} , +{"type":"Feature","id":"n6362537681","geometry":{"type":"Point","coordinates":[-0.1371123,51.0553708]},"properties":{"@type":"node","@id":6362537681,"@timestamp":1553607214},"coords":"51.0553708,-0.1371123","bedrooms":"1","price":"217000","area":"592"} , +{"type":"Feature","id":"n6362903922","geometry":{"type":"Point","coordinates":[-0.3769188,51.0740032]},"properties":{"@type":"node","@id":6362903922,"@timestamp":1553616764},"coords":"51.0740032,-0.3769188","bedrooms":"3","price":"189000","area":"441"} , +{"type":"Feature","id":"n6363366161","geometry":{"type":"Point","coordinates":[-0.131056,51.0081748]},"properties":{"@type":"node","@id":6363366161,"@timestamp":1609516851},"coords":"51.0081748,-0.131056","bedrooms":"2","price":"255000","area":"647"} , +{"type":"Feature","id":"n6363515072","geometry":{"type":"Point","coordinates":[-0.2428803,51.7655163]},"properties":{"@type":"node","@id":6363515072,"@timestamp":1553633620},"coords":"51.7655163,-0.2428803","bedrooms":"3","price":"179000","area":"600"} , +{"type":"Feature","id":"n6363534282","geometry":{"type":"Point","coordinates":[-0.0219332,51.4451271]},"properties":{"@type":"node","@id":6363534282,"@timestamp":1581347257},"coords":"51.4451271,-0.0219332","bedrooms":"1","price":"259000","area":"476"} , +{"type":"Feature","id":"n6363611747","geometry":{"type":"Point","coordinates":[-0.3794752,51.6818152]},"properties":{"@type":"node","@id":6363611747,"@timestamp":1553637899},"coords":"51.6818152,-0.3794752","bedrooms":"4","price":"291000","area":"471"} , +{"type":"Feature","id":"n6363669088","geometry":{"type":"Point","coordinates":[-0.2191475,51.5092147]},"properties":{"@type":"node","@id":6363669088,"@timestamp":1633783281},"coords":"51.5092147,-0.2191475","bedrooms":"3","price":"287000","area":"620"} , +{"type":"Feature","id":"n6363694391","geometry":{"type":"Point","coordinates":[-0.2484991,51.4652087]},"properties":{"@type":"node","@id":6363694391,"@timestamp":1553641977},"coords":"51.4652087,-0.2484991","bedrooms":"4","price":"176000","area":"446"} , +{"type":"Feature","id":"n6363800251","geometry":{"type":"Point","coordinates":[-0.3840825,51.6813322]},"properties":{"@type":"node","@id":6363800251,"@timestamp":1553650462},"coords":"51.6813322,-0.3840825","bedrooms":"2","price":"273000","area":"639"} , +{"type":"Feature","id":"n6363941228","geometry":{"type":"Point","coordinates":[-0.1608196,51.520124]},"properties":{"@type":"node","@id":6363941228,"@timestamp":1553659766},"coords":"51.520124,-0.1608196","bedrooms":"4","price":"262000","area":"478"} , +{"type":"Feature","id":"n6364358388","geometry":{"type":"Point","coordinates":[0.4779151,51.7220358]},"properties":{"@type":"node","@id":6364358388,"@timestamp":1553677734},"coords":"51.7220358,0.4779151","bedrooms":"0","price":"249000","area":"489"} , +{"type":"Feature","id":"n6364655542","geometry":{"type":"Point","coordinates":[-0.1629184,51.5192613]},"properties":{"@type":"node","@id":6364655542,"@timestamp":1553687799},"coords":"51.5192613,-0.1629184","bedrooms":"3","price":"294000","area":"474"} , +{"type":"Feature","id":"n6364969834","geometry":{"type":"Point","coordinates":[-0.0795619,51.5850393]},"properties":{"@type":"node","@id":6364969834,"@timestamp":1553696610},"coords":"51.5850393,-0.0795619","bedrooms":"0","price":"288000","area":"668"} , +{"type":"Feature","id":"n6365492430","geometry":{"type":"Point","coordinates":[-1.0671877,51.6090452]},"properties":{"@type":"node","@id":6365492430,"@timestamp":1553710268},"coords":"51.6090452,-1.0671877","bedrooms":"3","price":"162000","area":"661"} , +{"type":"Feature","id":"n6365614540","geometry":{"type":"Point","coordinates":[-0.4389295,51.4512486]},"properties":{"@type":"node","@id":6365614540,"@timestamp":1560429694},"coords":"51.4512486,-0.4389295","bedrooms":"4","price":"233000","area":"472"} , +{"type":"Feature","id":"n6366020247","geometry":{"type":"Point","coordinates":[-0.4285324,51.4534917]},"properties":{"@type":"node","@id":6366020247,"@timestamp":1576839515},"coords":"51.4534917,-0.4285324","bedrooms":"1","price":"295000","area":"518"} , +{"type":"Feature","id":"n6366154228","geometry":{"type":"Point","coordinates":[-0.9575111,51.4497363]},"properties":{"@type":"node","@id":6366154228,"@timestamp":1553721844},"coords":"51.4497363,-0.9575111","bedrooms":"3","price":"234000","area":"365"} , +{"type":"Feature","id":"n6366384083","geometry":{"type":"Point","coordinates":[-0.1338949,51.5009151]},"properties":{"@type":"node","@id":6366384083,"@timestamp":1553732964},"coords":"51.5009151,-0.1338949","bedrooms":"3","price":"269000","area":"394"} , +{"type":"Feature","id":"n6366384695","geometry":{"type":"Point","coordinates":[-0.1338154,51.5009228]},"properties":{"@type":"node","@id":6366384695,"@timestamp":1553732964},"coords":"51.5009228,-0.1338154","bedrooms":"3","price":"183000","area":"376"} , +{"type":"Feature","id":"n6366410099","geometry":{"type":"Point","coordinates":[-0.2059641,51.5080135]},"properties":{"@type":"node","@id":6366410099,"@timestamp":1553733841},"coords":"51.5080135,-0.2059641","bedrooms":"3","price":"204000","area":"462"} , +{"type":"Feature","id":"n6367121590","geometry":{"type":"Point","coordinates":[0.8598021,51.8828722]},"properties":{"@type":"node","@id":6367121590,"@timestamp":1553763984},"coords":"51.8828722,0.8598021","bedrooms":"2","price":"191000","area":"540"} , +{"type":"Feature","id":"n6367295331","geometry":{"type":"Point","coordinates":[-0.431191,51.4531205]},"properties":{"@type":"node","@id":6367295331,"@timestamp":1581066854},"coords":"51.4531205,-0.431191","bedrooms":"4","price":"259000","area":"628"} , +{"type":"Feature","id":"n6367323005","geometry":{"type":"Point","coordinates":[-0.4308499,51.4532744]},"properties":{"@type":"node","@id":6367323005,"@timestamp":1576850110},"coords":"51.4532744,-0.4308499","bedrooms":"4","price":"152000","area":"370"} , +{"type":"Feature","id":"n6367323015","geometry":{"type":"Point","coordinates":[-0.4295996,51.4535557]},"properties":{"@type":"node","@id":6367323015,"@timestamp":1576850110},"coords":"51.4535557,-0.4295996","bedrooms":"4","price":"288000","area":"465"} , +{"type":"Feature","id":"n6367375887","geometry":{"type":"Point","coordinates":[-0.4277761,51.4536745]},"properties":{"@type":"node","@id":6367375887,"@timestamp":1576832846},"coords":"51.4536745,-0.4277761","bedrooms":"3","price":"278000","area":"452"} , +{"type":"Feature","id":"n6367458073","geometry":{"type":"Point","coordinates":[-0.0045264,51.6768501]},"properties":{"@type":"node","@id":6367458073,"@timestamp":1553774700},"coords":"51.6768501,-0.0045264","bedrooms":"0","price":"279000","area":"460"} , +{"type":"Feature","id":"n6367458734","geometry":{"type":"Point","coordinates":[-0.0096144,51.6863483]},"properties":{"@type":"node","@id":6367458734,"@timestamp":1617467717},"coords":"51.6863483,-0.0096144","bedrooms":"3","price":"296000","area":"492"} , +{"type":"Feature","id":"n6367458766","geometry":{"type":"Point","coordinates":[-0.0096693,51.687043]},"properties":{"@type":"node","@id":6367458766,"@timestamp":1617467717},"coords":"51.687043,-0.0096693","bedrooms":"4","price":"270000","area":"413"} , +{"type":"Feature","id":"n6367691168","geometry":{"type":"Point","coordinates":[-0.0163898,51.665793]},"properties":{"@type":"node","@id":6367691168,"@timestamp":1553781853},"coords":"51.665793,-0.0163898","bedrooms":"1","price":"215000","area":"506"} , +{"type":"Feature","id":"n6367692993","geometry":{"type":"Point","coordinates":[-0.0133627,51.6670414]},"properties":{"@type":"node","@id":6367692993,"@timestamp":1618241035},"coords":"51.6670414,-0.0133627","bedrooms":"1","price":"207000","area":"645"} , +{"type":"Feature","id":"n6367723127","geometry":{"type":"Point","coordinates":[-0.3040488,51.4053269]},"properties":{"@type":"node","@id":6367723127,"@timestamp":1626619178},"coords":"51.4053269,-0.3040488","bedrooms":"1","price":"254000","area":"481"} , +{"type":"Feature","id":"n6367836450","geometry":{"type":"Point","coordinates":[-0.3042731,51.4040488]},"properties":{"@type":"node","@id":6367836450,"@timestamp":1626619178},"coords":"51.4040488,-0.3042731","bedrooms":"0","price":"152000","area":"391"} , +{"type":"Feature","id":"n6367933423","geometry":{"type":"Point","coordinates":[0.4401131,51.1084582]},"properties":{"@type":"node","@id":6367933423,"@timestamp":1553789867},"coords":"51.1084582,0.4401131","bedrooms":"2","price":"259000","area":"372"} , +{"type":"Feature","id":"n6368009377","geometry":{"type":"Point","coordinates":[0.1204003,51.7713152]},"properties":{"@type":"node","@id":6368009377,"@timestamp":1553791249},"coords":"51.7713152,0.1204003","bedrooms":"0","price":"290000","area":"492"} , +{"type":"Feature","id":"n6368066313","geometry":{"type":"Point","coordinates":[0.1173246,51.7683653]},"properties":{"@type":"node","@id":6368066313,"@timestamp":1553792436},"coords":"51.7683653,0.1173246","bedrooms":"3","price":"266000","area":"667"} , +{"type":"Feature","id":"n6368875828","geometry":{"type":"Point","coordinates":[-0.0031289,51.5488855]},"properties":{"@type":"node","@id":6368875828,"@timestamp":1554600921},"coords":"51.5488855,-0.0031289","bedrooms":"0","price":"202000","area":"677"} , +{"type":"Feature","id":"n6369005445","geometry":{"type":"Point","coordinates":[-0.0161074,51.4921267]},"properties":{"@type":"node","@id":6369005445,"@timestamp":1553809142},"coords":"51.4921267,-0.0161074","bedrooms":"3","price":"191000","area":"356"} , +{"type":"Feature","id":"n6369137135","geometry":{"type":"Point","coordinates":[-0.2479543,51.7657776]},"properties":{"@type":"node","@id":6369137135,"@timestamp":1553814352},"coords":"51.7657776,-0.2479543","bedrooms":"2","price":"174000","area":"492"} , +{"type":"Feature","id":"n6369243714","geometry":{"type":"Point","coordinates":[-0.2288427,51.3993525]},"properties":{"@type":"node","@id":6369243714,"@timestamp":1607179197},"coords":"51.3993525,-0.2288427","bedrooms":"1","price":"159000","area":"435"} , +{"type":"Feature","id":"n6369251276","geometry":{"type":"Point","coordinates":[-0.8071283,51.5608054]},"properties":{"@type":"node","@id":6369251276,"@timestamp":1553821678},"coords":"51.5608054,-0.8071283","bedrooms":"4","price":"191000","area":"356"} , +{"type":"Feature","id":"n6369329165","geometry":{"type":"Point","coordinates":[-0.0986487,51.5155163]},"properties":{"@type":"node","@id":6369329165,"@timestamp":1601163233},"coords":"51.5155163,-0.0986487","bedrooms":"2","price":"252000","area":"619"} , +{"type":"Feature","id":"n6369361792","geometry":{"type":"Point","coordinates":[-0.0871555,51.5110441]},"properties":{"@type":"node","@id":6369361792,"@timestamp":1629681763},"coords":"51.5110441,-0.0871555","bedrooms":"3","price":"158000","area":"429"} , +{"type":"Feature","id":"n6369464468","geometry":{"type":"Point","coordinates":[0.0512755,51.4397213]},"properties":{"@type":"node","@id":6369464468,"@timestamp":1553834015},"coords":"51.4397213,0.0512755","bedrooms":"2","price":"251000","area":"589"} , +{"type":"Feature","id":"n6369873204","geometry":{"type":"Point","coordinates":[0.8462697,51.8768104]},"properties":{"@type":"node","@id":6369873204,"@timestamp":1635582886},"coords":"51.8768104,0.8462697","bedrooms":"4","price":"245000","area":"692"} , +{"type":"Feature","id":"n6370240186","geometry":{"type":"Point","coordinates":[-0.1367554,51.5134126]},"properties":{"@type":"node","@id":6370240186,"@timestamp":1553866251},"coords":"51.5134126,-0.1367554","bedrooms":"2","price":"254000","area":"361"} , +{"type":"Feature","id":"n6370910509","geometry":{"type":"Point","coordinates":[-0.019355,51.5283319]},"properties":{"@type":"node","@id":6370910509,"@timestamp":1635679110},"coords":"51.5283319,-0.019355","bedrooms":"4","price":"214000","area":"686"} , +{"type":"Feature","id":"n6371209196","geometry":{"type":"Point","coordinates":[-0.014615,51.5296344]},"properties":{"@type":"node","@id":6371209196,"@timestamp":1603234734},"coords":"51.5296344,-0.014615","bedrooms":"1","price":"237000","area":"607"} , +{"type":"Feature","id":"n6371315855","geometry":{"type":"Point","coordinates":[-0.2439388,51.769894]},"properties":{"@type":"node","@id":6371315855,"@timestamp":1553906951},"coords":"51.769894,-0.2439388","bedrooms":"0","price":"271000","area":"635"} , +{"type":"Feature","id":"n6371330219","geometry":{"type":"Point","coordinates":[-0.1516331,51.5187381]},"properties":{"@type":"node","@id":6371330219,"@timestamp":1583089412},"coords":"51.5187381,-0.1516331","bedrooms":"1","price":"154000","area":"645"} , +{"type":"Feature","id":"n6371509914","geometry":{"type":"Point","coordinates":[-0.1637505,51.5158208]},"properties":{"@type":"node","@id":6371509914,"@timestamp":1553923301},"coords":"51.5158208,-0.1637505","bedrooms":"3","price":"169000","area":"504"} , +{"type":"Feature","id":"n6372055717","geometry":{"type":"Point","coordinates":[-0.1714221,51.3096534]},"properties":{"@type":"node","@id":6372055717,"@timestamp":1553943968},"coords":"51.3096534,-0.1714221","bedrooms":"3","price":"150000","area":"501"} , +{"type":"Feature","id":"n6372055727","geometry":{"type":"Point","coordinates":[-0.1703439,51.3092468]},"properties":{"@type":"node","@id":6372055727,"@timestamp":1553943968},"coords":"51.3092468,-0.1703439","bedrooms":"2","price":"168000","area":"683"} , +{"type":"Feature","id":"n6372278375","geometry":{"type":"Point","coordinates":[0.1617969,51.4587192]},"properties":{"@type":"node","@id":6372278375,"@timestamp":1553952973},"coords":"51.4587192,0.1617969","bedrooms":"4","price":"177000","area":"385"} , +{"type":"Feature","id":"n6372473529","geometry":{"type":"Point","coordinates":[0.1887108,51.4538548]},"properties":{"@type":"node","@id":6372473529,"@timestamp":1553960369},"coords":"51.4538548,0.1887108","bedrooms":"3","price":"236000","area":"682"} , +{"type":"Feature","id":"n6372566391","geometry":{"type":"Point","coordinates":[-0.434028,51.4504738]},"properties":{"@type":"node","@id":6372566391,"@timestamp":1553962899},"coords":"51.4504738,-0.434028","bedrooms":"0","price":"257000","area":"512"} , +{"type":"Feature","id":"n6372566401","geometry":{"type":"Point","coordinates":[-0.4334718,51.4501545]},"properties":{"@type":"node","@id":6372566401,"@timestamp":1553962900},"coords":"51.4501545,-0.4334718","bedrooms":"0","price":"212000","area":"697"} , +{"type":"Feature","id":"n6372792551","geometry":{"type":"Point","coordinates":[-0.1144886,51.4418817]},"properties":{"@type":"node","@id":6372792551,"@timestamp":1615310960},"coords":"51.4418817,-0.1144886","bedrooms":"1","price":"266000","area":"460"} , +{"type":"Feature","id":"n6372941809","geometry":{"type":"Point","coordinates":[-0.8021205,51.4119769]},"properties":{"@type":"node","@id":6372941809,"@timestamp":1579981108},"coords":"51.4119769,-0.8021205","bedrooms":"4","price":"229000","area":"415"} , +{"type":"Feature","id":"n6372947600","geometry":{"type":"Point","coordinates":[-0.3287342,51.4453867]},"properties":{"@type":"node","@id":6372947600,"@timestamp":1553975988},"coords":"51.4453867,-0.3287342","bedrooms":"1","price":"285000","area":"555"} , +{"type":"Feature","id":"n6372952217","geometry":{"type":"Point","coordinates":[-0.8388226,51.4089423]},"properties":{"@type":"node","@id":6372952217,"@timestamp":1594180427},"coords":"51.4089423,-0.8388226","bedrooms":"3","price":"257000","area":"611"} , +{"type":"Feature","id":"n6373021339","geometry":{"type":"Point","coordinates":[-0.9131028,51.2962055]},"properties":{"@type":"node","@id":6373021339,"@timestamp":1553978743},"coords":"51.2962055,-0.9131028","bedrooms":"0","price":"254000","area":"639"} , +{"type":"Feature","id":"n6373088761","geometry":{"type":"Point","coordinates":[-0.2507679,51.7719296]},"properties":{"@type":"node","@id":6373088761,"@timestamp":1553981470},"coords":"51.7719296,-0.2507679","bedrooms":"3","price":"190000","area":"556"} , +{"type":"Feature","id":"n6373195759","geometry":{"type":"Point","coordinates":[-0.4091164,51.4474318]},"properties":{"@type":"node","@id":6373195759,"@timestamp":1630925078},"coords":"51.4474318,-0.4091164","bedrooms":"4","price":"163000","area":"670"} , +{"type":"Feature","id":"n6373296512","geometry":{"type":"Point","coordinates":[-0.4008901,51.4448144]},"properties":{"@type":"node","@id":6373296512,"@timestamp":1602764562},"coords":"51.4448144,-0.4008901","bedrooms":"3","price":"240000","area":"625"} , +{"type":"Feature","id":"n6373327039","geometry":{"type":"Point","coordinates":[-0.3820036,51.4380994]},"properties":{"@type":"node","@id":6373327039,"@timestamp":1553999713},"coords":"51.4380994,-0.3820036","bedrooms":"2","price":"203000","area":"370"} , +{"type":"Feature","id":"n6373376513","geometry":{"type":"Point","coordinates":[-0.1628235,51.5161116]},"properties":{"@type":"node","@id":6373376513,"@timestamp":1554005644},"coords":"51.5161116,-0.1628235","bedrooms":"1","price":"184000","area":"409"} , +{"type":"Feature","id":"n6373377455","geometry":{"type":"Point","coordinates":[-0.1629283,51.5167523]},"properties":{"@type":"node","@id":6373377455,"@timestamp":1554005798},"coords":"51.5167523,-0.1629283","bedrooms":"0","price":"245000","area":"564"} , +{"type":"Feature","id":"n6373459718","geometry":{"type":"Point","coordinates":[0.164808,51.4014883]},"properties":{"@type":"node","@id":6373459718,"@timestamp":1617450852},"coords":"51.4014883,0.164808","bedrooms":"1","price":"291000","area":"620"} , +{"type":"Feature","id":"n6373574316","geometry":{"type":"Point","coordinates":[-0.4124563,51.4426995]},"properties":{"@type":"node","@id":6373574316,"@timestamp":1575550147},"coords":"51.4426995,-0.4124563","bedrooms":"1","price":"191000","area":"387"} , +{"type":"Feature","id":"n6374044039","geometry":{"type":"Point","coordinates":[-0.9675597,51.4528922]},"properties":{"@type":"node","@id":6374044039,"@timestamp":1554044326},"coords":"51.4528922,-0.9675597","bedrooms":"4","price":"218000","area":"670"} , +{"type":"Feature","id":"n6374537251","geometry":{"type":"Point","coordinates":[-0.1898419,51.4508978]},"properties":{"@type":"node","@id":6374537251,"@timestamp":1554061335},"coords":"51.4508978,-0.1898419","bedrooms":"0","price":"188000","area":"567"} , +{"type":"Feature","id":"n6374554088","geometry":{"type":"Point","coordinates":[-0.8389609,51.4173517]},"properties":{"@type":"node","@id":6374554088,"@timestamp":1554062024},"coords":"51.4173517,-0.8389609","bedrooms":"2","price":"283000","area":"575"} , +{"type":"Feature","id":"n6374730651","geometry":{"type":"Point","coordinates":[-0.2400577,51.4047142]},"properties":{"@type":"node","@id":6374730651,"@timestamp":1554072040},"coords":"51.4047142,-0.2400577","bedrooms":"1","price":"196000","area":"548"} , +{"type":"Feature","id":"n6374730683","geometry":{"type":"Point","coordinates":[-0.2410515,51.4050229]},"properties":{"@type":"node","@id":6374730683,"@timestamp":1554117950},"coords":"51.4050229,-0.2410515","bedrooms":"3","price":"191000","area":"507"} , +{"type":"Feature","id":"n6374758608","geometry":{"type":"Point","coordinates":[0.124685,51.4098035]},"properties":{"@type":"node","@id":6374758608,"@timestamp":1554072944},"coords":"51.4098035,0.124685","bedrooms":"2","price":"297000","area":"397"} , +{"type":"Feature","id":"n6375485401","geometry":{"type":"Point","coordinates":[-0.9664048,51.4556207]},"properties":{"@type":"node","@id":6375485401,"@timestamp":1554109138},"coords":"51.4556207,-0.9664048","bedrooms":"1","price":"250000","area":"627"} , +{"type":"Feature","id":"n6375719843","geometry":{"type":"Point","coordinates":[-0.163094,51.5182397]},"properties":{"@type":"node","@id":6375719843,"@timestamp":1605083800},"coords":"51.5182397,-0.163094","bedrooms":"0","price":"272000","area":"530"} , +{"type":"Feature","id":"n6375911121","geometry":{"type":"Point","coordinates":[-0.2864286,51.5484097]},"properties":{"@type":"node","@id":6375911121,"@timestamp":1554124593},"coords":"51.5484097,-0.2864286","bedrooms":"2","price":"160000","area":"449"} , +{"type":"Feature","id":"n6376127424","geometry":{"type":"Point","coordinates":[-0.1650358,51.5187058]},"properties":{"@type":"node","@id":6376127424,"@timestamp":1618518453},"coords":"51.5187058,-0.1650358","bedrooms":"4","price":"192000","area":"368"} , +{"type":"Feature","id":"n6376674486","geometry":{"type":"Point","coordinates":[-0.2339022,51.7713778]},"properties":{"@type":"node","@id":6376674486,"@timestamp":1554148409},"coords":"51.7713778,-0.2339022","bedrooms":"1","price":"204000","area":"682"} , +{"type":"Feature","id":"n6376854666","geometry":{"type":"Point","coordinates":[-0.9875902,51.1488862]},"properties":{"@type":"node","@id":6376854666,"@timestamp":1554155697},"coords":"51.1488862,-0.9875902","bedrooms":"4","price":"246000","area":"687"} , +{"type":"Feature","id":"n6377016079","geometry":{"type":"Point","coordinates":[-0.0889561,51.4852383]},"properties":{"@type":"node","@id":6377016079,"@timestamp":1554166289},"coords":"51.4852383,-0.0889561","bedrooms":"2","price":"247000","area":"510"} , +{"type":"Feature","id":"n6377597542","geometry":{"type":"Point","coordinates":[0.0631675,51.509967]},"properties":{"@type":"node","@id":6377597542,"@timestamp":1571330341},"coords":"51.509967,0.0631675","bedrooms":"3","price":"153000","area":"467"} , +{"type":"Feature","id":"n6377990711","geometry":{"type":"Point","coordinates":[-0.4134967,51.4427607]},"properties":{"@type":"node","@id":6377990711,"@timestamp":1575646712},"coords":"51.4427607,-0.4134967","bedrooms":"3","price":"187000","area":"462"} , +{"type":"Feature","id":"n6378576628","geometry":{"type":"Point","coordinates":[0.1086153,51.3882071]},"properties":{"@type":"node","@id":6378576628,"@timestamp":1620760065},"coords":"51.3882071,0.1086153","bedrooms":"4","price":"260000","area":"515"} , +{"type":"Feature","id":"n6378843402","geometry":{"type":"Point","coordinates":[-0.3935422,51.4750069]},"properties":{"@type":"node","@id":6378843402,"@timestamp":1631069289},"coords":"51.4750069,-0.3935422","bedrooms":"1","price":"277000","area":"439"} , +{"type":"Feature","id":"n6379004485","geometry":{"type":"Point","coordinates":[0.1606348,51.301117]},"properties":{"@type":"node","@id":6379004485,"@timestamp":1554224703},"coords":"51.301117,0.1606348","bedrooms":"0","price":"242000","area":"684"} , +{"type":"Feature","id":"n6379428537","geometry":{"type":"Point","coordinates":[-0.9748569,51.4150811]},"properties":{"@type":"node","@id":6379428537,"@timestamp":1554235693},"coords":"51.4150811,-0.9748569","bedrooms":"3","price":"172000","area":"557"} , +{"type":"Feature","id":"n6379825176","geometry":{"type":"Point","coordinates":[-0.0779519,51.5229727]},"properties":{"@type":"node","@id":6379825176,"@timestamp":1608165629},"coords":"51.5229727,-0.0779519","bedrooms":"3","price":"169000","area":"406"} , +{"type":"Feature","id":"n6379838731","geometry":{"type":"Point","coordinates":[-0.0769862,51.5344682]},"properties":{"@type":"node","@id":6379838731,"@timestamp":1625851648},"coords":"51.5344682,-0.0769862","bedrooms":"4","price":"297000","area":"589"} , +{"type":"Feature","id":"n6379840856","geometry":{"type":"Point","coordinates":[-0.0769332,51.5389987]},"properties":{"@type":"node","@id":6379840856,"@timestamp":1554251114},"coords":"51.5389987,-0.0769332","bedrooms":"3","price":"209000","area":"650"} , +{"type":"Feature","id":"n6379843937","geometry":{"type":"Point","coordinates":[-0.076531,51.5406936]},"properties":{"@type":"node","@id":6379843937,"@timestamp":1599501087},"coords":"51.5406936,-0.076531","bedrooms":"2","price":"228000","area":"596"} , +{"type":"Feature","id":"n6379863503","geometry":{"type":"Point","coordinates":[-0.072294,51.5382357]},"properties":{"@type":"node","@id":6379863503,"@timestamp":1626457550},"coords":"51.5382357,-0.072294","bedrooms":"2","price":"208000","area":"391"} , +{"type":"Feature","id":"n6380036571","geometry":{"type":"Point","coordinates":[-0.1662799,51.517811]},"properties":{"@type":"node","@id":6380036571,"@timestamp":1554264167},"coords":"51.517811,-0.1662799","bedrooms":"0","price":"225000","area":"454"} , +{"type":"Feature","id":"n6381157985","geometry":{"type":"Point","coordinates":[-0.0675422,51.4696011]},"properties":{"@type":"node","@id":6381157985,"@timestamp":1619140197},"coords":"51.4696011,-0.0675422","bedrooms":"0","price":"250000","area":"352"} , +{"type":"Feature","id":"n6381876118","geometry":{"type":"Point","coordinates":[-0.2744534,51.4991725]},"properties":{"@type":"node","@id":6381876118,"@timestamp":1554322007},"coords":"51.4991725,-0.2744534","bedrooms":"4","price":"282000","area":"414"} , +{"type":"Feature","id":"n6382009465","geometry":{"type":"Point","coordinates":[-0.9523315,51.0089267]},"properties":{"@type":"node","@id":6382009465,"@timestamp":1554326925},"coords":"51.0089267,-0.9523315","bedrooms":"0","price":"231000","area":"411"} , +{"type":"Feature","id":"n6382045244","geometry":{"type":"Point","coordinates":[0.0977025,51.3739759]},"properties":{"@type":"node","@id":6382045244,"@timestamp":1554505435},"coords":"51.3739759,0.0977025","bedrooms":"4","price":"175000","area":"698"} , +{"type":"Feature","id":"n6382045255","geometry":{"type":"Point","coordinates":[0.0973312,51.3734592]},"properties":{"@type":"node","@id":6382045255,"@timestamp":1623615603},"coords":"51.3734592,0.0973312","bedrooms":"3","price":"237000","area":"672"} , +{"type":"Feature","id":"n6382079846","geometry":{"type":"Point","coordinates":[-0.2335834,51.4066636]},"properties":{"@type":"node","@id":6382079846,"@timestamp":1607299549},"coords":"51.4066636,-0.2335834","bedrooms":"4","price":"198000","area":"626"} , +{"type":"Feature","id":"n6382079877","geometry":{"type":"Point","coordinates":[-0.2300685,51.407474]},"properties":{"@type":"node","@id":6382079877,"@timestamp":1616321965},"coords":"51.407474,-0.2300685","bedrooms":"2","price":"190000","area":"644"} , +{"type":"Feature","id":"n6382141891","geometry":{"type":"Point","coordinates":[-0.2296524,51.4094233]},"properties":{"@type":"node","@id":6382141891,"@timestamp":1554334910},"coords":"51.4094233,-0.2296524","bedrooms":"4","price":"156000","area":"673"} , +{"type":"Feature","id":"n6382265825","geometry":{"type":"Point","coordinates":[-0.2403646,51.5896751]},"properties":{"@type":"node","@id":6382265825,"@timestamp":1554344152},"coords":"51.5896751,-0.2403646","bedrooms":"1","price":"247000","area":"605"} , +{"type":"Feature","id":"n6382363101","geometry":{"type":"Point","coordinates":[-0.0174921,51.551514]},"properties":{"@type":"node","@id":6382363101,"@timestamp":1554348574},"coords":"51.551514,-0.0174921","bedrooms":"1","price":"223000","area":"585"} , +{"type":"Feature","id":"n6382372041","geometry":{"type":"Point","coordinates":[0.0054971,51.5651712]},"properties":{"@type":"node","@id":6382372041,"@timestamp":1554348946},"coords":"51.5651712,0.0054971","bedrooms":"2","price":"215000","area":"589"} , +{"type":"Feature","id":"n6382372051","geometry":{"type":"Point","coordinates":[0.0020746,51.5618481]},"properties":{"@type":"node","@id":6382372051,"@timestamp":1554348947},"coords":"51.5618481,0.0020746","bedrooms":"1","price":"226000","area":"550"} , +{"type":"Feature","id":"n6382372061","geometry":{"type":"Point","coordinates":[0.005835,51.5656165]},"properties":{"@type":"node","@id":6382372061,"@timestamp":1554349140},"coords":"51.5656165,0.005835","bedrooms":"1","price":"233000","area":"435"} , +{"type":"Feature","id":"n6382372071","geometry":{"type":"Point","coordinates":[-0.0148073,51.5517591]},"properties":{"@type":"node","@id":6382372071,"@timestamp":1554348948},"coords":"51.5517591,-0.0148073","bedrooms":"4","price":"247000","area":"471"} , +{"type":"Feature","id":"n6382376410","geometry":{"type":"Point","coordinates":[0.0140076,51.5726886]},"properties":{"@type":"node","@id":6382376410,"@timestamp":1554349139},"coords":"51.5726886,0.0140076","bedrooms":"4","price":"275000","area":"609"} , +{"type":"Feature","id":"n6382376420","geometry":{"type":"Point","coordinates":[0.0095794,51.570518]},"properties":{"@type":"node","@id":6382376420,"@timestamp":1554349139},"coords":"51.570518,0.0095794","bedrooms":"1","price":"293000","area":"538"} , +{"type":"Feature","id":"n6382376821","geometry":{"type":"Point","coordinates":[-0.0657579,51.4669139]},"properties":{"@type":"node","@id":6382376821,"@timestamp":1625585424},"coords":"51.4669139,-0.0657579","bedrooms":"2","price":"199000","area":"468"} , +{"type":"Feature","id":"n6382382069","geometry":{"type":"Point","coordinates":[-0.0655278,51.4670358]},"properties":{"@type":"node","@id":6382382069,"@timestamp":1625585449},"coords":"51.4670358,-0.0655278","bedrooms":"4","price":"264000","area":"562"} , +{"type":"Feature","id":"n6382386004","geometry":{"type":"Point","coordinates":[0.0126452,51.5722336]},"properties":{"@type":"node","@id":6382386004,"@timestamp":1554349557},"coords":"51.5722336,0.0126452","bedrooms":"1","price":"229000","area":"384"} , +{"type":"Feature","id":"n6382402656","geometry":{"type":"Point","coordinates":[-0.0180314,51.5517591]},"properties":{"@type":"node","@id":6382402656,"@timestamp":1554350153},"coords":"51.5517591,-0.0180314","bedrooms":"0","price":"295000","area":"585"} , +{"type":"Feature","id":"n6382417425","geometry":{"type":"Point","coordinates":[-0.0190775,51.5510787]},"properties":{"@type":"node","@id":6382417425,"@timestamp":1554350363},"coords":"51.5510787,-0.0190775","bedrooms":"1","price":"294000","area":"671"} , +{"type":"Feature","id":"n6382482145","geometry":{"type":"Point","coordinates":[-0.1653751,51.518706]},"properties":{"@type":"node","@id":6382482145,"@timestamp":1600421494},"coords":"51.518706,-0.1653751","bedrooms":"1","price":"250000","area":"688"} , +{"type":"Feature","id":"n6382828576","geometry":{"type":"Point","coordinates":[0.0980589,51.3740599]},"properties":{"@type":"node","@id":6382828576,"@timestamp":1564900584},"coords":"51.3740599,0.0980589","bedrooms":"1","price":"209000","area":"536"} , +{"type":"Feature","id":"n6383173973","geometry":{"type":"Point","coordinates":[0.0474143,51.5760604]},"properties":{"@type":"node","@id":6383173973,"@timestamp":1556323192},"coords":"51.5760604,0.0474143","bedrooms":"1","price":"211000","area":"622"} , +{"type":"Feature","id":"n6383173983","geometry":{"type":"Point","coordinates":[0.052379,51.5762591]},"properties":{"@type":"node","@id":6383173983,"@timestamp":1554377047},"coords":"51.5762591,0.052379","bedrooms":"4","price":"290000","area":"646"} , +{"type":"Feature","id":"n6383174193","geometry":{"type":"Point","coordinates":[0.0580755,51.5764711]},"properties":{"@type":"node","@id":6383174193,"@timestamp":1554377048},"coords":"51.5764711,0.0580755","bedrooms":"3","price":"201000","area":"373"} , +{"type":"Feature","id":"n6383174203","geometry":{"type":"Point","coordinates":[0.0627913,51.5765881]},"properties":{"@type":"node","@id":6383174203,"@timestamp":1554377048},"coords":"51.5765881,0.0627913","bedrooms":"2","price":"261000","area":"693"} , +{"type":"Feature","id":"n6383174213","geometry":{"type":"Point","coordinates":[0.0694754,51.5759593]},"properties":{"@type":"node","@id":6383174213,"@timestamp":1554377049},"coords":"51.5759593,0.0694754","bedrooms":"2","price":"257000","area":"531"} , +{"type":"Feature","id":"n6383174223","geometry":{"type":"Point","coordinates":[0.0751631,51.5749713]},"properties":{"@type":"node","@id":6383174223,"@timestamp":1554377050},"coords":"51.5749713,0.0751631","bedrooms":"0","price":"286000","area":"382"} , +{"type":"Feature","id":"n6383174234","geometry":{"type":"Point","coordinates":[0.0796132,51.5742049]},"properties":{"@type":"node","@id":6383174234,"@timestamp":1554377050},"coords":"51.5742049,0.0796132","bedrooms":"4","price":"185000","area":"653"} , +{"type":"Feature","id":"n6383174247","geometry":{"type":"Point","coordinates":[0.0835895,51.5737247]},"properties":{"@type":"node","@id":6383174247,"@timestamp":1554377051},"coords":"51.5737247,0.0835895","bedrooms":"3","price":"281000","area":"613"} , +{"type":"Feature","id":"n6383174263","geometry":{"type":"Point","coordinates":[0.0839548,51.5734605]},"properties":{"@type":"node","@id":6383174263,"@timestamp":1554377052},"coords":"51.5734605,0.0839548","bedrooms":"1","price":"247000","area":"492"} , +{"type":"Feature","id":"n6383174294","geometry":{"type":"Point","coordinates":[0.0838243,51.5737472]},"properties":{"@type":"node","@id":6383174294,"@timestamp":1554377053},"coords":"51.5737472,0.0838243","bedrooms":"4","price":"235000","area":"509"} , +{"type":"Feature","id":"n6383174311","geometry":{"type":"Point","coordinates":[0.0853771,51.5736968]},"properties":{"@type":"node","@id":6383174311,"@timestamp":1554377054},"coords":"51.5736968,0.0853771","bedrooms":"0","price":"278000","area":"406"} , +{"type":"Feature","id":"n6383492424","geometry":{"type":"Point","coordinates":[-0.0727224,51.4735144]},"properties":{"@type":"node","@id":6383492424,"@timestamp":1554385783},"coords":"51.4735144,-0.0727224","bedrooms":"3","price":"200000","area":"563"} , +{"type":"Feature","id":"n6383492457","geometry":{"type":"Point","coordinates":[-0.0727308,51.4737026]},"properties":{"@type":"node","@id":6383492457,"@timestamp":1619140197},"coords":"51.4737026,-0.0727308","bedrooms":"4","price":"257000","area":"655"} , +{"type":"Feature","id":"n6383742626","geometry":{"type":"Point","coordinates":[-0.7277287,51.5528556]},"properties":{"@type":"node","@id":6383742626,"@timestamp":1610628299},"coords":"51.5528556,-0.7277287","bedrooms":"1","price":"288000","area":"639"} , +{"type":"Feature","id":"n6383931460","geometry":{"type":"Point","coordinates":[0.1149708,51.5826646]},"properties":{"@type":"node","@id":6383931460,"@timestamp":1554398637},"coords":"51.5826646,0.1149708","bedrooms":"1","price":"180000","area":"466"} , +{"type":"Feature","id":"n6383931477","geometry":{"type":"Point","coordinates":[0.1083985,51.5818619]},"properties":{"@type":"node","@id":6383931477,"@timestamp":1554398638},"coords":"51.5818619,0.1083985","bedrooms":"3","price":"259000","area":"505"} , +{"type":"Feature","id":"n6383931603","geometry":{"type":"Point","coordinates":[0.103519,51.5800017]},"properties":{"@type":"node","@id":6383931603,"@timestamp":1554398639},"coords":"51.5800017,0.103519","bedrooms":"4","price":"240000","area":"621"} , +{"type":"Feature","id":"n6383931623","geometry":{"type":"Point","coordinates":[0.1005839,51.5784067]},"properties":{"@type":"node","@id":6383931623,"@timestamp":1554398640},"coords":"51.5784067,0.1005839","bedrooms":"0","price":"171000","area":"439"} , +{"type":"Feature","id":"n6383931641","geometry":{"type":"Point","coordinates":[0.0940701,51.5758355]},"properties":{"@type":"node","@id":6383931641,"@timestamp":1554398641},"coords":"51.5758355,0.0940701","bedrooms":"2","price":"163000","area":"515"} , +{"type":"Feature","id":"n6383931653","geometry":{"type":"Point","coordinates":[0.0990196,51.5779339]},"properties":{"@type":"node","@id":6383931653,"@timestamp":1554398641},"coords":"51.5779339,0.0990196","bedrooms":"1","price":"188000","area":"423"} , +{"type":"Feature","id":"n6383931667","geometry":{"type":"Point","coordinates":[0.0949056,51.575822]},"properties":{"@type":"node","@id":6383931667,"@timestamp":1554398642},"coords":"51.575822,0.0949056","bedrooms":"0","price":"185000","area":"440"} , +{"type":"Feature","id":"n6383931677","geometry":{"type":"Point","coordinates":[0.0896832,51.5750082]},"properties":{"@type":"node","@id":6383931677,"@timestamp":1554398643},"coords":"51.5750082,0.0896832","bedrooms":"4","price":"187000","area":"464"} , +{"type":"Feature","id":"n6384105767","geometry":{"type":"Point","coordinates":[-0.4985625,51.3904829]},"properties":{"@type":"node","@id":6384105767,"@timestamp":1554404303},"coords":"51.3904829,-0.4985625","bedrooms":"2","price":"257000","area":"367"} , +{"type":"Feature","id":"n6384132759","geometry":{"type":"Point","coordinates":[-0.4856494,51.3890548]},"properties":{"@type":"node","@id":6384132759,"@timestamp":1554405169},"coords":"51.3890548,-0.4856494","bedrooms":"4","price":"249000","area":"464"} , +{"type":"Feature","id":"n6384329948","geometry":{"type":"Point","coordinates":[-0.1222097,51.5305151]},"properties":{"@type":"node","@id":6384329948,"@timestamp":1554410647},"coords":"51.5305151,-0.1222097","bedrooms":"4","price":"251000","area":"634"} , +{"type":"Feature","id":"n6384523734","geometry":{"type":"Point","coordinates":[-0.1326703,51.5189999]},"properties":{"@type":"node","@id":6384523734,"@timestamp":1614571210},"coords":"51.5189999,-0.1326703","bedrooms":"4","price":"162000","area":"696"} , +{"type":"Feature","id":"n6384542419","geometry":{"type":"Point","coordinates":[-0.1335317,51.522142]},"properties":{"@type":"node","@id":6384542419,"@timestamp":1604858707},"coords":"51.522142,-0.1335317","bedrooms":"3","price":"290000","area":"475"} , +{"type":"Feature","id":"n6384632331","geometry":{"type":"Point","coordinates":[-0.1288466,51.5336797]},"properties":{"@type":"node","@id":6384632331,"@timestamp":1616554544},"coords":"51.5336797,-0.1288466","bedrooms":"2","price":"243000","area":"652"} , +{"type":"Feature","id":"n6384669838","geometry":{"type":"Point","coordinates":[-0.1224644,51.5350053]},"properties":{"@type":"node","@id":6384669838,"@timestamp":1634232633},"coords":"51.5350053,-0.1224644","bedrooms":"4","price":"246000","area":"480"} , +{"type":"Feature","id":"n6385541376","geometry":{"type":"Point","coordinates":[-0.5167868,51.4036405]},"properties":{"@type":"node","@id":6385541376,"@timestamp":1554467493},"coords":"51.4036405,-0.5167868","bedrooms":"4","price":"223000","area":"435"} , +{"type":"Feature","id":"n6385805931","geometry":{"type":"Point","coordinates":[0.0983858,51.3739837]},"properties":{"@type":"node","@id":6385805931,"@timestamp":1554503787},"coords":"51.3739837,0.0983858","bedrooms":"4","price":"157000","area":"407"} , +{"type":"Feature","id":"n6385807454","geometry":{"type":"Point","coordinates":[-0.0941382,51.4940628]},"properties":{"@type":"node","@id":6385807454,"@timestamp":1554475685},"coords":"51.4940628,-0.0941382","bedrooms":"1","price":"297000","area":"508"} , +{"type":"Feature","id":"n6386012282","geometry":{"type":"Point","coordinates":[-0.1657062,51.519553]},"properties":{"@type":"node","@id":6386012282,"@timestamp":1554481739},"coords":"51.519553,-0.1657062","bedrooms":"2","price":"241000","area":"505"} , +{"type":"Feature","id":"n6386014117","geometry":{"type":"Point","coordinates":[-0.1643343,51.5190976]},"properties":{"@type":"node","@id":6386014117,"@timestamp":1554481739},"coords":"51.5190976,-0.1643343","bedrooms":"0","price":"266000","area":"684"} , +{"type":"Feature","id":"n6386274072","geometry":{"type":"Point","coordinates":[0.3783942,51.419498]},"properties":{"@type":"node","@id":6386274072,"@timestamp":1554488418},"coords":"51.419498,0.3783942","bedrooms":"0","price":"229000","area":"367"} , +{"type":"Feature","id":"n6386274082","geometry":{"type":"Point","coordinates":[0.378735,51.4191459]},"properties":{"@type":"node","@id":6386274082,"@timestamp":1554488419},"coords":"51.4191459,0.378735","bedrooms":"4","price":"289000","area":"414"} , +{"type":"Feature","id":"n6386276290","geometry":{"type":"Point","coordinates":[0.3798429,51.4191607]},"properties":{"@type":"node","@id":6386276290,"@timestamp":1554488420},"coords":"51.4191607,0.3798429","bedrooms":"0","price":"233000","area":"533"} , +{"type":"Feature","id":"n6386328512","geometry":{"type":"Point","coordinates":[0.3798719,51.4194387]},"properties":{"@type":"node","@id":6386328512,"@timestamp":1554489172},"coords":"51.4194387,0.3798719","bedrooms":"4","price":"290000","area":"455"} , +{"type":"Feature","id":"n6386328522","geometry":{"type":"Point","coordinates":[0.3802102,51.4199646]},"properties":{"@type":"node","@id":6386328522,"@timestamp":1554489173},"coords":"51.4199646,0.3802102","bedrooms":"4","price":"221000","area":"663"} , +{"type":"Feature","id":"n6386328532","geometry":{"type":"Point","coordinates":[0.379456,51.419961]},"properties":{"@type":"node","@id":6386328532,"@timestamp":1554489174},"coords":"51.419961,0.379456","bedrooms":"3","price":"212000","area":"459"} , +{"type":"Feature","id":"n6386328542","geometry":{"type":"Point","coordinates":[0.379184,51.4195353]},"properties":{"@type":"node","@id":6386328542,"@timestamp":1554489175},"coords":"51.4195353,0.379184","bedrooms":"1","price":"207000","area":"625"} , +{"type":"Feature","id":"n6386328552","geometry":{"type":"Point","coordinates":[0.3787204,51.4188383]},"properties":{"@type":"node","@id":6386328552,"@timestamp":1554489176},"coords":"51.4188383,0.3787204","bedrooms":"2","price":"227000","area":"538"} , +{"type":"Feature","id":"n6386328562","geometry":{"type":"Point","coordinates":[0.3796449,51.4188624]},"properties":{"@type":"node","@id":6386328562,"@timestamp":1554489177},"coords":"51.4188624,0.3796449","bedrooms":"0","price":"247000","area":"474"} , +{"type":"Feature","id":"n6386328572","geometry":{"type":"Point","coordinates":[0.3790969,51.4185033]},"properties":{"@type":"node","@id":6386328572,"@timestamp":1554489178},"coords":"51.4185033,0.3790969","bedrooms":"3","price":"159000","area":"676"} , +{"type":"Feature","id":"n6386328582","geometry":{"type":"Point","coordinates":[0.3779691,51.4187977]},"properties":{"@type":"node","@id":6386328582,"@timestamp":1554489179},"coords":"51.4187977,0.3779691","bedrooms":"0","price":"254000","area":"365"} , +{"type":"Feature","id":"n6386330192","geometry":{"type":"Point","coordinates":[0.3789105,51.4202479]},"properties":{"@type":"node","@id":6386330192,"@timestamp":1554489180},"coords":"51.4202479,0.3789105","bedrooms":"4","price":"176000","area":"430"} , +{"type":"Feature","id":"n6386330202","geometry":{"type":"Point","coordinates":[0.3763639,51.4190774]},"properties":{"@type":"node","@id":6386330202,"@timestamp":1554489181},"coords":"51.4190774,0.3763639","bedrooms":"3","price":"236000","area":"374"} , +{"type":"Feature","id":"n6386330212","geometry":{"type":"Point","coordinates":[0.3773705,51.4207612]},"properties":{"@type":"node","@id":6386330212,"@timestamp":1554489182},"coords":"51.4207612,0.3773705","bedrooms":"0","price":"237000","area":"657"} , +{"type":"Feature","id":"n6386585285","geometry":{"type":"Point","coordinates":[-0.1187034,51.5118601]},"properties":{"@type":"node","@id":6386585285,"@timestamp":1554492947},"coords":"51.5118601,-0.1187034","bedrooms":"3","price":"266000","area":"551"} , +{"type":"Feature","id":"n6386698849","geometry":{"type":"Point","coordinates":[-0.4993414,51.375058]},"properties":{"@type":"node","@id":6386698849,"@timestamp":1611093845},"coords":"51.375058,-0.4993414","bedrooms":"1","price":"169000","area":"406"} , +{"type":"Feature","id":"n6386762785","geometry":{"type":"Point","coordinates":[-0.1185791,51.512108]},"properties":{"@type":"node","@id":6386762785,"@timestamp":1554498880},"coords":"51.512108,-0.1185791","bedrooms":"2","price":"252000","area":"538"} , +{"type":"Feature","id":"n6386858904","geometry":{"type":"Point","coordinates":[0.0982923,51.3747044]},"properties":{"@type":"node","@id":6386858904,"@timestamp":1623917158},"coords":"51.3747044,0.0982923","bedrooms":"4","price":"188000","area":"675"} , +{"type":"Feature","id":"n6386866948","geometry":{"type":"Point","coordinates":[-0.2349192,51.4000179]},"properties":{"@type":"node","@id":6386866948,"@timestamp":1607382924},"coords":"51.4000179,-0.2349192","bedrooms":"3","price":"250000","area":"696"} , +{"type":"Feature","id":"n6386973012","geometry":{"type":"Point","coordinates":[-0.2511835,51.4928826]},"properties":{"@type":"node","@id":6386973012,"@timestamp":1609445641},"coords":"51.4928826,-0.2511835","bedrooms":"4","price":"277000","area":"547"} , +{"type":"Feature","id":"n6387073540","geometry":{"type":"Point","coordinates":[-0.1652784,51.519721]},"properties":{"@type":"node","@id":6387073540,"@timestamp":1581091638},"coords":"51.519721,-0.1652784","bedrooms":"2","price":"212000","area":"431"} , +{"type":"Feature","id":"n6387108527","geometry":{"type":"Point","coordinates":[-0.1632616,51.5192628]},"properties":{"@type":"node","@id":6387108527,"@timestamp":1554527253},"coords":"51.5192628,-0.1632616","bedrooms":"3","price":"159000","area":"632"} , +{"type":"Feature","id":"n6387216355","geometry":{"type":"Point","coordinates":[0.0989055,51.3747526]},"properties":{"@type":"node","@id":6387216355,"@timestamp":1554659752},"coords":"51.3747526,0.0989055","bedrooms":"1","price":"191000","area":"690"} , +{"type":"Feature","id":"n6387260827","geometry":{"type":"Point","coordinates":[-0.1649997,51.5202103]},"properties":{"@type":"node","@id":6387260827,"@timestamp":1626515584},"coords":"51.5202103,-0.1649997","bedrooms":"0","price":"219000","area":"383"} , +{"type":"Feature","id":"n6387387442","geometry":{"type":"Point","coordinates":[0.0171048,51.5700416]},"properties":{"@type":"node","@id":6387387442,"@timestamp":1554545490},"coords":"51.5700416,0.0171048","bedrooms":"0","price":"290000","area":"691"} , +{"type":"Feature","id":"n6387387452","geometry":{"type":"Point","coordinates":[0.0167534,51.570465]},"properties":{"@type":"node","@id":6387387452,"@timestamp":1631368987},"coords":"51.570465,0.0167534","bedrooms":"1","price":"167000","area":"402"} , +{"type":"Feature","id":"n6387387462","geometry":{"type":"Point","coordinates":[0.0170746,51.570147]},"properties":{"@type":"node","@id":6387387462,"@timestamp":1554545490},"coords":"51.570147,0.0170746","bedrooms":"4","price":"255000","area":"382"} , +{"type":"Feature","id":"n6387445209","geometry":{"type":"Point","coordinates":[0.0134892,51.5709382]},"properties":{"@type":"node","@id":6387445209,"@timestamp":1554549208},"coords":"51.5709382,0.0134892","bedrooms":"3","price":"165000","area":"511"} , +{"type":"Feature","id":"n6387458898","geometry":{"type":"Point","coordinates":[-0.3235169,51.4783796]},"properties":{"@type":"node","@id":6387458898,"@timestamp":1564900584},"coords":"51.4783796,-0.3235169","bedrooms":"2","price":"271000","area":"447"} , +{"type":"Feature","id":"n6387604891","geometry":{"type":"Point","coordinates":[-0.3376959,51.4733715]},"properties":{"@type":"node","@id":6387604891,"@timestamp":1615663776},"coords":"51.4733715,-0.3376959","bedrooms":"0","price":"201000","area":"430"} , +{"type":"Feature","id":"n6387818321","geometry":{"type":"Point","coordinates":[-0.1331954,51.5190469]},"properties":{"@type":"node","@id":6387818321,"@timestamp":1554566334},"coords":"51.5190469,-0.1331954","bedrooms":"2","price":"267000","area":"555"} , +{"type":"Feature","id":"n6387911297","geometry":{"type":"Point","coordinates":[-0.9924169,51.4557423]},"properties":{"@type":"node","@id":6387911297,"@timestamp":1554569515},"coords":"51.4557423,-0.9924169","bedrooms":"3","price":"162000","area":"553"} , +{"type":"Feature","id":"n6388061851","geometry":{"type":"Point","coordinates":[-0.194766,51.8025771]},"properties":{"@type":"node","@id":6388061851,"@timestamp":1554576992},"coords":"51.8025771,-0.194766","bedrooms":"3","price":"269000","area":"578"} , +{"type":"Feature","id":"n6388139563","geometry":{"type":"Point","coordinates":[-0.5332804,51.3653969]},"properties":{"@type":"node","@id":6388139563,"@timestamp":1554580814},"coords":"51.3653969,-0.5332804","bedrooms":"2","price":"157000","area":"539"} , +{"type":"Feature","id":"n6388177944","geometry":{"type":"Point","coordinates":[-0.2132952,51.2642246]},"properties":{"@type":"node","@id":6388177944,"@timestamp":1554582010},"coords":"51.2642246,-0.2132952","bedrooms":"1","price":"165000","area":"679"} , +{"type":"Feature","id":"n6388177954","geometry":{"type":"Point","coordinates":[-0.2120007,51.2674425]},"properties":{"@type":"node","@id":6388177954,"@timestamp":1554582011},"coords":"51.2674425,-0.2120007","bedrooms":"4","price":"173000","area":"491"} , +{"type":"Feature","id":"n6388180698","geometry":{"type":"Point","coordinates":[-0.2106059,51.2729655]},"properties":{"@type":"node","@id":6388180698,"@timestamp":1554582012},"coords":"51.2729655,-0.2106059","bedrooms":"1","price":"296000","area":"383"} , +{"type":"Feature","id":"n6388268188","geometry":{"type":"Point","coordinates":[-0.1880569,51.8032695]},"properties":{"@type":"node","@id":6388268188,"@timestamp":1554587095},"coords":"51.8032695,-0.1880569","bedrooms":"3","price":"153000","area":"685"} , +{"type":"Feature","id":"n6388290518","geometry":{"type":"Point","coordinates":[-0.2292944,51.404502]},"properties":{"@type":"node","@id":6388290518,"@timestamp":1607298359},"coords":"51.404502,-0.2292944","bedrooms":"2","price":"228000","area":"496"} , +{"type":"Feature","id":"n6388292391","geometry":{"type":"Point","coordinates":[-0.0546247,51.520487]},"properties":{"@type":"node","@id":6388292391,"@timestamp":1624021908},"coords":"51.520487,-0.0546247","bedrooms":"3","price":"292000","area":"409"} , +{"type":"Feature","id":"n6388312138","geometry":{"type":"Point","coordinates":[-0.0626385,51.5316846]},"properties":{"@type":"node","@id":6388312138,"@timestamp":1573857034},"coords":"51.5316846,-0.0626385","bedrooms":"1","price":"239000","area":"555"} , +{"type":"Feature","id":"n6388354558","geometry":{"type":"Point","coordinates":[-0.0590703,51.5270752]},"properties":{"@type":"node","@id":6388354558,"@timestamp":1564900584},"coords":"51.5270752,-0.0590703","bedrooms":"3","price":"269000","area":"479"} , +{"type":"Feature","id":"n6388369926","geometry":{"type":"Point","coordinates":[-0.0610684,51.5187607]},"properties":{"@type":"node","@id":6388369926,"@timestamp":1564900584},"coords":"51.5187607,-0.0610684","bedrooms":"1","price":"202000","area":"380"} , +{"type":"Feature","id":"n6388387629","geometry":{"type":"Point","coordinates":[-0.0742626,51.5238229]},"properties":{"@type":"node","@id":6388387629,"@timestamp":1628537812},"coords":"51.5238229,-0.0742626","bedrooms":"0","price":"249000","area":"643"} , +{"type":"Feature","id":"n6388480975","geometry":{"type":"Point","coordinates":[-0.1637628,51.5202421]},"properties":{"@type":"node","@id":6388480975,"@timestamp":1554607126},"coords":"51.5202421,-0.1637628","bedrooms":"4","price":"202000","area":"644"} , +{"type":"Feature","id":"n6388716407","geometry":{"type":"Point","coordinates":[0.0049676,51.4603742]},"properties":{"@type":"node","@id":6388716407,"@timestamp":1569125562},"coords":"51.4603742,0.0049676","bedrooms":"3","price":"256000","area":"394"} , +{"type":"Feature","id":"n6388848783","geometry":{"type":"Point","coordinates":[0.4264675,51.7311068]},"properties":{"@type":"node","@id":6388848783,"@timestamp":1618342674},"coords":"51.7311068,0.4264675","bedrooms":"2","price":"151000","area":"482"} , +{"type":"Feature","id":"n6389076531","geometry":{"type":"Point","coordinates":[-0.3057974,51.4187374]},"properties":{"@type":"node","@id":6389076531,"@timestamp":1554728952},"coords":"51.4187374,-0.3057974","bedrooms":"3","price":"267000","area":"667"} , +{"type":"Feature","id":"n6389117356","geometry":{"type":"Point","coordinates":[-0.2795372,51.5319871]},"properties":{"@type":"node","@id":6389117356,"@timestamp":1554649294},"coords":"51.5319871,-0.2795372","bedrooms":"0","price":"198000","area":"588"} , +{"type":"Feature","id":"n6389163444","geometry":{"type":"Point","coordinates":[-0.2957499,51.5302234]},"properties":{"@type":"node","@id":6389163444,"@timestamp":1554651701},"coords":"51.5302234,-0.2957499","bedrooms":"4","price":"151000","area":"408"} , +{"type":"Feature","id":"n6389170695","geometry":{"type":"Point","coordinates":[-0.3093779,51.5318735]},"properties":{"@type":"node","@id":6389170695,"@timestamp":1554651862},"coords":"51.5318735,-0.3093779","bedrooms":"1","price":"161000","area":"486"} , +{"type":"Feature","id":"n6389170705","geometry":{"type":"Point","coordinates":[-0.3066931,51.5313997]},"properties":{"@type":"node","@id":6389170705,"@timestamp":1554651862},"coords":"51.5313997,-0.3066931","bedrooms":"0","price":"250000","area":"440"} , +{"type":"Feature","id":"n6389172137","geometry":{"type":"Point","coordinates":[-0.3155871,51.5325325]},"properties":{"@type":"node","@id":6389172137,"@timestamp":1554651981},"coords":"51.5325325,-0.3155871","bedrooms":"1","price":"263000","area":"450"} , +{"type":"Feature","id":"n6389173174","geometry":{"type":"Point","coordinates":[-0.323304,51.5334135]},"properties":{"@type":"node","@id":6389173174,"@timestamp":1554652288},"coords":"51.5334135,-0.323304","bedrooms":"3","price":"208000","area":"658"} , +{"type":"Feature","id":"n6389173184","geometry":{"type":"Point","coordinates":[-0.3255302,51.5336788]},"properties":{"@type":"node","@id":6389173184,"@timestamp":1554652288},"coords":"51.5336788,-0.3255302","bedrooms":"0","price":"214000","area":"373"} , +{"type":"Feature","id":"n6389179394","geometry":{"type":"Point","coordinates":[-0.3301167,51.5337621]},"properties":{"@type":"node","@id":6389179394,"@timestamp":1554652289},"coords":"51.5337621,-0.3301167","bedrooms":"1","price":"228000","area":"363"} , +{"type":"Feature","id":"n6389336096","geometry":{"type":"Point","coordinates":[0.0987665,51.3745687]},"properties":{"@type":"node","@id":6389336096,"@timestamp":1603768642},"coords":"51.3745687,0.0987665","bedrooms":"3","price":"263000","area":"473"} , +{"type":"Feature","id":"n6389384002","geometry":{"type":"Point","coordinates":[0.09864,51.3751642]},"properties":{"@type":"node","@id":6389384002,"@timestamp":1554756144},"coords":"51.3751642,0.09864","bedrooms":"2","price":"271000","area":"569"} , +{"type":"Feature","id":"n6389518924","geometry":{"type":"Point","coordinates":[-1.0449442,51.1636995]},"properties":{"@type":"node","@id":6389518924,"@timestamp":1554667133},"coords":"51.1636995,-1.0449442","bedrooms":"0","price":"283000","area":"473"} , +{"type":"Feature","id":"n6389668098","geometry":{"type":"Point","coordinates":[-0.2066802,51.4559269]},"properties":{"@type":"node","@id":6389668098,"@timestamp":1554675175},"coords":"51.4559269,-0.2066802","bedrooms":"2","price":"182000","area":"454"} , +{"type":"Feature","id":"n6389668108","geometry":{"type":"Point","coordinates":[-0.2067999,51.4561812]},"properties":{"@type":"node","@id":6389668108,"@timestamp":1554675175},"coords":"51.4561812,-0.2067999","bedrooms":"4","price":"252000","area":"677"} , +{"type":"Feature","id":"n6389668136","geometry":{"type":"Point","coordinates":[-0.2068147,51.4560539]},"properties":{"@type":"node","@id":6389668136,"@timestamp":1554675176},"coords":"51.4560539,-0.2068147","bedrooms":"3","price":"156000","area":"377"} , +{"type":"Feature","id":"n6389668173","geometry":{"type":"Point","coordinates":[-0.206736,51.4569153]},"properties":{"@type":"node","@id":6389668173,"@timestamp":1554675177},"coords":"51.4569153,-0.206736","bedrooms":"3","price":"198000","area":"642"} , +{"type":"Feature","id":"n6389671986","geometry":{"type":"Point","coordinates":[0.0997873,51.3761001]},"properties":{"@type":"node","@id":6389671986,"@timestamp":1554768428},"coords":"51.3761001,0.0997873","bedrooms":"3","price":"252000","area":"462"} , +{"type":"Feature","id":"n6389671996","geometry":{"type":"Point","coordinates":[0.0990698,51.3758084]},"properties":{"@type":"node","@id":6389671996,"@timestamp":1623959937},"coords":"51.3758084,0.0990698","bedrooms":"2","price":"198000","area":"682"} , +{"type":"Feature","id":"n6389955734","geometry":{"type":"Point","coordinates":[-0.1668152,51.5192048]},"properties":{"@type":"node","@id":6389955734,"@timestamp":1554696763},"coords":"51.5192048,-0.1668152","bedrooms":"3","price":"193000","area":"578"} , +{"type":"Feature","id":"n6390026849","geometry":{"type":"Point","coordinates":[-0.1677444,51.5195132]},"properties":{"@type":"node","@id":6390026849,"@timestamp":1554699225},"coords":"51.5195132,-0.1677444","bedrooms":"2","price":"197000","area":"607"} , +{"type":"Feature","id":"n6390466940","geometry":{"type":"Point","coordinates":[0.2687253,51.5995851]},"properties":{"@type":"node","@id":6390466940,"@timestamp":1554718138},"coords":"51.5995851,0.2687253","bedrooms":"1","price":"282000","area":"511"} , +{"type":"Feature","id":"n6390466961","geometry":{"type":"Point","coordinates":[0.2680198,51.5999207]},"properties":{"@type":"node","@id":6390466961,"@timestamp":1554718139},"coords":"51.5999207,0.2680198","bedrooms":"3","price":"214000","area":"437"} , +{"type":"Feature","id":"n6390467385","geometry":{"type":"Point","coordinates":[0.2675808,51.6026444]},"properties":{"@type":"node","@id":6390467385,"@timestamp":1554718139},"coords":"51.6026444,0.2675808","bedrooms":"1","price":"206000","area":"587"} , +{"type":"Feature","id":"n6390467417","geometry":{"type":"Point","coordinates":[0.2663515,51.6048077]},"properties":{"@type":"node","@id":6390467417,"@timestamp":1554718141},"coords":"51.6048077,0.2663515","bedrooms":"3","price":"233000","area":"377"} , +{"type":"Feature","id":"n6390555755","geometry":{"type":"Point","coordinates":[-0.0663914,51.6052995]},"properties":{"@type":"node","@id":6390555755,"@timestamp":1554722251},"coords":"51.6052995,-0.0663914","bedrooms":"2","price":"262000","area":"439"} , +{"type":"Feature","id":"n6390720172","geometry":{"type":"Point","coordinates":[-0.0546809,51.5204648]},"properties":{"@type":"node","@id":6390720172,"@timestamp":1554728330},"coords":"51.5204648,-0.0546809","bedrooms":"3","price":"183000","area":"616"} , +{"type":"Feature","id":"n6390937468","geometry":{"type":"Point","coordinates":[0.2154556,51.638289]},"properties":{"@type":"node","@id":6390937468,"@timestamp":1554732612},"coords":"51.638289,0.2154556","bedrooms":"1","price":"192000","area":"351"} , +{"type":"Feature","id":"n6390937478","geometry":{"type":"Point","coordinates":[0.2302153,51.6279445]},"properties":{"@type":"node","@id":6390937478,"@timestamp":1554732612},"coords":"51.6279445,0.2302153","bedrooms":"3","price":"299000","area":"481"} , +{"type":"Feature","id":"n6390949885","geometry":{"type":"Point","coordinates":[0.2252919,51.6306854]},"properties":{"@type":"node","@id":6390949885,"@timestamp":1554732613},"coords":"51.6306854,0.2252919","bedrooms":"3","price":"250000","area":"369"} , +{"type":"Feature","id":"n6390949896","geometry":{"type":"Point","coordinates":[0.1939594,51.6518895]},"properties":{"@type":"node","@id":6390949896,"@timestamp":1554732613},"coords":"51.6518895,0.1939594","bedrooms":"2","price":"188000","area":"568"} , +{"type":"Feature","id":"n6390949908","geometry":{"type":"Point","coordinates":[0.1907175,51.6534025]},"properties":{"@type":"node","@id":6390949908,"@timestamp":1554732614},"coords":"51.6534025,0.1907175","bedrooms":"2","price":"295000","area":"384"} , +{"type":"Feature","id":"n6390949918","geometry":{"type":"Point","coordinates":[0.2520727,51.6171697]},"properties":{"@type":"node","@id":6390949918,"@timestamp":1630587376},"coords":"51.6171697,0.2520727","bedrooms":"2","price":"170000","area":"517"} , +{"type":"Feature","id":"n6390949934","geometry":{"type":"Point","coordinates":[0.2483531,51.6194089]},"properties":{"@type":"node","@id":6390949934,"@timestamp":1554732615},"coords":"51.6194089,0.2483531","bedrooms":"2","price":"236000","area":"516"} , +{"type":"Feature","id":"n6390949944","geometry":{"type":"Point","coordinates":[0.1305786,51.6786583]},"properties":{"@type":"node","@id":6390949944,"@timestamp":1554732616},"coords":"51.6786583,0.1305786","bedrooms":"0","price":"234000","area":"365"} , +{"type":"Feature","id":"n6390949975","geometry":{"type":"Point","coordinates":[0.2532542,51.6165805]},"properties":{"@type":"node","@id":6390949975,"@timestamp":1554732617},"coords":"51.6165805,0.2532542","bedrooms":"2","price":"160000","area":"395"} , +{"type":"Feature","id":"n6390950488","geometry":{"type":"Point","coordinates":[0.244229,51.6208613]},"properties":{"@type":"node","@id":6390950488,"@timestamp":1554732618},"coords":"51.6208613,0.244229","bedrooms":"3","price":"219000","area":"653"} , +{"type":"Feature","id":"n6390950498","geometry":{"type":"Point","coordinates":[0.1607689,51.6661257]},"properties":{"@type":"node","@id":6390950498,"@timestamp":1554732618},"coords":"51.6661257,0.1607689","bedrooms":"4","price":"207000","area":"667"} , +{"type":"Feature","id":"n6390950510","geometry":{"type":"Point","coordinates":[0.1428392,51.6728512]},"properties":{"@type":"node","@id":6390950510,"@timestamp":1630587482},"coords":"51.6728512,0.1428392","bedrooms":"0","price":"191000","area":"591"} , +{"type":"Feature","id":"n6391211442","geometry":{"type":"Point","coordinates":[-0.2906065,51.533699]},"properties":{"@type":"node","@id":6391211442,"@timestamp":1554734936},"coords":"51.533699,-0.2906065","bedrooms":"1","price":"199000","area":"604"} , +{"type":"Feature","id":"n6391247837","geometry":{"type":"Point","coordinates":[0.1514245,51.6698231]},"properties":{"@type":"node","@id":6391247837,"@timestamp":1554736086},"coords":"51.6698231,0.1514245","bedrooms":"4","price":"231000","area":"527"} , +{"type":"Feature","id":"n6391247850","geometry":{"type":"Point","coordinates":[0.1625983,51.6656382]},"properties":{"@type":"node","@id":6391247850,"@timestamp":1554736087},"coords":"51.6656382,0.1625983","bedrooms":"2","price":"161000","area":"633"} , +{"type":"Feature","id":"n6391256246","geometry":{"type":"Point","coordinates":[-0.1344369,51.5450311]},"properties":{"@type":"node","@id":6391256246,"@timestamp":1564900584},"coords":"51.5450311,-0.1344369","bedrooms":"3","price":"194000","area":"657"} , +{"type":"Feature","id":"n6391274288","geometry":{"type":"Point","coordinates":[-0.2362013,51.2907834]},"properties":{"@type":"node","@id":6391274288,"@timestamp":1619972472},"coords":"51.2907834,-0.2362013","bedrooms":"1","price":"291000","area":"357"} , +{"type":"Feature","id":"n6391274299","geometry":{"type":"Point","coordinates":[-0.2350179,51.291517]},"properties":{"@type":"node","@id":6391274299,"@timestamp":1554737092},"coords":"51.291517,-0.2350179","bedrooms":"3","price":"259000","area":"610"} , +{"type":"Feature","id":"n6391274345","geometry":{"type":"Point","coordinates":[-0.2378341,51.2970346]},"properties":{"@type":"node","@id":6391274345,"@timestamp":1554737093},"coords":"51.2970346,-0.2378341","bedrooms":"0","price":"265000","area":"459"} , +{"type":"Feature","id":"n6391274477","geometry":{"type":"Point","coordinates":[-0.230536,51.2880156]},"properties":{"@type":"node","@id":6391274477,"@timestamp":1554737095},"coords":"51.2880156,-0.230536","bedrooms":"2","price":"152000","area":"558"} , +{"type":"Feature","id":"n6391316507","geometry":{"type":"Point","coordinates":[0.1277988,51.6787782]},"properties":{"@type":"node","@id":6391316507,"@timestamp":1554738333},"coords":"51.6787782,0.1277988","bedrooms":"2","price":"289000","area":"363"} , +{"type":"Feature","id":"n6391316519","geometry":{"type":"Point","coordinates":[0.1241878,51.6784457]},"properties":{"@type":"node","@id":6391316519,"@timestamp":1554738334},"coords":"51.6784457,0.1241878","bedrooms":"4","price":"277000","area":"542"} , +{"type":"Feature","id":"n6391316547","geometry":{"type":"Point","coordinates":[0.1318177,51.6848513]},"properties":{"@type":"node","@id":6391316547,"@timestamp":1554738335},"coords":"51.6848513,0.1318177","bedrooms":"2","price":"210000","area":"506"} , +{"type":"Feature","id":"n6391316557","geometry":{"type":"Point","coordinates":[0.1345893,51.687651]},"properties":{"@type":"node","@id":6391316557,"@timestamp":1554738336},"coords":"51.687651,0.1345893","bedrooms":"0","price":"197000","area":"578"} , +{"type":"Feature","id":"n6391316567","geometry":{"type":"Point","coordinates":[0.1371391,51.6907936]},"properties":{"@type":"node","@id":6391316567,"@timestamp":1554738336},"coords":"51.6907936,0.1371391","bedrooms":"2","price":"248000","area":"692"} , +{"type":"Feature","id":"n6391316577","geometry":{"type":"Point","coordinates":[0.1391496,51.6941936]},"properties":{"@type":"node","@id":6391316577,"@timestamp":1554738337},"coords":"51.6941936,0.1391496","bedrooms":"1","price":"244000","area":"350"} , +{"type":"Feature","id":"n6391317387","geometry":{"type":"Point","coordinates":[0.1284973,51.682047]},"properties":{"@type":"node","@id":6391317387,"@timestamp":1554738338},"coords":"51.682047,0.1284973","bedrooms":"0","price":"260000","area":"373"} , +{"type":"Feature","id":"n6391317397","geometry":{"type":"Point","coordinates":[0.1252045,51.6795893]},"properties":{"@type":"node","@id":6391317397,"@timestamp":1554738339},"coords":"51.6795893,0.1252045","bedrooms":"4","price":"262000","area":"364"} , +{"type":"Feature","id":"n6391317407","geometry":{"type":"Point","coordinates":[0.1221409,51.6765427]},"properties":{"@type":"node","@id":6391317407,"@timestamp":1554738339},"coords":"51.6765427,0.1221409","bedrooms":"4","price":"258000","area":"512"} , +{"type":"Feature","id":"n6391317417","geometry":{"type":"Point","coordinates":[0.1201753,51.6734935]},"properties":{"@type":"node","@id":6391317417,"@timestamp":1554738340},"coords":"51.6734935,0.1201753","bedrooms":"2","price":"160000","area":"609"} , +{"type":"Feature","id":"n6391317427","geometry":{"type":"Point","coordinates":[0.1181369,51.6703231]},"properties":{"@type":"node","@id":6391317427,"@timestamp":1554738341},"coords":"51.6703231,0.1181369","bedrooms":"3","price":"160000","area":"689"} , +{"type":"Feature","id":"n6391317437","geometry":{"type":"Point","coordinates":[0.1157906,51.6671548]},"properties":{"@type":"node","@id":6391317437,"@timestamp":1554738341},"coords":"51.6671548,0.1157906","bedrooms":"3","price":"215000","area":"468"} , +{"type":"Feature","id":"n6391317447","geometry":{"type":"Point","coordinates":[0.1131115,51.6640217]},"properties":{"@type":"node","@id":6391317447,"@timestamp":1554738342},"coords":"51.6640217,0.1131115","bedrooms":"4","price":"156000","area":"541"} , +{"type":"Feature","id":"n6391557081","geometry":{"type":"Point","coordinates":[-0.110718,51.4811264]},"properties":{"@type":"node","@id":6391557081,"@timestamp":1600967060},"coords":"51.4811264,-0.110718","bedrooms":"1","price":"179000","area":"540"} , +{"type":"Feature","id":"n6391756241","geometry":{"type":"Point","coordinates":[-0.0607524,51.4134751]},"properties":{"@type":"node","@id":6391756241,"@timestamp":1554750151},"coords":"51.4134751,-0.0607524","bedrooms":"0","price":"203000","area":"422"} , +{"type":"Feature","id":"n6391863793","geometry":{"type":"Point","coordinates":[-0.8357078,51.4230467]},"properties":{"@type":"node","@id":6391863793,"@timestamp":1620290731},"coords":"51.4230467,-0.8357078","bedrooms":"0","price":"196000","area":"609"} , +{"type":"Feature","id":"n6391920212","geometry":{"type":"Point","coordinates":[-0.8250659,51.4169726]},"properties":{"@type":"node","@id":6391920212,"@timestamp":1554756195},"coords":"51.4169726,-0.8250659","bedrooms":"0","price":"237000","area":"528"} , +{"type":"Feature","id":"n6391980791","geometry":{"type":"Point","coordinates":[0.0999301,51.3763191]},"properties":{"@type":"node","@id":6391980791,"@timestamp":1624624025},"coords":"51.3763191,0.0999301","bedrooms":"0","price":"238000","area":"431"} , +{"type":"Feature","id":"n6392138666","geometry":{"type":"Point","coordinates":[0.10018,51.3767023]},"properties":{"@type":"node","@id":6392138666,"@timestamp":1555488786},"coords":"51.3767023,0.10018","bedrooms":"1","price":"257000","area":"427"} , +{"type":"Feature","id":"n6392462796","geometry":{"type":"Point","coordinates":[-0.1198937,51.5089835]},"properties":{"@type":"node","@id":6392462796,"@timestamp":1609039641},"coords":"51.5089835,-0.1198937","bedrooms":"4","price":"256000","area":"618"} , +{"type":"Feature","id":"n6392567463","geometry":{"type":"Point","coordinates":[-0.1680668,51.5187897]},"properties":{"@type":"node","@id":6392567463,"@timestamp":1563611730},"coords":"51.5187897,-0.1680668","bedrooms":"4","price":"159000","area":"441"} , +{"type":"Feature","id":"n6393368640","geometry":{"type":"Point","coordinates":[-0.8097603,51.7840563]},"properties":{"@type":"node","@id":6393368640,"@timestamp":1554805785},"coords":"51.7840563,-0.8097603","bedrooms":"1","price":"190000","area":"416"} , +{"type":"Feature","id":"n6393652952","geometry":{"type":"Point","coordinates":[0.2389908,51.4357666]},"properties":{"@type":"node","@id":6393652952,"@timestamp":1554812303},"coords":"51.4357666,0.2389908","bedrooms":"4","price":"199000","area":"560"} , +{"type":"Feature","id":"n6393652962","geometry":{"type":"Point","coordinates":[0.2387791,51.439227]},"properties":{"@type":"node","@id":6393652962,"@timestamp":1554812303},"coords":"51.439227,0.2387791","bedrooms":"2","price":"262000","area":"576"} , +{"type":"Feature","id":"n6393652972","geometry":{"type":"Point","coordinates":[0.2375912,51.4430907]},"properties":{"@type":"node","@id":6393652972,"@timestamp":1554812304},"coords":"51.4430907,0.2375912","bedrooms":"1","price":"197000","area":"458"} , +{"type":"Feature","id":"n6393652982","geometry":{"type":"Point","coordinates":[0.2358331,51.4459825]},"properties":{"@type":"node","@id":6393652982,"@timestamp":1554812305},"coords":"51.4459825,0.2358331","bedrooms":"2","price":"254000","area":"462"} , +{"type":"Feature","id":"n6393653092","geometry":{"type":"Point","coordinates":[0.2377791,51.4499991]},"properties":{"@type":"node","@id":6393653092,"@timestamp":1554812305},"coords":"51.4499991,0.2377791","bedrooms":"1","price":"165000","area":"445"} , +{"type":"Feature","id":"n6394101176","geometry":{"type":"Point","coordinates":[0.1960064,51.5595573]},"properties":{"@type":"node","@id":6394101176,"@timestamp":1554823767},"coords":"51.5595573,0.1960064","bedrooms":"1","price":"247000","area":"576"} , +{"type":"Feature","id":"n6394496693","geometry":{"type":"Point","coordinates":[0.28925,51.5648359]},"properties":{"@type":"node","@id":6394496693,"@timestamp":1559594007},"coords":"51.5648359,0.28925","bedrooms":"3","price":"200000","area":"521"} , +{"type":"Feature","id":"n6394527626","geometry":{"type":"Point","coordinates":[-0.1876133,51.3943413]},"properties":{"@type":"node","@id":6394527626,"@timestamp":1554834475},"coords":"51.3943413,-0.1876133","bedrooms":"3","price":"215000","area":"468"} , +{"type":"Feature","id":"n6394527636","geometry":{"type":"Point","coordinates":[-0.1862508,51.3975068]},"properties":{"@type":"node","@id":6394527636,"@timestamp":1554834475},"coords":"51.3975068,-0.1862508","bedrooms":"3","price":"236000","area":"574"} , +{"type":"Feature","id":"n6394657585","geometry":{"type":"Point","coordinates":[-0.5442981,51.3702693]},"properties":{"@type":"node","@id":6394657585,"@timestamp":1554837332},"coords":"51.3702693,-0.5442981","bedrooms":"4","price":"263000","area":"400"} , +{"type":"Feature","id":"n6394782093","geometry":{"type":"Point","coordinates":[0.2680922,51.5040301]},"properties":{"@type":"node","@id":6394782093,"@timestamp":1554841367},"coords":"51.5040301,0.2680922","bedrooms":"0","price":"156000","area":"642"} , +{"type":"Feature","id":"n6394782106","geometry":{"type":"Point","coordinates":[0.267971,51.5051575]},"properties":{"@type":"node","@id":6394782106,"@timestamp":1554841368},"coords":"51.5051575,0.267971","bedrooms":"2","price":"273000","area":"474"} , +{"type":"Feature","id":"n6394782125","geometry":{"type":"Point","coordinates":[0.2671929,51.5085877]},"properties":{"@type":"node","@id":6394782125,"@timestamp":1554841369},"coords":"51.5085877,0.2671929","bedrooms":"0","price":"299000","area":"673"} , +{"type":"Feature","id":"n6394782137","geometry":{"type":"Point","coordinates":[0.2673721,51.5111299]},"properties":{"@type":"node","@id":6394782137,"@timestamp":1554841370},"coords":"51.5111299,0.2673721","bedrooms":"0","price":"200000","area":"450"} , +{"type":"Feature","id":"n6394782155","geometry":{"type":"Point","coordinates":[0.268218,51.5119768]},"properties":{"@type":"node","@id":6394782155,"@timestamp":1554841371},"coords":"51.5119768,0.268218","bedrooms":"2","price":"234000","area":"438"} , +{"type":"Feature","id":"n6394782171","geometry":{"type":"Point","coordinates":[0.2684657,51.5150604]},"properties":{"@type":"node","@id":6394782171,"@timestamp":1554841372},"coords":"51.5150604,0.2684657","bedrooms":"4","price":"255000","area":"384"} , +{"type":"Feature","id":"n6394793374","geometry":{"type":"Point","coordinates":[-0.5327708,51.3648049]},"properties":{"@type":"node","@id":6394793374,"@timestamp":1554841548},"coords":"51.3648049,-0.5327708","bedrooms":"4","price":"185000","area":"434"} , +{"type":"Feature","id":"n6394834527","geometry":{"type":"Point","coordinates":[-0.5346063,51.3610046]},"properties":{"@type":"node","@id":6394834527,"@timestamp":1554844000},"coords":"51.3610046,-0.5346063","bedrooms":"3","price":"219000","area":"681"} , +{"type":"Feature","id":"n6394834769","geometry":{"type":"Point","coordinates":[0.1072669,51.3826326]},"properties":{"@type":"node","@id":6394834769,"@timestamp":1554852068},"coords":"51.3826326,0.1072669","bedrooms":"1","price":"182000","area":"479"} , +{"type":"Feature","id":"n6394950520","geometry":{"type":"Point","coordinates":[0.1069587,51.382154]},"properties":{"@type":"node","@id":6394950520,"@timestamp":1625866231},"coords":"51.382154,0.1069587","bedrooms":"1","price":"293000","area":"564"} , +{"type":"Feature","id":"n6395476032","geometry":{"type":"Point","coordinates":[-0.8553491,51.680858]},"properties":{"@type":"node","@id":6395476032,"@timestamp":1554880343},"coords":"51.680858,-0.8553491","bedrooms":"2","price":"238000","area":"399"} , +{"type":"Feature","id":"n6395522771","geometry":{"type":"Point","coordinates":[-0.2926679,51.4176535]},"properties":{"@type":"node","@id":6395522771,"@timestamp":1595590701},"coords":"51.4176535,-0.2926679","bedrooms":"3","price":"274000","area":"477"} , +{"type":"Feature","id":"n6395762471","geometry":{"type":"Point","coordinates":[0.2178748,51.4437399]},"properties":{"@type":"node","@id":6395762471,"@timestamp":1620260002},"coords":"51.4437399,0.2178748","bedrooms":"2","price":"224000","area":"567"} , +{"type":"Feature","id":"n6395974092","geometry":{"type":"Point","coordinates":[0.1941363,51.388953]},"properties":{"@type":"node","@id":6395974092,"@timestamp":1554896019},"coords":"51.388953,0.1941363","bedrooms":"4","price":"194000","area":"400"} , +{"type":"Feature","id":"n6396285294","geometry":{"type":"Point","coordinates":[-0.9659621,51.4578578]},"properties":{"@type":"node","@id":6396285294,"@timestamp":1633344473},"coords":"51.4578578,-0.9659621","bedrooms":"3","price":"189000","area":"469"} , +{"type":"Feature","id":"n6396476448","geometry":{"type":"Point","coordinates":[-0.058153,51.6620114]},"properties":{"@type":"node","@id":6396476448,"@timestamp":1554905711},"coords":"51.6620114,-0.058153","bedrooms":"2","price":"188000","area":"677"} , +{"type":"Feature","id":"n6396476458","geometry":{"type":"Point","coordinates":[-0.0584287,51.6601517]},"properties":{"@type":"node","@id":6396476458,"@timestamp":1554905712},"coords":"51.6601517,-0.0584287","bedrooms":"3","price":"182000","area":"481"} , +{"type":"Feature","id":"n6396476474","geometry":{"type":"Point","coordinates":[-0.0571843,51.6644121]},"properties":{"@type":"node","@id":6396476474,"@timestamp":1554905713},"coords":"51.6644121,-0.0571843","bedrooms":"4","price":"199000","area":"649"} , +{"type":"Feature","id":"n6396476484","geometry":{"type":"Point","coordinates":[-0.0563318,51.6664601]},"properties":{"@type":"node","@id":6396476484,"@timestamp":1554905713},"coords":"51.6664601,-0.0563318","bedrooms":"2","price":"246000","area":"463"} , +{"type":"Feature","id":"n6396478594","geometry":{"type":"Point","coordinates":[-0.0554815,51.668651]},"properties":{"@type":"node","@id":6396478594,"@timestamp":1554905714},"coords":"51.668651,-0.0554815","bedrooms":"0","price":"256000","area":"363"} , +{"type":"Feature","id":"n6396478605","geometry":{"type":"Point","coordinates":[-0.0525793,51.6750884]},"properties":{"@type":"node","@id":6396478605,"@timestamp":1554905715},"coords":"51.6750884,-0.0525793","bedrooms":"3","price":"183000","area":"476"} , +{"type":"Feature","id":"n6396478615","geometry":{"type":"Point","coordinates":[-0.0533594,51.6728862]},"properties":{"@type":"node","@id":6396478615,"@timestamp":1554905716},"coords":"51.6728862,-0.0533594","bedrooms":"1","price":"188000","area":"401"} , +{"type":"Feature","id":"n6396478625","geometry":{"type":"Point","coordinates":[-0.0545502,51.6707691]},"properties":{"@type":"node","@id":6396478625,"@timestamp":1554905716},"coords":"51.6707691,-0.0545502","bedrooms":"2","price":"170000","area":"535"} , +{"type":"Feature","id":"n6396478635","geometry":{"type":"Point","coordinates":[-0.0524039,51.6766309]},"properties":{"@type":"node","@id":6396478635,"@timestamp":1554905717},"coords":"51.6766309,-0.0524039","bedrooms":"4","price":"178000","area":"450"} , +{"type":"Feature","id":"n6396478646","geometry":{"type":"Point","coordinates":[-0.0515024,51.6781524]},"properties":{"@type":"node","@id":6396478646,"@timestamp":1554905718},"coords":"51.6781524,-0.0515024","bedrooms":"0","price":"183000","area":"548"} , +{"type":"Feature","id":"n6396478656","geometry":{"type":"Point","coordinates":[-0.0509136,51.6798532]},"properties":{"@type":"node","@id":6396478656,"@timestamp":1554905719},"coords":"51.6798532,-0.0509136","bedrooms":"2","price":"253000","area":"557"} , +{"type":"Feature","id":"n6396478666","geometry":{"type":"Point","coordinates":[-0.0506232,51.6805572]},"properties":{"@type":"node","@id":6396478666,"@timestamp":1554905719},"coords":"51.6805572,-0.0506232","bedrooms":"2","price":"181000","area":"668"} , +{"type":"Feature","id":"n6396629724","geometry":{"type":"Point","coordinates":[-0.0601682,51.6448404]},"properties":{"@type":"node","@id":6396629724,"@timestamp":1554909108},"coords":"51.6448404,-0.0601682","bedrooms":"2","price":"177000","area":"695"} , +{"type":"Feature","id":"n6396629735","geometry":{"type":"Point","coordinates":[-0.0605653,51.6463349]},"properties":{"@type":"node","@id":6396629735,"@timestamp":1554909109},"coords":"51.6463349,-0.0605653","bedrooms":"3","price":"190000","area":"350"} , +{"type":"Feature","id":"n6396629747","geometry":{"type":"Point","coordinates":[-0.0604332,51.6483441]},"properties":{"@type":"node","@id":6396629747,"@timestamp":1554909109},"coords":"51.6483441,-0.0604332","bedrooms":"0","price":"290000","area":"353"} , +{"type":"Feature","id":"n6396629759","geometry":{"type":"Point","coordinates":[-0.0603519,51.6496659]},"properties":{"@type":"node","@id":6396629759,"@timestamp":1554909110},"coords":"51.6496659,-0.0603519","bedrooms":"4","price":"249000","area":"626"} , +{"type":"Feature","id":"n6396629769","geometry":{"type":"Point","coordinates":[-0.0597238,51.651752]},"properties":{"@type":"node","@id":6396629769,"@timestamp":1554909111},"coords":"51.651752,-0.0597238","bedrooms":"4","price":"202000","area":"604"} , +{"type":"Feature","id":"n6396629779","geometry":{"type":"Point","coordinates":[-0.0599433,51.6539704]},"properties":{"@type":"node","@id":6396629779,"@timestamp":1554909112},"coords":"51.6539704,-0.0599433","bedrooms":"1","price":"221000","area":"383"} , +{"type":"Feature","id":"n6396630490","geometry":{"type":"Point","coordinates":[-0.0593823,51.6561306]},"properties":{"@type":"node","@id":6396630490,"@timestamp":1554909113},"coords":"51.6561306,-0.0593823","bedrooms":"3","price":"150000","area":"516"} , +{"type":"Feature","id":"n6396630500","geometry":{"type":"Point","coordinates":[-0.0593091,51.6584345]},"properties":{"@type":"node","@id":6396630500,"@timestamp":1554909114},"coords":"51.6584345,-0.0593091","bedrooms":"0","price":"289000","area":"385"} , +{"type":"Feature","id":"n6396753560","geometry":{"type":"Point","coordinates":[-0.399802,51.0781568]},"properties":{"@type":"node","@id":6396753560,"@timestamp":1611587813},"coords":"51.0781568,-0.399802","bedrooms":"1","price":"289000","area":"550"} , +{"type":"Feature","id":"n6396754121","geometry":{"type":"Point","coordinates":[-0.4064807,51.0725551]},"properties":{"@type":"node","@id":6396754121,"@timestamp":1554912357},"coords":"51.0725551,-0.4064807","bedrooms":"4","price":"271000","area":"647"} , +{"type":"Feature","id":"n6396813538","geometry":{"type":"Point","coordinates":[-0.0696194,51.6342453]},"properties":{"@type":"node","@id":6396813538,"@timestamp":1554913814},"coords":"51.6342453,-0.0696194","bedrooms":"4","price":"221000","area":"621"} , +{"type":"Feature","id":"n6396813552","geometry":{"type":"Point","coordinates":[-0.0713424,51.6331949]},"properties":{"@type":"node","@id":6396813552,"@timestamp":1554913815},"coords":"51.6331949,-0.0713424","bedrooms":"0","price":"252000","area":"355"} , +{"type":"Feature","id":"n6396813566","geometry":{"type":"Point","coordinates":[-0.0735314,51.6318632]},"properties":{"@type":"node","@id":6396813566,"@timestamp":1554913816},"coords":"51.6318632,-0.0735314","bedrooms":"4","price":"171000","area":"629"} , +{"type":"Feature","id":"n6396814688","geometry":{"type":"Point","coordinates":[-0.0763825,51.6311342]},"properties":{"@type":"node","@id":6396814688,"@timestamp":1554913816},"coords":"51.6311342,-0.0763825","bedrooms":"0","price":"299000","area":"475"} , +{"type":"Feature","id":"n6396814704","geometry":{"type":"Point","coordinates":[-0.0783314,51.6300985]},"properties":{"@type":"node","@id":6396814704,"@timestamp":1554913817},"coords":"51.6300985,-0.0783314","bedrooms":"1","price":"201000","area":"694"} , +{"type":"Feature","id":"n6396814720","geometry":{"type":"Point","coordinates":[-0.0793689,51.6285122]},"properties":{"@type":"node","@id":6396814720,"@timestamp":1554913818},"coords":"51.6285122,-0.0793689","bedrooms":"0","price":"152000","area":"601"} , +{"type":"Feature","id":"n6396814732","geometry":{"type":"Point","coordinates":[-0.080356,51.6269225]},"properties":{"@type":"node","@id":6396814732,"@timestamp":1554913819},"coords":"51.6269225,-0.080356","bedrooms":"0","price":"196000","area":"508"} , +{"type":"Feature","id":"n6396814751","geometry":{"type":"Point","coordinates":[-0.0812229,51.6252696]},"properties":{"@type":"node","@id":6396814751,"@timestamp":1554913820},"coords":"51.6252696,-0.0812229","bedrooms":"0","price":"222000","area":"532"} , +{"type":"Feature","id":"n6396814775","geometry":{"type":"Point","coordinates":[-0.0818344,51.6236576]},"properties":{"@type":"node","@id":6396814775,"@timestamp":1554913821},"coords":"51.6236576,-0.0818344","bedrooms":"3","price":"296000","area":"639"} , +{"type":"Feature","id":"n6396814793","geometry":{"type":"Point","coordinates":[-0.0823745,51.6219782]},"properties":{"@type":"node","@id":6396814793,"@timestamp":1554913822},"coords":"51.6219782,-0.0823745","bedrooms":"1","price":"230000","area":"582"} , +{"type":"Feature","id":"n6396814812","geometry":{"type":"Point","coordinates":[-0.0839105,51.6205032]},"properties":{"@type":"node","@id":6396814812,"@timestamp":1554913822},"coords":"51.6205032,-0.0839105","bedrooms":"4","price":"255000","area":"482"} , +{"type":"Feature","id":"n6396814822","geometry":{"type":"Point","coordinates":[-0.0849473,51.6189476]},"properties":{"@type":"node","@id":6396814822,"@timestamp":1554913823},"coords":"51.6189476,-0.0849473","bedrooms":"3","price":"280000","area":"673"} , +{"type":"Feature","id":"n6396814833","geometry":{"type":"Point","coordinates":[-0.0860691,51.6167105]},"properties":{"@type":"node","@id":6396814833,"@timestamp":1554913824},"coords":"51.6167105,-0.0860691","bedrooms":"4","price":"244000","area":"683"} , +{"type":"Feature","id":"n6396846512","geometry":{"type":"Point","coordinates":[0.0214204,51.131388]},"properties":{"@type":"node","@id":6396846512,"@timestamp":1620492945},"coords":"51.131388,0.0214204","bedrooms":"3","price":"208000","area":"642"} , +{"type":"Feature","id":"n6396891297","geometry":{"type":"Point","coordinates":[-0.060334,51.6436233]},"properties":{"@type":"node","@id":6396891297,"@timestamp":1554916142},"coords":"51.6436233,-0.060334","bedrooms":"1","price":"174000","area":"385"} , +{"type":"Feature","id":"n6396891313","geometry":{"type":"Point","coordinates":[-0.0611243,51.6421533]},"properties":{"@type":"node","@id":6396891313,"@timestamp":1554916142},"coords":"51.6421533,-0.0611243","bedrooms":"0","price":"262000","area":"581"} , +{"type":"Feature","id":"n6396891332","geometry":{"type":"Point","coordinates":[-0.0623518,51.6407897]},"properties":{"@type":"node","@id":6396891332,"@timestamp":1554916143},"coords":"51.6407897,-0.0623518","bedrooms":"2","price":"179000","area":"440"} , +{"type":"Feature","id":"n6396891342","geometry":{"type":"Point","coordinates":[-0.0640962,51.639484]},"properties":{"@type":"node","@id":6396891342,"@timestamp":1554916144},"coords":"51.639484,-0.0640962","bedrooms":"0","price":"192000","area":"615"} , +{"type":"Feature","id":"n6396891354","geometry":{"type":"Point","coordinates":[-0.0659153,51.6378769]},"properties":{"@type":"node","@id":6396891354,"@timestamp":1554916145},"coords":"51.6378769,-0.0659153","bedrooms":"2","price":"196000","area":"616"} , +{"type":"Feature","id":"n6396891364","geometry":{"type":"Point","coordinates":[-0.0674146,51.6362256]},"properties":{"@type":"node","@id":6396891364,"@timestamp":1554916145},"coords":"51.6362256,-0.0674146","bedrooms":"0","price":"150000","area":"470"} , +{"type":"Feature","id":"n6396891380","geometry":{"type":"Point","coordinates":[-0.0692037,51.6346767]},"properties":{"@type":"node","@id":6396891380,"@timestamp":1554916146},"coords":"51.6346767,-0.0692037","bedrooms":"1","price":"285000","area":"512"} , +{"type":"Feature","id":"n6396909860","geometry":{"type":"Point","coordinates":[0.48671,51.7144634]},"properties":{"@type":"node","@id":6396909860,"@timestamp":1554916975},"coords":"51.7144634,0.48671","bedrooms":"3","price":"292000","area":"428"} , +{"type":"Feature","id":"n6396948170","geometry":{"type":"Point","coordinates":[-0.0867616,51.6032829]},"properties":{"@type":"node","@id":6396948170,"@timestamp":1554918802},"coords":"51.6032829,-0.0867616","bedrooms":"0","price":"218000","area":"485"} , +{"type":"Feature","id":"n6396948180","geometry":{"type":"Point","coordinates":[-0.0860874,51.6054261]},"properties":{"@type":"node","@id":6396948180,"@timestamp":1554918803},"coords":"51.6054261,-0.0860874","bedrooms":"4","price":"179000","area":"514"} , +{"type":"Feature","id":"n6396970290","geometry":{"type":"Point","coordinates":[-0.0854981,51.6068813]},"properties":{"@type":"node","@id":6396970290,"@timestamp":1554918804},"coords":"51.6068813,-0.0854981","bedrooms":"1","price":"183000","area":"656"} , +{"type":"Feature","id":"n6396970300","geometry":{"type":"Point","coordinates":[-0.085445,51.6084451]},"properties":{"@type":"node","@id":6396970300,"@timestamp":1554918804},"coords":"51.6084451,-0.085445","bedrooms":"4","price":"168000","area":"361"} , +{"type":"Feature","id":"n6396970313","geometry":{"type":"Point","coordinates":[-0.0855234,51.6100718]},"properties":{"@type":"node","@id":6396970313,"@timestamp":1554918805},"coords":"51.6100718,-0.0855234","bedrooms":"3","price":"213000","area":"676"} , +{"type":"Feature","id":"n6396970331","geometry":{"type":"Point","coordinates":[-0.0862925,51.6112302]},"properties":{"@type":"node","@id":6396970331,"@timestamp":1554918806},"coords":"51.6112302,-0.0862925","bedrooms":"4","price":"150000","area":"382"} , +{"type":"Feature","id":"n6396970343","geometry":{"type":"Point","coordinates":[-0.0864522,51.6127102]},"properties":{"@type":"node","@id":6396970343,"@timestamp":1554918807},"coords":"51.6127102,-0.0864522","bedrooms":"2","price":"263000","area":"591"} , +{"type":"Feature","id":"n6396970360","geometry":{"type":"Point","coordinates":[-0.0870448,51.6140902]},"properties":{"@type":"node","@id":6396970360,"@timestamp":1554918808},"coords":"51.6140902,-0.0870448","bedrooms":"3","price":"231000","area":"592"} , +{"type":"Feature","id":"n6396970375","geometry":{"type":"Point","coordinates":[-0.087454,51.6164829]},"properties":{"@type":"node","@id":6396970375,"@timestamp":1554918808},"coords":"51.6164829,-0.087454","bedrooms":"2","price":"197000","area":"356"} , +{"type":"Feature","id":"n6397001310","geometry":{"type":"Point","coordinates":[-0.0847161,51.6023127]},"properties":{"@type":"node","@id":6397001310,"@timestamp":1554919950},"coords":"51.6023127,-0.0847161","bedrooms":"4","price":"177000","area":"423"} , +{"type":"Feature","id":"n6397107999","geometry":{"type":"Point","coordinates":[-0.5400859,51.3494127]},"properties":{"@type":"node","@id":6397107999,"@timestamp":1554924980},"coords":"51.3494127,-0.5400859","bedrooms":"4","price":"157000","area":"355"} , +{"type":"Feature","id":"n6397161548","geometry":{"type":"Point","coordinates":[0.0200448,51.5956053]},"properties":{"@type":"node","@id":6397161548,"@timestamp":1554927138},"coords":"51.5956053,0.0200448","bedrooms":"1","price":"212000","area":"673"} , +{"type":"Feature","id":"n6397161563","geometry":{"type":"Point","coordinates":[0.0145215,51.5952147]},"properties":{"@type":"node","@id":6397161563,"@timestamp":1554927139},"coords":"51.5952147,0.0145215","bedrooms":"3","price":"271000","area":"503"} , +{"type":"Feature","id":"n6397161575","geometry":{"type":"Point","coordinates":[0.0249213,51.5963823]},"properties":{"@type":"node","@id":6397161575,"@timestamp":1554927139},"coords":"51.5963823,0.0249213","bedrooms":"3","price":"286000","area":"445"} , +{"type":"Feature","id":"n6397161585","geometry":{"type":"Point","coordinates":[0.0301048,51.5957572]},"properties":{"@type":"node","@id":6397161585,"@timestamp":1554927140},"coords":"51.5957572,0.0301048","bedrooms":"0","price":"253000","area":"604"} , +{"type":"Feature","id":"n6397252727","geometry":{"type":"Point","coordinates":[0.0342086,51.5944645]},"properties":{"@type":"node","@id":6397252727,"@timestamp":1602177973},"coords":"51.5944645,0.0342086","bedrooms":"1","price":"251000","area":"687"} , +{"type":"Feature","id":"n6397252737","geometry":{"type":"Point","coordinates":[-0.0619755,51.6143777]},"properties":{"@type":"node","@id":6397252737,"@timestamp":1554930915},"coords":"51.6143777,-0.0619755","bedrooms":"3","price":"295000","area":"438"} , +{"type":"Feature","id":"n6397252747","geometry":{"type":"Point","coordinates":[-0.0555473,51.6134918]},"properties":{"@type":"node","@id":6397252747,"@timestamp":1554930916},"coords":"51.6134918,-0.0555473","bedrooms":"3","price":"182000","area":"643"} , +{"type":"Feature","id":"n6397252757","geometry":{"type":"Point","coordinates":[-0.049572,51.6120418]},"properties":{"@type":"node","@id":6397252757,"@timestamp":1554930916},"coords":"51.6120418,-0.049572","bedrooms":"4","price":"192000","area":"545"} , +{"type":"Feature","id":"n6397252767","geometry":{"type":"Point","coordinates":[-0.0430608,51.6118857]},"properties":{"@type":"node","@id":6397252767,"@timestamp":1554930917},"coords":"51.6118857,-0.0430608","bedrooms":"2","price":"262000","area":"497"} , +{"type":"Feature","id":"n6397252782","geometry":{"type":"Point","coordinates":[-0.0369104,51.6131803]},"properties":{"@type":"node","@id":6397252782,"@timestamp":1554930918},"coords":"51.6131803,-0.0369104","bedrooms":"3","price":"167000","area":"412"} , +{"type":"Feature","id":"n6397252992","geometry":{"type":"Point","coordinates":[-0.0319801,51.6117431]},"properties":{"@type":"node","@id":6397252992,"@timestamp":1554930919},"coords":"51.6117431,-0.0319801","bedrooms":"0","price":"193000","area":"398"} , +{"type":"Feature","id":"n6397253008","geometry":{"type":"Point","coordinates":[-0.029484,51.6077946]},"properties":{"@type":"node","@id":6397253008,"@timestamp":1554930920},"coords":"51.6077946,-0.029484","bedrooms":"4","price":"216000","area":"448"} , +{"type":"Feature","id":"n6397253020","geometry":{"type":"Point","coordinates":[-0.0246015,51.6052597]},"properties":{"@type":"node","@id":6397253020,"@timestamp":1554930920},"coords":"51.6052597,-0.0246015","bedrooms":"3","price":"243000","area":"537"} , +{"type":"Feature","id":"n6397253030","geometry":{"type":"Point","coordinates":[-0.0208025,51.6031307]},"properties":{"@type":"node","@id":6397253030,"@timestamp":1554930921},"coords":"51.6031307,-0.0208025","bedrooms":"1","price":"187000","area":"572"} , +{"type":"Feature","id":"n6397253040","geometry":{"type":"Point","coordinates":[-0.0161033,51.6008092]},"properties":{"@type":"node","@id":6397253040,"@timestamp":1554930922},"coords":"51.6008092,-0.0161033","bedrooms":"2","price":"151000","area":"445"} , +{"type":"Feature","id":"n6397253050","geometry":{"type":"Point","coordinates":[-0.0096015,51.6004607]},"properties":{"@type":"node","@id":6397253050,"@timestamp":1554930923},"coords":"51.6004607,-0.0096015","bedrooms":"2","price":"291000","area":"408"} , +{"type":"Feature","id":"n6397253060","geometry":{"type":"Point","coordinates":[-0.000929,51.5999279]},"properties":{"@type":"node","@id":6397253060,"@timestamp":1554930923},"coords":"51.5999279,-0.000929","bedrooms":"3","price":"275000","area":"647"} , +{"type":"Feature","id":"n6397253070","geometry":{"type":"Point","coordinates":[0.0035593,51.598515]},"properties":{"@type":"node","@id":6397253070,"@timestamp":1554930924},"coords":"51.598515,0.0035593","bedrooms":"0","price":"203000","area":"410"} , +{"type":"Feature","id":"n6397413020","geometry":{"type":"Point","coordinates":[-0.4210268,51.4391801]},"properties":{"@type":"node","@id":6397413020,"@timestamp":1588183879},"coords":"51.4391801,-0.4210268","bedrooms":"1","price":"223000","area":"360"} , +{"type":"Feature","id":"n6397855880","geometry":{"type":"Point","coordinates":[-0.965893,51.457866]},"properties":{"@type":"node","@id":6397855880,"@timestamp":1633344473},"coords":"51.457866,-0.965893","bedrooms":"4","price":"212000","area":"670"} , +{"type":"Feature","id":"n6398019311","geometry":{"type":"Point","coordinates":[0.1038295,51.3804967]},"properties":{"@type":"node","@id":6398019311,"@timestamp":1603768645},"coords":"51.3804967,0.1038295","bedrooms":"3","price":"236000","area":"390"} , +{"type":"Feature","id":"n6398090154","geometry":{"type":"Point","coordinates":[0.1033713,51.3799333]},"properties":{"@type":"node","@id":6398090154,"@timestamp":1554976797},"coords":"51.3799333,0.1033713","bedrooms":"3","price":"263000","area":"502"} , +{"type":"Feature","id":"n6398115103","geometry":{"type":"Point","coordinates":[0.2535226,51.6051056]},"properties":{"@type":"node","@id":6398115103,"@timestamp":1554977765},"coords":"51.6051056,0.2535226","bedrooms":"3","price":"198000","area":"456"} , +{"type":"Feature","id":"n6398115117","geometry":{"type":"Point","coordinates":[0.2590496,51.6068567]},"properties":{"@type":"node","@id":6398115117,"@timestamp":1554977766},"coords":"51.6068567,0.2590496","bedrooms":"0","price":"175000","area":"690"} , +{"type":"Feature","id":"n6398115128","geometry":{"type":"Point","coordinates":[0.2572222,51.6064792]},"properties":{"@type":"node","@id":6398115128,"@timestamp":1554977766},"coords":"51.6064792,0.2572222","bedrooms":"4","price":"279000","area":"607"} , +{"type":"Feature","id":"n6398115147","geometry":{"type":"Point","coordinates":[0.262231,51.6084403]},"properties":{"@type":"node","@id":6398115147,"@timestamp":1554977767},"coords":"51.6084403,0.262231","bedrooms":"4","price":"223000","area":"557"} , +{"type":"Feature","id":"n6398115162","geometry":{"type":"Point","coordinates":[0.258427,51.607108]},"properties":{"@type":"node","@id":6398115162,"@timestamp":1554977768},"coords":"51.607108,0.258427","bedrooms":"4","price":"241000","area":"608"} , +{"type":"Feature","id":"n6398173389","geometry":{"type":"Point","coordinates":[-0.281102,51.5574863]},"properties":{"@type":"node","@id":6398173389,"@timestamp":1625996678},"coords":"51.5574863,-0.281102","bedrooms":"1","price":"262000","area":"699"} , +{"type":"Feature","id":"n6398364342","geometry":{"type":"Point","coordinates":[0.2686255,51.5767036]},"properties":{"@type":"node","@id":6398364342,"@timestamp":1554987450},"coords":"51.5767036,0.2686255","bedrooms":"4","price":"296000","area":"696"} , +{"type":"Feature","id":"n6398365289","geometry":{"type":"Point","coordinates":[0.2739575,51.5742476]},"properties":{"@type":"node","@id":6398365289,"@timestamp":1554987451},"coords":"51.5742476,0.2739575","bedrooms":"1","price":"224000","area":"449"} , +{"type":"Feature","id":"n6398365299","geometry":{"type":"Point","coordinates":[0.2727774,51.5750674]},"properties":{"@type":"node","@id":6398365299,"@timestamp":1554987452},"coords":"51.5750674,0.2727774","bedrooms":"3","price":"255000","area":"547"} , +{"type":"Feature","id":"n6398365323","geometry":{"type":"Point","coordinates":[0.2834323,51.5728958]},"properties":{"@type":"node","@id":6398365323,"@timestamp":1554987453},"coords":"51.5728958,0.2834323","bedrooms":"4","price":"242000","area":"486"} , +{"type":"Feature","id":"n6398365343","geometry":{"type":"Point","coordinates":[0.2774379,51.5731083]},"properties":{"@type":"node","@id":6398365343,"@timestamp":1554987454},"coords":"51.5731083,0.2774379","bedrooms":"2","price":"156000","area":"363"} , +{"type":"Feature","id":"n6398365372","geometry":{"type":"Point","coordinates":[0.2815891,51.5725262]},"properties":{"@type":"node","@id":6398365372,"@timestamp":1554987455},"coords":"51.5725262,0.2815891","bedrooms":"4","price":"247000","area":"537"} , +{"type":"Feature","id":"n6398365690","geometry":{"type":"Point","coordinates":[0.2835073,51.5722733]},"properties":{"@type":"node","@id":6398365690,"@timestamp":1554987456},"coords":"51.5722733,0.2835073","bedrooms":"1","price":"256000","area":"420"} , +{"type":"Feature","id":"n6398365711","geometry":{"type":"Point","coordinates":[0.286344,51.5724899]},"properties":{"@type":"node","@id":6398365711,"@timestamp":1554987457},"coords":"51.5724899,0.286344","bedrooms":"0","price":"166000","area":"591"} , +{"type":"Feature","id":"n6398580613","geometry":{"type":"Point","coordinates":[-0.411773,51.547909]},"properties":{"@type":"node","@id":6398580613,"@timestamp":1554994960},"coords":"51.547909,-0.411773","bedrooms":"1","price":"247000","area":"569"} , +{"type":"Feature","id":"n6398580635","geometry":{"type":"Point","coordinates":[-0.4094258,51.5480764]},"properties":{"@type":"node","@id":6398580635,"@timestamp":1554994961},"coords":"51.5480764,-0.4094258","bedrooms":"2","price":"199000","area":"649"} , +{"type":"Feature","id":"n6398580655","geometry":{"type":"Point","coordinates":[-0.4060201,51.5481009]},"properties":{"@type":"node","@id":6398580655,"@timestamp":1554994962},"coords":"51.5481009,-0.4060201","bedrooms":"1","price":"154000","area":"652"} , +{"type":"Feature","id":"n6398580673","geometry":{"type":"Point","coordinates":[-0.4045098,51.547799]},"properties":{"@type":"node","@id":6398580673,"@timestamp":1554994963},"coords":"51.547799,-0.4045098","bedrooms":"1","price":"232000","area":"523"} , +{"type":"Feature","id":"n6398580685","geometry":{"type":"Point","coordinates":[-0.4012618,51.5483555]},"properties":{"@type":"node","@id":6398580685,"@timestamp":1554994964},"coords":"51.5483555,-0.4012618","bedrooms":"2","price":"299000","area":"632"} , +{"type":"Feature","id":"n6398629594","geometry":{"type":"Point","coordinates":[-0.4731765,51.5594438]},"properties":{"@type":"node","@id":6398629594,"@timestamp":1558259820},"coords":"51.5594438,-0.4731765","bedrooms":"4","price":"153000","area":"688"} , +{"type":"Feature","id":"n6398629604","geometry":{"type":"Point","coordinates":[-0.4713728,51.5590375]},"properties":{"@type":"node","@id":6398629604,"@timestamp":1554996664},"coords":"51.5590375,-0.4713728","bedrooms":"4","price":"279000","area":"363"} , +{"type":"Feature","id":"n6398629614","geometry":{"type":"Point","coordinates":[-0.4680884,51.5584149]},"properties":{"@type":"node","@id":6398629614,"@timestamp":1554996664},"coords":"51.5584149,-0.4680884","bedrooms":"1","price":"291000","area":"676"} , +{"type":"Feature","id":"n6398629624","geometry":{"type":"Point","coordinates":[-0.4632899,51.5570675]},"properties":{"@type":"node","@id":6398629624,"@timestamp":1554996665},"coords":"51.5570675,-0.4632899","bedrooms":"1","price":"207000","area":"366"} , +{"type":"Feature","id":"n6398629634","geometry":{"type":"Point","coordinates":[-0.4575285,51.5552047]},"properties":{"@type":"node","@id":6398629634,"@timestamp":1554996666},"coords":"51.5552047,-0.4575285","bedrooms":"4","price":"193000","area":"378"} , +{"type":"Feature","id":"n6398629644","geometry":{"type":"Point","coordinates":[-0.4550368,51.5546777]},"properties":{"@type":"node","@id":6398629644,"@timestamp":1554996666},"coords":"51.5546777,-0.4550368","bedrooms":"0","price":"183000","area":"455"} , +{"type":"Feature","id":"n6398647000","geometry":{"type":"Point","coordinates":[-0.1516037,51.5373823]},"properties":{"@type":"node","@id":6398647000,"@timestamp":1554997131},"coords":"51.5373823,-0.1516037","bedrooms":"0","price":"163000","area":"494"} , +{"type":"Feature","id":"n6398651572","geometry":{"type":"Point","coordinates":[-0.442189,51.5502947]},"properties":{"@type":"node","@id":6398651572,"@timestamp":1554997309},"coords":"51.5502947,-0.442189","bedrooms":"2","price":"191000","area":"542"} , +{"type":"Feature","id":"n6398811595","geometry":{"type":"Point","coordinates":[0.102936,51.3798414]},"properties":{"@type":"node","@id":6398811595,"@timestamp":1555060237},"coords":"51.3798414,0.102936","bedrooms":"1","price":"201000","area":"578"} , +{"type":"Feature","id":"n6399615991","geometry":{"type":"Point","coordinates":[-0.9486888,51.4557232]},"properties":{"@type":"node","@id":6399615991,"@timestamp":1592648971},"coords":"51.4557232,-0.9486888","bedrooms":"2","price":"198000","area":"382"} , +{"type":"Feature","id":"n6399692347","geometry":{"type":"Point","coordinates":[-0.0214808,51.5769268]},"properties":{"@type":"node","@id":6399692347,"@timestamp":1555029101},"coords":"51.5769268,-0.0214808","bedrooms":"4","price":"251000","area":"426"} , +{"type":"Feature","id":"n6399693707","geometry":{"type":"Point","coordinates":[0.1020004,51.3790914]},"properties":{"@type":"node","@id":6399693707,"@timestamp":1603462011},"coords":"51.3790914,0.1020004","bedrooms":"3","price":"263000","area":"612"} , +{"type":"Feature","id":"n6399695596","geometry":{"type":"Point","coordinates":[0.2185987,51.4436974]},"properties":{"@type":"node","@id":6399695596,"@timestamp":1555029527},"coords":"51.4436974,0.2185987","bedrooms":"0","price":"187000","area":"642"} , +{"type":"Feature","id":"n6399695618","geometry":{"type":"Point","coordinates":[0.216929,51.4431499]},"properties":{"@type":"node","@id":6399695618,"@timestamp":1555029528},"coords":"51.4431499,0.216929","bedrooms":"4","price":"205000","area":"645"} , +{"type":"Feature","id":"n6399757292","geometry":{"type":"Point","coordinates":[-0.0327278,51.5805954]},"properties":{"@type":"node","@id":6399757292,"@timestamp":1611475694},"coords":"51.5805954,-0.0327278","bedrooms":"4","price":"213000","area":"495"} , +{"type":"Feature","id":"n6400247964","geometry":{"type":"Point","coordinates":[-0.9840696,51.94086]},"properties":{"@type":"node","@id":6400247964,"@timestamp":1555061831},"coords":"51.94086,-0.9840696","bedrooms":"3","price":"219000","area":"609"} , +{"type":"Feature","id":"n6400701967","geometry":{"type":"Point","coordinates":[-0.3188254,51.6407672]},"properties":{"@type":"node","@id":6400701967,"@timestamp":1555080108},"coords":"51.6407672,-0.3188254","bedrooms":"4","price":"209000","area":"544"} , +{"type":"Feature","id":"n6400858469","geometry":{"type":"Point","coordinates":[-0.0711684,51.4734487]},"properties":{"@type":"node","@id":6400858469,"@timestamp":1619833089},"coords":"51.4734487,-0.0711684","bedrooms":"3","price":"178000","area":"451"} , +{"type":"Feature","id":"n6401017789","geometry":{"type":"Point","coordinates":[0.4668462,51.712714]},"properties":{"@type":"node","@id":6401017789,"@timestamp":1555089893},"coords":"51.712714,0.4668462","bedrooms":"0","price":"289000","area":"352"} , +{"type":"Feature","id":"n6401029597","geometry":{"type":"Point","coordinates":[0.4014308,51.7079698]},"properties":{"@type":"node","@id":6401029597,"@timestamp":1555090281},"coords":"51.7079698,0.4014308","bedrooms":"3","price":"298000","area":"695"} , +{"type":"Feature","id":"n6401139071","geometry":{"type":"Point","coordinates":[-0.2049116,51.2434292]},"properties":{"@type":"node","@id":6401139071,"@timestamp":1555093942},"coords":"51.2434292,-0.2049116","bedrooms":"3","price":"259000","area":"546"} , +{"type":"Feature","id":"n6401429026","geometry":{"type":"Point","coordinates":[-0.0039824,51.2578675]},"properties":{"@type":"node","@id":6401429026,"@timestamp":1588021033},"coords":"51.2578675,-0.0039824","bedrooms":"1","price":"180000","area":"491"} , +{"type":"Feature","id":"n6401603500","geometry":{"type":"Point","coordinates":[0.1015848,51.3783222]},"properties":{"@type":"node","@id":6401603500,"@timestamp":1619355881},"coords":"51.3783222,0.1015848","bedrooms":"1","price":"251000","area":"508"} , +{"type":"Feature","id":"n6401893659","geometry":{"type":"Point","coordinates":[-0.1544413,51.5373572]},"properties":{"@type":"node","@id":6401893659,"@timestamp":1584643255},"coords":"51.5373572,-0.1544413","bedrooms":"2","price":"257000","area":"518"} , +{"type":"Feature","id":"n6401970590","geometry":{"type":"Point","coordinates":[-0.0004047,51.4675132]},"properties":{"@type":"node","@id":6401970590,"@timestamp":1555149571},"coords":"51.4675132,-0.0004047","bedrooms":"2","price":"277000","area":"525"} , +{"type":"Feature","id":"n6402096061","geometry":{"type":"Point","coordinates":[-0.1816176,51.8697031]},"properties":{"@type":"node","@id":6402096061,"@timestamp":1555157301},"coords":"51.8697031,-0.1816176","bedrooms":"1","price":"162000","area":"608"} , +{"type":"Feature","id":"n6402122482","geometry":{"type":"Point","coordinates":[-0.0739834,51.6143992]},"properties":{"@type":"node","@id":6402122482,"@timestamp":1555158631},"coords":"51.6143992,-0.0739834","bedrooms":"4","price":"156000","area":"503"} , +{"type":"Feature","id":"n6402265774","geometry":{"type":"Point","coordinates":[0.5094819,51.0474181]},"properties":{"@type":"node","@id":6402265774,"@timestamp":1619782339},"coords":"51.0474181,0.5094819","bedrooms":"2","price":"172000","area":"461"} , +{"type":"Feature","id":"n6402535327","geometry":{"type":"Point","coordinates":[0.0188808,50.9767751]},"properties":{"@type":"node","@id":6402535327,"@timestamp":1555172255},"coords":"50.9767751,0.0188808","bedrooms":"0","price":"231000","area":"660"} , +{"type":"Feature","id":"n6402573469","geometry":{"type":"Point","coordinates":[-0.9747367,51.1502324]},"properties":{"@type":"node","@id":6402573469,"@timestamp":1555173200},"coords":"51.1502324,-0.9747367","bedrooms":"4","price":"282000","area":"434"} , +{"type":"Feature","id":"n6402581402","geometry":{"type":"Point","coordinates":[-1.0499105,51.1567454]},"properties":{"@type":"node","@id":6402581402,"@timestamp":1555173531},"coords":"51.1567454,-1.0499105","bedrooms":"0","price":"232000","area":"688"} , +{"type":"Feature","id":"n6402581413","geometry":{"type":"Point","coordinates":[-1.0503689,51.1573414]},"properties":{"@type":"node","@id":6402581413,"@timestamp":1555173531},"coords":"51.1573414,-1.0503689","bedrooms":"2","price":"288000","area":"396"} , +{"type":"Feature","id":"n6402876790","geometry":{"type":"Point","coordinates":[-0.3087886,51.4834256]},"properties":{"@type":"node","@id":6402876790,"@timestamp":1555182754},"coords":"51.4834256,-0.3087886","bedrooms":"4","price":"274000","area":"367"} , +{"type":"Feature","id":"n6403059108","geometry":{"type":"Point","coordinates":[-0.0318362,51.5678037]},"properties":{"@type":"node","@id":6403059108,"@timestamp":1555193713},"coords":"51.5678037,-0.0318362","bedrooms":"1","price":"260000","area":"642"} , +{"type":"Feature","id":"n6403158453","geometry":{"type":"Point","coordinates":[-0.0096072,51.5739207]},"properties":{"@type":"node","@id":6403158453,"@timestamp":1627664102},"coords":"51.5739207,-0.0096072","bedrooms":"2","price":"234000","area":"576"} , +{"type":"Feature","id":"n6403161210","geometry":{"type":"Point","coordinates":[0.1009272,51.3781198]},"properties":{"@type":"node","@id":6403161210,"@timestamp":1619368007},"coords":"51.3781198,0.1009272","bedrooms":"0","price":"290000","area":"647"} , +{"type":"Feature","id":"n6403197103","geometry":{"type":"Point","coordinates":[0.0095246,51.5428564]},"properties":{"@type":"node","@id":6403197103,"@timestamp":1629859270},"coords":"51.5428564,0.0095246","bedrooms":"1","price":"290000","area":"482"} , +{"type":"Feature","id":"n6403204386","geometry":{"type":"Point","coordinates":[0.0042075,51.5640398]},"properties":{"@type":"node","@id":6403204386,"@timestamp":1555208680},"coords":"51.5640398,0.0042075","bedrooms":"4","price":"279000","area":"583"} , +{"type":"Feature","id":"n6404065078","geometry":{"type":"Point","coordinates":[-0.6560077,51.5124911]},"properties":{"@type":"node","@id":6404065078,"@timestamp":1555245966},"coords":"51.5124911,-0.6560077","bedrooms":"0","price":"257000","area":"376"} , +{"type":"Feature","id":"n6404065588","geometry":{"type":"Point","coordinates":[-0.6548339,51.5150112]},"properties":{"@type":"node","@id":6404065588,"@timestamp":1555245966},"coords":"51.5150112,-0.6548339","bedrooms":"3","price":"215000","area":"584"} , +{"type":"Feature","id":"n6404065598","geometry":{"type":"Point","coordinates":[-0.6547567,51.5157483]},"properties":{"@type":"node","@id":6404065598,"@timestamp":1555245967},"coords":"51.5157483,-0.6547567","bedrooms":"1","price":"198000","area":"426"} , +{"type":"Feature","id":"n6404065608","geometry":{"type":"Point","coordinates":[-0.6547595,51.5173872]},"properties":{"@type":"node","@id":6404065608,"@timestamp":1555245968},"coords":"51.5173872,-0.6547595","bedrooms":"0","price":"151000","area":"593"} , +{"type":"Feature","id":"n6404065618","geometry":{"type":"Point","coordinates":[-0.6547406,51.5170035]},"properties":{"@type":"node","@id":6404065618,"@timestamp":1555245969},"coords":"51.5170035,-0.6547406","bedrooms":"4","price":"235000","area":"603"} , +{"type":"Feature","id":"n6404065628","geometry":{"type":"Point","coordinates":[-0.6528344,51.5112457]},"properties":{"@type":"node","@id":6404065628,"@timestamp":1555245970},"coords":"51.5112457,-0.6528344","bedrooms":"4","price":"197000","area":"392"} , +{"type":"Feature","id":"n6404065638","geometry":{"type":"Point","coordinates":[-0.6543655,51.5131893]},"properties":{"@type":"node","@id":6404065638,"@timestamp":1555245970},"coords":"51.5131893,-0.6543655","bedrooms":"0","price":"224000","area":"594"} , +{"type":"Feature","id":"n6404065648","geometry":{"type":"Point","coordinates":[-0.654822,51.5142157]},"properties":{"@type":"node","@id":6404065648,"@timestamp":1555245971},"coords":"51.5142157,-0.654822","bedrooms":"3","price":"233000","area":"476"} , +{"type":"Feature","id":"n6404065658","geometry":{"type":"Point","coordinates":[-0.6583046,51.5111321]},"properties":{"@type":"node","@id":6404065658,"@timestamp":1555245972},"coords":"51.5111321,-0.6583046","bedrooms":"1","price":"187000","area":"464"} , +{"type":"Feature","id":"n6404065668","geometry":{"type":"Point","coordinates":[-0.6554083,51.5124963]},"properties":{"@type":"node","@id":6404065668,"@timestamp":1555245973},"coords":"51.5124963,-0.6554083","bedrooms":"4","price":"158000","area":"453"} , +{"type":"Feature","id":"n6404065678","geometry":{"type":"Point","coordinates":[-0.6555124,51.5112546]},"properties":{"@type":"node","@id":6404065678,"@timestamp":1555245974},"coords":"51.5112546,-0.6555124","bedrooms":"3","price":"258000","area":"653"} , +{"type":"Feature","id":"n6404065888","geometry":{"type":"Point","coordinates":[-0.6591608,51.5111509]},"properties":{"@type":"node","@id":6404065888,"@timestamp":1555245974},"coords":"51.5111509,-0.6591608","bedrooms":"1","price":"295000","area":"434"} , +{"type":"Feature","id":"n6404065898","geometry":{"type":"Point","coordinates":[-0.7274922,51.5030965]},"properties":{"@type":"node","@id":6404065898,"@timestamp":1555245975},"coords":"51.5030965,-0.7274922","bedrooms":"1","price":"236000","area":"511"} , +{"type":"Feature","id":"n6404065908","geometry":{"type":"Point","coordinates":[-0.725365,51.5003493]},"properties":{"@type":"node","@id":6404065908,"@timestamp":1555245976},"coords":"51.5003493,-0.725365","bedrooms":"3","price":"272000","area":"435"} , +{"type":"Feature","id":"n6404065918","geometry":{"type":"Point","coordinates":[-0.7156782,51.5036586]},"properties":{"@type":"node","@id":6404065918,"@timestamp":1555245977},"coords":"51.5036586,-0.7156782","bedrooms":"2","price":"254000","area":"539"} , +{"type":"Feature","id":"n6404065928","geometry":{"type":"Point","coordinates":[-0.7203237,51.5027927]},"properties":{"@type":"node","@id":6404065928,"@timestamp":1555245977},"coords":"51.5027927,-0.7203237","bedrooms":"2","price":"254000","area":"612"} , +{"type":"Feature","id":"n6404065938","geometry":{"type":"Point","coordinates":[-0.7233919,51.5005107]},"properties":{"@type":"node","@id":6404065938,"@timestamp":1555245978},"coords":"51.5005107,-0.7233919","bedrooms":"4","price":"252000","area":"568"} , +{"type":"Feature","id":"n6404065948","geometry":{"type":"Point","coordinates":[-0.7281786,51.4982242]},"properties":{"@type":"node","@id":6404065948,"@timestamp":1555245979},"coords":"51.4982242,-0.7281786","bedrooms":"1","price":"249000","area":"426"} , +{"type":"Feature","id":"n6404065958","geometry":{"type":"Point","coordinates":[-0.7258226,51.498291]},"properties":{"@type":"node","@id":6404065958,"@timestamp":1555245980},"coords":"51.498291,-0.7258226","bedrooms":"0","price":"247000","area":"424"} , +{"type":"Feature","id":"n6404065968","geometry":{"type":"Point","coordinates":[-0.7298248,51.4971092]},"properties":{"@type":"node","@id":6404065968,"@timestamp":1555245981},"coords":"51.4971092,-0.7298248","bedrooms":"0","price":"197000","area":"377"} , +{"type":"Feature","id":"n6404065978","geometry":{"type":"Point","coordinates":[-0.7240918,51.5000558]},"properties":{"@type":"node","@id":6404065978,"@timestamp":1555245981},"coords":"51.5000558,-0.7240918","bedrooms":"4","price":"238000","area":"410"} , +{"type":"Feature","id":"n6404066188","geometry":{"type":"Point","coordinates":[-0.7201917,51.4991265]},"properties":{"@type":"node","@id":6404066188,"@timestamp":1555245982},"coords":"51.4991265,-0.7201917","bedrooms":"4","price":"227000","area":"617"} , +{"type":"Feature","id":"n6404066198","geometry":{"type":"Point","coordinates":[-0.7150841,51.4996129]},"properties":{"@type":"node","@id":6404066198,"@timestamp":1599467294},"coords":"51.4996129,-0.7150841","bedrooms":"0","price":"275000","area":"507"} , +{"type":"Feature","id":"n6404066208","geometry":{"type":"Point","coordinates":[-0.7195648,51.4997258]},"properties":{"@type":"node","@id":6404066208,"@timestamp":1555245984},"coords":"51.4997258,-0.7195648","bedrooms":"2","price":"293000","area":"636"} , +{"type":"Feature","id":"n6404066218","geometry":{"type":"Point","coordinates":[-0.7248588,51.498371]},"properties":{"@type":"node","@id":6404066218,"@timestamp":1555245985},"coords":"51.498371,-0.7248588","bedrooms":"0","price":"187000","area":"471"} , +{"type":"Feature","id":"n6404066228","geometry":{"type":"Point","coordinates":[-0.7224846,51.4985317]},"properties":{"@type":"node","@id":6404066228,"@timestamp":1555245985},"coords":"51.4985317,-0.7224846","bedrooms":"0","price":"257000","area":"649"} , +{"type":"Feature","id":"n6404066238","geometry":{"type":"Point","coordinates":[-0.7106311,51.4992039]},"properties":{"@type":"node","@id":6404066238,"@timestamp":1555245986},"coords":"51.4992039,-0.7106311","bedrooms":"4","price":"157000","area":"427"} , +{"type":"Feature","id":"n6404066248","geometry":{"type":"Point","coordinates":[-0.7158919,51.4994772]},"properties":{"@type":"node","@id":6404066248,"@timestamp":1555245987},"coords":"51.4994772,-0.7158919","bedrooms":"2","price":"261000","area":"363"} , +{"type":"Feature","id":"n6404066258","geometry":{"type":"Point","coordinates":[-0.7209845,51.4993638]},"properties":{"@type":"node","@id":6404066258,"@timestamp":1555245988},"coords":"51.4993638,-0.7209845","bedrooms":"4","price":"169000","area":"546"} , +{"type":"Feature","id":"n6404066268","geometry":{"type":"Point","coordinates":[-0.7257316,51.4986094]},"properties":{"@type":"node","@id":6404066268,"@timestamp":1555245989},"coords":"51.4986094,-0.7257316","bedrooms":"4","price":"197000","area":"559"} , +{"type":"Feature","id":"n6404066278","geometry":{"type":"Point","coordinates":[-0.7070539,51.4993536]},"properties":{"@type":"node","@id":6404066278,"@timestamp":1555245989},"coords":"51.4993536,-0.7070539","bedrooms":"4","price":"273000","area":"473"} , +{"type":"Feature","id":"n6404066288","geometry":{"type":"Point","coordinates":[-0.7022672,51.5000572]},"properties":{"@type":"node","@id":6404066288,"@timestamp":1555245990},"coords":"51.5000572,-0.7022672","bedrooms":"3","price":"241000","area":"565"} , +{"type":"Feature","id":"n6404066298","geometry":{"type":"Point","coordinates":[-0.6977914,51.5013226]},"properties":{"@type":"node","@id":6404066298,"@timestamp":1555245991},"coords":"51.5013226,-0.6977914","bedrooms":"4","price":"164000","area":"652"} , +{"type":"Feature","id":"n6404066308","geometry":{"type":"Point","coordinates":[-0.6933675,51.503275]},"properties":{"@type":"node","@id":6404066308,"@timestamp":1555245992},"coords":"51.503275,-0.6933675","bedrooms":"0","price":"256000","area":"498"} , +{"type":"Feature","id":"n6404066319","geometry":{"type":"Point","coordinates":[-0.6848964,51.5074039]},"properties":{"@type":"node","@id":6404066319,"@timestamp":1555245993},"coords":"51.5074039,-0.6848964","bedrooms":"2","price":"244000","area":"389"} , +{"type":"Feature","id":"n6404066329","geometry":{"type":"Point","coordinates":[-0.6805036,51.508937]},"properties":{"@type":"node","@id":6404066329,"@timestamp":1555245993},"coords":"51.508937,-0.6805036","bedrooms":"4","price":"234000","area":"429"} , +{"type":"Feature","id":"n6404066339","geometry":{"type":"Point","coordinates":[-0.6876395,51.5060707]},"properties":{"@type":"node","@id":6404066339,"@timestamp":1555245994},"coords":"51.5060707,-0.6876395","bedrooms":"2","price":"266000","area":"656"} , +{"type":"Feature","id":"n6404066349","geometry":{"type":"Point","coordinates":[-0.6761333,51.5096574]},"properties":{"@type":"node","@id":6404066349,"@timestamp":1555245995},"coords":"51.5096574,-0.6761333","bedrooms":"4","price":"299000","area":"401"} , +{"type":"Feature","id":"n6404066359","geometry":{"type":"Point","coordinates":[-0.6686716,51.510738]},"properties":{"@type":"node","@id":6404066359,"@timestamp":1555245996},"coords":"51.510738,-0.6686716","bedrooms":"4","price":"264000","area":"521"} , +{"type":"Feature","id":"n6404066369","geometry":{"type":"Point","coordinates":[-0.673205,51.51008]},"properties":{"@type":"node","@id":6404066369,"@timestamp":1555245996},"coords":"51.51008,-0.673205","bedrooms":"2","price":"227000","area":"697"} , +{"type":"Feature","id":"n6404066379","geometry":{"type":"Point","coordinates":[-0.658071,51.5118259]},"properties":{"@type":"node","@id":6404066379,"@timestamp":1555245997},"coords":"51.5118259,-0.658071","bedrooms":"3","price":"288000","area":"396"} , +{"type":"Feature","id":"n6404066389","geometry":{"type":"Point","coordinates":[-0.6509885,51.5106376]},"properties":{"@type":"node","@id":6404066389,"@timestamp":1555245998},"coords":"51.5106376,-0.6509885","bedrooms":"1","price":"205000","area":"450"} , +{"type":"Feature","id":"n6404066399","geometry":{"type":"Point","coordinates":[-0.6529427,51.511063]},"properties":{"@type":"node","@id":6404066399,"@timestamp":1555245999},"coords":"51.511063,-0.6529427","bedrooms":"2","price":"284000","area":"547"} , +{"type":"Feature","id":"n6404066409","geometry":{"type":"Point","coordinates":[-0.6467554,51.5097044]},"properties":{"@type":"node","@id":6404066409,"@timestamp":1555246000},"coords":"51.5097044,-0.6467554","bedrooms":"1","price":"260000","area":"388"} , +{"type":"Feature","id":"n6404066419","geometry":{"type":"Point","coordinates":[-0.6419666,51.5086649]},"properties":{"@type":"node","@id":6404066419,"@timestamp":1555246001},"coords":"51.5086649,-0.6419666","bedrooms":"0","price":"187000","area":"687"} , +{"type":"Feature","id":"n6404066429","geometry":{"type":"Point","coordinates":[-0.6373576,51.5076624]},"properties":{"@type":"node","@id":6404066429,"@timestamp":1555246001},"coords":"51.5076624,-0.6373576","bedrooms":"4","price":"265000","area":"640"} , +{"type":"Feature","id":"n6404066439","geometry":{"type":"Point","coordinates":[-0.6327239,51.5066443]},"properties":{"@type":"node","@id":6404066439,"@timestamp":1555246002},"coords":"51.5066443,-0.6327239","bedrooms":"0","price":"226000","area":"636"} , +{"type":"Feature","id":"n6404066449","geometry":{"type":"Point","coordinates":[-0.6245754,51.5048511]},"properties":{"@type":"node","@id":6404066449,"@timestamp":1555246003},"coords":"51.5048511,-0.6245754","bedrooms":"2","price":"276000","area":"411"} , +{"type":"Feature","id":"n6404066459","geometry":{"type":"Point","coordinates":[-0.6294315,51.5059204]},"properties":{"@type":"node","@id":6404066459,"@timestamp":1555246004},"coords":"51.5059204,-0.6294315","bedrooms":"2","price":"194000","area":"464"} , +{"type":"Feature","id":"n6404066469","geometry":{"type":"Point","coordinates":[-0.6199363,51.5038358]},"properties":{"@type":"node","@id":6404066469,"@timestamp":1555246005},"coords":"51.5038358,-0.6199363","bedrooms":"3","price":"263000","area":"375"} , +{"type":"Feature","id":"n6404066479","geometry":{"type":"Point","coordinates":[-0.6137511,51.5021262]},"properties":{"@type":"node","@id":6404066479,"@timestamp":1555250101},"coords":"51.5021262,-0.6137511","bedrooms":"2","price":"275000","area":"666"} , +{"type":"Feature","id":"n6404066489","geometry":{"type":"Point","coordinates":[-0.6093903,51.5018785]},"properties":{"@type":"node","@id":6404066489,"@timestamp":1555250102},"coords":"51.5018785,-0.6093903","bedrooms":"4","price":"181000","area":"374"} , +{"type":"Feature","id":"n6404066499","geometry":{"type":"Point","coordinates":[-0.6111731,51.5021509]},"properties":{"@type":"node","@id":6404066499,"@timestamp":1555246007},"coords":"51.5021509,-0.6111731","bedrooms":"4","price":"213000","area":"420"} , +{"type":"Feature","id":"n6404066509","geometry":{"type":"Point","coordinates":[-0.6064737,51.5020844]},"properties":{"@type":"node","@id":6404066509,"@timestamp":1555246008},"coords":"51.5020844,-0.6064737","bedrooms":"4","price":"254000","area":"597"} , +{"type":"Feature","id":"n6404066519","geometry":{"type":"Point","coordinates":[-0.6015928,51.5021568]},"properties":{"@type":"node","@id":6404066519,"@timestamp":1555246009},"coords":"51.5021568,-0.6015928","bedrooms":"2","price":"153000","area":"562"} , +{"type":"Feature","id":"n6404066529","geometry":{"type":"Point","coordinates":[-0.596032,51.5018136]},"properties":{"@type":"node","@id":6404066529,"@timestamp":1555246010},"coords":"51.5018136,-0.596032","bedrooms":"0","price":"214000","area":"362"} , +{"type":"Feature","id":"n6404066539","geometry":{"type":"Point","coordinates":[-0.5915645,51.5004464]},"properties":{"@type":"node","@id":6404066539,"@timestamp":1555246010},"coords":"51.5004464,-0.5915645","bedrooms":"4","price":"164000","area":"661"} , +{"type":"Feature","id":"n6404066549","geometry":{"type":"Point","coordinates":[-0.5880662,51.4982152]},"properties":{"@type":"node","@id":6404066549,"@timestamp":1555246011},"coords":"51.4982152,-0.5880662","bedrooms":"4","price":"172000","area":"516"} , +{"type":"Feature","id":"n6404066559","geometry":{"type":"Point","coordinates":[-0.5853608,51.4955363]},"properties":{"@type":"node","@id":6404066559,"@timestamp":1555246012},"coords":"51.4955363,-0.5853608","bedrooms":"2","price":"178000","area":"446"} , +{"type":"Feature","id":"n6404066569","geometry":{"type":"Point","coordinates":[-0.5827433,51.4928687]},"properties":{"@type":"node","@id":6404066569,"@timestamp":1555246013},"coords":"51.4928687,-0.5827433","bedrooms":"3","price":"214000","area":"563"} , +{"type":"Feature","id":"n6404066579","geometry":{"type":"Point","coordinates":[-0.5796494,51.4902009]},"properties":{"@type":"node","@id":6404066579,"@timestamp":1555246014},"coords":"51.4902009,-0.5796494","bedrooms":"1","price":"259000","area":"695"} , +{"type":"Feature","id":"n6404066589","geometry":{"type":"Point","coordinates":[-0.5756799,51.4881989]},"properties":{"@type":"node","@id":6404066589,"@timestamp":1555246014},"coords":"51.4881989,-0.5756799","bedrooms":"3","price":"219000","area":"457"} , +{"type":"Feature","id":"n6404066599","geometry":{"type":"Point","coordinates":[-0.5710343,51.4869466]},"properties":{"@type":"node","@id":6404066599,"@timestamp":1555246015},"coords":"51.4869466,-0.5710343","bedrooms":"3","price":"155000","area":"589"} , +{"type":"Feature","id":"n6404066609","geometry":{"type":"Point","coordinates":[-0.5660561,51.486504]},"properties":{"@type":"node","@id":6404066609,"@timestamp":1555246016},"coords":"51.486504,-0.5660561","bedrooms":"1","price":"222000","area":"532"} , +{"type":"Feature","id":"n6404066619","geometry":{"type":"Point","coordinates":[-0.5610216,51.4869032]},"properties":{"@type":"node","@id":6404066619,"@timestamp":1555246017},"coords":"51.4869032,-0.5610216","bedrooms":"0","price":"221000","area":"398"} , +{"type":"Feature","id":"n6404066629","geometry":{"type":"Point","coordinates":[-0.5563733,51.4880423]},"properties":{"@type":"node","@id":6404066629,"@timestamp":1555246018},"coords":"51.4880423,-0.5563733","bedrooms":"0","price":"230000","area":"380"} , +{"type":"Feature","id":"n6404066639","geometry":{"type":"Point","coordinates":[-0.551784,51.4893383]},"properties":{"@type":"node","@id":6404066639,"@timestamp":1555246019},"coords":"51.4893383,-0.551784","bedrooms":"1","price":"167000","area":"636"} , +{"type":"Feature","id":"n6404066649","geometry":{"type":"Point","coordinates":[-0.5473128,51.4906026]},"properties":{"@type":"node","@id":6404066649,"@timestamp":1555246019},"coords":"51.4906026,-0.5473128","bedrooms":"2","price":"172000","area":"403"} , +{"type":"Feature","id":"n6404066659","geometry":{"type":"Point","coordinates":[-0.5426747,51.4917856]},"properties":{"@type":"node","@id":6404066659,"@timestamp":1555246020},"coords":"51.4917856,-0.5426747","bedrooms":"0","price":"267000","area":"499"} , +{"type":"Feature","id":"n6404066669","geometry":{"type":"Point","coordinates":[-0.5368675,51.4927771]},"properties":{"@type":"node","@id":6404066669,"@timestamp":1555246021},"coords":"51.4927771,-0.5368675","bedrooms":"3","price":"218000","area":"361"} , +{"type":"Feature","id":"n6404066679","geometry":{"type":"Point","coordinates":[-0.5406806,51.4921883]},"properties":{"@type":"node","@id":6404066679,"@timestamp":1555246022},"coords":"51.4921883,-0.5406806","bedrooms":"3","price":"178000","area":"487"} , +{"type":"Feature","id":"n6404095298","geometry":{"type":"Point","coordinates":[-0.0074814,51.5498424]},"properties":{"@type":"node","@id":6404095298,"@timestamp":1618923724},"coords":"51.5498424,-0.0074814","bedrooms":"1","price":"296000","area":"526"} , +{"type":"Feature","id":"n6404136102","geometry":{"type":"Point","coordinates":[-0.5485495,51.490001]},"properties":{"@type":"node","@id":6404136102,"@timestamp":1555250093},"coords":"51.490001,-0.5485495","bedrooms":"4","price":"247000","area":"397"} , +{"type":"Feature","id":"n6404136112","geometry":{"type":"Point","coordinates":[-0.544431,51.4910834]},"properties":{"@type":"node","@id":6404136112,"@timestamp":1555250094},"coords":"51.4910834,-0.544431","bedrooms":"0","price":"219000","area":"396"} , +{"type":"Feature","id":"n6404136122","geometry":{"type":"Point","coordinates":[-0.5485424,51.4905215]},"properties":{"@type":"node","@id":6404136122,"@timestamp":1555250094},"coords":"51.4905215,-0.5485424","bedrooms":"0","price":"166000","area":"457"} , +{"type":"Feature","id":"n6404136132","geometry":{"type":"Point","coordinates":[-0.544472,51.4924243]},"properties":{"@type":"node","@id":6404136132,"@timestamp":1555250095},"coords":"51.4924243,-0.544472","bedrooms":"0","price":"280000","area":"461"} , +{"type":"Feature","id":"n6404136142","geometry":{"type":"Point","coordinates":[-0.6131087,51.5027346]},"properties":{"@type":"node","@id":6404136142,"@timestamp":1555250096},"coords":"51.5027346,-0.6131087","bedrooms":"4","price":"266000","area":"377"} , +{"type":"Feature","id":"n6404136152","geometry":{"type":"Point","coordinates":[-0.6143396,51.5030069]},"properties":{"@type":"node","@id":6404136152,"@timestamp":1555250097},"coords":"51.5030069,-0.6143396","bedrooms":"4","price":"222000","area":"427"} , +{"type":"Feature","id":"n6404136162","geometry":{"type":"Point","coordinates":[-0.6247054,51.5050774]},"properties":{"@type":"node","@id":6404136162,"@timestamp":1555250098},"coords":"51.5050774,-0.6247054","bedrooms":"0","price":"158000","area":"615"} , +{"type":"Feature","id":"n6404136172","geometry":{"type":"Point","coordinates":[-0.6206356,51.5042932]},"properties":{"@type":"node","@id":6404136172,"@timestamp":1555250098},"coords":"51.5042932,-0.6206356","bedrooms":"4","price":"151000","area":"495"} , +{"type":"Feature","id":"n6404136182","geometry":{"type":"Point","coordinates":[-0.6230643,51.5042852]},"properties":{"@type":"node","@id":6404136182,"@timestamp":1555250099},"coords":"51.5042852,-0.6230643","bedrooms":"4","price":"166000","area":"697"} , +{"type":"Feature","id":"n6404136692","geometry":{"type":"Point","coordinates":[-0.6189316,51.503252]},"properties":{"@type":"node","@id":6404136692,"@timestamp":1555250100},"coords":"51.503252,-0.6189316","bedrooms":"2","price":"244000","area":"667"} , +{"type":"Feature","id":"n6404174600","geometry":{"type":"Point","coordinates":[-0.0342613,51.2832682]},"properties":{"@type":"node","@id":6404174600,"@timestamp":1555251223},"coords":"51.2832682,-0.0342613","bedrooms":"3","price":"225000","area":"584"} , +{"type":"Feature","id":"n6404290124","geometry":{"type":"Point","coordinates":[-0.4771528,51.5597635]},"properties":{"@type":"node","@id":6404290124,"@timestamp":1555252450},"coords":"51.5597635,-0.4771528","bedrooms":"2","price":"194000","area":"389"} , +{"type":"Feature","id":"n6404290134","geometry":{"type":"Point","coordinates":[-0.4754688,51.5593667]},"properties":{"@type":"node","@id":6404290134,"@timestamp":1555252451},"coords":"51.5593667,-0.4754688","bedrooms":"0","price":"253000","area":"569"} , +{"type":"Feature","id":"n6404290144","geometry":{"type":"Point","coordinates":[-0.5033325,51.5622342]},"properties":{"@type":"node","@id":6404290144,"@timestamp":1624880419},"coords":"51.5622342,-0.5033325","bedrooms":"1","price":"260000","area":"624"} , +{"type":"Feature","id":"n6404290154","geometry":{"type":"Point","coordinates":[-0.5042896,51.561546]},"properties":{"@type":"node","@id":6404290154,"@timestamp":1624880419},"coords":"51.561546,-0.5042896","bedrooms":"1","price":"214000","area":"465"} , +{"type":"Feature","id":"n6404290164","geometry":{"type":"Point","coordinates":[-0.5177104,51.5608336]},"properties":{"@type":"node","@id":6404290164,"@timestamp":1624880419},"coords":"51.5608336,-0.5177104","bedrooms":"2","price":"175000","area":"621"} , +{"type":"Feature","id":"n6404290174","geometry":{"type":"Point","coordinates":[-0.5236647,51.5603807]},"properties":{"@type":"node","@id":6404290174,"@timestamp":1624880419},"coords":"51.5603807,-0.5236647","bedrooms":"4","price":"247000","area":"597"} , +{"type":"Feature","id":"n6404290184","geometry":{"type":"Point","coordinates":[-0.5312834,51.5607116]},"properties":{"@type":"node","@id":6404290184,"@timestamp":1624880419},"coords":"51.5607116,-0.5312834","bedrooms":"3","price":"222000","area":"381"} , +{"type":"Feature","id":"n6404293794","geometry":{"type":"Point","coordinates":[-0.5360931,51.561313]},"properties":{"@type":"node","@id":6404293794,"@timestamp":1624880419},"coords":"51.561313,-0.5360931","bedrooms":"2","price":"239000","area":"489"} , +{"type":"Feature","id":"n6404293804","geometry":{"type":"Point","coordinates":[-0.5410336,51.5619304]},"properties":{"@type":"node","@id":6404293804,"@timestamp":1624880419},"coords":"51.5619304,-0.5410336","bedrooms":"4","price":"215000","area":"634"} , +{"type":"Feature","id":"n6404293814","geometry":{"type":"Point","coordinates":[-0.5131287,51.5612917]},"properties":{"@type":"node","@id":6404293814,"@timestamp":1624880419},"coords":"51.5612917,-0.5131287","bedrooms":"4","price":"273000","area":"524"} , +{"type":"Feature","id":"n6404293824","geometry":{"type":"Point","coordinates":[-0.5066636,51.5617112]},"properties":{"@type":"node","@id":6404293824,"@timestamp":1624880419},"coords":"51.5617112,-0.5066636","bedrooms":"3","price":"212000","area":"501"} , +{"type":"Feature","id":"n6404293834","geometry":{"type":"Point","coordinates":[-0.4998806,51.5615915]},"properties":{"@type":"node","@id":6404293834,"@timestamp":1624880419},"coords":"51.5615915,-0.4998806","bedrooms":"2","price":"186000","area":"669"} , +{"type":"Feature","id":"n6404293844","geometry":{"type":"Point","coordinates":[-0.4928349,51.5610022]},"properties":{"@type":"node","@id":6404293844,"@timestamp":1555252460},"coords":"51.5610022,-0.4928349","bedrooms":"0","price":"299000","area":"611"} , +{"type":"Feature","id":"n6404420700","geometry":{"type":"Point","coordinates":[-0.9927915,51.4188757]},"properties":{"@type":"node","@id":6404420700,"@timestamp":1555253942},"coords":"51.4188757,-0.9927915","bedrooms":"3","price":"243000","area":"531"} , +{"type":"Feature","id":"n6404420710","geometry":{"type":"Point","coordinates":[-0.9887764,51.4179102]},"properties":{"@type":"node","@id":6404420710,"@timestamp":1555253943},"coords":"51.4179102,-0.9887764","bedrooms":"3","price":"178000","area":"650"} , +{"type":"Feature","id":"n6404420720","geometry":{"type":"Point","coordinates":[-0.9821445,51.4157702]},"properties":{"@type":"node","@id":6404420720,"@timestamp":1555253943},"coords":"51.4157702,-0.9821445","bedrooms":"0","price":"293000","area":"474"} , +{"type":"Feature","id":"n6404420730","geometry":{"type":"Point","coordinates":[-0.9761173,51.4134562]},"properties":{"@type":"node","@id":6404420730,"@timestamp":1555253944},"coords":"51.4134562,-0.9761173","bedrooms":"1","price":"177000","area":"579"} , +{"type":"Feature","id":"n6404420740","geometry":{"type":"Point","coordinates":[-0.9728074,51.412428]},"properties":{"@type":"node","@id":6404420740,"@timestamp":1555253945},"coords":"51.412428,-0.9728074","bedrooms":"1","price":"182000","area":"624"} , +{"type":"Feature","id":"n6404420750","geometry":{"type":"Point","coordinates":[-0.9630651,51.4117727]},"properties":{"@type":"node","@id":6404420750,"@timestamp":1555253946},"coords":"51.4117727,-0.9630651","bedrooms":"3","price":"221000","area":"545"} , +{"type":"Feature","id":"n6404420760","geometry":{"type":"Point","coordinates":[-0.970096,51.4121186]},"properties":{"@type":"node","@id":6404420760,"@timestamp":1555253946},"coords":"51.4121186,-0.970096","bedrooms":"2","price":"288000","area":"639"} , +{"type":"Feature","id":"n6404420770","geometry":{"type":"Point","coordinates":[-0.9522321,51.4136348]},"properties":{"@type":"node","@id":6404420770,"@timestamp":1555253947},"coords":"51.4136348,-0.9522321","bedrooms":"4","price":"179000","area":"653"} , +{"type":"Feature","id":"n6404420780","geometry":{"type":"Point","coordinates":[-0.9465075,51.4154353]},"properties":{"@type":"node","@id":6404420780,"@timestamp":1555253948},"coords":"51.4154353,-0.9465075","bedrooms":"1","price":"202000","area":"478"} , +{"type":"Feature","id":"n6404435090","geometry":{"type":"Point","coordinates":[-0.8828786,51.4246511]},"properties":{"@type":"node","@id":6404435090,"@timestamp":1555253949},"coords":"51.4246511,-0.8828786","bedrooms":"3","price":"201000","area":"687"} , +{"type":"Feature","id":"n6404435100","geometry":{"type":"Point","coordinates":[-0.8758539,51.424248]},"properties":{"@type":"node","@id":6404435100,"@timestamp":1555253949},"coords":"51.424248,-0.8758539","bedrooms":"3","price":"271000","area":"375"} , +{"type":"Feature","id":"n6404435110","geometry":{"type":"Point","coordinates":[-0.9410563,51.4176335]},"properties":{"@type":"node","@id":6404435110,"@timestamp":1555253950},"coords":"51.4176335,-0.9410563","bedrooms":"1","price":"252000","area":"527"} , +{"type":"Feature","id":"n6404435120","geometry":{"type":"Point","coordinates":[-0.9404767,51.4178711]},"properties":{"@type":"node","@id":6404435120,"@timestamp":1555253951},"coords":"51.4178711,-0.9404767","bedrooms":"4","price":"237000","area":"402"} , +{"type":"Feature","id":"n6404435130","geometry":{"type":"Point","coordinates":[-0.9340134,51.4197801]},"properties":{"@type":"node","@id":6404435130,"@timestamp":1555253952},"coords":"51.4197801,-0.9340134","bedrooms":"2","price":"198000","area":"471"} , +{"type":"Feature","id":"n6404435140","geometry":{"type":"Point","coordinates":[-0.8659136,51.4256529]},"properties":{"@type":"node","@id":6404435140,"@timestamp":1555253952},"coords":"51.4256529,-0.8659136","bedrooms":"4","price":"298000","area":"437"} , +{"type":"Feature","id":"n6404435150","geometry":{"type":"Point","coordinates":[-0.8582774,51.4290294]},"properties":{"@type":"node","@id":6404435150,"@timestamp":1555253953},"coords":"51.4290294,-0.8582774","bedrooms":"0","price":"299000","area":"658"} , +{"type":"Feature","id":"n6404435160","geometry":{"type":"Point","coordinates":[-0.9308612,51.4201091]},"properties":{"@type":"node","@id":6404435160,"@timestamp":1555253954},"coords":"51.4201091,-0.9308612","bedrooms":"0","price":"295000","area":"576"} , +{"type":"Feature","id":"n6404435170","geometry":{"type":"Point","coordinates":[-0.8948413,51.4240423]},"properties":{"@type":"node","@id":6404435170,"@timestamp":1555253955},"coords":"51.4240423,-0.8948413","bedrooms":"4","price":"241000","area":"634"} , +{"type":"Feature","id":"n6404435180","geometry":{"type":"Point","coordinates":[-0.9013242,51.422358]},"properties":{"@type":"node","@id":6404435180,"@timestamp":1555253956},"coords":"51.422358,-0.9013242","bedrooms":"0","price":"252000","area":"433"} , +{"type":"Feature","id":"n6404435989","geometry":{"type":"Point","coordinates":[-0.8493787,51.4342108]},"properties":{"@type":"node","@id":6404435989,"@timestamp":1555253956},"coords":"51.4342108,-0.8493787","bedrooms":"3","price":"166000","area":"699"} , +{"type":"Feature","id":"n6404435999","geometry":{"type":"Point","coordinates":[-0.9019641,51.4221436]},"properties":{"@type":"node","@id":6404435999,"@timestamp":1555253957},"coords":"51.4221436,-0.9019641","bedrooms":"1","price":"252000","area":"501"} , +{"type":"Feature","id":"n6404436009","geometry":{"type":"Point","coordinates":[-0.9085948,51.4204431]},"properties":{"@type":"node","@id":6404436009,"@timestamp":1555253958},"coords":"51.4204431,-0.9085948","bedrooms":"2","price":"233000","area":"387"} , +{"type":"Feature","id":"n6404436019","geometry":{"type":"Point","coordinates":[-0.855331,51.4309483]},"properties":{"@type":"node","@id":6404436019,"@timestamp":1555253959},"coords":"51.4309483,-0.855331","bedrooms":"2","price":"284000","area":"351"} , +{"type":"Feature","id":"n6404436029","geometry":{"type":"Point","coordinates":[-0.9156544,51.4199624]},"properties":{"@type":"node","@id":6404436029,"@timestamp":1555253959},"coords":"51.4199624,-0.9156544","bedrooms":"0","price":"207000","area":"576"} , +{"type":"Feature","id":"n6404436039","geometry":{"type":"Point","coordinates":[-0.9223699,51.4204708]},"properties":{"@type":"node","@id":6404436039,"@timestamp":1555253960},"coords":"51.4204708,-0.9223699","bedrooms":"0","price":"242000","area":"620"} , +{"type":"Feature","id":"n6404436049","geometry":{"type":"Point","coordinates":[-0.9292466,51.4204455]},"properties":{"@type":"node","@id":6404436049,"@timestamp":1555253961},"coords":"51.4204455,-0.9292466","bedrooms":"4","price":"234000","area":"481"} , +{"type":"Feature","id":"n6404803206","geometry":{"type":"Point","coordinates":[-0.0834311,51.604984]},"properties":{"@type":"node","@id":6404803206,"@timestamp":1555266027},"coords":"51.604984,-0.0834311","bedrooms":"1","price":"294000","area":"586"} , +{"type":"Feature","id":"n6405054368","geometry":{"type":"Point","coordinates":[-0.7745155,51.3321882]},"properties":{"@type":"node","@id":6405054368,"@timestamp":1555272781},"coords":"51.3321882,-0.7745155","bedrooms":"3","price":"152000","area":"545"} , +{"type":"Feature","id":"n6405136956","geometry":{"type":"Point","coordinates":[-0.3959309,51.0354804]},"properties":{"@type":"node","@id":6405136956,"@timestamp":1555275929},"coords":"51.0354804,-0.3959309","bedrooms":"0","price":"231000","area":"691"} , +{"type":"Feature","id":"n6405259158","geometry":{"type":"Point","coordinates":[-0.0407955,51.6871147]},"properties":{"@type":"node","@id":6405259158,"@timestamp":1555286393},"coords":"51.6871147,-0.0407955","bedrooms":"0","price":"205000","area":"694"} , +{"type":"Feature","id":"n6405883680","geometry":{"type":"Point","coordinates":[-0.0131868,51.4185972]},"properties":{"@type":"node","@id":6405883680,"@timestamp":1619970950},"coords":"51.4185972,-0.0131868","bedrooms":"3","price":"240000","area":"596"} , +{"type":"Feature","id":"n6405916470","geometry":{"type":"Point","coordinates":[-1.0931959,51.2625822]},"properties":{"@type":"node","@id":6405916470,"@timestamp":1555314556},"coords":"51.2625822,-1.0931959","bedrooms":"0","price":"242000","area":"426"} , +{"type":"Feature","id":"n6406002016","geometry":{"type":"Point","coordinates":[-0.0137027,51.4188092]},"properties":{"@type":"node","@id":6406002016,"@timestamp":1619970932},"coords":"51.4188092,-0.0137027","bedrooms":"4","price":"207000","area":"679"} , +{"type":"Feature","id":"n6406048028","geometry":{"type":"Point","coordinates":[-1.0274262,51.4227667]},"properties":{"@type":"node","@id":6406048028,"@timestamp":1555318452},"coords":"51.4227667,-1.0274262","bedrooms":"3","price":"240000","area":"545"} , +{"type":"Feature","id":"n6406048038","geometry":{"type":"Point","coordinates":[-1.0314833,51.4224243]},"properties":{"@type":"node","@id":6406048038,"@timestamp":1555318453},"coords":"51.4224243,-1.0314833","bedrooms":"2","price":"206000","area":"667"} , +{"type":"Feature","id":"n6406048048","geometry":{"type":"Point","coordinates":[-1.0271303,51.4223452]},"properties":{"@type":"node","@id":6406048048,"@timestamp":1555318454},"coords":"51.4223452,-1.0271303","bedrooms":"1","price":"174000","area":"416"} , +{"type":"Feature","id":"n6406048058","geometry":{"type":"Point","coordinates":[-1.0358448,51.4246242]},"properties":{"@type":"node","@id":6406048058,"@timestamp":1555318454},"coords":"51.4246242,-1.0358448","bedrooms":"3","price":"292000","area":"622"} , +{"type":"Feature","id":"n6406048068","geometry":{"type":"Point","coordinates":[-1.0318851,51.4248397]},"properties":{"@type":"node","@id":6406048068,"@timestamp":1555318455},"coords":"51.4248397,-1.0318851","bedrooms":"1","price":"225000","area":"481"} , +{"type":"Feature","id":"n6406048078","geometry":{"type":"Point","coordinates":[-1.0357162,51.4249556]},"properties":{"@type":"node","@id":6406048078,"@timestamp":1555318456},"coords":"51.4249556,-1.0357162","bedrooms":"1","price":"214000","area":"376"} , +{"type":"Feature","id":"n6406048588","geometry":{"type":"Point","coordinates":[-1.0510009,51.4323819]},"properties":{"@type":"node","@id":6406048588,"@timestamp":1555318457},"coords":"51.4323819,-1.0510009","bedrooms":"1","price":"246000","area":"566"} , +{"type":"Feature","id":"n6406048598","geometry":{"type":"Point","coordinates":[-1.0550154,51.4345041]},"properties":{"@type":"node","@id":6406048598,"@timestamp":1555318457},"coords":"51.4345041,-1.0550154","bedrooms":"1","price":"269000","area":"566"} , +{"type":"Feature","id":"n6406048608","geometry":{"type":"Point","coordinates":[-1.0598626,51.4366044]},"properties":{"@type":"node","@id":6406048608,"@timestamp":1555318458},"coords":"51.4366044,-1.0598626","bedrooms":"1","price":"292000","area":"667"} , +{"type":"Feature","id":"n6406048618","geometry":{"type":"Point","coordinates":[-1.0684131,51.4407968]},"properties":{"@type":"node","@id":6406048618,"@timestamp":1555318459},"coords":"51.4407968,-1.0684131","bedrooms":"2","price":"273000","area":"567"} , +{"type":"Feature","id":"n6406048628","geometry":{"type":"Point","coordinates":[-1.0438013,51.4281228]},"properties":{"@type":"node","@id":6406048628,"@timestamp":1555318460},"coords":"51.4281228,-1.0438013","bedrooms":"1","price":"154000","area":"443"} , +{"type":"Feature","id":"n6406048638","geometry":{"type":"Point","coordinates":[-1.0720756,51.4441528]},"properties":{"@type":"node","@id":6406048638,"@timestamp":1555318460},"coords":"51.4441528,-1.0720756","bedrooms":"0","price":"191000","area":"574"} , +{"type":"Feature","id":"n6406048648","geometry":{"type":"Point","coordinates":[-1.0362554,51.424955]},"properties":{"@type":"node","@id":6406048648,"@timestamp":1555318461},"coords":"51.424955,-1.0362554","bedrooms":"2","price":"283000","area":"607"} , +{"type":"Feature","id":"n6406048658","geometry":{"type":"Point","coordinates":[-1.0292994,51.4229777]},"properties":{"@type":"node","@id":6406048658,"@timestamp":1555318462},"coords":"51.4229777,-1.0292994","bedrooms":"1","price":"181000","area":"505"} , +{"type":"Feature","id":"n6406048668","geometry":{"type":"Point","coordinates":[-1.0219816,51.4216442]},"properties":{"@type":"node","@id":6406048668,"@timestamp":1555318463},"coords":"51.4216442,-1.0219816","bedrooms":"2","price":"277000","area":"666"} , +{"type":"Feature","id":"n6406048678","geometry":{"type":"Point","coordinates":[-1.0150012,51.4209039]},"properties":{"@type":"node","@id":6406048678,"@timestamp":1555318463},"coords":"51.4209039,-1.0150012","bedrooms":"2","price":"266000","area":"472"} , +{"type":"Feature","id":"n6406048788","geometry":{"type":"Point","coordinates":[-1.0080248,51.420658]},"properties":{"@type":"node","@id":6406048788,"@timestamp":1555318464},"coords":"51.420658,-1.0080248","bedrooms":"1","price":"219000","area":"401"} , +{"type":"Feature","id":"n6406048798","geometry":{"type":"Point","coordinates":[-1.0008411,51.420151]},"properties":{"@type":"node","@id":6406048798,"@timestamp":1555318465},"coords":"51.420151,-1.0008411","bedrooms":"4","price":"167000","area":"453"} , +{"type":"Feature","id":"n6406328411","geometry":{"type":"Point","coordinates":[-0.1787662,51.4697464]},"properties":{"@type":"node","@id":6406328411,"@timestamp":1555325429},"coords":"51.4697464,-0.1787662","bedrooms":"3","price":"272000","area":"402"} , +{"type":"Feature","id":"n6406654206","geometry":{"type":"Point","coordinates":[-0.4787222,51.4944039]},"properties":{"@type":"node","@id":6406654206,"@timestamp":1555332967},"coords":"51.4944039,-0.4787222","bedrooms":"1","price":"284000","area":"686"} , +{"type":"Feature","id":"n6406654216","geometry":{"type":"Point","coordinates":[-0.4850507,51.4943617]},"properties":{"@type":"node","@id":6406654216,"@timestamp":1555332968},"coords":"51.4943617,-0.4850507","bedrooms":"3","price":"250000","area":"425"} , +{"type":"Feature","id":"n6406654226","geometry":{"type":"Point","coordinates":[-0.4865793,51.4943932]},"properties":{"@type":"node","@id":6406654226,"@timestamp":1555332968},"coords":"51.4943932,-0.4865793","bedrooms":"3","price":"153000","area":"613"} , +{"type":"Feature","id":"n6406654236","geometry":{"type":"Point","coordinates":[-0.4920647,51.4947157]},"properties":{"@type":"node","@id":6406654236,"@timestamp":1555332969},"coords":"51.4947157,-0.4920647","bedrooms":"1","price":"211000","area":"480"} , +{"type":"Feature","id":"n6406654246","geometry":{"type":"Point","coordinates":[-0.5017704,51.4945732]},"properties":{"@type":"node","@id":6406654246,"@timestamp":1555332970},"coords":"51.4945732,-0.5017704","bedrooms":"4","price":"279000","area":"660"} , +{"type":"Feature","id":"n6406654256","geometry":{"type":"Point","coordinates":[-0.4964125,51.4948259]},"properties":{"@type":"node","@id":6406654256,"@timestamp":1555332971},"coords":"51.4948259,-0.4964125","bedrooms":"0","price":"167000","area":"430"} , +{"type":"Feature","id":"n6406654266","geometry":{"type":"Point","coordinates":[-0.5045319,51.4940615]},"properties":{"@type":"node","@id":6406654266,"@timestamp":1555332971},"coords":"51.4940615,-0.5045319","bedrooms":"1","price":"236000","area":"688"} , +{"type":"Feature","id":"n6406654276","geometry":{"type":"Point","coordinates":[-0.5029905,51.4947567]},"properties":{"@type":"node","@id":6406654276,"@timestamp":1555332972},"coords":"51.4947567,-0.5029905","bedrooms":"4","price":"258000","area":"543"} , +{"type":"Feature","id":"n6406655286","geometry":{"type":"Point","coordinates":[-0.5050055,51.4942203]},"properties":{"@type":"node","@id":6406655286,"@timestamp":1555332973},"coords":"51.4942203,-0.5050055","bedrooms":"2","price":"194000","area":"485"} , +{"type":"Feature","id":"n6406655296","geometry":{"type":"Point","coordinates":[-0.5109858,51.4933379]},"properties":{"@type":"node","@id":6406655296,"@timestamp":1555332974},"coords":"51.4933379,-0.5109858","bedrooms":"0","price":"268000","area":"637"} , +{"type":"Feature","id":"n6406655306","geometry":{"type":"Point","coordinates":[-0.5166242,51.4930271]},"properties":{"@type":"node","@id":6406655306,"@timestamp":1555332974},"coords":"51.4930271,-0.5166242","bedrooms":"3","price":"195000","area":"626"} , +{"type":"Feature","id":"n6406655316","geometry":{"type":"Point","coordinates":[-0.5223765,51.4931307]},"properties":{"@type":"node","@id":6406655316,"@timestamp":1555332975},"coords":"51.4931307,-0.5223765","bedrooms":"2","price":"151000","area":"419"} , +{"type":"Feature","id":"n6406655326","geometry":{"type":"Point","coordinates":[-0.5286865,51.4932343]},"properties":{"@type":"node","@id":6406655326,"@timestamp":1555332976},"coords":"51.4932343,-0.5286865","bedrooms":"0","price":"269000","area":"666"} , +{"type":"Feature","id":"n6406886729","geometry":{"type":"Point","coordinates":[-0.439839,51.4591783]},"properties":{"@type":"node","@id":6406886729,"@timestamp":1555338250},"coords":"51.4591783,-0.439839","bedrooms":"2","price":"224000","area":"590"} , +{"type":"Feature","id":"n6406886750","geometry":{"type":"Point","coordinates":[-0.4373803,51.4599996]},"properties":{"@type":"node","@id":6406886750,"@timestamp":1555338251},"coords":"51.4599996,-0.4373803","bedrooms":"2","price":"150000","area":"673"} , +{"type":"Feature","id":"n6406886760","geometry":{"type":"Point","coordinates":[-0.4377446,51.4584058]},"properties":{"@type":"node","@id":6406886760,"@timestamp":1555385744},"coords":"51.4584058,-0.4377446","bedrooms":"2","price":"176000","area":"508"} , +{"type":"Feature","id":"n6406886770","geometry":{"type":"Point","coordinates":[-0.4377875,51.4602692]},"properties":{"@type":"node","@id":6406886770,"@timestamp":1555338252},"coords":"51.4602692,-0.4377875","bedrooms":"3","price":"233000","area":"497"} , +{"type":"Feature","id":"n6406886780","geometry":{"type":"Point","coordinates":[-0.4356015,51.4611499]},"properties":{"@type":"node","@id":6406886780,"@timestamp":1555338253},"coords":"51.4611499,-0.4356015","bedrooms":"0","price":"239000","area":"519"} , +{"type":"Feature","id":"n6406887390","geometry":{"type":"Point","coordinates":[-0.4320268,51.4626435]},"properties":{"@type":"node","@id":6406887390,"@timestamp":1555338254},"coords":"51.4626435,-0.4320268","bedrooms":"3","price":"277000","area":"354"} , +{"type":"Feature","id":"n6406887400","geometry":{"type":"Point","coordinates":[-0.429676,51.463634]},"properties":{"@type":"node","@id":6406887400,"@timestamp":1555338254},"coords":"51.463634,-0.429676","bedrooms":"1","price":"245000","area":"545"} , +{"type":"Feature","id":"n6406887410","geometry":{"type":"Point","coordinates":[-0.4273252,51.4646245]},"properties":{"@type":"node","@id":6406887410,"@timestamp":1555338255},"coords":"51.4646245,-0.4273252","bedrooms":"3","price":"256000","area":"554"} , +{"type":"Feature","id":"n6406887420","geometry":{"type":"Point","coordinates":[-0.4321023,51.4623962]},"properties":{"@type":"node","@id":6406887420,"@timestamp":1555338256},"coords":"51.4623962,-0.4321023","bedrooms":"4","price":"241000","area":"634"} , +{"type":"Feature","id":"n6406887430","geometry":{"type":"Point","coordinates":[-0.429749,51.463392]},"properties":{"@type":"node","@id":6406887430,"@timestamp":1555338257},"coords":"51.463392,-0.429749","bedrooms":"4","price":"158000","area":"410"} , +{"type":"Feature","id":"n6406887440","geometry":{"type":"Point","coordinates":[-0.4273957,51.4643879]},"properties":{"@type":"node","@id":6406887440,"@timestamp":1555338258},"coords":"51.4643879,-0.4273957","bedrooms":"4","price":"155000","area":"467"} , +{"type":"Feature","id":"n6406887450","geometry":{"type":"Point","coordinates":[-0.4250403,51.4653794]},"properties":{"@type":"node","@id":6406887450,"@timestamp":1555338258},"coords":"51.4653794,-0.4250403","bedrooms":"3","price":"273000","area":"466"} , +{"type":"Feature","id":"n6407143034","geometry":{"type":"Point","coordinates":[-0.0154065,51.464441]},"properties":{"@type":"node","@id":6407143034,"@timestamp":1611266392},"coords":"51.464441,-0.0154065","bedrooms":"2","price":"286000","area":"490"} , +{"type":"Feature","id":"n6407289265","geometry":{"type":"Point","coordinates":[-0.1125187,51.5313805]},"properties":{"@type":"node","@id":6407289265,"@timestamp":1555347889},"coords":"51.5313805,-0.1125187","bedrooms":"0","price":"218000","area":"525"} , +{"type":"Feature","id":"n6407377922","geometry":{"type":"Point","coordinates":[0.8526033,51.2652409]},"properties":{"@type":"node","@id":6407377922,"@timestamp":1555350584},"coords":"51.2652409,0.8526033","bedrooms":"0","price":"223000","area":"350"} , +{"type":"Feature","id":"n6407566193","geometry":{"type":"Point","coordinates":[-0.7382113,51.2414471]},"properties":{"@type":"node","@id":6407566193,"@timestamp":1623748767},"coords":"51.2414471,-0.7382113","bedrooms":"1","price":"203000","area":"387"} , +{"type":"Feature","id":"n6407721404","geometry":{"type":"Point","coordinates":[-0.2240758,51.5784185]},"properties":{"@type":"node","@id":6407721404,"@timestamp":1555363499},"coords":"51.5784185,-0.2240758","bedrooms":"4","price":"279000","area":"696"} , +{"type":"Feature","id":"n6407721424","geometry":{"type":"Point","coordinates":[-0.226702,51.5754917]},"properties":{"@type":"node","@id":6407721424,"@timestamp":1555363499},"coords":"51.5754917,-0.226702","bedrooms":"3","price":"160000","area":"471"} , +{"type":"Feature","id":"n6407721486","geometry":{"type":"Point","coordinates":[-0.225743,51.5768825]},"properties":{"@type":"node","@id":6407721486,"@timestamp":1555363501},"coords":"51.5768825,-0.225743","bedrooms":"1","price":"195000","area":"461"} , +{"type":"Feature","id":"n6407794265","geometry":{"type":"Point","coordinates":[-1.0491516,51.1583806]},"properties":{"@type":"node","@id":6407794265,"@timestamp":1555368276},"coords":"51.1583806,-1.0491516","bedrooms":"1","price":"261000","area":"675"} , +{"type":"Feature","id":"n6408138722","geometry":{"type":"Point","coordinates":[-0.442947,51.4582515]},"properties":{"@type":"node","@id":6408138722,"@timestamp":1555385728},"coords":"51.4582515,-0.442947","bedrooms":"1","price":"251000","area":"650"} , +{"type":"Feature","id":"n6408138732","geometry":{"type":"Point","coordinates":[-0.4401022,51.4586949]},"properties":{"@type":"node","@id":6408138732,"@timestamp":1555385730},"coords":"51.4586949,-0.4401022","bedrooms":"3","price":"230000","area":"509"} , +{"type":"Feature","id":"n6408138742","geometry":{"type":"Point","coordinates":[-0.4381226,51.4582485]},"properties":{"@type":"node","@id":6408138742,"@timestamp":1555385731},"coords":"51.4582485,-0.4381226","bedrooms":"3","price":"161000","area":"502"} , +{"type":"Feature","id":"n6408138752","geometry":{"type":"Point","coordinates":[-0.4386356,51.4579692]},"properties":{"@type":"node","@id":6408138752,"@timestamp":1555385733},"coords":"51.4579692,-0.4386356","bedrooms":"0","price":"233000","area":"420"} , +{"type":"Feature","id":"n6408138762","geometry":{"type":"Point","coordinates":[-0.4390727,51.4578372]},"properties":{"@type":"node","@id":6408138762,"@timestamp":1555385735},"coords":"51.4578372,-0.4390727","bedrooms":"1","price":"294000","area":"534"} , +{"type":"Feature","id":"n6408138772","geometry":{"type":"Point","coordinates":[-0.4413131,51.4577436]},"properties":{"@type":"node","@id":6408138772,"@timestamp":1555385737},"coords":"51.4577436,-0.4413131","bedrooms":"3","price":"236000","area":"514"} , +{"type":"Feature","id":"n6408138782","geometry":{"type":"Point","coordinates":[-0.440841,51.4577513]},"properties":{"@type":"node","@id":6408138782,"@timestamp":1555385738},"coords":"51.4577513,-0.440841","bedrooms":"3","price":"174000","area":"437"} , +{"type":"Feature","id":"n6408140092","geometry":{"type":"Point","coordinates":[-0.4401667,51.4577623]},"properties":{"@type":"node","@id":6408140092,"@timestamp":1555385740},"coords":"51.4577623,-0.4401667","bedrooms":"4","price":"193000","area":"611"} , +{"type":"Feature","id":"n6408610537","geometry":{"type":"Point","coordinates":[-0.7783884,51.8223862]},"properties":{"@type":"node","@id":6408610537,"@timestamp":1616682371},"coords":"51.8223862,-0.7783884","bedrooms":"1","price":"234000","area":"582"} , +{"type":"Feature","id":"n6408968531","geometry":{"type":"Point","coordinates":[0.5356063,51.3914787]},"properties":{"@type":"node","@id":6408968531,"@timestamp":1555413303},"coords":"51.3914787,0.5356063","bedrooms":"3","price":"294000","area":"595"} , +{"type":"Feature","id":"n6409443466","geometry":{"type":"Point","coordinates":[0.1921025,51.8916745]},"properties":{"@type":"node","@id":6409443466,"@timestamp":1555424411},"coords":"51.8916745,0.1921025","bedrooms":"1","price":"261000","area":"486"} , +{"type":"Feature","id":"n6409443476","geometry":{"type":"Point","coordinates":[0.2004951,51.8911266]},"properties":{"@type":"node","@id":6409443476,"@timestamp":1555424411},"coords":"51.8911266,0.2004951","bedrooms":"2","price":"158000","area":"549"} , +{"type":"Feature","id":"n6409443586","geometry":{"type":"Point","coordinates":[0.2238987,51.8905158]},"properties":{"@type":"node","@id":6409443586,"@timestamp":1555424412},"coords":"51.8905158,0.2238987","bedrooms":"0","price":"291000","area":"608"} , +{"type":"Feature","id":"n6409569617","geometry":{"type":"Point","coordinates":[-0.1498546,51.5240707]},"properties":{"@type":"node","@id":6409569617,"@timestamp":1555428210},"coords":"51.5240707,-0.1498546","bedrooms":"1","price":"253000","area":"530"} , +{"type":"Feature","id":"n6409569627","geometry":{"type":"Point","coordinates":[-0.1506064,51.5239412]},"properties":{"@type":"node","@id":6409569627,"@timestamp":1555428210},"coords":"51.5239412,-0.1506064","bedrooms":"0","price":"188000","area":"604"} , +{"type":"Feature","id":"n6409681002","geometry":{"type":"Point","coordinates":[-0.0997339,51.2199729]},"properties":{"@type":"node","@id":6409681002,"@timestamp":1555430858},"coords":"51.2199729,-0.0997339","bedrooms":"3","price":"216000","area":"350"} , +{"type":"Feature","id":"n6409960917","geometry":{"type":"Point","coordinates":[-0.1520467,51.5237927]},"properties":{"@type":"node","@id":6409960917,"@timestamp":1555437765},"coords":"51.5237927,-0.1520467","bedrooms":"4","price":"297000","area":"653"} , +{"type":"Feature","id":"n6409960927","geometry":{"type":"Point","coordinates":[-0.1510736,51.5239615]},"properties":{"@type":"node","@id":6409960927,"@timestamp":1555437765},"coords":"51.5239615,-0.1510736","bedrooms":"0","price":"166000","area":"462"} , +{"type":"Feature","id":"n6410165090","geometry":{"type":"Point","coordinates":[-0.2265662,51.5017564]},"properties":{"@type":"node","@id":6410165090,"@timestamp":1600337107},"coords":"51.5017564,-0.2265662","bedrooms":"0","price":"287000","area":"443"} , +{"type":"Feature","id":"n6410335384","geometry":{"type":"Point","coordinates":[0.1006296,51.3772731]},"properties":{"@type":"node","@id":6410335384,"@timestamp":1555448643},"coords":"51.3772731,0.1006296","bedrooms":"3","price":"181000","area":"540"} , +{"type":"Feature","id":"n6410335694","geometry":{"type":"Point","coordinates":[0.1002067,51.3774741]},"properties":{"@type":"node","@id":6410335694,"@timestamp":1555447521},"coords":"51.3774741,0.1002067","bedrooms":"4","price":"215000","area":"661"} , +{"type":"Feature","id":"n6410355195","geometry":{"type":"Point","coordinates":[0.1009482,51.3776314]},"properties":{"@type":"node","@id":6410355195,"@timestamp":1586809324},"coords":"51.3776314,0.1009482","bedrooms":"1","price":"151000","area":"576"} , +{"type":"Feature","id":"n6410407473","geometry":{"type":"Point","coordinates":[-0.150143,51.5234596]},"properties":{"@type":"node","@id":6410407473,"@timestamp":1555451457},"coords":"51.5234596,-0.150143","bedrooms":"3","price":"285000","area":"478"} , +{"type":"Feature","id":"n6411363348","geometry":{"type":"Point","coordinates":[-0.4057619,51.1215402]},"properties":{"@type":"node","@id":6411363348,"@timestamp":1555492617},"coords":"51.1215402,-0.4057619","bedrooms":"1","price":"177000","area":"547"} , +{"type":"Feature","id":"n6411718929","geometry":{"type":"Point","coordinates":[-0.1874439,51.5190222]},"properties":{"@type":"node","@id":6411718929,"@timestamp":1600337107},"coords":"51.5190222,-0.1874439","bedrooms":"2","price":"200000","area":"536"} , +{"type":"Feature","id":"n6412443522","geometry":{"type":"Point","coordinates":[-0.9889653,51.4604998]},"properties":{"@type":"node","@id":6412443522,"@timestamp":1555522453},"coords":"51.4604998,-0.9889653","bedrooms":"0","price":"201000","area":"402"} , +{"type":"Feature","id":"n6413707911","geometry":{"type":"Point","coordinates":[-0.071875,51.2325717]},"properties":{"@type":"node","@id":6413707911,"@timestamp":1555579693},"coords":"51.2325717,-0.071875","bedrooms":"1","price":"269000","area":"446"} , +{"type":"Feature","id":"n6413773991","geometry":{"type":"Point","coordinates":[-0.2817008,51.5585971]},"properties":{"@type":"node","@id":6413773991,"@timestamp":1625858336},"coords":"51.5585971,-0.2817008","bedrooms":"3","price":"190000","area":"567"} , +{"type":"Feature","id":"n6414258339","geometry":{"type":"Point","coordinates":[0.1854299,51.5276429]},"properties":{"@type":"node","@id":6414258339,"@timestamp":1555594704},"coords":"51.5276429,0.1854299","bedrooms":"0","price":"183000","area":"412"} , +{"type":"Feature","id":"n6414554102","geometry":{"type":"Point","coordinates":[0.4819543,51.7038492]},"properties":{"@type":"node","@id":6414554102,"@timestamp":1555602962},"coords":"51.7038492,0.4819543","bedrooms":"3","price":"160000","area":"542"} , +{"type":"Feature","id":"n6414664058","geometry":{"type":"Point","coordinates":[-0.8035684,51.6328692]},"properties":{"@type":"node","@id":6414664058,"@timestamp":1555606203},"coords":"51.6328692,-0.8035684","bedrooms":"0","price":"267000","area":"589"} , +{"type":"Feature","id":"n6415132228","geometry":{"type":"Point","coordinates":[-0.7278247,51.2448924]},"properties":{"@type":"node","@id":6415132228,"@timestamp":1619622138},"coords":"51.2448924,-0.7278247","bedrooms":"3","price":"276000","area":"386"} , +{"type":"Feature","id":"n6415174698","geometry":{"type":"Point","coordinates":[-0.7122517,51.2491313]},"properties":{"@type":"node","@id":6415174698,"@timestamp":1625401927},"coords":"51.2491313,-0.7122517","bedrooms":"4","price":"232000","area":"379"} , +{"type":"Feature","id":"n6415188264","geometry":{"type":"Point","coordinates":[-0.7121201,51.2493825]},"properties":{"@type":"node","@id":6415188264,"@timestamp":1619534220},"coords":"51.2493825,-0.7121201","bedrooms":"3","price":"252000","area":"679"} , +{"type":"Feature","id":"n6415200168","geometry":{"type":"Point","coordinates":[0.5885974,51.9237995]},"properties":{"@type":"node","@id":6415200168,"@timestamp":1555623229},"coords":"51.9237995,0.5885974","bedrooms":"2","price":"172000","area":"462"} , +{"type":"Feature","id":"n6415360584","geometry":{"type":"Point","coordinates":[-0.4275714,51.4538919]},"properties":{"@type":"node","@id":6415360584,"@timestamp":1576832846},"coords":"51.4538919,-0.4275714","bedrooms":"4","price":"273000","area":"633"} , +{"type":"Feature","id":"n6415557063","geometry":{"type":"Point","coordinates":[-0.0986831,51.5898818]},"properties":{"@type":"node","@id":6415557063,"@timestamp":1633547659},"coords":"51.5898818,-0.0986831","bedrooms":"0","price":"164000","area":"614"} , +{"type":"Feature","id":"n6415814610","geometry":{"type":"Point","coordinates":[-0.3068135,51.4430032]},"properties":{"@type":"node","@id":6415814610,"@timestamp":1555664647},"coords":"51.4430032,-0.3068135","bedrooms":"4","price":"292000","area":"458"} , +{"type":"Feature","id":"n6415844644","geometry":{"type":"Point","coordinates":[-0.1798148,51.8037411]},"properties":{"@type":"node","@id":6415844644,"@timestamp":1555665950},"coords":"51.8037411,-0.1798148","bedrooms":"0","price":"274000","area":"436"} , +{"type":"Feature","id":"n6416414339","geometry":{"type":"Point","coordinates":[-0.1559921,51.5233273]},"properties":{"@type":"node","@id":6416414339,"@timestamp":1555687113},"coords":"51.5233273,-0.1559921","bedrooms":"2","price":"160000","area":"565"} , +{"type":"Feature","id":"n6416454217","geometry":{"type":"Point","coordinates":[-0.1566445,51.5238778]},"properties":{"@type":"node","@id":6416454217,"@timestamp":1555688997},"coords":"51.5238778,-0.1566445","bedrooms":"1","price":"207000","area":"499"} , +{"type":"Feature","id":"n6416584009","geometry":{"type":"Point","coordinates":[0.1029415,50.9414894]},"properties":{"@type":"node","@id":6416584009,"@timestamp":1555694154},"coords":"50.9414894,0.1029415","bedrooms":"3","price":"294000","area":"656"} , +{"type":"Feature","id":"n6417301371","geometry":{"type":"Point","coordinates":[-0.1599583,51.5251124]},"properties":{"@type":"node","@id":6417301371,"@timestamp":1555739740},"coords":"51.5251124,-0.1599583","bedrooms":"1","price":"213000","area":"504"} , +{"type":"Feature","id":"n6417445275","geometry":{"type":"Point","coordinates":[-0.5036489,51.3381454]},"properties":{"@type":"node","@id":6417445275,"@timestamp":1596621361},"coords":"51.3381454,-0.5036489","bedrooms":"4","price":"226000","area":"692"} , +{"type":"Feature","id":"n6417587646","geometry":{"type":"Point","coordinates":[-0.0721826,51.5732049]},"properties":{"@type":"node","@id":6417587646,"@timestamp":1627612099},"coords":"51.5732049,-0.0721826","bedrooms":"4","price":"291000","area":"417"} , +{"type":"Feature","id":"n6417588185","geometry":{"type":"Point","coordinates":[-0.0719791,51.5733998]},"properties":{"@type":"node","@id":6417588185,"@timestamp":1555756182},"coords":"51.5733998,-0.0719791","bedrooms":"0","price":"261000","area":"549"} , +{"type":"Feature","id":"n6417588195","geometry":{"type":"Point","coordinates":[-0.072595,51.5734921]},"properties":{"@type":"node","@id":6417588195,"@timestamp":1555756183},"coords":"51.5734921,-0.072595","bedrooms":"3","price":"208000","area":"430"} , +{"type":"Feature","id":"n6417588205","geometry":{"type":"Point","coordinates":[-0.0725229,51.5730805]},"properties":{"@type":"node","@id":6417588205,"@timestamp":1555756183},"coords":"51.5730805,-0.0725229","bedrooms":"1","price":"153000","area":"464"} , +{"type":"Feature","id":"n6417588215","geometry":{"type":"Point","coordinates":[-0.0718269,51.5731005]},"properties":{"@type":"node","@id":6417588215,"@timestamp":1555756184},"coords":"51.5731005,-0.0718269","bedrooms":"4","price":"277000","area":"559"} , +{"type":"Feature","id":"n6417588225","geometry":{"type":"Point","coordinates":[-0.0470513,51.6066872]},"properties":{"@type":"node","@id":6417588225,"@timestamp":1555756185},"coords":"51.6066872,-0.0470513","bedrooms":"1","price":"184000","area":"371"} , +{"type":"Feature","id":"n6417588235","geometry":{"type":"Point","coordinates":[-0.0498833,51.6072177]},"properties":{"@type":"node","@id":6417588235,"@timestamp":1555756186},"coords":"51.6072177,-0.0498833","bedrooms":"1","price":"277000","area":"403"} , +{"type":"Feature","id":"n6417588247","geometry":{"type":"Point","coordinates":[-0.0927368,51.5979986]},"properties":{"@type":"node","@id":6417588247,"@timestamp":1555756187},"coords":"51.5979986,-0.0927368","bedrooms":"2","price":"293000","area":"660"} , +{"type":"Feature","id":"n6417588259","geometry":{"type":"Point","coordinates":[-0.1013896,51.5916767]},"properties":{"@type":"node","@id":6417588259,"@timestamp":1555756188},"coords":"51.5916767,-0.1013896","bedrooms":"3","price":"275000","area":"657"} , +{"type":"Feature","id":"n6417588269","geometry":{"type":"Point","coordinates":[-0.0979368,51.5935612]},"properties":{"@type":"node","@id":6417588269,"@timestamp":1555756188},"coords":"51.5935612,-0.0979368","bedrooms":"2","price":"164000","area":"527"} , +{"type":"Feature","id":"n6417588284","geometry":{"type":"Point","coordinates":[-0.0946629,51.5965757]},"properties":{"@type":"node","@id":6417588284,"@timestamp":1555756189},"coords":"51.5965757,-0.0946629","bedrooms":"3","price":"226000","area":"598"} , +{"type":"Feature","id":"n6417588294","geometry":{"type":"Point","coordinates":[-0.0942709,51.5982408]},"properties":{"@type":"node","@id":6417588294,"@timestamp":1555756190},"coords":"51.5982408,-0.0942709","bedrooms":"4","price":"200000","area":"493"} , +{"type":"Feature","id":"n6417588304","geometry":{"type":"Point","coordinates":[-0.0930324,51.5979998]},"properties":{"@type":"node","@id":6417588304,"@timestamp":1555756191},"coords":"51.5979998,-0.0930324","bedrooms":"2","price":"257000","area":"587"} , +{"type":"Feature","id":"n6417588314","geometry":{"type":"Point","coordinates":[-0.0568088,51.6054389]},"properties":{"@type":"node","@id":6417588314,"@timestamp":1555756192},"coords":"51.6054389,-0.0568088","bedrooms":"1","price":"176000","area":"484"} , +{"type":"Feature","id":"n6417588324","geometry":{"type":"Point","coordinates":[-0.0567804,51.6070031]},"properties":{"@type":"node","@id":6417588324,"@timestamp":1555756192},"coords":"51.6070031,-0.0567804","bedrooms":"3","price":"185000","area":"367"} , +{"type":"Feature","id":"n6417661744","geometry":{"type":"Point","coordinates":[-0.2427439,51.3998613]},"properties":{"@type":"node","@id":6417661744,"@timestamp":1625711065},"coords":"51.3998613,-0.2427439","bedrooms":"3","price":"184000","area":"449"} , +{"type":"Feature","id":"n6417690291","geometry":{"type":"Point","coordinates":[-0.1624482,51.5275189]},"properties":{"@type":"node","@id":6417690291,"@timestamp":1596887433},"coords":"51.5275189,-0.1624482","bedrooms":"2","price":"155000","area":"507"} , +{"type":"Feature","id":"n6417690301","geometry":{"type":"Point","coordinates":[-0.1631811,51.5279751]},"properties":{"@type":"node","@id":6417690301,"@timestamp":1596887395},"coords":"51.5279751,-0.1631811","bedrooms":"2","price":"165000","area":"513"} , +{"type":"Feature","id":"n6417724696","geometry":{"type":"Point","coordinates":[-0.2274339,51.4006774]},"properties":{"@type":"node","@id":6417724696,"@timestamp":1555762069},"coords":"51.4006774,-0.2274339","bedrooms":"4","price":"180000","area":"477"} , +{"type":"Feature","id":"n6418082646","geometry":{"type":"Point","coordinates":[-0.0037528,51.4687272]},"properties":{"@type":"node","@id":6418082646,"@timestamp":1555776474},"coords":"51.4687272,-0.0037528","bedrooms":"0","price":"284000","area":"616"} , +{"type":"Feature","id":"n6418082656","geometry":{"type":"Point","coordinates":[-0.0027002,51.4684655]},"properties":{"@type":"node","@id":6418082656,"@timestamp":1555776474},"coords":"51.4684655,-0.0027002","bedrooms":"1","price":"242000","area":"393"} , +{"type":"Feature","id":"n6418142818","geometry":{"type":"Point","coordinates":[-0.0017584,51.4678442]},"properties":{"@type":"node","@id":6418142818,"@timestamp":1555777716},"coords":"51.4678442,-0.0017584","bedrooms":"1","price":"193000","area":"653"} , +{"type":"Feature","id":"n6418243741","geometry":{"type":"Point","coordinates":[-0.0007383,51.4693146]},"properties":{"@type":"node","@id":6418243741,"@timestamp":1555781740},"coords":"51.4693146,-0.0007383","bedrooms":"4","price":"299000","area":"533"} , +{"type":"Feature","id":"n6418308946","geometry":{"type":"Point","coordinates":[-0.1630175,51.5269472]},"properties":{"@type":"node","@id":6418308946,"@timestamp":1595857204},"coords":"51.5269472,-0.1630175","bedrooms":"3","price":"252000","area":"609"} , +{"type":"Feature","id":"n6418308956","geometry":{"type":"Point","coordinates":[-0.1636479,51.5273482]},"properties":{"@type":"node","@id":6418308956,"@timestamp":1595857137},"coords":"51.5273482,-0.1636479","bedrooms":"2","price":"266000","area":"602"} , +{"type":"Feature","id":"n6418446852","geometry":{"type":"Point","coordinates":[-0.0497805,51.6096488]},"properties":{"@type":"node","@id":6418446852,"@timestamp":1555791704},"coords":"51.6096488,-0.0497805","bedrooms":"0","price":"262000","area":"637"} , +{"type":"Feature","id":"n6418446875","geometry":{"type":"Point","coordinates":[-0.0492145,51.6111588]},"properties":{"@type":"node","@id":6418446875,"@timestamp":1555791705},"coords":"51.6111588,-0.0492145","bedrooms":"0","price":"157000","area":"567"} , +{"type":"Feature","id":"n6418446890","geometry":{"type":"Point","coordinates":[-0.0485241,51.612687]},"properties":{"@type":"node","@id":6418446890,"@timestamp":1555791706},"coords":"51.612687,-0.0485241","bedrooms":"0","price":"270000","area":"410"} , +{"type":"Feature","id":"n6418446902","geometry":{"type":"Point","coordinates":[-0.0476334,51.6136863]},"properties":{"@type":"node","@id":6418446902,"@timestamp":1555791707},"coords":"51.6136863,-0.0476334","bedrooms":"3","price":"261000","area":"550"} , +{"type":"Feature","id":"n6418491690","geometry":{"type":"Point","coordinates":[-0.2792896,51.6381556]},"properties":{"@type":"node","@id":6418491690,"@timestamp":1555794897},"coords":"51.6381556,-0.2792896","bedrooms":"4","price":"234000","area":"645"} , +{"type":"Feature","id":"n6418491703","geometry":{"type":"Point","coordinates":[-0.2778587,51.6379683]},"properties":{"@type":"node","@id":6418491703,"@timestamp":1555794898},"coords":"51.6379683,-0.2778587","bedrooms":"1","price":"288000","area":"413"} , +{"type":"Feature","id":"n6418491713","geometry":{"type":"Point","coordinates":[-0.2758544,51.6381501]},"properties":{"@type":"node","@id":6418491713,"@timestamp":1555794899},"coords":"51.6381501,-0.2758544","bedrooms":"4","price":"156000","area":"474"} , +{"type":"Feature","id":"n6418491723","geometry":{"type":"Point","coordinates":[-0.2701158,51.6371526]},"properties":{"@type":"node","@id":6418491723,"@timestamp":1555794900},"coords":"51.6371526,-0.2701158","bedrooms":"1","price":"249000","area":"615"} , +{"type":"Feature","id":"n6418517575","geometry":{"type":"Point","coordinates":[-0.2425784,51.6066168]},"properties":{"@type":"node","@id":6418517575,"@timestamp":1555796924},"coords":"51.6066168,-0.2425784","bedrooms":"1","price":"155000","area":"498"} , +{"type":"Feature","id":"n6418517787","geometry":{"type":"Point","coordinates":[-0.2401752,51.6047667]},"properties":{"@type":"node","@id":6418517787,"@timestamp":1555796925},"coords":"51.6047667,-0.2401752","bedrooms":"0","price":"168000","area":"688"} , +{"type":"Feature","id":"n6418517797","geometry":{"type":"Point","coordinates":[-0.2403751,51.6061053]},"properties":{"@type":"node","@id":6418517797,"@timestamp":1555796926},"coords":"51.6061053,-0.2403751","bedrooms":"3","price":"243000","area":"696"} , +{"type":"Feature","id":"n6418517807","geometry":{"type":"Point","coordinates":[-0.2408618,51.6055646]},"properties":{"@type":"node","@id":6418517807,"@timestamp":1555796927},"coords":"51.6055646,-0.2408618","bedrooms":"3","price":"181000","area":"611"} , +{"type":"Feature","id":"n6418522927","geometry":{"type":"Point","coordinates":[-0.3256605,51.657835]},"properties":{"@type":"node","@id":6418522927,"@timestamp":1555797133},"coords":"51.657835,-0.3256605","bedrooms":"1","price":"251000","area":"573"} , +{"type":"Feature","id":"n6418535964","geometry":{"type":"Point","coordinates":[-0.1364558,51.417775]},"properties":{"@type":"node","@id":6418535964,"@timestamp":1555798187},"coords":"51.417775,-0.1364558","bedrooms":"2","price":"283000","area":"646"} , +{"type":"Feature","id":"n6418597814","geometry":{"type":"Point","coordinates":[-0.0193783,51.4895333]},"properties":{"@type":"node","@id":6418597814,"@timestamp":1555803815},"coords":"51.4895333,-0.0193783","bedrooms":"1","price":"150000","area":"446"} , +{"type":"Feature","id":"n6418863844","geometry":{"type":"Point","coordinates":[-0.3304932,51.2351483]},"properties":{"@type":"node","@id":6418863844,"@timestamp":1555833751},"coords":"51.2351483,-0.3304932","bedrooms":"4","price":"299000","area":"377"} , +{"type":"Feature","id":"n6419064259","geometry":{"type":"Point","coordinates":[-0.7092144,51.2516455]},"properties":{"@type":"node","@id":6419064259,"@timestamp":1556275376},"coords":"51.2516455,-0.7092144","bedrooms":"0","price":"283000","area":"465"} , +{"type":"Feature","id":"n6419120287","geometry":{"type":"Point","coordinates":[-0.7435843,51.5292125]},"properties":{"@type":"node","@id":6419120287,"@timestamp":1555850077},"coords":"51.5292125,-0.7435843","bedrooms":"3","price":"298000","area":"509"} , +{"type":"Feature","id":"n6419201285","geometry":{"type":"Point","coordinates":[-0.123252,51.5111588]},"properties":{"@type":"node","@id":6419201285,"@timestamp":1555854511},"coords":"51.5111588,-0.123252","bedrooms":"3","price":"254000","area":"595"} , +{"type":"Feature","id":"n6419260793","geometry":{"type":"Point","coordinates":[0.0900672,51.5323392]},"properties":{"@type":"node","@id":6419260793,"@timestamp":1555857645},"coords":"51.5323392,0.0900672","bedrooms":"0","price":"261000","area":"554"} , +{"type":"Feature","id":"n6419276358","geometry":{"type":"Point","coordinates":[0.239017,51.455939]},"properties":{"@type":"node","@id":6419276358,"@timestamp":1555858447},"coords":"51.455939,0.239017","bedrooms":"1","price":"230000","area":"480"} , +{"type":"Feature","id":"n6419276368","geometry":{"type":"Point","coordinates":[0.2338763,51.4576401]},"properties":{"@type":"node","@id":6419276368,"@timestamp":1555858448},"coords":"51.4576401,0.2338763","bedrooms":"2","price":"193000","area":"389"} , +{"type":"Feature","id":"n6419276378","geometry":{"type":"Point","coordinates":[0.2314145,51.4587574]},"properties":{"@type":"node","@id":6419276378,"@timestamp":1555858449},"coords":"51.4587574,0.2314145","bedrooms":"1","price":"207000","area":"613"} , +{"type":"Feature","id":"n6419276894","geometry":{"type":"Point","coordinates":[0.2195788,51.4589299]},"properties":{"@type":"node","@id":6419276894,"@timestamp":1555858450},"coords":"51.4589299,0.2195788","bedrooms":"4","price":"161000","area":"445"} , +{"type":"Feature","id":"n6419276906","geometry":{"type":"Point","coordinates":[0.2046673,51.4561528]},"properties":{"@type":"node","@id":6419276906,"@timestamp":1555858451},"coords":"51.4561528,0.2046673","bedrooms":"1","price":"167000","area":"586"} , +{"type":"Feature","id":"n6419411752","geometry":{"type":"Point","coordinates":[-0.2186404,51.5032131]},"properties":{"@type":"node","@id":6419411752,"@timestamp":1555865646},"coords":"51.5032131,-0.2186404","bedrooms":"0","price":"225000","area":"367"} , +{"type":"Feature","id":"n6419682398","geometry":{"type":"Point","coordinates":[-0.1057696,51.5531063]},"properties":{"@type":"node","@id":6419682398,"@timestamp":1564523747},"coords":"51.5531063,-0.1057696","bedrooms":"1","price":"157000","area":"621"} , +{"type":"Feature","id":"n6419890239","geometry":{"type":"Point","coordinates":[0.1138175,51.3883431]},"properties":{"@type":"node","@id":6419890239,"@timestamp":1564900584},"coords":"51.3883431,0.1138175","bedrooms":"4","price":"226000","area":"457"} , +{"type":"Feature","id":"n6419983870","geometry":{"type":"Point","coordinates":[-0.1031745,51.5454977]},"properties":{"@type":"node","@id":6419983870,"@timestamp":1627905038},"coords":"51.5454977,-0.1031745","bedrooms":"4","price":"258000","area":"510"} , +{"type":"Feature","id":"n6421094779","geometry":{"type":"Point","coordinates":[-0.1820038,51.2615705]},"properties":{"@type":"node","@id":6421094779,"@timestamp":1555939685},"coords":"51.2615705,-0.1820038","bedrooms":"0","price":"280000","area":"491"} , +{"type":"Feature","id":"n6421142806","geometry":{"type":"Point","coordinates":[0.1031165,51.4159752]},"properties":{"@type":"node","@id":6421142806,"@timestamp":1555940548},"coords":"51.4159752,0.1031165","bedrooms":"0","price":"191000","area":"560"} , +{"type":"Feature","id":"n6421142819","geometry":{"type":"Point","coordinates":[0.1101261,51.4134862]},"properties":{"@type":"node","@id":6421142819,"@timestamp":1555940549},"coords":"51.4134862,0.1101261","bedrooms":"1","price":"156000","area":"466"} , +{"type":"Feature","id":"n6421142852","geometry":{"type":"Point","coordinates":[0.1053749,51.4150954]},"properties":{"@type":"node","@id":6421142852,"@timestamp":1555940550},"coords":"51.4150954,0.1053749","bedrooms":"3","price":"164000","area":"691"} , +{"type":"Feature","id":"n6421142872","geometry":{"type":"Point","coordinates":[0.1079913,51.4145683]},"properties":{"@type":"node","@id":6421142872,"@timestamp":1555940551},"coords":"51.4145683,0.1079913","bedrooms":"0","price":"156000","area":"362"} , +{"type":"Feature","id":"n6421142888","geometry":{"type":"Point","coordinates":[0.116817,51.4124913]},"properties":{"@type":"node","@id":6421142888,"@timestamp":1555940552},"coords":"51.4124913,0.116817","bedrooms":"4","price":"208000","area":"459"} , +{"type":"Feature","id":"n6421142899","geometry":{"type":"Point","coordinates":[0.1163349,51.4125813]},"properties":{"@type":"node","@id":6421142899,"@timestamp":1555940553},"coords":"51.4125813,0.1163349","bedrooms":"0","price":"278000","area":"477"} , +{"type":"Feature","id":"n6421142922","geometry":{"type":"Point","coordinates":[0.1251256,51.4105182]},"properties":{"@type":"node","@id":6421142922,"@timestamp":1555940553},"coords":"51.4105182,0.1251256","bedrooms":"2","price":"249000","area":"679"} , +{"type":"Feature","id":"n6421142932","geometry":{"type":"Point","coordinates":[0.1158008,51.4122593]},"properties":{"@type":"node","@id":6421142932,"@timestamp":1555940554},"coords":"51.4122593,0.1158008","bedrooms":"0","price":"189000","area":"471"} , +{"type":"Feature","id":"n6421142945","geometry":{"type":"Point","coordinates":[0.1135206,51.4129329]},"properties":{"@type":"node","@id":6421142945,"@timestamp":1555940555},"coords":"51.4129329,0.1135206","bedrooms":"2","price":"178000","area":"580"} , +{"type":"Feature","id":"n6421142955","geometry":{"type":"Point","coordinates":[0.109331,51.4139219]},"properties":{"@type":"node","@id":6421142955,"@timestamp":1555940556},"coords":"51.4139219,0.109331","bedrooms":"4","price":"192000","area":"605"} , +{"type":"Feature","id":"n6421339483","geometry":{"type":"Point","coordinates":[-0.3408009,50.9922254]},"properties":{"@type":"node","@id":6421339483,"@timestamp":1557859959},"coords":"50.9922254,-0.3408009","bedrooms":"0","price":"168000","area":"583"} , +{"type":"Feature","id":"n6421719428","geometry":{"type":"Point","coordinates":[-1.0799747,51.1384277]},"properties":{"@type":"node","@id":6421719428,"@timestamp":1555956653},"coords":"51.1384277,-1.0799747","bedrooms":"1","price":"220000","area":"451"} , +{"type":"Feature","id":"n6421808815","geometry":{"type":"Point","coordinates":[0.4749914,51.6958361]},"properties":{"@type":"node","@id":6421808815,"@timestamp":1555960349},"coords":"51.6958361,0.4749914","bedrooms":"1","price":"201000","area":"350"} , +{"type":"Feature","id":"n6422280353","geometry":{"type":"Point","coordinates":[0.0590032,51.5197993]},"properties":{"@type":"node","@id":6422280353,"@timestamp":1555990612},"coords":"51.5197993,0.0590032","bedrooms":"2","price":"243000","area":"450"} , +{"type":"Feature","id":"n6423248999","geometry":{"type":"Point","coordinates":[-0.0092711,51.4479042]},"properties":{"@type":"node","@id":6423248999,"@timestamp":1556022828},"coords":"51.4479042,-0.0092711","bedrooms":"0","price":"206000","area":"444"} , +{"type":"Feature","id":"n6423251042","geometry":{"type":"Point","coordinates":[-0.682582,51.255131]},"properties":{"@type":"node","@id":6423251042,"@timestamp":1556022854},"coords":"51.255131,-0.682582","bedrooms":"4","price":"247000","area":"698"} , +{"type":"Feature","id":"n6423312563","geometry":{"type":"Point","coordinates":[-0.0929248,51.3748838]},"properties":{"@type":"node","@id":6423312563,"@timestamp":1556024363},"coords":"51.3748838,-0.0929248","bedrooms":"3","price":"230000","area":"583"} , +{"type":"Feature","id":"n6423538752","geometry":{"type":"Point","coordinates":[-0.031573,51.5681696]},"properties":{"@type":"node","@id":6423538752,"@timestamp":1556029432},"coords":"51.5681696,-0.031573","bedrooms":"3","price":"176000","area":"520"} , +{"type":"Feature","id":"n6423542099","geometry":{"type":"Point","coordinates":[-0.0331943,51.567501]},"properties":{"@type":"node","@id":6423542099,"@timestamp":1556029434},"coords":"51.567501,-0.0331943","bedrooms":"1","price":"288000","area":"560"} , +{"type":"Feature","id":"n6423693924","geometry":{"type":"Point","coordinates":[0.5168626,51.6051201]},"properties":{"@type":"node","@id":6423693924,"@timestamp":1561122729},"coords":"51.6051201,0.5168626","bedrooms":"4","price":"197000","area":"489"} , +{"type":"Feature","id":"n6424091762","geometry":{"type":"Point","coordinates":[-0.1970753,51.4392394]},"properties":{"@type":"node","@id":6424091762,"@timestamp":1556046029},"coords":"51.4392394,-0.1970753","bedrooms":"1","price":"182000","area":"371"} , +{"type":"Feature","id":"n6424160355","geometry":{"type":"Point","coordinates":[-0.6161543,51.2631366]},"properties":{"@type":"node","@id":6424160355,"@timestamp":1556048532},"coords":"51.2631366,-0.6161543","bedrooms":"0","price":"218000","area":"449"} , +{"type":"Feature","id":"n6424496614","geometry":{"type":"Point","coordinates":[-0.1023968,51.5460246]},"properties":{"@type":"node","@id":6424496614,"@timestamp":1556070810},"coords":"51.5460246,-0.1023968","bedrooms":"3","price":"294000","area":"376"} , +{"type":"Feature","id":"n6424675171","geometry":{"type":"Point","coordinates":[-0.1579087,51.5225381]},"properties":{"@type":"node","@id":6424675171,"@timestamp":1594627843},"coords":"51.5225381,-0.1579087","bedrooms":"4","price":"154000","area":"549"} , +{"type":"Feature","id":"n6425259189","geometry":{"type":"Point","coordinates":[-0.0245598,51.5706978]},"properties":{"@type":"node","@id":6425259189,"@timestamp":1556099447},"coords":"51.5706978,-0.0245598","bedrooms":"4","price":"157000","area":"460"} , +{"type":"Feature","id":"n6425259206","geometry":{"type":"Point","coordinates":[-0.0263031,51.5700564]},"properties":{"@type":"node","@id":6425259206,"@timestamp":1556099449},"coords":"51.5700564,-0.0263031","bedrooms":"4","price":"240000","area":"408"} , +{"type":"Feature","id":"n6425259229","geometry":{"type":"Point","coordinates":[-0.0273398,51.5696917]},"properties":{"@type":"node","@id":6425259229,"@timestamp":1556099450},"coords":"51.5696917,-0.0273398","bedrooms":"3","price":"256000","area":"505"} , +{"type":"Feature","id":"n6425259247","geometry":{"type":"Point","coordinates":[-0.029226,51.5689523]},"properties":{"@type":"node","@id":6425259247,"@timestamp":1556099451},"coords":"51.5689523,-0.029226","bedrooms":"1","price":"211000","area":"576"} , +{"type":"Feature","id":"n6425502992","geometry":{"type":"Point","coordinates":[-0.4206947,51.450453]},"properties":{"@type":"node","@id":6425502992,"@timestamp":1564900584},"coords":"51.450453,-0.4206947","bedrooms":"2","price":"252000","area":"376"} , +{"type":"Feature","id":"n6425535190","geometry":{"type":"Point","coordinates":[-0.4226674,51.4464638]},"properties":{"@type":"node","@id":6425535190,"@timestamp":1621858821},"coords":"51.4464638,-0.4226674","bedrooms":"1","price":"173000","area":"693"} , +{"type":"Feature","id":"n6426097702","geometry":{"type":"Point","coordinates":[-0.8688339,51.2818969]},"properties":{"@type":"node","@id":6426097702,"@timestamp":1556120404},"coords":"51.2818969,-0.8688339","bedrooms":"1","price":"197000","area":"477"} , +{"type":"Feature","id":"n6426532535","geometry":{"type":"Point","coordinates":[-0.910078,51.6488854]},"properties":{"@type":"node","@id":6426532535,"@timestamp":1556132017},"coords":"51.6488854,-0.910078","bedrooms":"1","price":"277000","area":"381"} , +{"type":"Feature","id":"n6426555058","geometry":{"type":"Point","coordinates":[-0.866268,51.2806857]},"properties":{"@type":"node","@id":6426555058,"@timestamp":1556132783},"coords":"51.2806857,-0.866268","bedrooms":"0","price":"215000","area":"463"} , +{"type":"Feature","id":"n6426653307","geometry":{"type":"Point","coordinates":[-0.6025449,51.2526663]},"properties":{"@type":"node","@id":6426653307,"@timestamp":1605976985},"coords":"51.2526663,-0.6025449","bedrooms":"3","price":"257000","area":"550"} , +{"type":"Feature","id":"n6426717779","geometry":{"type":"Point","coordinates":[0.8763215,51.150285]},"properties":{"@type":"node","@id":6426717779,"@timestamp":1556138421},"coords":"51.150285,0.8763215","bedrooms":"4","price":"276000","area":"677"} , +{"type":"Feature","id":"n6426752541","geometry":{"type":"Point","coordinates":[-0.3979942,51.87485]},"properties":{"@type":"node","@id":6426752541,"@timestamp":1556139965},"coords":"51.87485,-0.3979942","bedrooms":"3","price":"155000","area":"388"} , +{"type":"Feature","id":"n6426772476","geometry":{"type":"Point","coordinates":[0.1104117,51.3820881]},"properties":{"@type":"node","@id":6426772476,"@timestamp":1556140889},"coords":"51.3820881,0.1104117","bedrooms":"4","price":"260000","area":"602"} , +{"type":"Feature","id":"n6426772811","geometry":{"type":"Point","coordinates":[0.1109566,51.3826178]},"properties":{"@type":"node","@id":6426772811,"@timestamp":1556140890},"coords":"51.3826178,0.1109566","bedrooms":"0","price":"278000","area":"582"} , +{"type":"Feature","id":"n6426968064","geometry":{"type":"Point","coordinates":[-0.4057286,51.452364]},"properties":{"@type":"node","@id":6426968064,"@timestamp":1574838157},"coords":"51.452364,-0.4057286","bedrooms":"0","price":"188000","area":"506"} , +{"type":"Feature","id":"n6427452411","geometry":{"type":"Point","coordinates":[0.3405648,51.455219]},"properties":{"@type":"node","@id":6427452411,"@timestamp":1561204756},"coords":"51.455219,0.3405648","bedrooms":"1","price":"229000","area":"510"} , +{"type":"Feature","id":"n6427869135","geometry":{"type":"Point","coordinates":[-0.0211532,51.5718673]},"properties":{"@type":"node","@id":6427869135,"@timestamp":1556190682},"coords":"51.5718673,-0.0211532","bedrooms":"2","price":"204000","area":"541"} , +{"type":"Feature","id":"n6427869151","geometry":{"type":"Point","coordinates":[-0.0218929,51.571649]},"properties":{"@type":"node","@id":6427869151,"@timestamp":1556190682},"coords":"51.571649,-0.0218929","bedrooms":"1","price":"210000","area":"564"} , +{"type":"Feature","id":"n6427869161","geometry":{"type":"Point","coordinates":[-0.0224788,51.5714642]},"properties":{"@type":"node","@id":6427869161,"@timestamp":1556190684},"coords":"51.5714642,-0.0224788","bedrooms":"4","price":"213000","area":"480"} , +{"type":"Feature","id":"n6427869171","geometry":{"type":"Point","coordinates":[-0.0238703,51.5708958]},"properties":{"@type":"node","@id":6427869171,"@timestamp":1556190684},"coords":"51.5708958,-0.0238703","bedrooms":"2","price":"170000","area":"354"} , +{"type":"Feature","id":"n6427869181","geometry":{"type":"Point","coordinates":[-0.0233185,51.5711535]},"properties":{"@type":"node","@id":6427869181,"@timestamp":1556190685},"coords":"51.5711535,-0.0233185","bedrooms":"1","price":"160000","area":"407"} , +{"type":"Feature","id":"n6427996283","geometry":{"type":"Point","coordinates":[-0.6805033,51.9307241]},"properties":{"@type":"node","@id":6427996283,"@timestamp":1556194071},"coords":"51.9307241,-0.6805033","bedrooms":"3","price":"204000","area":"611"} , +{"type":"Feature","id":"n6428469583","geometry":{"type":"Point","coordinates":[0.1326517,51.4551234]},"properties":{"@type":"node","@id":6428469583,"@timestamp":1556206195},"coords":"51.4551234,0.1326517","bedrooms":"0","price":"223000","area":"450"} , +{"type":"Feature","id":"n6429221848","geometry":{"type":"Point","coordinates":[-0.0756627,51.5240296]},"properties":{"@type":"node","@id":6429221848,"@timestamp":1589967798},"coords":"51.5240296,-0.0756627","bedrooms":"0","price":"151000","area":"631"} , +{"type":"Feature","id":"n6429311500","geometry":{"type":"Point","coordinates":[-0.95652,51.4857307]},"properties":{"@type":"node","@id":6429311500,"@timestamp":1556228519},"coords":"51.4857307,-0.95652","bedrooms":"2","price":"251000","area":"477"} , +{"type":"Feature","id":"n6429327324","geometry":{"type":"Point","coordinates":[-0.1161265,51.5030908]},"properties":{"@type":"node","@id":6429327324,"@timestamp":1573665206},"coords":"51.5030908,-0.1161265","bedrooms":"1","price":"235000","area":"661"} , +{"type":"Feature","id":"n6429793101","geometry":{"type":"Point","coordinates":[0.0647051,51.2026026]},"properties":{"@type":"node","@id":6429793101,"@timestamp":1615329613},"coords":"51.2026026,0.0647051","bedrooms":"3","price":"212000","area":"447"} , +{"type":"Feature","id":"n6430322631","geometry":{"type":"Point","coordinates":[-0.1600012,51.5238735]},"properties":{"@type":"node","@id":6430322631,"@timestamp":1556272261},"coords":"51.5238735,-0.1600012","bedrooms":"0","price":"263000","area":"462"} , +{"type":"Feature","id":"n6430461230","geometry":{"type":"Point","coordinates":[-0.0188251,51.5724881]},"properties":{"@type":"node","@id":6430461230,"@timestamp":1556275816},"coords":"51.5724881,-0.0188251","bedrooms":"0","price":"210000","area":"369"} , +{"type":"Feature","id":"n6430462022","geometry":{"type":"Point","coordinates":[-0.0201467,51.5721336]},"properties":{"@type":"node","@id":6430462022,"@timestamp":1556275817},"coords":"51.5721336,-0.0201467","bedrooms":"1","price":"164000","area":"627"} , +{"type":"Feature","id":"n6430462032","geometry":{"type":"Point","coordinates":[-0.0206043,51.5720478]},"properties":{"@type":"node","@id":6430462032,"@timestamp":1556275818},"coords":"51.5720478,-0.0206043","bedrooms":"0","price":"295000","area":"476"} , +{"type":"Feature","id":"n6430790933","geometry":{"type":"Point","coordinates":[-0.4763557,51.4944426]},"properties":{"@type":"node","@id":6430790933,"@timestamp":1556283914},"coords":"51.4944426,-0.4763557","bedrooms":"1","price":"266000","area":"384"} , +{"type":"Feature","id":"n6430799631","geometry":{"type":"Point","coordinates":[0.1912213,51.5946773]},"properties":{"@type":"node","@id":6430799631,"@timestamp":1556284158},"coords":"51.5946773,0.1912213","bedrooms":"3","price":"283000","area":"387"} , +{"type":"Feature","id":"n6431117738","geometry":{"type":"Point","coordinates":[-0.1585905,51.5228519]},"properties":{"@type":"node","@id":6431117738,"@timestamp":1556292872},"coords":"51.5228519,-0.1585905","bedrooms":"1","price":"287000","area":"530"} , +{"type":"Feature","id":"n6431622247","geometry":{"type":"Point","coordinates":[-0.5848953,51.2486329]},"properties":{"@type":"node","@id":6431622247,"@timestamp":1556307446},"coords":"51.2486329,-0.5848953","bedrooms":"4","price":"253000","area":"614"} , +{"type":"Feature","id":"n6431772286","geometry":{"type":"Point","coordinates":[0.0730636,51.5563853]},"properties":{"@type":"node","@id":6431772286,"@timestamp":1556315312},"coords":"51.5563853,0.0730636","bedrooms":"4","price":"263000","area":"380"} , +{"type":"Feature","id":"n6432086178","geometry":{"type":"Point","coordinates":[-0.1592106,51.5220159]},"properties":{"@type":"node","@id":6432086178,"@timestamp":1556336168},"coords":"51.5220159,-0.1592106","bedrooms":"3","price":"193000","area":"486"} , +{"type":"Feature","id":"n6432258246","geometry":{"type":"Point","coordinates":[-0.1606291,51.5225246]},"properties":{"@type":"node","@id":6432258246,"@timestamp":1556352225},"coords":"51.5225246,-0.1606291","bedrooms":"4","price":"177000","area":"465"} , +{"type":"Feature","id":"n6432424586","geometry":{"type":"Point","coordinates":[0.0275897,51.5080388]},"properties":{"@type":"node","@id":6432424586,"@timestamp":1615770638},"coords":"51.5080388,0.0275897","bedrooms":"4","price":"175000","area":"557"} , +{"type":"Feature","id":"n6432479938","geometry":{"type":"Point","coordinates":[-0.8595047,51.8340297]},"properties":{"@type":"node","@id":6432479938,"@timestamp":1556364934},"coords":"51.8340297,-0.8595047","bedrooms":"0","price":"163000","area":"482"} , +{"type":"Feature","id":"n6432648848","geometry":{"type":"Point","coordinates":[0.1536391,51.4962894]},"properties":{"@type":"node","@id":6432648848,"@timestamp":1568797208},"coords":"51.4962894,0.1536391","bedrooms":"2","price":"166000","area":"533"} , +{"type":"Feature","id":"n6432743289","geometry":{"type":"Point","coordinates":[-0.9534254,51.4863596]},"properties":{"@type":"node","@id":6432743289,"@timestamp":1556379507},"coords":"51.4863596,-0.9534254","bedrooms":"3","price":"272000","area":"502"} , +{"type":"Feature","id":"n6432743430","geometry":{"type":"Point","coordinates":[-0.9605822,51.4863422]},"properties":{"@type":"node","@id":6432743430,"@timestamp":1556379509},"coords":"51.4863422,-0.9605822","bedrooms":"1","price":"213000","area":"674"} , +{"type":"Feature","id":"n6432743630","geometry":{"type":"Point","coordinates":[-0.9561572,51.4859487]},"properties":{"@type":"node","@id":6432743630,"@timestamp":1556379512},"coords":"51.4859487,-0.9561572","bedrooms":"1","price":"192000","area":"550"} , +{"type":"Feature","id":"n6432804979","geometry":{"type":"Point","coordinates":[-0.1617524,51.522564]},"properties":{"@type":"node","@id":6432804979,"@timestamp":1556428462},"coords":"51.522564,-0.1617524","bedrooms":"4","price":"295000","area":"560"} , +{"type":"Feature","id":"n6432805711","geometry":{"type":"Point","coordinates":[-0.1610961,51.523173]},"properties":{"@type":"node","@id":6432805711,"@timestamp":1556382741},"coords":"51.523173,-0.1610961","bedrooms":"3","price":"226000","area":"688"} , +{"type":"Feature","id":"n6432805732","geometry":{"type":"Point","coordinates":[-0.1613063,51.5234384]},"properties":{"@type":"node","@id":6432805732,"@timestamp":1556382742},"coords":"51.5234384,-0.1613063","bedrooms":"2","price":"290000","area":"584"} , +{"type":"Feature","id":"n6432860661","geometry":{"type":"Point","coordinates":[0.7410168,51.7802285]},"properties":{"@type":"node","@id":6432860661,"@timestamp":1556385249},"coords":"51.7802285,0.7410168","bedrooms":"4","price":"223000","area":"530"} , +{"type":"Feature","id":"n6432997990","geometry":{"type":"Point","coordinates":[-0.5771528,51.2455745]},"properties":{"@type":"node","@id":6432997990,"@timestamp":1556392010},"coords":"51.2455745,-0.5771528","bedrooms":"4","price":"180000","area":"698"} , +{"type":"Feature","id":"n6433049495","geometry":{"type":"Point","coordinates":[0.0601095,51.2496478]},"properties":{"@type":"node","@id":6433049495,"@timestamp":1556394257},"coords":"51.2496478,0.0601095","bedrooms":"0","price":"299000","area":"374"} , +{"type":"Feature","id":"n6433092933","geometry":{"type":"Point","coordinates":[-0.9324921,51.4654172]},"properties":{"@type":"node","@id":6433092933,"@timestamp":1556396012},"coords":"51.4654172,-0.9324921","bedrooms":"2","price":"279000","area":"539"} , +{"type":"Feature","id":"n6433099554","geometry":{"type":"Point","coordinates":[0.1164072,51.3743147]},"properties":{"@type":"node","@id":6433099554,"@timestamp":1603768649},"coords":"51.3743147,0.1164072","bedrooms":"2","price":"209000","area":"546"} , +{"type":"Feature","id":"n6433154231","geometry":{"type":"Point","coordinates":[-0.7874985,51.8205429]},"properties":{"@type":"node","@id":6433154231,"@timestamp":1556398322},"coords":"51.8205429,-0.7874985","bedrooms":"3","price":"174000","area":"447"} , +{"type":"Feature","id":"n6433164340","geometry":{"type":"Point","coordinates":[-0.9154567,51.4741996]},"properties":{"@type":"node","@id":6433164340,"@timestamp":1556398697},"coords":"51.4741996,-0.9154567","bedrooms":"0","price":"247000","area":"417"} , +{"type":"Feature","id":"n6433295722","geometry":{"type":"Point","coordinates":[-0.2979064,51.5416386]},"properties":{"@type":"node","@id":6433295722,"@timestamp":1556408484},"coords":"51.5416386,-0.2979064","bedrooms":"2","price":"215000","area":"622"} , +{"type":"Feature","id":"n6433490255","geometry":{"type":"Point","coordinates":[-0.1616567,51.523828]},"properties":{"@type":"node","@id":6433490255,"@timestamp":1556426708},"coords":"51.523828,-0.1616567","bedrooms":"0","price":"260000","area":"694"} , +{"type":"Feature","id":"n6433490269","geometry":{"type":"Point","coordinates":[-0.1620594,51.5237554]},"properties":{"@type":"node","@id":6433490269,"@timestamp":1556426709},"coords":"51.5237554,-0.1620594","bedrooms":"1","price":"170000","area":"491"} , +{"type":"Feature","id":"n6433584219","geometry":{"type":"Point","coordinates":[-0.0170499,51.4877967]},"properties":{"@type":"node","@id":6433584219,"@timestamp":1556434124},"coords":"51.4877967,-0.0170499","bedrooms":"1","price":"167000","area":"521"} , +{"type":"Feature","id":"n6433638963","geometry":{"type":"Point","coordinates":[-0.1601892,51.5249532]},"properties":{"@type":"node","@id":6433638963,"@timestamp":1627724680},"coords":"51.5249532,-0.1601892","bedrooms":"2","price":"225000","area":"568"} , +{"type":"Feature","id":"n6433735258","geometry":{"type":"Point","coordinates":[0.3806625,51.461392]},"properties":{"@type":"node","@id":6433735258,"@timestamp":1556442794},"coords":"51.461392,0.3806625","bedrooms":"3","price":"280000","area":"678"} , +{"type":"Feature","id":"n6434070040","geometry":{"type":"Point","coordinates":[0.2944842,51.10414]},"properties":{"@type":"node","@id":6434070040,"@timestamp":1556461354},"coords":"51.10414,0.2944842","bedrooms":"3","price":"174000","area":"536"} , +{"type":"Feature","id":"n6434102559","geometry":{"type":"Point","coordinates":[-0.0654171,51.3201684]},"properties":{"@type":"node","@id":6434102559,"@timestamp":1560157484},"coords":"51.3201684,-0.0654171","bedrooms":"0","price":"297000","area":"440"} , +{"type":"Feature","id":"n6434102569","geometry":{"type":"Point","coordinates":[-0.0650469,51.3196102]},"properties":{"@type":"node","@id":6434102569,"@timestamp":1560157484},"coords":"51.3196102,-0.0650469","bedrooms":"2","price":"276000","area":"596"} , +{"type":"Feature","id":"n6434124793","geometry":{"type":"Point","coordinates":[-0.0639258,51.3183345]},"properties":{"@type":"node","@id":6434124793,"@timestamp":1556464299},"coords":"51.3183345,-0.0639258","bedrooms":"3","price":"187000","area":"439"} , +{"type":"Feature","id":"n6434148298","geometry":{"type":"Point","coordinates":[-0.0570251,51.3111677]},"properties":{"@type":"node","@id":6434148298,"@timestamp":1556465553},"coords":"51.3111677,-0.0570251","bedrooms":"0","price":"262000","area":"479"} , +{"type":"Feature","id":"n6434188698","geometry":{"type":"Point","coordinates":[-0.0607228,51.3073783]},"properties":{"@type":"node","@id":6434188698,"@timestamp":1556467408},"coords":"51.3073783,-0.0607228","bedrooms":"0","price":"233000","area":"572"} , +{"type":"Feature","id":"n6434188708","geometry":{"type":"Point","coordinates":[-0.0628991,51.307041]},"properties":{"@type":"node","@id":6434188708,"@timestamp":1556467409},"coords":"51.307041,-0.0628991","bedrooms":"0","price":"184000","area":"602"} , +{"type":"Feature","id":"n6434188720","geometry":{"type":"Point","coordinates":[-0.0717563,51.3107805]},"properties":{"@type":"node","@id":6434188720,"@timestamp":1556467410},"coords":"51.3107805,-0.0717563","bedrooms":"4","price":"250000","area":"475"} , +{"type":"Feature","id":"n6434188739","geometry":{"type":"Point","coordinates":[-0.0810271,51.3127659]},"properties":{"@type":"node","@id":6434188739,"@timestamp":1558948468},"coords":"51.3127659,-0.0810271","bedrooms":"2","price":"298000","area":"604"} , +{"type":"Feature","id":"n6434297325","geometry":{"type":"Point","coordinates":[-0.1631021,51.5244819]},"properties":{"@type":"node","@id":6434297325,"@timestamp":1556473335},"coords":"51.5244819,-0.1631021","bedrooms":"3","price":"255000","area":"387"} , +{"type":"Feature","id":"n6434338150","geometry":{"type":"Point","coordinates":[-0.2049642,51.2393546]},"properties":{"@type":"node","@id":6434338150,"@timestamp":1556475754},"coords":"51.2393546,-0.2049642","bedrooms":"2","price":"290000","area":"508"} , +{"type":"Feature","id":"n6434424632","geometry":{"type":"Point","coordinates":[-0.8099995,51.4174524]},"properties":{"@type":"node","@id":6434424632,"@timestamp":1596658990},"coords":"51.4174524,-0.8099995","bedrooms":"0","price":"252000","area":"484"} , +{"type":"Feature","id":"n6434458734","geometry":{"type":"Point","coordinates":[-0.0680972,51.6077474]},"properties":{"@type":"node","@id":6434458734,"@timestamp":1609340216},"coords":"51.6077474,-0.0680972","bedrooms":"2","price":"151000","area":"381"} , +{"type":"Feature","id":"n6434480983","geometry":{"type":"Point","coordinates":[-0.699786,51.3371103]},"properties":{"@type":"node","@id":6434480983,"@timestamp":1556481622},"coords":"51.3371103,-0.699786","bedrooms":"4","price":"235000","area":"654"} , +{"type":"Feature","id":"n6434568386","geometry":{"type":"Point","coordinates":[-0.2317482,51.3974402]},"properties":{"@type":"node","@id":6434568386,"@timestamp":1556485304},"coords":"51.3974402,-0.2317482","bedrooms":"3","price":"290000","area":"638"} , +{"type":"Feature","id":"n6435293526","geometry":{"type":"Point","coordinates":[0.1225709,51.3696962]},"properties":{"@type":"node","@id":6435293526,"@timestamp":1625258311},"coords":"51.3696962,0.1225709","bedrooms":"1","price":"170000","area":"683"} , +{"type":"Feature","id":"n6435762515","geometry":{"type":"Point","coordinates":[-0.3891874,51.4485346]},"properties":{"@type":"node","@id":6435762515,"@timestamp":1615320634},"coords":"51.4485346,-0.3891874","bedrooms":"3","price":"153000","area":"526"} , +{"type":"Feature","id":"n6436237769","geometry":{"type":"Point","coordinates":[-0.0425227,51.5234154]},"properties":{"@type":"node","@id":6436237769,"@timestamp":1556608188},"coords":"51.5234154,-0.0425227","bedrooms":"3","price":"263000","area":"425"} , +{"type":"Feature","id":"n6436865288","geometry":{"type":"Point","coordinates":[-0.1882181,51.5159425]},"properties":{"@type":"node","@id":6436865288,"@timestamp":1614389789},"coords":"51.5159425,-0.1882181","bedrooms":"4","price":"184000","area":"377"} , +{"type":"Feature","id":"n6436939746","geometry":{"type":"Point","coordinates":[-1.089027,51.2617262]},"properties":{"@type":"node","@id":6436939746,"@timestamp":1556566106},"coords":"51.2617262,-1.089027","bedrooms":"1","price":"168000","area":"674"} , +{"type":"Feature","id":"n6437128239","geometry":{"type":"Point","coordinates":[-0.2136053,51.4095663]},"properties":{"@type":"node","@id":6437128239,"@timestamp":1556573761},"coords":"51.4095663,-0.2136053","bedrooms":"4","price":"224000","area":"497"} , +{"type":"Feature","id":"n6437128254","geometry":{"type":"Point","coordinates":[-0.2136774,51.4091492]},"properties":{"@type":"node","@id":6437128254,"@timestamp":1556573762},"coords":"51.4091492,-0.2136774","bedrooms":"2","price":"187000","area":"628"} , +{"type":"Feature","id":"n6437411113","geometry":{"type":"Point","coordinates":[0.2565086,51.569042]},"properties":{"@type":"node","@id":6437411113,"@timestamp":1556587159},"coords":"51.569042,0.2565086","bedrooms":"0","price":"191000","area":"552"} , +{"type":"Feature","id":"n6438178080","geometry":{"type":"Point","coordinates":[0.1043584,51.2795446]},"properties":{"@type":"node","@id":6438178080,"@timestamp":1607353477},"coords":"51.2795446,0.1043584","bedrooms":"1","price":"175000","area":"580"} , +{"type":"Feature","id":"n6438178124","geometry":{"type":"Point","coordinates":[0.1038337,51.2796993]},"properties":{"@type":"node","@id":6438178124,"@timestamp":1556619079},"coords":"51.2796993,0.1038337","bedrooms":"2","price":"290000","area":"530"} , +{"type":"Feature","id":"n6438926674","geometry":{"type":"Point","coordinates":[-0.5919206,51.38051]},"properties":{"@type":"node","@id":6438926674,"@timestamp":1569334571},"coords":"51.38051,-0.5919206","bedrooms":"0","price":"161000","area":"375"} , +{"type":"Feature","id":"n6439107331","geometry":{"type":"Point","coordinates":[0.4927046,51.7003716]},"properties":{"@type":"node","@id":6439107331,"@timestamp":1556640671},"coords":"51.7003716,0.4927046","bedrooms":"3","price":"246000","area":"366"} , +{"type":"Feature","id":"n6439613046","geometry":{"type":"Point","coordinates":[-0.7772829,51.425184]},"properties":{"@type":"node","@id":6439613046,"@timestamp":1556652087},"coords":"51.425184,-0.7772829","bedrooms":"2","price":"280000","area":"475"} , +{"type":"Feature","id":"n6439715165","geometry":{"type":"Point","coordinates":[-1.0094172,51.8803176]},"properties":{"@type":"node","@id":6439715165,"@timestamp":1628453937},"coords":"51.8803176,-1.0094172","bedrooms":"2","price":"177000","area":"462"} , +{"type":"Feature","id":"n6440045160","geometry":{"type":"Point","coordinates":[-0.1649721,51.5238777]},"properties":{"@type":"node","@id":6440045160,"@timestamp":1603556595},"coords":"51.5238777,-0.1649721","bedrooms":"4","price":"208000","area":"647"} , +{"type":"Feature","id":"n6440203716","geometry":{"type":"Point","coordinates":[-0.2308216,51.409572]},"properties":{"@type":"node","@id":6440203716,"@timestamp":1601048263},"coords":"51.409572,-0.2308216","bedrooms":"2","price":"175000","area":"593"} , +{"type":"Feature","id":"n6440310817","geometry":{"type":"Point","coordinates":[-0.1214,51.4732205]},"properties":{"@type":"node","@id":6440310817,"@timestamp":1573171234},"coords":"51.4732205,-0.1214","bedrooms":"4","price":"190000","area":"654"} , +{"type":"Feature","id":"n6440480753","geometry":{"type":"Point","coordinates":[-0.6919205,51.3629251]},"properties":{"@type":"node","@id":6440480753,"@timestamp":1556712332},"coords":"51.3629251,-0.6919205","bedrooms":"1","price":"244000","area":"568"} , +{"type":"Feature","id":"n6441022361","geometry":{"type":"Point","coordinates":[-0.2266476,51.5159409]},"properties":{"@type":"node","@id":6441022361,"@timestamp":1615290269},"coords":"51.5159409,-0.2266476","bedrooms":"3","price":"156000","area":"503"} , +{"type":"Feature","id":"n6441375566","geometry":{"type":"Point","coordinates":[-0.0587885,51.4443899]},"properties":{"@type":"node","@id":6441375566,"@timestamp":1556737236},"coords":"51.4443899,-0.0587885","bedrooms":"0","price":"230000","area":"489"} , +{"type":"Feature","id":"n6441899987","geometry":{"type":"Point","coordinates":[0.7019994,51.549797]},"properties":{"@type":"node","@id":6441899987,"@timestamp":1556768868},"coords":"51.549797,0.7019994","bedrooms":"3","price":"239000","area":"513"} , +{"type":"Feature","id":"n6442227152","geometry":{"type":"Point","coordinates":[-0.1640467,51.521483]},"properties":{"@type":"node","@id":6442227152,"@timestamp":1629534825},"coords":"51.521483,-0.1640467","bedrooms":"3","price":"243000","area":"515"} , +{"type":"Feature","id":"n6442681532","geometry":{"type":"Point","coordinates":[0.1390226,51.7404896]},"properties":{"@type":"node","@id":6442681532,"@timestamp":1627603464},"coords":"51.7404896,0.1390226","bedrooms":"0","price":"282000","area":"441"} , +{"type":"Feature","id":"n6442860570","geometry":{"type":"Point","coordinates":[-0.9291846,51.8651691]},"properties":{"@type":"node","@id":6442860570,"@timestamp":1556801275},"coords":"51.8651691,-0.9291846","bedrooms":"3","price":"182000","area":"450"} , +{"type":"Feature","id":"n6442867182","geometry":{"type":"Point","coordinates":[-0.92764,51.8645253]},"properties":{"@type":"node","@id":6442867182,"@timestamp":1556962457},"coords":"51.8645253,-0.92764","bedrooms":"2","price":"197000","area":"365"} , +{"type":"Feature","id":"n6442867352","geometry":{"type":"Point","coordinates":[-0.9240884,51.863026]},"properties":{"@type":"node","@id":6442867352,"@timestamp":1556801284},"coords":"51.863026,-0.9240884","bedrooms":"0","price":"276000","area":"652"} , +{"type":"Feature","id":"n6442867615","geometry":{"type":"Point","coordinates":[-0.9294022,51.8644167]},"properties":{"@type":"node","@id":6442867615,"@timestamp":1571175912},"coords":"51.8644167,-0.9294022","bedrooms":"2","price":"246000","area":"406"} , +{"type":"Feature","id":"n6442867852","geometry":{"type":"Point","coordinates":[-0.9270841,51.8641865]},"properties":{"@type":"node","@id":6442867852,"@timestamp":1556801292},"coords":"51.8641865,-0.9270841","bedrooms":"2","price":"241000","area":"610"} , +{"type":"Feature","id":"n6442867996","geometry":{"type":"Point","coordinates":[-0.9274067,51.8641732]},"properties":{"@type":"node","@id":6442867996,"@timestamp":1556801293},"coords":"51.8641732,-0.9274067","bedrooms":"3","price":"209000","area":"500"} , +{"type":"Feature","id":"n6442868095","geometry":{"type":"Point","coordinates":[-0.9279348,51.8643841]},"properties":{"@type":"node","@id":6442868095,"@timestamp":1556962458},"coords":"51.8643841,-0.9279348","bedrooms":"0","price":"256000","area":"436"} , +{"type":"Feature","id":"n6442868234","geometry":{"type":"Point","coordinates":[-0.9288954,51.8646273]},"properties":{"@type":"node","@id":6442868234,"@timestamp":1556801297},"coords":"51.8646273,-0.9288954","bedrooms":"3","price":"286000","area":"546"} , +{"type":"Feature","id":"n6442868477","geometry":{"type":"Point","coordinates":[-0.9279119,51.8659328]},"properties":{"@type":"node","@id":6442868477,"@timestamp":1556801299},"coords":"51.8659328,-0.9279119","bedrooms":"4","price":"277000","area":"649"} , +{"type":"Feature","id":"n6443079532","geometry":{"type":"Point","coordinates":[-0.0829706,51.5106604]},"properties":{"@type":"node","@id":6443079532,"@timestamp":1622452621},"coords":"51.5106604,-0.0829706","bedrooms":"3","price":"288000","area":"677"} , +{"type":"Feature","id":"n6443224786","geometry":{"type":"Point","coordinates":[-0.56726,51.7591697]},"properties":{"@type":"node","@id":6443224786,"@timestamp":1556809528},"coords":"51.7591697,-0.56726","bedrooms":"3","price":"170000","area":"491"} , +{"type":"Feature","id":"n6443679202","geometry":{"type":"Point","coordinates":[0.8767646,51.1504843]},"properties":{"@type":"node","@id":6443679202,"@timestamp":1556820287},"coords":"51.1504843,0.8767646","bedrooms":"1","price":"233000","area":"463"} , +{"type":"Feature","id":"n6443799173","geometry":{"type":"Point","coordinates":[-0.5362829,51.8642405]},"properties":{"@type":"node","@id":6443799173,"@timestamp":1556823653},"coords":"51.8642405,-0.5362829","bedrooms":"1","price":"252000","area":"386"} , +{"type":"Feature","id":"n6443846074","geometry":{"type":"Point","coordinates":[-1.1011245,51.2563351]},"properties":{"@type":"node","@id":6443846074,"@timestamp":1556825174},"coords":"51.2563351,-1.1011245","bedrooms":"4","price":"234000","area":"430"} , +{"type":"Feature","id":"n6443847411","geometry":{"type":"Point","coordinates":[-1.1010002,51.2564029]},"properties":{"@type":"node","@id":6443847411,"@timestamp":1556825175},"coords":"51.2564029,-1.1010002","bedrooms":"1","price":"277000","area":"367"} , +{"type":"Feature","id":"n6443847451","geometry":{"type":"Point","coordinates":[-1.0996994,51.2570913]},"properties":{"@type":"node","@id":6443847451,"@timestamp":1556825176},"coords":"51.2570913,-1.0996994","bedrooms":"1","price":"231000","area":"647"} , +{"type":"Feature","id":"n6444004648","geometry":{"type":"Point","coordinates":[-0.9275368,51.8647953]},"properties":{"@type":"node","@id":6444004648,"@timestamp":1556831881},"coords":"51.8647953,-0.9275368","bedrooms":"3","price":"186000","area":"653"} , +{"type":"Feature","id":"n6444004658","geometry":{"type":"Point","coordinates":[-0.9276101,51.8647942]},"properties":{"@type":"node","@id":6444004658,"@timestamp":1556831881},"coords":"51.8647942,-0.9276101","bedrooms":"0","price":"266000","area":"569"} , +{"type":"Feature","id":"n6444005022","geometry":{"type":"Point","coordinates":[-0.9227517,51.8627285]},"properties":{"@type":"node","@id":6444005022,"@timestamp":1556831882},"coords":"51.8627285,-0.9227517","bedrooms":"0","price":"180000","area":"632"} , +{"type":"Feature","id":"n6444144425","geometry":{"type":"Point","coordinates":[-0.2197664,51.7767119]},"properties":{"@type":"node","@id":6444144425,"@timestamp":1556837773},"coords":"51.7767119,-0.2197664","bedrooms":"3","price":"163000","area":"522"} , +{"type":"Feature","id":"n6444223963","geometry":{"type":"Point","coordinates":[-0.231256,51.4095461]},"properties":{"@type":"node","@id":6444223963,"@timestamp":1556843213},"coords":"51.4095461,-0.231256","bedrooms":"4","price":"172000","area":"476"} , +{"type":"Feature","id":"n6444990334","geometry":{"type":"Point","coordinates":[-0.1305644,51.4782917]},"properties":{"@type":"node","@id":6444990334,"@timestamp":1556878378},"coords":"51.4782917,-0.1305644","bedrooms":"2","price":"194000","area":"542"} , +{"type":"Feature","id":"n6445201465","geometry":{"type":"Point","coordinates":[-0.027502,51.5695175]},"properties":{"@type":"node","@id":6445201465,"@timestamp":1556883599},"coords":"51.5695175,-0.027502","bedrooms":"0","price":"195000","area":"687"} , +{"type":"Feature","id":"n6445396887","geometry":{"type":"Point","coordinates":[0.468463,51.7049054]},"properties":{"@type":"node","@id":6445396887,"@timestamp":1556888181},"coords":"51.7049054,0.468463","bedrooms":"4","price":"179000","area":"664"} , +{"type":"Feature","id":"n6445396897","geometry":{"type":"Point","coordinates":[0.469106,51.708]},"properties":{"@type":"node","@id":6445396897,"@timestamp":1556888182},"coords":"51.708,0.469106","bedrooms":"2","price":"199000","area":"628"} , +{"type":"Feature","id":"n6445563311","geometry":{"type":"Point","coordinates":[-0.0727645,51.4722324]},"properties":{"@type":"node","@id":6445563311,"@timestamp":1556891827},"coords":"51.4722324,-0.0727645","bedrooms":"2","price":"152000","area":"691"} , +{"type":"Feature","id":"n6445841288","geometry":{"type":"Point","coordinates":[0.4587504,51.6599901]},"properties":{"@type":"node","@id":6445841288,"@timestamp":1556899102},"coords":"51.6599901,0.4587504","bedrooms":"0","price":"279000","area":"664"} , +{"type":"Feature","id":"n6446119918","geometry":{"type":"Point","coordinates":[0.4795929,51.6999301]},"properties":{"@type":"node","@id":6446119918,"@timestamp":1556904444},"coords":"51.6999301,0.4795929","bedrooms":"0","price":"269000","area":"449"} , +{"type":"Feature","id":"n6446292565","geometry":{"type":"Point","coordinates":[-0.0862921,51.5096156]},"properties":{"@type":"node","@id":6446292565,"@timestamp":1600210561},"coords":"51.5096156,-0.0862921","bedrooms":"1","price":"247000","area":"689"} , +{"type":"Feature","id":"n6446421793","geometry":{"type":"Point","coordinates":[0.4934231,51.6935281]},"properties":{"@type":"node","@id":6446421793,"@timestamp":1556911637},"coords":"51.6935281,0.4934231","bedrooms":"4","price":"242000","area":"506"} , +{"type":"Feature","id":"n6446556051","geometry":{"type":"Point","coordinates":[-0.2984982,51.5426867]},"properties":{"@type":"node","@id":6446556051,"@timestamp":1556915385},"coords":"51.5426867,-0.2984982","bedrooms":"1","price":"232000","area":"564"} , +{"type":"Feature","id":"n6446556061","geometry":{"type":"Point","coordinates":[-0.2992988,51.5431431]},"properties":{"@type":"node","@id":6446556061,"@timestamp":1556915385},"coords":"51.5431431,-0.2992988","bedrooms":"2","price":"253000","area":"657"} , +{"type":"Feature","id":"n6446556071","geometry":{"type":"Point","coordinates":[-0.300314,51.5432599]},"properties":{"@type":"node","@id":6446556071,"@timestamp":1556915386},"coords":"51.5432599,-0.300314","bedrooms":"2","price":"295000","area":"607"} , +{"type":"Feature","id":"n6446610848","geometry":{"type":"Point","coordinates":[-0.298588,51.5424783]},"properties":{"@type":"node","@id":6446610848,"@timestamp":1556917371},"coords":"51.5424783,-0.298588","bedrooms":"3","price":"168000","area":"660"} , +{"type":"Feature","id":"n6446610858","geometry":{"type":"Point","coordinates":[-0.2996636,51.5423499]},"properties":{"@type":"node","@id":6446610858,"@timestamp":1556917372},"coords":"51.5423499,-0.2996636","bedrooms":"1","price":"181000","area":"546"} , +{"type":"Feature","id":"n6446610868","geometry":{"type":"Point","coordinates":[-0.3002108,51.5429638]},"properties":{"@type":"node","@id":6446610868,"@timestamp":1556917372},"coords":"51.5429638,-0.3002108","bedrooms":"3","price":"209000","area":"396"} , +{"type":"Feature","id":"n6446716080","geometry":{"type":"Point","coordinates":[-0.0425286,51.3545984]},"properties":{"@type":"node","@id":6446716080,"@timestamp":1556922280},"coords":"51.3545984,-0.0425286","bedrooms":"1","price":"168000","area":"401"} , +{"type":"Feature","id":"n6446808366","geometry":{"type":"Point","coordinates":[0.4969757,51.6946512]},"properties":{"@type":"node","@id":6446808366,"@timestamp":1556926328},"coords":"51.6946512,0.4969757","bedrooms":"4","price":"162000","area":"446"} , +{"type":"Feature","id":"n6446840831","geometry":{"type":"Point","coordinates":[-0.0505701,51.5096566]},"properties":{"@type":"node","@id":6446840831,"@timestamp":1628161113},"coords":"51.5096566,-0.0505701","bedrooms":"1","price":"291000","area":"562"} , +{"type":"Feature","id":"n6447184616","geometry":{"type":"Point","coordinates":[-0.1891457,51.5024457]},"properties":{"@type":"node","@id":6447184616,"@timestamp":1590431290},"coords":"51.5024457,-0.1891457","bedrooms":"1","price":"298000","area":"454"} , +{"type":"Feature","id":"n6447232214","geometry":{"type":"Point","coordinates":[-0.2162292,51.4607663]},"properties":{"@type":"node","@id":6447232214,"@timestamp":1622914592},"coords":"51.4607663,-0.2162292","bedrooms":"2","price":"254000","area":"355"} , +{"type":"Feature","id":"n6447344763","geometry":{"type":"Point","coordinates":[-0.927979,51.864704]},"properties":{"@type":"node","@id":6447344763,"@timestamp":1556962447},"coords":"51.864704,-0.927979","bedrooms":"1","price":"251000","area":"645"} , +{"type":"Feature","id":"n6447344779","geometry":{"type":"Point","coordinates":[-0.9233116,51.8626481]},"properties":{"@type":"node","@id":6447344779,"@timestamp":1556962447},"coords":"51.8626481,-0.9233116","bedrooms":"3","price":"203000","area":"689"} , +{"type":"Feature","id":"n6447346909","geometry":{"type":"Point","coordinates":[-0.9221256,51.8623327]},"properties":{"@type":"node","@id":6447346909,"@timestamp":1556962448},"coords":"51.8623327,-0.9221256","bedrooms":"1","price":"228000","area":"470"} , +{"type":"Feature","id":"n6447346953","geometry":{"type":"Point","coordinates":[-0.922289,51.8624386]},"properties":{"@type":"node","@id":6447346953,"@timestamp":1556962448},"coords":"51.8624386,-0.922289","bedrooms":"2","price":"231000","area":"574"} , +{"type":"Feature","id":"n6447346969","geometry":{"type":"Point","coordinates":[-0.9224043,51.8624891]},"properties":{"@type":"node","@id":6447346969,"@timestamp":1556962449},"coords":"51.8624891,-0.9224043","bedrooms":"1","price":"269000","area":"499"} , +{"type":"Feature","id":"n6447346979","geometry":{"type":"Point","coordinates":[-0.9225585,51.8625744]},"properties":{"@type":"node","@id":6447346979,"@timestamp":1556962449},"coords":"51.8625744,-0.9225585","bedrooms":"2","price":"196000","area":"565"} , +{"type":"Feature","id":"n6447346999","geometry":{"type":"Point","coordinates":[-0.9229652,51.8627643]},"properties":{"@type":"node","@id":6447346999,"@timestamp":1556962450},"coords":"51.8627643,-0.9229652","bedrooms":"1","price":"221000","area":"665"} , +{"type":"Feature","id":"n6447347010","geometry":{"type":"Point","coordinates":[-0.923152,51.8627608]},"properties":{"@type":"node","@id":6447347010,"@timestamp":1556962450},"coords":"51.8627608,-0.923152","bedrooms":"1","price":"203000","area":"581"} , +{"type":"Feature","id":"n6447347039","geometry":{"type":"Point","coordinates":[-0.9233949,51.8629137]},"properties":{"@type":"node","@id":6447347039,"@timestamp":1556962450},"coords":"51.8629137,-0.9233949","bedrooms":"1","price":"226000","area":"453"} , +{"type":"Feature","id":"n6447347069","geometry":{"type":"Point","coordinates":[-0.9275816,51.8642603]},"properties":{"@type":"node","@id":6447347069,"@timestamp":1556962451},"coords":"51.8642603,-0.9275816","bedrooms":"0","price":"150000","area":"479"} , +{"type":"Feature","id":"n6447347092","geometry":{"type":"Point","coordinates":[-0.9290564,51.864525]},"properties":{"@type":"node","@id":6447347092,"@timestamp":1556962451},"coords":"51.864525,-0.9290564","bedrooms":"1","price":"174000","area":"647"} , +{"type":"Feature","id":"n6447347121","geometry":{"type":"Point","coordinates":[-0.9281057,51.8645347]},"properties":{"@type":"node","@id":6447347121,"@timestamp":1556962452},"coords":"51.8645347,-0.9281057","bedrooms":"2","price":"223000","area":"514"} , +{"type":"Feature","id":"n6447347131","geometry":{"type":"Point","coordinates":[-0.928032,51.8646435]},"properties":{"@type":"node","@id":6447347131,"@timestamp":1556962452},"coords":"51.8646435,-0.928032","bedrooms":"0","price":"248000","area":"508"} , +{"type":"Feature","id":"n6447347142","geometry":{"type":"Point","coordinates":[-0.927929,51.8656523]},"properties":{"@type":"node","@id":6447347142,"@timestamp":1556962453},"coords":"51.8656523,-0.927929","bedrooms":"1","price":"183000","area":"626"} , +{"type":"Feature","id":"n6447347169","geometry":{"type":"Point","coordinates":[-0.9282914,51.8654273]},"properties":{"@type":"node","@id":6447347169,"@timestamp":1556962453},"coords":"51.8654273,-0.9282914","bedrooms":"0","price":"291000","area":"447"} , +{"type":"Feature","id":"n6447401584","geometry":{"type":"Point","coordinates":[-0.1951695,51.5366337]},"properties":{"@type":"node","@id":6447401584,"@timestamp":1556965368},"coords":"51.5366337,-0.1951695","bedrooms":"4","price":"295000","area":"432"} , +{"type":"Feature","id":"n6447401594","geometry":{"type":"Point","coordinates":[-0.1943771,51.5366568]},"properties":{"@type":"node","@id":6447401594,"@timestamp":1556965369},"coords":"51.5366568,-0.1943771","bedrooms":"2","price":"250000","area":"517"} , +{"type":"Feature","id":"n6447401604","geometry":{"type":"Point","coordinates":[-0.1936455,51.5371447]},"properties":{"@type":"node","@id":6447401604,"@timestamp":1556965369},"coords":"51.5371447,-0.1936455","bedrooms":"4","price":"295000","area":"590"} , +{"type":"Feature","id":"n6447777717","geometry":{"type":"Point","coordinates":[-0.143332,51.5239473]},"properties":{"@type":"node","@id":6447777717,"@timestamp":1556977483},"coords":"51.5239473,-0.143332","bedrooms":"4","price":"254000","area":"632"} , +{"type":"Feature","id":"n6448096415","geometry":{"type":"Point","coordinates":[-0.2993331,51.5429268]},"properties":{"@type":"node","@id":6448096415,"@timestamp":1556984952},"coords":"51.5429268,-0.2993331","bedrooms":"1","price":"208000","area":"629"} , +{"type":"Feature","id":"n6448096425","geometry":{"type":"Point","coordinates":[-0.2997086,51.5427383]},"properties":{"@type":"node","@id":6448096425,"@timestamp":1556985291},"coords":"51.5427383,-0.2997086","bedrooms":"3","price":"150000","area":"423"} , +{"type":"Feature","id":"n6448474096","geometry":{"type":"Point","coordinates":[-0.146002,51.1864658]},"properties":{"@type":"node","@id":6448474096,"@timestamp":1556996478},"coords":"51.1864658,-0.146002","bedrooms":"1","price":"217000","area":"522"} , +{"type":"Feature","id":"n6448596418","geometry":{"type":"Point","coordinates":[-0.9288148,51.8476594]},"properties":{"@type":"node","@id":6448596418,"@timestamp":1557003824},"coords":"51.8476594,-0.9288148","bedrooms":"0","price":"262000","area":"506"} , +{"type":"Feature","id":"n6448599879","geometry":{"type":"Point","coordinates":[-0.0222175,51.4450304]},"properties":{"@type":"node","@id":6448599879,"@timestamp":1581347257},"coords":"51.4450304,-0.0222175","bedrooms":"1","price":"152000","area":"464"} , +{"type":"Feature","id":"n6448638566","geometry":{"type":"Point","coordinates":[-0.0771705,51.502127]},"properties":{"@type":"node","@id":6448638566,"@timestamp":1628614022},"coords":"51.502127,-0.0771705","bedrooms":"1","price":"150000","area":"609"} , +{"type":"Feature","id":"n6448652103","geometry":{"type":"Point","coordinates":[-0.0776237,51.5024549]},"properties":{"@type":"node","@id":6448652103,"@timestamp":1628601032},"coords":"51.5024549,-0.0776237","bedrooms":"4","price":"292000","area":"615"} , +{"type":"Feature","id":"n6448880277","geometry":{"type":"Point","coordinates":[-0.0158569,51.4659552]},"properties":{"@type":"node","@id":6448880277,"@timestamp":1579381848},"coords":"51.4659552,-0.0158569","bedrooms":"2","price":"172000","area":"437"} , +{"type":"Feature","id":"n6449260758","geometry":{"type":"Point","coordinates":[-0.4153183,51.8821248]},"properties":{"@type":"node","@id":6449260758,"@timestamp":1612610405},"coords":"51.8821248,-0.4153183","bedrooms":"4","price":"279000","area":"517"} , +{"type":"Feature","id":"n6449680616","geometry":{"type":"Point","coordinates":[-0.9774238,51.4553713]},"properties":{"@type":"node","@id":6449680616,"@timestamp":1557065868},"coords":"51.4553713,-0.9774238","bedrooms":"0","price":"169000","area":"415"} , +{"type":"Feature","id":"n6449803500","geometry":{"type":"Point","coordinates":[-0.2833383,51.8096905]},"properties":{"@type":"node","@id":6449803500,"@timestamp":1633580391},"coords":"51.8096905,-0.2833383","bedrooms":"1","price":"162000","area":"497"} , +{"type":"Feature","id":"n6450178029","geometry":{"type":"Point","coordinates":[-0.1623921,51.5260831]},"properties":{"@type":"node","@id":6450178029,"@timestamp":1622666570},"coords":"51.5260831,-0.1623921","bedrooms":"1","price":"272000","area":"467"} , +{"type":"Feature","id":"n6450179450","geometry":{"type":"Point","coordinates":[-0.1643514,51.526374]},"properties":{"@type":"node","@id":6450179450,"@timestamp":1619865681},"coords":"51.526374,-0.1643514","bedrooms":"3","price":"299000","area":"624"} , +{"type":"Feature","id":"n6450241186","geometry":{"type":"Point","coordinates":[-0.1633889,51.5265229]},"properties":{"@type":"node","@id":6450241186,"@timestamp":1607610803},"coords":"51.5265229,-0.1633889","bedrooms":"2","price":"243000","area":"352"} , +{"type":"Feature","id":"n6450360313","geometry":{"type":"Point","coordinates":[-0.1772093,51.7816301]},"properties":{"@type":"node","@id":6450360313,"@timestamp":1557079942},"coords":"51.7816301,-0.1772093","bedrooms":"1","price":"152000","area":"473"} , +{"type":"Feature","id":"n6450688057","geometry":{"type":"Point","coordinates":[-0.5065796,51.3399732]},"properties":{"@type":"node","@id":6450688057,"@timestamp":1557087277},"coords":"51.3399732,-0.5065796","bedrooms":"3","price":"173000","area":"669"} , +{"type":"Feature","id":"n6450784981","geometry":{"type":"Point","coordinates":[-0.2370523,51.7658019]},"properties":{"@type":"node","@id":6450784981,"@timestamp":1557093171},"coords":"51.7658019,-0.2370523","bedrooms":"3","price":"267000","area":"595"} , +{"type":"Feature","id":"n6450785123","geometry":{"type":"Point","coordinates":[-0.2374294,51.765657]},"properties":{"@type":"node","@id":6450785123,"@timestamp":1557093172},"coords":"51.765657,-0.2374294","bedrooms":"3","price":"296000","area":"416"} , +{"type":"Feature","id":"n6450848372","geometry":{"type":"Point","coordinates":[-0.2363883,51.7698142]},"properties":{"@type":"node","@id":6450848372,"@timestamp":1557098264},"coords":"51.7698142,-0.2363883","bedrooms":"4","price":"237000","area":"458"} , +{"type":"Feature","id":"n6451336680","geometry":{"type":"Point","coordinates":[0.2108143,51.5186439]},"properties":{"@type":"node","@id":6451336680,"@timestamp":1616274446},"coords":"51.5186439,0.2108143","bedrooms":"0","price":"151000","area":"562"} , +{"type":"Feature","id":"n6451536386","geometry":{"type":"Point","coordinates":[-0.8339491,51.353141]},"properties":{"@type":"node","@id":6451536386,"@timestamp":1571857183},"coords":"51.353141,-0.8339491","bedrooms":"4","price":"240000","area":"430"} , +{"type":"Feature","id":"n6451720919","geometry":{"type":"Point","coordinates":[0.6553519,51.1842891]},"properties":{"@type":"node","@id":6451720919,"@timestamp":1557140590},"coords":"51.1842891,0.6553519","bedrooms":"0","price":"191000","area":"582"} , +{"type":"Feature","id":"n6451923312","geometry":{"type":"Point","coordinates":[0.0927205,51.4570785]},"properties":{"@type":"node","@id":6451923312,"@timestamp":1633192405},"coords":"51.4570785,0.0927205","bedrooms":"1","price":"235000","area":"561"} , +{"type":"Feature","id":"n6452298376","geometry":{"type":"Point","coordinates":[-0.2469112,51.7654437]},"properties":{"@type":"node","@id":6452298376,"@timestamp":1557153950},"coords":"51.7654437,-0.2469112","bedrooms":"3","price":"186000","area":"520"} , +{"type":"Feature","id":"n6452375526","geometry":{"type":"Point","coordinates":[-0.1393673,51.3325605]},"properties":{"@type":"node","@id":6452375526,"@timestamp":1557156098},"coords":"51.3325605,-0.1393673","bedrooms":"4","price":"172000","area":"514"} , +{"type":"Feature","id":"n6452375540","geometry":{"type":"Point","coordinates":[-0.1396247,51.3314128]},"properties":{"@type":"node","@id":6452375540,"@timestamp":1557156099},"coords":"51.3314128,-0.1396247","bedrooms":"4","price":"180000","area":"473"} , +{"type":"Feature","id":"n6452375556","geometry":{"type":"Point","coordinates":[-0.1396647,51.3310747]},"properties":{"@type":"node","@id":6452375556,"@timestamp":1557156100},"coords":"51.3310747,-0.1396647","bedrooms":"3","price":"277000","area":"356"} , +{"type":"Feature","id":"n6452546106","geometry":{"type":"Point","coordinates":[-0.1686315,51.5283831]},"properties":{"@type":"node","@id":6452546106,"@timestamp":1611336620},"coords":"51.5283831,-0.1686315","bedrooms":"3","price":"280000","area":"476"} , +{"type":"Feature","id":"n6452969639","geometry":{"type":"Point","coordinates":[-0.1492933,51.4912837]},"properties":{"@type":"node","@id":6452969639,"@timestamp":1614366656},"coords":"51.4912837,-0.1492933","bedrooms":"1","price":"187000","area":"354"} , +{"type":"Feature","id":"n6453155249","geometry":{"type":"Point","coordinates":[0.5045103,51.5590673]},"properties":{"@type":"node","@id":6453155249,"@timestamp":1557179027},"coords":"51.5590673,0.5045103","bedrooms":"4","price":"253000","area":"618"} , +{"type":"Feature","id":"n6453284844","geometry":{"type":"Point","coordinates":[-0.2399343,51.3949399]},"properties":{"@type":"node","@id":6453284844,"@timestamp":1557185684},"coords":"51.3949399,-0.2399343","bedrooms":"4","price":"231000","area":"576"} , +{"type":"Feature","id":"n6453687889","geometry":{"type":"Point","coordinates":[-0.1723867,51.5273775]},"properties":{"@type":"node","@id":6453687889,"@timestamp":1557202837},"coords":"51.5273775,-0.1723867","bedrooms":"4","price":"173000","area":"624"} , +{"type":"Feature","id":"n6453950760","geometry":{"type":"Point","coordinates":[0.1247178,51.7895573]},"properties":{"@type":"node","@id":6453950760,"@timestamp":1629217843},"coords":"51.7895573,0.1247178","bedrooms":"1","price":"155000","area":"379"} , +{"type":"Feature","id":"n6454117201","geometry":{"type":"Point","coordinates":[0.2046174,51.4320313]},"properties":{"@type":"node","@id":6454117201,"@timestamp":1557215567},"coords":"51.4320313,0.2046174","bedrooms":"1","price":"153000","area":"472"} , +{"type":"Feature","id":"n6454514125","geometry":{"type":"Point","coordinates":[-0.8811992,51.0196537]},"properties":{"@type":"node","@id":6454514125,"@timestamp":1583724241},"coords":"51.0196537,-0.8811992","bedrooms":"0","price":"203000","area":"577"} , +{"type":"Feature","id":"n6454721280","geometry":{"type":"Point","coordinates":[-0.1695692,51.2350219]},"properties":{"@type":"node","@id":6454721280,"@timestamp":1581462393},"coords":"51.2350219,-0.1695692","bedrooms":"2","price":"237000","area":"418"} , +{"type":"Feature","id":"n6455497031","geometry":{"type":"Point","coordinates":[0.6742537,51.732135]},"properties":{"@type":"node","@id":6455497031,"@timestamp":1557241150},"coords":"51.732135,0.6742537","bedrooms":"1","price":"212000","area":"423"} , +{"type":"Feature","id":"n6456002126","geometry":{"type":"Point","coordinates":[0.296764,51.104171]},"properties":{"@type":"node","@id":6456002126,"@timestamp":1557250091},"coords":"51.104171,0.296764","bedrooms":"0","price":"203000","area":"620"} , +{"type":"Feature","id":"n6456346566","geometry":{"type":"Point","coordinates":[-0.4960935,51.3471381]},"properties":{"@type":"node","@id":6456346566,"@timestamp":1609435260},"coords":"51.3471381,-0.4960935","bedrooms":"0","price":"218000","area":"636"} , +{"type":"Feature","id":"n6456425098","geometry":{"type":"Point","coordinates":[-0.2497205,51.7649723]},"properties":{"@type":"node","@id":6456425098,"@timestamp":1557260440},"coords":"51.7649723,-0.2497205","bedrooms":"2","price":"180000","area":"581"} , +{"type":"Feature","id":"n6456433212","geometry":{"type":"Point","coordinates":[-0.2383947,51.3946513]},"properties":{"@type":"node","@id":6456433212,"@timestamp":1557260849},"coords":"51.3946513,-0.2383947","bedrooms":"1","price":"174000","area":"400"} , +{"type":"Feature","id":"n6456610715","geometry":{"type":"Point","coordinates":[-0.2497292,51.7655078]},"properties":{"@type":"node","@id":6456610715,"@timestamp":1557267183},"coords":"51.7655078,-0.2497292","bedrooms":"4","price":"180000","area":"500"} , +{"type":"Feature","id":"n6456648574","geometry":{"type":"Point","coordinates":[-0.5731317,51.7664331]},"properties":{"@type":"node","@id":6456648574,"@timestamp":1557269749},"coords":"51.7664331,-0.5731317","bedrooms":"2","price":"249000","area":"447"} , +{"type":"Feature","id":"n6456681252","geometry":{"type":"Point","coordinates":[0.5037453,51.5628681]},"properties":{"@type":"node","@id":6456681252,"@timestamp":1587566542},"coords":"51.5628681,0.5037453","bedrooms":"4","price":"200000","area":"454"} , +{"type":"Feature","id":"n6457143699","geometry":{"type":"Point","coordinates":[0.1603916,51.471664]},"properties":{"@type":"node","@id":6457143699,"@timestamp":1557296278},"coords":"51.471664,0.1603916","bedrooms":"0","price":"195000","area":"466"} , +{"type":"Feature","id":"n6457323228","geometry":{"type":"Point","coordinates":[-0.044603,50.9665113]},"properties":{"@type":"node","@id":6457323228,"@timestamp":1557302812},"coords":"50.9665113,-0.044603","bedrooms":"4","price":"230000","area":"558"} , +{"type":"Feature","id":"n6457457939","geometry":{"type":"Point","coordinates":[-0.276762,51.9050161]},"properties":{"@type":"node","@id":6457457939,"@timestamp":1557307169},"coords":"51.9050161,-0.276762","bedrooms":"3","price":"248000","area":"613"} , +{"type":"Feature","id":"n6457582587","geometry":{"type":"Point","coordinates":[-0.0695839,51.47347]},"properties":{"@type":"node","@id":6457582587,"@timestamp":1557311100},"coords":"51.47347,-0.0695839","bedrooms":"2","price":"233000","area":"616"} , +{"type":"Feature","id":"n6457653379","geometry":{"type":"Point","coordinates":[-0.0817025,51.4735114]},"properties":{"@type":"node","@id":6457653379,"@timestamp":1557312949},"coords":"51.4735114,-0.0817025","bedrooms":"4","price":"209000","area":"436"} , +{"type":"Feature","id":"n6458012316","geometry":{"type":"Point","coordinates":[0.4876138,51.5761434]},"properties":{"@type":"node","@id":6458012316,"@timestamp":1557316977},"coords":"51.5761434,0.4876138","bedrooms":"4","price":"257000","area":"660"} , +{"type":"Feature","id":"n6458213996","geometry":{"type":"Point","coordinates":[0.1567319,51.5922891]},"properties":{"@type":"node","@id":6458213996,"@timestamp":1557321663},"coords":"51.5922891,0.1567319","bedrooms":"0","price":"203000","area":"394"} , +{"type":"Feature","id":"n6458259390","geometry":{"type":"Point","coordinates":[-0.1973202,51.0862376]},"properties":{"@type":"node","@id":6458259390,"@timestamp":1620135855},"coords":"51.0862376,-0.1973202","bedrooms":"0","price":"185000","area":"413"} , +{"type":"Feature","id":"n6458259404","geometry":{"type":"Point","coordinates":[-0.1978985,51.085927]},"properties":{"@type":"node","@id":6458259404,"@timestamp":1619825505},"coords":"51.085927,-0.1978985","bedrooms":"4","price":"294000","area":"493"} , +{"type":"Feature","id":"n6458259419","geometry":{"type":"Point","coordinates":[-0.2009707,51.0834719]},"properties":{"@type":"node","@id":6458259419,"@timestamp":1619825505},"coords":"51.0834719,-0.2009707","bedrooms":"0","price":"220000","area":"417"} , +{"type":"Feature","id":"n6458259429","geometry":{"type":"Point","coordinates":[-0.2030048,51.080106]},"properties":{"@type":"node","@id":6458259429,"@timestamp":1557322173},"coords":"51.080106,-0.2030048","bedrooms":"1","price":"240000","area":"475"} , +{"type":"Feature","id":"n6458259443","geometry":{"type":"Point","coordinates":[-0.2035515,51.0773985]},"properties":{"@type":"node","@id":6458259443,"@timestamp":1557322174},"coords":"51.0773985,-0.2035515","bedrooms":"4","price":"248000","area":"514"} , +{"type":"Feature","id":"n6458259457","geometry":{"type":"Point","coordinates":[-0.2036224,51.0742851]},"properties":{"@type":"node","@id":6458259457,"@timestamp":1619825505},"coords":"51.0742851,-0.2036224","bedrooms":"4","price":"250000","area":"603"} , +{"type":"Feature","id":"n6458259469","geometry":{"type":"Point","coordinates":[-0.2043777,51.0708074]},"properties":{"@type":"node","@id":6458259469,"@timestamp":1619825505},"coords":"51.0708074,-0.2043777","bedrooms":"2","price":"290000","area":"636"} , +{"type":"Feature","id":"n6458259481","geometry":{"type":"Point","coordinates":[-0.2048975,51.068359]},"properties":{"@type":"node","@id":6458259481,"@timestamp":1557322176},"coords":"51.068359,-0.2048975","bedrooms":"3","price":"278000","area":"550"} , +{"type":"Feature","id":"n6458259595","geometry":{"type":"Point","coordinates":[-0.2039451,51.0640439]},"properties":{"@type":"node","@id":6458259595,"@timestamp":1557322177},"coords":"51.0640439,-0.2039451","bedrooms":"1","price":"150000","area":"552"} , +{"type":"Feature","id":"n6458259609","geometry":{"type":"Point","coordinates":[-0.2035406,51.0626185]},"properties":{"@type":"node","@id":6458259609,"@timestamp":1557322178},"coords":"51.0626185,-0.2035406","bedrooms":"1","price":"266000","area":"587"} , +{"type":"Feature","id":"n6458259621","geometry":{"type":"Point","coordinates":[-0.2034067,51.0621474]},"properties":{"@type":"node","@id":6458259621,"@timestamp":1557322179},"coords":"51.0621474,-0.2034067","bedrooms":"2","price":"171000","area":"376"} , +{"type":"Feature","id":"n6458259633","geometry":{"type":"Point","coordinates":[-0.2024896,51.0581159]},"properties":{"@type":"node","@id":6458259633,"@timestamp":1557322180},"coords":"51.0581159,-0.2024896","bedrooms":"2","price":"231000","area":"434"} , +{"type":"Feature","id":"n6458259643","geometry":{"type":"Point","coordinates":[-0.2022354,51.0560776]},"properties":{"@type":"node","@id":6458259643,"@timestamp":1557322180},"coords":"51.0560776,-0.2022354","bedrooms":"0","price":"217000","area":"517"} , +{"type":"Feature","id":"n6458259653","geometry":{"type":"Point","coordinates":[-0.2019978,51.0534058]},"properties":{"@type":"node","@id":6458259653,"@timestamp":1557322181},"coords":"51.0534058,-0.2019978","bedrooms":"0","price":"253000","area":"698"} , +{"type":"Feature","id":"n6458259663","geometry":{"type":"Point","coordinates":[-0.2013668,51.0504873]},"properties":{"@type":"node","@id":6458259663,"@timestamp":1557322182},"coords":"51.0504873,-0.2013668","bedrooms":"0","price":"211000","area":"641"} , +{"type":"Feature","id":"n6458259673","geometry":{"type":"Point","coordinates":[-0.2002497,51.0462861]},"properties":{"@type":"node","@id":6458259673,"@timestamp":1557322183},"coords":"51.0462861,-0.2002497","bedrooms":"1","price":"217000","area":"460"} , +{"type":"Feature","id":"n6458441061","geometry":{"type":"Point","coordinates":[-0.2286907,51.5683031]},"properties":{"@type":"node","@id":6458441061,"@timestamp":1557324488},"coords":"51.5683031,-0.2286907","bedrooms":"1","price":"185000","area":"585"} , +{"type":"Feature","id":"n6458477572","geometry":{"type":"Point","coordinates":[-0.100096,51.6151645]},"properties":{"@type":"node","@id":6458477572,"@timestamp":1557324923},"coords":"51.6151645,-0.100096","bedrooms":"0","price":"196000","area":"378"} , +{"type":"Feature","id":"n6459072453","geometry":{"type":"Point","coordinates":[-0.4417876,51.7150928]},"properties":{"@type":"node","@id":6459072453,"@timestamp":1558602569},"coords":"51.7150928,-0.4417876","bedrooms":"4","price":"286000","area":"361"} , +{"type":"Feature","id":"n6459139901","geometry":{"type":"Point","coordinates":[-0.1679476,51.5297883]},"properties":{"@type":"node","@id":6459139901,"@timestamp":1557333261},"coords":"51.5297883,-0.1679476","bedrooms":"2","price":"270000","area":"366"} , +{"type":"Feature","id":"n6459174095","geometry":{"type":"Point","coordinates":[-0.072471,51.5810691]},"properties":{"@type":"node","@id":6459174095,"@timestamp":1557334123},"coords":"51.5810691,-0.072471","bedrooms":"4","price":"175000","area":"481"} , +{"type":"Feature","id":"n6459174106","geometry":{"type":"Point","coordinates":[-0.07278,51.5793474]},"properties":{"@type":"node","@id":6459174106,"@timestamp":1557334123},"coords":"51.5793474,-0.07278","bedrooms":"0","price":"164000","area":"418"} , +{"type":"Feature","id":"n6459174117","geometry":{"type":"Point","coordinates":[-0.0732618,51.5779389]},"properties":{"@type":"node","@id":6459174117,"@timestamp":1557334124},"coords":"51.5779389,-0.0732618","bedrooms":"2","price":"285000","area":"513"} , +{"type":"Feature","id":"n6459174129","geometry":{"type":"Point","coordinates":[-0.0729237,51.577092]},"properties":{"@type":"node","@id":6459174129,"@timestamp":1564900584},"coords":"51.577092,-0.0729237","bedrooms":"0","price":"184000","area":"416"} , +{"type":"Feature","id":"n6459174139","geometry":{"type":"Point","coordinates":[-0.0724507,51.5755159]},"properties":{"@type":"node","@id":6459174139,"@timestamp":1557334126},"coords":"51.5755159,-0.0724507","bedrooms":"1","price":"293000","area":"483"} , +{"type":"Feature","id":"n6459174151","geometry":{"type":"Point","coordinates":[-0.0724304,51.5744585]},"properties":{"@type":"node","@id":6459174151,"@timestamp":1557334126},"coords":"51.5744585,-0.0724304","bedrooms":"0","price":"295000","area":"680"} , +{"type":"Feature","id":"n6459352625","geometry":{"type":"Point","coordinates":[-0.0338039,51.6438127]},"properties":{"@type":"node","@id":6459352625,"@timestamp":1557338512},"coords":"51.6438127,-0.0338039","bedrooms":"0","price":"179000","area":"373"} , +{"type":"Feature","id":"n6459352635","geometry":{"type":"Point","coordinates":[-0.0348186,51.6418527]},"properties":{"@type":"node","@id":6459352635,"@timestamp":1557338513},"coords":"51.6418527,-0.0348186","bedrooms":"1","price":"173000","area":"658"} , +{"type":"Feature","id":"n6459352645","geometry":{"type":"Point","coordinates":[-0.0356193,51.6401949]},"properties":{"@type":"node","@id":6459352645,"@timestamp":1557338514},"coords":"51.6401949,-0.0356193","bedrooms":"2","price":"169000","area":"625"} , +{"type":"Feature","id":"n6459352655","geometry":{"type":"Point","coordinates":[-0.0369684,51.6370544]},"properties":{"@type":"node","@id":6459352655,"@timestamp":1557338515},"coords":"51.6370544,-0.0369684","bedrooms":"4","price":"273000","area":"523"} , +{"type":"Feature","id":"n6459352665","geometry":{"type":"Point","coordinates":[-0.0384154,51.633954]},"properties":{"@type":"node","@id":6459352665,"@timestamp":1557338515},"coords":"51.633954,-0.0384154","bedrooms":"4","price":"195000","area":"502"} , +{"type":"Feature","id":"n6459352675","geometry":{"type":"Point","coordinates":[-0.0404333,51.6296867]},"properties":{"@type":"node","@id":6459352675,"@timestamp":1557338516},"coords":"51.6296867,-0.0404333","bedrooms":"3","price":"291000","area":"578"} , +{"type":"Feature","id":"n6459353585","geometry":{"type":"Point","coordinates":[-0.0393995,51.6318019]},"properties":{"@type":"node","@id":6459353585,"@timestamp":1557338517},"coords":"51.6318019,-0.0393995","bedrooms":"1","price":"190000","area":"618"} , +{"type":"Feature","id":"n6459353595","geometry":{"type":"Point","coordinates":[-0.0413838,51.6276943]},"properties":{"@type":"node","@id":6459353595,"@timestamp":1557338518},"coords":"51.6276943,-0.0413838","bedrooms":"1","price":"173000","area":"376"} , +{"type":"Feature","id":"n6459353605","geometry":{"type":"Point","coordinates":[-0.0424756,51.62536]},"properties":{"@type":"node","@id":6459353605,"@timestamp":1557338519},"coords":"51.62536,-0.0424756","bedrooms":"4","price":"246000","area":"413"} , +{"type":"Feature","id":"n6459353615","geometry":{"type":"Point","coordinates":[-0.0435296,51.6230141]},"properties":{"@type":"node","@id":6459353615,"@timestamp":1557338519},"coords":"51.6230141,-0.0435296","bedrooms":"4","price":"270000","area":"549"} , +{"type":"Feature","id":"n6459353625","geometry":{"type":"Point","coordinates":[-0.0448258,51.6207204]},"properties":{"@type":"node","@id":6459353625,"@timestamp":1557338520},"coords":"51.6207204,-0.0448258","bedrooms":"2","price":"264000","area":"557"} , +{"type":"Feature","id":"n6459353635","geometry":{"type":"Point","coordinates":[-0.0459907,51.6182323]},"properties":{"@type":"node","@id":6459353635,"@timestamp":1557338521},"coords":"51.6182323,-0.0459907","bedrooms":"3","price":"176000","area":"694"} , +{"type":"Feature","id":"n6459353645","geometry":{"type":"Point","coordinates":[-0.0471528,51.6157713]},"properties":{"@type":"node","@id":6459353645,"@timestamp":1557338522},"coords":"51.6157713,-0.0471528","bedrooms":"2","price":"216000","area":"642"} , +{"type":"Feature","id":"n6459583695","geometry":{"type":"Point","coordinates":[-0.2480303,51.7562008]},"properties":{"@type":"node","@id":6459583695,"@timestamp":1557351097},"coords":"51.7562008,-0.2480303","bedrooms":"2","price":"159000","area":"435"} , +{"type":"Feature","id":"n6460052170","geometry":{"type":"Point","coordinates":[0.0661717,51.5770922]},"properties":{"@type":"node","@id":6460052170,"@timestamp":1557353287},"coords":"51.5770922,0.0661717","bedrooms":"1","price":"225000","area":"409"} , +{"type":"Feature","id":"n6460052182","geometry":{"type":"Point","coordinates":[0.0640081,51.5782583]},"properties":{"@type":"node","@id":6460052182,"@timestamp":1557353288},"coords":"51.5782583,0.0640081","bedrooms":"3","price":"261000","area":"480"} , +{"type":"Feature","id":"n6460053097","geometry":{"type":"Point","coordinates":[0.062081,51.579755]},"properties":{"@type":"node","@id":6460053097,"@timestamp":1557353289},"coords":"51.579755,0.062081","bedrooms":"0","price":"172000","area":"490"} , +{"type":"Feature","id":"n6460053113","geometry":{"type":"Point","coordinates":[0.0589818,51.5813179]},"properties":{"@type":"node","@id":6460053113,"@timestamp":1557353290},"coords":"51.5813179,0.0589818","bedrooms":"2","price":"232000","area":"696"} , +{"type":"Feature","id":"n6460053129","geometry":{"type":"Point","coordinates":[0.0563881,51.583635]},"properties":{"@type":"node","@id":6460053129,"@timestamp":1557353291},"coords":"51.583635,0.0563881","bedrooms":"1","price":"203000","area":"568"} , +{"type":"Feature","id":"n6460053153","geometry":{"type":"Point","coordinates":[0.0554882,51.5846266]},"properties":{"@type":"node","@id":6460053153,"@timestamp":1557353292},"coords":"51.5846266,0.0554882","bedrooms":"2","price":"248000","area":"664"} , +{"type":"Feature","id":"n6460053181","geometry":{"type":"Point","coordinates":[0.0537131,51.5866586]},"properties":{"@type":"node","@id":6460053181,"@timestamp":1557353293},"coords":"51.5866586,0.0537131","bedrooms":"4","price":"158000","area":"404"} , +{"type":"Feature","id":"n6460053411","geometry":{"type":"Point","coordinates":[0.0524008,51.5879159]},"properties":{"@type":"node","@id":6460053411,"@timestamp":1557353294},"coords":"51.5879159,0.0524008","bedrooms":"3","price":"236000","area":"511"} , +{"type":"Feature","id":"n6460053426","geometry":{"type":"Point","coordinates":[0.0497004,51.589779]},"properties":{"@type":"node","@id":6460053426,"@timestamp":1557353295},"coords":"51.589779,0.0497004","bedrooms":"4","price":"165000","area":"605"} , +{"type":"Feature","id":"n6460053436","geometry":{"type":"Point","coordinates":[0.0474775,51.5909431]},"properties":{"@type":"node","@id":6460053436,"@timestamp":1557353296},"coords":"51.5909431,0.0474775","bedrooms":"2","price":"204000","area":"354"} , +{"type":"Feature","id":"n6460053447","geometry":{"type":"Point","coordinates":[0.0444948,51.5917893]},"properties":{"@type":"node","@id":6460053447,"@timestamp":1557353296},"coords":"51.5917893,0.0444948","bedrooms":"4","price":"190000","area":"531"} , +{"type":"Feature","id":"n6460053457","geometry":{"type":"Point","coordinates":[0.0408224,51.5926491]},"properties":{"@type":"node","@id":6460053457,"@timestamp":1557353297},"coords":"51.5926491,0.0408224","bedrooms":"4","price":"296000","area":"681"} , +{"type":"Feature","id":"n6460794385","geometry":{"type":"Point","coordinates":[-0.2111019,51.5172639]},"properties":{"@type":"node","@id":6460794385,"@timestamp":1600337107},"coords":"51.5172639,-0.2111019","bedrooms":"2","price":"248000","area":"386"} , +{"type":"Feature","id":"n6461100015","geometry":{"type":"Point","coordinates":[0.0585267,51.2241182]},"properties":{"@type":"node","@id":6461100015,"@timestamp":1557388334},"coords":"51.2241182,0.0585267","bedrooms":"1","price":"169000","area":"682"} , +{"type":"Feature","id":"n6461549489","geometry":{"type":"Point","coordinates":[-0.9693192,51.4572098]},"properties":{"@type":"node","@id":6461549489,"@timestamp":1635078141},"coords":"51.4572098,-0.9693192","bedrooms":"3","price":"255000","area":"528"} , +{"type":"Feature","id":"n6462330647","geometry":{"type":"Point","coordinates":[-0.5002321,51.0004337]},"properties":{"@type":"node","@id":6462330647,"@timestamp":1557417266},"coords":"51.0004337,-0.5002321","bedrooms":"2","price":"160000","area":"554"} , +{"type":"Feature","id":"n6462885697","geometry":{"type":"Point","coordinates":[-0.4870132,51.349527]},"properties":{"@type":"node","@id":6462885697,"@timestamp":1557430605},"coords":"51.349527,-0.4870132","bedrooms":"2","price":"158000","area":"665"} , +{"type":"Feature","id":"n6462892058","geometry":{"type":"Point","coordinates":[-0.716912,51.6747233]},"properties":{"@type":"node","@id":6462892058,"@timestamp":1557430932},"coords":"51.6747233,-0.716912","bedrooms":"2","price":"264000","area":"506"} , +{"type":"Feature","id":"n6462893212","geometry":{"type":"Point","coordinates":[-0.6829492,51.6822952]},"properties":{"@type":"node","@id":6462893212,"@timestamp":1557430939},"coords":"51.6822952,-0.6829492","bedrooms":"3","price":"220000","area":"381"} , +{"type":"Feature","id":"n6462931684","geometry":{"type":"Point","coordinates":[-0.0344572,51.5240588]},"properties":{"@type":"node","@id":6462931684,"@timestamp":1606504748},"coords":"51.5240588,-0.0344572","bedrooms":"0","price":"248000","area":"483"} , +{"type":"Feature","id":"n6462943303","geometry":{"type":"Point","coordinates":[-0.1663489,51.5223548]},"properties":{"@type":"node","@id":6462943303,"@timestamp":1596272240},"coords":"51.5223548,-0.1663489","bedrooms":"1","price":"259000","area":"614"} , +{"type":"Feature","id":"n6463014438","geometry":{"type":"Point","coordinates":[-0.0315696,51.5172312]},"properties":{"@type":"node","@id":6463014438,"@timestamp":1625408882},"coords":"51.5172312,-0.0315696","bedrooms":"0","price":"286000","area":"495"} , +{"type":"Feature","id":"n6463078170","geometry":{"type":"Point","coordinates":[-0.5696194,51.7601091]},"properties":{"@type":"node","@id":6463078170,"@timestamp":1557437810},"coords":"51.7601091,-0.5696194","bedrooms":"1","price":"177000","area":"425"} , +{"type":"Feature","id":"n6463199078","geometry":{"type":"Point","coordinates":[-0.1653648,51.5223311]},"properties":{"@type":"node","@id":6463199078,"@timestamp":1557442109},"coords":"51.5223311,-0.1653648","bedrooms":"2","price":"259000","area":"515"} , +{"type":"Feature","id":"n6463348765","geometry":{"type":"Point","coordinates":[-0.0829053,51.4958919]},"properties":{"@type":"node","@id":6463348765,"@timestamp":1557453804},"coords":"51.4958919,-0.0829053","bedrooms":"4","price":"292000","area":"411"} , +{"type":"Feature","id":"n6463436664","geometry":{"type":"Point","coordinates":[-0.0728955,51.5770128]},"properties":{"@type":"node","@id":6463436664,"@timestamp":1633734171},"coords":"51.5770128,-0.0728955","bedrooms":"2","price":"231000","area":"396"} , +{"type":"Feature","id":"n6463476429","geometry":{"type":"Point","coordinates":[-0.0717,51.5854045]},"properties":{"@type":"node","@id":6463476429,"@timestamp":1564900584},"coords":"51.5854045,-0.0717","bedrooms":"3","price":"197000","area":"486"} , +{"type":"Feature","id":"n6463689752","geometry":{"type":"Point","coordinates":[-0.9694596,51.4573968]},"properties":{"@type":"node","@id":6463689752,"@timestamp":1557473225},"coords":"51.4573968,-0.9694596","bedrooms":"1","price":"228000","area":"370"} , +{"type":"Feature","id":"n6463815945","geometry":{"type":"Point","coordinates":[-0.5548135,51.606107]},"properties":{"@type":"node","@id":6463815945,"@timestamp":1565638261},"coords":"51.606107,-0.5548135","bedrooms":"3","price":"271000","area":"437"} , +{"type":"Feature","id":"n6464205995","geometry":{"type":"Point","coordinates":[-0.9718812,51.4534487]},"properties":{"@type":"node","@id":6464205995,"@timestamp":1557485769},"coords":"51.4534487,-0.9718812","bedrooms":"1","price":"281000","area":"371"} , +{"type":"Feature","id":"n6464684079","geometry":{"type":"Point","coordinates":[-0.1317937,51.5291284]},"properties":{"@type":"node","@id":6464684079,"@timestamp":1557496236},"coords":"51.5291284,-0.1317937","bedrooms":"0","price":"177000","area":"370"} , +{"type":"Feature","id":"n6464937926","geometry":{"type":"Point","coordinates":[0.4686247,50.9863967]},"properties":{"@type":"node","@id":6464937926,"@timestamp":1596551192},"coords":"50.9863967,0.4686247","bedrooms":"2","price":"158000","area":"621"} , +{"type":"Feature","id":"n6465083085","geometry":{"type":"Point","coordinates":[0.2283452,51.214463]},"properties":{"@type":"node","@id":6465083085,"@timestamp":1616509778},"coords":"51.214463,0.2283452","bedrooms":"2","price":"267000","area":"437"} , +{"type":"Feature","id":"n6465586933","geometry":{"type":"Point","coordinates":[-0.0980483,51.3001929]},"properties":{"@type":"node","@id":6465586933,"@timestamp":1557517932},"coords":"51.3001929,-0.0980483","bedrooms":"1","price":"169000","area":"622"} , +{"type":"Feature","id":"n6465694804","geometry":{"type":"Point","coordinates":[-0.5280853,51.6946539]},"properties":{"@type":"node","@id":6465694804,"@timestamp":1606501292},"coords":"51.6946539,-0.5280853","bedrooms":"2","price":"157000","area":"426"} , +{"type":"Feature","id":"n6465694818","geometry":{"type":"Point","coordinates":[-0.5257167,51.6855732]},"properties":{"@type":"node","@id":6465694818,"@timestamp":1606502732},"coords":"51.6855732,-0.5257167","bedrooms":"4","price":"203000","area":"514"} , +{"type":"Feature","id":"n6465879363","geometry":{"type":"Point","coordinates":[-0.2369552,51.3994182]},"properties":{"@type":"node","@id":6465879363,"@timestamp":1557532128},"coords":"51.3994182,-0.2369552","bedrooms":"2","price":"204000","area":"535"} , +{"type":"Feature","id":"n6466081136","geometry":{"type":"Point","coordinates":[-0.1675009,51.5212774]},"properties":{"@type":"node","@id":6466081136,"@timestamp":1597423191},"coords":"51.5212774,-0.1675009","bedrooms":"3","price":"163000","area":"424"} , +{"type":"Feature","id":"n6466252813","geometry":{"type":"Point","coordinates":[0.099626,51.538266]},"properties":{"@type":"node","@id":6466252813,"@timestamp":1630677475},"coords":"51.538266,0.099626","bedrooms":"2","price":"221000","area":"401"} , +{"type":"Feature","id":"n6466331285","geometry":{"type":"Point","coordinates":[0.5360635,51.0965169]},"properties":{"@type":"node","@id":6466331285,"@timestamp":1589095787},"coords":"51.0965169,0.5360635","bedrooms":"1","price":"187000","area":"350"} , +{"type":"Feature","id":"n6466384398","geometry":{"type":"Point","coordinates":[-0.2445383,51.394822]},"properties":{"@type":"node","@id":6466384398,"@timestamp":1595197943},"coords":"51.394822,-0.2445383","bedrooms":"1","price":"161000","area":"690"} , +{"type":"Feature","id":"n6466805088","geometry":{"type":"Point","coordinates":[-0.1673991,51.5215989]},"properties":{"@type":"node","@id":6466805088,"@timestamp":1557595359},"coords":"51.5215989,-0.1673991","bedrooms":"1","price":"212000","area":"600"} , +{"type":"Feature","id":"n6466990540","geometry":{"type":"Point","coordinates":[-0.5493244,51.3261525]},"properties":{"@type":"node","@id":6466990540,"@timestamp":1618350994},"coords":"51.3261525,-0.5493244","bedrooms":"1","price":"243000","area":"390"} , +{"type":"Feature","id":"n6467132798","geometry":{"type":"Point","coordinates":[-0.0677711,51.602228]},"properties":{"@type":"node","@id":6467132798,"@timestamp":1609342726},"coords":"51.602228,-0.0677711","bedrooms":"3","price":"262000","area":"618"} , +{"type":"Feature","id":"n6467180636","geometry":{"type":"Point","coordinates":[-0.1526572,51.5437651]},"properties":{"@type":"node","@id":6467180636,"@timestamp":1635444740},"coords":"51.5437651,-0.1526572","bedrooms":"2","price":"258000","area":"496"} , +{"type":"Feature","id":"n6467180663","geometry":{"type":"Point","coordinates":[-0.1657555,51.5583015]},"properties":{"@type":"node","@id":6467180663,"@timestamp":1557619710},"coords":"51.5583015,-0.1657555","bedrooms":"1","price":"267000","area":"553"} , +{"type":"Feature","id":"n6467180673","geometry":{"type":"Point","coordinates":[-0.2935735,51.4764234]},"properties":{"@type":"node","@id":6467180673,"@timestamp":1557619711},"coords":"51.4764234,-0.2935735","bedrooms":"3","price":"255000","area":"638"} , +{"type":"Feature","id":"n6467217434","geometry":{"type":"Point","coordinates":[-0.1521472,51.444233]},"properties":{"@type":"node","@id":6467217434,"@timestamp":1564900584},"coords":"51.444233,-0.1521472","bedrooms":"4","price":"185000","area":"353"} , +{"type":"Feature","id":"n6467256606","geometry":{"type":"Point","coordinates":[-0.1511595,51.4452973]},"properties":{"@type":"node","@id":6467256606,"@timestamp":1632974414},"coords":"51.4452973,-0.1511595","bedrooms":"0","price":"262000","area":"539"} , +{"type":"Feature","id":"n6467321732","geometry":{"type":"Point","coordinates":[-0.1364218,51.4624155]},"properties":{"@type":"node","@id":6467321732,"@timestamp":1564900584},"coords":"51.4624155,-0.1364218","bedrooms":"0","price":"254000","area":"376"} , +{"type":"Feature","id":"n6467813400","geometry":{"type":"Point","coordinates":[-0.7180597,51.4128871]},"properties":{"@type":"node","@id":6467813400,"@timestamp":1557657825},"coords":"51.4128871,-0.7180597","bedrooms":"4","price":"175000","area":"404"} , +{"type":"Feature","id":"n6468049499","geometry":{"type":"Point","coordinates":[-0.0321979,51.2429362]},"properties":{"@type":"node","@id":6468049499,"@timestamp":1621267957},"coords":"51.2429362,-0.0321979","bedrooms":"3","price":"261000","area":"563"} , +{"type":"Feature","id":"n6468097845","geometry":{"type":"Point","coordinates":[-0.2400405,51.3999841]},"properties":{"@type":"node","@id":6468097845,"@timestamp":1557669038},"coords":"51.3999841,-0.2400405","bedrooms":"2","price":"226000","area":"467"} , +{"type":"Feature","id":"n6468234960","geometry":{"type":"Point","coordinates":[0.8901913,51.9116999]},"properties":{"@type":"node","@id":6468234960,"@timestamp":1607373542},"coords":"51.9116999,0.8901913","bedrooms":"2","price":"207000","area":"486"} , +{"type":"Feature","id":"n6468368204","geometry":{"type":"Point","coordinates":[-0.2014697,51.7973175]},"properties":{"@type":"node","@id":6468368204,"@timestamp":1557681537},"coords":"51.7973175,-0.2014697","bedrooms":"4","price":"297000","area":"605"} , +{"type":"Feature","id":"n6468424882","geometry":{"type":"Point","coordinates":[-0.1709231,51.520761]},"properties":{"@type":"node","@id":6468424882,"@timestamp":1557683878},"coords":"51.520761,-0.1709231","bedrooms":"2","price":"289000","area":"638"} , +{"type":"Feature","id":"n6468581042","geometry":{"type":"Point","coordinates":[-0.590221,51.318588]},"properties":{"@type":"node","@id":6468581042,"@timestamp":1623229620},"coords":"51.318588,-0.590221","bedrooms":"2","price":"232000","area":"416"} , +{"type":"Feature","id":"n6468770796","geometry":{"type":"Point","coordinates":[-0.0005676,51.5505273]},"properties":{"@type":"node","@id":6468770796,"@timestamp":1557700877},"coords":"51.5505273,-0.0005676","bedrooms":"1","price":"182000","area":"648"} , +{"type":"Feature","id":"n6468792145","geometry":{"type":"Point","coordinates":[-0.2385101,51.4005628]},"properties":{"@type":"node","@id":6468792145,"@timestamp":1557869660},"coords":"51.4005628,-0.2385101","bedrooms":"1","price":"252000","area":"590"} , +{"type":"Feature","id":"n6468829878","geometry":{"type":"Point","coordinates":[-0.0242177,51.9539543]},"properties":{"@type":"node","@id":6468829878,"@timestamp":1618435680},"coords":"51.9539543,-0.0242177","bedrooms":"3","price":"188000","area":"560"} , +{"type":"Feature","id":"n6469018113","geometry":{"type":"Point","coordinates":[-0.1701061,51.5206675]},"properties":{"@type":"node","@id":6469018113,"@timestamp":1557717013},"coords":"51.5206675,-0.1701061","bedrooms":"4","price":"287000","area":"520"} , +{"type":"Feature","id":"n6469459862","geometry":{"type":"Point","coordinates":[-0.731855,51.6122332]},"properties":{"@type":"node","@id":6469459862,"@timestamp":1598358857},"coords":"51.6122332,-0.731855","bedrooms":"2","price":"187000","area":"679"} , +{"type":"Feature","id":"n6469723363","geometry":{"type":"Point","coordinates":[-0.9447461,51.4500709]},"properties":{"@type":"node","@id":6469723363,"@timestamp":1619261763},"coords":"51.4500709,-0.9447461","bedrooms":"4","price":"298000","area":"699"} , +{"type":"Feature","id":"n6470075135","geometry":{"type":"Point","coordinates":[-0.3367981,51.445352]},"properties":{"@type":"node","@id":6470075135,"@timestamp":1564900584},"coords":"51.445352,-0.3367981","bedrooms":"2","price":"298000","area":"469"} , +{"type":"Feature","id":"n6470500736","geometry":{"type":"Point","coordinates":[-0.1709526,51.5207979]},"properties":{"@type":"node","@id":6470500736,"@timestamp":1557766042},"coords":"51.5207979,-0.1709526","bedrooms":"1","price":"210000","area":"585"} , +{"type":"Feature","id":"n6470614153","geometry":{"type":"Point","coordinates":[-0.0253318,51.4091072]},"properties":{"@type":"node","@id":6470614153,"@timestamp":1557768664},"coords":"51.4091072,-0.0253318","bedrooms":"0","price":"212000","area":"604"} , +{"type":"Feature","id":"n6470682687","geometry":{"type":"Point","coordinates":[0.1445244,51.3325029]},"properties":{"@type":"node","@id":6470682687,"@timestamp":1557770222},"coords":"51.3325029,0.1445244","bedrooms":"3","price":"278000","area":"420"} , +{"type":"Feature","id":"n6470767728","geometry":{"type":"Point","coordinates":[-0.1878314,51.5102098]},"properties":{"@type":"node","@id":6470767728,"@timestamp":1624172949},"coords":"51.5102098,-0.1878314","bedrooms":"1","price":"219000","area":"442"} , +{"type":"Feature","id":"n6470954422","geometry":{"type":"Point","coordinates":[-0.1060314,51.4882317]},"properties":{"@type":"node","@id":6470954422,"@timestamp":1626984401},"coords":"51.4882317,-0.1060314","bedrooms":"1","price":"163000","area":"458"} , +{"type":"Feature","id":"n6471083987","geometry":{"type":"Point","coordinates":[-0.1878135,51.4607427]},"properties":{"@type":"node","@id":6471083987,"@timestamp":1564900584},"coords":"51.4607427,-0.1878135","bedrooms":"1","price":"265000","area":"458"} , +{"type":"Feature","id":"n6471221762","geometry":{"type":"Point","coordinates":[-0.2473708,51.398384]},"properties":{"@type":"node","@id":6471221762,"@timestamp":1557789517},"coords":"51.398384,-0.2473708","bedrooms":"4","price":"186000","area":"549"} , +{"type":"Feature","id":"n6471222414","geometry":{"type":"Point","coordinates":[-0.2476215,51.3981966]},"properties":{"@type":"node","@id":6471222414,"@timestamp":1612112002},"coords":"51.3981966,-0.2476215","bedrooms":"4","price":"269000","area":"640"} , +{"type":"Feature","id":"n6471237607","geometry":{"type":"Point","coordinates":[-0.2481369,51.3967352]},"properties":{"@type":"node","@id":6471237607,"@timestamp":1587809476},"coords":"51.3967352,-0.2481369","bedrooms":"2","price":"153000","area":"565"} , +{"type":"Feature","id":"n6471414754","geometry":{"type":"Point","coordinates":[-0.0529123,51.5091607]},"properties":{"@type":"node","@id":6471414754,"@timestamp":1557801023},"coords":"51.5091607,-0.0529123","bedrooms":"0","price":"183000","area":"384"} , +{"type":"Feature","id":"n6471551040","geometry":{"type":"Point","coordinates":[0.1656873,51.5700572]},"properties":{"@type":"node","@id":6471551040,"@timestamp":1557805280},"coords":"51.5700572,0.1656873","bedrooms":"2","price":"275000","area":"490"} , +{"type":"Feature","id":"n6472120241","geometry":{"type":"Point","coordinates":[0.5939134,50.9492805]},"properties":{"@type":"node","@id":6472120241,"@timestamp":1585258837},"coords":"50.9492805,0.5939134","bedrooms":"1","price":"268000","area":"608"} , +{"type":"Feature","id":"n6472120359","geometry":{"type":"Point","coordinates":[0.5788601,50.9507878]},"properties":{"@type":"node","@id":6472120359,"@timestamp":1589730156},"coords":"50.9507878,0.5788601","bedrooms":"4","price":"182000","area":"663"} , +{"type":"Feature","id":"n6472141937","geometry":{"type":"Point","coordinates":[-0.1806857,51.9123194]},"properties":{"@type":"node","@id":6472141937,"@timestamp":1624365517},"coords":"51.9123194,-0.1806857","bedrooms":"1","price":"199000","area":"543"} , +{"type":"Feature","id":"n6472179562","geometry":{"type":"Point","coordinates":[0.4723042,50.9816452]},"properties":{"@type":"node","@id":6472179562,"@timestamp":1557826990},"coords":"50.9816452,0.4723042","bedrooms":"1","price":"237000","area":"431"} , +{"type":"Feature","id":"n6472540597","geometry":{"type":"Point","coordinates":[-0.3849392,51.6475596]},"properties":{"@type":"node","@id":6472540597,"@timestamp":1622386283},"coords":"51.6475596,-0.3849392","bedrooms":"3","price":"166000","area":"652"} , +{"type":"Feature","id":"n6472560003","geometry":{"type":"Point","coordinates":[-1.0236625,51.1580454]},"properties":{"@type":"node","@id":6472560003,"@timestamp":1557836179},"coords":"51.1580454,-1.0236625","bedrooms":"1","price":"298000","area":"607"} , +{"type":"Feature","id":"n6472690212","geometry":{"type":"Point","coordinates":[-0.2145299,51.4129483]},"properties":{"@type":"node","@id":6472690212,"@timestamp":1616318190},"coords":"51.4129483,-0.2145299","bedrooms":"1","price":"261000","area":"636"} , +{"type":"Feature","id":"n6472690258","geometry":{"type":"Point","coordinates":[-0.208815,51.4115047]},"properties":{"@type":"node","@id":6472690258,"@timestamp":1610929937},"coords":"51.4115047,-0.208815","bedrooms":"3","price":"271000","area":"534"} , +{"type":"Feature","id":"n6472906762","geometry":{"type":"Point","coordinates":[-0.7098114,51.0886798]},"properties":{"@type":"node","@id":6472906762,"@timestamp":1557842507},"coords":"51.0886798,-0.7098114","bedrooms":"1","price":"234000","area":"699"} , +{"type":"Feature","id":"n6473015612","geometry":{"type":"Point","coordinates":[-0.1037934,51.4284195]},"properties":{"@type":"node","@id":6473015612,"@timestamp":1557845255},"coords":"51.4284195,-0.1037934","bedrooms":"3","price":"168000","area":"520"} , +{"type":"Feature","id":"n6473647377","geometry":{"type":"Point","coordinates":[-0.4050118,50.9932204]},"properties":{"@type":"node","@id":6473647377,"@timestamp":1557859955},"coords":"50.9932204,-0.4050118","bedrooms":"3","price":"234000","area":"549"} , +{"type":"Feature","id":"n6473731148","geometry":{"type":"Point","coordinates":[-0.4846028,51.353709]},"properties":{"@type":"node","@id":6473731148,"@timestamp":1557862188},"coords":"51.353709,-0.4846028","bedrooms":"2","price":"245000","area":"630"} , +{"type":"Feature","id":"n6473850057","geometry":{"type":"Point","coordinates":[-0.1562353,50.9864031]},"properties":{"@type":"node","@id":6473850057,"@timestamp":1557865599},"coords":"50.9864031,-0.1562353","bedrooms":"3","price":"244000","area":"621"} , +{"type":"Feature","id":"n6473976856","geometry":{"type":"Point","coordinates":[-0.2393159,51.3997716]},"properties":{"@type":"node","@id":6473976856,"@timestamp":1557869660},"coords":"51.3997716,-0.2393159","bedrooms":"0","price":"157000","area":"526"} , +{"type":"Feature","id":"n6474028115","geometry":{"type":"Point","coordinates":[-0.2819298,51.4172249]},"properties":{"@type":"node","@id":6474028115,"@timestamp":1581813823},"coords":"51.4172249,-0.2819298","bedrooms":"0","price":"179000","area":"680"} , +{"type":"Feature","id":"n6474108288","geometry":{"type":"Point","coordinates":[-0.9830149,51.4658305]},"properties":{"@type":"node","@id":6474108288,"@timestamp":1557874909},"coords":"51.4658305,-0.9830149","bedrooms":"0","price":"165000","area":"550"} , +{"type":"Feature","id":"n6474108343","geometry":{"type":"Point","coordinates":[-0.9838667,51.4652782]},"properties":{"@type":"node","@id":6474108343,"@timestamp":1557957630},"coords":"51.4652782,-0.9838667","bedrooms":"3","price":"165000","area":"440"} , +{"type":"Feature","id":"n6474108849","geometry":{"type":"Point","coordinates":[-0.9892283,51.4642258]},"properties":{"@type":"node","@id":6474108849,"@timestamp":1557874914},"coords":"51.4642258,-0.9892283","bedrooms":"4","price":"171000","area":"562"} , +{"type":"Feature","id":"n6474109032","geometry":{"type":"Point","coordinates":[-1.0224178,51.4668389]},"properties":{"@type":"node","@id":6474109032,"@timestamp":1572275416},"coords":"51.4668389,-1.0224178","bedrooms":"0","price":"238000","area":"576"} , +{"type":"Feature","id":"n6474109231","geometry":{"type":"Point","coordinates":[-1.0157076,51.466326]},"properties":{"@type":"node","@id":6474109231,"@timestamp":1557874918},"coords":"51.466326,-1.0157076","bedrooms":"2","price":"231000","area":"555"} , +{"type":"Feature","id":"n6474110609","geometry":{"type":"Point","coordinates":[-0.9952692,51.4692396]},"properties":{"@type":"node","@id":6474110609,"@timestamp":1557874925},"coords":"51.4692396,-0.9952692","bedrooms":"2","price":"187000","area":"624"} , +{"type":"Feature","id":"n6474110635","geometry":{"type":"Point","coordinates":[-0.9871602,51.4678799]},"properties":{"@type":"node","@id":6474110635,"@timestamp":1557874926},"coords":"51.4678799,-0.9871602","bedrooms":"0","price":"189000","area":"666"} , +{"type":"Feature","id":"n6474111170","geometry":{"type":"Point","coordinates":[-0.9813304,51.4671113]},"properties":{"@type":"node","@id":6474111170,"@timestamp":1557874933},"coords":"51.4671113,-0.9813304","bedrooms":"0","price":"178000","area":"625"} , +{"type":"Feature","id":"n6474122725","geometry":{"type":"Point","coordinates":[-0.2716231,51.4279156]},"properties":{"@type":"node","@id":6474122725,"@timestamp":1603142839},"coords":"51.4279156,-0.2716231","bedrooms":"1","price":"222000","area":"411"} , +{"type":"Feature","id":"n6474235828","geometry":{"type":"Point","coordinates":[-0.1101403,51.5038235]},"properties":{"@type":"node","@id":6474235828,"@timestamp":1573665206},"coords":"51.5038235,-0.1101403","bedrooms":"0","price":"272000","area":"579"} , +{"type":"Feature","id":"n6474389245","geometry":{"type":"Point","coordinates":[-0.1395065,51.5419386]},"properties":{"@type":"node","@id":6474389245,"@timestamp":1594914333},"coords":"51.5419386,-0.1395065","bedrooms":"3","price":"227000","area":"396"} , +{"type":"Feature","id":"n6474633501","geometry":{"type":"Point","coordinates":[0.0583763,51.5944074]},"properties":{"@type":"node","@id":6474633501,"@timestamp":1557902939},"coords":"51.5944074,0.0583763","bedrooms":"1","price":"155000","area":"580"} , +{"type":"Feature","id":"n6474751775","geometry":{"type":"Point","coordinates":[-0.0867204,51.5344721]},"properties":{"@type":"node","@id":6474751775,"@timestamp":1614770574},"coords":"51.5344721,-0.0867204","bedrooms":"0","price":"226000","area":"381"} , +{"type":"Feature","id":"n6475035049","geometry":{"type":"Point","coordinates":[-0.3648843,51.711134]},"properties":{"@type":"node","@id":6475035049,"@timestamp":1625936221},"coords":"51.711134,-0.3648843","bedrooms":"2","price":"260000","area":"599"} , +{"type":"Feature","id":"n6475278969","geometry":{"type":"Point","coordinates":[0.1302599,51.5817082]},"properties":{"@type":"node","@id":6475278969,"@timestamp":1557922060},"coords":"51.5817082,0.1302599","bedrooms":"2","price":"204000","area":"444"} , +{"type":"Feature","id":"n6475296815","geometry":{"type":"Point","coordinates":[0.1296071,51.5817422]},"properties":{"@type":"node","@id":6475296815,"@timestamp":1557922504},"coords":"51.5817422,0.1296071","bedrooms":"1","price":"254000","area":"410"} , +{"type":"Feature","id":"n6475500605","geometry":{"type":"Point","coordinates":[-0.1402511,51.3083538]},"properties":{"@type":"node","@id":6475500605,"@timestamp":1557927566},"coords":"51.3083538,-0.1402511","bedrooms":"1","price":"260000","area":"569"} , +{"type":"Feature","id":"n6475585992","geometry":{"type":"Point","coordinates":[-0.0585361,51.4880192]},"properties":{"@type":"node","@id":6475585992,"@timestamp":1564900584},"coords":"51.4880192,-0.0585361","bedrooms":"1","price":"189000","area":"660"} , +{"type":"Feature","id":"n6475802290","geometry":{"type":"Point","coordinates":[-0.3558524,51.4735524]},"properties":{"@type":"node","@id":6475802290,"@timestamp":1632486813},"coords":"51.4735524,-0.3558524","bedrooms":"3","price":"265000","area":"637"} , +{"type":"Feature","id":"n6476177659","geometry":{"type":"Point","coordinates":[-0.3566787,51.4732966]},"properties":{"@type":"node","@id":6476177659,"@timestamp":1632486813},"coords":"51.4732966,-0.3566787","bedrooms":"2","price":"292000","area":"575"} , +{"type":"Feature","id":"n6476250596","geometry":{"type":"Point","coordinates":[0.1747145,51.5876086]},"properties":{"@type":"node","@id":6476250596,"@timestamp":1557944195},"coords":"51.5876086,0.1747145","bedrooms":"1","price":"226000","area":"472"} , +{"type":"Feature","id":"n6476397155","geometry":{"type":"Point","coordinates":[0.6232073,51.5849107]},"properties":{"@type":"node","@id":6476397155,"@timestamp":1557947851},"coords":"51.5849107,0.6232073","bedrooms":"1","price":"222000","area":"396"} , +{"type":"Feature","id":"n6476492095","geometry":{"type":"Point","coordinates":[-0.0493816,51.6071525]},"properties":{"@type":"node","@id":6476492095,"@timestamp":1635212587},"coords":"51.6071525,-0.0493816","bedrooms":"3","price":"258000","area":"414"} , +{"type":"Feature","id":"n6476492121","geometry":{"type":"Point","coordinates":[-0.0490488,51.6061443]},"properties":{"@type":"node","@id":6476492121,"@timestamp":1557950347},"coords":"51.6061443,-0.0490488","bedrooms":"2","price":"275000","area":"510"} , +{"type":"Feature","id":"n6476666332","geometry":{"type":"Point","coordinates":[-0.9784048,51.4648676]},"properties":{"@type":"node","@id":6476666332,"@timestamp":1557957615},"coords":"51.4648676,-0.9784048","bedrooms":"4","price":"255000","area":"606"} , +{"type":"Feature","id":"n6476666524","geometry":{"type":"Point","coordinates":[-0.9811044,51.4670491]},"properties":{"@type":"node","@id":6476666524,"@timestamp":1557957616},"coords":"51.4670491,-0.9811044","bedrooms":"2","price":"276000","area":"374"} , +{"type":"Feature","id":"n6476666559","geometry":{"type":"Point","coordinates":[-0.9788609,51.4659517]},"properties":{"@type":"node","@id":6476666559,"@timestamp":1557957617},"coords":"51.4659517,-0.9788609","bedrooms":"0","price":"242000","area":"667"} , +{"type":"Feature","id":"n6476667119","geometry":{"type":"Point","coordinates":[-0.9786603,51.4654221]},"properties":{"@type":"node","@id":6476667119,"@timestamp":1557957621},"coords":"51.4654221,-0.9786603","bedrooms":"3","price":"247000","area":"428"} , +{"type":"Feature","id":"n6476743301","geometry":{"type":"Point","coordinates":[0.8931187,51.9001814]},"properties":{"@type":"node","@id":6476743301,"@timestamp":1557961922},"coords":"51.9001814,0.8931187","bedrooms":"3","price":"260000","area":"544"} , +{"type":"Feature","id":"n6476830027","geometry":{"type":"Point","coordinates":[-0.0902555,51.4798553]},"properties":{"@type":"node","@id":6476830027,"@timestamp":1557969782},"coords":"51.4798553,-0.0902555","bedrooms":"0","price":"253000","area":"431"} , +{"type":"Feature","id":"n6476898583","geometry":{"type":"Point","coordinates":[-0.2684308,51.5922777]},"properties":{"@type":"node","@id":6476898583,"@timestamp":1557974569},"coords":"51.5922777,-0.2684308","bedrooms":"1","price":"258000","area":"663"} , +{"type":"Feature","id":"n6477055510","geometry":{"type":"Point","coordinates":[-0.5999076,51.2935103]},"properties":{"@type":"node","@id":6477055510,"@timestamp":1560647559},"coords":"51.2935103,-0.5999076","bedrooms":"4","price":"299000","area":"687"} , +{"type":"Feature","id":"n6477551032","geometry":{"type":"Point","coordinates":[-0.0687532,51.4477004]},"properties":{"@type":"node","@id":6477551032,"@timestamp":1557999711},"coords":"51.4477004,-0.0687532","bedrooms":"3","price":"294000","area":"543"} , +{"type":"Feature","id":"n6477551042","geometry":{"type":"Point","coordinates":[-0.0687334,51.4478458]},"properties":{"@type":"node","@id":6477551042,"@timestamp":1557999712},"coords":"51.4478458,-0.0687334","bedrooms":"4","price":"178000","area":"495"} , +{"type":"Feature","id":"n6477665246","geometry":{"type":"Point","coordinates":[0.1974781,51.314594]},"properties":{"@type":"node","@id":6477665246,"@timestamp":1558003147},"coords":"51.314594,0.1974781","bedrooms":"3","price":"224000","area":"433"} , +{"type":"Feature","id":"n6477886015","geometry":{"type":"Point","coordinates":[-0.0815311,51.4729449]},"properties":{"@type":"node","@id":6477886015,"@timestamp":1558008393},"coords":"51.4729449,-0.0815311","bedrooms":"3","price":"202000","area":"588"} , +{"type":"Feature","id":"n6478048109","geometry":{"type":"Point","coordinates":[-0.6821917,51.9232313]},"properties":{"@type":"node","@id":6478048109,"@timestamp":1558012427},"coords":"51.9232313,-0.6821917","bedrooms":"3","price":"151000","area":"680"} , +{"type":"Feature","id":"n6478197153","geometry":{"type":"Point","coordinates":[-0.6113137,51.2309303]},"properties":{"@type":"node","@id":6478197153,"@timestamp":1558016767},"coords":"51.2309303,-0.6113137","bedrooms":"4","price":"226000","area":"501"} , +{"type":"Feature","id":"n6478197163","geometry":{"type":"Point","coordinates":[-0.6179542,51.2293786]},"properties":{"@type":"node","@id":6478197163,"@timestamp":1558016768},"coords":"51.2293786,-0.6179542","bedrooms":"3","price":"281000","area":"647"} , +{"type":"Feature","id":"n6478197173","geometry":{"type":"Point","coordinates":[-0.6198132,51.2273651]},"properties":{"@type":"node","@id":6478197173,"@timestamp":1558016768},"coords":"51.2273651,-0.6198132","bedrooms":"2","price":"167000","area":"501"} , +{"type":"Feature","id":"n6478197183","geometry":{"type":"Point","coordinates":[-0.6166536,51.2294772]},"properties":{"@type":"node","@id":6478197183,"@timestamp":1558016769},"coords":"51.2294772,-0.6166536","bedrooms":"3","price":"242000","area":"447"} , +{"type":"Feature","id":"n6478197493","geometry":{"type":"Point","coordinates":[-0.6125402,51.230818]},"properties":{"@type":"node","@id":6478197493,"@timestamp":1558016770},"coords":"51.230818,-0.6125402","bedrooms":"1","price":"294000","area":"407"} , +{"type":"Feature","id":"n6478197503","geometry":{"type":"Point","coordinates":[-0.6098406,51.2320099]},"properties":{"@type":"node","@id":6478197503,"@timestamp":1558016771},"coords":"51.2320099,-0.6098406","bedrooms":"0","price":"183000","area":"466"} , +{"type":"Feature","id":"n6478197513","geometry":{"type":"Point","coordinates":[-0.606881,51.2329467]},"properties":{"@type":"node","@id":6478197513,"@timestamp":1558016771},"coords":"51.2329467,-0.606881","bedrooms":"2","price":"204000","area":"411"} , +{"type":"Feature","id":"n6478197523","geometry":{"type":"Point","coordinates":[-0.6005368,51.2392467]},"properties":{"@type":"node","@id":6478197523,"@timestamp":1558016772},"coords":"51.2392467,-0.6005368","bedrooms":"4","price":"224000","area":"653"} , +{"type":"Feature","id":"n6478197533","geometry":{"type":"Point","coordinates":[-0.6016598,51.2372091]},"properties":{"@type":"node","@id":6478197533,"@timestamp":1558016773},"coords":"51.2372091,-0.6016598","bedrooms":"4","price":"287000","area":"465"} , +{"type":"Feature","id":"n6478197543","geometry":{"type":"Point","coordinates":[-0.6025623,51.2353798]},"properties":{"@type":"node","@id":6478197543,"@timestamp":1558016774},"coords":"51.2353798,-0.6025623","bedrooms":"1","price":"194000","area":"489"} , +{"type":"Feature","id":"n6478197553","geometry":{"type":"Point","coordinates":[-0.6041691,51.2338608]},"properties":{"@type":"node","@id":6478197553,"@timestamp":1558016775},"coords":"51.2338608,-0.6041691","bedrooms":"4","price":"212000","area":"627"} , +{"type":"Feature","id":"n6478197563","geometry":{"type":"Point","coordinates":[-0.6008519,51.2393141]},"properties":{"@type":"node","@id":6478197563,"@timestamp":1558016778},"coords":"51.2393141,-0.6008519","bedrooms":"1","price":"206000","area":"470"} , +{"type":"Feature","id":"n6478197573","geometry":{"type":"Point","coordinates":[-0.6004986,51.2401411]},"properties":{"@type":"node","@id":6478197573,"@timestamp":1558016778},"coords":"51.2401411,-0.6004986","bedrooms":"1","price":"232000","area":"412"} , +{"type":"Feature","id":"n6478197583","geometry":{"type":"Point","coordinates":[-0.5995856,51.2409992]},"properties":{"@type":"node","@id":6478197583,"@timestamp":1558016779},"coords":"51.2409992,-0.5995856","bedrooms":"3","price":"220000","area":"681"} , +{"type":"Feature","id":"n6478197693","geometry":{"type":"Point","coordinates":[-0.5975065,51.241922]},"properties":{"@type":"node","@id":6478197693,"@timestamp":1558016780},"coords":"51.241922,-0.5975065","bedrooms":"0","price":"184000","area":"413"} , +{"type":"Feature","id":"n6478197703","geometry":{"type":"Point","coordinates":[-0.5963143,51.2436172]},"properties":{"@type":"node","@id":6478197703,"@timestamp":1558016781},"coords":"51.2436172,-0.5963143","bedrooms":"0","price":"193000","area":"462"} , +{"type":"Feature","id":"n6478197713","geometry":{"type":"Point","coordinates":[-0.5957095,51.2455437]},"properties":{"@type":"node","@id":6478197713,"@timestamp":1558016782},"coords":"51.2455437,-0.5957095","bedrooms":"0","price":"250000","area":"693"} , +{"type":"Feature","id":"n6478197723","geometry":{"type":"Point","coordinates":[-0.590975,51.2478241]},"properties":{"@type":"node","@id":6478197723,"@timestamp":1558016782},"coords":"51.2478241,-0.590975","bedrooms":"0","price":"245000","area":"631"} , +{"type":"Feature","id":"n6478197733","geometry":{"type":"Point","coordinates":[-0.5933694,51.2471287]},"properties":{"@type":"node","@id":6478197733,"@timestamp":1558016783},"coords":"51.2471287,-0.5933694","bedrooms":"4","price":"252000","area":"553"} , +{"type":"Feature","id":"n6478197743","geometry":{"type":"Point","coordinates":[-0.5909911,51.2476402]},"properties":{"@type":"node","@id":6478197743,"@timestamp":1558016784},"coords":"51.2476402,-0.5909911","bedrooms":"0","price":"181000","area":"433"} , +{"type":"Feature","id":"n6478197753","geometry":{"type":"Point","coordinates":[-0.5877773,51.2474404]},"properties":{"@type":"node","@id":6478197753,"@timestamp":1558016785},"coords":"51.2474404,-0.5877773","bedrooms":"1","price":"222000","area":"671"} , +{"type":"Feature","id":"n6478197763","geometry":{"type":"Point","coordinates":[-0.5845351,51.248284]},"properties":{"@type":"node","@id":6478197763,"@timestamp":1558016786},"coords":"51.248284,-0.5845351","bedrooms":"2","price":"192000","area":"482"} , +{"type":"Feature","id":"n6478326267","geometry":{"type":"Point","coordinates":[0.2100326,51.2472062]},"properties":{"@type":"node","@id":6478326267,"@timestamp":1558019974},"coords":"51.2472062,0.2100326","bedrooms":"4","price":"219000","area":"417"} , +{"type":"Feature","id":"n6478668385","geometry":{"type":"Point","coordinates":[-0.1266753,51.5165109]},"properties":{"@type":"node","@id":6478668385,"@timestamp":1558026259},"coords":"51.5165109,-0.1266753","bedrooms":"3","price":"197000","area":"699"} , +{"type":"Feature","id":"n6478805419","geometry":{"type":"Point","coordinates":[-0.1716145,51.5223438]},"properties":{"@type":"node","@id":6478805419,"@timestamp":1568455907},"coords":"51.5223438,-0.1716145","bedrooms":"0","price":"270000","area":"493"} , +{"type":"Feature","id":"n6478912511","geometry":{"type":"Point","coordinates":[-0.4869795,51.3575004]},"properties":{"@type":"node","@id":6478912511,"@timestamp":1630458521},"coords":"51.3575004,-0.4869795","bedrooms":"0","price":"295000","area":"669"} , +{"type":"Feature","id":"n6479000976","geometry":{"type":"Point","coordinates":[-0.3175956,51.7524728]},"properties":{"@type":"node","@id":6479000976,"@timestamp":1558035965},"coords":"51.7524728,-0.3175956","bedrooms":"2","price":"176000","area":"525"} , +{"type":"Feature","id":"n6479055359","geometry":{"type":"Point","coordinates":[-0.9741056,51.4157]},"properties":{"@type":"node","@id":6479055359,"@timestamp":1585262501},"coords":"51.4157,-0.9741056","bedrooms":"0","price":"299000","area":"506"} , +{"type":"Feature","id":"n6479167041","geometry":{"type":"Point","coordinates":[-0.1657581,51.5044347]},"properties":{"@type":"node","@id":6479167041,"@timestamp":1558042202},"coords":"51.5044347,-0.1657581","bedrooms":"3","price":"217000","area":"394"} , +{"type":"Feature","id":"n6479170703","geometry":{"type":"Point","coordinates":[-0.0748546,51.5095467]},"properties":{"@type":"node","@id":6479170703,"@timestamp":1558042213},"coords":"51.5095467,-0.0748546","bedrooms":"1","price":"165000","area":"501"} , +{"type":"Feature","id":"n6479780449","geometry":{"type":"Point","coordinates":[0.0176325,51.4430985]},"properties":{"@type":"node","@id":6479780449,"@timestamp":1558066039},"coords":"51.4430985,0.0176325","bedrooms":"4","price":"230000","area":"697"} , +{"type":"Feature","id":"n6479797950","geometry":{"type":"Point","coordinates":[-0.1702278,51.5233126]},"properties":{"@type":"node","@id":6479797950,"@timestamp":1558109939},"coords":"51.5233126,-0.1702278","bedrooms":"3","price":"277000","area":"388"} , +{"type":"Feature","id":"n6480193138","geometry":{"type":"Point","coordinates":[-0.0157686,51.4657973]},"properties":{"@type":"node","@id":6480193138,"@timestamp":1558083062},"coords":"51.4657973,-0.0157686","bedrooms":"2","price":"250000","area":"681"} , +{"type":"Feature","id":"n6480396021","geometry":{"type":"Point","coordinates":[0.6720868,51.8933188]},"properties":{"@type":"node","@id":6480396021,"@timestamp":1558088208},"coords":"51.8933188,0.6720868","bedrooms":"4","price":"201000","area":"408"} , +{"type":"Feature","id":"n6480589549","geometry":{"type":"Point","coordinates":[-0.4447356,51.4530909]},"properties":{"@type":"node","@id":6480589549,"@timestamp":1558093356},"coords":"51.4530909,-0.4447356","bedrooms":"3","price":"165000","area":"684"} , +{"type":"Feature","id":"n6480589559","geometry":{"type":"Point","coordinates":[-0.4500017,51.4480593]},"properties":{"@type":"node","@id":6480589559,"@timestamp":1558093357},"coords":"51.4480593,-0.4500017","bedrooms":"3","price":"291000","area":"515"} , +{"type":"Feature","id":"n6480589569","geometry":{"type":"Point","coordinates":[-0.4566407,51.4467399]},"properties":{"@type":"node","@id":6480589569,"@timestamp":1558093358},"coords":"51.4467399,-0.4566407","bedrooms":"4","price":"215000","area":"691"} , +{"type":"Feature","id":"n6480589579","geometry":{"type":"Point","coordinates":[-0.454407,51.4474552]},"properties":{"@type":"node","@id":6480589579,"@timestamp":1558093359},"coords":"51.4474552,-0.454407","bedrooms":"4","price":"159000","area":"526"} , +{"type":"Feature","id":"n6480590589","geometry":{"type":"Point","coordinates":[-0.4489562,51.4485244]},"properties":{"@type":"node","@id":6480590589,"@timestamp":1558093359},"coords":"51.4485244,-0.4489562","bedrooms":"1","price":"280000","area":"600"} , +{"type":"Feature","id":"n6480590599","geometry":{"type":"Point","coordinates":[-0.4447433,51.4522567]},"properties":{"@type":"node","@id":6480590599,"@timestamp":1558093360},"coords":"51.4522567,-0.4447433","bedrooms":"2","price":"272000","area":"696"} , +{"type":"Feature","id":"n6480590609","geometry":{"type":"Point","coordinates":[-0.4462603,51.4507341]},"properties":{"@type":"node","@id":6480590609,"@timestamp":1558093361},"coords":"51.4507341,-0.4462603","bedrooms":"4","price":"196000","area":"594"} , +{"type":"Feature","id":"n6480590619","geometry":{"type":"Point","coordinates":[-0.447257,51.4485401]},"properties":{"@type":"node","@id":6480590619,"@timestamp":1558093362},"coords":"51.4485401,-0.447257","bedrooms":"0","price":"269000","area":"367"} , +{"type":"Feature","id":"n6480590629","geometry":{"type":"Point","coordinates":[-0.4461251,51.4494649]},"properties":{"@type":"node","@id":6480590629,"@timestamp":1558093362},"coords":"51.4494649,-0.4461251","bedrooms":"3","price":"240000","area":"629"} , +{"type":"Feature","id":"n6480707630","geometry":{"type":"Point","coordinates":[0.2697288,51.5922271]},"properties":{"@type":"node","@id":6480707630,"@timestamp":1558097102},"coords":"51.5922271,0.2697288","bedrooms":"1","price":"156000","area":"494"} , +{"type":"Feature","id":"n6480707647","geometry":{"type":"Point","coordinates":[0.2694544,51.5944245]},"properties":{"@type":"node","@id":6480707647,"@timestamp":1558097103},"coords":"51.5944245,0.2694544","bedrooms":"0","price":"220000","area":"605"} , +{"type":"Feature","id":"n6480707674","geometry":{"type":"Point","coordinates":[0.267583,51.6016655]},"properties":{"@type":"node","@id":6480707674,"@timestamp":1630587372},"coords":"51.6016655,0.267583","bedrooms":"0","price":"210000","area":"479"} , +{"type":"Feature","id":"n6480707996","geometry":{"type":"Point","coordinates":[0.2691271,51.5966129]},"properties":{"@type":"node","@id":6480707996,"@timestamp":1558097104},"coords":"51.5966129,0.2691271","bedrooms":"0","price":"205000","area":"691"} , +{"type":"Feature","id":"n6480831349","geometry":{"type":"Point","coordinates":[-0.7558344,50.9561154]},"properties":{"@type":"node","@id":6480831349,"@timestamp":1558101170},"coords":"50.9561154,-0.7558344","bedrooms":"3","price":"184000","area":"528"} , +{"type":"Feature","id":"n6481322466","geometry":{"type":"Point","coordinates":[-0.9738621,51.4568403]},"properties":{"@type":"node","@id":6481322466,"@timestamp":1558115991},"coords":"51.4568403,-0.9738621","bedrooms":"3","price":"184000","area":"370"} , +{"type":"Feature","id":"n6481636473","geometry":{"type":"Point","coordinates":[-0.4792035,51.3706344]},"properties":{"@type":"node","@id":6481636473,"@timestamp":1594585210},"coords":"51.3706344,-0.4792035","bedrooms":"3","price":"185000","area":"455"} , +{"type":"Feature","id":"n6481637125","geometry":{"type":"Point","coordinates":[-0.4111226,51.4928194]},"properties":{"@type":"node","@id":6481637125,"@timestamp":1558126928},"coords":"51.4928194,-0.4111226","bedrooms":"2","price":"254000","area":"533"} , +{"type":"Feature","id":"n6481637139","geometry":{"type":"Point","coordinates":[-0.4122731,51.4920584]},"properties":{"@type":"node","@id":6481637139,"@timestamp":1558126929},"coords":"51.4920584,-0.4122731","bedrooms":"3","price":"269000","area":"662"} , +{"type":"Feature","id":"n6481637150","geometry":{"type":"Point","coordinates":[-0.4032489,51.4911892]},"properties":{"@type":"node","@id":6481637150,"@timestamp":1558126929},"coords":"51.4911892,-0.4032489","bedrooms":"4","price":"173000","area":"475"} , +{"type":"Feature","id":"n6481637160","geometry":{"type":"Point","coordinates":[-0.4077454,51.492392]},"properties":{"@type":"node","@id":6481637160,"@timestamp":1558126930},"coords":"51.492392,-0.4077454","bedrooms":"0","price":"188000","area":"542"} , +{"type":"Feature","id":"n6481637170","geometry":{"type":"Point","coordinates":[-0.4065491,51.4913912]},"properties":{"@type":"node","@id":6481637170,"@timestamp":1558126931},"coords":"51.4913912,-0.4065491","bedrooms":"4","price":"240000","area":"582"} , +{"type":"Feature","id":"n6481637609","geometry":{"type":"Point","coordinates":[-0.4110189,51.490746]},"properties":{"@type":"node","@id":6481637609,"@timestamp":1558126932},"coords":"51.490746,-0.4110189","bedrooms":"0","price":"222000","area":"613"} , +{"type":"Feature","id":"n6481637639","geometry":{"type":"Point","coordinates":[-0.4112758,51.492453]},"properties":{"@type":"node","@id":6481637639,"@timestamp":1558126933},"coords":"51.492453,-0.4112758","bedrooms":"4","price":"236000","area":"447"} , +{"type":"Feature","id":"n6481637652","geometry":{"type":"Point","coordinates":[-0.4101387,51.4910675]},"properties":{"@type":"node","@id":6481637652,"@timestamp":1558126934},"coords":"51.4910675,-0.4101387","bedrooms":"3","price":"291000","area":"616"} , +{"type":"Feature","id":"n6481637663","geometry":{"type":"Point","coordinates":[-0.4095673,51.4916388]},"properties":{"@type":"node","@id":6481637663,"@timestamp":1558126935},"coords":"51.4916388,-0.4095673","bedrooms":"0","price":"216000","area":"375"} , +{"type":"Feature","id":"n6481637675","geometry":{"type":"Point","coordinates":[-0.4085781,51.4980541]},"properties":{"@type":"node","@id":6481637675,"@timestamp":1558126936},"coords":"51.4980541,-0.4085781","bedrooms":"0","price":"284000","area":"535"} , +{"type":"Feature","id":"n6481637686","geometry":{"type":"Point","coordinates":[-0.4099946,51.4979715]},"properties":{"@type":"node","@id":6481637686,"@timestamp":1558126937},"coords":"51.4979715,-0.4099946","bedrooms":"1","price":"271000","area":"667"} , +{"type":"Feature","id":"n6481637746","geometry":{"type":"Point","coordinates":[-0.4096529,51.4948947]},"properties":{"@type":"node","@id":6481637746,"@timestamp":1558126938},"coords":"51.4948947,-0.4096529","bedrooms":"0","price":"190000","area":"439"} , +{"type":"Feature","id":"n6481637756","geometry":{"type":"Point","coordinates":[-0.4093561,51.4967563]},"properties":{"@type":"node","@id":6481637756,"@timestamp":1558126939},"coords":"51.4967563,-0.4093561","bedrooms":"1","price":"269000","area":"620"} , +{"type":"Feature","id":"n6481637766","geometry":{"type":"Point","coordinates":[-0.4099253,51.4931254]},"properties":{"@type":"node","@id":6481637766,"@timestamp":1558126940},"coords":"51.4931254,-0.4099253","bedrooms":"3","price":"168000","area":"587"} , +{"type":"Feature","id":"n6481667237","geometry":{"type":"Point","coordinates":[-1.0130127,51.4622909]},"properties":{"@type":"node","@id":6481667237,"@timestamp":1558128885},"coords":"51.4622909,-1.0130127","bedrooms":"1","price":"179000","area":"528"} , +{"type":"Feature","id":"n6481667301","geometry":{"type":"Point","coordinates":[-0.9782697,51.4644923]},"properties":{"@type":"node","@id":6481667301,"@timestamp":1558128886},"coords":"51.4644923,-0.9782697","bedrooms":"1","price":"163000","area":"397"} , +{"type":"Feature","id":"n6481670414","geometry":{"type":"Point","coordinates":[-0.1019734,51.3736408]},"properties":{"@type":"node","@id":6481670414,"@timestamp":1558129237},"coords":"51.3736408,-0.1019734","bedrooms":"3","price":"178000","area":"353"} , +{"type":"Feature","id":"n6481757867","geometry":{"type":"Point","coordinates":[-0.3470186,51.5355604]},"properties":{"@type":"node","@id":6481757867,"@timestamp":1558135966},"coords":"51.5355604,-0.3470186","bedrooms":"0","price":"160000","area":"565"} , +{"type":"Feature","id":"n6481757882","geometry":{"type":"Point","coordinates":[-0.3467443,51.5355128]},"properties":{"@type":"node","@id":6481757882,"@timestamp":1558135967},"coords":"51.5355128,-0.3467443","bedrooms":"2","price":"299000","area":"586"} , +{"type":"Feature","id":"n6481758093","geometry":{"type":"Point","coordinates":[-0.3465793,51.5366153]},"properties":{"@type":"node","@id":6481758093,"@timestamp":1558135968},"coords":"51.5366153,-0.3465793","bedrooms":"3","price":"167000","area":"496"} , +{"type":"Feature","id":"n6481758104","geometry":{"type":"Point","coordinates":[-0.3455051,51.5359462]},"properties":{"@type":"node","@id":6481758104,"@timestamp":1558135969},"coords":"51.5359462,-0.3455051","bedrooms":"2","price":"234000","area":"372"} , +{"type":"Feature","id":"n6481758114","geometry":{"type":"Point","coordinates":[-0.3498702,51.5367322]},"properties":{"@type":"node","@id":6481758114,"@timestamp":1558135970},"coords":"51.5367322,-0.3498702","bedrooms":"3","price":"255000","area":"606"} , +{"type":"Feature","id":"n6482239232","geometry":{"type":"Point","coordinates":[-0.1864297,51.9130502]},"properties":{"@type":"node","@id":6482239232,"@timestamp":1558174886},"coords":"51.9130502,-0.1864297","bedrooms":"1","price":"293000","area":"582"} , +{"type":"Feature","id":"n6482271560","geometry":{"type":"Point","coordinates":[-0.1560636,51.9255497]},"properties":{"@type":"node","@id":6482271560,"@timestamp":1558176580},"coords":"51.9255497,-0.1560636","bedrooms":"0","price":"274000","area":"696"} , +{"type":"Feature","id":"n6482276504","geometry":{"type":"Point","coordinates":[-0.2406264,51.3997872]},"properties":{"@type":"node","@id":6482276504,"@timestamp":1595197943},"coords":"51.3997872,-0.2406264","bedrooms":"2","price":"206000","area":"600"} , +{"type":"Feature","id":"n6482319364","geometry":{"type":"Point","coordinates":[-0.2442006,51.773355]},"properties":{"@type":"node","@id":6482319364,"@timestamp":1558180516},"coords":"51.773355,-0.2442006","bedrooms":"2","price":"152000","area":"481"} , +{"type":"Feature","id":"n6482335084","geometry":{"type":"Point","coordinates":[-0.4086618,51.4997049]},"properties":{"@type":"node","@id":6482335084,"@timestamp":1558181582},"coords":"51.4997049,-0.4086618","bedrooms":"3","price":"208000","area":"634"} , +{"type":"Feature","id":"n6482335223","geometry":{"type":"Point","coordinates":[-0.4073195,51.5029337]},"properties":{"@type":"node","@id":6482335223,"@timestamp":1558181583},"coords":"51.5029337,-0.4073195","bedrooms":"2","price":"210000","area":"508"} , +{"type":"Feature","id":"n6482335233","geometry":{"type":"Point","coordinates":[-0.409037,51.4989924]},"properties":{"@type":"node","@id":6482335233,"@timestamp":1558181584},"coords":"51.4989924,-0.409037","bedrooms":"2","price":"239000","area":"352"} , +{"type":"Feature","id":"n6482379708","geometry":{"type":"Point","coordinates":[-0.7544742,51.3259215]},"properties":{"@type":"node","@id":6482379708,"@timestamp":1558192390},"coords":"51.3259215,-0.7544742","bedrooms":"4","price":"224000","area":"696"} , +{"type":"Feature","id":"n6482518959","geometry":{"type":"Point","coordinates":[-0.7540848,51.3231812]},"properties":{"@type":"node","@id":6482518959,"@timestamp":1558193311},"coords":"51.3231812,-0.7540848","bedrooms":"4","price":"186000","area":"613"} , +{"type":"Feature","id":"n6482553564","geometry":{"type":"Point","coordinates":[-0.6542066,51.3867366]},"properties":{"@type":"node","@id":6482553564,"@timestamp":1558194886},"coords":"51.3867366,-0.6542066","bedrooms":"2","price":"154000","area":"699"} , +{"type":"Feature","id":"n6482740466","geometry":{"type":"Point","coordinates":[-0.4915997,51.3710757]},"properties":{"@type":"node","@id":6482740466,"@timestamp":1558204085},"coords":"51.3710757,-0.4915997","bedrooms":"3","price":"271000","area":"510"} , +{"type":"Feature","id":"n6482810586","geometry":{"type":"Point","coordinates":[-0.4860581,51.3792094]},"properties":{"@type":"node","@id":6482810586,"@timestamp":1558208551},"coords":"51.3792094,-0.4860581","bedrooms":"1","price":"268000","area":"610"} , +{"type":"Feature","id":"n6482978658","geometry":{"type":"Point","coordinates":[-0.3586113,51.7538428]},"properties":{"@type":"node","@id":6482978658,"@timestamp":1558216252},"coords":"51.7538428,-0.3586113","bedrooms":"0","price":"294000","area":"637"} , +{"type":"Feature","id":"n6483083105","geometry":{"type":"Point","coordinates":[-0.2417891,51.3995905]},"properties":{"@type":"node","@id":6483083105,"@timestamp":1558220432},"coords":"51.3995905,-0.2417891","bedrooms":"0","price":"261000","area":"634"} , +{"type":"Feature","id":"n6483299205","geometry":{"type":"Point","coordinates":[-0.1685055,51.5245079]},"properties":{"@type":"node","@id":6483299205,"@timestamp":1558241774},"coords":"51.5245079,-0.1685055","bedrooms":"4","price":"211000","area":"428"} , +{"type":"Feature","id":"n6483531062","geometry":{"type":"Point","coordinates":[-0.1670363,51.4300582]},"properties":{"@type":"node","@id":6483531062,"@timestamp":1558258069},"coords":"51.4300582,-0.1670363","bedrooms":"3","price":"172000","area":"435"} , +{"type":"Feature","id":"n6483564677","geometry":{"type":"Point","coordinates":[-0.4699815,51.5591021]},"properties":{"@type":"node","@id":6483564677,"@timestamp":1558259818},"coords":"51.5591021,-0.4699815","bedrooms":"4","price":"186000","area":"477"} , +{"type":"Feature","id":"n6483566396","geometry":{"type":"Point","coordinates":[-0.4695027,51.5582634]},"properties":{"@type":"node","@id":6483566396,"@timestamp":1558259819},"coords":"51.5582634,-0.4695027","bedrooms":"4","price":"189000","area":"692"} , +{"type":"Feature","id":"n6483733438","geometry":{"type":"Point","coordinates":[-0.7351881,51.0883788]},"properties":{"@type":"node","@id":6483733438,"@timestamp":1598734245},"coords":"51.0883788,-0.7351881","bedrooms":"0","price":"250000","area":"626"} , +{"type":"Feature","id":"n6483908924","geometry":{"type":"Point","coordinates":[0.1095776,51.942953]},"properties":{"@type":"node","@id":6483908924,"@timestamp":1558274889},"coords":"51.942953,0.1095776","bedrooms":"0","price":"260000","area":"673"} , +{"type":"Feature","id":"n6484100875","geometry":{"type":"Point","coordinates":[-0.5063597,51.431356]},"properties":{"@type":"node","@id":6484100875,"@timestamp":1558340110},"coords":"51.431356,-0.5063597","bedrooms":"4","price":"273000","area":"679"} , +{"type":"Feature","id":"n6484245960","geometry":{"type":"Point","coordinates":[-0.187823,51.460878]},"properties":{"@type":"node","@id":6484245960,"@timestamp":1558286058},"coords":"51.460878,-0.187823","bedrooms":"4","price":"254000","area":"655"} , +{"type":"Feature","id":"n6484337582","geometry":{"type":"Point","coordinates":[-0.3622431,51.1627913]},"properties":{"@type":"node","@id":6484337582,"@timestamp":1558291695},"coords":"51.1627913,-0.3622431","bedrooms":"1","price":"230000","area":"445"} , +{"type":"Feature","id":"n6484434996","geometry":{"type":"Point","coordinates":[-0.305285,51.5108926]},"properties":{"@type":"node","@id":6484434996,"@timestamp":1576705286},"coords":"51.5108926,-0.305285","bedrooms":"1","price":"164000","area":"508"} , +{"type":"Feature","id":"n6484450555","geometry":{"type":"Point","coordinates":[-0.3013346,51.3865187]},"properties":{"@type":"node","@id":6484450555,"@timestamp":1613170398},"coords":"51.3865187,-0.3013346","bedrooms":"4","price":"205000","area":"590"} , +{"type":"Feature","id":"n6484524724","geometry":{"type":"Point","coordinates":[-0.3073947,51.3903615]},"properties":{"@type":"node","@id":6484524724,"@timestamp":1597708000},"coords":"51.3903615,-0.3073947","bedrooms":"0","price":"160000","area":"507"} , +{"type":"Feature","id":"n6484554282","geometry":{"type":"Point","coordinates":[-0.3253895,51.5098342]},"properties":{"@type":"node","@id":6484554282,"@timestamp":1558305876},"coords":"51.5098342,-0.3253895","bedrooms":"1","price":"255000","area":"620"} , +{"type":"Feature","id":"n6484565473","geometry":{"type":"Point","coordinates":[-0.3225907,51.5105649]},"properties":{"@type":"node","@id":6484565473,"@timestamp":1616791952},"coords":"51.5105649,-0.3225907","bedrooms":"0","price":"157000","area":"618"} , +{"type":"Feature","id":"n6484582867","geometry":{"type":"Point","coordinates":[-0.2723804,51.4027526]},"properties":{"@type":"node","@id":6484582867,"@timestamp":1633029858},"coords":"51.4027526,-0.2723804","bedrooms":"2","price":"161000","area":"414"} , +{"type":"Feature","id":"n6484582941","geometry":{"type":"Point","coordinates":[-0.2715948,51.4025221]},"properties":{"@type":"node","@id":6484582941,"@timestamp":1630914695},"coords":"51.4025221,-0.2715948","bedrooms":"1","price":"220000","area":"674"} , +{"type":"Feature","id":"n6484753153","geometry":{"type":"Point","coordinates":[-0.1695503,51.5237866]},"properties":{"@type":"node","@id":6484753153,"@timestamp":1558321506},"coords":"51.5237866,-0.1695503","bedrooms":"1","price":"283000","area":"666"} , +{"type":"Feature","id":"n6484987589","geometry":{"type":"Point","coordinates":[-0.9702904,51.4585618]},"properties":{"@type":"node","@id":6484987589,"@timestamp":1558332573},"coords":"51.4585618,-0.9702904","bedrooms":"1","price":"168000","area":"459"} , +{"type":"Feature","id":"n6485299348","geometry":{"type":"Point","coordinates":[-0.4526576,51.4985296]},"properties":{"@type":"node","@id":6485299348,"@timestamp":1558343924},"coords":"51.4985296,-0.4526576","bedrooms":"1","price":"264000","area":"647"} , +{"type":"Feature","id":"n6485330267","geometry":{"type":"Point","coordinates":[-0.2564319,51.4352372]},"properties":{"@type":"node","@id":6485330267,"@timestamp":1558344904},"coords":"51.4352372,-0.2564319","bedrooms":"0","price":"199000","area":"682"} , +{"type":"Feature","id":"n6485695567","geometry":{"type":"Point","coordinates":[-0.0204685,51.4373599]},"properties":{"@type":"node","@id":6485695567,"@timestamp":1612708311},"coords":"51.4373599,-0.0204685","bedrooms":"4","price":"264000","area":"568"} , +{"type":"Feature","id":"n6485871014","geometry":{"type":"Point","coordinates":[-0.8847684,51.4507654]},"properties":{"@type":"node","@id":6485871014,"@timestamp":1558360962},"coords":"51.4507654,-0.8847684","bedrooms":"0","price":"254000","area":"435"} , +{"type":"Feature","id":"n6485906145","geometry":{"type":"Point","coordinates":[-0.8801082,51.453526]},"properties":{"@type":"node","@id":6485906145,"@timestamp":1558362220},"coords":"51.453526,-0.8801082","bedrooms":"0","price":"221000","area":"588"} , +{"type":"Feature","id":"n6486028012","geometry":{"type":"Point","coordinates":[-0.3789733,51.4704121]},"properties":{"@type":"node","@id":6486028012,"@timestamp":1564900584},"coords":"51.4704121,-0.3789733","bedrooms":"1","price":"237000","area":"376"} , +{"type":"Feature","id":"n6486059336","geometry":{"type":"Point","coordinates":[-0.195241,51.368029]},"properties":{"@type":"node","@id":6486059336,"@timestamp":1629112644},"coords":"51.368029,-0.195241","bedrooms":"3","price":"289000","area":"406"} , +{"type":"Feature","id":"n6486074927","geometry":{"type":"Point","coordinates":[-0.4041736,51.3845872]},"properties":{"@type":"node","@id":6486074927,"@timestamp":1558367533},"coords":"51.3845872,-0.4041736","bedrooms":"1","price":"196000","area":"376"} , +{"type":"Feature","id":"n6486128018","geometry":{"type":"Point","coordinates":[-0.1914514,51.369206]},"properties":{"@type":"node","@id":6486128018,"@timestamp":1601592313},"coords":"51.369206,-0.1914514","bedrooms":"2","price":"292000","area":"592"} , +{"type":"Feature","id":"n6486128028","geometry":{"type":"Point","coordinates":[-0.1840069,51.3656409]},"properties":{"@type":"node","@id":6486128028,"@timestamp":1558368800},"coords":"51.3656409,-0.1840069","bedrooms":"2","price":"208000","area":"699"} , +{"type":"Feature","id":"n6486214817","geometry":{"type":"Point","coordinates":[-0.3517197,51.4815683]},"properties":{"@type":"node","@id":6486214817,"@timestamp":1558371658},"coords":"51.4815683,-0.3517197","bedrooms":"0","price":"254000","area":"365"} , +{"type":"Feature","id":"n6486214832","geometry":{"type":"Point","coordinates":[-0.3520955,51.4811809]},"properties":{"@type":"node","@id":6486214832,"@timestamp":1558371658},"coords":"51.4811809,-0.3520955","bedrooms":"2","price":"203000","area":"376"} , +{"type":"Feature","id":"n6486264429","geometry":{"type":"Point","coordinates":[0.3289252,51.4958748]},"properties":{"@type":"node","@id":6486264429,"@timestamp":1558373396},"coords":"51.4958748,0.3289252","bedrooms":"2","price":"163000","area":"656"} , +{"type":"Feature","id":"n6486652320","geometry":{"type":"Point","coordinates":[-0.2151808,51.7634291]},"properties":{"@type":"node","@id":6486652320,"@timestamp":1558385977},"coords":"51.7634291,-0.2151808","bedrooms":"2","price":"273000","area":"595"} , +{"type":"Feature","id":"n6486811114","geometry":{"type":"Point","coordinates":[-0.0631686,51.5243453]},"properties":{"@type":"node","@id":6486811114,"@timestamp":1558393156},"coords":"51.5243453,-0.0631686","bedrooms":"2","price":"188000","area":"559"} , +{"type":"Feature","id":"n6486933493","geometry":{"type":"Point","coordinates":[-0.1872329,51.5104729]},"properties":{"@type":"node","@id":6486933493,"@timestamp":1600337107},"coords":"51.5104729,-0.1872329","bedrooms":"2","price":"205000","area":"373"} , +{"type":"Feature","id":"n6486988294","geometry":{"type":"Point","coordinates":[0.608785,51.6123158]},"properties":{"@type":"node","@id":6486988294,"@timestamp":1558407416},"coords":"51.6123158,0.608785","bedrooms":"3","price":"272000","area":"352"} , +{"type":"Feature","id":"n6487089183","geometry":{"type":"Point","coordinates":[-0.169124,51.5243673]},"properties":{"@type":"node","@id":6487089183,"@timestamp":1558457823},"coords":"51.5243673,-0.169124","bedrooms":"2","price":"188000","area":"425"} , +{"type":"Feature","id":"n6487476976","geometry":{"type":"Point","coordinates":[0.5082936,51.580353]},"properties":{"@type":"node","@id":6487476976,"@timestamp":1558427266},"coords":"51.580353,0.5082936","bedrooms":"1","price":"209000","area":"580"} , +{"type":"Feature","id":"n6487921129","geometry":{"type":"Point","coordinates":[-0.1198593,51.606534]},"properties":{"@type":"node","@id":6487921129,"@timestamp":1558439754},"coords":"51.606534,-0.1198593","bedrooms":"0","price":"246000","area":"357"} , +{"type":"Feature","id":"n6488313588","geometry":{"type":"Point","coordinates":[-0.1333833,51.5206923]},"properties":{"@type":"node","@id":6488313588,"@timestamp":1558451544},"coords":"51.5206923,-0.1333833","bedrooms":"2","price":"273000","area":"582"} , +{"type":"Feature","id":"n6488815295","geometry":{"type":"Point","coordinates":[0.0667304,51.7649472]},"properties":{"@type":"node","@id":6488815295,"@timestamp":1624285823},"coords":"51.7649472,0.0667304","bedrooms":"2","price":"182000","area":"640"} , +{"type":"Feature","id":"n6489396721","geometry":{"type":"Point","coordinates":[-0.5284958,51.3792266]},"properties":{"@type":"node","@id":6489396721,"@timestamp":1558472325},"coords":"51.3792266,-0.5284958","bedrooms":"3","price":"294000","area":"609"} , +{"type":"Feature","id":"n6489492693","geometry":{"type":"Point","coordinates":[-0.2364012,51.4038575]},"properties":{"@type":"node","@id":6489492693,"@timestamp":1558478381},"coords":"51.4038575,-0.2364012","bedrooms":"1","price":"280000","area":"609"} , +{"type":"Feature","id":"n6489549436","geometry":{"type":"Point","coordinates":[-0.1102859,51.5221544]},"properties":{"@type":"node","@id":6489549436,"@timestamp":1558484872},"coords":"51.5221544,-0.1102859","bedrooms":"1","price":"167000","area":"457"} , +{"type":"Feature","id":"n6489667112","geometry":{"type":"Point","coordinates":[-0.1699844,51.5237766]},"properties":{"@type":"node","@id":6489667112,"@timestamp":1558493934},"coords":"51.5237766,-0.1699844","bedrooms":"4","price":"296000","area":"399"} , +{"type":"Feature","id":"n6490064972","geometry":{"type":"Point","coordinates":[-0.0164136,51.5057112]},"properties":{"@type":"node","@id":6490064972,"@timestamp":1620576877},"coords":"51.5057112,-0.0164136","bedrooms":"3","price":"208000","area":"489"} , +{"type":"Feature","id":"n6490801337","geometry":{"type":"Point","coordinates":[0.1820078,51.4147735]},"properties":{"@type":"node","@id":6490801337,"@timestamp":1558525919},"coords":"51.4147735,0.1820078","bedrooms":"1","price":"260000","area":"563"} , +{"type":"Feature","id":"n6491270700","geometry":{"type":"Point","coordinates":[0.1573163,51.4672182]},"properties":{"@type":"node","@id":6491270700,"@timestamp":1558535202},"coords":"51.4672182,0.1573163","bedrooms":"0","price":"153000","area":"627"} , +{"type":"Feature","id":"n6491366138","geometry":{"type":"Point","coordinates":[0.1972882,51.2367692]},"properties":{"@type":"node","@id":6491366138,"@timestamp":1558538516},"coords":"51.2367692,0.1972882","bedrooms":"0","price":"193000","area":"574"} , +{"type":"Feature","id":"n6492626418","geometry":{"type":"Point","coordinates":[-0.0102822,51.4831812]},"properties":{"@type":"node","@id":6492626418,"@timestamp":1627872718},"coords":"51.4831812,-0.0102822","bedrooms":"2","price":"207000","area":"502"} , +{"type":"Feature","id":"n6492899198","geometry":{"type":"Point","coordinates":[-0.1381708,51.5127498]},"properties":{"@type":"node","@id":6492899198,"@timestamp":1558559983},"coords":"51.5127498,-0.1381708","bedrooms":"0","price":"151000","area":"628"} , +{"type":"Feature","id":"n6493198208","geometry":{"type":"Point","coordinates":[-0.23707,51.4557606]},"properties":{"@type":"node","@id":6493198208,"@timestamp":1558566099},"coords":"51.4557606,-0.23707","bedrooms":"2","price":"207000","area":"470"} , +{"type":"Feature","id":"n6493574946","geometry":{"type":"Point","coordinates":[-0.1706446,51.5236641]},"properties":{"@type":"node","@id":6493574946,"@timestamp":1558586787},"coords":"51.5236641,-0.1706446","bedrooms":"4","price":"265000","area":"387"} , +{"type":"Feature","id":"n6493661729","geometry":{"type":"Point","coordinates":[-0.1711892,51.5229928]},"properties":{"@type":"node","@id":6493661729,"@timestamp":1558587969},"coords":"51.5229928,-0.1711892","bedrooms":"4","price":"181000","area":"366"} , +{"type":"Feature","id":"n6494439981","geometry":{"type":"Point","coordinates":[-0.4040511,51.4812084]},"properties":{"@type":"node","@id":6494439981,"@timestamp":1558600015},"coords":"51.4812084,-0.4040511","bedrooms":"4","price":"210000","area":"450"} , +{"type":"Feature","id":"n6494441302","geometry":{"type":"Point","coordinates":[-0.4037046,51.4798867]},"properties":{"@type":"node","@id":6494441302,"@timestamp":1558600016},"coords":"51.4798867,-0.4037046","bedrooms":"4","price":"157000","area":"596"} , +{"type":"Feature","id":"n6494441315","geometry":{"type":"Point","coordinates":[-0.4041338,51.4784262]},"properties":{"@type":"node","@id":6494441315,"@timestamp":1558600016},"coords":"51.4784262,-0.4041338","bedrooms":"3","price":"246000","area":"600"} , +{"type":"Feature","id":"n6494441326","geometry":{"type":"Point","coordinates":[-0.4052273,51.4748119]},"properties":{"@type":"node","@id":6494441326,"@timestamp":1558600017},"coords":"51.4748119,-0.4052273","bedrooms":"4","price":"172000","area":"455"} , +{"type":"Feature","id":"n6494441338","geometry":{"type":"Point","coordinates":[-0.4044349,51.4765519]},"properties":{"@type":"node","@id":6494441338,"@timestamp":1558600018},"coords":"51.4765519,-0.4044349","bedrooms":"2","price":"285000","area":"639"} , +{"type":"Feature","id":"n6494505454","geometry":{"type":"Point","coordinates":[-0.1720388,51.5245844]},"properties":{"@type":"node","@id":6494505454,"@timestamp":1558602243},"coords":"51.5245844,-0.1720388","bedrooms":"2","price":"297000","area":"466"} , +{"type":"Feature","id":"n6494845181","geometry":{"type":"Point","coordinates":[-0.319618,51.4855721]},"properties":{"@type":"node","@id":6494845181,"@timestamp":1558606975},"coords":"51.4855721,-0.319618","bedrooms":"0","price":"253000","area":"360"} , +{"type":"Feature","id":"n6494845302","geometry":{"type":"Point","coordinates":[-0.320224,51.4856806]},"properties":{"@type":"node","@id":6494845302,"@timestamp":1558606976},"coords":"51.4856806,-0.320224","bedrooms":"2","price":"150000","area":"355"} , +{"type":"Feature","id":"n6494845312","geometry":{"type":"Point","coordinates":[-0.3167986,51.4869136]},"properties":{"@type":"node","@id":6494845312,"@timestamp":1558606977},"coords":"51.4869136,-0.3167986","bedrooms":"1","price":"246000","area":"384"} , +{"type":"Feature","id":"n6494845329","geometry":{"type":"Point","coordinates":[-0.3154219,51.4875852]},"properties":{"@type":"node","@id":6494845329,"@timestamp":1558606978},"coords":"51.4875852,-0.3154219","bedrooms":"4","price":"211000","area":"410"} , +{"type":"Feature","id":"n6494845339","geometry":{"type":"Point","coordinates":[-0.3135483,51.488004]},"properties":{"@type":"node","@id":6494845339,"@timestamp":1558606979},"coords":"51.488004,-0.3135483","bedrooms":"2","price":"187000","area":"672"} , +{"type":"Feature","id":"n6494845349","geometry":{"type":"Point","coordinates":[-0.3120235,51.4886205]},"properties":{"@type":"node","@id":6494845349,"@timestamp":1558606979},"coords":"51.4886205,-0.3120235","bedrooms":"2","price":"277000","area":"533"} , +{"type":"Feature","id":"n6495023204","geometry":{"type":"Point","coordinates":[-0.0930304,51.512421]},"properties":{"@type":"node","@id":6495023204,"@timestamp":1607069255},"coords":"51.512421,-0.0930304","bedrooms":"2","price":"239000","area":"525"} , +{"type":"Feature","id":"n6495150315","geometry":{"type":"Point","coordinates":[0.0396488,51.7703717]},"properties":{"@type":"node","@id":6495150315,"@timestamp":1626565895},"coords":"51.7703717,0.0396488","bedrooms":"0","price":"233000","area":"640"} , +{"type":"Feature","id":"n6495445426","geometry":{"type":"Point","coordinates":[0.4849527,51.7065455]},"properties":{"@type":"node","@id":6495445426,"@timestamp":1558626720},"coords":"51.7065455,0.4849527","bedrooms":"3","price":"200000","area":"491"} , +{"type":"Feature","id":"n6495505376","geometry":{"type":"Point","coordinates":[0.8501438,50.9979656]},"properties":{"@type":"node","@id":6495505376,"@timestamp":1630434356},"coords":"50.9979656,0.8501438","bedrooms":"4","price":"238000","area":"676"} , +{"type":"Feature","id":"n6495682162","geometry":{"type":"Point","coordinates":[0.7047869,51.0117489]},"properties":{"@type":"node","@id":6495682162,"@timestamp":1602337590},"coords":"51.0117489,0.7047869","bedrooms":"4","price":"150000","area":"521"} , +{"type":"Feature","id":"n6495805416","geometry":{"type":"Point","coordinates":[-1.0768103,51.4336549]},"properties":{"@type":"node","@id":6495805416,"@timestamp":1558633308},"coords":"51.4336549,-1.0768103","bedrooms":"1","price":"229000","area":"501"} , +{"type":"Feature","id":"n6495805483","geometry":{"type":"Point","coordinates":[-1.0668511,51.4365949]},"properties":{"@type":"node","@id":6495805483,"@timestamp":1558633309},"coords":"51.4365949,-1.0668511","bedrooms":"2","price":"254000","area":"515"} , +{"type":"Feature","id":"n6496361619","geometry":{"type":"Point","coordinates":[-0.2457373,51.3994441]},"properties":{"@type":"node","@id":6496361619,"@timestamp":1558647206},"coords":"51.3994441,-0.2457373","bedrooms":"1","price":"190000","area":"698"} , +{"type":"Feature","id":"n6496446872","geometry":{"type":"Point","coordinates":[0.8146441,51.6335578]},"properties":{"@type":"node","@id":6496446872,"@timestamp":1558652324},"coords":"51.6335578,0.8146441","bedrooms":"2","price":"253000","area":"434"} , +{"type":"Feature","id":"n6496446882","geometry":{"type":"Point","coordinates":[0.6546024,51.6740206]},"properties":{"@type":"node","@id":6496446882,"@timestamp":1558652325},"coords":"51.6740206,0.6546024","bedrooms":"2","price":"296000","area":"661"} , +{"type":"Feature","id":"n6496763527","geometry":{"type":"Point","coordinates":[-0.1733606,51.5224899]},"properties":{"@type":"node","@id":6496763527,"@timestamp":1558669602},"coords":"51.5224899,-0.1733606","bedrooms":"4","price":"295000","area":"445"} , +{"type":"Feature","id":"n6496883032","geometry":{"type":"Point","coordinates":[-0.1724409,51.522112]},"properties":{"@type":"node","@id":6496883032,"@timestamp":1558673748},"coords":"51.522112,-0.1724409","bedrooms":"0","price":"250000","area":"670"} , +{"type":"Feature","id":"n6497046109","geometry":{"type":"Point","coordinates":[-0.1742401,51.523518]},"properties":{"@type":"node","@id":6497046109,"@timestamp":1558681243},"coords":"51.523518,-0.1742401","bedrooms":"2","price":"294000","area":"595"} , +{"type":"Feature","id":"n6497089621","geometry":{"type":"Point","coordinates":[-0.1740792,51.5229831]},"properties":{"@type":"node","@id":6497089621,"@timestamp":1558682947},"coords":"51.5229831,-0.1740792","bedrooms":"0","price":"211000","area":"536"} , +{"type":"Feature","id":"n6497100597","geometry":{"type":"Point","coordinates":[-0.3785286,51.8788856]},"properties":{"@type":"node","@id":6497100597,"@timestamp":1558683528},"coords":"51.8788856,-0.3785286","bedrooms":"2","price":"231000","area":"635"} , +{"type":"Feature","id":"n6497796829","geometry":{"type":"Point","coordinates":[-0.6409655,51.594142]},"properties":{"@type":"node","@id":6497796829,"@timestamp":1558705150},"coords":"51.594142,-0.6409655","bedrooms":"0","price":"158000","area":"674"} , +{"type":"Feature","id":"n6498189133","geometry":{"type":"Point","coordinates":[-0.1739719,51.522923]},"properties":{"@type":"node","@id":6498189133,"@timestamp":1558715713},"coords":"51.522923,-0.1739719","bedrooms":"4","price":"268000","area":"574"} , +{"type":"Feature","id":"n6498443448","geometry":{"type":"Point","coordinates":[-0.1744676,51.523592]},"properties":{"@type":"node","@id":6498443448,"@timestamp":1558724417},"coords":"51.523592,-0.1744676","bedrooms":"1","price":"262000","area":"380"} , +{"type":"Feature","id":"n6498577355","geometry":{"type":"Point","coordinates":[-0.3283476,51.4466515]},"properties":{"@type":"node","@id":6498577355,"@timestamp":1573379510},"coords":"51.4466515,-0.3283476","bedrooms":"4","price":"228000","area":"695"} , +{"type":"Feature","id":"n6499246834","geometry":{"type":"Point","coordinates":[-0.1743638,51.5240819]},"properties":{"@type":"node","@id":6499246834,"@timestamp":1558767871},"coords":"51.5240819,-0.1743638","bedrooms":"3","price":"240000","area":"485"} , +{"type":"Feature","id":"n6499444106","geometry":{"type":"Point","coordinates":[0.0033634,51.468538]},"properties":{"@type":"node","@id":6499444106,"@timestamp":1558777580},"coords":"51.468538,0.0033634","bedrooms":"1","price":"237000","area":"553"} , +{"type":"Feature","id":"n6499626277","geometry":{"type":"Point","coordinates":[-0.0747923,51.51893]},"properties":{"@type":"node","@id":6499626277,"@timestamp":1565773130},"coords":"51.51893,-0.0747923","bedrooms":"3","price":"230000","area":"604"} , +{"type":"Feature","id":"n6499875477","geometry":{"type":"Point","coordinates":[-0.1440529,51.3587539]},"properties":{"@type":"node","@id":6499875477,"@timestamp":1558803451},"coords":"51.3587539,-0.1440529","bedrooms":"2","price":"226000","area":"530"} , +{"type":"Feature","id":"n6499879986","geometry":{"type":"Point","coordinates":[-0.1438098,51.3585559]},"properties":{"@type":"node","@id":6499879986,"@timestamp":1558803453},"coords":"51.3585559,-0.1438098","bedrooms":"2","price":"276000","area":"578"} , +{"type":"Feature","id":"n6500522033","geometry":{"type":"Point","coordinates":[0.0327203,51.4646191]},"properties":{"@type":"node","@id":6500522033,"@timestamp":1558809422},"coords":"51.4646191,0.0327203","bedrooms":"1","price":"272000","area":"686"} , +{"type":"Feature","id":"n6501028154","geometry":{"type":"Point","coordinates":[-0.3776759,51.162421]},"properties":{"@type":"node","@id":6501028154,"@timestamp":1558813708},"coords":"51.162421,-0.3776759","bedrooms":"1","price":"278000","area":"486"} , +{"type":"Feature","id":"n6501197509","geometry":{"type":"Point","coordinates":[-0.2379699,51.4644888]},"properties":{"@type":"node","@id":6501197509,"@timestamp":1558824714},"coords":"51.4644888,-0.2379699","bedrooms":"2","price":"274000","area":"371"} , +{"type":"Feature","id":"n6501668470","geometry":{"type":"Point","coordinates":[-0.1729604,51.5250471]},"properties":{"@type":"node","@id":6501668470,"@timestamp":1558862413},"coords":"51.5250471,-0.1729604","bedrooms":"1","price":"201000","area":"475"} , +{"type":"Feature","id":"n6501668532","geometry":{"type":"Point","coordinates":[-0.174887,51.5241993]},"properties":{"@type":"node","@id":6501668532,"@timestamp":1558862414},"coords":"51.5241993,-0.174887","bedrooms":"4","price":"288000","area":"576"} , +{"type":"Feature","id":"n6501798198","geometry":{"type":"Point","coordinates":[-0.7112487,51.7103021]},"properties":{"@type":"node","@id":6501798198,"@timestamp":1604471693},"coords":"51.7103021,-0.7112487","bedrooms":"4","price":"227000","area":"545"} , +{"type":"Feature","id":"n6502134341","geometry":{"type":"Point","coordinates":[0.0124772,51.7386367]},"properties":{"@type":"node","@id":6502134341,"@timestamp":1571041914},"coords":"51.7386367,0.0124772","bedrooms":"2","price":"297000","area":"409"} , +{"type":"Feature","id":"n6502400805","geometry":{"type":"Point","coordinates":[-0.5821102,51.2148337]},"properties":{"@type":"node","@id":6502400805,"@timestamp":1558893046},"coords":"51.2148337,-0.5821102","bedrooms":"3","price":"160000","area":"441"} , +{"type":"Feature","id":"n6502433839","geometry":{"type":"Point","coordinates":[-0.1766166,51.5255139]},"properties":{"@type":"node","@id":6502433839,"@timestamp":1558894152},"coords":"51.5255139,-0.1766166","bedrooms":"3","price":"158000","area":"350"} , +{"type":"Feature","id":"n6502505728","geometry":{"type":"Point","coordinates":[-0.7815736,51.3651518]},"properties":{"@type":"node","@id":6502505728,"@timestamp":1618309203},"coords":"51.3651518,-0.7815736","bedrooms":"1","price":"193000","area":"356"} , +{"type":"Feature","id":"n6502548157","geometry":{"type":"Point","coordinates":[-0.2347045,51.4098271]},"properties":{"@type":"node","@id":6502548157,"@timestamp":1558899291},"coords":"51.4098271,-0.2347045","bedrooms":"4","price":"231000","area":"548"} , +{"type":"Feature","id":"n6502583695","geometry":{"type":"Point","coordinates":[0.3854984,51.8533205]},"properties":{"@type":"node","@id":6502583695,"@timestamp":1558901291},"coords":"51.8533205,0.3854984","bedrooms":"3","price":"288000","area":"666"} , +{"type":"Feature","id":"n6502835821","geometry":{"type":"Point","coordinates":[-0.101792,51.4953143]},"properties":{"@type":"node","@id":6502835821,"@timestamp":1631793681},"coords":"51.4953143,-0.101792","bedrooms":"0","price":"152000","area":"588"} , +{"type":"Feature","id":"n6503115198","geometry":{"type":"Point","coordinates":[0.0059223,51.5460532]},"properties":{"@type":"node","@id":6503115198,"@timestamp":1572291633},"coords":"51.5460532,0.0059223","bedrooms":"3","price":"231000","area":"524"} , +{"type":"Feature","id":"n6503396885","geometry":{"type":"Point","coordinates":[-0.1301843,51.3703107]},"properties":{"@type":"node","@id":6503396885,"@timestamp":1558945106},"coords":"51.3703107,-0.1301843","bedrooms":"2","price":"298000","area":"520"} , +{"type":"Feature","id":"n6503411169","geometry":{"type":"Point","coordinates":[-0.1577669,51.3700257]},"properties":{"@type":"node","@id":6503411169,"@timestamp":1558945608},"coords":"51.3700257,-0.1577669","bedrooms":"3","price":"266000","area":"605"} , +{"type":"Feature","id":"n6503610851","geometry":{"type":"Point","coordinates":[0.221443,51.6267096]},"properties":{"@type":"node","@id":6503610851,"@timestamp":1558954704},"coords":"51.6267096,0.221443","bedrooms":"1","price":"247000","area":"472"} , +{"type":"Feature","id":"n6503816258","geometry":{"type":"Point","coordinates":[-0.8416034,51.7637124]},"properties":{"@type":"node","@id":6503816258,"@timestamp":1558959656},"coords":"51.7637124,-0.8416034","bedrooms":"3","price":"237000","area":"438"} , +{"type":"Feature","id":"n6504186308","geometry":{"type":"Point","coordinates":[-0.0084645,51.4821547]},"properties":{"@type":"node","@id":6504186308,"@timestamp":1579983159},"coords":"51.4821547,-0.0084645","bedrooms":"2","price":"213000","area":"546"} , +{"type":"Feature","id":"n6504221341","geometry":{"type":"Point","coordinates":[-0.1756732,51.5265248]},"properties":{"@type":"node","@id":6504221341,"@timestamp":1558970241},"coords":"51.5265248,-0.1756732","bedrooms":"4","price":"273000","area":"382"} , +{"type":"Feature","id":"n6504248700","geometry":{"type":"Point","coordinates":[-0.1399174,51.3226527]},"properties":{"@type":"node","@id":6504248700,"@timestamp":1558971702},"coords":"51.3226527,-0.1399174","bedrooms":"0","price":"163000","area":"688"} , +{"type":"Feature","id":"n6504248710","geometry":{"type":"Point","coordinates":[-0.1388237,51.3245903]},"properties":{"@type":"node","@id":6504248710,"@timestamp":1558971703},"coords":"51.3245903,-0.1388237","bedrooms":"0","price":"182000","area":"584"} , +{"type":"Feature","id":"n6504248725","geometry":{"type":"Point","coordinates":[-0.137447,51.3280576]},"properties":{"@type":"node","@id":6504248725,"@timestamp":1558971704},"coords":"51.3280576,-0.137447","bedrooms":"4","price":"214000","area":"594"} , +{"type":"Feature","id":"n6504271046","geometry":{"type":"Point","coordinates":[0.0150987,51.4928592]},"properties":{"@type":"node","@id":6504271046,"@timestamp":1624545068},"coords":"51.4928592,0.0150987","bedrooms":"2","price":"237000","area":"409"} , +{"type":"Feature","id":"n6504341717","geometry":{"type":"Point","coordinates":[-0.0188873,51.4941556]},"properties":{"@type":"node","@id":6504341717,"@timestamp":1624270457},"coords":"51.4941556,-0.0188873","bedrooms":"3","price":"264000","area":"423"} , +{"type":"Feature","id":"n6504359265","geometry":{"type":"Point","coordinates":[-0.5387363,51.32272]},"properties":{"@type":"node","@id":6504359265,"@timestamp":1558975733},"coords":"51.32272,-0.5387363","bedrooms":"2","price":"287000","area":"362"} , +{"type":"Feature","id":"n6504379854","geometry":{"type":"Point","coordinates":[-0.0132676,51.7602176]},"properties":{"@type":"node","@id":6504379854,"@timestamp":1558976454},"coords":"51.7602176,-0.0132676","bedrooms":"0","price":"205000","area":"419"} , +{"type":"Feature","id":"n6504379876","geometry":{"type":"Point","coordinates":[-0.011204,51.7621639]},"properties":{"@type":"node","@id":6504379876,"@timestamp":1558976455},"coords":"51.7621639,-0.011204","bedrooms":"0","price":"195000","area":"632"} , +{"type":"Feature","id":"n6504459829","geometry":{"type":"Point","coordinates":[0.0442414,51.4813768]},"properties":{"@type":"node","@id":6504459829,"@timestamp":1632757072},"coords":"51.4813768,0.0442414","bedrooms":"0","price":"200000","area":"379"} , +{"type":"Feature","id":"n6504527331","geometry":{"type":"Point","coordinates":[-0.177093,51.5263757]},"properties":{"@type":"node","@id":6504527331,"@timestamp":1558981006},"coords":"51.5263757,-0.177093","bedrooms":"0","price":"288000","area":"646"} , +{"type":"Feature","id":"n6504533426","geometry":{"type":"Point","coordinates":[-0.5394623,51.3211006]},"properties":{"@type":"node","@id":6504533426,"@timestamp":1558981187},"coords":"51.3211006,-0.5394623","bedrooms":"2","price":"215000","area":"477"} , +{"type":"Feature","id":"n6504615012","geometry":{"type":"Point","coordinates":[-0.5372341,51.3187205]},"properties":{"@type":"node","@id":6504615012,"@timestamp":1558985502},"coords":"51.3187205,-0.5372341","bedrooms":"2","price":"292000","area":"610"} , +{"type":"Feature","id":"n6504702212","geometry":{"type":"Point","coordinates":[-0.1356232,51.3270284]},"properties":{"@type":"node","@id":6504702212,"@timestamp":1558989534},"coords":"51.3270284,-0.1356232","bedrooms":"4","price":"203000","area":"672"} , +{"type":"Feature","id":"n6504702225","geometry":{"type":"Point","coordinates":[-0.1369911,51.3281379]},"properties":{"@type":"node","@id":6504702225,"@timestamp":1558989534},"coords":"51.3281379,-0.1369911","bedrooms":"4","price":"220000","area":"590"} , +{"type":"Feature","id":"n6504702235","geometry":{"type":"Point","coordinates":[-0.1329385,51.3276487]},"properties":{"@type":"node","@id":6504702235,"@timestamp":1558989535},"coords":"51.3276487,-0.1329385","bedrooms":"2","price":"285000","area":"655"} , +{"type":"Feature","id":"n6504702247","geometry":{"type":"Point","coordinates":[-0.1358664,51.3292296]},"properties":{"@type":"node","@id":6504702247,"@timestamp":1558989536},"coords":"51.3292296,-0.1358664","bedrooms":"3","price":"227000","area":"479"} , +{"type":"Feature","id":"n6504702261","geometry":{"type":"Point","coordinates":[-0.1394195,51.327775]},"properties":{"@type":"node","@id":6504702261,"@timestamp":1558989537},"coords":"51.327775,-0.1394195","bedrooms":"0","price":"179000","area":"609"} , +{"type":"Feature","id":"n6504702276","geometry":{"type":"Point","coordinates":[-0.1425727,51.3266735]},"properties":{"@type":"node","@id":6504702276,"@timestamp":1558989538},"coords":"51.3266735,-0.1425727","bedrooms":"1","price":"282000","area":"665"} , +{"type":"Feature","id":"n6504707886","geometry":{"type":"Point","coordinates":[-0.1386613,51.325901]},"properties":{"@type":"node","@id":6504707886,"@timestamp":1558989538},"coords":"51.325901,-0.1386613","bedrooms":"0","price":"227000","area":"386"} , +{"type":"Feature","id":"n6504785794","geometry":{"type":"Point","coordinates":[0.0053081,51.4696038]},"properties":{"@type":"node","@id":6504785794,"@timestamp":1558990620},"coords":"51.4696038,0.0053081","bedrooms":"2","price":"285000","area":"582"} , +{"type":"Feature","id":"n6504819610","geometry":{"type":"Point","coordinates":[0.0037726,51.4702596]},"properties":{"@type":"node","@id":6504819610,"@timestamp":1558991827},"coords":"51.4702596,0.0037726","bedrooms":"2","price":"256000","area":"604"} , +{"type":"Feature","id":"n6504847954","geometry":{"type":"Point","coordinates":[0.0026372,51.4701769]},"properties":{"@type":"node","@id":6504847954,"@timestamp":1558993022},"coords":"51.4701769,0.0026372","bedrooms":"4","price":"206000","area":"471"} , +{"type":"Feature","id":"n6505010915","geometry":{"type":"Point","coordinates":[0.2431333,51.4539595]},"properties":{"@type":"node","@id":6505010915,"@timestamp":1630769343},"coords":"51.4539595,0.2431333","bedrooms":"1","price":"165000","area":"533"} , +{"type":"Feature","id":"n6505010955","geometry":{"type":"Point","coordinates":[0.2462168,51.4558034]},"properties":{"@type":"node","@id":6505010955,"@timestamp":1632190667},"coords":"51.4558034,0.2462168","bedrooms":"3","price":"283000","area":"529"} , +{"type":"Feature","id":"n6505119589","geometry":{"type":"Point","coordinates":[-0.4090532,51.6961259]},"properties":{"@type":"node","@id":6505119589,"@timestamp":1574996441},"coords":"51.6961259,-0.4090532","bedrooms":"4","price":"153000","area":"388"} , +{"type":"Feature","id":"n6505586654","geometry":{"type":"Point","coordinates":[-0.5406531,51.3237541]},"properties":{"@type":"node","@id":6505586654,"@timestamp":1559030964},"coords":"51.3237541,-0.5406531","bedrooms":"4","price":"289000","area":"459"} , +{"type":"Feature","id":"n6505587005","geometry":{"type":"Point","coordinates":[-0.5400385,51.3244238]},"properties":{"@type":"node","@id":6505587005,"@timestamp":1559030967},"coords":"51.3244238,-0.5400385","bedrooms":"3","price":"203000","area":"544"} , +{"type":"Feature","id":"n6505588121","geometry":{"type":"Point","coordinates":[-0.1031695,51.4520267]},"properties":{"@type":"node","@id":6505588121,"@timestamp":1559031049},"coords":"51.4520267,-0.1031695","bedrooms":"1","price":"248000","area":"486"} , +{"type":"Feature","id":"n6505588131","geometry":{"type":"Point","coordinates":[-0.1021422,51.4502749]},"properties":{"@type":"node","@id":6505588131,"@timestamp":1559031049},"coords":"51.4502749,-0.1021422","bedrooms":"1","price":"199000","area":"534"} , +{"type":"Feature","id":"n6505588150","geometry":{"type":"Point","coordinates":[-0.1027967,51.44973]},"properties":{"@type":"node","@id":6505588150,"@timestamp":1559031049},"coords":"51.44973,-0.1027967","bedrooms":"0","price":"297000","area":"639"} , +{"type":"Feature","id":"n6505588160","geometry":{"type":"Point","coordinates":[-0.1033466,51.4490781]},"properties":{"@type":"node","@id":6505588160,"@timestamp":1559031049},"coords":"51.4490781,-0.1033466","bedrooms":"0","price":"192000","area":"407"} , +{"type":"Feature","id":"n6505588298","geometry":{"type":"Point","coordinates":[-0.103891,51.4485415]},"properties":{"@type":"node","@id":6505588298,"@timestamp":1559031050},"coords":"51.4485415,-0.103891","bedrooms":"0","price":"272000","area":"432"} , +{"type":"Feature","id":"n6505588332","geometry":{"type":"Point","coordinates":[-0.1048088,51.4526362]},"properties":{"@type":"node","@id":6505588332,"@timestamp":1559031051},"coords":"51.4526362,-0.1048088","bedrooms":"3","price":"249000","area":"383"} , +{"type":"Feature","id":"n6505588353","geometry":{"type":"Point","coordinates":[-0.1110093,51.4538692]},"properties":{"@type":"node","@id":6505588353,"@timestamp":1559031051},"coords":"51.4538692,-0.1110093","bedrooms":"4","price":"182000","area":"453"} , +{"type":"Feature","id":"n6505643082","geometry":{"type":"Point","coordinates":[-0.2294506,51.4096643]},"properties":{"@type":"node","@id":6505643082,"@timestamp":1567555031},"coords":"51.4096643,-0.2294506","bedrooms":"0","price":"167000","area":"451"} , +{"type":"Feature","id":"n6505866710","geometry":{"type":"Point","coordinates":[0.1330471,51.7774982]},"properties":{"@type":"node","@id":6505866710,"@timestamp":1631389810},"coords":"51.7774982,0.1330471","bedrooms":"4","price":"277000","area":"413"} , +{"type":"Feature","id":"n6506126621","geometry":{"type":"Point","coordinates":[-0.0151261,51.5088477]},"properties":{"@type":"node","@id":6506126621,"@timestamp":1559047544},"coords":"51.5088477,-0.0151261","bedrooms":"3","price":"172000","area":"505"} , +{"type":"Feature","id":"n6506317194","geometry":{"type":"Point","coordinates":[-0.6524091,51.3891143]},"properties":{"@type":"node","@id":6506317194,"@timestamp":1559052907},"coords":"51.3891143,-0.6524091","bedrooms":"1","price":"218000","area":"695"} , +{"type":"Feature","id":"n6506774234","geometry":{"type":"Point","coordinates":[-0.2219577,51.7444056]},"properties":{"@type":"node","@id":6506774234,"@timestamp":1559065822},"coords":"51.7444056,-0.2219577","bedrooms":"4","price":"150000","area":"464"} , +{"type":"Feature","id":"n6506933128","geometry":{"type":"Point","coordinates":[0.2409682,51.4535912]},"properties":{"@type":"node","@id":6506933128,"@timestamp":1631748935},"coords":"51.4535912,0.2409682","bedrooms":"4","price":"230000","area":"583"} , +{"type":"Feature","id":"n6507060000","geometry":{"type":"Point","coordinates":[-0.0978746,51.3585167]},"properties":{"@type":"node","@id":6507060000,"@timestamp":1564900584},"coords":"51.3585167,-0.0978746","bedrooms":"4","price":"218000","area":"634"} , +{"type":"Feature","id":"n6507230150","geometry":{"type":"Point","coordinates":[-0.0431259,51.5497852]},"properties":{"@type":"node","@id":6507230150,"@timestamp":1559079976},"coords":"51.5497852,-0.0431259","bedrooms":"2","price":"163000","area":"528"} , +{"type":"Feature","id":"n6507230160","geometry":{"type":"Point","coordinates":[-0.0439064,51.5497927]},"properties":{"@type":"node","@id":6507230160,"@timestamp":1559079976},"coords":"51.5497927,-0.0439064","bedrooms":"3","price":"230000","area":"359"} , +{"type":"Feature","id":"n6507516020","geometry":{"type":"Point","coordinates":[-0.1806767,51.5285733]},"properties":{"@type":"node","@id":6507516020,"@timestamp":1559144057},"coords":"51.5285733,-0.1806767","bedrooms":"0","price":"176000","area":"491"} , +{"type":"Feature","id":"n6507929160","geometry":{"type":"Point","coordinates":[-0.1115063,51.5032703]},"properties":{"@type":"node","@id":6507929160,"@timestamp":1620483645},"coords":"51.5032703,-0.1115063","bedrooms":"0","price":"255000","area":"642"} , +{"type":"Feature","id":"n6508416436","geometry":{"type":"Point","coordinates":[-0.0317577,51.5193377]},"properties":{"@type":"node","@id":6508416436,"@timestamp":1619256917},"coords":"51.5193377,-0.0317577","bedrooms":"3","price":"183000","area":"355"} , +{"type":"Feature","id":"n6508503738","geometry":{"type":"Point","coordinates":[-0.0618904,51.5366161]},"properties":{"@type":"node","@id":6508503738,"@timestamp":1572175550},"coords":"51.5366161,-0.0618904","bedrooms":"2","price":"245000","area":"381"} , +{"type":"Feature","id":"n6508583902","geometry":{"type":"Point","coordinates":[-0.0167408,51.5102737]},"properties":{"@type":"node","@id":6508583902,"@timestamp":1620733720},"coords":"51.5102737,-0.0167408","bedrooms":"4","price":"181000","area":"550"} , +{"type":"Feature","id":"n6508657744","geometry":{"type":"Point","coordinates":[-0.0261862,51.4975607]},"properties":{"@type":"node","@id":6508657744,"@timestamp":1617973063},"coords":"51.4975607,-0.0261862","bedrooms":"3","price":"153000","area":"397"} , +{"type":"Feature","id":"n6508724312","geometry":{"type":"Point","coordinates":[-0.0767188,51.5094975]},"properties":{"@type":"node","@id":6508724312,"@timestamp":1583416779},"coords":"51.5094975,-0.0767188","bedrooms":"2","price":"256000","area":"409"} , +{"type":"Feature","id":"n6509088057","geometry":{"type":"Point","coordinates":[-0.7772579,51.2324394]},"properties":{"@type":"node","@id":6509088057,"@timestamp":1631824988},"coords":"51.2324394,-0.7772579","bedrooms":"4","price":"200000","area":"613"} , +{"type":"Feature","id":"n6509141146","geometry":{"type":"Point","coordinates":[0.7881611,51.6437757]},"properties":{"@type":"node","@id":6509141146,"@timestamp":1559144518},"coords":"51.6437757,0.7881611","bedrooms":"4","price":"172000","area":"408"} , +{"type":"Feature","id":"n6509704051","geometry":{"type":"Point","coordinates":[0.1020827,51.0282298]},"properties":{"@type":"node","@id":6509704051,"@timestamp":1559162183},"coords":"51.0282298,0.1020827","bedrooms":"2","price":"216000","area":"442"} , +{"type":"Feature","id":"n6510235866","geometry":{"type":"Point","coordinates":[0.0139181,51.510095]},"properties":{"@type":"node","@id":6510235866,"@timestamp":1559185941},"coords":"51.510095,0.0139181","bedrooms":"4","price":"297000","area":"539"} , +{"type":"Feature","id":"n6510270510","geometry":{"type":"Point","coordinates":[-0.1760084,51.5268892]},"properties":{"@type":"node","@id":6510270510,"@timestamp":1559186572},"coords":"51.5268892,-0.1760084","bedrooms":"3","price":"279000","area":"463"} , +{"type":"Feature","id":"n6510344614","geometry":{"type":"Point","coordinates":[-0.1783601,51.5282467]},"properties":{"@type":"node","@id":6510344614,"@timestamp":1559191064},"coords":"51.5282467,-0.1783601","bedrooms":"1","price":"267000","area":"560"} , +{"type":"Feature","id":"n6510344633","geometry":{"type":"Point","coordinates":[-0.1773902,51.5274111]},"properties":{"@type":"node","@id":6510344633,"@timestamp":1559191064},"coords":"51.5274111,-0.1773902","bedrooms":"0","price":"292000","area":"372"} , +{"type":"Feature","id":"n6510525886","geometry":{"type":"Point","coordinates":[0.2394304,51.2355009]},"properties":{"@type":"node","@id":6510525886,"@timestamp":1559198809},"coords":"51.2355009,0.2394304","bedrooms":"0","price":"201000","area":"675"} , +{"type":"Feature","id":"n6510702758","geometry":{"type":"Point","coordinates":[-0.1175934,51.5144539]},"properties":{"@type":"node","@id":6510702758,"@timestamp":1559206804},"coords":"51.5144539,-0.1175934","bedrooms":"0","price":"269000","area":"693"} , +{"type":"Feature","id":"n6511168036","geometry":{"type":"Point","coordinates":[-0.972604,51.4567004]},"properties":{"@type":"node","@id":6511168036,"@timestamp":1571935495},"coords":"51.4567004,-0.972604","bedrooms":"4","price":"201000","area":"368"} , +{"type":"Feature","id":"n6511680934","geometry":{"type":"Point","coordinates":[0.6172962,51.6586843]},"properties":{"@type":"node","@id":6511680934,"@timestamp":1559232472},"coords":"51.6586843,0.6172962","bedrooms":"3","price":"152000","area":"364"} , +{"type":"Feature","id":"n6511716297","geometry":{"type":"Point","coordinates":[-0.3254036,51.4954167]},"properties":{"@type":"node","@id":6511716297,"@timestamp":1559233419},"coords":"51.4954167,-0.3254036","bedrooms":"1","price":"235000","area":"493"} , +{"type":"Feature","id":"n6511716312","geometry":{"type":"Point","coordinates":[-0.3250149,51.4957368]},"properties":{"@type":"node","@id":6511716312,"@timestamp":1612396186},"coords":"51.4957368,-0.3250149","bedrooms":"2","price":"182000","area":"629"} , +{"type":"Feature","id":"n6511722123","geometry":{"type":"Point","coordinates":[-0.1767638,51.5297989]},"properties":{"@type":"node","@id":6511722123,"@timestamp":1559233562},"coords":"51.5297989,-0.1767638","bedrooms":"1","price":"226000","area":"389"} , +{"type":"Feature","id":"n6511937151","geometry":{"type":"Point","coordinates":[-0.0383406,51.1286541]},"properties":{"@type":"node","@id":6511937151,"@timestamp":1559240066},"coords":"51.1286541,-0.0383406","bedrooms":"3","price":"165000","area":"408"} , +{"type":"Feature","id":"n6512138842","geometry":{"type":"Point","coordinates":[-0.0995307,51.4991388]},"properties":{"@type":"node","@id":6512138842,"@timestamp":1627320309},"coords":"51.4991388,-0.0995307","bedrooms":"3","price":"251000","area":"398"} , +{"type":"Feature","id":"n6512191106","geometry":{"type":"Point","coordinates":[-0.7986143,51.7567894]},"properties":{"@type":"node","@id":6512191106,"@timestamp":1614412144},"coords":"51.7567894,-0.7986143","bedrooms":"2","price":"265000","area":"563"} , +{"type":"Feature","id":"n6512230582","geometry":{"type":"Point","coordinates":[-0.226778,51.758599]},"properties":{"@type":"node","@id":6512230582,"@timestamp":1559255769},"coords":"51.758599,-0.226778","bedrooms":"4","price":"291000","area":"491"} , +{"type":"Feature","id":"n6512473888","geometry":{"type":"Point","coordinates":[-0.1771101,51.528672]},"properties":{"@type":"node","@id":6512473888,"@timestamp":1559276879},"coords":"51.528672,-0.1771101","bedrooms":"0","price":"202000","area":"653"} , +{"type":"Feature","id":"n6512956106","geometry":{"type":"Point","coordinates":[-0.2000483,51.8036032]},"properties":{"@type":"node","@id":6512956106,"@timestamp":1559298711},"coords":"51.8036032,-0.2000483","bedrooms":"3","price":"216000","area":"626"} , +{"type":"Feature","id":"n6513373849","geometry":{"type":"Point","coordinates":[0.8528429,51.6779312]},"properties":{"@type":"node","@id":6513373849,"@timestamp":1559314593},"coords":"51.6779312,0.8528429","bedrooms":"3","price":"262000","area":"532"} , +{"type":"Feature","id":"n6513497002","geometry":{"type":"Point","coordinates":[-0.2825491,51.4633009]},"properties":{"@type":"node","@id":6513497002,"@timestamp":1624733592},"coords":"51.4633009,-0.2825491","bedrooms":"1","price":"233000","area":"611"} , +{"type":"Feature","id":"n6514097049","geometry":{"type":"Point","coordinates":[-0.8192512,51.8075799]},"properties":{"@type":"node","@id":6514097049,"@timestamp":1559334746},"coords":"51.8075799,-0.8192512","bedrooms":"2","price":"176000","area":"593"} , +{"type":"Feature","id":"n6514333359","geometry":{"type":"Point","coordinates":[0.076388,51.5329943]},"properties":{"@type":"node","@id":6514333359,"@timestamp":1559357369},"coords":"51.5329943,0.076388","bedrooms":"1","price":"159000","area":"573"} , +{"type":"Feature","id":"n6514536785","geometry":{"type":"Point","coordinates":[-0.1751304,51.5282306]},"properties":{"@type":"node","@id":6514536785,"@timestamp":1559363035},"coords":"51.5282306,-0.1751304","bedrooms":"4","price":"198000","area":"556"} , +{"type":"Feature","id":"n6514686143","geometry":{"type":"Point","coordinates":[-0.7900621,51.1899119]},"properties":{"@type":"node","@id":6514686143,"@timestamp":1559378222},"coords":"51.1899119,-0.7900621","bedrooms":"2","price":"168000","area":"494"} , +{"type":"Feature","id":"n6514971299","geometry":{"type":"Point","coordinates":[-0.0157699,51.4777889]},"properties":{"@type":"node","@id":6514971299,"@timestamp":1559389833},"coords":"51.4777889,-0.0157699","bedrooms":"0","price":"241000","area":"546"} , +{"type":"Feature","id":"n6515038632","geometry":{"type":"Point","coordinates":[-0.0005104,50.9949675]},"properties":{"@type":"node","@id":6515038632,"@timestamp":1559393949},"coords":"50.9949675,-0.0005104","bedrooms":"0","price":"190000","area":"401"} , +{"type":"Feature","id":"n6515119115","geometry":{"type":"Point","coordinates":[-0.014718,51.4238034]},"properties":{"@type":"node","@id":6515119115,"@timestamp":1559398255},"coords":"51.4238034,-0.014718","bedrooms":"1","price":"296000","area":"448"} , +{"type":"Feature","id":"n6515171064","geometry":{"type":"Point","coordinates":[-0.0064286,51.4547004]},"properties":{"@type":"node","@id":6515171064,"@timestamp":1559405105},"coords":"51.4547004,-0.0064286","bedrooms":"3","price":"198000","area":"454"} , +{"type":"Feature","id":"n6515204146","geometry":{"type":"Point","coordinates":[0.6982754,51.7041424]},"properties":{"@type":"node","@id":6515204146,"@timestamp":1559404330},"coords":"51.7041424,0.6982754","bedrooms":"4","price":"160000","area":"659"} , +{"type":"Feature","id":"n6515246385","geometry":{"type":"Point","coordinates":[-0.1255157,51.5202376]},"properties":{"@type":"node","@id":6515246385,"@timestamp":1568985871},"coords":"51.5202376,-0.1255157","bedrooms":"2","price":"298000","area":"373"} , +{"type":"Feature","id":"n6515567305","geometry":{"type":"Point","coordinates":[-0.3026631,51.4755411]},"properties":{"@type":"node","@id":6515567305,"@timestamp":1559428452},"coords":"51.4755411,-0.3026631","bedrooms":"0","price":"233000","area":"647"} , +{"type":"Feature","id":"n6515595810","geometry":{"type":"Point","coordinates":[-0.2991729,51.4765995]},"properties":{"@type":"node","@id":6515595810,"@timestamp":1559427405},"coords":"51.4765995,-0.2991729","bedrooms":"2","price":"171000","area":"452"} , +{"type":"Feature","id":"n6515863118","geometry":{"type":"Point","coordinates":[-0.1747916,51.528402]},"properties":{"@type":"node","@id":6515863118,"@timestamp":1559458254},"coords":"51.528402,-0.1747916","bedrooms":"2","price":"297000","area":"675"} , +{"type":"Feature","id":"n6515863180","geometry":{"type":"Point","coordinates":[-0.1754558,51.528931]},"properties":{"@type":"node","@id":6515863180,"@timestamp":1559458254},"coords":"51.528931,-0.1754558","bedrooms":"1","price":"191000","area":"551"} , +{"type":"Feature","id":"n6515927199","geometry":{"type":"Point","coordinates":[-0.1758268,51.5295219]},"properties":{"@type":"node","@id":6515927199,"@timestamp":1559458254},"coords":"51.5295219,-0.1758268","bedrooms":"2","price":"197000","area":"479"} , +{"type":"Feature","id":"n6515927313","geometry":{"type":"Point","coordinates":[-0.1750011,51.5299021]},"properties":{"@type":"node","@id":6515927313,"@timestamp":1559458254},"coords":"51.5299021,-0.1750011","bedrooms":"0","price":"225000","area":"568"} , +{"type":"Feature","id":"n6515998703","geometry":{"type":"Point","coordinates":[0.6385028,51.8158393]},"properties":{"@type":"node","@id":6515998703,"@timestamp":1559465386},"coords":"51.8158393,0.6385028","bedrooms":"1","price":"263000","area":"547"} , +{"type":"Feature","id":"n6516136664","geometry":{"type":"Point","coordinates":[-0.6744864,51.9373963]},"properties":{"@type":"node","@id":6516136664,"@timestamp":1625244361},"coords":"51.9373963,-0.6744864","bedrooms":"2","price":"169000","area":"369"} , +{"type":"Feature","id":"n6516177741","geometry":{"type":"Point","coordinates":[-0.1532361,51.4518094]},"properties":{"@type":"node","@id":6516177741,"@timestamp":1559474476},"coords":"51.4518094,-0.1532361","bedrooms":"0","price":"196000","area":"353"} , +{"type":"Feature","id":"n6516284889","geometry":{"type":"Point","coordinates":[0.3129131,51.4393894]},"properties":{"@type":"node","@id":6516284889,"@timestamp":1613356027},"coords":"51.4393894,0.3129131","bedrooms":"3","price":"163000","area":"534"} , +{"type":"Feature","id":"n6516388491","geometry":{"type":"Point","coordinates":[-0.1069948,51.448554]},"properties":{"@type":"node","@id":6516388491,"@timestamp":1613654910},"coords":"51.448554,-0.1069948","bedrooms":"1","price":"180000","area":"516"} , +{"type":"Feature","id":"n6516388501","geometry":{"type":"Point","coordinates":[-0.1070514,51.4489247]},"properties":{"@type":"node","@id":6516388501,"@timestamp":1613655654},"coords":"51.4489247,-0.1070514","bedrooms":"2","price":"239000","area":"365"} , +{"type":"Feature","id":"n6516593059","geometry":{"type":"Point","coordinates":[-0.1089491,51.4494639]},"properties":{"@type":"node","@id":6516593059,"@timestamp":1559494326},"coords":"51.4494639,-0.1089491","bedrooms":"4","price":"173000","area":"433"} , +{"type":"Feature","id":"n6516675067","geometry":{"type":"Point","coordinates":[-0.2463768,51.3969646]},"properties":{"@type":"node","@id":6516675067,"@timestamp":1559496707},"coords":"51.3969646,-0.2463768","bedrooms":"3","price":"191000","area":"476"} , +{"type":"Feature","id":"n6516675856","geometry":{"type":"Point","coordinates":[-0.3103571,51.5062901]},"properties":{"@type":"node","@id":6516675856,"@timestamp":1569584592},"coords":"51.5062901,-0.3103571","bedrooms":"3","price":"230000","area":"546"} , +{"type":"Feature","id":"n6516675866","geometry":{"type":"Point","coordinates":[-0.3141041,51.5022781]},"properties":{"@type":"node","@id":6516675866,"@timestamp":1605213820},"coords":"51.5022781,-0.3141041","bedrooms":"2","price":"269000","area":"437"} , +{"type":"Feature","id":"n6516675876","geometry":{"type":"Point","coordinates":[-0.3120227,51.5038392]},"properties":{"@type":"node","@id":6516675876,"@timestamp":1569584317},"coords":"51.5038392,-0.3120227","bedrooms":"1","price":"282000","area":"521"} , +{"type":"Feature","id":"n6516677046","geometry":{"type":"Point","coordinates":[-0.3096905,51.5069495]},"properties":{"@type":"node","@id":6516677046,"@timestamp":1569584736},"coords":"51.5069495,-0.3096905","bedrooms":"1","price":"177000","area":"451"} , +{"type":"Feature","id":"n6516677056","geometry":{"type":"Point","coordinates":[-0.3094491,51.5084236]},"properties":{"@type":"node","@id":6516677056,"@timestamp":1559497799},"coords":"51.5084236,-0.3094491","bedrooms":"2","price":"167000","area":"665"} , +{"type":"Feature","id":"n6516677066","geometry":{"type":"Point","coordinates":[-0.3087665,51.509603]},"properties":{"@type":"node","@id":6516677066,"@timestamp":1559497799},"coords":"51.509603,-0.3087665","bedrooms":"3","price":"225000","area":"642"} , +{"type":"Feature","id":"n6516677076","geometry":{"type":"Point","coordinates":[-0.307823,51.5112101]},"properties":{"@type":"node","@id":6516677076,"@timestamp":1611701127},"coords":"51.5112101,-0.307823","bedrooms":"2","price":"152000","area":"653"} , +{"type":"Feature","id":"n6516683786","geometry":{"type":"Point","coordinates":[-0.3143441,51.5017124]},"properties":{"@type":"node","@id":6516683786,"@timestamp":1605213820},"coords":"51.5017124,-0.3143441","bedrooms":"2","price":"152000","area":"577"} , +{"type":"Feature","id":"n6516692064","geometry":{"type":"Point","coordinates":[0.6690435,51.6721168]},"properties":{"@type":"node","@id":6516692064,"@timestamp":1627589097},"coords":"51.6721168,0.6690435","bedrooms":"3","price":"249000","area":"687"} , +{"type":"Feature","id":"n6516700090","geometry":{"type":"Point","coordinates":[-0.3123831,51.5096199]},"properties":{"@type":"node","@id":6516700090,"@timestamp":1559497799},"coords":"51.5096199,-0.3123831","bedrooms":"1","price":"222000","area":"658"} , +{"type":"Feature","id":"n6516706116","geometry":{"type":"Point","coordinates":[-0.0079724,51.4795909]},"properties":{"@type":"node","@id":6516706116,"@timestamp":1559499514},"coords":"51.4795909,-0.0079724","bedrooms":"1","price":"213000","area":"506"} , +{"type":"Feature","id":"n6516787146","geometry":{"type":"Point","coordinates":[0.8152159,51.6630928]},"properties":{"@type":"node","@id":6516787146,"@timestamp":1559501053},"coords":"51.6630928,0.8152159","bedrooms":"2","price":"171000","area":"519"} , +{"type":"Feature","id":"n6516923801","geometry":{"type":"Point","coordinates":[-0.056494,51.5275047]},"properties":{"@type":"node","@id":6516923801,"@timestamp":1575381889},"coords":"51.5275047,-0.056494","bedrooms":"0","price":"197000","area":"461"} , +{"type":"Feature","id":"n6517017287","geometry":{"type":"Point","coordinates":[-0.0181575,51.5088946]},"properties":{"@type":"node","@id":6517017287,"@timestamp":1619895865},"coords":"51.5088946,-0.0181575","bedrooms":"4","price":"297000","area":"570"} , +{"type":"Feature","id":"n6517017297","geometry":{"type":"Point","coordinates":[-0.01856,51.5089455]},"properties":{"@type":"node","@id":6517017297,"@timestamp":1619895879},"coords":"51.5089455,-0.01856","bedrooms":"4","price":"288000","area":"566"} , +{"type":"Feature","id":"n6517030167","geometry":{"type":"Point","coordinates":[-0.2442025,51.398332]},"properties":{"@type":"node","@id":6517030167,"@timestamp":1559511807},"coords":"51.398332,-0.2442025","bedrooms":"1","price":"154000","area":"643"} , +{"type":"Feature","id":"n6517044208","geometry":{"type":"Point","coordinates":[-0.2448896,51.3978677]},"properties":{"@type":"node","@id":6517044208,"@timestamp":1559511807},"coords":"51.3978677,-0.2448896","bedrooms":"2","price":"151000","area":"682"} , +{"type":"Feature","id":"n6517208236","geometry":{"type":"Point","coordinates":[-0.0590824,51.6589406]},"properties":{"@type":"node","@id":6517208236,"@timestamp":1571064286},"coords":"51.6589406,-0.0590824","bedrooms":"0","price":"164000","area":"526"} , +{"type":"Feature","id":"n6517459530","geometry":{"type":"Point","coordinates":[-0.1742287,51.5307666]},"properties":{"@type":"node","@id":6517459530,"@timestamp":1559532586},"coords":"51.5307666,-0.1742287","bedrooms":"0","price":"286000","area":"436"} , +{"type":"Feature","id":"n6517516605","geometry":{"type":"Point","coordinates":[-0.5992258,51.6246804]},"properties":{"@type":"node","@id":6517516605,"@timestamp":1559537012},"coords":"51.6246804,-0.5992258","bedrooms":"2","price":"262000","area":"560"} , +{"type":"Feature","id":"n6517637011","geometry":{"type":"Point","coordinates":[-0.1081644,51.5027019]},"properties":{"@type":"node","@id":6517637011,"@timestamp":1633962619},"coords":"51.5027019,-0.1081644","bedrooms":"3","price":"289000","area":"584"} , +{"type":"Feature","id":"n6517698411","geometry":{"type":"Point","coordinates":[-0.3568503,51.3321534]},"properties":{"@type":"node","@id":6517698411,"@timestamp":1559546089},"coords":"51.3321534,-0.3568503","bedrooms":"0","price":"229000","area":"661"} , +{"type":"Feature","id":"n6517758484","geometry":{"type":"Point","coordinates":[-0.1466876,51.4377105]},"properties":{"@type":"node","@id":6517758484,"@timestamp":1610817938},"coords":"51.4377105,-0.1466876","bedrooms":"3","price":"194000","area":"521"} , +{"type":"Feature","id":"n6517793263","geometry":{"type":"Point","coordinates":[-0.0856244,51.5126502]},"properties":{"@type":"node","@id":6517793263,"@timestamp":1559550244},"coords":"51.5126502,-0.0856244","bedrooms":"1","price":"228000","area":"699"} , +{"type":"Feature","id":"n6517896664","geometry":{"type":"Point","coordinates":[-0.5437623,51.3215609]},"properties":{"@type":"node","@id":6517896664,"@timestamp":1559554295},"coords":"51.3215609,-0.5437623","bedrooms":"1","price":"291000","area":"483"} , +{"type":"Feature","id":"n6517896674","geometry":{"type":"Point","coordinates":[-0.5412748,51.3212485]},"properties":{"@type":"node","@id":6517896674,"@timestamp":1559554295},"coords":"51.3212485,-0.5412748","bedrooms":"0","price":"284000","area":"414"} , +{"type":"Feature","id":"n6517896950","geometry":{"type":"Point","coordinates":[-0.5489957,51.3199929]},"properties":{"@type":"node","@id":6517896950,"@timestamp":1559554295},"coords":"51.3199929,-0.5489957","bedrooms":"3","price":"197000","area":"599"} , +{"type":"Feature","id":"n6517896968","geometry":{"type":"Point","coordinates":[-0.5427232,51.3210264]},"properties":{"@type":"node","@id":6517896968,"@timestamp":1559554295},"coords":"51.3210264,-0.5427232","bedrooms":"4","price":"172000","area":"455"} , +{"type":"Feature","id":"n6517896978","geometry":{"type":"Point","coordinates":[-0.543429,51.3188293]},"properties":{"@type":"node","@id":6517896978,"@timestamp":1559554295},"coords":"51.3188293,-0.543429","bedrooms":"1","price":"218000","area":"541"} , +{"type":"Feature","id":"n6518193974","geometry":{"type":"Point","coordinates":[-0.8430234,51.1967164]},"properties":{"@type":"node","@id":6518193974,"@timestamp":1559566176},"coords":"51.1967164,-0.8430234","bedrooms":"3","price":"281000","area":"551"} , +{"type":"Feature","id":"n6518222471","geometry":{"type":"Point","coordinates":[-0.5415901,51.3205362]},"properties":{"@type":"node","@id":6518222471,"@timestamp":1559566242},"coords":"51.3205362,-0.5415901","bedrooms":"2","price":"245000","area":"556"} , +{"type":"Feature","id":"n6518222481","geometry":{"type":"Point","coordinates":[-0.5410132,51.3197835]},"properties":{"@type":"node","@id":6518222481,"@timestamp":1559566242},"coords":"51.3197835,-0.5410132","bedrooms":"0","price":"161000","area":"519"} , +{"type":"Feature","id":"n6518240620","geometry":{"type":"Point","coordinates":[-0.0523555,51.4936596]},"properties":{"@type":"node","@id":6518240620,"@timestamp":1559567439},"coords":"51.4936596,-0.0523555","bedrooms":"4","price":"160000","area":"441"} , +{"type":"Feature","id":"n6518421764","geometry":{"type":"Point","coordinates":[-0.0544606,51.4948887]},"properties":{"@type":"node","@id":6518421764,"@timestamp":1559571551},"coords":"51.4948887,-0.0544606","bedrooms":"1","price":"253000","area":"556"} , +{"type":"Feature","id":"n6518527391","geometry":{"type":"Point","coordinates":[-0.9720512,51.4558533]},"properties":{"@type":"node","@id":6518527391,"@timestamp":1630724331},"coords":"51.4558533,-0.9720512","bedrooms":"2","price":"173000","area":"495"} , +{"type":"Feature","id":"n6518534960","geometry":{"type":"Point","coordinates":[-0.175666,51.5297122]},"properties":{"@type":"node","@id":6518534960,"@timestamp":1559575689},"coords":"51.5297122,-0.175666","bedrooms":"4","price":"267000","area":"389"} , +{"type":"Feature","id":"n6518555546","geometry":{"type":"Point","coordinates":[-0.0287199,51.5138316]},"properties":{"@type":"node","@id":6518555546,"@timestamp":1610927466},"coords":"51.5138316,-0.0287199","bedrooms":"4","price":"211000","area":"565"} , +{"type":"Feature","id":"n6518555556","geometry":{"type":"Point","coordinates":[-0.065278,51.5061596]},"properties":{"@type":"node","@id":6518555556,"@timestamp":1559577958},"coords":"51.5061596,-0.065278","bedrooms":"1","price":"227000","area":"377"} , +{"type":"Feature","id":"n6518758960","geometry":{"type":"Point","coordinates":[-0.1738325,51.5304538]},"properties":{"@type":"node","@id":6518758960,"@timestamp":1559584336},"coords":"51.5304538,-0.1738325","bedrooms":"0","price":"282000","area":"521"} , +{"type":"Feature","id":"n6518763655","geometry":{"type":"Point","coordinates":[-0.1743236,51.5322567]},"properties":{"@type":"node","@id":6518763655,"@timestamp":1559584336},"coords":"51.5322567,-0.1743236","bedrooms":"2","price":"273000","area":"546"} , +{"type":"Feature","id":"n6518834419","geometry":{"type":"Point","coordinates":[-0.2245238,51.7575113]},"properties":{"@type":"node","@id":6518834419,"@timestamp":1559587289},"coords":"51.7575113,-0.2245238","bedrooms":"4","price":"150000","area":"408"} , +{"type":"Feature","id":"n6519001738","geometry":{"type":"Point","coordinates":[0.3389465,51.1377141]},"properties":{"@type":"node","@id":6519001738,"@timestamp":1564243786},"coords":"51.1377141,0.3389465","bedrooms":"1","price":"262000","area":"495"} , +{"type":"Feature","id":"n6519002402","geometry":{"type":"Point","coordinates":[-0.7814106,51.7579251]},"properties":{"@type":"node","@id":6519002402,"@timestamp":1559593707},"coords":"51.7579251,-0.7814106","bedrooms":"1","price":"189000","area":"595"} , +{"type":"Feature","id":"n6519015005","geometry":{"type":"Point","coordinates":[-0.1357277,51.3171433]},"properties":{"@type":"node","@id":6519015005,"@timestamp":1559594285},"coords":"51.3171433,-0.1357277","bedrooms":"4","price":"197000","area":"440"} , +{"type":"Feature","id":"n6519032766","geometry":{"type":"Point","coordinates":[-0.9515603,51.4847891]},"properties":{"@type":"node","@id":6519032766,"@timestamp":1559595442},"coords":"51.4847891,-0.9515603","bedrooms":"3","price":"244000","area":"595"} , +{"type":"Feature","id":"n6519221298","geometry":{"type":"Point","coordinates":[-0.3274681,51.4457009]},"properties":{"@type":"node","@id":6519221298,"@timestamp":1559603279},"coords":"51.4457009,-0.3274681","bedrooms":"1","price":"278000","area":"512"} , +{"type":"Feature","id":"n6520219537","geometry":{"type":"Point","coordinates":[-0.1730897,51.5318667]},"properties":{"@type":"node","@id":6520219537,"@timestamp":1559619041},"coords":"51.5318667,-0.1730897","bedrooms":"2","price":"215000","area":"518"} , +{"type":"Feature","id":"n6520235811","geometry":{"type":"Point","coordinates":[-0.1723421,51.5307951]},"properties":{"@type":"node","@id":6520235811,"@timestamp":1559619041},"coords":"51.5307951,-0.1723421","bedrooms":"4","price":"251000","area":"454"} , +{"type":"Feature","id":"n6520451095","geometry":{"type":"Point","coordinates":[-0.5450603,51.3181464]},"properties":{"@type":"node","@id":6520451095,"@timestamp":1559629984},"coords":"51.3181464,-0.5450603","bedrooms":"4","price":"218000","area":"360"} , +{"type":"Feature","id":"n6520451105","geometry":{"type":"Point","coordinates":[-0.5453391,51.3183053]},"properties":{"@type":"node","@id":6520451105,"@timestamp":1559629984},"coords":"51.3183053,-0.5453391","bedrooms":"2","price":"181000","area":"568"} , +{"type":"Feature","id":"n6520451115","geometry":{"type":"Point","coordinates":[-0.5452532,51.3189441]},"properties":{"@type":"node","@id":6520451115,"@timestamp":1559629984},"coords":"51.3189441,-0.5452532","bedrooms":"3","price":"218000","area":"515"} , +{"type":"Feature","id":"n6520451125","geometry":{"type":"Point","coordinates":[-0.5433651,51.3183897]},"properties":{"@type":"node","@id":6520451125,"@timestamp":1559629984},"coords":"51.3183897,-0.5433651","bedrooms":"0","price":"251000","area":"427"} , +{"type":"Feature","id":"n6520451552","geometry":{"type":"Point","coordinates":[-0.5435398,51.3203355]},"properties":{"@type":"node","@id":6520451552,"@timestamp":1559629984},"coords":"51.3203355,-0.5435398","bedrooms":"0","price":"240000","area":"548"} , +{"type":"Feature","id":"n6520454733","geometry":{"type":"Point","coordinates":[-1.0255831,51.4447857]},"properties":{"@type":"node","@id":6520454733,"@timestamp":1559631563},"coords":"51.4447857,-1.0255831","bedrooms":"3","price":"234000","area":"401"} , +{"type":"Feature","id":"n6520458923","geometry":{"type":"Point","coordinates":[-0.5441266,51.3172619]},"properties":{"@type":"node","@id":6520458923,"@timestamp":1559630695},"coords":"51.3172619,-0.5441266","bedrooms":"2","price":"204000","area":"520"} , +{"type":"Feature","id":"n6520699547","geometry":{"type":"Point","coordinates":[0.2428089,51.4829906]},"properties":{"@type":"node","@id":6520699547,"@timestamp":1559640251},"coords":"51.4829906,0.2428089","bedrooms":"4","price":"198000","area":"509"} , +{"type":"Feature","id":"n6520892143","geometry":{"type":"Point","coordinates":[-0.0239024,51.5080407]},"properties":{"@type":"node","@id":6520892143,"@timestamp":1586937153},"coords":"51.5080407,-0.0239024","bedrooms":"0","price":"284000","area":"573"} , +{"type":"Feature","id":"n6521278853","geometry":{"type":"Point","coordinates":[-0.4305128,51.4477521]},"properties":{"@type":"node","@id":6521278853,"@timestamp":1574871902},"coords":"51.4477521,-0.4305128","bedrooms":"1","price":"242000","area":"691"} , +{"type":"Feature","id":"n6521332735","geometry":{"type":"Point","coordinates":[-0.5374005,51.3158341]},"properties":{"@type":"node","@id":6521332735,"@timestamp":1559657144},"coords":"51.3158341,-0.5374005","bedrooms":"4","price":"214000","area":"573"} , +{"type":"Feature","id":"n6521394167","geometry":{"type":"Point","coordinates":[0.875695,51.9364018]},"properties":{"@type":"node","@id":6521394167,"@timestamp":1559659594},"coords":"51.9364018,0.875695","bedrooms":"4","price":"298000","area":"492"} , +{"type":"Feature","id":"n6521485754","geometry":{"type":"Point","coordinates":[-0.2491422,51.414934]},"properties":{"@type":"node","@id":6521485754,"@timestamp":1559663304},"coords":"51.414934,-0.2491422","bedrooms":"4","price":"176000","area":"574"} , +{"type":"Feature","id":"n6521516269","geometry":{"type":"Point","coordinates":[-0.0310984,51.4810346]},"properties":{"@type":"node","@id":6521516269,"@timestamp":1559663517},"coords":"51.4810346,-0.0310984","bedrooms":"3","price":"151000","area":"445"} , +{"type":"Feature","id":"n6521646553","geometry":{"type":"Point","coordinates":[0.7797698,51.5582495]},"properties":{"@type":"node","@id":6521646553,"@timestamp":1559667264},"coords":"51.5582495,0.7797698","bedrooms":"0","price":"291000","area":"407"} , +{"type":"Feature","id":"n6521870389","geometry":{"type":"Point","coordinates":[-0.1357692,51.5253831]},"properties":{"@type":"node","@id":6521870389,"@timestamp":1603575667},"coords":"51.5253831,-0.1357692","bedrooms":"0","price":"265000","area":"579"} , +{"type":"Feature","id":"n6521965518","geometry":{"type":"Point","coordinates":[0.6861214,51.870864]},"properties":{"@type":"node","@id":6521965518,"@timestamp":1559678242},"coords":"51.870864,0.6861214","bedrooms":"0","price":"252000","area":"437"} , +{"type":"Feature","id":"n6522039315","geometry":{"type":"Point","coordinates":[0.6858151,51.8709585]},"properties":{"@type":"node","@id":6522039315,"@timestamp":1559680030},"coords":"51.8709585,0.6858151","bedrooms":"3","price":"285000","area":"558"} , +{"type":"Feature","id":"n6522124511","geometry":{"type":"Point","coordinates":[-0.9556811,51.4598489]},"properties":{"@type":"node","@id":6522124511,"@timestamp":1569349955},"coords":"51.4598489,-0.9556811","bedrooms":"2","price":"192000","area":"696"} , +{"type":"Feature","id":"n6522124651","geometry":{"type":"Point","coordinates":[-0.9653699,51.4598113]},"properties":{"@type":"node","@id":6522124651,"@timestamp":1559683060},"coords":"51.4598113,-0.9653699","bedrooms":"4","price":"256000","area":"414"} , +{"type":"Feature","id":"n6522124672","geometry":{"type":"Point","coordinates":[-0.9631189,51.4594629]},"properties":{"@type":"node","@id":6522124672,"@timestamp":1559683060},"coords":"51.4594629,-0.9631189","bedrooms":"3","price":"230000","area":"396"} , +{"type":"Feature","id":"n6522124682","geometry":{"type":"Point","coordinates":[-0.9630471,51.4596421]},"properties":{"@type":"node","@id":6522124682,"@timestamp":1559683060},"coords":"51.4596421,-0.9630471","bedrooms":"3","price":"233000","area":"382"} , +{"type":"Feature","id":"n6522124699","geometry":{"type":"Point","coordinates":[-0.9548731,51.460217]},"properties":{"@type":"node","@id":6522124699,"@timestamp":1559683060},"coords":"51.460217,-0.9548731","bedrooms":"0","price":"218000","area":"623"} , +{"type":"Feature","id":"n6522124709","geometry":{"type":"Point","coordinates":[-0.9532262,51.4598924]},"properties":{"@type":"node","@id":6522124709,"@timestamp":1559683060},"coords":"51.4598924,-0.9532262","bedrooms":"3","price":"208000","area":"472"} , +{"type":"Feature","id":"n6522124838","geometry":{"type":"Point","coordinates":[-0.9607785,51.4620851]},"properties":{"@type":"node","@id":6522124838,"@timestamp":1559841367},"coords":"51.4620851,-0.9607785","bedrooms":"2","price":"174000","area":"499"} , +{"type":"Feature","id":"n6522124857","geometry":{"type":"Point","coordinates":[-0.9621248,51.4608012]},"properties":{"@type":"node","@id":6522124857,"@timestamp":1559683060},"coords":"51.4608012,-0.9621248","bedrooms":"3","price":"261000","area":"646"} , +{"type":"Feature","id":"n6522206932","geometry":{"type":"Point","coordinates":[-1.0551091,51.1567185]},"properties":{"@type":"node","@id":6522206932,"@timestamp":1559687241},"coords":"51.1567185,-1.0551091","bedrooms":"1","price":"299000","area":"625"} , +{"type":"Feature","id":"n6522284458","geometry":{"type":"Point","coordinates":[-0.3721672,51.5170353]},"properties":{"@type":"node","@id":6522284458,"@timestamp":1613744157},"coords":"51.5170353,-0.3721672","bedrooms":"4","price":"201000","area":"504"} , +{"type":"Feature","id":"n6522587344","geometry":{"type":"Point","coordinates":[-0.2858973,51.2650756]},"properties":{"@type":"node","@id":6522587344,"@timestamp":1559717657},"coords":"51.2650756,-0.2858973","bedrooms":"2","price":"250000","area":"393"} , +{"type":"Feature","id":"n6522594714","geometry":{"type":"Point","coordinates":[-0.0499508,51.6104234]},"properties":{"@type":"node","@id":6522594714,"@timestamp":1559715114},"coords":"51.6104234,-0.0499508","bedrooms":"2","price":"234000","area":"589"} , +{"type":"Feature","id":"n6522611854","geometry":{"type":"Point","coordinates":[-0.050455,51.6096289]},"properties":{"@type":"node","@id":6522611854,"@timestamp":1628103745},"coords":"51.6096289,-0.050455","bedrooms":"0","price":"161000","area":"500"} , +{"type":"Feature","id":"n6522616803","geometry":{"type":"Point","coordinates":[-0.0502029,51.6098596]},"properties":{"@type":"node","@id":6522616803,"@timestamp":1559717535},"coords":"51.6098596,-0.0502029","bedrooms":"1","price":"189000","area":"461"} , +{"type":"Feature","id":"n6522630409","geometry":{"type":"Point","coordinates":[-0.0500581,51.6094698]},"properties":{"@type":"node","@id":6522630409,"@timestamp":1559717535},"coords":"51.6094698,-0.0500581","bedrooms":"3","price":"218000","area":"450"} , +{"type":"Feature","id":"n6522634076","geometry":{"type":"Point","coordinates":[-0.050502,51.6100532]},"properties":{"@type":"node","@id":6522634076,"@timestamp":1559719342},"coords":"51.6100532,-0.050502","bedrooms":"3","price":"237000","area":"477"} , +{"type":"Feature","id":"n6522656206","geometry":{"type":"Point","coordinates":[-0.0505295,51.60985]},"properties":{"@type":"node","@id":6522656206,"@timestamp":1559718814},"coords":"51.60985,-0.0505295","bedrooms":"0","price":"198000","area":"354"} , +{"type":"Feature","id":"n6522670865","geometry":{"type":"Point","coordinates":[-0.0505959,51.6113195]},"properties":{"@type":"node","@id":6522670865,"@timestamp":1559720466},"coords":"51.6113195,-0.0505959","bedrooms":"3","price":"230000","area":"514"} , +{"type":"Feature","id":"n6522676197","geometry":{"type":"Point","coordinates":[-0.05074,51.6117093]},"properties":{"@type":"node","@id":6522676197,"@timestamp":1559720252},"coords":"51.6117093,-0.05074","bedrooms":"3","price":"279000","area":"606"} , +{"type":"Feature","id":"n6522685797","geometry":{"type":"Point","coordinates":[0.5481275,51.1840686]},"properties":{"@type":"node","@id":6522685797,"@timestamp":1559721408},"coords":"51.1840686,0.5481275","bedrooms":"1","price":"177000","area":"542"} , +{"type":"Feature","id":"n6522698668","geometry":{"type":"Point","coordinates":[-0.0521582,51.6087998]},"properties":{"@type":"node","@id":6522698668,"@timestamp":1559722520},"coords":"51.6087998,-0.0521582","bedrooms":"2","price":"186000","area":"603"} , +{"type":"Feature","id":"n6523510415","geometry":{"type":"Point","coordinates":[-0.6988208,51.3552776]},"properties":{"@type":"node","@id":6523510415,"@timestamp":1600267073},"coords":"51.3552776,-0.6988208","bedrooms":"0","price":"277000","area":"395"} , +{"type":"Feature","id":"n6524005141","geometry":{"type":"Point","coordinates":[-0.178698,51.498368]},"properties":{"@type":"node","@id":6524005141,"@timestamp":1586126247},"coords":"51.498368,-0.178698","bedrooms":"2","price":"218000","area":"510"} , +{"type":"Feature","id":"n6524133455","geometry":{"type":"Point","coordinates":[-0.4068883,51.4505741]},"properties":{"@type":"node","@id":6524133455,"@timestamp":1559734173},"coords":"51.4505741,-0.4068883","bedrooms":"2","price":"271000","area":"499"} , +{"type":"Feature","id":"n6524252945","geometry":{"type":"Point","coordinates":[-0.1374319,51.5184568]},"properties":{"@type":"node","@id":6524252945,"@timestamp":1559742476},"coords":"51.5184568,-0.1374319","bedrooms":"0","price":"208000","area":"481"} , +{"type":"Feature","id":"n6524277107","geometry":{"type":"Point","coordinates":[-0.1292884,51.5071223]},"properties":{"@type":"node","@id":6524277107,"@timestamp":1559741045},"coords":"51.5071223,-0.1292884","bedrooms":"2","price":"165000","area":"681"} , +{"type":"Feature","id":"n6524312098","geometry":{"type":"Point","coordinates":[0.3194678,51.8506992]},"properties":{"@type":"node","@id":6524312098,"@timestamp":1559742201},"coords":"51.8506992,0.3194678","bedrooms":"1","price":"266000","area":"434"} , +{"type":"Feature","id":"n6524354171","geometry":{"type":"Point","coordinates":[-0.1354711,51.5206064]},"properties":{"@type":"node","@id":6524354171,"@timestamp":1573148601},"coords":"51.5206064,-0.1354711","bedrooms":"1","price":"240000","area":"354"} , +{"type":"Feature","id":"n6524590595","geometry":{"type":"Point","coordinates":[0.8215647,51.7595081]},"properties":{"@type":"node","@id":6524590595,"@timestamp":1559744344},"coords":"51.7595081,0.8215647","bedrooms":"3","price":"268000","area":"617"} , +{"type":"Feature","id":"n6524681745","geometry":{"type":"Point","coordinates":[-0.1292068,51.5218629]},"properties":{"@type":"node","@id":6524681745,"@timestamp":1604867428},"coords":"51.5218629,-0.1292068","bedrooms":"2","price":"198000","area":"635"} , +{"type":"Feature","id":"n6524837735","geometry":{"type":"Point","coordinates":[0.1255055,51.3723366]},"properties":{"@type":"node","@id":6524837735,"@timestamp":1559747727},"coords":"51.3723366,0.1255055","bedrooms":"3","price":"205000","area":"441"} , +{"type":"Feature","id":"n6525031124","geometry":{"type":"Point","coordinates":[-0.9898054,51.4557454]},"properties":{"@type":"node","@id":6525031124,"@timestamp":1559753113},"coords":"51.4557454,-0.9898054","bedrooms":"3","price":"257000","area":"633"} , +{"type":"Feature","id":"n6525072935","geometry":{"type":"Point","coordinates":[0.4470568,51.3376776]},"properties":{"@type":"node","@id":6525072935,"@timestamp":1608935110},"coords":"51.3376776,0.4470568","bedrooms":"4","price":"174000","area":"614"} , +{"type":"Feature","id":"n6525445868","geometry":{"type":"Point","coordinates":[-0.1006137,51.5870564]},"properties":{"@type":"node","@id":6525445868,"@timestamp":1559765000},"coords":"51.5870564,-0.1006137","bedrooms":"1","price":"208000","area":"563"} , +{"type":"Feature","id":"n6525661855","geometry":{"type":"Point","coordinates":[0.1978236,51.9131895]},"properties":{"@type":"node","@id":6525661855,"@timestamp":1623800916},"coords":"51.9131895,0.1978236","bedrooms":"3","price":"206000","area":"437"} , +{"type":"Feature","id":"n6525701534","geometry":{"type":"Point","coordinates":[-0.1008349,51.5173234]},"properties":{"@type":"node","@id":6525701534,"@timestamp":1635075576},"coords":"51.5173234,-0.1008349","bedrooms":"0","price":"285000","area":"557"} , +{"type":"Feature","id":"n6527577367","geometry":{"type":"Point","coordinates":[0.2074055,51.0297875]},"properties":{"@type":"node","@id":6527577367,"@timestamp":1559796578},"coords":"51.0297875,0.2074055","bedrooms":"0","price":"208000","area":"620"} , +{"type":"Feature","id":"n6527945318","geometry":{"type":"Point","coordinates":[-0.323371,51.6074559]},"properties":{"@type":"node","@id":6527945318,"@timestamp":1559810008},"coords":"51.6074559,-0.323371","bedrooms":"4","price":"178000","area":"624"} , +{"type":"Feature","id":"n6528170500","geometry":{"type":"Point","coordinates":[-0.6883761,51.6176166]},"properties":{"@type":"node","@id":6528170500,"@timestamp":1559818173},"coords":"51.6176166,-0.6883761","bedrooms":"1","price":"271000","area":"465"} , +{"type":"Feature","id":"n6528435822","geometry":{"type":"Point","coordinates":[-0.1528168,51.5172506]},"properties":{"@type":"node","@id":6528435822,"@timestamp":1559828401},"coords":"51.5172506,-0.1528168","bedrooms":"2","price":"208000","area":"617"} , +{"type":"Feature","id":"n6528571767","geometry":{"type":"Point","coordinates":[-0.151762,51.5219991]},"properties":{"@type":"node","@id":6528571767,"@timestamp":1559832731},"coords":"51.5219991,-0.151762","bedrooms":"3","price":"153000","area":"604"} , +{"type":"Feature","id":"n6528649090","geometry":{"type":"Point","coordinates":[-0.1516748,51.5229789]},"properties":{"@type":"node","@id":6528649090,"@timestamp":1559835774},"coords":"51.5229789,-0.1516748","bedrooms":"1","price":"207000","area":"494"} , +{"type":"Feature","id":"n6528660994","geometry":{"type":"Point","coordinates":[-0.1406665,51.5241422]},"properties":{"@type":"node","@id":6528660994,"@timestamp":1595184838},"coords":"51.5241422,-0.1406665","bedrooms":"2","price":"265000","area":"522"} , +{"type":"Feature","id":"n6528661004","geometry":{"type":"Point","coordinates":[-0.1408319,51.5238039]},"properties":{"@type":"node","@id":6528661004,"@timestamp":1572870642},"coords":"51.5238039,-0.1408319","bedrooms":"2","price":"270000","area":"538"} , +{"type":"Feature","id":"n6528781517","geometry":{"type":"Point","coordinates":[-0.1720078,51.531197]},"properties":{"@type":"node","@id":6528781517,"@timestamp":1559839889},"coords":"51.531197,-0.1720078","bedrooms":"3","price":"204000","area":"429"} , +{"type":"Feature","id":"n6528781618","geometry":{"type":"Point","coordinates":[-0.1726901,51.531753]},"properties":{"@type":"node","@id":6528781618,"@timestamp":1559839889},"coords":"51.531753,-0.1726901","bedrooms":"1","price":"278000","area":"384"} , +{"type":"Feature","id":"n6529000661","geometry":{"type":"Point","coordinates":[-0.9633876,51.4612712]},"properties":{"@type":"node","@id":6529000661,"@timestamp":1559841367},"coords":"51.4612712,-0.9633876","bedrooms":"3","price":"225000","area":"506"} , +{"type":"Feature","id":"n6529072909","geometry":{"type":"Point","coordinates":[-0.1066574,51.2932532]},"properties":{"@type":"node","@id":6529072909,"@timestamp":1559841403},"coords":"51.2932532,-0.1066574","bedrooms":"2","price":"157000","area":"553"} , +{"type":"Feature","id":"n6529072928","geometry":{"type":"Point","coordinates":[-0.1068853,51.2935339]},"properties":{"@type":"node","@id":6529072928,"@timestamp":1559841403},"coords":"51.2935339,-0.1068853","bedrooms":"3","price":"155000","area":"602"} , +{"type":"Feature","id":"n6529077346","geometry":{"type":"Point","coordinates":[-0.9627146,51.4603762]},"properties":{"@type":"node","@id":6529077346,"@timestamp":1559841367},"coords":"51.4603762,-0.9627146","bedrooms":"0","price":"174000","area":"638"} , +{"type":"Feature","id":"n6529078710","geometry":{"type":"Point","coordinates":[-0.9798484,51.4059642]},"properties":{"@type":"node","@id":6529078710,"@timestamp":1559841402},"coords":"51.4059642,-0.9798484","bedrooms":"4","price":"163000","area":"621"} , +{"type":"Feature","id":"n6529099645","geometry":{"type":"Point","coordinates":[-0.9802991,51.4057214]},"properties":{"@type":"node","@id":6529099645,"@timestamp":1565131629},"coords":"51.4057214,-0.9802991","bedrooms":"1","price":"200000","area":"412"} , +{"type":"Feature","id":"n6529099659","geometry":{"type":"Point","coordinates":[-0.9799632,51.4059965]},"properties":{"@type":"node","@id":6529099659,"@timestamp":1559841402},"coords":"51.4059965,-0.9799632","bedrooms":"2","price":"203000","area":"643"} , +{"type":"Feature","id":"n6529099699","geometry":{"type":"Point","coordinates":[-0.9799048,51.4056237]},"properties":{"@type":"node","@id":6529099699,"@timestamp":1559841402},"coords":"51.4056237,-0.9799048","bedrooms":"0","price":"161000","area":"618"} , +{"type":"Feature","id":"n6529421912","geometry":{"type":"Point","coordinates":[-0.0968351,51.2831883]},"properties":{"@type":"node","@id":6529421912,"@timestamp":1559842987},"coords":"51.2831883,-0.0968351","bedrooms":"2","price":"215000","area":"444"} , +{"type":"Feature","id":"n6529421925","geometry":{"type":"Point","coordinates":[-0.0939848,51.2831729]},"properties":{"@type":"node","@id":6529421925,"@timestamp":1559842987},"coords":"51.2831729,-0.0939848","bedrooms":"0","price":"221000","area":"564"} , +{"type":"Feature","id":"n6530427922","geometry":{"type":"Point","coordinates":[-0.0208409,51.5057035]},"properties":{"@type":"node","@id":6530427922,"@timestamp":1620577540},"coords":"51.5057035,-0.0208409","bedrooms":"2","price":"182000","area":"615"} , +{"type":"Feature","id":"n6530437321","geometry":{"type":"Point","coordinates":[-0.5589999,51.3187643]},"properties":{"@type":"node","@id":6530437321,"@timestamp":1559854456},"coords":"51.3187643,-0.5589999","bedrooms":"4","price":"198000","area":"466"} , +{"type":"Feature","id":"n6530449120","geometry":{"type":"Point","coordinates":[-0.0566576,51.5112548]},"properties":{"@type":"node","@id":6530449120,"@timestamp":1575668787},"coords":"51.5112548,-0.0566576","bedrooms":"3","price":"241000","area":"463"} , +{"type":"Feature","id":"n6530471700","geometry":{"type":"Point","coordinates":[-0.0889654,51.2870078]},"properties":{"@type":"node","@id":6530471700,"@timestamp":1559854343},"coords":"51.2870078,-0.0889654","bedrooms":"4","price":"173000","area":"675"} , +{"type":"Feature","id":"n6530534907","geometry":{"type":"Point","coordinates":[-0.2484094,51.4145783]},"properties":{"@type":"node","@id":6530534907,"@timestamp":1559861109},"coords":"51.4145783,-0.2484094","bedrooms":"0","price":"155000","area":"536"} , +{"type":"Feature","id":"n6530534917","geometry":{"type":"Point","coordinates":[-0.2481405,51.4145106]},"properties":{"@type":"node","@id":6530534917,"@timestamp":1559861109},"coords":"51.4145106,-0.2481405","bedrooms":"2","price":"239000","area":"555"} , +{"type":"Feature","id":"n6530534927","geometry":{"type":"Point","coordinates":[-0.2487474,51.4142489]},"properties":{"@type":"node","@id":6530534927,"@timestamp":1559861109},"coords":"51.4142489,-0.2487474","bedrooms":"0","price":"203000","area":"663"} , +{"type":"Feature","id":"n6530585574","geometry":{"type":"Point","coordinates":[-0.2497646,51.4137628]},"properties":{"@type":"node","@id":6530585574,"@timestamp":1559863786},"coords":"51.4137628,-0.2497646","bedrooms":"2","price":"211000","area":"430"} , +{"type":"Feature","id":"n6530619832","geometry":{"type":"Point","coordinates":[0.0187823,51.4028926]},"properties":{"@type":"node","@id":6530619832,"@timestamp":1564900584},"coords":"51.4028926,0.0187823","bedrooms":"0","price":"162000","area":"482"} , +{"type":"Feature","id":"n6530828587","geometry":{"type":"Point","coordinates":[0.4342702,51.5165009]},"properties":{"@type":"node","@id":6530828587,"@timestamp":1559877437},"coords":"51.5165009,0.4342702","bedrooms":"3","price":"163000","area":"385"} , +{"type":"Feature","id":"n6531458107","geometry":{"type":"Point","coordinates":[-0.1717453,51.532607]},"properties":{"@type":"node","@id":6531458107,"@timestamp":1605872141},"coords":"51.532607,-0.1717453","bedrooms":"4","price":"161000","area":"510"} , +{"type":"Feature","id":"n6531458311","geometry":{"type":"Point","coordinates":[-0.17168,51.5324037]},"properties":{"@type":"node","@id":6531458311,"@timestamp":1559889496},"coords":"51.5324037,-0.17168","bedrooms":"0","price":"219000","area":"474"} , +{"type":"Feature","id":"n6531649026","geometry":{"type":"Point","coordinates":[-0.9884596,51.4579699]},"properties":{"@type":"node","@id":6531649026,"@timestamp":1559897633},"coords":"51.4579699,-0.9884596","bedrooms":"4","price":"243000","area":"410"} , +{"type":"Feature","id":"n6531710772","geometry":{"type":"Point","coordinates":[-0.3170574,51.6081109]},"properties":{"@type":"node","@id":6531710772,"@timestamp":1559899937},"coords":"51.6081109,-0.3170574","bedrooms":"3","price":"283000","area":"564"} , +{"type":"Feature","id":"n6531729069","geometry":{"type":"Point","coordinates":[-0.2903572,50.9744065]},"properties":{"@type":"node","@id":6531729069,"@timestamp":1559901559},"coords":"50.9744065,-0.2903572","bedrooms":"1","price":"257000","area":"474"} , +{"type":"Feature","id":"n6531925192","geometry":{"type":"Point","coordinates":[0.2525693,51.4419732]},"properties":{"@type":"node","@id":6531925192,"@timestamp":1559908972},"coords":"51.4419732,0.2525693","bedrooms":"2","price":"216000","area":"611"} , +{"type":"Feature","id":"n6531925202","geometry":{"type":"Point","coordinates":[0.2513966,51.4417904]},"properties":{"@type":"node","@id":6531925202,"@timestamp":1559908972},"coords":"51.4417904,0.2513966","bedrooms":"3","price":"268000","area":"566"} , +{"type":"Feature","id":"n6531925285","geometry":{"type":"Point","coordinates":[0.2499564,51.4415737]},"properties":{"@type":"node","@id":6531925285,"@timestamp":1559908490},"coords":"51.4415737,0.2499564","bedrooms":"0","price":"283000","area":"388"} , +{"type":"Feature","id":"n6531931734","geometry":{"type":"Point","coordinates":[0.2521143,51.4417011]},"properties":{"@type":"node","@id":6531931734,"@timestamp":1559910062},"coords":"51.4417011,0.2521143","bedrooms":"4","price":"231000","area":"652"} , +{"type":"Feature","id":"n6531931744","geometry":{"type":"Point","coordinates":[0.250857,51.4414803]},"properties":{"@type":"node","@id":6531931744,"@timestamp":1559910062},"coords":"51.4414803,0.250857","bedrooms":"4","price":"291000","area":"576"} , +{"type":"Feature","id":"n6531983217","geometry":{"type":"Point","coordinates":[0.2531673,51.4408486]},"properties":{"@type":"node","@id":6531983217,"@timestamp":1559911091},"coords":"51.4408486,0.2531673","bedrooms":"0","price":"195000","area":"570"} , +{"type":"Feature","id":"n6531983227","geometry":{"type":"Point","coordinates":[0.2530171,51.4414672]},"properties":{"@type":"node","@id":6531983227,"@timestamp":1559911091},"coords":"51.4414672,0.2530171","bedrooms":"1","price":"163000","area":"653"} , +{"type":"Feature","id":"n6531983237","geometry":{"type":"Point","coordinates":[0.2526888,51.4410553]},"properties":{"@type":"node","@id":6531983237,"@timestamp":1559911091},"coords":"51.4410553,0.2526888","bedrooms":"0","price":"163000","area":"686"} , +{"type":"Feature","id":"n6531993190","geometry":{"type":"Point","coordinates":[0.2503956,51.4406564]},"properties":{"@type":"node","@id":6531993190,"@timestamp":1559911398},"coords":"51.4406564,0.2503956","bedrooms":"0","price":"270000","area":"591"} , +{"type":"Feature","id":"n6531993200","geometry":{"type":"Point","coordinates":[0.2514138,51.4405537]},"properties":{"@type":"node","@id":6531993200,"@timestamp":1559911398},"coords":"51.4405537,0.2514138","bedrooms":"1","price":"227000","area":"608"} , +{"type":"Feature","id":"n6531993210","geometry":{"type":"Point","coordinates":[0.2525997,51.4404488]},"properties":{"@type":"node","@id":6531993210,"@timestamp":1559911398},"coords":"51.4404488,0.2525997","bedrooms":"1","price":"184000","area":"483"} , +{"type":"Feature","id":"n6531996942","geometry":{"type":"Point","coordinates":[0.2508406,51.4407922]},"properties":{"@type":"node","@id":6531996942,"@timestamp":1559911589},"coords":"51.4407922,0.2508406","bedrooms":"1","price":"262000","area":"440"} , +{"type":"Feature","id":"n6531996952","geometry":{"type":"Point","coordinates":[0.2522329,51.440654]},"properties":{"@type":"node","@id":6531996952,"@timestamp":1559911589},"coords":"51.440654,0.2522329","bedrooms":"2","price":"286000","area":"449"} , +{"type":"Feature","id":"n6532155510","geometry":{"type":"Point","coordinates":[0.0540812,51.468949]},"properties":{"@type":"node","@id":6532155510,"@timestamp":1559917516},"coords":"51.468949,0.0540812","bedrooms":"3","price":"289000","area":"379"} , +{"type":"Feature","id":"n6532291933","geometry":{"type":"Point","coordinates":[-0.9730701,51.4568632]},"properties":{"@type":"node","@id":6532291933,"@timestamp":1559923161},"coords":"51.4568632,-0.9730701","bedrooms":"1","price":"211000","area":"412"} , +{"type":"Feature","id":"n6532388259","geometry":{"type":"Point","coordinates":[-0.0143308,51.5118017]},"properties":{"@type":"node","@id":6532388259,"@timestamp":1565945217},"coords":"51.5118017,-0.0143308","bedrooms":"4","price":"291000","area":"374"} , +{"type":"Feature","id":"n6532455415","geometry":{"type":"Point","coordinates":[-0.2350549,51.4086638]},"properties":{"@type":"node","@id":6532455415,"@timestamp":1559929180},"coords":"51.4086638,-0.2350549","bedrooms":"3","price":"206000","area":"679"} , +{"type":"Feature","id":"n6532493407","geometry":{"type":"Point","coordinates":[-0.1718989,51.5336592]},"properties":{"@type":"node","@id":6532493407,"@timestamp":1559930326},"coords":"51.5336592,-0.1718989","bedrooms":"3","price":"184000","area":"606"} , +{"type":"Feature","id":"n6532593174","geometry":{"type":"Point","coordinates":[-1.0853301,51.2759715]},"properties":{"@type":"node","@id":6532593174,"@timestamp":1559934463},"coords":"51.2759715,-1.0853301","bedrooms":"1","price":"263000","area":"597"} , +{"type":"Feature","id":"n6532784312","geometry":{"type":"Point","coordinates":[-0.0065572,51.2627084]},"properties":{"@type":"node","@id":6532784312,"@timestamp":1559939310},"coords":"51.2627084,-0.0065572","bedrooms":"2","price":"164000","area":"639"} , +{"type":"Feature","id":"n6532864352","geometry":{"type":"Point","coordinates":[-0.0109362,51.463922]},"properties":{"@type":"node","@id":6532864352,"@timestamp":1564900584},"coords":"51.463922,-0.0109362","bedrooms":"2","price":"286000","area":"543"} , +{"type":"Feature","id":"n6532951232","geometry":{"type":"Point","coordinates":[-0.1056993,51.5896354]},"properties":{"@type":"node","@id":6532951232,"@timestamp":1559945719},"coords":"51.5896354,-0.1056993","bedrooms":"1","price":"211000","area":"615"} , +{"type":"Feature","id":"n6532951259","geometry":{"type":"Point","coordinates":[-0.1049318,51.5898108]},"properties":{"@type":"node","@id":6532951259,"@timestamp":1559945719},"coords":"51.5898108,-0.1049318","bedrooms":"0","price":"198000","area":"698"} , +{"type":"Feature","id":"n6533010959","geometry":{"type":"Point","coordinates":[-0.108733,51.5891513]},"properties":{"@type":"node","@id":6533010959,"@timestamp":1559949647},"coords":"51.5891513,-0.108733","bedrooms":"0","price":"275000","area":"521"} , +{"type":"Feature","id":"n6533010983","geometry":{"type":"Point","coordinates":[-0.1078456,51.5893044]},"properties":{"@type":"node","@id":6533010983,"@timestamp":1559949647},"coords":"51.5893044,-0.1078456","bedrooms":"0","price":"213000","area":"597"} , +{"type":"Feature","id":"n6533029103","geometry":{"type":"Point","coordinates":[-0.1074296,51.5893527]},"properties":{"@type":"node","@id":6533029103,"@timestamp":1559949647},"coords":"51.5893527,-0.1074296","bedrooms":"3","price":"244000","area":"618"} , +{"type":"Feature","id":"n6533037494","geometry":{"type":"Point","coordinates":[-0.1090392,51.5890037]},"properties":{"@type":"node","@id":6533037494,"@timestamp":1559950361},"coords":"51.5890037,-0.1090392","bedrooms":"3","price":"263000","area":"635"} , +{"type":"Feature","id":"n6533347915","geometry":{"type":"Point","coordinates":[-0.3201902,51.6082593]},"properties":{"@type":"node","@id":6533347915,"@timestamp":1559976324},"coords":"51.6082593,-0.3201902","bedrooms":"4","price":"231000","area":"677"} , +{"type":"Feature","id":"n6533492197","geometry":{"type":"Point","coordinates":[-0.7790413,51.2218908]},"properties":{"@type":"node","@id":6533492197,"@timestamp":1613650238},"coords":"51.2218908,-0.7790413","bedrooms":"0","price":"165000","area":"634"} , +{"type":"Feature","id":"n6533569074","geometry":{"type":"Point","coordinates":[-0.1658491,51.5441257]},"properties":{"@type":"node","@id":6533569074,"@timestamp":1559986419},"coords":"51.5441257,-0.1658491","bedrooms":"1","price":"213000","area":"636"} , +{"type":"Feature","id":"n6533613330","geometry":{"type":"Point","coordinates":[0.1229448,51.6103077]},"properties":{"@type":"node","@id":6533613330,"@timestamp":1559986999},"coords":"51.6103077,0.1229448","bedrooms":"1","price":"215000","area":"366"} , +{"type":"Feature","id":"n6533701801","geometry":{"type":"Point","coordinates":[-0.7681355,50.9738694]},"properties":{"@type":"node","@id":6533701801,"@timestamp":1559994216},"coords":"50.9738694,-0.7681355","bedrooms":"1","price":"199000","area":"389"} , +{"type":"Feature","id":"n6533836718","geometry":{"type":"Point","coordinates":[0.1100372,51.4693685]},"properties":{"@type":"node","@id":6533836718,"@timestamp":1560002776},"coords":"51.4693685,0.1100372","bedrooms":"1","price":"286000","area":"543"} , +{"type":"Feature","id":"n6533836728","geometry":{"type":"Point","coordinates":[0.1283747,51.4590314]},"properties":{"@type":"node","@id":6533836728,"@timestamp":1621692120},"coords":"51.4590314,0.1283747","bedrooms":"0","price":"236000","area":"459"} , +{"type":"Feature","id":"n6533836738","geometry":{"type":"Point","coordinates":[0.171722,51.452108]},"properties":{"@type":"node","@id":6533836738,"@timestamp":1560002776},"coords":"51.452108,0.171722","bedrooms":"3","price":"298000","area":"592"} , +{"type":"Feature","id":"n6533842497","geometry":{"type":"Point","coordinates":[0.1017101,51.4818113]},"properties":{"@type":"node","@id":6533842497,"@timestamp":1560003457},"coords":"51.4818113,0.1017101","bedrooms":"4","price":"157000","area":"498"} , +{"type":"Feature","id":"n6533900203","geometry":{"type":"Point","coordinates":[0.0420904,51.6920166]},"properties":{"@type":"node","@id":6533900203,"@timestamp":1560007887},"coords":"51.6920166,0.0420904","bedrooms":"0","price":"210000","area":"566"} , +{"type":"Feature","id":"n6534013994","geometry":{"type":"Point","coordinates":[0.2026528,51.4467791]},"properties":{"@type":"node","@id":6534013994,"@timestamp":1614137148},"coords":"51.4467791,0.2026528","bedrooms":"1","price":"182000","area":"655"} , +{"type":"Feature","id":"n6534042318","geometry":{"type":"Point","coordinates":[-0.0910992,51.283546]},"properties":{"@type":"node","@id":6534042318,"@timestamp":1560014325},"coords":"51.283546,-0.0910992","bedrooms":"0","price":"168000","area":"453"} , +{"type":"Feature","id":"n6534042328","geometry":{"type":"Point","coordinates":[-0.0914934,51.2843724]},"properties":{"@type":"node","@id":6534042328,"@timestamp":1560014325},"coords":"51.2843724,-0.0914934","bedrooms":"4","price":"234000","area":"440"} , +{"type":"Feature","id":"n6534054911","geometry":{"type":"Point","coordinates":[-0.8602036,51.3764414]},"properties":{"@type":"node","@id":6534054911,"@timestamp":1624883031},"coords":"51.3764414,-0.8602036","bedrooms":"1","price":"199000","area":"427"} , +{"type":"Feature","id":"n6534443468","geometry":{"type":"Point","coordinates":[-0.2472956,51.4103383]},"properties":{"@type":"node","@id":6534443468,"@timestamp":1560039167},"coords":"51.4103383,-0.2472956","bedrooms":"0","price":"198000","area":"551"} , +{"type":"Feature","id":"n6534475865","geometry":{"type":"Point","coordinates":[0.5217196,51.2976331]},"properties":{"@type":"node","@id":6534475865,"@timestamp":1560043763},"coords":"51.2976331,0.5217196","bedrooms":"0","price":"241000","area":"436"} , +{"type":"Feature","id":"n6534874012","geometry":{"type":"Point","coordinates":[-0.2512023,51.4122396]},"properties":{"@type":"node","@id":6534874012,"@timestamp":1595676549},"coords":"51.4122396,-0.2512023","bedrooms":"4","price":"188000","area":"690"} , +{"type":"Feature","id":"n6534874097","geometry":{"type":"Point","coordinates":[-0.2474969,51.4085803]},"properties":{"@type":"node","@id":6534874097,"@timestamp":1604963711},"coords":"51.4085803,-0.2474969","bedrooms":"3","price":"297000","area":"364"} , +{"type":"Feature","id":"n6534999051","geometry":{"type":"Point","coordinates":[0.0846522,51.4897261]},"properties":{"@type":"node","@id":6534999051,"@timestamp":1560076157},"coords":"51.4897261,0.0846522","bedrooms":"4","price":"214000","area":"685"} , +{"type":"Feature","id":"n6535021202","geometry":{"type":"Point","coordinates":[0.270097,51.4470155]},"properties":{"@type":"node","@id":6535021202,"@timestamp":1560078101},"coords":"51.4470155,0.270097","bedrooms":"0","price":"169000","area":"357"} , +{"type":"Feature","id":"n6535021220","geometry":{"type":"Point","coordinates":[0.1996199,51.4433806]},"properties":{"@type":"node","@id":6535021220,"@timestamp":1560078101},"coords":"51.4433806,0.1996199","bedrooms":"2","price":"276000","area":"665"} , +{"type":"Feature","id":"n6535021230","geometry":{"type":"Point","coordinates":[0.1810099,51.4481645]},"properties":{"@type":"node","@id":6535021230,"@timestamp":1560078101},"coords":"51.4481645,0.1810099","bedrooms":"3","price":"166000","area":"489"} , +{"type":"Feature","id":"n6535021240","geometry":{"type":"Point","coordinates":[0.1666455,51.4590036]},"properties":{"@type":"node","@id":6535021240,"@timestamp":1560078101},"coords":"51.4590036,0.1666455","bedrooms":"3","price":"242000","area":"633"} , +{"type":"Feature","id":"n6535021250","geometry":{"type":"Point","coordinates":[0.156753,51.4487432]},"properties":{"@type":"node","@id":6535021250,"@timestamp":1564900584},"coords":"51.4487432,0.156753","bedrooms":"2","price":"163000","area":"595"} , +{"type":"Feature","id":"n6535021260","geometry":{"type":"Point","coordinates":[0.1394442,51.4300283]},"properties":{"@type":"node","@id":6535021260,"@timestamp":1560078101},"coords":"51.4300283,0.1394442","bedrooms":"0","price":"263000","area":"684"} , +{"type":"Feature","id":"n6535032897","geometry":{"type":"Point","coordinates":[0.1499094,51.4576611]},"properties":{"@type":"node","@id":6535032897,"@timestamp":1564900584},"coords":"51.4576611,0.1499094","bedrooms":"3","price":"283000","area":"523"} , +{"type":"Feature","id":"n6535071876","geometry":{"type":"Point","coordinates":[0.0926272,51.4916638]},"properties":{"@type":"node","@id":6535071876,"@timestamp":1560081175},"coords":"51.4916638,0.0926272","bedrooms":"2","price":"190000","area":"618"} , +{"type":"Feature","id":"n6535157467","geometry":{"type":"Point","coordinates":[-0.3162402,51.5024593]},"properties":{"@type":"node","@id":6535157467,"@timestamp":1612558219},"coords":"51.5024593,-0.3162402","bedrooms":"1","price":"297000","area":"542"} , +{"type":"Feature","id":"n6535161439","geometry":{"type":"Point","coordinates":[0.2179912,51.446556]},"properties":{"@type":"node","@id":6535161439,"@timestamp":1614137148},"coords":"51.446556,0.2179912","bedrooms":"1","price":"290000","area":"562"} , +{"type":"Feature","id":"n6535205921","geometry":{"type":"Point","coordinates":[-0.9554582,51.442722]},"properties":{"@type":"node","@id":6535205921,"@timestamp":1560086431},"coords":"51.442722,-0.9554582","bedrooms":"3","price":"285000","area":"613"} , +{"type":"Feature","id":"n6535288637","geometry":{"type":"Point","coordinates":[-0.3055117,51.5105012]},"properties":{"@type":"node","@id":6535288637,"@timestamp":1632527726},"coords":"51.5105012,-0.3055117","bedrooms":"3","price":"183000","area":"623"} , +{"type":"Feature","id":"n6535300629","geometry":{"type":"Point","coordinates":[0.4003889,51.4193966]},"properties":{"@type":"node","@id":6535300629,"@timestamp":1560092079},"coords":"51.4193966,0.4003889","bedrooms":"2","price":"158000","area":"454"} , +{"type":"Feature","id":"n6535300639","geometry":{"type":"Point","coordinates":[0.3855723,51.426461]},"properties":{"@type":"node","@id":6535300639,"@timestamp":1625005394},"coords":"51.426461,0.3855723","bedrooms":"1","price":"168000","area":"669"} , +{"type":"Feature","id":"n6535308623","geometry":{"type":"Point","coordinates":[0.3874335,51.4383459]},"properties":{"@type":"node","@id":6535308623,"@timestamp":1614212796},"coords":"51.4383459,0.3874335","bedrooms":"2","price":"214000","area":"643"} , +{"type":"Feature","id":"n6535308635","geometry":{"type":"Point","coordinates":[0.3627227,51.4423942]},"properties":{"@type":"node","@id":6535308635,"@timestamp":1615557696},"coords":"51.4423942,0.3627227","bedrooms":"4","price":"282000","area":"566"} , +{"type":"Feature","id":"n6535308645","geometry":{"type":"Point","coordinates":[0.3410361,51.4420776]},"properties":{"@type":"node","@id":6535308645,"@timestamp":1560091631},"coords":"51.4420776,0.3410361","bedrooms":"4","price":"155000","area":"427"} , +{"type":"Feature","id":"n6535308656","geometry":{"type":"Point","coordinates":[0.3183797,51.4502606]},"properties":{"@type":"node","@id":6535308656,"@timestamp":1560091631},"coords":"51.4502606,0.3183797","bedrooms":"0","price":"207000","area":"457"} , +{"type":"Feature","id":"n6535308666","geometry":{"type":"Point","coordinates":[0.2815732,51.4454322]},"properties":{"@type":"node","@id":6535308666,"@timestamp":1561637690},"coords":"51.4454322,0.2815732","bedrooms":"0","price":"285000","area":"479"} , +{"type":"Feature","id":"n6535358396","geometry":{"type":"Point","coordinates":[-0.3118432,51.5105671]},"properties":{"@type":"node","@id":6535358396,"@timestamp":1607896005},"coords":"51.5105671,-0.3118432","bedrooms":"2","price":"258000","area":"540"} , +{"type":"Feature","id":"n6535372440","geometry":{"type":"Point","coordinates":[0.3929497,51.4330148]},"properties":{"@type":"node","@id":6535372440,"@timestamp":1560094295},"coords":"51.4330148,0.3929497","bedrooms":"3","price":"193000","area":"610"} , +{"type":"Feature","id":"n6535391934","geometry":{"type":"Point","coordinates":[-0.319663,51.5057524]},"properties":{"@type":"node","@id":6535391934,"@timestamp":1573568203},"coords":"51.5057524,-0.319663","bedrooms":"0","price":"159000","area":"611"} , +{"type":"Feature","id":"n6535440215","geometry":{"type":"Point","coordinates":[0.3381319,51.4420978]},"properties":{"@type":"node","@id":6535440215,"@timestamp":1560097428},"coords":"51.4420978,0.3381319","bedrooms":"4","price":"213000","area":"539"} , +{"type":"Feature","id":"n6535537223","geometry":{"type":"Point","coordinates":[-0.7127792,51.6056184]},"properties":{"@type":"node","@id":6535537223,"@timestamp":1560101077},"coords":"51.6056184,-0.7127792","bedrooms":"2","price":"267000","area":"606"} , +{"type":"Feature","id":"n6535620516","geometry":{"type":"Point","coordinates":[-0.1165432,51.5064953]},"properties":{"@type":"node","@id":6535620516,"@timestamp":1560107202},"coords":"51.5064953,-0.1165432","bedrooms":"2","price":"263000","area":"362"} , +{"type":"Feature","id":"n6535716228","geometry":{"type":"Point","coordinates":[-0.169761,51.5325676]},"properties":{"@type":"node","@id":6535716228,"@timestamp":1589927493},"coords":"51.5325676,-0.169761","bedrooms":"2","price":"239000","area":"432"} , +{"type":"Feature","id":"n6535716238","geometry":{"type":"Point","coordinates":[-0.1703763,51.5330818]},"properties":{"@type":"node","@id":6535716238,"@timestamp":1560107772},"coords":"51.5330818,-0.1703763","bedrooms":"3","price":"298000","area":"569"} , +{"type":"Feature","id":"n6535716251","geometry":{"type":"Point","coordinates":[-0.1709466,51.5335464]},"properties":{"@type":"node","@id":6535716251,"@timestamp":1560107772},"coords":"51.5335464,-0.1709466","bedrooms":"4","price":"177000","area":"374"} , +{"type":"Feature","id":"n6535752104","geometry":{"type":"Point","coordinates":[-0.0807808,51.5097876]},"properties":{"@type":"node","@id":6535752104,"@timestamp":1560109819},"coords":"51.5097876,-0.0807808","bedrooms":"3","price":"237000","area":"661"} , +{"type":"Feature","id":"n6535780506","geometry":{"type":"Point","coordinates":[-1.0773744,51.2849047]},"properties":{"@type":"node","@id":6535780506,"@timestamp":1560111513},"coords":"51.2849047,-1.0773744","bedrooms":"3","price":"248000","area":"646"} , +{"type":"Feature","id":"n6535871220","geometry":{"type":"Point","coordinates":[-0.2527446,51.4160521]},"properties":{"@type":"node","@id":6535871220,"@timestamp":1605485507},"coords":"51.4160521,-0.2527446","bedrooms":"4","price":"198000","area":"408"} , +{"type":"Feature","id":"n6536308694","geometry":{"type":"Point","coordinates":[-0.1710607,51.5339632]},"properties":{"@type":"node","@id":6536308694,"@timestamp":1560140777},"coords":"51.5339632,-0.1710607","bedrooms":"4","price":"194000","area":"677"} , +{"type":"Feature","id":"n6536769518","geometry":{"type":"Point","coordinates":[-0.0822452,51.3733579]},"properties":{"@type":"node","@id":6536769518,"@timestamp":1611326839},"coords":"51.3733579,-0.0822452","bedrooms":"2","price":"286000","area":"451"} , +{"type":"Feature","id":"n6536955099","geometry":{"type":"Point","coordinates":[0.759834,51.6574919]},"properties":{"@type":"node","@id":6536955099,"@timestamp":1627589097},"coords":"51.6574919,0.759834","bedrooms":"3","price":"230000","area":"435"} , +{"type":"Feature","id":"n6537214457","geometry":{"type":"Point","coordinates":[0.4164685,51.0438799]},"properties":{"@type":"node","@id":6537214457,"@timestamp":1560176413},"coords":"51.0438799,0.4164685","bedrooms":"2","price":"167000","area":"489"} , +{"type":"Feature","id":"n6537354302","geometry":{"type":"Point","coordinates":[-0.1708534,51.5337932]},"properties":{"@type":"node","@id":6537354302,"@timestamp":1560180752},"coords":"51.5337932,-0.1708534","bedrooms":"0","price":"159000","area":"500"} , +{"type":"Feature","id":"n6537519146","geometry":{"type":"Point","coordinates":[-0.1707723,51.5337194]},"properties":{"@type":"node","@id":6537519146,"@timestamp":1560183836},"coords":"51.5337194,-0.1707723","bedrooms":"4","price":"262000","area":"532"} , +{"type":"Feature","id":"n6537589680","geometry":{"type":"Point","coordinates":[-0.1758213,51.1596154]},"properties":{"@type":"node","@id":6537589680,"@timestamp":1560187669},"coords":"51.1596154,-0.1758213","bedrooms":"4","price":"260000","area":"522"} , +{"type":"Feature","id":"n6537778362","geometry":{"type":"Point","coordinates":[0.7045672,51.5695595]},"properties":{"@type":"node","@id":6537778362,"@timestamp":1560189495},"coords":"51.5695595,0.7045672","bedrooms":"3","price":"187000","area":"420"} , +{"type":"Feature","id":"n6538365966","geometry":{"type":"Point","coordinates":[-0.7758102,51.5270654]},"properties":{"@type":"node","@id":6538365966,"@timestamp":1560205223},"coords":"51.5270654,-0.7758102","bedrooms":"2","price":"272000","area":"444"} , +{"type":"Feature","id":"n6538470809","geometry":{"type":"Point","coordinates":[-0.2468678,51.4138255]},"properties":{"@type":"node","@id":6538470809,"@timestamp":1560208866},"coords":"51.4138255,-0.2468678","bedrooms":"0","price":"250000","area":"520"} , +{"type":"Feature","id":"n6538988930","geometry":{"type":"Point","coordinates":[0.2945952,51.0118923]},"properties":{"@type":"node","@id":6538988930,"@timestamp":1560238640},"coords":"51.0118923,0.2945952","bedrooms":"2","price":"276000","area":"601"} , +{"type":"Feature","id":"n6539282256","geometry":{"type":"Point","coordinates":[-0.4330311,51.9692782]},"properties":{"@type":"node","@id":6539282256,"@timestamp":1560497718},"coords":"51.9692782,-0.4330311","bedrooms":"1","price":"278000","area":"440"} , +{"type":"Feature","id":"n6539404477","geometry":{"type":"Point","coordinates":[-0.3145586,51.4994455]},"properties":{"@type":"node","@id":6539404477,"@timestamp":1594072357},"coords":"51.4994455,-0.3145586","bedrooms":"0","price":"173000","area":"418"} , +{"type":"Feature","id":"n6539462372","geometry":{"type":"Point","coordinates":[-0.3190977,51.5047104]},"properties":{"@type":"node","@id":6539462372,"@timestamp":1570273564},"coords":"51.5047104,-0.3190977","bedrooms":"2","price":"257000","area":"657"} , +{"type":"Feature","id":"n6539483139","geometry":{"type":"Point","coordinates":[-0.3170164,51.5032395]},"properties":{"@type":"node","@id":6539483139,"@timestamp":1612558219},"coords":"51.5032395,-0.3170164","bedrooms":"1","price":"279000","area":"607"} , +{"type":"Feature","id":"n6539505782","geometry":{"type":"Point","coordinates":[-0.3147635,51.499469]},"properties":{"@type":"node","@id":6539505782,"@timestamp":1576163745},"coords":"51.499469,-0.3147635","bedrooms":"0","price":"184000","area":"592"} , +{"type":"Feature","id":"n6539591368","geometry":{"type":"Point","coordinates":[0.0184004,51.5571117]},"properties":{"@type":"node","@id":6539591368,"@timestamp":1615322445},"coords":"51.5571117,0.0184004","bedrooms":"3","price":"163000","area":"579"} , +{"type":"Feature","id":"n6539858723","geometry":{"type":"Point","coordinates":[0.6356207,51.1908751]},"properties":{"@type":"node","@id":6539858723,"@timestamp":1560263790},"coords":"51.1908751,0.6356207","bedrooms":"0","price":"241000","area":"437"} , +{"type":"Feature","id":"n6539866431","geometry":{"type":"Point","coordinates":[-0.3129388,51.497384]},"properties":{"@type":"node","@id":6539866431,"@timestamp":1570439231},"coords":"51.497384,-0.3129388","bedrooms":"2","price":"226000","area":"524"} , +{"type":"Feature","id":"n6539899896","geometry":{"type":"Point","coordinates":[-0.3136558,51.4986857]},"properties":{"@type":"node","@id":6539899896,"@timestamp":1569701363},"coords":"51.4986857,-0.3136558","bedrooms":"2","price":"158000","area":"449"} , +{"type":"Feature","id":"n6540244398","geometry":{"type":"Point","coordinates":[0.0952803,50.9935337]},"properties":{"@type":"node","@id":6540244398,"@timestamp":1560273023},"coords":"50.9935337,0.0952803","bedrooms":"0","price":"180000","area":"694"} , +{"type":"Feature","id":"n6540458672","geometry":{"type":"Point","coordinates":[0.3203496,51.4426584]},"properties":{"@type":"node","@id":6540458672,"@timestamp":1560278015},"coords":"51.4426584,0.3203496","bedrooms":"2","price":"188000","area":"368"} , +{"type":"Feature","id":"n6540491823","geometry":{"type":"Point","coordinates":[-0.16855,51.5344909]},"properties":{"@type":"node","@id":6540491823,"@timestamp":1560278842},"coords":"51.5344909,-0.16855","bedrooms":"4","price":"291000","area":"473"} , +{"type":"Feature","id":"n6540681199","geometry":{"type":"Point","coordinates":[-1.1088939,51.2517183]},"properties":{"@type":"node","@id":6540681199,"@timestamp":1560283691},"coords":"51.2517183,-1.1088939","bedrooms":"4","price":"294000","area":"547"} , +{"type":"Feature","id":"n6541066777","geometry":{"type":"Point","coordinates":[-0.7859758,51.3778158]},"properties":{"@type":"node","@id":6541066777,"@timestamp":1560292434},"coords":"51.3778158,-0.7859758","bedrooms":"2","price":"249000","area":"515"} , +{"type":"Feature","id":"n6541066803","geometry":{"type":"Point","coordinates":[-0.7837502,51.3794197]},"properties":{"@type":"node","@id":6541066803,"@timestamp":1560292434},"coords":"51.3794197,-0.7837502","bedrooms":"2","price":"222000","area":"649"} , +{"type":"Feature","id":"n6541066858","geometry":{"type":"Point","coordinates":[-0.7891699,51.3763851]},"properties":{"@type":"node","@id":6541066858,"@timestamp":1560292434},"coords":"51.3763851,-0.7891699","bedrooms":"0","price":"274000","area":"568"} , +{"type":"Feature","id":"n6541066916","geometry":{"type":"Point","coordinates":[-0.7747363,51.3858943]},"properties":{"@type":"node","@id":6541066916,"@timestamp":1560292434},"coords":"51.3858943,-0.7747363","bedrooms":"1","price":"241000","area":"574"} , +{"type":"Feature","id":"n6541067021","geometry":{"type":"Point","coordinates":[-0.7810083,51.3809452]},"properties":{"@type":"node","@id":6541067021,"@timestamp":1560292434},"coords":"51.3809452,-0.7810083","bedrooms":"3","price":"174000","area":"437"} , +{"type":"Feature","id":"n6541067039","geometry":{"type":"Point","coordinates":[-0.7745038,51.383397]},"properties":{"@type":"node","@id":6541067039,"@timestamp":1560292434},"coords":"51.383397,-0.7745038","bedrooms":"4","price":"276000","area":"666"} , +{"type":"Feature","id":"n6541067081","geometry":{"type":"Point","coordinates":[-0.7793587,51.380679]},"properties":{"@type":"node","@id":6541067081,"@timestamp":1560292434},"coords":"51.380679,-0.7793587","bedrooms":"0","price":"150000","area":"669"} , +{"type":"Feature","id":"n6541067109","geometry":{"type":"Point","coordinates":[-0.7836677,51.3785646]},"properties":{"@type":"node","@id":6541067109,"@timestamp":1560292434},"coords":"51.3785646,-0.7836677","bedrooms":"0","price":"228000","area":"679"} , +{"type":"Feature","id":"n6541067164","geometry":{"type":"Point","coordinates":[-0.7888927,51.3764425]},"properties":{"@type":"node","@id":6541067164,"@timestamp":1560292434},"coords":"51.3764425,-0.7888927","bedrooms":"1","price":"204000","area":"556"} , +{"type":"Feature","id":"n6541150986","geometry":{"type":"Point","coordinates":[0.0952237,51.6394766]},"properties":{"@type":"node","@id":6541150986,"@timestamp":1618345824},"coords":"51.6394766,0.0952237","bedrooms":"0","price":"259000","area":"445"} , +{"type":"Feature","id":"n6541415787","geometry":{"type":"Point","coordinates":[-0.1702176,51.5335713]},"properties":{"@type":"node","@id":6541415787,"@timestamp":1560317060},"coords":"51.5335713,-0.1702176","bedrooms":"3","price":"160000","area":"421"} , +{"type":"Feature","id":"n6542104819","geometry":{"type":"Point","coordinates":[-0.1701845,51.5332328]},"properties":{"@type":"node","@id":6542104819,"@timestamp":1560335178},"coords":"51.5332328,-0.1701845","bedrooms":"0","price":"272000","area":"597"} , +{"type":"Feature","id":"n6542117430","geometry":{"type":"Point","coordinates":[-0.1696481,51.5327952]},"properties":{"@type":"node","@id":6542117430,"@timestamp":1560335178},"coords":"51.5327952,-0.1696481","bedrooms":"1","price":"163000","area":"458"} , +{"type":"Feature","id":"n6542213399","geometry":{"type":"Point","coordinates":[-1.0956755,51.2755611]},"properties":{"@type":"node","@id":6542213399,"@timestamp":1560337573},"coords":"51.2755611,-1.0956755","bedrooms":"0","price":"295000","area":"564"} , +{"type":"Feature","id":"n6542390405","geometry":{"type":"Point","coordinates":[0.1262972,51.5057191]},"properties":{"@type":"node","@id":6542390405,"@timestamp":1560344035},"coords":"51.5057191,0.1262972","bedrooms":"2","price":"252000","area":"650"} , +{"type":"Feature","id":"n6542662106","geometry":{"type":"Point","coordinates":[0.1250982,51.5050363]},"properties":{"@type":"node","@id":6542662106,"@timestamp":1560350736},"coords":"51.5050363,0.1250982","bedrooms":"0","price":"218000","area":"514"} , +{"type":"Feature","id":"n6542814592","geometry":{"type":"Point","coordinates":[0.3408138,51.0616235]},"properties":{"@type":"node","@id":6542814592,"@timestamp":1560355768},"coords":"51.0616235,0.3408138","bedrooms":"2","price":"219000","area":"392"} , +{"type":"Feature","id":"n6542891227","geometry":{"type":"Point","coordinates":[0.1997339,51.9132283]},"properties":{"@type":"node","@id":6542891227,"@timestamp":1616896563},"coords":"51.9132283,0.1997339","bedrooms":"1","price":"258000","area":"458"} , +{"type":"Feature","id":"n6543217486","geometry":{"type":"Point","coordinates":[-0.0195026,51.4660883]},"properties":{"@type":"node","@id":6543217486,"@timestamp":1618322903},"coords":"51.4660883,-0.0195026","bedrooms":"4","price":"229000","area":"454"} , +{"type":"Feature","id":"n6543707306","geometry":{"type":"Point","coordinates":[-0.1389793,51.4911054]},"properties":{"@type":"node","@id":6543707306,"@timestamp":1614301862},"coords":"51.4911054,-0.1389793","bedrooms":"3","price":"204000","area":"576"} , +{"type":"Feature","id":"n6544059534","geometry":{"type":"Point","coordinates":[-0.0449556,51.5222684]},"properties":{"@type":"node","@id":6544059534,"@timestamp":1579336045},"coords":"51.5222684,-0.0449556","bedrooms":"1","price":"247000","area":"615"} , +{"type":"Feature","id":"n6544342139","geometry":{"type":"Point","coordinates":[-0.6578603,51.0359084]},"properties":{"@type":"node","@id":6544342139,"@timestamp":1611163597},"coords":"51.0359084,-0.6578603","bedrooms":"2","price":"218000","area":"631"} , +{"type":"Feature","id":"n6544557496","geometry":{"type":"Point","coordinates":[0.1286115,51.5020523]},"properties":{"@type":"node","@id":6544557496,"@timestamp":1560420592},"coords":"51.5020523,0.1286115","bedrooms":"1","price":"224000","area":"427"} , +{"type":"Feature","id":"n6545002712","geometry":{"type":"Point","coordinates":[-1.0509529,51.1579019]},"properties":{"@type":"node","@id":6545002712,"@timestamp":1560433928},"coords":"51.1579019,-1.0509529","bedrooms":"4","price":"248000","area":"404"} , +{"type":"Feature","id":"n6545043044","geometry":{"type":"Point","coordinates":[0.1283088,51.4975979]},"properties":{"@type":"node","@id":6545043044,"@timestamp":1560434411},"coords":"51.4975979,0.1283088","bedrooms":"0","price":"292000","area":"610"} , +{"type":"Feature","id":"n6545458756","geometry":{"type":"Point","coordinates":[-1.0499621,51.4530159]},"properties":{"@type":"node","@id":6545458756,"@timestamp":1560445637},"coords":"51.4530159,-1.0499621","bedrooms":"0","price":"273000","area":"392"} , +{"type":"Feature","id":"n6545695271","geometry":{"type":"Point","coordinates":[0.0836259,50.9551946]},"properties":{"@type":"node","@id":6545695271,"@timestamp":1560451713},"coords":"50.9551946,0.0836259","bedrooms":"4","price":"214000","area":"655"} , +{"type":"Feature","id":"n6545859263","geometry":{"type":"Point","coordinates":[-1.09503,51.2628294]},"properties":{"@type":"node","@id":6545859263,"@timestamp":1560455347},"coords":"51.2628294,-1.09503","bedrooms":"2","price":"249000","area":"506"} , +{"type":"Feature","id":"n6546136022","geometry":{"type":"Point","coordinates":[-0.2247892,51.4016312]},"properties":{"@type":"node","@id":6546136022,"@timestamp":1561237161},"coords":"51.4016312,-0.2247892","bedrooms":"3","price":"158000","area":"481"} , +{"type":"Feature","id":"n6546219434","geometry":{"type":"Point","coordinates":[-0.9763469,51.4540243]},"properties":{"@type":"node","@id":6546219434,"@timestamp":1560465662},"coords":"51.4540243,-0.9763469","bedrooms":"3","price":"218000","area":"422"} , +{"type":"Feature","id":"n6546219444","geometry":{"type":"Point","coordinates":[-0.9764565,51.4538351]},"properties":{"@type":"node","@id":6546219444,"@timestamp":1560465662},"coords":"51.4538351,-0.9764565","bedrooms":"1","price":"244000","area":"518"} , +{"type":"Feature","id":"n6546219459","geometry":{"type":"Point","coordinates":[-0.9756483,51.4535436]},"properties":{"@type":"node","@id":6546219459,"@timestamp":1560465662},"coords":"51.4535436,-0.9756483","bedrooms":"1","price":"280000","area":"612"} , +{"type":"Feature","id":"n6546219472","geometry":{"type":"Point","coordinates":[-0.9766394,51.4532566]},"properties":{"@type":"node","@id":6546219472,"@timestamp":1560465662},"coords":"51.4532566,-0.9766394","bedrooms":"0","price":"293000","area":"375"} , +{"type":"Feature","id":"n6546224450","geometry":{"type":"Point","coordinates":[-0.4469305,51.913659]},"properties":{"@type":"node","@id":6546224450,"@timestamp":1613505793},"coords":"51.913659,-0.4469305","bedrooms":"1","price":"264000","area":"389"} , +{"type":"Feature","id":"n6546667019","geometry":{"type":"Point","coordinates":[-0.1665483,51.533432]},"properties":{"@type":"node","@id":6546667019,"@timestamp":1560487301},"coords":"51.533432,-0.1665483","bedrooms":"1","price":"226000","area":"593"} , +{"type":"Feature","id":"n6546912493","geometry":{"type":"Point","coordinates":[-0.4327,51.9697789]},"properties":{"@type":"node","@id":6546912493,"@timestamp":1560497718},"coords":"51.9697789,-0.4327","bedrooms":"1","price":"175000","area":"353"} , +{"type":"Feature","id":"n6547224251","geometry":{"type":"Point","coordinates":[0.2365234,51.4522787]},"properties":{"@type":"node","@id":6547224251,"@timestamp":1560507776},"coords":"51.4522787,0.2365234","bedrooms":"2","price":"236000","area":"386"} , +{"type":"Feature","id":"n6547541705","geometry":{"type":"Point","coordinates":[-0.002611,51.508761]},"properties":{"@type":"node","@id":6547541705,"@timestamp":1622205165},"coords":"51.508761,-0.002611","bedrooms":"3","price":"179000","area":"425"} , +{"type":"Feature","id":"n6547635093","geometry":{"type":"Point","coordinates":[0.0170831,51.5076279]},"properties":{"@type":"node","@id":6547635093,"@timestamp":1617714955},"coords":"51.5076279,0.0170831","bedrooms":"0","price":"242000","area":"607"} , +{"type":"Feature","id":"n6547820672","geometry":{"type":"Point","coordinates":[0.205281,51.5234517]},"properties":{"@type":"node","@id":6547820672,"@timestamp":1610934574},"coords":"51.5234517,0.205281","bedrooms":"4","price":"177000","area":"383"} , +{"type":"Feature","id":"n6547940093","geometry":{"type":"Point","coordinates":[0.1323591,50.9647909]},"properties":{"@type":"node","@id":6547940093,"@timestamp":1560526245},"coords":"50.9647909,0.1323591","bedrooms":"4","price":"154000","area":"661"} , +{"type":"Feature","id":"n6548069904","geometry":{"type":"Point","coordinates":[-0.4056485,51.4864755]},"properties":{"@type":"node","@id":6548069904,"@timestamp":1577678623},"coords":"51.4864755,-0.4056485","bedrooms":"2","price":"266000","area":"522"} , +{"type":"Feature","id":"n6548233697","geometry":{"type":"Point","coordinates":[0.248628,51.4379112]},"properties":{"@type":"node","@id":6548233697,"@timestamp":1560535827},"coords":"51.4379112,0.248628","bedrooms":"0","price":"265000","area":"501"} , +{"type":"Feature","id":"n6548408495","geometry":{"type":"Point","coordinates":[-1.1084781,51.2518518]},"properties":{"@type":"node","@id":6548408495,"@timestamp":1560543448},"coords":"51.2518518,-1.1084781","bedrooms":"3","price":"165000","area":"610"} , +{"type":"Feature","id":"n6548738874","geometry":{"type":"Point","coordinates":[-0.1666098,51.5348703]},"properties":{"@type":"node","@id":6548738874,"@timestamp":1560570774},"coords":"51.5348703,-0.1666098","bedrooms":"3","price":"164000","area":"605"} , +{"type":"Feature","id":"n6548783643","geometry":{"type":"Point","coordinates":[-0.1654306,51.5348894]},"properties":{"@type":"node","@id":6548783643,"@timestamp":1560570774},"coords":"51.5348894,-0.1654306","bedrooms":"4","price":"254000","area":"533"} , +{"type":"Feature","id":"n6548879915","geometry":{"type":"Point","coordinates":[-0.1636407,51.5353573]},"properties":{"@type":"node","@id":6548879915,"@timestamp":1560580964},"coords":"51.5353573,-0.1636407","bedrooms":"2","price":"237000","area":"683"} , +{"type":"Feature","id":"n6548988934","geometry":{"type":"Point","coordinates":[-0.2376954,51.3971841]},"properties":{"@type":"node","@id":6548988934,"@timestamp":1560589243},"coords":"51.3971841,-0.2376954","bedrooms":"2","price":"276000","area":"587"} , +{"type":"Feature","id":"n6549325432","geometry":{"type":"Point","coordinates":[-0.5663492,51.2380115]},"properties":{"@type":"node","@id":6549325432,"@timestamp":1621977590},"coords":"51.2380115,-0.5663492","bedrooms":"2","price":"227000","area":"519"} , +{"type":"Feature","id":"n6549844034","geometry":{"type":"Point","coordinates":[-0.8397995,51.5196328]},"properties":{"@type":"node","@id":6549844034,"@timestamp":1560620719},"coords":"51.5196328,-0.8397995","bedrooms":"3","price":"228000","area":"382"} , +{"type":"Feature","id":"n6550151060","geometry":{"type":"Point","coordinates":[-0.7686313,51.8082182]},"properties":{"@type":"node","@id":6550151060,"@timestamp":1608641755},"coords":"51.8082182,-0.7686313","bedrooms":"4","price":"239000","area":"657"} , +{"type":"Feature","id":"n6550607927","geometry":{"type":"Point","coordinates":[-0.1512723,51.2715166]},"properties":{"@type":"node","@id":6550607927,"@timestamp":1587238504},"coords":"51.2715166,-0.1512723","bedrooms":"0","price":"211000","area":"541"} , +{"type":"Feature","id":"n6550777917","geometry":{"type":"Point","coordinates":[0.6210725,51.6456085]},"properties":{"@type":"node","@id":6550777917,"@timestamp":1560673123},"coords":"51.6456085,0.6210725","bedrooms":"1","price":"251000","area":"405"} , +{"type":"Feature","id":"n6550932561","geometry":{"type":"Point","coordinates":[0.0533958,51.4896635]},"properties":{"@type":"node","@id":6550932561,"@timestamp":1560683653},"coords":"51.4896635,0.0533958","bedrooms":"2","price":"183000","area":"372"} , +{"type":"Feature","id":"n6551063710","geometry":{"type":"Point","coordinates":[-0.3361441,51.3947319]},"properties":{"@type":"node","@id":6551063710,"@timestamp":1560806476},"coords":"51.3947319,-0.3361441","bedrooms":"1","price":"169000","area":"629"} , +{"type":"Feature","id":"n6551194473","geometry":{"type":"Point","coordinates":[0.34382,51.4362171]},"properties":{"@type":"node","@id":6551194473,"@timestamp":1632489511},"coords":"51.4362171,0.34382","bedrooms":"3","price":"262000","area":"626"} , +{"type":"Feature","id":"n6551239298","geometry":{"type":"Point","coordinates":[0.2938387,51.4544482]},"properties":{"@type":"node","@id":6551239298,"@timestamp":1624360955},"coords":"51.4544482,0.2938387","bedrooms":"4","price":"204000","area":"542"} , +{"type":"Feature","id":"n6551299187","geometry":{"type":"Point","coordinates":[-0.1896846,51.5025858]},"properties":{"@type":"node","@id":6551299187,"@timestamp":1590431290},"coords":"51.5025858,-0.1896846","bedrooms":"4","price":"213000","area":"596"} , +{"type":"Feature","id":"n6551403249","geometry":{"type":"Point","coordinates":[0.4071702,51.2767706]},"properties":{"@type":"node","@id":6551403249,"@timestamp":1625009012},"coords":"51.2767706,0.4071702","bedrooms":"1","price":"247000","area":"482"} , +{"type":"Feature","id":"n6551816712","geometry":{"type":"Point","coordinates":[-0.1660949,51.492421]},"properties":{"@type":"node","@id":6551816712,"@timestamp":1604389788},"coords":"51.492421,-0.1660949","bedrooms":"4","price":"265000","area":"395"} , +{"type":"Feature","id":"n6551933895","geometry":{"type":"Point","coordinates":[-0.0550358,51.4982677]},"properties":{"@type":"node","@id":6551933895,"@timestamp":1582688850},"coords":"51.4982677,-0.0550358","bedrooms":"4","price":"265000","area":"693"} , +{"type":"Feature","id":"n6551935924","geometry":{"type":"Point","coordinates":[-0.0585717,51.4988641]},"properties":{"@type":"node","@id":6551935924,"@timestamp":1628696750},"coords":"51.4988641,-0.0585717","bedrooms":"1","price":"222000","area":"541"} , +{"type":"Feature","id":"n6551978368","geometry":{"type":"Point","coordinates":[-0.0300125,51.4830237]},"properties":{"@type":"node","@id":6551978368,"@timestamp":1625447124},"coords":"51.4830237,-0.0300125","bedrooms":"3","price":"200000","area":"400"} , +{"type":"Feature","id":"n6552038552","geometry":{"type":"Point","coordinates":[-0.5286971,51.7610099]},"properties":{"@type":"node","@id":6552038552,"@timestamp":1560740775},"coords":"51.7610099,-0.5286971","bedrooms":"0","price":"275000","area":"538"} , +{"type":"Feature","id":"n6552332828","geometry":{"type":"Point","coordinates":[0.2865122,51.4519878]},"properties":{"@type":"node","@id":6552332828,"@timestamp":1624360955},"coords":"51.4519878,0.2865122","bedrooms":"2","price":"190000","area":"414"} , +{"type":"Feature","id":"n6552360846","geometry":{"type":"Point","coordinates":[-0.5357604,51.552323]},"properties":{"@type":"node","@id":6552360846,"@timestamp":1560758488},"coords":"51.552323,-0.5357604","bedrooms":"0","price":"267000","area":"530"} , +{"type":"Feature","id":"n6552861518","geometry":{"type":"Point","coordinates":[0.224226,51.456343]},"properties":{"@type":"node","@id":6552861518,"@timestamp":1560770681},"coords":"51.456343,0.224226","bedrooms":"3","price":"268000","area":"359"} , +{"type":"Feature","id":"n6552861532","geometry":{"type":"Point","coordinates":[0.2566564,51.4558061]},"properties":{"@type":"node","@id":6552861532,"@timestamp":1614137148},"coords":"51.4558061,0.2566564","bedrooms":"4","price":"209000","area":"361"} , +{"type":"Feature","id":"n6553054214","geometry":{"type":"Point","coordinates":[0.3845142,51.4123616]},"properties":{"@type":"node","@id":6553054214,"@timestamp":1560774925},"coords":"51.4123616,0.3845142","bedrooms":"2","price":"274000","area":"352"} , +{"type":"Feature","id":"n6553138106","geometry":{"type":"Point","coordinates":[-0.9291492,51.1179814]},"properties":{"@type":"node","@id":6553138106,"@timestamp":1560776767},"coords":"51.1179814,-0.9291492","bedrooms":"4","price":"169000","area":"555"} , +{"type":"Feature","id":"n6553222076","geometry":{"type":"Point","coordinates":[-0.224362,51.5759605]},"properties":{"@type":"node","@id":6553222076,"@timestamp":1560880295},"coords":"51.5759605,-0.224362","bedrooms":"2","price":"257000","area":"386"} , +{"type":"Feature","id":"n6553250014","geometry":{"type":"Point","coordinates":[0.4137164,51.8047487]},"properties":{"@type":"node","@id":6553250014,"@timestamp":1560780532},"coords":"51.8047487,0.4137164","bedrooms":"0","price":"193000","area":"365"} , +{"type":"Feature","id":"n6553257193","geometry":{"type":"Point","coordinates":[-0.22369,51.5761034]},"properties":{"@type":"node","@id":6553257193,"@timestamp":1560780119},"coords":"51.5761034,-0.22369","bedrooms":"1","price":"247000","area":"699"} , +{"type":"Feature","id":"n6553257203","geometry":{"type":"Point","coordinates":[-0.2234231,51.5766573]},"properties":{"@type":"node","@id":6553257203,"@timestamp":1560780119},"coords":"51.5766573,-0.2234231","bedrooms":"1","price":"256000","area":"437"} , +{"type":"Feature","id":"n6553266680","geometry":{"type":"Point","coordinates":[-0.0205857,51.5051157]},"properties":{"@type":"node","@id":6553266680,"@timestamp":1591537165},"coords":"51.5051157,-0.0205857","bedrooms":"2","price":"279000","area":"645"} , +{"type":"Feature","id":"n6553275290","geometry":{"type":"Point","coordinates":[-0.02133,51.5050005]},"properties":{"@type":"node","@id":6553275290,"@timestamp":1561201914},"coords":"51.5050005,-0.02133","bedrooms":"0","price":"270000","area":"430"} , +{"type":"Feature","id":"n6553301865","geometry":{"type":"Point","coordinates":[-0.1218916,51.2575667]},"properties":{"@type":"node","@id":6553301865,"@timestamp":1560782001},"coords":"51.2575667,-0.1218916","bedrooms":"4","price":"243000","area":"454"} , +{"type":"Feature","id":"n6553353847","geometry":{"type":"Point","coordinates":[-0.0843959,51.4789759]},"properties":{"@type":"node","@id":6553353847,"@timestamp":1560784021},"coords":"51.4789759,-0.0843959","bedrooms":"2","price":"277000","area":"581"} , +{"type":"Feature","id":"n6553440086","geometry":{"type":"Point","coordinates":[0.4978711,51.6699102]},"properties":{"@type":"node","@id":6553440086,"@timestamp":1560786592},"coords":"51.6699102,0.4978711","bedrooms":"4","price":"197000","area":"416"} , +{"type":"Feature","id":"n6553518638","geometry":{"type":"Point","coordinates":[-0.1676422,51.5375688]},"properties":{"@type":"node","@id":6553518638,"@timestamp":1560788973},"coords":"51.5375688,-0.1676422","bedrooms":"4","price":"234000","area":"678"} , +{"type":"Feature","id":"n6553518648","geometry":{"type":"Point","coordinates":[-0.1660873,51.5364966]},"properties":{"@type":"node","@id":6553518648,"@timestamp":1560788973},"coords":"51.5364966,-0.1660873","bedrooms":"2","price":"152000","area":"520"} , +{"type":"Feature","id":"n6553532402","geometry":{"type":"Point","coordinates":[-0.2198855,51.5074191]},"properties":{"@type":"node","@id":6553532402,"@timestamp":1619032349},"coords":"51.5074191,-0.2198855","bedrooms":"2","price":"248000","area":"636"} , +{"type":"Feature","id":"n6553532412","geometry":{"type":"Point","coordinates":[-0.2201131,51.5075002]},"properties":{"@type":"node","@id":6553532412,"@timestamp":1571349925},"coords":"51.5075002,-0.2201131","bedrooms":"2","price":"184000","area":"601"} , +{"type":"Feature","id":"n6553543710","geometry":{"type":"Point","coordinates":[-0.2197997,51.5066676]},"properties":{"@type":"node","@id":6553543710,"@timestamp":1602910992},"coords":"51.5066676,-0.2197997","bedrooms":"1","price":"239000","area":"530"} , +{"type":"Feature","id":"n6553543720","geometry":{"type":"Point","coordinates":[-0.2200885,51.5082322]},"properties":{"@type":"node","@id":6553543720,"@timestamp":1619073661},"coords":"51.5082322,-0.2200885","bedrooms":"4","price":"167000","area":"358"} , +{"type":"Feature","id":"n6553543730","geometry":{"type":"Point","coordinates":[-0.2204535,51.5074414]},"properties":{"@type":"node","@id":6553543730,"@timestamp":1560790092},"coords":"51.5074414,-0.2204535","bedrooms":"0","price":"153000","area":"519"} , +{"type":"Feature","id":"n6553543741","geometry":{"type":"Point","coordinates":[-0.2211079,51.5080157]},"properties":{"@type":"node","@id":6553543741,"@timestamp":1560790092},"coords":"51.5080157,-0.2211079","bedrooms":"2","price":"204000","area":"419"} , +{"type":"Feature","id":"n6553543753","geometry":{"type":"Point","coordinates":[-0.2238504,51.5071803]},"properties":{"@type":"node","@id":6553543753,"@timestamp":1619032349},"coords":"51.5071803,-0.2238504","bedrooms":"1","price":"289000","area":"405"} , +{"type":"Feature","id":"n6553565230","geometry":{"type":"Point","coordinates":[-0.0981995,51.3701396]},"properties":{"@type":"node","@id":6553565230,"@timestamp":1560791759},"coords":"51.3701396,-0.0981995","bedrooms":"2","price":"176000","area":"431"} , +{"type":"Feature","id":"n6553962969","geometry":{"type":"Point","coordinates":[-0.1768967,51.4956125]},"properties":{"@type":"node","@id":6553962969,"@timestamp":1600872426},"coords":"51.4956125,-0.1768967","bedrooms":"3","price":"192000","area":"631"} , +{"type":"Feature","id":"n6554066537","geometry":{"type":"Point","coordinates":[-0.4126206,51.3844084]},"properties":{"@type":"node","@id":6554066537,"@timestamp":1560808635},"coords":"51.3844084,-0.4126206","bedrooms":"2","price":"168000","area":"558"} , +{"type":"Feature","id":"n6554325791","geometry":{"type":"Point","coordinates":[-0.4964454,51.6779306]},"properties":{"@type":"node","@id":6554325791,"@timestamp":1560825466},"coords":"51.6779306,-0.4964454","bedrooms":"3","price":"252000","area":"437"} , +{"type":"Feature","id":"n6554466819","geometry":{"type":"Point","coordinates":[-0.0167485,51.4536179]},"properties":{"@type":"node","@id":6554466819,"@timestamp":1560832834},"coords":"51.4536179,-0.0167485","bedrooms":"2","price":"206000","area":"434"} , +{"type":"Feature","id":"n6554807163","geometry":{"type":"Point","coordinates":[0.0910674,51.473436]},"properties":{"@type":"node","@id":6554807163,"@timestamp":1560846711},"coords":"51.473436,0.0910674","bedrooms":"1","price":"239000","area":"648"} , +{"type":"Feature","id":"n6554813699","geometry":{"type":"Point","coordinates":[0.3063491,51.3817647]},"properties":{"@type":"node","@id":6554813699,"@timestamp":1560846665},"coords":"51.3817647,0.3063491","bedrooms":"2","price":"210000","area":"427"} , +{"type":"Feature","id":"n6554813710","geometry":{"type":"Point","coordinates":[0.298116,51.3995148]},"properties":{"@type":"node","@id":6554813710,"@timestamp":1560846665},"coords":"51.3995148,0.298116","bedrooms":"4","price":"282000","area":"350"} , +{"type":"Feature","id":"n6554813722","geometry":{"type":"Point","coordinates":[0.259497,51.42014]},"properties":{"@type":"node","@id":6554813722,"@timestamp":1614120062},"coords":"51.42014,0.259497","bedrooms":"2","price":"244000","area":"378"} , +{"type":"Feature","id":"n6554813732","geometry":{"type":"Point","coordinates":[0.2503015,51.4336541]},"properties":{"@type":"node","@id":6554813732,"@timestamp":1560846665},"coords":"51.4336541,0.2503015","bedrooms":"0","price":"255000","area":"380"} , +{"type":"Feature","id":"n6554813764","geometry":{"type":"Point","coordinates":[0.242083,51.4375525]},"properties":{"@type":"node","@id":6554813764,"@timestamp":1560846665},"coords":"51.4375525,0.242083","bedrooms":"3","price":"263000","area":"581"} , +{"type":"Feature","id":"n6554845642","geometry":{"type":"Point","coordinates":[-0.8844727,51.3760188]},"properties":{"@type":"node","@id":6554845642,"@timestamp":1624792328},"coords":"51.3760188,-0.8844727","bedrooms":"4","price":"298000","area":"400"} , +{"type":"Feature","id":"n6554925441","geometry":{"type":"Point","coordinates":[0.2328272,51.4401779]},"properties":{"@type":"node","@id":6554925441,"@timestamp":1614137148},"coords":"51.4401779,0.2328272","bedrooms":"2","price":"232000","area":"658"} , +{"type":"Feature","id":"n6554925451","geometry":{"type":"Point","coordinates":[0.2767718,51.4138688]},"properties":{"@type":"node","@id":6554925451,"@timestamp":1615812104},"coords":"51.4138688,0.2767718","bedrooms":"0","price":"189000","area":"429"} , +{"type":"Feature","id":"n6554925462","geometry":{"type":"Point","coordinates":[0.3087867,51.3617222]},"properties":{"@type":"node","@id":6554925462,"@timestamp":1560851588},"coords":"51.3617222,0.3087867","bedrooms":"0","price":"288000","area":"396"} , +{"type":"Feature","id":"n6555074694","geometry":{"type":"Point","coordinates":[0.3085933,51.3859037]},"properties":{"@type":"node","@id":6555074694,"@timestamp":1616185456},"coords":"51.3859037,0.3085933","bedrooms":"3","price":"171000","area":"544"} , +{"type":"Feature","id":"n6555144227","geometry":{"type":"Point","coordinates":[-0.2205506,51.5077236]},"properties":{"@type":"node","@id":6555144227,"@timestamp":1560858677},"coords":"51.5077236,-0.2205506","bedrooms":"0","price":"154000","area":"441"} , +{"type":"Feature","id":"n6555144237","geometry":{"type":"Point","coordinates":[-0.2218122,51.5072959]},"properties":{"@type":"node","@id":6555144237,"@timestamp":1619073661},"coords":"51.5072959,-0.2218122","bedrooms":"2","price":"192000","area":"548"} , +{"type":"Feature","id":"n6555144248","geometry":{"type":"Point","coordinates":[-0.2225104,51.5071815]},"properties":{"@type":"node","@id":6555144248,"@timestamp":1619073661},"coords":"51.5071815,-0.2225104","bedrooms":"1","price":"275000","area":"361"} , +{"type":"Feature","id":"n6555144258","geometry":{"type":"Point","coordinates":[-0.2232794,51.5075903]},"properties":{"@type":"node","@id":6555144258,"@timestamp":1619032349},"coords":"51.5075903,-0.2232794","bedrooms":"2","price":"286000","area":"436"} , +{"type":"Feature","id":"n6555144270","geometry":{"type":"Point","coordinates":[-0.2225093,51.5074759]},"properties":{"@type":"node","@id":6555144270,"@timestamp":1622476036},"coords":"51.5074759,-0.2225093","bedrooms":"0","price":"178000","area":"455"} , +{"type":"Feature","id":"n6555144282","geometry":{"type":"Point","coordinates":[-0.2213338,51.5073865]},"properties":{"@type":"node","@id":6555144282,"@timestamp":1619073661},"coords":"51.5073865,-0.2213338","bedrooms":"1","price":"242000","area":"691"} , +{"type":"Feature","id":"n6555207661","geometry":{"type":"Point","coordinates":[0.3475581,51.4310071]},"properties":{"@type":"node","@id":6555207661,"@timestamp":1560860187},"coords":"51.4310071,0.3475581","bedrooms":"4","price":"243000","area":"490"} , +{"type":"Feature","id":"n6555207673","geometry":{"type":"Point","coordinates":[0.3350672,51.4284486]},"properties":{"@type":"node","@id":6555207673,"@timestamp":1560860187},"coords":"51.4284486,0.3350672","bedrooms":"4","price":"292000","area":"576"} , +{"type":"Feature","id":"n6555213488","geometry":{"type":"Point","coordinates":[0.307489,51.442329]},"properties":{"@type":"node","@id":6555213488,"@timestamp":1560860187},"coords":"51.442329,0.307489","bedrooms":"2","price":"238000","area":"631"} , +{"type":"Feature","id":"n6555213500","geometry":{"type":"Point","coordinates":[0.2829137,51.4434288]},"properties":{"@type":"node","@id":6555213500,"@timestamp":1560860187},"coords":"51.4434288,0.2829137","bedrooms":"0","price":"174000","area":"618"} , +{"type":"Feature","id":"n6555309439","geometry":{"type":"Point","coordinates":[-0.9855995,51.9386309]},"properties":{"@type":"node","@id":6555309439,"@timestamp":1560862759},"coords":"51.9386309,-0.9855995","bedrooms":"4","price":"212000","area":"480"} , +{"type":"Feature","id":"n6555737362","geometry":{"type":"Point","coordinates":[-0.2053805,51.2379349]},"properties":{"@type":"node","@id":6555737362,"@timestamp":1574870633},"coords":"51.2379349,-0.2053805","bedrooms":"2","price":"277000","area":"437"} , +{"type":"Feature","id":"n6555792208","geometry":{"type":"Point","coordinates":[-0.9911855,51.1448485]},"properties":{"@type":"node","@id":6555792208,"@timestamp":1560874327},"coords":"51.1448485,-0.9911855","bedrooms":"3","price":"233000","area":"652"} , +{"type":"Feature","id":"n6555836115","geometry":{"type":"Point","coordinates":[-0.2061245,51.237778]},"properties":{"@type":"node","@id":6555836115,"@timestamp":1618475270},"coords":"51.237778,-0.2061245","bedrooms":"0","price":"180000","area":"558"} , +{"type":"Feature","id":"n6555836125","geometry":{"type":"Point","coordinates":[-0.2071356,51.2377083]},"properties":{"@type":"node","@id":6555836125,"@timestamp":1560876472},"coords":"51.2377083,-0.2071356","bedrooms":"0","price":"235000","area":"422"} , +{"type":"Feature","id":"n6555983682","geometry":{"type":"Point","coordinates":[0.2629282,50.9605637]},"properties":{"@type":"node","@id":6555983682,"@timestamp":1560882230},"coords":"50.9605637,0.2629282","bedrooms":"3","price":"252000","area":"467"} , +{"type":"Feature","id":"n6555985726","geometry":{"type":"Point","coordinates":[0.3953862,51.4309297]},"properties":{"@type":"node","@id":6555985726,"@timestamp":1560882572},"coords":"51.4309297,0.3953862","bedrooms":"4","price":"269000","area":"674"} , +{"type":"Feature","id":"n6555985736","geometry":{"type":"Point","coordinates":[0.3531069,51.4264429]},"properties":{"@type":"node","@id":6555985736,"@timestamp":1560882572},"coords":"51.4264429,0.3531069","bedrooms":"4","price":"259000","area":"625"} , +{"type":"Feature","id":"n6556066446","geometry":{"type":"Point","coordinates":[-0.4709839,50.9798512]},"properties":{"@type":"node","@id":6556066446,"@timestamp":1560884496},"coords":"50.9798512,-0.4709839","bedrooms":"2","price":"273000","area":"647"} , +{"type":"Feature","id":"n6556206690","geometry":{"type":"Point","coordinates":[-0.1656906,51.4919319]},"properties":{"@type":"node","@id":6556206690,"@timestamp":1560890647},"coords":"51.4919319,-0.1656906","bedrooms":"1","price":"297000","area":"509"} , +{"type":"Feature","id":"n6556217334","geometry":{"type":"Point","coordinates":[-0.4148952,51.440918]},"properties":{"@type":"node","@id":6556217334,"@timestamp":1578948366},"coords":"51.440918,-0.4148952","bedrooms":"3","price":"239000","area":"576"} , +{"type":"Feature","id":"n6556288665","geometry":{"type":"Point","coordinates":[-0.1248938,51.5334956]},"properties":{"@type":"node","@id":6556288665,"@timestamp":1560892990},"coords":"51.5334956,-0.1248938","bedrooms":"1","price":"169000","area":"355"} , +{"type":"Feature","id":"n6556489082","geometry":{"type":"Point","coordinates":[-0.5677542,51.616618]},"properties":{"@type":"node","@id":6556489082,"@timestamp":1560910647},"coords":"51.616618,-0.5677542","bedrooms":"1","price":"175000","area":"473"} , +{"type":"Feature","id":"n6556799244","geometry":{"type":"Point","coordinates":[-0.0853935,51.4753754]},"properties":{"@type":"node","@id":6556799244,"@timestamp":1560924685},"coords":"51.4753754,-0.0853935","bedrooms":"4","price":"274000","area":"534"} , +{"type":"Feature","id":"n6556942392","geometry":{"type":"Point","coordinates":[0.3117388,51.442582]},"properties":{"@type":"node","@id":6556942392,"@timestamp":1560929061},"coords":"51.442582,0.3117388","bedrooms":"3","price":"186000","area":"538"} , +{"type":"Feature","id":"n6556942402","geometry":{"type":"Point","coordinates":[0.349263,51.426923]},"properties":{"@type":"node","@id":6556942402,"@timestamp":1560929061},"coords":"51.426923,0.349263","bedrooms":"0","price":"285000","area":"400"} , +{"type":"Feature","id":"n6556942413","geometry":{"type":"Point","coordinates":[0.3926467,51.4277484]},"properties":{"@type":"node","@id":6556942413,"@timestamp":1560929061},"coords":"51.4277484,0.3926467","bedrooms":"3","price":"164000","area":"502"} , +{"type":"Feature","id":"n6557100978","geometry":{"type":"Point","coordinates":[0.0033068,50.9471671]},"properties":{"@type":"node","@id":6557100978,"@timestamp":1628332069},"coords":"50.9471671,0.0033068","bedrooms":"0","price":"282000","area":"582"} , +{"type":"Feature","id":"n6557295368","geometry":{"type":"Point","coordinates":[0.8307036,51.300552]},"properties":{"@type":"node","@id":6557295368,"@timestamp":1560941652},"coords":"51.300552,0.8307036","bedrooms":"3","price":"287000","area":"465"} , +{"type":"Feature","id":"n6557444433","geometry":{"type":"Point","coordinates":[-0.4176528,51.4392953]},"properties":{"@type":"node","@id":6557444433,"@timestamp":1575576626},"coords":"51.4392953,-0.4176528","bedrooms":"1","price":"229000","area":"683"} , +{"type":"Feature","id":"n6557463596","geometry":{"type":"Point","coordinates":[-0.4132131,51.4423196]},"properties":{"@type":"node","@id":6557463596,"@timestamp":1575646712},"coords":"51.4423196,-0.4132131","bedrooms":"3","price":"274000","area":"399"} , +{"type":"Feature","id":"n6557528496","geometry":{"type":"Point","coordinates":[0.3293606,51.4124575]},"properties":{"@type":"node","@id":6557528496,"@timestamp":1560946577},"coords":"51.4124575,0.3293606","bedrooms":"0","price":"209000","area":"366"} , +{"type":"Feature","id":"n6557528506","geometry":{"type":"Point","coordinates":[0.3108373,51.3957413]},"properties":{"@type":"node","@id":6557528506,"@timestamp":1560946577},"coords":"51.3957413,0.3108373","bedrooms":"2","price":"230000","area":"687"} , +{"type":"Feature","id":"n6557528517","geometry":{"type":"Point","coordinates":[0.2835973,51.4278065]},"properties":{"@type":"node","@id":6557528517,"@timestamp":1612153194},"coords":"51.4278065,0.2835973","bedrooms":"2","price":"189000","area":"697"} , +{"type":"Feature","id":"n6557604265","geometry":{"type":"Point","coordinates":[0.3230763,51.3929426]},"properties":{"@type":"node","@id":6557604265,"@timestamp":1560948701},"coords":"51.3929426,0.3230763","bedrooms":"4","price":"227000","area":"383"} , +{"type":"Feature","id":"n6557625822","geometry":{"type":"Point","coordinates":[0.704052,51.5702883]},"properties":{"@type":"node","@id":6557625822,"@timestamp":1560950510},"coords":"51.5702883,0.704052","bedrooms":"3","price":"252000","area":"393"} , +{"type":"Feature","id":"n6558098213","geometry":{"type":"Point","coordinates":[0.4877629,51.7614273]},"properties":{"@type":"node","@id":6558098213,"@timestamp":1560963516},"coords":"51.7614273,0.4877629","bedrooms":"1","price":"233000","area":"518"} , +{"type":"Feature","id":"n6558218660","geometry":{"type":"Point","coordinates":[-0.1709197,51.534346]},"properties":{"@type":"node","@id":6558218660,"@timestamp":1560967841},"coords":"51.534346,-0.1709197","bedrooms":"4","price":"214000","area":"375"} , +{"type":"Feature","id":"n6558287603","geometry":{"type":"Point","coordinates":[-0.9751538,51.1498561]},"properties":{"@type":"node","@id":6558287603,"@timestamp":1560970933},"coords":"51.1498561,-0.9751538","bedrooms":"1","price":"226000","area":"474"} , +{"type":"Feature","id":"n6558358713","geometry":{"type":"Point","coordinates":[-0.1682536,51.4931816]},"properties":{"@type":"node","@id":6558358713,"@timestamp":1604464077},"coords":"51.4931816,-0.1682536","bedrooms":"0","price":"261000","area":"401"} , +{"type":"Feature","id":"n6558545338","geometry":{"type":"Point","coordinates":[-0.065052,51.5101608]},"properties":{"@type":"node","@id":6558545338,"@timestamp":1560980199},"coords":"51.5101608,-0.065052","bedrooms":"4","price":"229000","area":"630"} , +{"type":"Feature","id":"n6558618918","geometry":{"type":"Point","coordinates":[-0.9670396,51.4569033]},"properties":{"@type":"node","@id":6558618918,"@timestamp":1560984040},"coords":"51.4569033,-0.9670396","bedrooms":"1","price":"192000","area":"539"} , +{"type":"Feature","id":"n6558618929","geometry":{"type":"Point","coordinates":[-0.9669422,51.4565335]},"properties":{"@type":"node","@id":6558618929,"@timestamp":1560984040},"coords":"51.4565335,-0.9669422","bedrooms":"4","price":"291000","area":"482"} , +{"type":"Feature","id":"n6558618939","geometry":{"type":"Point","coordinates":[-0.9672967,51.4564907]},"properties":{"@type":"node","@id":6558618939,"@timestamp":1560984040},"coords":"51.4564907,-0.9672967","bedrooms":"1","price":"292000","area":"698"} , +{"type":"Feature","id":"n6558618951","geometry":{"type":"Point","coordinates":[-0.9667284,51.4572081]},"properties":{"@type":"node","@id":6558618951,"@timestamp":1560984040},"coords":"51.4572081,-0.9667284","bedrooms":"0","price":"171000","area":"358"} , +{"type":"Feature","id":"n6558618961","geometry":{"type":"Point","coordinates":[-0.9659299,51.4572242]},"properties":{"@type":"node","@id":6558618961,"@timestamp":1560984040},"coords":"51.4572242,-0.9659299","bedrooms":"0","price":"299000","area":"665"} , +{"type":"Feature","id":"n6558618971","geometry":{"type":"Point","coordinates":[-0.9670702,51.4569956]},"properties":{"@type":"node","@id":6558618971,"@timestamp":1560984040},"coords":"51.4569956,-0.9670702","bedrooms":"0","price":"232000","area":"473"} , +{"type":"Feature","id":"n6558618982","geometry":{"type":"Point","coordinates":[-0.966889,51.4567794]},"properties":{"@type":"node","@id":6558618982,"@timestamp":1560984040},"coords":"51.4567794,-0.966889","bedrooms":"3","price":"167000","area":"682"} , +{"type":"Feature","id":"n6558652200","geometry":{"type":"Point","coordinates":[-0.9672855,51.456839]},"properties":{"@type":"node","@id":6558652200,"@timestamp":1560984040},"coords":"51.456839,-0.9672855","bedrooms":"0","price":"177000","area":"599"} , +{"type":"Feature","id":"n6558946509","geometry":{"type":"Point","coordinates":[-0.069384,51.3873651]},"properties":{"@type":"node","@id":6558946509,"@timestamp":1609514911},"coords":"51.3873651,-0.069384","bedrooms":"1","price":"190000","area":"571"} , +{"type":"Feature","id":"n6559444579","geometry":{"type":"Point","coordinates":[-0.0090262,51.2724716]},"properties":{"@type":"node","@id":6559444579,"@timestamp":1613570419},"coords":"51.2724716,-0.0090262","bedrooms":"2","price":"224000","area":"387"} , +{"type":"Feature","id":"n6559595898","geometry":{"type":"Point","coordinates":[0.4974405,51.874954]},"properties":{"@type":"node","@id":6559595898,"@timestamp":1561015509},"coords":"51.874954,0.4974405","bedrooms":"1","price":"292000","area":"591"} , +{"type":"Feature","id":"n6559928509","geometry":{"type":"Point","coordinates":[-0.0482545,51.5095612]},"properties":{"@type":"node","@id":6559928509,"@timestamp":1561020742},"coords":"51.5095612,-0.0482545","bedrooms":"4","price":"201000","area":"633"} , +{"type":"Feature","id":"n6559928519","geometry":{"type":"Point","coordinates":[-0.0498276,51.5093704]},"properties":{"@type":"node","@id":6559928519,"@timestamp":1561020742},"coords":"51.5093704,-0.0498276","bedrooms":"1","price":"286000","area":"451"} , +{"type":"Feature","id":"n6560189672","geometry":{"type":"Point","coordinates":[-0.193515,51.4883443]},"properties":{"@type":"node","@id":6560189672,"@timestamp":1600790212},"coords":"51.4883443,-0.193515","bedrooms":"4","price":"156000","area":"500"} , +{"type":"Feature","id":"n6560748296","geometry":{"type":"Point","coordinates":[0.5851546,51.1302853]},"properties":{"@type":"node","@id":6560748296,"@timestamp":1561036199},"coords":"51.1302853,0.5851546","bedrooms":"3","price":"270000","area":"502"} , +{"type":"Feature","id":"n6561048756","geometry":{"type":"Point","coordinates":[-0.4846079,51.6746097]},"properties":{"@type":"node","@id":6561048756,"@timestamp":1561042059},"coords":"51.6746097,-0.4846079","bedrooms":"3","price":"247000","area":"380"} , +{"type":"Feature","id":"n6561227949","geometry":{"type":"Point","coordinates":[-0.301831,51.4105346]},"properties":{"@type":"node","@id":6561227949,"@timestamp":1593948352},"coords":"51.4105346,-0.301831","bedrooms":"1","price":"213000","area":"542"} , +{"type":"Feature","id":"n6561271130","geometry":{"type":"Point","coordinates":[0.1065774,50.9988763]},"properties":{"@type":"node","@id":6561271130,"@timestamp":1561064545},"coords":"50.9988763,0.1065774","bedrooms":"2","price":"234000","area":"528"} , +{"type":"Feature","id":"n6561355787","geometry":{"type":"Point","coordinates":[0.0444376,51.4439388]},"properties":{"@type":"node","@id":6561355787,"@timestamp":1561049650},"coords":"51.4439388,0.0444376","bedrooms":"0","price":"226000","area":"403"} , +{"type":"Feature","id":"n6561389523","geometry":{"type":"Point","coordinates":[-0.1727243,51.5338779]},"properties":{"@type":"node","@id":6561389523,"@timestamp":1598472350},"coords":"51.5338779,-0.1727243","bedrooms":"1","price":"191000","area":"499"} , +{"type":"Feature","id":"n6561504949","geometry":{"type":"Point","coordinates":[-0.2504942,51.2367148]},"properties":{"@type":"node","@id":6561504949,"@timestamp":1561057943},"coords":"51.2367148,-0.2504942","bedrooms":"1","price":"151000","area":"517"} , +{"type":"Feature","id":"n6561563577","geometry":{"type":"Point","coordinates":[-0.2357581,51.2170354]},"properties":{"@type":"node","@id":6561563577,"@timestamp":1561057734},"coords":"51.2170354,-0.2357581","bedrooms":"2","price":"254000","area":"476"} , +{"type":"Feature","id":"n6561638580","geometry":{"type":"Point","coordinates":[0.0209706,51.2578682]},"properties":{"@type":"node","@id":6561638580,"@timestamp":1561060658},"coords":"51.2578682,0.0209706","bedrooms":"0","price":"172000","area":"407"} , +{"type":"Feature","id":"n6561665242","geometry":{"type":"Point","coordinates":[-0.9673584,51.4572129]},"properties":{"@type":"node","@id":6561665242,"@timestamp":1616777490},"coords":"51.4572129,-0.9673584","bedrooms":"3","price":"263000","area":"355"} , +{"type":"Feature","id":"n6561681721","geometry":{"type":"Point","coordinates":[-0.1272531,51.5325357]},"properties":{"@type":"node","@id":6561681721,"@timestamp":1596900721},"coords":"51.5325357,-0.1272531","bedrooms":"2","price":"175000","area":"465"} , +{"type":"Feature","id":"n6561820106","geometry":{"type":"Point","coordinates":[-0.2521791,51.7585205]},"properties":{"@type":"node","@id":6561820106,"@timestamp":1561067471},"coords":"51.7585205,-0.2521791","bedrooms":"4","price":"226000","area":"617"} , +{"type":"Feature","id":"n6561914320","geometry":{"type":"Point","coordinates":[-0.2224088,51.3913065]},"properties":{"@type":"node","@id":6561914320,"@timestamp":1561071274},"coords":"51.3913065,-0.2224088","bedrooms":"2","price":"174000","area":"655"} , +{"type":"Feature","id":"n6561914330","geometry":{"type":"Point","coordinates":[-0.2228306,51.3920655]},"properties":{"@type":"node","@id":6561914330,"@timestamp":1626710811},"coords":"51.3920655,-0.2228306","bedrooms":"3","price":"236000","area":"487"} , +{"type":"Feature","id":"n6561914340","geometry":{"type":"Point","coordinates":[-0.2225824,51.3915839]},"properties":{"@type":"node","@id":6561914340,"@timestamp":1561071274},"coords":"51.3915839,-0.2225824","bedrooms":"3","price":"193000","area":"672"} , +{"type":"Feature","id":"n6561914366","geometry":{"type":"Point","coordinates":[-0.2220748,51.3908128]},"properties":{"@type":"node","@id":6561914366,"@timestamp":1561071274},"coords":"51.3908128,-0.2220748","bedrooms":"2","price":"240000","area":"556"} , +{"type":"Feature","id":"n6562202679","geometry":{"type":"Point","coordinates":[-0.2660993,51.3338141]},"properties":{"@type":"node","@id":6562202679,"@timestamp":1611339666},"coords":"51.3338141,-0.2660993","bedrooms":"4","price":"209000","area":"661"} , +{"type":"Feature","id":"n6562276676","geometry":{"type":"Point","coordinates":[0.1018782,51.6087423]},"properties":{"@type":"node","@id":6562276676,"@timestamp":1561100333},"coords":"51.6087423,0.1018782","bedrooms":"1","price":"169000","area":"605"} , +{"type":"Feature","id":"n6562637645","geometry":{"type":"Point","coordinates":[0.8215297,51.3397864]},"properties":{"@type":"node","@id":6562637645,"@timestamp":1561111375},"coords":"51.3397864,0.8215297","bedrooms":"4","price":"166000","area":"384"} , +{"type":"Feature","id":"n6562786225","geometry":{"type":"Point","coordinates":[-0.5497591,51.0453862]},"properties":{"@type":"node","@id":6562786225,"@timestamp":1561115697},"coords":"51.0453862,-0.5497591","bedrooms":"3","price":"248000","area":"638"} , +{"type":"Feature","id":"n6562920052","geometry":{"type":"Point","coordinates":[-0.4218268,51.0126088]},"properties":{"@type":"node","@id":6562920052,"@timestamp":1561121455},"coords":"51.0126088,-0.4218268","bedrooms":"3","price":"249000","area":"452"} , +{"type":"Feature","id":"n6563095263","geometry":{"type":"Point","coordinates":[0.0926286,51.5784237]},"properties":{"@type":"node","@id":6563095263,"@timestamp":1561127198},"coords":"51.5784237,0.0926286","bedrooms":"2","price":"247000","area":"669"} , +{"type":"Feature","id":"n6563211460","geometry":{"type":"Point","coordinates":[-0.4666547,51.6347313]},"properties":{"@type":"node","@id":6563211460,"@timestamp":1597317085},"coords":"51.6347313,-0.4666547","bedrooms":"1","price":"270000","area":"469"} , +{"type":"Feature","id":"n6563419424","geometry":{"type":"Point","coordinates":[-0.7950323,51.216987]},"properties":{"@type":"node","@id":6563419424,"@timestamp":1561138312},"coords":"51.216987,-0.7950323","bedrooms":"2","price":"269000","area":"575"} , +{"type":"Feature","id":"n6563638711","geometry":{"type":"Point","coordinates":[0.1429349,50.9936661]},"properties":{"@type":"node","@id":6563638711,"@timestamp":1561144662},"coords":"50.9936661,0.1429349","bedrooms":"0","price":"236000","area":"407"} , +{"type":"Feature","id":"n6564026375","geometry":{"type":"Point","coordinates":[-0.2242126,51.3939205]},"properties":{"@type":"node","@id":6564026375,"@timestamp":1561162783},"coords":"51.3939205,-0.2242126","bedrooms":"1","price":"181000","area":"551"} , +{"type":"Feature","id":"n6564063675","geometry":{"type":"Point","coordinates":[-0.2229734,51.3928279]},"properties":{"@type":"node","@id":6564063675,"@timestamp":1561159325},"coords":"51.3928279,-0.2229734","bedrooms":"2","price":"194000","area":"360"} , +{"type":"Feature","id":"n6564087946","geometry":{"type":"Point","coordinates":[-0.2215404,51.3907634]},"properties":{"@type":"node","@id":6564087946,"@timestamp":1561161395},"coords":"51.3907634,-0.2215404","bedrooms":"4","price":"178000","area":"377"} , +{"type":"Feature","id":"n6564214118","geometry":{"type":"Point","coordinates":[-0.1729846,51.5350364]},"properties":{"@type":"node","@id":6564214118,"@timestamp":1561176853},"coords":"51.5350364,-0.1729846","bedrooms":"4","price":"271000","area":"465"} , +{"type":"Feature","id":"n6564329438","geometry":{"type":"Point","coordinates":[-0.1946561,51.4766378]},"properties":{"@type":"node","@id":6564329438,"@timestamp":1561189604},"coords":"51.4766378,-0.1946561","bedrooms":"1","price":"240000","area":"385"} , +{"type":"Feature","id":"n6564494911","geometry":{"type":"Point","coordinates":[-0.0491678,51.5091859]},"properties":{"@type":"node","@id":6564494911,"@timestamp":1620147613},"coords":"51.5091859,-0.0491678","bedrooms":"4","price":"259000","area":"514"} , +{"type":"Feature","id":"n6564533059","geometry":{"type":"Point","coordinates":[0.5715239,51.3681561]},"properties":{"@type":"node","@id":6564533059,"@timestamp":1561207484},"coords":"51.3681561,0.5715239","bedrooms":"1","price":"199000","area":"453"} , +{"type":"Feature","id":"n6564629228","geometry":{"type":"Point","coordinates":[0.6059236,51.2275132]},"properties":{"@type":"node","@id":6564629228,"@timestamp":1561210666},"coords":"51.2275132,0.6059236","bedrooms":"0","price":"190000","area":"528"} , +{"type":"Feature","id":"n6564741452","geometry":{"type":"Point","coordinates":[0.6228296,51.7516795]},"properties":{"@type":"node","@id":6564741452,"@timestamp":1561216338},"coords":"51.7516795,0.6228296","bedrooms":"1","price":"166000","area":"475"} , +{"type":"Feature","id":"n6564822267","geometry":{"type":"Point","coordinates":[-0.7616188,51.4547455]},"properties":{"@type":"node","@id":6564822267,"@timestamp":1604380726},"coords":"51.4547455,-0.7616188","bedrooms":"2","price":"211000","area":"669"} , +{"type":"Feature","id":"n6564871899","geometry":{"type":"Point","coordinates":[0.8671603,51.329148]},"properties":{"@type":"node","@id":6564871899,"@timestamp":1561226526},"coords":"51.329148,0.8671603","bedrooms":"2","price":"268000","area":"518"} , +{"type":"Feature","id":"n6565107292","geometry":{"type":"Point","coordinates":[-0.2251084,51.39456]},"properties":{"@type":"node","@id":6565107292,"@timestamp":1561236702},"coords":"51.39456,-0.2251084","bedrooms":"3","price":"277000","area":"673"} , +{"type":"Feature","id":"n6565107302","geometry":{"type":"Point","coordinates":[-0.2252584,51.3948059]},"properties":{"@type":"node","@id":6565107302,"@timestamp":1561236702},"coords":"51.3948059,-0.2252584","bedrooms":"2","price":"157000","area":"385"} , +{"type":"Feature","id":"n6565125758","geometry":{"type":"Point","coordinates":[-0.0686747,51.5317954]},"properties":{"@type":"node","@id":6565125758,"@timestamp":1561239563},"coords":"51.5317954,-0.0686747","bedrooms":"1","price":"228000","area":"497"} , +{"type":"Feature","id":"n6565245680","geometry":{"type":"Point","coordinates":[-0.566511,51.2477125]},"properties":{"@type":"node","@id":6565245680,"@timestamp":1561249452},"coords":"51.2477125,-0.566511","bedrooms":"1","price":"231000","area":"559"} , +{"type":"Feature","id":"n6565296062","geometry":{"type":"Point","coordinates":[-0.4122194,51.4645709]},"properties":{"@type":"node","@id":6565296062,"@timestamp":1627830895},"coords":"51.4645709,-0.4122194","bedrooms":"2","price":"154000","area":"694"} , +{"type":"Feature","id":"n6565309979","geometry":{"type":"Point","coordinates":[-0.40976,51.4567929]},"properties":{"@type":"node","@id":6565309979,"@timestamp":1576751554},"coords":"51.4567929,-0.40976","bedrooms":"1","price":"161000","area":"557"} , +{"type":"Feature","id":"n6565415360","geometry":{"type":"Point","coordinates":[-0.1731732,51.5377082]},"properties":{"@type":"node","@id":6565415360,"@timestamp":1561262724},"coords":"51.5377082,-0.1731732","bedrooms":"2","price":"254000","area":"668"} , +{"type":"Feature","id":"n6565434852","geometry":{"type":"Point","coordinates":[-0.1720794,51.5366196]},"properties":{"@type":"node","@id":6565434852,"@timestamp":1561262724},"coords":"51.5366196,-0.1720794","bedrooms":"4","price":"279000","area":"526"} , +{"type":"Feature","id":"n6565434923","geometry":{"type":"Point","coordinates":[-0.1714228,51.5361027]},"properties":{"@type":"node","@id":6565434923,"@timestamp":1561262724},"coords":"51.5361027,-0.1714228","bedrooms":"4","price":"236000","area":"377"} , +{"type":"Feature","id":"n6565434987","geometry":{"type":"Point","coordinates":[-0.1700019,51.5367389]},"properties":{"@type":"node","@id":6565434987,"@timestamp":1561262724},"coords":"51.5367389,-0.1700019","bedrooms":"3","price":"248000","area":"581"} , +{"type":"Feature","id":"n6565446714","geometry":{"type":"Point","coordinates":[-0.1705116,51.5376683]},"properties":{"@type":"node","@id":6565446714,"@timestamp":1561266948},"coords":"51.5376683,-0.1705116","bedrooms":"3","price":"299000","area":"532"} , +{"type":"Feature","id":"n6565451814","geometry":{"type":"Point","coordinates":[-0.6417267,51.4148053]},"properties":{"@type":"node","@id":6565451814,"@timestamp":1561266371},"coords":"51.4148053,-0.6417267","bedrooms":"3","price":"261000","area":"581"} , +{"type":"Feature","id":"n6565464186","geometry":{"type":"Point","coordinates":[-0.1686443,51.5381343]},"properties":{"@type":"node","@id":6565464186,"@timestamp":1561266948},"coords":"51.5381343,-0.1686443","bedrooms":"3","price":"190000","area":"397"} , +{"type":"Feature","id":"n6565479749","geometry":{"type":"Point","coordinates":[-0.7379359,51.2453881]},"properties":{"@type":"node","@id":6565479749,"@timestamp":1609905132},"coords":"51.2453881,-0.7379359","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n6565806046","geometry":{"type":"Point","coordinates":[0.7534138,51.0707953]},"properties":{"@type":"node","@id":6565806046,"@timestamp":1561286399},"coords":"51.0707953,0.7534138","bedrooms":"2","price":"194000","area":"417"} , +{"type":"Feature","id":"n6565848221","geometry":{"type":"Point","coordinates":[0.75784,51.0721949]},"properties":{"@type":"node","@id":6565848221,"@timestamp":1561287752},"coords":"51.0721949,0.75784","bedrooms":"2","price":"179000","area":"420"} , +{"type":"Feature","id":"n6565894436","geometry":{"type":"Point","coordinates":[-0.0641115,51.5534929]},"properties":{"@type":"node","@id":6565894436,"@timestamp":1561291122},"coords":"51.5534929,-0.0641115","bedrooms":"4","price":"277000","area":"388"} , +{"type":"Feature","id":"n6566010912","geometry":{"type":"Point","coordinates":[-0.2265884,51.3959762]},"properties":{"@type":"node","@id":6566010912,"@timestamp":1607183347},"coords":"51.3959762,-0.2265884","bedrooms":"3","price":"267000","area":"636"} , +{"type":"Feature","id":"n6566139662","geometry":{"type":"Point","coordinates":[0.2915077,51.6457429]},"properties":{"@type":"node","@id":6566139662,"@timestamp":1561302911},"coords":"51.6457429,0.2915077","bedrooms":"0","price":"158000","area":"512"} , +{"type":"Feature","id":"n6566255359","geometry":{"type":"Point","coordinates":[-0.1959862,51.4528201]},"properties":{"@type":"node","@id":6566255359,"@timestamp":1625484691},"coords":"51.4528201,-0.1959862","bedrooms":"2","price":"281000","area":"666"} , +{"type":"Feature","id":"n6566256159","geometry":{"type":"Point","coordinates":[0.0333641,51.4994093]},"properties":{"@type":"node","@id":6566256159,"@timestamp":1561308269},"coords":"51.4994093,0.0333641","bedrooms":"3","price":"251000","area":"533"} , +{"type":"Feature","id":"n6566264003","geometry":{"type":"Point","coordinates":[-0.1953138,51.4538954]},"properties":{"@type":"node","@id":6566264003,"@timestamp":1625484691},"coords":"51.4538954,-0.1953138","bedrooms":"0","price":"195000","area":"561"} , +{"type":"Feature","id":"n6566279356","geometry":{"type":"Point","coordinates":[-0.1712989,51.537452]},"properties":{"@type":"node","@id":6566279356,"@timestamp":1561309502},"coords":"51.537452,-0.1712989","bedrooms":"3","price":"237000","area":"398"} , +{"type":"Feature","id":"n6566292808","geometry":{"type":"Point","coordinates":[-0.0068376,51.5081955]},"properties":{"@type":"node","@id":6566292808,"@timestamp":1627300101},"coords":"51.5081955,-0.0068376","bedrooms":"2","price":"180000","area":"541"} , +{"type":"Feature","id":"n6566350676","geometry":{"type":"Point","coordinates":[-0.1713869,51.5380039]},"properties":{"@type":"node","@id":6566350676,"@timestamp":1561312137},"coords":"51.5380039,-0.1713869","bedrooms":"0","price":"189000","area":"451"} , +{"type":"Feature","id":"n6566513687","geometry":{"type":"Point","coordinates":[-0.7375194,51.3185943]},"properties":{"@type":"node","@id":6566513687,"@timestamp":1561319777},"coords":"51.3185943,-0.7375194","bedrooms":"0","price":"241000","area":"579"} , +{"type":"Feature","id":"n6566790516","geometry":{"type":"Point","coordinates":[-0.1076242,51.5516289]},"properties":{"@type":"node","@id":6566790516,"@timestamp":1621557698},"coords":"51.5516289,-0.1076242","bedrooms":"4","price":"271000","area":"394"} , +{"type":"Feature","id":"n6566832817","geometry":{"type":"Point","coordinates":[-0.4858327,51.5710352]},"properties":{"@type":"node","@id":6566832817,"@timestamp":1561343420},"coords":"51.5710352,-0.4858327","bedrooms":"0","price":"158000","area":"508"} , +{"type":"Feature","id":"n6567162612","geometry":{"type":"Point","coordinates":[-0.1056479,51.4491064]},"properties":{"@type":"node","@id":6567162612,"@timestamp":1561361228},"coords":"51.4491064,-0.1056479","bedrooms":"1","price":"153000","area":"481"} , +{"type":"Feature","id":"n6567196929","geometry":{"type":"Point","coordinates":[-0.0611278,51.5249871]},"properties":{"@type":"node","@id":6567196929,"@timestamp":1561362431},"coords":"51.5249871,-0.0611278","bedrooms":"3","price":"210000","area":"492"} , +{"type":"Feature","id":"n6567196939","geometry":{"type":"Point","coordinates":[-0.0611169,51.5253135]},"properties":{"@type":"node","@id":6567196939,"@timestamp":1561362431},"coords":"51.5253135,-0.0611169","bedrooms":"0","price":"183000","area":"591"} , +{"type":"Feature","id":"n6567196949","geometry":{"type":"Point","coordinates":[-0.061144,51.5258822]},"properties":{"@type":"node","@id":6567196949,"@timestamp":1561362431},"coords":"51.5258822,-0.061144","bedrooms":"4","price":"232000","area":"433"} , +{"type":"Feature","id":"n6567266211","geometry":{"type":"Point","coordinates":[0.2577813,51.8905481]},"properties":{"@type":"node","@id":6567266211,"@timestamp":1561363769},"coords":"51.8905481,0.2577813","bedrooms":"2","price":"156000","area":"471"} , +{"type":"Feature","id":"n6567469665","geometry":{"type":"Point","coordinates":[-0.1754379,51.5368592]},"properties":{"@type":"node","@id":6567469665,"@timestamp":1561370825},"coords":"51.5368592,-0.1754379","bedrooms":"4","price":"167000","area":"408"} , +{"type":"Feature","id":"n6567690950","geometry":{"type":"Point","coordinates":[-0.0781587,51.5159917]},"properties":{"@type":"node","@id":6567690950,"@timestamp":1561378815},"coords":"51.5159917,-0.0781587","bedrooms":"4","price":"284000","area":"666"} , +{"type":"Feature","id":"n6568055101","geometry":{"type":"Point","coordinates":[-0.1737912,51.5336183]},"properties":{"@type":"node","@id":6568055101,"@timestamp":1561389053},"coords":"51.5336183,-0.1737912","bedrooms":"1","price":"268000","area":"694"} , +{"type":"Feature","id":"n6568063798","geometry":{"type":"Point","coordinates":[-0.1545248,51.4413076]},"properties":{"@type":"node","@id":6568063798,"@timestamp":1561388610},"coords":"51.4413076,-0.1545248","bedrooms":"2","price":"203000","area":"674"} , +{"type":"Feature","id":"n6568064193","geometry":{"type":"Point","coordinates":[-0.1633613,51.4458187]},"properties":{"@type":"node","@id":6568064193,"@timestamp":1561388611},"coords":"51.4458187,-0.1633613","bedrooms":"4","price":"241000","area":"577"} , +{"type":"Feature","id":"n6568266271","geometry":{"type":"Point","coordinates":[-0.2356953,51.3188379]},"properties":{"@type":"node","@id":6568266271,"@timestamp":1561396199},"coords":"51.3188379,-0.2356953","bedrooms":"1","price":"289000","area":"567"} , +{"type":"Feature","id":"n6568349185","geometry":{"type":"Point","coordinates":[-0.1938088,51.438734]},"properties":{"@type":"node","@id":6568349185,"@timestamp":1561398350},"coords":"51.438734,-0.1938088","bedrooms":"2","price":"184000","area":"562"} , +{"type":"Feature","id":"n6568648041","geometry":{"type":"Point","coordinates":[-0.1869327,51.5108739]},"properties":{"@type":"node","@id":6568648041,"@timestamp":1575637864},"coords":"51.5108739,-0.1869327","bedrooms":"4","price":"207000","area":"418"} , +{"type":"Feature","id":"n6568760608","geometry":{"type":"Point","coordinates":[-0.1751933,51.4982261]},"properties":{"@type":"node","@id":6568760608,"@timestamp":1586086016},"coords":"51.4982261,-0.1751933","bedrooms":"2","price":"170000","area":"498"} , +{"type":"Feature","id":"n6568820525","geometry":{"type":"Point","coordinates":[-0.1291018,51.4320636]},"properties":{"@type":"node","@id":6568820525,"@timestamp":1616973529},"coords":"51.4320636,-0.1291018","bedrooms":"3","price":"212000","area":"630"} , +{"type":"Feature","id":"n6569413937","geometry":{"type":"Point","coordinates":[-0.04322,51.8127442]},"properties":{"@type":"node","@id":6569413937,"@timestamp":1561446820},"coords":"51.8127442,-0.04322","bedrooms":"1","price":"251000","area":"363"} , +{"type":"Feature","id":"n6569558858","geometry":{"type":"Point","coordinates":[0.2505933,51.1886887]},"properties":{"@type":"node","@id":6569558858,"@timestamp":1561450998},"coords":"51.1886887,0.2505933","bedrooms":"1","price":"163000","area":"550"} , +{"type":"Feature","id":"n6569746708","geometry":{"type":"Point","coordinates":[-0.1076955,51.8045867]},"properties":{"@type":"node","@id":6569746708,"@timestamp":1561456706},"coords":"51.8045867,-0.1076955","bedrooms":"0","price":"221000","area":"458"} , +{"type":"Feature","id":"n6570098537","geometry":{"type":"Point","coordinates":[-0.9785414,51.941058]},"properties":{"@type":"node","@id":6570098537,"@timestamp":1561465585},"coords":"51.941058,-0.9785414","bedrooms":"3","price":"296000","area":"452"} , +{"type":"Feature","id":"n6570737085","geometry":{"type":"Point","coordinates":[-0.1694613,51.4934666]},"properties":{"@type":"node","@id":6570737085,"@timestamp":1604768890},"coords":"51.4934666,-0.1694613","bedrooms":"4","price":"166000","area":"626"} , +{"type":"Feature","id":"n6571022845","geometry":{"type":"Point","coordinates":[-0.0546907,51.5122091]},"properties":{"@type":"node","@id":6571022845,"@timestamp":1628939829},"coords":"51.5122091,-0.0546907","bedrooms":"3","price":"293000","area":"684"} , +{"type":"Feature","id":"n6571056304","geometry":{"type":"Point","coordinates":[-0.725862,51.3215436]},"properties":{"@type":"node","@id":6571056304,"@timestamp":1561493618},"coords":"51.3215436,-0.725862","bedrooms":"2","price":"294000","area":"490"} , +{"type":"Feature","id":"n6571120862","geometry":{"type":"Point","coordinates":[-0.3893503,51.3184843]},"properties":{"@type":"node","@id":6571120862,"@timestamp":1607821263},"coords":"51.3184843,-0.3893503","bedrooms":"1","price":"198000","area":"486"} , +{"type":"Feature","id":"n6571205350","geometry":{"type":"Point","coordinates":[-0.0302773,51.5145376]},"properties":{"@type":"node","@id":6571205350,"@timestamp":1561498998},"coords":"51.5145376,-0.0302773","bedrooms":"0","price":"204000","area":"467"} , +{"type":"Feature","id":"n6571205360","geometry":{"type":"Point","coordinates":[-0.0426075,51.5159979]},"properties":{"@type":"node","@id":6571205360,"@timestamp":1561498998},"coords":"51.5159979,-0.0426075","bedrooms":"1","price":"267000","area":"438"} , +{"type":"Feature","id":"n6571290421","geometry":{"type":"Point","coordinates":[0.1300643,51.7696408]},"properties":{"@type":"node","@id":6571290421,"@timestamp":1612380459},"coords":"51.7696408,0.1300643","bedrooms":"0","price":"166000","area":"527"} , +{"type":"Feature","id":"n6571814228","geometry":{"type":"Point","coordinates":[-0.4737793,51.630735]},"properties":{"@type":"node","@id":6571814228,"@timestamp":1562726047},"coords":"51.630735,-0.4737793","bedrooms":"1","price":"155000","area":"513"} , +{"type":"Feature","id":"n6572128987","geometry":{"type":"Point","coordinates":[0.0948226,50.964857]},"properties":{"@type":"node","@id":6572128987,"@timestamp":1561540454},"coords":"50.964857,0.0948226","bedrooms":"0","price":"191000","area":"674"} , +{"type":"Feature","id":"n6572281801","geometry":{"type":"Point","coordinates":[-0.5380916,51.8461303]},"properties":{"@type":"node","@id":6572281801,"@timestamp":1561546680},"coords":"51.8461303,-0.5380916","bedrooms":"0","price":"172000","area":"543"} , +{"type":"Feature","id":"n6572387642","geometry":{"type":"Point","coordinates":[0.3749435,51.4313057]},"properties":{"@type":"node","@id":6572387642,"@timestamp":1561549968},"coords":"51.4313057,0.3749435","bedrooms":"0","price":"296000","area":"439"} , +{"type":"Feature","id":"n6572387655","geometry":{"type":"Point","coordinates":[0.379661,51.41768]},"properties":{"@type":"node","@id":6572387655,"@timestamp":1615557696},"coords":"51.41768,0.379661","bedrooms":"1","price":"240000","area":"615"} , +{"type":"Feature","id":"n6572387668","geometry":{"type":"Point","coordinates":[0.3750305,51.43409]},"properties":{"@type":"node","@id":6572387668,"@timestamp":1561549968},"coords":"51.43409,0.3750305","bedrooms":"1","price":"287000","area":"475"} , +{"type":"Feature","id":"n6572387678","geometry":{"type":"Point","coordinates":[0.3527363,51.4215339]},"properties":{"@type":"node","@id":6572387678,"@timestamp":1561549968},"coords":"51.4215339,0.3527363","bedrooms":"1","price":"262000","area":"371"} , +{"type":"Feature","id":"n6572433443","geometry":{"type":"Point","coordinates":[-0.4951569,51.6367564]},"properties":{"@type":"node","@id":6572433443,"@timestamp":1603320985},"coords":"51.6367564,-0.4951569","bedrooms":"0","price":"227000","area":"568"} , +{"type":"Feature","id":"n6572659211","geometry":{"type":"Point","coordinates":[-0.4980842,51.1147281]},"properties":{"@type":"node","@id":6572659211,"@timestamp":1561559090},"coords":"51.1147281,-0.4980842","bedrooms":"3","price":"168000","area":"686"} , +{"type":"Feature","id":"n6572721477","geometry":{"type":"Point","coordinates":[-0.1162889,51.5250487]},"properties":{"@type":"node","@id":6572721477,"@timestamp":1596489478},"coords":"51.5250487,-0.1162889","bedrooms":"0","price":"250000","area":"506"} , +{"type":"Feature","id":"n6572819650","geometry":{"type":"Point","coordinates":[-0.6094209,51.1913827]},"properties":{"@type":"node","@id":6572819650,"@timestamp":1561565265},"coords":"51.1913827,-0.6094209","bedrooms":"0","price":"173000","area":"473"} , +{"type":"Feature","id":"n6572837398","geometry":{"type":"Point","coordinates":[-0.3147454,51.5115373]},"properties":{"@type":"node","@id":6572837398,"@timestamp":1631236029},"coords":"51.5115373,-0.3147454","bedrooms":"4","price":"296000","area":"500"} , +{"type":"Feature","id":"n6572865791","geometry":{"type":"Point","coordinates":[-0.3155834,51.5114525]},"properties":{"@type":"node","@id":6572865791,"@timestamp":1613424280},"coords":"51.5114525,-0.3155834","bedrooms":"3","price":"211000","area":"595"} , +{"type":"Feature","id":"n6572910717","geometry":{"type":"Point","coordinates":[-0.1749046,51.5331838]},"properties":{"@type":"node","@id":6572910717,"@timestamp":1561567761},"coords":"51.5331838,-0.1749046","bedrooms":"0","price":"190000","area":"534"} , +{"type":"Feature","id":"n6573061385","geometry":{"type":"Point","coordinates":[-0.1973916,51.4993382]},"properties":{"@type":"node","@id":6573061385,"@timestamp":1594403452},"coords":"51.4993382,-0.1973916","bedrooms":"0","price":"233000","area":"699"} , +{"type":"Feature","id":"n6573168651","geometry":{"type":"Point","coordinates":[-0.9650367,51.4566784]},"properties":{"@type":"node","@id":6573168651,"@timestamp":1561574731},"coords":"51.4566784,-0.9650367","bedrooms":"2","price":"196000","area":"407"} , +{"type":"Feature","id":"n6573180109","geometry":{"type":"Point","coordinates":[-0.9648458,51.4559257]},"properties":{"@type":"node","@id":6573180109,"@timestamp":1561574731},"coords":"51.4559257,-0.9648458","bedrooms":"0","price":"271000","area":"580"} , +{"type":"Feature","id":"n6573180265","geometry":{"type":"Point","coordinates":[-0.9729418,51.4417936]},"properties":{"@type":"node","@id":6573180265,"@timestamp":1561574731},"coords":"51.4417936,-0.9729418","bedrooms":"3","price":"204000","area":"406"} , +{"type":"Feature","id":"n6573180305","geometry":{"type":"Point","coordinates":[-0.9737364,51.4508286]},"properties":{"@type":"node","@id":6573180305,"@timestamp":1561574731},"coords":"51.4508286,-0.9737364","bedrooms":"3","price":"255000","area":"631"} , +{"type":"Feature","id":"n6573211318","geometry":{"type":"Point","coordinates":[-0.174815,51.5320399]},"properties":{"@type":"node","@id":6573211318,"@timestamp":1561575903},"coords":"51.5320399,-0.174815","bedrooms":"2","price":"247000","area":"698"} , +{"type":"Feature","id":"n6573256892","geometry":{"type":"Point","coordinates":[-0.3394778,51.6110622]},"properties":{"@type":"node","@id":6573256892,"@timestamp":1586805815},"coords":"51.6110622,-0.3394778","bedrooms":"2","price":"183000","area":"662"} , +{"type":"Feature","id":"n6573522173","geometry":{"type":"Point","coordinates":[-0.4462943,51.4502056]},"properties":{"@type":"node","@id":6573522173,"@timestamp":1561595243},"coords":"51.4502056,-0.4462943","bedrooms":"0","price":"252000","area":"654"} , +{"type":"Feature","id":"n6573542784","geometry":{"type":"Point","coordinates":[-0.2536592,51.4204918]},"properties":{"@type":"node","@id":6573542784,"@timestamp":1609607572},"coords":"51.4204918,-0.2536592","bedrooms":"4","price":"238000","area":"389"} , +{"type":"Feature","id":"n6573547104","geometry":{"type":"Point","coordinates":[-0.4393925,51.4537948]},"properties":{"@type":"node","@id":6573547104,"@timestamp":1561590458},"coords":"51.4537948,-0.4393925","bedrooms":"1","price":"220000","area":"416"} , +{"type":"Feature","id":"n6573594913","geometry":{"type":"Point","coordinates":[-0.4549461,51.4555864]},"properties":{"@type":"node","@id":6573594913,"@timestamp":1561595243},"coords":"51.4555864,-0.4549461","bedrooms":"2","price":"264000","area":"532"} , +{"type":"Feature","id":"n6573942484","geometry":{"type":"Point","coordinates":[0.1532388,51.8697835]},"properties":{"@type":"node","@id":6573942484,"@timestamp":1561617668},"coords":"51.8697835,0.1532388","bedrooms":"4","price":"154000","area":"518"} , +{"type":"Feature","id":"n6574151830","geometry":{"type":"Point","coordinates":[0.1374498,50.990845]},"properties":{"@type":"node","@id":6574151830,"@timestamp":1561624474},"coords":"50.990845,0.1374498","bedrooms":"4","price":"267000","area":"559"} , +{"type":"Feature","id":"n6574215196","geometry":{"type":"Point","coordinates":[0.3033746,51.4349118]},"properties":{"@type":"node","@id":6574215196,"@timestamp":1613357299},"coords":"51.4349118,0.3033746","bedrooms":"3","price":"151000","area":"363"} , +{"type":"Feature","id":"n6574363779","geometry":{"type":"Point","coordinates":[0.4767376,51.392185]},"properties":{"@type":"node","@id":6574363779,"@timestamp":1561632230},"coords":"51.392185,0.4767376","bedrooms":"1","price":"216000","area":"520"} , +{"type":"Feature","id":"n6574423085","geometry":{"type":"Point","coordinates":[0.50537,51.389692]},"properties":{"@type":"node","@id":6574423085,"@timestamp":1561632230},"coords":"51.389692,0.50537","bedrooms":"0","price":"247000","area":"571"} , +{"type":"Feature","id":"n6574423100","geometry":{"type":"Point","coordinates":[0.5079039,51.3849727]},"properties":{"@type":"node","@id":6574423100,"@timestamp":1561632230},"coords":"51.3849727,0.5079039","bedrooms":"4","price":"248000","area":"418"} , +{"type":"Feature","id":"n6574423110","geometry":{"type":"Point","coordinates":[0.4804743,51.39272]},"properties":{"@type":"node","@id":6574423110,"@timestamp":1561632230},"coords":"51.39272,0.4804743","bedrooms":"3","price":"263000","area":"683"} , +{"type":"Feature","id":"n6574423120","geometry":{"type":"Point","coordinates":[0.462974,51.393908]},"properties":{"@type":"node","@id":6574423120,"@timestamp":1561632230},"coords":"51.393908,0.462974","bedrooms":"3","price":"260000","area":"599"} , +{"type":"Feature","id":"n6574537520","geometry":{"type":"Point","coordinates":[0.7508149,51.3245088]},"properties":{"@type":"node","@id":6574537520,"@timestamp":1561634596},"coords":"51.3245088,0.7508149","bedrooms":"2","price":"293000","area":"420"} , +{"type":"Feature","id":"n6574648028","geometry":{"type":"Point","coordinates":[-0.7030412,51.6496007]},"properties":{"@type":"node","@id":6574648028,"@timestamp":1561637640},"coords":"51.6496007,-0.7030412","bedrooms":"4","price":"181000","area":"653"} , +{"type":"Feature","id":"n6574653627","geometry":{"type":"Point","coordinates":[0.2835381,51.4903193]},"properties":{"@type":"node","@id":6574653627,"@timestamp":1593222896},"coords":"51.4903193,0.2835381","bedrooms":"4","price":"178000","area":"377"} , +{"type":"Feature","id":"n6574865461","geometry":{"type":"Point","coordinates":[0.3813954,51.184059]},"properties":{"@type":"node","@id":6574865461,"@timestamp":1562065043},"coords":"51.184059,0.3813954","bedrooms":"2","price":"198000","area":"460"} , +{"type":"Feature","id":"n6575231369","geometry":{"type":"Point","coordinates":[0.5937947,51.2224504]},"properties":{"@type":"node","@id":6575231369,"@timestamp":1561658542},"coords":"51.2224504,0.5937947","bedrooms":"1","price":"169000","area":"655"} , +{"type":"Feature","id":"n6575394541","geometry":{"type":"Point","coordinates":[-0.7245189,51.3151536]},"properties":{"@type":"node","@id":6575394541,"@timestamp":1561664083},"coords":"51.3151536,-0.7245189","bedrooms":"1","price":"242000","area":"618"} , +{"type":"Feature","id":"n6575444118","geometry":{"type":"Point","coordinates":[-0.0137522,51.5469145]},"properties":{"@type":"node","@id":6575444118,"@timestamp":1611072188},"coords":"51.5469145,-0.0137522","bedrooms":"0","price":"224000","area":"423"} , +{"type":"Feature","id":"n6575563856","geometry":{"type":"Point","coordinates":[0.0071754,51.5144326]},"properties":{"@type":"node","@id":6575563856,"@timestamp":1623674960},"coords":"51.5144326,0.0071754","bedrooms":"4","price":"256000","area":"650"} , +{"type":"Feature","id":"n6575669368","geometry":{"type":"Point","coordinates":[-0.1937403,51.501374]},"properties":{"@type":"node","@id":6575669368,"@timestamp":1628548325},"coords":"51.501374,-0.1937403","bedrooms":"0","price":"268000","area":"626"} , +{"type":"Feature","id":"n6576309481","geometry":{"type":"Point","coordinates":[-0.1767797,51.531605]},"properties":{"@type":"node","@id":6576309481,"@timestamp":1561712397},"coords":"51.531605,-0.1767797","bedrooms":"1","price":"238000","area":"656"} , +{"type":"Feature","id":"n6576362866","geometry":{"type":"Point","coordinates":[0.243035,51.403803]},"properties":{"@type":"node","@id":6576362866,"@timestamp":1561716522},"coords":"51.403803,0.243035","bedrooms":"1","price":"159000","area":"513"} , +{"type":"Feature","id":"n6576362877","geometry":{"type":"Point","coordinates":[0.2455631,51.4010418]},"properties":{"@type":"node","@id":6576362877,"@timestamp":1594558239},"coords":"51.4010418,0.2455631","bedrooms":"2","price":"289000","area":"691"} , +{"type":"Feature","id":"n6576407288","geometry":{"type":"Point","coordinates":[0.2374604,51.4082992]},"properties":{"@type":"node","@id":6576407288,"@timestamp":1594945936},"coords":"51.4082992,0.2374604","bedrooms":"2","price":"258000","area":"520"} , +{"type":"Feature","id":"n6576407298","geometry":{"type":"Point","coordinates":[0.2172837,51.4323476]},"properties":{"@type":"node","@id":6576407298,"@timestamp":1622286478},"coords":"51.4323476,0.2172837","bedrooms":"0","price":"277000","area":"668"} , +{"type":"Feature","id":"n6576751662","geometry":{"type":"Point","coordinates":[-0.1942934,51.5007658]},"properties":{"@type":"node","@id":6576751662,"@timestamp":1589427819},"coords":"51.5007658,-0.1942934","bedrooms":"0","price":"162000","area":"570"} , +{"type":"Feature","id":"n6576760705","geometry":{"type":"Point","coordinates":[0.0048877,51.5524119]},"properties":{"@type":"node","@id":6576760705,"@timestamp":1600786435},"coords":"51.5524119,0.0048877","bedrooms":"1","price":"205000","area":"690"} , +{"type":"Feature","id":"n6577037625","geometry":{"type":"Point","coordinates":[-0.3660142,51.1771083]},"properties":{"@type":"node","@id":6577037625,"@timestamp":1561736982},"coords":"51.1771083,-0.3660142","bedrooms":"1","price":"285000","area":"370"} , +{"type":"Feature","id":"n6577037674","geometry":{"type":"Point","coordinates":[-0.4483232,51.2118236]},"properties":{"@type":"node","@id":6577037674,"@timestamp":1561736982},"coords":"51.2118236,-0.4483232","bedrooms":"1","price":"152000","area":"683"} , +{"type":"Feature","id":"n6577532928","geometry":{"type":"Point","coordinates":[-0.0674459,51.4378445]},"properties":{"@type":"node","@id":6577532928,"@timestamp":1561752959},"coords":"51.4378445,-0.0674459","bedrooms":"3","price":"219000","area":"524"} , +{"type":"Feature","id":"n6577532957","geometry":{"type":"Point","coordinates":[-0.0661925,51.4383253]},"properties":{"@type":"node","@id":6577532957,"@timestamp":1590491830},"coords":"51.4383253,-0.0661925","bedrooms":"0","price":"192000","area":"391"} , +{"type":"Feature","id":"n6577618918","geometry":{"type":"Point","coordinates":[-0.0468969,51.4499235]},"properties":{"@type":"node","@id":6577618918,"@timestamp":1564900584},"coords":"51.4499235,-0.0468969","bedrooms":"3","price":"273000","area":"433"} , +{"type":"Feature","id":"n6577624219","geometry":{"type":"Point","coordinates":[-0.0208958,51.5053761]},"properties":{"@type":"node","@id":6577624219,"@timestamp":1568553853},"coords":"51.5053761,-0.0208958","bedrooms":"2","price":"183000","area":"467"} , +{"type":"Feature","id":"n6577673104","geometry":{"type":"Point","coordinates":[-0.9466575,51.4783711]},"properties":{"@type":"node","@id":6577673104,"@timestamp":1561758485},"coords":"51.4783711,-0.9466575","bedrooms":"3","price":"295000","area":"413"} , +{"type":"Feature","id":"n6577716370","geometry":{"type":"Point","coordinates":[-0.2432871,51.5097556]},"properties":{"@type":"node","@id":6577716370,"@timestamp":1617477048},"coords":"51.5097556,-0.2432871","bedrooms":"3","price":"205000","area":"543"} , +{"type":"Feature","id":"n6577754793","geometry":{"type":"Point","coordinates":[-0.2265318,51.5055083]},"properties":{"@type":"node","@id":6577754793,"@timestamp":1618901084},"coords":"51.5055083,-0.2265318","bedrooms":"3","price":"193000","area":"358"} , +{"type":"Feature","id":"n6577766608","geometry":{"type":"Point","coordinates":[-0.0543898,51.5363785]},"properties":{"@type":"node","@id":6577766608,"@timestamp":1580917032},"coords":"51.5363785,-0.0543898","bedrooms":"4","price":"283000","area":"490"} , +{"type":"Feature","id":"n6578001226","geometry":{"type":"Point","coordinates":[-0.1766366,51.5326097]},"properties":{"@type":"node","@id":6578001226,"@timestamp":1561787703},"coords":"51.5326097,-0.1766366","bedrooms":"2","price":"203000","area":"587"} , +{"type":"Feature","id":"n6578229051","geometry":{"type":"Point","coordinates":[-0.1770297,51.5344515]},"properties":{"@type":"node","@id":6578229051,"@timestamp":1561800636},"coords":"51.5344515,-0.1770297","bedrooms":"4","price":"152000","area":"444"} , +{"type":"Feature","id":"n6578248316","geometry":{"type":"Point","coordinates":[-0.1784864,51.5342761]},"properties":{"@type":"node","@id":6578248316,"@timestamp":1561800636},"coords":"51.5342761,-0.1784864","bedrooms":"2","price":"223000","area":"642"} , +{"type":"Feature","id":"n6578285029","geometry":{"type":"Point","coordinates":[0.5240701,51.3849201]},"properties":{"@type":"node","@id":6578285029,"@timestamp":1561804825},"coords":"51.3849201,0.5240701","bedrooms":"0","price":"292000","area":"673"} , +{"type":"Feature","id":"n6578285039","geometry":{"type":"Point","coordinates":[0.4606501,51.4100294]},"properties":{"@type":"node","@id":6578285039,"@timestamp":1561804825},"coords":"51.4100294,0.4606501","bedrooms":"4","price":"182000","area":"362"} , +{"type":"Feature","id":"n6578285050","geometry":{"type":"Point","coordinates":[0.4322149,51.4200541]},"properties":{"@type":"node","@id":6578285050,"@timestamp":1561804825},"coords":"51.4200541,0.4322149","bedrooms":"1","price":"275000","area":"689"} , +{"type":"Feature","id":"n6578285063","geometry":{"type":"Point","coordinates":[0.394767,51.432397]},"properties":{"@type":"node","@id":6578285063,"@timestamp":1613359675},"coords":"51.432397,0.394767","bedrooms":"2","price":"151000","area":"660"} , +{"type":"Feature","id":"n6578556469","geometry":{"type":"Point","coordinates":[-0.176014,51.4945727]},"properties":{"@type":"node","@id":6578556469,"@timestamp":1561819350},"coords":"51.4945727,-0.176014","bedrooms":"1","price":"178000","area":"373"} , +{"type":"Feature","id":"n6578709259","geometry":{"type":"Point","coordinates":[-0.2345983,51.4120423]},"properties":{"@type":"node","@id":6578709259,"@timestamp":1561828304},"coords":"51.4120423,-0.2345983","bedrooms":"0","price":"209000","area":"646"} , +{"type":"Feature","id":"n6578734475","geometry":{"type":"Point","coordinates":[-0.0748133,51.5261572]},"properties":{"@type":"node","@id":6578734475,"@timestamp":1561829245},"coords":"51.5261572,-0.0748133","bedrooms":"0","price":"165000","area":"364"} , +{"type":"Feature","id":"n6578735186","geometry":{"type":"Point","coordinates":[-0.2343956,51.4117407]},"properties":{"@type":"node","@id":6578735186,"@timestamp":1561828304},"coords":"51.4117407,-0.2343956","bedrooms":"1","price":"197000","area":"669"} , +{"type":"Feature","id":"n6578785563","geometry":{"type":"Point","coordinates":[0.0045272,51.5432663]},"properties":{"@type":"node","@id":6578785563,"@timestamp":1630005544},"coords":"51.5432663,0.0045272","bedrooms":"0","price":"202000","area":"491"} , +{"type":"Feature","id":"n6578821073","geometry":{"type":"Point","coordinates":[0.0048846,51.5437406]},"properties":{"@type":"node","@id":6578821073,"@timestamp":1594113659},"coords":"51.5437406,0.0048846","bedrooms":"0","price":"226000","area":"381"} , +{"type":"Feature","id":"n6578821089","geometry":{"type":"Point","coordinates":[0.0061084,51.5434094]},"properties":{"@type":"node","@id":6578821089,"@timestamp":1561832569},"coords":"51.5434094,0.0061084","bedrooms":"4","price":"170000","area":"396"} , +{"type":"Feature","id":"n6578873298","geometry":{"type":"Point","coordinates":[0.6661937,51.2430631]},"properties":{"@type":"node","@id":6578873298,"@timestamp":1561835234},"coords":"51.2430631,0.6661937","bedrooms":"1","price":"257000","area":"510"} , +{"type":"Feature","id":"n6578873308","geometry":{"type":"Point","coordinates":[0.6649183,51.242938]},"properties":{"@type":"node","@id":6578873308,"@timestamp":1561835234},"coords":"51.242938,0.6649183","bedrooms":"1","price":"291000","area":"432"} , +{"type":"Feature","id":"n6578873318","geometry":{"type":"Point","coordinates":[0.6654534,51.2426602]},"properties":{"@type":"node","@id":6578873318,"@timestamp":1561835234},"coords":"51.2426602,0.6654534","bedrooms":"0","price":"219000","area":"440"} , +{"type":"Feature","id":"n6578873328","geometry":{"type":"Point","coordinates":[0.6666456,51.2426618]},"properties":{"@type":"node","@id":6578873328,"@timestamp":1561835234},"coords":"51.2426618,0.6666456","bedrooms":"4","price":"244000","area":"396"} , +{"type":"Feature","id":"n6578873338","geometry":{"type":"Point","coordinates":[0.6678875,51.24298]},"properties":{"@type":"node","@id":6578873338,"@timestamp":1561835234},"coords":"51.24298,0.6678875","bedrooms":"3","price":"200000","area":"484"} , +{"type":"Feature","id":"n6578873348","geometry":{"type":"Point","coordinates":[0.6682053,51.2429649]},"properties":{"@type":"node","@id":6578873348,"@timestamp":1561835234},"coords":"51.2429649,0.6682053","bedrooms":"3","price":"294000","area":"374"} , +{"type":"Feature","id":"n6578873358","geometry":{"type":"Point","coordinates":[0.6677829,51.2424041]},"properties":{"@type":"node","@id":6578873358,"@timestamp":1561835234},"coords":"51.2424041,0.6677829","bedrooms":"1","price":"211000","area":"412"} , +{"type":"Feature","id":"n6578873370","geometry":{"type":"Point","coordinates":[0.6667489,51.2423117]},"properties":{"@type":"node","@id":6578873370,"@timestamp":1561835234},"coords":"51.2423117,0.6667489","bedrooms":"1","price":"210000","area":"464"} , +{"type":"Feature","id":"n6578875012","geometry":{"type":"Point","coordinates":[0.543142,51.2447951]},"properties":{"@type":"node","@id":6578875012,"@timestamp":1561834670},"coords":"51.2447951,0.543142","bedrooms":"3","price":"295000","area":"582"} , +{"type":"Feature","id":"n6578976697","geometry":{"type":"Point","coordinates":[-0.7039015,51.3046407]},"properties":{"@type":"node","@id":6578976697,"@timestamp":1636412019},"coords":"51.3046407,-0.7039015","bedrooms":"0","price":"169000","area":"592"} , +{"type":"Feature","id":"n6579177313","geometry":{"type":"Point","coordinates":[-0.2204964,51.3950074]},"properties":{"@type":"node","@id":6579177313,"@timestamp":1626710811},"coords":"51.3950074,-0.2204964","bedrooms":"2","price":"160000","area":"471"} , +{"type":"Feature","id":"n6579517445","geometry":{"type":"Point","coordinates":[-0.1316341,51.5330203]},"properties":{"@type":"node","@id":6579517445,"@timestamp":1635107369},"coords":"51.5330203,-0.1316341","bedrooms":"1","price":"202000","area":"594"} , +{"type":"Feature","id":"n6579517468","geometry":{"type":"Point","coordinates":[-0.1328184,51.5349538]},"properties":{"@type":"node","@id":6579517468,"@timestamp":1561879679},"coords":"51.5349538,-0.1328184","bedrooms":"0","price":"257000","area":"374"} , +{"type":"Feature","id":"n6579550794","geometry":{"type":"Point","coordinates":[-0.233192,51.4109058]},"properties":{"@type":"node","@id":6579550794,"@timestamp":1564900584},"coords":"51.4109058,-0.233192","bedrooms":"0","price":"292000","area":"601"} , +{"type":"Feature","id":"n6579574792","geometry":{"type":"Point","coordinates":[0.3744034,51.412468]},"properties":{"@type":"node","@id":6579574792,"@timestamp":1561879225},"coords":"51.412468,0.3744034","bedrooms":"4","price":"218000","area":"623"} , +{"type":"Feature","id":"n6579574802","geometry":{"type":"Point","coordinates":[0.367781,51.4276654]},"properties":{"@type":"node","@id":6579574802,"@timestamp":1561879225},"coords":"51.4276654,0.367781","bedrooms":"1","price":"158000","area":"604"} , +{"type":"Feature","id":"n6579578694","geometry":{"type":"Point","coordinates":[-0.0610854,51.5270045]},"properties":{"@type":"node","@id":6579578694,"@timestamp":1605936231},"coords":"51.5270045,-0.0610854","bedrooms":"2","price":"153000","area":"695"} , +{"type":"Feature","id":"n6579623863","geometry":{"type":"Point","coordinates":[0.2028206,51.4489072]},"properties":{"@type":"node","@id":6579623863,"@timestamp":1614137148},"coords":"51.4489072,0.2028206","bedrooms":"0","price":"296000","area":"458"} , +{"type":"Feature","id":"n6579623874","geometry":{"type":"Point","coordinates":[0.1960296,51.4440587]},"properties":{"@type":"node","@id":6579623874,"@timestamp":1561883790},"coords":"51.4440587,0.1960296","bedrooms":"0","price":"180000","area":"551"} , +{"type":"Feature","id":"n6579628437","geometry":{"type":"Point","coordinates":[-0.1797939,51.5343394]},"properties":{"@type":"node","@id":6579628437,"@timestamp":1598743309},"coords":"51.5343394,-0.1797939","bedrooms":"1","price":"162000","area":"379"} , +{"type":"Feature","id":"n6579633585","geometry":{"type":"Point","coordinates":[0.2027096,51.4392562]},"properties":{"@type":"node","@id":6579633585,"@timestamp":1614137148},"coords":"51.4392562,0.2027096","bedrooms":"0","price":"207000","area":"512"} , +{"type":"Feature","id":"n6579633598","geometry":{"type":"Point","coordinates":[0.2142951,51.4375056]},"properties":{"@type":"node","@id":6579633598,"@timestamp":1614137148},"coords":"51.4375056,0.2142951","bedrooms":"4","price":"248000","area":"518"} , +{"type":"Feature","id":"n6579633608","geometry":{"type":"Point","coordinates":[0.2117041,51.4347128]},"properties":{"@type":"node","@id":6579633608,"@timestamp":1614137148},"coords":"51.4347128,0.2117041","bedrooms":"0","price":"283000","area":"409"} , +{"type":"Feature","id":"n6579809675","geometry":{"type":"Point","coordinates":[-0.0160691,51.8443641]},"properties":{"@type":"node","@id":6579809675,"@timestamp":1595165882},"coords":"51.8443641,-0.0160691","bedrooms":"3","price":"265000","area":"548"} , +{"type":"Feature","id":"n6579905053","geometry":{"type":"Point","coordinates":[-0.4630354,51.262769]},"properties":{"@type":"node","@id":6579905053,"@timestamp":1561901226},"coords":"51.262769,-0.4630354","bedrooms":"4","price":"273000","area":"486"} , +{"type":"Feature","id":"n6579951772","geometry":{"type":"Point","coordinates":[-0.472295,51.2576408]},"properties":{"@type":"node","@id":6579951772,"@timestamp":1561904839},"coords":"51.2576408,-0.472295","bedrooms":"1","price":"218000","area":"429"} , +{"type":"Feature","id":"n6580300297","geometry":{"type":"Point","coordinates":[-0.7019485,51.3078868]},"properties":{"@type":"node","@id":6580300297,"@timestamp":1636411724},"coords":"51.3078868,-0.7019485","bedrooms":"4","price":"272000","area":"661"} , +{"type":"Feature","id":"n6580340927","geometry":{"type":"Point","coordinates":[-0.6997793,51.3141091]},"properties":{"@type":"node","@id":6580340927,"@timestamp":1561923267},"coords":"51.3141091,-0.6997793","bedrooms":"2","price":"187000","area":"376"} , +{"type":"Feature","id":"n6580443409","geometry":{"type":"Point","coordinates":[-0.3201163,51.4575401]},"properties":{"@type":"node","@id":6580443409,"@timestamp":1628959355},"coords":"51.4575401,-0.3201163","bedrooms":"4","price":"258000","area":"633"} , +{"type":"Feature","id":"n6580628369","geometry":{"type":"Point","coordinates":[0.6121597,51.8938482]},"properties":{"@type":"node","@id":6580628369,"@timestamp":1561934944},"coords":"51.8938482,0.6121597","bedrooms":"0","price":"259000","area":"680"} , +{"type":"Feature","id":"n6580766908","geometry":{"type":"Point","coordinates":[-0.5681349,51.9203423]},"properties":{"@type":"node","@id":6580766908,"@timestamp":1561944593},"coords":"51.9203423,-0.5681349","bedrooms":"3","price":"278000","area":"488"} , +{"type":"Feature","id":"n6581095895","geometry":{"type":"Point","coordinates":[0.3206157,51.8995959]},"properties":{"@type":"node","@id":6581095895,"@timestamp":1561962487},"coords":"51.8995959,0.3206157","bedrooms":"0","price":"278000","area":"425"} , +{"type":"Feature","id":"n6581459795","geometry":{"type":"Point","coordinates":[-0.1786381,51.5343099]},"properties":{"@type":"node","@id":6581459795,"@timestamp":1561977762},"coords":"51.5343099,-0.1786381","bedrooms":"4","price":"216000","area":"620"} , +{"type":"Feature","id":"n6581527757","geometry":{"type":"Point","coordinates":[-0.1777866,51.5351772]},"properties":{"@type":"node","@id":6581527757,"@timestamp":1561981585},"coords":"51.5351772,-0.1777866","bedrooms":"2","price":"242000","area":"418"} , +{"type":"Feature","id":"n6581736987","geometry":{"type":"Point","coordinates":[-0.1113645,51.5945826]},"properties":{"@type":"node","@id":6581736987,"@timestamp":1635521786},"coords":"51.5945826,-0.1113645","bedrooms":"0","price":"291000","area":"507"} , +{"type":"Feature","id":"n6581862764","geometry":{"type":"Point","coordinates":[0.0021763,51.5783006]},"properties":{"@type":"node","@id":6581862764,"@timestamp":1561992164},"coords":"51.5783006,0.0021763","bedrooms":"1","price":"230000","area":"533"} , +{"type":"Feature","id":"n6582045970","geometry":{"type":"Point","coordinates":[-0.1347674,51.593127]},"properties":{"@type":"node","@id":6582045970,"@timestamp":1625931832},"coords":"51.593127,-0.1347674","bedrooms":"3","price":"224000","area":"456"} , +{"type":"Feature","id":"n6582148017","geometry":{"type":"Point","coordinates":[-0.0869798,51.4094184]},"properties":{"@type":"node","@id":6582148017,"@timestamp":1561998657},"coords":"51.4094184,-0.0869798","bedrooms":"1","price":"163000","area":"561"} , +{"type":"Feature","id":"n6582210791","geometry":{"type":"Point","coordinates":[-0.1333518,51.5884276]},"properties":{"@type":"node","@id":6582210791,"@timestamp":1561999906},"coords":"51.5884276,-0.1333518","bedrooms":"4","price":"171000","area":"585"} , +{"type":"Feature","id":"n6582306420","geometry":{"type":"Point","coordinates":[-0.4013314,51.441414]},"properties":{"@type":"node","@id":6582306420,"@timestamp":1602751613},"coords":"51.441414,-0.4013314","bedrooms":"4","price":"247000","area":"642"} , +{"type":"Feature","id":"n6582725771","geometry":{"type":"Point","coordinates":[-0.1288306,51.5292528]},"properties":{"@type":"node","@id":6582725771,"@timestamp":1562018479},"coords":"51.5292528,-0.1288306","bedrooms":"2","price":"222000","area":"422"} , +{"type":"Feature","id":"n6582816204","geometry":{"type":"Point","coordinates":[-0.2335721,51.4125357]},"properties":{"@type":"node","@id":6582816204,"@timestamp":1564900584},"coords":"51.4125357,-0.2335721","bedrooms":"1","price":"259000","area":"356"} , +{"type":"Feature","id":"n6582824839","geometry":{"type":"Point","coordinates":[-0.9182738,51.1798143]},"properties":{"@type":"node","@id":6582824839,"@timestamp":1562019771},"coords":"51.1798143,-0.9182738","bedrooms":"1","price":"183000","area":"482"} , +{"type":"Feature","id":"n6582824849","geometry":{"type":"Point","coordinates":[-0.9171658,51.1785323]},"properties":{"@type":"node","@id":6582824849,"@timestamp":1562019771},"coords":"51.1785323,-0.9171658","bedrooms":"3","price":"214000","area":"475"} , +{"type":"Feature","id":"n6582885217","geometry":{"type":"Point","coordinates":[-0.2325187,51.4105106]},"properties":{"@type":"node","@id":6582885217,"@timestamp":1562022933},"coords":"51.4105106,-0.2325187","bedrooms":"4","price":"253000","area":"452"} , +{"type":"Feature","id":"n6582898849","geometry":{"type":"Point","coordinates":[-0.0554154,51.7064966]},"properties":{"@type":"node","@id":6582898849,"@timestamp":1564609823},"coords":"51.7064966,-0.0554154","bedrooms":"1","price":"264000","area":"363"} , +{"type":"Feature","id":"n6582998248","geometry":{"type":"Point","coordinates":[-0.0592965,51.6898186]},"properties":{"@type":"node","@id":6582998248,"@timestamp":1562027345},"coords":"51.6898186,-0.0592965","bedrooms":"1","price":"173000","area":"506"} , +{"type":"Feature","id":"n6583010226","geometry":{"type":"Point","coordinates":[-0.0451928,51.6886129]},"properties":{"@type":"node","@id":6583010226,"@timestamp":1562028326},"coords":"51.6886129,-0.0451928","bedrooms":"2","price":"284000","area":"608"} , +{"type":"Feature","id":"n6583040588","geometry":{"type":"Point","coordinates":[-0.0340554,51.6801057]},"properties":{"@type":"node","@id":6583040588,"@timestamp":1628936076},"coords":"51.6801057,-0.0340554","bedrooms":"3","price":"171000","area":"371"} , +{"type":"Feature","id":"n6583250743","geometry":{"type":"Point","coordinates":[-0.7841472,51.4480681]},"properties":{"@type":"node","@id":6583250743,"@timestamp":1562045855},"coords":"51.4480681,-0.7841472","bedrooms":"1","price":"281000","area":"526"} , +{"type":"Feature","id":"n6583772480","geometry":{"type":"Point","coordinates":[-0.0639252,51.658445]},"properties":{"@type":"node","@id":6583772480,"@timestamp":1562064852},"coords":"51.658445,-0.0639252","bedrooms":"1","price":"171000","area":"407"} , +{"type":"Feature","id":"n6583831104","geometry":{"type":"Point","coordinates":[-0.4650718,51.8445193]},"properties":{"@type":"node","@id":6583831104,"@timestamp":1601292235},"coords":"51.8445193,-0.4650718","bedrooms":"2","price":"203000","area":"377"} , +{"type":"Feature","id":"n6583849337","geometry":{"type":"Point","coordinates":[-0.0703995,51.6341478]},"properties":{"@type":"node","@id":6583849337,"@timestamp":1562066329},"coords":"51.6341478,-0.0703995","bedrooms":"0","price":"152000","area":"614"} , +{"type":"Feature","id":"n6583987216","geometry":{"type":"Point","coordinates":[0.4081518,51.5825082]},"properties":{"@type":"node","@id":6583987216,"@timestamp":1562069769},"coords":"51.5825082,0.4081518","bedrooms":"4","price":"162000","area":"610"} , +{"type":"Feature","id":"n6584112644","geometry":{"type":"Point","coordinates":[0.0187057,51.5069445]},"properties":{"@type":"node","@id":6584112644,"@timestamp":1562073212},"coords":"51.5069445,0.0187057","bedrooms":"1","price":"233000","area":"352"} , +{"type":"Feature","id":"n6584694132","geometry":{"type":"Point","coordinates":[-0.9716225,51.4533037]},"properties":{"@type":"node","@id":6584694132,"@timestamp":1592514014},"coords":"51.4533037,-0.9716225","bedrooms":"4","price":"196000","area":"496"} , +{"type":"Feature","id":"n6584908744","geometry":{"type":"Point","coordinates":[0.4789272,51.6262661]},"properties":{"@type":"node","@id":6584908744,"@timestamp":1562097603},"coords":"51.6262661,0.4789272","bedrooms":"1","price":"298000","area":"699"} , +{"type":"Feature","id":"n6584908772","geometry":{"type":"Point","coordinates":[0.4631706,51.5961039]},"properties":{"@type":"node","@id":6584908772,"@timestamp":1562097603},"coords":"51.5961039,0.4631706","bedrooms":"0","price":"155000","area":"573"} , +{"type":"Feature","id":"n6584934352","geometry":{"type":"Point","coordinates":[-0.7580665,51.3233354]},"properties":{"@type":"node","@id":6584934352,"@timestamp":1562096737},"coords":"51.3233354,-0.7580665","bedrooms":"2","price":"193000","area":"481"} , +{"type":"Feature","id":"n6585053352","geometry":{"type":"Point","coordinates":[-0.1305351,51.3830678]},"properties":{"@type":"node","@id":6585053352,"@timestamp":1562100148},"coords":"51.3830678,-0.1305351","bedrooms":"1","price":"299000","area":"624"} , +{"type":"Feature","id":"n6585099259","geometry":{"type":"Point","coordinates":[-0.2684884,51.7508078]},"properties":{"@type":"node","@id":6585099259,"@timestamp":1562099568},"coords":"51.7508078,-0.2684884","bedrooms":"0","price":"228000","area":"460"} , +{"type":"Feature","id":"n6585196435","geometry":{"type":"Point","coordinates":[0.4182154,51.6956836]},"properties":{"@type":"node","@id":6585196435,"@timestamp":1562103391},"coords":"51.6956836,0.4182154","bedrooms":"0","price":"216000","area":"364"} , +{"type":"Feature","id":"n6585196445","geometry":{"type":"Point","coordinates":[0.4218015,51.694967]},"properties":{"@type":"node","@id":6585196445,"@timestamp":1562103391},"coords":"51.694967,0.4218015","bedrooms":"0","price":"228000","area":"604"} , +{"type":"Feature","id":"n6585260594","geometry":{"type":"Point","coordinates":[-0.0849027,51.5198505]},"properties":{"@type":"node","@id":6585260594,"@timestamp":1613577305},"coords":"51.5198505,-0.0849027","bedrooms":"4","price":"186000","area":"513"} , +{"type":"Feature","id":"n6586136698","geometry":{"type":"Point","coordinates":[-0.3062528,51.4982705]},"properties":{"@type":"node","@id":6586136698,"@timestamp":1570439333},"coords":"51.4982705,-0.3062528","bedrooms":"2","price":"226000","area":"409"} , +{"type":"Feature","id":"n6586186205","geometry":{"type":"Point","coordinates":[0.452711,51.1947011]},"properties":{"@type":"node","@id":6586186205,"@timestamp":1562149422},"coords":"51.1947011,0.452711","bedrooms":"4","price":"228000","area":"621"} , +{"type":"Feature","id":"n6586790000","geometry":{"type":"Point","coordinates":[-0.1333086,51.6160322]},"properties":{"@type":"node","@id":6586790000,"@timestamp":1564900584},"coords":"51.6160322,-0.1333086","bedrooms":"4","price":"152000","area":"497"} , +{"type":"Feature","id":"n6586984088","geometry":{"type":"Point","coordinates":[0.1773094,50.999505]},"properties":{"@type":"node","@id":6586984088,"@timestamp":1562168761},"coords":"50.999505,0.1773094","bedrooms":"3","price":"185000","area":"452"} , +{"type":"Feature","id":"n6587054928","geometry":{"type":"Point","coordinates":[0.1811873,50.9971284]},"properties":{"@type":"node","@id":6587054928,"@timestamp":1562171336},"coords":"50.9971284,0.1811873","bedrooms":"0","price":"172000","area":"641"} , +{"type":"Feature","id":"n6587135451","geometry":{"type":"Point","coordinates":[-0.1276997,51.6148714]},"properties":{"@type":"node","@id":6587135451,"@timestamp":1562174308},"coords":"51.6148714,-0.1276997","bedrooms":"4","price":"253000","area":"480"} , +{"type":"Feature","id":"n6587281372","geometry":{"type":"Point","coordinates":[-0.1761654,51.5386744]},"properties":{"@type":"node","@id":6587281372,"@timestamp":1562180227},"coords":"51.5386744,-0.1761654","bedrooms":"1","price":"299000","area":"387"} , +{"type":"Feature","id":"n6587337052","geometry":{"type":"Point","coordinates":[-0.7434207,51.3380378]},"properties":{"@type":"node","@id":6587337052,"@timestamp":1562181168},"coords":"51.3380378,-0.7434207","bedrooms":"2","price":"189000","area":"511"} , +{"type":"Feature","id":"n6587375553","geometry":{"type":"Point","coordinates":[-0.7412539,51.3401509]},"properties":{"@type":"node","@id":6587375553,"@timestamp":1562184105},"coords":"51.3401509,-0.7412539","bedrooms":"0","price":"156000","area":"513"} , +{"type":"Feature","id":"n6587824309","geometry":{"type":"Point","coordinates":[0.0863484,51.5610061]},"properties":{"@type":"node","@id":6587824309,"@timestamp":1562204935},"coords":"51.5610061,0.0863484","bedrooms":"4","price":"168000","area":"437"} , +{"type":"Feature","id":"n6588761561","geometry":{"type":"Point","coordinates":[-0.4713574,51.5343743]},"properties":{"@type":"node","@id":6588761561,"@timestamp":1571679353},"coords":"51.5343743,-0.4713574","bedrooms":"1","price":"273000","area":"372"} , +{"type":"Feature","id":"n6589652021","geometry":{"type":"Point","coordinates":[-0.1629749,51.4910722]},"properties":{"@type":"node","@id":6589652021,"@timestamp":1610993759},"coords":"51.4910722,-0.1629749","bedrooms":"4","price":"265000","area":"525"} , +{"type":"Feature","id":"n6589790727","geometry":{"type":"Point","coordinates":[-0.0758996,51.4204291]},"properties":{"@type":"node","@id":6589790727,"@timestamp":1562269994},"coords":"51.4204291,-0.0758996","bedrooms":"1","price":"248000","area":"605"} , +{"type":"Feature","id":"n6589895518","geometry":{"type":"Point","coordinates":[-0.0773565,51.4204737]},"properties":{"@type":"node","@id":6589895518,"@timestamp":1575410416},"coords":"51.4204737,-0.0773565","bedrooms":"0","price":"290000","area":"463"} , +{"type":"Feature","id":"n6590144475","geometry":{"type":"Point","coordinates":[-0.1786602,51.5371562]},"properties":{"@type":"node","@id":6590144475,"@timestamp":1562299039},"coords":"51.5371562,-0.1786602","bedrooms":"4","price":"178000","area":"653"} , +{"type":"Feature","id":"n6590245407","geometry":{"type":"Point","coordinates":[-0.1776985,51.5359221]},"properties":{"@type":"node","@id":6590245407,"@timestamp":1562299039},"coords":"51.5359221,-0.1776985","bedrooms":"3","price":"181000","area":"368"} , +{"type":"Feature","id":"n6590964384","geometry":{"type":"Point","coordinates":[0.0165125,51.6270764]},"properties":{"@type":"node","@id":6590964384,"@timestamp":1607043980},"coords":"51.6270764,0.0165125","bedrooms":"4","price":"151000","area":"699"} , +{"type":"Feature","id":"n6591202513","geometry":{"type":"Point","coordinates":[-0.5609156,51.4289859]},"properties":{"@type":"node","@id":6591202513,"@timestamp":1624383446},"coords":"51.4289859,-0.5609156","bedrooms":"1","price":"234000","area":"552"} , +{"type":"Feature","id":"n6591695883","geometry":{"type":"Point","coordinates":[-0.1159733,51.5292348]},"properties":{"@type":"node","@id":6591695883,"@timestamp":1562343183},"coords":"51.5292348,-0.1159733","bedrooms":"4","price":"217000","area":"469"} , +{"type":"Feature","id":"n6591730293","geometry":{"type":"Point","coordinates":[-0.1159985,51.5294368]},"properties":{"@type":"node","@id":6591730293,"@timestamp":1562343183},"coords":"51.5294368,-0.1159985","bedrooms":"4","price":"230000","area":"653"} , +{"type":"Feature","id":"n6591730303","geometry":{"type":"Point","coordinates":[-0.1159276,51.5290281]},"properties":{"@type":"node","@id":6591730303,"@timestamp":1631108754},"coords":"51.5290281,-0.1159276","bedrooms":"3","price":"231000","area":"695"} , +{"type":"Feature","id":"n6591900787","geometry":{"type":"Point","coordinates":[-0.1651482,51.4921192]},"properties":{"@type":"node","@id":6591900787,"@timestamp":1604388652},"coords":"51.4921192,-0.1651482","bedrooms":"4","price":"221000","area":"584"} , +{"type":"Feature","id":"n6591977162","geometry":{"type":"Point","coordinates":[-0.7671133,51.3325849]},"properties":{"@type":"node","@id":6591977162,"@timestamp":1562354116},"coords":"51.3325849,-0.7671133","bedrooms":"0","price":"177000","area":"611"} , +{"type":"Feature","id":"n6592078563","geometry":{"type":"Point","coordinates":[-0.7294344,51.3440415]},"properties":{"@type":"node","@id":6592078563,"@timestamp":1562358140},"coords":"51.3440415,-0.7294344","bedrooms":"3","price":"266000","area":"436"} , +{"type":"Feature","id":"n6592265766","geometry":{"type":"Point","coordinates":[-0.0406787,51.5657285]},"properties":{"@type":"node","@id":6592265766,"@timestamp":1589401685},"coords":"51.5657285,-0.0406787","bedrooms":"2","price":"203000","area":"604"} , +{"type":"Feature","id":"n6592788222","geometry":{"type":"Point","coordinates":[-0.1798566,51.5349432]},"properties":{"@type":"node","@id":6592788222,"@timestamp":1562395366},"coords":"51.5349432,-0.1798566","bedrooms":"0","price":"223000","area":"461"} , +{"type":"Feature","id":"n6592788241","geometry":{"type":"Point","coordinates":[-0.1785478,51.535571]},"properties":{"@type":"node","@id":6592788241,"@timestamp":1562395366},"coords":"51.535571,-0.1785478","bedrooms":"3","price":"201000","area":"678"} , +{"type":"Feature","id":"n6592789226","geometry":{"type":"Point","coordinates":[-0.1797319,51.5358837]},"properties":{"@type":"node","@id":6592789226,"@timestamp":1562395366},"coords":"51.5358837,-0.1797319","bedrooms":"3","price":"214000","area":"549"} , +{"type":"Feature","id":"n6592796111","geometry":{"type":"Point","coordinates":[0.2169021,51.4434262]},"properties":{"@type":"node","@id":6592796111,"@timestamp":1620257399},"coords":"51.4434262,0.2169021","bedrooms":"2","price":"207000","area":"511"} , +{"type":"Feature","id":"n6592796121","geometry":{"type":"Point","coordinates":[0.2353853,51.4535214]},"properties":{"@type":"node","@id":6592796121,"@timestamp":1562398397},"coords":"51.4535214,0.2353853","bedrooms":"2","price":"294000","area":"640"} , +{"type":"Feature","id":"n6592796131","geometry":{"type":"Point","coordinates":[0.2174043,51.4377908]},"properties":{"@type":"node","@id":6592796131,"@timestamp":1621078919},"coords":"51.4377908,0.2174043","bedrooms":"2","price":"209000","area":"447"} , +{"type":"Feature","id":"n6592937112","geometry":{"type":"Point","coordinates":[0.3598156,51.3681575]},"properties":{"@type":"node","@id":6592937112,"@timestamp":1562405409},"coords":"51.3681575,0.3598156","bedrooms":"0","price":"245000","area":"582"} , +{"type":"Feature","id":"n6592937122","geometry":{"type":"Point","coordinates":[0.402941,51.39016]},"properties":{"@type":"node","@id":6592937122,"@timestamp":1562405409},"coords":"51.39016,0.402941","bedrooms":"2","price":"275000","area":"491"} , +{"type":"Feature","id":"n6592937132","geometry":{"type":"Point","coordinates":[0.3985906,51.4268288]},"properties":{"@type":"node","@id":6592937132,"@timestamp":1615557696},"coords":"51.4268288,0.3985906","bedrooms":"1","price":"224000","area":"500"} , +{"type":"Feature","id":"n6593248590","geometry":{"type":"Point","coordinates":[-0.1816566,51.5362886]},"properties":{"@type":"node","@id":6593248590,"@timestamp":1562419968},"coords":"51.5362886,-0.1816566","bedrooms":"1","price":"171000","area":"638"} , +{"type":"Feature","id":"n6593248618","geometry":{"type":"Point","coordinates":[-0.1800639,51.5368607]},"properties":{"@type":"node","@id":6593248618,"@timestamp":1562419968},"coords":"51.5368607,-0.1800639","bedrooms":"2","price":"207000","area":"577"} , +{"type":"Feature","id":"n6593248657","geometry":{"type":"Point","coordinates":[-0.1816754,51.5358984]},"properties":{"@type":"node","@id":6593248657,"@timestamp":1562419968},"coords":"51.5358984,-0.1816754","bedrooms":"4","price":"203000","area":"379"} , +{"type":"Feature","id":"n6593248688","geometry":{"type":"Point","coordinates":[-0.1799103,51.535989]},"properties":{"@type":"node","@id":6593248688,"@timestamp":1562419968},"coords":"51.535989,-0.1799103","bedrooms":"2","price":"231000","area":"442"} , +{"type":"Feature","id":"n6593357186","geometry":{"type":"Point","coordinates":[-0.1669147,51.4833203]},"properties":{"@type":"node","@id":6593357186,"@timestamp":1612767514},"coords":"51.4833203,-0.1669147","bedrooms":"4","price":"158000","area":"439"} , +{"type":"Feature","id":"n6593395879","geometry":{"type":"Point","coordinates":[0.1627082,51.0067478]},"properties":{"@type":"node","@id":6593395879,"@timestamp":1562429512},"coords":"51.0067478,0.1627082","bedrooms":"2","price":"150000","area":"392"} , +{"type":"Feature","id":"n6593410157","geometry":{"type":"Point","coordinates":[-0.1678274,51.4490534]},"properties":{"@type":"node","@id":6593410157,"@timestamp":1562431784},"coords":"51.4490534,-0.1678274","bedrooms":"3","price":"255000","area":"589"} , +{"type":"Feature","id":"n6593433145","geometry":{"type":"Point","coordinates":[-0.6983804,51.3552965]},"properties":{"@type":"node","@id":6593433145,"@timestamp":1600267073},"coords":"51.3552965,-0.6983804","bedrooms":"4","price":"240000","area":"656"} , +{"type":"Feature","id":"n6593486886","geometry":{"type":"Point","coordinates":[-0.122327,51.5202163]},"properties":{"@type":"node","@id":6593486886,"@timestamp":1562435983},"coords":"51.5202163,-0.122327","bedrooms":"3","price":"240000","area":"394"} , +{"type":"Feature","id":"n6593576191","geometry":{"type":"Point","coordinates":[-0.6872761,51.3571432]},"properties":{"@type":"node","@id":6593576191,"@timestamp":1562440594},"coords":"51.3571432,-0.6872761","bedrooms":"4","price":"165000","area":"496"} , +{"type":"Feature","id":"n6593645036","geometry":{"type":"Point","coordinates":[-0.6919937,51.3497876]},"properties":{"@type":"node","@id":6593645036,"@timestamp":1636290999},"coords":"51.3497876,-0.6919937","bedrooms":"4","price":"157000","area":"362"} , +{"type":"Feature","id":"n6593823020","geometry":{"type":"Point","coordinates":[0.0062494,51.5466025]},"properties":{"@type":"node","@id":6593823020,"@timestamp":1611089892},"coords":"51.5466025,0.0062494","bedrooms":"0","price":"187000","area":"369"} , +{"type":"Feature","id":"n6593893294","geometry":{"type":"Point","coordinates":[0.3951497,51.751629]},"properties":{"@type":"node","@id":6593893294,"@timestamp":1562455366},"coords":"51.751629,0.3951497","bedrooms":"4","price":"247000","area":"669"} , +{"type":"Feature","id":"n6593922087","geometry":{"type":"Point","coordinates":[0.0456625,51.5525022]},"properties":{"@type":"node","@id":6593922087,"@timestamp":1625085527},"coords":"51.5525022,0.0456625","bedrooms":"0","price":"245000","area":"484"} , +{"type":"Feature","id":"n6594069177","geometry":{"type":"Point","coordinates":[-0.1811715,51.5390797]},"properties":{"@type":"node","@id":6594069177,"@timestamp":1562481862},"coords":"51.5390797,-0.1811715","bedrooms":"1","price":"258000","area":"486"} , +{"type":"Feature","id":"n6594211679","geometry":{"type":"Point","coordinates":[-0.1770222,51.5305212]},"properties":{"@type":"node","@id":6594211679,"@timestamp":1562489101},"coords":"51.5305212,-0.1770222","bedrooms":"2","price":"192000","area":"468"} , +{"type":"Feature","id":"n6594316859","geometry":{"type":"Point","coordinates":[-0.1769531,51.5313527]},"properties":{"@type":"node","@id":6594316859,"@timestamp":1562496147},"coords":"51.5313527,-0.1769531","bedrooms":"3","price":"298000","area":"545"} , +{"type":"Feature","id":"n6594476775","geometry":{"type":"Point","coordinates":[-0.5346715,51.4310972]},"properties":{"@type":"node","@id":6594476775,"@timestamp":1563710095},"coords":"51.4310972,-0.5346715","bedrooms":"2","price":"283000","area":"378"} , +{"type":"Feature","id":"n6594609318","geometry":{"type":"Point","coordinates":[0.1322973,51.0211435]},"properties":{"@type":"node","@id":6594609318,"@timestamp":1562509584},"coords":"51.0211435,0.1322973","bedrooms":"3","price":"282000","area":"418"} , +{"type":"Feature","id":"n6594665720","geometry":{"type":"Point","coordinates":[-0.4752476,51.5153994]},"properties":{"@type":"node","@id":6594665720,"@timestamp":1562511619},"coords":"51.5153994,-0.4752476","bedrooms":"2","price":"187000","area":"683"} , +{"type":"Feature","id":"n6594761645","geometry":{"type":"Point","coordinates":[-0.1175922,51.531309]},"properties":{"@type":"node","@id":6594761645,"@timestamp":1562515510},"coords":"51.531309,-0.1175922","bedrooms":"0","price":"250000","area":"513"} , +{"type":"Feature","id":"n6594761655","geometry":{"type":"Point","coordinates":[-0.1233356,51.5300069]},"properties":{"@type":"node","@id":6594761655,"@timestamp":1562515510},"coords":"51.5300069,-0.1233356","bedrooms":"3","price":"259000","area":"383"} , +{"type":"Feature","id":"n6595019601","geometry":{"type":"Point","coordinates":[-0.1190634,51.5306441]},"properties":{"@type":"node","@id":6595019601,"@timestamp":1562525599},"coords":"51.5306441,-0.1190634","bedrooms":"0","price":"228000","area":"421"} , +{"type":"Feature","id":"n6595030215","geometry":{"type":"Point","coordinates":[0.1248917,50.9894096]},"properties":{"@type":"node","@id":6595030215,"@timestamp":1562527227},"coords":"50.9894096,0.1248917","bedrooms":"3","price":"283000","area":"674"} , +{"type":"Feature","id":"n6595079456","geometry":{"type":"Point","coordinates":[-0.1797469,51.5293951]},"properties":{"@type":"node","@id":6595079456,"@timestamp":1562528580},"coords":"51.5293951,-0.1797469","bedrooms":"3","price":"276000","area":"666"} , +{"type":"Feature","id":"n6595186172","geometry":{"type":"Point","coordinates":[-0.4501975,51.9525233]},"properties":{"@type":"node","@id":6595186172,"@timestamp":1562534995},"coords":"51.9525233,-0.4501975","bedrooms":"1","price":"196000","area":"662"} , +{"type":"Feature","id":"n6595337956","geometry":{"type":"Point","coordinates":[0.5761532,51.8663478]},"properties":{"@type":"node","@id":6595337956,"@timestamp":1588202090},"coords":"51.8663478,0.5761532","bedrooms":"1","price":"179000","area":"360"} , +{"type":"Feature","id":"n6595919365","geometry":{"type":"Point","coordinates":[-0.1739819,51.4971412]},"properties":{"@type":"node","@id":6595919365,"@timestamp":1632666401},"coords":"51.4971412,-0.1739819","bedrooms":"0","price":"162000","area":"696"} , +{"type":"Feature","id":"n6596831053","geometry":{"type":"Point","coordinates":[0.8373277,51.1273084]},"properties":{"@type":"node","@id":6596831053,"@timestamp":1594634923},"coords":"51.1273084,0.8373277","bedrooms":"0","price":"189000","area":"450"} , +{"type":"Feature","id":"n6597103807","geometry":{"type":"Point","coordinates":[0.1008962,51.0341315]},"properties":{"@type":"node","@id":6597103807,"@timestamp":1562603917},"coords":"51.0341315,0.1008962","bedrooms":"3","price":"223000","area":"353"} , +{"type":"Feature","id":"n6597353792","geometry":{"type":"Point","coordinates":[-0.0174751,51.5104248]},"properties":{"@type":"node","@id":6597353792,"@timestamp":1626251660},"coords":"51.5104248,-0.0174751","bedrooms":"1","price":"266000","area":"372"} , +{"type":"Feature","id":"n6597353811","geometry":{"type":"Point","coordinates":[-0.0159385,51.5105444]},"properties":{"@type":"node","@id":6597353811,"@timestamp":1562614778},"coords":"51.5105444,-0.0159385","bedrooms":"1","price":"215000","area":"453"} , +{"type":"Feature","id":"n6597450682","geometry":{"type":"Point","coordinates":[0.4758658,51.7291022]},"properties":{"@type":"node","@id":6597450682,"@timestamp":1618870590},"coords":"51.7291022,0.4758658","bedrooms":"4","price":"177000","area":"654"} , +{"type":"Feature","id":"n6597695450","geometry":{"type":"Point","coordinates":[-0.7520706,51.3089059]},"properties":{"@type":"node","@id":6597695450,"@timestamp":1562629415},"coords":"51.3089059,-0.7520706","bedrooms":"0","price":"216000","area":"423"} , +{"type":"Feature","id":"n6597941332","geometry":{"type":"Point","coordinates":[-0.324507,51.4687518]},"properties":{"@type":"node","@id":6597941332,"@timestamp":1631478818},"coords":"51.4687518,-0.324507","bedrooms":"3","price":"182000","area":"584"} , +{"type":"Feature","id":"n6597997554","geometry":{"type":"Point","coordinates":[-0.1779219,51.5324859]},"properties":{"@type":"node","@id":6597997554,"@timestamp":1562645404},"coords":"51.5324859,-0.1779219","bedrooms":"4","price":"294000","area":"426"} , +{"type":"Feature","id":"n6598302465","geometry":{"type":"Point","coordinates":[0.0243541,51.5016528]},"properties":{"@type":"node","@id":6598302465,"@timestamp":1565291698},"coords":"51.5016528,0.0243541","bedrooms":"2","price":"252000","area":"650"} , +{"type":"Feature","id":"n6598466868","geometry":{"type":"Point","coordinates":[0.0326978,51.5396831]},"properties":{"@type":"node","@id":6598466868,"@timestamp":1577055658},"coords":"51.5396831,0.0326978","bedrooms":"3","price":"262000","area":"620"} , +{"type":"Feature","id":"n6598912967","geometry":{"type":"Point","coordinates":[0.0434867,51.6170748]},"properties":{"@type":"node","@id":6598912967,"@timestamp":1562676092},"coords":"51.6170748,0.0434867","bedrooms":"4","price":"159000","area":"669"} , +{"type":"Feature","id":"n6599948492","geometry":{"type":"Point","coordinates":[-0.4768559,51.5152133]},"properties":{"@type":"node","@id":6599948492,"@timestamp":1562681097},"coords":"51.5152133,-0.4768559","bedrooms":"2","price":"250000","area":"373"} , +{"type":"Feature","id":"n6600015900","geometry":{"type":"Point","coordinates":[-0.0944959,51.3767592]},"properties":{"@type":"node","@id":6600015900,"@timestamp":1562681188},"coords":"51.3767592,-0.0944959","bedrooms":"3","price":"229000","area":"649"} , +{"type":"Feature","id":"n6600083782","geometry":{"type":"Point","coordinates":[-0.073062,51.5090094]},"properties":{"@type":"node","@id":6600083782,"@timestamp":1562683752},"coords":"51.5090094,-0.073062","bedrooms":"0","price":"190000","area":"410"} , +{"type":"Feature","id":"n6600519971","geometry":{"type":"Point","coordinates":[0.0792164,51.0523715]},"properties":{"@type":"node","@id":6600519971,"@timestamp":1562689161},"coords":"51.0523715,0.0792164","bedrooms":"0","price":"243000","area":"358"} , +{"type":"Feature","id":"n6600832806","geometry":{"type":"Point","coordinates":[-0.0501224,51.4206204]},"properties":{"@type":"node","@id":6600832806,"@timestamp":1630333657},"coords":"51.4206204,-0.0501224","bedrooms":"4","price":"282000","area":"392"} , +{"type":"Feature","id":"n6600949288","geometry":{"type":"Point","coordinates":[-0.1960586,51.4377108]},"properties":{"@type":"node","@id":6600949288,"@timestamp":1622294490},"coords":"51.4377108,-0.1960586","bedrooms":"1","price":"194000","area":"515"} , +{"type":"Feature","id":"n6600956250","geometry":{"type":"Point","coordinates":[0.807585,51.5398705]},"properties":{"@type":"node","@id":6600956250,"@timestamp":1619872758},"coords":"51.5398705,0.807585","bedrooms":"0","price":"190000","area":"607"} , +{"type":"Feature","id":"n6600986485","geometry":{"type":"Point","coordinates":[-0.1145464,51.419498]},"properties":{"@type":"node","@id":6600986485,"@timestamp":1628614120},"coords":"51.419498,-0.1145464","bedrooms":"2","price":"155000","area":"594"} , +{"type":"Feature","id":"n6600987010","geometry":{"type":"Point","coordinates":[0.8077451,51.5391081]},"properties":{"@type":"node","@id":6600987010,"@timestamp":1562703931},"coords":"51.5391081,0.8077451","bedrooms":"3","price":"277000","area":"632"} , +{"type":"Feature","id":"n6601071815","geometry":{"type":"Point","coordinates":[0.8258354,51.5533894]},"properties":{"@type":"node","@id":6601071815,"@timestamp":1562703931},"coords":"51.5533894,0.8258354","bedrooms":"4","price":"266000","area":"436"} , +{"type":"Feature","id":"n6601122431","geometry":{"type":"Point","coordinates":[0.804031,51.5337842]},"properties":{"@type":"node","@id":6601122431,"@timestamp":1562705742},"coords":"51.5337842,0.804031","bedrooms":"3","price":"191000","area":"564"} , +{"type":"Feature","id":"n6601143731","geometry":{"type":"Point","coordinates":[-0.6176111,51.4842722]},"properties":{"@type":"node","@id":6601143731,"@timestamp":1562706833},"coords":"51.4842722,-0.6176111","bedrooms":"2","price":"297000","area":"542"} , +{"type":"Feature","id":"n6601188875","geometry":{"type":"Point","coordinates":[-0.8642842,51.5001501]},"properties":{"@type":"node","@id":6601188875,"@timestamp":1562709324},"coords":"51.5001501,-0.8642842","bedrooms":"4","price":"233000","area":"415"} , +{"type":"Feature","id":"n6601275129","geometry":{"type":"Point","coordinates":[0.8364813,51.556906]},"properties":{"@type":"node","@id":6601275129,"@timestamp":1562710719},"coords":"51.556906,0.8364813","bedrooms":"4","price":"293000","area":"473"} , +{"type":"Feature","id":"n6601829129","geometry":{"type":"Point","coordinates":[0.0531683,51.6452325]},"properties":{"@type":"node","@id":6601829129,"@timestamp":1562738575},"coords":"51.6452325,0.0531683","bedrooms":"0","price":"244000","area":"682"} , +{"type":"Feature","id":"n6601953668","geometry":{"type":"Point","coordinates":[0.0539007,51.6438526]},"properties":{"@type":"node","@id":6601953668,"@timestamp":1594812075},"coords":"51.6438526,0.0539007","bedrooms":"3","price":"221000","area":"422"} , +{"type":"Feature","id":"n6601991363","geometry":{"type":"Point","coordinates":[-0.4725687,51.5117968]},"properties":{"@type":"node","@id":6601991363,"@timestamp":1616104425},"coords":"51.5117968,-0.4725687","bedrooms":"4","price":"194000","area":"425"} , +{"type":"Feature","id":"n6602453497","geometry":{"type":"Point","coordinates":[-0.0155902,51.504142]},"properties":{"@type":"node","@id":6602453497,"@timestamp":1562758549},"coords":"51.504142,-0.0155902","bedrooms":"3","price":"174000","area":"430"} , +{"type":"Feature","id":"n6602966186","geometry":{"type":"Point","coordinates":[-0.2061226,51.5162095]},"properties":{"@type":"node","@id":6602966186,"@timestamp":1581494761},"coords":"51.5162095,-0.2061226","bedrooms":"1","price":"212000","area":"628"} , +{"type":"Feature","id":"n6603234030","geometry":{"type":"Point","coordinates":[-0.0618342,51.4402656]},"properties":{"@type":"node","@id":6603234030,"@timestamp":1562773027},"coords":"51.4402656,-0.0618342","bedrooms":"2","price":"186000","area":"554"} , +{"type":"Feature","id":"n6603281783","geometry":{"type":"Point","coordinates":[0.0234051,51.4995975]},"properties":{"@type":"node","@id":6603281783,"@timestamp":1605457999},"coords":"51.4995975,0.0234051","bedrooms":"4","price":"223000","area":"513"} , +{"type":"Feature","id":"n6603339592","geometry":{"type":"Point","coordinates":[0.0234817,51.4997399]},"properties":{"@type":"node","@id":6603339592,"@timestamp":1562775600},"coords":"51.4997399,0.0234817","bedrooms":"2","price":"248000","area":"500"} , +{"type":"Feature","id":"n6603380235","geometry":{"type":"Point","coordinates":[0.0521932,51.6446545]},"properties":{"@type":"node","@id":6603380235,"@timestamp":1580290066},"coords":"51.6446545,0.0521932","bedrooms":"1","price":"221000","area":"602"} , +{"type":"Feature","id":"n6603466176","geometry":{"type":"Point","coordinates":[0.0168311,51.5112852]},"properties":{"@type":"node","@id":6603466176,"@timestamp":1562779080},"coords":"51.5112852,0.0168311","bedrooms":"2","price":"273000","area":"384"} , +{"type":"Feature","id":"n6603468207","geometry":{"type":"Point","coordinates":[0.4941846,51.5834483]},"properties":{"@type":"node","@id":6603468207,"@timestamp":1562778736},"coords":"51.5834483,0.4941846","bedrooms":"0","price":"278000","area":"551"} , +{"type":"Feature","id":"n6603468244","geometry":{"type":"Point","coordinates":[0.4648981,51.5868263]},"properties":{"@type":"node","@id":6603468244,"@timestamp":1562778736},"coords":"51.5868263,0.4648981","bedrooms":"3","price":"170000","area":"688"} , +{"type":"Feature","id":"n6603503498","geometry":{"type":"Point","coordinates":[0.0072165,51.5192596]},"properties":{"@type":"node","@id":6603503498,"@timestamp":1562781158},"coords":"51.5192596,0.0072165","bedrooms":"0","price":"219000","area":"593"} , +{"type":"Feature","id":"n6603503508","geometry":{"type":"Point","coordinates":[-0.0034906,51.510271]},"properties":{"@type":"node","@id":6603503508,"@timestamp":1630434519},"coords":"51.510271,-0.0034906","bedrooms":"1","price":"187000","area":"645"} , +{"type":"Feature","id":"n6603524448","geometry":{"type":"Point","coordinates":[0.0534239,51.6459474]},"properties":{"@type":"node","@id":6603524448,"@timestamp":1562780525},"coords":"51.6459474,0.0534239","bedrooms":"2","price":"264000","area":"623"} , +{"type":"Feature","id":"n6603677211","geometry":{"type":"Point","coordinates":[0.8682087,51.1246005]},"properties":{"@type":"node","@id":6603677211,"@timestamp":1562784210},"coords":"51.1246005,0.8682087","bedrooms":"0","price":"254000","area":"394"} , +{"type":"Feature","id":"n6603712514","geometry":{"type":"Point","coordinates":[0.8408828,51.1282712]},"properties":{"@type":"node","@id":6603712514,"@timestamp":1567764585},"coords":"51.1282712,0.8408828","bedrooms":"3","price":"152000","area":"560"} , +{"type":"Feature","id":"n6603735132","geometry":{"type":"Point","coordinates":[-0.0237069,51.5107474]},"properties":{"@type":"node","@id":6603735132,"@timestamp":1562788237},"coords":"51.5107474,-0.0237069","bedrooms":"2","price":"245000","area":"605"} , +{"type":"Feature","id":"n6603897891","geometry":{"type":"Point","coordinates":[-0.8210917,51.3419778]},"properties":{"@type":"node","@id":6603897891,"@timestamp":1568752543},"coords":"51.3419778,-0.8210917","bedrooms":"1","price":"164000","area":"399"} , +{"type":"Feature","id":"n6603966999","geometry":{"type":"Point","coordinates":[0.0517286,51.6442681]},"properties":{"@type":"node","@id":6603966999,"@timestamp":1562795274},"coords":"51.6442681,0.0517286","bedrooms":"1","price":"165000","area":"483"} , +{"type":"Feature","id":"n6603967035","geometry":{"type":"Point","coordinates":[0.0518213,51.6443614]},"properties":{"@type":"node","@id":6603967035,"@timestamp":1572449690},"coords":"51.6443614,0.0518213","bedrooms":"4","price":"172000","area":"532"} , +{"type":"Feature","id":"n6604378352","geometry":{"type":"Point","coordinates":[0.0571463,51.6492396]},"properties":{"@type":"node","@id":6604378352,"@timestamp":1624272654},"coords":"51.6492396,0.0571463","bedrooms":"4","price":"299000","area":"646"} , +{"type":"Feature","id":"n6604378369","geometry":{"type":"Point","coordinates":[0.0570423,51.6491247]},"properties":{"@type":"node","@id":6604378369,"@timestamp":1562824837},"coords":"51.6491247,0.0570423","bedrooms":"3","price":"264000","area":"519"} , +{"type":"Feature","id":"n6604554020","geometry":{"type":"Point","coordinates":[0.0555025,51.6474831]},"properties":{"@type":"node","@id":6604554020,"@timestamp":1569950911},"coords":"51.6474831,0.0555025","bedrooms":"4","price":"234000","area":"409"} , +{"type":"Feature","id":"n6604788931","geometry":{"type":"Point","coordinates":[-0.4214334,51.3848609]},"properties":{"@type":"node","@id":6604788931,"@timestamp":1603552090},"coords":"51.3848609,-0.4214334","bedrooms":"4","price":"188000","area":"608"} , +{"type":"Feature","id":"n6605089216","geometry":{"type":"Point","coordinates":[-0.9314148,51.4618709]},"properties":{"@type":"node","@id":6605089216,"@timestamp":1562845570},"coords":"51.4618709,-0.9314148","bedrooms":"4","price":"209000","area":"425"} , +{"type":"Feature","id":"n6605150317","geometry":{"type":"Point","coordinates":[-0.9910301,51.4195848]},"properties":{"@type":"node","@id":6605150317,"@timestamp":1562847574},"coords":"51.4195848,-0.9910301","bedrooms":"2","price":"233000","area":"485"} , +{"type":"Feature","id":"n6605999891","geometry":{"type":"Point","coordinates":[0.8762705,51.143866]},"properties":{"@type":"node","@id":6605999891,"@timestamp":1635330063},"coords":"51.143866,0.8762705","bedrooms":"0","price":"251000","area":"370"} , +{"type":"Feature","id":"n6606110638","geometry":{"type":"Point","coordinates":[0.0541126,51.6466401]},"properties":{"@type":"node","@id":6606110638,"@timestamp":1562865544},"coords":"51.6466401,0.0541126","bedrooms":"4","price":"239000","area":"411"} , +{"type":"Feature","id":"n6606162397","geometry":{"type":"Point","coordinates":[-0.1819076,51.5329571]},"properties":{"@type":"node","@id":6606162397,"@timestamp":1562866725},"coords":"51.5329571,-0.1819076","bedrooms":"1","price":"168000","area":"466"} , +{"type":"Feature","id":"n6606225602","geometry":{"type":"Point","coordinates":[-0.1595387,51.4918196]},"properties":{"@type":"node","@id":6606225602,"@timestamp":1562924882},"coords":"51.4918196,-0.1595387","bedrooms":"0","price":"291000","area":"402"} , +{"type":"Feature","id":"n6606239554","geometry":{"type":"Point","coordinates":[0.0545538,51.6470878]},"properties":{"@type":"node","@id":6606239554,"@timestamp":1562869592},"coords":"51.6470878,0.0545538","bedrooms":"1","price":"237000","area":"475"} , +{"type":"Feature","id":"n6606335918","geometry":{"type":"Point","coordinates":[0.0550685,51.6475763]},"properties":{"@type":"node","@id":6606335918,"@timestamp":1601048454},"coords":"51.6475763,0.0550685","bedrooms":"2","price":"223000","area":"599"} , +{"type":"Feature","id":"n6606335944","geometry":{"type":"Point","coordinates":[0.0553092,51.6478093]},"properties":{"@type":"node","@id":6606335944,"@timestamp":1589491128},"coords":"51.6478093,0.0553092","bedrooms":"0","price":"163000","area":"456"} , +{"type":"Feature","id":"n6606364384","geometry":{"type":"Point","coordinates":[0.0563139,51.6488523]},"properties":{"@type":"node","@id":6606364384,"@timestamp":1589491139},"coords":"51.6488523,0.0563139","bedrooms":"1","price":"178000","area":"355"} , +{"type":"Feature","id":"n6606452979","geometry":{"type":"Point","coordinates":[-0.2442303,51.4592388]},"properties":{"@type":"node","@id":6606452979,"@timestamp":1621448518},"coords":"51.4592388,-0.2442303","bedrooms":"4","price":"260000","area":"429"} , +{"type":"Feature","id":"n6608930909","geometry":{"type":"Point","coordinates":[0.0551673,51.6471731]},"properties":{"@type":"node","@id":6608930909,"@timestamp":1588231842},"coords":"51.6471731,0.0551673","bedrooms":"0","price":"243000","area":"377"} , +{"type":"Feature","id":"n6609107472","geometry":{"type":"Point","coordinates":[-0.4765315,51.515546]},"properties":{"@type":"node","@id":6609107472,"@timestamp":1625785769},"coords":"51.515546,-0.4765315","bedrooms":"3","price":"188000","area":"519"} , +{"type":"Feature","id":"n6609244584","geometry":{"type":"Point","coordinates":[-0.1740008,51.497497]},"properties":{"@type":"node","@id":6609244584,"@timestamp":1626718903},"coords":"51.497497,-0.1740008","bedrooms":"3","price":"168000","area":"693"} , +{"type":"Feature","id":"n6609645392","geometry":{"type":"Point","coordinates":[0.0887562,51.6469151]},"properties":{"@type":"node","@id":6609645392,"@timestamp":1562932288},"coords":"51.6469151,0.0887562","bedrooms":"3","price":"176000","area":"626"} , +{"type":"Feature","id":"n6610124190","geometry":{"type":"Point","coordinates":[0.1038321,51.1650014]},"properties":{"@type":"node","@id":6610124190,"@timestamp":1623866462},"coords":"51.1650014,0.1038321","bedrooms":"3","price":"220000","area":"506"} , +{"type":"Feature","id":"n6610384498","geometry":{"type":"Point","coordinates":[0.1485354,51.1698385]},"properties":{"@type":"node","@id":6610384498,"@timestamp":1562947633},"coords":"51.1698385,0.1485354","bedrooms":"4","price":"174000","area":"668"} , +{"type":"Feature","id":"n6610635686","geometry":{"type":"Point","coordinates":[-0.167035,51.4882454]},"properties":{"@type":"node","@id":6610635686,"@timestamp":1610295334},"coords":"51.4882454,-0.167035","bedrooms":"2","price":"283000","area":"496"} , +{"type":"Feature","id":"n6610684507","geometry":{"type":"Point","coordinates":[-0.0900302,51.4049153]},"properties":{"@type":"node","@id":6610684507,"@timestamp":1562956517},"coords":"51.4049153,-0.0900302","bedrooms":"1","price":"185000","area":"651"} , +{"type":"Feature","id":"n6610684526","geometry":{"type":"Point","coordinates":[-0.0898297,51.4059422]},"properties":{"@type":"node","@id":6610684526,"@timestamp":1562956517},"coords":"51.4059422,-0.0898297","bedrooms":"2","price":"190000","area":"387"} , +{"type":"Feature","id":"n6610701182","geometry":{"type":"Point","coordinates":[-0.014342,51.4209945]},"properties":{"@type":"node","@id":6610701182,"@timestamp":1562957300},"coords":"51.4209945,-0.014342","bedrooms":"4","price":"273000","area":"655"} , +{"type":"Feature","id":"n6610714637","geometry":{"type":"Point","coordinates":[-0.0852925,51.4120439]},"properties":{"@type":"node","@id":6610714637,"@timestamp":1562957290},"coords":"51.4120439,-0.0852925","bedrooms":"2","price":"165000","area":"401"} , +{"type":"Feature","id":"n6610728805","geometry":{"type":"Point","coordinates":[-0.0188994,51.4191953]},"properties":{"@type":"node","@id":6610728805,"@timestamp":1629545484},"coords":"51.4191953,-0.0188994","bedrooms":"0","price":"299000","area":"603"} , +{"type":"Feature","id":"n6610763762","geometry":{"type":"Point","coordinates":[-0.1842934,51.5332649]},"properties":{"@type":"node","@id":6610763762,"@timestamp":1562958779},"coords":"51.5332649,-0.1842934","bedrooms":"1","price":"237000","area":"440"} , +{"type":"Feature","id":"n6611030053","geometry":{"type":"Point","coordinates":[-0.0187358,51.418476]},"properties":{"@type":"node","@id":6611030053,"@timestamp":1562968622},"coords":"51.418476,-0.0187358","bedrooms":"1","price":"251000","area":"484"} , +{"type":"Feature","id":"n6611117812","geometry":{"type":"Point","coordinates":[-0.0456279,51.5449597]},"properties":{"@type":"node","@id":6611117812,"@timestamp":1627906914},"coords":"51.5449597,-0.0456279","bedrooms":"4","price":"197000","area":"560"} , +{"type":"Feature","id":"n6611206453","geometry":{"type":"Point","coordinates":[-0.210988,51.4078618]},"properties":{"@type":"node","@id":6611206453,"@timestamp":1579967456},"coords":"51.4078618,-0.210988","bedrooms":"2","price":"238000","area":"619"} , +{"type":"Feature","id":"n6611448880","geometry":{"type":"Point","coordinates":[-0.0091033,51.5649788]},"properties":{"@type":"node","@id":6611448880,"@timestamp":1563005271},"coords":"51.5649788,-0.0091033","bedrooms":"2","price":"163000","area":"636"} , +{"type":"Feature","id":"n6611589010","geometry":{"type":"Point","coordinates":[-0.4366862,51.768288]},"properties":{"@type":"node","@id":6611589010,"@timestamp":1563017089},"coords":"51.768288,-0.4366862","bedrooms":"1","price":"163000","area":"557"} , +{"type":"Feature","id":"n6611693027","geometry":{"type":"Point","coordinates":[-0.0831658,51.4198252]},"properties":{"@type":"node","@id":6611693027,"@timestamp":1563020651},"coords":"51.4198252,-0.0831658","bedrooms":"4","price":"235000","area":"465"} , +{"type":"Feature","id":"n6611787540","geometry":{"type":"Point","coordinates":[-0.3119483,51.4465739]},"properties":{"@type":"node","@id":6611787540,"@timestamp":1563027905},"coords":"51.4465739,-0.3119483","bedrooms":"3","price":"274000","area":"436"} , +{"type":"Feature","id":"n6611903560","geometry":{"type":"Point","coordinates":[0.1279332,51.0133281]},"properties":{"@type":"node","@id":6611903560,"@timestamp":1563033085},"coords":"51.0133281,0.1279332","bedrooms":"4","price":"239000","area":"597"} , +{"type":"Feature","id":"n6611957298","geometry":{"type":"Point","coordinates":[-0.1702264,51.2381329]},"properties":{"@type":"node","@id":6611957298,"@timestamp":1563035379},"coords":"51.2381329,-0.1702264","bedrooms":"1","price":"270000","area":"451"} , +{"type":"Feature","id":"n6612051870","geometry":{"type":"Point","coordinates":[0.1274586,51.0039089]},"properties":{"@type":"node","@id":6612051870,"@timestamp":1563041466},"coords":"51.0039089,0.1274586","bedrooms":"2","price":"222000","area":"649"} , +{"type":"Feature","id":"n6612064877","geometry":{"type":"Point","coordinates":[-0.1819055,51.5349935]},"properties":{"@type":"node","@id":6612064877,"@timestamp":1563043669},"coords":"51.5349935,-0.1819055","bedrooms":"4","price":"170000","area":"615"} , +{"type":"Feature","id":"n6612237951","geometry":{"type":"Point","coordinates":[-0.039191,51.5723758]},"properties":{"@type":"node","@id":6612237951,"@timestamp":1563051875},"coords":"51.5723758,-0.039191","bedrooms":"0","price":"251000","area":"608"} , +{"type":"Feature","id":"n6612432935","geometry":{"type":"Point","coordinates":[-0.0779485,51.4905313]},"properties":{"@type":"node","@id":6612432935,"@timestamp":1563070608},"coords":"51.4905313,-0.0779485","bedrooms":"4","price":"220000","area":"696"} , +{"type":"Feature","id":"n6612848718","geometry":{"type":"Point","coordinates":[-0.1268178,51.5677456]},"properties":{"@type":"node","@id":6612848718,"@timestamp":1563102150},"coords":"51.5677456,-0.1268178","bedrooms":"0","price":"187000","area":"686"} , +{"type":"Feature","id":"n6612876387","geometry":{"type":"Point","coordinates":[-0.2847073,51.4765621]},"properties":{"@type":"node","@id":6612876387,"@timestamp":1563104258},"coords":"51.4765621,-0.2847073","bedrooms":"3","price":"158000","area":"518"} , +{"type":"Feature","id":"n6612905865","geometry":{"type":"Point","coordinates":[-0.0890186,51.2834505]},"properties":{"@type":"node","@id":6612905865,"@timestamp":1563109777},"coords":"51.2834505,-0.0890186","bedrooms":"1","price":"208000","area":"503"} , +{"type":"Feature","id":"n6612984323","geometry":{"type":"Point","coordinates":[-0.0951098,51.2953025]},"properties":{"@type":"node","@id":6612984323,"@timestamp":1619526161},"coords":"51.2953025,-0.0951098","bedrooms":"1","price":"247000","area":"530"} , +{"type":"Feature","id":"n6614538881","geometry":{"type":"Point","coordinates":[-0.5337797,51.4311344]},"properties":{"@type":"node","@id":6614538881,"@timestamp":1563710095},"coords":"51.4311344,-0.5337797","bedrooms":"1","price":"204000","area":"675"} , +{"type":"Feature","id":"n6614636159","geometry":{"type":"Point","coordinates":[-0.0378027,51.5379271]},"properties":{"@type":"node","@id":6614636159,"@timestamp":1563122637},"coords":"51.5379271,-0.0378027","bedrooms":"4","price":"227000","area":"595"} , +{"type":"Feature","id":"n6614636170","geometry":{"type":"Point","coordinates":[-0.0377461,51.5378691]},"properties":{"@type":"node","@id":6614636170,"@timestamp":1563122637},"coords":"51.5378691,-0.0377461","bedrooms":"2","price":"192000","area":"538"} , +{"type":"Feature","id":"n6614676816","geometry":{"type":"Point","coordinates":[-0.2567969,51.5240073]},"properties":{"@type":"node","@id":6614676816,"@timestamp":1564051696},"coords":"51.5240073,-0.2567969","bedrooms":"0","price":"238000","area":"693"} , +{"type":"Feature","id":"n6614734068","geometry":{"type":"Point","coordinates":[-0.0407487,51.5287084]},"properties":{"@type":"node","@id":6614734068,"@timestamp":1619262938},"coords":"51.5287084,-0.0407487","bedrooms":"1","price":"243000","area":"686"} , +{"type":"Feature","id":"n6615034742","geometry":{"type":"Point","coordinates":[-0.0317063,51.5100303]},"properties":{"@type":"node","@id":6615034742,"@timestamp":1626250569},"coords":"51.5100303,-0.0317063","bedrooms":"4","price":"278000","area":"586"} , +{"type":"Feature","id":"n6615420677","geometry":{"type":"Point","coordinates":[-0.4356038,51.767526]},"properties":{"@type":"node","@id":6615420677,"@timestamp":1563160426},"coords":"51.767526,-0.4356038","bedrooms":"0","price":"253000","area":"451"} , +{"type":"Feature","id":"n6615698681","geometry":{"type":"Point","coordinates":[-0.22499,51.9649731]},"properties":{"@type":"node","@id":6615698681,"@timestamp":1596866659},"coords":"51.9649731,-0.22499","bedrooms":"1","price":"244000","area":"677"} , +{"type":"Feature","id":"n6615731589","geometry":{"type":"Point","coordinates":[-0.2259352,51.9628013]},"properties":{"@type":"node","@id":6615731589,"@timestamp":1596866659},"coords":"51.9628013,-0.2259352","bedrooms":"3","price":"288000","area":"541"} , +{"type":"Feature","id":"n6615769154","geometry":{"type":"Point","coordinates":[-0.2409152,51.4151695]},"properties":{"@type":"node","@id":6615769154,"@timestamp":1618993928},"coords":"51.4151695,-0.2409152","bedrooms":"4","price":"235000","area":"693"} , +{"type":"Feature","id":"n6615984637","geometry":{"type":"Point","coordinates":[-0.0378189,51.5416644]},"properties":{"@type":"node","@id":6615984637,"@timestamp":1563184059},"coords":"51.5416644,-0.0378189","bedrooms":"2","price":"209000","area":"555"} , +{"type":"Feature","id":"n6616188851","geometry":{"type":"Point","coordinates":[-0.0168232,51.4161614]},"properties":{"@type":"node","@id":6616188851,"@timestamp":1621682074},"coords":"51.4161614,-0.0168232","bedrooms":"3","price":"246000","area":"608"} , +{"type":"Feature","id":"n6616378680","geometry":{"type":"Point","coordinates":[-0.4015657,51.6595123]},"properties":{"@type":"node","@id":6616378680,"@timestamp":1563192183},"coords":"51.6595123,-0.4015657","bedrooms":"1","price":"210000","area":"567"} , +{"type":"Feature","id":"n6616711608","geometry":{"type":"Point","coordinates":[-0.4138882,51.5058608]},"properties":{"@type":"node","@id":6616711608,"@timestamp":1563201440},"coords":"51.5058608,-0.4138882","bedrooms":"3","price":"163000","area":"444"} , +{"type":"Feature","id":"n6617313724","geometry":{"type":"Point","coordinates":[-0.2208212,51.4960983]},"properties":{"@type":"node","@id":6617313724,"@timestamp":1634761060},"coords":"51.4960983,-0.2208212","bedrooms":"0","price":"293000","area":"456"} , +{"type":"Feature","id":"n6617652593","geometry":{"type":"Point","coordinates":[0.0656447,51.4928563]},"properties":{"@type":"node","@id":6617652593,"@timestamp":1613571869},"coords":"51.4928563,0.0656447","bedrooms":"4","price":"166000","area":"355"} , +{"type":"Feature","id":"n6617865310","geometry":{"type":"Point","coordinates":[-0.0657459,51.4983983]},"properties":{"@type":"node","@id":6617865310,"@timestamp":1563232106},"coords":"51.4983983,-0.0657459","bedrooms":"2","price":"287000","area":"383"} , +{"type":"Feature","id":"n6618182394","geometry":{"type":"Point","coordinates":[-0.1845801,51.5311103]},"properties":{"@type":"node","@id":6618182394,"@timestamp":1563246581},"coords":"51.5311103,-0.1845801","bedrooms":"3","price":"217000","area":"685"} , +{"type":"Feature","id":"n6618264985","geometry":{"type":"Point","coordinates":[-0.1008679,51.513151]},"properties":{"@type":"node","@id":6618264985,"@timestamp":1576503489},"coords":"51.513151,-0.1008679","bedrooms":"2","price":"231000","area":"423"} , +{"type":"Feature","id":"n6618329885","geometry":{"type":"Point","coordinates":[-0.1789065,51.8007169]},"properties":{"@type":"node","@id":6618329885,"@timestamp":1563254679},"coords":"51.8007169,-0.1789065","bedrooms":"2","price":"236000","area":"681"} , +{"type":"Feature","id":"n6618505530","geometry":{"type":"Point","coordinates":[-0.0523246,51.6344023]},"properties":{"@type":"node","@id":6618505530,"@timestamp":1563261281},"coords":"51.6344023,-0.0523246","bedrooms":"4","price":"277000","area":"572"} , +{"type":"Feature","id":"n6618543002","geometry":{"type":"Point","coordinates":[-0.3974119,51.6639511]},"properties":{"@type":"node","@id":6618543002,"@timestamp":1609170113},"coords":"51.6639511,-0.3974119","bedrooms":"0","price":"248000","area":"620"} , +{"type":"Feature","id":"n6618674257","geometry":{"type":"Point","coordinates":[0.0539426,51.6430486]},"properties":{"@type":"node","@id":6618674257,"@timestamp":1617648772},"coords":"51.6430486,0.0539426","bedrooms":"2","price":"159000","area":"415"} , +{"type":"Feature","id":"n6618719710","geometry":{"type":"Point","coordinates":[-0.8238967,51.8137607]},"properties":{"@type":"node","@id":6618719710,"@timestamp":1563268793},"coords":"51.8137607,-0.8238967","bedrooms":"0","price":"202000","area":"563"} , +{"type":"Feature","id":"n6618806825","geometry":{"type":"Point","coordinates":[-0.0169972,51.5070159]},"properties":{"@type":"node","@id":6618806825,"@timestamp":1617730710},"coords":"51.5070159,-0.0169972","bedrooms":"0","price":"188000","area":"442"} , +{"type":"Feature","id":"n6618881924","geometry":{"type":"Point","coordinates":[-0.1648931,51.7440023]},"properties":{"@type":"node","@id":6618881924,"@timestamp":1563273874},"coords":"51.7440023,-0.1648931","bedrooms":"4","price":"185000","area":"377"} , +{"type":"Feature","id":"n6619010411","geometry":{"type":"Point","coordinates":[-0.2852255,51.5929817]},"properties":{"@type":"node","@id":6619010411,"@timestamp":1590640009},"coords":"51.5929817,-0.2852255","bedrooms":"3","price":"251000","area":"419"} , +{"type":"Feature","id":"n6620185415","geometry":{"type":"Point","coordinates":[0.4279556,51.5140538]},"properties":{"@type":"node","@id":6620185415,"@timestamp":1563283436},"coords":"51.5140538,0.4279556","bedrooms":"3","price":"184000","area":"358"} , +{"type":"Feature","id":"n6620297423","geometry":{"type":"Point","coordinates":[-0.0475163,51.4935239]},"properties":{"@type":"node","@id":6620297423,"@timestamp":1564900584},"coords":"51.4935239,-0.0475163","bedrooms":"3","price":"213000","area":"633"} , +{"type":"Feature","id":"n6620397436","geometry":{"type":"Point","coordinates":[0.2212865,51.8851245]},"properties":{"@type":"node","@id":6620397436,"@timestamp":1609263695},"coords":"51.8851245,0.2212865","bedrooms":"2","price":"179000","area":"445"} , +{"type":"Feature","id":"n6620644108","geometry":{"type":"Point","coordinates":[0.0126794,51.5641804]},"properties":{"@type":"node","@id":6620644108,"@timestamp":1587117931},"coords":"51.5641804,0.0126794","bedrooms":"0","price":"178000","area":"411"} , +{"type":"Feature","id":"n6620765138","geometry":{"type":"Point","coordinates":[-0.3964489,51.6644108]},"properties":{"@type":"node","@id":6620765138,"@timestamp":1601132646},"coords":"51.6644108,-0.3964489","bedrooms":"4","price":"257000","area":"566"} , +{"type":"Feature","id":"n6620925121","geometry":{"type":"Point","coordinates":[-0.1488406,51.8331879]},"properties":{"@type":"node","@id":6620925121,"@timestamp":1563300105},"coords":"51.8331879,-0.1488406","bedrooms":"0","price":"272000","area":"509"} , +{"type":"Feature","id":"n6621354644","geometry":{"type":"Point","coordinates":[0.3642432,51.4813425]},"properties":{"@type":"node","@id":6621354644,"@timestamp":1602152947},"coords":"51.4813425,0.3642432","bedrooms":"1","price":"220000","area":"640"} , +{"type":"Feature","id":"n6621455904","geometry":{"type":"Point","coordinates":[0.3599981,51.4660907]},"properties":{"@type":"node","@id":6621455904,"@timestamp":1563318234},"coords":"51.4660907,0.3599981","bedrooms":"2","price":"233000","area":"374"} , +{"type":"Feature","id":"n6621553153","geometry":{"type":"Point","coordinates":[-0.5566055,51.646776]},"properties":{"@type":"node","@id":6621553153,"@timestamp":1563331359},"coords":"51.646776,-0.5566055","bedrooms":"1","price":"183000","area":"509"} , +{"type":"Feature","id":"n6621595838","geometry":{"type":"Point","coordinates":[-0.0147712,51.5353818]},"properties":{"@type":"node","@id":6621595838,"@timestamp":1563328890},"coords":"51.5353818,-0.0147712","bedrooms":"0","price":"154000","area":"683"} , +{"type":"Feature","id":"n6621609156","geometry":{"type":"Point","coordinates":[-0.0538853,51.6503833]},"properties":{"@type":"node","@id":6621609156,"@timestamp":1563330551},"coords":"51.6503833,-0.0538853","bedrooms":"0","price":"277000","area":"462"} , +{"type":"Feature","id":"n6621634031","geometry":{"type":"Point","coordinates":[-0.0245528,51.5395047]},"properties":{"@type":"node","@id":6621634031,"@timestamp":1623247459},"coords":"51.5395047,-0.0245528","bedrooms":"4","price":"185000","area":"554"} , +{"type":"Feature","id":"n6621676565","geometry":{"type":"Point","coordinates":[-0.1865155,51.5341671]},"properties":{"@type":"node","@id":6621676565,"@timestamp":1563390298},"coords":"51.5341671,-0.1865155","bedrooms":"0","price":"205000","area":"363"} , +{"type":"Feature","id":"n6621758122","geometry":{"type":"Point","coordinates":[-0.1668173,51.4088669]},"properties":{"@type":"node","@id":6621758122,"@timestamp":1563338860},"coords":"51.4088669,-0.1668173","bedrooms":"1","price":"297000","area":"485"} , +{"type":"Feature","id":"n6621864164","geometry":{"type":"Point","coordinates":[-0.1989832,51.7328175]},"properties":{"@type":"node","@id":6621864164,"@timestamp":1625856186},"coords":"51.7328175,-0.1989832","bedrooms":"2","price":"175000","area":"562"} , +{"type":"Feature","id":"n6621931178","geometry":{"type":"Point","coordinates":[-0.3965573,51.5142054]},"properties":{"@type":"node","@id":6621931178,"@timestamp":1563346803},"coords":"51.5142054,-0.3965573","bedrooms":"0","price":"232000","area":"617"} , +{"type":"Feature","id":"n6621952731","geometry":{"type":"Point","coordinates":[-0.4076169,51.5049594]},"properties":{"@type":"node","@id":6621952731,"@timestamp":1608916705},"coords":"51.5049594,-0.4076169","bedrooms":"1","price":"244000","area":"392"} , +{"type":"Feature","id":"n6621993145","geometry":{"type":"Point","coordinates":[-0.1665424,51.9264925]},"properties":{"@type":"node","@id":6621993145,"@timestamp":1635606356},"coords":"51.9264925,-0.1665424","bedrooms":"4","price":"295000","area":"390"} , +{"type":"Feature","id":"n6622042277","geometry":{"type":"Point","coordinates":[0.4250879,51.515322]},"properties":{"@type":"node","@id":6622042277,"@timestamp":1563351089},"coords":"51.515322,0.4250879","bedrooms":"3","price":"201000","area":"502"} , +{"type":"Feature","id":"n6622043007","geometry":{"type":"Point","coordinates":[-0.3961973,51.6642989]},"properties":{"@type":"node","@id":6622043007,"@timestamp":1601132646},"coords":"51.6642989,-0.3961973","bedrooms":"2","price":"292000","area":"386"} , +{"type":"Feature","id":"n6622158730","geometry":{"type":"Point","coordinates":[0.0573711,51.6502595]},"properties":{"@type":"node","@id":6622158730,"@timestamp":1563354148},"coords":"51.6502595,0.0573711","bedrooms":"1","price":"250000","area":"654"} , +{"type":"Feature","id":"n6622183812","geometry":{"type":"Point","coordinates":[-0.1975714,51.4440145]},"properties":{"@type":"node","@id":6622183812,"@timestamp":1618330230},"coords":"51.4440145,-0.1975714","bedrooms":"4","price":"213000","area":"477"} , +{"type":"Feature","id":"n6622316761","geometry":{"type":"Point","coordinates":[-0.3236103,51.5888938]},"properties":{"@type":"node","@id":6622316761,"@timestamp":1622561665},"coords":"51.5888938,-0.3236103","bedrooms":"0","price":"230000","area":"535"} , +{"type":"Feature","id":"n6622396796","geometry":{"type":"Point","coordinates":[-0.2628894,51.5771464]},"properties":{"@type":"node","@id":6622396796,"@timestamp":1563359595},"coords":"51.5771464,-0.2628894","bedrooms":"0","price":"225000","area":"602"} , +{"type":"Feature","id":"n6622469217","geometry":{"type":"Point","coordinates":[-0.2397254,51.4179209]},"properties":{"@type":"node","@id":6622469217,"@timestamp":1611911397},"coords":"51.4179209,-0.2397254","bedrooms":"4","price":"251000","area":"434"} , +{"type":"Feature","id":"n6622502685","geometry":{"type":"Point","coordinates":[-0.1566016,51.2508709]},"properties":{"@type":"node","@id":6622502685,"@timestamp":1603463598},"coords":"51.2508709,-0.1566016","bedrooms":"1","price":"287000","area":"410"} , +{"type":"Feature","id":"n6622624631","geometry":{"type":"Point","coordinates":[-0.2549729,51.6570512]},"properties":{"@type":"node","@id":6622624631,"@timestamp":1615930280},"coords":"51.6570512,-0.2549729","bedrooms":"1","price":"179000","area":"382"} , +{"type":"Feature","id":"n6622860842","geometry":{"type":"Point","coordinates":[-0.0919493,51.3729568]},"properties":{"@type":"node","@id":6622860842,"@timestamp":1563370197},"coords":"51.3729568,-0.0919493","bedrooms":"3","price":"287000","area":"438"} , +{"type":"Feature","id":"n6622948790","geometry":{"type":"Point","coordinates":[-0.3418487,51.6391031]},"properties":{"@type":"node","@id":6622948790,"@timestamp":1596715813},"coords":"51.6391031,-0.3418487","bedrooms":"0","price":"286000","area":"518"} , +{"type":"Feature","id":"n6624366131","geometry":{"type":"Point","coordinates":[-0.2697325,51.4692862]},"properties":{"@type":"node","@id":6624366131,"@timestamp":1563376463},"coords":"51.4692862,-0.2697325","bedrooms":"2","price":"159000","area":"522"} , +{"type":"Feature","id":"n6624686589","geometry":{"type":"Point","coordinates":[-0.548726,51.2148921]},"properties":{"@type":"node","@id":6624686589,"@timestamp":1563385316},"coords":"51.2148921,-0.548726","bedrooms":"3","price":"173000","area":"434"} , +{"type":"Feature","id":"n6624822633","geometry":{"type":"Point","coordinates":[-0.1824826,51.5363287]},"properties":{"@type":"node","@id":6624822633,"@timestamp":1563390298},"coords":"51.5363287,-0.1824826","bedrooms":"4","price":"193000","area":"471"} , +{"type":"Feature","id":"n6624822665","geometry":{"type":"Point","coordinates":[-0.1835502,51.5355887]},"properties":{"@type":"node","@id":6624822665,"@timestamp":1563390298},"coords":"51.5355887,-0.1835502","bedrooms":"0","price":"181000","area":"422"} , +{"type":"Feature","id":"n6624822738","geometry":{"type":"Point","coordinates":[-0.1849927,51.5356698]},"properties":{"@type":"node","@id":6624822738,"@timestamp":1563390298},"coords":"51.5356698,-0.1849927","bedrooms":"2","price":"290000","area":"447"} , +{"type":"Feature","id":"n6624838209","geometry":{"type":"Point","coordinates":[0.0598192,51.6399361]},"properties":{"@type":"node","@id":6624838209,"@timestamp":1563391602},"coords":"51.6399361,0.0598192","bedrooms":"3","price":"163000","area":"396"} , +{"type":"Feature","id":"n6624838219","geometry":{"type":"Point","coordinates":[0.0614838,51.6389482]},"properties":{"@type":"node","@id":6624838219,"@timestamp":1563391602},"coords":"51.6389482,0.0614838","bedrooms":"3","price":"188000","area":"406"} , +{"type":"Feature","id":"n6625198214","geometry":{"type":"Point","coordinates":[-0.1177007,51.5697013]},"properties":{"@type":"node","@id":6625198214,"@timestamp":1563408304},"coords":"51.5697013,-0.1177007","bedrooms":"3","price":"256000","area":"677"} , +{"type":"Feature","id":"n6625274702","geometry":{"type":"Point","coordinates":[-0.1299484,51.4582357]},"properties":{"@type":"node","@id":6625274702,"@timestamp":1563415643},"coords":"51.4582357,-0.1299484","bedrooms":"0","price":"160000","area":"524"} , +{"type":"Feature","id":"n6625492947","geometry":{"type":"Point","coordinates":[-0.0437477,51.6096989]},"properties":{"@type":"node","@id":6625492947,"@timestamp":1563423003},"coords":"51.6096989,-0.0437477","bedrooms":"0","price":"297000","area":"543"} , +{"type":"Feature","id":"n6626656859","geometry":{"type":"Point","coordinates":[-0.6522749,51.906508]},"properties":{"@type":"node","@id":6626656859,"@timestamp":1563428105},"coords":"51.906508,-0.6522749","bedrooms":"2","price":"198000","area":"531"} , +{"type":"Feature","id":"n6626860382","geometry":{"type":"Point","coordinates":[-0.7487778,51.5479425]},"properties":{"@type":"node","@id":6626860382,"@timestamp":1563428359},"coords":"51.5479425,-0.7487778","bedrooms":"0","price":"284000","area":"619"} , +{"type":"Feature","id":"n6626928619","geometry":{"type":"Point","coordinates":[-0.2700496,51.4033038]},"properties":{"@type":"node","@id":6626928619,"@timestamp":1630419514},"coords":"51.4033038,-0.2700496","bedrooms":"1","price":"278000","area":"366"} , +{"type":"Feature","id":"n6627003723","geometry":{"type":"Point","coordinates":[0.1569692,51.4546053]},"properties":{"@type":"node","@id":6627003723,"@timestamp":1563434028},"coords":"51.4546053,0.1569692","bedrooms":"1","price":"183000","area":"506"} , +{"type":"Feature","id":"n6627130305","geometry":{"type":"Point","coordinates":[-0.1287352,51.3786533]},"properties":{"@type":"node","@id":6627130305,"@timestamp":1563437965},"coords":"51.3786533,-0.1287352","bedrooms":"1","price":"181000","area":"421"} , +{"type":"Feature","id":"n6627224094","geometry":{"type":"Point","coordinates":[-0.2365508,51.4180979]},"properties":{"@type":"node","@id":6627224094,"@timestamp":1611914655},"coords":"51.4180979,-0.2365508","bedrooms":"1","price":"178000","area":"464"} , +{"type":"Feature","id":"n6627224274","geometry":{"type":"Point","coordinates":[-0.4653503,51.529025]},"properties":{"@type":"node","@id":6627224274,"@timestamp":1563440506},"coords":"51.529025,-0.4653503","bedrooms":"1","price":"164000","area":"688"} , +{"type":"Feature","id":"n6627317339","geometry":{"type":"Point","coordinates":[0.0202274,51.7068987]},"properties":{"@type":"node","@id":6627317339,"@timestamp":1563443738},"coords":"51.7068987,0.0202274","bedrooms":"2","price":"259000","area":"616"} , +{"type":"Feature","id":"n6627378315","geometry":{"type":"Point","coordinates":[-0.2384256,51.4130619]},"properties":{"@type":"node","@id":6627378315,"@timestamp":1563445234},"coords":"51.4130619,-0.2384256","bedrooms":"4","price":"192000","area":"486"} , +{"type":"Feature","id":"n6627424901","geometry":{"type":"Point","coordinates":[0.0646608,51.6767162]},"properties":{"@type":"node","@id":6627424901,"@timestamp":1591305635},"coords":"51.6767162,0.0646608","bedrooms":"2","price":"290000","area":"384"} , +{"type":"Feature","id":"n6627544923","geometry":{"type":"Point","coordinates":[0.0572222,51.0032135]},"properties":{"@type":"node","@id":6627544923,"@timestamp":1563450581},"coords":"51.0032135,0.0572222","bedrooms":"2","price":"153000","area":"374"} , +{"type":"Feature","id":"n6627597071","geometry":{"type":"Point","coordinates":[-0.2664302,51.4961593]},"properties":{"@type":"node","@id":6627597071,"@timestamp":1563451840},"coords":"51.4961593,-0.2664302","bedrooms":"1","price":"204000","area":"588"} , +{"type":"Feature","id":"n6627748197","geometry":{"type":"Point","coordinates":[-0.1780672,51.6933617]},"properties":{"@type":"node","@id":6627748197,"@timestamp":1629422912},"coords":"51.6933617,-0.1780672","bedrooms":"4","price":"201000","area":"601"} , +{"type":"Feature","id":"n6627988971","geometry":{"type":"Point","coordinates":[0.0617696,51.6387369]},"properties":{"@type":"node","@id":6627988971,"@timestamp":1563458890},"coords":"51.6387369,0.0617696","bedrooms":"3","price":"234000","area":"509"} , +{"type":"Feature","id":"n6628660902","geometry":{"type":"Point","coordinates":[0.0861106,51.7792834]},"properties":{"@type":"node","@id":6628660902,"@timestamp":1631219502},"coords":"51.7792834,0.0861106","bedrooms":"3","price":"169000","area":"487"} , +{"type":"Feature","id":"n6629047208","geometry":{"type":"Point","coordinates":[0.2546922,50.9724207]},"properties":{"@type":"node","@id":6629047208,"@timestamp":1635701448},"coords":"50.9724207,0.2546922","bedrooms":"1","price":"189000","area":"483"} , +{"type":"Feature","id":"n6629183433","geometry":{"type":"Point","coordinates":[-0.5282509,51.5852427]},"properties":{"@type":"node","@id":6629183433,"@timestamp":1563469052},"coords":"51.5852427,-0.5282509","bedrooms":"2","price":"222000","area":"554"} , +{"type":"Feature","id":"n6629336042","geometry":{"type":"Point","coordinates":[-0.241814,51.6066331]},"properties":{"@type":"node","@id":6629336042,"@timestamp":1563471355},"coords":"51.6066331,-0.241814","bedrooms":"1","price":"258000","area":"597"} , +{"type":"Feature","id":"n6629514623","geometry":{"type":"Point","coordinates":[-0.4856328,51.745923]},"properties":{"@type":"node","@id":6629514623,"@timestamp":1607537066},"coords":"51.745923,-0.4856328","bedrooms":"1","price":"201000","area":"570"} , +{"type":"Feature","id":"n6630009590","geometry":{"type":"Point","coordinates":[-0.1812523,51.5323318]},"properties":{"@type":"node","@id":6630009590,"@timestamp":1563490159},"coords":"51.5323318,-0.1812523","bedrooms":"3","price":"195000","area":"419"} , +{"type":"Feature","id":"n6630183680","geometry":{"type":"Point","coordinates":[-0.1241017,51.5802184]},"properties":{"@type":"node","@id":6630183680,"@timestamp":1564526117},"coords":"51.5802184,-0.1241017","bedrooms":"4","price":"289000","area":"538"} , +{"type":"Feature","id":"n6630184291","geometry":{"type":"Point","coordinates":[-0.1230218,51.5803852]},"properties":{"@type":"node","@id":6630184291,"@timestamp":1563495080},"coords":"51.5803852,-0.1230218","bedrooms":"4","price":"187000","area":"528"} , +{"type":"Feature","id":"n6630184305","geometry":{"type":"Point","coordinates":[-0.1223919,51.5808577]},"properties":{"@type":"node","@id":6630184305,"@timestamp":1630069749},"coords":"51.5808577,-0.1223919","bedrooms":"2","price":"242000","area":"456"} , +{"type":"Feature","id":"n6630184333","geometry":{"type":"Point","coordinates":[-0.1217035,51.5814411]},"properties":{"@type":"node","@id":6630184333,"@timestamp":1563495080},"coords":"51.5814411,-0.1217035","bedrooms":"1","price":"208000","area":"678"} , +{"type":"Feature","id":"n6630371129","geometry":{"type":"Point","coordinates":[-0.6460635,51.3590014]},"properties":{"@type":"node","@id":6630371129,"@timestamp":1563506443},"coords":"51.3590014,-0.6460635","bedrooms":"0","price":"191000","area":"598"} , +{"type":"Feature","id":"n6630536867","geometry":{"type":"Point","coordinates":[-0.233784,51.415659]},"properties":{"@type":"node","@id":6630536867,"@timestamp":1563512504},"coords":"51.415659,-0.233784","bedrooms":"0","price":"169000","area":"451"} , +{"type":"Feature","id":"n6630610113","geometry":{"type":"Point","coordinates":[-0.6866095,51.6885421]},"properties":{"@type":"node","@id":6630610113,"@timestamp":1563515840},"coords":"51.6885421,-0.6866095","bedrooms":"2","price":"205000","area":"497"} , +{"type":"Feature","id":"n6630651573","geometry":{"type":"Point","coordinates":[-0.4064002,51.4692079]},"properties":{"@type":"node","@id":6630651573,"@timestamp":1563518062},"coords":"51.4692079,-0.4064002","bedrooms":"3","price":"227000","area":"371"} , +{"type":"Feature","id":"n6630729825","geometry":{"type":"Point","coordinates":[-0.5895056,51.8602542]},"properties":{"@type":"node","@id":6630729825,"@timestamp":1563521906},"coords":"51.8602542,-0.5895056","bedrooms":"4","price":"190000","area":"592"} , +{"type":"Feature","id":"n6631002218","geometry":{"type":"Point","coordinates":[-0.8011496,51.7591729]},"properties":{"@type":"node","@id":6631002218,"@timestamp":1563530015},"coords":"51.7591729,-0.8011496","bedrooms":"0","price":"219000","area":"432"} , +{"type":"Feature","id":"n6631036151","geometry":{"type":"Point","coordinates":[-0.4028584,51.3343774]},"properties":{"@type":"node","@id":6631036151,"@timestamp":1563531151},"coords":"51.3343774,-0.4028584","bedrooms":"3","price":"253000","area":"456"} , +{"type":"Feature","id":"n6631115133","geometry":{"type":"Point","coordinates":[-0.1894151,51.6898625]},"properties":{"@type":"node","@id":6631115133,"@timestamp":1628548872},"coords":"51.6898625,-0.1894151","bedrooms":"0","price":"231000","area":"646"} , +{"type":"Feature","id":"n6631232744","geometry":{"type":"Point","coordinates":[0.0199073,51.02594]},"properties":{"@type":"node","@id":6631232744,"@timestamp":1563537185},"coords":"51.02594,0.0199073","bedrooms":"4","price":"219000","area":"413"} , +{"type":"Feature","id":"n6631335157","geometry":{"type":"Point","coordinates":[0.0851501,51.6433775]},"properties":{"@type":"node","@id":6631335157,"@timestamp":1617648772},"coords":"51.6433775,0.0851501","bedrooms":"3","price":"184000","area":"544"} , +{"type":"Feature","id":"n6631371096","geometry":{"type":"Point","coordinates":[-0.0784921,51.5114882]},"properties":{"@type":"node","@id":6631371096,"@timestamp":1563541106},"coords":"51.5114882,-0.0784921","bedrooms":"4","price":"167000","area":"454"} , +{"type":"Feature","id":"n6631633720","geometry":{"type":"Point","coordinates":[0.1585779,51.9154262]},"properties":{"@type":"node","@id":6631633720,"@timestamp":1614020598},"coords":"51.9154262,0.1585779","bedrooms":"0","price":"197000","area":"668"} , +{"type":"Feature","id":"n6631747697","geometry":{"type":"Point","coordinates":[-0.0354489,51.5115263]},"properties":{"@type":"node","@id":6631747697,"@timestamp":1563549886},"coords":"51.5115263,-0.0354489","bedrooms":"4","price":"160000","area":"424"} , +{"type":"Feature","id":"n6631747707","geometry":{"type":"Point","coordinates":[-0.0623235,51.5062124]},"properties":{"@type":"node","@id":6631747707,"@timestamp":1563549886},"coords":"51.5062124,-0.0623235","bedrooms":"4","price":"153000","area":"688"} , +{"type":"Feature","id":"n6631747717","geometry":{"type":"Point","coordinates":[-0.0379241,51.5110404]},"properties":{"@type":"node","@id":6631747717,"@timestamp":1563549886},"coords":"51.5110404,-0.0379241","bedrooms":"4","price":"266000","area":"512"} , +{"type":"Feature","id":"n6631747727","geometry":{"type":"Point","coordinates":[-0.0620575,51.5061767]},"properties":{"@type":"node","@id":6631747727,"@timestamp":1563549886},"coords":"51.5061767,-0.0620575","bedrooms":"3","price":"299000","area":"491"} , +{"type":"Feature","id":"n6631747737","geometry":{"type":"Point","coordinates":[-0.04331,51.5097389]},"properties":{"@type":"node","@id":6631747737,"@timestamp":1563549886},"coords":"51.5097389,-0.04331","bedrooms":"3","price":"230000","area":"681"} , +{"type":"Feature","id":"n6631747747","geometry":{"type":"Point","coordinates":[-0.0368098,51.5120513]},"properties":{"@type":"node","@id":6631747747,"@timestamp":1563549886},"coords":"51.5120513,-0.0368098","bedrooms":"1","price":"265000","area":"515"} , +{"type":"Feature","id":"n6631809238","geometry":{"type":"Point","coordinates":[-0.0278434,51.5106846]},"properties":{"@type":"node","@id":6631809238,"@timestamp":1619275658},"coords":"51.5106846,-0.0278434","bedrooms":"4","price":"239000","area":"521"} , +{"type":"Feature","id":"n6631981192","geometry":{"type":"Point","coordinates":[-0.1842532,51.5374579]},"properties":{"@type":"node","@id":6631981192,"@timestamp":1563558931},"coords":"51.5374579,-0.1842532","bedrooms":"3","price":"232000","area":"520"} , +{"type":"Feature","id":"n6631981303","geometry":{"type":"Point","coordinates":[-0.1849983,51.5373802]},"properties":{"@type":"node","@id":6631981303,"@timestamp":1563558931},"coords":"51.5373802,-0.1849983","bedrooms":"0","price":"236000","area":"457"} , +{"type":"Feature","id":"n6631996458","geometry":{"type":"Point","coordinates":[-0.050158,51.5210737]},"properties":{"@type":"node","@id":6631996458,"@timestamp":1564900584},"coords":"51.5210737,-0.050158","bedrooms":"0","price":"178000","area":"488"} , +{"type":"Feature","id":"n6632034684","geometry":{"type":"Point","coordinates":[-0.1858428,51.5365528]},"properties":{"@type":"node","@id":6632034684,"@timestamp":1563562630},"coords":"51.5365528,-0.1858428","bedrooms":"4","price":"265000","area":"562"} , +{"type":"Feature","id":"n6632176066","geometry":{"type":"Point","coordinates":[-0.8994682,51.4371712]},"properties":{"@type":"node","@id":6632176066,"@timestamp":1563567362},"coords":"51.4371712,-0.8994682","bedrooms":"0","price":"281000","area":"692"} , +{"type":"Feature","id":"n6632274799","geometry":{"type":"Point","coordinates":[-0.2543954,51.1928076]},"properties":{"@type":"node","@id":6632274799,"@timestamp":1568839246},"coords":"51.1928076,-0.2543954","bedrooms":"0","price":"274000","area":"364"} , +{"type":"Feature","id":"n6632348194","geometry":{"type":"Point","coordinates":[-0.3636363,51.5015765]},"properties":{"@type":"node","@id":6632348194,"@timestamp":1563574338},"coords":"51.5015765,-0.3636363","bedrooms":"1","price":"247000","area":"654"} , +{"type":"Feature","id":"n6632610470","geometry":{"type":"Point","coordinates":[-0.7879845,51.7679868]},"properties":{"@type":"node","@id":6632610470,"@timestamp":1563589284},"coords":"51.7679868,-0.7879845","bedrooms":"3","price":"222000","area":"371"} , +{"type":"Feature","id":"n6632660700","geometry":{"type":"Point","coordinates":[-0.5112617,51.8955298]},"properties":{"@type":"node","@id":6632660700,"@timestamp":1563593635},"coords":"51.8955298,-0.5112617","bedrooms":"3","price":"292000","area":"350"} , +{"type":"Feature","id":"n6632731225","geometry":{"type":"Point","coordinates":[-0.3177999,51.8354047]},"properties":{"@type":"node","@id":6632731225,"@timestamp":1563604270},"coords":"51.8354047,-0.3177999","bedrooms":"2","price":"229000","area":"521"} , +{"type":"Feature","id":"n6632905088","geometry":{"type":"Point","coordinates":[0.3046972,51.3847068]},"properties":{"@type":"node","@id":6632905088,"@timestamp":1616185456},"coords":"51.3847068,0.3046972","bedrooms":"2","price":"216000","area":"354"} , +{"type":"Feature","id":"n6633001520","geometry":{"type":"Point","coordinates":[-0.0694992,51.2188089]},"properties":{"@type":"node","@id":6633001520,"@timestamp":1563615484},"coords":"51.2188089,-0.0694992","bedrooms":"0","price":"208000","area":"595"} , +{"type":"Feature","id":"n6633081071","geometry":{"type":"Point","coordinates":[-0.2967702,51.4817398]},"properties":{"@type":"node","@id":6633081071,"@timestamp":1563618976},"coords":"51.4817398,-0.2967702","bedrooms":"2","price":"226000","area":"690"} , +{"type":"Feature","id":"n6633143640","geometry":{"type":"Point","coordinates":[-0.2954569,51.4823574]},"properties":{"@type":"node","@id":6633143640,"@timestamp":1623793718},"coords":"51.4823574,-0.2954569","bedrooms":"1","price":"237000","area":"468"} , +{"type":"Feature","id":"n6633187882","geometry":{"type":"Point","coordinates":[-0.1845578,51.5213824]},"properties":{"@type":"node","@id":6633187882,"@timestamp":1563624194},"coords":"51.5213824,-0.1845578","bedrooms":"1","price":"297000","area":"407"} , +{"type":"Feature","id":"n6633259230","geometry":{"type":"Point","coordinates":[-0.1363261,51.503765]},"properties":{"@type":"node","@id":6633259230,"@timestamp":1609514831},"coords":"51.503765,-0.1363261","bedrooms":"2","price":"203000","area":"662"} , +{"type":"Feature","id":"n6633259252","geometry":{"type":"Point","coordinates":[-0.1357863,51.5040157]},"properties":{"@type":"node","@id":6633259252,"@timestamp":1609514831},"coords":"51.5040157,-0.1357863","bedrooms":"1","price":"277000","area":"601"} , +{"type":"Feature","id":"n6633273298","geometry":{"type":"Point","coordinates":[-0.6467898,51.9124728]},"properties":{"@type":"node","@id":6633273298,"@timestamp":1563629842},"coords":"51.9124728,-0.6467898","bedrooms":"1","price":"249000","area":"635"} , +{"type":"Feature","id":"n6633500839","geometry":{"type":"Point","coordinates":[0.0170575,51.5078791]},"properties":{"@type":"node","@id":6633500839,"@timestamp":1624290963},"coords":"51.5078791,0.0170575","bedrooms":"2","price":"197000","area":"561"} , +{"type":"Feature","id":"n6633708298","geometry":{"type":"Point","coordinates":[-0.4353772,51.7596227]},"properties":{"@type":"node","@id":6633708298,"@timestamp":1563638939},"coords":"51.7596227,-0.4353772","bedrooms":"4","price":"252000","area":"550"} , +{"type":"Feature","id":"n6633816516","geometry":{"type":"Point","coordinates":[-0.0109041,51.5376682]},"properties":{"@type":"node","@id":6633816516,"@timestamp":1594857725},"coords":"51.5376682,-0.0109041","bedrooms":"3","price":"238000","area":"685"} , +{"type":"Feature","id":"n6633816526","geometry":{"type":"Point","coordinates":[-0.0114778,51.5379485]},"properties":{"@type":"node","@id":6633816526,"@timestamp":1594857725},"coords":"51.5379485,-0.0114778","bedrooms":"1","price":"205000","area":"362"} , +{"type":"Feature","id":"n6633816536","geometry":{"type":"Point","coordinates":[-0.0105974,51.5370758]},"properties":{"@type":"node","@id":6633816536,"@timestamp":1563640013},"coords":"51.5370758,-0.0105974","bedrooms":"3","price":"210000","area":"572"} , +{"type":"Feature","id":"n6633816546","geometry":{"type":"Point","coordinates":[-0.01103,51.536598]},"properties":{"@type":"node","@id":6633816546,"@timestamp":1594861284},"coords":"51.536598,-0.01103","bedrooms":"2","price":"250000","area":"622"} , +{"type":"Feature","id":"n6633816558","geometry":{"type":"Point","coordinates":[-0.0077663,51.5350478]},"properties":{"@type":"node","@id":6633816558,"@timestamp":1629145427},"coords":"51.5350478,-0.0077663","bedrooms":"0","price":"166000","area":"393"} , +{"type":"Feature","id":"n6633862503","geometry":{"type":"Point","coordinates":[0.0059006,51.5442743]},"properties":{"@type":"node","@id":6633862503,"@timestamp":1563640543},"coords":"51.5442743,0.0059006","bedrooms":"0","price":"235000","area":"365"} , +{"type":"Feature","id":"n6634083757","geometry":{"type":"Point","coordinates":[-0.7694686,51.7466528]},"properties":{"@type":"node","@id":6634083757,"@timestamp":1566900094},"coords":"51.7466528,-0.7694686","bedrooms":"4","price":"160000","area":"440"} , +{"type":"Feature","id":"n6634092442","geometry":{"type":"Point","coordinates":[-0.0227051,51.4021091]},"properties":{"@type":"node","@id":6634092442,"@timestamp":1563644479},"coords":"51.4021091,-0.0227051","bedrooms":"4","price":"248000","area":"391"} , +{"type":"Feature","id":"n6634098759","geometry":{"type":"Point","coordinates":[-0.190126,51.5352197]},"properties":{"@type":"node","@id":6634098759,"@timestamp":1563645834},"coords":"51.5352197,-0.190126","bedrooms":"3","price":"230000","area":"436"} , +{"type":"Feature","id":"n6634154535","geometry":{"type":"Point","coordinates":[-0.017802,51.4199947]},"properties":{"@type":"node","@id":6634154535,"@timestamp":1563647134},"coords":"51.4199947,-0.017802","bedrooms":"4","price":"156000","area":"609"} , +{"type":"Feature","id":"n6634166825","geometry":{"type":"Point","coordinates":[-0.018071,51.4197763]},"properties":{"@type":"node","@id":6634166825,"@timestamp":1563649165},"coords":"51.4197763,-0.018071","bedrooms":"2","price":"234000","area":"489"} , +{"type":"Feature","id":"n6634522331","geometry":{"type":"Point","coordinates":[-0.2341799,51.3853095]},"properties":{"@type":"node","@id":6634522331,"@timestamp":1563671273},"coords":"51.3853095,-0.2341799","bedrooms":"2","price":"169000","area":"497"} , +{"type":"Feature","id":"n6634552065","geometry":{"type":"Point","coordinates":[-0.065694,51.5515735]},"properties":{"@type":"node","@id":6634552065,"@timestamp":1563676984},"coords":"51.5515735,-0.065694","bedrooms":"2","price":"225000","area":"586"} , +{"type":"Feature","id":"n6634608149","geometry":{"type":"Point","coordinates":[-0.8253816,51.192215]},"properties":{"@type":"node","@id":6634608149,"@timestamp":1563682924},"coords":"51.192215,-0.8253816","bedrooms":"2","price":"269000","area":"681"} , +{"type":"Feature","id":"n6634608920","geometry":{"type":"Point","coordinates":[-0.8252356,51.9788091]},"properties":{"@type":"node","@id":6634608920,"@timestamp":1613021347},"coords":"51.9788091,-0.8252356","bedrooms":"1","price":"291000","area":"397"} , +{"type":"Feature","id":"n6634649494","geometry":{"type":"Point","coordinates":[-0.0648078,51.5665434]},"properties":{"@type":"node","@id":6634649494,"@timestamp":1620591644},"coords":"51.5665434,-0.0648078","bedrooms":"1","price":"254000","area":"660"} , +{"type":"Feature","id":"n6634708659","geometry":{"type":"Point","coordinates":[-0.1896123,51.5348123]},"properties":{"@type":"node","@id":6634708659,"@timestamp":1563688565},"coords":"51.5348123,-0.1896123","bedrooms":"0","price":"254000","area":"684"} , +{"type":"Feature","id":"n6634807457","geometry":{"type":"Point","coordinates":[-0.249494,51.0086161]},"properties":{"@type":"node","@id":6634807457,"@timestamp":1563698189},"coords":"51.0086161,-0.249494","bedrooms":"3","price":"215000","area":"453"} , +{"type":"Feature","id":"n6634884854","geometry":{"type":"Point","coordinates":[0.1256354,51.7915766]},"properties":{"@type":"node","@id":6634884854,"@timestamp":1563701311},"coords":"51.7915766,0.1256354","bedrooms":"1","price":"210000","area":"510"} , +{"type":"Feature","id":"n6635063900","geometry":{"type":"Point","coordinates":[-0.4789567,51.1045803]},"properties":{"@type":"node","@id":6635063900,"@timestamp":1563710454},"coords":"51.1045803,-0.4789567","bedrooms":"4","price":"189000","area":"605"} , +{"type":"Feature","id":"n6635172109","geometry":{"type":"Point","coordinates":[-0.2003181,51.4456556]},"properties":{"@type":"node","@id":6635172109,"@timestamp":1598717121},"coords":"51.4456556,-0.2003181","bedrooms":"1","price":"257000","area":"676"} , +{"type":"Feature","id":"n6635278402","geometry":{"type":"Point","coordinates":[-0.1919641,51.5334861]},"properties":{"@type":"node","@id":6635278402,"@timestamp":1563720688},"coords":"51.5334861,-0.1919641","bedrooms":"3","price":"225000","area":"411"} , +{"type":"Feature","id":"n6635287297","geometry":{"type":"Point","coordinates":[-0.2204145,51.3612294]},"properties":{"@type":"node","@id":6635287297,"@timestamp":1563720287},"coords":"51.3612294,-0.2204145","bedrooms":"4","price":"207000","area":"455"} , +{"type":"Feature","id":"n6635381996","geometry":{"type":"Point","coordinates":[-0.3594704,51.8562213]},"properties":{"@type":"node","@id":6635381996,"@timestamp":1563722753},"coords":"51.8562213,-0.3594704","bedrooms":"0","price":"193000","area":"594"} , +{"type":"Feature","id":"n6635560385","geometry":{"type":"Point","coordinates":[-0.1841558,51.50167]},"properties":{"@type":"node","@id":6635560385,"@timestamp":1575307557},"coords":"51.50167,-0.1841558","bedrooms":"2","price":"172000","area":"699"} , +{"type":"Feature","id":"n6635651672","geometry":{"type":"Point","coordinates":[-0.2562862,51.4196067]},"properties":{"@type":"node","@id":6635651672,"@timestamp":1573086907},"coords":"51.4196067,-0.2562862","bedrooms":"0","price":"168000","area":"669"} , +{"type":"Feature","id":"n6635730521","geometry":{"type":"Point","coordinates":[-0.7303642,51.4130947]},"properties":{"@type":"node","@id":6635730521,"@timestamp":1563737230},"coords":"51.4130947,-0.7303642","bedrooms":"3","price":"284000","area":"564"} , +{"type":"Feature","id":"n6635841572","geometry":{"type":"Point","coordinates":[-0.1773478,51.4941421]},"properties":{"@type":"node","@id":6635841572,"@timestamp":1600765161},"coords":"51.4941421,-0.1773478","bedrooms":"0","price":"220000","area":"356"} , +{"type":"Feature","id":"n6635936221","geometry":{"type":"Point","coordinates":[-0.124921,51.5316491]},"properties":{"@type":"node","@id":6635936221,"@timestamp":1563749312},"coords":"51.5316491,-0.124921","bedrooms":"1","price":"183000","area":"686"} , +{"type":"Feature","id":"n6636371467","geometry":{"type":"Point","coordinates":[-0.295118,51.603946]},"properties":{"@type":"node","@id":6636371467,"@timestamp":1594723850},"coords":"51.603946,-0.295118","bedrooms":"1","price":"206000","area":"468"} , +{"type":"Feature","id":"n6636727687","geometry":{"type":"Point","coordinates":[-0.4099568,51.5048018]},"properties":{"@type":"node","@id":6636727687,"@timestamp":1563781398},"coords":"51.5048018,-0.4099568","bedrooms":"1","price":"229000","area":"515"} , +{"type":"Feature","id":"n6637217755","geometry":{"type":"Point","coordinates":[-0.3066971,51.5003317]},"properties":{"@type":"node","@id":6637217755,"@timestamp":1563795533},"coords":"51.5003317,-0.3066971","bedrooms":"3","price":"295000","area":"533"} , +{"type":"Feature","id":"n6637245138","geometry":{"type":"Point","coordinates":[-0.4155578,51.6896588]},"properties":{"@type":"node","@id":6637245138,"@timestamp":1604830362},"coords":"51.6896588,-0.4155578","bedrooms":"2","price":"162000","area":"386"} , +{"type":"Feature","id":"n6637448036","geometry":{"type":"Point","coordinates":[0.2442196,50.9654565]},"properties":{"@type":"node","@id":6637448036,"@timestamp":1563799535},"coords":"50.9654565,0.2442196","bedrooms":"4","price":"244000","area":"420"} , +{"type":"Feature","id":"n6637563730","geometry":{"type":"Point","coordinates":[0.0987651,51.4581069]},"properties":{"@type":"node","@id":6637563730,"@timestamp":1564900584},"coords":"51.4581069,0.0987651","bedrooms":"0","price":"154000","area":"350"} , +{"type":"Feature","id":"n6637752807","geometry":{"type":"Point","coordinates":[0.1241752,51.4596928]},"properties":{"@type":"node","@id":6637752807,"@timestamp":1564900584},"coords":"51.4596928,0.1241752","bedrooms":"4","price":"262000","area":"439"} , +{"type":"Feature","id":"n6637782382","geometry":{"type":"Point","coordinates":[-1.0109259,51.46002]},"properties":{"@type":"node","@id":6637782382,"@timestamp":1563805761},"coords":"51.46002,-1.0109259","bedrooms":"0","price":"227000","area":"432"} , +{"type":"Feature","id":"n6638109770","geometry":{"type":"Point","coordinates":[-0.1238168,51.5323904]},"properties":{"@type":"node","@id":6638109770,"@timestamp":1573046961},"coords":"51.5323904,-0.1238168","bedrooms":"1","price":"261000","area":"655"} , +{"type":"Feature","id":"n6638452075","geometry":{"type":"Point","coordinates":[-0.0842755,51.1205353]},"properties":{"@type":"node","@id":6638452075,"@timestamp":1563815531},"coords":"51.1205353,-0.0842755","bedrooms":"2","price":"201000","area":"660"} , +{"type":"Feature","id":"n6638600706","geometry":{"type":"Point","coordinates":[-0.0588324,51.5205047]},"properties":{"@type":"node","@id":6638600706,"@timestamp":1630979408},"coords":"51.5205047,-0.0588324","bedrooms":"0","price":"208000","area":"528"} , +{"type":"Feature","id":"n6638661892","geometry":{"type":"Point","coordinates":[-0.9344526,51.3649343]},"properties":{"@type":"node","@id":6638661892,"@timestamp":1563822694},"coords":"51.3649343,-0.9344526","bedrooms":"0","price":"187000","area":"699"} , +{"type":"Feature","id":"n6638696845","geometry":{"type":"Point","coordinates":[-0.1526735,51.5439296]},"properties":{"@type":"node","@id":6638696845,"@timestamp":1635444740},"coords":"51.5439296,-0.1526735","bedrooms":"4","price":"225000","area":"449"} , +{"type":"Feature","id":"n6638748553","geometry":{"type":"Point","coordinates":[-0.1456483,51.541923]},"properties":{"@type":"node","@id":6638748553,"@timestamp":1600531974},"coords":"51.541923,-0.1456483","bedrooms":"0","price":"195000","area":"446"} , +{"type":"Feature","id":"n6638802332","geometry":{"type":"Point","coordinates":[0.2469869,50.9710615]},"properties":{"@type":"node","@id":6638802332,"@timestamp":1563829715},"coords":"50.9710615,0.2469869","bedrooms":"0","price":"155000","area":"384"} , +{"type":"Feature","id":"n6639071057","geometry":{"type":"Point","coordinates":[-0.1740159,51.7285575]},"properties":{"@type":"node","@id":6639071057,"@timestamp":1563838101},"coords":"51.7285575,-0.1740159","bedrooms":"0","price":"273000","area":"686"} , +{"type":"Feature","id":"n6639071067","geometry":{"type":"Point","coordinates":[-0.1763026,51.7298893]},"properties":{"@type":"node","@id":6639071067,"@timestamp":1563838101},"coords":"51.7298893,-0.1763026","bedrooms":"4","price":"223000","area":"395"} , +{"type":"Feature","id":"n6639071077","geometry":{"type":"Point","coordinates":[-0.175778,51.7302627]},"properties":{"@type":"node","@id":6639071077,"@timestamp":1563838101},"coords":"51.7302627,-0.175778","bedrooms":"4","price":"158000","area":"474"} , +{"type":"Feature","id":"n6639103587","geometry":{"type":"Point","coordinates":[-0.1758943,51.7301474]},"properties":{"@type":"node","@id":6639103587,"@timestamp":1563838101},"coords":"51.7301474,-0.1758943","bedrooms":"4","price":"168000","area":"401"} , +{"type":"Feature","id":"n6639103597","geometry":{"type":"Point","coordinates":[-0.1766199,51.7302732]},"properties":{"@type":"node","@id":6639103597,"@timestamp":1563838101},"coords":"51.7302732,-0.1766199","bedrooms":"3","price":"166000","area":"377"} , +{"type":"Feature","id":"n6639103607","geometry":{"type":"Point","coordinates":[-0.1760318,51.7304645]},"properties":{"@type":"node","@id":6639103607,"@timestamp":1563838101},"coords":"51.7304645,-0.1760318","bedrooms":"1","price":"284000","area":"554"} , +{"type":"Feature","id":"n6639288108","geometry":{"type":"Point","coordinates":[-0.3572477,51.3744475]},"properties":{"@type":"node","@id":6639288108,"@timestamp":1563847898},"coords":"51.3744475,-0.3572477","bedrooms":"1","price":"238000","area":"362"} , +{"type":"Feature","id":"n6639420846","geometry":{"type":"Point","coordinates":[-0.2702079,51.9498706]},"properties":{"@type":"node","@id":6639420846,"@timestamp":1563854833},"coords":"51.9498706,-0.2702079","bedrooms":"0","price":"204000","area":"600"} , +{"type":"Feature","id":"n6639577969","geometry":{"type":"Point","coordinates":[0.2117609,51.4773268]},"properties":{"@type":"node","@id":6639577969,"@timestamp":1563861565},"coords":"51.4773268,0.2117609","bedrooms":"3","price":"263000","area":"555"} , +{"type":"Feature","id":"n6639655757","geometry":{"type":"Point","coordinates":[-0.8491168,51.2450111]},"properties":{"@type":"node","@id":6639655757,"@timestamp":1563864804},"coords":"51.2450111,-0.8491168","bedrooms":"0","price":"261000","area":"453"} , +{"type":"Feature","id":"n6639772618","geometry":{"type":"Point","coordinates":[-0.193687,51.6447507]},"properties":{"@type":"node","@id":6639772618,"@timestamp":1563868767},"coords":"51.6447507,-0.193687","bedrooms":"4","price":"150000","area":"448"} , +{"type":"Feature","id":"n6639772628","geometry":{"type":"Point","coordinates":[-0.1924877,51.6439815]},"properties":{"@type":"node","@id":6639772628,"@timestamp":1563868767},"coords":"51.6439815,-0.1924877","bedrooms":"4","price":"205000","area":"699"} , +{"type":"Feature","id":"n6639776203","geometry":{"type":"Point","coordinates":[-0.7274642,51.4862093]},"properties":{"@type":"node","@id":6639776203,"@timestamp":1563868851},"coords":"51.4862093,-0.7274642","bedrooms":"4","price":"186000","area":"621"} , +{"type":"Feature","id":"n6640038940","geometry":{"type":"Point","coordinates":[-0.5597905,51.3069312]},"properties":{"@type":"node","@id":6640038940,"@timestamp":1563875165},"coords":"51.3069312,-0.5597905","bedrooms":"1","price":"225000","area":"590"} , +{"type":"Feature","id":"n6640112910","geometry":{"type":"Point","coordinates":[-0.6110111,51.1004147]},"properties":{"@type":"node","@id":6640112910,"@timestamp":1563878052},"coords":"51.1004147,-0.6110111","bedrooms":"3","price":"175000","area":"576"} , +{"type":"Feature","id":"n6640261815","geometry":{"type":"Point","coordinates":[-0.4708551,51.9050939]},"properties":{"@type":"node","@id":6640261815,"@timestamp":1563882875},"coords":"51.9050939,-0.4708551","bedrooms":"3","price":"250000","area":"403"} , +{"type":"Feature","id":"n6640422022","geometry":{"type":"Point","coordinates":[-0.156424,51.5635317]},"properties":{"@type":"node","@id":6640422022,"@timestamp":1563885946},"coords":"51.5635317,-0.156424","bedrooms":"0","price":"278000","area":"557"} , +{"type":"Feature","id":"n6640643924","geometry":{"type":"Point","coordinates":[0.3257466,51.9095108]},"properties":{"@type":"node","@id":6640643924,"@timestamp":1563889752},"coords":"51.9095108,0.3257466","bedrooms":"3","price":"217000","area":"658"} , +{"type":"Feature","id":"n6641040210","geometry":{"type":"Point","coordinates":[0.3815231,51.5079144]},"properties":{"@type":"node","@id":6641040210,"@timestamp":1563895025},"coords":"51.5079144,0.3815231","bedrooms":"0","price":"208000","area":"657"} , +{"type":"Feature","id":"n6641301349","geometry":{"type":"Point","coordinates":[0.0421661,51.4200268]},"properties":{"@type":"node","@id":6641301349,"@timestamp":1563901524},"coords":"51.4200268,0.0421661","bedrooms":"3","price":"262000","area":"636"} , +{"type":"Feature","id":"n6641582517","geometry":{"type":"Point","coordinates":[-0.8369159,51.9389339]},"properties":{"@type":"node","@id":6641582517,"@timestamp":1584987238},"coords":"51.9389339,-0.8369159","bedrooms":"3","price":"215000","area":"527"} , +{"type":"Feature","id":"n6641824306","geometry":{"type":"Point","coordinates":[-0.245892,51.4712728]},"properties":{"@type":"node","@id":6641824306,"@timestamp":1563916238},"coords":"51.4712728,-0.245892","bedrooms":"3","price":"262000","area":"567"} , +{"type":"Feature","id":"n6641824316","geometry":{"type":"Point","coordinates":[-0.2456546,51.4719119]},"properties":{"@type":"node","@id":6641824316,"@timestamp":1563916238},"coords":"51.4719119,-0.2456546","bedrooms":"0","price":"198000","area":"441"} , +{"type":"Feature","id":"n6641825892","geometry":{"type":"Point","coordinates":[-0.24693,51.4723989]},"properties":{"@type":"node","@id":6641825892,"@timestamp":1603470540},"coords":"51.4723989,-0.24693","bedrooms":"2","price":"269000","area":"554"} , +{"type":"Feature","id":"n6641985322","geometry":{"type":"Point","coordinates":[0.0022993,51.5819313]},"properties":{"@type":"node","@id":6641985322,"@timestamp":1634752718},"coords":"51.5819313,0.0022993","bedrooms":"0","price":"193000","area":"641"} , +{"type":"Feature","id":"n6642447403","geometry":{"type":"Point","coordinates":[-0.190286,51.5323591]},"properties":{"@type":"node","@id":6642447403,"@timestamp":1563943338},"coords":"51.5323591,-0.190286","bedrooms":"3","price":"271000","area":"543"} , +{"type":"Feature","id":"n6642642087","geometry":{"type":"Point","coordinates":[0.85309,51.0931225]},"properties":{"@type":"node","@id":6642642087,"@timestamp":1563950338},"coords":"51.0931225,0.85309","bedrooms":"1","price":"242000","area":"429"} , +{"type":"Feature","id":"n6642652447","geometry":{"type":"Point","coordinates":[0.8544405,51.0676051]},"properties":{"@type":"node","@id":6642652447,"@timestamp":1616079029},"coords":"51.0676051,0.8544405","bedrooms":"3","price":"186000","area":"462"} , +{"type":"Feature","id":"n6642652457","geometry":{"type":"Point","coordinates":[0.8512822,51.063483]},"properties":{"@type":"node","@id":6642652457,"@timestamp":1563950812},"coords":"51.063483,0.8512822","bedrooms":"1","price":"206000","area":"439"} , +{"type":"Feature","id":"n6642688786","geometry":{"type":"Point","coordinates":[0.8918345,51.1194719]},"properties":{"@type":"node","@id":6642688786,"@timestamp":1563951035},"coords":"51.1194719,0.8918345","bedrooms":"3","price":"292000","area":"486"} , +{"type":"Feature","id":"n6642688797","geometry":{"type":"Point","coordinates":[0.8949459,51.1189029]},"properties":{"@type":"node","@id":6642688797,"@timestamp":1563951035},"coords":"51.1189029,0.8949459","bedrooms":"3","price":"289000","area":"586"} , +{"type":"Feature","id":"n6642766435","geometry":{"type":"Point","coordinates":[0.8746523,51.1211926]},"properties":{"@type":"node","@id":6642766435,"@timestamp":1563952405},"coords":"51.1211926,0.8746523","bedrooms":"0","price":"277000","area":"507"} , +{"type":"Feature","id":"n6642766445","geometry":{"type":"Point","coordinates":[0.8689821,51.1236757]},"properties":{"@type":"node","@id":6642766445,"@timestamp":1563952405},"coords":"51.1236757,0.8689821","bedrooms":"0","price":"222000","area":"427"} , +{"type":"Feature","id":"n6642766456","geometry":{"type":"Point","coordinates":[0.8771038,51.1206648]},"properties":{"@type":"node","@id":6642766456,"@timestamp":1563952405},"coords":"51.1206648,0.8771038","bedrooms":"1","price":"220000","area":"653"} , +{"type":"Feature","id":"n6642766466","geometry":{"type":"Point","coordinates":[0.8744216,51.1165828]},"properties":{"@type":"node","@id":6642766466,"@timestamp":1563952405},"coords":"51.1165828,0.8744216","bedrooms":"0","price":"228000","area":"596"} , +{"type":"Feature","id":"n6642766476","geometry":{"type":"Point","coordinates":[0.8822966,51.1142928]},"properties":{"@type":"node","@id":6642766476,"@timestamp":1563952405},"coords":"51.1142928,0.8822966","bedrooms":"4","price":"150000","area":"506"} , +{"type":"Feature","id":"n6643243019","geometry":{"type":"Point","coordinates":[-0.8336273,51.9383726]},"properties":{"@type":"node","@id":6643243019,"@timestamp":1563965437},"coords":"51.9383726,-0.8336273","bedrooms":"1","price":"225000","area":"401"} , +{"type":"Feature","id":"n6644600891","geometry":{"type":"Point","coordinates":[0.2864081,51.2870984]},"properties":{"@type":"node","@id":6644600891,"@timestamp":1563999047},"coords":"51.2870984,0.2864081","bedrooms":"0","price":"283000","area":"421"} , +{"type":"Feature","id":"n6644966694","geometry":{"type":"Point","coordinates":[-0.2317797,51.4097214]},"properties":{"@type":"node","@id":6644966694,"@timestamp":1564008550},"coords":"51.4097214,-0.2317797","bedrooms":"2","price":"223000","area":"453"} , +{"type":"Feature","id":"n6645119468","geometry":{"type":"Point","coordinates":[-0.2312963,51.4157468]},"properties":{"@type":"node","@id":6645119468,"@timestamp":1564014709},"coords":"51.4157468,-0.2312963","bedrooms":"2","price":"280000","area":"643"} , +{"type":"Feature","id":"n6645341523","geometry":{"type":"Point","coordinates":[-0.1960317,51.5275294]},"properties":{"@type":"node","@id":6645341523,"@timestamp":1564023821},"coords":"51.5275294,-0.1960317","bedrooms":"2","price":"272000","area":"386"} , +{"type":"Feature","id":"n6646336208","geometry":{"type":"Point","coordinates":[-0.0964777,51.3613752]},"properties":{"@type":"node","@id":6646336208,"@timestamp":1564052217},"coords":"51.3613752,-0.0964777","bedrooms":"1","price":"229000","area":"590"} , +{"type":"Feature","id":"n6647258368","geometry":{"type":"Point","coordinates":[-0.1937136,51.5267074]},"properties":{"@type":"node","@id":6647258368,"@timestamp":1624203553},"coords":"51.5267074,-0.1937136","bedrooms":"4","price":"228000","area":"428"} , +{"type":"Feature","id":"n6647347833","geometry":{"type":"Point","coordinates":[0.2807478,51.502755]},"properties":{"@type":"node","@id":6647347833,"@timestamp":1564076321},"coords":"51.502755,0.2807478","bedrooms":"1","price":"186000","area":"642"} , +{"type":"Feature","id":"n6647822527","geometry":{"type":"Point","coordinates":[-0.8900656,51.3811777]},"properties":{"@type":"node","@id":6647822527,"@timestamp":1619306727},"coords":"51.3811777,-0.8900656","bedrooms":"3","price":"226000","area":"599"} , +{"type":"Feature","id":"n6648345355","geometry":{"type":"Point","coordinates":[-0.2309087,51.4159584]},"properties":{"@type":"node","@id":6648345355,"@timestamp":1564094347},"coords":"51.4159584,-0.2309087","bedrooms":"4","price":"294000","area":"583"} , +{"type":"Feature","id":"n6648560953","geometry":{"type":"Point","coordinates":[-0.1993605,51.461287]},"properties":{"@type":"node","@id":6648560953,"@timestamp":1598728569},"coords":"51.461287,-0.1993605","bedrooms":"4","price":"279000","area":"455"} , +{"type":"Feature","id":"n6648629302","geometry":{"type":"Point","coordinates":[-0.1363084,51.4921034]},"properties":{"@type":"node","@id":6648629302,"@timestamp":1625619044},"coords":"51.4921034,-0.1363084","bedrooms":"2","price":"241000","area":"655"} , +{"type":"Feature","id":"n6649559892","geometry":{"type":"Point","coordinates":[-0.0657667,51.4193029]},"properties":{"@type":"node","@id":6649559892,"@timestamp":1622994369},"coords":"51.4193029,-0.0657667","bedrooms":"3","price":"158000","area":"486"} , +{"type":"Feature","id":"n6650629914","geometry":{"type":"Point","coordinates":[-0.0615328,51.5185101]},"properties":{"@type":"node","@id":6650629914,"@timestamp":1564149855},"coords":"51.5185101,-0.0615328","bedrooms":"3","price":"205000","area":"488"} , +{"type":"Feature","id":"n6651582864","geometry":{"type":"Point","coordinates":[-0.0194172,51.6705847]},"properties":{"@type":"node","@id":6651582864,"@timestamp":1617408530},"coords":"51.6705847,-0.0194172","bedrooms":"2","price":"259000","area":"429"} , +{"type":"Feature","id":"n6651598758","geometry":{"type":"Point","coordinates":[-0.0207971,51.6708452]},"properties":{"@type":"node","@id":6651598758,"@timestamp":1602076508},"coords":"51.6708452,-0.0207971","bedrooms":"2","price":"227000","area":"602"} , +{"type":"Feature","id":"n6651833997","geometry":{"type":"Point","coordinates":[-0.8553655,51.364827]},"properties":{"@type":"node","@id":6651833997,"@timestamp":1564172997},"coords":"51.364827,-0.8553655","bedrooms":"0","price":"235000","area":"368"} , +{"type":"Feature","id":"n6651918925","geometry":{"type":"Point","coordinates":[-0.0204502,51.3470118]},"properties":{"@type":"node","@id":6651918925,"@timestamp":1564174670},"coords":"51.3470118,-0.0204502","bedrooms":"1","price":"195000","area":"399"} , +{"type":"Feature","id":"n6652251532","geometry":{"type":"Point","coordinates":[-0.2818948,51.5155898]},"properties":{"@type":"node","@id":6652251532,"@timestamp":1564182304},"coords":"51.5155898,-0.2818948","bedrooms":"0","price":"255000","area":"571"} , +{"type":"Feature","id":"n6652251589","geometry":{"type":"Point","coordinates":[-0.2773995,51.5158435]},"properties":{"@type":"node","@id":6652251589,"@timestamp":1603051264},"coords":"51.5158435,-0.2773995","bedrooms":"1","price":"235000","area":"597"} , +{"type":"Feature","id":"n6652251622","geometry":{"type":"Point","coordinates":[-0.2803706,51.5154584]},"properties":{"@type":"node","@id":6652251622,"@timestamp":1603051264},"coords":"51.5154584,-0.2803706","bedrooms":"2","price":"218000","area":"387"} , +{"type":"Feature","id":"n6652280936","geometry":{"type":"Point","coordinates":[-0.4543118,51.4719282]},"properties":{"@type":"node","@id":6652280936,"@timestamp":1598911140},"coords":"51.4719282,-0.4543118","bedrooms":"4","price":"218000","area":"592"} , +{"type":"Feature","id":"n6652404741","geometry":{"type":"Point","coordinates":[-0.2444798,51.5366164]},"properties":{"@type":"node","@id":6652404741,"@timestamp":1564198198},"coords":"51.5366164,-0.2444798","bedrooms":"0","price":"200000","area":"602"} , +{"type":"Feature","id":"n6652490104","geometry":{"type":"Point","coordinates":[-0.5546004,51.3314915]},"properties":{"@type":"node","@id":6652490104,"@timestamp":1564207882},"coords":"51.3314915,-0.5546004","bedrooms":"2","price":"176000","area":"620"} , +{"type":"Feature","id":"n6652526330","geometry":{"type":"Point","coordinates":[-0.6018689,51.3219229]},"properties":{"@type":"node","@id":6652526330,"@timestamp":1564207716},"coords":"51.3219229,-0.6018689","bedrooms":"0","price":"267000","area":"581"} , +{"type":"Feature","id":"n6652526340","geometry":{"type":"Point","coordinates":[-0.5934092,51.3184295]},"properties":{"@type":"node","@id":6652526340,"@timestamp":1564207716},"coords":"51.3184295,-0.5934092","bedrooms":"3","price":"212000","area":"597"} , +{"type":"Feature","id":"n6652526350","geometry":{"type":"Point","coordinates":[-0.5835333,51.3230007]},"properties":{"@type":"node","@id":6652526350,"@timestamp":1564207716},"coords":"51.3230007,-0.5835333","bedrooms":"0","price":"245000","area":"697"} , +{"type":"Feature","id":"n6652526360","geometry":{"type":"Point","coordinates":[-0.5812562,51.3220452]},"properties":{"@type":"node","@id":6652526360,"@timestamp":1564207716},"coords":"51.3220452,-0.5812562","bedrooms":"2","price":"221000","area":"567"} , +{"type":"Feature","id":"n6652526370","geometry":{"type":"Point","coordinates":[-0.5832088,51.3212088]},"properties":{"@type":"node","@id":6652526370,"@timestamp":1564207716},"coords":"51.3212088,-0.5832088","bedrooms":"0","price":"153000","area":"377"} , +{"type":"Feature","id":"n6652526380","geometry":{"type":"Point","coordinates":[-0.5813286,51.3205366]},"properties":{"@type":"node","@id":6652526380,"@timestamp":1564207716},"coords":"51.3205366,-0.5813286","bedrooms":"2","price":"201000","area":"665"} , +{"type":"Feature","id":"n6652529390","geometry":{"type":"Point","coordinates":[-0.5801752,51.314199]},"properties":{"@type":"node","@id":6652529390,"@timestamp":1564207028},"coords":"51.314199,-0.5801752","bedrooms":"4","price":"201000","area":"382"} , +{"type":"Feature","id":"n6652541591","geometry":{"type":"Point","coordinates":[-0.5819616,51.3202332]},"properties":{"@type":"node","@id":6652541591,"@timestamp":1564207716},"coords":"51.3202332,-0.5819616","bedrooms":"4","price":"245000","area":"598"} , +{"type":"Feature","id":"n6652541601","geometry":{"type":"Point","coordinates":[-0.5806688,51.3197001]},"properties":{"@type":"node","@id":6652541601,"@timestamp":1564207716},"coords":"51.3197001,-0.5806688","bedrooms":"1","price":"282000","area":"597"} , +{"type":"Feature","id":"n6652541611","geometry":{"type":"Point","coordinates":[-0.5829459,51.3176483]},"properties":{"@type":"node","@id":6652541611,"@timestamp":1564207716},"coords":"51.3176483,-0.5829459","bedrooms":"0","price":"236000","area":"605"} , +{"type":"Feature","id":"n6652541621","geometry":{"type":"Point","coordinates":[-0.5886993,51.3170414]},"properties":{"@type":"node","@id":6652541621,"@timestamp":1564207716},"coords":"51.3170414,-0.5886993","bedrooms":"1","price":"263000","area":"684"} , +{"type":"Feature","id":"n6652665108","geometry":{"type":"Point","coordinates":[0.2385718,51.8587099]},"properties":{"@type":"node","@id":6652665108,"@timestamp":1564216917},"coords":"51.8587099,0.2385718","bedrooms":"2","price":"265000","area":"492"} , +{"type":"Feature","id":"n6652770652","geometry":{"type":"Point","coordinates":[0.195698,51.8721481]},"properties":{"@type":"node","@id":6652770652,"@timestamp":1619732773},"coords":"51.8721481,0.195698","bedrooms":"1","price":"291000","area":"597"} , +{"type":"Feature","id":"n6653128659","geometry":{"type":"Point","coordinates":[-0.0936269,51.3720054]},"properties":{"@type":"node","@id":6653128659,"@timestamp":1564900584},"coords":"51.3720054,-0.0936269","bedrooms":"0","price":"294000","area":"476"} , +{"type":"Feature","id":"n6653331813","geometry":{"type":"Point","coordinates":[0.2944324,51.1568844]},"properties":{"@type":"node","@id":6653331813,"@timestamp":1564244319},"coords":"51.1568844,0.2944324","bedrooms":"3","price":"188000","area":"605"} , +{"type":"Feature","id":"n6654025328","geometry":{"type":"Point","coordinates":[-0.8643707,51.6636844]},"properties":{"@type":"node","@id":6654025328,"@timestamp":1564270587},"coords":"51.6636844,-0.8643707","bedrooms":"4","price":"247000","area":"629"} , +{"type":"Feature","id":"n6654428151","geometry":{"type":"Point","coordinates":[-0.4545282,51.4325632]},"properties":{"@type":"node","@id":6654428151,"@timestamp":1564292993},"coords":"51.4325632,-0.4545282","bedrooms":"2","price":"184000","area":"643"} , +{"type":"Feature","id":"n6654552441","geometry":{"type":"Point","coordinates":[0.3759572,51.4217225]},"properties":{"@type":"node","@id":6654552441,"@timestamp":1564301523},"coords":"51.4217225,0.3759572","bedrooms":"4","price":"287000","area":"577"} , +{"type":"Feature","id":"n6654552451","geometry":{"type":"Point","coordinates":[0.3719982,51.4219282]},"properties":{"@type":"node","@id":6654552451,"@timestamp":1564301523},"coords":"51.4219282,0.3719982","bedrooms":"1","price":"226000","area":"699"} , +{"type":"Feature","id":"n6654552461","geometry":{"type":"Point","coordinates":[0.3722584,51.4241711]},"properties":{"@type":"node","@id":6654552461,"@timestamp":1564301523},"coords":"51.4241711,0.3722584","bedrooms":"2","price":"217000","area":"692"} , +{"type":"Feature","id":"n6654552471","geometry":{"type":"Point","coordinates":[0.3734869,51.4234736]},"properties":{"@type":"node","@id":6654552471,"@timestamp":1564301523},"coords":"51.4234736,0.3734869","bedrooms":"4","price":"194000","area":"471"} , +{"type":"Feature","id":"n6654552481","geometry":{"type":"Point","coordinates":[0.3726742,51.423691]},"properties":{"@type":"node","@id":6654552481,"@timestamp":1564301523},"coords":"51.423691,0.3726742","bedrooms":"3","price":"246000","area":"634"} , +{"type":"Feature","id":"n6654554715","geometry":{"type":"Point","coordinates":[0.3763863,51.419252]},"properties":{"@type":"node","@id":6654554715,"@timestamp":1564301693},"coords":"51.419252,0.3763863","bedrooms":"2","price":"186000","area":"627"} , +{"type":"Feature","id":"n6654554725","geometry":{"type":"Point","coordinates":[0.377242,51.4190964]},"properties":{"@type":"node","@id":6654554725,"@timestamp":1564301693},"coords":"51.4190964,0.377242","bedrooms":"0","price":"254000","area":"388"} , +{"type":"Feature","id":"n6654554735","geometry":{"type":"Point","coordinates":[0.3778133,51.4192888]},"properties":{"@type":"node","@id":6654554735,"@timestamp":1564301693},"coords":"51.4192888,0.3778133","bedrooms":"2","price":"243000","area":"555"} , +{"type":"Feature","id":"n6654554745","geometry":{"type":"Point","coordinates":[0.3780547,51.4197521]},"properties":{"@type":"node","@id":6654554745,"@timestamp":1564301693},"coords":"51.4197521,0.3780547","bedrooms":"4","price":"199000","area":"484"} , +{"type":"Feature","id":"n6654554755","geometry":{"type":"Point","coordinates":[0.3773949,51.4196166]},"properties":{"@type":"node","@id":6654554755,"@timestamp":1564301693},"coords":"51.4196166,0.3773949","bedrooms":"2","price":"163000","area":"532"} , +{"type":"Feature","id":"n6654554765","geometry":{"type":"Point","coordinates":[0.3771883,51.4198073]},"properties":{"@type":"node","@id":6654554765,"@timestamp":1564301693},"coords":"51.4198073,0.3771883","bedrooms":"2","price":"297000","area":"679"} , +{"type":"Feature","id":"n6654554775","geometry":{"type":"Point","coordinates":[0.3766814,51.419809]},"properties":{"@type":"node","@id":6654554775,"@timestamp":1564301693},"coords":"51.419809,0.3766814","bedrooms":"4","price":"290000","area":"374"} , +{"type":"Feature","id":"n6654571985","geometry":{"type":"Point","coordinates":[0.3717113,51.4235121]},"properties":{"@type":"node","@id":6654571985,"@timestamp":1564301523},"coords":"51.4235121,0.3717113","bedrooms":"2","price":"279000","area":"612"} , +{"type":"Feature","id":"n6654571995","geometry":{"type":"Point","coordinates":[0.37184,51.423099]},"properties":{"@type":"node","@id":6654571995,"@timestamp":1564301523},"coords":"51.423099,0.37184","bedrooms":"0","price":"153000","area":"429"} , +{"type":"Feature","id":"n6654572005","geometry":{"type":"Point","coordinates":[0.3730336,51.4227962]},"properties":{"@type":"node","@id":6654572005,"@timestamp":1564301523},"coords":"51.4227962,0.3730336","bedrooms":"1","price":"211000","area":"389"} , +{"type":"Feature","id":"n6654572015","geometry":{"type":"Point","coordinates":[0.3732589,51.422527]},"properties":{"@type":"node","@id":6654572015,"@timestamp":1564301523},"coords":"51.422527,0.3732589","bedrooms":"3","price":"278000","area":"621"} , +{"type":"Feature","id":"n6654572025","geometry":{"type":"Point","coordinates":[0.3791517,51.4233649]},"properties":{"@type":"node","@id":6654572025,"@timestamp":1564301523},"coords":"51.4233649,0.3791517","bedrooms":"1","price":"262000","area":"457"} , +{"type":"Feature","id":"n6654572035","geometry":{"type":"Point","coordinates":[0.3777194,51.4247698]},"properties":{"@type":"node","@id":6654572035,"@timestamp":1564301523},"coords":"51.4247698,0.3777194","bedrooms":"4","price":"213000","area":"685"} , +{"type":"Feature","id":"n6654572045","geometry":{"type":"Point","coordinates":[0.375461,51.4250909]},"properties":{"@type":"node","@id":6654572045,"@timestamp":1564301523},"coords":"51.4250909,0.375461","bedrooms":"2","price":"278000","area":"403"} , +{"type":"Feature","id":"n6654572055","geometry":{"type":"Point","coordinates":[0.3771025,51.4243132]},"properties":{"@type":"node","@id":6654572055,"@timestamp":1564301523},"coords":"51.4243132,0.3771025","bedrooms":"1","price":"191000","area":"687"} , +{"type":"Feature","id":"n6654572065","geometry":{"type":"Point","coordinates":[0.3761986,51.4241928]},"properties":{"@type":"node","@id":6654572065,"@timestamp":1564301523},"coords":"51.4241928,0.3761986","bedrooms":"1","price":"268000","area":"639"} , +{"type":"Feature","id":"n6654572075","geometry":{"type":"Point","coordinates":[0.3775451,51.4234686]},"properties":{"@type":"node","@id":6654572075,"@timestamp":1564301523},"coords":"51.4234686,0.3775451","bedrooms":"2","price":"176000","area":"575"} , +{"type":"Feature","id":"n6654572085","geometry":{"type":"Point","coordinates":[0.3756407,51.4237513]},"properties":{"@type":"node","@id":6654572085,"@timestamp":1564301523},"coords":"51.4237513,0.3756407","bedrooms":"4","price":"160000","area":"454"} , +{"type":"Feature","id":"n6654572095","geometry":{"type":"Point","coordinates":[0.3761691,51.4231843]},"properties":{"@type":"node","@id":6654572095,"@timestamp":1564301523},"coords":"51.4231843,0.3761691","bedrooms":"4","price":"213000","area":"482"} , +{"type":"Feature","id":"n6654572105","geometry":{"type":"Point","coordinates":[0.3752223,51.4233699]},"properties":{"@type":"node","@id":6654572105,"@timestamp":1564301523},"coords":"51.4233699,0.3752223","bedrooms":"0","price":"173000","area":"485"} , +{"type":"Feature","id":"n6654572115","geometry":{"type":"Point","coordinates":[0.3746617,51.4232512]},"properties":{"@type":"node","@id":6654572115,"@timestamp":1564301523},"coords":"51.4232512,0.3746617","bedrooms":"4","price":"273000","area":"513"} , +{"type":"Feature","id":"n6654572125","geometry":{"type":"Point","coordinates":[0.374085,51.4230889]},"properties":{"@type":"node","@id":6654572125,"@timestamp":1564301523},"coords":"51.4230889,0.374085","bedrooms":"2","price":"264000","area":"437"} , +{"type":"Feature","id":"n6654572135","geometry":{"type":"Point","coordinates":[0.3754234,51.4228029]},"properties":{"@type":"node","@id":6654572135,"@timestamp":1564301523},"coords":"51.4228029,0.3754234","bedrooms":"4","price":"178000","area":"668"} , +{"type":"Feature","id":"n6654572145","geometry":{"type":"Point","coordinates":[0.3768718,51.4226006]},"properties":{"@type":"node","@id":6654572145,"@timestamp":1564301523},"coords":"51.4226006,0.3768718","bedrooms":"2","price":"239000","area":"541"} , +{"type":"Feature","id":"n6654572155","geometry":{"type":"Point","coordinates":[0.3764883,51.4223463]},"properties":{"@type":"node","@id":6654572155,"@timestamp":1564301523},"coords":"51.4223463,0.3764883","bedrooms":"2","price":"237000","area":"671"} , +{"type":"Feature","id":"n6654572165","geometry":{"type":"Point","coordinates":[0.3753725,51.4223915]},"properties":{"@type":"node","@id":6654572165,"@timestamp":1564301523},"coords":"51.4223915,0.3753725","bedrooms":"3","price":"210000","area":"463"} , +{"type":"Feature","id":"n6654572175","geometry":{"type":"Point","coordinates":[0.3743452,51.4224099]},"properties":{"@type":"node","@id":6654572175,"@timestamp":1564301523},"coords":"51.4224099,0.3743452","bedrooms":"2","price":"206000","area":"571"} , +{"type":"Feature","id":"n6654572185","geometry":{"type":"Point","coordinates":[0.375748,51.4220135]},"properties":{"@type":"node","@id":6654572185,"@timestamp":1564301523},"coords":"51.4220135,0.375748","bedrooms":"3","price":"182000","area":"391"} , +{"type":"Feature","id":"n6654572195","geometry":{"type":"Point","coordinates":[0.3772661,51.421888]},"properties":{"@type":"node","@id":6654572195,"@timestamp":1564301523},"coords":"51.421888,0.3772661","bedrooms":"1","price":"206000","area":"630"} , +{"type":"Feature","id":"n6654574194","geometry":{"type":"Point","coordinates":[0.3769872,51.4203242]},"properties":{"@type":"node","@id":6654574194,"@timestamp":1564301693},"coords":"51.4203242,0.3769872","bedrooms":"3","price":"203000","area":"415"} , +{"type":"Feature","id":"n6654574204","geometry":{"type":"Point","coordinates":[0.3780895,51.4201084]},"properties":{"@type":"node","@id":6654574204,"@timestamp":1564301693},"coords":"51.4201084,0.3780895","bedrooms":"1","price":"182000","area":"533"} , +{"type":"Feature","id":"n6654574214","geometry":{"type":"Point","coordinates":[0.3774941,51.4202924]},"properties":{"@type":"node","@id":6654574214,"@timestamp":1564301693},"coords":"51.4202924,0.3774941","bedrooms":"1","price":"165000","area":"650"} , +{"type":"Feature","id":"n6654574224","geometry":{"type":"Point","coordinates":[0.3783685,51.420933]},"properties":{"@type":"node","@id":6654574224,"@timestamp":1564301693},"coords":"51.420933,0.3783685","bedrooms":"2","price":"221000","area":"485"} , +{"type":"Feature","id":"n6654574234","geometry":{"type":"Point","coordinates":[0.3780413,51.4206888]},"properties":{"@type":"node","@id":6654574234,"@timestamp":1564301693},"coords":"51.4206888,0.3780413","bedrooms":"0","price":"192000","area":"399"} , +{"type":"Feature","id":"n6654574244","geometry":{"type":"Point","coordinates":[0.378001,51.4210534]},"properties":{"@type":"node","@id":6654574244,"@timestamp":1564301693},"coords":"51.4210534,0.378001","bedrooms":"0","price":"249000","area":"486"} , +{"type":"Feature","id":"n6655004003","geometry":{"type":"Point","coordinates":[-1.1115181,51.3988668]},"properties":{"@type":"node","@id":6655004003,"@timestamp":1564318870},"coords":"51.3988668,-1.1115181","bedrooms":"4","price":"168000","area":"670"} , +{"type":"Feature","id":"n6655004150","geometry":{"type":"Point","coordinates":[-1.1321551,51.3542971]},"properties":{"@type":"node","@id":6655004150,"@timestamp":1564318870},"coords":"51.3542971,-1.1321551","bedrooms":"0","price":"241000","area":"554"} , +{"type":"Feature","id":"n6655087566","geometry":{"type":"Point","coordinates":[-0.0244377,51.4311664]},"properties":{"@type":"node","@id":6655087566,"@timestamp":1564326757},"coords":"51.4311664,-0.0244377","bedrooms":"1","price":"238000","area":"477"} , +{"type":"Feature","id":"n6655170514","geometry":{"type":"Point","coordinates":[-0.2201513,51.4074255]},"properties":{"@type":"node","@id":6655170514,"@timestamp":1564327881},"coords":"51.4074255,-0.2201513","bedrooms":"4","price":"292000","area":"601"} , +{"type":"Feature","id":"n6655349988","geometry":{"type":"Point","coordinates":[-0.440365,51.8528756]},"properties":{"@type":"node","@id":6655349988,"@timestamp":1564330447},"coords":"51.8528756,-0.440365","bedrooms":"3","price":"158000","area":"584"} , +{"type":"Feature","id":"n6655557356","geometry":{"type":"Point","coordinates":[-0.0198821,51.4456968]},"properties":{"@type":"node","@id":6655557356,"@timestamp":1624255089},"coords":"51.4456968,-0.0198821","bedrooms":"0","price":"280000","area":"628"} , +{"type":"Feature","id":"n6655691628","geometry":{"type":"Point","coordinates":[-0.5112727,51.6071914]},"properties":{"@type":"node","@id":6655691628,"@timestamp":1599210342},"coords":"51.6071914,-0.5112727","bedrooms":"0","price":"169000","area":"396"} , +{"type":"Feature","id":"n6655862641","geometry":{"type":"Point","coordinates":[0.1607323,51.2420843]},"properties":{"@type":"node","@id":6655862641,"@timestamp":1564343866},"coords":"51.2420843,0.1607323","bedrooms":"1","price":"182000","area":"508"} , +{"type":"Feature","id":"n6655868674","geometry":{"type":"Point","coordinates":[-0.8570894,51.2929938]},"properties":{"@type":"node","@id":6655868674,"@timestamp":1564344656},"coords":"51.2929938,-0.8570894","bedrooms":"3","price":"269000","area":"600"} , +{"type":"Feature","id":"n6656032108","geometry":{"type":"Point","coordinates":[-0.4126899,51.7697704]},"properties":{"@type":"node","@id":6656032108,"@timestamp":1564352816},"coords":"51.7697704,-0.4126899","bedrooms":"0","price":"220000","area":"415"} , +{"type":"Feature","id":"n6657150332","geometry":{"type":"Point","coordinates":[0.0085165,51.5390918]},"properties":{"@type":"node","@id":6657150332,"@timestamp":1564392686},"coords":"51.5390918,0.0085165","bedrooms":"0","price":"163000","area":"499"} , +{"type":"Feature","id":"n6657150364","geometry":{"type":"Point","coordinates":[0.0092913,51.5386706]},"properties":{"@type":"node","@id":6657150364,"@timestamp":1564392686},"coords":"51.5386706,0.0092913","bedrooms":"1","price":"212000","area":"657"} , +{"type":"Feature","id":"n6657195937","geometry":{"type":"Point","coordinates":[0.0084093,51.5385361]},"properties":{"@type":"node","@id":6657195937,"@timestamp":1626174956},"coords":"51.5385361,0.0084093","bedrooms":"2","price":"275000","area":"662"} , +{"type":"Feature","id":"n6657288993","geometry":{"type":"Point","coordinates":[0.0098982,51.5390685]},"properties":{"@type":"node","@id":6657288993,"@timestamp":1564396157},"coords":"51.5390685,0.0098982","bedrooms":"1","price":"254000","area":"586"} , +{"type":"Feature","id":"n6657352563","geometry":{"type":"Point","coordinates":[-0.5654888,51.4895672]},"properties":{"@type":"node","@id":6657352563,"@timestamp":1564399764},"coords":"51.4895672,-0.5654888","bedrooms":"3","price":"164000","area":"495"} , +{"type":"Feature","id":"n6657436759","geometry":{"type":"Point","coordinates":[0.0634798,51.20242]},"properties":{"@type":"node","@id":6657436759,"@timestamp":1615329613},"coords":"51.20242,0.0634798","bedrooms":"0","price":"294000","area":"677"} , +{"type":"Feature","id":"n6657451441","geometry":{"type":"Point","coordinates":[0.525603,51.2511952]},"properties":{"@type":"node","@id":6657451441,"@timestamp":1564402452},"coords":"51.2511952,0.525603","bedrooms":"3","price":"234000","area":"446"} , +{"type":"Feature","id":"n6657451451","geometry":{"type":"Point","coordinates":[0.5251765,51.2513261]},"properties":{"@type":"node","@id":6657451451,"@timestamp":1564402452},"coords":"51.2513261,0.5251765","bedrooms":"4","price":"199000","area":"380"} , +{"type":"Feature","id":"n6657451463","geometry":{"type":"Point","coordinates":[0.5259222,51.251766]},"properties":{"@type":"node","@id":6657451463,"@timestamp":1564402452},"coords":"51.251766,0.5259222","bedrooms":"3","price":"162000","area":"507"} , +{"type":"Feature","id":"n6657451473","geometry":{"type":"Point","coordinates":[0.5255574,51.2519977]},"properties":{"@type":"node","@id":6657451473,"@timestamp":1564402452},"coords":"51.2519977,0.5255574","bedrooms":"4","price":"285000","area":"370"} , +{"type":"Feature","id":"n6657451483","geometry":{"type":"Point","coordinates":[0.5252007,51.252142]},"properties":{"@type":"node","@id":6657451483,"@timestamp":1564402452},"coords":"51.252142,0.5252007","bedrooms":"0","price":"229000","area":"590"} , +{"type":"Feature","id":"n6657470388","geometry":{"type":"Point","coordinates":[0.5289343,51.2531795]},"properties":{"@type":"node","@id":6657470388,"@timestamp":1564402452},"coords":"51.2531795,0.5289343","bedrooms":"2","price":"228000","area":"455"} , +{"type":"Feature","id":"n6657470398","geometry":{"type":"Point","coordinates":[0.5265149,51.2589037]},"properties":{"@type":"node","@id":6657470398,"@timestamp":1564402452},"coords":"51.2589037,0.5265149","bedrooms":"0","price":"202000","area":"468"} , +{"type":"Feature","id":"n6657470408","geometry":{"type":"Point","coordinates":[0.5257156,51.2589221]},"properties":{"@type":"node","@id":6657470408,"@timestamp":1564402452},"coords":"51.2589221,0.5257156","bedrooms":"2","price":"267000","area":"521"} , +{"type":"Feature","id":"n6657470418","geometry":{"type":"Point","coordinates":[0.5246696,51.2597043]},"properties":{"@type":"node","@id":6657470418,"@timestamp":1564402452},"coords":"51.2597043,0.5246696","bedrooms":"1","price":"211000","area":"510"} , +{"type":"Feature","id":"n6657470428","geometry":{"type":"Point","coordinates":[0.524919,51.2602263]},"properties":{"@type":"node","@id":6657470428,"@timestamp":1564402452},"coords":"51.2602263,0.524919","bedrooms":"2","price":"214000","area":"670"} , +{"type":"Feature","id":"n6657474648","geometry":{"type":"Point","coordinates":[0.0117791,51.5407131]},"properties":{"@type":"node","@id":6657474648,"@timestamp":1629297457},"coords":"51.5407131,0.0117791","bedrooms":"4","price":"281000","area":"472"} , +{"type":"Feature","id":"n6657488914","geometry":{"type":"Point","coordinates":[0.0718001,51.208631]},"properties":{"@type":"node","@id":6657488914,"@timestamp":1564403034},"coords":"51.208631,0.0718001","bedrooms":"4","price":"182000","area":"457"} , +{"type":"Feature","id":"n6657871992","geometry":{"type":"Point","coordinates":[-0.5658231,51.4882969]},"properties":{"@type":"node","@id":6657871992,"@timestamp":1564411074},"coords":"51.4882969,-0.5658231","bedrooms":"0","price":"241000","area":"513"} , +{"type":"Feature","id":"n6658040461","geometry":{"type":"Point","coordinates":[0.1379752,51.2440921]},"properties":{"@type":"node","@id":6658040461,"@timestamp":1564414427},"coords":"51.2440921,0.1379752","bedrooms":"2","price":"242000","area":"464"} , +{"type":"Feature","id":"n6658079098","geometry":{"type":"Point","coordinates":[0.0099143,51.5406177]},"properties":{"@type":"node","@id":6658079098,"@timestamp":1564414801},"coords":"51.5406177,0.0099143","bedrooms":"1","price":"180000","area":"694"} , +{"type":"Feature","id":"n6658079108","geometry":{"type":"Point","coordinates":[0.0104804,51.5398706]},"properties":{"@type":"node","@id":6658079108,"@timestamp":1564414801},"coords":"51.5398706,0.0104804","bedrooms":"4","price":"247000","area":"518"} , +{"type":"Feature","id":"n6658182095","geometry":{"type":"Point","coordinates":[-0.1856214,51.5302516]},"properties":{"@type":"node","@id":6658182095,"@timestamp":1564417023},"coords":"51.5302516,-0.1856214","bedrooms":"0","price":"166000","area":"428"} , +{"type":"Feature","id":"n6658302612","geometry":{"type":"Point","coordinates":[-0.5924876,51.5080043]},"properties":{"@type":"node","@id":6658302612,"@timestamp":1586360415},"coords":"51.5080043,-0.5924876","bedrooms":"1","price":"280000","area":"455"} , +{"type":"Feature","id":"n6658579865","geometry":{"type":"Point","coordinates":[-0.3296506,51.4272133]},"properties":{"@type":"node","@id":6658579865,"@timestamp":1564426266},"coords":"51.4272133,-0.3296506","bedrooms":"4","price":"179000","area":"403"} , +{"type":"Feature","id":"n6658755973","geometry":{"type":"Point","coordinates":[-0.8615212,51.3469731]},"properties":{"@type":"node","@id":6658755973,"@timestamp":1564431055},"coords":"51.3469731,-0.8615212","bedrooms":"2","price":"218000","area":"388"} , +{"type":"Feature","id":"n6659704224","geometry":{"type":"Point","coordinates":[-0.6738941,51.6662978]},"properties":{"@type":"node","@id":6659704224,"@timestamp":1564457072},"coords":"51.6662978,-0.6738941","bedrooms":"1","price":"250000","area":"640"} , +{"type":"Feature","id":"n6660583610","geometry":{"type":"Point","coordinates":[0.3239306,50.9806993]},"properties":{"@type":"node","@id":6660583610,"@timestamp":1564485648},"coords":"50.9806993,0.3239306","bedrooms":"0","price":"222000","area":"595"} , +{"type":"Feature","id":"n6660699468","geometry":{"type":"Point","coordinates":[0.0357111,51.5942106]},"properties":{"@type":"node","@id":6660699468,"@timestamp":1615420707},"coords":"51.5942106,0.0357111","bedrooms":"1","price":"193000","area":"513"} , +{"type":"Feature","id":"n6661115177","geometry":{"type":"Point","coordinates":[-0.1834773,51.5288142]},"properties":{"@type":"node","@id":6661115177,"@timestamp":1564496514},"coords":"51.5288142,-0.1834773","bedrooms":"0","price":"266000","area":"618"} , +{"type":"Feature","id":"n6661764533","geometry":{"type":"Point","coordinates":[0.0039187,51.543268]},"properties":{"@type":"node","@id":6661764533,"@timestamp":1617701841},"coords":"51.543268,0.0039187","bedrooms":"1","price":"227000","area":"568"} , +{"type":"Feature","id":"n6661764544","geometry":{"type":"Point","coordinates":[-0.0004853,51.5426061]},"properties":{"@type":"node","@id":6661764544,"@timestamp":1564510024},"coords":"51.5426061,-0.0004853","bedrooms":"3","price":"229000","area":"581"} , +{"type":"Feature","id":"n6662489982","geometry":{"type":"Point","coordinates":[-0.0493764,51.3911631]},"properties":{"@type":"node","@id":6662489982,"@timestamp":1564519460},"coords":"51.3911631,-0.0493764","bedrooms":"3","price":"276000","area":"502"} , +{"type":"Feature","id":"n6662822227","geometry":{"type":"Point","coordinates":[-0.1208079,51.5784728]},"properties":{"@type":"node","@id":6662822227,"@timestamp":1564528722},"coords":"51.5784728,-0.1208079","bedrooms":"4","price":"167000","area":"677"} , +{"type":"Feature","id":"n6663018472","geometry":{"type":"Point","coordinates":[-0.4699415,51.5506455]},"properties":{"@type":"node","@id":6663018472,"@timestamp":1564539253},"coords":"51.5506455,-0.4699415","bedrooms":"2","price":"172000","area":"478"} , +{"type":"Feature","id":"n6665401449","geometry":{"type":"Point","coordinates":[-0.566569,51.4892678]},"properties":{"@type":"node","@id":6665401449,"@timestamp":1564571236},"coords":"51.4892678,-0.566569","bedrooms":"3","price":"212000","area":"400"} , +{"type":"Feature","id":"n6665543845","geometry":{"type":"Point","coordinates":[0.531075,51.2575014]},"properties":{"@type":"node","@id":6665543845,"@timestamp":1564575450},"coords":"51.2575014,0.531075","bedrooms":"4","price":"165000","area":"514"} , +{"type":"Feature","id":"n6666598367","geometry":{"type":"Point","coordinates":[-0.188511,51.2087486]},"properties":{"@type":"node","@id":6666598367,"@timestamp":1564595526},"coords":"51.2087486,-0.188511","bedrooms":"3","price":"204000","area":"407"} , +{"type":"Feature","id":"n6666727954","geometry":{"type":"Point","coordinates":[0.1215278,50.9785699]},"properties":{"@type":"node","@id":6666727954,"@timestamp":1591992862},"coords":"50.9785699,0.1215278","bedrooms":"3","price":"228000","area":"364"} , +{"type":"Feature","id":"n6666727967","geometry":{"type":"Point","coordinates":[0.1172817,50.9766207]},"properties":{"@type":"node","@id":6666727967,"@timestamp":1564596974},"coords":"50.9766207,0.1172817","bedrooms":"2","price":"162000","area":"365"} , +{"type":"Feature","id":"n6668089297","geometry":{"type":"Point","coordinates":[-0.9685299,51.4621765]},"properties":{"@type":"node","@id":6668089297,"@timestamp":1564606850},"coords":"51.4621765,-0.9685299","bedrooms":"0","price":"203000","area":"493"} , +{"type":"Feature","id":"n6668103498","geometry":{"type":"Point","coordinates":[-0.9690633,51.4626501]},"properties":{"@type":"node","@id":6668103498,"@timestamp":1564606850},"coords":"51.4626501,-0.9690633","bedrooms":"0","price":"255000","area":"618"} , +{"type":"Feature","id":"n6668103508","geometry":{"type":"Point","coordinates":[-0.9695569,51.4622955]},"properties":{"@type":"node","@id":6668103508,"@timestamp":1635249705},"coords":"51.4622955,-0.9695569","bedrooms":"4","price":"226000","area":"384"} , +{"type":"Feature","id":"n6668103518","geometry":{"type":"Point","coordinates":[-0.9688176,51.461696]},"properties":{"@type":"node","@id":6668103518,"@timestamp":1635249745},"coords":"51.461696,-0.9688176","bedrooms":"2","price":"188000","area":"361"} , +{"type":"Feature","id":"n6668103599","geometry":{"type":"Point","coordinates":[-0.966536,51.4541197]},"properties":{"@type":"node","@id":6668103599,"@timestamp":1571084128},"coords":"51.4541197,-0.966536","bedrooms":"2","price":"282000","area":"500"} , +{"type":"Feature","id":"n6668153960","geometry":{"type":"Point","coordinates":[-0.0497839,51.7068439]},"properties":{"@type":"node","@id":6668153960,"@timestamp":1583294897},"coords":"51.7068439,-0.0497839","bedrooms":"0","price":"233000","area":"498"} , +{"type":"Feature","id":"n6668233725","geometry":{"type":"Point","coordinates":[0.2377215,51.4708047]},"properties":{"@type":"node","@id":6668233725,"@timestamp":1564612677},"coords":"51.4708047,0.2377215","bedrooms":"1","price":"220000","area":"508"} , +{"type":"Feature","id":"n6669352885","geometry":{"type":"Point","coordinates":[-0.1518739,51.5154112]},"properties":{"@type":"node","@id":6669352885,"@timestamp":1564643464},"coords":"51.5154112,-0.1518739","bedrooms":"1","price":"152000","area":"513"} , +{"type":"Feature","id":"n6669916081","geometry":{"type":"Point","coordinates":[-0.4681522,51.9012337]},"properties":{"@type":"node","@id":6669916081,"@timestamp":1564660065},"coords":"51.9012337,-0.4681522","bedrooms":"3","price":"161000","area":"543"} , +{"type":"Feature","id":"n6670241403","geometry":{"type":"Point","coordinates":[0.7158492,51.5328488]},"properties":{"@type":"node","@id":6670241403,"@timestamp":1564668031},"coords":"51.5328488,0.7158492","bedrooms":"2","price":"296000","area":"520"} , +{"type":"Feature","id":"n6670471041","geometry":{"type":"Point","coordinates":[0.0306946,51.5941493]},"properties":{"@type":"node","@id":6670471041,"@timestamp":1564672752},"coords":"51.5941493,0.0306946","bedrooms":"1","price":"299000","area":"459"} , +{"type":"Feature","id":"n6672486101","geometry":{"type":"Point","coordinates":[-0.3284099,51.4272765]},"properties":{"@type":"node","@id":6672486101,"@timestamp":1564690910},"coords":"51.4272765,-0.3284099","bedrooms":"3","price":"208000","area":"506"} , +{"type":"Feature","id":"n6673204088","geometry":{"type":"Point","coordinates":[-0.1861818,51.5276735]},"properties":{"@type":"node","@id":6673204088,"@timestamp":1605055637},"coords":"51.5276735,-0.1861818","bedrooms":"2","price":"211000","area":"380"} , +{"type":"Feature","id":"n6673482416","geometry":{"type":"Point","coordinates":[-0.5180055,51.8985572]},"properties":{"@type":"node","@id":6673482416,"@timestamp":1564730409},"coords":"51.8985572,-0.5180055","bedrooms":"1","price":"237000","area":"534"} , +{"type":"Feature","id":"n6674236656","geometry":{"type":"Point","coordinates":[-0.4933662,51.636892]},"properties":{"@type":"node","@id":6674236656,"@timestamp":1603771261},"coords":"51.636892,-0.4933662","bedrooms":"0","price":"296000","area":"676"} , +{"type":"Feature","id":"n6674299208","geometry":{"type":"Point","coordinates":[-0.8889087,51.791909]},"properties":{"@type":"node","@id":6674299208,"@timestamp":1564746915},"coords":"51.791909,-0.8889087","bedrooms":"1","price":"155000","area":"689"} , +{"type":"Feature","id":"n6676339029","geometry":{"type":"Point","coordinates":[-0.1876119,51.5277105]},"properties":{"@type":"node","@id":6676339029,"@timestamp":1605055638},"coords":"51.5277105,-0.1876119","bedrooms":"0","price":"185000","area":"682"} , +{"type":"Feature","id":"n6677241028","geometry":{"type":"Point","coordinates":[0.5498339,51.3865507]},"properties":{"@type":"node","@id":6677241028,"@timestamp":1596217920},"coords":"51.3865507,0.5498339","bedrooms":"4","price":"157000","area":"643"} , +{"type":"Feature","id":"n6677739749","geometry":{"type":"Point","coordinates":[-0.7898866,51.3785813]},"properties":{"@type":"node","@id":6677739749,"@timestamp":1564776958},"coords":"51.3785813,-0.7898866","bedrooms":"1","price":"170000","area":"603"} , +{"type":"Feature","id":"n6677856813","geometry":{"type":"Point","coordinates":[-0.5302178,51.4283145]},"properties":{"@type":"node","@id":6677856813,"@timestamp":1564780098},"coords":"51.4283145,-0.5302178","bedrooms":"1","price":"220000","area":"467"} , +{"type":"Feature","id":"n6677857181","geometry":{"type":"Point","coordinates":[-0.5312725,51.4286599]},"properties":{"@type":"node","@id":6677857181,"@timestamp":1564780098},"coords":"51.4286599,-0.5312725","bedrooms":"2","price":"179000","area":"565"} , +{"type":"Feature","id":"n6679797396","geometry":{"type":"Point","coordinates":[-0.1898915,51.5275102]},"properties":{"@type":"node","@id":6679797396,"@timestamp":1603338454},"coords":"51.5275102,-0.1898915","bedrooms":"4","price":"194000","area":"497"} , +{"type":"Feature","id":"n6679924186","geometry":{"type":"Point","coordinates":[-0.089512,51.5138635]},"properties":{"@type":"node","@id":6679924186,"@timestamp":1597307804},"coords":"51.5138635,-0.089512","bedrooms":"4","price":"225000","area":"475"} , +{"type":"Feature","id":"n6680013343","geometry":{"type":"Point","coordinates":[-0.1889735,51.5267101]},"properties":{"@type":"node","@id":6680013343,"@timestamp":1578207415},"coords":"51.5267101,-0.1889735","bedrooms":"3","price":"174000","area":"538"} , +{"type":"Feature","id":"n6680053937","geometry":{"type":"Point","coordinates":[-0.0600745,51.5256575]},"properties":{"@type":"node","@id":6680053937,"@timestamp":1564836902},"coords":"51.5256575,-0.0600745","bedrooms":"4","price":"295000","area":"534"} , +{"type":"Feature","id":"n6680291403","geometry":{"type":"Point","coordinates":[0.0105065,51.5404574]},"properties":{"@type":"node","@id":6680291403,"@timestamp":1564853700},"coords":"51.5404574,0.0105065","bedrooms":"4","price":"173000","area":"466"} , +{"type":"Feature","id":"n6680291438","geometry":{"type":"Point","coordinates":[0.0095721,51.5384801]},"properties":{"@type":"node","@id":6680291438,"@timestamp":1564853700},"coords":"51.5384801,0.0095721","bedrooms":"1","price":"234000","area":"408"} , +{"type":"Feature","id":"n6680345626","geometry":{"type":"Point","coordinates":[0.0087754,51.5372947]},"properties":{"@type":"node","@id":6680345626,"@timestamp":1564854825},"coords":"51.5372947,0.0087754","bedrooms":"2","price":"284000","area":"670"} , +{"type":"Feature","id":"n6680353891","geometry":{"type":"Point","coordinates":[-0.3351877,51.4258731]},"properties":{"@type":"node","@id":6680353891,"@timestamp":1564855562},"coords":"51.4258731,-0.3351877","bedrooms":"4","price":"160000","area":"622"} , +{"type":"Feature","id":"n6680356900","geometry":{"type":"Point","coordinates":[0.0069079,51.5372228]},"properties":{"@type":"node","@id":6680356900,"@timestamp":1564855648},"coords":"51.5372228,0.0069079","bedrooms":"0","price":"177000","area":"652"} , +{"type":"Feature","id":"n6680418438","geometry":{"type":"Point","coordinates":[-0.7698532,51.3675647]},"properties":{"@type":"node","@id":6680418438,"@timestamp":1615557569},"coords":"51.3675647,-0.7698532","bedrooms":"1","price":"270000","area":"583"} , +{"type":"Feature","id":"n6680741778","geometry":{"type":"Point","coordinates":[0.080712,51.5355339]},"properties":{"@type":"node","@id":6680741778,"@timestamp":1564883252},"coords":"51.5355339,0.080712","bedrooms":"0","price":"230000","area":"352"} , +{"type":"Feature","id":"n6681138757","geometry":{"type":"Point","coordinates":[0.2553868,50.9671472]},"properties":{"@type":"node","@id":6681138757,"@timestamp":1635701448},"coords":"50.9671472,0.2553868","bedrooms":"0","price":"200000","area":"464"} , +{"type":"Feature","id":"n6681617996","geometry":{"type":"Point","coordinates":[-0.7610851,51.2326027]},"properties":{"@type":"node","@id":6681617996,"@timestamp":1624317891},"coords":"51.2326027,-0.7610851","bedrooms":"3","price":"204000","area":"683"} , +{"type":"Feature","id":"n6681647388","geometry":{"type":"Point","coordinates":[-0.2024802,51.5108998]},"properties":{"@type":"node","@id":6681647388,"@timestamp":1564933171},"coords":"51.5108998,-0.2024802","bedrooms":"0","price":"272000","area":"531"} , +{"type":"Feature","id":"n6681647402","geometry":{"type":"Point","coordinates":[-0.2020625,51.5112517]},"properties":{"@type":"node","@id":6681647402,"@timestamp":1567498078},"coords":"51.5112517,-0.2020625","bedrooms":"0","price":"168000","area":"365"} , +{"type":"Feature","id":"n6681667047","geometry":{"type":"Point","coordinates":[-0.522031,51.6797308]},"properties":{"@type":"node","@id":6681667047,"@timestamp":1595092678},"coords":"51.6797308,-0.522031","bedrooms":"0","price":"197000","area":"542"} , +{"type":"Feature","id":"n6681756932","geometry":{"type":"Point","coordinates":[0.0099195,51.5470589]},"properties":{"@type":"node","@id":6681756932,"@timestamp":1621263231},"coords":"51.5470589,0.0099195","bedrooms":"4","price":"165000","area":"363"} , +{"type":"Feature","id":"n6681756952","geometry":{"type":"Point","coordinates":[0.0106113,51.5472059]},"properties":{"@type":"node","@id":6681756952,"@timestamp":1621263231},"coords":"51.5472059,0.0106113","bedrooms":"0","price":"246000","area":"659"} , +{"type":"Feature","id":"n6681775708","geometry":{"type":"Point","coordinates":[-0.5315999,51.5478149]},"properties":{"@type":"node","@id":6681775708,"@timestamp":1564940896},"coords":"51.5478149,-0.5315999","bedrooms":"2","price":"178000","area":"625"} , +{"type":"Feature","id":"n6681840877","geometry":{"type":"Point","coordinates":[-0.2167266,51.4632311]},"properties":{"@type":"node","@id":6681840877,"@timestamp":1564946812},"coords":"51.4632311,-0.2167266","bedrooms":"3","price":"184000","area":"476"} , +{"type":"Feature","id":"n6681858567","geometry":{"type":"Point","coordinates":[-0.2129055,51.4652576]},"properties":{"@type":"node","@id":6681858567,"@timestamp":1610059063},"coords":"51.4652576,-0.2129055","bedrooms":"4","price":"253000","area":"603"} , +{"type":"Feature","id":"n6681875719","geometry":{"type":"Point","coordinates":[-0.2155344,51.4639911]},"properties":{"@type":"node","@id":6681875719,"@timestamp":1564946026},"coords":"51.4639911,-0.2155344","bedrooms":"4","price":"231000","area":"628"} , +{"type":"Feature","id":"n6681890052","geometry":{"type":"Point","coordinates":[-0.2173635,51.4633656]},"properties":{"@type":"node","@id":6681890052,"@timestamp":1564946812},"coords":"51.4633656,-0.2173635","bedrooms":"2","price":"203000","area":"453"} , +{"type":"Feature","id":"n6681894819","geometry":{"type":"Point","coordinates":[-0.2129861,51.4656853]},"properties":{"@type":"node","@id":6681894819,"@timestamp":1564946023},"coords":"51.4656853,-0.2129861","bedrooms":"2","price":"225000","area":"639"} , +{"type":"Feature","id":"n6681902135","geometry":{"type":"Point","coordinates":[-0.2162807,51.4632436]},"properties":{"@type":"node","@id":6681902135,"@timestamp":1564946812},"coords":"51.4632436,-0.2162807","bedrooms":"0","price":"270000","area":"418"} , +{"type":"Feature","id":"n6681923096","geometry":{"type":"Point","coordinates":[-0.5114299,51.5857725]},"properties":{"@type":"node","@id":6681923096,"@timestamp":1564946330},"coords":"51.5857725,-0.5114299","bedrooms":"4","price":"274000","area":"645"} , +{"type":"Feature","id":"n6681969084","geometry":{"type":"Point","coordinates":[-0.7627773,51.6171158]},"properties":{"@type":"node","@id":6681969084,"@timestamp":1632672647},"coords":"51.6171158,-0.7627773","bedrooms":"4","price":"276000","area":"499"} , +{"type":"Feature","id":"n6682035199","geometry":{"type":"Point","coordinates":[-0.8018124,51.3493973]},"properties":{"@type":"node","@id":6682035199,"@timestamp":1564950290},"coords":"51.3493973,-0.8018124","bedrooms":"3","price":"248000","area":"371"} , +{"type":"Feature","id":"n6682086802","geometry":{"type":"Point","coordinates":[-0.0943051,51.525684]},"properties":{"@type":"node","@id":6682086802,"@timestamp":1564953642},"coords":"51.525684,-0.0943051","bedrooms":"3","price":"295000","area":"693"} , +{"type":"Feature","id":"n6682091533","geometry":{"type":"Point","coordinates":[0.0098544,51.547471]},"properties":{"@type":"node","@id":6682091533,"@timestamp":1564954593},"coords":"51.547471,0.0098544","bedrooms":"4","price":"222000","area":"543"} , +{"type":"Feature","id":"n6682091555","geometry":{"type":"Point","coordinates":[0.0101164,51.5492627]},"properties":{"@type":"node","@id":6682091555,"@timestamp":1621263231},"coords":"51.5492627,0.0101164","bedrooms":"0","price":"180000","area":"539"} , +{"type":"Feature","id":"n6682420816","geometry":{"type":"Point","coordinates":[0.7165831,51.5331238]},"properties":{"@type":"node","@id":6682420816,"@timestamp":1564972426},"coords":"51.5331238,0.7165831","bedrooms":"3","price":"172000","area":"423"} , +{"type":"Feature","id":"n6683350055","geometry":{"type":"Point","coordinates":[-0.7836158,51.2233427]},"properties":{"@type":"node","@id":6683350055,"@timestamp":1564991700},"coords":"51.2233427,-0.7836158","bedrooms":"0","price":"214000","area":"390"} , +{"type":"Feature","id":"n6683519960","geometry":{"type":"Point","coordinates":[-0.3295651,51.3040849]},"properties":{"@type":"node","@id":6683519960,"@timestamp":1564993819},"coords":"51.3040849,-0.3295651","bedrooms":"0","price":"172000","area":"515"} , +{"type":"Feature","id":"n6683942130","geometry":{"type":"Point","coordinates":[-0.1305979,51.4907011]},"properties":{"@type":"node","@id":6683942130,"@timestamp":1564999097},"coords":"51.4907011,-0.1305979","bedrooms":"4","price":"250000","area":"659"} , +{"type":"Feature","id":"n6683973397","geometry":{"type":"Point","coordinates":[0.2045143,51.5816868]},"properties":{"@type":"node","@id":6683973397,"@timestamp":1564999094},"coords":"51.5816868,0.2045143","bedrooms":"0","price":"240000","area":"388"} , +{"type":"Feature","id":"n6684085242","geometry":{"type":"Point","coordinates":[-0.3642925,51.2804484]},"properties":{"@type":"node","@id":6684085242,"@timestamp":1620470448},"coords":"51.2804484,-0.3642925","bedrooms":"3","price":"216000","area":"686"} , +{"type":"Feature","id":"n6684261623","geometry":{"type":"Point","coordinates":[-0.9909711,51.4571564]},"properties":{"@type":"node","@id":6684261623,"@timestamp":1565007292},"coords":"51.4571564,-0.9909711","bedrooms":"0","price":"281000","area":"628"} , +{"type":"Feature","id":"n6684402918","geometry":{"type":"Point","coordinates":[-0.4303664,51.4149189]},"properties":{"@type":"node","@id":6684402918,"@timestamp":1565011739},"coords":"51.4149189,-0.4303664","bedrooms":"4","price":"160000","area":"626"} , +{"type":"Feature","id":"n6684688954","geometry":{"type":"Point","coordinates":[-0.3896841,51.7180989]},"properties":{"@type":"node","@id":6684688954,"@timestamp":1565014960},"coords":"51.7180989,-0.3896841","bedrooms":"4","price":"295000","area":"650"} , +{"type":"Feature","id":"n6684700490","geometry":{"type":"Point","coordinates":[0.0096153,51.5495606]},"properties":{"@type":"node","@id":6684700490,"@timestamp":1621263231},"coords":"51.5495606,0.0096153","bedrooms":"2","price":"276000","area":"588"} , +{"type":"Feature","id":"n6684700500","geometry":{"type":"Point","coordinates":[0.0090629,51.5494657]},"properties":{"@type":"node","@id":6684700500,"@timestamp":1621263231},"coords":"51.5494657,0.0090629","bedrooms":"0","price":"226000","area":"402"} , +{"type":"Feature","id":"n6684700521","geometry":{"type":"Point","coordinates":[0.0095686,51.5489817]},"properties":{"@type":"node","@id":6684700521,"@timestamp":1621263231},"coords":"51.5489817,0.0095686","bedrooms":"2","price":"162000","area":"631"} , +{"type":"Feature","id":"n6684745286","geometry":{"type":"Point","coordinates":[-0.7709299,51.6210105]},"properties":{"@type":"node","@id":6684745286,"@timestamp":1630768169},"coords":"51.6210105,-0.7709299","bedrooms":"2","price":"291000","area":"371"} , +{"type":"Feature","id":"n6684933638","geometry":{"type":"Point","coordinates":[-0.1153664,51.5790466]},"properties":{"@type":"node","@id":6684933638,"@timestamp":1565022564},"coords":"51.5790466,-0.1153664","bedrooms":"1","price":"202000","area":"401"} , +{"type":"Feature","id":"n6684933648","geometry":{"type":"Point","coordinates":[-0.1156839,51.5794646]},"properties":{"@type":"node","@id":6684933648,"@timestamp":1565022564},"coords":"51.5794646,-0.1156839","bedrooms":"4","price":"211000","area":"582"} , +{"type":"Feature","id":"n6684933658","geometry":{"type":"Point","coordinates":[-0.1160061,51.579889]},"properties":{"@type":"node","@id":6684933658,"@timestamp":1565022564},"coords":"51.579889,-0.1160061","bedrooms":"0","price":"293000","area":"354"} , +{"type":"Feature","id":"n6685137969","geometry":{"type":"Point","coordinates":[-0.7822536,51.3691744]},"properties":{"@type":"node","@id":6685137969,"@timestamp":1618309203},"coords":"51.3691744,-0.7822536","bedrooms":"0","price":"172000","area":"590"} , +{"type":"Feature","id":"n6685195512","geometry":{"type":"Point","coordinates":[-0.7768808,51.3563697]},"properties":{"@type":"node","@id":6685195512,"@timestamp":1565031788},"coords":"51.3563697,-0.7768808","bedrooms":"1","price":"161000","area":"479"} , +{"type":"Feature","id":"n6685415248","geometry":{"type":"Point","coordinates":[-0.7619725,51.335119]},"properties":{"@type":"node","@id":6685415248,"@timestamp":1565036749},"coords":"51.335119,-0.7619725","bedrooms":"2","price":"222000","area":"699"} , +{"type":"Feature","id":"n6685473378","geometry":{"type":"Point","coordinates":[0.0105266,51.5491379]},"properties":{"@type":"node","@id":6685473378,"@timestamp":1621263231},"coords":"51.5491379,0.0105266","bedrooms":"0","price":"172000","area":"553"} , +{"type":"Feature","id":"n6685486791","geometry":{"type":"Point","coordinates":[0.0109182,51.5493593]},"properties":{"@type":"node","@id":6685486791,"@timestamp":1621263231},"coords":"51.5493593,0.0109182","bedrooms":"4","price":"294000","area":"651"} , +{"type":"Feature","id":"n6687063315","geometry":{"type":"Point","coordinates":[0.1559782,51.5618883]},"properties":{"@type":"node","@id":6687063315,"@timestamp":1565071984},"coords":"51.5618883,0.1559782","bedrooms":"4","price":"219000","area":"469"} , +{"type":"Feature","id":"n6687234532","geometry":{"type":"Point","coordinates":[-0.4127806,51.3274949]},"properties":{"@type":"node","@id":6687234532,"@timestamp":1607823777},"coords":"51.3274949,-0.4127806","bedrooms":"4","price":"156000","area":"498"} , +{"type":"Feature","id":"n6687478577","geometry":{"type":"Point","coordinates":[0.381452,51.183471]},"properties":{"@type":"node","@id":6687478577,"@timestamp":1565084272},"coords":"51.183471,0.381452","bedrooms":"3","price":"165000","area":"426"} , +{"type":"Feature","id":"n6687642448","geometry":{"type":"Point","coordinates":[0.0098152,51.5471758]},"properties":{"@type":"node","@id":6687642448,"@timestamp":1634802185},"coords":"51.5471758,0.0098152","bedrooms":"4","price":"225000","area":"670"} , +{"type":"Feature","id":"n6688124592","geometry":{"type":"Point","coordinates":[-0.2423323,51.2814895]},"properties":{"@type":"node","@id":6688124592,"@timestamp":1616340830},"coords":"51.2814895,-0.2423323","bedrooms":"1","price":"234000","area":"390"} , +{"type":"Feature","id":"n6688161975","geometry":{"type":"Point","coordinates":[0.7462845,51.5485388]},"properties":{"@type":"node","@id":6688161975,"@timestamp":1565100614},"coords":"51.5485388,0.7462845","bedrooms":"1","price":"271000","area":"476"} , +{"type":"Feature","id":"n6688170885","geometry":{"type":"Point","coordinates":[0.7469889,51.5463175]},"properties":{"@type":"node","@id":6688170885,"@timestamp":1565100614},"coords":"51.5463175,0.7469889","bedrooms":"1","price":"256000","area":"609"} , +{"type":"Feature","id":"n6688170897","geometry":{"type":"Point","coordinates":[0.7736461,51.5381685]},"properties":{"@type":"node","@id":6688170897,"@timestamp":1565100614},"coords":"51.5381685,0.7736461","bedrooms":"2","price":"234000","area":"368"} , +{"type":"Feature","id":"n6688170909","geometry":{"type":"Point","coordinates":[0.7682876,51.5370298]},"properties":{"@type":"node","@id":6688170909,"@timestamp":1565100614},"coords":"51.5370298,0.7682876","bedrooms":"3","price":"279000","area":"420"} , +{"type":"Feature","id":"n6688170919","geometry":{"type":"Point","coordinates":[0.7535137,51.5390411]},"properties":{"@type":"node","@id":6688170919,"@timestamp":1565100614},"coords":"51.5390411,0.7535137","bedrooms":"3","price":"190000","area":"472"} , +{"type":"Feature","id":"n6688267266","geometry":{"type":"Point","coordinates":[-0.3652978,51.3702733]},"properties":{"@type":"node","@id":6688267266,"@timestamp":1615152385},"coords":"51.3702733,-0.3652978","bedrooms":"2","price":"223000","area":"367"} , +{"type":"Feature","id":"n6688355481","geometry":{"type":"Point","coordinates":[0.5141731,51.2770433]},"properties":{"@type":"node","@id":6688355481,"@timestamp":1595199277},"coords":"51.2770433,0.5141731","bedrooms":"4","price":"254000","area":"580"} , +{"type":"Feature","id":"n6688385714","geometry":{"type":"Point","coordinates":[0.6257856,51.1656962]},"properties":{"@type":"node","@id":6688385714,"@timestamp":1565106689},"coords":"51.1656962,0.6257856","bedrooms":"3","price":"251000","area":"443"} , +{"type":"Feature","id":"n6688385724","geometry":{"type":"Point","coordinates":[0.6273669,51.1656292]},"properties":{"@type":"node","@id":6688385724,"@timestamp":1616194748},"coords":"51.1656292,0.6273669","bedrooms":"3","price":"270000","area":"444"} , +{"type":"Feature","id":"n6688452727","geometry":{"type":"Point","coordinates":[0.0108056,51.5490025]},"properties":{"@type":"node","@id":6688452727,"@timestamp":1621263231},"coords":"51.5490025,0.0108056","bedrooms":"4","price":"183000","area":"560"} , +{"type":"Feature","id":"n6688477911","geometry":{"type":"Point","coordinates":[0.0107073,51.5489517]},"properties":{"@type":"node","@id":6688477911,"@timestamp":1621263231},"coords":"51.5489517,0.0107073","bedrooms":"2","price":"170000","area":"395"} , +{"type":"Feature","id":"n6689057941","geometry":{"type":"Point","coordinates":[-0.1804213,51.5265242]},"properties":{"@type":"node","@id":6689057941,"@timestamp":1565112345},"coords":"51.5265242,-0.1804213","bedrooms":"3","price":"197000","area":"366"} , +{"type":"Feature","id":"n6689540182","geometry":{"type":"Point","coordinates":[0.0916734,50.9670226]},"properties":{"@type":"node","@id":6689540182,"@timestamp":1565121945},"coords":"50.9670226,0.0916734","bedrooms":"2","price":"217000","area":"427"} , +{"type":"Feature","id":"n6689585589","geometry":{"type":"Point","coordinates":[0.0921891,50.9671375]},"properties":{"@type":"node","@id":6689585589,"@timestamp":1565121945},"coords":"50.9671375,0.0921891","bedrooms":"0","price":"162000","area":"660"} , +{"type":"Feature","id":"n6689735175","geometry":{"type":"Point","coordinates":[0.0104206,51.5507001]},"properties":{"@type":"node","@id":6689735175,"@timestamp":1589985875},"coords":"51.5507001,0.0104206","bedrooms":"2","price":"264000","area":"447"} , +{"type":"Feature","id":"n6689800286","geometry":{"type":"Point","coordinates":[-0.0908906,51.4402849]},"properties":{"@type":"node","@id":6689800286,"@timestamp":1598865346},"coords":"51.4402849,-0.0908906","bedrooms":"4","price":"286000","area":"557"} , +{"type":"Feature","id":"n6689800303","geometry":{"type":"Point","coordinates":[0.6680455,51.3534504]},"properties":{"@type":"node","@id":6689800303,"@timestamp":1595199277},"coords":"51.3534504,0.6680455","bedrooms":"3","price":"214000","area":"665"} , +{"type":"Feature","id":"n6689976225","geometry":{"type":"Point","coordinates":[-1.0033498,51.953503]},"properties":{"@type":"node","@id":6689976225,"@timestamp":1565143028},"coords":"51.953503,-1.0033498","bedrooms":"2","price":"241000","area":"443"} , +{"type":"Feature","id":"n6690423812","geometry":{"type":"Point","coordinates":[-0.3813213,51.4419287]},"properties":{"@type":"node","@id":6690423812,"@timestamp":1565164745},"coords":"51.4419287,-0.3813213","bedrooms":"2","price":"298000","area":"455"} , +{"type":"Feature","id":"n6690521407","geometry":{"type":"Point","coordinates":[0.5432415,51.2292836]},"properties":{"@type":"node","@id":6690521407,"@timestamp":1616711464},"coords":"51.2292836,0.5432415","bedrooms":"3","price":"245000","area":"578"} , +{"type":"Feature","id":"n6690658674","geometry":{"type":"Point","coordinates":[-0.5345812,51.3900296]},"properties":{"@type":"node","@id":6690658674,"@timestamp":1565172013},"coords":"51.3900296,-0.5345812","bedrooms":"3","price":"175000","area":"576"} , +{"type":"Feature","id":"n6690916118","geometry":{"type":"Point","coordinates":[0.609753,51.2212927]},"properties":{"@type":"node","@id":6690916118,"@timestamp":1565179462},"coords":"51.2212927,0.609753","bedrooms":"4","price":"248000","area":"416"} , +{"type":"Feature","id":"n6691037393","geometry":{"type":"Point","coordinates":[-0.8073437,51.357014]},"properties":{"@type":"node","@id":6691037393,"@timestamp":1617804886},"coords":"51.357014,-0.8073437","bedrooms":"1","price":"292000","area":"478"} , +{"type":"Feature","id":"n6691037404","geometry":{"type":"Point","coordinates":[-0.7850224,51.3429015]},"properties":{"@type":"node","@id":6691037404,"@timestamp":1617279290},"coords":"51.3429015,-0.7850224","bedrooms":"0","price":"288000","area":"661"} , +{"type":"Feature","id":"n6691050069","geometry":{"type":"Point","coordinates":[0.012212,51.5508262]},"properties":{"@type":"node","@id":6691050069,"@timestamp":1619887079},"coords":"51.5508262,0.012212","bedrooms":"2","price":"230000","area":"488"} , +{"type":"Feature","id":"n6691194331","geometry":{"type":"Point","coordinates":[0.5063593,51.3899852]},"properties":{"@type":"node","@id":6691194331,"@timestamp":1598371572},"coords":"51.3899852,0.5063593","bedrooms":"0","price":"277000","area":"674"} , +{"type":"Feature","id":"n6691288016","geometry":{"type":"Point","coordinates":[0.0102176,51.551758]},"properties":{"@type":"node","@id":6691288016,"@timestamp":1619608244},"coords":"51.551758,0.0102176","bedrooms":"2","price":"247000","area":"356"} , +{"type":"Feature","id":"n6691755567","geometry":{"type":"Point","coordinates":[0.3007885,51.2077284]},"properties":{"@type":"node","@id":6691755567,"@timestamp":1565199001},"coords":"51.2077284,0.3007885","bedrooms":"0","price":"258000","area":"422"} , +{"type":"Feature","id":"n6692612525","geometry":{"type":"Point","coordinates":[0.4403595,51.2856713]},"properties":{"@type":"node","@id":6692612525,"@timestamp":1621275673},"coords":"51.2856713,0.4403595","bedrooms":"2","price":"223000","area":"555"} , +{"type":"Feature","id":"n6693351137","geometry":{"type":"Point","coordinates":[-0.8924525,51.0428278]},"properties":{"@type":"node","@id":6693351137,"@timestamp":1565208517},"coords":"51.0428278,-0.8924525","bedrooms":"0","price":"171000","area":"413"} , +{"type":"Feature","id":"n6693543924","geometry":{"type":"Point","coordinates":[-0.4270667,51.9665982]},"properties":{"@type":"node","@id":6693543924,"@timestamp":1565214764},"coords":"51.9665982,-0.4270667","bedrooms":"2","price":"162000","area":"527"} , +{"type":"Feature","id":"n6693543934","geometry":{"type":"Point","coordinates":[-0.4274221,51.966409]},"properties":{"@type":"node","@id":6693543934,"@timestamp":1565214764},"coords":"51.966409,-0.4274221","bedrooms":"4","price":"195000","area":"509"} , +{"type":"Feature","id":"n6693551866","geometry":{"type":"Point","coordinates":[-0.3216513,51.7667386]},"properties":{"@type":"node","@id":6693551866,"@timestamp":1627844529},"coords":"51.7667386,-0.3216513","bedrooms":"4","price":"176000","area":"487"} , +{"type":"Feature","id":"n6693725152","geometry":{"type":"Point","coordinates":[0.496033,51.7502991]},"properties":{"@type":"node","@id":6693725152,"@timestamp":1565232801},"coords":"51.7502991,0.496033","bedrooms":"1","price":"244000","area":"578"} , +{"type":"Feature","id":"n6693804895","geometry":{"type":"Point","coordinates":[0.3690988,51.4818702]},"properties":{"@type":"node","@id":6693804895,"@timestamp":1565232420},"coords":"51.4818702,0.3690988","bedrooms":"1","price":"160000","area":"645"} , +{"type":"Feature","id":"n6694108081","geometry":{"type":"Point","coordinates":[-0.2293503,51.4282099]},"properties":{"@type":"node","@id":6694108081,"@timestamp":1565247027},"coords":"51.4282099,-0.2293503","bedrooms":"0","price":"176000","area":"471"} , +{"type":"Feature","id":"n6694252984","geometry":{"type":"Point","coordinates":[-0.7584454,50.9977622]},"properties":{"@type":"node","@id":6694252984,"@timestamp":1565251767},"coords":"50.9977622,-0.7584454","bedrooms":"2","price":"182000","area":"539"} , +{"type":"Feature","id":"n6694585061","geometry":{"type":"Point","coordinates":[-0.0760917,51.4648011]},"properties":{"@type":"node","@id":6694585061,"@timestamp":1565261773},"coords":"51.4648011,-0.0760917","bedrooms":"1","price":"263000","area":"697"} , +{"type":"Feature","id":"n6694592019","geometry":{"type":"Point","coordinates":[0.0112363,51.550441]},"properties":{"@type":"node","@id":6694592019,"@timestamp":1620917775},"coords":"51.550441,0.0112363","bedrooms":"1","price":"189000","area":"553"} , +{"type":"Feature","id":"n6694641261","geometry":{"type":"Point","coordinates":[-0.9746126,51.2220883]},"properties":{"@type":"node","@id":6694641261,"@timestamp":1565263924},"coords":"51.2220883,-0.9746126","bedrooms":"3","price":"246000","area":"589"} , +{"type":"Feature","id":"n6694696605","geometry":{"type":"Point","coordinates":[-0.2658641,51.4429936]},"properties":{"@type":"node","@id":6694696605,"@timestamp":1565265561},"coords":"51.4429936,-0.2658641","bedrooms":"1","price":"286000","area":"487"} , +{"type":"Feature","id":"n6694696615","geometry":{"type":"Point","coordinates":[-0.2651076,51.443113]},"properties":{"@type":"node","@id":6694696615,"@timestamp":1565265561},"coords":"51.443113,-0.2651076","bedrooms":"3","price":"186000","area":"434"} , +{"type":"Feature","id":"n6694696625","geometry":{"type":"Point","coordinates":[-0.2640942,51.4446964]},"properties":{"@type":"node","@id":6694696625,"@timestamp":1565265561},"coords":"51.4446964,-0.2640942","bedrooms":"3","price":"261000","area":"579"} , +{"type":"Feature","id":"n6694696635","geometry":{"type":"Point","coordinates":[-0.2627633,51.4455346]},"properties":{"@type":"node","@id":6694696635,"@timestamp":1565265561},"coords":"51.4455346,-0.2627633","bedrooms":"1","price":"222000","area":"518"} , +{"type":"Feature","id":"n6694696645","geometry":{"type":"Point","coordinates":[-0.2629641,51.4465883]},"properties":{"@type":"node","@id":6694696645,"@timestamp":1565265561},"coords":"51.4465883,-0.2629641","bedrooms":"2","price":"195000","area":"390"} , +{"type":"Feature","id":"n6694696655","geometry":{"type":"Point","coordinates":[-0.2573042,51.4440998]},"properties":{"@type":"node","@id":6694696655,"@timestamp":1565265561},"coords":"51.4440998,-0.2573042","bedrooms":"2","price":"169000","area":"581"} , +{"type":"Feature","id":"n6694702588","geometry":{"type":"Point","coordinates":[-0.2556488,51.4469646]},"properties":{"@type":"node","@id":6694702588,"@timestamp":1587238261},"coords":"51.4469646,-0.2556488","bedrooms":"4","price":"170000","area":"671"} , +{"type":"Feature","id":"n6694702598","geometry":{"type":"Point","coordinates":[-0.2552224,51.4480994]},"properties":{"@type":"node","@id":6694702598,"@timestamp":1565265561},"coords":"51.4480994,-0.2552224","bedrooms":"2","price":"193000","area":"587"} , +{"type":"Feature","id":"n6694702608","geometry":{"type":"Point","coordinates":[-0.257176,51.4464804]},"properties":{"@type":"node","@id":6694702608,"@timestamp":1565265561},"coords":"51.4464804,-0.257176","bedrooms":"4","price":"204000","area":"411"} , +{"type":"Feature","id":"n6694702628","geometry":{"type":"Point","coordinates":[-0.2583227,51.4471466]},"properties":{"@type":"node","@id":6694702628,"@timestamp":1565265561},"coords":"51.4471466,-0.2583227","bedrooms":"3","price":"222000","area":"484"} , +{"type":"Feature","id":"n6694702638","geometry":{"type":"Point","coordinates":[-0.2558151,51.4474609]},"properties":{"@type":"node","@id":6694702638,"@timestamp":1587238261},"coords":"51.4474609,-0.2558151","bedrooms":"0","price":"269000","area":"466"} , +{"type":"Feature","id":"n6694702648","geometry":{"type":"Point","coordinates":[-0.2583298,51.4479583]},"properties":{"@type":"node","@id":6694702648,"@timestamp":1565265561},"coords":"51.4479583,-0.2583298","bedrooms":"4","price":"201000","area":"696"} , +{"type":"Feature","id":"n6694702658","geometry":{"type":"Point","coordinates":[-0.2576219,51.4483553]},"properties":{"@type":"node","@id":6694702658,"@timestamp":1565265561},"coords":"51.4483553,-0.2576219","bedrooms":"1","price":"293000","area":"468"} , +{"type":"Feature","id":"n6694702668","geometry":{"type":"Point","coordinates":[-0.2557939,51.449739]},"properties":{"@type":"node","@id":6694702668,"@timestamp":1615894548},"coords":"51.449739,-0.2557939","bedrooms":"0","price":"243000","area":"404"} , +{"type":"Feature","id":"n6694702678","geometry":{"type":"Point","coordinates":[-0.257641,51.4511595]},"properties":{"@type":"node","@id":6694702678,"@timestamp":1615894548},"coords":"51.4511595,-0.257641","bedrooms":"3","price":"206000","area":"520"} , +{"type":"Feature","id":"n6694702688","geometry":{"type":"Point","coordinates":[-0.2582318,51.4521179]},"properties":{"@type":"node","@id":6694702688,"@timestamp":1615894548},"coords":"51.4521179,-0.2582318","bedrooms":"3","price":"174000","area":"504"} , +{"type":"Feature","id":"n6694702698","geometry":{"type":"Point","coordinates":[-0.2594808,51.4532474]},"properties":{"@type":"node","@id":6694702698,"@timestamp":1565265561},"coords":"51.4532474,-0.2594808","bedrooms":"1","price":"202000","area":"686"} , +{"type":"Feature","id":"n6694702708","geometry":{"type":"Point","coordinates":[-0.2559876,51.4418371]},"properties":{"@type":"node","@id":6694702708,"@timestamp":1565265561},"coords":"51.4418371,-0.2559876","bedrooms":"4","price":"159000","area":"471"} , +{"type":"Feature","id":"n6694702887","geometry":{"type":"Point","coordinates":[-0.2501414,51.449199]},"properties":{"@type":"node","@id":6694702887,"@timestamp":1587330287},"coords":"51.449199,-0.2501414","bedrooms":"1","price":"151000","area":"473"} , +{"type":"Feature","id":"n6694702968","geometry":{"type":"Point","coordinates":[-0.2460212,51.4435581]},"properties":{"@type":"node","@id":6694702968,"@timestamp":1565265561},"coords":"51.4435581,-0.2460212","bedrooms":"0","price":"197000","area":"427"} , +{"type":"Feature","id":"n6694703075","geometry":{"type":"Point","coordinates":[-0.2551807,51.4515921]},"properties":{"@type":"node","@id":6694703075,"@timestamp":1565265561},"coords":"51.4515921,-0.2551807","bedrooms":"0","price":"298000","area":"505"} , +{"type":"Feature","id":"n6694703085","geometry":{"type":"Point","coordinates":[-0.2548771,51.4524808]},"properties":{"@type":"node","@id":6694703085,"@timestamp":1615894548},"coords":"51.4524808,-0.2548771","bedrooms":"3","price":"171000","area":"563"} , +{"type":"Feature","id":"n6694703112","geometry":{"type":"Point","coordinates":[-0.2710227,51.4519087]},"properties":{"@type":"node","@id":6694703112,"@timestamp":1565265561},"coords":"51.4519087,-0.2710227","bedrooms":"2","price":"175000","area":"459"} , +{"type":"Feature","id":"n6694703122","geometry":{"type":"Point","coordinates":[-0.2768128,51.4507838]},"properties":{"@type":"node","@id":6694703122,"@timestamp":1565265561},"coords":"51.4507838,-0.2768128","bedrooms":"0","price":"192000","area":"532"} , +{"type":"Feature","id":"n6694703132","geometry":{"type":"Point","coordinates":[-0.2743141,51.4510529]},"properties":{"@type":"node","@id":6694703132,"@timestamp":1565265561},"coords":"51.4510529,-0.2743141","bedrooms":"1","price":"195000","area":"628"} , +{"type":"Feature","id":"n6694728950","geometry":{"type":"Point","coordinates":[-1.0684998,51.2901406]},"properties":{"@type":"node","@id":6694728950,"@timestamp":1565266863},"coords":"51.2901406,-1.0684998","bedrooms":"3","price":"198000","area":"499"} , +{"type":"Feature","id":"n6694775823","geometry":{"type":"Point","coordinates":[-0.1039918,51.4559959]},"properties":{"@type":"node","@id":6694775823,"@timestamp":1565267993},"coords":"51.4559959,-0.1039918","bedrooms":"0","price":"176000","area":"368"} , +{"type":"Feature","id":"n6694796880","geometry":{"type":"Point","coordinates":[0.0123621,51.5482033]},"properties":{"@type":"node","@id":6694796880,"@timestamp":1567890628},"coords":"51.5482033,0.0123621","bedrooms":"0","price":"262000","area":"618"} , +{"type":"Feature","id":"n6694993756","geometry":{"type":"Point","coordinates":[-0.2458429,51.4399767]},"properties":{"@type":"node","@id":6694993756,"@timestamp":1565273391},"coords":"51.4399767,-0.2458429","bedrooms":"2","price":"233000","area":"376"} , +{"type":"Feature","id":"n6695216906","geometry":{"type":"Point","coordinates":[0.0120435,51.5477952]},"properties":{"@type":"node","@id":6695216906,"@timestamp":1565607891},"coords":"51.5477952,0.0120435","bedrooms":"0","price":"282000","area":"628"} , +{"type":"Feature","id":"n6695222368","geometry":{"type":"Point","coordinates":[0.0132534,51.5476773]},"properties":{"@type":"node","@id":6695222368,"@timestamp":1565279651},"coords":"51.5476773,0.0132534","bedrooms":"1","price":"267000","area":"623"} , +{"type":"Feature","id":"n6695338069","geometry":{"type":"Point","coordinates":[-0.6780868,51.7924599]},"properties":{"@type":"node","@id":6695338069,"@timestamp":1633730523},"coords":"51.7924599,-0.6780868","bedrooms":"4","price":"270000","area":"361"} , +{"type":"Feature","id":"n6695590239","geometry":{"type":"Point","coordinates":[0.0133058,51.5506068]},"properties":{"@type":"node","@id":6695590239,"@timestamp":1620905775},"coords":"51.5506068,0.0133058","bedrooms":"4","price":"159000","area":"594"} , +{"type":"Feature","id":"n6695808653","geometry":{"type":"Point","coordinates":[0.4381072,51.624526]},"properties":{"@type":"node","@id":6695808653,"@timestamp":1565297961},"coords":"51.624526,0.4381072","bedrooms":"3","price":"185000","area":"459"} , +{"type":"Feature","id":"n6695808663","geometry":{"type":"Point","coordinates":[0.438099,51.6252166]},"properties":{"@type":"node","@id":6695808663,"@timestamp":1565297961},"coords":"51.6252166,0.438099","bedrooms":"4","price":"223000","area":"558"} , +{"type":"Feature","id":"n6695808673","geometry":{"type":"Point","coordinates":[0.4370415,51.6255361]},"properties":{"@type":"node","@id":6695808673,"@timestamp":1565297961},"coords":"51.6255361,0.4370415","bedrooms":"0","price":"237000","area":"486"} , +{"type":"Feature","id":"n6695808683","geometry":{"type":"Point","coordinates":[0.4365732,51.6241272]},"properties":{"@type":"node","@id":6695808683,"@timestamp":1565297961},"coords":"51.6241272,0.4365732","bedrooms":"2","price":"200000","area":"643"} , +{"type":"Feature","id":"n6695833993","geometry":{"type":"Point","coordinates":[0.4363716,51.6231077]},"properties":{"@type":"node","@id":6695833993,"@timestamp":1565297961},"coords":"51.6231077,0.4363716","bedrooms":"1","price":"281000","area":"393"} , +{"type":"Feature","id":"n6695834003","geometry":{"type":"Point","coordinates":[0.4392375,51.622531]},"properties":{"@type":"node","@id":6695834003,"@timestamp":1565297961},"coords":"51.622531,0.4392375","bedrooms":"3","price":"206000","area":"414"} , +{"type":"Feature","id":"n6695834013","geometry":{"type":"Point","coordinates":[0.4396096,51.6222689]},"properties":{"@type":"node","@id":6695834013,"@timestamp":1565297961},"coords":"51.6222689,0.4396096","bedrooms":"3","price":"230000","area":"661"} , +{"type":"Feature","id":"n6695834023","geometry":{"type":"Point","coordinates":[0.437,51.6262392]},"properties":{"@type":"node","@id":6695834023,"@timestamp":1565297961},"coords":"51.6262392,0.437","bedrooms":"3","price":"191000","area":"353"} , +{"type":"Feature","id":"n6695834033","geometry":{"type":"Point","coordinates":[0.409547,51.6236539]},"properties":{"@type":"node","@id":6695834033,"@timestamp":1565297961},"coords":"51.6236539,0.409547","bedrooms":"4","price":"296000","area":"588"} , +{"type":"Feature","id":"n6695997194","geometry":{"type":"Point","coordinates":[-0.658126,51.7946962]},"properties":{"@type":"node","@id":6695997194,"@timestamp":1633730523},"coords":"51.7946962,-0.658126","bedrooms":"2","price":"160000","area":"509"} , +{"type":"Feature","id":"n6696672209","geometry":{"type":"Point","coordinates":[-0.0655725,51.4127291]},"properties":{"@type":"node","@id":6696672209,"@timestamp":1565339885},"coords":"51.4127291,-0.0655725","bedrooms":"2","price":"189000","area":"628"} , +{"type":"Feature","id":"n6696750718","geometry":{"type":"Point","coordinates":[0.0140349,51.5484246]},"properties":{"@type":"node","@id":6696750718,"@timestamp":1621263231},"coords":"51.5484246,0.0140349","bedrooms":"3","price":"285000","area":"531"} , +{"type":"Feature","id":"n6696750827","geometry":{"type":"Point","coordinates":[0.0139845,51.5492122]},"properties":{"@type":"node","@id":6696750827,"@timestamp":1621263231},"coords":"51.5492122,0.0139845","bedrooms":"2","price":"185000","area":"462"} , +{"type":"Feature","id":"n6696847402","geometry":{"type":"Point","coordinates":[-0.9852305,51.111615]},"properties":{"@type":"node","@id":6696847402,"@timestamp":1595200241},"coords":"51.111615,-0.9852305","bedrooms":"4","price":"235000","area":"460"} , +{"type":"Feature","id":"n6696968437","geometry":{"type":"Point","coordinates":[-0.091379,51.807871]},"properties":{"@type":"node","@id":6696968437,"@timestamp":1565350448},"coords":"51.807871,-0.091379","bedrooms":"1","price":"294000","area":"599"} , +{"type":"Feature","id":"n6697073680","geometry":{"type":"Point","coordinates":[-0.7766779,51.6224521]},"properties":{"@type":"node","@id":6697073680,"@timestamp":1565354066},"coords":"51.6224521,-0.7766779","bedrooms":"2","price":"206000","area":"395"} , +{"type":"Feature","id":"n6697116414","geometry":{"type":"Point","coordinates":[-0.146132,51.551525]},"properties":{"@type":"node","@id":6697116414,"@timestamp":1628775229},"coords":"51.551525,-0.146132","bedrooms":"0","price":"174000","area":"673"} , +{"type":"Feature","id":"n6697198272","geometry":{"type":"Point","coordinates":[-0.2123831,51.1149444]},"properties":{"@type":"node","@id":6697198272,"@timestamp":1565359312},"coords":"51.1149444,-0.2123831","bedrooms":"3","price":"186000","area":"590"} , +{"type":"Feature","id":"n6697198282","geometry":{"type":"Point","coordinates":[-0.2114416,51.1109747]},"properties":{"@type":"node","@id":6697198282,"@timestamp":1565359312},"coords":"51.1109747,-0.2114416","bedrooms":"2","price":"250000","area":"417"} , +{"type":"Feature","id":"n6697237588","geometry":{"type":"Point","coordinates":[-0.2083276,51.111889]},"properties":{"@type":"node","@id":6697237588,"@timestamp":1565359312},"coords":"51.111889,-0.2083276","bedrooms":"0","price":"164000","area":"579"} , +{"type":"Feature","id":"n6697237598","geometry":{"type":"Point","coordinates":[-0.218123,51.1112172]},"properties":{"@type":"node","@id":6697237598,"@timestamp":1565359312},"coords":"51.1112172,-0.218123","bedrooms":"2","price":"201000","area":"467"} , +{"type":"Feature","id":"n6697237608","geometry":{"type":"Point","coordinates":[-0.2179942,51.1093732]},"properties":{"@type":"node","@id":6697237608,"@timestamp":1565359312},"coords":"51.1093732,-0.2179942","bedrooms":"0","price":"155000","area":"450"} , +{"type":"Feature","id":"n6697237618","geometry":{"type":"Point","coordinates":[-0.2195514,51.1088995]},"properties":{"@type":"node","@id":6697237618,"@timestamp":1565359312},"coords":"51.1088995,-0.2195514","bedrooms":"0","price":"179000","area":"598"} , +{"type":"Feature","id":"n6697237628","geometry":{"type":"Point","coordinates":[-0.2201683,51.1107805]},"properties":{"@type":"node","@id":6697237628,"@timestamp":1565359312},"coords":"51.1107805,-0.2201683","bedrooms":"1","price":"182000","area":"430"} , +{"type":"Feature","id":"n6697237638","geometry":{"type":"Point","coordinates":[-0.2204824,51.1085337]},"properties":{"@type":"node","@id":6697237638,"@timestamp":1565359312},"coords":"51.1085337,-0.2204824","bedrooms":"0","price":"289000","area":"461"} , +{"type":"Feature","id":"n6697237648","geometry":{"type":"Point","coordinates":[-0.2164848,51.1087715]},"properties":{"@type":"node","@id":6697237648,"@timestamp":1565359312},"coords":"51.1087715,-0.2164848","bedrooms":"0","price":"175000","area":"473"} , +{"type":"Feature","id":"n6697237658","geometry":{"type":"Point","coordinates":[-0.2122655,51.1095712]},"properties":{"@type":"node","@id":6697237658,"@timestamp":1565359312},"coords":"51.1095712,-0.2122655","bedrooms":"2","price":"188000","area":"572"} , +{"type":"Feature","id":"n6697488703","geometry":{"type":"Point","coordinates":[-0.1443538,51.4687195]},"properties":{"@type":"node","@id":6697488703,"@timestamp":1565367296},"coords":"51.4687195,-0.1443538","bedrooms":"3","price":"199000","area":"525"} , +{"type":"Feature","id":"n6698119103","geometry":{"type":"Point","coordinates":[-0.5054811,51.877761]},"properties":{"@type":"node","@id":6698119103,"@timestamp":1565390449},"coords":"51.877761,-0.5054811","bedrooms":"0","price":"182000","area":"379"} , +{"type":"Feature","id":"n6698422578","geometry":{"type":"Point","coordinates":[-0.1834811,51.5266577]},"properties":{"@type":"node","@id":6698422578,"@timestamp":1604586949},"coords":"51.5266577,-0.1834811","bedrooms":"0","price":"256000","area":"662"} , +{"type":"Feature","id":"n6698485377","geometry":{"type":"Point","coordinates":[-1.0310653,51.4522686]},"properties":{"@type":"node","@id":6698485377,"@timestamp":1565420283},"coords":"51.4522686,-1.0310653","bedrooms":"1","price":"293000","area":"364"} , +{"type":"Feature","id":"n6698487624","geometry":{"type":"Point","coordinates":[0.8778387,51.2218973]},"properties":{"@type":"node","@id":6698487624,"@timestamp":1565419667},"coords":"51.2218973,0.8778387","bedrooms":"1","price":"299000","area":"429"} , +{"type":"Feature","id":"n6698552091","geometry":{"type":"Point","coordinates":[-0.184448,51.5246096]},"properties":{"@type":"node","@id":6698552091,"@timestamp":1611951550},"coords":"51.5246096,-0.184448","bedrooms":"1","price":"284000","area":"550"} , +{"type":"Feature","id":"n6698590890","geometry":{"type":"Point","coordinates":[0.2654695,51.1933998]},"properties":{"@type":"node","@id":6698590890,"@timestamp":1565456510},"coords":"51.1933998,0.2654695","bedrooms":"2","price":"205000","area":"372"} , +{"type":"Feature","id":"n6698654271","geometry":{"type":"Point","coordinates":[0.2741578,51.1947111]},"properties":{"@type":"node","@id":6698654271,"@timestamp":1565456510},"coords":"51.1947111,0.2741578","bedrooms":"2","price":"234000","area":"381"} , +{"type":"Feature","id":"n6698684020","geometry":{"type":"Point","coordinates":[0.2831671,51.195681]},"properties":{"@type":"node","@id":6698684020,"@timestamp":1565430453},"coords":"51.195681,0.2831671","bedrooms":"3","price":"153000","area":"577"} , +{"type":"Feature","id":"n6699052297","geometry":{"type":"Point","coordinates":[-0.1388586,51.5229293]},"properties":{"@type":"node","@id":6699052297,"@timestamp":1565450634},"coords":"51.5229293,-0.1388586","bedrooms":"0","price":"178000","area":"552"} , +{"type":"Feature","id":"n6699201395","geometry":{"type":"Point","coordinates":[-0.5217621,51.8901615]},"properties":{"@type":"node","@id":6699201395,"@timestamp":1565456452},"coords":"51.8901615,-0.5217621","bedrooms":"4","price":"169000","area":"559"} , +{"type":"Feature","id":"n6699201405","geometry":{"type":"Point","coordinates":[-0.5225158,51.8880409]},"properties":{"@type":"node","@id":6699201405,"@timestamp":1565456452},"coords":"51.8880409,-0.5225158","bedrooms":"4","price":"166000","area":"648"} , +{"type":"Feature","id":"n6699229450","geometry":{"type":"Point","coordinates":[-0.0640451,51.4182283]},"properties":{"@type":"node","@id":6699229450,"@timestamp":1623274592},"coords":"51.4182283,-0.0640451","bedrooms":"4","price":"295000","area":"515"} , +{"type":"Feature","id":"n6699362645","geometry":{"type":"Point","coordinates":[-0.4977885,51.8928001]},"properties":{"@type":"node","@id":6699362645,"@timestamp":1565465653},"coords":"51.8928001,-0.4977885","bedrooms":"1","price":"160000","area":"604"} , +{"type":"Feature","id":"n6699362655","geometry":{"type":"Point","coordinates":[-0.4987434,51.8924376]},"properties":{"@type":"node","@id":6699362655,"@timestamp":1565465653},"coords":"51.8924376,-0.4987434","bedrooms":"1","price":"286000","area":"596"} , +{"type":"Feature","id":"n6699396554","geometry":{"type":"Point","coordinates":[-0.5197933,51.8862365]},"properties":{"@type":"node","@id":6699396554,"@timestamp":1566426457},"coords":"51.8862365,-0.5197933","bedrooms":"3","price":"278000","area":"641"} , +{"type":"Feature","id":"n6699415758","geometry":{"type":"Point","coordinates":[-0.4936016,51.8895043]},"properties":{"@type":"node","@id":6699415758,"@timestamp":1566426457},"coords":"51.8895043,-0.4936016","bedrooms":"3","price":"175000","area":"653"} , +{"type":"Feature","id":"n6699471752","geometry":{"type":"Point","coordinates":[-0.943009,51.4408436]},"properties":{"@type":"node","@id":6699471752,"@timestamp":1565475577},"coords":"51.4408436,-0.943009","bedrooms":"4","price":"256000","area":"455"} , +{"type":"Feature","id":"n6699678255","geometry":{"type":"Point","coordinates":[-0.1849586,51.5245938]},"properties":{"@type":"node","@id":6699678255,"@timestamp":1623524895},"coords":"51.5245938,-0.1849586","bedrooms":"2","price":"262000","area":"390"} , +{"type":"Feature","id":"n6699752018","geometry":{"type":"Point","coordinates":[-0.7502349,51.7670891]},"properties":{"@type":"node","@id":6699752018,"@timestamp":1633969477},"coords":"51.7670891,-0.7502349","bedrooms":"4","price":"217000","area":"539"} , +{"type":"Feature","id":"n6699752028","geometry":{"type":"Point","coordinates":[-0.7417964,51.7617199]},"properties":{"@type":"node","@id":6699752028,"@timestamp":1602882657},"coords":"51.7617199,-0.7417964","bedrooms":"4","price":"281000","area":"516"} , +{"type":"Feature","id":"n6699758335","geometry":{"type":"Point","coordinates":[0.0964254,51.5281918]},"properties":{"@type":"node","@id":6699758335,"@timestamp":1565502877},"coords":"51.5281918,0.0964254","bedrooms":"3","price":"163000","area":"617"} , +{"type":"Feature","id":"n6700047672","geometry":{"type":"Point","coordinates":[-0.5283013,51.4286732]},"properties":{"@type":"node","@id":6700047672,"@timestamp":1565522632},"coords":"51.4286732,-0.5283013","bedrooms":"0","price":"285000","area":"538"} , +{"type":"Feature","id":"n6700096442","geometry":{"type":"Point","coordinates":[-0.5269354,51.4275673]},"properties":{"@type":"node","@id":6700096442,"@timestamp":1565522632},"coords":"51.4275673,-0.5269354","bedrooms":"3","price":"231000","area":"576"} , +{"type":"Feature","id":"n6700441560","geometry":{"type":"Point","coordinates":[-0.0160686,51.1030621]},"properties":{"@type":"node","@id":6700441560,"@timestamp":1619687095},"coords":"51.1030621,-0.0160686","bedrooms":"0","price":"152000","area":"599"} , +{"type":"Feature","id":"n6700449710","geometry":{"type":"Point","coordinates":[-0.3140953,51.1417724]},"properties":{"@type":"node","@id":6700449710,"@timestamp":1565534188},"coords":"51.1417724,-0.3140953","bedrooms":"1","price":"165000","area":"432"} , +{"type":"Feature","id":"n6700508727","geometry":{"type":"Point","coordinates":[0.0854952,50.9538079]},"properties":{"@type":"node","@id":6700508727,"@timestamp":1565537412},"coords":"50.9538079,0.0854952","bedrooms":"1","price":"196000","area":"539"} , +{"type":"Feature","id":"n6700570515","geometry":{"type":"Point","coordinates":[-0.0148964,51.1001142]},"properties":{"@type":"node","@id":6700570515,"@timestamp":1565539530},"coords":"51.1001142,-0.0148964","bedrooms":"1","price":"279000","area":"623"} , +{"type":"Feature","id":"n6700621464","geometry":{"type":"Point","coordinates":[-0.6512673,51.8019154]},"properties":{"@type":"node","@id":6700621464,"@timestamp":1565543825},"coords":"51.8019154,-0.6512673","bedrooms":"2","price":"177000","area":"452"} , +{"type":"Feature","id":"n6700708318","geometry":{"type":"Point","coordinates":[-0.2309315,51.41618]},"properties":{"@type":"node","@id":6700708318,"@timestamp":1565546480},"coords":"51.41618,-0.2309315","bedrooms":"4","price":"279000","area":"630"} , +{"type":"Feature","id":"n6700765390","geometry":{"type":"Point","coordinates":[0.0114826,51.5523529]},"properties":{"@type":"node","@id":6700765390,"@timestamp":1619608244},"coords":"51.5523529,0.0114826","bedrooms":"2","price":"289000","area":"392"} , +{"type":"Feature","id":"n6700852190","geometry":{"type":"Point","coordinates":[-0.3365895,51.2318357]},"properties":{"@type":"node","@id":6700852190,"@timestamp":1570453172},"coords":"51.2318357,-0.3365895","bedrooms":"2","price":"196000","area":"643"} , +{"type":"Feature","id":"n6700906600","geometry":{"type":"Point","coordinates":[0.0133359,51.551064]},"properties":{"@type":"node","@id":6700906600,"@timestamp":1619800762},"coords":"51.551064,0.0133359","bedrooms":"2","price":"229000","area":"395"} , +{"type":"Feature","id":"n6700950134","geometry":{"type":"Point","coordinates":[-0.2011902,51.9016407]},"properties":{"@type":"node","@id":6700950134,"@timestamp":1579771763},"coords":"51.9016407,-0.2011902","bedrooms":"2","price":"205000","area":"405"} , +{"type":"Feature","id":"n6700950144","geometry":{"type":"Point","coordinates":[-0.2013898,51.9027408]},"properties":{"@type":"node","@id":6700950144,"@timestamp":1579458442},"coords":"51.9027408,-0.2013898","bedrooms":"4","price":"153000","area":"434"} , +{"type":"Feature","id":"n6701012845","geometry":{"type":"Point","coordinates":[0.0135554,51.5492317]},"properties":{"@type":"node","@id":6701012845,"@timestamp":1620905775},"coords":"51.5492317,0.0135554","bedrooms":"3","price":"176000","area":"514"} , +{"type":"Feature","id":"n6701014534","geometry":{"type":"Point","coordinates":[-0.2290948,51.4187861]},"properties":{"@type":"node","@id":6701014534,"@timestamp":1626087311},"coords":"51.4187861,-0.2290948","bedrooms":"1","price":"241000","area":"407"} , +{"type":"Feature","id":"n6701043292","geometry":{"type":"Point","coordinates":[-0.5317426,51.4268077]},"properties":{"@type":"node","@id":6701043292,"@timestamp":1565562489},"coords":"51.4268077,-0.5317426","bedrooms":"0","price":"217000","area":"645"} , +{"type":"Feature","id":"n6701043463","geometry":{"type":"Point","coordinates":[-0.5307669,51.4269448]},"properties":{"@type":"node","@id":6701043463,"@timestamp":1565562489},"coords":"51.4269448,-0.5307669","bedrooms":"0","price":"266000","area":"653"} , +{"type":"Feature","id":"n6701069267","geometry":{"type":"Point","coordinates":[-0.2288659,51.4199594]},"properties":{"@type":"node","@id":6701069267,"@timestamp":1626087311},"coords":"51.4199594,-0.2288659","bedrooms":"3","price":"201000","area":"598"} , +{"type":"Feature","id":"n6701976826","geometry":{"type":"Point","coordinates":[-0.717308,51.5298834]},"properties":{"@type":"node","@id":6701976826,"@timestamp":1610810671},"coords":"51.5298834,-0.717308","bedrooms":"2","price":"252000","area":"691"} , +{"type":"Feature","id":"n6702518361","geometry":{"type":"Point","coordinates":[0.6392486,51.8060424]},"properties":{"@type":"node","@id":6702518361,"@timestamp":1565595195},"coords":"51.8060424,0.6392486","bedrooms":"2","price":"288000","area":"418"} , +{"type":"Feature","id":"n6702585738","geometry":{"type":"Point","coordinates":[-0.1181352,51.5352439]},"properties":{"@type":"node","@id":6702585738,"@timestamp":1565596328},"coords":"51.5352439,-0.1181352","bedrooms":"1","price":"189000","area":"404"} , +{"type":"Feature","id":"n6702699216","geometry":{"type":"Point","coordinates":[0.0140369,51.5479294]},"properties":{"@type":"node","@id":6702699216,"@timestamp":1565601019},"coords":"51.5479294,0.0140369","bedrooms":"4","price":"217000","area":"447"} , +{"type":"Feature","id":"n6702778050","geometry":{"type":"Point","coordinates":[-0.2418705,51.1479925]},"properties":{"@type":"node","@id":6702778050,"@timestamp":1596998127},"coords":"51.1479925,-0.2418705","bedrooms":"1","price":"277000","area":"406"} , +{"type":"Feature","id":"n6702874811","geometry":{"type":"Point","coordinates":[0.0124525,51.5476603]},"properties":{"@type":"node","@id":6702874811,"@timestamp":1621263231},"coords":"51.5476603,0.0124525","bedrooms":"2","price":"185000","area":"639"} , +{"type":"Feature","id":"n6702900834","geometry":{"type":"Point","coordinates":[-0.4877225,51.4718549]},"properties":{"@type":"node","@id":6702900834,"@timestamp":1565608605},"coords":"51.4718549,-0.4877225","bedrooms":"0","price":"234000","area":"416"} , +{"type":"Feature","id":"n6702976480","geometry":{"type":"Point","coordinates":[0.6831072,51.1342138]},"properties":{"@type":"node","@id":6702976480,"@timestamp":1625214779},"coords":"51.1342138,0.6831072","bedrooms":"4","price":"168000","area":"470"} , +{"type":"Feature","id":"n6703060813","geometry":{"type":"Point","coordinates":[-0.63852,51.6046498]},"properties":{"@type":"node","@id":6703060813,"@timestamp":1580979256},"coords":"51.6046498,-0.63852","bedrooms":"3","price":"205000","area":"467"} , +{"type":"Feature","id":"n6703069142","geometry":{"type":"Point","coordinates":[0.0109139,51.5505393]},"properties":{"@type":"node","@id":6703069142,"@timestamp":1619887079},"coords":"51.5505393,0.0109139","bedrooms":"0","price":"215000","area":"451"} , +{"type":"Feature","id":"n6703263862","geometry":{"type":"Point","coordinates":[-0.1131871,51.5939937]},"properties":{"@type":"node","@id":6703263862,"@timestamp":1565619366},"coords":"51.5939937,-0.1131871","bedrooms":"0","price":"222000","area":"626"} , +{"type":"Feature","id":"n6703485995","geometry":{"type":"Point","coordinates":[0.0669545,51.7657031]},"properties":{"@type":"node","@id":6703485995,"@timestamp":1624285823},"coords":"51.7657031,0.0669545","bedrooms":"1","price":"287000","area":"382"} , +{"type":"Feature","id":"n6703924103","geometry":{"type":"Point","coordinates":[0.0131879,51.547691]},"properties":{"@type":"node","@id":6703924103,"@timestamp":1565637519},"coords":"51.547691,0.0131879","bedrooms":"3","price":"163000","area":"397"} , +{"type":"Feature","id":"n6703972118","geometry":{"type":"Point","coordinates":[0.0105758,51.5505923]},"properties":{"@type":"node","@id":6703972118,"@timestamp":1620917775},"coords":"51.5505923,0.0105758","bedrooms":"3","price":"237000","area":"616"} , +{"type":"Feature","id":"n6704419487","geometry":{"type":"Point","coordinates":[-0.0006398,51.4766251]},"properties":{"@type":"node","@id":6704419487,"@timestamp":1565656274},"coords":"51.4766251,-0.0006398","bedrooms":"4","price":"222000","area":"393"} , +{"type":"Feature","id":"n6705072403","geometry":{"type":"Point","coordinates":[0.1533487,51.8608737]},"properties":{"@type":"node","@id":6705072403,"@timestamp":1596831924},"coords":"51.8608737,0.1533487","bedrooms":"0","price":"177000","area":"402"} , +{"type":"Feature","id":"n6705168116","geometry":{"type":"Point","coordinates":[-0.7605794,51.095488]},"properties":{"@type":"node","@id":6705168116,"@timestamp":1565682518},"coords":"51.095488,-0.7605794","bedrooms":"2","price":"168000","area":"354"} , +{"type":"Feature","id":"n6705226388","geometry":{"type":"Point","coordinates":[-0.0014219,51.6651495]},"properties":{"@type":"node","@id":6705226388,"@timestamp":1565684393},"coords":"51.6651495,-0.0014219","bedrooms":"1","price":"291000","area":"426"} , +{"type":"Feature","id":"n6705228909","geometry":{"type":"Point","coordinates":[-1.0240084,51.9395855]},"properties":{"@type":"node","@id":6705228909,"@timestamp":1565684533},"coords":"51.9395855,-1.0240084","bedrooms":"0","price":"156000","area":"372"} , +{"type":"Feature","id":"n6705228919","geometry":{"type":"Point","coordinates":[-1.0181853,51.932645]},"properties":{"@type":"node","@id":6705228919,"@timestamp":1565684533},"coords":"51.932645,-1.0181853","bedrooms":"2","price":"154000","area":"545"} , +{"type":"Feature","id":"n6705228929","geometry":{"type":"Point","coordinates":[-1.0030013,51.9294944]},"properties":{"@type":"node","@id":6705228929,"@timestamp":1565684533},"coords":"51.9294944,-1.0030013","bedrooms":"0","price":"251000","area":"351"} , +{"type":"Feature","id":"n6705228939","geometry":{"type":"Point","coordinates":[-0.9892362,51.9283035]},"properties":{"@type":"node","@id":6705228939,"@timestamp":1565684533},"coords":"51.9283035,-0.9892362","bedrooms":"1","price":"208000","area":"679"} , +{"type":"Feature","id":"n6705228949","geometry":{"type":"Point","coordinates":[-0.9287336,51.9383693]},"properties":{"@type":"node","@id":6705228949,"@timestamp":1565684533},"coords":"51.9383693,-0.9287336","bedrooms":"4","price":"184000","area":"383"} , +{"type":"Feature","id":"n6705228959","geometry":{"type":"Point","coordinates":[-0.922578,51.9363329]},"properties":{"@type":"node","@id":6705228959,"@timestamp":1565684533},"coords":"51.9363329,-0.922578","bedrooms":"2","price":"235000","area":"644"} , +{"type":"Feature","id":"n6705228969","geometry":{"type":"Point","coordinates":[-0.9083086,51.9391226]},"properties":{"@type":"node","@id":6705228969,"@timestamp":1565684533},"coords":"51.9391226,-0.9083086","bedrooms":"4","price":"240000","area":"559"} , +{"type":"Feature","id":"n6705228979","geometry":{"type":"Point","coordinates":[-0.9033144,51.9405744]},"properties":{"@type":"node","@id":6705228979,"@timestamp":1565684533},"coords":"51.9405744,-0.9033144","bedrooms":"3","price":"265000","area":"638"} , +{"type":"Feature","id":"n6705228989","geometry":{"type":"Point","coordinates":[-0.903824,51.9425867]},"properties":{"@type":"node","@id":6705228989,"@timestamp":1565684533},"coords":"51.9425867,-0.903824","bedrooms":"2","price":"168000","area":"687"} , +{"type":"Feature","id":"n6705228999","geometry":{"type":"Point","coordinates":[-0.9203088,51.9392449]},"properties":{"@type":"node","@id":6705228999,"@timestamp":1565684533},"coords":"51.9392449,-0.9203088","bedrooms":"4","price":"187000","area":"683"} , +{"type":"Feature","id":"n6705229009","geometry":{"type":"Point","coordinates":[-0.9369726,51.9361029]},"properties":{"@type":"node","@id":6705229009,"@timestamp":1634763042},"coords":"51.9361029,-0.9369726","bedrooms":"0","price":"218000","area":"605"} , +{"type":"Feature","id":"n6705229019","geometry":{"type":"Point","coordinates":[-0.9600323,51.9326549]},"properties":{"@type":"node","@id":6705229019,"@timestamp":1565684533},"coords":"51.9326549,-0.9600323","bedrooms":"4","price":"261000","area":"529"} , +{"type":"Feature","id":"n6705229029","geometry":{"type":"Point","coordinates":[-0.9486182,51.9321406]},"properties":{"@type":"node","@id":6705229029,"@timestamp":1565684533},"coords":"51.9321406,-0.9486182","bedrooms":"4","price":"262000","area":"399"} , +{"type":"Feature","id":"n6705229039","geometry":{"type":"Point","coordinates":[-0.9383172,51.9351637]},"properties":{"@type":"node","@id":6705229039,"@timestamp":1565684533},"coords":"51.9351637,-0.9383172","bedrooms":"2","price":"264000","area":"512"} , +{"type":"Feature","id":"n6705229049","geometry":{"type":"Point","coordinates":[-0.9533402,51.9310937]},"properties":{"@type":"node","@id":6705229049,"@timestamp":1565684533},"coords":"51.9310937,-0.9533402","bedrooms":"2","price":"280000","area":"502"} , +{"type":"Feature","id":"n6705229059","geometry":{"type":"Point","coordinates":[-0.9688944,51.9286674]},"properties":{"@type":"node","@id":6705229059,"@timestamp":1565684533},"coords":"51.9286674,-0.9688944","bedrooms":"4","price":"223000","area":"365"} , +{"type":"Feature","id":"n6705229069","geometry":{"type":"Point","coordinates":[-0.9875304,51.9273029]},"properties":{"@type":"node","@id":6705229069,"@timestamp":1565684533},"coords":"51.9273029,-0.9875304","bedrooms":"3","price":"222000","area":"376"} , +{"type":"Feature","id":"n6705229079","geometry":{"type":"Point","coordinates":[-0.9938711,51.9201222]},"properties":{"@type":"node","@id":6705229079,"@timestamp":1565684533},"coords":"51.9201222,-0.9938711","bedrooms":"4","price":"215000","area":"540"} , +{"type":"Feature","id":"n6705265586","geometry":{"type":"Point","coordinates":[-0.8872587,51.9891005]},"properties":{"@type":"node","@id":6705265586,"@timestamp":1565685565},"coords":"51.9891005,-0.8872587","bedrooms":"4","price":"295000","area":"620"} , +{"type":"Feature","id":"n6705265596","geometry":{"type":"Point","coordinates":[-0.8937228,51.9833075]},"properties":{"@type":"node","@id":6705265596,"@timestamp":1565685565},"coords":"51.9833075,-0.8937228","bedrooms":"3","price":"213000","area":"612"} , +{"type":"Feature","id":"n6705265606","geometry":{"type":"Point","coordinates":[-0.8948386,51.9746967]},"properties":{"@type":"node","@id":6705265606,"@timestamp":1565685565},"coords":"51.9746967,-0.8948386","bedrooms":"3","price":"153000","area":"403"} , +{"type":"Feature","id":"n6705265616","geometry":{"type":"Point","coordinates":[-0.8974591,51.9659141]},"properties":{"@type":"node","@id":6705265616,"@timestamp":1565685565},"coords":"51.9659141,-0.8974591","bedrooms":"4","price":"200000","area":"641"} , +{"type":"Feature","id":"n6705265626","geometry":{"type":"Point","coordinates":[-0.8901528,51.9589545]},"properties":{"@type":"node","@id":6705265626,"@timestamp":1565685565},"coords":"51.9589545,-0.8901528","bedrooms":"2","price":"253000","area":"573"} , +{"type":"Feature","id":"n6705265654","geometry":{"type":"Point","coordinates":[-0.9630449,51.9644788]},"properties":{"@type":"node","@id":6705265654,"@timestamp":1635415515},"coords":"51.9644788,-0.9630449","bedrooms":"0","price":"211000","area":"385"} , +{"type":"Feature","id":"n6705265664","geometry":{"type":"Point","coordinates":[-0.9494939,51.9604949]},"properties":{"@type":"node","@id":6705265664,"@timestamp":1565685565},"coords":"51.9604949,-0.9494939","bedrooms":"3","price":"240000","area":"378"} , +{"type":"Feature","id":"n6705265674","geometry":{"type":"Point","coordinates":[-0.9339049,51.9580041]},"properties":{"@type":"node","@id":6705265674,"@timestamp":1565685565},"coords":"51.9580041,-0.9339049","bedrooms":"4","price":"282000","area":"599"} , +{"type":"Feature","id":"n6705265684","geometry":{"type":"Point","coordinates":[-0.9173825,51.9587611]},"properties":{"@type":"node","@id":6705265684,"@timestamp":1565685565},"coords":"51.9587611,-0.9173825","bedrooms":"4","price":"246000","area":"591"} , +{"type":"Feature","id":"n6705265694","geometry":{"type":"Point","coordinates":[-0.9016058,51.9559627]},"properties":{"@type":"node","@id":6705265694,"@timestamp":1565685565},"coords":"51.9559627,-0.9016058","bedrooms":"4","price":"258000","area":"501"} , +{"type":"Feature","id":"n6705265704","geometry":{"type":"Point","coordinates":[-0.8855485,51.9527759]},"properties":{"@type":"node","@id":6705265704,"@timestamp":1634744508},"coords":"51.9527759,-0.8855485","bedrooms":"4","price":"175000","area":"570"} , +{"type":"Feature","id":"n6705265714","geometry":{"type":"Point","coordinates":[-0.8696741,51.9538684]},"properties":{"@type":"node","@id":6705265714,"@timestamp":1565685565},"coords":"51.9538684,-0.8696741","bedrooms":"0","price":"272000","area":"353"} , +{"type":"Feature","id":"n6705384907","geometry":{"type":"Point","coordinates":[-0.1758248,51.498176]},"properties":{"@type":"node","@id":6705384907,"@timestamp":1565690027},"coords":"51.498176,-0.1758248","bedrooms":"1","price":"269000","area":"595"} , +{"type":"Feature","id":"n6705520038","geometry":{"type":"Point","coordinates":[-0.3696179,51.5510917]},"properties":{"@type":"node","@id":6705520038,"@timestamp":1565693096},"coords":"51.5510917,-0.3696179","bedrooms":"3","price":"184000","area":"581"} , +{"type":"Feature","id":"n6706759686","geometry":{"type":"Point","coordinates":[0.2864746,51.2049635]},"properties":{"@type":"node","@id":6706759686,"@timestamp":1565770629},"coords":"51.2049635,0.2864746","bedrooms":"4","price":"287000","area":"600"} , +{"type":"Feature","id":"n6707462162","geometry":{"type":"Point","coordinates":[0.0107691,51.5495842]},"properties":{"@type":"node","@id":6707462162,"@timestamp":1621263231},"coords":"51.5495842,0.0107691","bedrooms":"0","price":"229000","area":"486"} , +{"type":"Feature","id":"n6707462180","geometry":{"type":"Point","coordinates":[0.0108735,51.5495922]},"properties":{"@type":"node","@id":6707462180,"@timestamp":1621263231},"coords":"51.5495922,0.0108735","bedrooms":"4","price":"175000","area":"621"} , +{"type":"Feature","id":"n6707659532","geometry":{"type":"Point","coordinates":[0.1776338,51.4812952]},"properties":{"@type":"node","@id":6707659532,"@timestamp":1565704717},"coords":"51.4812952,0.1776338","bedrooms":"3","price":"170000","area":"621"} , +{"type":"Feature","id":"n6708142656","geometry":{"type":"Point","coordinates":[-0.2119751,51.5056976]},"properties":{"@type":"node","@id":6708142656,"@timestamp":1616897491},"coords":"51.5056976,-0.2119751","bedrooms":"2","price":"210000","area":"507"} , +{"type":"Feature","id":"n6708255423","geometry":{"type":"Point","coordinates":[-0.2825818,51.2212109]},"properties":{"@type":"node","@id":6708255423,"@timestamp":1565723045},"coords":"51.2212109,-0.2825818","bedrooms":"4","price":"281000","area":"394"} , +{"type":"Feature","id":"n6708627095","geometry":{"type":"Point","coordinates":[-0.5322468,51.9495686]},"properties":{"@type":"node","@id":6708627095,"@timestamp":1582924039},"coords":"51.9495686,-0.5322468","bedrooms":"3","price":"216000","area":"515"} , +{"type":"Feature","id":"n6708627105","geometry":{"type":"Point","coordinates":[-0.5316702,51.9490247]},"properties":{"@type":"node","@id":6708627105,"@timestamp":1565731982},"coords":"51.9490247,-0.5316702","bedrooms":"1","price":"162000","area":"582"} , +{"type":"Feature","id":"n6708867420","geometry":{"type":"Point","coordinates":[-0.2298805,51.4100553]},"properties":{"@type":"node","@id":6708867420,"@timestamp":1565737933},"coords":"51.4100553,-0.2298805","bedrooms":"1","price":"232000","area":"609"} , +{"type":"Feature","id":"n6708867443","geometry":{"type":"Point","coordinates":[-0.2297916,51.4108946]},"properties":{"@type":"node","@id":6708867443,"@timestamp":1569527952},"coords":"51.4108946,-0.2297916","bedrooms":"3","price":"298000","area":"401"} , +{"type":"Feature","id":"n6708957527","geometry":{"type":"Point","coordinates":[0.2998552,51.1732811]},"properties":{"@type":"node","@id":6708957527,"@timestamp":1565745847},"coords":"51.1732811,0.2998552","bedrooms":"2","price":"158000","area":"544"} , +{"type":"Feature","id":"n6709338706","geometry":{"type":"Point","coordinates":[-0.1417809,51.6463866]},"properties":{"@type":"node","@id":6709338706,"@timestamp":1565765833},"coords":"51.6463866,-0.1417809","bedrooms":"3","price":"189000","area":"421"} , +{"type":"Feature","id":"n6709403321","geometry":{"type":"Point","coordinates":[0.0250635,51.5783387]},"properties":{"@type":"node","@id":6709403321,"@timestamp":1565769151},"coords":"51.5783387,0.0250635","bedrooms":"1","price":"250000","area":"590"} , +{"type":"Feature","id":"n6709459291","geometry":{"type":"Point","coordinates":[-0.1821014,51.4909094]},"properties":{"@type":"node","@id":6709459291,"@timestamp":1605419692},"coords":"51.4909094,-0.1821014","bedrooms":"0","price":"226000","area":"378"} , +{"type":"Feature","id":"n6709467386","geometry":{"type":"Point","coordinates":[-0.1907291,51.4902424]},"properties":{"@type":"node","@id":6709467386,"@timestamp":1565771178},"coords":"51.4902424,-0.1907291","bedrooms":"0","price":"208000","area":"601"} , +{"type":"Feature","id":"n6709527065","geometry":{"type":"Point","coordinates":[0.3801417,51.850058]},"properties":{"@type":"node","@id":6709527065,"@timestamp":1565775218},"coords":"51.850058,0.3801417","bedrooms":"4","price":"248000","area":"421"} , +{"type":"Feature","id":"n6709630057","geometry":{"type":"Point","coordinates":[-1.0450262,51.5898524]},"properties":{"@type":"node","@id":6709630057,"@timestamp":1565777957},"coords":"51.5898524,-1.0450262","bedrooms":"0","price":"275000","area":"430"} , +{"type":"Feature","id":"n6709682938","geometry":{"type":"Point","coordinates":[0.2419108,51.850407]},"properties":{"@type":"node","@id":6709682938,"@timestamp":1565779682},"coords":"51.850407,0.2419108","bedrooms":"1","price":"168000","area":"592"} , +{"type":"Feature","id":"n6709895623","geometry":{"type":"Point","coordinates":[0.7505561,51.3418703]},"properties":{"@type":"node","@id":6709895623,"@timestamp":1631031838},"coords":"51.3418703,0.7505561","bedrooms":"0","price":"297000","area":"568"} , +{"type":"Feature","id":"n6709987941","geometry":{"type":"Point","coordinates":[-0.9216939,51.5759253]},"properties":{"@type":"node","@id":6709987941,"@timestamp":1565787628},"coords":"51.5759253,-0.9216939","bedrooms":"1","price":"240000","area":"385"} , +{"type":"Feature","id":"n6710063972","geometry":{"type":"Point","coordinates":[-0.6071726,51.601065]},"properties":{"@type":"node","@id":6710063972,"@timestamp":1565789352},"coords":"51.601065,-0.6071726","bedrooms":"4","price":"160000","area":"584"} , +{"type":"Feature","id":"n6710135276","geometry":{"type":"Point","coordinates":[-0.9200869,51.5214162]},"properties":{"@type":"node","@id":6710135276,"@timestamp":1565791138},"coords":"51.5214162,-0.9200869","bedrooms":"0","price":"233000","area":"400"} , +{"type":"Feature","id":"n6710295649","geometry":{"type":"Point","coordinates":[0.3606997,51.5625519]},"properties":{"@type":"node","@id":6710295649,"@timestamp":1565794516},"coords":"51.5625519,0.3606997","bedrooms":"4","price":"155000","area":"687"} , +{"type":"Feature","id":"n6710448462","geometry":{"type":"Point","coordinates":[-0.1846407,51.5244708]},"properties":{"@type":"node","@id":6710448462,"@timestamp":1565799873},"coords":"51.5244708,-0.1846407","bedrooms":"0","price":"177000","area":"519"} , +{"type":"Feature","id":"n6710564466","geometry":{"type":"Point","coordinates":[-0.3192338,51.1549062]},"properties":{"@type":"node","@id":6710564466,"@timestamp":1565803914},"coords":"51.1549062,-0.3192338","bedrooms":"1","price":"188000","area":"365"} , +{"type":"Feature","id":"n6710851787","geometry":{"type":"Point","coordinates":[-0.5319196,51.8944388]},"properties":{"@type":"node","@id":6710851787,"@timestamp":1565810723},"coords":"51.8944388,-0.5319196","bedrooms":"3","price":"266000","area":"534"} , +{"type":"Feature","id":"n6710911640","geometry":{"type":"Point","coordinates":[-0.5226955,51.8870741]},"properties":{"@type":"node","@id":6710911640,"@timestamp":1565993242},"coords":"51.8870741,-0.5226955","bedrooms":"4","price":"202000","area":"583"} , +{"type":"Feature","id":"n6710911650","geometry":{"type":"Point","coordinates":[-0.5220008,51.8865328]},"properties":{"@type":"node","@id":6710911650,"@timestamp":1565812855},"coords":"51.8865328,-0.5220008","bedrooms":"3","price":"262000","area":"446"} , +{"type":"Feature","id":"n6710911660","geometry":{"type":"Point","coordinates":[-0.5314006,51.886085]},"properties":{"@type":"node","@id":6710911660,"@timestamp":1565812855},"coords":"51.886085,-0.5314006","bedrooms":"4","price":"295000","area":"616"} , +{"type":"Feature","id":"n6710927975","geometry":{"type":"Point","coordinates":[-0.5234411,51.8877165]},"properties":{"@type":"node","@id":6710927975,"@timestamp":1565813773},"coords":"51.8877165,-0.5234411","bedrooms":"1","price":"197000","area":"458"} , +{"type":"Feature","id":"n6710949399","geometry":{"type":"Point","coordinates":[-0.5253294,51.8890723]},"properties":{"@type":"node","@id":6710949399,"@timestamp":1565822718},"coords":"51.8890723,-0.5253294","bedrooms":"2","price":"178000","area":"598"} , +{"type":"Feature","id":"n6710969328","geometry":{"type":"Point","coordinates":[-0.5265766,51.889905]},"properties":{"@type":"node","@id":6710969328,"@timestamp":1565815518},"coords":"51.889905,-0.5265766","bedrooms":"1","price":"161000","area":"592"} , +{"type":"Feature","id":"n6711010134","geometry":{"type":"Point","coordinates":[-1.0172507,51.4445816]},"properties":{"@type":"node","@id":6711010134,"@timestamp":1626094086},"coords":"51.4445816,-1.0172507","bedrooms":"0","price":"223000","area":"694"} , +{"type":"Feature","id":"n6711067858","geometry":{"type":"Point","coordinates":[-0.5271935,51.8907326]},"properties":{"@type":"node","@id":6711067858,"@timestamp":1565822718},"coords":"51.8907326,-0.5271935","bedrooms":"4","price":"152000","area":"671"} , +{"type":"Feature","id":"n6711067868","geometry":{"type":"Point","coordinates":[-0.5232856,51.8880244]},"properties":{"@type":"node","@id":6711067868,"@timestamp":1565822718},"coords":"51.8880244,-0.5232856","bedrooms":"4","price":"195000","area":"635"} , +{"type":"Feature","id":"n6711067878","geometry":{"type":"Point","coordinates":[-0.5224648,51.8878026]},"properties":{"@type":"node","@id":6711067878,"@timestamp":1565822718},"coords":"51.8878026,-0.5224648","bedrooms":"1","price":"231000","area":"401"} , +{"type":"Feature","id":"n6711081663","geometry":{"type":"Point","coordinates":[-0.5329328,51.4275485]},"properties":{"@type":"node","@id":6711081663,"@timestamp":1565821286},"coords":"51.4275485,-0.5329328","bedrooms":"4","price":"234000","area":"617"} , +{"type":"Feature","id":"n6711103643","geometry":{"type":"Point","coordinates":[-0.7277252,51.6255906]},"properties":{"@type":"node","@id":6711103643,"@timestamp":1565823844},"coords":"51.6255906,-0.7277252","bedrooms":"1","price":"273000","area":"641"} , +{"type":"Feature","id":"n6711125646","geometry":{"type":"Point","coordinates":[-0.7366156,51.6256585]},"properties":{"@type":"node","@id":6711125646,"@timestamp":1565825366},"coords":"51.6256585,-0.7366156","bedrooms":"1","price":"214000","area":"451"} , +{"type":"Feature","id":"n6711429614","geometry":{"type":"Point","coordinates":[-0.5547268,51.604615]},"properties":{"@type":"node","@id":6711429614,"@timestamp":1566319873},"coords":"51.604615,-0.5547268","bedrooms":"0","price":"218000","area":"437"} , +{"type":"Feature","id":"n6711877435","geometry":{"type":"Point","coordinates":[-0.6574879,51.8033706]},"properties":{"@type":"node","@id":6711877435,"@timestamp":1565864282},"coords":"51.8033706,-0.6574879","bedrooms":"4","price":"288000","area":"513"} , +{"type":"Feature","id":"n6712472094","geometry":{"type":"Point","coordinates":[-0.0078993,51.545308]},"properties":{"@type":"node","@id":6712472094,"@timestamp":1634627841},"coords":"51.545308,-0.0078993","bedrooms":"2","price":"271000","area":"375"} , +{"type":"Feature","id":"n6712556885","geometry":{"type":"Point","coordinates":[-0.4407795,51.4813278]},"properties":{"@type":"node","@id":6712556885,"@timestamp":1565889373},"coords":"51.4813278,-0.4407795","bedrooms":"4","price":"217000","area":"621"} , +{"type":"Feature","id":"n6713068182","geometry":{"type":"Point","coordinates":[-0.5564215,51.6068727]},"properties":{"@type":"node","@id":6713068182,"@timestamp":1565905798},"coords":"51.6068727,-0.5564215","bedrooms":"4","price":"201000","area":"417"} , +{"type":"Feature","id":"n6713123892","geometry":{"type":"Point","coordinates":[-0.5576258,51.6071542]},"properties":{"@type":"node","@id":6713123892,"@timestamp":1565905798},"coords":"51.6071542,-0.5576258","bedrooms":"3","price":"189000","area":"690"} , +{"type":"Feature","id":"n6714987023","geometry":{"type":"Point","coordinates":[-0.1881701,51.5492934]},"properties":{"@type":"node","@id":6714987023,"@timestamp":1565938501},"coords":"51.5492934,-0.1881701","bedrooms":"1","price":"238000","area":"556"} , +{"type":"Feature","id":"n6715108127","geometry":{"type":"Point","coordinates":[0.2467293,51.6951887]},"properties":{"@type":"node","@id":6715108127,"@timestamp":1565943284},"coords":"51.6951887,0.2467293","bedrooms":"4","price":"264000","area":"361"} , +{"type":"Feature","id":"n6715217250","geometry":{"type":"Point","coordinates":[-0.0957786,51.5029763]},"properties":{"@type":"node","@id":6715217250,"@timestamp":1565947381},"coords":"51.5029763,-0.0957786","bedrooms":"2","price":"196000","area":"351"} , +{"type":"Feature","id":"n6715300425","geometry":{"type":"Point","coordinates":[0.0066704,51.5486888]},"properties":{"@type":"node","@id":6715300425,"@timestamp":1621263231},"coords":"51.5486888,0.0066704","bedrooms":"1","price":"211000","area":"623"} , +{"type":"Feature","id":"n6715377541","geometry":{"type":"Point","coordinates":[0.2838915,51.7976991]},"properties":{"@type":"node","@id":6715377541,"@timestamp":1619390434},"coords":"51.7976991,0.2838915","bedrooms":"0","price":"268000","area":"592"} , +{"type":"Feature","id":"n6715514963","geometry":{"type":"Point","coordinates":[0.1315204,51.7676798]},"properties":{"@type":"node","@id":6715514963,"@timestamp":1631223645},"coords":"51.7676798,0.1315204","bedrooms":"1","price":"273000","area":"528"} , +{"type":"Feature","id":"n6715594043","geometry":{"type":"Point","coordinates":[0.0084426,51.5473694]},"properties":{"@type":"node","@id":6715594043,"@timestamp":1565959535},"coords":"51.5473694,0.0084426","bedrooms":"3","price":"249000","area":"687"} , +{"type":"Feature","id":"n6715673671","geometry":{"type":"Point","coordinates":[-0.1280086,51.481263]},"properties":{"@type":"node","@id":6715673671,"@timestamp":1617029653},"coords":"51.481263,-0.1280086","bedrooms":"3","price":"245000","area":"534"} , +{"type":"Feature","id":"n6715676624","geometry":{"type":"Point","coordinates":[0.871395,51.8719953]},"properties":{"@type":"node","@id":6715676624,"@timestamp":1565961103},"coords":"51.8719953,0.871395","bedrooms":"2","price":"280000","area":"610"} , +{"type":"Feature","id":"n6715676634","geometry":{"type":"Point","coordinates":[0.8703704,51.8701703]},"properties":{"@type":"node","@id":6715676634,"@timestamp":1565961103},"coords":"51.8701703,0.8703704","bedrooms":"1","price":"275000","area":"596"} , +{"type":"Feature","id":"n6715676644","geometry":{"type":"Point","coordinates":[0.8730311,51.8690027]},"properties":{"@type":"node","@id":6715676644,"@timestamp":1565961103},"coords":"51.8690027,0.8730311","bedrooms":"0","price":"218000","area":"551"} , +{"type":"Feature","id":"n6715676654","geometry":{"type":"Point","coordinates":[0.87329,51.8666732]},"properties":{"@type":"node","@id":6715676654,"@timestamp":1565961103},"coords":"51.8666732,0.87329","bedrooms":"1","price":"207000","area":"665"} , +{"type":"Feature","id":"n6715676664","geometry":{"type":"Point","coordinates":[0.8691485,51.8697751]},"properties":{"@type":"node","@id":6715676664,"@timestamp":1565961103},"coords":"51.8697751,0.8691485","bedrooms":"3","price":"157000","area":"690"} , +{"type":"Feature","id":"n6715676674","geometry":{"type":"Point","coordinates":[0.8686657,51.8700169]},"properties":{"@type":"node","@id":6715676674,"@timestamp":1565961103},"coords":"51.8700169,0.8686657","bedrooms":"4","price":"185000","area":"659"} , +{"type":"Feature","id":"n6715676684","geometry":{"type":"Point","coordinates":[0.868612,51.8711149]},"properties":{"@type":"node","@id":6715676684,"@timestamp":1565961103},"coords":"51.8711149,0.868612","bedrooms":"4","price":"270000","area":"377"} , +{"type":"Feature","id":"n6715676694","geometry":{"type":"Point","coordinates":[0.8681051,51.8715902]},"properties":{"@type":"node","@id":6715676694,"@timestamp":1565961103},"coords":"51.8715902,0.8681051","bedrooms":"0","price":"278000","area":"578"} , +{"type":"Feature","id":"n6715676704","geometry":{"type":"Point","coordinates":[0.8641006,51.8720257]},"properties":{"@type":"node","@id":6715676704,"@timestamp":1565961103},"coords":"51.8720257,0.8641006","bedrooms":"4","price":"191000","area":"588"} , +{"type":"Feature","id":"n6715676714","geometry":{"type":"Point","coordinates":[0.8667291,51.8724447]},"properties":{"@type":"node","@id":6715676714,"@timestamp":1565961103},"coords":"51.8724447,0.8667291","bedrooms":"1","price":"237000","area":"399"} , +{"type":"Feature","id":"n6715676724","geometry":{"type":"Point","coordinates":[0.8652432,51.8733588]},"properties":{"@type":"node","@id":6715676724,"@timestamp":1565961103},"coords":"51.8733588,0.8652432","bedrooms":"4","price":"216000","area":"547"} , +{"type":"Feature","id":"n6715676734","geometry":{"type":"Point","coordinates":[0.8655382,51.8738589]},"properties":{"@type":"node","@id":6715676734,"@timestamp":1565961103},"coords":"51.8738589,0.8655382","bedrooms":"1","price":"266000","area":"557"} , +{"type":"Feature","id":"n6715676744","geometry":{"type":"Point","coordinates":[0.8735553,51.8725391]},"properties":{"@type":"node","@id":6715676744,"@timestamp":1565961103},"coords":"51.8725391,0.8735553","bedrooms":"3","price":"256000","area":"680"} , +{"type":"Feature","id":"n6715676754","geometry":{"type":"Point","coordinates":[0.8732496,51.873069]},"properties":{"@type":"node","@id":6715676754,"@timestamp":1565961103},"coords":"51.873069,0.8732496","bedrooms":"2","price":"275000","area":"652"} , +{"type":"Feature","id":"n6715676764","geometry":{"type":"Point","coordinates":[0.8722384,51.8744336]},"properties":{"@type":"node","@id":6715676764,"@timestamp":1565961103},"coords":"51.8744336,0.8722384","bedrooms":"1","price":"159000","area":"405"} , +{"type":"Feature","id":"n6715676774","geometry":{"type":"Point","coordinates":[0.8718682,51.8748178]},"properties":{"@type":"node","@id":6715676774,"@timestamp":1565961103},"coords":"51.8748178,0.8718682","bedrooms":"2","price":"184000","area":"530"} , +{"type":"Feature","id":"n6715676784","geometry":{"type":"Point","coordinates":[0.8680541,51.8745809]},"properties":{"@type":"node","@id":6715676784,"@timestamp":1565961103},"coords":"51.8745809,0.8680541","bedrooms":"0","price":"242000","area":"450"} , +{"type":"Feature","id":"n6715676794","geometry":{"type":"Point","coordinates":[0.8700956,51.8745667]},"properties":{"@type":"node","@id":6715676794,"@timestamp":1565961103},"coords":"51.8745667,0.8700956","bedrooms":"3","price":"254000","area":"684"} , +{"type":"Feature","id":"n6715676804","geometry":{"type":"Point","coordinates":[0.8730487,51.8755221]},"properties":{"@type":"node","@id":6715676804,"@timestamp":1565961103},"coords":"51.8755221,0.8730487","bedrooms":"4","price":"159000","area":"697"} , +{"type":"Feature","id":"n6715676814","geometry":{"type":"Point","coordinates":[0.8756021,51.8735863]},"properties":{"@type":"node","@id":6715676814,"@timestamp":1565961103},"coords":"51.8735863,0.8756021","bedrooms":"4","price":"213000","area":"578"} , +{"type":"Feature","id":"n6715676824","geometry":{"type":"Point","coordinates":[0.8753205,51.8752953]},"properties":{"@type":"node","@id":6715676824,"@timestamp":1565961103},"coords":"51.8752953,0.8753205","bedrooms":"2","price":"233000","area":"514"} , +{"type":"Feature","id":"n6715676834","geometry":{"type":"Point","coordinates":[0.8734617,51.8772078]},"properties":{"@type":"node","@id":6715676834,"@timestamp":1565961103},"coords":"51.8772078,0.8734617","bedrooms":"3","price":"183000","area":"439"} , +{"type":"Feature","id":"n6715676844","geometry":{"type":"Point","coordinates":[0.8709311,51.8755424]},"properties":{"@type":"node","@id":6715676844,"@timestamp":1565961103},"coords":"51.8755424,0.8709311","bedrooms":"3","price":"160000","area":"658"} , +{"type":"Feature","id":"n6715725833","geometry":{"type":"Point","coordinates":[0.0063492,51.5485556]},"properties":{"@type":"node","@id":6715725833,"@timestamp":1565963038},"coords":"51.5485556,0.0063492","bedrooms":"2","price":"241000","area":"445"} , +{"type":"Feature","id":"n6715781257","geometry":{"type":"Point","coordinates":[0.6675738,51.3327005]},"properties":{"@type":"node","@id":6715781257,"@timestamp":1569431290},"coords":"51.3327005,0.6675738","bedrooms":"3","price":"158000","area":"441"} , +{"type":"Feature","id":"n6715913660","geometry":{"type":"Point","coordinates":[0.0073616,51.5475689]},"properties":{"@type":"node","@id":6715913660,"@timestamp":1565969048},"coords":"51.5475689,0.0073616","bedrooms":"0","price":"171000","area":"396"} , +{"type":"Feature","id":"n6715925888","geometry":{"type":"Point","coordinates":[0.0076549,51.5469449]},"properties":{"@type":"node","@id":6715925888,"@timestamp":1565969048},"coords":"51.5469449,0.0076549","bedrooms":"4","price":"256000","area":"453"} , +{"type":"Feature","id":"n6716064515","geometry":{"type":"Point","coordinates":[0.00707,51.5485508]},"properties":{"@type":"node","@id":6716064515,"@timestamp":1621263231},"coords":"51.5485508,0.00707","bedrooms":"4","price":"203000","area":"565"} , +{"type":"Feature","id":"n6716278171","geometry":{"type":"Point","coordinates":[-0.9690222,51.4553701]},"properties":{"@type":"node","@id":6716278171,"@timestamp":1630770505},"coords":"51.4553701,-0.9690222","bedrooms":"0","price":"250000","area":"504"} , +{"type":"Feature","id":"n6717168574","geometry":{"type":"Point","coordinates":[-0.523704,51.8867828]},"properties":{"@type":"node","@id":6717168574,"@timestamp":1565993242},"coords":"51.8867828,-0.523704","bedrooms":"0","price":"151000","area":"401"} , +{"type":"Feature","id":"n6717168584","geometry":{"type":"Point","coordinates":[-0.5211304,51.8858557]},"properties":{"@type":"node","@id":6717168584,"@timestamp":1565993242},"coords":"51.8858557,-0.5211304","bedrooms":"2","price":"222000","area":"541"} , +{"type":"Feature","id":"n6717234094","geometry":{"type":"Point","coordinates":[-0.5258578,51.8847431]},"properties":{"@type":"node","@id":6717234094,"@timestamp":1565993242},"coords":"51.8847431,-0.5258578","bedrooms":"2","price":"243000","area":"696"} , +{"type":"Feature","id":"n6717234104","geometry":{"type":"Point","coordinates":[-0.5310358,51.8837158]},"properties":{"@type":"node","@id":6717234104,"@timestamp":1565993242},"coords":"51.8837158,-0.5310358","bedrooms":"1","price":"193000","area":"429"} , +{"type":"Feature","id":"n6717234114","geometry":{"type":"Point","coordinates":[-0.52405,51.8852928]},"properties":{"@type":"node","@id":6717234114,"@timestamp":1565993242},"coords":"51.8852928,-0.52405","bedrooms":"2","price":"210000","area":"694"} , +{"type":"Feature","id":"n6717234124","geometry":{"type":"Point","coordinates":[-0.5215099,51.8859451]},"properties":{"@type":"node","@id":6717234124,"@timestamp":1566025008},"coords":"51.8859451,-0.5215099","bedrooms":"0","price":"183000","area":"517"} , +{"type":"Feature","id":"n6718113725","geometry":{"type":"Point","coordinates":[0.4472908,51.2978989]},"properties":{"@type":"node","@id":6718113725,"@timestamp":1626731577},"coords":"51.2978989,0.4472908","bedrooms":"0","price":"290000","area":"406"} , +{"type":"Feature","id":"n6718113746","geometry":{"type":"Point","coordinates":[0.4495932,51.295326]},"properties":{"@type":"node","@id":6718113746,"@timestamp":1566035795},"coords":"51.295326,0.4495932","bedrooms":"2","price":"298000","area":"396"} , +{"type":"Feature","id":"n6718602390","geometry":{"type":"Point","coordinates":[-0.1751756,51.495762]},"properties":{"@type":"node","@id":6718602390,"@timestamp":1566056160},"coords":"51.495762,-0.1751756","bedrooms":"0","price":"234000","area":"384"} , +{"type":"Feature","id":"n6718642702","geometry":{"type":"Point","coordinates":[-0.5322046,51.426505]},"properties":{"@type":"node","@id":6718642702,"@timestamp":1566056255},"coords":"51.426505,-0.5322046","bedrooms":"1","price":"169000","area":"510"} , +{"type":"Feature","id":"n6718840032","geometry":{"type":"Point","coordinates":[-0.7030901,51.5248384]},"properties":{"@type":"node","@id":6718840032,"@timestamp":1566063499},"coords":"51.5248384,-0.7030901","bedrooms":"4","price":"265000","area":"383"} , +{"type":"Feature","id":"n6718840042","geometry":{"type":"Point","coordinates":[-0.7031532,51.5245205]},"properties":{"@type":"node","@id":6718840042,"@timestamp":1566063499},"coords":"51.5245205,-0.7031532","bedrooms":"3","price":"272000","area":"496"} , +{"type":"Feature","id":"n6718879423","geometry":{"type":"Point","coordinates":[-0.5086193,51.8779514]},"properties":{"@type":"node","@id":6718879423,"@timestamp":1566063916},"coords":"51.8779514,-0.5086193","bedrooms":"1","price":"279000","area":"659"} , +{"type":"Feature","id":"n6719080616","geometry":{"type":"Point","coordinates":[0.3521633,51.4263503]},"properties":{"@type":"node","@id":6719080616,"@timestamp":1566070183},"coords":"51.4263503,0.3521633","bedrooms":"1","price":"159000","area":"383"} , +{"type":"Feature","id":"n6719080647","geometry":{"type":"Point","coordinates":[0.3519031,51.4329892]},"properties":{"@type":"node","@id":6719080647,"@timestamp":1566070183},"coords":"51.4329892,0.3519031","bedrooms":"4","price":"272000","area":"618"} , +{"type":"Feature","id":"n6719080657","geometry":{"type":"Point","coordinates":[0.3491807,51.4320829]},"properties":{"@type":"node","@id":6719080657,"@timestamp":1566070183},"coords":"51.4320829,0.3491807","bedrooms":"2","price":"160000","area":"421"} , +{"type":"Feature","id":"n6719080667","geometry":{"type":"Point","coordinates":[0.348604,51.4316448]},"properties":{"@type":"node","@id":6719080667,"@timestamp":1566070183},"coords":"51.4316448,0.348604","bedrooms":"0","price":"161000","area":"387"} , +{"type":"Feature","id":"n6719080677","geometry":{"type":"Point","coordinates":[0.3501758,51.4297217]},"properties":{"@type":"node","@id":6719080677,"@timestamp":1566070183},"coords":"51.4297217,0.3501758","bedrooms":"4","price":"277000","area":"499"} , +{"type":"Feature","id":"n6719098287","geometry":{"type":"Point","coordinates":[0.3519863,51.430302]},"properties":{"@type":"node","@id":6719098287,"@timestamp":1566070183},"coords":"51.430302,0.3519863","bedrooms":"0","price":"236000","area":"658"} , +{"type":"Feature","id":"n6719098300","geometry":{"type":"Point","coordinates":[0.3560579,51.4316665]},"properties":{"@type":"node","@id":6719098300,"@timestamp":1566070183},"coords":"51.4316665,0.3560579","bedrooms":"2","price":"278000","area":"512"} , +{"type":"Feature","id":"n6719098310","geometry":{"type":"Point","coordinates":[0.3580052,51.4293822]},"properties":{"@type":"node","@id":6719098310,"@timestamp":1566070183},"coords":"51.4293822,0.3580052","bedrooms":"1","price":"222000","area":"527"} , +{"type":"Feature","id":"n6719098320","geometry":{"type":"Point","coordinates":[0.3567177,51.4310361]},"properties":{"@type":"node","@id":6719098320,"@timestamp":1566070183},"coords":"51.4310361,0.3567177","bedrooms":"4","price":"237000","area":"352"} , +{"type":"Feature","id":"n6719098330","geometry":{"type":"Point","coordinates":[0.3562912,51.4303622]},"properties":{"@type":"node","@id":6719098330,"@timestamp":1566070183},"coords":"51.4303622,0.3562912","bedrooms":"4","price":"244000","area":"449"} , +{"type":"Feature","id":"n6719098340","geometry":{"type":"Point","coordinates":[0.3572702,51.429914]},"properties":{"@type":"node","@id":6719098340,"@timestamp":1566070183},"coords":"51.429914,0.3572702","bedrooms":"0","price":"276000","area":"691"} , +{"type":"Feature","id":"n6719098350","geometry":{"type":"Point","coordinates":[0.3566104,51.4294391]},"properties":{"@type":"node","@id":6719098350,"@timestamp":1566070183},"coords":"51.4294391,0.3566104","bedrooms":"4","price":"262000","area":"383"} , +{"type":"Feature","id":"n6719098360","geometry":{"type":"Point","coordinates":[0.3518602,51.429001]},"properties":{"@type":"node","@id":6719098360,"@timestamp":1566070183},"coords":"51.429001,0.3518602","bedrooms":"3","price":"164000","area":"425"} , +{"type":"Feature","id":"n6719098370","geometry":{"type":"Point","coordinates":[0.3510931,51.4287351]},"properties":{"@type":"node","@id":6719098370,"@timestamp":1566070183},"coords":"51.4287351,0.3510931","bedrooms":"2","price":"234000","area":"681"} , +{"type":"Feature","id":"n6719098380","geometry":{"type":"Point","coordinates":[0.3508437,51.4277467]},"properties":{"@type":"node","@id":6719098380,"@timestamp":1566070183},"coords":"51.4277467,0.3508437","bedrooms":"1","price":"281000","area":"441"} , +{"type":"Feature","id":"n6719098390","geometry":{"type":"Point","coordinates":[0.3520775,51.4275009]},"properties":{"@type":"node","@id":6719098390,"@timestamp":1566070183},"coords":"51.4275009,0.3520775","bedrooms":"0","price":"206000","area":"456"} , +{"type":"Feature","id":"n6719098400","geometry":{"type":"Point","coordinates":[0.3542286,51.4280979]},"properties":{"@type":"node","@id":6719098400,"@timestamp":1566070183},"coords":"51.4280979,0.3542286","bedrooms":"4","price":"168000","area":"482"} , +{"type":"Feature","id":"n6719098410","geometry":{"type":"Point","coordinates":[0.3552961,51.427628]},"properties":{"@type":"node","@id":6719098410,"@timestamp":1566070183},"coords":"51.427628,0.3552961","bedrooms":"3","price":"211000","area":"536"} , +{"type":"Feature","id":"n6719098420","geometry":{"type":"Point","coordinates":[0.3568974,51.4283304]},"properties":{"@type":"node","@id":6719098420,"@timestamp":1566070183},"coords":"51.4283304,0.3568974","bedrooms":"1","price":"292000","area":"448"} , +{"type":"Feature","id":"n6719717937","geometry":{"type":"Point","coordinates":[-0.5170897,51.883725]},"properties":{"@type":"node","@id":6719717937,"@timestamp":1566073642},"coords":"51.883725,-0.5170897","bedrooms":"0","price":"262000","area":"440"} , +{"type":"Feature","id":"n6719717947","geometry":{"type":"Point","coordinates":[-0.5192918,51.8850047]},"properties":{"@type":"node","@id":6719717947,"@timestamp":1607437347},"coords":"51.8850047,-0.5192918","bedrooms":"3","price":"252000","area":"515"} , +{"type":"Feature","id":"n6719965456","geometry":{"type":"Point","coordinates":[-0.5208166,51.8857812]},"properties":{"@type":"node","@id":6719965456,"@timestamp":1590690524},"coords":"51.8857812,-0.5208166","bedrooms":"3","price":"270000","area":"566"} , +{"type":"Feature","id":"n6719965466","geometry":{"type":"Point","coordinates":[-0.5199838,51.8848855]},"properties":{"@type":"node","@id":6719965466,"@timestamp":1566079295},"coords":"51.8848855,-0.5199838","bedrooms":"3","price":"281000","area":"498"} , +{"type":"Feature","id":"n6719965476","geometry":{"type":"Point","coordinates":[-0.5167919,51.8831206]},"properties":{"@type":"node","@id":6719965476,"@timestamp":1566079295},"coords":"51.8831206,-0.5167919","bedrooms":"3","price":"166000","area":"492"} , +{"type":"Feature","id":"n6720024552","geometry":{"type":"Point","coordinates":[0.3641833,51.4860667]},"properties":{"@type":"node","@id":6720024552,"@timestamp":1629854089},"coords":"51.4860667,0.3641833","bedrooms":"2","price":"209000","area":"489"} , +{"type":"Feature","id":"n6720024562","geometry":{"type":"Point","coordinates":[0.3607152,51.4849021]},"properties":{"@type":"node","@id":6720024562,"@timestamp":1629854089},"coords":"51.4849021,0.3607152","bedrooms":"4","price":"182000","area":"621"} , +{"type":"Feature","id":"n6720024580","geometry":{"type":"Point","coordinates":[0.3623306,51.4826712]},"properties":{"@type":"node","@id":6720024580,"@timestamp":1629854089},"coords":"51.4826712,0.3623306","bedrooms":"4","price":"170000","area":"580"} , +{"type":"Feature","id":"n6720072933","geometry":{"type":"Point","coordinates":[0.3648349,51.475539]},"properties":{"@type":"node","@id":6720072933,"@timestamp":1566958582},"coords":"51.475539,0.3648349","bedrooms":"2","price":"206000","area":"543"} , +{"type":"Feature","id":"n6720108891","geometry":{"type":"Point","coordinates":[0.3640177,51.4841227]},"properties":{"@type":"node","@id":6720108891,"@timestamp":1629854089},"coords":"51.4841227,0.3640177","bedrooms":"0","price":"217000","area":"443"} , +{"type":"Feature","id":"n6720108901","geometry":{"type":"Point","coordinates":[0.362462,51.4850368]},"properties":{"@type":"node","@id":6720108901,"@timestamp":1629854089},"coords":"51.4850368,0.362462","bedrooms":"1","price":"277000","area":"547"} , +{"type":"Feature","id":"n6720332696","geometry":{"type":"Point","coordinates":[0.3564253,51.4214448]},"properties":{"@type":"node","@id":6720332696,"@timestamp":1566107025},"coords":"51.4214448,0.3564253","bedrooms":"3","price":"271000","area":"540"} , +{"type":"Feature","id":"n6720332706","geometry":{"type":"Point","coordinates":[0.3569832,51.4224149]},"properties":{"@type":"node","@id":6720332706,"@timestamp":1566107025},"coords":"51.4224149,0.3569832","bedrooms":"4","price":"256000","area":"631"} , +{"type":"Feature","id":"n6720332716","geometry":{"type":"Point","coordinates":[0.3570154,51.4241075]},"properties":{"@type":"node","@id":6720332716,"@timestamp":1566107025},"coords":"51.4241075,0.3570154","bedrooms":"0","price":"174000","area":"603"} , +{"type":"Feature","id":"n6720332726","geometry":{"type":"Point","coordinates":[0.3569967,51.4264456]},"properties":{"@type":"node","@id":6720332726,"@timestamp":1566107025},"coords":"51.4264456,0.3569967","bedrooms":"3","price":"265000","area":"398"} , +{"type":"Feature","id":"n6720654444","geometry":{"type":"Point","coordinates":[-0.5229052,51.1012005]},"properties":{"@type":"node","@id":6720654444,"@timestamp":1566125643},"coords":"51.1012005,-0.5229052","bedrooms":"0","price":"288000","area":"647"} , +{"type":"Feature","id":"n6721008885","geometry":{"type":"Point","coordinates":[-0.1586691,51.5129373]},"properties":{"@type":"node","@id":6721008885,"@timestamp":1566149939},"coords":"51.5129373,-0.1586691","bedrooms":"4","price":"292000","area":"399"} , +{"type":"Feature","id":"n6721185989","geometry":{"type":"Point","coordinates":[-0.8400094,51.4025264]},"properties":{"@type":"node","@id":6721185989,"@timestamp":1566144186},"coords":"51.4025264,-0.8400094","bedrooms":"3","price":"218000","area":"623"} , +{"type":"Feature","id":"n6721263986","geometry":{"type":"Point","coordinates":[-0.1459976,51.5148377]},"properties":{"@type":"node","@id":6721263986,"@timestamp":1566149939},"coords":"51.5148377,-0.1459976","bedrooms":"4","price":"263000","area":"469"} , +{"type":"Feature","id":"n6721504493","geometry":{"type":"Point","coordinates":[-0.7052179,51.5270185]},"properties":{"@type":"node","@id":6721504493,"@timestamp":1566151353},"coords":"51.5270185,-0.7052179","bedrooms":"4","price":"233000","area":"616"} , +{"type":"Feature","id":"n6721727222","geometry":{"type":"Point","coordinates":[-0.6988455,51.5334954]},"properties":{"@type":"node","@id":6721727222,"@timestamp":1566158687},"coords":"51.5334954,-0.6988455","bedrooms":"2","price":"158000","area":"434"} , +{"type":"Feature","id":"n6721727232","geometry":{"type":"Point","coordinates":[-0.69812,51.5346149]},"properties":{"@type":"node","@id":6721727232,"@timestamp":1566158687},"coords":"51.5346149,-0.69812","bedrooms":"2","price":"254000","area":"498"} , +{"type":"Feature","id":"n6721727242","geometry":{"type":"Point","coordinates":[-0.6980623,51.5351888]},"properties":{"@type":"node","@id":6721727242,"@timestamp":1566158687},"coords":"51.5351888,-0.6980623","bedrooms":"3","price":"264000","area":"453"} , +{"type":"Feature","id":"n6721727252","geometry":{"type":"Point","coordinates":[-0.6995215,51.5357127]},"properties":{"@type":"node","@id":6721727252,"@timestamp":1566158687},"coords":"51.5357127,-0.6995215","bedrooms":"1","price":"264000","area":"600"} , +{"type":"Feature","id":"n6721942460","geometry":{"type":"Point","coordinates":[0.8163071,51.8898609]},"properties":{"@type":"node","@id":6721942460,"@timestamp":1566172996},"coords":"51.8898609,0.8163071","bedrooms":"2","price":"221000","area":"582"} , +{"type":"Feature","id":"n6722809160","geometry":{"type":"Point","coordinates":[-0.0708441,51.6016669]},"properties":{"@type":"node","@id":6722809160,"@timestamp":1566200066},"coords":"51.6016669,-0.0708441","bedrooms":"2","price":"296000","area":"682"} , +{"type":"Feature","id":"n6722839992","geometry":{"type":"Point","coordinates":[0.0129495,51.4089015]},"properties":{"@type":"node","@id":6722839992,"@timestamp":1566200436},"coords":"51.4089015,0.0129495","bedrooms":"3","price":"214000","area":"660"} , +{"type":"Feature","id":"n6722950061","geometry":{"type":"Point","coordinates":[-1.0057351,51.8005705]},"properties":{"@type":"node","@id":6722950061,"@timestamp":1566203828},"coords":"51.8005705,-1.0057351","bedrooms":"4","price":"167000","area":"397"} , +{"type":"Feature","id":"n6723068807","geometry":{"type":"Point","coordinates":[-0.078019,51.4016487]},"properties":{"@type":"node","@id":6723068807,"@timestamp":1566206779},"coords":"51.4016487,-0.078019","bedrooms":"0","price":"260000","area":"549"} , +{"type":"Feature","id":"n6723114258","geometry":{"type":"Point","coordinates":[-0.1912067,51.409671]},"properties":{"@type":"node","@id":6723114258,"@timestamp":1619910289},"coords":"51.409671,-0.1912067","bedrooms":"4","price":"284000","area":"546"} , +{"type":"Feature","id":"n6723374503","geometry":{"type":"Point","coordinates":[-0.1462522,51.5415913]},"properties":{"@type":"node","@id":6723374503,"@timestamp":1607196275},"coords":"51.5415913,-0.1462522","bedrooms":"2","price":"296000","area":"468"} , +{"type":"Feature","id":"n6723546722","geometry":{"type":"Point","coordinates":[-0.9005731,51.5222694]},"properties":{"@type":"node","@id":6723546722,"@timestamp":1594305217},"coords":"51.5222694,-0.9005731","bedrooms":"1","price":"153000","area":"462"} , +{"type":"Feature","id":"n6723664889","geometry":{"type":"Point","coordinates":[-0.5642362,51.603934]},"properties":{"@type":"node","@id":6723664889,"@timestamp":1566221236},"coords":"51.603934,-0.5642362","bedrooms":"2","price":"253000","area":"431"} , +{"type":"Feature","id":"n6723664899","geometry":{"type":"Point","coordinates":[-0.5629541,51.6041206]},"properties":{"@type":"node","@id":6723664899,"@timestamp":1566221236},"coords":"51.6041206,-0.5629541","bedrooms":"0","price":"295000","area":"377"} , +{"type":"Feature","id":"n6723726875","geometry":{"type":"Point","coordinates":[-0.050353,51.609638]},"properties":{"@type":"node","@id":6723726875,"@timestamp":1566403612},"coords":"51.609638,-0.050353","bedrooms":"1","price":"163000","area":"689"} , +{"type":"Feature","id":"n6723728626","geometry":{"type":"Point","coordinates":[-0.5560058,51.6072088]},"properties":{"@type":"node","@id":6723728626,"@timestamp":1634572560},"coords":"51.6072088,-0.5560058","bedrooms":"2","price":"156000","area":"547"} , +{"type":"Feature","id":"n6723988034","geometry":{"type":"Point","coordinates":[-0.6160093,51.4077931]},"properties":{"@type":"node","@id":6723988034,"@timestamp":1566227435},"coords":"51.4077931,-0.6160093","bedrooms":"1","price":"299000","area":"449"} , +{"type":"Feature","id":"n6724346988","geometry":{"type":"Point","coordinates":[-0.6058844,51.5064826]},"properties":{"@type":"node","@id":6724346988,"@timestamp":1566231509},"coords":"51.5064826,-0.6058844","bedrooms":"0","price":"218000","area":"484"} , +{"type":"Feature","id":"n6724532449","geometry":{"type":"Point","coordinates":[-1.0906701,51.2114726]},"properties":{"@type":"node","@id":6724532449,"@timestamp":1566232784},"coords":"51.2114726,-1.0906701","bedrooms":"0","price":"161000","area":"593"} , +{"type":"Feature","id":"n6724903382","geometry":{"type":"Point","coordinates":[0.5839808,51.8505815]},"properties":{"@type":"node","@id":6724903382,"@timestamp":1566244658},"coords":"51.8505815,0.5839808","bedrooms":"4","price":"273000","area":"413"} , +{"type":"Feature","id":"n6725198576","geometry":{"type":"Point","coordinates":[-0.1015732,51.379661]},"properties":{"@type":"node","@id":6725198576,"@timestamp":1601503820},"coords":"51.379661,-0.1015732","bedrooms":"2","price":"268000","area":"481"} , +{"type":"Feature","id":"n6725592282","geometry":{"type":"Point","coordinates":[-0.1782612,51.5256287]},"properties":{"@type":"node","@id":6725592282,"@timestamp":1566274571},"coords":"51.5256287,-0.1782612","bedrooms":"4","price":"249000","area":"506"} , +{"type":"Feature","id":"n6725781231","geometry":{"type":"Point","coordinates":[0.8858451,51.1706273]},"properties":{"@type":"node","@id":6725781231,"@timestamp":1566282178},"coords":"51.1706273,0.8858451","bedrooms":"0","price":"234000","area":"473"} , +{"type":"Feature","id":"n6725781241","geometry":{"type":"Point","coordinates":[0.8804029,51.1716649]},"properties":{"@type":"node","@id":6725781241,"@timestamp":1566282178},"coords":"51.1716649,0.8804029","bedrooms":"0","price":"281000","area":"510"} , +{"type":"Feature","id":"n6725781251","geometry":{"type":"Point","coordinates":[0.8740009,51.1726359]},"properties":{"@type":"node","@id":6725781251,"@timestamp":1616577930},"coords":"51.1726359,0.8740009","bedrooms":"3","price":"256000","area":"548"} , +{"type":"Feature","id":"n6725781261","geometry":{"type":"Point","coordinates":[0.8824655,51.1736358]},"properties":{"@type":"node","@id":6725781261,"@timestamp":1566282178},"coords":"51.1736358,0.8824655","bedrooms":"4","price":"207000","area":"530"} , +{"type":"Feature","id":"n6725781271","geometry":{"type":"Point","coordinates":[0.8842894,51.170639]},"properties":{"@type":"node","@id":6725781271,"@timestamp":1566282178},"coords":"51.170639,0.8842894","bedrooms":"0","price":"254000","area":"664"} , +{"type":"Feature","id":"n6725788236","geometry":{"type":"Point","coordinates":[0.7537141,51.127864]},"properties":{"@type":"node","@id":6725788236,"@timestamp":1566282751},"coords":"51.127864,0.7537141","bedrooms":"3","price":"215000","area":"628"} , +{"type":"Feature","id":"n6725802955","geometry":{"type":"Point","coordinates":[0.6893545,51.0811571]},"properties":{"@type":"node","@id":6725802955,"@timestamp":1566283374},"coords":"51.0811571,0.6893545","bedrooms":"4","price":"205000","area":"502"} , +{"type":"Feature","id":"n6725823022","geometry":{"type":"Point","coordinates":[0.8774418,51.1652672]},"properties":{"@type":"node","@id":6725823022,"@timestamp":1566282468},"coords":"51.1652672,0.8774418","bedrooms":"0","price":"258000","area":"370"} , +{"type":"Feature","id":"n6725823032","geometry":{"type":"Point","coordinates":[0.8814919,51.1676034]},"properties":{"@type":"node","@id":6725823032,"@timestamp":1566282468},"coords":"51.1676034,0.8814919","bedrooms":"0","price":"157000","area":"634"} , +{"type":"Feature","id":"n6725823042","geometry":{"type":"Point","coordinates":[0.8754556,51.1624229]},"properties":{"@type":"node","@id":6725823042,"@timestamp":1611928466},"coords":"51.1624229,0.8754556","bedrooms":"4","price":"159000","area":"690"} , +{"type":"Feature","id":"n6725823054","geometry":{"type":"Point","coordinates":[0.8814346,51.1625164]},"properties":{"@type":"node","@id":6725823054,"@timestamp":1612119520},"coords":"51.1625164,0.8814346","bedrooms":"4","price":"194000","area":"395"} , +{"type":"Feature","id":"n6725823064","geometry":{"type":"Point","coordinates":[0.8815732,51.1622121]},"properties":{"@type":"node","@id":6725823064,"@timestamp":1612119520},"coords":"51.1622121,0.8815732","bedrooms":"0","price":"267000","area":"415"} , +{"type":"Feature","id":"n6725858894","geometry":{"type":"Point","coordinates":[0.8882345,51.1392209]},"properties":{"@type":"node","@id":6725858894,"@timestamp":1613991323},"coords":"51.1392209,0.8882345","bedrooms":"2","price":"167000","area":"425"} , +{"type":"Feature","id":"n6725871429","geometry":{"type":"Point","coordinates":[0.8892707,51.1374718]},"properties":{"@type":"node","@id":6725871429,"@timestamp":1614014478},"coords":"51.1374718,0.8892707","bedrooms":"3","price":"250000","area":"415"} , +{"type":"Feature","id":"n6725871439","geometry":{"type":"Point","coordinates":[0.8886257,51.1377756]},"properties":{"@type":"node","@id":6725871439,"@timestamp":1614014478},"coords":"51.1377756,0.8886257","bedrooms":"4","price":"255000","area":"473"} , +{"type":"Feature","id":"n6725871449","geometry":{"type":"Point","coordinates":[0.887819,51.1381658]},"properties":{"@type":"node","@id":6725871449,"@timestamp":1614014478},"coords":"51.1381658,0.887819","bedrooms":"0","price":"250000","area":"425"} , +{"type":"Feature","id":"n6725871459","geometry":{"type":"Point","coordinates":[0.8879659,51.1385636]},"properties":{"@type":"node","@id":6725871459,"@timestamp":1614006762},"coords":"51.1385636,0.8879659","bedrooms":"0","price":"287000","area":"506"} , +{"type":"Feature","id":"n6725871469","geometry":{"type":"Point","coordinates":[0.8889395,51.1379041]},"properties":{"@type":"node","@id":6725871469,"@timestamp":1613994803},"coords":"51.1379041,0.8889395","bedrooms":"0","price":"254000","area":"487"} , +{"type":"Feature","id":"n6725871479","geometry":{"type":"Point","coordinates":[0.8887233,51.1384588]},"properties":{"@type":"node","@id":6725871479,"@timestamp":1614006762},"coords":"51.1384588,0.8887233","bedrooms":"1","price":"171000","area":"478"} , +{"type":"Feature","id":"n6725871489","geometry":{"type":"Point","coordinates":[0.8884237,51.138768]},"properties":{"@type":"node","@id":6725871489,"@timestamp":1614006762},"coords":"51.138768,0.8884237","bedrooms":"4","price":"242000","area":"392"} , +{"type":"Feature","id":"n6725871499","geometry":{"type":"Point","coordinates":[0.8885158,51.1389632]},"properties":{"@type":"node","@id":6725871499,"@timestamp":1614006762},"coords":"51.1389632,0.8885158","bedrooms":"4","price":"241000","area":"653"} , +{"type":"Feature","id":"n6725871509","geometry":{"type":"Point","coordinates":[0.887837,51.1390102]},"properties":{"@type":"node","@id":6725871509,"@timestamp":1613991323},"coords":"51.1390102,0.887837","bedrooms":"2","price":"199000","area":"676"} , +{"type":"Feature","id":"n6725871519","geometry":{"type":"Point","coordinates":[0.8873468,51.1392458]},"properties":{"@type":"node","@id":6725871519,"@timestamp":1613991323},"coords":"51.1392458,0.8873468","bedrooms":"4","price":"247000","area":"570"} , +{"type":"Feature","id":"n6725871529","geometry":{"type":"Point","coordinates":[0.885775,51.1391157]},"properties":{"@type":"node","@id":6725871529,"@timestamp":1613994514},"coords":"51.1391157,0.885775","bedrooms":"3","price":"170000","area":"609"} , +{"type":"Feature","id":"n6725871539","geometry":{"type":"Point","coordinates":[0.8867289,51.1391316]},"properties":{"@type":"node","@id":6725871539,"@timestamp":1566284112},"coords":"51.1391316,0.8867289","bedrooms":"1","price":"261000","area":"541"} , +{"type":"Feature","id":"n6725871549","geometry":{"type":"Point","coordinates":[0.8857133,51.139423]},"properties":{"@type":"node","@id":6725871549,"@timestamp":1613990325},"coords":"51.139423,0.8857133","bedrooms":"0","price":"220000","area":"621"} , +{"type":"Feature","id":"n6725871559","geometry":{"type":"Point","coordinates":[0.8865199,51.1396902]},"properties":{"@type":"node","@id":6725871559,"@timestamp":1613990325},"coords":"51.1396902,0.8865199","bedrooms":"0","price":"265000","area":"644"} , +{"type":"Feature","id":"n6725871569","geometry":{"type":"Point","coordinates":[0.8857808,51.139692]},"properties":{"@type":"node","@id":6725871569,"@timestamp":1566284112},"coords":"51.139692,0.8857808","bedrooms":"1","price":"212000","area":"593"} , +{"type":"Feature","id":"n6725871579","geometry":{"type":"Point","coordinates":[0.8849001,51.1395285]},"properties":{"@type":"node","@id":6725871579,"@timestamp":1613990325},"coords":"51.1395285,0.8849001","bedrooms":"0","price":"268000","area":"465"} , +{"type":"Feature","id":"n6725947736","geometry":{"type":"Point","coordinates":[-0.5937745,51.5134108]},"properties":{"@type":"node","@id":6725947736,"@timestamp":1608334679},"coords":"51.5134108,-0.5937745","bedrooms":"1","price":"213000","area":"694"} , +{"type":"Feature","id":"n6726027841","geometry":{"type":"Point","coordinates":[0.8064545,51.1631945]},"properties":{"@type":"node","@id":6726027841,"@timestamp":1566288252},"coords":"51.1631945,0.8064545","bedrooms":"0","price":"212000","area":"689"} , +{"type":"Feature","id":"n6726427937","geometry":{"type":"Point","coordinates":[-0.2692572,51.5902449]},"properties":{"@type":"node","@id":6726427937,"@timestamp":1566299846},"coords":"51.5902449,-0.2692572","bedrooms":"3","price":"184000","area":"563"} , +{"type":"Feature","id":"n6726427957","geometry":{"type":"Point","coordinates":[-0.2700679,51.5902239]},"properties":{"@type":"node","@id":6726427957,"@timestamp":1566299846},"coords":"51.5902239,-0.2700679","bedrooms":"1","price":"177000","area":"631"} , +{"type":"Feature","id":"n6726427967","geometry":{"type":"Point","coordinates":[-0.269307,51.5904646]},"properties":{"@type":"node","@id":6726427967,"@timestamp":1566299846},"coords":"51.5904646,-0.269307","bedrooms":"1","price":"238000","area":"613"} , +{"type":"Feature","id":"n6726611445","geometry":{"type":"Point","coordinates":[-1.0840959,51.7144257]},"properties":{"@type":"node","@id":6726611445,"@timestamp":1566305101},"coords":"51.7144257,-1.0840959","bedrooms":"2","price":"201000","area":"387"} , +{"type":"Feature","id":"n6726661006","geometry":{"type":"Point","coordinates":[0.8659948,51.8757911]},"properties":{"@type":"node","@id":6726661006,"@timestamp":1566305716},"coords":"51.8757911,0.8659948","bedrooms":"4","price":"274000","area":"457"} , +{"type":"Feature","id":"n6726661016","geometry":{"type":"Point","coordinates":[0.8697043,51.8798197]},"properties":{"@type":"node","@id":6726661016,"@timestamp":1566305716},"coords":"51.8798197,0.8697043","bedrooms":"4","price":"271000","area":"500"} , +{"type":"Feature","id":"n6726661026","geometry":{"type":"Point","coordinates":[0.8674271,51.8789041]},"properties":{"@type":"node","@id":6726661026,"@timestamp":1566305716},"coords":"51.8789041,0.8674271","bedrooms":"2","price":"163000","area":"696"} , +{"type":"Feature","id":"n6726661036","geometry":{"type":"Point","coordinates":[0.8660109,51.8798793]},"properties":{"@type":"node","@id":6726661036,"@timestamp":1566305716},"coords":"51.8798793,0.8660109","bedrooms":"1","price":"181000","area":"656"} , +{"type":"Feature","id":"n6726661046","geometry":{"type":"Point","coordinates":[0.8674539,51.8802519]},"properties":{"@type":"node","@id":6726661046,"@timestamp":1566305716},"coords":"51.8802519,0.8674539","bedrooms":"0","price":"170000","area":"467"} , +{"type":"Feature","id":"n6726661056","geometry":{"type":"Point","coordinates":[0.8664293,51.8803529]},"properties":{"@type":"node","@id":6726661056,"@timestamp":1566305716},"coords":"51.8803529,0.8664293","bedrooms":"0","price":"271000","area":"581"} , +{"type":"Feature","id":"n6726661066","geometry":{"type":"Point","coordinates":[0.8619583,51.8845924]},"properties":{"@type":"node","@id":6726661066,"@timestamp":1566305716},"coords":"51.8845924,0.8619583","bedrooms":"1","price":"240000","area":"619"} , +{"type":"Feature","id":"n6726661076","geometry":{"type":"Point","coordinates":[0.8608902,51.8778045]},"properties":{"@type":"node","@id":6726661076,"@timestamp":1566305716},"coords":"51.8778045,0.8608902","bedrooms":"3","price":"175000","area":"631"} , +{"type":"Feature","id":"n6726695188","geometry":{"type":"Point","coordinates":[-0.8133865,51.9549651]},"properties":{"@type":"node","@id":6726695188,"@timestamp":1566306528},"coords":"51.9549651,-0.8133865","bedrooms":"1","price":"181000","area":"618"} , +{"type":"Feature","id":"n6726703404","geometry":{"type":"Point","coordinates":[0.8654804,51.8792503]},"properties":{"@type":"node","@id":6726703404,"@timestamp":1566306759},"coords":"51.8792503,0.8654804","bedrooms":"2","price":"291000","area":"673"} , +{"type":"Feature","id":"n6726703414","geometry":{"type":"Point","coordinates":[0.8625488,51.8811908]},"properties":{"@type":"node","@id":6726703414,"@timestamp":1566306759},"coords":"51.8811908,0.8625488","bedrooms":"4","price":"246000","area":"469"} , +{"type":"Feature","id":"n6726755146","geometry":{"type":"Point","coordinates":[-0.0955106,51.4176732]},"properties":{"@type":"node","@id":6726755146,"@timestamp":1592849448},"coords":"51.4176732,-0.0955106","bedrooms":"0","price":"188000","area":"440"} , +{"type":"Feature","id":"n6726972017","geometry":{"type":"Point","coordinates":[-1.0153389,51.4555628]},"properties":{"@type":"node","@id":6726972017,"@timestamp":1566313071},"coords":"51.4555628,-1.0153389","bedrooms":"3","price":"204000","area":"466"} , +{"type":"Feature","id":"n6726974549","geometry":{"type":"Point","coordinates":[-0.0865303,51.414056]},"properties":{"@type":"node","@id":6726974549,"@timestamp":1592849448},"coords":"51.414056,-0.0865303","bedrooms":"4","price":"258000","area":"584"} , +{"type":"Feature","id":"n6726974559","geometry":{"type":"Point","coordinates":[-0.086113,51.4144739]},"properties":{"@type":"node","@id":6726974559,"@timestamp":1592849448},"coords":"51.4144739,-0.086113","bedrooms":"3","price":"243000","area":"485"} , +{"type":"Feature","id":"n6726974569","geometry":{"type":"Point","coordinates":[-0.0846418,51.4157581]},"properties":{"@type":"node","@id":6726974569,"@timestamp":1592849448},"coords":"51.4157581,-0.0846418","bedrooms":"4","price":"226000","area":"416"} , +{"type":"Feature","id":"n6726995157","geometry":{"type":"Point","coordinates":[-0.0286675,51.3738318]},"properties":{"@type":"node","@id":6726995157,"@timestamp":1614247127},"coords":"51.3738318,-0.0286675","bedrooms":"1","price":"217000","area":"526"} , +{"type":"Feature","id":"n6726995169","geometry":{"type":"Point","coordinates":[-0.0263629,51.3753818]},"properties":{"@type":"node","@id":6726995169,"@timestamp":1614238574},"coords":"51.3753818,-0.0263629","bedrooms":"1","price":"214000","area":"352"} , +{"type":"Feature","id":"n6727007431","geometry":{"type":"Point","coordinates":[0.2808849,51.8602492]},"properties":{"@type":"node","@id":6727007431,"@timestamp":1609094920},"coords":"51.8602492,0.2808849","bedrooms":"0","price":"251000","area":"532"} , +{"type":"Feature","id":"n6727141664","geometry":{"type":"Point","coordinates":[-0.5605563,51.6064033]},"properties":{"@type":"node","@id":6727141664,"@timestamp":1566318714},"coords":"51.6064033,-0.5605563","bedrooms":"0","price":"262000","area":"565"} , +{"type":"Feature","id":"n6727415236","geometry":{"type":"Point","coordinates":[-0.0333979,51.3724015]},"properties":{"@type":"node","@id":6727415236,"@timestamp":1614247127},"coords":"51.3724015,-0.0333979","bedrooms":"2","price":"172000","area":"509"} , +{"type":"Feature","id":"n6727470440","geometry":{"type":"Point","coordinates":[-0.05419,51.4661622]},"properties":{"@type":"node","@id":6727470440,"@timestamp":1566323180},"coords":"51.4661622,-0.05419","bedrooms":"3","price":"193000","area":"460"} , +{"type":"Feature","id":"n6727541468","geometry":{"type":"Point","coordinates":[0.4522379,51.2943934]},"properties":{"@type":"node","@id":6727541468,"@timestamp":1566326299},"coords":"51.2943934,0.4522379","bedrooms":"1","price":"248000","area":"646"} , +{"type":"Feature","id":"n6727682342","geometry":{"type":"Point","coordinates":[-0.0607882,51.4767106]},"properties":{"@type":"node","@id":6727682342,"@timestamp":1566330995},"coords":"51.4767106,-0.0607882","bedrooms":"0","price":"249000","area":"461"} , +{"type":"Feature","id":"n6727787692","geometry":{"type":"Point","coordinates":[-0.5330555,51.4250236]},"properties":{"@type":"node","@id":6727787692,"@timestamp":1566334105},"coords":"51.4250236,-0.5330555","bedrooms":"0","price":"248000","area":"609"} , +{"type":"Feature","id":"n6729064119","geometry":{"type":"Point","coordinates":[0.4382972,51.9070725]},"properties":{"@type":"node","@id":6729064119,"@timestamp":1566375467},"coords":"51.9070725,0.4382972","bedrooms":"1","price":"245000","area":"473"} , +{"type":"Feature","id":"n6729926416","geometry":{"type":"Point","coordinates":[-0.9204733,51.5001003]},"properties":{"@type":"node","@id":6729926416,"@timestamp":1566376961},"coords":"51.5001003,-0.9204733","bedrooms":"2","price":"273000","area":"350"} , +{"type":"Feature","id":"n6731292651","geometry":{"type":"Point","coordinates":[-0.468915,51.5598298]},"properties":{"@type":"node","@id":6731292651,"@timestamp":1566379575},"coords":"51.5598298,-0.468915","bedrooms":"4","price":"291000","area":"354"} , +{"type":"Feature","id":"n6731320375","geometry":{"type":"Point","coordinates":[-1.1137004,51.8729398]},"properties":{"@type":"node","@id":6731320375,"@timestamp":1617398165},"coords":"51.8729398,-1.1137004","bedrooms":"3","price":"172000","area":"354"} , +{"type":"Feature","id":"n6731370928","geometry":{"type":"Point","coordinates":[0.5511411,51.2258163]},"properties":{"@type":"node","@id":6731370928,"@timestamp":1566382091},"coords":"51.2258163,0.5511411","bedrooms":"4","price":"232000","area":"385"} , +{"type":"Feature","id":"n6731908842","geometry":{"type":"Point","coordinates":[-0.1922651,51.5227486]},"properties":{"@type":"node","@id":6731908842,"@timestamp":1566392520},"coords":"51.5227486,-0.1922651","bedrooms":"4","price":"284000","area":"542"} , +{"type":"Feature","id":"n6732164027","geometry":{"type":"Point","coordinates":[-0.4357323,51.5177457]},"properties":{"@type":"node","@id":6732164027,"@timestamp":1629356627},"coords":"51.5177457,-0.4357323","bedrooms":"3","price":"229000","area":"488"} , +{"type":"Feature","id":"n6732324804","geometry":{"type":"Point","coordinates":[-0.1942293,51.5228961]},"properties":{"@type":"node","@id":6732324804,"@timestamp":1566402493},"coords":"51.5228961,-0.1942293","bedrooms":"3","price":"273000","area":"500"} , +{"type":"Feature","id":"n6732348045","geometry":{"type":"Point","coordinates":[-0.164924,51.4609783]},"properties":{"@type":"node","@id":6732348045,"@timestamp":1566403575},"coords":"51.4609783,-0.164924","bedrooms":"0","price":"185000","area":"352"} , +{"type":"Feature","id":"n6733151104","geometry":{"type":"Point","coordinates":[-0.4276353,51.9648151]},"properties":{"@type":"node","@id":6733151104,"@timestamp":1566414705},"coords":"51.9648151,-0.4276353","bedrooms":"1","price":"152000","area":"595"} , +{"type":"Feature","id":"n6733268329","geometry":{"type":"Point","coordinates":[0.4237157,51.5675954]},"properties":{"@type":"node","@id":6733268329,"@timestamp":1571573233},"coords":"51.5675954,0.4237157","bedrooms":"2","price":"214000","area":"439"} , +{"type":"Feature","id":"n6733393881","geometry":{"type":"Point","coordinates":[0.7083787,51.5369155]},"properties":{"@type":"node","@id":6733393881,"@timestamp":1566422317},"coords":"51.5369155,0.7083787","bedrooms":"4","price":"254000","area":"494"} , +{"type":"Feature","id":"n6733461088","geometry":{"type":"Point","coordinates":[0.5073204,51.5603938]},"properties":{"@type":"node","@id":6733461088,"@timestamp":1615405486},"coords":"51.5603938,0.5073204","bedrooms":"3","price":"290000","area":"474"} , +{"type":"Feature","id":"n6733461098","geometry":{"type":"Point","coordinates":[0.2539986,51.5588602]},"properties":{"@type":"node","@id":6733461098,"@timestamp":1566422317},"coords":"51.5588602,0.2539986","bedrooms":"4","price":"246000","area":"360"} , +{"type":"Feature","id":"n6733529790","geometry":{"type":"Point","coordinates":[0.5275999,51.2525223]},"properties":{"@type":"node","@id":6733529790,"@timestamp":1621068206},"coords":"51.2525223,0.5275999","bedrooms":"3","price":"235000","area":"476"} , +{"type":"Feature","id":"n6733529816","geometry":{"type":"Point","coordinates":[0.5419041,51.2362051]},"properties":{"@type":"node","@id":6733529816,"@timestamp":1566425203},"coords":"51.2362051,0.5419041","bedrooms":"4","price":"260000","area":"582"} , +{"type":"Feature","id":"n6733761200","geometry":{"type":"Point","coordinates":[-0.5003071,51.8886021]},"properties":{"@type":"node","@id":6733761200,"@timestamp":1566426457},"coords":"51.8886021,-0.5003071","bedrooms":"1","price":"170000","area":"423"} , +{"type":"Feature","id":"n6734021666","geometry":{"type":"Point","coordinates":[-0.2436748,51.4987194]},"properties":{"@type":"node","@id":6734021666,"@timestamp":1625541792},"coords":"51.4987194,-0.2436748","bedrooms":"4","price":"280000","area":"634"} , +{"type":"Feature","id":"n6734986872","geometry":{"type":"Point","coordinates":[0.5336036,51.2329052]},"properties":{"@type":"node","@id":6734986872,"@timestamp":1566470211},"coords":"51.2329052,0.5336036","bedrooms":"0","price":"256000","area":"453"} , +{"type":"Feature","id":"n6734989694","geometry":{"type":"Point","coordinates":[0.527425,51.2333312]},"properties":{"@type":"node","@id":6734989694,"@timestamp":1566470211},"coords":"51.2333312,0.527425","bedrooms":"1","price":"261000","area":"490"} , +{"type":"Feature","id":"n6735090986","geometry":{"type":"Point","coordinates":[-0.1818432,51.4853797]},"properties":{"@type":"node","@id":6735090986,"@timestamp":1607338504},"coords":"51.4853797,-0.1818432","bedrooms":"2","price":"152000","area":"488"} , +{"type":"Feature","id":"n6735092354","geometry":{"type":"Point","coordinates":[0.2874684,51.4855963]},"properties":{"@type":"node","@id":6735092354,"@timestamp":1571683669},"coords":"51.4855963,0.2874684","bedrooms":"1","price":"174000","area":"631"} , +{"type":"Feature","id":"n6735608526","geometry":{"type":"Point","coordinates":[-0.6580558,51.9078392]},"properties":{"@type":"node","@id":6735608526,"@timestamp":1566484988},"coords":"51.9078392,-0.6580558","bedrooms":"4","price":"259000","area":"424"} , +{"type":"Feature","id":"n6735879802","geometry":{"type":"Point","coordinates":[-0.6531606,51.5344525]},"properties":{"@type":"node","@id":6735879802,"@timestamp":1606243205},"coords":"51.5344525,-0.6531606","bedrooms":"0","price":"242000","area":"395"} , +{"type":"Feature","id":"n6735879812","geometry":{"type":"Point","coordinates":[-0.6393419,51.5288061]},"properties":{"@type":"node","@id":6735879812,"@timestamp":1606346655},"coords":"51.5288061,-0.6393419","bedrooms":"3","price":"171000","area":"393"} , +{"type":"Feature","id":"n6735879822","geometry":{"type":"Point","coordinates":[-0.6530721,51.5335999]},"properties":{"@type":"node","@id":6735879822,"@timestamp":1606243205},"coords":"51.5335999,-0.6530721","bedrooms":"1","price":"165000","area":"578"} , +{"type":"Feature","id":"n6735981368","geometry":{"type":"Point","coordinates":[-0.7650377,51.2971022]},"properties":{"@type":"node","@id":6735981368,"@timestamp":1566488569},"coords":"51.2971022,-0.7650377","bedrooms":"4","price":"295000","area":"451"} , +{"type":"Feature","id":"n6735981378","geometry":{"type":"Point","coordinates":[-0.7855539,51.2946619]},"properties":{"@type":"node","@id":6735981378,"@timestamp":1566488569},"coords":"51.2946619,-0.7855539","bedrooms":"1","price":"247000","area":"386"} , +{"type":"Feature","id":"n6735981388","geometry":{"type":"Point","coordinates":[-0.7783978,51.3037381]},"properties":{"@type":"node","@id":6735981388,"@timestamp":1566488569},"coords":"51.3037381,-0.7783978","bedrooms":"2","price":"274000","area":"510"} , +{"type":"Feature","id":"n6736375551","geometry":{"type":"Point","coordinates":[0.2665794,50.9554869]},"properties":{"@type":"node","@id":6736375551,"@timestamp":1566495906},"coords":"50.9554869,0.2665794","bedrooms":"2","price":"228000","area":"514"} , +{"type":"Feature","id":"n6737780736","geometry":{"type":"Point","coordinates":[-0.1929469,51.5244817]},"properties":{"@type":"node","@id":6737780736,"@timestamp":1566532243},"coords":"51.5244817,-0.1929469","bedrooms":"3","price":"226000","area":"499"} , +{"type":"Feature","id":"n6738300687","geometry":{"type":"Point","coordinates":[0.0034403,51.5430113]},"properties":{"@type":"node","@id":6738300687,"@timestamp":1626086207},"coords":"51.5430113,0.0034403","bedrooms":"1","price":"256000","area":"457"} , +{"type":"Feature","id":"n6738357189","geometry":{"type":"Point","coordinates":[-0.1764862,51.497915]},"properties":{"@type":"node","@id":6738357189,"@timestamp":1567503174},"coords":"51.497915,-0.1764862","bedrooms":"3","price":"200000","area":"402"} , +{"type":"Feature","id":"n6738576315","geometry":{"type":"Point","coordinates":[0.5176385,51.2054868]},"properties":{"@type":"node","@id":6738576315,"@timestamp":1566560923},"coords":"51.2054868,0.5176385","bedrooms":"0","price":"227000","area":"395"} , +{"type":"Feature","id":"n6738880757","geometry":{"type":"Point","coordinates":[-0.547549,51.2607071]},"properties":{"@type":"node","@id":6738880757,"@timestamp":1566569019},"coords":"51.2607071,-0.547549","bedrooms":"3","price":"272000","area":"658"} , +{"type":"Feature","id":"n6738923991","geometry":{"type":"Point","coordinates":[-0.1179555,51.2106323]},"properties":{"@type":"node","@id":6738923991,"@timestamp":1566569827},"coords":"51.2106323,-0.1179555","bedrooms":"3","price":"231000","area":"533"} , +{"type":"Feature","id":"n6738924001","geometry":{"type":"Point","coordinates":[-0.1096112,51.2184265]},"properties":{"@type":"node","@id":6738924001,"@timestamp":1566569827},"coords":"51.2184265,-0.1096112","bedrooms":"2","price":"232000","area":"601"} , +{"type":"Feature","id":"n6738952996","geometry":{"type":"Point","coordinates":[-0.0939085,51.5070342]},"properties":{"@type":"node","@id":6738952996,"@timestamp":1566570915},"coords":"51.5070342,-0.0939085","bedrooms":"4","price":"256000","area":"640"} , +{"type":"Feature","id":"n6739984320","geometry":{"type":"Point","coordinates":[-0.1946398,51.5234024]},"properties":{"@type":"node","@id":6739984320,"@timestamp":1566587360},"coords":"51.5234024,-0.1946398","bedrooms":"2","price":"187000","area":"425"} , +{"type":"Feature","id":"n6740031587","geometry":{"type":"Point","coordinates":[-0.227503,51.5835638]},"properties":{"@type":"node","@id":6740031587,"@timestamp":1616681882},"coords":"51.5835638,-0.227503","bedrooms":"4","price":"230000","area":"482"} , +{"type":"Feature","id":"n6741160036","geometry":{"type":"Point","coordinates":[-0.2064765,51.8237831]},"properties":{"@type":"node","@id":6741160036,"@timestamp":1566604210},"coords":"51.8237831,-0.2064765","bedrooms":"2","price":"190000","area":"632"} , +{"type":"Feature","id":"n6741510504","geometry":{"type":"Point","coordinates":[-0.0111743,51.5350407]},"properties":{"@type":"node","@id":6741510504,"@timestamp":1566613573},"coords":"51.5350407,-0.0111743","bedrooms":"4","price":"293000","area":"353"} , +{"type":"Feature","id":"n6741584057","geometry":{"type":"Point","coordinates":[-0.0039887,51.5496928]},"properties":{"@type":"node","@id":6741584057,"@timestamp":1566617854},"coords":"51.5496928,-0.0039887","bedrooms":"4","price":"192000","area":"457"} , +{"type":"Feature","id":"n6741788131","geometry":{"type":"Point","coordinates":[-0.508697,51.8780011]},"properties":{"@type":"node","@id":6741788131,"@timestamp":1566633402},"coords":"51.8780011,-0.508697","bedrooms":"4","price":"235000","area":"596"} , +{"type":"Feature","id":"n6741935728","geometry":{"type":"Point","coordinates":[-0.8095773,51.8063812]},"properties":{"@type":"node","@id":6741935728,"@timestamp":1566642184},"coords":"51.8063812,-0.8095773","bedrooms":"1","price":"296000","area":"483"} , +{"type":"Feature","id":"n6741970630","geometry":{"type":"Point","coordinates":[-0.8044863,51.8103407]},"properties":{"@type":"node","@id":6741970630,"@timestamp":1566641584},"coords":"51.8103407,-0.8044863","bedrooms":"4","price":"208000","area":"493"} , +{"type":"Feature","id":"n6742217980","geometry":{"type":"Point","coordinates":[-0.1441057,51.4962419]},"properties":{"@type":"node","@id":6742217980,"@timestamp":1573581551},"coords":"51.4962419,-0.1441057","bedrooms":"1","price":"192000","area":"583"} , +{"type":"Feature","id":"n6742376231","geometry":{"type":"Point","coordinates":[-0.1969627,51.5248717]},"properties":{"@type":"node","@id":6742376231,"@timestamp":1566660719},"coords":"51.5248717,-0.1969627","bedrooms":"0","price":"259000","area":"384"} , +{"type":"Feature","id":"n6742380764","geometry":{"type":"Point","coordinates":[-0.1465561,51.5641152]},"properties":{"@type":"node","@id":6742380764,"@timestamp":1566662786},"coords":"51.5641152,-0.1465561","bedrooms":"1","price":"296000","area":"623"} , +{"type":"Feature","id":"n6742397310","geometry":{"type":"Point","coordinates":[-0.1504246,51.5610769]},"properties":{"@type":"node","@id":6742397310,"@timestamp":1566663481},"coords":"51.5610769,-0.1504246","bedrooms":"0","price":"230000","area":"386"} , +{"type":"Feature","id":"n6742421557","geometry":{"type":"Point","coordinates":[-0.9703123,51.4558171]},"properties":{"@type":"node","@id":6742421557,"@timestamp":1581396479},"coords":"51.4558171,-0.9703123","bedrooms":"1","price":"226000","area":"549"} , +{"type":"Feature","id":"n6742455587","geometry":{"type":"Point","coordinates":[-0.607579,51.4842754]},"properties":{"@type":"node","@id":6742455587,"@timestamp":1566668019},"coords":"51.4842754,-0.607579","bedrooms":"0","price":"258000","area":"531"} , +{"type":"Feature","id":"n6742518886","geometry":{"type":"Point","coordinates":[-0.1854205,51.4811451]},"properties":{"@type":"node","@id":6742518886,"@timestamp":1571042033},"coords":"51.4811451,-0.1854205","bedrooms":"1","price":"253000","area":"482"} , +{"type":"Feature","id":"n6743315047","geometry":{"type":"Point","coordinates":[-0.0175936,51.544167]},"properties":{"@type":"node","@id":6743315047,"@timestamp":1628136296},"coords":"51.544167,-0.0175936","bedrooms":"2","price":"223000","area":"511"} , +{"type":"Feature","id":"n6743710644","geometry":{"type":"Point","coordinates":[-0.9571471,51.4478591]},"properties":{"@type":"node","@id":6743710644,"@timestamp":1566726146},"coords":"51.4478591,-0.9571471","bedrooms":"0","price":"201000","area":"598"} , +{"type":"Feature","id":"n6743926770","geometry":{"type":"Point","coordinates":[-0.1974615,51.5236987]},"properties":{"@type":"node","@id":6743926770,"@timestamp":1566735408},"coords":"51.5236987,-0.1974615","bedrooms":"4","price":"233000","area":"421"} , +{"type":"Feature","id":"n6743936010","geometry":{"type":"Point","coordinates":[-0.1960822,51.5233311]},"properties":{"@type":"node","@id":6743936010,"@timestamp":1566735408},"coords":"51.5233311,-0.1960822","bedrooms":"2","price":"281000","area":"547"} , +{"type":"Feature","id":"n6743964553","geometry":{"type":"Point","coordinates":[-0.6803588,51.5222932]},"properties":{"@type":"node","@id":6743964553,"@timestamp":1566740624},"coords":"51.5222932,-0.6803588","bedrooms":"0","price":"298000","area":"419"} , +{"type":"Feature","id":"n6743987489","geometry":{"type":"Point","coordinates":[-0.1436561,51.4951502]},"properties":{"@type":"node","@id":6743987489,"@timestamp":1566737787},"coords":"51.4951502,-0.1436561","bedrooms":"4","price":"190000","area":"557"} , +{"type":"Feature","id":"n6744118350","geometry":{"type":"Point","coordinates":[-0.653657,51.9218195]},"properties":{"@type":"node","@id":6744118350,"@timestamp":1566745075},"coords":"51.9218195,-0.653657","bedrooms":"3","price":"212000","area":"664"} , +{"type":"Feature","id":"n6744131494","geometry":{"type":"Point","coordinates":[-0.7816252,51.7613202]},"properties":{"@type":"node","@id":6744131494,"@timestamp":1567023889},"coords":"51.7613202,-0.7816252","bedrooms":"3","price":"257000","area":"522"} , +{"type":"Feature","id":"n6744140193","geometry":{"type":"Point","coordinates":[0.195371,51.1284989]},"properties":{"@type":"node","@id":6744140193,"@timestamp":1566746058},"coords":"51.1284989,0.195371","bedrooms":"0","price":"253000","area":"668"} , +{"type":"Feature","id":"n6744219922","geometry":{"type":"Point","coordinates":[-0.7817821,51.7592106]},"properties":{"@type":"node","@id":6744219922,"@timestamp":1628032707},"coords":"51.7592106,-0.7817821","bedrooms":"4","price":"222000","area":"405"} , +{"type":"Feature","id":"n6744286662","geometry":{"type":"Point","coordinates":[-0.8207184,51.7695919]},"properties":{"@type":"node","@id":6744286662,"@timestamp":1566750955},"coords":"51.7695919,-0.8207184","bedrooms":"0","price":"195000","area":"406"} , +{"type":"Feature","id":"n6744286676","geometry":{"type":"Point","coordinates":[-0.8206426,51.7700906]},"properties":{"@type":"node","@id":6744286676,"@timestamp":1566750955},"coords":"51.7700906,-0.8206426","bedrooms":"3","price":"170000","area":"501"} , +{"type":"Feature","id":"n6744402823","geometry":{"type":"Point","coordinates":[-0.1956429,51.4791911]},"properties":{"@type":"node","@id":6744402823,"@timestamp":1566752075},"coords":"51.4791911,-0.1956429","bedrooms":"3","price":"168000","area":"503"} , +{"type":"Feature","id":"n6744433915","geometry":{"type":"Point","coordinates":[-0.7804397,51.7611534]},"properties":{"@type":"node","@id":6744433915,"@timestamp":1566752177},"coords":"51.7611534,-0.7804397","bedrooms":"2","price":"221000","area":"414"} , +{"type":"Feature","id":"n6744459536","geometry":{"type":"Point","coordinates":[0.1668862,51.119739]},"properties":{"@type":"node","@id":6744459536,"@timestamp":1566753577},"coords":"51.119739,0.1668862","bedrooms":"3","price":"235000","area":"597"} , +{"type":"Feature","id":"n6744897339","geometry":{"type":"Point","coordinates":[0.4084032,51.2941246]},"properties":{"@type":"node","@id":6744897339,"@timestamp":1634850040},"coords":"51.2941246,0.4084032","bedrooms":"4","price":"183000","area":"479"} , +{"type":"Feature","id":"n6745072127","geometry":{"type":"Point","coordinates":[-0.0030973,51.5801426]},"properties":{"@type":"node","@id":6745072127,"@timestamp":1634759083},"coords":"51.5801426,-0.0030973","bedrooms":"3","price":"200000","area":"563"} , +{"type":"Feature","id":"n6745103033","geometry":{"type":"Point","coordinates":[0.0019951,51.5820794]},"properties":{"@type":"node","@id":6745103033,"@timestamp":1634752718},"coords":"51.5820794,0.0019951","bedrooms":"0","price":"219000","area":"461"} , +{"type":"Feature","id":"n6745473673","geometry":{"type":"Point","coordinates":[-0.2035174,51.4891328]},"properties":{"@type":"node","@id":6745473673,"@timestamp":1610917301},"coords":"51.4891328,-0.2035174","bedrooms":"2","price":"158000","area":"386"} , +{"type":"Feature","id":"n6745507438","geometry":{"type":"Point","coordinates":[-0.3327366,51.3012715]},"properties":{"@type":"node","@id":6745507438,"@timestamp":1617875342},"coords":"51.3012715,-0.3327366","bedrooms":"4","price":"187000","area":"631"} , +{"type":"Feature","id":"n6745574805","geometry":{"type":"Point","coordinates":[-0.8338559,51.7723778]},"properties":{"@type":"node","@id":6745574805,"@timestamp":1566807663},"coords":"51.7723778,-0.8338559","bedrooms":"4","price":"230000","area":"375"} , +{"type":"Feature","id":"n6745654949","geometry":{"type":"Point","coordinates":[-0.198455,51.3899933]},"properties":{"@type":"node","@id":6745654949,"@timestamp":1566812295},"coords":"51.3899933,-0.198455","bedrooms":"0","price":"225000","area":"444"} , +{"type":"Feature","id":"n6745713634","geometry":{"type":"Point","coordinates":[-0.4144648,51.5099357]},"properties":{"@type":"node","@id":6745713634,"@timestamp":1566812510},"coords":"51.5099357,-0.4144648","bedrooms":"1","price":"173000","area":"508"} , +{"type":"Feature","id":"n6745786142","geometry":{"type":"Point","coordinates":[-0.4199709,51.5076716]},"properties":{"@type":"node","@id":6745786142,"@timestamp":1566814337},"coords":"51.5076716,-0.4199709","bedrooms":"4","price":"199000","area":"593"} , +{"type":"Feature","id":"n6745869226","geometry":{"type":"Point","coordinates":[-0.476442,51.5104035]},"properties":{"@type":"node","@id":6745869226,"@timestamp":1566816825},"coords":"51.5104035,-0.476442","bedrooms":"1","price":"150000","area":"440"} , +{"type":"Feature","id":"n6745947213","geometry":{"type":"Point","coordinates":[-0.1204691,50.9649379]},"properties":{"@type":"node","@id":6745947213,"@timestamp":1566818832},"coords":"50.9649379,-0.1204691","bedrooms":"3","price":"256000","area":"538"} , +{"type":"Feature","id":"n6746035109","geometry":{"type":"Point","coordinates":[-0.5996305,51.5200355]},"properties":{"@type":"node","@id":6746035109,"@timestamp":1572186536},"coords":"51.5200355,-0.5996305","bedrooms":"2","price":"224000","area":"481"} , +{"type":"Feature","id":"n6746113427","geometry":{"type":"Point","coordinates":[0.0762337,51.5330087]},"properties":{"@type":"node","@id":6746113427,"@timestamp":1566823475},"coords":"51.5330087,0.0762337","bedrooms":"2","price":"270000","area":"634"} , +{"type":"Feature","id":"n6746163135","geometry":{"type":"Point","coordinates":[-0.2642957,51.4907929]},"properties":{"@type":"node","@id":6746163135,"@timestamp":1566825664},"coords":"51.4907929,-0.2642957","bedrooms":"1","price":"298000","area":"460"} , +{"type":"Feature","id":"n6746329282","geometry":{"type":"Point","coordinates":[-0.0755766,51.0080692]},"properties":{"@type":"node","@id":6746329282,"@timestamp":1566827820},"coords":"51.0080692,-0.0755766","bedrooms":"3","price":"213000","area":"693"} , +{"type":"Feature","id":"n6746521551","geometry":{"type":"Point","coordinates":[-0.1528337,51.4803544]},"properties":{"@type":"node","@id":6746521551,"@timestamp":1599593049},"coords":"51.4803544,-0.1528337","bedrooms":"0","price":"153000","area":"457"} , +{"type":"Feature","id":"n6746591350","geometry":{"type":"Point","coordinates":[0.8516121,51.0596328]},"properties":{"@type":"node","@id":6746591350,"@timestamp":1566832766},"coords":"51.0596328,0.8516121","bedrooms":"0","price":"153000","area":"664"} , +{"type":"Feature","id":"n6746591360","geometry":{"type":"Point","coordinates":[0.8368975,51.0601975]},"properties":{"@type":"node","@id":6746591360,"@timestamp":1566832766},"coords":"51.0601975,0.8368975","bedrooms":"2","price":"201000","area":"544"} , +{"type":"Feature","id":"n6746591385","geometry":{"type":"Point","coordinates":[0.8223465,51.0601301]},"properties":{"@type":"node","@id":6746591385,"@timestamp":1599730824},"coords":"51.0601301,0.8223465","bedrooms":"1","price":"268000","area":"623"} , +{"type":"Feature","id":"n6746754264","geometry":{"type":"Point","coordinates":[-0.6478232,51.9153825]},"properties":{"@type":"node","@id":6746754264,"@timestamp":1566837356},"coords":"51.9153825,-0.6478232","bedrooms":"0","price":"266000","area":"525"} , +{"type":"Feature","id":"n6746809873","geometry":{"type":"Point","coordinates":[-0.3068372,51.5866301]},"properties":{"@type":"node","@id":6746809873,"@timestamp":1623683506},"coords":"51.5866301,-0.3068372","bedrooms":"2","price":"295000","area":"378"} , +{"type":"Feature","id":"n6746819254","geometry":{"type":"Point","coordinates":[-0.1961521,51.8129909]},"properties":{"@type":"node","@id":6746819254,"@timestamp":1566839411},"coords":"51.8129909,-0.1961521","bedrooms":"3","price":"167000","area":"674"} , +{"type":"Feature","id":"n6746885882","geometry":{"type":"Point","coordinates":[-0.583882,51.9292513]},"properties":{"@type":"node","@id":6746885882,"@timestamp":1566841509},"coords":"51.9292513,-0.583882","bedrooms":"3","price":"207000","area":"401"} , +{"type":"Feature","id":"n6746896865","geometry":{"type":"Point","coordinates":[-0.195458,51.8126619]},"properties":{"@type":"node","@id":6746896865,"@timestamp":1566841417},"coords":"51.8126619,-0.195458","bedrooms":"4","price":"264000","area":"611"} , +{"type":"Feature","id":"n6746896875","geometry":{"type":"Point","coordinates":[-0.1953766,51.8125699]},"properties":{"@type":"node","@id":6746896875,"@timestamp":1566841417},"coords":"51.8125699,-0.1953766","bedrooms":"2","price":"223000","area":"665"} , +{"type":"Feature","id":"n6746901594","geometry":{"type":"Point","coordinates":[-0.1956211,51.8131251]},"properties":{"@type":"node","@id":6746901594,"@timestamp":1566841417},"coords":"51.8131251,-0.1956211","bedrooms":"4","price":"276000","area":"548"} , +{"type":"Feature","id":"n6746901604","geometry":{"type":"Point","coordinates":[-0.1967321,51.8130819]},"properties":{"@type":"node","@id":6746901604,"@timestamp":1566841417},"coords":"51.8130819,-0.1967321","bedrooms":"1","price":"254000","area":"440"} , +{"type":"Feature","id":"n6746990789","geometry":{"type":"Point","coordinates":[-0.146116,51.5029992]},"properties":{"@type":"node","@id":6746990789,"@timestamp":1629401780},"coords":"51.5029992,-0.146116","bedrooms":"1","price":"169000","area":"635"} , +{"type":"Feature","id":"n6746997564","geometry":{"type":"Point","coordinates":[-0.4517856,51.9055856]},"properties":{"@type":"node","@id":6746997564,"@timestamp":1613577599},"coords":"51.9055856,-0.4517856","bedrooms":"1","price":"155000","area":"695"} , +{"type":"Feature","id":"n6746997574","geometry":{"type":"Point","coordinates":[-0.4507771,51.9054119]},"properties":{"@type":"node","@id":6746997574,"@timestamp":1613577599},"coords":"51.9054119,-0.4507771","bedrooms":"3","price":"229000","area":"474"} , +{"type":"Feature","id":"n6746997584","geometry":{"type":"Point","coordinates":[-0.4498839,51.9051239]},"properties":{"@type":"node","@id":6746997584,"@timestamp":1613577599},"coords":"51.9051239,-0.4498839","bedrooms":"1","price":"297000","area":"432"} , +{"type":"Feature","id":"n6747000694","geometry":{"type":"Point","coordinates":[-0.1949765,51.8137771]},"properties":{"@type":"node","@id":6747000694,"@timestamp":1566845540},"coords":"51.8137771,-0.1949765","bedrooms":"3","price":"268000","area":"553"} , +{"type":"Feature","id":"n6747000704","geometry":{"type":"Point","coordinates":[-0.1948828,51.8145218]},"properties":{"@type":"node","@id":6747000704,"@timestamp":1566845540},"coords":"51.8145218,-0.1948828","bedrooms":"3","price":"164000","area":"508"} , +{"type":"Feature","id":"n6747000751","geometry":{"type":"Point","coordinates":[-0.1941479,51.8147044]},"properties":{"@type":"node","@id":6747000751,"@timestamp":1566845540},"coords":"51.8147044,-0.1941479","bedrooms":"1","price":"221000","area":"556"} , +{"type":"Feature","id":"n6747000768","geometry":{"type":"Point","coordinates":[-0.1945997,51.8155568]},"properties":{"@type":"node","@id":6747000768,"@timestamp":1566845540},"coords":"51.8155568,-0.1945997","bedrooms":"3","price":"162000","area":"512"} , +{"type":"Feature","id":"n6747000778","geometry":{"type":"Point","coordinates":[-0.1948551,51.8160549]},"properties":{"@type":"node","@id":6747000778,"@timestamp":1566845540},"coords":"51.8160549,-0.1948551","bedrooms":"3","price":"265000","area":"549"} , +{"type":"Feature","id":"n6747000788","geometry":{"type":"Point","coordinates":[-0.1946157,51.8161499]},"properties":{"@type":"node","@id":6747000788,"@timestamp":1566845540},"coords":"51.8161499,-0.1946157","bedrooms":"3","price":"190000","area":"528"} , +{"type":"Feature","id":"n6747000798","geometry":{"type":"Point","coordinates":[-0.1949794,51.816468]},"properties":{"@type":"node","@id":6747000798,"@timestamp":1566845540},"coords":"51.816468,-0.1949794","bedrooms":"2","price":"231000","area":"538"} , +{"type":"Feature","id":"n6747000808","geometry":{"type":"Point","coordinates":[-0.1951473,51.8155626]},"properties":{"@type":"node","@id":6747000808,"@timestamp":1566845540},"coords":"51.8155626,-0.1951473","bedrooms":"4","price":"191000","area":"385"} , +{"type":"Feature","id":"n6747000818","geometry":{"type":"Point","coordinates":[-0.1957909,51.8142112]},"properties":{"@type":"node","@id":6747000818,"@timestamp":1568584232},"coords":"51.8142112,-0.1957909","bedrooms":"0","price":"221000","area":"535"} , +{"type":"Feature","id":"n6747001688","geometry":{"type":"Point","coordinates":[-0.1490443,51.5028231]},"properties":{"@type":"node","@id":6747001688,"@timestamp":1566845556},"coords":"51.5028231,-0.1490443","bedrooms":"0","price":"263000","area":"668"} , +{"type":"Feature","id":"n6747002285","geometry":{"type":"Point","coordinates":[-0.1286269,51.508179]},"properties":{"@type":"node","@id":6747002285,"@timestamp":1566845564},"coords":"51.508179,-0.1286269","bedrooms":"0","price":"243000","area":"376"} , +{"type":"Feature","id":"n6747003920","geometry":{"type":"Point","coordinates":[-0.3602717,51.2804889]},"properties":{"@type":"node","@id":6747003920,"@timestamp":1566846097},"coords":"51.2804889,-0.3602717","bedrooms":"2","price":"211000","area":"498"} , +{"type":"Feature","id":"n6747004391","geometry":{"type":"Point","coordinates":[-0.4497364,51.9054152]},"properties":{"@type":"node","@id":6747004391,"@timestamp":1613577599},"coords":"51.9054152,-0.4497364","bedrooms":"1","price":"151000","area":"658"} , +{"type":"Feature","id":"n6747004401","geometry":{"type":"Point","coordinates":[-0.4500609,51.9058256]},"properties":{"@type":"node","@id":6747004401,"@timestamp":1613577599},"coords":"51.9058256,-0.4500609","bedrooms":"4","price":"277000","area":"421"} , +{"type":"Feature","id":"n6747004411","geometry":{"type":"Point","coordinates":[-0.4501173,51.9060986]},"properties":{"@type":"node","@id":6747004411,"@timestamp":1613671088},"coords":"51.9060986,-0.4501173","bedrooms":"0","price":"255000","area":"377"} , +{"type":"Feature","id":"n6747004421","geometry":{"type":"Point","coordinates":[-0.4522836,51.9058765]},"properties":{"@type":"node","@id":6747004421,"@timestamp":1613577599},"coords":"51.9058765,-0.4522836","bedrooms":"4","price":"273000","area":"528"} , +{"type":"Feature","id":"n6747004431","geometry":{"type":"Point","coordinates":[-0.452128,51.9062637]},"properties":{"@type":"node","@id":6747004431,"@timestamp":1613577599},"coords":"51.9062637,-0.452128","bedrooms":"3","price":"263000","area":"696"} , +{"type":"Feature","id":"n6747004441","geometry":{"type":"Point","coordinates":[-0.4518437,51.9068313]},"properties":{"@type":"node","@id":6747004441,"@timestamp":1613577599},"coords":"51.9068313,-0.4518437","bedrooms":"2","price":"157000","area":"423"} , +{"type":"Feature","id":"n6747004451","geometry":{"type":"Point","coordinates":[-0.4523694,51.9070994]},"properties":{"@type":"node","@id":6747004451,"@timestamp":1613577599},"coords":"51.9070994,-0.4523694","bedrooms":"4","price":"234000","area":"570"} , +{"type":"Feature","id":"n6747004461","geometry":{"type":"Point","coordinates":[-0.4475243,51.9093715]},"properties":{"@type":"node","@id":6747004461,"@timestamp":1613576020},"coords":"51.9093715,-0.4475243","bedrooms":"1","price":"279000","area":"501"} , +{"type":"Feature","id":"n6747011147","geometry":{"type":"Point","coordinates":[-0.19594,51.8137911]},"properties":{"@type":"node","@id":6747011147,"@timestamp":1566847312},"coords":"51.8137911,-0.19594","bedrooms":"0","price":"294000","area":"376"} , +{"type":"Feature","id":"n6747140264","geometry":{"type":"Point","coordinates":[0.0765527,51.5316336]},"properties":{"@type":"node","@id":6747140264,"@timestamp":1566851457},"coords":"51.5316336,0.0765527","bedrooms":"3","price":"241000","area":"401"} , +{"type":"Feature","id":"n6747258062","geometry":{"type":"Point","coordinates":[-0.1535672,51.4770487]},"properties":{"@type":"node","@id":6747258062,"@timestamp":1630698437},"coords":"51.4770487,-0.1535672","bedrooms":"2","price":"242000","area":"458"} , +{"type":"Feature","id":"n6747261099","geometry":{"type":"Point","coordinates":[-0.5846947,51.9091696]},"properties":{"@type":"node","@id":6747261099,"@timestamp":1566856305},"coords":"51.9091696,-0.5846947","bedrooms":"4","price":"152000","area":"541"} , +{"type":"Feature","id":"n6747280895","geometry":{"type":"Point","coordinates":[-0.150912,51.4785724]},"properties":{"@type":"node","@id":6747280895,"@timestamp":1566857156},"coords":"51.4785724,-0.150912","bedrooms":"4","price":"226000","area":"527"} , +{"type":"Feature","id":"n6747288704","geometry":{"type":"Point","coordinates":[-0.1509239,51.4786629]},"properties":{"@type":"node","@id":6747288704,"@timestamp":1566857396},"coords":"51.4786629,-0.1509239","bedrooms":"2","price":"217000","area":"620"} , +{"type":"Feature","id":"n6747343692","geometry":{"type":"Point","coordinates":[-0.0707483,51.6045391]},"properties":{"@type":"node","@id":6747343692,"@timestamp":1626294431},"coords":"51.6045391,-0.0707483","bedrooms":"2","price":"298000","area":"584"} , +{"type":"Feature","id":"n6749121739","geometry":{"type":"Point","coordinates":[-0.7654752,51.5729896]},"properties":{"@type":"node","@id":6749121739,"@timestamp":1588031117},"coords":"51.5729896,-0.7654752","bedrooms":"4","price":"169000","area":"405"} , +{"type":"Feature","id":"n6749203978","geometry":{"type":"Point","coordinates":[-0.1088604,51.4130224]},"properties":{"@type":"node","@id":6749203978,"@timestamp":1566892687},"coords":"51.4130224,-0.1088604","bedrooms":"4","price":"261000","area":"370"} , +{"type":"Feature","id":"n6749222524","geometry":{"type":"Point","coordinates":[-0.4304391,51.5044364]},"properties":{"@type":"node","@id":6749222524,"@timestamp":1571034249},"coords":"51.5044364,-0.4304391","bedrooms":"4","price":"199000","area":"478"} , +{"type":"Feature","id":"n6749230726","geometry":{"type":"Point","coordinates":[-0.241151,51.5095208]},"properties":{"@type":"node","@id":6749230726,"@timestamp":1617514872},"coords":"51.5095208,-0.241151","bedrooms":"2","price":"157000","area":"667"} , +{"type":"Feature","id":"n6749365403","geometry":{"type":"Point","coordinates":[-0.2379946,51.4940107]},"properties":{"@type":"node","@id":6749365403,"@timestamp":1566896657},"coords":"51.4940107,-0.2379946","bedrooms":"1","price":"241000","area":"572"} , +{"type":"Feature","id":"n6749417220","geometry":{"type":"Point","coordinates":[-0.1299405,51.5103329]},"properties":{"@type":"node","@id":6749417220,"@timestamp":1566899674},"coords":"51.5103329,-0.1299405","bedrooms":"2","price":"223000","area":"618"} , +{"type":"Feature","id":"n6749474096","geometry":{"type":"Point","coordinates":[-0.3079496,51.161128]},"properties":{"@type":"node","@id":6749474096,"@timestamp":1566899865},"coords":"51.161128,-0.3079496","bedrooms":"2","price":"208000","area":"590"} , +{"type":"Feature","id":"n6749496770","geometry":{"type":"Point","coordinates":[-0.2525728,51.4957326]},"properties":{"@type":"node","@id":6749496770,"@timestamp":1566901049},"coords":"51.4957326,-0.2525728","bedrooms":"3","price":"200000","area":"600"} , +{"type":"Feature","id":"n6749559003","geometry":{"type":"Point","coordinates":[-0.8414604,51.6974889]},"properties":{"@type":"node","@id":6749559003,"@timestamp":1566901716},"coords":"51.6974889,-0.8414604","bedrooms":"4","price":"292000","area":"478"} , +{"type":"Feature","id":"n6749578566","geometry":{"type":"Point","coordinates":[-0.9920355,51.6406488]},"properties":{"@type":"node","@id":6749578566,"@timestamp":1566902153},"coords":"51.6406488,-0.9920355","bedrooms":"3","price":"255000","area":"669"} , +{"type":"Feature","id":"n6749770737","geometry":{"type":"Point","coordinates":[-0.1446613,51.3852702]},"properties":{"@type":"node","@id":6749770737,"@timestamp":1566907645},"coords":"51.3852702,-0.1446613","bedrooms":"3","price":"270000","area":"459"} , +{"type":"Feature","id":"n6749913535","geometry":{"type":"Point","coordinates":[-0.5895006,51.5172686]},"properties":{"@type":"node","@id":6749913535,"@timestamp":1566911150},"coords":"51.5172686,-0.5895006","bedrooms":"4","price":"287000","area":"661"} , +{"type":"Feature","id":"n6749997691","geometry":{"type":"Point","coordinates":[-0.5018347,51.4210835]},"properties":{"@type":"node","@id":6749997691,"@timestamp":1566913304},"coords":"51.4210835,-0.5018347","bedrooms":"2","price":"191000","area":"692"} , +{"type":"Feature","id":"n6750087291","geometry":{"type":"Point","coordinates":[-0.3155217,51.5134382]},"properties":{"@type":"node","@id":6750087291,"@timestamp":1566915756},"coords":"51.5134382,-0.3155217","bedrooms":"0","price":"284000","area":"644"} , +{"type":"Feature","id":"n6750100141","geometry":{"type":"Point","coordinates":[-0.6757005,51.9162099]},"properties":{"@type":"node","@id":6750100141,"@timestamp":1566915714},"coords":"51.9162099,-0.6757005","bedrooms":"3","price":"151000","area":"491"} , +{"type":"Feature","id":"n6750100151","geometry":{"type":"Point","coordinates":[-0.6747802,51.9163393]},"properties":{"@type":"node","@id":6750100151,"@timestamp":1566915714},"coords":"51.9163393,-0.6747802","bedrooms":"0","price":"242000","area":"579"} , +{"type":"Feature","id":"n6750100161","geometry":{"type":"Point","coordinates":[-0.6764086,51.9154024]},"properties":{"@type":"node","@id":6750100161,"@timestamp":1566915714},"coords":"51.9154024,-0.6764086","bedrooms":"4","price":"280000","area":"679"} , +{"type":"Feature","id":"n6750116248","geometry":{"type":"Point","coordinates":[-0.6759118,51.9152506]},"properties":{"@type":"node","@id":6750116248,"@timestamp":1566916233},"coords":"51.9152506,-0.6759118","bedrooms":"4","price":"226000","area":"561"} , +{"type":"Feature","id":"n6750156798","geometry":{"type":"Point","coordinates":[-0.676625,51.9157907]},"properties":{"@type":"node","@id":6750156798,"@timestamp":1566917180},"coords":"51.9157907,-0.676625","bedrooms":"3","price":"243000","area":"587"} , +{"type":"Feature","id":"n6750291608","geometry":{"type":"Point","coordinates":[-0.3961244,51.872845]},"properties":{"@type":"node","@id":6750291608,"@timestamp":1595199277},"coords":"51.872845,-0.3961244","bedrooms":"2","price":"172000","area":"545"} , +{"type":"Feature","id":"n6751163908","geometry":{"type":"Point","coordinates":[-0.0400581,51.586313]},"properties":{"@type":"node","@id":6751163908,"@timestamp":1566939984},"coords":"51.586313,-0.0400581","bedrooms":"4","price":"248000","area":"398"} , +{"type":"Feature","id":"n6751313206","geometry":{"type":"Point","coordinates":[-1.0968928,51.7384224]},"properties":{"@type":"node","@id":6751313206,"@timestamp":1566946279},"coords":"51.7384224,-1.0968928","bedrooms":"2","price":"245000","area":"581"} , +{"type":"Feature","id":"n6751344014","geometry":{"type":"Point","coordinates":[-0.008367,51.5907807]},"properties":{"@type":"node","@id":6751344014,"@timestamp":1628639694},"coords":"51.5907807,-0.008367","bedrooms":"4","price":"178000","area":"529"} , +{"type":"Feature","id":"n6751790591","geometry":{"type":"Point","coordinates":[-0.1977466,51.5243069]},"properties":{"@type":"node","@id":6751790591,"@timestamp":1566968081},"coords":"51.5243069,-0.1977466","bedrooms":"0","price":"252000","area":"491"} , +{"type":"Feature","id":"n6751790659","geometry":{"type":"Point","coordinates":[-0.1996304,51.5245682]},"properties":{"@type":"node","@id":6751790659,"@timestamp":1566968081},"coords":"51.5245682,-0.1996304","bedrooms":"1","price":"192000","area":"542"} , +{"type":"Feature","id":"n6751990687","geometry":{"type":"Point","coordinates":[-0.4937226,51.3835728]},"properties":{"@type":"node","@id":6751990687,"@timestamp":1580076474},"coords":"51.3835728,-0.4937226","bedrooms":"1","price":"224000","area":"591"} , +{"type":"Feature","id":"n6752879691","geometry":{"type":"Point","coordinates":[-0.1678969,51.4931242]},"properties":{"@type":"node","@id":6752879691,"@timestamp":1604425772},"coords":"51.4931242,-0.1678969","bedrooms":"2","price":"285000","area":"406"} , +{"type":"Feature","id":"n6752879701","geometry":{"type":"Point","coordinates":[-0.1722813,51.4947213]},"properties":{"@type":"node","@id":6752879701,"@timestamp":1604677751},"coords":"51.4947213,-0.1722813","bedrooms":"4","price":"291000","area":"442"} , +{"type":"Feature","id":"n6752940474","geometry":{"type":"Point","coordinates":[0.022928,51.5161935]},"properties":{"@type":"node","@id":6752940474,"@timestamp":1566988678},"coords":"51.5161935,0.022928","bedrooms":"2","price":"271000","area":"625"} , +{"type":"Feature","id":"n6753013538","geometry":{"type":"Point","coordinates":[-0.1957695,51.8073775]},"properties":{"@type":"node","@id":6753013538,"@timestamp":1566989885},"coords":"51.8073775,-0.1957695","bedrooms":"0","price":"228000","area":"394"} , +{"type":"Feature","id":"n6753061475","geometry":{"type":"Point","coordinates":[0.5519635,51.1798933]},"properties":{"@type":"node","@id":6753061475,"@timestamp":1566991823},"coords":"51.1798933,0.5519635","bedrooms":"4","price":"210000","area":"573"} , +{"type":"Feature","id":"n6753196147","geometry":{"type":"Point","coordinates":[-0.5481753,51.3701141]},"properties":{"@type":"node","@id":6753196147,"@timestamp":1629110743},"coords":"51.3701141,-0.5481753","bedrooms":"0","price":"172000","area":"369"} , +{"type":"Feature","id":"n6753442367","geometry":{"type":"Point","coordinates":[-0.4698862,51.435489]},"properties":{"@type":"node","@id":6753442367,"@timestamp":1567000881},"coords":"51.435489,-0.4698862","bedrooms":"0","price":"253000","area":"351"} , +{"type":"Feature","id":"n6753762574","geometry":{"type":"Point","coordinates":[-0.197752,51.1279407]},"properties":{"@type":"node","@id":6753762574,"@timestamp":1567079335},"coords":"51.1279407,-0.197752","bedrooms":"1","price":"257000","area":"589"} , +{"type":"Feature","id":"n6753898813","geometry":{"type":"Point","coordinates":[0.0078247,51.5638332]},"properties":{"@type":"node","@id":6753898813,"@timestamp":1571064427},"coords":"51.5638332,0.0078247","bedrooms":"3","price":"227000","area":"645"} , +{"type":"Feature","id":"n6754018226","geometry":{"type":"Point","coordinates":[0.0261765,51.5070526]},"properties":{"@type":"node","@id":6754018226,"@timestamp":1567017082},"coords":"51.5070526,0.0261765","bedrooms":"4","price":"293000","area":"563"} , +{"type":"Feature","id":"n6754034796","geometry":{"type":"Point","coordinates":[0.0246377,51.5079441]},"properties":{"@type":"node","@id":6754034796,"@timestamp":1619356929},"coords":"51.5079441,0.0246377","bedrooms":"3","price":"299000","area":"615"} , +{"type":"Feature","id":"n6754068490","geometry":{"type":"Point","coordinates":[-0.173446,51.4987978]},"properties":{"@type":"node","@id":6754068490,"@timestamp":1608911119},"coords":"51.4987978,-0.173446","bedrooms":"4","price":"243000","area":"381"} , +{"type":"Feature","id":"n6754100893","geometry":{"type":"Point","coordinates":[-0.001335,51.508359]},"properties":{"@type":"node","@id":6754100893,"@timestamp":1567019539},"coords":"51.508359,-0.001335","bedrooms":"1","price":"166000","area":"514"} , +{"type":"Feature","id":"n6754100904","geometry":{"type":"Point","coordinates":[0.002581,51.5081571]},"properties":{"@type":"node","@id":6754100904,"@timestamp":1622979680},"coords":"51.5081571,0.002581","bedrooms":"2","price":"253000","area":"645"} , +{"type":"Feature","id":"n6754103885","geometry":{"type":"Point","coordinates":[-0.1631349,51.4874179]},"properties":{"@type":"node","@id":6754103885,"@timestamp":1612201901},"coords":"51.4874179,-0.1631349","bedrooms":"0","price":"247000","area":"640"} , +{"type":"Feature","id":"n6754227640","geometry":{"type":"Point","coordinates":[-0.7801741,51.7624117]},"properties":{"@type":"node","@id":6754227640,"@timestamp":1567023889},"coords":"51.7624117,-0.7801741","bedrooms":"3","price":"191000","area":"353"} , +{"type":"Feature","id":"n6754227671","geometry":{"type":"Point","coordinates":[-0.7807133,51.762049]},"properties":{"@type":"node","@id":6754227671,"@timestamp":1567023889},"coords":"51.762049,-0.7807133","bedrooms":"1","price":"282000","area":"555"} , +{"type":"Feature","id":"n6754430403","geometry":{"type":"Point","coordinates":[-0.2005976,51.8074353]},"properties":{"@type":"node","@id":6754430403,"@timestamp":1567035001},"coords":"51.8074353,-0.2005976","bedrooms":"3","price":"189000","area":"583"} , +{"type":"Feature","id":"n6754439994","geometry":{"type":"Point","coordinates":[0.1661147,51.4238687]},"properties":{"@type":"node","@id":6754439994,"@timestamp":1567036962},"coords":"51.4238687,0.1661147","bedrooms":"4","price":"211000","area":"517"} , +{"type":"Feature","id":"n6754488993","geometry":{"type":"Point","coordinates":[-0.2004564,51.808914]},"properties":{"@type":"node","@id":6754488993,"@timestamp":1567038810},"coords":"51.808914,-0.2004564","bedrooms":"1","price":"293000","area":"621"} , +{"type":"Feature","id":"n6754489007","geometry":{"type":"Point","coordinates":[-0.2001083,51.8087156]},"properties":{"@type":"node","@id":6754489007,"@timestamp":1567038810},"coords":"51.8087156,-0.2001083","bedrooms":"1","price":"151000","area":"359"} , +{"type":"Feature","id":"n6755505488","geometry":{"type":"Point","coordinates":[-0.8346976,51.7145472]},"properties":{"@type":"node","@id":6755505488,"@timestamp":1567066362},"coords":"51.7145472,-0.8346976","bedrooms":"3","price":"194000","area":"686"} , +{"type":"Feature","id":"n6755854923","geometry":{"type":"Point","coordinates":[-0.4426107,51.4494047]},"properties":{"@type":"node","@id":6755854923,"@timestamp":1591482187},"coords":"51.4494047,-0.4426107","bedrooms":"4","price":"183000","area":"426"} , +{"type":"Feature","id":"n6756937970","geometry":{"type":"Point","coordinates":[-0.1726178,51.1353071]},"properties":{"@type":"node","@id":6756937970,"@timestamp":1567115539},"coords":"51.1353071,-0.1726178","bedrooms":"1","price":"231000","area":"440"} , +{"type":"Feature","id":"n6757351434","geometry":{"type":"Point","coordinates":[-0.5111003,51.4696015]},"properties":{"@type":"node","@id":6757351434,"@timestamp":1567093406},"coords":"51.4696015,-0.5111003","bedrooms":"2","price":"281000","area":"606"} , +{"type":"Feature","id":"n6757528430","geometry":{"type":"Point","coordinates":[-0.0706463,51.6047214]},"properties":{"@type":"node","@id":6757528430,"@timestamp":1626294431},"coords":"51.6047214,-0.0706463","bedrooms":"4","price":"240000","area":"436"} , +{"type":"Feature","id":"n6757662156","geometry":{"type":"Point","coordinates":[-0.0108531,51.5095228]},"properties":{"@type":"node","@id":6757662156,"@timestamp":1567102290},"coords":"51.5095228,-0.0108531","bedrooms":"2","price":"160000","area":"659"} , +{"type":"Feature","id":"n6757977886","geometry":{"type":"Point","coordinates":[-0.2976857,51.159374]},"properties":{"@type":"node","@id":6757977886,"@timestamp":1567113115},"coords":"51.159374,-0.2976857","bedrooms":"1","price":"270000","area":"448"} , +{"type":"Feature","id":"n6757977896","geometry":{"type":"Point","coordinates":[-0.3121595,51.1557339]},"properties":{"@type":"node","@id":6757977896,"@timestamp":1567113115},"coords":"51.1557339,-0.3121595","bedrooms":"4","price":"203000","area":"666"} , +{"type":"Feature","id":"n6758001759","geometry":{"type":"Point","coordinates":[-0.1702588,51.2178435]},"properties":{"@type":"node","@id":6758001759,"@timestamp":1629388725},"coords":"51.2178435,-0.1702588","bedrooms":"0","price":"291000","area":"426"} , +{"type":"Feature","id":"n6758019252","geometry":{"type":"Point","coordinates":[-0.3161888,51.1626741]},"properties":{"@type":"node","@id":6758019252,"@timestamp":1567115124},"coords":"51.1626741,-0.3161888","bedrooms":"3","price":"157000","area":"596"} , +{"type":"Feature","id":"n6758042595","geometry":{"type":"Point","coordinates":[-0.3200913,51.1566546]},"properties":{"@type":"node","@id":6758042595,"@timestamp":1567116417},"coords":"51.1566546,-0.3200913","bedrooms":"4","price":"281000","area":"511"} , +{"type":"Feature","id":"n6758042649","geometry":{"type":"Point","coordinates":[-0.3141488,51.1592402]},"properties":{"@type":"node","@id":6758042649,"@timestamp":1567116417},"coords":"51.1592402,-0.3141488","bedrooms":"0","price":"221000","area":"367"} , +{"type":"Feature","id":"n6758189620","geometry":{"type":"Point","coordinates":[-0.4328407,51.4484029]},"properties":{"@type":"node","@id":6758189620,"@timestamp":1567123538},"coords":"51.4484029,-0.4328407","bedrooms":"0","price":"287000","area":"365"} , +{"type":"Feature","id":"n6758474986","geometry":{"type":"Point","coordinates":[-0.1857906,51.5297928]},"properties":{"@type":"node","@id":6758474986,"@timestamp":1600337107},"coords":"51.5297928,-0.1857906","bedrooms":"1","price":"199000","area":"578"} , +{"type":"Feature","id":"n6758735384","geometry":{"type":"Point","coordinates":[0.8626333,51.129517]},"properties":{"@type":"node","@id":6758735384,"@timestamp":1567150352},"coords":"51.129517,0.8626333","bedrooms":"2","price":"173000","area":"484"} , +{"type":"Feature","id":"n6758756619","geometry":{"type":"Point","coordinates":[0.8882188,51.143389]},"properties":{"@type":"node","@id":6758756619,"@timestamp":1614856969},"coords":"51.143389,0.8882188","bedrooms":"1","price":"221000","area":"565"} , +{"type":"Feature","id":"n6758756629","geometry":{"type":"Point","coordinates":[0.8876536,51.1428155]},"properties":{"@type":"node","@id":6758756629,"@timestamp":1614856969},"coords":"51.1428155,0.8876536","bedrooms":"3","price":"238000","area":"522"} , +{"type":"Feature","id":"n6758756639","geometry":{"type":"Point","coordinates":[0.8941492,51.145039]},"properties":{"@type":"node","@id":6758756639,"@timestamp":1600874519},"coords":"51.145039,0.8941492","bedrooms":"3","price":"224000","area":"381"} , +{"type":"Feature","id":"n6758768311","geometry":{"type":"Point","coordinates":[0.8931488,51.1606131]},"properties":{"@type":"node","@id":6758768311,"@timestamp":1601023044},"coords":"51.1606131,0.8931488","bedrooms":"0","price":"173000","area":"694"} , +{"type":"Feature","id":"n6758768321","geometry":{"type":"Point","coordinates":[0.8882042,51.158017]},"properties":{"@type":"node","@id":6758768321,"@timestamp":1612558687},"coords":"51.158017,0.8882042","bedrooms":"3","price":"194000","area":"406"} , +{"type":"Feature","id":"n6758768331","geometry":{"type":"Point","coordinates":[0.8846006,51.1644582]},"properties":{"@type":"node","@id":6758768331,"@timestamp":1567149927},"coords":"51.1644582,0.8846006","bedrooms":"2","price":"288000","area":"512"} , +{"type":"Feature","id":"n6758776990","geometry":{"type":"Point","coordinates":[0.8535781,51.1250982]},"properties":{"@type":"node","@id":6758776990,"@timestamp":1567150352},"coords":"51.1250982,0.8535781","bedrooms":"2","price":"186000","area":"377"} , +{"type":"Feature","id":"n6758859181","geometry":{"type":"Point","coordinates":[0.2093035,51.578464]},"properties":{"@type":"node","@id":6758859181,"@timestamp":1567155409},"coords":"51.578464,0.2093035","bedrooms":"4","price":"217000","area":"416"} , +{"type":"Feature","id":"n6759045071","geometry":{"type":"Point","coordinates":[0.1865954,51.5710453]},"properties":{"@type":"node","@id":6759045071,"@timestamp":1600816311},"coords":"51.5710453,0.1865954","bedrooms":"3","price":"163000","area":"351"} , +{"type":"Feature","id":"n6759298938","geometry":{"type":"Point","coordinates":[-0.6934852,51.452314]},"properties":{"@type":"node","@id":6759298938,"@timestamp":1618948520},"coords":"51.452314,-0.6934852","bedrooms":"2","price":"233000","area":"445"} , +{"type":"Feature","id":"n6759443489","geometry":{"type":"Point","coordinates":[-0.363024,51.544997]},"properties":{"@type":"node","@id":6759443489,"@timestamp":1567171561},"coords":"51.544997,-0.363024","bedrooms":"3","price":"211000","area":"665"} , +{"type":"Feature","id":"n6759746290","geometry":{"type":"Point","coordinates":[0.1579987,51.0418304]},"properties":{"@type":"node","@id":6759746290,"@timestamp":1632407027},"coords":"51.0418304,0.1579987","bedrooms":"0","price":"243000","area":"557"} , +{"type":"Feature","id":"n6760158809","geometry":{"type":"Point","coordinates":[-0.1956166,51.5271044]},"properties":{"@type":"node","@id":6760158809,"@timestamp":1567183587},"coords":"51.5271044,-0.1956166","bedrooms":"0","price":"237000","area":"626"} , +{"type":"Feature","id":"n6760302388","geometry":{"type":"Point","coordinates":[-0.1734118,51.4996426]},"properties":{"@type":"node","@id":6760302388,"@timestamp":1608911146},"coords":"51.4996426,-0.1734118","bedrooms":"2","price":"191000","area":"487"} , +{"type":"Feature","id":"n6760744251","geometry":{"type":"Point","coordinates":[-0.0137493,51.420565]},"properties":{"@type":"node","@id":6760744251,"@timestamp":1619970332},"coords":"51.420565,-0.0137493","bedrooms":"3","price":"221000","area":"430"} , +{"type":"Feature","id":"n6760780988","geometry":{"type":"Point","coordinates":[-0.0654934,51.4185432]},"properties":{"@type":"node","@id":6760780988,"@timestamp":1622402158},"coords":"51.4185432,-0.0654934","bedrooms":"3","price":"291000","area":"381"} , +{"type":"Feature","id":"n6761244429","geometry":{"type":"Point","coordinates":[-0.1436647,51.3212484]},"properties":{"@type":"node","@id":6761244429,"@timestamp":1592073659},"coords":"51.3212484,-0.1436647","bedrooms":"0","price":"184000","area":"649"} , +{"type":"Feature","id":"n6761732375","geometry":{"type":"Point","coordinates":[0.652652,51.5402647]},"properties":{"@type":"node","@id":6761732375,"@timestamp":1567415002},"coords":"51.5402647,0.652652","bedrooms":"2","price":"243000","area":"473"} , +{"type":"Feature","id":"n6761981994","geometry":{"type":"Point","coordinates":[-0.1133732,51.51343]},"properties":{"@type":"node","@id":6761981994,"@timestamp":1567514114},"coords":"51.51343,-0.1133732","bedrooms":"1","price":"168000","area":"418"} , +{"type":"Feature","id":"n6762007487","geometry":{"type":"Point","coordinates":[-0.1170107,51.499604]},"properties":{"@type":"node","@id":6762007487,"@timestamp":1567267707},"coords":"51.499604,-0.1170107","bedrooms":"3","price":"190000","area":"608"} , +{"type":"Feature","id":"n6762017885","geometry":{"type":"Point","coordinates":[-0.0965357,51.5131401]},"properties":{"@type":"node","@id":6762017885,"@timestamp":1567267753},"coords":"51.5131401,-0.0965357","bedrooms":"3","price":"239000","area":"391"} , +{"type":"Feature","id":"n6762088791","geometry":{"type":"Point","coordinates":[-0.145226,51.509637]},"properties":{"@type":"node","@id":6762088791,"@timestamp":1567270242},"coords":"51.509637,-0.145226","bedrooms":"3","price":"227000","area":"516"} , +{"type":"Feature","id":"n6762117385","geometry":{"type":"Point","coordinates":[-0.1457524,51.5091728]},"properties":{"@type":"node","@id":6762117385,"@timestamp":1567270244},"coords":"51.5091728,-0.1457524","bedrooms":"2","price":"180000","area":"374"} , +{"type":"Feature","id":"n6762320788","geometry":{"type":"Point","coordinates":[-0.1874827,51.5111082]},"properties":{"@type":"node","@id":6762320788,"@timestamp":1626469930},"coords":"51.5111082,-0.1874827","bedrooms":"3","price":"213000","area":"652"} , +{"type":"Feature","id":"n6762589364","geometry":{"type":"Point","coordinates":[-0.159173,51.5133969]},"properties":{"@type":"node","@id":6762589364,"@timestamp":1616781637},"coords":"51.5133969,-0.159173","bedrooms":"1","price":"207000","area":"635"} , +{"type":"Feature","id":"n6762708190","geometry":{"type":"Point","coordinates":[0.162476,51.3993498]},"properties":{"@type":"node","@id":6762708190,"@timestamp":1567292388},"coords":"51.3993498,0.162476","bedrooms":"3","price":"188000","area":"600"} , +{"type":"Feature","id":"n6762893512","geometry":{"type":"Point","coordinates":[0.57147,51.2246043]},"properties":{"@type":"node","@id":6762893512,"@timestamp":1567302590},"coords":"51.2246043,0.57147","bedrooms":"4","price":"182000","area":"406"} , +{"type":"Feature","id":"n6762893530","geometry":{"type":"Point","coordinates":[0.5935558,51.2215209]},"properties":{"@type":"node","@id":6762893530,"@timestamp":1567302590},"coords":"51.2215209,0.5935558","bedrooms":"3","price":"192000","area":"661"} , +{"type":"Feature","id":"n6763169493","geometry":{"type":"Point","coordinates":[-0.2013101,51.5287445]},"properties":{"@type":"node","@id":6763169493,"@timestamp":1567315639},"coords":"51.5287445,-0.2013101","bedrooms":"2","price":"192000","area":"543"} , +{"type":"Feature","id":"n6763792524","geometry":{"type":"Point","coordinates":[-0.9779341,51.7476678]},"properties":{"@type":"node","@id":6763792524,"@timestamp":1567336288},"coords":"51.7476678,-0.9779341","bedrooms":"0","price":"250000","area":"544"} , +{"type":"Feature","id":"n6763923922","geometry":{"type":"Point","coordinates":[-0.138078,51.5419393]},"properties":{"@type":"node","@id":6763923922,"@timestamp":1567340869},"coords":"51.5419393,-0.138078","bedrooms":"0","price":"226000","area":"575"} , +{"type":"Feature","id":"n6764306450","geometry":{"type":"Point","coordinates":[-0.2281617,51.9798325]},"properties":{"@type":"node","@id":6764306450,"@timestamp":1567355542},"coords":"51.9798325,-0.2281617","bedrooms":"3","price":"199000","area":"388"} , +{"type":"Feature","id":"n6764344048","geometry":{"type":"Point","coordinates":[0.0102145,51.5513232]},"properties":{"@type":"node","@id":6764344048,"@timestamp":1620205617},"coords":"51.5513232,0.0102145","bedrooms":"2","price":"182000","area":"589"} , +{"type":"Feature","id":"n6764600446","geometry":{"type":"Point","coordinates":[-0.1387071,51.5416512]},"properties":{"@type":"node","@id":6764600446,"@timestamp":1626448160},"coords":"51.5416512,-0.1387071","bedrooms":"4","price":"238000","area":"605"} , +{"type":"Feature","id":"n6764764536","geometry":{"type":"Point","coordinates":[-0.2269078,51.9796978]},"properties":{"@type":"node","@id":6764764536,"@timestamp":1631036162},"coords":"51.9796978,-0.2269078","bedrooms":"0","price":"285000","area":"408"} , +{"type":"Feature","id":"n6764854688","geometry":{"type":"Point","coordinates":[0.0132811,51.5482914]},"properties":{"@type":"node","@id":6764854688,"@timestamp":1567364450},"coords":"51.5482914,0.0132811","bedrooms":"1","price":"159000","area":"536"} , +{"type":"Feature","id":"n6764937406","geometry":{"type":"Point","coordinates":[-0.0682348,51.470131]},"properties":{"@type":"node","@id":6764937406,"@timestamp":1619140197},"coords":"51.470131,-0.0682348","bedrooms":"2","price":"221000","area":"506"} , +{"type":"Feature","id":"n6765322312","geometry":{"type":"Point","coordinates":[-0.2282788,51.4100087]},"properties":{"@type":"node","@id":6765322312,"@timestamp":1567386356},"coords":"51.4100087,-0.2282788","bedrooms":"2","price":"158000","area":"665"} , +{"type":"Feature","id":"n6765343579","geometry":{"type":"Point","coordinates":[-0.2273534,51.4109598]},"properties":{"@type":"node","@id":6765343579,"@timestamp":1568586214},"coords":"51.4109598,-0.2273534","bedrooms":"3","price":"261000","area":"572"} , +{"type":"Feature","id":"n6765522923","geometry":{"type":"Point","coordinates":[-0.2047344,51.5328299]},"properties":{"@type":"node","@id":6765522923,"@timestamp":1567400723},"coords":"51.5328299,-0.2047344","bedrooms":"0","price":"277000","area":"656"} , +{"type":"Feature","id":"n6765921077","geometry":{"type":"Point","coordinates":[0.4779484,51.2316358]},"properties":{"@type":"node","@id":6765921077,"@timestamp":1567418459},"coords":"51.2316358,0.4779484","bedrooms":"1","price":"241000","area":"688"} , +{"type":"Feature","id":"n6766094160","geometry":{"type":"Point","coordinates":[0.392442,51.4226524]},"properties":{"@type":"node","@id":6766094160,"@timestamp":1567424207},"coords":"51.4226524,0.392442","bedrooms":"3","price":"251000","area":"462"} , +{"type":"Feature","id":"n6766156532","geometry":{"type":"Point","coordinates":[0.5985497,51.5507367]},"properties":{"@type":"node","@id":6766156532,"@timestamp":1567425295},"coords":"51.5507367,0.5985497","bedrooms":"3","price":"157000","area":"371"} , +{"type":"Feature","id":"n6766301211","geometry":{"type":"Point","coordinates":[-0.0812298,51.4973819]},"properties":{"@type":"node","@id":6766301211,"@timestamp":1567429799},"coords":"51.4973819,-0.0812298","bedrooms":"1","price":"299000","area":"604"} , +{"type":"Feature","id":"n6766377387","geometry":{"type":"Point","coordinates":[-0.0800055,51.4979387]},"properties":{"@type":"node","@id":6766377387,"@timestamp":1567430139},"coords":"51.4979387,-0.0800055","bedrooms":"2","price":"280000","area":"384"} , +{"type":"Feature","id":"n6766485044","geometry":{"type":"Point","coordinates":[-0.0662152,51.5057354]},"properties":{"@type":"node","@id":6766485044,"@timestamp":1631616811},"coords":"51.5057354,-0.0662152","bedrooms":"1","price":"235000","area":"698"} , +{"type":"Feature","id":"n6766666464","geometry":{"type":"Point","coordinates":[-0.2052835,51.5328469]},"properties":{"@type":"node","@id":6766666464,"@timestamp":1567437874},"coords":"51.5328469,-0.2052835","bedrooms":"0","price":"213000","area":"416"} , +{"type":"Feature","id":"n6767156007","geometry":{"type":"Point","coordinates":[-0.193222,51.5010787]},"properties":{"@type":"node","@id":6767156007,"@timestamp":1607089193},"coords":"51.5010787,-0.193222","bedrooms":"2","price":"207000","area":"625"} , +{"type":"Feature","id":"n6767269677","geometry":{"type":"Point","coordinates":[-0.7040512,51.3040588]},"properties":{"@type":"node","@id":6767269677,"@timestamp":1602967792},"coords":"51.3040588,-0.7040512","bedrooms":"0","price":"241000","area":"625"} , +{"type":"Feature","id":"n6767285151","geometry":{"type":"Point","coordinates":[0.1673698,51.4652841]},"properties":{"@type":"node","@id":6767285151,"@timestamp":1567450337},"coords":"51.4652841,0.1673698","bedrooms":"3","price":"159000","area":"568"} , +{"type":"Feature","id":"n6767528643","geometry":{"type":"Point","coordinates":[0.1655109,51.4005471]},"properties":{"@type":"node","@id":6767528643,"@timestamp":1567456239},"coords":"51.4005471,0.1655109","bedrooms":"1","price":"235000","area":"435"} , +{"type":"Feature","id":"n6767646435","geometry":{"type":"Point","coordinates":[-0.6380332,51.6537434]},"properties":{"@type":"node","@id":6767646435,"@timestamp":1567460006},"coords":"51.6537434,-0.6380332","bedrooms":"1","price":"285000","area":"411"} , +{"type":"Feature","id":"n6767781792","geometry":{"type":"Point","coordinates":[-0.1806297,51.4776589]},"properties":{"@type":"node","@id":6767781792,"@timestamp":1614526563},"coords":"51.4776589,-0.1806297","bedrooms":"3","price":"265000","area":"517"} , +{"type":"Feature","id":"n6768554540","geometry":{"type":"Point","coordinates":[-0.3683432,51.3977794]},"properties":{"@type":"node","@id":6768554540,"@timestamp":1567491171},"coords":"51.3977794,-0.3683432","bedrooms":"0","price":"237000","area":"530"} , +{"type":"Feature","id":"n6768899457","geometry":{"type":"Point","coordinates":[0.4530562,51.1957322]},"properties":{"@type":"node","@id":6768899457,"@timestamp":1567503193},"coords":"51.1957322,0.4530562","bedrooms":"4","price":"236000","area":"364"} , +{"type":"Feature","id":"n6768922417","geometry":{"type":"Point","coordinates":[-0.1765459,51.498946]},"properties":{"@type":"node","@id":6768922417,"@timestamp":1586086016},"coords":"51.498946,-0.1765459","bedrooms":"2","price":"243000","area":"645"} , +{"type":"Feature","id":"n6769267016","geometry":{"type":"Point","coordinates":[-0.1167413,50.9863626]},"properties":{"@type":"node","@id":6769267016,"@timestamp":1567512628},"coords":"50.9863626,-0.1167413","bedrooms":"3","price":"242000","area":"441"} , +{"type":"Feature","id":"n6769455850","geometry":{"type":"Point","coordinates":[0.1216036,51.7845724]},"properties":{"@type":"node","@id":6769455850,"@timestamp":1631655922},"coords":"51.7845724,0.1216036","bedrooms":"0","price":"269000","area":"526"} , +{"type":"Feature","id":"n6769827525","geometry":{"type":"Point","coordinates":[0.3058207,51.4777357]},"properties":{"@type":"node","@id":6769827525,"@timestamp":1567526688},"coords":"51.4777357,0.3058207","bedrooms":"2","price":"207000","area":"592"} , +{"type":"Feature","id":"n6770558495","geometry":{"type":"Point","coordinates":[-0.5636877,51.431603]},"properties":{"@type":"node","@id":6770558495,"@timestamp":1567545971},"coords":"51.431603,-0.5636877","bedrooms":"2","price":"223000","area":"572"} , +{"type":"Feature","id":"n6770562889","geometry":{"type":"Point","coordinates":[-0.5158237,51.4160671]},"properties":{"@type":"node","@id":6770562889,"@timestamp":1567545805},"coords":"51.4160671,-0.5158237","bedrooms":"4","price":"235000","area":"428"} , +{"type":"Feature","id":"n6770742935","geometry":{"type":"Point","coordinates":[-0.2288239,51.4100334]},"properties":{"@type":"node","@id":6770742935,"@timestamp":1567555031},"coords":"51.4100334,-0.2288239","bedrooms":"4","price":"262000","area":"545"} , +{"type":"Feature","id":"n6770742957","geometry":{"type":"Point","coordinates":[-0.2295334,51.4096528]},"properties":{"@type":"node","@id":6770742957,"@timestamp":1567555031},"coords":"51.4096528,-0.2295334","bedrooms":"0","price":"238000","area":"512"} , +{"type":"Feature","id":"n6771179272","geometry":{"type":"Point","coordinates":[-0.423991,51.5344529]},"properties":{"@type":"node","@id":6771179272,"@timestamp":1567581840},"coords":"51.5344529,-0.423991","bedrooms":"0","price":"280000","area":"590"} , +{"type":"Feature","id":"n6771397177","geometry":{"type":"Point","coordinates":[-0.2014687,51.5281754]},"properties":{"@type":"node","@id":6771397177,"@timestamp":1567586442},"coords":"51.5281754,-0.2014687","bedrooms":"0","price":"164000","area":"605"} , +{"type":"Feature","id":"n6771537838","geometry":{"type":"Point","coordinates":[-0.1215566,51.4860798]},"properties":{"@type":"node","@id":6771537838,"@timestamp":1636075879},"coords":"51.4860798,-0.1215566","bedrooms":"2","price":"295000","area":"568"} , +{"type":"Feature","id":"n6771686576","geometry":{"type":"Point","coordinates":[-0.1000886,51.4669124]},"properties":{"@type":"node","@id":6771686576,"@timestamp":1567595547},"coords":"51.4669124,-0.1000886","bedrooms":"3","price":"286000","area":"623"} , +{"type":"Feature","id":"n6771805149","geometry":{"type":"Point","coordinates":[0.0940958,51.4017989]},"properties":{"@type":"node","@id":6771805149,"@timestamp":1619511744},"coords":"51.4017989,0.0940958","bedrooms":"4","price":"181000","area":"664"} , +{"type":"Feature","id":"n6772256144","geometry":{"type":"Point","coordinates":[0.2872062,51.3592906]},"properties":{"@type":"node","@id":6772256144,"@timestamp":1567608884},"coords":"51.3592906,0.2872062","bedrooms":"4","price":"157000","area":"669"} , +{"type":"Feature","id":"n6772668487","geometry":{"type":"Point","coordinates":[-0.1671849,51.4979265]},"properties":{"@type":"node","@id":6772668487,"@timestamp":1601350005},"coords":"51.4979265,-0.1671849","bedrooms":"3","price":"251000","area":"611"} , +{"type":"Feature","id":"n6772766122","geometry":{"type":"Point","coordinates":[-0.6981957,51.5328386]},"properties":{"@type":"node","@id":6772766122,"@timestamp":1567621210},"coords":"51.5328386,-0.6981957","bedrooms":"2","price":"199000","area":"565"} , +{"type":"Feature","id":"n6772960712","geometry":{"type":"Point","coordinates":[-1.0629969,51.3796979]},"properties":{"@type":"node","@id":6772960712,"@timestamp":1567627678},"coords":"51.3796979,-1.0629969","bedrooms":"4","price":"190000","area":"372"} , +{"type":"Feature","id":"n6773180543","geometry":{"type":"Point","coordinates":[-0.5315544,51.4229315]},"properties":{"@type":"node","@id":6773180543,"@timestamp":1572046067},"coords":"51.4229315,-0.5315544","bedrooms":"3","price":"284000","area":"476"} , +{"type":"Feature","id":"n6773398982","geometry":{"type":"Point","coordinates":[-0.1384406,51.5419572]},"properties":{"@type":"node","@id":6773398982,"@timestamp":1626448160},"coords":"51.5419572,-0.1384406","bedrooms":"3","price":"150000","area":"359"} , +{"type":"Feature","id":"n6773691265","geometry":{"type":"Point","coordinates":[0.1611326,51.200542]},"properties":{"@type":"node","@id":6773691265,"@timestamp":1567664303},"coords":"51.200542,0.1611326","bedrooms":"1","price":"297000","area":"571"} , +{"type":"Feature","id":"n6773769973","geometry":{"type":"Point","coordinates":[-0.445094,51.5181562]},"properties":{"@type":"node","@id":6773769973,"@timestamp":1611940987},"coords":"51.5181562,-0.445094","bedrooms":"0","price":"205000","area":"364"} , +{"type":"Feature","id":"n6773873348","geometry":{"type":"Point","coordinates":[0.243101,51.4829967]},"properties":{"@type":"node","@id":6773873348,"@timestamp":1567669650},"coords":"51.4829967,0.243101","bedrooms":"1","price":"200000","area":"370"} , +{"type":"Feature","id":"n6774049768","geometry":{"type":"Point","coordinates":[0.2005954,51.458987]},"properties":{"@type":"node","@id":6774049768,"@timestamp":1567676834},"coords":"51.458987,0.2005954","bedrooms":"3","price":"200000","area":"362"} , +{"type":"Feature","id":"n6774063510","geometry":{"type":"Point","coordinates":[-0.1744478,51.5048265]},"properties":{"@type":"node","@id":6774063510,"@timestamp":1567675592},"coords":"51.5048265,-0.1744478","bedrooms":"2","price":"157000","area":"543"} , +{"type":"Feature","id":"n6774082113","geometry":{"type":"Point","coordinates":[0.3327555,51.4690941]},"properties":{"@type":"node","@id":6774082113,"@timestamp":1567676022},"coords":"51.4690941,0.3327555","bedrooms":"2","price":"225000","area":"444"} , +{"type":"Feature","id":"n6774338353","geometry":{"type":"Point","coordinates":[0.0397325,51.4735468]},"properties":{"@type":"node","@id":6774338353,"@timestamp":1635084137},"coords":"51.4735468,0.0397325","bedrooms":"0","price":"225000","area":"401"} , +{"type":"Feature","id":"n6774439982","geometry":{"type":"Point","coordinates":[0.2629278,51.5893021]},"properties":{"@type":"node","@id":6774439982,"@timestamp":1567684224},"coords":"51.5893021,0.2629278","bedrooms":"4","price":"289000","area":"471"} , +{"type":"Feature","id":"n6774489094","geometry":{"type":"Point","coordinates":[-0.1220512,51.4114943]},"properties":{"@type":"node","@id":6774489094,"@timestamp":1567685033},"coords":"51.4114943,-0.1220512","bedrooms":"1","price":"262000","area":"394"} , +{"type":"Feature","id":"n6774586753","geometry":{"type":"Point","coordinates":[0.7494231,51.8913574]},"properties":{"@type":"node","@id":6774586753,"@timestamp":1567687865},"coords":"51.8913574,0.7494231","bedrooms":"4","price":"162000","area":"390"} , +{"type":"Feature","id":"n6775011292","geometry":{"type":"Point","coordinates":[-0.1755109,51.5031812]},"properties":{"@type":"node","@id":6775011292,"@timestamp":1626718929},"coords":"51.5031812,-0.1755109","bedrooms":"4","price":"283000","area":"369"} , +{"type":"Feature","id":"n6775041293","geometry":{"type":"Point","coordinates":[-0.1769397,51.5023096]},"properties":{"@type":"node","@id":6775041293,"@timestamp":1567698463},"coords":"51.5023096,-0.1769397","bedrooms":"1","price":"176000","area":"370"} , +{"type":"Feature","id":"n6775141446","geometry":{"type":"Point","coordinates":[-0.1727379,51.5052758]},"properties":{"@type":"node","@id":6775141446,"@timestamp":1567701472},"coords":"51.5052758,-0.1727379","bedrooms":"0","price":"243000","area":"371"} , +{"type":"Feature","id":"n6775414633","geometry":{"type":"Point","coordinates":[-0.447017,51.2006183]},"properties":{"@type":"node","@id":6775414633,"@timestamp":1567707998},"coords":"51.2006183,-0.447017","bedrooms":"2","price":"209000","area":"365"} , +{"type":"Feature","id":"n6775511521","geometry":{"type":"Point","coordinates":[-1.0211832,51.4323726]},"properties":{"@type":"node","@id":6775511521,"@timestamp":1567711344},"coords":"51.4323726,-1.0211832","bedrooms":"2","price":"182000","area":"450"} , +{"type":"Feature","id":"n6776251619","geometry":{"type":"Point","coordinates":[-0.1010814,51.4641512]},"properties":{"@type":"node","@id":6776251619,"@timestamp":1567752684},"coords":"51.4641512,-0.1010814","bedrooms":"0","price":"291000","area":"699"} , +{"type":"Feature","id":"n6777163807","geometry":{"type":"Point","coordinates":[0.2851725,50.9669612]},"properties":{"@type":"node","@id":6777163807,"@timestamp":1567777453},"coords":"50.9669612,0.2851725","bedrooms":"3","price":"154000","area":"544"} , +{"type":"Feature","id":"n6777976585","geometry":{"type":"Point","coordinates":[-0.4382457,51.4811147]},"properties":{"@type":"node","@id":6777976585,"@timestamp":1567793798},"coords":"51.4811147,-0.4382457","bedrooms":"2","price":"242000","area":"692"} , +{"type":"Feature","id":"n6778307768","geometry":{"type":"Point","coordinates":[0.7483658,51.3577383]},"properties":{"@type":"node","@id":6778307768,"@timestamp":1617434640},"coords":"51.3577383,0.7483658","bedrooms":"0","price":"268000","area":"642"} , +{"type":"Feature","id":"n6778307778","geometry":{"type":"Point","coordinates":[0.7441011,51.3619589]},"properties":{"@type":"node","@id":6778307778,"@timestamp":1617434640},"coords":"51.3619589,0.7441011","bedrooms":"1","price":"190000","area":"667"} , +{"type":"Feature","id":"n6778324442","geometry":{"type":"Point","coordinates":[0.0709469,51.4380136]},"properties":{"@type":"node","@id":6778324442,"@timestamp":1567809320},"coords":"51.4380136,0.0709469","bedrooms":"0","price":"232000","area":"421"} , +{"type":"Feature","id":"n6778353092","geometry":{"type":"Point","coordinates":[0.7314464,51.3559361]},"properties":{"@type":"node","@id":6778353092,"@timestamp":1567807690},"coords":"51.3559361,0.7314464","bedrooms":"0","price":"244000","area":"480"} , +{"type":"Feature","id":"n6778353102","geometry":{"type":"Point","coordinates":[0.7134193,51.3528674]},"properties":{"@type":"node","@id":6778353102,"@timestamp":1567807690},"coords":"51.3528674,0.7134193","bedrooms":"1","price":"286000","area":"575"} , +{"type":"Feature","id":"n6778415452","geometry":{"type":"Point","coordinates":[-0.2234468,51.4128059]},"properties":{"@type":"node","@id":6778415452,"@timestamp":1569887135},"coords":"51.4128059,-0.2234468","bedrooms":"1","price":"189000","area":"512"} , +{"type":"Feature","id":"n6778447007","geometry":{"type":"Point","coordinates":[-0.2288998,51.4103962]},"properties":{"@type":"node","@id":6778447007,"@timestamp":1567813313},"coords":"51.4103962,-0.2288998","bedrooms":"2","price":"237000","area":"401"} , +{"type":"Feature","id":"n6778645093","geometry":{"type":"Point","coordinates":[0.7902431,51.4133588]},"properties":{"@type":"node","@id":6778645093,"@timestamp":1567835345},"coords":"51.4133588,0.7902431","bedrooms":"2","price":"231000","area":"613"} , +{"type":"Feature","id":"n6778645103","geometry":{"type":"Point","coordinates":[0.8039921,51.419441]},"properties":{"@type":"node","@id":6778645103,"@timestamp":1567835345},"coords":"51.419441,0.8039921","bedrooms":"2","price":"156000","area":"645"} , +{"type":"Feature","id":"n6778645113","geometry":{"type":"Point","coordinates":[0.814839,51.4251544]},"properties":{"@type":"node","@id":6778645113,"@timestamp":1588401971},"coords":"51.4251544,0.814839","bedrooms":"1","price":"174000","area":"648"} , +{"type":"Feature","id":"n6778645123","geometry":{"type":"Point","coordinates":[0.8206165,51.4206436]},"properties":{"@type":"node","@id":6778645123,"@timestamp":1588401971},"coords":"51.4206436,0.8206165","bedrooms":"4","price":"160000","area":"486"} , +{"type":"Feature","id":"n6778729860","geometry":{"type":"Point","coordinates":[-0.2023541,51.5247179]},"properties":{"@type":"node","@id":6778729860,"@timestamp":1567834795},"coords":"51.5247179,-0.2023541","bedrooms":"0","price":"236000","area":"696"} , +{"type":"Feature","id":"n6778831747","geometry":{"type":"Point","coordinates":[0.8558285,51.406732]},"properties":{"@type":"node","@id":6778831747,"@timestamp":1588004702},"coords":"51.406732,0.8558285","bedrooms":"1","price":"269000","area":"475"} , +{"type":"Feature","id":"n6778889162","geometry":{"type":"Point","coordinates":[-0.0298047,51.5978509]},"properties":{"@type":"node","@id":6778889162,"@timestamp":1567838373},"coords":"51.5978509,-0.0298047","bedrooms":"1","price":"217000","area":"540"} , +{"type":"Feature","id":"n6778889172","geometry":{"type":"Point","coordinates":[-0.0291073,51.5989555]},"properties":{"@type":"node","@id":6778889172,"@timestamp":1567838373},"coords":"51.5989555,-0.0291073","bedrooms":"3","price":"157000","area":"511"} , +{"type":"Feature","id":"n6778889182","geometry":{"type":"Point","coordinates":[-0.0304779,51.6010864]},"properties":{"@type":"node","@id":6778889182,"@timestamp":1567838373},"coords":"51.6010864,-0.0304779","bedrooms":"1","price":"285000","area":"506"} , +{"type":"Feature","id":"n6778904292","geometry":{"type":"Point","coordinates":[-0.0368267,51.6019544]},"properties":{"@type":"node","@id":6778904292,"@timestamp":1567838373},"coords":"51.6019544,-0.0368267","bedrooms":"3","price":"260000","area":"557"} , +{"type":"Feature","id":"n6778904302","geometry":{"type":"Point","coordinates":[-0.0349492,51.6017961]},"properties":{"@type":"node","@id":6778904302,"@timestamp":1567838373},"coords":"51.6017961,-0.0349492","bedrooms":"3","price":"289000","area":"450"} , +{"type":"Feature","id":"n6778904312","geometry":{"type":"Point","coordinates":[-0.0354266,51.6015879]},"properties":{"@type":"node","@id":6778904312,"@timestamp":1567838373},"coords":"51.6015879,-0.0354266","bedrooms":"2","price":"237000","area":"687"} , +{"type":"Feature","id":"n6778904322","geometry":{"type":"Point","coordinates":[-0.0349492,51.6013363]},"properties":{"@type":"node","@id":6778904322,"@timestamp":1567838373},"coords":"51.6013363,-0.0349492","bedrooms":"2","price":"187000","area":"690"} , +{"type":"Feature","id":"n6778904332","geometry":{"type":"Point","coordinates":[-0.0335464,51.5984907]},"properties":{"@type":"node","@id":6778904332,"@timestamp":1567838373},"coords":"51.5984907,-0.0335464","bedrooms":"0","price":"256000","area":"658"} , +{"type":"Feature","id":"n6778904342","geometry":{"type":"Point","coordinates":[-0.0404719,51.5988972]},"properties":{"@type":"node","@id":6778904342,"@timestamp":1567838373},"coords":"51.5988972,-0.0404719","bedrooms":"4","price":"219000","area":"696"} , +{"type":"Feature","id":"n6778904352","geometry":{"type":"Point","coordinates":[-0.0405389,51.5995936]},"properties":{"@type":"node","@id":6778904352,"@timestamp":1567838373},"coords":"51.5995936,-0.0405389","bedrooms":"3","price":"296000","area":"451"} , +{"type":"Feature","id":"n6778904362","geometry":{"type":"Point","coordinates":[-0.0400212,51.5997319]},"properties":{"@type":"node","@id":6778904362,"@timestamp":1567838373},"coords":"51.5997319,-0.0400212","bedrooms":"1","price":"240000","area":"403"} , +{"type":"Feature","id":"n6778904372","geometry":{"type":"Point","coordinates":[-0.0402385,51.60031]},"properties":{"@type":"node","@id":6778904372,"@timestamp":1567838373},"coords":"51.60031,-0.0402385","bedrooms":"3","price":"204000","area":"517"} , +{"type":"Feature","id":"n6778904382","geometry":{"type":"Point","coordinates":[-0.0393614,51.6014979]},"properties":{"@type":"node","@id":6778904382,"@timestamp":1567838373},"coords":"51.6014979,-0.0393614","bedrooms":"0","price":"259000","area":"523"} , +{"type":"Feature","id":"n6778904392","geometry":{"type":"Point","coordinates":[-0.0413623,51.5979292]},"properties":{"@type":"node","@id":6778904392,"@timestamp":1567838373},"coords":"51.5979292,-0.0413623","bedrooms":"3","price":"176000","area":"527"} , +{"type":"Feature","id":"n6778904402","geometry":{"type":"Point","coordinates":[-0.0377923,51.600335]},"properties":{"@type":"node","@id":6778904402,"@timestamp":1567838373},"coords":"51.600335,-0.0377923","bedrooms":"2","price":"155000","area":"410"} , +{"type":"Feature","id":"n6778904412","geometry":{"type":"Point","coordinates":[-0.0363064,51.5987789]},"properties":{"@type":"node","@id":6778904412,"@timestamp":1567838373},"coords":"51.5987789,-0.0363064","bedrooms":"4","price":"241000","area":"598"} , +{"type":"Feature","id":"n6778904422","geometry":{"type":"Point","coordinates":[-0.0392139,51.5972644]},"properties":{"@type":"node","@id":6778904422,"@timestamp":1567838373},"coords":"51.5972644,-0.0392139","bedrooms":"0","price":"204000","area":"632"} , +{"type":"Feature","id":"n6778921231","geometry":{"type":"Point","coordinates":[-0.03045,51.5085272]},"properties":{"@type":"node","@id":6778921231,"@timestamp":1567839584},"coords":"51.5085272,-0.03045","bedrooms":"3","price":"208000","area":"488"} , +{"type":"Feature","id":"n6778961422","geometry":{"type":"Point","coordinates":[-0.0245165,51.6844773]},"properties":{"@type":"node","@id":6778961422,"@timestamp":1601053409},"coords":"51.6844773,-0.0245165","bedrooms":"1","price":"244000","area":"661"} , +{"type":"Feature","id":"n6779166239","geometry":{"type":"Point","coordinates":[0.2814098,51.450235]},"properties":{"@type":"node","@id":6779166239,"@timestamp":1598371572},"coords":"51.450235,0.2814098","bedrooms":"0","price":"265000","area":"530"} , +{"type":"Feature","id":"n6779222166","geometry":{"type":"Point","coordinates":[0.341939,51.4897954]},"properties":{"@type":"node","@id":6779222166,"@timestamp":1589766716},"coords":"51.4897954,0.341939","bedrooms":"3","price":"283000","area":"386"} , +{"type":"Feature","id":"n6779265057","geometry":{"type":"Point","coordinates":[0.1790114,51.4483376]},"properties":{"@type":"node","@id":6779265057,"@timestamp":1623171410},"coords":"51.4483376,0.1790114","bedrooms":"0","price":"281000","area":"615"} , +{"type":"Feature","id":"n6779389993","geometry":{"type":"Point","coordinates":[-0.1220591,51.5215191]},"properties":{"@type":"node","@id":6779389993,"@timestamp":1607876502},"coords":"51.5215191,-0.1220591","bedrooms":"1","price":"287000","area":"591"} , +{"type":"Feature","id":"n6779395690","geometry":{"type":"Point","coordinates":[-0.1521414,51.5032351]},"properties":{"@type":"node","@id":6779395690,"@timestamp":1571046525},"coords":"51.5032351,-0.1521414","bedrooms":"2","price":"223000","area":"605"} , +{"type":"Feature","id":"n6779410898","geometry":{"type":"Point","coordinates":[-0.2037217,51.525413]},"properties":{"@type":"node","@id":6779410898,"@timestamp":1567867297},"coords":"51.525413,-0.2037217","bedrooms":"1","price":"203000","area":"602"} , +{"type":"Feature","id":"n6779445900","geometry":{"type":"Point","coordinates":[0.0106411,51.5496936]},"properties":{"@type":"node","@id":6779445900,"@timestamp":1567868719},"coords":"51.5496936,0.0106411","bedrooms":"3","price":"249000","area":"675"} , +{"type":"Feature","id":"n6779445929","geometry":{"type":"Point","coordinates":[0.0103748,51.549507]},"properties":{"@type":"node","@id":6779445929,"@timestamp":1621263231},"coords":"51.549507,0.0103748","bedrooms":"0","price":"299000","area":"621"} , +{"type":"Feature","id":"n6779461448","geometry":{"type":"Point","coordinates":[0.0107325,51.5487886]},"properties":{"@type":"node","@id":6779461448,"@timestamp":1621263231},"coords":"51.5487886,0.0107325","bedrooms":"2","price":"181000","area":"564"} , +{"type":"Feature","id":"n6779530875","geometry":{"type":"Point","coordinates":[0.010774,51.5482631]},"properties":{"@type":"node","@id":6779530875,"@timestamp":1567874278},"coords":"51.5482631,0.010774","bedrooms":"1","price":"219000","area":"360"} , +{"type":"Feature","id":"n6779547731","geometry":{"type":"Point","coordinates":[0.0117695,51.5482702]},"properties":{"@type":"node","@id":6779547731,"@timestamp":1567874135},"coords":"51.5482702,0.0117695","bedrooms":"1","price":"295000","area":"449"} , +{"type":"Feature","id":"n6779547747","geometry":{"type":"Point","coordinates":[0.0116216,51.54826]},"properties":{"@type":"node","@id":6779547747,"@timestamp":1567874135},"coords":"51.54826,0.0116216","bedrooms":"4","price":"176000","area":"544"} , +{"type":"Feature","id":"n6779547793","geometry":{"type":"Point","coordinates":[0.0110201,51.5480851]},"properties":{"@type":"node","@id":6779547793,"@timestamp":1567874135},"coords":"51.5480851,0.0110201","bedrooms":"0","price":"181000","area":"665"} , +{"type":"Feature","id":"n6779598538","geometry":{"type":"Point","coordinates":[0.01134,51.5477984]},"properties":{"@type":"node","@id":6779598538,"@timestamp":1567877704},"coords":"51.5477984,0.01134","bedrooms":"0","price":"255000","area":"642"} , +{"type":"Feature","id":"n6779600445","geometry":{"type":"Point","coordinates":[0.0123387,51.5487146]},"properties":{"@type":"node","@id":6779600445,"@timestamp":1567878466},"coords":"51.5487146,0.0123387","bedrooms":"4","price":"189000","area":"497"} , +{"type":"Feature","id":"n6779600455","geometry":{"type":"Point","coordinates":[0.0121507,51.5490721]},"properties":{"@type":"node","@id":6779600455,"@timestamp":1567878466},"coords":"51.5490721,0.0121507","bedrooms":"3","price":"159000","area":"465"} , +{"type":"Feature","id":"n6779600465","geometry":{"type":"Point","coordinates":[0.0119805,51.5493958]},"properties":{"@type":"node","@id":6779600465,"@timestamp":1567878466},"coords":"51.5493958,0.0119805","bedrooms":"1","price":"204000","area":"464"} , +{"type":"Feature","id":"n6779631536","geometry":{"type":"Point","coordinates":[0.0125937,51.5483097]},"properties":{"@type":"node","@id":6779631536,"@timestamp":1567877704},"coords":"51.5483097,0.0125937","bedrooms":"2","price":"230000","area":"481"} , +{"type":"Feature","id":"n6779669588","geometry":{"type":"Point","coordinates":[0.0120361,51.5495192]},"properties":{"@type":"node","@id":6779669588,"@timestamp":1567878933},"coords":"51.5495192,0.0120361","bedrooms":"4","price":"229000","area":"596"} , +{"type":"Feature","id":"n6779669598","geometry":{"type":"Point","coordinates":[0.0122401,51.5491312]},"properties":{"@type":"node","@id":6779669598,"@timestamp":1567878933},"coords":"51.5491312,0.0122401","bedrooms":"4","price":"241000","area":"449"} , +{"type":"Feature","id":"n6779683785","geometry":{"type":"Point","coordinates":[0.4735712,50.9851488]},"properties":{"@type":"node","@id":6779683785,"@timestamp":1567879906},"coords":"50.9851488,0.4735712","bedrooms":"3","price":"160000","area":"588"} , +{"type":"Feature","id":"n6779939554","geometry":{"type":"Point","coordinates":[0.0125803,51.5485307]},"properties":{"@type":"node","@id":6779939554,"@timestamp":1567890628},"coords":"51.5485307,0.0125803","bedrooms":"2","price":"253000","area":"567"} , +{"type":"Feature","id":"n6779939566","geometry":{"type":"Point","coordinates":[0.0086044,51.5467815]},"properties":{"@type":"node","@id":6779939566,"@timestamp":1567890628},"coords":"51.5467815,0.0086044","bedrooms":"4","price":"173000","area":"654"} , +{"type":"Feature","id":"n6780338845","geometry":{"type":"Point","coordinates":[-0.2044372,51.5258462]},"properties":{"@type":"node","@id":6780338845,"@timestamp":1567923123},"coords":"51.5258462,-0.2044372","bedrooms":"2","price":"162000","area":"478"} , +{"type":"Feature","id":"n6780475248","geometry":{"type":"Point","coordinates":[0.0931189,50.9511773]},"properties":{"@type":"node","@id":6780475248,"@timestamp":1567932739},"coords":"50.9511773,0.0931189","bedrooms":"0","price":"224000","area":"365"} , +{"type":"Feature","id":"n6780604268","geometry":{"type":"Point","coordinates":[-0.7794312,51.3965675]},"properties":{"@type":"node","@id":6780604268,"@timestamp":1567939376},"coords":"51.3965675,-0.7794312","bedrooms":"2","price":"239000","area":"466"} , +{"type":"Feature","id":"n6780604281","geometry":{"type":"Point","coordinates":[-0.7869709,51.4033982]},"properties":{"@type":"node","@id":6780604281,"@timestamp":1567939376},"coords":"51.4033982,-0.7869709","bedrooms":"0","price":"188000","area":"607"} , +{"type":"Feature","id":"n6780626004","geometry":{"type":"Point","coordinates":[-0.9801395,51.4548476]},"properties":{"@type":"node","@id":6780626004,"@timestamp":1567939386},"coords":"51.4548476,-0.9801395","bedrooms":"3","price":"280000","area":"679"} , +{"type":"Feature","id":"n6780634892","geometry":{"type":"Point","coordinates":[-0.7828175,51.4047376]},"properties":{"@type":"node","@id":6780634892,"@timestamp":1567939376},"coords":"51.4047376,-0.7828175","bedrooms":"4","price":"179000","area":"476"} , +{"type":"Feature","id":"n6780634902","geometry":{"type":"Point","coordinates":[-0.7830723,51.4050915]},"properties":{"@type":"node","@id":6780634902,"@timestamp":1567939376},"coords":"51.4050915,-0.7830723","bedrooms":"3","price":"194000","area":"547"} , +{"type":"Feature","id":"n6780634935","geometry":{"type":"Point","coordinates":[-0.7873388,51.4076403]},"properties":{"@type":"node","@id":6780634935,"@timestamp":1567939376},"coords":"51.4076403,-0.7873388","bedrooms":"2","price":"196000","area":"517"} , +{"type":"Feature","id":"n6780635135","geometry":{"type":"Point","coordinates":[-0.7974608,51.4160644]},"properties":{"@type":"node","@id":6780635135,"@timestamp":1567939376},"coords":"51.4160644,-0.7974608","bedrooms":"1","price":"207000","area":"495"} , +{"type":"Feature","id":"n6780635305","geometry":{"type":"Point","coordinates":[-0.7904336,51.4234398]},"properties":{"@type":"node","@id":6780635305,"@timestamp":1567939376},"coords":"51.4234398,-0.7904336","bedrooms":"3","price":"268000","area":"425"} , +{"type":"Feature","id":"n6780635421","geometry":{"type":"Point","coordinates":[-0.7922743,51.4298409]},"properties":{"@type":"node","@id":6780635421,"@timestamp":1567939376},"coords":"51.4298409,-0.7922743","bedrooms":"0","price":"164000","area":"678"} , +{"type":"Feature","id":"n6780635684","geometry":{"type":"Point","coordinates":[-0.8033342,51.4496382]},"properties":{"@type":"node","@id":6780635684,"@timestamp":1567939376},"coords":"51.4496382,-0.8033342","bedrooms":"4","price":"164000","area":"673"} , +{"type":"Feature","id":"n6780635721","geometry":{"type":"Point","coordinates":[-0.8070368,51.4851718]},"properties":{"@type":"node","@id":6780635721,"@timestamp":1567939376},"coords":"51.4851718,-0.8070368","bedrooms":"1","price":"239000","area":"624"} , +{"type":"Feature","id":"n6780635927","geometry":{"type":"Point","coordinates":[-0.8137071,51.5100704]},"properties":{"@type":"node","@id":6780635927,"@timestamp":1567939376},"coords":"51.5100704,-0.8137071","bedrooms":"1","price":"285000","area":"624"} , +{"type":"Feature","id":"n6780636083","geometry":{"type":"Point","coordinates":[-0.8734772,51.5599729]},"properties":{"@type":"node","@id":6780636083,"@timestamp":1567939376},"coords":"51.5599729,-0.8734772","bedrooms":"3","price":"217000","area":"603"} , +{"type":"Feature","id":"n6780636106","geometry":{"type":"Point","coordinates":[-0.8859108,51.5288046]},"properties":{"@type":"node","@id":6780636106,"@timestamp":1567939376},"coords":"51.5288046,-0.8859108","bedrooms":"2","price":"252000","area":"577"} , +{"type":"Feature","id":"n6780714772","geometry":{"type":"Point","coordinates":[0.8557084,51.1541229]},"properties":{"@type":"node","@id":6780714772,"@timestamp":1567945942},"coords":"51.1541229,0.8557084","bedrooms":"4","price":"172000","area":"473"} , +{"type":"Feature","id":"n6780762542","geometry":{"type":"Point","coordinates":[0.0008563,51.4766602]},"properties":{"@type":"node","@id":6780762542,"@timestamp":1627859104},"coords":"51.4766602,0.0008563","bedrooms":"3","price":"222000","area":"370"} , +{"type":"Feature","id":"n6780762554","geometry":{"type":"Point","coordinates":[0.0005291,51.4770158]},"properties":{"@type":"node","@id":6780762554,"@timestamp":1627859104},"coords":"51.4770158,0.0005291","bedrooms":"2","price":"154000","area":"669"} , +{"type":"Feature","id":"n6780844666","geometry":{"type":"Point","coordinates":[0.0056117,51.4748763]},"properties":{"@type":"node","@id":6780844666,"@timestamp":1624893181},"coords":"51.4748763,0.0056117","bedrooms":"4","price":"206000","area":"372"} , +{"type":"Feature","id":"n6780861045","geometry":{"type":"Point","coordinates":[0.0053597,51.4790785]},"properties":{"@type":"node","@id":6780861045,"@timestamp":1624892641},"coords":"51.4790785,0.0053597","bedrooms":"1","price":"248000","area":"380"} , +{"type":"Feature","id":"n6780893216","geometry":{"type":"Point","coordinates":[0.0017208,51.4807947]},"properties":{"@type":"node","@id":6780893216,"@timestamp":1567951636},"coords":"51.4807947,0.0017208","bedrooms":"4","price":"194000","area":"375"} , +{"type":"Feature","id":"n6780953181","geometry":{"type":"Point","coordinates":[-0.28681,51.4780712]},"properties":{"@type":"node","@id":6780953181,"@timestamp":1567956108},"coords":"51.4780712,-0.28681","bedrooms":"0","price":"156000","area":"596"} , +{"type":"Feature","id":"n6781173686","geometry":{"type":"Point","coordinates":[-0.1656427,51.481416]},"properties":{"@type":"node","@id":6781173686,"@timestamp":1570469900},"coords":"51.481416,-0.1656427","bedrooms":"3","price":"257000","area":"502"} , +{"type":"Feature","id":"n6781178487","geometry":{"type":"Point","coordinates":[-0.164591,51.4796763]},"properties":{"@type":"node","@id":6781178487,"@timestamp":1594640302},"coords":"51.4796763,-0.164591","bedrooms":"3","price":"168000","area":"691"} , +{"type":"Feature","id":"n6781178497","geometry":{"type":"Point","coordinates":[-0.1611079,51.4808978]},"properties":{"@type":"node","@id":6781178497,"@timestamp":1573402070},"coords":"51.4808978,-0.1611079","bedrooms":"3","price":"243000","area":"518"} , +{"type":"Feature","id":"n6781178586","geometry":{"type":"Point","coordinates":[-0.1654307,51.4814854]},"properties":{"@type":"node","@id":6781178586,"@timestamp":1570469904},"coords":"51.4814854,-0.1654307","bedrooms":"2","price":"152000","area":"420"} , +{"type":"Feature","id":"n6781178596","geometry":{"type":"Point","coordinates":[-0.1582503,51.4806674]},"properties":{"@type":"node","@id":6781178596,"@timestamp":1573402126},"coords":"51.4806674,-0.1582503","bedrooms":"0","price":"234000","area":"642"} , +{"type":"Feature","id":"n6781227777","geometry":{"type":"Point","coordinates":[-0.0081317,51.4835987]},"properties":{"@type":"node","@id":6781227777,"@timestamp":1627872718},"coords":"51.4835987,-0.0081317","bedrooms":"4","price":"292000","area":"488"} , +{"type":"Feature","id":"n6781235305","geometry":{"type":"Point","coordinates":[-0.2797544,51.4807381]},"properties":{"@type":"node","@id":6781235305,"@timestamp":1567963393},"coords":"51.4807381,-0.2797544","bedrooms":"0","price":"196000","area":"561"} , +{"type":"Feature","id":"n6781247992","geometry":{"type":"Point","coordinates":[-0.0047732,51.4845816]},"properties":{"@type":"node","@id":6781247992,"@timestamp":1624275180},"coords":"51.4845816,-0.0047732","bedrooms":"3","price":"273000","area":"512"} , +{"type":"Feature","id":"n6781306608","geometry":{"type":"Point","coordinates":[-0.573746,51.7632678]},"properties":{"@type":"node","@id":6781306608,"@timestamp":1567966625},"coords":"51.7632678,-0.573746","bedrooms":"2","price":"286000","area":"559"} , +{"type":"Feature","id":"n6781376737","geometry":{"type":"Point","coordinates":[-0.7470542,51.5535837]},"properties":{"@type":"node","@id":6781376737,"@timestamp":1567969323},"coords":"51.5535837,-0.7470542","bedrooms":"2","price":"162000","area":"419"} , +{"type":"Feature","id":"n6781535106","geometry":{"type":"Point","coordinates":[0.2208684,51.8544963]},"properties":{"@type":"node","@id":6781535106,"@timestamp":1567976718},"coords":"51.8544963,0.2208684","bedrooms":"3","price":"217000","area":"402"} , +{"type":"Feature","id":"n6781579663","geometry":{"type":"Point","coordinates":[-0.1991134,51.4627103]},"properties":{"@type":"node","@id":6781579663,"@timestamp":1626781671},"coords":"51.4627103,-0.1991134","bedrooms":"2","price":"256000","area":"593"} , +{"type":"Feature","id":"n6782175455","geometry":{"type":"Point","coordinates":[-0.0965738,51.5124]},"properties":{"@type":"node","@id":6782175455,"@timestamp":1568016070},"coords":"51.5124,-0.0965738","bedrooms":"3","price":"152000","area":"388"} , +{"type":"Feature","id":"n6782338922","geometry":{"type":"Point","coordinates":[-0.1299029,51.5094752]},"properties":{"@type":"node","@id":6782338922,"@timestamp":1631070763},"coords":"51.5094752,-0.1299029","bedrooms":"0","price":"189000","area":"480"} , +{"type":"Feature","id":"n6782774405","geometry":{"type":"Point","coordinates":[0.0654164,51.6383089]},"properties":{"@type":"node","@id":6782774405,"@timestamp":1568034740},"coords":"51.6383089,0.0654164","bedrooms":"1","price":"206000","area":"396"} , +{"type":"Feature","id":"n6782774423","geometry":{"type":"Point","coordinates":[0.0647981,51.6382964]},"properties":{"@type":"node","@id":6782774423,"@timestamp":1568034740},"coords":"51.6382964,0.0647981","bedrooms":"0","price":"263000","area":"549"} , +{"type":"Feature","id":"n6782774441","geometry":{"type":"Point","coordinates":[0.0640109,51.638517]},"properties":{"@type":"node","@id":6782774441,"@timestamp":1568034740},"coords":"51.638517,0.0640109","bedrooms":"1","price":"224000","area":"544"} , +{"type":"Feature","id":"n6782774459","geometry":{"type":"Point","coordinates":[0.0630654,51.6387409]},"properties":{"@type":"node","@id":6782774459,"@timestamp":1568034740},"coords":"51.6387409,0.0630654","bedrooms":"1","price":"249000","area":"649"} , +{"type":"Feature","id":"n6782774479","geometry":{"type":"Point","coordinates":[0.0621508,51.6388574]},"properties":{"@type":"node","@id":6782774479,"@timestamp":1568034740},"coords":"51.6388574,0.0621508","bedrooms":"1","price":"187000","area":"687"} , +{"type":"Feature","id":"n6782776298","geometry":{"type":"Point","coordinates":[0.0630921,51.6389147]},"properties":{"@type":"node","@id":6782776298,"@timestamp":1589037293},"coords":"51.6389147,0.0630921","bedrooms":"2","price":"275000","area":"514"} , +{"type":"Feature","id":"n6782995422","geometry":{"type":"Point","coordinates":[-0.4953317,51.9027554]},"properties":{"@type":"node","@id":6782995422,"@timestamp":1568040014},"coords":"51.9027554,-0.4953317","bedrooms":"3","price":"268000","area":"484"} , +{"type":"Feature","id":"n6783530183","geometry":{"type":"Point","coordinates":[-0.3019804,51.461177]},"properties":{"@type":"node","@id":6783530183,"@timestamp":1582365860},"coords":"51.461177,-0.3019804","bedrooms":"0","price":"214000","area":"515"} , +{"type":"Feature","id":"n6783601425","geometry":{"type":"Point","coordinates":[-0.8309806,51.290253]},"properties":{"@type":"node","@id":6783601425,"@timestamp":1568054526},"coords":"51.290253,-0.8309806","bedrooms":"4","price":"290000","area":"651"} , +{"type":"Feature","id":"n6783697469","geometry":{"type":"Point","coordinates":[-0.8143429,51.2784664]},"properties":{"@type":"node","@id":6783697469,"@timestamp":1568058427},"coords":"51.2784664,-0.8143429","bedrooms":"2","price":"281000","area":"507"} , +{"type":"Feature","id":"n6783843748","geometry":{"type":"Point","coordinates":[-0.11337,51.6438109]},"properties":{"@type":"node","@id":6783843748,"@timestamp":1568065803},"coords":"51.6438109,-0.11337","bedrooms":"1","price":"271000","area":"674"} , +{"type":"Feature","id":"n6786000217","geometry":{"type":"Point","coordinates":[0.2437255,50.9690652]},"properties":{"@type":"node","@id":6786000217,"@timestamp":1568128778},"coords":"50.9690652,0.2437255","bedrooms":"4","price":"245000","area":"467"} , +{"type":"Feature","id":"n6786093687","geometry":{"type":"Point","coordinates":[0.2482847,50.9654756]},"properties":{"@type":"node","@id":6786093687,"@timestamp":1568130612},"coords":"50.9654756,0.2482847","bedrooms":"3","price":"268000","area":"360"} , +{"type":"Feature","id":"n6786186746","geometry":{"type":"Point","coordinates":[-0.8172154,51.3675406]},"properties":{"@type":"node","@id":6786186746,"@timestamp":1568133063},"coords":"51.3675406,-0.8172154","bedrooms":"2","price":"202000","area":"372"} , +{"type":"Feature","id":"n6786186774","geometry":{"type":"Point","coordinates":[-0.8187215,51.3672274]},"properties":{"@type":"node","@id":6786186774,"@timestamp":1568133063},"coords":"51.3672274,-0.8187215","bedrooms":"4","price":"171000","area":"366"} , +{"type":"Feature","id":"n6786186833","geometry":{"type":"Point","coordinates":[-0.8162753,51.3546321]},"properties":{"@type":"node","@id":6786186833,"@timestamp":1568133063},"coords":"51.3546321,-0.8162753","bedrooms":"0","price":"295000","area":"616"} , +{"type":"Feature","id":"n6786186911","geometry":{"type":"Point","coordinates":[-0.7779332,51.3895826]},"properties":{"@type":"node","@id":6786186911,"@timestamp":1568133063},"coords":"51.3895826,-0.7779332","bedrooms":"1","price":"260000","area":"584"} , +{"type":"Feature","id":"n6786422994","geometry":{"type":"Point","coordinates":[-0.795337,51.3021968]},"properties":{"@type":"node","@id":6786422994,"@timestamp":1568140133},"coords":"51.3021968,-0.795337","bedrooms":"1","price":"275000","area":"500"} , +{"type":"Feature","id":"n6787552902","geometry":{"type":"Point","coordinates":[0.2428873,50.9684729]},"properties":{"@type":"node","@id":6787552902,"@timestamp":1568188477},"coords":"50.9684729,0.2428873","bedrooms":"1","price":"155000","area":"489"} , +{"type":"Feature","id":"n6788339254","geometry":{"type":"Point","coordinates":[-0.2856428,51.4774294]},"properties":{"@type":"node","@id":6788339254,"@timestamp":1568206915},"coords":"51.4774294,-0.2856428","bedrooms":"1","price":"285000","area":"473"} , +{"type":"Feature","id":"n6789135918","geometry":{"type":"Point","coordinates":[-0.2017692,51.8126743]},"properties":{"@type":"node","@id":6789135918,"@timestamp":1568227382},"coords":"51.8126743,-0.2017692","bedrooms":"1","price":"204000","area":"417"} , +{"type":"Feature","id":"n6789226687","geometry":{"type":"Point","coordinates":[-0.1699111,51.4903925]},"properties":{"@type":"node","@id":6789226687,"@timestamp":1609914440},"coords":"51.4903925,-0.1699111","bedrooms":"1","price":"199000","area":"467"} , +{"type":"Feature","id":"n6789382759","geometry":{"type":"Point","coordinates":[-0.5927741,51.2608766]},"properties":{"@type":"node","@id":6789382759,"@timestamp":1568241575},"coords":"51.2608766,-0.5927741","bedrooms":"0","price":"249000","area":"371"} , +{"type":"Feature","id":"n6789511608","geometry":{"type":"Point","coordinates":[-0.7861138,51.2226616]},"properties":{"@type":"node","@id":6789511608,"@timestamp":1629492773},"coords":"51.2226616,-0.7861138","bedrooms":"1","price":"247000","area":"416"} , +{"type":"Feature","id":"n6789919661","geometry":{"type":"Point","coordinates":[0.2492366,50.9693454]},"properties":{"@type":"node","@id":6789919661,"@timestamp":1568275185},"coords":"50.9693454,0.2492366","bedrooms":"2","price":"224000","area":"496"} , +{"type":"Feature","id":"n6790319694","geometry":{"type":"Point","coordinates":[0.2695795,51.1899483]},"properties":{"@type":"node","@id":6790319694,"@timestamp":1569061677},"coords":"51.1899483,0.2695795","bedrooms":"3","price":"241000","area":"660"} , +{"type":"Feature","id":"n6790621425","geometry":{"type":"Point","coordinates":[-0.2056486,51.529891]},"properties":{"@type":"node","@id":6790621425,"@timestamp":1568299180},"coords":"51.529891,-0.2056486","bedrooms":"2","price":"184000","area":"512"} , +{"type":"Feature","id":"n6790966152","geometry":{"type":"Point","coordinates":[-0.0524412,51.5091856]},"properties":{"@type":"node","@id":6790966152,"@timestamp":1618763260},"coords":"51.5091856,-0.0524412","bedrooms":"1","price":"291000","area":"626"} , +{"type":"Feature","id":"n6791055808","geometry":{"type":"Point","coordinates":[-0.0309601,51.5122453]},"properties":{"@type":"node","@id":6791055808,"@timestamp":1568311012},"coords":"51.5122453,-0.0309601","bedrooms":"0","price":"201000","area":"574"} , +{"type":"Feature","id":"n6791085595","geometry":{"type":"Point","coordinates":[-0.0302762,51.5110947]},"properties":{"@type":"node","@id":6791085595,"@timestamp":1624015537},"coords":"51.5110947,-0.0302762","bedrooms":"4","price":"227000","area":"390"} , +{"type":"Feature","id":"n6791447569","geometry":{"type":"Point","coordinates":[0.2485876,50.9706076]},"properties":{"@type":"node","@id":6791447569,"@timestamp":1568322109},"coords":"50.9706076,0.2485876","bedrooms":"3","price":"160000","area":"556"} , +{"type":"Feature","id":"n6792535274","geometry":{"type":"Point","coordinates":[0.5393921,51.8745655]},"properties":{"@type":"node","@id":6792535274,"@timestamp":1568370370},"coords":"51.8745655,0.5393921","bedrooms":"1","price":"213000","area":"390"} , +{"type":"Feature","id":"n6792787856","geometry":{"type":"Point","coordinates":[0.1083076,50.960797]},"properties":{"@type":"node","@id":6792787856,"@timestamp":1568377424},"coords":"50.960797,0.1083076","bedrooms":"0","price":"175000","area":"411"} , +{"type":"Feature","id":"n6793123744","geometry":{"type":"Point","coordinates":[-0.4171768,51.8561634]},"properties":{"@type":"node","@id":6793123744,"@timestamp":1568383966},"coords":"51.8561634,-0.4171768","bedrooms":"1","price":"249000","area":"501"} , +{"type":"Feature","id":"n6794087677","geometry":{"type":"Point","coordinates":[-0.0538462,51.6022121]},"properties":{"@type":"node","@id":6794087677,"@timestamp":1568414507},"coords":"51.6022121,-0.0538462","bedrooms":"0","price":"164000","area":"663"} , +{"type":"Feature","id":"n6794493164","geometry":{"type":"Point","coordinates":[-0.4378717,51.4547031]},"properties":{"@type":"node","@id":6794493164,"@timestamp":1568441639},"coords":"51.4547031,-0.4378717","bedrooms":"3","price":"255000","area":"568"} , +{"type":"Feature","id":"n6794830919","geometry":{"type":"Point","coordinates":[-0.1207421,51.5179446]},"properties":{"@type":"node","@id":6794830919,"@timestamp":1627893388},"coords":"51.5179446,-0.1207421","bedrooms":"0","price":"170000","area":"371"} , +{"type":"Feature","id":"n6795149859","geometry":{"type":"Point","coordinates":[0.1012362,50.9701933]},"properties":{"@type":"node","@id":6795149859,"@timestamp":1568464938},"coords":"50.9701933,0.1012362","bedrooms":"2","price":"162000","area":"593"} , +{"type":"Feature","id":"n6795406699","geometry":{"type":"Point","coordinates":[0.2794701,50.9779716]},"properties":{"@type":"node","@id":6795406699,"@timestamp":1568470834},"coords":"50.9779716,0.2794701","bedrooms":"0","price":"265000","area":"619"} , +{"type":"Feature","id":"n6795657803","geometry":{"type":"Point","coordinates":[0.4405768,51.7462323]},"properties":{"@type":"node","@id":6795657803,"@timestamp":1568479828},"coords":"51.7462323,0.4405768","bedrooms":"4","price":"294000","area":"527"} , +{"type":"Feature","id":"n6795750214","geometry":{"type":"Point","coordinates":[0.012483,51.5485284]},"properties":{"@type":"node","@id":6795750214,"@timestamp":1568483663},"coords":"51.5485284,0.012483","bedrooms":"3","price":"260000","area":"574"} , +{"type":"Feature","id":"n6795750247","geometry":{"type":"Point","coordinates":[0.012522,51.5479103]},"properties":{"@type":"node","@id":6795750247,"@timestamp":1568483663},"coords":"51.5479103,0.012522","bedrooms":"0","price":"294000","area":"686"} , +{"type":"Feature","id":"n6795823657","geometry":{"type":"Point","coordinates":[0.0842398,50.9733758]},"properties":{"@type":"node","@id":6795823657,"@timestamp":1568577339},"coords":"50.9733758,0.0842398","bedrooms":"4","price":"254000","area":"510"} , +{"type":"Feature","id":"n6795880018","geometry":{"type":"Point","coordinates":[-0.7605154,51.2896183]},"properties":{"@type":"node","@id":6795880018,"@timestamp":1635282321},"coords":"51.2896183,-0.7605154","bedrooms":"3","price":"221000","area":"490"} , +{"type":"Feature","id":"n6795904977","geometry":{"type":"Point","coordinates":[-0.7605004,51.2897863]},"properties":{"@type":"node","@id":6795904977,"@timestamp":1568491656},"coords":"51.2897863,-0.7605004","bedrooms":"3","price":"173000","area":"519"} , +{"type":"Feature","id":"n6795978570","geometry":{"type":"Point","coordinates":[0.1038323,50.9816335]},"properties":{"@type":"node","@id":6795978570,"@timestamp":1569061857},"coords":"50.9816335,0.1038323","bedrooms":"1","price":"184000","area":"554"} , +{"type":"Feature","id":"n6795978580","geometry":{"type":"Point","coordinates":[0.1101007,50.977242]},"properties":{"@type":"node","@id":6795978580,"@timestamp":1569061857},"coords":"50.977242,0.1101007","bedrooms":"0","price":"151000","area":"685"} , +{"type":"Feature","id":"n6796009691","geometry":{"type":"Point","coordinates":[0.1019078,50.9575794]},"properties":{"@type":"node","@id":6796009691,"@timestamp":1569061857},"coords":"50.9575794,0.1019078","bedrooms":"2","price":"251000","area":"635"} , +{"type":"Feature","id":"n6796013801","geometry":{"type":"Point","coordinates":[-0.5061667,51.4716338]},"properties":{"@type":"node","@id":6796013801,"@timestamp":1624348948},"coords":"51.4716338,-0.5061667","bedrooms":"2","price":"259000","area":"454"} , +{"type":"Feature","id":"n6796013812","geometry":{"type":"Point","coordinates":[-0.4734736,51.3269849]},"properties":{"@type":"node","@id":6796013812,"@timestamp":1620669491},"coords":"51.3269849,-0.4734736","bedrooms":"3","price":"155000","area":"604"} , +{"type":"Feature","id":"n6796229168","geometry":{"type":"Point","coordinates":[-0.2102446,51.5320821]},"properties":{"@type":"node","@id":6796229168,"@timestamp":1568518006},"coords":"51.5320821,-0.2102446","bedrooms":"3","price":"196000","area":"604"} , +{"type":"Feature","id":"n6796417076","geometry":{"type":"Point","coordinates":[0.0748457,51.6423105]},"properties":{"@type":"node","@id":6796417076,"@timestamp":1568535869},"coords":"51.6423105,0.0748457","bedrooms":"3","price":"208000","area":"653"} , +{"type":"Feature","id":"n6796486233","geometry":{"type":"Point","coordinates":[0.7354007,50.9517342]},"properties":{"@type":"node","@id":6796486233,"@timestamp":1568538620},"coords":"50.9517342,0.7354007","bedrooms":"1","price":"291000","area":"449"} , +{"type":"Feature","id":"n6796779831","geometry":{"type":"Point","coordinates":[-0.2059902,51.526373]},"properties":{"@type":"node","@id":6796779831,"@timestamp":1568548932},"coords":"51.526373,-0.2059902","bedrooms":"2","price":"190000","area":"419"} , +{"type":"Feature","id":"n6796834319","geometry":{"type":"Point","coordinates":[0.1548591,51.5006815]},"properties":{"@type":"node","@id":6796834319,"@timestamp":1568556411},"coords":"51.5006815,0.1548591","bedrooms":"4","price":"223000","area":"385"} , +{"type":"Feature","id":"n6796912518","geometry":{"type":"Point","coordinates":[-0.2131597,51.4682196]},"properties":{"@type":"node","@id":6796912518,"@timestamp":1568556169},"coords":"51.4682196,-0.2131597","bedrooms":"3","price":"188000","area":"691"} , +{"type":"Feature","id":"n6796912531","geometry":{"type":"Point","coordinates":[-0.2127662,51.4679816]},"properties":{"@type":"node","@id":6796912531,"@timestamp":1568556169},"coords":"51.4679816,-0.2127662","bedrooms":"2","price":"259000","area":"433"} , +{"type":"Feature","id":"n6796912542","geometry":{"type":"Point","coordinates":[-0.2125354,51.4679062]},"properties":{"@type":"node","@id":6796912542,"@timestamp":1629830868},"coords":"51.4679062,-0.2125354","bedrooms":"1","price":"154000","area":"511"} , +{"type":"Feature","id":"n6796920121","geometry":{"type":"Point","coordinates":[-0.2122997,51.4684502]},"properties":{"@type":"node","@id":6796920121,"@timestamp":1611878069},"coords":"51.4684502,-0.2122997","bedrooms":"1","price":"238000","area":"369"} , +{"type":"Feature","id":"n6796974273","geometry":{"type":"Point","coordinates":[-0.2123355,51.4690881]},"properties":{"@type":"node","@id":6796974273,"@timestamp":1629830674},"coords":"51.4690881,-0.2123355","bedrooms":"0","price":"251000","area":"672"} , +{"type":"Feature","id":"n6797054469","geometry":{"type":"Point","coordinates":[-0.2194013,51.4719686]},"properties":{"@type":"node","@id":6797054469,"@timestamp":1568563679},"coords":"51.4719686,-0.2194013","bedrooms":"1","price":"249000","area":"422"} , +{"type":"Feature","id":"n6797054479","geometry":{"type":"Point","coordinates":[-0.2183971,51.4717615]},"properties":{"@type":"node","@id":6797054479,"@timestamp":1629830818},"coords":"51.4717615,-0.2183971","bedrooms":"1","price":"152000","area":"436"} , +{"type":"Feature","id":"n6797103671","geometry":{"type":"Point","coordinates":[-0.2855711,51.4736031]},"properties":{"@type":"node","@id":6797103671,"@timestamp":1586703042},"coords":"51.4736031,-0.2855711","bedrooms":"4","price":"298000","area":"351"} , +{"type":"Feature","id":"n6797148412","geometry":{"type":"Point","coordinates":[0.0082322,51.5474696]},"properties":{"@type":"node","@id":6797148412,"@timestamp":1568567794},"coords":"51.5474696,0.0082322","bedrooms":"3","price":"282000","area":"430"} , +{"type":"Feature","id":"n6797148422","geometry":{"type":"Point","coordinates":[0.0082755,51.5475365]},"properties":{"@type":"node","@id":6797148422,"@timestamp":1621263231},"coords":"51.5475365,0.0082755","bedrooms":"3","price":"186000","area":"426"} , +{"type":"Feature","id":"n6797155486","geometry":{"type":"Point","coordinates":[-0.7994788,51.335506]},"properties":{"@type":"node","@id":6797155486,"@timestamp":1568566925},"coords":"51.335506,-0.7994788","bedrooms":"2","price":"262000","area":"351"} , +{"type":"Feature","id":"n6797367525","geometry":{"type":"Point","coordinates":[-0.7767721,51.5733876]},"properties":{"@type":"node","@id":6797367525,"@timestamp":1568574303},"coords":"51.5733876,-0.7767721","bedrooms":"4","price":"250000","area":"389"} , +{"type":"Feature","id":"n6797392964","geometry":{"type":"Point","coordinates":[0.3695843,51.0042364]},"properties":{"@type":"node","@id":6797392964,"@timestamp":1568575526},"coords":"51.0042364,0.3695843","bedrooms":"4","price":"194000","area":"633"} , +{"type":"Feature","id":"n6797413424","geometry":{"type":"Point","coordinates":[0.3865269,51.0153536]},"properties":{"@type":"node","@id":6797413424,"@timestamp":1568575526},"coords":"51.0153536,0.3865269","bedrooms":"2","price":"255000","area":"462"} , +{"type":"Feature","id":"n6797443695","geometry":{"type":"Point","coordinates":[0.1006486,50.9765184]},"properties":{"@type":"node","@id":6797443695,"@timestamp":1568577339},"coords":"50.9765184,0.1006486","bedrooms":"2","price":"210000","area":"392"} , +{"type":"Feature","id":"n6797443706","geometry":{"type":"Point","coordinates":[0.087027,50.9708149]},"properties":{"@type":"node","@id":6797443706,"@timestamp":1568577339},"coords":"50.9708149,0.087027","bedrooms":"0","price":"200000","area":"411"} , +{"type":"Feature","id":"n6797459798","geometry":{"type":"Point","coordinates":[0.1532619,51.4975996]},"properties":{"@type":"node","@id":6797459798,"@timestamp":1568578147},"coords":"51.4975996,0.1532619","bedrooms":"4","price":"242000","area":"533"} , +{"type":"Feature","id":"n6797485952","geometry":{"type":"Point","coordinates":[0.006961,51.5470007]},"properties":{"@type":"node","@id":6797485952,"@timestamp":1568580829},"coords":"51.5470007,0.006961","bedrooms":"3","price":"231000","area":"412"} , +{"type":"Feature","id":"n6797500171","geometry":{"type":"Point","coordinates":[0.007694,51.5478168]},"properties":{"@type":"node","@id":6797500171,"@timestamp":1568580457},"coords":"51.5478168,0.007694","bedrooms":"3","price":"205000","area":"575"} , +{"type":"Feature","id":"n6797500181","geometry":{"type":"Point","coordinates":[0.0077537,51.5478598]},"properties":{"@type":"node","@id":6797500181,"@timestamp":1621263231},"coords":"51.5478598,0.0077537","bedrooms":"2","price":"227000","area":"632"} , +{"type":"Feature","id":"n6797500502","geometry":{"type":"Point","coordinates":[0.0067853,51.5468835]},"properties":{"@type":"node","@id":6797500502,"@timestamp":1568580457},"coords":"51.5468835,0.0067853","bedrooms":"2","price":"177000","area":"520"} , +{"type":"Feature","id":"n6797519803","geometry":{"type":"Point","coordinates":[0.0060943,51.5469349]},"properties":{"@type":"node","@id":6797519803,"@timestamp":1568581864},"coords":"51.5469349,0.0060943","bedrooms":"0","price":"190000","area":"470"} , +{"type":"Feature","id":"n6797545729","geometry":{"type":"Point","coordinates":[-0.1970033,51.8112648]},"properties":{"@type":"node","@id":6797545729,"@timestamp":1568584232},"coords":"51.8112648,-0.1970033","bedrooms":"1","price":"282000","area":"510"} , +{"type":"Feature","id":"n6797545739","geometry":{"type":"Point","coordinates":[-0.1963846,51.8112556]},"properties":{"@type":"node","@id":6797545739,"@timestamp":1568584232},"coords":"51.8112556,-0.1963846","bedrooms":"1","price":"261000","area":"421"} , +{"type":"Feature","id":"n6797545770","geometry":{"type":"Point","coordinates":[-0.1953871,51.8112388]},"properties":{"@type":"node","@id":6797545770,"@timestamp":1568584232},"coords":"51.8112388,-0.1953871","bedrooms":"0","price":"291000","area":"676"} , +{"type":"Feature","id":"n6797545780","geometry":{"type":"Point","coordinates":[-0.1949995,51.8110651]},"properties":{"@type":"node","@id":6797545780,"@timestamp":1568584232},"coords":"51.8110651,-0.1949995","bedrooms":"3","price":"278000","area":"681"} , +{"type":"Feature","id":"n6797555096","geometry":{"type":"Point","coordinates":[-0.2282707,51.4108042]},"properties":{"@type":"node","@id":6797555096,"@timestamp":1568583684},"coords":"51.4108042,-0.2282707","bedrooms":"3","price":"223000","area":"596"} , +{"type":"Feature","id":"n6797567336","geometry":{"type":"Point","coordinates":[-0.1957191,51.8116463]},"properties":{"@type":"node","@id":6797567336,"@timestamp":1568584232},"coords":"51.8116463,-0.1957191","bedrooms":"0","price":"235000","area":"655"} , +{"type":"Feature","id":"n6797567350","geometry":{"type":"Point","coordinates":[-0.1966303,51.811908]},"properties":{"@type":"node","@id":6797567350,"@timestamp":1568584232},"coords":"51.811908,-0.1966303","bedrooms":"4","price":"266000","area":"696"} , +{"type":"Feature","id":"n6797567360","geometry":{"type":"Point","coordinates":[-0.1966032,51.8124331]},"properties":{"@type":"node","@id":6797567360,"@timestamp":1568584232},"coords":"51.8124331,-0.1966032","bedrooms":"3","price":"189000","area":"662"} , +{"type":"Feature","id":"n6797567370","geometry":{"type":"Point","coordinates":[-0.1970647,51.811945]},"properties":{"@type":"node","@id":6797567370,"@timestamp":1568584232},"coords":"51.811945,-0.1970647","bedrooms":"0","price":"173000","area":"687"} , +{"type":"Feature","id":"n6797567397","geometry":{"type":"Point","coordinates":[-0.1955034,51.8132743]},"properties":{"@type":"node","@id":6797567397,"@timestamp":1568584232},"coords":"51.8132743,-0.1955034","bedrooms":"2","price":"210000","area":"392"} , +{"type":"Feature","id":"n6797567407","geometry":{"type":"Point","coordinates":[-0.1953053,51.813693]},"properties":{"@type":"node","@id":6797567407,"@timestamp":1568584232},"coords":"51.813693,-0.1953053","bedrooms":"1","price":"162000","area":"672"} , +{"type":"Feature","id":"n6797567417","geometry":{"type":"Point","coordinates":[-0.1962926,51.8134162]},"properties":{"@type":"node","@id":6797567417,"@timestamp":1568584232},"coords":"51.8134162,-0.1962926","bedrooms":"1","price":"150000","area":"401"} , +{"type":"Feature","id":"n6797567427","geometry":{"type":"Point","coordinates":[-0.1954558,51.81453]},"properties":{"@type":"node","@id":6797567427,"@timestamp":1568584232},"coords":"51.81453,-0.1954558","bedrooms":"4","price":"186000","area":"355"} , +{"type":"Feature","id":"n6797567443","geometry":{"type":"Point","coordinates":[-0.1954923,51.8150025]},"properties":{"@type":"node","@id":6797567443,"@timestamp":1568584232},"coords":"51.8150025,-0.1954923","bedrooms":"1","price":"158000","area":"381"} , +{"type":"Feature","id":"n6797567453","geometry":{"type":"Point","coordinates":[-0.1947209,51.8153694]},"properties":{"@type":"node","@id":6797567453,"@timestamp":1568584232},"coords":"51.8153694,-0.1947209","bedrooms":"4","price":"185000","area":"621"} , +{"type":"Feature","id":"n6797567467","geometry":{"type":"Point","coordinates":[-0.1940755,51.815791]},"properties":{"@type":"node","@id":6797567467,"@timestamp":1568584232},"coords":"51.815791,-0.1940755","bedrooms":"2","price":"244000","area":"488"} , +{"type":"Feature","id":"n6797567481","geometry":{"type":"Point","coordinates":[-0.1942427,51.8164986]},"properties":{"@type":"node","@id":6797567481,"@timestamp":1568584232},"coords":"51.8164986,-0.1942427","bedrooms":"2","price":"189000","area":"631"} , +{"type":"Feature","id":"n6797567511","geometry":{"type":"Point","coordinates":[-0.1937846,51.8153582]},"properties":{"@type":"node","@id":6797567511,"@timestamp":1568584232},"coords":"51.8153582,-0.1937846","bedrooms":"3","price":"258000","area":"662"} , +{"type":"Feature","id":"n6797567536","geometry":{"type":"Point","coordinates":[-0.1991362,51.8118291]},"properties":{"@type":"node","@id":6797567536,"@timestamp":1568584232},"coords":"51.8118291,-0.1991362","bedrooms":"1","price":"280000","area":"624"} , +{"type":"Feature","id":"n6797585556","geometry":{"type":"Point","coordinates":[-0.225952,51.4096729]},"properties":{"@type":"node","@id":6797585556,"@timestamp":1568588785},"coords":"51.4096729,-0.225952","bedrooms":"0","price":"176000","area":"642"} , +{"type":"Feature","id":"n6797592415","geometry":{"type":"Point","coordinates":[-0.2001659,51.811787]},"properties":{"@type":"node","@id":6797592415,"@timestamp":1568587979},"coords":"51.811787,-0.2001659","bedrooms":"3","price":"192000","area":"453"} , +{"type":"Feature","id":"n6797592445","geometry":{"type":"Point","coordinates":[-0.1998397,51.8109298]},"properties":{"@type":"node","@id":6797592445,"@timestamp":1568587979},"coords":"51.8109298,-0.1998397","bedrooms":"1","price":"180000","area":"476"} , +{"type":"Feature","id":"n6797620372","geometry":{"type":"Point","coordinates":[-0.2284373,51.4091752]},"properties":{"@type":"node","@id":6797620372,"@timestamp":1609361934},"coords":"51.4091752,-0.2284373","bedrooms":"3","price":"176000","area":"664"} , +{"type":"Feature","id":"n6797963284","geometry":{"type":"Point","coordinates":[-0.1597651,51.1059024]},"properties":{"@type":"node","@id":6797963284,"@timestamp":1599140099},"coords":"51.1059024,-0.1597651","bedrooms":"1","price":"179000","area":"512"} , +{"type":"Feature","id":"n6798144357","geometry":{"type":"Point","coordinates":[-0.1858408,51.3398643]},"properties":{"@type":"node","@id":6798144357,"@timestamp":1568614326},"coords":"51.3398643,-0.1858408","bedrooms":"2","price":"189000","area":"557"} , +{"type":"Feature","id":"n6798202861","geometry":{"type":"Point","coordinates":[-0.1247183,51.4266673]},"properties":{"@type":"node","@id":6798202861,"@timestamp":1568616064},"coords":"51.4266673,-0.1247183","bedrooms":"4","price":"153000","area":"368"} , +{"type":"Feature","id":"n6798244794","geometry":{"type":"Point","coordinates":[-0.1356225,51.3859057]},"properties":{"@type":"node","@id":6798244794,"@timestamp":1569223757},"coords":"51.3859057,-0.1356225","bedrooms":"1","price":"167000","area":"537"} , +{"type":"Feature","id":"n6798263208","geometry":{"type":"Point","coordinates":[-0.1623648,51.4265738]},"properties":{"@type":"node","@id":6798263208,"@timestamp":1568617770},"coords":"51.4265738,-0.1623648","bedrooms":"0","price":"264000","area":"435"} , +{"type":"Feature","id":"n6798314843","geometry":{"type":"Point","coordinates":[-0.1020238,51.3943911]},"properties":{"@type":"node","@id":6798314843,"@timestamp":1568620647},"coords":"51.3943911,-0.1020238","bedrooms":"4","price":"242000","area":"691"} , +{"type":"Feature","id":"n6798335977","geometry":{"type":"Point","coordinates":[-0.1724072,51.4256911]},"properties":{"@type":"node","@id":6798335977,"@timestamp":1617829389},"coords":"51.4256911,-0.1724072","bedrooms":"3","price":"246000","area":"440"} , +{"type":"Feature","id":"n6798386353","geometry":{"type":"Point","coordinates":[-0.0815282,51.3689455]},"properties":{"@type":"node","@id":6798386353,"@timestamp":1568622103},"coords":"51.3689455,-0.0815282","bedrooms":"3","price":"226000","area":"544"} , +{"type":"Feature","id":"n6798409322","geometry":{"type":"Point","coordinates":[-0.1428208,51.4009389]},"properties":{"@type":"node","@id":6798409322,"@timestamp":1568623053},"coords":"51.4009389,-0.1428208","bedrooms":"2","price":"191000","area":"559"} , +{"type":"Feature","id":"n6798621774","geometry":{"type":"Point","coordinates":[-0.1801097,51.3911407]},"properties":{"@type":"node","@id":6798621774,"@timestamp":1568624521},"coords":"51.3911407,-0.1801097","bedrooms":"4","price":"178000","area":"672"} , +{"type":"Feature","id":"n6798752102","geometry":{"type":"Point","coordinates":[-0.1716528,51.9191888]},"properties":{"@type":"node","@id":6798752102,"@timestamp":1568624813},"coords":"51.9191888,-0.1716528","bedrooms":"3","price":"206000","area":"684"} , +{"type":"Feature","id":"n6798833933","geometry":{"type":"Point","coordinates":[-0.1433689,51.4442646]},"properties":{"@type":"node","@id":6798833933,"@timestamp":1619517392},"coords":"51.4442646,-0.1433689","bedrooms":"1","price":"204000","area":"579"} , +{"type":"Feature","id":"n6798948648","geometry":{"type":"Point","coordinates":[-0.1650445,51.3554633]},"properties":{"@type":"node","@id":6798948648,"@timestamp":1568627356},"coords":"51.3554633,-0.1650445","bedrooms":"1","price":"161000","area":"574"} , +{"type":"Feature","id":"n6798954072","geometry":{"type":"Point","coordinates":[-0.1919953,51.4098564]},"properties":{"@type":"node","@id":6798954072,"@timestamp":1568626780},"coords":"51.4098564,-0.1919953","bedrooms":"0","price":"171000","area":"553"} , +{"type":"Feature","id":"n6799041018","geometry":{"type":"Point","coordinates":[-0.1767301,51.4118771]},"properties":{"@type":"node","@id":6799041018,"@timestamp":1568629284},"coords":"51.4118771,-0.1767301","bedrooms":"1","price":"153000","area":"559"} , +{"type":"Feature","id":"n6799072888","geometry":{"type":"Point","coordinates":[-0.2241541,51.3834544]},"properties":{"@type":"node","@id":6799072888,"@timestamp":1568629830},"coords":"51.3834544,-0.2241541","bedrooms":"3","price":"244000","area":"666"} , +{"type":"Feature","id":"n6799128795","geometry":{"type":"Point","coordinates":[-0.2032484,51.8219909]},"properties":{"@type":"node","@id":6799128795,"@timestamp":1568631424},"coords":"51.8219909,-0.2032484","bedrooms":"2","price":"211000","area":"404"} , +{"type":"Feature","id":"n6799128832","geometry":{"type":"Point","coordinates":[-0.2026194,51.8221153]},"properties":{"@type":"node","@id":6799128832,"@timestamp":1568631424},"coords":"51.8221153,-0.2026194","bedrooms":"3","price":"194000","area":"675"} , +{"type":"Feature","id":"n6799128842","geometry":{"type":"Point","coordinates":[-0.2038398,51.8225472]},"properties":{"@type":"node","@id":6799128842,"@timestamp":1568631424},"coords":"51.8225472,-0.2038398","bedrooms":"3","price":"265000","area":"389"} , +{"type":"Feature","id":"n6799128860","geometry":{"type":"Point","coordinates":[-0.2050884,51.821705]},"properties":{"@type":"node","@id":6799128860,"@timestamp":1568631424},"coords":"51.821705,-0.2050884","bedrooms":"1","price":"208000","area":"506"} , +{"type":"Feature","id":"n6799133799","geometry":{"type":"Point","coordinates":[-0.2082206,51.8205502]},"properties":{"@type":"node","@id":6799133799,"@timestamp":1568631424},"coords":"51.8205502,-0.2082206","bedrooms":"0","price":"272000","area":"610"} , +{"type":"Feature","id":"n6799239769","geometry":{"type":"Point","coordinates":[-1.1110267,51.295762]},"properties":{"@type":"node","@id":6799239769,"@timestamp":1568634466},"coords":"51.295762,-1.1110267","bedrooms":"2","price":"191000","area":"640"} , +{"type":"Feature","id":"n6799523198","geometry":{"type":"Point","coordinates":[0.2992004,50.9932035]},"properties":{"@type":"node","@id":6799523198,"@timestamp":1568641810},"coords":"50.9932035,0.2992004","bedrooms":"1","price":"258000","area":"456"} , +{"type":"Feature","id":"n6799619440","geometry":{"type":"Point","coordinates":[-0.0152953,51.5208417]},"properties":{"@type":"node","@id":6799619440,"@timestamp":1568643893},"coords":"51.5208417,-0.0152953","bedrooms":"3","price":"269000","area":"558"} , +{"type":"Feature","id":"n6800213688","geometry":{"type":"Point","coordinates":[-0.7499363,51.2733947]},"properties":{"@type":"node","@id":6800213688,"@timestamp":1568658990},"coords":"51.2733947,-0.7499363","bedrooms":"2","price":"186000","area":"534"} , +{"type":"Feature","id":"n6800300644","geometry":{"type":"Point","coordinates":[-0.7621126,51.2668163]},"properties":{"@type":"node","@id":6800300644,"@timestamp":1591562930},"coords":"51.2668163,-0.7621126","bedrooms":"1","price":"171000","area":"422"} , +{"type":"Feature","id":"n6800666927","geometry":{"type":"Point","coordinates":[-0.2264643,51.4121292]},"properties":{"@type":"node","@id":6800666927,"@timestamp":1568673353},"coords":"51.4121292,-0.2264643","bedrooms":"4","price":"282000","area":"545"} , +{"type":"Feature","id":"n6801275392","geometry":{"type":"Point","coordinates":[-0.070097,51.5201782]},"properties":{"@type":"node","@id":6801275392,"@timestamp":1568701239},"coords":"51.5201782,-0.070097","bedrooms":"1","price":"159000","area":"656"} , +{"type":"Feature","id":"n6801346180","geometry":{"type":"Point","coordinates":[0.5146721,51.2774494]},"properties":{"@type":"node","@id":6801346180,"@timestamp":1568704972},"coords":"51.2774494,0.5146721","bedrooms":"3","price":"237000","area":"402"} , +{"type":"Feature","id":"n6801450540","geometry":{"type":"Point","coordinates":[-0.8204454,51.3415904]},"properties":{"@type":"node","@id":6801450540,"@timestamp":1568752543},"coords":"51.3415904,-0.8204454","bedrooms":"1","price":"245000","area":"526"} , +{"type":"Feature","id":"n6801450554","geometry":{"type":"Point","coordinates":[-0.82086,51.341767]},"properties":{"@type":"node","@id":6801450554,"@timestamp":1568706859},"coords":"51.341767,-0.82086","bedrooms":"4","price":"207000","area":"435"} , +{"type":"Feature","id":"n6801459857","geometry":{"type":"Point","coordinates":[0.1857379,51.0502479]},"properties":{"@type":"node","@id":6801459857,"@timestamp":1624201223},"coords":"51.0502479,0.1857379","bedrooms":"1","price":"222000","area":"352"} , +{"type":"Feature","id":"n6801459867","geometry":{"type":"Point","coordinates":[0.1852508,51.0498714]},"properties":{"@type":"node","@id":6801459867,"@timestamp":1624201223},"coords":"51.0498714,0.1852508","bedrooms":"4","price":"173000","area":"394"} , +{"type":"Feature","id":"n6801459877","geometry":{"type":"Point","coordinates":[0.1858523,51.0503878]},"properties":{"@type":"node","@id":6801459877,"@timestamp":1624201223},"coords":"51.0503878,0.1858523","bedrooms":"1","price":"238000","area":"503"} , +{"type":"Feature","id":"n6801478939","geometry":{"type":"Point","coordinates":[-0.0203635,51.5184605]},"properties":{"@type":"node","@id":6801478939,"@timestamp":1568707721},"coords":"51.5184605,-0.0203635","bedrooms":"2","price":"191000","area":"470"} , +{"type":"Feature","id":"n6801552124","geometry":{"type":"Point","coordinates":[-0.2799094,51.2413088]},"properties":{"@type":"node","@id":6801552124,"@timestamp":1600358584},"coords":"51.2413088,-0.2799094","bedrooms":"0","price":"217000","area":"490"} , +{"type":"Feature","id":"n6801660639","geometry":{"type":"Point","coordinates":[-0.4883892,51.0721281]},"properties":{"@type":"node","@id":6801660639,"@timestamp":1568712461},"coords":"51.0721281,-0.4883892","bedrooms":"1","price":"276000","area":"356"} , +{"type":"Feature","id":"n6801707712","geometry":{"type":"Point","coordinates":[0.2528089,50.9699433]},"properties":{"@type":"node","@id":6801707712,"@timestamp":1568714062},"coords":"50.9699433,0.2528089","bedrooms":"3","price":"216000","area":"470"} , +{"type":"Feature","id":"n6801707722","geometry":{"type":"Point","coordinates":[0.2554978,50.9606112]},"properties":{"@type":"node","@id":6801707722,"@timestamp":1568714062},"coords":"50.9606112,0.2554978","bedrooms":"0","price":"266000","area":"552"} , +{"type":"Feature","id":"n6801843417","geometry":{"type":"Point","coordinates":[-0.6627903,51.1548444]},"properties":{"@type":"node","@id":6801843417,"@timestamp":1568716598},"coords":"51.1548444,-0.6627903","bedrooms":"4","price":"168000","area":"435"} , +{"type":"Feature","id":"n6801881921","geometry":{"type":"Point","coordinates":[-0.7767827,51.2009888]},"properties":{"@type":"node","@id":6801881921,"@timestamp":1568717778},"coords":"51.2009888,-0.7767827","bedrooms":"2","price":"228000","area":"551"} , +{"type":"Feature","id":"n6801931891","geometry":{"type":"Point","coordinates":[-0.3172345,51.0635297]},"properties":{"@type":"node","@id":6801931891,"@timestamp":1602696896},"coords":"51.0635297,-0.3172345","bedrooms":"3","price":"265000","area":"358"} , +{"type":"Feature","id":"n6802063276","geometry":{"type":"Point","coordinates":[-0.3349125,51.4284893]},"properties":{"@type":"node","@id":6802063276,"@timestamp":1622811301},"coords":"51.4284893,-0.3349125","bedrooms":"1","price":"259000","area":"503"} , +{"type":"Feature","id":"n6802156783","geometry":{"type":"Point","coordinates":[-0.990914,51.2986001]},"properties":{"@type":"node","@id":6802156783,"@timestamp":1568725654},"coords":"51.2986001,-0.990914","bedrooms":"0","price":"198000","area":"576"} , +{"type":"Feature","id":"n6802269177","geometry":{"type":"Point","coordinates":[0.0224916,51.5009491]},"properties":{"@type":"node","@id":6802269177,"@timestamp":1628715150},"coords":"51.5009491,0.0224916","bedrooms":"4","price":"252000","area":"482"} , +{"type":"Feature","id":"n6802325668","geometry":{"type":"Point","coordinates":[0.3215626,51.070709]},"properties":{"@type":"node","@id":6802325668,"@timestamp":1596549983},"coords":"51.070709,0.3215626","bedrooms":"2","price":"158000","area":"590"} , +{"type":"Feature","id":"n6802390679","geometry":{"type":"Point","coordinates":[-0.2824773,51.2406386]},"properties":{"@type":"node","@id":6802390679,"@timestamp":1568730395},"coords":"51.2406386,-0.2824773","bedrooms":"0","price":"258000","area":"377"} , +{"type":"Feature","id":"n6802617272","geometry":{"type":"Point","coordinates":[-0.835025,51.4326287]},"properties":{"@type":"node","@id":6802617272,"@timestamp":1568734403},"coords":"51.4326287,-0.835025","bedrooms":"3","price":"170000","area":"686"} , +{"type":"Feature","id":"n6802859903","geometry":{"type":"Point","coordinates":[-0.6293127,51.3647784]},"properties":{"@type":"node","@id":6802859903,"@timestamp":1568741023},"coords":"51.3647784,-0.6293127","bedrooms":"4","price":"193000","area":"601"} , +{"type":"Feature","id":"n6804092320","geometry":{"type":"Point","coordinates":[-0.2599244,51.4598402]},"properties":{"@type":"node","@id":6804092320,"@timestamp":1568752675},"coords":"51.4598402,-0.2599244","bedrooms":"1","price":"271000","area":"542"} , +{"type":"Feature","id":"n6804234089","geometry":{"type":"Point","coordinates":[-0.1996087,51.4015659]},"properties":{"@type":"node","@id":6804234089,"@timestamp":1569628517},"coords":"51.4015659,-0.1996087","bedrooms":"1","price":"178000","area":"505"} , +{"type":"Feature","id":"n6804277328","geometry":{"type":"Point","coordinates":[-0.1966243,51.4018389]},"properties":{"@type":"node","@id":6804277328,"@timestamp":1568759896},"coords":"51.4018389,-0.1966243","bedrooms":"0","price":"232000","area":"427"} , +{"type":"Feature","id":"n6804302453","geometry":{"type":"Point","coordinates":[-0.0699667,51.5349916]},"properties":{"@type":"node","@id":6804302453,"@timestamp":1632593980},"coords":"51.5349916,-0.0699667","bedrooms":"0","price":"156000","area":"392"} , +{"type":"Feature","id":"n6804591680","geometry":{"type":"Point","coordinates":[-1.1067001,51.2783453]},"properties":{"@type":"node","@id":6804591680,"@timestamp":1568783177},"coords":"51.2783453,-1.1067001","bedrooms":"0","price":"296000","area":"614"} , +{"type":"Feature","id":"n6804795442","geometry":{"type":"Point","coordinates":[-0.1894208,51.4077634]},"properties":{"@type":"node","@id":6804795442,"@timestamp":1619910289},"coords":"51.4077634,-0.1894208","bedrooms":"2","price":"184000","area":"606"} , +{"type":"Feature","id":"n6804893523","geometry":{"type":"Point","coordinates":[-0.9110748,51.0490358]},"properties":{"@type":"node","@id":6804893523,"@timestamp":1568793248},"coords":"51.0490358,-0.9110748","bedrooms":"4","price":"198000","area":"580"} , +{"type":"Feature","id":"n6804921129","geometry":{"type":"Point","coordinates":[0.1358769,51.494618]},"properties":{"@type":"node","@id":6804921129,"@timestamp":1568794939},"coords":"51.494618,0.1358769","bedrooms":"1","price":"230000","area":"507"} , +{"type":"Feature","id":"n6805042268","geometry":{"type":"Point","coordinates":[-1.0911448,51.4289739]},"properties":{"@type":"node","@id":6805042268,"@timestamp":1603419001},"coords":"51.4289739,-1.0911448","bedrooms":"3","price":"203000","area":"603"} , +{"type":"Feature","id":"n6805103325","geometry":{"type":"Point","coordinates":[-0.1411254,51.5067621]},"properties":{"@type":"node","@id":6805103325,"@timestamp":1568800375},"coords":"51.5067621,-0.1411254","bedrooms":"4","price":"217000","area":"430"} , +{"type":"Feature","id":"n6805185312","geometry":{"type":"Point","coordinates":[-0.6901665,51.1378687]},"properties":{"@type":"node","@id":6805185312,"@timestamp":1568801942},"coords":"51.1378687,-0.6901665","bedrooms":"1","price":"251000","area":"462"} , +{"type":"Feature","id":"n6805465735","geometry":{"type":"Point","coordinates":[-0.0599014,51.5890089]},"properties":{"@type":"node","@id":6805465735,"@timestamp":1568808496},"coords":"51.5890089,-0.0599014","bedrooms":"0","price":"287000","area":"500"} , +{"type":"Feature","id":"n6805873658","geometry":{"type":"Point","coordinates":[-0.2095736,51.2380044]},"properties":{"@type":"node","@id":6805873658,"@timestamp":1568819182},"coords":"51.2380044,-0.2095736","bedrooms":"3","price":"247000","area":"575"} , +{"type":"Feature","id":"n6806061912","geometry":{"type":"Point","coordinates":[0.3846431,51.0889515]},"properties":{"@type":"node","@id":6806061912,"@timestamp":1568823367},"coords":"51.0889515,0.3846431","bedrooms":"2","price":"274000","area":"408"} , +{"type":"Feature","id":"n6806145527","geometry":{"type":"Point","coordinates":[-0.1188021,51.3746243]},"properties":{"@type":"node","@id":6806145527,"@timestamp":1625706266},"coords":"51.3746243,-0.1188021","bedrooms":"0","price":"261000","area":"412"} , +{"type":"Feature","id":"n6806428007","geometry":{"type":"Point","coordinates":[0.3056908,51.6213247]},"properties":{"@type":"node","@id":6806428007,"@timestamp":1620545858},"coords":"51.6213247,0.3056908","bedrooms":"2","price":"192000","area":"413"} , +{"type":"Feature","id":"n6806497054","geometry":{"type":"Point","coordinates":[-0.2408677,51.1913486]},"properties":{"@type":"node","@id":6806497054,"@timestamp":1568839246},"coords":"51.1913486,-0.2408677","bedrooms":"1","price":"175000","area":"412"} , +{"type":"Feature","id":"n6806497064","geometry":{"type":"Point","coordinates":[-0.2512264,51.192816]},"properties":{"@type":"node","@id":6806497064,"@timestamp":1568839246},"coords":"51.192816,-0.2512264","bedrooms":"4","price":"272000","area":"534"} , +{"type":"Feature","id":"n6807001547","geometry":{"type":"Point","coordinates":[-0.0392089,51.4493861]},"properties":{"@type":"node","@id":6807001547,"@timestamp":1568866324},"coords":"51.4493861,-0.0392089","bedrooms":"3","price":"154000","area":"517"} , +{"type":"Feature","id":"n6807144755","geometry":{"type":"Point","coordinates":[-0.047943,51.4667911]},"properties":{"@type":"node","@id":6807144755,"@timestamp":1568874998},"coords":"51.4667911,-0.047943","bedrooms":"4","price":"266000","area":"677"} , +{"type":"Feature","id":"n6807184605","geometry":{"type":"Point","coordinates":[-0.0101689,51.4418388]},"properties":{"@type":"node","@id":6807184605,"@timestamp":1568874722},"coords":"51.4418388,-0.0101689","bedrooms":"4","price":"281000","area":"358"} , +{"type":"Feature","id":"n6807247970","geometry":{"type":"Point","coordinates":[0.0047813,51.4916133]},"properties":{"@type":"node","@id":6807247970,"@timestamp":1568877550},"coords":"51.4916133,0.0047813","bedrooms":"1","price":"233000","area":"540"} , +{"type":"Feature","id":"n6807304857","geometry":{"type":"Point","coordinates":[0.127189,51.4314379]},"properties":{"@type":"node","@id":6807304857,"@timestamp":1568879888},"coords":"51.4314379,0.127189","bedrooms":"3","price":"282000","area":"400"} , +{"type":"Feature","id":"n6807379753","geometry":{"type":"Point","coordinates":[-0.1887996,51.4079397]},"properties":{"@type":"node","@id":6807379753,"@timestamp":1619910289},"coords":"51.4079397,-0.1887996","bedrooms":"2","price":"286000","area":"526"} , +{"type":"Feature","id":"n6807404679","geometry":{"type":"Point","coordinates":[-0.1401306,51.464874]},"properties":{"@type":"node","@id":6807404679,"@timestamp":1591988367},"coords":"51.464874,-0.1401306","bedrooms":"2","price":"212000","area":"674"} , +{"type":"Feature","id":"n6807423311","geometry":{"type":"Point","coordinates":[-0.1072591,51.4589462]},"properties":{"@type":"node","@id":6807423311,"@timestamp":1568882001},"coords":"51.4589462,-0.1072591","bedrooms":"3","price":"150000","area":"372"} , +{"type":"Feature","id":"n6807432094","geometry":{"type":"Point","coordinates":[-0.0856215,51.4314505]},"properties":{"@type":"node","@id":6807432094,"@timestamp":1568882193},"coords":"51.4314505,-0.0856215","bedrooms":"0","price":"167000","area":"643"} , +{"type":"Feature","id":"n6807456954","geometry":{"type":"Point","coordinates":[-0.0902667,51.4701352]},"properties":{"@type":"node","@id":6807456954,"@timestamp":1568883471},"coords":"51.4701352,-0.0902667","bedrooms":"2","price":"228000","area":"592"} , +{"type":"Feature","id":"n6807488121","geometry":{"type":"Point","coordinates":[-0.1006169,51.4758032]},"properties":{"@type":"node","@id":6807488121,"@timestamp":1568883724},"coords":"51.4758032,-0.1006169","bedrooms":"1","price":"171000","area":"468"} , +{"type":"Feature","id":"n6807533092","geometry":{"type":"Point","coordinates":[0.5873957,51.6964849]},"properties":{"@type":"node","@id":6807533092,"@timestamp":1568885065},"coords":"51.6964849,0.5873957","bedrooms":"2","price":"272000","area":"362"} , +{"type":"Feature","id":"n6807554038","geometry":{"type":"Point","coordinates":[0.1175286,51.4609905]},"properties":{"@type":"node","@id":6807554038,"@timestamp":1568885985},"coords":"51.4609905,0.1175286","bedrooms":"0","price":"277000","area":"550"} , +{"type":"Feature","id":"n6807572184","geometry":{"type":"Point","coordinates":[0.0629438,51.4360929]},"properties":{"@type":"node","@id":6807572184,"@timestamp":1620997220},"coords":"51.4360929,0.0629438","bedrooms":"1","price":"276000","area":"641"} , +{"type":"Feature","id":"n6807609689","geometry":{"type":"Point","coordinates":[0.031595,51.5113615]},"properties":{"@type":"node","@id":6807609689,"@timestamp":1616189834},"coords":"51.5113615,0.031595","bedrooms":"2","price":"209000","area":"469"} , +{"type":"Feature","id":"n6807656908","geometry":{"type":"Point","coordinates":[0.0595031,51.3969421]},"properties":{"@type":"node","@id":6807656908,"@timestamp":1568889328},"coords":"51.3969421,0.0595031","bedrooms":"3","price":"218000","area":"661"} , +{"type":"Feature","id":"n6807797864","geometry":{"type":"Point","coordinates":[-0.2118863,51.9031577]},"properties":{"@type":"node","@id":6807797864,"@timestamp":1568893093},"coords":"51.9031577,-0.2118863","bedrooms":"1","price":"214000","area":"378"} , +{"type":"Feature","id":"n6807851071","geometry":{"type":"Point","coordinates":[-0.1823468,51.9049162]},"properties":{"@type":"node","@id":6807851071,"@timestamp":1568894995},"coords":"51.9049162,-0.1823468","bedrooms":"1","price":"232000","area":"557"} , +{"type":"Feature","id":"n6807941370","geometry":{"type":"Point","coordinates":[-0.5755142,51.9068739]},"properties":{"@type":"node","@id":6807941370,"@timestamp":1568896823},"coords":"51.9068739,-0.5755142","bedrooms":"0","price":"184000","area":"451"} , +{"type":"Feature","id":"n6807993920","geometry":{"type":"Point","coordinates":[-0.7690239,51.85411]},"properties":{"@type":"node","@id":6807993920,"@timestamp":1568898381},"coords":"51.85411,-0.7690239","bedrooms":"0","price":"283000","area":"372"} , +{"type":"Feature","id":"n6808061911","geometry":{"type":"Point","coordinates":[-0.2023799,51.8546562]},"properties":{"@type":"node","@id":6808061911,"@timestamp":1568900033},"coords":"51.8546562,-0.2023799","bedrooms":"4","price":"241000","area":"630"} , +{"type":"Feature","id":"n6808120539","geometry":{"type":"Point","coordinates":[-0.9035025,51.9796948]},"properties":{"@type":"node","@id":6808120539,"@timestamp":1568902052},"coords":"51.9796948,-0.9035025","bedrooms":"2","price":"261000","area":"552"} , +{"type":"Feature","id":"n6808139112","geometry":{"type":"Point","coordinates":[-0.7337857,51.3909161]},"properties":{"@type":"node","@id":6808139112,"@timestamp":1617992620},"coords":"51.3909161,-0.7337857","bedrooms":"0","price":"236000","area":"353"} , +{"type":"Feature","id":"n6808139124","geometry":{"type":"Point","coordinates":[-0.7368833,51.3917751]},"properties":{"@type":"node","@id":6808139124,"@timestamp":1568901956},"coords":"51.3917751,-0.7368833","bedrooms":"2","price":"245000","area":"699"} , +{"type":"Feature","id":"n6808229796","geometry":{"type":"Point","coordinates":[0.1400494,51.8574518]},"properties":{"@type":"node","@id":6808229796,"@timestamp":1606321294},"coords":"51.8574518,0.1400494","bedrooms":"2","price":"233000","area":"584"} , +{"type":"Feature","id":"n6808278217","geometry":{"type":"Point","coordinates":[0.3513393,51.4272581]},"properties":{"@type":"node","@id":6808278217,"@timestamp":1568905492},"coords":"51.4272581,0.3513393","bedrooms":"0","price":"274000","area":"414"} , +{"type":"Feature","id":"n6808278227","geometry":{"type":"Point","coordinates":[0.3510539,51.4273623]},"properties":{"@type":"node","@id":6808278227,"@timestamp":1581112044},"coords":"51.4273623,0.3510539","bedrooms":"4","price":"297000","area":"438"} , +{"type":"Feature","id":"n6808278237","geometry":{"type":"Point","coordinates":[0.3529443,51.4274989]},"properties":{"@type":"node","@id":6808278237,"@timestamp":1568905492},"coords":"51.4274989,0.3529443","bedrooms":"3","price":"258000","area":"561"} , +{"type":"Feature","id":"n6808344913","geometry":{"type":"Point","coordinates":[-0.7865916,51.8308814]},"properties":{"@type":"node","@id":6808344913,"@timestamp":1568907347},"coords":"51.8308814,-0.7865916","bedrooms":"1","price":"279000","area":"357"} , +{"type":"Feature","id":"n6808468466","geometry":{"type":"Point","coordinates":[-0.3013406,51.6072324]},"properties":{"@type":"node","@id":6808468466,"@timestamp":1622047640},"coords":"51.6072324,-0.3013406","bedrooms":"3","price":"194000","area":"670"} , +{"type":"Feature","id":"n6808473387","geometry":{"type":"Point","coordinates":[-0.3077789,51.618119]},"properties":{"@type":"node","@id":6808473387,"@timestamp":1568910676},"coords":"51.618119,-0.3077789","bedrooms":"2","price":"167000","area":"648"} , +{"type":"Feature","id":"n6809845065","geometry":{"type":"Point","coordinates":[0.0013224,51.5453405]},"properties":{"@type":"node","@id":6809845065,"@timestamp":1627984767},"coords":"51.5453405,0.0013224","bedrooms":"4","price":"261000","area":"406"} , +{"type":"Feature","id":"n6809845075","geometry":{"type":"Point","coordinates":[0.0015796,51.5454304]},"properties":{"@type":"node","@id":6809845075,"@timestamp":1568916143},"coords":"51.5454304,0.0015796","bedrooms":"3","price":"238000","area":"577"} , +{"type":"Feature","id":"n6809889350","geometry":{"type":"Point","coordinates":[-0.3312472,51.4505295]},"properties":{"@type":"node","@id":6809889350,"@timestamp":1568918288},"coords":"51.4505295,-0.3312472","bedrooms":"1","price":"280000","area":"496"} , +{"type":"Feature","id":"n6809901483","geometry":{"type":"Point","coordinates":[-0.1335881,51.5188897]},"properties":{"@type":"node","@id":6809901483,"@timestamp":1573148879},"coords":"51.5188897,-0.1335881","bedrooms":"0","price":"295000","area":"583"} , +{"type":"Feature","id":"n6810008233","geometry":{"type":"Point","coordinates":[-0.2137592,51.5275132]},"properties":{"@type":"node","@id":6810008233,"@timestamp":1568921395},"coords":"51.5275132,-0.2137592","bedrooms":"0","price":"246000","area":"461"} , +{"type":"Feature","id":"n6810008294","geometry":{"type":"Point","coordinates":[-0.2154668,51.5276067]},"properties":{"@type":"node","@id":6810008294,"@timestamp":1568921395},"coords":"51.5276067,-0.2154668","bedrooms":"4","price":"284000","area":"493"} , +{"type":"Feature","id":"n6810151523","geometry":{"type":"Point","coordinates":[-0.8979676,51.3025323]},"properties":{"@type":"node","@id":6810151523,"@timestamp":1621240348},"coords":"51.3025323,-0.8979676","bedrooms":"2","price":"158000","area":"377"} , +{"type":"Feature","id":"n6810231589","geometry":{"type":"Point","coordinates":[0.0050588,51.5462769]},"properties":{"@type":"node","@id":6810231589,"@timestamp":1619176375},"coords":"51.5462769,0.0050588","bedrooms":"3","price":"157000","area":"642"} , +{"type":"Feature","id":"n6810257333","geometry":{"type":"Point","coordinates":[-0.0959798,51.5354514]},"properties":{"@type":"node","@id":6810257333,"@timestamp":1613925592},"coords":"51.5354514,-0.0959798","bedrooms":"1","price":"202000","area":"548"} , +{"type":"Feature","id":"n6810325409","geometry":{"type":"Point","coordinates":[-0.0974554,51.5293467]},"properties":{"@type":"node","@id":6810325409,"@timestamp":1568936237},"coords":"51.5293467,-0.0974554","bedrooms":"3","price":"150000","area":"676"} , +{"type":"Feature","id":"n6810410294","geometry":{"type":"Point","coordinates":[-0.1046111,51.5278092]},"properties":{"@type":"node","@id":6810410294,"@timestamp":1568939900},"coords":"51.5278092,-0.1046111","bedrooms":"4","price":"275000","area":"484"} , +{"type":"Feature","id":"n6810600405","geometry":{"type":"Point","coordinates":[-0.0372591,51.4977217]},"properties":{"@type":"node","@id":6810600405,"@timestamp":1568951862},"coords":"51.4977217,-0.0372591","bedrooms":"4","price":"296000","area":"352"} , +{"type":"Feature","id":"n6810849286","geometry":{"type":"Point","coordinates":[0.0985337,51.0956995]},"properties":{"@type":"node","@id":6810849286,"@timestamp":1589162000},"coords":"51.0956995,0.0985337","bedrooms":"3","price":"219000","area":"676"} , +{"type":"Feature","id":"n6812204669","geometry":{"type":"Point","coordinates":[0.0998948,51.0960622]},"properties":{"@type":"node","@id":6812204669,"@timestamp":1568987793},"coords":"51.0960622,0.0998948","bedrooms":"4","price":"297000","area":"414"} , +{"type":"Feature","id":"n6812403711","geometry":{"type":"Point","coordinates":[-0.2136921,51.5271263]},"properties":{"@type":"node","@id":6812403711,"@timestamp":1568993299},"coords":"51.5271263,-0.2136921","bedrooms":"3","price":"284000","area":"594"} , +{"type":"Feature","id":"n6812861788","geometry":{"type":"Point","coordinates":[0.007989,51.5485846]},"properties":{"@type":"node","@id":6812861788,"@timestamp":1621263231},"coords":"51.5485846,0.007989","bedrooms":"4","price":"187000","area":"542"} , +{"type":"Feature","id":"n6813224188","geometry":{"type":"Point","coordinates":[-0.1094284,51.6178047]},"properties":{"@type":"node","@id":6813224188,"@timestamp":1569018399},"coords":"51.6178047,-0.1094284","bedrooms":"0","price":"193000","area":"443"} , +{"type":"Feature","id":"n6813224231","geometry":{"type":"Point","coordinates":[-0.1089236,51.6178406]},"properties":{"@type":"node","@id":6813224231,"@timestamp":1620925937},"coords":"51.6178406,-0.1089236","bedrooms":"3","price":"188000","area":"580"} , +{"type":"Feature","id":"n6813239311","geometry":{"type":"Point","coordinates":[-0.080676,51.5347098]},"properties":{"@type":"node","@id":6813239311,"@timestamp":1569019140},"coords":"51.5347098,-0.080676","bedrooms":"1","price":"251000","area":"651"} , +{"type":"Feature","id":"n6813245536","geometry":{"type":"Point","coordinates":[-0.0800008,51.5312718]},"properties":{"@type":"node","@id":6813245536,"@timestamp":1600948314},"coords":"51.5312718,-0.0800008","bedrooms":"0","price":"212000","area":"621"} , +{"type":"Feature","id":"n6813247031","geometry":{"type":"Point","coordinates":[-0.3079908,51.4036399]},"properties":{"@type":"node","@id":6813247031,"@timestamp":1626369425},"coords":"51.4036399,-0.3079908","bedrooms":"3","price":"278000","area":"544"} , +{"type":"Feature","id":"n6813625854","geometry":{"type":"Point","coordinates":[0.0844,51.6534172]},"properties":{"@type":"node","@id":6813625854,"@timestamp":1569077068},"coords":"51.6534172,0.0844","bedrooms":"1","price":"185000","area":"598"} , +{"type":"Feature","id":"n6813682509","geometry":{"type":"Point","coordinates":[-0.2077324,51.5264106]},"properties":{"@type":"node","@id":6813682509,"@timestamp":1569055910},"coords":"51.5264106,-0.2077324","bedrooms":"4","price":"291000","area":"448"} , +{"type":"Feature","id":"n6813686089","geometry":{"type":"Point","coordinates":[-0.0471988,51.5286645]},"properties":{"@type":"node","@id":6813686089,"@timestamp":1569055255},"coords":"51.5286645,-0.0471988","bedrooms":"0","price":"245000","area":"406"} , +{"type":"Feature","id":"n6813686099","geometry":{"type":"Point","coordinates":[-0.046511,51.5306353]},"properties":{"@type":"node","@id":6813686099,"@timestamp":1569055264},"coords":"51.5306353,-0.046511","bedrooms":"4","price":"171000","area":"439"} , +{"type":"Feature","id":"n6813686286","geometry":{"type":"Point","coordinates":[-0.0467855,51.5292439]},"properties":{"@type":"node","@id":6813686286,"@timestamp":1569055256},"coords":"51.5292439,-0.0467855","bedrooms":"4","price":"236000","area":"668"} , +{"type":"Feature","id":"n6813801366","geometry":{"type":"Point","coordinates":[0.2726734,51.1921924]},"properties":{"@type":"node","@id":6813801366,"@timestamp":1569186084},"coords":"51.1921924,0.2726734","bedrooms":"0","price":"161000","area":"382"} , +{"type":"Feature","id":"n6813827866","geometry":{"type":"Point","coordinates":[-0.2981443,51.1586886]},"properties":{"@type":"node","@id":6813827866,"@timestamp":1621180582},"coords":"51.1586886,-0.2981443","bedrooms":"3","price":"203000","area":"493"} , +{"type":"Feature","id":"n6813885060","geometry":{"type":"Point","coordinates":[-0.2096285,51.2378002]},"properties":{"@type":"node","@id":6813885060,"@timestamp":1607293604},"coords":"51.2378002,-0.2096285","bedrooms":"0","price":"171000","area":"554"} , +{"type":"Feature","id":"n6814058116","geometry":{"type":"Point","coordinates":[-0.2040649,51.525319]},"properties":{"@type":"node","@id":6814058116,"@timestamp":1569073809},"coords":"51.525319,-0.2040649","bedrooms":"3","price":"274000","area":"493"} , +{"type":"Feature","id":"n6814058126","geometry":{"type":"Point","coordinates":[-0.2031138,51.5248187]},"properties":{"@type":"node","@id":6814058126,"@timestamp":1569073809},"coords":"51.5248187,-0.2031138","bedrooms":"3","price":"211000","area":"535"} , +{"type":"Feature","id":"n6814169333","geometry":{"type":"Point","coordinates":[-0.2020616,51.5243045]},"properties":{"@type":"node","@id":6814169333,"@timestamp":1569095058},"coords":"51.5243045,-0.2020616","bedrooms":"2","price":"218000","area":"540"} , +{"type":"Feature","id":"n6814316986","geometry":{"type":"Point","coordinates":[0.005349,51.5472834]},"properties":{"@type":"node","@id":6814316986,"@timestamp":1569083882},"coords":"51.5472834,0.005349","bedrooms":"1","price":"298000","area":"427"} , +{"type":"Feature","id":"n6814317051","geometry":{"type":"Point","coordinates":[0.00528,51.5477111]},"properties":{"@type":"node","@id":6814317051,"@timestamp":1569083882},"coords":"51.5477111,0.00528","bedrooms":"0","price":"261000","area":"623"} , +{"type":"Feature","id":"n6814317735","geometry":{"type":"Point","coordinates":[0.2708617,51.190822]},"properties":{"@type":"node","@id":6814317735,"@timestamp":1569084572},"coords":"51.190822,0.2708617","bedrooms":"3","price":"200000","area":"481"} , +{"type":"Feature","id":"n6814352778","geometry":{"type":"Point","coordinates":[0.0072277,51.5485928]},"properties":{"@type":"node","@id":6814352778,"@timestamp":1634670254},"coords":"51.5485928,0.0072277","bedrooms":"4","price":"275000","area":"369"} , +{"type":"Feature","id":"n6814353788","geometry":{"type":"Point","coordinates":[0.0079405,51.5487252]},"properties":{"@type":"node","@id":6814353788,"@timestamp":1634670254},"coords":"51.5487252,0.0079405","bedrooms":"1","price":"257000","area":"564"} , +{"type":"Feature","id":"n6814353798","geometry":{"type":"Point","coordinates":[0.0073377,51.5486019]},"properties":{"@type":"node","@id":6814353798,"@timestamp":1621263231},"coords":"51.5486019,0.0073377","bedrooms":"1","price":"184000","area":"409"} , +{"type":"Feature","id":"n6814353811","geometry":{"type":"Point","coordinates":[0.0077093,51.5485389]},"properties":{"@type":"node","@id":6814353811,"@timestamp":1621263231},"coords":"51.5485389,0.0077093","bedrooms":"1","price":"190000","area":"489"} , +{"type":"Feature","id":"n6814353821","geometry":{"type":"Point","coordinates":[0.0079335,51.5486267]},"properties":{"@type":"node","@id":6814353821,"@timestamp":1569085591},"coords":"51.5486267,0.0079335","bedrooms":"4","price":"285000","area":"350"} , +{"type":"Feature","id":"n6814353849","geometry":{"type":"Point","coordinates":[0.0081943,51.5479517]},"properties":{"@type":"node","@id":6814353849,"@timestamp":1569085591},"coords":"51.5479517,0.0081943","bedrooms":"2","price":"277000","area":"565"} , +{"type":"Feature","id":"n6814395462","geometry":{"type":"Point","coordinates":[0.0092753,51.5470747]},"properties":{"@type":"node","@id":6814395462,"@timestamp":1621263231},"coords":"51.5470747,0.0092753","bedrooms":"1","price":"179000","area":"609"} , +{"type":"Feature","id":"n6814570585","geometry":{"type":"Point","coordinates":[-0.2018612,51.5238142]},"properties":{"@type":"node","@id":6814570585,"@timestamp":1569095058},"coords":"51.5238142,-0.2018612","bedrooms":"1","price":"258000","area":"662"} , +{"type":"Feature","id":"n6814608297","geometry":{"type":"Point","coordinates":[-0.3620674,51.4394717]},"properties":{"@type":"node","@id":6814608297,"@timestamp":1569097001},"coords":"51.4394717,-0.3620674","bedrooms":"3","price":"217000","area":"481"} , +{"type":"Feature","id":"n6814923021","geometry":{"type":"Point","coordinates":[-0.145219,51.5399537]},"properties":{"@type":"node","@id":6814923021,"@timestamp":1580917041},"coords":"51.5399537,-0.145219","bedrooms":"4","price":"263000","area":"579"} , +{"type":"Feature","id":"n6815364623","geometry":{"type":"Point","coordinates":[0.2665238,51.1859278]},"properties":{"@type":"node","@id":6815364623,"@timestamp":1569173375},"coords":"51.1859278,0.2665238","bedrooms":"1","price":"211000","area":"662"} , +{"type":"Feature","id":"n6815364657","geometry":{"type":"Point","coordinates":[0.266397,51.1850494]},"properties":{"@type":"node","@id":6815364657,"@timestamp":1569149297},"coords":"51.1850494,0.266397","bedrooms":"4","price":"270000","area":"688"} , +{"type":"Feature","id":"n6815653289","geometry":{"type":"Point","coordinates":[-0.5319295,51.4237824]},"properties":{"@type":"node","@id":6815653289,"@timestamp":1572046067},"coords":"51.4237824,-0.5319295","bedrooms":"2","price":"260000","area":"408"} , +{"type":"Feature","id":"n6815787589","geometry":{"type":"Point","coordinates":[-0.0187151,51.4462284]},"properties":{"@type":"node","@id":6815787589,"@timestamp":1603469264},"coords":"51.4462284,-0.0187151","bedrooms":"2","price":"210000","area":"683"} , +{"type":"Feature","id":"n6815853502","geometry":{"type":"Point","coordinates":[-0.3304405,51.2327403]},"properties":{"@type":"node","@id":6815853502,"@timestamp":1569171758},"coords":"51.2327403,-0.3304405","bedrooms":"0","price":"265000","area":"495"} , +{"type":"Feature","id":"n6815897837","geometry":{"type":"Point","coordinates":[0.2674839,51.187804]},"properties":{"@type":"node","@id":6815897837,"@timestamp":1569443718},"coords":"51.187804,0.2674839","bedrooms":"1","price":"261000","area":"501"} , +{"type":"Feature","id":"n6815900956","geometry":{"type":"Point","coordinates":[-0.3293893,51.2331759]},"properties":{"@type":"node","@id":6815900956,"@timestamp":1570387779},"coords":"51.2331759,-0.3293893","bedrooms":"2","price":"254000","area":"544"} , +{"type":"Feature","id":"n6815900966","geometry":{"type":"Point","coordinates":[-0.3297037,51.2330324]},"properties":{"@type":"node","@id":6815900966,"@timestamp":1570387779},"coords":"51.2330324,-0.3297037","bedrooms":"3","price":"236000","area":"636"} , +{"type":"Feature","id":"n6815902024","geometry":{"type":"Point","coordinates":[0.2668583,51.1860296]},"properties":{"@type":"node","@id":6815902024,"@timestamp":1569173375},"coords":"51.1860296,0.2668583","bedrooms":"3","price":"186000","area":"526"} , +{"type":"Feature","id":"n6815995391","geometry":{"type":"Point","coordinates":[-0.1801701,51.4936593]},"properties":{"@type":"node","@id":6815995391,"@timestamp":1569178002},"coords":"51.4936593,-0.1801701","bedrooms":"4","price":"205000","area":"515"} , +{"type":"Feature","id":"n6816086643","geometry":{"type":"Point","coordinates":[-0.6996658,51.5260154]},"properties":{"@type":"node","@id":6816086643,"@timestamp":1569182166},"coords":"51.5260154,-0.6996658","bedrooms":"3","price":"194000","area":"607"} , +{"type":"Feature","id":"n6816122613","geometry":{"type":"Point","coordinates":[-0.0996875,51.5203356]},"properties":{"@type":"node","@id":6816122613,"@timestamp":1618667054},"coords":"51.5203356,-0.0996875","bedrooms":"3","price":"168000","area":"416"} , +{"type":"Feature","id":"n6816155588","geometry":{"type":"Point","coordinates":[0.2721611,51.1966207]},"properties":{"@type":"node","@id":6816155588,"@timestamp":1569186084},"coords":"51.1966207,0.2721611","bedrooms":"2","price":"295000","area":"451"} , +{"type":"Feature","id":"n6816155599","geometry":{"type":"Point","coordinates":[0.2706295,51.1948592]},"properties":{"@type":"node","@id":6816155599,"@timestamp":1569186084},"coords":"51.1948592,0.2706295","bedrooms":"1","price":"166000","area":"378"} , +{"type":"Feature","id":"n6816301827","geometry":{"type":"Point","coordinates":[0.6678741,51.3356441]},"properties":{"@type":"node","@id":6816301827,"@timestamp":1569197151},"coords":"51.3356441,0.6678741","bedrooms":"1","price":"268000","area":"661"} , +{"type":"Feature","id":"n6816302481","geometry":{"type":"Point","coordinates":[0.6722179,51.3388162]},"properties":{"@type":"node","@id":6816302481,"@timestamp":1569197151},"coords":"51.3388162,0.6722179","bedrooms":"3","price":"295000","area":"573"} , +{"type":"Feature","id":"n6816302491","geometry":{"type":"Point","coordinates":[0.6703618,51.3379951]},"properties":{"@type":"node","@id":6816302491,"@timestamp":1569197151},"coords":"51.3379951,0.6703618","bedrooms":"0","price":"172000","area":"400"} , +{"type":"Feature","id":"n6816302566","geometry":{"type":"Point","coordinates":[0.6718893,51.3405672]},"properties":{"@type":"node","@id":6816302566,"@timestamp":1569197151},"coords":"51.3405672,0.6718893","bedrooms":"0","price":"280000","area":"428"} , +{"type":"Feature","id":"n6816302619","geometry":{"type":"Point","coordinates":[0.6760789,51.3418456]},"properties":{"@type":"node","@id":6816302619,"@timestamp":1569197151},"coords":"51.3418456,0.6760789","bedrooms":"2","price":"275000","area":"408"} , +{"type":"Feature","id":"n6816302629","geometry":{"type":"Point","coordinates":[0.6759985,51.3415323]},"properties":{"@type":"node","@id":6816302629,"@timestamp":1569197151},"coords":"51.3415323,0.6759985","bedrooms":"4","price":"185000","area":"551"} , +{"type":"Feature","id":"n6816302670","geometry":{"type":"Point","coordinates":[0.6734705,51.3394579]},"properties":{"@type":"node","@id":6816302670,"@timestamp":1569197151},"coords":"51.3394579,0.6734705","bedrooms":"0","price":"179000","area":"650"} , +{"type":"Feature","id":"n6816302680","geometry":{"type":"Point","coordinates":[0.6757101,51.341425]},"properties":{"@type":"node","@id":6816302680,"@timestamp":1569197151},"coords":"51.341425,0.6757101","bedrooms":"4","price":"289000","area":"694"} , +{"type":"Feature","id":"n6816315427","geometry":{"type":"Point","coordinates":[0.6666349,51.3391957]},"properties":{"@type":"node","@id":6816315427,"@timestamp":1569199613},"coords":"51.3391957,0.6666349","bedrooms":"4","price":"292000","area":"690"} , +{"type":"Feature","id":"n6816315437","geometry":{"type":"Point","coordinates":[0.6650242,51.339752]},"properties":{"@type":"node","@id":6816315437,"@timestamp":1569199613},"coords":"51.339752,0.6650242","bedrooms":"3","price":"256000","area":"508"} , +{"type":"Feature","id":"n6816315447","geometry":{"type":"Point","coordinates":[0.6632459,51.3406484]},"properties":{"@type":"node","@id":6816315447,"@timestamp":1569199613},"coords":"51.3406484,0.6632459","bedrooms":"1","price":"244000","area":"496"} , +{"type":"Feature","id":"n6816315457","geometry":{"type":"Point","coordinates":[0.6626692,51.3397118]},"properties":{"@type":"node","@id":6816315457,"@timestamp":1569199613},"coords":"51.3397118,0.6626692","bedrooms":"4","price":"175000","area":"668"} , +{"type":"Feature","id":"n6816315467","geometry":{"type":"Point","coordinates":[0.6608373,51.3383788]},"properties":{"@type":"node","@id":6816315467,"@timestamp":1569199613},"coords":"51.3383788,0.6608373","bedrooms":"1","price":"172000","area":"523"} , +{"type":"Feature","id":"n6816315477","geometry":{"type":"Point","coordinates":[0.6616245,51.3389829]},"properties":{"@type":"node","@id":6816315477,"@timestamp":1569199613},"coords":"51.3389829,0.6616245","bedrooms":"4","price":"252000","area":"474"} , +{"type":"Feature","id":"n6816344450","geometry":{"type":"Point","coordinates":[-0.0734489,51.6041704]},"properties":{"@type":"node","@id":6816344450,"@timestamp":1602034643},"coords":"51.6041704,-0.0734489","bedrooms":"1","price":"164000","area":"421"} , +{"type":"Feature","id":"n6816363594","geometry":{"type":"Point","coordinates":[0.6620309,51.3384459]},"properties":{"@type":"node","@id":6816363594,"@timestamp":1569199613},"coords":"51.3384459,0.6620309","bedrooms":"4","price":"239000","area":"616"} , +{"type":"Feature","id":"n6816363648","geometry":{"type":"Point","coordinates":[0.6644315,51.3379918]},"properties":{"@type":"node","@id":6816363648,"@timestamp":1569199613},"coords":"51.3379918,0.6644315","bedrooms":"3","price":"226000","area":"595"} , +{"type":"Feature","id":"n6816363658","geometry":{"type":"Point","coordinates":[0.6648901,51.338445]},"properties":{"@type":"node","@id":6816363658,"@timestamp":1569199613},"coords":"51.338445,0.6648901","bedrooms":"0","price":"232000","area":"476"} , +{"type":"Feature","id":"n6816363668","geometry":{"type":"Point","coordinates":[0.6654078,51.3389234]},"properties":{"@type":"node","@id":6816363668,"@timestamp":1569199613},"coords":"51.3389234,0.6654078","bedrooms":"0","price":"179000","area":"375"} , +{"type":"Feature","id":"n6816363678","geometry":{"type":"Point","coordinates":[0.6660904,51.338569]},"properties":{"@type":"node","@id":6816363678,"@timestamp":1569199613},"coords":"51.338569,0.6660904","bedrooms":"2","price":"161000","area":"685"} , +{"type":"Feature","id":"n6816364217","geometry":{"type":"Point","coordinates":[0.6604443,51.3381166]},"properties":{"@type":"node","@id":6816364217,"@timestamp":1569199613},"coords":"51.3381166,0.6604443","bedrooms":"4","price":"262000","area":"617"} , +{"type":"Feature","id":"n6816364227","geometry":{"type":"Point","coordinates":[0.6618083,51.3378686]},"properties":{"@type":"node","@id":6816364227,"@timestamp":1569199613},"coords":"51.3378686,0.6618083","bedrooms":"3","price":"167000","area":"552"} , +{"type":"Feature","id":"n6816364237","geometry":{"type":"Point","coordinates":[0.6631641,51.3379683]},"properties":{"@type":"node","@id":6816364237,"@timestamp":1569199613},"coords":"51.3379683,0.6631641","bedrooms":"3","price":"157000","area":"411"} , +{"type":"Feature","id":"n6816364247","geometry":{"type":"Point","coordinates":[0.6639902,51.3378954]},"properties":{"@type":"node","@id":6816364247,"@timestamp":1569199613},"coords":"51.3378954,0.6639902","bedrooms":"1","price":"187000","area":"426"} , +{"type":"Feature","id":"n6816364257","geometry":{"type":"Point","coordinates":[0.66487,51.3374866]},"properties":{"@type":"node","@id":6816364257,"@timestamp":1569199613},"coords":"51.3374866,0.66487","bedrooms":"4","price":"220000","area":"637"} , +{"type":"Feature","id":"n6816364267","geometry":{"type":"Point","coordinates":[0.6631561,51.3372327]},"properties":{"@type":"node","@id":6816364267,"@timestamp":1569199613},"coords":"51.3372327,0.6631561","bedrooms":"4","price":"259000","area":"645"} , +{"type":"Feature","id":"n6816364277","geometry":{"type":"Point","coordinates":[0.6624506,51.337102]},"properties":{"@type":"node","@id":6816364277,"@timestamp":1569199613},"coords":"51.337102,0.6624506","bedrooms":"1","price":"278000","area":"625"} , +{"type":"Feature","id":"n6816364666","geometry":{"type":"Point","coordinates":[0.6665745,51.3379633]},"properties":{"@type":"node","@id":6816364666,"@timestamp":1569199614},"coords":"51.3379633,0.6665745","bedrooms":"2","price":"269000","area":"478"} , +{"type":"Feature","id":"n6816364676","geometry":{"type":"Point","coordinates":[0.666773,51.3376483]},"properties":{"@type":"node","@id":6816364676,"@timestamp":1569199614},"coords":"51.3376483,0.666773","bedrooms":"0","price":"197000","area":"386"} , +{"type":"Feature","id":"n6816364686","geometry":{"type":"Point","coordinates":[0.6663305,51.337531]},"properties":{"@type":"node","@id":6816364686,"@timestamp":1569199614},"coords":"51.337531,0.6663305","bedrooms":"1","price":"179000","area":"368"} , +{"type":"Feature","id":"n6816364696","geometry":{"type":"Point","coordinates":[0.6653166,51.3369981]},"properties":{"@type":"node","@id":6816364696,"@timestamp":1569199614},"coords":"51.3369981,0.6653166","bedrooms":"0","price":"225000","area":"596"} , +{"type":"Feature","id":"n6816364706","geometry":{"type":"Point","coordinates":[0.6645307,51.3367467]},"properties":{"@type":"node","@id":6816364706,"@timestamp":1569199614},"coords":"51.3367467,0.6645307","bedrooms":"0","price":"225000","area":"560"} , +{"type":"Feature","id":"n6816364716","geometry":{"type":"Point","coordinates":[0.6637046,51.3364451]},"properties":{"@type":"node","@id":6816364716,"@timestamp":1569199614},"coords":"51.3364451,0.6637046","bedrooms":"3","price":"225000","area":"537"} , +{"type":"Feature","id":"n6816364726","geometry":{"type":"Point","coordinates":[0.6635222,51.3362491]},"properties":{"@type":"node","@id":6816364726,"@timestamp":1569199614},"coords":"51.3362491,0.6635222","bedrooms":"4","price":"153000","area":"426"} , +{"type":"Feature","id":"n6816364736","geometry":{"type":"Point","coordinates":[0.6650725,51.3360128]},"properties":{"@type":"node","@id":6816364736,"@timestamp":1569199614},"coords":"51.3360128,0.6650725","bedrooms":"2","price":"212000","area":"553"} , +{"type":"Feature","id":"n6816364800","geometry":{"type":"Point","coordinates":[0.6657726,51.3364267]},"properties":{"@type":"node","@id":6816364800,"@timestamp":1569199614},"coords":"51.3364267,0.6657726","bedrooms":"1","price":"215000","area":"677"} , +{"type":"Feature","id":"n6816364810","geometry":{"type":"Point","coordinates":[0.6673188,51.3367183]},"properties":{"@type":"node","@id":6816364810,"@timestamp":1569199614},"coords":"51.3367183,0.6673188","bedrooms":"3","price":"282000","area":"374"} , +{"type":"Feature","id":"n6816364820","geometry":{"type":"Point","coordinates":[0.6664565,51.336053]},"properties":{"@type":"node","@id":6816364820,"@timestamp":1569199614},"coords":"51.336053,0.6664565","bedrooms":"0","price":"260000","area":"620"} , +{"type":"Feature","id":"n6816364830","geometry":{"type":"Point","coordinates":[0.6669782,51.3357204]},"properties":{"@type":"node","@id":6816364830,"@timestamp":1569199614},"coords":"51.3357204,0.6669782","bedrooms":"2","price":"234000","area":"529"} , +{"type":"Feature","id":"n6816364907","geometry":{"type":"Point","coordinates":[0.6644905,51.3349629]},"properties":{"@type":"node","@id":6816364907,"@timestamp":1569199614},"coords":"51.3349629,0.6644905","bedrooms":"0","price":"294000","area":"396"} , +{"type":"Feature","id":"n6816364917","geometry":{"type":"Point","coordinates":[0.6650524,51.3346521]},"properties":{"@type":"node","@id":6816364917,"@timestamp":1569199614},"coords":"51.3346521,0.6650524","bedrooms":"3","price":"286000","area":"581"} , +{"type":"Feature","id":"n6816364927","geometry":{"type":"Point","coordinates":[0.6651355,51.3341494]},"properties":{"@type":"node","@id":6816364927,"@timestamp":1569199614},"coords":"51.3341494,0.6651355","bedrooms":"4","price":"200000","area":"501"} , +{"type":"Feature","id":"n6816364937","geometry":{"type":"Point","coordinates":[0.6659912,51.3348356]},"properties":{"@type":"node","@id":6816364937,"@timestamp":1569199614},"coords":"51.3348356,0.6659912","bedrooms":"0","price":"241000","area":"501"} , +{"type":"Feature","id":"n6816373500","geometry":{"type":"Point","coordinates":[0.6671619,51.3373383]},"properties":{"@type":"node","@id":6816373500,"@timestamp":1569200536},"coords":"51.3373383,0.6671619","bedrooms":"2","price":"265000","area":"476"} , +{"type":"Feature","id":"n6816511624","geometry":{"type":"Point","coordinates":[-0.201057,51.5228805]},"properties":{"@type":"node","@id":6816511624,"@timestamp":1569210802},"coords":"51.5228805,-0.201057","bedrooms":"3","price":"159000","area":"537"} , +{"type":"Feature","id":"n6816578266","geometry":{"type":"Point","coordinates":[-0.2015897,51.5236364]},"properties":{"@type":"node","@id":6816578266,"@timestamp":1569214018},"coords":"51.5236364,-0.2015897","bedrooms":"0","price":"237000","area":"675"} , +{"type":"Feature","id":"n6816694569","geometry":{"type":"Point","coordinates":[-0.4810263,51.9204183]},"properties":{"@type":"node","@id":6816694569,"@timestamp":1569219202},"coords":"51.9204183,-0.4810263","bedrooms":"4","price":"235000","area":"612"} , +{"type":"Feature","id":"n6816743164","geometry":{"type":"Point","coordinates":[-0.1560216,51.1810569]},"properties":{"@type":"node","@id":6816743164,"@timestamp":1608287197},"coords":"51.1810569,-0.1560216","bedrooms":"2","price":"177000","area":"418"} , +{"type":"Feature","id":"n6816790840","geometry":{"type":"Point","coordinates":[0.0382371,51.5028021]},"properties":{"@type":"node","@id":6816790840,"@timestamp":1569223056},"coords":"51.5028021,0.0382371","bedrooms":"0","price":"168000","area":"521"} , +{"type":"Feature","id":"n6816823305","geometry":{"type":"Point","coordinates":[-0.0369225,51.4156692]},"properties":{"@type":"node","@id":6816823305,"@timestamp":1569223808},"coords":"51.4156692,-0.0369225","bedrooms":"1","price":"279000","area":"413"} , +{"type":"Feature","id":"n6816854979","geometry":{"type":"Point","coordinates":[0.0599899,51.5082869]},"properties":{"@type":"node","@id":6816854979,"@timestamp":1569225598},"coords":"51.5082869,0.0599899","bedrooms":"4","price":"175000","area":"536"} , +{"type":"Feature","id":"n6816925801","geometry":{"type":"Point","coordinates":[-0.4199755,51.4810846]},"properties":{"@type":"node","@id":6816925801,"@timestamp":1569227287},"coords":"51.4810846,-0.4199755","bedrooms":"2","price":"207000","area":"387"} , +{"type":"Feature","id":"n6816967586","geometry":{"type":"Point","coordinates":[-0.1624778,51.4946145]},"properties":{"@type":"node","@id":6816967586,"@timestamp":1604221926},"coords":"51.4946145,-0.1624778","bedrooms":"4","price":"184000","area":"484"} , +{"type":"Feature","id":"n6817003820","geometry":{"type":"Point","coordinates":[-0.0008804,51.5196644]},"properties":{"@type":"node","@id":6817003820,"@timestamp":1569229926},"coords":"51.5196644,-0.0008804","bedrooms":"3","price":"225000","area":"357"} , +{"type":"Feature","id":"n6817059374","geometry":{"type":"Point","coordinates":[-0.1643813,51.4891177]},"properties":{"@type":"node","@id":6817059374,"@timestamp":1612425831},"coords":"51.4891177,-0.1643813","bedrooms":"1","price":"226000","area":"688"} , +{"type":"Feature","id":"n6817124859","geometry":{"type":"Point","coordinates":[0.4906679,51.5913605]},"properties":{"@type":"node","@id":6817124859,"@timestamp":1569233632},"coords":"51.5913605,0.4906679","bedrooms":"3","price":"242000","area":"420"} , +{"type":"Feature","id":"n6817222794","geometry":{"type":"Point","coordinates":[0.0529759,51.6435528]},"properties":{"@type":"node","@id":6817222794,"@timestamp":1569236900},"coords":"51.6435528,0.0529759","bedrooms":"4","price":"227000","area":"637"} , +{"type":"Feature","id":"n6817247021","geometry":{"type":"Point","coordinates":[-0.6219422,51.5353885]},"properties":{"@type":"node","@id":6817247021,"@timestamp":1605005083},"coords":"51.5353885,-0.6219422","bedrooms":"3","price":"178000","area":"441"} , +{"type":"Feature","id":"n6817319136","geometry":{"type":"Point","coordinates":[0.1704522,51.5223011]},"properties":{"@type":"node","@id":6817319136,"@timestamp":1569240442},"coords":"51.5223011,0.1704522","bedrooms":"2","price":"188000","area":"443"} , +{"type":"Feature","id":"n6817401015","geometry":{"type":"Point","coordinates":[-0.3475316,51.400933]},"properties":{"@type":"node","@id":6817401015,"@timestamp":1595338763},"coords":"51.400933,-0.3475316","bedrooms":"0","price":"210000","area":"692"} , +{"type":"Feature","id":"n6817443404","geometry":{"type":"Point","coordinates":[-0.7631958,51.486955]},"properties":{"@type":"node","@id":6817443404,"@timestamp":1569243476},"coords":"51.486955,-0.7631958","bedrooms":"2","price":"162000","area":"611"} , +{"type":"Feature","id":"n6817448197","geometry":{"type":"Point","coordinates":[-0.2459401,51.6003493]},"properties":{"@type":"node","@id":6817448197,"@timestamp":1569243625},"coords":"51.6003493,-0.2459401","bedrooms":"3","price":"253000","area":"570"} , +{"type":"Feature","id":"n6817597845","geometry":{"type":"Point","coordinates":[-0.2625447,51.5477291]},"properties":{"@type":"node","@id":6817597845,"@timestamp":1601284314},"coords":"51.5477291,-0.2625447","bedrooms":"0","price":"231000","area":"636"} , +{"type":"Feature","id":"n6817807786","geometry":{"type":"Point","coordinates":[-0.1226402,51.4343207]},"properties":{"@type":"node","@id":6817807786,"@timestamp":1634661570},"coords":"51.4343207,-0.1226402","bedrooms":"1","price":"168000","area":"378"} , +{"type":"Feature","id":"n6817933048","geometry":{"type":"Point","coordinates":[0.2670994,51.1865429]},"properties":{"@type":"node","@id":6817933048,"@timestamp":1569256585},"coords":"51.1865429,0.2670994","bedrooms":"0","price":"265000","area":"528"} , +{"type":"Feature","id":"n6818243628","geometry":{"type":"Point","coordinates":[-0.767422,51.2510468]},"properties":{"@type":"node","@id":6818243628,"@timestamp":1617298199},"coords":"51.2510468,-0.767422","bedrooms":"2","price":"187000","area":"698"} , +{"type":"Feature","id":"n6818279010","geometry":{"type":"Point","coordinates":[-0.7673344,51.2531284]},"properties":{"@type":"node","@id":6818279010,"@timestamp":1611320002},"coords":"51.2531284,-0.7673344","bedrooms":"3","price":"158000","area":"676"} , +{"type":"Feature","id":"n6819065841","geometry":{"type":"Point","coordinates":[-0.1030574,51.4579565]},"properties":{"@type":"node","@id":6819065841,"@timestamp":1589739779},"coords":"51.4579565,-0.1030574","bedrooms":"0","price":"153000","area":"378"} , +{"type":"Feature","id":"n6819142090","geometry":{"type":"Point","coordinates":[0.4932808,51.585623]},"properties":{"@type":"node","@id":6819142090,"@timestamp":1569306850},"coords":"51.585623,0.4932808","bedrooms":"2","price":"240000","area":"452"} , +{"type":"Feature","id":"n6819283137","geometry":{"type":"Point","coordinates":[-0.2111057,51.2846279]},"properties":{"@type":"node","@id":6819283137,"@timestamp":1569312381},"coords":"51.2846279,-0.2111057","bedrooms":"4","price":"268000","area":"474"} , +{"type":"Feature","id":"n6819420652","geometry":{"type":"Point","coordinates":[-0.3245659,51.497148]},"properties":{"@type":"node","@id":6819420652,"@timestamp":1569315833},"coords":"51.497148,-0.3245659","bedrooms":"3","price":"223000","area":"694"} , +{"type":"Feature","id":"n6819438980","geometry":{"type":"Point","coordinates":[0.1409293,51.4731855]},"properties":{"@type":"node","@id":6819438980,"@timestamp":1569317546},"coords":"51.4731855,0.1409293","bedrooms":"2","price":"278000","area":"576"} , +{"type":"Feature","id":"n6819522571","geometry":{"type":"Point","coordinates":[0.3963039,51.6140247]},"properties":{"@type":"node","@id":6819522571,"@timestamp":1569319381},"coords":"51.6140247,0.3963039","bedrooms":"3","price":"150000","area":"614"} , +{"type":"Feature","id":"n6819858425","geometry":{"type":"Point","coordinates":[0.3819454,51.5113579]},"properties":{"@type":"node","@id":6819858425,"@timestamp":1628244013},"coords":"51.5113579,0.3819454","bedrooms":"1","price":"152000","area":"412"} , +{"type":"Feature","id":"n6820073678","geometry":{"type":"Point","coordinates":[0.2628328,51.6385627]},"properties":{"@type":"node","@id":6820073678,"@timestamp":1615902388},"coords":"51.6385627,0.2628328","bedrooms":"4","price":"154000","area":"622"} , +{"type":"Feature","id":"n6820244531","geometry":{"type":"Point","coordinates":[-0.2012215,51.52396]},"properties":{"@type":"node","@id":6820244531,"@timestamp":1569334114},"coords":"51.52396,-0.2012215","bedrooms":"2","price":"206000","area":"485"} , +{"type":"Feature","id":"n6820439914","geometry":{"type":"Point","coordinates":[0.1677698,51.5550303]},"properties":{"@type":"node","@id":6820439914,"@timestamp":1569335575},"coords":"51.5550303,0.1677698","bedrooms":"1","price":"297000","area":"624"} , +{"type":"Feature","id":"n6820561429","geometry":{"type":"Point","coordinates":[-0.5273894,51.3893901]},"properties":{"@type":"node","@id":6820561429,"@timestamp":1569340400},"coords":"51.3893901,-0.5273894","bedrooms":"2","price":"207000","area":"361"} , +{"type":"Feature","id":"n6820630855","geometry":{"type":"Point","coordinates":[0.2677368,51.1874972]},"properties":{"@type":"node","@id":6820630855,"@timestamp":1569339800},"coords":"51.1874972,0.2677368","bedrooms":"0","price":"290000","area":"525"} , +{"type":"Feature","id":"n6820980773","geometry":{"type":"Point","coordinates":[-0.7672752,51.2545484]},"properties":{"@type":"node","@id":6820980773,"@timestamp":1617537286},"coords":"51.2545484,-0.7672752","bedrooms":"3","price":"178000","area":"355"} , +{"type":"Feature","id":"n6820988134","geometry":{"type":"Point","coordinates":[-0.9382313,51.4611666]},"properties":{"@type":"node","@id":6820988134,"@timestamp":1611086063},"coords":"51.4611666,-0.9382313","bedrooms":"0","price":"216000","area":"631"} , +{"type":"Feature","id":"n6820988174","geometry":{"type":"Point","coordinates":[-0.9277962,51.4659625]},"properties":{"@type":"node","@id":6820988174,"@timestamp":1569349955},"coords":"51.4659625,-0.9277962","bedrooms":"0","price":"255000","area":"635"} , +{"type":"Feature","id":"n6820988245","geometry":{"type":"Point","coordinates":[-0.9279042,51.4645852]},"properties":{"@type":"node","@id":6820988245,"@timestamp":1569349955},"coords":"51.4645852,-0.9279042","bedrooms":"0","price":"220000","area":"417"} , +{"type":"Feature","id":"n6820988423","geometry":{"type":"Point","coordinates":[-0.9502208,51.4576396]},"properties":{"@type":"node","@id":6820988423,"@timestamp":1569349955},"coords":"51.4576396,-0.9502208","bedrooms":"1","price":"225000","area":"456"} , +{"type":"Feature","id":"n6821042494","geometry":{"type":"Point","coordinates":[-0.7673258,51.2545679]},"properties":{"@type":"node","@id":6821042494,"@timestamp":1617537381},"coords":"51.2545679,-0.7673258","bedrooms":"4","price":"270000","area":"686"} , +{"type":"Feature","id":"n6821075700","geometry":{"type":"Point","coordinates":[-0.7105677,51.5237228]},"properties":{"@type":"node","@id":6821075700,"@timestamp":1569352857},"coords":"51.5237228,-0.7105677","bedrooms":"0","price":"292000","area":"673"} , +{"type":"Feature","id":"n6821094132","geometry":{"type":"Point","coordinates":[-0.7307023,51.3289131]},"properties":{"@type":"node","@id":6821094132,"@timestamp":1569353850},"coords":"51.3289131,-0.7307023","bedrooms":"0","price":"162000","area":"677"} , +{"type":"Feature","id":"n6821149337","geometry":{"type":"Point","coordinates":[-0.7459587,51.3206685]},"properties":{"@type":"node","@id":6821149337,"@timestamp":1601543449},"coords":"51.3206685,-0.7459587","bedrooms":"3","price":"269000","area":"478"} , +{"type":"Feature","id":"n6821515906","geometry":{"type":"Point","coordinates":[-0.0562874,51.6291733]},"properties":{"@type":"node","@id":6821515906,"@timestamp":1602608270},"coords":"51.6291733,-0.0562874","bedrooms":"2","price":"153000","area":"576"} , +{"type":"Feature","id":"n6821515950","geometry":{"type":"Point","coordinates":[-0.056095,51.6288707]},"properties":{"@type":"node","@id":6821515950,"@timestamp":1569374271},"coords":"51.6288707,-0.056095","bedrooms":"1","price":"247000","area":"555"} , +{"type":"Feature","id":"n6821547159","geometry":{"type":"Point","coordinates":[-0.0566786,51.6270522]},"properties":{"@type":"node","@id":6821547159,"@timestamp":1569375780},"coords":"51.6270522,-0.0566786","bedrooms":"3","price":"210000","area":"601"} , +{"type":"Feature","id":"n6821557470","geometry":{"type":"Point","coordinates":[-0.0607888,51.6243998]},"properties":{"@type":"node","@id":6821557470,"@timestamp":1617665120},"coords":"51.6243998,-0.0607888","bedrooms":"2","price":"234000","area":"541"} , +{"type":"Feature","id":"n6821779235","geometry":{"type":"Point","coordinates":[-0.0592774,51.6254577]},"properties":{"@type":"node","@id":6821779235,"@timestamp":1617665120},"coords":"51.6254577,-0.0592774","bedrooms":"2","price":"234000","area":"640"} , +{"type":"Feature","id":"n6821807737","geometry":{"type":"Point","coordinates":[-0.060848,51.6247379]},"properties":{"@type":"node","@id":6821807737,"@timestamp":1569390677},"coords":"51.6247379,-0.060848","bedrooms":"2","price":"262000","area":"484"} , +{"type":"Feature","id":"n6821895013","geometry":{"type":"Point","coordinates":[0.2697162,51.1902769]},"properties":{"@type":"node","@id":6821895013,"@timestamp":1569672416},"coords":"51.1902769,0.2697162","bedrooms":"0","price":"169000","area":"486"} , +{"type":"Feature","id":"n6822143405","geometry":{"type":"Point","coordinates":[0.1357332,51.7591927]},"properties":{"@type":"node","@id":6822143405,"@timestamp":1569402507},"coords":"51.7591927,0.1357332","bedrooms":"0","price":"222000","area":"520"} , +{"type":"Feature","id":"n6822143415","geometry":{"type":"Point","coordinates":[0.1284751,51.7595596]},"properties":{"@type":"node","@id":6822143415,"@timestamp":1569402507},"coords":"51.7595596,0.1284751","bedrooms":"0","price":"274000","area":"613"} , +{"type":"Feature","id":"n6822143425","geometry":{"type":"Point","coordinates":[0.1302132,51.7587843]},"properties":{"@type":"node","@id":6822143425,"@timestamp":1569402507},"coords":"51.7587843,0.1302132","bedrooms":"3","price":"237000","area":"531"} , +{"type":"Feature","id":"n6822143435","geometry":{"type":"Point","coordinates":[0.1310675,51.7585502]},"properties":{"@type":"node","@id":6822143435,"@timestamp":1569402507},"coords":"51.7585502,0.1310675","bedrooms":"0","price":"219000","area":"694"} , +{"type":"Feature","id":"n6822153341","geometry":{"type":"Point","coordinates":[-0.9114911,51.2949561]},"properties":{"@type":"node","@id":6822153341,"@timestamp":1569402925},"coords":"51.2949561,-0.9114911","bedrooms":"0","price":"283000","area":"435"} , +{"type":"Feature","id":"n6822197171","geometry":{"type":"Point","coordinates":[-0.2778381,51.6698551]},"properties":{"@type":"node","@id":6822197171,"@timestamp":1615328032},"coords":"51.6698551,-0.2778381","bedrooms":"3","price":"167000","area":"394"} , +{"type":"Feature","id":"n6822301939","geometry":{"type":"Point","coordinates":[-0.613035,51.2062566]},"properties":{"@type":"node","@id":6822301939,"@timestamp":1569407262},"coords":"51.2062566,-0.613035","bedrooms":"2","price":"185000","area":"559"} , +{"type":"Feature","id":"n6822301949","geometry":{"type":"Point","coordinates":[-0.6141561,51.2044181]},"properties":{"@type":"node","@id":6822301949,"@timestamp":1569407262},"coords":"51.2044181,-0.6141561","bedrooms":"4","price":"261000","area":"566"} , +{"type":"Feature","id":"n6822301959","geometry":{"type":"Point","coordinates":[-0.6133917,51.2028653]},"properties":{"@type":"node","@id":6822301959,"@timestamp":1569407262},"coords":"51.2028653,-0.6133917","bedrooms":"0","price":"157000","area":"688"} , +{"type":"Feature","id":"n6822301969","geometry":{"type":"Point","coordinates":[-0.6080702,51.2036199]},"properties":{"@type":"node","@id":6822301969,"@timestamp":1569407262},"coords":"51.2036199,-0.6080702","bedrooms":"3","price":"214000","area":"548"} , +{"type":"Feature","id":"n6822347673","geometry":{"type":"Point","coordinates":[0.2853012,51.5164427]},"properties":{"@type":"node","@id":6822347673,"@timestamp":1614263189},"coords":"51.5164427,0.2853012","bedrooms":"0","price":"158000","area":"605"} , +{"type":"Feature","id":"n6822347683","geometry":{"type":"Point","coordinates":[0.288253,51.5162299]},"properties":{"@type":"node","@id":6822347683,"@timestamp":1614263189},"coords":"51.5162299,0.288253","bedrooms":"4","price":"292000","area":"563"} , +{"type":"Feature","id":"n6822371087","geometry":{"type":"Point","coordinates":[0.4561096,51.1099366]},"properties":{"@type":"node","@id":6822371087,"@timestamp":1569408111},"coords":"51.1099366,0.4561096","bedrooms":"2","price":"153000","area":"438"} , +{"type":"Feature","id":"n6822371097","geometry":{"type":"Point","coordinates":[0.4557717,51.110526]},"properties":{"@type":"node","@id":6822371097,"@timestamp":1569408111},"coords":"51.110526,0.4557717","bedrooms":"1","price":"259000","area":"356"} , +{"type":"Feature","id":"n6822371107","geometry":{"type":"Point","coordinates":[0.4570377,51.110851]},"properties":{"@type":"node","@id":6822371107,"@timestamp":1569408111},"coords":"51.110851,0.4570377","bedrooms":"2","price":"204000","area":"505"} , +{"type":"Feature","id":"n6822371117","geometry":{"type":"Point","coordinates":[0.45871,51.1111802]},"properties":{"@type":"node","@id":6822371117,"@timestamp":1569408111},"coords":"51.1111802,0.45871","bedrooms":"1","price":"293000","area":"436"} , +{"type":"Feature","id":"n6822371127","geometry":{"type":"Point","coordinates":[0.4574279,51.1111238]},"properties":{"@type":"node","@id":6822371127,"@timestamp":1569408111},"coords":"51.1111238,0.4574279","bedrooms":"2","price":"219000","area":"624"} , +{"type":"Feature","id":"n6822384287","geometry":{"type":"Point","coordinates":[0.2874416,51.517369]},"properties":{"@type":"node","@id":6822384287,"@timestamp":1614263189},"coords":"51.517369,0.2874416","bedrooms":"2","price":"293000","area":"661"} , +{"type":"Feature","id":"n6822396817","geometry":{"type":"Point","coordinates":[-0.4919037,51.4250307]},"properties":{"@type":"node","@id":6822396817,"@timestamp":1569409008},"coords":"51.4250307,-0.4919037","bedrooms":"4","price":"163000","area":"512"} , +{"type":"Feature","id":"n6822681935","geometry":{"type":"Point","coordinates":[-0.0408754,51.4962428]},"properties":{"@type":"node","@id":6822681935,"@timestamp":1569416985},"coords":"51.4962428,-0.0408754","bedrooms":"1","price":"289000","area":"602"} , +{"type":"Feature","id":"n6823196172","geometry":{"type":"Point","coordinates":[0.2683255,51.1884008]},"properties":{"@type":"node","@id":6823196172,"@timestamp":1569427807},"coords":"51.1884008,0.2683255","bedrooms":"2","price":"174000","area":"453"} , +{"type":"Feature","id":"n6823475367","geometry":{"type":"Point","coordinates":[0.0188231,51.5085685]},"properties":{"@type":"node","@id":6823475367,"@timestamp":1583698620},"coords":"51.5085685,0.0188231","bedrooms":"0","price":"161000","area":"422"} , +{"type":"Feature","id":"n6823625359","geometry":{"type":"Point","coordinates":[-0.71365,51.5241133]},"properties":{"@type":"node","@id":6823625359,"@timestamp":1569435991},"coords":"51.5241133,-0.71365","bedrooms":"2","price":"255000","area":"482"} , +{"type":"Feature","id":"n6823625373","geometry":{"type":"Point","coordinates":[-0.7127166,51.5250295]},"properties":{"@type":"node","@id":6823625373,"@timestamp":1569435991},"coords":"51.5250295,-0.7127166","bedrooms":"1","price":"266000","area":"426"} , +{"type":"Feature","id":"n6823625384","geometry":{"type":"Point","coordinates":[-0.7113782,51.5250028]},"properties":{"@type":"node","@id":6823625384,"@timestamp":1569435991},"coords":"51.5250028,-0.7113782","bedrooms":"0","price":"209000","area":"370"} , +{"type":"Feature","id":"n6823765379","geometry":{"type":"Point","coordinates":[-0.7613545,51.2495932]},"properties":{"@type":"node","@id":6823765379,"@timestamp":1621959893},"coords":"51.2495932,-0.7613545","bedrooms":"3","price":"282000","area":"350"} , +{"type":"Feature","id":"n6823802146","geometry":{"type":"Point","coordinates":[-0.7640487,51.2505825]},"properties":{"@type":"node","@id":6823802146,"@timestamp":1569440941},"coords":"51.2505825,-0.7640487","bedrooms":"3","price":"236000","area":"543"} , +{"type":"Feature","id":"n6824007083","geometry":{"type":"Point","coordinates":[0.279266,51.4455383]},"properties":{"@type":"node","@id":6824007083,"@timestamp":1569480231},"coords":"51.4455383,0.279266","bedrooms":"2","price":"221000","area":"356"} , +{"type":"Feature","id":"n6824106651","geometry":{"type":"Point","coordinates":[-0.1958549,51.4013981]},"properties":{"@type":"node","@id":6824106651,"@timestamp":1569451766},"coords":"51.4013981,-0.1958549","bedrooms":"2","price":"237000","area":"568"} , +{"type":"Feature","id":"n6824106859","geometry":{"type":"Point","coordinates":[-0.1942067,51.4019633]},"properties":{"@type":"node","@id":6824106859,"@timestamp":1569451766},"coords":"51.4019633,-0.1942067","bedrooms":"2","price":"164000","area":"608"} , +{"type":"Feature","id":"n6824430720","geometry":{"type":"Point","coordinates":[-0.434454,51.7638304]},"properties":{"@type":"node","@id":6824430720,"@timestamp":1569466945},"coords":"51.7638304,-0.434454","bedrooms":"0","price":"257000","area":"532"} , +{"type":"Feature","id":"n6824486196","geometry":{"type":"Point","coordinates":[-0.0792159,51.5957235]},"properties":{"@type":"node","@id":6824486196,"@timestamp":1569470176},"coords":"51.5957235,-0.0792159","bedrooms":"3","price":"265000","area":"460"} , +{"type":"Feature","id":"n6824986951","geometry":{"type":"Point","coordinates":[0.8745106,51.1474716]},"properties":{"@type":"node","@id":6824986951,"@timestamp":1569485990},"coords":"51.1474716,0.8745106","bedrooms":"0","price":"250000","area":"433"} , +{"type":"Feature","id":"n6825322822","geometry":{"type":"Point","coordinates":[0.6777754,51.7760473]},"properties":{"@type":"node","@id":6825322822,"@timestamp":1569492288},"coords":"51.7760473,0.6777754","bedrooms":"0","price":"262000","area":"421"} , +{"type":"Feature","id":"n6825514985","geometry":{"type":"Point","coordinates":[0.5529669,51.4260308]},"properties":{"@type":"node","@id":6825514985,"@timestamp":1569493515},"coords":"51.4260308,0.5529669","bedrooms":"3","price":"297000","area":"593"} , +{"type":"Feature","id":"n6825844805","geometry":{"type":"Point","coordinates":[-0.3515572,51.8148177]},"properties":{"@type":"node","@id":6825844805,"@timestamp":1595000572},"coords":"51.8148177,-0.3515572","bedrooms":"3","price":"186000","area":"667"} , +{"type":"Feature","id":"n6827860051","geometry":{"type":"Point","coordinates":[-0.1963851,51.5217039]},"properties":{"@type":"node","@id":6827860051,"@timestamp":1569507105},"coords":"51.5217039,-0.1963851","bedrooms":"4","price":"256000","area":"645"} , +{"type":"Feature","id":"n6827860155","geometry":{"type":"Point","coordinates":[-0.1951988,51.522018]},"properties":{"@type":"node","@id":6827860155,"@timestamp":1569507105},"coords":"51.522018,-0.1951988","bedrooms":"4","price":"162000","area":"669"} , +{"type":"Feature","id":"n6827965357","geometry":{"type":"Point","coordinates":[-0.1368593,51.5158162]},"properties":{"@type":"node","@id":6827965357,"@timestamp":1630100096},"coords":"51.5158162,-0.1368593","bedrooms":"0","price":"251000","area":"481"} , +{"type":"Feature","id":"n6828048648","geometry":{"type":"Point","coordinates":[0.087545,51.4798885]},"properties":{"@type":"node","@id":6828048648,"@timestamp":1569511212},"coords":"51.4798885,0.087545","bedrooms":"3","price":"236000","area":"437"} , +{"type":"Feature","id":"n6828048662","geometry":{"type":"Point","coordinates":[0.089044,51.4812463]},"properties":{"@type":"node","@id":6828048662,"@timestamp":1569511212},"coords":"51.4812463,0.089044","bedrooms":"1","price":"292000","area":"503"} , +{"type":"Feature","id":"n6828618678","geometry":{"type":"Point","coordinates":[0.2699094,51.1885353]},"properties":{"@type":"node","@id":6828618678,"@timestamp":1569526165},"coords":"51.1885353,0.2699094","bedrooms":"3","price":"272000","area":"684"} , +{"type":"Feature","id":"n6828629800","geometry":{"type":"Point","coordinates":[0.269613,51.1876838]},"properties":{"@type":"node","@id":6828629800,"@timestamp":1569526165},"coords":"51.1876838,0.269613","bedrooms":"0","price":"232000","area":"563"} , +{"type":"Feature","id":"n6828629860","geometry":{"type":"Point","coordinates":[0.2693394,51.1870366]},"properties":{"@type":"node","@id":6828629860,"@timestamp":1569526165},"coords":"51.1870366,0.2693394","bedrooms":"1","price":"248000","area":"443"} , +{"type":"Feature","id":"n6828629891","geometry":{"type":"Point","coordinates":[0.2677046,51.1866768]},"properties":{"@type":"node","@id":6828629891,"@timestamp":1569526165},"coords":"51.1866768,0.2677046","bedrooms":"1","price":"258000","area":"610"} , +{"type":"Feature","id":"n6828647932","geometry":{"type":"Point","coordinates":[-0.292738,51.218172]},"properties":{"@type":"node","@id":6828647932,"@timestamp":1569528537},"coords":"51.218172,-0.292738","bedrooms":"0","price":"217000","area":"638"} , +{"type":"Feature","id":"n6828694992","geometry":{"type":"Point","coordinates":[-0.2933921,51.2298618]},"properties":{"@type":"node","@id":6828694992,"@timestamp":1569528537},"coords":"51.2298618,-0.2933921","bedrooms":"4","price":"237000","area":"552"} , +{"type":"Feature","id":"n6829109151","geometry":{"type":"Point","coordinates":[-0.0465062,51.6439072]},"properties":{"@type":"node","@id":6829109151,"@timestamp":1603403148},"coords":"51.6439072,-0.0465062","bedrooms":"3","price":"231000","area":"586"} , +{"type":"Feature","id":"n6829545038","geometry":{"type":"Point","coordinates":[0.2721854,51.1927367]},"properties":{"@type":"node","@id":6829545038,"@timestamp":1569566095},"coords":"51.1927367,0.2721854","bedrooms":"4","price":"287000","area":"672"} , +{"type":"Feature","id":"n6829927230","geometry":{"type":"Point","coordinates":[-0.261597,51.6586619]},"properties":{"@type":"node","@id":6829927230,"@timestamp":1614690722},"coords":"51.6586619,-0.261597","bedrooms":"0","price":"194000","area":"524"} , +{"type":"Feature","id":"n6830328494","geometry":{"type":"Point","coordinates":[-0.8046372,51.3468431]},"properties":{"@type":"node","@id":6830328494,"@timestamp":1569580843},"coords":"51.3468431,-0.8046372","bedrooms":"1","price":"275000","area":"446"} , +{"type":"Feature","id":"n6830537606","geometry":{"type":"Point","coordinates":[-0.4050481,51.8804266]},"properties":{"@type":"node","@id":6830537606,"@timestamp":1569584851},"coords":"51.8804266,-0.4050481","bedrooms":"4","price":"246000","area":"523"} , +{"type":"Feature","id":"n6830736902","geometry":{"type":"Point","coordinates":[-0.191767,51.5210005]},"properties":{"@type":"node","@id":6830736902,"@timestamp":1569591116},"coords":"51.5210005,-0.191767","bedrooms":"3","price":"158000","area":"399"} , +{"type":"Feature","id":"n6830974886","geometry":{"type":"Point","coordinates":[-0.3028171,51.5129658]},"properties":{"@type":"node","@id":6830974886,"@timestamp":1569596396},"coords":"51.5129658,-0.3028171","bedrooms":"2","price":"296000","area":"538"} , +{"type":"Feature","id":"n6831187167","geometry":{"type":"Point","coordinates":[-0.1050624,51.5339578]},"properties":{"@type":"node","@id":6831187167,"@timestamp":1605462646},"coords":"51.5339578,-0.1050624","bedrooms":"0","price":"289000","area":"590"} , +{"type":"Feature","id":"n6831417767","geometry":{"type":"Point","coordinates":[-0.8299616,51.3431699]},"properties":{"@type":"node","@id":6831417767,"@timestamp":1591203173},"coords":"51.3431699,-0.8299616","bedrooms":"0","price":"151000","area":"569"} , +{"type":"Feature","id":"n6831464230","geometry":{"type":"Point","coordinates":[-0.039372,51.4762955]},"properties":{"@type":"node","@id":6831464230,"@timestamp":1570804511},"coords":"51.4762955,-0.039372","bedrooms":"0","price":"231000","area":"425"} , +{"type":"Feature","id":"n6831568064","geometry":{"type":"Point","coordinates":[-0.7601155,51.2464652]},"properties":{"@type":"node","@id":6831568064,"@timestamp":1635949898},"coords":"51.2464652,-0.7601155","bedrooms":"0","price":"195000","area":"609"} , +{"type":"Feature","id":"n6831644293","geometry":{"type":"Point","coordinates":[-0.159485,51.4895656]},"properties":{"@type":"node","@id":6831644293,"@timestamp":1571421924},"coords":"51.4895656,-0.159485","bedrooms":"3","price":"244000","area":"446"} , +{"type":"Feature","id":"n6831780868","geometry":{"type":"Point","coordinates":[-0.1948297,51.4021211]},"properties":{"@type":"node","@id":6831780868,"@timestamp":1569626833},"coords":"51.4021211,-0.1948297","bedrooms":"3","price":"259000","area":"595"} , +{"type":"Feature","id":"n6831780879","geometry":{"type":"Point","coordinates":[-0.1955015,51.4020378]},"properties":{"@type":"node","@id":6831780879,"@timestamp":1569626833},"coords":"51.4020378,-0.1955015","bedrooms":"3","price":"162000","area":"668"} , +{"type":"Feature","id":"n6831782555","geometry":{"type":"Point","coordinates":[-0.0987452,51.5780987]},"properties":{"@type":"node","@id":6831782555,"@timestamp":1569627710},"coords":"51.5780987,-0.0987452","bedrooms":"4","price":"155000","area":"570"} , +{"type":"Feature","id":"n6831783109","geometry":{"type":"Point","coordinates":[0.5873703,51.3487148]},"properties":{"@type":"node","@id":6831783109,"@timestamp":1613141300},"coords":"51.3487148,0.5873703","bedrooms":"2","price":"291000","area":"546"} , +{"type":"Feature","id":"n6832019857","geometry":{"type":"Point","coordinates":[-0.1900075,51.5210527]},"properties":{"@type":"node","@id":6832019857,"@timestamp":1569648530},"coords":"51.5210527,-0.1900075","bedrooms":"0","price":"200000","area":"361"} , +{"type":"Feature","id":"n6832379700","geometry":{"type":"Point","coordinates":[-0.8191362,51.3670246]},"properties":{"@type":"node","@id":6832379700,"@timestamp":1618174143},"coords":"51.3670246,-0.8191362","bedrooms":"4","price":"151000","area":"454"} , +{"type":"Feature","id":"n6832614437","geometry":{"type":"Point","coordinates":[-0.1760206,51.6350365]},"properties":{"@type":"node","@id":6832614437,"@timestamp":1589925571},"coords":"51.6350365,-0.1760206","bedrooms":"4","price":"267000","area":"568"} , +{"type":"Feature","id":"n6832746508","geometry":{"type":"Point","coordinates":[-0.0344411,51.4758922]},"properties":{"@type":"node","@id":6832746508,"@timestamp":1569677501},"coords":"51.4758922,-0.0344411","bedrooms":"2","price":"183000","area":"443"} , +{"type":"Feature","id":"n6832746537","geometry":{"type":"Point","coordinates":[-0.0336366,51.4760196]},"properties":{"@type":"node","@id":6832746537,"@timestamp":1569677501},"coords":"51.4760196,-0.0336366","bedrooms":"1","price":"225000","area":"534"} , +{"type":"Feature","id":"n6832885546","geometry":{"type":"Point","coordinates":[-0.0328567,51.4759291]},"properties":{"@type":"node","@id":6832885546,"@timestamp":1634353290},"coords":"51.4759291,-0.0328567","bedrooms":"3","price":"179000","area":"459"} , +{"type":"Feature","id":"n6832937903","geometry":{"type":"Point","coordinates":[0.0108537,51.9808897]},"properties":{"@type":"node","@id":6832937903,"@timestamp":1627825050},"coords":"51.9808897,0.0108537","bedrooms":"3","price":"178000","area":"508"} , +{"type":"Feature","id":"n6833068373","geometry":{"type":"Point","coordinates":[-0.0206172,51.5160558]},"properties":{"@type":"node","@id":6833068373,"@timestamp":1569691542},"coords":"51.5160558,-0.0206172","bedrooms":"2","price":"200000","area":"646"} , +{"type":"Feature","id":"n6833156984","geometry":{"type":"Point","coordinates":[0.0082838,51.542372]},"properties":{"@type":"node","@id":6833156984,"@timestamp":1569696451},"coords":"51.542372,0.0082838","bedrooms":"2","price":"213000","area":"473"} , +{"type":"Feature","id":"n6833169506","geometry":{"type":"Point","coordinates":[0.0089948,51.5425306]},"properties":{"@type":"node","@id":6833169506,"@timestamp":1569696451},"coords":"51.5425306,0.0089948","bedrooms":"0","price":"295000","area":"406"} , +{"type":"Feature","id":"n6833169526","geometry":{"type":"Point","coordinates":[0.0076297,51.5422907]},"properties":{"@type":"node","@id":6833169526,"@timestamp":1634123717},"coords":"51.5422907,0.0076297","bedrooms":"4","price":"222000","area":"453"} , +{"type":"Feature","id":"n6833270640","geometry":{"type":"Point","coordinates":[-0.2276485,51.4122271]},"properties":{"@type":"node","@id":6833270640,"@timestamp":1569887135},"coords":"51.4122271,-0.2276485","bedrooms":"1","price":"170000","area":"432"} , +{"type":"Feature","id":"n6833299458","geometry":{"type":"Point","coordinates":[-0.1050391,50.9704198]},"properties":{"@type":"node","@id":6833299458,"@timestamp":1569705707},"coords":"50.9704198,-0.1050391","bedrooms":"4","price":"207000","area":"566"} , +{"type":"Feature","id":"n6833594689","geometry":{"type":"Point","coordinates":[-0.3570775,51.7063563]},"properties":{"@type":"node","@id":6833594689,"@timestamp":1569727541},"coords":"51.7063563,-0.3570775","bedrooms":"2","price":"234000","area":"454"} , +{"type":"Feature","id":"n6834178192","geometry":{"type":"Point","coordinates":[-0.020716,51.5741349]},"properties":{"@type":"node","@id":6834178192,"@timestamp":1569749091},"coords":"51.5741349,-0.020716","bedrooms":"2","price":"163000","area":"625"} , +{"type":"Feature","id":"n6834188889","geometry":{"type":"Point","coordinates":[-0.0195801,51.5742541]},"properties":{"@type":"node","@id":6834188889,"@timestamp":1569749775},"coords":"51.5742541,-0.0195801","bedrooms":"3","price":"292000","area":"629"} , +{"type":"Feature","id":"n6834403965","geometry":{"type":"Point","coordinates":[0.5485119,51.2795298]},"properties":{"@type":"node","@id":6834403965,"@timestamp":1569758632},"coords":"51.2795298,0.5485119","bedrooms":"2","price":"255000","area":"489"} , +{"type":"Feature","id":"n6834471512","geometry":{"type":"Point","coordinates":[-0.0206722,51.51107]},"properties":{"@type":"node","@id":6834471512,"@timestamp":1622209426},"coords":"51.51107,-0.0206722","bedrooms":"1","price":"248000","area":"657"} , +{"type":"Feature","id":"n6835359691","geometry":{"type":"Point","coordinates":[-0.0289396,51.5122251]},"properties":{"@type":"node","@id":6835359691,"@timestamp":1569774275},"coords":"51.5122251,-0.0289396","bedrooms":"0","price":"181000","area":"424"} , +{"type":"Feature","id":"n6835370343","geometry":{"type":"Point","coordinates":[0.0068955,51.5465092]},"properties":{"@type":"node","@id":6835370343,"@timestamp":1569774616},"coords":"51.5465092,0.0068955","bedrooms":"2","price":"232000","area":"690"} , +{"type":"Feature","id":"n6835429307","geometry":{"type":"Point","coordinates":[-0.1938158,51.5196491]},"properties":{"@type":"node","@id":6835429307,"@timestamp":1603051264},"coords":"51.5196491,-0.1938158","bedrooms":"4","price":"209000","area":"378"} , +{"type":"Feature","id":"n6835600633","geometry":{"type":"Point","coordinates":[-0.1388697,51.4611995]},"properties":{"@type":"node","@id":6835600633,"@timestamp":1621505467},"coords":"51.4611995,-0.1388697","bedrooms":"0","price":"193000","area":"435"} , +{"type":"Feature","id":"n6835857899","geometry":{"type":"Point","coordinates":[-0.2266104,51.4140698]},"properties":{"@type":"node","@id":6835857899,"@timestamp":1569792312},"coords":"51.4140698,-0.2266104","bedrooms":"4","price":"287000","area":"441"} , +{"type":"Feature","id":"n6836014156","geometry":{"type":"Point","coordinates":[-0.2944145,51.4105888]},"properties":{"@type":"node","@id":6836014156,"@timestamp":1635042184},"coords":"51.4105888,-0.2944145","bedrooms":"2","price":"179000","area":"657"} , +{"type":"Feature","id":"n6836396089","geometry":{"type":"Point","coordinates":[-0.0965852,51.3720291]},"properties":{"@type":"node","@id":6836396089,"@timestamp":1569823940},"coords":"51.3720291,-0.0965852","bedrooms":"1","price":"287000","area":"664"} , +{"type":"Feature","id":"n6836712833","geometry":{"type":"Point","coordinates":[-0.2418706,51.5510734]},"properties":{"@type":"node","@id":6836712833,"@timestamp":1569829371},"coords":"51.5510734,-0.2418706","bedrooms":"3","price":"258000","area":"574"} , +{"type":"Feature","id":"n6836794863","geometry":{"type":"Point","coordinates":[-0.2558941,51.5549088]},"properties":{"@type":"node","@id":6836794863,"@timestamp":1569831421},"coords":"51.5549088,-0.2558941","bedrooms":"3","price":"291000","area":"496"} , +{"type":"Feature","id":"n6836973774","geometry":{"type":"Point","coordinates":[-0.2498582,51.5568282]},"properties":{"@type":"node","@id":6836973774,"@timestamp":1569834335},"coords":"51.5568282,-0.2498582","bedrooms":"3","price":"200000","area":"669"} , +{"type":"Feature","id":"n6837189340","geometry":{"type":"Point","coordinates":[-0.1241679,51.330723]},"properties":{"@type":"node","@id":6837189340,"@timestamp":1569838923},"coords":"51.330723,-0.1241679","bedrooms":"0","price":"248000","area":"635"} , +{"type":"Feature","id":"n6837322251","geometry":{"type":"Point","coordinates":[-0.191275,51.4111042]},"properties":{"@type":"node","@id":6837322251,"@timestamp":1569842318},"coords":"51.4111042,-0.191275","bedrooms":"2","price":"208000","area":"448"} , +{"type":"Feature","id":"n6837532833","geometry":{"type":"Point","coordinates":[-0.0510581,51.6190837]},"properties":{"@type":"node","@id":6837532833,"@timestamp":1610328041},"coords":"51.6190837,-0.0510581","bedrooms":"2","price":"297000","area":"660"} , +{"type":"Feature","id":"n6837783159","geometry":{"type":"Point","coordinates":[0.3875291,51.4269303]},"properties":{"@type":"node","@id":6837783159,"@timestamp":1569851892},"coords":"51.4269303,0.3875291","bedrooms":"4","price":"183000","area":"372"} , +{"type":"Feature","id":"n6837783169","geometry":{"type":"Point","coordinates":[0.3897634,51.4248582]},"properties":{"@type":"node","@id":6837783169,"@timestamp":1569851892},"coords":"51.4248582,0.3897634","bedrooms":"4","price":"172000","area":"631"} , +{"type":"Feature","id":"n6837783179","geometry":{"type":"Point","coordinates":[0.3904071,51.4238965]},"properties":{"@type":"node","@id":6837783179,"@timestamp":1569851892},"coords":"51.4238965,0.3904071","bedrooms":"2","price":"193000","area":"576"} , +{"type":"Feature","id":"n6837821388","geometry":{"type":"Point","coordinates":[0.3895086,51.4233529]},"properties":{"@type":"node","@id":6837821388,"@timestamp":1569851892},"coords":"51.4233529,0.3895086","bedrooms":"0","price":"178000","area":"681"} , +{"type":"Feature","id":"n6837821398","geometry":{"type":"Point","coordinates":[0.388838,51.4266995]},"properties":{"@type":"node","@id":6837821398,"@timestamp":1569851892},"coords":"51.4266995,0.388838","bedrooms":"1","price":"279000","area":"689"} , +{"type":"Feature","id":"n6837821408","geometry":{"type":"Point","coordinates":[0.3919118,51.4272614]},"properties":{"@type":"node","@id":6837821408,"@timestamp":1569851892},"coords":"51.4272614,0.3919118","bedrooms":"4","price":"201000","area":"673"} , +{"type":"Feature","id":"n6837821418","geometry":{"type":"Point","coordinates":[0.3931618,51.42539]},"properties":{"@type":"node","@id":6837821418,"@timestamp":1569851892},"coords":"51.42539,0.3931618","bedrooms":"3","price":"227000","area":"505"} , +{"type":"Feature","id":"n6837821428","geometry":{"type":"Point","coordinates":[0.3949937,51.4262329]},"properties":{"@type":"node","@id":6837821428,"@timestamp":1569851892},"coords":"51.4262329,0.3949937","bedrooms":"4","price":"226000","area":"531"} , +{"type":"Feature","id":"n6837821438","geometry":{"type":"Point","coordinates":[0.395903,51.425109]},"properties":{"@type":"node","@id":6837821438,"@timestamp":1569851892},"coords":"51.425109,0.395903","bedrooms":"2","price":"199000","area":"393"} , +{"type":"Feature","id":"n6837821448","geometry":{"type":"Point","coordinates":[0.3962409,51.4251274]},"properties":{"@type":"node","@id":6837821448,"@timestamp":1569851892},"coords":"51.4251274,0.3962409","bedrooms":"4","price":"217000","area":"613"} , +{"type":"Feature","id":"n6837821458","geometry":{"type":"Point","coordinates":[0.3970161,51.4286294]},"properties":{"@type":"node","@id":6837821458,"@timestamp":1569851892},"coords":"51.4286294,0.3970161","bedrooms":"0","price":"252000","area":"649"} , +{"type":"Feature","id":"n6837821468","geometry":{"type":"Point","coordinates":[0.3946531,51.4292181]},"properties":{"@type":"node","@id":6837821468,"@timestamp":1569851892},"coords":"51.4292181,0.3946531","bedrooms":"0","price":"295000","area":"519"} , +{"type":"Feature","id":"n6837821478","geometry":{"type":"Point","coordinates":[0.3912762,51.4305057]},"properties":{"@type":"node","@id":6837821478,"@timestamp":1569851892},"coords":"51.4305057,0.3912762","bedrooms":"3","price":"252000","area":"529"} , +{"type":"Feature","id":"n6837821488","geometry":{"type":"Point","coordinates":[0.3928721,51.4304305]},"properties":{"@type":"node","@id":6837821488,"@timestamp":1569851892},"coords":"51.4304305,0.3928721","bedrooms":"4","price":"167000","area":"681"} , +{"type":"Feature","id":"n6837821498","geometry":{"type":"Point","coordinates":[0.3933763,51.4310275]},"properties":{"@type":"node","@id":6837821498,"@timestamp":1569851892},"coords":"51.4310275,0.3933763","bedrooms":"0","price":"156000","area":"619"} , +{"type":"Feature","id":"n6837821508","geometry":{"type":"Point","coordinates":[0.3880749,51.4303644]},"properties":{"@type":"node","@id":6837821508,"@timestamp":1569851892},"coords":"51.4303644,0.3880749","bedrooms":"3","price":"165000","area":"489"} , +{"type":"Feature","id":"n6837821518","geometry":{"type":"Point","coordinates":[0.3873347,51.4293577]},"properties":{"@type":"node","@id":6837821518,"@timestamp":1569851892},"coords":"51.4293577,0.3873347","bedrooms":"4","price":"214000","area":"584"} , +{"type":"Feature","id":"n6837821528","geometry":{"type":"Point","coordinates":[0.3889628,51.4316571]},"properties":{"@type":"node","@id":6837821528,"@timestamp":1569851892},"coords":"51.4316571,0.3889628","bedrooms":"0","price":"236000","area":"597"} , +{"type":"Feature","id":"n6837821538","geometry":{"type":"Point","coordinates":[0.3830885,51.4257064]},"properties":{"@type":"node","@id":6837821538,"@timestamp":1569851892},"coords":"51.4257064,0.3830885","bedrooms":"1","price":"228000","area":"528"} , +{"type":"Feature","id":"n6837821548","geometry":{"type":"Point","coordinates":[0.3825265,51.4267286]},"properties":{"@type":"node","@id":6837821548,"@timestamp":1569851892},"coords":"51.4267286,0.3825265","bedrooms":"1","price":"229000","area":"699"} , +{"type":"Feature","id":"n6837821559","geometry":{"type":"Point","coordinates":[0.3779453,51.4249262]},"properties":{"@type":"node","@id":6837821559,"@timestamp":1569851892},"coords":"51.4249262,0.3779453","bedrooms":"3","price":"246000","area":"582"} , +{"type":"Feature","id":"n6838225395","geometry":{"type":"Point","coordinates":[-0.543359,51.6083645]},"properties":{"@type":"node","@id":6838225395,"@timestamp":1569860396},"coords":"51.6083645,-0.543359","bedrooms":"1","price":"227000","area":"617"} , +{"type":"Feature","id":"n6838655945","geometry":{"type":"Point","coordinates":[-0.7566487,51.2461543]},"properties":{"@type":"node","@id":6838655945,"@timestamp":1569869209},"coords":"51.2461543,-0.7566487","bedrooms":"2","price":"249000","area":"400"} , +{"type":"Feature","id":"n6838679170","geometry":{"type":"Point","coordinates":[-0.756526,51.24786]},"properties":{"@type":"node","@id":6838679170,"@timestamp":1612696489},"coords":"51.24786,-0.756526","bedrooms":"1","price":"278000","area":"687"} , +{"type":"Feature","id":"n6838707210","geometry":{"type":"Point","coordinates":[-0.757761,51.24914]},"properties":{"@type":"node","@id":6838707210,"@timestamp":1627393136},"coords":"51.24914,-0.757761","bedrooms":"4","price":"183000","area":"620"} , +{"type":"Feature","id":"n6838814666","geometry":{"type":"Point","coordinates":[-0.0509347,51.2721017]},"properties":{"@type":"node","@id":6838814666,"@timestamp":1627592704},"coords":"51.2721017,-0.0509347","bedrooms":"0","price":"238000","area":"461"} , +{"type":"Feature","id":"n6838814676","geometry":{"type":"Point","coordinates":[-0.0468072,51.2716889]},"properties":{"@type":"node","@id":6838814676,"@timestamp":1629024361},"coords":"51.2716889,-0.0468072","bedrooms":"0","price":"150000","area":"643"} , +{"type":"Feature","id":"n6838828292","geometry":{"type":"Point","coordinates":[-0.0558651,51.2667166]},"properties":{"@type":"node","@id":6838828292,"@timestamp":1569874906},"coords":"51.2667166,-0.0558651","bedrooms":"4","price":"158000","area":"542"} , +{"type":"Feature","id":"n6839034491","geometry":{"type":"Point","coordinates":[-0.2228918,51.4128345]},"properties":{"@type":"node","@id":6839034491,"@timestamp":1570917778},"coords":"51.4128345,-0.2228918","bedrooms":"0","price":"290000","area":"514"} , +{"type":"Feature","id":"n6839438698","geometry":{"type":"Point","coordinates":[-0.7743272,51.8712877]},"properties":{"@type":"node","@id":6839438698,"@timestamp":1569907865},"coords":"51.8712877,-0.7743272","bedrooms":"2","price":"218000","area":"418"} , +{"type":"Feature","id":"n6839636488","geometry":{"type":"Point","coordinates":[-0.6136523,51.9160329]},"properties":{"@type":"node","@id":6839636488,"@timestamp":1569913102},"coords":"51.9160329,-0.6136523","bedrooms":"2","price":"172000","area":"536"} , +{"type":"Feature","id":"n6839694372","geometry":{"type":"Point","coordinates":[-0.4445358,51.01791]},"properties":{"@type":"node","@id":6839694372,"@timestamp":1569914542},"coords":"51.01791,-0.4445358","bedrooms":"3","price":"255000","area":"454"} , +{"type":"Feature","id":"n6839761588","geometry":{"type":"Point","coordinates":[0.16681,51.4920446]},"properties":{"@type":"node","@id":6839761588,"@timestamp":1569916251},"coords":"51.4920446,0.16681","bedrooms":"4","price":"207000","area":"357"} , +{"type":"Feature","id":"n6839862101","geometry":{"type":"Point","coordinates":[-0.6533081,51.1656239]},"properties":{"@type":"node","@id":6839862101,"@timestamp":1569919055},"coords":"51.1656239,-0.6533081","bedrooms":"3","price":"192000","area":"698"} , +{"type":"Feature","id":"n6840071428","geometry":{"type":"Point","coordinates":[0.2317693,51.0084095]},"properties":{"@type":"node","@id":6840071428,"@timestamp":1569923117},"coords":"51.0084095,0.2317693","bedrooms":"0","price":"255000","area":"432"} , +{"type":"Feature","id":"n6840374063","geometry":{"type":"Point","coordinates":[-0.1271839,51.0624068]},"properties":{"@type":"node","@id":6840374063,"@timestamp":1569929186},"coords":"51.0624068,-0.1271839","bedrooms":"0","price":"246000","area":"627"} , +{"type":"Feature","id":"n6840374073","geometry":{"type":"Point","coordinates":[-0.1307094,51.0619439]},"properties":{"@type":"node","@id":6840374073,"@timestamp":1569929186},"coords":"51.0619439,-0.1307094","bedrooms":"2","price":"164000","area":"608"} , +{"type":"Feature","id":"n6840374083","geometry":{"type":"Point","coordinates":[-0.1268364,51.0597386]},"properties":{"@type":"node","@id":6840374083,"@timestamp":1569929186},"coords":"51.0597386,-0.1268364","bedrooms":"1","price":"201000","area":"359"} , +{"type":"Feature","id":"n6840390539","geometry":{"type":"Point","coordinates":[-0.133487,51.0583251]},"properties":{"@type":"node","@id":6840390539,"@timestamp":1569929511},"coords":"51.0583251,-0.133487","bedrooms":"4","price":"186000","area":"466"} , +{"type":"Feature","id":"n6840734599","geometry":{"type":"Point","coordinates":[-0.4500903,51.0167857]},"properties":{"@type":"node","@id":6840734599,"@timestamp":1569936760},"coords":"51.0167857,-0.4500903","bedrooms":"4","price":"195000","area":"418"} , +{"type":"Feature","id":"n6840734609","geometry":{"type":"Point","coordinates":[-0.4490278,51.0169408]},"properties":{"@type":"node","@id":6840734609,"@timestamp":1569936760},"coords":"51.0169408,-0.4490278","bedrooms":"2","price":"152000","area":"448"} , +{"type":"Feature","id":"n6840734631","geometry":{"type":"Point","coordinates":[-0.449868,51.0169604]},"properties":{"@type":"node","@id":6840734631,"@timestamp":1569936760},"coords":"51.0169604,-0.449868","bedrooms":"3","price":"250000","area":"687"} , +{"type":"Feature","id":"n6840965712","geometry":{"type":"Point","coordinates":[-0.1040767,51.5141574]},"properties":{"@type":"node","@id":6840965712,"@timestamp":1611882154},"coords":"51.5141574,-0.1040767","bedrooms":"4","price":"290000","area":"361"} , +{"type":"Feature","id":"n6841151509","geometry":{"type":"Point","coordinates":[0.4348366,51.3122308]},"properties":{"@type":"node","@id":6841151509,"@timestamp":1569943610},"coords":"51.3122308,0.4348366","bedrooms":"3","price":"265000","area":"456"} , +{"type":"Feature","id":"n6841441625","geometry":{"type":"Point","coordinates":[-0.1660803,51.4920507]},"properties":{"@type":"node","@id":6841441625,"@timestamp":1579893891},"coords":"51.4920507,-0.1660803","bedrooms":"4","price":"156000","area":"519"} , +{"type":"Feature","id":"n6841573712","geometry":{"type":"Point","coordinates":[-0.063577,51.522893]},"properties":{"@type":"node","@id":6841573712,"@timestamp":1586646543},"coords":"51.522893,-0.063577","bedrooms":"1","price":"177000","area":"647"} , +{"type":"Feature","id":"n6841940566","geometry":{"type":"Point","coordinates":[0.007496,51.5466426]},"properties":{"@type":"node","@id":6841940566,"@timestamp":1569965783},"coords":"51.5466426,0.007496","bedrooms":"3","price":"235000","area":"643"} , +{"type":"Feature","id":"n6841962534","geometry":{"type":"Point","coordinates":[-0.2263355,51.4167981]},"properties":{"@type":"node","@id":6841962534,"@timestamp":1569966336},"coords":"51.4167981,-0.2263355","bedrooms":"4","price":"159000","area":"574"} , +{"type":"Feature","id":"n6841975635","geometry":{"type":"Point","coordinates":[-0.2284223,51.4170465]},"properties":{"@type":"node","@id":6841975635,"@timestamp":1569970134},"coords":"51.4170465,-0.2284223","bedrooms":"0","price":"222000","area":"657"} , +{"type":"Feature","id":"n6841998657","geometry":{"type":"Point","coordinates":[-0.2270492,51.417076]},"properties":{"@type":"node","@id":6841998657,"@timestamp":1597825091},"coords":"51.417076,-0.2270492","bedrooms":"2","price":"247000","area":"558"} , +{"type":"Feature","id":"n6843861066","geometry":{"type":"Point","coordinates":[-0.7714897,51.2738694]},"properties":{"@type":"node","@id":6843861066,"@timestamp":1632852790},"coords":"51.2738694,-0.7714897","bedrooms":"2","price":"175000","area":"438"} , +{"type":"Feature","id":"n6843917697","geometry":{"type":"Point","coordinates":[-0.7718637,51.2746771]},"properties":{"@type":"node","@id":6843917697,"@timestamp":1570011696},"coords":"51.2746771,-0.7718637","bedrooms":"2","price":"151000","area":"408"} , +{"type":"Feature","id":"n6843927803","geometry":{"type":"Point","coordinates":[-0.772727,51.2729298]},"properties":{"@type":"node","@id":6843927803,"@timestamp":1570012213},"coords":"51.2729298,-0.772727","bedrooms":"3","price":"194000","area":"642"} , +{"type":"Feature","id":"n6844711380","geometry":{"type":"Point","coordinates":[-0.4387628,51.0171963]},"properties":{"@type":"node","@id":6844711380,"@timestamp":1570024985},"coords":"51.0171963,-0.4387628","bedrooms":"2","price":"222000","area":"647"} , +{"type":"Feature","id":"n6844853188","geometry":{"type":"Point","coordinates":[-0.4511696,51.0184109]},"properties":{"@type":"node","@id":6844853188,"@timestamp":1570028335},"coords":"51.0184109,-0.4511696","bedrooms":"1","price":"156000","area":"667"} , +{"type":"Feature","id":"n6844853294","geometry":{"type":"Point","coordinates":[-0.4477613,51.0169869]},"properties":{"@type":"node","@id":6844853294,"@timestamp":1570028335},"coords":"51.0169869,-0.4477613","bedrooms":"1","price":"152000","area":"389"} , +{"type":"Feature","id":"n6845190118","geometry":{"type":"Point","coordinates":[-0.0461748,51.4746556]},"properties":{"@type":"node","@id":6845190118,"@timestamp":1634548653},"coords":"51.4746556,-0.0461748","bedrooms":"0","price":"223000","area":"596"} , +{"type":"Feature","id":"n6845490632","geometry":{"type":"Point","coordinates":[-0.4507721,51.019093]},"properties":{"@type":"node","@id":6845490632,"@timestamp":1570046602},"coords":"51.019093,-0.4507721","bedrooms":"4","price":"264000","area":"675"} , +{"type":"Feature","id":"n6845515504","geometry":{"type":"Point","coordinates":[-0.4097986,51.8737827]},"properties":{"@type":"node","@id":6845515504,"@timestamp":1570047853},"coords":"51.8737827,-0.4097986","bedrooms":"3","price":"282000","area":"566"} , +{"type":"Feature","id":"n6845694058","geometry":{"type":"Point","coordinates":[-0.2428992,51.5748831]},"properties":{"@type":"node","@id":6845694058,"@timestamp":1620400909},"coords":"51.5748831,-0.2428992","bedrooms":"4","price":"265000","area":"380"} , +{"type":"Feature","id":"n6845783604","geometry":{"type":"Point","coordinates":[-0.2249327,51.4157401]},"properties":{"@type":"node","@id":6845783604,"@timestamp":1570656062},"coords":"51.4157401,-0.2249327","bedrooms":"2","price":"194000","area":"447"} , +{"type":"Feature","id":"n6846028059","geometry":{"type":"Point","coordinates":[-0.1760324,51.5230325]},"properties":{"@type":"node","@id":6846028059,"@timestamp":1570071788},"coords":"51.5230325,-0.1760324","bedrooms":"4","price":"197000","area":"563"} , +{"type":"Feature","id":"n6846244750","geometry":{"type":"Point","coordinates":[0.0035608,51.5202281]},"properties":{"@type":"node","@id":6846244750,"@timestamp":1570081881},"coords":"51.5202281,0.0035608","bedrooms":"0","price":"284000","area":"386"} , +{"type":"Feature","id":"n6846515689","geometry":{"type":"Point","coordinates":[-0.2891292,51.4755771]},"properties":{"@type":"node","@id":6846515689,"@timestamp":1570089384},"coords":"51.4755771,-0.2891292","bedrooms":"2","price":"190000","area":"458"} , +{"type":"Feature","id":"n6846617339","geometry":{"type":"Point","coordinates":[-0.8276537,51.8205322]},"properties":{"@type":"node","@id":6846617339,"@timestamp":1570091608},"coords":"51.8205322,-0.8276537","bedrooms":"1","price":"165000","area":"623"} , +{"type":"Feature","id":"n6846878371","geometry":{"type":"Point","coordinates":[-0.512745,51.8941099]},"properties":{"@type":"node","@id":6846878371,"@timestamp":1570096896},"coords":"51.8941099,-0.512745","bedrooms":"3","price":"281000","area":"491"} , +{"type":"Feature","id":"n6846972211","geometry":{"type":"Point","coordinates":[-0.1165483,51.7031366]},"properties":{"@type":"node","@id":6846972211,"@timestamp":1610328140},"coords":"51.7031366,-0.1165483","bedrooms":"1","price":"278000","area":"614"} , +{"type":"Feature","id":"n6847290895","geometry":{"type":"Point","coordinates":[-0.3250279,51.6273649]},"properties":{"@type":"node","@id":6847290895,"@timestamp":1614339055},"coords":"51.6273649,-0.3250279","bedrooms":"0","price":"151000","area":"688"} , +{"type":"Feature","id":"n6847667978","geometry":{"type":"Point","coordinates":[-0.0246538,51.4732806]},"properties":{"@type":"node","@id":6847667978,"@timestamp":1570109857},"coords":"51.4732806,-0.0246538","bedrooms":"3","price":"253000","area":"691"} , +{"type":"Feature","id":"n6848476864","geometry":{"type":"Point","coordinates":[-0.3232784,51.4650321]},"properties":{"@type":"node","@id":6848476864,"@timestamp":1584984538},"coords":"51.4650321,-0.3232784","bedrooms":"4","price":"213000","area":"364"} , +{"type":"Feature","id":"n6848865192","geometry":{"type":"Point","coordinates":[-0.1263897,51.5157218]},"properties":{"@type":"node","@id":6848865192,"@timestamp":1602252717},"coords":"51.5157218,-0.1263897","bedrooms":"4","price":"259000","area":"383"} , +{"type":"Feature","id":"n6848885399","geometry":{"type":"Point","coordinates":[-0.2203981,51.4147303]},"properties":{"@type":"node","@id":6848885399,"@timestamp":1570917778},"coords":"51.4147303,-0.2203981","bedrooms":"2","price":"253000","area":"428"} , +{"type":"Feature","id":"n6848885507","geometry":{"type":"Point","coordinates":[-0.2217645,51.4153215]},"properties":{"@type":"node","@id":6848885507,"@timestamp":1570142138},"coords":"51.4153215,-0.2217645","bedrooms":"0","price":"204000","area":"586"} , +{"type":"Feature","id":"n6848913207","geometry":{"type":"Point","coordinates":[-0.2197619,51.4151703]},"properties":{"@type":"node","@id":6848913207,"@timestamp":1570917778},"coords":"51.4151703,-0.2197619","bedrooms":"0","price":"251000","area":"579"} , +{"type":"Feature","id":"n6848913221","geometry":{"type":"Point","coordinates":[-0.2210197,51.4141281]},"properties":{"@type":"node","@id":6848913221,"@timestamp":1570144016},"coords":"51.4141281,-0.2210197","bedrooms":"0","price":"181000","area":"538"} , +{"type":"Feature","id":"n6848973195","geometry":{"type":"Point","coordinates":[-0.1171101,51.4861281]},"properties":{"@type":"node","@id":6848973195,"@timestamp":1570150341},"coords":"51.4861281,-0.1171101","bedrooms":"0","price":"285000","area":"681"} , +{"type":"Feature","id":"n6849010078","geometry":{"type":"Point","coordinates":[-0.1033521,51.4865018]},"properties":{"@type":"node","@id":6849010078,"@timestamp":1570153620},"coords":"51.4865018,-0.1033521","bedrooms":"0","price":"222000","area":"478"} , +{"type":"Feature","id":"n6849515263","geometry":{"type":"Point","coordinates":[0.093991,51.5283053]},"properties":{"@type":"node","@id":6849515263,"@timestamp":1570174550},"coords":"51.5283053,0.093991","bedrooms":"1","price":"208000","area":"619"} , +{"type":"Feature","id":"n6851130325","geometry":{"type":"Point","coordinates":[-0.1608137,51.4910964]},"properties":{"@type":"node","@id":6851130325,"@timestamp":1611070397},"coords":"51.4910964,-0.1608137","bedrooms":"3","price":"290000","area":"606"} , +{"type":"Feature","id":"n6851332459","geometry":{"type":"Point","coordinates":[-0.0781472,51.5165043]},"properties":{"@type":"node","@id":6851332459,"@timestamp":1570192541},"coords":"51.5165043,-0.0781472","bedrooms":"0","price":"210000","area":"608"} , +{"type":"Feature","id":"n6852863745","geometry":{"type":"Point","coordinates":[-0.1641874,51.5252035]},"properties":{"@type":"node","@id":6852863745,"@timestamp":1580917045},"coords":"51.5252035,-0.1641874","bedrooms":"4","price":"279000","area":"484"} , +{"type":"Feature","id":"n6853362782","geometry":{"type":"Point","coordinates":[0.4077316,51.0459986]},"properties":{"@type":"node","@id":6853362782,"@timestamp":1570270602},"coords":"51.0459986,0.4077316","bedrooms":"0","price":"196000","area":"496"} , +{"type":"Feature","id":"n6853537211","geometry":{"type":"Point","coordinates":[-1.0496725,51.1584469]},"properties":{"@type":"node","@id":6853537211,"@timestamp":1570277783},"coords":"51.1584469,-1.0496725","bedrooms":"3","price":"185000","area":"421"} , +{"type":"Feature","id":"n6853549721","geometry":{"type":"Point","coordinates":[-1.0445482,51.1586234]},"properties":{"@type":"node","@id":6853549721,"@timestamp":1570278461},"coords":"51.1586234,-1.0445482","bedrooms":"3","price":"198000","area":"598"} , +{"type":"Feature","id":"n6853703524","geometry":{"type":"Point","coordinates":[-0.1326731,51.0586439]},"properties":{"@type":"node","@id":6853703524,"@timestamp":1570285513},"coords":"51.0586439,-0.1326731","bedrooms":"2","price":"277000","area":"462"} , +{"type":"Feature","id":"n6853852949","geometry":{"type":"Point","coordinates":[-0.059365,51.5169979]},"properties":{"@type":"node","@id":6853852949,"@timestamp":1570292098},"coords":"51.5169979,-0.059365","bedrooms":"4","price":"159000","area":"636"} , +{"type":"Feature","id":"n6853919899","geometry":{"type":"Point","coordinates":[-0.0601667,51.5162246]},"properties":{"@type":"node","@id":6853919899,"@timestamp":1570294085},"coords":"51.5162246,-0.0601667","bedrooms":"4","price":"263000","area":"626"} , +{"type":"Feature","id":"n6854272516","geometry":{"type":"Point","coordinates":[-0.8370075,51.5222208]},"properties":{"@type":"node","@id":6854272516,"@timestamp":1570307510},"coords":"51.5222208,-0.8370075","bedrooms":"4","price":"232000","area":"438"} , +{"type":"Feature","id":"n6854272526","geometry":{"type":"Point","coordinates":[-0.8357012,51.5240115]},"properties":{"@type":"node","@id":6854272526,"@timestamp":1570307510},"coords":"51.5240115,-0.8357012","bedrooms":"4","price":"242000","area":"504"} , +{"type":"Feature","id":"n6854341700","geometry":{"type":"Point","coordinates":[-0.2248456,51.4181689]},"properties":{"@type":"node","@id":6854341700,"@timestamp":1570311284},"coords":"51.4181689,-0.2248456","bedrooms":"0","price":"208000","area":"594"} , +{"type":"Feature","id":"n6854341836","geometry":{"type":"Point","coordinates":[-0.2240141,51.4167831]},"properties":{"@type":"node","@id":6854341836,"@timestamp":1570311284},"coords":"51.4167831,-0.2240141","bedrooms":"2","price":"230000","area":"491"} , +{"type":"Feature","id":"n6854414974","geometry":{"type":"Point","coordinates":[-0.2231128,51.4166668]},"properties":{"@type":"node","@id":6854414974,"@timestamp":1570316075},"coords":"51.4166668,-0.2231128","bedrooms":"4","price":"283000","area":"617"} , +{"type":"Feature","id":"n6854650613","geometry":{"type":"Point","coordinates":[-0.1793029,51.5191455]},"properties":{"@type":"node","@id":6854650613,"@timestamp":1570343143},"coords":"51.5191455,-0.1793029","bedrooms":"0","price":"190000","area":"631"} , +{"type":"Feature","id":"n6854798509","geometry":{"type":"Point","coordinates":[-0.1818239,51.519397]},"properties":{"@type":"node","@id":6854798509,"@timestamp":1570351546},"coords":"51.519397,-0.1818239","bedrooms":"4","price":"247000","area":"451"} , +{"type":"Feature","id":"n6855111747","geometry":{"type":"Point","coordinates":[-0.3378229,51.2729196]},"properties":{"@type":"node","@id":6855111747,"@timestamp":1634403429},"coords":"51.2729196,-0.3378229","bedrooms":"1","price":"200000","area":"674"} , +{"type":"Feature","id":"n6855115887","geometry":{"type":"Point","coordinates":[-0.1321874,51.5183831]},"properties":{"@type":"node","@id":6855115887,"@timestamp":1572370981},"coords":"51.5183831,-0.1321874","bedrooms":"2","price":"190000","area":"652"} , +{"type":"Feature","id":"n6855224659","geometry":{"type":"Point","coordinates":[0.7334125,51.3415628]},"properties":{"@type":"node","@id":6855224659,"@timestamp":1570365142},"coords":"51.3415628,0.7334125","bedrooms":"2","price":"185000","area":"581"} , +{"type":"Feature","id":"n6855224669","geometry":{"type":"Point","coordinates":[0.7322028,51.3410275]},"properties":{"@type":"node","@id":6855224669,"@timestamp":1570365142},"coords":"51.3410275,0.7322028","bedrooms":"0","price":"164000","area":"555"} , +{"type":"Feature","id":"n6855224684","geometry":{"type":"Point","coordinates":[0.7309502,51.3411276]},"properties":{"@type":"node","@id":6855224684,"@timestamp":1570365142},"coords":"51.3411276,0.7309502","bedrooms":"0","price":"266000","area":"472"} , +{"type":"Feature","id":"n6855377518","geometry":{"type":"Point","coordinates":[-0.1340721,51.489056]},"properties":{"@type":"node","@id":6855377518,"@timestamp":1570371528},"coords":"51.489056,-0.1340721","bedrooms":"4","price":"292000","area":"698"} , +{"type":"Feature","id":"n6855466125","geometry":{"type":"Point","coordinates":[-0.1634564,51.4617577]},"properties":{"@type":"node","@id":6855466125,"@timestamp":1570372972},"coords":"51.4617577,-0.1634564","bedrooms":"1","price":"168000","area":"494"} , +{"type":"Feature","id":"n6855555678","geometry":{"type":"Point","coordinates":[-0.1605235,51.4719866]},"properties":{"@type":"node","@id":6855555678,"@timestamp":1627762565},"coords":"51.4719866,-0.1605235","bedrooms":"0","price":"186000","area":"611"} , +{"type":"Feature","id":"n6855608416","geometry":{"type":"Point","coordinates":[-0.1592907,51.4818462]},"properties":{"@type":"node","@id":6855608416,"@timestamp":1598966553},"coords":"51.4818462,-0.1592907","bedrooms":"4","price":"259000","area":"551"} , +{"type":"Feature","id":"n6855679093","geometry":{"type":"Point","coordinates":[-0.1823625,51.4749798]},"properties":{"@type":"node","@id":6855679093,"@timestamp":1570380563},"coords":"51.4749798,-0.1823625","bedrooms":"2","price":"232000","area":"377"} , +{"type":"Feature","id":"n6855763569","geometry":{"type":"Point","coordinates":[-0.3351718,51.2272838]},"properties":{"@type":"node","@id":6855763569,"@timestamp":1570385264},"coords":"51.2272838,-0.3351718","bedrooms":"2","price":"201000","area":"589"} , +{"type":"Feature","id":"n6855940838","geometry":{"type":"Point","coordinates":[-0.3315607,51.231998]},"properties":{"@type":"node","@id":6855940838,"@timestamp":1570391184},"coords":"51.231998,-0.3315607","bedrooms":"0","price":"169000","area":"598"} , +{"type":"Feature","id":"n6856073883","geometry":{"type":"Point","coordinates":[-0.3328931,51.2316362]},"properties":{"@type":"node","@id":6856073883,"@timestamp":1598961544},"coords":"51.2316362,-0.3328931","bedrooms":"4","price":"208000","area":"426"} , +{"type":"Feature","id":"n6856076597","geometry":{"type":"Point","coordinates":[-0.3321726,51.2318706]},"properties":{"@type":"node","@id":6856076597,"@timestamp":1619799685},"coords":"51.2318706,-0.3321726","bedrooms":"3","price":"242000","area":"678"} , +{"type":"Feature","id":"n6856203158","geometry":{"type":"Point","coordinates":[-0.2165913,51.3907815]},"properties":{"@type":"node","@id":6856203158,"@timestamp":1570398953},"coords":"51.3907815,-0.2165913","bedrooms":"3","price":"260000","area":"610"} , +{"type":"Feature","id":"n6856203236","geometry":{"type":"Point","coordinates":[-0.2164073,51.3903173]},"properties":{"@type":"node","@id":6856203236,"@timestamp":1570398953},"coords":"51.3903173,-0.2164073","bedrooms":"4","price":"192000","area":"611"} , +{"type":"Feature","id":"n6857142593","geometry":{"type":"Point","coordinates":[-0.3354556,51.230581]},"properties":{"@type":"node","@id":6857142593,"@timestamp":1570443141},"coords":"51.230581,-0.3354556","bedrooms":"1","price":"208000","area":"378"} , +{"type":"Feature","id":"n6857462431","geometry":{"type":"Point","coordinates":[-0.3332426,51.2314711]},"properties":{"@type":"node","@id":6857462431,"@timestamp":1570449516},"coords":"51.2314711,-0.3332426","bedrooms":"1","price":"159000","area":"580"} , +{"type":"Feature","id":"n6857477097","geometry":{"type":"Point","coordinates":[-0.3900844,51.3773003]},"properties":{"@type":"node","@id":6857477097,"@timestamp":1570449618},"coords":"51.3773003,-0.3900844","bedrooms":"0","price":"205000","area":"669"} , +{"type":"Feature","id":"n6858475055","geometry":{"type":"Point","coordinates":[-0.3365349,51.2318346]},"properties":{"@type":"node","@id":6858475055,"@timestamp":1570467701},"coords":"51.2318346,-0.3365349","bedrooms":"2","price":"268000","area":"686"} , +{"type":"Feature","id":"n6858475067","geometry":{"type":"Point","coordinates":[-0.335291,51.231676]},"properties":{"@type":"node","@id":6858475067,"@timestamp":1570467701},"coords":"51.231676,-0.335291","bedrooms":"4","price":"257000","area":"596"} , +{"type":"Feature","id":"n6858475079","geometry":{"type":"Point","coordinates":[-0.3347414,51.2316477]},"properties":{"@type":"node","@id":6858475079,"@timestamp":1570467701},"coords":"51.2316477,-0.3347414","bedrooms":"0","price":"190000","area":"551"} , +{"type":"Feature","id":"n6858486589","geometry":{"type":"Point","coordinates":[-0.3334917,51.2316614]},"properties":{"@type":"node","@id":6858486589,"@timestamp":1570467701},"coords":"51.2316614,-0.3334917","bedrooms":"4","price":"238000","area":"413"} , +{"type":"Feature","id":"n6858781479","geometry":{"type":"Point","coordinates":[-0.816584,51.4146287]},"properties":{"@type":"node","@id":6858781479,"@timestamp":1570476613},"coords":"51.4146287,-0.816584","bedrooms":"1","price":"208000","area":"555"} , +{"type":"Feature","id":"n6859085192","geometry":{"type":"Point","coordinates":[-0.2297714,51.4086167]},"properties":{"@type":"node","@id":6859085192,"@timestamp":1570485479},"coords":"51.4086167,-0.2297714","bedrooms":"0","price":"201000","area":"669"} , +{"type":"Feature","id":"n6859147526","geometry":{"type":"Point","coordinates":[-0.2241643,51.4163967]},"properties":{"@type":"node","@id":6859147526,"@timestamp":1570656062},"coords":"51.4163967,-0.2241643","bedrooms":"4","price":"207000","area":"455"} , +{"type":"Feature","id":"n6859594647","geometry":{"type":"Point","coordinates":[-0.2257517,51.4179744]},"properties":{"@type":"node","@id":6859594647,"@timestamp":1570917778},"coords":"51.4179744,-0.2257517","bedrooms":"2","price":"196000","area":"619"} , +{"type":"Feature","id":"n6860107445","geometry":{"type":"Point","coordinates":[0.2420983,51.1648944]},"properties":{"@type":"node","@id":6860107445,"@timestamp":1570533354},"coords":"51.1648944,0.2420983","bedrooms":"4","price":"215000","area":"536"} , +{"type":"Feature","id":"n6860435295","geometry":{"type":"Point","coordinates":[-0.4024197,51.3936213]},"properties":{"@type":"node","@id":6860435295,"@timestamp":1570541468},"coords":"51.3936213,-0.4024197","bedrooms":"0","price":"150000","area":"523"} , +{"type":"Feature","id":"n6860435305","geometry":{"type":"Point","coordinates":[-0.4024765,51.3932585]},"properties":{"@type":"node","@id":6860435305,"@timestamp":1570541468},"coords":"51.3932585,-0.4024765","bedrooms":"0","price":"181000","area":"371"} , +{"type":"Feature","id":"n6860435315","geometry":{"type":"Point","coordinates":[-0.4026988,51.3929295]},"properties":{"@type":"node","@id":6860435315,"@timestamp":1570541468},"coords":"51.3929295,-0.4026988","bedrooms":"0","price":"298000","area":"519"} , +{"type":"Feature","id":"n6860753723","geometry":{"type":"Point","coordinates":[0.1062045,50.9577542]},"properties":{"@type":"node","@id":6860753723,"@timestamp":1570549195},"coords":"50.9577542,0.1062045","bedrooms":"1","price":"183000","area":"667"} , +{"type":"Feature","id":"n6860789063","geometry":{"type":"Point","coordinates":[0.1006338,51.4851027]},"properties":{"@type":"node","@id":6860789063,"@timestamp":1570549750},"coords":"51.4851027,0.1006338","bedrooms":"4","price":"257000","area":"397"} , +{"type":"Feature","id":"n6860995416","geometry":{"type":"Point","coordinates":[-0.1759515,51.5167439]},"properties":{"@type":"node","@id":6860995416,"@timestamp":1570556013},"coords":"51.5167439,-0.1759515","bedrooms":"4","price":"281000","area":"659"} , +{"type":"Feature","id":"n6861249447","geometry":{"type":"Point","coordinates":[-0.8405998,51.4518945]},"properties":{"@type":"node","@id":6861249447,"@timestamp":1570562249},"coords":"51.4518945,-0.8405998","bedrooms":"1","price":"263000","area":"663"} , +{"type":"Feature","id":"n6861917048","geometry":{"type":"Point","coordinates":[-0.3421528,51.7430306]},"properties":{"@type":"node","@id":6861917048,"@timestamp":1570585681},"coords":"51.7430306,-0.3421528","bedrooms":"0","price":"283000","area":"615"} , +{"type":"Feature","id":"n6861917059","geometry":{"type":"Point","coordinates":[-0.3381668,51.7419244]},"properties":{"@type":"node","@id":6861917059,"@timestamp":1590937811},"coords":"51.7419244,-0.3381668","bedrooms":"4","price":"171000","area":"456"} , +{"type":"Feature","id":"n6862695970","geometry":{"type":"Point","coordinates":[-0.2918363,51.4740397]},"properties":{"@type":"node","@id":6862695970,"@timestamp":1570609596},"coords":"51.4740397,-0.2918363","bedrooms":"4","price":"225000","area":"443"} , +{"type":"Feature","id":"n6863550511","geometry":{"type":"Point","coordinates":[-0.111879,51.5136839]},"properties":{"@type":"node","@id":6863550511,"@timestamp":1570625632},"coords":"51.5136839,-0.111879","bedrooms":"0","price":"254000","area":"551"} , +{"type":"Feature","id":"n6864050695","geometry":{"type":"Point","coordinates":[-0.1177007,51.4684104]},"properties":{"@type":"node","@id":6864050695,"@timestamp":1570634219},"coords":"51.4684104,-0.1177007","bedrooms":"3","price":"198000","area":"485"} , +{"type":"Feature","id":"n6864590351","geometry":{"type":"Point","coordinates":[-0.8817832,51.4414151]},"properties":{"@type":"node","@id":6864590351,"@timestamp":1570646601},"coords":"51.4414151,-0.8817832","bedrooms":"2","price":"273000","area":"478"} , +{"type":"Feature","id":"n6864664892","geometry":{"type":"Point","coordinates":[-0.1054122,51.4603933]},"properties":{"@type":"node","@id":6864664892,"@timestamp":1589724711},"coords":"51.4603933,-0.1054122","bedrooms":"2","price":"152000","area":"544"} , +{"type":"Feature","id":"n6865012599","geometry":{"type":"Point","coordinates":[-0.2256414,51.4155678]},"properties":{"@type":"node","@id":6865012599,"@timestamp":1570917778},"coords":"51.4155678,-0.2256414","bedrooms":"4","price":"259000","area":"628"} , +{"type":"Feature","id":"n6865012645","geometry":{"type":"Point","coordinates":[-0.2255091,51.4175031]},"properties":{"@type":"node","@id":6865012645,"@timestamp":1570917778},"coords":"51.4175031,-0.2255091","bedrooms":"3","price":"223000","area":"528"} , +{"type":"Feature","id":"n6865088843","geometry":{"type":"Point","coordinates":[-0.2253224,51.4165575]},"properties":{"@type":"node","@id":6865088843,"@timestamp":1570917778},"coords":"51.4165575,-0.2253224","bedrooms":"4","price":"239000","area":"534"} , +{"type":"Feature","id":"n6865198855","geometry":{"type":"Point","coordinates":[-0.2078471,51.4734407]},"properties":{"@type":"node","@id":6865198855,"@timestamp":1580917048},"coords":"51.4734407,-0.2078471","bedrooms":"3","price":"218000","area":"482"} , +{"type":"Feature","id":"n6865223544","geometry":{"type":"Point","coordinates":[-0.1891674,51.4773128]},"properties":{"@type":"node","@id":6865223544,"@timestamp":1580917049},"coords":"51.4773128,-0.1891674","bedrooms":"3","price":"219000","area":"541"} , +{"type":"Feature","id":"n6865232737","geometry":{"type":"Point","coordinates":[-0.1191963,51.4687234]},"properties":{"@type":"node","@id":6865232737,"@timestamp":1570670637},"coords":"51.4687234,-0.1191963","bedrooms":"1","price":"201000","area":"415"} , +{"type":"Feature","id":"n6865352496","geometry":{"type":"Point","coordinates":[-0.1138461,51.6126802]},"properties":{"@type":"node","@id":6865352496,"@timestamp":1629600911},"coords":"51.6126802,-0.1138461","bedrooms":"0","price":"227000","area":"676"} , +{"type":"Feature","id":"n6865875495","geometry":{"type":"Point","coordinates":[-0.1354547,51.0569551]},"properties":{"@type":"node","@id":6865875495,"@timestamp":1570901205},"coords":"51.0569551,-0.1354547","bedrooms":"3","price":"294000","area":"483"} , +{"type":"Feature","id":"n6866064031","geometry":{"type":"Point","coordinates":[0.5157702,51.3945554]},"properties":{"@type":"node","@id":6866064031,"@timestamp":1570698848},"coords":"51.3945554,0.5157702","bedrooms":"3","price":"282000","area":"518"} , +{"type":"Feature","id":"n6866246397","geometry":{"type":"Point","coordinates":[-1.0047496,51.9332884]},"properties":{"@type":"node","@id":6866246397,"@timestamp":1570702095},"coords":"51.9332884,-1.0047496","bedrooms":"3","price":"279000","area":"460"} , +{"type":"Feature","id":"n6866516249","geometry":{"type":"Point","coordinates":[-0.111147,51.5181667]},"properties":{"@type":"node","@id":6866516249,"@timestamp":1631111772},"coords":"51.5181667,-0.111147","bedrooms":"1","price":"190000","area":"556"} , +{"type":"Feature","id":"n6866779816","geometry":{"type":"Point","coordinates":[-0.0787341,51.5214746]},"properties":{"@type":"node","@id":6866779816,"@timestamp":1570711880},"coords":"51.5214746,-0.0787341","bedrooms":"0","price":"179000","area":"381"} , +{"type":"Feature","id":"n6867146412","geometry":{"type":"Point","coordinates":[-0.1400376,51.5549595]},"properties":{"@type":"node","@id":6867146412,"@timestamp":1570716556},"coords":"51.5549595,-0.1400376","bedrooms":"2","price":"268000","area":"486"} , +{"type":"Feature","id":"n6867586388","geometry":{"type":"Point","coordinates":[-0.078478,51.5094685]},"properties":{"@type":"node","@id":6867586388,"@timestamp":1570725002},"coords":"51.5094685,-0.078478","bedrooms":"3","price":"224000","area":"424"} , +{"type":"Feature","id":"n6867926573","geometry":{"type":"Point","coordinates":[-0.1304494,51.5168978]},"properties":{"@type":"node","@id":6867926573,"@timestamp":1570732180},"coords":"51.5168978,-0.1304494","bedrooms":"0","price":"251000","area":"393"} , +{"type":"Feature","id":"n6868070689","geometry":{"type":"Point","coordinates":[-0.2181416,51.5114929]},"properties":{"@type":"node","@id":6868070689,"@timestamp":1580917056},"coords":"51.5114929,-0.2181416","bedrooms":"1","price":"275000","area":"481"} , +{"type":"Feature","id":"n6868162440","geometry":{"type":"Point","coordinates":[0.0435348,51.698022]},"properties":{"@type":"node","@id":6868162440,"@timestamp":1570738151},"coords":"51.698022,0.0435348","bedrooms":"3","price":"163000","area":"463"} , +{"type":"Feature","id":"n6868193586","geometry":{"type":"Point","coordinates":[-0.2009555,51.5178548]},"properties":{"@type":"node","@id":6868193586,"@timestamp":1631729545},"coords":"51.5178548,-0.2009555","bedrooms":"0","price":"194000","area":"462"} , +{"type":"Feature","id":"n6868561620","geometry":{"type":"Point","coordinates":[0.8034448,51.330511]},"properties":{"@type":"node","@id":6868561620,"@timestamp":1570752406},"coords":"51.330511,0.8034448","bedrooms":"0","price":"213000","area":"595"} , +{"type":"Feature","id":"n6868633367","geometry":{"type":"Point","coordinates":[-0.0389306,51.5128528]},"properties":{"@type":"node","@id":6868633367,"@timestamp":1626700682},"coords":"51.5128528,-0.0389306","bedrooms":"4","price":"262000","area":"638"} , +{"type":"Feature","id":"n6868748557","geometry":{"type":"Point","coordinates":[-0.0347907,51.5184031]},"properties":{"@type":"node","@id":6868748557,"@timestamp":1570764520},"coords":"51.5184031,-0.0347907","bedrooms":"0","price":"268000","area":"475"} , +{"type":"Feature","id":"n6869198060","geometry":{"type":"Point","coordinates":[-0.1336605,51.0566956]},"properties":{"@type":"node","@id":6869198060,"@timestamp":1570779803},"coords":"51.0566956,-0.1336605","bedrooms":"3","price":"170000","area":"585"} , +{"type":"Feature","id":"n6869224363","geometry":{"type":"Point","coordinates":[-0.334624,51.2280975]},"properties":{"@type":"node","@id":6869224363,"@timestamp":1570780113},"coords":"51.2280975,-0.334624","bedrooms":"4","price":"281000","area":"622"} , +{"type":"Feature","id":"n6869224373","geometry":{"type":"Point","coordinates":[-0.3347424,51.2295591]},"properties":{"@type":"node","@id":6869224373,"@timestamp":1570780113},"coords":"51.2295591,-0.3347424","bedrooms":"0","price":"182000","area":"656"} , +{"type":"Feature","id":"n6869224383","geometry":{"type":"Point","coordinates":[-0.3346635,51.2300138]},"properties":{"@type":"node","@id":6869224383,"@timestamp":1570780113},"coords":"51.2300138,-0.3346635","bedrooms":"4","price":"255000","area":"595"} , +{"type":"Feature","id":"n6869239793","geometry":{"type":"Point","coordinates":[-0.3342749,51.2302644]},"properties":{"@type":"node","@id":6869239793,"@timestamp":1570780113},"coords":"51.2302644,-0.3342749","bedrooms":"0","price":"206000","area":"385"} , +{"type":"Feature","id":"n6869552321","geometry":{"type":"Point","coordinates":[-0.1369194,51.0555561]},"properties":{"@type":"node","@id":6869552321,"@timestamp":1626558094},"coords":"51.0555561,-0.1369194","bedrooms":"4","price":"214000","area":"620"} , +{"type":"Feature","id":"n6869668074","geometry":{"type":"Point","coordinates":[-1.0151596,51.5493118]},"properties":{"@type":"node","@id":6869668074,"@timestamp":1570791353},"coords":"51.5493118,-1.0151596","bedrooms":"4","price":"233000","area":"642"} , +{"type":"Feature","id":"n6869967508","geometry":{"type":"Point","coordinates":[-0.2182078,51.5334426]},"properties":{"@type":"node","@id":6869967508,"@timestamp":1570794459},"coords":"51.5334426,-0.2182078","bedrooms":"3","price":"274000","area":"565"} , +{"type":"Feature","id":"n6870400336","geometry":{"type":"Point","coordinates":[0.2343196,51.5605159]},"properties":{"@type":"node","@id":6870400336,"@timestamp":1570798311},"coords":"51.5605159,0.2343196","bedrooms":"1","price":"270000","area":"379"} , +{"type":"Feature","id":"n6870973256","geometry":{"type":"Point","coordinates":[-0.0409044,51.4746111]},"properties":{"@type":"node","@id":6870973256,"@timestamp":1572903433},"coords":"51.4746111,-0.0409044","bedrooms":"2","price":"225000","area":"407"} , +{"type":"Feature","id":"n6871047012","geometry":{"type":"Point","coordinates":[0.1378414,50.9899738]},"properties":{"@type":"node","@id":6871047012,"@timestamp":1570804191},"coords":"50.9899738,0.1378414","bedrooms":"4","price":"217000","area":"528"} , +{"type":"Feature","id":"n6871063672","geometry":{"type":"Point","coordinates":[-0.0338083,51.4771757]},"properties":{"@type":"node","@id":6871063672,"@timestamp":1576772193},"coords":"51.4771757,-0.0338083","bedrooms":"2","price":"296000","area":"698"} , +{"type":"Feature","id":"n6871422366","geometry":{"type":"Point","coordinates":[-0.0972183,51.5160318]},"properties":{"@type":"node","@id":6871422366,"@timestamp":1624742423},"coords":"51.5160318,-0.0972183","bedrooms":"4","price":"297000","area":"532"} , +{"type":"Feature","id":"n6871649196","geometry":{"type":"Point","coordinates":[-0.3254087,51.233933]},"properties":{"@type":"node","@id":6871649196,"@timestamp":1570815273},"coords":"51.233933,-0.3254087","bedrooms":"4","price":"240000","area":"615"} , +{"type":"Feature","id":"n6871772943","geometry":{"type":"Point","coordinates":[-0.0650846,51.5238996]},"properties":{"@type":"node","@id":6871772943,"@timestamp":1580917067},"coords":"51.5238996,-0.0650846","bedrooms":"4","price":"217000","area":"683"} , +{"type":"Feature","id":"n6872139486","geometry":{"type":"Point","coordinates":[-0.8630357,51.1079318]},"properties":{"@type":"node","@id":6872139486,"@timestamp":1570829293},"coords":"51.1079318,-0.8630357","bedrooms":"4","price":"174000","area":"426"} , +{"type":"Feature","id":"n6872439025","geometry":{"type":"Point","coordinates":[-0.129485,51.5636305]},"properties":{"@type":"node","@id":6872439025,"@timestamp":1570842749},"coords":"51.5636305,-0.129485","bedrooms":"3","price":"179000","area":"582"} , +{"type":"Feature","id":"n6872609322","geometry":{"type":"Point","coordinates":[-0.1694345,51.5189403]},"properties":{"@type":"node","@id":6872609322,"@timestamp":1570858509},"coords":"51.5189403,-0.1694345","bedrooms":"4","price":"163000","area":"461"} , +{"type":"Feature","id":"n6873074869","geometry":{"type":"Point","coordinates":[-0.0101556,51.4875251]},"properties":{"@type":"node","@id":6873074869,"@timestamp":1627833630},"coords":"51.4875251,-0.0101556","bedrooms":"2","price":"200000","area":"359"} , +{"type":"Feature","id":"n6873607749","geometry":{"type":"Point","coordinates":[-0.2351599,51.7604271]},"properties":{"@type":"node","@id":6873607749,"@timestamp":1570899164},"coords":"51.7604271,-0.2351599","bedrooms":"2","price":"171000","area":"499"} , +{"type":"Feature","id":"n6873711108","geometry":{"type":"Point","coordinates":[-0.1684813,51.5186577]},"properties":{"@type":"node","@id":6873711108,"@timestamp":1570901756},"coords":"51.5186577,-0.1684813","bedrooms":"3","price":"188000","area":"419"} , +{"type":"Feature","id":"n6873786679","geometry":{"type":"Point","coordinates":[-0.1344814,51.058705]},"properties":{"@type":"node","@id":6873786679,"@timestamp":1570903811},"coords":"51.058705,-0.1344814","bedrooms":"2","price":"171000","area":"682"} , +{"type":"Feature","id":"n6874036010","geometry":{"type":"Point","coordinates":[-0.117175,51.5712624]},"properties":{"@type":"node","@id":6874036010,"@timestamp":1570907758},"coords":"51.5712624,-0.117175","bedrooms":"2","price":"235000","area":"592"} , +{"type":"Feature","id":"n6874102825","geometry":{"type":"Point","coordinates":[-0.9094904,51.4444839]},"properties":{"@type":"node","@id":6874102825,"@timestamp":1570909228},"coords":"51.4444839,-0.9094904","bedrooms":"1","price":"180000","area":"588"} , +{"type":"Feature","id":"n6874355898","geometry":{"type":"Point","coordinates":[-0.2175432,51.4145081]},"properties":{"@type":"node","@id":6874355898,"@timestamp":1571935906},"coords":"51.4145081,-0.2175432","bedrooms":"0","price":"245000","area":"465"} , +{"type":"Feature","id":"n6874357405","geometry":{"type":"Point","coordinates":[-0.2206585,51.4141199]},"properties":{"@type":"node","@id":6874357405,"@timestamp":1570921533},"coords":"51.4141199,-0.2206585","bedrooms":"2","price":"178000","area":"653"} , +{"type":"Feature","id":"n6874959357","geometry":{"type":"Point","coordinates":[-0.5361846,51.5344764]},"properties":{"@type":"node","@id":6874959357,"@timestamp":1570955438},"coords":"51.5344764,-0.5361846","bedrooms":"3","price":"209000","area":"530"} , +{"type":"Feature","id":"n6875395368","geometry":{"type":"Point","coordinates":[-0.1725256,51.4972635]},"properties":{"@type":"node","@id":6875395368,"@timestamp":1570975147},"coords":"51.4972635,-0.1725256","bedrooms":"1","price":"182000","area":"363"} , +{"type":"Feature","id":"n6875549296","geometry":{"type":"Point","coordinates":[-0.2818644,51.3917673]},"properties":{"@type":"node","@id":6875549296,"@timestamp":1600032935},"coords":"51.3917673,-0.2818644","bedrooms":"2","price":"211000","area":"350"} , +{"type":"Feature","id":"n6875673636","geometry":{"type":"Point","coordinates":[0.0977722,50.9747734]},"properties":{"@type":"node","@id":6875673636,"@timestamp":1632396713},"coords":"50.9747734,0.0977722","bedrooms":"1","price":"203000","area":"523"} , +{"type":"Feature","id":"n6875761531","geometry":{"type":"Point","coordinates":[-0.0970151,51.51519]},"properties":{"@type":"node","@id":6875761531,"@timestamp":1628937869},"coords":"51.51519,-0.0970151","bedrooms":"4","price":"206000","area":"529"} , +{"type":"Feature","id":"n6875894596","geometry":{"type":"Point","coordinates":[-0.0291851,51.4477053]},"properties":{"@type":"node","@id":6875894596,"@timestamp":1570986348},"coords":"51.4477053,-0.0291851","bedrooms":"0","price":"199000","area":"490"} , +{"type":"Feature","id":"n6875908609","geometry":{"type":"Point","coordinates":[-0.1832813,51.4949086]},"properties":{"@type":"node","@id":6875908609,"@timestamp":1598328514},"coords":"51.4949086,-0.1832813","bedrooms":"3","price":"179000","area":"623"} , +{"type":"Feature","id":"n6875908619","geometry":{"type":"Point","coordinates":[-0.1888142,51.4947724]},"properties":{"@type":"node","@id":6875908619,"@timestamp":1570987098},"coords":"51.4947724,-0.1888142","bedrooms":"4","price":"192000","area":"505"} , +{"type":"Feature","id":"n6875908641","geometry":{"type":"Point","coordinates":[-0.1885407,51.4946115]},"properties":{"@type":"node","@id":6875908641,"@timestamp":1625772804},"coords":"51.4946115,-0.1885407","bedrooms":"0","price":"183000","area":"577"} , +{"type":"Feature","id":"n6875919185","geometry":{"type":"Point","coordinates":[-0.1586677,51.4820085]},"properties":{"@type":"node","@id":6875919185,"@timestamp":1575307537},"coords":"51.4820085,-0.1586677","bedrooms":"4","price":"283000","area":"686"} , +{"type":"Feature","id":"n6876093491","geometry":{"type":"Point","coordinates":[-0.9156361,51.4454911]},"properties":{"@type":"node","@id":6876093491,"@timestamp":1570994204},"coords":"51.4454911,-0.9156361","bedrooms":"4","price":"273000","area":"520"} , +{"type":"Feature","id":"n6876122586","geometry":{"type":"Point","coordinates":[-0.0970638,51.4911587]},"properties":{"@type":"node","@id":6876122586,"@timestamp":1580917068},"coords":"51.4911587,-0.0970638","bedrooms":"3","price":"260000","area":"568"} , +{"type":"Feature","id":"n6876290049","geometry":{"type":"Point","coordinates":[0.0197907,51.4903117]},"properties":{"@type":"node","@id":6876290049,"@timestamp":1588588927},"coords":"51.4903117,0.0197907","bedrooms":"4","price":"211000","area":"561"} , +{"type":"Feature","id":"n6877055110","geometry":{"type":"Point","coordinates":[0.2261108,51.4970356]},"properties":{"@type":"node","@id":6877055110,"@timestamp":1571032696},"coords":"51.4970356,0.2261108","bedrooms":"2","price":"213000","area":"674"} , +{"type":"Feature","id":"n6877177706","geometry":{"type":"Point","coordinates":[-0.9740723,51.4592783]},"properties":{"@type":"node","@id":6877177706,"@timestamp":1571036505},"coords":"51.4592783,-0.9740723","bedrooms":"1","price":"293000","area":"454"} , +{"type":"Feature","id":"n6877400137","geometry":{"type":"Point","coordinates":[-0.1848928,51.4808273]},"properties":{"@type":"node","@id":6877400137,"@timestamp":1571042033},"coords":"51.4808273,-0.1848928","bedrooms":"0","price":"213000","area":"430"} , +{"type":"Feature","id":"n6877543092","geometry":{"type":"Point","coordinates":[-0.1508853,51.4961001]},"properties":{"@type":"node","@id":6877543092,"@timestamp":1571044530},"coords":"51.4961001,-0.1508853","bedrooms":"3","price":"175000","area":"622"} , +{"type":"Feature","id":"n6877543102","geometry":{"type":"Point","coordinates":[-0.1518669,51.4961234]},"properties":{"@type":"node","@id":6877543102,"@timestamp":1571044530},"coords":"51.4961234,-0.1518669","bedrooms":"2","price":"166000","area":"351"} , +{"type":"Feature","id":"n6877559413","geometry":{"type":"Point","coordinates":[-0.1494366,51.4968818]},"properties":{"@type":"node","@id":6877559413,"@timestamp":1571045321},"coords":"51.4968818,-0.1494366","bedrooms":"1","price":"220000","area":"383"} , +{"type":"Feature","id":"n6877583855","geometry":{"type":"Point","coordinates":[-0.1484795,51.4998823]},"properties":{"@type":"node","@id":6877583855,"@timestamp":1629401723},"coords":"51.4998823,-0.1484795","bedrooms":"1","price":"257000","area":"381"} , +{"type":"Feature","id":"n6877640739","geometry":{"type":"Point","coordinates":[-0.128912,51.5219861]},"properties":{"@type":"node","@id":6877640739,"@timestamp":1605983068},"coords":"51.5219861,-0.128912","bedrooms":"3","price":"181000","area":"400"} , +{"type":"Feature","id":"n6877718277","geometry":{"type":"Point","coordinates":[-0.0610132,51.304862]},"properties":{"@type":"node","@id":6877718277,"@timestamp":1571050011},"coords":"51.304862,-0.0610132","bedrooms":"0","price":"160000","area":"570"} , +{"type":"Feature","id":"n6878011259","geometry":{"type":"Point","coordinates":[-0.5566749,51.8658766]},"properties":{"@type":"node","@id":6878011259,"@timestamp":1571054775},"coords":"51.8658766,-0.5566749","bedrooms":"0","price":"203000","area":"666"} , +{"type":"Feature","id":"n6878322333","geometry":{"type":"Point","coordinates":[-0.4819285,51.5205486]},"properties":{"@type":"node","@id":6878322333,"@timestamp":1571060721},"coords":"51.5205486,-0.4819285","bedrooms":"2","price":"178000","area":"526"} , +{"type":"Feature","id":"n6878708124","geometry":{"type":"Point","coordinates":[-0.2466881,51.7700073]},"properties":{"@type":"node","@id":6878708124,"@timestamp":1571066412},"coords":"51.7700073,-0.2466881","bedrooms":"1","price":"232000","area":"486"} , +{"type":"Feature","id":"n6879135103","geometry":{"type":"Point","coordinates":[-0.2071532,51.496195]},"properties":{"@type":"node","@id":6879135103,"@timestamp":1571073416},"coords":"51.496195,-0.2071532","bedrooms":"1","price":"199000","area":"497"} , +{"type":"Feature","id":"n6879282796","geometry":{"type":"Point","coordinates":[-0.1617841,51.406425]},"properties":{"@type":"node","@id":6879282796,"@timestamp":1571075555},"coords":"51.406425,-0.1617841","bedrooms":"4","price":"172000","area":"389"} , +{"type":"Feature","id":"n6879498531","geometry":{"type":"Point","coordinates":[-0.8844696,51.4506493]},"properties":{"@type":"node","@id":6879498531,"@timestamp":1571079810},"coords":"51.4506493,-0.8844696","bedrooms":"3","price":"289000","area":"511"} , +{"type":"Feature","id":"n6879573904","geometry":{"type":"Point","coordinates":[-0.8981811,51.4495658]},"properties":{"@type":"node","@id":6879573904,"@timestamp":1571081749},"coords":"51.4495658,-0.8981811","bedrooms":"4","price":"259000","area":"504"} , +{"type":"Feature","id":"n6879652869","geometry":{"type":"Point","coordinates":[-0.0880442,51.5759121]},"properties":{"@type":"node","@id":6879652869,"@timestamp":1571083461},"coords":"51.5759121,-0.0880442","bedrooms":"0","price":"176000","area":"618"} , +{"type":"Feature","id":"n6879695033","geometry":{"type":"Point","coordinates":[-0.8829172,51.5017346]},"properties":{"@type":"node","@id":6879695033,"@timestamp":1571084128},"coords":"51.5017346,-0.8829172","bedrooms":"4","price":"255000","area":"679"} , +{"type":"Feature","id":"n6879695074","geometry":{"type":"Point","coordinates":[-0.9537298,51.4561655]},"properties":{"@type":"node","@id":6879695074,"@timestamp":1571084128},"coords":"51.4561655,-0.9537298","bedrooms":"4","price":"271000","area":"580"} , +{"type":"Feature","id":"n6879710487","geometry":{"type":"Point","coordinates":[-0.9565451,51.4554366]},"properties":{"@type":"node","@id":6879710487,"@timestamp":1571084128},"coords":"51.4554366,-0.9565451","bedrooms":"4","price":"297000","area":"694"} , +{"type":"Feature","id":"n6879710500","geometry":{"type":"Point","coordinates":[-0.9595398,51.4547431]},"properties":{"@type":"node","@id":6879710500,"@timestamp":1617749005},"coords":"51.4547431,-0.9595398","bedrooms":"3","price":"182000","area":"630"} , +{"type":"Feature","id":"n6879710515","geometry":{"type":"Point","coordinates":[-0.9665501,51.4540859]},"properties":{"@type":"node","@id":6879710515,"@timestamp":1571084128},"coords":"51.4540859,-0.9665501","bedrooms":"2","price":"210000","area":"356"} , +{"type":"Feature","id":"n6879897667","geometry":{"type":"Point","coordinates":[-0.2201508,51.4135665]},"properties":{"@type":"node","@id":6879897667,"@timestamp":1571091835},"coords":"51.4135665,-0.2201508","bedrooms":"2","price":"297000","area":"588"} , +{"type":"Feature","id":"n6879975309","geometry":{"type":"Point","coordinates":[-0.2400792,51.4043988]},"properties":{"@type":"node","@id":6879975309,"@timestamp":1571095337},"coords":"51.4043988,-0.2400792","bedrooms":"2","price":"160000","area":"697"} , +{"type":"Feature","id":"n6880086567","geometry":{"type":"Point","coordinates":[-0.0967847,51.4991973]},"properties":{"@type":"node","@id":6880086567,"@timestamp":1614542307},"coords":"51.4991973,-0.0967847","bedrooms":"2","price":"165000","area":"432"} , +{"type":"Feature","id":"n6880400377","geometry":{"type":"Point","coordinates":[-0.4446645,51.4541104]},"properties":{"@type":"node","@id":6880400377,"@timestamp":1571112440},"coords":"51.4541104,-0.4446645","bedrooms":"0","price":"284000","area":"654"} , +{"type":"Feature","id":"n6880546167","geometry":{"type":"Point","coordinates":[-0.1710292,51.5180338]},"properties":{"@type":"node","@id":6880546167,"@timestamp":1571119547},"coords":"51.5180338,-0.1710292","bedrooms":"3","price":"210000","area":"691"} , +{"type":"Feature","id":"n6880982676","geometry":{"type":"Point","coordinates":[-0.3884657,51.4407862]},"properties":{"@type":"node","@id":6880982676,"@timestamp":1572104265},"coords":"51.4407862,-0.3884657","bedrooms":"3","price":"209000","area":"379"} , +{"type":"Feature","id":"n6880988701","geometry":{"type":"Point","coordinates":[-0.8023973,51.213707]},"properties":{"@type":"node","@id":6880988701,"@timestamp":1571129320},"coords":"51.213707,-0.8023973","bedrooms":"4","price":"211000","area":"550"} , +{"type":"Feature","id":"n6881193071","geometry":{"type":"Point","coordinates":[0.5259277,51.3825326]},"properties":{"@type":"node","@id":6881193071,"@timestamp":1571134364},"coords":"51.3825326,0.5259277","bedrooms":"1","price":"226000","area":"569"} , +{"type":"Feature","id":"n6881290823","geometry":{"type":"Point","coordinates":[-0.0711211,51.2957572]},"properties":{"@type":"node","@id":6881290823,"@timestamp":1571137502},"coords":"51.2957572,-0.0711211","bedrooms":"0","price":"187000","area":"676"} , +{"type":"Feature","id":"n6881637862","geometry":{"type":"Point","coordinates":[0.5729589,51.3414364]},"properties":{"@type":"node","@id":6881637862,"@timestamp":1621415422},"coords":"51.3414364,0.5729589","bedrooms":"0","price":"214000","area":"591"} , +{"type":"Feature","id":"n6882205770","geometry":{"type":"Point","coordinates":[-0.1484403,51.3130515]},"properties":{"@type":"node","@id":6882205770,"@timestamp":1571151208},"coords":"51.3130515,-0.1484403","bedrooms":"1","price":"260000","area":"680"} , +{"type":"Feature","id":"n6883010522","geometry":{"type":"Point","coordinates":[-0.03662,51.5476573]},"properties":{"@type":"node","@id":6883010522,"@timestamp":1571162847},"coords":"51.5476573,-0.03662","bedrooms":"0","price":"219000","area":"379"} , +{"type":"Feature","id":"n6883218345","geometry":{"type":"Point","coordinates":[-0.7196348,51.32265]},"properties":{"@type":"node","@id":6883218345,"@timestamp":1571167971},"coords":"51.32265,-0.7196348","bedrooms":"0","price":"281000","area":"693"} , +{"type":"Feature","id":"n6883412763","geometry":{"type":"Point","coordinates":[-0.7034813,51.3090244]},"properties":{"@type":"node","@id":6883412763,"@timestamp":1584974348},"coords":"51.3090244,-0.7034813","bedrooms":"0","price":"205000","area":"374"} , +{"type":"Feature","id":"n6883738025","geometry":{"type":"Point","coordinates":[-0.9303345,51.8643774]},"properties":{"@type":"node","@id":6883738025,"@timestamp":1571175912},"coords":"51.8643774,-0.9303345","bedrooms":"3","price":"262000","area":"491"} , +{"type":"Feature","id":"n6883912903","geometry":{"type":"Point","coordinates":[-0.0435919,51.4680627]},"properties":{"@type":"node","@id":6883912903,"@timestamp":1571188113},"coords":"51.4680627,-0.0435919","bedrooms":"0","price":"161000","area":"513"} , +{"type":"Feature","id":"n6884988429","geometry":{"type":"Point","coordinates":[0.2693363,51.6234733]},"properties":{"@type":"node","@id":6884988429,"@timestamp":1571216087},"coords":"51.6234733,0.2693363","bedrooms":"3","price":"215000","area":"641"} , +{"type":"Feature","id":"n6885251889","geometry":{"type":"Point","coordinates":[0.2646109,51.4845372]},"properties":{"@type":"node","@id":6885251889,"@timestamp":1571220872},"coords":"51.4845372,0.2646109","bedrooms":"2","price":"155000","area":"687"} , +{"type":"Feature","id":"n6885807453","geometry":{"type":"Point","coordinates":[-0.0314092,51.5121985]},"properties":{"@type":"node","@id":6885807453,"@timestamp":1571230404},"coords":"51.5121985,-0.0314092","bedrooms":"0","price":"196000","area":"357"} , +{"type":"Feature","id":"n6886019846","geometry":{"type":"Point","coordinates":[-0.0803373,51.5100219]},"properties":{"@type":"node","@id":6886019846,"@timestamp":1571233867},"coords":"51.5100219,-0.0803373","bedrooms":"1","price":"198000","area":"598"} , +{"type":"Feature","id":"n6886278480","geometry":{"type":"Point","coordinates":[-0.1386359,51.5246095]},"properties":{"@type":"node","@id":6886278480,"@timestamp":1571238141},"coords":"51.5246095,-0.1386359","bedrooms":"1","price":"170000","area":"639"} , +{"type":"Feature","id":"n6886286692","geometry":{"type":"Point","coordinates":[-0.1397552,51.5243913]},"properties":{"@type":"node","@id":6886286692,"@timestamp":1571238141},"coords":"51.5243913,-0.1397552","bedrooms":"1","price":"223000","area":"490"} , +{"type":"Feature","id":"n6886484986","geometry":{"type":"Point","coordinates":[-0.2989564,51.4489855]},"properties":{"@type":"node","@id":6886484986,"@timestamp":1629842094},"coords":"51.4489855,-0.2989564","bedrooms":"2","price":"253000","area":"673"} , +{"type":"Feature","id":"n6886657195","geometry":{"type":"Point","coordinates":[-0.1688205,51.4894196]},"properties":{"@type":"node","@id":6886657195,"@timestamp":1610201329},"coords":"51.4894196,-0.1688205","bedrooms":"4","price":"290000","area":"413"} , +{"type":"Feature","id":"n6886662588","geometry":{"type":"Point","coordinates":[-0.1696007,51.48924]},"properties":{"@type":"node","@id":6886662588,"@timestamp":1610201329},"coords":"51.48924,-0.1696007","bedrooms":"3","price":"159000","area":"669"} , +{"type":"Feature","id":"n6886662788","geometry":{"type":"Point","coordinates":[-0.1690822,51.4892528]},"properties":{"@type":"node","@id":6886662788,"@timestamp":1572733162},"coords":"51.4892528,-0.1690822","bedrooms":"2","price":"161000","area":"443"} , +{"type":"Feature","id":"n6886662886","geometry":{"type":"Point","coordinates":[-0.1692649,51.4894785]},"properties":{"@type":"node","@id":6886662886,"@timestamp":1610201329},"coords":"51.4894785,-0.1692649","bedrooms":"4","price":"294000","area":"459"} , +{"type":"Feature","id":"n6886662896","geometry":{"type":"Point","coordinates":[-0.1697567,51.4902052]},"properties":{"@type":"node","@id":6886662896,"@timestamp":1591375047},"coords":"51.4902052,-0.1697567","bedrooms":"3","price":"205000","area":"641"} , +{"type":"Feature","id":"n6887100224","geometry":{"type":"Point","coordinates":[-0.0547788,51.5009107]},"properties":{"@type":"node","@id":6887100224,"@timestamp":1571257783},"coords":"51.5009107,-0.0547788","bedrooms":"4","price":"256000","area":"533"} , +{"type":"Feature","id":"n6887965387","geometry":{"type":"Point","coordinates":[-0.9543075,51.6313946]},"properties":{"@type":"node","@id":6887965387,"@timestamp":1571293574},"coords":"51.6313946,-0.9543075","bedrooms":"0","price":"233000","area":"654"} , +{"type":"Feature","id":"n6888301443","geometry":{"type":"Point","coordinates":[-0.29063,51.4738171]},"properties":{"@type":"node","@id":6888301443,"@timestamp":1571300833},"coords":"51.4738171,-0.29063","bedrooms":"4","price":"224000","area":"406"} , +{"type":"Feature","id":"n6888984356","geometry":{"type":"Point","coordinates":[0.3432273,51.2142551]},"properties":{"@type":"node","@id":6888984356,"@timestamp":1571310339},"coords":"51.2142551,0.3432273","bedrooms":"0","price":"228000","area":"595"} , +{"type":"Feature","id":"n6892126921","geometry":{"type":"Point","coordinates":[0.8590564,51.8716099]},"properties":{"@type":"node","@id":6892126921,"@timestamp":1571316008},"coords":"51.8716099,0.8590564","bedrooms":"2","price":"259000","area":"442"} , +{"type":"Feature","id":"n6892720976","geometry":{"type":"Point","coordinates":[0.4530133,51.374323]},"properties":{"@type":"node","@id":6892720976,"@timestamp":1571321451},"coords":"51.374323,0.4530133","bedrooms":"4","price":"278000","area":"363"} , +{"type":"Feature","id":"n6892996976","geometry":{"type":"Point","coordinates":[-0.1318647,51.5461745]},"properties":{"@type":"node","@id":6892996976,"@timestamp":1571326155},"coords":"51.5461745,-0.1318647","bedrooms":"0","price":"171000","area":"507"} , +{"type":"Feature","id":"n6893245984","geometry":{"type":"Point","coordinates":[0.0008704,51.5406817]},"properties":{"@type":"node","@id":6893245984,"@timestamp":1621184261},"coords":"51.5406817,0.0008704","bedrooms":"3","price":"236000","area":"612"} , +{"type":"Feature","id":"n6893252294","geometry":{"type":"Point","coordinates":[0.0249983,51.5490373]},"properties":{"@type":"node","@id":6893252294,"@timestamp":1626081099},"coords":"51.5490373,0.0249983","bedrooms":"2","price":"277000","area":"509"} , +{"type":"Feature","id":"n6893529332","geometry":{"type":"Point","coordinates":[-0.0579148,51.5583812]},"properties":{"@type":"node","@id":6893529332,"@timestamp":1571338364},"coords":"51.5583812,-0.0579148","bedrooms":"0","price":"282000","area":"362"} , +{"type":"Feature","id":"n6893964286","geometry":{"type":"Point","coordinates":[-0.1428857,51.4966381]},"properties":{"@type":"node","@id":6893964286,"@timestamp":1635527660},"coords":"51.4966381,-0.1428857","bedrooms":"1","price":"163000","area":"631"} , +{"type":"Feature","id":"n6895246538","geometry":{"type":"Point","coordinates":[0.2145209,51.4342178]},"properties":{"@type":"node","@id":6895246538,"@timestamp":1571390672},"coords":"51.4342178,0.2145209","bedrooms":"4","price":"282000","area":"355"} , +{"type":"Feature","id":"n6896028058","geometry":{"type":"Point","coordinates":[-0.8748718,51.1187619]},"properties":{"@type":"node","@id":6896028058,"@timestamp":1575649379},"coords":"51.1187619,-0.8748718","bedrooms":"4","price":"192000","area":"548"} , +{"type":"Feature","id":"n6896615803","geometry":{"type":"Point","coordinates":[0.1881891,51.2852524]},"properties":{"@type":"node","@id":6896615803,"@timestamp":1571422550},"coords":"51.2852524,0.1881891","bedrooms":"2","price":"288000","area":"565"} , +{"type":"Feature","id":"n6896646998","geometry":{"type":"Point","coordinates":[-1.026328,51.4456045]},"properties":{"@type":"node","@id":6896646998,"@timestamp":1571424071},"coords":"51.4456045,-1.026328","bedrooms":"3","price":"163000","area":"452"} , +{"type":"Feature","id":"n6896798504","geometry":{"type":"Point","coordinates":[-0.7779618,51.4033871]},"properties":{"@type":"node","@id":6896798504,"@timestamp":1571428573},"coords":"51.4033871,-0.7779618","bedrooms":"2","price":"272000","area":"544"} , +{"type":"Feature","id":"n6897030333","geometry":{"type":"Point","coordinates":[-0.2180712,51.7682926]},"properties":{"@type":"node","@id":6897030333,"@timestamp":1571437485},"coords":"51.7682926,-0.2180712","bedrooms":"0","price":"230000","area":"696"} , +{"type":"Feature","id":"n6897127393","geometry":{"type":"Point","coordinates":[-0.1345756,51.5272811]},"properties":{"@type":"node","@id":6897127393,"@timestamp":1571446121},"coords":"51.5272811,-0.1345756","bedrooms":"0","price":"254000","area":"369"} , +{"type":"Feature","id":"n6897473422","geometry":{"type":"Point","coordinates":[-0.0736882,51.53046]},"properties":{"@type":"node","@id":6897473422,"@timestamp":1626959589},"coords":"51.53046,-0.0736882","bedrooms":"0","price":"171000","area":"353"} , +{"type":"Feature","id":"n6897582989","geometry":{"type":"Point","coordinates":[0.6007612,51.3416093]},"properties":{"@type":"node","@id":6897582989,"@timestamp":1571472911},"coords":"51.3416093,0.6007612","bedrooms":"4","price":"265000","area":"523"} , +{"type":"Feature","id":"n6897582999","geometry":{"type":"Point","coordinates":[0.6017134,51.3431307]},"properties":{"@type":"node","@id":6897582999,"@timestamp":1571472911},"coords":"51.3431307,0.6017134","bedrooms":"4","price":"204000","area":"603"} , +{"type":"Feature","id":"n6897583009","geometry":{"type":"Point","coordinates":[0.5964777,51.3566396]},"properties":{"@type":"node","@id":6897583009,"@timestamp":1571472911},"coords":"51.3566396,0.5964777","bedrooms":"0","price":"243000","area":"593"} , +{"type":"Feature","id":"n6897583019","geometry":{"type":"Point","coordinates":[0.6206953,51.3628633]},"properties":{"@type":"node","@id":6897583019,"@timestamp":1571472911},"coords":"51.3628633,0.6206953","bedrooms":"1","price":"151000","area":"681"} , +{"type":"Feature","id":"n6897583029","geometry":{"type":"Point","coordinates":[0.5994335,51.3628248]},"properties":{"@type":"node","@id":6897583029,"@timestamp":1609444027},"coords":"51.3628248,0.5994335","bedrooms":"4","price":"256000","area":"453"} , +{"type":"Feature","id":"n6897584188","geometry":{"type":"Point","coordinates":[-0.0734658,51.530054]},"properties":{"@type":"node","@id":6897584188,"@timestamp":1571473212},"coords":"51.530054,-0.0734658","bedrooms":"0","price":"248000","area":"681"} , +{"type":"Feature","id":"n6898227286","geometry":{"type":"Point","coordinates":[-0.1439152,51.4908172]},"properties":{"@type":"node","@id":6898227286,"@timestamp":1571494150},"coords":"51.4908172,-0.1439152","bedrooms":"0","price":"287000","area":"403"} , +{"type":"Feature","id":"n6898227297","geometry":{"type":"Point","coordinates":[-0.128738,51.4916025]},"properties":{"@type":"node","@id":6898227297,"@timestamp":1571494155},"coords":"51.4916025,-0.128738","bedrooms":"2","price":"157000","area":"636"} , +{"type":"Feature","id":"n6898244689","geometry":{"type":"Point","coordinates":[-0.1286546,51.4908911]},"properties":{"@type":"node","@id":6898244689,"@timestamp":1571494154},"coords":"51.4908911,-0.1286546","bedrooms":"2","price":"164000","area":"583"} , +{"type":"Feature","id":"n6898354741","geometry":{"type":"Point","coordinates":[-0.0699123,51.5309168]},"properties":{"@type":"node","@id":6898354741,"@timestamp":1592255774},"coords":"51.5309168,-0.0699123","bedrooms":"0","price":"222000","area":"655"} , +{"type":"Feature","id":"n6898456930","geometry":{"type":"Point","coordinates":[-0.5685256,51.7631148]},"properties":{"@type":"node","@id":6898456930,"@timestamp":1571501693},"coords":"51.7631148,-0.5685256","bedrooms":"3","price":"236000","area":"501"} , +{"type":"Feature","id":"n6898620485","geometry":{"type":"Point","coordinates":[-0.2255364,51.5106092]},"properties":{"@type":"node","@id":6898620485,"@timestamp":1618418246},"coords":"51.5106092,-0.2255364","bedrooms":"3","price":"195000","area":"612"} , +{"type":"Feature","id":"n6898775234","geometry":{"type":"Point","coordinates":[-0.7614649,51.2562404]},"properties":{"@type":"node","@id":6898775234,"@timestamp":1571511964},"coords":"51.2562404,-0.7614649","bedrooms":"4","price":"223000","area":"457"} , +{"type":"Feature","id":"n6899008729","geometry":{"type":"Point","coordinates":[-0.6002318,51.3132031]},"properties":{"@type":"node","@id":6899008729,"@timestamp":1571516930},"coords":"51.3132031,-0.6002318","bedrooms":"0","price":"287000","area":"668"} , +{"type":"Feature","id":"n6899641025","geometry":{"type":"Point","coordinates":[0.5960888,51.358157]},"properties":{"@type":"node","@id":6899641025,"@timestamp":1571555644},"coords":"51.358157,0.5960888","bedrooms":"3","price":"273000","area":"519"} , +{"type":"Feature","id":"n6899905709","geometry":{"type":"Point","coordinates":[-0.8619831,51.3796229]},"properties":{"@type":"node","@id":6899905709,"@timestamp":1571567089},"coords":"51.3796229,-0.8619831","bedrooms":"4","price":"164000","area":"354"} , +{"type":"Feature","id":"n6900051388","geometry":{"type":"Point","coordinates":[-0.1454449,51.5090118]},"properties":{"@type":"node","@id":6900051388,"@timestamp":1571572729},"coords":"51.5090118,-0.1454449","bedrooms":"4","price":"294000","area":"589"} , +{"type":"Feature","id":"n6900063294","geometry":{"type":"Point","coordinates":[-0.1464103,51.5102531]},"properties":{"@type":"node","@id":6900063294,"@timestamp":1571572725},"coords":"51.5102531,-0.1464103","bedrooms":"2","price":"197000","area":"627"} , +{"type":"Feature","id":"n6900063305","geometry":{"type":"Point","coordinates":[-0.1466334,51.5101545]},"properties":{"@type":"node","@id":6900063305,"@timestamp":1571572732},"coords":"51.5101545,-0.1466334","bedrooms":"2","price":"160000","area":"613"} , +{"type":"Feature","id":"n6900087781","geometry":{"type":"Point","coordinates":[-0.1007177,50.9985248]},"properties":{"@type":"node","@id":6900087781,"@timestamp":1571573145},"coords":"50.9985248,-0.1007177","bedrooms":"2","price":"240000","area":"629"} , +{"type":"Feature","id":"n6900092292","geometry":{"type":"Point","coordinates":[-0.1461309,51.5094365]},"properties":{"@type":"node","@id":6900092292,"@timestamp":1571572731},"coords":"51.5094365,-0.1461309","bedrooms":"1","price":"274000","area":"652"} , +{"type":"Feature","id":"n6900092485","geometry":{"type":"Point","coordinates":[-0.1658464,51.4921651]},"properties":{"@type":"node","@id":6900092485,"@timestamp":1604474385},"coords":"51.4921651,-0.1658464","bedrooms":"2","price":"224000","area":"431"} , +{"type":"Feature","id":"n6900180876","geometry":{"type":"Point","coordinates":[-0.0554039,51.5473451]},"properties":{"@type":"node","@id":6900180876,"@timestamp":1571576075},"coords":"51.5473451,-0.0554039","bedrooms":"1","price":"201000","area":"366"} , +{"type":"Feature","id":"n6900244363","geometry":{"type":"Point","coordinates":[-0.0690087,51.5521815]},"properties":{"@type":"node","@id":6900244363,"@timestamp":1571580361},"coords":"51.5521815,-0.0690087","bedrooms":"1","price":"295000","area":"392"} , +{"type":"Feature","id":"n6900372964","geometry":{"type":"Point","coordinates":[-0.1930221,51.5373972]},"properties":{"@type":"node","@id":6900372964,"@timestamp":1585341850},"coords":"51.5373972,-0.1930221","bedrooms":"1","price":"282000","area":"505"} , +{"type":"Feature","id":"n6900664186","geometry":{"type":"Point","coordinates":[-0.1689436,51.5059547]},"properties":{"@type":"node","@id":6900664186,"@timestamp":1630856751},"coords":"51.5059547,-0.1689436","bedrooms":"0","price":"207000","area":"642"} , +{"type":"Feature","id":"n6900874283","geometry":{"type":"Point","coordinates":[-0.9520434,51.440416]},"properties":{"@type":"node","@id":6900874283,"@timestamp":1627751338},"coords":"51.440416,-0.9520434","bedrooms":"3","price":"283000","area":"581"} , +{"type":"Feature","id":"n6901125113","geometry":{"type":"Point","coordinates":[-0.3112709,51.3285902]},"properties":{"@type":"node","@id":6901125113,"@timestamp":1609164562},"coords":"51.3285902,-0.3112709","bedrooms":"4","price":"294000","area":"670"} , +{"type":"Feature","id":"n6901685350","geometry":{"type":"Point","coordinates":[0.7638569,51.9668276]},"properties":{"@type":"node","@id":6901685350,"@timestamp":1571635751},"coords":"51.9668276,0.7638569","bedrooms":"2","price":"162000","area":"413"} , +{"type":"Feature","id":"n6901946429","geometry":{"type":"Point","coordinates":[-0.1097847,51.4589683]},"properties":{"@type":"node","@id":6901946429,"@timestamp":1571644031},"coords":"51.4589683,-0.1097847","bedrooms":"3","price":"230000","area":"422"} , +{"type":"Feature","id":"n6902117211","geometry":{"type":"Point","coordinates":[-0.0723606,51.5302427]},"properties":{"@type":"node","@id":6902117211,"@timestamp":1609766952},"coords":"51.5302427,-0.0723606","bedrooms":"4","price":"273000","area":"629"} , +{"type":"Feature","id":"n6902308481","geometry":{"type":"Point","coordinates":[0.4606553,51.7175421]},"properties":{"@type":"node","@id":6902308481,"@timestamp":1617270400},"coords":"51.7175421,0.4606553","bedrooms":"2","price":"262000","area":"572"} , +{"type":"Feature","id":"n6902412660","geometry":{"type":"Point","coordinates":[-0.2988694,51.4489168]},"properties":{"@type":"node","@id":6902412660,"@timestamp":1629842094},"coords":"51.4489168,-0.2988694","bedrooms":"2","price":"175000","area":"432"} , +{"type":"Feature","id":"n6902519252","geometry":{"type":"Point","coordinates":[0.5917641,51.5203073]},"properties":{"@type":"node","@id":6902519252,"@timestamp":1571657821},"coords":"51.5203073,0.5917641","bedrooms":"4","price":"238000","area":"522"} , +{"type":"Feature","id":"n6902633689","geometry":{"type":"Point","coordinates":[-0.9071713,51.9449027]},"properties":{"@type":"node","@id":6902633689,"@timestamp":1571660680},"coords":"51.9449027,-0.9071713","bedrooms":"1","price":"240000","area":"670"} , +{"type":"Feature","id":"n6902782515","geometry":{"type":"Point","coordinates":[0.6852628,51.9412332]},"properties":{"@type":"node","@id":6902782515,"@timestamp":1590507491},"coords":"51.9412332,0.6852628","bedrooms":"2","price":"276000","area":"699"} , +{"type":"Feature","id":"n6902906505","geometry":{"type":"Point","coordinates":[0.0316321,51.5210812]},"properties":{"@type":"node","@id":6902906505,"@timestamp":1571666450},"coords":"51.5210812,0.0316321","bedrooms":"1","price":"153000","area":"361"} , +{"type":"Feature","id":"n6903209146","geometry":{"type":"Point","coordinates":[0.1600014,51.5626654]},"properties":{"@type":"node","@id":6903209146,"@timestamp":1571672664},"coords":"51.5626654,0.1600014","bedrooms":"1","price":"236000","area":"356"} , +{"type":"Feature","id":"n6903258461","geometry":{"type":"Point","coordinates":[0.118418,51.7691965]},"properties":{"@type":"node","@id":6903258461,"@timestamp":1571673355},"coords":"51.7691965,0.118418","bedrooms":"4","price":"159000","area":"539"} , +{"type":"Feature","id":"n6903263114","geometry":{"type":"Point","coordinates":[0.1187566,51.7692514]},"properties":{"@type":"node","@id":6903263114,"@timestamp":1571673590},"coords":"51.7692514,0.1187566","bedrooms":"1","price":"238000","area":"650"} , +{"type":"Feature","id":"n6903377134","geometry":{"type":"Point","coordinates":[-0.0790583,51.5445103]},"properties":{"@type":"node","@id":6903377134,"@timestamp":1571676081},"coords":"51.5445103,-0.0790583","bedrooms":"2","price":"213000","area":"435"} , +{"type":"Feature","id":"n6903377144","geometry":{"type":"Point","coordinates":[-0.0807846,51.5446926]},"properties":{"@type":"node","@id":6903377144,"@timestamp":1571676081},"coords":"51.5446926,-0.0807846","bedrooms":"3","price":"259000","area":"461"} , +{"type":"Feature","id":"n6903377154","geometry":{"type":"Point","coordinates":[-0.0825938,51.5448457]},"properties":{"@type":"node","@id":6903377154,"@timestamp":1571676081},"coords":"51.5448457,-0.0825938","bedrooms":"1","price":"238000","area":"406"} , +{"type":"Feature","id":"n6903604224","geometry":{"type":"Point","coordinates":[-0.1756578,51.5154533]},"properties":{"@type":"node","@id":6903604224,"@timestamp":1619886454},"coords":"51.5154533,-0.1756578","bedrooms":"1","price":"267000","area":"686"} , +{"type":"Feature","id":"n6903652694","geometry":{"type":"Point","coordinates":[-0.7396711,51.3888262]},"properties":{"@type":"node","@id":6903652694,"@timestamp":1571682783},"coords":"51.3888262,-0.7396711","bedrooms":"0","price":"227000","area":"575"} , +{"type":"Feature","id":"n6903693747","geometry":{"type":"Point","coordinates":[-1.0304093,51.4529624]},"properties":{"@type":"node","@id":6903693747,"@timestamp":1571685966},"coords":"51.4529624,-1.0304093","bedrooms":"4","price":"295000","area":"367"} , +{"type":"Feature","id":"n6903791524","geometry":{"type":"Point","coordinates":[-0.7677336,51.3937358]},"properties":{"@type":"node","@id":6903791524,"@timestamp":1571687314},"coords":"51.3937358,-0.7677336","bedrooms":"2","price":"297000","area":"558"} , +{"type":"Feature","id":"n6903799642","geometry":{"type":"Point","coordinates":[0.0041234,51.54979]},"properties":{"@type":"node","@id":6903799642,"@timestamp":1617014935},"coords":"51.54979,0.0041234","bedrooms":"2","price":"290000","area":"586"} , +{"type":"Feature","id":"n6903858765","geometry":{"type":"Point","coordinates":[-0.7539111,51.632101]},"properties":{"@type":"node","@id":6903858765,"@timestamp":1571690174},"coords":"51.632101,-0.7539111","bedrooms":"2","price":"151000","area":"356"} , +{"type":"Feature","id":"n6903983290","geometry":{"type":"Point","coordinates":[-0.1723171,51.4674549]},"properties":{"@type":"node","@id":6903983290,"@timestamp":1580917076},"coords":"51.4674549,-0.1723171","bedrooms":"2","price":"151000","area":"462"} , +{"type":"Feature","id":"n6903983300","geometry":{"type":"Point","coordinates":[-0.1192978,51.5311275]},"properties":{"@type":"node","@id":6903983300,"@timestamp":1580917079},"coords":"51.5311275,-0.1192978","bedrooms":"4","price":"196000","area":"415"} , +{"type":"Feature","id":"n6903984589","geometry":{"type":"Point","coordinates":[-0.169821,51.4666]},"properties":{"@type":"node","@id":6903984589,"@timestamp":1580917083},"coords":"51.4666,-0.169821","bedrooms":"3","price":"214000","area":"385"} , +{"type":"Feature","id":"n6903992910","geometry":{"type":"Point","coordinates":[0.2006162,51.5209369]},"properties":{"@type":"node","@id":6903992910,"@timestamp":1612164345},"coords":"51.5209369,0.2006162","bedrooms":"0","price":"232000","area":"475"} , +{"type":"Feature","id":"n6904050633","geometry":{"type":"Point","coordinates":[-0.0748844,51.4799815]},"properties":{"@type":"node","@id":6904050633,"@timestamp":1571697515},"coords":"51.4799815,-0.0748844","bedrooms":"1","price":"155000","area":"446"} , +{"type":"Feature","id":"n6904050645","geometry":{"type":"Point","coordinates":[-0.0747574,51.4800576]},"properties":{"@type":"node","@id":6904050645,"@timestamp":1571697515},"coords":"51.4800576,-0.0747574","bedrooms":"2","price":"267000","area":"679"} , +{"type":"Feature","id":"n6904050655","geometry":{"type":"Point","coordinates":[-0.0742516,51.4797296]},"properties":{"@type":"node","@id":6904050655,"@timestamp":1571697515},"coords":"51.4797296,-0.0742516","bedrooms":"4","price":"159000","area":"589"} , +{"type":"Feature","id":"n6904058089","geometry":{"type":"Point","coordinates":[-0.0742233,51.4790388]},"properties":{"@type":"node","@id":6904058089,"@timestamp":1571697515},"coords":"51.4790388,-0.0742233","bedrooms":"4","price":"251000","area":"583"} , +{"type":"Feature","id":"n6904058114","geometry":{"type":"Point","coordinates":[-0.0725403,51.4795131]},"properties":{"@type":"node","@id":6904058114,"@timestamp":1571697515},"coords":"51.4795131,-0.0725403","bedrooms":"1","price":"180000","area":"498"} , +{"type":"Feature","id":"n6904082871","geometry":{"type":"Point","coordinates":[0.2150106,51.5296919]},"properties":{"@type":"node","@id":6904082871,"@timestamp":1571698894},"coords":"51.5296919,0.2150106","bedrooms":"3","price":"190000","area":"512"} , +{"type":"Feature","id":"n6904101589","geometry":{"type":"Point","coordinates":[-0.9461375,51.2681463]},"properties":{"@type":"node","@id":6904101589,"@timestamp":1571701784},"coords":"51.2681463,-0.9461375","bedrooms":"0","price":"177000","area":"356"} , +{"type":"Feature","id":"n6904455844","geometry":{"type":"Point","coordinates":[0.4340103,51.3204822]},"properties":{"@type":"node","@id":6904455844,"@timestamp":1571715909},"coords":"51.3204822,0.4340103","bedrooms":"4","price":"198000","area":"429"} , +{"type":"Feature","id":"n6904695296","geometry":{"type":"Point","coordinates":[0.0244899,51.4888979]},"properties":{"@type":"node","@id":6904695296,"@timestamp":1571725696},"coords":"51.4888979,0.0244899","bedrooms":"1","price":"257000","area":"540"} , +{"type":"Feature","id":"n6904704040","geometry":{"type":"Point","coordinates":[-0.0056251,51.5481702]},"properties":{"@type":"node","@id":6904704040,"@timestamp":1597939153},"coords":"51.5481702,-0.0056251","bedrooms":"4","price":"169000","area":"394"} , +{"type":"Feature","id":"n6904710279","geometry":{"type":"Point","coordinates":[0.5014723,51.3521216]},"properties":{"@type":"node","@id":6904710279,"@timestamp":1571726854},"coords":"51.3521216,0.5014723","bedrooms":"1","price":"155000","area":"610"} , +{"type":"Feature","id":"n6904788166","geometry":{"type":"Point","coordinates":[0.8807087,51.1303165]},"properties":{"@type":"node","@id":6904788166,"@timestamp":1571727972},"coords":"51.1303165,0.8807087","bedrooms":"2","price":"209000","area":"372"} , +{"type":"Feature","id":"n6904788176","geometry":{"type":"Point","coordinates":[0.8923047,51.1376923]},"properties":{"@type":"node","@id":6904788176,"@timestamp":1614162743},"coords":"51.1376923,0.8923047","bedrooms":"0","price":"173000","area":"538"} , +{"type":"Feature","id":"n6904803943","geometry":{"type":"Point","coordinates":[-0.3192373,51.4538167]},"properties":{"@type":"node","@id":6904803943,"@timestamp":1571729198},"coords":"51.4538167,-0.3192373","bedrooms":"3","price":"188000","area":"610"} , +{"type":"Feature","id":"n6904803967","geometry":{"type":"Point","coordinates":[-0.3194351,51.4541751]},"properties":{"@type":"node","@id":6904803967,"@timestamp":1571729198},"coords":"51.4541751,-0.3194351","bedrooms":"0","price":"283000","area":"459"} , +{"type":"Feature","id":"n6904811226","geometry":{"type":"Point","coordinates":[0.849584,51.1352383]},"properties":{"@type":"node","@id":6904811226,"@timestamp":1620298561},"coords":"51.1352383,0.849584","bedrooms":"0","price":"200000","area":"602"} , +{"type":"Feature","id":"n6904811236","geometry":{"type":"Point","coordinates":[0.8507391,51.1356464]},"properties":{"@type":"node","@id":6904811236,"@timestamp":1620298561},"coords":"51.1356464,0.8507391","bedrooms":"2","price":"204000","area":"375"} , +{"type":"Feature","id":"n6904811251","geometry":{"type":"Point","coordinates":[0.8506277,51.1348913]},"properties":{"@type":"node","@id":6904811251,"@timestamp":1571728734},"coords":"51.1348913,0.8506277","bedrooms":"0","price":"233000","area":"609"} , +{"type":"Feature","id":"n6904811267","geometry":{"type":"Point","coordinates":[0.8526742,51.1355864]},"properties":{"@type":"node","@id":6904811267,"@timestamp":1571728734},"coords":"51.1355864,0.8526742","bedrooms":"2","price":"252000","area":"517"} , +{"type":"Feature","id":"n6904811280","geometry":{"type":"Point","coordinates":[0.8553055,51.1379577]},"properties":{"@type":"node","@id":6904811280,"@timestamp":1571728734},"coords":"51.1379577,0.8553055","bedrooms":"2","price":"158000","area":"552"} , +{"type":"Feature","id":"n6904813393","geometry":{"type":"Point","coordinates":[0.8474761,51.134208]},"properties":{"@type":"node","@id":6904813393,"@timestamp":1571728734},"coords":"51.134208,0.8474761","bedrooms":"0","price":"250000","area":"684"} , +{"type":"Feature","id":"n6904813412","geometry":{"type":"Point","coordinates":[0.8494636,51.1272748]},"properties":{"@type":"node","@id":6904813412,"@timestamp":1571728734},"coords":"51.1272748,0.8494636","bedrooms":"0","price":"206000","area":"568"} , +{"type":"Feature","id":"n6904813438","geometry":{"type":"Point","coordinates":[0.8575961,51.1356941]},"properties":{"@type":"node","@id":6904813438,"@timestamp":1571728734},"coords":"51.1356941,0.8575961","bedrooms":"3","price":"278000","area":"674"} , +{"type":"Feature","id":"n6904813489","geometry":{"type":"Point","coordinates":[0.8564226,51.1310757]},"properties":{"@type":"node","@id":6904813489,"@timestamp":1610798166},"coords":"51.1310757,0.8564226","bedrooms":"4","price":"270000","area":"625"} , +{"type":"Feature","id":"n6904813499","geometry":{"type":"Point","coordinates":[0.8563187,51.1323726]},"properties":{"@type":"node","@id":6904813499,"@timestamp":1616699421},"coords":"51.1323726,0.8563187","bedrooms":"0","price":"279000","area":"575"} , +{"type":"Feature","id":"n6904813510","geometry":{"type":"Point","coordinates":[0.8475485,51.1259416]},"properties":{"@type":"node","@id":6904813510,"@timestamp":1571728734},"coords":"51.1259416,0.8475485","bedrooms":"1","price":"204000","area":"407"} , +{"type":"Feature","id":"n6904959427","geometry":{"type":"Point","coordinates":[0.7495154,51.9386201]},"properties":{"@type":"node","@id":6904959427,"@timestamp":1571734136},"coords":"51.9386201,0.7495154","bedrooms":"4","price":"172000","area":"357"} , +{"type":"Feature","id":"n6905349404","geometry":{"type":"Point","coordinates":[-1.084011,51.9379012]},"properties":{"@type":"node","@id":6905349404,"@timestamp":1609226631},"coords":"51.9379012,-1.084011","bedrooms":"1","price":"297000","area":"385"} , +{"type":"Feature","id":"n6905546182","geometry":{"type":"Point","coordinates":[-0.0915287,51.3698205]},"properties":{"@type":"node","@id":6905546182,"@timestamp":1582035708},"coords":"51.3698205,-0.0915287","bedrooms":"3","price":"290000","area":"586"} , +{"type":"Feature","id":"n6905965416","geometry":{"type":"Point","coordinates":[0.7298636,51.66086]},"properties":{"@type":"node","@id":6905965416,"@timestamp":1571753488},"coords":"51.66086,0.7298636","bedrooms":"4","price":"223000","area":"439"} , +{"type":"Feature","id":"n6906281286","geometry":{"type":"Point","coordinates":[0.3177891,51.6314346]},"properties":{"@type":"node","@id":6906281286,"@timestamp":1614196903},"coords":"51.6314346,0.3177891","bedrooms":"1","price":"254000","area":"610"} , +{"type":"Feature","id":"n6906798620","geometry":{"type":"Point","coordinates":[-0.3572944,51.8179322]},"properties":{"@type":"node","@id":6906798620,"@timestamp":1624605323},"coords":"51.8179322,-0.3572944","bedrooms":"1","price":"284000","area":"584"} , +{"type":"Feature","id":"n6906878641","geometry":{"type":"Point","coordinates":[-0.7522954,51.4070673]},"properties":{"@type":"node","@id":6906878641,"@timestamp":1618347222},"coords":"51.4070673,-0.7522954","bedrooms":"3","price":"193000","area":"612"} , +{"type":"Feature","id":"n6906943288","geometry":{"type":"Point","coordinates":[-0.754838,51.4054188]},"properties":{"@type":"node","@id":6906943288,"@timestamp":1619120894},"coords":"51.4054188,-0.754838","bedrooms":"3","price":"181000","area":"495"} , +{"type":"Feature","id":"n6907050024","geometry":{"type":"Point","coordinates":[-0.0703418,51.5393911]},"properties":{"@type":"node","@id":6907050024,"@timestamp":1571778148},"coords":"51.5393911,-0.0703418","bedrooms":"3","price":"161000","area":"649"} , +{"type":"Feature","id":"n6907279832","geometry":{"type":"Point","coordinates":[-0.1259659,51.497615]},"properties":{"@type":"node","@id":6907279832,"@timestamp":1580917088},"coords":"51.497615,-0.1259659","bedrooms":"0","price":"184000","area":"503"} , +{"type":"Feature","id":"n6907778091","geometry":{"type":"Point","coordinates":[0.1563053,51.8707094]},"properties":{"@type":"node","@id":6907778091,"@timestamp":1599295493},"coords":"51.8707094,0.1563053","bedrooms":"3","price":"156000","area":"530"} , +{"type":"Feature","id":"n6907992762","geometry":{"type":"Point","coordinates":[0.0341152,51.7250064]},"properties":{"@type":"node","@id":6907992762,"@timestamp":1571814821},"coords":"51.7250064,0.0341152","bedrooms":"1","price":"198000","area":"672"} , +{"type":"Feature","id":"n6908061587","geometry":{"type":"Point","coordinates":[0.191861,51.5254326]},"properties":{"@type":"node","@id":6908061587,"@timestamp":1584135708},"coords":"51.5254326,0.191861","bedrooms":"0","price":"283000","area":"641"} , +{"type":"Feature","id":"n6908220818","geometry":{"type":"Point","coordinates":[-0.3212366,51.4560549]},"properties":{"@type":"node","@id":6908220818,"@timestamp":1574365266},"coords":"51.4560549,-0.3212366","bedrooms":"2","price":"299000","area":"663"} , +{"type":"Feature","id":"n6908220835","geometry":{"type":"Point","coordinates":[-0.3206164,51.4555726]},"properties":{"@type":"node","@id":6908220835,"@timestamp":1571820328},"coords":"51.4555726,-0.3206164","bedrooms":"4","price":"277000","area":"406"} , +{"type":"Feature","id":"n6908350394","geometry":{"type":"Point","coordinates":[0.8067852,51.9639199]},"properties":{"@type":"node","@id":6908350394,"@timestamp":1571822412},"coords":"51.9639199,0.8067852","bedrooms":"1","price":"168000","area":"646"} , +{"type":"Feature","id":"n6908773754","geometry":{"type":"Point","coordinates":[-0.1257538,51.5144884]},"properties":{"@type":"node","@id":6908773754,"@timestamp":1574526546},"coords":"51.5144884,-0.1257538","bedrooms":"2","price":"210000","area":"389"} , +{"type":"Feature","id":"n6909319905","geometry":{"type":"Point","coordinates":[0.3716714,51.3425932]},"properties":{"@type":"node","@id":6909319905,"@timestamp":1615896756},"coords":"51.3425932,0.3716714","bedrooms":"3","price":"218000","area":"674"} , +{"type":"Feature","id":"n6909445323","geometry":{"type":"Point","coordinates":[0.5576931,51.4224764]},"properties":{"@type":"node","@id":6909445323,"@timestamp":1571841643},"coords":"51.4224764,0.5576931","bedrooms":"3","price":"273000","area":"391"} , +{"type":"Feature","id":"n6909794456","geometry":{"type":"Point","coordinates":[-0.0062005,51.5462265]},"properties":{"@type":"node","@id":6909794456,"@timestamp":1603343431},"coords":"51.5462265,-0.0062005","bedrooms":"4","price":"238000","area":"579"} , +{"type":"Feature","id":"n6910259030","geometry":{"type":"Point","coordinates":[0.2759608,51.6633085]},"properties":{"@type":"node","@id":6910259030,"@timestamp":1571855641},"coords":"51.6633085,0.2759608","bedrooms":"3","price":"290000","area":"484"} , +{"type":"Feature","id":"n6910332888","geometry":{"type":"Point","coordinates":[-0.9643299,51.3632929]},"properties":{"@type":"node","@id":6910332888,"@timestamp":1571857183},"coords":"51.3632929,-0.9643299","bedrooms":"4","price":"228000","area":"684"} , +{"type":"Feature","id":"n6910332913","geometry":{"type":"Point","coordinates":[-0.9623947,51.3614343]},"properties":{"@type":"node","@id":6910332913,"@timestamp":1571857183},"coords":"51.3614343,-0.9623947","bedrooms":"4","price":"177000","area":"487"} , +{"type":"Feature","id":"n6910332940","geometry":{"type":"Point","coordinates":[-0.9211966,51.3627322]},"properties":{"@type":"node","@id":6910332940,"@timestamp":1571857183},"coords":"51.3627322,-0.9211966","bedrooms":"0","price":"268000","area":"351"} , +{"type":"Feature","id":"n6910332962","geometry":{"type":"Point","coordinates":[-0.8665012,51.3576068]},"properties":{"@type":"node","@id":6910332962,"@timestamp":1571857183},"coords":"51.3576068,-0.8665012","bedrooms":"1","price":"192000","area":"440"} , +{"type":"Feature","id":"n6910333104","geometry":{"type":"Point","coordinates":[-0.8238157,51.351302]},"properties":{"@type":"node","@id":6910333104,"@timestamp":1571857183},"coords":"51.351302,-0.8238157","bedrooms":"1","price":"153000","area":"350"} , +{"type":"Feature","id":"n6910333158","geometry":{"type":"Point","coordinates":[-0.8232316,51.3525704]},"properties":{"@type":"node","@id":6910333158,"@timestamp":1571857183},"coords":"51.3525704,-0.8232316","bedrooms":"4","price":"242000","area":"388"} , +{"type":"Feature","id":"n6910333181","geometry":{"type":"Point","coordinates":[-0.8229705,51.3537659]},"properties":{"@type":"node","@id":6910333181,"@timestamp":1571857183},"coords":"51.3537659,-0.8229705","bedrooms":"1","price":"161000","area":"494"} , +{"type":"Feature","id":"n6910517173","geometry":{"type":"Point","coordinates":[0.8809144,51.3149726]},"properties":{"@type":"node","@id":6910517173,"@timestamp":1571862848},"coords":"51.3149726,0.8809144","bedrooms":"3","price":"199000","area":"618"} , +{"type":"Feature","id":"n6910574912","geometry":{"type":"Point","coordinates":[-0.2120841,51.7615227]},"properties":{"@type":"node","@id":6910574912,"@timestamp":1571863740},"coords":"51.7615227,-0.2120841","bedrooms":"3","price":"160000","area":"551"} , +{"type":"Feature","id":"n6910692435","geometry":{"type":"Point","coordinates":[-0.8575926,51.1087584]},"properties":{"@type":"node","@id":6910692435,"@timestamp":1571868982},"coords":"51.1087584,-0.8575926","bedrooms":"2","price":"256000","area":"456"} , +{"type":"Feature","id":"n6910702836","geometry":{"type":"Point","coordinates":[-0.8635272,51.1114693]},"properties":{"@type":"node","@id":6910702836,"@timestamp":1575032927},"coords":"51.1114693,-0.8635272","bedrooms":"1","price":"227000","area":"489"} , +{"type":"Feature","id":"n6910827324","geometry":{"type":"Point","coordinates":[0.3845167,51.442311]},"properties":{"@type":"node","@id":6910827324,"@timestamp":1571882404},"coords":"51.442311,0.3845167","bedrooms":"1","price":"238000","area":"588"} , +{"type":"Feature","id":"n6911097816","geometry":{"type":"Point","coordinates":[-0.11935,51.1247809]},"properties":{"@type":"node","@id":6911097816,"@timestamp":1571892123},"coords":"51.1247809,-0.11935","bedrooms":"0","price":"220000","area":"636"} , +{"type":"Feature","id":"n6911123845","geometry":{"type":"Point","coordinates":[0.8575177,51.0863353]},"properties":{"@type":"node","@id":6911123845,"@timestamp":1624531901},"coords":"51.0863353,0.8575177","bedrooms":"2","price":"186000","area":"409"} , +{"type":"Feature","id":"n6911133503","geometry":{"type":"Point","coordinates":[-0.2542198,51.7377691]},"properties":{"@type":"node","@id":6911133503,"@timestamp":1571893972},"coords":"51.7377691,-0.2542198","bedrooms":"4","price":"152000","area":"575"} , +{"type":"Feature","id":"n6911138309","geometry":{"type":"Point","coordinates":[-0.3673632,51.2904324]},"properties":{"@type":"node","@id":6911138309,"@timestamp":1619994001},"coords":"51.2904324,-0.3673632","bedrooms":"2","price":"243000","area":"358"} , +{"type":"Feature","id":"n6911184989","geometry":{"type":"Point","coordinates":[-0.1935995,51.1743118]},"properties":{"@type":"node","@id":6911184989,"@timestamp":1626799044},"coords":"51.1743118,-0.1935995","bedrooms":"3","price":"217000","area":"552"} , +{"type":"Feature","id":"n6911267296","geometry":{"type":"Point","coordinates":[-0.5280802,51.3351609]},"properties":{"@type":"node","@id":6911267296,"@timestamp":1571898366},"coords":"51.3351609,-0.5280802","bedrooms":"2","price":"153000","area":"487"} , +{"type":"Feature","id":"n6911307904","geometry":{"type":"Point","coordinates":[-0.989382,51.1342917]},"properties":{"@type":"node","@id":6911307904,"@timestamp":1571899157},"coords":"51.1342917,-0.989382","bedrooms":"2","price":"155000","area":"588"} , +{"type":"Feature","id":"n6911392689","geometry":{"type":"Point","coordinates":[-0.1907902,51.4080803]},"properties":{"@type":"node","@id":6911392689,"@timestamp":1571900798},"coords":"51.4080803,-0.1907902","bedrooms":"1","price":"228000","area":"444"} , +{"type":"Feature","id":"n6911445715","geometry":{"type":"Point","coordinates":[-0.1263222,51.5353557]},"properties":{"@type":"node","@id":6911445715,"@timestamp":1571901791},"coords":"51.5353557,-0.1263222","bedrooms":"1","price":"251000","area":"673"} , +{"type":"Feature","id":"n6911505618","geometry":{"type":"Point","coordinates":[-0.3586526,51.2876725]},"properties":{"@type":"node","@id":6911505618,"@timestamp":1620470448},"coords":"51.2876725,-0.3586526","bedrooms":"2","price":"176000","area":"593"} , +{"type":"Feature","id":"n6911564617","geometry":{"type":"Point","coordinates":[0.5641166,51.0719335]},"properties":{"@type":"node","@id":6911564617,"@timestamp":1571904216},"coords":"51.0719335,0.5641166","bedrooms":"4","price":"178000","area":"480"} , +{"type":"Feature","id":"n6911582932","geometry":{"type":"Point","coordinates":[0.7466429,50.9432895]},"properties":{"@type":"node","@id":6911582932,"@timestamp":1571904431},"coords":"50.9432895,0.7466429","bedrooms":"0","price":"175000","area":"388"} , +{"type":"Feature","id":"n6911647473","geometry":{"type":"Point","coordinates":[0.1209108,51.4898236]},"properties":{"@type":"node","@id":6911647473,"@timestamp":1571906376},"coords":"51.4898236,0.1209108","bedrooms":"4","price":"273000","area":"601"} , +{"type":"Feature","id":"n6911684685","geometry":{"type":"Point","coordinates":[0.1212296,51.4887483]},"properties":{"@type":"node","@id":6911684685,"@timestamp":1571906376},"coords":"51.4887483,0.1212296","bedrooms":"3","price":"194000","area":"383"} , +{"type":"Feature","id":"n6911684848","geometry":{"type":"Point","coordinates":[0.1182238,51.4908698]},"properties":{"@type":"node","@id":6911684848,"@timestamp":1598368583},"coords":"51.4908698,0.1182238","bedrooms":"1","price":"295000","area":"671"} , +{"type":"Feature","id":"n6911735136","geometry":{"type":"Point","coordinates":[-0.0775251,51.5264753]},"properties":{"@type":"node","@id":6911735136,"@timestamp":1621544075},"coords":"51.5264753,-0.0775251","bedrooms":"1","price":"294000","area":"514"} , +{"type":"Feature","id":"n6911836682","geometry":{"type":"Point","coordinates":[-0.2416728,51.1699186]},"properties":{"@type":"node","@id":6911836682,"@timestamp":1617284650},"coords":"51.1699186,-0.2416728","bedrooms":"3","price":"209000","area":"410"} , +{"type":"Feature","id":"n6911888024","geometry":{"type":"Point","coordinates":[-0.8817968,51.0736576]},"properties":{"@type":"node","@id":6911888024,"@timestamp":1571910306},"coords":"51.0736576,-0.8817968","bedrooms":"4","price":"207000","area":"699"} , +{"type":"Feature","id":"n6911952628","geometry":{"type":"Point","coordinates":[-0.6740901,51.0836492]},"properties":{"@type":"node","@id":6911952628,"@timestamp":1571911663},"coords":"51.0836492,-0.6740901","bedrooms":"1","price":"257000","area":"388"} , +{"type":"Feature","id":"n6911972803","geometry":{"type":"Point","coordinates":[-0.4561559,51.8897481]},"properties":{"@type":"node","@id":6911972803,"@timestamp":1613864605},"coords":"51.8897481,-0.4561559","bedrooms":"0","price":"159000","area":"626"} , +{"type":"Feature","id":"n6912067675","geometry":{"type":"Point","coordinates":[-0.1553078,51.3394523]},"properties":{"@type":"node","@id":6912067675,"@timestamp":1571914318},"coords":"51.3394523,-0.1553078","bedrooms":"2","price":"158000","area":"362"} , +{"type":"Feature","id":"n6912171961","geometry":{"type":"Point","coordinates":[-0.8910891,51.3159637]},"properties":{"@type":"node","@id":6912171961,"@timestamp":1610006699},"coords":"51.3159637,-0.8910891","bedrooms":"2","price":"291000","area":"352"} , +{"type":"Feature","id":"n6912374745","geometry":{"type":"Point","coordinates":[-0.5390881,50.9608263]},"properties":{"@type":"node","@id":6912374745,"@timestamp":1571920063},"coords":"50.9608263,-0.5390881","bedrooms":"2","price":"195000","area":"467"} , +{"type":"Feature","id":"n6912549024","geometry":{"type":"Point","coordinates":[-0.9100499,51.063851]},"properties":{"@type":"node","@id":6912549024,"@timestamp":1571922570},"coords":"51.063851,-0.9100499","bedrooms":"3","price":"220000","area":"433"} , +{"type":"Feature","id":"n6912627360","geometry":{"type":"Point","coordinates":[-0.8405917,51.240158]},"properties":{"@type":"node","@id":6912627360,"@timestamp":1571923861},"coords":"51.240158,-0.8405917","bedrooms":"0","price":"252000","area":"644"} , +{"type":"Feature","id":"n6912753513","geometry":{"type":"Point","coordinates":[0.5152781,51.2702647]},"properties":{"@type":"node","@id":6912753513,"@timestamp":1571926126},"coords":"51.2702647,0.5152781","bedrooms":"0","price":"291000","area":"668"} , +{"type":"Feature","id":"n6912927141","geometry":{"type":"Point","coordinates":[-0.1298655,51.2186356]},"properties":{"@type":"node","@id":6912927141,"@timestamp":1571928602},"coords":"51.2186356,-0.1298655","bedrooms":"4","price":"284000","area":"420"} , +{"type":"Feature","id":"n6913053608","geometry":{"type":"Point","coordinates":[-1.0247259,51.4434396]},"properties":{"@type":"node","@id":6913053608,"@timestamp":1588418983},"coords":"51.4434396,-1.0247259","bedrooms":"2","price":"263000","area":"588"} , +{"type":"Feature","id":"n6913053671","geometry":{"type":"Point","coordinates":[-1.0249703,51.4400037]},"properties":{"@type":"node","@id":6913053671,"@timestamp":1571930830},"coords":"51.4400037,-1.0249703","bedrooms":"4","price":"153000","area":"561"} , +{"type":"Feature","id":"n6913174689","geometry":{"type":"Point","coordinates":[-0.3051491,51.7072862]},"properties":{"@type":"node","@id":6913174689,"@timestamp":1571933426},"coords":"51.7072862,-0.3051491","bedrooms":"4","price":"194000","area":"606"} , +{"type":"Feature","id":"n6913184170","geometry":{"type":"Point","coordinates":[-0.9973578,51.5552282]},"properties":{"@type":"node","@id":6913184170,"@timestamp":1571933455},"coords":"51.5552282,-0.9973578","bedrooms":"3","price":"268000","area":"507"} , +{"type":"Feature","id":"n6913399170","geometry":{"type":"Point","coordinates":[0.0649035,51.4346185]},"properties":{"@type":"node","@id":6913399170,"@timestamp":1621005030},"coords":"51.4346185,0.0649035","bedrooms":"1","price":"151000","area":"515"} , +{"type":"Feature","id":"n6913761173","geometry":{"type":"Point","coordinates":[0.075533,51.4396347]},"properties":{"@type":"node","@id":6913761173,"@timestamp":1572114471},"coords":"51.4396347,0.075533","bedrooms":"2","price":"195000","area":"692"} , +{"type":"Feature","id":"n6913799490","geometry":{"type":"Point","coordinates":[0.0754284,51.4392265]},"properties":{"@type":"node","@id":6913799490,"@timestamp":1572185486},"coords":"51.4392265,0.0754284","bedrooms":"2","price":"187000","area":"366"} , +{"type":"Feature","id":"n6913882831","geometry":{"type":"Point","coordinates":[-0.2145414,51.7612608]},"properties":{"@type":"node","@id":6913882831,"@timestamp":1571951905},"coords":"51.7612608,-0.2145414","bedrooms":"2","price":"167000","area":"415"} , +{"type":"Feature","id":"n6913921542","geometry":{"type":"Point","coordinates":[0.0726767,51.4373993]},"properties":{"@type":"node","@id":6913921542,"@timestamp":1572090230},"coords":"51.4373993,0.0726767","bedrooms":"0","price":"246000","area":"676"} , +{"type":"Feature","id":"n6913924854","geometry":{"type":"Point","coordinates":[-0.209741,51.5168212]},"properties":{"@type":"node","@id":6913924854,"@timestamp":1584949662},"coords":"51.5168212,-0.209741","bedrooms":"2","price":"151000","area":"628"} , +{"type":"Feature","id":"n6913967054","geometry":{"type":"Point","coordinates":[-0.2090533,51.5160961]},"properties":{"@type":"node","@id":6913967054,"@timestamp":1581759337},"coords":"51.5160961,-0.2090533","bedrooms":"0","price":"166000","area":"655"} , +{"type":"Feature","id":"n6914056388","geometry":{"type":"Point","coordinates":[-0.1653101,51.4619075]},"properties":{"@type":"node","@id":6914056388,"@timestamp":1580917091},"coords":"51.4619075,-0.1653101","bedrooms":"3","price":"207000","area":"374"} , +{"type":"Feature","id":"n6914065987","geometry":{"type":"Point","coordinates":[-0.117504,51.4982601]},"properties":{"@type":"node","@id":6914065987,"@timestamp":1580917095},"coords":"51.4982601,-0.117504","bedrooms":"4","price":"214000","area":"467"} , +{"type":"Feature","id":"n6914080511","geometry":{"type":"Point","coordinates":[-0.1430406,51.4685989]},"properties":{"@type":"node","@id":6914080511,"@timestamp":1571960860},"coords":"51.4685989,-0.1430406","bedrooms":"3","price":"273000","area":"424"} , +{"type":"Feature","id":"n6914273739","geometry":{"type":"Point","coordinates":[-0.7285581,51.297519]},"properties":{"@type":"node","@id":6914273739,"@timestamp":1578616242},"coords":"51.297519,-0.7285581","bedrooms":"4","price":"224000","area":"566"} , +{"type":"Feature","id":"n6914387060","geometry":{"type":"Point","coordinates":[0.6393538,51.2255987]},"properties":{"@type":"node","@id":6914387060,"@timestamp":1571977034},"coords":"51.2255987,0.6393538","bedrooms":"4","price":"191000","area":"621"} , +{"type":"Feature","id":"n6914611691","geometry":{"type":"Point","coordinates":[0.4839842,50.9742394]},"properties":{"@type":"node","@id":6914611691,"@timestamp":1571984162},"coords":"50.9742394,0.4839842","bedrooms":"2","price":"182000","area":"520"} , +{"type":"Feature","id":"n6914641186","geometry":{"type":"Point","coordinates":[0.8866622,51.150338]},"properties":{"@type":"node","@id":6914641186,"@timestamp":1571985200},"coords":"51.150338,0.8866622","bedrooms":"0","price":"199000","area":"517"} , +{"type":"Feature","id":"n6914693433","geometry":{"type":"Point","coordinates":[-0.1750844,51.5147109]},"properties":{"@type":"node","@id":6914693433,"@timestamp":1571986030},"coords":"51.5147109,-0.1750844","bedrooms":"3","price":"299000","area":"625"} , +{"type":"Feature","id":"n6914747247","geometry":{"type":"Point","coordinates":[-0.4855977,51.5101247]},"properties":{"@type":"node","@id":6914747247,"@timestamp":1571987065},"coords":"51.5101247,-0.4855977","bedrooms":"4","price":"154000","area":"695"} , +{"type":"Feature","id":"n6914758170","geometry":{"type":"Point","coordinates":[0.8703675,51.2928883]},"properties":{"@type":"node","@id":6914758170,"@timestamp":1571987304},"coords":"51.2928883,0.8703675","bedrooms":"3","price":"211000","area":"612"} , +{"type":"Feature","id":"n6914826132","geometry":{"type":"Point","coordinates":[-0.1724179,51.47494]},"properties":{"@type":"node","@id":6914826132,"@timestamp":1597228240},"coords":"51.47494,-0.1724179","bedrooms":"0","price":"276000","area":"363"} , +{"type":"Feature","id":"n6914948964","geometry":{"type":"Point","coordinates":[-0.0856569,51.5106522]},"properties":{"@type":"node","@id":6914948964,"@timestamp":1575627845},"coords":"51.5106522,-0.0856569","bedrooms":"0","price":"178000","area":"630"} , +{"type":"Feature","id":"n6914979994","geometry":{"type":"Point","coordinates":[-0.0855338,51.510929]},"properties":{"@type":"node","@id":6914979994,"@timestamp":1622452621},"coords":"51.510929,-0.0855338","bedrooms":"0","price":"177000","area":"608"} , +{"type":"Feature","id":"n6915048144","geometry":{"type":"Point","coordinates":[0.7992907,51.172443]},"properties":{"@type":"node","@id":6915048144,"@timestamp":1571994494},"coords":"51.172443,0.7992907","bedrooms":"0","price":"189000","area":"406"} , +{"type":"Feature","id":"n6915102958","geometry":{"type":"Point","coordinates":[-0.3521521,51.4291121]},"properties":{"@type":"node","@id":6915102958,"@timestamp":1602587383},"coords":"51.4291121,-0.3521521","bedrooms":"2","price":"263000","area":"485"} , +{"type":"Feature","id":"n6915148895","geometry":{"type":"Point","coordinates":[-0.8013073,51.0261587]},"properties":{"@type":"node","@id":6915148895,"@timestamp":1571997180},"coords":"51.0261587,-0.8013073","bedrooms":"3","price":"272000","area":"608"} , +{"type":"Feature","id":"n6915237055","geometry":{"type":"Point","coordinates":[0.4272388,51.0416004]},"properties":{"@type":"node","@id":6915237055,"@timestamp":1593603387},"coords":"51.0416004,0.4272388","bedrooms":"0","price":"198000","area":"521"} , +{"type":"Feature","id":"n6915359725","geometry":{"type":"Point","coordinates":[-0.6575997,51.4754441]},"properties":{"@type":"node","@id":6915359725,"@timestamp":1572002503},"coords":"51.4754441,-0.6575997","bedrooms":"0","price":"187000","area":"613"} , +{"type":"Feature","id":"n6915484954","geometry":{"type":"Point","coordinates":[-0.3233132,51.5051113]},"properties":{"@type":"node","@id":6915484954,"@timestamp":1616506142},"coords":"51.5051113,-0.3233132","bedrooms":"4","price":"184000","area":"410"} , +{"type":"Feature","id":"n6915583360","geometry":{"type":"Point","coordinates":[-0.323023,51.5000203]},"properties":{"@type":"node","@id":6915583360,"@timestamp":1597829121},"coords":"51.5000203,-0.323023","bedrooms":"0","price":"150000","area":"365"} , +{"type":"Feature","id":"n6915749211","geometry":{"type":"Point","coordinates":[-0.8653138,51.5043096]},"properties":{"@type":"node","@id":6915749211,"@timestamp":1572008849},"coords":"51.5043096,-0.8653138","bedrooms":"1","price":"168000","area":"641"} , +{"type":"Feature","id":"n6915818239","geometry":{"type":"Point","coordinates":[-0.0082263,51.5459961]},"properties":{"@type":"node","@id":6915818239,"@timestamp":1617014935},"coords":"51.5459961,-0.0082263","bedrooms":"1","price":"288000","area":"473"} , +{"type":"Feature","id":"n6915818255","geometry":{"type":"Point","coordinates":[-0.0055404,51.545437]},"properties":{"@type":"node","@id":6915818255,"@timestamp":1572010335},"coords":"51.545437,-0.0055404","bedrooms":"1","price":"191000","area":"669"} , +{"type":"Feature","id":"n6915826091","geometry":{"type":"Point","coordinates":[0.7466897,50.9805623]},"properties":{"@type":"node","@id":6915826091,"@timestamp":1572010479},"coords":"50.9805623,0.7466897","bedrooms":"4","price":"208000","area":"593"} , +{"type":"Feature","id":"n6916022689","geometry":{"type":"Point","coordinates":[-0.5003575,51.0996986]},"properties":{"@type":"node","@id":6916022689,"@timestamp":1572013641},"coords":"51.0996986,-0.5003575","bedrooms":"0","price":"278000","area":"420"} , +{"type":"Feature","id":"n6916103789","geometry":{"type":"Point","coordinates":[-0.0053252,51.5475744]},"properties":{"@type":"node","@id":6916103789,"@timestamp":1572014991},"coords":"51.5475744,-0.0053252","bedrooms":"2","price":"170000","area":"407"} , +{"type":"Feature","id":"n6916103818","geometry":{"type":"Point","coordinates":[-0.0056279,51.5462437]},"properties":{"@type":"node","@id":6916103818,"@timestamp":1572014991},"coords":"51.5462437,-0.0056279","bedrooms":"4","price":"208000","area":"620"} , +{"type":"Feature","id":"n6916103828","geometry":{"type":"Point","coordinates":[-0.0053121,51.5474951]},"properties":{"@type":"node","@id":6916103828,"@timestamp":1596785117},"coords":"51.5474951,-0.0053121","bedrooms":"4","price":"153000","area":"674"} , +{"type":"Feature","id":"n6916115051","geometry":{"type":"Point","coordinates":[-0.0162344,51.5070316]},"properties":{"@type":"node","@id":6916115051,"@timestamp":1572015492},"coords":"51.5070316,-0.0162344","bedrooms":"3","price":"183000","area":"621"} , +{"type":"Feature","id":"n6916115061","geometry":{"type":"Point","coordinates":[-0.0177172,51.5083675]},"properties":{"@type":"node","@id":6916115061,"@timestamp":1572015492},"coords":"51.5083675,-0.0177172","bedrooms":"1","price":"196000","area":"623"} , +{"type":"Feature","id":"n6916116231","geometry":{"type":"Point","coordinates":[-0.0151223,51.504353]},"properties":{"@type":"node","@id":6916116231,"@timestamp":1621514805},"coords":"51.504353,-0.0151223","bedrooms":"0","price":"275000","area":"600"} , +{"type":"Feature","id":"n6916204685","geometry":{"type":"Point","coordinates":[0.5633579,51.1656476]},"properties":{"@type":"node","@id":6916204685,"@timestamp":1572017252},"coords":"51.1656476,0.5633579","bedrooms":"2","price":"179000","area":"412"} , +{"type":"Feature","id":"n6916329443","geometry":{"type":"Point","coordinates":[-0.4044409,51.4059992]},"properties":{"@type":"node","@id":6916329443,"@timestamp":1572020559},"coords":"51.4059992,-0.4044409","bedrooms":"2","price":"256000","area":"366"} , +{"type":"Feature","id":"n6916329453","geometry":{"type":"Point","coordinates":[-0.363411,51.3474929]},"properties":{"@type":"node","@id":6916329453,"@timestamp":1572020559},"coords":"51.3474929,-0.363411","bedrooms":"3","price":"221000","area":"491"} , +{"type":"Feature","id":"n6916705740","geometry":{"type":"Point","coordinates":[-0.3030881,51.337383]},"properties":{"@type":"node","@id":6916705740,"@timestamp":1572030263},"coords":"51.337383,-0.3030881","bedrooms":"0","price":"154000","area":"393"} , +{"type":"Feature","id":"n6916705750","geometry":{"type":"Point","coordinates":[-0.2498423,51.3064722]},"properties":{"@type":"node","@id":6916705750,"@timestamp":1572030263},"coords":"51.3064722,-0.2498423","bedrooms":"1","price":"256000","area":"444"} , +{"type":"Feature","id":"n6916705760","geometry":{"type":"Point","coordinates":[-0.2391826,51.2817547]},"properties":{"@type":"node","@id":6916705760,"@timestamp":1572030263},"coords":"51.2817547,-0.2391826","bedrooms":"3","price":"156000","area":"503"} , +{"type":"Feature","id":"n6916705770","geometry":{"type":"Point","coordinates":[-0.2266818,51.2581452]},"properties":{"@type":"node","@id":6916705770,"@timestamp":1572030263},"coords":"51.2581452,-0.2266818","bedrooms":"1","price":"172000","area":"351"} , +{"type":"Feature","id":"n6916775651","geometry":{"type":"Point","coordinates":[-0.7617078,51.3955655]},"properties":{"@type":"node","@id":6916775651,"@timestamp":1572033331},"coords":"51.3955655,-0.7617078","bedrooms":"3","price":"274000","area":"631"} , +{"type":"Feature","id":"n6916832406","geometry":{"type":"Point","coordinates":[-0.0436857,51.3071545]},"properties":{"@type":"node","@id":6916832406,"@timestamp":1572034346},"coords":"51.3071545,-0.0436857","bedrooms":"1","price":"194000","area":"613"} , +{"type":"Feature","id":"n6916832416","geometry":{"type":"Point","coordinates":[0.0585547,51.3209619]},"properties":{"@type":"node","@id":6916832416,"@timestamp":1572034346},"coords":"51.3209619,0.0585547","bedrooms":"1","price":"189000","area":"378"} , +{"type":"Feature","id":"n6916874230","geometry":{"type":"Point","coordinates":[-0.2439861,51.7603207]},"properties":{"@type":"node","@id":6916874230,"@timestamp":1572036994},"coords":"51.7603207,-0.2439861","bedrooms":"1","price":"240000","area":"681"} , +{"type":"Feature","id":"n6916880045","geometry":{"type":"Point","coordinates":[0.1660164,51.4314425]},"properties":{"@type":"node","@id":6916880045,"@timestamp":1572036499},"coords":"51.4314425,0.1660164","bedrooms":"4","price":"257000","area":"515"} , +{"type":"Feature","id":"n6917070870","geometry":{"type":"Point","coordinates":[-0.0142922,51.504699]},"properties":{"@type":"node","@id":6917070870,"@timestamp":1580917099},"coords":"51.504699,-0.0142922","bedrooms":"1","price":"257000","area":"356"} , +{"type":"Feature","id":"n6917910976","geometry":{"type":"Point","coordinates":[0.3767043,51.4182653]},"properties":{"@type":"node","@id":6917910976,"@timestamp":1572083026},"coords":"51.4182653,0.3767043","bedrooms":"4","price":"254000","area":"590"} , +{"type":"Feature","id":"n6918087451","geometry":{"type":"Point","coordinates":[-0.7530966,51.3977052]},"properties":{"@type":"node","@id":6918087451,"@timestamp":1598847999},"coords":"51.3977052,-0.7530966","bedrooms":"4","price":"226000","area":"402"} , +{"type":"Feature","id":"n6918134781","geometry":{"type":"Point","coordinates":[0.0724781,51.4376054]},"properties":{"@type":"node","@id":6918134781,"@timestamp":1620423218},"coords":"51.4376054,0.0724781","bedrooms":"3","price":"231000","area":"658"} , +{"type":"Feature","id":"n6918448010","geometry":{"type":"Point","coordinates":[-0.1845579,51.1137533]},"properties":{"@type":"node","@id":6918448010,"@timestamp":1577306242},"coords":"51.1137533,-0.1845579","bedrooms":"3","price":"170000","area":"428"} , +{"type":"Feature","id":"n6918501024","geometry":{"type":"Point","coordinates":[-0.2123035,51.3860146]},"properties":{"@type":"node","@id":6918501024,"@timestamp":1592780253},"coords":"51.3860146,-0.2123035","bedrooms":"3","price":"166000","area":"382"} , +{"type":"Feature","id":"n6918549278","geometry":{"type":"Point","coordinates":[-0.388594,51.4406225]},"properties":{"@type":"node","@id":6918549278,"@timestamp":1631489557},"coords":"51.4406225,-0.388594","bedrooms":"1","price":"281000","area":"439"} , +{"type":"Feature","id":"n6918619131","geometry":{"type":"Point","coordinates":[-0.0176818,51.5078794]},"properties":{"@type":"node","@id":6918619131,"@timestamp":1572106132},"coords":"51.5078794,-0.0176818","bedrooms":"1","price":"196000","area":"524"} , +{"type":"Feature","id":"n6918738651","geometry":{"type":"Point","coordinates":[-0.4088205,51.4479762]},"properties":{"@type":"node","@id":6918738651,"@timestamp":1572109733},"coords":"51.4479762,-0.4088205","bedrooms":"2","price":"155000","area":"469"} , +{"type":"Feature","id":"n6919013406","geometry":{"type":"Point","coordinates":[0.0716191,51.4377167]},"properties":{"@type":"node","@id":6919013406,"@timestamp":1572120420},"coords":"51.4377167,0.0716191","bedrooms":"1","price":"246000","area":"471"} , +{"type":"Feature","id":"n6919169296","geometry":{"type":"Point","coordinates":[-0.2145621,51.7633406]},"properties":{"@type":"node","@id":6919169296,"@timestamp":1572129913},"coords":"51.7633406,-0.2145621","bedrooms":"3","price":"188000","area":"450"} , +{"type":"Feature","id":"n6919646624","geometry":{"type":"Point","coordinates":[-0.2238249,51.7366051]},"properties":{"@type":"node","@id":6919646624,"@timestamp":1572165917},"coords":"51.7366051,-0.2238249","bedrooms":"4","price":"299000","area":"376"} , +{"type":"Feature","id":"n6919646634","geometry":{"type":"Point","coordinates":[-0.2174718,51.7364608]},"properties":{"@type":"node","@id":6919646634,"@timestamp":1572165917},"coords":"51.7364608,-0.2174718","bedrooms":"1","price":"261000","area":"674"} , +{"type":"Feature","id":"n6919646644","geometry":{"type":"Point","coordinates":[-0.2192676,51.7345046]},"properties":{"@type":"node","@id":6919646644,"@timestamp":1572165917},"coords":"51.7345046,-0.2192676","bedrooms":"1","price":"189000","area":"398"} , +{"type":"Feature","id":"n6919646654","geometry":{"type":"Point","coordinates":[-0.217363,51.736099]},"properties":{"@type":"node","@id":6919646654,"@timestamp":1572165917},"coords":"51.736099,-0.217363","bedrooms":"3","price":"168000","area":"490"} , +{"type":"Feature","id":"n6919646664","geometry":{"type":"Point","coordinates":[-0.2175706,51.736191]},"properties":{"@type":"node","@id":6919646664,"@timestamp":1572165917},"coords":"51.736191,-0.2175706","bedrooms":"3","price":"175000","area":"453"} , +{"type":"Feature","id":"n6919646674","geometry":{"type":"Point","coordinates":[-0.2143547,51.7348596]},"properties":{"@type":"node","@id":6919646674,"@timestamp":1572165917},"coords":"51.7348596,-0.2143547","bedrooms":"0","price":"246000","area":"503"} , +{"type":"Feature","id":"n6919655620","geometry":{"type":"Point","coordinates":[-0.2178229,51.4111595]},"properties":{"@type":"node","@id":6919655620,"@timestamp":1616809006},"coords":"51.4111595,-0.2178229","bedrooms":"0","price":"195000","area":"476"} , +{"type":"Feature","id":"n6919691197","geometry":{"type":"Point","coordinates":[-0.4974136,51.3195529]},"properties":{"@type":"node","@id":6919691197,"@timestamp":1572165916},"coords":"51.3195529,-0.4974136","bedrooms":"1","price":"194000","area":"470"} , +{"type":"Feature","id":"n6919746132","geometry":{"type":"Point","coordinates":[0.0713344,51.4385912]},"properties":{"@type":"node","@id":6919746132,"@timestamp":1572168111},"coords":"51.4385912,0.0713344","bedrooms":"3","price":"251000","area":"573"} , +{"type":"Feature","id":"n6919746180","geometry":{"type":"Point","coordinates":[0.0711847,51.4387395]},"properties":{"@type":"node","@id":6919746180,"@timestamp":1572168111},"coords":"51.4387395,0.0711847","bedrooms":"1","price":"198000","area":"523"} , +{"type":"Feature","id":"n6919760743","geometry":{"type":"Point","coordinates":[-0.0835558,51.5445141]},"properties":{"@type":"node","@id":6919760743,"@timestamp":1572168732},"coords":"51.5445141,-0.0835558","bedrooms":"4","price":"224000","area":"536"} , +{"type":"Feature","id":"n6919760753","geometry":{"type":"Point","coordinates":[-0.0837428,51.5439234]},"properties":{"@type":"node","@id":6919760753,"@timestamp":1572168732},"coords":"51.5439234,-0.0837428","bedrooms":"2","price":"154000","area":"472"} , +{"type":"Feature","id":"n6919832770","geometry":{"type":"Point","coordinates":[0.0732567,51.4380954]},"properties":{"@type":"node","@id":6919832770,"@timestamp":1572171417},"coords":"51.4380954,0.0732567","bedrooms":"2","price":"222000","area":"361"} , +{"type":"Feature","id":"n6919832780","geometry":{"type":"Point","coordinates":[0.0734658,51.4389797]},"properties":{"@type":"node","@id":6919832780,"@timestamp":1635097668},"coords":"51.4389797,0.0734658","bedrooms":"4","price":"294000","area":"412"} , +{"type":"Feature","id":"n6919967614","geometry":{"type":"Point","coordinates":[-0.2784016,51.571893]},"properties":{"@type":"node","@id":6919967614,"@timestamp":1572177045},"coords":"51.571893,-0.2784016","bedrooms":"4","price":"234000","area":"634"} , +{"type":"Feature","id":"n6920012845","geometry":{"type":"Point","coordinates":[0.070442,51.4389831]},"properties":{"@type":"node","@id":6920012845,"@timestamp":1572180886},"coords":"51.4389831,0.070442","bedrooms":"0","price":"200000","area":"660"} , +{"type":"Feature","id":"n6920078990","geometry":{"type":"Point","coordinates":[-0.0102136,51.4800646]},"properties":{"@type":"node","@id":6920078990,"@timestamp":1572181932},"coords":"51.4800646,-0.0102136","bedrooms":"0","price":"242000","area":"463"} , +{"type":"Feature","id":"n6920261793","geometry":{"type":"Point","coordinates":[-0.2136415,51.7622136]},"properties":{"@type":"node","@id":6920261793,"@timestamp":1572187058},"coords":"51.7622136,-0.2136415","bedrooms":"1","price":"191000","area":"433"} , +{"type":"Feature","id":"n6920503404","geometry":{"type":"Point","coordinates":[-0.1585195,51.4978634]},"properties":{"@type":"node","@id":6920503404,"@timestamp":1572196200},"coords":"51.4978634,-0.1585195","bedrooms":"4","price":"166000","area":"591"} , +{"type":"Feature","id":"n6920503415","geometry":{"type":"Point","coordinates":[-0.159323,51.5130766]},"properties":{"@type":"node","@id":6920503415,"@timestamp":1572196222},"coords":"51.5130766,-0.159323","bedrooms":"1","price":"295000","area":"534"} , +{"type":"Feature","id":"n6920503995","geometry":{"type":"Point","coordinates":[-0.1588732,51.5050072]},"properties":{"@type":"node","@id":6920503995,"@timestamp":1572196215},"coords":"51.5050072,-0.1588732","bedrooms":"4","price":"248000","area":"532"} , +{"type":"Feature","id":"n6920508386","geometry":{"type":"Point","coordinates":[-0.1584642,51.4965472]},"properties":{"@type":"node","@id":6920508386,"@timestamp":1572196196},"coords":"51.4965472,-0.1584642","bedrooms":"1","price":"208000","area":"587"} , +{"type":"Feature","id":"n6920511591","geometry":{"type":"Point","coordinates":[-0.1584066,51.4975057]},"properties":{"@type":"node","@id":6920511591,"@timestamp":1572196199},"coords":"51.4975057,-0.1584066","bedrooms":"4","price":"171000","area":"515"} , +{"type":"Feature","id":"n6920526186","geometry":{"type":"Point","coordinates":[-0.1585377,51.5032116]},"properties":{"@type":"node","@id":6920526186,"@timestamp":1594294476},"coords":"51.5032116,-0.1585377","bedrooms":"1","price":"164000","area":"448"} , +{"type":"Feature","id":"n6920742733","geometry":{"type":"Point","coordinates":[0.0742651,51.4399688]},"properties":{"@type":"node","@id":6920742733,"@timestamp":1572199745},"coords":"51.4399688,0.0742651","bedrooms":"1","price":"230000","area":"559"} , +{"type":"Feature","id":"n6920742762","geometry":{"type":"Point","coordinates":[0.0739587,51.4396092]},"properties":{"@type":"node","@id":6920742762,"@timestamp":1572199745},"coords":"51.4396092,0.0739587","bedrooms":"0","price":"216000","area":"518"} , +{"type":"Feature","id":"n6920843149","geometry":{"type":"Point","coordinates":[-0.1771803,51.5145868]},"properties":{"@type":"node","@id":6920843149,"@timestamp":1572202602},"coords":"51.5145868,-0.1771803","bedrooms":"1","price":"162000","area":"419"} , +{"type":"Feature","id":"n6921868420","geometry":{"type":"Point","coordinates":[-0.2897045,51.4754158]},"properties":{"@type":"node","@id":6921868420,"@timestamp":1576764845},"coords":"51.4754158,-0.2897045","bedrooms":"4","price":"284000","area":"553"} , +{"type":"Feature","id":"n6923458316","geometry":{"type":"Point","coordinates":[-0.1515701,51.5549182]},"properties":{"@type":"node","@id":6923458316,"@timestamp":1613338203},"coords":"51.5549182,-0.1515701","bedrooms":"2","price":"289000","area":"555"} , +{"type":"Feature","id":"n6923574780","geometry":{"type":"Point","coordinates":[-0.2155357,51.4141554]},"properties":{"@type":"node","@id":6923574780,"@timestamp":1616808123},"coords":"51.4141554,-0.2155357","bedrooms":"3","price":"189000","area":"568"} , +{"type":"Feature","id":"n6924049558","geometry":{"type":"Point","coordinates":[-0.2160627,51.4117294]},"properties":{"@type":"node","@id":6924049558,"@timestamp":1572250818},"coords":"51.4117294,-0.2160627","bedrooms":"1","price":"205000","area":"584"} , +{"type":"Feature","id":"n6924398659","geometry":{"type":"Point","coordinates":[0.7059365,51.1687265]},"properties":{"@type":"node","@id":6924398659,"@timestamp":1572261173},"coords":"51.1687265,0.7059365","bedrooms":"2","price":"273000","area":"407"} , +{"type":"Feature","id":"n6924580490","geometry":{"type":"Point","coordinates":[-0.2986384,51.4473538]},"properties":{"@type":"node","@id":6924580490,"@timestamp":1629842094},"coords":"51.4473538,-0.2986384","bedrooms":"0","price":"282000","area":"389"} , +{"type":"Feature","id":"n6924687508","geometry":{"type":"Point","coordinates":[-0.5737675,51.248289]},"properties":{"@type":"node","@id":6924687508,"@timestamp":1586680967},"coords":"51.248289,-0.5737675","bedrooms":"1","price":"201000","area":"456"} , +{"type":"Feature","id":"n6925094675","geometry":{"type":"Point","coordinates":[-0.0081648,51.5470337]},"properties":{"@type":"node","@id":6925094675,"@timestamp":1611073301},"coords":"51.5470337,-0.0081648","bedrooms":"4","price":"188000","area":"676"} , +{"type":"Feature","id":"n6925146144","geometry":{"type":"Point","coordinates":[0.4811056,51.4871128]},"properties":{"@type":"node","@id":6925146144,"@timestamp":1572283789},"coords":"51.4871128,0.4811056","bedrooms":"2","price":"299000","area":"598"} , +{"type":"Feature","id":"n6925250262","geometry":{"type":"Point","coordinates":[-0.4815774,51.6042643]},"properties":{"@type":"node","@id":6925250262,"@timestamp":1587229579},"coords":"51.6042643,-0.4815774","bedrooms":"4","price":"168000","area":"362"} , +{"type":"Feature","id":"n6925517417","geometry":{"type":"Point","coordinates":[-0.6973131,51.4114941]},"properties":{"@type":"node","@id":6925517417,"@timestamp":1572293603},"coords":"51.4114941,-0.6973131","bedrooms":"3","price":"288000","area":"433"} , +{"type":"Feature","id":"n6925553159","geometry":{"type":"Point","coordinates":[-0.2146972,51.4647573]},"properties":{"@type":"node","@id":6925553159,"@timestamp":1628806927},"coords":"51.4647573,-0.2146972","bedrooms":"4","price":"188000","area":"456"} , +{"type":"Feature","id":"n6925747818","geometry":{"type":"Point","coordinates":[-0.2143504,51.4092051]},"properties":{"@type":"node","@id":6925747818,"@timestamp":1572306766},"coords":"51.4092051,-0.2143504","bedrooms":"1","price":"223000","area":"375"} , +{"type":"Feature","id":"n6925781128","geometry":{"type":"Point","coordinates":[-0.195152,51.4585879]},"properties":{"@type":"node","@id":6925781128,"@timestamp":1635258022},"coords":"51.4585879,-0.195152","bedrooms":"0","price":"209000","area":"435"} , +{"type":"Feature","id":"n6925808468","geometry":{"type":"Point","coordinates":[-0.1310577,51.4644045]},"properties":{"@type":"node","@id":6925808468,"@timestamp":1572308692},"coords":"51.4644045,-0.1310577","bedrooms":"4","price":"291000","area":"594"} , +{"type":"Feature","id":"n6926022527","geometry":{"type":"Point","coordinates":[0.5144668,51.1253244]},"properties":{"@type":"node","@id":6926022527,"@timestamp":1572322269},"coords":"51.1253244,0.5144668","bedrooms":"1","price":"267000","area":"646"} , +{"type":"Feature","id":"n6926121076","geometry":{"type":"Point","coordinates":[0.4700211,51.1172162]},"properties":{"@type":"node","@id":6926121076,"@timestamp":1572327816},"coords":"51.1172162,0.4700211","bedrooms":"0","price":"288000","area":"518"} , +{"type":"Feature","id":"n6926216581","geometry":{"type":"Point","coordinates":[0.2920441,51.160632]},"properties":{"@type":"node","@id":6926216581,"@timestamp":1572332927},"coords":"51.160632,0.2920441","bedrooms":"4","price":"153000","area":"645"} , +{"type":"Feature","id":"n6926809194","geometry":{"type":"Point","coordinates":[0.0138075,51.6852908]},"properties":{"@type":"node","@id":6926809194,"@timestamp":1572347543},"coords":"51.6852908,0.0138075","bedrooms":"3","price":"226000","area":"399"} , +{"type":"Feature","id":"n6927769079","geometry":{"type":"Point","coordinates":[-0.1671727,51.2979742]},"properties":{"@type":"node","@id":6927769079,"@timestamp":1572368815},"coords":"51.2979742,-0.1671727","bedrooms":"3","price":"246000","area":"650"} , +{"type":"Feature","id":"n6927815525","geometry":{"type":"Point","coordinates":[-0.1878124,51.2694594]},"properties":{"@type":"node","@id":6927815525,"@timestamp":1594742716},"coords":"51.2694594,-0.1878124","bedrooms":"3","price":"298000","area":"484"} , +{"type":"Feature","id":"n6928352585","geometry":{"type":"Point","coordinates":[-0.1861828,51.1131641]},"properties":{"@type":"node","@id":6928352585,"@timestamp":1572379381},"coords":"51.1131641,-0.1861828","bedrooms":"1","price":"195000","area":"497"} , +{"type":"Feature","id":"n6929517380","geometry":{"type":"Point","coordinates":[0.1144635,51.5188829]},"properties":{"@type":"node","@id":6929517380,"@timestamp":1572514229},"coords":"51.5188829,0.1144635","bedrooms":"3","price":"283000","area":"612"} , +{"type":"Feature","id":"n6929789189","geometry":{"type":"Point","coordinates":[-0.3030682,51.461728]},"properties":{"@type":"node","@id":6929789189,"@timestamp":1572427953},"coords":"51.461728,-0.3030682","bedrooms":"0","price":"155000","area":"677"} , +{"type":"Feature","id":"n6930060649","geometry":{"type":"Point","coordinates":[0.1196741,51.521646]},"properties":{"@type":"node","@id":6930060649,"@timestamp":1572514229},"coords":"51.521646,0.1196741","bedrooms":"0","price":"293000","area":"612"} , +{"type":"Feature","id":"n6930824285","geometry":{"type":"Point","coordinates":[0.1208306,51.5270901]},"properties":{"@type":"node","@id":6930824285,"@timestamp":1572439759},"coords":"51.5270901,0.1208306","bedrooms":"4","price":"153000","area":"566"} , +{"type":"Feature","id":"n6932047561","geometry":{"type":"Point","coordinates":[0.1830162,51.0498145]},"properties":{"@type":"node","@id":6932047561,"@timestamp":1572448063},"coords":"51.0498145,0.1830162","bedrooms":"0","price":"267000","area":"592"} , +{"type":"Feature","id":"n6932115290","geometry":{"type":"Point","coordinates":[-0.0903164,51.5448143]},"properties":{"@type":"node","@id":6932115290,"@timestamp":1572449622},"coords":"51.5448143,-0.0903164","bedrooms":"2","price":"253000","area":"492"} , +{"type":"Feature","id":"n6932115359","geometry":{"type":"Point","coordinates":[-0.0906774,51.5438021]},"properties":{"@type":"node","@id":6932115359,"@timestamp":1572449622},"coords":"51.5438021,-0.0906774","bedrooms":"0","price":"158000","area":"372"} , +{"type":"Feature","id":"n6932115416","geometry":{"type":"Point","coordinates":[-0.0909385,51.5431089]},"properties":{"@type":"node","@id":6932115416,"@timestamp":1572449622},"coords":"51.5431089,-0.0909385","bedrooms":"0","price":"259000","area":"522"} , +{"type":"Feature","id":"n6932115426","geometry":{"type":"Point","coordinates":[-0.0888522,51.545239]},"properties":{"@type":"node","@id":6932115426,"@timestamp":1572449622},"coords":"51.545239,-0.0888522","bedrooms":"3","price":"158000","area":"467"} , +{"type":"Feature","id":"n6932200331","geometry":{"type":"Point","coordinates":[0.1642392,51.0548529]},"properties":{"@type":"node","@id":6932200331,"@timestamp":1572452100},"coords":"51.0548529,0.1642392","bedrooms":"4","price":"272000","area":"429"} , +{"type":"Feature","id":"n6932377807","geometry":{"type":"Point","coordinates":[-0.091901,51.544589]},"properties":{"@type":"node","@id":6932377807,"@timestamp":1616848759},"coords":"51.544589,-0.091901","bedrooms":"1","price":"292000","area":"360"} , +{"type":"Feature","id":"n6932774691","geometry":{"type":"Point","coordinates":[-0.1933772,51.5358114]},"properties":{"@type":"node","@id":6932774691,"@timestamp":1572461867},"coords":"51.5358114,-0.1933772","bedrooms":"4","price":"232000","area":"548"} , +{"type":"Feature","id":"n6933088402","geometry":{"type":"Point","coordinates":[0.1358066,51.7917919]},"properties":{"@type":"node","@id":6933088402,"@timestamp":1572469771},"coords":"51.7917919,0.1358066","bedrooms":"4","price":"155000","area":"632"} , +{"type":"Feature","id":"n6933105203","geometry":{"type":"Point","coordinates":[0.1463275,51.7621981]},"properties":{"@type":"node","@id":6933105203,"@timestamp":1572470219},"coords":"51.7621981,0.1463275","bedrooms":"0","price":"262000","area":"352"} , +{"type":"Feature","id":"n6933231064","geometry":{"type":"Point","coordinates":[-0.2155028,51.4088556]},"properties":{"@type":"node","@id":6933231064,"@timestamp":1572477556},"coords":"51.4088556,-0.2155028","bedrooms":"4","price":"223000","area":"616"} , +{"type":"Feature","id":"n6933365842","geometry":{"type":"Point","coordinates":[-0.2226113,51.4930851]},"properties":{"@type":"node","@id":6933365842,"@timestamp":1634457039},"coords":"51.4930851,-0.2226113","bedrooms":"1","price":"270000","area":"578"} , +{"type":"Feature","id":"n6934045084","geometry":{"type":"Point","coordinates":[-0.2491333,51.2759062]},"properties":{"@type":"node","@id":6934045084,"@timestamp":1616340830},"coords":"51.2759062,-0.2491333","bedrooms":"0","price":"169000","area":"513"} , +{"type":"Feature","id":"n6934353184","geometry":{"type":"Point","coordinates":[0.1248481,51.5244373]},"properties":{"@type":"node","@id":6934353184,"@timestamp":1624593067},"coords":"51.5244373,0.1248481","bedrooms":"2","price":"234000","area":"582"} , +{"type":"Feature","id":"n6934752539","geometry":{"type":"Point","coordinates":[0.1025826,51.5225255]},"properties":{"@type":"node","@id":6934752539,"@timestamp":1572523823},"coords":"51.5225255,0.1025826","bedrooms":"1","price":"165000","area":"511"} , +{"type":"Feature","id":"n6934761758","geometry":{"type":"Point","coordinates":[0.1017938,51.5237378]},"properties":{"@type":"node","@id":6934761758,"@timestamp":1572523823},"coords":"51.5237378,0.1017938","bedrooms":"3","price":"244000","area":"598"} , +{"type":"Feature","id":"n6934902282","geometry":{"type":"Point","coordinates":[-0.0056134,51.6807393]},"properties":{"@type":"node","@id":6934902282,"@timestamp":1572527569},"coords":"51.6807393,-0.0056134","bedrooms":"1","price":"168000","area":"560"} , +{"type":"Feature","id":"n6935204952","geometry":{"type":"Point","coordinates":[-0.6333125,50.9479829]},"properties":{"@type":"node","@id":6935204952,"@timestamp":1572534785},"coords":"50.9479829,-0.6333125","bedrooms":"1","price":"161000","area":"559"} , +{"type":"Feature","id":"n6935427755","geometry":{"type":"Point","coordinates":[-0.1349035,51.488706]},"properties":{"@type":"node","@id":6935427755,"@timestamp":1572542740},"coords":"51.488706,-0.1349035","bedrooms":"1","price":"178000","area":"437"} , +{"type":"Feature","id":"n6935427766","geometry":{"type":"Point","coordinates":[-0.1340244,51.4889437]},"properties":{"@type":"node","@id":6935427766,"@timestamp":1572542740},"coords":"51.4889437,-0.1340244","bedrooms":"4","price":"245000","area":"545"} , +{"type":"Feature","id":"n6935457305","geometry":{"type":"Point","coordinates":[0.5181242,51.7550792]},"properties":{"@type":"node","@id":6935457305,"@timestamp":1572542334},"coords":"51.7550792,0.5181242","bedrooms":"0","price":"152000","area":"456"} , +{"type":"Feature","id":"n6935762821","geometry":{"type":"Point","coordinates":[-0.9131916,51.4569619]},"properties":{"@type":"node","@id":6935762821,"@timestamp":1625142999},"coords":"51.4569619,-0.9131916","bedrooms":"2","price":"259000","area":"611"} , +{"type":"Feature","id":"n6935762831","geometry":{"type":"Point","coordinates":[-0.9128362,51.4564447]},"properties":{"@type":"node","@id":6935762831,"@timestamp":1625142999},"coords":"51.4564447,-0.9128362","bedrooms":"0","price":"234000","area":"696"} , +{"type":"Feature","id":"n6935762841","geometry":{"type":"Point","coordinates":[-0.9153494,51.455304]},"properties":{"@type":"node","@id":6935762841,"@timestamp":1625142999},"coords":"51.455304,-0.9153494","bedrooms":"2","price":"180000","area":"662"} , +{"type":"Feature","id":"n6935762851","geometry":{"type":"Point","coordinates":[-0.9130186,51.4555948]},"properties":{"@type":"node","@id":6935762851,"@timestamp":1625150606},"coords":"51.4555948,-0.9130186","bedrooms":"2","price":"207000","area":"525"} , +{"type":"Feature","id":"n6935762861","geometry":{"type":"Point","coordinates":[-0.913099,51.4546271]},"properties":{"@type":"node","@id":6935762861,"@timestamp":1625142999},"coords":"51.4546271,-0.913099","bedrooms":"3","price":"240000","area":"472"} , +{"type":"Feature","id":"n6935762872","geometry":{"type":"Point","coordinates":[-0.9162655,51.4506322]},"properties":{"@type":"node","@id":6935762872,"@timestamp":1625150606},"coords":"51.4506322,-0.9162655","bedrooms":"1","price":"173000","area":"415"} , +{"type":"Feature","id":"n6935773688","geometry":{"type":"Point","coordinates":[-0.9164719,51.4489733]},"properties":{"@type":"node","@id":6935773688,"@timestamp":1625150606},"coords":"51.4489733,-0.9164719","bedrooms":"2","price":"194000","area":"697"} , +{"type":"Feature","id":"n6935773698","geometry":{"type":"Point","coordinates":[-0.9082214,51.4448727]},"properties":{"@type":"node","@id":6935773698,"@timestamp":1625152758},"coords":"51.4448727,-0.9082214","bedrooms":"3","price":"164000","area":"522"} , +{"type":"Feature","id":"n6935773708","geometry":{"type":"Point","coordinates":[-0.9055553,51.4594036]},"properties":{"@type":"node","@id":6935773708,"@timestamp":1625152104},"coords":"51.4594036,-0.9055553","bedrooms":"3","price":"226000","area":"642"} , +{"type":"Feature","id":"n6935773719","geometry":{"type":"Point","coordinates":[-0.8909341,51.459122]},"properties":{"@type":"node","@id":6935773719,"@timestamp":1605587223},"coords":"51.459122,-0.8909341","bedrooms":"1","price":"273000","area":"661"} , +{"type":"Feature","id":"n6935773729","geometry":{"type":"Point","coordinates":[-0.8772299,51.4545229]},"properties":{"@type":"node","@id":6935773729,"@timestamp":1605608773},"coords":"51.4545229,-0.8772299","bedrooms":"3","price":"179000","area":"470"} , +{"type":"Feature","id":"n6935791020","geometry":{"type":"Point","coordinates":[-0.2979759,51.773385]},"properties":{"@type":"node","@id":6935791020,"@timestamp":1628174351},"coords":"51.773385,-0.2979759","bedrooms":"1","price":"211000","area":"692"} , +{"type":"Feature","id":"n6935791031","geometry":{"type":"Point","coordinates":[-0.3013223,51.7674986]},"properties":{"@type":"node","@id":6935791031,"@timestamp":1628070835},"coords":"51.7674986,-0.3013223","bedrooms":"2","price":"172000","area":"568"} , +{"type":"Feature","id":"n6935791041","geometry":{"type":"Point","coordinates":[-0.2957778,51.7699128]},"properties":{"@type":"node","@id":6935791041,"@timestamp":1628170364},"coords":"51.7699128,-0.2957778","bedrooms":"1","price":"177000","area":"515"} , +{"type":"Feature","id":"n6935849469","geometry":{"type":"Point","coordinates":[-0.6311779,51.3250018]},"properties":{"@type":"node","@id":6935849469,"@timestamp":1572554858},"coords":"51.3250018,-0.6311779","bedrooms":"3","price":"174000","area":"586"} , +{"type":"Feature","id":"n6935932261","geometry":{"type":"Point","coordinates":[-0.1769781,51.6160631]},"properties":{"@type":"node","@id":6935932261,"@timestamp":1572559305},"coords":"51.6160631,-0.1769781","bedrooms":"4","price":"243000","area":"399"} , +{"type":"Feature","id":"n6936030684","geometry":{"type":"Point","coordinates":[-1.0945559,51.1695728]},"properties":{"@type":"node","@id":6936030684,"@timestamp":1572566912},"coords":"51.1695728,-1.0945559","bedrooms":"3","price":"206000","area":"550"} , +{"type":"Feature","id":"n6936078592","geometry":{"type":"Point","coordinates":[-1.0983633,51.1738376]},"properties":{"@type":"node","@id":6936078592,"@timestamp":1572566912},"coords":"51.1738376,-1.0983633","bedrooms":"2","price":"208000","area":"425"} , +{"type":"Feature","id":"n6936078602","geometry":{"type":"Point","coordinates":[-1.0466154,51.1942146]},"properties":{"@type":"node","@id":6936078602,"@timestamp":1572566912},"coords":"51.1942146,-1.0466154","bedrooms":"0","price":"208000","area":"592"} , +{"type":"Feature","id":"n6936078612","geometry":{"type":"Point","coordinates":[-1.0817617,51.1853134]},"properties":{"@type":"node","@id":6936078612,"@timestamp":1572566912},"coords":"51.1853134,-1.0817617","bedrooms":"4","price":"171000","area":"529"} , +{"type":"Feature","id":"n6936078622","geometry":{"type":"Point","coordinates":[-1.0671008,51.18782]},"properties":{"@type":"node","@id":6936078622,"@timestamp":1572566912},"coords":"51.18782,-1.0671008","bedrooms":"2","price":"235000","area":"698"} , +{"type":"Feature","id":"n6936078632","geometry":{"type":"Point","coordinates":[-1.0926783,51.1754822]},"properties":{"@type":"node","@id":6936078632,"@timestamp":1572566912},"coords":"51.1754822,-1.0926783","bedrooms":"1","price":"156000","area":"494"} , +{"type":"Feature","id":"n6936338803","geometry":{"type":"Point","coordinates":[-0.1642367,51.5151708]},"properties":{"@type":"node","@id":6936338803,"@timestamp":1572584596},"coords":"51.5151708,-0.1642367","bedrooms":"1","price":"212000","area":"473"} , +{"type":"Feature","id":"n6936995858","geometry":{"type":"Point","coordinates":[0.3069023,51.4532239]},"properties":{"@type":"node","@id":6936995858,"@timestamp":1591269813},"coords":"51.4532239,0.3069023","bedrooms":"1","price":"256000","area":"669"} , +{"type":"Feature","id":"n6937136396","geometry":{"type":"Point","coordinates":[-0.9740109,51.1583503]},"properties":{"@type":"node","@id":6937136396,"@timestamp":1605858812},"coords":"51.1583503,-0.9740109","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n6937270426","geometry":{"type":"Point","coordinates":[0.0954572,51.5251033]},"properties":{"@type":"node","@id":6937270426,"@timestamp":1572614140},"coords":"51.5251033,0.0954572","bedrooms":"0","price":"177000","area":"397"} , +{"type":"Feature","id":"n6937288894","geometry":{"type":"Point","coordinates":[0.1017012,51.5251584]},"properties":{"@type":"node","@id":6937288894,"@timestamp":1572614140},"coords":"51.5251584,0.1017012","bedrooms":"4","price":"248000","area":"612"} , +{"type":"Feature","id":"n6937566602","geometry":{"type":"Point","coordinates":[0.0941096,51.5269565]},"properties":{"@type":"node","@id":6937566602,"@timestamp":1598815126},"coords":"51.5269565,0.0941096","bedrooms":"2","price":"191000","area":"686"} , +{"type":"Feature","id":"n6937614752","geometry":{"type":"Point","coordinates":[-1.0261555,51.4397646]},"properties":{"@type":"node","@id":6937614752,"@timestamp":1572623185},"coords":"51.4397646,-1.0261555","bedrooms":"1","price":"260000","area":"387"} , +{"type":"Feature","id":"n6937614762","geometry":{"type":"Point","coordinates":[-1.0181203,51.442436]},"properties":{"@type":"node","@id":6937614762,"@timestamp":1572623185},"coords":"51.442436,-1.0181203","bedrooms":"2","price":"258000","area":"497"} , +{"type":"Feature","id":"n6937614772","geometry":{"type":"Point","coordinates":[-1.0156097,51.4428239]},"properties":{"@type":"node","@id":6937614772,"@timestamp":1572623185},"coords":"51.4428239,-1.0156097","bedrooms":"0","price":"203000","area":"453"} , +{"type":"Feature","id":"n6937614782","geometry":{"type":"Point","coordinates":[-1.0132091,51.4413092]},"properties":{"@type":"node","@id":6937614782,"@timestamp":1572623185},"coords":"51.4413092,-1.0132091","bedrooms":"1","price":"189000","area":"615"} , +{"type":"Feature","id":"n6937648085","geometry":{"type":"Point","coordinates":[-1.012839,51.4412658]},"properties":{"@type":"node","@id":6937648085,"@timestamp":1572623185},"coords":"51.4412658,-1.012839","bedrooms":"4","price":"152000","area":"459"} , +{"type":"Feature","id":"n6937648095","geometry":{"type":"Point","coordinates":[-1.0120531,51.4403696]},"properties":{"@type":"node","@id":6937648095,"@timestamp":1572623185},"coords":"51.4403696,-1.0120531","bedrooms":"0","price":"214000","area":"686"} , +{"type":"Feature","id":"n6937648105","geometry":{"type":"Point","coordinates":[-1.014392,51.4401406]},"properties":{"@type":"node","@id":6937648105,"@timestamp":1572623185},"coords":"51.4401406,-1.014392","bedrooms":"4","price":"222000","area":"577"} , +{"type":"Feature","id":"n6937648115","geometry":{"type":"Point","coordinates":[-1.0119371,51.4442018]},"properties":{"@type":"node","@id":6937648115,"@timestamp":1625826626},"coords":"51.4442018,-1.0119371","bedrooms":"0","price":"154000","area":"554"} , +{"type":"Feature","id":"n6937648125","geometry":{"type":"Point","coordinates":[-1.0076255,51.4426542]},"properties":{"@type":"node","@id":6937648125,"@timestamp":1625826626},"coords":"51.4426542,-1.0076255","bedrooms":"1","price":"166000","area":"575"} , +{"type":"Feature","id":"n6937648135","geometry":{"type":"Point","coordinates":[-1.0134479,51.4393498]},"properties":{"@type":"node","@id":6937648135,"@timestamp":1572623185},"coords":"51.4393498,-1.0134479","bedrooms":"4","price":"154000","area":"457"} , +{"type":"Feature","id":"n6937648145","geometry":{"type":"Point","coordinates":[-1.0147353,51.4392052]},"properties":{"@type":"node","@id":6937648145,"@timestamp":1625826626},"coords":"51.4392052,-1.0147353","bedrooms":"4","price":"270000","area":"475"} , +{"type":"Feature","id":"n6937648155","geometry":{"type":"Point","coordinates":[-1.0047843,51.4429359]},"properties":{"@type":"node","@id":6937648155,"@timestamp":1572623185},"coords":"51.4429359,-1.0047843","bedrooms":"1","price":"197000","area":"537"} , +{"type":"Feature","id":"n6937648165","geometry":{"type":"Point","coordinates":[-1.0004472,51.4417121]},"properties":{"@type":"node","@id":6937648165,"@timestamp":1572623185},"coords":"51.4417121,-1.0004472","bedrooms":"0","price":"195000","area":"467"} , +{"type":"Feature","id":"n6937648175","geometry":{"type":"Point","coordinates":[-1.0514601,51.4389836]},"properties":{"@type":"node","@id":6937648175,"@timestamp":1572623185},"coords":"51.4389836,-1.0514601","bedrooms":"2","price":"208000","area":"471"} , +{"type":"Feature","id":"n6937732164","geometry":{"type":"Point","coordinates":[-0.3368923,51.8219799]},"properties":{"@type":"node","@id":6937732164,"@timestamp":1572625798},"coords":"51.8219799,-0.3368923","bedrooms":"1","price":"246000","area":"353"} , +{"type":"Feature","id":"n6938180598","geometry":{"type":"Point","coordinates":[-0.6362596,51.3153598]},"properties":{"@type":"node","@id":6938180598,"@timestamp":1572640277},"coords":"51.3153598,-0.6362596","bedrooms":"0","price":"218000","area":"422"} , +{"type":"Feature","id":"n6938206829","geometry":{"type":"Point","coordinates":[-0.1637595,51.497136]},"properties":{"@type":"node","@id":6938206829,"@timestamp":1572641343},"coords":"51.497136,-0.1637595","bedrooms":"4","price":"161000","area":"608"} , +{"type":"Feature","id":"n6938439833","geometry":{"type":"Point","coordinates":[-0.4121317,51.8152587]},"properties":{"@type":"node","@id":6938439833,"@timestamp":1572649764},"coords":"51.8152587,-0.4121317","bedrooms":"3","price":"155000","area":"692"} , +{"type":"Feature","id":"n6938623568","geometry":{"type":"Point","coordinates":[-0.719634,51.8300177]},"properties":{"@type":"node","@id":6938623568,"@timestamp":1572661073},"coords":"51.8300177,-0.719634","bedrooms":"4","price":"281000","area":"429"} , +{"type":"Feature","id":"n6938623578","geometry":{"type":"Point","coordinates":[-0.7119522,51.8231233]},"properties":{"@type":"node","@id":6938623578,"@timestamp":1572661073},"coords":"51.8231233,-0.7119522","bedrooms":"4","price":"270000","area":"525"} , +{"type":"Feature","id":"n6938631388","geometry":{"type":"Point","coordinates":[-0.7027549,51.8154899]},"properties":{"@type":"node","@id":6938631388,"@timestamp":1572661073},"coords":"51.8154899,-0.7027549","bedrooms":"1","price":"196000","area":"593"} , +{"type":"Feature","id":"n6938631398","geometry":{"type":"Point","coordinates":[-0.6946412,51.8076761]},"properties":{"@type":"node","@id":6938631398,"@timestamp":1572661073},"coords":"51.8076761,-0.6946412","bedrooms":"0","price":"213000","area":"471"} , +{"type":"Feature","id":"n6938631408","geometry":{"type":"Point","coordinates":[-0.683172,51.8034237]},"properties":{"@type":"node","@id":6938631408,"@timestamp":1572661073},"coords":"51.8034237,-0.683172","bedrooms":"0","price":"267000","area":"579"} , +{"type":"Feature","id":"n6938631418","geometry":{"type":"Point","coordinates":[-0.6703994,51.8008512]},"properties":{"@type":"node","@id":6938631418,"@timestamp":1572661073},"coords":"51.8008512,-0.6703994","bedrooms":"2","price":"268000","area":"628"} , +{"type":"Feature","id":"n6938631428","geometry":{"type":"Point","coordinates":[-0.6981106,51.8275843]},"properties":{"@type":"node","@id":6938631428,"@timestamp":1572661073},"coords":"51.8275843,-0.6981106","bedrooms":"3","price":"236000","area":"450"} , +{"type":"Feature","id":"n6938631438","geometry":{"type":"Point","coordinates":[-0.6882468,51.8219014]},"properties":{"@type":"node","@id":6938631438,"@timestamp":1572661073},"coords":"51.8219014,-0.6882468","bedrooms":"3","price":"184000","area":"350"} , +{"type":"Feature","id":"n6938631448","geometry":{"type":"Point","coordinates":[-0.6810196,51.814893]},"properties":{"@type":"node","@id":6938631448,"@timestamp":1572661073},"coords":"51.814893,-0.6810196","bedrooms":"2","price":"209000","area":"698"} , +{"type":"Feature","id":"n6938631458","geometry":{"type":"Point","coordinates":[-0.6749216,51.8068104]},"properties":{"@type":"node","@id":6938631458,"@timestamp":1572661073},"coords":"51.8068104,-0.6749216","bedrooms":"1","price":"277000","area":"468"} , +{"type":"Feature","id":"n6938659578","geometry":{"type":"Point","coordinates":[-0.0385166,51.475495]},"properties":{"@type":"node","@id":6938659578,"@timestamp":1583739773},"coords":"51.475495,-0.0385166","bedrooms":"0","price":"241000","area":"358"} , +{"type":"Feature","id":"n6938685892","geometry":{"type":"Point","coordinates":[-0.0376095,51.4756897]},"properties":{"@type":"node","@id":6938685892,"@timestamp":1572667437},"coords":"51.4756897,-0.0376095","bedrooms":"4","price":"189000","area":"368"} , +{"type":"Feature","id":"n6938734040","geometry":{"type":"Point","coordinates":[0.39083,51.4381961]},"properties":{"@type":"node","@id":6938734040,"@timestamp":1572675964},"coords":"51.4381961,0.39083","bedrooms":"1","price":"210000","area":"356"} , +{"type":"Feature","id":"n6938734050","geometry":{"type":"Point","coordinates":[0.3912672,51.4376978]},"properties":{"@type":"node","@id":6938734050,"@timestamp":1572675964},"coords":"51.4376978,0.3912672","bedrooms":"4","price":"265000","area":"659"} , +{"type":"Feature","id":"n6938734060","geometry":{"type":"Point","coordinates":[0.3915757,51.4370407]},"properties":{"@type":"node","@id":6938734060,"@timestamp":1572675964},"coords":"51.4370407,0.3915757","bedrooms":"0","price":"293000","area":"620"} , +{"type":"Feature","id":"n6938734070","geometry":{"type":"Point","coordinates":[0.3924555,51.4366595]},"properties":{"@type":"node","@id":6938734070,"@timestamp":1572675964},"coords":"51.4366595,0.3924555","bedrooms":"0","price":"229000","area":"621"} , +{"type":"Feature","id":"n6938734080","geometry":{"type":"Point","coordinates":[0.3942901,51.4374905]},"properties":{"@type":"node","@id":6938734080,"@timestamp":1572675964},"coords":"51.4374905,0.3942901","bedrooms":"3","price":"270000","area":"653"} , +{"type":"Feature","id":"n6938746890","geometry":{"type":"Point","coordinates":[0.3948909,51.4368184]},"properties":{"@type":"node","@id":6938746890,"@timestamp":1572675964},"coords":"51.4368184,0.3948909","bedrooms":"3","price":"230000","area":"659"} , +{"type":"Feature","id":"n6938753949","geometry":{"type":"Point","coordinates":[0.7424945,51.8212399]},"properties":{"@type":"node","@id":6938753949,"@timestamp":1572677033},"coords":"51.8212399,0.7424945","bedrooms":"4","price":"204000","area":"524"} , +{"type":"Feature","id":"n6938753959","geometry":{"type":"Point","coordinates":[0.7448816,51.8193515]},"properties":{"@type":"node","@id":6938753959,"@timestamp":1572677033},"coords":"51.8193515,0.7448816","bedrooms":"4","price":"271000","area":"606"} , +{"type":"Feature","id":"n6938753969","geometry":{"type":"Point","coordinates":[0.7455656,51.8196201]},"properties":{"@type":"node","@id":6938753969,"@timestamp":1572677033},"coords":"51.8196201,0.7455656","bedrooms":"3","price":"160000","area":"447"} , +{"type":"Feature","id":"n6938753979","geometry":{"type":"Point","coordinates":[0.7458124,51.8201705]},"properties":{"@type":"node","@id":6938753979,"@timestamp":1572677033},"coords":"51.8201705,0.7458124","bedrooms":"1","price":"228000","area":"548"} , +{"type":"Feature","id":"n6938758889","geometry":{"type":"Point","coordinates":[0.7462174,51.8204275]},"properties":{"@type":"node","@id":6938758889,"@timestamp":1572677033},"coords":"51.8204275,0.7462174","bedrooms":"3","price":"198000","area":"570"} , +{"type":"Feature","id":"n6938758899","geometry":{"type":"Point","coordinates":[0.7439026,51.8206663]},"properties":{"@type":"node","@id":6938758899,"@timestamp":1572677033},"coords":"51.8206663,0.7439026","bedrooms":"1","price":"204000","area":"380"} , +{"type":"Feature","id":"n6938758909","geometry":{"type":"Point","coordinates":[0.7465339,51.821162]},"properties":{"@type":"node","@id":6938758909,"@timestamp":1572677033},"coords":"51.821162,0.7465339","bedrooms":"3","price":"250000","area":"631"} , +{"type":"Feature","id":"n6938758919","geometry":{"type":"Point","coordinates":[0.7453912,51.8212664]},"properties":{"@type":"node","@id":6938758919,"@timestamp":1572677033},"coords":"51.8212664,0.7453912","bedrooms":"2","price":"237000","area":"676"} , +{"type":"Feature","id":"n6938794290","geometry":{"type":"Point","coordinates":[-0.1623137,51.514481]},"properties":{"@type":"node","@id":6938794290,"@timestamp":1572680428},"coords":"51.514481,-0.1623137","bedrooms":"4","price":"165000","area":"393"} , +{"type":"Feature","id":"n6939164503","geometry":{"type":"Point","coordinates":[0.2948968,51.4555312]},"properties":{"@type":"node","@id":6939164503,"@timestamp":1572698570},"coords":"51.4555312,0.2948968","bedrooms":"4","price":"221000","area":"376"} , +{"type":"Feature","id":"n6939543857","geometry":{"type":"Point","coordinates":[0.1595322,51.0527608]},"properties":{"@type":"node","@id":6939543857,"@timestamp":1572715164},"coords":"51.0527608,0.1595322","bedrooms":"2","price":"151000","area":"435"} , +{"type":"Feature","id":"n6940016500","geometry":{"type":"Point","coordinates":[-0.8754559,51.4011945]},"properties":{"@type":"node","@id":6940016500,"@timestamp":1572732777},"coords":"51.4011945,-0.8754559","bedrooms":"1","price":"200000","area":"455"} , +{"type":"Feature","id":"n6940177253","geometry":{"type":"Point","coordinates":[-0.203514,51.3942002]},"properties":{"@type":"node","@id":6940177253,"@timestamp":1572736601},"coords":"51.3942002,-0.203514","bedrooms":"1","price":"277000","area":"394"} , +{"type":"Feature","id":"n6940303099","geometry":{"type":"Point","coordinates":[-0.2044295,51.3989921]},"properties":{"@type":"node","@id":6940303099,"@timestamp":1572739527},"coords":"51.3989921,-0.2044295","bedrooms":"4","price":"187000","area":"660"} , +{"type":"Feature","id":"n6940367359","geometry":{"type":"Point","coordinates":[-0.1060053,51.5222504]},"properties":{"@type":"node","@id":6940367359,"@timestamp":1583375749},"coords":"51.5222504,-0.1060053","bedrooms":"2","price":"217000","area":"631"} , +{"type":"Feature","id":"n6940469790","geometry":{"type":"Point","coordinates":[-0.1977128,51.4432128]},"properties":{"@type":"node","@id":6940469790,"@timestamp":1572746004},"coords":"51.4432128,-0.1977128","bedrooms":"1","price":"197000","area":"474"} , +{"type":"Feature","id":"n6942702849","geometry":{"type":"Point","coordinates":[0.2658451,51.1350523]},"properties":{"@type":"node","@id":6942702849,"@timestamp":1591736297},"coords":"51.1350523,0.2658451","bedrooms":"3","price":"244000","area":"577"} , +{"type":"Feature","id":"n6942851299","geometry":{"type":"Point","coordinates":[-0.1796598,51.0957728]},"properties":{"@type":"node","@id":6942851299,"@timestamp":1572788444},"coords":"51.0957728,-0.1796598","bedrooms":"1","price":"203000","area":"437"} , +{"type":"Feature","id":"n6942904629","geometry":{"type":"Point","coordinates":[-0.1811137,51.0955532]},"properties":{"@type":"node","@id":6942904629,"@timestamp":1572788406},"coords":"51.0955532,-0.1811137","bedrooms":"1","price":"191000","area":"369"} , +{"type":"Feature","id":"n6942906888","geometry":{"type":"Point","coordinates":[-1.0708497,51.4391598]},"properties":{"@type":"node","@id":6942906888,"@timestamp":1572788263},"coords":"51.4391598,-1.0708497","bedrooms":"1","price":"175000","area":"632"} , +{"type":"Feature","id":"n6943057451","geometry":{"type":"Point","coordinates":[-0.1794563,51.0942531]},"properties":{"@type":"node","@id":6943057451,"@timestamp":1572792027},"coords":"51.0942531,-0.1794563","bedrooms":"2","price":"279000","area":"675"} , +{"type":"Feature","id":"n6943100108","geometry":{"type":"Point","coordinates":[-1.0740946,51.4380269]},"properties":{"@type":"node","@id":6943100108,"@timestamp":1572793672},"coords":"51.4380269,-1.0740946","bedrooms":"4","price":"177000","area":"400"} , +{"type":"Feature","id":"n6943150418","geometry":{"type":"Point","coordinates":[-0.181837,51.0928586]},"properties":{"@type":"node","@id":6943150418,"@timestamp":1572795348},"coords":"51.0928586,-0.181837","bedrooms":"2","price":"215000","area":"406"} , +{"type":"Feature","id":"n6943206315","geometry":{"type":"Point","coordinates":[-0.2030307,51.417325]},"properties":{"@type":"node","@id":6943206315,"@timestamp":1608671383},"coords":"51.417325,-0.2030307","bedrooms":"1","price":"275000","area":"375"} , +{"type":"Feature","id":"n6943225055","geometry":{"type":"Point","coordinates":[-0.2165374,51.4086013]},"properties":{"@type":"node","@id":6943225055,"@timestamp":1572798763},"coords":"51.4086013,-0.2165374","bedrooms":"2","price":"176000","area":"462"} , +{"type":"Feature","id":"n6943393034","geometry":{"type":"Point","coordinates":[-0.4031726,51.4112799]},"properties":{"@type":"node","@id":6943393034,"@timestamp":1572803640},"coords":"51.4112799,-0.4031726","bedrooms":"4","price":"171000","area":"463"} , +{"type":"Feature","id":"n6943684783","geometry":{"type":"Point","coordinates":[-0.606591,51.3223476]},"properties":{"@type":"node","@id":6943684783,"@timestamp":1572812796},"coords":"51.3223476,-0.606591","bedrooms":"3","price":"232000","area":"694"} , +{"type":"Feature","id":"n6943810609","geometry":{"type":"Point","coordinates":[-0.9173477,51.1942583]},"properties":{"@type":"node","@id":6943810609,"@timestamp":1625265906},"coords":"51.1942583,-0.9173477","bedrooms":"0","price":"161000","area":"434"} , +{"type":"Feature","id":"n6943912303","geometry":{"type":"Point","coordinates":[-0.2558157,51.4189543]},"properties":{"@type":"node","@id":6943912303,"@timestamp":1573086907},"coords":"51.4189543,-0.2558157","bedrooms":"0","price":"248000","area":"624"} , +{"type":"Feature","id":"n6943926804","geometry":{"type":"Point","coordinates":[-0.7422799,51.8602935]},"properties":{"@type":"node","@id":6943926804,"@timestamp":1572822983},"coords":"51.8602935,-0.7422799","bedrooms":"0","price":"155000","area":"606"} , +{"type":"Feature","id":"n6943926814","geometry":{"type":"Point","coordinates":[-0.7364729,51.8530243]},"properties":{"@type":"node","@id":6943926814,"@timestamp":1572822983},"coords":"51.8530243,-0.7364729","bedrooms":"2","price":"234000","area":"407"} , +{"type":"Feature","id":"n6943926824","geometry":{"type":"Point","coordinates":[-0.7294455,51.8463554]},"properties":{"@type":"node","@id":6943926824,"@timestamp":1572822983},"coords":"51.8463554,-0.7294455","bedrooms":"1","price":"166000","area":"355"} , +{"type":"Feature","id":"n6943926834","geometry":{"type":"Point","coordinates":[-0.722504,51.8364206]},"properties":{"@type":"node","@id":6943926834,"@timestamp":1572822983},"coords":"51.8364206,-0.722504","bedrooms":"1","price":"218000","area":"633"} , +{"type":"Feature","id":"n6943926844","geometry":{"type":"Point","coordinates":[-0.7162169,51.8377166]},"properties":{"@type":"node","@id":6943926844,"@timestamp":1572822983},"coords":"51.8377166,-0.7162169","bedrooms":"1","price":"169000","area":"693"} , +{"type":"Feature","id":"n6943926854","geometry":{"type":"Point","coordinates":[-0.7102141,51.833966]},"properties":{"@type":"node","@id":6943926854,"@timestamp":1572822983},"coords":"51.833966,-0.7102141","bedrooms":"2","price":"184000","area":"585"} , +{"type":"Feature","id":"n6943926864","geometry":{"type":"Point","coordinates":[-0.7005394,51.827218]},"properties":{"@type":"node","@id":6943926864,"@timestamp":1572822983},"coords":"51.827218,-0.7005394","bedrooms":"3","price":"154000","area":"518"} , +{"type":"Feature","id":"n6943926874","geometry":{"type":"Point","coordinates":[-0.6888959,51.8203513]},"properties":{"@type":"node","@id":6943926874,"@timestamp":1572822983},"coords":"51.8203513,-0.6888959","bedrooms":"4","price":"287000","area":"488"} , +{"type":"Feature","id":"n6943926884","geometry":{"type":"Point","coordinates":[-0.6746426,51.8142662]},"properties":{"@type":"node","@id":6943926884,"@timestamp":1572822983},"coords":"51.8142662,-0.6746426","bedrooms":"2","price":"290000","area":"593"} , +{"type":"Feature","id":"n6943933594","geometry":{"type":"Point","coordinates":[-0.6683005,51.8063328]},"properties":{"@type":"node","@id":6943933594,"@timestamp":1572822983},"coords":"51.8063328,-0.6683005","bedrooms":"4","price":"156000","area":"457"} , +{"type":"Feature","id":"n6943933661","geometry":{"type":"Point","coordinates":[-0.708991,51.8001172]},"properties":{"@type":"node","@id":6943933661,"@timestamp":1572828985},"coords":"51.8001172,-0.708991","bedrooms":"2","price":"185000","area":"540"} , +{"type":"Feature","id":"n6943933671","geometry":{"type":"Point","coordinates":[-0.7058166,51.8040183]},"properties":{"@type":"node","@id":6943933671,"@timestamp":1572828985},"coords":"51.8040183,-0.7058166","bedrooms":"3","price":"228000","area":"685"} , +{"type":"Feature","id":"n6943933681","geometry":{"type":"Point","coordinates":[-0.6934637,51.8017319]},"properties":{"@type":"node","@id":6943933681,"@timestamp":1572828985},"coords":"51.8017319,-0.6934637","bedrooms":"4","price":"191000","area":"360"} , +{"type":"Feature","id":"n6944016385","geometry":{"type":"Point","coordinates":[-0.6885606,51.8006381]},"properties":{"@type":"node","@id":6944016385,"@timestamp":1572828985},"coords":"51.8006381,-0.6885606","bedrooms":"4","price":"193000","area":"442"} , +{"type":"Feature","id":"n6944016395","geometry":{"type":"Point","coordinates":[-0.6764786,51.799059]},"properties":{"@type":"node","@id":6944016395,"@timestamp":1614262652},"coords":"51.799059,-0.6764786","bedrooms":"1","price":"275000","area":"458"} , +{"type":"Feature","id":"n6944090165","geometry":{"type":"Point","coordinates":[-0.1980786,51.4519565]},"properties":{"@type":"node","@id":6944090165,"@timestamp":1572836291},"coords":"51.4519565,-0.1980786","bedrooms":"0","price":"218000","area":"661"} , +{"type":"Feature","id":"n6944575102","geometry":{"type":"Point","coordinates":[-0.0159127,51.4232678]},"properties":{"@type":"node","@id":6944575102,"@timestamp":1572857605},"coords":"51.4232678,-0.0159127","bedrooms":"0","price":"156000","area":"517"} , +{"type":"Feature","id":"n6945039893","geometry":{"type":"Point","coordinates":[-0.1869707,51.502093]},"properties":{"@type":"node","@id":6945039893,"@timestamp":1572871799},"coords":"51.502093,-0.1869707","bedrooms":"3","price":"284000","area":"643"} , +{"type":"Feature","id":"n6945179786","geometry":{"type":"Point","coordinates":[-0.1949889,51.50019]},"properties":{"@type":"node","@id":6945179786,"@timestamp":1594058955},"coords":"51.50019,-0.1949889","bedrooms":"1","price":"185000","area":"454"} , +{"type":"Feature","id":"n6945471286","geometry":{"type":"Point","coordinates":[-0.6228036,51.8016225]},"properties":{"@type":"node","@id":6945471286,"@timestamp":1572878872},"coords":"51.8016225,-0.6228036","bedrooms":"4","price":"211000","area":"468"} , +{"type":"Feature","id":"n6945606065","geometry":{"type":"Point","coordinates":[-0.6663486,51.8006316]},"properties":{"@type":"node","@id":6945606065,"@timestamp":1572948263},"coords":"51.8006316,-0.6663486","bedrooms":"1","price":"226000","area":"370"} , +{"type":"Feature","id":"n6945824247","geometry":{"type":"Point","coordinates":[-0.9578406,51.1551261]},"properties":{"@type":"node","@id":6945824247,"@timestamp":1573382826},"coords":"51.1551261,-0.9578406","bedrooms":"1","price":"275000","area":"398"} , +{"type":"Feature","id":"n6945863384","geometry":{"type":"Point","coordinates":[-1.0934861,51.2615353]},"properties":{"@type":"node","@id":6945863384,"@timestamp":1601986708},"coords":"51.2615353,-1.0934861","bedrooms":"1","price":"285000","area":"593"} , +{"type":"Feature","id":"n6945870694","geometry":{"type":"Point","coordinates":[-1.0945746,51.2615862]},"properties":{"@type":"node","@id":6945870694,"@timestamp":1601986708},"coords":"51.2615862,-1.0945746","bedrooms":"2","price":"209000","area":"620"} , +{"type":"Feature","id":"n6945870704","geometry":{"type":"Point","coordinates":[-1.0943211,51.261836]},"properties":{"@type":"node","@id":6945870704,"@timestamp":1601298748},"coords":"51.261836,-1.0943211","bedrooms":"0","price":"188000","area":"610"} , +{"type":"Feature","id":"n6945971881","geometry":{"type":"Point","coordinates":[0.4711271,50.9850481]},"properties":{"@type":"node","@id":6945971881,"@timestamp":1572893283},"coords":"50.9850481,0.4711271","bedrooms":"4","price":"243000","area":"640"} , +{"type":"Feature","id":"n6946467413","geometry":{"type":"Point","coordinates":[-0.149309,51.4927312]},"properties":{"@type":"node","@id":6946467413,"@timestamp":1573847408},"coords":"51.4927312,-0.149309","bedrooms":"1","price":"267000","area":"494"} , +{"type":"Feature","id":"n6946467432","geometry":{"type":"Point","coordinates":[-0.1502694,51.4922283]},"properties":{"@type":"node","@id":6946467432,"@timestamp":1572908941},"coords":"51.4922283,-0.1502694","bedrooms":"3","price":"240000","area":"695"} , +{"type":"Feature","id":"n6946668388","geometry":{"type":"Point","coordinates":[-0.017375,51.5137443]},"properties":{"@type":"node","@id":6946668388,"@timestamp":1626099893},"coords":"51.5137443,-0.017375","bedrooms":"2","price":"241000","area":"576"} , +{"type":"Feature","id":"n6946810248","geometry":{"type":"Point","coordinates":[-0.0176226,51.5028251]},"properties":{"@type":"node","@id":6946810248,"@timestamp":1572922506},"coords":"51.5028251,-0.0176226","bedrooms":"2","price":"189000","area":"675"} , +{"type":"Feature","id":"n6947010071","geometry":{"type":"Point","coordinates":[-0.0150617,51.5041068]},"properties":{"@type":"node","@id":6947010071,"@timestamp":1572924956},"coords":"51.5041068,-0.0150617","bedrooms":"0","price":"200000","area":"399"} , +{"type":"Feature","id":"n6947032514","geometry":{"type":"Point","coordinates":[-0.0169422,51.5051415]},"properties":{"@type":"node","@id":6947032514,"@timestamp":1572926297},"coords":"51.5051415,-0.0169422","bedrooms":"1","price":"241000","area":"524"} , +{"type":"Feature","id":"n6947601627","geometry":{"type":"Point","coordinates":[-0.3896226,51.7914884]},"properties":{"@type":"node","@id":6947601627,"@timestamp":1572941460},"coords":"51.7914884,-0.3896226","bedrooms":"4","price":"279000","area":"427"} , +{"type":"Feature","id":"n6947966054","geometry":{"type":"Point","coordinates":[-0.1765738,51.6163386]},"properties":{"@type":"node","@id":6947966054,"@timestamp":1572949731},"coords":"51.6163386,-0.1765738","bedrooms":"3","price":"204000","area":"443"} , +{"type":"Feature","id":"n6947977916","geometry":{"type":"Point","coordinates":[0.0562277,51.5267229]},"properties":{"@type":"node","@id":6947977916,"@timestamp":1617554313},"coords":"51.5267229,0.0562277","bedrooms":"2","price":"213000","area":"610"} , +{"type":"Feature","id":"n6947977944","geometry":{"type":"Point","coordinates":[0.0575144,51.5226436]},"properties":{"@type":"node","@id":6947977944,"@timestamp":1572950158},"coords":"51.5226436,0.0575144","bedrooms":"1","price":"242000","area":"503"} , +{"type":"Feature","id":"n6948495983","geometry":{"type":"Point","coordinates":[0.2331041,51.4400386]},"properties":{"@type":"node","@id":6948495983,"@timestamp":1572962547},"coords":"51.4400386,0.2331041","bedrooms":"4","price":"160000","area":"614"} , +{"type":"Feature","id":"n6948588288","geometry":{"type":"Point","coordinates":[0.1017723,50.9554925]},"properties":{"@type":"node","@id":6948588288,"@timestamp":1572964220},"coords":"50.9554925,0.1017723","bedrooms":"3","price":"271000","area":"628"} , +{"type":"Feature","id":"n6949522628","geometry":{"type":"Point","coordinates":[-0.160203,51.1517869]},"properties":{"@type":"node","@id":6949522628,"@timestamp":1572984349},"coords":"51.1517869,-0.160203","bedrooms":"1","price":"291000","area":"646"} , +{"type":"Feature","id":"n6949584558","geometry":{"type":"Point","coordinates":[0.1623058,51.0633802]},"properties":{"@type":"node","@id":6949584558,"@timestamp":1572985564},"coords":"51.0633802,0.1623058","bedrooms":"0","price":"293000","area":"413"} , +{"type":"Feature","id":"n6949604944","geometry":{"type":"Point","coordinates":[-0.1515249,51.1519399]},"properties":{"@type":"node","@id":6949604944,"@timestamp":1572986166},"coords":"51.1519399,-0.1515249","bedrooms":"4","price":"176000","area":"526"} , +{"type":"Feature","id":"n6950678106","geometry":{"type":"Point","coordinates":[-0.3053589,51.459579]},"properties":{"@type":"node","@id":6950678106,"@timestamp":1573032791},"coords":"51.459579,-0.3053589","bedrooms":"4","price":"288000","area":"684"} , +{"type":"Feature","id":"n6951195425","geometry":{"type":"Point","coordinates":[0.0564055,51.5277408]},"properties":{"@type":"node","@id":6951195425,"@timestamp":1573044428},"coords":"51.5277408,0.0564055","bedrooms":"4","price":"290000","area":"625"} , +{"type":"Feature","id":"n6951195435","geometry":{"type":"Point","coordinates":[0.0561214,51.527231]},"properties":{"@type":"node","@id":6951195435,"@timestamp":1573044428},"coords":"51.527231,0.0561214","bedrooms":"0","price":"291000","area":"479"} , +{"type":"Feature","id":"n6951195448","geometry":{"type":"Point","coordinates":[0.0566865,51.5263049]},"properties":{"@type":"node","@id":6951195448,"@timestamp":1573044428},"coords":"51.5263049,0.0566865","bedrooms":"4","price":"155000","area":"434"} , +{"type":"Feature","id":"n6951215046","geometry":{"type":"Point","coordinates":[-0.1237058,51.5111754]},"properties":{"@type":"node","@id":6951215046,"@timestamp":1573044022},"coords":"51.5111754,-0.1237058","bedrooms":"3","price":"203000","area":"465"} , +{"type":"Feature","id":"n6951399772","geometry":{"type":"Point","coordinates":[-0.1250751,51.4868768]},"properties":{"@type":"node","@id":6951399772,"@timestamp":1573047810},"coords":"51.4868768,-0.1250751","bedrooms":"3","price":"157000","area":"489"} , +{"type":"Feature","id":"n6951713140","geometry":{"type":"Point","coordinates":[0.0561038,51.529641]},"properties":{"@type":"node","@id":6951713140,"@timestamp":1573051058},"coords":"51.529641,0.0561038","bedrooms":"4","price":"237000","area":"535"} , +{"type":"Feature","id":"n6951713152","geometry":{"type":"Point","coordinates":[0.0548123,51.5323578]},"properties":{"@type":"node","@id":6951713152,"@timestamp":1573051058},"coords":"51.5323578,0.0548123","bedrooms":"3","price":"291000","area":"380"} , +{"type":"Feature","id":"n6951713164","geometry":{"type":"Point","coordinates":[0.055682,51.5315209]},"properties":{"@type":"node","@id":6951713164,"@timestamp":1573051058},"coords":"51.5315209,0.055682","bedrooms":"4","price":"282000","area":"463"} , +{"type":"Feature","id":"n6952029469","geometry":{"type":"Point","coordinates":[0.1127394,51.3805865]},"properties":{"@type":"node","@id":6952029469,"@timestamp":1573054757},"coords":"51.3805865,0.1127394","bedrooms":"3","price":"275000","area":"568"} , +{"type":"Feature","id":"n6952052807","geometry":{"type":"Point","coordinates":[0.054758,51.5330328]},"properties":{"@type":"node","@id":6952052807,"@timestamp":1573054788},"coords":"51.5330328,0.054758","bedrooms":"4","price":"237000","area":"420"} , +{"type":"Feature","id":"n6952176987","geometry":{"type":"Point","coordinates":[-0.1042573,51.5075938]},"properties":{"@type":"node","@id":6952176987,"@timestamp":1573058320},"coords":"51.5075938,-0.1042573","bedrooms":"4","price":"220000","area":"464"} , +{"type":"Feature","id":"n6952418125","geometry":{"type":"Point","coordinates":[-0.1770526,51.6166226]},"properties":{"@type":"node","@id":6952418125,"@timestamp":1573065703},"coords":"51.6166226,-0.1770526","bedrooms":"2","price":"254000","area":"430"} , +{"type":"Feature","id":"n6952421607","geometry":{"type":"Point","coordinates":[0.0527014,51.5326423]},"properties":{"@type":"node","@id":6952421607,"@timestamp":1573066210},"coords":"51.5326423,0.0527014","bedrooms":"4","price":"266000","area":"457"} , +{"type":"Feature","id":"n6952421620","geometry":{"type":"Point","coordinates":[0.0516453,51.5324641]},"properties":{"@type":"node","@id":6952421620,"@timestamp":1573066210},"coords":"51.5324641,0.0516453","bedrooms":"1","price":"221000","area":"597"} , +{"type":"Feature","id":"n6952421634","geometry":{"type":"Point","coordinates":[0.0507881,51.5323156]},"properties":{"@type":"node","@id":6952421634,"@timestamp":1573066210},"coords":"51.5323156,0.0507881","bedrooms":"4","price":"167000","area":"414"} , +{"type":"Feature","id":"n6952421644","geometry":{"type":"Point","coordinates":[0.0475402,51.5317833]},"properties":{"@type":"node","@id":6952421644,"@timestamp":1573066210},"coords":"51.5317833,0.0475402","bedrooms":"0","price":"235000","area":"427"} , +{"type":"Feature","id":"n6952421665","geometry":{"type":"Point","coordinates":[0.0492356,51.5321032]},"properties":{"@type":"node","@id":6952421665,"@timestamp":1573066210},"coords":"51.5321032,0.0492356","bedrooms":"1","price":"260000","area":"697"} , +{"type":"Feature","id":"n6952453896","geometry":{"type":"Point","coordinates":[0.05206,51.5328708]},"properties":{"@type":"node","@id":6952453896,"@timestamp":1573066210},"coords":"51.5328708,0.05206","bedrooms":"3","price":"276000","area":"553"} , +{"type":"Feature","id":"n6952499845","geometry":{"type":"Point","coordinates":[-0.1769453,51.6151836]},"properties":{"@type":"node","@id":6952499845,"@timestamp":1573068008},"coords":"51.6151836,-0.1769453","bedrooms":"1","price":"208000","area":"655"} , +{"type":"Feature","id":"n6952751619","geometry":{"type":"Point","coordinates":[-0.1705535,51.9087299]},"properties":{"@type":"node","@id":6952751619,"@timestamp":1612105152},"coords":"51.9087299,-0.1705535","bedrooms":"4","price":"290000","area":"622"} , +{"type":"Feature","id":"n6952801846","geometry":{"type":"Point","coordinates":[0.4485269,51.7227529]},"properties":{"@type":"node","@id":6952801846,"@timestamp":1573080193},"coords":"51.7227529,0.4485269","bedrooms":"4","price":"277000","area":"473"} , +{"type":"Feature","id":"n6952899015","geometry":{"type":"Point","coordinates":[-0.2611345,51.4176562]},"properties":{"@type":"node","@id":6952899015,"@timestamp":1573086907},"coords":"51.4176562,-0.2611345","bedrooms":"2","price":"218000","area":"647"} , +{"type":"Feature","id":"n6952899042","geometry":{"type":"Point","coordinates":[-0.2551881,51.4188054]},"properties":{"@type":"node","@id":6952899042,"@timestamp":1573086907},"coords":"51.4188054,-0.2551881","bedrooms":"2","price":"250000","area":"438"} , +{"type":"Feature","id":"n6952951440","geometry":{"type":"Point","coordinates":[-0.0475123,51.5289811]},"properties":{"@type":"node","@id":6952951440,"@timestamp":1573091519},"coords":"51.5289811,-0.0475123","bedrooms":"0","price":"198000","area":"625"} , +{"type":"Feature","id":"n6952965014","geometry":{"type":"Point","coordinates":[-0.1440794,51.5284992]},"properties":{"@type":"node","@id":6952965014,"@timestamp":1573089964},"coords":"51.5284992,-0.1440794","bedrooms":"4","price":"181000","area":"677"} , +{"type":"Feature","id":"n6953044974","geometry":{"type":"Point","coordinates":[-0.165062,51.5145419]},"properties":{"@type":"node","@id":6953044974,"@timestamp":1634930149},"coords":"51.5145419,-0.165062","bedrooms":"4","price":"223000","area":"695"} , +{"type":"Feature","id":"n6953082657","geometry":{"type":"Point","coordinates":[-0.22874,51.5663054]},"properties":{"@type":"node","@id":6953082657,"@timestamp":1573098091},"coords":"51.5663054,-0.22874","bedrooms":"0","price":"197000","area":"414"} , +{"type":"Feature","id":"n6953125602","geometry":{"type":"Point","coordinates":[-0.3013752,51.7186043]},"properties":{"@type":"node","@id":6953125602,"@timestamp":1626431285},"coords":"51.7186043,-0.3013752","bedrooms":"3","price":"266000","area":"614"} , +{"type":"Feature","id":"n6953173502","geometry":{"type":"Point","coordinates":[-0.5736865,51.6218682]},"properties":{"@type":"node","@id":6953173502,"@timestamp":1573101854},"coords":"51.6218682,-0.5736865","bedrooms":"1","price":"266000","area":"384"} , +{"type":"Feature","id":"n6953187698","geometry":{"type":"Point","coordinates":[-0.3021235,51.7217322]},"properties":{"@type":"node","@id":6953187698,"@timestamp":1626431285},"coords":"51.7217322,-0.3021235","bedrooms":"1","price":"152000","area":"664"} , +{"type":"Feature","id":"n6953209249","geometry":{"type":"Point","coordinates":[-0.45972,51.6285992]},"properties":{"@type":"node","@id":6953209249,"@timestamp":1573106249},"coords":"51.6285992,-0.45972","bedrooms":"2","price":"208000","area":"376"} , +{"type":"Feature","id":"n6953225623","geometry":{"type":"Point","coordinates":[-0.392208,51.6283895]},"properties":{"@type":"node","@id":6953225623,"@timestamp":1573106104},"coords":"51.6283895,-0.392208","bedrooms":"0","price":"269000","area":"437"} , +{"type":"Feature","id":"n6953247264","geometry":{"type":"Point","coordinates":[-0.2735726,51.6663129]},"properties":{"@type":"node","@id":6953247264,"@timestamp":1573107093},"coords":"51.6663129,-0.2735726","bedrooms":"0","price":"265000","area":"406"} , +{"type":"Feature","id":"n6953271890","geometry":{"type":"Point","coordinates":[-0.2566651,51.627055]},"properties":{"@type":"node","@id":6953271890,"@timestamp":1573108429},"coords":"51.627055,-0.2566651","bedrooms":"1","price":"192000","area":"637"} , +{"type":"Feature","id":"n6953315021","geometry":{"type":"Point","coordinates":[-0.3827148,51.5888066]},"properties":{"@type":"node","@id":6953315021,"@timestamp":1620542946},"coords":"51.5888066,-0.3827148","bedrooms":"1","price":"208000","area":"684"} , +{"type":"Feature","id":"n6953341565","geometry":{"type":"Point","coordinates":[0.1107374,51.5346854]},"properties":{"@type":"node","@id":6953341565,"@timestamp":1573110603},"coords":"51.5346854,0.1107374","bedrooms":"1","price":"171000","area":"557"} , +{"type":"Feature","id":"n6953366199","geometry":{"type":"Point","coordinates":[-0.0919931,51.3902394]},"properties":{"@type":"node","@id":6953366199,"@timestamp":1573792295},"coords":"51.3902394,-0.0919931","bedrooms":"2","price":"267000","area":"360"} , +{"type":"Feature","id":"n6953410460","geometry":{"type":"Point","coordinates":[-0.3396141,51.6062852]},"properties":{"@type":"node","@id":6953410460,"@timestamp":1593416379},"coords":"51.6062852,-0.3396141","bedrooms":"0","price":"167000","area":"548"} , +{"type":"Feature","id":"n6953482696","geometry":{"type":"Point","coordinates":[-0.3961518,51.6272627]},"properties":{"@type":"node","@id":6953482696,"@timestamp":1573114706},"coords":"51.6272627,-0.3961518","bedrooms":"2","price":"298000","area":"485"} , +{"type":"Feature","id":"n6953513018","geometry":{"type":"Point","coordinates":[-0.5405717,51.5701035]},"properties":{"@type":"node","@id":6953513018,"@timestamp":1573115699},"coords":"51.5701035,-0.5405717","bedrooms":"0","price":"270000","area":"604"} , +{"type":"Feature","id":"n6953536294","geometry":{"type":"Point","coordinates":[-0.408135,51.5699379]},"properties":{"@type":"node","@id":6953536294,"@timestamp":1573116438},"coords":"51.5699379,-0.408135","bedrooms":"1","price":"261000","area":"527"} , +{"type":"Feature","id":"n6953564751","geometry":{"type":"Point","coordinates":[-0.4650677,51.2298248]},"properties":{"@type":"node","@id":6953564751,"@timestamp":1625266309},"coords":"51.2298248,-0.4650677","bedrooms":"1","price":"273000","area":"522"} , +{"type":"Feature","id":"n6953602451","geometry":{"type":"Point","coordinates":[-0.0881152,51.6326297]},"properties":{"@type":"node","@id":6953602451,"@timestamp":1573119105},"coords":"51.6326297,-0.0881152","bedrooms":"1","price":"204000","area":"515"} , +{"type":"Feature","id":"n6953676895","geometry":{"type":"Point","coordinates":[-0.1770204,51.6140328]},"properties":{"@type":"node","@id":6953676895,"@timestamp":1573120096},"coords":"51.6140328,-0.1770204","bedrooms":"4","price":"256000","area":"503"} , +{"type":"Feature","id":"n6953707121","geometry":{"type":"Point","coordinates":[0.0336799,51.5392771]},"properties":{"@type":"node","@id":6953707121,"@timestamp":1573121006},"coords":"51.5392771,0.0336799","bedrooms":"3","price":"205000","area":"517"} , +{"type":"Feature","id":"n6954445235","geometry":{"type":"Point","coordinates":[-0.1664901,51.5143044]},"properties":{"@type":"node","@id":6954445235,"@timestamp":1573136793},"coords":"51.5143044,-0.1664901","bedrooms":"1","price":"262000","area":"674"} , +{"type":"Feature","id":"n6955270799","geometry":{"type":"Point","coordinates":[-0.353664,51.5091665]},"properties":{"@type":"node","@id":6955270799,"@timestamp":1573147202},"coords":"51.5091665,-0.353664","bedrooms":"1","price":"258000","area":"460"} , +{"type":"Feature","id":"n6955969343","geometry":{"type":"Point","coordinates":[-0.1139939,51.4660688]},"properties":{"@type":"node","@id":6955969343,"@timestamp":1600965858},"coords":"51.4660688,-0.1139939","bedrooms":"2","price":"220000","area":"569"} , +{"type":"Feature","id":"n6955990035","geometry":{"type":"Point","coordinates":[-0.5642402,51.7620208]},"properties":{"@type":"node","@id":6955990035,"@timestamp":1573162083},"coords":"51.7620208,-0.5642402","bedrooms":"1","price":"283000","area":"575"} , +{"type":"Feature","id":"n6956010494","geometry":{"type":"Point","coordinates":[-0.1154938,51.4615062]},"properties":{"@type":"node","@id":6956010494,"@timestamp":1573162947},"coords":"51.4615062,-0.1154938","bedrooms":"0","price":"272000","area":"514"} , +{"type":"Feature","id":"n6956010510","geometry":{"type":"Point","coordinates":[-0.1156933,51.461388]},"properties":{"@type":"node","@id":6956010510,"@timestamp":1573164778},"coords":"51.461388,-0.1156933","bedrooms":"2","price":"165000","area":"454"} , +{"type":"Feature","id":"n6956583428","geometry":{"type":"Point","coordinates":[-0.1675841,51.512903]},"properties":{"@type":"node","@id":6956583428,"@timestamp":1573189938},"coords":"51.512903,-0.1675841","bedrooms":"3","price":"253000","area":"625"} , +{"type":"Feature","id":"n6957340380","geometry":{"type":"Point","coordinates":[0.0806292,51.5395762]},"properties":{"@type":"node","@id":6957340380,"@timestamp":1573211875},"coords":"51.5395762,0.0806292","bedrooms":"0","price":"153000","area":"659"} , +{"type":"Feature","id":"n6957400324","geometry":{"type":"Point","coordinates":[-0.1446929,51.5055077]},"properties":{"@type":"node","@id":6957400324,"@timestamp":1573213462},"coords":"51.5055077,-0.1446929","bedrooms":"0","price":"242000","area":"528"} , +{"type":"Feature","id":"n6957400334","geometry":{"type":"Point","coordinates":[-0.1680011,51.4970076]},"properties":{"@type":"node","@id":6957400334,"@timestamp":1578932119},"coords":"51.4970076,-0.1680011","bedrooms":"0","price":"158000","area":"384"} , +{"type":"Feature","id":"n6957504434","geometry":{"type":"Point","coordinates":[-0.1374292,51.5090087]},"properties":{"@type":"node","@id":6957504434,"@timestamp":1573216047},"coords":"51.5090087,-0.1374292","bedrooms":"3","price":"298000","area":"603"} , +{"type":"Feature","id":"n6957535976","geometry":{"type":"Point","coordinates":[-0.1372249,51.5168197]},"properties":{"@type":"node","@id":6957535976,"@timestamp":1635968519},"coords":"51.5168197,-0.1372249","bedrooms":"4","price":"209000","area":"419"} , +{"type":"Feature","id":"n6957636347","geometry":{"type":"Point","coordinates":[0.0889146,50.9705691]},"properties":{"@type":"node","@id":6957636347,"@timestamp":1573219255},"coords":"50.9705691,0.0889146","bedrooms":"2","price":"271000","area":"629"} , +{"type":"Feature","id":"n6958450900","geometry":{"type":"Point","coordinates":[-0.1359209,51.5235574]},"properties":{"@type":"node","@id":6958450900,"@timestamp":1573239180},"coords":"51.5235574,-0.1359209","bedrooms":"1","price":"190000","area":"403"} , +{"type":"Feature","id":"n6958636272","geometry":{"type":"Point","coordinates":[-0.1304477,51.5203105]},"properties":{"@type":"node","@id":6958636272,"@timestamp":1614571210},"coords":"51.5203105,-0.1304477","bedrooms":"4","price":"189000","area":"379"} , +{"type":"Feature","id":"n6958983885","geometry":{"type":"Point","coordinates":[-0.5619858,51.7544634]},"properties":{"@type":"node","@id":6958983885,"@timestamp":1573260290},"coords":"51.7544634,-0.5619858","bedrooms":"0","price":"239000","area":"428"} , +{"type":"Feature","id":"n6959230449","geometry":{"type":"Point","coordinates":[-0.1658064,51.5146139]},"properties":{"@type":"node","@id":6959230449,"@timestamp":1573278687},"coords":"51.5146139,-0.1658064","bedrooms":"4","price":"192000","area":"630"} , +{"type":"Feature","id":"n6959746116","geometry":{"type":"Point","coordinates":[-0.1649547,51.5147818]},"properties":{"@type":"node","@id":6959746116,"@timestamp":1573298654},"coords":"51.5147818,-0.1649547","bedrooms":"1","price":"203000","area":"655"} , +{"type":"Feature","id":"n6959947945","geometry":{"type":"Point","coordinates":[-0.1660229,51.5163437]},"properties":{"@type":"node","@id":6959947945,"@timestamp":1573303622},"coords":"51.5163437,-0.1660229","bedrooms":"3","price":"272000","area":"408"} , +{"type":"Feature","id":"n6960193105","geometry":{"type":"Point","coordinates":[-0.6036837,51.81998]},"properties":{"@type":"node","@id":6960193105,"@timestamp":1573313730},"coords":"51.81998,-0.6036837","bedrooms":"2","price":"279000","area":"699"} , +{"type":"Feature","id":"n6960193115","geometry":{"type":"Point","coordinates":[-0.597814,51.8244448]},"properties":{"@type":"node","@id":6960193115,"@timestamp":1573313730},"coords":"51.8244448,-0.597814","bedrooms":"0","price":"292000","area":"456"} , +{"type":"Feature","id":"n6960400308","geometry":{"type":"Point","coordinates":[-0.0009833,51.5461727]},"properties":{"@type":"node","@id":6960400308,"@timestamp":1626858909},"coords":"51.5461727,-0.0009833","bedrooms":"3","price":"152000","area":"627"} , +{"type":"Feature","id":"n6960783983","geometry":{"type":"Point","coordinates":[-0.226697,51.4217922]},"properties":{"@type":"node","@id":6960783983,"@timestamp":1573340472},"coords":"51.4217922,-0.226697","bedrooms":"1","price":"270000","area":"571"} , +{"type":"Feature","id":"n6960834395","geometry":{"type":"Point","coordinates":[-0.2288788,51.4219161]},"properties":{"@type":"node","@id":6960834395,"@timestamp":1573339404},"coords":"51.4219161,-0.2288788","bedrooms":"4","price":"236000","area":"405"} , +{"type":"Feature","id":"n6960931456","geometry":{"type":"Point","coordinates":[-0.2344732,51.7649845]},"properties":{"@type":"node","@id":6960931456,"@timestamp":1573346888},"coords":"51.7649845,-0.2344732","bedrooms":"0","price":"235000","area":"539"} , +{"type":"Feature","id":"n6961060301","geometry":{"type":"Point","coordinates":[-0.2350138,51.762605]},"properties":{"@type":"node","@id":6961060301,"@timestamp":1573351864},"coords":"51.762605,-0.2350138","bedrooms":"0","price":"256000","area":"553"} , +{"type":"Feature","id":"n6961252996","geometry":{"type":"Point","coordinates":[-0.1659304,51.5151763]},"properties":{"@type":"node","@id":6961252996,"@timestamp":1573363130},"coords":"51.5151763,-0.1659304","bedrooms":"1","price":"240000","area":"599"} , +{"type":"Feature","id":"n6961460982","geometry":{"type":"Point","coordinates":[-0.1699363,51.513941]},"properties":{"@type":"node","@id":6961460982,"@timestamp":1573378171},"coords":"51.513941,-0.1699363","bedrooms":"2","price":"184000","area":"691"} , +{"type":"Feature","id":"n6961505426","geometry":{"type":"Point","coordinates":[-0.3306473,51.0623325]},"properties":{"@type":"node","@id":6961505426,"@timestamp":1573381387},"coords":"51.0623325,-0.3306473","bedrooms":"2","price":"162000","area":"421"} , +{"type":"Feature","id":"n6961544787","geometry":{"type":"Point","coordinates":[-0.3316838,51.0638045]},"properties":{"@type":"node","@id":6961544787,"@timestamp":1573381707},"coords":"51.0638045,-0.3316838","bedrooms":"0","price":"220000","area":"606"} , +{"type":"Feature","id":"n6961562989","geometry":{"type":"Point","coordinates":[-0.0963982,51.5708318]},"properties":{"@type":"node","@id":6961562989,"@timestamp":1573383110},"coords":"51.5708318,-0.0963982","bedrooms":"4","price":"181000","area":"520"} , +{"type":"Feature","id":"n6962497959","geometry":{"type":"Point","coordinates":[-0.2833159,51.4916347]},"properties":{"@type":"node","@id":6962497959,"@timestamp":1590911278},"coords":"51.4916347,-0.2833159","bedrooms":"4","price":"179000","area":"503"} , +{"type":"Feature","id":"n6964174475","geometry":{"type":"Point","coordinates":[-0.2595439,51.4924225]},"properties":{"@type":"node","@id":6964174475,"@timestamp":1598646102},"coords":"51.4924225,-0.2595439","bedrooms":"2","price":"183000","area":"370"} , +{"type":"Feature","id":"n6964206810","geometry":{"type":"Point","coordinates":[-0.2601392,51.4923584]},"properties":{"@type":"node","@id":6964206810,"@timestamp":1573400343},"coords":"51.4923584,-0.2601392","bedrooms":"3","price":"239000","area":"372"} , +{"type":"Feature","id":"n6964233622","geometry":{"type":"Point","coordinates":[-0.4293213,51.4009655]},"properties":{"@type":"node","@id":6964233622,"@timestamp":1573401348},"coords":"51.4009655,-0.4293213","bedrooms":"3","price":"191000","area":"444"} , +{"type":"Feature","id":"n6964233632","geometry":{"type":"Point","coordinates":[-0.4281612,51.4011387]},"properties":{"@type":"node","@id":6964233632,"@timestamp":1573401348},"coords":"51.4011387,-0.4281612","bedrooms":"0","price":"176000","area":"390"} , +{"type":"Feature","id":"n6964233642","geometry":{"type":"Point","coordinates":[-0.4302372,51.4016407]},"properties":{"@type":"node","@id":6964233642,"@timestamp":1573401348},"coords":"51.4016407,-0.4302372","bedrooms":"1","price":"217000","area":"684"} , +{"type":"Feature","id":"n6964233652","geometry":{"type":"Point","coordinates":[-0.4305336,51.400753]},"properties":{"@type":"node","@id":6964233652,"@timestamp":1573401348},"coords":"51.400753,-0.4305336","bedrooms":"3","price":"192000","area":"553"} , +{"type":"Feature","id":"n6964233662","geometry":{"type":"Point","coordinates":[-0.4310996,51.4018088]},"properties":{"@type":"node","@id":6964233662,"@timestamp":1573401348},"coords":"51.4018088,-0.4310996","bedrooms":"1","price":"258000","area":"560"} , +{"type":"Feature","id":"n6964233672","geometry":{"type":"Point","coordinates":[-0.4303459,51.4024681]},"properties":{"@type":"node","@id":6964233672,"@timestamp":1573401348},"coords":"51.4024681,-0.4303459","bedrooms":"3","price":"242000","area":"584"} , +{"type":"Feature","id":"n6964233682","geometry":{"type":"Point","coordinates":[-0.4322771,51.4024413]},"properties":{"@type":"node","@id":6964233682,"@timestamp":1573401348},"coords":"51.4024413,-0.4322771","bedrooms":"3","price":"267000","area":"416"} , +{"type":"Feature","id":"n6964241096","geometry":{"type":"Point","coordinates":[0.4489859,51.0729637]},"properties":{"@type":"node","@id":6964241096,"@timestamp":1615046158},"coords":"51.0729637,0.4489859","bedrooms":"1","price":"215000","area":"632"} , +{"type":"Feature","id":"n6964251493","geometry":{"type":"Point","coordinates":[-0.4316387,51.401777]},"properties":{"@type":"node","@id":6964251493,"@timestamp":1573401348},"coords":"51.401777,-0.4316387","bedrooms":"1","price":"211000","area":"389"} , +{"type":"Feature","id":"n6964251503","geometry":{"type":"Point","coordinates":[-0.4311157,51.4009353]},"properties":{"@type":"node","@id":6964251503,"@timestamp":1573401348},"coords":"51.4009353,-0.4311157","bedrooms":"2","price":"230000","area":"354"} , +{"type":"Feature","id":"n6964251513","geometry":{"type":"Point","coordinates":[-0.4315958,51.4007546]},"properties":{"@type":"node","@id":6964251513,"@timestamp":1573401348},"coords":"51.4007546,-0.4315958","bedrooms":"4","price":"260000","area":"393"} , +{"type":"Feature","id":"n6964262291","geometry":{"type":"Point","coordinates":[-0.1620038,51.4794468]},"properties":{"@type":"node","@id":6964262291,"@timestamp":1598263514},"coords":"51.4794468,-0.1620038","bedrooms":"4","price":"239000","area":"665"} , +{"type":"Feature","id":"n6964263587","geometry":{"type":"Point","coordinates":[-0.1627383,51.4794571]},"properties":{"@type":"node","@id":6964263587,"@timestamp":1573401899},"coords":"51.4794571,-0.1627383","bedrooms":"1","price":"161000","area":"646"} , +{"type":"Feature","id":"n6964275993","geometry":{"type":"Point","coordinates":[-0.2333509,51.4212311]},"properties":{"@type":"node","@id":6964275993,"@timestamp":1573402462},"coords":"51.4212311,-0.2333509","bedrooms":"0","price":"288000","area":"477"} , +{"type":"Feature","id":"n6964315566","geometry":{"type":"Point","coordinates":[-0.4332213,51.4021289]},"properties":{"@type":"node","@id":6964315566,"@timestamp":1573403606},"coords":"51.4021289,-0.4332213","bedrooms":"4","price":"254000","area":"493"} , +{"type":"Feature","id":"n6964315576","geometry":{"type":"Point","coordinates":[-0.4324596,51.4018628]},"properties":{"@type":"node","@id":6964315576,"@timestamp":1573403606},"coords":"51.4018628,-0.4324596","bedrooms":"4","price":"231000","area":"377"} , +{"type":"Feature","id":"n6964518053","geometry":{"type":"Point","coordinates":[-0.4135521,51.4062706]},"properties":{"@type":"node","@id":6964518053,"@timestamp":1573407014},"coords":"51.4062706,-0.4135521","bedrooms":"2","price":"197000","area":"453"} , +{"type":"Feature","id":"n6964518063","geometry":{"type":"Point","coordinates":[-0.4114466,51.4053972]},"properties":{"@type":"node","@id":6964518063,"@timestamp":1573407014},"coords":"51.4053972,-0.4114466","bedrooms":"1","price":"185000","area":"506"} , +{"type":"Feature","id":"n6964518073","geometry":{"type":"Point","coordinates":[-0.4108458,51.4046844]},"properties":{"@type":"node","@id":6964518073,"@timestamp":1573407014},"coords":"51.4046844,-0.4108458","bedrooms":"0","price":"281000","area":"499"} , +{"type":"Feature","id":"n6964518083","geometry":{"type":"Point","coordinates":[-0.4135306,51.4054758]},"properties":{"@type":"node","@id":6964518083,"@timestamp":1573407014},"coords":"51.4054758,-0.4135306","bedrooms":"1","price":"236000","area":"603"} , +{"type":"Feature","id":"n6964569440","geometry":{"type":"Point","coordinates":[-0.4190306,51.4205296]},"properties":{"@type":"node","@id":6964569440,"@timestamp":1573408184},"coords":"51.4205296,-0.4190306","bedrooms":"2","price":"289000","area":"571"} , +{"type":"Feature","id":"n6964569450","geometry":{"type":"Point","coordinates":[-0.4176439,51.4202771]},"properties":{"@type":"node","@id":6964569450,"@timestamp":1573408184},"coords":"51.4202771,-0.4176439","bedrooms":"0","price":"267000","area":"488"} , +{"type":"Feature","id":"n6964790930","geometry":{"type":"Point","coordinates":[-0.333474,51.4209318]},"properties":{"@type":"node","@id":6964790930,"@timestamp":1632305187},"coords":"51.4209318,-0.333474","bedrooms":"1","price":"231000","area":"638"} , +{"type":"Feature","id":"n6964954020","geometry":{"type":"Point","coordinates":[-0.5775842,51.7666672]},"properties":{"@type":"node","@id":6964954020,"@timestamp":1573422819},"coords":"51.7666672,-0.5775842","bedrooms":"2","price":"274000","area":"628"} , +{"type":"Feature","id":"n6965670314","geometry":{"type":"Point","coordinates":[-0.0239029,51.5031578]},"properties":{"@type":"node","@id":6965670314,"@timestamp":1630284276},"coords":"51.5031578,-0.0239029","bedrooms":"0","price":"244000","area":"465"} , +{"type":"Feature","id":"n6966431823","geometry":{"type":"Point","coordinates":[0.0221942,51.503233]},"properties":{"@type":"node","@id":6966431823,"@timestamp":1619852890},"coords":"51.503233,0.0221942","bedrooms":"0","price":"175000","area":"577"} , +{"type":"Feature","id":"n6966882059","geometry":{"type":"Point","coordinates":[-0.6110633,50.9858395]},"properties":{"@type":"node","@id":6966882059,"@timestamp":1573488649},"coords":"50.9858395,-0.6110633","bedrooms":"1","price":"174000","area":"492"} , +{"type":"Feature","id":"n6967512145","geometry":{"type":"Point","coordinates":[-0.8634402,51.2305692]},"properties":{"@type":"node","@id":6967512145,"@timestamp":1573503965},"coords":"51.2305692,-0.8634402","bedrooms":"2","price":"277000","area":"530"} , +{"type":"Feature","id":"n6967585841","geometry":{"type":"Point","coordinates":[-0.0932828,51.5108326]},"properties":{"@type":"node","@id":6967585841,"@timestamp":1573509553},"coords":"51.5108326,-0.0932828","bedrooms":"1","price":"298000","area":"398"} , +{"type":"Feature","id":"n6967654225","geometry":{"type":"Point","coordinates":[0.0055086,51.5555336]},"properties":{"@type":"node","@id":6967654225,"@timestamp":1573509758},"coords":"51.5555336,0.0055086","bedrooms":"3","price":"263000","area":"604"} , +{"type":"Feature","id":"n6967793124","geometry":{"type":"Point","coordinates":[-0.3466695,51.5694405]},"properties":{"@type":"node","@id":6967793124,"@timestamp":1573518511},"coords":"51.5694405,-0.3466695","bedrooms":"3","price":"243000","area":"686"} , +{"type":"Feature","id":"n6967968850","geometry":{"type":"Point","coordinates":[-0.112599,51.4821423]},"properties":{"@type":"node","@id":6967968850,"@timestamp":1627580318},"coords":"51.4821423,-0.112599","bedrooms":"1","price":"214000","area":"441"} , +{"type":"Feature","id":"n6968263333","geometry":{"type":"Point","coordinates":[-0.174903,51.5127967]},"properties":{"@type":"node","@id":6968263333,"@timestamp":1630768169},"coords":"51.5127967,-0.174903","bedrooms":"1","price":"156000","area":"420"} , +{"type":"Feature","id":"n6968700488","geometry":{"type":"Point","coordinates":[-0.172004,51.5134263]},"properties":{"@type":"node","@id":6968700488,"@timestamp":1573555510},"coords":"51.5134263,-0.172004","bedrooms":"4","price":"159000","area":"530"} , +{"type":"Feature","id":"n6968846964","geometry":{"type":"Point","coordinates":[-0.0345933,51.4759245]},"properties":{"@type":"node","@id":6968846964,"@timestamp":1573560602},"coords":"51.4759245,-0.0345933","bedrooms":"4","price":"183000","area":"473"} , +{"type":"Feature","id":"n6968926445","geometry":{"type":"Point","coordinates":[-0.171494,51.5134189]},"properties":{"@type":"node","@id":6968926445,"@timestamp":1573561847},"coords":"51.5134189,-0.171494","bedrooms":"1","price":"161000","area":"546"} , +{"type":"Feature","id":"n6969065884","geometry":{"type":"Point","coordinates":[-0.0392238,51.5310272]},"properties":{"@type":"node","@id":6969065884,"@timestamp":1573563887},"coords":"51.5310272,-0.0392238","bedrooms":"2","price":"225000","area":"613"} , +{"type":"Feature","id":"n6969079118","geometry":{"type":"Point","coordinates":[-0.0401606,51.5307065]},"properties":{"@type":"node","@id":6969079118,"@timestamp":1573563887},"coords":"51.5307065,-0.0401606","bedrooms":"4","price":"285000","area":"531"} , +{"type":"Feature","id":"n6969222698","geometry":{"type":"Point","coordinates":[-0.1724032,51.5129765]},"properties":{"@type":"node","@id":6969222698,"@timestamp":1573567082},"coords":"51.5129765,-0.1724032","bedrooms":"1","price":"207000","area":"565"} , +{"type":"Feature","id":"n6969395184","geometry":{"type":"Point","coordinates":[-0.0384912,51.5312641]},"properties":{"@type":"node","@id":6969395184,"@timestamp":1573575581},"coords":"51.5312641,-0.0384912","bedrooms":"4","price":"294000","area":"533"} , +{"type":"Feature","id":"n6969409797","geometry":{"type":"Point","coordinates":[-0.0398467,51.5310164]},"properties":{"@type":"node","@id":6969409797,"@timestamp":1573571198},"coords":"51.5310164,-0.0398467","bedrooms":"4","price":"260000","area":"442"} , +{"type":"Feature","id":"n6969562172","geometry":{"type":"Point","coordinates":[-0.0380344,51.5313705]},"properties":{"@type":"node","@id":6969562172,"@timestamp":1573575581},"coords":"51.5313705,-0.0380344","bedrooms":"3","price":"197000","area":"630"} , +{"type":"Feature","id":"n6969772614","geometry":{"type":"Point","coordinates":[-0.800231,51.2135876]},"properties":{"@type":"node","@id":6969772614,"@timestamp":1573580363},"coords":"51.2135876,-0.800231","bedrooms":"2","price":"230000","area":"680"} , +{"type":"Feature","id":"n6969917974","geometry":{"type":"Point","coordinates":[-0.7943621,51.2071184]},"properties":{"@type":"node","@id":6969917974,"@timestamp":1573584182},"coords":"51.2071184,-0.7943621","bedrooms":"4","price":"169000","area":"431"} , +{"type":"Feature","id":"n6969952058","geometry":{"type":"Point","coordinates":[-0.7901337,51.1965626]},"properties":{"@type":"node","@id":6969952058,"@timestamp":1573585705},"coords":"51.1965626,-0.7901337","bedrooms":"2","price":"290000","area":"617"} , +{"type":"Feature","id":"n6970183086","geometry":{"type":"Point","coordinates":[0.0841783,51.6247287]},"properties":{"@type":"node","@id":6970183086,"@timestamp":1617615997},"coords":"51.6247287,0.0841783","bedrooms":"1","price":"218000","area":"567"} , +{"type":"Feature","id":"n6970267104","geometry":{"type":"Point","coordinates":[-0.5294382,51.4233319]},"properties":{"@type":"node","@id":6970267104,"@timestamp":1573594034},"coords":"51.4233319,-0.5294382","bedrooms":"3","price":"233000","area":"357"} , +{"type":"Feature","id":"n6970553329","geometry":{"type":"Point","coordinates":[-0.0760205,51.5450414]},"properties":{"@type":"node","@id":6970553329,"@timestamp":1634318986},"coords":"51.5450414,-0.0760205","bedrooms":"4","price":"199000","area":"394"} , +{"type":"Feature","id":"n6971090332","geometry":{"type":"Point","coordinates":[-0.2984897,51.4657103]},"properties":{"@type":"node","@id":6971090332,"@timestamp":1635280568},"coords":"51.4657103,-0.2984897","bedrooms":"1","price":"287000","area":"425"} , +{"type":"Feature","id":"n6971465271","geometry":{"type":"Point","coordinates":[-0.1768003,51.5125167]},"properties":{"@type":"node","@id":6971465271,"@timestamp":1573639199},"coords":"51.5125167,-0.1768003","bedrooms":"1","price":"239000","area":"378"} , +{"type":"Feature","id":"n6973914352","geometry":{"type":"Point","coordinates":[-0.0641475,51.5041858]},"properties":{"@type":"node","@id":6973914352,"@timestamp":1573659136},"coords":"51.5041858,-0.0641475","bedrooms":"0","price":"268000","area":"657"} , +{"type":"Feature","id":"n6973944445","geometry":{"type":"Point","coordinates":[-0.2747439,51.5436691]},"properties":{"@type":"node","@id":6973944445,"@timestamp":1573661434},"coords":"51.5436691,-0.2747439","bedrooms":"1","price":"186000","area":"566"} , +{"type":"Feature","id":"n6974095272","geometry":{"type":"Point","coordinates":[-0.1314822,51.5120603]},"properties":{"@type":"node","@id":6974095272,"@timestamp":1573665022},"coords":"51.5120603,-0.1314822","bedrooms":"1","price":"267000","area":"411"} , +{"type":"Feature","id":"n6974216672","geometry":{"type":"Point","coordinates":[-0.1760343,51.5131338]},"properties":{"@type":"node","@id":6974216672,"@timestamp":1573667154},"coords":"51.5131338,-0.1760343","bedrooms":"0","price":"242000","area":"563"} , +{"type":"Feature","id":"n6974724624","geometry":{"type":"Point","coordinates":[0.7834287,51.3774756]},"properties":{"@type":"node","@id":6974724624,"@timestamp":1573674171},"coords":"51.3774756,0.7834287","bedrooms":"1","price":"290000","area":"435"} , +{"type":"Feature","id":"n6974957688","geometry":{"type":"Point","coordinates":[-0.097135,51.4756801]},"properties":{"@type":"node","@id":6974957688,"@timestamp":1573677699},"coords":"51.4756801,-0.097135","bedrooms":"3","price":"203000","area":"611"} , +{"type":"Feature","id":"n6976242896","geometry":{"type":"Point","coordinates":[-0.0368251,51.5316089]},"properties":{"@type":"node","@id":6976242896,"@timestamp":1573725463},"coords":"51.5316089,-0.0368251","bedrooms":"2","price":"298000","area":"485"} , +{"type":"Feature","id":"n6976242931","geometry":{"type":"Point","coordinates":[-0.0374736,51.5314852]},"properties":{"@type":"node","@id":6976242931,"@timestamp":1573725463},"coords":"51.5314852,-0.0374736","bedrooms":"4","price":"263000","area":"678"} , +{"type":"Feature","id":"n6976521943","geometry":{"type":"Point","coordinates":[-0.0359853,51.5317736]},"properties":{"@type":"node","@id":6976521943,"@timestamp":1632055790},"coords":"51.5317736,-0.0359853","bedrooms":"3","price":"237000","area":"646"} , +{"type":"Feature","id":"n6976603085","geometry":{"type":"Point","coordinates":[-0.0935979,51.5146048]},"properties":{"@type":"node","@id":6976603085,"@timestamp":1596525814},"coords":"51.5146048,-0.0935979","bedrooms":"2","price":"171000","area":"543"} , +{"type":"Feature","id":"n6977757594","geometry":{"type":"Point","coordinates":[-0.0351121,51.5319445]},"properties":{"@type":"node","@id":6977757594,"@timestamp":1573758867},"coords":"51.5319445,-0.0351121","bedrooms":"1","price":"274000","area":"486"} , +{"type":"Feature","id":"n6977757629","geometry":{"type":"Point","coordinates":[-0.0353663,51.5318939]},"properties":{"@type":"node","@id":6977757629,"@timestamp":1573758867},"coords":"51.5318939,-0.0353663","bedrooms":"0","price":"172000","area":"496"} , +{"type":"Feature","id":"n6977894309","geometry":{"type":"Point","coordinates":[-0.0329603,51.5323109]},"properties":{"@type":"node","@id":6977894309,"@timestamp":1632053466},"coords":"51.5323109,-0.0329603","bedrooms":"1","price":"261000","area":"500"} , +{"type":"Feature","id":"n6977931846","geometry":{"type":"Point","coordinates":[-1.0393271,51.1134055]},"properties":{"@type":"node","@id":6977931846,"@timestamp":1573763859},"coords":"51.1134055,-1.0393271","bedrooms":"1","price":"158000","area":"484"} , +{"type":"Feature","id":"n6978352334","geometry":{"type":"Point","coordinates":[-0.5229063,51.4285451]},"properties":{"@type":"node","@id":6978352334,"@timestamp":1576111135},"coords":"51.4285451,-0.5229063","bedrooms":"4","price":"194000","area":"363"} , +{"type":"Feature","id":"n6978508595","geometry":{"type":"Point","coordinates":[-0.117535,51.4670504]},"properties":{"@type":"node","@id":6978508595,"@timestamp":1623332905},"coords":"51.4670504,-0.117535","bedrooms":"0","price":"260000","area":"634"} , +{"type":"Feature","id":"n6978731573","geometry":{"type":"Point","coordinates":[-0.2614826,51.4063994]},"properties":{"@type":"node","@id":6978731573,"@timestamp":1635018679},"coords":"51.4063994,-0.2614826","bedrooms":"1","price":"249000","area":"516"} , +{"type":"Feature","id":"n6979312244","geometry":{"type":"Point","coordinates":[-0.0346335,51.5230979]},"properties":{"@type":"node","@id":6979312244,"@timestamp":1573812769},"coords":"51.5230979,-0.0346335","bedrooms":"1","price":"289000","area":"627"} , +{"type":"Feature","id":"n6979547395","geometry":{"type":"Point","coordinates":[-0.2372762,51.2890878]},"properties":{"@type":"node","@id":6979547395,"@timestamp":1573818011},"coords":"51.2890878,-0.2372762","bedrooms":"0","price":"248000","area":"608"} , +{"type":"Feature","id":"n6979815881","geometry":{"type":"Point","coordinates":[-0.131355,51.5677496]},"properties":{"@type":"node","@id":6979815881,"@timestamp":1573826632},"coords":"51.5677496,-0.131355","bedrooms":"2","price":"213000","area":"375"} , +{"type":"Feature","id":"n6980014237","geometry":{"type":"Point","coordinates":[0.0117665,50.9975723]},"properties":{"@type":"node","@id":6980014237,"@timestamp":1625246477},"coords":"50.9975723,0.0117665","bedrooms":"3","price":"298000","area":"493"} , +{"type":"Feature","id":"n6980174234","geometry":{"type":"Point","coordinates":[-0.1836927,51.5179985]},"properties":{"@type":"node","@id":6980174234,"@timestamp":1573833460},"coords":"51.5179985,-0.1836927","bedrooms":"2","price":"171000","area":"606"} , +{"type":"Feature","id":"n6980889520","geometry":{"type":"Point","coordinates":[-1.016302,51.4439149]},"properties":{"@type":"node","@id":6980889520,"@timestamp":1576414577},"coords":"51.4439149,-1.016302","bedrooms":"2","price":"155000","area":"627"} , +{"type":"Feature","id":"n6981183448","geometry":{"type":"Point","coordinates":[0.0100189,51.4752265]},"properties":{"@type":"node","@id":6981183448,"@timestamp":1627219241},"coords":"51.4752265,0.0100189","bedrooms":"4","price":"173000","area":"675"} , +{"type":"Feature","id":"n6981269682","geometry":{"type":"Point","coordinates":[-0.1741782,51.4943304]},"properties":{"@type":"node","@id":6981269682,"@timestamp":1604652172},"coords":"51.4943304,-0.1741782","bedrooms":"2","price":"269000","area":"492"} , +{"type":"Feature","id":"n6981345616","geometry":{"type":"Point","coordinates":[-0.148448,51.4930251]},"properties":{"@type":"node","@id":6981345616,"@timestamp":1573847408},"coords":"51.4930251,-0.148448","bedrooms":"2","price":"169000","area":"402"} , +{"type":"Feature","id":"n6981430803","geometry":{"type":"Point","coordinates":[0.2866299,51.3361304]},"properties":{"@type":"node","@id":6981430803,"@timestamp":1573850518},"coords":"51.3361304,0.2866299","bedrooms":"2","price":"178000","area":"531"} , +{"type":"Feature","id":"n6981439817","geometry":{"type":"Point","coordinates":[0.2839292,51.3396222]},"properties":{"@type":"node","@id":6981439817,"@timestamp":1573850184},"coords":"51.3396222,0.2839292","bedrooms":"1","price":"154000","area":"631"} , +{"type":"Feature","id":"n6981657067","geometry":{"type":"Point","coordinates":[-0.2146123,51.4031196]},"properties":{"@type":"node","@id":6981657067,"@timestamp":1573857329},"coords":"51.4031196,-0.2146123","bedrooms":"4","price":"251000","area":"464"} , +{"type":"Feature","id":"n6981769358","geometry":{"type":"Point","coordinates":[0.4655229,51.7751085]},"properties":{"@type":"node","@id":6981769358,"@timestamp":1573861251},"coords":"51.7751085,0.4655229","bedrooms":"1","price":"155000","area":"690"} , +{"type":"Feature","id":"n6981900054","geometry":{"type":"Point","coordinates":[-0.146051,51.5366709]},"properties":{"@type":"node","@id":6981900054,"@timestamp":1630448583},"coords":"51.5366709,-0.146051","bedrooms":"0","price":"233000","area":"359"} , +{"type":"Feature","id":"n6981977193","geometry":{"type":"Point","coordinates":[-0.1888936,51.5184608]},"properties":{"@type":"node","@id":6981977193,"@timestamp":1573878890},"coords":"51.5184608,-0.1888936","bedrooms":"1","price":"182000","area":"507"} , +{"type":"Feature","id":"n6982388085","geometry":{"type":"Point","coordinates":[-0.1840805,51.5175537]},"properties":{"@type":"node","@id":6982388085,"@timestamp":1573901362},"coords":"51.5175537,-0.1840805","bedrooms":"2","price":"221000","area":"646"} , +{"type":"Feature","id":"n6982449365","geometry":{"type":"Point","coordinates":[-0.1703237,51.2095503]},"properties":{"@type":"node","@id":6982449365,"@timestamp":1606578160},"coords":"51.2095503,-0.1703237","bedrooms":"4","price":"168000","area":"441"} , +{"type":"Feature","id":"n6982695819","geometry":{"type":"Point","coordinates":[-0.1398279,51.5220077]},"properties":{"@type":"node","@id":6982695819,"@timestamp":1573911220},"coords":"51.5220077,-0.1398279","bedrooms":"0","price":"151000","area":"698"} , +{"type":"Feature","id":"n6982826777","geometry":{"type":"Point","coordinates":[-1.0262249,51.4425742]},"properties":{"@type":"node","@id":6982826777,"@timestamp":1573916326},"coords":"51.4425742,-1.0262249","bedrooms":"4","price":"152000","area":"674"} , +{"type":"Feature","id":"n6982906335","geometry":{"type":"Point","coordinates":[0.0022889,51.537157]},"properties":{"@type":"node","@id":6982906335,"@timestamp":1627916131},"coords":"51.537157,0.0022889","bedrooms":"0","price":"284000","area":"417"} , +{"type":"Feature","id":"n6982998295","geometry":{"type":"Point","coordinates":[0.1923752,51.2705535]},"properties":{"@type":"node","@id":6982998295,"@timestamp":1573922225},"coords":"51.2705535,0.1923752","bedrooms":"1","price":"179000","area":"371"} , +{"type":"Feature","id":"n6983099358","geometry":{"type":"Point","coordinates":[0.4593361,51.0334955]},"properties":{"@type":"node","@id":6983099358,"@timestamp":1575638794},"coords":"51.0334955,0.4593361","bedrooms":"0","price":"185000","area":"695"} , +{"type":"Feature","id":"n6983253993","geometry":{"type":"Point","coordinates":[-0.1709824,51.4867158]},"properties":{"@type":"node","@id":6983253993,"@timestamp":1609214650},"coords":"51.4867158,-0.1709824","bedrooms":"3","price":"231000","area":"606"} , +{"type":"Feature","id":"n6983255286","geometry":{"type":"Point","coordinates":[-0.18662,51.4616256]},"properties":{"@type":"node","@id":6983255286,"@timestamp":1573930549},"coords":"51.4616256,-0.18662","bedrooms":"4","price":"272000","area":"362"} , +{"type":"Feature","id":"n6983300187","geometry":{"type":"Point","coordinates":[-0.1591205,51.5206208]},"properties":{"@type":"node","@id":6983300187,"@timestamp":1627933383},"coords":"51.5206208,-0.1591205","bedrooms":"3","price":"291000","area":"658"} , +{"type":"Feature","id":"n6983425467","geometry":{"type":"Point","coordinates":[-0.0971693,51.5184659]},"properties":{"@type":"node","@id":6983425467,"@timestamp":1573937352},"coords":"51.5184659,-0.0971693","bedrooms":"4","price":"210000","area":"394"} , +{"type":"Feature","id":"n6984036612","geometry":{"type":"Point","coordinates":[-0.1357312,51.4462923]},"properties":{"@type":"node","@id":6984036612,"@timestamp":1591254957},"coords":"51.4462923,-0.1357312","bedrooms":"3","price":"262000","area":"481"} , +{"type":"Feature","id":"n6984177577","geometry":{"type":"Point","coordinates":[-0.185649,51.5166765]},"properties":{"@type":"node","@id":6984177577,"@timestamp":1573973021},"coords":"51.5166765,-0.185649","bedrooms":"0","price":"222000","area":"649"} , +{"type":"Feature","id":"n6984903312","geometry":{"type":"Point","coordinates":[-0.2855761,51.9086765]},"properties":{"@type":"node","@id":6984903312,"@timestamp":1574000875},"coords":"51.9086765,-0.2855761","bedrooms":"3","price":"251000","area":"383"} , +{"type":"Feature","id":"n6984976028","geometry":{"type":"Point","coordinates":[-0.9814557,51.1427476]},"properties":{"@type":"node","@id":6984976028,"@timestamp":1574002302},"coords":"51.1427476,-0.9814557","bedrooms":"4","price":"241000","area":"437"} , +{"type":"Feature","id":"n6985034734","geometry":{"type":"Point","coordinates":[-0.0777021,51.4236596]},"properties":{"@type":"node","@id":6985034734,"@timestamp":1574004979},"coords":"51.4236596,-0.0777021","bedrooms":"2","price":"249000","area":"603"} , +{"type":"Feature","id":"n6985125709","geometry":{"type":"Point","coordinates":[0.2822761,51.3416867]},"properties":{"@type":"node","@id":6985125709,"@timestamp":1574006606},"coords":"51.3416867,0.2822761","bedrooms":"4","price":"218000","area":"535"} , +{"type":"Feature","id":"n6985192483","geometry":{"type":"Point","coordinates":[-0.1410994,51.5242251]},"properties":{"@type":"node","@id":6985192483,"@timestamp":1595229981},"coords":"51.5242251,-0.1410994","bedrooms":"1","price":"213000","area":"383"} , +{"type":"Feature","id":"n6985235883","geometry":{"type":"Point","coordinates":[0.2781158,51.3458465]},"properties":{"@type":"node","@id":6985235883,"@timestamp":1574009604},"coords":"51.3458465,0.2781158","bedrooms":"0","price":"222000","area":"357"} , +{"type":"Feature","id":"n6985236075","geometry":{"type":"Point","coordinates":[0.2770109,51.339888]},"properties":{"@type":"node","@id":6985236075,"@timestamp":1574009604},"coords":"51.339888,0.2770109","bedrooms":"4","price":"242000","area":"433"} , +{"type":"Feature","id":"n6985373983","geometry":{"type":"Point","coordinates":[-0.0897663,51.5146339]},"properties":{"@type":"node","@id":6985373983,"@timestamp":1629765799},"coords":"51.5146339,-0.0897663","bedrooms":"1","price":"269000","area":"467"} , +{"type":"Feature","id":"n6985629891","geometry":{"type":"Point","coordinates":[0.2798183,51.3410949]},"properties":{"@type":"node","@id":6985629891,"@timestamp":1574018676},"coords":"51.3410949,0.2798183","bedrooms":"1","price":"240000","area":"587"} , +{"type":"Feature","id":"n6985630039","geometry":{"type":"Point","coordinates":[0.2813592,51.3454919]},"properties":{"@type":"node","@id":6985630039,"@timestamp":1574018676},"coords":"51.3454919,0.2813592","bedrooms":"1","price":"166000","area":"667"} , +{"type":"Feature","id":"n6985630142","geometry":{"type":"Point","coordinates":[0.2859821,51.3455428]},"properties":{"@type":"node","@id":6985630142,"@timestamp":1574018676},"coords":"51.3455428,0.2859821","bedrooms":"1","price":"276000","area":"513"} , +{"type":"Feature","id":"n6985630152","geometry":{"type":"Point","coordinates":[0.2889049,51.3454913]},"properties":{"@type":"node","@id":6985630152,"@timestamp":1574018676},"coords":"51.3454913,0.2889049","bedrooms":"0","price":"256000","area":"526"} , +{"type":"Feature","id":"n6985656302","geometry":{"type":"Point","coordinates":[0.2843453,51.3515151]},"properties":{"@type":"node","@id":6985656302,"@timestamp":1574019756},"coords":"51.3515151,0.2843453","bedrooms":"0","price":"224000","area":"685"} , +{"type":"Feature","id":"n6985668619","geometry":{"type":"Point","coordinates":[0.2889792,51.3463306]},"properties":{"@type":"node","@id":6985668619,"@timestamp":1574020159},"coords":"51.3463306,0.2889792","bedrooms":"2","price":"240000","area":"500"} , +{"type":"Feature","id":"n6985868788","geometry":{"type":"Point","coordinates":[-0.1498908,51.5620109]},"properties":{"@type":"node","@id":6985868788,"@timestamp":1574028488},"coords":"51.5620109,-0.1498908","bedrooms":"4","price":"167000","area":"460"} , +{"type":"Feature","id":"n6985939493","geometry":{"type":"Point","coordinates":[0.4729047,51.7436367]},"properties":{"@type":"node","@id":6985939493,"@timestamp":1574033942},"coords":"51.7436367,0.4729047","bedrooms":"3","price":"243000","area":"502"} , +{"type":"Feature","id":"n6985939504","geometry":{"type":"Point","coordinates":[0.4741699,51.7414979]},"properties":{"@type":"node","@id":6985939504,"@timestamp":1574033942},"coords":"51.7414979,0.4741699","bedrooms":"3","price":"220000","area":"444"} , +{"type":"Feature","id":"n6985983136","geometry":{"type":"Point","coordinates":[0.4754226,51.7410444]},"properties":{"@type":"node","@id":6985983136,"@timestamp":1576153426},"coords":"51.7410444,0.4754226","bedrooms":"4","price":"168000","area":"400"} , +{"type":"Feature","id":"n6986218031","geometry":{"type":"Point","coordinates":[0.2842187,51.4801159]},"properties":{"@type":"node","@id":6986218031,"@timestamp":1629856160},"coords":"51.4801159,0.2842187","bedrooms":"3","price":"241000","area":"637"} , +{"type":"Feature","id":"n6986218058","geometry":{"type":"Point","coordinates":[0.2775139,51.4853609]},"properties":{"@type":"node","@id":6986218058,"@timestamp":1574049072},"coords":"51.4853609,0.2775139","bedrooms":"1","price":"228000","area":"526"} , +{"type":"Feature","id":"n6986218080","geometry":{"type":"Point","coordinates":[0.2759745,51.4836187]},"properties":{"@type":"node","@id":6986218080,"@timestamp":1574049072},"coords":"51.4836187,0.2759745","bedrooms":"4","price":"236000","area":"540"} , +{"type":"Feature","id":"n6986259328","geometry":{"type":"Point","coordinates":[-0.1850865,51.5143991]},"properties":{"@type":"node","@id":6986259328,"@timestamp":1574050518},"coords":"51.5143991,-0.1850865","bedrooms":"0","price":"175000","area":"393"} , +{"type":"Feature","id":"n6986348699","geometry":{"type":"Point","coordinates":[-0.2340793,51.5333899]},"properties":{"@type":"node","@id":6986348699,"@timestamp":1574056294},"coords":"51.5333899,-0.2340793","bedrooms":"2","price":"288000","area":"508"} , +{"type":"Feature","id":"n6986497454","geometry":{"type":"Point","coordinates":[-0.4167692,51.6460358]},"properties":{"@type":"node","@id":6986497454,"@timestamp":1574062996},"coords":"51.6460358,-0.4167692","bedrooms":"3","price":"228000","area":"350"} , +{"type":"Feature","id":"n6986773796","geometry":{"type":"Point","coordinates":[-0.0993645,51.5427016]},"properties":{"@type":"node","@id":6986773796,"@timestamp":1574071253},"coords":"51.5427016,-0.0993645","bedrooms":"1","price":"251000","area":"653"} , +{"type":"Feature","id":"n6986944768","geometry":{"type":"Point","coordinates":[-0.0252556,51.5098628]},"properties":{"@type":"node","@id":6986944768,"@timestamp":1574075875},"coords":"51.5098628,-0.0252556","bedrooms":"2","price":"288000","area":"382"} , +{"type":"Feature","id":"n6987032550","geometry":{"type":"Point","coordinates":[-1.0247434,51.4422342]},"properties":{"@type":"node","@id":6987032550,"@timestamp":1574078365},"coords":"51.4422342,-1.0247434","bedrooms":"4","price":"215000","area":"357"} , +{"type":"Feature","id":"n6987032573","geometry":{"type":"Point","coordinates":[-1.0300971,51.4422901]},"properties":{"@type":"node","@id":6987032573,"@timestamp":1574416034},"coords":"51.4422901,-1.0300971","bedrooms":"4","price":"262000","area":"541"} , +{"type":"Feature","id":"n6987038669","geometry":{"type":"Point","coordinates":[-0.18871,51.5373939]},"properties":{"@type":"node","@id":6987038669,"@timestamp":1574080252},"coords":"51.5373939,-0.18871","bedrooms":"3","price":"293000","area":"629"} , +{"type":"Feature","id":"n6987190205","geometry":{"type":"Point","coordinates":[-0.2969569,51.4495492]},"properties":{"@type":"node","@id":6987190205,"@timestamp":1629842094},"coords":"51.4495492,-0.2969569","bedrooms":"1","price":"171000","area":"593"} , +{"type":"Feature","id":"n6987821750","geometry":{"type":"Point","coordinates":[-0.432544,51.4013007]},"properties":{"@type":"node","@id":6987821750,"@timestamp":1574098469},"coords":"51.4013007,-0.432544","bedrooms":"3","price":"200000","area":"494"} , +{"type":"Feature","id":"n6988039491","geometry":{"type":"Point","coordinates":[-0.1809893,51.5147895]},"properties":{"@type":"node","@id":6988039491,"@timestamp":1574102893},"coords":"51.5147895,-0.1809893","bedrooms":"2","price":"270000","area":"684"} , +{"type":"Feature","id":"n6988276785","geometry":{"type":"Point","coordinates":[-0.1792378,51.5085651]},"properties":{"@type":"node","@id":6988276785,"@timestamp":1607948974},"coords":"51.5085651,-0.1792378","bedrooms":"2","price":"287000","area":"477"} , +{"type":"Feature","id":"n6988512629","geometry":{"type":"Point","coordinates":[-0.2053662,51.2373218]},"properties":{"@type":"node","@id":6988512629,"@timestamp":1620082524},"coords":"51.2373218,-0.2053662","bedrooms":"3","price":"195000","area":"647"} , +{"type":"Feature","id":"n6988558771","geometry":{"type":"Point","coordinates":[-0.0917725,51.4993728]},"properties":{"@type":"node","@id":6988558771,"@timestamp":1574126632},"coords":"51.4993728,-0.0917725","bedrooms":"1","price":"211000","area":"446"} , +{"type":"Feature","id":"n6989443906","geometry":{"type":"Point","coordinates":[0.1492018,51.6865734]},"properties":{"@type":"node","@id":6989443906,"@timestamp":1574159854},"coords":"51.6865734,0.1492018","bedrooms":"1","price":"220000","area":"409"} , +{"type":"Feature","id":"n6989621215","geometry":{"type":"Point","coordinates":[-0.8568085,51.1133547]},"properties":{"@type":"node","@id":6989621215,"@timestamp":1574164647},"coords":"51.1133547,-0.8568085","bedrooms":"2","price":"225000","area":"558"} , +{"type":"Feature","id":"n6989621238","geometry":{"type":"Point","coordinates":[-0.8724125,51.0789243]},"properties":{"@type":"node","@id":6989621238,"@timestamp":1574164647},"coords":"51.0789243,-0.8724125","bedrooms":"0","price":"151000","area":"661"} , +{"type":"Feature","id":"n6989621248","geometry":{"type":"Point","coordinates":[-0.8609717,51.075689]},"properties":{"@type":"node","@id":6989621248,"@timestamp":1574164647},"coords":"51.075689,-0.8609717","bedrooms":"1","price":"162000","area":"372"} , +{"type":"Feature","id":"n6990639650","geometry":{"type":"Point","coordinates":[-0.5223509,51.7768599]},"properties":{"@type":"node","@id":6990639650,"@timestamp":1574189985},"coords":"51.7768599,-0.5223509","bedrooms":"0","price":"271000","area":"382"} , +{"type":"Feature","id":"n6991113897","geometry":{"type":"Point","coordinates":[-0.0760535,51.5481908]},"properties":{"@type":"node","@id":6991113897,"@timestamp":1574205450},"coords":"51.5481908,-0.0760535","bedrooms":"3","price":"214000","area":"521"} , +{"type":"Feature","id":"n6991344203","geometry":{"type":"Point","coordinates":[-0.180674,51.5147229]},"properties":{"@type":"node","@id":6991344203,"@timestamp":1574220276},"coords":"51.5147229,-0.180674","bedrooms":"3","price":"246000","area":"460"} , +{"type":"Feature","id":"n6991344248","geometry":{"type":"Point","coordinates":[-0.1795448,51.5135553]},"properties":{"@type":"node","@id":6991344248,"@timestamp":1574220276},"coords":"51.5135553,-0.1795448","bedrooms":"1","price":"228000","area":"481"} , +{"type":"Feature","id":"n6991509279","geometry":{"type":"Point","coordinates":[-0.779625,51.5713832]},"properties":{"@type":"node","@id":6991509279,"@timestamp":1574230188},"coords":"51.5713832,-0.779625","bedrooms":"1","price":"247000","area":"384"} , +{"type":"Feature","id":"n6991522105","geometry":{"type":"Point","coordinates":[-0.4058557,51.6543785]},"properties":{"@type":"node","@id":6991522105,"@timestamp":1574231505},"coords":"51.6543785,-0.4058557","bedrooms":"4","price":"248000","area":"396"} , +{"type":"Feature","id":"n6992636707","geometry":{"type":"Point","coordinates":[-0.2116026,51.2305345]},"properties":{"@type":"node","@id":6992636707,"@timestamp":1628439324},"coords":"51.2305345,-0.2116026","bedrooms":"3","price":"222000","area":"522"} , +{"type":"Feature","id":"n6993506571","geometry":{"type":"Point","coordinates":[-0.0668979,51.6152771]},"properties":{"@type":"node","@id":6993506571,"@timestamp":1595199277},"coords":"51.6152771,-0.0668979","bedrooms":"0","price":"211000","area":"445"} , +{"type":"Feature","id":"n6993629485","geometry":{"type":"Point","coordinates":[-0.2636344,51.391085]},"properties":{"@type":"node","@id":6993629485,"@timestamp":1626711621},"coords":"51.391085,-0.2636344","bedrooms":"4","price":"182000","area":"466"} , +{"type":"Feature","id":"n6993944079","geometry":{"type":"Point","coordinates":[-0.1858385,51.6233794]},"properties":{"@type":"node","@id":6993944079,"@timestamp":1574298010},"coords":"51.6233794,-0.1858385","bedrooms":"0","price":"189000","area":"411"} , +{"type":"Feature","id":"n6995730049","geometry":{"type":"Point","coordinates":[0.7529985,51.0720304]},"properties":{"@type":"node","@id":6995730049,"@timestamp":1600821244},"coords":"51.0720304,0.7529985","bedrooms":"3","price":"295000","area":"373"} , +{"type":"Feature","id":"n6996410287","geometry":{"type":"Point","coordinates":[-0.1441112,51.5187096]},"properties":{"@type":"node","@id":6996410287,"@timestamp":1607719437},"coords":"51.5187096,-0.1441112","bedrooms":"1","price":"179000","area":"664"} , +{"type":"Feature","id":"n6996847269","geometry":{"type":"Point","coordinates":[-0.0776302,51.5389169]},"properties":{"@type":"node","@id":6996847269,"@timestamp":1631975256},"coords":"51.5389169,-0.0776302","bedrooms":"2","price":"275000","area":"688"} , +{"type":"Feature","id":"n6997081481","geometry":{"type":"Point","coordinates":[-0.1788568,51.5136639]},"properties":{"@type":"node","@id":6997081481,"@timestamp":1574360864},"coords":"51.5136639,-0.1788568","bedrooms":"4","price":"209000","area":"362"} , +{"type":"Feature","id":"n6997094178","geometry":{"type":"Point","coordinates":[-0.415505,51.8761855]},"properties":{"@type":"node","@id":6997094178,"@timestamp":1574361894},"coords":"51.8761855,-0.415505","bedrooms":"1","price":"198000","area":"388"} , +{"type":"Feature","id":"n6997108372","geometry":{"type":"Point","coordinates":[-0.178421,51.5126269]},"properties":{"@type":"node","@id":6997108372,"@timestamp":1574360864},"coords":"51.5126269,-0.178421","bedrooms":"1","price":"165000","area":"466"} , +{"type":"Feature","id":"n6997460101","geometry":{"type":"Point","coordinates":[0.0042912,51.5442219]},"properties":{"@type":"node","@id":6997460101,"@timestamp":1574541222},"coords":"51.5442219,0.0042912","bedrooms":"4","price":"204000","area":"425"} , +{"type":"Feature","id":"n6997611428","geometry":{"type":"Point","coordinates":[-0.0549338,51.4982773]},"properties":{"@type":"node","@id":6997611428,"@timestamp":1583013428},"coords":"51.4982773,-0.0549338","bedrooms":"0","price":"190000","area":"395"} , +{"type":"Feature","id":"n6997668561","geometry":{"type":"Point","coordinates":[-0.0070762,51.5694492]},"properties":{"@type":"node","@id":6997668561,"@timestamp":1574382403},"coords":"51.5694492,-0.0070762","bedrooms":"0","price":"292000","area":"532"} , +{"type":"Feature","id":"n6997859706","geometry":{"type":"Point","coordinates":[-0.074382,51.5005952]},"properties":{"@type":"node","@id":6997859706,"@timestamp":1628614022},"coords":"51.5005952,-0.074382","bedrooms":"3","price":"200000","area":"448"} , +{"type":"Feature","id":"n6997989032","geometry":{"type":"Point","coordinates":[-0.0961012,51.475148]},"properties":{"@type":"node","@id":6997989032,"@timestamp":1631442322},"coords":"51.475148,-0.0961012","bedrooms":"4","price":"212000","area":"554"} , +{"type":"Feature","id":"n7001044975","geometry":{"type":"Point","coordinates":[-1.0131614,51.4447336]},"properties":{"@type":"node","@id":7001044975,"@timestamp":1626093275},"coords":"51.4447336,-1.0131614","bedrooms":"4","price":"272000","area":"599"} , +{"type":"Feature","id":"n7001068208","geometry":{"type":"Point","coordinates":[-1.0167327,51.4431515]},"properties":{"@type":"node","@id":7001068208,"@timestamp":1574416034},"coords":"51.4431515,-1.0167327","bedrooms":"0","price":"250000","area":"568"} , +{"type":"Feature","id":"n7001068271","geometry":{"type":"Point","coordinates":[-1.0318333,51.4379501]},"properties":{"@type":"node","@id":7001068271,"@timestamp":1574416034},"coords":"51.4379501,-1.0318333","bedrooms":"3","price":"269000","area":"563"} , +{"type":"Feature","id":"n7001068328","geometry":{"type":"Point","coordinates":[-1.0292884,51.4418853]},"properties":{"@type":"node","@id":7001068328,"@timestamp":1574416034},"coords":"51.4418853,-1.0292884","bedrooms":"1","price":"214000","area":"353"} , +{"type":"Feature","id":"n7001068366","geometry":{"type":"Point","coordinates":[-1.0161706,51.4442919]},"properties":{"@type":"node","@id":7001068366,"@timestamp":1574416034},"coords":"51.4442919,-1.0161706","bedrooms":"2","price":"154000","area":"514"} , +{"type":"Feature","id":"n7001091463","geometry":{"type":"Point","coordinates":[-0.3167085,51.6001824]},"properties":{"@type":"node","@id":7001091463,"@timestamp":1622034930},"coords":"51.6001824,-0.3167085","bedrooms":"4","price":"238000","area":"681"} , +{"type":"Feature","id":"n7001379688","geometry":{"type":"Point","coordinates":[-0.124447,51.5077181]},"properties":{"@type":"node","@id":7001379688,"@timestamp":1574425805},"coords":"51.5077181,-0.124447","bedrooms":"1","price":"192000","area":"413"} , +{"type":"Feature","id":"n7001758029","geometry":{"type":"Point","coordinates":[-0.0266853,51.5748925]},"properties":{"@type":"node","@id":7001758029,"@timestamp":1574434967},"coords":"51.5748925,-0.0266853","bedrooms":"3","price":"150000","area":"631"} , +{"type":"Feature","id":"n7001758039","geometry":{"type":"Point","coordinates":[-0.026751,51.5729471]},"properties":{"@type":"node","@id":7001758039,"@timestamp":1634493630},"coords":"51.5729471,-0.026751","bedrooms":"3","price":"160000","area":"356"} , +{"type":"Feature","id":"n7001758049","geometry":{"type":"Point","coordinates":[-0.0261529,51.5735398]},"properties":{"@type":"node","@id":7001758049,"@timestamp":1634493630},"coords":"51.5735398,-0.0261529","bedrooms":"4","price":"239000","area":"487"} , +{"type":"Feature","id":"n7001758059","geometry":{"type":"Point","coordinates":[-0.0248896,51.5734906]},"properties":{"@type":"node","@id":7001758059,"@timestamp":1574434967},"coords":"51.5734906,-0.0248896","bedrooms":"4","price":"273000","area":"567"} , +{"type":"Feature","id":"n7001758069","geometry":{"type":"Point","coordinates":[-0.0253657,51.5738357]},"properties":{"@type":"node","@id":7001758069,"@timestamp":1634493630},"coords":"51.5738357,-0.0253657","bedrooms":"4","price":"151000","area":"490"} , +{"type":"Feature","id":"n7001758079","geometry":{"type":"Point","coordinates":[-0.0259919,51.5750217]},"properties":{"@type":"node","@id":7001758079,"@timestamp":1574434967},"coords":"51.5750217,-0.0259919","bedrooms":"2","price":"192000","area":"679"} , +{"type":"Feature","id":"n7001762889","geometry":{"type":"Point","coordinates":[-0.0258404,51.57476]},"properties":{"@type":"node","@id":7001762889,"@timestamp":1574434967},"coords":"51.57476,-0.0258404","bedrooms":"0","price":"260000","area":"603"} , +{"type":"Feature","id":"n7001762899","geometry":{"type":"Point","coordinates":[-0.0267122,51.5739961]},"properties":{"@type":"node","@id":7001762899,"@timestamp":1634493630},"coords":"51.5739961,-0.0267122","bedrooms":"4","price":"252000","area":"569"} , +{"type":"Feature","id":"n7001762909","geometry":{"type":"Point","coordinates":[-0.0274068,51.5741511]},"properties":{"@type":"node","@id":7001762909,"@timestamp":1634493630},"coords":"51.5741511,-0.0274068","bedrooms":"0","price":"215000","area":"631"} , +{"type":"Feature","id":"n7001796388","geometry":{"type":"Point","coordinates":[-0.7761679,51.3163406]},"properties":{"@type":"node","@id":7001796388,"@timestamp":1574435924},"coords":"51.3163406,-0.7761679","bedrooms":"3","price":"181000","area":"677"} , +{"type":"Feature","id":"n7002683609","geometry":{"type":"Point","coordinates":[-0.0368617,51.5274987]},"properties":{"@type":"node","@id":7002683609,"@timestamp":1574442231},"coords":"51.5274987,-0.0368617","bedrooms":"0","price":"276000","area":"508"} , +{"type":"Feature","id":"n7002776876","geometry":{"type":"Point","coordinates":[-0.0241436,51.5368422]},"properties":{"@type":"node","@id":7002776876,"@timestamp":1574444728},"coords":"51.5368422,-0.0241436","bedrooms":"0","price":"244000","area":"662"} , +{"type":"Feature","id":"n7002922316","geometry":{"type":"Point","coordinates":[-0.020655,51.5346077]},"properties":{"@type":"node","@id":7002922316,"@timestamp":1622845739},"coords":"51.5346077,-0.020655","bedrooms":"0","price":"206000","area":"439"} , +{"type":"Feature","id":"n7003272076","geometry":{"type":"Point","coordinates":[-0.0082566,51.5035084]},"properties":{"@type":"node","@id":7003272076,"@timestamp":1574460611},"coords":"51.5035084,-0.0082566","bedrooms":"2","price":"232000","area":"593"} , +{"type":"Feature","id":"n7003521107","geometry":{"type":"Point","coordinates":[-0.131097,51.4757056]},"properties":{"@type":"node","@id":7003521107,"@timestamp":1574478739},"coords":"51.4757056,-0.131097","bedrooms":"3","price":"218000","area":"531"} , +{"type":"Feature","id":"n7003558754","geometry":{"type":"Point","coordinates":[-0.178557,51.5124882]},"properties":{"@type":"node","@id":7003558754,"@timestamp":1574482879},"coords":"51.5124882,-0.178557","bedrooms":"4","price":"192000","area":"617"} , +{"type":"Feature","id":"n7004217137","geometry":{"type":"Point","coordinates":[-0.7259626,51.3482964]},"properties":{"@type":"node","@id":7004217137,"@timestamp":1574521029},"coords":"51.3482964,-0.7259626","bedrooms":"4","price":"226000","area":"468"} , +{"type":"Feature","id":"n7004762008","geometry":{"type":"Point","coordinates":[-1.0255043,51.4424125]},"properties":{"@type":"node","@id":7004762008,"@timestamp":1574539775},"coords":"51.4424125,-1.0255043","bedrooms":"1","price":"210000","area":"532"} , +{"type":"Feature","id":"n7004860398","geometry":{"type":"Point","coordinates":[-0.1003846,51.4958286]},"properties":{"@type":"node","@id":7004860398,"@timestamp":1626818917},"coords":"51.4958286,-0.1003846","bedrooms":"3","price":"238000","area":"490"} , +{"type":"Feature","id":"n7005364358","geometry":{"type":"Point","coordinates":[0.5297572,51.2732419]},"properties":{"@type":"node","@id":7005364358,"@timestamp":1574564829},"coords":"51.2732419,0.5297572","bedrooms":"4","price":"196000","area":"364"} , +{"type":"Feature","id":"n7005428647","geometry":{"type":"Point","coordinates":[-0.1593709,51.1189947]},"properties":{"@type":"node","@id":7005428647,"@timestamp":1633795498},"coords":"51.1189947,-0.1593709","bedrooms":"4","price":"220000","area":"466"} , +{"type":"Feature","id":"n7005588997","geometry":{"type":"Point","coordinates":[-0.3598373,51.4692132]},"properties":{"@type":"node","@id":7005588997,"@timestamp":1593676562},"coords":"51.4692132,-0.3598373","bedrooms":"4","price":"263000","area":"616"} , +{"type":"Feature","id":"n7005633700","geometry":{"type":"Point","coordinates":[-0.6586961,51.7890159]},"properties":{"@type":"node","@id":7005633700,"@timestamp":1574583100},"coords":"51.7890159,-0.6586961","bedrooms":"1","price":"184000","area":"695"} , +{"type":"Feature","id":"n7005633710","geometry":{"type":"Point","coordinates":[-0.6590303,51.7871985]},"properties":{"@type":"node","@id":7005633710,"@timestamp":1574583100},"coords":"51.7871985,-0.6590303","bedrooms":"0","price":"168000","area":"625"} , +{"type":"Feature","id":"n7005633720","geometry":{"type":"Point","coordinates":[-0.659841,51.7853351]},"properties":{"@type":"node","@id":7005633720,"@timestamp":1574583100},"coords":"51.7853351,-0.659841","bedrooms":"4","price":"271000","area":"666"} , +{"type":"Feature","id":"n7005633730","geometry":{"type":"Point","coordinates":[-0.6595717,51.7870086]},"properties":{"@type":"node","@id":7005633730,"@timestamp":1574583100},"coords":"51.7870086,-0.6595717","bedrooms":"4","price":"218000","area":"469"} , +{"type":"Feature","id":"n7005854818","geometry":{"type":"Point","coordinates":[0.7361239,51.3480806]},"properties":{"@type":"node","@id":7005854818,"@timestamp":1574592875},"coords":"51.3480806,0.7361239","bedrooms":"4","price":"222000","area":"676"} , +{"type":"Feature","id":"n7006027364","geometry":{"type":"Point","coordinates":[-0.7507498,51.5324606]},"properties":{"@type":"node","@id":7006027364,"@timestamp":1610565873},"coords":"51.5324606,-0.7507498","bedrooms":"2","price":"201000","area":"394"} , +{"type":"Feature","id":"n7006205762","geometry":{"type":"Point","coordinates":[0.1679331,51.4603678]},"properties":{"@type":"node","@id":7006205762,"@timestamp":1574606861},"coords":"51.4603678,0.1679331","bedrooms":"1","price":"210000","area":"500"} , +{"type":"Feature","id":"n7006293907","geometry":{"type":"Point","coordinates":[-0.5274902,51.4271388]},"properties":{"@type":"node","@id":7006293907,"@timestamp":1574610048},"coords":"51.4271388,-0.5274902","bedrooms":"1","price":"284000","area":"388"} , +{"type":"Feature","id":"n7006396042","geometry":{"type":"Point","coordinates":[-0.0274465,51.4834712]},"properties":{"@type":"node","@id":7006396042,"@timestamp":1574612889},"coords":"51.4834712,-0.0274465","bedrooms":"2","price":"196000","area":"526"} , +{"type":"Feature","id":"n7006419478","geometry":{"type":"Point","coordinates":[-0.2909774,51.4726095]},"properties":{"@type":"node","@id":7006419478,"@timestamp":1574614318},"coords":"51.4726095,-0.2909774","bedrooms":"2","price":"229000","area":"655"} , +{"type":"Feature","id":"n7006733147","geometry":{"type":"Point","coordinates":[-0.2779164,51.6514633]},"properties":{"@type":"node","@id":7006733147,"@timestamp":1574627154},"coords":"51.6514633,-0.2779164","bedrooms":"4","price":"173000","area":"451"} , +{"type":"Feature","id":"n7006847872","geometry":{"type":"Point","coordinates":[-0.2690814,51.6593529]},"properties":{"@type":"node","@id":7006847872,"@timestamp":1574629930},"coords":"51.6593529,-0.2690814","bedrooms":"3","price":"274000","area":"393"} , +{"type":"Feature","id":"n7007101712","geometry":{"type":"Point","coordinates":[-0.4236939,51.4686083]},"properties":{"@type":"node","@id":7007101712,"@timestamp":1574646270},"coords":"51.4686083,-0.4236939","bedrooms":"2","price":"162000","area":"509"} , +{"type":"Feature","id":"n7007288028","geometry":{"type":"Point","coordinates":[-0.1799918,51.511251]},"properties":{"@type":"node","@id":7007288028,"@timestamp":1574653748},"coords":"51.511251,-0.1799918","bedrooms":"4","price":"209000","area":"446"} , +{"type":"Feature","id":"n7007473424","geometry":{"type":"Point","coordinates":[-0.1229654,51.4846322]},"properties":{"@type":"node","@id":7007473424,"@timestamp":1574664688},"coords":"51.4846322,-0.1229654","bedrooms":"3","price":"170000","area":"440"} , +{"type":"Feature","id":"n7007781573","geometry":{"type":"Point","coordinates":[-0.6431133,51.7904053]},"properties":{"@type":"node","@id":7007781573,"@timestamp":1574674810},"coords":"51.7904053,-0.6431133","bedrooms":"1","price":"180000","area":"447"} , +{"type":"Feature","id":"n7007782121","geometry":{"type":"Point","coordinates":[-0.6429798,51.789451]},"properties":{"@type":"node","@id":7007782121,"@timestamp":1574674810},"coords":"51.789451,-0.6429798","bedrooms":"2","price":"204000","area":"577"} , +{"type":"Feature","id":"n7007782186","geometry":{"type":"Point","coordinates":[-0.645314,51.7909337]},"properties":{"@type":"node","@id":7007782186,"@timestamp":1574674810},"coords":"51.7909337,-0.645314","bedrooms":"0","price":"259000","area":"674"} , +{"type":"Feature","id":"n7008013416","geometry":{"type":"Point","coordinates":[-0.6524286,51.7934529]},"properties":{"@type":"node","@id":7008013416,"@timestamp":1574681536},"coords":"51.7934529,-0.6524286","bedrooms":"0","price":"262000","area":"560"} , +{"type":"Feature","id":"n7008013426","geometry":{"type":"Point","coordinates":[-0.6456828,51.7913419]},"properties":{"@type":"node","@id":7008013426,"@timestamp":1574681536},"coords":"51.7913419,-0.6456828","bedrooms":"2","price":"204000","area":"637"} , +{"type":"Feature","id":"n7008013436","geometry":{"type":"Point","coordinates":[-0.6440949,51.7914962]},"properties":{"@type":"node","@id":7008013436,"@timestamp":1574681536},"coords":"51.7914962,-0.6440949","bedrooms":"2","price":"151000","area":"556"} , +{"type":"Feature","id":"n7008144964","geometry":{"type":"Point","coordinates":[-0.6585231,51.7944781]},"properties":{"@type":"node","@id":7008144964,"@timestamp":1630772486},"coords":"51.7944781,-0.6585231","bedrooms":"0","price":"257000","area":"517"} , +{"type":"Feature","id":"n7008633796","geometry":{"type":"Point","coordinates":[-0.4120662,51.8690097]},"properties":{"@type":"node","@id":7008633796,"@timestamp":1614512749},"coords":"51.8690097,-0.4120662","bedrooms":"0","price":"241000","area":"495"} , +{"type":"Feature","id":"n7008785392","geometry":{"type":"Point","coordinates":[-0.9667536,51.45825]},"properties":{"@type":"node","@id":7008785392,"@timestamp":1574697080},"coords":"51.45825,-0.9667536","bedrooms":"3","price":"284000","area":"582"} , +{"type":"Feature","id":"n7009026524","geometry":{"type":"Point","coordinates":[-0.0765853,51.4879078]},"properties":{"@type":"node","@id":7009026524,"@timestamp":1574701946},"coords":"51.4879078,-0.0765853","bedrooms":"0","price":"296000","area":"505"} , +{"type":"Feature","id":"n7009081989","geometry":{"type":"Point","coordinates":[-0.1324826,51.5469283]},"properties":{"@type":"node","@id":7009081989,"@timestamp":1628959548},"coords":"51.5469283,-0.1324826","bedrooms":"0","price":"150000","area":"514"} , +{"type":"Feature","id":"n7009082186","geometry":{"type":"Point","coordinates":[-0.116897,51.5562659]},"properties":{"@type":"node","@id":7009082186,"@timestamp":1614018041},"coords":"51.5562659,-0.116897","bedrooms":"3","price":"224000","area":"664"} , +{"type":"Feature","id":"n7009106584","geometry":{"type":"Point","coordinates":[-0.4118592,51.4481984]},"properties":{"@type":"node","@id":7009106584,"@timestamp":1574703983},"coords":"51.4481984,-0.4118592","bedrooms":"1","price":"210000","area":"652"} , +{"type":"Feature","id":"n7009810030","geometry":{"type":"Point","coordinates":[-0.1331776,51.5684311]},"properties":{"@type":"node","@id":7009810030,"@timestamp":1574715186},"coords":"51.5684311,-0.1331776","bedrooms":"0","price":"266000","area":"672"} , +{"type":"Feature","id":"n7009876515","geometry":{"type":"Point","coordinates":[-0.746603,51.5310801]},"properties":{"@type":"node","@id":7009876515,"@timestamp":1610481148},"coords":"51.5310801,-0.746603","bedrooms":"3","price":"201000","area":"515"} , +{"type":"Feature","id":"n7010108033","geometry":{"type":"Point","coordinates":[0.4523885,51.5595236]},"properties":{"@type":"node","@id":7010108033,"@timestamp":1574730514},"coords":"51.5595236,0.4523885","bedrooms":"0","price":"209000","area":"383"} , +{"type":"Feature","id":"n7010163381","geometry":{"type":"Point","coordinates":[-0.1074591,51.4900971]},"properties":{"@type":"node","@id":7010163381,"@timestamp":1605043298},"coords":"51.4900971,-0.1074591","bedrooms":"3","price":"224000","area":"364"} , +{"type":"Feature","id":"n7010337511","geometry":{"type":"Point","coordinates":[-0.2761144,51.6546882]},"properties":{"@type":"node","@id":7010337511,"@timestamp":1624371363},"coords":"51.6546882,-0.2761144","bedrooms":"2","price":"266000","area":"631"} , +{"type":"Feature","id":"n7010954743","geometry":{"type":"Point","coordinates":[-0.1118161,51.4834936]},"properties":{"@type":"node","@id":7010954743,"@timestamp":1626965805},"coords":"51.4834936,-0.1118161","bedrooms":"1","price":"291000","area":"558"} , +{"type":"Feature","id":"n7011136677","geometry":{"type":"Point","coordinates":[0.2693224,51.4381793]},"properties":{"@type":"node","@id":7011136677,"@timestamp":1574770294},"coords":"51.4381793,0.2693224","bedrooms":"3","price":"181000","area":"636"} , +{"type":"Feature","id":"n7011165386","geometry":{"type":"Point","coordinates":[0.2736568,51.439532]},"properties":{"@type":"node","@id":7011165386,"@timestamp":1607437317},"coords":"51.439532,0.2736568","bedrooms":"0","price":"213000","area":"419"} , +{"type":"Feature","id":"n7011859986","geometry":{"type":"Point","coordinates":[-0.4055788,51.6579803]},"properties":{"@type":"node","@id":7011859986,"@timestamp":1574785395},"coords":"51.6579803,-0.4055788","bedrooms":"2","price":"195000","area":"431"} , +{"type":"Feature","id":"n7011978584","geometry":{"type":"Point","coordinates":[-0.406726,51.4475472]},"properties":{"@type":"node","@id":7011978584,"@timestamp":1574789239},"coords":"51.4475472,-0.406726","bedrooms":"3","price":"194000","area":"434"} , +{"type":"Feature","id":"n7012168854","geometry":{"type":"Point","coordinates":[-0.4086694,51.450552]},"properties":{"@type":"node","@id":7012168854,"@timestamp":1574793730},"coords":"51.450552,-0.4086694","bedrooms":"0","price":"206000","area":"611"} , +{"type":"Feature","id":"n7012288620","geometry":{"type":"Point","coordinates":[0.6844926,51.0701636]},"properties":{"@type":"node","@id":7012288620,"@timestamp":1574797302},"coords":"51.0701636,0.6844926","bedrooms":"2","price":"187000","area":"493"} , +{"type":"Feature","id":"n7012635548","geometry":{"type":"Point","coordinates":[-0.2987599,51.4474629]},"properties":{"@type":"node","@id":7012635548,"@timestamp":1629842094},"coords":"51.4474629,-0.2987599","bedrooms":"0","price":"164000","area":"693"} , +{"type":"Feature","id":"n7012714670","geometry":{"type":"Point","coordinates":[-0.1580901,51.5142329]},"properties":{"@type":"node","@id":7012714670,"@timestamp":1574815162},"coords":"51.5142329,-0.1580901","bedrooms":"1","price":"208000","area":"427"} , +{"type":"Feature","id":"n7013190768","geometry":{"type":"Point","coordinates":[-0.4058564,51.4523703]},"properties":{"@type":"node","@id":7013190768,"@timestamp":1574838157},"coords":"51.4523703,-0.4058564","bedrooms":"0","price":"259000","area":"534"} , +{"type":"Feature","id":"n7013428977","geometry":{"type":"Point","coordinates":[0.6602814,51.7816934]},"properties":{"@type":"node","@id":7013428977,"@timestamp":1574844316},"coords":"51.7816934,0.6602814","bedrooms":"4","price":"230000","area":"416"} , +{"type":"Feature","id":"n7013596614","geometry":{"type":"Point","coordinates":[-0.3162883,51.0696267]},"properties":{"@type":"node","@id":7013596614,"@timestamp":1574848192},"coords":"51.0696267,-0.3162883","bedrooms":"1","price":"174000","area":"414"} , +{"type":"Feature","id":"n7013978783","geometry":{"type":"Point","coordinates":[-0.1356262,51.5221522]},"properties":{"@type":"node","@id":7013978783,"@timestamp":1574858087},"coords":"51.5221522,-0.1356262","bedrooms":"3","price":"232000","area":"622"} , +{"type":"Feature","id":"n7014055311","geometry":{"type":"Point","coordinates":[0.2482002,51.4543391]},"properties":{"@type":"node","@id":7014055311,"@timestamp":1574859292},"coords":"51.4543391,0.2482002","bedrooms":"4","price":"284000","area":"591"} , +{"type":"Feature","id":"n7014843816","geometry":{"type":"Point","coordinates":[-1.0075917,51.4623782]},"properties":{"@type":"node","@id":7014843816,"@timestamp":1574881892},"coords":"51.4623782,-1.0075917","bedrooms":"2","price":"218000","area":"393"} , +{"type":"Feature","id":"n7015103331","geometry":{"type":"Point","coordinates":[-0.2060709,51.2371901]},"properties":{"@type":"node","@id":7015103331,"@timestamp":1574877745},"coords":"51.2371901,-0.2060709","bedrooms":"4","price":"237000","area":"455"} , +{"type":"Feature","id":"n7015812744","geometry":{"type":"Point","coordinates":[-0.2211709,51.3917961]},"properties":{"@type":"node","@id":7015812744,"@timestamp":1575240111},"coords":"51.3917961,-0.2211709","bedrooms":"4","price":"268000","area":"639"} , +{"type":"Feature","id":"n7016429885","geometry":{"type":"Point","coordinates":[-0.0834242,51.539859]},"properties":{"@type":"node","@id":7016429885,"@timestamp":1574929499},"coords":"51.539859,-0.0834242","bedrooms":"0","price":"291000","area":"627"} , +{"type":"Feature","id":"n7016457138","geometry":{"type":"Point","coordinates":[-0.0572637,51.5341454]},"properties":{"@type":"node","@id":7016457138,"@timestamp":1574930890},"coords":"51.5341454,-0.0572637","bedrooms":"1","price":"246000","area":"362"} , +{"type":"Feature","id":"n7016975309","geometry":{"type":"Point","coordinates":[-0.1359077,51.5224332]},"properties":{"@type":"node","@id":7016975309,"@timestamp":1574945522},"coords":"51.5224332,-0.1359077","bedrooms":"1","price":"260000","area":"492"} , +{"type":"Feature","id":"n7017359607","geometry":{"type":"Point","coordinates":[-0.3628066,51.6171558]},"properties":{"@type":"node","@id":7017359607,"@timestamp":1574952917},"coords":"51.6171558,-0.3628066","bedrooms":"3","price":"239000","area":"422"} , +{"type":"Feature","id":"n7017897686","geometry":{"type":"Point","coordinates":[-0.5029504,51.7239725]},"properties":{"@type":"node","@id":7017897686,"@timestamp":1574967527},"coords":"51.7239725,-0.5029504","bedrooms":"4","price":"229000","area":"672"} , +{"type":"Feature","id":"n7017932490","geometry":{"type":"Point","coordinates":[-0.152032,51.2495711]},"properties":{"@type":"node","@id":7017932490,"@timestamp":1574968867},"coords":"51.2495711,-0.152032","bedrooms":"0","price":"191000","area":"662"} , +{"type":"Feature","id":"n7018290355","geometry":{"type":"Point","coordinates":[-0.5242369,51.4256552]},"properties":{"@type":"node","@id":7018290355,"@timestamp":1574984453},"coords":"51.4256552,-0.5242369","bedrooms":"2","price":"153000","area":"578"} , +{"type":"Feature","id":"n7018419394","geometry":{"type":"Point","coordinates":[-0.5028421,51.947191]},"properties":{"@type":"node","@id":7018419394,"@timestamp":1574996897},"coords":"51.947191,-0.5028421","bedrooms":"2","price":"263000","area":"659"} , +{"type":"Feature","id":"n7018507614","geometry":{"type":"Point","coordinates":[-0.4052991,51.6538563]},"properties":{"@type":"node","@id":7018507614,"@timestamp":1605303228},"coords":"51.6538563,-0.4052991","bedrooms":"0","price":"252000","area":"559"} , +{"type":"Feature","id":"n7019045941","geometry":{"type":"Point","coordinates":[-0.8462708,51.4231068]},"properties":{"@type":"node","@id":7019045941,"@timestamp":1624299716},"coords":"51.4231068,-0.8462708","bedrooms":"3","price":"289000","area":"453"} , +{"type":"Feature","id":"n7019766969","geometry":{"type":"Point","coordinates":[-1.0379871,51.411883]},"properties":{"@type":"node","@id":7019766969,"@timestamp":1575040014},"coords":"51.411883,-1.0379871","bedrooms":"2","price":"295000","area":"643"} , +{"type":"Feature","id":"n7020830235","geometry":{"type":"Point","coordinates":[-0.2177039,51.3971168]},"properties":{"@type":"node","@id":7020830235,"@timestamp":1575069381},"coords":"51.3971168,-0.2177039","bedrooms":"4","price":"152000","area":"604"} , +{"type":"Feature","id":"n7020963835","geometry":{"type":"Point","coordinates":[-0.3955789,51.8720531]},"properties":{"@type":"node","@id":7020963835,"@timestamp":1575080871},"coords":"51.8720531,-0.3955789","bedrooms":"4","price":"190000","area":"380"} , +{"type":"Feature","id":"n7021458158","geometry":{"type":"Point","coordinates":[-0.0835993,51.5299058]},"properties":{"@type":"node","@id":7021458158,"@timestamp":1612553684},"coords":"51.5299058,-0.0835993","bedrooms":"0","price":"297000","area":"453"} , +{"type":"Feature","id":"n7021671315","geometry":{"type":"Point","coordinates":[-0.1360932,51.5213659]},"properties":{"@type":"node","@id":7021671315,"@timestamp":1575121341},"coords":"51.5213659,-0.1360932","bedrooms":"2","price":"176000","area":"694"} , +{"type":"Feature","id":"n7022481864","geometry":{"type":"Point","coordinates":[0.6841517,51.0674059]},"properties":{"@type":"node","@id":7022481864,"@timestamp":1575149803},"coords":"51.0674059,0.6841517","bedrooms":"1","price":"284000","area":"437"} , +{"type":"Feature","id":"n7022624475","geometry":{"type":"Point","coordinates":[-0.2183157,51.3948646]},"properties":{"@type":"node","@id":7022624475,"@timestamp":1578266821},"coords":"51.3948646,-0.2183157","bedrooms":"0","price":"158000","area":"697"} , +{"type":"Feature","id":"n7022690354","geometry":{"type":"Point","coordinates":[-0.228694,51.3971362]},"properties":{"@type":"node","@id":7022690354,"@timestamp":1607183347},"coords":"51.3971362,-0.228694","bedrooms":"4","price":"263000","area":"621"} , +{"type":"Feature","id":"n7023045299","geometry":{"type":"Point","coordinates":[-0.3302144,51.5856069]},"properties":{"@type":"node","@id":7023045299,"@timestamp":1575183417},"coords":"51.5856069,-0.3302144","bedrooms":"3","price":"251000","area":"502"} , +{"type":"Feature","id":"n7024412173","geometry":{"type":"Point","coordinates":[-0.2212345,51.3924536]},"properties":{"@type":"node","@id":7024412173,"@timestamp":1575240111},"coords":"51.3924536,-0.2212345","bedrooms":"2","price":"187000","area":"393"} , +{"type":"Feature","id":"n7024728918","geometry":{"type":"Point","coordinates":[-0.123969,51.5793948]},"properties":{"@type":"node","@id":7024728918,"@timestamp":1575248082},"coords":"51.5793948,-0.123969","bedrooms":"4","price":"271000","area":"514"} , +{"type":"Feature","id":"n7025781607","geometry":{"type":"Point","coordinates":[0.0973778,51.5329131]},"properties":{"@type":"node","@id":7025781607,"@timestamp":1575285348},"coords":"51.5329131,0.0973778","bedrooms":"4","price":"163000","area":"608"} , +{"type":"Feature","id":"n7025904971","geometry":{"type":"Point","coordinates":[0.5255986,51.3826667]},"properties":{"@type":"node","@id":7025904971,"@timestamp":1575287951},"coords":"51.3826667,0.5255986","bedrooms":"1","price":"245000","area":"423"} , +{"type":"Feature","id":"n7026450498","geometry":{"type":"Point","coordinates":[-0.4019746,51.4441479]},"properties":{"@type":"node","@id":7026450498,"@timestamp":1575300958},"coords":"51.4441479,-0.4019746","bedrooms":"4","price":"239000","area":"556"} , +{"type":"Feature","id":"n7026450536","geometry":{"type":"Point","coordinates":[-0.4055627,51.4442048]},"properties":{"@type":"node","@id":7026450536,"@timestamp":1580953160},"coords":"51.4442048,-0.4055627","bedrooms":"3","price":"282000","area":"383"} , +{"type":"Feature","id":"n7026501819","geometry":{"type":"Point","coordinates":[-0.1838857,51.5133447]},"properties":{"@type":"node","@id":7026501819,"@timestamp":1575301749},"coords":"51.5133447,-0.1838857","bedrooms":"3","price":"262000","area":"408"} , +{"type":"Feature","id":"n7026508972","geometry":{"type":"Point","coordinates":[0.1528487,51.4403708]},"properties":{"@type":"node","@id":7026508972,"@timestamp":1620410995},"coords":"51.4403708,0.1528487","bedrooms":"3","price":"285000","area":"561"} , +{"type":"Feature","id":"n7026779385","geometry":{"type":"Point","coordinates":[-0.1869839,51.5053253]},"properties":{"@type":"node","@id":7026779385,"@timestamp":1608477779},"coords":"51.5053253,-0.1869839","bedrooms":"2","price":"229000","area":"547"} , +{"type":"Feature","id":"n7026969922","geometry":{"type":"Point","coordinates":[-0.9824949,51.4526866]},"properties":{"@type":"node","@id":7026969922,"@timestamp":1603120844},"coords":"51.4526866,-0.9824949","bedrooms":"2","price":"217000","area":"474"} , +{"type":"Feature","id":"n7026969934","geometry":{"type":"Point","coordinates":[-0.9800001,51.4509695]},"properties":{"@type":"node","@id":7026969934,"@timestamp":1603363910},"coords":"51.4509695,-0.9800001","bedrooms":"0","price":"297000","area":"386"} , +{"type":"Feature","id":"n7026969953","geometry":{"type":"Point","coordinates":[-0.9876448,51.4522619]},"properties":{"@type":"node","@id":7026969953,"@timestamp":1626091210},"coords":"51.4522619,-0.9876448","bedrooms":"4","price":"163000","area":"684"} , +{"type":"Feature","id":"n7026969965","geometry":{"type":"Point","coordinates":[-0.9843437,51.453294]},"properties":{"@type":"node","@id":7026969965,"@timestamp":1575314323},"coords":"51.453294,-0.9843437","bedrooms":"3","price":"193000","area":"685"} , +{"type":"Feature","id":"n7027053693","geometry":{"type":"Point","coordinates":[-0.1661159,51.2428255]},"properties":{"@type":"node","@id":7027053693,"@timestamp":1575317602},"coords":"51.2428255,-0.1661159","bedrooms":"3","price":"295000","area":"669"} , +{"type":"Feature","id":"n7027053769","geometry":{"type":"Point","coordinates":[-0.1669098,51.244199]},"properties":{"@type":"node","@id":7027053769,"@timestamp":1575317602},"coords":"51.244199,-0.1669098","bedrooms":"3","price":"231000","area":"549"} , +{"type":"Feature","id":"n7027071818","geometry":{"type":"Point","coordinates":[-0.1658143,51.2438803]},"properties":{"@type":"node","@id":7027071818,"@timestamp":1575317602},"coords":"51.2438803,-0.1658143","bedrooms":"2","price":"187000","area":"491"} , +{"type":"Feature","id":"n7027283934","geometry":{"type":"Point","coordinates":[0.4686915,50.987085]},"properties":{"@type":"node","@id":7027283934,"@timestamp":1618266933},"coords":"50.987085,0.4686915","bedrooms":"1","price":"233000","area":"505"} , +{"type":"Feature","id":"n7027531097","geometry":{"type":"Point","coordinates":[-0.093084,51.5231024]},"properties":{"@type":"node","@id":7027531097,"@timestamp":1575338262},"coords":"51.5231024,-0.093084","bedrooms":"4","price":"258000","area":"679"} , +{"type":"Feature","id":"n7027582278","geometry":{"type":"Point","coordinates":[-0.2717967,51.3330472]},"properties":{"@type":"node","@id":7027582278,"@timestamp":1575343130},"coords":"51.3330472,-0.2717967","bedrooms":"1","price":"220000","area":"600"} , +{"type":"Feature","id":"n7027663342","geometry":{"type":"Point","coordinates":[-0.1837122,51.5113278]},"properties":{"@type":"node","@id":7027663342,"@timestamp":1605114951},"coords":"51.5113278,-0.1837122","bedrooms":"2","price":"207000","area":"479"} , +{"type":"Feature","id":"n7027838898","geometry":{"type":"Point","coordinates":[-0.391862,51.4416849]},"properties":{"@type":"node","@id":7027838898,"@timestamp":1575356076},"coords":"51.4416849,-0.391862","bedrooms":"2","price":"168000","area":"389"} , +{"type":"Feature","id":"n7027838941","geometry":{"type":"Point","coordinates":[-0.4000591,51.4454235]},"properties":{"@type":"node","@id":7027838941,"@timestamp":1627817654},"coords":"51.4454235,-0.4000591","bedrooms":"0","price":"193000","area":"670"} , +{"type":"Feature","id":"n7028524378","geometry":{"type":"Point","coordinates":[-0.5910063,51.506044]},"properties":{"@type":"node","@id":7028524378,"@timestamp":1575373852},"coords":"51.506044,-0.5910063","bedrooms":"4","price":"232000","area":"600"} , +{"type":"Feature","id":"n7028664657","geometry":{"type":"Point","coordinates":[0.2248127,51.7149034]},"properties":{"@type":"node","@id":7028664657,"@timestamp":1575377906},"coords":"51.7149034,0.2248127","bedrooms":"2","price":"241000","area":"678"} , +{"type":"Feature","id":"n7029022979","geometry":{"type":"Point","coordinates":[0.1887652,51.0486839]},"properties":{"@type":"node","@id":7029022979,"@timestamp":1575385527},"coords":"51.0486839,0.1887652","bedrooms":"2","price":"222000","area":"479"} , +{"type":"Feature","id":"n7030019714","geometry":{"type":"Point","coordinates":[-0.4053361,51.442714]},"properties":{"@type":"node","@id":7030019714,"@timestamp":1575412619},"coords":"51.442714,-0.4053361","bedrooms":"4","price":"258000","area":"673"} , +{"type":"Feature","id":"n7030588402","geometry":{"type":"Point","coordinates":[0.2835854,51.4728041]},"properties":{"@type":"node","@id":7030588402,"@timestamp":1575436751},"coords":"51.4728041,0.2835854","bedrooms":"3","price":"203000","area":"514"} , +{"type":"Feature","id":"n7031729908","geometry":{"type":"Point","coordinates":[0.1194495,51.9379518]},"properties":{"@type":"node","@id":7031729908,"@timestamp":1575458503},"coords":"51.9379518,0.1194495","bedrooms":"2","price":"274000","area":"426"} , +{"type":"Feature","id":"n7032987616","geometry":{"type":"Point","coordinates":[-0.4452794,51.1958764]},"properties":{"@type":"node","@id":7032987616,"@timestamp":1575468057},"coords":"51.1958764,-0.4452794","bedrooms":"4","price":"200000","area":"625"} , +{"type":"Feature","id":"n7033613593","geometry":{"type":"Point","coordinates":[-0.9522852,51.1550994]},"properties":{"@type":"node","@id":7033613593,"@timestamp":1575474348},"coords":"51.1550994,-0.9522852","bedrooms":"4","price":"220000","area":"589"} , +{"type":"Feature","id":"n7033794183","geometry":{"type":"Point","coordinates":[-0.2152331,51.5303934]},"properties":{"@type":"node","@id":7033794183,"@timestamp":1575478774},"coords":"51.5303934,-0.2152331","bedrooms":"0","price":"228000","area":"460"} , +{"type":"Feature","id":"n7034076216","geometry":{"type":"Point","coordinates":[-0.4109147,51.4440226]},"properties":{"@type":"node","@id":7034076216,"@timestamp":1575758570},"coords":"51.4440226,-0.4109147","bedrooms":"1","price":"291000","area":"369"} , +{"type":"Feature","id":"n7034605148","geometry":{"type":"Point","coordinates":[-0.4221217,51.6508883]},"properties":{"@type":"node","@id":7034605148,"@timestamp":1575501263},"coords":"51.6508883,-0.4221217","bedrooms":"2","price":"273000","area":"440"} , +{"type":"Feature","id":"n7034781342","geometry":{"type":"Point","coordinates":[-0.3979523,51.6549736]},"properties":{"@type":"node","@id":7034781342,"@timestamp":1575510121},"coords":"51.6549736,-0.3979523","bedrooms":"3","price":"297000","area":"601"} , +{"type":"Feature","id":"n7035335004","geometry":{"type":"Point","coordinates":[0.5101071,51.2375361]},"properties":{"@type":"node","@id":7035335004,"@timestamp":1575534731},"coords":"51.2375361,0.5101071","bedrooms":"2","price":"196000","area":"599"} , +{"type":"Feature","id":"n7035897810","geometry":{"type":"Point","coordinates":[-0.4144016,51.4408882]},"properties":{"@type":"node","@id":7035897810,"@timestamp":1575550147},"coords":"51.4408882,-0.4144016","bedrooms":"4","price":"215000","area":"456"} , +{"type":"Feature","id":"n7035897874","geometry":{"type":"Point","coordinates":[-0.4119025,51.4431323]},"properties":{"@type":"node","@id":7035897874,"@timestamp":1575550147},"coords":"51.4431323,-0.4119025","bedrooms":"0","price":"229000","area":"375"} , +{"type":"Feature","id":"n7035897898","geometry":{"type":"Point","coordinates":[-0.4123502,51.4426511]},"properties":{"@type":"node","@id":7035897898,"@timestamp":1575550147},"coords":"51.4426511,-0.4123502","bedrooms":"0","price":"151000","area":"536"} , +{"type":"Feature","id":"n7036144423","geometry":{"type":"Point","coordinates":[-0.2066538,51.3729118]},"properties":{"@type":"node","@id":7036144423,"@timestamp":1575557260},"coords":"51.3729118,-0.2066538","bedrooms":"1","price":"201000","area":"624"} , +{"type":"Feature","id":"n7036429085","geometry":{"type":"Point","coordinates":[-0.1302148,51.5497341]},"properties":{"@type":"node","@id":7036429085,"@timestamp":1601048184},"coords":"51.5497341,-0.1302148","bedrooms":"3","price":"233000","area":"503"} , +{"type":"Feature","id":"n7036728392","geometry":{"type":"Point","coordinates":[-0.9735878,51.4699531]},"properties":{"@type":"node","@id":7036728392,"@timestamp":1614522136},"coords":"51.4699531,-0.9735878","bedrooms":"3","price":"225000","area":"657"} , +{"type":"Feature","id":"n7036780454","geometry":{"type":"Point","coordinates":[-0.9581405,51.4705895]},"properties":{"@type":"node","@id":7036780454,"@timestamp":1598643856},"coords":"51.4705895,-0.9581405","bedrooms":"0","price":"262000","area":"405"} , +{"type":"Feature","id":"n7036814036","geometry":{"type":"Point","coordinates":[-0.4176615,51.4393139]},"properties":{"@type":"node","@id":7036814036,"@timestamp":1575576626},"coords":"51.4393139,-0.4176615","bedrooms":"1","price":"274000","area":"493"} , +{"type":"Feature","id":"n7036822008","geometry":{"type":"Point","coordinates":[-0.9460714,51.4769215]},"properties":{"@type":"node","@id":7036822008,"@timestamp":1596219003},"coords":"51.4769215,-0.9460714","bedrooms":"0","price":"289000","area":"393"} , +{"type":"Feature","id":"n7036882372","geometry":{"type":"Point","coordinates":[-0.4146666,51.4407799]},"properties":{"@type":"node","@id":7036882372,"@timestamp":1575576626},"coords":"51.4407799,-0.4146666","bedrooms":"0","price":"227000","area":"520"} , +{"type":"Feature","id":"n7036997976","geometry":{"type":"Point","coordinates":[-0.4184615,51.4387666]},"properties":{"@type":"node","@id":7036997976,"@timestamp":1575580664},"coords":"51.4387666,-0.4184615","bedrooms":"3","price":"260000","area":"633"} , +{"type":"Feature","id":"n7037002418","geometry":{"type":"Point","coordinates":[-0.4191728,51.4390385]},"properties":{"@type":"node","@id":7037002418,"@timestamp":1575633287},"coords":"51.4390385,-0.4191728","bedrooms":"3","price":"222000","area":"554"} , +{"type":"Feature","id":"n7037075927","geometry":{"type":"Point","coordinates":[-0.9725653,51.4583572]},"properties":{"@type":"node","@id":7037075927,"@timestamp":1575583157},"coords":"51.4583572,-0.9725653","bedrooms":"4","price":"218000","area":"508"} , +{"type":"Feature","id":"n7037075954","geometry":{"type":"Point","coordinates":[-0.9751734,51.4586398]},"properties":{"@type":"node","@id":7037075954,"@timestamp":1631589393},"coords":"51.4586398,-0.9751734","bedrooms":"3","price":"206000","area":"636"} , +{"type":"Feature","id":"n7037076036","geometry":{"type":"Point","coordinates":[-0.9739634,51.4587948]},"properties":{"@type":"node","@id":7037076036,"@timestamp":1575583157},"coords":"51.4587948,-0.9739634","bedrooms":"4","price":"284000","area":"676"} , +{"type":"Feature","id":"n7037076068","geometry":{"type":"Point","coordinates":[-0.973572,51.4585363]},"properties":{"@type":"node","@id":7037076068,"@timestamp":1575583157},"coords":"51.4585363,-0.973572","bedrooms":"0","price":"258000","area":"421"} , +{"type":"Feature","id":"n7037076079","geometry":{"type":"Point","coordinates":[-0.974116,51.4586343]},"properties":{"@type":"node","@id":7037076079,"@timestamp":1575583157},"coords":"51.4586343,-0.974116","bedrooms":"3","price":"172000","area":"462"} , +{"type":"Feature","id":"n7037076090","geometry":{"type":"Point","coordinates":[-0.9735627,51.458654]},"properties":{"@type":"node","@id":7037076090,"@timestamp":1575583157},"coords":"51.458654,-0.9735627","bedrooms":"3","price":"221000","area":"674"} , +{"type":"Feature","id":"n7037076109","geometry":{"type":"Point","coordinates":[-0.9727286,51.4585905]},"properties":{"@type":"node","@id":7037076109,"@timestamp":1575583157},"coords":"51.4585905,-0.9727286","bedrooms":"2","price":"158000","area":"656"} , +{"type":"Feature","id":"n7038155587","geometry":{"type":"Point","coordinates":[-0.4849862,51.5393414]},"properties":{"@type":"node","@id":7038155587,"@timestamp":1575632148},"coords":"51.5393414,-0.4849862","bedrooms":"3","price":"153000","area":"470"} , +{"type":"Feature","id":"n7038211958","geometry":{"type":"Point","coordinates":[-0.4214541,51.4380819]},"properties":{"@type":"node","@id":7038211958,"@timestamp":1575633287},"coords":"51.4380819,-0.4214541","bedrooms":"1","price":"253000","area":"528"} , +{"type":"Feature","id":"n7038433906","geometry":{"type":"Point","coordinates":[-0.1868677,51.5106878]},"properties":{"@type":"node","@id":7038433906,"@timestamp":1575637864},"coords":"51.5106878,-0.1868677","bedrooms":"4","price":"202000","area":"680"} , +{"type":"Feature","id":"n7038787129","geometry":{"type":"Point","coordinates":[-0.7629785,51.4123601]},"properties":{"@type":"node","@id":7038787129,"@timestamp":1575646494},"coords":"51.4123601,-0.7629785","bedrooms":"0","price":"172000","area":"498"} , +{"type":"Feature","id":"n7038787151","geometry":{"type":"Point","coordinates":[-0.7635673,51.4120926]},"properties":{"@type":"node","@id":7038787151,"@timestamp":1575646494},"coords":"51.4120926,-0.7635673","bedrooms":"1","price":"258000","area":"511"} , +{"type":"Feature","id":"n7038812534","geometry":{"type":"Point","coordinates":[-0.4141938,51.4419112]},"properties":{"@type":"node","@id":7038812534,"@timestamp":1580953160},"coords":"51.4419112,-0.4141938","bedrooms":"2","price":"179000","area":"534"} , +{"type":"Feature","id":"n7039092540","geometry":{"type":"Point","coordinates":[-0.4125378,51.444066]},"properties":{"@type":"node","@id":7039092540,"@timestamp":1575653839},"coords":"51.444066,-0.4125378","bedrooms":"4","price":"268000","area":"377"} , +{"type":"Feature","id":"n7039092703","geometry":{"type":"Point","coordinates":[-0.4124567,51.4429664]},"properties":{"@type":"node","@id":7039092703,"@timestamp":1575653839},"coords":"51.4429664,-0.4124567","bedrooms":"1","price":"285000","area":"672"} , +{"type":"Feature","id":"n7039328119","geometry":{"type":"Point","coordinates":[-0.3190425,51.4211067]},"properties":{"@type":"node","@id":7039328119,"@timestamp":1584176478},"coords":"51.4211067,-0.3190425","bedrooms":"2","price":"237000","area":"423"} , +{"type":"Feature","id":"n7039490148","geometry":{"type":"Point","coordinates":[-0.0661182,51.1869431]},"properties":{"@type":"node","@id":7039490148,"@timestamp":1575667700},"coords":"51.1869431,-0.0661182","bedrooms":"0","price":"274000","area":"542"} , +{"type":"Feature","id":"n7039490183","geometry":{"type":"Point","coordinates":[-0.0656019,51.1869242]},"properties":{"@type":"node","@id":7039490183,"@timestamp":1575667700},"coords":"51.1869242,-0.0656019","bedrooms":"2","price":"223000","area":"670"} , +{"type":"Feature","id":"n7039559892","geometry":{"type":"Point","coordinates":[-0.0707311,51.5137054]},"properties":{"@type":"node","@id":7039559892,"@timestamp":1614029539},"coords":"51.5137054,-0.0707311","bedrooms":"0","price":"222000","area":"649"} , +{"type":"Feature","id":"n7039661564","geometry":{"type":"Point","coordinates":[-0.2275599,51.5306064]},"properties":{"@type":"node","@id":7039661564,"@timestamp":1575683595},"coords":"51.5306064,-0.2275599","bedrooms":"1","price":"165000","area":"513"} , +{"type":"Feature","id":"n7040137740","geometry":{"type":"Point","coordinates":[-0.5514472,51.6167466]},"properties":{"@type":"node","@id":7040137740,"@timestamp":1575716075},"coords":"51.6167466,-0.5514472","bedrooms":"2","price":"169000","area":"647"} , +{"type":"Feature","id":"n7040356085","geometry":{"type":"Point","coordinates":[0.2076332,51.4517938]},"properties":{"@type":"node","@id":7040356085,"@timestamp":1575722527},"coords":"51.4517938,0.2076332","bedrooms":"1","price":"170000","area":"605"} , +{"type":"Feature","id":"n7040567830","geometry":{"type":"Point","coordinates":[-0.4119349,51.4458556]},"properties":{"@type":"node","@id":7040567830,"@timestamp":1575734314},"coords":"51.4458556,-0.4119349","bedrooms":"4","price":"172000","area":"370"} , +{"type":"Feature","id":"n7040567850","geometry":{"type":"Point","coordinates":[-0.4127367,51.4461023]},"properties":{"@type":"node","@id":7040567850,"@timestamp":1575734314},"coords":"51.4461023,-0.4127367","bedrooms":"2","price":"158000","area":"545"} , +{"type":"Feature","id":"n7040675187","geometry":{"type":"Point","coordinates":[-0.0379212,51.5693089]},"properties":{"@type":"node","@id":7040675187,"@timestamp":1615852823},"coords":"51.5693089,-0.0379212","bedrooms":"1","price":"264000","area":"611"} , +{"type":"Feature","id":"n7040732366","geometry":{"type":"Point","coordinates":[-1.0459763,51.1577522]},"properties":{"@type":"node","@id":7040732366,"@timestamp":1575742937},"coords":"51.1577522,-1.0459763","bedrooms":"2","price":"183000","area":"626"} , +{"type":"Feature","id":"n7040892242","geometry":{"type":"Point","coordinates":[0.1628745,51.4568616]},"properties":{"@type":"node","@id":7040892242,"@timestamp":1575751414},"coords":"51.4568616,0.1628745","bedrooms":"3","price":"196000","area":"559"} , +{"type":"Feature","id":"n7040924255","geometry":{"type":"Point","coordinates":[0.5250656,51.2750385]},"properties":{"@type":"node","@id":7040924255,"@timestamp":1575754748},"coords":"51.2750385,0.5250656","bedrooms":"1","price":"253000","area":"418"} , +{"type":"Feature","id":"n7040994628","geometry":{"type":"Point","coordinates":[-0.4107184,51.445512]},"properties":{"@type":"node","@id":7040994628,"@timestamp":1575758570},"coords":"51.445512,-0.4107184","bedrooms":"0","price":"254000","area":"645"} , +{"type":"Feature","id":"n7041196650","geometry":{"type":"Point","coordinates":[-0.1309021,51.5537069]},"properties":{"@type":"node","@id":7041196650,"@timestamp":1575776141},"coords":"51.5537069,-0.1309021","bedrooms":"2","price":"239000","area":"368"} , +{"type":"Feature","id":"n7041236630","geometry":{"type":"Point","coordinates":[-0.1125074,51.5527282]},"properties":{"@type":"node","@id":7041236630,"@timestamp":1627612384},"coords":"51.5527282,-0.1125074","bedrooms":"1","price":"292000","area":"405"} , +{"type":"Feature","id":"n7041297663","geometry":{"type":"Point","coordinates":[-0.1226386,51.5598811]},"properties":{"@type":"node","@id":7041297663,"@timestamp":1575787386},"coords":"51.5598811,-0.1226386","bedrooms":"0","price":"267000","area":"558"} , +{"type":"Feature","id":"n7041353781","geometry":{"type":"Point","coordinates":[-0.1875272,51.5131629]},"properties":{"@type":"node","@id":7041353781,"@timestamp":1593250880},"coords":"51.5131629,-0.1875272","bedrooms":"0","price":"194000","area":"437"} , +{"type":"Feature","id":"n7041525002","geometry":{"type":"Point","coordinates":[-0.4110262,51.4448783]},"properties":{"@type":"node","@id":7041525002,"@timestamp":1575801282},"coords":"51.4448783,-0.4110262","bedrooms":"0","price":"202000","area":"591"} , +{"type":"Feature","id":"n7041645177","geometry":{"type":"Point","coordinates":[-0.4106274,51.4462698]},"properties":{"@type":"node","@id":7041645177,"@timestamp":1575808244},"coords":"51.4462698,-0.4106274","bedrooms":"4","price":"275000","area":"391"} , +{"type":"Feature","id":"n7041803486","geometry":{"type":"Point","coordinates":[-0.1721021,51.490442]},"properties":{"@type":"node","@id":7041803486,"@timestamp":1609743828},"coords":"51.490442,-0.1721021","bedrooms":"1","price":"232000","area":"566"} , +{"type":"Feature","id":"n7041818685","geometry":{"type":"Point","coordinates":[-0.1699529,51.4909554]},"properties":{"@type":"node","@id":7041818685,"@timestamp":1610089845},"coords":"51.4909554,-0.1699529","bedrooms":"1","price":"225000","area":"514"} , +{"type":"Feature","id":"n7042171554","geometry":{"type":"Point","coordinates":[-0.1877581,51.5144858]},"properties":{"@type":"node","@id":7042171554,"@timestamp":1575828771},"coords":"51.5144858,-0.1877581","bedrooms":"4","price":"267000","area":"490"} , +{"type":"Feature","id":"n7042999996","geometry":{"type":"Point","coordinates":[-0.4201538,51.466069]},"properties":{"@type":"node","@id":7042999996,"@timestamp":1627965959},"coords":"51.466069,-0.4201538","bedrooms":"3","price":"192000","area":"353"} , +{"type":"Feature","id":"n7043260790","geometry":{"type":"Point","coordinates":[-0.0149403,51.5038157]},"properties":{"@type":"node","@id":7043260790,"@timestamp":1575878621},"coords":"51.5038157,-0.0149403","bedrooms":"0","price":"154000","area":"396"} , +{"type":"Feature","id":"n7043270860","geometry":{"type":"Point","coordinates":[-0.4106713,51.4480036]},"properties":{"@type":"node","@id":7043270860,"@timestamp":1575879239},"coords":"51.4480036,-0.4106713","bedrooms":"3","price":"176000","area":"407"} , +{"type":"Feature","id":"n7043689356","geometry":{"type":"Point","coordinates":[-0.4098751,51.4464754]},"properties":{"@type":"node","@id":7043689356,"@timestamp":1575890426},"coords":"51.4464754,-0.4098751","bedrooms":"3","price":"296000","area":"661"} , +{"type":"Feature","id":"n7043781971","geometry":{"type":"Point","coordinates":[0.5079601,51.3968636]},"properties":{"@type":"node","@id":7043781971,"@timestamp":1575891841},"coords":"51.3968636,0.5079601","bedrooms":"0","price":"234000","area":"694"} , +{"type":"Feature","id":"n7043923926","geometry":{"type":"Point","coordinates":[0.2817514,51.4880743]},"properties":{"@type":"node","@id":7043923926,"@timestamp":1589931890},"coords":"51.4880743,0.2817514","bedrooms":"2","price":"164000","area":"591"} , +{"type":"Feature","id":"n7044275351","geometry":{"type":"Point","coordinates":[-0.1880687,51.5154642]},"properties":{"@type":"node","@id":7044275351,"@timestamp":1575902364},"coords":"51.5154642,-0.1880687","bedrooms":"3","price":"183000","area":"390"} , +{"type":"Feature","id":"n7044437799","geometry":{"type":"Point","coordinates":[0.1114847,51.6936842]},"properties":{"@type":"node","@id":7044437799,"@timestamp":1575905068},"coords":"51.6936842,0.1114847","bedrooms":"2","price":"195000","area":"573"} , +{"type":"Feature","id":"n7044646788","geometry":{"type":"Point","coordinates":[0.0297669,51.5529056]},"properties":{"@type":"node","@id":7044646788,"@timestamp":1575911719},"coords":"51.5529056,0.0297669","bedrooms":"3","price":"248000","area":"623"} , +{"type":"Feature","id":"n7044784800","geometry":{"type":"Point","coordinates":[0.1352896,51.4903423]},"properties":{"@type":"node","@id":7044784800,"@timestamp":1575916356},"coords":"51.4903423,0.1352896","bedrooms":"0","price":"269000","area":"519"} , +{"type":"Feature","id":"n7045213757","geometry":{"type":"Point","coordinates":[-0.0369613,51.4770059]},"properties":{"@type":"node","@id":7045213757,"@timestamp":1575933484},"coords":"51.4770059,-0.0369613","bedrooms":"0","price":"212000","area":"696"} , +{"type":"Feature","id":"n7045213767","geometry":{"type":"Point","coordinates":[-0.0346144,51.4768382]},"properties":{"@type":"node","@id":7045213767,"@timestamp":1575933484},"coords":"51.4768382,-0.0346144","bedrooms":"0","price":"187000","area":"406"} , +{"type":"Feature","id":"n7045213777","geometry":{"type":"Point","coordinates":[-0.0353894,51.4768178]},"properties":{"@type":"node","@id":7045213777,"@timestamp":1575933484},"coords":"51.4768178,-0.0353894","bedrooms":"0","price":"274000","area":"440"} , +{"type":"Feature","id":"n7045233606","geometry":{"type":"Point","coordinates":[-0.0342066,51.4774091]},"properties":{"@type":"node","@id":7045233606,"@timestamp":1575933149},"coords":"51.4774091,-0.0342066","bedrooms":"0","price":"194000","area":"527"} , +{"type":"Feature","id":"n7045233616","geometry":{"type":"Point","coordinates":[-0.0376264,51.4775477]},"properties":{"@type":"node","@id":7045233616,"@timestamp":1575933149},"coords":"51.4775477,-0.0376264","bedrooms":"0","price":"283000","area":"438"} , +{"type":"Feature","id":"n7045723360","geometry":{"type":"Point","coordinates":[-0.281192,51.3604289]},"properties":{"@type":"node","@id":7045723360,"@timestamp":1627931199},"coords":"51.3604289,-0.281192","bedrooms":"2","price":"195000","area":"538"} , +{"type":"Feature","id":"n7046734810","geometry":{"type":"Point","coordinates":[-0.3971049,51.4445668]},"properties":{"@type":"node","@id":7046734810,"@timestamp":1575984177},"coords":"51.4445668,-0.3971049","bedrooms":"4","price":"161000","area":"548"} , +{"type":"Feature","id":"n7046734820","geometry":{"type":"Point","coordinates":[-0.3970217,51.4446161]},"properties":{"@type":"node","@id":7046734820,"@timestamp":1575984177},"coords":"51.4446161,-0.3970217","bedrooms":"3","price":"251000","area":"608"} , +{"type":"Feature","id":"n7047056322","geometry":{"type":"Point","coordinates":[-0.120288,51.5986075]},"properties":{"@type":"node","@id":7047056322,"@timestamp":1635524981},"coords":"51.5986075,-0.120288","bedrooms":"0","price":"263000","area":"465"} , +{"type":"Feature","id":"n7047712358","geometry":{"type":"Point","coordinates":[-0.2877049,51.4887933]},"properties":{"@type":"node","@id":7047712358,"@timestamp":1623958607},"coords":"51.4887933,-0.2877049","bedrooms":"2","price":"296000","area":"494"} , +{"type":"Feature","id":"n7047819706","geometry":{"type":"Point","coordinates":[-0.0232343,51.4729089]},"properties":{"@type":"node","@id":7047819706,"@timestamp":1576016174},"coords":"51.4729089,-0.0232343","bedrooms":"4","price":"213000","area":"677"} , +{"type":"Feature","id":"n7047819716","geometry":{"type":"Point","coordinates":[-0.0220176,51.4725703]},"properties":{"@type":"node","@id":7047819716,"@timestamp":1576016174},"coords":"51.4725703,-0.0220176","bedrooms":"4","price":"217000","area":"652"} , +{"type":"Feature","id":"n7047863960","geometry":{"type":"Point","coordinates":[-0.0255794,51.4823298]},"properties":{"@type":"node","@id":7047863960,"@timestamp":1576017055},"coords":"51.4823298,-0.0255794","bedrooms":"0","price":"150000","area":"415"} , +{"type":"Feature","id":"n7047931843","geometry":{"type":"Point","coordinates":[0.5142167,51.3969171]},"properties":{"@type":"node","@id":7047931843,"@timestamp":1576023110},"coords":"51.3969171,0.5142167","bedrooms":"4","price":"261000","area":"355"} , +{"type":"Feature","id":"n7048022598","geometry":{"type":"Point","coordinates":[-0.2993345,51.4857204]},"properties":{"@type":"node","@id":7048022598,"@timestamp":1576026850},"coords":"51.4857204,-0.2993345","bedrooms":"4","price":"264000","area":"630"} , +{"type":"Feature","id":"n7048415436","geometry":{"type":"Point","coordinates":[-0.3151038,51.4890074]},"properties":{"@type":"node","@id":7048415436,"@timestamp":1576044002},"coords":"51.4890074,-0.3151038","bedrooms":"2","price":"226000","area":"670"} , +{"type":"Feature","id":"n7048765242","geometry":{"type":"Point","coordinates":[-1.0756669,51.7422025]},"properties":{"@type":"node","@id":7048765242,"@timestamp":1576053141},"coords":"51.7422025,-1.0756669","bedrooms":"3","price":"246000","area":"476"} , +{"type":"Feature","id":"n7048785585","geometry":{"type":"Point","coordinates":[-0.16427,51.4853502]},"properties":{"@type":"node","@id":7048785585,"@timestamp":1612250665},"coords":"51.4853502,-0.16427","bedrooms":"3","price":"161000","area":"520"} , +{"type":"Feature","id":"n7048790253","geometry":{"type":"Point","coordinates":[-1.0777267,51.7418345]},"properties":{"@type":"node","@id":7048790253,"@timestamp":1576053990},"coords":"51.7418345,-1.0777267","bedrooms":"0","price":"189000","area":"565"} , +{"type":"Feature","id":"n7048931947","geometry":{"type":"Point","coordinates":[-0.313037,51.5046456]},"properties":{"@type":"node","@id":7048931947,"@timestamp":1603908376},"coords":"51.5046456,-0.313037","bedrooms":"1","price":"225000","area":"458"} , +{"type":"Feature","id":"n7048931975","geometry":{"type":"Point","coordinates":[-0.3128645,51.5079206]},"properties":{"@type":"node","@id":7048931975,"@timestamp":1632678540},"coords":"51.5079206,-0.3128645","bedrooms":"0","price":"188000","area":"484"} , +{"type":"Feature","id":"n7049164652","geometry":{"type":"Point","coordinates":[-0.4193887,51.4077615]},"properties":{"@type":"node","@id":7049164652,"@timestamp":1576063912},"coords":"51.4077615,-0.4193887","bedrooms":"2","price":"175000","area":"468"} , +{"type":"Feature","id":"n7049404065","geometry":{"type":"Point","coordinates":[-0.7060202,51.4101662]},"properties":{"@type":"node","@id":7049404065,"@timestamp":1576071017},"coords":"51.4101662,-0.7060202","bedrooms":"0","price":"181000","area":"463"} , +{"type":"Feature","id":"n7049554359","geometry":{"type":"Point","coordinates":[-0.015074,51.5736226]},"properties":{"@type":"node","@id":7049554359,"@timestamp":1576074327},"coords":"51.5736226,-0.015074","bedrooms":"3","price":"189000","area":"462"} , +{"type":"Feature","id":"n7049951787","geometry":{"type":"Point","coordinates":[-0.1546615,51.4107791]},"properties":{"@type":"node","@id":7049951787,"@timestamp":1576084736},"coords":"51.4107791,-0.1546615","bedrooms":"1","price":"262000","area":"454"} , +{"type":"Feature","id":"n7050279014","geometry":{"type":"Point","coordinates":[-0.9585189,51.2616606]},"properties":{"@type":"node","@id":7050279014,"@timestamp":1576095590},"coords":"51.2616606,-0.9585189","bedrooms":"1","price":"272000","area":"504"} , +{"type":"Feature","id":"n7050378083","geometry":{"type":"Point","coordinates":[-0.9690916,51.2575617]},"properties":{"@type":"node","@id":7050378083,"@timestamp":1576097765},"coords":"51.2575617,-0.9690916","bedrooms":"1","price":"156000","area":"436"} , +{"type":"Feature","id":"n7050508959","geometry":{"type":"Point","coordinates":[-0.9804599,51.4480609]},"properties":{"@type":"node","@id":7050508959,"@timestamp":1603363356},"coords":"51.4480609,-0.9804599","bedrooms":"3","price":"210000","area":"468"} , +{"type":"Feature","id":"n7050615385","geometry":{"type":"Point","coordinates":[-0.1439469,51.5107312]},"properties":{"@type":"node","@id":7050615385,"@timestamp":1576110380},"coords":"51.5107312,-0.1439469","bedrooms":"1","price":"224000","area":"439"} , +{"type":"Feature","id":"n7050696570","geometry":{"type":"Point","coordinates":[-0.1346601,51.5243629]},"properties":{"@type":"node","@id":7050696570,"@timestamp":1616576593},"coords":"51.5243629,-0.1346601","bedrooms":"2","price":"253000","area":"587"} , +{"type":"Feature","id":"n7051504287","geometry":{"type":"Point","coordinates":[-0.4538825,51.2038355]},"properties":{"@type":"node","@id":7051504287,"@timestamp":1576143448},"coords":"51.2038355,-0.4538825","bedrooms":"2","price":"291000","area":"653"} , +{"type":"Feature","id":"n7051817669","geometry":{"type":"Point","coordinates":[0.4448119,51.7603869]},"properties":{"@type":"node","@id":7051817669,"@timestamp":1576151329},"coords":"51.7603869,0.4448119","bedrooms":"0","price":"214000","area":"494"} , +{"type":"Feature","id":"n7051877987","geometry":{"type":"Point","coordinates":[-0.2141293,51.5134723]},"properties":{"@type":"node","@id":7051877987,"@timestamp":1585108980},"coords":"51.5134723,-0.2141293","bedrooms":"1","price":"271000","area":"445"} , +{"type":"Feature","id":"n7051934319","geometry":{"type":"Point","coordinates":[-0.1567077,51.4923334]},"properties":{"@type":"node","@id":7051934319,"@timestamp":1611386696},"coords":"51.4923334,-0.1567077","bedrooms":"4","price":"198000","area":"651"} , +{"type":"Feature","id":"n7052311355","geometry":{"type":"Point","coordinates":[-0.2547421,51.4299691]},"properties":{"@type":"node","@id":7052311355,"@timestamp":1576162283},"coords":"51.4299691,-0.2547421","bedrooms":"3","price":"214000","area":"611"} , +{"type":"Feature","id":"n7052383863","geometry":{"type":"Point","coordinates":[-0.0255238,51.5432462]},"properties":{"@type":"node","@id":7052383863,"@timestamp":1576163683},"coords":"51.5432462,-0.0255238","bedrooms":"2","price":"203000","area":"610"} , +{"type":"Feature","id":"n7052478476","geometry":{"type":"Point","coordinates":[-0.1901669,51.5170971]},"properties":{"@type":"node","@id":7052478476,"@timestamp":1576166289},"coords":"51.5170971,-0.1901669","bedrooms":"1","price":"243000","area":"416"} , +{"type":"Feature","id":"n7052490086","geometry":{"type":"Point","coordinates":[-0.1910017,51.5167877]},"properties":{"@type":"node","@id":7052490086,"@timestamp":1576166289},"coords":"51.5167877,-0.1910017","bedrooms":"3","price":"247000","area":"412"} , +{"type":"Feature","id":"n7052490135","geometry":{"type":"Point","coordinates":[-0.1920798,51.5165957]},"properties":{"@type":"node","@id":7052490135,"@timestamp":1576166289},"coords":"51.5165957,-0.1920798","bedrooms":"1","price":"236000","area":"694"} , +{"type":"Feature","id":"n7052490172","geometry":{"type":"Point","coordinates":[-0.1927861,51.5173174]},"properties":{"@type":"node","@id":7052490172,"@timestamp":1576166289},"coords":"51.5173174,-0.1927861","bedrooms":"4","price":"281000","area":"407"} , +{"type":"Feature","id":"n7052490182","geometry":{"type":"Point","coordinates":[-0.1926133,51.5168404]},"properties":{"@type":"node","@id":7052490182,"@timestamp":1576166289},"coords":"51.5168404,-0.1926133","bedrooms":"4","price":"260000","area":"653"} , +{"type":"Feature","id":"n7052490268","geometry":{"type":"Point","coordinates":[-0.1916929,51.517103]},"properties":{"@type":"node","@id":7052490268,"@timestamp":1576166289},"coords":"51.517103,-0.1916929","bedrooms":"2","price":"266000","area":"547"} , +{"type":"Feature","id":"n7052629522","geometry":{"type":"Point","coordinates":[-0.299041,51.3638305]},"properties":{"@type":"node","@id":7052629522,"@timestamp":1609513445},"coords":"51.3638305,-0.299041","bedrooms":"4","price":"245000","area":"667"} , +{"type":"Feature","id":"n7052720923","geometry":{"type":"Point","coordinates":[0.8760919,51.1363022]},"properties":{"@type":"node","@id":7052720923,"@timestamp":1576174720},"coords":"51.1363022,0.8760919","bedrooms":"3","price":"178000","area":"632"} , +{"type":"Feature","id":"n7052854664","geometry":{"type":"Point","coordinates":[0.8731656,51.1489428]},"properties":{"@type":"node","@id":7052854664,"@timestamp":1602068932},"coords":"51.1489428,0.8731656","bedrooms":"2","price":"279000","area":"465"} , +{"type":"Feature","id":"n7052854674","geometry":{"type":"Point","coordinates":[0.8749251,51.1491103]},"properties":{"@type":"node","@id":7052854674,"@timestamp":1576177580},"coords":"51.1491103,0.8749251","bedrooms":"3","price":"273000","area":"382"} , +{"type":"Feature","id":"n7052966282","geometry":{"type":"Point","coordinates":[-0.2302878,51.5826066]},"properties":{"@type":"node","@id":7052966282,"@timestamp":1616680679},"coords":"51.5826066,-0.2302878","bedrooms":"2","price":"195000","area":"622"} , +{"type":"Feature","id":"n7053030668","geometry":{"type":"Point","coordinates":[-1.0363385,51.2636982]},"properties":{"@type":"node","@id":7053030668,"@timestamp":1576185131},"coords":"51.2636982,-1.0363385","bedrooms":"1","price":"253000","area":"646"} , +{"type":"Feature","id":"n7053348426","geometry":{"type":"Point","coordinates":[-0.2300866,51.4087573]},"properties":{"@type":"node","@id":7053348426,"@timestamp":1576198456},"coords":"51.4087573,-0.2300866","bedrooms":"0","price":"261000","area":"633"} , +{"type":"Feature","id":"n7053767409","geometry":{"type":"Point","coordinates":[-0.0039369,51.5428889]},"properties":{"@type":"node","@id":7053767409,"@timestamp":1635302723},"coords":"51.5428889,-0.0039369","bedrooms":"3","price":"199000","area":"691"} , +{"type":"Feature","id":"n7054170109","geometry":{"type":"Point","coordinates":[-0.4578025,51.2070993]},"properties":{"@type":"node","@id":7054170109,"@timestamp":1576230264},"coords":"51.2070993,-0.4578025","bedrooms":"3","price":"225000","area":"682"} , +{"type":"Feature","id":"n7054565005","geometry":{"type":"Point","coordinates":[-0.4549487,51.4456869]},"properties":{"@type":"node","@id":7054565005,"@timestamp":1576241742},"coords":"51.4456869,-0.4549487","bedrooms":"0","price":"156000","area":"689"} , +{"type":"Feature","id":"n7054807458","geometry":{"type":"Point","coordinates":[-0.0921757,51.3700673]},"properties":{"@type":"node","@id":7054807458,"@timestamp":1576247353},"coords":"51.3700673,-0.0921757","bedrooms":"3","price":"286000","area":"549"} , +{"type":"Feature","id":"n7054807471","geometry":{"type":"Point","coordinates":[-0.0911251,51.371126]},"properties":{"@type":"node","@id":7054807471,"@timestamp":1576248974},"coords":"51.371126,-0.0911251","bedrooms":"1","price":"248000","area":"687"} , +{"type":"Feature","id":"n7054807482","geometry":{"type":"Point","coordinates":[-0.0913962,51.3688626]},"properties":{"@type":"node","@id":7054807482,"@timestamp":1576247353},"coords":"51.3688626,-0.0913962","bedrooms":"3","price":"263000","area":"431"} , +{"type":"Feature","id":"n7054810995","geometry":{"type":"Point","coordinates":[-0.0917633,51.3716314]},"properties":{"@type":"node","@id":7054810995,"@timestamp":1576247353},"coords":"51.3716314,-0.0917633","bedrooms":"2","price":"166000","area":"357"} , +{"type":"Feature","id":"n7054811010","geometry":{"type":"Point","coordinates":[-0.0921905,51.3705465]},"properties":{"@type":"node","@id":7054811010,"@timestamp":1576247353},"coords":"51.3705465,-0.0921905","bedrooms":"3","price":"280000","area":"430"} , +{"type":"Feature","id":"n7054811023","geometry":{"type":"Point","coordinates":[-0.0909681,51.3678774]},"properties":{"@type":"node","@id":7054811023,"@timestamp":1576247353},"coords":"51.3678774,-0.0909681","bedrooms":"1","price":"294000","area":"589"} , +{"type":"Feature","id":"n7054811035","geometry":{"type":"Point","coordinates":[-0.0920219,51.3703103]},"properties":{"@type":"node","@id":7054811035,"@timestamp":1576247353},"coords":"51.3703103,-0.0920219","bedrooms":"1","price":"161000","area":"521"} , +{"type":"Feature","id":"n7054811046","geometry":{"type":"Point","coordinates":[-0.0919542,51.371855]},"properties":{"@type":"node","@id":7054811046,"@timestamp":1576247353},"coords":"51.371855,-0.0919542","bedrooms":"3","price":"202000","area":"567"} , +{"type":"Feature","id":"n7054811059","geometry":{"type":"Point","coordinates":[-0.0913819,51.3689446]},"properties":{"@type":"node","@id":7054811059,"@timestamp":1576247353},"coords":"51.3689446,-0.0913819","bedrooms":"3","price":"171000","area":"381"} , +{"type":"Feature","id":"n7054811073","geometry":{"type":"Point","coordinates":[-0.0923174,51.3689419]},"properties":{"@type":"node","@id":7054811073,"@timestamp":1576247353},"coords":"51.3689419,-0.0923174","bedrooms":"0","price":"266000","area":"513"} , +{"type":"Feature","id":"n7054811085","geometry":{"type":"Point","coordinates":[-0.0921285,51.3720319]},"properties":{"@type":"node","@id":7054811085,"@timestamp":1576247353},"coords":"51.3720319,-0.0921285","bedrooms":"1","price":"162000","area":"609"} , +{"type":"Feature","id":"n7054811096","geometry":{"type":"Point","coordinates":[-0.0907577,51.3683705]},"properties":{"@type":"node","@id":7054811096,"@timestamp":1576247353},"coords":"51.3683705,-0.0907577","bedrooms":"2","price":"261000","area":"413"} , +{"type":"Feature","id":"n7054811108","geometry":{"type":"Point","coordinates":[-0.0912957,51.3688007]},"properties":{"@type":"node","@id":7054811108,"@timestamp":1582035708},"coords":"51.3688007,-0.0912957","bedrooms":"1","price":"274000","area":"421"} , +{"type":"Feature","id":"n7054811119","geometry":{"type":"Point","coordinates":[-0.0918072,51.3716675]},"properties":{"@type":"node","@id":7054811119,"@timestamp":1576247353},"coords":"51.3716675,-0.0918072","bedrooms":"0","price":"219000","area":"561"} , +{"type":"Feature","id":"n7054811132","geometry":{"type":"Point","coordinates":[-0.0918943,51.3716416]},"properties":{"@type":"node","@id":7054811132,"@timestamp":1576247353},"coords":"51.3716416,-0.0918943","bedrooms":"4","price":"172000","area":"496"} , +{"type":"Feature","id":"n7054872411","geometry":{"type":"Point","coordinates":[-0.0907166,51.3743251]},"properties":{"@type":"node","@id":7054872411,"@timestamp":1576248786},"coords":"51.3743251,-0.0907166","bedrooms":"0","price":"198000","area":"625"} , +{"type":"Feature","id":"n7055129559","geometry":{"type":"Point","coordinates":[-0.4022643,51.4462643]},"properties":{"@type":"node","@id":7055129559,"@timestamp":1576255743},"coords":"51.4462643,-0.4022643","bedrooms":"2","price":"169000","area":"439"} , +{"type":"Feature","id":"n7055140195","geometry":{"type":"Point","coordinates":[-0.4045811,51.4467621]},"properties":{"@type":"node","@id":7055140195,"@timestamp":1576255743},"coords":"51.4467621,-0.4045811","bedrooms":"4","price":"286000","area":"415"} , +{"type":"Feature","id":"n7055354403","geometry":{"type":"Point","coordinates":[-0.2874999,51.4851959]},"properties":{"@type":"node","@id":7055354403,"@timestamp":1618767819},"coords":"51.4851959,-0.2874999","bedrooms":"0","price":"247000","area":"361"} , +{"type":"Feature","id":"n7056031107","geometry":{"type":"Point","coordinates":[-0.005451,51.4726912]},"properties":{"@type":"node","@id":7056031107,"@timestamp":1576305686},"coords":"51.4726912,-0.005451","bedrooms":"4","price":"292000","area":"611"} , +{"type":"Feature","id":"n7056122497","geometry":{"type":"Point","coordinates":[-0.1934069,51.5172213]},"properties":{"@type":"node","@id":7056122497,"@timestamp":1576310185},"coords":"51.5172213,-0.1934069","bedrooms":"2","price":"228000","area":"687"} , +{"type":"Feature","id":"n7056122507","geometry":{"type":"Point","coordinates":[-0.1932362,51.5167418]},"properties":{"@type":"node","@id":7056122507,"@timestamp":1576310185},"coords":"51.5167418,-0.1932362","bedrooms":"0","price":"288000","area":"653"} , +{"type":"Feature","id":"n7056122574","geometry":{"type":"Point","coordinates":[-0.1936457,51.5168376]},"properties":{"@type":"node","@id":7056122574,"@timestamp":1576310185},"coords":"51.5168376,-0.1936457","bedrooms":"2","price":"155000","area":"612"} , +{"type":"Feature","id":"n7056122588","geometry":{"type":"Point","coordinates":[-0.1938205,51.517321]},"properties":{"@type":"node","@id":7056122588,"@timestamp":1576310185},"coords":"51.517321,-0.1938205","bedrooms":"2","price":"174000","area":"647"} , +{"type":"Feature","id":"n7056122655","geometry":{"type":"Point","coordinates":[-0.1943611,51.5170794]},"properties":{"@type":"node","@id":7056122655,"@timestamp":1576310185},"coords":"51.5170794,-0.1943611","bedrooms":"4","price":"273000","area":"666"} , +{"type":"Feature","id":"n7056122680","geometry":{"type":"Point","coordinates":[-0.1941922,51.5165956]},"properties":{"@type":"node","@id":7056122680,"@timestamp":1576310185},"coords":"51.5165956,-0.1941922","bedrooms":"3","price":"210000","area":"359"} , +{"type":"Feature","id":"n7056122737","geometry":{"type":"Point","coordinates":[-0.1940217,51.5161147]},"properties":{"@type":"node","@id":7056122737,"@timestamp":1576310185},"coords":"51.5161147,-0.1940217","bedrooms":"1","price":"289000","area":"481"} , +{"type":"Feature","id":"n7056456785","geometry":{"type":"Point","coordinates":[-0.0913841,51.5066332]},"properties":{"@type":"node","@id":7056456785,"@timestamp":1576327283},"coords":"51.5066332,-0.0913841","bedrooms":"2","price":"229000","area":"585"} , +{"type":"Feature","id":"n7056823285","geometry":{"type":"Point","coordinates":[-0.0429614,51.5916671]},"properties":{"@type":"node","@id":7056823285,"@timestamp":1629619608},"coords":"51.5916671,-0.0429614","bedrooms":"0","price":"158000","area":"594"} , +{"type":"Feature","id":"n7057198006","geometry":{"type":"Point","coordinates":[-1.1071325,51.2693484]},"properties":{"@type":"node","@id":7057198006,"@timestamp":1576359604},"coords":"51.2693484,-1.1071325","bedrooms":"4","price":"265000","area":"475"} , +{"type":"Feature","id":"n7057697531","geometry":{"type":"Point","coordinates":[-0.3249671,51.5098601]},"properties":{"@type":"node","@id":7057697531,"@timestamp":1576403845},"coords":"51.5098601,-0.3249671","bedrooms":"0","price":"193000","area":"361"} , +{"type":"Feature","id":"n7057976760","geometry":{"type":"Point","coordinates":[-0.4054517,51.4465994]},"properties":{"@type":"node","@id":7057976760,"@timestamp":1576414834},"coords":"51.4465994,-0.4054517","bedrooms":"0","price":"256000","area":"626"} , +{"type":"Feature","id":"n7057977248","geometry":{"type":"Point","coordinates":[-1.0016883,51.449047]},"properties":{"@type":"node","@id":7057977248,"@timestamp":1576414577},"coords":"51.449047,-1.0016883","bedrooms":"1","price":"240000","area":"540"} , +{"type":"Feature","id":"n7058065495","geometry":{"type":"Point","coordinates":[0.0735008,51.408815]},"properties":{"@type":"node","@id":7058065495,"@timestamp":1576419482},"coords":"51.408815,0.0735008","bedrooms":"0","price":"288000","area":"671"} , +{"type":"Feature","id":"n7058079001","geometry":{"type":"Point","coordinates":[0.074511,51.4112128]},"properties":{"@type":"node","@id":7058079001,"@timestamp":1576419389},"coords":"51.4112128,0.074511","bedrooms":"4","price":"228000","area":"404"} , +{"type":"Feature","id":"n7058150285","geometry":{"type":"Point","coordinates":[-1.008582,51.4503032]},"properties":{"@type":"node","@id":7058150285,"@timestamp":1576421421},"coords":"51.4503032,-1.008582","bedrooms":"4","price":"281000","area":"687"} , +{"type":"Feature","id":"n7058283756","geometry":{"type":"Point","coordinates":[-0.5721279,51.9797189]},"properties":{"@type":"node","@id":7058283756,"@timestamp":1576427784},"coords":"51.9797189,-0.5721279","bedrooms":"0","price":"267000","area":"573"} , +{"type":"Feature","id":"n7058616829","geometry":{"type":"Point","coordinates":[-0.4012296,51.4458707]},"properties":{"@type":"node","@id":7058616829,"@timestamp":1576440849},"coords":"51.4458707,-0.4012296","bedrooms":"2","price":"166000","area":"432"} , +{"type":"Feature","id":"n7058660479","geometry":{"type":"Point","coordinates":[-0.4003425,51.4458131]},"properties":{"@type":"node","@id":7058660479,"@timestamp":1627817654},"coords":"51.4458131,-0.4003425","bedrooms":"4","price":"240000","area":"660"} , +{"type":"Feature","id":"n7059186164","geometry":{"type":"Point","coordinates":[-0.1908057,51.5161923]},"properties":{"@type":"node","@id":7059186164,"@timestamp":1576472868},"coords":"51.5161923,-0.1908057","bedrooms":"0","price":"255000","area":"449"} , +{"type":"Feature","id":"n7059186184","geometry":{"type":"Point","coordinates":[-0.1909776,51.515904]},"properties":{"@type":"node","@id":7059186184,"@timestamp":1576472868},"coords":"51.515904,-0.1909776","bedrooms":"4","price":"176000","area":"388"} , +{"type":"Feature","id":"n7059213732","geometry":{"type":"Point","coordinates":[-0.192107,51.5154586]},"properties":{"@type":"node","@id":7059213732,"@timestamp":1576472868},"coords":"51.5154586,-0.192107","bedrooms":"3","price":"166000","area":"655"} , +{"type":"Feature","id":"n7059213774","geometry":{"type":"Point","coordinates":[-0.1915483,51.5160717]},"properties":{"@type":"node","@id":7059213774,"@timestamp":1576472868},"coords":"51.5160717,-0.1915483","bedrooms":"0","price":"170000","area":"567"} , +{"type":"Feature","id":"n7059666325","geometry":{"type":"Point","coordinates":[-0.3054641,51.4584419]},"properties":{"@type":"node","@id":7059666325,"@timestamp":1634498394},"coords":"51.4584419,-0.3054641","bedrooms":"2","price":"214000","area":"434"} , +{"type":"Feature","id":"n7060182116","geometry":{"type":"Point","coordinates":[-0.0821794,51.5218964]},"properties":{"@type":"node","@id":7060182116,"@timestamp":1576501661},"coords":"51.5218964,-0.0821794","bedrooms":"4","price":"207000","area":"444"} , +{"type":"Feature","id":"n7060404718","geometry":{"type":"Point","coordinates":[-0.0224033,51.549547]},"properties":{"@type":"node","@id":7060404718,"@timestamp":1616047445},"coords":"51.549547,-0.0224033","bedrooms":"4","price":"267000","area":"468"} , +{"type":"Feature","id":"n7060417440","geometry":{"type":"Point","coordinates":[-0.1510838,51.4557408]},"properties":{"@type":"node","@id":7060417440,"@timestamp":1576506922},"coords":"51.4557408,-0.1510838","bedrooms":"2","price":"201000","area":"682"} , +{"type":"Feature","id":"n7060417516","geometry":{"type":"Point","coordinates":[-0.1542358,51.4610302]},"properties":{"@type":"node","@id":7060417516,"@timestamp":1576506922},"coords":"51.4610302,-0.1542358","bedrooms":"0","price":"165000","area":"545"} , +{"type":"Feature","id":"n7060417526","geometry":{"type":"Point","coordinates":[-0.1517628,51.4611839]},"properties":{"@type":"node","@id":7060417526,"@timestamp":1576506922},"coords":"51.4611839,-0.1517628","bedrooms":"2","price":"268000","area":"394"} , +{"type":"Feature","id":"n7060417536","geometry":{"type":"Point","coordinates":[-0.1501347,51.4611656]},"properties":{"@type":"node","@id":7060417536,"@timestamp":1576506922},"coords":"51.4611656,-0.1501347","bedrooms":"4","price":"195000","area":"433"} , +{"type":"Feature","id":"n7060417568","geometry":{"type":"Point","coordinates":[-0.1465532,51.4581187]},"properties":{"@type":"node","@id":7060417568,"@timestamp":1576506922},"coords":"51.4581187,-0.1465532","bedrooms":"3","price":"249000","area":"485"} , +{"type":"Feature","id":"n7060672874","geometry":{"type":"Point","coordinates":[-0.0230723,51.548768]},"properties":{"@type":"node","@id":7060672874,"@timestamp":1576510765},"coords":"51.548768,-0.0230723","bedrooms":"1","price":"239000","area":"680"} , +{"type":"Feature","id":"n7060684222","geometry":{"type":"Point","coordinates":[-0.023609,51.5487004]},"properties":{"@type":"node","@id":7060684222,"@timestamp":1576510765},"coords":"51.5487004,-0.023609","bedrooms":"2","price":"196000","area":"557"} , +{"type":"Feature","id":"n7061286580","geometry":{"type":"Point","coordinates":[0.5349839,51.4012995]},"properties":{"@type":"node","@id":7061286580,"@timestamp":1576522056},"coords":"51.4012995,0.5349839","bedrooms":"2","price":"177000","area":"393"} , +{"type":"Feature","id":"n7061367887","geometry":{"type":"Point","coordinates":[0.5338118,51.4009414]},"properties":{"@type":"node","@id":7061367887,"@timestamp":1576522056},"coords":"51.4009414,0.5338118","bedrooms":"0","price":"196000","area":"460"} , +{"type":"Feature","id":"n7062201343","geometry":{"type":"Point","coordinates":[-0.1904303,51.5156448]},"properties":{"@type":"node","@id":7062201343,"@timestamp":1603338458},"coords":"51.5156448,-0.1904303","bedrooms":"0","price":"291000","area":"390"} , +{"type":"Feature","id":"n7062214225","geometry":{"type":"Point","coordinates":[-0.1902081,51.5167879]},"properties":{"@type":"node","@id":7062214225,"@timestamp":1576551725},"coords":"51.5167879,-0.1902081","bedrooms":"3","price":"239000","area":"451"} , +{"type":"Feature","id":"n7062214235","geometry":{"type":"Point","coordinates":[-0.1900292,51.5168819]},"properties":{"@type":"node","@id":7062214235,"@timestamp":1576551725},"coords":"51.5168819,-0.1900292","bedrooms":"1","price":"221000","area":"682"} , +{"type":"Feature","id":"n7062523448","geometry":{"type":"Point","coordinates":[-0.0987254,51.4863796]},"properties":{"@type":"node","@id":7062523448,"@timestamp":1576564853},"coords":"51.4863796,-0.0987254","bedrooms":"2","price":"296000","area":"615"} , +{"type":"Feature","id":"n7062852883","geometry":{"type":"Point","coordinates":[-0.1949377,51.5151801]},"properties":{"@type":"node","@id":7062852883,"@timestamp":1576576014},"coords":"51.5151801,-0.1949377","bedrooms":"1","price":"275000","area":"444"} , +{"type":"Feature","id":"n7062908638","geometry":{"type":"Point","coordinates":[-0.020881,51.5507608]},"properties":{"@type":"node","@id":7062908638,"@timestamp":1576577186},"coords":"51.5507608,-0.020881","bedrooms":"4","price":"187000","area":"558"} , +{"type":"Feature","id":"n7062953200","geometry":{"type":"Point","coordinates":[0.3423805,51.4443587]},"properties":{"@type":"node","@id":7062953200,"@timestamp":1636389433},"coords":"51.4443587,0.3423805","bedrooms":"4","price":"278000","area":"567"} , +{"type":"Feature","id":"n7063084249","geometry":{"type":"Point","coordinates":[-0.132383,51.5804555]},"properties":{"@type":"node","@id":7063084249,"@timestamp":1576581903},"coords":"51.5804555,-0.132383","bedrooms":"0","price":"186000","area":"675"} , +{"type":"Feature","id":"n7063458560","geometry":{"type":"Point","coordinates":[0.311186,51.5809702]},"properties":{"@type":"node","@id":7063458560,"@timestamp":1605155286},"coords":"51.5809702,0.311186","bedrooms":"0","price":"197000","area":"609"} , +{"type":"Feature","id":"n7063911635","geometry":{"type":"Point","coordinates":[-0.1944708,51.5162267]},"properties":{"@type":"node","@id":7063911635,"@timestamp":1576602239},"coords":"51.5162267,-0.1944708","bedrooms":"4","price":"296000","area":"472"} , +{"type":"Feature","id":"n7063911645","geometry":{"type":"Point","coordinates":[-0.1946345,51.5167075]},"properties":{"@type":"node","@id":7063911645,"@timestamp":1576602239},"coords":"51.5167075,-0.1946345","bedrooms":"3","price":"253000","area":"431"} , +{"type":"Feature","id":"n7063911655","geometry":{"type":"Point","coordinates":[-0.1948101,51.5172231]},"properties":{"@type":"node","@id":7063911655,"@timestamp":1576602239},"coords":"51.5172231,-0.1948101","bedrooms":"4","price":"265000","area":"534"} , +{"type":"Feature","id":"n7063911827","geometry":{"type":"Point","coordinates":[-0.1951809,51.5161193]},"properties":{"@type":"node","@id":7063911827,"@timestamp":1576602239},"coords":"51.5161193,-0.1951809","bedrooms":"4","price":"178000","area":"427"} , +{"type":"Feature","id":"n7063911837","geometry":{"type":"Point","coordinates":[-0.1953355,51.5165846]},"properties":{"@type":"node","@id":7063911837,"@timestamp":1576602239},"coords":"51.5165846,-0.1953355","bedrooms":"0","price":"178000","area":"595"} , +{"type":"Feature","id":"n7063911847","geometry":{"type":"Point","coordinates":[-0.1954922,51.5170564]},"properties":{"@type":"node","@id":7063911847,"@timestamp":1576602239},"coords":"51.5170564,-0.1954922","bedrooms":"0","price":"230000","area":"559"} , +{"type":"Feature","id":"n7064097410","geometry":{"type":"Point","coordinates":[-0.5034028,51.4323405]},"properties":{"@type":"node","@id":7064097410,"@timestamp":1576605335},"coords":"51.4323405,-0.5034028","bedrooms":"0","price":"278000","area":"641"} , +{"type":"Feature","id":"n7064929266","geometry":{"type":"Point","coordinates":[-0.2160746,51.4046338]},"properties":{"@type":"node","@id":7064929266,"@timestamp":1576622596},"coords":"51.4046338,-0.2160746","bedrooms":"1","price":"186000","area":"582"} , +{"type":"Feature","id":"n7064963737","geometry":{"type":"Point","coordinates":[-0.2368912,51.7574471]},"properties":{"@type":"node","@id":7064963737,"@timestamp":1576625435},"coords":"51.7574471,-0.2368912","bedrooms":"1","price":"209000","area":"443"} , +{"type":"Feature","id":"n7065609081","geometry":{"type":"Point","coordinates":[0.0783936,51.8853258]},"properties":{"@type":"node","@id":7065609081,"@timestamp":1576662686},"coords":"51.8853258,0.0783936","bedrooms":"1","price":"237000","area":"629"} , +{"type":"Feature","id":"n7065651904","geometry":{"type":"Point","coordinates":[-0.764868,51.6263713]},"properties":{"@type":"node","@id":7065651904,"@timestamp":1576652860},"coords":"51.6263713,-0.764868","bedrooms":"1","price":"161000","area":"617"} , +{"type":"Feature","id":"n7065899595","geometry":{"type":"Point","coordinates":[-0.0808927,51.6170759]},"properties":{"@type":"node","@id":7065899595,"@timestamp":1621619990},"coords":"51.6170759,-0.0808927","bedrooms":"4","price":"171000","area":"434"} , +{"type":"Feature","id":"n7066346899","geometry":{"type":"Point","coordinates":[-0.3054317,51.5105794]},"properties":{"@type":"node","@id":7066346899,"@timestamp":1576705286},"coords":"51.5105794,-0.3054317","bedrooms":"2","price":"163000","area":"437"} , +{"type":"Feature","id":"n7066450223","geometry":{"type":"Point","coordinates":[-0.3050584,51.5118683]},"properties":{"@type":"node","@id":7066450223,"@timestamp":1607896005},"coords":"51.5118683,-0.3050584","bedrooms":"3","price":"273000","area":"593"} , +{"type":"Feature","id":"n7067502182","geometry":{"type":"Point","coordinates":[-1.1014359,51.2379257]},"properties":{"@type":"node","@id":7067502182,"@timestamp":1576699621},"coords":"51.2379257,-1.1014359","bedrooms":"4","price":"280000","area":"353"} , +{"type":"Feature","id":"n7067509881","geometry":{"type":"Point","coordinates":[-1.1042308,51.2381489]},"properties":{"@type":"node","@id":7067509881,"@timestamp":1576699244},"coords":"51.2381489,-1.1042308","bedrooms":"4","price":"226000","area":"566"} , +{"type":"Feature","id":"n7067962755","geometry":{"type":"Point","coordinates":[-0.3274687,51.1804153]},"properties":{"@type":"node","@id":7067962755,"@timestamp":1611079309},"coords":"51.1804153,-0.3274687","bedrooms":"3","price":"250000","area":"625"} , +{"type":"Feature","id":"n7067972847","geometry":{"type":"Point","coordinates":[-0.3053588,51.5107524]},"properties":{"@type":"node","@id":7067972847,"@timestamp":1601315441},"coords":"51.5107524,-0.3053588","bedrooms":"0","price":"191000","area":"631"} , +{"type":"Feature","id":"n7068947405","geometry":{"type":"Point","coordinates":[0.3227682,51.3736539]},"properties":{"@type":"node","@id":7068947405,"@timestamp":1576741476},"coords":"51.3736539,0.3227682","bedrooms":"4","price":"235000","area":"693"} , +{"type":"Feature","id":"n7069274398","geometry":{"type":"Point","coordinates":[-0.4124767,51.4569092]},"properties":{"@type":"node","@id":7069274398,"@timestamp":1576751554},"coords":"51.4569092,-0.4124767","bedrooms":"4","price":"165000","area":"672"} , +{"type":"Feature","id":"n7069349437","geometry":{"type":"Point","coordinates":[-0.5821663,51.5187826]},"properties":{"@type":"node","@id":7069349437,"@timestamp":1608760160},"coords":"51.5187826,-0.5821663","bedrooms":"2","price":"256000","area":"639"} , +{"type":"Feature","id":"n7069718148","geometry":{"type":"Point","coordinates":[-0.4169246,51.4561036]},"properties":{"@type":"node","@id":7069718148,"@timestamp":1576762887},"coords":"51.4561036,-0.4169246","bedrooms":"1","price":"188000","area":"465"} , +{"type":"Feature","id":"n7069718617","geometry":{"type":"Point","coordinates":[-0.4156344,51.4569401]},"properties":{"@type":"node","@id":7069718617,"@timestamp":1576762887},"coords":"51.4569401,-0.4156344","bedrooms":"3","price":"234000","area":"453"} , +{"type":"Feature","id":"n7069718661","geometry":{"type":"Point","coordinates":[-0.4156238,51.4563096]},"properties":{"@type":"node","@id":7069718661,"@timestamp":1576762887},"coords":"51.4563096,-0.4156238","bedrooms":"1","price":"232000","area":"512"} , +{"type":"Feature","id":"n7070088053","geometry":{"type":"Point","coordinates":[-0.4220844,51.4552815]},"properties":{"@type":"node","@id":7070088053,"@timestamp":1576773196},"coords":"51.4552815,-0.4220844","bedrooms":"2","price":"283000","area":"543"} , +{"type":"Feature","id":"n7070088069","geometry":{"type":"Point","coordinates":[-0.4219591,51.455118]},"properties":{"@type":"node","@id":7070088069,"@timestamp":1576773196},"coords":"51.455118,-0.4219591","bedrooms":"4","price":"222000","area":"497"} , +{"type":"Feature","id":"n7070092087","geometry":{"type":"Point","coordinates":[-0.4183641,51.4559343]},"properties":{"@type":"node","@id":7070092087,"@timestamp":1576773196},"coords":"51.4559343,-0.4183641","bedrooms":"2","price":"273000","area":"642"} , +{"type":"Feature","id":"n7070354414","geometry":{"type":"Point","coordinates":[-0.8435924,51.1808594]},"properties":{"@type":"node","@id":7070354414,"@timestamp":1576783141},"coords":"51.1808594,-0.8435924","bedrooms":"4","price":"297000","area":"404"} , +{"type":"Feature","id":"n7070354424","geometry":{"type":"Point","coordinates":[-0.8442266,51.180825]},"properties":{"@type":"node","@id":7070354424,"@timestamp":1576783141},"coords":"51.180825,-0.8442266","bedrooms":"3","price":"213000","area":"498"} , +{"type":"Feature","id":"n7070558255","geometry":{"type":"Point","coordinates":[-0.4243328,51.4541745]},"properties":{"@type":"node","@id":7070558255,"@timestamp":1576792115},"coords":"51.4541745,-0.4243328","bedrooms":"1","price":"293000","area":"489"} , +{"type":"Feature","id":"n7070672585","geometry":{"type":"Point","coordinates":[-0.4231128,51.4548838]},"properties":{"@type":"node","@id":7070672585,"@timestamp":1576792115},"coords":"51.4548838,-0.4231128","bedrooms":"2","price":"180000","area":"417"} , +{"type":"Feature","id":"n7070963417","geometry":{"type":"Point","coordinates":[-0.2998808,51.4123199]},"properties":{"@type":"node","@id":7070963417,"@timestamp":1576810954},"coords":"51.4123199,-0.2998808","bedrooms":"2","price":"261000","area":"420"} , +{"type":"Feature","id":"n7071692776","geometry":{"type":"Point","coordinates":[-0.4275327,51.4537813]},"properties":{"@type":"node","@id":7071692776,"@timestamp":1576832846},"coords":"51.4537813,-0.4275327","bedrooms":"3","price":"270000","area":"383"} , +{"type":"Feature","id":"n7071826304","geometry":{"type":"Point","coordinates":[-0.1939882,51.5190465]},"properties":{"@type":"node","@id":7071826304,"@timestamp":1576838549},"coords":"51.5190465,-0.1939882","bedrooms":"3","price":"289000","area":"401"} , +{"type":"Feature","id":"n7071848134","geometry":{"type":"Point","coordinates":[-0.4286539,51.453579]},"properties":{"@type":"node","@id":7071848134,"@timestamp":1576839515},"coords":"51.453579,-0.4286539","bedrooms":"2","price":"194000","area":"362"} , +{"type":"Feature","id":"n7072074508","geometry":{"type":"Point","coordinates":[-0.3114287,51.4112499]},"properties":{"@type":"node","@id":7072074508,"@timestamp":1594849959},"coords":"51.4112499,-0.3114287","bedrooms":"4","price":"262000","area":"568"} , +{"type":"Feature","id":"n7072188540","geometry":{"type":"Point","coordinates":[-0.4311943,51.4528994]},"properties":{"@type":"node","@id":7072188540,"@timestamp":1581066854},"coords":"51.4528994,-0.4311943","bedrooms":"0","price":"229000","area":"443"} , +{"type":"Feature","id":"n7072188560","geometry":{"type":"Point","coordinates":[-0.4308714,51.4530082]},"properties":{"@type":"node","@id":7072188560,"@timestamp":1576850110},"coords":"51.4530082,-0.4308714","bedrooms":"0","price":"198000","area":"368"} , +{"type":"Feature","id":"n7072188575","geometry":{"type":"Point","coordinates":[-0.4303435,51.4531628]},"properties":{"@type":"node","@id":7072188575,"@timestamp":1581089122},"coords":"51.4531628,-0.4303435","bedrooms":"4","price":"178000","area":"380"} , +{"type":"Feature","id":"n7072210177","geometry":{"type":"Point","coordinates":[-0.001958,51.5357831]},"properties":{"@type":"node","@id":7072210177,"@timestamp":1606298111},"coords":"51.5357831,-0.001958","bedrooms":"0","price":"157000","area":"645"} , +{"type":"Feature","id":"n7072272540","geometry":{"type":"Point","coordinates":[-0.4282614,51.45365]},"properties":{"@type":"node","@id":7072272540,"@timestamp":1576853039},"coords":"51.45365,-0.4282614","bedrooms":"1","price":"230000","area":"670"} , +{"type":"Feature","id":"n7072970385","geometry":{"type":"Point","coordinates":[-0.102863,51.542631]},"properties":{"@type":"node","@id":7072970385,"@timestamp":1618338794},"coords":"51.542631,-0.102863","bedrooms":"2","price":"246000","area":"533"} , +{"type":"Feature","id":"n7074554165","geometry":{"type":"Point","coordinates":[0.5227675,51.2745704]},"properties":{"@type":"node","@id":7074554165,"@timestamp":1576934875},"coords":"51.2745704,0.5227675","bedrooms":"4","price":"248000","area":"378"} , +{"type":"Feature","id":"n7074554175","geometry":{"type":"Point","coordinates":[0.5231318,51.2744258]},"properties":{"@type":"node","@id":7074554175,"@timestamp":1621331851},"coords":"51.2744258,0.5231318","bedrooms":"0","price":"295000","area":"409"} , +{"type":"Feature","id":"n7075226136","geometry":{"type":"Point","coordinates":[-0.2688811,51.9409185]},"properties":{"@type":"node","@id":7075226136,"@timestamp":1576938518},"coords":"51.9409185,-0.2688811","bedrooms":"2","price":"253000","area":"413"} , +{"type":"Feature","id":"n7075630838","geometry":{"type":"Point","coordinates":[-0.015732,51.4960914]},"properties":{"@type":"node","@id":7075630838,"@timestamp":1576950139},"coords":"51.4960914,-0.015732","bedrooms":"0","price":"187000","area":"380"} , +{"type":"Feature","id":"n7076013391","geometry":{"type":"Point","coordinates":[-0.1217443,51.5193987]},"properties":{"@type":"node","@id":7076013391,"@timestamp":1576956810},"coords":"51.5193987,-0.1217443","bedrooms":"1","price":"235000","area":"372"} , +{"type":"Feature","id":"n7076339034","geometry":{"type":"Point","coordinates":[-0.2150709,51.4068211]},"properties":{"@type":"node","@id":7076339034,"@timestamp":1607127719},"coords":"51.4068211,-0.2150709","bedrooms":"2","price":"186000","area":"691"} , +{"type":"Feature","id":"n7076435680","geometry":{"type":"Point","coordinates":[0.5261196,51.273613]},"properties":{"@type":"node","@id":7076435680,"@timestamp":1630751306},"coords":"51.273613,0.5261196","bedrooms":"0","price":"169000","area":"375"} , +{"type":"Feature","id":"n7076449065","geometry":{"type":"Point","coordinates":[-0.2156836,51.4065364]},"properties":{"@type":"node","@id":7076449065,"@timestamp":1576971041},"coords":"51.4065364,-0.2156836","bedrooms":"1","price":"205000","area":"569"} , +{"type":"Feature","id":"n7076669866","geometry":{"type":"Point","coordinates":[-0.098193,51.4918708]},"properties":{"@type":"node","@id":7076669866,"@timestamp":1576983648},"coords":"51.4918708,-0.098193","bedrooms":"3","price":"265000","area":"489"} , +{"type":"Feature","id":"n7076702500","geometry":{"type":"Point","coordinates":[-0.0853772,51.4785526]},"properties":{"@type":"node","@id":7076702500,"@timestamp":1621340513},"coords":"51.4785526,-0.0853772","bedrooms":"0","price":"268000","area":"556"} , +{"type":"Feature","id":"n7077666833","geometry":{"type":"Point","coordinates":[0.2145895,51.5308678]},"properties":{"@type":"node","@id":7077666833,"@timestamp":1577025760},"coords":"51.5308678,0.2145895","bedrooms":"3","price":"269000","area":"367"} , +{"type":"Feature","id":"n7077810683","geometry":{"type":"Point","coordinates":[-0.0646981,51.7426454]},"properties":{"@type":"node","@id":7077810683,"@timestamp":1577027593},"coords":"51.7426454,-0.0646981","bedrooms":"4","price":"176000","area":"631"} , +{"type":"Feature","id":"n7077915764","geometry":{"type":"Point","coordinates":[-0.3427784,51.3020547]},"properties":{"@type":"node","@id":7077915764,"@timestamp":1617833151},"coords":"51.3020547,-0.3427784","bedrooms":"4","price":"223000","area":"480"} , +{"type":"Feature","id":"n7078478014","geometry":{"type":"Point","coordinates":[0.5250717,51.2730025]},"properties":{"@type":"node","@id":7078478014,"@timestamp":1630751306},"coords":"51.2730025,0.5250717","bedrooms":"0","price":"262000","area":"403"} , +{"type":"Feature","id":"n7078478024","geometry":{"type":"Point","coordinates":[0.5261311,51.2728121]},"properties":{"@type":"node","@id":7078478024,"@timestamp":1630751306},"coords":"51.2728121,0.5261311","bedrooms":"4","price":"259000","area":"559"} , +{"type":"Feature","id":"n7078478034","geometry":{"type":"Point","coordinates":[0.5261296,51.2727858]},"properties":{"@type":"node","@id":7078478034,"@timestamp":1577050265},"coords":"51.2727858,0.5261296","bedrooms":"3","price":"276000","area":"406"} , +{"type":"Feature","id":"n7078651937","geometry":{"type":"Point","coordinates":[0.3680078,51.4425558]},"properties":{"@type":"node","@id":7078651937,"@timestamp":1633345258},"coords":"51.4425558,0.3680078","bedrooms":"4","price":"167000","area":"517"} , +{"type":"Feature","id":"n7078841946","geometry":{"type":"Point","coordinates":[-0.2766597,51.3970571]},"properties":{"@type":"node","@id":7078841946,"@timestamp":1577064650},"coords":"51.3970571,-0.2766597","bedrooms":"3","price":"275000","area":"447"} , +{"type":"Feature","id":"n7078961159","geometry":{"type":"Point","coordinates":[-0.038895,51.4660122]},"properties":{"@type":"node","@id":7078961159,"@timestamp":1583150292},"coords":"51.4660122,-0.038895","bedrooms":"3","price":"210000","area":"583"} , +{"type":"Feature","id":"n7079092367","geometry":{"type":"Point","coordinates":[-0.2020175,51.5187096]},"properties":{"@type":"node","@id":7079092367,"@timestamp":1577078167},"coords":"51.5187096,-0.2020175","bedrooms":"4","price":"164000","area":"464"} , +{"type":"Feature","id":"n7079092400","geometry":{"type":"Point","coordinates":[-0.2010428,51.5180774]},"properties":{"@type":"node","@id":7079092400,"@timestamp":1577078167},"coords":"51.5180774,-0.2010428","bedrooms":"0","price":"270000","area":"438"} , +{"type":"Feature","id":"n7079092414","geometry":{"type":"Point","coordinates":[-0.1999763,51.5183543]},"properties":{"@type":"node","@id":7079092414,"@timestamp":1577078167},"coords":"51.5183543,-0.1999763","bedrooms":"0","price":"159000","area":"566"} , +{"type":"Feature","id":"n7079391616","geometry":{"type":"Point","coordinates":[0.6894431,51.0693335]},"properties":{"@type":"node","@id":7079391616,"@timestamp":1598813701},"coords":"51.0693335,0.6894431","bedrooms":"2","price":"179000","area":"521"} , +{"type":"Feature","id":"n7079488794","geometry":{"type":"Point","coordinates":[-0.610163,51.7005648]},"properties":{"@type":"node","@id":7079488794,"@timestamp":1577094769},"coords":"51.7005648,-0.610163","bedrooms":"4","price":"238000","area":"601"} , +{"type":"Feature","id":"n7079696337","geometry":{"type":"Point","coordinates":[-0.3116936,51.4549574]},"properties":{"@type":"node","@id":7079696337,"@timestamp":1577103378},"coords":"51.4549574,-0.3116936","bedrooms":"2","price":"232000","area":"503"} , +{"type":"Feature","id":"n7079697515","geometry":{"type":"Point","coordinates":[-0.2011519,51.5185471]},"properties":{"@type":"node","@id":7079697515,"@timestamp":1577103387},"coords":"51.5185471,-0.2011519","bedrooms":"0","price":"270000","area":"367"} , +{"type":"Feature","id":"n7079697572","geometry":{"type":"Point","coordinates":[-0.2011921,51.5191252]},"properties":{"@type":"node","@id":7079697572,"@timestamp":1577103387},"coords":"51.5191252,-0.2011921","bedrooms":"4","price":"228000","area":"521"} , +{"type":"Feature","id":"n7079705705","geometry":{"type":"Point","coordinates":[-0.2015061,51.5189526]},"properties":{"@type":"node","@id":7079705705,"@timestamp":1577103387},"coords":"51.5189526,-0.2015061","bedrooms":"1","price":"250000","area":"650"} , +{"type":"Feature","id":"n7079705737","geometry":{"type":"Point","coordinates":[-0.2019484,51.5194337]},"properties":{"@type":"node","@id":7079705737,"@timestamp":1577103387},"coords":"51.5194337,-0.2019484","bedrooms":"3","price":"267000","area":"475"} , +{"type":"Feature","id":"n7079705763","geometry":{"type":"Point","coordinates":[-0.2016672,51.5196616]},"properties":{"@type":"node","@id":7079705763,"@timestamp":1577103387},"coords":"51.5196616,-0.2016672","bedrooms":"3","price":"288000","area":"668"} , +{"type":"Feature","id":"n7079771414","geometry":{"type":"Point","coordinates":[-0.0743415,51.3681545]},"properties":{"@type":"node","@id":7079771414,"@timestamp":1577105384},"coords":"51.3681545,-0.0743415","bedrooms":"3","price":"239000","area":"534"} , +{"type":"Feature","id":"n7079779934","geometry":{"type":"Point","coordinates":[-0.0785334,51.3666478]},"properties":{"@type":"node","@id":7079779934,"@timestamp":1577105384},"coords":"51.3666478,-0.0785334","bedrooms":"3","price":"196000","area":"583"} , +{"type":"Feature","id":"n7079779944","geometry":{"type":"Point","coordinates":[-0.075212,51.3649012]},"properties":{"@type":"node","@id":7079779944,"@timestamp":1577105384},"coords":"51.3649012,-0.075212","bedrooms":"3","price":"228000","area":"545"} , +{"type":"Feature","id":"n7079779954","geometry":{"type":"Point","coordinates":[-0.0756126,51.3639855]},"properties":{"@type":"node","@id":7079779954,"@timestamp":1577105384},"coords":"51.3639855,-0.0756126","bedrooms":"1","price":"225000","area":"444"} , +{"type":"Feature","id":"n7079779964","geometry":{"type":"Point","coordinates":[-0.0731539,51.3634622]},"properties":{"@type":"node","@id":7079779964,"@timestamp":1577105384},"coords":"51.3634622,-0.0731539","bedrooms":"2","price":"244000","area":"585"} , +{"type":"Feature","id":"n7079779974","geometry":{"type":"Point","coordinates":[-0.0739365,51.3648435]},"properties":{"@type":"node","@id":7079779974,"@timestamp":1577105384},"coords":"51.3648435,-0.0739365","bedrooms":"1","price":"181000","area":"563"} , +{"type":"Feature","id":"n7079779984","geometry":{"type":"Point","coordinates":[-0.0732463,51.3652243]},"properties":{"@type":"node","@id":7079779984,"@timestamp":1577105384},"coords":"51.3652243,-0.0732463","bedrooms":"0","price":"273000","area":"382"} , +{"type":"Feature","id":"n7079868772","geometry":{"type":"Point","coordinates":[-0.1419155,51.2237637]},"properties":{"@type":"node","@id":7079868772,"@timestamp":1577108736},"coords":"51.2237637,-0.1419155","bedrooms":"4","price":"244000","area":"578"} , +{"type":"Feature","id":"n7079912508","geometry":{"type":"Point","coordinates":[0.1910986,51.5178863]},"properties":{"@type":"node","@id":7079912508,"@timestamp":1609336769},"coords":"51.5178863,0.1910986","bedrooms":"4","price":"266000","area":"493"} , +{"type":"Feature","id":"n7080052933","geometry":{"type":"Point","coordinates":[-0.0489783,51.5419002]},"properties":{"@type":"node","@id":7080052933,"@timestamp":1600297100},"coords":"51.5419002,-0.0489783","bedrooms":"2","price":"161000","area":"408"} , +{"type":"Feature","id":"n7080138577","geometry":{"type":"Point","coordinates":[-0.1052887,51.4479246]},"properties":{"@type":"node","@id":7080138577,"@timestamp":1577117015},"coords":"51.4479246,-0.1052887","bedrooms":"2","price":"155000","area":"391"} , +{"type":"Feature","id":"n7080177287","geometry":{"type":"Point","coordinates":[-0.107076,51.4483061]},"properties":{"@type":"node","@id":7080177287,"@timestamp":1577117015},"coords":"51.4483061,-0.107076","bedrooms":"0","price":"294000","area":"441"} , +{"type":"Feature","id":"n7080177297","geometry":{"type":"Point","coordinates":[-0.1068495,51.449495]},"properties":{"@type":"node","@id":7080177297,"@timestamp":1577117015},"coords":"51.449495,-0.1068495","bedrooms":"3","price":"286000","area":"428"} , +{"type":"Feature","id":"n7080177307","geometry":{"type":"Point","coordinates":[-0.1057028,51.4492899]},"properties":{"@type":"node","@id":7080177307,"@timestamp":1577117015},"coords":"51.4492899,-0.1057028","bedrooms":"0","price":"272000","area":"603"} , +{"type":"Feature","id":"n7080177317","geometry":{"type":"Point","coordinates":[-0.1055683,51.4501479]},"properties":{"@type":"node","@id":7080177317,"@timestamp":1577117015},"coords":"51.4501479,-0.1055683","bedrooms":"4","price":"189000","area":"591"} , +{"type":"Feature","id":"n7080258006","geometry":{"type":"Point","coordinates":[-0.1711751,51.4313578]},"properties":{"@type":"node","@id":7080258006,"@timestamp":1618262226},"coords":"51.4313578,-0.1711751","bedrooms":"4","price":"243000","area":"647"} , +{"type":"Feature","id":"n7080905771","geometry":{"type":"Point","coordinates":[-0.9127252,51.533575]},"properties":{"@type":"node","@id":7080905771,"@timestamp":1624807157},"coords":"51.533575,-0.9127252","bedrooms":"3","price":"185000","area":"552"} , +{"type":"Feature","id":"n7081190469","geometry":{"type":"Point","coordinates":[0.0120811,51.4952801]},"properties":{"@type":"node","@id":7081190469,"@timestamp":1630643350},"coords":"51.4952801,0.0120811","bedrooms":"1","price":"234000","area":"552"} , +{"type":"Feature","id":"n7081454463","geometry":{"type":"Point","coordinates":[-0.9057536,51.5363384]},"properties":{"@type":"node","@id":7081454463,"@timestamp":1577153099},"coords":"51.5363384,-0.9057536","bedrooms":"1","price":"275000","area":"460"} , +{"type":"Feature","id":"n7081792585","geometry":{"type":"Point","coordinates":[0.6709987,51.3292108]},"properties":{"@type":"node","@id":7081792585,"@timestamp":1607408901},"coords":"51.3292108,0.6709987","bedrooms":"0","price":"220000","area":"579"} , +{"type":"Feature","id":"n7081953889","geometry":{"type":"Point","coordinates":[0.0232822,51.4899703]},"properties":{"@type":"node","@id":7081953889,"@timestamp":1632182108},"coords":"51.4899703,0.0232822","bedrooms":"3","price":"175000","area":"581"} , +{"type":"Feature","id":"n7081973414","geometry":{"type":"Point","coordinates":[-0.2031582,51.4469161]},"properties":{"@type":"node","@id":7081973414,"@timestamp":1617135928},"coords":"51.4469161,-0.2031582","bedrooms":"3","price":"271000","area":"486"} , +{"type":"Feature","id":"n7082058909","geometry":{"type":"Point","coordinates":[0.0069731,51.5024551]},"properties":{"@type":"node","@id":7082058909,"@timestamp":1618920105},"coords":"51.5024551,0.0069731","bedrooms":"1","price":"248000","area":"536"} , +{"type":"Feature","id":"n7082134831","geometry":{"type":"Point","coordinates":[-0.1960503,51.5177149]},"properties":{"@type":"node","@id":7082134831,"@timestamp":1577184215},"coords":"51.5177149,-0.1960503","bedrooms":"4","price":"260000","area":"361"} , +{"type":"Feature","id":"n7082134841","geometry":{"type":"Point","coordinates":[-0.1967803,51.5179225]},"properties":{"@type":"node","@id":7082134841,"@timestamp":1577184215},"coords":"51.5179225,-0.1967803","bedrooms":"0","price":"230000","area":"389"} , +{"type":"Feature","id":"n7082286270","geometry":{"type":"Point","coordinates":[-0.4097572,51.4986955]},"properties":{"@type":"node","@id":7082286270,"@timestamp":1577188960},"coords":"51.4986955,-0.4097572","bedrooms":"3","price":"163000","area":"671"} , +{"type":"Feature","id":"n7082412429","geometry":{"type":"Point","coordinates":[0.3767539,51.8615763]},"properties":{"@type":"node","@id":7082412429,"@timestamp":1577789147},"coords":"51.8615763,0.3767539","bedrooms":"2","price":"293000","area":"396"} , +{"type":"Feature","id":"n7082559515","geometry":{"type":"Point","coordinates":[-0.5640298,51.6673516]},"properties":{"@type":"node","@id":7082559515,"@timestamp":1595628747},"coords":"51.6673516,-0.5640298","bedrooms":"2","price":"294000","area":"417"} , +{"type":"Feature","id":"n7082625194","geometry":{"type":"Point","coordinates":[0.0281229,51.489251]},"properties":{"@type":"node","@id":7082625194,"@timestamp":1614029539},"coords":"51.489251,0.0281229","bedrooms":"3","price":"291000","area":"601"} , +{"type":"Feature","id":"n7083037970","geometry":{"type":"Point","coordinates":[0.7029255,51.5400599]},"properties":{"@type":"node","@id":7083037970,"@timestamp":1577214577},"coords":"51.5400599,0.7029255","bedrooms":"3","price":"221000","area":"607"} , +{"type":"Feature","id":"n7083051224","geometry":{"type":"Point","coordinates":[-0.1699233,51.2402783]},"properties":{"@type":"node","@id":7083051224,"@timestamp":1577214418},"coords":"51.2402783,-0.1699233","bedrooms":"4","price":"244000","area":"682"} , +{"type":"Feature","id":"n7083051241","geometry":{"type":"Point","coordinates":[-0.1685143,51.2405271]},"properties":{"@type":"node","@id":7083051241,"@timestamp":1577214418},"coords":"51.2405271,-0.1685143","bedrooms":"2","price":"202000","area":"689"} , +{"type":"Feature","id":"n7083319504","geometry":{"type":"Point","coordinates":[-0.7536529,51.2209766]},"properties":{"@type":"node","@id":7083319504,"@timestamp":1630770505},"coords":"51.2209766,-0.7536529","bedrooms":"2","price":"273000","area":"588"} , +{"type":"Feature","id":"n7083390802","geometry":{"type":"Point","coordinates":[-0.1971152,51.518814]},"properties":{"@type":"node","@id":7083390802,"@timestamp":1577240099},"coords":"51.518814,-0.1971152","bedrooms":"2","price":"209000","area":"511"} , +{"type":"Feature","id":"n7083636177","geometry":{"type":"Point","coordinates":[-0.1961552,51.5188633]},"properties":{"@type":"node","@id":7083636177,"@timestamp":1577264511},"coords":"51.5188633,-0.1961552","bedrooms":"3","price":"194000","area":"374"} , +{"type":"Feature","id":"n7083988074","geometry":{"type":"Point","coordinates":[-0.0415769,51.2360851]},"properties":{"@type":"node","@id":7083988074,"@timestamp":1577286163},"coords":"51.2360851,-0.0415769","bedrooms":"0","price":"225000","area":"495"} , +{"type":"Feature","id":"n7084005760","geometry":{"type":"Point","coordinates":[-0.0260791,51.230133]},"properties":{"@type":"node","@id":7084005760,"@timestamp":1577286163},"coords":"51.230133,-0.0260791","bedrooms":"3","price":"249000","area":"431"} , +{"type":"Feature","id":"n7084065586","geometry":{"type":"Point","coordinates":[-0.0373333,51.4342665]},"properties":{"@type":"node","@id":7084065586,"@timestamp":1577288255},"coords":"51.4342665,-0.0373333","bedrooms":"1","price":"250000","area":"697"} , +{"type":"Feature","id":"n7084132593","geometry":{"type":"Point","coordinates":[-0.1695281,51.487292]},"properties":{"@type":"node","@id":7084132593,"@timestamp":1593782317},"coords":"51.487292,-0.1695281","bedrooms":"3","price":"265000","area":"621"} , +{"type":"Feature","id":"n7084132686","geometry":{"type":"Point","coordinates":[-0.169386,51.4872446]},"properties":{"@type":"node","@id":7084132686,"@timestamp":1578505016},"coords":"51.4872446,-0.169386","bedrooms":"4","price":"249000","area":"623"} , +{"type":"Feature","id":"n7085407013","geometry":{"type":"Point","coordinates":[-0.1949593,51.5183639]},"properties":{"@type":"node","@id":7085407013,"@timestamp":1577333105},"coords":"51.5183639,-0.1949593","bedrooms":"4","price":"186000","area":"352"} , +{"type":"Feature","id":"n7085450046","geometry":{"type":"Point","coordinates":[-0.964548,51.4508956]},"properties":{"@type":"node","@id":7085450046,"@timestamp":1614202850},"coords":"51.4508956,-0.964548","bedrooms":"0","price":"188000","area":"670"} , +{"type":"Feature","id":"n7085501258","geometry":{"type":"Point","coordinates":[0.1098522,51.3904241]},"properties":{"@type":"node","@id":7085501258,"@timestamp":1577340063},"coords":"51.3904241,0.1098522","bedrooms":"4","price":"273000","area":"663"} , +{"type":"Feature","id":"n7085642383","geometry":{"type":"Point","coordinates":[-0.1958779,51.5171591]},"properties":{"@type":"node","@id":7085642383,"@timestamp":1577347410},"coords":"51.5171591,-0.1958779","bedrooms":"0","price":"174000","area":"661"} , +{"type":"Feature","id":"n7085659392","geometry":{"type":"Point","coordinates":[-0.1956625,51.5162437]},"properties":{"@type":"node","@id":7085659392,"@timestamp":1577347410},"coords":"51.5162437,-0.1956625","bedrooms":"2","price":"185000","area":"613"} , +{"type":"Feature","id":"n7085659402","geometry":{"type":"Point","coordinates":[-0.1958143,51.516717]},"properties":{"@type":"node","@id":7085659402,"@timestamp":1577347410},"coords":"51.516717,-0.1958143","bedrooms":"3","price":"245000","area":"633"} , +{"type":"Feature","id":"n7086358163","geometry":{"type":"Point","coordinates":[-0.0167073,51.5004853]},"properties":{"@type":"node","@id":7086358163,"@timestamp":1577373791},"coords":"51.5004853,-0.0167073","bedrooms":"1","price":"296000","area":"668"} , +{"type":"Feature","id":"n7086490514","geometry":{"type":"Point","coordinates":[0.4237937,51.6426056]},"properties":{"@type":"node","@id":7086490514,"@timestamp":1577376659},"coords":"51.6426056,0.4237937","bedrooms":"0","price":"239000","area":"460"} , +{"type":"Feature","id":"n7086490634","geometry":{"type":"Point","coordinates":[0.4231198,51.6421969]},"properties":{"@type":"node","@id":7086490634,"@timestamp":1577376659},"coords":"51.6421969,0.4231198","bedrooms":"4","price":"265000","area":"640"} , +{"type":"Feature","id":"n7086490842","geometry":{"type":"Point","coordinates":[0.4223239,51.642633]},"properties":{"@type":"node","@id":7086490842,"@timestamp":1577376659},"coords":"51.642633,0.4223239","bedrooms":"2","price":"230000","area":"646"} , +{"type":"Feature","id":"n7086763490","geometry":{"type":"Point","coordinates":[-0.1474698,51.5134588]},"properties":{"@type":"node","@id":7086763490,"@timestamp":1577387285},"coords":"51.5134588,-0.1474698","bedrooms":"1","price":"192000","area":"366"} , +{"type":"Feature","id":"n7086788820","geometry":{"type":"Point","coordinates":[-0.1926706,51.4981973]},"properties":{"@type":"node","@id":7086788820,"@timestamp":1593628971},"coords":"51.4981973,-0.1926706","bedrooms":"0","price":"230000","area":"514"} , +{"type":"Feature","id":"n7087241296","geometry":{"type":"Point","coordinates":[-0.0936257,51.524406]},"properties":{"@type":"node","@id":7087241296,"@timestamp":1577410965},"coords":"51.524406,-0.0936257","bedrooms":"4","price":"254000","area":"445"} , +{"type":"Feature","id":"n7087375105","geometry":{"type":"Point","coordinates":[-0.1967392,51.5170108]},"properties":{"@type":"node","@id":7087375105,"@timestamp":1577419213},"coords":"51.5170108,-0.1967392","bedrooms":"2","price":"284000","area":"591"} , +{"type":"Feature","id":"n7087375115","geometry":{"type":"Point","coordinates":[-0.1966042,51.5165815]},"properties":{"@type":"node","@id":7087375115,"@timestamp":1577419213},"coords":"51.5165815,-0.1966042","bedrooms":"2","price":"210000","area":"574"} , +{"type":"Feature","id":"n7087375125","geometry":{"type":"Point","coordinates":[-0.1964553,51.5161079]},"properties":{"@type":"node","@id":7087375125,"@timestamp":1577419213},"coords":"51.5161079,-0.1964553","bedrooms":"3","price":"226000","area":"597"} , +{"type":"Feature","id":"n7087395004","geometry":{"type":"Point","coordinates":[-0.1968274,51.5159194]},"properties":{"@type":"node","@id":7087395004,"@timestamp":1577420535},"coords":"51.5159194,-0.1968274","bedrooms":"3","price":"242000","area":"418"} , +{"type":"Feature","id":"n7087395064","geometry":{"type":"Point","coordinates":[-0.196993,51.5164415]},"properties":{"@type":"node","@id":7087395064,"@timestamp":1577420535},"coords":"51.5164415,-0.196993","bedrooms":"3","price":"249000","area":"398"} , +{"type":"Feature","id":"n7087395074","geometry":{"type":"Point","coordinates":[-0.197143,51.5169112]},"properties":{"@type":"node","@id":7087395074,"@timestamp":1577420535},"coords":"51.5169112,-0.197143","bedrooms":"3","price":"290000","area":"688"} , +{"type":"Feature","id":"n7087627410","geometry":{"type":"Point","coordinates":[0.0488905,51.4934613]},"properties":{"@type":"node","@id":7087627410,"@timestamp":1578652821},"coords":"51.4934613,0.0488905","bedrooms":"1","price":"163000","area":"376"} , +{"type":"Feature","id":"n7087849122","geometry":{"type":"Point","coordinates":[-0.2279812,51.3246245]},"properties":{"@type":"node","@id":7087849122,"@timestamp":1577436828},"coords":"51.3246245,-0.2279812","bedrooms":"2","price":"218000","area":"644"} , +{"type":"Feature","id":"n7088018227","geometry":{"type":"Point","coordinates":[0.0491124,51.4327473]},"properties":{"@type":"node","@id":7088018227,"@timestamp":1577443451},"coords":"51.4327473,0.0491124","bedrooms":"4","price":"204000","area":"675"} , +{"type":"Feature","id":"n7088252805","geometry":{"type":"Point","coordinates":[-0.2495659,51.529599]},"properties":{"@type":"node","@id":7088252805,"@timestamp":1577450255},"coords":"51.529599,-0.2495659","bedrooms":"2","price":"212000","area":"368"} , +{"type":"Feature","id":"n7088482162","geometry":{"type":"Point","coordinates":[-0.3204614,51.5128967]},"properties":{"@type":"node","@id":7088482162,"@timestamp":1577454978},"coords":"51.5128967,-0.3204614","bedrooms":"4","price":"236000","area":"679"} , +{"type":"Feature","id":"n7088534010","geometry":{"type":"Point","coordinates":[-0.19797,51.5169952]},"properties":{"@type":"node","@id":7088534010,"@timestamp":1577455413},"coords":"51.5169952,-0.19797","bedrooms":"1","price":"265000","area":"486"} , +{"type":"Feature","id":"n7088534020","geometry":{"type":"Point","coordinates":[-0.1974357,51.5165107]},"properties":{"@type":"node","@id":7088534020,"@timestamp":1577455413},"coords":"51.5165107,-0.1974357","bedrooms":"4","price":"262000","area":"457"} , +{"type":"Feature","id":"n7088534030","geometry":{"type":"Point","coordinates":[-0.1972949,51.5160352]},"properties":{"@type":"node","@id":7088534030,"@timestamp":1577455413},"coords":"51.5160352,-0.1972949","bedrooms":"4","price":"278000","area":"548"} , +{"type":"Feature","id":"n7088534536","geometry":{"type":"Point","coordinates":[-0.1978621,51.5165181]},"properties":{"@type":"node","@id":7088534536,"@timestamp":1577455413},"coords":"51.5165181,-0.1978621","bedrooms":"0","price":"208000","area":"658"} , +{"type":"Feature","id":"n7088939947","geometry":{"type":"Point","coordinates":[-0.1980876,51.5157665]},"properties":{"@type":"node","@id":7088939947,"@timestamp":1577459853},"coords":"51.5157665,-0.1980876","bedrooms":"0","price":"288000","area":"452"} , +{"type":"Feature","id":"n7088941985","geometry":{"type":"Point","coordinates":[-0.1982847,51.5164403]},"properties":{"@type":"node","@id":7088941985,"@timestamp":1577459853},"coords":"51.5164403,-0.1982847","bedrooms":"2","price":"275000","area":"602"} , +{"type":"Feature","id":"n7088942070","geometry":{"type":"Point","coordinates":[-0.1988141,51.5166411]},"properties":{"@type":"node","@id":7088942070,"@timestamp":1577459853},"coords":"51.5166411,-0.1988141","bedrooms":"2","price":"176000","area":"518"} , +{"type":"Feature","id":"n7088942080","geometry":{"type":"Point","coordinates":[-0.1986649,51.5161793]},"properties":{"@type":"node","@id":7088942080,"@timestamp":1577459853},"coords":"51.5161793,-0.1986649","bedrooms":"2","price":"295000","area":"358"} , +{"type":"Feature","id":"n7088942090","geometry":{"type":"Point","coordinates":[-0.1985136,51.5157107]},"properties":{"@type":"node","@id":7088942090,"@timestamp":1577459853},"coords":"51.5157107,-0.1985136","bedrooms":"1","price":"221000","area":"566"} , +{"type":"Feature","id":"n7089234901","geometry":{"type":"Point","coordinates":[-0.1995728,51.5164989]},"properties":{"@type":"node","@id":7089234901,"@timestamp":1577463277},"coords":"51.5164989,-0.1995728","bedrooms":"3","price":"293000","area":"369"} , +{"type":"Feature","id":"n7089234911","geometry":{"type":"Point","coordinates":[-0.1994166,51.5160241]},"properties":{"@type":"node","@id":7089234911,"@timestamp":1577463277},"coords":"51.5160241,-0.1994166","bedrooms":"1","price":"204000","area":"621"} , +{"type":"Feature","id":"n7089234950","geometry":{"type":"Point","coordinates":[-0.1991198,51.5166093]},"properties":{"@type":"node","@id":7089234950,"@timestamp":1577463277},"coords":"51.5166093,-0.1991198","bedrooms":"2","price":"252000","area":"654"} , +{"type":"Feature","id":"n7089234960","geometry":{"type":"Point","coordinates":[-0.198965,51.5161497]},"properties":{"@type":"node","@id":7089234960,"@timestamp":1577463277},"coords":"51.5161497,-0.198965","bedrooms":"3","price":"189000","area":"420"} , +{"type":"Feature","id":"n7089234970","geometry":{"type":"Point","coordinates":[-0.1988184,51.5157147]},"properties":{"@type":"node","@id":7089234970,"@timestamp":1577463277},"coords":"51.5157147,-0.1988184","bedrooms":"3","price":"192000","area":"604"} , +{"type":"Feature","id":"n7089375085","geometry":{"type":"Point","coordinates":[-0.1606757,51.4950533]},"properties":{"@type":"node","@id":7089375085,"@timestamp":1602495032},"coords":"51.4950533,-0.1606757","bedrooms":"1","price":"272000","area":"519"} , +{"type":"Feature","id":"n7089668821","geometry":{"type":"Point","coordinates":[-0.1804796,51.25399]},"properties":{"@type":"node","@id":7089668821,"@timestamp":1577478057},"coords":"51.25399,-0.1804796","bedrooms":"2","price":"175000","area":"405"} , +{"type":"Feature","id":"n7090037820","geometry":{"type":"Point","coordinates":[-0.3003984,51.4995538]},"properties":{"@type":"node","@id":7090037820,"@timestamp":1632063045},"coords":"51.4995538,-0.3003984","bedrooms":"0","price":"227000","area":"372"} , +{"type":"Feature","id":"n7090062847","geometry":{"type":"Point","coordinates":[-0.1986447,51.5151564]},"properties":{"@type":"node","@id":7090062847,"@timestamp":1577510974},"coords":"51.5151564,-0.1986447","bedrooms":"4","price":"247000","area":"432"} , +{"type":"Feature","id":"n7090969536","geometry":{"type":"Point","coordinates":[-0.0448984,51.4701952]},"properties":{"@type":"node","@id":7090969536,"@timestamp":1583797259},"coords":"51.4701952,-0.0448984","bedrooms":"2","price":"212000","area":"387"} , +{"type":"Feature","id":"n7091058925","geometry":{"type":"Point","coordinates":[-0.0169237,51.4650607]},"properties":{"@type":"node","@id":7091058925,"@timestamp":1617900406},"coords":"51.4650607,-0.0169237","bedrooms":"4","price":"210000","area":"381"} , +{"type":"Feature","id":"n7091223929","geometry":{"type":"Point","coordinates":[0.5477495,51.3696421]},"properties":{"@type":"node","@id":7091223929,"@timestamp":1577557927},"coords":"51.3696421,0.5477495","bedrooms":"3","price":"209000","area":"641"} , +{"type":"Feature","id":"n7091785404","geometry":{"type":"Point","coordinates":[-0.7530275,51.5299584]},"properties":{"@type":"node","@id":7091785404,"@timestamp":1577566581},"coords":"51.5299584,-0.7530275","bedrooms":"4","price":"253000","area":"498"} , +{"type":"Feature","id":"n7091816205","geometry":{"type":"Point","coordinates":[-0.3506897,51.4361736]},"properties":{"@type":"node","@id":7091816205,"@timestamp":1631014545},"coords":"51.4361736,-0.3506897","bedrooms":"3","price":"209000","area":"536"} , +{"type":"Feature","id":"n7092873668","geometry":{"type":"Point","coordinates":[-0.1986499,51.51471]},"properties":{"@type":"node","@id":7092873668,"@timestamp":1603338458},"coords":"51.51471,-0.1986499","bedrooms":"1","price":"209000","area":"510"} , +{"type":"Feature","id":"n7093154123","geometry":{"type":"Point","coordinates":[-0.0570662,51.4147193]},"properties":{"@type":"node","@id":7093154123,"@timestamp":1577626555},"coords":"51.4147193,-0.0570662","bedrooms":"3","price":"151000","area":"696"} , +{"type":"Feature","id":"n7093291171","geometry":{"type":"Point","coordinates":[-0.2998076,51.4773816]},"properties":{"@type":"node","@id":7093291171,"@timestamp":1577631666},"coords":"51.4773816,-0.2998076","bedrooms":"1","price":"199000","area":"579"} , +{"type":"Feature","id":"n7093313645","geometry":{"type":"Point","coordinates":[-0.0519199,51.4118788]},"properties":{"@type":"node","@id":7093313645,"@timestamp":1577631068},"coords":"51.4118788,-0.0519199","bedrooms":"3","price":"248000","area":"392"} , +{"type":"Feature","id":"n7093405486","geometry":{"type":"Point","coordinates":[-0.1742607,51.4902356]},"properties":{"@type":"node","@id":7093405486,"@timestamp":1609012768},"coords":"51.4902356,-0.1742607","bedrooms":"0","price":"167000","area":"492"} , +{"type":"Feature","id":"n7093419385","geometry":{"type":"Point","coordinates":[-0.1782568,51.4878704]},"properties":{"@type":"node","@id":7093419385,"@timestamp":1605370769},"coords":"51.4878704,-0.1782568","bedrooms":"4","price":"226000","area":"584"} , +{"type":"Feature","id":"n7093520332","geometry":{"type":"Point","coordinates":[0.4151188,51.6325972]},"properties":{"@type":"node","@id":7093520332,"@timestamp":1577641407},"coords":"51.6325972,0.4151188","bedrooms":"1","price":"155000","area":"538"} , +{"type":"Feature","id":"n7093853004","geometry":{"type":"Point","coordinates":[0.1346711,51.7876437]},"properties":{"@type":"node","@id":7093853004,"@timestamp":1577653588},"coords":"51.7876437,0.1346711","bedrooms":"3","price":"291000","area":"410"} , +{"type":"Feature","id":"n7093856688","geometry":{"type":"Point","coordinates":[0.1420828,51.7837832]},"properties":{"@type":"node","@id":7093856688,"@timestamp":1577653478},"coords":"51.7837832,0.1420828","bedrooms":"2","price":"235000","area":"670"} , +{"type":"Feature","id":"n7094034655","geometry":{"type":"Point","coordinates":[-0.2615065,51.4675386]},"properties":{"@type":"node","@id":7094034655,"@timestamp":1625837563},"coords":"51.4675386,-0.2615065","bedrooms":"2","price":"271000","area":"399"} , +{"type":"Feature","id":"n7094453347","geometry":{"type":"Point","coordinates":[-0.1250034,51.5664512]},"properties":{"@type":"node","@id":7094453347,"@timestamp":1577668195},"coords":"51.5664512,-0.1250034","bedrooms":"4","price":"225000","area":"654"} , +{"type":"Feature","id":"n7094453376","geometry":{"type":"Point","coordinates":[-0.1252152,51.5660744]},"properties":{"@type":"node","@id":7094453376,"@timestamp":1577668195},"coords":"51.5660744,-0.1252152","bedrooms":"0","price":"254000","area":"534"} , +{"type":"Feature","id":"n7094777215","geometry":{"type":"Point","coordinates":[-0.4050104,51.4874472]},"properties":{"@type":"node","@id":7094777215,"@timestamp":1577677583},"coords":"51.4874472,-0.4050104","bedrooms":"3","price":"216000","area":"459"} , +{"type":"Feature","id":"n7094968913","geometry":{"type":"Point","coordinates":[0.5913706,51.5588593]},"properties":{"@type":"node","@id":7094968913,"@timestamp":1577686446},"coords":"51.5588593,0.5913706","bedrooms":"2","price":"265000","area":"439"} , +{"type":"Feature","id":"n7095111696","geometry":{"type":"Point","coordinates":[0.0427685,51.6268282]},"properties":{"@type":"node","@id":7095111696,"@timestamp":1577692230},"coords":"51.6268282,0.0427685","bedrooms":"4","price":"166000","area":"381"} , +{"type":"Feature","id":"n7095291973","geometry":{"type":"Point","coordinates":[-0.1285077,51.3565623]},"properties":{"@type":"node","@id":7095291973,"@timestamp":1577700342},"coords":"51.3565623,-0.1285077","bedrooms":"1","price":"190000","area":"675"} , +{"type":"Feature","id":"n7095351440","geometry":{"type":"Point","coordinates":[-0.5344492,51.6789589]},"properties":{"@type":"node","@id":7095351440,"@timestamp":1602865635},"coords":"51.6789589,-0.5344492","bedrooms":"4","price":"212000","area":"512"} , +{"type":"Feature","id":"n7095494669","geometry":{"type":"Point","coordinates":[-0.0567306,51.1551027]},"properties":{"@type":"node","@id":7095494669,"@timestamp":1577708523},"coords":"51.1551027,-0.0567306","bedrooms":"3","price":"227000","area":"592"} , +{"type":"Feature","id":"n7095912168","geometry":{"type":"Point","coordinates":[-0.040808,51.4127367]},"properties":{"@type":"node","@id":7095912168,"@timestamp":1614536086},"coords":"51.4127367,-0.040808","bedrooms":"1","price":"252000","area":"531"} , +{"type":"Feature","id":"n7095993409","geometry":{"type":"Point","coordinates":[-0.3979152,51.544506]},"properties":{"@type":"node","@id":7095993409,"@timestamp":1598365103},"coords":"51.544506,-0.3979152","bedrooms":"4","price":"228000","area":"533"} , +{"type":"Feature","id":"n7096038688","geometry":{"type":"Point","coordinates":[-0.3995032,51.5487028]},"properties":{"@type":"node","@id":7096038688,"@timestamp":1595509970},"coords":"51.5487028,-0.3995032","bedrooms":"0","price":"167000","area":"414"} , +{"type":"Feature","id":"n7096225573","geometry":{"type":"Point","coordinates":[-0.4519148,51.4795608]},"properties":{"@type":"node","@id":7096225573,"@timestamp":1577727631},"coords":"51.4795608,-0.4519148","bedrooms":"0","price":"266000","area":"602"} , +{"type":"Feature","id":"n7096499076","geometry":{"type":"Point","coordinates":[-0.9676825,51.4057479]},"properties":{"@type":"node","@id":7096499076,"@timestamp":1618158920},"coords":"51.4057479,-0.9676825","bedrooms":"0","price":"187000","area":"577"} , +{"type":"Feature","id":"n7097013959","geometry":{"type":"Point","coordinates":[-0.2990668,51.5198446]},"properties":{"@type":"node","@id":7097013959,"@timestamp":1631102080},"coords":"51.5198446,-0.2990668","bedrooms":"3","price":"185000","area":"632"} , +{"type":"Feature","id":"n7097252225","geometry":{"type":"Point","coordinates":[-0.1037945,51.3680348]},"properties":{"@type":"node","@id":7097252225,"@timestamp":1577760107},"coords":"51.3680348,-0.1037945","bedrooms":"4","price":"237000","area":"458"} , +{"type":"Feature","id":"n7097371607","geometry":{"type":"Point","coordinates":[-0.1958244,51.5155019]},"properties":{"@type":"node","@id":7097371607,"@timestamp":1577764369},"coords":"51.5155019,-0.1958244","bedrooms":"1","price":"193000","area":"677"} , +{"type":"Feature","id":"n7097371617","geometry":{"type":"Point","coordinates":[-0.1965746,51.5154662]},"properties":{"@type":"node","@id":7097371617,"@timestamp":1577764369},"coords":"51.5154662,-0.1965746","bedrooms":"2","price":"291000","area":"562"} , +{"type":"Feature","id":"n7097372048","geometry":{"type":"Point","coordinates":[-0.1952763,51.5153434]},"properties":{"@type":"node","@id":7097372048,"@timestamp":1577764369},"coords":"51.5153434,-0.1952763","bedrooms":"0","price":"214000","area":"481"} , +{"type":"Feature","id":"n7097491269","geometry":{"type":"Point","coordinates":[-0.4446667,51.4532616]},"properties":{"@type":"node","@id":7097491269,"@timestamp":1577771577},"coords":"51.4532616,-0.4446667","bedrooms":"0","price":"242000","area":"488"} , +{"type":"Feature","id":"n7097586206","geometry":{"type":"Point","coordinates":[-0.0613049,51.4193073]},"properties":{"@type":"node","@id":7097586206,"@timestamp":1577774121},"coords":"51.4193073,-0.0613049","bedrooms":"3","price":"235000","area":"411"} , +{"type":"Feature","id":"n7097820167","geometry":{"type":"Point","coordinates":[0.1811537,51.4810505]},"properties":{"@type":"node","@id":7097820167,"@timestamp":1577782503},"coords":"51.4810505,0.1811537","bedrooms":"1","price":"179000","area":"431"} , +{"type":"Feature","id":"n7097908840","geometry":{"type":"Point","coordinates":[-0.0215653,51.4705725]},"properties":{"@type":"node","@id":7097908840,"@timestamp":1577787762},"coords":"51.4705725,-0.0215653","bedrooms":"2","price":"250000","area":"533"} , +{"type":"Feature","id":"n7097976040","geometry":{"type":"Point","coordinates":[0.1666986,51.4200713]},"properties":{"@type":"node","@id":7097976040,"@timestamp":1577789985},"coords":"51.4200713,0.1666986","bedrooms":"3","price":"150000","area":"402"} , +{"type":"Feature","id":"n7098271385","geometry":{"type":"Point","coordinates":[-0.1563386,51.5017665]},"properties":{"@type":"node","@id":7098271385,"@timestamp":1600704696},"coords":"51.5017665,-0.1563386","bedrooms":"4","price":"249000","area":"691"} , +{"type":"Feature","id":"n7098271788","geometry":{"type":"Point","coordinates":[-0.1432221,51.5062698]},"properties":{"@type":"node","@id":7098271788,"@timestamp":1577798704},"coords":"51.5062698,-0.1432221","bedrooms":"2","price":"152000","area":"621"} , +{"type":"Feature","id":"n7098402627","geometry":{"type":"Point","coordinates":[-0.2013354,51.413729]},"properties":{"@type":"node","@id":7098402627,"@timestamp":1577805228},"coords":"51.413729,-0.2013354","bedrooms":"3","price":"202000","area":"569"} , +{"type":"Feature","id":"n7098550395","geometry":{"type":"Point","coordinates":[-0.3240277,51.510056]},"properties":{"@type":"node","@id":7098550395,"@timestamp":1612911304},"coords":"51.510056,-0.3240277","bedrooms":"0","price":"296000","area":"515"} , +{"type":"Feature","id":"n7098736306","geometry":{"type":"Point","coordinates":[-0.0197312,51.4570038]},"properties":{"@type":"node","@id":7098736306,"@timestamp":1577818198},"coords":"51.4570038,-0.0197312","bedrooms":"3","price":"193000","area":"488"} , +{"type":"Feature","id":"n7098936632","geometry":{"type":"Point","coordinates":[-0.0177096,51.5028622]},"properties":{"@type":"node","@id":7098936632,"@timestamp":1591077076},"coords":"51.5028622,-0.0177096","bedrooms":"4","price":"216000","area":"672"} , +{"type":"Feature","id":"n7099084461","geometry":{"type":"Point","coordinates":[0.0155996,51.4008043]},"properties":{"@type":"node","@id":7099084461,"@timestamp":1577845590},"coords":"51.4008043,0.0155996","bedrooms":"2","price":"288000","area":"668"} , +{"type":"Feature","id":"n7099248697","geometry":{"type":"Point","coordinates":[-0.1936779,51.5151098]},"properties":{"@type":"node","@id":7099248697,"@timestamp":1577859681},"coords":"51.5151098,-0.1936779","bedrooms":"4","price":"279000","area":"658"} , +{"type":"Feature","id":"n7099537756","geometry":{"type":"Point","coordinates":[-0.1917263,51.5153288]},"properties":{"@type":"node","@id":7099537756,"@timestamp":1577883827},"coords":"51.5153288,-0.1917263","bedrooms":"1","price":"227000","area":"655"} , +{"type":"Feature","id":"n7099547594","geometry":{"type":"Point","coordinates":[-0.1898975,51.5155178]},"properties":{"@type":"node","@id":7099547594,"@timestamp":1577883827},"coords":"51.5155178,-0.1898975","bedrooms":"4","price":"261000","area":"568"} , +{"type":"Feature","id":"n7099589176","geometry":{"type":"Point","coordinates":[-1.0957863,51.738114]},"properties":{"@type":"node","@id":7099589176,"@timestamp":1616070602},"coords":"51.738114,-1.0957863","bedrooms":"4","price":"250000","area":"388"} , +{"type":"Feature","id":"n7099943343","geometry":{"type":"Point","coordinates":[0.0198921,51.5832039]},"properties":{"@type":"node","@id":7099943343,"@timestamp":1577902628},"coords":"51.5832039,0.0198921","bedrooms":"0","price":"262000","area":"458"} , +{"type":"Feature","id":"n7099999325","geometry":{"type":"Point","coordinates":[-0.7926161,51.1716772]},"properties":{"@type":"node","@id":7099999325,"@timestamp":1577905594},"coords":"51.1716772,-0.7926161","bedrooms":"3","price":"200000","area":"359"} , +{"type":"Feature","id":"n7100002586","geometry":{"type":"Point","coordinates":[-0.1301765,51.5077556]},"properties":{"@type":"node","@id":7100002586,"@timestamp":1626693487},"coords":"51.5077556,-0.1301765","bedrooms":"3","price":"298000","area":"599"} , +{"type":"Feature","id":"n7100550667","geometry":{"type":"Point","coordinates":[-0.2124624,51.6075299]},"properties":{"@type":"node","@id":7100550667,"@timestamp":1577936232},"coords":"51.6075299,-0.2124624","bedrooms":"1","price":"184000","area":"430"} , +{"type":"Feature","id":"n7100813249","geometry":{"type":"Point","coordinates":[-0.0194876,51.4978345]},"properties":{"@type":"node","@id":7100813249,"@timestamp":1630850657},"coords":"51.4978345,-0.0194876","bedrooms":"3","price":"190000","area":"531"} , +{"type":"Feature","id":"n7100982008","geometry":{"type":"Point","coordinates":[0.7139587,51.1924499]},"properties":{"@type":"node","@id":7100982008,"@timestamp":1577956872},"coords":"51.1924499,0.7139587","bedrooms":"4","price":"238000","area":"546"} , +{"type":"Feature","id":"n7101256985","geometry":{"type":"Point","coordinates":[-0.8370543,51.2603045]},"properties":{"@type":"node","@id":7101256985,"@timestamp":1577966047},"coords":"51.2603045,-0.8370543","bedrooms":"4","price":"265000","area":"652"} , +{"type":"Feature","id":"n7101464980","geometry":{"type":"Point","coordinates":[-1.075338,51.3371648]},"properties":{"@type":"node","@id":7101464980,"@timestamp":1577973529},"coords":"51.3371648,-1.075338","bedrooms":"3","price":"191000","area":"681"} , +{"type":"Feature","id":"n7101743363","geometry":{"type":"Point","coordinates":[0.0368428,50.9535962]},"properties":{"@type":"node","@id":7101743363,"@timestamp":1577980647},"coords":"50.9535962,0.0368428","bedrooms":"4","price":"193000","area":"528"} , +{"type":"Feature","id":"n7101775790","geometry":{"type":"Point","coordinates":[-0.2044941,51.5020155]},"properties":{"@type":"node","@id":7101775790,"@timestamp":1577999275},"coords":"51.5020155,-0.2044941","bedrooms":"1","price":"163000","area":"642"} , +{"type":"Feature","id":"n7101776088","geometry":{"type":"Point","coordinates":[-0.204416,51.5020328]},"properties":{"@type":"node","@id":7101776088,"@timestamp":1577999275},"coords":"51.5020328,-0.204416","bedrooms":"0","price":"192000","area":"556"} , +{"type":"Feature","id":"n7101789485","geometry":{"type":"Point","coordinates":[-0.2000948,51.501012]},"properties":{"@type":"node","@id":7101789485,"@timestamp":1577982025},"coords":"51.501012,-0.2000948","bedrooms":"2","price":"220000","area":"669"} , +{"type":"Feature","id":"n7101836786","geometry":{"type":"Point","coordinates":[-0.2022829,51.5017854]},"properties":{"@type":"node","@id":7101836786,"@timestamp":1577982205},"coords":"51.5017854,-0.2022829","bedrooms":"4","price":"290000","area":"613"} , +{"type":"Feature","id":"n7101915501","geometry":{"type":"Point","coordinates":[-0.3540445,51.8212995]},"properties":{"@type":"node","@id":7101915501,"@timestamp":1577984167},"coords":"51.8212995,-0.3540445","bedrooms":"2","price":"223000","area":"648"} , +{"type":"Feature","id":"n7102055012","geometry":{"type":"Point","coordinates":[-0.556834,51.3203301]},"properties":{"@type":"node","@id":7102055012,"@timestamp":1577986759},"coords":"51.3203301,-0.556834","bedrooms":"4","price":"240000","area":"586"} , +{"type":"Feature","id":"n7102257560","geometry":{"type":"Point","coordinates":[0.6208885,51.7829257]},"properties":{"@type":"node","@id":7102257560,"@timestamp":1577993569},"coords":"51.7829257,0.6208885","bedrooms":"1","price":"274000","area":"407"} , +{"type":"Feature","id":"n7102257570","geometry":{"type":"Point","coordinates":[0.6108074,51.7778114]},"properties":{"@type":"node","@id":7102257570,"@timestamp":1577993569},"coords":"51.7778114,0.6108074","bedrooms":"4","price":"286000","area":"481"} , +{"type":"Feature","id":"n7102259789","geometry":{"type":"Point","coordinates":[-0.2183445,51.5035182]},"properties":{"@type":"node","@id":7102259789,"@timestamp":1592068395},"coords":"51.5035182,-0.2183445","bedrooms":"4","price":"198000","area":"628"} , +{"type":"Feature","id":"n7102260089","geometry":{"type":"Point","coordinates":[-0.1908871,51.4902001]},"properties":{"@type":"node","@id":7102260089,"@timestamp":1600958042},"coords":"51.4902001,-0.1908871","bedrooms":"3","price":"207000","area":"472"} , +{"type":"Feature","id":"n7103027959","geometry":{"type":"Point","coordinates":[-0.5217361,51.4253703]},"properties":{"@type":"node","@id":7103027959,"@timestamp":1577999192},"coords":"51.4253703,-0.5217361","bedrooms":"4","price":"267000","area":"386"} , +{"type":"Feature","id":"n7103821395","geometry":{"type":"Point","coordinates":[0.061658,51.7445382]},"properties":{"@type":"node","@id":7103821395,"@timestamp":1625428362},"coords":"51.7445382,0.061658","bedrooms":"0","price":"203000","area":"662"} , +{"type":"Feature","id":"n7103867601","geometry":{"type":"Point","coordinates":[-0.1930528,51.5141327]},"properties":{"@type":"node","@id":7103867601,"@timestamp":1578029477},"coords":"51.5141327,-0.1930528","bedrooms":"3","price":"165000","area":"650"} , +{"type":"Feature","id":"n7103867630","geometry":{"type":"Point","coordinates":[-0.1935804,51.5145805]},"properties":{"@type":"node","@id":7103867630,"@timestamp":1578029477},"coords":"51.5145805,-0.1935804","bedrooms":"1","price":"230000","area":"609"} , +{"type":"Feature","id":"n7103966492","geometry":{"type":"Point","coordinates":[-0.8679625,51.0997165]},"properties":{"@type":"node","@id":7103966492,"@timestamp":1578035035},"coords":"51.0997165,-0.8679625","bedrooms":"4","price":"173000","area":"699"} , +{"type":"Feature","id":"n7104010387","geometry":{"type":"Point","coordinates":[-0.1919688,51.5136694]},"properties":{"@type":"node","@id":7104010387,"@timestamp":1578038092},"coords":"51.5136694,-0.1919688","bedrooms":"1","price":"182000","area":"540"} , +{"type":"Feature","id":"n7104167398","geometry":{"type":"Point","coordinates":[-0.2338161,51.1554159]},"properties":{"@type":"node","@id":7104167398,"@timestamp":1596883793},"coords":"51.1554159,-0.2338161","bedrooms":"4","price":"267000","area":"447"} , +{"type":"Feature","id":"n7104401712","geometry":{"type":"Point","coordinates":[0.1279256,51.2425069]},"properties":{"@type":"node","@id":7104401712,"@timestamp":1578052882},"coords":"51.2425069,0.1279256","bedrooms":"3","price":"180000","area":"662"} , +{"type":"Feature","id":"n7104580382","geometry":{"type":"Point","coordinates":[-0.1937444,51.5139434]},"properties":{"@type":"node","@id":7104580382,"@timestamp":1578058799},"coords":"51.5139434,-0.1937444","bedrooms":"4","price":"221000","area":"470"} , +{"type":"Feature","id":"n7104637354","geometry":{"type":"Point","coordinates":[-0.1943191,51.5132553]},"properties":{"@type":"node","@id":7104637354,"@timestamp":1578058799},"coords":"51.5132553,-0.1943191","bedrooms":"1","price":"169000","area":"623"} , +{"type":"Feature","id":"n7104637372","geometry":{"type":"Point","coordinates":[-0.1944392,51.5136541]},"properties":{"@type":"node","@id":7104637372,"@timestamp":1578058799},"coords":"51.5136541,-0.1944392","bedrooms":"3","price":"226000","area":"573"} , +{"type":"Feature","id":"n7104637455","geometry":{"type":"Point","coordinates":[-0.1940367,51.5135749]},"properties":{"@type":"node","@id":7104637455,"@timestamp":1578058799},"coords":"51.5135749,-0.1940367","bedrooms":"0","price":"213000","area":"659"} , +{"type":"Feature","id":"n7104894995","geometry":{"type":"Point","coordinates":[-0.1596209,51.4842207]},"properties":{"@type":"node","@id":7104894995,"@timestamp":1590001830},"coords":"51.4842207,-0.1596209","bedrooms":"1","price":"245000","area":"363"} , +{"type":"Feature","id":"n7104898286","geometry":{"type":"Point","coordinates":[-0.1632179,51.4901776]},"properties":{"@type":"node","@id":7104898286,"@timestamp":1610780291},"coords":"51.4901776,-0.1632179","bedrooms":"2","price":"247000","area":"385"} , +{"type":"Feature","id":"n7105270979","geometry":{"type":"Point","coordinates":[-0.1927102,51.51259]},"properties":{"@type":"node","@id":7105270979,"@timestamp":1578073913},"coords":"51.51259,-0.1927102","bedrooms":"4","price":"224000","area":"500"} , +{"type":"Feature","id":"n7105270989","geometry":{"type":"Point","coordinates":[-0.1918493,51.5126878]},"properties":{"@type":"node","@id":7105270989,"@timestamp":1578073913},"coords":"51.5126878,-0.1918493","bedrooms":"1","price":"222000","area":"586"} , +{"type":"Feature","id":"n7105387250","geometry":{"type":"Point","coordinates":[-1.0460712,51.1138104]},"properties":{"@type":"node","@id":7105387250,"@timestamp":1578078711},"coords":"51.1138104,-1.0460712","bedrooms":"2","price":"225000","area":"522"} , +{"type":"Feature","id":"n7106028721","geometry":{"type":"Point","coordinates":[-0.2901026,51.4227567]},"properties":{"@type":"node","@id":7106028721,"@timestamp":1587657374},"coords":"51.4227567,-0.2901026","bedrooms":"3","price":"165000","area":"494"} , +{"type":"Feature","id":"n7106379485","geometry":{"type":"Point","coordinates":[-0.1901322,51.5133767]},"properties":{"@type":"node","@id":7106379485,"@timestamp":1578121666},"coords":"51.5133767,-0.1901322","bedrooms":"3","price":"178000","area":"432"} , +{"type":"Feature","id":"n7106379503","geometry":{"type":"Point","coordinates":[-0.189816,51.5131318]},"properties":{"@type":"node","@id":7106379503,"@timestamp":1578121666},"coords":"51.5131318,-0.189816","bedrooms":"1","price":"171000","area":"506"} , +{"type":"Feature","id":"n7106379514","geometry":{"type":"Point","coordinates":[-0.1895628,51.5133207]},"properties":{"@type":"node","@id":7106379514,"@timestamp":1578121666},"coords":"51.5133207,-0.1895628","bedrooms":"0","price":"256000","area":"566"} , +{"type":"Feature","id":"n7106605583","geometry":{"type":"Point","coordinates":[-0.1887528,51.5136362]},"properties":{"@type":"node","@id":7106605583,"@timestamp":1578134743},"coords":"51.5136362,-0.1887528","bedrooms":"4","price":"179000","area":"363"} , +{"type":"Feature","id":"n7106605593","geometry":{"type":"Point","coordinates":[-0.1881988,51.51368]},"properties":{"@type":"node","@id":7106605593,"@timestamp":1578134743},"coords":"51.51368,-0.1881988","bedrooms":"4","price":"190000","area":"490"} , +{"type":"Feature","id":"n7106771839","geometry":{"type":"Point","coordinates":[-0.3323782,51.2965776]},"properties":{"@type":"node","@id":7106771839,"@timestamp":1578144174},"coords":"51.2965776,-0.3323782","bedrooms":"0","price":"161000","area":"615"} , +{"type":"Feature","id":"n7107627594","geometry":{"type":"Point","coordinates":[0.6052059,51.6531273]},"properties":{"@type":"node","@id":7107627594,"@timestamp":1610650535},"coords":"51.6531273,0.6052059","bedrooms":"1","price":"174000","area":"695"} , +{"type":"Feature","id":"n7107655965","geometry":{"type":"Point","coordinates":[-0.1878067,51.5131275]},"properties":{"@type":"node","@id":7107655965,"@timestamp":1578155536},"coords":"51.5131275,-0.1878067","bedrooms":"1","price":"241000","area":"441"} , +{"type":"Feature","id":"n7107715422","geometry":{"type":"Point","coordinates":[-0.0307677,51.4848176]},"properties":{"@type":"node","@id":7107715422,"@timestamp":1578158654},"coords":"51.4848176,-0.0307677","bedrooms":"2","price":"241000","area":"445"} , +{"type":"Feature","id":"n7107739117","geometry":{"type":"Point","coordinates":[-0.3285915,51.2539392]},"properties":{"@type":"node","@id":7107739117,"@timestamp":1578159471},"coords":"51.2539392,-0.3285915","bedrooms":"3","price":"265000","area":"523"} , +{"type":"Feature","id":"n7107771198","geometry":{"type":"Point","coordinates":[-0.2499192,51.4229319]},"properties":{"@type":"node","@id":7107771198,"@timestamp":1595115777},"coords":"51.4229319,-0.2499192","bedrooms":"0","price":"185000","area":"375"} , +{"type":"Feature","id":"n7107825381","geometry":{"type":"Point","coordinates":[-0.0081946,51.4498054]},"properties":{"@type":"node","@id":7107825381,"@timestamp":1591984894},"coords":"51.4498054,-0.0081946","bedrooms":"2","price":"236000","area":"690"} , +{"type":"Feature","id":"n7107858679","geometry":{"type":"Point","coordinates":[-0.0065399,51.4599108]},"properties":{"@type":"node","@id":7107858679,"@timestamp":1578166139},"coords":"51.4599108,-0.0065399","bedrooms":"3","price":"245000","area":"397"} , +{"type":"Feature","id":"n7107888493","geometry":{"type":"Point","coordinates":[-0.005247,51.4595449]},"properties":{"@type":"node","@id":7107888493,"@timestamp":1578166283},"coords":"51.4595449,-0.005247","bedrooms":"0","price":"160000","area":"655"} , +{"type":"Feature","id":"n7107905506","geometry":{"type":"Point","coordinates":[-0.00238,51.4601409]},"properties":{"@type":"node","@id":7107905506,"@timestamp":1578167379},"coords":"51.4601409,-0.00238","bedrooms":"0","price":"158000","area":"484"} , +{"type":"Feature","id":"n7107916195","geometry":{"type":"Point","coordinates":[0.0726644,51.2671181]},"properties":{"@type":"node","@id":7107916195,"@timestamp":1578166989},"coords":"51.2671181,0.0726644","bedrooms":"1","price":"229000","area":"469"} , +{"type":"Feature","id":"n7107969571","geometry":{"type":"Point","coordinates":[-0.1991185,51.4502665]},"properties":{"@type":"node","@id":7107969571,"@timestamp":1578171010},"coords":"51.4502665,-0.1991185","bedrooms":"1","price":"202000","area":"578"} , +{"type":"Feature","id":"n7108099350","geometry":{"type":"Point","coordinates":[0.747101,51.4167884]},"properties":{"@type":"node","@id":7108099350,"@timestamp":1578176867},"coords":"51.4167884,0.747101","bedrooms":"0","price":"172000","area":"509"} , +{"type":"Feature","id":"n7108143840","geometry":{"type":"Point","coordinates":[0.0128773,51.4557078]},"properties":{"@type":"node","@id":7108143840,"@timestamp":1578177801},"coords":"51.4557078,0.0128773","bedrooms":"4","price":"260000","area":"638"} , +{"type":"Feature","id":"n7108430791","geometry":{"type":"Point","coordinates":[-0.0522403,51.5639808]},"properties":{"@type":"node","@id":7108430791,"@timestamp":1578196742},"coords":"51.5639808,-0.0522403","bedrooms":"0","price":"184000","area":"358"} , +{"type":"Feature","id":"n7108592857","geometry":{"type":"Point","coordinates":[-0.2401148,51.7566834]},"properties":{"@type":"node","@id":7108592857,"@timestamp":1578206110},"coords":"51.7566834,-0.2401148","bedrooms":"0","price":"262000","area":"572"} , +{"type":"Feature","id":"n7108812841","geometry":{"type":"Point","coordinates":[-0.1049896,51.5076608]},"properties":{"@type":"node","@id":7108812841,"@timestamp":1578219885},"coords":"51.5076608,-0.1049896","bedrooms":"3","price":"283000","area":"440"} , +{"type":"Feature","id":"n7108819276","geometry":{"type":"Point","coordinates":[-0.1048234,51.5076725]},"properties":{"@type":"node","@id":7108819276,"@timestamp":1578219475},"coords":"51.5076725,-0.1048234","bedrooms":"4","price":"200000","area":"566"} , +{"type":"Feature","id":"n7109009687","geometry":{"type":"Point","coordinates":[-0.1996132,51.4996945]},"properties":{"@type":"node","@id":7109009687,"@timestamp":1578225596},"coords":"51.4996945,-0.1996132","bedrooms":"3","price":"297000","area":"523"} , +{"type":"Feature","id":"n7109164635","geometry":{"type":"Point","coordinates":[-0.2247369,51.8749642]},"properties":{"@type":"node","@id":7109164635,"@timestamp":1578231014},"coords":"51.8749642,-0.2247369","bedrooms":"2","price":"179000","area":"489"} , +{"type":"Feature","id":"n7109164645","geometry":{"type":"Point","coordinates":[-0.234704,51.8941988]},"properties":{"@type":"node","@id":7109164645,"@timestamp":1578231014},"coords":"51.8941988,-0.234704","bedrooms":"3","price":"178000","area":"570"} , +{"type":"Feature","id":"n7109304085","geometry":{"type":"Point","coordinates":[-0.2230686,51.8749841]},"properties":{"@type":"node","@id":7109304085,"@timestamp":1578231014},"coords":"51.8749841,-0.2230686","bedrooms":"4","price":"292000","area":"420"} , +{"type":"Feature","id":"n7109339479","geometry":{"type":"Point","coordinates":[-0.4833741,51.2035105]},"properties":{"@type":"node","@id":7109339479,"@timestamp":1578232803},"coords":"51.2035105,-0.4833741","bedrooms":"3","price":"201000","area":"582"} , +{"type":"Feature","id":"n7109825320","geometry":{"type":"Point","coordinates":[0.5249104,51.3828791]},"properties":{"@type":"node","@id":7109825320,"@timestamp":1578238287},"coords":"51.3828791,0.5249104","bedrooms":"4","price":"177000","area":"364"} , +{"type":"Feature","id":"n7109825332","geometry":{"type":"Point","coordinates":[0.5263527,51.3821357]},"properties":{"@type":"node","@id":7109825332,"@timestamp":1578238287},"coords":"51.3821357,0.5263527","bedrooms":"2","price":"265000","area":"493"} , +{"type":"Feature","id":"n7109825346","geometry":{"type":"Point","coordinates":[0.527667,51.3813266]},"properties":{"@type":"node","@id":7109825346,"@timestamp":1578238287},"coords":"51.3813266,0.527667","bedrooms":"3","price":"282000","area":"626"} , +{"type":"Feature","id":"n7109847833","geometry":{"type":"Point","coordinates":[-0.963676,51.4828459]},"properties":{"@type":"node","@id":7109847833,"@timestamp":1578238470},"coords":"51.4828459,-0.963676","bedrooms":"0","price":"180000","area":"368"} , +{"type":"Feature","id":"n7110358290","geometry":{"type":"Point","coordinates":[-0.1769898,51.4142719]},"properties":{"@type":"node","@id":7110358290,"@timestamp":1578244336},"coords":"51.4142719,-0.1769898","bedrooms":"2","price":"292000","area":"527"} , +{"type":"Feature","id":"n7110922975","geometry":{"type":"Point","coordinates":[-0.2181213,51.3978175]},"properties":{"@type":"node","@id":7110922975,"@timestamp":1578263734},"coords":"51.3978175,-0.2181213","bedrooms":"4","price":"152000","area":"487"} , +{"type":"Feature","id":"n7110995414","geometry":{"type":"Point","coordinates":[-0.525939,51.4272153]},"properties":{"@type":"node","@id":7110995414,"@timestamp":1578266887},"coords":"51.4272153,-0.525939","bedrooms":"1","price":"194000","area":"476"} , +{"type":"Feature","id":"n7111169884","geometry":{"type":"Point","coordinates":[-0.3434154,51.5424545]},"properties":{"@type":"node","@id":7111169884,"@timestamp":1616261073},"coords":"51.5424545,-0.3434154","bedrooms":"3","price":"189000","area":"673"} , +{"type":"Feature","id":"n7111454600","geometry":{"type":"Point","coordinates":[0.0904694,51.4596177]},"properties":{"@type":"node","@id":7111454600,"@timestamp":1578291364},"coords":"51.4596177,0.0904694","bedrooms":"0","price":"276000","area":"625"} , +{"type":"Feature","id":"n7111645887","geometry":{"type":"Point","coordinates":[0.5537947,51.1949704]},"properties":{"@type":"node","@id":7111645887,"@timestamp":1578299138},"coords":"51.1949704,0.5537947","bedrooms":"2","price":"167000","area":"429"} , +{"type":"Feature","id":"n7111927124","geometry":{"type":"Point","coordinates":[-0.0123718,51.5424277]},"properties":{"@type":"node","@id":7111927124,"@timestamp":1578308887},"coords":"51.5424277,-0.0123718","bedrooms":"1","price":"201000","area":"376"} , +{"type":"Feature","id":"n7111955622","geometry":{"type":"Point","coordinates":[0.0630978,51.4480455]},"properties":{"@type":"node","@id":7111955622,"@timestamp":1635611540},"coords":"51.4480455,0.0630978","bedrooms":"0","price":"236000","area":"599"} , +{"type":"Feature","id":"n7111955645","geometry":{"type":"Point","coordinates":[0.0636678,51.4482223]},"properties":{"@type":"node","@id":7111955645,"@timestamp":1578309309},"coords":"51.4482223,0.0636678","bedrooms":"1","price":"167000","area":"491"} , +{"type":"Feature","id":"n7112157829","geometry":{"type":"Point","coordinates":[0.1769256,51.523776]},"properties":{"@type":"node","@id":7112157829,"@timestamp":1604105805},"coords":"51.523776,0.1769256","bedrooms":"3","price":"274000","area":"559"} , +{"type":"Feature","id":"n7112412405","geometry":{"type":"Point","coordinates":[-0.1887804,51.5103357]},"properties":{"@type":"node","@id":7112412405,"@timestamp":1578323260},"coords":"51.5103357,-0.1887804","bedrooms":"1","price":"293000","area":"416"} , +{"type":"Feature","id":"n7112412449","geometry":{"type":"Point","coordinates":[-0.1881433,51.5108853]},"properties":{"@type":"node","@id":7112412449,"@timestamp":1578323260},"coords":"51.5108853,-0.1881433","bedrooms":"4","price":"258000","area":"508"} , +{"type":"Feature","id":"n7112419319","geometry":{"type":"Point","coordinates":[-0.1887562,51.5120183]},"properties":{"@type":"node","@id":7112419319,"@timestamp":1578323260},"coords":"51.5120183,-0.1887562","bedrooms":"3","price":"171000","area":"638"} , +{"type":"Feature","id":"n7112631902","geometry":{"type":"Point","coordinates":[-0.095323,51.0067174]},"properties":{"@type":"node","@id":7112631902,"@timestamp":1578329934},"coords":"51.0067174,-0.095323","bedrooms":"0","price":"235000","area":"609"} , +{"type":"Feature","id":"n7112719384","geometry":{"type":"Point","coordinates":[-0.1670663,51.4929518]},"properties":{"@type":"node","@id":7112719384,"@timestamp":1604425772},"coords":"51.4929518,-0.1670663","bedrooms":"2","price":"164000","area":"689"} , +{"type":"Feature","id":"n7112786986","geometry":{"type":"Point","coordinates":[-0.188669,51.5115577]},"properties":{"@type":"node","@id":7112786986,"@timestamp":1578335482},"coords":"51.5115577,-0.188669","bedrooms":"1","price":"161000","area":"460"} , +{"type":"Feature","id":"n7112787019","geometry":{"type":"Point","coordinates":[-0.1892654,51.5112123]},"properties":{"@type":"node","@id":7112787019,"@timestamp":1578335482},"coords":"51.5112123,-0.1892654","bedrooms":"1","price":"229000","area":"441"} , +{"type":"Feature","id":"n7112787058","geometry":{"type":"Point","coordinates":[-0.1895286,51.5120074]},"properties":{"@type":"node","@id":7112787058,"@timestamp":1578335482},"coords":"51.5120074,-0.1895286","bedrooms":"2","price":"245000","area":"381"} , +{"type":"Feature","id":"n7112854842","geometry":{"type":"Point","coordinates":[-0.1750779,51.4942457]},"properties":{"@type":"node","@id":7112854842,"@timestamp":1600765161},"coords":"51.4942457,-0.1750779","bedrooms":"1","price":"154000","area":"389"} , +{"type":"Feature","id":"n7112868354","geometry":{"type":"Point","coordinates":[-0.1594236,51.4908919]},"properties":{"@type":"node","@id":7112868354,"@timestamp":1578339285},"coords":"51.4908919,-0.1594236","bedrooms":"4","price":"267000","area":"358"} , +{"type":"Feature","id":"n7112906916","geometry":{"type":"Point","coordinates":[-0.0974929,50.9887903]},"properties":{"@type":"node","@id":7112906916,"@timestamp":1578340089},"coords":"50.9887903,-0.0974929","bedrooms":"3","price":"194000","area":"355"} , +{"type":"Feature","id":"n7112958015","geometry":{"type":"Point","coordinates":[0.0667816,51.4594637]},"properties":{"@type":"node","@id":7112958015,"@timestamp":1578341890},"coords":"51.4594637,0.0667816","bedrooms":"4","price":"272000","area":"635"} , +{"type":"Feature","id":"n7113202048","geometry":{"type":"Point","coordinates":[-0.1542276,51.5141984]},"properties":{"@type":"node","@id":7113202048,"@timestamp":1605177007},"coords":"51.5141984,-0.1542276","bedrooms":"1","price":"223000","area":"394"} , +{"type":"Feature","id":"n7113247938","geometry":{"type":"Point","coordinates":[0.5729633,51.3416055]},"properties":{"@type":"node","@id":7113247938,"@timestamp":1621415422},"coords":"51.3416055,0.5729633","bedrooms":"1","price":"166000","area":"505"} , +{"type":"Feature","id":"n7113247948","geometry":{"type":"Point","coordinates":[0.5720451,51.3415814]},"properties":{"@type":"node","@id":7113247948,"@timestamp":1621415422},"coords":"51.3415814,0.5720451","bedrooms":"0","price":"199000","area":"507"} , +{"type":"Feature","id":"n7113247958","geometry":{"type":"Point","coordinates":[0.5729361,51.3409721]},"properties":{"@type":"node","@id":7113247958,"@timestamp":1621415422},"coords":"51.3409721,0.5729361","bedrooms":"4","price":"244000","area":"546"} , +{"type":"Feature","id":"n7113381033","geometry":{"type":"Point","coordinates":[0.0306431,51.4879283]},"properties":{"@type":"node","@id":7113381033,"@timestamp":1633041808},"coords":"51.4879283,0.0306431","bedrooms":"2","price":"260000","area":"488"} , +{"type":"Feature","id":"n7113381461","geometry":{"type":"Point","coordinates":[-0.042265,51.4745245]},"properties":{"@type":"node","@id":7113381461,"@timestamp":1631792904},"coords":"51.4745245,-0.042265","bedrooms":"0","price":"283000","area":"374"} , +{"type":"Feature","id":"n7113402914","geometry":{"type":"Point","coordinates":[0.0470308,51.4924164]},"properties":{"@type":"node","@id":7113402914,"@timestamp":1632145341},"coords":"51.4924164,0.0470308","bedrooms":"4","price":"155000","area":"547"} , +{"type":"Feature","id":"n7113443503","geometry":{"type":"Point","coordinates":[0.053152,51.4931393]},"properties":{"@type":"node","@id":7113443503,"@timestamp":1578365638},"coords":"51.4931393,0.053152","bedrooms":"1","price":"260000","area":"576"} , +{"type":"Feature","id":"n7113659166","geometry":{"type":"Point","coordinates":[-0.1902751,51.512262]},"properties":{"@type":"node","@id":7113659166,"@timestamp":1578375567},"coords":"51.512262,-0.1902751","bedrooms":"4","price":"289000","area":"678"} , +{"type":"Feature","id":"n7113660055","geometry":{"type":"Point","coordinates":[-0.1897204,51.5116659]},"properties":{"@type":"node","@id":7113660055,"@timestamp":1578375567},"coords":"51.5116659,-0.1897204","bedrooms":"3","price":"223000","area":"444"} , +{"type":"Feature","id":"n7113755704","geometry":{"type":"Point","coordinates":[-0.1904408,51.5122783]},"properties":{"@type":"node","@id":7113755704,"@timestamp":1578380073},"coords":"51.5122783,-0.1904408","bedrooms":"1","price":"225000","area":"561"} , +{"type":"Feature","id":"n7113755753","geometry":{"type":"Point","coordinates":[-0.1906392,51.5119479]},"properties":{"@type":"node","@id":7113755753,"@timestamp":1578380073},"coords":"51.5119479,-0.1906392","bedrooms":"1","price":"291000","area":"378"} , +{"type":"Feature","id":"n7113755777","geometry":{"type":"Point","coordinates":[-0.190789,51.5118823]},"properties":{"@type":"node","@id":7113755777,"@timestamp":1578380073},"coords":"51.5118823,-0.190789","bedrooms":"1","price":"156000","area":"614"} , +{"type":"Feature","id":"n7113757815","geometry":{"type":"Point","coordinates":[0.3900506,51.5791081]},"properties":{"@type":"node","@id":7113757815,"@timestamp":1578380581},"coords":"51.5791081,0.3900506","bedrooms":"2","price":"253000","area":"652"} , +{"type":"Feature","id":"n7113850045","geometry":{"type":"Point","coordinates":[-0.2359412,51.7546552]},"properties":{"@type":"node","@id":7113850045,"@timestamp":1578383584},"coords":"51.7546552,-0.2359412","bedrooms":"4","price":"234000","area":"464"} , +{"type":"Feature","id":"n7113934773","geometry":{"type":"Point","coordinates":[-0.1898209,51.5102006]},"properties":{"@type":"node","@id":7113934773,"@timestamp":1578385479},"coords":"51.5102006,-0.1898209","bedrooms":"1","price":"150000","area":"500"} , +{"type":"Feature","id":"n7114180077","geometry":{"type":"Point","coordinates":[-0.3219704,51.4574602]},"properties":{"@type":"node","@id":7114180077,"@timestamp":1625788806},"coords":"51.4574602,-0.3219704","bedrooms":"3","price":"164000","area":"471"} , +{"type":"Feature","id":"n7114546832","geometry":{"type":"Point","coordinates":[0.1111119,51.5248047]},"properties":{"@type":"node","@id":7114546832,"@timestamp":1624505858},"coords":"51.5248047,0.1111119","bedrooms":"4","price":"214000","area":"459"} , +{"type":"Feature","id":"n7114873282","geometry":{"type":"Point","coordinates":[0.3198883,51.8768612]},"properties":{"@type":"node","@id":7114873282,"@timestamp":1604884974},"coords":"51.8768612,0.3198883","bedrooms":"3","price":"220000","area":"653"} , +{"type":"Feature","id":"n7114991588","geometry":{"type":"Point","coordinates":[-0.1940272,51.4926794]},"properties":{"@type":"node","@id":7114991588,"@timestamp":1596775618},"coords":"51.4926794,-0.1940272","bedrooms":"2","price":"165000","area":"585"} , +{"type":"Feature","id":"n7115016985","geometry":{"type":"Point","coordinates":[-0.1945948,51.4931871]},"properties":{"@type":"node","@id":7115016985,"@timestamp":1601046999},"coords":"51.4931871,-0.1945948","bedrooms":"4","price":"175000","area":"472"} , +{"type":"Feature","id":"n7115018086","geometry":{"type":"Point","coordinates":[-0.1940284,51.4927307]},"properties":{"@type":"node","@id":7115018086,"@timestamp":1596363198},"coords":"51.4927307,-0.1940284","bedrooms":"1","price":"183000","area":"670"} , +{"type":"Feature","id":"n7115967202","geometry":{"type":"Point","coordinates":[-0.0142642,51.4777244]},"properties":{"@type":"node","@id":7115967202,"@timestamp":1578459781},"coords":"51.4777244,-0.0142642","bedrooms":"0","price":"184000","area":"596"} , +{"type":"Feature","id":"n7116130069","geometry":{"type":"Point","coordinates":[-0.0072377,51.5527098]},"properties":{"@type":"node","@id":7116130069,"@timestamp":1626720027},"coords":"51.5527098,-0.0072377","bedrooms":"2","price":"239000","area":"406"} , +{"type":"Feature","id":"n7116228531","geometry":{"type":"Point","coordinates":[-0.191499,51.5114765]},"properties":{"@type":"node","@id":7116228531,"@timestamp":1578471359},"coords":"51.5114765,-0.191499","bedrooms":"2","price":"187000","area":"445"} , +{"type":"Feature","id":"n7116388842","geometry":{"type":"Point","coordinates":[-0.0481471,51.431579]},"properties":{"@type":"node","@id":7116388842,"@timestamp":1578477077},"coords":"51.431579,-0.0481471","bedrooms":"3","price":"192000","area":"401"} , +{"type":"Feature","id":"n7116512571","geometry":{"type":"Point","coordinates":[-0.2257014,51.4933222]},"properties":{"@type":"node","@id":7116512571,"@timestamp":1578481656},"coords":"51.4933222,-0.2257014","bedrooms":"3","price":"243000","area":"466"} , +{"type":"Feature","id":"n7116621705","geometry":{"type":"Point","coordinates":[0.0468414,51.4949908]},"properties":{"@type":"node","@id":7116621705,"@timestamp":1578483889},"coords":"51.4949908,0.0468414","bedrooms":"2","price":"180000","area":"414"} , +{"type":"Feature","id":"n7117549489","geometry":{"type":"Point","coordinates":[-0.1752061,51.4870416]},"properties":{"@type":"node","@id":7117549489,"@timestamp":1608360004},"coords":"51.4870416,-0.1752061","bedrooms":"3","price":"278000","area":"433"} , +{"type":"Feature","id":"n7117566192","geometry":{"type":"Point","coordinates":[-0.1734337,51.4896366]},"properties":{"@type":"node","@id":7117566192,"@timestamp":1591991613},"coords":"51.4896366,-0.1734337","bedrooms":"3","price":"245000","area":"477"} , +{"type":"Feature","id":"n7117566388","geometry":{"type":"Point","coordinates":[-0.1674343,51.4913928]},"properties":{"@type":"node","@id":7117566388,"@timestamp":1610197189},"coords":"51.4913928,-0.1674343","bedrooms":"0","price":"273000","area":"676"} , +{"type":"Feature","id":"n7117939220","geometry":{"type":"Point","coordinates":[-0.6221143,51.5127665]},"properties":{"@type":"node","@id":7117939220,"@timestamp":1578516178},"coords":"51.5127665,-0.6221143","bedrooms":"0","price":"185000","area":"462"} , +{"type":"Feature","id":"n7118065680","geometry":{"type":"Point","coordinates":[-0.624623,51.3176865]},"properties":{"@type":"node","@id":7118065680,"@timestamp":1578520254},"coords":"51.3176865,-0.624623","bedrooms":"1","price":"276000","area":"550"} , +{"type":"Feature","id":"n7118816876","geometry":{"type":"Point","coordinates":[0.3678455,51.954069]},"properties":{"@type":"node","@id":7118816876,"@timestamp":1578556178},"coords":"51.954069,0.3678455","bedrooms":"1","price":"258000","area":"497"} , +{"type":"Feature","id":"n7119086867","geometry":{"type":"Point","coordinates":[-0.5471478,51.4293129]},"properties":{"@type":"node","@id":7119086867,"@timestamp":1578658461},"coords":"51.4293129,-0.5471478","bedrooms":"0","price":"208000","area":"352"} , +{"type":"Feature","id":"n7119095644","geometry":{"type":"Point","coordinates":[0.0461219,51.4930625]},"properties":{"@type":"node","@id":7119095644,"@timestamp":1578565416},"coords":"51.4930625,0.0461219","bedrooms":"4","price":"282000","area":"667"} , +{"type":"Feature","id":"n7119841362","geometry":{"type":"Point","coordinates":[-0.1921957,51.510348]},"properties":{"@type":"node","@id":7119841362,"@timestamp":1578585551},"coords":"51.510348,-0.1921957","bedrooms":"4","price":"246000","area":"399"} , +{"type":"Feature","id":"n7119899769","geometry":{"type":"Point","coordinates":[-0.5310536,51.5524016]},"properties":{"@type":"node","@id":7119899769,"@timestamp":1633554692},"coords":"51.5524016,-0.5310536","bedrooms":"4","price":"225000","area":"492"} , +{"type":"Feature","id":"n7120019238","geometry":{"type":"Point","coordinates":[-0.5334075,51.5491106]},"properties":{"@type":"node","@id":7120019238,"@timestamp":1633606827},"coords":"51.5491106,-0.5334075","bedrooms":"4","price":"153000","area":"555"} , +{"type":"Feature","id":"n7120315073","geometry":{"type":"Point","coordinates":[-0.396387,51.557685]},"properties":{"@type":"node","@id":7120315073,"@timestamp":1609905233},"coords":"51.557685,-0.396387","bedrooms":"0","price":"274000","area":"563"} , +{"type":"Feature","id":"n7120362364","geometry":{"type":"Point","coordinates":[-0.3987481,51.5564142]},"properties":{"@type":"node","@id":7120362364,"@timestamp":1625770057},"coords":"51.5564142,-0.3987481","bedrooms":"1","price":"256000","area":"617"} , +{"type":"Feature","id":"n7120411277","geometry":{"type":"Point","coordinates":[-0.6224259,51.5109923]},"properties":{"@type":"node","@id":7120411277,"@timestamp":1608166829},"coords":"51.5109923,-0.6224259","bedrooms":"0","price":"262000","area":"585"} , +{"type":"Feature","id":"n7120432167","geometry":{"type":"Point","coordinates":[-0.3959342,51.5576868]},"properties":{"@type":"node","@id":7120432167,"@timestamp":1609905233},"coords":"51.5576868,-0.3959342","bedrooms":"2","price":"159000","area":"689"} , +{"type":"Feature","id":"n7120460422","geometry":{"type":"Point","coordinates":[-0.3912145,51.5674438]},"properties":{"@type":"node","@id":7120460422,"@timestamp":1578608975},"coords":"51.5674438,-0.3912145","bedrooms":"0","price":"289000","area":"696"} , +{"type":"Feature","id":"n7120546328","geometry":{"type":"Point","coordinates":[-0.7281699,51.298109]},"properties":{"@type":"node","@id":7120546328,"@timestamp":1578614040},"coords":"51.298109,-0.7281699","bedrooms":"3","price":"156000","area":"477"} , +{"type":"Feature","id":"n7120583006","geometry":{"type":"Point","coordinates":[0.183222,51.4066076]},"properties":{"@type":"node","@id":7120583006,"@timestamp":1578616498},"coords":"51.4066076,0.183222","bedrooms":"2","price":"162000","area":"646"} , +{"type":"Feature","id":"n7120615344","geometry":{"type":"Point","coordinates":[-0.7417029,51.3014188]},"properties":{"@type":"node","@id":7120615344,"@timestamp":1578618755},"coords":"51.3014188,-0.7417029","bedrooms":"4","price":"216000","area":"566"} , +{"type":"Feature","id":"n7121545301","geometry":{"type":"Point","coordinates":[-0.6863936,51.5331726]},"properties":{"@type":"node","@id":7121545301,"@timestamp":1579594585},"coords":"51.5331726,-0.6863936","bedrooms":"3","price":"249000","area":"450"} , +{"type":"Feature","id":"n7121959285","geometry":{"type":"Point","coordinates":[-0.0844662,51.5218085]},"properties":{"@type":"node","@id":7121959285,"@timestamp":1578653601},"coords":"51.5218085,-0.0844662","bedrooms":"4","price":"226000","area":"494"} , +{"type":"Feature","id":"n7122080589","geometry":{"type":"Point","coordinates":[-0.1928217,51.5102961]},"properties":{"@type":"node","@id":7122080589,"@timestamp":1578656564},"coords":"51.5102961,-0.1928217","bedrooms":"0","price":"254000","area":"387"} , +{"type":"Feature","id":"n7122080617","geometry":{"type":"Point","coordinates":[-0.1924439,51.5103922]},"properties":{"@type":"node","@id":7122080617,"@timestamp":1578656564},"coords":"51.5103922,-0.1924439","bedrooms":"0","price":"152000","area":"509"} , +{"type":"Feature","id":"n7122080634","geometry":{"type":"Point","coordinates":[-0.1926994,51.510949]},"properties":{"@type":"node","@id":7122080634,"@timestamp":1578656564},"coords":"51.510949,-0.1926994","bedrooms":"3","price":"158000","area":"622"} , +{"type":"Feature","id":"n7122080644","geometry":{"type":"Point","coordinates":[-0.1925923,51.5106732]},"properties":{"@type":"node","@id":7122080644,"@timestamp":1578656564},"coords":"51.5106732,-0.1925923","bedrooms":"4","price":"174000","area":"426"} , +{"type":"Feature","id":"n7122206231","geometry":{"type":"Point","coordinates":[0.0440801,51.4923076]},"properties":{"@type":"node","@id":7122206231,"@timestamp":1632145341},"coords":"51.4923076,0.0440801","bedrooms":"0","price":"225000","area":"579"} , +{"type":"Feature","id":"n7122300646","geometry":{"type":"Point","coordinates":[-0.1930199,51.5101442]},"properties":{"@type":"node","@id":7122300646,"@timestamp":1578664041},"coords":"51.5101442,-0.1930199","bedrooms":"4","price":"245000","area":"455"} , +{"type":"Feature","id":"n7122300656","geometry":{"type":"Point","coordinates":[-0.1932443,51.5107559]},"properties":{"@type":"node","@id":7122300656,"@timestamp":1578664041},"coords":"51.5107559,-0.1932443","bedrooms":"2","price":"293000","area":"546"} , +{"type":"Feature","id":"n7122300666","geometry":{"type":"Point","coordinates":[-0.1934482,51.5113115]},"properties":{"@type":"node","@id":7122300666,"@timestamp":1578664041},"coords":"51.5113115,-0.1934482","bedrooms":"0","price":"239000","area":"480"} , +{"type":"Feature","id":"n7122791983","geometry":{"type":"Point","coordinates":[-0.3964235,51.5636854]},"properties":{"@type":"node","@id":7122791983,"@timestamp":1578675113},"coords":"51.5636854,-0.3964235","bedrooms":"2","price":"260000","area":"522"} , +{"type":"Feature","id":"n7122792977","geometry":{"type":"Point","coordinates":[-0.4017208,51.5638313]},"properties":{"@type":"node","@id":7122792977,"@timestamp":1595438668},"coords":"51.5638313,-0.4017208","bedrooms":"1","price":"194000","area":"508"} , +{"type":"Feature","id":"n7122806957","geometry":{"type":"Point","coordinates":[-0.3994118,51.5654225]},"properties":{"@type":"node","@id":7122806957,"@timestamp":1578674688},"coords":"51.5654225,-0.3994118","bedrooms":"4","price":"242000","area":"616"} , +{"type":"Feature","id":"n7122820440","geometry":{"type":"Point","coordinates":[-0.3977889,51.565884]},"properties":{"@type":"node","@id":7122820440,"@timestamp":1595438668},"coords":"51.565884,-0.3977889","bedrooms":"4","price":"240000","area":"464"} , +{"type":"Feature","id":"n7122845025","geometry":{"type":"Point","coordinates":[-0.3954391,51.5613271]},"properties":{"@type":"node","@id":7122845025,"@timestamp":1578676100},"coords":"51.5613271,-0.3954391","bedrooms":"3","price":"214000","area":"375"} , +{"type":"Feature","id":"n7122856155","geometry":{"type":"Point","coordinates":[-0.4033851,51.5633246]},"properties":{"@type":"node","@id":7122856155,"@timestamp":1595433575},"coords":"51.5633246,-0.4033851","bedrooms":"0","price":"220000","area":"437"} , +{"type":"Feature","id":"n7122896239","geometry":{"type":"Point","coordinates":[-0.399481,51.5561159]},"properties":{"@type":"node","@id":7122896239,"@timestamp":1595508716},"coords":"51.5561159,-0.399481","bedrooms":"3","price":"252000","area":"530"} , +{"type":"Feature","id":"n7122896272","geometry":{"type":"Point","coordinates":[-0.402522,51.5546822]},"properties":{"@type":"node","@id":7122896272,"@timestamp":1595507636},"coords":"51.5546822,-0.402522","bedrooms":"2","price":"218000","area":"524"} , +{"type":"Feature","id":"n7122902257","geometry":{"type":"Point","coordinates":[-0.3937652,51.5543185]},"properties":{"@type":"node","@id":7122902257,"@timestamp":1595510804},"coords":"51.5543185,-0.3937652","bedrooms":"4","price":"238000","area":"375"} , +{"type":"Feature","id":"n7123092785","geometry":{"type":"Point","coordinates":[-0.1262796,51.5146914]},"properties":{"@type":"node","@id":7123092785,"@timestamp":1606069386},"coords":"51.5146914,-0.1262796","bedrooms":"3","price":"174000","area":"653"} , +{"type":"Feature","id":"n7123420684","geometry":{"type":"Point","coordinates":[-0.9782853,51.4289406]},"properties":{"@type":"node","@id":7123420684,"@timestamp":1578697220},"coords":"51.4289406,-0.9782853","bedrooms":"0","price":"234000","area":"464"} , +{"type":"Feature","id":"n7123756353","geometry":{"type":"Point","coordinates":[-0.1938244,51.5113476]},"properties":{"@type":"node","@id":7123756353,"@timestamp":1578719561},"coords":"51.5113476,-0.1938244","bedrooms":"3","price":"240000","area":"670"} , +{"type":"Feature","id":"n7123756363","geometry":{"type":"Point","coordinates":[-0.1936246,51.5107778]},"properties":{"@type":"node","@id":7123756363,"@timestamp":1578719561},"coords":"51.5107778,-0.1936246","bedrooms":"1","price":"259000","area":"673"} , +{"type":"Feature","id":"n7123756373","geometry":{"type":"Point","coordinates":[-0.1934236,51.5102042]},"properties":{"@type":"node","@id":7123756373,"@timestamp":1578719561},"coords":"51.5102042,-0.1934236","bedrooms":"4","price":"210000","area":"450"} , +{"type":"Feature","id":"n7123777862","geometry":{"type":"Point","coordinates":[-0.1936405,51.5097117]},"properties":{"@type":"node","@id":7123777862,"@timestamp":1578719561},"coords":"51.5097117,-0.1936405","bedrooms":"2","price":"242000","area":"426"} , +{"type":"Feature","id":"n7123777875","geometry":{"type":"Point","coordinates":[-0.1934996,51.5097704]},"properties":{"@type":"node","@id":7123777875,"@timestamp":1578719561},"coords":"51.5097704,-0.1934996","bedrooms":"3","price":"231000","area":"441"} , +{"type":"Feature","id":"n7123861036","geometry":{"type":"Point","coordinates":[-0.1948126,51.5108226]},"properties":{"@type":"node","@id":7123861036,"@timestamp":1578726768},"coords":"51.5108226,-0.1948126","bedrooms":"2","price":"257000","area":"369"} , +{"type":"Feature","id":"n7123861046","geometry":{"type":"Point","coordinates":[-0.194614,51.5102614]},"properties":{"@type":"node","@id":7123861046,"@timestamp":1578726768},"coords":"51.5102614,-0.194614","bedrooms":"1","price":"151000","area":"625"} , +{"type":"Feature","id":"n7123920306","geometry":{"type":"Point","coordinates":[-0.195415,51.5109577]},"properties":{"@type":"node","@id":7123920306,"@timestamp":1578730090},"coords":"51.5109577,-0.195415","bedrooms":"3","price":"203000","area":"633"} , +{"type":"Feature","id":"n7123920338","geometry":{"type":"Point","coordinates":[-0.1954666,51.510113]},"properties":{"@type":"node","@id":7123920338,"@timestamp":1578730090},"coords":"51.510113,-0.1954666","bedrooms":"2","price":"194000","area":"507"} , +{"type":"Feature","id":"n7123920398","geometry":{"type":"Point","coordinates":[-0.1945289,51.5100284]},"properties":{"@type":"node","@id":7123920398,"@timestamp":1578730090},"coords":"51.5100284,-0.1945289","bedrooms":"3","price":"154000","area":"356"} , +{"type":"Feature","id":"n7123959371","geometry":{"type":"Point","coordinates":[-0.2259458,51.7699273]},"properties":{"@type":"node","@id":7123959371,"@timestamp":1578733273},"coords":"51.7699273,-0.2259458","bedrooms":"1","price":"152000","area":"419"} , +{"type":"Feature","id":"n7123959682","geometry":{"type":"Point","coordinates":[-0.1947954,51.5094914]},"properties":{"@type":"node","@id":7123959682,"@timestamp":1578733967},"coords":"51.5094914,-0.1947954","bedrooms":"3","price":"275000","area":"668"} , +{"type":"Feature","id":"n7124130496","geometry":{"type":"Point","coordinates":[-0.9791974,51.4265962]},"properties":{"@type":"node","@id":7124130496,"@timestamp":1578739859},"coords":"51.4265962,-0.9791974","bedrooms":"3","price":"224000","area":"433"} , +{"type":"Feature","id":"n7124203348","geometry":{"type":"Point","coordinates":[-0.1954502,51.5093671]},"properties":{"@type":"node","@id":7124203348,"@timestamp":1578746121},"coords":"51.5093671,-0.1954502","bedrooms":"3","price":"208000","area":"420"} , +{"type":"Feature","id":"n7124372629","geometry":{"type":"Point","coordinates":[-0.0031896,50.9516481]},"properties":{"@type":"node","@id":7124372629,"@timestamp":1627586251},"coords":"50.9516481,-0.0031896","bedrooms":"0","price":"185000","area":"479"} , +{"type":"Feature","id":"n7124483953","geometry":{"type":"Point","coordinates":[0.3531458,51.8364874]},"properties":{"@type":"node","@id":7124483953,"@timestamp":1578756145},"coords":"51.8364874,0.3531458","bedrooms":"4","price":"190000","area":"382"} , +{"type":"Feature","id":"n7124544862","geometry":{"type":"Point","coordinates":[0.2387649,51.418102]},"properties":{"@type":"node","@id":7124544862,"@timestamp":1627474292},"coords":"51.418102,0.2387649","bedrooms":"0","price":"295000","area":"643"} , +{"type":"Feature","id":"n7124569248","geometry":{"type":"Point","coordinates":[0.0281799,51.4884374]},"properties":{"@type":"node","@id":7124569248,"@timestamp":1632182108},"coords":"51.4884374,0.0281799","bedrooms":"1","price":"195000","area":"474"} , +{"type":"Feature","id":"n7124622654","geometry":{"type":"Point","coordinates":[-0.2304665,51.7691009]},"properties":{"@type":"node","@id":7124622654,"@timestamp":1578760534},"coords":"51.7691009,-0.2304665","bedrooms":"1","price":"247000","area":"484"} , +{"type":"Feature","id":"n7124679552","geometry":{"type":"Point","coordinates":[-1.001933,51.4582984]},"properties":{"@type":"node","@id":7124679552,"@timestamp":1578765135},"coords":"51.4582984,-1.001933","bedrooms":"3","price":"237000","area":"531"} , +{"type":"Feature","id":"n7124789337","geometry":{"type":"Point","coordinates":[-0.2220979,51.7688115]},"properties":{"@type":"node","@id":7124789337,"@timestamp":1578770078},"coords":"51.7688115,-0.2220979","bedrooms":"3","price":"206000","area":"449"} , +{"type":"Feature","id":"n7124941187","geometry":{"type":"Point","coordinates":[-0.2191472,51.5039411]},"properties":{"@type":"node","@id":7124941187,"@timestamp":1630296415},"coords":"51.5039411,-0.2191472","bedrooms":"2","price":"282000","area":"422"} , +{"type":"Feature","id":"n7124942285","geometry":{"type":"Point","coordinates":[-0.2184227,51.5057026]},"properties":{"@type":"node","@id":7124942285,"@timestamp":1632570379},"coords":"51.5057026,-0.2184227","bedrooms":"1","price":"171000","area":"638"} , +{"type":"Feature","id":"n7125639085","geometry":{"type":"Point","coordinates":[-0.2134652,51.8304831]},"properties":{"@type":"node","@id":7125639085,"@timestamp":1582981199},"coords":"51.8304831,-0.2134652","bedrooms":"0","price":"258000","area":"520"} , +{"type":"Feature","id":"n7126081983","geometry":{"type":"Point","coordinates":[-0.3170477,51.509637]},"properties":{"@type":"node","@id":7126081983,"@timestamp":1626373858},"coords":"51.509637,-0.3170477","bedrooms":"4","price":"183000","area":"494"} , +{"type":"Feature","id":"n7126096919","geometry":{"type":"Point","coordinates":[-0.739101,51.2991438]},"properties":{"@type":"node","@id":7126096919,"@timestamp":1611009788},"coords":"51.2991438,-0.739101","bedrooms":"0","price":"210000","area":"609"} , +{"type":"Feature","id":"n7126106415","geometry":{"type":"Point","coordinates":[-0.2488983,51.8906267]},"properties":{"@type":"node","@id":7126106415,"@timestamp":1578836930},"coords":"51.8906267,-0.2488983","bedrooms":"0","price":"279000","area":"359"} , +{"type":"Feature","id":"n7126154577","geometry":{"type":"Point","coordinates":[0.038336,51.494041]},"properties":{"@type":"node","@id":7126154577,"@timestamp":1629716224},"coords":"51.494041,0.038336","bedrooms":"4","price":"191000","area":"525"} , +{"type":"Feature","id":"n7126257831","geometry":{"type":"Point","coordinates":[-0.5298022,51.5358392]},"properties":{"@type":"node","@id":7126257831,"@timestamp":1578844403},"coords":"51.5358392,-0.5298022","bedrooms":"1","price":"230000","area":"532"} , +{"type":"Feature","id":"n7126284360","geometry":{"type":"Point","coordinates":[0.3568196,51.4221056]},"properties":{"@type":"node","@id":7126284360,"@timestamp":1578845756},"coords":"51.4221056,0.3568196","bedrooms":"4","price":"205000","area":"564"} , +{"type":"Feature","id":"n7126318021","geometry":{"type":"Point","coordinates":[0.3576672,51.4247916]},"properties":{"@type":"node","@id":7126318021,"@timestamp":1578846715},"coords":"51.4247916,0.3576672","bedrooms":"3","price":"271000","area":"622"} , +{"type":"Feature","id":"n7126333086","geometry":{"type":"Point","coordinates":[0.3568732,51.4235378]},"properties":{"@type":"node","@id":7126333086,"@timestamp":1578846512},"coords":"51.4235378,0.3568732","bedrooms":"2","price":"213000","area":"685"} , +{"type":"Feature","id":"n7126333900","geometry":{"type":"Point","coordinates":[0.3575009,51.425954]},"properties":{"@type":"node","@id":7126333900,"@timestamp":1578846858},"coords":"51.425954,0.3575009","bedrooms":"4","price":"151000","area":"539"} , +{"type":"Feature","id":"n7126347388","geometry":{"type":"Point","coordinates":[0.3556448,51.4224974]},"properties":{"@type":"node","@id":7126347388,"@timestamp":1578847401},"coords":"51.4224974,0.3556448","bedrooms":"2","price":"259000","area":"453"} , +{"type":"Feature","id":"n7126498669","geometry":{"type":"Point","coordinates":[-0.4519454,51.3696916]},"properties":{"@type":"node","@id":7126498669,"@timestamp":1609708805},"coords":"51.3696916,-0.4519454","bedrooms":"2","price":"223000","area":"687"} , +{"type":"Feature","id":"n7126677028","geometry":{"type":"Point","coordinates":[-0.1969219,51.5091238]},"properties":{"@type":"node","@id":7126677028,"@timestamp":1578855949},"coords":"51.5091238,-0.1969219","bedrooms":"3","price":"196000","area":"632"} , +{"type":"Feature","id":"n7126677041","geometry":{"type":"Point","coordinates":[-0.1971147,51.5096338]},"properties":{"@type":"node","@id":7126677041,"@timestamp":1578855949},"coords":"51.5096338,-0.1971147","bedrooms":"3","price":"283000","area":"509"} , +{"type":"Feature","id":"n7126677067","geometry":{"type":"Point","coordinates":[-0.197307,51.5107391]},"properties":{"@type":"node","@id":7126677067,"@timestamp":1578855949},"coords":"51.5107391,-0.197307","bedrooms":"1","price":"244000","area":"390"} , +{"type":"Feature","id":"n7126677469","geometry":{"type":"Point","coordinates":[-0.1960703,51.5117084]},"properties":{"@type":"node","@id":7126677469,"@timestamp":1578856326},"coords":"51.5117084,-0.1960703","bedrooms":"1","price":"177000","area":"640"} , +{"type":"Feature","id":"n7126942264","geometry":{"type":"Point","coordinates":[-0.5327218,51.548364]},"properties":{"@type":"node","@id":7126942264,"@timestamp":1633606827},"coords":"51.548364,-0.5327218","bedrooms":"3","price":"208000","area":"496"} , +{"type":"Feature","id":"n7127067968","geometry":{"type":"Point","coordinates":[-0.41477,51.5762257]},"properties":{"@type":"node","@id":7127067968,"@timestamp":1578868405},"coords":"51.5762257,-0.41477","bedrooms":"1","price":"197000","area":"463"} , +{"type":"Feature","id":"n7127077910","geometry":{"type":"Point","coordinates":[-0.4079567,51.5676558]},"properties":{"@type":"node","@id":7127077910,"@timestamp":1578869298},"coords":"51.5676558,-0.4079567","bedrooms":"0","price":"286000","area":"612"} , +{"type":"Feature","id":"n7127124166","geometry":{"type":"Point","coordinates":[-0.4081041,51.5593662]},"properties":{"@type":"node","@id":7127124166,"@timestamp":1595432299},"coords":"51.5593662,-0.4081041","bedrooms":"2","price":"252000","area":"543"} , +{"type":"Feature","id":"n7127124227","geometry":{"type":"Point","coordinates":[-0.4053351,51.5555901]},"properties":{"@type":"node","@id":7127124227,"@timestamp":1626053521},"coords":"51.5555901,-0.4053351","bedrooms":"4","price":"237000","area":"589"} , +{"type":"Feature","id":"n7127136935","geometry":{"type":"Point","coordinates":[-0.4036852,51.5611152]},"properties":{"@type":"node","@id":7127136935,"@timestamp":1578872894},"coords":"51.5611152,-0.4036852","bedrooms":"0","price":"225000","area":"658"} , +{"type":"Feature","id":"n7127136968","geometry":{"type":"Point","coordinates":[-0.4019754,51.5607569]},"properties":{"@type":"node","@id":7127136968,"@timestamp":1578872894},"coords":"51.5607569,-0.4019754","bedrooms":"3","price":"240000","area":"522"} , +{"type":"Feature","id":"n7127136982","geometry":{"type":"Point","coordinates":[-0.4042659,51.5608349]},"properties":{"@type":"node","@id":7127136982,"@timestamp":1578872894},"coords":"51.5608349,-0.4042659","bedrooms":"3","price":"167000","area":"382"} , +{"type":"Feature","id":"n7127150114","geometry":{"type":"Point","coordinates":[-0.3874295,51.5578492]},"properties":{"@type":"node","@id":7127150114,"@timestamp":1595456293},"coords":"51.5578492,-0.3874295","bedrooms":"4","price":"289000","area":"473"} , +{"type":"Feature","id":"n7128221685","geometry":{"type":"Point","coordinates":[-0.1655047,51.4889477]},"properties":{"@type":"node","@id":7128221685,"@timestamp":1610553104},"coords":"51.4889477,-0.1655047","bedrooms":"4","price":"223000","area":"414"} , +{"type":"Feature","id":"n7128221787","geometry":{"type":"Point","coordinates":[-0.1752845,51.4940121]},"properties":{"@type":"node","@id":7128221787,"@timestamp":1600081266},"coords":"51.4940121,-0.1752845","bedrooms":"0","price":"264000","area":"604"} , +{"type":"Feature","id":"n7128222090","geometry":{"type":"Point","coordinates":[-0.1686792,51.494105]},"properties":{"@type":"node","@id":7128222090,"@timestamp":1603728243},"coords":"51.494105,-0.1686792","bedrooms":"3","price":"176000","area":"489"} , +{"type":"Feature","id":"n7128374652","geometry":{"type":"Point","coordinates":[0.49897,51.8632711]},"properties":{"@type":"node","@id":7128374652,"@timestamp":1578918861},"coords":"51.8632711,0.49897","bedrooms":"4","price":"169000","area":"549"} , +{"type":"Feature","id":"n7128869400","geometry":{"type":"Point","coordinates":[0.2410555,51.4121944]},"properties":{"@type":"node","@id":7128869400,"@timestamp":1578933684},"coords":"51.4121944,0.2410555","bedrooms":"3","price":"297000","area":"659"} , +{"type":"Feature","id":"n7128982569","geometry":{"type":"Point","coordinates":[-0.4165001,51.5653783]},"properties":{"@type":"node","@id":7128982569,"@timestamp":1595515257},"coords":"51.5653783,-0.4165001","bedrooms":"4","price":"263000","area":"668"} , +{"type":"Feature","id":"n7128985937","geometry":{"type":"Point","coordinates":[-0.4065494,51.5718626]},"properties":{"@type":"node","@id":7128985937,"@timestamp":1579006116},"coords":"51.5718626,-0.4065494","bedrooms":"1","price":"288000","area":"573"} , +{"type":"Feature","id":"n7129116552","geometry":{"type":"Point","coordinates":[-0.1947337,51.5131432]},"properties":{"@type":"node","@id":7129116552,"@timestamp":1578941357},"coords":"51.5131432,-0.1947337","bedrooms":"3","price":"170000","area":"517"} , +{"type":"Feature","id":"n7129116562","geometry":{"type":"Point","coordinates":[-0.1949177,51.5137347]},"properties":{"@type":"node","@id":7129116562,"@timestamp":1578941357},"coords":"51.5137347,-0.1949177","bedrooms":"4","price":"256000","area":"455"} , +{"type":"Feature","id":"n7129170071","geometry":{"type":"Point","coordinates":[-0.4097521,51.5643671]},"properties":{"@type":"node","@id":7129170071,"@timestamp":1578942333},"coords":"51.5643671,-0.4097521","bedrooms":"3","price":"186000","area":"562"} , +{"type":"Feature","id":"n7129171606","geometry":{"type":"Point","coordinates":[-0.1954005,51.5145666]},"properties":{"@type":"node","@id":7129171606,"@timestamp":1578941357},"coords":"51.5145666,-0.1954005","bedrooms":"1","price":"293000","area":"393"} , +{"type":"Feature","id":"n7129176270","geometry":{"type":"Point","coordinates":[-0.4188377,51.5643112]},"properties":{"@type":"node","@id":7129176270,"@timestamp":1578941592},"coords":"51.5643112,-0.4188377","bedrooms":"0","price":"159000","area":"350"} , +{"type":"Feature","id":"n7129176347","geometry":{"type":"Point","coordinates":[-0.4129334,51.5632353]},"properties":{"@type":"node","@id":7129176347,"@timestamp":1578941592},"coords":"51.5632353,-0.4129334","bedrooms":"1","price":"255000","area":"544"} , +{"type":"Feature","id":"n7129195127","geometry":{"type":"Point","coordinates":[-0.4093874,51.5662593]},"properties":{"@type":"node","@id":7129195127,"@timestamp":1578942333},"coords":"51.5662593,-0.4093874","bedrooms":"0","price":"228000","area":"532"} , +{"type":"Feature","id":"n7129195159","geometry":{"type":"Point","coordinates":[-0.408829,51.5656291]},"properties":{"@type":"node","@id":7129195159,"@timestamp":1578942333},"coords":"51.5656291,-0.408829","bedrooms":"2","price":"151000","area":"623"} , +{"type":"Feature","id":"n7129198481","geometry":{"type":"Point","coordinates":[-0.403202,51.5654273]},"properties":{"@type":"node","@id":7129198481,"@timestamp":1578944200},"coords":"51.5654273,-0.403202","bedrooms":"1","price":"286000","area":"416"} , +{"type":"Feature","id":"n7129214679","geometry":{"type":"Point","coordinates":[-0.4136713,51.5688918]},"properties":{"@type":"node","@id":7129214679,"@timestamp":1578943487},"coords":"51.5688918,-0.4136713","bedrooms":"1","price":"204000","area":"370"} , +{"type":"Feature","id":"n7129216712","geometry":{"type":"Point","coordinates":[-0.4120978,51.5671546]},"properties":{"@type":"node","@id":7129216712,"@timestamp":1578943487},"coords":"51.5671546,-0.4120978","bedrooms":"1","price":"223000","area":"577"} , +{"type":"Feature","id":"n7129216725","geometry":{"type":"Point","coordinates":[-0.4098369,51.5674361]},"properties":{"@type":"node","@id":7129216725,"@timestamp":1578943487},"coords":"51.5674361,-0.4098369","bedrooms":"0","price":"168000","area":"586"} , +{"type":"Feature","id":"n7129216735","geometry":{"type":"Point","coordinates":[-0.4093909,51.5684085]},"properties":{"@type":"node","@id":7129216735,"@timestamp":1578943487},"coords":"51.5684085,-0.4093909","bedrooms":"4","price":"296000","area":"623"} , +{"type":"Feature","id":"n7129216746","geometry":{"type":"Point","coordinates":[-0.4051277,51.5673346]},"properties":{"@type":"node","@id":7129216746,"@timestamp":1578944200},"coords":"51.5673346,-0.4051277","bedrooms":"0","price":"239000","area":"589"} , +{"type":"Feature","id":"n7129216788","geometry":{"type":"Point","coordinates":[-0.4015451,51.5658002]},"properties":{"@type":"node","@id":7129216788,"@timestamp":1578943487},"coords":"51.5658002,-0.4015451","bedrooms":"2","price":"193000","area":"621"} , +{"type":"Feature","id":"n7129234407","geometry":{"type":"Point","coordinates":[-0.4044981,51.5679761]},"properties":{"@type":"node","@id":7129234407,"@timestamp":1579006116},"coords":"51.5679761,-0.4044981","bedrooms":"1","price":"165000","area":"606"} , +{"type":"Feature","id":"n7129234448","geometry":{"type":"Point","coordinates":[-0.4043706,51.5680175]},"properties":{"@type":"node","@id":7129234448,"@timestamp":1578944200},"coords":"51.5680175,-0.4043706","bedrooms":"3","price":"239000","area":"468"} , +{"type":"Feature","id":"n7129234467","geometry":{"type":"Point","coordinates":[-0.4114098,51.5725852]},"properties":{"@type":"node","@id":7129234467,"@timestamp":1578944200},"coords":"51.5725852,-0.4114098","bedrooms":"0","price":"231000","area":"560"} , +{"type":"Feature","id":"n7129381130","geometry":{"type":"Point","coordinates":[-0.392922,51.5718521]},"properties":{"@type":"node","@id":7129381130,"@timestamp":1578951192},"coords":"51.5718521,-0.392922","bedrooms":"0","price":"275000","area":"412"} , +{"type":"Feature","id":"n7129389753","geometry":{"type":"Point","coordinates":[-0.3947135,51.5697829]},"properties":{"@type":"node","@id":7129389753,"@timestamp":1578951192},"coords":"51.5697829,-0.3947135","bedrooms":"2","price":"213000","area":"451"} , +{"type":"Feature","id":"n7129389903","geometry":{"type":"Point","coordinates":[-0.3900182,51.5697179]},"properties":{"@type":"node","@id":7129389903,"@timestamp":1595507636},"coords":"51.5697179,-0.3900182","bedrooms":"0","price":"286000","area":"486"} , +{"type":"Feature","id":"n7129424709","geometry":{"type":"Point","coordinates":[-0.3897459,51.5720347]},"properties":{"@type":"node","@id":7129424709,"@timestamp":1578952882},"coords":"51.5720347,-0.3897459","bedrooms":"3","price":"238000","area":"439"} , +{"type":"Feature","id":"n7129454452","geometry":{"type":"Point","coordinates":[-0.0126287,51.6110168]},"properties":{"@type":"node","@id":7129454452,"@timestamp":1578954468},"coords":"51.6110168,-0.0126287","bedrooms":"2","price":"171000","area":"374"} , +{"type":"Feature","id":"n7129473740","geometry":{"type":"Point","coordinates":[-0.4251585,51.5744737]},"properties":{"@type":"node","@id":7129473740,"@timestamp":1627342939},"coords":"51.5744737,-0.4251585","bedrooms":"2","price":"266000","area":"614"} , +{"type":"Feature","id":"n7130126773","geometry":{"type":"Point","coordinates":[-0.1954374,51.5141377]},"properties":{"@type":"node","@id":7130126773,"@timestamp":1578978224},"coords":"51.5141377,-0.1954374","bedrooms":"2","price":"214000","area":"485"} , +{"type":"Feature","id":"n7130332003","geometry":{"type":"Point","coordinates":[-0.0589992,51.7428656]},"properties":{"@type":"node","@id":7130332003,"@timestamp":1578986450},"coords":"51.7428656,-0.0589992","bedrooms":"1","price":"209000","area":"516"} , +{"type":"Feature","id":"n7130846270","geometry":{"type":"Point","coordinates":[0.8882654,51.90116]},"properties":{"@type":"node","@id":7130846270,"@timestamp":1579002789},"coords":"51.90116,0.8882654","bedrooms":"0","price":"268000","area":"421"} , +{"type":"Feature","id":"n7131081376","geometry":{"type":"Point","coordinates":[-0.4081019,51.5699091]},"properties":{"@type":"node","@id":7131081376,"@timestamp":1579009053},"coords":"51.5699091,-0.4081019","bedrooms":"1","price":"256000","area":"467"} , +{"type":"Feature","id":"n7131114932","geometry":{"type":"Point","coordinates":[-0.3959402,51.574206]},"properties":{"@type":"node","@id":7131114932,"@timestamp":1583637301},"coords":"51.574206,-0.3959402","bedrooms":"4","price":"274000","area":"588"} , +{"type":"Feature","id":"n7131115075","geometry":{"type":"Point","coordinates":[-0.398286,51.577377]},"properties":{"@type":"node","@id":7131115075,"@timestamp":1607846217},"coords":"51.577377,-0.398286","bedrooms":"4","price":"278000","area":"371"} , +{"type":"Feature","id":"n7131121202","geometry":{"type":"Point","coordinates":[-0.4017761,51.576281]},"properties":{"@type":"node","@id":7131121202,"@timestamp":1579009392},"coords":"51.576281,-0.4017761","bedrooms":"4","price":"230000","area":"477"} , +{"type":"Feature","id":"n7131430361","geometry":{"type":"Point","coordinates":[0.8925813,51.9007]},"properties":{"@type":"node","@id":7131430361,"@timestamp":1579017630},"coords":"51.9007,0.8925813","bedrooms":"1","price":"235000","area":"573"} , +{"type":"Feature","id":"n7131589320","geometry":{"type":"Point","coordinates":[-0.4035912,51.5689121]},"properties":{"@type":"node","@id":7131589320,"@timestamp":1579021027},"coords":"51.5689121,-0.4035912","bedrooms":"0","price":"241000","area":"489"} , +{"type":"Feature","id":"n7131589609","geometry":{"type":"Point","coordinates":[-0.4043789,51.5701703]},"properties":{"@type":"node","@id":7131589609,"@timestamp":1579021027},"coords":"51.5701703,-0.4043789","bedrooms":"4","price":"180000","area":"429"} , +{"type":"Feature","id":"n7131589686","geometry":{"type":"Point","coordinates":[-0.4008414,51.572153]},"properties":{"@type":"node","@id":7131589686,"@timestamp":1579021027},"coords":"51.572153,-0.4008414","bedrooms":"3","price":"222000","area":"516"} , +{"type":"Feature","id":"n7131589757","geometry":{"type":"Point","coordinates":[-0.4008148,51.5717309]},"properties":{"@type":"node","@id":7131589757,"@timestamp":1579021027},"coords":"51.5717309,-0.4008148","bedrooms":"1","price":"176000","area":"592"} , +{"type":"Feature","id":"n7131589828","geometry":{"type":"Point","coordinates":[-0.3996004,51.5723415]},"properties":{"@type":"node","@id":7131589828,"@timestamp":1579021027},"coords":"51.5723415,-0.3996004","bedrooms":"3","price":"154000","area":"408"} , +{"type":"Feature","id":"n7131596085","geometry":{"type":"Point","coordinates":[-0.1261547,51.5359041]},"properties":{"@type":"node","@id":7131596085,"@timestamp":1596639740},"coords":"51.5359041,-0.1261547","bedrooms":"3","price":"239000","area":"531"} , +{"type":"Feature","id":"n7131624425","geometry":{"type":"Point","coordinates":[-0.4048045,51.5723844]},"properties":{"@type":"node","@id":7131624425,"@timestamp":1579022746},"coords":"51.5723844,-0.4048045","bedrooms":"4","price":"279000","area":"626"} , +{"type":"Feature","id":"n7131633390","geometry":{"type":"Point","coordinates":[-0.3989555,51.5742664]},"properties":{"@type":"node","@id":7131633390,"@timestamp":1579022746},"coords":"51.5742664,-0.3989555","bedrooms":"2","price":"221000","area":"666"} , +{"type":"Feature","id":"n7131710766","geometry":{"type":"Point","coordinates":[-0.4115847,51.5729562]},"properties":{"@type":"node","@id":7131710766,"@timestamp":1579025858},"coords":"51.5729562,-0.4115847","bedrooms":"0","price":"271000","area":"504"} , +{"type":"Feature","id":"n7131713628","geometry":{"type":"Point","coordinates":[-0.4133202,51.5698852]},"properties":{"@type":"node","@id":7131713628,"@timestamp":1579025858},"coords":"51.5698852,-0.4133202","bedrooms":"1","price":"261000","area":"374"} , +{"type":"Feature","id":"n7131713674","geometry":{"type":"Point","coordinates":[-0.4185218,51.569225]},"properties":{"@type":"node","@id":7131713674,"@timestamp":1630453966},"coords":"51.569225,-0.4185218","bedrooms":"0","price":"293000","area":"416"} , +{"type":"Feature","id":"n7131713755","geometry":{"type":"Point","coordinates":[-0.4232084,51.5698483]},"properties":{"@type":"node","@id":7131713755,"@timestamp":1579025858},"coords":"51.5698483,-0.4232084","bedrooms":"4","price":"229000","area":"650"} , +{"type":"Feature","id":"n7131722476","geometry":{"type":"Point","coordinates":[-0.4135857,51.5689108]},"properties":{"@type":"node","@id":7131722476,"@timestamp":1579026652},"coords":"51.5689108,-0.4135857","bedrooms":"3","price":"190000","area":"628"} , +{"type":"Feature","id":"n7131761812","geometry":{"type":"Point","coordinates":[-0.4219964,51.5676719]},"properties":{"@type":"node","@id":7131761812,"@timestamp":1595515257},"coords":"51.5676719,-0.4219964","bedrooms":"4","price":"155000","area":"534"} , +{"type":"Feature","id":"n7131761903","geometry":{"type":"Point","coordinates":[-0.4244165,51.5661163]},"properties":{"@type":"node","@id":7131761903,"@timestamp":1579027406},"coords":"51.5661163,-0.4244165","bedrooms":"0","price":"190000","area":"352"} , +{"type":"Feature","id":"n7131831461","geometry":{"type":"Point","coordinates":[-0.1971286,51.5130171]},"properties":{"@type":"node","@id":7131831461,"@timestamp":1579029784},"coords":"51.5130171,-0.1971286","bedrooms":"1","price":"190000","area":"452"} , +{"type":"Feature","id":"n7132087124","geometry":{"type":"Point","coordinates":[0.0695827,51.4901052]},"properties":{"@type":"node","@id":7132087124,"@timestamp":1579040466},"coords":"51.4901052,0.0695827","bedrooms":"2","price":"161000","area":"520"} , +{"type":"Feature","id":"n7132185116","geometry":{"type":"Point","coordinates":[-0.4204534,51.5672719]},"properties":{"@type":"node","@id":7132185116,"@timestamp":1579044424},"coords":"51.5672719,-0.4204534","bedrooms":"2","price":"297000","area":"494"} , +{"type":"Feature","id":"n7132195816","geometry":{"type":"Point","coordinates":[-0.413995,51.5746481]},"properties":{"@type":"node","@id":7132195816,"@timestamp":1579044950},"coords":"51.5746481,-0.413995","bedrooms":"0","price":"201000","area":"636"} , +{"type":"Feature","id":"n7132270092","geometry":{"type":"Point","coordinates":[-0.328909,51.5951775]},"properties":{"@type":"node","@id":7132270092,"@timestamp":1622299878},"coords":"51.5951775,-0.328909","bedrooms":"2","price":"281000","area":"499"} , +{"type":"Feature","id":"n7132492611","geometry":{"type":"Point","coordinates":[-0.0564228,51.5113676]},"properties":{"@type":"node","@id":7132492611,"@timestamp":1579067885},"coords":"51.5113676,-0.0564228","bedrooms":"1","price":"218000","area":"384"} , +{"type":"Feature","id":"n7132985225","geometry":{"type":"Point","coordinates":[-0.9952176,51.4480249]},"properties":{"@type":"node","@id":7132985225,"@timestamp":1579089513},"coords":"51.4480249,-0.9952176","bedrooms":"4","price":"196000","area":"544"} , +{"type":"Feature","id":"n7133164406","geometry":{"type":"Point","coordinates":[0.2219421,51.4474247]},"properties":{"@type":"node","@id":7133164406,"@timestamp":1579094208},"coords":"51.4474247,0.2219421","bedrooms":"1","price":"191000","area":"352"} , +{"type":"Feature","id":"n7133582667","geometry":{"type":"Point","coordinates":[-0.5769136,51.2455734]},"properties":{"@type":"node","@id":7133582667,"@timestamp":1579104961},"coords":"51.2455734,-0.5769136","bedrooms":"1","price":"193000","area":"645"} , +{"type":"Feature","id":"n7133731558","geometry":{"type":"Point","coordinates":[0.0051983,51.5461756]},"properties":{"@type":"node","@id":7133731558,"@timestamp":1610825050},"coords":"51.5461756,0.0051983","bedrooms":"0","price":"197000","area":"641"} , +{"type":"Feature","id":"n7133761277","geometry":{"type":"Point","coordinates":[-0.1975789,51.513119]},"properties":{"@type":"node","@id":7133761277,"@timestamp":1579110697},"coords":"51.513119,-0.1975789","bedrooms":"3","price":"242000","area":"575"} , +{"type":"Feature","id":"n7133766643","geometry":{"type":"Point","coordinates":[-0.1980782,51.5135101]},"properties":{"@type":"node","@id":7133766643,"@timestamp":1579110697},"coords":"51.5135101,-0.1980782","bedrooms":"0","price":"249000","area":"646"} , +{"type":"Feature","id":"n7133835613","geometry":{"type":"Point","coordinates":[0.00539,51.5483731]},"properties":{"@type":"node","@id":7133835613,"@timestamp":1610650390},"coords":"51.5483731,0.00539","bedrooms":"1","price":"293000","area":"471"} , +{"type":"Feature","id":"n7133843085","geometry":{"type":"Point","coordinates":[-0.165878,51.4990768]},"properties":{"@type":"node","@id":7133843085,"@timestamp":1601350005},"coords":"51.4990768,-0.165878","bedrooms":"3","price":"244000","area":"430"} , +{"type":"Feature","id":"n7134513663","geometry":{"type":"Point","coordinates":[-0.045939,51.6120797]},"properties":{"@type":"node","@id":7134513663,"@timestamp":1579138610},"coords":"51.6120797,-0.045939","bedrooms":"2","price":"171000","area":"611"} , +{"type":"Feature","id":"n7134887727","geometry":{"type":"Point","coordinates":[-0.0308015,51.1847052]},"properties":{"@type":"node","@id":7134887727,"@timestamp":1617640060},"coords":"51.1847052,-0.0308015","bedrooms":"4","price":"227000","area":"506"} , +{"type":"Feature","id":"n7136052932","geometry":{"type":"Point","coordinates":[-0.5339009,51.5522488]},"properties":{"@type":"node","@id":7136052932,"@timestamp":1633554692},"coords":"51.5522488,-0.5339009","bedrooms":"4","price":"231000","area":"590"} , +{"type":"Feature","id":"n7136310086","geometry":{"type":"Point","coordinates":[-0.1885612,51.4918749]},"properties":{"@type":"node","@id":7136310086,"@timestamp":1597982556},"coords":"51.4918749,-0.1885612","bedrooms":"2","price":"248000","area":"514"} , +{"type":"Feature","id":"n7136372923","geometry":{"type":"Point","coordinates":[-0.3268659,51.509746]},"properties":{"@type":"node","@id":7136372923,"@timestamp":1580653085},"coords":"51.509746,-0.3268659","bedrooms":"2","price":"159000","area":"384"} , +{"type":"Feature","id":"n7136774584","geometry":{"type":"Point","coordinates":[0.1747834,51.5601734]},"properties":{"@type":"node","@id":7136774584,"@timestamp":1579181140},"coords":"51.5601734,0.1747834","bedrooms":"3","price":"184000","area":"372"} , +{"type":"Feature","id":"n7136902838","geometry":{"type":"Point","coordinates":[0.0980357,51.5363984]},"properties":{"@type":"node","@id":7136902838,"@timestamp":1579185120},"coords":"51.5363984,0.0980357","bedrooms":"3","price":"173000","area":"545"} , +{"type":"Feature","id":"n7137151928","geometry":{"type":"Point","coordinates":[0.1308642,51.5362483]},"properties":{"@type":"node","@id":7137151928,"@timestamp":1579191846},"coords":"51.5362483,0.1308642","bedrooms":"4","price":"215000","area":"554"} , +{"type":"Feature","id":"n7137151970","geometry":{"type":"Point","coordinates":[0.1299687,51.5373183]},"properties":{"@type":"node","@id":7137151970,"@timestamp":1579191846},"coords":"51.5373183,0.1299687","bedrooms":"1","price":"240000","area":"497"} , +{"type":"Feature","id":"n7137196596","geometry":{"type":"Point","coordinates":[0.1279011,51.536189]},"properties":{"@type":"node","@id":7137196596,"@timestamp":1579192951},"coords":"51.536189,0.1279011","bedrooms":"0","price":"177000","area":"494"} , +{"type":"Feature","id":"n7137247376","geometry":{"type":"Point","coordinates":[0.0186413,51.4425404]},"properties":{"@type":"node","@id":7137247376,"@timestamp":1579195040},"coords":"51.4425404,0.0186413","bedrooms":"4","price":"191000","area":"358"} , +{"type":"Feature","id":"n7137481457","geometry":{"type":"Point","coordinates":[-0.6259457,51.5182075]},"properties":{"@type":"node","@id":7137481457,"@timestamp":1579206470},"coords":"51.5182075,-0.6259457","bedrooms":"4","price":"150000","area":"511"} , +{"type":"Feature","id":"n7137557080","geometry":{"type":"Point","coordinates":[-0.0258055,51.5043751]},"properties":{"@type":"node","@id":7137557080,"@timestamp":1579207955},"coords":"51.5043751,-0.0258055","bedrooms":"1","price":"246000","area":"624"} , +{"type":"Feature","id":"n7137584365","geometry":{"type":"Point","coordinates":[0.0234679,51.4495086]},"properties":{"@type":"node","@id":7137584365,"@timestamp":1579209483},"coords":"51.4495086,0.0234679","bedrooms":"0","price":"225000","area":"596"} , +{"type":"Feature","id":"n7137604516","geometry":{"type":"Point","coordinates":[0.0242125,51.4494198]},"properties":{"@type":"node","@id":7137604516,"@timestamp":1579219368},"coords":"51.4494198,0.0242125","bedrooms":"3","price":"226000","area":"638"} , +{"type":"Feature","id":"n7137604526","geometry":{"type":"Point","coordinates":[0.0258726,51.4501851]},"properties":{"@type":"node","@id":7137604526,"@timestamp":1579209483},"coords":"51.4501851,0.0258726","bedrooms":"4","price":"200000","area":"562"} , +{"type":"Feature","id":"n7137604536","geometry":{"type":"Point","coordinates":[0.0273483,51.4506115]},"properties":{"@type":"node","@id":7137604536,"@timestamp":1579209483},"coords":"51.4506115,0.0273483","bedrooms":"0","price":"181000","area":"449"} , +{"type":"Feature","id":"n7137802372","geometry":{"type":"Point","coordinates":[0.0243561,51.4492979]},"properties":{"@type":"node","@id":7137802372,"@timestamp":1579219368},"coords":"51.4492979,0.0243561","bedrooms":"2","price":"177000","area":"642"} , +{"type":"Feature","id":"n7137864563","geometry":{"type":"Point","coordinates":[-0.7023653,51.4339714]},"properties":{"@type":"node","@id":7137864563,"@timestamp":1579222427},"coords":"51.4339714,-0.7023653","bedrooms":"1","price":"255000","area":"660"} , +{"type":"Feature","id":"n7137884517","geometry":{"type":"Point","coordinates":[0.0194066,51.4418078]},"properties":{"@type":"node","@id":7137884517,"@timestamp":1579223944},"coords":"51.4418078,0.0194066","bedrooms":"2","price":"212000","area":"357"} , +{"type":"Feature","id":"n7138194515","geometry":{"type":"Point","coordinates":[-0.1980528,51.5138724]},"properties":{"@type":"node","@id":7138194515,"@timestamp":1579231239},"coords":"51.5138724,-0.1980528","bedrooms":"4","price":"287000","area":"624"} , +{"type":"Feature","id":"n7138194586","geometry":{"type":"Point","coordinates":[-0.1971565,51.5143831]},"properties":{"@type":"node","@id":7138194586,"@timestamp":1579231239},"coords":"51.5143831,-0.1971565","bedrooms":"1","price":"237000","area":"670"} , +{"type":"Feature","id":"n7138194616","geometry":{"type":"Point","coordinates":[-0.1978761,51.5146062]},"properties":{"@type":"node","@id":7138194616,"@timestamp":1579231239},"coords":"51.5146062,-0.1978761","bedrooms":"1","price":"299000","area":"676"} , +{"type":"Feature","id":"n7138194629","geometry":{"type":"Point","coordinates":[-0.1986563,51.5145087]},"properties":{"@type":"node","@id":7138194629,"@timestamp":1579231239},"coords":"51.5145087,-0.1986563","bedrooms":"3","price":"218000","area":"690"} , +{"type":"Feature","id":"n7138194669","geometry":{"type":"Point","coordinates":[-0.1988333,51.5140328]},"properties":{"@type":"node","@id":7138194669,"@timestamp":1579231239},"coords":"51.5140328,-0.1988333","bedrooms":"3","price":"293000","area":"435"} , +{"type":"Feature","id":"n7138408273","geometry":{"type":"Point","coordinates":[0.0551128,51.7518435]},"properties":{"@type":"node","@id":7138408273,"@timestamp":1608208846},"coords":"51.7518435,0.0551128","bedrooms":"2","price":"243000","area":"519"} , +{"type":"Feature","id":"n7138679348","geometry":{"type":"Point","coordinates":[-0.4507998,51.4455033]},"properties":{"@type":"node","@id":7138679348,"@timestamp":1579252487},"coords":"51.4455033,-0.4507998","bedrooms":"3","price":"220000","area":"445"} , +{"type":"Feature","id":"n7138679374","geometry":{"type":"Point","coordinates":[-0.4476073,51.4483616]},"properties":{"@type":"node","@id":7138679374,"@timestamp":1579252487},"coords":"51.4483616,-0.4476073","bedrooms":"4","price":"227000","area":"411"} , +{"type":"Feature","id":"n7138682401","geometry":{"type":"Point","coordinates":[-0.4528513,51.445716]},"properties":{"@type":"node","@id":7138682401,"@timestamp":1579252487},"coords":"51.445716,-0.4528513","bedrooms":"0","price":"257000","area":"545"} , +{"type":"Feature","id":"n7139063315","geometry":{"type":"Point","coordinates":[-0.2565678,51.3322802]},"properties":{"@type":"node","@id":7139063315,"@timestamp":1627858092},"coords":"51.3322802,-0.2565678","bedrooms":"0","price":"157000","area":"609"} , +{"type":"Feature","id":"n7139588467","geometry":{"type":"Point","coordinates":[-0.1985407,51.5128847]},"properties":{"@type":"node","@id":7139588467,"@timestamp":1579276705},"coords":"51.5128847,-0.1985407","bedrooms":"0","price":"262000","area":"402"} , +{"type":"Feature","id":"n7139600106","geometry":{"type":"Point","coordinates":[-0.1979679,51.5119594]},"properties":{"@type":"node","@id":7139600106,"@timestamp":1579276705},"coords":"51.5119594,-0.1979679","bedrooms":"4","price":"232000","area":"613"} , +{"type":"Feature","id":"n7139685126","geometry":{"type":"Point","coordinates":[-0.9844415,51.4516905]},"properties":{"@type":"node","@id":7139685126,"@timestamp":1579279610},"coords":"51.4516905,-0.9844415","bedrooms":"0","price":"196000","area":"574"} , +{"type":"Feature","id":"n7139984314","geometry":{"type":"Point","coordinates":[-0.1330906,51.5259619]},"properties":{"@type":"node","@id":7139984314,"@timestamp":1620412012},"coords":"51.5259619,-0.1330906","bedrooms":"1","price":"184000","area":"579"} , +{"type":"Feature","id":"n7140089794","geometry":{"type":"Point","coordinates":[-0.0850745,51.5403909]},"properties":{"@type":"node","@id":7140089794,"@timestamp":1579294561},"coords":"51.5403909,-0.0850745","bedrooms":"1","price":"190000","area":"589"} , +{"type":"Feature","id":"n7140234411","geometry":{"type":"Point","coordinates":[0.7114814,51.5429361]},"properties":{"@type":"node","@id":7140234411,"@timestamp":1595199277},"coords":"51.5429361,0.7114814","bedrooms":"1","price":"273000","area":"576"} , +{"type":"Feature","id":"n7140635219","geometry":{"type":"Point","coordinates":[-0.1999325,51.5123775]},"properties":{"@type":"node","@id":7140635219,"@timestamp":1579328668},"coords":"51.5123775,-0.1999325","bedrooms":"3","price":"156000","area":"362"} , +{"type":"Feature","id":"n7140655575","geometry":{"type":"Point","coordinates":[-0.2044125,51.3988517]},"properties":{"@type":"node","@id":7140655575,"@timestamp":1579338231},"coords":"51.3988517,-0.2044125","bedrooms":"4","price":"216000","area":"358"} , +{"type":"Feature","id":"n7140705163","geometry":{"type":"Point","coordinates":[0.0397508,51.4441972]},"properties":{"@type":"node","@id":7140705163,"@timestamp":1579336996},"coords":"51.4441972,0.0397508","bedrooms":"0","price":"173000","area":"462"} , +{"type":"Feature","id":"n7140723658","geometry":{"type":"Point","coordinates":[0.0399825,51.4443553]},"properties":{"@type":"node","@id":7140723658,"@timestamp":1579337777},"coords":"51.4443553,0.0399825","bedrooms":"2","price":"280000","area":"355"} , +{"type":"Feature","id":"n7140726714","geometry":{"type":"Point","coordinates":[0.0391534,51.4440889]},"properties":{"@type":"node","@id":7140726714,"@timestamp":1579337777},"coords":"51.4440889,0.0391534","bedrooms":"3","price":"207000","area":"582"} , +{"type":"Feature","id":"n7140742831","geometry":{"type":"Point","coordinates":[0.0380952,51.4440863]},"properties":{"@type":"node","@id":7140742831,"@timestamp":1579420427},"coords":"51.4440863,0.0380952","bedrooms":"1","price":"279000","area":"419"} , +{"type":"Feature","id":"n7140887193","geometry":{"type":"Point","coordinates":[-0.4449565,51.3903791]},"properties":{"@type":"node","@id":7140887193,"@timestamp":1579348589},"coords":"51.3903791,-0.4449565","bedrooms":"1","price":"223000","area":"375"} , +{"type":"Feature","id":"n7140971848","geometry":{"type":"Point","coordinates":[-0.9538835,51.2661894]},"properties":{"@type":"node","@id":7140971848,"@timestamp":1579349626},"coords":"51.2661894,-0.9538835","bedrooms":"0","price":"179000","area":"487"} , +{"type":"Feature","id":"n7141053930","geometry":{"type":"Point","coordinates":[-0.9780817,51.4553046]},"properties":{"@type":"node","@id":7141053930,"@timestamp":1610297518},"coords":"51.4553046,-0.9780817","bedrooms":"4","price":"213000","area":"406"} , +{"type":"Feature","id":"n7141271643","geometry":{"type":"Point","coordinates":[-0.1921573,51.1132857]},"properties":{"@type":"node","@id":7141271643,"@timestamp":1589233589},"coords":"51.1132857,-0.1921573","bedrooms":"2","price":"238000","area":"452"} , +{"type":"Feature","id":"n7141361588","geometry":{"type":"Point","coordinates":[-0.1583301,51.4972229]},"properties":{"@type":"node","@id":7141361588,"@timestamp":1602395226},"coords":"51.4972229,-0.1583301","bedrooms":"0","price":"261000","area":"505"} , +{"type":"Feature","id":"n7141480620","geometry":{"type":"Point","coordinates":[-0.1429613,51.496756]},"properties":{"@type":"node","@id":7141480620,"@timestamp":1579371198},"coords":"51.496756,-0.1429613","bedrooms":"4","price":"239000","area":"440"} , +{"type":"Feature","id":"n7141598070","geometry":{"type":"Point","coordinates":[-0.3433658,51.3879673]},"properties":{"@type":"node","@id":7141598070,"@timestamp":1579376432},"coords":"51.3879673,-0.3433658","bedrooms":"3","price":"265000","area":"612"} , +{"type":"Feature","id":"n7141687567","geometry":{"type":"Point","coordinates":[-0.018036,51.4583879]},"properties":{"@type":"node","@id":7141687567,"@timestamp":1579381848},"coords":"51.4583879,-0.018036","bedrooms":"1","price":"164000","area":"698"} , +{"type":"Feature","id":"n7141796047","geometry":{"type":"Point","coordinates":[0.2191204,51.6064715]},"properties":{"@type":"node","@id":7141796047,"@timestamp":1579387435},"coords":"51.6064715,0.2191204","bedrooms":"4","price":"232000","area":"635"} , +{"type":"Feature","id":"n7141833706","geometry":{"type":"Point","coordinates":[0.1864484,51.5750592]},"properties":{"@type":"node","@id":7141833706,"@timestamp":1579389917},"coords":"51.5750592,0.1864484","bedrooms":"0","price":"286000","area":"617"} , +{"type":"Feature","id":"n7141974123","geometry":{"type":"Point","coordinates":[-0.0763326,51.5276919]},"properties":{"@type":"node","@id":7141974123,"@timestamp":1579399335},"coords":"51.5276919,-0.0763326","bedrooms":"0","price":"261000","area":"602"} , +{"type":"Feature","id":"n7142139092","geometry":{"type":"Point","coordinates":[-0.0255345,51.4779013]},"properties":{"@type":"node","@id":7142139092,"@timestamp":1579413587},"coords":"51.4779013,-0.0255345","bedrooms":"4","price":"205000","area":"643"} , +{"type":"Feature","id":"n7142467325","geometry":{"type":"Point","coordinates":[-0.1975599,51.5106398]},"properties":{"@type":"node","@id":7142467325,"@timestamp":1579431623},"coords":"51.5106398,-0.1975599","bedrooms":"0","price":"218000","area":"439"} , +{"type":"Feature","id":"n7142467335","geometry":{"type":"Point","coordinates":[-0.1974468,51.5100396]},"properties":{"@type":"node","@id":7142467335,"@timestamp":1579431623},"coords":"51.5100396,-0.1974468","bedrooms":"1","price":"283000","area":"528"} , +{"type":"Feature","id":"n7142467355","geometry":{"type":"Point","coordinates":[-0.1981251,51.5102895]},"properties":{"@type":"node","@id":7142467355,"@timestamp":1579431623},"coords":"51.5102895,-0.1981251","bedrooms":"2","price":"237000","area":"401"} , +{"type":"Feature","id":"n7142488661","geometry":{"type":"Point","coordinates":[-0.2010031,51.511785]},"properties":{"@type":"node","@id":7142488661,"@timestamp":1579433493},"coords":"51.511785,-0.2010031","bedrooms":"3","price":"252000","area":"565"} , +{"type":"Feature","id":"n7142774253","geometry":{"type":"Point","coordinates":[-0.3232136,51.5575275]},"properties":{"@type":"node","@id":7142774253,"@timestamp":1579442100},"coords":"51.5575275,-0.3232136","bedrooms":"3","price":"153000","area":"383"} , +{"type":"Feature","id":"n7142774263","geometry":{"type":"Point","coordinates":[-0.3241175,51.5577944]},"properties":{"@type":"node","@id":7142774263,"@timestamp":1579442100},"coords":"51.5577944,-0.3241175","bedrooms":"1","price":"213000","area":"633"} , +{"type":"Feature","id":"n7142774273","geometry":{"type":"Point","coordinates":[-0.325202,51.5581956]},"properties":{"@type":"node","@id":7142774273,"@timestamp":1579442100},"coords":"51.5581956,-0.325202","bedrooms":"1","price":"239000","area":"461"} , +{"type":"Feature","id":"n7142947237","geometry":{"type":"Point","coordinates":[-0.0177741,51.5029766]},"properties":{"@type":"node","@id":7142947237,"@timestamp":1591077076},"coords":"51.5029766,-0.0177741","bedrooms":"4","price":"213000","area":"580"} , +{"type":"Feature","id":"n7143390995","geometry":{"type":"Point","coordinates":[-0.1587712,51.4903254]},"properties":{"@type":"node","@id":7143390995,"@timestamp":1590604721},"coords":"51.4903254,-0.1587712","bedrooms":"2","price":"181000","area":"359"} , +{"type":"Feature","id":"n7143604407","geometry":{"type":"Point","coordinates":[0.3578705,51.4270271]},"properties":{"@type":"node","@id":7143604407,"@timestamp":1579472967},"coords":"51.4270271,0.3578705","bedrooms":"1","price":"219000","area":"422"} , +{"type":"Feature","id":"n7143604417","geometry":{"type":"Point","coordinates":[0.3581255,51.4273131]},"properties":{"@type":"node","@id":7143604417,"@timestamp":1579472967},"coords":"51.4273131,0.3581255","bedrooms":"4","price":"200000","area":"573"} , +{"type":"Feature","id":"n7143604427","geometry":{"type":"Point","coordinates":[0.3562906,51.4265196]},"properties":{"@type":"node","@id":7143604427,"@timestamp":1579472967},"coords":"51.4265196,0.3562906","bedrooms":"2","price":"153000","area":"488"} , +{"type":"Feature","id":"n7143604437","geometry":{"type":"Point","coordinates":[0.3600701,51.429044]},"properties":{"@type":"node","@id":7143604437,"@timestamp":1579472967},"coords":"51.429044,0.3600701","bedrooms":"3","price":"262000","area":"479"} , +{"type":"Feature","id":"n7143622955","geometry":{"type":"Point","coordinates":[0.3541156,51.4285607]},"properties":{"@type":"node","@id":7143622955,"@timestamp":1579473483},"coords":"51.4285607,0.3541156","bedrooms":"3","price":"231000","area":"693"} , +{"type":"Feature","id":"n7143622965","geometry":{"type":"Point","coordinates":[0.3552074,51.4292082]},"properties":{"@type":"node","@id":7143622965,"@timestamp":1579473483},"coords":"51.4292082,0.3552074","bedrooms":"1","price":"201000","area":"622"} , +{"type":"Feature","id":"n7143622975","geometry":{"type":"Point","coordinates":[0.3556577,51.4289152]},"properties":{"@type":"node","@id":7143622975,"@timestamp":1579473483},"coords":"51.4289152,0.3556577","bedrooms":"3","price":"188000","area":"601"} , +{"type":"Feature","id":"n7143635519","geometry":{"type":"Point","coordinates":[0.3557008,51.4287045]},"properties":{"@type":"node","@id":7143635519,"@timestamp":1579473756},"coords":"51.4287045,0.3557008","bedrooms":"0","price":"217000","area":"373"} , +{"type":"Feature","id":"n7143635534","geometry":{"type":"Point","coordinates":[0.357474,51.4300863]},"properties":{"@type":"node","@id":7143635534,"@timestamp":1579474080},"coords":"51.4300863,0.357474","bedrooms":"1","price":"191000","area":"369"} , +{"type":"Feature","id":"n7143635544","geometry":{"type":"Point","coordinates":[0.3578838,51.4294731]},"properties":{"@type":"node","@id":7143635544,"@timestamp":1579474080},"coords":"51.4294731,0.3578838","bedrooms":"0","price":"232000","area":"437"} , +{"type":"Feature","id":"n7143645524","geometry":{"type":"Point","coordinates":[0.3561649,51.4295276]},"properties":{"@type":"node","@id":7143645524,"@timestamp":1579474211},"coords":"51.4295276,0.3561649","bedrooms":"3","price":"254000","area":"632"} , +{"type":"Feature","id":"n7144296974","geometry":{"type":"Point","coordinates":[0.1395232,51.572103]},"properties":{"@type":"node","@id":7144296974,"@timestamp":1579488545},"coords":"51.572103,0.1395232","bedrooms":"0","price":"196000","area":"480"} , +{"type":"Feature","id":"n7144594937","geometry":{"type":"Point","coordinates":[-0.1981225,51.508951]},"properties":{"@type":"node","@id":7144594937,"@timestamp":1611737763},"coords":"51.508951,-0.1981225","bedrooms":"2","price":"238000","area":"540"} , +{"type":"Feature","id":"n7144851373","geometry":{"type":"Point","coordinates":[-0.0160428,51.4984214]},"properties":{"@type":"node","@id":7144851373,"@timestamp":1579506330},"coords":"51.4984214,-0.0160428","bedrooms":"3","price":"279000","area":"363"} , +{"type":"Feature","id":"n7144999438","geometry":{"type":"Point","coordinates":[-0.8000515,51.6971316]},"properties":{"@type":"node","@id":7144999438,"@timestamp":1579510030},"coords":"51.6971316,-0.8000515","bedrooms":"2","price":"154000","area":"696"} , +{"type":"Feature","id":"n7145223520","geometry":{"type":"Point","coordinates":[0.3514555,51.429603]},"properties":{"@type":"node","@id":7145223520,"@timestamp":1579512087},"coords":"51.429603,0.3514555","bedrooms":"3","price":"286000","area":"421"} , +{"type":"Feature","id":"n7145343515","geometry":{"type":"Point","coordinates":[0.351061,51.431307]},"properties":{"@type":"node","@id":7145343515,"@timestamp":1579512365},"coords":"51.431307,0.351061","bedrooms":"3","price":"160000","area":"438"} , +{"type":"Feature","id":"n7145545088","geometry":{"type":"Point","coordinates":[-0.151751,51.3170864]},"properties":{"@type":"node","@id":7145545088,"@timestamp":1579512960},"coords":"51.3170864,-0.151751","bedrooms":"2","price":"194000","area":"457"} , +{"type":"Feature","id":"n7145596520","geometry":{"type":"Point","coordinates":[0.350251,51.431894]},"properties":{"@type":"node","@id":7145596520,"@timestamp":1579513128},"coords":"51.431894,0.350251","bedrooms":"3","price":"228000","area":"357"} , +{"type":"Feature","id":"n7145645792","geometry":{"type":"Point","coordinates":[0.3340961,51.4289257]},"properties":{"@type":"node","@id":7145645792,"@timestamp":1579513447},"coords":"51.4289257,0.3340961","bedrooms":"1","price":"162000","area":"539"} , +{"type":"Feature","id":"n7145646927","geometry":{"type":"Point","coordinates":[0.3495322,51.4328153]},"properties":{"@type":"node","@id":7145646927,"@timestamp":1579513739},"coords":"51.4328153,0.3495322","bedrooms":"2","price":"248000","area":"444"} , +{"type":"Feature","id":"n7145662406","geometry":{"type":"Point","coordinates":[0.3354828,51.4301013]},"properties":{"@type":"node","@id":7145662406,"@timestamp":1579515027},"coords":"51.4301013,0.3354828","bedrooms":"1","price":"274000","area":"399"} , +{"type":"Feature","id":"n7145662416","geometry":{"type":"Point","coordinates":[0.3399917,51.4299726]},"properties":{"@type":"node","@id":7145662416,"@timestamp":1579515027},"coords":"51.4299726,0.3399917","bedrooms":"3","price":"238000","area":"669"} , +{"type":"Feature","id":"n7145673523","geometry":{"type":"Point","coordinates":[0.3355176,51.4293806]},"properties":{"@type":"node","@id":7145673523,"@timestamp":1579514494},"coords":"51.4293806,0.3355176","bedrooms":"3","price":"259000","area":"452"} , +{"type":"Feature","id":"n7145732568","geometry":{"type":"Point","coordinates":[-0.1980386,51.509645]},"properties":{"@type":"node","@id":7145732568,"@timestamp":1579515874},"coords":"51.509645,-0.1980386","bedrooms":"0","price":"172000","area":"577"} , +{"type":"Feature","id":"n7145732584","geometry":{"type":"Point","coordinates":[-0.1993213,51.5096728]},"properties":{"@type":"node","@id":7145732584,"@timestamp":1579515874},"coords":"51.5096728,-0.1993213","bedrooms":"4","price":"239000","area":"549"} , +{"type":"Feature","id":"n7145736194","geometry":{"type":"Point","coordinates":[-0.1985682,51.5096789]},"properties":{"@type":"node","@id":7145736194,"@timestamp":1579515874},"coords":"51.5096789,-0.1985682","bedrooms":"4","price":"268000","area":"553"} , +{"type":"Feature","id":"n7145783933","geometry":{"type":"Point","coordinates":[-0.0370359,51.8091786]},"properties":{"@type":"node","@id":7145783933,"@timestamp":1579516563},"coords":"51.8091786,-0.0370359","bedrooms":"0","price":"226000","area":"637"} , +{"type":"Feature","id":"n7145783943","geometry":{"type":"Point","coordinates":[-0.0382134,51.8090791]},"properties":{"@type":"node","@id":7145783943,"@timestamp":1579516563},"coords":"51.8090791,-0.0382134","bedrooms":"3","price":"152000","area":"552"} , +{"type":"Feature","id":"n7145881597","geometry":{"type":"Point","coordinates":[-0.2007596,51.5090026]},"properties":{"@type":"node","@id":7145881597,"@timestamp":1579518168},"coords":"51.5090026,-0.2007596","bedrooms":"2","price":"293000","area":"412"} , +{"type":"Feature","id":"n7146361819","geometry":{"type":"Point","coordinates":[0.0358134,51.4488126]},"properties":{"@type":"node","@id":7146361819,"@timestamp":1579525786},"coords":"51.4488126,0.0358134","bedrooms":"3","price":"150000","area":"639"} , +{"type":"Feature","id":"n7146784865","geometry":{"type":"Point","coordinates":[-0.2010718,51.9025313]},"properties":{"@type":"node","@id":7146784865,"@timestamp":1579771763},"coords":"51.9025313,-0.2010718","bedrooms":"1","price":"186000","area":"502"} , +{"type":"Feature","id":"n7147075336","geometry":{"type":"Point","coordinates":[0.3060039,51.4373167]},"properties":{"@type":"node","@id":7147075336,"@timestamp":1613356027},"coords":"51.4373167,0.3060039","bedrooms":"2","price":"174000","area":"559"} , +{"type":"Feature","id":"n7147392585","geometry":{"type":"Point","coordinates":[-0.17551,51.5022476]},"properties":{"@type":"node","@id":7147392585,"@timestamp":1626718923},"coords":"51.5022476,-0.17551","bedrooms":"2","price":"175000","area":"621"} , +{"type":"Feature","id":"n7147463821","geometry":{"type":"Point","coordinates":[-0.3775015,51.5060205]},"properties":{"@type":"node","@id":7147463821,"@timestamp":1595199277},"coords":"51.5060205,-0.3775015","bedrooms":"4","price":"218000","area":"520"} , +{"type":"Feature","id":"n7147509511","geometry":{"type":"Point","coordinates":[-0.0930239,51.5485632]},"properties":{"@type":"node","@id":7147509511,"@timestamp":1579561185},"coords":"51.5485632,-0.0930239","bedrooms":"1","price":"200000","area":"558"} , +{"type":"Feature","id":"n7147537626","geometry":{"type":"Point","coordinates":[-0.1788007,51.5414337]},"properties":{"@type":"node","@id":7147537626,"@timestamp":1595199277},"coords":"51.5414337,-0.1788007","bedrooms":"4","price":"221000","area":"394"} , +{"type":"Feature","id":"n7147744801","geometry":{"type":"Point","coordinates":[-0.0756989,51.5013206]},"properties":{"@type":"node","@id":7147744801,"@timestamp":1628614022},"coords":"51.5013206,-0.0756989","bedrooms":"1","price":"244000","area":"547"} , +{"type":"Feature","id":"n7147884035","geometry":{"type":"Point","coordinates":[-0.0604872,51.4986684]},"properties":{"@type":"node","@id":7147884035,"@timestamp":1628764218},"coords":"51.4986684,-0.0604872","bedrooms":"1","price":"295000","area":"427"} , +{"type":"Feature","id":"n7148007299","geometry":{"type":"Point","coordinates":[-0.0488818,51.5001218]},"properties":{"@type":"node","@id":7148007299,"@timestamp":1580787417},"coords":"51.5001218,-0.0488818","bedrooms":"2","price":"215000","area":"517"} , +{"type":"Feature","id":"n7148049180","geometry":{"type":"Point","coordinates":[-0.1988148,51.5102696]},"properties":{"@type":"node","@id":7148049180,"@timestamp":1579591259},"coords":"51.5102696,-0.1988148","bedrooms":"4","price":"155000","area":"527"} , +{"type":"Feature","id":"n7148079702","geometry":{"type":"Point","coordinates":[-0.199378,51.5101184]},"properties":{"@type":"node","@id":7148079702,"@timestamp":1579591259},"coords":"51.5101184,-0.199378","bedrooms":"1","price":"178000","area":"570"} , +{"type":"Feature","id":"n7148321006","geometry":{"type":"Point","coordinates":[-0.0005574,51.4014044]},"properties":{"@type":"node","@id":7148321006,"@timestamp":1579599927},"coords":"51.4014044,-0.0005574","bedrooms":"2","price":"246000","area":"368"} , +{"type":"Feature","id":"n7148366313","geometry":{"type":"Point","coordinates":[-0.1997426,51.5101877]},"properties":{"@type":"node","@id":7148366313,"@timestamp":1579600958},"coords":"51.5101877,-0.1997426","bedrooms":"3","price":"212000","area":"676"} , +{"type":"Feature","id":"n7148366369","geometry":{"type":"Point","coordinates":[-0.2004981,51.5097073]},"properties":{"@type":"node","@id":7148366369,"@timestamp":1579600958},"coords":"51.5097073,-0.2004981","bedrooms":"1","price":"151000","area":"656"} , +{"type":"Feature","id":"n7148366447","geometry":{"type":"Point","coordinates":[-0.2014911,51.5103322]},"properties":{"@type":"node","@id":7148366447,"@timestamp":1579600958},"coords":"51.5103322,-0.2014911","bedrooms":"4","price":"151000","area":"397"} , +{"type":"Feature","id":"n7148366457","geometry":{"type":"Point","coordinates":[-0.200646,51.5105696]},"properties":{"@type":"node","@id":7148366457,"@timestamp":1579600958},"coords":"51.5105696,-0.200646","bedrooms":"4","price":"292000","area":"508"} , +{"type":"Feature","id":"n7148366467","geometry":{"type":"Point","coordinates":[-0.2005622,51.5105985]},"properties":{"@type":"node","@id":7148366467,"@timestamp":1579600958},"coords":"51.5105985,-0.2005622","bedrooms":"0","price":"226000","area":"695"} , +{"type":"Feature","id":"n7148584508","geometry":{"type":"Point","coordinates":[0.0706584,51.6386922]},"properties":{"@type":"node","@id":7148584508,"@timestamp":1619465447},"coords":"51.6386922,0.0706584","bedrooms":"1","price":"187000","area":"561"} , +{"type":"Feature","id":"n7148872580","geometry":{"type":"Point","coordinates":[0.6956286,51.0788895]},"properties":{"@type":"node","@id":7148872580,"@timestamp":1635711178},"coords":"51.0788895,0.6956286","bedrooms":"2","price":"165000","area":"398"} , +{"type":"Feature","id":"n7148985160","geometry":{"type":"Point","coordinates":[-0.4215587,51.6140039]},"properties":{"@type":"node","@id":7148985160,"@timestamp":1579616950},"coords":"51.6140039,-0.4215587","bedrooms":"4","price":"265000","area":"591"} , +{"type":"Feature","id":"n7149154770","geometry":{"type":"Point","coordinates":[0.5548143,51.7134017]},"properties":{"@type":"node","@id":7149154770,"@timestamp":1579622904},"coords":"51.7134017,0.5548143","bedrooms":"2","price":"252000","area":"386"} , +{"type":"Feature","id":"n7149157924","geometry":{"type":"Point","coordinates":[0.2613407,51.6340189]},"properties":{"@type":"node","@id":7149157924,"@timestamp":1579621722},"coords":"51.6340189,0.2613407","bedrooms":"4","price":"236000","area":"465"} , +{"type":"Feature","id":"n7149157934","geometry":{"type":"Point","coordinates":[0.2759298,51.6323376]},"properties":{"@type":"node","@id":7149157934,"@timestamp":1579621722},"coords":"51.6323376,0.2759298","bedrooms":"3","price":"164000","area":"661"} , +{"type":"Feature","id":"n7149232573","geometry":{"type":"Point","coordinates":[-0.2028233,51.5099514]},"properties":{"@type":"node","@id":7149232573,"@timestamp":1579624063},"coords":"51.5099514,-0.2028233","bedrooms":"1","price":"244000","area":"626"} , +{"type":"Feature","id":"n7149235674","geometry":{"type":"Point","coordinates":[-0.3355586,51.5522745]},"properties":{"@type":"node","@id":7149235674,"@timestamp":1579624062},"coords":"51.5522745,-0.3355586","bedrooms":"4","price":"199000","area":"692"} , +{"type":"Feature","id":"n7149237016","geometry":{"type":"Point","coordinates":[-0.2026103,51.509111]},"properties":{"@type":"node","@id":7149237016,"@timestamp":1579624063},"coords":"51.509111,-0.2026103","bedrooms":"1","price":"212000","area":"489"} , +{"type":"Feature","id":"n7149516453","geometry":{"type":"Point","coordinates":[-0.2013501,51.5091172]},"properties":{"@type":"node","@id":7149516453,"@timestamp":1579632120},"coords":"51.5091172,-0.2013501","bedrooms":"2","price":"176000","area":"500"} , +{"type":"Feature","id":"n7149523299","geometry":{"type":"Point","coordinates":[-0.2023043,51.5090033]},"properties":{"@type":"node","@id":7149523299,"@timestamp":1579632120},"coords":"51.5090033,-0.2023043","bedrooms":"3","price":"167000","area":"696"} , +{"type":"Feature","id":"n7149549282","geometry":{"type":"Point","coordinates":[0.881526,51.7157342]},"properties":{"@type":"node","@id":7149549282,"@timestamp":1579634049},"coords":"51.7157342,0.881526","bedrooms":"3","price":"224000","area":"688"} , +{"type":"Feature","id":"n7149623606","geometry":{"type":"Point","coordinates":[-0.3207493,51.2986459]},"properties":{"@type":"node","@id":7149623606,"@timestamp":1618659388},"coords":"51.2986459,-0.3207493","bedrooms":"4","price":"267000","area":"373"} , +{"type":"Feature","id":"n7149734645","geometry":{"type":"Point","coordinates":[0.0795161,51.441766]},"properties":{"@type":"node","@id":7149734645,"@timestamp":1579638669},"coords":"51.441766,0.0795161","bedrooms":"4","price":"277000","area":"644"} , +{"type":"Feature","id":"n7149964714","geometry":{"type":"Point","coordinates":[-1.0506749,51.2006032]},"properties":{"@type":"node","@id":7149964714,"@timestamp":1579647726},"coords":"51.2006032,-1.0506749","bedrooms":"2","price":"164000","area":"411"} , +{"type":"Feature","id":"n7149964724","geometry":{"type":"Point","coordinates":[-1.0452354,51.1999704]},"properties":{"@type":"node","@id":7149964724,"@timestamp":1579647726},"coords":"51.1999704,-1.0452354","bedrooms":"0","price":"177000","area":"604"} , +{"type":"Feature","id":"n7149964734","geometry":{"type":"Point","coordinates":[-1.0501304,51.205371]},"properties":{"@type":"node","@id":7149964734,"@timestamp":1579647726},"coords":"51.205371,-1.0501304","bedrooms":"3","price":"216000","area":"481"} , +{"type":"Feature","id":"n7149964744","geometry":{"type":"Point","coordinates":[-1.0398522,51.2002267]},"properties":{"@type":"node","@id":7149964744,"@timestamp":1579647726},"coords":"51.2002267,-1.0398522","bedrooms":"0","price":"249000","area":"462"} , +{"type":"Feature","id":"n7150028406","geometry":{"type":"Point","coordinates":[-0.2012703,51.9025057]},"properties":{"@type":"node","@id":7150028406,"@timestamp":1579770766},"coords":"51.9025057,-0.2012703","bedrooms":"4","price":"179000","area":"683"} , +{"type":"Feature","id":"n7150028416","geometry":{"type":"Point","coordinates":[-0.2013276,51.9020815]},"properties":{"@type":"node","@id":7150028416,"@timestamp":1579771763},"coords":"51.9020815,-0.2013276","bedrooms":"3","price":"262000","area":"464"} , +{"type":"Feature","id":"n7150028426","geometry":{"type":"Point","coordinates":[-0.2008586,51.9006825]},"properties":{"@type":"node","@id":7150028426,"@timestamp":1579817935},"coords":"51.9006825,-0.2008586","bedrooms":"2","price":"199000","area":"685"} , +{"type":"Feature","id":"n7150028436","geometry":{"type":"Point","coordinates":[-0.2012121,51.900521]},"properties":{"@type":"node","@id":7150028436,"@timestamp":1614029539},"coords":"51.900521,-0.2012121","bedrooms":"0","price":"165000","area":"573"} , +{"type":"Feature","id":"n7150028447","geometry":{"type":"Point","coordinates":[-0.2024746,51.9020826]},"properties":{"@type":"node","@id":7150028447,"@timestamp":1579802544},"coords":"51.9020826,-0.2024746","bedrooms":"3","price":"289000","area":"604"} , +{"type":"Feature","id":"n7150028457","geometry":{"type":"Point","coordinates":[-0.201432,51.9023707]},"properties":{"@type":"node","@id":7150028457,"@timestamp":1579771763},"coords":"51.9023707,-0.201432","bedrooms":"3","price":"228000","area":"649"} , +{"type":"Feature","id":"n7150028467","geometry":{"type":"Point","coordinates":[-0.2018971,51.9024141]},"properties":{"@type":"node","@id":7150028467,"@timestamp":1579771763},"coords":"51.9024141,-0.2018971","bedrooms":"4","price":"178000","area":"535"} , +{"type":"Feature","id":"n7150240726","geometry":{"type":"Point","coordinates":[-0.1167832,50.9584082]},"properties":{"@type":"node","@id":7150240726,"@timestamp":1610050466},"coords":"50.9584082,-0.1167832","bedrooms":"1","price":"251000","area":"616"} , +{"type":"Feature","id":"n7150399045","geometry":{"type":"Point","coordinates":[-0.0970499,51.724963]},"properties":{"@type":"node","@id":7150399045,"@timestamp":1579672351},"coords":"51.724963,-0.0970499","bedrooms":"2","price":"260000","area":"615"} , +{"type":"Feature","id":"n7150422394","geometry":{"type":"Point","coordinates":[-0.2024332,51.5086073]},"properties":{"@type":"node","@id":7150422394,"@timestamp":1579672685},"coords":"51.5086073,-0.2024332","bedrooms":"4","price":"255000","area":"582"} , +{"type":"Feature","id":"n7150422534","geometry":{"type":"Point","coordinates":[-0.203218,51.5083986]},"properties":{"@type":"node","@id":7150422534,"@timestamp":1579672685},"coords":"51.5083986,-0.203218","bedrooms":"2","price":"259000","area":"388"} , +{"type":"Feature","id":"n7150641480","geometry":{"type":"Point","coordinates":[0.4652096,51.7032365]},"properties":{"@type":"node","@id":7150641480,"@timestamp":1579681717},"coords":"51.7032365,0.4652096","bedrooms":"3","price":"162000","area":"509"} , +{"type":"Feature","id":"n7150988470","geometry":{"type":"Point","coordinates":[-0.9715032,51.4583751]},"properties":{"@type":"node","@id":7150988470,"@timestamp":1626869398},"coords":"51.4583751,-0.9715032","bedrooms":"0","price":"158000","area":"501"} , +{"type":"Feature","id":"n7151115249","geometry":{"type":"Point","coordinates":[-0.5560449,51.8565867]},"properties":{"@type":"node","@id":7151115249,"@timestamp":1579695288},"coords":"51.8565867,-0.5560449","bedrooms":"3","price":"165000","area":"546"} , +{"type":"Feature","id":"n7151342578","geometry":{"type":"Point","coordinates":[0.0278682,51.5155489]},"properties":{"@type":"node","@id":7151342578,"@timestamp":1579699951},"coords":"51.5155489,0.0278682","bedrooms":"1","price":"260000","area":"625"} , +{"type":"Feature","id":"n7151787676","geometry":{"type":"Point","coordinates":[-0.1855932,51.866621]},"properties":{"@type":"node","@id":7151787676,"@timestamp":1579710663},"coords":"51.866621,-0.1855932","bedrooms":"2","price":"151000","area":"653"} , +{"type":"Feature","id":"n7152083841","geometry":{"type":"Point","coordinates":[-0.179278,51.4161784]},"properties":{"@type":"node","@id":7152083841,"@timestamp":1579889231},"coords":"51.4161784,-0.179278","bedrooms":"4","price":"197000","area":"402"} , +{"type":"Feature","id":"n7152500375","geometry":{"type":"Point","coordinates":[-0.0264774,51.5072941]},"properties":{"@type":"node","@id":7152500375,"@timestamp":1579734575},"coords":"51.5072941,-0.0264774","bedrooms":"4","price":"286000","area":"660"} , +{"type":"Feature","id":"n7152640242","geometry":{"type":"Point","coordinates":[-0.1956156,51.5175076]},"properties":{"@type":"node","@id":7152640242,"@timestamp":1579740383},"coords":"51.5175076,-0.1956156","bedrooms":"3","price":"267000","area":"442"} , +{"type":"Feature","id":"n7152722537","geometry":{"type":"Point","coordinates":[0.1739914,51.5244907]},"properties":{"@type":"node","@id":7152722537,"@timestamp":1625771770},"coords":"51.5244907,0.1739914","bedrooms":"4","price":"265000","area":"356"} , +{"type":"Feature","id":"n7152807049","geometry":{"type":"Point","coordinates":[0.1276671,51.5400397]},"properties":{"@type":"node","@id":7152807049,"@timestamp":1625586424},"coords":"51.5400397,0.1276671","bedrooms":"2","price":"240000","area":"512"} , +{"type":"Feature","id":"n7152903886","geometry":{"type":"Point","coordinates":[-0.2034058,51.5114935]},"properties":{"@type":"node","@id":7152903886,"@timestamp":1579751441},"coords":"51.5114935,-0.2034058","bedrooms":"1","price":"234000","area":"604"} , +{"type":"Feature","id":"n7152903896","geometry":{"type":"Point","coordinates":[-0.2024135,51.5117866]},"properties":{"@type":"node","@id":7152903896,"@timestamp":1579751441},"coords":"51.5117866,-0.2024135","bedrooms":"4","price":"270000","area":"402"} , +{"type":"Feature","id":"n7153048052","geometry":{"type":"Point","coordinates":[-0.7628114,51.2922881]},"properties":{"@type":"node","@id":7153048052,"@timestamp":1579759795},"coords":"51.2922881,-0.7628114","bedrooms":"3","price":"253000","area":"661"} , +{"type":"Feature","id":"n7153226178","geometry":{"type":"Point","coordinates":[-0.2051262,51.5110982]},"properties":{"@type":"node","@id":7153226178,"@timestamp":1579765883},"coords":"51.5110982,-0.2051262","bedrooms":"0","price":"289000","area":"531"} , +{"type":"Feature","id":"n7153246405","geometry":{"type":"Point","coordinates":[-0.2059362,51.5121761]},"properties":{"@type":"node","@id":7153246405,"@timestamp":1579765883},"coords":"51.5121761,-0.2059362","bedrooms":"3","price":"289000","area":"507"} , +{"type":"Feature","id":"n7153246467","geometry":{"type":"Point","coordinates":[-0.2049664,51.5124841]},"properties":{"@type":"node","@id":7153246467,"@timestamp":1579765883},"coords":"51.5124841,-0.2049664","bedrooms":"3","price":"273000","area":"439"} , +{"type":"Feature","id":"n7153246497","geometry":{"type":"Point","coordinates":[-0.2042954,51.5116412]},"properties":{"@type":"node","@id":7153246497,"@timestamp":1579765883},"coords":"51.5116412,-0.2042954","bedrooms":"1","price":"150000","area":"565"} , +{"type":"Feature","id":"n7153429196","geometry":{"type":"Point","coordinates":[-0.2039929,51.5123682]},"properties":{"@type":"node","@id":7153429196,"@timestamp":1579770766},"coords":"51.5123682,-0.2039929","bedrooms":"4","price":"239000","area":"666"} , +{"type":"Feature","id":"n7153429237","geometry":{"type":"Point","coordinates":[-0.2046053,51.5129333]},"properties":{"@type":"node","@id":7153429237,"@timestamp":1579770766},"coords":"51.5129333,-0.2046053","bedrooms":"4","price":"277000","area":"568"} , +{"type":"Feature","id":"n7153526823","geometry":{"type":"Point","coordinates":[0.3064921,51.4763938]},"properties":{"@type":"node","@id":7153526823,"@timestamp":1579773355},"coords":"51.4763938,0.3064921","bedrooms":"2","price":"206000","area":"630"} , +{"type":"Feature","id":"n7153621138","geometry":{"type":"Point","coordinates":[0.004954,51.5496197]},"properties":{"@type":"node","@id":7153621138,"@timestamp":1619004220},"coords":"51.5496197,0.004954","bedrooms":"0","price":"233000","area":"373"} , +{"type":"Feature","id":"n7153770208","geometry":{"type":"Point","coordinates":[0.0234916,51.5396751]},"properties":{"@type":"node","@id":7153770208,"@timestamp":1579779985},"coords":"51.5396751,0.0234916","bedrooms":"2","price":"191000","area":"394"} , +{"type":"Feature","id":"n7153885302","geometry":{"type":"Point","coordinates":[-0.0355748,51.5765162]},"properties":{"@type":"node","@id":7153885302,"@timestamp":1587122635},"coords":"51.5765162,-0.0355748","bedrooms":"3","price":"297000","area":"429"} , +{"type":"Feature","id":"n7153919436","geometry":{"type":"Point","coordinates":[-0.4533566,51.4473189]},"properties":{"@type":"node","@id":7153919436,"@timestamp":1579784196},"coords":"51.4473189,-0.4533566","bedrooms":"0","price":"181000","area":"362"} , +{"type":"Feature","id":"n7153947417","geometry":{"type":"Point","coordinates":[-0.4490348,51.446305]},"properties":{"@type":"node","@id":7153947417,"@timestamp":1579784730},"coords":"51.446305,-0.4490348","bedrooms":"2","price":"270000","area":"568"} , +{"type":"Feature","id":"n7154117181","geometry":{"type":"Point","coordinates":[-0.4550855,51.4453085]},"properties":{"@type":"node","@id":7154117181,"@timestamp":1579789074},"coords":"51.4453085,-0.4550855","bedrooms":"4","price":"186000","area":"666"} , +{"type":"Feature","id":"n7154243966","geometry":{"type":"Point","coordinates":[-0.0175502,51.5902093]},"properties":{"@type":"node","@id":7154243966,"@timestamp":1633563190},"coords":"51.5902093,-0.0175502","bedrooms":"1","price":"219000","area":"641"} , +{"type":"Feature","id":"n7154447994","geometry":{"type":"Point","coordinates":[-0.313279,51.3633986]},"properties":{"@type":"node","@id":7154447994,"@timestamp":1596326120},"coords":"51.3633986,-0.313279","bedrooms":"2","price":"184000","area":"576"} , +{"type":"Feature","id":"n7154648210","geometry":{"type":"Point","coordinates":[-0.39898,51.5658283]},"properties":{"@type":"node","@id":7154648210,"@timestamp":1595438668},"coords":"51.5658283,-0.39898","bedrooms":"0","price":"235000","area":"655"} , +{"type":"Feature","id":"n7154752434","geometry":{"type":"Point","coordinates":[-0.0177964,51.5277329]},"properties":{"@type":"node","@id":7154752434,"@timestamp":1588085462},"coords":"51.5277329,-0.0177964","bedrooms":"0","price":"171000","area":"684"} , +{"type":"Feature","id":"n7155102756","geometry":{"type":"Point","coordinates":[-0.1736925,51.440859]},"properties":{"@type":"node","@id":7155102756,"@timestamp":1579822169},"coords":"51.440859,-0.1736925","bedrooms":"4","price":"297000","area":"497"} , +{"type":"Feature","id":"n7155722414","geometry":{"type":"Point","coordinates":[-0.0162305,51.5629734]},"properties":{"@type":"node","@id":7155722414,"@timestamp":1629342063},"coords":"51.5629734,-0.0162305","bedrooms":"1","price":"255000","area":"491"} , +{"type":"Feature","id":"n7155818267","geometry":{"type":"Point","coordinates":[-1.0836008,51.5795163]},"properties":{"@type":"node","@id":7155818267,"@timestamp":1579851903},"coords":"51.5795163,-1.0836008","bedrooms":"4","price":"235000","area":"415"} , +{"type":"Feature","id":"n7155832042","geometry":{"type":"Point","coordinates":[-0.0252102,51.4980951]},"properties":{"@type":"node","@id":7155832042,"@timestamp":1579852661},"coords":"51.4980951,-0.0252102","bedrooms":"2","price":"167000","area":"563"} , +{"type":"Feature","id":"n7155918909","geometry":{"type":"Point","coordinates":[-0.1161357,51.5877619]},"properties":{"@type":"node","@id":7155918909,"@timestamp":1579855342},"coords":"51.5877619,-0.1161357","bedrooms":"4","price":"204000","area":"573"} , +{"type":"Feature","id":"n7155970481","geometry":{"type":"Point","coordinates":[-0.0607419,51.5913775]},"properties":{"@type":"node","@id":7155970481,"@timestamp":1579858413},"coords":"51.5913775,-0.0607419","bedrooms":"0","price":"235000","area":"370"} , +{"type":"Feature","id":"n7156062425","geometry":{"type":"Point","coordinates":[-0.0612081,51.6231402]},"properties":{"@type":"node","@id":7156062425,"@timestamp":1617665120},"coords":"51.6231402,-0.0612081","bedrooms":"4","price":"217000","area":"428"} , +{"type":"Feature","id":"n7156089171","geometry":{"type":"Point","coordinates":[-0.0456375,51.6278015]},"properties":{"@type":"node","@id":7156089171,"@timestamp":1579861612},"coords":"51.6278015,-0.0456375","bedrooms":"2","price":"238000","area":"692"} , +{"type":"Feature","id":"n7156414295","geometry":{"type":"Point","coordinates":[0.0388268,51.6148393]},"properties":{"@type":"node","@id":7156414295,"@timestamp":1579870228},"coords":"51.6148393,0.0388268","bedrooms":"4","price":"181000","area":"589"} , +{"type":"Feature","id":"n7156597985","geometry":{"type":"Point","coordinates":[-0.1763875,51.4954188]},"properties":{"@type":"node","@id":7156597985,"@timestamp":1625839044},"coords":"51.4954188,-0.1763875","bedrooms":"4","price":"284000","area":"528"} , +{"type":"Feature","id":"n7156811241","geometry":{"type":"Point","coordinates":[-0.9863998,51.445185]},"properties":{"@type":"node","@id":7156811241,"@timestamp":1614103434},"coords":"51.445185,-0.9863998","bedrooms":"4","price":"275000","area":"676"} , +{"type":"Feature","id":"n7157032730","geometry":{"type":"Point","coordinates":[0.0369711,51.6023249]},"properties":{"@type":"node","@id":7157032730,"@timestamp":1579885644},"coords":"51.6023249,0.0369711","bedrooms":"1","price":"294000","area":"667"} , +{"type":"Feature","id":"n7157060752","geometry":{"type":"Point","coordinates":[-0.9773497,51.4288904]},"properties":{"@type":"node","@id":7157060752,"@timestamp":1579886918},"coords":"51.4288904,-0.9773497","bedrooms":"3","price":"263000","area":"533"} , +{"type":"Feature","id":"n7157070301","geometry":{"type":"Point","coordinates":[-0.3016147,51.6071019]},"properties":{"@type":"node","@id":7157070301,"@timestamp":1634108180},"coords":"51.6071019,-0.3016147","bedrooms":"4","price":"275000","area":"351"} , +{"type":"Feature","id":"n7157186441","geometry":{"type":"Point","coordinates":[-0.2034316,51.5133401]},"properties":{"@type":"node","@id":7157186441,"@timestamp":1579891526},"coords":"51.5133401,-0.2034316","bedrooms":"1","price":"208000","area":"602"} , +{"type":"Feature","id":"n7157406113","geometry":{"type":"Point","coordinates":[0.1256645,51.4358537]},"properties":{"@type":"node","@id":7157406113,"@timestamp":1579899177},"coords":"51.4358537,0.1256645","bedrooms":"3","price":"157000","area":"547"} , +{"type":"Feature","id":"n7157607014","geometry":{"type":"Point","coordinates":[-0.3313878,51.5932182]},"properties":{"@type":"node","@id":7157607014,"@timestamp":1579909682},"coords":"51.5932182,-0.3313878","bedrooms":"4","price":"262000","area":"593"} , +{"type":"Feature","id":"n7157814441","geometry":{"type":"Point","coordinates":[-0.5929848,51.5114998]},"properties":{"@type":"node","@id":7157814441,"@timestamp":1579924811},"coords":"51.5114998,-0.5929848","bedrooms":"1","price":"188000","area":"422"} , +{"type":"Feature","id":"n7157880585","geometry":{"type":"Point","coordinates":[-0.6106373,51.5048992]},"properties":{"@type":"node","@id":7157880585,"@timestamp":1608052098},"coords":"51.5048992,-0.6106373","bedrooms":"2","price":"232000","area":"643"} , +{"type":"Feature","id":"n7157880595","geometry":{"type":"Point","coordinates":[-0.5968805,51.5106376]},"properties":{"@type":"node","@id":7157880595,"@timestamp":1618068598},"coords":"51.5106376,-0.5968805","bedrooms":"4","price":"290000","area":"370"} , +{"type":"Feature","id":"n7157896980","geometry":{"type":"Point","coordinates":[-0.6440298,51.5119709]},"properties":{"@type":"node","@id":7157896980,"@timestamp":1607884974},"coords":"51.5119709,-0.6440298","bedrooms":"4","price":"157000","area":"467"} , +{"type":"Feature","id":"n7157922890","geometry":{"type":"Point","coordinates":[-0.6244657,51.51267]},"properties":{"@type":"node","@id":7157922890,"@timestamp":1608210270},"coords":"51.51267,-0.6244657","bedrooms":"2","price":"192000","area":"618"} , +{"type":"Feature","id":"n7158033916","geometry":{"type":"Point","coordinates":[-0.2023377,51.5128179]},"properties":{"@type":"node","@id":7158033916,"@timestamp":1579935358},"coords":"51.5128179,-0.2023377","bedrooms":"0","price":"235000","area":"407"} , +{"type":"Feature","id":"n7158366350","geometry":{"type":"Point","coordinates":[-1.005698,51.2306333]},"properties":{"@type":"node","@id":7158366350,"@timestamp":1579951371},"coords":"51.2306333,-1.005698","bedrooms":"4","price":"223000","area":"392"} , +{"type":"Feature","id":"n7158651920","geometry":{"type":"Point","coordinates":[-0.2153478,51.4609339]},"properties":{"@type":"node","@id":7158651920,"@timestamp":1595199277},"coords":"51.4609339,-0.2153478","bedrooms":"3","price":"209000","area":"662"} , +{"type":"Feature","id":"n7158716694","geometry":{"type":"Point","coordinates":[0.86345,51.1181027]},"properties":{"@type":"node","@id":7158716694,"@timestamp":1579960595},"coords":"51.1181027,0.86345","bedrooms":"4","price":"260000","area":"402"} , +{"type":"Feature","id":"n7158921132","geometry":{"type":"Point","coordinates":[-0.207614,51.4087323]},"properties":{"@type":"node","@id":7158921132,"@timestamp":1579967456},"coords":"51.4087323,-0.207614","bedrooms":"1","price":"207000","area":"426"} , +{"type":"Feature","id":"n7159087868","geometry":{"type":"Point","coordinates":[0.2812563,51.2159019]},"properties":{"@type":"node","@id":7159087868,"@timestamp":1579972756},"coords":"51.2159019,0.2812563","bedrooms":"1","price":"211000","area":"405"} , +{"type":"Feature","id":"n7159125028","geometry":{"type":"Point","coordinates":[-0.7995383,51.3351565]},"properties":{"@type":"node","@id":7159125028,"@timestamp":1579973761},"coords":"51.3351565,-0.7995383","bedrooms":"2","price":"155000","area":"555"} , +{"type":"Feature","id":"n7159125039","geometry":{"type":"Point","coordinates":[-0.7966617,51.339277]},"properties":{"@type":"node","@id":7159125039,"@timestamp":1579973761},"coords":"51.339277,-0.7966617","bedrooms":"2","price":"265000","area":"413"} , +{"type":"Feature","id":"n7159125049","geometry":{"type":"Point","coordinates":[-0.7968789,51.3385414]},"properties":{"@type":"node","@id":7159125049,"@timestamp":1579973761},"coords":"51.3385414,-0.7968789","bedrooms":"0","price":"226000","area":"565"} , +{"type":"Feature","id":"n7159125059","geometry":{"type":"Point","coordinates":[-0.7929817,51.3374371]},"properties":{"@type":"node","@id":7159125059,"@timestamp":1579973761},"coords":"51.3374371,-0.7929817","bedrooms":"4","price":"192000","area":"563"} , +{"type":"Feature","id":"n7159125069","geometry":{"type":"Point","coordinates":[-0.7954761,51.3376566]},"properties":{"@type":"node","@id":7159125069,"@timestamp":1579973761},"coords":"51.3376566,-0.7954761","bedrooms":"2","price":"296000","area":"540"} , +{"type":"Feature","id":"n7159125079","geometry":{"type":"Point","coordinates":[-0.794878,51.3381845]},"properties":{"@type":"node","@id":7159125079,"@timestamp":1579973761},"coords":"51.3381845,-0.794878","bedrooms":"4","price":"159000","area":"570"} , +{"type":"Feature","id":"n7159136688","geometry":{"type":"Point","coordinates":[-0.7954198,51.3388866]},"properties":{"@type":"node","@id":7159136688,"@timestamp":1579973761},"coords":"51.3388866,-0.7954198","bedrooms":"0","price":"246000","area":"390"} , +{"type":"Feature","id":"n7159136698","geometry":{"type":"Point","coordinates":[-0.7923996,51.3387843]},"properties":{"@type":"node","@id":7159136698,"@timestamp":1579973761},"coords":"51.3387843,-0.7923996","bedrooms":"0","price":"209000","area":"408"} , +{"type":"Feature","id":"n7159136708","geometry":{"type":"Point","coordinates":[-0.7904604,51.3360999]},"properties":{"@type":"node","@id":7159136708,"@timestamp":1579973761},"coords":"51.3360999,-0.7904604","bedrooms":"1","price":"255000","area":"374"} , +{"type":"Feature","id":"n7159209891","geometry":{"type":"Point","coordinates":[-0.3366905,51.4348204]},"properties":{"@type":"node","@id":7159209891,"@timestamp":1579976575},"coords":"51.4348204,-0.3366905","bedrooms":"0","price":"234000","area":"509"} , +{"type":"Feature","id":"n7159238412","geometry":{"type":"Point","coordinates":[-0.2073066,51.4100263]},"properties":{"@type":"node","@id":7159238412,"@timestamp":1612226938},"coords":"51.4100263,-0.2073066","bedrooms":"3","price":"200000","area":"653"} , +{"type":"Feature","id":"n7159242068","geometry":{"type":"Point","coordinates":[-0.2070413,51.4090774]},"properties":{"@type":"node","@id":7159242068,"@timestamp":1579978044},"coords":"51.4090774,-0.2070413","bedrooms":"1","price":"200000","area":"593"} , +{"type":"Feature","id":"n7159313958","geometry":{"type":"Point","coordinates":[0.1533667,51.4922273]},"properties":{"@type":"node","@id":7159313958,"@timestamp":1594838770},"coords":"51.4922273,0.1533667","bedrooms":"2","price":"164000","area":"426"} , +{"type":"Feature","id":"n7159530156","geometry":{"type":"Point","coordinates":[0.8246792,51.3215015]},"properties":{"@type":"node","@id":7159530156,"@timestamp":1579992865},"coords":"51.3215015,0.8246792","bedrooms":"3","price":"259000","area":"432"} , +{"type":"Feature","id":"n7159550421","geometry":{"type":"Point","coordinates":[-0.0521655,51.4911366]},"properties":{"@type":"node","@id":7159550421,"@timestamp":1590629614},"coords":"51.4911366,-0.0521655","bedrooms":"4","price":"236000","area":"501"} , +{"type":"Feature","id":"n7159772859","geometry":{"type":"Point","coordinates":[-0.4270848,51.5769123]},"properties":{"@type":"node","@id":7159772859,"@timestamp":1580013857},"coords":"51.5769123,-0.4270848","bedrooms":"4","price":"229000","area":"355"} , +{"type":"Feature","id":"n7159869840","geometry":{"type":"Point","coordinates":[-0.5745478,51.5230612]},"properties":{"@type":"node","@id":7159869840,"@timestamp":1608829331},"coords":"51.5230612,-0.5745478","bedrooms":"3","price":"193000","area":"410"} , +{"type":"Feature","id":"n7159869850","geometry":{"type":"Point","coordinates":[-0.5800533,51.5229972]},"properties":{"@type":"node","@id":7159869850,"@timestamp":1580021189},"coords":"51.5229972,-0.5800533","bedrooms":"3","price":"216000","area":"675"} , +{"type":"Feature","id":"n7159887390","geometry":{"type":"Point","coordinates":[-0.2020234,51.5131266]},"properties":{"@type":"node","@id":7159887390,"@timestamp":1580021816},"coords":"51.5131266,-0.2020234","bedrooms":"3","price":"274000","area":"593"} , +{"type":"Feature","id":"n7160013784","geometry":{"type":"Point","coordinates":[-0.0496923,51.609526]},"properties":{"@type":"node","@id":7160013784,"@timestamp":1635214698},"coords":"51.609526,-0.0496923","bedrooms":"0","price":"296000","area":"549"} , +{"type":"Feature","id":"n7160257175","geometry":{"type":"Point","coordinates":[-0.6577293,51.5324231]},"properties":{"@type":"node","@id":7160257175,"@timestamp":1580040887},"coords":"51.5324231,-0.6577293","bedrooms":"1","price":"282000","area":"521"} , +{"type":"Feature","id":"n7160313915","geometry":{"type":"Point","coordinates":[-0.6108139,51.5282138]},"properties":{"@type":"node","@id":7160313915,"@timestamp":1607971532},"coords":"51.5282138,-0.6108139","bedrooms":"4","price":"158000","area":"614"} , +{"type":"Feature","id":"n7160313925","geometry":{"type":"Point","coordinates":[-0.5985659,51.5227946]},"properties":{"@type":"node","@id":7160313925,"@timestamp":1608896859},"coords":"51.5227946,-0.5985659","bedrooms":"2","price":"197000","area":"644"} , +{"type":"Feature","id":"n7160394425","geometry":{"type":"Point","coordinates":[-0.6388069,51.5297412]},"properties":{"@type":"node","@id":7160394425,"@timestamp":1606346655},"coords":"51.5297412,-0.6388069","bedrooms":"0","price":"252000","area":"667"} , +{"type":"Feature","id":"n7160394435","geometry":{"type":"Point","coordinates":[-0.6397573,51.5237404]},"properties":{"@type":"node","@id":7160394435,"@timestamp":1580062227},"coords":"51.5237404,-0.6397573","bedrooms":"2","price":"247000","area":"616"} , +{"type":"Feature","id":"n7160394445","geometry":{"type":"Point","coordinates":[-0.6153176,51.5205352]},"properties":{"@type":"node","@id":7160394445,"@timestamp":1618068598},"coords":"51.5205352,-0.6153176","bedrooms":"4","price":"194000","area":"592"} , +{"type":"Feature","id":"n7160476026","geometry":{"type":"Point","coordinates":[-0.2000509,51.5139731]},"properties":{"@type":"node","@id":7160476026,"@timestamp":1580050422},"coords":"51.5139731,-0.2000509","bedrooms":"4","price":"255000","area":"685"} , +{"type":"Feature","id":"n7160553229","geometry":{"type":"Point","coordinates":[-0.1982546,51.9291236]},"properties":{"@type":"node","@id":7160553229,"@timestamp":1580051329},"coords":"51.9291236,-0.1982546","bedrooms":"1","price":"218000","area":"355"} , +{"type":"Feature","id":"n7160657104","geometry":{"type":"Point","coordinates":[0.0046357,51.5455571]},"properties":{"@type":"node","@id":7160657104,"@timestamp":1636195554},"coords":"51.5455571,0.0046357","bedrooms":"3","price":"249000","area":"538"} , +{"type":"Feature","id":"n7160748467","geometry":{"type":"Point","coordinates":[-0.2004985,51.513352]},"properties":{"@type":"node","@id":7160748467,"@timestamp":1580057581},"coords":"51.513352,-0.2004985","bedrooms":"0","price":"199000","area":"383"} , +{"type":"Feature","id":"n7160748507","geometry":{"type":"Point","coordinates":[-0.1999537,51.5138221]},"properties":{"@type":"node","@id":7160748507,"@timestamp":1580057581},"coords":"51.5138221,-0.1999537","bedrooms":"1","price":"203000","area":"363"} , +{"type":"Feature","id":"n7160876460","geometry":{"type":"Point","coordinates":[-0.6490045,51.5309024]},"properties":{"@type":"node","@id":7160876460,"@timestamp":1606326734},"coords":"51.5309024,-0.6490045","bedrooms":"0","price":"294000","area":"667"} , +{"type":"Feature","id":"n7160876470","geometry":{"type":"Point","coordinates":[-0.645905,51.5299649]},"properties":{"@type":"node","@id":7160876470,"@timestamp":1580062227},"coords":"51.5299649,-0.645905","bedrooms":"4","price":"205000","area":"552"} , +{"type":"Feature","id":"n7161269122","geometry":{"type":"Point","coordinates":[0.4998719,51.7513173]},"properties":{"@type":"node","@id":7161269122,"@timestamp":1626965806},"coords":"51.7513173,0.4998719","bedrooms":"4","price":"188000","area":"555"} , +{"type":"Feature","id":"n7161269133","geometry":{"type":"Point","coordinates":[0.5083397,51.7521296]},"properties":{"@type":"node","@id":7161269133,"@timestamp":1580075357},"coords":"51.7521296,0.5083397","bedrooms":"3","price":"295000","area":"380"} , +{"type":"Feature","id":"n7161269154","geometry":{"type":"Point","coordinates":[0.5174631,51.7529087]},"properties":{"@type":"node","@id":7161269154,"@timestamp":1626965806},"coords":"51.7529087,0.5174631","bedrooms":"0","price":"209000","area":"460"} , +{"type":"Feature","id":"n7161274646","geometry":{"type":"Point","coordinates":[-0.4941407,51.3834851]},"properties":{"@type":"node","@id":7161274646,"@timestamp":1580076474},"coords":"51.3834851,-0.4941407","bedrooms":"4","price":"246000","area":"610"} , +{"type":"Feature","id":"n7161564404","geometry":{"type":"Point","coordinates":[-0.1991789,51.5138436]},"properties":{"@type":"node","@id":7161564404,"@timestamp":1580093839},"coords":"51.5138436,-0.1991789","bedrooms":"3","price":"291000","area":"470"} , +{"type":"Feature","id":"n7161564447","geometry":{"type":"Point","coordinates":[-0.1991633,51.5139473]},"properties":{"@type":"node","@id":7161564447,"@timestamp":1580093839},"coords":"51.5139473,-0.1991633","bedrooms":"2","price":"217000","area":"580"} , +{"type":"Feature","id":"n7161732379","geometry":{"type":"Point","coordinates":[-0.1292526,51.4567924]},"properties":{"@type":"node","@id":7161732379,"@timestamp":1597662497},"coords":"51.4567924,-0.1292526","bedrooms":"0","price":"177000","area":"522"} , +{"type":"Feature","id":"n7162138155","geometry":{"type":"Point","coordinates":[0.6098818,51.8246503]},"properties":{"@type":"node","@id":7162138155,"@timestamp":1580117601},"coords":"51.8246503,0.6098818","bedrooms":"1","price":"281000","area":"648"} , +{"type":"Feature","id":"n7162469207","geometry":{"type":"Point","coordinates":[-0.8741783,51.0901316]},"properties":{"@type":"node","@id":7162469207,"@timestamp":1580126622},"coords":"51.0901316,-0.8741783","bedrooms":"3","price":"187000","area":"475"} , +{"type":"Feature","id":"n7164231678","geometry":{"type":"Point","coordinates":[-0.2831057,51.5672159]},"properties":{"@type":"node","@id":7164231678,"@timestamp":1580137845},"coords":"51.5672159,-0.2831057","bedrooms":"3","price":"212000","area":"611"} , +{"type":"Feature","id":"n7164276909","geometry":{"type":"Point","coordinates":[-0.0728555,51.5766668]},"properties":{"@type":"node","@id":7164276909,"@timestamp":1580139622},"coords":"51.5766668,-0.0728555","bedrooms":"1","price":"156000","area":"373"} , +{"type":"Feature","id":"n7164376814","geometry":{"type":"Point","coordinates":[0.4968622,51.7501462]},"properties":{"@type":"node","@id":7164376814,"@timestamp":1613656167},"coords":"51.7501462,0.4968622","bedrooms":"4","price":"165000","area":"603"} , +{"type":"Feature","id":"n7164376824","geometry":{"type":"Point","coordinates":[0.4892006,51.7467885]},"properties":{"@type":"node","@id":7164376824,"@timestamp":1626965806},"coords":"51.7467885,0.4892006","bedrooms":"3","price":"288000","area":"433"} , +{"type":"Feature","id":"n7164376835","geometry":{"type":"Point","coordinates":[0.4866682,51.7453796]},"properties":{"@type":"node","@id":7164376835,"@timestamp":1626965806},"coords":"51.7453796,0.4866682","bedrooms":"1","price":"215000","area":"367"} , +{"type":"Feature","id":"n7164376845","geometry":{"type":"Point","coordinates":[0.4828837,51.7432042]},"properties":{"@type":"node","@id":7164376845,"@timestamp":1626965806},"coords":"51.7432042,0.4828837","bedrooms":"3","price":"275000","area":"596"} , +{"type":"Feature","id":"n7164436613","geometry":{"type":"Point","coordinates":[-0.6125097,51.4899176]},"properties":{"@type":"node","@id":7164436613,"@timestamp":1580143866},"coords":"51.4899176,-0.6125097","bedrooms":"0","price":"197000","area":"654"} , +{"type":"Feature","id":"n7164954206","geometry":{"type":"Point","coordinates":[-0.2175258,51.3946747]},"properties":{"@type":"node","@id":7164954206,"@timestamp":1580163368},"coords":"51.3946747,-0.2175258","bedrooms":"0","price":"151000","area":"391"} , +{"type":"Feature","id":"n7165090884","geometry":{"type":"Point","coordinates":[-0.0260643,51.4988727]},"properties":{"@type":"node","@id":7165090884,"@timestamp":1580168749},"coords":"51.4988727,-0.0260643","bedrooms":"2","price":"176000","area":"690"} , +{"type":"Feature","id":"n7165256846","geometry":{"type":"Point","coordinates":[0.4888109,51.7469199]},"properties":{"@type":"node","@id":7165256846,"@timestamp":1580179876},"coords":"51.7469199,0.4888109","bedrooms":"0","price":"232000","area":"542"} , +{"type":"Feature","id":"n7166211241","geometry":{"type":"Point","coordinates":[0.4091104,51.2351162]},"properties":{"@type":"node","@id":7166211241,"@timestamp":1580210087},"coords":"51.2351162,0.4091104","bedrooms":"1","price":"172000","area":"522"} , +{"type":"Feature","id":"n7166310297","geometry":{"type":"Point","coordinates":[0.1612776,51.0551592]},"properties":{"@type":"node","@id":7166310297,"@timestamp":1632407027},"coords":"51.0551592,0.1612776","bedrooms":"3","price":"166000","area":"576"} , +{"type":"Feature","id":"n7166421252","geometry":{"type":"Point","coordinates":[-0.0132086,51.4983899]},"properties":{"@type":"node","@id":7166421252,"@timestamp":1632214437},"coords":"51.4983899,-0.0132086","bedrooms":"0","price":"221000","area":"608"} , +{"type":"Feature","id":"n7166588743","geometry":{"type":"Point","coordinates":[0.0253204,51.5524483]},"properties":{"@type":"node","@id":7166588743,"@timestamp":1580217966},"coords":"51.5524483,0.0253204","bedrooms":"0","price":"229000","area":"682"} , +{"type":"Feature","id":"n7166653290","geometry":{"type":"Point","coordinates":[0.0357141,51.5475572]},"properties":{"@type":"node","@id":7166653290,"@timestamp":1580218775},"coords":"51.5475572,0.0357141","bedrooms":"0","price":"221000","area":"490"} , +{"type":"Feature","id":"n7166681575","geometry":{"type":"Point","coordinates":[0.0421932,51.538369]},"properties":{"@type":"node","@id":7166681575,"@timestamp":1580219569},"coords":"51.538369,0.0421932","bedrooms":"0","price":"170000","area":"379"} , +{"type":"Feature","id":"n7166925708","geometry":{"type":"Point","coordinates":[-0.1994931,51.515004]},"properties":{"@type":"node","@id":7166925708,"@timestamp":1580224719},"coords":"51.515004,-0.1994931","bedrooms":"3","price":"190000","area":"617"} , +{"type":"Feature","id":"n7166925770","geometry":{"type":"Point","coordinates":[-0.2001053,51.5145275]},"properties":{"@type":"node","@id":7166925770,"@timestamp":1580224719},"coords":"51.5145275,-0.2001053","bedrooms":"4","price":"195000","area":"448"} , +{"type":"Feature","id":"n7167193531","geometry":{"type":"Point","coordinates":[-0.1232046,51.3123204]},"properties":{"@type":"node","@id":7167193531,"@timestamp":1580231243},"coords":"51.3123204,-0.1232046","bedrooms":"4","price":"193000","area":"632"} , +{"type":"Feature","id":"n7167530005","geometry":{"type":"Point","coordinates":[-0.4280108,51.8848657]},"properties":{"@type":"node","@id":7167530005,"@timestamp":1580241611},"coords":"51.8848657,-0.4280108","bedrooms":"0","price":"198000","area":"379"} , +{"type":"Feature","id":"n7167530025","geometry":{"type":"Point","coordinates":[-0.4273859,51.884263]},"properties":{"@type":"node","@id":7167530025,"@timestamp":1580241611},"coords":"51.884263,-0.4273859","bedrooms":"3","price":"241000","area":"562"} , +{"type":"Feature","id":"n7167626292","geometry":{"type":"Point","coordinates":[-0.4294243,51.8858408]},"properties":{"@type":"node","@id":7167626292,"@timestamp":1580243832},"coords":"51.8858408,-0.4294243","bedrooms":"2","price":"212000","area":"604"} , +{"type":"Feature","id":"n7167626302","geometry":{"type":"Point","coordinates":[-0.4285499,51.8852978]},"properties":{"@type":"node","@id":7167626302,"@timestamp":1580243832},"coords":"51.8852978,-0.4285499","bedrooms":"2","price":"291000","area":"403"} , +{"type":"Feature","id":"n7167627206","geometry":{"type":"Point","coordinates":[0.1234212,51.4374331]},"properties":{"@type":"node","@id":7167627206,"@timestamp":1580243772},"coords":"51.4374331,0.1234212","bedrooms":"0","price":"217000","area":"424"} , +{"type":"Feature","id":"n7167643430","geometry":{"type":"Point","coordinates":[-0.4269326,51.8843524]},"properties":{"@type":"node","@id":7167643430,"@timestamp":1580245726},"coords":"51.8843524,-0.4269326","bedrooms":"2","price":"271000","area":"637"} , +{"type":"Feature","id":"n7167656218","geometry":{"type":"Point","coordinates":[-0.6978346,51.523783]},"properties":{"@type":"node","@id":7167656218,"@timestamp":1580244680},"coords":"51.523783,-0.6978346","bedrooms":"4","price":"234000","area":"609"} , +{"type":"Feature","id":"n7167708039","geometry":{"type":"Point","coordinates":[-0.4265705,51.8854848]},"properties":{"@type":"node","@id":7167708039,"@timestamp":1580248597},"coords":"51.8854848,-0.4265705","bedrooms":"4","price":"283000","area":"502"} , +{"type":"Feature","id":"n7167708049","geometry":{"type":"Point","coordinates":[-0.4289362,51.8858954]},"properties":{"@type":"node","@id":7167708049,"@timestamp":1580248597},"coords":"51.8858954,-0.4289362","bedrooms":"1","price":"214000","area":"567"} , +{"type":"Feature","id":"n7167708059","geometry":{"type":"Point","coordinates":[-0.4282254,51.8854252]},"properties":{"@type":"node","@id":7167708059,"@timestamp":1604962162},"coords":"51.8854252,-0.4282254","bedrooms":"2","price":"173000","area":"354"} , +{"type":"Feature","id":"n7167708069","geometry":{"type":"Point","coordinates":[-0.4271337,51.8849517]},"properties":{"@type":"node","@id":7167708069,"@timestamp":1580248597},"coords":"51.8849517,-0.4271337","bedrooms":"0","price":"271000","area":"502"} , +{"type":"Feature","id":"n7167937742","geometry":{"type":"Point","coordinates":[-0.4330024,51.8823723]},"properties":{"@type":"node","@id":7167937742,"@timestamp":1580255958},"coords":"51.8823723,-0.4330024","bedrooms":"2","price":"197000","area":"382"} , +{"type":"Feature","id":"n7167937752","geometry":{"type":"Point","coordinates":[-0.4325169,51.8819799]},"properties":{"@type":"node","@id":7167937752,"@timestamp":1580255958},"coords":"51.8819799,-0.4325169","bedrooms":"2","price":"193000","area":"507"} , +{"type":"Feature","id":"n7167937762","geometry":{"type":"Point","coordinates":[-0.4312402,51.8814716]},"properties":{"@type":"node","@id":7167937762,"@timestamp":1580255958},"coords":"51.8814716,-0.4312402","bedrooms":"4","price":"285000","area":"503"} , +{"type":"Feature","id":"n7167974312","geometry":{"type":"Point","coordinates":[-0.4926682,51.3836571]},"properties":{"@type":"node","@id":7167974312,"@timestamp":1580257335},"coords":"51.3836571,-0.4926682","bedrooms":"4","price":"185000","area":"526"} , +{"type":"Feature","id":"n7168397962","geometry":{"type":"Point","coordinates":[0.0962986,51.2172543]},"properties":{"@type":"node","@id":7168397962,"@timestamp":1580275664},"coords":"51.2172543,0.0962986","bedrooms":"1","price":"233000","area":"569"} , +{"type":"Feature","id":"n7168875446","geometry":{"type":"Point","coordinates":[0.0555622,51.648236]},"properties":{"@type":"node","@id":7168875446,"@timestamp":1580291921},"coords":"51.648236,0.0555622","bedrooms":"1","price":"172000","area":"520"} , +{"type":"Feature","id":"n7169230957","geometry":{"type":"Point","coordinates":[-0.133785,51.4974782]},"properties":{"@type":"node","@id":7169230957,"@timestamp":1580301449},"coords":"51.4974782,-0.133785","bedrooms":"0","price":"158000","area":"419"} , +{"type":"Feature","id":"n7169674323","geometry":{"type":"Point","coordinates":[-0.2126737,51.399537]},"properties":{"@type":"node","@id":7169674323,"@timestamp":1580311897},"coords":"51.399537,-0.2126737","bedrooms":"3","price":"202000","area":"502"} , +{"type":"Feature","id":"n7169883998","geometry":{"type":"Point","coordinates":[-0.4758639,51.4624906]},"properties":{"@type":"node","@id":7169883998,"@timestamp":1580316683},"coords":"51.4624906,-0.4758639","bedrooms":"1","price":"177000","area":"351"} , +{"type":"Feature","id":"n7170231228","geometry":{"type":"Point","coordinates":[-0.1651059,51.5514974]},"properties":{"@type":"node","@id":7170231228,"@timestamp":1580326312},"coords":"51.5514974,-0.1651059","bedrooms":"2","price":"299000","area":"436"} , +{"type":"Feature","id":"n7170619046","geometry":{"type":"Point","coordinates":[-0.5277851,51.4270705]},"properties":{"@type":"node","@id":7170619046,"@timestamp":1580344514},"coords":"51.4270705,-0.5277851","bedrooms":"2","price":"296000","area":"494"} , +{"type":"Feature","id":"n7170869954","geometry":{"type":"Point","coordinates":[-0.7757676,51.8180584]},"properties":{"@type":"node","@id":7170869954,"@timestamp":1580355933},"coords":"51.8180584,-0.7757676","bedrooms":"1","price":"184000","area":"611"} , +{"type":"Feature","id":"n7171362668","geometry":{"type":"Point","coordinates":[-0.7968464,51.5573855]},"properties":{"@type":"node","@id":7171362668,"@timestamp":1580375922},"coords":"51.5573855,-0.7968464","bedrooms":"0","price":"281000","area":"650"} , +{"type":"Feature","id":"n7171778236","geometry":{"type":"Point","coordinates":[0.0397691,51.5231554]},"properties":{"@type":"node","@id":7171778236,"@timestamp":1580386468},"coords":"51.5231554,0.0397691","bedrooms":"1","price":"287000","area":"505"} , +{"type":"Feature","id":"n7171891122","geometry":{"type":"Point","coordinates":[-0.3577299,51.449813]},"properties":{"@type":"node","@id":7171891122,"@timestamp":1594578095},"coords":"51.449813,-0.3577299","bedrooms":"0","price":"232000","area":"581"} , +{"type":"Feature","id":"n7171940556","geometry":{"type":"Point","coordinates":[0.0395546,51.5232144]},"properties":{"@type":"node","@id":7171940556,"@timestamp":1580390429},"coords":"51.5232144,0.0395546","bedrooms":"2","price":"276000","area":"410"} , +{"type":"Feature","id":"n7171940577","geometry":{"type":"Point","coordinates":[0.0394472,51.5239206]},"properties":{"@type":"node","@id":7171940577,"@timestamp":1580390429},"coords":"51.5239206,0.0394472","bedrooms":"2","price":"192000","area":"577"} , +{"type":"Feature","id":"n7171960842","geometry":{"type":"Point","coordinates":[0.0276338,51.5248115]},"properties":{"@type":"node","@id":7171960842,"@timestamp":1593961849},"coords":"51.5248115,0.0276338","bedrooms":"2","price":"240000","area":"612"} , +{"type":"Feature","id":"n7172444014","geometry":{"type":"Point","coordinates":[0.0241962,51.5252731]},"properties":{"@type":"node","@id":7172444014,"@timestamp":1593961849},"coords":"51.5252731,0.0241962","bedrooms":"3","price":"292000","area":"639"} , +{"type":"Feature","id":"n7172645540","geometry":{"type":"Point","coordinates":[0.0202622,51.5263887]},"properties":{"@type":"node","@id":7172645540,"@timestamp":1580400417},"coords":"51.5263887,0.0202622","bedrooms":"3","price":"224000","area":"597"} , +{"type":"Feature","id":"n7172645556","geometry":{"type":"Point","coordinates":[0.0237349,51.5253265]},"properties":{"@type":"node","@id":7172645556,"@timestamp":1593961849},"coords":"51.5253265,0.0237349","bedrooms":"0","price":"256000","area":"576"} , +{"type":"Feature","id":"n7172767155","geometry":{"type":"Point","coordinates":[-0.1996333,51.5151816]},"properties":{"@type":"node","@id":7172767155,"@timestamp":1580403591},"coords":"51.5151816,-0.1996333","bedrooms":"0","price":"168000","area":"522"} , +{"type":"Feature","id":"n7172767246","geometry":{"type":"Point","coordinates":[-0.2013088,51.5152055]},"properties":{"@type":"node","@id":7172767246,"@timestamp":1580403591},"coords":"51.5152055,-0.2013088","bedrooms":"4","price":"294000","area":"609"} , +{"type":"Feature","id":"n7172767265","geometry":{"type":"Point","coordinates":[-0.2002393,51.5156943]},"properties":{"@type":"node","@id":7172767265,"@timestamp":1580403591},"coords":"51.5156943,-0.2002393","bedrooms":"3","price":"209000","area":"386"} , +{"type":"Feature","id":"n7172767275","geometry":{"type":"Point","coordinates":[-0.2010874,51.5155345]},"properties":{"@type":"node","@id":7172767275,"@timestamp":1580403591},"coords":"51.5155345,-0.2010874","bedrooms":"2","price":"230000","area":"496"} , +{"type":"Feature","id":"n7172886128","geometry":{"type":"Point","coordinates":[0.1675165,51.8524669]},"properties":{"@type":"node","@id":7172886128,"@timestamp":1602077966},"coords":"51.8524669,0.1675165","bedrooms":"2","price":"183000","area":"416"} , +{"type":"Feature","id":"n7172947354","geometry":{"type":"Point","coordinates":[-0.1342096,51.4586706]},"properties":{"@type":"node","@id":7172947354,"@timestamp":1580409141},"coords":"51.4586706,-0.1342096","bedrooms":"0","price":"261000","area":"589"} , +{"type":"Feature","id":"n7172953532","geometry":{"type":"Point","coordinates":[-0.5480008,51.2536788]},"properties":{"@type":"node","@id":7172953532,"@timestamp":1580409900},"coords":"51.2536788,-0.5480008","bedrooms":"4","price":"274000","area":"490"} , +{"type":"Feature","id":"n7173036054","geometry":{"type":"Point","coordinates":[-0.3038458,50.9754214]},"properties":{"@type":"node","@id":7173036054,"@timestamp":1590071948},"coords":"50.9754214,-0.3038458","bedrooms":"3","price":"194000","area":"368"} , +{"type":"Feature","id":"n7173225474","geometry":{"type":"Point","coordinates":[-0.2854938,50.9681863]},"properties":{"@type":"node","@id":7173225474,"@timestamp":1580418078},"coords":"50.9681863,-0.2854938","bedrooms":"2","price":"188000","area":"656"} , +{"type":"Feature","id":"n7174366291","geometry":{"type":"Point","coordinates":[0.8848467,51.3091939]},"properties":{"@type":"node","@id":7174366291,"@timestamp":1580458985},"coords":"51.3091939,0.8848467","bedrooms":"2","price":"297000","area":"612"} , +{"type":"Feature","id":"n7174834815","geometry":{"type":"Point","coordinates":[0.0042707,51.5302283]},"properties":{"@type":"node","@id":7174834815,"@timestamp":1580472244},"coords":"51.5302283,0.0042707","bedrooms":"1","price":"183000","area":"427"} , +{"type":"Feature","id":"n7174834837","geometry":{"type":"Point","coordinates":[0.0067679,51.5300289]},"properties":{"@type":"node","@id":7174834837,"@timestamp":1580472244},"coords":"51.5300289,0.0067679","bedrooms":"0","price":"201000","area":"683"} , +{"type":"Feature","id":"n7174907491","geometry":{"type":"Point","coordinates":[0.0030257,51.5303187]},"properties":{"@type":"node","@id":7174907491,"@timestamp":1580473926},"coords":"51.5303187,0.0030257","bedrooms":"4","price":"184000","area":"531"} , +{"type":"Feature","id":"n7175049894","geometry":{"type":"Point","coordinates":[-0.2600793,51.6214257]},"properties":{"@type":"node","@id":7175049894,"@timestamp":1580476615},"coords":"51.6214257,-0.2600793","bedrooms":"4","price":"163000","area":"652"} , +{"type":"Feature","id":"n7175219647","geometry":{"type":"Point","coordinates":[0.0004774,51.5308593]},"properties":{"@type":"node","@id":7175219647,"@timestamp":1580479874},"coords":"51.5308593,0.0004774","bedrooms":"0","price":"152000","area":"425"} , +{"type":"Feature","id":"n7175338526","geometry":{"type":"Point","coordinates":[-0.5583208,51.4245013]},"properties":{"@type":"node","@id":7175338526,"@timestamp":1580483612},"coords":"51.4245013,-0.5583208","bedrooms":"1","price":"297000","area":"589"} , +{"type":"Feature","id":"n7175403736","geometry":{"type":"Point","coordinates":[-0.002758,51.5323608]},"properties":{"@type":"node","@id":7175403736,"@timestamp":1580486029},"coords":"51.5323608,-0.002758","bedrooms":"4","price":"262000","area":"355"} , +{"type":"Feature","id":"n7175403746","geometry":{"type":"Point","coordinates":[0.0243189,51.5251824]},"properties":{"@type":"node","@id":7175403746,"@timestamp":1580486029},"coords":"51.5251824,0.0243189","bedrooms":"4","price":"222000","area":"690"} , +{"type":"Feature","id":"n7175403756","geometry":{"type":"Point","coordinates":[0.0393882,51.5232476]},"properties":{"@type":"node","@id":7175403756,"@timestamp":1580486029},"coords":"51.5232476,0.0393882","bedrooms":"4","price":"221000","area":"552"} , +{"type":"Feature","id":"n7175566126","geometry":{"type":"Point","coordinates":[-0.2964737,51.5523665]},"properties":{"@type":"node","@id":7175566126,"@timestamp":1580489912},"coords":"51.5523665,-0.2964737","bedrooms":"3","price":"207000","area":"456"} , +{"type":"Feature","id":"n7175641560","geometry":{"type":"Point","coordinates":[-0.2035474,51.5146076]},"properties":{"@type":"node","@id":7175641560,"@timestamp":1580491931},"coords":"51.5146076,-0.2035474","bedrooms":"3","price":"254000","area":"608"} , +{"type":"Feature","id":"n7175647124","geometry":{"type":"Point","coordinates":[-0.2028531,51.5152136]},"properties":{"@type":"node","@id":7175647124,"@timestamp":1580491931},"coords":"51.5152136,-0.2028531","bedrooms":"3","price":"188000","area":"511"} , +{"type":"Feature","id":"n7175647134","geometry":{"type":"Point","coordinates":[-0.2037129,51.5150624]},"properties":{"@type":"node","@id":7175647134,"@timestamp":1580491931},"coords":"51.5150624,-0.2037129","bedrooms":"3","price":"238000","area":"386"} , +{"type":"Feature","id":"n7175647206","geometry":{"type":"Point","coordinates":[-0.2042934,51.5149047]},"properties":{"@type":"node","@id":7175647206,"@timestamp":1580491931},"coords":"51.5149047,-0.2042934","bedrooms":"1","price":"237000","area":"676"} , +{"type":"Feature","id":"n7175747257","geometry":{"type":"Point","coordinates":[-1.0166107,51.4490936]},"properties":{"@type":"node","@id":7175747257,"@timestamp":1621244600},"coords":"51.4490936,-1.0166107","bedrooms":"1","price":"209000","area":"556"} , +{"type":"Feature","id":"n7176374486","geometry":{"type":"Point","coordinates":[-0.0845449,51.5260791]},"properties":{"@type":"node","@id":7176374486,"@timestamp":1628342392},"coords":"51.5260791,-0.0845449","bedrooms":"2","price":"219000","area":"507"} , +{"type":"Feature","id":"n7176755488","geometry":{"type":"Point","coordinates":[-0.007016,51.5052949]},"properties":{"@type":"node","@id":7176755488,"@timestamp":1580545416},"coords":"51.5052949,-0.007016","bedrooms":"3","price":"154000","area":"500"} , +{"type":"Feature","id":"n7176814382","geometry":{"type":"Point","coordinates":[-0.2146652,51.401937]},"properties":{"@type":"node","@id":7176814382,"@timestamp":1580553194},"coords":"51.401937,-0.2146652","bedrooms":"1","price":"178000","area":"622"} , +{"type":"Feature","id":"n7176852710","geometry":{"type":"Point","coordinates":[-0.2045609,51.5148839]},"properties":{"@type":"node","@id":7176852710,"@timestamp":1580551793},"coords":"51.5148839,-0.2045609","bedrooms":"0","price":"243000","area":"543"} , +{"type":"Feature","id":"n7176852736","geometry":{"type":"Point","coordinates":[-0.2035416,51.5138423]},"properties":{"@type":"node","@id":7176852736,"@timestamp":1580551793},"coords":"51.5138423,-0.2035416","bedrooms":"0","price":"224000","area":"367"} , +{"type":"Feature","id":"n7176927599","geometry":{"type":"Point","coordinates":[-0.2715284,51.5454546]},"properties":{"@type":"node","@id":7176927599,"@timestamp":1580556025},"coords":"51.5454546,-0.2715284","bedrooms":"1","price":"233000","area":"497"} , +{"type":"Feature","id":"n7177147425","geometry":{"type":"Point","coordinates":[-0.6800595,51.5279781]},"properties":{"@type":"node","@id":7177147425,"@timestamp":1580559283},"coords":"51.5279781,-0.6800595","bedrooms":"4","price":"234000","area":"421"} , +{"type":"Feature","id":"n7177147435","geometry":{"type":"Point","coordinates":[-0.66898,51.5030791]},"properties":{"@type":"node","@id":7177147435,"@timestamp":1610008878},"coords":"51.5030791,-0.66898","bedrooms":"3","price":"155000","area":"572"} , +{"type":"Feature","id":"n7177205436","geometry":{"type":"Point","coordinates":[-0.6598784,51.5204134]},"properties":{"@type":"node","@id":7177205436,"@timestamp":1580561343},"coords":"51.5204134,-0.6598784","bedrooms":"4","price":"157000","area":"368"} , +{"type":"Feature","id":"n7177205446","geometry":{"type":"Point","coordinates":[-0.662156,51.5401802]},"properties":{"@type":"node","@id":7177205446,"@timestamp":1606323803},"coords":"51.5401802,-0.662156","bedrooms":"0","price":"233000","area":"522"} , +{"type":"Feature","id":"n7177295503","geometry":{"type":"Point","coordinates":[-0.1322502,51.4914806]},"properties":{"@type":"node","@id":7177295503,"@timestamp":1580566822},"coords":"51.4914806,-0.1322502","bedrooms":"0","price":"293000","area":"391"} , +{"type":"Feature","id":"n7177454691","geometry":{"type":"Point","coordinates":[-0.0112805,51.4653758]},"properties":{"@type":"node","@id":7177454691,"@timestamp":1580573124},"coords":"51.4653758,-0.0112805","bedrooms":"1","price":"264000","area":"628"} , +{"type":"Feature","id":"n7177561078","geometry":{"type":"Point","coordinates":[-0.4421273,51.8833359]},"properties":{"@type":"node","@id":7177561078,"@timestamp":1580576780},"coords":"51.8833359,-0.4421273","bedrooms":"0","price":"280000","area":"643"} , +{"type":"Feature","id":"n7177692414","geometry":{"type":"Point","coordinates":[-0.4158497,51.8789582]},"properties":{"@type":"node","@id":7177692414,"@timestamp":1580580023},"coords":"51.8789582,-0.4158497","bedrooms":"1","price":"199000","area":"491"} , +{"type":"Feature","id":"n7177692424","geometry":{"type":"Point","coordinates":[-0.4140499,51.8781253]},"properties":{"@type":"node","@id":7177692424,"@timestamp":1580580023},"coords":"51.8781253,-0.4140499","bedrooms":"2","price":"239000","area":"388"} , +{"type":"Feature","id":"n7177742632","geometry":{"type":"Point","coordinates":[-0.2043381,51.5137517]},"properties":{"@type":"node","@id":7177742632,"@timestamp":1580583498},"coords":"51.5137517,-0.2043381","bedrooms":"4","price":"208000","area":"494"} , +{"type":"Feature","id":"n7177742642","geometry":{"type":"Point","coordinates":[-0.2046288,51.5141814]},"properties":{"@type":"node","@id":7177742642,"@timestamp":1580583498},"coords":"51.5141814,-0.2046288","bedrooms":"3","price":"220000","area":"499"} , +{"type":"Feature","id":"n7177742652","geometry":{"type":"Point","coordinates":[-0.2049194,51.514611]},"properties":{"@type":"node","@id":7177742652,"@timestamp":1580583498},"coords":"51.514611,-0.2049194","bedrooms":"3","price":"233000","area":"615"} , +{"type":"Feature","id":"n7177802039","geometry":{"type":"Point","coordinates":[-0.4155841,51.8788241]},"properties":{"@type":"node","@id":7177802039,"@timestamp":1604962162},"coords":"51.8788241,-0.4155841","bedrooms":"3","price":"196000","area":"392"} , +{"type":"Feature","id":"n7177932565","geometry":{"type":"Point","coordinates":[-0.4169521,51.8786502]},"properties":{"@type":"node","@id":7177932565,"@timestamp":1580589732},"coords":"51.8786502,-0.4169521","bedrooms":"0","price":"203000","area":"440"} , +{"type":"Feature","id":"n7178138569","geometry":{"type":"Point","coordinates":[0.3532237,51.7278901]},"properties":{"@type":"node","@id":7178138569,"@timestamp":1580593294},"coords":"51.7278901,0.3532237","bedrooms":"1","price":"167000","area":"422"} , +{"type":"Feature","id":"n7178158525","geometry":{"type":"Point","coordinates":[0.3950218,51.726779]},"properties":{"@type":"node","@id":7178158525,"@timestamp":1580593294},"coords":"51.726779,0.3950218","bedrooms":"2","price":"204000","area":"488"} , +{"type":"Feature","id":"n7178438734","geometry":{"type":"Point","coordinates":[-0.2063792,51.512761]},"properties":{"@type":"node","@id":7178438734,"@timestamp":1580620405},"coords":"51.512761,-0.2063792","bedrooms":"1","price":"211000","area":"490"} , +{"type":"Feature","id":"n7178438744","geometry":{"type":"Point","coordinates":[-0.2054255,51.5130338]},"properties":{"@type":"node","@id":7178438744,"@timestamp":1580620405},"coords":"51.5130338,-0.2054255","bedrooms":"3","price":"155000","area":"507"} , +{"type":"Feature","id":"n7178438754","geometry":{"type":"Point","coordinates":[-0.2060285,51.5128613]},"properties":{"@type":"node","@id":7178438754,"@timestamp":1580620405},"coords":"51.5128613,-0.2060285","bedrooms":"4","price":"193000","area":"605"} , +{"type":"Feature","id":"n7178488821","geometry":{"type":"Point","coordinates":[-0.2056878,51.5136625]},"properties":{"@type":"node","@id":7178488821,"@timestamp":1580620405},"coords":"51.5136625,-0.2056878","bedrooms":"4","price":"249000","area":"679"} , +{"type":"Feature","id":"n7178488831","geometry":{"type":"Point","coordinates":[-0.2065347,51.513422]},"properties":{"@type":"node","@id":7178488831,"@timestamp":1580620405},"coords":"51.513422,-0.2065347","bedrooms":"0","price":"240000","area":"674"} , +{"type":"Feature","id":"n7178638786","geometry":{"type":"Point","coordinates":[-0.1622174,51.4852332]},"properties":{"@type":"node","@id":7178638786,"@timestamp":1581186133},"coords":"51.4852332,-0.1622174","bedrooms":"4","price":"157000","area":"630"} , +{"type":"Feature","id":"n7178652524","geometry":{"type":"Point","coordinates":[-0.4181188,51.8807447]},"properties":{"@type":"node","@id":7178652524,"@timestamp":1580634415},"coords":"51.8807447,-0.4181188","bedrooms":"2","price":"210000","area":"631"} , +{"type":"Feature","id":"n7178888724","geometry":{"type":"Point","coordinates":[-0.319774,51.5135408]},"properties":{"@type":"node","@id":7178888724,"@timestamp":1621169291},"coords":"51.5135408,-0.319774","bedrooms":"4","price":"179000","area":"359"} , +{"type":"Feature","id":"n7178906839","geometry":{"type":"Point","coordinates":[-0.3214313,51.5127598]},"properties":{"@type":"node","@id":7178906839,"@timestamp":1580645607},"coords":"51.5127598,-0.3214313","bedrooms":"0","price":"179000","area":"448"} , +{"type":"Feature","id":"n7178948945","geometry":{"type":"Point","coordinates":[-0.2054229,51.5140403]},"properties":{"@type":"node","@id":7178948945,"@timestamp":1580648069},"coords":"51.5140403,-0.2054229","bedrooms":"2","price":"167000","area":"373"} , +{"type":"Feature","id":"n7178948955","geometry":{"type":"Point","coordinates":[-0.206253,51.5138067]},"properties":{"@type":"node","@id":7178948955,"@timestamp":1580648069},"coords":"51.5138067,-0.206253","bedrooms":"3","price":"283000","area":"615"} , +{"type":"Feature","id":"n7178948965","geometry":{"type":"Point","coordinates":[-0.2053778,51.5140081]},"properties":{"@type":"node","@id":7178948965,"@timestamp":1603118989},"coords":"51.5140081,-0.2053778","bedrooms":"2","price":"266000","area":"472"} , +{"type":"Feature","id":"n7178958596","geometry":{"type":"Point","coordinates":[-0.2069883,51.5143113]},"properties":{"@type":"node","@id":7178958596,"@timestamp":1580648069},"coords":"51.5143113,-0.2069883","bedrooms":"0","price":"162000","area":"580"} , +{"type":"Feature","id":"n7178958606","geometry":{"type":"Point","coordinates":[-0.2061586,51.5145539]},"properties":{"@type":"node","@id":7178958606,"@timestamp":1580648069},"coords":"51.5145539,-0.2061586","bedrooms":"1","price":"290000","area":"645"} , +{"type":"Feature","id":"n7179028885","geometry":{"type":"Point","coordinates":[-0.3381459,51.5089016]},"properties":{"@type":"node","@id":7179028885,"@timestamp":1581579858},"coords":"51.5089016,-0.3381459","bedrooms":"0","price":"158000","area":"492"} , +{"type":"Feature","id":"n7179118218","geometry":{"type":"Point","coordinates":[-0.3490216,51.5962414]},"properties":{"@type":"node","@id":7179118218,"@timestamp":1580654230},"coords":"51.5962414,-0.3490216","bedrooms":"1","price":"192000","area":"521"} , +{"type":"Feature","id":"n7179257720","geometry":{"type":"Point","coordinates":[-0.419409,51.8796801]},"properties":{"@type":"node","@id":7179257720,"@timestamp":1580656480},"coords":"51.8796801,-0.419409","bedrooms":"2","price":"267000","area":"494"} , +{"type":"Feature","id":"n7179257730","geometry":{"type":"Point","coordinates":[-0.4182234,51.8806918]},"properties":{"@type":"node","@id":7179257730,"@timestamp":1580656480},"coords":"51.8806918,-0.4182234","bedrooms":"3","price":"269000","area":"454"} , +{"type":"Feature","id":"n7179393151","geometry":{"type":"Point","coordinates":[-0.4339529,51.6194814]},"properties":{"@type":"node","@id":7179393151,"@timestamp":1604579998},"coords":"51.6194814,-0.4339529","bedrooms":"0","price":"262000","area":"545"} , +{"type":"Feature","id":"n7179456311","geometry":{"type":"Point","coordinates":[-0.5659984,51.4033128]},"properties":{"@type":"node","@id":7179456311,"@timestamp":1580663453},"coords":"51.4033128,-0.5659984","bedrooms":"0","price":"290000","area":"460"} , +{"type":"Feature","id":"n7179483297","geometry":{"type":"Point","coordinates":[-0.2194362,51.4069321]},"properties":{"@type":"node","@id":7179483297,"@timestamp":1582017414},"coords":"51.4069321,-0.2194362","bedrooms":"4","price":"188000","area":"353"} , +{"type":"Feature","id":"n7179533929","geometry":{"type":"Point","coordinates":[-0.9733014,51.4177806]},"properties":{"@type":"node","@id":7179533929,"@timestamp":1609344707},"coords":"51.4177806,-0.9733014","bedrooms":"4","price":"153000","area":"692"} , +{"type":"Feature","id":"n7179576547","geometry":{"type":"Point","coordinates":[0.4987493,51.7510082]},"properties":{"@type":"node","@id":7179576547,"@timestamp":1626965806},"coords":"51.7510082,0.4987493","bedrooms":"1","price":"189000","area":"400"} , +{"type":"Feature","id":"n7179576558","geometry":{"type":"Point","coordinates":[0.4998546,51.7513516]},"properties":{"@type":"node","@id":7179576558,"@timestamp":1580904732},"coords":"51.7513516,0.4998546","bedrooms":"2","price":"298000","area":"674"} , +{"type":"Feature","id":"n7179603879","geometry":{"type":"Point","coordinates":[-0.481502,51.5488426]},"properties":{"@type":"node","@id":7179603879,"@timestamp":1616822236},"coords":"51.5488426,-0.481502","bedrooms":"2","price":"181000","area":"597"} , +{"type":"Feature","id":"n7179741043","geometry":{"type":"Point","coordinates":[0.4683285,51.7752884]},"properties":{"@type":"node","@id":7179741043,"@timestamp":1580677758},"coords":"51.7752884,0.4683285","bedrooms":"0","price":"171000","area":"396"} , +{"type":"Feature","id":"n7179753347","geometry":{"type":"Point","coordinates":[-0.0351514,51.5250063]},"properties":{"@type":"node","@id":7179753347,"@timestamp":1627924874},"coords":"51.5250063,-0.0351514","bedrooms":"2","price":"217000","area":"693"} , +{"type":"Feature","id":"n7179796627","geometry":{"type":"Point","coordinates":[-0.116653,51.5001721]},"properties":{"@type":"node","@id":7179796627,"@timestamp":1618753369},"coords":"51.5001721,-0.116653","bedrooms":"0","price":"254000","area":"543"} , +{"type":"Feature","id":"n7179883498","geometry":{"type":"Point","coordinates":[0.0036149,51.3704466]},"properties":{"@type":"node","@id":7179883498,"@timestamp":1614668919},"coords":"51.3704466,0.0036149","bedrooms":"3","price":"284000","area":"505"} , +{"type":"Feature","id":"n7179953892","geometry":{"type":"Point","coordinates":[-0.1951473,51.4945684]},"properties":{"@type":"node","@id":7179953892,"@timestamp":1596880987},"coords":"51.4945684,-0.1951473","bedrooms":"3","price":"168000","area":"379"} , +{"type":"Feature","id":"n7180011673","geometry":{"type":"Point","coordinates":[-0.2766971,51.3755473]},"properties":{"@type":"node","@id":7180011673,"@timestamp":1627698783},"coords":"51.3755473,-0.2766971","bedrooms":"4","price":"178000","area":"615"} , +{"type":"Feature","id":"n7180376097","geometry":{"type":"Point","coordinates":[-0.2070793,51.5145272]},"properties":{"@type":"node","@id":7180376097,"@timestamp":1580703976},"coords":"51.5145272,-0.2070793","bedrooms":"3","price":"192000","area":"556"} , +{"type":"Feature","id":"n7180376150","geometry":{"type":"Point","coordinates":[-0.2077943,51.5146914]},"properties":{"@type":"node","@id":7180376150,"@timestamp":1580703976},"coords":"51.5146914,-0.2077943","bedrooms":"0","price":"260000","area":"495"} , +{"type":"Feature","id":"n7180376162","geometry":{"type":"Point","coordinates":[-0.2067261,51.5153676]},"properties":{"@type":"node","@id":7180376162,"@timestamp":1580703976},"coords":"51.5153676,-0.2067261","bedrooms":"1","price":"199000","area":"606"} , +{"type":"Feature","id":"n7180376270","geometry":{"type":"Point","coordinates":[-0.2075929,51.5148824]},"properties":{"@type":"node","@id":7180376270,"@timestamp":1580703976},"coords":"51.5148824,-0.2075929","bedrooms":"2","price":"289000","area":"481"} , +{"type":"Feature","id":"n7180376335","geometry":{"type":"Point","coordinates":[-0.2060607,51.515174]},"properties":{"@type":"node","@id":7180376335,"@timestamp":1580703976},"coords":"51.515174,-0.2060607","bedrooms":"1","price":"248000","area":"669"} , +{"type":"Feature","id":"n7180376345","geometry":{"type":"Point","coordinates":[-0.2064273,51.5152028]},"properties":{"@type":"node","@id":7180376345,"@timestamp":1580703976},"coords":"51.5152028,-0.2064273","bedrooms":"3","price":"278000","area":"672"} , +{"type":"Feature","id":"n7180705710","geometry":{"type":"Point","coordinates":[-0.252891,51.4294895]},"properties":{"@type":"node","@id":7180705710,"@timestamp":1580717947},"coords":"51.4294895,-0.252891","bedrooms":"4","price":"291000","area":"355"} , +{"type":"Feature","id":"n7180874661","geometry":{"type":"Point","coordinates":[-0.6168313,51.5384494]},"properties":{"@type":"node","@id":7180874661,"@timestamp":1618068598},"coords":"51.5384494,-0.6168313","bedrooms":"0","price":"264000","area":"542"} , +{"type":"Feature","id":"n7180874671","geometry":{"type":"Point","coordinates":[-0.6153993,51.5582057]},"properties":{"@type":"node","@id":7180874671,"@timestamp":1618068598},"coords":"51.5582057,-0.6153993","bedrooms":"1","price":"187000","area":"493"} , +{"type":"Feature","id":"n7180874681","geometry":{"type":"Point","coordinates":[-0.623425,51.5751518]},"properties":{"@type":"node","@id":7180874681,"@timestamp":1605717839},"coords":"51.5751518,-0.623425","bedrooms":"4","price":"295000","area":"419"} , +{"type":"Feature","id":"n7181130657","geometry":{"type":"Point","coordinates":[0.366061,51.4367089]},"properties":{"@type":"node","@id":7181130657,"@timestamp":1631118300},"coords":"51.4367089,0.366061","bedrooms":"1","price":"167000","area":"600"} , +{"type":"Feature","id":"n7181475103","geometry":{"type":"Point","coordinates":[-0.0821631,51.4631539]},"properties":{"@type":"node","@id":7181475103,"@timestamp":1580733972},"coords":"51.4631539,-0.0821631","bedrooms":"0","price":"177000","area":"518"} , +{"type":"Feature","id":"n7181735534","geometry":{"type":"Point","coordinates":[-0.3396443,51.4535546]},"properties":{"@type":"node","@id":7181735534,"@timestamp":1601034263},"coords":"51.4535546,-0.3396443","bedrooms":"3","price":"160000","area":"469"} , +{"type":"Feature","id":"n7181854846","geometry":{"type":"Point","coordinates":[-0.2750509,50.9474071]},"properties":{"@type":"node","@id":7181854846,"@timestamp":1635187843},"coords":"50.9474071,-0.2750509","bedrooms":"2","price":"288000","area":"683"} , +{"type":"Feature","id":"n7182032447","geometry":{"type":"Point","coordinates":[-0.2057575,51.5152164]},"properties":{"@type":"node","@id":7182032447,"@timestamp":1580747381},"coords":"51.5152164,-0.2057575","bedrooms":"0","price":"239000","area":"398"} , +{"type":"Feature","id":"n7182075445","geometry":{"type":"Point","coordinates":[-0.0178293,51.5061329]},"properties":{"@type":"node","@id":7182075445,"@timestamp":1580748290},"coords":"51.5061329,-0.0178293","bedrooms":"1","price":"175000","area":"685"} , +{"type":"Feature","id":"n7182186282","geometry":{"type":"Point","coordinates":[-0.8014443,51.3457782]},"properties":{"@type":"node","@id":7182186282,"@timestamp":1580751537},"coords":"51.3457782,-0.8014443","bedrooms":"2","price":"253000","area":"650"} , +{"type":"Feature","id":"n7182312268","geometry":{"type":"Point","coordinates":[-0.3646241,51.4791596]},"properties":{"@type":"node","@id":7182312268,"@timestamp":1580756128},"coords":"51.4791596,-0.3646241","bedrooms":"0","price":"232000","area":"440"} , +{"type":"Feature","id":"n7182398127","geometry":{"type":"Point","coordinates":[-0.0830868,51.3149656]},"properties":{"@type":"node","@id":7182398127,"@timestamp":1580758415},"coords":"51.3149656,-0.0830868","bedrooms":"4","price":"206000","area":"521"} , +{"type":"Feature","id":"n7182619024","geometry":{"type":"Point","coordinates":[-0.6347223,51.527819]},"properties":{"@type":"node","@id":7182619024,"@timestamp":1607959943},"coords":"51.527819,-0.6347223","bedrooms":"0","price":"158000","area":"675"} , +{"type":"Feature","id":"n7182731727","geometry":{"type":"Point","coordinates":[-0.2342532,51.7484874]},"properties":{"@type":"node","@id":7182731727,"@timestamp":1580769993},"coords":"51.7484874,-0.2342532","bedrooms":"2","price":"151000","area":"486"} , +{"type":"Feature","id":"n7182731737","geometry":{"type":"Point","coordinates":[-0.2340968,51.7479642]},"properties":{"@type":"node","@id":7182731737,"@timestamp":1580769993},"coords":"51.7479642,-0.2340968","bedrooms":"3","price":"261000","area":"664"} , +{"type":"Feature","id":"n7182760646","geometry":{"type":"Point","coordinates":[-0.1318065,51.4748709]},"properties":{"@type":"node","@id":7182760646,"@timestamp":1580773317},"coords":"51.4748709,-0.1318065","bedrooms":"4","price":"210000","area":"669"} , +{"type":"Feature","id":"n7183199915","geometry":{"type":"Point","coordinates":[0.701216,51.9275025]},"properties":{"@type":"node","@id":7183199915,"@timestamp":1580786968},"coords":"51.9275025,0.701216","bedrooms":"4","price":"215000","area":"647"} , +{"type":"Feature","id":"n7183269894","geometry":{"type":"Point","coordinates":[-0.0712978,51.4733989]},"properties":{"@type":"node","@id":7183269894,"@timestamp":1580788881},"coords":"51.4733989,-0.0712978","bedrooms":"3","price":"179000","area":"678"} , +{"type":"Feature","id":"n7183716047","geometry":{"type":"Point","coordinates":[0.0507428,51.5403167]},"properties":{"@type":"node","@id":7183716047,"@timestamp":1580806642},"coords":"51.5403167,0.0507428","bedrooms":"0","price":"210000","area":"552"} , +{"type":"Feature","id":"n7183760197","geometry":{"type":"Point","coordinates":[0.0514689,51.5384722]},"properties":{"@type":"node","@id":7183760197,"@timestamp":1593961849},"coords":"51.5384722,0.0514689","bedrooms":"3","price":"271000","area":"376"} , +{"type":"Feature","id":"n7183880685","geometry":{"type":"Point","coordinates":[-0.5758801,51.5376739]},"properties":{"@type":"node","@id":7183880685,"@timestamp":1580811459},"coords":"51.5376739,-0.5758801","bedrooms":"3","price":"278000","area":"504"} , +{"type":"Feature","id":"n7184131646","geometry":{"type":"Point","coordinates":[0.1031559,51.4189045]},"properties":{"@type":"node","@id":7184131646,"@timestamp":1580819571},"coords":"51.4189045,0.1031559","bedrooms":"3","price":"210000","area":"616"} , +{"type":"Feature","id":"n7184834506","geometry":{"type":"Point","coordinates":[0.3795255,51.1399542]},"properties":{"@type":"node","@id":7184834506,"@timestamp":1580836694},"coords":"51.1399542,0.3795255","bedrooms":"4","price":"156000","area":"614"} , +{"type":"Feature","id":"n7185111715","geometry":{"type":"Point","coordinates":[0.0519036,51.5370651]},"properties":{"@type":"node","@id":7185111715,"@timestamp":1580845129},"coords":"51.5370651,0.0519036","bedrooms":"3","price":"157000","area":"398"} , +{"type":"Feature","id":"n7185164617","geometry":{"type":"Point","coordinates":[0.0533145,51.537959]},"properties":{"@type":"node","@id":7185164617,"@timestamp":1580847047},"coords":"51.537959,0.0533145","bedrooms":"0","price":"283000","area":"623"} , +{"type":"Feature","id":"n7185172652","geometry":{"type":"Point","coordinates":[-0.2547885,51.3505856]},"properties":{"@type":"node","@id":7185172652,"@timestamp":1627462333},"coords":"51.3505856,-0.2547885","bedrooms":"0","price":"195000","area":"466"} , +{"type":"Feature","id":"n7185282243","geometry":{"type":"Point","coordinates":[-0.4116923,51.8773404]},"properties":{"@type":"node","@id":7185282243,"@timestamp":1580850170},"coords":"51.8773404,-0.4116923","bedrooms":"3","price":"237000","area":"412"} , +{"type":"Feature","id":"n7185367687","geometry":{"type":"Point","coordinates":[-0.9862171,51.4343046]},"properties":{"@type":"node","@id":7185367687,"@timestamp":1580852449},"coords":"51.4343046,-0.9862171","bedrooms":"1","price":"270000","area":"690"} , +{"type":"Feature","id":"n7185525581","geometry":{"type":"Point","coordinates":[0.2822299,51.709715]},"properties":{"@type":"node","@id":7185525581,"@timestamp":1580860220},"coords":"51.709715,0.2822299","bedrooms":"0","price":"295000","area":"607"} , +{"type":"Feature","id":"n7185614477","geometry":{"type":"Point","coordinates":[-0.4090292,51.6015531]},"properties":{"@type":"node","@id":7185614477,"@timestamp":1581461099},"coords":"51.6015531,-0.4090292","bedrooms":"3","price":"251000","area":"434"} , +{"type":"Feature","id":"n7185758705","geometry":{"type":"Point","coordinates":[0.6017631,51.8584595]},"properties":{"@type":"node","@id":7185758705,"@timestamp":1580871890},"coords":"51.8584595,0.6017631","bedrooms":"4","price":"257000","area":"664"} , +{"type":"Feature","id":"n7185838120","geometry":{"type":"Point","coordinates":[-0.2052212,51.5157657]},"properties":{"@type":"node","@id":7185838120,"@timestamp":1630768169},"coords":"51.5157657,-0.2052212","bedrooms":"3","price":"177000","area":"697"} , +{"type":"Feature","id":"n7185838144","geometry":{"type":"Point","coordinates":[-0.2050539,51.5151149]},"properties":{"@type":"node","@id":7185838144,"@timestamp":1580875757},"coords":"51.5151149,-0.2050539","bedrooms":"0","price":"228000","area":"482"} , +{"type":"Feature","id":"n7187080079","geometry":{"type":"Point","coordinates":[-0.031488,51.5646224]},"properties":{"@type":"node","@id":7187080079,"@timestamp":1629337896},"coords":"51.5646224,-0.031488","bedrooms":"3","price":"188000","area":"386"} , +{"type":"Feature","id":"n7187215975","geometry":{"type":"Point","coordinates":[-0.15795,51.3432187]},"properties":{"@type":"node","@id":7187215975,"@timestamp":1580894346},"coords":"51.3432187,-0.15795","bedrooms":"1","price":"286000","area":"461"} , +{"type":"Feature","id":"n7187525512","geometry":{"type":"Point","coordinates":[-0.1334604,51.4734759]},"properties":{"@type":"node","@id":7187525512,"@timestamp":1596161107},"coords":"51.4734759,-0.1334604","bedrooms":"0","price":"231000","area":"487"} , +{"type":"Feature","id":"n7187686276","geometry":{"type":"Point","coordinates":[-0.5304311,51.7111555]},"properties":{"@type":"node","@id":7187686276,"@timestamp":1580906261},"coords":"51.7111555,-0.5304311","bedrooms":"0","price":"262000","area":"650"} , +{"type":"Feature","id":"n7187761868","geometry":{"type":"Point","coordinates":[0.0524526,51.5214978]},"properties":{"@type":"node","@id":7187761868,"@timestamp":1593961849},"coords":"51.5214978,0.0524526","bedrooms":"3","price":"232000","area":"501"} , +{"type":"Feature","id":"n7187845171","geometry":{"type":"Point","coordinates":[0.8842465,51.3084868]},"properties":{"@type":"node","@id":7187845171,"@timestamp":1580909838},"coords":"51.3084868,0.8842465","bedrooms":"3","price":"152000","area":"600"} , +{"type":"Feature","id":"n7188449466","geometry":{"type":"Point","coordinates":[-0.054147,51.485865]},"properties":{"@type":"node","@id":7188449466,"@timestamp":1580926603},"coords":"51.485865,-0.054147","bedrooms":"4","price":"204000","area":"621"} , +{"type":"Feature","id":"n7188449478","geometry":{"type":"Point","coordinates":[-0.054162,51.4858915]},"properties":{"@type":"node","@id":7188449478,"@timestamp":1586611904},"coords":"51.4858915,-0.054162","bedrooms":"2","price":"192000","area":"458"} , +{"type":"Feature","id":"n7188610035","geometry":{"type":"Point","coordinates":[-0.4184246,51.8745254]},"properties":{"@type":"node","@id":7188610035,"@timestamp":1580934185},"coords":"51.8745254,-0.4184246","bedrooms":"4","price":"155000","area":"615"} , +{"type":"Feature","id":"n7188700078","geometry":{"type":"Point","coordinates":[0.1257663,51.4421737]},"properties":{"@type":"node","@id":7188700078,"@timestamp":1580934352},"coords":"51.4421737,0.1257663","bedrooms":"0","price":"177000","area":"684"} , +{"type":"Feature","id":"n7188701071","geometry":{"type":"Point","coordinates":[0.1026058,51.4452555]},"properties":{"@type":"node","@id":7188701071,"@timestamp":1580935390},"coords":"51.4452555,0.1026058","bedrooms":"4","price":"218000","area":"622"} , +{"type":"Feature","id":"n7188765521","geometry":{"type":"Point","coordinates":[-0.4192507,51.8778082]},"properties":{"@type":"node","@id":7188765521,"@timestamp":1580936509},"coords":"51.8778082,-0.4192507","bedrooms":"4","price":"187000","area":"417"} , +{"type":"Feature","id":"n7188788781","geometry":{"type":"Point","coordinates":[-0.2957002,51.3854905]},"properties":{"@type":"node","@id":7188788781,"@timestamp":1616025693},"coords":"51.3854905,-0.2957002","bedrooms":"3","price":"212000","area":"483"} , +{"type":"Feature","id":"n7188847316","geometry":{"type":"Point","coordinates":[-0.4172981,51.8763254]},"properties":{"@type":"node","@id":7188847316,"@timestamp":1580940145},"coords":"51.8763254,-0.4172981","bedrooms":"3","price":"168000","area":"640"} , +{"type":"Feature","id":"n7188929801","geometry":{"type":"Point","coordinates":[-0.2957199,51.3855095]},"properties":{"@type":"node","@id":7188929801,"@timestamp":1616025693},"coords":"51.3855095,-0.2957199","bedrooms":"4","price":"187000","area":"443"} , +{"type":"Feature","id":"n7188946423","geometry":{"type":"Point","coordinates":[-0.4388174,51.8751083]},"properties":{"@type":"node","@id":7188946423,"@timestamp":1580943097},"coords":"51.8751083,-0.4388174","bedrooms":"1","price":"299000","area":"375"} , +{"type":"Feature","id":"n7188946433","geometry":{"type":"Point","coordinates":[-0.4285204,51.8715181]},"properties":{"@type":"node","@id":7188946433,"@timestamp":1580943097},"coords":"51.8715181,-0.4285204","bedrooms":"3","price":"191000","area":"558"} , +{"type":"Feature","id":"n7189856071","geometry":{"type":"Point","coordinates":[-0.7173641,51.9405187]},"properties":{"@type":"node","@id":7189856071,"@timestamp":1580971048},"coords":"51.9405187,-0.7173641","bedrooms":"2","price":"297000","area":"635"} , +{"type":"Feature","id":"n7190269039","geometry":{"type":"Point","coordinates":[-0.513497,51.221032]},"properties":{"@type":"node","@id":7190269039,"@timestamp":1580981107},"coords":"51.221032,-0.513497","bedrooms":"1","price":"229000","area":"383"} , +{"type":"Feature","id":"n7190531718","geometry":{"type":"Point","coordinates":[-0.0567979,51.479142]},"properties":{"@type":"node","@id":7190531718,"@timestamp":1580987029},"coords":"51.479142,-0.0567979","bedrooms":"2","price":"173000","area":"377"} , +{"type":"Feature","id":"n7191073849","geometry":{"type":"Point","coordinates":[-0.0782633,51.5135399]},"properties":{"@type":"node","@id":7191073849,"@timestamp":1580998367},"coords":"51.5135399,-0.0782633","bedrooms":"0","price":"150000","area":"409"} , +{"type":"Feature","id":"n7191440743","geometry":{"type":"Point","coordinates":[-0.2008658,51.5204652]},"properties":{"@type":"node","@id":7191440743,"@timestamp":1631729545},"coords":"51.5204652,-0.2008658","bedrooms":"3","price":"239000","area":"436"} , +{"type":"Feature","id":"n7191781872","geometry":{"type":"Point","coordinates":[0.0807198,51.4431849]},"properties":{"@type":"node","@id":7191781872,"@timestamp":1581017720},"coords":"51.4431849,0.0807198","bedrooms":"4","price":"210000","area":"369"} , +{"type":"Feature","id":"n7191781882","geometry":{"type":"Point","coordinates":[0.0805229,51.4427957]},"properties":{"@type":"node","@id":7191781882,"@timestamp":1581017720},"coords":"51.4427957,0.0805229","bedrooms":"0","price":"223000","area":"618"} , +{"type":"Feature","id":"n7191794996","geometry":{"type":"Point","coordinates":[0.0782752,51.4407976]},"properties":{"@type":"node","@id":7191794996,"@timestamp":1581017720},"coords":"51.4407976,0.0782752","bedrooms":"3","price":"284000","area":"656"} , +{"type":"Feature","id":"n7191795006","geometry":{"type":"Point","coordinates":[0.076474,51.4398489]},"properties":{"@type":"node","@id":7191795006,"@timestamp":1581017720},"coords":"51.4398489,0.076474","bedrooms":"3","price":"186000","area":"404"} , +{"type":"Feature","id":"n7191795016","geometry":{"type":"Point","coordinates":[0.0782547,51.438342]},"properties":{"@type":"node","@id":7191795016,"@timestamp":1581017720},"coords":"51.438342,0.0782547","bedrooms":"0","price":"298000","area":"532"} , +{"type":"Feature","id":"n7191795026","geometry":{"type":"Point","coordinates":[0.0824853,51.4381342]},"properties":{"@type":"node","@id":7191795026,"@timestamp":1581017720},"coords":"51.4381342,0.0824853","bedrooms":"0","price":"227000","area":"528"} , +{"type":"Feature","id":"n7191795036","geometry":{"type":"Point","coordinates":[0.0926927,51.4369036]},"properties":{"@type":"node","@id":7191795036,"@timestamp":1581017720},"coords":"51.4369036,0.0926927","bedrooms":"2","price":"233000","area":"609"} , +{"type":"Feature","id":"n7191795052","geometry":{"type":"Point","coordinates":[0.0932635,51.4381259]},"properties":{"@type":"node","@id":7191795052,"@timestamp":1581017720},"coords":"51.4381259,0.0932635","bedrooms":"1","price":"177000","area":"544"} , +{"type":"Feature","id":"n7191883388","geometry":{"type":"Point","coordinates":[-0.4120812,51.8846273]},"properties":{"@type":"node","@id":7191883388,"@timestamp":1581020829},"coords":"51.8846273,-0.4120812","bedrooms":"3","price":"266000","area":"528"} , +{"type":"Feature","id":"n7191883398","geometry":{"type":"Point","coordinates":[-0.4130575,51.8838061]},"properties":{"@type":"node","@id":7191883398,"@timestamp":1581020829},"coords":"51.8838061,-0.4130575","bedrooms":"3","price":"173000","area":"556"} , +{"type":"Feature","id":"n7191883408","geometry":{"type":"Point","coordinates":[-0.4139105,51.8832548]},"properties":{"@type":"node","@id":7191883408,"@timestamp":1581020829},"coords":"51.8832548,-0.4139105","bedrooms":"4","price":"236000","area":"621"} , +{"type":"Feature","id":"n7191885426","geometry":{"type":"Point","coordinates":[-0.4115206,51.8850014]},"properties":{"@type":"node","@id":7191885426,"@timestamp":1581021336},"coords":"51.8850014,-0.4115206","bedrooms":"4","price":"258000","area":"515"} , +{"type":"Feature","id":"n7191917996","geometry":{"type":"Point","coordinates":[-0.4126176,51.8839617]},"properties":{"@type":"node","@id":7191917996,"@timestamp":1581022414},"coords":"51.8839617,-0.4126176","bedrooms":"4","price":"160000","area":"411"} , +{"type":"Feature","id":"n7192115071","geometry":{"type":"Point","coordinates":[-0.6179918,51.8252712]},"properties":{"@type":"node","@id":7192115071,"@timestamp":1581032751},"coords":"51.8252712,-0.6179918","bedrooms":"4","price":"266000","area":"464"} , +{"type":"Feature","id":"n7192415357","geometry":{"type":"Point","coordinates":[-0.2040619,51.5152204]},"properties":{"@type":"node","@id":7192415357,"@timestamp":1581050130},"coords":"51.5152204,-0.2040619","bedrooms":"4","price":"245000","area":"629"} , +{"type":"Feature","id":"n7192415370","geometry":{"type":"Point","coordinates":[-0.2046828,51.515664]},"properties":{"@type":"node","@id":7192415370,"@timestamp":1581050130},"coords":"51.515664,-0.2046828","bedrooms":"1","price":"246000","area":"623"} , +{"type":"Feature","id":"n7192415380","geometry":{"type":"Point","coordinates":[-0.2041201,51.5156003]},"properties":{"@type":"node","@id":7192415380,"@timestamp":1581050130},"coords":"51.5156003,-0.2041201","bedrooms":"3","price":"210000","area":"696"} , +{"type":"Feature","id":"n7192513359","geometry":{"type":"Point","coordinates":[-0.3949319,51.6461918]},"properties":{"@type":"node","@id":7192513359,"@timestamp":1581056306},"coords":"51.6461918,-0.3949319","bedrooms":"0","price":"199000","area":"697"} , +{"type":"Feature","id":"n7192800800","geometry":{"type":"Point","coordinates":[-0.1041622,51.249581]},"properties":{"@type":"node","@id":7192800800,"@timestamp":1581069371},"coords":"51.249581,-0.1041622","bedrooms":"4","price":"165000","area":"452"} , +{"type":"Feature","id":"n7192974439","geometry":{"type":"Point","coordinates":[-0.2673232,51.5284629]},"properties":{"@type":"node","@id":7192974439,"@timestamp":1581075349},"coords":"51.5284629,-0.2673232","bedrooms":"1","price":"241000","area":"604"} , +{"type":"Feature","id":"n7193219647","geometry":{"type":"Point","coordinates":[-0.7937423,51.2205773]},"properties":{"@type":"node","@id":7193219647,"@timestamp":1581123675},"coords":"51.2205773,-0.7937423","bedrooms":"4","price":"158000","area":"428"} , +{"type":"Feature","id":"n7193290811","geometry":{"type":"Point","coordinates":[-0.2956094,50.9700681]},"properties":{"@type":"node","@id":7193290811,"@timestamp":1581085407},"coords":"50.9700681,-0.2956094","bedrooms":"0","price":"224000","area":"430"} , +{"type":"Feature","id":"n7193340252","geometry":{"type":"Point","coordinates":[-0.4810531,51.4239521]},"properties":{"@type":"node","@id":7193340252,"@timestamp":1581087118},"coords":"51.4239521,-0.4810531","bedrooms":"0","price":"232000","area":"695"} , +{"type":"Feature","id":"n7193372877","geometry":{"type":"Point","coordinates":[-0.203518,51.5159951]},"properties":{"@type":"node","@id":7193372877,"@timestamp":1581088347},"coords":"51.5159951,-0.203518","bedrooms":"3","price":"184000","area":"419"} , +{"type":"Feature","id":"n7193383187","geometry":{"type":"Point","coordinates":[-0.2033074,51.5156772]},"properties":{"@type":"node","@id":7193383187,"@timestamp":1581088347},"coords":"51.5156772,-0.2033074","bedrooms":"0","price":"215000","area":"432"} , +{"type":"Feature","id":"n7193482854","geometry":{"type":"Point","coordinates":[-0.2031033,51.5163352]},"properties":{"@type":"node","@id":7193482854,"@timestamp":1581091999},"coords":"51.5163352,-0.2031033","bedrooms":"2","price":"172000","area":"686"} , +{"type":"Feature","id":"n7193482870","geometry":{"type":"Point","coordinates":[-0.2031365,51.5159773]},"properties":{"@type":"node","@id":7193482870,"@timestamp":1581091999},"coords":"51.5159773,-0.2031365","bedrooms":"0","price":"272000","area":"536"} , +{"type":"Feature","id":"n7193497485","geometry":{"type":"Point","coordinates":[-0.2023944,51.5164511]},"properties":{"@type":"node","@id":7193497485,"@timestamp":1581091999},"coords":"51.5164511,-0.2023944","bedrooms":"0","price":"250000","area":"456"} , +{"type":"Feature","id":"n7193615588","geometry":{"type":"Point","coordinates":[0.8715655,51.1464851]},"properties":{"@type":"node","@id":7193615588,"@timestamp":1581095258},"coords":"51.1464851,0.8715655","bedrooms":"1","price":"162000","area":"400"} , +{"type":"Feature","id":"n7193756731","geometry":{"type":"Point","coordinates":[-0.1227308,51.2596275]},"properties":{"@type":"node","@id":7193756731,"@timestamp":1581098693},"coords":"51.2596275,-0.1227308","bedrooms":"0","price":"157000","area":"402"} , +{"type":"Feature","id":"n7194028681","geometry":{"type":"Point","coordinates":[0.7677877,51.1607728]},"properties":{"@type":"node","@id":7194028681,"@timestamp":1581104690},"coords":"51.1607728,0.7677877","bedrooms":"3","price":"208000","area":"516"} , +{"type":"Feature","id":"n7194030270","geometry":{"type":"Point","coordinates":[-0.4121804,51.8843408]},"properties":{"@type":"node","@id":7194030270,"@timestamp":1581105840},"coords":"51.8843408,-0.4121804","bedrooms":"0","price":"297000","area":"695"} , +{"type":"Feature","id":"n7194043164","geometry":{"type":"Point","coordinates":[0.7656795,51.1618864]},"properties":{"@type":"node","@id":7194043164,"@timestamp":1581104689},"coords":"51.1618864,0.7656795","bedrooms":"2","price":"237000","area":"574"} , +{"type":"Feature","id":"n7194064456","geometry":{"type":"Point","coordinates":[-0.0143057,51.4565391]},"properties":{"@type":"node","@id":7194064456,"@timestamp":1620203436},"coords":"51.4565391,-0.0143057","bedrooms":"3","price":"235000","area":"392"} , +{"type":"Feature","id":"n7194091676","geometry":{"type":"Point","coordinates":[-0.4109332,51.8852067]},"properties":{"@type":"node","@id":7194091676,"@timestamp":1581107260},"coords":"51.8852067,-0.4109332","bedrooms":"0","price":"166000","area":"370"} , +{"type":"Feature","id":"n7194172805","geometry":{"type":"Point","coordinates":[-0.400773,51.8848226]},"properties":{"@type":"node","@id":7194172805,"@timestamp":1581110150},"coords":"51.8848226,-0.400773","bedrooms":"0","price":"292000","area":"482"} , +{"type":"Feature","id":"n7194202833","geometry":{"type":"Point","coordinates":[0.3374718,51.4322145]},"properties":{"@type":"node","@id":7194202833,"@timestamp":1581112302},"coords":"51.4322145,0.3374718","bedrooms":"0","price":"159000","area":"481"} , +{"type":"Feature","id":"n7194207451","geometry":{"type":"Point","coordinates":[0.3381209,51.4331175]},"properties":{"@type":"node","@id":7194207451,"@timestamp":1581112547},"coords":"51.4331175,0.3381209","bedrooms":"0","price":"263000","area":"581"} , +{"type":"Feature","id":"n7194215806","geometry":{"type":"Point","coordinates":[0.3382201,51.4331927]},"properties":{"@type":"node","@id":7194215806,"@timestamp":1581112450},"coords":"51.4331927,0.3382201","bedrooms":"0","price":"277000","area":"600"} , +{"type":"Feature","id":"n7194228830","geometry":{"type":"Point","coordinates":[0.3339471,51.4295347]},"properties":{"@type":"node","@id":7194228830,"@timestamp":1581113058},"coords":"51.4295347,0.3339471","bedrooms":"1","price":"280000","area":"554"} , +{"type":"Feature","id":"n7194247574","geometry":{"type":"Point","coordinates":[-0.4004565,51.8865642]},"properties":{"@type":"node","@id":7194247574,"@timestamp":1581114406},"coords":"51.8865642,-0.4004565","bedrooms":"1","price":"203000","area":"560"} , +{"type":"Feature","id":"n7194289028","geometry":{"type":"Point","coordinates":[-0.0190243,51.4441385]},"properties":{"@type":"node","@id":7194289028,"@timestamp":1581116778},"coords":"51.4441385,-0.0190243","bedrooms":"2","price":"156000","area":"427"} , +{"type":"Feature","id":"n7194613049","geometry":{"type":"Point","coordinates":[-0.2017611,51.5159853]},"properties":{"@type":"node","@id":7194613049,"@timestamp":1581136386},"coords":"51.5159853,-0.2017611","bedrooms":"4","price":"296000","area":"365"} , +{"type":"Feature","id":"n7194759206","geometry":{"type":"Point","coordinates":[-0.3924233,51.8866205]},"properties":{"@type":"node","@id":7194759206,"@timestamp":1581150292},"coords":"51.8866205,-0.3924233","bedrooms":"0","price":"286000","area":"511"} , +{"type":"Feature","id":"n7194786498","geometry":{"type":"Point","coordinates":[-0.2001769,51.5159995]},"properties":{"@type":"node","@id":7194786498,"@timestamp":1581148484},"coords":"51.5159995,-0.2001769","bedrooms":"3","price":"200000","area":"436"} , +{"type":"Feature","id":"n7194786558","geometry":{"type":"Point","coordinates":[-0.1999729,51.5162615]},"properties":{"@type":"node","@id":7194786558,"@timestamp":1581148484},"coords":"51.5162615,-0.1999729","bedrooms":"0","price":"292000","area":"556"} , +{"type":"Feature","id":"n7194812783","geometry":{"type":"Point","coordinates":[0.7734096,51.2816455]},"properties":{"@type":"node","@id":7194812783,"@timestamp":1627017260},"coords":"51.2816455,0.7734096","bedrooms":"4","price":"167000","area":"466"} , +{"type":"Feature","id":"n7194959546","geometry":{"type":"Point","coordinates":[-0.0173517,51.4483809]},"properties":{"@type":"node","@id":7194959546,"@timestamp":1635455989},"coords":"51.4483809,-0.0173517","bedrooms":"2","price":"231000","area":"586"} , +{"type":"Feature","id":"n7194974093","geometry":{"type":"Point","coordinates":[-0.0165977,51.4531613]},"properties":{"@type":"node","@id":7194974093,"@timestamp":1581158720},"coords":"51.4531613,-0.0165977","bedrooms":"2","price":"172000","area":"384"} , +{"type":"Feature","id":"n7194974103","geometry":{"type":"Point","coordinates":[-0.0171674,51.4501244]},"properties":{"@type":"node","@id":7194974103,"@timestamp":1581158720},"coords":"51.4501244,-0.0171674","bedrooms":"0","price":"290000","area":"573"} , +{"type":"Feature","id":"n7194974113","geometry":{"type":"Point","coordinates":[-0.0169826,51.4518347]},"properties":{"@type":"node","@id":7194974113,"@timestamp":1581158720},"coords":"51.4518347,-0.0169826","bedrooms":"3","price":"199000","area":"682"} , +{"type":"Feature","id":"n7194994882","geometry":{"type":"Point","coordinates":[-0.0181956,51.4473795]},"properties":{"@type":"node","@id":7194994882,"@timestamp":1581160223},"coords":"51.4473795,-0.0181956","bedrooms":"4","price":"172000","area":"650"} , +{"type":"Feature","id":"n7195020358","geometry":{"type":"Point","coordinates":[0.1337162,51.4935969]},"properties":{"@type":"node","@id":7195020358,"@timestamp":1581160408},"coords":"51.4935969,0.1337162","bedrooms":"1","price":"238000","area":"464"} , +{"type":"Feature","id":"n7195021796","geometry":{"type":"Point","coordinates":[-0.0191984,51.4462096]},"properties":{"@type":"node","@id":7195021796,"@timestamp":1608751558},"coords":"51.4462096,-0.0191984","bedrooms":"0","price":"217000","area":"659"} , +{"type":"Feature","id":"n7195085686","geometry":{"type":"Point","coordinates":[-0.2456042,51.506776]},"properties":{"@type":"node","@id":7195085686,"@timestamp":1589363079},"coords":"51.506776,-0.2456042","bedrooms":"1","price":"294000","area":"570"} , +{"type":"Feature","id":"n7195155242","geometry":{"type":"Point","coordinates":[0.2045104,51.43838]},"properties":{"@type":"node","@id":7195155242,"@timestamp":1581169010},"coords":"51.43838,0.2045104","bedrooms":"2","price":"299000","area":"633"} , +{"type":"Feature","id":"n7195155252","geometry":{"type":"Point","coordinates":[0.2065328,51.4391491]},"properties":{"@type":"node","@id":7195155252,"@timestamp":1581169010},"coords":"51.4391491,0.2065328","bedrooms":"0","price":"277000","area":"576"} , +{"type":"Feature","id":"n7195155262","geometry":{"type":"Point","coordinates":[0.2062646,51.4388331]},"properties":{"@type":"node","@id":7195155262,"@timestamp":1581169010},"coords":"51.4388331,0.2062646","bedrooms":"3","price":"252000","area":"445"} , +{"type":"Feature","id":"n7195155272","geometry":{"type":"Point","coordinates":[0.2075252,51.4386626]},"properties":{"@type":"node","@id":7195155272,"@timestamp":1581169010},"coords":"51.4386626,0.2075252","bedrooms":"1","price":"248000","area":"630"} , +{"type":"Feature","id":"n7195155282","geometry":{"type":"Point","coordinates":[0.2064308,51.4386241]},"properties":{"@type":"node","@id":7195155282,"@timestamp":1581169010},"coords":"51.4386241,0.2064308","bedrooms":"0","price":"202000","area":"477"} , +{"type":"Feature","id":"n7195185512","geometry":{"type":"Point","coordinates":[0.2117228,51.4357198]},"properties":{"@type":"node","@id":7195185512,"@timestamp":1581169211},"coords":"51.4357198,0.2117228","bedrooms":"3","price":"234000","area":"631"} , +{"type":"Feature","id":"n7195185522","geometry":{"type":"Point","coordinates":[0.2067071,51.437636]},"properties":{"@type":"node","@id":7195185522,"@timestamp":1581169211},"coords":"51.437636,0.2067071","bedrooms":"2","price":"238000","area":"381"} , +{"type":"Feature","id":"n7195185534","geometry":{"type":"Point","coordinates":[0.2130707,51.4411947]},"properties":{"@type":"node","@id":7195185534,"@timestamp":1581169211},"coords":"51.4411947,0.2130707","bedrooms":"1","price":"262000","area":"483"} , +{"type":"Feature","id":"n7195186488","geometry":{"type":"Point","coordinates":[0.2068144,51.4383399]},"properties":{"@type":"node","@id":7195186488,"@timestamp":1581169010},"coords":"51.4383399,0.2068144","bedrooms":"0","price":"245000","area":"443"} , +{"type":"Feature","id":"n7195186498","geometry":{"type":"Point","coordinates":[0.2107492,51.4398212]},"properties":{"@type":"node","@id":7195186498,"@timestamp":1581169010},"coords":"51.4398212,0.2107492","bedrooms":"3","price":"257000","area":"649"} , +{"type":"Feature","id":"n7195186508","geometry":{"type":"Point","coordinates":[0.2086732,51.439313]},"properties":{"@type":"node","@id":7195186508,"@timestamp":1581169010},"coords":"51.439313,0.2086732","bedrooms":"2","price":"283000","area":"370"} , +{"type":"Feature","id":"n7195186518","geometry":{"type":"Point","coordinates":[0.2105132,51.4386291]},"properties":{"@type":"node","@id":7195186518,"@timestamp":1581169010},"coords":"51.4386291,0.2105132","bedrooms":"0","price":"265000","area":"640"} , +{"type":"Feature","id":"n7195186528","geometry":{"type":"Point","coordinates":[0.211004,51.439532]},"properties":{"@type":"node","@id":7195186528,"@timestamp":1581169010},"coords":"51.439532,0.211004","bedrooms":"1","price":"299000","area":"662"} , +{"type":"Feature","id":"n7195282788","geometry":{"type":"Point","coordinates":[-0.2079719,51.4998275]},"properties":{"@type":"node","@id":7195282788,"@timestamp":1593245715},"coords":"51.4998275,-0.2079719","bedrooms":"1","price":"264000","area":"599"} , +{"type":"Feature","id":"n7195399529","geometry":{"type":"Point","coordinates":[0.3596266,51.4375109]},"properties":{"@type":"node","@id":7195399529,"@timestamp":1581176830},"coords":"51.4375109,0.3596266","bedrooms":"0","price":"172000","area":"644"} , +{"type":"Feature","id":"n7195468978","geometry":{"type":"Point","coordinates":[-0.1327249,51.5304745]},"properties":{"@type":"node","@id":7195468978,"@timestamp":1581179039},"coords":"51.5304745,-0.1327249","bedrooms":"3","price":"152000","area":"625"} , +{"type":"Feature","id":"n7195608795","geometry":{"type":"Point","coordinates":[-1.0347211,51.455324]},"properties":{"@type":"node","@id":7195608795,"@timestamp":1581183051},"coords":"51.455324,-1.0347211","bedrooms":"4","price":"235000","area":"431"} , +{"type":"Feature","id":"n7195608805","geometry":{"type":"Point","coordinates":[-1.0334417,51.4545451]},"properties":{"@type":"node","@id":7195608805,"@timestamp":1581183051},"coords":"51.4545451,-1.0334417","bedrooms":"3","price":"164000","area":"351"} , +{"type":"Feature","id":"n7195608815","geometry":{"type":"Point","coordinates":[-1.0329348,51.4534754]},"properties":{"@type":"node","@id":7195608815,"@timestamp":1581183051},"coords":"51.4534754,-1.0329348","bedrooms":"3","price":"249000","area":"596"} , +{"type":"Feature","id":"n7195608825","geometry":{"type":"Point","coordinates":[-1.0251135,51.4497764]},"properties":{"@type":"node","@id":7195608825,"@timestamp":1581183051},"coords":"51.4497764,-1.0251135","bedrooms":"1","price":"227000","area":"414"} , +{"type":"Feature","id":"n7195608835","geometry":{"type":"Point","coordinates":[-1.0268167,51.4503514]},"properties":{"@type":"node","@id":7195608835,"@timestamp":1581183051},"coords":"51.4503514,-1.0268167","bedrooms":"4","price":"243000","area":"393"} , +{"type":"Feature","id":"n7195608845","geometry":{"type":"Point","coordinates":[-1.0249713,51.450216]},"properties":{"@type":"node","@id":7195608845,"@timestamp":1581183051},"coords":"51.450216,-1.0249713","bedrooms":"2","price":"291000","area":"625"} , +{"type":"Feature","id":"n7195608855","geometry":{"type":"Point","coordinates":[-1.023708,51.4502294]},"properties":{"@type":"node","@id":7195608855,"@timestamp":1581183051},"coords":"51.4502294,-1.023708","bedrooms":"2","price":"170000","area":"388"} , +{"type":"Feature","id":"n7195608865","geometry":{"type":"Point","coordinates":[-1.0246977,51.450562]},"properties":{"@type":"node","@id":7195608865,"@timestamp":1581183051},"coords":"51.450562,-1.0246977","bedrooms":"3","price":"172000","area":"691"} , +{"type":"Feature","id":"n7195621935","geometry":{"type":"Point","coordinates":[-0.130198,51.5204239]},"properties":{"@type":"node","@id":7195621935,"@timestamp":1581184274},"coords":"51.5204239,-0.130198","bedrooms":"0","price":"266000","area":"473"} , +{"type":"Feature","id":"n7195644295","geometry":{"type":"Point","coordinates":[-0.4177487,51.8854368]},"properties":{"@type":"node","@id":7195644295,"@timestamp":1581184377},"coords":"51.8854368,-0.4177487","bedrooms":"1","price":"175000","area":"403"} , +{"type":"Feature","id":"n7195644305","geometry":{"type":"Point","coordinates":[-0.4058343,51.8933894]},"properties":{"@type":"node","@id":7195644305,"@timestamp":1581184377},"coords":"51.8933894,-0.4058343","bedrooms":"0","price":"168000","area":"487"} , +{"type":"Feature","id":"n7195644315","geometry":{"type":"Point","coordinates":[-0.4017332,51.8923085]},"properties":{"@type":"node","@id":7195644315,"@timestamp":1581184377},"coords":"51.8923085,-0.4017332","bedrooms":"2","price":"230000","area":"604"} , +{"type":"Feature","id":"n7195935522","geometry":{"type":"Point","coordinates":[0.5710061,51.3612827]},"properties":{"@type":"node","@id":7195935522,"@timestamp":1581189895},"coords":"51.3612827,0.5710061","bedrooms":"2","price":"280000","area":"569"} , +{"type":"Feature","id":"n7195958632","geometry":{"type":"Point","coordinates":[-0.4116306,51.9081337]},"properties":{"@type":"node","@id":7195958632,"@timestamp":1581191358},"coords":"51.9081337,-0.4116306","bedrooms":"4","price":"221000","area":"386"} , +{"type":"Feature","id":"n7195958825","geometry":{"type":"Point","coordinates":[-0.1493036,51.5176634]},"properties":{"@type":"node","@id":7195958825,"@timestamp":1581192403},"coords":"51.5176634,-0.1493036","bedrooms":"4","price":"187000","area":"437"} , +{"type":"Feature","id":"n7195974138","geometry":{"type":"Point","coordinates":[-0.8599952,51.1183686]},"properties":{"@type":"node","@id":7195974138,"@timestamp":1581191490},"coords":"51.1183686,-0.8599952","bedrooms":"0","price":"254000","area":"423"} , +{"type":"Feature","id":"n7195983600","geometry":{"type":"Point","coordinates":[-0.1479673,51.517885]},"properties":{"@type":"node","@id":7195983600,"@timestamp":1581191966},"coords":"51.517885,-0.1479673","bedrooms":"3","price":"265000","area":"505"} , +{"type":"Feature","id":"n7195984605","geometry":{"type":"Point","coordinates":[0.4758197,51.7337409]},"properties":{"@type":"node","@id":7195984605,"@timestamp":1630616956},"coords":"51.7337409,0.4758197","bedrooms":"1","price":"271000","area":"475"} , +{"type":"Feature","id":"n7196009821","geometry":{"type":"Point","coordinates":[-0.4018593,51.8916812]},"properties":{"@type":"node","@id":7196009821,"@timestamp":1581193024},"coords":"51.8916812,-0.4018593","bedrooms":"1","price":"282000","area":"422"} , +{"type":"Feature","id":"n7196009831","geometry":{"type":"Point","coordinates":[-0.4023367,51.8911879]},"properties":{"@type":"node","@id":7196009831,"@timestamp":1581193024},"coords":"51.8911879,-0.4023367","bedrooms":"4","price":"274000","area":"446"} , +{"type":"Feature","id":"n7196012278","geometry":{"type":"Point","coordinates":[-0.3968275,51.9020075]},"properties":{"@type":"node","@id":7196012278,"@timestamp":1581194623},"coords":"51.9020075,-0.3968275","bedrooms":"3","price":"283000","area":"484"} , +{"type":"Feature","id":"n7196055988","geometry":{"type":"Point","coordinates":[-0.4000381,51.8985155]},"properties":{"@type":"node","@id":7196055988,"@timestamp":1581194623},"coords":"51.8985155,-0.4000381","bedrooms":"1","price":"156000","area":"355"} , +{"type":"Feature","id":"n7196099093","geometry":{"type":"Point","coordinates":[-0.3985494,51.9018983]},"properties":{"@type":"node","@id":7196099093,"@timestamp":1581195881},"coords":"51.9018983,-0.3985494","bedrooms":"2","price":"193000","area":"583"} , +{"type":"Feature","id":"n7196366569","geometry":{"type":"Point","coordinates":[-0.1778175,51.4467033]},"properties":{"@type":"node","@id":7196366569,"@timestamp":1618178093},"coords":"51.4467033,-0.1778175","bedrooms":"3","price":"261000","area":"465"} , +{"type":"Feature","id":"n7196861842","geometry":{"type":"Point","coordinates":[-0.3830302,51.901195]},"properties":{"@type":"node","@id":7196861842,"@timestamp":1582142114},"coords":"51.901195,-0.3830302","bedrooms":"3","price":"155000","area":"565"} , +{"type":"Feature","id":"n7196861852","geometry":{"type":"Point","coordinates":[-0.3894407,51.8978154]},"properties":{"@type":"node","@id":7196861852,"@timestamp":1581238183},"coords":"51.8978154,-0.3894407","bedrooms":"2","price":"258000","area":"608"} , +{"type":"Feature","id":"n7196889657","geometry":{"type":"Point","coordinates":[-0.3890142,51.9032554]},"properties":{"@type":"node","@id":7196889657,"@timestamp":1581239156},"coords":"51.9032554,-0.3890142","bedrooms":"2","price":"271000","area":"369"} , +{"type":"Feature","id":"n7197450995","geometry":{"type":"Point","coordinates":[-0.0207117,51.8001227]},"properties":{"@type":"node","@id":7197450995,"@timestamp":1581255104},"coords":"51.8001227,-0.0207117","bedrooms":"3","price":"187000","area":"583"} , +{"type":"Feature","id":"n7197451090","geometry":{"type":"Point","coordinates":[-0.0245731,51.8035423]},"properties":{"@type":"node","@id":7197451090,"@timestamp":1581255104},"coords":"51.8035423,-0.0245731","bedrooms":"3","price":"288000","area":"427"} , +{"type":"Feature","id":"n7197476313","geometry":{"type":"Point","coordinates":[-0.023287,51.4446524]},"properties":{"@type":"node","@id":7197476313,"@timestamp":1581260094},"coords":"51.4446524,-0.023287","bedrooms":"2","price":"241000","area":"684"} , +{"type":"Feature","id":"n7197702111","geometry":{"type":"Point","coordinates":[-1.0390341,51.4557501]},"properties":{"@type":"node","@id":7197702111,"@timestamp":1581259709},"coords":"51.4557501,-1.0390341","bedrooms":"1","price":"273000","area":"510"} , +{"type":"Feature","id":"n7197798844","geometry":{"type":"Point","coordinates":[0.6496926,51.3820882]},"properties":{"@type":"node","@id":7197798844,"@timestamp":1581261662},"coords":"51.3820882,0.6496926","bedrooms":"0","price":"238000","area":"648"} , +{"type":"Feature","id":"n7197848587","geometry":{"type":"Point","coordinates":[-0.1073833,51.3831792]},"properties":{"@type":"node","@id":7197848587,"@timestamp":1581262667},"coords":"51.3831792,-0.1073833","bedrooms":"1","price":"258000","area":"541"} , +{"type":"Feature","id":"n7197874252","geometry":{"type":"Point","coordinates":[0.1947525,51.474756]},"properties":{"@type":"node","@id":7197874252,"@timestamp":1581264058},"coords":"51.474756,0.1947525","bedrooms":"3","price":"219000","area":"683"} , +{"type":"Feature","id":"n7197874262","geometry":{"type":"Point","coordinates":[0.1939613,51.4745588]},"properties":{"@type":"node","@id":7197874262,"@timestamp":1581264058},"coords":"51.4745588,0.1939613","bedrooms":"3","price":"171000","area":"434"} , +{"type":"Feature","id":"n7197874272","geometry":{"type":"Point","coordinates":[0.1929876,51.4749781]},"properties":{"@type":"node","@id":7197874272,"@timestamp":1581264058},"coords":"51.4749781,0.1929876","bedrooms":"2","price":"291000","area":"553"} , +{"type":"Feature","id":"n7197874282","geometry":{"type":"Point","coordinates":[0.1937145,51.4742932]},"properties":{"@type":"node","@id":7197874282,"@timestamp":1581264058},"coords":"51.4742932,0.1937145","bedrooms":"4","price":"222000","area":"508"} , +{"type":"Feature","id":"n7197892291","geometry":{"type":"Point","coordinates":[0.1927221,51.4743182]},"properties":{"@type":"node","@id":7197892291,"@timestamp":1581264058},"coords":"51.4743182,0.1927221","bedrooms":"1","price":"237000","area":"476"} , +{"type":"Feature","id":"n7197892301","geometry":{"type":"Point","coordinates":[0.1905817,51.4746031]},"properties":{"@type":"node","@id":7197892301,"@timestamp":1581264058},"coords":"51.4746031,0.1905817","bedrooms":"3","price":"212000","area":"394"} , +{"type":"Feature","id":"n7197892311","geometry":{"type":"Point","coordinates":[0.1899554,51.4722992]},"properties":{"@type":"node","@id":7197892311,"@timestamp":1581264058},"coords":"51.4722992,0.1899554","bedrooms":"1","price":"219000","area":"538"} , +{"type":"Feature","id":"n7197892321","geometry":{"type":"Point","coordinates":[0.1903483,51.4727804]},"properties":{"@type":"node","@id":7197892321,"@timestamp":1581264058},"coords":"51.4727804,0.1903483","bedrooms":"3","price":"224000","area":"392"} , +{"type":"Feature","id":"n7197892331","geometry":{"type":"Point","coordinates":[0.190579,51.4740159]},"properties":{"@type":"node","@id":7197892331,"@timestamp":1581264058},"coords":"51.4740159,0.190579","bedrooms":"4","price":"272000","area":"586"} , +{"type":"Feature","id":"n7197892341","geometry":{"type":"Point","coordinates":[0.1898266,51.4742957]},"properties":{"@type":"node","@id":7197892341,"@timestamp":1581264058},"coords":"51.4742957,0.1898266","bedrooms":"4","price":"298000","area":"371"} , +{"type":"Feature","id":"n7197892351","geometry":{"type":"Point","coordinates":[0.1894605,51.4737953]},"properties":{"@type":"node","@id":7197892351,"@timestamp":1581264058},"coords":"51.4737953,0.1894605","bedrooms":"4","price":"205000","area":"505"} , +{"type":"Feature","id":"n7197892361","geometry":{"type":"Point","coordinates":[0.1903537,51.4735598]},"properties":{"@type":"node","@id":7197892361,"@timestamp":1581264058},"coords":"51.4735598,0.1903537","bedrooms":"4","price":"188000","area":"397"} , +{"type":"Feature","id":"n7197892371","geometry":{"type":"Point","coordinates":[0.1893465,51.4731922]},"properties":{"@type":"node","@id":7197892371,"@timestamp":1581264058},"coords":"51.4731922,0.1893465","bedrooms":"1","price":"260000","area":"391"} , +{"type":"Feature","id":"n7197892381","geometry":{"type":"Point","coordinates":[0.1898736,51.472356]},"properties":{"@type":"node","@id":7197892381,"@timestamp":1581264058},"coords":"51.472356,0.1898736","bedrooms":"2","price":"281000","area":"480"} , +{"type":"Feature","id":"n7197941252","geometry":{"type":"Point","coordinates":[0.629501,51.9392267]},"properties":{"@type":"node","@id":7197941252,"@timestamp":1581266181},"coords":"51.9392267,0.629501","bedrooms":"0","price":"248000","area":"510"} , +{"type":"Feature","id":"n7197941262","geometry":{"type":"Point","coordinates":[0.6275001,51.936108]},"properties":{"@type":"node","@id":7197941262,"@timestamp":1581266181},"coords":"51.936108,0.6275001","bedrooms":"3","price":"268000","area":"528"} , +{"type":"Feature","id":"n7197941272","geometry":{"type":"Point","coordinates":[0.6350505,51.9375632]},"properties":{"@type":"node","@id":7197941272,"@timestamp":1581266181},"coords":"51.9375632,0.6350505","bedrooms":"2","price":"151000","area":"525"} , +{"type":"Feature","id":"n7198096974","geometry":{"type":"Point","coordinates":[0.6678609,51.3721978]},"properties":{"@type":"node","@id":7198096974,"@timestamp":1581268730},"coords":"51.3721978,0.6678609","bedrooms":"2","price":"230000","area":"530"} , +{"type":"Feature","id":"n7198104013","geometry":{"type":"Point","coordinates":[-0.14389,51.5223646]},"properties":{"@type":"node","@id":7198104013,"@timestamp":1620025573},"coords":"51.5223646,-0.14389","bedrooms":"1","price":"158000","area":"420"} , +{"type":"Feature","id":"n7198311911","geometry":{"type":"Point","coordinates":[-0.6518009,51.8311466]},"properties":{"@type":"node","@id":7198311911,"@timestamp":1581276143},"coords":"51.8311466,-0.6518009","bedrooms":"2","price":"272000","area":"358"} , +{"type":"Feature","id":"n7198590997","geometry":{"type":"Point","coordinates":[0.7843138,51.8807409]},"properties":{"@type":"node","@id":7198590997,"@timestamp":1607881918},"coords":"51.8807409,0.7843138","bedrooms":"4","price":"217000","area":"609"} , +{"type":"Feature","id":"n7198874485","geometry":{"type":"Point","coordinates":[-0.1872124,51.4161978]},"properties":{"@type":"node","@id":7198874485,"@timestamp":1621115981},"coords":"51.4161978,-0.1872124","bedrooms":"1","price":"156000","area":"499"} , +{"type":"Feature","id":"n7198928391","geometry":{"type":"Point","coordinates":[-0.5229957,51.426407]},"properties":{"@type":"node","@id":7198928391,"@timestamp":1581289057},"coords":"51.426407,-0.5229957","bedrooms":"0","price":"236000","area":"535"} , +{"type":"Feature","id":"n7198928554","geometry":{"type":"Point","coordinates":[-0.5204946,51.4260038]},"properties":{"@type":"node","@id":7198928554,"@timestamp":1581289057},"coords":"51.4260038,-0.5204946","bedrooms":"3","price":"206000","area":"422"} , +{"type":"Feature","id":"n7198928720","geometry":{"type":"Point","coordinates":[-0.5219102,51.4267191]},"properties":{"@type":"node","@id":7198928720,"@timestamp":1581289057},"coords":"51.4267191,-0.5219102","bedrooms":"1","price":"176000","area":"521"} , +{"type":"Feature","id":"n7198975479","geometry":{"type":"Point","coordinates":[-0.0921529,51.493518]},"properties":{"@type":"node","@id":7198975479,"@timestamp":1581293764},"coords":"51.493518,-0.0921529","bedrooms":"4","price":"192000","area":"455"} , +{"type":"Feature","id":"n7199372749","geometry":{"type":"Point","coordinates":[-0.7674856,51.4647526]},"properties":{"@type":"node","@id":7199372749,"@timestamp":1581310746},"coords":"51.4647526,-0.7674856","bedrooms":"4","price":"218000","area":"592"} , +{"type":"Feature","id":"n7199657176","geometry":{"type":"Point","coordinates":[-0.200269,51.5168956]},"properties":{"@type":"node","@id":7199657176,"@timestamp":1581322091},"coords":"51.5168956,-0.200269","bedrooms":"3","price":"174000","area":"417"} , +{"type":"Feature","id":"n7199663385","geometry":{"type":"Point","coordinates":[-0.2004033,51.5173064]},"properties":{"@type":"node","@id":7199663385,"@timestamp":1581322091},"coords":"51.5173064,-0.2004033","bedrooms":"2","price":"230000","area":"492"} , +{"type":"Feature","id":"n7199663395","geometry":{"type":"Point","coordinates":[-0.2007416,51.5177489]},"properties":{"@type":"node","@id":7199663395,"@timestamp":1581322091},"coords":"51.5177489,-0.2007416","bedrooms":"2","price":"160000","area":"483"} , +{"type":"Feature","id":"n7199847626","geometry":{"type":"Point","coordinates":[-0.8704162,51.32606]},"properties":{"@type":"node","@id":7199847626,"@timestamp":1581326916},"coords":"51.32606,-0.8704162","bedrooms":"2","price":"175000","area":"690"} , +{"type":"Feature","id":"n7200175967","geometry":{"type":"Point","coordinates":[-0.0225104,51.4447895]},"properties":{"@type":"node","@id":7200175967,"@timestamp":1581334863},"coords":"51.4447895,-0.0225104","bedrooms":"4","price":"244000","area":"482"} , +{"type":"Feature","id":"n7200481907","geometry":{"type":"Point","coordinates":[-0.2792339,51.4799898]},"properties":{"@type":"node","@id":7200481907,"@timestamp":1605179518},"coords":"51.4799898,-0.2792339","bedrooms":"2","price":"174000","area":"367"} , +{"type":"Feature","id":"n7200804293","geometry":{"type":"Point","coordinates":[-0.0239387,51.4446139]},"properties":{"@type":"node","@id":7200804293,"@timestamp":1581347257},"coords":"51.4446139,-0.0239387","bedrooms":"3","price":"158000","area":"693"} , +{"type":"Feature","id":"n7201263386","geometry":{"type":"Point","coordinates":[-0.2016873,51.5175771]},"properties":{"@type":"node","@id":7201263386,"@timestamp":1581358031},"coords":"51.5175771,-0.2016873","bedrooms":"3","price":"248000","area":"385"} , +{"type":"Feature","id":"n7201263450","geometry":{"type":"Point","coordinates":[-0.2020812,51.5175285]},"properties":{"@type":"node","@id":7201263450,"@timestamp":1581358031},"coords":"51.5175285,-0.2020812","bedrooms":"3","price":"293000","area":"418"} , +{"type":"Feature","id":"n7201263506","geometry":{"type":"Point","coordinates":[-0.2015378,51.5173718]},"properties":{"@type":"node","@id":7201263506,"@timestamp":1581358031},"coords":"51.5173718,-0.2015378","bedrooms":"3","price":"169000","area":"372"} , +{"type":"Feature","id":"n7201346991","geometry":{"type":"Point","coordinates":[0.6533458,51.3886447]},"properties":{"@type":"node","@id":7201346991,"@timestamp":1581361427},"coords":"51.3886447,0.6533458","bedrooms":"4","price":"184000","area":"388"} , +{"type":"Feature","id":"n7201371177","geometry":{"type":"Point","coordinates":[0.6625374,51.3820385]},"properties":{"@type":"node","@id":7201371177,"@timestamp":1581363749},"coords":"51.3820385,0.6625374","bedrooms":"3","price":"226000","area":"474"} , +{"type":"Feature","id":"n7201390844","geometry":{"type":"Point","coordinates":[0.6637399,51.3819269]},"properties":{"@type":"node","@id":7201390844,"@timestamp":1581363321},"coords":"51.3819269,0.6637399","bedrooms":"1","price":"245000","area":"629"} , +{"type":"Feature","id":"n7201390854","geometry":{"type":"Point","coordinates":[0.6642827,51.3817455]},"properties":{"@type":"node","@id":7201390854,"@timestamp":1581363321},"coords":"51.3817455,0.6642827","bedrooms":"0","price":"206000","area":"474"} , +{"type":"Feature","id":"n7201411322","geometry":{"type":"Point","coordinates":[0.6619153,51.3821146]},"properties":{"@type":"node","@id":7201411322,"@timestamp":1581364122},"coords":"51.3821146,0.6619153","bedrooms":"3","price":"247000","area":"357"} , +{"type":"Feature","id":"n7201869987","geometry":{"type":"Point","coordinates":[-0.3902158,51.8931527]},"properties":{"@type":"node","@id":7201869987,"@timestamp":1581372496},"coords":"51.8931527,-0.3902158","bedrooms":"4","price":"291000","area":"445"} , +{"type":"Feature","id":"n7201937014","geometry":{"type":"Point","coordinates":[-0.1640016,51.4640645]},"properties":{"@type":"node","@id":7201937014,"@timestamp":1635941963},"coords":"51.4640645,-0.1640016","bedrooms":"2","price":"195000","area":"377"} , +{"type":"Feature","id":"n7201981456","geometry":{"type":"Point","coordinates":[-0.072549,51.5001589]},"properties":{"@type":"node","@id":7201981456,"@timestamp":1628777589},"coords":"51.5001589,-0.072549","bedrooms":"3","price":"183000","area":"602"} , +{"type":"Feature","id":"n7202061364","geometry":{"type":"Point","coordinates":[0.7318883,51.3771222]},"properties":{"@type":"node","@id":7202061364,"@timestamp":1581377441},"coords":"51.3771222,0.7318883","bedrooms":"2","price":"211000","area":"444"} , +{"type":"Feature","id":"n7202061374","geometry":{"type":"Point","coordinates":[0.7321662,51.3771951]},"properties":{"@type":"node","@id":7202061374,"@timestamp":1581377441},"coords":"51.3771951,0.7321662","bedrooms":"1","price":"243000","area":"593"} , +{"type":"Feature","id":"n7202061384","geometry":{"type":"Point","coordinates":[0.7313863,51.3773029]},"properties":{"@type":"node","@id":7202061384,"@timestamp":1581377441},"coords":"51.3773029,0.7313863","bedrooms":"1","price":"222000","area":"439"} , +{"type":"Feature","id":"n7202062194","geometry":{"type":"Point","coordinates":[0.730569,51.3772709]},"properties":{"@type":"node","@id":7202062194,"@timestamp":1581377441},"coords":"51.3772709,0.730569","bedrooms":"1","price":"267000","area":"374"} , +{"type":"Feature","id":"n7202110885","geometry":{"type":"Point","coordinates":[-0.028654,51.4493531]},"properties":{"@type":"node","@id":7202110885,"@timestamp":1581379221},"coords":"51.4493531,-0.028654","bedrooms":"1","price":"233000","area":"438"} , +{"type":"Feature","id":"n7202110895","geometry":{"type":"Point","coordinates":[-0.0253686,51.44654]},"properties":{"@type":"node","@id":7202110895,"@timestamp":1625593692},"coords":"51.44654,-0.0253686","bedrooms":"3","price":"168000","area":"405"} , +{"type":"Feature","id":"n7202162507","geometry":{"type":"Point","coordinates":[-0.0316209,51.4512187]},"properties":{"@type":"node","@id":7202162507,"@timestamp":1581607158},"coords":"51.4512187,-0.0316209","bedrooms":"3","price":"191000","area":"386"} , +{"type":"Feature","id":"n7202162517","geometry":{"type":"Point","coordinates":[-0.0291837,51.4503102]},"properties":{"@type":"node","@id":7202162517,"@timestamp":1581597153},"coords":"51.4503102,-0.0291837","bedrooms":"4","price":"220000","area":"604"} , +{"type":"Feature","id":"n7202379269","geometry":{"type":"Point","coordinates":[-0.2036261,51.5171607]},"properties":{"@type":"node","@id":7202379269,"@timestamp":1581393826},"coords":"51.5171607,-0.2036261","bedrooms":"2","price":"177000","area":"646"} , +{"type":"Feature","id":"n7202756749","geometry":{"type":"Point","coordinates":[-0.0173444,51.4789999]},"properties":{"@type":"node","@id":7202756749,"@timestamp":1581406545},"coords":"51.4789999,-0.0173444","bedrooms":"0","price":"183000","area":"599"} , +{"type":"Feature","id":"n7203033231","geometry":{"type":"Point","coordinates":[-0.2864959,51.4826971]},"properties":{"@type":"node","@id":7203033231,"@timestamp":1595538526},"coords":"51.4826971,-0.2864959","bedrooms":"2","price":"213000","area":"491"} , +{"type":"Feature","id":"n7203181751","geometry":{"type":"Point","coordinates":[-0.0367919,51.4525625]},"properties":{"@type":"node","@id":7203181751,"@timestamp":1581620706},"coords":"51.4525625,-0.0367919","bedrooms":"4","price":"182000","area":"666"} , +{"type":"Feature","id":"n7203181761","geometry":{"type":"Point","coordinates":[-0.0342807,51.4519519]},"properties":{"@type":"node","@id":7203181761,"@timestamp":1581802013},"coords":"51.4519519,-0.0342807","bedrooms":"3","price":"156000","area":"623"} , +{"type":"Feature","id":"n7203465697","geometry":{"type":"Point","coordinates":[-0.0417233,51.4549741]},"properties":{"@type":"node","@id":7203465697,"@timestamp":1581425384},"coords":"51.4549741,-0.0417233","bedrooms":"1","price":"226000","area":"395"} , +{"type":"Feature","id":"n7203465725","geometry":{"type":"Point","coordinates":[-0.0382985,51.4535239]},"properties":{"@type":"node","@id":7203465725,"@timestamp":1581697340},"coords":"51.4535239,-0.0382985","bedrooms":"2","price":"181000","area":"456"} , +{"type":"Feature","id":"n7203613725","geometry":{"type":"Point","coordinates":[0.3527909,51.6327778]},"properties":{"@type":"node","@id":7203613725,"@timestamp":1581429366},"coords":"51.6327778,0.3527909","bedrooms":"2","price":"153000","area":"681"} , +{"type":"Feature","id":"n7203616696","geometry":{"type":"Point","coordinates":[0.3510582,51.6283058]},"properties":{"@type":"node","@id":7203616696,"@timestamp":1581429186},"coords":"51.6283058,0.3510582","bedrooms":"3","price":"227000","area":"683"} , +{"type":"Feature","id":"n7203616706","geometry":{"type":"Point","coordinates":[0.357914,51.6306542]},"properties":{"@type":"node","@id":7203616706,"@timestamp":1581429186},"coords":"51.6306542,0.357914","bedrooms":"0","price":"203000","area":"686"} , +{"type":"Feature","id":"n7203684006","geometry":{"type":"Point","coordinates":[-0.0651549,51.5329526]},"properties":{"@type":"node","@id":7203684006,"@timestamp":1626960900},"coords":"51.5329526,-0.0651549","bedrooms":"0","price":"271000","area":"537"} , +{"type":"Feature","id":"n7203702541","geometry":{"type":"Point","coordinates":[-0.0465393,51.457272]},"properties":{"@type":"node","@id":7203702541,"@timestamp":1581431758},"coords":"51.457272,-0.0465393","bedrooms":"3","price":"257000","area":"494"} , +{"type":"Feature","id":"n7203717547","geometry":{"type":"Point","coordinates":[-0.1056963,51.5197941]},"properties":{"@type":"node","@id":7203717547,"@timestamp":1629510396},"coords":"51.5197941,-0.1056963","bedrooms":"1","price":"182000","area":"604"} , +{"type":"Feature","id":"n7203974911","geometry":{"type":"Point","coordinates":[0.7303467,51.3771563]},"properties":{"@type":"node","@id":7203974911,"@timestamp":1581438395},"coords":"51.3771563,0.7303467","bedrooms":"3","price":"188000","area":"532"} , +{"type":"Feature","id":"n7204156220","geometry":{"type":"Point","coordinates":[-0.2040187,51.5165038]},"properties":{"@type":"node","@id":7204156220,"@timestamp":1581444088},"coords":"51.5165038,-0.2040187","bedrooms":"4","price":"188000","area":"361"} , +{"type":"Feature","id":"n7204156240","geometry":{"type":"Point","coordinates":[-0.2043334,51.5165134]},"properties":{"@type":"node","@id":7204156240,"@timestamp":1581444088},"coords":"51.5165134,-0.2043334","bedrooms":"3","price":"251000","area":"363"} , +{"type":"Feature","id":"n7204156257","geometry":{"type":"Point","coordinates":[-0.2050545,51.5162256]},"properties":{"@type":"node","@id":7204156257,"@timestamp":1581444088},"coords":"51.5162256,-0.2050545","bedrooms":"2","price":"245000","area":"570"} , +{"type":"Feature","id":"n7204255387","geometry":{"type":"Point","coordinates":[-0.1577147,51.4934906]},"properties":{"@type":"node","@id":7204255387,"@timestamp":1611381147},"coords":"51.4934906,-0.1577147","bedrooms":"3","price":"195000","area":"543"} , +{"type":"Feature","id":"n7204467609","geometry":{"type":"Point","coordinates":[-0.4292929,51.8918781]},"properties":{"@type":"node","@id":7204467609,"@timestamp":1581452999},"coords":"51.8918781,-0.4292929","bedrooms":"2","price":"173000","area":"442"} , +{"type":"Feature","id":"n7204467619","geometry":{"type":"Point","coordinates":[-0.4280698,51.8903602]},"properties":{"@type":"node","@id":7204467619,"@timestamp":1581452999},"coords":"51.8903602,-0.4280698","bedrooms":"0","price":"246000","area":"389"} , +{"type":"Feature","id":"n7204467629","geometry":{"type":"Point","coordinates":[-0.4269165,51.8868358]},"properties":{"@type":"node","@id":7204467629,"@timestamp":1581452999},"coords":"51.8868358,-0.4269165","bedrooms":"3","price":"264000","area":"488"} , +{"type":"Feature","id":"n7204478761","geometry":{"type":"Point","coordinates":[-0.4318678,51.8951473]},"properties":{"@type":"node","@id":7204478761,"@timestamp":1581453648},"coords":"51.8951473,-0.4318678","bedrooms":"0","price":"152000","area":"393"} , +{"type":"Feature","id":"n7204522318","geometry":{"type":"Point","coordinates":[-0.4303739,51.8927753]},"properties":{"@type":"node","@id":7204522318,"@timestamp":1581454827},"coords":"51.8927753,-0.4303739","bedrooms":"0","price":"211000","area":"592"} , +{"type":"Feature","id":"n7204565618","geometry":{"type":"Point","coordinates":[-1.0684283,51.4420681]},"properties":{"@type":"node","@id":7204565618,"@timestamp":1581455357},"coords":"51.4420681,-1.0684283","bedrooms":"2","price":"204000","area":"560"} , +{"type":"Feature","id":"n7204665886","geometry":{"type":"Point","coordinates":[-0.4325773,51.8906333]},"properties":{"@type":"node","@id":7204665886,"@timestamp":1581458324},"coords":"51.8906333,-0.4325773","bedrooms":"1","price":"163000","area":"400"} , +{"type":"Feature","id":"n7204665896","geometry":{"type":"Point","coordinates":[-0.4321146,51.8900159]},"properties":{"@type":"node","@id":7204665896,"@timestamp":1581458324},"coords":"51.8900159,-0.4321146","bedrooms":"4","price":"216000","area":"480"} , +{"type":"Feature","id":"n7204675904","geometry":{"type":"Point","coordinates":[-0.4299367,51.8916679]},"properties":{"@type":"node","@id":7204675904,"@timestamp":1581460809},"coords":"51.8916679,-0.4299367","bedrooms":"0","price":"155000","area":"581"} , +{"type":"Feature","id":"n7204692811","geometry":{"type":"Point","coordinates":[-0.4368219,51.894097]},"properties":{"@type":"node","@id":7204692811,"@timestamp":1581460269},"coords":"51.894097,-0.4368219","bedrooms":"3","price":"210000","area":"425"} , +{"type":"Feature","id":"n7204692821","geometry":{"type":"Point","coordinates":[-0.4328066,51.8908286]},"properties":{"@type":"node","@id":7204692821,"@timestamp":1581460269},"coords":"51.8908286,-0.4328066","bedrooms":"1","price":"252000","area":"645"} , +{"type":"Feature","id":"n7204802774","geometry":{"type":"Point","coordinates":[-0.0792532,51.5534805]},"properties":{"@type":"node","@id":7204802774,"@timestamp":1581464066},"coords":"51.5534805,-0.0792532","bedrooms":"3","price":"213000","area":"425"} , +{"type":"Feature","id":"n7204823555","geometry":{"type":"Point","coordinates":[-0.0732481,51.5704216]},"properties":{"@type":"node","@id":7204823555,"@timestamp":1581465776},"coords":"51.5704216,-0.0732481","bedrooms":"0","price":"166000","area":"586"} , +{"type":"Feature","id":"n7204868976","geometry":{"type":"Point","coordinates":[-0.0672441,51.5719594]},"properties":{"@type":"node","@id":7204868976,"@timestamp":1625412334},"coords":"51.5719594,-0.0672441","bedrooms":"3","price":"268000","area":"600"} , +{"type":"Feature","id":"n7205268058","geometry":{"type":"Point","coordinates":[-0.0827533,51.4732049]},"properties":{"@type":"node","@id":7205268058,"@timestamp":1581490044},"coords":"51.4732049,-0.0827533","bedrooms":"0","price":"191000","area":"456"} , +{"type":"Feature","id":"n7205386671","geometry":{"type":"Point","coordinates":[-0.2054531,51.5163228]},"properties":{"@type":"node","@id":7205386671,"@timestamp":1581494761},"coords":"51.5163228,-0.2054531","bedrooms":"4","price":"251000","area":"414"} , +{"type":"Feature","id":"n7205392589","geometry":{"type":"Point","coordinates":[-0.2055513,51.5158688]},"properties":{"@type":"node","@id":7205392589,"@timestamp":1581494761},"coords":"51.5158688,-0.2055513","bedrooms":"4","price":"276000","area":"405"} , +{"type":"Feature","id":"n7205417138","geometry":{"type":"Point","coordinates":[-0.6120062,50.9857647]},"properties":{"@type":"node","@id":7205417138,"@timestamp":1581496015},"coords":"50.9857647,-0.6120062","bedrooms":"0","price":"151000","area":"494"} , +{"type":"Feature","id":"n7205702534","geometry":{"type":"Point","coordinates":[0.354934,51.4327384]},"properties":{"@type":"node","@id":7205702534,"@timestamp":1581504657},"coords":"51.4327384,0.354934","bedrooms":"1","price":"165000","area":"430"} , +{"type":"Feature","id":"n7205713522","geometry":{"type":"Point","coordinates":[0.353786,51.4317335]},"properties":{"@type":"node","@id":7205713522,"@timestamp":1581504068},"coords":"51.4317335,0.353786","bedrooms":"4","price":"257000","area":"486"} , +{"type":"Feature","id":"n7205721032","geometry":{"type":"Point","coordinates":[0.3564835,51.4324535]},"properties":{"@type":"node","@id":7205721032,"@timestamp":1581504475},"coords":"51.4324535,0.3564835","bedrooms":"0","price":"233000","area":"549"} , +{"type":"Feature","id":"n7205732043","geometry":{"type":"Point","coordinates":[0.35138,51.4327668]},"properties":{"@type":"node","@id":7205732043,"@timestamp":1581505002},"coords":"51.4327668,0.35138","bedrooms":"0","price":"159000","area":"573"} , +{"type":"Feature","id":"n7205748246","geometry":{"type":"Point","coordinates":[0.3570343,51.4336353]},"properties":{"@type":"node","@id":7205748246,"@timestamp":1581505935},"coords":"51.4336353,0.3570343","bedrooms":"0","price":"160000","area":"399"} , +{"type":"Feature","id":"n7205757245","geometry":{"type":"Point","coordinates":[0.3513351,51.4337589]},"properties":{"@type":"node","@id":7205757245,"@timestamp":1581507221},"coords":"51.4337589,0.3513351","bedrooms":"1","price":"263000","area":"499"} , +{"type":"Feature","id":"n7205758670","geometry":{"type":"Point","coordinates":[0.3556957,51.4340109]},"properties":{"@type":"node","@id":7205758670,"@timestamp":1581506128},"coords":"51.4340109,0.3556957","bedrooms":"1","price":"280000","area":"623"} , +{"type":"Feature","id":"n7205764377","geometry":{"type":"Point","coordinates":[0.3530832,51.4339523]},"properties":{"@type":"node","@id":7205764377,"@timestamp":1581506795},"coords":"51.4339523,0.3530832","bedrooms":"1","price":"160000","area":"362"} , +{"type":"Feature","id":"n7205771508","geometry":{"type":"Point","coordinates":[0.3559934,51.4340978]},"properties":{"@type":"node","@id":7205771508,"@timestamp":1581506065},"coords":"51.4340978,0.3559934","bedrooms":"3","price":"282000","area":"650"} , +{"type":"Feature","id":"n7205783936","geometry":{"type":"Point","coordinates":[0.3562509,51.4348687]},"properties":{"@type":"node","@id":7205783936,"@timestamp":1581506344},"coords":"51.4348687,0.3562509","bedrooms":"2","price":"267000","area":"441"} , +{"type":"Feature","id":"n7205812400","geometry":{"type":"Point","coordinates":[-0.1042157,51.5046116]},"properties":{"@type":"node","@id":7205812400,"@timestamp":1581507534},"coords":"51.5046116,-0.1042157","bedrooms":"0","price":"240000","area":"479"} , +{"type":"Feature","id":"n7205955367","geometry":{"type":"Point","coordinates":[-0.0540086,51.4583987]},"properties":{"@type":"node","@id":7205955367,"@timestamp":1581512056},"coords":"51.4583987,-0.0540086","bedrooms":"2","price":"241000","area":"649"} , +{"type":"Feature","id":"n7205955384","geometry":{"type":"Point","coordinates":[-0.0515273,51.4584597]},"properties":{"@type":"node","@id":7205955384,"@timestamp":1581512056},"coords":"51.4584597,-0.0515273","bedrooms":"3","price":"235000","area":"447"} , +{"type":"Feature","id":"n7205958395","geometry":{"type":"Point","coordinates":[-0.0472836,51.4577773]},"properties":{"@type":"node","@id":7205958395,"@timestamp":1581512056},"coords":"51.4577773,-0.0472836","bedrooms":"3","price":"237000","area":"390"} , +{"type":"Feature","id":"n7205975667","geometry":{"type":"Point","coordinates":[0.3519925,51.4334549]},"properties":{"@type":"node","@id":7205975667,"@timestamp":1581513565},"coords":"51.4334549,0.3519925","bedrooms":"1","price":"246000","area":"536"} , +{"type":"Feature","id":"n7206001851","geometry":{"type":"Point","coordinates":[-0.0296491,51.7042016]},"properties":{"@type":"node","@id":7206001851,"@timestamp":1581513591},"coords":"51.7042016,-0.0296491","bedrooms":"4","price":"279000","area":"431"} , +{"type":"Feature","id":"n7206001861","geometry":{"type":"Point","coordinates":[-0.0313202,51.6951682]},"properties":{"@type":"node","@id":7206001861,"@timestamp":1581513591},"coords":"51.6951682,-0.0313202","bedrooms":"1","price":"174000","area":"457"} , +{"type":"Feature","id":"n7206001871","geometry":{"type":"Point","coordinates":[-0.0311136,51.6945265]},"properties":{"@type":"node","@id":7206001871,"@timestamp":1581513591},"coords":"51.6945265,-0.0311136","bedrooms":"3","price":"277000","area":"671"} , +{"type":"Feature","id":"n7206270571","geometry":{"type":"Point","coordinates":[-0.0658592,51.4649068]},"properties":{"@type":"node","@id":7206270571,"@timestamp":1581520775},"coords":"51.4649068,-0.0658592","bedrooms":"3","price":"266000","area":"405"} , +{"type":"Feature","id":"n7206270583","geometry":{"type":"Point","coordinates":[-0.0648668,51.4629318]},"properties":{"@type":"node","@id":7206270583,"@timestamp":1606625343},"coords":"51.4629318,-0.0648668","bedrooms":"2","price":"222000","area":"642"} , +{"type":"Feature","id":"n7206284397","geometry":{"type":"Point","coordinates":[-0.0607025,51.4604587]},"properties":{"@type":"node","@id":7206284397,"@timestamp":1581520775},"coords":"51.4604587,-0.0607025","bedrooms":"4","price":"279000","area":"392"} , +{"type":"Feature","id":"n7206285566","geometry":{"type":"Point","coordinates":[-0.0854845,51.5110686]},"properties":{"@type":"node","@id":7206285566,"@timestamp":1622452621},"coords":"51.5110686,-0.0854845","bedrooms":"0","price":"188000","area":"486"} , +{"type":"Feature","id":"n7206438629","geometry":{"type":"Point","coordinates":[-0.6095985,51.2376299]},"properties":{"@type":"node","@id":7206438629,"@timestamp":1581526558},"coords":"51.2376299,-0.6095985","bedrooms":"4","price":"233000","area":"672"} , +{"type":"Feature","id":"n7206526916","geometry":{"type":"Point","coordinates":[0.014179,51.2844472]},"properties":{"@type":"node","@id":7206526916,"@timestamp":1581528475},"coords":"51.2844472,0.014179","bedrooms":"1","price":"282000","area":"486"} , +{"type":"Feature","id":"n7206538686","geometry":{"type":"Point","coordinates":[0.0099378,51.2856301]},"properties":{"@type":"node","@id":7206538686,"@timestamp":1581528475},"coords":"51.2856301,0.0099378","bedrooms":"2","price":"200000","area":"640"} , +{"type":"Feature","id":"n7206639141","geometry":{"type":"Point","coordinates":[0.0063677,51.2861972]},"properties":{"@type":"node","@id":7206639141,"@timestamp":1581530938},"coords":"51.2861972,0.0063677","bedrooms":"4","price":"218000","area":"536"} , +{"type":"Feature","id":"n7206683984","geometry":{"type":"Point","coordinates":[0.2658744,51.3816501]},"properties":{"@type":"node","@id":7206683984,"@timestamp":1581532604},"coords":"51.3816501,0.2658744","bedrooms":"2","price":"166000","area":"373"} , +{"type":"Feature","id":"n7206683994","geometry":{"type":"Point","coordinates":[0.2661257,51.3810537]},"properties":{"@type":"node","@id":7206683994,"@timestamp":1581532604},"coords":"51.3810537,0.2661257","bedrooms":"1","price":"183000","area":"456"} , +{"type":"Feature","id":"n7206853083","geometry":{"type":"Point","coordinates":[-0.4287779,51.9009914]},"properties":{"@type":"node","@id":7206853083,"@timestamp":1581539658},"coords":"51.9009914,-0.4287779","bedrooms":"3","price":"236000","area":"538"} , +{"type":"Feature","id":"n7206861040","geometry":{"type":"Point","coordinates":[-0.4371572,51.8980669]},"properties":{"@type":"node","@id":7206861040,"@timestamp":1604962162},"coords":"51.8980669,-0.4371572","bedrooms":"1","price":"280000","area":"458"} , +{"type":"Feature","id":"n7206897985","geometry":{"type":"Point","coordinates":[-0.4343087,51.8967213]},"properties":{"@type":"node","@id":7206897985,"@timestamp":1581539658},"coords":"51.8967213,-0.4343087","bedrooms":"1","price":"227000","area":"577"} , +{"type":"Feature","id":"n7207024551","geometry":{"type":"Point","coordinates":[-0.4448631,51.8993761]},"properties":{"@type":"node","@id":7207024551,"@timestamp":1581546065},"coords":"51.8993761,-0.4448631","bedrooms":"1","price":"178000","area":"568"} , +{"type":"Feature","id":"n7207039926","geometry":{"type":"Point","coordinates":[-0.0149712,51.4687918]},"properties":{"@type":"node","@id":7207039926,"@timestamp":1581546604},"coords":"51.4687918,-0.0149712","bedrooms":"4","price":"224000","area":"610"} , +{"type":"Feature","id":"n7207039936","geometry":{"type":"Point","coordinates":[-0.0142045,51.4685363]},"properties":{"@type":"node","@id":7207039936,"@timestamp":1581546604},"coords":"51.4685363,-0.0142045","bedrooms":"2","price":"207000","area":"676"} , +{"type":"Feature","id":"n7207270267","geometry":{"type":"Point","coordinates":[-0.1157763,51.5293613]},"properties":{"@type":"node","@id":7207270267,"@timestamp":1633613554},"coords":"51.5293613,-0.1157763","bedrooms":"0","price":"264000","area":"370"} , +{"type":"Feature","id":"n7207313201","geometry":{"type":"Point","coordinates":[-0.0909172,51.5724604]},"properties":{"@type":"node","@id":7207313201,"@timestamp":1624315764},"coords":"51.5724604,-0.0909172","bedrooms":"2","price":"213000","area":"400"} , +{"type":"Feature","id":"n7207329749","geometry":{"type":"Point","coordinates":[-0.0907911,51.5724075]},"properties":{"@type":"node","@id":7207329749,"@timestamp":1581562679},"coords":"51.5724075,-0.0907911","bedrooms":"2","price":"163000","area":"504"} , +{"type":"Feature","id":"n7207553846","geometry":{"type":"Point","coordinates":[0.112687,51.6375289]},"properties":{"@type":"node","@id":7207553846,"@timestamp":1608467131},"coords":"51.6375289,0.112687","bedrooms":"1","price":"277000","area":"414"} , +{"type":"Feature","id":"n7208274540","geometry":{"type":"Point","coordinates":[-0.1940613,51.5093681]},"properties":{"@type":"node","@id":7208274540,"@timestamp":1581594854},"coords":"51.5093681,-0.1940613","bedrooms":"1","price":"216000","area":"603"} , +{"type":"Feature","id":"n7208315377","geometry":{"type":"Point","coordinates":[-0.1938174,51.5095045]},"properties":{"@type":"node","@id":7208315377,"@timestamp":1581595546},"coords":"51.5095045,-0.1938174","bedrooms":"1","price":"276000","area":"614"} , +{"type":"Feature","id":"n7208513764","geometry":{"type":"Point","coordinates":[-0.4239838,51.4813258]},"properties":{"@type":"node","@id":7208513764,"@timestamp":1582212094},"coords":"51.4813258,-0.4239838","bedrooms":"4","price":"231000","area":"660"} , +{"type":"Feature","id":"n7208723475","geometry":{"type":"Point","coordinates":[-0.0316676,51.4510868]},"properties":{"@type":"node","@id":7208723475,"@timestamp":1581607158},"coords":"51.4510868,-0.0316676","bedrooms":"0","price":"265000","area":"585"} , +{"type":"Feature","id":"n7208894492","geometry":{"type":"Point","coordinates":[-0.0741976,51.4489952]},"properties":{"@type":"node","@id":7208894492,"@timestamp":1581612407},"coords":"51.4489952,-0.0741976","bedrooms":"3","price":"187000","area":"569"} , +{"type":"Feature","id":"n7209132992","geometry":{"type":"Point","coordinates":[-0.0385936,51.4529137]},"properties":{"@type":"node","@id":7209132992,"@timestamp":1581697340},"coords":"51.4529137,-0.0385936","bedrooms":"3","price":"284000","area":"601"} , +{"type":"Feature","id":"n7209133049","geometry":{"type":"Point","coordinates":[-0.0335247,51.4516358]},"properties":{"@type":"node","@id":7209133049,"@timestamp":1581620706},"coords":"51.4516358,-0.0335247","bedrooms":"4","price":"279000","area":"572"} , +{"type":"Feature","id":"n7209195067","geometry":{"type":"Point","coordinates":[-0.4273939,51.915356]},"properties":{"@type":"node","@id":7209195067,"@timestamp":1581625851},"coords":"51.915356,-0.4273939","bedrooms":"3","price":"286000","area":"383"} , +{"type":"Feature","id":"n7209195078","geometry":{"type":"Point","coordinates":[-0.4246017,51.9064972]},"properties":{"@type":"node","@id":7209195078,"@timestamp":1581625851},"coords":"51.9064972,-0.4246017","bedrooms":"3","price":"206000","area":"511"} , +{"type":"Feature","id":"n7209302509","geometry":{"type":"Point","coordinates":[0.7518235,51.6477371]},"properties":{"@type":"node","@id":7209302509,"@timestamp":1581626289},"coords":"51.6477371,0.7518235","bedrooms":"0","price":"242000","area":"588"} , +{"type":"Feature","id":"n7209357265","geometry":{"type":"Point","coordinates":[-0.1496967,50.9618511]},"properties":{"@type":"node","@id":7209357265,"@timestamp":1581627990},"coords":"50.9618511,-0.1496967","bedrooms":"1","price":"160000","area":"632"} , +{"type":"Feature","id":"n7209377260","geometry":{"type":"Point","coordinates":[-0.1294981,50.963158]},"properties":{"@type":"node","@id":7209377260,"@timestamp":1581628441},"coords":"50.963158,-0.1294981","bedrooms":"4","price":"206000","area":"471"} , +{"type":"Feature","id":"n7209395231","geometry":{"type":"Point","coordinates":[-0.1676678,51.3468952]},"properties":{"@type":"node","@id":7209395231,"@timestamp":1597910856},"coords":"51.3468952,-0.1676678","bedrooms":"2","price":"215000","area":"444"} , +{"type":"Feature","id":"n7209395241","geometry":{"type":"Point","coordinates":[-0.1684831,51.3471379]},"properties":{"@type":"node","@id":7209395241,"@timestamp":1581629038},"coords":"51.3471379,-0.1684831","bedrooms":"4","price":"233000","area":"521"} , +{"type":"Feature","id":"n7209395251","geometry":{"type":"Point","coordinates":[-0.1679775,51.3474361]},"properties":{"@type":"node","@id":7209395251,"@timestamp":1581629038},"coords":"51.3474361,-0.1679775","bedrooms":"2","price":"169000","area":"576"} , +{"type":"Feature","id":"n7209395261","geometry":{"type":"Point","coordinates":[-0.1669343,51.348664]},"properties":{"@type":"node","@id":7209395261,"@timestamp":1597910856},"coords":"51.348664,-0.1669343","bedrooms":"2","price":"194000","area":"697"} , +{"type":"Feature","id":"n7209395271","geometry":{"type":"Point","coordinates":[-0.1663608,51.3492363]},"properties":{"@type":"node","@id":7209395271,"@timestamp":1597910856},"coords":"51.3492363,-0.1663608","bedrooms":"1","price":"192000","area":"555"} , +{"type":"Feature","id":"n7209395281","geometry":{"type":"Point","coordinates":[-0.1665218,51.3494903]},"properties":{"@type":"node","@id":7209395281,"@timestamp":1597910856},"coords":"51.3494903,-0.1665218","bedrooms":"4","price":"172000","area":"561"} , +{"type":"Feature","id":"n7209398891","geometry":{"type":"Point","coordinates":[-0.1659602,51.3488297]},"properties":{"@type":"node","@id":7209398891,"@timestamp":1597910856},"coords":"51.3488297,-0.1659602","bedrooms":"4","price":"150000","area":"556"} , +{"type":"Feature","id":"n7209398902","geometry":{"type":"Point","coordinates":[-0.1657797,51.3496222]},"properties":{"@type":"node","@id":7209398902,"@timestamp":1597910856},"coords":"51.3496222,-0.1657797","bedrooms":"2","price":"285000","area":"423"} , +{"type":"Feature","id":"n7209398912","geometry":{"type":"Point","coordinates":[-0.1637959,51.3469796]},"properties":{"@type":"node","@id":7209398912,"@timestamp":1581629038},"coords":"51.3469796,-0.1637959","bedrooms":"1","price":"219000","area":"536"} , +{"type":"Feature","id":"n7209489618","geometry":{"type":"Point","coordinates":[-0.0838497,51.4651319]},"properties":{"@type":"node","@id":7209489618,"@timestamp":1599575877},"coords":"51.4651319,-0.0838497","bedrooms":"0","price":"268000","area":"653"} , +{"type":"Feature","id":"n7209502174","geometry":{"type":"Point","coordinates":[-0.4567064,51.906465]},"properties":{"@type":"node","@id":7209502174,"@timestamp":1614104595},"coords":"51.906465,-0.4567064","bedrooms":"0","price":"204000","area":"663"} , +{"type":"Feature","id":"n7209502747","geometry":{"type":"Point","coordinates":[-0.6464414,51.5249223]},"properties":{"@type":"node","@id":7209502747,"@timestamp":1606334272},"coords":"51.5249223,-0.6464414","bedrooms":"4","price":"198000","area":"649"} , +{"type":"Feature","id":"n7209544819","geometry":{"type":"Point","coordinates":[-0.0254795,51.4714169]},"properties":{"@type":"node","@id":7209544819,"@timestamp":1581635034},"coords":"51.4714169,-0.0254795","bedrooms":"2","price":"161000","area":"660"} , +{"type":"Feature","id":"n7209584466","geometry":{"type":"Point","coordinates":[-0.1005124,51.5058221]},"properties":{"@type":"node","@id":7209584466,"@timestamp":1581638323},"coords":"51.5058221,-0.1005124","bedrooms":"2","price":"159000","area":"357"} , +{"type":"Feature","id":"n7209596890","geometry":{"type":"Point","coordinates":[-0.4541228,51.9052015]},"properties":{"@type":"node","@id":7209596890,"@timestamp":1614104595},"coords":"51.9052015,-0.4541228","bedrooms":"4","price":"270000","area":"406"} , +{"type":"Feature","id":"n7209596900","geometry":{"type":"Point","coordinates":[-0.4535032,51.9048672]},"properties":{"@type":"node","@id":7209596900,"@timestamp":1614104595},"coords":"51.9048672,-0.4535032","bedrooms":"2","price":"231000","area":"363"} , +{"type":"Feature","id":"n7209596935","geometry":{"type":"Point","coordinates":[-0.4533282,51.9047298]},"properties":{"@type":"node","@id":7209596935,"@timestamp":1595493767},"coords":"51.9047298,-0.4533282","bedrooms":"2","price":"287000","area":"521"} , +{"type":"Feature","id":"n7209596945","geometry":{"type":"Point","coordinates":[-0.4518959,51.9045908]},"properties":{"@type":"node","@id":7209596945,"@timestamp":1595493767},"coords":"51.9045908,-0.4518959","bedrooms":"0","price":"251000","area":"477"} , +{"type":"Feature","id":"n7209596955","geometry":{"type":"Point","coordinates":[-0.4524739,51.9037593]},"properties":{"@type":"node","@id":7209596955,"@timestamp":1614104595},"coords":"51.9037593,-0.4524739","bedrooms":"4","price":"196000","area":"515"} , +{"type":"Feature","id":"n7209596965","geometry":{"type":"Point","coordinates":[-0.4508901,51.9021035]},"properties":{"@type":"node","@id":7209596965,"@timestamp":1581636257},"coords":"51.9021035,-0.4508901","bedrooms":"2","price":"247000","area":"527"} , +{"type":"Feature","id":"n7209624266","geometry":{"type":"Point","coordinates":[-0.1290373,51.5432676]},"properties":{"@type":"node","@id":7209624266,"@timestamp":1581639831},"coords":"51.5432676,-0.1290373","bedrooms":"3","price":"238000","area":"376"} , +{"type":"Feature","id":"n7209784078","geometry":{"type":"Point","coordinates":[0.0200997,51.7342902]},"properties":{"@type":"node","@id":7209784078,"@timestamp":1631449646},"coords":"51.7342902,0.0200997","bedrooms":"1","price":"197000","area":"635"} , +{"type":"Feature","id":"n7210894798","geometry":{"type":"Point","coordinates":[-0.1191219,51.7021293]},"properties":{"@type":"node","@id":7210894798,"@timestamp":1581662089},"coords":"51.7021293,-0.1191219","bedrooms":"0","price":"243000","area":"517"} , +{"type":"Feature","id":"n7211904245","geometry":{"type":"Point","coordinates":[-0.4735164,51.3010599]},"properties":{"@type":"node","@id":7211904245,"@timestamp":1581692147},"coords":"51.3010599,-0.4735164","bedrooms":"3","price":"288000","area":"462"} , +{"type":"Feature","id":"n7212082746","geometry":{"type":"Point","coordinates":[-0.0386393,51.453056]},"properties":{"@type":"node","@id":7212082746,"@timestamp":1581697340},"coords":"51.453056,-0.0386393","bedrooms":"4","price":"182000","area":"471"} , +{"type":"Feature","id":"n7212407780","geometry":{"type":"Point","coordinates":[-0.2059134,51.51688]},"properties":{"@type":"node","@id":7212407780,"@timestamp":1581704994},"coords":"51.51688,-0.2059134","bedrooms":"3","price":"159000","area":"671"} , +{"type":"Feature","id":"n7212424001","geometry":{"type":"Point","coordinates":[-0.2062658,51.5173418]},"properties":{"@type":"node","@id":7212424001,"@timestamp":1581704994},"coords":"51.5173418,-0.2062658","bedrooms":"4","price":"246000","area":"401"} , +{"type":"Feature","id":"n7212424015","geometry":{"type":"Point","coordinates":[-0.2064238,51.5167256]},"properties":{"@type":"node","@id":7212424015,"@timestamp":1581704994},"coords":"51.5167256,-0.2064238","bedrooms":"2","price":"274000","area":"470"} , +{"type":"Feature","id":"n7212424025","geometry":{"type":"Point","coordinates":[-0.2071327,51.5165685]},"properties":{"@type":"node","@id":7212424025,"@timestamp":1581704994},"coords":"51.5165685,-0.2071327","bedrooms":"2","price":"243000","area":"509"} , +{"type":"Feature","id":"n7212424035","geometry":{"type":"Point","coordinates":[-0.2082141,51.5163288]},"properties":{"@type":"node","@id":7212424035,"@timestamp":1581704994},"coords":"51.5163288,-0.2082141","bedrooms":"3","price":"188000","area":"582"} , +{"type":"Feature","id":"n7212424045","geometry":{"type":"Point","coordinates":[-0.2074683,51.5164941]},"properties":{"@type":"node","@id":7212424045,"@timestamp":1581704994},"coords":"51.5164941,-0.2074683","bedrooms":"1","price":"184000","area":"626"} , +{"type":"Feature","id":"n7212585734","geometry":{"type":"Point","coordinates":[-0.4473549,51.9107018]},"properties":{"@type":"node","@id":7212585734,"@timestamp":1599837488},"coords":"51.9107018,-0.4473549","bedrooms":"4","price":"205000","area":"433"} , +{"type":"Feature","id":"n7212691311","geometry":{"type":"Point","coordinates":[-0.4692511,51.9162254]},"properties":{"@type":"node","@id":7212691311,"@timestamp":1581715076},"coords":"51.9162254,-0.4692511","bedrooms":"4","price":"173000","area":"564"} , +{"type":"Feature","id":"n7212691321","geometry":{"type":"Point","coordinates":[-0.470084,51.9160285]},"properties":{"@type":"node","@id":7212691321,"@timestamp":1581715076},"coords":"51.9160285,-0.470084","bedrooms":"1","price":"213000","area":"602"} , +{"type":"Feature","id":"n7212691331","geometry":{"type":"Point","coordinates":[-0.4692712,51.9147802]},"properties":{"@type":"node","@id":7212691331,"@timestamp":1581715076},"coords":"51.9147802,-0.4692712","bedrooms":"3","price":"180000","area":"528"} , +{"type":"Feature","id":"n7212880723","geometry":{"type":"Point","coordinates":[-0.4528293,51.9182711]},"properties":{"@type":"node","@id":7212880723,"@timestamp":1581723674},"coords":"51.9182711,-0.4528293","bedrooms":"2","price":"183000","area":"640"} , +{"type":"Feature","id":"n7212880733","geometry":{"type":"Point","coordinates":[-0.4716343,51.9198592]},"properties":{"@type":"node","@id":7212880733,"@timestamp":1581723674},"coords":"51.9198592,-0.4716343","bedrooms":"1","price":"249000","area":"408"} , +{"type":"Feature","id":"n7212880743","geometry":{"type":"Point","coordinates":[-0.4695717,51.9158027]},"properties":{"@type":"node","@id":7212880743,"@timestamp":1592081822},"coords":"51.9158027,-0.4695717","bedrooms":"0","price":"290000","area":"627"} , +{"type":"Feature","id":"n7212906707","geometry":{"type":"Point","coordinates":[-0.4379323,51.9199469]},"properties":{"@type":"node","@id":7212906707,"@timestamp":1581725190},"coords":"51.9199469,-0.4379323","bedrooms":"4","price":"248000","area":"486"} , +{"type":"Feature","id":"n7213010720","geometry":{"type":"Point","coordinates":[-0.0699799,51.4986279]},"properties":{"@type":"node","@id":7213010720,"@timestamp":1628853854},"coords":"51.4986279,-0.0699799","bedrooms":"3","price":"187000","area":"555"} , +{"type":"Feature","id":"n7213721118","geometry":{"type":"Point","coordinates":[-0.2076612,51.5170678]},"properties":{"@type":"node","@id":7213721118,"@timestamp":1581759337},"coords":"51.5170678,-0.2076612","bedrooms":"3","price":"175000","area":"350"} , +{"type":"Feature","id":"n7213909209","geometry":{"type":"Point","coordinates":[-0.151856,51.8744741]},"properties":{"@type":"node","@id":7213909209,"@timestamp":1581767707},"coords":"51.8744741,-0.151856","bedrooms":"0","price":"163000","area":"510"} , +{"type":"Feature","id":"n7213999104","geometry":{"type":"Point","coordinates":[-0.2060482,51.5173807]},"properties":{"@type":"node","@id":7213999104,"@timestamp":1581772028},"coords":"51.5173807,-0.2060482","bedrooms":"1","price":"196000","area":"449"} , +{"type":"Feature","id":"n7213999157","geometry":{"type":"Point","coordinates":[-0.2050771,51.5172498]},"properties":{"@type":"node","@id":7213999157,"@timestamp":1581772028},"coords":"51.5172498,-0.2050771","bedrooms":"0","price":"222000","area":"399"} , +{"type":"Feature","id":"n7213999188","geometry":{"type":"Point","coordinates":[-0.2057912,51.5175235]},"properties":{"@type":"node","@id":7213999188,"@timestamp":1581772028},"coords":"51.5175235,-0.2057912","bedrooms":"0","price":"222000","area":"675"} , +{"type":"Feature","id":"n7214086409","geometry":{"type":"Point","coordinates":[-8.37e-05,51.556291]},"properties":{"@type":"node","@id":7214086409,"@timestamp":1618318680},"coords":"51.556291,-8.37e-05","bedrooms":"4","price":"215000","area":"694"} , +{"type":"Feature","id":"n7214284488","geometry":{"type":"Point","coordinates":[-0.4831088,51.8905986]},"properties":{"@type":"node","@id":7214284488,"@timestamp":1630339385},"coords":"51.8905986,-0.4831088","bedrooms":"2","price":"296000","area":"665"} , +{"type":"Feature","id":"n7214284498","geometry":{"type":"Point","coordinates":[-0.4786348,51.8923714]},"properties":{"@type":"node","@id":7214284498,"@timestamp":1581781469},"coords":"51.8923714,-0.4786348","bedrooms":"1","price":"252000","area":"352"} , +{"type":"Feature","id":"n7214333174","geometry":{"type":"Point","coordinates":[-0.4948005,51.9022243]},"properties":{"@type":"node","@id":7214333174,"@timestamp":1581783917},"coords":"51.9022243,-0.4948005","bedrooms":"2","price":"175000","area":"565"} , +{"type":"Feature","id":"n7214338454","geometry":{"type":"Point","coordinates":[-0.0187444,51.4656858]},"properties":{"@type":"node","@id":7214338454,"@timestamp":1581784107},"coords":"51.4656858,-0.0187444","bedrooms":"0","price":"233000","area":"366"} , +{"type":"Feature","id":"n7214413292","geometry":{"type":"Point","coordinates":[-0.0209928,51.4666161]},"properties":{"@type":"node","@id":7214413292,"@timestamp":1581784648},"coords":"51.4666161,-0.0209928","bedrooms":"2","price":"242000","area":"603"} , +{"type":"Feature","id":"n7214416924","geometry":{"type":"Point","coordinates":[-0.0644659,51.6148923]},"properties":{"@type":"node","@id":7214416924,"@timestamp":1581785057},"coords":"51.6148923,-0.0644659","bedrooms":"2","price":"267000","area":"483"} , +{"type":"Feature","id":"n7214486849","geometry":{"type":"Point","coordinates":[-0.4299648,51.8861653]},"properties":{"@type":"node","@id":7214486849,"@timestamp":1581786933},"coords":"51.8861653,-0.4299648","bedrooms":"3","price":"153000","area":"350"} , +{"type":"Feature","id":"n7214486859","geometry":{"type":"Point","coordinates":[-0.4323694,51.885138]},"properties":{"@type":"node","@id":7214486859,"@timestamp":1581786933},"coords":"51.885138,-0.4323694","bedrooms":"4","price":"290000","area":"594"} , +{"type":"Feature","id":"n7214641649","geometry":{"type":"Point","coordinates":[-0.2184009,51.496077]},"properties":{"@type":"node","@id":7214641649,"@timestamp":1633884233},"coords":"51.496077,-0.2184009","bedrooms":"3","price":"158000","area":"534"} , +{"type":"Feature","id":"n7214641659","geometry":{"type":"Point","coordinates":[-0.2178404,51.4961455]},"properties":{"@type":"node","@id":7214641659,"@timestamp":1633884233},"coords":"51.4961455,-0.2178404","bedrooms":"2","price":"204000","area":"512"} , +{"type":"Feature","id":"n7214641669","geometry":{"type":"Point","coordinates":[-0.2166167,51.4956643]},"properties":{"@type":"node","@id":7214641669,"@timestamp":1581791893},"coords":"51.4956643,-0.2166167","bedrooms":"2","price":"247000","area":"497"} , +{"type":"Feature","id":"n7214812758","geometry":{"type":"Point","coordinates":[-0.4421112,51.8899066]},"properties":{"@type":"node","@id":7214812758,"@timestamp":1581798116},"coords":"51.8899066,-0.4421112","bedrooms":"1","price":"251000","area":"657"} , +{"type":"Feature","id":"n7214812768","geometry":{"type":"Point","coordinates":[-0.4409739,51.8894795]},"properties":{"@type":"node","@id":7214812768,"@timestamp":1591735818},"coords":"51.8894795,-0.4409739","bedrooms":"2","price":"208000","area":"619"} , +{"type":"Feature","id":"n7214812778","geometry":{"type":"Point","coordinates":[-0.4315151,51.8865841]},"properties":{"@type":"node","@id":7214812778,"@timestamp":1581798116},"coords":"51.8865841,-0.4315151","bedrooms":"3","price":"233000","area":"696"} , +{"type":"Feature","id":"n7214860910","geometry":{"type":"Point","coordinates":[-0.4467353,51.8908667]},"properties":{"@type":"node","@id":7214860910,"@timestamp":1581799343},"coords":"51.8908667,-0.4467353","bedrooms":"1","price":"185000","area":"666"} , +{"type":"Feature","id":"n7214886579","geometry":{"type":"Point","coordinates":[-0.4564717,51.889362]},"properties":{"@type":"node","@id":7214886579,"@timestamp":1581800646},"coords":"51.889362,-0.4564717","bedrooms":"3","price":"152000","area":"617"} , +{"type":"Feature","id":"n7215010994","geometry":{"type":"Point","coordinates":[-0.4302974,51.8868093]},"properties":{"@type":"node","@id":7215010994,"@timestamp":1581803854},"coords":"51.8868093,-0.4302974","bedrooms":"2","price":"196000","area":"606"} , +{"type":"Feature","id":"n7215011004","geometry":{"type":"Point","coordinates":[-0.4301834,51.8870576]},"properties":{"@type":"node","@id":7215011004,"@timestamp":1581803854},"coords":"51.8870576,-0.4301834","bedrooms":"2","price":"245000","area":"670"} , +{"type":"Feature","id":"n7215011014","geometry":{"type":"Point","coordinates":[-0.4295236,51.8864434]},"properties":{"@type":"node","@id":7215011014,"@timestamp":1581803854},"coords":"51.8864434,-0.4295236","bedrooms":"2","price":"254000","area":"529"} , +{"type":"Feature","id":"n7215011024","geometry":{"type":"Point","coordinates":[-0.4302505,51.8864732]},"properties":{"@type":"node","@id":7215011024,"@timestamp":1581803854},"coords":"51.8864732,-0.4302505","bedrooms":"0","price":"174000","area":"500"} , +{"type":"Feature","id":"n7215342704","geometry":{"type":"Point","coordinates":[-0.2818666,51.4172821]},"properties":{"@type":"node","@id":7215342704,"@timestamp":1616543381},"coords":"51.4172821,-0.2818666","bedrooms":"1","price":"248000","area":"480"} , +{"type":"Feature","id":"n7215470721","geometry":{"type":"Point","coordinates":[-0.4317968,51.8883017]},"properties":{"@type":"node","@id":7215470721,"@timestamp":1581823647},"coords":"51.8883017,-0.4317968","bedrooms":"1","price":"258000","area":"596"} , +{"type":"Feature","id":"n7215470731","geometry":{"type":"Point","coordinates":[-0.4309639,51.8876271]},"properties":{"@type":"node","@id":7215470731,"@timestamp":1581823647},"coords":"51.8876271,-0.4309639","bedrooms":"3","price":"217000","area":"386"} , +{"type":"Feature","id":"n7215470741","geometry":{"type":"Point","coordinates":[-0.4303645,51.8872091]},"properties":{"@type":"node","@id":7215470741,"@timestamp":1581823647},"coords":"51.8872091,-0.4303645","bedrooms":"3","price":"222000","area":"653"} , +{"type":"Feature","id":"n7215470751","geometry":{"type":"Point","coordinates":[-0.430748,51.887152]},"properties":{"@type":"node","@id":7215470751,"@timestamp":1581823647},"coords":"51.887152,-0.430748","bedrooms":"2","price":"294000","area":"559"} , +{"type":"Feature","id":"n7215991293","geometry":{"type":"Point","coordinates":[-0.2039154,51.3915009]},"properties":{"@type":"node","@id":7215991293,"@timestamp":1581848640},"coords":"51.3915009,-0.2039154","bedrooms":"0","price":"240000","area":"498"} , +{"type":"Feature","id":"n7216148212","geometry":{"type":"Point","coordinates":[-0.4322205,51.8890491]},"properties":{"@type":"node","@id":7216148212,"@timestamp":1581853989},"coords":"51.8890491,-0.4322205","bedrooms":"1","price":"162000","area":"400"} , +{"type":"Feature","id":"n7216148222","geometry":{"type":"Point","coordinates":[-0.4321039,51.8886328]},"properties":{"@type":"node","@id":7216148222,"@timestamp":1581853989},"coords":"51.8886328,-0.4321039","bedrooms":"1","price":"187000","area":"447"} , +{"type":"Feature","id":"n7216275511","geometry":{"type":"Point","coordinates":[-0.4320623,51.8871205]},"properties":{"@type":"node","@id":7216275511,"@timestamp":1581857787},"coords":"51.8871205,-0.4320623","bedrooms":"2","price":"236000","area":"517"} , +{"type":"Feature","id":"n7216275521","geometry":{"type":"Point","coordinates":[-0.4313663,51.8868548]},"properties":{"@type":"node","@id":7216275521,"@timestamp":1581857787},"coords":"51.8868548,-0.4313663","bedrooms":"2","price":"227000","area":"474"} , +{"type":"Feature","id":"n7216660934","geometry":{"type":"Point","coordinates":[0.0603239,51.5022024]},"properties":{"@type":"node","@id":7216660934,"@timestamp":1581866955},"coords":"51.5022024,0.0603239","bedrooms":"3","price":"265000","area":"385"} , +{"type":"Feature","id":"n7216871117","geometry":{"type":"Point","coordinates":[-0.1294542,51.6130875]},"properties":{"@type":"node","@id":7216871117,"@timestamp":1581873733},"coords":"51.6130875,-0.1294542","bedrooms":"1","price":"219000","area":"621"} , +{"type":"Feature","id":"n7217104818","geometry":{"type":"Point","coordinates":[0.300791,51.4763063]},"properties":{"@type":"node","@id":7217104818,"@timestamp":1581882493},"coords":"51.4763063,0.300791","bedrooms":"4","price":"176000","area":"530"} , +{"type":"Feature","id":"n7217104828","geometry":{"type":"Point","coordinates":[0.296765,51.4769227]},"properties":{"@type":"node","@id":7217104828,"@timestamp":1581882493},"coords":"51.4769227,0.296765","bedrooms":"2","price":"246000","area":"385"} , +{"type":"Feature","id":"n7217104838","geometry":{"type":"Point","coordinates":[0.2974167,51.4762929]},"properties":{"@type":"node","@id":7217104838,"@timestamp":1581882493},"coords":"51.4762929,0.2974167","bedrooms":"0","price":"249000","area":"694"} , +{"type":"Feature","id":"n7217104848","geometry":{"type":"Point","coordinates":[0.2975428,51.4760423]},"properties":{"@type":"node","@id":7217104848,"@timestamp":1581882493},"coords":"51.4760423,0.2975428","bedrooms":"2","price":"198000","area":"595"} , +{"type":"Feature","id":"n7217104858","geometry":{"type":"Point","coordinates":[0.300158,51.4754526]},"properties":{"@type":"node","@id":7217104858,"@timestamp":1581882493},"coords":"51.4754526,0.300158","bedrooms":"0","price":"247000","area":"351"} , +{"type":"Feature","id":"n7217104868","geometry":{"type":"Point","coordinates":[0.3009492,51.475466]},"properties":{"@type":"node","@id":7217104868,"@timestamp":1581882493},"coords":"51.475466,0.3009492","bedrooms":"1","price":"190000","area":"612"} , +{"type":"Feature","id":"n7217104878","geometry":{"type":"Point","coordinates":[0.299989,51.475476]},"properties":{"@type":"node","@id":7217104878,"@timestamp":1581882493},"coords":"51.475476,0.299989","bedrooms":"2","price":"236000","area":"617"} , +{"type":"Feature","id":"n7217106688","geometry":{"type":"Point","coordinates":[0.2983636,51.4755545]},"properties":{"@type":"node","@id":7217106688,"@timestamp":1581882493},"coords":"51.4755545,0.2983636","bedrooms":"4","price":"173000","area":"468"} , +{"type":"Feature","id":"n7217106698","geometry":{"type":"Point","coordinates":[0.2995276,51.4759421]},"properties":{"@type":"node","@id":7217106698,"@timestamp":1581882493},"coords":"51.4759421,0.2995276","bedrooms":"2","price":"220000","area":"628"} , +{"type":"Feature","id":"n7217106708","geometry":{"type":"Point","coordinates":[0.2995974,51.4762111]},"properties":{"@type":"node","@id":7217106708,"@timestamp":1581882493},"coords":"51.4762111,0.2995974","bedrooms":"3","price":"237000","area":"654"} , +{"type":"Feature","id":"n7217106718","geometry":{"type":"Point","coordinates":[0.2998549,51.4765485]},"properties":{"@type":"node","@id":7217106718,"@timestamp":1581882493},"coords":"51.4765485,0.2998549","bedrooms":"3","price":"196000","area":"501"} , +{"type":"Feature","id":"n7217106728","geometry":{"type":"Point","coordinates":[0.2992541,51.4773404]},"properties":{"@type":"node","@id":7217106728,"@timestamp":1581882493},"coords":"51.4773404,0.2992541","bedrooms":"3","price":"210000","area":"617"} , +{"type":"Feature","id":"n7217284797","geometry":{"type":"Point","coordinates":[-0.4429963,51.8907161]},"properties":{"@type":"node","@id":7217284797,"@timestamp":1581890527},"coords":"51.8907161,-0.4429963","bedrooms":"2","price":"248000","area":"483"} , +{"type":"Feature","id":"n7217318281","geometry":{"type":"Point","coordinates":[-0.4492217,51.8940101]},"properties":{"@type":"node","@id":7217318281,"@timestamp":1581893563},"coords":"51.8940101,-0.4492217","bedrooms":"1","price":"158000","area":"697"} , +{"type":"Feature","id":"n7217664624","geometry":{"type":"Point","coordinates":[-0.2045967,51.5178177]},"properties":{"@type":"node","@id":7217664624,"@timestamp":1581913227},"coords":"51.5178177,-0.2045967","bedrooms":"3","price":"164000","area":"689"} , +{"type":"Feature","id":"n7217664657","geometry":{"type":"Point","coordinates":[-0.2043624,51.5175736]},"properties":{"@type":"node","@id":7217664657,"@timestamp":1581913227},"coords":"51.5175736,-0.2043624","bedrooms":"3","price":"275000","area":"419"} , +{"type":"Feature","id":"n7217664679","geometry":{"type":"Point","coordinates":[-0.2045541,51.5174362]},"properties":{"@type":"node","@id":7217664679,"@timestamp":1581913227},"coords":"51.5174362,-0.2045541","bedrooms":"4","price":"262000","area":"521"} , +{"type":"Feature","id":"n7217679197","geometry":{"type":"Point","coordinates":[-0.2044505,51.517206]},"properties":{"@type":"node","@id":7217679197,"@timestamp":1581913227},"coords":"51.517206,-0.2044505","bedrooms":"2","price":"184000","area":"586"} , +{"type":"Feature","id":"n7217679243","geometry":{"type":"Point","coordinates":[-0.2038023,51.5177775]},"properties":{"@type":"node","@id":7217679243,"@timestamp":1581913227},"coords":"51.5177775,-0.2038023","bedrooms":"0","price":"253000","area":"560"} , +{"type":"Feature","id":"n7217924815","geometry":{"type":"Point","coordinates":[-0.2328256,51.1940535]},"properties":{"@type":"node","@id":7217924815,"@timestamp":1581921647},"coords":"51.1940535,-0.2328256","bedrooms":"1","price":"261000","area":"666"} , +{"type":"Feature","id":"n7218157429","geometry":{"type":"Point","coordinates":[0.3164381,51.6851773]},"properties":{"@type":"node","@id":7218157429,"@timestamp":1581930053},"coords":"51.6851773,0.3164381","bedrooms":"4","price":"196000","area":"495"} , +{"type":"Feature","id":"n7218160955","geometry":{"type":"Point","coordinates":[-0.2030584,51.5175946]},"properties":{"@type":"node","@id":7218160955,"@timestamp":1581929870},"coords":"51.5175946,-0.2030584","bedrooms":"0","price":"176000","area":"496"} , +{"type":"Feature","id":"n7218160965","geometry":{"type":"Point","coordinates":[-0.202246,51.5177897]},"properties":{"@type":"node","@id":7218160965,"@timestamp":1581929870},"coords":"51.5177897,-0.202246","bedrooms":"2","price":"277000","area":"604"} , +{"type":"Feature","id":"n7218164851","geometry":{"type":"Point","coordinates":[-0.2023468,51.5179503]},"properties":{"@type":"node","@id":7218164851,"@timestamp":1581929870},"coords":"51.5179503,-0.2023468","bedrooms":"0","price":"150000","area":"372"} , +{"type":"Feature","id":"n7218164861","geometry":{"type":"Point","coordinates":[-0.2031565,51.5177543]},"properties":{"@type":"node","@id":7218164861,"@timestamp":1581929870},"coords":"51.5177543,-0.2031565","bedrooms":"2","price":"279000","area":"414"} , +{"type":"Feature","id":"n7218164874","geometry":{"type":"Point","coordinates":[-0.202652,51.5180225]},"properties":{"@type":"node","@id":7218164874,"@timestamp":1581929870},"coords":"51.5180225,-0.202652","bedrooms":"0","price":"258000","area":"534"} , +{"type":"Feature","id":"n7218164887","geometry":{"type":"Point","coordinates":[-0.2030386,51.5181586]},"properties":{"@type":"node","@id":7218164887,"@timestamp":1581929870},"coords":"51.5181586,-0.2030386","bedrooms":"0","price":"249000","area":"532"} , +{"type":"Feature","id":"n7218182979","geometry":{"type":"Point","coordinates":[-0.2125158,51.3999185]},"properties":{"@type":"node","@id":7218182979,"@timestamp":1581930953},"coords":"51.3999185,-0.2125158","bedrooms":"0","price":"152000","area":"517"} , +{"type":"Feature","id":"n7218683674","geometry":{"type":"Point","coordinates":[-0.0397041,51.4545061]},"properties":{"@type":"node","@id":7218683674,"@timestamp":1581943822},"coords":"51.4545061,-0.0397041","bedrooms":"3","price":"184000","area":"637"} , +{"type":"Feature","id":"n7218846143","geometry":{"type":"Point","coordinates":[-0.393219,51.4614572]},"properties":{"@type":"node","@id":7218846143,"@timestamp":1607530113},"coords":"51.4614572,-0.393219","bedrooms":"2","price":"235000","area":"545"} , +{"type":"Feature","id":"n7220717444","geometry":{"type":"Point","coordinates":[-0.1411403,51.4815371]},"properties":{"@type":"node","@id":7220717444,"@timestamp":1581956567},"coords":"51.4815371,-0.1411403","bedrooms":"1","price":"212000","area":"356"} , +{"type":"Feature","id":"n7220898422","geometry":{"type":"Point","coordinates":[0.4972304,51.749125]},"properties":{"@type":"node","@id":7220898422,"@timestamp":1615422749},"coords":"51.749125,0.4972304","bedrooms":"1","price":"225000","area":"450"} , +{"type":"Feature","id":"n7221372711","geometry":{"type":"Point","coordinates":[-0.1330927,51.4739489]},"properties":{"@type":"node","@id":7221372711,"@timestamp":1607701686},"coords":"51.4739489,-0.1330927","bedrooms":"3","price":"182000","area":"654"} , +{"type":"Feature","id":"n7221385590","geometry":{"type":"Point","coordinates":[-0.4577324,51.8978915]},"properties":{"@type":"node","@id":7221385590,"@timestamp":1581982545},"coords":"51.8978915,-0.4577324","bedrooms":"3","price":"269000","area":"553"} , +{"type":"Feature","id":"n7221385600","geometry":{"type":"Point","coordinates":[-0.4525477,51.8943412]},"properties":{"@type":"node","@id":7221385600,"@timestamp":1581982545},"coords":"51.8943412,-0.4525477","bedrooms":"1","price":"253000","area":"558"} , +{"type":"Feature","id":"n7221601146","geometry":{"type":"Point","coordinates":[-0.1380104,51.479376]},"properties":{"@type":"node","@id":7221601146,"@timestamp":1603999037},"coords":"51.479376,-0.1380104","bedrooms":"0","price":"191000","area":"406"} , +{"type":"Feature","id":"n7221796935","geometry":{"type":"Point","coordinates":[-0.2029286,51.5184331]},"properties":{"@type":"node","@id":7221796935,"@timestamp":1582006252},"coords":"51.5184331,-0.2029286","bedrooms":"3","price":"195000","area":"360"} , +{"type":"Feature","id":"n7221802316","geometry":{"type":"Point","coordinates":[-0.2037654,51.5182139]},"properties":{"@type":"node","@id":7221802316,"@timestamp":1582006252},"coords":"51.5182139,-0.2037654","bedrooms":"1","price":"153000","area":"478"} , +{"type":"Feature","id":"n7221802336","geometry":{"type":"Point","coordinates":[-0.2033192,51.5186616]},"properties":{"@type":"node","@id":7221802336,"@timestamp":1582006252},"coords":"51.5186616,-0.2033192","bedrooms":"2","price":"222000","area":"494"} , +{"type":"Feature","id":"n7221911736","geometry":{"type":"Point","coordinates":[0.7362577,51.5698262]},"properties":{"@type":"node","@id":7221911736,"@timestamp":1582009952},"coords":"51.5698262,0.7362577","bedrooms":"4","price":"201000","area":"489"} , +{"type":"Feature","id":"n7221997218","geometry":{"type":"Point","coordinates":[-1.0656007,51.4432209]},"properties":{"@type":"node","@id":7221997218,"@timestamp":1582012094},"coords":"51.4432209,-1.0656007","bedrooms":"0","price":"231000","area":"381"} , +{"type":"Feature","id":"n7222113413","geometry":{"type":"Point","coordinates":[-0.20356,51.5188402]},"properties":{"@type":"node","@id":7222113413,"@timestamp":1582015839},"coords":"51.5188402,-0.20356","bedrooms":"3","price":"185000","area":"483"} , +{"type":"Feature","id":"n7222113477","geometry":{"type":"Point","coordinates":[-0.2031732,51.5193633]},"properties":{"@type":"node","@id":7222113477,"@timestamp":1582015839},"coords":"51.5193633,-0.2031732","bedrooms":"2","price":"282000","area":"557"} , +{"type":"Feature","id":"n7222117214","geometry":{"type":"Point","coordinates":[-0.2034484,51.5192454]},"properties":{"@type":"node","@id":7222117214,"@timestamp":1582015839},"coords":"51.5192454,-0.2034484","bedrooms":"4","price":"203000","area":"424"} , +{"type":"Feature","id":"n7222117367","geometry":{"type":"Point","coordinates":[-0.2045375,51.5180784]},"properties":{"@type":"node","@id":7222117367,"@timestamp":1582015839},"coords":"51.5180784,-0.2045375","bedrooms":"3","price":"209000","area":"495"} , +{"type":"Feature","id":"n7222117380","geometry":{"type":"Point","coordinates":[-0.2053907,51.5180439]},"properties":{"@type":"node","@id":7222117380,"@timestamp":1582015839},"coords":"51.5180439,-0.2053907","bedrooms":"3","price":"254000","area":"659"} , +{"type":"Feature","id":"n7222117403","geometry":{"type":"Point","coordinates":[-0.2050054,51.51863]},"properties":{"@type":"node","@id":7222117403,"@timestamp":1582015839},"coords":"51.51863,-0.2050054","bedrooms":"2","price":"211000","area":"680"} , +{"type":"Feature","id":"n7222286995","geometry":{"type":"Point","coordinates":[-0.0008083,51.5425458]},"properties":{"@type":"node","@id":7222286995,"@timestamp":1617510749},"coords":"51.5425458,-0.0008083","bedrooms":"2","price":"260000","area":"619"} , +{"type":"Feature","id":"n7222405161","geometry":{"type":"Point","coordinates":[-0.1687931,51.4807591]},"properties":{"@type":"node","@id":7222405161,"@timestamp":1590411676},"coords":"51.4807591,-0.1687931","bedrooms":"2","price":"220000","area":"535"} , +{"type":"Feature","id":"n7222790604","geometry":{"type":"Point","coordinates":[-0.3046196,51.8399241]},"properties":{"@type":"node","@id":7222790604,"@timestamp":1582034653},"coords":"51.8399241,-0.3046196","bedrooms":"3","price":"255000","area":"598"} , +{"type":"Feature","id":"n7222833006","geometry":{"type":"Point","coordinates":[-0.0912228,51.3696948]},"properties":{"@type":"node","@id":7222833006,"@timestamp":1582035708},"coords":"51.3696948,-0.0912228","bedrooms":"2","price":"278000","area":"392"} , +{"type":"Feature","id":"n7222833017","geometry":{"type":"Point","coordinates":[-0.0906882,51.3686426]},"properties":{"@type":"node","@id":7222833017,"@timestamp":1582035708},"coords":"51.3686426,-0.0906882","bedrooms":"3","price":"249000","area":"396"} , +{"type":"Feature","id":"n7222833027","geometry":{"type":"Point","coordinates":[-0.0910623,51.3686504]},"properties":{"@type":"node","@id":7222833027,"@timestamp":1582035708},"coords":"51.3686504,-0.0910623","bedrooms":"0","price":"299000","area":"540"} , +{"type":"Feature","id":"n7222833037","geometry":{"type":"Point","coordinates":[-0.0910174,51.3681859]},"properties":{"@type":"node","@id":7222833037,"@timestamp":1582035708},"coords":"51.3681859,-0.0910174","bedrooms":"3","price":"239000","area":"375"} , +{"type":"Feature","id":"n7222833047","geometry":{"type":"Point","coordinates":[-0.0912107,51.3699451]},"properties":{"@type":"node","@id":7222833047,"@timestamp":1582035708},"coords":"51.3699451,-0.0912107","bedrooms":"4","price":"194000","area":"651"} , +{"type":"Feature","id":"n7222833058","geometry":{"type":"Point","coordinates":[-0.091182,51.3679634]},"properties":{"@type":"node","@id":7222833058,"@timestamp":1582035708},"coords":"51.3679634,-0.091182","bedrooms":"3","price":"181000","area":"377"} , +{"type":"Feature","id":"n7222893513","geometry":{"type":"Point","coordinates":[-0.2037929,51.5193976]},"properties":{"@type":"node","@id":7222893513,"@timestamp":1582037614},"coords":"51.5193976,-0.2037929","bedrooms":"1","price":"183000","area":"385"} , +{"type":"Feature","id":"n7222893574","geometry":{"type":"Point","coordinates":[-0.203438,51.519863]},"properties":{"@type":"node","@id":7222893574,"@timestamp":1582037614},"coords":"51.519863,-0.203438","bedrooms":"1","price":"169000","area":"490"} , +{"type":"Feature","id":"n7223095879","geometry":{"type":"Point","coordinates":[-0.2063513,51.5181165]},"properties":{"@type":"node","@id":7223095879,"@timestamp":1582044766},"coords":"51.5181165,-0.2063513","bedrooms":"3","price":"295000","area":"467"} , +{"type":"Feature","id":"n7223123651","geometry":{"type":"Point","coordinates":[-0.2064334,51.5178278]},"properties":{"@type":"node","@id":7223123651,"@timestamp":1582044766},"coords":"51.5178278,-0.2064334","bedrooms":"4","price":"277000","area":"603"} , +{"type":"Feature","id":"n7223572849","geometry":{"type":"Point","coordinates":[-0.2059521,51.4210191]},"properties":{"@type":"node","@id":7223572849,"@timestamp":1582063557},"coords":"51.4210191,-0.2059521","bedrooms":"0","price":"169000","area":"608"} , +{"type":"Feature","id":"n7223584960","geometry":{"type":"Point","coordinates":[-0.1975447,51.419288]},"properties":{"@type":"node","@id":7223584960,"@timestamp":1582064485},"coords":"51.419288,-0.1975447","bedrooms":"0","price":"194000","area":"432"} , +{"type":"Feature","id":"n7223623275","geometry":{"type":"Point","coordinates":[-0.1873778,51.4204471]},"properties":{"@type":"node","@id":7223623275,"@timestamp":1582065754},"coords":"51.4204471,-0.1873778","bedrooms":"4","price":"243000","area":"563"} , +{"type":"Feature","id":"n7223656698","geometry":{"type":"Point","coordinates":[-0.1865745,51.4158471]},"properties":{"@type":"node","@id":7223656698,"@timestamp":1582065754},"coords":"51.4158471,-0.1865745","bedrooms":"0","price":"215000","area":"431"} , +{"type":"Feature","id":"n7223709664","geometry":{"type":"Point","coordinates":[-0.0965498,51.5127684]},"properties":{"@type":"node","@id":7223709664,"@timestamp":1611011554},"coords":"51.5127684,-0.0965498","bedrooms":"0","price":"257000","area":"428"} , +{"type":"Feature","id":"n7223809502","geometry":{"type":"Point","coordinates":[-0.5375177,51.4287222]},"properties":{"@type":"node","@id":7223809502,"@timestamp":1582158722},"coords":"51.4287222,-0.5375177","bedrooms":"3","price":"152000","area":"522"} , +{"type":"Feature","id":"n7223809512","geometry":{"type":"Point","coordinates":[-0.5377446,51.428773]},"properties":{"@type":"node","@id":7223809512,"@timestamp":1582158722},"coords":"51.428773,-0.5377446","bedrooms":"1","price":"168000","area":"692"} , +{"type":"Feature","id":"n7226161457","geometry":{"type":"Point","coordinates":[-0.2067581,51.517905]},"properties":{"@type":"node","@id":7226161457,"@timestamp":1582092598},"coords":"51.517905,-0.2067581","bedrooms":"3","price":"206000","area":"402"} , +{"type":"Feature","id":"n7226760881","geometry":{"type":"Point","coordinates":[-0.8100682,51.4031955]},"properties":{"@type":"node","@id":7226760881,"@timestamp":1582102072},"coords":"51.4031955,-0.8100682","bedrooms":"3","price":"177000","area":"479"} , +{"type":"Feature","id":"n7226761881","geometry":{"type":"Point","coordinates":[-0.2076491,51.5173978]},"properties":{"@type":"node","@id":7226761881,"@timestamp":1582101445},"coords":"51.5173978,-0.2076491","bedrooms":"3","price":"161000","area":"643"} , +{"type":"Feature","id":"n7226763965","geometry":{"type":"Point","coordinates":[-0.2090076,51.5170407]},"properties":{"@type":"node","@id":7226763965,"@timestamp":1582101445},"coords":"51.5170407,-0.2090076","bedrooms":"1","price":"236000","area":"401"} , +{"type":"Feature","id":"n7226797986","geometry":{"type":"Point","coordinates":[-0.1036163,51.5498087]},"properties":{"@type":"node","@id":7226797986,"@timestamp":1582119222},"coords":"51.5498087,-0.1036163","bedrooms":"3","price":"215000","area":"567"} , +{"type":"Feature","id":"n7227439687","geometry":{"type":"Point","coordinates":[-0.8934344,51.5382722]},"properties":{"@type":"node","@id":7227439687,"@timestamp":1614597406},"coords":"51.5382722,-0.8934344","bedrooms":"4","price":"292000","area":"420"} , +{"type":"Feature","id":"n7229050842","geometry":{"type":"Point","coordinates":[0.4957997,51.3956395]},"properties":{"@type":"node","@id":7229050842,"@timestamp":1582154333},"coords":"51.3956395,0.4957997","bedrooms":"4","price":"159000","area":"445"} , +{"type":"Feature","id":"n7229282555","geometry":{"type":"Point","coordinates":[-0.0615607,51.7434339]},"properties":{"@type":"node","@id":7229282555,"@timestamp":1582167842},"coords":"51.7434339,-0.0615607","bedrooms":"4","price":"150000","area":"491"} , +{"type":"Feature","id":"n7229860282","geometry":{"type":"Point","coordinates":[0.8720184,51.1494641]},"properties":{"@type":"node","@id":7229860282,"@timestamp":1607687668},"coords":"51.1494641,0.8720184","bedrooms":"0","price":"160000","area":"468"} , +{"type":"Feature","id":"n7230008858","geometry":{"type":"Point","coordinates":[0.850336,51.0086569]},"properties":{"@type":"node","@id":7230008858,"@timestamp":1610811998},"coords":"51.0086569,0.850336","bedrooms":"4","price":"212000","area":"445"} , +{"type":"Feature","id":"n7231056615","geometry":{"type":"Point","coordinates":[-0.7483871,51.311646]},"properties":{"@type":"node","@id":7231056615,"@timestamp":1582219906},"coords":"51.311646,-0.7483871","bedrooms":"1","price":"167000","area":"477"} , +{"type":"Feature","id":"n7231445659","geometry":{"type":"Point","coordinates":[0.0219611,51.5954383]},"properties":{"@type":"node","@id":7231445659,"@timestamp":1582235899},"coords":"51.5954383,0.0219611","bedrooms":"2","price":"230000","area":"438"} , +{"type":"Feature","id":"n7231445683","geometry":{"type":"Point","coordinates":[0.0225466,51.594907]},"properties":{"@type":"node","@id":7231445683,"@timestamp":1582235899},"coords":"51.594907,0.0225466","bedrooms":"0","price":"202000","area":"479"} , +{"type":"Feature","id":"n7231487991","geometry":{"type":"Point","coordinates":[-0.6130505,51.5124193]},"properties":{"@type":"node","@id":7231487991,"@timestamp":1590768253},"coords":"51.5124193,-0.6130505","bedrooms":"1","price":"225000","area":"431"} , +{"type":"Feature","id":"n7231502491","geometry":{"type":"Point","coordinates":[0.0222873,51.5947724]},"properties":{"@type":"node","@id":7231502491,"@timestamp":1582235899},"coords":"51.5947724,0.0222873","bedrooms":"2","price":"193000","area":"675"} , +{"type":"Feature","id":"n7231537917","geometry":{"type":"Point","coordinates":[0.1477884,51.441346]},"properties":{"@type":"node","@id":7231537917,"@timestamp":1582239390},"coords":"51.441346,0.1477884","bedrooms":"1","price":"269000","area":"516"} , +{"type":"Feature","id":"n7231553816","geometry":{"type":"Point","coordinates":[-0.0283191,51.535855]},"properties":{"@type":"node","@id":7231553816,"@timestamp":1593702373},"coords":"51.535855,-0.0283191","bedrooms":"3","price":"212000","area":"523"} , +{"type":"Feature","id":"n7231604758","geometry":{"type":"Point","coordinates":[-0.0063966,51.5571903]},"properties":{"@type":"node","@id":7231604758,"@timestamp":1626252807},"coords":"51.5571903,-0.0063966","bedrooms":"4","price":"251000","area":"612"} , +{"type":"Feature","id":"n7231685011","geometry":{"type":"Point","coordinates":[-0.0381047,51.5414596]},"properties":{"@type":"node","@id":7231685011,"@timestamp":1626657809},"coords":"51.5414596,-0.0381047","bedrooms":"2","price":"191000","area":"420"} , +{"type":"Feature","id":"n7231693690","geometry":{"type":"Point","coordinates":[-0.2214703,51.40688]},"properties":{"@type":"node","@id":7231693690,"@timestamp":1607127719},"coords":"51.40688,-0.2214703","bedrooms":"3","price":"186000","area":"552"} , +{"type":"Feature","id":"n7231693700","geometry":{"type":"Point","coordinates":[-0.2197372,51.4070702]},"properties":{"@type":"node","@id":7231693700,"@timestamp":1607127719},"coords":"51.4070702,-0.2197372","bedrooms":"2","price":"277000","area":"408"} , +{"type":"Feature","id":"n7231728618","geometry":{"type":"Point","coordinates":[-0.0712059,51.0052752]},"properties":{"@type":"node","@id":7231728618,"@timestamp":1635501885},"coords":"51.0052752,-0.0712059","bedrooms":"1","price":"249000","area":"471"} , +{"type":"Feature","id":"n7231736972","geometry":{"type":"Point","coordinates":[-0.216351,51.4082604]},"properties":{"@type":"node","@id":7231736972,"@timestamp":1582246250},"coords":"51.4082604,-0.216351","bedrooms":"0","price":"161000","area":"549"} , +{"type":"Feature","id":"n7232115271","geometry":{"type":"Point","coordinates":[0.5809164,51.0207009]},"properties":{"@type":"node","@id":7232115271,"@timestamp":1582267524},"coords":"51.0207009,0.5809164","bedrooms":"3","price":"217000","area":"629"} , +{"type":"Feature","id":"n7232479371","geometry":{"type":"Point","coordinates":[-0.0829741,51.0118064]},"properties":{"@type":"node","@id":7232479371,"@timestamp":1635501885},"coords":"51.0118064,-0.0829741","bedrooms":"1","price":"296000","area":"390"} , +{"type":"Feature","id":"n7232647085","geometry":{"type":"Point","coordinates":[-0.2216579,51.5046983]},"properties":{"@type":"node","@id":7232647085,"@timestamp":1619321963},"coords":"51.5046983,-0.2216579","bedrooms":"2","price":"161000","area":"412"} , +{"type":"Feature","id":"n7233128920","geometry":{"type":"Point","coordinates":[-0.1494939,51.2184448]},"properties":{"@type":"node","@id":7233128920,"@timestamp":1582297512},"coords":"51.2184448,-0.1494939","bedrooms":"3","price":"150000","area":"480"} , +{"type":"Feature","id":"n7233669421","geometry":{"type":"Point","coordinates":[-0.0807425,51.0113204]},"properties":{"@type":"node","@id":7233669421,"@timestamp":1635501885},"coords":"51.0113204,-0.0807425","bedrooms":"0","price":"206000","area":"479"} , +{"type":"Feature","id":"n7234206169","geometry":{"type":"Point","coordinates":[0.6682183,51.821532]},"properties":{"@type":"node","@id":7234206169,"@timestamp":1582322324},"coords":"51.821532,0.6682183","bedrooms":"4","price":"238000","area":"520"} , +{"type":"Feature","id":"n7234298984","geometry":{"type":"Point","coordinates":[-0.5269092,51.4352784]},"properties":{"@type":"node","@id":7234298984,"@timestamp":1582328636},"coords":"51.4352784,-0.5269092","bedrooms":"1","price":"260000","area":"537"} , +{"type":"Feature","id":"n7234565198","geometry":{"type":"Point","coordinates":[-0.2085529,51.5186108]},"properties":{"@type":"node","@id":7234565198,"@timestamp":1582348641},"coords":"51.5186108,-0.2085529","bedrooms":"2","price":"173000","area":"639"} , +{"type":"Feature","id":"n7234874857","geometry":{"type":"Point","coordinates":[-0.2098599,51.5185646]},"properties":{"@type":"node","@id":7234874857,"@timestamp":1582363740},"coords":"51.5185646,-0.2098599","bedrooms":"0","price":"267000","area":"609"} , +{"type":"Feature","id":"n7234874867","geometry":{"type":"Point","coordinates":[-0.2090403,51.5187473]},"properties":{"@type":"node","@id":7234874867,"@timestamp":1582363740},"coords":"51.5187473,-0.2090403","bedrooms":"3","price":"277000","area":"421"} , +{"type":"Feature","id":"n7234879873","geometry":{"type":"Point","coordinates":[-0.2076098,51.519098]},"properties":{"@type":"node","@id":7234879873,"@timestamp":1582363740},"coords":"51.519098,-0.2076098","bedrooms":"2","price":"156000","area":"372"} , +{"type":"Feature","id":"n7234879893","geometry":{"type":"Point","coordinates":[-0.2085224,51.5192522]},"properties":{"@type":"node","@id":7234879893,"@timestamp":1582363740},"coords":"51.5192522,-0.2085224","bedrooms":"3","price":"219000","area":"573"} , +{"type":"Feature","id":"n7234879903","geometry":{"type":"Point","coordinates":[-0.2094028,51.5190518]},"properties":{"@type":"node","@id":7234879903,"@timestamp":1582363740},"coords":"51.5190518,-0.2094028","bedrooms":"4","price":"223000","area":"578"} , +{"type":"Feature","id":"n7234998521","geometry":{"type":"Point","coordinates":[-0.5436583,51.5040636]},"properties":{"@type":"node","@id":7234998521,"@timestamp":1582395321},"coords":"51.5040636,-0.5436583","bedrooms":"4","price":"239000","area":"639"} , +{"type":"Feature","id":"n7235185695","geometry":{"type":"Point","coordinates":[-0.2110554,51.5200801]},"properties":{"@type":"node","@id":7235185695,"@timestamp":1582377356},"coords":"51.5200801,-0.2110554","bedrooms":"3","price":"188000","area":"471"} , +{"type":"Feature","id":"n7235185737","geometry":{"type":"Point","coordinates":[-0.2104496,51.5196989]},"properties":{"@type":"node","@id":7235185737,"@timestamp":1582377356},"coords":"51.5196989,-0.2104496","bedrooms":"0","price":"219000","area":"488"} , +{"type":"Feature","id":"n7235185761","geometry":{"type":"Point","coordinates":[-0.2103476,51.5191899]},"properties":{"@type":"node","@id":7235185761,"@timestamp":1582377356},"coords":"51.5191899,-0.2103476","bedrooms":"1","price":"270000","area":"395"} , +{"type":"Feature","id":"n7235218247","geometry":{"type":"Point","coordinates":[-0.182298,51.152437]},"properties":{"@type":"node","@id":7235218247,"@timestamp":1582380269},"coords":"51.152437,-0.182298","bedrooms":"0","price":"187000","area":"617"} , +{"type":"Feature","id":"n7235218257","geometry":{"type":"Point","coordinates":[-0.1680299,51.1521875]},"properties":{"@type":"node","@id":7235218257,"@timestamp":1582380269},"coords":"51.1521875,-0.1680299","bedrooms":"0","price":"282000","area":"694"} , +{"type":"Feature","id":"n7235256571","geometry":{"type":"Point","coordinates":[-0.2071584,51.1470744]},"properties":{"@type":"node","@id":7235256571,"@timestamp":1582381456},"coords":"51.1470744,-0.2071584","bedrooms":"0","price":"250000","area":"542"} , +{"type":"Feature","id":"n7235256581","geometry":{"type":"Point","coordinates":[-0.209682,51.14657]},"properties":{"@type":"node","@id":7235256581,"@timestamp":1582381456},"coords":"51.14657,-0.209682","bedrooms":"3","price":"285000","area":"379"} , +{"type":"Feature","id":"n7235285589","geometry":{"type":"Point","coordinates":[-0.2061507,51.1441781]},"properties":{"@type":"node","@id":7235285589,"@timestamp":1582381456},"coords":"51.1441781,-0.2061507","bedrooms":"1","price":"209000","area":"419"} , +{"type":"Feature","id":"n7235290274","geometry":{"type":"Point","coordinates":[0.0592581,51.4570403]},"properties":{"@type":"node","@id":7235290274,"@timestamp":1582383054},"coords":"51.4570403,0.0592581","bedrooms":"4","price":"245000","area":"403"} , +{"type":"Feature","id":"n7235354136","geometry":{"type":"Point","coordinates":[0.0027957,51.4825173]},"properties":{"@type":"node","@id":7235354136,"@timestamp":1582386116},"coords":"51.4825173,0.0027957","bedrooms":"2","price":"297000","area":"453"} , +{"type":"Feature","id":"n7235460869","geometry":{"type":"Point","coordinates":[-0.5391931,51.4238703]},"properties":{"@type":"node","@id":7235460869,"@timestamp":1582392117},"coords":"51.4238703,-0.5391931","bedrooms":"0","price":"258000","area":"445"} , +{"type":"Feature","id":"n7235516344","geometry":{"type":"Point","coordinates":[-0.4814731,51.3746106]},"properties":{"@type":"node","@id":7235516344,"@timestamp":1582393690},"coords":"51.3746106,-0.4814731","bedrooms":"1","price":"243000","area":"426"} , +{"type":"Feature","id":"n7235607804","geometry":{"type":"Point","coordinates":[-0.5070778,51.3905385]},"properties":{"@type":"node","@id":7235607804,"@timestamp":1582395615},"coords":"51.3905385,-0.5070778","bedrooms":"0","price":"201000","area":"517"} , +{"type":"Feature","id":"n7235616536","geometry":{"type":"Point","coordinates":[-0.3949848,51.6306709]},"properties":{"@type":"node","@id":7235616536,"@timestamp":1582396109},"coords":"51.6306709,-0.3949848","bedrooms":"3","price":"162000","area":"440"} , +{"type":"Feature","id":"n7235616597","geometry":{"type":"Point","coordinates":[-0.4047963,51.6319304]},"properties":{"@type":"node","@id":7235616597,"@timestamp":1582396109},"coords":"51.6319304,-0.4047963","bedrooms":"1","price":"267000","area":"683"} , +{"type":"Feature","id":"n7235616739","geometry":{"type":"Point","coordinates":[-0.3923656,51.6333355]},"properties":{"@type":"node","@id":7235616739,"@timestamp":1582396109},"coords":"51.6333355,-0.3923656","bedrooms":"4","price":"274000","area":"580"} , +{"type":"Feature","id":"n7235707889","geometry":{"type":"Point","coordinates":[-0.5284711,51.4267116]},"properties":{"@type":"node","@id":7235707889,"@timestamp":1611240237},"coords":"51.4267116,-0.5284711","bedrooms":"0","price":"258000","area":"516"} , +{"type":"Feature","id":"n7235736150","geometry":{"type":"Point","coordinates":[0.3864286,51.4142036]},"properties":{"@type":"node","@id":7235736150,"@timestamp":1582402064},"coords":"51.4142036,0.3864286","bedrooms":"3","price":"271000","area":"429"} , +{"type":"Feature","id":"n7235747992","geometry":{"type":"Point","coordinates":[0.3890893,51.4149229]},"properties":{"@type":"node","@id":7235747992,"@timestamp":1582401740},"coords":"51.4149229,0.3890893","bedrooms":"4","price":"289000","area":"379"} , +{"type":"Feature","id":"n7235753117","geometry":{"type":"Point","coordinates":[0.3889149,51.4122012]},"properties":{"@type":"node","@id":7235753117,"@timestamp":1582401983},"coords":"51.4122012,0.3889149","bedrooms":"2","price":"258000","area":"497"} , +{"type":"Feature","id":"n7235768819","geometry":{"type":"Point","coordinates":[-0.6774103,51.916563]},"properties":{"@type":"node","@id":7235768819,"@timestamp":1582402726},"coords":"51.916563,-0.6774103","bedrooms":"1","price":"174000","area":"531"} , +{"type":"Feature","id":"n7235803487","geometry":{"type":"Point","coordinates":[-0.1245743,51.5670783]},"properties":{"@type":"node","@id":7235803487,"@timestamp":1582404590},"coords":"51.5670783,-0.1245743","bedrooms":"2","price":"194000","area":"386"} , +{"type":"Feature","id":"n7236006372","geometry":{"type":"Point","coordinates":[-0.3223268,51.5575298]},"properties":{"@type":"node","@id":7236006372,"@timestamp":1582416600},"coords":"51.5575298,-0.3223268","bedrooms":"3","price":"194000","area":"661"} , +{"type":"Feature","id":"n7236103643","geometry":{"type":"Point","coordinates":[-0.3420903,51.5261201]},"properties":{"@type":"node","@id":7236103643,"@timestamp":1582424159},"coords":"51.5261201,-0.3420903","bedrooms":"3","price":"182000","area":"534"} , +{"type":"Feature","id":"n7236210444","geometry":{"type":"Point","coordinates":[-0.2098555,51.5196088]},"properties":{"@type":"node","@id":7236210444,"@timestamp":1582433616},"coords":"51.5196088,-0.2098555","bedrooms":"2","price":"274000","area":"612"} , +{"type":"Feature","id":"n7236210454","geometry":{"type":"Point","coordinates":[-0.2101456,51.5201167]},"properties":{"@type":"node","@id":7236210454,"@timestamp":1582433616},"coords":"51.5201167,-0.2101456","bedrooms":"1","price":"244000","area":"645"} , +{"type":"Feature","id":"n7236326071","geometry":{"type":"Point","coordinates":[0.0137923,51.0489324]},"properties":{"@type":"node","@id":7236326071,"@timestamp":1582445519},"coords":"51.0489324,0.0137923","bedrooms":"3","price":"240000","area":"489"} , +{"type":"Feature","id":"n7236547572","geometry":{"type":"Point","coordinates":[-0.1078117,51.8753091]},"properties":{"@type":"node","@id":7236547572,"@timestamp":1582456411},"coords":"51.8753091,-0.1078117","bedrooms":"4","price":"232000","area":"422"} , +{"type":"Feature","id":"n7236549817","geometry":{"type":"Point","coordinates":[-0.2099155,51.5210718]},"properties":{"@type":"node","@id":7236549817,"@timestamp":1582456489},"coords":"51.5210718,-0.2099155","bedrooms":"0","price":"275000","area":"386"} , +{"type":"Feature","id":"n7236550580","geometry":{"type":"Point","coordinates":[-0.6641638,51.9165681]},"properties":{"@type":"node","@id":7236550580,"@timestamp":1582456803},"coords":"51.9165681,-0.6641638","bedrooms":"4","price":"152000","area":"609"} , +{"type":"Feature","id":"n7236557794","geometry":{"type":"Point","coordinates":[-0.0664169,51.8478632]},"properties":{"@type":"node","@id":7236557794,"@timestamp":1582456411},"coords":"51.8478632,-0.0664169","bedrooms":"3","price":"185000","area":"362"} , +{"type":"Feature","id":"n7236557815","geometry":{"type":"Point","coordinates":[-0.0768077,51.846642]},"properties":{"@type":"node","@id":7236557815,"@timestamp":1582456411},"coords":"51.846642,-0.0768077","bedrooms":"2","price":"229000","area":"525"} , +{"type":"Feature","id":"n7236557825","geometry":{"type":"Point","coordinates":[-0.0787979,51.8473578]},"properties":{"@type":"node","@id":7236557825,"@timestamp":1582456411},"coords":"51.8473578,-0.0787979","bedrooms":"4","price":"266000","area":"476"} , +{"type":"Feature","id":"n7236557835","geometry":{"type":"Point","coordinates":[-0.0799674,51.8476693]},"properties":{"@type":"node","@id":7236557835,"@timestamp":1582456411},"coords":"51.8476693,-0.0799674","bedrooms":"3","price":"299000","area":"425"} , +{"type":"Feature","id":"n7236557845","geometry":{"type":"Point","coordinates":[-0.0838673,51.8486768]},"properties":{"@type":"node","@id":7236557845,"@timestamp":1582456411},"coords":"51.8486768,-0.0838673","bedrooms":"3","price":"271000","area":"586"} , +{"type":"Feature","id":"n7236557855","geometry":{"type":"Point","coordinates":[-0.0768292,51.8477555]},"properties":{"@type":"node","@id":7236557855,"@timestamp":1582456411},"coords":"51.8477555,-0.0768292","bedrooms":"0","price":"176000","area":"501"} , +{"type":"Feature","id":"n7236557865","geometry":{"type":"Point","coordinates":[-0.0790662,51.8506418]},"properties":{"@type":"node","@id":7236557865,"@timestamp":1582456411},"coords":"51.8506418,-0.0790662","bedrooms":"0","price":"255000","area":"426"} , +{"type":"Feature","id":"n7236557875","geometry":{"type":"Point","coordinates":[-0.0877619,51.849366]},"properties":{"@type":"node","@id":7236557875,"@timestamp":1582456411},"coords":"51.849366,-0.0877619","bedrooms":"1","price":"299000","area":"683"} , +{"type":"Feature","id":"n7236557885","geometry":{"type":"Point","coordinates":[-0.0879872,51.8477621]},"properties":{"@type":"node","@id":7236557885,"@timestamp":1582456411},"coords":"51.8477621,-0.0879872","bedrooms":"4","price":"262000","area":"452"} , +{"type":"Feature","id":"n7236557895","geometry":{"type":"Point","coordinates":[-0.086925,51.8494654]},"properties":{"@type":"node","@id":7236557895,"@timestamp":1582456411},"coords":"51.8494654,-0.086925","bedrooms":"1","price":"203000","area":"396"} , +{"type":"Feature","id":"n7236557905","geometry":{"type":"Point","coordinates":[-0.0850368,51.8489684]},"properties":{"@type":"node","@id":7236557905,"@timestamp":1582456411},"coords":"51.8489684,-0.0850368","bedrooms":"2","price":"176000","area":"645"} , +{"type":"Feature","id":"n7236557915","geometry":{"type":"Point","coordinates":[-0.0796938,51.8496212]},"properties":{"@type":"node","@id":7236557915,"@timestamp":1582456411},"coords":"51.8496212,-0.0796938","bedrooms":"3","price":"204000","area":"420"} , +{"type":"Feature","id":"n7236557925","geometry":{"type":"Point","coordinates":[-0.0809652,51.8492003]},"properties":{"@type":"node","@id":7236557925,"@timestamp":1582456411},"coords":"51.8492003,-0.0809652","bedrooms":"1","price":"220000","area":"390"} , +{"type":"Feature","id":"n7236587209","geometry":{"type":"Point","coordinates":[-1.0853527,51.4875457]},"properties":{"@type":"node","@id":7236587209,"@timestamp":1582457423},"coords":"51.4875457,-1.0853527","bedrooms":"2","price":"220000","area":"633"} , +{"type":"Feature","id":"n7236587276","geometry":{"type":"Point","coordinates":[-1.0364508,51.4853207]},"properties":{"@type":"node","@id":7236587276,"@timestamp":1582457423},"coords":"51.4853207,-1.0364508","bedrooms":"1","price":"263000","area":"402"} , +{"type":"Feature","id":"n7236598528","geometry":{"type":"Point","coordinates":[-0.2116149,51.5205066]},"properties":{"@type":"node","@id":7236598528,"@timestamp":1582458130},"coords":"51.5205066,-0.2116149","bedrooms":"2","price":"158000","area":"508"} , +{"type":"Feature","id":"n7236712058","geometry":{"type":"Point","coordinates":[-0.0047465,51.5547921]},"properties":{"@type":"node","@id":7236712058,"@timestamp":1618318680},"coords":"51.5547921,-0.0047465","bedrooms":"0","price":"282000","area":"582"} , +{"type":"Feature","id":"n7236712068","geometry":{"type":"Point","coordinates":[-0.0040863,51.5549494]},"properties":{"@type":"node","@id":7236712068,"@timestamp":1618318680},"coords":"51.5549494,-0.0040863","bedrooms":"2","price":"168000","area":"483"} , +{"type":"Feature","id":"n7236712078","geometry":{"type":"Point","coordinates":[-0.0034412,51.5551031]},"properties":{"@type":"node","@id":7236712078,"@timestamp":1618318680},"coords":"51.5551031,-0.0034412","bedrooms":"4","price":"169000","area":"403"} , +{"type":"Feature","id":"n7236720841","geometry":{"type":"Point","coordinates":[-0.0026327,51.5552962]},"properties":{"@type":"node","@id":7236720841,"@timestamp":1618318680},"coords":"51.5552962,-0.0026327","bedrooms":"3","price":"219000","area":"476"} , +{"type":"Feature","id":"n7236720851","geometry":{"type":"Point","coordinates":[-0.0019367,51.5554673]},"properties":{"@type":"node","@id":7236720851,"@timestamp":1618318680},"coords":"51.5554673,-0.0019367","bedrooms":"2","price":"293000","area":"461"} , +{"type":"Feature","id":"n7237102206","geometry":{"type":"Point","coordinates":[-0.81,51.818533]},"properties":{"@type":"node","@id":7237102206,"@timestamp":1626965806},"coords":"51.818533,-0.81","bedrooms":"2","price":"213000","area":"435"} , +{"type":"Feature","id":"n7237159870","geometry":{"type":"Point","coordinates":[-0.0010063,51.5558827]},"properties":{"@type":"node","@id":7237159870,"@timestamp":1618318680},"coords":"51.5558827,-0.0010063","bedrooms":"1","price":"173000","area":"634"} , +{"type":"Feature","id":"n7237207253","geometry":{"type":"Point","coordinates":[-0.2112717,51.5211933]},"properties":{"@type":"node","@id":7237207253,"@timestamp":1582479719},"coords":"51.5211933,-0.2112717","bedrooms":"1","price":"270000","area":"385"} , +{"type":"Feature","id":"n7237210945","geometry":{"type":"Point","coordinates":[-0.1063134,51.3281878]},"properties":{"@type":"node","@id":7237210945,"@timestamp":1582479787},"coords":"51.3281878,-0.1063134","bedrooms":"4","price":"220000","area":"374"} , +{"type":"Feature","id":"n7237253907","geometry":{"type":"Point","coordinates":[-0.723153,51.8313219]},"properties":{"@type":"node","@id":7237253907,"@timestamp":1582480979},"coords":"51.8313219,-0.723153","bedrooms":"4","price":"202000","area":"517"} , +{"type":"Feature","id":"n7237360061","geometry":{"type":"Point","coordinates":[-0.7409715,51.860352]},"properties":{"@type":"node","@id":7237360061,"@timestamp":1582485689},"coords":"51.860352,-0.7409715","bedrooms":"3","price":"153000","area":"695"} , +{"type":"Feature","id":"n7237370618","geometry":{"type":"Point","coordinates":[-0.0043867,51.5550525]},"properties":{"@type":"node","@id":7237370618,"@timestamp":1618232315},"coords":"51.5550525,-0.0043867","bedrooms":"0","price":"177000","area":"551"} , +{"type":"Feature","id":"n7237370628","geometry":{"type":"Point","coordinates":[-0.0037139,51.5552139]},"properties":{"@type":"node","@id":7237370628,"@timestamp":1618232315},"coords":"51.5552139,-0.0037139","bedrooms":"2","price":"205000","area":"415"} , +{"type":"Feature","id":"n7237370638","geometry":{"type":"Point","coordinates":[-0.0030625,51.5553656]},"properties":{"@type":"node","@id":7237370638,"@timestamp":1618232315},"coords":"51.5553656,-0.0030625","bedrooms":"4","price":"234000","area":"420"} , +{"type":"Feature","id":"n7237370648","geometry":{"type":"Point","coordinates":[-0.002442,51.5555134]},"properties":{"@type":"node","@id":7237370648,"@timestamp":1618232315},"coords":"51.5555134,-0.002442","bedrooms":"3","price":"292000","area":"473"} , +{"type":"Feature","id":"n7237370658","geometry":{"type":"Point","coordinates":[-0.0018305,51.5556935]},"properties":{"@type":"node","@id":7237370658,"@timestamp":1618232315},"coords":"51.5556935,-0.0018305","bedrooms":"3","price":"235000","area":"424"} , +{"type":"Feature","id":"n7237370672","geometry":{"type":"Point","coordinates":[-0.0006771,51.5560473]},"properties":{"@type":"node","@id":7237370672,"@timestamp":1618318680},"coords":"51.5560473,-0.0006771","bedrooms":"0","price":"157000","area":"557"} , +{"type":"Feature","id":"n7237370682","geometry":{"type":"Point","coordinates":[-0.0003933,51.5557902]},"properties":{"@type":"node","@id":7237370682,"@timestamp":1618318680},"coords":"51.5557902,-0.0003933","bedrooms":"3","price":"169000","area":"658"} , +{"type":"Feature","id":"n7237370692","geometry":{"type":"Point","coordinates":[0.0002763,51.5556176]},"properties":{"@type":"node","@id":7237370692,"@timestamp":1618318680},"coords":"51.5556176,0.0002763","bedrooms":"3","price":"259000","area":"610"} , +{"type":"Feature","id":"n7237370702","geometry":{"type":"Point","coordinates":[0.0001376,51.5561248]},"properties":{"@type":"node","@id":7237370702,"@timestamp":1618318680},"coords":"51.5561248,0.0001376","bedrooms":"2","price":"154000","area":"636"} , +{"type":"Feature","id":"n7237370712","geometry":{"type":"Point","coordinates":[-0.0045651,51.5543635]},"properties":{"@type":"node","@id":7237370712,"@timestamp":1618318680},"coords":"51.5543635,-0.0045651","bedrooms":"4","price":"294000","area":"357"} , +{"type":"Feature","id":"n7237370722","geometry":{"type":"Point","coordinates":[-0.0039058,51.5545207]},"properties":{"@type":"node","@id":7237370722,"@timestamp":1618318680},"coords":"51.5545207,-0.0039058","bedrooms":"1","price":"165000","area":"568"} , +{"type":"Feature","id":"n7237370732","geometry":{"type":"Point","coordinates":[-0.0032501,51.5546771]},"properties":{"@type":"node","@id":7237370732,"@timestamp":1618318680},"coords":"51.5546771,-0.0032501","bedrooms":"3","price":"228000","area":"353"} , +{"type":"Feature","id":"n7237370742","geometry":{"type":"Point","coordinates":[-0.0025641,51.5548406]},"properties":{"@type":"node","@id":7237370742,"@timestamp":1618318680},"coords":"51.5548406,-0.0025641","bedrooms":"4","price":"216000","area":"596"} , +{"type":"Feature","id":"n7237370752","geometry":{"type":"Point","coordinates":[-0.0017529,51.5550316]},"properties":{"@type":"node","@id":7237370752,"@timestamp":1618318680},"coords":"51.5550316,-0.0017529","bedrooms":"4","price":"219000","area":"480"} , +{"type":"Feature","id":"n7237370762","geometry":{"type":"Point","coordinates":[-0.0011102,51.5551828]},"properties":{"@type":"node","@id":7237370762,"@timestamp":1618318680},"coords":"51.5551828,-0.0011102","bedrooms":"2","price":"250000","area":"384"} , +{"type":"Feature","id":"n7237370772","geometry":{"type":"Point","coordinates":[-0.0004803,51.5553389]},"properties":{"@type":"node","@id":7237370772,"@timestamp":1618318680},"coords":"51.5553389,-0.0004803","bedrooms":"1","price":"156000","area":"680"} , +{"type":"Feature","id":"n7237385170","geometry":{"type":"Point","coordinates":[-0.72513,51.2982732]},"properties":{"@type":"node","@id":7237385170,"@timestamp":1582487845},"coords":"51.2982732,-0.72513","bedrooms":"4","price":"272000","area":"491"} , +{"type":"Feature","id":"n7237412944","geometry":{"type":"Point","coordinates":[-0.7620026,51.847511]},"properties":{"@type":"node","@id":7237412944,"@timestamp":1582488489},"coords":"51.847511,-0.7620026","bedrooms":"4","price":"195000","area":"555"} , +{"type":"Feature","id":"n7237618301","geometry":{"type":"Point","coordinates":[0.6515687,51.8078583]},"properties":{"@type":"node","@id":7237618301,"@timestamp":1582496991},"coords":"51.8078583,0.6515687","bedrooms":"4","price":"231000","area":"642"} , +{"type":"Feature","id":"n7237940675","geometry":{"type":"Point","coordinates":[-0.2120085,51.5212395]},"properties":{"@type":"node","@id":7237940675,"@timestamp":1582516828},"coords":"51.5212395,-0.2120085","bedrooms":"1","price":"192000","area":"458"} , +{"type":"Feature","id":"n7237940747","geometry":{"type":"Point","coordinates":[-0.2109467,51.5217102]},"properties":{"@type":"node","@id":7237940747,"@timestamp":1582516828},"coords":"51.5217102,-0.2109467","bedrooms":"4","price":"154000","area":"654"} , +{"type":"Feature","id":"n7238030596","geometry":{"type":"Point","coordinates":[-0.0403018,51.5871875]},"properties":{"@type":"node","@id":7238030596,"@timestamp":1590533078},"coords":"51.5871875,-0.0403018","bedrooms":"2","price":"230000","area":"469"} , +{"type":"Feature","id":"n7238106760","geometry":{"type":"Point","coordinates":[-0.9404873,51.6249486]},"properties":{"@type":"node","@id":7238106760,"@timestamp":1582524992},"coords":"51.6249486,-0.9404873","bedrooms":"1","price":"260000","area":"609"} , +{"type":"Feature","id":"n7238326424","geometry":{"type":"Point","coordinates":[-0.6388734,51.3004625]},"properties":{"@type":"node","@id":7238326424,"@timestamp":1582533514},"coords":"51.3004625,-0.6388734","bedrooms":"3","price":"213000","area":"411"} , +{"type":"Feature","id":"n7238530393","geometry":{"type":"Point","coordinates":[-0.2056509,51.4805764]},"properties":{"@type":"node","@id":7238530393,"@timestamp":1582539564},"coords":"51.4805764,-0.2056509","bedrooms":"2","price":"155000","area":"577"} , +{"type":"Feature","id":"n7238570063","geometry":{"type":"Point","coordinates":[-0.2127111,51.5224797]},"properties":{"@type":"node","@id":7238570063,"@timestamp":1582540721},"coords":"51.5224797,-0.2127111","bedrooms":"2","price":"254000","area":"470"} , +{"type":"Feature","id":"n7238570073","geometry":{"type":"Point","coordinates":[-0.2129829,51.5229445]},"properties":{"@type":"node","@id":7238570073,"@timestamp":1582540721},"coords":"51.5229445,-0.2129829","bedrooms":"1","price":"223000","area":"573"} , +{"type":"Feature","id":"n7238572323","geometry":{"type":"Point","coordinates":[-0.767504,51.2501624]},"properties":{"@type":"node","@id":7238572323,"@timestamp":1582540329},"coords":"51.2501624,-0.767504","bedrooms":"4","price":"210000","area":"444"} , +{"type":"Feature","id":"n7238682380","geometry":{"type":"Point","coordinates":[0.2232657,51.4437517]},"properties":{"@type":"node","@id":7238682380,"@timestamp":1582544567},"coords":"51.4437517,0.2232657","bedrooms":"4","price":"278000","area":"474"} , +{"type":"Feature","id":"n7238713275","geometry":{"type":"Point","coordinates":[-0.4563201,51.9063742]},"properties":{"@type":"node","@id":7238713275,"@timestamp":1614104595},"coords":"51.9063742,-0.4563201","bedrooms":"3","price":"244000","area":"645"} , +{"type":"Feature","id":"n7238801633","geometry":{"type":"Point","coordinates":[0.2244573,51.4433919]},"properties":{"@type":"node","@id":7238801633,"@timestamp":1582544567},"coords":"51.4433919,0.2244573","bedrooms":"2","price":"225000","area":"487"} , +{"type":"Feature","id":"n7238937657","geometry":{"type":"Point","coordinates":[-0.7699519,51.2495293]},"properties":{"@type":"node","@id":7238937657,"@timestamp":1582547388},"coords":"51.2495293,-0.7699519","bedrooms":"3","price":"266000","area":"506"} , +{"type":"Feature","id":"n7239118956","geometry":{"type":"Point","coordinates":[-0.7621713,51.3336195]},"properties":{"@type":"node","@id":7239118956,"@timestamp":1582552504},"coords":"51.3336195,-0.7621713","bedrooms":"4","price":"237000","area":"598"} , +{"type":"Feature","id":"n7239405639","geometry":{"type":"Point","coordinates":[-0.8137954,51.8570665]},"properties":{"@type":"node","@id":7239405639,"@timestamp":1582560077},"coords":"51.8570665,-0.8137954","bedrooms":"1","price":"194000","area":"433"} , +{"type":"Feature","id":"n7239405677","geometry":{"type":"Point","coordinates":[-0.8171194,51.8574838]},"properties":{"@type":"node","@id":7239405677,"@timestamp":1582560077},"coords":"51.8574838,-0.8171194","bedrooms":"4","price":"265000","area":"427"} , +{"type":"Feature","id":"n7239442043","geometry":{"type":"Point","coordinates":[-0.8081027,51.8588729]},"properties":{"@type":"node","@id":7239442043,"@timestamp":1582560077},"coords":"51.8588729,-0.8081027","bedrooms":"0","price":"210000","area":"528"} , +{"type":"Feature","id":"n7239442061","geometry":{"type":"Point","coordinates":[-0.8100868,51.859105]},"properties":{"@type":"node","@id":7239442061,"@timestamp":1582560077},"coords":"51.859105,-0.8100868","bedrooms":"1","price":"163000","area":"417"} , +{"type":"Feature","id":"n7239442109","geometry":{"type":"Point","coordinates":[-0.8135984,51.8623471]},"properties":{"@type":"node","@id":7239442109,"@timestamp":1582560077},"coords":"51.8623471,-0.8135984","bedrooms":"0","price":"262000","area":"362"} , +{"type":"Feature","id":"n7239592161","geometry":{"type":"Point","coordinates":[-0.8235825,51.8463522]},"properties":{"@type":"node","@id":7239592161,"@timestamp":1582564550},"coords":"51.8463522,-0.8235825","bedrooms":"2","price":"167000","area":"524"} , +{"type":"Feature","id":"n7239592210","geometry":{"type":"Point","coordinates":[-0.8909338,51.790164]},"properties":{"@type":"node","@id":7239592210,"@timestamp":1582564550},"coords":"51.790164,-0.8909338","bedrooms":"0","price":"195000","area":"649"} , +{"type":"Feature","id":"n7239607235","geometry":{"type":"Point","coordinates":[-0.8623085,51.7782399]},"properties":{"@type":"node","@id":7239607235,"@timestamp":1582565286},"coords":"51.7782399,-0.8623085","bedrooms":"4","price":"294000","area":"431"} , +{"type":"Feature","id":"n7239743885","geometry":{"type":"Point","coordinates":[-0.6406374,51.9216045]},"properties":{"@type":"node","@id":7239743885,"@timestamp":1582569560},"coords":"51.9216045,-0.6406374","bedrooms":"1","price":"196000","area":"545"} , +{"type":"Feature","id":"n7240840475","geometry":{"type":"Point","coordinates":[0.3531879,51.4361277]},"properties":{"@type":"node","@id":7240840475,"@timestamp":1582575209},"coords":"51.4361277,0.3531879","bedrooms":"3","price":"220000","area":"659"} , +{"type":"Feature","id":"n7240842306","geometry":{"type":"Point","coordinates":[0.3503904,51.4340761]},"properties":{"@type":"node","@id":7240842306,"@timestamp":1582573907},"coords":"51.4340761,0.3503904","bedrooms":"2","price":"191000","area":"553"} , +{"type":"Feature","id":"n7240847754","geometry":{"type":"Point","coordinates":[0.349728,51.4373366]},"properties":{"@type":"node","@id":7240847754,"@timestamp":1582575475},"coords":"51.4373366,0.349728","bedrooms":"1","price":"224000","area":"414"} , +{"type":"Feature","id":"n7240854084","geometry":{"type":"Point","coordinates":[0.351281,51.4344888]},"properties":{"@type":"node","@id":7240854084,"@timestamp":1582574547},"coords":"51.4344888,0.351281","bedrooms":"4","price":"268000","area":"617"} , +{"type":"Feature","id":"n7240857715","geometry":{"type":"Point","coordinates":[0.3518791,51.4361959]},"properties":{"@type":"node","@id":7240857715,"@timestamp":1582575086},"coords":"51.4361959,0.3518791","bedrooms":"0","price":"200000","area":"644"} , +{"type":"Feature","id":"n7240862210","geometry":{"type":"Point","coordinates":[0.3497334,51.4347596]},"properties":{"@type":"node","@id":7240862210,"@timestamp":1582577152},"coords":"51.4347596,0.3497334","bedrooms":"3","price":"200000","area":"610"} , +{"type":"Feature","id":"n7240869861","geometry":{"type":"Point","coordinates":[0.3540463,51.4376339]},"properties":{"@type":"node","@id":7240869861,"@timestamp":1582576064},"coords":"51.4376339,0.3540463","bedrooms":"4","price":"273000","area":"417"} , +{"type":"Feature","id":"n7240879671","geometry":{"type":"Point","coordinates":[0.3496529,51.4358769]},"properties":{"@type":"node","@id":7240879671,"@timestamp":1582576546},"coords":"51.4358769,0.3496529","bedrooms":"2","price":"198000","area":"582"} , +{"type":"Feature","id":"n7240883887","geometry":{"type":"Point","coordinates":[0.3536735,51.4370336]},"properties":{"@type":"node","@id":7240883887,"@timestamp":1582576029},"coords":"51.4370336,0.3536735","bedrooms":"3","price":"248000","area":"578"} , +{"type":"Feature","id":"n7240889082","geometry":{"type":"Point","coordinates":[0.3529224,51.4366552]},"properties":{"@type":"node","@id":7240889082,"@timestamp":1582576228},"coords":"51.4366552,0.3529224","bedrooms":"0","price":"208000","area":"437"} , +{"type":"Feature","id":"n7240900119","geometry":{"type":"Point","coordinates":[0.3456081,51.4342901]},"properties":{"@type":"node","@id":7240900119,"@timestamp":1582577037},"coords":"51.4342901,0.3456081","bedrooms":"4","price":"167000","area":"570"} , +{"type":"Feature","id":"n7240911790","geometry":{"type":"Point","coordinates":[0.3496985,51.4349904]},"properties":{"@type":"node","@id":7240911790,"@timestamp":1582577184},"coords":"51.4349904,0.3496985","bedrooms":"2","price":"155000","area":"459"} , +{"type":"Feature","id":"n7240935725","geometry":{"type":"Point","coordinates":[-0.2098519,51.5212638]},"properties":{"@type":"node","@id":7240935725,"@timestamp":1582578301},"coords":"51.5212638,-0.2098519","bedrooms":"0","price":"237000","area":"502"} , +{"type":"Feature","id":"n7240955918","geometry":{"type":"Point","coordinates":[0.0090301,51.5510997]},"properties":{"@type":"node","@id":7240955918,"@timestamp":1620205617},"coords":"51.5510997,0.0090301","bedrooms":"2","price":"226000","area":"642"} , +{"type":"Feature","id":"n7240955928","geometry":{"type":"Point","coordinates":[0.008381,51.5510118]},"properties":{"@type":"node","@id":7240955928,"@timestamp":1620205617},"coords":"51.5510118,0.008381","bedrooms":"2","price":"249000","area":"685"} , +{"type":"Feature","id":"n7240955938","geometry":{"type":"Point","coordinates":[0.0103037,51.5512621]},"properties":{"@type":"node","@id":7240955938,"@timestamp":1620205617},"coords":"51.5512621,0.0103037","bedrooms":"0","price":"279000","area":"447"} , +{"type":"Feature","id":"n7240955950","geometry":{"type":"Point","coordinates":[0.0099864,51.5507401]},"properties":{"@type":"node","@id":7240955950,"@timestamp":1620205617},"coords":"51.5507401,0.0099864","bedrooms":"1","price":"274000","area":"406"} , +{"type":"Feature","id":"n7240955960","geometry":{"type":"Point","coordinates":[0.0093327,51.5506239]},"properties":{"@type":"node","@id":7240955960,"@timestamp":1620205617},"coords":"51.5506239,0.0093327","bedrooms":"1","price":"228000","area":"431"} , +{"type":"Feature","id":"n7240955970","geometry":{"type":"Point","coordinates":[0.008648,51.5505021]},"properties":{"@type":"node","@id":7240955970,"@timestamp":1620205617},"coords":"51.5505021,0.008648","bedrooms":"3","price":"183000","area":"597"} , +{"type":"Feature","id":"n7240958814","geometry":{"type":"Point","coordinates":[0.0099704,51.5513983]},"properties":{"@type":"node","@id":7240958814,"@timestamp":1619608244},"coords":"51.5513983,0.0099704","bedrooms":"1","price":"195000","area":"674"} , +{"type":"Feature","id":"n7241039652","geometry":{"type":"Point","coordinates":[0.0092434,51.5511284]},"properties":{"@type":"node","@id":7241039652,"@timestamp":1620205617},"coords":"51.5511284,0.0092434","bedrooms":"3","price":"292000","area":"456"} , +{"type":"Feature","id":"n7241058102","geometry":{"type":"Point","coordinates":[-0.0441321,51.4693907]},"properties":{"@type":"node","@id":7241058102,"@timestamp":1582582702},"coords":"51.4693907,-0.0441321","bedrooms":"2","price":"249000","area":"351"} , +{"type":"Feature","id":"n7241104209","geometry":{"type":"Point","coordinates":[-0.0185191,51.5817367]},"properties":{"@type":"node","@id":7241104209,"@timestamp":1588049651},"coords":"51.5817367,-0.0185191","bedrooms":"0","price":"163000","area":"450"} , +{"type":"Feature","id":"n7241144465","geometry":{"type":"Point","coordinates":[-0.0275088,51.5725674]},"properties":{"@type":"node","@id":7241144465,"@timestamp":1582589694},"coords":"51.5725674,-0.0275088","bedrooms":"0","price":"187000","area":"423"} , +{"type":"Feature","id":"n7241419082","geometry":{"type":"Point","coordinates":[-0.0130121,51.5572166]},"properties":{"@type":"node","@id":7241419082,"@timestamp":1582602928},"coords":"51.5572166,-0.0130121","bedrooms":"4","price":"242000","area":"455"} , +{"type":"Feature","id":"n7241796628","geometry":{"type":"Point","coordinates":[-0.4744638,51.2540019]},"properties":{"@type":"node","@id":7241796628,"@timestamp":1582617874},"coords":"51.2540019,-0.4744638","bedrooms":"3","price":"293000","area":"520"} , +{"type":"Feature","id":"n7242546881","geometry":{"type":"Point","coordinates":[-0.773312,51.3342293]},"properties":{"@type":"node","@id":7242546881,"@timestamp":1582637955},"coords":"51.3342293,-0.773312","bedrooms":"3","price":"155000","area":"548"} , +{"type":"Feature","id":"n7242937798","geometry":{"type":"Point","coordinates":[-0.1989286,51.8975263]},"properties":{"@type":"node","@id":7242937798,"@timestamp":1600699189},"coords":"51.8975263,-0.1989286","bedrooms":"0","price":"270000","area":"528"} , +{"type":"Feature","id":"n7242961373","geometry":{"type":"Point","coordinates":[-0.2093239,51.5214571]},"properties":{"@type":"node","@id":7242961373,"@timestamp":1601048474},"coords":"51.5214571,-0.2093239","bedrooms":"3","price":"184000","area":"401"} , +{"type":"Feature","id":"n7242961383","geometry":{"type":"Point","coordinates":[-0.2086042,51.5219505]},"properties":{"@type":"node","@id":7242961383,"@timestamp":1582647085},"coords":"51.5219505,-0.2086042","bedrooms":"1","price":"203000","area":"357"} , +{"type":"Feature","id":"n7243156958","geometry":{"type":"Point","coordinates":[-0.2412076,51.3097607]},"properties":{"@type":"node","@id":7243156958,"@timestamp":1582653887},"coords":"51.3097607,-0.2412076","bedrooms":"3","price":"239000","area":"603"} , +{"type":"Feature","id":"n7243183726","geometry":{"type":"Point","coordinates":[-0.240763,51.3098113]},"properties":{"@type":"node","@id":7243183726,"@timestamp":1582653887},"coords":"51.3098113,-0.240763","bedrooms":"1","price":"162000","area":"631"} , +{"type":"Feature","id":"n7243183736","geometry":{"type":"Point","coordinates":[-0.2404357,51.3099848]},"properties":{"@type":"node","@id":7243183736,"@timestamp":1582653887},"coords":"51.3099848,-0.2404357","bedrooms":"4","price":"272000","area":"536"} , +{"type":"Feature","id":"n7243280099","geometry":{"type":"Point","coordinates":[-0.2389186,51.3034447]},"properties":{"@type":"node","@id":7243280099,"@timestamp":1582657253},"coords":"51.3034447,-0.2389186","bedrooms":"2","price":"196000","area":"470"} , +{"type":"Feature","id":"n7243296817","geometry":{"type":"Point","coordinates":[-0.5926353,51.6699822]},"properties":{"@type":"node","@id":7243296817,"@timestamp":1582658220},"coords":"51.6699822,-0.5926353","bedrooms":"3","price":"151000","area":"634"} , +{"type":"Feature","id":"n7243369856","geometry":{"type":"Point","coordinates":[-0.2277653,51.3018919]},"properties":{"@type":"node","@id":7243369856,"@timestamp":1582660277},"coords":"51.3018919,-0.2277653","bedrooms":"0","price":"220000","area":"504"} , +{"type":"Feature","id":"n7243490516","geometry":{"type":"Point","coordinates":[-0.2190699,51.3059172]},"properties":{"@type":"node","@id":7243490516,"@timestamp":1582664154},"coords":"51.3059172,-0.2190699","bedrooms":"0","price":"242000","area":"402"} , +{"type":"Feature","id":"n7243490527","geometry":{"type":"Point","coordinates":[-0.2187316,51.3064646]},"properties":{"@type":"node","@id":7243490527,"@timestamp":1624270754},"coords":"51.3064646,-0.2187316","bedrooms":"1","price":"272000","area":"452"} , +{"type":"Feature","id":"n7243570170","geometry":{"type":"Point","coordinates":[-0.0556717,51.5280516]},"properties":{"@type":"node","@id":7243570170,"@timestamp":1589382491},"coords":"51.5280516,-0.0556717","bedrooms":"2","price":"152000","area":"420"} , +{"type":"Feature","id":"n7243901869","geometry":{"type":"Point","coordinates":[-1.0011239,51.5009328]},"properties":{"@type":"node","@id":7243901869,"@timestamp":1582687258},"coords":"51.5009328,-1.0011239","bedrooms":"2","price":"215000","area":"617"} , +{"type":"Feature","id":"n7243921437","geometry":{"type":"Point","coordinates":[-0.2075423,51.522691]},"properties":{"@type":"node","@id":7243921437,"@timestamp":1582688164},"coords":"51.522691,-0.2075423","bedrooms":"1","price":"283000","area":"638"} , +{"type":"Feature","id":"n7243938177","geometry":{"type":"Point","coordinates":[-0.0548923,51.4983594]},"properties":{"@type":"node","@id":7243938177,"@timestamp":1582688850},"coords":"51.4983594,-0.0548923","bedrooms":"0","price":"169000","area":"598"} , +{"type":"Feature","id":"n7244251225","geometry":{"type":"Point","coordinates":[0.7931826,51.9798856]},"properties":{"@type":"node","@id":7244251225,"@timestamp":1582701886},"coords":"51.9798856,0.7931826","bedrooms":"0","price":"299000","area":"531"} , +{"type":"Feature","id":"n7244958436","geometry":{"type":"Point","coordinates":[-0.3862842,51.6281527]},"properties":{"@type":"node","@id":7244958436,"@timestamp":1582722921},"coords":"51.6281527,-0.3862842","bedrooms":"1","price":"168000","area":"417"} , +{"type":"Feature","id":"n7244958468","geometry":{"type":"Point","coordinates":[-0.3862488,51.6283645]},"properties":{"@type":"node","@id":7244958468,"@timestamp":1582722921},"coords":"51.6283645,-0.3862488","bedrooms":"3","price":"225000","area":"366"} , +{"type":"Feature","id":"n7244992996","geometry":{"type":"Point","coordinates":[-0.3862006,51.6285481]},"properties":{"@type":"node","@id":7244992996,"@timestamp":1582722921},"coords":"51.6285481,-0.3862006","bedrooms":"0","price":"205000","area":"402"} , +{"type":"Feature","id":"n7244993020","geometry":{"type":"Point","coordinates":[-0.3865249,51.6284722]},"properties":{"@type":"node","@id":7244993020,"@timestamp":1582722921},"coords":"51.6284722,-0.3865249","bedrooms":"2","price":"177000","area":"373"} , +{"type":"Feature","id":"n7245308971","geometry":{"type":"Point","coordinates":[-0.2082206,51.5218968]},"properties":{"@type":"node","@id":7245308971,"@timestamp":1582730722},"coords":"51.5218968,-0.2082206","bedrooms":"2","price":"264000","area":"610"} , +{"type":"Feature","id":"n7245324313","geometry":{"type":"Point","coordinates":[-0.7688351,51.2856076]},"properties":{"@type":"node","@id":7245324313,"@timestamp":1582730994},"coords":"51.2856076,-0.7688351","bedrooms":"0","price":"246000","area":"528"} , +{"type":"Feature","id":"n7245595200","geometry":{"type":"Point","coordinates":[-0.208486,51.5217166]},"properties":{"@type":"node","@id":7245595200,"@timestamp":1582735296},"coords":"51.5217166,-0.208486","bedrooms":"2","price":"156000","area":"519"} , +{"type":"Feature","id":"n7245595210","geometry":{"type":"Point","coordinates":[-0.209026,51.5213306]},"properties":{"@type":"node","@id":7245595210,"@timestamp":1582735296},"coords":"51.5213306,-0.209026","bedrooms":"3","price":"181000","area":"539"} , +{"type":"Feature","id":"n7245908021","geometry":{"type":"Point","coordinates":[0.3482578,51.432899]},"properties":{"@type":"node","@id":7245908021,"@timestamp":1582743616},"coords":"51.432899,0.3482578","bedrooms":"1","price":"216000","area":"510"} , +{"type":"Feature","id":"n7245911157","geometry":{"type":"Point","coordinates":[0.3445943,51.4362206]},"properties":{"@type":"node","@id":7245911157,"@timestamp":1582744541},"coords":"51.4362206,0.3445943","bedrooms":"2","price":"241000","area":"540"} , +{"type":"Feature","id":"n7245939413","geometry":{"type":"Point","coordinates":[0.3441611,51.435726]},"properties":{"@type":"node","@id":7245939413,"@timestamp":1582744414},"coords":"51.435726,0.3441611","bedrooms":"1","price":"261000","area":"552"} , +{"type":"Feature","id":"n7245940549","geometry":{"type":"Point","coordinates":[0.3445318,51.4342717]},"properties":{"@type":"node","@id":7245940549,"@timestamp":1582744013},"coords":"51.4342717,0.3445318","bedrooms":"1","price":"245000","area":"438"} , +{"type":"Feature","id":"n7245954572","geometry":{"type":"Point","coordinates":[0.3475622,51.4355321]},"properties":{"@type":"node","@id":7245954572,"@timestamp":1582744911},"coords":"51.4355321,0.3475622","bedrooms":"2","price":"233000","area":"505"} , +{"type":"Feature","id":"n7245974238","geometry":{"type":"Point","coordinates":[0.347503,51.4368367]},"properties":{"@type":"node","@id":7245974238,"@timestamp":1582745110},"coords":"51.4368367,0.347503","bedrooms":"3","price":"152000","area":"409"} , +{"type":"Feature","id":"n7246221270","geometry":{"type":"Point","coordinates":[-0.2076378,51.5197273]},"properties":{"@type":"node","@id":7246221270,"@timestamp":1582755151},"coords":"51.5197273,-0.2076378","bedrooms":"2","price":"152000","area":"545"} , +{"type":"Feature","id":"n7246243170","geometry":{"type":"Point","coordinates":[-0.1310528,51.5060166]},"properties":{"@type":"node","@id":7246243170,"@timestamp":1582757286},"coords":"51.5060166,-0.1310528","bedrooms":"2","price":"262000","area":"588"} , +{"type":"Feature","id":"n7246254305","geometry":{"type":"Point","coordinates":[-0.2079215,51.5208603]},"properties":{"@type":"node","@id":7246254305,"@timestamp":1582755151},"coords":"51.5208603,-0.2079215","bedrooms":"2","price":"183000","area":"612"} , +{"type":"Feature","id":"n7246350871","geometry":{"type":"Point","coordinates":[-0.0294677,51.5081979]},"properties":{"@type":"node","@id":7246350871,"@timestamp":1582762085},"coords":"51.5081979,-0.0294677","bedrooms":"3","price":"213000","area":"677"} , +{"type":"Feature","id":"n7246372763","geometry":{"type":"Point","coordinates":[-0.1584724,51.5020779]},"properties":{"@type":"node","@id":7246372763,"@timestamp":1582759845},"coords":"51.5020779,-0.1584724","bedrooms":"1","price":"193000","area":"434"} , +{"type":"Feature","id":"n7246392927","geometry":{"type":"Point","coordinates":[-0.2323846,51.4256089]},"properties":{"@type":"node","@id":7246392927,"@timestamp":1612225779},"coords":"51.4256089,-0.2323846","bedrooms":"1","price":"178000","area":"560"} , +{"type":"Feature","id":"n7246507152","geometry":{"type":"Point","coordinates":[-0.1449994,51.4966235]},"properties":{"@type":"node","@id":7246507152,"@timestamp":1616858323},"coords":"51.4966235,-0.1449994","bedrooms":"0","price":"159000","area":"452"} , +{"type":"Feature","id":"n7246621991","geometry":{"type":"Point","coordinates":[-1.1063775,50.9544935]},"properties":{"@type":"node","@id":7246621991,"@timestamp":1582777683},"coords":"50.9544935,-1.1063775","bedrooms":"4","price":"249000","area":"447"} , +{"type":"Feature","id":"n7246771327","geometry":{"type":"Point","coordinates":[0.0281407,51.4607038]},"properties":{"@type":"node","@id":7246771327,"@timestamp":1636317085},"coords":"51.4607038,0.0281407","bedrooms":"0","price":"174000","area":"610"} , +{"type":"Feature","id":"n7247662257","geometry":{"type":"Point","coordinates":[-0.0212603,51.5297062]},"properties":{"@type":"node","@id":7247662257,"@timestamp":1582811111},"coords":"51.5297062,-0.0212603","bedrooms":"0","price":"227000","area":"570"} , +{"type":"Feature","id":"n7247800405","geometry":{"type":"Point","coordinates":[-0.4387567,51.6765297]},"properties":{"@type":"node","@id":7247800405,"@timestamp":1582814067},"coords":"51.6765297,-0.4387567","bedrooms":"1","price":"219000","area":"423"} , +{"type":"Feature","id":"n7247806981","geometry":{"type":"Point","coordinates":[-0.2074159,51.5192901]},"properties":{"@type":"node","@id":7247806981,"@timestamp":1582816762},"coords":"51.5192901,-0.2074159","bedrooms":"0","price":"170000","area":"650"} , +{"type":"Feature","id":"n7247931047","geometry":{"type":"Point","coordinates":[-0.2073166,51.5196213]},"properties":{"@type":"node","@id":7247931047,"@timestamp":1582816762},"coords":"51.5196213,-0.2073166","bedrooms":"3","price":"226000","area":"422"} , +{"type":"Feature","id":"n7248188339","geometry":{"type":"Point","coordinates":[-0.1187913,51.3348924]},"properties":{"@type":"node","@id":7248188339,"@timestamp":1594452569},"coords":"51.3348924,-0.1187913","bedrooms":"1","price":"203000","area":"429"} , +{"type":"Feature","id":"n7248188376","geometry":{"type":"Point","coordinates":[-0.1231693,51.3340067]},"properties":{"@type":"node","@id":7248188376,"@timestamp":1582824123},"coords":"51.3340067,-0.1231693","bedrooms":"0","price":"194000","area":"434"} , +{"type":"Feature","id":"n7248585223","geometry":{"type":"Point","coordinates":[-0.3288538,51.0622932]},"properties":{"@type":"node","@id":7248585223,"@timestamp":1582838283},"coords":"51.0622932,-0.3288538","bedrooms":"0","price":"236000","area":"674"} , +{"type":"Feature","id":"n7248585233","geometry":{"type":"Point","coordinates":[-0.3284938,51.0630608]},"properties":{"@type":"node","@id":7248585233,"@timestamp":1582838283},"coords":"51.0630608,-0.3284938","bedrooms":"1","price":"247000","area":"641"} , +{"type":"Feature","id":"n7248801781","geometry":{"type":"Point","coordinates":[-0.5341136,51.4358135]},"properties":{"@type":"node","@id":7248801781,"@timestamp":1582851372},"coords":"51.4358135,-0.5341136","bedrooms":"0","price":"244000","area":"411"} , +{"type":"Feature","id":"n7249034453","geometry":{"type":"Point","coordinates":[-0.130608,51.4890776]},"properties":{"@type":"node","@id":7249034453,"@timestamp":1582858350},"coords":"51.4890776,-0.130608","bedrooms":"4","price":"271000","area":"488"} , +{"type":"Feature","id":"n7249487330","geometry":{"type":"Point","coordinates":[-0.3699754,51.8927355]},"properties":{"@type":"node","@id":7249487330,"@timestamp":1612136514},"coords":"51.8927355,-0.3699754","bedrooms":"1","price":"267000","area":"636"} , +{"type":"Feature","id":"n7249562818","geometry":{"type":"Point","coordinates":[-0.3357272,51.231242]},"properties":{"@type":"node","@id":7249562818,"@timestamp":1582882094},"coords":"51.231242,-0.3357272","bedrooms":"4","price":"198000","area":"672"} , +{"type":"Feature","id":"n7249888131","geometry":{"type":"Point","coordinates":[0.084739,51.5871973]},"properties":{"@type":"node","@id":7249888131,"@timestamp":1582889101},"coords":"51.5871973,0.084739","bedrooms":"3","price":"177000","area":"584"} , +{"type":"Feature","id":"n7250956207","geometry":{"type":"Point","coordinates":[-0.6741924,51.6305128]},"properties":{"@type":"node","@id":7250956207,"@timestamp":1582907553},"coords":"51.6305128,-0.6741924","bedrooms":"3","price":"274000","area":"587"} , +{"type":"Feature","id":"n7251084299","geometry":{"type":"Point","coordinates":[-0.9760721,51.2974264]},"properties":{"@type":"node","@id":7251084299,"@timestamp":1582909417},"coords":"51.2974264,-0.9760721","bedrooms":"2","price":"264000","area":"513"} , +{"type":"Feature","id":"n7251547213","geometry":{"type":"Point","coordinates":[0.0073696,51.550352]},"properties":{"@type":"node","@id":7251547213,"@timestamp":1620205617},"coords":"51.550352,0.0073696","bedrooms":"0","price":"190000","area":"522"} , +{"type":"Feature","id":"n7251552433","geometry":{"type":"Point","coordinates":[0.3426494,51.438713]},"properties":{"@type":"node","@id":7251552433,"@timestamp":1582921271},"coords":"51.438713,0.3426494","bedrooms":"3","price":"292000","area":"455"} , +{"type":"Feature","id":"n7251586142","geometry":{"type":"Point","coordinates":[0.3391355,51.4405443]},"properties":{"@type":"node","@id":7251586142,"@timestamp":1582920587},"coords":"51.4405443,0.3391355","bedrooms":"0","price":"161000","area":"629"} , +{"type":"Feature","id":"n7251594407","geometry":{"type":"Point","coordinates":[0.3430652,51.4384285]},"properties":{"@type":"node","@id":7251594407,"@timestamp":1582920893},"coords":"51.4384285,0.3430652","bedrooms":"2","price":"225000","area":"676"} , +{"type":"Feature","id":"n7251596094","geometry":{"type":"Point","coordinates":[0.3402917,51.4392062]},"properties":{"@type":"node","@id":7251596094,"@timestamp":1582920842},"coords":"51.4392062,0.3402917","bedrooms":"1","price":"219000","area":"464"} , +{"type":"Feature","id":"n7251596938","geometry":{"type":"Point","coordinates":[0.3452942,51.4375942]},"properties":{"@type":"node","@id":7251596938,"@timestamp":1582921376},"coords":"51.4375942,0.3452942","bedrooms":"4","price":"299000","area":"591"} , +{"type":"Feature","id":"n7251610656","geometry":{"type":"Point","coordinates":[0.3377947,51.44102]},"properties":{"@type":"node","@id":7251610656,"@timestamp":1582921810},"coords":"51.44102,0.3377947","bedrooms":"0","price":"169000","area":"538"} , +{"type":"Feature","id":"n7251619255","geometry":{"type":"Point","coordinates":[0.3371215,51.4414279]},"properties":{"@type":"node","@id":7251619255,"@timestamp":1582921979},"coords":"51.4414279,0.3371215","bedrooms":"3","price":"197000","area":"455"} , +{"type":"Feature","id":"n7251619770","geometry":{"type":"Point","coordinates":[0.3367393,51.441764]},"properties":{"@type":"node","@id":7251619770,"@timestamp":1582922365},"coords":"51.441764,0.3367393","bedrooms":"4","price":"259000","area":"526"} , +{"type":"Feature","id":"n7251629692","geometry":{"type":"Point","coordinates":[0.3363009,51.439206]},"properties":{"@type":"node","@id":7251629692,"@timestamp":1582922666},"coords":"51.439206,0.3363009","bedrooms":"3","price":"262000","area":"630"} , +{"type":"Feature","id":"n7251634953","geometry":{"type":"Point","coordinates":[0.3480327,51.4402225]},"properties":{"@type":"node","@id":7251634953,"@timestamp":1582924946},"coords":"51.4402225,0.3480327","bedrooms":"2","price":"161000","area":"447"} , +{"type":"Feature","id":"n7251635117","geometry":{"type":"Point","coordinates":[0.3364777,51.4399366]},"properties":{"@type":"node","@id":7251635117,"@timestamp":1582922556},"coords":"51.4399366,0.3364777","bedrooms":"0","price":"296000","area":"471"} , +{"type":"Feature","id":"n7251642994","geometry":{"type":"Point","coordinates":[0.3433522,51.4408244]},"properties":{"@type":"node","@id":7251642994,"@timestamp":1582923284},"coords":"51.4408244,0.3433522","bedrooms":"1","price":"165000","area":"511"} , +{"type":"Feature","id":"n7251644366","geometry":{"type":"Point","coordinates":[0.3415979,51.4412175]},"properties":{"@type":"node","@id":7251644366,"@timestamp":1582923658},"coords":"51.4412175,0.3415979","bedrooms":"1","price":"236000","area":"466"} , +{"type":"Feature","id":"n7251646331","geometry":{"type":"Point","coordinates":[0.3423854,51.4401358]},"properties":{"@type":"node","@id":7251646331,"@timestamp":1582923344},"coords":"51.4401358,0.3423854","bedrooms":"3","price":"150000","area":"565"} , +{"type":"Feature","id":"n7251653533","geometry":{"type":"Point","coordinates":[0.3419064,51.43934]},"properties":{"@type":"node","@id":7251653533,"@timestamp":1582923178},"coords":"51.43934,0.3419064","bedrooms":"2","price":"269000","area":"380"} , +{"type":"Feature","id":"n7251661394","geometry":{"type":"Point","coordinates":[0.3409436,51.4409631]},"properties":{"@type":"node","@id":7251661394,"@timestamp":1582923494},"coords":"51.4409631,0.3409436","bedrooms":"4","price":"206000","area":"428"} , +{"type":"Feature","id":"n7251670445","geometry":{"type":"Point","coordinates":[0.3516885,51.4406906]},"properties":{"@type":"node","@id":7251670445,"@timestamp":1582926069},"coords":"51.4406906,0.3516885","bedrooms":"3","price":"211000","area":"589"} , +{"type":"Feature","id":"n7251670622","geometry":{"type":"Point","coordinates":[0.3473513,51.4406792]},"properties":{"@type":"node","@id":7251670622,"@timestamp":1582924731},"coords":"51.4406792,0.3473513","bedrooms":"2","price":"285000","area":"554"} , +{"type":"Feature","id":"n7251677481","geometry":{"type":"Point","coordinates":[0.3522168,51.4424095]},"properties":{"@type":"node","@id":7251677481,"@timestamp":1582924468},"coords":"51.4424095,0.3522168","bedrooms":"4","price":"176000","area":"353"} , +{"type":"Feature","id":"n7251682515","geometry":{"type":"Point","coordinates":[0.351136,51.4401055]},"properties":{"@type":"node","@id":7251682515,"@timestamp":1582925836},"coords":"51.4401055,0.351136","bedrooms":"4","price":"218000","area":"561"} , +{"type":"Feature","id":"n7251692762","geometry":{"type":"Point","coordinates":[0.3481239,51.4406438]},"properties":{"@type":"node","@id":7251692762,"@timestamp":1582924917},"coords":"51.4406438,0.3481239","bedrooms":"1","price":"294000","area":"521"} , +{"type":"Feature","id":"n7251695048","geometry":{"type":"Point","coordinates":[0.3479683,51.4398681]},"properties":{"@type":"node","@id":7251695048,"@timestamp":1582925150},"coords":"51.4398681,0.3479683","bedrooms":"1","price":"196000","area":"455"} , +{"type":"Feature","id":"n7251700216","geometry":{"type":"Point","coordinates":[0.3546283,51.4439489]},"properties":{"@type":"node","@id":7251700216,"@timestamp":1582926281},"coords":"51.4439489,0.3546283","bedrooms":"2","price":"271000","area":"486"} , +{"type":"Feature","id":"n7251706612","geometry":{"type":"Point","coordinates":[0.3550413,51.4445324]},"properties":{"@type":"node","@id":7251706612,"@timestamp":1582926878},"coords":"51.4445324,0.3550413","bedrooms":"3","price":"252000","area":"605"} , +{"type":"Feature","id":"n7251708136","geometry":{"type":"Point","coordinates":[-0.3009143,51.464081]},"properties":{"@type":"node","@id":7251708136,"@timestamp":1582927766},"coords":"51.464081,-0.3009143","bedrooms":"0","price":"232000","area":"531"} , +{"type":"Feature","id":"n7251711180","geometry":{"type":"Point","coordinates":[0.3533836,51.4418578]},"properties":{"@type":"node","@id":7251711180,"@timestamp":1582925886},"coords":"51.4418578,0.3533836","bedrooms":"4","price":"236000","area":"603"} , +{"type":"Feature","id":"n7251724530","geometry":{"type":"Point","coordinates":[0.3323741,51.4439339]},"properties":{"@type":"node","@id":7251724530,"@timestamp":1582928061},"coords":"51.4439339,0.3323741","bedrooms":"2","price":"291000","area":"588"} , +{"type":"Feature","id":"n7251733358","geometry":{"type":"Point","coordinates":[0.3236328,51.4472556]},"properties":{"@type":"node","@id":7251733358,"@timestamp":1582929434},"coords":"51.4472556,0.3236328","bedrooms":"0","price":"253000","area":"694"} , +{"type":"Feature","id":"n7251761698","geometry":{"type":"Point","coordinates":[0.3551486,51.4440041]},"properties":{"@type":"node","@id":7251761698,"@timestamp":1582926931},"coords":"51.4440041,0.3551486","bedrooms":"1","price":"283000","area":"570"} , +{"type":"Feature","id":"n7251778795","geometry":{"type":"Point","coordinates":[0.3360489,51.4435945]},"properties":{"@type":"node","@id":7251778795,"@timestamp":1582927669},"coords":"51.4435945,0.3360489","bedrooms":"4","price":"258000","area":"630"} , +{"type":"Feature","id":"n7251785133","geometry":{"type":"Point","coordinates":[0.3237535,51.4472021]},"properties":{"@type":"node","@id":7251785133,"@timestamp":1582929378},"coords":"51.4472021,0.3237535","bedrooms":"2","price":"269000","area":"589"} , +{"type":"Feature","id":"n7251788592","geometry":{"type":"Point","coordinates":[0.3321193,51.4430696]},"properties":{"@type":"node","@id":7251788592,"@timestamp":1582928147},"coords":"51.4430696,0.3321193","bedrooms":"0","price":"167000","area":"631"} , +{"type":"Feature","id":"n7251792288","geometry":{"type":"Point","coordinates":[0.3309284,51.443536]},"properties":{"@type":"node","@id":7251792288,"@timestamp":1582928439},"coords":"51.443536,0.3309284","bedrooms":"1","price":"239000","area":"381"} , +{"type":"Feature","id":"n7251793208","geometry":{"type":"Point","coordinates":[0.331733,51.444641]},"properties":{"@type":"node","@id":7251793208,"@timestamp":1582928573},"coords":"51.444641,0.331733","bedrooms":"4","price":"255000","area":"519"} , +{"type":"Feature","id":"n7251795025","geometry":{"type":"Point","coordinates":[0.3227718,51.4476016]},"properties":{"@type":"node","@id":7251795025,"@timestamp":1582929785},"coords":"51.4476016,0.3227718","bedrooms":"0","price":"165000","area":"408"} , +{"type":"Feature","id":"n7251819604","geometry":{"type":"Point","coordinates":[0.3239841,51.4467741]},"properties":{"@type":"node","@id":7251819604,"@timestamp":1582930093},"coords":"51.4467741,0.3239841","bedrooms":"2","price":"188000","area":"431"} , +{"type":"Feature","id":"n7251866307","geometry":{"type":"Point","coordinates":[-0.3038054,51.4009294]},"properties":{"@type":"node","@id":7251866307,"@timestamp":1626619684},"coords":"51.4009294,-0.3038054","bedrooms":"1","price":"247000","area":"415"} , +{"type":"Feature","id":"n7252003917","geometry":{"type":"Point","coordinates":[-0.2829194,51.4167335]},"properties":{"@type":"node","@id":7252003917,"@timestamp":1602984098},"coords":"51.4167335,-0.2829194","bedrooms":"3","price":"214000","area":"535"} , +{"type":"Feature","id":"n7252643262","geometry":{"type":"Point","coordinates":[-0.1330411,50.9552105]},"properties":{"@type":"node","@id":7252643262,"@timestamp":1614190084},"coords":"50.9552105,-0.1330411","bedrooms":"0","price":"253000","area":"525"} , +{"type":"Feature","id":"n7252943011","geometry":{"type":"Point","coordinates":[-0.5110435,51.2894977]},"properties":{"@type":"node","@id":7252943011,"@timestamp":1582989001},"coords":"51.2894977,-0.5110435","bedrooms":"4","price":"202000","area":"444"} , +{"type":"Feature","id":"n7253001259","geometry":{"type":"Point","coordinates":[0.1572472,51.4509749]},"properties":{"@type":"node","@id":7253001259,"@timestamp":1582991351},"coords":"51.4509749,0.1572472","bedrooms":"1","price":"162000","area":"547"} , +{"type":"Feature","id":"n7253630767","geometry":{"type":"Point","coordinates":[-0.1286787,50.9545549]},"properties":{"@type":"node","@id":7253630767,"@timestamp":1618042760},"coords":"50.9545549,-0.1286787","bedrooms":"0","price":"280000","area":"694"} , +{"type":"Feature","id":"n7253906218","geometry":{"type":"Point","coordinates":[-0.056003,51.4988239]},"properties":{"@type":"node","@id":7253906218,"@timestamp":1628676478},"coords":"51.4988239,-0.056003","bedrooms":"2","price":"171000","area":"547"} , +{"type":"Feature","id":"n7254437483","geometry":{"type":"Point","coordinates":[-0.1877238,51.4418522]},"properties":{"@type":"node","@id":7254437483,"@timestamp":1583033045},"coords":"51.4418522,-0.1877238","bedrooms":"3","price":"151000","area":"576"} , +{"type":"Feature","id":"n7254551097","geometry":{"type":"Point","coordinates":[-0.2070394,51.421027]},"properties":{"@type":"node","@id":7254551097,"@timestamp":1583034277},"coords":"51.421027,-0.2070394","bedrooms":"0","price":"243000","area":"536"} , +{"type":"Feature","id":"n7254581099","geometry":{"type":"Point","coordinates":[-0.2100297,51.4208301]},"properties":{"@type":"node","@id":7254581099,"@timestamp":1583034773},"coords":"51.4208301,-0.2100297","bedrooms":"2","price":"153000","area":"370"} , +{"type":"Feature","id":"n7254778389","geometry":{"type":"Point","coordinates":[-0.2061299,51.5236732]},"properties":{"@type":"node","@id":7254778389,"@timestamp":1583050935},"coords":"51.5236732,-0.2061299","bedrooms":"3","price":"236000","area":"674"} , +{"type":"Feature","id":"n7254994020","geometry":{"type":"Point","coordinates":[-0.2069909,51.5232228]},"properties":{"@type":"node","@id":7254994020,"@timestamp":1583059953},"coords":"51.5232228,-0.2069909","bedrooms":"1","price":"180000","area":"469"} , +{"type":"Feature","id":"n7255277075","geometry":{"type":"Point","coordinates":[-0.0868955,51.0062187]},"properties":{"@type":"node","@id":7255277075,"@timestamp":1635501885},"coords":"51.0062187,-0.0868955","bedrooms":"0","price":"153000","area":"575"} , +{"type":"Feature","id":"n7255684130","geometry":{"type":"Point","coordinates":[-0.5325563,51.4360197]},"properties":{"@type":"node","@id":7255684130,"@timestamp":1583074182},"coords":"51.4360197,-0.5325563","bedrooms":"3","price":"275000","area":"553"} , +{"type":"Feature","id":"n7255751674","geometry":{"type":"Point","coordinates":[-0.9867257,51.1129675]},"properties":{"@type":"node","@id":7255751674,"@timestamp":1596048666},"coords":"51.1129675,-0.9867257","bedrooms":"0","price":"156000","area":"598"} , +{"type":"Feature","id":"n7255835282","geometry":{"type":"Point","coordinates":[0.4654683,50.9827467]},"properties":{"@type":"node","@id":7255835282,"@timestamp":1583080221},"coords":"50.9827467,0.4654683","bedrooms":"1","price":"256000","area":"421"} , +{"type":"Feature","id":"n7256089549","geometry":{"type":"Point","coordinates":[0.1417195,51.4564492]},"properties":{"@type":"node","@id":7256089549,"@timestamp":1583088255},"coords":"51.4564492,0.1417195","bedrooms":"4","price":"197000","area":"381"} , +{"type":"Feature","id":"n7256310863","geometry":{"type":"Point","coordinates":[-0.1117059,51.5110469]},"properties":{"@type":"node","@id":7256310863,"@timestamp":1583096751},"coords":"51.5110469,-0.1117059","bedrooms":"4","price":"277000","area":"591"} , +{"type":"Feature","id":"n7256317104","geometry":{"type":"Point","coordinates":[-0.1134207,51.5109301]},"properties":{"@type":"node","@id":7256317104,"@timestamp":1621641464},"coords":"51.5109301,-0.1134207","bedrooms":"2","price":"286000","area":"685"} , +{"type":"Feature","id":"n7256564995","geometry":{"type":"Point","coordinates":[-0.1805097,51.3998637]},"properties":{"@type":"node","@id":7256564995,"@timestamp":1583104148},"coords":"51.3998637,-0.1805097","bedrooms":"3","price":"288000","area":"662"} , +{"type":"Feature","id":"n7256964400","geometry":{"type":"Point","coordinates":[0.4647326,51.2443658]},"properties":{"@type":"node","@id":7256964400,"@timestamp":1583119207},"coords":"51.2443658,0.4647326","bedrooms":"0","price":"268000","area":"613"} , +{"type":"Feature","id":"n7257251389","geometry":{"type":"Point","coordinates":[0.6144794,51.329913]},"properties":{"@type":"node","@id":7257251389,"@timestamp":1583134390},"coords":"51.329913,0.6144794","bedrooms":"3","price":"230000","area":"500"} , +{"type":"Feature","id":"n7257343587","geometry":{"type":"Point","coordinates":[-0.210819,51.5243362]},"properties":{"@type":"node","@id":7257343587,"@timestamp":1583138448},"coords":"51.5243362,-0.210819","bedrooms":"4","price":"255000","area":"683"} , +{"type":"Feature","id":"n7257344603","geometry":{"type":"Point","coordinates":[-0.9145759,51.5517992]},"properties":{"@type":"node","@id":7257344603,"@timestamp":1583138491},"coords":"51.5517992,-0.9145759","bedrooms":"4","price":"190000","area":"428"} , +{"type":"Feature","id":"n7257344613","geometry":{"type":"Point","coordinates":[-0.9123979,51.5525964]},"properties":{"@type":"node","@id":7257344613,"@timestamp":1583138491},"coords":"51.5525964,-0.9123979","bedrooms":"3","price":"186000","area":"660"} , +{"type":"Feature","id":"n7257344623","geometry":{"type":"Point","coordinates":[-0.9122209,51.5512221]},"properties":{"@type":"node","@id":7257344623,"@timestamp":1583138491},"coords":"51.5512221,-0.9122209","bedrooms":"4","price":"231000","area":"416"} , +{"type":"Feature","id":"n7257424638","geometry":{"type":"Point","coordinates":[0.4702062,51.6474344]},"properties":{"@type":"node","@id":7257424638,"@timestamp":1628517278},"coords":"51.6474344,0.4702062","bedrooms":"2","price":"158000","area":"354"} , +{"type":"Feature","id":"n7257655622","geometry":{"type":"Point","coordinates":[-0.2124688,51.524968]},"properties":{"@type":"node","@id":7257655622,"@timestamp":1583147798},"coords":"51.524968,-0.2124688","bedrooms":"2","price":"195000","area":"454"} , +{"type":"Feature","id":"n7257700683","geometry":{"type":"Point","coordinates":[-0.2319546,51.4945539]},"properties":{"@type":"node","@id":7257700683,"@timestamp":1627586656},"coords":"51.4945539,-0.2319546","bedrooms":"0","price":"201000","area":"416"} , +{"type":"Feature","id":"n7258206436","geometry":{"type":"Point","coordinates":[0.3288569,51.4436243]},"properties":{"@type":"node","@id":7258206436,"@timestamp":1583164057},"coords":"51.4436243,0.3288569","bedrooms":"3","price":"168000","area":"443"} , +{"type":"Feature","id":"n7258240298","geometry":{"type":"Point","coordinates":[0.3306367,51.4454542]},"properties":{"@type":"node","@id":7258240298,"@timestamp":1583164344},"coords":"51.4454542,0.3306367","bedrooms":"2","price":"154000","area":"442"} , +{"type":"Feature","id":"n7258247019","geometry":{"type":"Point","coordinates":[0.3556027,51.4361836]},"properties":{"@type":"node","@id":7258247019,"@timestamp":1583165769},"coords":"51.4361836,0.3556027","bedrooms":"4","price":"193000","area":"646"} , +{"type":"Feature","id":"n7258267017","geometry":{"type":"Point","coordinates":[0.3567257,51.4379972]},"properties":{"@type":"node","@id":7258267017,"@timestamp":1583165064},"coords":"51.4379972,0.3567257","bedrooms":"1","price":"278000","area":"435"} , +{"type":"Feature","id":"n7258281606","geometry":{"type":"Point","coordinates":[0.3563296,51.4376149]},"properties":{"@type":"node","@id":7258281606,"@timestamp":1583165245},"coords":"51.4376149,0.3563296","bedrooms":"3","price":"234000","area":"562"} , +{"type":"Feature","id":"n7258284900","geometry":{"type":"Point","coordinates":[0.3538665,51.4366696]},"properties":{"@type":"node","@id":7258284900,"@timestamp":1583165668},"coords":"51.4366696,0.3538665","bedrooms":"3","price":"299000","area":"404"} , +{"type":"Feature","id":"n7258299688","geometry":{"type":"Point","coordinates":[0.3558969,51.4368]},"properties":{"@type":"node","@id":7258299688,"@timestamp":1583165441},"coords":"51.4368,0.3558969","bedrooms":"0","price":"186000","area":"521"} , +{"type":"Feature","id":"n7258332579","geometry":{"type":"Point","coordinates":[0.3599042,51.4395588]},"properties":{"@type":"node","@id":7258332579,"@timestamp":1583167840},"coords":"51.4395588,0.3599042","bedrooms":"2","price":"158000","area":"522"} , +{"type":"Feature","id":"n7258336545","geometry":{"type":"Point","coordinates":[0.3550869,51.4356797]},"properties":{"@type":"node","@id":7258336545,"@timestamp":1583166354},"coords":"51.4356797,0.3550869","bedrooms":"2","price":"212000","area":"471"} , +{"type":"Feature","id":"n7258347259","geometry":{"type":"Point","coordinates":[0.3557306,51.4353219]},"properties":{"@type":"node","@id":7258347259,"@timestamp":1583166588},"coords":"51.4353219,0.3557306","bedrooms":"1","price":"208000","area":"376"} , +{"type":"Feature","id":"n7258355117","geometry":{"type":"Point","coordinates":[0.3540256,51.4342842]},"properties":{"@type":"node","@id":7258355117,"@timestamp":1583166826},"coords":"51.4342842,0.3540256","bedrooms":"2","price":"228000","area":"456"} , +{"type":"Feature","id":"n7258377677","geometry":{"type":"Point","coordinates":[0.3611942,51.4391675]},"properties":{"@type":"node","@id":7258377677,"@timestamp":1583167462},"coords":"51.4391675,0.3611942","bedrooms":"4","price":"152000","area":"595"} , +{"type":"Feature","id":"n7258394888","geometry":{"type":"Point","coordinates":[0.3566193,51.4368809]},"properties":{"@type":"node","@id":7258394888,"@timestamp":1583167133},"coords":"51.4368809,0.3566193","bedrooms":"3","price":"231000","area":"622"} , +{"type":"Feature","id":"n7258404021","geometry":{"type":"Point","coordinates":[0.3583671,51.4382748]},"properties":{"@type":"node","@id":7258404021,"@timestamp":1583167709},"coords":"51.4382748,0.3583671","bedrooms":"2","price":"251000","area":"431"} , +{"type":"Feature","id":"n7258409344","geometry":{"type":"Point","coordinates":[0.3627017,51.4395554]},"properties":{"@type":"node","@id":7258409344,"@timestamp":1583168894},"coords":"51.4395554,0.3627017","bedrooms":"0","price":"183000","area":"523"} , +{"type":"Feature","id":"n7258412960","geometry":{"type":"Point","coordinates":[0.3572649,51.4356648]},"properties":{"@type":"node","@id":7258412960,"@timestamp":1583168399},"coords":"51.4356648,0.3572649","bedrooms":"0","price":"259000","area":"663"} , +{"type":"Feature","id":"n7258430727","geometry":{"type":"Point","coordinates":[0.3591987,51.4376695]},"properties":{"@type":"node","@id":7258430727,"@timestamp":1583168544},"coords":"51.4376695,0.3591987","bedrooms":"1","price":"228000","area":"470"} , +{"type":"Feature","id":"n7258604778","geometry":{"type":"Point","coordinates":[0.3621636,51.4390199]},"properties":{"@type":"node","@id":7258604778,"@timestamp":1636370608},"coords":"51.4390199,0.3621636","bedrooms":"1","price":"181000","area":"350"} , +{"type":"Feature","id":"n7258635123","geometry":{"type":"Point","coordinates":[0.3587133,51.4349658]},"properties":{"@type":"node","@id":7258635123,"@timestamp":1583170501},"coords":"51.4349658,0.3587133","bedrooms":"0","price":"241000","area":"608"} , +{"type":"Feature","id":"n7258666794","geometry":{"type":"Point","coordinates":[0.3609698,51.4366384]},"properties":{"@type":"node","@id":7258666794,"@timestamp":1583170930},"coords":"51.4366384,0.3609698","bedrooms":"0","price":"219000","area":"646"} , +{"type":"Feature","id":"n7259185571","geometry":{"type":"Point","coordinates":[0.002845,51.5503054]},"properties":{"@type":"node","@id":7259185571,"@timestamp":1629193674},"coords":"51.5503054,0.002845","bedrooms":"4","price":"203000","area":"687"} , +{"type":"Feature","id":"n7259185581","geometry":{"type":"Point","coordinates":[0.0031765,51.5503229]},"properties":{"@type":"node","@id":7259185581,"@timestamp":1629193674},"coords":"51.5503229,0.0031765","bedrooms":"2","price":"169000","area":"553"} , +{"type":"Feature","id":"n7259205191","geometry":{"type":"Point","coordinates":[0.0035748,51.550344]},"properties":{"@type":"node","@id":7259205191,"@timestamp":1629193674},"coords":"51.550344,0.0035748","bedrooms":"4","price":"172000","area":"554"} , +{"type":"Feature","id":"n7259205201","geometry":{"type":"Point","coordinates":[0.0039043,51.5503614]},"properties":{"@type":"node","@id":7259205201,"@timestamp":1629193674},"coords":"51.5503614,0.0039043","bedrooms":"3","price":"281000","area":"355"} , +{"type":"Feature","id":"n7259205212","geometry":{"type":"Point","coordinates":[0.0029765,51.5503271]},"properties":{"@type":"node","@id":7259205212,"@timestamp":1583185329},"coords":"51.5503271,0.0029765","bedrooms":"4","price":"172000","area":"600"} , +{"type":"Feature","id":"n7259205222","geometry":{"type":"Point","coordinates":[0.0033085,51.5503442]},"properties":{"@type":"node","@id":7259205222,"@timestamp":1583185329},"coords":"51.5503442,0.0033085","bedrooms":"2","price":"254000","area":"439"} , +{"type":"Feature","id":"n7259205232","geometry":{"type":"Point","coordinates":[0.0036405,51.5503613]},"properties":{"@type":"node","@id":7259205232,"@timestamp":1583185329},"coords":"51.5503613,0.0036405","bedrooms":"2","price":"288000","area":"405"} , +{"type":"Feature","id":"n7259205242","geometry":{"type":"Point","coordinates":[0.0039724,51.5503784]},"properties":{"@type":"node","@id":7259205242,"@timestamp":1583185329},"coords":"51.5503784,0.0039724","bedrooms":"4","price":"210000","area":"631"} , +{"type":"Feature","id":"n7259912724","geometry":{"type":"Point","coordinates":[-0.2117259,51.5252685]},"properties":{"@type":"node","@id":7259912724,"@timestamp":1583212726},"coords":"51.5252685,-0.2117259","bedrooms":"3","price":"217000","area":"695"} , +{"type":"Feature","id":"n7260196941","geometry":{"type":"Point","coordinates":[-0.1163413,51.5186344]},"properties":{"@type":"node","@id":7260196941,"@timestamp":1583226565},"coords":"51.5186344,-0.1163413","bedrooms":"1","price":"186000","area":"574"} , +{"type":"Feature","id":"n7260995791","geometry":{"type":"Point","coordinates":[-0.1443609,51.4978343]},"properties":{"@type":"node","@id":7260995791,"@timestamp":1583245531},"coords":"51.4978343,-0.1443609","bedrooms":"4","price":"254000","area":"679"} , +{"type":"Feature","id":"n7261325935","geometry":{"type":"Point","coordinates":[-0.0043549,51.5550945]},"properties":{"@type":"node","@id":7261325935,"@timestamp":1618232315},"coords":"51.5550945,-0.0043549","bedrooms":"4","price":"260000","area":"614"} , +{"type":"Feature","id":"n7261895029","geometry":{"type":"Point","coordinates":[-0.8002464,51.3395098]},"properties":{"@type":"node","@id":7261895029,"@timestamp":1583269554},"coords":"51.3395098,-0.8002464","bedrooms":"4","price":"210000","area":"558"} , +{"type":"Feature","id":"n7262538172","geometry":{"type":"Point","coordinates":[-0.4241774,51.5013967]},"properties":{"@type":"node","@id":7262538172,"@timestamp":1583294779},"coords":"51.5013967,-0.4241774","bedrooms":"0","price":"155000","area":"392"} , +{"type":"Feature","id":"n7262543637","geometry":{"type":"Point","coordinates":[-0.2065832,51.5256133]},"properties":{"@type":"node","@id":7262543637,"@timestamp":1583292987},"coords":"51.5256133,-0.2065832","bedrooms":"1","price":"296000","area":"376"} , +{"type":"Feature","id":"n7262596010","geometry":{"type":"Point","coordinates":[-0.4223094,51.5021159]},"properties":{"@type":"node","@id":7262596010,"@timestamp":1583294779},"coords":"51.5021159,-0.4223094","bedrooms":"2","price":"182000","area":"545"} , +{"type":"Feature","id":"n7262641521","geometry":{"type":"Point","coordinates":[-0.4250924,51.4997763]},"properties":{"@type":"node","@id":7262641521,"@timestamp":1583297665},"coords":"51.4997763,-0.4250924","bedrooms":"4","price":"262000","area":"505"} , +{"type":"Feature","id":"n7262710579","geometry":{"type":"Point","coordinates":[-0.9747711,51.4565246]},"properties":{"@type":"node","@id":7262710579,"@timestamp":1583303544},"coords":"51.4565246,-0.9747711","bedrooms":"0","price":"250000","area":"521"} , +{"type":"Feature","id":"n7263036119","geometry":{"type":"Point","coordinates":[-0.2308201,51.4924556]},"properties":{"@type":"node","@id":7263036119,"@timestamp":1583313847},"coords":"51.4924556,-0.2308201","bedrooms":"3","price":"208000","area":"531"} , +{"type":"Feature","id":"n7263459819","geometry":{"type":"Point","coordinates":[-0.2256078,51.4932969]},"properties":{"@type":"node","@id":7263459819,"@timestamp":1583322899},"coords":"51.4932969,-0.2256078","bedrooms":"3","price":"189000","area":"376"} , +{"type":"Feature","id":"n7264026026","geometry":{"type":"Point","coordinates":[0.4789184,51.7407647]},"properties":{"@type":"node","@id":7264026026,"@timestamp":1623451970},"coords":"51.7407647,0.4789184","bedrooms":"3","price":"295000","area":"577"} , +{"type":"Feature","id":"n7264310990","geometry":{"type":"Point","coordinates":[-0.3525074,51.5793876]},"properties":{"@type":"node","@id":7264310990,"@timestamp":1583342988},"coords":"51.5793876,-0.3525074","bedrooms":"0","price":"224000","area":"513"} , +{"type":"Feature","id":"n7264580222","geometry":{"type":"Point","coordinates":[-0.3387314,51.5810381]},"properties":{"@type":"node","@id":7264580222,"@timestamp":1603733175},"coords":"51.5810381,-0.3387314","bedrooms":"4","price":"219000","area":"464"} , +{"type":"Feature","id":"n7264990123","geometry":{"type":"Point","coordinates":[-0.2883651,51.5660526]},"properties":{"@type":"node","@id":7264990123,"@timestamp":1583365059},"coords":"51.5660526,-0.2883651","bedrooms":"0","price":"238000","area":"608"} , +{"type":"Feature","id":"n7265267071","geometry":{"type":"Point","coordinates":[-0.1078514,51.5492312]},"properties":{"@type":"node","@id":7265267071,"@timestamp":1583379253},"coords":"51.5492312,-0.1078514","bedrooms":"1","price":"197000","area":"679"} , +{"type":"Feature","id":"n7265502225","geometry":{"type":"Point","coordinates":[-0.6820948,51.9624865]},"properties":{"@type":"node","@id":7265502225,"@timestamp":1583387348},"coords":"51.9624865,-0.6820948","bedrooms":"4","price":"212000","area":"365"} , +{"type":"Feature","id":"n7265775710","geometry":{"type":"Point","coordinates":[-0.0450791,51.46917]},"properties":{"@type":"node","@id":7265775710,"@timestamp":1583588804},"coords":"51.46917,-0.0450791","bedrooms":"4","price":"259000","area":"460"} , +{"type":"Feature","id":"n7266365898","geometry":{"type":"Point","coordinates":[-0.7981868,51.3376537]},"properties":{"@type":"node","@id":7266365898,"@timestamp":1583414707},"coords":"51.3376537,-0.7981868","bedrooms":"3","price":"170000","area":"563"} , +{"type":"Feature","id":"n7266365908","geometry":{"type":"Point","coordinates":[-0.8184641,51.3356458]},"properties":{"@type":"node","@id":7266365908,"@timestamp":1583414707},"coords":"51.3356458,-0.8184641","bedrooms":"2","price":"287000","area":"538"} , +{"type":"Feature","id":"n7266538113","geometry":{"type":"Point","coordinates":[-0.1783385,51.5003616]},"properties":{"@type":"node","@id":7266538113,"@timestamp":1583418563},"coords":"51.5003616,-0.1783385","bedrooms":"3","price":"246000","area":"469"} , +{"type":"Feature","id":"n7266538125","geometry":{"type":"Point","coordinates":[-0.1783441,51.5000914]},"properties":{"@type":"node","@id":7266538125,"@timestamp":1586126247},"coords":"51.5000914,-0.1783441","bedrooms":"4","price":"153000","area":"418"} , +{"type":"Feature","id":"n7266628122","geometry":{"type":"Point","coordinates":[0.3625264,51.436064]},"properties":{"@type":"node","@id":7266628122,"@timestamp":1633769795},"coords":"51.436064,0.3625264","bedrooms":"1","price":"277000","area":"452"} , +{"type":"Feature","id":"n7266653706","geometry":{"type":"Point","coordinates":[0.3629136,51.4370978]},"properties":{"@type":"node","@id":7266653706,"@timestamp":1633769795},"coords":"51.4370978,0.3629136","bedrooms":"1","price":"244000","area":"546"} , +{"type":"Feature","id":"n7266653997","geometry":{"type":"Point","coordinates":[0.3649853,51.4409927]},"properties":{"@type":"node","@id":7266653997,"@timestamp":1633769795},"coords":"51.4409927,0.3649853","bedrooms":"1","price":"251000","area":"651"} , +{"type":"Feature","id":"n7266657404","geometry":{"type":"Point","coordinates":[0.363389,51.4384167]},"properties":{"@type":"node","@id":7266657404,"@timestamp":1633769795},"coords":"51.4384167,0.363389","bedrooms":"4","price":"178000","area":"642"} , +{"type":"Feature","id":"n7266667416","geometry":{"type":"Point","coordinates":[0.3613256,51.4331799]},"properties":{"@type":"node","@id":7266667416,"@timestamp":1583421701},"coords":"51.4331799,0.3613256","bedrooms":"4","price":"217000","area":"534"} , +{"type":"Feature","id":"n7266674188","geometry":{"type":"Point","coordinates":[0.3615697,51.4334307]},"properties":{"@type":"node","@id":7266674188,"@timestamp":1583421645},"coords":"51.4334307,0.3615697","bedrooms":"0","price":"206000","area":"474"} , +{"type":"Feature","id":"n7266699294","geometry":{"type":"Point","coordinates":[0.3628786,51.4325496]},"properties":{"@type":"node","@id":7266699294,"@timestamp":1583422101},"coords":"51.4325496,0.3628786","bedrooms":"4","price":"288000","area":"375"} , +{"type":"Feature","id":"n7266701895","geometry":{"type":"Point","coordinates":[0.3635706,51.4336468]},"properties":{"@type":"node","@id":7266701895,"@timestamp":1583422800},"coords":"51.4336468,0.3635706","bedrooms":"3","price":"190000","area":"616"} , +{"type":"Feature","id":"n7266708492","geometry":{"type":"Point","coordinates":[0.363517,51.4331164]},"properties":{"@type":"node","@id":7266708492,"@timestamp":1583422234},"coords":"51.4331164,0.363517","bedrooms":"3","price":"223000","area":"663"} , +{"type":"Feature","id":"n7266727642","geometry":{"type":"Point","coordinates":[0.3626533,51.434036]},"properties":{"@type":"node","@id":7266727642,"@timestamp":1583422623},"coords":"51.434036,0.3626533","bedrooms":"1","price":"206000","area":"565"} , +{"type":"Feature","id":"n7266760885","geometry":{"type":"Point","coordinates":[0.3641393,51.4348002]},"properties":{"@type":"node","@id":7266760885,"@timestamp":1583423098},"coords":"51.4348002,0.3641393","bedrooms":"4","price":"295000","area":"627"} , +{"type":"Feature","id":"n7266926122","geometry":{"type":"Point","coordinates":[0.5187991,51.7526785]},"properties":{"@type":"node","@id":7266926122,"@timestamp":1583428401},"coords":"51.7526785,0.5187991","bedrooms":"3","price":"294000","area":"461"} , +{"type":"Feature","id":"n7266926144","geometry":{"type":"Point","coordinates":[0.5176198,51.7513683]},"properties":{"@type":"node","@id":7266926144,"@timestamp":1583428401},"coords":"51.7513683,0.5176198","bedrooms":"3","price":"296000","area":"525"} , +{"type":"Feature","id":"n7267241143","geometry":{"type":"Point","coordinates":[-0.7312377,51.5387753]},"properties":{"@type":"node","@id":7267241143,"@timestamp":1621278366},"coords":"51.5387753,-0.7312377","bedrooms":"2","price":"186000","area":"569"} , +{"type":"Feature","id":"n7267432580","geometry":{"type":"Point","coordinates":[-0.7942263,51.3301354]},"properties":{"@type":"node","@id":7267432580,"@timestamp":1617362447},"coords":"51.3301354,-0.7942263","bedrooms":"0","price":"209000","area":"391"} , +{"type":"Feature","id":"n7270639696","geometry":{"type":"Point","coordinates":[0.0248903,51.5495928]},"properties":{"@type":"node","@id":7270639696,"@timestamp":1606844363},"coords":"51.5495928,0.0248903","bedrooms":"4","price":"282000","area":"416"} , +{"type":"Feature","id":"n7270875208","geometry":{"type":"Point","coordinates":[0.0694737,51.5371009]},"properties":{"@type":"node","@id":7270875208,"@timestamp":1583462136},"coords":"51.5371009,0.0694737","bedrooms":"0","price":"199000","area":"409"} , +{"type":"Feature","id":"n7272082497","geometry":{"type":"Point","coordinates":[-0.5237803,51.2149897]},"properties":{"@type":"node","@id":7272082497,"@timestamp":1626446468},"coords":"51.2149897,-0.5237803","bedrooms":"2","price":"293000","area":"695"} , +{"type":"Feature","id":"n7272751352","geometry":{"type":"Point","coordinates":[-0.0764714,51.652514]},"properties":{"@type":"node","@id":7272751352,"@timestamp":1583524850},"coords":"51.652514,-0.0764714","bedrooms":"3","price":"294000","area":"456"} , +{"type":"Feature","id":"n7273075268","geometry":{"type":"Point","coordinates":[0.0682203,51.7675516]},"properties":{"@type":"node","@id":7273075268,"@timestamp":1583534760},"coords":"51.7675516,0.0682203","bedrooms":"2","price":"251000","area":"645"} , +{"type":"Feature","id":"n7273179768","geometry":{"type":"Point","coordinates":[-0.2153707,51.408669]},"properties":{"@type":"node","@id":7273179768,"@timestamp":1583536490},"coords":"51.408669,-0.2153707","bedrooms":"3","price":"297000","area":"476"} , +{"type":"Feature","id":"n7273246085","geometry":{"type":"Point","coordinates":[-0.2158255,51.4084365]},"properties":{"@type":"node","@id":7273246085,"@timestamp":1583536490},"coords":"51.4084365,-0.2158255","bedrooms":"3","price":"243000","area":"699"} , +{"type":"Feature","id":"n7273246095","geometry":{"type":"Point","coordinates":[-0.2160493,51.4082629]},"properties":{"@type":"node","@id":7273246095,"@timestamp":1583536490},"coords":"51.4082629,-0.2160493","bedrooms":"3","price":"268000","area":"677"} , +{"type":"Feature","id":"n7273628734","geometry":{"type":"Point","coordinates":[-0.2151006,51.5243509]},"properties":{"@type":"node","@id":7273628734,"@timestamp":1583562190},"coords":"51.5243509,-0.2151006","bedrooms":"0","price":"159000","area":"465"} , +{"type":"Feature","id":"n7273640318","geometry":{"type":"Point","coordinates":[-0.2179818,51.5239368]},"properties":{"@type":"node","@id":7273640318,"@timestamp":1583562190},"coords":"51.5239368,-0.2179818","bedrooms":"4","price":"156000","area":"675"} , +{"type":"Feature","id":"n7273640362","geometry":{"type":"Point","coordinates":[-0.2173443,51.5241045]},"properties":{"@type":"node","@id":7273640362,"@timestamp":1583562190},"coords":"51.5241045,-0.2173443","bedrooms":"0","price":"292000","area":"392"} , +{"type":"Feature","id":"n7273640472","geometry":{"type":"Point","coordinates":[-0.2193182,51.5233531]},"properties":{"@type":"node","@id":7273640472,"@timestamp":1583562190},"coords":"51.5233531,-0.2193182","bedrooms":"1","price":"183000","area":"419"} , +{"type":"Feature","id":"n7273879330","geometry":{"type":"Point","coordinates":[-0.5675287,51.2137557]},"properties":{"@type":"node","@id":7273879330,"@timestamp":1583576944},"coords":"51.2137557,-0.5675287","bedrooms":"4","price":"158000","area":"380"} , +{"type":"Feature","id":"n7273895366","geometry":{"type":"Point","coordinates":[-0.5671078,51.214499]},"properties":{"@type":"node","@id":7273895366,"@timestamp":1583577443},"coords":"51.214499,-0.5671078","bedrooms":"0","price":"205000","area":"431"} , +{"type":"Feature","id":"n7273895990","geometry":{"type":"Point","coordinates":[-0.5263198,51.2152694]},"properties":{"@type":"node","@id":7273895990,"@timestamp":1583576512},"coords":"51.2152694,-0.5263198","bedrooms":"0","price":"284000","area":"490"} , +{"type":"Feature","id":"n7273906051","geometry":{"type":"Point","coordinates":[-0.5670871,51.2141652]},"properties":{"@type":"node","@id":7273906051,"@timestamp":1626294717},"coords":"51.2141652,-0.5670871","bedrooms":"0","price":"220000","area":"505"} , +{"type":"Feature","id":"n7274205910","geometry":{"type":"Point","coordinates":[-0.1361939,51.0625214]},"properties":{"@type":"node","@id":7274205910,"@timestamp":1583589817},"coords":"51.0625214,-0.1361939","bedrooms":"3","price":"197000","area":"410"} , +{"type":"Feature","id":"n7274463253","geometry":{"type":"Point","coordinates":[-0.5144623,51.0517602]},"properties":{"@type":"node","@id":7274463253,"@timestamp":1583599005},"coords":"51.0517602,-0.5144623","bedrooms":"4","price":"250000","area":"695"} , +{"type":"Feature","id":"n7274982213","geometry":{"type":"Point","coordinates":[0.4041815,51.9012013]},"properties":{"@type":"node","@id":7274982213,"@timestamp":1583611289},"coords":"51.9012013,0.4041815","bedrooms":"0","price":"206000","area":"571"} , +{"type":"Feature","id":"n7274982223","geometry":{"type":"Point","coordinates":[0.3852371,51.9180078]},"properties":{"@type":"node","@id":7274982223,"@timestamp":1583611289},"coords":"51.9180078,0.3852371","bedrooms":"3","price":"292000","area":"511"} , +{"type":"Feature","id":"n7275038201","geometry":{"type":"Point","coordinates":[-0.3507891,51.5971859]},"properties":{"@type":"node","@id":7275038201,"@timestamp":1621702174},"coords":"51.5971859,-0.3507891","bedrooms":"1","price":"281000","area":"421"} , +{"type":"Feature","id":"n7275038211","geometry":{"type":"Point","coordinates":[-0.3519012,51.5967321]},"properties":{"@type":"node","@id":7275038211,"@timestamp":1621702174},"coords":"51.5967321,-0.3519012","bedrooms":"3","price":"297000","area":"649"} , +{"type":"Feature","id":"n7275038221","geometry":{"type":"Point","coordinates":[-0.3506409,51.5974441]},"properties":{"@type":"node","@id":7275038221,"@timestamp":1621702174},"coords":"51.5974441,-0.3506409","bedrooms":"0","price":"214000","area":"500"} , +{"type":"Feature","id":"n7275038231","geometry":{"type":"Point","coordinates":[-0.3504512,51.596707]},"properties":{"@type":"node","@id":7275038231,"@timestamp":1621702174},"coords":"51.596707,-0.3504512","bedrooms":"3","price":"290000","area":"372"} , +{"type":"Feature","id":"n7275461591","geometry":{"type":"Point","coordinates":[-0.1361391,51.5211656]},"properties":{"@type":"node","@id":7275461591,"@timestamp":1583619519},"coords":"51.5211656,-0.1361391","bedrooms":"0","price":"165000","area":"561"} , +{"type":"Feature","id":"n7275542466","geometry":{"type":"Point","coordinates":[-0.2199398,51.4104841]},"properties":{"@type":"node","@id":7275542466,"@timestamp":1601020550},"coords":"51.4104841,-0.2199398","bedrooms":"4","price":"197000","area":"507"} , +{"type":"Feature","id":"n7276276715","geometry":{"type":"Point","coordinates":[-0.552868,51.4914816]},"properties":{"@type":"node","@id":7276276715,"@timestamp":1586117352},"coords":"51.4914816,-0.552868","bedrooms":"1","price":"167000","area":"675"} , +{"type":"Feature","id":"n7276428804","geometry":{"type":"Point","coordinates":[-0.2266528,51.5220145]},"properties":{"@type":"node","@id":7276428804,"@timestamp":1583666689},"coords":"51.5220145,-0.2266528","bedrooms":"4","price":"250000","area":"671"} , +{"type":"Feature","id":"n7276981095","geometry":{"type":"Point","coordinates":[-0.1313745,51.4251877]},"properties":{"@type":"node","@id":7276981095,"@timestamp":1622302502},"coords":"51.4251877,-0.1313745","bedrooms":"4","price":"249000","area":"563"} , +{"type":"Feature","id":"n7277249746","geometry":{"type":"Point","coordinates":[-0.5283461,51.4342965]},"properties":{"@type":"node","@id":7277249746,"@timestamp":1583685187},"coords":"51.4342965,-0.5283461","bedrooms":"1","price":"190000","area":"463"} , +{"type":"Feature","id":"n7277550079","geometry":{"type":"Point","coordinates":[-0.0232083,51.5005248]},"properties":{"@type":"node","@id":7277550079,"@timestamp":1620390634},"coords":"51.5005248,-0.0232083","bedrooms":"1","price":"248000","area":"570"} , +{"type":"Feature","id":"n7277566363","geometry":{"type":"Point","coordinates":[-0.1433245,51.5171843]},"properties":{"@type":"node","@id":7277566363,"@timestamp":1583691385},"coords":"51.5171843,-0.1433245","bedrooms":"0","price":"277000","area":"529"} , +{"type":"Feature","id":"n7277606808","geometry":{"type":"Point","coordinates":[0.307849,51.6160276]},"properties":{"@type":"node","@id":7277606808,"@timestamp":1587306573},"coords":"51.6160276,0.307849","bedrooms":"0","price":"271000","area":"559"} , +{"type":"Feature","id":"n7278289837","geometry":{"type":"Point","coordinates":[-0.5672858,51.2138725]},"properties":{"@type":"node","@id":7278289837,"@timestamp":1583703665},"coords":"51.2138725,-0.5672858","bedrooms":"2","price":"222000","area":"539"} , +{"type":"Feature","id":"n7278361061","geometry":{"type":"Point","coordinates":[-0.0899756,51.530947]},"properties":{"@type":"node","@id":7278361061,"@timestamp":1601715479},"coords":"51.530947,-0.0899756","bedrooms":"4","price":"251000","area":"480"} , +{"type":"Feature","id":"n7278439614","geometry":{"type":"Point","coordinates":[-0.155147,51.5049544]},"properties":{"@type":"node","@id":7278439614,"@timestamp":1583711418},"coords":"51.5049544,-0.155147","bedrooms":"2","price":"174000","area":"527"} , +{"type":"Feature","id":"n7278465742","geometry":{"type":"Point","coordinates":[-0.0987878,51.5595377]},"properties":{"@type":"node","@id":7278465742,"@timestamp":1583715987},"coords":"51.5595377,-0.0987878","bedrooms":"3","price":"197000","area":"641"} , +{"type":"Feature","id":"n7278465762","geometry":{"type":"Point","coordinates":[-0.0987474,51.5604525]},"properties":{"@type":"node","@id":7278465762,"@timestamp":1583715987},"coords":"51.5604525,-0.0987474","bedrooms":"0","price":"248000","area":"623"} , +{"type":"Feature","id":"n7278470809","geometry":{"type":"Point","coordinates":[-0.0998555,51.5616622]},"properties":{"@type":"node","@id":7278470809,"@timestamp":1583713609},"coords":"51.5616622,-0.0998555","bedrooms":"2","price":"202000","area":"628"} , +{"type":"Feature","id":"n7278499508","geometry":{"type":"Point","coordinates":[-0.0992927,51.5612263]},"properties":{"@type":"node","@id":7278499508,"@timestamp":1583715987},"coords":"51.5612263,-0.0992927","bedrooms":"2","price":"157000","area":"583"} , +{"type":"Feature","id":"n7278754786","geometry":{"type":"Point","coordinates":[-0.2137133,51.5232354]},"properties":{"@type":"node","@id":7278754786,"@timestamp":1583728870},"coords":"51.5232354,-0.2137133","bedrooms":"4","price":"262000","area":"485"} , +{"type":"Feature","id":"n7278910592","geometry":{"type":"Point","coordinates":[-0.2151734,51.5226904]},"properties":{"@type":"node","@id":7278910592,"@timestamp":1583735177},"coords":"51.5226904,-0.2151734","bedrooms":"0","price":"298000","area":"491"} , +{"type":"Feature","id":"n7278910602","geometry":{"type":"Point","coordinates":[-0.2158105,51.5225478]},"properties":{"@type":"node","@id":7278910602,"@timestamp":1583735177},"coords":"51.5225478,-0.2158105","bedrooms":"1","price":"180000","area":"547"} , +{"type":"Feature","id":"n7279139579","geometry":{"type":"Point","coordinates":[0.4388831,51.6553692]},"properties":{"@type":"node","@id":7279139579,"@timestamp":1583744015},"coords":"51.6553692,0.4388831","bedrooms":"3","price":"230000","area":"673"} , +{"type":"Feature","id":"n7279329415","geometry":{"type":"Point","coordinates":[-0.2121995,51.7370031]},"properties":{"@type":"node","@id":7279329415,"@timestamp":1583750434},"coords":"51.7370031,-0.2121995","bedrooms":"1","price":"215000","area":"479"} , +{"type":"Feature","id":"n7280319139","geometry":{"type":"Point","coordinates":[-0.2184624,51.5210872]},"properties":{"@type":"node","@id":7280319139,"@timestamp":1583774276},"coords":"51.5210872,-0.2184624","bedrooms":"1","price":"295000","area":"606"} , +{"type":"Feature","id":"n7280575745","geometry":{"type":"Point","coordinates":[-0.0639475,51.5586385]},"properties":{"@type":"node","@id":7280575745,"@timestamp":1586801072},"coords":"51.5586385,-0.0639475","bedrooms":"1","price":"200000","area":"431"} , +{"type":"Feature","id":"n7280672908","geometry":{"type":"Point","coordinates":[-0.085771,51.5394172]},"properties":{"@type":"node","@id":7280672908,"@timestamp":1583786832},"coords":"51.5394172,-0.085771","bedrooms":"3","price":"228000","area":"420"} , +{"type":"Feature","id":"n7280867860","geometry":{"type":"Point","coordinates":[0.295787,51.628147]},"properties":{"@type":"node","@id":7280867860,"@timestamp":1583788637},"coords":"51.628147,0.295787","bedrooms":"1","price":"160000","area":"558"} , +{"type":"Feature","id":"n7281128309","geometry":{"type":"Point","coordinates":[-0.1967898,51.5331957]},"properties":{"@type":"node","@id":7281128309,"@timestamp":1583795691},"coords":"51.5331957,-0.1967898","bedrooms":"4","price":"184000","area":"464"} , +{"type":"Feature","id":"n7281761499","geometry":{"type":"Point","coordinates":[-0.2156612,51.521615]},"properties":{"@type":"node","@id":7281761499,"@timestamp":1583825346},"coords":"51.521615,-0.2156612","bedrooms":"1","price":"157000","area":"416"} , +{"type":"Feature","id":"n7281935194","geometry":{"type":"Point","coordinates":[0.1224843,51.5689965]},"properties":{"@type":"node","@id":7281935194,"@timestamp":1583832257},"coords":"51.5689965,0.1224843","bedrooms":"4","price":"257000","area":"477"} , +{"type":"Feature","id":"n7282520036","geometry":{"type":"Point","coordinates":[-0.0708437,51.522582]},"properties":{"@type":"node","@id":7282520036,"@timestamp":1583849114},"coords":"51.522582,-0.0708437","bedrooms":"4","price":"295000","area":"571"} , +{"type":"Feature","id":"n7282626827","geometry":{"type":"Point","coordinates":[-0.4296627,51.5816585]},"properties":{"@type":"node","@id":7282626827,"@timestamp":1583851942},"coords":"51.5816585,-0.4296627","bedrooms":"4","price":"245000","area":"421"} , +{"type":"Feature","id":"n7282626843","geometry":{"type":"Point","coordinates":[-0.4299058,51.5816467]},"properties":{"@type":"node","@id":7282626843,"@timestamp":1583851942},"coords":"51.5816467,-0.4299058","bedrooms":"2","price":"184000","area":"669"} , +{"type":"Feature","id":"n7282626864","geometry":{"type":"Point","coordinates":[-0.4296368,51.581268]},"properties":{"@type":"node","@id":7282626864,"@timestamp":1583851942},"coords":"51.581268,-0.4296368","bedrooms":"2","price":"152000","area":"677"} , +{"type":"Feature","id":"n7282626883","geometry":{"type":"Point","coordinates":[-0.429997,51.5813397]},"properties":{"@type":"node","@id":7282626883,"@timestamp":1583851942},"coords":"51.5813397,-0.429997","bedrooms":"0","price":"152000","area":"409"} , +{"type":"Feature","id":"n7282633195","geometry":{"type":"Point","coordinates":[-0.4372093,51.5690017]},"properties":{"@type":"node","@id":7282633195,"@timestamp":1583851942},"coords":"51.5690017,-0.4372093","bedrooms":"1","price":"295000","area":"536"} , +{"type":"Feature","id":"n7282633205","geometry":{"type":"Point","coordinates":[-0.4364422,51.5686082]},"properties":{"@type":"node","@id":7282633205,"@timestamp":1583851942},"coords":"51.5686082,-0.4364422","bedrooms":"4","price":"254000","area":"594"} , +{"type":"Feature","id":"n7282633215","geometry":{"type":"Point","coordinates":[-0.4392236,51.5687408]},"properties":{"@type":"node","@id":7282633215,"@timestamp":1583851942},"coords":"51.5687408,-0.4392236","bedrooms":"4","price":"242000","area":"448"} , +{"type":"Feature","id":"n7282998701","geometry":{"type":"Point","coordinates":[-0.2132989,51.5216177]},"properties":{"@type":"node","@id":7282998701,"@timestamp":1583861519},"coords":"51.5216177,-0.2132989","bedrooms":"1","price":"294000","area":"610"} , +{"type":"Feature","id":"n7282998739","geometry":{"type":"Point","coordinates":[-0.2129427,51.5210532]},"properties":{"@type":"node","@id":7282998739,"@timestamp":1583861519},"coords":"51.5210532,-0.2129427","bedrooms":"2","price":"234000","area":"594"} , +{"type":"Feature","id":"n7282998749","geometry":{"type":"Point","coordinates":[-0.2122406,51.5208014]},"properties":{"@type":"node","@id":7282998749,"@timestamp":1583861519},"coords":"51.5208014,-0.2122406","bedrooms":"4","price":"230000","area":"571"} , +{"type":"Feature","id":"n7282998759","geometry":{"type":"Point","coordinates":[-0.2125198,51.5212867]},"properties":{"@type":"node","@id":7282998759,"@timestamp":1583861519},"coords":"51.5212867,-0.2125198","bedrooms":"1","price":"299000","area":"391"} , +{"type":"Feature","id":"n7283408603","geometry":{"type":"Point","coordinates":[-0.2475264,51.4428991]},"properties":{"@type":"node","@id":7283408603,"@timestamp":1583875971},"coords":"51.4428991,-0.2475264","bedrooms":"4","price":"282000","area":"450"} , +{"type":"Feature","id":"n7283408990","geometry":{"type":"Point","coordinates":[-0.248383,51.4422621]},"properties":{"@type":"node","@id":7283408990,"@timestamp":1583875971},"coords":"51.4422621,-0.248383","bedrooms":"0","price":"185000","area":"562"} , +{"type":"Feature","id":"n7283927018","geometry":{"type":"Point","coordinates":[-0.420818,51.9060055]},"properties":{"@type":"node","@id":7283927018,"@timestamp":1583899509},"coords":"51.9060055,-0.420818","bedrooms":"0","price":"168000","area":"483"} , +{"type":"Feature","id":"n7284084992","geometry":{"type":"Point","coordinates":[0.0095053,51.625098]},"properties":{"@type":"node","@id":7284084992,"@timestamp":1601066217},"coords":"51.625098,0.0095053","bedrooms":"2","price":"151000","area":"623"} , +{"type":"Feature","id":"n7284184945","geometry":{"type":"Point","coordinates":[-0.0122127,51.5113958]},"properties":{"@type":"node","@id":7284184945,"@timestamp":1583911746},"coords":"51.5113958,-0.0122127","bedrooms":"1","price":"296000","area":"465"} , +{"type":"Feature","id":"n7284273548","geometry":{"type":"Point","coordinates":[-0.9117859,51.5125641]},"properties":{"@type":"node","@id":7284273548,"@timestamp":1583913882},"coords":"51.5125641,-0.9117859","bedrooms":"1","price":"255000","area":"430"} , +{"type":"Feature","id":"n7284785736","geometry":{"type":"Point","coordinates":[-0.0587942,51.4651598]},"properties":{"@type":"node","@id":7284785736,"@timestamp":1583942571},"coords":"51.4651598,-0.0587942","bedrooms":"2","price":"169000","area":"489"} , +{"type":"Feature","id":"n7285012753","geometry":{"type":"Point","coordinates":[0.4045764,51.4008949]},"properties":{"@type":"node","@id":7285012753,"@timestamp":1583933198},"coords":"51.4008949,0.4045764","bedrooms":"2","price":"162000","area":"627"} , +{"type":"Feature","id":"n7285359812","geometry":{"type":"Point","coordinates":[-0.759771,51.5052001]},"properties":{"@type":"node","@id":7285359812,"@timestamp":1606083283},"coords":"51.5052001,-0.759771","bedrooms":"3","price":"290000","area":"554"} , +{"type":"Feature","id":"n7285359822","geometry":{"type":"Point","coordinates":[-0.7564598,51.5035435]},"properties":{"@type":"node","@id":7285359822,"@timestamp":1606078812},"coords":"51.5035435,-0.7564598","bedrooms":"4","price":"165000","area":"487"} , +{"type":"Feature","id":"n7285359832","geometry":{"type":"Point","coordinates":[-0.7479693,51.5078479]},"properties":{"@type":"node","@id":7285359832,"@timestamp":1619537213},"coords":"51.5078479,-0.7479693","bedrooms":"1","price":"219000","area":"452"} , +{"type":"Feature","id":"n7285359842","geometry":{"type":"Point","coordinates":[-0.7492407,51.5099763]},"properties":{"@type":"node","@id":7285359842,"@timestamp":1619537213},"coords":"51.5099763,-0.7492407","bedrooms":"1","price":"284000","area":"586"} , +{"type":"Feature","id":"n7285359861","geometry":{"type":"Point","coordinates":[-0.7532036,51.5104488]},"properties":{"@type":"node","@id":7285359861,"@timestamp":1619537213},"coords":"51.5104488,-0.7532036","bedrooms":"4","price":"157000","area":"463"} , +{"type":"Feature","id":"n7285359871","geometry":{"type":"Point","coordinates":[-0.7558952,51.5095361]},"properties":{"@type":"node","@id":7285359871,"@timestamp":1619537213},"coords":"51.5095361,-0.7558952","bedrooms":"0","price":"221000","area":"635"} , +{"type":"Feature","id":"n7285359881","geometry":{"type":"Point","coordinates":[-0.7616907,51.5084798]},"properties":{"@type":"node","@id":7285359881,"@timestamp":1609692195},"coords":"51.5084798,-0.7616907","bedrooms":"0","price":"293000","area":"438"} , +{"type":"Feature","id":"n7285371586","geometry":{"type":"Point","coordinates":[-0.7582567,51.5121777]},"properties":{"@type":"node","@id":7285371586,"@timestamp":1609691495},"coords":"51.5121777,-0.7582567","bedrooms":"4","price":"202000","area":"577"} , +{"type":"Feature","id":"n7285371597","geometry":{"type":"Point","coordinates":[-0.7474149,51.5287193]},"properties":{"@type":"node","@id":7285371597,"@timestamp":1610567773},"coords":"51.5287193,-0.7474149","bedrooms":"3","price":"241000","area":"680"} , +{"type":"Feature","id":"n7285392986","geometry":{"type":"Point","coordinates":[-0.1988043,51.4989043]},"properties":{"@type":"node","@id":7285392986,"@timestamp":1595268498},"coords":"51.4989043,-0.1988043","bedrooms":"4","price":"175000","area":"480"} , +{"type":"Feature","id":"n7285393687","geometry":{"type":"Point","coordinates":[-0.1673083,51.4879321]},"properties":{"@type":"node","@id":7285393687,"@timestamp":1612591222},"coords":"51.4879321,-0.1673083","bedrooms":"0","price":"180000","area":"583"} , +{"type":"Feature","id":"n7285648915","geometry":{"type":"Point","coordinates":[-1.1062778,51.4760081]},"properties":{"@type":"node","@id":7285648915,"@timestamp":1583951089},"coords":"51.4760081,-1.1062778","bedrooms":"4","price":"215000","area":"430"} , +{"type":"Feature","id":"n7285889240","geometry":{"type":"Point","coordinates":[-0.0405549,51.4155422]},"properties":{"@type":"node","@id":7285889240,"@timestamp":1583956234},"coords":"51.4155422,-0.0405549","bedrooms":"3","price":"203000","area":"422"} , +{"type":"Feature","id":"n7286170029","geometry":{"type":"Point","coordinates":[-0.2230404,51.5223914]},"properties":{"@type":"node","@id":7286170029,"@timestamp":1583960713},"coords":"51.5223914,-0.2230404","bedrooms":"1","price":"287000","area":"555"} , +{"type":"Feature","id":"n7286170063","geometry":{"type":"Point","coordinates":[-0.2234478,51.5223041]},"properties":{"@type":"node","@id":7286170063,"@timestamp":1583960713},"coords":"51.5223041,-0.2234478","bedrooms":"2","price":"238000","area":"369"} , +{"type":"Feature","id":"n7286170101","geometry":{"type":"Point","coordinates":[-0.2240083,51.5222042]},"properties":{"@type":"node","@id":7286170101,"@timestamp":1583960713},"coords":"51.5222042,-0.2240083","bedrooms":"3","price":"292000","area":"690"} , +{"type":"Feature","id":"n7286170170","geometry":{"type":"Point","coordinates":[-0.224888,51.5218799]},"properties":{"@type":"node","@id":7286170170,"@timestamp":1583960713},"coords":"51.5218799,-0.224888","bedrooms":"2","price":"189000","area":"624"} , +{"type":"Feature","id":"n7286170204","geometry":{"type":"Point","coordinates":[-0.2245814,51.5213542]},"properties":{"@type":"node","@id":7286170204,"@timestamp":1583960713},"coords":"51.5213542,-0.2245814","bedrooms":"2","price":"218000","area":"508"} , +{"type":"Feature","id":"n7286471494","geometry":{"type":"Point","coordinates":[-0.2239147,51.5212142]},"properties":{"@type":"node","@id":7286471494,"@timestamp":1583967477},"coords":"51.5212142,-0.2239147","bedrooms":"3","price":"244000","area":"691"} , +{"type":"Feature","id":"n7286471504","geometry":{"type":"Point","coordinates":[-0.223366,51.5215673]},"properties":{"@type":"node","@id":7286471504,"@timestamp":1583967477},"coords":"51.5215673,-0.223366","bedrooms":"3","price":"152000","area":"566"} , +{"type":"Feature","id":"n7286480796","geometry":{"type":"Point","coordinates":[-0.2241021,51.5218669]},"properties":{"@type":"node","@id":7286480796,"@timestamp":1583967477},"coords":"51.5218669,-0.2241021","bedrooms":"3","price":"279000","area":"695"} , +{"type":"Feature","id":"n7286480847","geometry":{"type":"Point","coordinates":[-0.2237599,51.5219451]},"properties":{"@type":"node","@id":7286480847,"@timestamp":1583967477},"coords":"51.5219451,-0.2237599","bedrooms":"4","price":"266000","area":"686"} , +{"type":"Feature","id":"n7286480857","geometry":{"type":"Point","coordinates":[-0.2225214,51.522097]},"properties":{"@type":"node","@id":7286480857,"@timestamp":1583967477},"coords":"51.522097,-0.2225214","bedrooms":"1","price":"298000","area":"496"} , +{"type":"Feature","id":"n7286573035","geometry":{"type":"Point","coordinates":[0.231478,51.5513018]},"properties":{"@type":"node","@id":7286573035,"@timestamp":1583970838},"coords":"51.5513018,0.231478","bedrooms":"2","price":"278000","area":"519"} , +{"type":"Feature","id":"n7286900070","geometry":{"type":"Point","coordinates":[-0.2651471,51.5230029]},"properties":{"@type":"node","@id":7286900070,"@timestamp":1583978263},"coords":"51.5230029,-0.2651471","bedrooms":"1","price":"194000","area":"393"} , +{"type":"Feature","id":"n7286912754","geometry":{"type":"Point","coordinates":[-0.2570154,51.5150315]},"properties":{"@type":"node","@id":7286912754,"@timestamp":1583980186},"coords":"51.5150315,-0.2570154","bedrooms":"3","price":"198000","area":"516"} , +{"type":"Feature","id":"n7287258149","geometry":{"type":"Point","coordinates":[-0.2007023,51.5205349]},"properties":{"@type":"node","@id":7287258149,"@timestamp":1583989336},"coords":"51.5205349,-0.2007023","bedrooms":"1","price":"248000","area":"441"} , +{"type":"Feature","id":"n7287523154","geometry":{"type":"Point","coordinates":[0.644627,51.1049681]},"properties":{"@type":"node","@id":7287523154,"@timestamp":1583993425},"coords":"51.1049681,0.644627","bedrooms":"0","price":"164000","area":"599"} , +{"type":"Feature","id":"n7287880723","geometry":{"type":"Point","coordinates":[-0.8640909,51.3761498]},"properties":{"@type":"node","@id":7287880723,"@timestamp":1624796098},"coords":"51.3761498,-0.8640909","bedrooms":"0","price":"160000","area":"691"} , +{"type":"Feature","id":"n7288099734","geometry":{"type":"Point","coordinates":[0.4862686,51.3238808]},"properties":{"@type":"node","@id":7288099734,"@timestamp":1584011150},"coords":"51.3238808,0.4862686","bedrooms":"3","price":"261000","area":"464"} , +{"type":"Feature","id":"n7288358280","geometry":{"type":"Point","coordinates":[-0.249651,51.4426678]},"properties":{"@type":"node","@id":7288358280,"@timestamp":1584014956},"coords":"51.4426678,-0.249651","bedrooms":"2","price":"217000","area":"676"} , +{"type":"Feature","id":"n7288358748","geometry":{"type":"Point","coordinates":[-0.2492275,51.4419252]},"properties":{"@type":"node","@id":7288358748,"@timestamp":1584014956},"coords":"51.4419252,-0.2492275","bedrooms":"3","price":"172000","area":"358"} , +{"type":"Feature","id":"n7288554813","geometry":{"type":"Point","coordinates":[0.0661077,51.5647423]},"properties":{"@type":"node","@id":7288554813,"@timestamp":1608489046},"coords":"51.5647423,0.0661077","bedrooms":"4","price":"239000","area":"625"} , +{"type":"Feature","id":"n7288554841","geometry":{"type":"Point","coordinates":[0.0659772,51.564772]},"properties":{"@type":"node","@id":7288554841,"@timestamp":1584021622},"coords":"51.564772,0.0659772","bedrooms":"1","price":"167000","area":"664"} , +{"type":"Feature","id":"n7288698201","geometry":{"type":"Point","coordinates":[0.0660648,51.5647237]},"properties":{"@type":"node","@id":7288698201,"@timestamp":1608489047},"coords":"51.5647237,0.0660648","bedrooms":"4","price":"179000","area":"599"} , +{"type":"Feature","id":"n7288966701","geometry":{"type":"Point","coordinates":[0.618772,51.7672359]},"properties":{"@type":"node","@id":7288966701,"@timestamp":1584028399},"coords":"51.7672359,0.618772","bedrooms":"3","price":"191000","area":"668"} , +{"type":"Feature","id":"n7289046674","geometry":{"type":"Point","coordinates":[-0.2250634,51.5212738]},"properties":{"@type":"node","@id":7289046674,"@timestamp":1584030228},"coords":"51.5212738,-0.2250634","bedrooms":"4","price":"236000","area":"381"} , +{"type":"Feature","id":"n7289046708","geometry":{"type":"Point","coordinates":[-0.2253353,51.5217709]},"properties":{"@type":"node","@id":7289046708,"@timestamp":1584030228},"coords":"51.5217709,-0.2253353","bedrooms":"2","price":"205000","area":"529"} , +{"type":"Feature","id":"n7289046744","geometry":{"type":"Point","coordinates":[-0.2261692,51.52181]},"properties":{"@type":"node","@id":7289046744,"@timestamp":1584030228},"coords":"51.52181,-0.2261692","bedrooms":"0","price":"273000","area":"395"} , +{"type":"Feature","id":"n7289046807","geometry":{"type":"Point","coordinates":[-0.2270625,51.5215456]},"properties":{"@type":"node","@id":7289046807,"@timestamp":1584030228},"coords":"51.5215456,-0.2270625","bedrooms":"4","price":"240000","area":"662"} , +{"type":"Feature","id":"n7289046848","geometry":{"type":"Point","coordinates":[-0.2266487,51.5210674]},"properties":{"@type":"node","@id":7289046848,"@timestamp":1584030228},"coords":"51.5210674,-0.2266487","bedrooms":"4","price":"186000","area":"532"} , +{"type":"Feature","id":"n7289046913","geometry":{"type":"Point","coordinates":[-0.1624096,51.4920255]},"properties":{"@type":"node","@id":7289046913,"@timestamp":1610980043},"coords":"51.4920255,-0.1624096","bedrooms":"2","price":"152000","area":"618"} , +{"type":"Feature","id":"n7289719481","geometry":{"type":"Point","coordinates":[-0.2067316,51.5232298]},"properties":{"@type":"node","@id":7289719481,"@timestamp":1584053092},"coords":"51.5232298,-0.2067316","bedrooms":"1","price":"298000","area":"416"} , +{"type":"Feature","id":"n7289720227","geometry":{"type":"Point","coordinates":[-0.2058979,51.4017806]},"properties":{"@type":"node","@id":7289720227,"@timestamp":1584051195},"coords":"51.4017806,-0.2058979","bedrooms":"2","price":"258000","area":"469"} , +{"type":"Feature","id":"n7289751309","geometry":{"type":"Point","coordinates":[-0.2069673,51.4025496]},"properties":{"@type":"node","@id":7289751309,"@timestamp":1607253581},"coords":"51.4025496,-0.2069673","bedrooms":"2","price":"204000","area":"398"} , +{"type":"Feature","id":"n7289751331","geometry":{"type":"Point","coordinates":[-0.2056246,51.4025486]},"properties":{"@type":"node","@id":7289751331,"@timestamp":1607253581},"coords":"51.4025486,-0.2056246","bedrooms":"2","price":"275000","area":"555"} , +{"type":"Feature","id":"n7289797335","geometry":{"type":"Point","coordinates":[-0.20475,51.4045493]},"properties":{"@type":"node","@id":7289797335,"@timestamp":1607253581},"coords":"51.4045493,-0.20475","bedrooms":"1","price":"230000","area":"503"} , +{"type":"Feature","id":"n7289884989","geometry":{"type":"Point","coordinates":[-0.1613718,51.5186473]},"properties":{"@type":"node","@id":7289884989,"@timestamp":1584058536},"coords":"51.5186473,-0.1613718","bedrooms":"3","price":"240000","area":"529"} , +{"type":"Feature","id":"n7290206184","geometry":{"type":"Point","coordinates":[-0.1080131,51.5643269]},"properties":{"@type":"node","@id":7290206184,"@timestamp":1584070007},"coords":"51.5643269,-0.1080131","bedrooms":"3","price":"257000","area":"611"} , +{"type":"Feature","id":"n7290424101","geometry":{"type":"Point","coordinates":[-0.2263024,51.5204157]},"properties":{"@type":"node","@id":7290424101,"@timestamp":1584075100},"coords":"51.5204157,-0.2263024","bedrooms":"4","price":"220000","area":"442"} , +{"type":"Feature","id":"n7290424111","geometry":{"type":"Point","coordinates":[-0.2267486,51.5207913]},"properties":{"@type":"node","@id":7290424111,"@timestamp":1584075100},"coords":"51.5207913,-0.2267486","bedrooms":"0","price":"163000","area":"624"} , +{"type":"Feature","id":"n7290424121","geometry":{"type":"Point","coordinates":[-0.2271938,51.5211682]},"properties":{"@type":"node","@id":7290424121,"@timestamp":1584075100},"coords":"51.5211682,-0.2271938","bedrooms":"3","price":"219000","area":"698"} , +{"type":"Feature","id":"n7290431247","geometry":{"type":"Point","coordinates":[-0.2274395,51.5209361]},"properties":{"@type":"node","@id":7290431247,"@timestamp":1584075100},"coords":"51.5209361,-0.2274395","bedrooms":"0","price":"276000","area":"360"} , +{"type":"Feature","id":"n7290431257","geometry":{"type":"Point","coordinates":[-0.2269943,51.5205586]},"properties":{"@type":"node","@id":7290431257,"@timestamp":1584075100},"coords":"51.5205586,-0.2269943","bedrooms":"2","price":"278000","area":"378"} , +{"type":"Feature","id":"n7290431267","geometry":{"type":"Point","coordinates":[-0.2265518,51.5201835]},"properties":{"@type":"node","@id":7290431267,"@timestamp":1584075100},"coords":"51.5201835,-0.2265518","bedrooms":"2","price":"284000","area":"534"} , +{"type":"Feature","id":"n7290431277","geometry":{"type":"Point","coordinates":[-0.2267678,51.5200135]},"properties":{"@type":"node","@id":7290431277,"@timestamp":1584075100},"coords":"51.5200135,-0.2267678","bedrooms":"1","price":"213000","area":"431"} , +{"type":"Feature","id":"n7290431287","geometry":{"type":"Point","coordinates":[-0.2272134,51.5203916]},"properties":{"@type":"node","@id":7290431287,"@timestamp":1584075100},"coords":"51.5203916,-0.2272134","bedrooms":"3","price":"266000","area":"600"} , +{"type":"Feature","id":"n7290431297","geometry":{"type":"Point","coordinates":[-0.2276521,51.5207638]},"properties":{"@type":"node","@id":7290431297,"@timestamp":1584075100},"coords":"51.5207638,-0.2276521","bedrooms":"4","price":"204000","area":"489"} , +{"type":"Feature","id":"n7290581058","geometry":{"type":"Point","coordinates":[0.411573,51.6191214]},"properties":{"@type":"node","@id":7290581058,"@timestamp":1584077105},"coords":"51.6191214,0.411573","bedrooms":"3","price":"221000","area":"355"} , +{"type":"Feature","id":"n7291567899","geometry":{"type":"Point","coordinates":[-0.6319462,51.476245]},"properties":{"@type":"node","@id":7291567899,"@timestamp":1586872528},"coords":"51.476245,-0.6319462","bedrooms":"2","price":"167000","area":"449"} , +{"type":"Feature","id":"n7291648491","geometry":{"type":"Point","coordinates":[-0.0113725,51.5107685]},"properties":{"@type":"node","@id":7291648491,"@timestamp":1621281022},"coords":"51.5107685,-0.0113725","bedrooms":"3","price":"239000","area":"461"} , +{"type":"Feature","id":"n7291648506","geometry":{"type":"Point","coordinates":[-0.012119,51.5102692]},"properties":{"@type":"node","@id":7291648506,"@timestamp":1584101626},"coords":"51.5102692,-0.012119","bedrooms":"2","price":"182000","area":"474"} , +{"type":"Feature","id":"n7291688985","geometry":{"type":"Point","coordinates":[-0.0888379,51.5261348]},"properties":{"@type":"node","@id":7291688985,"@timestamp":1592252781},"coords":"51.5261348,-0.0888379","bedrooms":"1","price":"208000","area":"556"} , +{"type":"Feature","id":"n7291943310","geometry":{"type":"Point","coordinates":[-0.2730137,51.4183563]},"properties":{"@type":"node","@id":7291943310,"@timestamp":1584109576},"coords":"51.4183563,-0.2730137","bedrooms":"3","price":"299000","area":"377"} , +{"type":"Feature","id":"n7292211239","geometry":{"type":"Point","coordinates":[-0.0094645,51.5115603]},"properties":{"@type":"node","@id":7292211239,"@timestamp":1584379457},"coords":"51.5115603,-0.0094645","bedrooms":"4","price":"241000","area":"486"} , +{"type":"Feature","id":"n7292222016","geometry":{"type":"Point","coordinates":[-0.2265523,51.5196801]},"properties":{"@type":"node","@id":7292222016,"@timestamp":1584113755},"coords":"51.5196801,-0.2265523","bedrooms":"1","price":"192000","area":"399"} , +{"type":"Feature","id":"n7292975238","geometry":{"type":"Point","coordinates":[-0.0543248,51.4271034]},"properties":{"@type":"node","@id":7292975238,"@timestamp":1584127992},"coords":"51.4271034,-0.0543248","bedrooms":"3","price":"296000","area":"466"} , +{"type":"Feature","id":"n7293685853","geometry":{"type":"Point","coordinates":[-0.2231454,51.5200127]},"properties":{"@type":"node","@id":7293685853,"@timestamp":1584159685},"coords":"51.5200127,-0.2231454","bedrooms":"0","price":"151000","area":"452"} , +{"type":"Feature","id":"n7293685971","geometry":{"type":"Point","coordinates":[-0.2221306,51.5204105]},"properties":{"@type":"node","@id":7293685971,"@timestamp":1584159685},"coords":"51.5204105,-0.2221306","bedrooms":"2","price":"207000","area":"589"} , +{"type":"Feature","id":"n7293685981","geometry":{"type":"Point","coordinates":[-0.2223952,51.5208832]},"properties":{"@type":"node","@id":7293685981,"@timestamp":1584159685},"coords":"51.5208832,-0.2223952","bedrooms":"2","price":"153000","area":"364"} , +{"type":"Feature","id":"n7293686010","geometry":{"type":"Point","coordinates":[-0.2230759,51.521286]},"properties":{"@type":"node","@id":7293686010,"@timestamp":1584159685},"coords":"51.521286,-0.2230759","bedrooms":"0","price":"281000","area":"384"} , +{"type":"Feature","id":"n7293686020","geometry":{"type":"Point","coordinates":[-0.2236217,51.5209358]},"properties":{"@type":"node","@id":7293686020,"@timestamp":1584159685},"coords":"51.5209358,-0.2236217","bedrooms":"2","price":"281000","area":"497"} , +{"type":"Feature","id":"n7294429038","geometry":{"type":"Point","coordinates":[-0.163505,51.489492]},"properties":{"@type":"node","@id":7294429038,"@timestamp":1611811522},"coords":"51.489492,-0.163505","bedrooms":"1","price":"218000","area":"545"} , +{"type":"Feature","id":"n7294710444","geometry":{"type":"Point","coordinates":[-0.1044145,51.5080159]},"properties":{"@type":"node","@id":7294710444,"@timestamp":1620740683},"coords":"51.5080159,-0.1044145","bedrooms":"4","price":"187000","area":"359"} , +{"type":"Feature","id":"n7294710463","geometry":{"type":"Point","coordinates":[-0.1043234,51.5072897]},"properties":{"@type":"node","@id":7294710463,"@timestamp":1627937794},"coords":"51.5072897,-0.1043234","bedrooms":"3","price":"251000","area":"366"} , +{"type":"Feature","id":"n7294897104","geometry":{"type":"Point","coordinates":[-0.0216286,51.3390578]},"properties":{"@type":"node","@id":7294897104,"@timestamp":1584208492},"coords":"51.3390578,-0.0216286","bedrooms":"3","price":"266000","area":"623"} , +{"type":"Feature","id":"n7295014415","geometry":{"type":"Point","coordinates":[-0.0450687,51.4696892]},"properties":{"@type":"node","@id":7295014415,"@timestamp":1584211820},"coords":"51.4696892,-0.0450687","bedrooms":"2","price":"296000","area":"606"} , +{"type":"Feature","id":"n7295080387","geometry":{"type":"Point","coordinates":[0.0949462,51.766167]},"properties":{"@type":"node","@id":7295080387,"@timestamp":1612749329},"coords":"51.766167,0.0949462","bedrooms":"0","price":"295000","area":"385"} , +{"type":"Feature","id":"n7295242382","geometry":{"type":"Point","coordinates":[-0.5989692,51.5105792]},"properties":{"@type":"node","@id":7295242382,"@timestamp":1595595296},"coords":"51.5105792,-0.5989692","bedrooms":"0","price":"236000","area":"472"} , +{"type":"Feature","id":"n7295370908","geometry":{"type":"Point","coordinates":[-0.2038297,51.4013083]},"properties":{"@type":"node","@id":7295370908,"@timestamp":1584224674},"coords":"51.4013083,-0.2038297","bedrooms":"3","price":"150000","area":"548"} , +{"type":"Feature","id":"n7296187572","geometry":{"type":"Point","coordinates":[-0.2188547,51.5214322]},"properties":{"@type":"node","@id":7296187572,"@timestamp":1584249542},"coords":"51.5214322,-0.2188547","bedrooms":"3","price":"217000","area":"628"} , +{"type":"Feature","id":"n7296192821","geometry":{"type":"Point","coordinates":[-0.2196083,51.519464]},"properties":{"@type":"node","@id":7296192821,"@timestamp":1584249542},"coords":"51.519464,-0.2196083","bedrooms":"4","price":"233000","area":"527"} , +{"type":"Feature","id":"n7296192902","geometry":{"type":"Point","coordinates":[-0.2194318,51.5200167]},"properties":{"@type":"node","@id":7296192902,"@timestamp":1584249542},"coords":"51.5200167,-0.2194318","bedrooms":"0","price":"259000","area":"428"} , +{"type":"Feature","id":"n7296263681","geometry":{"type":"Point","coordinates":[-0.2129115,51.5199312]},"properties":{"@type":"node","@id":7296263681,"@timestamp":1584257286},"coords":"51.5199312,-0.2129115","bedrooms":"2","price":"204000","area":"616"} , +{"type":"Feature","id":"n7296263917","geometry":{"type":"Point","coordinates":[-0.2158093,51.519575]},"properties":{"@type":"node","@id":7296263917,"@timestamp":1584255575},"coords":"51.519575,-0.2158093","bedrooms":"1","price":"213000","area":"545"} , +{"type":"Feature","id":"n7296263975","geometry":{"type":"Point","coordinates":[-0.2142769,51.5199267]},"properties":{"@type":"node","@id":7296263975,"@timestamp":1584255575},"coords":"51.5199267,-0.2142769","bedrooms":"4","price":"207000","area":"630"} , +{"type":"Feature","id":"n7296264068","geometry":{"type":"Point","coordinates":[-0.2161945,51.5192086]},"properties":{"@type":"node","@id":7296264068,"@timestamp":1584255575},"coords":"51.5192086,-0.2161945","bedrooms":"2","price":"248000","area":"403"} , +{"type":"Feature","id":"n7296264078","geometry":{"type":"Point","coordinates":[-0.215451,51.5193715]},"properties":{"@type":"node","@id":7296264078,"@timestamp":1584255575},"coords":"51.5193715,-0.215451","bedrooms":"4","price":"257000","area":"617"} , +{"type":"Feature","id":"n7296264088","geometry":{"type":"Point","coordinates":[-0.2147061,51.5195347]},"properties":{"@type":"node","@id":7296264088,"@timestamp":1584255575},"coords":"51.5195347,-0.2147061","bedrooms":"0","price":"179000","area":"619"} , +{"type":"Feature","id":"n7296264098","geometry":{"type":"Point","coordinates":[-0.2141649,51.5196533]},"properties":{"@type":"node","@id":7296264098,"@timestamp":1584255575},"coords":"51.5196533,-0.2141649","bedrooms":"4","price":"240000","area":"409"} , +{"type":"Feature","id":"n7296264139","geometry":{"type":"Point","coordinates":[-0.213414,51.5201358]},"properties":{"@type":"node","@id":7296264139,"@timestamp":1584255575},"coords":"51.5201358,-0.213414","bedrooms":"3","price":"197000","area":"654"} , +{"type":"Feature","id":"n7296286907","geometry":{"type":"Point","coordinates":[-0.2129983,51.5202335]},"properties":{"@type":"node","@id":7296286907,"@timestamp":1584257286},"coords":"51.5202335,-0.2129983","bedrooms":"2","price":"237000","area":"527"} , +{"type":"Feature","id":"n7296305114","geometry":{"type":"Point","coordinates":[-0.2118723,51.5201477]},"properties":{"@type":"node","@id":7296305114,"@timestamp":1584258525},"coords":"51.5201477,-0.2118723","bedrooms":"4","price":"161000","area":"488"} , +{"type":"Feature","id":"n7296396663","geometry":{"type":"Point","coordinates":[-0.2124255,51.5197824]},"properties":{"@type":"node","@id":7296396663,"@timestamp":1584263451},"coords":"51.5197824,-0.2124255","bedrooms":"4","price":"252000","area":"420"} , +{"type":"Feature","id":"n7296396673","geometry":{"type":"Point","coordinates":[-0.2133112,51.5195827]},"properties":{"@type":"node","@id":7296396673,"@timestamp":1584263451},"coords":"51.5195827,-0.2133112","bedrooms":"2","price":"178000","area":"420"} , +{"type":"Feature","id":"n7296396683","geometry":{"type":"Point","coordinates":[-0.2140517,51.5194144]},"properties":{"@type":"node","@id":7296396683,"@timestamp":1584263451},"coords":"51.5194144,-0.2140517","bedrooms":"3","price":"167000","area":"458"} , +{"type":"Feature","id":"n7296397493","geometry":{"type":"Point","coordinates":[-0.2147973,51.519245]},"properties":{"@type":"node","@id":7296397493,"@timestamp":1584263451},"coords":"51.519245,-0.2147973","bedrooms":"4","price":"172000","area":"630"} , +{"type":"Feature","id":"n7296397503","geometry":{"type":"Point","coordinates":[-0.2155551,51.5190727]},"properties":{"@type":"node","@id":7296397503,"@timestamp":1584263451},"coords":"51.5190727,-0.2155551","bedrooms":"1","price":"277000","area":"600"} , +{"type":"Feature","id":"n7296397513","geometry":{"type":"Point","coordinates":[-0.2162832,51.5189073]},"properties":{"@type":"node","@id":7296397513,"@timestamp":1584263451},"coords":"51.5189073,-0.2162832","bedrooms":"2","price":"216000","area":"529"} , +{"type":"Feature","id":"n7296806308","geometry":{"type":"Point","coordinates":[-0.2814873,51.9724274]},"properties":{"@type":"node","@id":7296806308,"@timestamp":1584281166},"coords":"51.9724274,-0.2814873","bedrooms":"3","price":"200000","area":"369"} , +{"type":"Feature","id":"n7297075237","geometry":{"type":"Point","coordinates":[0.569543,51.8775217]},"properties":{"@type":"node","@id":7297075237,"@timestamp":1584287813},"coords":"51.8775217,0.569543","bedrooms":"4","price":"246000","area":"618"} , +{"type":"Feature","id":"n7297410789","geometry":{"type":"Point","coordinates":[-0.0505749,51.5083893]},"properties":{"@type":"node","@id":7297410789,"@timestamp":1628073192},"coords":"51.5083893,-0.0505749","bedrooms":"4","price":"273000","area":"688"} , +{"type":"Feature","id":"n7298122931","geometry":{"type":"Point","coordinates":[0.5196597,51.0539162]},"properties":{"@type":"node","@id":7298122931,"@timestamp":1584331337},"coords":"51.0539162,0.5196597","bedrooms":"4","price":"156000","area":"399"} , +{"type":"Feature","id":"n7298583917","geometry":{"type":"Point","coordinates":[-0.0261089,51.6599307]},"properties":{"@type":"node","@id":7298583917,"@timestamp":1584346947},"coords":"51.6599307,-0.0261089","bedrooms":"1","price":"222000","area":"459"} , +{"type":"Feature","id":"n7298599356","geometry":{"type":"Point","coordinates":[0.3513507,51.0777543]},"properties":{"@type":"node","@id":7298599356,"@timestamp":1584347636},"coords":"51.0777543,0.3513507","bedrooms":"0","price":"241000","area":"580"} , +{"type":"Feature","id":"n7298705800","geometry":{"type":"Point","coordinates":[-0.8067451,51.460594]},"properties":{"@type":"node","@id":7298705800,"@timestamp":1584350285},"coords":"51.460594,-0.8067451","bedrooms":"2","price":"232000","area":"542"} , +{"type":"Feature","id":"n7298872809","geometry":{"type":"Point","coordinates":[-0.2131089,51.5171181]},"properties":{"@type":"node","@id":7298872809,"@timestamp":1584355685},"coords":"51.5171181,-0.2131089","bedrooms":"3","price":"198000","area":"549"} , +{"type":"Feature","id":"n7299140928","geometry":{"type":"Point","coordinates":[0.0581781,51.2504485]},"properties":{"@type":"node","@id":7299140928,"@timestamp":1584364103},"coords":"51.2504485,0.0581781","bedrooms":"1","price":"252000","area":"399"} , +{"type":"Feature","id":"n7299318001","geometry":{"type":"Point","coordinates":[0.4192568,51.3236776]},"properties":{"@type":"node","@id":7299318001,"@timestamp":1584368373},"coords":"51.3236776,0.4192568","bedrooms":"4","price":"171000","area":"438"} , +{"type":"Feature","id":"n7299449423","geometry":{"type":"Point","coordinates":[-0.7078638,51.5718212]},"properties":{"@type":"node","@id":7299449423,"@timestamp":1584374154},"coords":"51.5718212,-0.7078638","bedrooms":"4","price":"292000","area":"693"} , +{"type":"Feature","id":"n7299591074","geometry":{"type":"Point","coordinates":[-0.0052532,51.5085937]},"properties":{"@type":"node","@id":7299591074,"@timestamp":1592998631},"coords":"51.5085937,-0.0052532","bedrooms":"0","price":"254000","area":"689"} , +{"type":"Feature","id":"n7299747053","geometry":{"type":"Point","coordinates":[-0.2173937,51.5169556]},"properties":{"@type":"node","@id":7299747053,"@timestamp":1584378112},"coords":"51.5169556,-0.2173937","bedrooms":"0","price":"271000","area":"526"} , +{"type":"Feature","id":"n7299754209","geometry":{"type":"Point","coordinates":[-0.2160324,51.5170963]},"properties":{"@type":"node","@id":7299754209,"@timestamp":1584378112},"coords":"51.5170963,-0.2160324","bedrooms":"0","price":"277000","area":"425"} , +{"type":"Feature","id":"n7299754316","geometry":{"type":"Point","coordinates":[-0.2168986,51.5174599]},"properties":{"@type":"node","@id":7299754316,"@timestamp":1584378112},"coords":"51.5174599,-0.2168986","bedrooms":"1","price":"155000","area":"571"} , +{"type":"Feature","id":"n7299810511","geometry":{"type":"Point","coordinates":[-0.0543066,51.4271734]},"properties":{"@type":"node","@id":7299810511,"@timestamp":1584380581},"coords":"51.4271734,-0.0543066","bedrooms":"2","price":"299000","area":"480"} , +{"type":"Feature","id":"n7299908510","geometry":{"type":"Point","coordinates":[-0.2166245,51.5185327]},"properties":{"@type":"node","@id":7299908510,"@timestamp":1584383534},"coords":"51.5185327,-0.2166245","bedrooms":"3","price":"299000","area":"576"} , +{"type":"Feature","id":"n7299908524","geometry":{"type":"Point","coordinates":[-0.21797,51.5180823]},"properties":{"@type":"node","@id":7299908524,"@timestamp":1584383534},"coords":"51.5180823,-0.21797","bedrooms":"1","price":"279000","area":"590"} , +{"type":"Feature","id":"n7300074251","geometry":{"type":"Point","coordinates":[-0.2515077,51.444332]},"properties":{"@type":"node","@id":7300074251,"@timestamp":1584386679},"coords":"51.444332,-0.2515077","bedrooms":"0","price":"238000","area":"422"} , +{"type":"Feature","id":"n7300074261","geometry":{"type":"Point","coordinates":[-0.2531495,51.4443483]},"properties":{"@type":"node","@id":7300074261,"@timestamp":1586629711},"coords":"51.4443483,-0.2531495","bedrooms":"1","price":"260000","area":"395"} , +{"type":"Feature","id":"n7300189224","geometry":{"type":"Point","coordinates":[-0.7036633,51.3269712]},"properties":{"@type":"node","@id":7300189224,"@timestamp":1584389646},"coords":"51.3269712,-0.7036633","bedrooms":"4","price":"153000","area":"412"} , +{"type":"Feature","id":"n7300233299","geometry":{"type":"Point","coordinates":[-0.6997017,51.3121316]},"properties":{"@type":"node","@id":7300233299,"@timestamp":1584391176},"coords":"51.3121316,-0.6997017","bedrooms":"2","price":"250000","area":"410"} , +{"type":"Feature","id":"n7300285628","geometry":{"type":"Point","coordinates":[-0.6490228,51.3030842]},"properties":{"@type":"node","@id":7300285628,"@timestamp":1584393059},"coords":"51.3030842,-0.6490228","bedrooms":"2","price":"202000","area":"681"} , +{"type":"Feature","id":"n7300436401","geometry":{"type":"Point","coordinates":[-0.1621449,50.9945304]},"properties":{"@type":"node","@id":7300436401,"@timestamp":1584400165},"coords":"50.9945304,-0.1621449","bedrooms":"2","price":"271000","area":"352"} , +{"type":"Feature","id":"n7300722346","geometry":{"type":"Point","coordinates":[-0.1371462,51.5331617]},"properties":{"@type":"node","@id":7300722346,"@timestamp":1584403549},"coords":"51.5331617,-0.1371462","bedrooms":"3","price":"236000","area":"491"} , +{"type":"Feature","id":"n7300725107","geometry":{"type":"Point","coordinates":[-0.1355057,51.5353828]},"properties":{"@type":"node","@id":7300725107,"@timestamp":1584404435},"coords":"51.5353828,-0.1355057","bedrooms":"0","price":"295000","area":"607"} , +{"type":"Feature","id":"n7301159855","geometry":{"type":"Point","coordinates":[0.1642854,51.4904792]},"properties":{"@type":"node","@id":7301159855,"@timestamp":1584421698},"coords":"51.4904792,0.1642854","bedrooms":"4","price":"254000","area":"551"} , +{"type":"Feature","id":"n7301516223","geometry":{"type":"Point","coordinates":[-0.2188544,51.5187755]},"properties":{"@type":"node","@id":7301516223,"@timestamp":1584434656},"coords":"51.5187755,-0.2188544","bedrooms":"1","price":"184000","area":"512"} , +{"type":"Feature","id":"n7301516275","geometry":{"type":"Point","coordinates":[-0.2202862,51.519244]},"properties":{"@type":"node","@id":7301516275,"@timestamp":1584434656},"coords":"51.519244,-0.2202862","bedrooms":"2","price":"222000","area":"362"} , +{"type":"Feature","id":"n7301516303","geometry":{"type":"Point","coordinates":[-0.2207529,51.518819]},"properties":{"@type":"node","@id":7301516303,"@timestamp":1584434656},"coords":"51.518819,-0.2207529","bedrooms":"3","price":"191000","area":"515"} , +{"type":"Feature","id":"n7301516313","geometry":{"type":"Point","coordinates":[-0.2204776,51.5183467]},"properties":{"@type":"node","@id":7301516313,"@timestamp":1584434656},"coords":"51.5183467,-0.2204776","bedrooms":"3","price":"203000","area":"651"} , +{"type":"Feature","id":"n7301516409","geometry":{"type":"Point","coordinates":[-0.2192743,51.518519]},"properties":{"@type":"node","@id":7301516409,"@timestamp":1584434656},"coords":"51.518519,-0.2192743","bedrooms":"3","price":"214000","area":"470"} , +{"type":"Feature","id":"n7301765333","geometry":{"type":"Point","coordinates":[0.1960895,51.5859661]},"properties":{"@type":"node","@id":7301765333,"@timestamp":1584442808},"coords":"51.5859661,0.1960895","bedrooms":"1","price":"244000","area":"536"} , +{"type":"Feature","id":"n7302146253","geometry":{"type":"Point","coordinates":[-0.2092377,51.4232782]},"properties":{"@type":"node","@id":7302146253,"@timestamp":1584455139},"coords":"51.4232782,-0.2092377","bedrooms":"1","price":"167000","area":"458"} , +{"type":"Feature","id":"n7302446844","geometry":{"type":"Point","coordinates":[-0.2184169,51.5180047]},"properties":{"@type":"node","@id":7302446844,"@timestamp":1584461434},"coords":"51.5180047,-0.2184169","bedrooms":"3","price":"280000","area":"566"} , +{"type":"Feature","id":"n7302446854","geometry":{"type":"Point","coordinates":[-0.2181218,51.5175]},"properties":{"@type":"node","@id":7302446854,"@timestamp":1584461434},"coords":"51.5175,-0.2181218","bedrooms":"1","price":"177000","area":"583"} , +{"type":"Feature","id":"n7302456706","geometry":{"type":"Point","coordinates":[-0.2191182,51.5179689]},"properties":{"@type":"node","@id":7302456706,"@timestamp":1584463543},"coords":"51.5179689,-0.2191182","bedrooms":"1","price":"238000","area":"648"} , +{"type":"Feature","id":"n7302456716","geometry":{"type":"Point","coordinates":[-0.2187973,51.5174226]},"properties":{"@type":"node","@id":7302456716,"@timestamp":1584463543},"coords":"51.5174226,-0.2187973","bedrooms":"4","price":"166000","area":"431"} , +{"type":"Feature","id":"n7302491432","geometry":{"type":"Point","coordinates":[-0.2192748,51.5174531]},"properties":{"@type":"node","@id":7302491432,"@timestamp":1584463543},"coords":"51.5174531,-0.2192748","bedrooms":"1","price":"280000","area":"694"} , +{"type":"Feature","id":"n7302491442","geometry":{"type":"Point","coordinates":[-0.2195429,51.517924]},"properties":{"@type":"node","@id":7302491442,"@timestamp":1584463543},"coords":"51.517924,-0.2195429","bedrooms":"3","price":"224000","area":"461"} , +{"type":"Feature","id":"n7302507068","geometry":{"type":"Point","coordinates":[0.0771372,51.5414449]},"properties":{"@type":"node","@id":7302507068,"@timestamp":1619893765},"coords":"51.5414449,0.0771372","bedrooms":"1","price":"236000","area":"414"} , +{"type":"Feature","id":"n7302507078","geometry":{"type":"Point","coordinates":[-0.0319766,51.5175765]},"properties":{"@type":"node","@id":7302507078,"@timestamp":1584463334},"coords":"51.5175765,-0.0319766","bedrooms":"3","price":"225000","area":"373"} , +{"type":"Feature","id":"n7302525003","geometry":{"type":"Point","coordinates":[-0.2202308,51.5179033]},"properties":{"@type":"node","@id":7302525003,"@timestamp":1584463543},"coords":"51.5179033,-0.2202308","bedrooms":"0","price":"250000","area":"558"} , +{"type":"Feature","id":"n7302525076","geometry":{"type":"Point","coordinates":[-0.2199192,51.5173773]},"properties":{"@type":"node","@id":7302525076,"@timestamp":1584463543},"coords":"51.5173773,-0.2199192","bedrooms":"2","price":"196000","area":"523"} , +{"type":"Feature","id":"n7303962761","geometry":{"type":"Point","coordinates":[0.2079813,51.5515603]},"properties":{"@type":"node","@id":7303962761,"@timestamp":1584469310},"coords":"51.5515603,0.2079813","bedrooms":"2","price":"229000","area":"450"} , +{"type":"Feature","id":"n7303962771","geometry":{"type":"Point","coordinates":[0.0903129,51.5374248]},"properties":{"@type":"node","@id":7303962771,"@timestamp":1584469310},"coords":"51.5374248,0.0903129","bedrooms":"2","price":"244000","area":"630"} , +{"type":"Feature","id":"n7303975982","geometry":{"type":"Point","coordinates":[-0.2204684,51.5174711]},"properties":{"@type":"node","@id":7303975982,"@timestamp":1584469760},"coords":"51.5174711,-0.2204684","bedrooms":"4","price":"256000","area":"489"} , +{"type":"Feature","id":"n7303977120","geometry":{"type":"Point","coordinates":[-0.2203256,51.5169091]},"properties":{"@type":"node","@id":7303977120,"@timestamp":1584469760},"coords":"51.5169091,-0.2203256","bedrooms":"1","price":"269000","area":"390"} , +{"type":"Feature","id":"n7303977164","geometry":{"type":"Point","coordinates":[-0.2212616,51.5174863]},"properties":{"@type":"node","@id":7303977164,"@timestamp":1584469760},"coords":"51.5174863,-0.2212616","bedrooms":"3","price":"152000","area":"563"} , +{"type":"Feature","id":"n7303977174","geometry":{"type":"Point","coordinates":[-0.22099,51.5170436]},"properties":{"@type":"node","@id":7303977174,"@timestamp":1584469760},"coords":"51.5170436,-0.22099","bedrooms":"0","price":"180000","area":"483"} , +{"type":"Feature","id":"n7304287273","geometry":{"type":"Point","coordinates":[-0.0284168,50.9836146]},"properties":{"@type":"node","@id":7304287273,"@timestamp":1601586512},"coords":"50.9836146,-0.0284168","bedrooms":"2","price":"167000","area":"371"} , +{"type":"Feature","id":"n7304645377","geometry":{"type":"Point","coordinates":[-0.1640041,51.4396492]},"properties":{"@type":"node","@id":7304645377,"@timestamp":1584494594},"coords":"51.4396492,-0.1640041","bedrooms":"1","price":"152000","area":"351"} , +{"type":"Feature","id":"n7304646255","geometry":{"type":"Point","coordinates":[-0.1680372,51.4437769]},"properties":{"@type":"node","@id":7304646255,"@timestamp":1617221107},"coords":"51.4437769,-0.1680372","bedrooms":"2","price":"263000","area":"515"} , +{"type":"Feature","id":"n7304675507","geometry":{"type":"Point","coordinates":[-0.163542,51.4394944]},"properties":{"@type":"node","@id":7304675507,"@timestamp":1628141346},"coords":"51.4394944,-0.163542","bedrooms":"1","price":"197000","area":"579"} , +{"type":"Feature","id":"n7304897150","geometry":{"type":"Point","coordinates":[-0.2218574,51.5176521]},"properties":{"@type":"node","@id":7304897150,"@timestamp":1584504660},"coords":"51.5176521,-0.2218574","bedrooms":"4","price":"264000","area":"570"} , +{"type":"Feature","id":"n7304897182","geometry":{"type":"Point","coordinates":[-0.2214284,51.5171443]},"properties":{"@type":"node","@id":7304897182,"@timestamp":1584504660},"coords":"51.5171443,-0.2214284","bedrooms":"4","price":"170000","area":"494"} , +{"type":"Feature","id":"n7304912823","geometry":{"type":"Point","coordinates":[-0.2213373,51.5166785]},"properties":{"@type":"node","@id":7304912823,"@timestamp":1584504660},"coords":"51.5166785,-0.2213373","bedrooms":"2","price":"215000","area":"417"} , +{"type":"Feature","id":"n7304912854","geometry":{"type":"Point","coordinates":[-0.2220068,51.5168061]},"properties":{"@type":"node","@id":7304912854,"@timestamp":1584504660},"coords":"51.5168061,-0.2220068","bedrooms":"2","price":"186000","area":"396"} , +{"type":"Feature","id":"n7304912864","geometry":{"type":"Point","coordinates":[-0.2222653,51.5172665]},"properties":{"@type":"node","@id":7304912864,"@timestamp":1584504660},"coords":"51.5172665,-0.2222653","bedrooms":"2","price":"207000","area":"438"} , +{"type":"Feature","id":"n7304999333","geometry":{"type":"Point","coordinates":[-0.594491,50.9746068]},"properties":{"@type":"node","@id":7304999333,"@timestamp":1584509615},"coords":"50.9746068,-0.594491","bedrooms":"0","price":"186000","area":"372"} , +{"type":"Feature","id":"n7305127362","geometry":{"type":"Point","coordinates":[-0.8582479,51.3002457]},"properties":{"@type":"node","@id":7305127362,"@timestamp":1584512982},"coords":"51.3002457,-0.8582479","bedrooms":"1","price":"211000","area":"631"} , +{"type":"Feature","id":"n7305434729","geometry":{"type":"Point","coordinates":[-0.3368086,51.8438246]},"properties":{"@type":"node","@id":7305434729,"@timestamp":1584521020},"coords":"51.8438246,-0.3368086","bedrooms":"2","price":"298000","area":"418"} , +{"type":"Feature","id":"n7305728403","geometry":{"type":"Point","coordinates":[0.0421503,51.4704854]},"properties":{"@type":"node","@id":7305728403,"@timestamp":1584529821},"coords":"51.4704854,0.0421503","bedrooms":"2","price":"183000","area":"515"} , +{"type":"Feature","id":"n7305900639","geometry":{"type":"Point","coordinates":[-0.4746586,51.640018]},"properties":{"@type":"node","@id":7305900639,"@timestamp":1584535483},"coords":"51.640018,-0.4746586","bedrooms":"0","price":"181000","area":"382"} , +{"type":"Feature","id":"n7306208605","geometry":{"type":"Point","coordinates":[-0.127726,51.6300126]},"properties":{"@type":"node","@id":7306208605,"@timestamp":1584544406},"coords":"51.6300126,-0.127726","bedrooms":"3","price":"271000","area":"550"} , +{"type":"Feature","id":"n7306277268","geometry":{"type":"Point","coordinates":[-0.2227655,51.5181824]},"properties":{"@type":"node","@id":7306277268,"@timestamp":1584546196},"coords":"51.5181824,-0.2227655","bedrooms":"4","price":"153000","area":"538"} , +{"type":"Feature","id":"n7306284816","geometry":{"type":"Point","coordinates":[-0.2218823,51.5179253]},"properties":{"@type":"node","@id":7306284816,"@timestamp":1584546196},"coords":"51.5179253,-0.2218823","bedrooms":"4","price":"262000","area":"508"} , +{"type":"Feature","id":"n7306284870","geometry":{"type":"Point","coordinates":[-0.2212038,51.51877]},"properties":{"@type":"node","@id":7306284870,"@timestamp":1584546196},"coords":"51.51877,-0.2212038","bedrooms":"0","price":"268000","area":"393"} , +{"type":"Feature","id":"n7306284880","geometry":{"type":"Point","coordinates":[-0.2209276,51.5182961]},"properties":{"@type":"node","@id":7306284880,"@timestamp":1584546196},"coords":"51.5182961,-0.2209276","bedrooms":"4","price":"226000","area":"395"} , +{"type":"Feature","id":"n7306284924","geometry":{"type":"Point","coordinates":[-0.2220952,51.5185461]},"properties":{"@type":"node","@id":7306284924,"@timestamp":1584546196},"coords":"51.5185461,-0.2220952","bedrooms":"3","price":"229000","area":"540"} , +{"type":"Feature","id":"n7306309045","geometry":{"type":"Point","coordinates":[0.5838363,50.9524815]},"properties":{"@type":"node","@id":7306309045,"@timestamp":1585095021},"coords":"50.9524815,0.5838363","bedrooms":"3","price":"282000","area":"674"} , +{"type":"Feature","id":"n7307384924","geometry":{"type":"Point","coordinates":[-0.5252636,51.4319665]},"properties":{"@type":"node","@id":7307384924,"@timestamp":1584574565},"coords":"51.4319665,-0.5252636","bedrooms":"1","price":"162000","area":"396"} , +{"type":"Feature","id":"n7308183623","geometry":{"type":"Point","coordinates":[-0.2229963,51.5185947]},"properties":{"@type":"node","@id":7308183623,"@timestamp":1584593514},"coords":"51.5185947,-0.2229963","bedrooms":"4","price":"181000","area":"453"} , +{"type":"Feature","id":"n7308183633","geometry":{"type":"Point","coordinates":[-0.2232953,51.5190994]},"properties":{"@type":"node","@id":7308183633,"@timestamp":1584593514},"coords":"51.5190994,-0.2232953","bedrooms":"2","price":"272000","area":"557"} , +{"type":"Feature","id":"n7308188486","geometry":{"type":"Point","coordinates":[-0.2214744,51.5192684]},"properties":{"@type":"node","@id":7308188486,"@timestamp":1584593514},"coords":"51.5192684,-0.2214744","bedrooms":"4","price":"152000","area":"651"} , +{"type":"Feature","id":"n7308262167","geometry":{"type":"Point","coordinates":[0.1006725,51.6703372]},"properties":{"@type":"node","@id":7308262167,"@timestamp":1608218124},"coords":"51.6703372,0.1006725","bedrooms":"0","price":"235000","area":"573"} , +{"type":"Feature","id":"n7308362541","geometry":{"type":"Point","coordinates":[-0.2245965,51.5199379]},"properties":{"@type":"node","@id":7308362541,"@timestamp":1584600324},"coords":"51.5199379,-0.2245965","bedrooms":"0","price":"289000","area":"355"} , +{"type":"Feature","id":"n7308363352","geometry":{"type":"Point","coordinates":[-0.2235862,51.5187131]},"properties":{"@type":"node","@id":7308363352,"@timestamp":1584600324},"coords":"51.5187131,-0.2235862","bedrooms":"4","price":"167000","area":"676"} , +{"type":"Feature","id":"n7308363392","geometry":{"type":"Point","coordinates":[-0.2233073,51.5182283]},"properties":{"@type":"node","@id":7308363392,"@timestamp":1584600324},"coords":"51.5182283,-0.2233073","bedrooms":"0","price":"265000","area":"357"} , +{"type":"Feature","id":"n7308363402","geometry":{"type":"Point","coordinates":[-0.2230282,51.5177433]},"properties":{"@type":"node","@id":7308363402,"@timestamp":1584600324},"coords":"51.5177433,-0.2230282","bedrooms":"1","price":"186000","area":"549"} , +{"type":"Feature","id":"n7308363412","geometry":{"type":"Point","coordinates":[-0.222732,51.5172285]},"properties":{"@type":"node","@id":7308363412,"@timestamp":1584600324},"coords":"51.5172285,-0.222732","bedrooms":"1","price":"254000","area":"581"} , +{"type":"Feature","id":"n7308363422","geometry":{"type":"Point","coordinates":[-0.2224024,51.5166557]},"properties":{"@type":"node","@id":7308363422,"@timestamp":1584600324},"coords":"51.5166557,-0.2224024","bedrooms":"4","price":"254000","area":"431"} , +{"type":"Feature","id":"n7308487267","geometry":{"type":"Point","coordinates":[0.0861201,51.8510267]},"properties":{"@type":"node","@id":7308487267,"@timestamp":1622590671},"coords":"51.8510267,0.0861201","bedrooms":"2","price":"177000","area":"605"} , +{"type":"Feature","id":"n7308753718","geometry":{"type":"Point","coordinates":[-0.4520193,51.0879438]},"properties":{"@type":"node","@id":7308753718,"@timestamp":1610354552},"coords":"51.0879438,-0.4520193","bedrooms":"2","price":"247000","area":"533"} , +{"type":"Feature","id":"n7309290870","geometry":{"type":"Point","coordinates":[-0.3116931,51.7213712]},"properties":{"@type":"node","@id":7309290870,"@timestamp":1584630498},"coords":"51.7213712,-0.3116931","bedrooms":"4","price":"184000","area":"565"} , +{"type":"Feature","id":"n7309408064","geometry":{"type":"Point","coordinates":[-0.2233612,51.5172566]},"properties":{"@type":"node","@id":7309408064,"@timestamp":1584632720},"coords":"51.5172566,-0.2233612","bedrooms":"3","price":"291000","area":"392"} , +{"type":"Feature","id":"n7309437803","geometry":{"type":"Point","coordinates":[-0.2237643,51.5176878]},"properties":{"@type":"node","@id":7309437803,"@timestamp":1584632720},"coords":"51.5176878,-0.2237643","bedrooms":"2","price":"168000","area":"568"} , +{"type":"Feature","id":"n7309437850","geometry":{"type":"Point","coordinates":[-0.2240439,51.5180509]},"properties":{"@type":"node","@id":7309437850,"@timestamp":1584632720},"coords":"51.5180509,-0.2240439","bedrooms":"4","price":"271000","area":"554"} , +{"type":"Feature","id":"n7309437969","geometry":{"type":"Point","coordinates":[-0.2246918,51.5189715]},"properties":{"@type":"node","@id":7309437969,"@timestamp":1584632720},"coords":"51.5189715,-0.2246918","bedrooms":"4","price":"199000","area":"354"} , +{"type":"Feature","id":"n7309437995","geometry":{"type":"Point","coordinates":[-0.2244612,51.5188358]},"properties":{"@type":"node","@id":7309437995,"@timestamp":1584632720},"coords":"51.5188358,-0.2244612","bedrooms":"3","price":"199000","area":"607"} , +{"type":"Feature","id":"n7309438016","geometry":{"type":"Point","coordinates":[-0.22461,51.5192235]},"properties":{"@type":"node","@id":7309438016,"@timestamp":1584632720},"coords":"51.5192235,-0.22461","bedrooms":"1","price":"271000","area":"644"} , +{"type":"Feature","id":"n7309438065","geometry":{"type":"Point","coordinates":[-0.224832,51.5193483]},"properties":{"@type":"node","@id":7309438065,"@timestamp":1584632720},"coords":"51.5193483,-0.224832","bedrooms":"0","price":"165000","area":"636"} , +{"type":"Feature","id":"n7309438162","geometry":{"type":"Point","coordinates":[-0.2256617,51.5198433]},"properties":{"@type":"node","@id":7309438162,"@timestamp":1584632720},"coords":"51.5198433,-0.2256617","bedrooms":"4","price":"292000","area":"686"} , +{"type":"Feature","id":"n7309438216","geometry":{"type":"Point","coordinates":[-0.225415,51.5197875]},"properties":{"@type":"node","@id":7309438216,"@timestamp":1584632720},"coords":"51.5197875,-0.225415","bedrooms":"3","price":"153000","area":"394"} , +{"type":"Feature","id":"n7309555644","geometry":{"type":"Point","coordinates":[-0.2260525,51.5195568]},"properties":{"@type":"node","@id":7309555644,"@timestamp":1584634824},"coords":"51.5195568,-0.2260525","bedrooms":"4","price":"270000","area":"631"} , +{"type":"Feature","id":"n7309555660","geometry":{"type":"Point","coordinates":[-0.2256334,51.5191333]},"properties":{"@type":"node","@id":7309555660,"@timestamp":1584634824},"coords":"51.5191333,-0.2256334","bedrooms":"0","price":"290000","area":"471"} , +{"type":"Feature","id":"n7309961161","geometry":{"type":"Point","coordinates":[-0.1528947,51.5374963]},"properties":{"@type":"node","@id":7309961161,"@timestamp":1584641640},"coords":"51.5374963,-0.1528947","bedrooms":"3","price":"173000","area":"647"} , +{"type":"Feature","id":"n7310028026","geometry":{"type":"Point","coordinates":[-0.1548195,51.5372966]},"properties":{"@type":"node","@id":7310028026,"@timestamp":1584643255},"coords":"51.5372966,-0.1548195","bedrooms":"1","price":"186000","area":"408"} , +{"type":"Feature","id":"n7310085429","geometry":{"type":"Point","coordinates":[0.0100387,51.5497455]},"properties":{"@type":"node","@id":7310085429,"@timestamp":1620917775},"coords":"51.5497455,0.0100387","bedrooms":"1","price":"163000","area":"354"} , +{"type":"Feature","id":"n7310878392","geometry":{"type":"Point","coordinates":[0.5469191,51.2168938]},"properties":{"@type":"node","@id":7310878392,"@timestamp":1584673780},"coords":"51.2168938,0.5469191","bedrooms":"2","price":"224000","area":"407"} , +{"type":"Feature","id":"n7311178608","geometry":{"type":"Point","coordinates":[-0.2216667,51.5148806]},"properties":{"@type":"node","@id":7311178608,"@timestamp":1584681769},"coords":"51.5148806,-0.2216667","bedrooms":"1","price":"221000","area":"355"} , +{"type":"Feature","id":"n7311178727","geometry":{"type":"Point","coordinates":[-0.2213596,51.516367]},"properties":{"@type":"node","@id":7311178727,"@timestamp":1584681769},"coords":"51.516367,-0.2213596","bedrooms":"1","price":"206000","area":"505"} , +{"type":"Feature","id":"n7311178777","geometry":{"type":"Point","coordinates":[-0.2206092,51.5165465]},"properties":{"@type":"node","@id":7311178777,"@timestamp":1584681769},"coords":"51.5165465,-0.2206092","bedrooms":"3","price":"280000","area":"397"} , +{"type":"Feature","id":"n7311183023","geometry":{"type":"Point","coordinates":[-0.9459903,51.5235375]},"properties":{"@type":"node","@id":7311183023,"@timestamp":1584683091},"coords":"51.5235375,-0.9459903","bedrooms":"3","price":"255000","area":"514"} , +{"type":"Feature","id":"n7311329369","geometry":{"type":"Point","coordinates":[-0.4815244,51.457502]},"properties":{"@type":"node","@id":7311329369,"@timestamp":1584687892},"coords":"51.457502,-0.4815244","bedrooms":"4","price":"255000","area":"398"} , +{"type":"Feature","id":"n7311938564","geometry":{"type":"Point","coordinates":[-0.2187889,51.5170308]},"properties":{"@type":"node","@id":7311938564,"@timestamp":1584696235},"coords":"51.5170308,-0.2187889","bedrooms":"2","price":"213000","area":"664"} , +{"type":"Feature","id":"n7311992669","geometry":{"type":"Point","coordinates":[0.590175,51.4517433]},"properties":{"@type":"node","@id":7311992669,"@timestamp":1607408442},"coords":"51.4517433,0.590175","bedrooms":"3","price":"193000","area":"395"} , +{"type":"Feature","id":"n7312224175","geometry":{"type":"Point","coordinates":[0.7933406,51.0288711]},"properties":{"@type":"node","@id":7312224175,"@timestamp":1584704490},"coords":"51.0288711,0.7933406","bedrooms":"1","price":"167000","area":"631"} , +{"type":"Feature","id":"n7312794994","geometry":{"type":"Point","coordinates":[-0.2193742,51.5149838]},"properties":{"@type":"node","@id":7312794994,"@timestamp":1584717821},"coords":"51.5149838,-0.2193742","bedrooms":"4","price":"246000","area":"605"} , +{"type":"Feature","id":"n7312795015","geometry":{"type":"Point","coordinates":[-0.2192041,51.514601]},"properties":{"@type":"node","@id":7312795015,"@timestamp":1584717821},"coords":"51.514601,-0.2192041","bedrooms":"1","price":"180000","area":"672"} , +{"type":"Feature","id":"n7312914809","geometry":{"type":"Point","coordinates":[-0.0739837,51.5176238]},"properties":{"@type":"node","@id":7312914809,"@timestamp":1584722044},"coords":"51.5176238,-0.0739837","bedrooms":"1","price":"256000","area":"613"} , +{"type":"Feature","id":"n7313819341","geometry":{"type":"Point","coordinates":[-0.3656443,51.5640588]},"properties":{"@type":"node","@id":7313819341,"@timestamp":1584737862},"coords":"51.5640588,-0.3656443","bedrooms":"1","price":"174000","area":"629"} , +{"type":"Feature","id":"n7313900216","geometry":{"type":"Point","coordinates":[-0.3710324,51.5711939]},"properties":{"@type":"node","@id":7313900216,"@timestamp":1622912852},"coords":"51.5711939,-0.3710324","bedrooms":"3","price":"187000","area":"387"} , +{"type":"Feature","id":"n7314651882","geometry":{"type":"Point","coordinates":[-0.9961743,51.460937]},"properties":{"@type":"node","@id":7314651882,"@timestamp":1584783877},"coords":"51.460937,-0.9961743","bedrooms":"1","price":"268000","area":"628"} , +{"type":"Feature","id":"n7314954580","geometry":{"type":"Point","coordinates":[-0.143833,51.3152292]},"properties":{"@type":"node","@id":7314954580,"@timestamp":1590878316},"coords":"51.3152292,-0.143833","bedrooms":"3","price":"294000","area":"696"} , +{"type":"Feature","id":"n7316527105","geometry":{"type":"Point","coordinates":[-0.1225616,51.298855]},"properties":{"@type":"node","@id":7316527105,"@timestamp":1596885126},"coords":"51.298855,-0.1225616","bedrooms":"0","price":"294000","area":"517"} , +{"type":"Feature","id":"n7317304434","geometry":{"type":"Point","coordinates":[-0.5953717,51.5106212]},"properties":{"@type":"node","@id":7317304434,"@timestamp":1608334679},"coords":"51.5106212,-0.5953717","bedrooms":"0","price":"256000","area":"475"} , +{"type":"Feature","id":"n7317556984","geometry":{"type":"Point","coordinates":[-0.216879,51.5148341]},"properties":{"@type":"node","@id":7317556984,"@timestamp":1584850315},"coords":"51.5148341,-0.216879","bedrooms":"2","price":"271000","area":"571"} , +{"type":"Feature","id":"n7317944380","geometry":{"type":"Point","coordinates":[-0.2138549,51.5157562]},"properties":{"@type":"node","@id":7317944380,"@timestamp":1584859992},"coords":"51.5157562,-0.2138549","bedrooms":"4","price":"178000","area":"547"} , +{"type":"Feature","id":"n7318231572","geometry":{"type":"Point","coordinates":[-0.2115474,51.5169342]},"properties":{"@type":"node","@id":7318231572,"@timestamp":1584868658},"coords":"51.5169342,-0.2115474","bedrooms":"2","price":"297000","area":"555"} , +{"type":"Feature","id":"n7318231582","geometry":{"type":"Point","coordinates":[-0.2120404,51.5167945]},"properties":{"@type":"node","@id":7318231582,"@timestamp":1584868658},"coords":"51.5167945,-0.2120404","bedrooms":"4","price":"195000","area":"572"} , +{"type":"Feature","id":"n7318339190","geometry":{"type":"Point","coordinates":[-0.2124324,51.5166835]},"properties":{"@type":"node","@id":7318339190,"@timestamp":1584868658},"coords":"51.5166835,-0.2124324","bedrooms":"2","price":"252000","area":"699"} , +{"type":"Feature","id":"n7318339204","geometry":{"type":"Point","coordinates":[-0.2122293,51.5165925]},"properties":{"@type":"node","@id":7318339204,"@timestamp":1584868658},"coords":"51.5165925,-0.2122293","bedrooms":"1","price":"191000","area":"443"} , +{"type":"Feature","id":"n7318339245","geometry":{"type":"Point","coordinates":[-0.212344,51.5162754]},"properties":{"@type":"node","@id":7318339245,"@timestamp":1584868658},"coords":"51.5162754,-0.212344","bedrooms":"2","price":"151000","area":"461"} , +{"type":"Feature","id":"n7318339281","geometry":{"type":"Point","coordinates":[-0.2116101,51.5165379]},"properties":{"@type":"node","@id":7318339281,"@timestamp":1584868658},"coords":"51.5165379,-0.2116101","bedrooms":"0","price":"284000","area":"625"} , +{"type":"Feature","id":"n7318339333","geometry":{"type":"Point","coordinates":[-0.2108155,51.5167637]},"properties":{"@type":"node","@id":7318339333,"@timestamp":1584868658},"coords":"51.5167637,-0.2108155","bedrooms":"1","price":"189000","area":"413"} , +{"type":"Feature","id":"n7318500707","geometry":{"type":"Point","coordinates":[-0.209995,51.5170973]},"properties":{"@type":"node","@id":7318500707,"@timestamp":1584870539},"coords":"51.5170973,-0.209995","bedrooms":"2","price":"252000","area":"668"} , +{"type":"Feature","id":"n7319975128","geometry":{"type":"Point","coordinates":[-1.0081774,51.4597619]},"properties":{"@type":"node","@id":7319975128,"@timestamp":1614029673},"coords":"51.4597619,-1.0081774","bedrooms":"0","price":"273000","area":"628"} , +{"type":"Feature","id":"n7320231743","geometry":{"type":"Point","coordinates":[-0.0208805,51.6540545]},"properties":{"@type":"node","@id":7320231743,"@timestamp":1614902165},"coords":"51.6540545,-0.0208805","bedrooms":"4","price":"294000","area":"497"} , +{"type":"Feature","id":"n7320967681","geometry":{"type":"Point","coordinates":[-0.6639639,51.9580565]},"properties":{"@type":"node","@id":7320967681,"@timestamp":1584939678},"coords":"51.9580565,-0.6639639","bedrooms":"0","price":"284000","area":"359"} , +{"type":"Feature","id":"n7321235368","geometry":{"type":"Point","coordinates":[-0.2092971,51.5160982]},"properties":{"@type":"node","@id":7321235368,"@timestamp":1584949662},"coords":"51.5160982,-0.2092971","bedrooms":"0","price":"198000","area":"504"} , +{"type":"Feature","id":"n7321241555","geometry":{"type":"Point","coordinates":[-0.2119119,51.5161834]},"properties":{"@type":"node","@id":7321241555,"@timestamp":1584949662},"coords":"51.5161834,-0.2119119","bedrooms":"1","price":"234000","area":"471"} , +{"type":"Feature","id":"n7321241633","geometry":{"type":"Point","coordinates":[-0.2100272,51.5160095]},"properties":{"@type":"node","@id":7321241633,"@timestamp":1584949662},"coords":"51.5160095,-0.2100272","bedrooms":"4","price":"180000","area":"578"} , +{"type":"Feature","id":"n7321241683","geometry":{"type":"Point","coordinates":[-0.2100559,51.5162601]},"properties":{"@type":"node","@id":7321241683,"@timestamp":1584949662},"coords":"51.5162601,-0.2100559","bedrooms":"3","price":"269000","area":"383"} , +{"type":"Feature","id":"n7321482596","geometry":{"type":"Point","coordinates":[-0.0834861,51.4182908]},"properties":{"@type":"node","@id":7321482596,"@timestamp":1584957395},"coords":"51.4182908,-0.0834861","bedrooms":"4","price":"179000","area":"400"} , +{"type":"Feature","id":"n7321603823","geometry":{"type":"Point","coordinates":[-0.0218795,51.5139199]},"properties":{"@type":"node","@id":7321603823,"@timestamp":1626100282},"coords":"51.5139199,-0.0218795","bedrooms":"1","price":"287000","area":"524"} , +{"type":"Feature","id":"n7321751306","geometry":{"type":"Point","coordinates":[-0.0122465,51.4923939]},"properties":{"@type":"node","@id":7321751306,"@timestamp":1584964982},"coords":"51.4923939,-0.0122465","bedrooms":"2","price":"206000","area":"570"} , +{"type":"Feature","id":"n7321773220","geometry":{"type":"Point","coordinates":[-0.0108307,51.493431]},"properties":{"@type":"node","@id":7321773220,"@timestamp":1584981986},"coords":"51.493431,-0.0108307","bedrooms":"1","price":"208000","area":"648"} , +{"type":"Feature","id":"n7321808505","geometry":{"type":"Point","coordinates":[-0.0096822,51.491894]},"properties":{"@type":"node","@id":7321808505,"@timestamp":1589556700},"coords":"51.491894,-0.0096822","bedrooms":"4","price":"221000","area":"513"} , +{"type":"Feature","id":"n7321849481","geometry":{"type":"Point","coordinates":[-0.0059191,51.4951472]},"properties":{"@type":"node","@id":7321849481,"@timestamp":1584968088},"coords":"51.4951472,-0.0059191","bedrooms":"4","price":"211000","area":"463"} , +{"type":"Feature","id":"n7321881592","geometry":{"type":"Point","coordinates":[-0.0056203,51.4958342]},"properties":{"@type":"node","@id":7321881592,"@timestamp":1584968088},"coords":"51.4958342,-0.0056203","bedrooms":"0","price":"187000","area":"548"} , +{"type":"Feature","id":"n7321906924","geometry":{"type":"Point","coordinates":[-0.0083203,51.508332]},"properties":{"@type":"node","@id":7321906924,"@timestamp":1627731351},"coords":"51.508332,-0.0083203","bedrooms":"4","price":"227000","area":"464"} , +{"type":"Feature","id":"n7322369322","geometry":{"type":"Point","coordinates":[-0.2090243,51.5156896]},"properties":{"@type":"node","@id":7322369322,"@timestamp":1584977102},"coords":"51.5156896,-0.2090243","bedrooms":"1","price":"163000","area":"535"} , +{"type":"Feature","id":"n7322369348","geometry":{"type":"Point","coordinates":[-0.2092471,51.5153125]},"properties":{"@type":"node","@id":7322369348,"@timestamp":1584977102},"coords":"51.5153125,-0.2092471","bedrooms":"1","price":"162000","area":"447"} , +{"type":"Feature","id":"n7323040152","geometry":{"type":"Point","coordinates":[-0.9269232,51.3964314]},"properties":{"@type":"node","@id":7323040152,"@timestamp":1584981810},"coords":"51.3964314,-0.9269232","bedrooms":"2","price":"263000","area":"351"} , +{"type":"Feature","id":"n7323148112","geometry":{"type":"Point","coordinates":[-0.0253471,51.4966856]},"properties":{"@type":"node","@id":7323148112,"@timestamp":1613572590},"coords":"51.4966856,-0.0253471","bedrooms":"3","price":"259000","area":"502"} , +{"type":"Feature","id":"n7323323992","geometry":{"type":"Point","coordinates":[-0.6941902,51.582307]},"properties":{"@type":"node","@id":7323323992,"@timestamp":1584987544},"coords":"51.582307,-0.6941902","bedrooms":"2","price":"199000","area":"680"} , +{"type":"Feature","id":"n7323960707","geometry":{"type":"Point","coordinates":[-0.7674041,51.7048133]},"properties":{"@type":"node","@id":7323960707,"@timestamp":1585001901},"coords":"51.7048133,-0.7674041","bedrooms":"4","price":"193000","area":"657"} , +{"type":"Feature","id":"n7323960717","geometry":{"type":"Point","coordinates":[-0.758182,51.7101846]},"properties":{"@type":"node","@id":7323960717,"@timestamp":1585001901},"coords":"51.7101846,-0.758182","bedrooms":"0","price":"203000","area":"425"} , +{"type":"Feature","id":"n7323983976","geometry":{"type":"Point","coordinates":[0.4446447,51.5184192]},"properties":{"@type":"node","@id":7323983976,"@timestamp":1585003012},"coords":"51.5184192,0.4446447","bedrooms":"3","price":"204000","area":"661"} , +{"type":"Feature","id":"n7324003219","geometry":{"type":"Point","coordinates":[0.4409875,51.5181747]},"properties":{"@type":"node","@id":7324003219,"@timestamp":1585003012},"coords":"51.5181747,0.4409875","bedrooms":"3","price":"194000","area":"549"} , +{"type":"Feature","id":"n7324003229","geometry":{"type":"Point","coordinates":[0.4449559,51.5180702]},"properties":{"@type":"node","@id":7324003229,"@timestamp":1585003012},"coords":"51.5180702,0.4449559","bedrooms":"4","price":"236000","area":"494"} , +{"type":"Feature","id":"n7324003251","geometry":{"type":"Point","coordinates":[0.4468368,51.517449]},"properties":{"@type":"node","@id":7324003251,"@timestamp":1585003012},"coords":"51.517449,0.4468368","bedrooms":"3","price":"224000","area":"493"} , +{"type":"Feature","id":"n7324079994","geometry":{"type":"Point","coordinates":[0.4682282,51.5106303]},"properties":{"@type":"node","@id":7324079994,"@timestamp":1585005256},"coords":"51.5106303,0.4682282","bedrooms":"2","price":"205000","area":"445"} , +{"type":"Feature","id":"n7324080018","geometry":{"type":"Point","coordinates":[0.4756924,51.5106883]},"properties":{"@type":"node","@id":7324080018,"@timestamp":1585005256},"coords":"51.5106883,0.4756924","bedrooms":"0","price":"225000","area":"460"} , +{"type":"Feature","id":"n7324080034","geometry":{"type":"Point","coordinates":[0.4774771,51.5111541]},"properties":{"@type":"node","@id":7324080034,"@timestamp":1585005256},"coords":"51.5111541,0.4774771","bedrooms":"3","price":"159000","area":"442"} , +{"type":"Feature","id":"n7324080044","geometry":{"type":"Point","coordinates":[0.4781987,51.5159903]},"properties":{"@type":"node","@id":7324080044,"@timestamp":1585005256},"coords":"51.5159903,0.4781987","bedrooms":"1","price":"225000","area":"435"} , +{"type":"Feature","id":"n7324080054","geometry":{"type":"Point","coordinates":[0.4795587,51.5111844]},"properties":{"@type":"node","@id":7324080054,"@timestamp":1585005256},"coords":"51.5111844,0.4795587","bedrooms":"2","price":"176000","area":"497"} , +{"type":"Feature","id":"n7324080064","geometry":{"type":"Point","coordinates":[0.4779971,51.5134865]},"properties":{"@type":"node","@id":7324080064,"@timestamp":1585005256},"coords":"51.5134865,0.4779971","bedrooms":"0","price":"258000","area":"579"} , +{"type":"Feature","id":"n7324080083","geometry":{"type":"Point","coordinates":[0.478072,51.5112997]},"properties":{"@type":"node","@id":7324080083,"@timestamp":1585005256},"coords":"51.5112997,0.478072","bedrooms":"1","price":"215000","area":"413"} , +{"type":"Feature","id":"n7324410554","geometry":{"type":"Point","coordinates":[0.5760204,51.6063456]},"properties":{"@type":"node","@id":7324410554,"@timestamp":1585021465},"coords":"51.6063456,0.5760204","bedrooms":"0","price":"232000","area":"524"} , +{"type":"Feature","id":"n7324449289","geometry":{"type":"Point","coordinates":[-0.2099216,51.5154123]},"properties":{"@type":"node","@id":7324449289,"@timestamp":1585022992},"coords":"51.5154123,-0.2099216","bedrooms":"2","price":"172000","area":"643"} , +{"type":"Feature","id":"n7324449299","geometry":{"type":"Point","coordinates":[-0.2104521,51.5150459]},"properties":{"@type":"node","@id":7324449299,"@timestamp":1585022992},"coords":"51.5150459,-0.2104521","bedrooms":"3","price":"159000","area":"593"} , +{"type":"Feature","id":"n7324449384","geometry":{"type":"Point","coordinates":[-0.209512,51.5148871]},"properties":{"@type":"node","@id":7324449384,"@timestamp":1585022992},"coords":"51.5148871,-0.209512","bedrooms":"0","price":"161000","area":"424"} , +{"type":"Feature","id":"n7324509822","geometry":{"type":"Point","coordinates":[-0.3563546,51.6476539]},"properties":{"@type":"node","@id":7324509822,"@timestamp":1585025518},"coords":"51.6476539,-0.3563546","bedrooms":"0","price":"283000","area":"684"} , +{"type":"Feature","id":"n7324635414","geometry":{"type":"Point","coordinates":[-0.2104446,51.5143444]},"properties":{"@type":"node","@id":7324635414,"@timestamp":1585029975},"coords":"51.5143444,-0.2104446","bedrooms":"2","price":"244000","area":"565"} , +{"type":"Feature","id":"n7324635512","geometry":{"type":"Point","coordinates":[-0.2107284,51.5148512]},"properties":{"@type":"node","@id":7324635512,"@timestamp":1585029975},"coords":"51.5148512,-0.2107284","bedrooms":"1","price":"174000","area":"623"} , +{"type":"Feature","id":"n7324635522","geometry":{"type":"Point","coordinates":[-0.2110981,51.5144334]},"properties":{"@type":"node","@id":7324635522,"@timestamp":1585029975},"coords":"51.5144334,-0.2110981","bedrooms":"3","price":"257000","area":"613"} , +{"type":"Feature","id":"n7324635532","geometry":{"type":"Point","coordinates":[-0.2113947,51.5139823]},"properties":{"@type":"node","@id":7324635532,"@timestamp":1585029975},"coords":"51.5139823,-0.2113947","bedrooms":"4","price":"280000","area":"612"} , +{"type":"Feature","id":"n7324806957","geometry":{"type":"Point","coordinates":[-0.3986965,51.9017408]},"properties":{"@type":"node","@id":7324806957,"@timestamp":1612386794},"coords":"51.9017408,-0.3986965","bedrooms":"4","price":"196000","area":"647"} , +{"type":"Feature","id":"n7324996221","geometry":{"type":"Point","coordinates":[-0.8038039,51.2136735]},"properties":{"@type":"node","@id":7324996221,"@timestamp":1585042192},"coords":"51.2136735,-0.8038039","bedrooms":"4","price":"285000","area":"426"} , +{"type":"Feature","id":"n7325280647","geometry":{"type":"Point","coordinates":[0.6312694,51.6169369]},"properties":{"@type":"node","@id":7325280647,"@timestamp":1585049104},"coords":"51.6169369,0.6312694","bedrooms":"1","price":"230000","area":"363"} , +{"type":"Feature","id":"n7325633749","geometry":{"type":"Point","coordinates":[-0.0546675,51.4713891]},"properties":{"@type":"node","@id":7325633749,"@timestamp":1585059965},"coords":"51.4713891,-0.0546675","bedrooms":"4","price":"287000","area":"562"} , +{"type":"Feature","id":"n7325817596","geometry":{"type":"Point","coordinates":[-0.1047282,51.5041622]},"properties":{"@type":"node","@id":7325817596,"@timestamp":1630358371},"coords":"51.5041622,-0.1047282","bedrooms":"0","price":"250000","area":"520"} , +{"type":"Feature","id":"n7327210309","geometry":{"type":"Point","coordinates":[-0.7496622,51.4105923]},"properties":{"@type":"node","@id":7327210309,"@timestamp":1585108022},"coords":"51.4105923,-0.7496622","bedrooms":"2","price":"242000","area":"610"} , +{"type":"Feature","id":"n7327781648","geometry":{"type":"Point","coordinates":[-0.3693559,51.2921254]},"properties":{"@type":"node","@id":7327781648,"@timestamp":1619994001},"coords":"51.2921254,-0.3693559","bedrooms":"2","price":"154000","area":"350"} , +{"type":"Feature","id":"n7327828610","geometry":{"type":"Point","coordinates":[-0.2179963,51.5118863]},"properties":{"@type":"node","@id":7327828610,"@timestamp":1585120297},"coords":"51.5118863,-0.2179963","bedrooms":"0","price":"249000","area":"491"} , +{"type":"Feature","id":"n7328118494","geometry":{"type":"Point","coordinates":[-0.0145267,51.5148831]},"properties":{"@type":"node","@id":7328118494,"@timestamp":1615977754},"coords":"51.5148831,-0.0145267","bedrooms":"0","price":"297000","area":"642"} , +{"type":"Feature","id":"n7328293616","geometry":{"type":"Point","coordinates":[-0.21914,51.5115874]},"properties":{"@type":"node","@id":7328293616,"@timestamp":1585133954},"coords":"51.5115874,-0.21914","bedrooms":"3","price":"249000","area":"397"} , +{"type":"Feature","id":"n7328347871","geometry":{"type":"Point","coordinates":[0.3139787,50.9656532]},"properties":{"@type":"node","@id":7328347871,"@timestamp":1585137472},"coords":"50.9656532,0.3139787","bedrooms":"2","price":"193000","area":"424"} , +{"type":"Feature","id":"n7329403783","geometry":{"type":"Point","coordinates":[-0.0213015,51.5178574]},"properties":{"@type":"node","@id":7329403783,"@timestamp":1585156984},"coords":"51.5178574,-0.0213015","bedrooms":"3","price":"186000","area":"455"} , +{"type":"Feature","id":"n7329431502","geometry":{"type":"Point","coordinates":[0.0513501,50.9661409]},"properties":{"@type":"node","@id":7329431502,"@timestamp":1616756136},"coords":"50.9661409,0.0513501","bedrooms":"0","price":"266000","area":"454"} , +{"type":"Feature","id":"n7329995274","geometry":{"type":"Point","coordinates":[0.4850726,51.7375811]},"properties":{"@type":"node","@id":7329995274,"@timestamp":1620726439},"coords":"51.7375811,0.4850726","bedrooms":"0","price":"158000","area":"418"} , +{"type":"Feature","id":"n7330165052","geometry":{"type":"Point","coordinates":[-0.1876388,51.5137703]},"properties":{"@type":"node","@id":7330165052,"@timestamp":1585173670},"coords":"51.5137703,-0.1876388","bedrooms":"4","price":"204000","area":"535"} , +{"type":"Feature","id":"n7330165421","geometry":{"type":"Point","coordinates":[0.5723047,50.9488653]},"properties":{"@type":"node","@id":7330165421,"@timestamp":1585171793},"coords":"50.9488653,0.5723047","bedrooms":"1","price":"183000","area":"678"} , +{"type":"Feature","id":"n7330176694","geometry":{"type":"Point","coordinates":[-0.0319634,51.4891695]},"properties":{"@type":"node","@id":7330176694,"@timestamp":1585172202},"coords":"51.4891695,-0.0319634","bedrooms":"1","price":"164000","area":"691"} , +{"type":"Feature","id":"n7330176704","geometry":{"type":"Point","coordinates":[-0.0336827,51.4893565]},"properties":{"@type":"node","@id":7330176704,"@timestamp":1585172202},"coords":"51.4893565,-0.0336827","bedrooms":"4","price":"219000","area":"548"} , +{"type":"Feature","id":"n7330327061","geometry":{"type":"Point","coordinates":[-0.1351433,51.4185454]},"properties":{"@type":"node","@id":7330327061,"@timestamp":1611683187},"coords":"51.4185454,-0.1351433","bedrooms":"4","price":"186000","area":"396"} , +{"type":"Feature","id":"n7330328817","geometry":{"type":"Point","coordinates":[-0.0943709,51.4809491]},"properties":{"@type":"node","@id":7330328817,"@timestamp":1585182361},"coords":"51.4809491,-0.0943709","bedrooms":"4","price":"208000","area":"466"} , +{"type":"Feature","id":"n7330345394","geometry":{"type":"Point","coordinates":[-0.0735658,51.4890196]},"properties":{"@type":"node","@id":7330345394,"@timestamp":1585183264},"coords":"51.4890196,-0.0735658","bedrooms":"0","price":"197000","area":"459"} , +{"type":"Feature","id":"n7330467650","geometry":{"type":"Point","coordinates":[-0.1980956,51.499404]},"properties":{"@type":"node","@id":7330467650,"@timestamp":1587698780},"coords":"51.499404,-0.1980956","bedrooms":"1","price":"194000","area":"607"} , +{"type":"Feature","id":"n7330897702","geometry":{"type":"Point","coordinates":[0.5897292,51.9725213]},"properties":{"@type":"node","@id":7330897702,"@timestamp":1585204222},"coords":"51.9725213,0.5897292","bedrooms":"4","price":"175000","area":"423"} , +{"type":"Feature","id":"n7331355998","geometry":{"type":"Point","coordinates":[-0.1852832,51.9825254]},"properties":{"@type":"node","@id":7331355998,"@timestamp":1585218403},"coords":"51.9825254,-0.1852832","bedrooms":"0","price":"289000","area":"642"} , +{"type":"Feature","id":"n7331793003","geometry":{"type":"Point","coordinates":[-0.1711974,51.5743981]},"properties":{"@type":"node","@id":7331793003,"@timestamp":1585228881},"coords":"51.5743981,-0.1711974","bedrooms":"2","price":"208000","area":"606"} , +{"type":"Feature","id":"n7332229145","geometry":{"type":"Point","coordinates":[-0.592316,51.410223]},"properties":{"@type":"node","@id":7332229145,"@timestamp":1585241353},"coords":"51.410223,-0.592316","bedrooms":"4","price":"230000","area":"389"} , +{"type":"Feature","id":"n7332235575","geometry":{"type":"Point","coordinates":[-0.2093369,51.5145925]},"properties":{"@type":"node","@id":7332235575,"@timestamp":1585239970},"coords":"51.5145925,-0.2093369","bedrooms":"0","price":"235000","area":"511"} , +{"type":"Feature","id":"n7332239586","geometry":{"type":"Point","coordinates":[-0.2099231,51.5142683]},"properties":{"@type":"node","@id":7332239586,"@timestamp":1585239970},"coords":"51.5142683,-0.2099231","bedrooms":"2","price":"229000","area":"518"} , +{"type":"Feature","id":"n7332239596","geometry":{"type":"Point","coordinates":[-0.2105049,51.5138615]},"properties":{"@type":"node","@id":7332239596,"@timestamp":1585239970},"coords":"51.5138615,-0.2105049","bedrooms":"2","price":"230000","area":"400"} , +{"type":"Feature","id":"n7332239606","geometry":{"type":"Point","coordinates":[-0.2109385,51.5134361]},"properties":{"@type":"node","@id":7332239606,"@timestamp":1585239970},"coords":"51.5134361,-0.2109385","bedrooms":"1","price":"231000","area":"606"} , +{"type":"Feature","id":"n7332239724","geometry":{"type":"Point","coordinates":[-0.2109866,51.5128514]},"properties":{"@type":"node","@id":7332239724,"@timestamp":1585239970},"coords":"51.5128514,-0.2109866","bedrooms":"0","price":"248000","area":"519"} , +{"type":"Feature","id":"n7332239815","geometry":{"type":"Point","coordinates":[-0.2103237,51.5126571]},"properties":{"@type":"node","@id":7332239815,"@timestamp":1585239970},"coords":"51.5126571,-0.2103237","bedrooms":"1","price":"185000","area":"434"} , +{"type":"Feature","id":"n7332239825","geometry":{"type":"Point","coordinates":[-0.2098748,51.5132533]},"properties":{"@type":"node","@id":7332239825,"@timestamp":1585239970},"coords":"51.5132533,-0.2098748","bedrooms":"3","price":"254000","area":"689"} , +{"type":"Feature","id":"n7332239862","geometry":{"type":"Point","coordinates":[-0.2092954,51.5137107]},"properties":{"@type":"node","@id":7332239862,"@timestamp":1585239970},"coords":"51.5137107,-0.2092954","bedrooms":"2","price":"280000","area":"475"} , +{"type":"Feature","id":"n7332239911","geometry":{"type":"Point","coordinates":[-0.2084999,51.514151]},"properties":{"@type":"node","@id":7332239911,"@timestamp":1585239970},"coords":"51.514151,-0.2084999","bedrooms":"0","price":"276000","area":"635"} , +{"type":"Feature","id":"n7332327579","geometry":{"type":"Point","coordinates":[-0.1993887,51.5172698]},"properties":{"@type":"node","@id":7332327579,"@timestamp":1585242037},"coords":"51.5172698,-0.1993887","bedrooms":"3","price":"163000","area":"489"} , +{"type":"Feature","id":"n7332713427","geometry":{"type":"Point","coordinates":[-0.7992737,51.8414157]},"properties":{"@type":"node","@id":7332713427,"@timestamp":1585245655},"coords":"51.8414157,-0.7992737","bedrooms":"3","price":"281000","area":"466"} , +{"type":"Feature","id":"n7332987064","geometry":{"type":"Point","coordinates":[-0.7952904,51.1784186]},"properties":{"@type":"node","@id":7332987064,"@timestamp":1585251399},"coords":"51.1784186,-0.7952904","bedrooms":"4","price":"273000","area":"356"} , +{"type":"Feature","id":"n7332987081","geometry":{"type":"Point","coordinates":[-0.7974439,51.1734141]},"properties":{"@type":"node","@id":7332987081,"@timestamp":1585251399},"coords":"51.1734141,-0.7974439","bedrooms":"1","price":"233000","area":"661"} , +{"type":"Feature","id":"n7333624602","geometry":{"type":"Point","coordinates":[-0.5840513,51.509715]},"properties":{"@type":"node","@id":7333624602,"@timestamp":1608739326},"coords":"51.509715,-0.5840513","bedrooms":"4","price":"201000","area":"359"} , +{"type":"Feature","id":"n7333917263","geometry":{"type":"Point","coordinates":[-0.2088001,51.5136264]},"properties":{"@type":"node","@id":7333917263,"@timestamp":1585283156},"coords":"51.5136264,-0.2088001","bedrooms":"2","price":"236000","area":"475"} , +{"type":"Feature","id":"n7333917273","geometry":{"type":"Point","coordinates":[-0.2093922,51.5131743]},"properties":{"@type":"node","@id":7333917273,"@timestamp":1585283156},"coords":"51.5131743,-0.2093922","bedrooms":"2","price":"165000","area":"525"} , +{"type":"Feature","id":"n7333917306","geometry":{"type":"Point","coordinates":[-0.2099734,51.5124305]},"properties":{"@type":"node","@id":7333917306,"@timestamp":1585283156},"coords":"51.5124305,-0.2099734","bedrooms":"2","price":"206000","area":"399"} , +{"type":"Feature","id":"n7333917316","geometry":{"type":"Point","coordinates":[-0.2100825,51.5119414]},"properties":{"@type":"node","@id":7333917316,"@timestamp":1585283156},"coords":"51.5119414,-0.2100825","bedrooms":"0","price":"194000","area":"535"} , +{"type":"Feature","id":"n7333917381","geometry":{"type":"Point","coordinates":[-0.2078405,51.5132481]},"properties":{"@type":"node","@id":7333917381,"@timestamp":1585283156},"coords":"51.5132481,-0.2078405","bedrooms":"0","price":"155000","area":"350"} , +{"type":"Feature","id":"n7333917405","geometry":{"type":"Point","coordinates":[-0.2086252,51.5126453]},"properties":{"@type":"node","@id":7333917405,"@timestamp":1585283156},"coords":"51.5126453,-0.2086252","bedrooms":"4","price":"228000","area":"351"} , +{"type":"Feature","id":"n7334225828","geometry":{"type":"Point","coordinates":[-0.2088058,51.5116459]},"properties":{"@type":"node","@id":7334225828,"@timestamp":1585295450},"coords":"51.5116459,-0.2088058","bedrooms":"2","price":"260000","area":"612"} , +{"type":"Feature","id":"n7334225854","geometry":{"type":"Point","coordinates":[-0.2088906,51.5122687]},"properties":{"@type":"node","@id":7334225854,"@timestamp":1585295450},"coords":"51.5122687,-0.2088906","bedrooms":"0","price":"161000","area":"617"} , +{"type":"Feature","id":"n7334234564","geometry":{"type":"Point","coordinates":[-0.2097813,51.5110107]},"properties":{"@type":"node","@id":7334234564,"@timestamp":1585295450},"coords":"51.5110107,-0.2097813","bedrooms":"4","price":"274000","area":"527"} , +{"type":"Feature","id":"n7334587046","geometry":{"type":"Point","coordinates":[-0.2074278,51.5130948]},"properties":{"@type":"node","@id":7334587046,"@timestamp":1585306050},"coords":"51.5130948,-0.2074278","bedrooms":"3","price":"283000","area":"500"} , +{"type":"Feature","id":"n7334587056","geometry":{"type":"Point","coordinates":[-0.2080349,51.5126543]},"properties":{"@type":"node","@id":7334587056,"@timestamp":1585306050},"coords":"51.5126543,-0.2080349","bedrooms":"3","price":"157000","area":"476"} , +{"type":"Feature","id":"n7334601218","geometry":{"type":"Point","coordinates":[-0.2084656,51.5121419]},"properties":{"@type":"node","@id":7334601218,"@timestamp":1585306050},"coords":"51.5121419,-0.2084656","bedrooms":"3","price":"198000","area":"607"} , +{"type":"Feature","id":"n7334601275","geometry":{"type":"Point","coordinates":[-0.2078735,51.5113343]},"properties":{"@type":"node","@id":7334601275,"@timestamp":1585306050},"coords":"51.5113343,-0.2078735","bedrooms":"0","price":"259000","area":"585"} , +{"type":"Feature","id":"n7334601318","geometry":{"type":"Point","coordinates":[-0.2077444,51.5118736]},"properties":{"@type":"node","@id":7334601318,"@timestamp":1585306050},"coords":"51.5118736,-0.2077444","bedrooms":"4","price":"296000","area":"384"} , +{"type":"Feature","id":"n7334601328","geometry":{"type":"Point","coordinates":[-0.2071666,51.5124789]},"properties":{"@type":"node","@id":7334601328,"@timestamp":1585306050},"coords":"51.5124789,-0.2071666","bedrooms":"4","price":"190000","area":"684"} , +{"type":"Feature","id":"n7335028399","geometry":{"type":"Point","coordinates":[-0.1516185,51.4854749]},"properties":{"@type":"node","@id":7335028399,"@timestamp":1585316454},"coords":"51.4854749,-0.1516185","bedrooms":"2","price":"191000","area":"483"} , +{"type":"Feature","id":"n7335337667","geometry":{"type":"Point","coordinates":[-0.5915021,51.5114566]},"properties":{"@type":"node","@id":7335337667,"@timestamp":1585324753},"coords":"51.5114566,-0.5915021","bedrooms":"4","price":"239000","area":"383"} , +{"type":"Feature","id":"n7335561256","geometry":{"type":"Point","coordinates":[-0.4773523,51.3892044]},"properties":{"@type":"node","@id":7335561256,"@timestamp":1585330578},"coords":"51.3892044,-0.4773523","bedrooms":"1","price":"229000","area":"403"} , +{"type":"Feature","id":"n7335561276","geometry":{"type":"Point","coordinates":[-0.4751909,51.3810021]},"properties":{"@type":"node","@id":7335561276,"@timestamp":1585330578},"coords":"51.3810021,-0.4751909","bedrooms":"0","price":"259000","area":"572"} , +{"type":"Feature","id":"n7335803148","geometry":{"type":"Point","coordinates":[-0.2761382,51.7433448]},"properties":{"@type":"node","@id":7335803148,"@timestamp":1585337325},"coords":"51.7433448,-0.2761382","bedrooms":"2","price":"249000","area":"356"} , +{"type":"Feature","id":"n7337315771","geometry":{"type":"Point","coordinates":[-0.2081113,51.4027841]},"properties":{"@type":"node","@id":7337315771,"@timestamp":1585350677},"coords":"51.4027841,-0.2081113","bedrooms":"0","price":"186000","area":"688"} , +{"type":"Feature","id":"n7338660782","geometry":{"type":"Point","coordinates":[-0.5168287,51.4321261]},"properties":{"@type":"node","@id":7338660782,"@timestamp":1585353573},"coords":"51.4321261,-0.5168287","bedrooms":"1","price":"152000","area":"504"} , +{"type":"Feature","id":"n7339659517","geometry":{"type":"Point","coordinates":[-0.2062077,51.5109974]},"properties":{"@type":"node","@id":7339659517,"@timestamp":1585369984},"coords":"51.5109974,-0.2062077","bedrooms":"4","price":"269000","area":"439"} , +{"type":"Feature","id":"n7339659562","geometry":{"type":"Point","coordinates":[-0.2073057,51.5118335]},"properties":{"@type":"node","@id":7339659562,"@timestamp":1585369984},"coords":"51.5118335,-0.2073057","bedrooms":"0","price":"169000","area":"512"} , +{"type":"Feature","id":"n7339659615","geometry":{"type":"Point","coordinates":[-0.2064557,51.510928]},"properties":{"@type":"node","@id":7339659615,"@timestamp":1585369984},"coords":"51.510928,-0.2064557","bedrooms":"1","price":"191000","area":"618"} , +{"type":"Feature","id":"n7339659657","geometry":{"type":"Point","coordinates":[-0.2072584,51.5112743]},"properties":{"@type":"node","@id":7339659657,"@timestamp":1585369984},"coords":"51.5112743,-0.2072584","bedrooms":"0","price":"237000","area":"561"} , +{"type":"Feature","id":"n7339659739","geometry":{"type":"Point","coordinates":[-0.2062471,51.511712]},"properties":{"@type":"node","@id":7339659739,"@timestamp":1585369984},"coords":"51.511712,-0.2062471","bedrooms":"2","price":"210000","area":"470"} , +{"type":"Feature","id":"n7340079469","geometry":{"type":"Point","coordinates":[-1.0144717,51.4635865]},"properties":{"@type":"node","@id":7340079469,"@timestamp":1585390559},"coords":"51.4635865,-1.0144717","bedrooms":"1","price":"292000","area":"482"} , +{"type":"Feature","id":"n7340396910","geometry":{"type":"Point","coordinates":[0.0518394,51.4508064]},"properties":{"@type":"node","@id":7340396910,"@timestamp":1585402402},"coords":"51.4508064,0.0518394","bedrooms":"2","price":"276000","area":"435"} , +{"type":"Feature","id":"n7340770888","geometry":{"type":"Point","coordinates":[-0.477865,51.3607464]},"properties":{"@type":"node","@id":7340770888,"@timestamp":1585414402},"coords":"51.3607464,-0.477865","bedrooms":"0","price":"226000","area":"402"} , +{"type":"Feature","id":"n7340957461","geometry":{"type":"Point","coordinates":[-0.3013581,51.4865782]},"properties":{"@type":"node","@id":7340957461,"@timestamp":1585420044},"coords":"51.4865782,-0.3013581","bedrooms":"0","price":"198000","area":"498"} , +{"type":"Feature","id":"n7341096257","geometry":{"type":"Point","coordinates":[-0.6426305,51.0572122]},"properties":{"@type":"node","@id":7341096257,"@timestamp":1585426351},"coords":"51.0572122,-0.6426305","bedrooms":"4","price":"278000","area":"490"} , +{"type":"Feature","id":"n7341488952","geometry":{"type":"Point","coordinates":[-0.2453122,51.3888712]},"properties":{"@type":"node","@id":7341488952,"@timestamp":1590099495},"coords":"51.3888712,-0.2453122","bedrooms":"0","price":"253000","area":"468"} , +{"type":"Feature","id":"n7341488980","geometry":{"type":"Point","coordinates":[-0.2466962,51.3911149]},"properties":{"@type":"node","@id":7341488980,"@timestamp":1585437099},"coords":"51.3911149,-0.2466962","bedrooms":"2","price":"246000","area":"697"} , +{"type":"Feature","id":"n7341573337","geometry":{"type":"Point","coordinates":[-0.2463898,51.387651]},"properties":{"@type":"node","@id":7341573337,"@timestamp":1590099495},"coords":"51.387651,-0.2463898","bedrooms":"1","price":"167000","area":"479"} , +{"type":"Feature","id":"n7341597349","geometry":{"type":"Point","coordinates":[-0.5881996,51.853667]},"properties":{"@type":"node","@id":7341597349,"@timestamp":1585435555},"coords":"51.853667,-0.5881996","bedrooms":"2","price":"191000","area":"585"} , +{"type":"Feature","id":"n7341597359","geometry":{"type":"Point","coordinates":[-0.563703,51.8580911]},"properties":{"@type":"node","@id":7341597359,"@timestamp":1585435555},"coords":"51.8580911,-0.563703","bedrooms":"2","price":"254000","area":"505"} , +{"type":"Feature","id":"n7342289126","geometry":{"type":"Point","coordinates":[-0.2079213,51.5104069]},"properties":{"@type":"node","@id":7342289126,"@timestamp":1585455893},"coords":"51.5104069,-0.2079213","bedrooms":"4","price":"225000","area":"499"} , +{"type":"Feature","id":"n7342312057","geometry":{"type":"Point","coordinates":[-0.2085053,51.509468]},"properties":{"@type":"node","@id":7342312057,"@timestamp":1585460172},"coords":"51.509468,-0.2085053","bedrooms":"1","price":"156000","area":"484"} , +{"type":"Feature","id":"n7342338728","geometry":{"type":"Point","coordinates":[-0.2070104,51.5091327]},"properties":{"@type":"node","@id":7342338728,"@timestamp":1585460172},"coords":"51.5091327,-0.2070104","bedrooms":"4","price":"152000","area":"679"} , +{"type":"Feature","id":"n7342416748","geometry":{"type":"Point","coordinates":[-0.2066164,51.5092998]},"properties":{"@type":"node","@id":7342416748,"@timestamp":1585467697},"coords":"51.5092998,-0.2066164","bedrooms":"0","price":"266000","area":"354"} , +{"type":"Feature","id":"n7342771469","geometry":{"type":"Point","coordinates":[-0.2509984,51.3903795]},"properties":{"@type":"node","@id":7342771469,"@timestamp":1585481238},"coords":"51.3903795,-0.2509984","bedrooms":"4","price":"276000","area":"689"} , +{"type":"Feature","id":"n7342917646","geometry":{"type":"Point","coordinates":[-0.5139813,51.4324422]},"properties":{"@type":"node","@id":7342917646,"@timestamp":1585487836},"coords":"51.4324422,-0.5139813","bedrooms":"3","price":"207000","area":"629"} , +{"type":"Feature","id":"n7343053073","geometry":{"type":"Point","coordinates":[0.0707825,50.9460433]},"properties":{"@type":"node","@id":7343053073,"@timestamp":1601317279},"coords":"50.9460433,0.0707825","bedrooms":"2","price":"218000","area":"404"} , +{"type":"Feature","id":"n7343621208","geometry":{"type":"Point","coordinates":[-0.8586234,51.1768319]},"properties":{"@type":"node","@id":7343621208,"@timestamp":1587473346},"coords":"51.1768319,-0.8586234","bedrooms":"3","price":"206000","area":"591"} , +{"type":"Feature","id":"n7343742951","geometry":{"type":"Point","coordinates":[-0.2057629,51.5091254]},"properties":{"@type":"node","@id":7343742951,"@timestamp":1585503697},"coords":"51.5091254,-0.2057629","bedrooms":"4","price":"221000","area":"487"} , +{"type":"Feature","id":"n7343754255","geometry":{"type":"Point","coordinates":[-0.2060418,51.5083333]},"properties":{"@type":"node","@id":7343754255,"@timestamp":1585503697},"coords":"51.5083333,-0.2060418","bedrooms":"4","price":"220000","area":"649"} , +{"type":"Feature","id":"n7343754361","geometry":{"type":"Point","coordinates":[-0.2041222,51.5088475]},"properties":{"@type":"node","@id":7343754361,"@timestamp":1585503697},"coords":"51.5088475,-0.2041222","bedrooms":"1","price":"182000","area":"487"} , +{"type":"Feature","id":"n7344329951","geometry":{"type":"Point","coordinates":[-0.3327519,51.0626962]},"properties":{"@type":"node","@id":7344329951,"@timestamp":1585511155},"coords":"51.0626962,-0.3327519","bedrooms":"2","price":"185000","area":"460"} , +{"type":"Feature","id":"n7344589678","geometry":{"type":"Point","coordinates":[-0.5156241,51.431249]},"properties":{"@type":"node","@id":7344589678,"@timestamp":1585523229},"coords":"51.431249,-0.5156241","bedrooms":"2","price":"222000","area":"384"} , +{"type":"Feature","id":"n7344685602","geometry":{"type":"Point","coordinates":[-0.5152672,51.431525]},"properties":{"@type":"node","@id":7344685602,"@timestamp":1585523229},"coords":"51.431525,-0.5152672","bedrooms":"4","price":"154000","area":"570"} , +{"type":"Feature","id":"n7344876561","geometry":{"type":"Point","coordinates":[-0.3339327,51.6011585]},"properties":{"@type":"node","@id":7344876561,"@timestamp":1636394351},"coords":"51.6011585,-0.3339327","bedrooms":"1","price":"295000","area":"536"} , +{"type":"Feature","id":"n7345372968","geometry":{"type":"Point","coordinates":[-0.2045753,51.5083799]},"properties":{"@type":"node","@id":7345372968,"@timestamp":1585546812},"coords":"51.5083799,-0.2045753","bedrooms":"1","price":"218000","area":"387"} , +{"type":"Feature","id":"n7345375995","geometry":{"type":"Point","coordinates":[-0.2050107,51.5082555]},"properties":{"@type":"node","@id":7345375995,"@timestamp":1585546812},"coords":"51.5082555,-0.2050107","bedrooms":"4","price":"255000","area":"639"} , +{"type":"Feature","id":"n7345376109","geometry":{"type":"Point","coordinates":[-0.2052062,51.5075383]},"properties":{"@type":"node","@id":7345376109,"@timestamp":1585546812},"coords":"51.5075383,-0.2052062","bedrooms":"4","price":"284000","area":"698"} , +{"type":"Feature","id":"n7345745544","geometry":{"type":"Point","coordinates":[-0.2195539,51.4497134]},"properties":{"@type":"node","@id":7345745544,"@timestamp":1585558729},"coords":"51.4497134,-0.2195539","bedrooms":"0","price":"239000","area":"529"} , +{"type":"Feature","id":"n7345790633","geometry":{"type":"Point","coordinates":[-0.2076819,51.508323]},"properties":{"@type":"node","@id":7345790633,"@timestamp":1585560050},"coords":"51.508323,-0.2076819","bedrooms":"4","price":"155000","area":"620"} , +{"type":"Feature","id":"n7345790791","geometry":{"type":"Point","coordinates":[-0.2062005,51.5082265]},"properties":{"@type":"node","@id":7345790791,"@timestamp":1585560050},"coords":"51.5082265,-0.2062005","bedrooms":"4","price":"200000","area":"417"} , +{"type":"Feature","id":"n7346380672","geometry":{"type":"Point","coordinates":[-0.2070273,51.5076357]},"properties":{"@type":"node","@id":7346380672,"@timestamp":1585574327},"coords":"51.5076357,-0.2070273","bedrooms":"2","price":"240000","area":"470"} , +{"type":"Feature","id":"n7346657063","geometry":{"type":"Point","coordinates":[-0.2065404,51.5071475]},"properties":{"@type":"node","@id":7346657063,"@timestamp":1585580902},"coords":"51.5071475,-0.2065404","bedrooms":"4","price":"214000","area":"537"} , +{"type":"Feature","id":"n7346775878","geometry":{"type":"Point","coordinates":[-0.3559273,51.3650008]},"properties":{"@type":"node","@id":7346775878,"@timestamp":1615127318},"coords":"51.3650008,-0.3559273","bedrooms":"4","price":"202000","area":"568"} , +{"type":"Feature","id":"n7347831107","geometry":{"type":"Point","coordinates":[-0.3275504,51.0626121]},"properties":{"@type":"node","@id":7347831107,"@timestamp":1585603760},"coords":"51.0626121,-0.3275504","bedrooms":"4","price":"235000","area":"636"} , +{"type":"Feature","id":"n7349766029","geometry":{"type":"Point","coordinates":[-0.207335,51.5073728]},"properties":{"@type":"node","@id":7349766029,"@timestamp":1585629680},"coords":"51.5073728,-0.207335","bedrooms":"4","price":"286000","area":"549"} , +{"type":"Feature","id":"n7349766040","geometry":{"type":"Point","coordinates":[-0.2074325,51.507176]},"properties":{"@type":"node","@id":7349766040,"@timestamp":1585629680},"coords":"51.507176,-0.2074325","bedrooms":"1","price":"245000","area":"380"} , +{"type":"Feature","id":"n7349831123","geometry":{"type":"Point","coordinates":[-0.9099656,51.2905151]},"properties":{"@type":"node","@id":7349831123,"@timestamp":1585632302},"coords":"51.2905151,-0.9099656","bedrooms":"0","price":"242000","area":"487"} , +{"type":"Feature","id":"n7350309700","geometry":{"type":"Point","coordinates":[-0.7851912,51.8228934]},"properties":{"@type":"node","@id":7350309700,"@timestamp":1585647152},"coords":"51.8228934,-0.7851912","bedrooms":"2","price":"278000","area":"673"} , +{"type":"Feature","id":"n7350512162","geometry":{"type":"Point","coordinates":[-0.337355,51.0731186]},"properties":{"@type":"node","@id":7350512162,"@timestamp":1585652625},"coords":"51.0731186,-0.337355","bedrooms":"1","price":"200000","area":"372"} , +{"type":"Feature","id":"n7350545380","geometry":{"type":"Point","coordinates":[-0.2077485,51.5079014]},"properties":{"@type":"node","@id":7350545380,"@timestamp":1585652476},"coords":"51.5079014,-0.2077485","bedrooms":"0","price":"160000","area":"510"} , +{"type":"Feature","id":"n7350550715","geometry":{"type":"Point","coordinates":[-0.2081846,51.5084787]},"properties":{"@type":"node","@id":7350550715,"@timestamp":1585652476},"coords":"51.5084787,-0.2081846","bedrooms":"1","price":"279000","area":"467"} , +{"type":"Feature","id":"n7350550946","geometry":{"type":"Point","coordinates":[-0.209806,51.5096625]},"properties":{"@type":"node","@id":7350550946,"@timestamp":1585652476},"coords":"51.5096625,-0.209806","bedrooms":"3","price":"297000","area":"468"} , +{"type":"Feature","id":"n7350550956","geometry":{"type":"Point","coordinates":[-0.2093074,51.50903]},"properties":{"@type":"node","@id":7350550956,"@timestamp":1585652476},"coords":"51.50903,-0.2093074","bedrooms":"0","price":"250000","area":"367"} , +{"type":"Feature","id":"n7350550966","geometry":{"type":"Point","coordinates":[-0.2088509,51.508451]},"properties":{"@type":"node","@id":7350550966,"@timestamp":1585652476},"coords":"51.508451,-0.2088509","bedrooms":"2","price":"230000","area":"517"} , +{"type":"Feature","id":"n7350551043","geometry":{"type":"Point","coordinates":[-0.2083759,51.507823]},"properties":{"@type":"node","@id":7350551043,"@timestamp":1585652476},"coords":"51.507823,-0.2083759","bedrooms":"1","price":"202000","area":"554"} , +{"type":"Feature","id":"n7350811537","geometry":{"type":"Point","coordinates":[-0.1568682,51.4846664]},"properties":{"@type":"node","@id":7350811537,"@timestamp":1590001818},"coords":"51.4846664,-0.1568682","bedrooms":"4","price":"260000","area":"424"} , +{"type":"Feature","id":"n7351264703","geometry":{"type":"Point","coordinates":[0.1692893,51.5290149]},"properties":{"@type":"node","@id":7351264703,"@timestamp":1604947137},"coords":"51.5290149,0.1692893","bedrooms":"4","price":"253000","area":"624"} , +{"type":"Feature","id":"n7351388627","geometry":{"type":"Point","coordinates":[-0.4660646,51.364409]},"properties":{"@type":"node","@id":7351388627,"@timestamp":1585670749},"coords":"51.364409,-0.4660646","bedrooms":"4","price":"201000","area":"451"} , +{"type":"Feature","id":"n7351969099","geometry":{"type":"Point","coordinates":[-0.8052061,51.8208947]},"properties":{"@type":"node","@id":7351969099,"@timestamp":1585676974},"coords":"51.8208947,-0.8052061","bedrooms":"0","price":"272000","area":"695"} , +{"type":"Feature","id":"n7352158561","geometry":{"type":"Point","coordinates":[-0.6490458,51.1540368]},"properties":{"@type":"node","@id":7352158561,"@timestamp":1585681185},"coords":"51.1540368,-0.6490458","bedrooms":"0","price":"270000","area":"613"} , +{"type":"Feature","id":"n7352485403","geometry":{"type":"Point","coordinates":[-0.3061749,51.0681355]},"properties":{"@type":"node","@id":7352485403,"@timestamp":1585686641},"coords":"51.0681355,-0.3061749","bedrooms":"2","price":"270000","area":"590"} , +{"type":"Feature","id":"n7353256128","geometry":{"type":"Point","coordinates":[0.7432853,51.1152296]},"properties":{"@type":"node","@id":7353256128,"@timestamp":1585716932},"coords":"51.1152296,0.7432853","bedrooms":"2","price":"213000","area":"434"} , +{"type":"Feature","id":"n7353268927","geometry":{"type":"Point","coordinates":[-0.2107114,51.5108143]},"properties":{"@type":"node","@id":7353268927,"@timestamp":1585717772},"coords":"51.5108143,-0.2107114","bedrooms":"0","price":"175000","area":"491"} , +{"type":"Feature","id":"n7353287315","geometry":{"type":"Point","coordinates":[0.2428856,51.8819729]},"properties":{"@type":"node","@id":7353287315,"@timestamp":1585717812},"coords":"51.8819729,0.2428856","bedrooms":"2","price":"287000","area":"476"} , +{"type":"Feature","id":"n7353288626","geometry":{"type":"Point","coordinates":[-0.2100378,51.5107082]},"properties":{"@type":"node","@id":7353288626,"@timestamp":1585717772},"coords":"51.5107082,-0.2100378","bedrooms":"0","price":"205000","area":"572"} , +{"type":"Feature","id":"n7353472361","geometry":{"type":"Point","coordinates":[-0.2105168,51.5115393]},"properties":{"@type":"node","@id":7353472361,"@timestamp":1585724981},"coords":"51.5115393,-0.2105168","bedrooms":"1","price":"293000","area":"631"} , +{"type":"Feature","id":"n7353477027","geometry":{"type":"Point","coordinates":[-0.2111219,51.5124694]},"properties":{"@type":"node","@id":7353477027,"@timestamp":1585724981},"coords":"51.5124694,-0.2111219","bedrooms":"4","price":"269000","area":"636"} , +{"type":"Feature","id":"n7353743782","geometry":{"type":"Point","coordinates":[0.1838883,51.580518]},"properties":{"@type":"node","@id":7353743782,"@timestamp":1585732152},"coords":"51.580518,0.1838883","bedrooms":"3","price":"280000","area":"352"} , +{"type":"Feature","id":"n7353870111","geometry":{"type":"Point","coordinates":[-0.0189549,51.4685986]},"properties":{"@type":"node","@id":7353870111,"@timestamp":1585735648},"coords":"51.4685986,-0.0189549","bedrooms":"3","price":"232000","area":"526"} , +{"type":"Feature","id":"n7354058314","geometry":{"type":"Point","coordinates":[0.0394786,51.4089818]},"properties":{"@type":"node","@id":7354058314,"@timestamp":1585739047},"coords":"51.4089818,0.0394786","bedrooms":"0","price":"214000","area":"451"} , +{"type":"Feature","id":"n7354582589","geometry":{"type":"Point","coordinates":[-0.3532423,51.5046292]},"properties":{"@type":"node","@id":7354582589,"@timestamp":1585748867},"coords":"51.5046292,-0.3532423","bedrooms":"3","price":"205000","area":"413"} , +{"type":"Feature","id":"n7354926423","geometry":{"type":"Point","coordinates":[0.0957159,50.9781377]},"properties":{"@type":"node","@id":7354926423,"@timestamp":1605807931},"coords":"50.9781377,0.0957159","bedrooms":"1","price":"204000","area":"593"} , +{"type":"Feature","id":"n7356029254","geometry":{"type":"Point","coordinates":[-0.2118849,51.5123694]},"properties":{"@type":"node","@id":7356029254,"@timestamp":1585762737},"coords":"51.5123694,-0.2118849","bedrooms":"1","price":"185000","area":"400"} , +{"type":"Feature","id":"n7356057218","geometry":{"type":"Point","coordinates":[-0.2117583,51.5113905]},"properties":{"@type":"node","@id":7356057218,"@timestamp":1585762737},"coords":"51.5113905,-0.2117583","bedrooms":"2","price":"284000","area":"438"} , +{"type":"Feature","id":"n7357156003","geometry":{"type":"Point","coordinates":[0.1779577,51.4101062]},"properties":{"@type":"node","@id":7357156003,"@timestamp":1606251035},"coords":"51.4101062,0.1779577","bedrooms":"2","price":"233000","area":"521"} , +{"type":"Feature","id":"n7358126029","geometry":{"type":"Point","coordinates":[-0.264543,51.46493]},"properties":{"@type":"node","@id":7358126029,"@timestamp":1585817099},"coords":"51.46493,-0.264543","bedrooms":"0","price":"176000","area":"393"} , +{"type":"Feature","id":"n7358301908","geometry":{"type":"Point","coordinates":[-0.8178803,51.7932631]},"properties":{"@type":"node","@id":7358301908,"@timestamp":1585820075},"coords":"51.7932631,-0.8178803","bedrooms":"1","price":"260000","area":"420"} , +{"type":"Feature","id":"n7358357006","geometry":{"type":"Point","coordinates":[-0.0285311,51.4297138]},"properties":{"@type":"node","@id":7358357006,"@timestamp":1585821235},"coords":"51.4297138,-0.0285311","bedrooms":"4","price":"272000","area":"487"} , +{"type":"Feature","id":"n7358357016","geometry":{"type":"Point","coordinates":[-0.0265052,51.4327762]},"properties":{"@type":"node","@id":7358357016,"@timestamp":1595845419},"coords":"51.4327762,-0.0265052","bedrooms":"0","price":"196000","area":"692"} , +{"type":"Feature","id":"n7358357026","geometry":{"type":"Point","coordinates":[-0.0243722,51.435536]},"properties":{"@type":"node","@id":7358357026,"@timestamp":1595845419},"coords":"51.435536,-0.0243722","bedrooms":"2","price":"299000","area":"557"} , +{"type":"Feature","id":"n7358570660","geometry":{"type":"Point","coordinates":[-0.0286647,51.4294839]},"properties":{"@type":"node","@id":7358570660,"@timestamp":1595845419},"coords":"51.4294839,-0.0286647","bedrooms":"4","price":"204000","area":"653"} , +{"type":"Feature","id":"n7358570670","geometry":{"type":"Point","coordinates":[-0.0236424,51.4314251]},"properties":{"@type":"node","@id":7358570670,"@timestamp":1595845419},"coords":"51.4314251,-0.0236424","bedrooms":"2","price":"231000","area":"422"} , +{"type":"Feature","id":"n7358602416","geometry":{"type":"Point","coordinates":[-0.0241489,51.4305911]},"properties":{"@type":"node","@id":7358602416,"@timestamp":1595845419},"coords":"51.4305911,-0.0241489","bedrooms":"4","price":"223000","area":"357"} , +{"type":"Feature","id":"n7358602449","geometry":{"type":"Point","coordinates":[-0.0249286,51.4277147]},"properties":{"@type":"node","@id":7358602449,"@timestamp":1596792636},"coords":"51.4277147,-0.0249286","bedrooms":"4","price":"274000","area":"652"} , +{"type":"Feature","id":"n7358602459","geometry":{"type":"Point","coordinates":[-0.02474,51.4289514]},"properties":{"@type":"node","@id":7358602459,"@timestamp":1595845419},"coords":"51.4289514,-0.02474","bedrooms":"0","price":"165000","area":"350"} , +{"type":"Feature","id":"n7358619705","geometry":{"type":"Point","coordinates":[-0.0245756,51.4304506]},"properties":{"@type":"node","@id":7358619705,"@timestamp":1595845419},"coords":"51.4304506,-0.0245756","bedrooms":"0","price":"285000","area":"373"} , +{"type":"Feature","id":"n7358773607","geometry":{"type":"Point","coordinates":[0.5790458,51.3794034]},"properties":{"@type":"node","@id":7358773607,"@timestamp":1585831001},"coords":"51.3794034,0.5790458","bedrooms":"3","price":"286000","area":"692"} , +{"type":"Feature","id":"n7358914143","geometry":{"type":"Point","coordinates":[-0.0426351,51.4465611]},"properties":{"@type":"node","@id":7358914143,"@timestamp":1585834067},"coords":"51.4465611,-0.0426351","bedrooms":"4","price":"285000","area":"478"} , +{"type":"Feature","id":"n7358957387","geometry":{"type":"Point","coordinates":[-0.0305249,51.4473302]},"properties":{"@type":"node","@id":7358957387,"@timestamp":1585834680},"coords":"51.4473302,-0.0305249","bedrooms":"1","price":"158000","area":"674"} , +{"type":"Feature","id":"n7359115738","geometry":{"type":"Point","coordinates":[-0.1240928,51.0220202]},"properties":{"@type":"node","@id":7359115738,"@timestamp":1585837495},"coords":"51.0220202,-0.1240928","bedrooms":"0","price":"259000","area":"574"} , +{"type":"Feature","id":"n7359177847","geometry":{"type":"Point","coordinates":[-0.5445446,51.3094492]},"properties":{"@type":"node","@id":7359177847,"@timestamp":1626965806},"coords":"51.3094492,-0.5445446","bedrooms":"0","price":"274000","area":"632"} , +{"type":"Feature","id":"n7359253306","geometry":{"type":"Point","coordinates":[-0.7456623,51.6150805]},"properties":{"@type":"node","@id":7359253306,"@timestamp":1601651616},"coords":"51.6150805,-0.7456623","bedrooms":"0","price":"161000","area":"660"} , +{"type":"Feature","id":"n7359253318","geometry":{"type":"Point","coordinates":[-0.7500435,51.6177427]},"properties":{"@type":"node","@id":7359253318,"@timestamp":1601652256},"coords":"51.6177427,-0.7500435","bedrooms":"0","price":"158000","area":"618"} , +{"type":"Feature","id":"n7359253330","geometry":{"type":"Point","coordinates":[-0.7609062,51.6162766]},"properties":{"@type":"node","@id":7359253330,"@timestamp":1601650649},"coords":"51.6162766,-0.7609062","bedrooms":"3","price":"162000","area":"433"} , +{"type":"Feature","id":"n7359539092","geometry":{"type":"Point","coordinates":[-0.779776,51.8311039]},"properties":{"@type":"node","@id":7359539092,"@timestamp":1585847153},"coords":"51.8311039,-0.779776","bedrooms":"3","price":"246000","area":"446"} , +{"type":"Feature","id":"n7359601705","geometry":{"type":"Point","coordinates":[-0.0551521,51.4324669]},"properties":{"@type":"node","@id":7359601705,"@timestamp":1585849010},"coords":"51.4324669,-0.0551521","bedrooms":"0","price":"187000","area":"595"} , +{"type":"Feature","id":"n7359609299","geometry":{"type":"Point","coordinates":[-0.0604157,51.4259253]},"properties":{"@type":"node","@id":7359609299,"@timestamp":1585849278},"coords":"51.4259253,-0.0604157","bedrooms":"4","price":"232000","area":"583"} , +{"type":"Feature","id":"n7360154581","geometry":{"type":"Point","coordinates":[-0.060451,51.4281943]},"properties":{"@type":"node","@id":7360154581,"@timestamp":1585861836},"coords":"51.4281943,-0.060451","bedrooms":"1","price":"219000","area":"516"} , +{"type":"Feature","id":"n7360185462","geometry":{"type":"Point","coordinates":[-0.0213856,51.4666289]},"properties":{"@type":"node","@id":7360185462,"@timestamp":1585863816},"coords":"51.4666289,-0.0213856","bedrooms":"2","price":"260000","area":"355"} , +{"type":"Feature","id":"n7360185473","geometry":{"type":"Point","coordinates":[-0.0315309,51.4721756]},"properties":{"@type":"node","@id":7360185473,"@timestamp":1616731324},"coords":"51.4721756,-0.0315309","bedrooms":"3","price":"256000","area":"553"} , +{"type":"Feature","id":"n7360533268","geometry":{"type":"Point","coordinates":[-0.050887,51.5185171]},"properties":{"@type":"node","@id":7360533268,"@timestamp":1585881497},"coords":"51.5185171,-0.050887","bedrooms":"3","price":"234000","area":"456"} , +{"type":"Feature","id":"n7360570622","geometry":{"type":"Point","coordinates":[-0.0109051,51.5553928]},"properties":{"@type":"node","@id":7360570622,"@timestamp":1630287916},"coords":"51.5553928,-0.0109051","bedrooms":"4","price":"226000","area":"433"} , +{"type":"Feature","id":"n7361602805","geometry":{"type":"Point","coordinates":[-0.2149722,51.5125592]},"properties":{"@type":"node","@id":7361602805,"@timestamp":1585888264},"coords":"51.5125592,-0.2149722","bedrooms":"1","price":"252000","area":"594"} , +{"type":"Feature","id":"n7361602883","geometry":{"type":"Point","coordinates":[-0.2137826,51.5113576]},"properties":{"@type":"node","@id":7361602883,"@timestamp":1585888264},"coords":"51.5113576,-0.2137826","bedrooms":"1","price":"161000","area":"603"} , +{"type":"Feature","id":"n7361602921","geometry":{"type":"Point","coordinates":[-0.214593,51.5118997]},"properties":{"@type":"node","@id":7361602921,"@timestamp":1585888264},"coords":"51.5118997,-0.214593","bedrooms":"2","price":"177000","area":"673"} , +{"type":"Feature","id":"n7361602979","geometry":{"type":"Point","coordinates":[-0.2143504,51.512024]},"properties":{"@type":"node","@id":7361602979,"@timestamp":1585888264},"coords":"51.512024,-0.2143504","bedrooms":"2","price":"166000","area":"579"} , +{"type":"Feature","id":"n7361603009","geometry":{"type":"Point","coordinates":[-0.2137863,51.5116848]},"properties":{"@type":"node","@id":7361603009,"@timestamp":1585888264},"coords":"51.5116848,-0.2137863","bedrooms":"4","price":"224000","area":"410"} , +{"type":"Feature","id":"n7361603176","geometry":{"type":"Point","coordinates":[-0.2142809,51.5127674]},"properties":{"@type":"node","@id":7361603176,"@timestamp":1585888264},"coords":"51.5127674,-0.2142809","bedrooms":"0","price":"177000","area":"655"} , +{"type":"Feature","id":"n7361603220","geometry":{"type":"Point","coordinates":[-0.2144568,51.5123961]},"properties":{"@type":"node","@id":7361603220,"@timestamp":1585888264},"coords":"51.5123961,-0.2144568","bedrooms":"1","price":"166000","area":"567"} , +{"type":"Feature","id":"n7361603266","geometry":{"type":"Point","coordinates":[-0.2152452,51.5121781]},"properties":{"@type":"node","@id":7361603266,"@timestamp":1585888264},"coords":"51.5121781,-0.2152452","bedrooms":"1","price":"278000","area":"689"} , +{"type":"Feature","id":"n7361603292","geometry":{"type":"Point","coordinates":[-0.2149626,51.5117333]},"properties":{"@type":"node","@id":7361603292,"@timestamp":1585888264},"coords":"51.5117333,-0.2149626","bedrooms":"0","price":"189000","area":"464"} , +{"type":"Feature","id":"n7361910586","geometry":{"type":"Point","coordinates":[0.5705701,51.6122649]},"properties":{"@type":"node","@id":7361910586,"@timestamp":1585896995},"coords":"51.6122649,0.5705701","bedrooms":"3","price":"232000","area":"612"} , +{"type":"Feature","id":"n7362833907","geometry":{"type":"Point","coordinates":[0.0680745,51.6442089]},"properties":{"@type":"node","@id":7362833907,"@timestamp":1588419378},"coords":"51.6442089,0.0680745","bedrooms":"0","price":"291000","area":"568"} , +{"type":"Feature","id":"n7363730221","geometry":{"type":"Point","coordinates":[-0.2151374,51.5114242]},"properties":{"@type":"node","@id":7363730221,"@timestamp":1585931077},"coords":"51.5114242,-0.2151374","bedrooms":"0","price":"275000","area":"393"} , +{"type":"Feature","id":"n7363730262","geometry":{"type":"Point","coordinates":[-0.2153646,51.511473]},"properties":{"@type":"node","@id":7363730262,"@timestamp":1585931077},"coords":"51.511473,-0.2153646","bedrooms":"0","price":"222000","area":"600"} , +{"type":"Feature","id":"n7363771028","geometry":{"type":"Point","coordinates":[-0.215988,51.511449]},"properties":{"@type":"node","@id":7363771028,"@timestamp":1585931077},"coords":"51.511449,-0.215988","bedrooms":"3","price":"221000","area":"657"} , +{"type":"Feature","id":"n7364058418","geometry":{"type":"Point","coordinates":[-0.216554,51.5117492]},"properties":{"@type":"node","@id":7364058418,"@timestamp":1585932883},"coords":"51.5117492,-0.216554","bedrooms":"4","price":"190000","area":"566"} , +{"type":"Feature","id":"n7364058428","geometry":{"type":"Point","coordinates":[-0.2162556,51.5113235]},"properties":{"@type":"node","@id":7364058428,"@timestamp":1585932883},"coords":"51.5113235,-0.2162556","bedrooms":"1","price":"179000","area":"686"} , +{"type":"Feature","id":"n7364074997","geometry":{"type":"Point","coordinates":[-0.2166301,51.5114838]},"properties":{"@type":"node","@id":7364074997,"@timestamp":1585932883},"coords":"51.5114838,-0.2166301","bedrooms":"0","price":"244000","area":"530"} , +{"type":"Feature","id":"n7364289123","geometry":{"type":"Point","coordinates":[-0.2167634,51.5111348]},"properties":{"@type":"node","@id":7364289123,"@timestamp":1585933789},"coords":"51.5111348,-0.2167634","bedrooms":"3","price":"276000","area":"594"} , +{"type":"Feature","id":"n7364389906","geometry":{"type":"Point","coordinates":[-0.0427638,51.48421]},"properties":{"@type":"node","@id":7364389906,"@timestamp":1585936434},"coords":"51.48421,-0.0427638","bedrooms":"3","price":"223000","area":"570"} , +{"type":"Feature","id":"n7364419523","geometry":{"type":"Point","coordinates":[0.4629173,51.7527995]},"properties":{"@type":"node","@id":7364419523,"@timestamp":1625853370},"coords":"51.7527995,0.4629173","bedrooms":"4","price":"299000","area":"594"} , +{"type":"Feature","id":"n7364601740","geometry":{"type":"Point","coordinates":[-0.7948599,51.802962]},"properties":{"@type":"node","@id":7364601740,"@timestamp":1635875062},"coords":"51.802962,-0.7948599","bedrooms":"4","price":"294000","area":"479"} , +{"type":"Feature","id":"n7364601750","geometry":{"type":"Point","coordinates":[-0.7894473,51.7977938]},"properties":{"@type":"node","@id":7364601750,"@timestamp":1635875062},"coords":"51.7977938,-0.7894473","bedrooms":"0","price":"257000","area":"598"} , +{"type":"Feature","id":"n7364601760","geometry":{"type":"Point","coordinates":[-0.7868467,51.7999293]},"properties":{"@type":"node","@id":7364601760,"@timestamp":1635934219},"coords":"51.7999293,-0.7868467","bedrooms":"0","price":"175000","area":"619"} , +{"type":"Feature","id":"n7364601771","geometry":{"type":"Point","coordinates":[-0.7869319,51.8130985]},"properties":{"@type":"node","@id":7364601771,"@timestamp":1635942496},"coords":"51.8130985,-0.7869319","bedrooms":"0","price":"205000","area":"484"} , +{"type":"Feature","id":"n7364601781","geometry":{"type":"Point","coordinates":[-0.7859075,51.8132468]},"properties":{"@type":"node","@id":7364601781,"@timestamp":1635941632},"coords":"51.8132468,-0.7859075","bedrooms":"2","price":"181000","area":"405"} , +{"type":"Feature","id":"n7364603891","geometry":{"type":"Point","coordinates":[-0.7765049,51.8138786]},"properties":{"@type":"node","@id":7364603891,"@timestamp":1635941632},"coords":"51.8138786,-0.7765049","bedrooms":"3","price":"294000","area":"677"} , +{"type":"Feature","id":"n7364603901","geometry":{"type":"Point","coordinates":[-0.7797093,51.8078584]},"properties":{"@type":"node","@id":7364603901,"@timestamp":1635935985},"coords":"51.8078584,-0.7797093","bedrooms":"0","price":"213000","area":"468"} , +{"type":"Feature","id":"n7364603911","geometry":{"type":"Point","coordinates":[-0.7918149,51.8045515]},"properties":{"@type":"node","@id":7364603911,"@timestamp":1635934219},"coords":"51.8045515,-0.7918149","bedrooms":"4","price":"292000","area":"557"} , +{"type":"Feature","id":"n7364609057","geometry":{"type":"Point","coordinates":[0.1165661,51.5357736]},"properties":{"@type":"node","@id":7364609057,"@timestamp":1585943470},"coords":"51.5357736,0.1165661","bedrooms":"0","price":"175000","area":"482"} , +{"type":"Feature","id":"n7364609067","geometry":{"type":"Point","coordinates":[0.1152679,51.5349044]},"properties":{"@type":"node","@id":7364609067,"@timestamp":1585943470},"coords":"51.5349044,0.1152679","bedrooms":"3","price":"256000","area":"441"} , +{"type":"Feature","id":"n7364641449","geometry":{"type":"Point","coordinates":[-0.2045184,51.6130984]},"properties":{"@type":"node","@id":7364641449,"@timestamp":1585943800},"coords":"51.6130984,-0.2045184","bedrooms":"1","price":"258000","area":"475"} , +{"type":"Feature","id":"n7364641459","geometry":{"type":"Point","coordinates":[-0.2047169,51.6124455]},"properties":{"@type":"node","@id":7364641459,"@timestamp":1585943800},"coords":"51.6124455,-0.2047169","bedrooms":"4","price":"164000","area":"388"} , +{"type":"Feature","id":"n7364641469","geometry":{"type":"Point","coordinates":[-0.2047277,51.6117193]},"properties":{"@type":"node","@id":7364641469,"@timestamp":1585943800},"coords":"51.6117193,-0.2047277","bedrooms":"4","price":"268000","area":"536"} , +{"type":"Feature","id":"n7364641479","geometry":{"type":"Point","coordinates":[-0.2078229,51.6126587]},"properties":{"@type":"node","@id":7364641479,"@timestamp":1585943800},"coords":"51.6126587,-0.2078229","bedrooms":"4","price":"275000","area":"509"} , +{"type":"Feature","id":"n7364643504","geometry":{"type":"Point","coordinates":[0.1025006,51.521892]},"properties":{"@type":"node","@id":7364643504,"@timestamp":1585942999},"coords":"51.521892,0.1025006","bedrooms":"0","price":"259000","area":"588"} , +{"type":"Feature","id":"n7364643534","geometry":{"type":"Point","coordinates":[0.1019266,51.5239047]},"properties":{"@type":"node","@id":7364643534,"@timestamp":1585942999},"coords":"51.5239047,0.1019266","bedrooms":"0","price":"256000","area":"589"} , +{"type":"Feature","id":"n7364643544","geometry":{"type":"Point","coordinates":[0.1030894,51.5239331]},"properties":{"@type":"node","@id":7364643544,"@timestamp":1585942999},"coords":"51.5239331,0.1030894","bedrooms":"2","price":"296000","area":"653"} , +{"type":"Feature","id":"n7364643554","geometry":{"type":"Point","coordinates":[0.1025221,51.5236694]},"properties":{"@type":"node","@id":7364643554,"@timestamp":1585942999},"coords":"51.5236694,0.1025221","bedrooms":"4","price":"281000","area":"473"} , +{"type":"Feature","id":"n7364643564","geometry":{"type":"Point","coordinates":[0.1024792,51.5232864]},"properties":{"@type":"node","@id":7364643564,"@timestamp":1585942999},"coords":"51.5232864,0.1024792","bedrooms":"1","price":"184000","area":"517"} , +{"type":"Feature","id":"n7364643574","geometry":{"type":"Point","coordinates":[0.1025744,51.5226773]},"properties":{"@type":"node","@id":7364643574,"@timestamp":1585942999},"coords":"51.5226773,0.1025744","bedrooms":"3","price":"215000","area":"555"} , +{"type":"Feature","id":"n7364643584","geometry":{"type":"Point","coordinates":[0.1033857,51.5229702]},"properties":{"@type":"node","@id":7364643584,"@timestamp":1585942999},"coords":"51.5229702,0.1033857","bedrooms":"3","price":"201000","area":"530"} , +{"type":"Feature","id":"n7364643594","geometry":{"type":"Point","coordinates":[0.103599,51.5236844]},"properties":{"@type":"node","@id":7364643594,"@timestamp":1585942999},"coords":"51.5236844,0.103599","bedrooms":"2","price":"252000","area":"570"} , +{"type":"Feature","id":"n7364643604","geometry":{"type":"Point","coordinates":[0.10435,51.5238772]},"properties":{"@type":"node","@id":7364643604,"@timestamp":1585942999},"coords":"51.5238772,0.10435","bedrooms":"2","price":"182000","area":"567"} , +{"type":"Feature","id":"n7364643614","geometry":{"type":"Point","coordinates":[0.105608,51.5238605]},"properties":{"@type":"node","@id":7364643614,"@timestamp":1585942999},"coords":"51.5238605,0.105608","bedrooms":"3","price":"188000","area":"630"} , +{"type":"Feature","id":"n7364643624","geometry":{"type":"Point","coordinates":[0.1054323,51.5235167]},"properties":{"@type":"node","@id":7364643624,"@timestamp":1585942999},"coords":"51.5235167,0.1054323","bedrooms":"3","price":"221000","area":"354"} , +{"type":"Feature","id":"n7364643634","geometry":{"type":"Point","coordinates":[0.1049267,51.5236544]},"properties":{"@type":"node","@id":7364643634,"@timestamp":1585942999},"coords":"51.5236544,0.1049267","bedrooms":"4","price":"173000","area":"664"} , +{"type":"Feature","id":"n7364643644","geometry":{"type":"Point","coordinates":[0.1042843,51.5231729]},"properties":{"@type":"node","@id":7364643644,"@timestamp":1585942999},"coords":"51.5231729,0.1042843","bedrooms":"2","price":"271000","area":"381"} , +{"type":"Feature","id":"n7364643654","geometry":{"type":"Point","coordinates":[0.1053169,51.52287]},"properties":{"@type":"node","@id":7364643654,"@timestamp":1585942999},"coords":"51.52287,0.1053169","bedrooms":"1","price":"205000","area":"626"} , +{"type":"Feature","id":"n7364643664","geometry":{"type":"Point","coordinates":[0.1055771,51.5224845]},"properties":{"@type":"node","@id":7364643664,"@timestamp":1585942999},"coords":"51.5224845,0.1055771","bedrooms":"1","price":"198000","area":"688"} , +{"type":"Feature","id":"n7364643674","geometry":{"type":"Point","coordinates":[0.1047604,51.5225312]},"properties":{"@type":"node","@id":7364643674,"@timestamp":1585942999},"coords":"51.5225312,0.1047604","bedrooms":"1","price":"265000","area":"484"} , +{"type":"Feature","id":"n7364643684","geometry":{"type":"Point","coordinates":[0.1044479,51.521867]},"properties":{"@type":"node","@id":7364643684,"@timestamp":1585942999},"coords":"51.521867,0.1044479","bedrooms":"3","price":"277000","area":"593"} , +{"type":"Feature","id":"n7364643694","geometry":{"type":"Point","coordinates":[0.1049106,51.5215725]},"properties":{"@type":"node","@id":7364643694,"@timestamp":1585942999},"coords":"51.5215725,0.1049106","bedrooms":"4","price":"173000","area":"495"} , +{"type":"Feature","id":"n7364643704","geometry":{"type":"Point","coordinates":[0.1054953,51.5219171]},"properties":{"@type":"node","@id":7364643704,"@timestamp":1585942999},"coords":"51.5219171,0.1054953","bedrooms":"1","price":"252000","area":"385"} , +{"type":"Feature","id":"n7364643722","geometry":{"type":"Point","coordinates":[0.1083618,51.5217211]},"properties":{"@type":"node","@id":7364643722,"@timestamp":1611421453},"coords":"51.5217211,0.1083618","bedrooms":"2","price":"157000","area":"601"} , +{"type":"Feature","id":"n7364643732","geometry":{"type":"Point","coordinates":[0.1075478,51.5217503]},"properties":{"@type":"node","@id":7364643732,"@timestamp":1611421453},"coords":"51.5217503,0.1075478","bedrooms":"2","price":"204000","area":"555"} , +{"type":"Feature","id":"n7364643747","geometry":{"type":"Point","coordinates":[0.1072414,51.5223769]},"properties":{"@type":"node","@id":7364643747,"@timestamp":1585942999},"coords":"51.5223769,0.1072414","bedrooms":"3","price":"299000","area":"481"} , +{"type":"Feature","id":"n7364643757","geometry":{"type":"Point","coordinates":[0.1080702,51.522477]},"properties":{"@type":"node","@id":7364643757,"@timestamp":1585942999},"coords":"51.522477,0.1080702","bedrooms":"4","price":"202000","area":"411"} , +{"type":"Feature","id":"n7364643767","geometry":{"type":"Point","coordinates":[0.1085637,51.5221641]},"properties":{"@type":"node","@id":7364643767,"@timestamp":1585942999},"coords":"51.5221641,0.1085637","bedrooms":"4","price":"270000","area":"455"} , +{"type":"Feature","id":"n7364657595","geometry":{"type":"Point","coordinates":[-1.0529602,51.300764]},"properties":{"@type":"node","@id":7364657595,"@timestamp":1585944055},"coords":"51.300764,-1.0529602","bedrooms":"3","price":"167000","area":"598"} , +{"type":"Feature","id":"n7364662385","geometry":{"type":"Point","coordinates":[0.1170744,51.5341702]},"properties":{"@type":"node","@id":7364662385,"@timestamp":1585943470},"coords":"51.5341702,0.1170744","bedrooms":"2","price":"253000","area":"392"} , +{"type":"Feature","id":"n7364662395","geometry":{"type":"Point","coordinates":[0.1171294,51.5339375]},"properties":{"@type":"node","@id":7364662395,"@timestamp":1585943470},"coords":"51.5339375,0.1171294","bedrooms":"3","price":"277000","area":"521"} , +{"type":"Feature","id":"n7364662405","geometry":{"type":"Point","coordinates":[0.1157574,51.5341744]},"properties":{"@type":"node","@id":7364662405,"@timestamp":1585943470},"coords":"51.5341744,0.1157574","bedrooms":"3","price":"165000","area":"449"} , +{"type":"Feature","id":"n7364662415","geometry":{"type":"Point","coordinates":[0.1153497,51.533935]},"properties":{"@type":"node","@id":7364662415,"@timestamp":1585943470},"coords":"51.533935,0.1153497","bedrooms":"0","price":"188000","area":"440"} , +{"type":"Feature","id":"n7364662425","geometry":{"type":"Point","coordinates":[0.1153806,51.5336697]},"properties":{"@type":"node","@id":7364662425,"@timestamp":1585943470},"coords":"51.5336697,0.1153806","bedrooms":"3","price":"236000","area":"551"} , +{"type":"Feature","id":"n7364662435","geometry":{"type":"Point","coordinates":[0.1158915,51.5334194]},"properties":{"@type":"node","@id":7364662435,"@timestamp":1585943470},"coords":"51.5334194,0.1158915","bedrooms":"3","price":"191000","area":"622"} , +{"type":"Feature","id":"n7364662445","geometry":{"type":"Point","coordinates":[0.1164427,51.5336288]},"properties":{"@type":"node","@id":7364662445,"@timestamp":1585943470},"coords":"51.5336288,0.1164427","bedrooms":"0","price":"171000","area":"515"} , +{"type":"Feature","id":"n7364662455","geometry":{"type":"Point","coordinates":[0.1168397,51.5333494]},"properties":{"@type":"node","@id":7364662455,"@timestamp":1585943470},"coords":"51.5333494,0.1168397","bedrooms":"1","price":"240000","area":"375"} , +{"type":"Feature","id":"n7364662465","geometry":{"type":"Point","coordinates":[0.1172782,51.5336146]},"properties":{"@type":"node","@id":7364662465,"@timestamp":1585943470},"coords":"51.5336146,0.1172782","bedrooms":"2","price":"162000","area":"512"} , +{"type":"Feature","id":"n7364662475","geometry":{"type":"Point","coordinates":[0.1164213,51.5330732]},"properties":{"@type":"node","@id":7364662475,"@timestamp":1585943470},"coords":"51.5330732,0.1164213","bedrooms":"3","price":"177000","area":"647"} , +{"type":"Feature","id":"n7364662485","geometry":{"type":"Point","coordinates":[0.1171622,51.5330136]},"properties":{"@type":"node","@id":7364662485,"@timestamp":1585943470},"coords":"51.5330136,0.1171622","bedrooms":"3","price":"211000","area":"515"} , +{"type":"Feature","id":"n7364670292","geometry":{"type":"Point","coordinates":[-0.2066253,51.6115402]},"properties":{"@type":"node","@id":7364670292,"@timestamp":1585943800},"coords":"51.6115402,-0.2066253","bedrooms":"4","price":"248000","area":"430"} , +{"type":"Feature","id":"n7364670302","geometry":{"type":"Point","coordinates":[-0.2051514,51.6115427]},"properties":{"@type":"node","@id":7364670302,"@timestamp":1585943800},"coords":"51.6115427,-0.2051514","bedrooms":"1","price":"266000","area":"676"} , +{"type":"Feature","id":"n7364670312","geometry":{"type":"Point","coordinates":[-0.2076218,51.6119292]},"properties":{"@type":"node","@id":7364670312,"@timestamp":1585943800},"coords":"51.6119292,-0.2076218","bedrooms":"2","price":"204000","area":"399"} , +{"type":"Feature","id":"n7364670322","geometry":{"type":"Point","coordinates":[-0.2078015,51.6115344]},"properties":{"@type":"node","@id":7364670322,"@timestamp":1585943800},"coords":"51.6115344,-0.2078015","bedrooms":"3","price":"177000","area":"476"} , +{"type":"Feature","id":"n7364705401","geometry":{"type":"Point","coordinates":[0.648196,51.9402387]},"properties":{"@type":"node","@id":7364705401,"@timestamp":1585944815},"coords":"51.9402387,0.648196","bedrooms":"2","price":"177000","area":"437"} , +{"type":"Feature","id":"n7364705411","geometry":{"type":"Point","coordinates":[0.6404069,51.9448452]},"properties":{"@type":"node","@id":7364705411,"@timestamp":1585944815},"coords":"51.9448452,0.6404069","bedrooms":"3","price":"277000","area":"417"} , +{"type":"Feature","id":"n7364705421","geometry":{"type":"Point","coordinates":[0.6496927,51.9494794]},"properties":{"@type":"node","@id":7364705421,"@timestamp":1585944815},"coords":"51.9494794,0.6496927","bedrooms":"4","price":"158000","area":"460"} , +{"type":"Feature","id":"n7364705431","geometry":{"type":"Point","coordinates":[0.6456506,51.9486561]},"properties":{"@type":"node","@id":7364705431,"@timestamp":1585944815},"coords":"51.9486561,0.6456506","bedrooms":"4","price":"232000","area":"407"} , +{"type":"Feature","id":"n7364705441","geometry":{"type":"Point","coordinates":[0.6474879,51.9419633]},"properties":{"@type":"node","@id":7364705441,"@timestamp":1585944815},"coords":"51.9419633,0.6474879","bedrooms":"1","price":"263000","area":"659"} , +{"type":"Feature","id":"n7365165187","geometry":{"type":"Point","coordinates":[-0.418255,51.4329461]},"properties":{"@type":"node","@id":7365165187,"@timestamp":1602334809},"coords":"51.4329461,-0.418255","bedrooms":"1","price":"280000","area":"559"} , +{"type":"Feature","id":"n7365337013","geometry":{"type":"Point","coordinates":[-0.0432353,51.4591672]},"properties":{"@type":"node","@id":7365337013,"@timestamp":1585953703},"coords":"51.4591672,-0.0432353","bedrooms":"1","price":"249000","area":"377"} , +{"type":"Feature","id":"n7365362021","geometry":{"type":"Point","coordinates":[-0.0388635,51.4629924]},"properties":{"@type":"node","@id":7365362021,"@timestamp":1585953516},"coords":"51.4629924,-0.0388635","bedrooms":"2","price":"175000","area":"641"} , +{"type":"Feature","id":"n7365362050","geometry":{"type":"Point","coordinates":[-0.0408229,51.460975]},"properties":{"@type":"node","@id":7365362050,"@timestamp":1585953516},"coords":"51.460975,-0.0408229","bedrooms":"3","price":"160000","area":"500"} , +{"type":"Feature","id":"n7365381844","geometry":{"type":"Point","coordinates":[-0.0306262,51.45345]},"properties":{"@type":"node","@id":7365381844,"@timestamp":1585956404},"coords":"51.45345,-0.0306262","bedrooms":"0","price":"227000","area":"634"} , +{"type":"Feature","id":"n7365704976","geometry":{"type":"Point","coordinates":[-0.217043,51.5104402]},"properties":{"@type":"node","@id":7365704976,"@timestamp":1585972340},"coords":"51.5104402,-0.217043","bedrooms":"1","price":"200000","area":"651"} , +{"type":"Feature","id":"n7365935368","geometry":{"type":"Point","coordinates":[0.1856218,51.4026548]},"properties":{"@type":"node","@id":7365935368,"@timestamp":1585984712},"coords":"51.4026548,0.1856218","bedrooms":"3","price":"257000","area":"467"} , +{"type":"Feature","id":"n7366127950","geometry":{"type":"Point","coordinates":[-0.2694292,51.5084051]},"properties":{"@type":"node","@id":7366127950,"@timestamp":1586004971},"coords":"51.5084051,-0.2694292","bedrooms":"2","price":"286000","area":"504"} , +{"type":"Feature","id":"n7366256330","geometry":{"type":"Point","coordinates":[-0.0222831,51.4564251]},"properties":{"@type":"node","@id":7366256330,"@timestamp":1585997652},"coords":"51.4564251,-0.0222831","bedrooms":"0","price":"155000","area":"651"} , +{"type":"Feature","id":"n7366256341","geometry":{"type":"Point","coordinates":[-0.0258197,51.4539541]},"properties":{"@type":"node","@id":7366256341,"@timestamp":1594813065},"coords":"51.4539541,-0.0258197","bedrooms":"3","price":"162000","area":"429"} , +{"type":"Feature","id":"n7366256351","geometry":{"type":"Point","coordinates":[-0.0303007,51.4527389]},"properties":{"@type":"node","@id":7366256351,"@timestamp":1585997652},"coords":"51.4527389,-0.0303007","bedrooms":"2","price":"202000","area":"424"} , +{"type":"Feature","id":"n7366423479","geometry":{"type":"Point","coordinates":[-0.21602,51.5109496]},"properties":{"@type":"node","@id":7366423479,"@timestamp":1586004474},"coords":"51.5109496,-0.21602","bedrooms":"3","price":"196000","area":"515"} , +{"type":"Feature","id":"n7366496205","geometry":{"type":"Point","coordinates":[-0.9924934,51.4602855]},"properties":{"@type":"node","@id":7366496205,"@timestamp":1611636712},"coords":"51.4602855,-0.9924934","bedrooms":"3","price":"185000","area":"653"} , +{"type":"Feature","id":"n7366496215","geometry":{"type":"Point","coordinates":[-1.0012907,51.4620151]},"properties":{"@type":"node","@id":7366496215,"@timestamp":1586006320},"coords":"51.4620151,-1.0012907","bedrooms":"3","price":"295000","area":"580"} , +{"type":"Feature","id":"n7366496225","geometry":{"type":"Point","coordinates":[-1.0044071,51.4625112]},"properties":{"@type":"node","@id":7366496225,"@timestamp":1586006320},"coords":"51.4625112,-1.0044071","bedrooms":"0","price":"196000","area":"477"} , +{"type":"Feature","id":"n7366496243","geometry":{"type":"Point","coordinates":[-1.0100277,51.4634863]},"properties":{"@type":"node","@id":7366496243,"@timestamp":1616675273},"coords":"51.4634863,-1.0100277","bedrooms":"3","price":"257000","area":"455"} , +{"type":"Feature","id":"n7366496254","geometry":{"type":"Point","coordinates":[-1.0158599,51.4640382]},"properties":{"@type":"node","@id":7366496254,"@timestamp":1586006320},"coords":"51.4640382,-1.0158599","bedrooms":"4","price":"216000","area":"428"} , +{"type":"Feature","id":"n7366496265","geometry":{"type":"Point","coordinates":[-1.0216171,51.4672237]},"properties":{"@type":"node","@id":7366496265,"@timestamp":1587672475},"coords":"51.4672237,-1.0216171","bedrooms":"4","price":"276000","area":"491"} , +{"type":"Feature","id":"n7366510221","geometry":{"type":"Point","coordinates":[0.0081726,51.4285443]},"properties":{"@type":"node","@id":7366510221,"@timestamp":1586008545},"coords":"51.4285443,0.0081726","bedrooms":"1","price":"178000","area":"475"} , +{"type":"Feature","id":"n7366537708","geometry":{"type":"Point","coordinates":[0.0147116,51.4312952]},"properties":{"@type":"node","@id":7366537708,"@timestamp":1586008087},"coords":"51.4312952,0.0147116","bedrooms":"0","price":"186000","area":"479"} , +{"type":"Feature","id":"n7366537729","geometry":{"type":"Point","coordinates":[0.0118363,51.4304175]},"properties":{"@type":"node","@id":7366537729,"@timestamp":1586008087},"coords":"51.4304175,0.0118363","bedrooms":"3","price":"194000","area":"448"} , +{"type":"Feature","id":"n7366551191","geometry":{"type":"Point","coordinates":[0.0141959,51.4336417]},"properties":{"@type":"node","@id":7366551191,"@timestamp":1586007649},"coords":"51.4336417,0.0141959","bedrooms":"2","price":"181000","area":"498"} , +{"type":"Feature","id":"n7366566224","geometry":{"type":"Point","coordinates":[-3.14e-05,51.4227278]},"properties":{"@type":"node","@id":7366566224,"@timestamp":1619014440},"coords":"51.4227278,-3.14e-05","bedrooms":"3","price":"227000","area":"670"} , +{"type":"Feature","id":"n7366566238","geometry":{"type":"Point","coordinates":[-0.0013345,51.4224506]},"properties":{"@type":"node","@id":7366566238,"@timestamp":1586009760},"coords":"51.4224506,-0.0013345","bedrooms":"4","price":"206000","area":"579"} , +{"type":"Feature","id":"n7366579629","geometry":{"type":"Point","coordinates":[0.0028907,51.4222672]},"properties":{"@type":"node","@id":7366579629,"@timestamp":1605361040},"coords":"51.4222672,0.0028907","bedrooms":"3","price":"169000","area":"554"} , +{"type":"Feature","id":"n7366732510","geometry":{"type":"Point","coordinates":[0.5111569,51.7200543]},"properties":{"@type":"node","@id":7366732510,"@timestamp":1586083494},"coords":"51.7200543,0.5111569","bedrooms":"3","price":"221000","area":"446"} , +{"type":"Feature","id":"n7366737467","geometry":{"type":"Point","coordinates":[0.182331,51.868531]},"properties":{"@type":"node","@id":7366737467,"@timestamp":1586013557},"coords":"51.868531,0.182331","bedrooms":"0","price":"290000","area":"580"} , +{"type":"Feature","id":"n7366878387","geometry":{"type":"Point","coordinates":[0.5087427,51.7340248]},"properties":{"@type":"node","@id":7366878387,"@timestamp":1586083494},"coords":"51.7340248,0.5087427","bedrooms":"2","price":"206000","area":"468"} , +{"type":"Feature","id":"n7366879119","geometry":{"type":"Point","coordinates":[0.510918,51.7388741]},"properties":{"@type":"node","@id":7366879119,"@timestamp":1586017685},"coords":"51.7388741,0.510918","bedrooms":"0","price":"288000","area":"580"} , +{"type":"Feature","id":"n7367014477","geometry":{"type":"Point","coordinates":[-0.0408482,51.4325466]},"properties":{"@type":"node","@id":7367014477,"@timestamp":1586020525},"coords":"51.4325466,-0.0408482","bedrooms":"2","price":"261000","area":"416"} , +{"type":"Feature","id":"n7367041589","geometry":{"type":"Point","coordinates":[-0.0658125,51.4309883]},"properties":{"@type":"node","@id":7367041589,"@timestamp":1586020525},"coords":"51.4309883,-0.0658125","bedrooms":"4","price":"297000","area":"557"} , +{"type":"Feature","id":"n7367166064","geometry":{"type":"Point","coordinates":[-0.8353779,51.1738878]},"properties":{"@type":"node","@id":7367166064,"@timestamp":1586024323},"coords":"51.1738878,-0.8353779","bedrooms":"4","price":"214000","area":"640"} , +{"type":"Feature","id":"n7367284318","geometry":{"type":"Point","coordinates":[-0.3032117,51.4638276]},"properties":{"@type":"node","@id":7367284318,"@timestamp":1635579875},"coords":"51.4638276,-0.3032117","bedrooms":"3","price":"231000","area":"665"} , +{"type":"Feature","id":"n7367549362","geometry":{"type":"Point","coordinates":[-0.0628711,51.5186542]},"properties":{"@type":"node","@id":7367549362,"@timestamp":1634261272},"coords":"51.5186542,-0.0628711","bedrooms":"4","price":"230000","area":"352"} , +{"type":"Feature","id":"n7368241866","geometry":{"type":"Point","coordinates":[-0.2144656,51.5111044]},"properties":{"@type":"node","@id":7368241866,"@timestamp":1586064950},"coords":"51.5111044,-0.2144656","bedrooms":"2","price":"291000","area":"489"} , +{"type":"Feature","id":"n7368380169","geometry":{"type":"Point","coordinates":[-0.8328107,51.7748357]},"properties":{"@type":"node","@id":7368380169,"@timestamp":1586071559},"coords":"51.7748357,-0.8328107","bedrooms":"2","price":"267000","area":"620"} , +{"type":"Feature","id":"n7368625515","geometry":{"type":"Point","coordinates":[-0.211665,51.5099753]},"properties":{"@type":"node","@id":7368625515,"@timestamp":1586081871},"coords":"51.5099753,-0.211665","bedrooms":"1","price":"299000","area":"385"} , +{"type":"Feature","id":"n7368625554","geometry":{"type":"Point","coordinates":[-0.2133762,51.5096169]},"properties":{"@type":"node","@id":7368625554,"@timestamp":1586081871},"coords":"51.5096169,-0.2133762","bedrooms":"2","price":"167000","area":"377"} , +{"type":"Feature","id":"n7368656956","geometry":{"type":"Point","coordinates":[-0.027152,51.6009098]},"properties":{"@type":"node","@id":7368656956,"@timestamp":1611402315},"coords":"51.6009098,-0.027152","bedrooms":"2","price":"151000","area":"500"} , +{"type":"Feature","id":"n7368795425","geometry":{"type":"Point","coordinates":[-0.0234857,51.4688944]},"properties":{"@type":"node","@id":7368795425,"@timestamp":1586087457},"coords":"51.4688944,-0.0234857","bedrooms":"1","price":"171000","area":"613"} , +{"type":"Feature","id":"n7368836417","geometry":{"type":"Point","coordinates":[-0.018515,51.4617721]},"properties":{"@type":"node","@id":7368836417,"@timestamp":1586088158},"coords":"51.4617721,-0.018515","bedrooms":"4","price":"290000","area":"517"} , +{"type":"Feature","id":"n7368836427","geometry":{"type":"Point","coordinates":[-0.0234537,51.4630386]},"properties":{"@type":"node","@id":7368836427,"@timestamp":1586088158},"coords":"51.4630386,-0.0234537","bedrooms":"4","price":"238000","area":"407"} , +{"type":"Feature","id":"n7368863398","geometry":{"type":"Point","coordinates":[-0.0302717,51.4591725]},"properties":{"@type":"node","@id":7368863398,"@timestamp":1586088872},"coords":"51.4591725,-0.0302717","bedrooms":"2","price":"280000","area":"365"} , +{"type":"Feature","id":"n7368899151","geometry":{"type":"Point","coordinates":[-0.0299429,51.4594438]},"properties":{"@type":"node","@id":7368899151,"@timestamp":1586090423},"coords":"51.4594438,-0.0299429","bedrooms":"0","price":"178000","area":"354"} , +{"type":"Feature","id":"n7368953223","geometry":{"type":"Point","coordinates":[-0.1588619,51.947598]},"properties":{"@type":"node","@id":7368953223,"@timestamp":1586090984},"coords":"51.947598,-0.1588619","bedrooms":"4","price":"212000","area":"491"} , +{"type":"Feature","id":"n7368953269","geometry":{"type":"Point","coordinates":[-0.1681852,51.9523062]},"properties":{"@type":"node","@id":7368953269,"@timestamp":1586090984},"coords":"51.9523062,-0.1681852","bedrooms":"3","price":"200000","area":"498"} , +{"type":"Feature","id":"n7368953279","geometry":{"type":"Point","coordinates":[-0.1663184,51.9515392]},"properties":{"@type":"node","@id":7368953279,"@timestamp":1586090984},"coords":"51.9515392,-0.1663184","bedrooms":"4","price":"258000","area":"390"} , +{"type":"Feature","id":"n7368959587","geometry":{"type":"Point","coordinates":[-0.1664257,51.9422394]},"properties":{"@type":"node","@id":7368959587,"@timestamp":1586090984},"coords":"51.9422394,-0.1664257","bedrooms":"1","price":"248000","area":"382"} , +{"type":"Feature","id":"n7368959611","geometry":{"type":"Point","coordinates":[-0.1688558,51.9389274]},"properties":{"@type":"node","@id":7368959611,"@timestamp":1586090984},"coords":"51.9389274,-0.1688558","bedrooms":"2","price":"202000","area":"626"} , +{"type":"Feature","id":"n7368959646","geometry":{"type":"Point","coordinates":[-0.1689631,51.9457761]},"properties":{"@type":"node","@id":7368959646,"@timestamp":1586090984},"coords":"51.9457761,-0.1689631","bedrooms":"4","price":"257000","area":"369"} , +{"type":"Feature","id":"n7368959656","geometry":{"type":"Point","coordinates":[-0.163089,51.9432298]},"properties":{"@type":"node","@id":7368959656,"@timestamp":1586090984},"coords":"51.9432298,-0.163089","bedrooms":"4","price":"153000","area":"439"} , +{"type":"Feature","id":"n7368959666","geometry":{"type":"Point","coordinates":[-0.1642692,51.9432067]},"properties":{"@type":"node","@id":7368959666,"@timestamp":1586090984},"coords":"51.9432067,-0.1642692","bedrooms":"1","price":"190000","area":"483"} , +{"type":"Feature","id":"n7368959676","geometry":{"type":"Point","coordinates":[-0.1666135,51.9435539]},"properties":{"@type":"node","@id":7368959676,"@timestamp":1586090984},"coords":"51.9435539,-0.1666135","bedrooms":"3","price":"293000","area":"420"} , +{"type":"Feature","id":"n7368959686","geometry":{"type":"Point","coordinates":[-0.1681745,51.9442847]},"properties":{"@type":"node","@id":7368959686,"@timestamp":1586090984},"coords":"51.9442847,-0.1681745","bedrooms":"0","price":"164000","area":"369"} , +{"type":"Feature","id":"n7368959696","geometry":{"type":"Point","coordinates":[-0.168373,51.9454751]},"properties":{"@type":"node","@id":7368959696,"@timestamp":1586090984},"coords":"51.9454751,-0.168373","bedrooms":"2","price":"254000","area":"621"} , +{"type":"Feature","id":"n7368993709","geometry":{"type":"Point","coordinates":[-0.0365452,51.4615961]},"properties":{"@type":"node","@id":7368993709,"@timestamp":1586092681},"coords":"51.4615961,-0.0365452","bedrooms":"0","price":"200000","area":"527"} , +{"type":"Feature","id":"n7369027798","geometry":{"type":"Point","coordinates":[-0.0323394,51.4715537]},"properties":{"@type":"node","@id":7369027798,"@timestamp":1586093152},"coords":"51.4715537,-0.0323394","bedrooms":"3","price":"287000","area":"661"} , +{"type":"Feature","id":"n7369246475","geometry":{"type":"Point","coordinates":[-0.2140778,51.5088705]},"properties":{"@type":"node","@id":7369246475,"@timestamp":1586099203},"coords":"51.5088705,-0.2140778","bedrooms":"4","price":"244000","area":"583"} , +{"type":"Feature","id":"n7369249058","geometry":{"type":"Point","coordinates":[-0.0135488,51.4897357]},"properties":{"@type":"node","@id":7369249058,"@timestamp":1616073388},"coords":"51.4897357,-0.0135488","bedrooms":"0","price":"175000","area":"640"} , +{"type":"Feature","id":"n7369291729","geometry":{"type":"Point","coordinates":[-0.2149288,51.5086947]},"properties":{"@type":"node","@id":7369291729,"@timestamp":1586099203},"coords":"51.5086947,-0.2149288","bedrooms":"2","price":"154000","area":"422"} , +{"type":"Feature","id":"n7369291777","geometry":{"type":"Point","coordinates":[-0.2153311,51.5083612]},"properties":{"@type":"node","@id":7369291777,"@timestamp":1586099203},"coords":"51.5083612,-0.2153311","bedrooms":"0","price":"249000","area":"450"} , +{"type":"Feature","id":"n7369291820","geometry":{"type":"Point","coordinates":[-0.2143424,51.5083934]},"properties":{"@type":"node","@id":7369291820,"@timestamp":1586099203},"coords":"51.5083934,-0.2143424","bedrooms":"3","price":"267000","area":"690"} , +{"type":"Feature","id":"n7369291869","geometry":{"type":"Point","coordinates":[-0.2133692,51.508603]},"properties":{"@type":"node","@id":7369291869,"@timestamp":1586099203},"coords":"51.508603,-0.2133692","bedrooms":"2","price":"166000","area":"605"} , +{"type":"Feature","id":"n7369291898","geometry":{"type":"Point","coordinates":[-0.2129793,51.5086554]},"properties":{"@type":"node","@id":7369291898,"@timestamp":1603274920},"coords":"51.5086554,-0.2129793","bedrooms":"1","price":"200000","area":"444"} , +{"type":"Feature","id":"n7369291985","geometry":{"type":"Point","coordinates":[-0.2110364,51.5092635]},"properties":{"@type":"node","@id":7369291985,"@timestamp":1586099203},"coords":"51.5092635,-0.2110364","bedrooms":"0","price":"290000","area":"355"} , +{"type":"Feature","id":"n7369322063","geometry":{"type":"Point","coordinates":[-0.1511688,51.031474]},"properties":{"@type":"node","@id":7369322063,"@timestamp":1586100601},"coords":"51.031474,-0.1511688","bedrooms":"2","price":"268000","area":"657"} , +{"type":"Feature","id":"n7369355957","geometry":{"type":"Point","coordinates":[-0.0202977,51.5028616]},"properties":{"@type":"node","@id":7369355957,"@timestamp":1630932539},"coords":"51.5028616,-0.0202977","bedrooms":"0","price":"156000","area":"539"} , +{"type":"Feature","id":"n7369365336","geometry":{"type":"Point","coordinates":[-0.0163628,51.4960212]},"properties":{"@type":"node","@id":7369365336,"@timestamp":1615555448},"coords":"51.4960212,-0.0163628","bedrooms":"2","price":"191000","area":"405"} , +{"type":"Feature","id":"n7369365348","geometry":{"type":"Point","coordinates":[-0.0154272,51.4938155]},"properties":{"@type":"node","@id":7369365348,"@timestamp":1586101154},"coords":"51.4938155,-0.0154272","bedrooms":"2","price":"271000","area":"696"} , +{"type":"Feature","id":"n7369381195","geometry":{"type":"Point","coordinates":[-0.018463,51.499981]},"properties":{"@type":"node","@id":7369381195,"@timestamp":1617885449},"coords":"51.499981,-0.018463","bedrooms":"3","price":"167000","area":"595"} , +{"type":"Feature","id":"n7369406622","geometry":{"type":"Point","coordinates":[-0.0189758,51.5057728]},"properties":{"@type":"node","@id":7369406622,"@timestamp":1620220318},"coords":"51.5057728,-0.0189758","bedrooms":"0","price":"264000","area":"546"} , +{"type":"Feature","id":"n7369520485","geometry":{"type":"Point","coordinates":[-0.0216364,51.4670829]},"properties":{"@type":"node","@id":7369520485,"@timestamp":1586104723},"coords":"51.4670829,-0.0216364","bedrooms":"0","price":"158000","area":"388"} , +{"type":"Feature","id":"n7369646785","geometry":{"type":"Point","coordinates":[-0.7892677,51.2404097]},"properties":{"@type":"node","@id":7369646785,"@timestamp":1586108231},"coords":"51.2404097,-0.7892677","bedrooms":"2","price":"223000","area":"513"} , +{"type":"Feature","id":"n7369670273","geometry":{"type":"Point","coordinates":[0.8115339,51.9037783]},"properties":{"@type":"node","@id":7369670273,"@timestamp":1630278089},"coords":"51.9037783,0.8115339","bedrooms":"4","price":"275000","area":"674"} , +{"type":"Feature","id":"n7369670283","geometry":{"type":"Point","coordinates":[0.8130043,51.903267]},"properties":{"@type":"node","@id":7369670283,"@timestamp":1630278089},"coords":"51.903267,0.8130043","bedrooms":"4","price":"276000","area":"567"} , +{"type":"Feature","id":"n7369676019","geometry":{"type":"Point","coordinates":[0.8435172,51.8853309]},"properties":{"@type":"node","@id":7369676019,"@timestamp":1586109276},"coords":"51.8853309,0.8435172","bedrooms":"4","price":"165000","area":"586"} , +{"type":"Feature","id":"n7369676029","geometry":{"type":"Point","coordinates":[0.8434555,51.8856819]},"properties":{"@type":"node","@id":7369676029,"@timestamp":1586109276},"coords":"51.8856819,0.8434555","bedrooms":"2","price":"290000","area":"686"} , +{"type":"Feature","id":"n7369676039","geometry":{"type":"Point","coordinates":[0.8415082,51.8904347]},"properties":{"@type":"node","@id":7369676039,"@timestamp":1586109276},"coords":"51.8904347,0.8415082","bedrooms":"1","price":"246000","area":"517"} , +{"type":"Feature","id":"n7369676049","geometry":{"type":"Point","coordinates":[0.8300954,51.8895375]},"properties":{"@type":"node","@id":7369676049,"@timestamp":1586109276},"coords":"51.8895375,0.8300954","bedrooms":"2","price":"276000","area":"658"} , +{"type":"Feature","id":"n7369676059","geometry":{"type":"Point","coordinates":[0.8345506,51.8890855]},"properties":{"@type":"node","@id":7369676059,"@timestamp":1586109276},"coords":"51.8890855,0.8345506","bedrooms":"4","price":"161000","area":"382"} , +{"type":"Feature","id":"n7369689394","geometry":{"type":"Point","coordinates":[0.8110457,51.9026728]},"properties":{"@type":"node","@id":7369689394,"@timestamp":1630278089},"coords":"51.9026728,0.8110457","bedrooms":"4","price":"194000","area":"509"} , +{"type":"Feature","id":"n7369689407","geometry":{"type":"Point","coordinates":[0.8113856,51.9009454]},"properties":{"@type":"node","@id":7369689407,"@timestamp":1630278089},"coords":"51.9009454,0.8113856","bedrooms":"3","price":"167000","area":"407"} , +{"type":"Feature","id":"n7369763139","geometry":{"type":"Point","coordinates":[0.0044979,51.544619]},"properties":{"@type":"node","@id":7369763139,"@timestamp":1629105134},"coords":"51.544619,0.0044979","bedrooms":"2","price":"213000","area":"547"} , +{"type":"Feature","id":"n7369767810","geometry":{"type":"Point","coordinates":[-0.2522574,51.4448707]},"properties":{"@type":"node","@id":7369767810,"@timestamp":1586112213},"coords":"51.4448707,-0.2522574","bedrooms":"0","price":"159000","area":"426"} , +{"type":"Feature","id":"n7369774707","geometry":{"type":"Point","coordinates":[-0.2528148,51.4474184]},"properties":{"@type":"node","@id":7369774707,"@timestamp":1586112213},"coords":"51.4474184,-0.2528148","bedrooms":"0","price":"217000","area":"649"} , +{"type":"Feature","id":"n7369774840","geometry":{"type":"Point","coordinates":[-0.2532728,51.4457876]},"properties":{"@type":"node","@id":7369774840,"@timestamp":1586112213},"coords":"51.4457876,-0.2532728","bedrooms":"4","price":"198000","area":"510"} , +{"type":"Feature","id":"n7369822043","geometry":{"type":"Point","coordinates":[0.0017017,51.5434095]},"properties":{"@type":"node","@id":7369822043,"@timestamp":1586114925},"coords":"51.5434095,0.0017017","bedrooms":"4","price":"156000","area":"685"} , +{"type":"Feature","id":"n7369905599","geometry":{"type":"Point","coordinates":[-0.862211,51.1810288]},"properties":{"@type":"node","@id":7369905599,"@timestamp":1586115240},"coords":"51.1810288,-0.862211","bedrooms":"2","price":"193000","area":"385"} , +{"type":"Feature","id":"n7370017483","geometry":{"type":"Point","coordinates":[-0.0159166,51.5096451]},"properties":{"@type":"node","@id":7370017483,"@timestamp":1586244188},"coords":"51.5096451,-0.0159166","bedrooms":"1","price":"264000","area":"690"} , +{"type":"Feature","id":"n7370074882","geometry":{"type":"Point","coordinates":[0.1878798,51.8697201]},"properties":{"@type":"node","@id":7370074882,"@timestamp":1586118525},"coords":"51.8697201,0.1878798","bedrooms":"0","price":"246000","area":"498"} , +{"type":"Feature","id":"n7370075039","geometry":{"type":"Point","coordinates":[0.1839766,51.8675336]},"properties":{"@type":"node","@id":7370075039,"@timestamp":1586118525},"coords":"51.8675336,0.1839766","bedrooms":"4","price":"192000","area":"677"} , +{"type":"Feature","id":"n7370075079","geometry":{"type":"Point","coordinates":[0.1818291,51.8679298]},"properties":{"@type":"node","@id":7370075079,"@timestamp":1586118525},"coords":"51.8679298,0.1818291","bedrooms":"1","price":"265000","area":"503"} , +{"type":"Feature","id":"n7370227685","geometry":{"type":"Point","coordinates":[-0.0162147,51.5094668]},"properties":{"@type":"node","@id":7370227685,"@timestamp":1586244188},"coords":"51.5094668,-0.0162147","bedrooms":"1","price":"215000","area":"421"} , +{"type":"Feature","id":"n7370243195","geometry":{"type":"Point","coordinates":[-0.3187167,51.6009524]},"properties":{"@type":"node","@id":7370243195,"@timestamp":1586123266},"coords":"51.6009524,-0.3187167","bedrooms":"0","price":"212000","area":"506"} , +{"type":"Feature","id":"n7370249775","geometry":{"type":"Point","coordinates":[-0.1788402,51.499197]},"properties":{"@type":"node","@id":7370249775,"@timestamp":1586126247},"coords":"51.499197,-0.1788402","bedrooms":"3","price":"256000","area":"395"} , +{"type":"Feature","id":"n7370280996","geometry":{"type":"Point","coordinates":[-0.1784225,51.4973718]},"properties":{"@type":"node","@id":7370280996,"@timestamp":1586126247},"coords":"51.4973718,-0.1784225","bedrooms":"0","price":"225000","area":"652"} , +{"type":"Feature","id":"n7370507201","geometry":{"type":"Point","coordinates":[-0.102443,51.0029511]},"properties":{"@type":"node","@id":7370507201,"@timestamp":1586142472},"coords":"51.0029511,-0.102443","bedrooms":"2","price":"270000","area":"456"} , +{"type":"Feature","id":"n7370510215","geometry":{"type":"Point","coordinates":[-0.1014344,51.00406]},"properties":{"@type":"node","@id":7370510215,"@timestamp":1586142472},"coords":"51.00406,-0.1014344","bedrooms":"4","price":"156000","area":"577"} , +{"type":"Feature","id":"n7370510236","geometry":{"type":"Point","coordinates":[-0.102054,51.0046068]},"properties":{"@type":"node","@id":7370510236,"@timestamp":1586142472},"coords":"51.0046068,-0.102054","bedrooms":"4","price":"218000","area":"695"} , +{"type":"Feature","id":"n7370510246","geometry":{"type":"Point","coordinates":[-0.1020902,51.004422]},"properties":{"@type":"node","@id":7370510246,"@timestamp":1586142472},"coords":"51.004422,-0.1020902","bedrooms":"2","price":"254000","area":"441"} , +{"type":"Feature","id":"n7370510268","geometry":{"type":"Point","coordinates":[-0.1001879,51.0046054]},"properties":{"@type":"node","@id":7370510268,"@timestamp":1586142472},"coords":"51.0046054,-0.1001879","bedrooms":"3","price":"230000","area":"665"} , +{"type":"Feature","id":"n7370510278","geometry":{"type":"Point","coordinates":[-0.1003629,51.0045275]},"properties":{"@type":"node","@id":7370510278,"@timestamp":1586142472},"coords":"51.0045275,-0.1003629","bedrooms":"0","price":"182000","area":"525"} , +{"type":"Feature","id":"n7370518139","geometry":{"type":"Point","coordinates":[-0.1764772,51.5290823]},"properties":{"@type":"node","@id":7370518139,"@timestamp":1586143080},"coords":"51.5290823,-0.1764772","bedrooms":"0","price":"158000","area":"368"} , +{"type":"Feature","id":"n7370962365","geometry":{"type":"Point","coordinates":[-0.2109538,51.5095106]},"properties":{"@type":"node","@id":7370962365,"@timestamp":1586158401},"coords":"51.5095106,-0.2109538","bedrooms":"0","price":"284000","area":"600"} , +{"type":"Feature","id":"n7371303976","geometry":{"type":"Point","coordinates":[-0.9349442,51.4398697]},"properties":{"@type":"node","@id":7371303976,"@timestamp":1634720367},"coords":"51.4398697,-0.9349442","bedrooms":"3","price":"247000","area":"628"} , +{"type":"Feature","id":"n7371561061","geometry":{"type":"Point","coordinates":[-0.3661521,51.3687886]},"properties":{"@type":"node","@id":7371561061,"@timestamp":1592130833},"coords":"51.3687886,-0.3661521","bedrooms":"2","price":"224000","area":"584"} , +{"type":"Feature","id":"n7371919742","geometry":{"type":"Point","coordinates":[-0.2113687,51.5107906]},"properties":{"@type":"node","@id":7371919742,"@timestamp":1586174358},"coords":"51.5107906,-0.2113687","bedrooms":"3","price":"211000","area":"611"} , +{"type":"Feature","id":"n7371919752","geometry":{"type":"Point","coordinates":[-0.2110349,51.5103323]},"properties":{"@type":"node","@id":7371919752,"@timestamp":1586174358},"coords":"51.5103323,-0.2110349","bedrooms":"0","price":"268000","area":"616"} , +{"type":"Feature","id":"n7371919762","geometry":{"type":"Point","coordinates":[-0.2114155,51.5106171]},"properties":{"@type":"node","@id":7371919762,"@timestamp":1586174358},"coords":"51.5106171,-0.2114155","bedrooms":"4","price":"174000","area":"442"} , +{"type":"Feature","id":"n7371946317","geometry":{"type":"Point","coordinates":[-0.2111528,51.5109803]},"properties":{"@type":"node","@id":7371946317,"@timestamp":1586174358},"coords":"51.5109803,-0.2111528","bedrooms":"2","price":"287000","area":"375"} , +{"type":"Feature","id":"n7371946327","geometry":{"type":"Point","coordinates":[-0.2108338,51.5105595]},"properties":{"@type":"node","@id":7371946327,"@timestamp":1586174358},"coords":"51.5105595,-0.2108338","bedrooms":"2","price":"291000","area":"631"} , +{"type":"Feature","id":"n7371980900","geometry":{"type":"Point","coordinates":[-0.973041,51.4608559]},"properties":{"@type":"node","@id":7371980900,"@timestamp":1586175305},"coords":"51.4608559,-0.973041","bedrooms":"1","price":"168000","area":"470"} , +{"type":"Feature","id":"n7372138050","geometry":{"type":"Point","coordinates":[-0.1769217,51.4982601]},"properties":{"@type":"node","@id":7372138050,"@timestamp":1586177498},"coords":"51.4982601,-0.1769217","bedrooms":"1","price":"171000","area":"479"} , +{"type":"Feature","id":"n7372841872","geometry":{"type":"Point","coordinates":[0.0724708,50.988451]},"properties":{"@type":"node","@id":7372841872,"@timestamp":1586189938},"coords":"50.988451,0.0724708","bedrooms":"2","price":"247000","area":"569"} , +{"type":"Feature","id":"n7372881270","geometry":{"type":"Point","coordinates":[-0.2104904,51.5095972]},"properties":{"@type":"node","@id":7372881270,"@timestamp":1586192242},"coords":"51.5095972,-0.2104904","bedrooms":"3","price":"252000","area":"525"} , +{"type":"Feature","id":"n7373240668","geometry":{"type":"Point","coordinates":[0.1586916,51.049112]},"properties":{"@type":"node","@id":7373240668,"@timestamp":1586199963},"coords":"51.049112,0.1586916","bedrooms":"4","price":"225000","area":"451"} , +{"type":"Feature","id":"n7373564604","geometry":{"type":"Point","coordinates":[-0.0048558,51.4709261]},"properties":{"@type":"node","@id":7373564604,"@timestamp":1586209402},"coords":"51.4709261,-0.0048558","bedrooms":"2","price":"285000","area":"604"} , +{"type":"Feature","id":"n7373836359","geometry":{"type":"Point","coordinates":[-0.3299292,51.5858153]},"properties":{"@type":"node","@id":7373836359,"@timestamp":1625645016},"coords":"51.5858153,-0.3299292","bedrooms":"0","price":"235000","area":"359"} , +{"type":"Feature","id":"n7374203983","geometry":{"type":"Point","coordinates":[-0.2369363,51.6885774]},"properties":{"@type":"node","@id":7374203983,"@timestamp":1586239633},"coords":"51.6885774,-0.2369363","bedrooms":"0","price":"232000","area":"466"} , +{"type":"Feature","id":"n7374403282","geometry":{"type":"Point","coordinates":[-0.453799,51.3601145]},"properties":{"@type":"node","@id":7374403282,"@timestamp":1586245667},"coords":"51.3601145,-0.453799","bedrooms":"0","price":"277000","area":"521"} , +{"type":"Feature","id":"n7374651014","geometry":{"type":"Point","coordinates":[-0.4729767,51.3830913]},"properties":{"@type":"node","@id":7374651014,"@timestamp":1586249765},"coords":"51.3830913,-0.4729767","bedrooms":"2","price":"261000","area":"628"} , +{"type":"Feature","id":"n7374661973","geometry":{"type":"Point","coordinates":[-0.2102586,51.509215]},"properties":{"@type":"node","@id":7374661973,"@timestamp":1586249943},"coords":"51.509215,-0.2102586","bedrooms":"3","price":"257000","area":"454"} , +{"type":"Feature","id":"n7374662034","geometry":{"type":"Point","coordinates":[-0.2098134,51.5091945]},"properties":{"@type":"node","@id":7374662034,"@timestamp":1586249943},"coords":"51.5091945,-0.2098134","bedrooms":"4","price":"169000","area":"690"} , +{"type":"Feature","id":"n7374662044","geometry":{"type":"Point","coordinates":[-0.2094825,51.5087854]},"properties":{"@type":"node","@id":7374662044,"@timestamp":1586249943},"coords":"51.5087854,-0.2094825","bedrooms":"3","price":"187000","area":"363"} , +{"type":"Feature","id":"n7374662054","geometry":{"type":"Point","coordinates":[-0.2091426,51.5083651]},"properties":{"@type":"node","@id":7374662054,"@timestamp":1586249943},"coords":"51.5083651,-0.2091426","bedrooms":"1","price":"166000","area":"382"} , +{"type":"Feature","id":"n7374662169","geometry":{"type":"Point","coordinates":[-0.2088528,51.5080068]},"properties":{"@type":"node","@id":7374662169,"@timestamp":1586249943},"coords":"51.5080068,-0.2088528","bedrooms":"2","price":"176000","area":"493"} , +{"type":"Feature","id":"n7375037962","geometry":{"type":"Point","coordinates":[-0.2085994,51.5074597]},"properties":{"@type":"node","@id":7375037962,"@timestamp":1586255549},"coords":"51.5074597,-0.2085994","bedrooms":"1","price":"187000","area":"424"} , +{"type":"Feature","id":"n7375037972","geometry":{"type":"Point","coordinates":[-0.2082107,51.5070037]},"properties":{"@type":"node","@id":7375037972,"@timestamp":1586255549},"coords":"51.5070037,-0.2082107","bedrooms":"4","price":"155000","area":"393"} , +{"type":"Feature","id":"n7375048005","geometry":{"type":"Point","coordinates":[-0.2082737,51.5068096]},"properties":{"@type":"node","@id":7375048005,"@timestamp":1586255549},"coords":"51.5068096,-0.2082737","bedrooms":"2","price":"220000","area":"531"} , +{"type":"Feature","id":"n7375048015","geometry":{"type":"Point","coordinates":[-0.2086995,51.5072543]},"properties":{"@type":"node","@id":7375048015,"@timestamp":1586255549},"coords":"51.5072543,-0.2086995","bedrooms":"4","price":"222000","area":"594"} , +{"type":"Feature","id":"n7375048026","geometry":{"type":"Point","coordinates":[-0.2090483,51.5076694]},"properties":{"@type":"node","@id":7375048026,"@timestamp":1586255549},"coords":"51.5076694,-0.2090483","bedrooms":"1","price":"275000","area":"626"} , +{"type":"Feature","id":"n7375112585","geometry":{"type":"Point","coordinates":[-0.9083981,51.7883419]},"properties":{"@type":"node","@id":7375112585,"@timestamp":1586256410},"coords":"51.7883419,-0.9083981","bedrooms":"3","price":"256000","area":"593"} , +{"type":"Feature","id":"n7375536811","geometry":{"type":"Point","coordinates":[-0.9995078,51.44444]},"properties":{"@type":"node","@id":7375536811,"@timestamp":1586266836,"time":"2020-04-07T12:21:02Z"},"coords":"51.44444,-0.9995078","bedrooms":"4","price":"220000","area":"695"} , +{"type":"Feature","id":"n7375536821","geometry":{"type":"Point","coordinates":[-0.9966333,51.4450244]},"properties":{"@type":"node","@id":7375536821,"@timestamp":1586265864,"time":"2020-04-07T12:13:07Z"},"coords":"51.4450244,-0.9966333","bedrooms":"4","price":"170000","area":"629"} , +{"type":"Feature","id":"n7375536831","geometry":{"type":"Point","coordinates":[-0.9976405,51.4426108]},"properties":{"@type":"node","@id":7375536831,"@timestamp":1586266836,"time":"2020-04-07T12:25:48Z"},"coords":"51.4426108,-0.9976405","bedrooms":"4","price":"170000","area":"685"} , +{"type":"Feature","id":"n7375545852","geometry":{"type":"Point","coordinates":[-0.9991494,51.4429394]},"properties":{"@type":"node","@id":7375545852,"@timestamp":1586265864},"coords":"51.4429394,-0.9991494","bedrooms":"4","price":"277000","area":"671"} , +{"type":"Feature","id":"n7375617886","geometry":{"type":"Point","coordinates":[-0.448319,51.4689989]},"properties":{"@type":"node","@id":7375617886,"@timestamp":1586266157},"coords":"51.4689989,-0.448319","bedrooms":"4","price":"156000","area":"420"} , +{"type":"Feature","id":"n7375673052","geometry":{"type":"Point","coordinates":[0.0569682,51.6497717]},"properties":{"@type":"node","@id":7375673052,"@timestamp":1586267379},"coords":"51.6497717,0.0569682","bedrooms":"0","price":"273000","area":"352"} , +{"type":"Feature","id":"n7376081738","geometry":{"type":"Point","coordinates":[-0.8738396,51.4613789]},"properties":{"@type":"node","@id":7376081738,"@timestamp":1586275784},"coords":"51.4613789,-0.8738396","bedrooms":"3","price":"231000","area":"419"} , +{"type":"Feature","id":"n7376132400","geometry":{"type":"Point","coordinates":[-0.2110694,51.5088739]},"properties":{"@type":"node","@id":7376132400,"@timestamp":1586276631},"coords":"51.5088739,-0.2110694","bedrooms":"1","price":"213000","area":"518"} , +{"type":"Feature","id":"n7376134991","geometry":{"type":"Point","coordinates":[-0.4690862,51.3444861]},"properties":{"@type":"node","@id":7376134991,"@timestamp":1586276725},"coords":"51.3444861,-0.4690862","bedrooms":"4","price":"159000","area":"478"} , +{"type":"Feature","id":"n7376222636","geometry":{"type":"Point","coordinates":[-0.2152076,51.508033]},"properties":{"@type":"node","@id":7376222636,"@timestamp":1586278934},"coords":"51.508033,-0.2152076","bedrooms":"2","price":"226000","area":"465"} , +{"type":"Feature","id":"n7376298554","geometry":{"type":"Point","coordinates":[-0.0163254,51.5105569]},"properties":{"@type":"node","@id":7376298554,"@timestamp":1622977015},"coords":"51.5105569,-0.0163254","bedrooms":"4","price":"246000","area":"551"} , +{"type":"Feature","id":"n7376515266","geometry":{"type":"Point","coordinates":[-0.4718053,51.7580877]},"properties":{"@type":"node","@id":7376515266,"@timestamp":1586285664},"coords":"51.7580877,-0.4718053","bedrooms":"1","price":"168000","area":"393"} , +{"type":"Feature","id":"n7377137821","geometry":{"type":"Point","coordinates":[0.7316052,51.3443869]},"properties":{"@type":"node","@id":7377137821,"@timestamp":1586302248},"coords":"51.3443869,0.7316052","bedrooms":"1","price":"286000","area":"478"} , +{"type":"Feature","id":"n7379204024","geometry":{"type":"Point","coordinates":[-0.1412178,51.4248048]},"properties":{"@type":"node","@id":7379204024,"@timestamp":1586333657},"coords":"51.4248048,-0.1412178","bedrooms":"1","price":"215000","area":"535"} , +{"type":"Feature","id":"n7379614174","geometry":{"type":"Point","coordinates":[-0.0271272,51.5602179]},"properties":{"@type":"node","@id":7379614174,"@timestamp":1586341473},"coords":"51.5602179,-0.0271272","bedrooms":"3","price":"198000","area":"392"} , +{"type":"Feature","id":"n7379764720","geometry":{"type":"Point","coordinates":[-0.215379,51.5066225]},"properties":{"@type":"node","@id":7379764720,"@timestamp":1586344116},"coords":"51.5066225,-0.215379","bedrooms":"3","price":"237000","area":"680"} , +{"type":"Feature","id":"n7379902913","geometry":{"type":"Point","coordinates":[-0.3283822,51.5936964]},"properties":{"@type":"node","@id":7379902913,"@timestamp":1594915315},"coords":"51.5936964,-0.3283822","bedrooms":"1","price":"279000","area":"496"} , +{"type":"Feature","id":"n7380347619","geometry":{"type":"Point","coordinates":[-0.1270515,51.4583563]},"properties":{"@type":"node","@id":7380347619,"@timestamp":1586356542},"coords":"51.4583563,-0.1270515","bedrooms":"0","price":"228000","area":"507"} , +{"type":"Feature","id":"n7380384978","geometry":{"type":"Point","coordinates":[-0.1600567,51.0075192]},"properties":{"@type":"node","@id":7380384978,"@timestamp":1601141106},"coords":"51.0075192,-0.1600567","bedrooms":"2","price":"226000","area":"404"} , +{"type":"Feature","id":"n7380414144","geometry":{"type":"Point","coordinates":[-0.0376336,51.4954633]},"properties":{"@type":"node","@id":7380414144,"@timestamp":1626965806},"coords":"51.4954633,-0.0376336","bedrooms":"1","price":"200000","area":"405"} , +{"type":"Feature","id":"n7380609259","geometry":{"type":"Point","coordinates":[-0.169149,51.008937]},"properties":{"@type":"node","@id":7380609259,"@timestamp":1586450707},"coords":"51.008937,-0.169149","bedrooms":"0","price":"187000","area":"520"} , +{"type":"Feature","id":"n7380876685","geometry":{"type":"Point","coordinates":[-0.1532755,51.4551561]},"properties":{"@type":"node","@id":7380876685,"@timestamp":1586363779},"coords":"51.4551561,-0.1532755","bedrooms":"1","price":"260000","area":"425"} , +{"type":"Feature","id":"n7381885601","geometry":{"type":"Point","coordinates":[-0.4500579,51.3829381]},"properties":{"@type":"node","@id":7381885601,"@timestamp":1586366018},"coords":"51.3829381,-0.4500579","bedrooms":"1","price":"256000","area":"615"} , +{"type":"Feature","id":"n7382506782","geometry":{"type":"Point","coordinates":[-0.0184185,51.5022258]},"properties":{"@type":"node","@id":7382506782,"@timestamp":1619530420},"coords":"51.5022258,-0.0184185","bedrooms":"0","price":"232000","area":"516"} , +{"type":"Feature","id":"n7382725154","geometry":{"type":"Point","coordinates":[-0.0162322,51.5021447]},"properties":{"@type":"node","@id":7382725154,"@timestamp":1626345505},"coords":"51.5021447,-0.0162322","bedrooms":"0","price":"279000","area":"496"} , +{"type":"Feature","id":"n7382797252","geometry":{"type":"Point","coordinates":[-0.2149752,51.5069487]},"properties":{"@type":"node","@id":7382797252,"@timestamp":1602782820},"coords":"51.5069487,-0.2149752","bedrooms":"2","price":"296000","area":"417"} , +{"type":"Feature","id":"n7382807425","geometry":{"type":"Point","coordinates":[-0.2134901,51.5079346]},"properties":{"@type":"node","@id":7382807425,"@timestamp":1586369827},"coords":"51.5079346,-0.2134901","bedrooms":"4","price":"179000","area":"576"} , +{"type":"Feature","id":"n7382807478","geometry":{"type":"Point","coordinates":[-0.2131668,51.507686]},"properties":{"@type":"node","@id":7382807478,"@timestamp":1586369827},"coords":"51.507686,-0.2131668","bedrooms":"1","price":"164000","area":"576"} , +{"type":"Feature","id":"n7382807519","geometry":{"type":"Point","coordinates":[-0.2141047,51.506851]},"properties":{"@type":"node","@id":7382807519,"@timestamp":1586369827},"coords":"51.506851,-0.2141047","bedrooms":"4","price":"236000","area":"696"} , +{"type":"Feature","id":"n7382877818","geometry":{"type":"Point","coordinates":[-0.0013361,51.4676572]},"properties":{"@type":"node","@id":7382877818,"@timestamp":1586371567},"coords":"51.4676572,-0.0013361","bedrooms":"3","price":"254000","area":"589"} , +{"type":"Feature","id":"n7382884112","geometry":{"type":"Point","coordinates":[-0.1949944,51.4507347]},"properties":{"@type":"node","@id":7382884112,"@timestamp":1586371342},"coords":"51.4507347,-0.1949944","bedrooms":"0","price":"194000","area":"591"} , +{"type":"Feature","id":"n7382994319","geometry":{"type":"Point","coordinates":[-0.2010238,51.4612659]},"properties":{"@type":"node","@id":7382994319,"@timestamp":1586373774},"coords":"51.4612659,-0.2010238","bedrooms":"4","price":"251000","area":"422"} , +{"type":"Feature","id":"n7383062296","geometry":{"type":"Point","coordinates":[0.004035,51.470208]},"properties":{"@type":"node","@id":7383062296,"@timestamp":1586374920},"coords":"51.470208,0.004035","bedrooms":"2","price":"294000","area":"651"} , +{"type":"Feature","id":"n7383469439","geometry":{"type":"Point","coordinates":[-0.2006264,51.5409369]},"properties":{"@type":"node","@id":7383469439,"@timestamp":1586385886},"coords":"51.5409369,-0.2006264","bedrooms":"0","price":"276000","area":"673"} , +{"type":"Feature","id":"n7383842786","geometry":{"type":"Point","coordinates":[-0.2140487,51.5071237]},"properties":{"@type":"node","@id":7383842786,"@timestamp":1586406357},"coords":"51.5071237,-0.2140487","bedrooms":"0","price":"194000","area":"448"} , +{"type":"Feature","id":"n7383842845","geometry":{"type":"Point","coordinates":[-0.2136028,51.5073349]},"properties":{"@type":"node","@id":7383842845,"@timestamp":1586406357},"coords":"51.5073349,-0.2136028","bedrooms":"3","price":"253000","area":"511"} , +{"type":"Feature","id":"n7384609035","geometry":{"type":"Point","coordinates":[-1.0243349,51.443477]},"properties":{"@type":"node","@id":7384609035,"@timestamp":1586423113},"coords":"51.443477,-1.0243349","bedrooms":"1","price":"197000","area":"547"} , +{"type":"Feature","id":"n7385623129","geometry":{"type":"Point","coordinates":[-0.5967452,51.2445722]},"properties":{"@type":"node","@id":7385623129,"@timestamp":1586438664},"coords":"51.2445722,-0.5967452","bedrooms":"0","price":"266000","area":"531"} , +{"type":"Feature","id":"n7385814631","geometry":{"type":"Point","coordinates":[0.043387,51.3790018]},"properties":{"@type":"node","@id":7385814631,"@timestamp":1586443029},"coords":"51.3790018,0.043387","bedrooms":"0","price":"231000","area":"616"} , +{"type":"Feature","id":"n7386157466","geometry":{"type":"Point","coordinates":[-0.4884434,51.3808502]},"properties":{"@type":"node","@id":7386157466,"@timestamp":1586450456},"coords":"51.3808502,-0.4884434","bedrooms":"0","price":"286000","area":"427"} , +{"type":"Feature","id":"n7387059077","geometry":{"type":"Point","coordinates":[-0.995785,51.4269175]},"properties":{"@type":"node","@id":7387059077,"@timestamp":1603642122},"coords":"51.4269175,-0.995785","bedrooms":"4","price":"190000","area":"613"} , +{"type":"Feature","id":"n7387454864","geometry":{"type":"Point","coordinates":[0.0174723,51.6275192]},"properties":{"@type":"node","@id":7387454864,"@timestamp":1586473669},"coords":"51.6275192,0.0174723","bedrooms":"2","price":"209000","area":"397"} , +{"type":"Feature","id":"n7387528452","geometry":{"type":"Point","coordinates":[-0.0180651,51.6111778]},"properties":{"@type":"node","@id":7387528452,"@timestamp":1586476194},"coords":"51.6111778,-0.0180651","bedrooms":"2","price":"203000","area":"386"} , +{"type":"Feature","id":"n7387976579","geometry":{"type":"Point","coordinates":[-0.4341635,51.8939198]},"properties":{"@type":"node","@id":7387976579,"@timestamp":1611705773},"coords":"51.8939198,-0.4341635","bedrooms":"3","price":"174000","area":"563"} , +{"type":"Feature","id":"n7388008973","geometry":{"type":"Point","coordinates":[-0.2126982,51.5078578]},"properties":{"@type":"node","@id":7388008973,"@timestamp":1586497410},"coords":"51.5078578,-0.2126982","bedrooms":"0","price":"162000","area":"541"} , +{"type":"Feature","id":"n7388022625","geometry":{"type":"Point","coordinates":[-0.2116391,51.508251]},"properties":{"@type":"node","@id":7388022625,"@timestamp":1586497410},"coords":"51.508251,-0.2116391","bedrooms":"2","price":"160000","area":"422"} , +{"type":"Feature","id":"n7388022700","geometry":{"type":"Point","coordinates":[-0.2101012,51.5084708]},"properties":{"@type":"node","@id":7388022700,"@timestamp":1586497410},"coords":"51.5084708,-0.2101012","bedrooms":"2","price":"174000","area":"549"} , +{"type":"Feature","id":"n7388022747","geometry":{"type":"Point","coordinates":[-0.2115705,51.5077508]},"properties":{"@type":"node","@id":7388022747,"@timestamp":1586497410},"coords":"51.5077508,-0.2115705","bedrooms":"0","price":"167000","area":"577"} , +{"type":"Feature","id":"n7388022780","geometry":{"type":"Point","coordinates":[-0.2097598,51.5080487]},"properties":{"@type":"node","@id":7388022780,"@timestamp":1586497410},"coords":"51.5080487,-0.2097598","bedrooms":"2","price":"199000","area":"356"} , +{"type":"Feature","id":"n7388022795","geometry":{"type":"Point","coordinates":[-0.2099687,51.5076881]},"properties":{"@type":"node","@id":7388022795,"@timestamp":1586497410},"coords":"51.5076881,-0.2099687","bedrooms":"0","price":"270000","area":"466"} , +{"type":"Feature","id":"n7388022835","geometry":{"type":"Point","coordinates":[-0.2107919,51.5075379]},"properties":{"@type":"node","@id":7388022835,"@timestamp":1586497410},"coords":"51.5075379,-0.2107919","bedrooms":"4","price":"185000","area":"662"} , +{"type":"Feature","id":"n7388022846","geometry":{"type":"Point","coordinates":[-0.2115885,51.5073802]},"properties":{"@type":"node","@id":7388022846,"@timestamp":1586497410},"coords":"51.5073802,-0.2115885","bedrooms":"0","price":"155000","area":"511"} , +{"type":"Feature","id":"n7388740356","geometry":{"type":"Point","coordinates":[-1.0229594,51.4441299]},"properties":{"@type":"node","@id":7388740356,"@timestamp":1586513646},"coords":"51.4441299,-1.0229594","bedrooms":"2","price":"262000","area":"628"} , +{"type":"Feature","id":"n7389206816","geometry":{"type":"Point","coordinates":[-0.7409818,51.3510034]},"properties":{"@type":"node","@id":7389206816,"@timestamp":1586520187},"coords":"51.3510034,-0.7409818","bedrooms":"2","price":"210000","area":"630"} , +{"type":"Feature","id":"n7389366667","geometry":{"type":"Point","coordinates":[-0.2538949,51.4414625]},"properties":{"@type":"node","@id":7389366667,"@timestamp":1586522973},"coords":"51.4414625,-0.2538949","bedrooms":"0","price":"211000","area":"613"} , +{"type":"Feature","id":"n7389366677","geometry":{"type":"Point","coordinates":[-0.2530426,51.4417027]},"properties":{"@type":"node","@id":7389366677,"@timestamp":1586522973},"coords":"51.4417027,-0.2530426","bedrooms":"4","price":"237000","area":"570"} , +{"type":"Feature","id":"n7389462655","geometry":{"type":"Point","coordinates":[-0.4665475,51.3555558]},"properties":{"@type":"node","@id":7389462655,"@timestamp":1586525670},"coords":"51.3555558,-0.4665475","bedrooms":"2","price":"175000","area":"678"} , +{"type":"Feature","id":"n7389462679","geometry":{"type":"Point","coordinates":[-0.459734,51.3649031]},"properties":{"@type":"node","@id":7389462679,"@timestamp":1586525670},"coords":"51.3649031,-0.459734","bedrooms":"0","price":"152000","area":"626"} , +{"type":"Feature","id":"n7389984598","geometry":{"type":"Point","coordinates":[-0.1122727,51.418373]},"properties":{"@type":"node","@id":7389984598,"@timestamp":1586537836},"coords":"51.418373,-0.1122727","bedrooms":"3","price":"173000","area":"677"} , +{"type":"Feature","id":"n7390296256","geometry":{"type":"Point","coordinates":[-0.2112162,51.5072229]},"properties":{"@type":"node","@id":7390296256,"@timestamp":1586541492},"coords":"51.5072229,-0.2112162","bedrooms":"1","price":"177000","area":"432"} , +{"type":"Feature","id":"n7390296266","geometry":{"type":"Point","coordinates":[-0.210959,51.5067206]},"properties":{"@type":"node","@id":7390296266,"@timestamp":1586541492},"coords":"51.5067206,-0.210959","bedrooms":"1","price":"240000","area":"544"} , +{"type":"Feature","id":"n7390299836","geometry":{"type":"Point","coordinates":[-0.2100576,51.5073517]},"properties":{"@type":"node","@id":7390299836,"@timestamp":1586541492},"coords":"51.5073517,-0.2100576","bedrooms":"1","price":"206000","area":"606"} , +{"type":"Feature","id":"n7390299846","geometry":{"type":"Point","coordinates":[-0.2097555,51.5068594]},"properties":{"@type":"node","@id":7390299846,"@timestamp":1586541492},"coords":"51.5068594,-0.2097555","bedrooms":"2","price":"198000","area":"473"} , +{"type":"Feature","id":"n7390299910","geometry":{"type":"Point","coordinates":[-0.2096285,51.5075538]},"properties":{"@type":"node","@id":7390299910,"@timestamp":1586541492},"coords":"51.5075538,-0.2096285","bedrooms":"3","price":"268000","area":"607"} , +{"type":"Feature","id":"n7390299921","geometry":{"type":"Point","coordinates":[-0.2090098,51.507268]},"properties":{"@type":"node","@id":7390299921,"@timestamp":1586541492},"coords":"51.507268,-0.2090098","bedrooms":"4","price":"156000","area":"508"} , +{"type":"Feature","id":"n7390300074","geometry":{"type":"Point","coordinates":[-0.2089482,51.5064263]},"properties":{"@type":"node","@id":7390300074,"@timestamp":1586541492},"coords":"51.5064263,-0.2089482","bedrooms":"2","price":"206000","area":"536"} , +{"type":"Feature","id":"n7390589105","geometry":{"type":"Point","coordinates":[-0.0597481,51.4638086]},"properties":{"@type":"node","@id":7390589105,"@timestamp":1586546761},"coords":"51.4638086,-0.0597481","bedrooms":"3","price":"276000","area":"695"} , +{"type":"Feature","id":"n7390606174","geometry":{"type":"Point","coordinates":[-0.8637746,51.4752397]},"properties":{"@type":"node","@id":7390606174,"@timestamp":1615415984},"coords":"51.4752397,-0.8637746","bedrooms":"4","price":"287000","area":"551"} , +{"type":"Feature","id":"n7390808156","geometry":{"type":"Point","coordinates":[-0.2522496,51.3945222]},"properties":{"@type":"node","@id":7390808156,"@timestamp":1586553422},"coords":"51.3945222,-0.2522496","bedrooms":"2","price":"281000","area":"615"} , +{"type":"Feature","id":"n7390952950","geometry":{"type":"Point","coordinates":[-0.5687718,51.7435999]},"properties":{"@type":"node","@id":7390952950,"@timestamp":1586557438},"coords":"51.7435999,-0.5687718","bedrooms":"4","price":"268000","area":"371"} , +{"type":"Feature","id":"n7390952967","geometry":{"type":"Point","coordinates":[-0.5613488,51.7346367]},"properties":{"@type":"node","@id":7390952967,"@timestamp":1586557438},"coords":"51.7346367,-0.5613488","bedrooms":"4","price":"280000","area":"640"} , +{"type":"Feature","id":"n7390999495","geometry":{"type":"Point","coordinates":[-0.5772127,51.7528051]},"properties":{"@type":"node","@id":7390999495,"@timestamp":1586557438},"coords":"51.7528051,-0.5772127","bedrooms":"0","price":"261000","area":"453"} , +{"type":"Feature","id":"n7391180073","geometry":{"type":"Point","coordinates":[-0.0126542,51.4412937]},"properties":{"@type":"node","@id":7391180073,"@timestamp":1605481833},"coords":"51.4412937,-0.0126542","bedrooms":"2","price":"153000","area":"687"} , +{"type":"Feature","id":"n7391185630","geometry":{"type":"Point","coordinates":[-0.0066995,51.4534676]},"properties":{"@type":"node","@id":7391185630,"@timestamp":1617692076},"coords":"51.4534676,-0.0066995","bedrooms":"2","price":"173000","area":"411"} , +{"type":"Feature","id":"n7391211833","geometry":{"type":"Point","coordinates":[0.0343339,51.4273403]},"properties":{"@type":"node","@id":7391211833,"@timestamp":1586563469},"coords":"51.4273403,0.0343339","bedrooms":"2","price":"223000","area":"450"} , +{"type":"Feature","id":"n7391219002","geometry":{"type":"Point","coordinates":[-0.0075997,51.4367558]},"properties":{"@type":"node","@id":7391219002,"@timestamp":1586563932},"coords":"51.4367558,-0.0075997","bedrooms":"2","price":"253000","area":"634"} , +{"type":"Feature","id":"n7391251674","geometry":{"type":"Point","coordinates":[-0.0133376,51.4575993]},"properties":{"@type":"node","@id":7391251674,"@timestamp":1620203436},"coords":"51.4575993,-0.0133376","bedrooms":"3","price":"225000","area":"684"} , +{"type":"Feature","id":"n7391450902","geometry":{"type":"Point","coordinates":[-0.21072,51.5063825]},"properties":{"@type":"node","@id":7391450902,"@timestamp":1586584450},"coords":"51.5063825,-0.21072","bedrooms":"4","price":"253000","area":"396"} , +{"type":"Feature","id":"n7391450968","geometry":{"type":"Point","coordinates":[-0.2117489,51.5063015]},"properties":{"@type":"node","@id":7391450968,"@timestamp":1586584450},"coords":"51.5063015,-0.2117489","bedrooms":"1","price":"267000","area":"417"} , +{"type":"Feature","id":"n7391470412","geometry":{"type":"Point","coordinates":[-0.2122616,51.5069373]},"properties":{"@type":"node","@id":7391470412,"@timestamp":1586584450},"coords":"51.5069373,-0.2122616","bedrooms":"1","price":"204000","area":"693"} , +{"type":"Feature","id":"n7391470508","geometry":{"type":"Point","coordinates":[-0.2116397,51.506978]},"properties":{"@type":"node","@id":7391470508,"@timestamp":1586584450},"coords":"51.506978,-0.2116397","bedrooms":"3","price":"299000","area":"555"} , +{"type":"Feature","id":"n7391470518","geometry":{"type":"Point","coordinates":[-0.21137,51.5064683]},"properties":{"@type":"node","@id":7391470518,"@timestamp":1586584450},"coords":"51.5064683,-0.21137","bedrooms":"3","price":"162000","area":"597"} , +{"type":"Feature","id":"n7391598359","geometry":{"type":"Point","coordinates":[-0.2133557,51.5067919]},"properties":{"@type":"node","@id":7391598359,"@timestamp":1586590383},"coords":"51.5067919,-0.2133557","bedrooms":"4","price":"278000","area":"427"} , +{"type":"Feature","id":"n7391598408","geometry":{"type":"Point","coordinates":[-0.2125083,51.5064216]},"properties":{"@type":"node","@id":7391598408,"@timestamp":1586590383},"coords":"51.5064216,-0.2125083","bedrooms":"1","price":"166000","area":"416"} , +{"type":"Feature","id":"n7391601272","geometry":{"type":"Point","coordinates":[-0.0864799,51.4190781]},"properties":{"@type":"node","@id":7391601272,"@timestamp":1586590590},"coords":"51.4190781,-0.0864799","bedrooms":"4","price":"172000","area":"395"} , +{"type":"Feature","id":"n7391705117","geometry":{"type":"Point","coordinates":[-0.2690309,51.5443968]},"properties":{"@type":"node","@id":7391705117,"@timestamp":1586598785},"coords":"51.5443968,-0.2690309","bedrooms":"0","price":"238000","area":"598"} , +{"type":"Feature","id":"n7391705127","geometry":{"type":"Point","coordinates":[-0.2689344,51.543838]},"properties":{"@type":"node","@id":7391705127,"@timestamp":1586598785},"coords":"51.543838,-0.2689344","bedrooms":"0","price":"205000","area":"382"} , +{"type":"Feature","id":"n7391705137","geometry":{"type":"Point","coordinates":[-0.2706912,51.5437712]},"properties":{"@type":"node","@id":7391705137,"@timestamp":1586598785},"coords":"51.5437712,-0.2706912","bedrooms":"1","price":"208000","area":"444"} , +{"type":"Feature","id":"n7391705147","geometry":{"type":"Point","coordinates":[-0.2714476,51.5443184]},"properties":{"@type":"node","@id":7391705147,"@timestamp":1586598785},"coords":"51.5443184,-0.2714476","bedrooms":"1","price":"201000","area":"479"} , +{"type":"Feature","id":"n7391705157","geometry":{"type":"Point","coordinates":[-0.2669522,51.5465052]},"properties":{"@type":"node","@id":7391705157,"@timestamp":1586598785},"coords":"51.5465052,-0.2669522","bedrooms":"1","price":"246000","area":"605"} , +{"type":"Feature","id":"n7391705167","geometry":{"type":"Point","coordinates":[-0.2690604,51.5456545]},"properties":{"@type":"node","@id":7391705167,"@timestamp":1586598785},"coords":"51.5456545,-0.2690604","bedrooms":"2","price":"182000","area":"432"} , +{"type":"Feature","id":"n7391705177","geometry":{"type":"Point","coordinates":[-0.2688861,51.5453993]},"properties":{"@type":"node","@id":7391705177,"@timestamp":1586598785},"coords":"51.5453993,-0.2688861","bedrooms":"3","price":"283000","area":"590"} , +{"type":"Feature","id":"n7391730521","geometry":{"type":"Point","coordinates":[-0.2135844,51.5063984]},"properties":{"@type":"node","@id":7391730521,"@timestamp":1586598083},"coords":"51.5063984,-0.2135844","bedrooms":"1","price":"269000","area":"420"} , +{"type":"Feature","id":"n7391730531","geometry":{"type":"Point","coordinates":[-0.2125653,51.5060667]},"properties":{"@type":"node","@id":7391730531,"@timestamp":1586598083},"coords":"51.5060667,-0.2125653","bedrooms":"1","price":"269000","area":"638"} , +{"type":"Feature","id":"n7391730580","geometry":{"type":"Point","coordinates":[-0.2122629,51.5059715]},"properties":{"@type":"node","@id":7391730580,"@timestamp":1586598083},"coords":"51.5059715,-0.2122629","bedrooms":"4","price":"204000","area":"568"} , +{"type":"Feature","id":"n7391743325","geometry":{"type":"Point","coordinates":[-0.212561,51.5056681]},"properties":{"@type":"node","@id":7391743325,"@timestamp":1586598083},"coords":"51.5056681,-0.212561","bedrooms":"0","price":"239000","area":"680"} , +{"type":"Feature","id":"n7391743361","geometry":{"type":"Point","coordinates":[-0.2133169,51.506043]},"properties":{"@type":"node","@id":7391743361,"@timestamp":1586598083},"coords":"51.506043,-0.2133169","bedrooms":"4","price":"282000","area":"421"} , +{"type":"Feature","id":"n7391743371","geometry":{"type":"Point","coordinates":[-0.2141552,51.5061244]},"properties":{"@type":"node","@id":7391743371,"@timestamp":1586598083},"coords":"51.5061244,-0.2141552","bedrooms":"3","price":"265000","area":"498"} , +{"type":"Feature","id":"n7391763605","geometry":{"type":"Point","coordinates":[-0.029971,51.4171343]},"properties":{"@type":"node","@id":7391763605,"@timestamp":1586599109},"coords":"51.4171343,-0.029971","bedrooms":"2","price":"228000","area":"624"} , +{"type":"Feature","id":"n7391763615","geometry":{"type":"Point","coordinates":[-0.0276428,51.4176311]},"properties":{"@type":"node","@id":7391763615,"@timestamp":1586599109},"coords":"51.4176311,-0.0276428","bedrooms":"2","price":"182000","area":"649"} , +{"type":"Feature","id":"n7391772391","geometry":{"type":"Point","coordinates":[-0.2707529,51.5447237]},"properties":{"@type":"node","@id":7391772391,"@timestamp":1586598785},"coords":"51.5447237,-0.2707529","bedrooms":"1","price":"204000","area":"514"} , +{"type":"Feature","id":"n7392302245","geometry":{"type":"Point","coordinates":[-0.0476317,51.4873148]},"properties":{"@type":"node","@id":7392302245,"@timestamp":1586612284},"coords":"51.4873148,-0.0476317","bedrooms":"0","price":"220000","area":"525"} , +{"type":"Feature","id":"n7392325341","geometry":{"type":"Point","coordinates":[-0.2149459,51.5058911]},"properties":{"@type":"node","@id":7392325341,"@timestamp":1586611951},"coords":"51.5058911,-0.2149459","bedrooms":"0","price":"196000","area":"585"} , +{"type":"Feature","id":"n7392325351","geometry":{"type":"Point","coordinates":[-0.2153826,51.505442]},"properties":{"@type":"node","@id":7392325351,"@timestamp":1586611951},"coords":"51.505442,-0.2153826","bedrooms":"3","price":"217000","area":"599"} , +{"type":"Feature","id":"n7392331445","geometry":{"type":"Point","coordinates":[-0.2154648,51.50509]},"properties":{"@type":"node","@id":7392331445,"@timestamp":1586611951},"coords":"51.50509,-0.2154648","bedrooms":"4","price":"180000","area":"569"} , +{"type":"Feature","id":"n7392331523","geometry":{"type":"Point","coordinates":[-0.2164488,51.5059443]},"properties":{"@type":"node","@id":7392331523,"@timestamp":1586611951},"coords":"51.5059443,-0.2164488","bedrooms":"3","price":"173000","area":"542"} , +{"type":"Feature","id":"n7392331562","geometry":{"type":"Point","coordinates":[-0.2159913,51.5060098]},"properties":{"@type":"node","@id":7392331562,"@timestamp":1586611951},"coords":"51.5060098,-0.2159913","bedrooms":"2","price":"265000","area":"679"} , +{"type":"Feature","id":"n7392331610","geometry":{"type":"Point","coordinates":[-0.2161145,51.5053582]},"properties":{"@type":"node","@id":7392331610,"@timestamp":1586611951},"coords":"51.5053582,-0.2161145","bedrooms":"2","price":"175000","area":"502"} , +{"type":"Feature","id":"n7392331626","geometry":{"type":"Point","coordinates":[-0.2154855,51.5059774]},"properties":{"@type":"node","@id":7392331626,"@timestamp":1586611951},"coords":"51.5059774,-0.2154855","bedrooms":"0","price":"180000","area":"688"} , +{"type":"Feature","id":"n7392331636","geometry":{"type":"Point","coordinates":[-0.215885,51.5054768]},"properties":{"@type":"node","@id":7392331636,"@timestamp":1586611951},"coords":"51.5054768,-0.215885","bedrooms":"3","price":"179000","area":"588"} , +{"type":"Feature","id":"n7392331694","geometry":{"type":"Point","coordinates":[-0.2153202,51.5063907]},"properties":{"@type":"node","@id":7392331694,"@timestamp":1586611951},"coords":"51.5063907,-0.2153202","bedrooms":"4","price":"207000","area":"490"} , +{"type":"Feature","id":"n7392338016","geometry":{"type":"Point","coordinates":[-0.0537472,51.4899358]},"properties":{"@type":"node","@id":7392338016,"@timestamp":1586612652},"coords":"51.4899358,-0.0537472","bedrooms":"4","price":"259000","area":"434"} , +{"type":"Feature","id":"n7392375243","geometry":{"type":"Point","coordinates":[-0.1954144,51.4427019]},"properties":{"@type":"node","@id":7392375243,"@timestamp":1600792371},"coords":"51.4427019,-0.1954144","bedrooms":"1","price":"296000","area":"678"} , +{"type":"Feature","id":"n7392407397","geometry":{"type":"Point","coordinates":[-0.2247882,51.4468023]},"properties":{"@type":"node","@id":7392407397,"@timestamp":1586614526},"coords":"51.4468023,-0.2247882","bedrooms":"2","price":"219000","area":"358"} , +{"type":"Feature","id":"n7392407468","geometry":{"type":"Point","coordinates":[-0.2261035,51.4357857]},"properties":{"@type":"node","@id":7392407468,"@timestamp":1586614526},"coords":"51.4357857,-0.2261035","bedrooms":"2","price":"194000","area":"493"} , +{"type":"Feature","id":"n7392407501","geometry":{"type":"Point","coordinates":[-0.2260289,51.4353695]},"properties":{"@type":"node","@id":7392407501,"@timestamp":1586614526},"coords":"51.4353695,-0.2260289","bedrooms":"3","price":"230000","area":"642"} , +{"type":"Feature","id":"n7392407544","geometry":{"type":"Point","coordinates":[-0.2273827,51.4336714]},"properties":{"@type":"node","@id":7392407544,"@timestamp":1586614526},"coords":"51.4336714,-0.2273827","bedrooms":"4","price":"207000","area":"607"} , +{"type":"Feature","id":"n7392489317","geometry":{"type":"Point","coordinates":[-0.0467378,51.484386]},"properties":{"@type":"node","@id":7392489317,"@timestamp":1586616868},"coords":"51.484386,-0.0467378","bedrooms":"4","price":"254000","area":"403"} , +{"type":"Feature","id":"n7392489339","geometry":{"type":"Point","coordinates":[-0.0446433,51.4843526]},"properties":{"@type":"node","@id":7392489339,"@timestamp":1586616868},"coords":"51.4843526,-0.0446433","bedrooms":"1","price":"279000","area":"425"} , +{"type":"Feature","id":"n7392647924","geometry":{"type":"Point","coordinates":[-0.0506887,51.4844847]},"properties":{"@type":"node","@id":7392647924,"@timestamp":1586618815},"coords":"51.4844847,-0.0506887","bedrooms":"3","price":"288000","area":"671"} , +{"type":"Feature","id":"n7392834737","geometry":{"type":"Point","coordinates":[-0.0524077,51.0381636]},"properties":{"@type":"node","@id":7392834737,"@timestamp":1586622233},"coords":"51.0381636,-0.0524077","bedrooms":"4","price":"281000","area":"581"} , +{"type":"Feature","id":"n7393079180","geometry":{"type":"Point","coordinates":[-0.2523233,51.4468941]},"properties":{"@type":"node","@id":7393079180,"@timestamp":1586629711},"coords":"51.4468941,-0.2523233","bedrooms":"2","price":"171000","area":"487"} , +{"type":"Feature","id":"n7393459253","geometry":{"type":"Point","coordinates":[-0.1963102,51.4541129]},"properties":{"@type":"node","@id":7393459253,"@timestamp":1625484691},"coords":"51.4541129,-0.1963102","bedrooms":"4","price":"289000","area":"681"} , +{"type":"Feature","id":"n7393459263","geometry":{"type":"Point","coordinates":[-0.1937848,51.4474481]},"properties":{"@type":"node","@id":7393459263,"@timestamp":1586643068},"coords":"51.4474481,-0.1937848","bedrooms":"3","price":"254000","area":"643"} , +{"type":"Feature","id":"n7393541953","geometry":{"type":"Point","coordinates":[-0.0716621,51.5247311]},"properties":{"@type":"node","@id":7393541953,"@timestamp":1627696281},"coords":"51.5247311,-0.0716621","bedrooms":"2","price":"220000","area":"365"} , +{"type":"Feature","id":"n7393578867","geometry":{"type":"Point","coordinates":[-0.0639811,51.5240175]},"properties":{"@type":"node","@id":7393578867,"@timestamp":1596913515},"coords":"51.5240175,-0.0639811","bedrooms":"3","price":"253000","area":"627"} , +{"type":"Feature","id":"n7393605735","geometry":{"type":"Point","coordinates":[-0.5927146,51.7616025]},"properties":{"@type":"node","@id":7393605735,"@timestamp":1632442685},"coords":"51.7616025,-0.5927146","bedrooms":"4","price":"237000","area":"549"} , +{"type":"Feature","id":"n7393609028","geometry":{"type":"Point","coordinates":[-0.064088,51.5206732]},"properties":{"@type":"node","@id":7393609028,"@timestamp":1586648271},"coords":"51.5206732,-0.064088","bedrooms":"2","price":"297000","area":"447"} , +{"type":"Feature","id":"n7393609045","geometry":{"type":"Point","coordinates":[-0.0643296,51.5219973]},"properties":{"@type":"node","@id":7393609045,"@timestamp":1586648271},"coords":"51.5219973,-0.0643296","bedrooms":"0","price":"255000","area":"436"} , +{"type":"Feature","id":"n7393653128","geometry":{"type":"Point","coordinates":[-0.0653515,51.5293987]},"properties":{"@type":"node","@id":7393653128,"@timestamp":1586651721},"coords":"51.5293987,-0.0653515","bedrooms":"3","price":"187000","area":"538"} , +{"type":"Feature","id":"n7393653143","geometry":{"type":"Point","coordinates":[-0.0659696,51.5312162]},"properties":{"@type":"node","@id":7393653143,"@timestamp":1628531806},"coords":"51.5312162,-0.0659696","bedrooms":"2","price":"237000","area":"561"} , +{"type":"Feature","id":"n7393723570","geometry":{"type":"Point","coordinates":[-0.0713346,51.530232]},"properties":{"@type":"node","@id":7393723570,"@timestamp":1586652757},"coords":"51.530232,-0.0713346","bedrooms":"1","price":"212000","area":"541"} , +{"type":"Feature","id":"n7393792299","geometry":{"type":"Point","coordinates":[-0.0731632,51.5282701]},"properties":{"@type":"node","@id":7393792299,"@timestamp":1586653973},"coords":"51.5282701,-0.0731632","bedrooms":"0","price":"196000","area":"580"} , +{"type":"Feature","id":"n7393887233","geometry":{"type":"Point","coordinates":[-0.0537922,51.6020338]},"properties":{"@type":"node","@id":7393887233,"@timestamp":1586660764},"coords":"51.6020338,-0.0537922","bedrooms":"1","price":"243000","area":"596"} , +{"type":"Feature","id":"n7393887276","geometry":{"type":"Point","coordinates":[-0.0534709,51.6021784]},"properties":{"@type":"node","@id":7393887276,"@timestamp":1586660764},"coords":"51.6021784,-0.0534709","bedrooms":"3","price":"198000","area":"599"} , +{"type":"Feature","id":"n7394021088","geometry":{"type":"Point","coordinates":[-0.2151744,51.5027393]},"properties":{"@type":"node","@id":7394021088,"@timestamp":1586666887},"coords":"51.5027393,-0.2151744","bedrooms":"0","price":"204000","area":"365"} , +{"type":"Feature","id":"n7394021098","geometry":{"type":"Point","coordinates":[-0.2157512,51.5033212]},"properties":{"@type":"node","@id":7394021098,"@timestamp":1586666887},"coords":"51.5033212,-0.2157512","bedrooms":"0","price":"191000","area":"396"} , +{"type":"Feature","id":"n7394021122","geometry":{"type":"Point","coordinates":[-0.2146321,51.5028725]},"properties":{"@type":"node","@id":7394021122,"@timestamp":1586666887},"coords":"51.5028725,-0.2146321","bedrooms":"1","price":"274000","area":"368"} , +{"type":"Feature","id":"n7394021132","geometry":{"type":"Point","coordinates":[-0.2152734,51.5033544]},"properties":{"@type":"node","@id":7394021132,"@timestamp":1586666887},"coords":"51.5033544,-0.2152734","bedrooms":"3","price":"226000","area":"499"} , +{"type":"Feature","id":"n7394206156","geometry":{"type":"Point","coordinates":[-0.2144042,51.5021066]},"properties":{"@type":"node","@id":7394206156,"@timestamp":1586678688},"coords":"51.5021066,-0.2144042","bedrooms":"0","price":"237000","area":"406"} , +{"type":"Feature","id":"n7394206166","geometry":{"type":"Point","coordinates":[-0.2137572,51.5016257]},"properties":{"@type":"node","@id":7394206166,"@timestamp":1586678688},"coords":"51.5016257,-0.2137572","bedrooms":"2","price":"224000","area":"430"} , +{"type":"Feature","id":"n7394226820","geometry":{"type":"Point","coordinates":[-0.2130753,51.50112]},"properties":{"@type":"node","@id":7394226820,"@timestamp":1586678688},"coords":"51.50112,-0.2130753","bedrooms":"2","price":"210000","area":"604"} , +{"type":"Feature","id":"n7394226830","geometry":{"type":"Point","coordinates":[-0.2123619,51.500577]},"properties":{"@type":"node","@id":7394226830,"@timestamp":1586678688},"coords":"51.500577,-0.2123619","bedrooms":"2","price":"194000","area":"592"} , +{"type":"Feature","id":"n7394226870","geometry":{"type":"Point","coordinates":[-0.2120263,51.5000481]},"properties":{"@type":"node","@id":7394226870,"@timestamp":1586678688},"coords":"51.5000481,-0.2120263","bedrooms":"0","price":"240000","area":"606"} , +{"type":"Feature","id":"n7394226900","geometry":{"type":"Point","coordinates":[-0.2134415,51.5009764]},"properties":{"@type":"node","@id":7394226900,"@timestamp":1586678688},"coords":"51.5009764,-0.2134415","bedrooms":"3","price":"203000","area":"696"} , +{"type":"Feature","id":"n7394226910","geometry":{"type":"Point","coordinates":[-0.2128728,51.5004721]},"properties":{"@type":"node","@id":7394226910,"@timestamp":1586678688},"coords":"51.5004721,-0.2128728","bedrooms":"1","price":"194000","area":"547"} , +{"type":"Feature","id":"n7394241021","geometry":{"type":"Point","coordinates":[-0.2141074,51.502455]},"properties":{"@type":"node","@id":7394241021,"@timestamp":1586680365},"coords":"51.502455,-0.2141074","bedrooms":"2","price":"233000","area":"640"} , +{"type":"Feature","id":"n7394241031","geometry":{"type":"Point","coordinates":[-0.2134535,51.5019397]},"properties":{"@type":"node","@id":7394241031,"@timestamp":1586680365},"coords":"51.5019397,-0.2134535","bedrooms":"3","price":"274000","area":"610"} , +{"type":"Feature","id":"n7394241041","geometry":{"type":"Point","coordinates":[-0.2128017,51.5014603]},"properties":{"@type":"node","@id":7394241041,"@timestamp":1586680365},"coords":"51.5014603,-0.2128017","bedrooms":"1","price":"247000","area":"414"} , +{"type":"Feature","id":"n7394241051","geometry":{"type":"Point","coordinates":[-0.2121387,51.5009726]},"properties":{"@type":"node","@id":7394241051,"@timestamp":1586680365},"coords":"51.5009726,-0.2121387","bedrooms":"1","price":"195000","area":"645"} , +{"type":"Feature","id":"n7394241061","geometry":{"type":"Point","coordinates":[-0.2115089,51.5005094]},"properties":{"@type":"node","@id":7394241061,"@timestamp":1586680365},"coords":"51.5005094,-0.2115089","bedrooms":"1","price":"278000","area":"430"} , +{"type":"Feature","id":"n7394391803","geometry":{"type":"Point","coordinates":[-0.0033244,51.4302533]},"properties":{"@type":"node","@id":7394391803,"@timestamp":1586687199},"coords":"51.4302533,-0.0033244","bedrooms":"3","price":"166000","area":"639"} , +{"type":"Feature","id":"n7394423448","geometry":{"type":"Point","coordinates":[-0.0308695,51.4293021]},"properties":{"@type":"node","@id":7394423448,"@timestamp":1595845419},"coords":"51.4293021,-0.0308695","bedrooms":"3","price":"245000","area":"648"} , +{"type":"Feature","id":"n7394450537","geometry":{"type":"Point","coordinates":[-0.0278264,51.4273918]},"properties":{"@type":"node","@id":7394450537,"@timestamp":1595845419},"coords":"51.4273918,-0.0278264","bedrooms":"0","price":"175000","area":"478"} , +{"type":"Feature","id":"n7394516201","geometry":{"type":"Point","coordinates":[-0.2477846,51.4412827]},"properties":{"@type":"node","@id":7394516201,"@timestamp":1586691351},"coords":"51.4412827,-0.2477846","bedrooms":"0","price":"212000","area":"350"} , +{"type":"Feature","id":"n7394550611","geometry":{"type":"Point","coordinates":[-0.2110572,51.5001777]},"properties":{"@type":"node","@id":7394550611,"@timestamp":1603338463},"coords":"51.5001777,-0.2110572","bedrooms":"3","price":"292000","area":"653"} , +{"type":"Feature","id":"n7394550644","geometry":{"type":"Point","coordinates":[-0.2103424,51.4990752]},"properties":{"@type":"node","@id":7394550644,"@timestamp":1586693117},"coords":"51.4990752,-0.2103424","bedrooms":"2","price":"200000","area":"522"} , +{"type":"Feature","id":"n7394564402","geometry":{"type":"Point","coordinates":[-0.21054,51.4999467]},"properties":{"@type":"node","@id":7394564402,"@timestamp":1586693117},"coords":"51.4999467,-0.21054","bedrooms":"3","price":"207000","area":"612"} , +{"type":"Feature","id":"n7394720098","geometry":{"type":"Point","coordinates":[-0.5727157,51.2480115]},"properties":{"@type":"node","@id":7394720098,"@timestamp":1586697036},"coords":"51.2480115,-0.5727157","bedrooms":"1","price":"199000","area":"537"} , +{"type":"Feature","id":"n7394813200","geometry":{"type":"Point","coordinates":[-0.464218,51.3505741]},"properties":{"@type":"node","@id":7394813200,"@timestamp":1586698609},"coords":"51.3505741,-0.464218","bedrooms":"1","price":"260000","area":"584"} , +{"type":"Feature","id":"n7394823876","geometry":{"type":"Point","coordinates":[-0.0138685,51.481305]},"properties":{"@type":"node","@id":7394823876,"@timestamp":1586699301},"coords":"51.481305,-0.0138685","bedrooms":"4","price":"272000","area":"626"} , +{"type":"Feature","id":"n7395133268","geometry":{"type":"Point","coordinates":[-0.1422172,51.2193903]},"properties":{"@type":"node","@id":7395133268,"@timestamp":1586702038},"coords":"51.2193903,-0.1422172","bedrooms":"0","price":"283000","area":"621"} , +{"type":"Feature","id":"n7395348448","geometry":{"type":"Point","coordinates":[0.2196204,51.5615132]},"properties":{"@type":"node","@id":7395348448,"@timestamp":1586705954},"coords":"51.5615132,0.2196204","bedrooms":"3","price":"223000","area":"679"} , +{"type":"Feature","id":"n7395862738","geometry":{"type":"Point","coordinates":[0.213762,51.5624075]},"properties":{"@type":"node","@id":7395862738,"@timestamp":1586718447},"coords":"51.5624075,0.213762","bedrooms":"1","price":"270000","area":"643"} , +{"type":"Feature","id":"n7396222814","geometry":{"type":"Point","coordinates":[0.2165284,51.562386]},"properties":{"@type":"node","@id":7396222814,"@timestamp":1586732049},"coords":"51.562386,0.2165284","bedrooms":"3","price":"181000","area":"621"} , +{"type":"Feature","id":"n7396596947","geometry":{"type":"Point","coordinates":[0.6432451,51.3442702]},"properties":{"@type":"node","@id":7396596947,"@timestamp":1587009755},"coords":"51.3442702,0.6432451","bedrooms":"2","price":"234000","area":"577"} , +{"type":"Feature","id":"n7396782297","geometry":{"type":"Point","coordinates":[-0.2094669,51.4984077]},"properties":{"@type":"node","@id":7396782297,"@timestamp":1586756944},"coords":"51.4984077,-0.2094669","bedrooms":"4","price":"222000","area":"637"} , +{"type":"Feature","id":"n7396782307","geometry":{"type":"Point","coordinates":[-0.208761,51.4978846]},"properties":{"@type":"node","@id":7396782307,"@timestamp":1586756944},"coords":"51.4978846,-0.208761","bedrooms":"3","price":"267000","area":"353"} , +{"type":"Feature","id":"n7396782322","geometry":{"type":"Point","coordinates":[-0.2090603,51.4987315]},"properties":{"@type":"node","@id":7396782322,"@timestamp":1586756944},"coords":"51.4987315,-0.2090603","bedrooms":"1","price":"262000","area":"392"} , +{"type":"Feature","id":"n7396782336","geometry":{"type":"Point","coordinates":[-0.2082801,51.4981532]},"properties":{"@type":"node","@id":7396782336,"@timestamp":1586756944},"coords":"51.4981532,-0.2082801","bedrooms":"2","price":"183000","area":"540"} , +{"type":"Feature","id":"n7397351735","geometry":{"type":"Point","coordinates":[-0.2080064,51.4977979]},"properties":{"@type":"node","@id":7397351735,"@timestamp":1586768998},"coords":"51.4977979,-0.2080064","bedrooms":"4","price":"153000","area":"438"} , +{"type":"Feature","id":"n7397357421","geometry":{"type":"Point","coordinates":[-0.2004532,51.3970969]},"properties":{"@type":"node","@id":7397357421,"@timestamp":1586768974},"coords":"51.3970969,-0.2004532","bedrooms":"0","price":"214000","area":"540"} , +{"type":"Feature","id":"n7397412899","geometry":{"type":"Point","coordinates":[0.5266566,51.2797693]},"properties":{"@type":"node","@id":7397412899,"@timestamp":1586770095},"coords":"51.2797693,0.5266566","bedrooms":"1","price":"182000","area":"480"} , +{"type":"Feature","id":"n7398099872","geometry":{"type":"Point","coordinates":[-0.29082,51.4723993]},"properties":{"@type":"node","@id":7398099872,"@timestamp":1586780587},"coords":"51.4723993,-0.29082","bedrooms":"3","price":"162000","area":"366"} , +{"type":"Feature","id":"n7398119319","geometry":{"type":"Point","coordinates":[-0.290331,51.4737428]},"properties":{"@type":"node","@id":7398119319,"@timestamp":1586780587},"coords":"51.4737428,-0.290331","bedrooms":"3","price":"185000","area":"366"} , +{"type":"Feature","id":"n7398411345","geometry":{"type":"Point","coordinates":[-0.4384545,51.6742624]},"properties":{"@type":"node","@id":7398411345,"@timestamp":1586785762},"coords":"51.6742624,-0.4384545","bedrooms":"3","price":"203000","area":"528"} , +{"type":"Feature","id":"n7398411369","geometry":{"type":"Point","coordinates":[-0.4346481,51.6742824]},"properties":{"@type":"node","@id":7398411369,"@timestamp":1626486053},"coords":"51.6742824,-0.4346481","bedrooms":"0","price":"187000","area":"456"} , +{"type":"Feature","id":"n7398469582","geometry":{"type":"Point","coordinates":[-0.4338418,51.6735859]},"properties":{"@type":"node","@id":7398469582,"@timestamp":1586785762},"coords":"51.6735859,-0.4338418","bedrooms":"1","price":"245000","area":"437"} , +{"type":"Feature","id":"n7398469636","geometry":{"type":"Point","coordinates":[-0.4304717,51.6772241]},"properties":{"@type":"node","@id":7398469636,"@timestamp":1586785762},"coords":"51.6772241,-0.4304717","bedrooms":"3","price":"290000","area":"615"} , +{"type":"Feature","id":"n7398482100","geometry":{"type":"Point","coordinates":[-0.4324481,51.6773912]},"properties":{"@type":"node","@id":7398482100,"@timestamp":1586786273},"coords":"51.6773912,-0.4324481","bedrooms":"3","price":"265000","area":"600"} , +{"type":"Feature","id":"n7398482110","geometry":{"type":"Point","coordinates":[-0.4330489,51.6788355]},"properties":{"@type":"node","@id":7398482110,"@timestamp":1586786273},"coords":"51.6788355,-0.4330489","bedrooms":"1","price":"271000","area":"439"} , +{"type":"Feature","id":"n7398498615","geometry":{"type":"Point","coordinates":[-0.4330482,51.6810161]},"properties":{"@type":"node","@id":7398498615,"@timestamp":1586786273},"coords":"51.6810161,-0.4330482","bedrooms":"1","price":"204000","area":"595"} , +{"type":"Feature","id":"n7398573762","geometry":{"type":"Point","coordinates":[0.0091413,51.8512442]},"properties":{"@type":"node","@id":7398573762,"@timestamp":1626823568},"coords":"51.8512442,0.0091413","bedrooms":"4","price":"248000","area":"457"} , +{"type":"Feature","id":"n7398599989","geometry":{"type":"Point","coordinates":[-0.4372486,51.6778119]},"properties":{"@type":"node","@id":7398599989,"@timestamp":1586788253},"coords":"51.6778119,-0.4372486","bedrooms":"1","price":"299000","area":"482"} , +{"type":"Feature","id":"n7398600016","geometry":{"type":"Point","coordinates":[-0.4384342,51.6770877]},"properties":{"@type":"node","@id":7398600016,"@timestamp":1586788253},"coords":"51.6770877,-0.4384342","bedrooms":"2","price":"192000","area":"566"} , +{"type":"Feature","id":"n7398600026","geometry":{"type":"Point","coordinates":[-0.4408903,51.6769801]},"properties":{"@type":"node","@id":7398600026,"@timestamp":1586788253},"coords":"51.6769801,-0.4408903","bedrooms":"2","price":"187000","area":"428"} , +{"type":"Feature","id":"n7398600093","geometry":{"type":"Point","coordinates":[-0.4438796,51.6779675]},"properties":{"@type":"node","@id":7398600093,"@timestamp":1586788253},"coords":"51.6779675,-0.4438796","bedrooms":"1","price":"294000","area":"480"} , +{"type":"Feature","id":"n7398649038","geometry":{"type":"Point","coordinates":[-0.4415717,51.6745141]},"properties":{"@type":"node","@id":7398649038,"@timestamp":1586789123},"coords":"51.6745141,-0.4415717","bedrooms":"3","price":"250000","area":"488"} , +{"type":"Feature","id":"n7398649117","geometry":{"type":"Point","coordinates":[-0.4316422,51.6726899]},"properties":{"@type":"node","@id":7398649117,"@timestamp":1586789123},"coords":"51.6726899,-0.4316422","bedrooms":"4","price":"297000","area":"509"} , +{"type":"Feature","id":"n7398651118","geometry":{"type":"Point","coordinates":[-0.4264962,51.6725696]},"properties":{"@type":"node","@id":7398651118,"@timestamp":1586789615},"coords":"51.6725696,-0.4264962","bedrooms":"4","price":"236000","area":"677"} , +{"type":"Feature","id":"n7398685634","geometry":{"type":"Point","coordinates":[-0.4402969,51.6768825]},"properties":{"@type":"node","@id":7398685634,"@timestamp":1586789615},"coords":"51.6768825,-0.4402969","bedrooms":"3","price":"178000","area":"452"} , +{"type":"Feature","id":"n7398685644","geometry":{"type":"Point","coordinates":[-0.4375704,51.677286]},"properties":{"@type":"node","@id":7398685644,"@timestamp":1586789615},"coords":"51.677286,-0.4375704","bedrooms":"4","price":"181000","area":"501"} , +{"type":"Feature","id":"n7398771384","geometry":{"type":"Point","coordinates":[-0.5927379,51.6694647]},"properties":{"@type":"node","@id":7398771384,"@timestamp":1586791257},"coords":"51.6694647,-0.5927379","bedrooms":"2","price":"270000","area":"491"} , +{"type":"Feature","id":"n7398778940","geometry":{"type":"Point","coordinates":[-0.4461935,51.3864718]},"properties":{"@type":"node","@id":7398778940,"@timestamp":1586791851},"coords":"51.3864718,-0.4461935","bedrooms":"2","price":"190000","area":"609"} , +{"type":"Feature","id":"n7399102808","geometry":{"type":"Point","coordinates":[-0.5973726,51.3550829]},"properties":{"@type":"node","@id":7399102808,"@timestamp":1586796338},"coords":"51.3550829,-0.5973726","bedrooms":"2","price":"153000","area":"642"} , +{"type":"Feature","id":"n7399209227","geometry":{"type":"Point","coordinates":[0.0023121,51.5212111]},"properties":{"@type":"node","@id":7399209227,"@timestamp":1587567418},"coords":"51.5212111,0.0023121","bedrooms":"0","price":"180000","area":"523"} , +{"type":"Feature","id":"n7399285832","geometry":{"type":"Point","coordinates":[-0.0603984,51.5555806]},"properties":{"@type":"node","@id":7399285832,"@timestamp":1621525784},"coords":"51.5555806,-0.0603984","bedrooms":"2","price":"273000","area":"426"} , +{"type":"Feature","id":"n7399318592","geometry":{"type":"Point","coordinates":[-0.0575148,51.5577172]},"properties":{"@type":"node","@id":7399318592,"@timestamp":1586801285},"coords":"51.5577172,-0.0575148","bedrooms":"2","price":"195000","area":"695"} , +{"type":"Feature","id":"n7399417448","geometry":{"type":"Point","coordinates":[-0.0433312,51.5507612]},"properties":{"@type":"node","@id":7399417448,"@timestamp":1601506447},"coords":"51.5507612,-0.0433312","bedrooms":"4","price":"194000","area":"491"} , +{"type":"Feature","id":"n7399634037","geometry":{"type":"Point","coordinates":[-1.0375174,51.4755963]},"properties":{"@type":"node","@id":7399634037,"@timestamp":1586809735},"coords":"51.4755963,-1.0375174","bedrooms":"2","price":"169000","area":"653"} , +{"type":"Feature","id":"n7399819650","geometry":{"type":"Point","coordinates":[-0.0247531,51.4939868]},"properties":{"@type":"node","@id":7399819650,"@timestamp":1624270457},"coords":"51.4939868,-0.0247531","bedrooms":"1","price":"292000","area":"587"} , +{"type":"Feature","id":"n7399845105","geometry":{"type":"Point","coordinates":[0.6072395,51.5279559]},"properties":{"@type":"node","@id":7399845105,"@timestamp":1586814799},"coords":"51.5279559,0.6072395","bedrooms":"0","price":"176000","area":"566"} , +{"type":"Feature","id":"n7399845115","geometry":{"type":"Point","coordinates":[0.5991231,51.5256447]},"properties":{"@type":"node","@id":7399845115,"@timestamp":1586814799},"coords":"51.5256447,0.5991231","bedrooms":"4","price":"295000","area":"652"} , +{"type":"Feature","id":"n7399845125","geometry":{"type":"Point","coordinates":[0.5980824,51.5283447]},"properties":{"@type":"node","@id":7399845125,"@timestamp":1586814799},"coords":"51.5283447,0.5980824","bedrooms":"0","price":"218000","area":"551"} , +{"type":"Feature","id":"n7399845135","geometry":{"type":"Point","coordinates":[0.5939116,51.5233351]},"properties":{"@type":"node","@id":7399845135,"@timestamp":1586814799},"coords":"51.5233351,0.5939116","bedrooms":"3","price":"199000","area":"487"} , +{"type":"Feature","id":"n7399845169","geometry":{"type":"Point","coordinates":[0.6113406,51.5209369]},"properties":{"@type":"node","@id":7399845169,"@timestamp":1586814799},"coords":"51.5209369,0.6113406","bedrooms":"1","price":"197000","area":"452"} , +{"type":"Feature","id":"n7399845179","geometry":{"type":"Point","coordinates":[0.607222,51.5177733]},"properties":{"@type":"node","@id":7399845179,"@timestamp":1586814799},"coords":"51.5177733,0.607222","bedrooms":"4","price":"203000","area":"364"} , +{"type":"Feature","id":"n7399852589","geometry":{"type":"Point","coordinates":[0.6078604,51.5162928]},"properties":{"@type":"node","@id":7399852589,"@timestamp":1586814799},"coords":"51.5162928,0.6078604","bedrooms":"1","price":"193000","area":"594"} , +{"type":"Feature","id":"n7399852599","geometry":{"type":"Point","coordinates":[0.5878713,51.5144017]},"properties":{"@type":"node","@id":7399852599,"@timestamp":1586814799},"coords":"51.5144017,0.5878713","bedrooms":"4","price":"194000","area":"574"} , +{"type":"Feature","id":"n7399852609","geometry":{"type":"Point","coordinates":[0.5747982,51.5175363]},"properties":{"@type":"node","@id":7399852609,"@timestamp":1586814799},"coords":"51.5175363,0.5747982","bedrooms":"2","price":"201000","area":"637"} , +{"type":"Feature","id":"n7399852619","geometry":{"type":"Point","coordinates":[0.5799829,51.5215102]},"properties":{"@type":"node","@id":7399852619,"@timestamp":1586814799},"coords":"51.5215102,0.5799829","bedrooms":"3","price":"192000","area":"543"} , +{"type":"Feature","id":"n7401424649","geometry":{"type":"Point","coordinates":[-0.5100647,51.3168735]},"properties":{"@type":"node","@id":7401424649,"@timestamp":1586858430},"coords":"51.3168735,-0.5100647","bedrooms":"0","price":"247000","area":"588"} , +{"type":"Feature","id":"n7401498861","geometry":{"type":"Point","coordinates":[-0.2070929,51.4976967]},"properties":{"@type":"node","@id":7401498861,"@timestamp":1586860409},"coords":"51.4976967,-0.2070929","bedrooms":"0","price":"238000","area":"409"} , +{"type":"Feature","id":"n7401591003","geometry":{"type":"Point","coordinates":[-0.2071196,51.4981227]},"properties":{"@type":"node","@id":7401591003,"@timestamp":1586860409},"coords":"51.4981227,-0.2071196","bedrooms":"0","price":"232000","area":"494"} , +{"type":"Feature","id":"n7401591180","geometry":{"type":"Point","coordinates":[-0.2051739,51.4975243]},"properties":{"@type":"node","@id":7401591180,"@timestamp":1586860409},"coords":"51.4975243,-0.2051739","bedrooms":"1","price":"242000","area":"535"} , +{"type":"Feature","id":"n7401591314","geometry":{"type":"Point","coordinates":[-0.205472,51.4978971]},"properties":{"@type":"node","@id":7401591314,"@timestamp":1586860409},"coords":"51.4978971,-0.205472","bedrooms":"2","price":"257000","area":"439"} , +{"type":"Feature","id":"n7401757867","geometry":{"type":"Point","coordinates":[-0.7362473,51.3436764]},"properties":{"@type":"node","@id":7401757867,"@timestamp":1586864434},"coords":"51.3436764,-0.7362473","bedrooms":"2","price":"181000","area":"626"} , +{"type":"Feature","id":"n7401798509","geometry":{"type":"Point","coordinates":[-0.1294279,51.432288]},"properties":{"@type":"node","@id":7401798509,"@timestamp":1615417828},"coords":"51.432288,-0.1294279","bedrooms":"4","price":"259000","area":"374"} , +{"type":"Feature","id":"n7402044117","geometry":{"type":"Point","coordinates":[-0.3686746,51.3743808]},"properties":{"@type":"node","@id":7402044117,"@timestamp":1586868867},"coords":"51.3743808,-0.3686746","bedrooms":"4","price":"262000","area":"439"} , +{"type":"Feature","id":"n7402107320","geometry":{"type":"Point","coordinates":[-0.387031,51.5484226]},"properties":{"@type":"node","@id":7402107320,"@timestamp":1586870396},"coords":"51.5484226,-0.387031","bedrooms":"0","price":"299000","area":"699"} , +{"type":"Feature","id":"n7402107330","geometry":{"type":"Point","coordinates":[-0.3836621,51.5495801]},"properties":{"@type":"node","@id":7402107330,"@timestamp":1586870396},"coords":"51.5495801,-0.3836621","bedrooms":"3","price":"247000","area":"493"} , +{"type":"Feature","id":"n7402107340","geometry":{"type":"Point","coordinates":[-0.3686217,51.5369774]},"properties":{"@type":"node","@id":7402107340,"@timestamp":1586870396},"coords":"51.5369774,-0.3686217","bedrooms":"4","price":"224000","area":"600"} , +{"type":"Feature","id":"n7402107350","geometry":{"type":"Point","coordinates":[-0.3692359,51.5328581]},"properties":{"@type":"node","@id":7402107350,"@timestamp":1586870396},"coords":"51.5328581,-0.3692359","bedrooms":"0","price":"242000","area":"593"} , +{"type":"Feature","id":"n7402107360","geometry":{"type":"Point","coordinates":[-0.3690523,51.5335282]},"properties":{"@type":"node","@id":7402107360,"@timestamp":1586870396},"coords":"51.5335282,-0.3690523","bedrooms":"0","price":"184000","area":"692"} , +{"type":"Feature","id":"n7402107382","geometry":{"type":"Point","coordinates":[-0.370982,51.531872]},"properties":{"@type":"node","@id":7402107382,"@timestamp":1586870396},"coords":"51.531872,-0.370982","bedrooms":"1","price":"173000","area":"598"} , +{"type":"Feature","id":"n7402121590","geometry":{"type":"Point","coordinates":[-0.3597543,51.5378783]},"properties":{"@type":"node","@id":7402121590,"@timestamp":1586870396},"coords":"51.5378783,-0.3597543","bedrooms":"0","price":"199000","area":"577"} , +{"type":"Feature","id":"n7402121600","geometry":{"type":"Point","coordinates":[-0.3750256,51.5353076]},"properties":{"@type":"node","@id":7402121600,"@timestamp":1586870396},"coords":"51.5353076,-0.3750256","bedrooms":"3","price":"157000","area":"418"} , +{"type":"Feature","id":"n7402121610","geometry":{"type":"Point","coordinates":[-0.3737449,51.5348822]},"properties":{"@type":"node","@id":7402121610,"@timestamp":1586870396},"coords":"51.5348822,-0.3737449","bedrooms":"1","price":"288000","area":"605"} , +{"type":"Feature","id":"n7402121620","geometry":{"type":"Point","coordinates":[-0.3752802,51.535868]},"properties":{"@type":"node","@id":7402121620,"@timestamp":1586870396},"coords":"51.535868,-0.3752802","bedrooms":"4","price":"255000","area":"572"} , +{"type":"Feature","id":"n7402121630","geometry":{"type":"Point","coordinates":[-0.3779142,51.5357662]},"properties":{"@type":"node","@id":7402121630,"@timestamp":1586870396},"coords":"51.5357662,-0.3779142","bedrooms":"1","price":"238000","area":"394"} , +{"type":"Feature","id":"n7402121640","geometry":{"type":"Point","coordinates":[-0.3779088,51.5360882]},"properties":{"@type":"node","@id":7402121640,"@timestamp":1586870396},"coords":"51.5360882,-0.3779088","bedrooms":"3","price":"193000","area":"537"} , +{"type":"Feature","id":"n7402121654","geometry":{"type":"Point","coordinates":[-0.3783111,51.5351689]},"properties":{"@type":"node","@id":7402121654,"@timestamp":1586870396},"coords":"51.5351689,-0.3783111","bedrooms":"4","price":"260000","area":"548"} , +{"type":"Feature","id":"n7402121668","geometry":{"type":"Point","coordinates":[-0.3778203,51.5348319]},"properties":{"@type":"node","@id":7402121668,"@timestamp":1586870396},"coords":"51.5348319,-0.3778203","bedrooms":"0","price":"243000","area":"489"} , +{"type":"Feature","id":"n7402121697","geometry":{"type":"Point","coordinates":[-0.3769061,51.5335207]},"properties":{"@type":"node","@id":7402121697,"@timestamp":1586870396},"coords":"51.5335207,-0.3769061","bedrooms":"2","price":"273000","area":"573"} , +{"type":"Feature","id":"n7402121707","geometry":{"type":"Point","coordinates":[-0.3748931,51.5341798]},"properties":{"@type":"node","@id":7402121707,"@timestamp":1586870396},"coords":"51.5341798,-0.3748931","bedrooms":"0","price":"278000","area":"477"} , +{"type":"Feature","id":"n7402603630","geometry":{"type":"Point","coordinates":[0.150896,51.4942668]},"properties":{"@type":"node","@id":7402603630,"@timestamp":1625399792},"coords":"51.4942668,0.150896","bedrooms":"1","price":"165000","area":"391"} , +{"type":"Feature","id":"n7402665152","geometry":{"type":"Point","coordinates":[-0.2075561,51.4989778]},"properties":{"@type":"node","@id":7402665152,"@timestamp":1586880599},"coords":"51.4989778,-0.2075561","bedrooms":"0","price":"278000","area":"420"} , +{"type":"Feature","id":"n7402665215","geometry":{"type":"Point","coordinates":[-0.2070126,51.498412]},"properties":{"@type":"node","@id":7402665215,"@timestamp":1586880599},"coords":"51.498412,-0.2070126","bedrooms":"1","price":"173000","area":"453"} , +{"type":"Feature","id":"n7402665275","geometry":{"type":"Point","coordinates":[-0.2080241,51.4984339]},"properties":{"@type":"node","@id":7402665275,"@timestamp":1586880599},"coords":"51.4984339,-0.2080241","bedrooms":"3","price":"255000","area":"581"} , +{"type":"Feature","id":"n7402665285","geometry":{"type":"Point","coordinates":[-0.2087015,51.4989367]},"properties":{"@type":"node","@id":7402665285,"@timestamp":1586880599},"coords":"51.4989367,-0.2087015","bedrooms":"0","price":"152000","area":"431"} , +{"type":"Feature","id":"n7402672608","geometry":{"type":"Point","coordinates":[-0.1365827,51.3360614]},"properties":{"@type":"node","@id":7402672608,"@timestamp":1586880898},"coords":"51.3360614,-0.1365827","bedrooms":"2","price":"290000","area":"395"} , +{"type":"Feature","id":"n7402678679","geometry":{"type":"Point","coordinates":[-0.4840388,51.386191]},"properties":{"@type":"node","@id":7402678679,"@timestamp":1586881007},"coords":"51.386191,-0.4840388","bedrooms":"4","price":"271000","area":"679"} , +{"type":"Feature","id":"n7402689509","geometry":{"type":"Point","coordinates":[-0.4798485,51.3876535]},"properties":{"@type":"node","@id":7402689509,"@timestamp":1586881007},"coords":"51.3876535,-0.4798485","bedrooms":"1","price":"242000","area":"606"} , +{"type":"Feature","id":"n7402745608","geometry":{"type":"Point","coordinates":[-0.2682352,51.3995566]},"properties":{"@type":"node","@id":7402745608,"@timestamp":1586882705},"coords":"51.3995566,-0.2682352","bedrooms":"0","price":"254000","area":"543"} , +{"type":"Feature","id":"n7402785576","geometry":{"type":"Point","coordinates":[-0.6383662,51.4736974]},"properties":{"@type":"node","@id":7402785576,"@timestamp":1586884083},"coords":"51.4736974,-0.6383662","bedrooms":"1","price":"296000","area":"613"} , +{"type":"Feature","id":"n7402853598","geometry":{"type":"Point","coordinates":[-0.6284183,51.469842]},"properties":{"@type":"node","@id":7402853598,"@timestamp":1586885195},"coords":"51.469842,-0.6284183","bedrooms":"0","price":"195000","area":"491"} , +{"type":"Feature","id":"n7402909685","geometry":{"type":"Point","coordinates":[-0.1978032,51.1274116]},"properties":{"@type":"node","@id":7402909685,"@timestamp":1625220979},"coords":"51.1274116,-0.1978032","bedrooms":"1","price":"182000","area":"591"} , +{"type":"Feature","id":"n7403073430","geometry":{"type":"Point","coordinates":[-0.2842477,51.9631662]},"properties":{"@type":"node","@id":7403073430,"@timestamp":1612980315},"coords":"51.9631662,-0.2842477","bedrooms":"1","price":"160000","area":"566"} , +{"type":"Feature","id":"n7403463430","geometry":{"type":"Point","coordinates":[-0.5734415,51.7655235]},"properties":{"@type":"node","@id":7403463430,"@timestamp":1586900850},"coords":"51.7655235,-0.5734415","bedrooms":"2","price":"193000","area":"526"} , +{"type":"Feature","id":"n7403506616","geometry":{"type":"Point","coordinates":[-0.2225862,51.7464008]},"properties":{"@type":"node","@id":7403506616,"@timestamp":1586902370},"coords":"51.7464008,-0.2225862","bedrooms":"4","price":"243000","area":"574"} , +{"type":"Feature","id":"n7403663507","geometry":{"type":"Point","coordinates":[0.4430645,51.5801657]},"properties":{"@type":"node","@id":7403663507,"@timestamp":1586909780},"coords":"51.5801657,0.4430645","bedrooms":"4","price":"189000","area":"686"} , +{"type":"Feature","id":"n7404573913","geometry":{"type":"Point","coordinates":[-1.1077926,51.2499461]},"properties":{"@type":"node","@id":7404573913,"@timestamp":1586937382},"coords":"51.2499461,-1.1077926","bedrooms":"2","price":"264000","area":"698"} , +{"type":"Feature","id":"n7405076804","geometry":{"type":"Point","coordinates":[0.0023574,51.6287885]},"properties":{"@type":"node","@id":7405076804,"@timestamp":1586945765},"coords":"51.6287885,0.0023574","bedrooms":"1","price":"237000","area":"479"} , +{"type":"Feature","id":"n7405171748","geometry":{"type":"Point","coordinates":[-0.6163617,51.6667531]},"properties":{"@type":"node","@id":7405171748,"@timestamp":1586947644},"coords":"51.6667531,-0.6163617","bedrooms":"3","price":"171000","area":"444"} , +{"type":"Feature","id":"n7405171758","geometry":{"type":"Point","coordinates":[-0.6162403,51.6668211]},"properties":{"@type":"node","@id":7405171758,"@timestamp":1586947644},"coords":"51.6668211,-0.6162403","bedrooms":"4","price":"157000","area":"567"} , +{"type":"Feature","id":"n7405421532","geometry":{"type":"Point","coordinates":[-0.0049076,51.1256032]},"properties":{"@type":"node","@id":7405421532,"@timestamp":1630497671},"coords":"51.1256032,-0.0049076","bedrooms":"3","price":"200000","area":"633"} , +{"type":"Feature","id":"n7405712193","geometry":{"type":"Point","coordinates":[-0.0140638,51.5979993]},"properties":{"@type":"node","@id":7405712193,"@timestamp":1586954594},"coords":"51.5979993,-0.0140638","bedrooms":"4","price":"190000","area":"579"} , +{"type":"Feature","id":"n7406211076","geometry":{"type":"Point","coordinates":[0.0401446,51.0987429]},"properties":{"@type":"node","@id":7406211076,"@timestamp":1589468166},"coords":"51.0987429,0.0401446","bedrooms":"2","price":"284000","area":"680"} , +{"type":"Feature","id":"n7406241124","geometry":{"type":"Point","coordinates":[-0.2129752,51.5029427]},"properties":{"@type":"node","@id":7406241124,"@timestamp":1586966314},"coords":"51.5029427,-0.2129752","bedrooms":"4","price":"226000","area":"363"} , +{"type":"Feature","id":"n7406400875","geometry":{"type":"Point","coordinates":[-0.4837928,51.3556625]},"properties":{"@type":"node","@id":7406400875,"@timestamp":1586970354},"coords":"51.3556625,-0.4837928","bedrooms":"4","price":"198000","area":"566"} , +{"type":"Feature","id":"n7406416089","geometry":{"type":"Point","coordinates":[-0.469911,51.3536991]},"properties":{"@type":"node","@id":7406416089,"@timestamp":1586970354},"coords":"51.3536991,-0.469911","bedrooms":"3","price":"289000","area":"530"} , +{"type":"Feature","id":"n7407125420","geometry":{"type":"Point","coordinates":[-0.2130497,51.5032578]},"properties":{"@type":"node","@id":7407125420,"@timestamp":1586977314},"coords":"51.5032578,-0.2130497","bedrooms":"3","price":"187000","area":"618"} , +{"type":"Feature","id":"n7407125430","geometry":{"type":"Point","coordinates":[-0.2125891,51.5034212]},"properties":{"@type":"node","@id":7407125430,"@timestamp":1603118989},"coords":"51.5034212,-0.2125891","bedrooms":"0","price":"223000","area":"493"} , +{"type":"Feature","id":"n7407260998","geometry":{"type":"Point","coordinates":[-0.2142775,51.5037278]},"properties":{"@type":"node","@id":7407260998,"@timestamp":1586977314},"coords":"51.5037278,-0.2142775","bedrooms":"4","price":"241000","area":"449"} , +{"type":"Feature","id":"n7407261008","geometry":{"type":"Point","coordinates":[-0.2134409,51.5041584]},"properties":{"@type":"node","@id":7407261008,"@timestamp":1586977314},"coords":"51.5041584,-0.2134409","bedrooms":"2","price":"264000","area":"428"} , +{"type":"Feature","id":"n7407672556","geometry":{"type":"Point","coordinates":[-0.2468577,51.443307]},"properties":{"@type":"node","@id":7407672556,"@timestamp":1586981831},"coords":"51.443307,-0.2468577","bedrooms":"4","price":"204000","area":"573"} , +{"type":"Feature","id":"n7407699485","geometry":{"type":"Point","coordinates":[-0.0272283,51.9838163]},"properties":{"@type":"node","@id":7407699485,"@timestamp":1586982262},"coords":"51.9838163,-0.0272283","bedrooms":"2","price":"173000","area":"453"} , +{"type":"Feature","id":"n7407830981","geometry":{"type":"Point","coordinates":[-0.2500651,51.4500464]},"properties":{"@type":"node","@id":7407830981,"@timestamp":1586983614},"coords":"51.4500464,-0.2500651","bedrooms":"4","price":"231000","area":"586"} , +{"type":"Feature","id":"n7407831122","geometry":{"type":"Point","coordinates":[-0.2522658,51.450599]},"properties":{"@type":"node","@id":7407831122,"@timestamp":1586983614},"coords":"51.450599,-0.2522658","bedrooms":"3","price":"263000","area":"394"} , +{"type":"Feature","id":"n7409121838","geometry":{"type":"Point","coordinates":[-0.1553769,51.5136219]},"properties":{"@type":"node","@id":7409121838,"@timestamp":1586994499},"coords":"51.5136219,-0.1553769","bedrooms":"2","price":"279000","area":"406"} , +{"type":"Feature","id":"n7409236340","geometry":{"type":"Point","coordinates":[-0.0574673,51.5891124]},"properties":{"@type":"node","@id":7409236340,"@timestamp":1587001048},"coords":"51.5891124,-0.0574673","bedrooms":"1","price":"205000","area":"656"} , +{"type":"Feature","id":"n7409269778","geometry":{"type":"Point","coordinates":[-0.6186961,51.5447387]},"properties":{"@type":"node","@id":7409269778,"@timestamp":1587004017},"coords":"51.5447387,-0.6186961","bedrooms":"1","price":"228000","area":"458"} , +{"type":"Feature","id":"n7409388290","geometry":{"type":"Point","coordinates":[0.361909,51.4346629]},"properties":{"@type":"node","@id":7409388290,"@timestamp":1615557696},"coords":"51.4346629,0.361909","bedrooms":"4","price":"278000","area":"612"} , +{"type":"Feature","id":"n7410042466","geometry":{"type":"Point","coordinates":[0.0929822,51.4181198]},"properties":{"@type":"node","@id":7410042466,"@timestamp":1600670317},"coords":"51.4181198,0.0929822","bedrooms":"4","price":"264000","area":"592"} , +{"type":"Feature","id":"n7410060480","geometry":{"type":"Point","coordinates":[-0.2141011,51.5041708]},"properties":{"@type":"node","@id":7410060480,"@timestamp":1587025480},"coords":"51.5041708,-0.2141011","bedrooms":"3","price":"227000","area":"526"} , +{"type":"Feature","id":"n7410095290","geometry":{"type":"Point","coordinates":[-0.2148879,51.5037697]},"properties":{"@type":"node","@id":7410095290,"@timestamp":1587025480},"coords":"51.5037697,-0.2148879","bedrooms":"1","price":"296000","area":"666"} , +{"type":"Feature","id":"n7410095392","geometry":{"type":"Point","coordinates":[-0.2150246,51.5047184]},"properties":{"@type":"node","@id":7410095392,"@timestamp":1587025480},"coords":"51.5047184,-0.2150246","bedrooms":"1","price":"150000","area":"425"} , +{"type":"Feature","id":"n7410238648","geometry":{"type":"Point","coordinates":[0.0741061,51.191664]},"properties":{"@type":"node","@id":7410238648,"@timestamp":1587028277},"coords":"51.191664,0.0741061","bedrooms":"3","price":"155000","area":"504"} , +{"type":"Feature","id":"n7410470808","geometry":{"type":"Point","coordinates":[-0.2117044,51.505104]},"properties":{"@type":"node","@id":7410470808,"@timestamp":1587031466},"coords":"51.505104,-0.2117044","bedrooms":"4","price":"170000","area":"665"} , +{"type":"Feature","id":"n7410516904","geometry":{"type":"Point","coordinates":[-0.0889083,51.4980496]},"properties":{"@type":"node","@id":7410516904,"@timestamp":1587032686},"coords":"51.4980496,-0.0889083","bedrooms":"2","price":"273000","area":"404"} , +{"type":"Feature","id":"n7410703330","geometry":{"type":"Point","coordinates":[-0.8387221,51.1788489]},"properties":{"@type":"node","@id":7410703330,"@timestamp":1587036615},"coords":"51.1788489,-0.8387221","bedrooms":"3","price":"164000","area":"363"} , +{"type":"Feature","id":"n7411445766","geometry":{"type":"Point","coordinates":[-0.4318705,51.3849226]},"properties":{"@type":"node","@id":7411445766,"@timestamp":1587052191},"coords":"51.3849226,-0.4318705","bedrooms":"0","price":"232000","area":"476"} , +{"type":"Feature","id":"n7411600746","geometry":{"type":"Point","coordinates":[-0.0250266,51.0366425]},"properties":{"@type":"node","@id":7411600746,"@timestamp":1587056279},"coords":"51.0366425,-0.0250266","bedrooms":"2","price":"235000","area":"600"} , +{"type":"Feature","id":"n7412123879","geometry":{"type":"Point","coordinates":[0.1905794,51.4212236]},"properties":{"@type":"node","@id":7412123879,"@timestamp":1587063581},"coords":"51.4212236,0.1905794","bedrooms":"3","price":"298000","area":"411"} , +{"type":"Feature","id":"n7412535135","geometry":{"type":"Point","coordinates":[-0.5804628,51.2260303]},"properties":{"@type":"node","@id":7412535135,"@timestamp":1587071430},"coords":"51.2260303,-0.5804628","bedrooms":"0","price":"284000","area":"493"} , +{"type":"Feature","id":"n7412535145","geometry":{"type":"Point","coordinates":[-0.5803475,51.2257464]},"properties":{"@type":"node","@id":7412535145,"@timestamp":1587071430},"coords":"51.2257464,-0.5803475","bedrooms":"3","price":"155000","area":"589"} , +{"type":"Feature","id":"n7412535155","geometry":{"type":"Point","coordinates":[-0.5953732,51.235985]},"properties":{"@type":"node","@id":7412535155,"@timestamp":1587071430},"coords":"51.235985,-0.5953732","bedrooms":"1","price":"281000","area":"565"} , +{"type":"Feature","id":"n7412535165","geometry":{"type":"Point","coordinates":[-0.5895797,51.2379297]},"properties":{"@type":"node","@id":7412535165,"@timestamp":1587071430},"coords":"51.2379297,-0.5895797","bedrooms":"4","price":"278000","area":"462"} , +{"type":"Feature","id":"n7412826440","geometry":{"type":"Point","coordinates":[0.7227749,50.9608832]},"properties":{"@type":"node","@id":7412826440,"@timestamp":1587086794},"coords":"50.9608832,0.7227749","bedrooms":"3","price":"239000","area":"458"} , +{"type":"Feature","id":"n7413413645","geometry":{"type":"Point","coordinates":[-0.5190557,51.9074302]},"properties":{"@type":"node","@id":7413413645,"@timestamp":1587106258},"coords":"51.9074302,-0.5190557","bedrooms":"2","price":"200000","area":"544"} , +{"type":"Feature","id":"n7413919218","geometry":{"type":"Point","coordinates":[-0.2097753,51.5057987]},"properties":{"@type":"node","@id":7413919218,"@timestamp":1587115548},"coords":"51.5057987,-0.2097753","bedrooms":"2","price":"161000","area":"545"} , +{"type":"Feature","id":"n7413919228","geometry":{"type":"Point","coordinates":[-0.2109675,51.5055349]},"properties":{"@type":"node","@id":7413919228,"@timestamp":1587115548},"coords":"51.5055349,-0.2109675","bedrooms":"2","price":"257000","area":"468"} , +{"type":"Feature","id":"n7414030588","geometry":{"type":"Point","coordinates":[-0.737637,51.1086616]},"properties":{"@type":"node","@id":7414030588,"@timestamp":1587117211},"coords":"51.1086616,-0.737637","bedrooms":"2","price":"274000","area":"502"} , +{"type":"Feature","id":"n7414130669","geometry":{"type":"Point","coordinates":[-0.4891722,51.7128768]},"properties":{"@type":"node","@id":7414130669,"@timestamp":1606588052},"coords":"51.7128768,-0.4891722","bedrooms":"4","price":"289000","area":"588"} , +{"type":"Feature","id":"n7414401482","geometry":{"type":"Point","coordinates":[-1.1061765,51.3381518]},"properties":{"@type":"node","@id":7414401482,"@timestamp":1587124371},"coords":"51.3381518,-1.1061765","bedrooms":"1","price":"200000","area":"525"} , +{"type":"Feature","id":"n7414420792","geometry":{"type":"Point","coordinates":[-1.0557014,51.3008747]},"properties":{"@type":"node","@id":7414420792,"@timestamp":1587124371},"coords":"51.3008747,-1.0557014","bedrooms":"0","price":"266000","area":"423"} , +{"type":"Feature","id":"n7414650610","geometry":{"type":"Point","coordinates":[0.182002,51.4150045]},"properties":{"@type":"node","@id":7414650610,"@timestamp":1587129384},"coords":"51.4150045,0.182002","bedrooms":"0","price":"181000","area":"589"} , +{"type":"Feature","id":"n7414771932","geometry":{"type":"Point","coordinates":[-0.0226352,51.4792328]},"properties":{"@type":"node","@id":7414771932,"@timestamp":1587133495},"coords":"51.4792328,-0.0226352","bedrooms":"3","price":"186000","area":"580"} , +{"type":"Feature","id":"n7414771942","geometry":{"type":"Point","coordinates":[-0.0217558,51.4794963]},"properties":{"@type":"node","@id":7414771942,"@timestamp":1587133495},"coords":"51.4794963,-0.0217558","bedrooms":"2","price":"182000","area":"465"} , +{"type":"Feature","id":"n7414782542","geometry":{"type":"Point","coordinates":[0.6145204,51.5238378]},"properties":{"@type":"node","@id":7414782542,"@timestamp":1587132570},"coords":"51.5238378,0.6145204","bedrooms":"1","price":"154000","area":"609"} , +{"type":"Feature","id":"n7414782552","geometry":{"type":"Point","coordinates":[0.6079248,51.524759]},"properties":{"@type":"node","@id":7414782552,"@timestamp":1587132570},"coords":"51.524759,0.6079248","bedrooms":"2","price":"239000","area":"507"} , +{"type":"Feature","id":"n7414782574","geometry":{"type":"Point","coordinates":[0.5975554,51.5249292]},"properties":{"@type":"node","@id":7414782574,"@timestamp":1587132570},"coords":"51.5249292,0.5975554","bedrooms":"0","price":"261000","area":"410"} , +{"type":"Feature","id":"n7414785888","geometry":{"type":"Point","coordinates":[0.5715836,51.5200928]},"properties":{"@type":"node","@id":7414785888,"@timestamp":1587132570},"coords":"51.5200928,0.5715836","bedrooms":"1","price":"297000","area":"436"} , +{"type":"Feature","id":"n7414785898","geometry":{"type":"Point","coordinates":[0.5641673,51.5235007]},"properties":{"@type":"node","@id":7414785898,"@timestamp":1587132570},"coords":"51.5235007,0.5641673","bedrooms":"4","price":"267000","area":"452"} , +{"type":"Feature","id":"n7414785908","geometry":{"type":"Point","coordinates":[0.5604631,51.5238495]},"properties":{"@type":"node","@id":7414785908,"@timestamp":1587132570},"coords":"51.5238495,0.5604631","bedrooms":"4","price":"198000","area":"404"} , +{"type":"Feature","id":"n7414785918","geometry":{"type":"Point","coordinates":[0.5605651,51.5264645]},"properties":{"@type":"node","@id":7414785918,"@timestamp":1587132570},"coords":"51.5264645,0.5605651","bedrooms":"3","price":"240000","area":"653"} , +{"type":"Feature","id":"n7414974564","geometry":{"type":"Point","coordinates":[-0.2337181,51.984764]},"properties":{"@type":"node","@id":7414974564,"@timestamp":1587137847},"coords":"51.984764,-0.2337181","bedrooms":"4","price":"202000","area":"563"} , +{"type":"Feature","id":"n7415171617","geometry":{"type":"Point","coordinates":[-0.2082878,51.5014523]},"properties":{"@type":"node","@id":7415171617,"@timestamp":1587141244},"coords":"51.5014523,-0.2082878","bedrooms":"0","price":"244000","area":"352"} , +{"type":"Feature","id":"n7415171632","geometry":{"type":"Point","coordinates":[-0.207809,51.5008622]},"properties":{"@type":"node","@id":7415171632,"@timestamp":1587141244},"coords":"51.5008622,-0.207809","bedrooms":"0","price":"151000","area":"352"} , +{"type":"Feature","id":"n7415171692","geometry":{"type":"Point","coordinates":[-0.2072185,51.5009833]},"properties":{"@type":"node","@id":7415171692,"@timestamp":1587141244},"coords":"51.5009833,-0.2072185","bedrooms":"4","price":"228000","area":"452"} , +{"type":"Feature","id":"n7415171814","geometry":{"type":"Point","coordinates":[-0.2069011,51.500159]},"properties":{"@type":"node","@id":7415171814,"@timestamp":1587141244},"coords":"51.500159,-0.2069011","bedrooms":"0","price":"199000","area":"442"} , +{"type":"Feature","id":"n7415178386","geometry":{"type":"Point","coordinates":[-0.5979928,50.9481894]},"properties":{"@type":"node","@id":7415178386,"@timestamp":1611051297},"coords":"50.9481894,-0.5979928","bedrooms":"3","price":"217000","area":"633"} , +{"type":"Feature","id":"n7415399291","geometry":{"type":"Point","coordinates":[0.1836153,51.4109611]},"properties":{"@type":"node","@id":7415399291,"@timestamp":1606249343},"coords":"51.4109611,0.1836153","bedrooms":"4","price":"181000","area":"410"} , +{"type":"Feature","id":"n7415703842","geometry":{"type":"Point","coordinates":[0.1112393,51.4199258]},"properties":{"@type":"node","@id":7415703842,"@timestamp":1587156102},"coords":"51.4199258,0.1112393","bedrooms":"2","price":"299000","area":"479"} , +{"type":"Feature","id":"n7416066769","geometry":{"type":"Point","coordinates":[-0.0615404,51.5181532]},"properties":{"@type":"node","@id":7416066769,"@timestamp":1587172472},"coords":"51.5181532,-0.0615404","bedrooms":"0","price":"284000","area":"549"} , +{"type":"Feature","id":"n7416302961","geometry":{"type":"Point","coordinates":[-0.2057902,51.5007724]},"properties":{"@type":"node","@id":7416302961,"@timestamp":1587186974},"coords":"51.5007724,-0.2057902","bedrooms":"4","price":"271000","area":"458"} , +{"type":"Feature","id":"n7416310489","geometry":{"type":"Point","coordinates":[-0.2062694,51.5013594]},"properties":{"@type":"node","@id":7416310489,"@timestamp":1587186974},"coords":"51.5013594,-0.2062694","bedrooms":"0","price":"194000","area":"485"} , +{"type":"Feature","id":"n7416310509","geometry":{"type":"Point","coordinates":[-0.2068554,51.5020773]},"properties":{"@type":"node","@id":7416310509,"@timestamp":1587186974},"coords":"51.5020773,-0.2068554","bedrooms":"3","price":"257000","area":"413"} , +{"type":"Feature","id":"n7416310528","geometry":{"type":"Point","coordinates":[-0.2073233,51.5026504]},"properties":{"@type":"node","@id":7416310528,"@timestamp":1587186974},"coords":"51.5026504,-0.2073233","bedrooms":"0","price":"259000","area":"520"} , +{"type":"Feature","id":"n7416310568","geometry":{"type":"Point","coordinates":[-0.2064148,51.5009473]},"properties":{"@type":"node","@id":7416310568,"@timestamp":1587186974},"coords":"51.5009473,-0.2064148","bedrooms":"2","price":"235000","area":"691"} , +{"type":"Feature","id":"n7416310583","geometry":{"type":"Point","coordinates":[-0.206614,51.5011921]},"properties":{"@type":"node","@id":7416310583,"@timestamp":1587186974},"coords":"51.5011921,-0.206614","bedrooms":"2","price":"285000","area":"589"} , +{"type":"Feature","id":"n7416310606","geometry":{"type":"Point","coordinates":[-0.2069043,51.501443]},"properties":{"@type":"node","@id":7416310606,"@timestamp":1587186974},"coords":"51.501443,-0.2069043","bedrooms":"1","price":"197000","area":"648"} , +{"type":"Feature","id":"n7416310617","geometry":{"type":"Point","coordinates":[-0.2068971,51.5017427]},"properties":{"@type":"node","@id":7416310617,"@timestamp":1587186974},"coords":"51.5017427,-0.2068971","bedrooms":"2","price":"287000","area":"436"} , +{"type":"Feature","id":"n7416310637","geometry":{"type":"Point","coordinates":[-0.2075224,51.5019593]},"properties":{"@type":"node","@id":7416310637,"@timestamp":1587186974},"coords":"51.5019593,-0.2075224","bedrooms":"1","price":"207000","area":"606"} , +{"type":"Feature","id":"n7416310647","geometry":{"type":"Point","coordinates":[-0.2076969,51.5022608]},"properties":{"@type":"node","@id":7416310647,"@timestamp":1587186974},"coords":"51.5022608,-0.2076969","bedrooms":"3","price":"244000","area":"650"} , +{"type":"Feature","id":"n7416379916","geometry":{"type":"Point","coordinates":[-0.2076068,51.502928]},"properties":{"@type":"node","@id":7416379916,"@timestamp":1587191333},"coords":"51.502928,-0.2076068","bedrooms":"2","price":"179000","area":"355"} , +{"type":"Feature","id":"n7416379940","geometry":{"type":"Point","coordinates":[-0.2079799,51.503537]},"properties":{"@type":"node","@id":7416379940,"@timestamp":1587191333},"coords":"51.503537,-0.2079799","bedrooms":"2","price":"182000","area":"473"} , +{"type":"Feature","id":"n7416384452","geometry":{"type":"Point","coordinates":[-0.0453882,51.5293806]},"properties":{"@type":"node","@id":7416384452,"@timestamp":1587191588},"coords":"51.5293806,-0.0453882","bedrooms":"3","price":"255000","area":"655"} , +{"type":"Feature","id":"n7416767366","geometry":{"type":"Point","coordinates":[-0.2502124,51.4454054]},"properties":{"@type":"node","@id":7416767366,"@timestamp":1587208293},"coords":"51.4454054,-0.2502124","bedrooms":"4","price":"176000","area":"502"} , +{"type":"Feature","id":"n7416769160","geometry":{"type":"Point","coordinates":[-0.1534869,51.5138106]},"properties":{"@type":"node","@id":7416769160,"@timestamp":1587208172},"coords":"51.5138106,-0.1534869","bedrooms":"1","price":"258000","area":"544"} , +{"type":"Feature","id":"n7416769210","geometry":{"type":"Point","coordinates":[-0.1526086,51.5139098]},"properties":{"@type":"node","@id":7416769210,"@timestamp":1587208172},"coords":"51.5139098,-0.1526086","bedrooms":"0","price":"266000","area":"427"} , +{"type":"Feature","id":"n7416994406","geometry":{"type":"Point","coordinates":[-0.9481927,51.4842972]},"properties":{"@type":"node","@id":7416994406,"@timestamp":1635635680},"coords":"51.4842972,-0.9481927","bedrooms":"1","price":"195000","area":"409"} , +{"type":"Feature","id":"n7416994418","geometry":{"type":"Point","coordinates":[-0.9469717,51.4818915]},"properties":{"@type":"node","@id":7416994418,"@timestamp":1635635680},"coords":"51.4818915,-0.9469717","bedrooms":"3","price":"277000","area":"428"} , +{"type":"Feature","id":"n7416994428","geometry":{"type":"Point","coordinates":[-0.948866,51.4785694]},"properties":{"@type":"node","@id":7416994428,"@timestamp":1635630434},"coords":"51.4785694,-0.948866","bedrooms":"0","price":"296000","area":"396"} , +{"type":"Feature","id":"n7416994438","geometry":{"type":"Point","coordinates":[-0.945005,51.4768288]},"properties":{"@type":"node","@id":7416994438,"@timestamp":1635288507},"coords":"51.4768288,-0.945005","bedrooms":"2","price":"259000","area":"576"} , +{"type":"Feature","id":"n7417413556","geometry":{"type":"Point","coordinates":[-0.4786804,51.3842748]},"properties":{"@type":"node","@id":7417413556,"@timestamp":1587226373},"coords":"51.3842748,-0.4786804","bedrooms":"3","price":"176000","area":"585"} , +{"type":"Feature","id":"n7417454933","geometry":{"type":"Point","coordinates":[-0.5291282,51.6466912]},"properties":{"@type":"node","@id":7417454933,"@timestamp":1605290694},"coords":"51.6466912,-0.5291282","bedrooms":"0","price":"299000","area":"442"} , +{"type":"Feature","id":"n7417553701","geometry":{"type":"Point","coordinates":[-0.0601241,51.5667292]},"properties":{"@type":"node","@id":7417553701,"@timestamp":1587230691},"coords":"51.5667292,-0.0601241","bedrooms":"2","price":"174000","area":"405"} , +{"type":"Feature","id":"n7417674316","geometry":{"type":"Point","coordinates":[-0.2497646,51.4483353]},"properties":{"@type":"node","@id":7417674316,"@timestamp":1587235148},"coords":"51.4483353,-0.2497646","bedrooms":"2","price":"258000","area":"419"} , +{"type":"Feature","id":"n7417674502","geometry":{"type":"Point","coordinates":[-0.253424,51.4501916]},"properties":{"@type":"node","@id":7417674502,"@timestamp":1587235148},"coords":"51.4501916,-0.253424","bedrooms":"0","price":"298000","area":"517"} , +{"type":"Feature","id":"n7417745897","geometry":{"type":"Point","coordinates":[-0.0136405,51.5021731]},"properties":{"@type":"node","@id":7417745897,"@timestamp":1587370323},"coords":"51.5021731,-0.0136405","bedrooms":"1","price":"289000","area":"471"} , +{"type":"Feature","id":"n7417766756","geometry":{"type":"Point","coordinates":[-0.25344,51.4480118]},"properties":{"@type":"node","@id":7417766756,"@timestamp":1587238261},"coords":"51.4480118,-0.25344","bedrooms":"1","price":"221000","area":"491"} , +{"type":"Feature","id":"n7417766874","geometry":{"type":"Point","coordinates":[-0.2561575,51.4475456]},"properties":{"@type":"node","@id":7417766874,"@timestamp":1587238261},"coords":"51.4475456,-0.2561575","bedrooms":"1","price":"241000","area":"427"} , +{"type":"Feature","id":"n7417766884","geometry":{"type":"Point","coordinates":[-0.2545639,51.4478314]},"properties":{"@type":"node","@id":7417766884,"@timestamp":1587238261},"coords":"51.4478314,-0.2545639","bedrooms":"3","price":"203000","area":"602"} , +{"type":"Feature","id":"n7417766936","geometry":{"type":"Point","coordinates":[-0.2543108,51.4496104]},"properties":{"@type":"node","@id":7417766936,"@timestamp":1587238261},"coords":"51.4496104,-0.2543108","bedrooms":"0","price":"159000","area":"500"} , +{"type":"Feature","id":"n7418112776","geometry":{"type":"Point","coordinates":[0.1814273,51.4126468]},"properties":{"@type":"node","@id":7418112776,"@timestamp":1606251035},"coords":"51.4126468,0.1814273","bedrooms":"3","price":"271000","area":"584"} , +{"type":"Feature","id":"n7418121077","geometry":{"type":"Point","coordinates":[-0.1463497,51.3073751]},"properties":{"@type":"node","@id":7418121077,"@timestamp":1625662087},"coords":"51.3073751,-0.1463497","bedrooms":"3","price":"203000","area":"628"} , +{"type":"Feature","id":"n7418183490","geometry":{"type":"Point","coordinates":[-0.1191899,51.3744049]},"properties":{"@type":"node","@id":7418183490,"@timestamp":1625706266},"coords":"51.3744049,-0.1191899","bedrooms":"1","price":"182000","area":"529"} , +{"type":"Feature","id":"n7418183505","geometry":{"type":"Point","coordinates":[-0.1180923,51.3667778]},"properties":{"@type":"node","@id":7418183505,"@timestamp":1587256614},"coords":"51.3667778,-0.1180923","bedrooms":"1","price":"209000","area":"578"} , +{"type":"Feature","id":"n7418183519","geometry":{"type":"Point","coordinates":[-0.1165541,51.3559243]},"properties":{"@type":"node","@id":7418183519,"@timestamp":1587256614},"coords":"51.3559243,-0.1165541","bedrooms":"4","price":"178000","area":"499"} , +{"type":"Feature","id":"n7418311420","geometry":{"type":"Point","coordinates":[-0.1639916,51.1592682]},"properties":{"@type":"node","@id":7418311420,"@timestamp":1587267548},"coords":"51.1592682,-0.1639916","bedrooms":"1","price":"165000","area":"593"} , +{"type":"Feature","id":"n7418311474","geometry":{"type":"Point","coordinates":[-0.1713412,51.21767]},"properties":{"@type":"node","@id":7418311474,"@timestamp":1629388725},"coords":"51.21767,-0.1713412","bedrooms":"3","price":"299000","area":"454"} , +{"type":"Feature","id":"n7418323511","geometry":{"type":"Point","coordinates":[-0.5941478,51.2360826]},"properties":{"@type":"node","@id":7418323511,"@timestamp":1587265471},"coords":"51.2360826,-0.5941478","bedrooms":"2","price":"178000","area":"567"} , +{"type":"Feature","id":"n7418323530","geometry":{"type":"Point","coordinates":[-0.5939903,51.2363706]},"properties":{"@type":"node","@id":7418323530,"@timestamp":1587265471},"coords":"51.2363706,-0.5939903","bedrooms":"1","price":"252000","area":"608"} , +{"type":"Feature","id":"n7418804066","geometry":{"type":"Point","coordinates":[-0.5225797,51.9080402]},"properties":{"@type":"node","@id":7418804066,"@timestamp":1587290593},"coords":"51.9080402,-0.5225797","bedrooms":"2","price":"170000","area":"564"} , +{"type":"Feature","id":"n7418804076","geometry":{"type":"Point","coordinates":[-0.5089836,51.9144063]},"properties":{"@type":"node","@id":7418804076,"@timestamp":1587290593},"coords":"51.9144063,-0.5089836","bedrooms":"4","price":"283000","area":"382"} , +{"type":"Feature","id":"n7418812369","geometry":{"type":"Point","coordinates":[-0.4993463,51.1448265]},"properties":{"@type":"node","@id":7418812369,"@timestamp":1587289551},"coords":"51.1448265,-0.4993463","bedrooms":"3","price":"154000","area":"634"} , +{"type":"Feature","id":"n7418832786","geometry":{"type":"Point","coordinates":[-0.5036433,51.9103691]},"properties":{"@type":"node","@id":7418832786,"@timestamp":1587290593},"coords":"51.9103691,-0.5036433","bedrooms":"2","price":"287000","area":"464"} , +{"type":"Feature","id":"n7418832796","geometry":{"type":"Point","coordinates":[-0.4985082,51.9120473]},"properties":{"@type":"node","@id":7418832796,"@timestamp":1587290593},"coords":"51.9120473,-0.4985082","bedrooms":"2","price":"168000","area":"489"} , +{"type":"Feature","id":"n7418832806","geometry":{"type":"Point","coordinates":[-0.5135997,51.9125412]},"properties":{"@type":"node","@id":7418832806,"@timestamp":1587290593},"coords":"51.9125412,-0.5135997","bedrooms":"3","price":"227000","area":"540"} , +{"type":"Feature","id":"n7418832816","geometry":{"type":"Point","coordinates":[-0.5357641,51.8957079]},"properties":{"@type":"node","@id":7418832816,"@timestamp":1587290593},"coords":"51.8957079,-0.5357641","bedrooms":"2","price":"188000","area":"640"} , +{"type":"Feature","id":"n7418832826","geometry":{"type":"Point","coordinates":[-0.5359559,51.8951062]},"properties":{"@type":"node","@id":7418832826,"@timestamp":1587290593},"coords":"51.8951062,-0.5359559","bedrooms":"1","price":"289000","area":"392"} , +{"type":"Feature","id":"n7418832836","geometry":{"type":"Point","coordinates":[-0.5352491,51.895578]},"properties":{"@type":"node","@id":7418832836,"@timestamp":1587290593},"coords":"51.895578,-0.5352491","bedrooms":"2","price":"155000","area":"382"} , +{"type":"Feature","id":"n7418832846","geometry":{"type":"Point","coordinates":[-0.5354342,51.8948977]},"properties":{"@type":"node","@id":7418832846,"@timestamp":1587290593},"coords":"51.8948977,-0.5354342","bedrooms":"0","price":"269000","area":"502"} , +{"type":"Feature","id":"n7418832856","geometry":{"type":"Point","coordinates":[-0.5368638,51.895002]},"properties":{"@type":"node","@id":7418832856,"@timestamp":1587290593},"coords":"51.895002,-0.5368638","bedrooms":"0","price":"200000","area":"434"} , +{"type":"Feature","id":"n7418832866","geometry":{"type":"Point","coordinates":[-0.5417696,51.8945989]},"properties":{"@type":"node","@id":7418832866,"@timestamp":1587290593},"coords":"51.8945989,-0.5417696","bedrooms":"2","price":"205000","area":"494"} , +{"type":"Feature","id":"n7418832876","geometry":{"type":"Point","coordinates":[-0.5184545,51.902717]},"properties":{"@type":"node","@id":7418832876,"@timestamp":1587290593},"coords":"51.902717,-0.5184545","bedrooms":"4","price":"288000","area":"512"} , +{"type":"Feature","id":"n7418832886","geometry":{"type":"Point","coordinates":[-0.518598,51.9029032]},"properties":{"@type":"node","@id":7418832886,"@timestamp":1587290593},"coords":"51.9029032,-0.518598","bedrooms":"0","price":"187000","area":"566"} , +{"type":"Feature","id":"n7418832896","geometry":{"type":"Point","coordinates":[-0.5185792,51.9032367]},"properties":{"@type":"node","@id":7418832896,"@timestamp":1587290593},"coords":"51.9032367,-0.5185792","bedrooms":"0","price":"158000","area":"421"} , +{"type":"Feature","id":"n7418832906","geometry":{"type":"Point","coordinates":[-0.5190727,51.90359]},"properties":{"@type":"node","@id":7418832906,"@timestamp":1587290593},"coords":"51.90359,-0.5190727","bedrooms":"3","price":"182000","area":"687"} , +{"type":"Feature","id":"n7419082890","geometry":{"type":"Point","coordinates":[-0.2085549,51.3989724]},"properties":{"@type":"node","@id":7419082890,"@timestamp":1587298344},"coords":"51.3989724,-0.2085549","bedrooms":"1","price":"209000","area":"501"} , +{"type":"Feature","id":"n7419141127","geometry":{"type":"Point","coordinates":[-0.1201844,51.8944173]},"properties":{"@type":"node","@id":7419141127,"@timestamp":1587300563},"coords":"51.8944173,-0.1201844","bedrooms":"3","price":"275000","area":"593"} , +{"type":"Feature","id":"n7419141138","geometry":{"type":"Point","coordinates":[-0.122416,51.8997402]},"properties":{"@type":"node","@id":7419141138,"@timestamp":1587300563},"coords":"51.8997402,-0.122416","bedrooms":"1","price":"188000","area":"552"} , +{"type":"Feature","id":"n7419141148","geometry":{"type":"Point","coordinates":[-0.1225609,51.8978038]},"properties":{"@type":"node","@id":7419141148,"@timestamp":1587300563},"coords":"51.8978038,-0.1225609","bedrooms":"2","price":"162000","area":"363"} , +{"type":"Feature","id":"n7419141158","geometry":{"type":"Point","coordinates":[-0.1190794,51.8970193]},"properties":{"@type":"node","@id":7419141158,"@timestamp":1587300563},"coords":"51.8970193,-0.1190794","bedrooms":"4","price":"186000","area":"649"} , +{"type":"Feature","id":"n7419173872","geometry":{"type":"Point","coordinates":[-0.0251006,51.427032]},"properties":{"@type":"node","@id":7419173872,"@timestamp":1587302618},"coords":"51.427032,-0.0251006","bedrooms":"4","price":"176000","area":"630"} , +{"type":"Feature","id":"n7419202190","geometry":{"type":"Point","coordinates":[-0.0269476,51.4279918]},"properties":{"@type":"node","@id":7419202190,"@timestamp":1595845419},"coords":"51.4279918,-0.0269476","bedrooms":"3","price":"155000","area":"602"} , +{"type":"Feature","id":"n7419375771","geometry":{"type":"Point","coordinates":[-0.2092984,51.4024348]},"properties":{"@type":"node","@id":7419375771,"@timestamp":1587305694},"coords":"51.4024348,-0.2092984","bedrooms":"3","price":"273000","area":"676"} , +{"type":"Feature","id":"n7419471490","geometry":{"type":"Point","coordinates":[-0.8137241,51.856852]},"properties":{"@type":"node","@id":7419471490,"@timestamp":1587307566},"coords":"51.856852,-0.8137241","bedrooms":"4","price":"192000","area":"600"} , +{"type":"Feature","id":"n7419534257","geometry":{"type":"Point","coordinates":[-0.920324,51.5751416]},"properties":{"@type":"node","@id":7419534257,"@timestamp":1587308969},"coords":"51.5751416,-0.920324","bedrooms":"3","price":"206000","area":"658"} , +{"type":"Feature","id":"n7419706247","geometry":{"type":"Point","coordinates":[-0.1056509,51.4160791]},"properties":{"@type":"node","@id":7419706247,"@timestamp":1587312818},"coords":"51.4160791,-0.1056509","bedrooms":"2","price":"202000","area":"420"} , +{"type":"Feature","id":"n7419870722","geometry":{"type":"Point","coordinates":[-0.2078766,51.1133179]},"properties":{"@type":"node","@id":7419870722,"@timestamp":1587317736},"coords":"51.1133179,-0.2078766","bedrooms":"2","price":"255000","area":"689"} , +{"type":"Feature","id":"n7419918282","geometry":{"type":"Point","coordinates":[0.0085536,51.4307276]},"properties":{"@type":"node","@id":7419918282,"@timestamp":1635585058},"coords":"51.4307276,0.0085536","bedrooms":"1","price":"179000","area":"526"} , +{"type":"Feature","id":"n7422334092","geometry":{"type":"Point","coordinates":[-0.8301937,51.1757932]},"properties":{"@type":"node","@id":7422334092,"@timestamp":1587326713},"coords":"51.1757932,-0.8301937","bedrooms":"3","price":"171000","area":"678"} , +{"type":"Feature","id":"n7423165019","geometry":{"type":"Point","coordinates":[-0.2515251,51.4510363]},"properties":{"@type":"node","@id":7423165019,"@timestamp":1587330287},"coords":"51.4510363,-0.2515251","bedrooms":"1","price":"224000","area":"503"} , +{"type":"Feature","id":"n7423165029","geometry":{"type":"Point","coordinates":[-0.248669,51.4497402]},"properties":{"@type":"node","@id":7423165029,"@timestamp":1587330287},"coords":"51.4497402,-0.248669","bedrooms":"1","price":"185000","area":"684"} , +{"type":"Feature","id":"n7423165039","geometry":{"type":"Point","coordinates":[-0.2471962,51.4489472]},"properties":{"@type":"node","@id":7423165039,"@timestamp":1587330287},"coords":"51.4489472,-0.2471962","bedrooms":"0","price":"296000","area":"653"} , +{"type":"Feature","id":"n7423165050","geometry":{"type":"Point","coordinates":[-0.2457296,51.4465066]},"properties":{"@type":"node","@id":7423165050,"@timestamp":1587330287},"coords":"51.4465066,-0.2457296","bedrooms":"4","price":"278000","area":"696"} , +{"type":"Feature","id":"n7423165060","geometry":{"type":"Point","coordinates":[-0.2484933,51.4420572]},"properties":{"@type":"node","@id":7423165060,"@timestamp":1587330287},"coords":"51.4420572,-0.2484933","bedrooms":"2","price":"173000","area":"440"} , +{"type":"Feature","id":"n7423165070","geometry":{"type":"Point","coordinates":[-0.2491333,51.4431903]},"properties":{"@type":"node","@id":7423165070,"@timestamp":1587330287},"coords":"51.4431903,-0.2491333","bedrooms":"2","price":"238000","area":"676"} , +{"type":"Feature","id":"n7423165080","geometry":{"type":"Point","coordinates":[-0.2540811,51.4457128]},"properties":{"@type":"node","@id":7423165080,"@timestamp":1587330287},"coords":"51.4457128,-0.2540811","bedrooms":"1","price":"159000","area":"553"} , +{"type":"Feature","id":"n7423165090","geometry":{"type":"Point","coordinates":[-0.2544828,51.4515711]},"properties":{"@type":"node","@id":7423165090,"@timestamp":1587330287},"coords":"51.4515711,-0.2544828","bedrooms":"3","price":"175000","area":"366"} , +{"type":"Feature","id":"n7423750278","geometry":{"type":"Point","coordinates":[0.0274175,51.4345795]},"properties":{"@type":"node","@id":7423750278,"@timestamp":1587333352},"coords":"51.4345795,0.0274175","bedrooms":"4","price":"234000","area":"685"} , +{"type":"Feature","id":"n7423854969","geometry":{"type":"Point","coordinates":[0.1830091,51.4107055]},"properties":{"@type":"node","@id":7423854969,"@timestamp":1587340239},"coords":"51.4107055,0.1830091","bedrooms":"2","price":"204000","area":"497"} , +{"type":"Feature","id":"n7423869315","geometry":{"type":"Point","coordinates":[-0.5787818,51.7760124]},"properties":{"@type":"node","@id":7423869315,"@timestamp":1587337409},"coords":"51.7760124,-0.5787818","bedrooms":"0","price":"236000","area":"396"} , +{"type":"Feature","id":"n7423869325","geometry":{"type":"Point","coordinates":[-0.5742542,51.7814904]},"properties":{"@type":"node","@id":7423869325,"@timestamp":1587337409},"coords":"51.7814904,-0.5742542","bedrooms":"1","price":"187000","area":"390"} , +{"type":"Feature","id":"n7423869335","geometry":{"type":"Point","coordinates":[-0.5730888,51.7832194]},"properties":{"@type":"node","@id":7423869335,"@timestamp":1587337409},"coords":"51.7832194,-0.5730888","bedrooms":"0","price":"217000","area":"682"} , +{"type":"Feature","id":"n7423869345","geometry":{"type":"Point","coordinates":[-0.5688174,51.7893332]},"properties":{"@type":"node","@id":7423869345,"@timestamp":1587337409},"coords":"51.7893332,-0.5688174","bedrooms":"4","price":"232000","area":"369"} , +{"type":"Feature","id":"n7423869362","geometry":{"type":"Point","coordinates":[-0.5762431,51.7692259]},"properties":{"@type":"node","@id":7423869362,"@timestamp":1587337409},"coords":"51.7692259,-0.5762431","bedrooms":"4","price":"289000","area":"532"} , +{"type":"Feature","id":"n7424121812","geometry":{"type":"Point","coordinates":[-0.2078179,51.5053378]},"properties":{"@type":"node","@id":7424121812,"@timestamp":1587350973},"coords":"51.5053378,-0.2078179","bedrooms":"0","price":"160000","area":"486"} , +{"type":"Feature","id":"n7424121822","geometry":{"type":"Point","coordinates":[-0.2068425,51.5056028]},"properties":{"@type":"node","@id":7424121822,"@timestamp":1587350973},"coords":"51.5056028,-0.2068425","bedrooms":"0","price":"264000","area":"513"} , +{"type":"Feature","id":"n7424121832","geometry":{"type":"Point","coordinates":[-0.2058819,51.5058638]},"properties":{"@type":"node","@id":7424121832,"@timestamp":1587350973},"coords":"51.5058638,-0.2058819","bedrooms":"0","price":"213000","area":"373"} , +{"type":"Feature","id":"n7424121842","geometry":{"type":"Point","coordinates":[-0.2049126,51.5061272]},"properties":{"@type":"node","@id":7424121842,"@timestamp":1587350973},"coords":"51.5061272,-0.2049126","bedrooms":"1","price":"282000","area":"443"} , +{"type":"Feature","id":"n7424121873","geometry":{"type":"Point","coordinates":[-0.207419,51.5055902]},"properties":{"@type":"node","@id":7424121873,"@timestamp":1587350973},"coords":"51.5055902,-0.207419","bedrooms":"2","price":"197000","area":"691"} , +{"type":"Feature","id":"n7424121883","geometry":{"type":"Point","coordinates":[-0.2063967,51.5058679]},"properties":{"@type":"node","@id":7424121883,"@timestamp":1587350973},"coords":"51.5058679,-0.2063967","bedrooms":"3","price":"248000","area":"409"} , +{"type":"Feature","id":"n7424121893","geometry":{"type":"Point","coordinates":[-0.2054399,51.5061278]},"properties":{"@type":"node","@id":7424121893,"@timestamp":1587350973},"coords":"51.5061278,-0.2054399","bedrooms":"1","price":"293000","area":"370"} , +{"type":"Feature","id":"n7424298967","geometry":{"type":"Point","coordinates":[-0.9044195,51.7061923]},"properties":{"@type":"node","@id":7424298967,"@timestamp":1587357109},"coords":"51.7061923,-0.9044195","bedrooms":"0","price":"152000","area":"469"} , +{"type":"Feature","id":"n7424977211","geometry":{"type":"Point","coordinates":[-0.2343007,51.538599]},"properties":{"@type":"node","@id":7424977211,"@timestamp":1587371022},"coords":"51.538599,-0.2343007","bedrooms":"1","price":"265000","area":"646"} , +{"type":"Feature","id":"n7425273561","geometry":{"type":"Point","coordinates":[0.1740534,51.0597702]},"properties":{"@type":"node","@id":7425273561,"@timestamp":1624480758},"coords":"51.0597702,0.1740534","bedrooms":"3","price":"254000","area":"607"} , +{"type":"Feature","id":"n7425569515","geometry":{"type":"Point","coordinates":[-0.0102718,51.4869039]},"properties":{"@type":"node","@id":7425569515,"@timestamp":1621427164},"coords":"51.4869039,-0.0102718","bedrooms":"4","price":"217000","area":"631"} , +{"type":"Feature","id":"n7425599208","geometry":{"type":"Point","coordinates":[-0.0067237,51.4889671]},"properties":{"@type":"node","@id":7425599208,"@timestamp":1621599621},"coords":"51.4889671,-0.0067237","bedrooms":"1","price":"223000","area":"623"} , +{"type":"Feature","id":"n7425608924","geometry":{"type":"Point","coordinates":[0.0084093,51.4308379]},"properties":{"@type":"node","@id":7425608924,"@timestamp":1587382645},"coords":"51.4308379,0.0084093","bedrooms":"1","price":"163000","area":"575"} , +{"type":"Feature","id":"n7425714315","geometry":{"type":"Point","coordinates":[-0.2272045,51.6914567]},"properties":{"@type":"node","@id":7425714315,"@timestamp":1587384749},"coords":"51.6914567,-0.2272045","bedrooms":"0","price":"251000","area":"425"} , +{"type":"Feature","id":"n7425991489","geometry":{"type":"Point","coordinates":[-0.2044658,51.5003728]},"properties":{"@type":"node","@id":7425991489,"@timestamp":1587391004},"coords":"51.5003728,-0.2044658","bedrooms":"1","price":"285000","area":"635"} , +{"type":"Feature","id":"n7426182917","geometry":{"type":"Point","coordinates":[-1.1040615,51.8283361]},"properties":{"@type":"node","@id":7426182917,"@timestamp":1587395413},"coords":"51.8283361,-1.1040615","bedrooms":"2","price":"162000","area":"518"} , +{"type":"Feature","id":"n7426346999","geometry":{"type":"Point","coordinates":[-0.0095676,51.4911743]},"properties":{"@type":"node","@id":7426346999,"@timestamp":1587397638},"coords":"51.4911743,-0.0095676","bedrooms":"1","price":"180000","area":"486"} , +{"type":"Feature","id":"n7426557655","geometry":{"type":"Point","coordinates":[-0.5831054,51.2468287]},"properties":{"@type":"node","@id":7426557655,"@timestamp":1587402212},"coords":"51.2468287,-0.5831054","bedrooms":"1","price":"275000","area":"682"} , +{"type":"Feature","id":"n7427344895","geometry":{"type":"Point","coordinates":[0.1582867,51.0503988]},"properties":{"@type":"node","@id":7427344895,"@timestamp":1587411357},"coords":"51.0503988,0.1582867","bedrooms":"0","price":"155000","area":"627"} , +{"type":"Feature","id":"n7427880329","geometry":{"type":"Point","coordinates":[-0.0277134,51.5726605]},"properties":{"@type":"node","@id":7427880329,"@timestamp":1625799135},"coords":"51.5726605,-0.0277134","bedrooms":"2","price":"231000","area":"641"} , +{"type":"Feature","id":"n7428228076","geometry":{"type":"Point","coordinates":[-0.203428,51.5003182]},"properties":{"@type":"node","@id":7428228076,"@timestamp":1587440750},"coords":"51.5003182,-0.203428","bedrooms":"1","price":"284000","area":"553"} , +{"type":"Feature","id":"n7428599383","geometry":{"type":"Point","coordinates":[-0.6448014,51.1698944]},"properties":{"@type":"node","@id":7428599383,"@timestamp":1587450982},"coords":"51.1698944,-0.6448014","bedrooms":"1","price":"263000","area":"540"} , +{"type":"Feature","id":"n7429205564","geometry":{"type":"Point","coordinates":[-0.2050214,51.4980238]},"properties":{"@type":"node","@id":7429205564,"@timestamp":1587462438},"coords":"51.4980238,-0.2050214","bedrooms":"3","price":"156000","area":"587"} , +{"type":"Feature","id":"n7429209162","geometry":{"type":"Point","coordinates":[-0.2045294,51.4980574]},"properties":{"@type":"node","@id":7429209162,"@timestamp":1587462438},"coords":"51.4980574,-0.2045294","bedrooms":"0","price":"286000","area":"680"} , +{"type":"Feature","id":"n7429209207","geometry":{"type":"Point","coordinates":[-0.2021568,51.4991673]},"properties":{"@type":"node","@id":7429209207,"@timestamp":1587462438},"coords":"51.4991673,-0.2021568","bedrooms":"2","price":"219000","area":"591"} , +{"type":"Feature","id":"n7429987071","geometry":{"type":"Point","coordinates":[-0.1897763,51.7540881]},"properties":{"@type":"node","@id":7429987071,"@timestamp":1587472634},"coords":"51.7540881,-0.1897763","bedrooms":"2","price":"204000","area":"547"} , +{"type":"Feature","id":"n7430760539","geometry":{"type":"Point","coordinates":[0.0559158,51.5655841]},"properties":{"@type":"node","@id":7430760539,"@timestamp":1617531962},"coords":"51.5655841,0.0559158","bedrooms":"1","price":"247000","area":"408"} , +{"type":"Feature","id":"n7430900688","geometry":{"type":"Point","coordinates":[-0.1126391,51.550795]},"properties":{"@type":"node","@id":7430900688,"@timestamp":1587488519},"coords":"51.550795,-0.1126391","bedrooms":"2","price":"299000","area":"500"} , +{"type":"Feature","id":"n7430927624","geometry":{"type":"Point","coordinates":[-0.0619789,51.4744031]},"properties":{"@type":"node","@id":7430927624,"@timestamp":1619173046},"coords":"51.4744031,-0.0619789","bedrooms":"0","price":"284000","area":"387"} , +{"type":"Feature","id":"n7430927634","geometry":{"type":"Point","coordinates":[-0.0612576,51.4744954]},"properties":{"@type":"node","@id":7430927634,"@timestamp":1622920788},"coords":"51.4744954,-0.0612576","bedrooms":"1","price":"216000","area":"612"} , +{"type":"Feature","id":"n7431045694","geometry":{"type":"Point","coordinates":[-0.0606689,51.4743102]},"properties":{"@type":"node","@id":7431045694,"@timestamp":1622920788},"coords":"51.4743102,-0.0606689","bedrooms":"4","price":"205000","area":"616"} , +{"type":"Feature","id":"n7431138001","geometry":{"type":"Point","coordinates":[0.0184658,51.5384534]},"properties":{"@type":"node","@id":7431138001,"@timestamp":1587494293},"coords":"51.5384534,0.0184658","bedrooms":"0","price":"268000","area":"480"} , +{"type":"Feature","id":"n7431326750","geometry":{"type":"Point","coordinates":[-0.0542933,51.3079242]},"properties":{"@type":"node","@id":7431326750,"@timestamp":1603430223},"coords":"51.3079242,-0.0542933","bedrooms":"2","price":"237000","area":"600"} , +{"type":"Feature","id":"n7431429355","geometry":{"type":"Point","coordinates":[0.0129937,51.5228912]},"properties":{"@type":"node","@id":7431429355,"@timestamp":1587500525},"coords":"51.5228912,0.0129937","bedrooms":"2","price":"295000","area":"470"} , +{"type":"Feature","id":"n7431743547","geometry":{"type":"Point","coordinates":[-0.0191722,51.6018559]},"properties":{"@type":"node","@id":7431743547,"@timestamp":1587508442},"coords":"51.6018559,-0.0191722","bedrooms":"1","price":"278000","area":"446"} , +{"type":"Feature","id":"n7431816335","geometry":{"type":"Point","coordinates":[-0.0413329,51.5883029]},"properties":{"@type":"node","@id":7431816335,"@timestamp":1587514112},"coords":"51.5883029,-0.0413329","bedrooms":"0","price":"163000","area":"440"} , +{"type":"Feature","id":"n7432026747","geometry":{"type":"Point","coordinates":[-0.0553873,51.5420282]},"properties":{"@type":"node","@id":7432026747,"@timestamp":1587522919},"coords":"51.5420282,-0.0553873","bedrooms":"0","price":"268000","area":"516"} , +{"type":"Feature","id":"n7432065862","geometry":{"type":"Point","coordinates":[-0.0572213,51.5482538]},"properties":{"@type":"node","@id":7432065862,"@timestamp":1611946588},"coords":"51.5482538,-0.0572213","bedrooms":"2","price":"214000","area":"611"} , +{"type":"Feature","id":"n7432094741","geometry":{"type":"Point","coordinates":[-0.4485714,51.2535028]},"properties":{"@type":"node","@id":7432094741,"@timestamp":1587527686},"coords":"51.2535028,-0.4485714","bedrooms":"3","price":"161000","area":"556"} , +{"type":"Feature","id":"n7432813802","geometry":{"type":"Point","coordinates":[0.1596811,51.0496407]},"properties":{"@type":"node","@id":7432813802,"@timestamp":1587541900},"coords":"51.0496407,0.1596811","bedrooms":"1","price":"295000","area":"609"} , +{"type":"Feature","id":"n7432948976","geometry":{"type":"Point","coordinates":[-0.2023067,51.4985872]},"properties":{"@type":"node","@id":7432948976,"@timestamp":1587544472},"coords":"51.4985872,-0.2023067","bedrooms":"1","price":"261000","area":"567"} , +{"type":"Feature","id":"n7432948998","geometry":{"type":"Point","coordinates":[-0.2030979,51.4982]},"properties":{"@type":"node","@id":7432948998,"@timestamp":1587544472},"coords":"51.4982,-0.2030979","bedrooms":"2","price":"259000","area":"577"} , +{"type":"Feature","id":"n7432949009","geometry":{"type":"Point","coordinates":[-0.2041728,51.4978847]},"properties":{"@type":"node","@id":7432949009,"@timestamp":1587544472},"coords":"51.4978847,-0.2041728","bedrooms":"4","price":"230000","area":"572"} , +{"type":"Feature","id":"n7432949020","geometry":{"type":"Point","coordinates":[-0.2027133,51.4980763]},"properties":{"@type":"node","@id":7432949020,"@timestamp":1587544472},"coords":"51.4980763,-0.2027133","bedrooms":"4","price":"239000","area":"688"} , +{"type":"Feature","id":"n7432949030","geometry":{"type":"Point","coordinates":[-0.2034058,51.4978368]},"properties":{"@type":"node","@id":7432949030,"@timestamp":1587544472},"coords":"51.4978368,-0.2034058","bedrooms":"0","price":"170000","area":"555"} , +{"type":"Feature","id":"n7432949040","geometry":{"type":"Point","coordinates":[-0.2040744,51.4975898]},"properties":{"@type":"node","@id":7432949040,"@timestamp":1587544472},"coords":"51.4975898,-0.2040744","bedrooms":"3","price":"175000","area":"677"} , +{"type":"Feature","id":"n7433268116","geometry":{"type":"Point","coordinates":[0.0196106,51.5509783]},"properties":{"@type":"node","@id":7433268116,"@timestamp":1620560443},"coords":"51.5509783,0.0196106","bedrooms":"3","price":"235000","area":"502"} , +{"type":"Feature","id":"n7433704380","geometry":{"type":"Point","coordinates":[-0.1676331,51.4608651]},"properties":{"@type":"node","@id":7433704380,"@timestamp":1587556162},"coords":"51.4608651,-0.1676331","bedrooms":"1","price":"191000","area":"538"} , +{"type":"Feature","id":"n7433714289","geometry":{"type":"Point","coordinates":[-0.1677962,51.4608494]},"properties":{"@type":"node","@id":7433714289,"@timestamp":1587556162},"coords":"51.4608494,-0.1677962","bedrooms":"3","price":"258000","area":"399"} , +{"type":"Feature","id":"n7433722116","geometry":{"type":"Point","coordinates":[-0.1678514,51.46084]},"properties":{"@type":"node","@id":7433722116,"@timestamp":1587556161},"coords":"51.46084,-0.1678514","bedrooms":"1","price":"279000","area":"614"} , +{"type":"Feature","id":"n7433744002","geometry":{"type":"Point","coordinates":[-0.2018946,51.4982258]},"properties":{"@type":"node","@id":7433744002,"@timestamp":1587556837},"coords":"51.4982258,-0.2018946","bedrooms":"3","price":"175000","area":"484"} , +{"type":"Feature","id":"n7433825389","geometry":{"type":"Point","coordinates":[0.464326,51.7526843]},"properties":{"@type":"node","@id":7433825389,"@timestamp":1616094256},"coords":"51.7526843,0.464326","bedrooms":"2","price":"156000","area":"567"} , +{"type":"Feature","id":"n7434112125","geometry":{"type":"Point","coordinates":[-0.0195664,51.3463779]},"properties":{"@type":"node","@id":7434112125,"@timestamp":1587563333},"coords":"51.3463779,-0.0195664","bedrooms":"4","price":"240000","area":"618"} , +{"type":"Feature","id":"n7434258555","geometry":{"type":"Point","coordinates":[0.5095406,51.5653478]},"properties":{"@type":"node","@id":7434258555,"@timestamp":1587566542},"coords":"51.5653478,0.5095406","bedrooms":"2","price":"264000","area":"449"} , +{"type":"Feature","id":"n7434258565","geometry":{"type":"Point","coordinates":[0.4961922,51.5640494]},"properties":{"@type":"node","@id":7434258565,"@timestamp":1587566542},"coords":"51.5640494,0.4961922","bedrooms":"3","price":"181000","area":"513"} , +{"type":"Feature","id":"n7435183082","geometry":{"type":"Point","coordinates":[0.5107337,51.3821949]},"properties":{"@type":"node","@id":7435183082,"@timestamp":1587586134},"coords":"51.3821949,0.5107337","bedrooms":"0","price":"243000","area":"437"} , +{"type":"Feature","id":"n7435195986","geometry":{"type":"Point","coordinates":[-0.0034177,51.5474053]},"properties":{"@type":"node","@id":7435195986,"@timestamp":1619041117},"coords":"51.5474053,-0.0034177","bedrooms":"4","price":"158000","area":"516"} , +{"type":"Feature","id":"n7435497480","geometry":{"type":"Point","coordinates":[-0.067545,51.5403749]},"properties":{"@type":"node","@id":7435497480,"@timestamp":1624625085},"coords":"51.5403749,-0.067545","bedrooms":"2","price":"152000","area":"372"} , +{"type":"Feature","id":"n7435524592","geometry":{"type":"Point","coordinates":[-0.0746619,51.5413533]},"properties":{"@type":"node","@id":7435524592,"@timestamp":1587590063},"coords":"51.5413533,-0.0746619","bedrooms":"0","price":"176000","area":"515"} , +{"type":"Feature","id":"n7435524607","geometry":{"type":"Point","coordinates":[-0.0726127,51.5406178]},"properties":{"@type":"node","@id":7435524607,"@timestamp":1587590063},"coords":"51.5406178,-0.0726127","bedrooms":"2","price":"234000","area":"375"} , +{"type":"Feature","id":"n7435596646","geometry":{"type":"Point","coordinates":[0.5570861,51.4513157]},"properties":{"@type":"node","@id":7435596646,"@timestamp":1587594235},"coords":"51.4513157,0.5570861","bedrooms":"2","price":"260000","area":"379"} , +{"type":"Feature","id":"n7435648909","geometry":{"type":"Point","coordinates":[-0.3218318,51.6114224]},"properties":{"@type":"node","@id":7435648909,"@timestamp":1621273638},"coords":"51.6114224,-0.3218318","bedrooms":"3","price":"174000","area":"589"} , +{"type":"Feature","id":"n7435725149","geometry":{"type":"Point","coordinates":[-0.07188,51.5355057]},"properties":{"@type":"node","@id":7435725149,"@timestamp":1587597107},"coords":"51.5355057,-0.07188","bedrooms":"0","price":"195000","area":"649"} , +{"type":"Feature","id":"n7435726821","geometry":{"type":"Point","coordinates":[-0.0782674,51.5345402]},"properties":{"@type":"node","@id":7435726821,"@timestamp":1587596042},"coords":"51.5345402,-0.0782674","bedrooms":"0","price":"179000","area":"555"} , +{"type":"Feature","id":"n7435726835","geometry":{"type":"Point","coordinates":[-0.0811405,51.5391525]},"properties":{"@type":"node","@id":7435726835,"@timestamp":1633696452},"coords":"51.5391525,-0.0811405","bedrooms":"2","price":"208000","area":"530"} , +{"type":"Feature","id":"n7435739413","geometry":{"type":"Point","coordinates":[-0.0760343,51.5345087]},"properties":{"@type":"node","@id":7435739413,"@timestamp":1587596385},"coords":"51.5345087,-0.0760343","bedrooms":"4","price":"166000","area":"413"} , +{"type":"Feature","id":"n7435801876","geometry":{"type":"Point","coordinates":[-0.0561401,51.5419495]},"properties":{"@type":"node","@id":7435801876,"@timestamp":1604226170},"coords":"51.5419495,-0.0561401","bedrooms":"0","price":"159000","area":"510"} , +{"type":"Feature","id":"n7435847026","geometry":{"type":"Point","coordinates":[-0.0538764,51.5423105]},"properties":{"@type":"node","@id":7435847026,"@timestamp":1605783978},"coords":"51.5423105,-0.0538764","bedrooms":"1","price":"213000","area":"688"} , +{"type":"Feature","id":"n7436647092","geometry":{"type":"Point","coordinates":[0.0652544,51.3187038]},"properties":{"@type":"node","@id":7436647092,"@timestamp":1587620924},"coords":"51.3187038,0.0652544","bedrooms":"2","price":"222000","area":"575"} , +{"type":"Feature","id":"n7436864125","geometry":{"type":"Point","coordinates":[-0.1062696,51.4893824]},"properties":{"@type":"node","@id":7436864125,"@timestamp":1587625862},"coords":"51.4893824,-0.1062696","bedrooms":"2","price":"246000","area":"399"} , +{"type":"Feature","id":"n7437075213","geometry":{"type":"Point","coordinates":[-0.497415,51.1438284]},"properties":{"@type":"node","@id":7437075213,"@timestamp":1587628954},"coords":"51.1438284,-0.497415","bedrooms":"4","price":"166000","area":"550"} , +{"type":"Feature","id":"n7437075229","geometry":{"type":"Point","coordinates":[-0.4985491,51.1451174]},"properties":{"@type":"node","@id":7437075229,"@timestamp":1587628954},"coords":"51.1451174,-0.4985491","bedrooms":"3","price":"272000","area":"434"} , +{"type":"Feature","id":"n7437075239","geometry":{"type":"Point","coordinates":[-0.4968644,51.1454923]},"properties":{"@type":"node","@id":7437075239,"@timestamp":1587628954},"coords":"51.1454923,-0.4968644","bedrooms":"4","price":"242000","area":"350"} , +{"type":"Feature","id":"n7437089650","geometry":{"type":"Point","coordinates":[-0.5926901,51.5792411]},"properties":{"@type":"node","@id":7437089650,"@timestamp":1587629313},"coords":"51.5792411,-0.5926901","bedrooms":"0","price":"253000","area":"495"} , +{"type":"Feature","id":"n7437271304","geometry":{"type":"Point","coordinates":[-0.1836818,51.4571544]},"properties":{"@type":"node","@id":7437271304,"@timestamp":1587632562},"coords":"51.4571544,-0.1836818","bedrooms":"2","price":"287000","area":"448"} , +{"type":"Feature","id":"n7437271314","geometry":{"type":"Point","coordinates":[-0.1831103,51.4561217]},"properties":{"@type":"node","@id":7437271314,"@timestamp":1587632562},"coords":"51.4561217,-0.1831103","bedrooms":"2","price":"190000","area":"488"} , +{"type":"Feature","id":"n7437271324","geometry":{"type":"Point","coordinates":[-0.183714,51.4569935]},"properties":{"@type":"node","@id":7437271324,"@timestamp":1587632562},"coords":"51.4569935,-0.183714","bedrooms":"1","price":"270000","area":"618"} , +{"type":"Feature","id":"n7437369751","geometry":{"type":"Point","coordinates":[-0.2547726,51.5166235]},"properties":{"@type":"node","@id":7437369751,"@timestamp":1587634201},"coords":"51.5166235,-0.2547726","bedrooms":"1","price":"189000","area":"393"} , +{"type":"Feature","id":"n7437691193","geometry":{"type":"Point","coordinates":[-0.2489237,51.4724083]},"properties":{"@type":"node","@id":7437691193,"@timestamp":1587637731},"coords":"51.4724083,-0.2489237","bedrooms":"3","price":"247000","area":"556"} , +{"type":"Feature","id":"n7438070030","geometry":{"type":"Point","coordinates":[-0.0976165,51.3881473]},"properties":{"@type":"node","@id":7438070030,"@timestamp":1587643821},"coords":"51.3881473,-0.0976165","bedrooms":"1","price":"298000","area":"507"} , +{"type":"Feature","id":"n7438072333","geometry":{"type":"Point","coordinates":[0.0767144,50.9777379]},"properties":{"@type":"node","@id":7438072333,"@timestamp":1587644040},"coords":"50.9777379,0.0767144","bedrooms":"4","price":"172000","area":"609"} , +{"type":"Feature","id":"n7438379856","geometry":{"type":"Point","coordinates":[-0.0096712,51.4970045]},"properties":{"@type":"node","@id":7438379856,"@timestamp":1617195299},"coords":"51.4970045,-0.0096712","bedrooms":"2","price":"245000","area":"409"} , +{"type":"Feature","id":"n7438379866","geometry":{"type":"Point","coordinates":[-0.0116519,51.4958932]},"properties":{"@type":"node","@id":7438379866,"@timestamp":1587649869},"coords":"51.4958932,-0.0116519","bedrooms":"3","price":"232000","area":"582"} , +{"type":"Feature","id":"n7438701158","geometry":{"type":"Point","coordinates":[-0.2981211,51.4267736]},"properties":{"@type":"node","@id":7438701158,"@timestamp":1624877808},"coords":"51.4267736,-0.2981211","bedrooms":"4","price":"225000","area":"641"} , +{"type":"Feature","id":"n7439072310","geometry":{"type":"Point","coordinates":[-0.4623261,51.4322707]},"properties":{"@type":"node","@id":7439072310,"@timestamp":1587663496},"coords":"51.4322707,-0.4623261","bedrooms":"1","price":"217000","area":"607"} , +{"type":"Feature","id":"n7439072320","geometry":{"type":"Point","coordinates":[-0.4625085,51.4320918]},"properties":{"@type":"node","@id":7439072320,"@timestamp":1587663496},"coords":"51.4320918,-0.4625085","bedrooms":"2","price":"249000","area":"548"} , +{"type":"Feature","id":"n7439072330","geometry":{"type":"Point","coordinates":[-0.4642894,51.4302005]},"properties":{"@type":"node","@id":7439072330,"@timestamp":1587663496},"coords":"51.4302005,-0.4642894","bedrooms":"2","price":"217000","area":"372"} , +{"type":"Feature","id":"n7439072340","geometry":{"type":"Point","coordinates":[-0.4653435,51.4297055]},"properties":{"@type":"node","@id":7439072340,"@timestamp":1587663496},"coords":"51.4297055,-0.4653435","bedrooms":"3","price":"242000","area":"369"} , +{"type":"Feature","id":"n7439072350","geometry":{"type":"Point","coordinates":[-0.4675242,51.4290282]},"properties":{"@type":"node","@id":7439072350,"@timestamp":1587663496},"coords":"51.4290282,-0.4675242","bedrooms":"0","price":"268000","area":"373"} , +{"type":"Feature","id":"n7439072360","geometry":{"type":"Point","coordinates":[-0.4684361,51.4284412]},"properties":{"@type":"node","@id":7439072360,"@timestamp":1587663496},"coords":"51.4284412,-0.4684361","bedrooms":"4","price":"260000","area":"638"} , +{"type":"Feature","id":"n7439072370","geometry":{"type":"Point","coordinates":[-0.4682698,51.4286536]},"properties":{"@type":"node","@id":7439072370,"@timestamp":1587663496},"coords":"51.4286536,-0.4682698","bedrooms":"1","price":"187000","area":"441"} , +{"type":"Feature","id":"n7439072380","geometry":{"type":"Point","coordinates":[-0.4708206,51.4276853]},"properties":{"@type":"node","@id":7439072380,"@timestamp":1587663496},"coords":"51.4276853,-0.4708206","bedrooms":"0","price":"216000","area":"657"} , +{"type":"Feature","id":"n7439079790","geometry":{"type":"Point","coordinates":[-0.4732856,51.4269629]},"properties":{"@type":"node","@id":7439079790,"@timestamp":1587663496},"coords":"51.4269629,-0.4732856","bedrooms":"2","price":"254000","area":"565"} , +{"type":"Feature","id":"n7439079800","geometry":{"type":"Point","coordinates":[-0.4720813,51.4263725]},"properties":{"@type":"node","@id":7439079800,"@timestamp":1587663496},"coords":"51.4263725,-0.4720813","bedrooms":"0","price":"267000","area":"509"} , +{"type":"Feature","id":"n7439395304","geometry":{"type":"Point","coordinates":[0.1151356,51.6036455]},"properties":{"@type":"node","@id":7439395304,"@timestamp":1587670195},"coords":"51.6036455,0.1151356","bedrooms":"2","price":"269000","area":"489"} , +{"type":"Feature","id":"n7439769803","geometry":{"type":"Point","coordinates":[-0.2489962,51.3989956]},"properties":{"@type":"node","@id":7439769803,"@timestamp":1587680029},"coords":"51.3989956,-0.2489962","bedrooms":"2","price":"291000","area":"391"} , +{"type":"Feature","id":"n7440101145","geometry":{"type":"Point","coordinates":[-0.0559762,51.5521104]},"properties":{"@type":"node","@id":7440101145,"@timestamp":1587697323},"coords":"51.5521104,-0.0559762","bedrooms":"4","price":"233000","area":"557"} , +{"type":"Feature","id":"n7440101160","geometry":{"type":"Point","coordinates":[-0.0556475,51.5514475]},"properties":{"@type":"node","@id":7440101160,"@timestamp":1609332844},"coords":"51.5514475,-0.0556475","bedrooms":"0","price":"270000","area":"579"} , +{"type":"Feature","id":"n7440101183","geometry":{"type":"Point","coordinates":[-0.0592735,51.5575715]},"properties":{"@type":"node","@id":7440101183,"@timestamp":1587697323},"coords":"51.5575715,-0.0592735","bedrooms":"1","price":"292000","area":"446"} , +{"type":"Feature","id":"n7440132303","geometry":{"type":"Point","coordinates":[-0.0573656,51.5577632]},"properties":{"@type":"node","@id":7440132303,"@timestamp":1587697323},"coords":"51.5577632,-0.0573656","bedrooms":"2","price":"201000","area":"386"} , +{"type":"Feature","id":"n7440132318","geometry":{"type":"Point","coordinates":[-0.0590038,51.5563444]},"properties":{"@type":"node","@id":7440132318,"@timestamp":1587697323},"coords":"51.5563444,-0.0590038","bedrooms":"0","price":"191000","area":"555"} , +{"type":"Feature","id":"n7440132875","geometry":{"type":"Point","coordinates":[-0.0693125,51.5581361]},"properties":{"@type":"node","@id":7440132875,"@timestamp":1587698154},"coords":"51.5581361,-0.0693125","bedrooms":"2","price":"287000","area":"638"} , +{"type":"Feature","id":"n7440151234","geometry":{"type":"Point","coordinates":[-0.0643244,51.5607074]},"properties":{"@type":"node","@id":7440151234,"@timestamp":1598442452},"coords":"51.5607074,-0.0643244","bedrooms":"4","price":"198000","area":"621"} , +{"type":"Feature","id":"n7440151245","geometry":{"type":"Point","coordinates":[-0.0651101,51.5593523]},"properties":{"@type":"node","@id":7440151245,"@timestamp":1587699800},"coords":"51.5593523,-0.0651101","bedrooms":"2","price":"183000","area":"454"} , +{"type":"Feature","id":"n7440199161","geometry":{"type":"Point","coordinates":[-0.105515,51.6105725]},"properties":{"@type":"node","@id":7440199161,"@timestamp":1587700260},"coords":"51.6105725,-0.105515","bedrooms":"0","price":"280000","area":"353"} , +{"type":"Feature","id":"n7440224951","geometry":{"type":"Point","coordinates":[-0.0676217,51.5622624]},"properties":{"@type":"node","@id":7440224951,"@timestamp":1587700720},"coords":"51.5622624,-0.0676217","bedrooms":"1","price":"298000","area":"626"} , +{"type":"Feature","id":"n7440239081","geometry":{"type":"Point","coordinates":[-0.343793,51.5975029]},"properties":{"@type":"node","@id":7440239081,"@timestamp":1625332304},"coords":"51.5975029,-0.343793","bedrooms":"4","price":"180000","area":"611"} , +{"type":"Feature","id":"n7440274404","geometry":{"type":"Point","coordinates":[-0.052232,51.5466512]},"properties":{"@type":"node","@id":7440274404,"@timestamp":1607603735},"coords":"51.5466512,-0.052232","bedrooms":"3","price":"246000","area":"629"} , +{"type":"Feature","id":"n7441088305","geometry":{"type":"Point","coordinates":[-0.8499746,51.257318]},"properties":{"@type":"node","@id":7441088305,"@timestamp":1616249025},"coords":"51.257318,-0.8499746","bedrooms":"3","price":"296000","area":"449"} , +{"type":"Feature","id":"n7442060309","geometry":{"type":"Point","coordinates":[0.2855019,51.3995022]},"properties":{"@type":"node","@id":7442060309,"@timestamp":1588588927},"coords":"51.3995022,0.2855019","bedrooms":"4","price":"179000","area":"683"} , +{"type":"Feature","id":"n7442794662","geometry":{"type":"Point","coordinates":[-0.1976403,51.4997594]},"properties":{"@type":"node","@id":7442794662,"@timestamp":1587748782},"coords":"51.4997594,-0.1976403","bedrooms":"1","price":"293000","area":"570"} , +{"type":"Feature","id":"n7442794672","geometry":{"type":"Point","coordinates":[-0.1962684,51.5000407]},"properties":{"@type":"node","@id":7442794672,"@timestamp":1587748782},"coords":"51.5000407,-0.1962684","bedrooms":"4","price":"186000","area":"374"} , +{"type":"Feature","id":"n7443448697","geometry":{"type":"Point","coordinates":[-0.5666961,51.7628434]},"properties":{"@type":"node","@id":7443448697,"@timestamp":1592866595},"coords":"51.7628434,-0.5666961","bedrooms":"1","price":"230000","area":"480"} , +{"type":"Feature","id":"n7443603214","geometry":{"type":"Point","coordinates":[-0.5528349,51.6698062]},"properties":{"@type":"node","@id":7443603214,"@timestamp":1587770058},"coords":"51.6698062,-0.5528349","bedrooms":"0","price":"159000","area":"431"} , +{"type":"Feature","id":"n7443692815","geometry":{"type":"Point","coordinates":[-0.0627938,51.4984016]},"properties":{"@type":"node","@id":7443692815,"@timestamp":1628852645},"coords":"51.4984016,-0.0627938","bedrooms":"0","price":"159000","area":"619"} , +{"type":"Feature","id":"n7443717835","geometry":{"type":"Point","coordinates":[-0.5903114,51.2425458]},"properties":{"@type":"node","@id":7443717835,"@timestamp":1587776796},"coords":"51.2425458,-0.5903114","bedrooms":"2","price":"224000","area":"526"} , +{"type":"Feature","id":"n7443755902","geometry":{"type":"Point","coordinates":[-0.0741696,51.4828529]},"properties":{"@type":"node","@id":7443755902,"@timestamp":1587778071},"coords":"51.4828529,-0.0741696","bedrooms":"0","price":"170000","area":"613"} , +{"type":"Feature","id":"n7443779412","geometry":{"type":"Point","coordinates":[-0.0717371,51.4886845]},"properties":{"@type":"node","@id":7443779412,"@timestamp":1587780054},"coords":"51.4886845,-0.0717371","bedrooms":"4","price":"180000","area":"516"} , +{"type":"Feature","id":"n7443783317","geometry":{"type":"Point","coordinates":[-0.0716455,51.4926195]},"properties":{"@type":"node","@id":7443783317,"@timestamp":1587781949},"coords":"51.4926195,-0.0716455","bedrooms":"1","price":"172000","area":"656"} , +{"type":"Feature","id":"n7443790356","geometry":{"type":"Point","coordinates":[-0.1106203,51.500776]},"properties":{"@type":"node","@id":7443790356,"@timestamp":1587785951},"coords":"51.500776,-0.1106203","bedrooms":"4","price":"199000","area":"564"} , +{"type":"Feature","id":"n7443841945","geometry":{"type":"Point","coordinates":[-0.1153024,51.6098999]},"properties":{"@type":"node","@id":7443841945,"@timestamp":1588320802},"coords":"51.6098999,-0.1153024","bedrooms":"3","price":"233000","area":"577"} , +{"type":"Feature","id":"n7443862106","geometry":{"type":"Point","coordinates":[-0.1149876,51.6119067]},"properties":{"@type":"node","@id":7443862106,"@timestamp":1587786711},"coords":"51.6119067,-0.1149876","bedrooms":"3","price":"242000","area":"665"} , +{"type":"Feature","id":"n7443862116","geometry":{"type":"Point","coordinates":[-0.1164286,51.6103348]},"properties":{"@type":"node","@id":7443862116,"@timestamp":1587786711},"coords":"51.6103348,-0.1164286","bedrooms":"1","price":"265000","area":"413"} , +{"type":"Feature","id":"n7444239217","geometry":{"type":"Point","coordinates":[0.0188029,51.5078269]},"properties":{"@type":"node","@id":7444239217,"@timestamp":1611317330},"coords":"51.5078269,0.0188029","bedrooms":"1","price":"238000","area":"541"} , +{"type":"Feature","id":"n7444325102","geometry":{"type":"Point","coordinates":[-0.1953648,51.5014092]},"properties":{"@type":"node","@id":7444325102,"@timestamp":1587804233},"coords":"51.5014092,-0.1953648","bedrooms":"0","price":"253000","area":"418"} , +{"type":"Feature","id":"n7444325112","geometry":{"type":"Point","coordinates":[-0.1957866,51.5018584]},"properties":{"@type":"node","@id":7444325112,"@timestamp":1587804233},"coords":"51.5018584,-0.1957866","bedrooms":"2","price":"242000","area":"616"} , +{"type":"Feature","id":"n7444335412","geometry":{"type":"Point","coordinates":[-0.1970266,51.5023002]},"properties":{"@type":"node","@id":7444335412,"@timestamp":1587804233},"coords":"51.5023002,-0.1970266","bedrooms":"2","price":"169000","area":"499"} , +{"type":"Feature","id":"n7444335422","geometry":{"type":"Point","coordinates":[-0.1965434,51.5017702]},"properties":{"@type":"node","@id":7444335422,"@timestamp":1587804233},"coords":"51.5017702,-0.1965434","bedrooms":"4","price":"247000","area":"465"} , +{"type":"Feature","id":"n7444335463","geometry":{"type":"Point","coordinates":[-0.1960671,51.5012559]},"properties":{"@type":"node","@id":7444335463,"@timestamp":1587804233},"coords":"51.5012559,-0.1960671","bedrooms":"1","price":"289000","area":"455"} , +{"type":"Feature","id":"n7444335523","geometry":{"type":"Point","coordinates":[-0.1952806,51.5008529]},"properties":{"@type":"node","@id":7444335523,"@timestamp":1587804233},"coords":"51.5008529,-0.1952806","bedrooms":"2","price":"281000","area":"616"} , +{"type":"Feature","id":"n7444405301","geometry":{"type":"Point","coordinates":[-0.4841416,51.3781943]},"properties":{"@type":"node","@id":7444405301,"@timestamp":1587806172},"coords":"51.3781943,-0.4841416","bedrooms":"1","price":"206000","area":"606"} , +{"type":"Feature","id":"n7444532593","geometry":{"type":"Point","coordinates":[-0.4994568,51.4313479]},"properties":{"@type":"node","@id":7444532593,"@timestamp":1587810145},"coords":"51.4313479,-0.4994568","bedrooms":"0","price":"235000","area":"584"} , +{"type":"Feature","id":"n7444532610","geometry":{"type":"Point","coordinates":[-0.4996244,51.4310862]},"properties":{"@type":"node","@id":7444532610,"@timestamp":1587810145},"coords":"51.4310862,-0.4996244","bedrooms":"4","price":"289000","area":"607"} , +{"type":"Feature","id":"n7444692873","geometry":{"type":"Point","coordinates":[-0.5010244,51.4309755]},"properties":{"@type":"node","@id":7444692873,"@timestamp":1587813261},"coords":"51.4309755,-0.5010244","bedrooms":"1","price":"178000","area":"559"} , +{"type":"Feature","id":"n7444692883","geometry":{"type":"Point","coordinates":[-0.5008286,51.430937]},"properties":{"@type":"node","@id":7444692883,"@timestamp":1587813261},"coords":"51.430937,-0.5008286","bedrooms":"2","price":"186000","area":"442"} , +{"type":"Feature","id":"n7444722093","geometry":{"type":"Point","coordinates":[-0.5005846,51.4315206]},"properties":{"@type":"node","@id":7444722093,"@timestamp":1587813261},"coords":"51.4315206,-0.5005846","bedrooms":"3","price":"171000","area":"518"} , +{"type":"Feature","id":"n7445035306","geometry":{"type":"Point","coordinates":[-0.1980999,51.500345]},"properties":{"@type":"node","@id":7445035306,"@timestamp":1587822907},"coords":"51.500345,-0.1980999","bedrooms":"2","price":"151000","area":"632"} , +{"type":"Feature","id":"n7445035318","geometry":{"type":"Point","coordinates":[-0.196979,51.5007242]},"properties":{"@type":"node","@id":7445035318,"@timestamp":1587822907},"coords":"51.5007242,-0.196979","bedrooms":"0","price":"254000","area":"606"} , +{"type":"Feature","id":"n7445035332","geometry":{"type":"Point","coordinates":[-0.196539,51.5012127]},"properties":{"@type":"node","@id":7445035332,"@timestamp":1587822907},"coords":"51.5012127,-0.196539","bedrooms":"3","price":"248000","area":"541"} , +{"type":"Feature","id":"n7445098060","geometry":{"type":"Point","coordinates":[-0.1149324,51.5324136]},"properties":{"@type":"node","@id":7445098060,"@timestamp":1587825344},"coords":"51.5324136,-0.1149324","bedrooms":"3","price":"244000","area":"629"} , +{"type":"Feature","id":"n7445182730","geometry":{"type":"Point","coordinates":[0.0827395,51.4480076]},"properties":{"@type":"node","@id":7445182730,"@timestamp":1587827001},"coords":"51.4480076,0.0827395","bedrooms":"3","price":"170000","area":"493"} , +{"type":"Feature","id":"n7445182740","geometry":{"type":"Point","coordinates":[0.0841469,51.447821]},"properties":{"@type":"node","@id":7445182740,"@timestamp":1587827001},"coords":"51.447821,0.0841469","bedrooms":"3","price":"277000","area":"668"} , +{"type":"Feature","id":"n7445332310","geometry":{"type":"Point","coordinates":[0.0875122,51.4470984]},"properties":{"@type":"node","@id":7445332310,"@timestamp":1587827820},"coords":"51.4470984,0.0875122","bedrooms":"2","price":"277000","area":"660"} , +{"type":"Feature","id":"n7445863480","geometry":{"type":"Point","coordinates":[-0.4136498,51.4027756]},"properties":{"@type":"node","@id":7445863480,"@timestamp":1587828439},"coords":"51.4027756,-0.4136498","bedrooms":"4","price":"163000","area":"607"} , +{"type":"Feature","id":"n7445867997","geometry":{"type":"Point","coordinates":[-0.4152094,51.4022708]},"properties":{"@type":"node","@id":7445867997,"@timestamp":1587828439},"coords":"51.4022708,-0.4152094","bedrooms":"1","price":"229000","area":"365"} , +{"type":"Feature","id":"n7445868007","geometry":{"type":"Point","coordinates":[-0.4160409,51.4030421]},"properties":{"@type":"node","@id":7445868007,"@timestamp":1587828439},"coords":"51.4030421,-0.4160409","bedrooms":"2","price":"293000","area":"571"} , +{"type":"Feature","id":"n7445868017","geometry":{"type":"Point","coordinates":[-0.4113765,51.4044845]},"properties":{"@type":"node","@id":7445868017,"@timestamp":1587828439},"coords":"51.4044845,-0.4113765","bedrooms":"2","price":"258000","area":"664"} , +{"type":"Feature","id":"n7446499344","geometry":{"type":"Point","coordinates":[-0.435145,51.3924667]},"properties":{"@type":"node","@id":7446499344,"@timestamp":1587829568},"coords":"51.3924667,-0.435145","bedrooms":"4","price":"284000","area":"616"} , +{"type":"Feature","id":"n7446617356","geometry":{"type":"Point","coordinates":[-0.3624634,51.3593718]},"properties":{"@type":"node","@id":7446617356,"@timestamp":1587830409},"coords":"51.3593718,-0.3624634","bedrooms":"3","price":"235000","area":"666"} , +{"type":"Feature","id":"n7446738481","geometry":{"type":"Point","coordinates":[-0.3396757,51.4331346]},"properties":{"@type":"node","@id":7446738481,"@timestamp":1602496403},"coords":"51.4331346,-0.3396757","bedrooms":"0","price":"221000","area":"527"} , +{"type":"Feature","id":"n7446792419","geometry":{"type":"Point","coordinates":[0.0991643,51.4435429]},"properties":{"@type":"node","@id":7446792419,"@timestamp":1587833443},"coords":"51.4435429,0.0991643","bedrooms":"3","price":"249000","area":"545"} , +{"type":"Feature","id":"n7446814134","geometry":{"type":"Point","coordinates":[-0.0065792,51.5069371]},"properties":{"@type":"node","@id":7446814134,"@timestamp":1619893300},"coords":"51.5069371,-0.0065792","bedrooms":"1","price":"204000","area":"615"} , +{"type":"Feature","id":"n7446835742","geometry":{"type":"Point","coordinates":[0.1186293,51.4413263]},"properties":{"@type":"node","@id":7446835742,"@timestamp":1587836028},"coords":"51.4413263,0.1186293","bedrooms":"4","price":"270000","area":"386"} , +{"type":"Feature","id":"n7446852885","geometry":{"type":"Point","coordinates":[0.1140137,51.4436945]},"properties":{"@type":"node","@id":7446852885,"@timestamp":1587835362},"coords":"51.4436945,0.1140137","bedrooms":"3","price":"161000","area":"677"} , +{"type":"Feature","id":"n7446852896","geometry":{"type":"Point","coordinates":[0.1178789,51.4438402]},"properties":{"@type":"node","@id":7446852896,"@timestamp":1587835362},"coords":"51.4438402,0.1178789","bedrooms":"3","price":"274000","area":"637"} , +{"type":"Feature","id":"n7446862317","geometry":{"type":"Point","coordinates":[0.0677714,51.5323663]},"properties":{"@type":"node","@id":7446862317,"@timestamp":1587835606},"coords":"51.5323663,0.0677714","bedrooms":"0","price":"244000","area":"541"} , +{"type":"Feature","id":"n7446862327","geometry":{"type":"Point","coordinates":[0.0679799,51.5327231]},"properties":{"@type":"node","@id":7446862327,"@timestamp":1587835606},"coords":"51.5327231,0.0679799","bedrooms":"1","price":"275000","area":"457"} , +{"type":"Feature","id":"n7446920455","geometry":{"type":"Point","coordinates":[-0.2393826,51.4429064]},"properties":{"@type":"node","@id":7446920455,"@timestamp":1629325654},"coords":"51.4429064,-0.2393826","bedrooms":"0","price":"280000","area":"586"} , +{"type":"Feature","id":"n7446952713","geometry":{"type":"Point","coordinates":[0.1525695,51.4509225]},"properties":{"@type":"node","@id":7446952713,"@timestamp":1587838495},"coords":"51.4509225,0.1525695","bedrooms":"4","price":"197000","area":"350"} , +{"type":"Feature","id":"n7446952731","geometry":{"type":"Point","coordinates":[0.1510105,51.4509236]},"properties":{"@type":"node","@id":7446952731,"@timestamp":1587838495},"coords":"51.4509236,0.1510105","bedrooms":"3","price":"181000","area":"402"} , +{"type":"Feature","id":"n7447056421","geometry":{"type":"Point","coordinates":[0.3833739,51.4376365]},"properties":{"@type":"node","@id":7447056421,"@timestamp":1587842878},"coords":"51.4376365,0.3833739","bedrooms":"4","price":"200000","area":"661"} , +{"type":"Feature","id":"n7447259884","geometry":{"type":"Point","coordinates":[0.5616832,51.1245607]},"properties":{"@type":"node","@id":7447259884,"@timestamp":1587846680},"coords":"51.1245607,0.5616832","bedrooms":"3","price":"192000","area":"458"} , +{"type":"Feature","id":"n7447271375","geometry":{"type":"Point","coordinates":[-0.6696248,51.9156347]},"properties":{"@type":"node","@id":7447271375,"@timestamp":1587847617},"coords":"51.9156347,-0.6696248","bedrooms":"4","price":"239000","area":"589"} , +{"type":"Feature","id":"n7447388272","geometry":{"type":"Point","coordinates":[-0.0526028,51.4964204]},"properties":{"@type":"node","@id":7447388272,"@timestamp":1603725538},"coords":"51.4964204,-0.0526028","bedrooms":"1","price":"283000","area":"664"} , +{"type":"Feature","id":"n7447469609","geometry":{"type":"Point","coordinates":[-0.2548672,51.398756]},"properties":{"@type":"node","@id":7447469609,"@timestamp":1625709775},"coords":"51.398756,-0.2548672","bedrooms":"1","price":"182000","area":"379"} , +{"type":"Feature","id":"n7447542875","geometry":{"type":"Point","coordinates":[-0.0349684,51.5825102]},"properties":{"@type":"node","@id":7447542875,"@timestamp":1587864117},"coords":"51.5825102,-0.0349684","bedrooms":"3","price":"165000","area":"592"} , +{"type":"Feature","id":"n7447637307","geometry":{"type":"Point","coordinates":[-0.0954583,51.5208016]},"properties":{"@type":"node","@id":7447637307,"@timestamp":1587868254},"coords":"51.5208016,-0.0954583","bedrooms":"4","price":"299000","area":"626"} , +{"type":"Feature","id":"n7447742803","geometry":{"type":"Point","coordinates":[-0.0875543,51.5246366]},"properties":{"@type":"node","@id":7447742803,"@timestamp":1628290482},"coords":"51.5246366,-0.0875543","bedrooms":"4","price":"240000","area":"671"} , +{"type":"Feature","id":"n7447752793","geometry":{"type":"Point","coordinates":[-0.1977667,51.5010806]},"properties":{"@type":"node","@id":7447752793,"@timestamp":1587871937},"coords":"51.5010806,-0.1977667","bedrooms":"2","price":"266000","area":"437"} , +{"type":"Feature","id":"n7447752803","geometry":{"type":"Point","coordinates":[-0.1969822,51.5016929]},"properties":{"@type":"node","@id":7447752803,"@timestamp":1587871937},"coords":"51.5016929,-0.1969822","bedrooms":"4","price":"230000","area":"455"} , +{"type":"Feature","id":"n7447886318","geometry":{"type":"Point","coordinates":[-0.1988199,51.5013436]},"properties":{"@type":"node","@id":7447886318,"@timestamp":1587875337},"coords":"51.5013436,-0.1988199","bedrooms":"0","price":"275000","area":"489"} , +{"type":"Feature","id":"n7447886328","geometry":{"type":"Point","coordinates":[-0.1972338,51.5019556]},"properties":{"@type":"node","@id":7447886328,"@timestamp":1587875337},"coords":"51.5019556,-0.1972338","bedrooms":"2","price":"254000","area":"470"} , +{"type":"Feature","id":"n7447886404","geometry":{"type":"Point","coordinates":[-0.1986635,51.5017779]},"properties":{"@type":"node","@id":7447886404,"@timestamp":1587875337},"coords":"51.5017779,-0.1986635","bedrooms":"2","price":"299000","area":"366"} , +{"type":"Feature","id":"n7448065914","geometry":{"type":"Point","coordinates":[-0.1976937,51.5024264]},"properties":{"@type":"node","@id":7448065914,"@timestamp":1587886621},"coords":"51.5024264,-0.1976937","bedrooms":"3","price":"274000","area":"504"} , +{"type":"Feature","id":"n7448065988","geometry":{"type":"Point","coordinates":[-0.1982836,51.5021268]},"properties":{"@type":"node","@id":7448065988,"@timestamp":1587886621},"coords":"51.5021268,-0.1982836","bedrooms":"4","price":"248000","area":"356"} , +{"type":"Feature","id":"n7448066023","geometry":{"type":"Point","coordinates":[-0.1992162,51.5026305]},"properties":{"@type":"node","@id":7448066023,"@timestamp":1587886621},"coords":"51.5026305,-0.1992162","bedrooms":"1","price":"265000","area":"497"} , +{"type":"Feature","id":"n7448220641","geometry":{"type":"Point","coordinates":[-0.4191684,51.3305407]},"properties":{"@type":"node","@id":7448220641,"@timestamp":1587890973},"coords":"51.3305407,-0.4191684","bedrooms":"2","price":"211000","area":"567"} , +{"type":"Feature","id":"n7448234078","geometry":{"type":"Point","coordinates":[0.0943086,50.9807275]},"properties":{"@type":"node","@id":7448234078,"@timestamp":1598992384},"coords":"50.9807275,0.0943086","bedrooms":"4","price":"225000","area":"417"} , +{"type":"Feature","id":"n7448297442","geometry":{"type":"Point","coordinates":[-0.1983816,51.5001259]},"properties":{"@type":"node","@id":7448297442,"@timestamp":1587892511},"coords":"51.5001259,-0.1983816","bedrooms":"1","price":"249000","area":"619"} , +{"type":"Feature","id":"n7448297470","geometry":{"type":"Point","coordinates":[-0.1986907,51.499943]},"properties":{"@type":"node","@id":7448297470,"@timestamp":1587892511},"coords":"51.499943,-0.1986907","bedrooms":"3","price":"228000","area":"667"} , +{"type":"Feature","id":"n7448446411","geometry":{"type":"Point","coordinates":[0.6455809,51.4167663]},"properties":{"@type":"node","@id":7448446411,"@timestamp":1587896402},"coords":"51.4167663,0.6455809","bedrooms":"4","price":"239000","area":"409"} , +{"type":"Feature","id":"n7448513275","geometry":{"type":"Point","coordinates":[-0.0118643,51.7491893]},"properties":{"@type":"node","@id":7448513275,"@timestamp":1600495938},"coords":"51.7491893,-0.0118643","bedrooms":"4","price":"189000","area":"375"} , +{"type":"Feature","id":"n7448555729","geometry":{"type":"Point","coordinates":[-0.4255853,51.3344318]},"properties":{"@type":"node","@id":7448555729,"@timestamp":1587900990},"coords":"51.3344318,-0.4255853","bedrooms":"4","price":"213000","area":"629"} , +{"type":"Feature","id":"n7448555739","geometry":{"type":"Point","coordinates":[-0.4257034,51.3339677]},"properties":{"@type":"node","@id":7448555739,"@timestamp":1587900990},"coords":"51.3339677,-0.4257034","bedrooms":"4","price":"192000","area":"471"} , +{"type":"Feature","id":"n7448556276","geometry":{"type":"Point","coordinates":[-0.4273575,51.3337066]},"properties":{"@type":"node","@id":7448556276,"@timestamp":1587900575},"coords":"51.3337066,-0.4273575","bedrooms":"4","price":"159000","area":"400"} , +{"type":"Feature","id":"n7448561886","geometry":{"type":"Point","coordinates":[-0.427328,51.3333388]},"properties":{"@type":"node","@id":7448561886,"@timestamp":1587900575},"coords":"51.3333388,-0.427328","bedrooms":"2","price":"152000","area":"611"} , +{"type":"Feature","id":"n7448571490","geometry":{"type":"Point","coordinates":[-0.2237915,51.9779557]},"properties":{"@type":"node","@id":7448571490,"@timestamp":1587901118},"coords":"51.9779557,-0.2237915","bedrooms":"2","price":"229000","area":"432"} , +{"type":"Feature","id":"n7448697654","geometry":{"type":"Point","coordinates":[0.080335,51.4483201]},"properties":{"@type":"node","@id":7448697654,"@timestamp":1587904472},"coords":"51.4483201,0.080335","bedrooms":"2","price":"180000","area":"678"} , +{"type":"Feature","id":"n7448834603","geometry":{"type":"Point","coordinates":[-0.409095,51.4462317]},"properties":{"@type":"node","@id":7448834603,"@timestamp":1587907427},"coords":"51.4462317,-0.409095","bedrooms":"0","price":"204000","area":"536"} , +{"type":"Feature","id":"n7448914844","geometry":{"type":"Point","coordinates":[-0.4651876,51.3839152]},"properties":{"@type":"node","@id":7448914844,"@timestamp":1587908682},"coords":"51.3839152,-0.4651876","bedrooms":"3","price":"166000","area":"575"} , +{"type":"Feature","id":"n7448914854","geometry":{"type":"Point","coordinates":[-0.4683781,51.383911]},"properties":{"@type":"node","@id":7448914854,"@timestamp":1587908682},"coords":"51.383911,-0.4683781","bedrooms":"3","price":"197000","area":"366"} , +{"type":"Feature","id":"n7448914864","geometry":{"type":"Point","coordinates":[-0.4688126,51.3832967]},"properties":{"@type":"node","@id":7448914864,"@timestamp":1587908682},"coords":"51.3832967,-0.4688126","bedrooms":"2","price":"234000","area":"666"} , +{"type":"Feature","id":"n7448952020","geometry":{"type":"Point","coordinates":[-0.2844349,51.9537585]},"properties":{"@type":"node","@id":7448952020,"@timestamp":1587909062},"coords":"51.9537585,-0.2844349","bedrooms":"1","price":"199000","area":"521"} , +{"type":"Feature","id":"n7449296932","geometry":{"type":"Point","coordinates":[-0.1996247,51.5033624]},"properties":{"@type":"node","@id":7449296932,"@timestamp":1587916104},"coords":"51.5033624,-0.1996247","bedrooms":"4","price":"280000","area":"577"} , +{"type":"Feature","id":"n7449509768","geometry":{"type":"Point","coordinates":[0.0074644,51.4878418]},"properties":{"@type":"node","@id":7449509768,"@timestamp":1587920126},"coords":"51.4878418,0.0074644","bedrooms":"0","price":"153000","area":"631"} , +{"type":"Feature","id":"n7449712419","geometry":{"type":"Point","coordinates":[-0.2331904,51.5244834]},"properties":{"@type":"node","@id":7449712419,"@timestamp":1614514186},"coords":"51.5244834,-0.2331904","bedrooms":"3","price":"229000","area":"417"} , +{"type":"Feature","id":"n7449927217","geometry":{"type":"Point","coordinates":[-0.0208978,51.5408673]},"properties":{"@type":"node","@id":7449927217,"@timestamp":1618965308},"coords":"51.5408673,-0.0208978","bedrooms":"4","price":"240000","area":"689"} , +{"type":"Feature","id":"n7450558393","geometry":{"type":"Point","coordinates":[-0.0704057,51.5191629]},"properties":{"@type":"node","@id":7450558393,"@timestamp":1587943792},"coords":"51.5191629,-0.0704057","bedrooms":"3","price":"268000","area":"401"} , +{"type":"Feature","id":"n7450639316","geometry":{"type":"Point","coordinates":[0.0043212,51.5392598]},"properties":{"@type":"node","@id":7450639316,"@timestamp":1633957082},"coords":"51.5392598,0.0043212","bedrooms":"1","price":"273000","area":"526"} , +{"type":"Feature","id":"n7450664274","geometry":{"type":"Point","coordinates":[0.009187,51.537162]},"properties":{"@type":"node","@id":7450664274,"@timestamp":1587949447},"coords":"51.537162,0.009187","bedrooms":"3","price":"208000","area":"553"} , +{"type":"Feature","id":"n7450786737","geometry":{"type":"Point","coordinates":[-0.0004126,51.5392314]},"properties":{"@type":"node","@id":7450786737,"@timestamp":1629360026},"coords":"51.5392314,-0.0004126","bedrooms":"0","price":"188000","area":"605"} , +{"type":"Feature","id":"n7451081081","geometry":{"type":"Point","coordinates":[0.8933228,51.227986]},"properties":{"@type":"node","@id":7451081081,"@timestamp":1587963509},"coords":"51.227986,0.8933228","bedrooms":"3","price":"213000","area":"684"} , +{"type":"Feature","id":"n7452308014","geometry":{"type":"Point","coordinates":[-0.1593297,51.4227832]},"properties":{"@type":"node","@id":7452308014,"@timestamp":1633652915},"coords":"51.4227832,-0.1593297","bedrooms":"1","price":"158000","area":"682"} , +{"type":"Feature","id":"n7452577639","geometry":{"type":"Point","coordinates":[-0.1596249,51.4212321]},"properties":{"@type":"node","@id":7452577639,"@timestamp":1587979897},"coords":"51.4212321,-0.1596249","bedrooms":"3","price":"271000","area":"520"} , +{"type":"Feature","id":"n7452652435","geometry":{"type":"Point","coordinates":[-0.0629238,51.4749986]},"properties":{"@type":"node","@id":7452652435,"@timestamp":1588242125},"coords":"51.4749986,-0.0629238","bedrooms":"0","price":"288000","area":"621"} , +{"type":"Feature","id":"n7453198393","geometry":{"type":"Point","coordinates":[-0.0171243,51.5266378]},"properties":{"@type":"node","@id":7453198393,"@timestamp":1614450221},"coords":"51.5266378,-0.0171243","bedrooms":"2","price":"207000","area":"512"} , +{"type":"Feature","id":"n7453414103","geometry":{"type":"Point","coordinates":[-0.0114596,51.5351469]},"properties":{"@type":"node","@id":7453414103,"@timestamp":1587993596},"coords":"51.5351469,-0.0114596","bedrooms":"0","price":"246000","area":"395"} , +{"type":"Feature","id":"n7453780043","geometry":{"type":"Point","coordinates":[-0.0283561,51.4614257]},"properties":{"@type":"node","@id":7453780043,"@timestamp":1587998963},"coords":"51.4614257,-0.0283561","bedrooms":"3","price":"262000","area":"592"} , +{"type":"Feature","id":"n7454170245","geometry":{"type":"Point","coordinates":[-0.004402,51.5460995]},"properties":{"@type":"node","@id":7454170245,"@timestamp":1611159628},"coords":"51.5460995,-0.004402","bedrooms":"2","price":"250000","area":"381"} , +{"type":"Feature","id":"n7454325524","geometry":{"type":"Point","coordinates":[0.8778843,51.417535]},"properties":{"@type":"node","@id":7454325524,"@timestamp":1588004555},"coords":"51.417535,0.8778843","bedrooms":"4","price":"193000","area":"396"} , +{"type":"Feature","id":"n7454377021","geometry":{"type":"Point","coordinates":[-0.1558031,51.0320804]},"properties":{"@type":"node","@id":7454377021,"@timestamp":1588006148},"coords":"51.0320804,-0.1558031","bedrooms":"1","price":"176000","area":"585"} , +{"type":"Feature","id":"n7454377031","geometry":{"type":"Point","coordinates":[-0.1552011,51.0337493]},"properties":{"@type":"node","@id":7454377031,"@timestamp":1588006148},"coords":"51.0337493,-0.1552011","bedrooms":"0","price":"154000","area":"528"} , +{"type":"Feature","id":"n7454638742","geometry":{"type":"Point","coordinates":[-0.0004211,51.4531511]},"properties":{"@type":"node","@id":7454638742,"@timestamp":1588012527},"coords":"51.4531511,-0.0004211","bedrooms":"4","price":"212000","area":"526"} , +{"type":"Feature","id":"n7454638752","geometry":{"type":"Point","coordinates":[0.0062146,51.4545895]},"properties":{"@type":"node","@id":7454638752,"@timestamp":1588012527},"coords":"51.4545895,0.0062146","bedrooms":"3","price":"194000","area":"393"} , +{"type":"Feature","id":"n7454668225","geometry":{"type":"Point","coordinates":[-0.0086696,51.4513337]},"properties":{"@type":"node","@id":7454668225,"@timestamp":1588012071},"coords":"51.4513337,-0.0086696","bedrooms":"2","price":"274000","area":"475"} , +{"type":"Feature","id":"n7454681123","geometry":{"type":"Point","coordinates":[-0.0048042,51.4535893]},"properties":{"@type":"node","@id":7454681123,"@timestamp":1617692076},"coords":"51.4535893,-0.0048042","bedrooms":"4","price":"253000","area":"464"} , +{"type":"Feature","id":"n7454723701","geometry":{"type":"Point","coordinates":[-0.1961832,51.4571181]},"properties":{"@type":"node","@id":7454723701,"@timestamp":1629738274},"coords":"51.4571181,-0.1961832","bedrooms":"2","price":"241000","area":"457"} , +{"type":"Feature","id":"n7455326179","geometry":{"type":"Point","coordinates":[-0.1162653,51.6009131]},"properties":{"@type":"node","@id":7455326179,"@timestamp":1598283770},"coords":"51.6009131,-0.1162653","bedrooms":"2","price":"247000","area":"637"} , +{"type":"Feature","id":"n7455561328","geometry":{"type":"Point","coordinates":[-0.5039173,51.9132234]},"properties":{"@type":"node","@id":7455561328,"@timestamp":1588038395},"coords":"51.9132234,-0.5039173","bedrooms":"1","price":"197000","area":"469"} , +{"type":"Feature","id":"n7456219960","geometry":{"type":"Point","coordinates":[-0.1999739,51.5043545]},"properties":{"@type":"node","@id":7456219960,"@timestamp":1588055472},"coords":"51.5043545,-0.1999739","bedrooms":"0","price":"265000","area":"616"} , +{"type":"Feature","id":"n7456232392","geometry":{"type":"Point","coordinates":[-0.1984487,51.5052259]},"properties":{"@type":"node","@id":7456232392,"@timestamp":1588055472},"coords":"51.5052259,-0.1984487","bedrooms":"2","price":"272000","area":"474"} , +{"type":"Feature","id":"n7456232402","geometry":{"type":"Point","coordinates":[-0.1994622,51.5054534]},"properties":{"@type":"node","@id":7456232402,"@timestamp":1588055472},"coords":"51.5054534,-0.1994622","bedrooms":"0","price":"176000","area":"502"} , +{"type":"Feature","id":"n7456829245","geometry":{"type":"Point","coordinates":[-0.2004831,51.5059539]},"properties":{"@type":"node","@id":7456829245,"@timestamp":1588061441},"coords":"51.5059539,-0.2004831","bedrooms":"3","price":"183000","area":"637"} , +{"type":"Feature","id":"n7456829270","geometry":{"type":"Point","coordinates":[-0.2002353,51.505792]},"properties":{"@type":"node","@id":7456829270,"@timestamp":1588061441},"coords":"51.505792,-0.2002353","bedrooms":"4","price":"222000","area":"687"} , +{"type":"Feature","id":"n7457176150","geometry":{"type":"Point","coordinates":[-0.2893715,51.4206053]},"properties":{"@type":"node","@id":7457176150,"@timestamp":1588067016},"coords":"51.4206053,-0.2893715","bedrooms":"4","price":"291000","area":"443"} , +{"type":"Feature","id":"n7457524877","geometry":{"type":"Point","coordinates":[-0.1282196,50.9681673]},"properties":{"@type":"node","@id":7457524877,"@timestamp":1588071940},"coords":"50.9681673,-0.1282196","bedrooms":"4","price":"157000","area":"423"} , +{"type":"Feature","id":"n7458412108","geometry":{"type":"Point","coordinates":[-0.5026492,51.4102512]},"properties":{"@type":"node","@id":7458412108,"@timestamp":1588078680},"coords":"51.4102512,-0.5026492","bedrooms":"4","price":"185000","area":"504"} , +{"type":"Feature","id":"n7458412118","geometry":{"type":"Point","coordinates":[-0.5017064,51.4103014]},"properties":{"@type":"node","@id":7458412118,"@timestamp":1588078680},"coords":"51.4103014,-0.5017064","bedrooms":"1","price":"215000","area":"497"} , +{"type":"Feature","id":"n7458412128","geometry":{"type":"Point","coordinates":[-0.5004511,51.4100981]},"properties":{"@type":"node","@id":7458412128,"@timestamp":1588078680},"coords":"51.4100981,-0.5004511","bedrooms":"2","price":"218000","area":"432"} , +{"type":"Feature","id":"n7458481551","geometry":{"type":"Point","coordinates":[-0.1221337,50.9774992]},"properties":{"@type":"node","@id":7458481551,"@timestamp":1588078985},"coords":"50.9774992,-0.1221337","bedrooms":"1","price":"269000","area":"693"} , +{"type":"Feature","id":"n7458822737","geometry":{"type":"Point","coordinates":[-0.4598294,51.6740455]},"properties":{"@type":"node","@id":7458822737,"@timestamp":1588081310},"coords":"51.6740455,-0.4598294","bedrooms":"0","price":"203000","area":"448"} , +{"type":"Feature","id":"n7459080692","geometry":{"type":"Point","coordinates":[0.2876811,51.2425974]},"properties":{"@type":"node","@id":7459080692,"@timestamp":1588084517},"coords":"51.2425974,0.2876811","bedrooms":"0","price":"292000","area":"553"} , +{"type":"Feature","id":"n7459545716","geometry":{"type":"Point","coordinates":[-0.0690535,51.5524199]},"properties":{"@type":"node","@id":7459545716,"@timestamp":1588092486},"coords":"51.5524199,-0.0690535","bedrooms":"1","price":"244000","area":"412"} , +{"type":"Feature","id":"n7459631580","geometry":{"type":"Point","coordinates":[0.2807629,51.4610129]},"properties":{"@type":"node","@id":7459631580,"@timestamp":1604203386},"coords":"51.4610129,0.2807629","bedrooms":"3","price":"219000","area":"674"} , +{"type":"Feature","id":"n7459660054","geometry":{"type":"Point","coordinates":[-0.144679,50.9822552]},"properties":{"@type":"node","@id":7459660054,"@timestamp":1588093403},"coords":"50.9822552,-0.144679","bedrooms":"3","price":"242000","area":"621"} , +{"type":"Feature","id":"n7459660064","geometry":{"type":"Point","coordinates":[-0.1466439,50.98228]},"properties":{"@type":"node","@id":7459660064,"@timestamp":1588093403},"coords":"50.98228,-0.1466439","bedrooms":"3","price":"269000","area":"392"} , +{"type":"Feature","id":"n7459660077","geometry":{"type":"Point","coordinates":[-0.1461304,50.9814518]},"properties":{"@type":"node","@id":7459660077,"@timestamp":1588093403},"coords":"50.9814518,-0.1461304","bedrooms":"1","price":"191000","area":"453"} , +{"type":"Feature","id":"n7460196868","geometry":{"type":"Point","coordinates":[-0.2879753,51.5442372]},"properties":{"@type":"node","@id":7460196868,"@timestamp":1588097244},"coords":"51.5442372,-0.2879753","bedrooms":"2","price":"192000","area":"592"} , +{"type":"Feature","id":"n7460320342","geometry":{"type":"Point","coordinates":[-0.0685095,51.5548076]},"properties":{"@type":"node","@id":7460320342,"@timestamp":1588100112},"coords":"51.5548076,-0.0685095","bedrooms":"4","price":"292000","area":"381"} , +{"type":"Feature","id":"n7460497186","geometry":{"type":"Point","coordinates":[-0.0682347,51.5555864]},"properties":{"@type":"node","@id":7460497186,"@timestamp":1621525784},"coords":"51.5555864,-0.0682347","bedrooms":"3","price":"285000","area":"699"} , +{"type":"Feature","id":"n7460760616","geometry":{"type":"Point","coordinates":[-0.7747829,51.5736019]},"properties":{"@type":"node","@id":7460760616,"@timestamp":1629630100},"coords":"51.5736019,-0.7747829","bedrooms":"2","price":"206000","area":"424"} , +{"type":"Feature","id":"n7460845360","geometry":{"type":"Point","coordinates":[-0.0578534,51.5527241]},"properties":{"@type":"node","@id":7460845360,"@timestamp":1588113025},"coords":"51.5527241,-0.0578534","bedrooms":"3","price":"271000","area":"620"} , +{"type":"Feature","id":"n7460901162","geometry":{"type":"Point","coordinates":[-0.0585991,51.5526312]},"properties":{"@type":"node","@id":7460901162,"@timestamp":1588115564},"coords":"51.5526312,-0.0585991","bedrooms":"3","price":"256000","area":"375"} , +{"type":"Feature","id":"n7461013381","geometry":{"type":"Point","coordinates":[-0.0708201,51.5523949]},"properties":{"@type":"node","@id":7461013381,"@timestamp":1588119297},"coords":"51.5523949,-0.0708201","bedrooms":"1","price":"203000","area":"592"} , +{"type":"Feature","id":"n7461032675","geometry":{"type":"Point","coordinates":[-0.0709769,51.5491368]},"properties":{"@type":"node","@id":7461032675,"@timestamp":1588117565},"coords":"51.5491368,-0.0709769","bedrooms":"1","price":"239000","area":"528"} , +{"type":"Feature","id":"n7461087138","geometry":{"type":"Point","coordinates":[-0.0718728,51.5512657]},"properties":{"@type":"node","@id":7461087138,"@timestamp":1588118859},"coords":"51.5512657,-0.0718728","bedrooms":"1","price":"241000","area":"618"} , +{"type":"Feature","id":"n7461390064","geometry":{"type":"Point","coordinates":[-0.0375965,51.0388793]},"properties":{"@type":"node","@id":7461390064,"@timestamp":1599234319},"coords":"51.0388793,-0.0375965","bedrooms":"4","price":"279000","area":"637"} , +{"type":"Feature","id":"n7461437020","geometry":{"type":"Point","coordinates":[0.0055309,51.5441628]},"properties":{"@type":"node","@id":7461437020,"@timestamp":1588132588},"coords":"51.5441628,0.0055309","bedrooms":"3","price":"230000","area":"360"} , +{"type":"Feature","id":"n7462004441","geometry":{"type":"Point","coordinates":[-0.2033338,51.5073548]},"properties":{"@type":"node","@id":7462004441,"@timestamp":1588143527},"coords":"51.5073548,-0.2033338","bedrooms":"0","price":"178000","area":"619"} , +{"type":"Feature","id":"n7462616379","geometry":{"type":"Point","coordinates":[0.0558929,51.6484282]},"properties":{"@type":"node","@id":7462616379,"@timestamp":1625610614},"coords":"51.6484282,0.0558929","bedrooms":"2","price":"274000","area":"366"} , +{"type":"Feature","id":"n7463023912","geometry":{"type":"Point","coordinates":[-0.4113121,51.880312]},"properties":{"@type":"node","@id":7463023912,"@timestamp":1588160314},"coords":"51.880312,-0.4113121","bedrooms":"1","price":"195000","area":"646"} , +{"type":"Feature","id":"n7463110837","geometry":{"type":"Point","coordinates":[0.1850795,51.8670541]},"properties":{"@type":"node","@id":7463110837,"@timestamp":1588161742},"coords":"51.8670541,0.1850795","bedrooms":"1","price":"235000","area":"432"} , +{"type":"Feature","id":"n7463110847","geometry":{"type":"Point","coordinates":[0.1860073,51.8669438]},"properties":{"@type":"node","@id":7463110847,"@timestamp":1588161742},"coords":"51.8669438,0.1860073","bedrooms":"0","price":"238000","area":"429"} , +{"type":"Feature","id":"n7463129736","geometry":{"type":"Point","coordinates":[0.1839003,51.8666708]},"properties":{"@type":"node","@id":7463129736,"@timestamp":1588161742},"coords":"51.8666708,0.1839003","bedrooms":"1","price":"187000","area":"678"} , +{"type":"Feature","id":"n7463129849","geometry":{"type":"Point","coordinates":[0.1837458,51.8651187]},"properties":{"@type":"node","@id":7463129849,"@timestamp":1588161742},"coords":"51.8651187,0.1837458","bedrooms":"3","price":"181000","area":"460"} , +{"type":"Feature","id":"n7463129871","geometry":{"type":"Point","coordinates":[0.1839838,51.865537]},"properties":{"@type":"node","@id":7463129871,"@timestamp":1588161742},"coords":"51.865537,0.1839838","bedrooms":"0","price":"220000","area":"455"} , +{"type":"Feature","id":"n7463129933","geometry":{"type":"Point","coordinates":[0.1831892,51.8653893]},"properties":{"@type":"node","@id":7463129933,"@timestamp":1588161742},"coords":"51.8653893,0.1831892","bedrooms":"3","price":"269000","area":"401"} , +{"type":"Feature","id":"n7463205834","geometry":{"type":"Point","coordinates":[0.0866085,51.643345]},"properties":{"@type":"node","@id":7463205834,"@timestamp":1588163096},"coords":"51.643345,0.0866085","bedrooms":"3","price":"273000","area":"689"} , +{"type":"Feature","id":"n7463488606","geometry":{"type":"Point","coordinates":[-0.149877,51.0061813]},"properties":{"@type":"node","@id":7463488606,"@timestamp":1588166271},"coords":"51.0061813,-0.149877","bedrooms":"1","price":"194000","area":"496"} , +{"type":"Feature","id":"n7463859340","geometry":{"type":"Point","coordinates":[-0.0692101,51.5156022]},"properties":{"@type":"node","@id":7463859340,"@timestamp":1588172211},"coords":"51.5156022,-0.0692101","bedrooms":"0","price":"222000","area":"357"} , +{"type":"Feature","id":"n7464309952","geometry":{"type":"Point","coordinates":[-0.4239382,51.4069429]},"properties":{"@type":"node","@id":7464309952,"@timestamp":1588179701},"coords":"51.4069429,-0.4239382","bedrooms":"3","price":"163000","area":"611"} , +{"type":"Feature","id":"n7464410530","geometry":{"type":"Point","coordinates":[-0.4496128,51.4804904]},"properties":{"@type":"node","@id":7464410530,"@timestamp":1588182267},"coords":"51.4804904,-0.4496128","bedrooms":"3","price":"299000","area":"576"} , +{"type":"Feature","id":"n7464606703","geometry":{"type":"Point","coordinates":[-0.4225643,51.465038]},"properties":{"@type":"node","@id":7464606703,"@timestamp":1588187508},"coords":"51.465038,-0.4225643","bedrooms":"3","price":"259000","area":"530"} , +{"type":"Feature","id":"n7464775150","geometry":{"type":"Point","coordinates":[-0.0212472,51.456502]},"properties":{"@type":"node","@id":7464775150,"@timestamp":1588191394},"coords":"51.456502,-0.0212472","bedrooms":"4","price":"292000","area":"463"} , +{"type":"Feature","id":"n7464804898","geometry":{"type":"Point","coordinates":[-0.0213088,51.4618291]},"properties":{"@type":"node","@id":7464804898,"@timestamp":1588192081},"coords":"51.4618291,-0.0213088","bedrooms":"0","price":"292000","area":"465"} , +{"type":"Feature","id":"n7464971863","geometry":{"type":"Point","coordinates":[0.5640312,51.8706693]},"properties":{"@type":"node","@id":7464971863,"@timestamp":1588199715},"coords":"51.8706693,0.5640312","bedrooms":"2","price":"169000","area":"595"} , +{"type":"Feature","id":"n7465110545","geometry":{"type":"Point","coordinates":[-0.5773817,51.7614248]},"properties":{"@type":"node","@id":7465110545,"@timestamp":1588203835},"coords":"51.7614248,-0.5773817","bedrooms":"3","price":"289000","area":"382"} , +{"type":"Feature","id":"n7465227532","geometry":{"type":"Point","coordinates":[-0.1740445,50.9706831]},"properties":{"@type":"node","@id":7465227532,"@timestamp":1635524798},"coords":"50.9706831,-0.1740445","bedrooms":"0","price":"269000","area":"593"} , +{"type":"Feature","id":"n7465360663","geometry":{"type":"Point","coordinates":[-0.200757,51.5066035]},"properties":{"@type":"node","@id":7465360663,"@timestamp":1588218179},"coords":"51.5066035,-0.200757","bedrooms":"4","price":"206000","area":"459"} , +{"type":"Feature","id":"n7465427336","geometry":{"type":"Point","coordinates":[-0.0187877,51.5526179]},"properties":{"@type":"node","@id":7465427336,"@timestamp":1589498127},"coords":"51.5526179,-0.0187877","bedrooms":"2","price":"239000","area":"468"} , +{"type":"Feature","id":"n7465630431","geometry":{"type":"Point","coordinates":[-0.2139987,50.9711392]},"properties":{"@type":"node","@id":7465630431,"@timestamp":1635503080},"coords":"50.9711392,-0.2139987","bedrooms":"2","price":"214000","area":"476"} , +{"type":"Feature","id":"n7465726162","geometry":{"type":"Point","coordinates":[-0.2031723,51.507718]},"properties":{"@type":"node","@id":7465726162,"@timestamp":1588226277},"coords":"51.507718,-0.2031723","bedrooms":"0","price":"162000","area":"398"} , +{"type":"Feature","id":"n7465904981","geometry":{"type":"Point","coordinates":[-0.1959837,51.0011763]},"properties":{"@type":"node","@id":7465904981,"@timestamp":1635503080},"coords":"51.0011763,-0.1959837","bedrooms":"3","price":"219000","area":"578"} , +{"type":"Feature","id":"n7465924338","geometry":{"type":"Point","coordinates":[-0.2014844,51.5075487]},"properties":{"@type":"node","@id":7465924338,"@timestamp":1588230035},"coords":"51.5075487,-0.2014844","bedrooms":"0","price":"180000","area":"404"} , +{"type":"Feature","id":"n7466029193","geometry":{"type":"Point","coordinates":[-0.0568908,51.6495542]},"properties":{"@type":"node","@id":7466029193,"@timestamp":1588231733},"coords":"51.6495542,-0.0568908","bedrooms":"3","price":"200000","area":"604"} , +{"type":"Feature","id":"n7466598798","geometry":{"type":"Point","coordinates":[-0.4740252,51.5157946]},"properties":{"@type":"node","@id":7466598798,"@timestamp":1635551451},"coords":"51.5157946,-0.4740252","bedrooms":"1","price":"196000","area":"467"} , +{"type":"Feature","id":"n7466854891","geometry":{"type":"Point","coordinates":[0.0669157,51.6565714]},"properties":{"@type":"node","@id":7466854891,"@timestamp":1588245224},"coords":"51.6565714,0.0669157","bedrooms":"4","price":"248000","area":"405"} , +{"type":"Feature","id":"n7467295553","geometry":{"type":"Point","coordinates":[-0.5430505,51.753797]},"properties":{"@type":"node","@id":7467295553,"@timestamp":1629812676},"coords":"51.753797,-0.5430505","bedrooms":"0","price":"151000","area":"561"} , +{"type":"Feature","id":"n7467302689","geometry":{"type":"Point","coordinates":[-0.1460637,51.0299089]},"properties":{"@type":"node","@id":7467302689,"@timestamp":1588253329},"coords":"51.0299089,-0.1460637","bedrooms":"0","price":"181000","area":"693"} , +{"type":"Feature","id":"n7467373196","geometry":{"type":"Point","coordinates":[-0.3306532,51.5834634]},"properties":{"@type":"node","@id":7467373196,"@timestamp":1624348685},"coords":"51.5834634,-0.3306532","bedrooms":"1","price":"205000","area":"449"} , +{"type":"Feature","id":"n7468219955","geometry":{"type":"Point","coordinates":[-0.7345625,51.5174039]},"properties":{"@type":"node","@id":7468219955,"@timestamp":1588275930},"coords":"51.5174039,-0.7345625","bedrooms":"2","price":"205000","area":"392"} , +{"type":"Feature","id":"n7468391827","geometry":{"type":"Point","coordinates":[-0.5736695,51.7640527]},"properties":{"@type":"node","@id":7468391827,"@timestamp":1588279377},"coords":"51.7640527,-0.5736695","bedrooms":"3","price":"282000","area":"666"} , +{"type":"Feature","id":"n7468391873","geometry":{"type":"Point","coordinates":[-0.5716243,51.7640834]},"properties":{"@type":"node","@id":7468391873,"@timestamp":1588279377},"coords":"51.7640834,-0.5716243","bedrooms":"1","price":"212000","area":"454"} , +{"type":"Feature","id":"n7468738601","geometry":{"type":"Point","coordinates":[0.0614657,51.478746]},"properties":{"@type":"node","@id":7468738601,"@timestamp":1588294466},"coords":"51.478746,0.0614657","bedrooms":"1","price":"219000","area":"358"} , +{"type":"Feature","id":"n7468769161","geometry":{"type":"Point","coordinates":[0.0595643,51.478606]},"properties":{"@type":"node","@id":7468769161,"@timestamp":1588298513},"coords":"51.478606,0.0595643","bedrooms":"4","price":"188000","area":"452"} , +{"type":"Feature","id":"n7469296973","geometry":{"type":"Point","coordinates":[-0.200524,51.5084553]},"properties":{"@type":"node","@id":7469296973,"@timestamp":1588305240},"coords":"51.5084553,-0.200524","bedrooms":"2","price":"174000","area":"550"} , +{"type":"Feature","id":"n7469297075","geometry":{"type":"Point","coordinates":[-0.1997802,51.5072362]},"properties":{"@type":"node","@id":7469297075,"@timestamp":1588305240},"coords":"51.5072362,-0.1997802","bedrooms":"3","price":"279000","area":"520"} , +{"type":"Feature","id":"n7469297122","geometry":{"type":"Point","coordinates":[-0.2001092,51.507484]},"properties":{"@type":"node","@id":7469297122,"@timestamp":1588305240},"coords":"51.507484,-0.2001092","bedrooms":"2","price":"162000","area":"524"} , +{"type":"Feature","id":"n7469297164","geometry":{"type":"Point","coordinates":[-0.1998801,51.5083399]},"properties":{"@type":"node","@id":7469297164,"@timestamp":1588305240},"coords":"51.5083399,-0.1998801","bedrooms":"1","price":"171000","area":"622"} , +{"type":"Feature","id":"n7469412650","geometry":{"type":"Point","coordinates":[-0.209899,51.0087565]},"properties":{"@type":"node","@id":7469412650,"@timestamp":1588312915},"coords":"51.0087565,-0.209899","bedrooms":"2","price":"170000","area":"523"} , +{"type":"Feature","id":"n7469551881","geometry":{"type":"Point","coordinates":[-0.2252734,51.0255688]},"properties":{"@type":"node","@id":7469551881,"@timestamp":1588319934},"coords":"51.0255688,-0.2252734","bedrooms":"2","price":"210000","area":"459"} , +{"type":"Feature","id":"n7469637040","geometry":{"type":"Point","coordinates":[-0.1996171,51.5083327]},"properties":{"@type":"node","@id":7469637040,"@timestamp":1588321756},"coords":"51.5083327,-0.1996171","bedrooms":"1","price":"278000","area":"387"} , +{"type":"Feature","id":"n7469637060","geometry":{"type":"Point","coordinates":[-0.1984588,51.5085957]},"properties":{"@type":"node","@id":7469637060,"@timestamp":1588321756},"coords":"51.5085957,-0.1984588","bedrooms":"4","price":"275000","area":"645"} , +{"type":"Feature","id":"n7470942805","geometry":{"type":"Point","coordinates":[-0.1546307,51.0085284]},"properties":{"@type":"node","@id":7470942805,"@timestamp":1588343054},"coords":"51.0085284,-0.1546307","bedrooms":"3","price":"275000","area":"365"} , +{"type":"Feature","id":"n7471438869","geometry":{"type":"Point","coordinates":[-0.046269,51.5523546]},"properties":{"@type":"node","@id":7471438869,"@timestamp":1614285249},"coords":"51.5523546,-0.046269","bedrooms":"3","price":"162000","area":"620"} , +{"type":"Feature","id":"n7471494184","geometry":{"type":"Point","coordinates":[-0.0455577,51.551848]},"properties":{"@type":"node","@id":7471494184,"@timestamp":1588349538},"coords":"51.551848,-0.0455577","bedrooms":"2","price":"216000","area":"557"} , +{"type":"Feature","id":"n7471530023","geometry":{"type":"Point","coordinates":[-0.0439335,51.5520279]},"properties":{"@type":"node","@id":7471530023,"@timestamp":1604350550},"coords":"51.5520279,-0.0439335","bedrooms":"4","price":"262000","area":"359"} , +{"type":"Feature","id":"n7471708679","geometry":{"type":"Point","coordinates":[-0.5869065,51.5073975]},"properties":{"@type":"node","@id":7471708679,"@timestamp":1596373182},"coords":"51.5073975,-0.5869065","bedrooms":"4","price":"174000","area":"543"} , +{"type":"Feature","id":"n7471765313","geometry":{"type":"Point","coordinates":[-0.0805797,51.0494976]},"properties":{"@type":"node","@id":7471765313,"@timestamp":1588353641},"coords":"51.0494976,-0.0805797","bedrooms":"0","price":"286000","area":"662"} , +{"type":"Feature","id":"n7471903876","geometry":{"type":"Point","coordinates":[-0.1156943,51.6112046]},"properties":{"@type":"node","@id":7471903876,"@timestamp":1588356971},"coords":"51.6112046,-0.1156943","bedrooms":"0","price":"237000","area":"397"} , +{"type":"Feature","id":"n7471937386","geometry":{"type":"Point","coordinates":[-0.1162318,51.6105856]},"properties":{"@type":"node","@id":7471937386,"@timestamp":1588356971},"coords":"51.6105856,-0.1162318","bedrooms":"4","price":"224000","area":"356"} , +{"type":"Feature","id":"n7471937396","geometry":{"type":"Point","coordinates":[-0.1166433,51.6100993]},"properties":{"@type":"node","@id":7471937396,"@timestamp":1588356971},"coords":"51.6100993,-0.1166433","bedrooms":"2","price":"170000","area":"521"} , +{"type":"Feature","id":"n7471937406","geometry":{"type":"Point","coordinates":[-0.1157023,51.6096635]},"properties":{"@type":"node","@id":7471937406,"@timestamp":1588356971},"coords":"51.6096635,-0.1157023","bedrooms":"2","price":"277000","area":"607"} , +{"type":"Feature","id":"n7472024472","geometry":{"type":"Point","coordinates":[-0.2695904,51.4817053]},"properties":{"@type":"node","@id":7472024472,"@timestamp":1597783889},"coords":"51.4817053,-0.2695904","bedrooms":"3","price":"247000","area":"451"} , +{"type":"Feature","id":"n7472115720","geometry":{"type":"Point","coordinates":[-0.2050602,51.0442709]},"properties":{"@type":"node","@id":7472115720,"@timestamp":1588362020},"coords":"51.0442709,-0.2050602","bedrooms":"1","price":"270000","area":"626"} , +{"type":"Feature","id":"n7472265120","geometry":{"type":"Point","coordinates":[-0.3936282,51.6812441]},"properties":{"@type":"node","@id":7472265120,"@timestamp":1588366842},"coords":"51.6812441,-0.3936282","bedrooms":"0","price":"279000","area":"411"} , +{"type":"Feature","id":"n7472398920","geometry":{"type":"Point","coordinates":[-0.1998675,51.0514837]},"properties":{"@type":"node","@id":7472398920,"@timestamp":1635503080},"coords":"51.0514837,-0.1998675","bedrooms":"2","price":"177000","area":"557"} , +{"type":"Feature","id":"n7472408296","geometry":{"type":"Point","coordinates":[-0.2003852,51.0544284]},"properties":{"@type":"node","@id":7472408296,"@timestamp":1635524798},"coords":"51.0544284,-0.2003852","bedrooms":"3","price":"258000","area":"455"} , +{"type":"Feature","id":"n7472409185","geometry":{"type":"Point","coordinates":[-0.2014246,51.0646862]},"properties":{"@type":"node","@id":7472409185,"@timestamp":1635524798},"coords":"51.0646862,-0.2014246","bedrooms":"3","price":"277000","area":"694"} , +{"type":"Feature","id":"n7472861272","geometry":{"type":"Point","coordinates":[0.8431417,51.4132584]},"properties":{"@type":"node","@id":7472861272,"@timestamp":1588401247},"coords":"51.4132584,0.8431417","bedrooms":"3","price":"171000","area":"640"} , +{"type":"Feature","id":"n7472882484","geometry":{"type":"Point","coordinates":[0.8030131,51.4323689]},"properties":{"@type":"node","@id":7472882484,"@timestamp":1588401971},"coords":"51.4323689,0.8030131","bedrooms":"1","price":"248000","area":"406"} , +{"type":"Feature","id":"n7472886694","geometry":{"type":"Point","coordinates":[0.8112234,51.4251946]},"properties":{"@type":"node","@id":7472886694,"@timestamp":1588401971},"coords":"51.4251946,0.8112234","bedrooms":"0","price":"174000","area":"432"} , +{"type":"Feature","id":"n7472886704","geometry":{"type":"Point","coordinates":[0.8150402,51.4255007]},"properties":{"@type":"node","@id":7472886704,"@timestamp":1588401971},"coords":"51.4255007,0.8150402","bedrooms":"2","price":"237000","area":"513"} , +{"type":"Feature","id":"n7472886714","geometry":{"type":"Point","coordinates":[0.8229017,51.4216188]},"properties":{"@type":"node","@id":7472886714,"@timestamp":1588401971},"coords":"51.4216188,0.8229017","bedrooms":"0","price":"171000","area":"417"} , +{"type":"Feature","id":"n7472889590","geometry":{"type":"Point","coordinates":[0.7979867,51.4228933]},"properties":{"@type":"node","@id":7472889590,"@timestamp":1588402261},"coords":"51.4228933,0.7979867","bedrooms":"0","price":"205000","area":"563"} , +{"type":"Feature","id":"n7472889600","geometry":{"type":"Point","coordinates":[0.8014414,51.4269707]},"properties":{"@type":"node","@id":7472889600,"@timestamp":1588402261},"coords":"51.4269707,0.8014414","bedrooms":"0","price":"200000","area":"378"} , +{"type":"Feature","id":"n7473013177","geometry":{"type":"Point","coordinates":[-0.6281492,51.5064921]},"properties":{"@type":"node","@id":7473013177,"@timestamp":1588408565},"coords":"51.5064921,-0.6281492","bedrooms":"1","price":"204000","area":"511"} , +{"type":"Feature","id":"n7473331954","geometry":{"type":"Point","coordinates":[-0.030917,51.5169059]},"properties":{"@type":"node","@id":7473331954,"@timestamp":1588421126},"coords":"51.5169059,-0.030917","bedrooms":"0","price":"193000","area":"438"} , +{"type":"Feature","id":"n7473331964","geometry":{"type":"Point","coordinates":[-0.0297028,51.515864]},"properties":{"@type":"node","@id":7473331964,"@timestamp":1588421126},"coords":"51.515864,-0.0297028","bedrooms":"1","price":"219000","area":"472"} , +{"type":"Feature","id":"n7473353142","geometry":{"type":"Point","coordinates":[-0.0234782,51.5105629]},"properties":{"@type":"node","@id":7473353142,"@timestamp":1588419234},"coords":"51.5105629,-0.0234782","bedrooms":"4","price":"249000","area":"465"} , +{"type":"Feature","id":"n7473390811","geometry":{"type":"Point","coordinates":[-0.0338939,51.5200141]},"properties":{"@type":"node","@id":7473390811,"@timestamp":1588420431},"coords":"51.5200141,-0.0338939","bedrooms":"2","price":"294000","area":"679"} , +{"type":"Feature","id":"n7473506018","geometry":{"type":"Point","coordinates":[-0.0178352,51.5138767]},"properties":{"@type":"node","@id":7473506018,"@timestamp":1628585886},"coords":"51.5138767,-0.0178352","bedrooms":"1","price":"237000","area":"393"} , +{"type":"Feature","id":"n7473693838","geometry":{"type":"Point","coordinates":[-0.0576098,51.488553]},"properties":{"@type":"node","@id":7473693838,"@timestamp":1588429386},"coords":"51.488553,-0.0576098","bedrooms":"0","price":"215000","area":"499"} , +{"type":"Feature","id":"n7473865607","geometry":{"type":"Point","coordinates":[-0.1832002,51.038827]},"properties":{"@type":"node","@id":7473865607,"@timestamp":1588433064},"coords":"51.038827,-0.1832002","bedrooms":"2","price":"242000","area":"681"} , +{"type":"Feature","id":"n7473948931","geometry":{"type":"Point","coordinates":[-0.467792,51.3720324]},"properties":{"@type":"node","@id":7473948931,"@timestamp":1588435741},"coords":"51.3720324,-0.467792","bedrooms":"1","price":"166000","area":"424"} , +{"type":"Feature","id":"n7474014321","geometry":{"type":"Point","coordinates":[-0.0890806,51.400914]},"properties":{"@type":"node","@id":7474014321,"@timestamp":1588436847},"coords":"51.400914,-0.0890806","bedrooms":"0","price":"164000","area":"510"} , +{"type":"Feature","id":"n7474017624","geometry":{"type":"Point","coordinates":[-0.0901324,51.3995814]},"properties":{"@type":"node","@id":7474017624,"@timestamp":1588436847},"coords":"51.3995814,-0.0901324","bedrooms":"1","price":"192000","area":"441"} , +{"type":"Feature","id":"n7474017667","geometry":{"type":"Point","coordinates":[-0.0881229,51.4005899]},"properties":{"@type":"node","@id":7474017667,"@timestamp":1588436847},"coords":"51.4005899,-0.0881229","bedrooms":"4","price":"179000","area":"601"} , +{"type":"Feature","id":"n7474046039","geometry":{"type":"Point","coordinates":[-0.8507928,51.1909595]},"properties":{"@type":"node","@id":7474046039,"@timestamp":1588444585},"coords":"51.1909595,-0.8507928","bedrooms":"3","price":"242000","area":"647"} , +{"type":"Feature","id":"n7474270704","geometry":{"type":"Point","coordinates":[-0.6099703,50.9890182]},"properties":{"@type":"node","@id":7474270704,"@timestamp":1588444400},"coords":"50.9890182,-0.6099703","bedrooms":"1","price":"232000","area":"421"} , +{"type":"Feature","id":"n7474416398","geometry":{"type":"Point","coordinates":[-0.0252962,51.4696195]},"properties":{"@type":"node","@id":7474416398,"@timestamp":1588449773},"coords":"51.4696195,-0.0252962","bedrooms":"4","price":"276000","area":"685"} , +{"type":"Feature","id":"n7474416448","geometry":{"type":"Point","coordinates":[-0.0242429,51.469063]},"properties":{"@type":"node","@id":7474416448,"@timestamp":1588499603},"coords":"51.469063,-0.0242429","bedrooms":"4","price":"172000","area":"510"} , +{"type":"Feature","id":"n7474595906","geometry":{"type":"Point","coordinates":[-0.8162295,51.3356248]},"properties":{"@type":"node","@id":7474595906,"@timestamp":1588456208},"coords":"51.3356248,-0.8162295","bedrooms":"3","price":"284000","area":"532"} , +{"type":"Feature","id":"n7474697405","geometry":{"type":"Point","coordinates":[-0.251063,51.394403]},"properties":{"@type":"node","@id":7474697405,"@timestamp":1588460643},"coords":"51.394403,-0.251063","bedrooms":"0","price":"216000","area":"662"} , +{"type":"Feature","id":"n7474703917","geometry":{"type":"Point","coordinates":[0.1013551,51.5926834]},"properties":{"@type":"node","@id":7474703917,"@timestamp":1588461223},"coords":"51.5926834,0.1013551","bedrooms":"3","price":"241000","area":"467"} , +{"type":"Feature","id":"n7474851843","geometry":{"type":"Point","coordinates":[-0.1976282,51.5087051]},"properties":{"@type":"node","@id":7474851843,"@timestamp":1588477396},"coords":"51.5087051,-0.1976282","bedrooms":"2","price":"188000","area":"624"} , +{"type":"Feature","id":"n7474853048","geometry":{"type":"Point","coordinates":[-0.011127,51.5510857]},"properties":{"@type":"node","@id":7474853048,"@timestamp":1589498130},"coords":"51.5510857,-0.011127","bedrooms":"0","price":"236000","area":"551"} , +{"type":"Feature","id":"n7474907178","geometry":{"type":"Point","coordinates":[-0.0733796,51.5342559]},"properties":{"@type":"node","@id":7474907178,"@timestamp":1588477316},"coords":"51.5342559,-0.0733796","bedrooms":"2","price":"276000","area":"569"} , +{"type":"Feature","id":"n7474926455","geometry":{"type":"Point","coordinates":[-0.0705854,51.5314187]},"properties":{"@type":"node","@id":7474926455,"@timestamp":1588476228},"coords":"51.5314187,-0.0705854","bedrooms":"1","price":"200000","area":"350"} , +{"type":"Feature","id":"n7475365632","geometry":{"type":"Point","coordinates":[0.7406451,51.079881]},"properties":{"@type":"node","@id":7475365632,"@timestamp":1588492636},"coords":"51.079881,0.7406451","bedrooms":"0","price":"274000","area":"427"} , +{"type":"Feature","id":"n7475557051","geometry":{"type":"Point","coordinates":[-0.0240898,51.4686688]},"properties":{"@type":"node","@id":7475557051,"@timestamp":1588499690},"coords":"51.4686688,-0.0240898","bedrooms":"0","price":"195000","area":"389"} , +{"type":"Feature","id":"n7475620714","geometry":{"type":"Point","coordinates":[-0.3257811,51.5525847]},"properties":{"@type":"node","@id":7475620714,"@timestamp":1588501478},"coords":"51.5525847,-0.3257811","bedrooms":"4","price":"240000","area":"617"} , +{"type":"Feature","id":"n7475620724","geometry":{"type":"Point","coordinates":[-0.3247136,51.5522028]},"properties":{"@type":"node","@id":7475620724,"@timestamp":1588501478},"coords":"51.5522028,-0.3247136","bedrooms":"3","price":"258000","area":"467"} , +{"type":"Feature","id":"n7475620734","geometry":{"type":"Point","coordinates":[-0.3225249,51.5512771]},"properties":{"@type":"node","@id":7475620734,"@timestamp":1588501478},"coords":"51.5512771,-0.3225249","bedrooms":"2","price":"295000","area":"362"} , +{"type":"Feature","id":"n7475778463","geometry":{"type":"Point","coordinates":[-0.1952878,51.5085648]},"properties":{"@type":"node","@id":7475778463,"@timestamp":1588507310},"coords":"51.5085648,-0.1952878","bedrooms":"3","price":"298000","area":"627"} , +{"type":"Feature","id":"n7475840053","geometry":{"type":"Point","coordinates":[-0.0579821,51.462655]},"properties":{"@type":"node","@id":7475840053,"@timestamp":1588508774},"coords":"51.462655,-0.0579821","bedrooms":"2","price":"171000","area":"365"} , +{"type":"Feature","id":"n7475843396","geometry":{"type":"Point","coordinates":[-0.168947,51.9478625]},"properties":{"@type":"node","@id":7475843396,"@timestamp":1588508283},"coords":"51.9478625,-0.168947","bedrooms":"4","price":"247000","area":"635"} , +{"type":"Feature","id":"n7475843407","geometry":{"type":"Point","coordinates":[-0.1590014,51.9446253]},"properties":{"@type":"node","@id":7475843407,"@timestamp":1588508283},"coords":"51.9446253,-0.1590014","bedrooms":"4","price":"273000","area":"410"} , +{"type":"Feature","id":"n7475843417","geometry":{"type":"Point","coordinates":[-0.1663935,51.9533179]},"properties":{"@type":"node","@id":7475843417,"@timestamp":1588508283},"coords":"51.9533179,-0.1663935","bedrooms":"1","price":"216000","area":"417"} , +{"type":"Feature","id":"n7475849806","geometry":{"type":"Point","coordinates":[-1.0921884,51.2874939]},"properties":{"@type":"node","@id":7475849806,"@timestamp":1588508621},"coords":"51.2874939,-1.0921884","bedrooms":"4","price":"213000","area":"509"} , +{"type":"Feature","id":"n7475864417","geometry":{"type":"Point","coordinates":[-0.0645594,51.4570864]},"properties":{"@type":"node","@id":7475864417,"@timestamp":1588509286},"coords":"51.4570864,-0.0645594","bedrooms":"2","price":"151000","area":"461"} , +{"type":"Feature","id":"n7475927029","geometry":{"type":"Point","coordinates":[-0.0723674,51.447257]},"properties":{"@type":"node","@id":7475927029,"@timestamp":1588510027},"coords":"51.447257,-0.0723674","bedrooms":"4","price":"278000","area":"500"} , +{"type":"Feature","id":"n7476114829","geometry":{"type":"Point","coordinates":[-0.477732,51.3467444]},"properties":{"@type":"node","@id":7476114829,"@timestamp":1588515650},"coords":"51.3467444,-0.477732","bedrooms":"0","price":"201000","area":"361"} , +{"type":"Feature","id":"n7476431071","geometry":{"type":"Point","coordinates":[-0.0792083,51.0488662]},"properties":{"@type":"node","@id":7476431071,"@timestamp":1588523354},"coords":"51.0488662,-0.0792083","bedrooms":"2","price":"267000","area":"443"} , +{"type":"Feature","id":"n7476484444","geometry":{"type":"Point","coordinates":[-0.1555768,51.074829]},"properties":{"@type":"node","@id":7476484444,"@timestamp":1635524798},"coords":"51.074829,-0.1555768","bedrooms":"2","price":"269000","area":"594"} , +{"type":"Feature","id":"n7476889381","geometry":{"type":"Point","coordinates":[-0.2058093,51.4632198]},"properties":{"@type":"node","@id":7476889381,"@timestamp":1588533076},"coords":"51.4632198,-0.2058093","bedrooms":"2","price":"229000","area":"499"} , +{"type":"Feature","id":"n7476902559","geometry":{"type":"Point","coordinates":[0.5576661,51.4513593]},"properties":{"@type":"node","@id":7476902559,"@timestamp":1588533817},"coords":"51.4513593,0.5576661","bedrooms":"2","price":"297000","area":"392"} , +{"type":"Feature","id":"n7477262146","geometry":{"type":"Point","coordinates":[0.5348303,51.0960276]},"properties":{"@type":"node","@id":7477262146,"@timestamp":1588547794},"coords":"51.0960276,0.5348303","bedrooms":"2","price":"166000","area":"582"} , +{"type":"Feature","id":"n7477273791","geometry":{"type":"Point","coordinates":[0.5361033,51.0964803]},"properties":{"@type":"node","@id":7477273791,"@timestamp":1620145406},"coords":"51.0964803,0.5361033","bedrooms":"4","price":"247000","area":"689"} , +{"type":"Feature","id":"n7477273801","geometry":{"type":"Point","coordinates":[0.5371649,51.0958372]},"properties":{"@type":"node","@id":7477273801,"@timestamp":1588546984},"coords":"51.0958372,0.5371649","bedrooms":"3","price":"281000","area":"363"} , +{"type":"Feature","id":"n7477273811","geometry":{"type":"Point","coordinates":[0.5351989,51.0965893]},"properties":{"@type":"node","@id":7477273811,"@timestamp":1588546984},"coords":"51.0965893,0.5351989","bedrooms":"4","price":"273000","area":"541"} , +{"type":"Feature","id":"n7477347003","geometry":{"type":"Point","coordinates":[-0.0082344,51.2583497]},"properties":{"@type":"node","@id":7477347003,"@timestamp":1588551860},"coords":"51.2583497,-0.0082344","bedrooms":"4","price":"195000","area":"614"} , +{"type":"Feature","id":"n7477792364","geometry":{"type":"Point","coordinates":[-0.2934359,51.5618689]},"properties":{"@type":"node","@id":7477792364,"@timestamp":1588569043},"coords":"51.5618689,-0.2934359","bedrooms":"3","price":"209000","area":"513"} , +{"type":"Feature","id":"n7478161705","geometry":{"type":"Point","coordinates":[-0.1976868,51.508157]},"properties":{"@type":"node","@id":7478161705,"@timestamp":1588575848},"coords":"51.508157,-0.1976868","bedrooms":"1","price":"182000","area":"413"} , +{"type":"Feature","id":"n7478307394","geometry":{"type":"Point","coordinates":[-0.1982242,51.507905]},"properties":{"@type":"node","@id":7478307394,"@timestamp":1588578745},"coords":"51.507905,-0.1982242","bedrooms":"1","price":"292000","area":"463"} , +{"type":"Feature","id":"n7478307417","geometry":{"type":"Point","coordinates":[-0.1984437,51.5082407]},"properties":{"@type":"node","@id":7478307417,"@timestamp":1588578745},"coords":"51.5082407,-0.1984437","bedrooms":"3","price":"168000","area":"433"} , +{"type":"Feature","id":"n7478453636","geometry":{"type":"Point","coordinates":[0.536859,51.0958437]},"properties":{"@type":"node","@id":7478453636,"@timestamp":1588581763},"coords":"51.0958437,0.536859","bedrooms":"4","price":"166000","area":"640"} , +{"type":"Feature","id":"n7478453646","geometry":{"type":"Point","coordinates":[0.5344081,51.0963456]},"properties":{"@type":"node","@id":7478453646,"@timestamp":1588581763},"coords":"51.0963456,0.5344081","bedrooms":"0","price":"260000","area":"568"} , +{"type":"Feature","id":"n7479120101","geometry":{"type":"Point","coordinates":[0.1867161,51.4148928]},"properties":{"@type":"node","@id":7479120101,"@timestamp":1606251035},"coords":"51.4148928,0.1867161","bedrooms":"4","price":"291000","area":"575"} , +{"type":"Feature","id":"n7479524067","geometry":{"type":"Point","coordinates":[-0.0238247,51.5232355]},"properties":{"@type":"node","@id":7479524067,"@timestamp":1588588927},"coords":"51.5232355,-0.0238247","bedrooms":"0","price":"219000","area":"559"} , +{"type":"Feature","id":"n7479546597","geometry":{"type":"Point","coordinates":[-0.1669943,51.4707437]},"properties":{"@type":"node","@id":7479546597,"@timestamp":1588588927},"coords":"51.4707437,-0.1669943","bedrooms":"2","price":"164000","area":"441"} , +{"type":"Feature","id":"n7479546628","geometry":{"type":"Point","coordinates":[0.7239819,51.3443236]},"properties":{"@type":"node","@id":7479546628,"@timestamp":1588588927},"coords":"51.3443236,0.7239819","bedrooms":"4","price":"175000","area":"651"} , +{"type":"Feature","id":"n7479546691","geometry":{"type":"Point","coordinates":[0.2028595,51.4537077]},"properties":{"@type":"node","@id":7479546691,"@timestamp":1588588927},"coords":"51.4537077,0.2028595","bedrooms":"3","price":"154000","area":"500"} , +{"type":"Feature","id":"n7479546711","geometry":{"type":"Point","coordinates":[-0.054756,51.4900406]},"properties":{"@type":"node","@id":7479546711,"@timestamp":1588588927},"coords":"51.4900406,-0.054756","bedrooms":"4","price":"217000","area":"452"} , +{"type":"Feature","id":"n7479546746","geometry":{"type":"Point","coordinates":[-0.0161308,51.5432858]},"properties":{"@type":"node","@id":7479546746,"@timestamp":1588588927},"coords":"51.5432858,-0.0161308","bedrooms":"4","price":"233000","area":"431"} , +{"type":"Feature","id":"n7479546779","geometry":{"type":"Point","coordinates":[-0.0715278,51.4070148]},"properties":{"@type":"node","@id":7479546779,"@timestamp":1588588927},"coords":"51.4070148,-0.0715278","bedrooms":"2","price":"176000","area":"442"} , +{"type":"Feature","id":"n7479546813","geometry":{"type":"Point","coordinates":[-0.2714872,51.9747595]},"properties":{"@type":"node","@id":7479546813,"@timestamp":1588588927},"coords":"51.9747595,-0.2714872","bedrooms":"1","price":"267000","area":"590"} , +{"type":"Feature","id":"n7480201701","geometry":{"type":"Point","coordinates":[-0.0737653,51.4843529]},"properties":{"@type":"node","@id":7480201701,"@timestamp":1588598107},"coords":"51.4843529,-0.0737653","bedrooms":"4","price":"263000","area":"668"} , +{"type":"Feature","id":"n7482010780","geometry":{"type":"Point","coordinates":[-0.1063388,51.0566404]},"properties":{"@type":"node","@id":7482010780,"@timestamp":1588613298},"coords":"51.0566404,-0.1063388","bedrooms":"4","price":"283000","area":"694"} , +{"type":"Feature","id":"n7482016391","geometry":{"type":"Point","coordinates":[-0.1127348,51.0554923]},"properties":{"@type":"node","@id":7482016391,"@timestamp":1588613298},"coords":"51.0554923,-0.1127348","bedrooms":"0","price":"170000","area":"475"} , +{"type":"Feature","id":"n7482801243","geometry":{"type":"Point","coordinates":[-0.2165012,51.9726702]},"properties":{"@type":"node","@id":7482801243,"@timestamp":1609333451},"coords":"51.9726702,-0.2165012","bedrooms":"2","price":"173000","area":"698"} , +{"type":"Feature","id":"n7483031029","geometry":{"type":"Point","coordinates":[-0.838303,51.2585226]},"properties":{"@type":"node","@id":7483031029,"@timestamp":1588625151},"coords":"51.2585226,-0.838303","bedrooms":"0","price":"297000","area":"544"} , +{"type":"Feature","id":"n7483031039","geometry":{"type":"Point","coordinates":[-0.8397272,51.2526625]},"properties":{"@type":"node","@id":7483031039,"@timestamp":1588625151},"coords":"51.2526625,-0.8397272","bedrooms":"3","price":"162000","area":"637"} , +{"type":"Feature","id":"n7483031049","geometry":{"type":"Point","coordinates":[-0.8392605,51.2529227]},"properties":{"@type":"node","@id":7483031049,"@timestamp":1588625151},"coords":"51.2529227,-0.8392605","bedrooms":"2","price":"277000","area":"588"} , +{"type":"Feature","id":"n7483031059","geometry":{"type":"Point","coordinates":[-0.838944,51.2525886]},"properties":{"@type":"node","@id":7483031059,"@timestamp":1588625151},"coords":"51.2525886,-0.838944","bedrooms":"1","price":"244000","area":"354"} , +{"type":"Feature","id":"n7483031069","geometry":{"type":"Point","coordinates":[-0.8385712,51.2522898]},"properties":{"@type":"node","@id":7483031069,"@timestamp":1588625151},"coords":"51.2522898,-0.8385712","bedrooms":"1","price":"256000","area":"564"} , +{"type":"Feature","id":"n7483031079","geometry":{"type":"Point","coordinates":[-0.8379623,51.2524979]},"properties":{"@type":"node","@id":7483031079,"@timestamp":1588625151},"coords":"51.2524979,-0.8379623","bedrooms":"3","price":"245000","area":"559"} , +{"type":"Feature","id":"n7483040089","geometry":{"type":"Point","coordinates":[-0.8333811,51.253485]},"properties":{"@type":"node","@id":7483040089,"@timestamp":1588625151},"coords":"51.253485,-0.8333811","bedrooms":"3","price":"248000","area":"566"} , +{"type":"Feature","id":"n7483040099","geometry":{"type":"Point","coordinates":[-0.8322921,51.2530989]},"properties":{"@type":"node","@id":7483040099,"@timestamp":1588625151},"coords":"51.2530989,-0.8322921","bedrooms":"3","price":"192000","area":"559"} , +{"type":"Feature","id":"n7483040109","geometry":{"type":"Point","coordinates":[-0.8333892,51.2529092]},"properties":{"@type":"node","@id":7483040109,"@timestamp":1588625151},"coords":"51.2529092,-0.8333892","bedrooms":"4","price":"167000","area":"371"} , +{"type":"Feature","id":"n7483040119","geometry":{"type":"Point","coordinates":[-0.8338478,51.2530469]},"properties":{"@type":"node","@id":7483040119,"@timestamp":1588625151},"coords":"51.2530469,-0.8338478","bedrooms":"2","price":"297000","area":"587"} , +{"type":"Feature","id":"n7483040129","geometry":{"type":"Point","coordinates":[-0.8336064,51.2538963]},"properties":{"@type":"node","@id":7483040129,"@timestamp":1588625151},"coords":"51.2538963,-0.8336064","bedrooms":"4","price":"282000","area":"694"} , +{"type":"Feature","id":"n7483040139","geometry":{"type":"Point","coordinates":[-0.8338317,51.2541246]},"properties":{"@type":"node","@id":7483040139,"@timestamp":1588625151},"coords":"51.2541246,-0.8338317","bedrooms":"1","price":"229000","area":"647"} , +{"type":"Feature","id":"n7483040149","geometry":{"type":"Point","coordinates":[-0.834733,51.2536143]},"properties":{"@type":"node","@id":7483040149,"@timestamp":1588625151},"coords":"51.2536143,-0.834733","bedrooms":"0","price":"180000","area":"442"} , +{"type":"Feature","id":"n7483040159","geometry":{"type":"Point","coordinates":[-0.8342904,51.2527179]},"properties":{"@type":"node","@id":7483040159,"@timestamp":1588625151},"coords":"51.2527179,-0.8342904","bedrooms":"2","price":"282000","area":"510"} , +{"type":"Feature","id":"n7483040169","geometry":{"type":"Point","coordinates":[-0.834851,51.2531929]},"properties":{"@type":"node","@id":7483040169,"@timestamp":1588625151},"coords":"51.2531929,-0.834851","bedrooms":"3","price":"194000","area":"669"} , +{"type":"Feature","id":"n7483040179","geometry":{"type":"Point","coordinates":[-0.8349904,51.2527128]},"properties":{"@type":"node","@id":7483040179,"@timestamp":1588625151},"coords":"51.2527128,-0.8349904","bedrooms":"3","price":"219000","area":"439"} , +{"type":"Feature","id":"n7483040189","geometry":{"type":"Point","coordinates":[-0.8334535,51.2526641]},"properties":{"@type":"node","@id":7483040189,"@timestamp":1588625151},"coords":"51.2526641,-0.8334535","bedrooms":"2","price":"227000","area":"586"} , +{"type":"Feature","id":"n7483040199","geometry":{"type":"Point","coordinates":[-0.834403,51.2521118]},"properties":{"@type":"node","@id":7483040199,"@timestamp":1588625151},"coords":"51.2521118,-0.834403","bedrooms":"4","price":"263000","area":"562"} , +{"type":"Feature","id":"n7483040209","geometry":{"type":"Point","coordinates":[-0.8351219,51.2520531]},"properties":{"@type":"node","@id":7483040209,"@timestamp":1588625151},"coords":"51.2520531,-0.8351219","bedrooms":"1","price":"249000","area":"637"} , +{"type":"Feature","id":"n7483040219","geometry":{"type":"Point","coordinates":[-0.836125,51.2524744]},"properties":{"@type":"node","@id":7483040219,"@timestamp":1588625151},"coords":"51.2524744,-0.836125","bedrooms":"1","price":"156000","area":"577"} , +{"type":"Feature","id":"n7483040229","geometry":{"type":"Point","coordinates":[-0.8365542,51.2528354]},"properties":{"@type":"node","@id":7483040229,"@timestamp":1588625151},"coords":"51.2528354,-0.8365542","bedrooms":"3","price":"272000","area":"501"} , +{"type":"Feature","id":"n7483040239","geometry":{"type":"Point","coordinates":[-0.8375412,51.2527917]},"properties":{"@type":"node","@id":7483040239,"@timestamp":1588625151},"coords":"51.2527917,-0.8375412","bedrooms":"4","price":"207000","area":"523"} , +{"type":"Feature","id":"n7483040249","geometry":{"type":"Point","coordinates":[-0.8378899,51.2532786]},"properties":{"@type":"node","@id":7483040249,"@timestamp":1588625151},"coords":"51.2532786,-0.8378899","bedrooms":"0","price":"180000","area":"493"} , +{"type":"Feature","id":"n7483040259","geometry":{"type":"Point","coordinates":[-0.8375546,51.2534565]},"properties":{"@type":"node","@id":7483040259,"@timestamp":1588625151},"coords":"51.2534565,-0.8375546","bedrooms":"2","price":"250000","area":"566"} , +{"type":"Feature","id":"n7483040269","geometry":{"type":"Point","coordinates":[-0.8364898,51.2534481]},"properties":{"@type":"node","@id":7483040269,"@timestamp":1588625151},"coords":"51.2534481,-0.8364898","bedrooms":"2","price":"187000","area":"505"} , +{"type":"Feature","id":"n7483040279","geometry":{"type":"Point","coordinates":[-0.8362886,51.2535337]},"properties":{"@type":"node","@id":7483040279,"@timestamp":1588625151},"coords":"51.2535337,-0.8362886","bedrooms":"0","price":"249000","area":"499"} , +{"type":"Feature","id":"n7483040289","geometry":{"type":"Point","coordinates":[-0.8372328,51.2540441]},"properties":{"@type":"node","@id":7483040289,"@timestamp":1588625151},"coords":"51.2540441,-0.8372328","bedrooms":"0","price":"283000","area":"669"} , +{"type":"Feature","id":"n7483040299","geometry":{"type":"Point","coordinates":[-0.8373159,51.2544587]},"properties":{"@type":"node","@id":7483040299,"@timestamp":1588625151},"coords":"51.2544587,-0.8373159","bedrooms":"1","price":"240000","area":"544"} , +{"type":"Feature","id":"n7483040309","geometry":{"type":"Point","coordinates":[-0.8388394,51.2540206]},"properties":{"@type":"node","@id":7483040309,"@timestamp":1588625151},"coords":"51.2540206,-0.8388394","bedrooms":"4","price":"278000","area":"360"} , +{"type":"Feature","id":"n7483040319","geometry":{"type":"Point","coordinates":[-0.8381447,51.2540323]},"properties":{"@type":"node","@id":7483040319,"@timestamp":1588625151},"coords":"51.2540323,-0.8381447","bedrooms":"3","price":"233000","area":"611"} , +{"type":"Feature","id":"n7483040329","geometry":{"type":"Point","coordinates":[-0.8387563,51.2544621]},"properties":{"@type":"node","@id":7483040329,"@timestamp":1588625151},"coords":"51.2544621,-0.8387563","bedrooms":"2","price":"254000","area":"481"} , +{"type":"Feature","id":"n7483040339","geometry":{"type":"Point","coordinates":[-0.8385471,51.2546752]},"properties":{"@type":"node","@id":7483040339,"@timestamp":1588625151},"coords":"51.2546752,-0.8385471","bedrooms":"0","price":"266000","area":"693"} , +{"type":"Feature","id":"n7483040349","geometry":{"type":"Point","coordinates":[-0.8369887,51.2549942]},"properties":{"@type":"node","@id":7483040349,"@timestamp":1588625151},"coords":"51.2549942,-0.8369887","bedrooms":"4","price":"152000","area":"555"} , +{"type":"Feature","id":"n7483040359","geometry":{"type":"Point","coordinates":[-0.8389011,51.2554978]},"properties":{"@type":"node","@id":7483040359,"@timestamp":1588625151},"coords":"51.2554978,-0.8389011","bedrooms":"2","price":"277000","area":"411"} , +{"type":"Feature","id":"n7483040369","geometry":{"type":"Point","coordinates":[-0.8385175,51.2553971]},"properties":{"@type":"node","@id":7483040369,"@timestamp":1588625151},"coords":"51.2553971,-0.8385175","bedrooms":"2","price":"251000","area":"416"} , +{"type":"Feature","id":"n7483040379","geometry":{"type":"Point","coordinates":[-0.8393678,51.2552594]},"properties":{"@type":"node","@id":7483040379,"@timestamp":1588625151},"coords":"51.2552594,-0.8393678","bedrooms":"4","price":"197000","area":"366"} , +{"type":"Feature","id":"n7483040389","geometry":{"type":"Point","coordinates":[-0.8392203,51.2550261]},"properties":{"@type":"node","@id":7483040389,"@timestamp":1588625151},"coords":"51.2550261,-0.8392203","bedrooms":"4","price":"222000","area":"551"} , +{"type":"Feature","id":"n7483040399","geometry":{"type":"Point","coordinates":[-0.8400866,51.255716]},"properties":{"@type":"node","@id":7483040399,"@timestamp":1588625151},"coords":"51.255716,-0.8400866","bedrooms":"1","price":"239000","area":"542"} , +{"type":"Feature","id":"n7483040409","geometry":{"type":"Point","coordinates":[-0.8388233,51.2559057]},"properties":{"@type":"node","@id":7483040409,"@timestamp":1588625151},"coords":"51.2559057,-0.8388233","bedrooms":"4","price":"261000","area":"608"} , +{"type":"Feature","id":"n7483040419","geometry":{"type":"Point","coordinates":[-0.8375171,51.2555616]},"properties":{"@type":"node","@id":7483040419,"@timestamp":1588625151},"coords":"51.2555616,-0.8375171","bedrooms":"2","price":"227000","area":"596"} , +{"type":"Feature","id":"n7483040429","geometry":{"type":"Point","coordinates":[-0.8378094,51.2568541]},"properties":{"@type":"node","@id":7483040429,"@timestamp":1588625151},"coords":"51.2568541,-0.8378094","bedrooms":"4","price":"283000","area":"643"} , +{"type":"Feature","id":"n7483040439","geometry":{"type":"Point","coordinates":[-0.8382842,51.256651]},"properties":{"@type":"node","@id":7483040439,"@timestamp":1588625151},"coords":"51.256651,-0.8382842","bedrooms":"1","price":"183000","area":"685"} , +{"type":"Feature","id":"n7483040449","geometry":{"type":"Point","coordinates":[-0.8386919,51.2571596]},"properties":{"@type":"node","@id":7483040449,"@timestamp":1588625151},"coords":"51.2571596,-0.8386919","bedrooms":"3","price":"203000","area":"578"} , +{"type":"Feature","id":"n7483040459","geometry":{"type":"Point","coordinates":[-0.8406284,51.2573661]},"properties":{"@type":"node","@id":7483040459,"@timestamp":1588625151},"coords":"51.2573661,-0.8406284","bedrooms":"0","price":"156000","area":"562"} , +{"type":"Feature","id":"n7483040469","geometry":{"type":"Point","coordinates":[-0.8393732,51.2570472]},"properties":{"@type":"node","@id":7483040469,"@timestamp":1588625151},"coords":"51.2570472,-0.8393732","bedrooms":"0","price":"252000","area":"595"} , +{"type":"Feature","id":"n7483040479","geometry":{"type":"Point","coordinates":[-0.8401188,51.2571194]},"properties":{"@type":"node","@id":7483040479,"@timestamp":1588625151},"coords":"51.2571194,-0.8401188","bedrooms":"3","price":"220000","area":"696"} , +{"type":"Feature","id":"n7483040489","geometry":{"type":"Point","coordinates":[-0.8397996,51.256745]},"properties":{"@type":"node","@id":7483040489,"@timestamp":1588625151},"coords":"51.256745,-0.8397996","bedrooms":"1","price":"194000","area":"508"} , +{"type":"Feature","id":"n7483040499","geometry":{"type":"Point","coordinates":[-0.839003,51.2565402]},"properties":{"@type":"node","@id":7483040499,"@timestamp":1588625151},"coords":"51.2565402,-0.839003","bedrooms":"1","price":"233000","area":"505"} , +{"type":"Feature","id":"n7483040509","geometry":{"type":"Point","coordinates":[-0.8395341,51.2564815]},"properties":{"@type":"node","@id":7483040509,"@timestamp":1588625151},"coords":"51.2564815,-0.8395341","bedrooms":"2","price":"191000","area":"672"} , +{"type":"Feature","id":"n7483040519","geometry":{"type":"Point","coordinates":[-0.8403951,51.2562247]},"properties":{"@type":"node","@id":7483040519,"@timestamp":1588625151},"coords":"51.2562247,-0.8403951","bedrooms":"3","price":"231000","area":"653"} , +{"type":"Feature","id":"n7483040529","geometry":{"type":"Point","coordinates":[-0.8416584,51.2558973]},"properties":{"@type":"node","@id":7483040529,"@timestamp":1588625151},"coords":"51.2558973,-0.8416584","bedrooms":"0","price":"272000","area":"679"} , +{"type":"Feature","id":"n7483040539","geometry":{"type":"Point","coordinates":[-0.8412051,51.2563757]},"properties":{"@type":"node","@id":7483040539,"@timestamp":1588625151},"coords":"51.2563757,-0.8412051","bedrooms":"3","price":"289000","area":"548"} , +{"type":"Feature","id":"n7483040549","geometry":{"type":"Point","coordinates":[-0.8416799,51.2565772]},"properties":{"@type":"node","@id":7483040549,"@timestamp":1588625151},"coords":"51.2565772,-0.8416799","bedrooms":"4","price":"178000","area":"630"} , +{"type":"Feature","id":"n7483040559","geometry":{"type":"Point","coordinates":[-0.8414519,51.2569364]},"properties":{"@type":"node","@id":7483040559,"@timestamp":1588625151},"coords":"51.2569364,-0.8414519","bedrooms":"0","price":"216000","area":"695"} , +{"type":"Feature","id":"n7483040569","geometry":{"type":"Point","coordinates":[-0.84216,51.2569196]},"properties":{"@type":"node","@id":7483040569,"@timestamp":1588625151},"coords":"51.2569196,-0.84216","bedrooms":"3","price":"180000","area":"435"} , +{"type":"Feature","id":"n7483040579","geometry":{"type":"Point","coordinates":[-0.8414814,51.2574349]},"properties":{"@type":"node","@id":7483040579,"@timestamp":1588625151},"coords":"51.2574349,-0.8414814","bedrooms":"0","price":"160000","area":"520"} , +{"type":"Feature","id":"n7483040589","geometry":{"type":"Point","coordinates":[-0.8423397,51.2572503]},"properties":{"@type":"node","@id":7483040589,"@timestamp":1588625151},"coords":"51.2572503,-0.8423397","bedrooms":"2","price":"295000","area":"646"} , +{"type":"Feature","id":"n7483040599","geometry":{"type":"Point","coordinates":[-0.8416209,51.2577253]},"properties":{"@type":"node","@id":7483040599,"@timestamp":1588625151},"coords":"51.2577253,-0.8416209","bedrooms":"1","price":"298000","area":"416"} , +{"type":"Feature","id":"n7483040609","geometry":{"type":"Point","coordinates":[-0.8395717,51.2575054]},"properties":{"@type":"node","@id":7483040609,"@timestamp":1588625151},"coords":"51.2575054,-0.8395717","bedrooms":"1","price":"222000","area":"627"} , +{"type":"Feature","id":"n7483040619","geometry":{"type":"Point","coordinates":[-0.8386329,51.2575323]},"properties":{"@type":"node","@id":7483040619,"@timestamp":1588625151},"coords":"51.2575323,-0.8386329","bedrooms":"3","price":"276000","area":"449"} , +{"type":"Feature","id":"n7483040629","geometry":{"type":"Point","coordinates":[-0.840843,51.2579452]},"properties":{"@type":"node","@id":7483040629,"@timestamp":1588625151},"coords":"51.2579452,-0.840843","bedrooms":"0","price":"201000","area":"398"} , +{"type":"Feature","id":"n7483040639","geometry":{"type":"Point","coordinates":[-0.8396441,51.2578126]},"properties":{"@type":"node","@id":7483040639,"@timestamp":1588625151},"coords":"51.2578126,-0.8396441","bedrooms":"1","price":"281000","area":"650"} , +{"type":"Feature","id":"n7483040649","geometry":{"type":"Point","coordinates":[-0.8389762,51.2581282]},"properties":{"@type":"node","@id":7483040649,"@timestamp":1588625151},"coords":"51.2581282,-0.8389762","bedrooms":"1","price":"182000","area":"607"} , +{"type":"Feature","id":"n7483040659","geometry":{"type":"Point","coordinates":[-0.8396333,51.2583111]},"properties":{"@type":"node","@id":7483040659,"@timestamp":1588625151},"coords":"51.2583111,-0.8396333","bedrooms":"2","price":"269000","area":"518"} , +{"type":"Feature","id":"n7483040669","geometry":{"type":"Point","coordinates":[-0.8395422,51.2585176]},"properties":{"@type":"node","@id":7483040669,"@timestamp":1588625151},"coords":"51.2585176,-0.8395422","bedrooms":"2","price":"246000","area":"383"} , +{"type":"Feature","id":"n7483279513","geometry":{"type":"Point","coordinates":[-0.2798013,51.7627801]},"properties":{"@type":"node","@id":7483279513,"@timestamp":1588633217},"coords":"51.7627801,-0.2798013","bedrooms":"2","price":"215000","area":"628"} , +{"type":"Feature","id":"n7483345210","geometry":{"type":"Point","coordinates":[0.1444717,51.6162869]},"properties":{"@type":"node","@id":7483345210,"@timestamp":1588636992},"coords":"51.6162869,0.1444717","bedrooms":"0","price":"189000","area":"677"} , +{"type":"Feature","id":"n7483345270","geometry":{"type":"Point","coordinates":[0.1430976,51.6125962]},"properties":{"@type":"node","@id":7483345270,"@timestamp":1588636992},"coords":"51.6125962,0.1430976","bedrooms":"1","price":"266000","area":"681"} , +{"type":"Feature","id":"n7483345334","geometry":{"type":"Point","coordinates":[0.1415324,51.6183164]},"properties":{"@type":"node","@id":7483345334,"@timestamp":1588636992},"coords":"51.6183164,0.1415324","bedrooms":"3","price":"164000","area":"363"} , +{"type":"Feature","id":"n7483345361","geometry":{"type":"Point","coordinates":[0.1356049,51.6076124]},"properties":{"@type":"node","@id":7483345361,"@timestamp":1588636992},"coords":"51.6076124,0.1356049","bedrooms":"0","price":"238000","area":"597"} , +{"type":"Feature","id":"n7483503670","geometry":{"type":"Point","coordinates":[-0.0401612,51.6717054]},"properties":{"@type":"node","@id":7483503670,"@timestamp":1617337354},"coords":"51.6717054,-0.0401612","bedrooms":"0","price":"160000","area":"557"} , +{"type":"Feature","id":"n7483718771","geometry":{"type":"Point","coordinates":[-0.002659,51.6868098]},"properties":{"@type":"node","@id":7483718771,"@timestamp":1588653588},"coords":"51.6868098,-0.002659","bedrooms":"0","price":"279000","area":"503"} , +{"type":"Feature","id":"n7484524011","geometry":{"type":"Point","coordinates":[-0.065262,51.0009918]},"properties":{"@type":"node","@id":7484524011,"@timestamp":1588667204},"coords":"51.0009918,-0.065262","bedrooms":"1","price":"295000","area":"577"} , +{"type":"Feature","id":"n7485021659","geometry":{"type":"Point","coordinates":[0.014687,51.5249049]},"properties":{"@type":"node","@id":7485021659,"@timestamp":1588674266},"coords":"51.5249049,0.014687","bedrooms":"1","price":"267000","area":"488"} , +{"type":"Feature","id":"n7485103614","geometry":{"type":"Point","coordinates":[-0.3422821,51.5416702]},"properties":{"@type":"node","@id":7485103614,"@timestamp":1588675403},"coords":"51.5416702,-0.3422821","bedrooms":"0","price":"249000","area":"433"} , +{"type":"Feature","id":"n7485254973","geometry":{"type":"Point","coordinates":[0.0283044,51.5267533]},"properties":{"@type":"node","@id":7485254973,"@timestamp":1588678233},"coords":"51.5267533,0.0283044","bedrooms":"1","price":"201000","area":"621"} , +{"type":"Feature","id":"n7485268684","geometry":{"type":"Point","coordinates":[-0.1980614,51.5071832]},"properties":{"@type":"node","@id":7485268684,"@timestamp":1588678643},"coords":"51.5071832,-0.1980614","bedrooms":"1","price":"247000","area":"522"} , +{"type":"Feature","id":"n7485492909","geometry":{"type":"Point","coordinates":[0.0183387,51.5335911]},"properties":{"@type":"node","@id":7485492909,"@timestamp":1626637067},"coords":"51.5335911,0.0183387","bedrooms":"0","price":"263000","area":"621"} , +{"type":"Feature","id":"n7485708353","geometry":{"type":"Point","coordinates":[0.0237061,51.5272704]},"properties":{"@type":"node","@id":7485708353,"@timestamp":1588686122},"coords":"51.5272704,0.0237061","bedrooms":"2","price":"284000","area":"526"} , +{"type":"Feature","id":"n7485708365","geometry":{"type":"Point","coordinates":[0.0238023,51.5274053]},"properties":{"@type":"node","@id":7485708365,"@timestamp":1588686122},"coords":"51.5274053,0.0238023","bedrooms":"0","price":"291000","area":"435"} , +{"type":"Feature","id":"n7485827956","geometry":{"type":"Point","coordinates":[-0.9720808,51.2097101]},"properties":{"@type":"node","@id":7485827956,"@timestamp":1588688304},"coords":"51.2097101,-0.9720808","bedrooms":"4","price":"204000","area":"665"} , +{"type":"Feature","id":"n7486094372","geometry":{"type":"Point","coordinates":[0.001896,51.6838133]},"properties":{"@type":"node","@id":7486094372,"@timestamp":1588691379},"coords":"51.6838133,0.001896","bedrooms":"3","price":"197000","area":"693"} , +{"type":"Feature","id":"n7486239560","geometry":{"type":"Point","coordinates":[0.012272,51.5213262]},"properties":{"@type":"node","@id":7486239560,"@timestamp":1588692521},"coords":"51.5213262,0.012272","bedrooms":"2","price":"222000","area":"400"} , +{"type":"Feature","id":"n7486308138","geometry":{"type":"Point","coordinates":[0.0027375,51.6775525]},"properties":{"@type":"node","@id":7486308138,"@timestamp":1618069023},"coords":"51.6775525,0.0027375","bedrooms":"3","price":"176000","area":"366"} , +{"type":"Feature","id":"n7486829825","geometry":{"type":"Point","coordinates":[-0.1076889,51.643189]},"properties":{"@type":"node","@id":7486829825,"@timestamp":1588703165},"coords":"51.643189,-0.1076889","bedrooms":"2","price":"290000","area":"523"} , +{"type":"Feature","id":"n7486881576","geometry":{"type":"Point","coordinates":[0.0129027,51.555976]},"properties":{"@type":"node","@id":7486881576,"@timestamp":1621287924},"coords":"51.555976,0.0129027","bedrooms":"2","price":"267000","area":"571"} , +{"type":"Feature","id":"n7486921987","geometry":{"type":"Point","coordinates":[-0.1190358,51.6295261]},"properties":{"@type":"node","@id":7486921987,"@timestamp":1588704503},"coords":"51.6295261,-0.1190358","bedrooms":"0","price":"235000","area":"550"} , +{"type":"Feature","id":"n7487111933","geometry":{"type":"Point","coordinates":[-0.0185581,51.6747663]},"properties":{"@type":"node","@id":7487111933,"@timestamp":1588708472},"coords":"51.6747663,-0.0185581","bedrooms":"2","price":"277000","area":"527"} , +{"type":"Feature","id":"n7487116576","geometry":{"type":"Point","coordinates":[-0.7954277,51.6664832]},"properties":{"@type":"node","@id":7487116576,"@timestamp":1588707582},"coords":"51.6664832,-0.7954277","bedrooms":"1","price":"243000","area":"417"} , +{"type":"Feature","id":"n7487185861","geometry":{"type":"Point","coordinates":[-0.8328071,51.0991782]},"properties":{"@type":"node","@id":7487185861,"@timestamp":1588708916},"coords":"51.0991782,-0.8328071","bedrooms":"2","price":"242000","area":"682"} , +{"type":"Feature","id":"n7487185871","geometry":{"type":"Point","coordinates":[-0.9602332,51.1441743]},"properties":{"@type":"node","@id":7487185871,"@timestamp":1588708916},"coords":"51.1441743,-0.9602332","bedrooms":"4","price":"243000","area":"637"} , +{"type":"Feature","id":"n7487477627","geometry":{"type":"Point","coordinates":[-0.1021449,51.4684927]},"properties":{"@type":"node","@id":7487477627,"@timestamp":1588717356},"coords":"51.4684927,-0.1021449","bedrooms":"2","price":"251000","area":"501"} , +{"type":"Feature","id":"n7487477649","geometry":{"type":"Point","coordinates":[-0.1892378,51.3600904]},"properties":{"@type":"node","@id":7487477649,"@timestamp":1598792343},"coords":"51.3600904,-0.1892378","bedrooms":"2","price":"218000","area":"412"} , +{"type":"Feature","id":"n7487755729","geometry":{"type":"Point","coordinates":[-0.2976168,51.5431194]},"properties":{"@type":"node","@id":7487755729,"@timestamp":1588732830},"coords":"51.5431194,-0.2976168","bedrooms":"0","price":"253000","area":"454"} , +{"type":"Feature","id":"n7487950325","geometry":{"type":"Point","coordinates":[-0.0114733,51.6868859]},"properties":{"@type":"node","@id":7487950325,"@timestamp":1588739789},"coords":"51.6868859,-0.0114733","bedrooms":"2","price":"273000","area":"527"} , +{"type":"Feature","id":"n7488100184","geometry":{"type":"Point","coordinates":[0.0092348,51.5158439]},"properties":{"@type":"node","@id":7488100184,"@timestamp":1588743799},"coords":"51.5158439,0.0092348","bedrooms":"2","price":"247000","area":"449"} , +{"type":"Feature","id":"n7488418199","geometry":{"type":"Point","coordinates":[0.0413563,51.545529]},"properties":{"@type":"node","@id":7488418199,"@timestamp":1588749462},"coords":"51.545529,0.0413563","bedrooms":"1","price":"194000","area":"626"} , +{"type":"Feature","id":"n7488418246","geometry":{"type":"Point","coordinates":[0.0199938,51.54571]},"properties":{"@type":"node","@id":7488418246,"@timestamp":1605549453},"coords":"51.54571,0.0199938","bedrooms":"2","price":"243000","area":"466"} , +{"type":"Feature","id":"n7489086644","geometry":{"type":"Point","coordinates":[-0.6828364,51.5738923]},"properties":{"@type":"node","@id":7489086644,"@timestamp":1588761106},"coords":"51.5738923,-0.6828364","bedrooms":"4","price":"207000","area":"541"} , +{"type":"Feature","id":"n7489235808","geometry":{"type":"Point","coordinates":[-0.0227028,51.4675757]},"properties":{"@type":"node","@id":7489235808,"@timestamp":1588764190},"coords":"51.4675757,-0.0227028","bedrooms":"1","price":"266000","area":"530"} , +{"type":"Feature","id":"n7489745380","geometry":{"type":"Point","coordinates":[-0.2315903,51.4455425]},"properties":{"@type":"node","@id":7489745380,"@timestamp":1588776051},"coords":"51.4455425,-0.2315903","bedrooms":"1","price":"194000","area":"473"} , +{"type":"Feature","id":"n7489901844","geometry":{"type":"Point","coordinates":[-0.0598642,51.5817333]},"properties":{"@type":"node","@id":7489901844,"@timestamp":1588780275},"coords":"51.5817333,-0.0598642","bedrooms":"0","price":"158000","area":"603"} , +{"type":"Feature","id":"n7489901872","geometry":{"type":"Point","coordinates":[-0.5778074,51.2196697]},"properties":{"@type":"node","@id":7489901872,"@timestamp":1588780275},"coords":"51.2196697,-0.5778074","bedrooms":"3","price":"246000","area":"413"} , +{"type":"Feature","id":"n7489912138","geometry":{"type":"Point","coordinates":[-0.0631735,51.5473396]},"properties":{"@type":"node","@id":7489912138,"@timestamp":1588780275},"coords":"51.5473396,-0.0631735","bedrooms":"4","price":"202000","area":"492"} , +{"type":"Feature","id":"n7489968407","geometry":{"type":"Point","coordinates":[-0.1949591,51.5073812]},"properties":{"@type":"node","@id":7489968407,"@timestamp":1588781592},"coords":"51.5073812,-0.1949591","bedrooms":"2","price":"193000","area":"351"} , +{"type":"Feature","id":"n7490477578","geometry":{"type":"Point","coordinates":[-0.0834489,51.0464227]},"properties":{"@type":"node","@id":7490477578,"@timestamp":1588797247},"coords":"51.0464227,-0.0834489","bedrooms":"1","price":"294000","area":"515"} , +{"type":"Feature","id":"n7490493948","geometry":{"type":"Point","coordinates":[-0.0851165,51.042754]},"properties":{"@type":"node","@id":7490493948,"@timestamp":1588797247},"coords":"51.042754,-0.0851165","bedrooms":"1","price":"229000","area":"517"} , +{"type":"Feature","id":"n7490494146","geometry":{"type":"Point","coordinates":[-0.0907725,51.0441647]},"properties":{"@type":"node","@id":7490494146,"@timestamp":1588797247},"coords":"51.0441647,-0.0907725","bedrooms":"3","price":"218000","area":"501"} , +{"type":"Feature","id":"n7490612079","geometry":{"type":"Point","coordinates":[-0.0555619,51.5293842]},"properties":{"@type":"node","@id":7490612079,"@timestamp":1588803785},"coords":"51.5293842,-0.0555619","bedrooms":"1","price":"283000","area":"507"} , +{"type":"Feature","id":"n7490675960","geometry":{"type":"Point","coordinates":[-0.0563004,51.5307142]},"properties":{"@type":"node","@id":7490675960,"@timestamp":1588806151},"coords":"51.5307142,-0.0563004","bedrooms":"1","price":"177000","area":"679"} , +{"type":"Feature","id":"n7490878833","geometry":{"type":"Point","coordinates":[-0.0612245,51.5319952]},"properties":{"@type":"node","@id":7490878833,"@timestamp":1624623411},"coords":"51.5319952,-0.0612245","bedrooms":"3","price":"194000","area":"456"} , +{"type":"Feature","id":"n7490946776","geometry":{"type":"Point","coordinates":[-0.197093,51.5068514]},"properties":{"@type":"node","@id":7490946776,"@timestamp":1588821769},"coords":"51.5068514,-0.197093","bedrooms":"0","price":"174000","area":"552"} , +{"type":"Feature","id":"n7490968686","geometry":{"type":"Point","coordinates":[-0.0571009,51.5270015]},"properties":{"@type":"node","@id":7490968686,"@timestamp":1588822463},"coords":"51.5270015,-0.0571009","bedrooms":"2","price":"225000","area":"525"} , +{"type":"Feature","id":"n7491760345","geometry":{"type":"Point","coordinates":[-0.1967951,51.5067785]},"properties":{"@type":"node","@id":7491760345,"@timestamp":1588838107},"coords":"51.5067785,-0.1967951","bedrooms":"4","price":"221000","area":"594"} , +{"type":"Feature","id":"n7491831568","geometry":{"type":"Point","coordinates":[-0.4581451,51.3538037]},"properties":{"@type":"node","@id":7491831568,"@timestamp":1588839615},"coords":"51.3538037,-0.4581451","bedrooms":"0","price":"150000","area":"559"} , +{"type":"Feature","id":"n7491916894","geometry":{"type":"Point","coordinates":[0.3915821,51.1876043]},"properties":{"@type":"node","@id":7491916894,"@timestamp":1603102772},"coords":"51.1876043,0.3915821","bedrooms":"1","price":"233000","area":"571"} , +{"type":"Feature","id":"n7492200560","geometry":{"type":"Point","coordinates":[0.4629922,51.5698647]},"properties":{"@type":"node","@id":7492200560,"@timestamp":1588845575},"coords":"51.5698647,0.4629922","bedrooms":"2","price":"199000","area":"363"} , +{"type":"Feature","id":"n7492386897","geometry":{"type":"Point","coordinates":[-0.0821801,51.6704263]},"properties":{"@type":"node","@id":7492386897,"@timestamp":1588848398},"coords":"51.6704263,-0.0821801","bedrooms":"0","price":"265000","area":"489"} , +{"type":"Feature","id":"n7492574775","geometry":{"type":"Point","coordinates":[-0.0862433,51.0415733]},"properties":{"@type":"node","@id":7492574775,"@timestamp":1588851583},"coords":"51.0415733,-0.0862433","bedrooms":"2","price":"205000","area":"644"} , +{"type":"Feature","id":"n7492595314","geometry":{"type":"Point","coordinates":[-0.0866945,51.0413582]},"properties":{"@type":"node","@id":7492595314,"@timestamp":1588851583},"coords":"51.0413582,-0.0866945","bedrooms":"0","price":"295000","area":"420"} , +{"type":"Feature","id":"n7492628410","geometry":{"type":"Point","coordinates":[-0.1960524,51.5067801]},"properties":{"@type":"node","@id":7492628410,"@timestamp":1588852138},"coords":"51.5067801,-0.1960524","bedrooms":"4","price":"186000","area":"405"} , +{"type":"Feature","id":"n7492628442","geometry":{"type":"Point","coordinates":[-0.1966906,51.5066175]},"properties":{"@type":"node","@id":7492628442,"@timestamp":1588852138},"coords":"51.5066175,-0.1966906","bedrooms":"3","price":"204000","area":"668"} , +{"type":"Feature","id":"n7492676717","geometry":{"type":"Point","coordinates":[-0.1978528,51.5063125]},"properties":{"@type":"node","@id":7492676717,"@timestamp":1588853013},"coords":"51.5063125,-0.1978528","bedrooms":"3","price":"173000","area":"402"} , +{"type":"Feature","id":"n7493141790","geometry":{"type":"Point","coordinates":[-0.0103555,51.4885029]},"properties":{"@type":"node","@id":7493141790,"@timestamp":1617045121},"coords":"51.4885029,-0.0103555","bedrooms":"1","price":"195000","area":"533"} , +{"type":"Feature","id":"n7494193940","geometry":{"type":"Point","coordinates":[-0.1959729,51.5066225]},"properties":{"@type":"node","@id":7494193940,"@timestamp":1588857975},"coords":"51.5066225,-0.1959729","bedrooms":"0","price":"271000","area":"489"} , +{"type":"Feature","id":"n7494198968","geometry":{"type":"Point","coordinates":[-0.2382852,51.4234756]},"properties":{"@type":"node","@id":7494198968,"@timestamp":1588858155},"coords":"51.4234756,-0.2382852","bedrooms":"4","price":"269000","area":"681"} , +{"type":"Feature","id":"n7494237212","geometry":{"type":"Point","coordinates":[-0.1466203,51.0189501]},"properties":{"@type":"node","@id":7494237212,"@timestamp":1588862415},"coords":"51.0189501,-0.1466203","bedrooms":"4","price":"291000","area":"637"} , +{"type":"Feature","id":"n7494237222","geometry":{"type":"Point","coordinates":[-0.1462153,51.0207681]},"properties":{"@type":"node","@id":7494237222,"@timestamp":1588862415},"coords":"51.0207681,-0.1462153","bedrooms":"1","price":"171000","area":"672"} , +{"type":"Feature","id":"n7494237232","geometry":{"type":"Point","coordinates":[-0.145935,51.0215332]},"properties":{"@type":"node","@id":7494237232,"@timestamp":1588862415},"coords":"51.0215332,-0.145935","bedrooms":"1","price":"270000","area":"607"} , +{"type":"Feature","id":"n7494237242","geometry":{"type":"Point","coordinates":[-0.1456359,51.0228442]},"properties":{"@type":"node","@id":7494237242,"@timestamp":1588862415},"coords":"51.0228442,-0.1456359","bedrooms":"3","price":"213000","area":"433"} , +{"type":"Feature","id":"n7494237252","geometry":{"type":"Point","coordinates":[-0.1508582,51.0176121]},"properties":{"@type":"node","@id":7494237252,"@timestamp":1588862415},"coords":"51.0176121,-0.1508582","bedrooms":"0","price":"190000","area":"617"} , +{"type":"Feature","id":"n7494237263","geometry":{"type":"Point","coordinates":[-0.1513128,51.0216193]},"properties":{"@type":"node","@id":7494237263,"@timestamp":1588862415},"coords":"51.0216193,-0.1513128","bedrooms":"1","price":"189000","area":"670"} , +{"type":"Feature","id":"n7494237273","geometry":{"type":"Point","coordinates":[-0.1509862,51.0218294]},"properties":{"@type":"node","@id":7494237273,"@timestamp":1588862415},"coords":"51.0218294,-0.1509862","bedrooms":"4","price":"254000","area":"584"} , +{"type":"Feature","id":"n7494237283","geometry":{"type":"Point","coordinates":[-0.1511505,51.021993]},"properties":{"@type":"node","@id":7494237283,"@timestamp":1588862415},"coords":"51.021993,-0.1511505","bedrooms":"1","price":"150000","area":"528"} , +{"type":"Feature","id":"n7494281591","geometry":{"type":"Point","coordinates":[-0.1515099,51.0232575]},"properties":{"@type":"node","@id":7494281591,"@timestamp":1588862415},"coords":"51.0232575,-0.1515099","bedrooms":"2","price":"294000","area":"508"} , +{"type":"Feature","id":"n7494281601","geometry":{"type":"Point","coordinates":[-0.1476771,51.0261154]},"properties":{"@type":"node","@id":7494281601,"@timestamp":1588862415},"coords":"51.0261154,-0.1476771","bedrooms":"4","price":"181000","area":"464"} , +{"type":"Feature","id":"n7494281611","geometry":{"type":"Point","coordinates":[-0.1501983,51.0260311]},"properties":{"@type":"node","@id":7494281611,"@timestamp":1588862415},"coords":"51.0260311,-0.1501983","bedrooms":"1","price":"207000","area":"367"} , +{"type":"Feature","id":"n7494281621","geometry":{"type":"Point","coordinates":[-0.1484817,51.0221305]},"properties":{"@type":"node","@id":7494281621,"@timestamp":1588862415},"coords":"51.0221305,-0.1484817","bedrooms":"3","price":"164000","area":"485"} , +{"type":"Feature","id":"n7494281631","geometry":{"type":"Point","coordinates":[-0.1479909,51.0227396]},"properties":{"@type":"node","@id":7494281631,"@timestamp":1588862415},"coords":"51.0227396,-0.1479909","bedrooms":"3","price":"271000","area":"665"} , +{"type":"Feature","id":"n7494281641","geometry":{"type":"Point","coordinates":[-0.1502845,51.0197248]},"properties":{"@type":"node","@id":7494281641,"@timestamp":1588862415},"coords":"51.0197248,-0.1502845","bedrooms":"1","price":"158000","area":"660"} , +{"type":"Feature","id":"n7494281651","geometry":{"type":"Point","coordinates":[-0.1497621,51.0200644]},"properties":{"@type":"node","@id":7494281651,"@timestamp":1588862415},"coords":"51.0200644,-0.1497621","bedrooms":"4","price":"218000","area":"610"} , +{"type":"Feature","id":"n7494321936","geometry":{"type":"Point","coordinates":[-0.1501348,51.0215401]},"properties":{"@type":"node","@id":7494321936,"@timestamp":1588862415},"coords":"51.0215401,-0.1501348","bedrooms":"2","price":"293000","area":"448"} , +{"type":"Feature","id":"n7494329144","geometry":{"type":"Point","coordinates":[-0.3370646,51.5136736]},"properties":{"@type":"node","@id":7494329144,"@timestamp":1588861633},"coords":"51.5136736,-0.3370646","bedrooms":"1","price":"186000","area":"637"} , +{"type":"Feature","id":"n7494447641","geometry":{"type":"Point","coordinates":[-0.194719,51.5067291]},"properties":{"@type":"node","@id":7494447641,"@timestamp":1588862544},"coords":"51.5067291,-0.194719","bedrooms":"4","price":"230000","area":"678"} , +{"type":"Feature","id":"n7494736269","geometry":{"type":"Point","coordinates":[-0.1885521,50.965181]},"properties":{"@type":"node","@id":7494736269,"@timestamp":1588869335},"coords":"50.965181,-0.1885521","bedrooms":"2","price":"163000","area":"389"} , +{"type":"Feature","id":"n7494845532","geometry":{"type":"Point","coordinates":[0.3451467,51.4699626]},"properties":{"@type":"node","@id":7494845532,"@timestamp":1589739181},"coords":"51.4699626,0.3451467","bedrooms":"1","price":"280000","area":"440"} , +{"type":"Feature","id":"n7494953797","geometry":{"type":"Point","coordinates":[0.0581932,51.515286]},"properties":{"@type":"node","@id":7494953797,"@timestamp":1588874600},"coords":"51.515286,0.0581932","bedrooms":"0","price":"197000","area":"562"} , +{"type":"Feature","id":"n7495030022","geometry":{"type":"Point","coordinates":[-0.4116252,51.4468645]},"properties":{"@type":"node","@id":7495030022,"@timestamp":1588876530},"coords":"51.4468645,-0.4116252","bedrooms":"0","price":"159000","area":"675"} , +{"type":"Feature","id":"n7495201011","geometry":{"type":"Point","coordinates":[-0.0695872,51.4845565]},"properties":{"@type":"node","@id":7495201011,"@timestamp":1588882422},"coords":"51.4845565,-0.0695872","bedrooms":"4","price":"196000","area":"435"} , +{"type":"Feature","id":"n7495322127","geometry":{"type":"Point","coordinates":[-0.0116513,51.5420361]},"properties":{"@type":"node","@id":7495322127,"@timestamp":1594925163},"coords":"51.5420361,-0.0116513","bedrooms":"4","price":"273000","area":"653"} , +{"type":"Feature","id":"n7495322137","geometry":{"type":"Point","coordinates":[-0.0121605,51.5423724]},"properties":{"@type":"node","@id":7495322137,"@timestamp":1588886734},"coords":"51.5423724,-0.0121605","bedrooms":"2","price":"151000","area":"628"} , +{"type":"Feature","id":"n7495376057","geometry":{"type":"Point","coordinates":[-0.4712157,51.6410922]},"properties":{"@type":"node","@id":7495376057,"@timestamp":1588888349},"coords":"51.6410922,-0.4712157","bedrooms":"0","price":"230000","area":"461"} , +{"type":"Feature","id":"n7495525750","geometry":{"type":"Point","coordinates":[-0.5261373,51.6453]},"properties":{"@type":"node","@id":7495525750,"@timestamp":1605978774},"coords":"51.6453,-0.5261373","bedrooms":"0","price":"297000","area":"529"} , +{"type":"Feature","id":"n7495601197","geometry":{"type":"Point","coordinates":[-0.4130364,51.6695914]},"properties":{"@type":"node","@id":7495601197,"@timestamp":1588894814},"coords":"51.6695914,-0.4130364","bedrooms":"3","price":"196000","area":"550"} , +{"type":"Feature","id":"n7495645563","geometry":{"type":"Point","coordinates":[-0.0099648,51.5523258]},"properties":{"@type":"node","@id":7495645563,"@timestamp":1635384824},"coords":"51.5523258,-0.0099648","bedrooms":"4","price":"160000","area":"405"} , +{"type":"Feature","id":"n7496690764","geometry":{"type":"Point","coordinates":[-0.1284798,51.5072534]},"properties":{"@type":"node","@id":7496690764,"@timestamp":1616005300},"coords":"51.5072534,-0.1284798","bedrooms":"3","price":"231000","area":"445"} , +{"type":"Feature","id":"n7498026986","geometry":{"type":"Point","coordinates":[-0.8389529,51.2907598]},"properties":{"@type":"node","@id":7498026986,"@timestamp":1588945669},"coords":"51.2907598,-0.8389529","bedrooms":"4","price":"172000","area":"389"} , +{"type":"Feature","id":"n7498036385","geometry":{"type":"Point","coordinates":[-0.1303715,51.0588708]},"properties":{"@type":"node","@id":7498036385,"@timestamp":1635524798},"coords":"51.0588708,-0.1303715","bedrooms":"0","price":"179000","area":"601"} , +{"type":"Feature","id":"n7498318162","geometry":{"type":"Point","coordinates":[0.3895506,51.0959933]},"properties":{"@type":"node","@id":7498318162,"@timestamp":1588949618},"coords":"51.0959933,0.3895506","bedrooms":"4","price":"190000","area":"596"} , +{"type":"Feature","id":"n7498691568","geometry":{"type":"Point","coordinates":[-0.1276521,50.9977404]},"properties":{"@type":"node","@id":7498691568,"@timestamp":1588954713},"coords":"50.9977404,-0.1276521","bedrooms":"2","price":"221000","area":"416"} , +{"type":"Feature","id":"n7498780125","geometry":{"type":"Point","coordinates":[0.0101988,51.5343119]},"properties":{"@type":"node","@id":7498780125,"@timestamp":1616875689},"coords":"51.5343119,0.0101988","bedrooms":"2","price":"294000","area":"445"} , +{"type":"Feature","id":"n7498867561","geometry":{"type":"Point","coordinates":[-0.6470626,51.9162301]},"properties":{"@type":"node","@id":7498867561,"@timestamp":1613029580},"coords":"51.9162301,-0.6470626","bedrooms":"3","price":"245000","area":"523"} , +{"type":"Feature","id":"n7498934496","geometry":{"type":"Point","coordinates":[-0.5582978,51.2333835]},"properties":{"@type":"node","@id":7498934496,"@timestamp":1612366835},"coords":"51.2333835,-0.5582978","bedrooms":"4","price":"206000","area":"554"} , +{"type":"Feature","id":"n7499042926","geometry":{"type":"Point","coordinates":[-0.1590492,51.0253013]},"properties":{"@type":"node","@id":7499042926,"@timestamp":1588963708},"coords":"51.0253013,-0.1590492","bedrooms":"3","price":"205000","area":"664"} , +{"type":"Feature","id":"n7499042936","geometry":{"type":"Point","coordinates":[-0.1694941,51.0253337]},"properties":{"@type":"node","@id":7499042936,"@timestamp":1588963708},"coords":"51.0253337,-0.1694941","bedrooms":"4","price":"162000","area":"489"} , +{"type":"Feature","id":"n7499064174","geometry":{"type":"Point","coordinates":[0.6366894,51.1176055]},"properties":{"@type":"node","@id":7499064174,"@timestamp":1588963431},"coords":"51.1176055,0.6366894","bedrooms":"3","price":"263000","area":"540"} , +{"type":"Feature","id":"n7499064184","geometry":{"type":"Point","coordinates":[0.637655,51.1162315]},"properties":{"@type":"node","@id":7499064184,"@timestamp":1588963431},"coords":"51.1162315,0.637655","bedrooms":"1","price":"163000","area":"688"} , +{"type":"Feature","id":"n7499067393","geometry":{"type":"Point","coordinates":[0.6412626,51.1171727]},"properties":{"@type":"node","@id":7499067393,"@timestamp":1588963431},"coords":"51.1171727,0.6412626","bedrooms":"0","price":"292000","area":"681"} , +{"type":"Feature","id":"n7499067438","geometry":{"type":"Point","coordinates":[0.7743855,51.1371469]},"properties":{"@type":"node","@id":7499067438,"@timestamp":1588963431},"coords":"51.1371469,0.7743855","bedrooms":"2","price":"168000","area":"550"} , +{"type":"Feature","id":"n7499067448","geometry":{"type":"Point","coordinates":[0.8433424,51.1581221]},"properties":{"@type":"node","@id":7499067448,"@timestamp":1588963431},"coords":"51.1581221,0.8433424","bedrooms":"4","price":"250000","area":"468"} , +{"type":"Feature","id":"n7499067458","geometry":{"type":"Point","coordinates":[0.8475668,51.1497674]},"properties":{"@type":"node","@id":7499067458,"@timestamp":1588963431},"coords":"51.1497674,0.8475668","bedrooms":"2","price":"278000","area":"508"} , +{"type":"Feature","id":"n7499067469","geometry":{"type":"Point","coordinates":[0.8436884,51.1543739]},"properties":{"@type":"node","@id":7499067469,"@timestamp":1588963431},"coords":"51.1543739,0.8436884","bedrooms":"1","price":"176000","area":"430"} , +{"type":"Feature","id":"n7499067481","geometry":{"type":"Point","coordinates":[0.8485673,51.1552252]},"properties":{"@type":"node","@id":7499067481,"@timestamp":1588963431},"coords":"51.1552252,0.8485673","bedrooms":"4","price":"199000","area":"654"} , +{"type":"Feature","id":"n7499078574","geometry":{"type":"Point","coordinates":[0.8864428,51.1641373]},"properties":{"@type":"node","@id":7499078574,"@timestamp":1588964423},"coords":"51.1641373,0.8864428","bedrooms":"0","price":"280000","area":"633"} , +{"type":"Feature","id":"n7499078584","geometry":{"type":"Point","coordinates":[0.8643146,51.1753548]},"properties":{"@type":"node","@id":7499078584,"@timestamp":1588964423},"coords":"51.1753548,0.8643146","bedrooms":"4","price":"223000","area":"548"} , +{"type":"Feature","id":"n7499115848","geometry":{"type":"Point","coordinates":[0.8931966,51.1681083]},"properties":{"@type":"node","@id":7499115848,"@timestamp":1588964823},"coords":"51.1681083,0.8931966","bedrooms":"4","price":"154000","area":"411"} , +{"type":"Feature","id":"n7499115872","geometry":{"type":"Point","coordinates":[0.8845705,51.1726378]},"properties":{"@type":"node","@id":7499115872,"@timestamp":1588964823},"coords":"51.1726378,0.8845705","bedrooms":"3","price":"232000","area":"496"} , +{"type":"Feature","id":"n7499122428","geometry":{"type":"Point","coordinates":[0.7929849,51.2126967]},"properties":{"@type":"node","@id":7499122428,"@timestamp":1588965504},"coords":"51.2126967,0.7929849","bedrooms":"3","price":"201000","area":"675"} , +{"type":"Feature","id":"n7499122438","geometry":{"type":"Point","coordinates":[0.7898387,51.2102183]},"properties":{"@type":"node","@id":7499122438,"@timestamp":1588965504},"coords":"51.2102183,0.7898387","bedrooms":"3","price":"283000","area":"366"} , +{"type":"Feature","id":"n7499154665","geometry":{"type":"Point","coordinates":[0.7877066,51.0356051]},"properties":{"@type":"node","@id":7499154665,"@timestamp":1588966049},"coords":"51.0356051,0.7877066","bedrooms":"3","price":"163000","area":"404"} , +{"type":"Feature","id":"n7499281443","geometry":{"type":"Point","coordinates":[-0.6325812,51.9208203]},"properties":{"@type":"node","@id":7499281443,"@timestamp":1589022599},"coords":"51.9208203,-0.6325812","bedrooms":"3","price":"203000","area":"369"} , +{"type":"Feature","id":"n7499632489","geometry":{"type":"Point","coordinates":[-0.01036,51.5516729]},"properties":{"@type":"node","@id":7499632489,"@timestamp":1589498134},"coords":"51.5516729,-0.01036","bedrooms":"4","price":"268000","area":"578"} , +{"type":"Feature","id":"n7499632590","geometry":{"type":"Point","coordinates":[-0.0104962,51.5519609]},"properties":{"@type":"node","@id":7499632590,"@timestamp":1589498137},"coords":"51.5519609,-0.0104962","bedrooms":"0","price":"207000","area":"417"} , +{"type":"Feature","id":"n7499904907","geometry":{"type":"Point","coordinates":[0.1120146,51.5080221]},"properties":{"@type":"node","@id":7499904907,"@timestamp":1588994012},"coords":"51.5080221,0.1120146","bedrooms":"3","price":"225000","area":"523"} , +{"type":"Feature","id":"n7499904974","geometry":{"type":"Point","coordinates":[0.1119113,51.5083969]},"properties":{"@type":"node","@id":7499904974,"@timestamp":1588994012},"coords":"51.5083969,0.1119113","bedrooms":"0","price":"158000","area":"687"} , +{"type":"Feature","id":"n7499960415","geometry":{"type":"Point","coordinates":[-0.1956437,51.5063894]},"properties":{"@type":"node","@id":7499960415,"@timestamp":1588999492},"coords":"51.5063894,-0.1956437","bedrooms":"0","price":"153000","area":"690"} , +{"type":"Feature","id":"n7499960425","geometry":{"type":"Point","coordinates":[-0.1963411,51.5062122]},"properties":{"@type":"node","@id":7499960425,"@timestamp":1588999492},"coords":"51.5062122,-0.1963411","bedrooms":"3","price":"176000","area":"384"} , +{"type":"Feature","id":"n7499966187","geometry":{"type":"Point","coordinates":[-0.197705,51.5058675]},"properties":{"@type":"node","@id":7499966187,"@timestamp":1588999492},"coords":"51.5058675,-0.197705","bedrooms":"1","price":"194000","area":"482"} , +{"type":"Feature","id":"n7499996604","geometry":{"type":"Point","coordinates":[-0.198657,51.50629]},"properties":{"@type":"node","@id":7499996604,"@timestamp":1589001070},"coords":"51.50629,-0.198657","bedrooms":"0","price":"297000","area":"647"} , +{"type":"Feature","id":"n7500495143","geometry":{"type":"Point","coordinates":[0.0017835,51.5523013]},"properties":{"@type":"node","@id":7500495143,"@timestamp":1617651393},"coords":"51.5523013,0.0017835","bedrooms":"2","price":"245000","area":"473"} , +{"type":"Feature","id":"n7500605306","geometry":{"type":"Point","coordinates":[-0.1977419,51.505529]},"properties":{"@type":"node","@id":7500605306,"@timestamp":1589021622},"coords":"51.505529,-0.1977419","bedrooms":"0","price":"277000","area":"470"} , +{"type":"Feature","id":"n7500605456","geometry":{"type":"Point","coordinates":[-0.195585,51.5061042]},"properties":{"@type":"node","@id":7500605456,"@timestamp":1602768473},"coords":"51.5061042,-0.195585","bedrooms":"3","price":"256000","area":"478"} , +{"type":"Feature","id":"n7500650938","geometry":{"type":"Point","coordinates":[2.7e-06,51.4529289]},"properties":{"@type":"node","@id":7500650938,"@timestamp":1589023044},"coords":"51.4529289,2.7e-06","bedrooms":"3","price":"157000","area":"483"} , +{"type":"Feature","id":"n7500705620","geometry":{"type":"Point","coordinates":[-0.2154424,51.3229851]},"properties":{"@type":"node","@id":7500705620,"@timestamp":1589024892},"coords":"51.3229851,-0.2154424","bedrooms":"1","price":"157000","area":"564"} , +{"type":"Feature","id":"n7500729349","geometry":{"type":"Point","coordinates":[0.0464007,51.4935219]},"properties":{"@type":"node","@id":7500729349,"@timestamp":1589026760},"coords":"51.4935219,0.0464007","bedrooms":"4","price":"248000","area":"685"} , +{"type":"Feature","id":"n7500729616","geometry":{"type":"Point","coordinates":[0.0610661,51.4944272]},"properties":{"@type":"node","@id":7500729616,"@timestamp":1631865995},"coords":"51.4944272,0.0610661","bedrooms":"4","price":"192000","area":"627"} , +{"type":"Feature","id":"n7500741518","geometry":{"type":"Point","coordinates":[0.0531785,51.4945097]},"properties":{"@type":"node","@id":7500741518,"@timestamp":1589026256},"coords":"51.4945097,0.0531785","bedrooms":"3","price":"217000","area":"536"} , +{"type":"Feature","id":"n7500806405","geometry":{"type":"Point","coordinates":[0.0466022,51.4890716]},"properties":{"@type":"node","@id":7500806405,"@timestamp":1589028117},"coords":"51.4890716,0.0466022","bedrooms":"1","price":"200000","area":"487"} , +{"type":"Feature","id":"n7500877192","geometry":{"type":"Point","coordinates":[0.0450805,51.481431]},"properties":{"@type":"node","@id":7500877192,"@timestamp":1589030536},"coords":"51.481431,0.0450805","bedrooms":"1","price":"237000","area":"547"} , +{"type":"Feature","id":"n7500935635","geometry":{"type":"Point","coordinates":[0.0550534,51.4712762]},"properties":{"@type":"node","@id":7500935635,"@timestamp":1589032479},"coords":"51.4712762,0.0550534","bedrooms":"3","price":"218000","area":"512"} , +{"type":"Feature","id":"n7500995960","geometry":{"type":"Point","coordinates":[-0.0535952,51.4174859]},"properties":{"@type":"node","@id":7500995960,"@timestamp":1589034210},"coords":"51.4174859,-0.0535952","bedrooms":"0","price":"168000","area":"362"} , +{"type":"Feature","id":"n7501264402","geometry":{"type":"Point","coordinates":[0.031951,51.663076]},"properties":{"@type":"node","@id":7501264402,"@timestamp":1589037952},"coords":"51.663076,0.031951","bedrooms":"0","price":"268000","area":"693"} , +{"type":"Feature","id":"n7501619484","geometry":{"type":"Point","coordinates":[-0.6317994,51.920062]},"properties":{"@type":"node","@id":7501619484,"@timestamp":1589046221},"coords":"51.920062,-0.6317994","bedrooms":"3","price":"161000","area":"459"} , +{"type":"Feature","id":"n7501626493","geometry":{"type":"Point","coordinates":[-0.6314601,51.9210621]},"properties":{"@type":"node","@id":7501626493,"@timestamp":1589046221},"coords":"51.9210621,-0.6314601","bedrooms":"0","price":"225000","area":"515"} , +{"type":"Feature","id":"n7501820692","geometry":{"type":"Point","coordinates":[-0.1890807,51.5436876]},"properties":{"@type":"node","@id":7501820692,"@timestamp":1589053995},"coords":"51.5436876,-0.1890807","bedrooms":"2","price":"259000","area":"496"} , +{"type":"Feature","id":"n7501824504","geometry":{"type":"Point","coordinates":[-0.0206998,51.5440068]},"properties":{"@type":"node","@id":7501824504,"@timestamp":1620731580},"coords":"51.5440068,-0.0206998","bedrooms":"4","price":"172000","area":"440"} , +{"type":"Feature","id":"n7502069767","geometry":{"type":"Point","coordinates":[-0.0120975,51.5510441]},"properties":{"@type":"node","@id":7502069767,"@timestamp":1589498141},"coords":"51.5510441,-0.0120975","bedrooms":"3","price":"221000","area":"650"} , +{"type":"Feature","id":"n7502447782","geometry":{"type":"Point","coordinates":[-0.1347925,51.4011318]},"properties":{"@type":"node","@id":7502447782,"@timestamp":1602662932},"coords":"51.4011318,-0.1347925","bedrooms":"1","price":"298000","area":"489"} , +{"type":"Feature","id":"n7502567494","geometry":{"type":"Point","coordinates":[-0.1950636,51.5058084]},"properties":{"@type":"node","@id":7502567494,"@timestamp":1589092009},"coords":"51.5058084,-0.1950636","bedrooms":"2","price":"234000","area":"512"} , +{"type":"Feature","id":"n7502567529","geometry":{"type":"Point","coordinates":[-0.1959464,51.5055861]},"properties":{"@type":"node","@id":7502567529,"@timestamp":1589092009},"coords":"51.5055861,-0.1959464","bedrooms":"1","price":"190000","area":"675"} , +{"type":"Feature","id":"n7502567587","geometry":{"type":"Point","coordinates":[-0.1967966,51.5052821]},"properties":{"@type":"node","@id":7502567587,"@timestamp":1589092009},"coords":"51.5052821,-0.1967966","bedrooms":"4","price":"225000","area":"623"} , +{"type":"Feature","id":"n7502619928","geometry":{"type":"Point","coordinates":[0.5359915,51.0966102]},"properties":{"@type":"node","@id":7502619928,"@timestamp":1595284039},"coords":"51.0966102,0.5359915","bedrooms":"2","price":"155000","area":"626"} , +{"type":"Feature","id":"n7502761383","geometry":{"type":"Point","coordinates":[0.53669,51.0963221]},"properties":{"@type":"node","@id":7502761383,"@timestamp":1589100026},"coords":"51.0963221,0.53669","bedrooms":"3","price":"218000","area":"380"} , +{"type":"Feature","id":"n7502976736","geometry":{"type":"Point","coordinates":[-0.2123073,51.4034332]},"properties":{"@type":"node","@id":7502976736,"@timestamp":1607185844},"coords":"51.4034332,-0.2123073","bedrooms":"1","price":"282000","area":"637"} , +{"type":"Feature","id":"n7503183888","geometry":{"type":"Point","coordinates":[-0.2130923,51.4034221]},"properties":{"@type":"node","@id":7503183888,"@timestamp":1589111153},"coords":"51.4034221,-0.2130923","bedrooms":"2","price":"224000","area":"685"} , +{"type":"Feature","id":"n7503207875","geometry":{"type":"Point","coordinates":[0.1618664,51.8528439]},"properties":{"@type":"node","@id":7503207875,"@timestamp":1620602693},"coords":"51.8528439,0.1618664","bedrooms":"0","price":"216000","area":"383"} , +{"type":"Feature","id":"n7503227781","geometry":{"type":"Point","coordinates":[-0.1444862,51.5148436]},"properties":{"@type":"node","@id":7503227781,"@timestamp":1589112701},"coords":"51.5148436,-0.1444862","bedrooms":"2","price":"235000","area":"601"} , +{"type":"Feature","id":"n7503229421","geometry":{"type":"Point","coordinates":[-0.1459579,51.5146432]},"properties":{"@type":"node","@id":7503229421,"@timestamp":1589112701},"coords":"51.5146432,-0.1459579","bedrooms":"0","price":"158000","area":"697"} , +{"type":"Feature","id":"n7503229443","geometry":{"type":"Point","coordinates":[-0.1479745,51.5144329]},"properties":{"@type":"node","@id":7503229443,"@timestamp":1589112701},"coords":"51.5144329,-0.1479745","bedrooms":"2","price":"232000","area":"494"} , +{"type":"Feature","id":"n7503229480","geometry":{"type":"Point","coordinates":[-0.1472285,51.5148925]},"properties":{"@type":"node","@id":7503229480,"@timestamp":1611805851},"coords":"51.5148925,-0.1472285","bedrooms":"3","price":"186000","area":"478"} , +{"type":"Feature","id":"n7503249497","geometry":{"type":"Point","coordinates":[-0.1627028,51.9543643]},"properties":{"@type":"node","@id":7503249497,"@timestamp":1589113322},"coords":"51.9543643,-0.1627028","bedrooms":"4","price":"181000","area":"488"} , +{"type":"Feature","id":"n7503260446","geometry":{"type":"Point","coordinates":[-0.1966711,51.5039953]},"properties":{"@type":"node","@id":7503260446,"@timestamp":1589113990},"coords":"51.5039953,-0.1966711","bedrooms":"1","price":"237000","area":"362"} , +{"type":"Feature","id":"n7503296466","geometry":{"type":"Point","coordinates":[-0.0234882,51.6824973]},"properties":{"@type":"node","@id":7503296466,"@timestamp":1589114870},"coords":"51.6824973,-0.0234882","bedrooms":"0","price":"208000","area":"656"} , +{"type":"Feature","id":"n7503747554","geometry":{"type":"Point","coordinates":[-0.1367077,51.4540623]},"properties":{"@type":"node","@id":7503747554,"@timestamp":1599606013},"coords":"51.4540623,-0.1367077","bedrooms":"3","price":"195000","area":"640"} , +{"type":"Feature","id":"n7503850589","geometry":{"type":"Point","coordinates":[0.1631476,51.3846311]},"properties":{"@type":"node","@id":7503850589,"@timestamp":1606238667},"coords":"51.3846311,0.1631476","bedrooms":"2","price":"278000","area":"365"} , +{"type":"Feature","id":"n7503850621","geometry":{"type":"Point","coordinates":[0.1625671,51.3844941]},"properties":{"@type":"node","@id":7503850621,"@timestamp":1606238667},"coords":"51.3844941,0.1625671","bedrooms":"0","price":"198000","area":"356"} , +{"type":"Feature","id":"n7503850651","geometry":{"type":"Point","coordinates":[0.1625815,51.3847739]},"properties":{"@type":"node","@id":7503850651,"@timestamp":1606238667},"coords":"51.3847739,0.1625815","bedrooms":"4","price":"299000","area":"562"} , +{"type":"Feature","id":"n7503896552","geometry":{"type":"Point","coordinates":[0.5238488,51.8787115]},"properties":{"@type":"node","@id":7503896552,"@timestamp":1589129571},"coords":"51.8787115,0.5238488","bedrooms":"1","price":"225000","area":"411"} , +{"type":"Feature","id":"n7503959344","geometry":{"type":"Point","coordinates":[-0.858166,51.1722484]},"properties":{"@type":"node","@id":7503959344,"@timestamp":1589130828},"coords":"51.1722484,-0.858166","bedrooms":"4","price":"161000","area":"691"} , +{"type":"Feature","id":"n7503988630","geometry":{"type":"Point","coordinates":[-0.1321424,51.455775]},"properties":{"@type":"node","@id":7503988630,"@timestamp":1618580731},"coords":"51.455775,-0.1321424","bedrooms":"1","price":"214000","area":"510"} , +{"type":"Feature","id":"n7503998720","geometry":{"type":"Point","coordinates":[-0.2122122,51.7362397]},"properties":{"@type":"node","@id":7503998720,"@timestamp":1589131435},"coords":"51.7362397,-0.2122122","bedrooms":"4","price":"154000","area":"480"} , +{"type":"Feature","id":"n7504000568","geometry":{"type":"Point","coordinates":[0.4909837,51.8769116]},"properties":{"@type":"node","@id":7504000568,"@timestamp":1589132116},"coords":"51.8769116,0.4909837","bedrooms":"4","price":"242000","area":"422"} , +{"type":"Feature","id":"n7504000578","geometry":{"type":"Point","coordinates":[0.5028123,51.8769828]},"properties":{"@type":"node","@id":7504000578,"@timestamp":1589132116},"coords":"51.8769828,0.5028123","bedrooms":"1","price":"167000","area":"357"} , +{"type":"Feature","id":"n7504066516","geometry":{"type":"Point","coordinates":[0.5121732,51.8789549]},"properties":{"@type":"node","@id":7504066516,"@timestamp":1589133020},"coords":"51.8789549,0.5121732","bedrooms":"1","price":"285000","area":"529"} , +{"type":"Feature","id":"n7504066610","geometry":{"type":"Point","coordinates":[-0.8976875,51.389356]},"properties":{"@type":"node","@id":7504066610,"@timestamp":1589133215},"coords":"51.389356,-0.8976875","bedrooms":"1","price":"264000","area":"359"} , +{"type":"Feature","id":"n7504098835","geometry":{"type":"Point","coordinates":[0.4987568,51.8717068]},"properties":{"@type":"node","@id":7504098835,"@timestamp":1590075941},"coords":"51.8717068,0.4987568","bedrooms":"1","price":"215000","area":"467"} , +{"type":"Feature","id":"n7504141093","geometry":{"type":"Point","coordinates":[0.81123,51.9219552]},"properties":{"@type":"node","@id":7504141093,"@timestamp":1589134867},"coords":"51.9219552,0.81123","bedrooms":"1","price":"229000","area":"662"} , +{"type":"Feature","id":"n7504219633","geometry":{"type":"Point","coordinates":[0.058549,51.6506971]},"properties":{"@type":"node","@id":7504219633,"@timestamp":1617880048},"coords":"51.6506971,0.058549","bedrooms":"2","price":"234000","area":"466"} , +{"type":"Feature","id":"n7504375838","geometry":{"type":"Point","coordinates":[0.040471,51.3992901]},"properties":{"@type":"node","@id":7504375838,"@timestamp":1589142158},"coords":"51.3992901,0.040471","bedrooms":"2","price":"249000","area":"639"} , +{"type":"Feature","id":"n7504573196","geometry":{"type":"Point","coordinates":[-0.6378025,51.9205044]},"properties":{"@type":"node","@id":7504573196,"@timestamp":1589148507},"coords":"51.9205044,-0.6378025","bedrooms":"3","price":"234000","area":"667"} , +{"type":"Feature","id":"n7504573206","geometry":{"type":"Point","coordinates":[-0.6360698,51.920554]},"properties":{"@type":"node","@id":7504573206,"@timestamp":1589148507},"coords":"51.920554,-0.6360698","bedrooms":"3","price":"200000","area":"686"} , +{"type":"Feature","id":"n7504694184","geometry":{"type":"Point","coordinates":[-0.0062025,51.4898512]},"properties":{"@type":"node","@id":7504694184,"@timestamp":1622634855},"coords":"51.4898512,-0.0062025","bedrooms":"4","price":"151000","area":"458"} , +{"type":"Feature","id":"n7504982863","geometry":{"type":"Point","coordinates":[-0.016313,51.5501119]},"properties":{"@type":"node","@id":7504982863,"@timestamp":1629479395},"coords":"51.5501119,-0.016313","bedrooms":"4","price":"170000","area":"524"} , +{"type":"Feature","id":"n7505293186","geometry":{"type":"Point","coordinates":[-0.1970003,51.5044721]},"properties":{"@type":"node","@id":7505293186,"@timestamp":1589174734},"coords":"51.5044721,-0.1970003","bedrooms":"3","price":"247000","area":"496"} , +{"type":"Feature","id":"n7505717691","geometry":{"type":"Point","coordinates":[-0.1952127,51.5054716]},"properties":{"@type":"node","@id":7505717691,"@timestamp":1589183271},"coords":"51.5054716,-0.1952127","bedrooms":"3","price":"294000","area":"360"} , +{"type":"Feature","id":"n7505717744","geometry":{"type":"Point","coordinates":[-0.1941357,51.505245]},"properties":{"@type":"node","@id":7505717744,"@timestamp":1589183271},"coords":"51.505245,-0.1941357","bedrooms":"4","price":"239000","area":"472"} , +{"type":"Feature","id":"n7506117187","geometry":{"type":"Point","coordinates":[-0.1938118,51.504658]},"properties":{"@type":"node","@id":7506117187,"@timestamp":1589189876},"coords":"51.504658,-0.1938118","bedrooms":"3","price":"239000","area":"474"} , +{"type":"Feature","id":"n7506117197","geometry":{"type":"Point","coordinates":[-0.1937096,51.5045348]},"properties":{"@type":"node","@id":7506117197,"@timestamp":1589189876},"coords":"51.5045348,-0.1937096","bedrooms":"2","price":"243000","area":"633"} , +{"type":"Feature","id":"n7506117207","geometry":{"type":"Point","coordinates":[-0.1947519,51.5045182]},"properties":{"@type":"node","@id":7506117207,"@timestamp":1589189876},"coords":"51.5045182,-0.1947519","bedrooms":"2","price":"215000","area":"549"} , +{"type":"Feature","id":"n7506117217","geometry":{"type":"Point","coordinates":[-0.1954529,51.5043222]},"properties":{"@type":"node","@id":7506117217,"@timestamp":1589189876},"coords":"51.5043222,-0.1954529","bedrooms":"2","price":"212000","area":"370"} , +{"type":"Feature","id":"n7506117271","geometry":{"type":"Point","coordinates":[-0.1950645,51.5041559]},"properties":{"@type":"node","@id":7506117271,"@timestamp":1589189876},"coords":"51.5041559,-0.1950645","bedrooms":"0","price":"162000","area":"682"} , +{"type":"Feature","id":"n7506117281","geometry":{"type":"Point","coordinates":[-0.1943226,51.5043629]},"properties":{"@type":"node","@id":7506117281,"@timestamp":1589189876},"coords":"51.5043629,-0.1943226","bedrooms":"2","price":"236000","area":"623"} , +{"type":"Feature","id":"n7506551323","geometry":{"type":"Point","coordinates":[0.5231327,51.8684377]},"properties":{"@type":"node","@id":7506551323,"@timestamp":1589195090},"coords":"51.8684377,0.5231327","bedrooms":"4","price":"196000","area":"507"} , +{"type":"Feature","id":"n7506582727","geometry":{"type":"Point","coordinates":[-0.196716,51.5036422]},"properties":{"@type":"node","@id":7506582727,"@timestamp":1589195455},"coords":"51.5036422,-0.196716","bedrooms":"3","price":"210000","area":"572"} , +{"type":"Feature","id":"n7506582747","geometry":{"type":"Point","coordinates":[-0.195555,51.5034948]},"properties":{"@type":"node","@id":7506582747,"@timestamp":1589195455},"coords":"51.5034948,-0.195555","bedrooms":"0","price":"226000","area":"508"} , +{"type":"Feature","id":"n7506700072","geometry":{"type":"Point","coordinates":[-0.1952558,51.5036677]},"properties":{"@type":"node","@id":7506700072,"@timestamp":1589198466},"coords":"51.5036677,-0.1952558","bedrooms":"2","price":"259000","area":"468"} , +{"type":"Feature","id":"n7506768730","geometry":{"type":"Point","coordinates":[-0.1947246,51.5039155]},"properties":{"@type":"node","@id":7506768730,"@timestamp":1589198466},"coords":"51.5039155,-0.1947246","bedrooms":"1","price":"214000","area":"485"} , +{"type":"Feature","id":"n7506768780","geometry":{"type":"Point","coordinates":[-0.1951449,51.503867]},"properties":{"@type":"node","@id":7506768780,"@timestamp":1589198466},"coords":"51.503867,-0.1951449","bedrooms":"4","price":"290000","area":"470"} , +{"type":"Feature","id":"n7507226180","geometry":{"type":"Point","coordinates":[0.7045524,51.0176782]},"properties":{"@type":"node","@id":7507226180,"@timestamp":1589207660},"coords":"51.0176782,0.7045524","bedrooms":"3","price":"238000","area":"651"} , +{"type":"Feature","id":"n7507246821","geometry":{"type":"Point","coordinates":[0.4028249,51.8695887]},"properties":{"@type":"node","@id":7507246821,"@timestamp":1589207867},"coords":"51.8695887,0.4028249","bedrooms":"3","price":"214000","area":"458"} , +{"type":"Feature","id":"n7507246831","geometry":{"type":"Point","coordinates":[0.4188001,51.8697543]},"properties":{"@type":"node","@id":7507246831,"@timestamp":1589207867},"coords":"51.8697543,0.4188001","bedrooms":"2","price":"224000","area":"495"} , +{"type":"Feature","id":"n7507246841","geometry":{"type":"Point","coordinates":[0.4333806,51.8683698]},"properties":{"@type":"node","@id":7507246841,"@timestamp":1589207867},"coords":"51.8683698,0.4333806","bedrooms":"2","price":"195000","area":"696"} , +{"type":"Feature","id":"n7507246851","geometry":{"type":"Point","coordinates":[0.4503643,51.866538]},"properties":{"@type":"node","@id":7507246851,"@timestamp":1589207867},"coords":"51.866538,0.4503643","bedrooms":"2","price":"207000","area":"502"} , +{"type":"Feature","id":"n7507246861","geometry":{"type":"Point","coordinates":[0.4646659,51.8638018]},"properties":{"@type":"node","@id":7507246861,"@timestamp":1589207867},"coords":"51.8638018,0.4646659","bedrooms":"2","price":"153000","area":"450"} , +{"type":"Feature","id":"n7507246871","geometry":{"type":"Point","coordinates":[0.4817033,51.8609627]},"properties":{"@type":"node","@id":7507246871,"@timestamp":1589207867},"coords":"51.8609627,0.4817033","bedrooms":"1","price":"267000","area":"477"} , +{"type":"Feature","id":"n7507341126","geometry":{"type":"Point","coordinates":[0.0845398,50.9751125]},"properties":{"@type":"node","@id":7507341126,"@timestamp":1589209213},"coords":"50.9751125,0.0845398","bedrooms":"3","price":"217000","area":"396"} , +{"type":"Feature","id":"n7507479049","geometry":{"type":"Point","coordinates":[0.6949588,51.0719218]},"properties":{"@type":"node","@id":7507479049,"@timestamp":1589212372},"coords":"51.0719218,0.6949588","bedrooms":"4","price":"204000","area":"438"} , +{"type":"Feature","id":"n7507479061","geometry":{"type":"Point","coordinates":[0.6912357,51.0796159]},"properties":{"@type":"node","@id":7507479061,"@timestamp":1589212372},"coords":"51.0796159,0.6912357","bedrooms":"1","price":"246000","area":"483"} , +{"type":"Feature","id":"n7508070978","geometry":{"type":"Point","coordinates":[-0.1942639,51.5037992]},"properties":{"@type":"node","@id":7508070978,"@timestamp":1589217864},"coords":"51.5037992,-0.1942639","bedrooms":"2","price":"261000","area":"528"} , +{"type":"Feature","id":"n7508183707","geometry":{"type":"Point","coordinates":[0.0054663,51.1594641]},"properties":{"@type":"node","@id":7508183707,"@timestamp":1589218428},"coords":"51.1594641,0.0054663","bedrooms":"3","price":"166000","area":"458"} , +{"type":"Feature","id":"n7508322030","geometry":{"type":"Point","coordinates":[0.0026515,51.5746274]},"properties":{"@type":"node","@id":7508322030,"@timestamp":1589220729},"coords":"51.5746274,0.0026515","bedrooms":"3","price":"244000","area":"418"} , +{"type":"Feature","id":"n7508322043","geometry":{"type":"Point","coordinates":[0.0193944,51.5762157]},"properties":{"@type":"node","@id":7508322043,"@timestamp":1589220729},"coords":"51.5762157,0.0193944","bedrooms":"0","price":"284000","area":"449"} , +{"type":"Feature","id":"n7508322058","geometry":{"type":"Point","coordinates":[0.040217,51.5549295]},"properties":{"@type":"node","@id":7508322058,"@timestamp":1590931822},"coords":"51.5549295,0.040217","bedrooms":"0","price":"171000","area":"539"} , +{"type":"Feature","id":"n7508385108","geometry":{"type":"Point","coordinates":[-0.6310646,51.922615]},"properties":{"@type":"node","@id":7508385108,"@timestamp":1607878182},"coords":"51.922615,-0.6310646","bedrooms":"4","price":"258000","area":"525"} , +{"type":"Feature","id":"n7508385424","geometry":{"type":"Point","coordinates":[-0.631595,51.9223346]},"properties":{"@type":"node","@id":7508385424,"@timestamp":1607878182},"coords":"51.9223346,-0.631595","bedrooms":"3","price":"170000","area":"561"} , +{"type":"Feature","id":"n7508385598","geometry":{"type":"Point","coordinates":[-0.6310197,51.9213036]},"properties":{"@type":"node","@id":7508385598,"@timestamp":1607878182},"coords":"51.9213036,-0.6310197","bedrooms":"0","price":"204000","area":"440"} , +{"type":"Feature","id":"n7508385608","geometry":{"type":"Point","coordinates":[-0.6293198,51.9216278]},"properties":{"@type":"node","@id":7508385608,"@timestamp":1607878182},"coords":"51.9216278,-0.6293198","bedrooms":"3","price":"266000","area":"470"} , +{"type":"Feature","id":"n7508385618","geometry":{"type":"Point","coordinates":[-0.6307535,51.9213739]},"properties":{"@type":"node","@id":7508385618,"@timestamp":1607878182},"coords":"51.9213739,-0.6307535","bedrooms":"4","price":"218000","area":"650"} , +{"type":"Feature","id":"n7508437771","geometry":{"type":"Point","coordinates":[-0.0183634,51.4676396]},"properties":{"@type":"node","@id":7508437771,"@timestamp":1589223513},"coords":"51.4676396,-0.0183634","bedrooms":"4","price":"243000","area":"355"} , +{"type":"Feature","id":"n7508484408","geometry":{"type":"Point","coordinates":[-0.0743986,51.5773869]},"properties":{"@type":"node","@id":7508484408,"@timestamp":1633736098},"coords":"51.5773869,-0.0743986","bedrooms":"3","price":"183000","area":"513"} , +{"type":"Feature","id":"n7508495755","geometry":{"type":"Point","coordinates":[0.0804179,51.6473961]},"properties":{"@type":"node","@id":7508495755,"@timestamp":1617957661},"coords":"51.6473961,0.0804179","bedrooms":"1","price":"245000","area":"425"} , +{"type":"Feature","id":"n7508512943","geometry":{"type":"Point","coordinates":[0.1032901,51.4245456]},"properties":{"@type":"node","@id":7508512943,"@timestamp":1589225359},"coords":"51.4245456,0.1032901","bedrooms":"4","price":"277000","area":"539"} , +{"type":"Feature","id":"n7508519817","geometry":{"type":"Point","coordinates":[-0.6508675,51.9038453]},"properties":{"@type":"node","@id":7508519817,"@timestamp":1589225468},"coords":"51.9038453,-0.6508675","bedrooms":"3","price":"297000","area":"357"} , +{"type":"Feature","id":"n7508529798","geometry":{"type":"Point","coordinates":[0.1576469,51.0494746]},"properties":{"@type":"node","@id":7508529798,"@timestamp":1589225560},"coords":"51.0494746,0.1576469","bedrooms":"4","price":"212000","area":"459"} , +{"type":"Feature","id":"n7508566607","geometry":{"type":"Point","coordinates":[-0.1272269,51.5246166]},"properties":{"@type":"node","@id":7508566607,"@timestamp":1589578963},"coords":"51.5246166,-0.1272269","bedrooms":"2","price":"199000","area":"377"} , +{"type":"Feature","id":"n7508566651","geometry":{"type":"Point","coordinates":[-0.1265876,51.5248877]},"properties":{"@type":"node","@id":7508566651,"@timestamp":1589578963},"coords":"51.5248877,-0.1265876","bedrooms":"4","price":"273000","area":"466"} , +{"type":"Feature","id":"n7508608283","geometry":{"type":"Point","coordinates":[-0.0178186,51.4683689]},"properties":{"@type":"node","@id":7508608283,"@timestamp":1589228739},"coords":"51.4683689,-0.0178186","bedrooms":"3","price":"190000","area":"383"} , +{"type":"Feature","id":"n7508653507","geometry":{"type":"Point","coordinates":[-0.0614549,51.5372796]},"properties":{"@type":"node","@id":7508653507,"@timestamp":1589229412},"coords":"51.5372796,-0.0614549","bedrooms":"0","price":"233000","area":"366"} , +{"type":"Feature","id":"n7508813534","geometry":{"type":"Point","coordinates":[-0.7581422,51.2910249]},"properties":{"@type":"node","@id":7508813534,"@timestamp":1628260039},"coords":"51.2910249,-0.7581422","bedrooms":"4","price":"261000","area":"573"} , +{"type":"Feature","id":"n7508861947","geometry":{"type":"Point","coordinates":[-0.1253858,51.5243938]},"properties":{"@type":"node","@id":7508861947,"@timestamp":1589639889},"coords":"51.5243938,-0.1253858","bedrooms":"3","price":"256000","area":"388"} , +{"type":"Feature","id":"n7508878021","geometry":{"type":"Point","coordinates":[-0.1261414,51.5253536]},"properties":{"@type":"node","@id":7508878021,"@timestamp":1589639889},"coords":"51.5253536,-0.1261414","bedrooms":"2","price":"223000","area":"453"} , +{"type":"Feature","id":"n7508987803","geometry":{"type":"Point","coordinates":[0.0156149,51.4429073]},"properties":{"@type":"node","@id":7508987803,"@timestamp":1589243196},"coords":"51.4429073,0.0156149","bedrooms":"3","price":"260000","area":"577"} , +{"type":"Feature","id":"n7508991555","geometry":{"type":"Point","coordinates":[0.0183903,51.4418954]},"properties":{"@type":"node","@id":7508991555,"@timestamp":1589243764},"coords":"51.4418954,0.0183903","bedrooms":"0","price":"270000","area":"430"} , +{"type":"Feature","id":"n7509182774","geometry":{"type":"Point","coordinates":[-0.1931304,51.5041022]},"properties":{"@type":"node","@id":7509182774,"@timestamp":1589254362},"coords":"51.5041022,-0.1931304","bedrooms":"1","price":"195000","area":"534"} , +{"type":"Feature","id":"n7509212853","geometry":{"type":"Point","coordinates":[-0.0013357,51.0506887]},"properties":{"@type":"node","@id":7509212853,"@timestamp":1635502471},"coords":"51.0506887,-0.0013357","bedrooms":"1","price":"276000","area":"677"} , +{"type":"Feature","id":"n7509425989","geometry":{"type":"Point","coordinates":[0.146446,51.318863]},"properties":{"@type":"node","@id":7509425989,"@timestamp":1589260831},"coords":"51.318863,0.146446","bedrooms":"1","price":"245000","area":"438"} , +{"type":"Feature","id":"n7510108524","geometry":{"type":"Point","coordinates":[0.3610468,51.4432519]},"properties":{"@type":"node","@id":7510108524,"@timestamp":1589272859},"coords":"51.4432519,0.3610468","bedrooms":"4","price":"231000","area":"691"} , +{"type":"Feature","id":"n7510366926","geometry":{"type":"Point","coordinates":[0.5173713,51.5964533]},"properties":{"@type":"node","@id":7510366926,"@timestamp":1589276084},"coords":"51.5964533,0.5173713","bedrooms":"2","price":"163000","area":"663"} , +{"type":"Feature","id":"n7510653041","geometry":{"type":"Point","coordinates":[-0.5305678,51.3316004]},"properties":{"@type":"node","@id":7510653041,"@timestamp":1589280571},"coords":"51.3316004,-0.5305678","bedrooms":"0","price":"199000","area":"354"} , +{"type":"Feature","id":"n7510949582","geometry":{"type":"Point","coordinates":[0.5041227,51.7555396]},"properties":{"@type":"node","@id":7510949582,"@timestamp":1623432112},"coords":"51.7555396,0.5041227","bedrooms":"3","price":"234000","area":"561"} , +{"type":"Feature","id":"n7510954593","geometry":{"type":"Point","coordinates":[0.5023962,51.7574041]},"properties":{"@type":"node","@id":7510954593,"@timestamp":1617039627},"coords":"51.7574041,0.5023962","bedrooms":"1","price":"201000","area":"552"} , +{"type":"Feature","id":"n7510988041","geometry":{"type":"Point","coordinates":[0.0087184,51.5528524]},"properties":{"@type":"node","@id":7510988041,"@timestamp":1619608244},"coords":"51.5528524,0.0087184","bedrooms":"0","price":"234000","area":"398"} , +{"type":"Feature","id":"n7510988103","geometry":{"type":"Point","coordinates":[0.0062473,51.5519343]},"properties":{"@type":"node","@id":7510988103,"@timestamp":1619600980},"coords":"51.5519343,0.0062473","bedrooms":"0","price":"283000","area":"387"} , +{"type":"Feature","id":"n7511043451","geometry":{"type":"Point","coordinates":[-0.0214106,51.4666075]},"properties":{"@type":"node","@id":7511043451,"@timestamp":1589288095},"coords":"51.4666075,-0.0214106","bedrooms":"3","price":"240000","area":"697"} , +{"type":"Feature","id":"n7511075844","geometry":{"type":"Point","coordinates":[-0.0212517,51.4640995]},"properties":{"@type":"node","@id":7511075844,"@timestamp":1589288622},"coords":"51.4640995,-0.0212517","bedrooms":"3","price":"173000","area":"390"} , +{"type":"Feature","id":"n7511402423","geometry":{"type":"Point","coordinates":[0.008129,51.5081863]},"properties":{"@type":"node","@id":7511402423,"@timestamp":1589298516},"coords":"51.5081863,0.008129","bedrooms":"1","price":"223000","area":"512"} , +{"type":"Feature","id":"n7511530724","geometry":{"type":"Point","coordinates":[0.8073178,51.8862052]},"properties":{"@type":"node","@id":7511530724,"@timestamp":1589296594},"coords":"51.8862052,0.8073178","bedrooms":"0","price":"222000","area":"618"} , +{"type":"Feature","id":"n7511658551","geometry":{"type":"Point","coordinates":[-0.1855944,50.9955768]},"properties":{"@type":"node","@id":7511658551,"@timestamp":1589299507},"coords":"50.9955768,-0.1855944","bedrooms":"1","price":"268000","area":"642"} , +{"type":"Feature","id":"n7511674992","geometry":{"type":"Point","coordinates":[-0.1844232,50.9945706]},"properties":{"@type":"node","@id":7511674992,"@timestamp":1589299507},"coords":"50.9945706,-0.1844232","bedrooms":"3","price":"217000","area":"655"} , +{"type":"Feature","id":"n7511731745","geometry":{"type":"Point","coordinates":[0.2723897,51.4388571]},"properties":{"@type":"node","@id":7511731745,"@timestamp":1589301252},"coords":"51.4388571,0.2723897","bedrooms":"2","price":"218000","area":"633"} , +{"type":"Feature","id":"n7511731755","geometry":{"type":"Point","coordinates":[0.2709574,51.4374793]},"properties":{"@type":"node","@id":7511731755,"@timestamp":1589301252},"coords":"51.4374793,0.2709574","bedrooms":"3","price":"163000","area":"462"} , +{"type":"Feature","id":"n7511776653","geometry":{"type":"Point","coordinates":[-0.1712442,50.98545]},"properties":{"@type":"node","@id":7511776653,"@timestamp":1589302565},"coords":"50.98545,-0.1712442","bedrooms":"2","price":"212000","area":"525"} , +{"type":"Feature","id":"n7511865997","geometry":{"type":"Point","coordinates":[0.2711505,51.4370078]},"properties":{"@type":"node","@id":7511865997,"@timestamp":1589304321},"coords":"51.4370078,0.2711505","bedrooms":"3","price":"264000","area":"660"} , +{"type":"Feature","id":"n7511866007","geometry":{"type":"Point","coordinates":[0.2726042,51.4392048]},"properties":{"@type":"node","@id":7511866007,"@timestamp":1589304321},"coords":"51.4392048,0.2726042","bedrooms":"4","price":"298000","area":"452"} , +{"type":"Feature","id":"n7511935317","geometry":{"type":"Point","coordinates":[0.0847015,51.6512172]},"properties":{"@type":"node","@id":7511935317,"@timestamp":1589305648},"coords":"51.6512172,0.0847015","bedrooms":"4","price":"167000","area":"384"} , +{"type":"Feature","id":"n7511935327","geometry":{"type":"Point","coordinates":[0.0846519,51.6491661]},"properties":{"@type":"node","@id":7511935327,"@timestamp":1589305648},"coords":"51.6491661,0.0846519","bedrooms":"4","price":"171000","area":"376"} , +{"type":"Feature","id":"n7511980301","geometry":{"type":"Point","coordinates":[-0.1253115,51.5287185]},"properties":{"@type":"node","@id":7511980301,"@timestamp":1589321491},"coords":"51.5287185,-0.1253115","bedrooms":"3","price":"180000","area":"396"} , +{"type":"Feature","id":"n7512039900","geometry":{"type":"Point","coordinates":[-0.0073129,51.4622719]},"properties":{"@type":"node","@id":7512039900,"@timestamp":1589307589},"coords":"51.4622719,-0.0073129","bedrooms":"1","price":"295000","area":"541"} , +{"type":"Feature","id":"n7512070840","geometry":{"type":"Point","coordinates":[-0.1199606,51.5281497]},"properties":{"@type":"node","@id":7512070840,"@timestamp":1589308653},"coords":"51.5281497,-0.1199606","bedrooms":"2","price":"246000","area":"432"} , +{"type":"Feature","id":"n7512086275","geometry":{"type":"Point","coordinates":[-0.1921146,51.5036922]},"properties":{"@type":"node","@id":7512086275,"@timestamp":1589308953},"coords":"51.5036922,-0.1921146","bedrooms":"0","price":"298000","area":"697"} , +{"type":"Feature","id":"n7512090316","geometry":{"type":"Point","coordinates":[-0.1921798,51.5032771]},"properties":{"@type":"node","@id":7512090316,"@timestamp":1589308953},"coords":"51.5032771,-0.1921798","bedrooms":"2","price":"278000","area":"655"} , +{"type":"Feature","id":"n7512168223","geometry":{"type":"Point","coordinates":[-0.1258157,51.5289004]},"properties":{"@type":"node","@id":7512168223,"@timestamp":1589321491},"coords":"51.5289004,-0.1258157","bedrooms":"2","price":"193000","area":"683"} , +{"type":"Feature","id":"n7512268837","geometry":{"type":"Point","coordinates":[-0.1271849,51.5266427]},"properties":{"@type":"node","@id":7512268837,"@timestamp":1589313311},"coords":"51.5266427,-0.1271849","bedrooms":"3","price":"281000","area":"533"} , +{"type":"Feature","id":"n7512348530","geometry":{"type":"Point","coordinates":[0.0597315,51.4035287]},"properties":{"@type":"node","@id":7512348530,"@timestamp":1589316490},"coords":"51.4035287,0.0597315","bedrooms":"2","price":"193000","area":"396"} , +{"type":"Feature","id":"n7513464237","geometry":{"type":"Point","coordinates":[-0.1931551,51.5030753]},"properties":{"@type":"node","@id":7513464237,"@timestamp":1589353172},"coords":"51.5030753,-0.1931551","bedrooms":"3","price":"272000","area":"656"} , +{"type":"Feature","id":"n7513464261","geometry":{"type":"Point","coordinates":[-0.1936048,51.5032082]},"properties":{"@type":"node","@id":7513464261,"@timestamp":1589353172},"coords":"51.5032082,-0.1936048","bedrooms":"4","price":"272000","area":"699"} , +{"type":"Feature","id":"n7513735172","geometry":{"type":"Point","coordinates":[0.2706942,51.4380304]},"properties":{"@type":"node","@id":7513735172,"@timestamp":1607467447},"coords":"51.4380304,0.2706942","bedrooms":"3","price":"218000","area":"642"} , +{"type":"Feature","id":"n7513735182","geometry":{"type":"Point","coordinates":[0.2716893,51.438303]},"properties":{"@type":"node","@id":7513735182,"@timestamp":1589358147},"coords":"51.438303,0.2716893","bedrooms":"3","price":"295000","area":"521"} , +{"type":"Feature","id":"n7513749492","geometry":{"type":"Point","coordinates":[0.2710449,51.4395957]},"properties":{"@type":"node","@id":7513749492,"@timestamp":1589358147},"coords":"51.4395957,0.2710449","bedrooms":"0","price":"161000","area":"416"} , +{"type":"Feature","id":"n7514294271","geometry":{"type":"Point","coordinates":[0.2690097,51.4388433]},"properties":{"@type":"node","@id":7514294271,"@timestamp":1589368062},"coords":"51.4388433,0.2690097","bedrooms":"3","price":"219000","area":"455"} , +{"type":"Feature","id":"n7514294281","geometry":{"type":"Point","coordinates":[0.2720245,51.438034]},"properties":{"@type":"node","@id":7514294281,"@timestamp":1589368062},"coords":"51.438034,0.2720245","bedrooms":"2","price":"203000","area":"464"} , +{"type":"Feature","id":"n7514359691","geometry":{"type":"Point","coordinates":[0.2730191,51.4386627]},"properties":{"@type":"node","@id":7514359691,"@timestamp":1589368062},"coords":"51.4386627,0.2730191","bedrooms":"4","price":"228000","area":"626"} , +{"type":"Feature","id":"n7514603834","geometry":{"type":"Point","coordinates":[-0.3348257,51.8025989]},"properties":{"@type":"node","@id":7514603834,"@timestamp":1589372433},"coords":"51.8025989,-0.3348257","bedrooms":"3","price":"262000","area":"631"} , +{"type":"Feature","id":"n7514988760","geometry":{"type":"Point","coordinates":[-0.5322924,51.742576]},"properties":{"@type":"node","@id":7514988760,"@timestamp":1589379416},"coords":"51.742576,-0.5322924","bedrooms":"4","price":"220000","area":"493"} , +{"type":"Feature","id":"n7515342018","geometry":{"type":"Point","coordinates":[-0.4375702,51.5969212]},"properties":{"@type":"node","@id":7515342018,"@timestamp":1589388290},"coords":"51.5969212,-0.4375702","bedrooms":"2","price":"239000","area":"596"} , +{"type":"Feature","id":"n7515393430","geometry":{"type":"Point","coordinates":[-0.1942695,51.5034668]},"properties":{"@type":"node","@id":7515393430,"@timestamp":1589389430},"coords":"51.5034668,-0.1942695","bedrooms":"3","price":"206000","area":"588"} , +{"type":"Feature","id":"n7515429697","geometry":{"type":"Point","coordinates":[-0.2391271,51.4232992]},"properties":{"@type":"node","@id":7515429697,"@timestamp":1589390604},"coords":"51.4232992,-0.2391271","bedrooms":"2","price":"258000","area":"614"} , +{"type":"Feature","id":"n7515429716","geometry":{"type":"Point","coordinates":[-0.2446554,51.4237159]},"properties":{"@type":"node","@id":7515429716,"@timestamp":1589390604},"coords":"51.4237159,-0.2446554","bedrooms":"2","price":"156000","area":"624"} , +{"type":"Feature","id":"n7515429728","geometry":{"type":"Point","coordinates":[-0.2456749,51.4214654]},"properties":{"@type":"node","@id":7515429728,"@timestamp":1589390604},"coords":"51.4214654,-0.2456749","bedrooms":"4","price":"288000","area":"462"} , +{"type":"Feature","id":"n7515429740","geometry":{"type":"Point","coordinates":[-0.2416176,51.4225347]},"properties":{"@type":"node","@id":7515429740,"@timestamp":1589390604},"coords":"51.4225347,-0.2416176","bedrooms":"3","price":"173000","area":"696"} , +{"type":"Feature","id":"n7515471180","geometry":{"type":"Point","coordinates":[-0.1236144,51.52764]},"properties":{"@type":"node","@id":7515471180,"@timestamp":1589392373},"coords":"51.52764,-0.1236144","bedrooms":"1","price":"227000","area":"597"} , +{"type":"Feature","id":"n7515508226","geometry":{"type":"Point","coordinates":[-0.2448616,51.4253379]},"properties":{"@type":"node","@id":7515508226,"@timestamp":1589392762},"coords":"51.4253379,-0.2448616","bedrooms":"3","price":"293000","area":"600"} , +{"type":"Feature","id":"n7515508238","geometry":{"type":"Point","coordinates":[-0.2427813,51.4250943]},"properties":{"@type":"node","@id":7515508238,"@timestamp":1589392762},"coords":"51.4250943,-0.2427813","bedrooms":"2","price":"171000","area":"511"} , +{"type":"Feature","id":"n7515508249","geometry":{"type":"Point","coordinates":[-0.2400826,51.4256346]},"properties":{"@type":"node","@id":7515508249,"@timestamp":1589392762},"coords":"51.4256346,-0.2400826","bedrooms":"0","price":"190000","area":"525"} , +{"type":"Feature","id":"n7515508259","geometry":{"type":"Point","coordinates":[-0.2383845,51.4217787]},"properties":{"@type":"node","@id":7515508259,"@timestamp":1589392762},"coords":"51.4217787,-0.2383845","bedrooms":"2","price":"258000","area":"580"} , +{"type":"Feature","id":"n7515508271","geometry":{"type":"Point","coordinates":[-0.2402002,51.4215214]},"properties":{"@type":"node","@id":7515508271,"@timestamp":1589392762},"coords":"51.4215214,-0.2402002","bedrooms":"2","price":"181000","area":"444"} , +{"type":"Feature","id":"n7515571338","geometry":{"type":"Point","coordinates":[-0.1228712,51.5277683]},"properties":{"@type":"node","@id":7515571338,"@timestamp":1589394492},"coords":"51.5277683,-0.1228712","bedrooms":"0","price":"197000","area":"697"} , +{"type":"Feature","id":"n7515666306","geometry":{"type":"Point","coordinates":[-0.1225166,51.5282896]},"properties":{"@type":"node","@id":7515666306,"@timestamp":1589396826},"coords":"51.5282896,-0.1225166","bedrooms":"2","price":"162000","area":"519"} , +{"type":"Feature","id":"n7515788367","geometry":{"type":"Point","coordinates":[0.1550042,51.4754221]},"properties":{"@type":"node","@id":7515788367,"@timestamp":1590246315},"coords":"51.4754221,0.1550042","bedrooms":"2","price":"271000","area":"661"} , +{"type":"Feature","id":"n7515903030","geometry":{"type":"Point","coordinates":[-0.0142329,51.5123749]},"properties":{"@type":"node","@id":7515903030,"@timestamp":1603185258},"coords":"51.5123749,-0.0142329","bedrooms":"4","price":"164000","area":"551"} , +{"type":"Feature","id":"n7516015054","geometry":{"type":"Point","coordinates":[-0.0802923,51.5315571]},"properties":{"@type":"node","@id":7516015054,"@timestamp":1589412297},"coords":"51.5315571,-0.0802923","bedrooms":"1","price":"287000","area":"620"} , +{"type":"Feature","id":"n7516164089","geometry":{"type":"Point","coordinates":[-0.1359455,51.4331055]},"properties":{"@type":"node","@id":7516164089,"@timestamp":1614334410},"coords":"51.4331055,-0.1359455","bedrooms":"3","price":"209000","area":"436"} , +{"type":"Feature","id":"n7516302702","geometry":{"type":"Point","coordinates":[-0.1941459,51.5008256]},"properties":{"@type":"node","@id":7516302702,"@timestamp":1589427819},"coords":"51.5008256,-0.1941459","bedrooms":"2","price":"150000","area":"629"} , +{"type":"Feature","id":"n7517198987","geometry":{"type":"Point","coordinates":[-0.8201638,51.1511458]},"properties":{"@type":"node","@id":7517198987,"@timestamp":1589445426},"coords":"51.1511458,-0.8201638","bedrooms":"3","price":"175000","area":"561"} , +{"type":"Feature","id":"n7517628810","geometry":{"type":"Point","coordinates":[-0.8496512,51.7343111]},"properties":{"@type":"node","@id":7517628810,"@timestamp":1589451729},"coords":"51.7343111,-0.8496512","bedrooms":"3","price":"241000","area":"586"} , +{"type":"Feature","id":"n7517829436","geometry":{"type":"Point","coordinates":[0.0166594,51.5534038]},"properties":{"@type":"node","@id":7517829436,"@timestamp":1620571317},"coords":"51.5534038,0.0166594","bedrooms":"2","price":"153000","area":"672"} , +{"type":"Feature","id":"n7518574700","geometry":{"type":"Point","coordinates":[0.0357297,51.0972108]},"properties":{"@type":"node","@id":7518574700,"@timestamp":1589468166},"coords":"51.0972108,0.0357297","bedrooms":"0","price":"267000","area":"529"} , +{"type":"Feature","id":"n7518888297","geometry":{"type":"Point","coordinates":[-0.1222533,51.5296293]},"properties":{"@type":"node","@id":7518888297,"@timestamp":1589474969},"coords":"51.5296293,-0.1222533","bedrooms":"1","price":"168000","area":"473"} , +{"type":"Feature","id":"n7518929867","geometry":{"type":"Point","coordinates":[0.1545237,51.4771235]},"properties":{"@type":"node","@id":7518929867,"@timestamp":1589475620},"coords":"51.4771235,0.1545237","bedrooms":"2","price":"172000","area":"431"} , +{"type":"Feature","id":"n7519079322","geometry":{"type":"Point","coordinates":[-0.1926837,51.5013274]},"properties":{"@type":"node","@id":7519079322,"@timestamp":1589479130},"coords":"51.5013274,-0.1926837","bedrooms":"3","price":"286000","area":"646"} , +{"type":"Feature","id":"n7519079376","geometry":{"type":"Point","coordinates":[-0.1929542,51.5016858]},"properties":{"@type":"node","@id":7519079376,"@timestamp":1589479130},"coords":"51.5016858,-0.1929542","bedrooms":"3","price":"273000","area":"521"} , +{"type":"Feature","id":"n7519131795","geometry":{"type":"Point","coordinates":[-0.1940309,51.5019919]},"properties":{"@type":"node","@id":7519131795,"@timestamp":1589479130},"coords":"51.5019919,-0.1940309","bedrooms":"0","price":"201000","area":"569"} , +{"type":"Feature","id":"n7519131805","geometry":{"type":"Point","coordinates":[-0.1944921,51.502474]},"properties":{"@type":"node","@id":7519131805,"@timestamp":1589479130},"coords":"51.502474,-0.1944921","bedrooms":"0","price":"263000","area":"553"} , +{"type":"Feature","id":"n7519131888","geometry":{"type":"Point","coordinates":[-0.1941948,51.5027349]},"properties":{"@type":"node","@id":7519131888,"@timestamp":1589479130},"coords":"51.5027349,-0.1941948","bedrooms":"3","price":"268000","area":"551"} , +{"type":"Feature","id":"n7519329879","geometry":{"type":"Point","coordinates":[-0.1931819,51.5018274]},"properties":{"@type":"node","@id":7519329879,"@timestamp":1589482727},"coords":"51.5018274,-0.1931819","bedrooms":"1","price":"277000","area":"617"} , +{"type":"Feature","id":"n7519356191","geometry":{"type":"Point","coordinates":[-0.1934583,51.5024543]},"properties":{"@type":"node","@id":7519356191,"@timestamp":1589482727},"coords":"51.5024543,-0.1934583","bedrooms":"2","price":"209000","area":"698"} , +{"type":"Feature","id":"n7519356255","geometry":{"type":"Point","coordinates":[-0.193217,51.5025209]},"properties":{"@type":"node","@id":7519356255,"@timestamp":1589482727},"coords":"51.5025209,-0.193217","bedrooms":"0","price":"174000","area":"565"} , +{"type":"Feature","id":"n7519828669","geometry":{"type":"Point","coordinates":[-0.0327129,51.0235797]},"properties":{"@type":"node","@id":7519828669,"@timestamp":1635502471},"coords":"51.0235797,-0.0327129","bedrooms":"4","price":"269000","area":"434"} , +{"type":"Feature","id":"n7521368679","geometry":{"type":"Point","coordinates":[-0.593927,51.7324592]},"properties":{"@type":"node","@id":7521368679,"@timestamp":1589525979},"coords":"51.7324592,-0.593927","bedrooms":"2","price":"155000","area":"388"} , +{"type":"Feature","id":"n7522161184","geometry":{"type":"Point","coordinates":[0.0188395,51.5525442]},"properties":{"@type":"node","@id":7522161184,"@timestamp":1619778013},"coords":"51.5525442,0.0188395","bedrooms":"2","price":"245000","area":"554"} , +{"type":"Feature","id":"n7522485090","geometry":{"type":"Point","coordinates":[-0.5843246,51.724541]},"properties":{"@type":"node","@id":7522485090,"@timestamp":1589543175},"coords":"51.724541,-0.5843246","bedrooms":"4","price":"295000","area":"504"} , +{"type":"Feature","id":"n7522485100","geometry":{"type":"Point","coordinates":[-0.5715466,51.7251956]},"properties":{"@type":"node","@id":7522485100,"@timestamp":1589543175},"coords":"51.7251956,-0.5715466","bedrooms":"0","price":"245000","area":"521"} , +{"type":"Feature","id":"n7522485110","geometry":{"type":"Point","coordinates":[-0.5654097,51.7286829]},"properties":{"@type":"node","@id":7522485110,"@timestamp":1589543175},"coords":"51.7286829,-0.5654097","bedrooms":"0","price":"295000","area":"427"} , +{"type":"Feature","id":"n7522962921","geometry":{"type":"Point","coordinates":[-0.9917386,51.4387025]},"properties":{"@type":"node","@id":7522962921,"@timestamp":1589550836},"coords":"51.4387025,-0.9917386","bedrooms":"1","price":"298000","area":"672"} , +{"type":"Feature","id":"n7523213242","geometry":{"type":"Point","coordinates":[-0.0572372,51.532299]},"properties":{"@type":"node","@id":7523213242,"@timestamp":1619189286},"coords":"51.532299,-0.0572372","bedrooms":"1","price":"164000","area":"444"} , +{"type":"Feature","id":"n7523368431","geometry":{"type":"Point","coordinates":[-0.1238785,51.5265616]},"properties":{"@type":"node","@id":7523368431,"@timestamp":1589558731},"coords":"51.5265616,-0.1238785","bedrooms":"4","price":"215000","area":"495"} , +{"type":"Feature","id":"n7523509088","geometry":{"type":"Point","coordinates":[-0.1832782,51.0379222]},"properties":{"@type":"node","@id":7523509088,"@timestamp":1589561454},"coords":"51.0379222,-0.1832782","bedrooms":"3","price":"222000","area":"455"} , +{"type":"Feature","id":"n7523509104","geometry":{"type":"Point","coordinates":[-0.1830311,51.0364386]},"properties":{"@type":"node","@id":7523509104,"@timestamp":1589561454},"coords":"51.0364386,-0.1830311","bedrooms":"1","price":"153000","area":"526"} , +{"type":"Feature","id":"n7523509138","geometry":{"type":"Point","coordinates":[-0.1780187,51.0327342]},"properties":{"@type":"node","@id":7523509138,"@timestamp":1589561454},"coords":"51.0327342,-0.1780187","bedrooms":"0","price":"221000","area":"568"} , +{"type":"Feature","id":"n7523509148","geometry":{"type":"Point","coordinates":[-0.1842527,51.0338658]},"properties":{"@type":"node","@id":7523509148,"@timestamp":1589561454},"coords":"51.0338658,-0.1842527","bedrooms":"3","price":"154000","area":"623"} , +{"type":"Feature","id":"n7523523220","geometry":{"type":"Point","coordinates":[-0.5475282,51.6611857]},"properties":{"@type":"node","@id":7523523220,"@timestamp":1589562023},"coords":"51.6611857,-0.5475282","bedrooms":"0","price":"168000","area":"607"} , +{"type":"Feature","id":"n7523523250","geometry":{"type":"Point","coordinates":[-0.547294,51.6597435]},"properties":{"@type":"node","@id":7523523250,"@timestamp":1589562023},"coords":"51.6597435,-0.547294","bedrooms":"3","price":"263000","area":"548"} , +{"type":"Feature","id":"n7523868138","geometry":{"type":"Point","coordinates":[0.5535736,51.0962507]},"properties":{"@type":"node","@id":7523868138,"@timestamp":1589569070},"coords":"51.0962507,0.5535736","bedrooms":"3","price":"217000","area":"662"} , +{"type":"Feature","id":"n7523893415","geometry":{"type":"Point","coordinates":[-0.192837,51.5023399]},"properties":{"@type":"node","@id":7523893415,"@timestamp":1589569393},"coords":"51.5023399,-0.192837","bedrooms":"0","price":"193000","area":"528"} , +{"type":"Feature","id":"n7523893469","geometry":{"type":"Point","coordinates":[-0.192716,51.5019669]},"properties":{"@type":"node","@id":7523893469,"@timestamp":1589569393},"coords":"51.5019669,-0.192716","bedrooms":"2","price":"204000","area":"453"} , +{"type":"Feature","id":"n7524065613","geometry":{"type":"Point","coordinates":[-0.1243964,51.522876]},"properties":{"@type":"node","@id":7524065613,"@timestamp":1589574233},"coords":"51.522876,-0.1243964","bedrooms":"3","price":"154000","area":"402"} , +{"type":"Feature","id":"n7524435500","geometry":{"type":"Point","coordinates":[-0.7008157,51.7718376]},"properties":{"@type":"node","@id":7524435500,"@timestamp":1589879605},"coords":"51.7718376,-0.7008157","bedrooms":"2","price":"278000","area":"484"} , +{"type":"Feature","id":"n7524468607","geometry":{"type":"Point","coordinates":[0.1374182,51.6293869]},"properties":{"@type":"node","@id":7524468607,"@timestamp":1589581841},"coords":"51.6293869,0.1374182","bedrooms":"4","price":"195000","area":"511"} , +{"type":"Feature","id":"n7524711798","geometry":{"type":"Point","coordinates":[-0.9727821,51.4579685]},"properties":{"@type":"node","@id":7524711798,"@timestamp":1589592056},"coords":"51.4579685,-0.9727821","bedrooms":"0","price":"284000","area":"617"} , +{"type":"Feature","id":"n7525171784","geometry":{"type":"Point","coordinates":[-0.1919376,51.5027944]},"properties":{"@type":"node","@id":7525171784,"@timestamp":1589611122},"coords":"51.5027944,-0.1919376","bedrooms":"3","price":"182000","area":"387"} , +{"type":"Feature","id":"n7525184731","geometry":{"type":"Point","coordinates":[-0.1915684,51.5028711]},"properties":{"@type":"node","@id":7525184731,"@timestamp":1589611122},"coords":"51.5028711,-0.1915684","bedrooms":"0","price":"202000","area":"506"} , +{"type":"Feature","id":"n7525286546","geometry":{"type":"Point","coordinates":[-0.1913071,51.5020932]},"properties":{"@type":"node","@id":7525286546,"@timestamp":1589614410},"coords":"51.5020932,-0.1913071","bedrooms":"1","price":"299000","area":"423"} , +{"type":"Feature","id":"n7525380685","geometry":{"type":"Point","coordinates":[-0.1914531,51.5019338]},"properties":{"@type":"node","@id":7525380685,"@timestamp":1589616147},"coords":"51.5019338,-0.1914531","bedrooms":"2","price":"238000","area":"441"} , +{"type":"Feature","id":"n7525437698","geometry":{"type":"Point","coordinates":[-0.1993818,51.0344427]},"properties":{"@type":"node","@id":7525437698,"@timestamp":1589617730},"coords":"51.0344427,-0.1993818","bedrooms":"3","price":"228000","area":"429"} , +{"type":"Feature","id":"n7525695104","geometry":{"type":"Point","coordinates":[0.0174953,51.5525609]},"properties":{"@type":"node","@id":7525695104,"@timestamp":1619778013},"coords":"51.5525609,0.0174953","bedrooms":"3","price":"263000","area":"479"} , +{"type":"Feature","id":"n7525695121","geometry":{"type":"Point","coordinates":[0.019133,51.549869]},"properties":{"@type":"node","@id":7525695121,"@timestamp":1620649010},"coords":"51.549869,0.019133","bedrooms":"1","price":"183000","area":"417"} , +{"type":"Feature","id":"n7525843620","geometry":{"type":"Point","coordinates":[-0.119889,51.4649809]},"properties":{"@type":"node","@id":7525843620,"@timestamp":1589625953},"coords":"51.4649809,-0.119889","bedrooms":"2","price":"229000","area":"547"} , +{"type":"Feature","id":"n7525867150","geometry":{"type":"Point","coordinates":[0.3708769,51.4450297]},"properties":{"@type":"node","@id":7525867150,"@timestamp":1589626770},"coords":"51.4450297,0.3708769","bedrooms":"2","price":"248000","area":"516"} , +{"type":"Feature","id":"n7525968285","geometry":{"type":"Point","coordinates":[-0.0828008,51.4962582]},"properties":{"@type":"node","@id":7525968285,"@timestamp":1589628739},"coords":"51.4962582,-0.0828008","bedrooms":"0","price":"292000","area":"471"} , +{"type":"Feature","id":"n7526245227","geometry":{"type":"Point","coordinates":[-0.2129897,51.0167817]},"properties":{"@type":"node","@id":7526245227,"@timestamp":1589636132},"coords":"51.0167817,-0.2129897","bedrooms":"3","price":"288000","area":"447"} , +{"type":"Feature","id":"n7526344276","geometry":{"type":"Point","coordinates":[-0.5792116,51.5084025]},"properties":{"@type":"node","@id":7526344276,"@timestamp":1589636398},"coords":"51.5084025,-0.5792116","bedrooms":"4","price":"160000","area":"550"} , +{"type":"Feature","id":"n7526585547","geometry":{"type":"Point","coordinates":[0.0858121,50.990794]},"properties":{"@type":"node","@id":7526585547,"@timestamp":1589643720},"coords":"50.990794,0.0858121","bedrooms":"2","price":"248000","area":"355"} , +{"type":"Feature","id":"n7526709473","geometry":{"type":"Point","coordinates":[0.0586979,50.9813432]},"properties":{"@type":"node","@id":7526709473,"@timestamp":1589646450},"coords":"50.9813432,0.0586979","bedrooms":"1","price":"286000","area":"397"} , +{"type":"Feature","id":"n7526769393","geometry":{"type":"Point","coordinates":[0.0614786,50.9817472]},"properties":{"@type":"node","@id":7526769393,"@timestamp":1589646450},"coords":"50.9817472,0.0614786","bedrooms":"4","price":"165000","area":"601"} , +{"type":"Feature","id":"n7526769433","geometry":{"type":"Point","coordinates":[0.0601053,50.9821148]},"properties":{"@type":"node","@id":7526769433,"@timestamp":1589646450},"coords":"50.9821148,0.0601053","bedrooms":"2","price":"175000","area":"624"} , +{"type":"Feature","id":"n7526847086","geometry":{"type":"Point","coordinates":[-0.0816776,51.8043715]},"properties":{"@type":"node","@id":7526847086,"@timestamp":1589648550},"coords":"51.8043715,-0.0816776","bedrooms":"0","price":"249000","area":"619"} , +{"type":"Feature","id":"n7526961667","geometry":{"type":"Point","coordinates":[0.0791195,51.3549259]},"properties":{"@type":"node","@id":7526961667,"@timestamp":1589653543},"coords":"51.3549259,0.0791195","bedrooms":"1","price":"174000","area":"464"} , +{"type":"Feature","id":"n7527038371","geometry":{"type":"Point","coordinates":[-0.1151689,51.4970257]},"properties":{"@type":"node","@id":7527038371,"@timestamp":1589654751},"coords":"51.4970257,-0.1151689","bedrooms":"1","price":"243000","area":"622"} , +{"type":"Feature","id":"n7527235053","geometry":{"type":"Point","coordinates":[-0.7958804,51.2368858]},"properties":{"@type":"node","@id":7527235053,"@timestamp":1589660391},"coords":"51.2368858,-0.7958804","bedrooms":"3","price":"283000","area":"375"} , +{"type":"Feature","id":"n7527287137","geometry":{"type":"Point","coordinates":[-0.3897251,51.4273289]},"properties":{"@type":"node","@id":7527287137,"@timestamp":1597288023},"coords":"51.4273289,-0.3897251","bedrooms":"1","price":"237000","area":"581"} , +{"type":"Feature","id":"n7527346033","geometry":{"type":"Point","coordinates":[-0.1920725,51.5671118]},"properties":{"@type":"node","@id":7527346033,"@timestamp":1589665211},"coords":"51.5671118,-0.1920725","bedrooms":"2","price":"164000","area":"456"} , +{"type":"Feature","id":"n7527346043","geometry":{"type":"Point","coordinates":[-0.1907174,51.5665583]},"properties":{"@type":"node","@id":7527346043,"@timestamp":1589665211},"coords":"51.5665583,-0.1907174","bedrooms":"2","price":"265000","area":"670"} , +{"type":"Feature","id":"n7527471970","geometry":{"type":"Point","coordinates":[-0.2140524,51.736922]},"properties":{"@type":"node","@id":7527471970,"@timestamp":1589668114},"coords":"51.736922,-0.2140524","bedrooms":"4","price":"247000","area":"532"} , +{"type":"Feature","id":"n7527616833","geometry":{"type":"Point","coordinates":[-0.1756998,51.5914021]},"properties":{"@type":"node","@id":7527616833,"@timestamp":1589670948},"coords":"51.5914021,-0.1756998","bedrooms":"4","price":"202000","area":"489"} , +{"type":"Feature","id":"n7527680362","geometry":{"type":"Point","coordinates":[-0.0528751,51.5948472]},"properties":{"@type":"node","@id":7527680362,"@timestamp":1589840380},"coords":"51.5948472,-0.0528751","bedrooms":"2","price":"258000","area":"351"} , +{"type":"Feature","id":"n7527763073","geometry":{"type":"Point","coordinates":[-0.2135282,51.7384748]},"properties":{"@type":"node","@id":7527763073,"@timestamp":1589674549},"coords":"51.7384748,-0.2135282","bedrooms":"1","price":"205000","area":"452"} , +{"type":"Feature","id":"n7527763296","geometry":{"type":"Point","coordinates":[-0.2152277,51.7380406]},"properties":{"@type":"node","@id":7527763296,"@timestamp":1589674549},"coords":"51.7380406,-0.2152277","bedrooms":"2","price":"297000","area":"394"} , +{"type":"Feature","id":"n7527824873","geometry":{"type":"Point","coordinates":[-0.0014028,51.6085127]},"properties":{"@type":"node","@id":7527824873,"@timestamp":1589679235},"coords":"51.6085127,-0.0014028","bedrooms":"2","price":"289000","area":"355"} , +{"type":"Feature","id":"n7527837985","geometry":{"type":"Point","coordinates":[-0.0009843,51.6079232]},"properties":{"@type":"node","@id":7527837985,"@timestamp":1589679235},"coords":"51.6079232,-0.0009843","bedrooms":"4","price":"241000","area":"573"} , +{"type":"Feature","id":"n7528564578","geometry":{"type":"Point","coordinates":[-1.109234,51.7930783]},"properties":{"@type":"node","@id":7528564578,"@timestamp":1589710478},"coords":"51.7930783,-1.109234","bedrooms":"4","price":"299000","area":"528"} , +{"type":"Feature","id":"n7528703476","geometry":{"type":"Point","coordinates":[0.7401967,51.3118836]},"properties":{"@type":"node","@id":7528703476,"@timestamp":1589715094},"coords":"51.3118836,0.7401967","bedrooms":"3","price":"283000","area":"670"} , +{"type":"Feature","id":"n7528791549","geometry":{"type":"Point","coordinates":[-0.3789832,51.62035]},"properties":{"@type":"node","@id":7528791549,"@timestamp":1605186222},"coords":"51.62035,-0.3789832","bedrooms":"0","price":"255000","area":"470"} , +{"type":"Feature","id":"n7528814004","geometry":{"type":"Point","coordinates":[-0.3689896,51.6236624]},"properties":{"@type":"node","@id":7528814004,"@timestamp":1589717601},"coords":"51.6236624,-0.3689896","bedrooms":"3","price":"241000","area":"378"} , +{"type":"Feature","id":"n7528858747","geometry":{"type":"Point","coordinates":[-0.0566385,51.5298342]},"properties":{"@type":"node","@id":7528858747,"@timestamp":1589721124},"coords":"51.5298342,-0.0566385","bedrooms":"1","price":"198000","area":"505"} , +{"type":"Feature","id":"n7528862332","geometry":{"type":"Point","coordinates":[-0.2694762,51.8854915]},"properties":{"@type":"node","@id":7528862332,"@timestamp":1589719832},"coords":"51.8854915,-0.2694762","bedrooms":"2","price":"292000","area":"684"} , +{"type":"Feature","id":"n7528862373","geometry":{"type":"Point","coordinates":[-0.2648252,51.8887197]},"properties":{"@type":"node","@id":7528862373,"@timestamp":1589719832},"coords":"51.8887197,-0.2648252","bedrooms":"0","price":"243000","area":"510"} , +{"type":"Feature","id":"n7528862420","geometry":{"type":"Point","coordinates":[-0.2429116,51.8950298]},"properties":{"@type":"node","@id":7528862420,"@timestamp":1589719832},"coords":"51.8950298,-0.2429116","bedrooms":"4","price":"285000","area":"402"} , +{"type":"Feature","id":"n7528969425","geometry":{"type":"Point","coordinates":[0.7380676,51.2974339]},"properties":{"@type":"node","@id":7528969425,"@timestamp":1589723845},"coords":"51.2974339,0.7380676","bedrooms":"4","price":"182000","area":"549"} , +{"type":"Feature","id":"n7529072474","geometry":{"type":"Point","coordinates":[-0.2323454,51.0301318]},"properties":{"@type":"node","@id":7529072474,"@timestamp":1589727373},"coords":"51.0301318,-0.2323454","bedrooms":"0","price":"283000","area":"435"} , +{"type":"Feature","id":"n7529168465","geometry":{"type":"Point","coordinates":[-0.2280887,51.0346079]},"properties":{"@type":"node","@id":7529168465,"@timestamp":1589730554},"coords":"51.0346079,-0.2280887","bedrooms":"2","price":"246000","area":"665"} , +{"type":"Feature","id":"n7529168475","geometry":{"type":"Point","coordinates":[-0.2270188,51.0371055]},"properties":{"@type":"node","@id":7529168475,"@timestamp":1589730554},"coords":"51.0371055,-0.2270188","bedrooms":"1","price":"168000","area":"448"} , +{"type":"Feature","id":"n7529234483","geometry":{"type":"Point","coordinates":[-0.0993622,51.4644595]},"properties":{"@type":"node","@id":7529234483,"@timestamp":1589731502},"coords":"51.4644595,-0.0993622","bedrooms":"4","price":"243000","area":"687"} , +{"type":"Feature","id":"n7529314254","geometry":{"type":"Point","coordinates":[-0.2250093,51.0377771]},"properties":{"@type":"node","@id":7529314254,"@timestamp":1589732646},"coords":"51.0377771,-0.2250093","bedrooms":"2","price":"238000","area":"543"} , +{"type":"Feature","id":"n7529427084","geometry":{"type":"Point","coordinates":[-0.2144978,51.0383629]},"properties":{"@type":"node","@id":7529427084,"@timestamp":1589735172},"coords":"51.0383629,-0.2144978","bedrooms":"2","price":"269000","area":"667"} , +{"type":"Feature","id":"n7529432554","geometry":{"type":"Point","coordinates":[-0.2072964,51.0419154]},"properties":{"@type":"node","@id":7529432554,"@timestamp":1589735419},"coords":"51.0419154,-0.2072964","bedrooms":"1","price":"238000","area":"483"} , +{"type":"Feature","id":"n7529432564","geometry":{"type":"Point","coordinates":[-0.2072677,51.0432585]},"properties":{"@type":"node","@id":7529432564,"@timestamp":1589735419},"coords":"51.0432585,-0.2072677","bedrooms":"1","price":"160000","area":"409"} , +{"type":"Feature","id":"n7529455778","geometry":{"type":"Point","coordinates":[-0.2862301,51.6516949]},"properties":{"@type":"node","@id":7529455778,"@timestamp":1614533839},"coords":"51.6516949,-0.2862301","bedrooms":"1","price":"222000","area":"453"} , +{"type":"Feature","id":"n7529457796","geometry":{"type":"Point","coordinates":[-0.0041315,51.1255493]},"properties":{"@type":"node","@id":7529457796,"@timestamp":1589735340},"coords":"51.1255493,-0.0041315","bedrooms":"3","price":"216000","area":"437"} , +{"type":"Feature","id":"n7529494815","geometry":{"type":"Point","coordinates":[-0.1006577,51.45998]},"properties":{"@type":"node","@id":7529494815,"@timestamp":1622734068},"coords":"51.45998,-0.1006577","bedrooms":"0","price":"168000","area":"577"} , +{"type":"Feature","id":"n7529726617","geometry":{"type":"Point","coordinates":[-0.1332159,51.4351756]},"properties":{"@type":"node","@id":7529726617,"@timestamp":1613134793},"coords":"51.4351756,-0.1332159","bedrooms":"0","price":"230000","area":"455"} , +{"type":"Feature","id":"n7529865317","geometry":{"type":"Point","coordinates":[-0.1848491,51.5267769]},"properties":{"@type":"node","@id":7529865317,"@timestamp":1589744431},"coords":"51.5267769,-0.1848491","bedrooms":"0","price":"219000","area":"693"} , +{"type":"Feature","id":"n7529865327","geometry":{"type":"Point","coordinates":[-0.1932658,51.5233515]},"properties":{"@type":"node","@id":7529865327,"@timestamp":1589744431},"coords":"51.5233515,-0.1932658","bedrooms":"3","price":"282000","area":"653"} , +{"type":"Feature","id":"n7529865337","geometry":{"type":"Point","coordinates":[-0.1845279,51.5267125]},"properties":{"@type":"node","@id":7529865337,"@timestamp":1589744431},"coords":"51.5267125,-0.1845279","bedrooms":"3","price":"164000","area":"610"} , +{"type":"Feature","id":"n7530019080","geometry":{"type":"Point","coordinates":[0.372013,51.6830919]},"properties":{"@type":"node","@id":7530019080,"@timestamp":1589747601},"coords":"51.6830919,0.372013","bedrooms":"2","price":"175000","area":"598"} , +{"type":"Feature","id":"n7530026923","geometry":{"type":"Point","coordinates":[0.3687418,51.6880209]},"properties":{"@type":"node","@id":7530026923,"@timestamp":1589747601},"coords":"51.6880209,0.3687418","bedrooms":"4","price":"151000","area":"618"} , +{"type":"Feature","id":"n7530068376","geometry":{"type":"Point","coordinates":[0.0613699,50.9908432]},"properties":{"@type":"node","@id":7530068376,"@timestamp":1589748924},"coords":"50.9908432,0.0613699","bedrooms":"4","price":"225000","area":"474"} , +{"type":"Feature","id":"n7530117911","geometry":{"type":"Point","coordinates":[0.0030309,51.5519709]},"properties":{"@type":"node","@id":7530117911,"@timestamp":1589750033},"coords":"51.5519709,0.0030309","bedrooms":"3","price":"295000","area":"681"} , +{"type":"Feature","id":"n7530226839","geometry":{"type":"Point","coordinates":[-0.0499532,51.5973134]},"properties":{"@type":"node","@id":7530226839,"@timestamp":1589840380},"coords":"51.5973134,-0.0499532","bedrooms":"2","price":"190000","area":"682"} , +{"type":"Feature","id":"n7530226851","geometry":{"type":"Point","coordinates":[-0.0479691,51.6016178]},"properties":{"@type":"node","@id":7530226851,"@timestamp":1589840380},"coords":"51.6016178,-0.0479691","bedrooms":"2","price":"151000","area":"692"} , +{"type":"Feature","id":"n7530226863","geometry":{"type":"Point","coordinates":[-0.0432377,51.6026107]},"properties":{"@type":"node","@id":7530226863,"@timestamp":1589840380},"coords":"51.6026107,-0.0432377","bedrooms":"2","price":"269000","area":"474"} , +{"type":"Feature","id":"n7530251785","geometry":{"type":"Point","coordinates":[-0.0072954,51.5361954]},"properties":{"@type":"node","@id":7530251785,"@timestamp":1601047218},"coords":"51.5361954,-0.0072954","bedrooms":"0","price":"199000","area":"510"} , +{"type":"Feature","id":"n7530442443","geometry":{"type":"Point","coordinates":[0.0148233,51.573703]},"properties":{"@type":"node","@id":7530442443,"@timestamp":1589764498},"coords":"51.573703,0.0148233","bedrooms":"4","price":"175000","area":"486"} , +{"type":"Feature","id":"n7530453477","geometry":{"type":"Point","coordinates":[-0.7841208,51.225815]},"properties":{"@type":"node","@id":7530453477,"@timestamp":1589765747},"coords":"51.225815,-0.7841208","bedrooms":"4","price":"170000","area":"610"} , +{"type":"Feature","id":"n7530733342","geometry":{"type":"Point","coordinates":[-0.437054,51.8188517]},"properties":{"@type":"node","@id":7530733342,"@timestamp":1607875826},"coords":"51.8188517,-0.437054","bedrooms":"3","price":"220000","area":"436"} , +{"type":"Feature","id":"n7531737686","geometry":{"type":"Point","coordinates":[0.0105497,51.5508371]},"properties":{"@type":"node","@id":7531737686,"@timestamp":1620205617},"coords":"51.5508371,0.0105497","bedrooms":"4","price":"167000","area":"492"} , +{"type":"Feature","id":"n7532352197","geometry":{"type":"Point","coordinates":[-0.0522484,51.5067814]},"properties":{"@type":"node","@id":7532352197,"@timestamp":1589803057},"coords":"51.5067814,-0.0522484","bedrooms":"0","price":"251000","area":"370"} , +{"type":"Feature","id":"n7532833478","geometry":{"type":"Point","coordinates":[-0.1911494,51.5027102]},"properties":{"@type":"node","@id":7532833478,"@timestamp":1589810778},"coords":"51.5027102,-0.1911494","bedrooms":"0","price":"208000","area":"359"} , +{"type":"Feature","id":"n7532854724","geometry":{"type":"Point","coordinates":[-0.1910072,51.5024916]},"properties":{"@type":"node","@id":7532854724,"@timestamp":1589810778},"coords":"51.5024916,-0.1910072","bedrooms":"0","price":"222000","area":"540"} , +{"type":"Feature","id":"n7533334815","geometry":{"type":"Point","coordinates":[-0.5214514,51.5730809]},"properties":{"@type":"node","@id":7533334815,"@timestamp":1605630399},"coords":"51.5730809,-0.5214514","bedrooms":"4","price":"290000","area":"661"} , +{"type":"Feature","id":"n7533796308","geometry":{"type":"Point","coordinates":[0.1576623,51.4189225]},"properties":{"@type":"node","@id":7533796308,"@timestamp":1589829092},"coords":"51.4189225,0.1576623","bedrooms":"1","price":"188000","area":"652"} , +{"type":"Feature","id":"n7533883282","geometry":{"type":"Point","coordinates":[-0.0422111,50.9984333]},"properties":{"@type":"node","@id":7533883282,"@timestamp":1589831379},"coords":"50.9984333,-0.0422111","bedrooms":"2","price":"184000","area":"644"} , +{"type":"Feature","id":"n7533909488","geometry":{"type":"Point","coordinates":[-0.0425441,50.9976313]},"properties":{"@type":"node","@id":7533909488,"@timestamp":1589831379},"coords":"50.9976313,-0.0425441","bedrooms":"4","price":"200000","area":"628"} , +{"type":"Feature","id":"n7535373348","geometry":{"type":"Point","coordinates":[-0.3965405,51.655037]},"properties":{"@type":"node","@id":7535373348,"@timestamp":1589841833},"coords":"51.655037,-0.3965405","bedrooms":"2","price":"231000","area":"505"} , +{"type":"Feature","id":"n7535463105","geometry":{"type":"Point","coordinates":[-1.0735971,51.1988788]},"properties":{"@type":"node","@id":7535463105,"@timestamp":1589846453},"coords":"51.1988788,-1.0735971","bedrooms":"2","price":"292000","area":"657"} , +{"type":"Feature","id":"n7535471702","geometry":{"type":"Point","coordinates":[-1.0910127,51.1985645]},"properties":{"@type":"node","@id":7535471702,"@timestamp":1589845949},"coords":"51.1985645,-1.0910127","bedrooms":"4","price":"251000","area":"585"} , +{"type":"Feature","id":"n7535497095","geometry":{"type":"Point","coordinates":[-0.7837275,51.2231225]},"properties":{"@type":"node","@id":7535497095,"@timestamp":1589847762},"coords":"51.2231225,-0.7837275","bedrooms":"1","price":"284000","area":"616"} , +{"type":"Feature","id":"n7535605746","geometry":{"type":"Point","coordinates":[0.3261808,51.4889483]},"properties":{"@type":"node","@id":7535605746,"@timestamp":1589852810},"coords":"51.4889483,0.3261808","bedrooms":"4","price":"278000","area":"532"} , +{"type":"Feature","id":"n7536006991","geometry":{"type":"Point","coordinates":[-0.1924461,51.5047596]},"properties":{"@type":"node","@id":7536006991,"@timestamp":1589862843},"coords":"51.5047596,-0.1924461","bedrooms":"2","price":"189000","area":"457"} , +{"type":"Feature","id":"n7536007023","geometry":{"type":"Point","coordinates":[-0.1926769,51.5050942]},"properties":{"@type":"node","@id":7536007023,"@timestamp":1589862843},"coords":"51.5050942,-0.1926769","bedrooms":"0","price":"162000","area":"370"} , +{"type":"Feature","id":"n7536524150","geometry":{"type":"Point","coordinates":[-0.2181316,51.1809913]},"properties":{"@type":"node","@id":7536524150,"@timestamp":1619884855},"coords":"51.1809913,-0.2181316","bedrooms":"0","price":"283000","area":"475"} , +{"type":"Feature","id":"n7537136318","geometry":{"type":"Point","coordinates":[-0.1416971,51.4145864]},"properties":{"@type":"node","@id":7537136318,"@timestamp":1623325335},"coords":"51.4145864,-0.1416971","bedrooms":"2","price":"189000","area":"514"} , +{"type":"Feature","id":"n7537199675","geometry":{"type":"Point","coordinates":[0.5929881,51.9013919]},"properties":{"@type":"node","@id":7537199675,"@timestamp":1589884217},"coords":"51.9013919,0.5929881","bedrooms":"1","price":"161000","area":"410"} , +{"type":"Feature","id":"n7537205251","geometry":{"type":"Point","coordinates":[0.5956757,51.9214953]},"properties":{"@type":"node","@id":7537205251,"@timestamp":1617280452},"coords":"51.9214953,0.5956757","bedrooms":"0","price":"266000","area":"474"} , +{"type":"Feature","id":"n7537282166","geometry":{"type":"Point","coordinates":[-0.1518563,51.4414231]},"properties":{"@type":"node","@id":7537282166,"@timestamp":1589885430},"coords":"51.4414231,-0.1518563","bedrooms":"2","price":"231000","area":"645"} , +{"type":"Feature","id":"n7537666282","geometry":{"type":"Point","coordinates":[-0.3133817,51.2884008]},"properties":{"@type":"node","@id":7537666282,"@timestamp":1618962267},"coords":"51.2884008,-0.3133817","bedrooms":"2","price":"159000","area":"427"} , +{"type":"Feature","id":"n7538288210","geometry":{"type":"Point","coordinates":[0.7434422,51.3518563]},"properties":{"@type":"node","@id":7538288210,"@timestamp":1589904844},"coords":"51.3518563,0.7434422","bedrooms":"0","price":"176000","area":"611"} , +{"type":"Feature","id":"n7538453068","geometry":{"type":"Point","coordinates":[-0.2881279,50.9440162]},"properties":{"@type":"node","@id":7538453068,"@timestamp":1603909709},"coords":"50.9440162,-0.2881279","bedrooms":"1","price":"222000","area":"617"} , +{"type":"Feature","id":"n7538453104","geometry":{"type":"Point","coordinates":[-0.2896373,50.9453913]},"properties":{"@type":"node","@id":7538453104,"@timestamp":1589908815},"coords":"50.9453913,-0.2896373","bedrooms":"1","price":"181000","area":"477"} , +{"type":"Feature","id":"n7538453114","geometry":{"type":"Point","coordinates":[-0.2860137,50.9390962]},"properties":{"@type":"node","@id":7538453114,"@timestamp":1589908815},"coords":"50.9390962,-0.2860137","bedrooms":"4","price":"290000","area":"571"} , +{"type":"Feature","id":"n7538453124","geometry":{"type":"Point","coordinates":[-0.2961433,50.949473]},"properties":{"@type":"node","@id":7538453124,"@timestamp":1589908815},"coords":"50.949473,-0.2961433","bedrooms":"2","price":"228000","area":"548"} , +{"type":"Feature","id":"n7538453134","geometry":{"type":"Point","coordinates":[-0.2912162,50.9496822]},"properties":{"@type":"node","@id":7538453134,"@timestamp":1631531963},"coords":"50.9496822,-0.2912162","bedrooms":"2","price":"162000","area":"571"} , +{"type":"Feature","id":"n7538453144","geometry":{"type":"Point","coordinates":[-0.3000348,50.9493538]},"properties":{"@type":"node","@id":7538453144,"@timestamp":1589908815},"coords":"50.9493538,-0.3000348","bedrooms":"2","price":"229000","area":"615"} , +{"type":"Feature","id":"n7538453154","geometry":{"type":"Point","coordinates":[-0.3072032,50.9491546]},"properties":{"@type":"node","@id":7538453154,"@timestamp":1589908815},"coords":"50.9491546,-0.3072032","bedrooms":"2","price":"177000","area":"443"} , +{"type":"Feature","id":"n7538453164","geometry":{"type":"Point","coordinates":[-0.3140691,50.9480746]},"properties":{"@type":"node","@id":7538453164,"@timestamp":1589908815},"coords":"50.9480746,-0.3140691","bedrooms":"2","price":"229000","area":"623"} , +{"type":"Feature","id":"n7538453174","geometry":{"type":"Point","coordinates":[-0.3213635,50.9469268]},"properties":{"@type":"node","@id":7538453174,"@timestamp":1589908815},"coords":"50.9469268,-0.3213635","bedrooms":"1","price":"214000","area":"500"} , +{"type":"Feature","id":"n7538453184","geometry":{"type":"Point","coordinates":[-0.3327129,50.9452125]},"properties":{"@type":"node","@id":7538453184,"@timestamp":1589908815},"coords":"50.9452125,-0.3327129","bedrooms":"1","price":"218000","area":"525"} , +{"type":"Feature","id":"n7538453194","geometry":{"type":"Point","coordinates":[-0.3432464,50.9441795]},"properties":{"@type":"node","@id":7538453194,"@timestamp":1589908815},"coords":"50.9441795,-0.3432464","bedrooms":"2","price":"195000","area":"599"} , +{"type":"Feature","id":"n7538491608","geometry":{"type":"Point","coordinates":[-0.193299,51.5052606]},"properties":{"@type":"node","@id":7538491608,"@timestamp":1589909788},"coords":"51.5052606,-0.193299","bedrooms":"4","price":"287000","area":"424"} , +{"type":"Feature","id":"n7538491618","geometry":{"type":"Point","coordinates":[-0.1936128,51.5048824]},"properties":{"@type":"node","@id":7538491618,"@timestamp":1589909788},"coords":"51.5048824,-0.1936128","bedrooms":"2","price":"170000","area":"618"} , +{"type":"Feature","id":"n7538583952","geometry":{"type":"Point","coordinates":[-0.1981932,51.4614356]},"properties":{"@type":"node","@id":7538583952,"@timestamp":1597228240},"coords":"51.4614356,-0.1981932","bedrooms":"4","price":"244000","area":"359"} , +{"type":"Feature","id":"n7538640038","geometry":{"type":"Point","coordinates":[-0.2854197,50.9416244]},"properties":{"@type":"node","@id":7538640038,"@timestamp":1589913716},"coords":"50.9416244,-0.2854197","bedrooms":"1","price":"275000","area":"653"} , +{"type":"Feature","id":"n7538699124","geometry":{"type":"Point","coordinates":[-0.1927024,51.50425]},"properties":{"@type":"node","@id":7538699124,"@timestamp":1589914803},"coords":"51.50425,-0.1927024","bedrooms":"2","price":"273000","area":"501"} , +{"type":"Feature","id":"n7538699136","geometry":{"type":"Point","coordinates":[-0.1933749,51.5045474]},"properties":{"@type":"node","@id":7538699136,"@timestamp":1589914803},"coords":"51.5045474,-0.1933749","bedrooms":"3","price":"247000","area":"408"} , +{"type":"Feature","id":"n7538737889","geometry":{"type":"Point","coordinates":[-0.2139675,51.4657909]},"properties":{"@type":"node","@id":7538737889,"@timestamp":1589915888},"coords":"51.4657909,-0.2139675","bedrooms":"3","price":"195000","area":"506"} , +{"type":"Feature","id":"n7538737899","geometry":{"type":"Point","coordinates":[-0.2140498,51.4657604]},"properties":{"@type":"node","@id":7538737899,"@timestamp":1628806927},"coords":"51.4657604,-0.2140498","bedrooms":"0","price":"222000","area":"530"} , +{"type":"Feature","id":"n7538748708","geometry":{"type":"Point","coordinates":[-0.1991491,51.4626578]},"properties":{"@type":"node","@id":7538748708,"@timestamp":1589916321},"coords":"51.4626578,-0.1991491","bedrooms":"3","price":"151000","area":"577"} , +{"type":"Feature","id":"n7538756750","geometry":{"type":"Point","coordinates":[-0.1941055,51.4610252]},"properties":{"@type":"node","@id":7538756750,"@timestamp":1598729526},"coords":"51.4610252,-0.1941055","bedrooms":"1","price":"297000","area":"657"} , +{"type":"Feature","id":"n7538773516","geometry":{"type":"Point","coordinates":[-0.2921122,50.9450514]},"properties":{"@type":"node","@id":7538773516,"@timestamp":1589917000},"coords":"50.9450514,-0.2921122","bedrooms":"3","price":"249000","area":"546"} , +{"type":"Feature","id":"n7538773526","geometry":{"type":"Point","coordinates":[-0.2913825,50.9466375]},"properties":{"@type":"node","@id":7538773526,"@timestamp":1589917000},"coords":"50.9466375,-0.2913825","bedrooms":"3","price":"192000","area":"404"} , +{"type":"Feature","id":"n7538773544","geometry":{"type":"Point","coordinates":[-0.2962218,50.9478048]},"properties":{"@type":"node","@id":7538773544,"@timestamp":1589917000},"coords":"50.9478048,-0.2962218","bedrooms":"3","price":"180000","area":"421"} , +{"type":"Feature","id":"n7538855952","geometry":{"type":"Point","coordinates":[-0.3062179,50.9533151]},"properties":{"@type":"node","@id":7538855952,"@timestamp":1589918680},"coords":"50.9533151,-0.3062179","bedrooms":"1","price":"233000","area":"620"} , +{"type":"Feature","id":"n7538944866","geometry":{"type":"Point","coordinates":[-0.0446641,51.2721571]},"properties":{"@type":"node","@id":7538944866,"@timestamp":1629024394},"coords":"51.2721571,-0.0446641","bedrooms":"2","price":"198000","area":"480"} , +{"type":"Feature","id":"n7539055416","geometry":{"type":"Point","coordinates":[-0.0672943,51.5473112]},"properties":{"@type":"node","@id":7539055416,"@timestamp":1589923994},"coords":"51.5473112,-0.0672943","bedrooms":"2","price":"269000","area":"507"} , +{"type":"Feature","id":"n7539070749","geometry":{"type":"Point","coordinates":[-0.7258024,51.3493877]},"properties":{"@type":"node","@id":7539070749,"@timestamp":1589924731},"coords":"51.3493877,-0.7258024","bedrooms":"0","price":"231000","area":"597"} , +{"type":"Feature","id":"n7539083686","geometry":{"type":"Point","coordinates":[-0.7216253,51.3504814]},"properties":{"@type":"node","@id":7539083686,"@timestamp":1589924731},"coords":"51.3504814,-0.7216253","bedrooms":"3","price":"249000","area":"549"} , +{"type":"Feature","id":"n7539099603","geometry":{"type":"Point","coordinates":[-0.0686742,51.5472605]},"properties":{"@type":"node","@id":7539099603,"@timestamp":1589925355},"coords":"51.5472605,-0.0686742","bedrooms":"4","price":"291000","area":"616"} , +{"type":"Feature","id":"n7539206958","geometry":{"type":"Point","coordinates":[-0.0420179,51.5467385]},"properties":{"@type":"node","@id":7539206958,"@timestamp":1614365641},"coords":"51.5467385,-0.0420179","bedrooms":"3","price":"225000","area":"364"} , +{"type":"Feature","id":"n7539275406","geometry":{"type":"Point","coordinates":[0.2684475,51.4730619]},"properties":{"@type":"node","@id":7539275406,"@timestamp":1589931890},"coords":"51.4730619,0.2684475","bedrooms":"4","price":"288000","area":"429"} , +{"type":"Feature","id":"n7539498847","geometry":{"type":"Point","coordinates":[-0.21041,51.3278917]},"properties":{"@type":"node","@id":7539498847,"@timestamp":1589943075},"coords":"51.3278917,-0.21041","bedrooms":"2","price":"158000","area":"491"} , +{"type":"Feature","id":"n7539520598","geometry":{"type":"Point","coordinates":[0.4617431,51.3231308]},"properties":{"@type":"node","@id":7539520598,"@timestamp":1589941860},"coords":"51.3231308,0.4617431","bedrooms":"3","price":"186000","area":"433"} , +{"type":"Feature","id":"n7539520691","geometry":{"type":"Point","coordinates":[0.4626854,51.3246054]},"properties":{"@type":"node","@id":7539520691,"@timestamp":1589941860},"coords":"51.3246054,0.4626854","bedrooms":"1","price":"269000","area":"373"} , +{"type":"Feature","id":"n7539520701","geometry":{"type":"Point","coordinates":[0.4637723,51.3241311]},"properties":{"@type":"node","@id":7539520701,"@timestamp":1589941860},"coords":"51.3241311,0.4637723","bedrooms":"4","price":"251000","area":"676"} , +{"type":"Feature","id":"n7539520711","geometry":{"type":"Point","coordinates":[0.4638966,51.3227844]},"properties":{"@type":"node","@id":7539520711,"@timestamp":1589941860},"coords":"51.3227844,0.4638966","bedrooms":"0","price":"170000","area":"687"} , +{"type":"Feature","id":"n7540304045","geometry":{"type":"Point","coordinates":[0.1087701,51.6110842]},"properties":{"@type":"node","@id":7540304045,"@timestamp":1589963372},"coords":"51.6110842,0.1087701","bedrooms":"0","price":"228000","area":"663"} , +{"type":"Feature","id":"n7540811739","geometry":{"type":"Point","coordinates":[0.4576948,51.8723875]},"properties":{"@type":"node","@id":7540811739,"@timestamp":1589971315},"coords":"51.8723875,0.4576948","bedrooms":"0","price":"163000","area":"505"} , +{"type":"Feature","id":"n7540811749","geometry":{"type":"Point","coordinates":[0.4720527,51.876789]},"properties":{"@type":"node","@id":7540811749,"@timestamp":1589971315},"coords":"51.876789,0.4720527","bedrooms":"4","price":"237000","area":"532"} , +{"type":"Feature","id":"n7540811759","geometry":{"type":"Point","coordinates":[0.4813465,51.8787313]},"properties":{"@type":"node","@id":7540811759,"@timestamp":1589971315},"coords":"51.8787313,0.4813465","bedrooms":"4","price":"228000","area":"647"} , +{"type":"Feature","id":"n7540895024","geometry":{"type":"Point","coordinates":[-0.1720239,50.9660295]},"properties":{"@type":"node","@id":7540895024,"@timestamp":1589972509},"coords":"50.9660295,-0.1720239","bedrooms":"1","price":"266000","area":"424"} , +{"type":"Feature","id":"n7540895449","geometry":{"type":"Point","coordinates":[0.4795159,51.8760174]},"properties":{"@type":"node","@id":7540895449,"@timestamp":1589972490},"coords":"51.8760174,0.4795159","bedrooms":"3","price":"289000","area":"429"} , +{"type":"Feature","id":"n7541248529","geometry":{"type":"Point","coordinates":[-0.8488441,51.3345769]},"properties":{"@type":"node","@id":7541248529,"@timestamp":1589979204},"coords":"51.3345769,-0.8488441","bedrooms":"0","price":"197000","area":"461"} , +{"type":"Feature","id":"n7541248539","geometry":{"type":"Point","coordinates":[-0.8449983,51.3393533]},"properties":{"@type":"node","@id":7541248539,"@timestamp":1589979204},"coords":"51.3393533,-0.8449983","bedrooms":"1","price":"202000","area":"386"} , +{"type":"Feature","id":"n7541248549","geometry":{"type":"Point","coordinates":[-0.8392473,51.3381598]},"properties":{"@type":"node","@id":7541248549,"@timestamp":1589979204},"coords":"51.3381598,-0.8392473","bedrooms":"4","price":"229000","area":"414"} , +{"type":"Feature","id":"n7541248559","geometry":{"type":"Point","coordinates":[-0.8288267,51.3353879]},"properties":{"@type":"node","@id":7541248559,"@timestamp":1589979204},"coords":"51.3353879,-0.8288267","bedrooms":"2","price":"205000","area":"564"} , +{"type":"Feature","id":"n7541248569","geometry":{"type":"Point","coordinates":[-0.838849,51.3312345]},"properties":{"@type":"node","@id":7541248569,"@timestamp":1589979204},"coords":"51.3312345,-0.838849","bedrooms":"3","price":"265000","area":"599"} , +{"type":"Feature","id":"n7541248579","geometry":{"type":"Point","coordinates":[-0.8404555,51.3352012]},"properties":{"@type":"node","@id":7541248579,"@timestamp":1589979204},"coords":"51.3352012,-0.8404555","bedrooms":"2","price":"297000","area":"488"} , +{"type":"Feature","id":"n7541278489","geometry":{"type":"Point","coordinates":[-0.8323601,51.3343881]},"properties":{"@type":"node","@id":7541278489,"@timestamp":1589979204},"coords":"51.3343881,-0.8323601","bedrooms":"0","price":"253000","area":"453"} , +{"type":"Feature","id":"n7541278499","geometry":{"type":"Point","coordinates":[-0.8437682,51.3340528]},"properties":{"@type":"node","@id":7541278499,"@timestamp":1589979204},"coords":"51.3340528,-0.8437682","bedrooms":"4","price":"251000","area":"353"} , +{"type":"Feature","id":"n7541428408","geometry":{"type":"Point","coordinates":[-0.6626797,51.2010318]},"properties":{"@type":"node","@id":7541428408,"@timestamp":1589983851},"coords":"51.2010318,-0.6626797","bedrooms":"1","price":"214000","area":"443"} , +{"type":"Feature","id":"n7541534211","geometry":{"type":"Point","coordinates":[0.0111048,51.5505101]},"properties":{"@type":"node","@id":7541534211,"@timestamp":1619887079},"coords":"51.5505101,0.0111048","bedrooms":"3","price":"181000","area":"648"} , +{"type":"Feature","id":"n7541634845","geometry":{"type":"Point","coordinates":[-0.3316111,51.5039251]},"properties":{"@type":"node","@id":7541634845,"@timestamp":1612390843},"coords":"51.5039251,-0.3316111","bedrooms":"0","price":"187000","area":"378"} , +{"type":"Feature","id":"n7541707286","geometry":{"type":"Point","coordinates":[0.5116233,51.8941657]},"properties":{"@type":"node","@id":7541707286,"@timestamp":1589991098},"coords":"51.8941657,0.5116233","bedrooms":"3","price":"184000","area":"610"} , +{"type":"Feature","id":"n7541707296","geometry":{"type":"Point","coordinates":[0.5077744,51.8870377]},"properties":{"@type":"node","@id":7541707296,"@timestamp":1589991098},"coords":"51.8870377,0.5077744","bedrooms":"2","price":"262000","area":"696"} , +{"type":"Feature","id":"n7541707306","geometry":{"type":"Point","coordinates":[0.4976383,51.8825279]},"properties":{"@type":"node","@id":7541707306,"@timestamp":1589991098},"coords":"51.8825279,0.4976383","bedrooms":"1","price":"288000","area":"357"} , +{"type":"Feature","id":"n7541717890","geometry":{"type":"Point","coordinates":[0.4935881,51.8895863]},"properties":{"@type":"node","@id":7541717890,"@timestamp":1589991570},"coords":"51.8895863,0.4935881","bedrooms":"4","price":"160000","area":"684"} , +{"type":"Feature","id":"n7541719725","geometry":{"type":"Point","coordinates":[0.4734072,51.9051849]},"properties":{"@type":"node","@id":7541719725,"@timestamp":1589992602},"coords":"51.9051849,0.4734072","bedrooms":"1","price":"274000","area":"369"} , +{"type":"Feature","id":"n7541719735","geometry":{"type":"Point","coordinates":[0.4834896,51.9089909]},"properties":{"@type":"node","@id":7541719735,"@timestamp":1589992602},"coords":"51.9089909,0.4834896","bedrooms":"1","price":"291000","area":"396"} , +{"type":"Feature","id":"n7541719745","geometry":{"type":"Point","coordinates":[0.4886448,51.9148266]},"properties":{"@type":"node","@id":7541719745,"@timestamp":1589992602},"coords":"51.9148266,0.4886448","bedrooms":"1","price":"156000","area":"488"} , +{"type":"Feature","id":"n7541719755","geometry":{"type":"Point","coordinates":[0.4984832,51.9196921]},"properties":{"@type":"node","@id":7541719755,"@timestamp":1589992602},"coords":"51.9196921,0.4984832","bedrooms":"0","price":"262000","area":"612"} , +{"type":"Feature","id":"n7541759569","geometry":{"type":"Point","coordinates":[-0.3199462,50.9565442]},"properties":{"@type":"node","@id":7541759569,"@timestamp":1589993121},"coords":"50.9565442,-0.3199462","bedrooms":"0","price":"198000","area":"510"} , +{"type":"Feature","id":"n7541773785","geometry":{"type":"Point","coordinates":[-0.3276481,50.9546073]},"properties":{"@type":"node","@id":7541773785,"@timestamp":1589993121},"coords":"50.9546073,-0.3276481","bedrooms":"4","price":"233000","area":"398"} , +{"type":"Feature","id":"n7541773795","geometry":{"type":"Point","coordinates":[-0.3272682,50.9560974]},"properties":{"@type":"node","@id":7541773795,"@timestamp":1589993121},"coords":"50.9560974,-0.3272682","bedrooms":"4","price":"233000","area":"394"} , +{"type":"Feature","id":"n7541890925","geometry":{"type":"Point","coordinates":[-0.3298176,50.9586093]},"properties":{"@type":"node","@id":7541890925,"@timestamp":1589995487},"coords":"50.9586093,-0.3298176","bedrooms":"2","price":"279000","area":"528"} , +{"type":"Feature","id":"n7542107786","geometry":{"type":"Point","coordinates":[-0.1586716,51.4845795]},"properties":{"@type":"node","@id":7542107786,"@timestamp":1611993703},"coords":"51.4845795,-0.1586716","bedrooms":"2","price":"246000","area":"600"} , +{"type":"Feature","id":"n7542262273","geometry":{"type":"Point","coordinates":[-0.3304136,50.9613641]},"properties":{"@type":"node","@id":7542262273,"@timestamp":1590003670},"coords":"50.9613641,-0.3304136","bedrooms":"0","price":"283000","area":"379"} , +{"type":"Feature","id":"n7542267394","geometry":{"type":"Point","coordinates":[-0.3324013,50.9648597]},"properties":{"@type":"node","@id":7542267394,"@timestamp":1590003670},"coords":"50.9648597,-0.3324013","bedrooms":"1","price":"166000","area":"660"} , +{"type":"Feature","id":"n7542267406","geometry":{"type":"Point","coordinates":[-0.328146,50.9648215]},"properties":{"@type":"node","@id":7542267406,"@timestamp":1590003670},"coords":"50.9648215,-0.328146","bedrooms":"1","price":"222000","area":"578"} , +{"type":"Feature","id":"n7542267416","geometry":{"type":"Point","coordinates":[-0.325697,50.9659806]},"properties":{"@type":"node","@id":7542267416,"@timestamp":1590003670},"coords":"50.9659806,-0.325697","bedrooms":"0","price":"161000","area":"395"} , +{"type":"Feature","id":"n7542267427","geometry":{"type":"Point","coordinates":[-0.331328,50.9649883]},"properties":{"@type":"node","@id":7542267427,"@timestamp":1590003670},"coords":"50.9649883,-0.331328","bedrooms":"0","price":"206000","area":"397"} , +{"type":"Feature","id":"n7542267455","geometry":{"type":"Point","coordinates":[-0.3333594,50.9679075]},"properties":{"@type":"node","@id":7542267455,"@timestamp":1590003670},"coords":"50.9679075,-0.3333594","bedrooms":"0","price":"260000","area":"549"} , +{"type":"Feature","id":"n7542267465","geometry":{"type":"Point","coordinates":[-0.3326361,50.9692517]},"properties":{"@type":"node","@id":7542267465,"@timestamp":1590003670},"coords":"50.9692517,-0.3326361","bedrooms":"2","price":"271000","area":"350"} , +{"type":"Feature","id":"n7542267497","geometry":{"type":"Point","coordinates":[-0.3374009,50.9705578]},"properties":{"@type":"node","@id":7542267497,"@timestamp":1590003670},"coords":"50.9705578,-0.3374009","bedrooms":"4","price":"284000","area":"504"} , +{"type":"Feature","id":"n7542267507","geometry":{"type":"Point","coordinates":[-0.3398178,50.9713083]},"properties":{"@type":"node","@id":7542267507,"@timestamp":1590003670},"coords":"50.9713083,-0.3398178","bedrooms":"0","price":"154000","area":"672"} , +{"type":"Feature","id":"n7542267517","geometry":{"type":"Point","coordinates":[-0.3286932,50.9691813]},"properties":{"@type":"node","@id":7542267517,"@timestamp":1590003670},"coords":"50.9691813,-0.3286932","bedrooms":"4","price":"262000","area":"490"} , +{"type":"Feature","id":"n7542267533","geometry":{"type":"Point","coordinates":[-0.3251079,50.9700401]},"properties":{"@type":"node","@id":7542267533,"@timestamp":1590003670},"coords":"50.9700401,-0.3251079","bedrooms":"4","price":"297000","area":"687"} , +{"type":"Feature","id":"n7542267560","geometry":{"type":"Point","coordinates":[-0.3259782,50.9624629]},"properties":{"@type":"node","@id":7542267560,"@timestamp":1590003670},"coords":"50.9624629,-0.3259782","bedrooms":"1","price":"216000","area":"427"} , +{"type":"Feature","id":"n7542320701","geometry":{"type":"Point","coordinates":[-0.3333061,50.9723289]},"properties":{"@type":"node","@id":7542320701,"@timestamp":1590005592},"coords":"50.9723289,-0.3333061","bedrooms":"0","price":"217000","area":"638"} , +{"type":"Feature","id":"n7542360044","geometry":{"type":"Point","coordinates":[0.576624,51.8594222]},"properties":{"@type":"node","@id":7542360044,"@timestamp":1590007876},"coords":"51.8594222,0.576624","bedrooms":"3","price":"151000","area":"522"} , +{"type":"Feature","id":"n7542523474","geometry":{"type":"Point","coordinates":[-0.3830416,51.5331075]},"properties":{"@type":"node","@id":7542523474,"@timestamp":1590013068},"coords":"51.5331075,-0.3830416","bedrooms":"1","price":"230000","area":"488"} , +{"type":"Feature","id":"n7542731484","geometry":{"type":"Point","coordinates":[0.2233608,51.5102814]},"properties":{"@type":"node","@id":7542731484,"@timestamp":1590020829},"coords":"51.5102814,0.2233608","bedrooms":"2","price":"187000","area":"685"} , +{"type":"Feature","id":"n7542733809","geometry":{"type":"Point","coordinates":[0.2269476,51.5026308]},"properties":{"@type":"node","@id":7542733809,"@timestamp":1590020829},"coords":"51.5026308,0.2269476","bedrooms":"1","price":"299000","area":"684"} , +{"type":"Feature","id":"n7543024350","geometry":{"type":"Point","coordinates":[-1.0249362,50.9445457]},"properties":{"@type":"node","@id":7543024350,"@timestamp":1590024930},"coords":"50.9445457,-1.0249362","bedrooms":"0","price":"153000","area":"372"} , +{"type":"Feature","id":"n7543620133","geometry":{"type":"Point","coordinates":[-0.9388718,51.4584895]},"properties":{"@type":"node","@id":7543620133,"@timestamp":1590044241},"coords":"51.4584895,-0.9388718","bedrooms":"4","price":"213000","area":"481"} , +{"type":"Feature","id":"n7543981685","geometry":{"type":"Point","coordinates":[-0.3324419,50.9779409]},"properties":{"@type":"node","@id":7543981685,"@timestamp":1590050908},"coords":"50.9779409,-0.3324419","bedrooms":"0","price":"283000","area":"571"} , +{"type":"Feature","id":"n7544034192","geometry":{"type":"Point","coordinates":[-0.3287716,50.977847]},"properties":{"@type":"node","@id":7544034192,"@timestamp":1590052246},"coords":"50.977847,-0.3287716","bedrooms":"0","price":"291000","area":"637"} , +{"type":"Feature","id":"n7544457423","geometry":{"type":"Point","coordinates":[-0.1842817,51.4937011]},"properties":{"@type":"node","@id":7544457423,"@timestamp":1598163723},"coords":"51.4937011,-0.1842817","bedrooms":"2","price":"162000","area":"697"} , +{"type":"Feature","id":"n7544592947","geometry":{"type":"Point","coordinates":[-0.3164034,50.9847124]},"properties":{"@type":"node","@id":7544592947,"@timestamp":1590060283},"coords":"50.9847124,-0.3164034","bedrooms":"0","price":"255000","area":"475"} , +{"type":"Feature","id":"n7544615485","geometry":{"type":"Point","coordinates":[0.082573,51.3964589]},"properties":{"@type":"node","@id":7544615485,"@timestamp":1590060406},"coords":"51.3964589,0.082573","bedrooms":"4","price":"287000","area":"522"} , +{"type":"Feature","id":"n7544631808","geometry":{"type":"Point","coordinates":[-0.3087159,50.98181]},"properties":{"@type":"node","@id":7544631808,"@timestamp":1590060757},"coords":"50.98181,-0.3087159","bedrooms":"1","price":"225000","area":"362"} , +{"type":"Feature","id":"n7544764920","geometry":{"type":"Point","coordinates":[-0.6249099,51.4756841]},"properties":{"@type":"node","@id":7544764920,"@timestamp":1590062236},"coords":"51.4756841,-0.6249099","bedrooms":"1","price":"174000","area":"522"} , +{"type":"Feature","id":"n7544764930","geometry":{"type":"Point","coordinates":[-0.624234,51.4754585]},"properties":{"@type":"node","@id":7544764930,"@timestamp":1590062236},"coords":"51.4754585,-0.624234","bedrooms":"1","price":"219000","area":"361"} , +{"type":"Feature","id":"n7544908793","geometry":{"type":"Point","coordinates":[0.5679076,51.240454]},"properties":{"@type":"node","@id":7544908793,"@timestamp":1590065205},"coords":"51.240454,0.5679076","bedrooms":"2","price":"248000","area":"511"} , +{"type":"Feature","id":"n7544987696","geometry":{"type":"Point","coordinates":[0.1931995,51.5154529]},"properties":{"@type":"node","@id":7544987696,"@timestamp":1611864297},"coords":"51.5154529,0.1931995","bedrooms":"2","price":"292000","area":"488"} , +{"type":"Feature","id":"n7544987772","geometry":{"type":"Point","coordinates":[0.1896131,51.5153684]},"properties":{"@type":"node","@id":7544987772,"@timestamp":1590067041},"coords":"51.5153684,0.1896131","bedrooms":"3","price":"246000","area":"515"} , +{"type":"Feature","id":"n7545002731","geometry":{"type":"Point","coordinates":[-0.194223,51.5062294]},"properties":{"@type":"node","@id":7545002731,"@timestamp":1590067519},"coords":"51.5062294,-0.194223","bedrooms":"4","price":"247000","area":"550"} , +{"type":"Feature","id":"n7545002741","geometry":{"type":"Point","coordinates":[-0.1939731,51.5057183]},"properties":{"@type":"node","@id":7545002741,"@timestamp":1590067519},"coords":"51.5057183,-0.1939731","bedrooms":"0","price":"159000","area":"624"} , +{"type":"Feature","id":"n7545003011","geometry":{"type":"Point","coordinates":[-0.1941569,51.5064199]},"properties":{"@type":"node","@id":7545003011,"@timestamp":1590067519},"coords":"51.5064199,-0.1941569","bedrooms":"4","price":"207000","area":"674"} , +{"type":"Feature","id":"n7545151160","geometry":{"type":"Point","coordinates":[-0.3089286,50.980207]},"properties":{"@type":"node","@id":7545151160,"@timestamp":1590071948},"coords":"50.980207,-0.3089286","bedrooms":"3","price":"233000","area":"507"} , +{"type":"Feature","id":"n7545151170","geometry":{"type":"Point","coordinates":[-0.3099378,50.9789904]},"properties":{"@type":"node","@id":7545151170,"@timestamp":1590071948},"coords":"50.9789904,-0.3099378","bedrooms":"4","price":"286000","area":"677"} , +{"type":"Feature","id":"n7545151180","geometry":{"type":"Point","coordinates":[-0.3114798,50.9809936]},"properties":{"@type":"node","@id":7545151180,"@timestamp":1590071948},"coords":"50.9809936,-0.3114798","bedrooms":"3","price":"258000","area":"591"} , +{"type":"Feature","id":"n7545156927","geometry":{"type":"Point","coordinates":[0.020903,51.549043]},"properties":{"@type":"node","@id":7545156927,"@timestamp":1621326494},"coords":"51.549043,0.020903","bedrooms":"2","price":"299000","area":"372"} , +{"type":"Feature","id":"n7545176998","geometry":{"type":"Point","coordinates":[-0.3083176,50.9814144]},"properties":{"@type":"node","@id":7545176998,"@timestamp":1590071948},"coords":"50.9814144,-0.3083176","bedrooms":"0","price":"157000","area":"432"} , +{"type":"Feature","id":"n7545177044","geometry":{"type":"Point","coordinates":[-0.3073212,50.9766252]},"properties":{"@type":"node","@id":7545177044,"@timestamp":1590071948},"coords":"50.9766252,-0.3073212","bedrooms":"2","price":"252000","area":"494"} , +{"type":"Feature","id":"n7545468910","geometry":{"type":"Point","coordinates":[0.5163869,51.8685876]},"properties":{"@type":"node","@id":7545468910,"@timestamp":1590074970},"coords":"51.8685876,0.5163869","bedrooms":"4","price":"294000","area":"614"} , +{"type":"Feature","id":"n7545468920","geometry":{"type":"Point","coordinates":[0.5123314,51.8728048]},"properties":{"@type":"node","@id":7545468920,"@timestamp":1590074970},"coords":"51.8728048,0.5123314","bedrooms":"3","price":"194000","area":"601"} , +{"type":"Feature","id":"n7545541589","geometry":{"type":"Point","coordinates":[0.4355158,51.3125086]},"properties":{"@type":"node","@id":7545541589,"@timestamp":1590076631},"coords":"51.3125086,0.4355158","bedrooms":"2","price":"158000","area":"664"} , +{"type":"Feature","id":"n7545620986","geometry":{"type":"Point","coordinates":[0.4501603,51.3180752]},"properties":{"@type":"node","@id":7545620986,"@timestamp":1590078454},"coords":"51.3180752,0.4501603","bedrooms":"0","price":"195000","area":"690"} , +{"type":"Feature","id":"n7545777410","geometry":{"type":"Point","coordinates":[-0.3018893,50.9747775]},"properties":{"@type":"node","@id":7545777410,"@timestamp":1590083585},"coords":"50.9747775,-0.3018893","bedrooms":"1","price":"268000","area":"441"} , +{"type":"Feature","id":"n7545777427","geometry":{"type":"Point","coordinates":[-0.2918764,50.9757209]},"properties":{"@type":"node","@id":7545777427,"@timestamp":1590083585},"coords":"50.9757209,-0.2918764","bedrooms":"3","price":"200000","area":"424"} , +{"type":"Feature","id":"n7545777467","geometry":{"type":"Point","coordinates":[-0.2912929,50.9741551]},"properties":{"@type":"node","@id":7545777467,"@timestamp":1590083585},"coords":"50.9741551,-0.2912929","bedrooms":"0","price":"255000","area":"504"} , +{"type":"Feature","id":"n7545799308","geometry":{"type":"Point","coordinates":[-0.2879075,50.9743771]},"properties":{"@type":"node","@id":7545799308,"@timestamp":1590083585},"coords":"50.9743771,-0.2879075","bedrooms":"2","price":"170000","area":"691"} , +{"type":"Feature","id":"n7545799334","geometry":{"type":"Point","coordinates":[-0.2891033,50.9713259]},"properties":{"@type":"node","@id":7545799334,"@timestamp":1590083585},"coords":"50.9713259,-0.2891033","bedrooms":"0","price":"297000","area":"489"} , +{"type":"Feature","id":"n7545799344","geometry":{"type":"Point","coordinates":[-0.2980171,50.9704077]},"properties":{"@type":"node","@id":7545799344,"@timestamp":1590083585},"coords":"50.9704077,-0.2980171","bedrooms":"4","price":"182000","area":"397"} , +{"type":"Feature","id":"n7545818778","geometry":{"type":"Point","coordinates":[-0.1945672,51.5072937]},"properties":{"@type":"node","@id":7545818778,"@timestamp":1590084120},"coords":"51.5072937,-0.1945672","bedrooms":"3","price":"266000","area":"470"} , +{"type":"Feature","id":"n7545971554","geometry":{"type":"Point","coordinates":[-0.5489848,51.6595069]},"properties":{"@type":"node","@id":7545971554,"@timestamp":1590087394},"coords":"51.6595069,-0.5489848","bedrooms":"1","price":"219000","area":"539"} , +{"type":"Feature","id":"n7546261208","geometry":{"type":"Point","coordinates":[-0.3923263,51.632754]},"properties":{"@type":"node","@id":7546261208,"@timestamp":1590097857},"coords":"51.632754,-0.3923263","bedrooms":"2","price":"176000","area":"458"} , +{"type":"Feature","id":"n7546317113","geometry":{"type":"Point","coordinates":[-0.2482612,51.3887817]},"properties":{"@type":"node","@id":7546317113,"@timestamp":1590099495},"coords":"51.3887817,-0.2482612","bedrooms":"0","price":"218000","area":"680"} , +{"type":"Feature","id":"n7546381380","geometry":{"type":"Point","coordinates":[-0.2164833,51.4342852]},"properties":{"@type":"node","@id":7546381380,"@timestamp":1616110350},"coords":"51.4342852,-0.2164833","bedrooms":"1","price":"169000","area":"614"} , +{"type":"Feature","id":"n7546384482","geometry":{"type":"Point","coordinates":[-0.0112557,51.5380209]},"properties":{"@type":"node","@id":7546384482,"@timestamp":1590103519},"coords":"51.5380209,-0.0112557","bedrooms":"2","price":"156000","area":"396"} , +{"type":"Feature","id":"n7546429516","geometry":{"type":"Point","coordinates":[-0.0324792,51.8087846]},"properties":{"@type":"node","@id":7546429516,"@timestamp":1590103247},"coords":"51.8087846,-0.0324792","bedrooms":"0","price":"246000","area":"381"} , +{"type":"Feature","id":"n7546443878","geometry":{"type":"Point","coordinates":[-0.0132556,51.5454703]},"properties":{"@type":"node","@id":7546443878,"@timestamp":1590104416},"coords":"51.5454703,-0.0132556","bedrooms":"4","price":"264000","area":"574"} , +{"type":"Feature","id":"n7546451386","geometry":{"type":"Point","coordinates":[-0.0130957,51.5401581]},"properties":{"@type":"node","@id":7546451386,"@timestamp":1590104416},"coords":"51.5401581,-0.0130957","bedrooms":"0","price":"162000","area":"636"} , +{"type":"Feature","id":"n7546781937","geometry":{"type":"Point","coordinates":[-0.1945639,51.509247]},"properties":{"@type":"node","@id":7546781937,"@timestamp":1624752070},"coords":"51.509247,-0.1945639","bedrooms":"2","price":"247000","area":"584"} , +{"type":"Feature","id":"n7547056873","geometry":{"type":"Point","coordinates":[-0.7696136,51.6219053]},"properties":{"@type":"node","@id":7547056873,"@timestamp":1590126569},"coords":"51.6219053,-0.7696136","bedrooms":"3","price":"171000","area":"354"} , +{"type":"Feature","id":"n7547517891","geometry":{"type":"Point","coordinates":[-0.534809,51.1951676]},"properties":{"@type":"node","@id":7547517891,"@timestamp":1590134862},"coords":"51.1951676,-0.534809","bedrooms":"2","price":"243000","area":"360"} , +{"type":"Feature","id":"n7547529102","geometry":{"type":"Point","coordinates":[0.0176106,51.5457539]},"properties":{"@type":"node","@id":7547529102,"@timestamp":1603984303},"coords":"51.5457539,0.0176106","bedrooms":"3","price":"298000","area":"510"} , +{"type":"Feature","id":"n7547681103","geometry":{"type":"Point","coordinates":[-0.2935501,50.965949]},"properties":{"@type":"node","@id":7547681103,"@timestamp":1590137580},"coords":"50.965949,-0.2935501","bedrooms":"2","price":"279000","area":"651"} , +{"type":"Feature","id":"n7547833599","geometry":{"type":"Point","coordinates":[-0.5323823,51.2015491]},"properties":{"@type":"node","@id":7547833599,"@timestamp":1590139865},"coords":"51.2015491,-0.5323823","bedrooms":"4","price":"262000","area":"523"} , +{"type":"Feature","id":"n7547849459","geometry":{"type":"Point","coordinates":[-0.2891931,50.9669015]},"properties":{"@type":"node","@id":7547849459,"@timestamp":1590142023},"coords":"50.9669015,-0.2891931","bedrooms":"3","price":"258000","area":"609"} , +{"type":"Feature","id":"n7548007265","geometry":{"type":"Point","coordinates":[-0.2953007,50.9656111]},"properties":{"@type":"node","@id":7548007265,"@timestamp":1590142023},"coords":"50.9656111,-0.2953007","bedrooms":"2","price":"165000","area":"358"} , +{"type":"Feature","id":"n7548007275","geometry":{"type":"Point","coordinates":[-0.2985239,50.9645711]},"properties":{"@type":"node","@id":7548007275,"@timestamp":1590142023},"coords":"50.9645711,-0.2985239","bedrooms":"2","price":"217000","area":"542"} , +{"type":"Feature","id":"n7548432748","geometry":{"type":"Point","coordinates":[-0.4343574,51.6502087]},"properties":{"@type":"node","@id":7548432748,"@timestamp":1616604948},"coords":"51.6502087,-0.4343574","bedrooms":"2","price":"241000","area":"676"} , +{"type":"Feature","id":"n7549191347","geometry":{"type":"Point","coordinates":[-0.1941711,51.5081614]},"properties":{"@type":"node","@id":7549191347,"@timestamp":1590161962},"coords":"51.5081614,-0.1941711","bedrooms":"0","price":"205000","area":"624"} , +{"type":"Feature","id":"n7549199005","geometry":{"type":"Point","coordinates":[-0.1938551,51.5083433]},"properties":{"@type":"node","@id":7549199005,"@timestamp":1590161962},"coords":"51.5083433,-0.1938551","bedrooms":"1","price":"214000","area":"356"} , +{"type":"Feature","id":"n7549199223","geometry":{"type":"Point","coordinates":[-0.1938197,51.5073485]},"properties":{"@type":"node","@id":7549199223,"@timestamp":1590161962},"coords":"51.5073485,-0.1938197","bedrooms":"1","price":"225000","area":"544"} , +{"type":"Feature","id":"n7549199254","geometry":{"type":"Point","coordinates":[-0.1940099,51.5068647]},"properties":{"@type":"node","@id":7549199254,"@timestamp":1590161962},"coords":"51.5068647,-0.1940099","bedrooms":"3","price":"292000","area":"489"} , +{"type":"Feature","id":"n7549217833","geometry":{"type":"Point","coordinates":[-0.1937333,51.5062794]},"properties":{"@type":"node","@id":7549217833,"@timestamp":1590162758},"coords":"51.5062794,-0.1937333","bedrooms":"4","price":"164000","area":"382"} , +{"type":"Feature","id":"n7549341737","geometry":{"type":"Point","coordinates":[-0.1929024,51.5056464]},"properties":{"@type":"node","@id":7549341737,"@timestamp":1590166123},"coords":"51.5056464,-0.1929024","bedrooms":"1","price":"261000","area":"642"} , +{"type":"Feature","id":"n7549341747","geometry":{"type":"Point","coordinates":[-0.1932253,51.5062088]},"properties":{"@type":"node","@id":7549341747,"@timestamp":1590166123},"coords":"51.5062088,-0.1932253","bedrooms":"0","price":"274000","area":"611"} , +{"type":"Feature","id":"n7549341757","geometry":{"type":"Point","coordinates":[-0.1935195,51.5067213]},"properties":{"@type":"node","@id":7549341757,"@timestamp":1590166123},"coords":"51.5067213,-0.1935195","bedrooms":"1","price":"247000","area":"667"} , +{"type":"Feature","id":"n7549411096","geometry":{"type":"Point","coordinates":[-0.2830762,50.9674897]},"properties":{"@type":"node","@id":7549411096,"@timestamp":1590168188},"coords":"50.9674897,-0.2830762","bedrooms":"3","price":"186000","area":"466"} , +{"type":"Feature","id":"n7549411108","geometry":{"type":"Point","coordinates":[-0.2840834,50.9668532]},"properties":{"@type":"node","@id":7549411108,"@timestamp":1590168188},"coords":"50.9668532,-0.2840834","bedrooms":"2","price":"159000","area":"367"} , +{"type":"Feature","id":"n7549424965","geometry":{"type":"Point","coordinates":[-0.0774067,51.5262484]},"properties":{"@type":"node","@id":7549424965,"@timestamp":1590168766},"coords":"51.5262484,-0.0774067","bedrooms":"2","price":"292000","area":"510"} , +{"type":"Feature","id":"n7549598111","geometry":{"type":"Point","coordinates":[0.1595147,51.0464362]},"properties":{"@type":"node","@id":7549598111,"@timestamp":1590174507},"coords":"51.0464362,0.1595147","bedrooms":"2","price":"233000","area":"575"} , +{"type":"Feature","id":"n7549598121","geometry":{"type":"Point","coordinates":[0.1584739,51.0457682]},"properties":{"@type":"node","@id":7549598121,"@timestamp":1590174507},"coords":"51.0457682,0.1584739","bedrooms":"1","price":"166000","area":"455"} , +{"type":"Feature","id":"n7549657069","geometry":{"type":"Point","coordinates":[-0.1542051,51.4886749]},"properties":{"@type":"node","@id":7549657069,"@timestamp":1592674966},"coords":"51.4886749,-0.1542051","bedrooms":"2","price":"245000","area":"368"} , +{"type":"Feature","id":"n7549699604","geometry":{"type":"Point","coordinates":[-0.5921134,51.5083547]},"properties":{"@type":"node","@id":7549699604,"@timestamp":1590176725},"coords":"51.5083547,-0.5921134","bedrooms":"4","price":"233000","area":"595"} , +{"type":"Feature","id":"n7549710643","geometry":{"type":"Point","coordinates":[-0.2794189,50.9610677]},"properties":{"@type":"node","@id":7549710643,"@timestamp":1590176939},"coords":"50.9610677,-0.2794189","bedrooms":"1","price":"225000","area":"692"} , +{"type":"Feature","id":"n7549710653","geometry":{"type":"Point","coordinates":[-0.267466,50.9669716]},"properties":{"@type":"node","@id":7549710653,"@timestamp":1590176939},"coords":"50.9669716,-0.267466","bedrooms":"4","price":"259000","area":"638"} , +{"type":"Feature","id":"n7549710663","geometry":{"type":"Point","coordinates":[-0.2603057,50.9691235]},"properties":{"@type":"node","@id":7549710663,"@timestamp":1590176939},"coords":"50.9691235,-0.2603057","bedrooms":"2","price":"264000","area":"648"} , +{"type":"Feature","id":"n7549710673","geometry":{"type":"Point","coordinates":[-0.2524157,50.9686899]},"properties":{"@type":"node","@id":7549710673,"@timestamp":1590176939},"coords":"50.9686899,-0.2524157","bedrooms":"1","price":"161000","area":"658"} , +{"type":"Feature","id":"n7549795290","geometry":{"type":"Point","coordinates":[-0.2779448,50.9612633]},"properties":{"@type":"node","@id":7549795290,"@timestamp":1590178794},"coords":"50.9612633,-0.2779448","bedrooms":"4","price":"226000","area":"444"} , +{"type":"Feature","id":"n7549795335","geometry":{"type":"Point","coordinates":[-0.2763526,50.9588644]},"properties":{"@type":"node","@id":7549795335,"@timestamp":1590178794},"coords":"50.9588644,-0.2763526","bedrooms":"3","price":"158000","area":"417"} , +{"type":"Feature","id":"n7549940578","geometry":{"type":"Point","coordinates":[-0.118555,51.5217176]},"properties":{"@type":"node","@id":7549940578,"@timestamp":1590181972},"coords":"51.5217176,-0.118555","bedrooms":"0","price":"233000","area":"490"} , +{"type":"Feature","id":"n7549942988","geometry":{"type":"Point","coordinates":[-0.1184135,51.5219396]},"properties":{"@type":"node","@id":7549942988,"@timestamp":1590181972},"coords":"51.5219396,-0.1184135","bedrooms":"4","price":"240000","area":"671"} , +{"type":"Feature","id":"n7549988360","geometry":{"type":"Point","coordinates":[-0.117977,51.5211748]},"properties":{"@type":"node","@id":7549988360,"@timestamp":1590184313},"coords":"51.5211748,-0.117977","bedrooms":"3","price":"290000","area":"495"} , +{"type":"Feature","id":"n7550028027","geometry":{"type":"Point","coordinates":[-0.0021587,51.6929753]},"properties":{"@type":"node","@id":7550028027,"@timestamp":1590185451},"coords":"51.6929753,-0.0021587","bedrooms":"2","price":"162000","area":"362"} , +{"type":"Feature","id":"n7550384800","geometry":{"type":"Point","coordinates":[-0.1932331,51.5071368]},"properties":{"@type":"node","@id":7550384800,"@timestamp":1590208873},"coords":"51.5071368,-0.1932331","bedrooms":"1","price":"278000","area":"497"} , +{"type":"Feature","id":"n7550384810","geometry":{"type":"Point","coordinates":[-0.1929097,51.5066073]},"properties":{"@type":"node","@id":7550384810,"@timestamp":1590208873},"coords":"51.5066073,-0.1929097","bedrooms":"4","price":"162000","area":"490"} , +{"type":"Feature","id":"n7550384820","geometry":{"type":"Point","coordinates":[-0.1925768,51.5060622]},"properties":{"@type":"node","@id":7550384820,"@timestamp":1590208873},"coords":"51.5060622,-0.1925768","bedrooms":"4","price":"187000","area":"699"} , +{"type":"Feature","id":"n7550480177","geometry":{"type":"Point","coordinates":[-0.1917606,51.5055905]},"properties":{"@type":"node","@id":7550480177,"@timestamp":1590211659},"coords":"51.5055905,-0.1917606","bedrooms":"2","price":"250000","area":"375"} , +{"type":"Feature","id":"n7550497887","geometry":{"type":"Point","coordinates":[-0.1920611,51.5060743]},"properties":{"@type":"node","@id":7550497887,"@timestamp":1590211659},"coords":"51.5060743,-0.1920611","bedrooms":"4","price":"177000","area":"657"} , +{"type":"Feature","id":"n7550497967","geometry":{"type":"Point","coordinates":[-0.1923892,51.5066027]},"properties":{"@type":"node","@id":7550497967,"@timestamp":1590211659},"coords":"51.5066027,-0.1923892","bedrooms":"1","price":"216000","area":"428"} , +{"type":"Feature","id":"n7550498005","geometry":{"type":"Point","coordinates":[-0.1927384,51.507165]},"properties":{"@type":"node","@id":7550498005,"@timestamp":1590211659},"coords":"51.507165,-0.1927384","bedrooms":"0","price":"296000","area":"636"} , +{"type":"Feature","id":"n7550498015","geometry":{"type":"Point","coordinates":[-0.1930902,51.5077314]},"properties":{"@type":"node","@id":7550498015,"@timestamp":1590211659},"coords":"51.5077314,-0.1930902","bedrooms":"0","price":"193000","area":"360"} , +{"type":"Feature","id":"n7550987644","geometry":{"type":"Point","coordinates":[-0.1935775,51.5084101]},"properties":{"@type":"node","@id":7550987644,"@timestamp":1590226653},"coords":"51.5084101,-0.1935775","bedrooms":"3","price":"225000","area":"423"} , +{"type":"Feature","id":"n7551001332","geometry":{"type":"Point","coordinates":[-0.2738664,50.9528313]},"properties":{"@type":"node","@id":7551001332,"@timestamp":1590226352},"coords":"50.9528313,-0.2738664","bedrooms":"0","price":"233000","area":"361"} , +{"type":"Feature","id":"n7551001384","geometry":{"type":"Point","coordinates":[-0.2746738,50.9513285]},"properties":{"@type":"node","@id":7551001384,"@timestamp":1590226352},"coords":"50.9513285,-0.2746738","bedrooms":"1","price":"258000","area":"636"} , +{"type":"Feature","id":"n7551286457","geometry":{"type":"Point","coordinates":[-0.7856176,51.3345478]},"properties":{"@type":"node","@id":7551286457,"@timestamp":1590241020},"coords":"51.3345478,-0.7856176","bedrooms":"1","price":"201000","area":"655"} , +{"type":"Feature","id":"n7551625985","geometry":{"type":"Point","coordinates":[-0.1780007,51.492131]},"properties":{"@type":"node","@id":7551625985,"@timestamp":1605118069},"coords":"51.492131,-0.1780007","bedrooms":"3","price":"251000","area":"540"} , +{"type":"Feature","id":"n7551775059","geometry":{"type":"Point","coordinates":[-0.2815368,51.6523592]},"properties":{"@type":"node","@id":7551775059,"@timestamp":1590246158},"coords":"51.6523592,-0.2815368","bedrooms":"0","price":"232000","area":"378"} , +{"type":"Feature","id":"n7551802926","geometry":{"type":"Point","coordinates":[-0.2800639,51.646159]},"properties":{"@type":"node","@id":7551802926,"@timestamp":1590246158},"coords":"51.646159,-0.2800639","bedrooms":"1","price":"218000","area":"627"} , +{"type":"Feature","id":"n7551813820","geometry":{"type":"Point","coordinates":[-0.8102776,51.3519227]},"properties":{"@type":"node","@id":7551813820,"@timestamp":1590247799},"coords":"51.3519227,-0.8102776","bedrooms":"2","price":"173000","area":"675"} , +{"type":"Feature","id":"n7551857150","geometry":{"type":"Point","coordinates":[-0.2544406,51.6280327]},"properties":{"@type":"node","@id":7551857150,"@timestamp":1590248106},"coords":"51.6280327,-0.2544406","bedrooms":"2","price":"255000","area":"520"} , +{"type":"Feature","id":"n7551868059","geometry":{"type":"Point","coordinates":[-0.8055692,51.349661]},"properties":{"@type":"node","@id":7551868059,"@timestamp":1590248796},"coords":"51.349661,-0.8055692","bedrooms":"4","price":"177000","area":"391"} , +{"type":"Feature","id":"n7551880469","geometry":{"type":"Point","coordinates":[-0.8023015,51.3460874]},"properties":{"@type":"node","@id":7551880469,"@timestamp":1590248718},"coords":"51.3460874,-0.8023015","bedrooms":"1","price":"203000","area":"585"} , +{"type":"Feature","id":"n7551899028","geometry":{"type":"Point","coordinates":[-0.0003216,51.4528516]},"properties":{"@type":"node","@id":7551899028,"@timestamp":1590252579},"coords":"51.4528516,-0.0003216","bedrooms":"0","price":"255000","area":"633"} , +{"type":"Feature","id":"n7551952528","geometry":{"type":"Point","coordinates":[-0.1895382,51.6455128]},"properties":{"@type":"node","@id":7551952528,"@timestamp":1590253171},"coords":"51.6455128,-0.1895382","bedrooms":"4","price":"228000","area":"504"} , +{"type":"Feature","id":"n7551956836","geometry":{"type":"Point","coordinates":[-0.2066754,51.6421234]},"properties":{"@type":"node","@id":7551956836,"@timestamp":1590251523},"coords":"51.6421234,-0.2066754","bedrooms":"3","price":"292000","area":"576"} , +{"type":"Feature","id":"n7551979723","geometry":{"type":"Point","coordinates":[-0.0019111,51.5361038]},"properties":{"@type":"node","@id":7551979723,"@timestamp":1590252970},"coords":"51.5361038,-0.0019111","bedrooms":"4","price":"292000","area":"391"} , +{"type":"Feature","id":"n7552039585","geometry":{"type":"Point","coordinates":[0.0001135,51.4586759]},"properties":{"@type":"node","@id":7552039585,"@timestamp":1590254033},"coords":"51.4586759,0.0001135","bedrooms":"4","price":"227000","area":"654"} , +{"type":"Feature","id":"n7552050124","geometry":{"type":"Point","coordinates":[-0.0773031,51.5339976]},"properties":{"@type":"node","@id":7552050124,"@timestamp":1592252781},"coords":"51.5339976,-0.0773031","bedrooms":"1","price":"194000","area":"386"} , +{"type":"Feature","id":"n7552110693","geometry":{"type":"Point","coordinates":[-0.1349957,51.5159189]},"properties":{"@type":"node","@id":7552110693,"@timestamp":1590256781},"coords":"51.5159189,-0.1349957","bedrooms":"2","price":"158000","area":"366"} , +{"type":"Feature","id":"n7552110712","geometry":{"type":"Point","coordinates":[-0.138822,51.5155345]},"properties":{"@type":"node","@id":7552110712,"@timestamp":1590256781},"coords":"51.5155345,-0.138822","bedrooms":"1","price":"194000","area":"384"} , +{"type":"Feature","id":"n7552137231","geometry":{"type":"Point","coordinates":[-0.1506805,51.6516994]},"properties":{"@type":"node","@id":7552137231,"@timestamp":1590257385},"coords":"51.6516994,-0.1506805","bedrooms":"3","price":"171000","area":"396"} , +{"type":"Feature","id":"n7552599842","geometry":{"type":"Point","coordinates":[-0.2154919,51.7401763]},"properties":{"@type":"node","@id":7552599842,"@timestamp":1590271268},"coords":"51.7401763,-0.2154919","bedrooms":"0","price":"292000","area":"467"} , +{"type":"Feature","id":"n7552691524","geometry":{"type":"Point","coordinates":[-0.2170988,51.7417234]},"properties":{"@type":"node","@id":7552691524,"@timestamp":1590274258},"coords":"51.7417234,-0.2170988","bedrooms":"0","price":"188000","area":"652"} , +{"type":"Feature","id":"n7552751819","geometry":{"type":"Point","coordinates":[-0.1324277,51.5697716]},"properties":{"@type":"node","@id":7552751819,"@timestamp":1590274341},"coords":"51.5697716,-0.1324277","bedrooms":"4","price":"250000","area":"386"} , +{"type":"Feature","id":"n7552752168","geometry":{"type":"Point","coordinates":[-0.1316166,51.5691257]},"properties":{"@type":"node","@id":7552752168,"@timestamp":1590276401},"coords":"51.5691257,-0.1316166","bedrooms":"4","price":"168000","area":"492"} , +{"type":"Feature","id":"n7552752178","geometry":{"type":"Point","coordinates":[-0.1321923,51.5694492]},"properties":{"@type":"node","@id":7552752178,"@timestamp":1590276401},"coords":"51.5694492,-0.1321923","bedrooms":"0","price":"175000","area":"593"} , +{"type":"Feature","id":"n7552773388","geometry":{"type":"Point","coordinates":[-0.0470753,51.5332017]},"properties":{"@type":"node","@id":7552773388,"@timestamp":1590275238},"coords":"51.5332017,-0.0470753","bedrooms":"1","price":"243000","area":"512"} , +{"type":"Feature","id":"n7552797063","geometry":{"type":"Point","coordinates":[-0.1314294,51.5688483]},"properties":{"@type":"node","@id":7552797063,"@timestamp":1590277034},"coords":"51.5688483,-0.1314294","bedrooms":"4","price":"256000","area":"477"} , +{"type":"Feature","id":"n7552891028","geometry":{"type":"Point","coordinates":[-0.8030504,51.2080326]},"properties":{"@type":"node","@id":7552891028,"@timestamp":1590284926},"coords":"51.2080326,-0.8030504","bedrooms":"4","price":"286000","area":"454"} , +{"type":"Feature","id":"n7553253488","geometry":{"type":"Point","coordinates":[-0.4879139,51.5282011]},"properties":{"@type":"node","@id":7553253488,"@timestamp":1618596489},"coords":"51.5282011,-0.4879139","bedrooms":"3","price":"299000","area":"420"} , +{"type":"Feature","id":"n7553739992","geometry":{"type":"Point","coordinates":[-0.222221,51.2632609]},"properties":{"@type":"node","@id":7553739992,"@timestamp":1590324817},"coords":"51.2632609,-0.222221","bedrooms":"2","price":"257000","area":"593"} , +{"type":"Feature","id":"n7553740026","geometry":{"type":"Point","coordinates":[-0.1726792,51.2843374]},"properties":{"@type":"node","@id":7553740026,"@timestamp":1601552605},"coords":"51.2843374,-0.1726792","bedrooms":"0","price":"298000","area":"485"} , +{"type":"Feature","id":"n7553887385","geometry":{"type":"Point","coordinates":[-0.0917972,51.5138207]},"properties":{"@type":"node","@id":7553887385,"@timestamp":1590326812},"coords":"51.5138207,-0.0917972","bedrooms":"3","price":"245000","area":"397"} , +{"type":"Feature","id":"n7553887415","geometry":{"type":"Point","coordinates":[-0.0920735,51.513828]},"properties":{"@type":"node","@id":7553887415,"@timestamp":1590326812},"coords":"51.513828,-0.0920735","bedrooms":"3","price":"206000","area":"480"} , +{"type":"Feature","id":"n7553887463","geometry":{"type":"Point","coordinates":[-0.0939216,51.5141877]},"properties":{"@type":"node","@id":7553887463,"@timestamp":1590326812},"coords":"51.5141877,-0.0939216","bedrooms":"2","price":"175000","area":"664"} , +{"type":"Feature","id":"n7553887482","geometry":{"type":"Point","coordinates":[-0.0962671,51.5146526]},"properties":{"@type":"node","@id":7553887482,"@timestamp":1590326812},"coords":"51.5146526,-0.0962671","bedrooms":"4","price":"192000","area":"398"} , +{"type":"Feature","id":"n7553887493","geometry":{"type":"Point","coordinates":[-0.0951084,51.5143723]},"properties":{"@type":"node","@id":7553887493,"@timestamp":1590326812},"coords":"51.5143723,-0.0951084","bedrooms":"0","price":"183000","area":"381"} , +{"type":"Feature","id":"n7553887527","geometry":{"type":"Point","coordinates":[-0.0961927,51.5145182]},"properties":{"@type":"node","@id":7553887527,"@timestamp":1590326812},"coords":"51.5145182,-0.0961927","bedrooms":"0","price":"277000","area":"627"} , +{"type":"Feature","id":"n7553935639","geometry":{"type":"Point","coordinates":[0.1248282,51.6748627]},"properties":{"@type":"node","@id":7553935639,"@timestamp":1590329014},"coords":"51.6748627,0.1248282","bedrooms":"4","price":"159000","area":"685"} , +{"type":"Feature","id":"n7554244762","geometry":{"type":"Point","coordinates":[-0.0148231,51.5375028]},"properties":{"@type":"node","@id":7554244762,"@timestamp":1595339340},"coords":"51.5375028,-0.0148231","bedrooms":"3","price":"155000","area":"621"} , +{"type":"Feature","id":"n7554251653","geometry":{"type":"Point","coordinates":[-0.8114212,51.5155722]},"properties":{"@type":"node","@id":7554251653,"@timestamp":1590337294},"coords":"51.5155722,-0.8114212","bedrooms":"3","price":"154000","area":"356"} , +{"type":"Feature","id":"n7554294720","geometry":{"type":"Point","coordinates":[-0.2301459,51.5537542]},"properties":{"@type":"node","@id":7554294720,"@timestamp":1590339882},"coords":"51.5537542,-0.2301459","bedrooms":"0","price":"183000","area":"392"} , +{"type":"Feature","id":"n7554334044","geometry":{"type":"Point","coordinates":[0.1260236,51.4836529]},"properties":{"@type":"node","@id":7554334044,"@timestamp":1590339635},"coords":"51.4836529,0.1260236","bedrooms":"0","price":"244000","area":"551"} , +{"type":"Feature","id":"n7554358070","geometry":{"type":"Point","coordinates":[0.0612445,51.3899637]},"properties":{"@type":"node","@id":7554358070,"@timestamp":1590343950},"coords":"51.3899637,0.0612445","bedrooms":"4","price":"187000","area":"542"} , +{"type":"Feature","id":"n7554370967","geometry":{"type":"Point","coordinates":[-0.2123396,51.5469124]},"properties":{"@type":"node","@id":7554370967,"@timestamp":1590340915},"coords":"51.5469124,-0.2123396","bedrooms":"0","price":"282000","area":"429"} , +{"type":"Feature","id":"n7554391041","geometry":{"type":"Point","coordinates":[-0.2133784,51.4445894]},"properties":{"@type":"node","@id":7554391041,"@timestamp":1624480858},"coords":"51.4445894,-0.2133784","bedrooms":"0","price":"247000","area":"378"} , +{"type":"Feature","id":"n7554393841","geometry":{"type":"Point","coordinates":[-0.4055919,51.5319239]},"properties":{"@type":"node","@id":7554393841,"@timestamp":1590342616},"coords":"51.5319239,-0.4055919","bedrooms":"3","price":"291000","area":"427"} , +{"type":"Feature","id":"n7554678160","geometry":{"type":"Point","coordinates":[-0.2068719,51.0181265]},"properties":{"@type":"node","@id":7554678160,"@timestamp":1590350942},"coords":"51.0181265,-0.2068719","bedrooms":"0","price":"202000","area":"505"} , +{"type":"Feature","id":"n7554696956","geometry":{"type":"Point","coordinates":[-0.1717338,51.4939637]},"properties":{"@type":"node","@id":7554696956,"@timestamp":1590352132},"coords":"51.4939637,-0.1717338","bedrooms":"4","price":"206000","area":"523"} , +{"type":"Feature","id":"n7554696981","geometry":{"type":"Point","coordinates":[-0.1579449,51.4789963]},"properties":{"@type":"node","@id":7554696981,"@timestamp":1590352132},"coords":"51.4789963,-0.1579449","bedrooms":"3","price":"186000","area":"442"} , +{"type":"Feature","id":"n7554708391","geometry":{"type":"Point","coordinates":[-0.1587046,51.4792786]},"properties":{"@type":"node","@id":7554708391,"@timestamp":1590352132},"coords":"51.4792786,-0.1587046","bedrooms":"0","price":"156000","area":"442"} , +{"type":"Feature","id":"n7554708405","geometry":{"type":"Point","coordinates":[-0.1602438,51.4805614]},"properties":{"@type":"node","@id":7554708405,"@timestamp":1590352132},"coords":"51.4805614,-0.1602438","bedrooms":"4","price":"155000","area":"387"} , +{"type":"Feature","id":"n7554708419","geometry":{"type":"Point","coordinates":[-0.1558644,51.4766871]},"properties":{"@type":"node","@id":7554708419,"@timestamp":1590352132},"coords":"51.4766871,-0.1558644","bedrooms":"2","price":"230000","area":"524"} , +{"type":"Feature","id":"n7555184307","geometry":{"type":"Point","coordinates":[-0.1252851,51.5373281]},"properties":{"@type":"node","@id":7555184307,"@timestamp":1590371089},"coords":"51.5373281,-0.1252851","bedrooms":"3","price":"274000","area":"531"} , +{"type":"Feature","id":"n7555251573","geometry":{"type":"Point","coordinates":[-0.1258389,51.517009]},"properties":{"@type":"node","@id":7555251573,"@timestamp":1590373984},"coords":"51.517009,-0.1258389","bedrooms":"1","price":"168000","area":"687"} , +{"type":"Feature","id":"n7555426997","geometry":{"type":"Point","coordinates":[0.7597204,51.3724036]},"properties":{"@type":"node","@id":7555426997,"@timestamp":1590383013},"coords":"51.3724036,0.7597204","bedrooms":"2","price":"213000","area":"352"} , +{"type":"Feature","id":"n7555814356","geometry":{"type":"Point","coordinates":[-0.8849145,51.3744561]},"properties":{"@type":"node","@id":7555814356,"@timestamp":1590402409},"coords":"51.3744561,-0.8849145","bedrooms":"2","price":"244000","area":"545"} , +{"type":"Feature","id":"n7555963918","geometry":{"type":"Point","coordinates":[-0.4878671,51.3858222]},"properties":{"@type":"node","@id":7555963918,"@timestamp":1590404795},"coords":"51.3858222,-0.4878671","bedrooms":"4","price":"278000","area":"644"} , +{"type":"Feature","id":"n7555963931","geometry":{"type":"Point","coordinates":[-0.4865823,51.3853954]},"properties":{"@type":"node","@id":7555963931,"@timestamp":1590404795},"coords":"51.3853954,-0.4865823","bedrooms":"3","price":"266000","area":"561"} , +{"type":"Feature","id":"n7555978835","geometry":{"type":"Point","coordinates":[-0.4845434,51.3862258]},"properties":{"@type":"node","@id":7555978835,"@timestamp":1590404795},"coords":"51.3862258,-0.4845434","bedrooms":"4","price":"284000","area":"609"} , +{"type":"Feature","id":"n7555985288","geometry":{"type":"Point","coordinates":[-0.1683588,51.4809556]},"properties":{"@type":"node","@id":7555985288,"@timestamp":1590404973},"coords":"51.4809556,-0.1683588","bedrooms":"1","price":"181000","area":"574"} , +{"type":"Feature","id":"n7555985585","geometry":{"type":"Point","coordinates":[-0.1718656,51.4824243]},"properties":{"@type":"node","@id":7555985585,"@timestamp":1635791502},"coords":"51.4824243,-0.1718656","bedrooms":"2","price":"156000","area":"437"} , +{"type":"Feature","id":"n7556221403","geometry":{"type":"Point","coordinates":[-0.4560597,51.8671547]},"properties":{"@type":"node","@id":7556221403,"@timestamp":1590410986},"coords":"51.8671547,-0.4560597","bedrooms":"0","price":"235000","area":"671"} , +{"type":"Feature","id":"n7556487714","geometry":{"type":"Point","coordinates":[0.1927348,51.405007]},"properties":{"@type":"node","@id":7556487714,"@timestamp":1590418570},"coords":"51.405007,0.1927348","bedrooms":"0","price":"155000","area":"421"} , +{"type":"Feature","id":"n7556602468","geometry":{"type":"Point","coordinates":[-0.2295451,51.0343091]},"properties":{"@type":"node","@id":7556602468,"@timestamp":1590422021},"coords":"51.0343091,-0.2295451","bedrooms":"4","price":"174000","area":"618"} , +{"type":"Feature","id":"n7556784905","geometry":{"type":"Point","coordinates":[-0.231858,51.0077538]},"properties":{"@type":"node","@id":7556784905,"@timestamp":1590426952},"coords":"51.0077538,-0.231858","bedrooms":"3","price":"154000","area":"477"} , +{"type":"Feature","id":"n7556864119","geometry":{"type":"Point","coordinates":[-0.072606,51.5150783]},"properties":{"@type":"node","@id":7556864119,"@timestamp":1590429694},"coords":"51.5150783,-0.072606","bedrooms":"3","price":"152000","area":"504"} , +{"type":"Feature","id":"n7556952985","geometry":{"type":"Point","coordinates":[-0.2181772,50.9959064]},"properties":{"@type":"node","@id":7556952985,"@timestamp":1596401637},"coords":"50.9959064,-0.2181772","bedrooms":"1","price":"204000","area":"468"} , +{"type":"Feature","id":"n7556984655","geometry":{"type":"Point","coordinates":[-0.2076017,50.9938873]},"properties":{"@type":"node","@id":7556984655,"@timestamp":1596401637},"coords":"50.9938873,-0.2076017","bedrooms":"4","price":"266000","area":"649"} , +{"type":"Feature","id":"n7556986465","geometry":{"type":"Point","coordinates":[0.0856259,51.5463872]},"properties":{"@type":"node","@id":7556986465,"@timestamp":1590433759},"coords":"51.5463872,0.0856259","bedrooms":"3","price":"230000","area":"674"} , +{"type":"Feature","id":"n7557193588","geometry":{"type":"Point","coordinates":[0.1406001,50.9982609]},"properties":{"@type":"node","@id":7557193588,"@timestamp":1590440068},"coords":"50.9982609,0.1406001","bedrooms":"4","price":"276000","area":"413"} , +{"type":"Feature","id":"n7557253530","geometry":{"type":"Point","coordinates":[0.5423849,51.1010991]},"properties":{"@type":"node","@id":7557253530,"@timestamp":1590442049},"coords":"51.1010991,0.5423849","bedrooms":"1","price":"266000","area":"502"} , +{"type":"Feature","id":"n7557265663","geometry":{"type":"Point","coordinates":[-0.0006031,51.697265]},"properties":{"@type":"node","@id":7557265663,"@timestamp":1590443661},"coords":"51.697265,-0.0006031","bedrooms":"4","price":"208000","area":"408"} , +{"type":"Feature","id":"n7557341440","geometry":{"type":"Point","coordinates":[-0.1238856,51.5990231]},"properties":{"@type":"node","@id":7557341440,"@timestamp":1590444929},"coords":"51.5990231,-0.1238856","bedrooms":"2","price":"201000","area":"647"} , +{"type":"Feature","id":"n7557447536","geometry":{"type":"Point","coordinates":[-0.1673672,51.1347987]},"properties":{"@type":"node","@id":7557447536,"@timestamp":1590447429},"coords":"51.1347987,-0.1673672","bedrooms":"3","price":"267000","area":"525"} , +{"type":"Feature","id":"n7557489397","geometry":{"type":"Point","coordinates":[-0.0484162,51.5400788]},"properties":{"@type":"node","@id":7557489397,"@timestamp":1590448905},"coords":"51.5400788,-0.0484162","bedrooms":"3","price":"184000","area":"378"} , +{"type":"Feature","id":"n7557489409","geometry":{"type":"Point","coordinates":[-0.0517181,51.5383755]},"properties":{"@type":"node","@id":7557489409,"@timestamp":1590448905},"coords":"51.5383755,-0.0517181","bedrooms":"4","price":"281000","area":"438"} , +{"type":"Feature","id":"n7557493653","geometry":{"type":"Point","coordinates":[-0.0672681,51.5358251]},"properties":{"@type":"node","@id":7557493653,"@timestamp":1627835815},"coords":"51.5358251,-0.0672681","bedrooms":"0","price":"190000","area":"611"} , +{"type":"Feature","id":"n7557504190","geometry":{"type":"Point","coordinates":[-0.0604076,51.5365581]},"properties":{"@type":"node","@id":7557504190,"@timestamp":1590449500},"coords":"51.5365581,-0.0604076","bedrooms":"1","price":"226000","area":"430"} , +{"type":"Feature","id":"n7557513220","geometry":{"type":"Point","coordinates":[-0.065862,51.5344694]},"properties":{"@type":"node","@id":7557513220,"@timestamp":1590451201},"coords":"51.5344694,-0.065862","bedrooms":"4","price":"256000","area":"363"} , +{"type":"Feature","id":"n7557556478","geometry":{"type":"Point","coordinates":[-0.0720614,51.5373526]},"properties":{"@type":"node","@id":7557556478,"@timestamp":1590453172},"coords":"51.5373526,-0.0720614","bedrooms":"2","price":"282000","area":"390"} , +{"type":"Feature","id":"n7557699432","geometry":{"type":"Point","coordinates":[-0.0301677,51.5462089]},"properties":{"@type":"node","@id":7557699432,"@timestamp":1614014729},"coords":"51.5462089,-0.0301677","bedrooms":"4","price":"168000","area":"409"} , +{"type":"Feature","id":"n7558971696","geometry":{"type":"Point","coordinates":[-0.3541032,51.6236342]},"properties":{"@type":"node","@id":7558971696,"@timestamp":1590485512},"coords":"51.6236342,-0.3541032","bedrooms":"0","price":"172000","area":"382"} , +{"type":"Feature","id":"n7559177504","geometry":{"type":"Point","coordinates":[-0.1264708,51.4506648]},"properties":{"@type":"node","@id":7559177504,"@timestamp":1590488862},"coords":"51.4506648,-0.1264708","bedrooms":"4","price":"223000","area":"422"} , +{"type":"Feature","id":"n7559680891","geometry":{"type":"Point","coordinates":[0.8544446,51.0929341]},"properties":{"@type":"node","@id":7559680891,"@timestamp":1590498138},"coords":"51.0929341,0.8544446","bedrooms":"2","price":"290000","area":"357"} , +{"type":"Feature","id":"n7560122409","geometry":{"type":"Point","coordinates":[-0.1606398,51.4759056]},"properties":{"@type":"node","@id":7560122409,"@timestamp":1590509021},"coords":"51.4759056,-0.1606398","bedrooms":"0","price":"241000","area":"464"} , +{"type":"Feature","id":"n7560173748","geometry":{"type":"Point","coordinates":[-0.0051009,51.5282137]},"properties":{"@type":"node","@id":7560173748,"@timestamp":1590509652},"coords":"51.5282137,-0.0051009","bedrooms":"3","price":"202000","area":"662"} , +{"type":"Feature","id":"n7560350764","geometry":{"type":"Point","coordinates":[-0.1827006,51.5009155]},"properties":{"@type":"node","@id":7560350764,"@timestamp":1590513761},"coords":"51.5009155,-0.1827006","bedrooms":"4","price":"247000","area":"492"} , +{"type":"Feature","id":"n7560541796","geometry":{"type":"Point","coordinates":[-0.2050609,51.0015608]},"properties":{"@type":"node","@id":7560541796,"@timestamp":1590519508},"coords":"51.0015608,-0.2050609","bedrooms":"0","price":"231000","area":"469"} , +{"type":"Feature","id":"n7560541806","geometry":{"type":"Point","coordinates":[-0.205125,51.0009956]},"properties":{"@type":"node","@id":7560541806,"@timestamp":1590519508},"coords":"51.0009956,-0.205125","bedrooms":"4","price":"239000","area":"689"} , +{"type":"Feature","id":"n7560650036","geometry":{"type":"Point","coordinates":[-0.2160474,51.0007659]},"properties":{"@type":"node","@id":7560650036,"@timestamp":1590522177},"coords":"51.0007659,-0.2160474","bedrooms":"4","price":"221000","area":"619"} , +{"type":"Feature","id":"n7560653586","geometry":{"type":"Point","coordinates":[-0.2181019,51.0030779]},"properties":{"@type":"node","@id":7560653586,"@timestamp":1590522177},"coords":"51.0030779,-0.2181019","bedrooms":"3","price":"240000","area":"611"} , +{"type":"Feature","id":"n7560725090","geometry":{"type":"Point","coordinates":[-0.2196366,51.012652]},"properties":{"@type":"node","@id":7560725090,"@timestamp":1590523969},"coords":"51.012652,-0.2196366","bedrooms":"4","price":"160000","area":"492"} , +{"type":"Feature","id":"n7560725112","geometry":{"type":"Point","coordinates":[-0.2144409,51.0095128]},"properties":{"@type":"node","@id":7560725112,"@timestamp":1590523969},"coords":"51.0095128,-0.2144409","bedrooms":"2","price":"175000","area":"392"} , +{"type":"Feature","id":"n7560988534","geometry":{"type":"Point","coordinates":[0.3066378,51.4531963]},"properties":{"@type":"node","@id":7560988534,"@timestamp":1590536257},"coords":"51.4531963,0.3066378","bedrooms":"0","price":"224000","area":"578"} , +{"type":"Feature","id":"n7561210388","geometry":{"type":"Point","coordinates":[-0.1588297,51.512576]},"properties":{"@type":"node","@id":7561210388,"@timestamp":1590548867},"coords":"51.512576,-0.1588297","bedrooms":"3","price":"289000","area":"468"} , +{"type":"Feature","id":"n7561981331","geometry":{"type":"Point","coordinates":[-0.5293486,51.5070788]},"properties":{"@type":"node","@id":7561981331,"@timestamp":1590567455},"coords":"51.5070788,-0.5293486","bedrooms":"3","price":"272000","area":"559"} , +{"type":"Feature","id":"n7562434846","geometry":{"type":"Point","coordinates":[-0.0076056,51.4013765]},"properties":{"@type":"node","@id":7562434846,"@timestamp":1590575362},"coords":"51.4013765,-0.0076056","bedrooms":"1","price":"193000","area":"669"} , +{"type":"Feature","id":"n7562740392","geometry":{"type":"Point","coordinates":[0.8171711,51.6253562]},"properties":{"@type":"node","@id":7562740392,"@timestamp":1590581308},"coords":"51.6253562,0.8171711","bedrooms":"4","price":"283000","area":"410"} , +{"type":"Feature","id":"n7562740473","geometry":{"type":"Point","coordinates":[0.8145521,51.6275713]},"properties":{"@type":"node","@id":7562740473,"@timestamp":1590581308},"coords":"51.6275713,0.8145521","bedrooms":"3","price":"163000","area":"549"} , +{"type":"Feature","id":"n7562780326","geometry":{"type":"Point","coordinates":[-0.0217753,51.5423271]},"properties":{"@type":"node","@id":7562780326,"@timestamp":1601105129},"coords":"51.5423271,-0.0217753","bedrooms":"4","price":"254000","area":"685"} , +{"type":"Feature","id":"n7563042979","geometry":{"type":"Point","coordinates":[-0.0118446,51.5441449]},"properties":{"@type":"node","@id":7563042979,"@timestamp":1590588182},"coords":"51.5441449,-0.0118446","bedrooms":"4","price":"229000","area":"691"} , +{"type":"Feature","id":"n7563141993","geometry":{"type":"Point","coordinates":[-0.0670409,51.351827]},"properties":{"@type":"node","@id":7563141993,"@timestamp":1590590465},"coords":"51.351827,-0.0670409","bedrooms":"4","price":"290000","area":"639"} , +{"type":"Feature","id":"n7563390049","geometry":{"type":"Point","coordinates":[-0.2185471,51.0272335]},"properties":{"@type":"node","@id":7563390049,"@timestamp":1590597709},"coords":"51.0272335,-0.2185471","bedrooms":"0","price":"298000","area":"589"} , +{"type":"Feature","id":"n7563390059","geometry":{"type":"Point","coordinates":[-0.213882,51.0276225]},"properties":{"@type":"node","@id":7563390059,"@timestamp":1590597709},"coords":"51.0276225,-0.213882","bedrooms":"2","price":"276000","area":"541"} , +{"type":"Feature","id":"n7563395959","geometry":{"type":"Point","coordinates":[-0.2173404,51.0294299]},"properties":{"@type":"node","@id":7563395959,"@timestamp":1590597709},"coords":"51.0294299,-0.2173404","bedrooms":"1","price":"238000","area":"363"} , +{"type":"Feature","id":"n7563549005","geometry":{"type":"Point","coordinates":[-0.182313,51.5006544]},"properties":{"@type":"node","@id":7563549005,"@timestamp":1590601307},"coords":"51.5006544,-0.182313","bedrooms":"1","price":"278000","area":"436"} , +{"type":"Feature","id":"n7563836116","geometry":{"type":"Point","coordinates":[-0.1535343,51.4946338]},"properties":{"@type":"node","@id":7563836116,"@timestamp":1590609767},"coords":"51.4946338,-0.1535343","bedrooms":"3","price":"206000","area":"406"} , +{"type":"Feature","id":"n7564241178","geometry":{"type":"Point","coordinates":[-0.0358198,51.5375733]},"properties":{"@type":"node","@id":7564241178,"@timestamp":1590620531},"coords":"51.5375733,-0.0358198","bedrooms":"0","price":"163000","area":"441"} , +{"type":"Feature","id":"n7564338168","geometry":{"type":"Point","coordinates":[-0.0494042,51.4953817]},"properties":{"@type":"node","@id":7564338168,"@timestamp":1590628740},"coords":"51.4953817,-0.0494042","bedrooms":"2","price":"210000","area":"651"} , +{"type":"Feature","id":"n7564427719","geometry":{"type":"Point","coordinates":[-0.0453819,51.4916403]},"properties":{"@type":"node","@id":7564427719,"@timestamp":1625454316},"coords":"51.4916403,-0.0453819","bedrooms":"2","price":"267000","area":"694"} , +{"type":"Feature","id":"n7564570930","geometry":{"type":"Point","coordinates":[-0.1264954,51.3633306]},"properties":{"@type":"node","@id":7564570930,"@timestamp":1590636449},"coords":"51.3633306,-0.1264954","bedrooms":"3","price":"280000","area":"644"} , +{"type":"Feature","id":"n7564570950","geometry":{"type":"Point","coordinates":[-0.0946043,51.3593722]},"properties":{"@type":"node","@id":7564570950,"@timestamp":1590636449},"coords":"51.3593722,-0.0946043","bedrooms":"2","price":"290000","area":"417"} , +{"type":"Feature","id":"n7564570970","geometry":{"type":"Point","coordinates":[-0.0570213,51.3518519]},"properties":{"@type":"node","@id":7564570970,"@timestamp":1590636449},"coords":"51.3518519,-0.0570213","bedrooms":"2","price":"159000","area":"554"} , +{"type":"Feature","id":"n7564595488","geometry":{"type":"Point","coordinates":[-0.0373797,51.3520324]},"properties":{"@type":"node","@id":7564595488,"@timestamp":1590636449},"coords":"51.3520324,-0.0373797","bedrooms":"3","price":"299000","area":"520"} , +{"type":"Feature","id":"n7564598118","geometry":{"type":"Point","coordinates":[-0.0663431,51.4981473]},"properties":{"@type":"node","@id":7564598118,"@timestamp":1628432900},"coords":"51.4981473,-0.0663431","bedrooms":"0","price":"280000","area":"501"} , +{"type":"Feature","id":"n7565965154","geometry":{"type":"Point","coordinates":[-0.072821,51.4662348]},"properties":{"@type":"node","@id":7565965154,"@timestamp":1625831880},"coords":"51.4662348,-0.072821","bedrooms":"1","price":"170000","area":"557"} , +{"type":"Feature","id":"n7566247737","geometry":{"type":"Point","coordinates":[-0.446143,51.3774859]},"properties":{"@type":"node","@id":7566247737,"@timestamp":1631523878},"coords":"51.3774859,-0.446143","bedrooms":"3","price":"164000","area":"468"} , +{"type":"Feature","id":"n7566463076","geometry":{"type":"Point","coordinates":[-0.5669376,51.739908]},"properties":{"@type":"node","@id":7566463076,"@timestamp":1590677913},"coords":"51.739908,-0.5669376","bedrooms":"4","price":"181000","area":"569"} , +{"type":"Feature","id":"n7566695110","geometry":{"type":"Point","coordinates":[0.5206154,51.0817048]},"properties":{"@type":"node","@id":7566695110,"@timestamp":1590684025},"coords":"51.0817048,0.5206154","bedrooms":"3","price":"192000","area":"521"} , +{"type":"Feature","id":"n7567076233","geometry":{"type":"Point","coordinates":[-0.2099642,51.4567293]},"properties":{"@type":"node","@id":7567076233,"@timestamp":1603646370},"coords":"51.4567293,-0.2099642","bedrooms":"1","price":"194000","area":"597"} , +{"type":"Feature","id":"n7567393361","geometry":{"type":"Point","coordinates":[-0.1444317,51.3152354]},"properties":{"@type":"node","@id":7567393361,"@timestamp":1590701497},"coords":"51.3152354,-0.1444317","bedrooms":"3","price":"231000","area":"380"} , +{"type":"Feature","id":"n7567393372","geometry":{"type":"Point","coordinates":[-0.1411717,51.315483]},"properties":{"@type":"node","@id":7567393372,"@timestamp":1590701497},"coords":"51.315483,-0.1411717","bedrooms":"3","price":"227000","area":"396"} , +{"type":"Feature","id":"n7567393384","geometry":{"type":"Point","coordinates":[-0.1406493,51.3156903]},"properties":{"@type":"node","@id":7567393384,"@timestamp":1590701497},"coords":"51.3156903,-0.1406493","bedrooms":"1","price":"205000","area":"629"} , +{"type":"Feature","id":"n7567412395","geometry":{"type":"Point","coordinates":[-0.1406912,51.316214]},"properties":{"@type":"node","@id":7567412395,"@timestamp":1597829258},"coords":"51.316214,-0.1406912","bedrooms":"1","price":"235000","area":"579"} , +{"type":"Feature","id":"n7567588703","geometry":{"type":"Point","coordinates":[-0.0916846,51.509411]},"properties":{"@type":"node","@id":7567588703,"@timestamp":1590708545},"coords":"51.509411,-0.0916846","bedrooms":"2","price":"280000","area":"488"} , +{"type":"Feature","id":"n7567879891","geometry":{"type":"Point","coordinates":[-0.1805943,51.4991993]},"properties":{"@type":"node","@id":7567879891,"@timestamp":1590722090},"coords":"51.4991993,-0.1805943","bedrooms":"2","price":"151000","area":"476"} , +{"type":"Feature","id":"n7567987759","geometry":{"type":"Point","coordinates":[-0.1524859,51.5041818]},"properties":{"@type":"node","@id":7567987759,"@timestamp":1590725928},"coords":"51.5041818,-0.1524859","bedrooms":"2","price":"274000","area":"612"} , +{"type":"Feature","id":"n7568496966","geometry":{"type":"Point","coordinates":[-0.8474728,51.8082558]},"properties":{"@type":"node","@id":7568496966,"@timestamp":1590737609},"coords":"51.8082558,-0.8474728","bedrooms":"4","price":"175000","area":"576"} , +{"type":"Feature","id":"n7568878231","geometry":{"type":"Point","coordinates":[-0.2906306,51.4241987]},"properties":{"@type":"node","@id":7568878231,"@timestamp":1590745388},"coords":"51.4241987,-0.2906306","bedrooms":"2","price":"180000","area":"562"} , +{"type":"Feature","id":"n7569580212","geometry":{"type":"Point","coordinates":[-0.6997991,51.7753419]},"properties":{"@type":"node","@id":7569580212,"@timestamp":1590757046},"coords":"51.7753419,-0.6997991","bedrooms":"2","price":"203000","area":"691"} , +{"type":"Feature","id":"n7569580892","geometry":{"type":"Point","coordinates":[-0.6917994,51.7706218]},"properties":{"@type":"node","@id":7569580892,"@timestamp":1590940845},"coords":"51.7706218,-0.6917994","bedrooms":"3","price":"241000","area":"629"} , +{"type":"Feature","id":"n7569727808","geometry":{"type":"Point","coordinates":[-0.1516701,51.4871068]},"properties":{"@type":"node","@id":7569727808,"@timestamp":1590761426},"coords":"51.4871068,-0.1516701","bedrooms":"4","price":"223000","area":"670"} , +{"type":"Feature","id":"n7569854063","geometry":{"type":"Point","coordinates":[-0.1253259,51.5321565]},"properties":{"@type":"node","@id":7569854063,"@timestamp":1590765247},"coords":"51.5321565,-0.1253259","bedrooms":"4","price":"247000","area":"473"} , +{"type":"Feature","id":"n7569998969","geometry":{"type":"Point","coordinates":[-0.7006332,51.7693761]},"properties":{"@type":"node","@id":7569998969,"@timestamp":1590767812},"coords":"51.7693761,-0.7006332","bedrooms":"1","price":"246000","area":"675"} , +{"type":"Feature","id":"n7569998979","geometry":{"type":"Point","coordinates":[-0.7058904,51.7713753]},"properties":{"@type":"node","@id":7569998979,"@timestamp":1590767812},"coords":"51.7713753,-0.7058904","bedrooms":"4","price":"229000","area":"491"} , +{"type":"Feature","id":"n7570072947","geometry":{"type":"Point","coordinates":[-0.1236418,50.9478943]},"properties":{"@type":"node","@id":7570072947,"@timestamp":1590770990},"coords":"50.9478943,-0.1236418","bedrooms":"0","price":"204000","area":"405"} , +{"type":"Feature","id":"n7570072957","geometry":{"type":"Point","coordinates":[-0.1287727,50.9458779]},"properties":{"@type":"node","@id":7570072957,"@timestamp":1590770990},"coords":"50.9458779,-0.1287727","bedrooms":"1","price":"282000","area":"621"} , +{"type":"Feature","id":"n7570109097","geometry":{"type":"Point","coordinates":[-0.0043147,51.0198526]},"properties":{"@type":"node","@id":7570109097,"@timestamp":1617130982},"coords":"51.0198526,-0.0043147","bedrooms":"1","price":"254000","area":"394"} , +{"type":"Feature","id":"n7570109107","geometry":{"type":"Point","coordinates":[-0.0016795,51.0194047]},"properties":{"@type":"node","@id":7570109107,"@timestamp":1590771037},"coords":"51.0194047,-0.0016795","bedrooms":"0","price":"198000","area":"407"} , +{"type":"Feature","id":"n7570109117","geometry":{"type":"Point","coordinates":[4.46e-05,51.0187395]},"properties":{"@type":"node","@id":7570109117,"@timestamp":1590771037},"coords":"51.0187395,4.46e-05","bedrooms":"0","price":"206000","area":"596"} , +{"type":"Feature","id":"n7570187711","geometry":{"type":"Point","coordinates":[-0.0362286,51.1503072]},"properties":{"@type":"node","@id":7570187711,"@timestamp":1590773589},"coords":"51.1503072,-0.0362286","bedrooms":"4","price":"205000","area":"400"} , +{"type":"Feature","id":"n7570212641","geometry":{"type":"Point","coordinates":[-0.1830293,51.4993372]},"properties":{"@type":"node","@id":7570212641,"@timestamp":1590774758},"coords":"51.4993372,-0.1830293","bedrooms":"0","price":"278000","area":"546"} , +{"type":"Feature","id":"n7570212682","geometry":{"type":"Point","coordinates":[-0.1820567,51.4993479]},"properties":{"@type":"node","@id":7570212682,"@timestamp":1590774758},"coords":"51.4993479,-0.1820567","bedrooms":"2","price":"186000","area":"694"} , +{"type":"Feature","id":"n7570240596","geometry":{"type":"Point","coordinates":[-0.1236752,51.4610038]},"properties":{"@type":"node","@id":7570240596,"@timestamp":1590775954},"coords":"51.4610038,-0.1236752","bedrooms":"3","price":"275000","area":"543"} , +{"type":"Feature","id":"n7570240606","geometry":{"type":"Point","coordinates":[-0.1258235,51.4561883]},"properties":{"@type":"node","@id":7570240606,"@timestamp":1590775954},"coords":"51.4561883,-0.1258235","bedrooms":"4","price":"277000","area":"566"} , +{"type":"Feature","id":"n7570240618","geometry":{"type":"Point","coordinates":[-0.1190507,51.4600618]},"properties":{"@type":"node","@id":7570240618,"@timestamp":1590775954},"coords":"51.4600618,-0.1190507","bedrooms":"2","price":"292000","area":"391"} , +{"type":"Feature","id":"n7570269019","geometry":{"type":"Point","coordinates":[-0.1523481,51.4909428]},"properties":{"@type":"node","@id":7570269019,"@timestamp":1590778054},"coords":"51.4909428,-0.1523481","bedrooms":"1","price":"292000","area":"498"} , +{"type":"Feature","id":"n7570274611","geometry":{"type":"Point","coordinates":[-0.0425524,51.3440316]},"properties":{"@type":"node","@id":7570274611,"@timestamp":1590776922},"coords":"51.3440316,-0.0425524","bedrooms":"2","price":"201000","area":"451"} , +{"type":"Feature","id":"n7570521912","geometry":{"type":"Point","coordinates":[-0.1430492,51.3156526]},"properties":{"@type":"node","@id":7570521912,"@timestamp":1590782271},"coords":"51.3156526,-0.1430492","bedrooms":"4","price":"266000","area":"570"} , +{"type":"Feature","id":"n7570521926","geometry":{"type":"Point","coordinates":[-0.1478887,51.3137453]},"properties":{"@type":"node","@id":7570521926,"@timestamp":1590867549},"coords":"51.3137453,-0.1478887","bedrooms":"0","price":"297000","area":"355"} , +{"type":"Feature","id":"n7570692477","geometry":{"type":"Point","coordinates":[0.0188268,51.0263659]},"properties":{"@type":"node","@id":7570692477,"@timestamp":1590783454},"coords":"51.0263659,0.0188268","bedrooms":"1","price":"287000","area":"616"} , +{"type":"Feature","id":"n7570714992","geometry":{"type":"Point","coordinates":[0.0230226,51.0315209]},"properties":{"@type":"node","@id":7570714992,"@timestamp":1590783454},"coords":"51.0315209,0.0230226","bedrooms":"4","price":"257000","area":"407"} , +{"type":"Feature","id":"n7570715002","geometry":{"type":"Point","coordinates":[0.0275596,51.0389227]},"properties":{"@type":"node","@id":7570715002,"@timestamp":1590783454},"coords":"51.0389227,0.0275596","bedrooms":"0","price":"291000","area":"547"} , +{"type":"Feature","id":"n7570804439","geometry":{"type":"Point","coordinates":[0.1527214,50.9849491]},"properties":{"@type":"node","@id":7570804439,"@timestamp":1590786517},"coords":"50.9849491,0.1527214","bedrooms":"2","price":"174000","area":"453"} , +{"type":"Feature","id":"n7570878194","geometry":{"type":"Point","coordinates":[-0.7977514,51.1429263]},"properties":{"@type":"node","@id":7570878194,"@timestamp":1590787776},"coords":"51.1429263,-0.7977514","bedrooms":"3","price":"188000","area":"456"} , +{"type":"Feature","id":"n7571738984","geometry":{"type":"Point","coordinates":[-0.0023042,51.5329371]},"properties":{"@type":"node","@id":7571738984,"@timestamp":1590809180},"coords":"51.5329371,-0.0023042","bedrooms":"2","price":"227000","area":"553"} , +{"type":"Feature","id":"n7571837051","geometry":{"type":"Point","coordinates":[-0.1829433,51.4996793]},"properties":{"@type":"node","@id":7571837051,"@timestamp":1590809262},"coords":"51.4996793,-0.1829433","bedrooms":"4","price":"249000","area":"610"} , +{"type":"Feature","id":"n7571837061","geometry":{"type":"Point","coordinates":[-0.1834641,51.4996826]},"properties":{"@type":"node","@id":7571837061,"@timestamp":1590809262},"coords":"51.4996826,-0.1834641","bedrooms":"3","price":"272000","area":"532"} , +{"type":"Feature","id":"n7572163148","geometry":{"type":"Point","coordinates":[0.157003,50.9820928]},"properties":{"@type":"node","@id":7572163148,"@timestamp":1590830427},"coords":"50.9820928,0.157003","bedrooms":"3","price":"222000","area":"569"} , +{"type":"Feature","id":"n7572248803","geometry":{"type":"Point","coordinates":[-0.1912428,51.529102]},"properties":{"@type":"node","@id":7572248803,"@timestamp":1590834188},"coords":"51.529102,-0.1912428","bedrooms":"4","price":"207000","area":"468"} , +{"type":"Feature","id":"n7572471885","geometry":{"type":"Point","coordinates":[-0.0051988,51.5534114]},"properties":{"@type":"node","@id":7572471885,"@timestamp":1617894882},"coords":"51.5534114,-0.0051988","bedrooms":"1","price":"218000","area":"369"} , +{"type":"Feature","id":"n7572472728","geometry":{"type":"Point","coordinates":[-0.1829664,51.4984735]},"properties":{"@type":"node","@id":7572472728,"@timestamp":1590843530},"coords":"51.4984735,-0.1829664","bedrooms":"3","price":"270000","area":"546"} , +{"type":"Feature","id":"n7572495008","geometry":{"type":"Point","coordinates":[-0.182351,51.4980867]},"properties":{"@type":"node","@id":7572495008,"@timestamp":1590843530},"coords":"51.4980867,-0.182351","bedrooms":"4","price":"244000","area":"368"} , +{"type":"Feature","id":"n7572505526","geometry":{"type":"Point","coordinates":[0.0462035,51.7561777]},"properties":{"@type":"node","@id":7572505526,"@timestamp":1590844326},"coords":"51.7561777,0.0462035","bedrooms":"1","price":"256000","area":"639"} , +{"type":"Feature","id":"n7572522566","geometry":{"type":"Point","coordinates":[-0.0957589,51.5110032]},"properties":{"@type":"node","@id":7572522566,"@timestamp":1590844538},"coords":"51.5110032,-0.0957589","bedrooms":"4","price":"261000","area":"363"} , +{"type":"Feature","id":"n7572583738","geometry":{"type":"Point","coordinates":[-0.9069577,51.3991434]},"properties":{"@type":"node","@id":7572583738,"@timestamp":1590846740},"coords":"51.3991434,-0.9069577","bedrooms":"3","price":"271000","area":"464"} , +{"type":"Feature","id":"n7572833286","geometry":{"type":"Point","coordinates":[-0.0984518,51.5107753]},"properties":{"@type":"node","@id":7572833286,"@timestamp":1590854999},"coords":"51.5107753,-0.0984518","bedrooms":"2","price":"235000","area":"600"} , +{"type":"Feature","id":"n7572833323","geometry":{"type":"Point","coordinates":[-0.0965441,51.5103768]},"properties":{"@type":"node","@id":7572833323,"@timestamp":1590854999},"coords":"51.5103768,-0.0965441","bedrooms":"0","price":"183000","area":"644"} , +{"type":"Feature","id":"n7573031292","geometry":{"type":"Point","coordinates":[-0.1708709,51.5071385]},"properties":{"@type":"node","@id":7573031292,"@timestamp":1590860498},"coords":"51.5071385,-0.1708709","bedrooms":"3","price":"154000","area":"501"} , +{"type":"Feature","id":"n7573044789","geometry":{"type":"Point","coordinates":[-0.1891567,51.5225758]},"properties":{"@type":"node","@id":7573044789,"@timestamp":1590860498},"coords":"51.5225758,-0.1891567","bedrooms":"3","price":"182000","area":"526"} , +{"type":"Feature","id":"n7573056688","geometry":{"type":"Point","coordinates":[-0.1779725,51.5185093]},"properties":{"@type":"node","@id":7573056688,"@timestamp":1590860498},"coords":"51.5185093,-0.1779725","bedrooms":"3","price":"298000","area":"554"} , +{"type":"Feature","id":"n7573091273","geometry":{"type":"Point","coordinates":[-0.2490191,51.5152603]},"properties":{"@type":"node","@id":7573091273,"@timestamp":1615014497},"coords":"51.5152603,-0.2490191","bedrooms":"0","price":"218000","area":"488"} , +{"type":"Feature","id":"n7573153581","geometry":{"type":"Point","coordinates":[-0.6931391,51.7704192]},"properties":{"@type":"node","@id":7573153581,"@timestamp":1590940845},"coords":"51.7704192,-0.6931391","bedrooms":"0","price":"247000","area":"484"} , +{"type":"Feature","id":"n7573278414","geometry":{"type":"Point","coordinates":[-0.1404054,51.316674]},"properties":{"@type":"node","@id":7573278414,"@timestamp":1590867549},"coords":"51.316674,-0.1404054","bedrooms":"3","price":"157000","area":"553"} , +{"type":"Feature","id":"n7573278433","geometry":{"type":"Point","coordinates":[-0.1472116,51.3134916]},"properties":{"@type":"node","@id":7573278433,"@timestamp":1590867549},"coords":"51.3134916,-0.1472116","bedrooms":"2","price":"206000","area":"431"} , +{"type":"Feature","id":"n7573278443","geometry":{"type":"Point","coordinates":[-0.1487963,51.3127895]},"properties":{"@type":"node","@id":7573278443,"@timestamp":1590867549},"coords":"51.3127895,-0.1487963","bedrooms":"1","price":"180000","area":"386"} , +{"type":"Feature","id":"n7573278469","geometry":{"type":"Point","coordinates":[-0.1504706,51.3114948]},"properties":{"@type":"node","@id":7573278469,"@timestamp":1590867549},"coords":"51.3114948,-0.1504706","bedrooms":"2","price":"206000","area":"647"} , +{"type":"Feature","id":"n7573278481","geometry":{"type":"Point","coordinates":[-0.1506811,51.3122883]},"properties":{"@type":"node","@id":7573278481,"@timestamp":1590867549},"coords":"51.3122883,-0.1506811","bedrooms":"1","price":"206000","area":"403"} , +{"type":"Feature","id":"n7573308186","geometry":{"type":"Point","coordinates":[-0.5068717,51.3629086]},"properties":{"@type":"node","@id":7573308186,"@timestamp":1590867926},"coords":"51.3629086,-0.5068717","bedrooms":"2","price":"193000","area":"475"} , +{"type":"Feature","id":"n7573419721","geometry":{"type":"Point","coordinates":[-0.3120082,51.4218712]},"properties":{"@type":"node","@id":7573419721,"@timestamp":1602839188},"coords":"51.4218712,-0.3120082","bedrooms":"2","price":"297000","area":"463"} , +{"type":"Feature","id":"n7573517280","geometry":{"type":"Point","coordinates":[-0.746149,51.0198696]},"properties":{"@type":"node","@id":7573517280,"@timestamp":1590879069},"coords":"51.0198696,-0.746149","bedrooms":"4","price":"279000","area":"501"} , +{"type":"Feature","id":"n7574069624","geometry":{"type":"Point","coordinates":[-0.1226334,51.4743934]},"properties":{"@type":"node","@id":7574069624,"@timestamp":1590889894},"coords":"51.4743934,-0.1226334","bedrooms":"2","price":"297000","area":"431"} , +{"type":"Feature","id":"n7574139133","geometry":{"type":"Point","coordinates":[-0.1241415,51.4827022]},"properties":{"@type":"node","@id":7574139133,"@timestamp":1590891682},"coords":"51.4827022,-0.1241415","bedrooms":"2","price":"254000","area":"470"} , +{"type":"Feature","id":"n7574163648","geometry":{"type":"Point","coordinates":[-0.1233132,51.4773335]},"properties":{"@type":"node","@id":7574163648,"@timestamp":1590891021},"coords":"51.4773335,-0.1233132","bedrooms":"2","price":"217000","area":"619"} , +{"type":"Feature","id":"n7574255825","geometry":{"type":"Point","coordinates":[-0.1827369,51.4978393]},"properties":{"@type":"node","@id":7574255825,"@timestamp":1590894985},"coords":"51.4978393,-0.1827369","bedrooms":"1","price":"204000","area":"657"} , +{"type":"Feature","id":"n7574255835","geometry":{"type":"Point","coordinates":[-0.1816811,51.4979248]},"properties":{"@type":"node","@id":7574255835,"@timestamp":1590894985},"coords":"51.4979248,-0.1816811","bedrooms":"4","price":"157000","area":"432"} , +{"type":"Feature","id":"n7574337879","geometry":{"type":"Point","coordinates":[-0.495093,51.505007]},"properties":{"@type":"node","@id":7574337879,"@timestamp":1616782293},"coords":"51.505007,-0.495093","bedrooms":"0","price":"178000","area":"659"} , +{"type":"Feature","id":"n7574596687","geometry":{"type":"Point","coordinates":[-0.7282814,51.3518774]},"properties":{"@type":"node","@id":7574596687,"@timestamp":1590912799},"coords":"51.3518774,-0.7282814","bedrooms":"3","price":"174000","area":"384"} , +{"type":"Feature","id":"n7574697530","geometry":{"type":"Point","coordinates":[0.5431448,51.3343407]},"properties":{"@type":"node","@id":7574697530,"@timestamp":1590916101},"coords":"51.3343407,0.5431448","bedrooms":"1","price":"191000","area":"478"} , +{"type":"Feature","id":"n7574813024","geometry":{"type":"Point","coordinates":[-0.4575889,51.3730462]},"properties":{"@type":"node","@id":7574813024,"@timestamp":1590919600},"coords":"51.3730462,-0.4575889","bedrooms":"3","price":"268000","area":"682"} , +{"type":"Feature","id":"n7574816931","geometry":{"type":"Point","coordinates":[-0.1807432,51.4970754]},"properties":{"@type":"node","@id":7574816931,"@timestamp":1590918810},"coords":"51.4970754,-0.1807432","bedrooms":"2","price":"283000","area":"478"} , +{"type":"Feature","id":"n7574828644","geometry":{"type":"Point","coordinates":[-0.1538677,51.761815]},"properties":{"@type":"node","@id":7574828644,"@timestamp":1630894669},"coords":"51.761815,-0.1538677","bedrooms":"0","price":"277000","area":"559"} , +{"type":"Feature","id":"n7574978895","geometry":{"type":"Point","coordinates":[-0.1435266,51.3071014]},"properties":{"@type":"node","@id":7574978895,"@timestamp":1590925530},"coords":"51.3071014,-0.1435266","bedrooms":"3","price":"250000","area":"612"} , +{"type":"Feature","id":"n7574982627","geometry":{"type":"Point","coordinates":[-0.1243083,51.2867913]},"properties":{"@type":"node","@id":7574982627,"@timestamp":1590926338},"coords":"51.2867913,-0.1243083","bedrooms":"4","price":"218000","area":"559"} , +{"type":"Feature","id":"n7575021585","geometry":{"type":"Point","coordinates":[-0.2298796,51.4919249]},"properties":{"@type":"node","@id":7575021585,"@timestamp":1590927014},"coords":"51.4919249,-0.2298796","bedrooms":"2","price":"232000","area":"539"} , +{"type":"Feature","id":"n7575126487","geometry":{"type":"Point","coordinates":[-0.2294335,51.9112097]},"properties":{"@type":"node","@id":7575126487,"@timestamp":1590930525},"coords":"51.9112097,-0.2294335","bedrooms":"4","price":"190000","area":"480"} , +{"type":"Feature","id":"n7575236346","geometry":{"type":"Point","coordinates":[-0.9405903,51.4516635]},"properties":{"@type":"node","@id":7575236346,"@timestamp":1590934660},"coords":"51.4516635,-0.9405903","bedrooms":"2","price":"156000","area":"396"} , +{"type":"Feature","id":"n7575279695","geometry":{"type":"Point","coordinates":[-0.2700809,51.7573516]},"properties":{"@type":"node","@id":7575279695,"@timestamp":1590936354},"coords":"51.7573516,-0.2700809","bedrooms":"2","price":"245000","area":"390"} , +{"type":"Feature","id":"n7575353412","geometry":{"type":"Point","coordinates":[-0.1024544,51.6341733]},"properties":{"@type":"node","@id":7575353412,"@timestamp":1631209048},"coords":"51.6341733,-0.1024544","bedrooms":"0","price":"172000","area":"405"} , +{"type":"Feature","id":"n7575387268","geometry":{"type":"Point","coordinates":[0.0893989,51.2920662]},"properties":{"@type":"node","@id":7575387268,"@timestamp":1590989231},"coords":"51.2920662,0.0893989","bedrooms":"0","price":"243000","area":"518"} , +{"type":"Feature","id":"n7575397124","geometry":{"type":"Point","coordinates":[-0.6904925,51.7709421]},"properties":{"@type":"node","@id":7575397124,"@timestamp":1590940845},"coords":"51.7709421,-0.6904925","bedrooms":"2","price":"210000","area":"693"} , +{"type":"Feature","id":"n7575401520","geometry":{"type":"Point","coordinates":[-0.9179188,51.4398869]},"properties":{"@type":"node","@id":7575401520,"@timestamp":1590942040},"coords":"51.4398869,-0.9179188","bedrooms":"1","price":"224000","area":"367"} , +{"type":"Feature","id":"n7575488187","geometry":{"type":"Point","coordinates":[-0.3368337,51.4235211]},"properties":{"@type":"node","@id":7575488187,"@timestamp":1605087811},"coords":"51.4235211,-0.3368337","bedrooms":"4","price":"177000","area":"522"} , +{"type":"Feature","id":"n7575499256","geometry":{"type":"Point","coordinates":[-0.0254733,51.0407836]},"properties":{"@type":"node","@id":7575499256,"@timestamp":1590944642},"coords":"51.0407836,-0.0254733","bedrooms":"3","price":"210000","area":"555"} , +{"type":"Feature","id":"n7575499266","geometry":{"type":"Point","coordinates":[-0.0276364,51.0367539]},"properties":{"@type":"node","@id":7575499266,"@timestamp":1590944642},"coords":"51.0367539,-0.0276364","bedrooms":"1","price":"198000","area":"555"} , +{"type":"Feature","id":"n7575518848","geometry":{"type":"Point","coordinates":[-0.0864008,51.061164]},"properties":{"@type":"node","@id":7575518848,"@timestamp":1590946013},"coords":"51.061164,-0.0864008","bedrooms":"2","price":"250000","area":"396"} , +{"type":"Feature","id":"n7575518858","geometry":{"type":"Point","coordinates":[-0.0867128,51.0626624]},"properties":{"@type":"node","@id":7575518858,"@timestamp":1590946013},"coords":"51.0626624,-0.0867128","bedrooms":"0","price":"197000","area":"453"} , +{"type":"Feature","id":"n7575518868","geometry":{"type":"Point","coordinates":[-0.0866181,51.0638102]},"properties":{"@type":"node","@id":7575518868,"@timestamp":1590946013},"coords":"51.0638102,-0.0866181","bedrooms":"2","price":"202000","area":"413"} , +{"type":"Feature","id":"n7575518878","geometry":{"type":"Point","coordinates":[-0.0865428,51.0649053]},"properties":{"@type":"node","@id":7575518878,"@timestamp":1590946013},"coords":"51.0649053,-0.0865428","bedrooms":"3","price":"213000","area":"639"} , +{"type":"Feature","id":"n7575580598","geometry":{"type":"Point","coordinates":[-0.0383952,51.6692404]},"properties":{"@type":"node","@id":7575580598,"@timestamp":1602702361},"coords":"51.6692404,-0.0383952","bedrooms":"0","price":"180000","area":"484"} , +{"type":"Feature","id":"n7575592505","geometry":{"type":"Point","coordinates":[-0.0921605,51.5052655]},"properties":{"@type":"node","@id":7575592505,"@timestamp":1590948457},"coords":"51.5052655,-0.0921605","bedrooms":"1","price":"227000","area":"393"} , +{"type":"Feature","id":"n7575592665","geometry":{"type":"Point","coordinates":[-0.0946008,51.5069712]},"properties":{"@type":"node","@id":7575592665,"@timestamp":1611951262},"coords":"51.5069712,-0.0946008","bedrooms":"2","price":"210000","area":"558"} , +{"type":"Feature","id":"n7575647516","geometry":{"type":"Point","coordinates":[-0.0431649,51.6710826]},"properties":{"@type":"node","@id":7575647516,"@timestamp":1590950514},"coords":"51.6710826,-0.0431649","bedrooms":"4","price":"209000","area":"507"} , +{"type":"Feature","id":"n7575700242","geometry":{"type":"Point","coordinates":[-0.0845883,51.0665768]},"properties":{"@type":"node","@id":7575700242,"@timestamp":1590951816},"coords":"51.0665768,-0.0845883","bedrooms":"0","price":"230000","area":"352"} , +{"type":"Feature","id":"n7575700259","geometry":{"type":"Point","coordinates":[-0.0857552,51.0682832]},"properties":{"@type":"node","@id":7575700259,"@timestamp":1590951816},"coords":"51.0682832,-0.0857552","bedrooms":"0","price":"158000","area":"689"} , +{"type":"Feature","id":"n7575707405","geometry":{"type":"Point","coordinates":[-0.0956632,51.0669588]},"properties":{"@type":"node","@id":7575707405,"@timestamp":1590951816},"coords":"51.0669588,-0.0956632","bedrooms":"1","price":"238000","area":"532"} , +{"type":"Feature","id":"n7576025276","geometry":{"type":"Point","coordinates":[-0.1129114,51.0682439]},"properties":{"@type":"node","@id":7576025276,"@timestamp":1590956613},"coords":"51.0682439,-0.1129114","bedrooms":"4","price":"284000","area":"661"} , +{"type":"Feature","id":"n7576028186","geometry":{"type":"Point","coordinates":[-0.1225548,51.0680348]},"properties":{"@type":"node","@id":7576028186,"@timestamp":1590956613},"coords":"51.0680348,-0.1225548","bedrooms":"3","price":"245000","area":"421"} , +{"type":"Feature","id":"n7576028196","geometry":{"type":"Point","coordinates":[-0.1132678,51.0675903]},"properties":{"@type":"node","@id":7576028196,"@timestamp":1590956613},"coords":"51.0675903,-0.1132678","bedrooms":"4","price":"178000","area":"498"} , +{"type":"Feature","id":"n7576028206","geometry":{"type":"Point","coordinates":[-0.1172156,51.0592723]},"properties":{"@type":"node","@id":7576028206,"@timestamp":1590956613},"coords":"51.0592723,-0.1172156","bedrooms":"3","price":"166000","area":"478"} , +{"type":"Feature","id":"n7576100038","geometry":{"type":"Point","coordinates":[-0.2343465,51.4031727]},"properties":{"@type":"node","@id":7576100038,"@timestamp":1590962811},"coords":"51.4031727,-0.2343465","bedrooms":"2","price":"242000","area":"447"} , +{"type":"Feature","id":"n7576195636","geometry":{"type":"Point","coordinates":[-0.3442382,51.4216251]},"properties":{"@type":"node","@id":7576195636,"@timestamp":1591870460},"coords":"51.4216251,-0.3442382","bedrooms":"1","price":"243000","area":"618"} , +{"type":"Feature","id":"n7576353018","geometry":{"type":"Point","coordinates":[-0.1585289,51.4931719]},"properties":{"@type":"node","@id":7576353018,"@timestamp":1611232310},"coords":"51.4931719,-0.1585289","bedrooms":"1","price":"221000","area":"474"} , +{"type":"Feature","id":"n7576487784","geometry":{"type":"Point","coordinates":[0.0505091,51.5026242]},"properties":{"@type":"node","@id":7576487784,"@timestamp":1590978613},"coords":"51.5026242,0.0505091","bedrooms":"2","price":"212000","area":"497"} , +{"type":"Feature","id":"n7576642550","geometry":{"type":"Point","coordinates":[-0.1825992,51.4969253]},"properties":{"@type":"node","@id":7576642550,"@timestamp":1590987085},"coords":"51.4969253,-0.1825992","bedrooms":"2","price":"157000","area":"384"} , +{"type":"Feature","id":"n7576696296","geometry":{"type":"Point","coordinates":[-0.1828649,51.4973382]},"properties":{"@type":"node","@id":7576696296,"@timestamp":1590987085},"coords":"51.4973382,-0.1828649","bedrooms":"4","price":"283000","area":"476"} , +{"type":"Feature","id":"n7576696306","geometry":{"type":"Point","coordinates":[-0.1818663,51.4974153]},"properties":{"@type":"node","@id":7576696306,"@timestamp":1590987085},"coords":"51.4974153,-0.1818663","bedrooms":"1","price":"232000","area":"479"} , +{"type":"Feature","id":"n7576696316","geometry":{"type":"Point","coordinates":[-0.182771,51.4972003]},"properties":{"@type":"node","@id":7576696316,"@timestamp":1590987085},"coords":"51.4972003,-0.182771","bedrooms":"1","price":"152000","area":"409"} , +{"type":"Feature","id":"n7576696343","geometry":{"type":"Point","coordinates":[-0.182236,51.4975909]},"properties":{"@type":"node","@id":7576696343,"@timestamp":1590987085},"coords":"51.4975909,-0.182236","bedrooms":"0","price":"230000","area":"521"} , +{"type":"Feature","id":"n7576696358","geometry":{"type":"Point","coordinates":[-0.1834388,51.4973853]},"properties":{"@type":"node","@id":7576696358,"@timestamp":1590987085},"coords":"51.4973853,-0.1834388","bedrooms":"4","price":"166000","area":"541"} , +{"type":"Feature","id":"n7577297621","geometry":{"type":"Point","coordinates":[-0.3601848,51.4384944]},"properties":{"@type":"node","@id":7577297621,"@timestamp":1591003378},"coords":"51.4384944,-0.3601848","bedrooms":"1","price":"250000","area":"577"} , +{"type":"Feature","id":"n7577969137","geometry":{"type":"Point","coordinates":[-0.7864214,51.2429123]},"properties":{"@type":"node","@id":7577969137,"@timestamp":1591019817},"coords":"51.2429123,-0.7864214","bedrooms":"3","price":"163000","area":"439"} , +{"type":"Feature","id":"n7578204477","geometry":{"type":"Point","coordinates":[-0.0736062,51.5135973]},"properties":{"@type":"node","@id":7578204477,"@timestamp":1591027316},"coords":"51.5135973,-0.0736062","bedrooms":"4","price":"166000","area":"361"} , +{"type":"Feature","id":"n7578390664","geometry":{"type":"Point","coordinates":[-0.3438567,51.5644143]},"properties":{"@type":"node","@id":7578390664,"@timestamp":1591033009},"coords":"51.5644143,-0.3438567","bedrooms":"2","price":"253000","area":"493"} , +{"type":"Feature","id":"n7578441702","geometry":{"type":"Point","coordinates":[-0.0929393,51.5631438]},"properties":{"@type":"node","@id":7578441702,"@timestamp":1591033649},"coords":"51.5631438,-0.0929393","bedrooms":"2","price":"152000","area":"494"} , +{"type":"Feature","id":"n7578441712","geometry":{"type":"Point","coordinates":[-0.0920056,51.5626972]},"properties":{"@type":"node","@id":7578441712,"@timestamp":1591033649},"coords":"51.5626972,-0.0920056","bedrooms":"3","price":"237000","area":"399"} , +{"type":"Feature","id":"n7578746039","geometry":{"type":"Point","coordinates":[-0.7260189,51.2390279]},"properties":{"@type":"node","@id":7578746039,"@timestamp":1620906219},"coords":"51.2390279,-0.7260189","bedrooms":"0","price":"274000","area":"467"} , +{"type":"Feature","id":"n7578828952","geometry":{"type":"Point","coordinates":[-0.1589589,51.4918702]},"properties":{"@type":"node","@id":7578828952,"@timestamp":1611589464},"coords":"51.4918702,-0.1589589","bedrooms":"2","price":"209000","area":"529"} , +{"type":"Feature","id":"n7579078063","geometry":{"type":"Point","coordinates":[-0.1161859,51.5967891]},"properties":{"@type":"node","@id":7579078063,"@timestamp":1635524477},"coords":"51.5967891,-0.1161859","bedrooms":"1","price":"164000","area":"688"} , +{"type":"Feature","id":"n7579085325","geometry":{"type":"Point","coordinates":[-0.0995086,51.5062358]},"properties":{"@type":"node","@id":7579085325,"@timestamp":1591055757},"coords":"51.5062358,-0.0995086","bedrooms":"3","price":"199000","area":"517"} , +{"type":"Feature","id":"n7579085408","geometry":{"type":"Point","coordinates":[-0.1001248,51.5056462]},"properties":{"@type":"node","@id":7579085408,"@timestamp":1591055757},"coords":"51.5056462,-0.1001248","bedrooms":"2","price":"248000","area":"429"} , +{"type":"Feature","id":"n7579085465","geometry":{"type":"Point","coordinates":[-0.1000733,51.5065532]},"properties":{"@type":"node","@id":7579085465,"@timestamp":1591055757},"coords":"51.5065532,-0.1000733","bedrooms":"1","price":"176000","area":"689"} , +{"type":"Feature","id":"n7579090528","geometry":{"type":"Point","coordinates":[-0.1155519,51.6005214]},"properties":{"@type":"node","@id":7579090528,"@timestamp":1591056549},"coords":"51.6005214,-0.1155519","bedrooms":"1","price":"263000","area":"557"} , +{"type":"Feature","id":"n7579248941","geometry":{"type":"Point","coordinates":[-0.1805926,51.4967728]},"properties":{"@type":"node","@id":7579248941,"@timestamp":1591067547},"coords":"51.4967728,-0.1805926","bedrooms":"1","price":"247000","area":"544"} , +{"type":"Feature","id":"n7579269705","geometry":{"type":"Point","coordinates":[-0.1795517,51.4962765]},"properties":{"@type":"node","@id":7579269705,"@timestamp":1591067547},"coords":"51.4962765,-0.1795517","bedrooms":"1","price":"253000","area":"681"} , +{"type":"Feature","id":"n7579269779","geometry":{"type":"Point","coordinates":[-0.1801499,51.4965444]},"properties":{"@type":"node","@id":7579269779,"@timestamp":1591067547},"coords":"51.4965444,-0.1801499","bedrooms":"0","price":"295000","area":"654"} , +{"type":"Feature","id":"n7579269861","geometry":{"type":"Point","coordinates":[-0.1808669,51.4958261]},"properties":{"@type":"node","@id":7579269861,"@timestamp":1591067547},"coords":"51.4958261,-0.1808669","bedrooms":"1","price":"261000","area":"394"} , +{"type":"Feature","id":"n7579269871","geometry":{"type":"Point","coordinates":[-0.1810386,51.4965837]},"properties":{"@type":"node","@id":7579269871,"@timestamp":1591067547},"coords":"51.4965837,-0.1810386","bedrooms":"4","price":"219000","area":"385"} , +{"type":"Feature","id":"n7579604383","geometry":{"type":"Point","coordinates":[0.0289239,51.1217332]},"properties":{"@type":"node","@id":7579604383,"@timestamp":1591084769},"coords":"51.1217332,0.0289239","bedrooms":"2","price":"276000","area":"492"} , +{"type":"Feature","id":"n7579972684","geometry":{"type":"Point","coordinates":[-0.7501191,50.9825585]},"properties":{"@type":"node","@id":7579972684,"@timestamp":1592656201},"coords":"50.9825585,-0.7501191","bedrooms":"2","price":"151000","area":"365"} , +{"type":"Feature","id":"n7580090017","geometry":{"type":"Point","coordinates":[0.0318133,51.5178368]},"properties":{"@type":"node","@id":7580090017,"@timestamp":1611321124},"coords":"51.5178368,0.0318133","bedrooms":"4","price":"224000","area":"384"} , +{"type":"Feature","id":"n7580304258","geometry":{"type":"Point","coordinates":[-0.1816068,51.4959152]},"properties":{"@type":"node","@id":7580304258,"@timestamp":1591107681},"coords":"51.4959152,-0.1816068","bedrooms":"4","price":"279000","area":"571"} , +{"type":"Feature","id":"n7580304281","geometry":{"type":"Point","coordinates":[-0.1823924,51.4955701]},"properties":{"@type":"node","@id":7580304281,"@timestamp":1591107681},"coords":"51.4955701,-0.1823924","bedrooms":"1","price":"171000","area":"563"} , +{"type":"Feature","id":"n7580325259","geometry":{"type":"Point","coordinates":[-0.3411825,51.4274881]},"properties":{"@type":"node","@id":7580325259,"@timestamp":1591107675},"coords":"51.4274881,-0.3411825","bedrooms":"2","price":"198000","area":"514"} , +{"type":"Feature","id":"n7580327296","geometry":{"type":"Point","coordinates":[-0.1818049,51.49549]},"properties":{"@type":"node","@id":7580327296,"@timestamp":1591107681},"coords":"51.49549,-0.1818049","bedrooms":"4","price":"227000","area":"562"} , +{"type":"Feature","id":"n7580376905","geometry":{"type":"Point","coordinates":[-0.1112993,51.5056606]},"properties":{"@type":"node","@id":7580376905,"@timestamp":1591109231},"coords":"51.5056606,-0.1112993","bedrooms":"0","price":"217000","area":"643"} , +{"type":"Feature","id":"n7580514989","geometry":{"type":"Point","coordinates":[-0.1140654,51.4034229]},"properties":{"@type":"node","@id":7580514989,"@timestamp":1591113037},"coords":"51.4034229,-0.1140654","bedrooms":"0","price":"161000","area":"496"} , +{"type":"Feature","id":"n7580518865","geometry":{"type":"Point","coordinates":[-1.0189828,51.4552069]},"properties":{"@type":"node","@id":7580518865,"@timestamp":1591145134},"coords":"51.4552069,-1.0189828","bedrooms":"4","price":"270000","area":"576"} , +{"type":"Feature","id":"n7580539586","geometry":{"type":"Point","coordinates":[-0.6896,51.778466]},"properties":{"@type":"node","@id":7580539586,"@timestamp":1591113569},"coords":"51.778466,-0.6896","bedrooms":"2","price":"206000","area":"456"} , +{"type":"Feature","id":"n7580562418","geometry":{"type":"Point","coordinates":[-0.5661278,51.4273106]},"properties":{"@type":"node","@id":7580562418,"@timestamp":1591114090},"coords":"51.4273106,-0.5661278","bedrooms":"1","price":"241000","area":"492"} , +{"type":"Feature","id":"n7580615283","geometry":{"type":"Point","coordinates":[-0.5605562,51.4251143]},"properties":{"@type":"node","@id":7580615283,"@timestamp":1591115672},"coords":"51.4251143,-0.5605562","bedrooms":"3","price":"254000","area":"356"} , +{"type":"Feature","id":"n7580980243","geometry":{"type":"Point","coordinates":[-0.0837144,51.1189584]},"properties":{"@type":"node","@id":7580980243,"@timestamp":1591125879},"coords":"51.1189584,-0.0837144","bedrooms":"1","price":"233000","area":"561"} , +{"type":"Feature","id":"n7580980278","geometry":{"type":"Point","coordinates":[-0.0968921,51.0451082]},"properties":{"@type":"node","@id":7580980278,"@timestamp":1596559346},"coords":"51.0451082,-0.0968921","bedrooms":"1","price":"211000","area":"605"} , +{"type":"Feature","id":"n7581015818","geometry":{"type":"Point","coordinates":[-0.104818,51.0091244]},"properties":{"@type":"node","@id":7581015818,"@timestamp":1591125879},"coords":"51.0091244,-0.104818","bedrooms":"0","price":"286000","area":"457"} , +{"type":"Feature","id":"n7581250604","geometry":{"type":"Point","coordinates":[-1.0465212,51.2129655]},"properties":{"@type":"node","@id":7581250604,"@timestamp":1591131483},"coords":"51.2129655,-1.0465212","bedrooms":"0","price":"255000","area":"500"} , +{"type":"Feature","id":"n7581250614","geometry":{"type":"Point","coordinates":[-1.0470002,51.2138256]},"properties":{"@type":"node","@id":7581250614,"@timestamp":1591131483},"coords":"51.2138256,-1.0470002","bedrooms":"0","price":"280000","area":"385"} , +{"type":"Feature","id":"n7581250624","geometry":{"type":"Point","coordinates":[-1.0473511,51.2145864]},"properties":{"@type":"node","@id":7581250624,"@timestamp":1591131483},"coords":"51.2145864,-1.0473511","bedrooms":"0","price":"235000","area":"527"} , +{"type":"Feature","id":"n7581250634","geometry":{"type":"Point","coordinates":[-1.0475708,51.2156568]},"properties":{"@type":"node","@id":7581250634,"@timestamp":1591131483},"coords":"51.2156568,-1.0475708","bedrooms":"4","price":"207000","area":"500"} , +{"type":"Feature","id":"n7581250644","geometry":{"type":"Point","coordinates":[-1.0464489,51.2146515]},"properties":{"@type":"node","@id":7581250644,"@timestamp":1591131483},"coords":"51.2146515,-1.0464489","bedrooms":"4","price":"183000","area":"355"} , +{"type":"Feature","id":"n7581250654","geometry":{"type":"Point","coordinates":[-1.0427263,51.2138885]},"properties":{"@type":"node","@id":7581250654,"@timestamp":1591131483},"coords":"51.2138885,-1.0427263","bedrooms":"4","price":"153000","area":"458"} , +{"type":"Feature","id":"n7581250664","geometry":{"type":"Point","coordinates":[-1.0545111,51.2148446]},"properties":{"@type":"node","@id":7581250664,"@timestamp":1591131483},"coords":"51.2148446,-1.0545111","bedrooms":"3","price":"182000","area":"573"} , +{"type":"Feature","id":"n7581374902","geometry":{"type":"Point","coordinates":[-0.1971193,51.0999499]},"properties":{"@type":"node","@id":7581374902,"@timestamp":1634736324},"coords":"51.0999499,-0.1971193","bedrooms":"0","price":"285000","area":"602"} , +{"type":"Feature","id":"n7581374958","geometry":{"type":"Point","coordinates":[-0.110613,51.2925342]},"properties":{"@type":"node","@id":7581374958,"@timestamp":1609593767},"coords":"51.2925342,-0.110613","bedrooms":"1","price":"272000","area":"492"} , +{"type":"Feature","id":"n7581374977","geometry":{"type":"Point","coordinates":[-0.0765342,51.2350371]},"properties":{"@type":"node","@id":7581374977,"@timestamp":1591135371},"coords":"51.2350371,-0.0765342","bedrooms":"4","price":"291000","area":"593"} , +{"type":"Feature","id":"n7581375006","geometry":{"type":"Point","coordinates":[-0.0668031,51.1583808]},"properties":{"@type":"node","@id":7581375006,"@timestamp":1591135371},"coords":"51.1583808,-0.0668031","bedrooms":"0","price":"161000","area":"650"} , +{"type":"Feature","id":"n7581488530","geometry":{"type":"Point","coordinates":[-0.128049,51.568461]},"properties":{"@type":"node","@id":7581488530,"@timestamp":1591141228},"coords":"51.568461,-0.128049","bedrooms":"0","price":"178000","area":"616"} , +{"type":"Feature","id":"n7581488566","geometry":{"type":"Point","coordinates":[-0.1283927,51.5680717]},"properties":{"@type":"node","@id":7581488566,"@timestamp":1591141228},"coords":"51.5680717,-0.1283927","bedrooms":"1","price":"172000","area":"411"} , +{"type":"Feature","id":"n7581491396","geometry":{"type":"Point","coordinates":[-0.1278435,51.5683574]},"properties":{"@type":"node","@id":7581491396,"@timestamp":1591141228},"coords":"51.5683574,-0.1278435","bedrooms":"1","price":"276000","area":"490"} , +{"type":"Feature","id":"n7582923004","geometry":{"type":"Point","coordinates":[-0.0964273,51.4895949]},"properties":{"@type":"node","@id":7582923004,"@timestamp":1627125344},"coords":"51.4895949,-0.0964273","bedrooms":"0","price":"258000","area":"622"} , +{"type":"Feature","id":"n7586506148","geometry":{"type":"Point","coordinates":[-0.1819014,51.1359073]},"properties":{"@type":"node","@id":7586506148,"@timestamp":1591156761},"coords":"51.1359073,-0.1819014","bedrooms":"4","price":"207000","area":"552"} , +{"type":"Feature","id":"n7588378652","geometry":{"type":"Point","coordinates":[-0.334092,51.4107007]},"properties":{"@type":"node","@id":7588378652,"@timestamp":1591171400},"coords":"51.4107007,-0.334092","bedrooms":"0","price":"200000","area":"422"} , +{"type":"Feature","id":"n7589572092","geometry":{"type":"Point","coordinates":[-0.4042634,51.6337105]},"properties":{"@type":"node","@id":7589572092,"@timestamp":1604746774},"coords":"51.6337105,-0.4042634","bedrooms":"0","price":"243000","area":"633"} , +{"type":"Feature","id":"n7590207961","geometry":{"type":"Point","coordinates":[-0.1252541,51.4410205]},"properties":{"@type":"node","@id":7590207961,"@timestamp":1592413804},"coords":"51.4410205,-0.1252541","bedrooms":"3","price":"291000","area":"518"} , +{"type":"Feature","id":"n7590207971","geometry":{"type":"Point","coordinates":[-0.1177403,51.4494732]},"properties":{"@type":"node","@id":7590207971,"@timestamp":1591210587},"coords":"51.4494732,-0.1177403","bedrooms":"4","price":"217000","area":"394"} , +{"type":"Feature","id":"n7590207981","geometry":{"type":"Point","coordinates":[-0.1135288,51.455617]},"properties":{"@type":"node","@id":7590207981,"@timestamp":1591210587},"coords":"51.455617,-0.1135288","bedrooms":"3","price":"170000","area":"556"} , +{"type":"Feature","id":"n7590236187","geometry":{"type":"Point","coordinates":[-0.1121749,51.453022]},"properties":{"@type":"node","@id":7590236187,"@timestamp":1591210587},"coords":"51.453022,-0.1121749","bedrooms":"3","price":"159000","area":"362"} , +{"type":"Feature","id":"n7590236197","geometry":{"type":"Point","coordinates":[-0.1147929,51.4550559]},"properties":{"@type":"node","@id":7590236197,"@timestamp":1591210587},"coords":"51.4550559,-0.1147929","bedrooms":"4","price":"175000","area":"654"} , +{"type":"Feature","id":"n7590272242","geometry":{"type":"Point","coordinates":[-0.2144909,51.7839097]},"properties":{"@type":"node","@id":7590272242,"@timestamp":1591213151},"coords":"51.7839097,-0.2144909","bedrooms":"4","price":"264000","area":"568"} , +{"type":"Feature","id":"n7590272258","geometry":{"type":"Point","coordinates":[-0.2236909,51.789687]},"properties":{"@type":"node","@id":7590272258,"@timestamp":1591213151},"coords":"51.789687,-0.2236909","bedrooms":"3","price":"204000","area":"470"} , +{"type":"Feature","id":"n7590357486","geometry":{"type":"Point","coordinates":[-0.1887698,51.4949636]},"properties":{"@type":"node","@id":7590357486,"@timestamp":1593328243},"coords":"51.4949636,-0.1887698","bedrooms":"0","price":"214000","area":"605"} , +{"type":"Feature","id":"n7590383192","geometry":{"type":"Point","coordinates":[-0.1166071,51.0641833]},"properties":{"@type":"node","@id":7590383192,"@timestamp":1591215479},"coords":"51.0641833,-0.1166071","bedrooms":"0","price":"175000","area":"441"} , +{"type":"Feature","id":"n7590383241","geometry":{"type":"Point","coordinates":[-0.1517102,51.0553884]},"properties":{"@type":"node","@id":7590383241,"@timestamp":1591215479},"coords":"51.0553884,-0.1517102","bedrooms":"2","price":"150000","area":"681"} , +{"type":"Feature","id":"n7590494990","geometry":{"type":"Point","coordinates":[0.4942794,51.1017573]},"properties":{"@type":"node","@id":7590494990,"@timestamp":1591219540},"coords":"51.1017573,0.4942794","bedrooms":"1","price":"281000","area":"537"} , +{"type":"Feature","id":"n7590495001","geometry":{"type":"Point","coordinates":[0.494325,51.1016663]},"properties":{"@type":"node","@id":7590495001,"@timestamp":1591219540},"coords":"51.1016663,0.494325","bedrooms":"3","price":"158000","area":"638"} , +{"type":"Feature","id":"n7590495011","geometry":{"type":"Point","coordinates":[0.4945986,51.1019493]},"properties":{"@type":"node","@id":7590495011,"@timestamp":1591219540},"coords":"51.1019493,0.4945986","bedrooms":"1","price":"250000","area":"357"} , +{"type":"Feature","id":"n7590495021","geometry":{"type":"Point","coordinates":[0.4959754,51.101985]},"properties":{"@type":"node","@id":7590495021,"@timestamp":1591219540},"coords":"51.101985,0.4959754","bedrooms":"2","price":"173000","area":"479"} , +{"type":"Feature","id":"n7590495032","geometry":{"type":"Point","coordinates":[0.4959928,51.1019336]},"properties":{"@type":"node","@id":7590495032,"@timestamp":1591219540},"coords":"51.1019336,0.4959928","bedrooms":"0","price":"279000","area":"385"} , +{"type":"Feature","id":"n7590495042","geometry":{"type":"Point","coordinates":[0.495679,51.1021442]},"properties":{"@type":"node","@id":7590495042,"@timestamp":1591219540},"coords":"51.1021442,0.495679","bedrooms":"0","price":"170000","area":"653"} , +{"type":"Feature","id":"n7590495052","geometry":{"type":"Point","coordinates":[0.4967492,51.1035033]},"properties":{"@type":"node","@id":7590495052,"@timestamp":1591219540},"coords":"51.1035033,0.4967492","bedrooms":"3","price":"229000","area":"572"} , +{"type":"Feature","id":"n7590495063","geometry":{"type":"Point","coordinates":[0.4946597,51.1038671]},"properties":{"@type":"node","@id":7590495063,"@timestamp":1591219540},"coords":"51.1038671,0.4946597","bedrooms":"0","price":"286000","area":"504"} , +{"type":"Feature","id":"n7590501135","geometry":{"type":"Point","coordinates":[0.4921653,51.1015244]},"properties":{"@type":"node","@id":7590501135,"@timestamp":1591219796},"coords":"51.1015244,0.4921653","bedrooms":"1","price":"164000","area":"381"} , +{"type":"Feature","id":"n7590532498","geometry":{"type":"Point","coordinates":[-0.4625066,51.6451992]},"properties":{"@type":"node","@id":7590532498,"@timestamp":1617299437},"coords":"51.6451992,-0.4625066","bedrooms":"3","price":"166000","area":"663"} , +{"type":"Feature","id":"n7590686765","geometry":{"type":"Point","coordinates":[-0.1334387,51.568828]},"properties":{"@type":"node","@id":7590686765,"@timestamp":1591228676},"coords":"51.568828,-0.1334387","bedrooms":"1","price":"151000","area":"536"} , +{"type":"Feature","id":"n7590694720","geometry":{"type":"Point","coordinates":[-0.133923,51.5683648]},"properties":{"@type":"node","@id":7590694720,"@timestamp":1591228676},"coords":"51.5683648,-0.133923","bedrooms":"4","price":"256000","area":"520"} , +{"type":"Feature","id":"n7590694748","geometry":{"type":"Point","coordinates":[-0.1330986,51.5680227]},"properties":{"@type":"node","@id":7590694748,"@timestamp":1591228676},"coords":"51.5680227,-0.1330986","bedrooms":"3","price":"170000","area":"404"} , +{"type":"Feature","id":"n7590695678","geometry":{"type":"Point","coordinates":[-0.1321591,51.5686306]},"properties":{"@type":"node","@id":7590695678,"@timestamp":1591230900},"coords":"51.5686306,-0.1321591","bedrooms":"4","price":"181000","area":"407"} , +{"type":"Feature","id":"n7590722690","geometry":{"type":"Point","coordinates":[-0.1325836,51.5686553]},"properties":{"@type":"node","@id":7590722690,"@timestamp":1591230900},"coords":"51.5686553,-0.1325836","bedrooms":"0","price":"226000","area":"365"} , +{"type":"Feature","id":"n7590722701","geometry":{"type":"Point","coordinates":[-0.1327263,51.5689335]},"properties":{"@type":"node","@id":7590722701,"@timestamp":1591230900},"coords":"51.5689335,-0.1327263","bedrooms":"3","price":"155000","area":"678"} , +{"type":"Feature","id":"n7591017534","geometry":{"type":"Point","coordinates":[-0.1845149,51.4957645]},"properties":{"@type":"node","@id":7591017534,"@timestamp":1591246689},"coords":"51.4957645,-0.1845149","bedrooms":"4","price":"175000","area":"540"} , +{"type":"Feature","id":"n7591017553","geometry":{"type":"Point","coordinates":[-0.184804,51.4955035]},"properties":{"@type":"node","@id":7591017553,"@timestamp":1591246689},"coords":"51.4955035,-0.184804","bedrooms":"0","price":"268000","area":"490"} , +{"type":"Feature","id":"n7591235196","geometry":{"type":"Point","coordinates":[-0.5255857,51.746987]},"properties":{"@type":"node","@id":7591235196,"@timestamp":1591252828},"coords":"51.746987,-0.5255857","bedrooms":"4","price":"239000","area":"537"} , +{"type":"Feature","id":"n7591537767","geometry":{"type":"Point","coordinates":[-0.3363753,51.423099]},"properties":{"@type":"node","@id":7591537767,"@timestamp":1591258801},"coords":"51.423099,-0.3363753","bedrooms":"2","price":"270000","area":"477"} , +{"type":"Feature","id":"n7591700335","geometry":{"type":"Point","coordinates":[0.4954489,51.1018029]},"properties":{"@type":"node","@id":7591700335,"@timestamp":1591262828},"coords":"51.1018029,0.4954489","bedrooms":"1","price":"230000","area":"606"} , +{"type":"Feature","id":"n7591700345","geometry":{"type":"Point","coordinates":[0.4948246,51.1022538]},"properties":{"@type":"node","@id":7591700345,"@timestamp":1591262828},"coords":"51.1022538,0.4948246","bedrooms":"3","price":"266000","area":"459"} , +{"type":"Feature","id":"n7592196301","geometry":{"type":"Point","coordinates":[-0.0834904,51.315268]},"properties":{"@type":"node","@id":7592196301,"@timestamp":1591271123},"coords":"51.315268,-0.0834904","bedrooms":"4","price":"255000","area":"351"} , +{"type":"Feature","id":"n7592377946","geometry":{"type":"Point","coordinates":[0.1476796,51.8080416]},"properties":{"@type":"node","@id":7592377946,"@timestamp":1591275034},"coords":"51.8080416,0.1476796","bedrooms":"3","price":"240000","area":"627"} , +{"type":"Feature","id":"n7592798682","geometry":{"type":"Point","coordinates":[-0.100269,51.6505163]},"properties":{"@type":"node","@id":7592798682,"@timestamp":1591283473},"coords":"51.6505163,-0.100269","bedrooms":"3","price":"169000","area":"424"} , +{"type":"Feature","id":"n7592798747","geometry":{"type":"Point","coordinates":[-0.1058514,51.6468087]},"properties":{"@type":"node","@id":7592798747,"@timestamp":1591283473},"coords":"51.6468087,-0.1058514","bedrooms":"0","price":"252000","area":"544"} , +{"type":"Feature","id":"n7592846919","geometry":{"type":"Point","coordinates":[-0.8330602,51.8677462]},"properties":{"@type":"node","@id":7592846919,"@timestamp":1591284437},"coords":"51.8677462,-0.8330602","bedrooms":"1","price":"253000","area":"630"} , +{"type":"Feature","id":"n7592919309","geometry":{"type":"Point","coordinates":[-0.2764078,51.6557408]},"properties":{"@type":"node","@id":7592919309,"@timestamp":1591286570},"coords":"51.6557408,-0.2764078","bedrooms":"0","price":"232000","area":"499"} , +{"type":"Feature","id":"n7593041772","geometry":{"type":"Point","coordinates":[-0.2199867,51.7878453]},"properties":{"@type":"node","@id":7593041772,"@timestamp":1591292426},"coords":"51.7878453,-0.2199867","bedrooms":"0","price":"198000","area":"588"} , +{"type":"Feature","id":"n7593041782","geometry":{"type":"Point","coordinates":[-0.2225342,51.7853814]},"properties":{"@type":"node","@id":7593041782,"@timestamp":1591292426},"coords":"51.7853814,-0.2225342","bedrooms":"0","price":"231000","area":"611"} , +{"type":"Feature","id":"n7593061468","geometry":{"type":"Point","coordinates":[-0.2150247,51.7837197]},"properties":{"@type":"node","@id":7593061468,"@timestamp":1591290640},"coords":"51.7837197,-0.2150247","bedrooms":"0","price":"287000","area":"536"} , +{"type":"Feature","id":"n7593076194","geometry":{"type":"Point","coordinates":[-0.184466,51.4959822]},"properties":{"@type":"node","@id":7593076194,"@timestamp":1591290763},"coords":"51.4959822,-0.184466","bedrooms":"0","price":"298000","area":"529"} , +{"type":"Feature","id":"n7593076274","geometry":{"type":"Point","coordinates":[-0.1838102,51.4963207]},"properties":{"@type":"node","@id":7593076274,"@timestamp":1591290763},"coords":"51.4963207,-0.1838102","bedrooms":"3","price":"224000","area":"520"} , +{"type":"Feature","id":"n7593162750","geometry":{"type":"Point","coordinates":[0.4963404,51.101565]},"properties":{"@type":"node","@id":7593162750,"@timestamp":1591293729},"coords":"51.101565,0.4963404","bedrooms":"2","price":"192000","area":"629"} , +{"type":"Feature","id":"n7593174326","geometry":{"type":"Point","coordinates":[0.4955786,51.1064296]},"properties":{"@type":"node","@id":7593174326,"@timestamp":1591293729},"coords":"51.1064296,0.4955786","bedrooms":"2","price":"270000","area":"557"} , +{"type":"Feature","id":"n7593326580","geometry":{"type":"Point","coordinates":[-0.0284113,51.2102061]},"properties":{"@type":"node","@id":7593326580,"@timestamp":1591298678},"coords":"51.2102061,-0.0284113","bedrooms":"0","price":"262000","area":"380"} , +{"type":"Feature","id":"n7593634493","geometry":{"type":"Point","coordinates":[-0.0949938,51.5047508]},"properties":{"@type":"node","@id":7593634493,"@timestamp":1591309029},"coords":"51.5047508,-0.0949938","bedrooms":"2","price":"285000","area":"490"} , +{"type":"Feature","id":"n7593651018","geometry":{"type":"Point","coordinates":[-0.0968653,51.5052683]},"properties":{"@type":"node","@id":7593651018,"@timestamp":1591309029},"coords":"51.5052683,-0.0968653","bedrooms":"1","price":"176000","area":"394"} , +{"type":"Feature","id":"n7593754258","geometry":{"type":"Point","coordinates":[-0.0941133,51.504783]},"properties":{"@type":"node","@id":7593754258,"@timestamp":1627300994},"coords":"51.504783,-0.0941133","bedrooms":"0","price":"171000","area":"620"} , +{"type":"Feature","id":"n7593976965","geometry":{"type":"Point","coordinates":[-0.183997,51.4971901]},"properties":{"@type":"node","@id":7593976965,"@timestamp":1591330281},"coords":"51.4971901,-0.183997","bedrooms":"2","price":"167000","area":"468"} , +{"type":"Feature","id":"n7593995040","geometry":{"type":"Point","coordinates":[-0.3097582,51.6256344]},"properties":{"@type":"node","@id":7593995040,"@timestamp":1591329533},"coords":"51.6256344,-0.3097582","bedrooms":"4","price":"264000","area":"551"} , +{"type":"Feature","id":"n7594376343","geometry":{"type":"Point","coordinates":[0.0259432,51.5391623]},"properties":{"@type":"node","@id":7594376343,"@timestamp":1591338551},"coords":"51.5391623,0.0259432","bedrooms":"2","price":"155000","area":"375"} , +{"type":"Feature","id":"n7594581431","geometry":{"type":"Point","coordinates":[-0.0098857,51.4797908]},"properties":{"@type":"node","@id":7594581431,"@timestamp":1591341620},"coords":"51.4797908,-0.0098857","bedrooms":"4","price":"201000","area":"354"} , +{"type":"Feature","id":"n7594757368","geometry":{"type":"Point","coordinates":[-0.3292005,51.2275977]},"properties":{"@type":"node","@id":7594757368,"@timestamp":1591345769},"coords":"51.2275977,-0.3292005","bedrooms":"1","price":"228000","area":"541"} , +{"type":"Feature","id":"n7595046056","geometry":{"type":"Point","coordinates":[-0.2541373,51.3393963]},"properties":{"@type":"node","@id":7595046056,"@timestamp":1625304918},"coords":"51.3393963,-0.2541373","bedrooms":"1","price":"202000","area":"674"} , +{"type":"Feature","id":"n7595439518","geometry":{"type":"Point","coordinates":[-0.1005086,51.6495597]},"properties":{"@type":"node","@id":7595439518,"@timestamp":1591358012},"coords":"51.6495597,-0.1005086","bedrooms":"4","price":"286000","area":"585"} , +{"type":"Feature","id":"n7595439528","geometry":{"type":"Point","coordinates":[-0.1022458,51.6496379]},"properties":{"@type":"node","@id":7595439528,"@timestamp":1591358012},"coords":"51.6496379,-0.1022458","bedrooms":"0","price":"153000","area":"608"} , +{"type":"Feature","id":"n7595445059","geometry":{"type":"Point","coordinates":[0.3504577,51.6402095]},"properties":{"@type":"node","@id":7595445059,"@timestamp":1591358189},"coords":"51.6402095,0.3504577","bedrooms":"0","price":"207000","area":"508"} , +{"type":"Feature","id":"n7595527712","geometry":{"type":"Point","coordinates":[0.0525136,51.535807]},"properties":{"@type":"node","@id":7595527712,"@timestamp":1591359753},"coords":"51.535807,0.0525136","bedrooms":"0","price":"169000","area":"498"} , +{"type":"Feature","id":"n7595527722","geometry":{"type":"Point","coordinates":[0.0515226,51.5373352]},"properties":{"@type":"node","@id":7595527722,"@timestamp":1591359753},"coords":"51.5373352,0.0515226","bedrooms":"4","price":"198000","area":"658"} , +{"type":"Feature","id":"n7595806696","geometry":{"type":"Point","coordinates":[-0.1510554,51.045397]},"properties":{"@type":"node","@id":7595806696,"@timestamp":1591365647},"coords":"51.045397,-0.1510554","bedrooms":"2","price":"280000","area":"415"} , +{"type":"Feature","id":"n7595886334","geometry":{"type":"Point","coordinates":[-0.1138581,51.0440575]},"properties":{"@type":"node","@id":7595886334,"@timestamp":1591368003},"coords":"51.0440575,-0.1138581","bedrooms":"3","price":"241000","area":"534"} , +{"type":"Feature","id":"n7595886353","geometry":{"type":"Point","coordinates":[-0.1126571,51.0433038]},"properties":{"@type":"node","@id":7595886353,"@timestamp":1596559346},"coords":"51.0433038,-0.1126571","bedrooms":"1","price":"183000","area":"496"} , +{"type":"Feature","id":"n7595915257","geometry":{"type":"Point","coordinates":[-0.1788034,51.5420576]},"properties":{"@type":"node","@id":7595915257,"@timestamp":1599829127},"coords":"51.5420576,-0.1788034","bedrooms":"4","price":"262000","area":"420"} , +{"type":"Feature","id":"n7596108066","geometry":{"type":"Point","coordinates":[0.067715,51.6483964]},"properties":{"@type":"node","@id":7596108066,"@timestamp":1591376428},"coords":"51.6483964,0.067715","bedrooms":"1","price":"251000","area":"498"} , +{"type":"Feature","id":"n7596148986","geometry":{"type":"Point","coordinates":[-0.1713642,51.4897147]},"properties":{"@type":"node","@id":7596148986,"@timestamp":1609770029},"coords":"51.4897147,-0.1713642","bedrooms":"0","price":"181000","area":"660"} , +{"type":"Feature","id":"n7596282474","geometry":{"type":"Point","coordinates":[-0.6003835,51.4838023]},"properties":{"@type":"node","@id":7596282474,"@timestamp":1618053045},"coords":"51.4838023,-0.6003835","bedrooms":"2","price":"268000","area":"478"} , +{"type":"Feature","id":"n7596561582","geometry":{"type":"Point","coordinates":[-0.069761,50.9735596]},"properties":{"@type":"node","@id":7596561582,"@timestamp":1591387655},"coords":"50.9735596,-0.069761","bedrooms":"3","price":"255000","area":"590"} , +{"type":"Feature","id":"n7596573205","geometry":{"type":"Point","coordinates":[-0.0697042,50.9711555]},"properties":{"@type":"node","@id":7596573205,"@timestamp":1591387655},"coords":"50.9711555,-0.0697042","bedrooms":"2","price":"208000","area":"550"} , +{"type":"Feature","id":"n7596573215","geometry":{"type":"Point","coordinates":[-0.0695487,50.9704455]},"properties":{"@type":"node","@id":7596573215,"@timestamp":1591387655},"coords":"50.9704455,-0.0695487","bedrooms":"1","price":"260000","area":"666"} , +{"type":"Feature","id":"n7596573225","geometry":{"type":"Point","coordinates":[-0.0703009,50.9687123]},"properties":{"@type":"node","@id":7596573225,"@timestamp":1628876752},"coords":"50.9687123,-0.0703009","bedrooms":"2","price":"198000","area":"398"} , +{"type":"Feature","id":"n7596581281","geometry":{"type":"Point","coordinates":[-1.1139992,51.2725282]},"properties":{"@type":"node","@id":7596581281,"@timestamp":1591389039},"coords":"51.2725282,-1.1139992","bedrooms":"0","price":"298000","area":"572"} , +{"type":"Feature","id":"n7596815296","geometry":{"type":"Point","coordinates":[-1.1147442,51.2807568]},"properties":{"@type":"node","@id":7596815296,"@timestamp":1591393304},"coords":"51.2807568,-1.1147442","bedrooms":"4","price":"236000","area":"441"} , +{"type":"Feature","id":"n7597312873","geometry":{"type":"Point","coordinates":[-0.8144848,51.7498574]},"properties":{"@type":"node","@id":7597312873,"@timestamp":1591417816},"coords":"51.7498574,-0.8144848","bedrooms":"0","price":"278000","area":"689"} , +{"type":"Feature","id":"n7597381567","geometry":{"type":"Point","coordinates":[-0.0392179,51.5175357]},"properties":{"@type":"node","@id":7597381567,"@timestamp":1591421688},"coords":"51.5175357,-0.0392179","bedrooms":"1","price":"207000","area":"503"} , +{"type":"Feature","id":"n7597622735","geometry":{"type":"Point","coordinates":[-0.067159,50.9685583]},"properties":{"@type":"node","@id":7597622735,"@timestamp":1628876735},"coords":"50.9685583,-0.067159","bedrooms":"3","price":"275000","area":"583"} , +{"type":"Feature","id":"n7597690248","geometry":{"type":"Point","coordinates":[-0.1842753,51.4986888]},"properties":{"@type":"node","@id":7597690248,"@timestamp":1591437755},"coords":"51.4986888,-0.1842753","bedrooms":"3","price":"204000","area":"519"} , +{"type":"Feature","id":"n7597719328","geometry":{"type":"Point","coordinates":[-0.1848594,51.4984337]},"properties":{"@type":"node","@id":7597719328,"@timestamp":1591437755},"coords":"51.4984337,-0.1848594","bedrooms":"0","price":"215000","area":"653"} , +{"type":"Feature","id":"n7597720039","geometry":{"type":"Point","coordinates":[-0.2480541,51.2803441]},"properties":{"@type":"node","@id":7597720039,"@timestamp":1616340830},"coords":"51.2803441,-0.2480541","bedrooms":"2","price":"191000","area":"410"} , +{"type":"Feature","id":"n7597751578","geometry":{"type":"Point","coordinates":[-0.0470923,50.9653594]},"properties":{"@type":"node","@id":7597751578,"@timestamp":1591439992},"coords":"50.9653594,-0.0470923","bedrooms":"2","price":"267000","area":"391"} , +{"type":"Feature","id":"n7597884866","geometry":{"type":"Point","coordinates":[-0.4873951,51.6457713]},"properties":{"@type":"node","@id":7597884866,"@timestamp":1601648811},"coords":"51.6457713,-0.4873951","bedrooms":"1","price":"201000","area":"390"} , +{"type":"Feature","id":"n7597884878","geometry":{"type":"Point","coordinates":[-0.4972859,51.6414966]},"properties":{"@type":"node","@id":7597884878,"@timestamp":1601648811},"coords":"51.6414966,-0.4972859","bedrooms":"2","price":"282000","area":"672"} , +{"type":"Feature","id":"n7597906300","geometry":{"type":"Point","coordinates":[0.0123477,51.2374632]},"properties":{"@type":"node","@id":7597906300,"@timestamp":1591444334},"coords":"51.2374632,0.0123477","bedrooms":"0","price":"195000","area":"585"} , +{"type":"Feature","id":"n7597906310","geometry":{"type":"Point","coordinates":[0.0111816,51.2367513]},"properties":{"@type":"node","@id":7597906310,"@timestamp":1606529193},"coords":"51.2367513,0.0111816","bedrooms":"3","price":"192000","area":"424"} , +{"type":"Feature","id":"n7597906320","geometry":{"type":"Point","coordinates":[0.0098137,51.2367471]},"properties":{"@type":"node","@id":7597906320,"@timestamp":1606529193},"coords":"51.2367471,0.0098137","bedrooms":"1","price":"295000","area":"495"} , +{"type":"Feature","id":"n7597906331","geometry":{"type":"Point","coordinates":[0.0086329,51.2370099]},"properties":{"@type":"node","@id":7597906331,"@timestamp":1591444334},"coords":"51.2370099,0.0086329","bedrooms":"1","price":"195000","area":"352"} , +{"type":"Feature","id":"n7597906343","geometry":{"type":"Point","coordinates":[0.0105889,51.2372513]},"properties":{"@type":"node","@id":7597906343,"@timestamp":1606529193},"coords":"51.2372513,0.0105889","bedrooms":"0","price":"297000","area":"355"} , +{"type":"Feature","id":"n7597906353","geometry":{"type":"Point","coordinates":[0.0096019,51.2378945]},"properties":{"@type":"node","@id":7597906353,"@timestamp":1606529193},"coords":"51.2378945,0.0096019","bedrooms":"2","price":"260000","area":"634"} , +{"type":"Feature","id":"n7597972718","geometry":{"type":"Point","coordinates":[-0.0320508,50.9644965]},"properties":{"@type":"node","@id":7597972718,"@timestamp":1591446163},"coords":"50.9644965,-0.0320508","bedrooms":"2","price":"240000","area":"362"} , +{"type":"Feature","id":"n7597972753","geometry":{"type":"Point","coordinates":[-0.0328637,50.9671337]},"properties":{"@type":"node","@id":7597972753,"@timestamp":1591446163},"coords":"50.9671337,-0.0328637","bedrooms":"2","price":"240000","area":"667"} , +{"type":"Feature","id":"n7598133733","geometry":{"type":"Point","coordinates":[0.1716413,51.2942341]},"properties":{"@type":"node","@id":7598133733,"@timestamp":1591453337},"coords":"51.2942341,0.1716413","bedrooms":"0","price":"208000","area":"383"} , +{"type":"Feature","id":"n7598219624","geometry":{"type":"Point","coordinates":[0.1780182,51.2974266]},"properties":{"@type":"node","@id":7598219624,"@timestamp":1591454872},"coords":"51.2974266,0.1780182","bedrooms":"0","price":"168000","area":"445"} , +{"type":"Feature","id":"n7598299186","geometry":{"type":"Point","coordinates":[-0.0038468,50.9738889]},"properties":{"@type":"node","@id":7598299186,"@timestamp":1591457201},"coords":"50.9738889,-0.0038468","bedrooms":"2","price":"160000","area":"596"} , +{"type":"Feature","id":"n7598349958","geometry":{"type":"Point","coordinates":[-0.0118554,50.9839293]},"properties":{"@type":"node","@id":7598349958,"@timestamp":1591460474},"coords":"50.9839293,-0.0118554","bedrooms":"2","price":"274000","area":"641"} , +{"type":"Feature","id":"n7598349968","geometry":{"type":"Point","coordinates":[-0.0227774,50.9862094]},"properties":{"@type":"node","@id":7598349968,"@timestamp":1591460474},"coords":"50.9862094,-0.0227774","bedrooms":"2","price":"223000","area":"499"} , +{"type":"Feature","id":"n7598349978","geometry":{"type":"Point","coordinates":[-0.0310194,50.9872961]},"properties":{"@type":"node","@id":7598349978,"@timestamp":1591460474},"coords":"50.9872961,-0.0310194","bedrooms":"3","price":"198000","area":"530"} , +{"type":"Feature","id":"n7598390087","geometry":{"type":"Point","coordinates":[-0.003742,50.9831626]},"properties":{"@type":"node","@id":7598390087,"@timestamp":1591460474},"coords":"50.9831626,-0.003742","bedrooms":"0","price":"167000","area":"538"} , +{"type":"Feature","id":"n7598390097","geometry":{"type":"Point","coordinates":[-0.0017616,50.9823963]},"properties":{"@type":"node","@id":7598390097,"@timestamp":1591460474},"coords":"50.9823963,-0.0017616","bedrooms":"1","price":"275000","area":"467"} , +{"type":"Feature","id":"n7598390107","geometry":{"type":"Point","coordinates":[-0.0031371,50.9825738]},"properties":{"@type":"node","@id":7598390107,"@timestamp":1591460474},"coords":"50.9825738,-0.0031371","bedrooms":"2","price":"202000","area":"644"} , +{"type":"Feature","id":"n7598426969","geometry":{"type":"Point","coordinates":[-0.0151013,50.9867501]},"properties":{"@type":"node","@id":7598426969,"@timestamp":1601586512},"coords":"50.9867501,-0.0151013","bedrooms":"0","price":"198000","area":"429"} , +{"type":"Feature","id":"n7598450990","geometry":{"type":"Point","coordinates":[-0.0151742,50.9862483]},"properties":{"@type":"node","@id":7598450990,"@timestamp":1591462454},"coords":"50.9862483,-0.0151742","bedrooms":"2","price":"197000","area":"672"} , +{"type":"Feature","id":"n7598520580","geometry":{"type":"Point","coordinates":[-0.089532,51.5049928]},"properties":{"@type":"node","@id":7598520580,"@timestamp":1591465682},"coords":"51.5049928,-0.089532","bedrooms":"0","price":"159000","area":"676"} , +{"type":"Feature","id":"n7598551034","geometry":{"type":"Point","coordinates":[-0.0907237,51.5048726]},"properties":{"@type":"node","@id":7598551034,"@timestamp":1591465682},"coords":"51.5048726,-0.0907237","bedrooms":"1","price":"192000","area":"620"} , +{"type":"Feature","id":"n7598633353","geometry":{"type":"Point","coordinates":[0.1736194,51.3122232]},"properties":{"@type":"node","@id":7598633353,"@timestamp":1591470836},"coords":"51.3122232,0.1736194","bedrooms":"0","price":"271000","area":"538"} , +{"type":"Feature","id":"n7598650955","geometry":{"type":"Point","coordinates":[-0.0224691,50.9873203]},"properties":{"@type":"node","@id":7598650955,"@timestamp":1591469883},"coords":"50.9873203,-0.0224691","bedrooms":"0","price":"236000","area":"592"} , +{"type":"Feature","id":"n7598650965","geometry":{"type":"Point","coordinates":[-0.0234332,50.9875674]},"properties":{"@type":"node","@id":7598650965,"@timestamp":1591469883},"coords":"50.9875674,-0.0234332","bedrooms":"2","price":"231000","area":"660"} , +{"type":"Feature","id":"n7598650975","geometry":{"type":"Point","coordinates":[-0.0221833,50.9888831]},"properties":{"@type":"node","@id":7598650975,"@timestamp":1591469883},"coords":"50.9888831,-0.0221833","bedrooms":"4","price":"193000","area":"476"} , +{"type":"Feature","id":"n7598662025","geometry":{"type":"Point","coordinates":[-0.0280276,50.9897963]},"properties":{"@type":"node","@id":7598662025,"@timestamp":1591469883},"coords":"50.9897963,-0.0280276","bedrooms":"2","price":"167000","area":"557"} , +{"type":"Feature","id":"n7598662102","geometry":{"type":"Point","coordinates":[-0.0347445,50.9915021]},"properties":{"@type":"node","@id":7598662102,"@timestamp":1616697093},"coords":"50.9915021,-0.0347445","bedrooms":"4","price":"210000","area":"644"} , +{"type":"Feature","id":"n7598662136","geometry":{"type":"Point","coordinates":[-0.0295165,50.9894574]},"properties":{"@type":"node","@id":7598662136,"@timestamp":1591469883},"coords":"50.9894574,-0.0295165","bedrooms":"0","price":"286000","area":"491"} , +{"type":"Feature","id":"n7598686083","geometry":{"type":"Point","coordinates":[0.1813602,51.31]},"properties":{"@type":"node","@id":7598686083,"@timestamp":1591471009},"coords":"51.31,0.1813602","bedrooms":"4","price":"299000","area":"406"} , +{"type":"Feature","id":"n7598725982","geometry":{"type":"Point","coordinates":[-0.968826,51.2858943]},"properties":{"@type":"node","@id":7598725982,"@timestamp":1591473040},"coords":"51.2858943,-0.968826","bedrooms":"4","price":"196000","area":"533"} , +{"type":"Feature","id":"n7598897806","geometry":{"type":"Point","coordinates":[-0.2109834,51.7613971]},"properties":{"@type":"node","@id":7598897806,"@timestamp":1591477512},"coords":"51.7613971,-0.2109834","bedrooms":"2","price":"166000","area":"399"} , +{"type":"Feature","id":"n7599287699","geometry":{"type":"Point","coordinates":[-0.1841228,51.4995467]},"properties":{"@type":"node","@id":7599287699,"@timestamp":1591506352},"coords":"51.4995467,-0.1841228","bedrooms":"0","price":"163000","area":"430"} , +{"type":"Feature","id":"n7599287754","geometry":{"type":"Point","coordinates":[-0.1853071,51.4994589]},"properties":{"@type":"node","@id":7599287754,"@timestamp":1591506352},"coords":"51.4994589,-0.1853071","bedrooms":"0","price":"191000","area":"469"} , +{"type":"Feature","id":"n7599294713","geometry":{"type":"Point","coordinates":[-0.1845175,51.4990462]},"properties":{"@type":"node","@id":7599294713,"@timestamp":1591504828},"coords":"51.4990462,-0.1845175","bedrooms":"1","price":"208000","area":"509"} , +{"type":"Feature","id":"n7599300004","geometry":{"type":"Point","coordinates":[-0.183892,51.4990899]},"properties":{"@type":"node","@id":7599300004,"@timestamp":1591504828},"coords":"51.4990899,-0.183892","bedrooms":"1","price":"193000","area":"484"} , +{"type":"Feature","id":"n7599300021","geometry":{"type":"Point","coordinates":[-0.1838726,51.4994741]},"properties":{"@type":"node","@id":7599300021,"@timestamp":1591504828},"coords":"51.4994741,-0.1838726","bedrooms":"1","price":"237000","area":"486"} , +{"type":"Feature","id":"n7599741430","geometry":{"type":"Point","coordinates":[-0.2977087,51.3897253]},"properties":{"@type":"node","@id":7599741430,"@timestamp":1591525675},"coords":"51.3897253,-0.2977087","bedrooms":"4","price":"271000","area":"678"} , +{"type":"Feature","id":"n7599896902","geometry":{"type":"Point","coordinates":[0.1075056,51.1653253]},"properties":{"@type":"node","@id":7599896902,"@timestamp":1632065797},"coords":"51.1653253,0.1075056","bedrooms":"2","price":"269000","area":"413"} , +{"type":"Feature","id":"n7600000605","geometry":{"type":"Point","coordinates":[-0.1815628,51.7036157]},"properties":{"@type":"node","@id":7600000605,"@timestamp":1591534875},"coords":"51.7036157,-0.1815628","bedrooms":"3","price":"265000","area":"396"} , +{"type":"Feature","id":"n7600000615","geometry":{"type":"Point","coordinates":[-0.2045162,51.6940091]},"properties":{"@type":"node","@id":7600000615,"@timestamp":1591534875},"coords":"51.6940091,-0.2045162","bedrooms":"4","price":"188000","area":"455"} , +{"type":"Feature","id":"n7600043174","geometry":{"type":"Point","coordinates":[0.0641844,51.5697705]},"properties":{"@type":"node","@id":7600043174,"@timestamp":1591536500},"coords":"51.5697705,0.0641844","bedrooms":"4","price":"202000","area":"420"} , +{"type":"Feature","id":"n7600082428","geometry":{"type":"Point","coordinates":[-0.0210542,51.5044341]},"properties":{"@type":"node","@id":7600082428,"@timestamp":1591537165},"coords":"51.5044341,-0.0210542","bedrooms":"2","price":"280000","area":"417"} , +{"type":"Feature","id":"n7600230625","geometry":{"type":"Point","coordinates":[-0.2086668,51.7607751]},"properties":{"@type":"node","@id":7600230625,"@timestamp":1591542647},"coords":"51.7607751,-0.2086668","bedrooms":"3","price":"233000","area":"411"} , +{"type":"Feature","id":"n7600243182","geometry":{"type":"Point","coordinates":[-0.0261304,51.5092742]},"properties":{"@type":"node","@id":7600243182,"@timestamp":1591543225},"coords":"51.5092742,-0.0261304","bedrooms":"1","price":"245000","area":"387"} , +{"type":"Feature","id":"n7600338609","geometry":{"type":"Point","coordinates":[-0.2528174,51.3882482]},"properties":{"@type":"node","@id":7600338609,"@timestamp":1591546326},"coords":"51.3882482,-0.2528174","bedrooms":"0","price":"213000","area":"656"} , +{"type":"Feature","id":"n7600445123","geometry":{"type":"Point","coordinates":[-0.0379537,51.0934202]},"properties":{"@type":"node","@id":7600445123,"@timestamp":1619961509},"coords":"51.0934202,-0.0379537","bedrooms":"3","price":"219000","area":"597"} , +{"type":"Feature","id":"n7600554544","geometry":{"type":"Point","coordinates":[-0.2110424,51.7608992]},"properties":{"@type":"node","@id":7600554544,"@timestamp":1591555425},"coords":"51.7608992,-0.2110424","bedrooms":"0","price":"211000","area":"508"} , +{"type":"Feature","id":"n7600566708","geometry":{"type":"Point","coordinates":[-0.9193057,51.1502475]},"properties":{"@type":"node","@id":7600566708,"@timestamp":1591556643},"coords":"51.1502475,-0.9193057","bedrooms":"3","price":"233000","area":"495"} , +{"type":"Feature","id":"n7600622023","geometry":{"type":"Point","coordinates":[-0.9681353,51.2202526]},"properties":{"@type":"node","@id":7600622023,"@timestamp":1591557193},"coords":"51.2202526,-0.9681353","bedrooms":"3","price":"199000","area":"579"} , +{"type":"Feature","id":"n7600728966","geometry":{"type":"Point","coordinates":[-0.2499629,51.4010535]},"properties":{"@type":"node","@id":7600728966,"@timestamp":1595593515},"coords":"51.4010535,-0.2499629","bedrooms":"3","price":"161000","area":"425"} , +{"type":"Feature","id":"n7600801299","geometry":{"type":"Point","coordinates":[-0.7583172,51.2753517]},"properties":{"@type":"node","@id":7600801299,"@timestamp":1591562465},"coords":"51.2753517,-0.7583172","bedrooms":"3","price":"270000","area":"611"} , +{"type":"Feature","id":"n7600845403","geometry":{"type":"Point","coordinates":[-0.2116273,51.7597492]},"properties":{"@type":"node","@id":7600845403,"@timestamp":1591563871},"coords":"51.7597492,-0.2116273","bedrooms":"2","price":"202000","area":"401"} , +{"type":"Feature","id":"n7600881213","geometry":{"type":"Point","coordinates":[-0.6506359,51.9034939]},"properties":{"@type":"node","@id":7600881213,"@timestamp":1591565276},"coords":"51.9034939,-0.6506359","bedrooms":"0","price":"196000","area":"543"} , +{"type":"Feature","id":"n7600906254","geometry":{"type":"Point","coordinates":[0.0262699,51.542066]},"properties":{"@type":"node","@id":7600906254,"@timestamp":1591568221},"coords":"51.542066,0.0262699","bedrooms":"4","price":"236000","area":"616"} , +{"type":"Feature","id":"n7600934008","geometry":{"type":"Point","coordinates":[-0.0739321,51.5606114]},"properties":{"@type":"node","@id":7600934008,"@timestamp":1591569191},"coords":"51.5606114,-0.0739321","bedrooms":"2","price":"203000","area":"364"} , +{"type":"Feature","id":"n7600939694","geometry":{"type":"Point","coordinates":[-0.2017162,51.4169663]},"properties":{"@type":"node","@id":7600939694,"@timestamp":1591570274},"coords":"51.4169663,-0.2017162","bedrooms":"1","price":"261000","area":"467"} , +{"type":"Feature","id":"n7600939706","geometry":{"type":"Point","coordinates":[-0.1977478,51.4183065]},"properties":{"@type":"node","@id":7600939706,"@timestamp":1591570274},"coords":"51.4183065,-0.1977478","bedrooms":"4","price":"173000","area":"625"} , +{"type":"Feature","id":"n7600959032","geometry":{"type":"Point","coordinates":[-0.0771952,51.5306131]},"properties":{"@type":"node","@id":7600959032,"@timestamp":1591570892},"coords":"51.5306131,-0.0771952","bedrooms":"1","price":"207000","area":"526"} , +{"type":"Feature","id":"n7601159419","geometry":{"type":"Point","coordinates":[-0.1585636,51.6130596]},"properties":{"@type":"node","@id":7601159419,"@timestamp":1591582197},"coords":"51.6130596,-0.1585636","bedrooms":"3","price":"299000","area":"463"} , +{"type":"Feature","id":"n7601243025","geometry":{"type":"Point","coordinates":[-0.1852498,51.4988219]},"properties":{"@type":"node","@id":7601243025,"@timestamp":1591585062},"coords":"51.4988219,-0.1852498","bedrooms":"4","price":"264000","area":"403"} , +{"type":"Feature","id":"n7601243035","geometry":{"type":"Point","coordinates":[-0.1852083,51.4980221]},"properties":{"@type":"node","@id":7601243035,"@timestamp":1591585062},"coords":"51.4980221,-0.1852083","bedrooms":"1","price":"268000","area":"550"} , +{"type":"Feature","id":"n7601278755","geometry":{"type":"Point","coordinates":[-0.133903,51.4977085]},"properties":{"@type":"node","@id":7601278755,"@timestamp":1618022778},"coords":"51.4977085,-0.133903","bedrooms":"3","price":"152000","area":"566"} , +{"type":"Feature","id":"n7601370216","geometry":{"type":"Point","coordinates":[-0.1918242,51.4356986]},"properties":{"@type":"node","@id":7601370216,"@timestamp":1591590621},"coords":"51.4356986,-0.1918242","bedrooms":"1","price":"229000","area":"694"} , +{"type":"Feature","id":"n7601943799","geometry":{"type":"Point","coordinates":[-0.3323096,51.2299749]},"properties":{"@type":"node","@id":7601943799,"@timestamp":1591602583},"coords":"51.2299749,-0.3323096","bedrooms":"3","price":"293000","area":"383"} , +{"type":"Feature","id":"n7602177318","geometry":{"type":"Point","coordinates":[0.022788,51.370387]},"properties":{"@type":"node","@id":7602177318,"@timestamp":1591607177},"coords":"51.370387,0.022788","bedrooms":"2","price":"176000","area":"633"} , +{"type":"Feature","id":"n7602223950","geometry":{"type":"Point","coordinates":[-0.0298785,51.3829461]},"properties":{"@type":"node","@id":7602223950,"@timestamp":1591607923},"coords":"51.3829461,-0.0298785","bedrooms":"2","price":"208000","area":"601"} , +{"type":"Feature","id":"n7602230995","geometry":{"type":"Point","coordinates":[-0.0296625,51.3808435]},"properties":{"@type":"node","@id":7602230995,"@timestamp":1591607923},"coords":"51.3808435,-0.0296625","bedrooms":"1","price":"166000","area":"460"} , +{"type":"Feature","id":"n7602231035","geometry":{"type":"Point","coordinates":[-0.0282872,51.3805843]},"properties":{"@type":"node","@id":7602231035,"@timestamp":1591607923},"coords":"51.3805843,-0.0282872","bedrooms":"4","price":"204000","area":"591"} , +{"type":"Feature","id":"n7602676889","geometry":{"type":"Point","coordinates":[-0.050578,51.5264599]},"properties":{"@type":"node","@id":7602676889,"@timestamp":1591617094},"coords":"51.5264599,-0.050578","bedrooms":"0","price":"173000","area":"642"} , +{"type":"Feature","id":"n7602741830","geometry":{"type":"Point","coordinates":[-0.676091,50.8864905]},"properties":{"@type":"node","@id":7602741830,"@timestamp":1591619229},"coords":"50.8864905,-0.676091","bedrooms":"1","price":"153000","area":"523"} , +{"type":"Feature","id":"n7602741840","geometry":{"type":"Point","coordinates":[-0.6846553,50.8717669]},"properties":{"@type":"node","@id":7602741840,"@timestamp":1591619229},"coords":"50.8717669,-0.6846553","bedrooms":"0","price":"205000","area":"353"} , +{"type":"Feature","id":"n7603010835","geometry":{"type":"Point","coordinates":[-0.149557,51.4859558]},"properties":{"@type":"node","@id":7603010835,"@timestamp":1591624726},"coords":"51.4859558,-0.149557","bedrooms":"4","price":"222000","area":"580"} , +{"type":"Feature","id":"n7603056304","geometry":{"type":"Point","coordinates":[-0.10573,51.4227353]},"properties":{"@type":"node","@id":7603056304,"@timestamp":1611697577},"coords":"51.4227353,-0.10573","bedrooms":"4","price":"224000","area":"380"} , +{"type":"Feature","id":"n7603056368","geometry":{"type":"Point","coordinates":[-0.137179,51.4009861]},"properties":{"@type":"node","@id":7603056368,"@timestamp":1591626103},"coords":"51.4009861,-0.137179","bedrooms":"4","price":"263000","area":"500"} , +{"type":"Feature","id":"n7603078381","geometry":{"type":"Point","coordinates":[-0.0115066,51.4651401]},"properties":{"@type":"node","@id":7603078381,"@timestamp":1591628033},"coords":"51.4651401,-0.0115066","bedrooms":"2","price":"276000","area":"682"} , +{"type":"Feature","id":"n7603099802","geometry":{"type":"Point","coordinates":[0.1338057,51.7622922]},"properties":{"@type":"node","@id":7603099802,"@timestamp":1591627389},"coords":"51.7622922,0.1338057","bedrooms":"3","price":"205000","area":"682"} , +{"type":"Feature","id":"n7603151592","geometry":{"type":"Point","coordinates":[0.1943099,51.2803268]},"properties":{"@type":"node","@id":7603151592,"@timestamp":1591628808},"coords":"51.2803268,0.1943099","bedrooms":"2","price":"241000","area":"397"} , +{"type":"Feature","id":"n7603226174","geometry":{"type":"Point","coordinates":[-0.1197082,51.4553364]},"properties":{"@type":"node","@id":7603226174,"@timestamp":1591631306},"coords":"51.4553364,-0.1197082","bedrooms":"1","price":"175000","area":"568"} , +{"type":"Feature","id":"n7603226184","geometry":{"type":"Point","coordinates":[-0.1337819,51.4608445]},"properties":{"@type":"node","@id":7603226184,"@timestamp":1591631306},"coords":"51.4608445,-0.1337819","bedrooms":"3","price":"195000","area":"575"} , +{"type":"Feature","id":"n7603236294","geometry":{"type":"Point","coordinates":[-0.120469,51.4437592]},"properties":{"@type":"node","@id":7603236294,"@timestamp":1591631306},"coords":"51.4437592,-0.120469","bedrooms":"1","price":"296000","area":"489"} , +{"type":"Feature","id":"n7603236304","geometry":{"type":"Point","coordinates":[-0.1259503,51.4481765]},"properties":{"@type":"node","@id":7603236304,"@timestamp":1618682264},"coords":"51.4481765,-0.1259503","bedrooms":"4","price":"191000","area":"438"} , +{"type":"Feature","id":"n7603236314","geometry":{"type":"Point","coordinates":[-0.1259042,51.4480772]},"properties":{"@type":"node","@id":7603236314,"@timestamp":1591631306},"coords":"51.4480772,-0.1259042","bedrooms":"1","price":"182000","area":"419"} , +{"type":"Feature","id":"n7603236324","geometry":{"type":"Point","coordinates":[-0.1256834,51.4463369]},"properties":{"@type":"node","@id":7603236324,"@timestamp":1591631306},"coords":"51.4463369,-0.1256834","bedrooms":"0","price":"259000","area":"474"} , +{"type":"Feature","id":"n7603236334","geometry":{"type":"Point","coordinates":[-0.1329822,51.4512885]},"properties":{"@type":"node","@id":7603236334,"@timestamp":1591631306},"coords":"51.4512885,-0.1329822","bedrooms":"0","price":"294000","area":"522"} , +{"type":"Feature","id":"n7603236344","geometry":{"type":"Point","coordinates":[-0.1400345,51.4541706]},"properties":{"@type":"node","@id":7603236344,"@timestamp":1591631306},"coords":"51.4541706,-0.1400345","bedrooms":"1","price":"287000","area":"519"} , +{"type":"Feature","id":"n7603315386","geometry":{"type":"Point","coordinates":[0.849296,51.1289657]},"properties":{"@type":"node","@id":7603315386,"@timestamp":1591633497},"coords":"51.1289657,0.849296","bedrooms":"2","price":"206000","area":"549"} , +{"type":"Feature","id":"n7603366008","geometry":{"type":"Point","coordinates":[-0.114054,51.4563865]},"properties":{"@type":"node","@id":7603366008,"@timestamp":1591636709},"coords":"51.4563865,-0.114054","bedrooms":"0","price":"291000","area":"604"} , +{"type":"Feature","id":"n7603473197","geometry":{"type":"Point","coordinates":[-0.1037692,51.4527854]},"properties":{"@type":"node","@id":7603473197,"@timestamp":1591639801},"coords":"51.4527854,-0.1037692","bedrooms":"4","price":"180000","area":"642"} , +{"type":"Feature","id":"n7603534029","geometry":{"type":"Point","coordinates":[-0.1842651,51.5011507]},"properties":{"@type":"node","@id":7603534029,"@timestamp":1591642039},"coords":"51.5011507,-0.1842651","bedrooms":"0","price":"176000","area":"364"} , +{"type":"Feature","id":"n7603564040","geometry":{"type":"Point","coordinates":[-0.0247411,51.4936488]},"properties":{"@type":"node","@id":7603564040,"@timestamp":1625412102},"coords":"51.4936488,-0.0247411","bedrooms":"3","price":"248000","area":"628"} , +{"type":"Feature","id":"n7603654951","geometry":{"type":"Point","coordinates":[-0.0229048,51.4769061]},"properties":{"@type":"node","@id":7603654951,"@timestamp":1591647723},"coords":"51.4769061,-0.0229048","bedrooms":"3","price":"227000","area":"606"} , +{"type":"Feature","id":"n7603654961","geometry":{"type":"Point","coordinates":[-0.0212581,51.4776639]},"properties":{"@type":"node","@id":7603654961,"@timestamp":1591647723},"coords":"51.4776639,-0.0212581","bedrooms":"0","price":"272000","area":"533"} , +{"type":"Feature","id":"n7603654971","geometry":{"type":"Point","coordinates":[-0.1233093,51.4788527]},"properties":{"@type":"node","@id":7603654971,"@timestamp":1591647723},"coords":"51.4788527,-0.1233093","bedrooms":"1","price":"270000","area":"691"} , +{"type":"Feature","id":"n7603654981","geometry":{"type":"Point","coordinates":[-0.1290658,51.4787928]},"properties":{"@type":"node","@id":7603654981,"@timestamp":1591647723},"coords":"51.4787928,-0.1290658","bedrooms":"1","price":"180000","area":"552"} , +{"type":"Feature","id":"n7603686390","geometry":{"type":"Point","coordinates":[-0.1327815,51.4768463]},"properties":{"@type":"node","@id":7603686390,"@timestamp":1591647723},"coords":"51.4768463,-0.1327815","bedrooms":"2","price":"252000","area":"592"} , +{"type":"Feature","id":"n7603686400","geometry":{"type":"Point","coordinates":[-0.1334146,51.4751059]},"properties":{"@type":"node","@id":7603686400,"@timestamp":1591647723},"coords":"51.4751059,-0.1334146","bedrooms":"2","price":"153000","area":"643"} , +{"type":"Feature","id":"n7603686410","geometry":{"type":"Point","coordinates":[-0.12473,51.4682603]},"properties":{"@type":"node","@id":7603686410,"@timestamp":1591647723},"coords":"51.4682603,-0.12473","bedrooms":"0","price":"168000","area":"492"} , +{"type":"Feature","id":"n7603686420","geometry":{"type":"Point","coordinates":[-0.1647676,51.4555302]},"properties":{"@type":"node","@id":7603686420,"@timestamp":1591647723},"coords":"51.4555302,-0.1647676","bedrooms":"4","price":"280000","area":"427"} , +{"type":"Feature","id":"n7603697778","geometry":{"type":"Point","coordinates":[-0.040398,51.069531]},"properties":{"@type":"node","@id":7603697778,"@timestamp":1591648445},"coords":"51.069531,-0.040398","bedrooms":"0","price":"214000","area":"625"} , +{"type":"Feature","id":"n7603707689","geometry":{"type":"Point","coordinates":[-0.0428086,51.0670646]},"properties":{"@type":"node","@id":7603707689,"@timestamp":1591648445},"coords":"51.0670646,-0.0428086","bedrooms":"3","price":"181000","area":"384"} , +{"type":"Feature","id":"n7603707748","geometry":{"type":"Point","coordinates":[-0.0410891,51.0660181]},"properties":{"@type":"node","@id":7603707748,"@timestamp":1591648445},"coords":"51.0660181,-0.0410891","bedrooms":"0","price":"175000","area":"453"} , +{"type":"Feature","id":"n7603786598","geometry":{"type":"Point","coordinates":[-0.5227263,51.6472052]},"properties":{"@type":"node","@id":7603786598,"@timestamp":1604098593},"coords":"51.6472052,-0.5227263","bedrooms":"2","price":"234000","area":"459"} , +{"type":"Feature","id":"n7604020753","geometry":{"type":"Point","coordinates":[-0.795996,51.2087526]},"properties":{"@type":"node","@id":7604020753,"@timestamp":1591666123},"coords":"51.2087526,-0.795996","bedrooms":"4","price":"249000","area":"496"} , +{"type":"Feature","id":"n7604536071","geometry":{"type":"Point","coordinates":[-0.1850909,51.5001285]},"properties":{"@type":"node","@id":7604536071,"@timestamp":1603036330},"coords":"51.5001285,-0.1850909","bedrooms":"0","price":"165000","area":"455"} , +{"type":"Feature","id":"n7605354315","geometry":{"type":"Point","coordinates":[0.8487177,51.8246477]},"properties":{"@type":"node","@id":7605354315,"@timestamp":1591700567},"coords":"51.8246477,0.8487177","bedrooms":"4","price":"248000","area":"357"} , +{"type":"Feature","id":"n7605871769","geometry":{"type":"Point","coordinates":[-0.0260451,51.0589162]},"properties":{"@type":"node","@id":7605871769,"@timestamp":1591709115},"coords":"51.0589162,-0.0260451","bedrooms":"1","price":"236000","area":"390"} , +{"type":"Feature","id":"n7606177738","geometry":{"type":"Point","coordinates":[-0.1880349,51.5145611]},"properties":{"@type":"node","@id":7606177738,"@timestamp":1591717187},"coords":"51.5145611,-0.1880349","bedrooms":"0","price":"273000","area":"462"} , +{"type":"Feature","id":"n7606177748","geometry":{"type":"Point","coordinates":[-0.1900235,51.5149338]},"properties":{"@type":"node","@id":7606177748,"@timestamp":1591717187},"coords":"51.5149338,-0.1900235","bedrooms":"0","price":"208000","area":"414"} , +{"type":"Feature","id":"n7606177758","geometry":{"type":"Point","coordinates":[-0.0912152,51.5291914]},"properties":{"@type":"node","@id":7606177758,"@timestamp":1591717187},"coords":"51.5291914,-0.0912152","bedrooms":"4","price":"240000","area":"453"} , +{"type":"Feature","id":"n7606177768","geometry":{"type":"Point","coordinates":[-0.0917582,51.5290607]},"properties":{"@type":"node","@id":7606177768,"@timestamp":1633981742},"coords":"51.5290607,-0.0917582","bedrooms":"4","price":"151000","area":"407"} , +{"type":"Feature","id":"n7606177778","geometry":{"type":"Point","coordinates":[-0.0784111,51.5325174]},"properties":{"@type":"node","@id":7606177778,"@timestamp":1591717187},"coords":"51.5325174,-0.0784111","bedrooms":"4","price":"227000","area":"616"} , +{"type":"Feature","id":"n7606185312","geometry":{"type":"Point","coordinates":[-0.801897,51.2364077]},"properties":{"@type":"node","@id":7606185312,"@timestamp":1629758517},"coords":"51.2364077,-0.801897","bedrooms":"2","price":"246000","area":"437"} , +{"type":"Feature","id":"n7606188693","geometry":{"type":"Point","coordinates":[-0.0705927,51.5337335]},"properties":{"@type":"node","@id":7606188693,"@timestamp":1591717187},"coords":"51.5337335,-0.0705927","bedrooms":"4","price":"286000","area":"371"} , +{"type":"Feature","id":"n7606188703","geometry":{"type":"Point","coordinates":[-0.0598587,51.5358324]},"properties":{"@type":"node","@id":7606188703,"@timestamp":1591717187},"coords":"51.5358324,-0.0598587","bedrooms":"2","price":"210000","area":"548"} , +{"type":"Feature","id":"n7606188713","geometry":{"type":"Point","coordinates":[-0.0611006,51.5362159]},"properties":{"@type":"node","@id":7606188713,"@timestamp":1632424751},"coords":"51.5362159,-0.0611006","bedrooms":"1","price":"295000","area":"571"} , +{"type":"Feature","id":"n7606188724","geometry":{"type":"Point","coordinates":[-0.0669602,51.5372516]},"properties":{"@type":"node","@id":7606188724,"@timestamp":1591717187},"coords":"51.5372516,-0.0669602","bedrooms":"3","price":"275000","area":"512"} , +{"type":"Feature","id":"n7606188734","geometry":{"type":"Point","coordinates":[-0.0706233,51.538719]},"properties":{"@type":"node","@id":7606188734,"@timestamp":1627060963},"coords":"51.538719,-0.0706233","bedrooms":"3","price":"189000","area":"606"} , +{"type":"Feature","id":"n7606188744","geometry":{"type":"Point","coordinates":[-0.0719348,51.5404801]},"properties":{"@type":"node","@id":7606188744,"@timestamp":1591717187},"coords":"51.5404801,-0.0719348","bedrooms":"3","price":"205000","area":"639"} , +{"type":"Feature","id":"n7606188754","geometry":{"type":"Point","coordinates":[-0.0655623,51.5403899]},"properties":{"@type":"node","@id":7606188754,"@timestamp":1591717187},"coords":"51.5403899,-0.0655623","bedrooms":"0","price":"191000","area":"399"} , +{"type":"Feature","id":"n7606188764","geometry":{"type":"Point","coordinates":[-0.0676889,51.5416581]},"properties":{"@type":"node","@id":7606188764,"@timestamp":1591717187},"coords":"51.5416581,-0.0676889","bedrooms":"4","price":"289000","area":"412"} , +{"type":"Feature","id":"n7606188774","geometry":{"type":"Point","coordinates":[-0.0696948,51.5410361]},"properties":{"@type":"node","@id":7606188774,"@timestamp":1591717187},"coords":"51.5410361,-0.0696948","bedrooms":"0","price":"200000","area":"359"} , +{"type":"Feature","id":"n7606188784","geometry":{"type":"Point","coordinates":[-0.0654266,51.5421736]},"properties":{"@type":"node","@id":7606188784,"@timestamp":1591717187},"coords":"51.5421736,-0.0654266","bedrooms":"1","price":"226000","area":"372"} , +{"type":"Feature","id":"n7606188794","geometry":{"type":"Point","coordinates":[-0.0640533,51.5464]},"properties":{"@type":"node","@id":7606188794,"@timestamp":1591717187},"coords":"51.5464,-0.0640533","bedrooms":"4","price":"276000","area":"360"} , +{"type":"Feature","id":"n7606188804","geometry":{"type":"Point","coordinates":[-0.0635474,51.5457391]},"properties":{"@type":"node","@id":7606188804,"@timestamp":1591717187},"coords":"51.5457391,-0.0635474","bedrooms":"1","price":"172000","area":"525"} , +{"type":"Feature","id":"n7606188814","geometry":{"type":"Point","coordinates":[-0.0619479,51.545555]},"properties":{"@type":"node","@id":7606188814,"@timestamp":1618253136},"coords":"51.545555,-0.0619479","bedrooms":"3","price":"264000","area":"422"} , +{"type":"Feature","id":"n7606188824","geometry":{"type":"Point","coordinates":[-0.0627772,51.5439034]},"properties":{"@type":"node","@id":7606188824,"@timestamp":1635798410},"coords":"51.5439034,-0.0627772","bedrooms":"0","price":"153000","area":"462"} , +{"type":"Feature","id":"n7606188834","geometry":{"type":"Point","coordinates":[-0.0651603,51.5441026]},"properties":{"@type":"node","@id":7606188834,"@timestamp":1591717187},"coords":"51.5441026,-0.0651603","bedrooms":"3","price":"211000","area":"373"} , +{"type":"Feature","id":"n7606188844","geometry":{"type":"Point","coordinates":[-0.0629245,51.5440105]},"properties":{"@type":"node","@id":7606188844,"@timestamp":1635798409},"coords":"51.5440105,-0.0629245","bedrooms":"2","price":"249000","area":"461"} , +{"type":"Feature","id":"n7606188854","geometry":{"type":"Point","coordinates":[-0.0698615,51.5457292]},"properties":{"@type":"node","@id":7606188854,"@timestamp":1591717187},"coords":"51.5457292,-0.0698615","bedrooms":"1","price":"219000","area":"662"} , +{"type":"Feature","id":"n7606188864","geometry":{"type":"Point","coordinates":[-0.0682832,51.5447275]},"properties":{"@type":"node","@id":7606188864,"@timestamp":1591717187},"coords":"51.5447275,-0.0682832","bedrooms":"3","price":"218000","area":"682"} , +{"type":"Feature","id":"n7606188874","geometry":{"type":"Point","coordinates":[-0.0651133,51.5453814]},"properties":{"@type":"node","@id":7606188874,"@timestamp":1628196232},"coords":"51.5453814,-0.0651133","bedrooms":"3","price":"273000","area":"580"} , +{"type":"Feature","id":"n7606188884","geometry":{"type":"Point","coordinates":[-0.0688082,51.5471225]},"properties":{"@type":"node","@id":7606188884,"@timestamp":1591717187},"coords":"51.5471225,-0.0688082","bedrooms":"3","price":"173000","area":"594"} , +{"type":"Feature","id":"n7606420604","geometry":{"type":"Point","coordinates":[-0.0253434,51.0581585]},"properties":{"@type":"node","@id":7606420604,"@timestamp":1591723413},"coords":"51.0581585,-0.0253434","bedrooms":"0","price":"171000","area":"489"} , +{"type":"Feature","id":"n7606420645","geometry":{"type":"Point","coordinates":[-0.0257274,51.0563614]},"properties":{"@type":"node","@id":7606420645,"@timestamp":1591723413},"coords":"51.0563614,-0.0257274","bedrooms":"1","price":"282000","area":"664"} , +{"type":"Feature","id":"n7606420655","geometry":{"type":"Point","coordinates":[-0.0241678,51.0558177]},"properties":{"@type":"node","@id":7606420655,"@timestamp":1591723413},"coords":"51.0558177,-0.0241678","bedrooms":"2","price":"167000","area":"499"} , +{"type":"Feature","id":"n7606420665","geometry":{"type":"Point","coordinates":[-0.0257198,51.054673]},"properties":{"@type":"node","@id":7606420665,"@timestamp":1591723413},"coords":"51.054673,-0.0257198","bedrooms":"4","price":"256000","area":"519"} , +{"type":"Feature","id":"n7606420675","geometry":{"type":"Point","coordinates":[-0.024091,51.0532966]},"properties":{"@type":"node","@id":7606420675,"@timestamp":1591723413},"coords":"51.0532966,-0.024091","bedrooms":"3","price":"251000","area":"414"} , +{"type":"Feature","id":"n7606534452","geometry":{"type":"Point","coordinates":[0.0246231,51.5520872]},"properties":{"@type":"node","@id":7606534452,"@timestamp":1620315682},"coords":"51.5520872,0.0246231","bedrooms":"3","price":"219000","area":"390"} , +{"type":"Feature","id":"n7606624223","geometry":{"type":"Point","coordinates":[-0.0448578,51.0507819]},"properties":{"@type":"node","@id":7606624223,"@timestamp":1591728072},"coords":"51.0507819,-0.0448578","bedrooms":"3","price":"186000","area":"505"} , +{"type":"Feature","id":"n7606772131","geometry":{"type":"Point","coordinates":[-0.0439031,51.0546791]},"properties":{"@type":"node","@id":7606772131,"@timestamp":1591733379},"coords":"51.0546791,-0.0439031","bedrooms":"4","price":"210000","area":"365"} , +{"type":"Feature","id":"n7606772144","geometry":{"type":"Point","coordinates":[-0.0573543,51.055088]},"properties":{"@type":"node","@id":7606772144,"@timestamp":1591733379},"coords":"51.055088,-0.0573543","bedrooms":"1","price":"284000","area":"380"} , +{"type":"Feature","id":"n7606790739","geometry":{"type":"Point","coordinates":[-0.0741124,51.0500961]},"properties":{"@type":"node","@id":7606790739,"@timestamp":1591733379},"coords":"51.0500961,-0.0741124","bedrooms":"2","price":"264000","area":"469"} , +{"type":"Feature","id":"n7607057843","geometry":{"type":"Point","coordinates":[-0.9330071,51.2575466]},"properties":{"@type":"node","@id":7607057843,"@timestamp":1635705321},"coords":"51.2575466,-0.9330071","bedrooms":"1","price":"288000","area":"405"} , +{"type":"Feature","id":"n7607061525","geometry":{"type":"Point","coordinates":[-0.3361672,51.5226008]},"properties":{"@type":"node","@id":7607061525,"@timestamp":1591746008},"coords":"51.5226008,-0.3361672","bedrooms":"0","price":"268000","area":"440"} , +{"type":"Feature","id":"n7607077375","geometry":{"type":"Point","coordinates":[-0.1002194,51.5133752]},"properties":{"@type":"node","@id":7607077375,"@timestamp":1591746714},"coords":"51.5133752,-0.1002194","bedrooms":"2","price":"163000","area":"371"} , +{"type":"Feature","id":"n7607109951","geometry":{"type":"Point","coordinates":[-0.8531208,51.2140852]},"properties":{"@type":"node","@id":7607109951,"@timestamp":1591748702},"coords":"51.2140852,-0.8531208","bedrooms":"4","price":"156000","area":"534"} , +{"type":"Feature","id":"n7607436430","geometry":{"type":"Point","coordinates":[-0.3763601,51.5027893]},"properties":{"@type":"node","@id":7607436430,"@timestamp":1591760593},"coords":"51.5027893,-0.3763601","bedrooms":"0","price":"186000","area":"361"} , +{"type":"Feature","id":"n7607731622","geometry":{"type":"Point","coordinates":[0.664822,51.2053596]},"properties":{"@type":"node","@id":7607731622,"@timestamp":1591768612},"coords":"51.2053596,0.664822","bedrooms":"2","price":"222000","area":"576"} , +{"type":"Feature","id":"n7608060989","geometry":{"type":"Point","coordinates":[-0.0157835,51.553462]},"properties":{"@type":"node","@id":7608060989,"@timestamp":1591775212},"coords":"51.553462,-0.0157835","bedrooms":"4","price":"285000","area":"555"} , +{"type":"Feature","id":"n7608060999","geometry":{"type":"Point","coordinates":[-0.0153051,51.5533855]},"properties":{"@type":"node","@id":7608060999,"@timestamp":1591775212},"coords":"51.5533855,-0.0153051","bedrooms":"1","price":"209000","area":"645"} , +{"type":"Feature","id":"n7608188555","geometry":{"type":"Point","coordinates":[0.4453681,51.311778]},"properties":{"@type":"node","@id":7608188555,"@timestamp":1591778451},"coords":"51.311778,0.4453681","bedrooms":"0","price":"237000","area":"443"} , +{"type":"Feature","id":"n7608389411","geometry":{"type":"Point","coordinates":[-0.2515976,51.3605995]},"properties":{"@type":"node","@id":7608389411,"@timestamp":1621690588},"coords":"51.3605995,-0.2515976","bedrooms":"3","price":"296000","area":"379"} , +{"type":"Feature","id":"n7608662976","geometry":{"type":"Point","coordinates":[-0.6888935,51.7705983]},"properties":{"@type":"node","@id":7608662976,"@timestamp":1591787529},"coords":"51.7705983,-0.6888935","bedrooms":"3","price":"193000","area":"491"} , +{"type":"Feature","id":"n7608683146","geometry":{"type":"Point","coordinates":[-0.6894131,51.7711428]},"properties":{"@type":"node","@id":7608683146,"@timestamp":1591787529},"coords":"51.7711428,-0.6894131","bedrooms":"2","price":"248000","area":"505"} , +{"type":"Feature","id":"n7608950390","geometry":{"type":"Point","coordinates":[0.6784899,51.5404585]},"properties":{"@type":"node","@id":7608950390,"@timestamp":1591793422},"coords":"51.5404585,0.6784899","bedrooms":"3","price":"273000","area":"526"} , +{"type":"Feature","id":"n7609006808","geometry":{"type":"Point","coordinates":[0.1662648,51.2862019]},"properties":{"@type":"node","@id":7609006808,"@timestamp":1591794309},"coords":"51.2862019,0.1662648","bedrooms":"2","price":"296000","area":"658"} , +{"type":"Feature","id":"n7609037438","geometry":{"type":"Point","coordinates":[0.1154567,51.6126407]},"properties":{"@type":"node","@id":7609037438,"@timestamp":1591795036},"coords":"51.6126407,0.1154567","bedrooms":"1","price":"190000","area":"634"} , +{"type":"Feature","id":"n7609037448","geometry":{"type":"Point","coordinates":[0.1182221,51.6118566]},"properties":{"@type":"node","@id":7609037448,"@timestamp":1591795036},"coords":"51.6118566,0.1182221","bedrooms":"0","price":"176000","area":"468"} , +{"type":"Feature","id":"n7609037458","geometry":{"type":"Point","coordinates":[0.117502,51.6123329]},"properties":{"@type":"node","@id":7609037458,"@timestamp":1591795036},"coords":"51.6123329,0.117502","bedrooms":"1","price":"217000","area":"373"} , +{"type":"Feature","id":"n7609037468","geometry":{"type":"Point","coordinates":[0.1167953,51.6123452]},"properties":{"@type":"node","@id":7609037468,"@timestamp":1591795036},"coords":"51.6123452,0.1167953","bedrooms":"3","price":"216000","area":"661"} , +{"type":"Feature","id":"n7609037478","geometry":{"type":"Point","coordinates":[0.1163132,51.6125627]},"properties":{"@type":"node","@id":7609037478,"@timestamp":1591795036},"coords":"51.6125627,0.1163132","bedrooms":"2","price":"151000","area":"437"} , +{"type":"Feature","id":"n7609045688","geometry":{"type":"Point","coordinates":[0.1164476,51.612175]},"properties":{"@type":"node","@id":7609045688,"@timestamp":1591795036},"coords":"51.612175,0.1164476","bedrooms":"0","price":"174000","area":"529"} , +{"type":"Feature","id":"n7609045698","geometry":{"type":"Point","coordinates":[0.1174449,51.6118678]},"properties":{"@type":"node","@id":7609045698,"@timestamp":1591795036},"coords":"51.6118678,0.1174449","bedrooms":"2","price":"275000","area":"567"} , +{"type":"Feature","id":"n7609045708","geometry":{"type":"Point","coordinates":[0.1150622,51.6158543]},"properties":{"@type":"node","@id":7609045708,"@timestamp":1591795036},"coords":"51.6158543,0.1150622","bedrooms":"2","price":"292000","area":"476"} , +{"type":"Feature","id":"n7609045718","geometry":{"type":"Point","coordinates":[0.1104915,51.612241]},"properties":{"@type":"node","@id":7609045718,"@timestamp":1591795036},"coords":"51.612241,0.1104915","bedrooms":"0","price":"230000","area":"383"} , +{"type":"Feature","id":"n7609045728","geometry":{"type":"Point","coordinates":[0.1052501,51.6088705]},"properties":{"@type":"node","@id":7609045728,"@timestamp":1591795036},"coords":"51.6088705,0.1052501","bedrooms":"3","price":"234000","area":"524"} , +{"type":"Feature","id":"n7609128434","geometry":{"type":"Point","coordinates":[-0.1461335,51.006404]},"properties":{"@type":"node","@id":7609128434,"@timestamp":1591797640},"coords":"51.006404,-0.1461335","bedrooms":"1","price":"180000","area":"490"} , +{"type":"Feature","id":"n7609128444","geometry":{"type":"Point","coordinates":[-0.1499973,51.0067165]},"properties":{"@type":"node","@id":7609128444,"@timestamp":1591797640},"coords":"51.0067165,-0.1499973","bedrooms":"2","price":"269000","area":"665"} , +{"type":"Feature","id":"n7609128454","geometry":{"type":"Point","coordinates":[-0.1492187,51.0074597]},"properties":{"@type":"node","@id":7609128454,"@timestamp":1591797640},"coords":"51.0074597,-0.1492187","bedrooms":"2","price":"287000","area":"568"} , +{"type":"Feature","id":"n7609128464","geometry":{"type":"Point","coordinates":[-0.1485958,51.0076483]},"properties":{"@type":"node","@id":7609128464,"@timestamp":1591797640},"coords":"51.0076483,-0.1485958","bedrooms":"0","price":"281000","area":"617"} , +{"type":"Feature","id":"n7609128474","geometry":{"type":"Point","coordinates":[-0.1479934,51.0079016]},"properties":{"@type":"node","@id":7609128474,"@timestamp":1591797640},"coords":"51.0079016,-0.1479934","bedrooms":"0","price":"183000","area":"367"} , +{"type":"Feature","id":"n7609128484","geometry":{"type":"Point","coordinates":[-0.1479846,51.0076483]},"properties":{"@type":"node","@id":7609128484,"@timestamp":1591797640},"coords":"51.0076483,-0.1479846","bedrooms":"3","price":"193000","area":"408"} , +{"type":"Feature","id":"n7609148794","geometry":{"type":"Point","coordinates":[-0.1465889,51.0085856]},"properties":{"@type":"node","@id":7609148794,"@timestamp":1591797640},"coords":"51.0085856,-0.1465889","bedrooms":"2","price":"233000","area":"352"} , +{"type":"Feature","id":"n7609148804","geometry":{"type":"Point","coordinates":[-0.1494038,51.00704]},"properties":{"@type":"node","@id":7609148804,"@timestamp":1591797640},"coords":"51.00704,-0.1494038","bedrooms":"3","price":"291000","area":"582"} , +{"type":"Feature","id":"n7609344750","geometry":{"type":"Point","coordinates":[-0.3761712,51.500292]},"properties":{"@type":"node","@id":7609344750,"@timestamp":1591801920},"coords":"51.500292,-0.3761712","bedrooms":"3","price":"250000","area":"679"} , +{"type":"Feature","id":"n7609351225","geometry":{"type":"Point","coordinates":[-0.362953,51.5018525]},"properties":{"@type":"node","@id":7609351225,"@timestamp":1591802415},"coords":"51.5018525,-0.362953","bedrooms":"3","price":"223000","area":"526"} , +{"type":"Feature","id":"n7609569634","geometry":{"type":"Point","coordinates":[0.5664103,51.1172068]},"properties":{"@type":"node","@id":7609569634,"@timestamp":1591807720},"coords":"51.1172068,0.5664103","bedrooms":"1","price":"238000","area":"674"} , +{"type":"Feature","id":"n7609618715","geometry":{"type":"Point","coordinates":[-0.1670266,50.9994656]},"properties":{"@type":"node","@id":7609618715,"@timestamp":1591810758},"coords":"50.9994656,-0.1670266","bedrooms":"4","price":"241000","area":"681"} , +{"type":"Feature","id":"n7609618725","geometry":{"type":"Point","coordinates":[-0.1659125,50.9986942]},"properties":{"@type":"node","@id":7609618725,"@timestamp":1591810758},"coords":"50.9986942,-0.1659125","bedrooms":"0","price":"192000","area":"670"} , +{"type":"Feature","id":"n7609675849","geometry":{"type":"Point","coordinates":[-0.1937923,51.0848522]},"properties":{"@type":"node","@id":7609675849,"@timestamp":1591811128},"coords":"51.0848522,-0.1937923","bedrooms":"4","price":"189000","area":"446"} , +{"type":"Feature","id":"n7609675859","geometry":{"type":"Point","coordinates":[-0.1911449,51.0834419]},"properties":{"@type":"node","@id":7609675859,"@timestamp":1591811128},"coords":"51.0834419,-0.1911449","bedrooms":"4","price":"257000","area":"500"} , +{"type":"Feature","id":"n7609721512","geometry":{"type":"Point","coordinates":[-0.4626328,51.3068469]},"properties":{"@type":"node","@id":7609721512,"@timestamp":1591812283},"coords":"51.3068469,-0.4626328","bedrooms":"0","price":"255000","area":"417"} , +{"type":"Feature","id":"n7609721550","geometry":{"type":"Point","coordinates":[-0.4601169,51.3228171]},"properties":{"@type":"node","@id":7609721550,"@timestamp":1591812283},"coords":"51.3228171,-0.4601169","bedrooms":"3","price":"245000","area":"447"} , +{"type":"Feature","id":"n7609734152","geometry":{"type":"Point","coordinates":[-0.1175904,51.4919697]},"properties":{"@type":"node","@id":7609734152,"@timestamp":1592043382},"coords":"51.4919697,-0.1175904","bedrooms":"3","price":"178000","area":"448"} , +{"type":"Feature","id":"n7609734164","geometry":{"type":"Point","coordinates":[-0.1430757,51.4685997]},"properties":{"@type":"node","@id":7609734164,"@timestamp":1591814734},"coords":"51.4685997,-0.1430757","bedrooms":"4","price":"246000","area":"486"} , +{"type":"Feature","id":"n7610275643","geometry":{"type":"Point","coordinates":[-0.1753798,51.7500617]},"properties":{"@type":"node","@id":7610275643,"@timestamp":1591821470},"coords":"51.7500617,-0.1753798","bedrooms":"4","price":"274000","area":"594"} , +{"type":"Feature","id":"n7610452235","geometry":{"type":"Point","coordinates":[-0.4747458,51.4818102]},"properties":{"@type":"node","@id":7610452235,"@timestamp":1591826588},"coords":"51.4818102,-0.4747458","bedrooms":"4","price":"249000","area":"457"} , +{"type":"Feature","id":"n7610639500","geometry":{"type":"Point","coordinates":[-0.2169454,51.6791782]},"properties":{"@type":"node","@id":7610639500,"@timestamp":1616162703},"coords":"51.6791782,-0.2169454","bedrooms":"1","price":"151000","area":"537"} , +{"type":"Feature","id":"n7610670781","geometry":{"type":"Point","coordinates":[-0.0990493,51.5125715]},"properties":{"@type":"node","@id":7610670781,"@timestamp":1591834874},"coords":"51.5125715,-0.0990493","bedrooms":"2","price":"244000","area":"426"} , +{"type":"Feature","id":"n7610670895","geometry":{"type":"Point","coordinates":[-0.1006298,51.5126829]},"properties":{"@type":"node","@id":7610670895,"@timestamp":1591834874},"coords":"51.5126829,-0.1006298","bedrooms":"3","price":"232000","area":"508"} , +{"type":"Feature","id":"n7610697992","geometry":{"type":"Point","coordinates":[0.5835418,51.2472063]},"properties":{"@type":"node","@id":7610697992,"@timestamp":1591836067},"coords":"51.2472063,0.5835418","bedrooms":"2","price":"250000","area":"644"} , +{"type":"Feature","id":"n7610864971","geometry":{"type":"Point","coordinates":[-0.1862431,51.4999564]},"properties":{"@type":"node","@id":7610864971,"@timestamp":1591845241},"coords":"51.4999564,-0.1862431","bedrooms":"4","price":"164000","area":"522"} , +{"type":"Feature","id":"n7610964147","geometry":{"type":"Point","coordinates":[0.5743706,51.2695413]},"properties":{"@type":"node","@id":7610964147,"@timestamp":1591850312},"coords":"51.2695413,0.5743706","bedrooms":"3","price":"164000","area":"444"} , +{"type":"Feature","id":"n7611742204","geometry":{"type":"Point","coordinates":[-0.1243422,51.5992164]},"properties":{"@type":"node","@id":7611742204,"@timestamp":1591867581},"coords":"51.5992164,-0.1243422","bedrooms":"0","price":"288000","area":"381"} , +{"type":"Feature","id":"n7611963587","geometry":{"type":"Point","coordinates":[0.6575257,51.9152441]},"properties":{"@type":"node","@id":7611963587,"@timestamp":1591871729},"coords":"51.9152441,0.6575257","bedrooms":"3","price":"247000","area":"565"} , +{"type":"Feature","id":"n7612115043","geometry":{"type":"Point","coordinates":[-0.1109067,51.445075]},"properties":{"@type":"node","@id":7612115043,"@timestamp":1607787996},"coords":"51.445075,-0.1109067","bedrooms":"3","price":"169000","area":"474"} , +{"type":"Feature","id":"n7612553623","geometry":{"type":"Point","coordinates":[-0.1386189,50.9593528]},"properties":{"@type":"node","@id":7612553623,"@timestamp":1591884152},"coords":"50.9593528,-0.1386189","bedrooms":"3","price":"154000","area":"356"} , +{"type":"Feature","id":"n7612553633","geometry":{"type":"Point","coordinates":[-0.1374185,50.9616406]},"properties":{"@type":"node","@id":7612553633,"@timestamp":1591884152},"coords":"50.9616406,-0.1374185","bedrooms":"2","price":"173000","area":"686"} , +{"type":"Feature","id":"n7612629069","geometry":{"type":"Point","coordinates":[-0.2390952,51.5412668]},"properties":{"@type":"node","@id":7612629069,"@timestamp":1591886466},"coords":"51.5412668,-0.2390952","bedrooms":"2","price":"254000","area":"620"} , +{"type":"Feature","id":"n7612629079","geometry":{"type":"Point","coordinates":[-0.238287,51.5415344]},"properties":{"@type":"node","@id":7612629079,"@timestamp":1591886466},"coords":"51.5415344,-0.238287","bedrooms":"4","price":"191000","area":"515"} , +{"type":"Feature","id":"n7612835933","geometry":{"type":"Point","coordinates":[-0.2043248,51.4901589]},"properties":{"@type":"node","@id":7612835933,"@timestamp":1591891743},"coords":"51.4901589,-0.2043248","bedrooms":"0","price":"183000","area":"553"} , +{"type":"Feature","id":"n7613244692","geometry":{"type":"Point","coordinates":[-0.0837434,51.5395193]},"properties":{"@type":"node","@id":7613244692,"@timestamp":1591902257},"coords":"51.5395193,-0.0837434","bedrooms":"3","price":"161000","area":"494"} , +{"type":"Feature","id":"n7613626042","geometry":{"type":"Point","coordinates":[-0.1035437,51.5138482]},"properties":{"@type":"node","@id":7613626042,"@timestamp":1591920517},"coords":"51.5138482,-0.1035437","bedrooms":"0","price":"284000","area":"378"} , +{"type":"Feature","id":"n7613662806","geometry":{"type":"Point","coordinates":[-0.1030974,51.5142134]},"properties":{"@type":"node","@id":7613662806,"@timestamp":1635091375},"coords":"51.5142134,-0.1030974","bedrooms":"2","price":"156000","area":"514"} , +{"type":"Feature","id":"n7613662837","geometry":{"type":"Point","coordinates":[-0.1008478,51.5139099]},"properties":{"@type":"node","@id":7613662837,"@timestamp":1635091375},"coords":"51.5139099,-0.1008478","bedrooms":"0","price":"290000","area":"464"} , +{"type":"Feature","id":"n7614311974","geometry":{"type":"Point","coordinates":[-0.1875093,51.5015933]},"properties":{"@type":"node","@id":7614311974,"@timestamp":1591943588},"coords":"51.5015933,-0.1875093","bedrooms":"4","price":"194000","area":"603"} , +{"type":"Feature","id":"n7614810823","geometry":{"type":"Point","coordinates":[-0.3334576,51.4207102]},"properties":{"@type":"node","@id":7614810823,"@timestamp":1632305187},"coords":"51.4207102,-0.3334576","bedrooms":"4","price":"218000","area":"575"} , +{"type":"Feature","id":"n7615418138","geometry":{"type":"Point","coordinates":[0.1319427,51.7625878]},"properties":{"@type":"node","@id":7615418138,"@timestamp":1591960410},"coords":"51.7625878,0.1319427","bedrooms":"3","price":"218000","area":"616"} , +{"type":"Feature","id":"n7615496064","geometry":{"type":"Point","coordinates":[-0.3391347,51.3593707]},"properties":{"@type":"node","@id":7615496064,"@timestamp":1591961768},"coords":"51.3593707,-0.3391347","bedrooms":"3","price":"198000","area":"552"} , +{"type":"Feature","id":"n7615695651","geometry":{"type":"Point","coordinates":[-1.0797106,51.2803401]},"properties":{"@type":"node","@id":7615695651,"@timestamp":1591967148},"coords":"51.2803401,-1.0797106","bedrooms":"4","price":"203000","area":"658"} , +{"type":"Feature","id":"n7615765019","geometry":{"type":"Point","coordinates":[0.0400747,51.5482788]},"properties":{"@type":"node","@id":7615765019,"@timestamp":1591969227},"coords":"51.5482788,0.0400747","bedrooms":"3","price":"200000","area":"511"} , +{"type":"Feature","id":"n7615765043","geometry":{"type":"Point","coordinates":[0.0419202,51.5488406]},"properties":{"@type":"node","@id":7615765043,"@timestamp":1616932815},"coords":"51.5488406,0.0419202","bedrooms":"1","price":"198000","area":"598"} , +{"type":"Feature","id":"n7616009279","geometry":{"type":"Point","coordinates":[-0.560358,51.6562369]},"properties":{"@type":"node","@id":7616009279,"@timestamp":1599518182},"coords":"51.6562369,-0.560358","bedrooms":"0","price":"251000","area":"431"} , +{"type":"Feature","id":"n7616111215","geometry":{"type":"Point","coordinates":[-0.2413172,51.5407505]},"properties":{"@type":"node","@id":7616111215,"@timestamp":1591977310},"coords":"51.5407505,-0.2413172","bedrooms":"3","price":"168000","area":"552"} , +{"type":"Feature","id":"n7616166861","geometry":{"type":"Point","coordinates":[-0.0179305,51.5243483]},"properties":{"@type":"node","@id":7616166861,"@timestamp":1620664401},"coords":"51.5243483,-0.0179305","bedrooms":"1","price":"177000","area":"672"} , +{"type":"Feature","id":"n7616273835","geometry":{"type":"Point","coordinates":[0.0114294,51.6340521]},"properties":{"@type":"node","@id":7616273835,"@timestamp":1591983463},"coords":"51.6340521,0.0114294","bedrooms":"0","price":"280000","area":"623"} , +{"type":"Feature","id":"n7616315011","geometry":{"type":"Point","coordinates":[-0.0759904,51.4979633]},"properties":{"@type":"node","@id":7616315011,"@timestamp":1591984840},"coords":"51.4979633,-0.0759904","bedrooms":"0","price":"234000","area":"604"} , +{"type":"Feature","id":"n7616497384","geometry":{"type":"Point","coordinates":[-0.522221,51.4828946]},"properties":{"@type":"node","@id":7616497384,"@timestamp":1591991666},"coords":"51.4828946,-0.522221","bedrooms":"1","price":"159000","area":"444"} , +{"type":"Feature","id":"n7616566836","geometry":{"type":"Point","coordinates":[0.1179025,50.9763955]},"properties":{"@type":"node","@id":7616566836,"@timestamp":1591992862},"coords":"50.9763955,0.1179025","bedrooms":"3","price":"196000","area":"560"} , +{"type":"Feature","id":"n7616749012","geometry":{"type":"Point","coordinates":[-0.7674047,51.2520804]},"properties":{"@type":"node","@id":7616749012,"@timestamp":1633442146},"coords":"51.2520804,-0.7674047","bedrooms":"1","price":"219000","area":"537"} , +{"type":"Feature","id":"n7616772363","geometry":{"type":"Point","coordinates":[-0.4012711,51.6566366]},"properties":{"@type":"node","@id":7616772363,"@timestamp":1591999111},"coords":"51.6566366,-0.4012711","bedrooms":"4","price":"155000","area":"629"} , +{"type":"Feature","id":"n7616801989","geometry":{"type":"Point","coordinates":[-0.1548064,51.4682421]},"properties":{"@type":"node","@id":7616801989,"@timestamp":1616030864},"coords":"51.4682421,-0.1548064","bedrooms":"2","price":"164000","area":"472"} , +{"type":"Feature","id":"n7616801999","geometry":{"type":"Point","coordinates":[-0.1549093,51.4683432]},"properties":{"@type":"node","@id":7616801999,"@timestamp":1616030864},"coords":"51.4683432,-0.1549093","bedrooms":"0","price":"218000","area":"388"} , +{"type":"Feature","id":"n7616802009","geometry":{"type":"Point","coordinates":[-0.1551481,51.4683274]},"properties":{"@type":"node","@id":7616802009,"@timestamp":1616030864},"coords":"51.4683274,-0.1551481","bedrooms":"1","price":"190000","area":"411"} , +{"type":"Feature","id":"n7616802019","geometry":{"type":"Point","coordinates":[-0.1552927,51.468278]},"properties":{"@type":"node","@id":7616802019,"@timestamp":1616030864},"coords":"51.468278,-0.1552927","bedrooms":"3","price":"270000","area":"662"} , +{"type":"Feature","id":"n7616802029","geometry":{"type":"Point","coordinates":[-0.1554827,51.4681971]},"properties":{"@type":"node","@id":7616802029,"@timestamp":1616030864},"coords":"51.4681971,-0.1554827","bedrooms":"1","price":"271000","area":"675"} , +{"type":"Feature","id":"n7616802039","geometry":{"type":"Point","coordinates":[-0.1555839,51.4682981]},"properties":{"@type":"node","@id":7616802039,"@timestamp":1616030864},"coords":"51.4682981,-0.1555839","bedrooms":"0","price":"229000","area":"518"} , +{"type":"Feature","id":"n7616802049","geometry":{"type":"Point","coordinates":[-0.1558221,51.4682828]},"properties":{"@type":"node","@id":7616802049,"@timestamp":1616030864},"coords":"51.4682828,-0.1558221","bedrooms":"1","price":"152000","area":"632"} , +{"type":"Feature","id":"n7616802059","geometry":{"type":"Point","coordinates":[-0.1559665,51.4682329]},"properties":{"@type":"node","@id":7616802059,"@timestamp":1616030864},"coords":"51.4682329,-0.1559665","bedrooms":"2","price":"269000","area":"352"} , +{"type":"Feature","id":"n7616802069","geometry":{"type":"Point","coordinates":[-0.1561571,51.4681515]},"properties":{"@type":"node","@id":7616802069,"@timestamp":1616030864},"coords":"51.4681515,-0.1561571","bedrooms":"4","price":"216000","area":"417"} , +{"type":"Feature","id":"n7616816142","geometry":{"type":"Point","coordinates":[0.0032316,51.4231901]},"properties":{"@type":"node","@id":7616816142,"@timestamp":1605361040},"coords":"51.4231901,0.0032316","bedrooms":"2","price":"206000","area":"696"} , +{"type":"Feature","id":"n7617347502","geometry":{"type":"Point","coordinates":[-0.6979182,51.6873958]},"properties":{"@type":"node","@id":7617347502,"@timestamp":1592032198},"coords":"51.6873958,-0.6979182","bedrooms":"1","price":"185000","area":"420"} , +{"type":"Feature","id":"n7617606626","geometry":{"type":"Point","coordinates":[-0.980621,50.963755]},"properties":{"@type":"node","@id":7617606626,"@timestamp":1592043524},"coords":"50.963755,-0.980621","bedrooms":"1","price":"179000","area":"529"} , +{"type":"Feature","id":"n7617676291","geometry":{"type":"Point","coordinates":[-0.0439891,51.4683443]},"properties":{"@type":"node","@id":7617676291,"@timestamp":1592046862},"coords":"51.4683443,-0.0439891","bedrooms":"1","price":"256000","area":"460"} , +{"type":"Feature","id":"n7617755276","geometry":{"type":"Point","coordinates":[-0.1006258,51.5137278]},"properties":{"@type":"node","@id":7617755276,"@timestamp":1592051767},"coords":"51.5137278,-0.1006258","bedrooms":"3","price":"198000","area":"488"} , +{"type":"Feature","id":"n7617785715","geometry":{"type":"Point","coordinates":[-0.1023522,51.5139066]},"properties":{"@type":"node","@id":7617785715,"@timestamp":1592051767},"coords":"51.5139066,-0.1023522","bedrooms":"4","price":"156000","area":"601"} , +{"type":"Feature","id":"n7617795665","geometry":{"type":"Point","coordinates":[0.4358381,51.5975935]},"properties":{"@type":"node","@id":7617795665,"@timestamp":1592053279},"coords":"51.5975935,0.4358381","bedrooms":"0","price":"183000","area":"448"} , +{"type":"Feature","id":"n7617882449","geometry":{"type":"Point","coordinates":[-0.5647726,51.6666185]},"properties":{"@type":"node","@id":7617882449,"@timestamp":1599661448},"coords":"51.6666185,-0.5647726","bedrooms":"1","price":"240000","area":"492"} , +{"type":"Feature","id":"n7617951451","geometry":{"type":"Point","coordinates":[-0.1835261,51.5465035]},"properties":{"@type":"node","@id":7617951451,"@timestamp":1592059099},"coords":"51.5465035,-0.1835261","bedrooms":"2","price":"288000","area":"396"} , +{"type":"Feature","id":"n7618040067","geometry":{"type":"Point","coordinates":[-0.1934199,51.4967447]},"properties":{"@type":"node","@id":7618040067,"@timestamp":1594548712},"coords":"51.4967447,-0.1934199","bedrooms":"4","price":"257000","area":"395"} , +{"type":"Feature","id":"n7618046781","geometry":{"type":"Point","coordinates":[-0.2988768,51.7230097]},"properties":{"@type":"node","@id":7618046781,"@timestamp":1626431285},"coords":"51.7230097,-0.2988768","bedrooms":"4","price":"201000","area":"590"} , +{"type":"Feature","id":"n7618142426","geometry":{"type":"Point","coordinates":[-0.1588531,51.493771]},"properties":{"@type":"node","@id":7618142426,"@timestamp":1592066709},"coords":"51.493771,-0.1588531","bedrooms":"2","price":"226000","area":"437"} , +{"type":"Feature","id":"n7618314654","geometry":{"type":"Point","coordinates":[-0.1386136,51.3253594]},"properties":{"@type":"node","@id":7618314654,"@timestamp":1592073659},"coords":"51.3253594,-0.1386136","bedrooms":"1","price":"213000","area":"527"} , +{"type":"Feature","id":"n7618314664","geometry":{"type":"Point","coordinates":[-0.1423941,51.3235034]},"properties":{"@type":"node","@id":7618314664,"@timestamp":1592073659},"coords":"51.3235034,-0.1423941","bedrooms":"4","price":"169000","area":"501"} , +{"type":"Feature","id":"n7618314674","geometry":{"type":"Point","coordinates":[-0.1463779,51.3229508]},"properties":{"@type":"node","@id":7618314674,"@timestamp":1592073659},"coords":"51.3229508,-0.1463779","bedrooms":"3","price":"240000","area":"517"} , +{"type":"Feature","id":"n7618325286","geometry":{"type":"Point","coordinates":[-0.1461622,51.3221286]},"properties":{"@type":"node","@id":7618325286,"@timestamp":1592073659},"coords":"51.3221286,-0.1461622","bedrooms":"4","price":"168000","area":"544"} , +{"type":"Feature","id":"n7618325297","geometry":{"type":"Point","coordinates":[-0.1507338,51.3228477]},"properties":{"@type":"node","@id":7618325297,"@timestamp":1592073659},"coords":"51.3228477,-0.1507338","bedrooms":"4","price":"222000","area":"632"} , +{"type":"Feature","id":"n7618325317","geometry":{"type":"Point","coordinates":[-0.1546601,51.3260585]},"properties":{"@type":"node","@id":7618325317,"@timestamp":1592073659},"coords":"51.3260585,-0.1546601","bedrooms":"3","price":"183000","area":"420"} , +{"type":"Feature","id":"n7618325327","geometry":{"type":"Point","coordinates":[-0.1529627,51.3228252]},"properties":{"@type":"node","@id":7618325327,"@timestamp":1592073659},"coords":"51.3228252,-0.1529627","bedrooms":"0","price":"237000","area":"528"} , +{"type":"Feature","id":"n7618342158","geometry":{"type":"Point","coordinates":[-0.1517212,51.3200959]},"properties":{"@type":"node","@id":7618342158,"@timestamp":1596144339},"coords":"51.3200959,-0.1517212","bedrooms":"2","price":"286000","area":"669"} , +{"type":"Feature","id":"n7618342168","geometry":{"type":"Point","coordinates":[-0.1541211,51.3187412]},"properties":{"@type":"node","@id":7618342168,"@timestamp":1592074876},"coords":"51.3187412,-0.1541211","bedrooms":"3","price":"247000","area":"581"} , +{"type":"Feature","id":"n7618342178","geometry":{"type":"Point","coordinates":[-0.1468693,51.3193253]},"properties":{"@type":"node","@id":7618342178,"@timestamp":1592074876},"coords":"51.3193253,-0.1468693","bedrooms":"4","price":"228000","area":"375"} , +{"type":"Feature","id":"n7618567103","geometry":{"type":"Point","coordinates":[-0.7679499,51.2496738]},"properties":{"@type":"node","@id":7618567103,"@timestamp":1620291928},"coords":"51.2496738,-0.7679499","bedrooms":"1","price":"258000","area":"614"} , +{"type":"Feature","id":"n7618598583","geometry":{"type":"Point","coordinates":[0.0118308,51.584372]},"properties":{"@type":"node","@id":7618598583,"@timestamp":1592165160},"coords":"51.584372,0.0118308","bedrooms":"2","price":"169000","area":"671"} , +{"type":"Feature","id":"n7618599813","geometry":{"type":"Point","coordinates":[-0.0800078,51.5981661]},"properties":{"@type":"node","@id":7618599813,"@timestamp":1592084253},"coords":"51.5981661,-0.0800078","bedrooms":"3","price":"259000","area":"412"} , +{"type":"Feature","id":"n7618607607","geometry":{"type":"Point","coordinates":[-0.7622039,51.2367465]},"properties":{"@type":"node","@id":7618607607,"@timestamp":1592084789},"coords":"51.2367465,-0.7622039","bedrooms":"3","price":"273000","area":"488"} , +{"type":"Feature","id":"n7618710468","geometry":{"type":"Point","coordinates":[-0.0610319,51.5881568]},"properties":{"@type":"node","@id":7618710468,"@timestamp":1600458758},"coords":"51.5881568,-0.0610319","bedrooms":"1","price":"193000","area":"682"} , +{"type":"Feature","id":"n7618806114","geometry":{"type":"Point","coordinates":[-0.0640048,51.5897397]},"properties":{"@type":"node","@id":7618806114,"@timestamp":1592097407},"coords":"51.5897397,-0.0640048","bedrooms":"4","price":"289000","area":"380"} , +{"type":"Feature","id":"n7619138770","geometry":{"type":"Point","coordinates":[0.5960557,51.5808494]},"properties":{"@type":"node","@id":7619138770,"@timestamp":1592113699},"coords":"51.5808494,0.5960557","bedrooms":"2","price":"163000","area":"590"} , +{"type":"Feature","id":"n7619505868","geometry":{"type":"Point","coordinates":[0.0720516,51.6046768]},"properties":{"@type":"node","@id":7619505868,"@timestamp":1605808013},"coords":"51.6046768,0.0720516","bedrooms":"2","price":"153000","area":"472"} , +{"type":"Feature","id":"n7619774674","geometry":{"type":"Point","coordinates":[-0.1884539,51.5004678]},"properties":{"@type":"node","@id":7619774674,"@timestamp":1592142072},"coords":"51.5004678,-0.1884539","bedrooms":"3","price":"204000","area":"548"} , +{"type":"Feature","id":"n7619775468","geometry":{"type":"Point","coordinates":[-0.0410901,51.5132521]},"properties":{"@type":"node","@id":7619775468,"@timestamp":1592141717},"coords":"51.5132521,-0.0410901","bedrooms":"1","price":"150000","area":"413"} , +{"type":"Feature","id":"n7619795671","geometry":{"type":"Point","coordinates":[-0.039708,51.5128676]},"properties":{"@type":"node","@id":7619795671,"@timestamp":1609893082},"coords":"51.5128676,-0.039708","bedrooms":"4","price":"297000","area":"435"} , +{"type":"Feature","id":"n7619804079","geometry":{"type":"Point","coordinates":[-0.1881921,51.5022524]},"properties":{"@type":"node","@id":7619804079,"@timestamp":1603338465},"coords":"51.5022524,-0.1881921","bedrooms":"4","price":"298000","area":"350"} , +{"type":"Feature","id":"n7619804099","geometry":{"type":"Point","coordinates":[-0.1889656,51.5020523]},"properties":{"@type":"node","@id":7619804099,"@timestamp":1612113804},"coords":"51.5020523,-0.1889656","bedrooms":"0","price":"187000","area":"469"} , +{"type":"Feature","id":"n7620135278","geometry":{"type":"Point","coordinates":[-0.9441796,51.2922602]},"properties":{"@type":"node","@id":7620135278,"@timestamp":1592152177},"coords":"51.2922602,-0.9441796","bedrooms":"0","price":"207000","area":"405"} , +{"type":"Feature","id":"n7620390474","geometry":{"type":"Point","coordinates":[-0.847535,50.9494473]},"properties":{"@type":"node","@id":7620390474,"@timestamp":1592158936},"coords":"50.9494473,-0.847535","bedrooms":"0","price":"218000","area":"641"} , +{"type":"Feature","id":"n7620432334","geometry":{"type":"Point","coordinates":[-0.2066199,51.7589454]},"properties":{"@type":"node","@id":7620432334,"@timestamp":1592160294},"coords":"51.7589454,-0.2066199","bedrooms":"4","price":"220000","area":"606"} , +{"type":"Feature","id":"n7620444895","geometry":{"type":"Point","coordinates":[-0.3675866,51.468228]},"properties":{"@type":"node","@id":7620444895,"@timestamp":1606250956},"coords":"51.468228,-0.3675866","bedrooms":"2","price":"270000","area":"652"} , +{"type":"Feature","id":"n7620476134","geometry":{"type":"Point","coordinates":[-0.1333172,51.3324796]},"properties":{"@type":"node","@id":7620476134,"@timestamp":1592161650},"coords":"51.3324796,-0.1333172","bedrooms":"2","price":"221000","area":"537"} , +{"type":"Feature","id":"n7620476147","geometry":{"type":"Point","coordinates":[-0.1327935,51.3294803]},"properties":{"@type":"node","@id":7620476147,"@timestamp":1592161650},"coords":"51.3294803,-0.1327935","bedrooms":"1","price":"170000","area":"513"} , +{"type":"Feature","id":"n7620483888","geometry":{"type":"Point","coordinates":[-0.1597568,51.5512312]},"properties":{"@type":"node","@id":7620483888,"@timestamp":1630950805},"coords":"51.5512312,-0.1597568","bedrooms":"3","price":"204000","area":"653"} , +{"type":"Feature","id":"n7620483900","geometry":{"type":"Point","coordinates":[-0.1596045,51.5506686]},"properties":{"@type":"node","@id":7620483900,"@timestamp":1630950805},"coords":"51.5506686,-0.1596045","bedrooms":"0","price":"206000","area":"430"} , +{"type":"Feature","id":"n7620517228","geometry":{"type":"Point","coordinates":[0.0745692,51.2606176]},"properties":{"@type":"node","@id":7620517228,"@timestamp":1592162907},"coords":"51.2606176,0.0745692","bedrooms":"3","price":"226000","area":"369"} , +{"type":"Feature","id":"n7620522520","geometry":{"type":"Point","coordinates":[-0.1315241,51.3292797]},"properties":{"@type":"node","@id":7620522520,"@timestamp":1592163884},"coords":"51.3292797,-0.1315241","bedrooms":"0","price":"297000","area":"690"} , +{"type":"Feature","id":"n7620550415","geometry":{"type":"Point","coordinates":[0.0123523,51.5834266]},"properties":{"@type":"node","@id":7620550415,"@timestamp":1592165160},"coords":"51.5834266,0.0123523","bedrooms":"2","price":"203000","area":"403"} , +{"type":"Feature","id":"n7620616328","geometry":{"type":"Point","coordinates":[-0.806988,51.2796815]},"properties":{"@type":"node","@id":7620616328,"@timestamp":1592168044},"coords":"51.2796815,-0.806988","bedrooms":"4","price":"202000","area":"638"} , +{"type":"Feature","id":"n7620892361","geometry":{"type":"Point","coordinates":[-0.0419896,51.5128853]},"properties":{"@type":"node","@id":7620892361,"@timestamp":1592179932},"coords":"51.5128853,-0.0419896","bedrooms":"0","price":"150000","area":"556"} , +{"type":"Feature","id":"n7621353583","geometry":{"type":"Point","coordinates":[-0.1063885,51.5593577]},"properties":{"@type":"node","@id":7621353583,"@timestamp":1592195289},"coords":"51.5593577,-0.1063885","bedrooms":"2","price":"279000","area":"578"} , +{"type":"Feature","id":"n7622101561","geometry":{"type":"Point","coordinates":[-0.0536381,51.5103051]},"properties":{"@type":"node","@id":7622101561,"@timestamp":1592210839},"coords":"51.5103051,-0.0536381","bedrooms":"3","price":"240000","area":"442"} , +{"type":"Feature","id":"n7622856645","geometry":{"type":"Point","coordinates":[-0.3224375,51.6539079]},"properties":{"@type":"node","@id":7622856645,"@timestamp":1592224465},"coords":"51.6539079,-0.3224375","bedrooms":"1","price":"163000","area":"515"} , +{"type":"Feature","id":"n7622964266","geometry":{"type":"Point","coordinates":[-0.1510094,51.5459377]},"properties":{"@type":"node","@id":7622964266,"@timestamp":1630186436},"coords":"51.5459377,-0.1510094","bedrooms":"1","price":"207000","area":"462"} , +{"type":"Feature","id":"n7623090858","geometry":{"type":"Point","coordinates":[-0.1901893,51.4534652]},"properties":{"@type":"node","@id":7623090858,"@timestamp":1592230818},"coords":"51.4534652,-0.1901893","bedrooms":"1","price":"258000","area":"662"} , +{"type":"Feature","id":"n7623090868","geometry":{"type":"Point","coordinates":[-0.1915578,51.4535902]},"properties":{"@type":"node","@id":7623090868,"@timestamp":1633372287},"coords":"51.4535902,-0.1915578","bedrooms":"4","price":"273000","area":"632"} , +{"type":"Feature","id":"n7623137704","geometry":{"type":"Point","coordinates":[-0.1568621,51.5462573]},"properties":{"@type":"node","@id":7623137704,"@timestamp":1605107508},"coords":"51.5462573,-0.1568621","bedrooms":"4","price":"169000","area":"465"} , +{"type":"Feature","id":"n7623240472","geometry":{"type":"Point","coordinates":[-0.1501126,51.5459661]},"properties":{"@type":"node","@id":7623240472,"@timestamp":1630186436},"coords":"51.5459661,-0.1501126","bedrooms":"0","price":"194000","area":"435"} , +{"type":"Feature","id":"n7623383589","geometry":{"type":"Point","coordinates":[-0.0800717,51.6614131]},"properties":{"@type":"node","@id":7623383589,"@timestamp":1592237423},"coords":"51.6614131,-0.0800717","bedrooms":"2","price":"281000","area":"572"} , +{"type":"Feature","id":"n7623383619","geometry":{"type":"Point","coordinates":[-0.0814918,51.6619055]},"properties":{"@type":"node","@id":7623383619,"@timestamp":1592237423},"coords":"51.6619055,-0.0814918","bedrooms":"3","price":"220000","area":"636"} , +{"type":"Feature","id":"n7623383629","geometry":{"type":"Point","coordinates":[-0.0811417,51.6621101]},"properties":{"@type":"node","@id":7623383629,"@timestamp":1592237423},"coords":"51.6621101,-0.0811417","bedrooms":"4","price":"186000","area":"584"} , +{"type":"Feature","id":"n7623383643","geometry":{"type":"Point","coordinates":[-0.0811364,51.6627673]},"properties":{"@type":"node","@id":7623383643,"@timestamp":1592237423},"coords":"51.6627673,-0.0811364","bedrooms":"3","price":"280000","area":"617"} , +{"type":"Feature","id":"n7623383657","geometry":{"type":"Point","coordinates":[-0.0820509,51.6623895]},"properties":{"@type":"node","@id":7623383657,"@timestamp":1592237423},"coords":"51.6623895,-0.0820509","bedrooms":"1","price":"212000","area":"699"} , +{"type":"Feature","id":"n7623383667","geometry":{"type":"Point","coordinates":[-0.0826302,51.6620584]},"properties":{"@type":"node","@id":7623383667,"@timestamp":1592237423},"coords":"51.6620584,-0.0826302","bedrooms":"2","price":"225000","area":"693"} , +{"type":"Feature","id":"n7623383679","geometry":{"type":"Point","coordinates":[-0.0792909,51.6608006]},"properties":{"@type":"node","@id":7623383679,"@timestamp":1592237423},"coords":"51.6608006,-0.0792909","bedrooms":"2","price":"279000","area":"381"} , +{"type":"Feature","id":"n7623384389","geometry":{"type":"Point","coordinates":[-0.0816189,51.6599304]},"properties":{"@type":"node","@id":7623384389,"@timestamp":1592237423},"coords":"51.6599304,-0.0816189","bedrooms":"1","price":"193000","area":"671"} , +{"type":"Feature","id":"n7623384399","geometry":{"type":"Point","coordinates":[-0.08296,51.6603697]},"properties":{"@type":"node","@id":7623384399,"@timestamp":1592237423},"coords":"51.6603697,-0.08296","bedrooms":"4","price":"215000","area":"411"} , +{"type":"Feature","id":"n7623513477","geometry":{"type":"Point","coordinates":[-0.2973463,51.4496706]},"properties":{"@type":"node","@id":7623513477,"@timestamp":1629842094},"coords":"51.4496706,-0.2973463","bedrooms":"2","price":"222000","area":"654"} , +{"type":"Feature","id":"n7623551787","geometry":{"type":"Point","coordinates":[-0.2974426,51.4495701]},"properties":{"@type":"node","@id":7623551787,"@timestamp":1629842094},"coords":"51.4495701,-0.2974426","bedrooms":"0","price":"275000","area":"643"} , +{"type":"Feature","id":"n7623993083","geometry":{"type":"Point","coordinates":[0.5430857,51.1021847]},"properties":{"@type":"node","@id":7623993083,"@timestamp":1592254728},"coords":"51.1021847,0.5430857","bedrooms":"4","price":"242000","area":"513"} , +{"type":"Feature","id":"n7624015793","geometry":{"type":"Point","coordinates":[0.5439775,51.1027981]},"properties":{"@type":"node","@id":7624015793,"@timestamp":1592254728},"coords":"51.1027981,0.5439775","bedrooms":"1","price":"271000","area":"548"} , +{"type":"Feature","id":"n7624015803","geometry":{"type":"Point","coordinates":[0.5423778,51.1023181]},"properties":{"@type":"node","@id":7624015803,"@timestamp":1592254728},"coords":"51.1023181,0.5423778","bedrooms":"0","price":"189000","area":"532"} , +{"type":"Feature","id":"n7624015813","geometry":{"type":"Point","coordinates":[0.5407498,51.1026959]},"properties":{"@type":"node","@id":7624015813,"@timestamp":1592254728},"coords":"51.1026959,0.5407498","bedrooms":"3","price":"158000","area":"657"} , +{"type":"Feature","id":"n7624015823","geometry":{"type":"Point","coordinates":[0.5423849,51.1004912]},"properties":{"@type":"node","@id":7624015823,"@timestamp":1592254728},"coords":"51.1004912,0.5423849","bedrooms":"4","price":"180000","area":"576"} , +{"type":"Feature","id":"n7624084232","geometry":{"type":"Point","coordinates":[-0.1882192,51.4788406]},"properties":{"@type":"node","@id":7624084232,"@timestamp":1613136847},"coords":"51.4788406,-0.1882192","bedrooms":"3","price":"152000","area":"617"} , +{"type":"Feature","id":"n7624168863","geometry":{"type":"Point","coordinates":[-0.0465135,51.5132179]},"properties":{"@type":"node","@id":7624168863,"@timestamp":1628349393},"coords":"51.5132179,-0.0465135","bedrooms":"1","price":"256000","area":"606"} , +{"type":"Feature","id":"n7624223405","geometry":{"type":"Point","coordinates":[-0.0455345,51.5130702]},"properties":{"@type":"node","@id":7624223405,"@timestamp":1592265167},"coords":"51.5130702,-0.0455345","bedrooms":"4","price":"253000","area":"638"} , +{"type":"Feature","id":"n7624223457","geometry":{"type":"Point","coordinates":[-0.0435148,51.5130998]},"properties":{"@type":"node","@id":7624223457,"@timestamp":1592265167},"coords":"51.5130998,-0.0435148","bedrooms":"3","price":"225000","area":"519"} , +{"type":"Feature","id":"n7624223522","geometry":{"type":"Point","coordinates":[-0.043298,51.513076]},"properties":{"@type":"node","@id":7624223522,"@timestamp":1592265167},"coords":"51.513076,-0.043298","bedrooms":"2","price":"272000","area":"469"} , +{"type":"Feature","id":"n7624223563","geometry":{"type":"Point","coordinates":[-0.0430069,51.5130689]},"properties":{"@type":"node","@id":7624223563,"@timestamp":1592265167},"coords":"51.5130689,-0.0430069","bedrooms":"2","price":"216000","area":"610"} , +{"type":"Feature","id":"n7624307313","geometry":{"type":"Point","coordinates":[0.0339282,51.4553709]},"properties":{"@type":"node","@id":7624307313,"@timestamp":1592272176},"coords":"51.4553709,0.0339282","bedrooms":"0","price":"152000","area":"685"} , +{"type":"Feature","id":"n7625020921","geometry":{"type":"Point","coordinates":[-0.926653,51.7539707]},"properties":{"@type":"node","@id":7625020921,"@timestamp":1592293483},"coords":"51.7539707,-0.926653","bedrooms":"2","price":"280000","area":"439"} , +{"type":"Feature","id":"n7625336796","geometry":{"type":"Point","coordinates":[0.5894316,51.1412264]},"properties":{"@type":"node","@id":7625336796,"@timestamp":1592299239},"coords":"51.1412264,0.5894316","bedrooms":"2","price":"164000","area":"597"} , +{"type":"Feature","id":"n7625336806","geometry":{"type":"Point","coordinates":[0.5857677,51.1404758]},"properties":{"@type":"node","@id":7625336806,"@timestamp":1592299239},"coords":"51.1404758,0.5857677","bedrooms":"1","price":"157000","area":"602"} , +{"type":"Feature","id":"n7625458985","geometry":{"type":"Point","coordinates":[-0.1986462,51.3989291]},"properties":{"@type":"node","@id":7625458985,"@timestamp":1596704376},"coords":"51.3989291,-0.1986462","bedrooms":"4","price":"150000","area":"386"} , +{"type":"Feature","id":"n7625767043","geometry":{"type":"Point","coordinates":[-0.1057729,51.5341002]},"properties":{"@type":"node","@id":7625767043,"@timestamp":1632668313},"coords":"51.5341002,-0.1057729","bedrooms":"1","price":"269000","area":"451"} , +{"type":"Feature","id":"n7625909302","geometry":{"type":"Point","coordinates":[-0.0645174,51.6644969]},"properties":{"@type":"node","@id":7625909302,"@timestamp":1592310122},"coords":"51.6644969,-0.0645174","bedrooms":"3","price":"153000","area":"487"} , +{"type":"Feature","id":"n7625909312","geometry":{"type":"Point","coordinates":[-0.0637428,51.6641655]},"properties":{"@type":"node","@id":7625909312,"@timestamp":1592310122},"coords":"51.6641655,-0.0637428","bedrooms":"4","price":"267000","area":"362"} , +{"type":"Feature","id":"n7625909322","geometry":{"type":"Point","coordinates":[-0.0650128,51.6640988]},"properties":{"@type":"node","@id":7625909322,"@timestamp":1592310122},"coords":"51.6640988,-0.0650128","bedrooms":"4","price":"269000","area":"615"} , +{"type":"Feature","id":"n7625909332","geometry":{"type":"Point","coordinates":[-0.0641783,51.6636311]},"properties":{"@type":"node","@id":7625909332,"@timestamp":1592310122},"coords":"51.6636311,-0.0641783","bedrooms":"0","price":"188000","area":"678"} , +{"type":"Feature","id":"n7625909342","geometry":{"type":"Point","coordinates":[-0.0649212,51.6629606]},"properties":{"@type":"node","@id":7625909342,"@timestamp":1592310122},"coords":"51.6629606,-0.0649212","bedrooms":"2","price":"294000","area":"434"} , +{"type":"Feature","id":"n7625922281","geometry":{"type":"Point","coordinates":[-0.0752199,51.5139774]},"properties":{"@type":"node","@id":7625922281,"@timestamp":1592381928},"coords":"51.5139774,-0.0752199","bedrooms":"3","price":"186000","area":"659"} , +{"type":"Feature","id":"n7626061996","geometry":{"type":"Point","coordinates":[-0.2598734,51.6571951]},"properties":{"@type":"node","@id":7626061996,"@timestamp":1592313828},"coords":"51.6571951,-0.2598734","bedrooms":"1","price":"168000","area":"506"} , +{"type":"Feature","id":"n7626117171","geometry":{"type":"Point","coordinates":[0.1379314,51.5390841]},"properties":{"@type":"node","@id":7626117171,"@timestamp":1592315715},"coords":"51.5390841,0.1379314","bedrooms":"3","price":"240000","area":"449"} , +{"type":"Feature","id":"n7626535835","geometry":{"type":"Point","coordinates":[-0.3269412,51.704847]},"properties":{"@type":"node","@id":7626535835,"@timestamp":1592323746},"coords":"51.704847,-0.3269412","bedrooms":"2","price":"189000","area":"516"} , +{"type":"Feature","id":"n7626593248","geometry":{"type":"Point","coordinates":[-0.0437854,51.6749828]},"properties":{"@type":"node","@id":7626593248,"@timestamp":1592325725},"coords":"51.6749828,-0.0437854","bedrooms":"2","price":"217000","area":"371"} , +{"type":"Feature","id":"n7626593261","geometry":{"type":"Point","coordinates":[-0.0435859,51.6754402]},"properties":{"@type":"node","@id":7626593261,"@timestamp":1592325725},"coords":"51.6754402,-0.0435859","bedrooms":"0","price":"263000","area":"354"} , +{"type":"Feature","id":"n7626593271","geometry":{"type":"Point","coordinates":[-0.0419511,51.6745278]},"properties":{"@type":"node","@id":7626593271,"@timestamp":1592325725},"coords":"51.6745278,-0.0419511","bedrooms":"1","price":"284000","area":"608"} , +{"type":"Feature","id":"n7626593281","geometry":{"type":"Point","coordinates":[-0.0419565,51.6730658]},"properties":{"@type":"node","@id":7626593281,"@timestamp":1592325725},"coords":"51.6730658,-0.0419565","bedrooms":"2","price":"210000","area":"476"} , +{"type":"Feature","id":"n7626611387","geometry":{"type":"Point","coordinates":[-0.0400655,51.6724636]},"properties":{"@type":"node","@id":7626611387,"@timestamp":1592325725},"coords":"51.6724636,-0.0400655","bedrooms":"1","price":"192000","area":"683"} , +{"type":"Feature","id":"n7626719649","geometry":{"type":"Point","coordinates":[-0.2970428,51.4496087]},"properties":{"@type":"node","@id":7626719649,"@timestamp":1629842094},"coords":"51.4496087,-0.2970428","bedrooms":"0","price":"298000","area":"650"} , +{"type":"Feature","id":"n7626856968","geometry":{"type":"Point","coordinates":[-0.0370121,51.6712107]},"properties":{"@type":"node","@id":7626856968,"@timestamp":1606225796},"coords":"51.6712107,-0.0370121","bedrooms":"3","price":"256000","area":"638"} , +{"type":"Feature","id":"n7626856978","geometry":{"type":"Point","coordinates":[-0.0369883,51.6704763]},"properties":{"@type":"node","@id":7626856978,"@timestamp":1606225796},"coords":"51.6704763,-0.0369883","bedrooms":"0","price":"182000","area":"695"} , +{"type":"Feature","id":"n7626902342","geometry":{"type":"Point","coordinates":[-0.3326029,51.5856926]},"properties":{"@type":"node","@id":7626902342,"@timestamp":1607128899},"coords":"51.5856926,-0.3326029","bedrooms":"3","price":"205000","area":"629"} , +{"type":"Feature","id":"n7626967523","geometry":{"type":"Point","coordinates":[-0.1518363,51.3174666]},"properties":{"@type":"node","@id":7626967523,"@timestamp":1592335452},"coords":"51.3174666,-0.1518363","bedrooms":"4","price":"214000","area":"663"} , +{"type":"Feature","id":"n7626967533","geometry":{"type":"Point","coordinates":[-0.1531381,51.3152568]},"properties":{"@type":"node","@id":7626967533,"@timestamp":1592335452},"coords":"51.3152568,-0.1531381","bedrooms":"3","price":"235000","area":"527"} , +{"type":"Feature","id":"n7626967547","geometry":{"type":"Point","coordinates":[-0.1541671,51.3134591]},"properties":{"@type":"node","@id":7626967547,"@timestamp":1592335452},"coords":"51.3134591,-0.1541671","bedrooms":"0","price":"200000","area":"372"} , +{"type":"Feature","id":"n7627076087","geometry":{"type":"Point","coordinates":[-0.0007533,51.6080662]},"properties":{"@type":"node","@id":7627076087,"@timestamp":1615589809},"coords":"51.6080662,-0.0007533","bedrooms":"4","price":"181000","area":"486"} , +{"type":"Feature","id":"n7627190241","geometry":{"type":"Point","coordinates":[-0.2308607,51.3054618]},"properties":{"@type":"node","@id":7627190241,"@timestamp":1614093229},"coords":"51.3054618,-0.2308607","bedrooms":"2","price":"150000","area":"483"} , +{"type":"Feature","id":"n7627194460","geometry":{"type":"Point","coordinates":[-0.0448141,51.6262111]},"properties":{"@type":"node","@id":7627194460,"@timestamp":1592343071},"coords":"51.6262111,-0.0448141","bedrooms":"3","price":"239000","area":"630"} , +{"type":"Feature","id":"n7627194470","geometry":{"type":"Point","coordinates":[-0.0441704,51.6258398]},"properties":{"@type":"node","@id":7627194470,"@timestamp":1592343071},"coords":"51.6258398,-0.0441704","bedrooms":"1","price":"268000","area":"671"} , +{"type":"Feature","id":"n7627194480","geometry":{"type":"Point","coordinates":[-0.0438622,51.6254102]},"properties":{"@type":"node","@id":7627194480,"@timestamp":1592343071},"coords":"51.6254102,-0.0438622","bedrooms":"0","price":"152000","area":"608"} , +{"type":"Feature","id":"n7627273699","geometry":{"type":"Point","coordinates":[-0.0441909,51.6245853]},"properties":{"@type":"node","@id":7627273699,"@timestamp":1592343071},"coords":"51.6245853,-0.0441909","bedrooms":"4","price":"211000","area":"393"} , +{"type":"Feature","id":"n7627273733","geometry":{"type":"Point","coordinates":[-0.0454064,51.6241006]},"properties":{"@type":"node","@id":7627273733,"@timestamp":1592343071},"coords":"51.6241006,-0.0454064","bedrooms":"3","price":"293000","area":"601"} , +{"type":"Feature","id":"n7627273760","geometry":{"type":"Point","coordinates":[-0.0463452,51.624362]},"properties":{"@type":"node","@id":7627273760,"@timestamp":1592343071},"coords":"51.624362,-0.0463452","bedrooms":"1","price":"180000","area":"676"} , +{"type":"Feature","id":"n7627273780","geometry":{"type":"Point","coordinates":[-0.0456183,51.6248616]},"properties":{"@type":"node","@id":7627273780,"@timestamp":1592343071},"coords":"51.6248616,-0.0456183","bedrooms":"4","price":"288000","area":"514"} , +{"type":"Feature","id":"n7627273820","geometry":{"type":"Point","coordinates":[-0.0461162,51.6233307]},"properties":{"@type":"node","@id":7627273820,"@timestamp":1592343071},"coords":"51.6233307,-0.0461162","bedrooms":"2","price":"259000","area":"562"} , +{"type":"Feature","id":"n7627595160","geometry":{"type":"Point","coordinates":[-0.0492838,51.5135096]},"properties":{"@type":"node","@id":7627595160,"@timestamp":1592352724},"coords":"51.5135096,-0.0492838","bedrooms":"3","price":"283000","area":"677"} , +{"type":"Feature","id":"n7627605432","geometry":{"type":"Point","coordinates":[-0.5766937,51.7652147]},"properties":{"@type":"node","@id":7627605432,"@timestamp":1592350962},"coords":"51.7652147,-0.5766937","bedrooms":"3","price":"164000","area":"699"} , +{"type":"Feature","id":"n7627651701","geometry":{"type":"Point","coordinates":[-0.0485145,51.5134115]},"properties":{"@type":"node","@id":7627651701,"@timestamp":1592352724},"coords":"51.5134115,-0.0485145","bedrooms":"2","price":"231000","area":"601"} , +{"type":"Feature","id":"n7627651756","geometry":{"type":"Point","coordinates":[-0.0475945,51.5141969]},"properties":{"@type":"node","@id":7627651756,"@timestamp":1592352724},"coords":"51.5141969,-0.0475945","bedrooms":"1","price":"174000","area":"542"} , +{"type":"Feature","id":"n7627651857","geometry":{"type":"Point","coordinates":[-0.0475796,51.5132705]},"properties":{"@type":"node","@id":7627651857,"@timestamp":1592352724},"coords":"51.5132705,-0.0475796","bedrooms":"3","price":"216000","area":"550"} , +{"type":"Feature","id":"n7627778401","geometry":{"type":"Point","coordinates":[-0.0636162,51.600923]},"properties":{"@type":"node","@id":7627778401,"@timestamp":1592359792},"coords":"51.600923,-0.0636162","bedrooms":"4","price":"293000","area":"644"} , +{"type":"Feature","id":"n7627817001","geometry":{"type":"Point","coordinates":[-0.0653822,51.5989119]},"properties":{"@type":"node","@id":7627817001,"@timestamp":1592362163},"coords":"51.5989119,-0.0653822","bedrooms":"1","price":"245000","area":"526"} , +{"type":"Feature","id":"n7628357268","geometry":{"type":"Point","coordinates":[0.0398478,51.4736421]},"properties":{"@type":"node","@id":7628357268,"@timestamp":1635084137},"coords":"51.4736421,0.0398478","bedrooms":"1","price":"294000","area":"610"} , +{"type":"Feature","id":"n7628460387","geometry":{"type":"Point","coordinates":[-0.0222918,51.5171871]},"properties":{"@type":"node","@id":7628460387,"@timestamp":1616712676},"coords":"51.5171871,-0.0222918","bedrooms":"3","price":"248000","area":"680"} , +{"type":"Feature","id":"n7628655056","geometry":{"type":"Point","coordinates":[-0.0993021,51.5074991]},"properties":{"@type":"node","@id":7628655056,"@timestamp":1592385088},"coords":"51.5074991,-0.0993021","bedrooms":"0","price":"285000","area":"370"} , +{"type":"Feature","id":"n7628893721","geometry":{"type":"Point","coordinates":[-0.4474689,51.3063841]},"properties":{"@type":"node","@id":7628893721,"@timestamp":1592389541},"coords":"51.3063841,-0.4474689","bedrooms":"0","price":"273000","area":"402"} , +{"type":"Feature","id":"n7629400411","geometry":{"type":"Point","coordinates":[-0.2181426,51.8999536]},"properties":{"@type":"node","@id":7629400411,"@timestamp":1592400949},"coords":"51.8999536,-0.2181426","bedrooms":"4","price":"261000","area":"389"} , +{"type":"Feature","id":"n7629960689","geometry":{"type":"Point","coordinates":[-0.3451497,51.5652027]},"properties":{"@type":"node","@id":7629960689,"@timestamp":1592413924},"coords":"51.5652027,-0.3451497","bedrooms":"3","price":"170000","area":"657"} , +{"type":"Feature","id":"n7630009038","geometry":{"type":"Point","coordinates":[-0.0113133,50.9970037]},"properties":{"@type":"node","@id":7630009038,"@timestamp":1632245301},"coords":"50.9970037,-0.0113133","bedrooms":"0","price":"227000","area":"576"} , +{"type":"Feature","id":"n7630289769","geometry":{"type":"Point","coordinates":[-0.3975594,51.5565888]},"properties":{"@type":"node","@id":7630289769,"@timestamp":1592425184},"coords":"51.5565888,-0.3975594","bedrooms":"1","price":"214000","area":"415"} , +{"type":"Feature","id":"n7630308931","geometry":{"type":"Point","coordinates":[-0.1825719,51.002291]},"properties":{"@type":"node","@id":7630308931,"@timestamp":1592424888},"coords":"51.002291,-0.1825719","bedrooms":"4","price":"207000","area":"684"} , +{"type":"Feature","id":"n7630612145","geometry":{"type":"Point","coordinates":[0.0106265,51.4695219]},"properties":{"@type":"node","@id":7630612145,"@timestamp":1592435546},"coords":"51.4695219,0.0106265","bedrooms":"2","price":"175000","area":"675"} , +{"type":"Feature","id":"n7630660744","geometry":{"type":"Point","coordinates":[-0.1385888,51.5293246]},"properties":{"@type":"node","@id":7630660744,"@timestamp":1592439266},"coords":"51.5293246,-0.1385888","bedrooms":"0","price":"265000","area":"583"} , +{"type":"Feature","id":"n7630662718","geometry":{"type":"Point","coordinates":[-0.5794816,51.7690996]},"properties":{"@type":"node","@id":7630662718,"@timestamp":1592439335},"coords":"51.7690996,-0.5794816","bedrooms":"3","price":"159000","area":"631"} , +{"type":"Feature","id":"n7630722498","geometry":{"type":"Point","coordinates":[-0.1400581,51.5404388]},"properties":{"@type":"node","@id":7630722498,"@timestamp":1630543945},"coords":"51.5404388,-0.1400581","bedrooms":"0","price":"212000","area":"501"} , +{"type":"Feature","id":"n7630970989","geometry":{"type":"Point","coordinates":[-0.4711016,51.9003834]},"properties":{"@type":"node","@id":7630970989,"@timestamp":1592451818},"coords":"51.9003834,-0.4711016","bedrooms":"2","price":"218000","area":"696"} , +{"type":"Feature","id":"n7631411091","geometry":{"type":"Point","coordinates":[-0.806783,51.4851126]},"properties":{"@type":"node","@id":7631411091,"@timestamp":1592462067},"coords":"51.4851126,-0.806783","bedrooms":"2","price":"286000","area":"523"} , +{"type":"Feature","id":"n7631641265","geometry":{"type":"Point","coordinates":[-0.276022,51.2750445]},"properties":{"@type":"node","@id":7631641265,"@timestamp":1617526516},"coords":"51.2750445,-0.276022","bedrooms":"0","price":"223000","area":"495"} , +{"type":"Feature","id":"n7631770664","geometry":{"type":"Point","coordinates":[-0.0411743,51.5315387]},"properties":{"@type":"node","@id":7631770664,"@timestamp":1592470102},"coords":"51.5315387,-0.0411743","bedrooms":"3","price":"204000","area":"384"} , +{"type":"Feature","id":"n7631770674","geometry":{"type":"Point","coordinates":[-0.0419682,51.5316054]},"properties":{"@type":"node","@id":7631770674,"@timestamp":1592470102},"coords":"51.5316054,-0.0419682","bedrooms":"3","price":"198000","area":"441"} , +{"type":"Feature","id":"n7631770684","geometry":{"type":"Point","coordinates":[-0.0412494,51.5313184]},"properties":{"@type":"node","@id":7631770684,"@timestamp":1592470102},"coords":"51.5313184,-0.0412494","bedrooms":"3","price":"219000","area":"699"} , +{"type":"Feature","id":"n7631773594","geometry":{"type":"Point","coordinates":[-0.0406593,51.5314336]},"properties":{"@type":"node","@id":7631773594,"@timestamp":1592470102},"coords":"51.5314336,-0.0406593","bedrooms":"4","price":"283000","area":"587"} , +{"type":"Feature","id":"n7631773604","geometry":{"type":"Point","coordinates":[-0.0426683,51.5311282]},"properties":{"@type":"node","@id":7631773604,"@timestamp":1592470102},"coords":"51.5311282,-0.0426683","bedrooms":"4","price":"206000","area":"558"} , +{"type":"Feature","id":"n7631973004","geometry":{"type":"Point","coordinates":[-0.15638,51.309437]},"properties":{"@type":"node","@id":7631973004,"@timestamp":1592474120},"coords":"51.309437,-0.15638","bedrooms":"4","price":"265000","area":"533"} , +{"type":"Feature","id":"n7631973014","geometry":{"type":"Point","coordinates":[-0.153464,51.3061264]},"properties":{"@type":"node","@id":7631973014,"@timestamp":1592474120},"coords":"51.3061264,-0.153464","bedrooms":"4","price":"161000","area":"678"} , +{"type":"Feature","id":"n7631973024","geometry":{"type":"Point","coordinates":[-0.149266,51.3036239]},"properties":{"@type":"node","@id":7631973024,"@timestamp":1600276769},"coords":"51.3036239,-0.149266","bedrooms":"4","price":"276000","area":"501"} , +{"type":"Feature","id":"n7631973042","geometry":{"type":"Point","coordinates":[-0.1468536,51.3070066]},"properties":{"@type":"node","@id":7631973042,"@timestamp":1592474120},"coords":"51.3070066,-0.1468536","bedrooms":"4","price":"283000","area":"393"} , +{"type":"Feature","id":"n7631983994","geometry":{"type":"Point","coordinates":[-0.5011532,51.65778]},"properties":{"@type":"node","@id":7631983994,"@timestamp":1592474150},"coords":"51.65778,-0.5011532","bedrooms":"4","price":"196000","area":"435"} , +{"type":"Feature","id":"n7632106236","geometry":{"type":"Point","coordinates":[-0.1433811,51.3093638]},"properties":{"@type":"node","@id":7632106236,"@timestamp":1592476285},"coords":"51.3093638,-0.1433811","bedrooms":"0","price":"200000","area":"473"} , +{"type":"Feature","id":"n7632106248","geometry":{"type":"Point","coordinates":[-0.1399211,51.3124404]},"properties":{"@type":"node","@id":7632106248,"@timestamp":1592476285},"coords":"51.3124404,-0.1399211","bedrooms":"2","price":"168000","area":"400"} , +{"type":"Feature","id":"n7632262359","geometry":{"type":"Point","coordinates":[-1.0231249,51.4521713]},"properties":{"@type":"node","@id":7632262359,"@timestamp":1592479650},"coords":"51.4521713,-1.0231249","bedrooms":"3","price":"286000","area":"439"} , +{"type":"Feature","id":"n7632431962","geometry":{"type":"Point","coordinates":[-0.1104352,51.6001745]},"properties":{"@type":"node","@id":7632431962,"@timestamp":1600873892},"coords":"51.6001745,-0.1104352","bedrooms":"3","price":"294000","area":"530"} , +{"type":"Feature","id":"n7632431984","geometry":{"type":"Point","coordinates":[-0.1112271,51.6001323]},"properties":{"@type":"node","@id":7632431984,"@timestamp":1597254866},"coords":"51.6001323,-0.1112271","bedrooms":"4","price":"237000","area":"467"} , +{"type":"Feature","id":"n7632439296","geometry":{"type":"Point","coordinates":[-0.1109445,51.5993607]},"properties":{"@type":"node","@id":7632439296,"@timestamp":1592483174},"coords":"51.5993607,-0.1109445","bedrooms":"2","price":"175000","area":"471"} , +{"type":"Feature","id":"n7632439307","geometry":{"type":"Point","coordinates":[-0.1098222,51.6004362]},"properties":{"@type":"node","@id":7632439307,"@timestamp":1592483174},"coords":"51.6004362,-0.1098222","bedrooms":"1","price":"189000","area":"384"} , +{"type":"Feature","id":"n7632508002","geometry":{"type":"Point","coordinates":[0.102572,51.3756384]},"properties":{"@type":"node","@id":7632508002,"@timestamp":1592484714},"coords":"51.3756384,0.102572","bedrooms":"1","price":"267000","area":"537"} , +{"type":"Feature","id":"n7632579765","geometry":{"type":"Point","coordinates":[-0.0485924,51.5285873]},"properties":{"@type":"node","@id":7632579765,"@timestamp":1592487240},"coords":"51.5285873,-0.0485924","bedrooms":"1","price":"174000","area":"394"} , +{"type":"Feature","id":"n7632688680","geometry":{"type":"Point","coordinates":[-0.0415139,51.6676487]},"properties":{"@type":"node","@id":7632688680,"@timestamp":1602834606},"coords":"51.6676487,-0.0415139","bedrooms":"2","price":"233000","area":"621"} , +{"type":"Feature","id":"n7632827162","geometry":{"type":"Point","coordinates":[0.0098541,51.4961275]},"properties":{"@type":"node","@id":7632827162,"@timestamp":1592493427},"coords":"51.4961275,0.0098541","bedrooms":"4","price":"254000","area":"631"} , +{"type":"Feature","id":"n7632827172","geometry":{"type":"Point","coordinates":[0.0063807,51.4978875]},"properties":{"@type":"node","@id":7632827172,"@timestamp":1592493427},"coords":"51.4978875,0.0063807","bedrooms":"0","price":"204000","area":"699"} , +{"type":"Feature","id":"n7632827184","geometry":{"type":"Point","coordinates":[0.0127026,51.4951607]},"properties":{"@type":"node","@id":7632827184,"@timestamp":1592493427},"coords":"51.4951607,0.0127026","bedrooms":"2","price":"258000","area":"539"} , +{"type":"Feature","id":"n7632834394","geometry":{"type":"Point","coordinates":[0.0128824,51.4949169]},"properties":{"@type":"node","@id":7632834394,"@timestamp":1592493427},"coords":"51.4949169,0.0128824","bedrooms":"3","price":"174000","area":"520"} , +{"type":"Feature","id":"n7632834404","geometry":{"type":"Point","coordinates":[0.0046346,51.4990631]},"properties":{"@type":"node","@id":7632834404,"@timestamp":1592493427},"coords":"51.4990631,0.0046346","bedrooms":"3","price":"267000","area":"591"} , +{"type":"Feature","id":"n7632834414","geometry":{"type":"Point","coordinates":[0.0039211,51.4990814]},"properties":{"@type":"node","@id":7632834414,"@timestamp":1592493427},"coords":"51.4990814,0.0039211","bedrooms":"4","price":"192000","area":"644"} , +{"type":"Feature","id":"n7632834424","geometry":{"type":"Point","coordinates":[0.0039894,51.4992947]},"properties":{"@type":"node","@id":7632834424,"@timestamp":1630199766},"coords":"51.4992947,0.0039894","bedrooms":"2","price":"248000","area":"631"} , +{"type":"Feature","id":"n7632834434","geometry":{"type":"Point","coordinates":[0.0027517,51.4994388]},"properties":{"@type":"node","@id":7632834434,"@timestamp":1592493427},"coords":"51.4994388,0.0027517","bedrooms":"0","price":"256000","area":"465"} , +{"type":"Feature","id":"n7632834444","geometry":{"type":"Point","coordinates":[0.0031239,51.4990681]},"properties":{"@type":"node","@id":7632834444,"@timestamp":1630199766},"coords":"51.4990681,0.0031239","bedrooms":"3","price":"288000","area":"651"} , +{"type":"Feature","id":"n7632834454","geometry":{"type":"Point","coordinates":[0.0034106,51.4988554]},"properties":{"@type":"node","@id":7632834454,"@timestamp":1630199766},"coords":"51.4988554,0.0034106","bedrooms":"0","price":"280000","area":"513"} , +{"type":"Feature","id":"n7632834464","geometry":{"type":"Point","coordinates":[0.0032851,51.4984497]},"properties":{"@type":"node","@id":7632834464,"@timestamp":1630199766},"coords":"51.4984497,0.0032851","bedrooms":"4","price":"281000","area":"547"} , +{"type":"Feature","id":"n7632834474","geometry":{"type":"Point","coordinates":[0.0032304,51.4982405]},"properties":{"@type":"node","@id":7632834474,"@timestamp":1630199766},"coords":"51.4982405,0.0032304","bedrooms":"4","price":"265000","area":"528"} , +{"type":"Feature","id":"n7633085641","geometry":{"type":"Point","coordinates":[-0.1453012,51.5505267]},"properties":{"@type":"node","@id":7633085641,"@timestamp":1628775229},"coords":"51.5505267,-0.1453012","bedrooms":"2","price":"247000","area":"688"} , +{"type":"Feature","id":"n7633230363","geometry":{"type":"Point","coordinates":[-0.1478649,51.3155663]},"properties":{"@type":"node","@id":7633230363,"@timestamp":1592506295},"coords":"51.3155663,-0.1478649","bedrooms":"4","price":"203000","area":"492"} , +{"type":"Feature","id":"n7633230374","geometry":{"type":"Point","coordinates":[-0.1553327,51.3153955]},"properties":{"@type":"node","@id":7633230374,"@timestamp":1592506295},"coords":"51.3153955,-0.1553327","bedrooms":"3","price":"295000","area":"618"} , +{"type":"Feature","id":"n7633232708","geometry":{"type":"Point","coordinates":[-0.1588177,51.3167287]},"properties":{"@type":"node","@id":7633232708,"@timestamp":1592506295},"coords":"51.3167287,-0.1588177","bedrooms":"0","price":"262000","area":"628"} , +{"type":"Feature","id":"n7633232741","geometry":{"type":"Point","coordinates":[-0.133244,51.3221541]},"properties":{"@type":"node","@id":7633232741,"@timestamp":1624098470},"coords":"51.3221541,-0.133244","bedrooms":"4","price":"298000","area":"540"} , +{"type":"Feature","id":"n7633351892","geometry":{"type":"Point","coordinates":[-0.253301,51.4705921]},"properties":{"@type":"node","@id":7633351892,"@timestamp":1608139144},"coords":"51.4705921,-0.253301","bedrooms":"4","price":"177000","area":"378"} , +{"type":"Feature","id":"n7633442861","geometry":{"type":"Point","coordinates":[-0.2933157,51.610595]},"properties":{"@type":"node","@id":7633442861,"@timestamp":1592514955},"coords":"51.610595,-0.2933157","bedrooms":"4","price":"298000","area":"439"} , +{"type":"Feature","id":"n7634042385","geometry":{"type":"Point","coordinates":[-0.1776857,51.4909387]},"properties":{"@type":"node","@id":7634042385,"@timestamp":1592541101},"coords":"51.4909387,-0.1776857","bedrooms":"4","price":"258000","area":"648"} , +{"type":"Feature","id":"n7634772922","geometry":{"type":"Point","coordinates":[-0.1319913,51.6425028]},"properties":{"@type":"node","@id":7634772922,"@timestamp":1592570250},"coords":"51.6425028,-0.1319913","bedrooms":"4","price":"167000","area":"447"} , +{"type":"Feature","id":"n7635590572","geometry":{"type":"Point","coordinates":[-0.4785376,51.6039636]},"properties":{"@type":"node","@id":7635590572,"@timestamp":1592574102},"coords":"51.6039636,-0.4785376","bedrooms":"3","price":"292000","area":"671"} , +{"type":"Feature","id":"n7636180240","geometry":{"type":"Point","coordinates":[-0.0836994,51.5162269]},"properties":{"@type":"node","@id":7636180240,"@timestamp":1624738534},"coords":"51.5162269,-0.0836994","bedrooms":"2","price":"224000","area":"432"} , +{"type":"Feature","id":"n7636228802","geometry":{"type":"Point","coordinates":[-0.1399773,51.6350262]},"properties":{"@type":"node","@id":7636228802,"@timestamp":1592592207},"coords":"51.6350262,-0.1399773","bedrooms":"1","price":"242000","area":"607"} , +{"type":"Feature","id":"n7636244314","geometry":{"type":"Point","coordinates":[-0.0884904,51.5183703]},"properties":{"@type":"node","@id":7636244314,"@timestamp":1629768991},"coords":"51.5183703,-0.0884904","bedrooms":"4","price":"167000","area":"477"} , +{"type":"Feature","id":"n7636565111","geometry":{"type":"Point","coordinates":[0.0463245,51.5090418]},"properties":{"@type":"node","@id":7636565111,"@timestamp":1592601025},"coords":"51.5090418,0.0463245","bedrooms":"0","price":"208000","area":"594"} , +{"type":"Feature","id":"n7636565121","geometry":{"type":"Point","coordinates":[0.0448922,51.5090736]},"properties":{"@type":"node","@id":7636565121,"@timestamp":1592601025},"coords":"51.5090736,0.0448922","bedrooms":"1","price":"199000","area":"628"} , +{"type":"Feature","id":"n7636573786","geometry":{"type":"Point","coordinates":[-0.1158138,51.0032448]},"properties":{"@type":"node","@id":7636573786,"@timestamp":1592601162},"coords":"51.0032448,-0.1158138","bedrooms":"1","price":"205000","area":"631"} , +{"type":"Feature","id":"n7636573796","geometry":{"type":"Point","coordinates":[-0.1158875,51.0015999]},"properties":{"@type":"node","@id":7636573796,"@timestamp":1592601162},"coords":"51.0015999,-0.1158875","bedrooms":"3","price":"155000","area":"485"} , +{"type":"Feature","id":"n7636573806","geometry":{"type":"Point","coordinates":[-0.1130725,51.0039368]},"properties":{"@type":"node","@id":7636573806,"@timestamp":1592601162},"coords":"51.0039368,-0.1130725","bedrooms":"1","price":"191000","area":"362"} , +{"type":"Feature","id":"n7636573816","geometry":{"type":"Point","coordinates":[-0.1172903,51.0025232]},"properties":{"@type":"node","@id":7636573816,"@timestamp":1592601162},"coords":"51.0025232,-0.1172903","bedrooms":"4","price":"290000","area":"539"} , +{"type":"Feature","id":"n7636573826","geometry":{"type":"Point","coordinates":[-0.1187401,51.0035427]},"properties":{"@type":"node","@id":7636573826,"@timestamp":1592601162},"coords":"51.0035427,-0.1187401","bedrooms":"1","price":"171000","area":"654"} , +{"type":"Feature","id":"n7636573836","geometry":{"type":"Point","coordinates":[-0.1175813,51.0050879]},"properties":{"@type":"node","@id":7636573836,"@timestamp":1592601162},"coords":"51.0050879,-0.1175813","bedrooms":"2","price":"230000","area":"502"} , +{"type":"Feature","id":"n7636573846","geometry":{"type":"Point","coordinates":[-0.1154503,51.0057149]},"properties":{"@type":"node","@id":7636573846,"@timestamp":1592601162},"coords":"51.0057149,-0.1154503","bedrooms":"4","price":"172000","area":"387"} , +{"type":"Feature","id":"n7636573856","geometry":{"type":"Point","coordinates":[-0.1138638,51.0057731]},"properties":{"@type":"node","@id":7636573856,"@timestamp":1592601162},"coords":"51.0057731,-0.1138638","bedrooms":"0","price":"208000","area":"590"} , +{"type":"Feature","id":"n7636573866","geometry":{"type":"Point","coordinates":[-0.1170369,51.0083241]},"properties":{"@type":"node","@id":7636573866,"@timestamp":1592601162},"coords":"51.0083241,-0.1170369","bedrooms":"4","price":"158000","area":"621"} , +{"type":"Feature","id":"n7636573876","geometry":{"type":"Point","coordinates":[-0.1160498,51.0076389]},"properties":{"@type":"node","@id":7636573876,"@timestamp":1592601162},"coords":"51.0076389,-0.1160498","bedrooms":"4","price":"150000","area":"500"} , +{"type":"Feature","id":"n7636573886","geometry":{"type":"Point","coordinates":[-0.1189489,51.0053092]},"properties":{"@type":"node","@id":7636573886,"@timestamp":1592601162},"coords":"51.0053092,-0.1189489","bedrooms":"2","price":"162000","area":"648"} , +{"type":"Feature","id":"n7636573898","geometry":{"type":"Point","coordinates":[-0.1201254,51.0054043]},"properties":{"@type":"node","@id":7636573898,"@timestamp":1592601162},"coords":"51.0054043,-0.1201254","bedrooms":"2","price":"253000","area":"657"} , +{"type":"Feature","id":"n7636573908","geometry":{"type":"Point","coordinates":[-0.1199377,51.0067317]},"properties":{"@type":"node","@id":7636573908,"@timestamp":1592601162},"coords":"51.0067317,-0.1199377","bedrooms":"3","price":"279000","area":"653"} , +{"type":"Feature","id":"n7636573918","geometry":{"type":"Point","coordinates":[-0.1269114,51.0061959]},"properties":{"@type":"node","@id":7636573918,"@timestamp":1601048471},"coords":"51.0061959,-0.1269114","bedrooms":"0","price":"277000","area":"614"} , +{"type":"Feature","id":"n7636716545","geometry":{"type":"Point","coordinates":[-0.136088,51.6381757]},"properties":{"@type":"node","@id":7636716545,"@timestamp":1592603316},"coords":"51.6381757,-0.136088","bedrooms":"1","price":"170000","area":"594"} , +{"type":"Feature","id":"n7636835748","geometry":{"type":"Point","coordinates":[-0.1326703,51.5677854]},"properties":{"@type":"node","@id":7636835748,"@timestamp":1592610152},"coords":"51.5677854,-0.1326703","bedrooms":"3","price":"262000","area":"434"} , +{"type":"Feature","id":"n7636855992","geometry":{"type":"Point","coordinates":[-0.1326881,51.5682084]},"properties":{"@type":"node","@id":7636855992,"@timestamp":1592610152},"coords":"51.5682084,-0.1326881","bedrooms":"1","price":"194000","area":"629"} , +{"type":"Feature","id":"n7636886379","geometry":{"type":"Point","coordinates":[-0.0920629,51.5667018]},"properties":{"@type":"node","@id":7636886379,"@timestamp":1617806221},"coords":"51.5667018,-0.0920629","bedrooms":"3","price":"295000","area":"510"} , +{"type":"Feature","id":"n7636970935","geometry":{"type":"Point","coordinates":[-0.1687674,51.629567]},"properties":{"@type":"node","@id":7636970935,"@timestamp":1592618203},"coords":"51.629567,-0.1687674","bedrooms":"1","price":"299000","area":"650"} , +{"type":"Feature","id":"n7637550210","geometry":{"type":"Point","coordinates":[-0.2780465,51.2912388]},"properties":{"@type":"node","@id":7637550210,"@timestamp":1592642857},"coords":"51.2912388,-0.2780465","bedrooms":"0","price":"159000","area":"443"} , +{"type":"Feature","id":"n7637680077","geometry":{"type":"Point","coordinates":[-0.1152643,51.6118019]},"properties":{"@type":"node","@id":7637680077,"@timestamp":1592647394},"coords":"51.6118019,-0.1152643","bedrooms":"2","price":"191000","area":"375"} , +{"type":"Feature","id":"n7637740205","geometry":{"type":"Point","coordinates":[-0.129576,51.4598671]},"properties":{"@type":"node","@id":7637740205,"@timestamp":1619138490},"coords":"51.4598671,-0.129576","bedrooms":"1","price":"226000","area":"534"} , +{"type":"Feature","id":"n7637887692","geometry":{"type":"Point","coordinates":[0.0388063,51.192159]},"properties":{"@type":"node","@id":7637887692,"@timestamp":1592653839},"coords":"51.192159,0.0388063","bedrooms":"3","price":"174000","area":"521"} , +{"type":"Feature","id":"n7637935005","geometry":{"type":"Point","coordinates":[0.0183441,51.4146454]},"properties":{"@type":"node","@id":7637935005,"@timestamp":1592655305},"coords":"51.4146454,0.0183441","bedrooms":"1","price":"202000","area":"439"} , +{"type":"Feature","id":"n7637935049","geometry":{"type":"Point","coordinates":[0.0185863,51.4147003]},"properties":{"@type":"node","@id":7637935049,"@timestamp":1592655305},"coords":"51.4147003,0.0185863","bedrooms":"4","price":"191000","area":"584"} , +{"type":"Feature","id":"n7638015455","geometry":{"type":"Point","coordinates":[-0.0505865,51.5144723]},"properties":{"@type":"node","@id":7638015455,"@timestamp":1592659010},"coords":"51.5144723,-0.0505865","bedrooms":"0","price":"297000","area":"550"} , +{"type":"Feature","id":"n7638027870","geometry":{"type":"Point","coordinates":[-0.2457548,51.6161459]},"properties":{"@type":"node","@id":7638027870,"@timestamp":1592661821},"coords":"51.6161459,-0.2457548","bedrooms":"0","price":"205000","area":"519"} , +{"type":"Feature","id":"n7638028832","geometry":{"type":"Point","coordinates":[-0.0510639,51.5136817]},"properties":{"@type":"node","@id":7638028832,"@timestamp":1592659010},"coords":"51.5136817,-0.0510639","bedrooms":"3","price":"155000","area":"662"} , +{"type":"Feature","id":"n7638060857","geometry":{"type":"Point","coordinates":[-0.0274155,51.4716718]},"properties":{"@type":"node","@id":7638060857,"@timestamp":1592660733},"coords":"51.4716718,-0.0274155","bedrooms":"1","price":"240000","area":"398"} , +{"type":"Feature","id":"n7638164252","geometry":{"type":"Point","coordinates":[-0.1371857,51.5775209]},"properties":{"@type":"node","@id":7638164252,"@timestamp":1592666866},"coords":"51.5775209,-0.1371857","bedrooms":"3","price":"277000","area":"414"} , +{"type":"Feature","id":"n7638250082","geometry":{"type":"Point","coordinates":[-0.1050279,51.0058672]},"properties":{"@type":"node","@id":7638250082,"@timestamp":1592668301},"coords":"51.0058672,-0.1050279","bedrooms":"1","price":"294000","area":"465"} , +{"type":"Feature","id":"n7638296391","geometry":{"type":"Point","coordinates":[-0.1065883,51.0060178]},"properties":{"@type":"node","@id":7638296391,"@timestamp":1592668301},"coords":"51.0060178,-0.1065883","bedrooms":"0","price":"249000","area":"682"} , +{"type":"Feature","id":"n7638296401","geometry":{"type":"Point","coordinates":[-0.1101717,51.0063866]},"properties":{"@type":"node","@id":7638296401,"@timestamp":1592668301},"coords":"51.0063866,-0.1101717","bedrooms":"2","price":"185000","area":"520"} , +{"type":"Feature","id":"n7638296411","geometry":{"type":"Point","coordinates":[-0.1113653,51.0074887]},"properties":{"@type":"node","@id":7638296411,"@timestamp":1592668301},"coords":"51.0074887,-0.1113653","bedrooms":"0","price":"165000","area":"608"} , +{"type":"Feature","id":"n7638296421","geometry":{"type":"Point","coordinates":[-0.1075029,51.0057714]},"properties":{"@type":"node","@id":7638296421,"@timestamp":1592668301},"coords":"51.0057714,-0.1075029","bedrooms":"3","price":"229000","area":"641"} , +{"type":"Feature","id":"n7638296431","geometry":{"type":"Point","coordinates":[-0.1200718,50.9988266]},"properties":{"@type":"node","@id":7638296431,"@timestamp":1592668301},"coords":"50.9988266,-0.1200718","bedrooms":"0","price":"279000","area":"596"} , +{"type":"Feature","id":"n7638296441","geometry":{"type":"Point","coordinates":[-0.119715,50.9993068]},"properties":{"@type":"node","@id":7638296441,"@timestamp":1592668301},"coords":"50.9993068,-0.119715","bedrooms":"0","price":"240000","area":"427"} , +{"type":"Feature","id":"n7638296451","geometry":{"type":"Point","coordinates":[-0.1163207,50.9995913]},"properties":{"@type":"node","@id":7638296451,"@timestamp":1592668301},"coords":"50.9995913,-0.1163207","bedrooms":"4","price":"171000","area":"617"} , +{"type":"Feature","id":"n7638296461","geometry":{"type":"Point","coordinates":[-0.1080957,51.0003508]},"properties":{"@type":"node","@id":7638296461,"@timestamp":1592668301},"coords":"51.0003508,-0.1080957","bedrooms":"3","price":"231000","area":"630"} , +{"type":"Feature","id":"n7638296471","geometry":{"type":"Point","coordinates":[-0.107224,51.0026743]},"properties":{"@type":"node","@id":7638296471,"@timestamp":1592668301},"coords":"51.0026743,-0.107224","bedrooms":"0","price":"219000","area":"397"} , +{"type":"Feature","id":"n7638296481","geometry":{"type":"Point","coordinates":[-0.1071871,51.0040853]},"properties":{"@type":"node","@id":7638296481,"@timestamp":1592668301},"coords":"51.0040853,-0.1071871","bedrooms":"3","price":"201000","area":"683"} , +{"type":"Feature","id":"n7638296491","geometry":{"type":"Point","coordinates":[-0.1094972,51.0021941]},"properties":{"@type":"node","@id":7638296491,"@timestamp":1592668301},"coords":"51.0021941,-0.1094972","bedrooms":"4","price":"195000","area":"519"} , +{"type":"Feature","id":"n7638296501","geometry":{"type":"Point","coordinates":[-0.1086281,51.0001787]},"properties":{"@type":"node","@id":7638296501,"@timestamp":1592668301},"coords":"51.0001787,-0.1086281","bedrooms":"0","price":"177000","area":"619"} , +{"type":"Feature","id":"n7638296511","geometry":{"type":"Point","coordinates":[-0.1093295,50.999468]},"properties":{"@type":"node","@id":7638296511,"@timestamp":1592668301},"coords":"50.999468,-0.1093295","bedrooms":"4","price":"278000","area":"382"} , +{"type":"Feature","id":"n7638296521","geometry":{"type":"Point","coordinates":[-0.1113385,51.0005939]},"properties":{"@type":"node","@id":7638296521,"@timestamp":1592668301},"coords":"51.0005939,-0.1113385","bedrooms":"4","price":"171000","area":"431"} , +{"type":"Feature","id":"n7638296531","geometry":{"type":"Point","coordinates":[-0.1098821,51.0024675]},"properties":{"@type":"node","@id":7638296531,"@timestamp":1592668301},"coords":"51.0024675,-0.1098821","bedrooms":"1","price":"283000","area":"583"} , +{"type":"Feature","id":"n7638296541","geometry":{"type":"Point","coordinates":[-0.1115692,51.0017991]},"properties":{"@type":"node","@id":7638296541,"@timestamp":1592668301},"coords":"51.0017991,-0.1115692","bedrooms":"2","price":"202000","area":"631"} , +{"type":"Feature","id":"n7638296551","geometry":{"type":"Point","coordinates":[-0.1134253,51.0001525]},"properties":{"@type":"node","@id":7638296551,"@timestamp":1592668301},"coords":"51.0001525,-0.1134253","bedrooms":"2","price":"185000","area":"621"} , +{"type":"Feature","id":"n7638296561","geometry":{"type":"Point","coordinates":[-0.1130337,51.0012944]},"properties":{"@type":"node","@id":7638296561,"@timestamp":1592668301},"coords":"51.0012944,-0.1130337","bedrooms":"2","price":"236000","area":"491"} , +{"type":"Feature","id":"n7638296571","geometry":{"type":"Point","coordinates":[-0.1135889,51.0027713]},"properties":{"@type":"node","@id":7638296571,"@timestamp":1592668301},"coords":"51.0027713,-0.1135889","bedrooms":"4","price":"175000","area":"405"} , +{"type":"Feature","id":"n7638296581","geometry":{"type":"Point","coordinates":[-0.1106921,51.0040153]},"properties":{"@type":"node","@id":7638296581,"@timestamp":1592668301},"coords":"51.0040153,-0.1106921","bedrooms":"0","price":"227000","area":"477"} , +{"type":"Feature","id":"n7638296998","geometry":{"type":"Point","coordinates":[-0.3246674,51.54487]},"properties":{"@type":"node","@id":7638296998,"@timestamp":1617725884},"coords":"51.54487,-0.3246674","bedrooms":"2","price":"195000","area":"640"} , +{"type":"Feature","id":"n7638402867","geometry":{"type":"Point","coordinates":[-0.1527751,51.0346701]},"properties":{"@type":"node","@id":7638402867,"@timestamp":1592674050},"coords":"51.0346701,-0.1527751","bedrooms":"2","price":"163000","area":"688"} , +{"type":"Feature","id":"n7638402877","geometry":{"type":"Point","coordinates":[-0.142105,51.0372271]},"properties":{"@type":"node","@id":7638402877,"@timestamp":1592674050},"coords":"51.0372271,-0.142105","bedrooms":"1","price":"212000","area":"559"} , +{"type":"Feature","id":"n7638436206","geometry":{"type":"Point","coordinates":[-0.161352,51.4754047]},"properties":{"@type":"node","@id":7638436206,"@timestamp":1630698450},"coords":"51.4754047,-0.161352","bedrooms":"4","price":"211000","area":"545"} , +{"type":"Feature","id":"n7638445786","geometry":{"type":"Point","coordinates":[-0.1468019,51.0270029]},"properties":{"@type":"node","@id":7638445786,"@timestamp":1592674050},"coords":"51.0270029,-0.1468019","bedrooms":"0","price":"215000","area":"661"} , +{"type":"Feature","id":"n7638454888","geometry":{"type":"Point","coordinates":[-0.1572465,51.4768734]},"properties":{"@type":"node","@id":7638454888,"@timestamp":1600966958},"coords":"51.4768734,-0.1572465","bedrooms":"3","price":"198000","area":"595"} , +{"type":"Feature","id":"n7638674422","geometry":{"type":"Point","coordinates":[-0.3779254,51.472749]},"properties":{"@type":"node","@id":7638674422,"@timestamp":1592682871},"coords":"51.472749,-0.3779254","bedrooms":"4","price":"266000","area":"394"} , +{"type":"Feature","id":"n7638793772","geometry":{"type":"Point","coordinates":[-0.1318932,51.3998209]},"properties":{"@type":"node","@id":7638793772,"@timestamp":1625706387},"coords":"51.3998209,-0.1318932","bedrooms":"1","price":"264000","area":"502"} , +{"type":"Feature","id":"n7638845411","geometry":{"type":"Point","coordinates":[-0.1341668,51.3976293]},"properties":{"@type":"node","@id":7638845411,"@timestamp":1592690297},"coords":"51.3976293,-0.1341668","bedrooms":"2","price":"172000","area":"635"} , +{"type":"Feature","id":"n7638864488","geometry":{"type":"Point","coordinates":[-0.133397,51.399511]},"properties":{"@type":"node","@id":7638864488,"@timestamp":1592691945},"coords":"51.399511,-0.133397","bedrooms":"2","price":"235000","area":"470"} , +{"type":"Feature","id":"n7639593340","geometry":{"type":"Point","coordinates":[-0.1888374,51.4996707]},"properties":{"@type":"node","@id":7639593340,"@timestamp":1592714921},"coords":"51.4996707,-0.1888374","bedrooms":"0","price":"164000","area":"421"} , +{"type":"Feature","id":"n7639593352","geometry":{"type":"Point","coordinates":[-0.1891845,51.499852]},"properties":{"@type":"node","@id":7639593352,"@timestamp":1592714921},"coords":"51.499852,-0.1891845","bedrooms":"2","price":"246000","area":"462"} , +{"type":"Feature","id":"n7639892467","geometry":{"type":"Point","coordinates":[0.0379829,51.6321941]},"properties":{"@type":"node","@id":7639892467,"@timestamp":1592733801},"coords":"51.6321941,0.0379829","bedrooms":"4","price":"290000","area":"477"} , +{"type":"Feature","id":"n7639961331","geometry":{"type":"Point","coordinates":[0.0566043,51.6320734]},"properties":{"@type":"node","@id":7639961331,"@timestamp":1617876669},"coords":"51.6320734,0.0566043","bedrooms":"0","price":"191000","area":"590"} , +{"type":"Feature","id":"n7640023092","geometry":{"type":"Point","coordinates":[0.0762216,51.6209376]},"properties":{"@type":"node","@id":7640023092,"@timestamp":1592736695},"coords":"51.6209376,0.0762216","bedrooms":"1","price":"206000","area":"617"} , +{"type":"Feature","id":"n7640041034","geometry":{"type":"Point","coordinates":[-0.2139853,51.3894395]},"properties":{"@type":"node","@id":7640041034,"@timestamp":1592737606},"coords":"51.3894395,-0.2139853","bedrooms":"0","price":"174000","area":"383"} , +{"type":"Feature","id":"n7640067112","geometry":{"type":"Point","coordinates":[0.3265569,51.4745844]},"properties":{"@type":"node","@id":7640067112,"@timestamp":1592739336},"coords":"51.4745844,0.3265569","bedrooms":"1","price":"278000","area":"568"} , +{"type":"Feature","id":"n7640130667","geometry":{"type":"Point","coordinates":[-0.1027396,51.8011265]},"properties":{"@type":"node","@id":7640130667,"@timestamp":1592743949},"coords":"51.8011265,-0.1027396","bedrooms":"0","price":"165000","area":"373"} , +{"type":"Feature","id":"n7640193606","geometry":{"type":"Point","coordinates":[-0.2182473,51.3900864]},"properties":{"@type":"node","@id":7640193606,"@timestamp":1592744466},"coords":"51.3900864,-0.2182473","bedrooms":"3","price":"220000","area":"509"} , +{"type":"Feature","id":"n7640195763","geometry":{"type":"Point","coordinates":[-0.2137452,51.3878309]},"properties":{"@type":"node","@id":7640195763,"@timestamp":1592744466},"coords":"51.3878309,-0.2137452","bedrooms":"2","price":"159000","area":"386"} , +{"type":"Feature","id":"n7640215311","geometry":{"type":"Point","coordinates":[-0.0510945,51.5144948]},"properties":{"@type":"node","@id":7640215311,"@timestamp":1592745416},"coords":"51.5144948,-0.0510945","bedrooms":"3","price":"288000","area":"592"} , +{"type":"Feature","id":"n7640325739","geometry":{"type":"Point","coordinates":[-0.2438388,51.585111]},"properties":{"@type":"node","@id":7640325739,"@timestamp":1592752432},"coords":"51.585111,-0.2438388","bedrooms":"3","price":"233000","area":"563"} , +{"type":"Feature","id":"n7640367237","geometry":{"type":"Point","coordinates":[-0.2806107,51.4814075]},"properties":{"@type":"node","@id":7640367237,"@timestamp":1592752209},"coords":"51.4814075,-0.2806107","bedrooms":"0","price":"186000","area":"472"} , +{"type":"Feature","id":"n7640494493","geometry":{"type":"Point","coordinates":[0.0237882,51.1425057]},"properties":{"@type":"node","@id":7640494493,"@timestamp":1592757012},"coords":"51.1425057,0.0237882","bedrooms":"2","price":"243000","area":"625"} , +{"type":"Feature","id":"n7640599668","geometry":{"type":"Point","coordinates":[-0.7882269,51.3779223]},"properties":{"@type":"node","@id":7640599668,"@timestamp":1592760925},"coords":"51.3779223,-0.7882269","bedrooms":"4","price":"191000","area":"351"} , +{"type":"Feature","id":"n7640849433","geometry":{"type":"Point","coordinates":[-0.0901628,50.9630179]},"properties":{"@type":"node","@id":7640849433,"@timestamp":1592769228},"coords":"50.9630179,-0.0901628","bedrooms":"0","price":"260000","area":"605"} , +{"type":"Feature","id":"n7640849481","geometry":{"type":"Point","coordinates":[-0.0901423,50.9645293]},"properties":{"@type":"node","@id":7640849481,"@timestamp":1592769228},"coords":"50.9645293,-0.0901423","bedrooms":"2","price":"281000","area":"452"} , +{"type":"Feature","id":"n7640849537","geometry":{"type":"Point","coordinates":[-0.0847249,50.9633983]},"properties":{"@type":"node","@id":7640849537,"@timestamp":1592769228},"coords":"50.9633983,-0.0847249","bedrooms":"3","price":"223000","area":"426"} , +{"type":"Feature","id":"n7641085679","geometry":{"type":"Point","coordinates":[-0.106536,51.0120427]},"properties":{"@type":"node","@id":7641085679,"@timestamp":1592776987},"coords":"51.0120427,-0.106536","bedrooms":"2","price":"256000","area":"529"} , +{"type":"Feature","id":"n7641095286","geometry":{"type":"Point","coordinates":[-0.1747272,51.5001326]},"properties":{"@type":"node","@id":7641095286,"@timestamp":1593108098},"coords":"51.5001326,-0.1747272","bedrooms":"2","price":"207000","area":"438"} , +{"type":"Feature","id":"n7641111254","geometry":{"type":"Point","coordinates":[-1.0629163,51.4478827]},"properties":{"@type":"node","@id":7641111254,"@timestamp":1592776964},"coords":"51.4478827,-1.0629163","bedrooms":"4","price":"179000","area":"528"} , +{"type":"Feature","id":"n7641124494","geometry":{"type":"Point","coordinates":[-0.1055449,51.0142837]},"properties":{"@type":"node","@id":7641124494,"@timestamp":1592776987},"coords":"51.0142837,-0.1055449","bedrooms":"0","price":"282000","area":"492"} , +{"type":"Feature","id":"n7641124504","geometry":{"type":"Point","coordinates":[-0.1084739,51.0157425]},"properties":{"@type":"node","@id":7641124504,"@timestamp":1592776987},"coords":"51.0157425,-0.1084739","bedrooms":"1","price":"291000","area":"674"} , +{"type":"Feature","id":"n7641124514","geometry":{"type":"Point","coordinates":[-0.1075915,51.0144685]},"properties":{"@type":"node","@id":7641124514,"@timestamp":1592776987},"coords":"51.0144685,-0.1075915","bedrooms":"0","price":"206000","area":"612"} , +{"type":"Feature","id":"n7641124524","geometry":{"type":"Point","coordinates":[-0.1150654,51.0151535]},"properties":{"@type":"node","@id":7641124524,"@timestamp":1592776987},"coords":"51.0151535,-0.1150654","bedrooms":"4","price":"174000","area":"639"} , +{"type":"Feature","id":"n7641124534","geometry":{"type":"Point","coordinates":[-0.1145333,51.0135686]},"properties":{"@type":"node","@id":7641124534,"@timestamp":1609372905},"coords":"51.0135686,-0.1145333","bedrooms":"0","price":"206000","area":"545"} , +{"type":"Feature","id":"n7641124544","geometry":{"type":"Point","coordinates":[-0.1130933,51.0139957]},"properties":{"@type":"node","@id":7641124544,"@timestamp":1609372491},"coords":"51.0139957,-0.1130933","bedrooms":"1","price":"210000","area":"666"} , +{"type":"Feature","id":"n7641124603","geometry":{"type":"Point","coordinates":[-0.1102522,51.0146321]},"properties":{"@type":"node","@id":7641124603,"@timestamp":1592776987},"coords":"51.0146321,-0.1102522","bedrooms":"4","price":"187000","area":"421"} , +{"type":"Feature","id":"n7641124613","geometry":{"type":"Point","coordinates":[-0.1067922,51.0126983]},"properties":{"@type":"node","@id":7641124613,"@timestamp":1592776987},"coords":"51.0126983,-0.1067922","bedrooms":"4","price":"236000","area":"609"} , +{"type":"Feature","id":"n7641124623","geometry":{"type":"Point","coordinates":[-0.1048596,51.0096885]},"properties":{"@type":"node","@id":7641124623,"@timestamp":1592776987},"coords":"51.0096885,-0.1048596","bedrooms":"1","price":"263000","area":"665"} , +{"type":"Feature","id":"n7641124633","geometry":{"type":"Point","coordinates":[-0.1055677,51.008735]},"properties":{"@type":"node","@id":7641124633,"@timestamp":1592776987},"coords":"51.008735,-0.1055677","bedrooms":"0","price":"204000","area":"588"} , +{"type":"Feature","id":"n7641124643","geometry":{"type":"Point","coordinates":[-0.1082171,51.0065676]},"properties":{"@type":"node","@id":7641124643,"@timestamp":1592776987},"coords":"51.0065676,-0.1082171","bedrooms":"3","price":"191000","area":"520"} , +{"type":"Feature","id":"n7641162895","geometry":{"type":"Point","coordinates":[-0.1039517,51.4936086]},"properties":{"@type":"node","@id":7641162895,"@timestamp":1592780092},"coords":"51.4936086,-0.1039517","bedrooms":"0","price":"219000","area":"434"} , +{"type":"Feature","id":"n7641177806","geometry":{"type":"Point","coordinates":[-0.2122971,51.3852615]},"properties":{"@type":"node","@id":7641177806,"@timestamp":1592780253},"coords":"51.3852615,-0.2122971","bedrooms":"3","price":"168000","area":"590"} , +{"type":"Feature","id":"n7641662912","geometry":{"type":"Point","coordinates":[-0.9562783,51.9445358]},"properties":{"@type":"node","@id":7641662912,"@timestamp":1592789703},"coords":"51.9445358,-0.9562783","bedrooms":"2","price":"272000","area":"517"} , +{"type":"Feature","id":"n7641699779","geometry":{"type":"Point","coordinates":[-0.3529708,51.4445078]},"properties":{"@type":"node","@id":7641699779,"@timestamp":1592791541},"coords":"51.4445078,-0.3529708","bedrooms":"1","price":"247000","area":"621"} , +{"type":"Feature","id":"n7641891812","geometry":{"type":"Point","coordinates":[-0.3451484,51.4748497]},"properties":{"@type":"node","@id":7641891812,"@timestamp":1592798825},"coords":"51.4748497,-0.3451484","bedrooms":"1","price":"177000","area":"562"} , +{"type":"Feature","id":"n7641911836","geometry":{"type":"Point","coordinates":[-0.1881151,51.4999336]},"properties":{"@type":"node","@id":7641911836,"@timestamp":1592799877},"coords":"51.4999336,-0.1881151","bedrooms":"2","price":"192000","area":"693"} , +{"type":"Feature","id":"n7642850099","geometry":{"type":"Point","coordinates":[0.5189729,51.7488282]},"properties":{"@type":"node","@id":7642850099,"@timestamp":1592817799},"coords":"51.7488282,0.5189729","bedrooms":"3","price":"167000","area":"692"} , +{"type":"Feature","id":"n7642995083","geometry":{"type":"Point","coordinates":[-0.8789087,51.4804985]},"properties":{"@type":"node","@id":7642995083,"@timestamp":1592820755},"coords":"51.4804985,-0.8789087","bedrooms":"4","price":"182000","area":"487"} , +{"type":"Feature","id":"n7643302712","geometry":{"type":"Point","coordinates":[-0.3324362,51.5857004]},"properties":{"@type":"node","@id":7643302712,"@timestamp":1592826631},"coords":"51.5857004,-0.3324362","bedrooms":"2","price":"250000","area":"687"} , +{"type":"Feature","id":"n7643512438","geometry":{"type":"Point","coordinates":[-0.2476706,51.5618181]},"properties":{"@type":"node","@id":7643512438,"@timestamp":1592831791},"coords":"51.5618181,-0.2476706","bedrooms":"4","price":"192000","area":"671"} , +{"type":"Feature","id":"n7643512452","geometry":{"type":"Point","coordinates":[-0.2496408,51.5631463]},"properties":{"@type":"node","@id":7643512452,"@timestamp":1592831791},"coords":"51.5631463,-0.2496408","bedrooms":"4","price":"180000","area":"611"} , +{"type":"Feature","id":"n7643512462","geometry":{"type":"Point","coordinates":[-0.248521,51.5618323]},"properties":{"@type":"node","@id":7643512462,"@timestamp":1592831791},"coords":"51.5618323,-0.248521","bedrooms":"2","price":"279000","area":"557"} , +{"type":"Feature","id":"n7643594078","geometry":{"type":"Point","coordinates":[-0.1899488,51.3601594]},"properties":{"@type":"node","@id":7643594078,"@timestamp":1627382124},"coords":"51.3601594,-0.1899488","bedrooms":"4","price":"163000","area":"466"} , +{"type":"Feature","id":"n7643636828","geometry":{"type":"Point","coordinates":[0.5231721,51.3824726]},"properties":{"@type":"node","@id":7643636828,"@timestamp":1592834205},"coords":"51.3824726,0.5231721","bedrooms":"1","price":"209000","area":"506"} , +{"type":"Feature","id":"n7643651226","geometry":{"type":"Point","coordinates":[-0.1746445,51.4577439]},"properties":{"@type":"node","@id":7643651226,"@timestamp":1592835931},"coords":"51.4577439,-0.1746445","bedrooms":"4","price":"152000","area":"379"} , +{"type":"Feature","id":"n7643869870","geometry":{"type":"Point","coordinates":[-0.2349355,51.5674172]},"properties":{"@type":"node","@id":7643869870,"@timestamp":1592839555},"coords":"51.5674172,-0.2349355","bedrooms":"2","price":"197000","area":"628"} , +{"type":"Feature","id":"n7643916499","geometry":{"type":"Point","coordinates":[-0.0540309,51.3559173]},"properties":{"@type":"node","@id":7643916499,"@timestamp":1592841028},"coords":"51.3559173,-0.0540309","bedrooms":"1","price":"151000","area":"451"} , +{"type":"Feature","id":"n7644040345","geometry":{"type":"Point","coordinates":[-0.0560355,51.3560432]},"properties":{"@type":"node","@id":7644040345,"@timestamp":1592845872},"coords":"51.3560432,-0.0560355","bedrooms":"2","price":"194000","area":"451"} , +{"type":"Feature","id":"n7644166107","geometry":{"type":"Point","coordinates":[0.1594006,51.0469101]},"properties":{"@type":"node","@id":7644166107,"@timestamp":1592848866},"coords":"51.0469101,0.1594006","bedrooms":"2","price":"278000","area":"607"} , +{"type":"Feature","id":"n7644366370","geometry":{"type":"Point","coordinates":[-0.4649887,51.4299149]},"properties":{"@type":"node","@id":7644366370,"@timestamp":1593110067},"coords":"51.4299149,-0.4649887","bedrooms":"1","price":"233000","area":"584"} , +{"type":"Feature","id":"n7644662538","geometry":{"type":"Point","coordinates":[-1.025979,51.4459594]},"properties":{"@type":"node","@id":7644662538,"@timestamp":1592868382},"coords":"51.4459594,-1.025979","bedrooms":"4","price":"290000","area":"412"} , +{"type":"Feature","id":"n7644671362","geometry":{"type":"Point","coordinates":[-0.172138,51.5489096]},"properties":{"@type":"node","@id":7644671362,"@timestamp":1592867683},"coords":"51.5489096,-0.172138","bedrooms":"1","price":"282000","area":"532"} , +{"type":"Feature","id":"n7644681010","geometry":{"type":"Point","coordinates":[-0.2124296,51.384777]},"properties":{"@type":"node","@id":7644681010,"@timestamp":1592867378},"coords":"51.384777,-0.2124296","bedrooms":"3","price":"265000","area":"457"} , +{"type":"Feature","id":"n7644689591","geometry":{"type":"Point","coordinates":[-0.2115348,51.3853922]},"properties":{"@type":"node","@id":7644689591,"@timestamp":1592867378},"coords":"51.3853922,-0.2115348","bedrooms":"2","price":"268000","area":"472"} , +{"type":"Feature","id":"n7644727417","geometry":{"type":"Point","coordinates":[-0.0471254,51.6571759]},"properties":{"@type":"node","@id":7644727417,"@timestamp":1609537884},"coords":"51.6571759,-0.0471254","bedrooms":"3","price":"172000","area":"497"} , +{"type":"Feature","id":"n7644750319","geometry":{"type":"Point","coordinates":[-0.1092249,51.596791]},"properties":{"@type":"node","@id":7644750319,"@timestamp":1592871514},"coords":"51.596791,-0.1092249","bedrooms":"0","price":"250000","area":"578"} , +{"type":"Feature","id":"n7644751450","geometry":{"type":"Point","coordinates":[-0.486939,50.973084]},"properties":{"@type":"node","@id":7644751450,"@timestamp":1592871758},"coords":"50.973084,-0.486939","bedrooms":"3","price":"222000","area":"441"} , +{"type":"Feature","id":"n7644889115","geometry":{"type":"Point","coordinates":[-0.3427894,51.4472393]},"properties":{"@type":"node","@id":7644889115,"@timestamp":1601034263},"coords":"51.4472393,-0.3427894","bedrooms":"0","price":"220000","area":"573"} , +{"type":"Feature","id":"n7645554010","geometry":{"type":"Point","coordinates":[-0.3338751,51.1150787]},"properties":{"@type":"node","@id":7645554010,"@timestamp":1592899321},"coords":"51.1150787,-0.3338751","bedrooms":"4","price":"195000","area":"385"} , +{"type":"Feature","id":"n7645866076","geometry":{"type":"Point","coordinates":[0.00495,51.5098597]},"properties":{"@type":"node","@id":7645866076,"@timestamp":1592906034},"coords":"51.5098597,0.00495","bedrooms":"0","price":"294000","area":"443"} , +{"type":"Feature","id":"n7645956984","geometry":{"type":"Point","coordinates":[0.0067124,51.542332]},"properties":{"@type":"node","@id":7645956984,"@timestamp":1630005544},"coords":"51.542332,0.0067124","bedrooms":"4","price":"167000","area":"406"} , +{"type":"Feature","id":"n7645965512","geometry":{"type":"Point","coordinates":[0.0058358,51.5422884]},"properties":{"@type":"node","@id":7645965512,"@timestamp":1627990976},"coords":"51.5422884,0.0058358","bedrooms":"4","price":"193000","area":"510"} , +{"type":"Feature","id":"n7646215712","geometry":{"type":"Point","coordinates":[-0.2402294,51.554054]},"properties":{"@type":"node","@id":7646215712,"@timestamp":1592913171},"coords":"51.554054,-0.2402294","bedrooms":"0","price":"258000","area":"660"} , +{"type":"Feature","id":"n7646257172","geometry":{"type":"Point","coordinates":[-0.0558777,51.558602]},"properties":{"@type":"node","@id":7646257172,"@timestamp":1592914033},"coords":"51.558602,-0.0558777","bedrooms":"2","price":"279000","area":"570"} , +{"type":"Feature","id":"n7646503931","geometry":{"type":"Point","coordinates":[-0.3326788,51.4986009]},"properties":{"@type":"node","@id":7646503931,"@timestamp":1622359077},"coords":"51.4986009,-0.3326788","bedrooms":"4","price":"210000","area":"352"} , +{"type":"Feature","id":"n7646572012","geometry":{"type":"Point","coordinates":[0.1682435,51.9792741]},"properties":{"@type":"node","@id":7646572012,"@timestamp":1592922699},"coords":"51.9792741,0.1682435","bedrooms":"2","price":"298000","area":"591"} , +{"type":"Feature","id":"n7646870939","geometry":{"type":"Point","coordinates":[0.0040908,51.5513773]},"properties":{"@type":"node","@id":7646870939,"@timestamp":1618500330},"coords":"51.5513773,0.0040908","bedrooms":"0","price":"291000","area":"368"} , +{"type":"Feature","id":"n7646870970","geometry":{"type":"Point","coordinates":[0.004637,51.5517779]},"properties":{"@type":"node","@id":7646870970,"@timestamp":1593175647},"coords":"51.5517779,0.004637","bedrooms":"3","price":"227000","area":"413"} , +{"type":"Feature","id":"n7647001247","geometry":{"type":"Point","coordinates":[-0.1669281,51.5931773]},"properties":{"@type":"node","@id":7647001247,"@timestamp":1592926523},"coords":"51.5931773,-0.1669281","bedrooms":"2","price":"232000","area":"402"} , +{"type":"Feature","id":"n7647001265","geometry":{"type":"Point","coordinates":[-0.1609239,51.593182]},"properties":{"@type":"node","@id":7647001265,"@timestamp":1592926523},"coords":"51.593182,-0.1609239","bedrooms":"0","price":"236000","area":"464"} , +{"type":"Feature","id":"n7647001275","geometry":{"type":"Point","coordinates":[-0.1602346,51.5924222]},"properties":{"@type":"node","@id":7647001275,"@timestamp":1592926523},"coords":"51.5924222,-0.1602346","bedrooms":"1","price":"154000","area":"383"} , +{"type":"Feature","id":"n7647102251","geometry":{"type":"Point","coordinates":[0.3425905,51.9546614]},"properties":{"@type":"node","@id":7647102251,"@timestamp":1592929859},"coords":"51.9546614,0.3425905","bedrooms":"4","price":"288000","area":"669"} , +{"type":"Feature","id":"n7647113883","geometry":{"type":"Point","coordinates":[-0.0312656,51.51296]},"properties":{"@type":"node","@id":7647113883,"@timestamp":1592930110},"coords":"51.51296,-0.0312656","bedrooms":"2","price":"176000","area":"489"} , +{"type":"Feature","id":"n7647395574","geometry":{"type":"Point","coordinates":[-0.2267499,51.5782113]},"properties":{"@type":"node","@id":7647395574,"@timestamp":1592941517},"coords":"51.5782113,-0.2267499","bedrooms":"4","price":"219000","area":"660"} , +{"type":"Feature","id":"n7647395688","geometry":{"type":"Point","coordinates":[-0.226285,51.5787479]},"properties":{"@type":"node","@id":7647395688,"@timestamp":1592941517},"coords":"51.5787479,-0.226285","bedrooms":"2","price":"258000","area":"461"} , +{"type":"Feature","id":"n7647448134","geometry":{"type":"Point","coordinates":[-0.0777753,50.9480951]},"properties":{"@type":"node","@id":7647448134,"@timestamp":1592943340},"coords":"50.9480951,-0.0777753","bedrooms":"1","price":"272000","area":"620"} , +{"type":"Feature","id":"n7647449313","geometry":{"type":"Point","coordinates":[-0.0745948,50.9484179]},"properties":{"@type":"node","@id":7647449313,"@timestamp":1592943340},"coords":"50.9484179,-0.0745948","bedrooms":"1","price":"195000","area":"527"} , +{"type":"Feature","id":"n7647449358","geometry":{"type":"Point","coordinates":[-0.0672509,50.9477015]},"properties":{"@type":"node","@id":7647449358,"@timestamp":1592943340},"coords":"50.9477015,-0.0672509","bedrooms":"3","price":"254000","area":"473"} , +{"type":"Feature","id":"n7647449410","geometry":{"type":"Point","coordinates":[-0.0618718,50.9473359]},"properties":{"@type":"node","@id":7647449410,"@timestamp":1592943340},"coords":"50.9473359,-0.0618718","bedrooms":"3","price":"292000","area":"691"} , +{"type":"Feature","id":"n7647688313","geometry":{"type":"Point","coordinates":[-0.2111645,51.3860799]},"properties":{"@type":"node","@id":7647688313,"@timestamp":1593118757},"coords":"51.3860799,-0.2111645","bedrooms":"0","price":"169000","area":"453"} , +{"type":"Feature","id":"n7647949599","geometry":{"type":"Point","coordinates":[-0.1260112,51.477283]},"properties":{"@type":"node","@id":7647949599,"@timestamp":1592969547},"coords":"51.477283,-0.1260112","bedrooms":"0","price":"229000","area":"597"} , +{"type":"Feature","id":"n7648165694","geometry":{"type":"Point","coordinates":[-0.1861823,51.4987743]},"properties":{"@type":"node","@id":7648165694,"@timestamp":1592975440},"coords":"51.4987743,-0.1861823","bedrooms":"2","price":"225000","area":"609"} , +{"type":"Feature","id":"n7649086702","geometry":{"type":"Point","coordinates":[-0.1262254,51.4480553]},"properties":{"@type":"node","@id":7649086702,"@timestamp":1618684726},"coords":"51.4480553,-0.1262254","bedrooms":"2","price":"263000","area":"526"} , +{"type":"Feature","id":"n7649244761","geometry":{"type":"Point","coordinates":[-0.1908082,51.5275733]},"properties":{"@type":"node","@id":7649244761,"@timestamp":1592996753},"coords":"51.5275733,-0.1908082","bedrooms":"2","price":"187000","area":"530"} , +{"type":"Feature","id":"n7649300828","geometry":{"type":"Point","coordinates":[-0.1844477,51.5308229]},"properties":{"@type":"node","@id":7649300828,"@timestamp":1592997456},"coords":"51.5308229,-0.1844477","bedrooms":"0","price":"193000","area":"469"} , +{"type":"Feature","id":"n7649335520","geometry":{"type":"Point","coordinates":[-0.15808,51.7993244]},"properties":{"@type":"node","@id":7649335520,"@timestamp":1592998377},"coords":"51.7993244,-0.15808","bedrooms":"4","price":"243000","area":"488"} , +{"type":"Feature","id":"n7649335530","geometry":{"type":"Point","coordinates":[-0.1611203,51.8000152]},"properties":{"@type":"node","@id":7649335530,"@timestamp":1592998377},"coords":"51.8000152,-0.1611203","bedrooms":"0","price":"206000","area":"698"} , +{"type":"Feature","id":"n7649549633","geometry":{"type":"Point","coordinates":[0.3371161,51.9523426]},"properties":{"@type":"node","@id":7649549633,"@timestamp":1593002783},"coords":"51.9523426,0.3371161","bedrooms":"1","price":"250000","area":"397"} , +{"type":"Feature","id":"n7649551687","geometry":{"type":"Point","coordinates":[0.3406258,51.9540105]},"properties":{"@type":"node","@id":7649551687,"@timestamp":1593002783},"coords":"51.9540105,0.3406258","bedrooms":"0","price":"199000","area":"449"} , +{"type":"Feature","id":"n7649551699","geometry":{"type":"Point","coordinates":[0.3393544,51.9568305]},"properties":{"@type":"node","@id":7649551699,"@timestamp":1593002783},"coords":"51.9568305,0.3393544","bedrooms":"4","price":"287000","area":"682"} , +{"type":"Feature","id":"n7649554435","geometry":{"type":"Point","coordinates":[-0.1566222,51.799472]},"properties":{"@type":"node","@id":7649554435,"@timestamp":1593003872},"coords":"51.799472,-0.1566222","bedrooms":"4","price":"270000","area":"408"} , +{"type":"Feature","id":"n7649643258","geometry":{"type":"Point","coordinates":[0.0860947,51.6201411]},"properties":{"@type":"node","@id":7649643258,"@timestamp":1593005194},"coords":"51.6201411,0.0860947","bedrooms":"2","price":"200000","area":"505"} , +{"type":"Feature","id":"n7649663742","geometry":{"type":"Point","coordinates":[-0.4724939,51.3189869]},"properties":{"@type":"node","@id":7649663742,"@timestamp":1593006415},"coords":"51.3189869,-0.4724939","bedrooms":"2","price":"265000","area":"658"} , +{"type":"Feature","id":"n7649667863","geometry":{"type":"Point","coordinates":[0.0852312,51.621254]},"properties":{"@type":"node","@id":7649667863,"@timestamp":1598430501},"coords":"51.621254,0.0852312","bedrooms":"1","price":"186000","area":"494"} , +{"type":"Feature","id":"n7649684901","geometry":{"type":"Point","coordinates":[-0.0497292,50.9540595]},"properties":{"@type":"node","@id":7649684901,"@timestamp":1593463053},"coords":"50.9540595,-0.0497292","bedrooms":"3","price":"187000","area":"605"} , +{"type":"Feature","id":"n7650264738","geometry":{"type":"Point","coordinates":[0.0559661,51.6018956]},"properties":{"@type":"node","@id":7650264738,"@timestamp":1593024779},"coords":"51.6018956,0.0559661","bedrooms":"3","price":"174000","area":"598"} , +{"type":"Feature","id":"n7650410402","geometry":{"type":"Point","coordinates":[-0.3338331,51.5004532]},"properties":{"@type":"node","@id":7650410402,"@timestamp":1593029580},"coords":"51.5004532,-0.3338331","bedrooms":"0","price":"231000","area":"526"} , +{"type":"Feature","id":"n7650465294","geometry":{"type":"Point","coordinates":[0.5124602,51.5690194]},"properties":{"@type":"node","@id":7650465294,"@timestamp":1593031950},"coords":"51.5690194,0.5124602","bedrooms":"4","price":"206000","area":"649"} , +{"type":"Feature","id":"n7650465304","geometry":{"type":"Point","coordinates":[0.5160369,51.5672263]},"properties":{"@type":"node","@id":7650465304,"@timestamp":1593031950},"coords":"51.5672263,0.5160369","bedrooms":"4","price":"298000","area":"490"} , +{"type":"Feature","id":"n7650572080","geometry":{"type":"Point","coordinates":[-1.1144479,51.2425264]},"properties":{"@type":"node","@id":7650572080,"@timestamp":1593034874},"coords":"51.2425264,-1.1144479","bedrooms":"4","price":"273000","area":"561"} , +{"type":"Feature","id":"n7650787376","geometry":{"type":"Point","coordinates":[-0.0148393,51.6123214]},"properties":{"@type":"node","@id":7650787376,"@timestamp":1593046498},"coords":"51.6123214,-0.0148393","bedrooms":"2","price":"260000","area":"440"} , +{"type":"Feature","id":"n7650810912","geometry":{"type":"Point","coordinates":[-0.1000636,51.5329005]},"properties":{"@type":"node","@id":7650810912,"@timestamp":1593047897},"coords":"51.5329005,-0.1000636","bedrooms":"1","price":"200000","area":"584"} , +{"type":"Feature","id":"n7651094099","geometry":{"type":"Point","coordinates":[-0.1880326,51.4981639]},"properties":{"@type":"node","@id":7651094099,"@timestamp":1593059371},"coords":"51.4981639,-0.1880326","bedrooms":"1","price":"208000","area":"452"} , +{"type":"Feature","id":"n7651636662","geometry":{"type":"Point","coordinates":[0.4883697,51.268163]},"properties":{"@type":"node","@id":7651636662,"@timestamp":1593071531},"coords":"51.268163,0.4883697","bedrooms":"4","price":"295000","area":"363"} , +{"type":"Feature","id":"n7652565340","geometry":{"type":"Point","coordinates":[0.535197,51.8798407]},"properties":{"@type":"node","@id":7652565340,"@timestamp":1593087219},"coords":"51.8798407,0.535197","bedrooms":"1","price":"284000","area":"614"} , +{"type":"Feature","id":"n7652871085","geometry":{"type":"Point","coordinates":[-0.8145222,51.1849396]},"properties":{"@type":"node","@id":7652871085,"@timestamp":1593093633},"coords":"51.1849396,-0.8145222","bedrooms":"1","price":"297000","area":"385"} , +{"type":"Feature","id":"n7653016166","geometry":{"type":"Point","coordinates":[-0.1083773,51.0097231]},"properties":{"@type":"node","@id":7653016166,"@timestamp":1593097604},"coords":"51.0097231,-0.1083773","bedrooms":"4","price":"245000","area":"472"} , +{"type":"Feature","id":"n7653016176","geometry":{"type":"Point","coordinates":[-0.114753,51.008719]},"properties":{"@type":"node","@id":7653016176,"@timestamp":1593097604},"coords":"51.008719,-0.114753","bedrooms":"4","price":"180000","area":"384"} , +{"type":"Feature","id":"n7653058885","geometry":{"type":"Point","coordinates":[-0.1115423,51.0092894]},"properties":{"@type":"node","@id":7653058885,"@timestamp":1593097604},"coords":"51.0092894,-0.1115423","bedrooms":"0","price":"209000","area":"357"} , +{"type":"Feature","id":"n7653058895","geometry":{"type":"Point","coordinates":[-0.1089862,51.0113263]},"properties":{"@type":"node","@id":7653058895,"@timestamp":1593097604},"coords":"51.0113263,-0.1089862","bedrooms":"3","price":"282000","area":"555"} , +{"type":"Feature","id":"n7653058905","geometry":{"type":"Point","coordinates":[-0.1101583,51.0135252]},"properties":{"@type":"node","@id":7653058905,"@timestamp":1593097604},"coords":"51.0135252,-0.1101583","bedrooms":"4","price":"187000","area":"358"} , +{"type":"Feature","id":"n7653422385","geometry":{"type":"Point","coordinates":[-0.166607,51.497135]},"properties":{"@type":"node","@id":7653422385,"@timestamp":1603513328},"coords":"51.497135,-0.166607","bedrooms":"1","price":"212000","area":"694"} , +{"type":"Feature","id":"n7653535888","geometry":{"type":"Point","coordinates":[-0.3194397,51.5148305]},"properties":{"@type":"node","@id":7653535888,"@timestamp":1593112654},"coords":"51.5148305,-0.3194397","bedrooms":"4","price":"299000","area":"483"} , +{"type":"Feature","id":"n7653556343","geometry":{"type":"Point","coordinates":[-0.9662669,51.1569072]},"properties":{"@type":"node","@id":7653556343,"@timestamp":1593113118},"coords":"51.1569072,-0.9662669","bedrooms":"4","price":"177000","area":"637"} , +{"type":"Feature","id":"n7653618719","geometry":{"type":"Point","coordinates":[-0.1274945,51.5735467]},"properties":{"@type":"node","@id":7653618719,"@timestamp":1617733404},"coords":"51.5735467,-0.1274945","bedrooms":"4","price":"213000","area":"637"} , +{"type":"Feature","id":"n7653808028","geometry":{"type":"Point","coordinates":[-0.2185757,51.3856167]},"properties":{"@type":"node","@id":7653808028,"@timestamp":1593120821},"coords":"51.3856167,-0.2185757","bedrooms":"0","price":"241000","area":"470"} , +{"type":"Feature","id":"n7653872633","geometry":{"type":"Point","coordinates":[-0.1271652,51.0242977]},"properties":{"@type":"node","@id":7653872633,"@timestamp":1593123605},"coords":"51.0242977,-0.1271652","bedrooms":"0","price":"206000","area":"680"} , +{"type":"Feature","id":"n7653872656","geometry":{"type":"Point","coordinates":[-0.1294739,50.9993032]},"properties":{"@type":"node","@id":7653872656,"@timestamp":1598390968},"coords":"50.9993032,-0.1294739","bedrooms":"1","price":"185000","area":"659"} , +{"type":"Feature","id":"n7653872677","geometry":{"type":"Point","coordinates":[-0.1299575,51.0134107]},"properties":{"@type":"node","@id":7653872677,"@timestamp":1593123605},"coords":"51.0134107,-0.1299575","bedrooms":"2","price":"194000","area":"436"} , +{"type":"Feature","id":"n7654028007","geometry":{"type":"Point","coordinates":[-0.1299003,51.6197495]},"properties":{"@type":"node","@id":7654028007,"@timestamp":1593130156},"coords":"51.6197495,-0.1299003","bedrooms":"0","price":"233000","area":"541"} , +{"type":"Feature","id":"n7654028017","geometry":{"type":"Point","coordinates":[-0.129417,51.6198158]},"properties":{"@type":"node","@id":7654028017,"@timestamp":1593130156},"coords":"51.6198158,-0.129417","bedrooms":"3","price":"298000","area":"441"} , +{"type":"Feature","id":"n7654211433","geometry":{"type":"Point","coordinates":[-0.187436,51.4977033]},"properties":{"@type":"node","@id":7654211433,"@timestamp":1593142047},"coords":"51.4977033,-0.187436","bedrooms":"0","price":"166000","area":"351"} , +{"type":"Feature","id":"n7654237727","geometry":{"type":"Point","coordinates":[-0.1870706,51.4974788]},"properties":{"@type":"node","@id":7654237727,"@timestamp":1593142047},"coords":"51.4974788,-0.1870706","bedrooms":"0","price":"194000","area":"638"} , +{"type":"Feature","id":"n7654237741","geometry":{"type":"Point","coordinates":[-0.1860329,51.4973626]},"properties":{"@type":"node","@id":7654237741,"@timestamp":1593142047},"coords":"51.4973626,-0.1860329","bedrooms":"1","price":"187000","area":"588"} , +{"type":"Feature","id":"n7654237766","geometry":{"type":"Point","coordinates":[-0.1851863,51.4971166]},"properties":{"@type":"node","@id":7654237766,"@timestamp":1593142047},"coords":"51.4971166,-0.1851863","bedrooms":"2","price":"189000","area":"598"} , +{"type":"Feature","id":"n7654237776","geometry":{"type":"Point","coordinates":[-0.1861384,51.4971678]},"properties":{"@type":"node","@id":7654237776,"@timestamp":1593142047},"coords":"51.4971678,-0.1861384","bedrooms":"1","price":"239000","area":"434"} , +{"type":"Feature","id":"n7654237786","geometry":{"type":"Point","coordinates":[-0.187086,51.4972188]},"properties":{"@type":"node","@id":7654237786,"@timestamp":1593142047},"coords":"51.4972188,-0.187086","bedrooms":"4","price":"281000","area":"656"} , +{"type":"Feature","id":"n7655109815","geometry":{"type":"Point","coordinates":[-0.1346,51.6349369]},"properties":{"@type":"node","@id":7655109815,"@timestamp":1593156040},"coords":"51.6349369,-0.1346","bedrooms":"4","price":"164000","area":"407"} , +{"type":"Feature","id":"n7655311459","geometry":{"type":"Point","coordinates":[-0.2575194,51.5189376]},"properties":{"@type":"node","@id":7655311459,"@timestamp":1593159478},"coords":"51.5189376,-0.2575194","bedrooms":"2","price":"170000","area":"505"} , +{"type":"Feature","id":"n7655871078","geometry":{"type":"Point","coordinates":[-0.0583979,51.4964024]},"properties":{"@type":"node","@id":7655871078,"@timestamp":1593169186},"coords":"51.4964024,-0.0583979","bedrooms":"4","price":"251000","area":"478"} , +{"type":"Feature","id":"n7655921664","geometry":{"type":"Point","coordinates":[0.1083074,51.8514705]},"properties":{"@type":"node","@id":7655921664,"@timestamp":1604332421},"coords":"51.8514705,0.1083074","bedrooms":"1","price":"154000","area":"595"} , +{"type":"Feature","id":"n7655984365","geometry":{"type":"Point","coordinates":[-0.0556216,51.4945766]},"properties":{"@type":"node","@id":7655984365,"@timestamp":1593171997},"coords":"51.4945766,-0.0556216","bedrooms":"1","price":"275000","area":"353"} , +{"type":"Feature","id":"n7655984375","geometry":{"type":"Point","coordinates":[-0.0572918,51.4972218]},"properties":{"@type":"node","@id":7655984375,"@timestamp":1623596475},"coords":"51.4972218,-0.0572918","bedrooms":"4","price":"276000","area":"623"} , +{"type":"Feature","id":"n7656039316","geometry":{"type":"Point","coordinates":[-0.5298632,51.2198599]},"properties":{"@type":"node","@id":7656039316,"@timestamp":1593172788},"coords":"51.2198599,-0.5298632","bedrooms":"0","price":"165000","area":"603"} , +{"type":"Feature","id":"n7656039336","geometry":{"type":"Point","coordinates":[-0.5340746,51.2173813]},"properties":{"@type":"node","@id":7656039336,"@timestamp":1593172788},"coords":"51.2173813,-0.5340746","bedrooms":"1","price":"166000","area":"568"} , +{"type":"Feature","id":"n7656039352","geometry":{"type":"Point","coordinates":[-0.5316571,51.2178106]},"properties":{"@type":"node","@id":7656039352,"@timestamp":1593172788},"coords":"51.2178106,-0.5316571","bedrooms":"0","price":"288000","area":"376"} , +{"type":"Feature","id":"n7656060036","geometry":{"type":"Point","coordinates":[-0.0589102,51.5006812]},"properties":{"@type":"node","@id":7656060036,"@timestamp":1593173322},"coords":"51.5006812,-0.0589102","bedrooms":"2","price":"230000","area":"495"} , +{"type":"Feature","id":"n7656060046","geometry":{"type":"Point","coordinates":[-0.0579001,51.5007728]},"properties":{"@type":"node","@id":7656060046,"@timestamp":1593173322},"coords":"51.5007728,-0.0579001","bedrooms":"3","price":"197000","area":"508"} , +{"type":"Feature","id":"n7656177203","geometry":{"type":"Point","coordinates":[-0.0504563,51.5075026]},"properties":{"@type":"node","@id":7656177203,"@timestamp":1630337493},"coords":"51.5075026,-0.0504563","bedrooms":"4","price":"210000","area":"457"} , +{"type":"Feature","id":"n7656248968","geometry":{"type":"Point","coordinates":[-0.1884418,51.4975365]},"properties":{"@type":"node","@id":7656248968,"@timestamp":1593177722},"coords":"51.4975365,-0.1884418","bedrooms":"2","price":"235000","area":"638"} , +{"type":"Feature","id":"n7656273130","geometry":{"type":"Point","coordinates":[-0.1883984,51.4980814]},"properties":{"@type":"node","@id":7656273130,"@timestamp":1593177722},"coords":"51.4980814,-0.1883984","bedrooms":"0","price":"182000","area":"584"} , +{"type":"Feature","id":"n7656273181","geometry":{"type":"Point","coordinates":[-0.1888491,51.4978237]},"properties":{"@type":"node","@id":7656273181,"@timestamp":1593177722},"coords":"51.4978237,-0.1888491","bedrooms":"1","price":"236000","area":"430"} , +{"type":"Feature","id":"n7656273215","geometry":{"type":"Point","coordinates":[-0.1891543,51.4974508]},"properties":{"@type":"node","@id":7656273215,"@timestamp":1593177722},"coords":"51.4974508,-0.1891543","bedrooms":"2","price":"155000","area":"553"} , +{"type":"Feature","id":"n7656273245","geometry":{"type":"Point","coordinates":[-0.1890908,51.4981044]},"properties":{"@type":"node","@id":7656273245,"@timestamp":1593177722},"coords":"51.4981044,-0.1890908","bedrooms":"2","price":"256000","area":"541"} , +{"type":"Feature","id":"n7656273271","geometry":{"type":"Point","coordinates":[-0.1901183,51.4982394]},"properties":{"@type":"node","@id":7656273271,"@timestamp":1593177722},"coords":"51.4982394,-0.1901183","bedrooms":"3","price":"213000","area":"443"} , +{"type":"Feature","id":"n7656322766","geometry":{"type":"Point","coordinates":[-0.2231125,51.546967]},"properties":{"@type":"node","@id":7656322766,"@timestamp":1593180353},"coords":"51.546967,-0.2231125","bedrooms":"1","price":"226000","area":"354"} , +{"type":"Feature","id":"n7656369991","geometry":{"type":"Point","coordinates":[-0.2174661,51.5453123]},"properties":{"@type":"node","@id":7656369991,"@timestamp":1593180353},"coords":"51.5453123,-0.2174661","bedrooms":"2","price":"293000","area":"665"} , +{"type":"Feature","id":"n7656425034","geometry":{"type":"Point","coordinates":[-0.1881543,51.4970547]},"properties":{"@type":"node","@id":7656425034,"@timestamp":1593181855},"coords":"51.4970547,-0.1881543","bedrooms":"4","price":"256000","area":"467"} , +{"type":"Feature","id":"n7656466456","geometry":{"type":"Point","coordinates":[-0.1826602,51.1877663]},"properties":{"@type":"node","@id":7656466456,"@timestamp":1629133967},"coords":"51.1877663,-0.1826602","bedrooms":"4","price":"172000","area":"571"} , +{"type":"Feature","id":"n7656601802","geometry":{"type":"Point","coordinates":[-0.0490643,51.5229752]},"properties":{"@type":"node","@id":7656601802,"@timestamp":1593188164},"coords":"51.5229752,-0.0490643","bedrooms":"3","price":"265000","area":"448"} , +{"type":"Feature","id":"n7656601828","geometry":{"type":"Point","coordinates":[-0.0510612,51.5237024]},"properties":{"@type":"node","@id":7656601828,"@timestamp":1593188164},"coords":"51.5237024,-0.0510612","bedrooms":"0","price":"253000","area":"436"} , +{"type":"Feature","id":"n7656660220","geometry":{"type":"Point","coordinates":[-0.1278341,51.0014767]},"properties":{"@type":"node","@id":7656660220,"@timestamp":1593190505},"coords":"51.0014767,-0.1278341","bedrooms":"1","price":"230000","area":"689"} , +{"type":"Feature","id":"n7656660231","geometry":{"type":"Point","coordinates":[-0.1238832,51.0000968]},"properties":{"@type":"node","@id":7656660231,"@timestamp":1593190505},"coords":"51.0000968,-0.1238832","bedrooms":"0","price":"217000","area":"480"} , +{"type":"Feature","id":"n7656660242","geometry":{"type":"Point","coordinates":[-0.1231992,50.9947465]},"properties":{"@type":"node","@id":7656660242,"@timestamp":1593190505},"coords":"50.9947465,-0.1231992","bedrooms":"3","price":"158000","area":"643"} , +{"type":"Feature","id":"n7656660252","geometry":{"type":"Point","coordinates":[-0.1219386,50.9971875]},"properties":{"@type":"node","@id":7656660252,"@timestamp":1593190505},"coords":"50.9971875,-0.1219386","bedrooms":"4","price":"275000","area":"670"} , +{"type":"Feature","id":"n7656660262","geometry":{"type":"Point","coordinates":[-0.12218,50.9943498]},"properties":{"@type":"node","@id":7656660262,"@timestamp":1593190505},"coords":"50.9943498,-0.12218","bedrooms":"4","price":"250000","area":"402"} , +{"type":"Feature","id":"n7657123342","geometry":{"type":"Point","coordinates":[-0.3299941,51.5493667]},"properties":{"@type":"node","@id":7657123342,"@timestamp":1593203618},"coords":"51.5493667,-0.3299941","bedrooms":"3","price":"156000","area":"551"} , +{"type":"Feature","id":"n7657224171","geometry":{"type":"Point","coordinates":[-0.212681,51.5010538]},"properties":{"@type":"node","@id":7657224171,"@timestamp":1593208765},"coords":"51.5010538,-0.212681","bedrooms":"3","price":"250000","area":"416"} , +{"type":"Feature","id":"n7657236283","geometry":{"type":"Point","coordinates":[-0.2215209,51.3860956]},"properties":{"@type":"node","@id":7657236283,"@timestamp":1607987188},"coords":"51.3860956,-0.2215209","bedrooms":"4","price":"257000","area":"618"} , +{"type":"Feature","id":"n7657257518","geometry":{"type":"Point","coordinates":[-0.0875013,51.5138531]},"properties":{"@type":"node","@id":7657257518,"@timestamp":1628954238},"coords":"51.5138531,-0.0875013","bedrooms":"3","price":"263000","area":"665"} , +{"type":"Feature","id":"n7657281227","geometry":{"type":"Point","coordinates":[-0.0686475,51.5378857]},"properties":{"@type":"node","@id":7657281227,"@timestamp":1633108810},"coords":"51.5378857,-0.0686475","bedrooms":"0","price":"190000","area":"454"} , +{"type":"Feature","id":"n7657308079","geometry":{"type":"Point","coordinates":[-0.1281937,51.5202342]},"properties":{"@type":"node","@id":7657308079,"@timestamp":1593210767},"coords":"51.5202342,-0.1281937","bedrooms":"1","price":"242000","area":"536"} , +{"type":"Feature","id":"n7657656669","geometry":{"type":"Point","coordinates":[-0.8256286,51.4002773]},"properties":{"@type":"node","@id":7657656669,"@timestamp":1593227503},"coords":"51.4002773,-0.8256286","bedrooms":"2","price":"231000","area":"612"} , +{"type":"Feature","id":"n7657751439","geometry":{"type":"Point","coordinates":[-0.1868233,51.4965767]},"properties":{"@type":"node","@id":7657751439,"@timestamp":1593231995},"coords":"51.4965767,-0.1868233","bedrooms":"3","price":"159000","area":"407"} , +{"type":"Feature","id":"n7657751449","geometry":{"type":"Point","coordinates":[-0.1858862,51.4965248]},"properties":{"@type":"node","@id":7657751449,"@timestamp":1593231995},"coords":"51.4965248,-0.1858862","bedrooms":"4","price":"262000","area":"458"} , +{"type":"Feature","id":"n7658002951","geometry":{"type":"Point","coordinates":[0.0747951,51.618309]},"properties":{"@type":"node","@id":7658002951,"@timestamp":1593239095},"coords":"51.618309,0.0747951","bedrooms":"3","price":"172000","area":"393"} , +{"type":"Feature","id":"n7658013370","geometry":{"type":"Point","coordinates":[0.0852127,51.6106282]},"properties":{"@type":"node","@id":7658013370,"@timestamp":1593241920},"coords":"51.6106282,0.0852127","bedrooms":"3","price":"201000","area":"658"} , +{"type":"Feature","id":"n7658013380","geometry":{"type":"Point","coordinates":[0.0843728,51.6103385]},"properties":{"@type":"node","@id":7658013380,"@timestamp":1593241920},"coords":"51.6103385,0.0843728","bedrooms":"0","price":"291000","area":"364"} , +{"type":"Feature","id":"n7658029156","geometry":{"type":"Point","coordinates":[0.0754621,51.6182091]},"properties":{"@type":"node","@id":7658029156,"@timestamp":1593238943},"coords":"51.6182091,0.0754621","bedrooms":"3","price":"287000","area":"425"} , +{"type":"Feature","id":"n7658063132","geometry":{"type":"Point","coordinates":[-0.1857678,51.4963283]},"properties":{"@type":"node","@id":7658063132,"@timestamp":1593241105},"coords":"51.4963283,-0.1857678","bedrooms":"1","price":"294000","area":"613"} , +{"type":"Feature","id":"n7658073189","geometry":{"type":"Point","coordinates":[0.085894,51.6097819]},"properties":{"@type":"node","@id":7658073189,"@timestamp":1593241920},"coords":"51.6097819,0.085894","bedrooms":"2","price":"225000","area":"603"} , +{"type":"Feature","id":"n7658200920","geometry":{"type":"Point","coordinates":[-0.1616986,51.5467871]},"properties":{"@type":"node","@id":7658200920,"@timestamp":1634490638},"coords":"51.5467871,-0.1616986","bedrooms":"2","price":"257000","area":"550"} , +{"type":"Feature","id":"n7658431800","geometry":{"type":"Point","coordinates":[-0.2466421,51.3627974]},"properties":{"@type":"node","@id":7658431800,"@timestamp":1593303515},"coords":"51.3627974,-0.2466421","bedrooms":"0","price":"210000","area":"531"} , +{"type":"Feature","id":"n7658463437","geometry":{"type":"Point","coordinates":[-0.0074065,50.9933397]},"properties":{"@type":"node","@id":7658463437,"@timestamp":1593260177},"coords":"50.9933397,-0.0074065","bedrooms":"3","price":"222000","area":"669"} , +{"type":"Feature","id":"n7658463447","geometry":{"type":"Point","coordinates":[-0.0066895,50.9919259]},"properties":{"@type":"node","@id":7658463447,"@timestamp":1593260177},"coords":"50.9919259,-0.0066895","bedrooms":"3","price":"216000","area":"361"} , +{"type":"Feature","id":"n7658498810","geometry":{"type":"Point","coordinates":[-0.3500389,51.3471259]},"properties":{"@type":"node","@id":7658498810,"@timestamp":1593261116},"coords":"51.3471259,-0.3500389","bedrooms":"1","price":"189000","area":"415"} , +{"type":"Feature","id":"n7658552153","geometry":{"type":"Point","coordinates":[-0.0543557,51.5143613]},"properties":{"@type":"node","@id":7658552153,"@timestamp":1593264138},"coords":"51.5143613,-0.0543557","bedrooms":"2","price":"160000","area":"697"} , +{"type":"Feature","id":"n7658571329","geometry":{"type":"Point","coordinates":[-0.0539151,51.5143572]},"properties":{"@type":"node","@id":7658571329,"@timestamp":1593264138},"coords":"51.5143572,-0.0539151","bedrooms":"1","price":"286000","area":"625"} , +{"type":"Feature","id":"n7658571383","geometry":{"type":"Point","coordinates":[-0.0539607,51.5143421]},"properties":{"@type":"node","@id":7658571383,"@timestamp":1593264138},"coords":"51.5143421,-0.0539607","bedrooms":"0","price":"279000","area":"569"} , +{"type":"Feature","id":"n7658571569","geometry":{"type":"Point","coordinates":[-0.0516847,51.513737]},"properties":{"@type":"node","@id":7658571569,"@timestamp":1593264138},"coords":"51.513737,-0.0516847","bedrooms":"2","price":"253000","area":"445"} , +{"type":"Feature","id":"n7658892292","geometry":{"type":"Point","coordinates":[0.1977932,51.3038412]},"properties":{"@type":"node","@id":7658892292,"@timestamp":1593276430},"coords":"51.3038412,0.1977932","bedrooms":"2","price":"246000","area":"646"} , +{"type":"Feature","id":"n7658914866","geometry":{"type":"Point","coordinates":[-0.183929,51.4921369]},"properties":{"@type":"node","@id":7658914866,"@timestamp":1598760803},"coords":"51.4921369,-0.183929","bedrooms":"0","price":"289000","area":"628"} , +{"type":"Feature","id":"n7658940006","geometry":{"type":"Point","coordinates":[-0.1857836,51.5013153]},"properties":{"@type":"node","@id":7658940006,"@timestamp":1593278835},"coords":"51.5013153,-0.1857836","bedrooms":"3","price":"260000","area":"610"} , +{"type":"Feature","id":"n7659293199","geometry":{"type":"Point","coordinates":[-0.0723783,51.5353728]},"properties":{"@type":"node","@id":7659293199,"@timestamp":1628433483},"coords":"51.5353728,-0.0723783","bedrooms":"0","price":"152000","area":"355"} , +{"type":"Feature","id":"n7659420103","geometry":{"type":"Point","coordinates":[-0.2670776,51.3894328]},"properties":{"@type":"node","@id":7659420103,"@timestamp":1593292968},"coords":"51.3894328,-0.2670776","bedrooms":"4","price":"177000","area":"615"} , +{"type":"Feature","id":"n7659420120","geometry":{"type":"Point","coordinates":[-0.2577482,51.3872777]},"properties":{"@type":"node","@id":7659420120,"@timestamp":1593292968},"coords":"51.3872777,-0.2577482","bedrooms":"3","price":"283000","area":"464"} , +{"type":"Feature","id":"n7659487723","geometry":{"type":"Point","coordinates":[-0.2596365,51.3825665]},"properties":{"@type":"node","@id":7659487723,"@timestamp":1593295984},"coords":"51.3825665,-0.2596365","bedrooms":"1","price":"179000","area":"466"} , +{"type":"Feature","id":"n7659665827","geometry":{"type":"Point","coordinates":[-0.2604666,51.3656198]},"properties":{"@type":"node","@id":7659665827,"@timestamp":1593302691},"coords":"51.3656198,-0.2604666","bedrooms":"2","price":"222000","area":"685"} , +{"type":"Feature","id":"n7660089298","geometry":{"type":"Point","coordinates":[-0.1859358,51.4961752]},"properties":{"@type":"node","@id":7660089298,"@timestamp":1593322032},"coords":"51.4961752,-0.1859358","bedrooms":"1","price":"220000","area":"579"} , +{"type":"Feature","id":"n7660089492","geometry":{"type":"Point","coordinates":[-0.1867156,51.4959669]},"properties":{"@type":"node","@id":7660089492,"@timestamp":1593322032},"coords":"51.4959669,-0.1867156","bedrooms":"2","price":"227000","area":"667"} , +{"type":"Feature","id":"n7660178467","geometry":{"type":"Point","coordinates":[0.0879583,51.6193572]},"properties":{"@type":"node","@id":7660178467,"@timestamp":1593326885},"coords":"51.6193572,0.0879583","bedrooms":"2","price":"224000","area":"681"} , +{"type":"Feature","id":"n7660192099","geometry":{"type":"Point","coordinates":[0.0893649,51.6179714]},"properties":{"@type":"node","@id":7660192099,"@timestamp":1593326885},"coords":"51.6179714,0.0893649","bedrooms":"0","price":"155000","area":"500"} , +{"type":"Feature","id":"n7660192125","geometry":{"type":"Point","coordinates":[0.0903877,51.6203287]},"properties":{"@type":"node","@id":7660192125,"@timestamp":1593326885},"coords":"51.6203287,0.0903877","bedrooms":"1","price":"240000","area":"435"} , +{"type":"Feature","id":"n7660470340","geometry":{"type":"Point","coordinates":[0.4464044,51.4385962]},"properties":{"@type":"node","@id":7660470340,"@timestamp":1593341437},"coords":"51.4385962,0.4464044","bedrooms":"0","price":"180000","area":"640"} , +{"type":"Feature","id":"n7660548509","geometry":{"type":"Point","coordinates":[-0.3762056,51.5406669]},"properties":{"@type":"node","@id":7660548509,"@timestamp":1593345064},"coords":"51.5406669,-0.3762056","bedrooms":"1","price":"162000","area":"425"} , +{"type":"Feature","id":"n7660659867","geometry":{"type":"Point","coordinates":[-0.1427928,51.7880627]},"properties":{"@type":"node","@id":7660659867,"@timestamp":1593350566},"coords":"51.7880627,-0.1427928","bedrooms":"1","price":"225000","area":"522"} , +{"type":"Feature","id":"n7660730248","geometry":{"type":"Point","coordinates":[-0.1874532,51.494851]},"properties":{"@type":"node","@id":7660730248,"@timestamp":1593352119},"coords":"51.494851,-0.1874532","bedrooms":"1","price":"204000","area":"452"} , +{"type":"Feature","id":"n7660730265","geometry":{"type":"Point","coordinates":[-0.1870219,51.4948475]},"properties":{"@type":"node","@id":7660730265,"@timestamp":1593352119},"coords":"51.4948475,-0.1870219","bedrooms":"2","price":"203000","area":"534"} , +{"type":"Feature","id":"n7660749405","geometry":{"type":"Point","coordinates":[-0.0549497,51.5141489]},"properties":{"@type":"node","@id":7660749405,"@timestamp":1593351453},"coords":"51.5141489,-0.0549497","bedrooms":"0","price":"251000","area":"556"} , +{"type":"Feature","id":"n7661046661","geometry":{"type":"Point","coordinates":[-0.4076634,51.5041749]},"properties":{"@type":"node","@id":7661046661,"@timestamp":1593361786},"coords":"51.5041749,-0.4076634","bedrooms":"0","price":"204000","area":"545"} , +{"type":"Feature","id":"n7661081054","geometry":{"type":"Point","coordinates":[0.8583552,51.9142756]},"properties":{"@type":"node","@id":7661081054,"@timestamp":1593361662},"coords":"51.9142756,0.8583552","bedrooms":"3","price":"273000","area":"378"} , +{"type":"Feature","id":"n7661081064","geometry":{"type":"Point","coordinates":[0.8539456,51.9102832]},"properties":{"@type":"node","@id":7661081064,"@timestamp":1593361662},"coords":"51.9102832,0.8539456","bedrooms":"0","price":"161000","area":"456"} , +{"type":"Feature","id":"n7661081074","geometry":{"type":"Point","coordinates":[0.8524731,51.9119642]},"properties":{"@type":"node","@id":7661081074,"@timestamp":1593361662},"coords":"51.9119642,0.8524731","bedrooms":"1","price":"203000","area":"490"} , +{"type":"Feature","id":"n7661081084","geometry":{"type":"Point","coordinates":[0.8532429,51.9124722]},"properties":{"@type":"node","@id":7661081084,"@timestamp":1593361662},"coords":"51.9124722,0.8532429","bedrooms":"1","price":"258000","area":"374"} , +{"type":"Feature","id":"n7661091394","geometry":{"type":"Point","coordinates":[0.8506197,51.9150863]},"properties":{"@type":"node","@id":7661091394,"@timestamp":1593361662},"coords":"51.9150863,0.8506197","bedrooms":"4","price":"247000","area":"432"} , +{"type":"Feature","id":"n7661091404","geometry":{"type":"Point","coordinates":[0.8500135,51.9125963]},"properties":{"@type":"node","@id":7661091404,"@timestamp":1593361662},"coords":"51.9125963,0.8500135","bedrooms":"0","price":"269000","area":"385"} , +{"type":"Feature","id":"n7661091414","geometry":{"type":"Point","coordinates":[0.8487314,51.9126889]},"properties":{"@type":"node","@id":7661091414,"@timestamp":1593361662},"coords":"51.9126889,0.8487314","bedrooms":"4","price":"228000","area":"636"} , +{"type":"Feature","id":"n7661091424","geometry":{"type":"Point","coordinates":[0.848777,51.9082893]},"properties":{"@type":"node","@id":7661091424,"@timestamp":1593361662},"coords":"51.9082893,0.848777","bedrooms":"2","price":"291000","area":"353"} , +{"type":"Feature","id":"n7661096549","geometry":{"type":"Point","coordinates":[0.8787668,51.9285731]},"properties":{"@type":"node","@id":7661096549,"@timestamp":1593362180},"coords":"51.9285731,0.8787668","bedrooms":"1","price":"271000","area":"531"} , +{"type":"Feature","id":"n7661096559","geometry":{"type":"Point","coordinates":[0.8769053,51.927326]},"properties":{"@type":"node","@id":7661096559,"@timestamp":1593362180},"coords":"51.927326,0.8769053","bedrooms":"1","price":"233000","area":"616"} , +{"type":"Feature","id":"n7661096569","geometry":{"type":"Point","coordinates":[0.8759397,51.9260822]},"properties":{"@type":"node","@id":7661096569,"@timestamp":1593362180},"coords":"51.9260822,0.8759397","bedrooms":"4","price":"213000","area":"354"} , +{"type":"Feature","id":"n7661096579","geometry":{"type":"Point","coordinates":[0.8768383,51.9252552]},"properties":{"@type":"node","@id":7661096579,"@timestamp":1593362180},"coords":"51.9252552,0.8768383","bedrooms":"2","price":"276000","area":"353"} , +{"type":"Feature","id":"n7661101489","geometry":{"type":"Point","coordinates":[0.8798477,51.9246299]},"properties":{"@type":"node","@id":7661101489,"@timestamp":1593362180},"coords":"51.9246299,0.8798477","bedrooms":"0","price":"198000","area":"380"} , +{"type":"Feature","id":"n7661102108","geometry":{"type":"Point","coordinates":[0.8356047,51.8808126]},"properties":{"@type":"node","@id":7661102108,"@timestamp":1593362606},"coords":"51.8808126,0.8356047","bedrooms":"2","price":"218000","area":"429"} , +{"type":"Feature","id":"n7661102118","geometry":{"type":"Point","coordinates":[0.8361089,51.8804749]},"properties":{"@type":"node","@id":7661102118,"@timestamp":1593362606},"coords":"51.8804749,0.8361089","bedrooms":"2","price":"203000","area":"523"} , +{"type":"Feature","id":"n7661102128","geometry":{"type":"Point","coordinates":[0.8370477,51.8804699]},"properties":{"@type":"node","@id":7661102128,"@timestamp":1593362606},"coords":"51.8804699,0.8370477","bedrooms":"3","price":"188000","area":"574"} , +{"type":"Feature","id":"n7661102138","geometry":{"type":"Point","coordinates":[0.8378926,51.8800659]},"properties":{"@type":"node","@id":7661102138,"@timestamp":1593362606},"coords":"51.8800659,0.8378926","bedrooms":"0","price":"250000","area":"538"} , +{"type":"Feature","id":"n7661102148","geometry":{"type":"Point","coordinates":[0.8410227,51.8769861]},"properties":{"@type":"node","@id":7661102148,"@timestamp":1593362606},"coords":"51.8769861,0.8410227","bedrooms":"0","price":"286000","area":"520"} , +{"type":"Feature","id":"n7661102158","geometry":{"type":"Point","coordinates":[0.8375573,51.8794234]},"properties":{"@type":"node","@id":7661102158,"@timestamp":1593362606},"coords":"51.8794234,0.8375573","bedrooms":"1","price":"286000","area":"396"} , +{"type":"Feature","id":"n7661102168","geometry":{"type":"Point","coordinates":[0.8365595,51.8798424]},"properties":{"@type":"node","@id":7661102168,"@timestamp":1593362606},"coords":"51.8798424,0.8365595","bedrooms":"1","price":"162000","area":"549"} , +{"type":"Feature","id":"n7661102178","geometry":{"type":"Point","coordinates":[0.8357736,51.8796089]},"properties":{"@type":"node","@id":7661102178,"@timestamp":1593362606},"coords":"51.8796089,0.8357736","bedrooms":"0","price":"238000","area":"445"} , +{"type":"Feature","id":"n7661182937","geometry":{"type":"Point","coordinates":[0.0003634,51.5537734]},"properties":{"@type":"node","@id":7661182937,"@timestamp":1618333134},"coords":"51.5537734,0.0003634","bedrooms":"0","price":"170000","area":"678"} , +{"type":"Feature","id":"n7662534893","geometry":{"type":"Point","coordinates":[0.2366821,51.4344766]},"properties":{"@type":"node","@id":7662534893,"@timestamp":1593391419},"coords":"51.4344766,0.2366821","bedrooms":"3","price":"285000","area":"501"} , +{"type":"Feature","id":"n7663135537","geometry":{"type":"Point","coordinates":[-0.9669513,51.3823643]},"properties":{"@type":"node","@id":7663135537,"@timestamp":1620566480},"coords":"51.3823643,-0.9669513","bedrooms":"3","price":"195000","area":"416"} , +{"type":"Feature","id":"n7663623716","geometry":{"type":"Point","coordinates":[-0.1975679,51.9263028]},"properties":{"@type":"node","@id":7663623716,"@timestamp":1593423329},"coords":"51.9263028,-0.1975679","bedrooms":"3","price":"287000","area":"570"} , +{"type":"Feature","id":"n7666432111","geometry":{"type":"Point","coordinates":[-0.3764454,51.879039]},"properties":{"@type":"node","@id":7666432111,"@timestamp":1593434262},"coords":"51.879039,-0.3764454","bedrooms":"0","price":"268000","area":"606"} , +{"type":"Feature","id":"n7666533076","geometry":{"type":"Point","coordinates":[-0.315029,51.6794257]},"properties":{"@type":"node","@id":7666533076,"@timestamp":1614868478},"coords":"51.6794257,-0.315029","bedrooms":"2","price":"245000","area":"482"} , +{"type":"Feature","id":"n7666564913","geometry":{"type":"Point","coordinates":[-0.085506,51.4507385]},"properties":{"@type":"node","@id":7666564913,"@timestamp":1632143412},"coords":"51.4507385,-0.085506","bedrooms":"0","price":"165000","area":"403"} , +{"type":"Feature","id":"n7667042907","geometry":{"type":"Point","coordinates":[-0.3066479,51.3181065]},"properties":{"@type":"node","@id":7667042907,"@timestamp":1593447689},"coords":"51.3181065,-0.3066479","bedrooms":"1","price":"239000","area":"667"} , +{"type":"Feature","id":"n7667043030","geometry":{"type":"Point","coordinates":[-0.3083628,51.3149115]},"properties":{"@type":"node","@id":7667043030,"@timestamp":1593447689},"coords":"51.3149115,-0.3083628","bedrooms":"3","price":"207000","area":"427"} , +{"type":"Feature","id":"n7667255944","geometry":{"type":"Point","coordinates":[-0.1881637,51.4947734]},"properties":{"@type":"node","@id":7667255944,"@timestamp":1593453866},"coords":"51.4947734,-0.1881637","bedrooms":"1","price":"230000","area":"358"} , +{"type":"Feature","id":"n7667688776","geometry":{"type":"Point","coordinates":[-0.0473028,50.9552108]},"properties":{"@type":"node","@id":7667688776,"@timestamp":1593463053},"coords":"50.9552108,-0.0473028","bedrooms":"4","price":"162000","area":"693"} , +{"type":"Feature","id":"n7667688812","geometry":{"type":"Point","coordinates":[-0.0374152,50.9570546]},"properties":{"@type":"node","@id":7667688812,"@timestamp":1593463053},"coords":"50.9570546,-0.0374152","bedrooms":"1","price":"263000","area":"584"} , +{"type":"Feature","id":"n7667688832","geometry":{"type":"Point","coordinates":[-0.0354119,50.9537729]},"properties":{"@type":"node","@id":7667688832,"@timestamp":1593463053},"coords":"50.9537729,-0.0354119","bedrooms":"3","price":"206000","area":"638"} , +{"type":"Feature","id":"n7667688842","geometry":{"type":"Point","coordinates":[-0.0350393,50.9531651]},"properties":{"@type":"node","@id":7667688842,"@timestamp":1593463053},"coords":"50.9531651,-0.0350393","bedrooms":"2","price":"242000","area":"443"} , +{"type":"Feature","id":"n7667731144","geometry":{"type":"Point","coordinates":[-0.5560853,51.6098532]},"properties":{"@type":"node","@id":7667731144,"@timestamp":1593464468},"coords":"51.6098532,-0.5560853","bedrooms":"1","price":"150000","area":"664"} , +{"type":"Feature","id":"n7668089405","geometry":{"type":"Point","coordinates":[0.2393684,51.4410053]},"properties":{"@type":"node","@id":7668089405,"@timestamp":1595679114},"coords":"51.4410053,0.2393684","bedrooms":"4","price":"195000","area":"608"} , +{"type":"Feature","id":"n7668089541","geometry":{"type":"Point","coordinates":[0.2451874,51.4396761]},"properties":{"@type":"node","@id":7668089541,"@timestamp":1593474599},"coords":"51.4396761,0.2451874","bedrooms":"4","price":"205000","area":"417"} , +{"type":"Feature","id":"n7668091616","geometry":{"type":"Point","coordinates":[-0.1093882,51.6012574]},"properties":{"@type":"node","@id":7668091616,"@timestamp":1600878837},"coords":"51.6012574,-0.1093882","bedrooms":"1","price":"263000","area":"636"} , +{"type":"Feature","id":"n7668101302","geometry":{"type":"Point","coordinates":[-0.1102596,51.6009071]},"properties":{"@type":"node","@id":7668101302,"@timestamp":1600878837},"coords":"51.6009071,-0.1102596","bedrooms":"1","price":"155000","area":"520"} , +{"type":"Feature","id":"n7668129274","geometry":{"type":"Point","coordinates":[-0.1124406,51.5996471]},"properties":{"@type":"node","@id":7668129274,"@timestamp":1593478589},"coords":"51.5996471,-0.1124406","bedrooms":"2","price":"164000","area":"674"} , +{"type":"Feature","id":"n7669636453","geometry":{"type":"Point","coordinates":[-0.0615546,50.9479907]},"properties":{"@type":"node","@id":7669636453,"@timestamp":1593517728},"coords":"50.9479907,-0.0615546","bedrooms":"1","price":"196000","area":"568"} , +{"type":"Feature","id":"n7669670700","geometry":{"type":"Point","coordinates":[-0.0328693,50.9498328]},"properties":{"@type":"node","@id":7669670700,"@timestamp":1593517728},"coords":"50.9498328,-0.0328693","bedrooms":"2","price":"281000","area":"374"} , +{"type":"Feature","id":"n7670822346","geometry":{"type":"Point","coordinates":[-0.0286008,50.9478099]},"properties":{"@type":"node","@id":7670822346,"@timestamp":1593528523},"coords":"50.9478099,-0.0286008","bedrooms":"3","price":"155000","area":"691"} , +{"type":"Feature","id":"n7670822357","geometry":{"type":"Point","coordinates":[-0.0312413,50.9525844]},"properties":{"@type":"node","@id":7670822357,"@timestamp":1593528523},"coords":"50.9525844,-0.0312413","bedrooms":"1","price":"181000","area":"510"} , +{"type":"Feature","id":"n7670857632","geometry":{"type":"Point","coordinates":[-0.0494087,50.9523126]},"properties":{"@type":"node","@id":7670857632,"@timestamp":1593528523},"coords":"50.9523126,-0.0494087","bedrooms":"4","price":"271000","area":"477"} , +{"type":"Feature","id":"n7670885482","geometry":{"type":"Point","coordinates":[-0.4465033,51.3131478]},"properties":{"@type":"node","@id":7670885482,"@timestamp":1593531391},"coords":"51.3131478,-0.4465033","bedrooms":"2","price":"272000","area":"685"} , +{"type":"Feature","id":"n7671033648","geometry":{"type":"Point","coordinates":[-0.1896112,51.4957861]},"properties":{"@type":"node","@id":7671033648,"@timestamp":1593534369},"coords":"51.4957861,-0.1896112","bedrooms":"0","price":"181000","area":"356"} , +{"type":"Feature","id":"n7671789873","geometry":{"type":"Point","coordinates":[-0.2000915,51.3959027]},"properties":{"@type":"node","@id":7671789873,"@timestamp":1593549576},"coords":"51.3959027,-0.2000915","bedrooms":"3","price":"193000","area":"653"} , +{"type":"Feature","id":"n7671987543","geometry":{"type":"Point","coordinates":[0.23679,51.4408065]},"properties":{"@type":"node","@id":7671987543,"@timestamp":1593556222},"coords":"51.4408065,0.23679","bedrooms":"2","price":"250000","area":"510"} , +{"type":"Feature","id":"n7672421551","geometry":{"type":"Point","coordinates":[-0.1905548,51.4958169]},"properties":{"@type":"node","@id":7672421551,"@timestamp":1593575826},"coords":"51.4958169,-0.1905548","bedrooms":"0","price":"159000","area":"590"} , +{"type":"Feature","id":"n7672496633","geometry":{"type":"Point","coordinates":[-0.1894072,51.4963493]},"properties":{"@type":"node","@id":7672496633,"@timestamp":1593578296},"coords":"51.4963493,-0.1894072","bedrooms":"4","price":"287000","area":"354"} , +{"type":"Feature","id":"n7672496643","geometry":{"type":"Point","coordinates":[-0.1905964,51.4963423]},"properties":{"@type":"node","@id":7672496643,"@timestamp":1593578296},"coords":"51.4963423,-0.1905964","bedrooms":"2","price":"228000","area":"357"} , +{"type":"Feature","id":"n7672515755","geometry":{"type":"Point","coordinates":[-0.1920673,51.4961185]},"properties":{"@type":"node","@id":7672515755,"@timestamp":1593579265},"coords":"51.4961185,-0.1920673","bedrooms":"2","price":"272000","area":"661"} , +{"type":"Feature","id":"n7673102992","geometry":{"type":"Point","coordinates":[-0.1918049,51.4969308]},"properties":{"@type":"node","@id":7673102992,"@timestamp":1593592786},"coords":"51.4969308,-0.1918049","bedrooms":"2","price":"249000","area":"562"} , +{"type":"Feature","id":"n7673546254","geometry":{"type":"Point","coordinates":[-0.4554858,51.6736889]},"properties":{"@type":"node","@id":7673546254,"@timestamp":1593602332},"coords":"51.6736889,-0.4554858","bedrooms":"1","price":"283000","area":"588"} , +{"type":"Feature","id":"n7674060237","geometry":{"type":"Point","coordinates":[-0.1951243,51.4823171]},"properties":{"@type":"node","@id":7674060237,"@timestamp":1598565458},"coords":"51.4823171,-0.1951243","bedrooms":"1","price":"213000","area":"587"} , +{"type":"Feature","id":"n7674238624","geometry":{"type":"Point","coordinates":[-0.106294,51.4401125]},"properties":{"@type":"node","@id":7674238624,"@timestamp":1630966778},"coords":"51.4401125,-0.106294","bedrooms":"2","price":"200000","area":"586"} , +{"type":"Feature","id":"n7674328578","geometry":{"type":"Point","coordinates":[-0.0060859,51.5437812]},"properties":{"@type":"node","@id":7674328578,"@timestamp":1593624132},"coords":"51.5437812,-0.0060859","bedrooms":"0","price":"260000","area":"494"} , +{"type":"Feature","id":"n7674763555","geometry":{"type":"Point","coordinates":[-0.2213266,51.4877757]},"properties":{"@type":"node","@id":7674763555,"@timestamp":1593636585},"coords":"51.4877757,-0.2213266","bedrooms":"3","price":"239000","area":"623"} , +{"type":"Feature","id":"n7674774871","geometry":{"type":"Point","coordinates":[-0.191539,51.0297274]},"properties":{"@type":"node","@id":7674774871,"@timestamp":1593636862},"coords":"51.0297274,-0.191539","bedrooms":"3","price":"296000","area":"507"} , +{"type":"Feature","id":"n7674804663","geometry":{"type":"Point","coordinates":[-0.5495602,51.6692242]},"properties":{"@type":"node","@id":7674804663,"@timestamp":1593638191},"coords":"51.6692242,-0.5495602","bedrooms":"4","price":"243000","area":"454"} , +{"type":"Feature","id":"n7674971088","geometry":{"type":"Point","coordinates":[-0.5818382,51.7615701]},"properties":{"@type":"node","@id":7674971088,"@timestamp":1593647658},"coords":"51.7615701,-0.5818382","bedrooms":"0","price":"200000","area":"539"} , +{"type":"Feature","id":"n7674987989","geometry":{"type":"Point","coordinates":[0.2150823,51.4523321]},"properties":{"@type":"node","@id":7674987989,"@timestamp":1593649111},"coords":"51.4523321,0.2150823","bedrooms":"4","price":"283000","area":"405"} , +{"type":"Feature","id":"n7676098318","geometry":{"type":"Point","coordinates":[0.4401191,51.7409511]},"properties":{"@type":"node","@id":7676098318,"@timestamp":1593673429},"coords":"51.7409511,0.4401191","bedrooms":"1","price":"166000","area":"442"} , +{"type":"Feature","id":"n7676693111","geometry":{"type":"Point","coordinates":[-0.0386911,51.490742]},"properties":{"@type":"node","@id":7676693111,"@timestamp":1593948329},"coords":"51.490742,-0.0386911","bedrooms":"1","price":"268000","area":"384"} , +{"type":"Feature","id":"n7676726230","geometry":{"type":"Point","coordinates":[-0.1891331,51.4427311]},"properties":{"@type":"node","@id":7676726230,"@timestamp":1610837073},"coords":"51.4427311,-0.1891331","bedrooms":"3","price":"158000","area":"482"} , +{"type":"Feature","id":"n7676726270","geometry":{"type":"Point","coordinates":[-0.1910417,51.4423355]},"properties":{"@type":"node","@id":7676726270,"@timestamp":1593686284},"coords":"51.4423355,-0.1910417","bedrooms":"3","price":"207000","area":"606"} , +{"type":"Feature","id":"n7676726292","geometry":{"type":"Point","coordinates":[-0.1983632,51.4460877]},"properties":{"@type":"node","@id":7676726292,"@timestamp":1593686284},"coords":"51.4460877,-0.1983632","bedrooms":"0","price":"233000","area":"434"} , +{"type":"Feature","id":"n7676770321","geometry":{"type":"Point","coordinates":[0.1919576,51.8845859]},"properties":{"@type":"node","@id":7676770321,"@timestamp":1593687256},"coords":"51.8845859,0.1919576","bedrooms":"2","price":"240000","area":"634"} , +{"type":"Feature","id":"n7676770331","geometry":{"type":"Point","coordinates":[0.1933899,51.8836422]},"properties":{"@type":"node","@id":7676770331,"@timestamp":1593687256},"coords":"51.8836422,0.1933899","bedrooms":"4","price":"281000","area":"676"} , +{"type":"Feature","id":"n7676836960","geometry":{"type":"Point","coordinates":[0.4163459,51.5083543]},"properties":{"@type":"node","@id":7676836960,"@timestamp":1593688576},"coords":"51.5083543,0.4163459","bedrooms":"0","price":"166000","area":"699"} , +{"type":"Feature","id":"n7676836970","geometry":{"type":"Point","coordinates":[0.4189356,51.5076048]},"properties":{"@type":"node","@id":7676836970,"@timestamp":1593688576},"coords":"51.5076048,0.4189356","bedrooms":"1","price":"273000","area":"474"} , +{"type":"Feature","id":"n7676836980","geometry":{"type":"Point","coordinates":[0.4182798,51.5073268]},"properties":{"@type":"node","@id":7676836980,"@timestamp":1593688576},"coords":"51.5073268,0.4182798","bedrooms":"0","price":"210000","area":"499"} , +{"type":"Feature","id":"n7676843390","geometry":{"type":"Point","coordinates":[0.4184313,51.5079044]},"properties":{"@type":"node","@id":7676843390,"@timestamp":1593688576},"coords":"51.5079044,0.4184313","bedrooms":"4","price":"291000","area":"617"} , +{"type":"Feature","id":"n7676843400","geometry":{"type":"Point","coordinates":[0.4189369,51.5083034]},"properties":{"@type":"node","@id":7676843400,"@timestamp":1593688576},"coords":"51.5083034,0.4189369","bedrooms":"4","price":"150000","area":"418"} , +{"type":"Feature","id":"n7676843410","geometry":{"type":"Point","coordinates":[0.4190657,51.5088919]},"properties":{"@type":"node","@id":7676843410,"@timestamp":1593688576},"coords":"51.5088919,0.4190657","bedrooms":"4","price":"293000","area":"424"} , +{"type":"Feature","id":"n7676843420","geometry":{"type":"Point","coordinates":[0.4173625,51.5086298]},"properties":{"@type":"node","@id":7676843420,"@timestamp":1593688576},"coords":"51.5086298,0.4173625","bedrooms":"1","price":"258000","area":"538"} , +{"type":"Feature","id":"n7676843430","geometry":{"type":"Point","coordinates":[0.4179418,51.5087583]},"properties":{"@type":"node","@id":7676843430,"@timestamp":1593688576},"coords":"51.5087583,0.4179418","bedrooms":"3","price":"251000","area":"435"} , +{"type":"Feature","id":"n7676843440","geometry":{"type":"Point","coordinates":[0.4157665,51.511466]},"properties":{"@type":"node","@id":7676843440,"@timestamp":1593688576},"coords":"51.511466,0.4157665","bedrooms":"2","price":"261000","area":"434"} , +{"type":"Feature","id":"n7676843450","geometry":{"type":"Point","coordinates":[0.415898,51.5112306]},"properties":{"@type":"node","@id":7676843450,"@timestamp":1593688576},"coords":"51.5112306,0.415898","bedrooms":"1","price":"234000","area":"542"} , +{"type":"Feature","id":"n7676843460","geometry":{"type":"Point","coordinates":[0.4171734,51.5110195]},"properties":{"@type":"node","@id":7676843460,"@timestamp":1593688576},"coords":"51.5110195,0.4171734","bedrooms":"4","price":"264000","area":"386"} , +{"type":"Feature","id":"n7676843470","geometry":{"type":"Point","coordinates":[0.4175059,51.5105813]},"properties":{"@type":"node","@id":7676843470,"@timestamp":1593688576},"coords":"51.5105813,0.4175059","bedrooms":"1","price":"200000","area":"606"} , +{"type":"Feature","id":"n7676843480","geometry":{"type":"Point","coordinates":[0.4173464,51.5099661]},"properties":{"@type":"node","@id":7676843480,"@timestamp":1593688576},"coords":"51.5099661,0.4173464","bedrooms":"0","price":"199000","area":"451"} , +{"type":"Feature","id":"n7676843490","geometry":{"type":"Point","coordinates":[0.4172243,51.5097983]},"properties":{"@type":"node","@id":7676843490,"@timestamp":1593688576},"coords":"51.5097983,0.4172243","bedrooms":"4","price":"169000","area":"601"} , +{"type":"Feature","id":"n7676843500","geometry":{"type":"Point","coordinates":[0.4174362,51.5096848]},"properties":{"@type":"node","@id":7676843500,"@timestamp":1593688576},"coords":"51.5096848,0.4174362","bedrooms":"3","price":"258000","area":"406"} , +{"type":"Feature","id":"n7676843510","geometry":{"type":"Point","coordinates":[0.4162131,51.5090838]},"properties":{"@type":"node","@id":7676843510,"@timestamp":1593688576},"coords":"51.5090838,0.4162131","bedrooms":"3","price":"190000","area":"641"} , +{"type":"Feature","id":"n7676843520","geometry":{"type":"Point","coordinates":[0.4166061,51.5088827]},"properties":{"@type":"node","@id":7676843520,"@timestamp":1593688576},"coords":"51.5088827,0.4166061","bedrooms":"0","price":"159000","area":"685"} , +{"type":"Feature","id":"n7676843530","geometry":{"type":"Point","coordinates":[0.4157048,51.5092792]},"properties":{"@type":"node","@id":7676843530,"@timestamp":1593688576},"coords":"51.5092792,0.4157048","bedrooms":"0","price":"159000","area":"534"} , +{"type":"Feature","id":"n7676843540","geometry":{"type":"Point","coordinates":[0.4155855,51.5094878]},"properties":{"@type":"node","@id":7676843540,"@timestamp":1593688576},"coords":"51.5094878,0.4155855","bedrooms":"3","price":"287000","area":"556"} , +{"type":"Feature","id":"n7676843550","geometry":{"type":"Point","coordinates":[0.4159865,51.5098751]},"properties":{"@type":"node","@id":7676843550,"@timestamp":1593688576},"coords":"51.5098751,0.4159865","bedrooms":"0","price":"244000","area":"354"} , +{"type":"Feature","id":"n7676843560","geometry":{"type":"Point","coordinates":[0.4165497,51.5102908]},"properties":{"@type":"node","@id":7676843560,"@timestamp":1593688576},"coords":"51.5102908,0.4165497","bedrooms":"1","price":"185000","area":"461"} , +{"type":"Feature","id":"n7676843570","geometry":{"type":"Point","coordinates":[0.4160428,51.5107282]},"properties":{"@type":"node","@id":7676843570,"@timestamp":1593688576},"coords":"51.5107282,0.4160428","bedrooms":"3","price":"264000","area":"430"} , +{"type":"Feature","id":"n7676843580","geometry":{"type":"Point","coordinates":[0.4155157,51.5104394]},"properties":{"@type":"node","@id":7676843580,"@timestamp":1593688576},"coords":"51.5104394,0.4155157","bedrooms":"3","price":"278000","area":"640"} , +{"type":"Feature","id":"n7676843590","geometry":{"type":"Point","coordinates":[0.4154648,51.5111405]},"properties":{"@type":"node","@id":7676843590,"@timestamp":1593688576},"coords":"51.5111405,0.4154648","bedrooms":"3","price":"211000","area":"438"} , +{"type":"Feature","id":"n7676843600","geometry":{"type":"Point","coordinates":[0.4148948,51.5113183]},"properties":{"@type":"node","@id":7676843600,"@timestamp":1593688576},"coords":"51.5113183,0.4148948","bedrooms":"0","price":"156000","area":"399"} , +{"type":"Feature","id":"n7676843610","geometry":{"type":"Point","coordinates":[0.4151188,51.5115361]},"properties":{"@type":"node","@id":7676843610,"@timestamp":1593688576},"coords":"51.5115361,0.4151188","bedrooms":"1","price":"291000","area":"612"} , +{"type":"Feature","id":"n7676843620","geometry":{"type":"Point","coordinates":[0.416189,51.5117322]},"properties":{"@type":"node","@id":7676843620,"@timestamp":1593688576},"coords":"51.5117322,0.416189","bedrooms":"1","price":"207000","area":"630"} , +{"type":"Feature","id":"n7676897116","geometry":{"type":"Point","coordinates":[-0.1120842,51.5713729]},"properties":{"@type":"node","@id":7676897116,"@timestamp":1594466099},"coords":"51.5713729,-0.1120842","bedrooms":"2","price":"163000","area":"372"} , +{"type":"Feature","id":"n7676897126","geometry":{"type":"Point","coordinates":[-0.1118115,51.5712894]},"properties":{"@type":"node","@id":7676897126,"@timestamp":1594466099},"coords":"51.5712894,-0.1118115","bedrooms":"3","price":"222000","area":"388"} , +{"type":"Feature","id":"n7676897136","geometry":{"type":"Point","coordinates":[-0.1117964,51.5711672]},"properties":{"@type":"node","@id":7676897136,"@timestamp":1594466099},"coords":"51.5711672,-0.1117964","bedrooms":"1","price":"200000","area":"467"} , +{"type":"Feature","id":"n7677310253","geometry":{"type":"Point","coordinates":[-0.3486057,51.3041045]},"properties":{"@type":"node","@id":7677310253,"@timestamp":1593700663},"coords":"51.3041045,-0.3486057","bedrooms":"0","price":"291000","area":"415"} , +{"type":"Feature","id":"n7678001368","geometry":{"type":"Point","coordinates":[-0.7326878,51.6359841]},"properties":{"@type":"node","@id":7678001368,"@timestamp":1601820962},"coords":"51.6359841,-0.7326878","bedrooms":"2","price":"236000","area":"598"} , +{"type":"Feature","id":"n7678001379","geometry":{"type":"Point","coordinates":[-0.7255604,51.6365412]},"properties":{"@type":"node","@id":7678001379,"@timestamp":1601820962},"coords":"51.6365412,-0.7255604","bedrooms":"4","price":"152000","area":"676"} , +{"type":"Feature","id":"n7678107759","geometry":{"type":"Point","coordinates":[-0.7845133,51.2220559]},"properties":{"@type":"node","@id":7678107759,"@timestamp":1593727910},"coords":"51.2220559,-0.7845133","bedrooms":"2","price":"182000","area":"540"} , +{"type":"Feature","id":"n7678467798","geometry":{"type":"Point","coordinates":[-0.2936489,51.4677647]},"properties":{"@type":"node","@id":7678467798,"@timestamp":1593727884},"coords":"51.4677647,-0.2936489","bedrooms":"0","price":"231000","area":"377"} , +{"type":"Feature","id":"n7678574059","geometry":{"type":"Point","coordinates":[-0.187222,51.5102843]},"properties":{"@type":"node","@id":7678574059,"@timestamp":1628189719},"coords":"51.5102843,-0.187222","bedrooms":"0","price":"227000","area":"582"} , +{"type":"Feature","id":"n7678580967","geometry":{"type":"Point","coordinates":[-0.1827,51.510584]},"properties":{"@type":"node","@id":7678580967,"@timestamp":1593736063},"coords":"51.510584,-0.1827","bedrooms":"3","price":"195000","area":"474"} , +{"type":"Feature","id":"n7678633474","geometry":{"type":"Point","coordinates":[-0.2680306,51.4024317]},"properties":{"@type":"node","@id":7678633474,"@timestamp":1630325685},"coords":"51.4024317,-0.2680306","bedrooms":"1","price":"228000","area":"669"} , +{"type":"Feature","id":"n7678643439","geometry":{"type":"Point","coordinates":[0.2160546,51.4440109]},"properties":{"@type":"node","@id":7678643439,"@timestamp":1593738249},"coords":"51.4440109,0.2160546","bedrooms":"4","price":"188000","area":"535"} , +{"type":"Feature","id":"n7678643890","geometry":{"type":"Point","coordinates":[0.197952,51.4570646]},"properties":{"@type":"node","@id":7678643890,"@timestamp":1630610678},"coords":"51.4570646,0.197952","bedrooms":"2","price":"279000","area":"581"} , +{"type":"Feature","id":"n7678644454","geometry":{"type":"Point","coordinates":[-0.1757755,51.4248531]},"properties":{"@type":"node","@id":7678644454,"@timestamp":1593739358},"coords":"51.4248531,-0.1757755","bedrooms":"3","price":"182000","area":"604"} , +{"type":"Feature","id":"n7678657844","geometry":{"type":"Point","coordinates":[-0.1090152,51.4997594]},"properties":{"@type":"node","@id":7678657844,"@timestamp":1593744275},"coords":"51.4997594,-0.1090152","bedrooms":"4","price":"170000","area":"580"} , +{"type":"Feature","id":"n7678694983","geometry":{"type":"Point","coordinates":[-0.1189753,51.498135]},"properties":{"@type":"node","@id":7678694983,"@timestamp":1593743694},"coords":"51.498135,-0.1189753","bedrooms":"2","price":"249000","area":"565"} , +{"type":"Feature","id":"n7678767443","geometry":{"type":"Point","coordinates":[-0.1925596,51.5006957]},"properties":{"@type":"node","@id":7678767443,"@timestamp":1593746678},"coords":"51.5006957,-0.1925596","bedrooms":"0","price":"230000","area":"463"} , +{"type":"Feature","id":"n7679711305","geometry":{"type":"Point","coordinates":[-0.2929231,51.423185]},"properties":{"@type":"node","@id":7679711305,"@timestamp":1593769000},"coords":"51.423185,-0.2929231","bedrooms":"0","price":"222000","area":"451"} , +{"type":"Feature","id":"n7679864492","geometry":{"type":"Point","coordinates":[-0.3343166,51.3143709]},"properties":{"@type":"node","@id":7679864492,"@timestamp":1618096075},"coords":"51.3143709,-0.3343166","bedrooms":"2","price":"251000","area":"699"} , +{"type":"Feature","id":"n7680065295","geometry":{"type":"Point","coordinates":[-0.0034738,51.4081586]},"properties":{"@type":"node","@id":7680065295,"@timestamp":1593776057},"coords":"51.4081586,-0.0034738","bedrooms":"1","price":"222000","area":"398"} , +{"type":"Feature","id":"n7680303385","geometry":{"type":"Point","coordinates":[-0.2041798,51.5022422]},"properties":{"@type":"node","@id":7680303385,"@timestamp":1593782400},"coords":"51.5022422,-0.2041798","bedrooms":"1","price":"202000","area":"400"} , +{"type":"Feature","id":"n7680596235","geometry":{"type":"Point","coordinates":[-0.112102,51.5714823]},"properties":{"@type":"node","@id":7680596235,"@timestamp":1594466099},"coords":"51.5714823,-0.112102","bedrooms":"4","price":"179000","area":"647"} , +{"type":"Feature","id":"n7680596245","geometry":{"type":"Point","coordinates":[-0.1113953,51.5720531]},"properties":{"@type":"node","@id":7680596245,"@timestamp":1594466099},"coords":"51.5720531,-0.1113953","bedrooms":"0","price":"226000","area":"428"} , +{"type":"Feature","id":"n7680596256","geometry":{"type":"Point","coordinates":[-0.1119168,51.5715364]},"properties":{"@type":"node","@id":7680596256,"@timestamp":1594466099},"coords":"51.5715364,-0.1119168","bedrooms":"3","price":"157000","area":"686"} , +{"type":"Feature","id":"n7680596266","geometry":{"type":"Point","coordinates":[-0.1117121,51.5717149]},"properties":{"@type":"node","@id":7680596266,"@timestamp":1594466099},"coords":"51.5717149,-0.1117121","bedrooms":"0","price":"194000","area":"395"} , +{"type":"Feature","id":"n7680596276","geometry":{"type":"Point","coordinates":[-0.1115929,51.5717818]},"properties":{"@type":"node","@id":7680596276,"@timestamp":1594466099},"coords":"51.5717818,-0.1115929","bedrooms":"1","price":"164000","area":"491"} , +{"type":"Feature","id":"n7680671786","geometry":{"type":"Point","coordinates":[-0.1114728,51.571812]},"properties":{"@type":"node","@id":7680671786,"@timestamp":1594466099},"coords":"51.571812,-0.1114728","bedrooms":"1","price":"256000","area":"599"} , +{"type":"Feature","id":"n7680671797","geometry":{"type":"Point","coordinates":[-0.1113425,51.5719844]},"properties":{"@type":"node","@id":7680671797,"@timestamp":1594466099},"coords":"51.5719844,-0.1113425","bedrooms":"2","price":"217000","area":"539"} , +{"type":"Feature","id":"n7680671807","geometry":{"type":"Point","coordinates":[-0.111252,51.5719531]},"properties":{"@type":"node","@id":7680671807,"@timestamp":1594466099},"coords":"51.5719531,-0.111252","bedrooms":"2","price":"202000","area":"549"} , +{"type":"Feature","id":"n7680671817","geometry":{"type":"Point","coordinates":[-0.1109889,51.5718947]},"properties":{"@type":"node","@id":7680671817,"@timestamp":1594466099},"coords":"51.5718947,-0.1109889","bedrooms":"3","price":"221000","area":"533"} , +{"type":"Feature","id":"n7680671827","geometry":{"type":"Point","coordinates":[-0.1108297,51.5718668]},"properties":{"@type":"node","@id":7680671827,"@timestamp":1594466099},"coords":"51.5718668,-0.1108297","bedrooms":"4","price":"278000","area":"364"} , +{"type":"Feature","id":"n7680671837","geometry":{"type":"Point","coordinates":[-0.1108952,51.5717148]},"properties":{"@type":"node","@id":7680671837,"@timestamp":1594466099},"coords":"51.5717148,-0.1108952","bedrooms":"2","price":"196000","area":"435"} , +{"type":"Feature","id":"n7680671847","geometry":{"type":"Point","coordinates":[-0.1114525,51.5714328]},"properties":{"@type":"node","@id":7680671847,"@timestamp":1594466099},"coords":"51.5714328,-0.1114525","bedrooms":"4","price":"235000","area":"567"} , +{"type":"Feature","id":"n7680792088","geometry":{"type":"Point","coordinates":[0.6095921,51.3643774]},"properties":{"@type":"node","@id":7680792088,"@timestamp":1593793361},"coords":"51.3643774,0.6095921","bedrooms":"0","price":"225000","area":"644"} , +{"type":"Feature","id":"n7680931031","geometry":{"type":"Point","coordinates":[0.2020718,51.438759]},"properties":{"@type":"node","@id":7680931031,"@timestamp":1593798221},"coords":"51.438759,0.2020718","bedrooms":"2","price":"220000","area":"469"} , +{"type":"Feature","id":"n7681043673","geometry":{"type":"Point","coordinates":[-0.0878835,51.4861958]},"properties":{"@type":"node","@id":7681043673,"@timestamp":1593802611},"coords":"51.4861958,-0.0878835","bedrooms":"1","price":"168000","area":"603"} , +{"type":"Feature","id":"n7681153349","geometry":{"type":"Point","coordinates":[-0.0205052,51.0401674]},"properties":{"@type":"node","@id":7681153349,"@timestamp":1593807050},"coords":"51.0401674,-0.0205052","bedrooms":"1","price":"192000","area":"617"} , +{"type":"Feature","id":"n7681153362","geometry":{"type":"Point","coordinates":[-0.0187556,51.0401262]},"properties":{"@type":"node","@id":7681153362,"@timestamp":1593807050},"coords":"51.0401262,-0.0187556","bedrooms":"2","price":"195000","area":"619"} , +{"type":"Feature","id":"n7681176894","geometry":{"type":"Point","coordinates":[0.0021857,51.0416792]},"properties":{"@type":"node","@id":7681176894,"@timestamp":1593807050},"coords":"51.0416792,0.0021857","bedrooms":"3","price":"283000","area":"655"} , +{"type":"Feature","id":"n7681176930","geometry":{"type":"Point","coordinates":[0.0212513,51.0300172]},"properties":{"@type":"node","@id":7681176930,"@timestamp":1593807050},"coords":"51.0300172,0.0212513","bedrooms":"3","price":"279000","area":"680"} , +{"type":"Feature","id":"n7681309263","geometry":{"type":"Point","coordinates":[0.1950207,51.4368092]},"properties":{"@type":"node","@id":7681309263,"@timestamp":1593811512},"coords":"51.4368092,0.1950207","bedrooms":"1","price":"263000","area":"605"} , +{"type":"Feature","id":"n7681505031","geometry":{"type":"Point","coordinates":[0.2279912,51.4512165]},"properties":{"@type":"node","@id":7681505031,"@timestamp":1595639310},"coords":"51.4512165,0.2279912","bedrooms":"3","price":"247000","area":"417"} , +{"type":"Feature","id":"n7681505146","geometry":{"type":"Point","coordinates":[0.227507,51.4506791]},"properties":{"@type":"node","@id":7681505146,"@timestamp":1595639310},"coords":"51.4506791,0.227507","bedrooms":"4","price":"177000","area":"472"} , +{"type":"Feature","id":"n7682204905","geometry":{"type":"Point","coordinates":[0.1515219,51.4432698]},"properties":{"@type":"node","@id":7682204905,"@timestamp":1593844883},"coords":"51.4432698,0.1515219","bedrooms":"0","price":"160000","area":"636"} , +{"type":"Feature","id":"n7682331790","geometry":{"type":"Point","coordinates":[-0.9732642,51.4281489]},"properties":{"@type":"node","@id":7682331790,"@timestamp":1593852300},"coords":"51.4281489,-0.9732642","bedrooms":"2","price":"191000","area":"487"} , +{"type":"Feature","id":"n7682368909","geometry":{"type":"Point","coordinates":[-0.9757931,51.4305885]},"properties":{"@type":"node","@id":7682368909,"@timestamp":1593854131},"coords":"51.4305885,-0.9757931","bedrooms":"2","price":"201000","area":"378"} , +{"type":"Feature","id":"n7682368926","geometry":{"type":"Point","coordinates":[-0.974417,51.431949]},"properties":{"@type":"node","@id":7682368926,"@timestamp":1593854131},"coords":"51.431949,-0.974417","bedrooms":"0","price":"258000","area":"500"} , +{"type":"Feature","id":"n7682425493","geometry":{"type":"Point","coordinates":[0.0411632,51.0278571]},"properties":{"@type":"node","@id":7682425493,"@timestamp":1593856423},"coords":"51.0278571,0.0411632","bedrooms":"1","price":"277000","area":"350"} , +{"type":"Feature","id":"n7682425503","geometry":{"type":"Point","coordinates":[0.0318482,51.0233382]},"properties":{"@type":"node","@id":7682425503,"@timestamp":1593856423},"coords":"51.0233382,0.0318482","bedrooms":"3","price":"253000","area":"564"} , +{"type":"Feature","id":"n7682496130","geometry":{"type":"Point","coordinates":[0.8026603,51.193648]},"properties":{"@type":"node","@id":7682496130,"@timestamp":1593858807},"coords":"51.193648,0.8026603","bedrooms":"1","price":"212000","area":"591"} , +{"type":"Feature","id":"n7682499202","geometry":{"type":"Point","coordinates":[0.8047443,51.1970759]},"properties":{"@type":"node","@id":7682499202,"@timestamp":1593858807},"coords":"51.1970759,0.8047443","bedrooms":"1","price":"246000","area":"475"} , +{"type":"Feature","id":"n7682558083","geometry":{"type":"Point","coordinates":[0.1317304,51.4409512]},"properties":{"@type":"node","@id":7682558083,"@timestamp":1593860850},"coords":"51.4409512,0.1317304","bedrooms":"2","price":"296000","area":"672"} , +{"type":"Feature","id":"n7682615699","geometry":{"type":"Point","coordinates":[0.141772,51.4393308]},"properties":{"@type":"node","@id":7682615699,"@timestamp":1593863472},"coords":"51.4393308,0.141772","bedrooms":"4","price":"299000","area":"484"} , +{"type":"Feature","id":"n7682638914","geometry":{"type":"Point","coordinates":[-0.1022718,51.4408353]},"properties":{"@type":"node","@id":7682638914,"@timestamp":1618677940},"coords":"51.4408353,-0.1022718","bedrooms":"1","price":"185000","area":"420"} , +{"type":"Feature","id":"n7682877838","geometry":{"type":"Point","coordinates":[-0.1211634,51.0886511]},"properties":{"@type":"node","@id":7682877838,"@timestamp":1621077242},"coords":"51.0886511,-0.1211634","bedrooms":"1","price":"215000","area":"466"} , +{"type":"Feature","id":"n7683055004","geometry":{"type":"Point","coordinates":[-0.3520048,51.0276623]},"properties":{"@type":"node","@id":7683055004,"@timestamp":1593878136},"coords":"51.0276623,-0.3520048","bedrooms":"1","price":"285000","area":"581"} , +{"type":"Feature","id":"n7683185637","geometry":{"type":"Point","coordinates":[0.5734161,51.3907088]},"properties":{"@type":"node","@id":7683185637,"@timestamp":1593884333},"coords":"51.3907088,0.5734161","bedrooms":"4","price":"243000","area":"667"} , +{"type":"Feature","id":"n7683227795","geometry":{"type":"Point","coordinates":[0.581738,51.3367406]},"properties":{"@type":"node","@id":7683227795,"@timestamp":1593884333},"coords":"51.3367406,0.581738","bedrooms":"2","price":"202000","area":"678"} , +{"type":"Feature","id":"n7683227874","geometry":{"type":"Point","coordinates":[0.6079512,51.3418241]},"properties":{"@type":"node","@id":7683227874,"@timestamp":1628785147},"coords":"51.3418241,0.6079512","bedrooms":"1","price":"263000","area":"490"} , +{"type":"Feature","id":"n7683273820","geometry":{"type":"Point","coordinates":[0.5421794,51.002544]},"properties":{"@type":"node","@id":7683273820,"@timestamp":1593885995},"coords":"51.002544,0.5421794","bedrooms":"0","price":"210000","area":"698"} , +{"type":"Feature","id":"n7683379765","geometry":{"type":"Point","coordinates":[-0.5749651,51.5059194]},"properties":{"@type":"node","@id":7683379765,"@timestamp":1628185133},"coords":"51.5059194,-0.5749651","bedrooms":"1","price":"234000","area":"392"} , +{"type":"Feature","id":"n7683560522","geometry":{"type":"Point","coordinates":[0.0414367,51.022618]},"properties":{"@type":"node","@id":7683560522,"@timestamp":1593891585},"coords":"51.022618,0.0414367","bedrooms":"1","price":"155000","area":"394"} , +{"type":"Feature","id":"n7683560674","geometry":{"type":"Point","coordinates":[-0.0017191,51.0170287]},"properties":{"@type":"node","@id":7683560674,"@timestamp":1593891585},"coords":"51.0170287,-0.0017191","bedrooms":"4","price":"243000","area":"625"} , +{"type":"Feature","id":"n7683568192","geometry":{"type":"Point","coordinates":[0.081296,51.6248216]},"properties":{"@type":"node","@id":7683568192,"@timestamp":1593892657},"coords":"51.6248216,0.081296","bedrooms":"1","price":"276000","area":"511"} , +{"type":"Feature","id":"n7683647290","geometry":{"type":"Point","coordinates":[0.1073502,51.6178306]},"properties":{"@type":"node","@id":7683647290,"@timestamp":1618481580},"coords":"51.6178306,0.1073502","bedrooms":"3","price":"285000","area":"401"} , +{"type":"Feature","id":"n7684083956","geometry":{"type":"Point","coordinates":[-0.2983876,51.3922145]},"properties":{"@type":"node","@id":7684083956,"@timestamp":1626920192},"coords":"51.3922145,-0.2983876","bedrooms":"1","price":"264000","area":"662"} , +{"type":"Feature","id":"n7684117905","geometry":{"type":"Point","coordinates":[0.2284053,51.4606329]},"properties":{"@type":"node","@id":7684117905,"@timestamp":1619561283},"coords":"51.4606329,0.2284053","bedrooms":"0","price":"206000","area":"674"} , +{"type":"Feature","id":"n7684177788","geometry":{"type":"Point","coordinates":[0.2845226,51.8685819]},"properties":{"@type":"node","@id":7684177788,"@timestamp":1616269145},"coords":"51.8685819,0.2845226","bedrooms":"2","price":"242000","area":"553"} , +{"type":"Feature","id":"n7684572980","geometry":{"type":"Point","coordinates":[-0.3909216,51.4938361]},"properties":{"@type":"node","@id":7684572980,"@timestamp":1593938628},"coords":"51.4938361,-0.3909216","bedrooms":"0","price":"224000","area":"581"} , +{"type":"Feature","id":"n7684632396","geometry":{"type":"Point","coordinates":[0.8081223,51.1979162]},"properties":{"@type":"node","@id":7684632396,"@timestamp":1593942336},"coords":"51.1979162,0.8081223","bedrooms":"0","price":"175000","area":"395"} , +{"type":"Feature","id":"n7684641185","geometry":{"type":"Point","coordinates":[-0.0008754,51.5465938]},"properties":{"@type":"node","@id":7684641185,"@timestamp":1597391548},"coords":"51.5465938,-0.0008754","bedrooms":"2","price":"229000","area":"486"} , +{"type":"Feature","id":"n7684702822","geometry":{"type":"Point","coordinates":[-0.7430264,51.2510923]},"properties":{"@type":"node","@id":7684702822,"@timestamp":1593945432},"coords":"51.2510923,-0.7430264","bedrooms":"1","price":"235000","area":"382"} , +{"type":"Feature","id":"n7684867013","geometry":{"type":"Point","coordinates":[-0.476321,51.648344]},"properties":{"@type":"node","@id":7684867013,"@timestamp":1594029517},"coords":"51.648344,-0.476321","bedrooms":"2","price":"180000","area":"421"} , +{"type":"Feature","id":"n7684889804","geometry":{"type":"Point","coordinates":[-0.1358137,51.7844813]},"properties":{"@type":"node","@id":7684889804,"@timestamp":1593954841},"coords":"51.7844813,-0.1358137","bedrooms":"1","price":"272000","area":"615"} , +{"type":"Feature","id":"n7684907385","geometry":{"type":"Point","coordinates":[-0.3866291,51.6492788]},"properties":{"@type":"node","@id":7684907385,"@timestamp":1596153311},"coords":"51.6492788,-0.3866291","bedrooms":"0","price":"245000","area":"563"} , +{"type":"Feature","id":"n7685135150","geometry":{"type":"Point","coordinates":[-0.7481683,51.2465635]},"properties":{"@type":"node","@id":7685135150,"@timestamp":1593962802},"coords":"51.2465635,-0.7481683","bedrooms":"2","price":"225000","area":"504"} , +{"type":"Feature","id":"n7685974076","geometry":{"type":"Point","coordinates":[0.2166065,51.4432149]},"properties":{"@type":"node","@id":7685974076,"@timestamp":1620257399},"coords":"51.4432149,0.2166065","bedrooms":"3","price":"157000","area":"673"} , +{"type":"Feature","id":"n7685976114","geometry":{"type":"Point","coordinates":[0.2171517,51.4438963]},"properties":{"@type":"node","@id":7685976114,"@timestamp":1620257399},"coords":"51.4438963,0.2171517","bedrooms":"1","price":"257000","area":"401"} , +{"type":"Feature","id":"n7686114770","geometry":{"type":"Point","coordinates":[-0.0400829,51.4991873]},"properties":{"@type":"node","@id":7686114770,"@timestamp":1593995815},"coords":"51.4991873,-0.0400829","bedrooms":"1","price":"269000","area":"522"} , +{"type":"Feature","id":"n7686118349","geometry":{"type":"Point","coordinates":[0.2153855,51.4412427]},"properties":{"@type":"node","@id":7686118349,"@timestamp":1620599126},"coords":"51.4412427,0.2153855","bedrooms":"3","price":"227000","area":"379"} , +{"type":"Feature","id":"n7686119050","geometry":{"type":"Point","coordinates":[0.2157245,51.4419254]},"properties":{"@type":"node","@id":7686119050,"@timestamp":1620257399},"coords":"51.4419254,0.2157245","bedrooms":"3","price":"252000","area":"549"} , +{"type":"Feature","id":"n7686119207","geometry":{"type":"Point","coordinates":[0.2164771,51.442944]},"properties":{"@type":"node","@id":7686119207,"@timestamp":1620257399},"coords":"51.442944,0.2164771","bedrooms":"4","price":"226000","area":"481"} , +{"type":"Feature","id":"n7686329753","geometry":{"type":"Point","coordinates":[-0.0169099,51.4767501]},"properties":{"@type":"node","@id":7686329753,"@timestamp":1594007298},"coords":"51.4767501,-0.0169099","bedrooms":"0","price":"237000","area":"503"} , +{"type":"Feature","id":"n7686428592","geometry":{"type":"Point","coordinates":[-0.0685667,51.5109278]},"properties":{"@type":"node","@id":7686428592,"@timestamp":1594011129},"coords":"51.5109278,-0.0685667","bedrooms":"4","price":"159000","area":"392"} , +{"type":"Feature","id":"n7686575920","geometry":{"type":"Point","coordinates":[0.6681646,51.1144668]},"properties":{"@type":"node","@id":7686575920,"@timestamp":1621110571},"coords":"51.1144668,0.6681646","bedrooms":"1","price":"231000","area":"445"} , +{"type":"Feature","id":"n7686958385","geometry":{"type":"Point","coordinates":[-0.1887944,51.5675009]},"properties":{"@type":"node","@id":7686958385,"@timestamp":1594023139},"coords":"51.5675009,-0.1887944","bedrooms":"2","price":"195000","area":"647"} , +{"type":"Feature","id":"n7687264894","geometry":{"type":"Point","coordinates":[-0.2799228,51.5031922]},"properties":{"@type":"node","@id":7687264894,"@timestamp":1594029829},"coords":"51.5031922,-0.2799228","bedrooms":"2","price":"245000","area":"541"} , +{"type":"Feature","id":"n7687610864","geometry":{"type":"Point","coordinates":[-0.0442198,51.5479731]},"properties":{"@type":"node","@id":7687610864,"@timestamp":1603462016},"coords":"51.5479731,-0.0442198","bedrooms":"3","price":"177000","area":"447"} , +{"type":"Feature","id":"n7687667603","geometry":{"type":"Point","coordinates":[0.1522917,51.4407127]},"properties":{"@type":"node","@id":7687667603,"@timestamp":1594037698},"coords":"51.4407127,0.1522917","bedrooms":"1","price":"177000","area":"544"} , +{"type":"Feature","id":"n7687832063","geometry":{"type":"Point","coordinates":[-0.1591918,51.1742294]},"properties":{"@type":"node","@id":7687832063,"@timestamp":1610108795},"coords":"51.1742294,-0.1591918","bedrooms":"0","price":"215000","area":"597"} , +{"type":"Feature","id":"n7687961533","geometry":{"type":"Point","coordinates":[-0.0610181,51.5111284]},"properties":{"@type":"node","@id":7687961533,"@timestamp":1635078204},"coords":"51.5111284,-0.0610181","bedrooms":"3","price":"251000","area":"464"} , +{"type":"Feature","id":"n7688084153","geometry":{"type":"Point","coordinates":[-0.7095364,51.7822583]},"properties":{"@type":"node","@id":7688084153,"@timestamp":1613493683},"coords":"51.7822583,-0.7095364","bedrooms":"2","price":"188000","area":"682"} , +{"type":"Feature","id":"n7688165328","geometry":{"type":"Point","coordinates":[-0.3055169,51.4982794]},"properties":{"@type":"node","@id":7688165328,"@timestamp":1594049589},"coords":"51.4982794,-0.3055169","bedrooms":"3","price":"155000","area":"353"} , +{"type":"Feature","id":"n7688277770","geometry":{"type":"Point","coordinates":[-0.1642664,51.4949446]},"properties":{"@type":"node","@id":7688277770,"@timestamp":1603901025},"coords":"51.4949446,-0.1642664","bedrooms":"2","price":"218000","area":"515"} , +{"type":"Feature","id":"n7688410954","geometry":{"type":"Point","coordinates":[-0.1345159,51.5654298]},"properties":{"@type":"node","@id":7688410954,"@timestamp":1594055344},"coords":"51.5654298,-0.1345159","bedrooms":"2","price":"231000","area":"432"} , +{"type":"Feature","id":"n7688564973","geometry":{"type":"Point","coordinates":[-0.8505256,51.472146]},"properties":{"@type":"node","@id":7688564973,"@timestamp":1594056753},"coords":"51.472146,-0.8505256","bedrooms":"0","price":"267000","area":"648"} , +{"type":"Feature","id":"n7688750688","geometry":{"type":"Point","coordinates":[0.0695712,51.3934243]},"properties":{"@type":"node","@id":7688750688,"@timestamp":1594058441},"coords":"51.3934243,0.0695712","bedrooms":"1","price":"237000","area":"531"} , +{"type":"Feature","id":"n7688768334","geometry":{"type":"Point","coordinates":[-0.1958043,51.4998659]},"properties":{"@type":"node","@id":7688768334,"@timestamp":1594058955},"coords":"51.4998659,-0.1958043","bedrooms":"2","price":"200000","area":"542"} , +{"type":"Feature","id":"n7688788594","geometry":{"type":"Point","coordinates":[-0.2128534,51.49004]},"properties":{"@type":"node","@id":7688788594,"@timestamp":1615504514},"coords":"51.49004,-0.2128534","bedrooms":"1","price":"177000","area":"485"} , +{"type":"Feature","id":"n7688788604","geometry":{"type":"Point","coordinates":[-0.2130264,51.4900598]},"properties":{"@type":"node","@id":7688788604,"@timestamp":1615504514},"coords":"51.4900598,-0.2130264","bedrooms":"2","price":"207000","area":"381"} , +{"type":"Feature","id":"n7688788615","geometry":{"type":"Point","coordinates":[-0.2111284,51.4898518]},"properties":{"@type":"node","@id":7688788615,"@timestamp":1615504514},"coords":"51.4898518,-0.2111284","bedrooms":"0","price":"194000","area":"668"} , +{"type":"Feature","id":"n7688788625","geometry":{"type":"Point","coordinates":[-0.2102595,51.4898175]},"properties":{"@type":"node","@id":7688788625,"@timestamp":1615504514},"coords":"51.4898175,-0.2102595","bedrooms":"2","price":"154000","area":"670"} , +{"type":"Feature","id":"n7688788635","geometry":{"type":"Point","coordinates":[-0.2093918,51.4898569]},"properties":{"@type":"node","@id":7688788635,"@timestamp":1615504514},"coords":"51.4898569,-0.2093918","bedrooms":"1","price":"150000","area":"515"} , +{"type":"Feature","id":"n7688788645","geometry":{"type":"Point","coordinates":[-0.2085291,51.489925]},"properties":{"@type":"node","@id":7688788645,"@timestamp":1615504514},"coords":"51.489925,-0.2085291","bedrooms":"3","price":"276000","area":"496"} , +{"type":"Feature","id":"n7688788655","geometry":{"type":"Point","coordinates":[-0.2077692,51.4900397]},"properties":{"@type":"node","@id":7688788655,"@timestamp":1615504514},"coords":"51.4900397,-0.2077692","bedrooms":"4","price":"266000","area":"582"} , +{"type":"Feature","id":"n7688792097","geometry":{"type":"Point","coordinates":[-0.2110359,51.4903084]},"properties":{"@type":"node","@id":7688792097,"@timestamp":1615504514},"coords":"51.4903084,-0.2110359","bedrooms":"3","price":"219000","area":"426"} , +{"type":"Feature","id":"n7688792107","geometry":{"type":"Point","coordinates":[-0.2100631,51.4902836]},"properties":{"@type":"node","@id":7688792107,"@timestamp":1615504514},"coords":"51.4902836,-0.2100631","bedrooms":"3","price":"250000","area":"351"} , +{"type":"Feature","id":"n7688792117","geometry":{"type":"Point","coordinates":[-0.2091055,51.4903388]},"properties":{"@type":"node","@id":7688792117,"@timestamp":1615504514},"coords":"51.4903388,-0.2091055","bedrooms":"0","price":"244000","area":"364"} , +{"type":"Feature","id":"n7688792127","geometry":{"type":"Point","coordinates":[-0.2081609,51.4904603]},"properties":{"@type":"node","@id":7688792127,"@timestamp":1615504514},"coords":"51.4904603,-0.2081609","bedrooms":"0","price":"279000","area":"424"} , +{"type":"Feature","id":"n7688792141","geometry":{"type":"Point","coordinates":[-0.2119964,51.4904055]},"properties":{"@type":"node","@id":7688792141,"@timestamp":1615504514},"coords":"51.4904055,-0.2119964","bedrooms":"3","price":"157000","area":"637"} , +{"type":"Feature","id":"n7689275026","geometry":{"type":"Point","coordinates":[-0.043848,51.531717]},"properties":{"@type":"node","@id":7689275026,"@timestamp":1594068628},"coords":"51.531717,-0.043848","bedrooms":"1","price":"206000","area":"530"} , +{"type":"Feature","id":"n7689350444","geometry":{"type":"Point","coordinates":[-0.0485761,51.5361023]},"properties":{"@type":"node","@id":7689350444,"@timestamp":1602896154},"coords":"51.5361023,-0.0485761","bedrooms":"1","price":"185000","area":"619"} , +{"type":"Feature","id":"n7689351273","geometry":{"type":"Point","coordinates":[-0.0053535,51.5093218]},"properties":{"@type":"node","@id":7689351273,"@timestamp":1594072382},"coords":"51.5093218,-0.0053535","bedrooms":"3","price":"257000","area":"596"} , +{"type":"Feature","id":"n7689351283","geometry":{"type":"Point","coordinates":[-0.0061662,51.5092092]},"properties":{"@type":"node","@id":7689351283,"@timestamp":1594072382},"coords":"51.5092092,-0.0061662","bedrooms":"4","price":"274000","area":"398"} , +{"type":"Feature","id":"n7689359593","geometry":{"type":"Point","coordinates":[-0.0067791,51.5102358]},"properties":{"@type":"node","@id":7689359593,"@timestamp":1594072382},"coords":"51.5102358,-0.0067791","bedrooms":"4","price":"178000","area":"355"} , +{"type":"Feature","id":"n7689359603","geometry":{"type":"Point","coordinates":[-0.0035832,51.5104983]},"properties":{"@type":"node","@id":7689359603,"@timestamp":1594072382},"coords":"51.5104983,-0.0035832","bedrooms":"2","price":"201000","area":"495"} , +{"type":"Feature","id":"n7689359613","geometry":{"type":"Point","coordinates":[-0.0027005,51.5105217]},"properties":{"@type":"node","@id":7689359613,"@timestamp":1630491135},"coords":"51.5105217,-0.0027005","bedrooms":"3","price":"151000","area":"683"} , +{"type":"Feature","id":"n7689359623","geometry":{"type":"Point","coordinates":[-0.0018735,51.5106581]},"properties":{"@type":"node","@id":7689359623,"@timestamp":1630433950},"coords":"51.5106581,-0.0018735","bedrooms":"1","price":"175000","area":"375"} , +{"type":"Feature","id":"n7689359633","geometry":{"type":"Point","coordinates":[0.0006802,51.5117895]},"properties":{"@type":"node","@id":7689359633,"@timestamp":1594072382},"coords":"51.5117895,0.0006802","bedrooms":"2","price":"163000","area":"666"} , +{"type":"Feature","id":"n7689359643","geometry":{"type":"Point","coordinates":[0.0009497,51.5119444]},"properties":{"@type":"node","@id":7689359643,"@timestamp":1594072382},"coords":"51.5119444,0.0009497","bedrooms":"1","price":"191000","area":"660"} , +{"type":"Feature","id":"n7689359653","geometry":{"type":"Point","coordinates":[0.0078175,51.513957]},"properties":{"@type":"node","@id":7689359653,"@timestamp":1594072382},"coords":"51.513957,0.0078175","bedrooms":"0","price":"193000","area":"392"} , +{"type":"Feature","id":"n7689369238","geometry":{"type":"Point","coordinates":[-0.2202905,51.5010005]},"properties":{"@type":"node","@id":7689369238,"@timestamp":1630904617},"coords":"51.5010005,-0.2202905","bedrooms":"3","price":"184000","area":"491"} , +{"type":"Feature","id":"n7689369250","geometry":{"type":"Point","coordinates":[-0.221047,51.5006346]},"properties":{"@type":"node","@id":7689369250,"@timestamp":1630904617},"coords":"51.5006346,-0.221047","bedrooms":"1","price":"257000","area":"584"} , +{"type":"Feature","id":"n7689369260","geometry":{"type":"Point","coordinates":[-0.2189245,51.5010097]},"properties":{"@type":"node","@id":7689369260,"@timestamp":1631084615},"coords":"51.5010097,-0.2189245","bedrooms":"0","price":"200000","area":"376"} , +{"type":"Feature","id":"n7689369270","geometry":{"type":"Point","coordinates":[-0.218322,51.5013096]},"properties":{"@type":"node","@id":7689369270,"@timestamp":1631084615},"coords":"51.5013096,-0.218322","bedrooms":"3","price":"262000","area":"619"} , +{"type":"Feature","id":"n7689369280","geometry":{"type":"Point","coordinates":[-0.2176834,51.5016275]},"properties":{"@type":"node","@id":7689369280,"@timestamp":1631084615},"coords":"51.5016275,-0.2176834","bedrooms":"1","price":"286000","area":"581"} , +{"type":"Feature","id":"n7689398910","geometry":{"type":"Point","coordinates":[0.004556,51.5142508]},"properties":{"@type":"node","@id":7689398910,"@timestamp":1594073679},"coords":"51.5142508,0.004556","bedrooms":"4","price":"194000","area":"497"} , +{"type":"Feature","id":"n7689398920","geometry":{"type":"Point","coordinates":[0.0020763,51.5135435]},"properties":{"@type":"node","@id":7689398920,"@timestamp":1594073679},"coords":"51.5135435,0.0020763","bedrooms":"0","price":"267000","area":"561"} , +{"type":"Feature","id":"n7689398930","geometry":{"type":"Point","coordinates":[0.001796,51.5131303]},"properties":{"@type":"node","@id":7689398930,"@timestamp":1594073679},"coords":"51.5131303,0.001796","bedrooms":"2","price":"202000","area":"362"} , +{"type":"Feature","id":"n7689398940","geometry":{"type":"Point","coordinates":[0.0001438,51.5123508]},"properties":{"@type":"node","@id":7689398940,"@timestamp":1594073679},"coords":"51.5123508,0.0001438","bedrooms":"2","price":"261000","area":"368"} , +{"type":"Feature","id":"n7689398950","geometry":{"type":"Point","coordinates":[-0.0009572,51.5117085]},"properties":{"@type":"node","@id":7689398950,"@timestamp":1594073679},"coords":"51.5117085,-0.0009572","bedrooms":"0","price":"193000","area":"362"} , +{"type":"Feature","id":"n7689398960","geometry":{"type":"Point","coordinates":[5.7e-06,51.5108705]},"properties":{"@type":"node","@id":7689398960,"@timestamp":1594073679},"coords":"51.5108705,5.7e-06","bedrooms":"1","price":"187000","area":"622"} , +{"type":"Feature","id":"n7689398970","geometry":{"type":"Point","coordinates":[-0.0007427,51.5108806]},"properties":{"@type":"node","@id":7689398970,"@timestamp":1594073679},"coords":"51.5108806,-0.0007427","bedrooms":"0","price":"240000","area":"390"} , +{"type":"Feature","id":"n7689399203","geometry":{"type":"Point","coordinates":[0.0011778,51.5092592]},"properties":{"@type":"node","@id":7689399203,"@timestamp":1594073679},"coords":"51.5092592,0.0011778","bedrooms":"3","price":"285000","area":"553"} , +{"type":"Feature","id":"n7689399219","geometry":{"type":"Point","coordinates":[-0.0016599,51.5076546]},"properties":{"@type":"node","@id":7689399219,"@timestamp":1598050651},"coords":"51.5076546,-0.0016599","bedrooms":"4","price":"185000","area":"427"} , +{"type":"Feature","id":"n7689399229","geometry":{"type":"Point","coordinates":[-0.0016642,51.5079142]},"properties":{"@type":"node","@id":7689399229,"@timestamp":1598050651},"coords":"51.5079142,-0.0016642","bedrooms":"3","price":"266000","area":"546"} , +{"type":"Feature","id":"n7689399240","geometry":{"type":"Point","coordinates":[-0.0015931,51.5081397]},"properties":{"@type":"node","@id":7689399240,"@timestamp":1598050651},"coords":"51.5081397,-0.0015931","bedrooms":"4","price":"297000","area":"659"} , +{"type":"Feature","id":"n7689399250","geometry":{"type":"Point","coordinates":[-0.0021596,51.5088065]},"properties":{"@type":"node","@id":7689399250,"@timestamp":1596486681},"coords":"51.5088065,-0.0021596","bedrooms":"3","price":"213000","area":"472"} , +{"type":"Feature","id":"n7689411098","geometry":{"type":"Point","coordinates":[-0.2183315,51.5003012]},"properties":{"@type":"node","@id":7689411098,"@timestamp":1594074128},"coords":"51.5003012,-0.2183315","bedrooms":"2","price":"294000","area":"558"} , +{"type":"Feature","id":"n7689411108","geometry":{"type":"Point","coordinates":[-0.2202114,51.4996717]},"properties":{"@type":"node","@id":7689411108,"@timestamp":1632729173},"coords":"51.4996717,-0.2202114","bedrooms":"4","price":"261000","area":"531"} , +{"type":"Feature","id":"n7689411118","geometry":{"type":"Point","coordinates":[-0.2195706,51.5000058]},"properties":{"@type":"node","@id":7689411118,"@timestamp":1632729173},"coords":"51.5000058,-0.2195706","bedrooms":"1","price":"216000","area":"354"} , +{"type":"Feature","id":"n7689411128","geometry":{"type":"Point","coordinates":[-0.2189307,51.5003394]},"properties":{"@type":"node","@id":7689411128,"@timestamp":1632729173},"coords":"51.5003394,-0.2189307","bedrooms":"0","price":"168000","area":"368"} , +{"type":"Feature","id":"n7689411138","geometry":{"type":"Point","coordinates":[-0.2182898,51.5006735]},"properties":{"@type":"node","@id":7689411138,"@timestamp":1632729173},"coords":"51.5006735,-0.2182898","bedrooms":"0","price":"250000","area":"485"} , +{"type":"Feature","id":"n7689503526","geometry":{"type":"Point","coordinates":[-0.3056662,51.4961814]},"properties":{"@type":"node","@id":7689503526,"@timestamp":1594075088},"coords":"51.4961814,-0.3056662","bedrooms":"0","price":"180000","area":"526"} , +{"type":"Feature","id":"n7689506278","geometry":{"type":"Point","coordinates":[0.0061966,51.5118788]},"properties":{"@type":"node","@id":7689506278,"@timestamp":1594075276},"coords":"51.5118788,0.0061966","bedrooms":"3","price":"298000","area":"530"} , +{"type":"Feature","id":"n7689515688","geometry":{"type":"Point","coordinates":[0.0054456,51.5111326]},"properties":{"@type":"node","@id":7689515688,"@timestamp":1594075276},"coords":"51.5111326,0.0054456","bedrooms":"2","price":"251000","area":"573"} , +{"type":"Feature","id":"n7689515775","geometry":{"type":"Point","coordinates":[-0.0002436,51.5078872]},"properties":{"@type":"node","@id":7689515775,"@timestamp":1622205466},"coords":"51.5078872,-0.0002436","bedrooms":"1","price":"207000","area":"529"} , +{"type":"Feature","id":"n7689647064","geometry":{"type":"Point","coordinates":[0.2763568,51.3660553]},"properties":{"@type":"node","@id":7689647064,"@timestamp":1594078888},"coords":"51.3660553,0.2763568","bedrooms":"2","price":"214000","area":"432"} , +{"type":"Feature","id":"n7689886304","geometry":{"type":"Point","coordinates":[0.2172784,51.443987]},"properties":{"@type":"node","@id":7689886304,"@timestamp":1620257399},"coords":"51.443987,0.2172784","bedrooms":"2","price":"172000","area":"560"} , +{"type":"Feature","id":"n7689886389","geometry":{"type":"Point","coordinates":[0.2164107,51.4426153]},"properties":{"@type":"node","@id":7689886389,"@timestamp":1620257399},"coords":"51.4426153,0.2164107","bedrooms":"0","price":"191000","area":"630"} , +{"type":"Feature","id":"n7690653334","geometry":{"type":"Point","coordinates":[0.7960041,51.1894205]},"properties":{"@type":"node","@id":7690653334,"@timestamp":1594104899},"coords":"51.1894205,0.7960041","bedrooms":"1","price":"212000","area":"688"} , +{"type":"Feature","id":"n7690750232","geometry":{"type":"Point","coordinates":[-0.0325489,51.4981578]},"properties":{"@type":"node","@id":7690750232,"@timestamp":1623601937},"coords":"51.4981578,-0.0325489","bedrooms":"2","price":"152000","area":"599"} , +{"type":"Feature","id":"n7690892487","geometry":{"type":"Point","coordinates":[-0.0434409,51.4946121]},"properties":{"@type":"node","@id":7690892487,"@timestamp":1594110206},"coords":"51.4946121,-0.0434409","bedrooms":"2","price":"286000","area":"404"} , +{"type":"Feature","id":"n7690912823","geometry":{"type":"Point","coordinates":[-0.1929718,51.4994535]},"properties":{"@type":"node","@id":7690912823,"@timestamp":1594110590},"coords":"51.4994535,-0.1929718","bedrooms":"2","price":"222000","area":"365"} , +{"type":"Feature","id":"n7691078941","geometry":{"type":"Point","coordinates":[-0.9389124,51.0054794]},"properties":{"@type":"node","@id":7691078941,"@timestamp":1594114248},"coords":"51.0054794,-0.9389124","bedrooms":"4","price":"231000","area":"613"} , +{"type":"Feature","id":"n7691191684","geometry":{"type":"Point","coordinates":[-0.4401244,51.039178]},"properties":{"@type":"node","@id":7691191684,"@timestamp":1594115682},"coords":"51.039178,-0.4401244","bedrooms":"1","price":"227000","area":"563"} , +{"type":"Feature","id":"n7691270696","geometry":{"type":"Point","coordinates":[-0.1983426,51.4813782]},"properties":{"@type":"node","@id":7691270696,"@timestamp":1616887581},"coords":"51.4813782,-0.1983426","bedrooms":"2","price":"261000","area":"659"} , +{"type":"Feature","id":"n7691540734","geometry":{"type":"Point","coordinates":[-0.0237298,51.4984892]},"properties":{"@type":"node","@id":7691540734,"@timestamp":1594121729},"coords":"51.4984892,-0.0237298","bedrooms":"2","price":"230000","area":"522"} , +{"type":"Feature","id":"n7691635569","geometry":{"type":"Point","coordinates":[-0.0124214,51.53069]},"properties":{"@type":"node","@id":7691635569,"@timestamp":1594123926},"coords":"51.53069,-0.0124214","bedrooms":"4","price":"237000","area":"392"} , +{"type":"Feature","id":"n7691691369","geometry":{"type":"Point","coordinates":[0.841387,51.0641284]},"properties":{"@type":"node","@id":7691691369,"@timestamp":1594124923},"coords":"51.0641284,0.841387","bedrooms":"1","price":"193000","area":"456"} , +{"type":"Feature","id":"n7692024515","geometry":{"type":"Point","coordinates":[-0.0851429,51.5363911]},"properties":{"@type":"node","@id":7692024515,"@timestamp":1594132587},"coords":"51.5363911,-0.0851429","bedrooms":"4","price":"187000","area":"427"} , +{"type":"Feature","id":"n7692084743","geometry":{"type":"Point","coordinates":[-0.884947,51.2768882]},"properties":{"@type":"node","@id":7692084743,"@timestamp":1594135705},"coords":"51.2768882,-0.884947","bedrooms":"3","price":"275000","area":"583"} , +{"type":"Feature","id":"n7692244255","geometry":{"type":"Point","coordinates":[-0.1173701,51.4518607]},"properties":{"@type":"node","@id":7692244255,"@timestamp":1594137998},"coords":"51.4518607,-0.1173701","bedrooms":"1","price":"197000","area":"516"} , +{"type":"Feature","id":"n7692349694","geometry":{"type":"Point","coordinates":[-0.1935711,51.4991394]},"properties":{"@type":"node","@id":7692349694,"@timestamp":1594140442},"coords":"51.4991394,-0.1935711","bedrooms":"3","price":"244000","area":"402"} , +{"type":"Feature","id":"n7692714434","geometry":{"type":"Point","coordinates":[0.5813006,51.8794122]},"properties":{"@type":"node","@id":7692714434,"@timestamp":1594148568},"coords":"51.8794122,0.5813006","bedrooms":"2","price":"184000","area":"694"} , +{"type":"Feature","id":"n7692771605","geometry":{"type":"Point","coordinates":[-0.1034941,51.4404272]},"properties":{"@type":"node","@id":7692771605,"@timestamp":1596026133},"coords":"51.4404272,-0.1034941","bedrooms":"2","price":"257000","area":"429"} , +{"type":"Feature","id":"n7692822436","geometry":{"type":"Point","coordinates":[-9.42e-05,51.5531798]},"properties":{"@type":"node","@id":7692822436,"@timestamp":1618405176},"coords":"51.5531798,-9.42e-05","bedrooms":"4","price":"255000","area":"455"} , +{"type":"Feature","id":"n7692869981","geometry":{"type":"Point","coordinates":[0.000727,51.5081222]},"properties":{"@type":"node","@id":7692869981,"@timestamp":1622205604},"coords":"51.5081222,0.000727","bedrooms":"2","price":"258000","area":"487"} , +{"type":"Feature","id":"n7692943991","geometry":{"type":"Point","coordinates":[0.0008269,51.5082346]},"properties":{"@type":"node","@id":7692943991,"@timestamp":1596486681},"coords":"51.5082346,0.0008269","bedrooms":"4","price":"163000","area":"648"} , +{"type":"Feature","id":"n7693039097","geometry":{"type":"Point","coordinates":[0.2184542,51.4442401]},"properties":{"@type":"node","@id":7693039097,"@timestamp":1620260002},"coords":"51.4442401,0.2184542","bedrooms":"2","price":"232000","area":"513"} , +{"type":"Feature","id":"n7693039133","geometry":{"type":"Point","coordinates":[0.218025,51.4441953]},"properties":{"@type":"node","@id":7693039133,"@timestamp":1620258005},"coords":"51.4441953,0.218025","bedrooms":"2","price":"279000","area":"470"} , +{"type":"Feature","id":"n7693058705","geometry":{"type":"Point","coordinates":[-0.081302,51.4420941]},"properties":{"@type":"node","@id":7693058705,"@timestamp":1634903501},"coords":"51.4420941,-0.081302","bedrooms":"4","price":"159000","area":"418"} , +{"type":"Feature","id":"n7693198702","geometry":{"type":"Point","coordinates":[-0.1249745,51.5402999]},"properties":{"@type":"node","@id":7693198702,"@timestamp":1594164454},"coords":"51.5402999,-0.1249745","bedrooms":"3","price":"177000","area":"499"} , +{"type":"Feature","id":"n7693240943","geometry":{"type":"Point","coordinates":[-0.5812776,51.7627346]},"properties":{"@type":"node","@id":7693240943,"@timestamp":1595378611},"coords":"51.7627346,-0.5812776","bedrooms":"3","price":"295000","area":"662"} , +{"type":"Feature","id":"n7693361469","geometry":{"type":"Point","coordinates":[0.2238062,51.4366478]},"properties":{"@type":"node","@id":7693361469,"@timestamp":1594172702},"coords":"51.4366478,0.2238062","bedrooms":"0","price":"188000","area":"584"} , +{"type":"Feature","id":"n7693361599","geometry":{"type":"Point","coordinates":[0.221531,51.4433936]},"properties":{"@type":"node","@id":7693361599,"@timestamp":1603388820},"coords":"51.4433936,0.221531","bedrooms":"4","price":"155000","area":"632"} , +{"type":"Feature","id":"n7694065732","geometry":{"type":"Point","coordinates":[-0.8064976,51.4088363]},"properties":{"@type":"node","@id":7694065732,"@timestamp":1594191163},"coords":"51.4088363,-0.8064976","bedrooms":"0","price":"245000","area":"445"} , +{"type":"Feature","id":"n7694453159","geometry":{"type":"Point","coordinates":[-0.1070675,51.4403337]},"properties":{"@type":"node","@id":7694453159,"@timestamp":1594199236},"coords":"51.4403337,-0.1070675","bedrooms":"3","price":"189000","area":"476"} , +{"type":"Feature","id":"n7694491786","geometry":{"type":"Point","coordinates":[-0.1062529,51.4400658]},"properties":{"@type":"node","@id":7694491786,"@timestamp":1630966778},"coords":"51.4400658,-0.1062529","bedrooms":"2","price":"233000","area":"650"} , +{"type":"Feature","id":"n7694696917","geometry":{"type":"Point","coordinates":[-1.0495498,51.4553653]},"properties":{"@type":"node","@id":7694696917,"@timestamp":1607182716},"coords":"51.4553653,-1.0495498","bedrooms":"1","price":"229000","area":"660"} , +{"type":"Feature","id":"n7694988967","geometry":{"type":"Point","coordinates":[-0.6316747,51.5268187]},"properties":{"@type":"node","@id":7694988967,"@timestamp":1594209425},"coords":"51.5268187,-0.6316747","bedrooms":"0","price":"284000","area":"513"} , +{"type":"Feature","id":"n7695331543","geometry":{"type":"Point","coordinates":[-0.1189828,51.5321046]},"properties":{"@type":"node","@id":7695331543,"@timestamp":1594217468},"coords":"51.5321046,-0.1189828","bedrooms":"2","price":"264000","area":"651"} , +{"type":"Feature","id":"n7695516072","geometry":{"type":"Point","coordinates":[0.0503267,51.5400993]},"properties":{"@type":"node","@id":7695516072,"@timestamp":1614029673},"coords":"51.5400993,0.0503267","bedrooms":"4","price":"251000","area":"521"} , +{"type":"Feature","id":"n7695521884","geometry":{"type":"Point","coordinates":[-0.1293068,51.4644998]},"properties":{"@type":"node","@id":7695521884,"@timestamp":1594220725},"coords":"51.4644998,-0.1293068","bedrooms":"0","price":"212000","area":"382"} , +{"type":"Feature","id":"n7695531094","geometry":{"type":"Point","coordinates":[-0.1186844,51.4689726]},"properties":{"@type":"node","@id":7695531094,"@timestamp":1594220725},"coords":"51.4689726,-0.1186844","bedrooms":"2","price":"256000","area":"591"} , +{"type":"Feature","id":"n7695531104","geometry":{"type":"Point","coordinates":[-0.1352814,51.4643274]},"properties":{"@type":"node","@id":7695531104,"@timestamp":1594220725},"coords":"51.4643274,-0.1352814","bedrooms":"4","price":"271000","area":"598"} , +{"type":"Feature","id":"n7695531114","geometry":{"type":"Point","coordinates":[-0.1394676,51.4617525]},"properties":{"@type":"node","@id":7695531114,"@timestamp":1594220725},"coords":"51.4617525,-0.1394676","bedrooms":"1","price":"242000","area":"693"} , +{"type":"Feature","id":"n7695531124","geometry":{"type":"Point","coordinates":[-0.1444263,51.4681504]},"properties":{"@type":"node","@id":7695531124,"@timestamp":1594220725},"coords":"51.4681504,-0.1444263","bedrooms":"0","price":"288000","area":"462"} , +{"type":"Feature","id":"n7695531136","geometry":{"type":"Point","coordinates":[-0.0621132,51.5454873]},"properties":{"@type":"node","@id":7695531136,"@timestamp":1594220725},"coords":"51.5454873,-0.0621132","bedrooms":"1","price":"215000","area":"576"} , +{"type":"Feature","id":"n7695540993","geometry":{"type":"Point","coordinates":[-0.1058009,51.4380701]},"properties":{"@type":"node","@id":7695540993,"@timestamp":1594221710},"coords":"51.4380701,-0.1058009","bedrooms":"1","price":"185000","area":"467"} , +{"type":"Feature","id":"n7695541003","geometry":{"type":"Point","coordinates":[-0.1063419,51.4406032]},"properties":{"@type":"node","@id":7695541003,"@timestamp":1594221710},"coords":"51.4406032,-0.1063419","bedrooms":"1","price":"264000","area":"574"} , +{"type":"Feature","id":"n7695541013","geometry":{"type":"Point","coordinates":[-0.1200674,51.4357049]},"properties":{"@type":"node","@id":7695541013,"@timestamp":1609516368},"coords":"51.4357049,-0.1200674","bedrooms":"3","price":"159000","area":"358"} , +{"type":"Feature","id":"n7695541023","geometry":{"type":"Point","coordinates":[-0.1170509,51.4375532]},"properties":{"@type":"node","@id":7695541023,"@timestamp":1594221710},"coords":"51.4375532,-0.1170509","bedrooms":"3","price":"268000","area":"394"} , +{"type":"Feature","id":"n7695541033","geometry":{"type":"Point","coordinates":[-0.0981914,51.4482554]},"properties":{"@type":"node","@id":7695541033,"@timestamp":1594221710},"coords":"51.4482554,-0.0981914","bedrooms":"3","price":"232000","area":"593"} , +{"type":"Feature","id":"n7695541043","geometry":{"type":"Point","coordinates":[-0.12409,51.44274]},"properties":{"@type":"node","@id":7695541043,"@timestamp":1594221710},"coords":"51.44274,-0.12409","bedrooms":"1","price":"183000","area":"546"} , +{"type":"Feature","id":"n7695541053","geometry":{"type":"Point","coordinates":[-0.1426136,51.4442522]},"properties":{"@type":"node","@id":7695541053,"@timestamp":1594221710},"coords":"51.4442522,-0.1426136","bedrooms":"3","price":"153000","area":"657"} , +{"type":"Feature","id":"n7695617543","geometry":{"type":"Point","coordinates":[-0.1947976,51.4999792]},"properties":{"@type":"node","@id":7695617543,"@timestamp":1594224044},"coords":"51.4999792,-0.1947976","bedrooms":"2","price":"224000","area":"662"} , +{"type":"Feature","id":"n7695617559","geometry":{"type":"Point","coordinates":[-0.1949899,51.4997323]},"properties":{"@type":"node","@id":7695617559,"@timestamp":1594224044},"coords":"51.4997323,-0.1949899","bedrooms":"1","price":"181000","area":"527"} , +{"type":"Feature","id":"n7695645297","geometry":{"type":"Point","coordinates":[-0.194928,51.4984123]},"properties":{"@type":"node","@id":7695645297,"@timestamp":1594224044},"coords":"51.4984123,-0.194928","bedrooms":"0","price":"207000","area":"586"} , +{"type":"Feature","id":"n7695719931","geometry":{"type":"Point","coordinates":[-0.1954026,51.4993411]},"properties":{"@type":"node","@id":7695719931,"@timestamp":1604586133},"coords":"51.4993411,-0.1954026","bedrooms":"3","price":"226000","area":"453"} , +{"type":"Feature","id":"n7695719942","geometry":{"type":"Point","coordinates":[-0.1956871,51.4996064]},"properties":{"@type":"node","@id":7695719942,"@timestamp":1594226099},"coords":"51.4996064,-0.1956871","bedrooms":"3","price":"261000","area":"584"} , +{"type":"Feature","id":"n7695736115","geometry":{"type":"Point","coordinates":[-0.1198268,51.4285499]},"properties":{"@type":"node","@id":7695736115,"@timestamp":1635809182},"coords":"51.4285499,-0.1198268","bedrooms":"0","price":"160000","area":"374"} , +{"type":"Feature","id":"n7695736126","geometry":{"type":"Point","coordinates":[-0.1325425,51.4237678]},"properties":{"@type":"node","@id":7695736126,"@timestamp":1594226798},"coords":"51.4237678,-0.1325425","bedrooms":"0","price":"279000","area":"523"} , +{"type":"Feature","id":"n7695742421","geometry":{"type":"Point","coordinates":[-0.1395824,51.4153697]},"properties":{"@type":"node","@id":7695742421,"@timestamp":1594227352},"coords":"51.4153697,-0.1395824","bedrooms":"3","price":"169000","area":"357"} , +{"type":"Feature","id":"n7695742431","geometry":{"type":"Point","coordinates":[-0.1263817,51.4169457]},"properties":{"@type":"node","@id":7695742431,"@timestamp":1594227352},"coords":"51.4169457,-0.1263817","bedrooms":"3","price":"288000","area":"687"} , +{"type":"Feature","id":"n7695742441","geometry":{"type":"Point","coordinates":[-0.0954577,51.4280568]},"properties":{"@type":"node","@id":7695742441,"@timestamp":1594227352},"coords":"51.4280568,-0.0954577","bedrooms":"4","price":"157000","area":"632"} , +{"type":"Feature","id":"n7695742451","geometry":{"type":"Point","coordinates":[-0.1035539,51.4338319]},"properties":{"@type":"node","@id":7695742451,"@timestamp":1628518926},"coords":"51.4338319,-0.1035539","bedrooms":"0","price":"282000","area":"577"} , +{"type":"Feature","id":"n7695742461","geometry":{"type":"Point","coordinates":[-0.1042553,51.4309214]},"properties":{"@type":"node","@id":7695742461,"@timestamp":1594227352},"coords":"51.4309214,-0.1042553","bedrooms":"4","price":"262000","area":"640"} , +{"type":"Feature","id":"n7695742471","geometry":{"type":"Point","coordinates":[-0.1040018,51.4320787]},"properties":{"@type":"node","@id":7695742471,"@timestamp":1628518898},"coords":"51.4320787,-0.1040018","bedrooms":"4","price":"186000","area":"423"} , +{"type":"Feature","id":"n7695989210","geometry":{"type":"Point","coordinates":[0.0256419,50.9619132]},"properties":{"@type":"node","@id":7695989210,"@timestamp":1594235480},"coords":"50.9619132,0.0256419","bedrooms":"2","price":"203000","area":"503"} , +{"type":"Feature","id":"n7696030980","geometry":{"type":"Point","coordinates":[0.0132621,51.5161902]},"properties":{"@type":"node","@id":7696030980,"@timestamp":1594236688},"coords":"51.5161902,0.0132621","bedrooms":"4","price":"158000","area":"427"} , +{"type":"Feature","id":"n7696048491","geometry":{"type":"Point","coordinates":[0.0120904,51.5164438]},"properties":{"@type":"node","@id":7696048491,"@timestamp":1594236688},"coords":"51.5164438,0.0120904","bedrooms":"4","price":"253000","area":"520"} , +{"type":"Feature","id":"n7696048527","geometry":{"type":"Point","coordinates":[0.0135612,51.5148395]},"properties":{"@type":"node","@id":7696048527,"@timestamp":1594236688},"coords":"51.5148395,0.0135612","bedrooms":"4","price":"234000","area":"595"} , +{"type":"Feature","id":"n7696048565","geometry":{"type":"Point","coordinates":[0.0138831,51.5146959]},"properties":{"@type":"node","@id":7696048565,"@timestamp":1594236688},"coords":"51.5146959,0.0138831","bedrooms":"3","price":"274000","area":"635"} , +{"type":"Feature","id":"n7696048666","geometry":{"type":"Point","coordinates":[0.0153918,51.5124625]},"properties":{"@type":"node","@id":7696048666,"@timestamp":1594236688},"coords":"51.5124625,0.0153918","bedrooms":"0","price":"260000","area":"402"} , +{"type":"Feature","id":"n7696048676","geometry":{"type":"Point","coordinates":[0.0155796,51.5123356]},"properties":{"@type":"node","@id":7696048676,"@timestamp":1594236688},"coords":"51.5123356,0.0155796","bedrooms":"2","price":"229000","area":"649"} , +{"type":"Feature","id":"n7696048686","geometry":{"type":"Point","coordinates":[0.0146905,51.5118916]},"properties":{"@type":"node","@id":7696048686,"@timestamp":1594236688},"coords":"51.5118916,0.0146905","bedrooms":"4","price":"281000","area":"689"} , +{"type":"Feature","id":"n7696048696","geometry":{"type":"Point","coordinates":[0.0158036,51.511632]},"properties":{"@type":"node","@id":7696048696,"@timestamp":1594236688},"coords":"51.511632,0.0158036","bedrooms":"0","price":"214000","area":"353"} , +{"type":"Feature","id":"n7696048706","geometry":{"type":"Point","coordinates":[0.0159953,51.5119918]},"properties":{"@type":"node","@id":7696048706,"@timestamp":1594236688},"coords":"51.5119918,0.0159953","bedrooms":"2","price":"210000","area":"440"} , +{"type":"Feature","id":"n7696048716","geometry":{"type":"Point","coordinates":[0.0167048,51.5120226]},"properties":{"@type":"node","@id":7696048716,"@timestamp":1594236688},"coords":"51.5120226,0.0167048","bedrooms":"2","price":"213000","area":"587"} , +{"type":"Feature","id":"n7696048726","geometry":{"type":"Point","coordinates":[0.0166525,51.5114042]},"properties":{"@type":"node","@id":7696048726,"@timestamp":1594236688},"coords":"51.5114042,0.0166525","bedrooms":"4","price":"233000","area":"476"} , +{"type":"Feature","id":"n7696048736","geometry":{"type":"Point","coordinates":[0.0159725,51.5115661]},"properties":{"@type":"node","@id":7696048736,"@timestamp":1594236688},"coords":"51.5115661,0.0159725","bedrooms":"1","price":"181000","area":"408"} , +{"type":"Feature","id":"n7696048746","geometry":{"type":"Point","coordinates":[0.014724,51.5115394]},"properties":{"@type":"node","@id":7696048746,"@timestamp":1594236688},"coords":"51.5115394,0.014724","bedrooms":"3","price":"227000","area":"502"} , +{"type":"Feature","id":"n7696114763","geometry":{"type":"Point","coordinates":[0.0097199,51.5178557]},"properties":{"@type":"node","@id":7696114763,"@timestamp":1594238623},"coords":"51.5178557,0.0097199","bedrooms":"2","price":"226000","area":"674"} , +{"type":"Feature","id":"n7696114802","geometry":{"type":"Point","coordinates":[0.0075903,51.5162901]},"properties":{"@type":"node","@id":7696114802,"@timestamp":1594238623},"coords":"51.5162901,0.0075903","bedrooms":"3","price":"279000","area":"422"} , +{"type":"Feature","id":"n7696150636","geometry":{"type":"Point","coordinates":[-0.1496573,51.4581474]},"properties":{"@type":"node","@id":7696150636,"@timestamp":1613592675},"coords":"51.4581474,-0.1496573","bedrooms":"1","price":"270000","area":"499"} , +{"type":"Feature","id":"n7696307652","geometry":{"type":"Point","coordinates":[0.090552,51.5148389]},"properties":{"@type":"node","@id":7696307652,"@timestamp":1594243434},"coords":"51.5148389,0.090552","bedrooms":"2","price":"293000","area":"437"} , +{"type":"Feature","id":"n7696310385","geometry":{"type":"Point","coordinates":[0.0910762,51.5196347]},"properties":{"@type":"node","@id":7696310385,"@timestamp":1594243434},"coords":"51.5196347,0.0910762","bedrooms":"2","price":"172000","area":"531"} , +{"type":"Feature","id":"n7696310395","geometry":{"type":"Point","coordinates":[0.0898799,51.5194511]},"properties":{"@type":"node","@id":7696310395,"@timestamp":1594243434},"coords":"51.5194511,0.0898799","bedrooms":"1","price":"293000","area":"555"} , +{"type":"Feature","id":"n7696310405","geometry":{"type":"Point","coordinates":[0.0909957,51.5187401]},"properties":{"@type":"node","@id":7696310405,"@timestamp":1594243434},"coords":"51.5187401,0.0909957","bedrooms":"2","price":"295000","area":"608"} , +{"type":"Feature","id":"n7696310415","geometry":{"type":"Point","coordinates":[0.0913525,51.5183161]},"properties":{"@type":"node","@id":7696310415,"@timestamp":1594243434},"coords":"51.5183161,0.0913525","bedrooms":"4","price":"173000","area":"627"} , +{"type":"Feature","id":"n7696348350","geometry":{"type":"Point","coordinates":[-0.4146884,51.6010811]},"properties":{"@type":"node","@id":7696348350,"@timestamp":1594245731},"coords":"51.6010811,-0.4146884","bedrooms":"0","price":"273000","area":"477"} , +{"type":"Feature","id":"n7697544457","geometry":{"type":"Point","coordinates":[-0.2587259,51.4093571]},"properties":{"@type":"node","@id":7697544457,"@timestamp":1594250189},"coords":"51.4093571,-0.2587259","bedrooms":"2","price":"204000","area":"466"} , +{"type":"Feature","id":"n7697550665","geometry":{"type":"Point","coordinates":[-0.2553423,51.3989835]},"properties":{"@type":"node","@id":7697550665,"@timestamp":1595179762},"coords":"51.3989835,-0.2553423","bedrooms":"3","price":"190000","area":"686"} , +{"type":"Feature","id":"n7697556229","geometry":{"type":"Point","coordinates":[-0.1230692,51.5724116]},"properties":{"@type":"node","@id":7697556229,"@timestamp":1594249826},"coords":"51.5724116,-0.1230692","bedrooms":"4","price":"215000","area":"470"} , +{"type":"Feature","id":"n7697556265","geometry":{"type":"Point","coordinates":[-0.1229466,51.5721442]},"properties":{"@type":"node","@id":7697556265,"@timestamp":1594249826},"coords":"51.5721442,-0.1229466","bedrooms":"1","price":"242000","area":"519"} , +{"type":"Feature","id":"n7697604232","geometry":{"type":"Point","coordinates":[-0.2500392,51.3994912]},"properties":{"@type":"node","@id":7697604232,"@timestamp":1594253530},"coords":"51.3994912,-0.2500392","bedrooms":"3","price":"184000","area":"377"} , +{"type":"Feature","id":"n7697628084","geometry":{"type":"Point","coordinates":[0.2330229,51.4235622]},"properties":{"@type":"node","@id":7697628084,"@timestamp":1627842576},"coords":"51.4235622,0.2330229","bedrooms":"4","price":"209000","area":"487"} , +{"type":"Feature","id":"n7697628384","geometry":{"type":"Point","coordinates":[0.2308005,51.4238103]},"properties":{"@type":"node","@id":7697628384,"@timestamp":1627842576},"coords":"51.4238103,0.2308005","bedrooms":"4","price":"255000","area":"696"} , +{"type":"Feature","id":"n7697628465","geometry":{"type":"Point","coordinates":[0.230436,51.4242564]},"properties":{"@type":"node","@id":7697628465,"@timestamp":1594255294},"coords":"51.4242564,0.230436","bedrooms":"4","price":"180000","area":"579"} , +{"type":"Feature","id":"n7697628487","geometry":{"type":"Point","coordinates":[0.2305231,51.4244876]},"properties":{"@type":"node","@id":7697628487,"@timestamp":1594255294},"coords":"51.4244876,0.2305231","bedrooms":"2","price":"286000","area":"519"} , +{"type":"Feature","id":"n7697628722","geometry":{"type":"Point","coordinates":[0.2284129,51.4266881]},"properties":{"@type":"node","@id":7697628722,"@timestamp":1594255294},"coords":"51.4266881,0.2284129","bedrooms":"4","price":"181000","area":"652"} , +{"type":"Feature","id":"n7697918595","geometry":{"type":"Point","coordinates":[-0.1468561,51.166446]},"properties":{"@type":"node","@id":7697918595,"@timestamp":1594269227},"coords":"51.166446,-0.1468561","bedrooms":"4","price":"195000","area":"673"} , +{"type":"Feature","id":"n7698684412","geometry":{"type":"Point","coordinates":[-0.1967012,51.4995964]},"properties":{"@type":"node","@id":7698684412,"@timestamp":1594368933},"coords":"51.4995964,-0.1967012","bedrooms":"3","price":"179000","area":"468"} , +{"type":"Feature","id":"n7698762882","geometry":{"type":"Point","coordinates":[-0.828598,51.424634]},"properties":{"@type":"node","@id":7698762882,"@timestamp":1594284555},"coords":"51.424634,-0.828598","bedrooms":"0","price":"263000","area":"445"} , +{"type":"Feature","id":"n7698836339","geometry":{"type":"Point","coordinates":[-0.0328239,51.460643]},"properties":{"@type":"node","@id":7698836339,"@timestamp":1632591769},"coords":"51.460643,-0.0328239","bedrooms":"2","price":"239000","area":"696"} , +{"type":"Feature","id":"n7699101586","geometry":{"type":"Point","coordinates":[-0.1151514,51.5212901]},"properties":{"@type":"node","@id":7699101586,"@timestamp":1601315614},"coords":"51.5212901,-0.1151514","bedrooms":"4","price":"198000","area":"410"} , +{"type":"Feature","id":"n7699204486","geometry":{"type":"Point","coordinates":[-0.1525335,51.5138611]},"properties":{"@type":"node","@id":7699204486,"@timestamp":1596999853},"coords":"51.5138611,-0.1525335","bedrooms":"4","price":"188000","area":"420"} , +{"type":"Feature","id":"n7699206585","geometry":{"type":"Point","coordinates":[-0.137261,51.5104792]},"properties":{"@type":"node","@id":7699206585,"@timestamp":1628884810},"coords":"51.5104792,-0.137261","bedrooms":"2","price":"152000","area":"592"} , +{"type":"Feature","id":"n7699307857","geometry":{"type":"Point","coordinates":[-0.1348245,51.4183436]},"properties":{"@type":"node","@id":7699307857,"@timestamp":1594293734},"coords":"51.4183436,-0.1348245","bedrooms":"1","price":"285000","area":"507"} , +{"type":"Feature","id":"n7699307867","geometry":{"type":"Point","coordinates":[-0.1040572,51.4350785]},"properties":{"@type":"node","@id":7699307867,"@timestamp":1628978212},"coords":"51.4350785,-0.1040572","bedrooms":"0","price":"291000","area":"680"} , +{"type":"Feature","id":"n7699307877","geometry":{"type":"Point","coordinates":[-0.1042537,51.4357021]},"properties":{"@type":"node","@id":7699307877,"@timestamp":1594293734},"coords":"51.4357021,-0.1042537","bedrooms":"2","price":"289000","area":"472"} , +{"type":"Feature","id":"n7699308287","geometry":{"type":"Point","coordinates":[-0.1056319,51.439977]},"properties":{"@type":"node","@id":7699308287,"@timestamp":1594293734},"coords":"51.439977,-0.1056319","bedrooms":"1","price":"187000","area":"645"} , +{"type":"Feature","id":"n7699308297","geometry":{"type":"Point","coordinates":[-0.1259819,51.43998]},"properties":{"@type":"node","@id":7699308297,"@timestamp":1594293734},"coords":"51.43998,-0.1259819","bedrooms":"3","price":"240000","area":"358"} , +{"type":"Feature","id":"n7699308307","geometry":{"type":"Point","coordinates":[-0.1135313,51.4658184]},"properties":{"@type":"node","@id":7699308307,"@timestamp":1594293734},"coords":"51.4658184,-0.1135313","bedrooms":"3","price":"163000","area":"393"} , +{"type":"Feature","id":"n7699308317","geometry":{"type":"Point","coordinates":[-0.1304728,51.4648436]},"properties":{"@type":"node","@id":7699308317,"@timestamp":1594293734},"coords":"51.4648436,-0.1304728","bedrooms":"2","price":"281000","area":"667"} , +{"type":"Feature","id":"n7699308327","geometry":{"type":"Point","coordinates":[-0.1391212,51.4625383]},"properties":{"@type":"node","@id":7699308327,"@timestamp":1594293734},"coords":"51.4625383,-0.1391212","bedrooms":"2","price":"190000","area":"548"} , +{"type":"Feature","id":"n7699308337","geometry":{"type":"Point","coordinates":[-0.1409782,51.4636087]},"properties":{"@type":"node","@id":7699308337,"@timestamp":1594293734},"coords":"51.4636087,-0.1409782","bedrooms":"0","price":"207000","area":"576"} , +{"type":"Feature","id":"n7699308347","geometry":{"type":"Point","coordinates":[-0.1391521,51.4702358]},"properties":{"@type":"node","@id":7699308347,"@timestamp":1594293734},"coords":"51.4702358,-0.1391521","bedrooms":"1","price":"227000","area":"370"} , +{"type":"Feature","id":"n7699335839","geometry":{"type":"Point","coordinates":[-0.1513347,51.5131688]},"properties":{"@type":"node","@id":7699335839,"@timestamp":1594294476},"coords":"51.5131688,-0.1513347","bedrooms":"0","price":"274000","area":"385"} , +{"type":"Feature","id":"n7699470857","geometry":{"type":"Point","coordinates":[-0.5185016,51.5786031]},"properties":{"@type":"node","@id":7699470857,"@timestamp":1594297425},"coords":"51.5786031,-0.5185016","bedrooms":"2","price":"264000","area":"588"} , +{"type":"Feature","id":"n7699700372","geometry":{"type":"Point","coordinates":[-0.6290091,51.5878457]},"properties":{"@type":"node","@id":7699700372,"@timestamp":1594302554},"coords":"51.5878457,-0.6290091","bedrooms":"0","price":"195000","area":"570"} , +{"type":"Feature","id":"n7699837245","geometry":{"type":"Point","coordinates":[-0.3736872,51.4735048]},"properties":{"@type":"node","@id":7699837245,"@timestamp":1594305865},"coords":"51.4735048,-0.3736872","bedrooms":"3","price":"235000","area":"462"} , +{"type":"Feature","id":"n7699881503","geometry":{"type":"Point","coordinates":[-0.2460693,51.3812338]},"properties":{"@type":"node","@id":7699881503,"@timestamp":1594307904},"coords":"51.3812338,-0.2460693","bedrooms":"1","price":"203000","area":"529"} , +{"type":"Feature","id":"n7699916600","geometry":{"type":"Point","coordinates":[-0.2466924,51.3815866]},"properties":{"@type":"node","@id":7699916600,"@timestamp":1594307904},"coords":"51.3815866,-0.2466924","bedrooms":"0","price":"175000","area":"595"} , +{"type":"Feature","id":"n7699984487","geometry":{"type":"Point","coordinates":[-0.2443292,51.3803709]},"properties":{"@type":"node","@id":7699984487,"@timestamp":1594309815},"coords":"51.3803709,-0.2443292","bedrooms":"3","price":"259000","area":"515"} , +{"type":"Feature","id":"n7700036535","geometry":{"type":"Point","coordinates":[-0.408732,51.6057161]},"properties":{"@type":"node","@id":7700036535,"@timestamp":1594312596},"coords":"51.6057161,-0.408732","bedrooms":"1","price":"246000","area":"399"} , +{"type":"Feature","id":"n7700068438","geometry":{"type":"Point","coordinates":[0.0005888,51.5521965]},"properties":{"@type":"node","@id":7700068438,"@timestamp":1618416044},"coords":"51.5521965,0.0005888","bedrooms":"3","price":"298000","area":"362"} , +{"type":"Feature","id":"n7700162279","geometry":{"type":"Point","coordinates":[-0.4190829,51.6121424]},"properties":{"@type":"node","@id":7700162279,"@timestamp":1594317437},"coords":"51.6121424,-0.4190829","bedrooms":"2","price":"276000","area":"638"} , +{"type":"Feature","id":"n7700198953","geometry":{"type":"Point","coordinates":[-0.1676031,51.4787437]},"properties":{"@type":"node","@id":7700198953,"@timestamp":1634849193},"coords":"51.4787437,-0.1676031","bedrooms":"1","price":"277000","area":"646"} , +{"type":"Feature","id":"n7700213958","geometry":{"type":"Point","coordinates":[-0.4189387,51.6125534]},"properties":{"@type":"node","@id":7700213958,"@timestamp":1594317715},"coords":"51.6125534,-0.4189387","bedrooms":"3","price":"238000","area":"446"} , +{"type":"Feature","id":"n7700220063","geometry":{"type":"Point","coordinates":[-0.4208847,51.6137276]},"properties":{"@type":"node","@id":7700220063,"@timestamp":1594317326},"coords":"51.6137276,-0.4208847","bedrooms":"3","price":"220000","area":"533"} , +{"type":"Feature","id":"n7700243488","geometry":{"type":"Point","coordinates":[-0.0038092,51.1265487]},"properties":{"@type":"node","@id":7700243488,"@timestamp":1626304069},"coords":"51.1265487,-0.0038092","bedrooms":"0","price":"285000","area":"509"} , +{"type":"Feature","id":"n7700373509","geometry":{"type":"Point","coordinates":[-0.1120412,51.5998458]},"properties":{"@type":"node","@id":7700373509,"@timestamp":1600688797},"coords":"51.5998458,-0.1120412","bedrooms":"4","price":"292000","area":"682"} , +{"type":"Feature","id":"n7700495411","geometry":{"type":"Point","coordinates":[-0.2163797,51.3818667]},"properties":{"@type":"node","@id":7700495411,"@timestamp":1594326405},"coords":"51.3818667,-0.2163797","bedrooms":"1","price":"256000","area":"500"} , +{"type":"Feature","id":"n7700575900","geometry":{"type":"Point","coordinates":[-0.2225423,51.3894152]},"properties":{"@type":"node","@id":7700575900,"@timestamp":1595158268},"coords":"51.3894152,-0.2225423","bedrooms":"1","price":"161000","area":"353"} , +{"type":"Feature","id":"n7700631073","geometry":{"type":"Point","coordinates":[-0.5505992,51.6678368]},"properties":{"@type":"node","@id":7700631073,"@timestamp":1594331099},"coords":"51.6678368,-0.5505992","bedrooms":"3","price":"190000","area":"655"} , +{"type":"Feature","id":"n7700828706","geometry":{"type":"Point","coordinates":[0.239074,51.4116953]},"properties":{"@type":"node","@id":7700828706,"@timestamp":1594342516},"coords":"51.4116953,0.239074","bedrooms":"2","price":"170000","area":"379"} , +{"type":"Feature","id":"n7700828885","geometry":{"type":"Point","coordinates":[0.2484839,51.4161298]},"properties":{"@type":"node","@id":7700828885,"@timestamp":1594342516},"coords":"51.4161298,0.2484839","bedrooms":"2","price":"224000","area":"545"} , +{"type":"Feature","id":"n7700829005","geometry":{"type":"Point","coordinates":[0.241776,51.4192031]},"properties":{"@type":"node","@id":7700829005,"@timestamp":1594342516},"coords":"51.4192031,0.241776","bedrooms":"0","price":"298000","area":"686"} , +{"type":"Feature","id":"n7700829228","geometry":{"type":"Point","coordinates":[0.2404413,51.4216907]},"properties":{"@type":"node","@id":7700829228,"@timestamp":1594342516},"coords":"51.4216907,0.2404413","bedrooms":"2","price":"264000","area":"550"} , +{"type":"Feature","id":"n7700906440","geometry":{"type":"Point","coordinates":[-0.4246773,51.6115098]},"properties":{"@type":"node","@id":7700906440,"@timestamp":1594349096},"coords":"51.6115098,-0.4246773","bedrooms":"1","price":"185000","area":"607"} , +{"type":"Feature","id":"n7701591771","geometry":{"type":"Point","coordinates":[-0.1954325,51.498785]},"properties":{"@type":"node","@id":7701591771,"@timestamp":1594368933},"coords":"51.498785,-0.1954325","bedrooms":"1","price":"247000","area":"386"} , +{"type":"Feature","id":"n7701609263","geometry":{"type":"Point","coordinates":[-0.195373,51.497976]},"properties":{"@type":"node","@id":7701609263,"@timestamp":1594368933},"coords":"51.497976,-0.195373","bedrooms":"3","price":"170000","area":"577"} , +{"type":"Feature","id":"n7701609282","geometry":{"type":"Point","coordinates":[-0.1960221,51.4979045]},"properties":{"@type":"node","@id":7701609282,"@timestamp":1594368933},"coords":"51.4979045,-0.1960221","bedrooms":"2","price":"248000","area":"534"} , +{"type":"Feature","id":"n7701609406","geometry":{"type":"Point","coordinates":[-0.1965465,51.4986265]},"properties":{"@type":"node","@id":7701609406,"@timestamp":1594368933},"coords":"51.4986265,-0.1965465","bedrooms":"0","price":"150000","area":"555"} , +{"type":"Feature","id":"n7701609452","geometry":{"type":"Point","coordinates":[-0.1967784,51.4990291]},"properties":{"@type":"node","@id":7701609452,"@timestamp":1594368933},"coords":"51.4990291,-0.1967784","bedrooms":"0","price":"234000","area":"609"} , +{"type":"Feature","id":"n7701793690","geometry":{"type":"Point","coordinates":[-0.0807673,51.4197348]},"properties":{"@type":"node","@id":7701793690,"@timestamp":1594372377},"coords":"51.4197348,-0.0807673","bedrooms":"2","price":"209000","area":"649"} , +{"type":"Feature","id":"n7701913338","geometry":{"type":"Point","coordinates":[-0.0019603,51.552182]},"properties":{"@type":"node","@id":7701913338,"@timestamp":1618416044},"coords":"51.552182,-0.0019603","bedrooms":"2","price":"199000","area":"480"} , +{"type":"Feature","id":"n7702032421","geometry":{"type":"Point","coordinates":[-0.3148384,51.4419687]},"properties":{"@type":"node","@id":7702032421,"@timestamp":1594377057},"coords":"51.4419687,-0.3148384","bedrooms":"1","price":"163000","area":"440"} , +{"type":"Feature","id":"n7702315432","geometry":{"type":"Point","coordinates":[-0.1557897,51.5303758]},"properties":{"@type":"node","@id":7702315432,"@timestamp":1594810381},"coords":"51.5303758,-0.1557897","bedrooms":"0","price":"224000","area":"498"} , +{"type":"Feature","id":"n7702398236","geometry":{"type":"Point","coordinates":[-0.1650293,51.5251843]},"properties":{"@type":"node","@id":7702398236,"@timestamp":1594385165},"coords":"51.5251843,-0.1650293","bedrooms":"0","price":"217000","area":"473"} , +{"type":"Feature","id":"n7702527421","geometry":{"type":"Point","coordinates":[0.7759147,51.8832053]},"properties":{"@type":"node","@id":7702527421,"@timestamp":1594389117},"coords":"51.8832053,0.7759147","bedrooms":"1","price":"271000","area":"393"} , +{"type":"Feature","id":"n7702624231","geometry":{"type":"Point","coordinates":[-0.1336398,51.4737758]},"properties":{"@type":"node","@id":7702624231,"@timestamp":1608682403},"coords":"51.4737758,-0.1336398","bedrooms":"1","price":"279000","area":"560"} , +{"type":"Feature","id":"n7702634201","geometry":{"type":"Point","coordinates":[-0.1498479,51.5282232]},"properties":{"@type":"node","@id":7702634201,"@timestamp":1607700514},"coords":"51.5282232,-0.1498479","bedrooms":"1","price":"214000","area":"419"} , +{"type":"Feature","id":"n7702639715","geometry":{"type":"Point","coordinates":[-0.3168434,51.5095933]},"properties":{"@type":"node","@id":7702639715,"@timestamp":1626373858},"coords":"51.5095933,-0.3168434","bedrooms":"0","price":"299000","area":"466"} , +{"type":"Feature","id":"n7702693851","geometry":{"type":"Point","coordinates":[-0.3685107,51.851842]},"properties":{"@type":"node","@id":7702693851,"@timestamp":1617458545},"coords":"51.851842,-0.3685107","bedrooms":"0","price":"179000","area":"493"} , +{"type":"Feature","id":"n7702693861","geometry":{"type":"Point","coordinates":[-0.3798733,51.8592954]},"properties":{"@type":"node","@id":7702693861,"@timestamp":1617458545},"coords":"51.8592954,-0.3798733","bedrooms":"0","price":"154000","area":"406"} , +{"type":"Feature","id":"n7702693871","geometry":{"type":"Point","coordinates":[-0.3863188,51.8672982]},"properties":{"@type":"node","@id":7702693871,"@timestamp":1617458545},"coords":"51.8672982,-0.3863188","bedrooms":"2","price":"191000","area":"665"} , +{"type":"Feature","id":"n7702693881","geometry":{"type":"Point","coordinates":[-0.3785607,51.8586714]},"properties":{"@type":"node","@id":7702693881,"@timestamp":1617458545},"coords":"51.8586714,-0.3785607","bedrooms":"3","price":"176000","area":"669"} , +{"type":"Feature","id":"n7702693891","geometry":{"type":"Point","coordinates":[-0.3679404,51.8509963]},"properties":{"@type":"node","@id":7702693891,"@timestamp":1617458545},"coords":"51.8509963,-0.3679404","bedrooms":"2","price":"257000","area":"511"} , +{"type":"Feature","id":"n7702807819","geometry":{"type":"Point","coordinates":[0.0085216,51.568322]},"properties":{"@type":"node","@id":7702807819,"@timestamp":1594397090},"coords":"51.568322,0.0085216","bedrooms":"4","price":"153000","area":"597"} , +{"type":"Feature","id":"n7702923914","geometry":{"type":"Point","coordinates":[-0.3473959,51.5575593]},"properties":{"@type":"node","@id":7702923914,"@timestamp":1624008907},"coords":"51.5575593,-0.3473959","bedrooms":"4","price":"268000","area":"647"} , +{"type":"Feature","id":"n7702923924","geometry":{"type":"Point","coordinates":[-0.3529472,51.5577152]},"properties":{"@type":"node","@id":7702923924,"@timestamp":1624008907},"coords":"51.5577152,-0.3529472","bedrooms":"3","price":"177000","area":"659"} , +{"type":"Feature","id":"n7703082575","geometry":{"type":"Point","coordinates":[0.7416131,51.0132824]},"properties":{"@type":"node","@id":7703082575,"@timestamp":1594403380},"coords":"51.0132824,0.7416131","bedrooms":"2","price":"231000","area":"616"} , +{"type":"Feature","id":"n7703089518","geometry":{"type":"Point","coordinates":[-0.1971967,51.4990649]},"properties":{"@type":"node","@id":7703089518,"@timestamp":1594403452},"coords":"51.4990649,-0.1971967","bedrooms":"3","price":"203000","area":"520"} , +{"type":"Feature","id":"n7703089576","geometry":{"type":"Point","coordinates":[-0.1980313,51.498265]},"properties":{"@type":"node","@id":7703089576,"@timestamp":1594403452},"coords":"51.498265,-0.1980313","bedrooms":"1","price":"220000","area":"391"} , +{"type":"Feature","id":"n7703668741","geometry":{"type":"Point","coordinates":[0.0028391,51.5083594]},"properties":{"@type":"node","@id":7703668741,"@timestamp":1598050651},"coords":"51.5083594,0.0028391","bedrooms":"0","price":"271000","area":"548"} , +{"type":"Feature","id":"n7703673363","geometry":{"type":"Point","coordinates":[0.0114483,51.5166686]},"properties":{"@type":"node","@id":7703673363,"@timestamp":1594417231},"coords":"51.5166686,0.0114483","bedrooms":"1","price":"154000","area":"469"} , +{"type":"Feature","id":"n7703809791","geometry":{"type":"Point","coordinates":[0.011628,51.5144004]},"properties":{"@type":"node","@id":7703809791,"@timestamp":1594421033},"coords":"51.5144004,0.011628","bedrooms":"0","price":"236000","area":"469"} , +{"type":"Feature","id":"n7703809817","geometry":{"type":"Point","coordinates":[0.0114584,51.5150733]},"properties":{"@type":"node","@id":7703809817,"@timestamp":1594421033},"coords":"51.5150733,0.0114584","bedrooms":"0","price":"276000","area":"440"} , +{"type":"Feature","id":"n7703818283","geometry":{"type":"Point","coordinates":[-0.1064203,51.4410201]},"properties":{"@type":"node","@id":7703818283,"@timestamp":1594423140},"coords":"51.4410201,-0.1064203","bedrooms":"0","price":"207000","area":"407"} , +{"type":"Feature","id":"n7703844819","geometry":{"type":"Point","coordinates":[0.0060382,51.5133758]},"properties":{"@type":"node","@id":7703844819,"@timestamp":1594423017},"coords":"51.5133758,0.0060382","bedrooms":"2","price":"210000","area":"550"} , +{"type":"Feature","id":"n7703844844","geometry":{"type":"Point","coordinates":[0.0054347,51.5117741]},"properties":{"@type":"node","@id":7703844844,"@timestamp":1594423017},"coords":"51.5117741,0.0054347","bedrooms":"3","price":"247000","area":"408"} , +{"type":"Feature","id":"n7703870360","geometry":{"type":"Point","coordinates":[-0.0971531,51.5332065]},"properties":{"@type":"node","@id":7703870360,"@timestamp":1594425977},"coords":"51.5332065,-0.0971531","bedrooms":"4","price":"289000","area":"429"} , +{"type":"Feature","id":"n7703949893","geometry":{"type":"Point","coordinates":[0.2375941,51.4089363]},"properties":{"@type":"node","@id":7703949893,"@timestamp":1594430208},"coords":"51.4089363,0.2375941","bedrooms":"3","price":"200000","area":"490"} , +{"type":"Feature","id":"n7703950042","geometry":{"type":"Point","coordinates":[0.2359987,51.4106916]},"properties":{"@type":"node","@id":7703950042,"@timestamp":1594941388},"coords":"51.4106916,0.2359987","bedrooms":"4","price":"251000","area":"691"} , +{"type":"Feature","id":"n7703950286","geometry":{"type":"Point","coordinates":[0.2358643,51.4113698]},"properties":{"@type":"node","@id":7703950286,"@timestamp":1594941388},"coords":"51.4113698,0.2358643","bedrooms":"3","price":"218000","area":"581"} , +{"type":"Feature","id":"n7704477298","geometry":{"type":"Point","coordinates":[-0.6557441,51.902466]},"properties":{"@type":"node","@id":7704477298,"@timestamp":1594457516},"coords":"51.902466,-0.6557441","bedrooms":"0","price":"225000","area":"469"} , +{"type":"Feature","id":"n7704878409","geometry":{"type":"Point","coordinates":[-0.0086044,51.5081785]},"properties":{"@type":"node","@id":7704878409,"@timestamp":1594469492},"coords":"51.5081785,-0.0086044","bedrooms":"2","price":"277000","area":"615"} , +{"type":"Feature","id":"n7704878419","geometry":{"type":"Point","coordinates":[-0.0089906,51.508444]},"properties":{"@type":"node","@id":7704878419,"@timestamp":1594469492},"coords":"51.508444,-0.0089906","bedrooms":"2","price":"217000","area":"618"} , +{"type":"Feature","id":"n7704878450","geometry":{"type":"Point","coordinates":[-0.0082181,51.5065421]},"properties":{"@type":"node","@id":7704878450,"@timestamp":1594469492},"coords":"51.5065421,-0.0082181","bedrooms":"2","price":"180000","area":"649"} , +{"type":"Feature","id":"n7704878460","geometry":{"type":"Point","coordinates":[-0.0093272,51.5064369]},"properties":{"@type":"node","@id":7704878460,"@timestamp":1594469492},"coords":"51.5064369,-0.0093272","bedrooms":"0","price":"254000","area":"407"} , +{"type":"Feature","id":"n7704894772","geometry":{"type":"Point","coordinates":[0.2371192,51.4085812]},"properties":{"@type":"node","@id":7704894772,"@timestamp":1594941388},"coords":"51.4085812,0.2371192","bedrooms":"3","price":"219000","area":"360"} , +{"type":"Feature","id":"n7704974020","geometry":{"type":"Point","coordinates":[0.0060036,51.5431073]},"properties":{"@type":"node","@id":7704974020,"@timestamp":1594474194},"coords":"51.5431073,0.0060036","bedrooms":"1","price":"249000","area":"657"} , +{"type":"Feature","id":"n7705116419","geometry":{"type":"Point","coordinates":[0.0123599,51.5709626]},"properties":{"@type":"node","@id":7705116419,"@timestamp":1594479375},"coords":"51.5709626,0.0123599","bedrooms":"3","price":"271000","area":"472"} , +{"type":"Feature","id":"n7705274592","geometry":{"type":"Point","coordinates":[-0.0051519,51.5214789]},"properties":{"@type":"node","@id":7705274592,"@timestamp":1594484128},"coords":"51.5214789,-0.0051519","bedrooms":"0","price":"291000","area":"650"} , +{"type":"Feature","id":"n7705319808","geometry":{"type":"Point","coordinates":[-0.1622914,51.5223376]},"properties":{"@type":"node","@id":7705319808,"@timestamp":1605115721},"coords":"51.5223376,-0.1622914","bedrooms":"3","price":"250000","area":"358"} , +{"type":"Feature","id":"n7705350183","geometry":{"type":"Point","coordinates":[0.2432808,51.4038421]},"properties":{"@type":"node","@id":7705350183,"@timestamp":1594486586},"coords":"51.4038421,0.2432808","bedrooms":"2","price":"275000","area":"409"} , +{"type":"Feature","id":"n7705368420","geometry":{"type":"Point","coordinates":[-0.2308683,51.3715601]},"properties":{"@type":"node","@id":7705368420,"@timestamp":1594487314},"coords":"51.3715601,-0.2308683","bedrooms":"0","price":"156000","area":"407"} , +{"type":"Feature","id":"n7705416199","geometry":{"type":"Point","coordinates":[-0.0093618,51.4806646]},"properties":{"@type":"node","@id":7705416199,"@timestamp":1621004539},"coords":"51.4806646,-0.0093618","bedrooms":"2","price":"187000","area":"417"} , +{"type":"Feature","id":"n7705416452","geometry":{"type":"Point","coordinates":[-0.1969391,51.4980752]},"properties":{"@type":"node","@id":7705416452,"@timestamp":1594489758},"coords":"51.4980752,-0.1969391","bedrooms":"0","price":"200000","area":"476"} , +{"type":"Feature","id":"n7705439101","geometry":{"type":"Point","coordinates":[-0.0099614,51.4813784]},"properties":{"@type":"node","@id":7705439101,"@timestamp":1621004539},"coords":"51.4813784,-0.0099614","bedrooms":"2","price":"270000","area":"633"} , +{"type":"Feature","id":"n7705606998","geometry":{"type":"Point","coordinates":[-0.1006687,51.4732607]},"properties":{"@type":"node","@id":7705606998,"@timestamp":1594495217},"coords":"51.4732607,-0.1006687","bedrooms":"3","price":"169000","area":"633"} , +{"type":"Feature","id":"n7705612695","geometry":{"type":"Point","coordinates":[-0.1968943,51.4978912]},"properties":{"@type":"node","@id":7705612695,"@timestamp":1594494377},"coords":"51.4978912,-0.1968943","bedrooms":"3","price":"163000","area":"438"} , +{"type":"Feature","id":"n7705612725","geometry":{"type":"Point","coordinates":[-0.1975103,51.4976496]},"properties":{"@type":"node","@id":7705612725,"@timestamp":1594494377},"coords":"51.4976496,-0.1975103","bedrooms":"3","price":"222000","area":"406"} , +{"type":"Feature","id":"n7705612755","geometry":{"type":"Point","coordinates":[-0.1970914,51.4975689]},"properties":{"@type":"node","@id":7705612755,"@timestamp":1594494377},"coords":"51.4975689,-0.1970914","bedrooms":"0","price":"157000","area":"646"} , +{"type":"Feature","id":"n7705641987","geometry":{"type":"Point","coordinates":[-0.9733996,51.3854648]},"properties":{"@type":"node","@id":7705641987,"@timestamp":1594495374},"coords":"51.3854648,-0.9733996","bedrooms":"0","price":"242000","area":"587"} , +{"type":"Feature","id":"n7705758616","geometry":{"type":"Point","coordinates":[-0.7773183,51.4267957]},"properties":{"@type":"node","@id":7705758616,"@timestamp":1594499221},"coords":"51.4267957,-0.7773183","bedrooms":"2","price":"185000","area":"361"} , +{"type":"Feature","id":"n7706029171","geometry":{"type":"Point","coordinates":[-0.1309733,51.5273076]},"properties":{"@type":"node","@id":7706029171,"@timestamp":1634214768},"coords":"51.5273076,-0.1309733","bedrooms":"3","price":"204000","area":"699"} , +{"type":"Feature","id":"n7706102751","geometry":{"type":"Point","coordinates":[-0.0692081,51.5137093]},"properties":{"@type":"node","@id":7706102751,"@timestamp":1613926035},"coords":"51.5137093,-0.0692081","bedrooms":"3","price":"209000","area":"545"} , +{"type":"Feature","id":"n7706288614","geometry":{"type":"Point","coordinates":[0.2462594,51.3997687]},"properties":{"@type":"node","@id":7706288614,"@timestamp":1594519650},"coords":"51.3997687,0.2462594","bedrooms":"2","price":"272000","area":"548"} , +{"type":"Feature","id":"n7706288732","geometry":{"type":"Point","coordinates":[0.2465983,51.4030698]},"properties":{"@type":"node","@id":7706288732,"@timestamp":1594519650},"coords":"51.4030698,0.2465983","bedrooms":"4","price":"236000","area":"353"} , +{"type":"Feature","id":"n7706499942","geometry":{"type":"Point","coordinates":[-0.1966761,51.4974601]},"properties":{"@type":"node","@id":7706499942,"@timestamp":1594528078},"coords":"51.4974601,-0.1966761","bedrooms":"1","price":"282000","area":"517"} , +{"type":"Feature","id":"n7706499968","geometry":{"type":"Point","coordinates":[-0.197139,51.4971061]},"properties":{"@type":"node","@id":7706499968,"@timestamp":1594528078},"coords":"51.4971061,-0.197139","bedrooms":"3","price":"171000","area":"389"} , +{"type":"Feature","id":"n7706500093","geometry":{"type":"Point","coordinates":[-0.1963666,51.4971096]},"properties":{"@type":"node","@id":7706500093,"@timestamp":1594528078},"coords":"51.4971096,-0.1963666","bedrooms":"2","price":"231000","area":"608"} , +{"type":"Feature","id":"n7706500143","geometry":{"type":"Point","coordinates":[-0.196173,51.4975787]},"properties":{"@type":"node","@id":7706500143,"@timestamp":1594528078},"coords":"51.4975787,-0.196173","bedrooms":"2","price":"220000","area":"410"} , +{"type":"Feature","id":"n7706519304","geometry":{"type":"Point","coordinates":[-0.1956347,51.4972746]},"properties":{"@type":"node","@id":7706519304,"@timestamp":1594531429},"coords":"51.4972746,-0.1956347","bedrooms":"0","price":"227000","area":"497"} , +{"type":"Feature","id":"n7706519352","geometry":{"type":"Point","coordinates":[-0.1947152,51.4974823]},"properties":{"@type":"node","@id":7706519352,"@timestamp":1594531429},"coords":"51.4974823,-0.1947152","bedrooms":"1","price":"245000","area":"400"} , +{"type":"Feature","id":"n7706537513","geometry":{"type":"Point","coordinates":[-0.1953459,51.497726]},"properties":{"@type":"node","@id":7706537513,"@timestamp":1594531429},"coords":"51.497726,-0.1953459","bedrooms":"0","price":"180000","area":"575"} , +{"type":"Feature","id":"n7706580619","geometry":{"type":"Point","coordinates":[-0.1936748,51.4980843]},"properties":{"@type":"node","@id":7706580619,"@timestamp":1594535981},"coords":"51.4980843,-0.1936748","bedrooms":"1","price":"163000","area":"498"} , +{"type":"Feature","id":"n7706580675","geometry":{"type":"Point","coordinates":[-0.1941518,51.4976194]},"properties":{"@type":"node","@id":7706580675,"@timestamp":1594535981},"coords":"51.4976194,-0.1941518","bedrooms":"1","price":"213000","area":"554"} , +{"type":"Feature","id":"n7706591785","geometry":{"type":"Point","coordinates":[-0.1931796,51.4978329]},"properties":{"@type":"node","@id":7706591785,"@timestamp":1594535981},"coords":"51.4978329,-0.1931796","bedrooms":"3","price":"218000","area":"591"} , +{"type":"Feature","id":"n7706732240","geometry":{"type":"Point","coordinates":[0.1446486,51.4233831]},"properties":{"@type":"node","@id":7706732240,"@timestamp":1594543265},"coords":"51.4233831,0.1446486","bedrooms":"1","price":"183000","area":"562"} , +{"type":"Feature","id":"n7706752440","geometry":{"type":"Point","coordinates":[0.5829857,51.8805235]},"properties":{"@type":"node","@id":7706752440,"@timestamp":1594545642},"coords":"51.8805235,0.5829857","bedrooms":"2","price":"250000","area":"589"} , +{"type":"Feature","id":"n7706821127","geometry":{"type":"Point","coordinates":[-0.1934935,51.4974332]},"properties":{"@type":"node","@id":7706821127,"@timestamp":1594548712},"coords":"51.4974332,-0.1934935","bedrooms":"2","price":"251000","area":"370"} , +{"type":"Feature","id":"n7706823716","geometry":{"type":"Point","coordinates":[-0.1927411,51.4975566]},"properties":{"@type":"node","@id":7706823716,"@timestamp":1594548712},"coords":"51.4975566,-0.1927411","bedrooms":"1","price":"215000","area":"373"} , +{"type":"Feature","id":"n7706823726","geometry":{"type":"Point","coordinates":[-0.1926389,51.4970328]},"properties":{"@type":"node","@id":7706823726,"@timestamp":1594548712},"coords":"51.4970328,-0.1926389","bedrooms":"2","price":"248000","area":"649"} , +{"type":"Feature","id":"n7706823780","geometry":{"type":"Point","coordinates":[-0.1932854,51.4971115]},"properties":{"@type":"node","@id":7706823780,"@timestamp":1594548712},"coords":"51.4971115,-0.1932854","bedrooms":"1","price":"212000","area":"616"} , +{"type":"Feature","id":"n7706823849","geometry":{"type":"Point","coordinates":[-0.1933236,51.496774]},"properties":{"@type":"node","@id":7706823849,"@timestamp":1594548712},"coords":"51.496774,-0.1933236","bedrooms":"2","price":"257000","area":"386"} , +{"type":"Feature","id":"n7706823920","geometry":{"type":"Point","coordinates":[-0.1939782,51.4969504]},"properties":{"@type":"node","@id":7706823920,"@timestamp":1604586887},"coords":"51.4969504,-0.1939782","bedrooms":"0","price":"178000","area":"391"} , +{"type":"Feature","id":"n7706873729","geometry":{"type":"Point","coordinates":[-1.0901699,51.2687019]},"properties":{"@type":"node","@id":7706873729,"@timestamp":1594552465},"coords":"51.2687019,-1.0901699","bedrooms":"0","price":"208000","area":"396"} , +{"type":"Feature","id":"n7706913693","geometry":{"type":"Point","coordinates":[-0.4464533,51.4022537]},"properties":{"@type":"node","@id":7706913693,"@timestamp":1594552973},"coords":"51.4022537,-0.4464533","bedrooms":"3","price":"206000","area":"476"} , +{"type":"Feature","id":"n7706913703","geometry":{"type":"Point","coordinates":[-0.4425265,51.3996968]},"properties":{"@type":"node","@id":7706913703,"@timestamp":1594552973},"coords":"51.3996968,-0.4425265","bedrooms":"4","price":"236000","area":"422"} , +{"type":"Feature","id":"n7706913717","geometry":{"type":"Point","coordinates":[-0.4348107,51.4018621]},"properties":{"@type":"node","@id":7706913717,"@timestamp":1594552973},"coords":"51.4018621,-0.4348107","bedrooms":"1","price":"173000","area":"478"} , +{"type":"Feature","id":"n7706970587","geometry":{"type":"Point","coordinates":[-0.4881855,51.3829942]},"properties":{"@type":"node","@id":7706970587,"@timestamp":1594555431},"coords":"51.3829942,-0.4881855","bedrooms":"4","price":"221000","area":"361"} , +{"type":"Feature","id":"n7707017478","geometry":{"type":"Point","coordinates":[-0.4331429,51.4041632]},"properties":{"@type":"node","@id":7707017478,"@timestamp":1594557240},"coords":"51.4041632,-0.4331429","bedrooms":"3","price":"203000","area":"485"} , +{"type":"Feature","id":"n7707026293","geometry":{"type":"Point","coordinates":[-0.4339623,51.4029099]},"properties":{"@type":"node","@id":7707026293,"@timestamp":1594557240},"coords":"51.4029099,-0.4339623","bedrooms":"1","price":"245000","area":"621"} , +{"type":"Feature","id":"n7707026303","geometry":{"type":"Point","coordinates":[-0.43321,51.403872]},"properties":{"@type":"node","@id":7707026303,"@timestamp":1594557240},"coords":"51.403872,-0.43321","bedrooms":"1","price":"269000","area":"447"} , +{"type":"Feature","id":"n7707026350","geometry":{"type":"Point","coordinates":[-0.4323515,51.4047232]},"properties":{"@type":"node","@id":7707026350,"@timestamp":1594557240},"coords":"51.4047232,-0.4323515","bedrooms":"4","price":"207000","area":"574"} , +{"type":"Feature","id":"n7707064726","geometry":{"type":"Point","coordinates":[0.2418089,51.3935996]},"properties":{"@type":"node","@id":7707064726,"@timestamp":1594558239},"coords":"51.3935996,0.2418089","bedrooms":"0","price":"298000","area":"471"} , +{"type":"Feature","id":"n7707064900","geometry":{"type":"Point","coordinates":[0.2441699,51.3942466]},"properties":{"@type":"node","@id":7707064900,"@timestamp":1594558239},"coords":"51.3942466,0.2441699","bedrooms":"2","price":"216000","area":"463"} , +{"type":"Feature","id":"n7707065105","geometry":{"type":"Point","coordinates":[0.2453955,51.3982281]},"properties":{"@type":"node","@id":7707065105,"@timestamp":1594558239},"coords":"51.3982281,0.2453955","bedrooms":"0","price":"180000","area":"567"} , +{"type":"Feature","id":"n7707143146","geometry":{"type":"Point","coordinates":[-0.1943366,51.4967889]},"properties":{"@type":"node","@id":7707143146,"@timestamp":1604586887},"coords":"51.4967889,-0.1943366","bedrooms":"2","price":"288000","area":"447"} , +{"type":"Feature","id":"n7707143174","geometry":{"type":"Point","coordinates":[-0.1951226,51.4970724]},"properties":{"@type":"node","@id":7707143174,"@timestamp":1594562339},"coords":"51.4970724,-0.1951226","bedrooms":"3","price":"226000","area":"369"} , +{"type":"Feature","id":"n7707193095","geometry":{"type":"Point","coordinates":[-0.1964975,51.4967499]},"properties":{"@type":"node","@id":7707193095,"@timestamp":1594562339},"coords":"51.4967499,-0.1964975","bedrooms":"1","price":"206000","area":"470"} , +{"type":"Feature","id":"n7707193177","geometry":{"type":"Point","coordinates":[-0.1952102,51.4965138]},"properties":{"@type":"node","@id":7707193177,"@timestamp":1594562339},"coords":"51.4965138,-0.1952102","bedrooms":"0","price":"160000","area":"676"} , +{"type":"Feature","id":"n7707193187","geometry":{"type":"Point","coordinates":[-0.1954766,51.4969882]},"properties":{"@type":"node","@id":7707193187,"@timestamp":1594562339},"coords":"51.4969882,-0.1954766","bedrooms":"1","price":"189000","area":"566"} , +{"type":"Feature","id":"n7707253597","geometry":{"type":"Point","coordinates":[-0.1614913,51.5258163]},"properties":{"@type":"node","@id":7707253597,"@timestamp":1596033584},"coords":"51.5258163,-0.1614913","bedrooms":"4","price":"253000","area":"477"} , +{"type":"Feature","id":"n7707253630","geometry":{"type":"Point","coordinates":[-0.1616338,51.5274574]},"properties":{"@type":"node","@id":7707253630,"@timestamp":1596536339},"coords":"51.5274574,-0.1616338","bedrooms":"3","price":"172000","area":"586"} , +{"type":"Feature","id":"n7707395641","geometry":{"type":"Point","coordinates":[-0.1958703,51.4969557]},"properties":{"@type":"node","@id":7707395641,"@timestamp":1594568803},"coords":"51.4969557,-0.1958703","bedrooms":"1","price":"253000","area":"650"} , +{"type":"Feature","id":"n7707395651","geometry":{"type":"Point","coordinates":[-0.1956135,51.4964827]},"properties":{"@type":"node","@id":7707395651,"@timestamp":1594568803},"coords":"51.4964827,-0.1956135","bedrooms":"0","price":"157000","area":"554"} , +{"type":"Feature","id":"n7707415425","geometry":{"type":"Point","coordinates":[-0.1963322,51.4965213]},"properties":{"@type":"node","@id":7707415425,"@timestamp":1594568803},"coords":"51.4965213,-0.1963322","bedrooms":"2","price":"299000","area":"419"} , +{"type":"Feature","id":"n7707415495","geometry":{"type":"Point","coordinates":[-0.1968541,51.496674]},"properties":{"@type":"node","@id":7707415495,"@timestamp":1594568803},"coords":"51.496674,-0.1968541","bedrooms":"0","price":"227000","area":"414"} , +{"type":"Feature","id":"n7707456339","geometry":{"type":"Point","coordinates":[-0.1529026,51.5243879]},"properties":{"@type":"node","@id":7707456339,"@timestamp":1594571438},"coords":"51.5243879,-0.1529026","bedrooms":"4","price":"277000","area":"385"} , +{"type":"Feature","id":"n7707644616","geometry":{"type":"Point","coordinates":[-0.2803544,51.6454421]},"properties":{"@type":"node","@id":7707644616,"@timestamp":1594579492},"coords":"51.6454421,-0.2803544","bedrooms":"2","price":"258000","area":"624"} , +{"type":"Feature","id":"n7707805317","geometry":{"type":"Point","coordinates":[-0.4555983,51.5724377]},"properties":{"@type":"node","@id":7707805317,"@timestamp":1594585496},"coords":"51.5724377,-0.4555983","bedrooms":"1","price":"192000","area":"350"} , +{"type":"Feature","id":"n7707811993","geometry":{"type":"Point","coordinates":[-0.048111,51.4048497]},"properties":{"@type":"node","@id":7707811993,"@timestamp":1594585103},"coords":"51.4048497,-0.048111","bedrooms":"4","price":"188000","area":"683"} , +{"type":"Feature","id":"n7708058233","geometry":{"type":"Point","coordinates":[0.1821214,51.5499775]},"properties":{"@type":"node","@id":7708058233,"@timestamp":1594593100},"coords":"51.5499775,0.1821214","bedrooms":"1","price":"277000","area":"368"} , +{"type":"Feature","id":"n7708163309","geometry":{"type":"Point","coordinates":[-0.5681589,51.7738516]},"properties":{"@type":"node","@id":7708163309,"@timestamp":1594596066},"coords":"51.7738516,-0.5681589","bedrooms":"4","price":"253000","area":"483"} , +{"type":"Feature","id":"n7708163319","geometry":{"type":"Point","coordinates":[-0.5671504,51.7751361]},"properties":{"@type":"node","@id":7708163319,"@timestamp":1594596066},"coords":"51.7751361,-0.5671504","bedrooms":"2","price":"247000","area":"534"} , +{"type":"Feature","id":"n7708163329","geometry":{"type":"Point","coordinates":[-0.5659179,51.7768331]},"properties":{"@type":"node","@id":7708163329,"@timestamp":1594596066},"coords":"51.7768331,-0.5659179","bedrooms":"3","price":"267000","area":"607"} , +{"type":"Feature","id":"n7708239420","geometry":{"type":"Point","coordinates":[-0.1247018,51.5331861]},"properties":{"@type":"node","@id":7708239420,"@timestamp":1594599162},"coords":"51.5331861,-0.1247018","bedrooms":"0","price":"181000","area":"562"} , +{"type":"Feature","id":"n7708250108","geometry":{"type":"Point","coordinates":[0.2204177,51.3811859]},"properties":{"@type":"node","@id":7708250108,"@timestamp":1594598636},"coords":"51.3811859,0.2204177","bedrooms":"3","price":"283000","area":"486"} , +{"type":"Feature","id":"n7708250263","geometry":{"type":"Point","coordinates":[0.2205916,51.3813955]},"properties":{"@type":"node","@id":7708250263,"@timestamp":1594598636},"coords":"51.3813955,0.2205916","bedrooms":"3","price":"229000","area":"463"} , +{"type":"Feature","id":"n7708250365","geometry":{"type":"Point","coordinates":[0.2399115,51.3852298]},"properties":{"@type":"node","@id":7708250365,"@timestamp":1594598636},"coords":"51.3852298,0.2399115","bedrooms":"4","price":"298000","area":"445"} , +{"type":"Feature","id":"n7708929506","geometry":{"type":"Point","coordinates":[-0.1000649,51.5328969]},"properties":{"@type":"node","@id":7708929506,"@timestamp":1594609352},"coords":"51.5328969,-0.1000649","bedrooms":"3","price":"153000","area":"613"} , +{"type":"Feature","id":"n7708982142","geometry":{"type":"Point","coordinates":[0.6041525,51.9634402]},"properties":{"@type":"node","@id":7708982142,"@timestamp":1594610930},"coords":"51.9634402,0.6041525","bedrooms":"2","price":"213000","area":"538"} , +{"type":"Feature","id":"n7709897685","geometry":{"type":"Point","coordinates":[-0.0704495,51.3882344]},"properties":{"@type":"node","@id":7709897685,"@timestamp":1594627780},"coords":"51.3882344,-0.0704495","bedrooms":"4","price":"184000","area":"414"} , +{"type":"Feature","id":"n7709990629","geometry":{"type":"Point","coordinates":[-0.1649466,51.522842]},"properties":{"@type":"node","@id":7709990629,"@timestamp":1628243143},"coords":"51.522842,-0.1649466","bedrooms":"4","price":"194000","area":"685"} , +{"type":"Feature","id":"n7710108669","geometry":{"type":"Point","coordinates":[-0.1212953,51.4237008]},"properties":{"@type":"node","@id":7710108669,"@timestamp":1594632516},"coords":"51.4237008,-0.1212953","bedrooms":"1","price":"222000","area":"465"} , +{"type":"Feature","id":"n7710108680","geometry":{"type":"Point","coordinates":[-0.1335585,51.4745797]},"properties":{"@type":"node","@id":7710108680,"@timestamp":1594632516},"coords":"51.4745797,-0.1335585","bedrooms":"3","price":"280000","area":"461"} , +{"type":"Feature","id":"n7710116689","geometry":{"type":"Point","coordinates":[-0.1364319,51.4727264]},"properties":{"@type":"node","@id":7710116689,"@timestamp":1594632516},"coords":"51.4727264,-0.1364319","bedrooms":"0","price":"243000","area":"575"} , +{"type":"Feature","id":"n7710186616","geometry":{"type":"Point","coordinates":[-0.7914265,51.5134769]},"properties":{"@type":"node","@id":7710186616,"@timestamp":1594634051},"coords":"51.5134769,-0.7914265","bedrooms":"3","price":"259000","area":"541"} , +{"type":"Feature","id":"n7710196606","geometry":{"type":"Point","coordinates":[-0.0798393,51.450243]},"properties":{"@type":"node","@id":7710196606,"@timestamp":1596902922},"coords":"51.450243,-0.0798393","bedrooms":"0","price":"267000","area":"429"} , +{"type":"Feature","id":"n7710414188","geometry":{"type":"Point","coordinates":[-0.0477738,51.3827398]},"properties":{"@type":"node","@id":7710414188,"@timestamp":1594638561},"coords":"51.3827398,-0.0477738","bedrooms":"3","price":"252000","area":"497"} , +{"type":"Feature","id":"n7710414205","geometry":{"type":"Point","coordinates":[-0.0416984,51.3805357]},"properties":{"@type":"node","@id":7710414205,"@timestamp":1594638561},"coords":"51.3805357,-0.0416984","bedrooms":"0","price":"216000","area":"588"} , +{"type":"Feature","id":"n7710691932","geometry":{"type":"Point","coordinates":[-0.1066522,51.4266892]},"properties":{"@type":"node","@id":7710691932,"@timestamp":1594644968},"coords":"51.4266892,-0.1066522","bedrooms":"2","price":"212000","area":"641"} , +{"type":"Feature","id":"n7710956506","geometry":{"type":"Point","coordinates":[-0.8051997,51.2064983]},"properties":{"@type":"node","@id":7710956506,"@timestamp":1594649900},"coords":"51.2064983,-0.8051997","bedrooms":"1","price":"196000","area":"461"} , +{"type":"Feature","id":"n7710971642","geometry":{"type":"Point","coordinates":[-0.0861148,51.4267457]},"properties":{"@type":"node","@id":7710971642,"@timestamp":1594649991},"coords":"51.4267457,-0.0861148","bedrooms":"2","price":"256000","area":"617"} , +{"type":"Feature","id":"n7710971652","geometry":{"type":"Point","coordinates":[-0.0954199,51.427376]},"properties":{"@type":"node","@id":7710971652,"@timestamp":1594649991},"coords":"51.427376,-0.0954199","bedrooms":"0","price":"195000","area":"676"} , +{"type":"Feature","id":"n7710971663","geometry":{"type":"Point","coordinates":[-0.1079356,51.4402755]},"properties":{"@type":"node","@id":7710971663,"@timestamp":1605461187},"coords":"51.4402755,-0.1079356","bedrooms":"4","price":"299000","area":"415"} , +{"type":"Feature","id":"n7710971673","geometry":{"type":"Point","coordinates":[-0.0974166,51.4396199]},"properties":{"@type":"node","@id":7710971673,"@timestamp":1594649991},"coords":"51.4396199,-0.0974166","bedrooms":"0","price":"196000","area":"402"} , +{"type":"Feature","id":"n7710972185","geometry":{"type":"Point","coordinates":[-0.1242944,51.4149385]},"properties":{"@type":"node","@id":7710972185,"@timestamp":1594649991},"coords":"51.4149385,-0.1242944","bedrooms":"1","price":"232000","area":"518"} , +{"type":"Feature","id":"n7710972197","geometry":{"type":"Point","coordinates":[-0.1361939,51.4197071]},"properties":{"@type":"node","@id":7710972197,"@timestamp":1609262657},"coords":"51.4197071,-0.1361939","bedrooms":"1","price":"153000","area":"464"} , +{"type":"Feature","id":"n7710972207","geometry":{"type":"Point","coordinates":[-0.1039066,51.43199]},"properties":{"@type":"node","@id":7710972207,"@timestamp":1594649991},"coords":"51.43199,-0.1039066","bedrooms":"1","price":"254000","area":"570"} , +{"type":"Feature","id":"n7710972217","geometry":{"type":"Point","coordinates":[-0.1284565,51.4342617]},"properties":{"@type":"node","@id":7710972217,"@timestamp":1594649991},"coords":"51.4342617,-0.1284565","bedrooms":"2","price":"151000","area":"408"} , +{"type":"Feature","id":"n7710972227","geometry":{"type":"Point","coordinates":[-0.1279969,51.4351314]},"properties":{"@type":"node","@id":7710972227,"@timestamp":1594649991},"coords":"51.4351314,-0.1279969","bedrooms":"0","price":"168000","area":"518"} , +{"type":"Feature","id":"n7710972238","geometry":{"type":"Point","coordinates":[-0.1213051,51.4519599]},"properties":{"@type":"node","@id":7710972238,"@timestamp":1594649991},"coords":"51.4519599,-0.1213051","bedrooms":"3","price":"221000","area":"476"} , +{"type":"Feature","id":"n7710972249","geometry":{"type":"Point","coordinates":[-0.116808,51.4639958]},"properties":{"@type":"node","@id":7710972249,"@timestamp":1594649991},"coords":"51.4639958,-0.116808","bedrooms":"4","price":"227000","area":"457"} , +{"type":"Feature","id":"n7710972259","geometry":{"type":"Point","coordinates":[-0.1422621,51.4517315]},"properties":{"@type":"node","@id":7710972259,"@timestamp":1594649991},"coords":"51.4517315,-0.1422621","bedrooms":"3","price":"179000","area":"444"} , +{"type":"Feature","id":"n7710972270","geometry":{"type":"Point","coordinates":[-0.1414913,51.4529012]},"properties":{"@type":"node","@id":7710972270,"@timestamp":1594649991},"coords":"51.4529012,-0.1414913","bedrooms":"3","price":"157000","area":"511"} , +{"type":"Feature","id":"n7710972280","geometry":{"type":"Point","coordinates":[-0.14388,51.4567268]},"properties":{"@type":"node","@id":7710972280,"@timestamp":1594649991},"coords":"51.4567268,-0.14388","bedrooms":"2","price":"274000","area":"672"} , +{"type":"Feature","id":"n7710972290","geometry":{"type":"Point","coordinates":[-0.1352857,51.4642518]},"properties":{"@type":"node","@id":7710972290,"@timestamp":1594649991},"coords":"51.4642518,-0.1352857","bedrooms":"4","price":"209000","area":"615"} , +{"type":"Feature","id":"n7710972300","geometry":{"type":"Point","coordinates":[-0.1340022,51.4711024]},"properties":{"@type":"node","@id":7710972300,"@timestamp":1594649991},"coords":"51.4711024,-0.1340022","bedrooms":"0","price":"170000","area":"498"} , +{"type":"Feature","id":"n7710972313","geometry":{"type":"Point","coordinates":[-0.1475525,51.4668486]},"properties":{"@type":"node","@id":7710972313,"@timestamp":1594649991},"coords":"51.4668486,-0.1475525","bedrooms":"0","price":"252000","area":"409"} , +{"type":"Feature","id":"n7711190754","geometry":{"type":"Point","coordinates":[-0.1957179,51.4960975]},"properties":{"@type":"node","@id":7711190754,"@timestamp":1594657028},"coords":"51.4960975,-0.1957179","bedrooms":"3","price":"153000","area":"647"} , +{"type":"Feature","id":"n7711222127","geometry":{"type":"Point","coordinates":[-0.1951444,51.496296]},"properties":{"@type":"node","@id":7711222127,"@timestamp":1594657028},"coords":"51.496296,-0.1951444","bedrooms":"0","price":"153000","area":"392"} , +{"type":"Feature","id":"n7711222199","geometry":{"type":"Point","coordinates":[-0.1957464,51.4958539]},"properties":{"@type":"node","@id":7711222199,"@timestamp":1594657028},"coords":"51.4958539,-0.1957464","bedrooms":"0","price":"214000","area":"537"} , +{"type":"Feature","id":"n7711222231","geometry":{"type":"Point","coordinates":[-0.1945479,51.4961161]},"properties":{"@type":"node","@id":7711222231,"@timestamp":1594657028},"coords":"51.4961161,-0.1945479","bedrooms":"3","price":"273000","area":"460"} , +{"type":"Feature","id":"n7711222267","geometry":{"type":"Point","coordinates":[-0.1935104,51.4965308]},"properties":{"@type":"node","@id":7711222267,"@timestamp":1594657028},"coords":"51.4965308,-0.1935104","bedrooms":"4","price":"214000","area":"465"} , +{"type":"Feature","id":"n7711222295","geometry":{"type":"Point","coordinates":[-0.1934122,51.496221]},"properties":{"@type":"node","@id":7711222295,"@timestamp":1594657028},"coords":"51.496221,-0.1934122","bedrooms":"0","price":"282000","area":"391"} , +{"type":"Feature","id":"n7711222321","geometry":{"type":"Point","coordinates":[-0.1931614,51.4966046]},"properties":{"@type":"node","@id":7711222321,"@timestamp":1594657028},"coords":"51.4966046,-0.1931614","bedrooms":"3","price":"195000","area":"619"} , +{"type":"Feature","id":"n7711222349","geometry":{"type":"Point","coordinates":[-0.193244,51.4966331]},"properties":{"@type":"node","@id":7711222349,"@timestamp":1594657028},"coords":"51.4966331,-0.193244","bedrooms":"4","price":"192000","area":"368"} , +{"type":"Feature","id":"n7711222359","geometry":{"type":"Point","coordinates":[-0.1925493,51.4961777]},"properties":{"@type":"node","@id":7711222359,"@timestamp":1594657028},"coords":"51.4961777,-0.1925493","bedrooms":"4","price":"167000","area":"371"} , +{"type":"Feature","id":"n7711307967","geometry":{"type":"Point","coordinates":[-0.0059658,51.5480634]},"properties":{"@type":"node","@id":7711307967,"@timestamp":1594660076},"coords":"51.5480634,-0.0059658","bedrooms":"0","price":"232000","area":"569"} , +{"type":"Feature","id":"n7711309317","geometry":{"type":"Point","coordinates":[-0.0365775,51.3740027]},"properties":{"@type":"node","@id":7711309317,"@timestamp":1614241718},"coords":"51.3740027,-0.0365775","bedrooms":"4","price":"242000","area":"535"} , +{"type":"Feature","id":"n7711315898","geometry":{"type":"Point","coordinates":[-0.0328466,51.3715532]},"properties":{"@type":"node","@id":7711315898,"@timestamp":1614247127},"coords":"51.3715532,-0.0328466","bedrooms":"4","price":"242000","area":"515"} , +{"type":"Feature","id":"n7711378707","geometry":{"type":"Point","coordinates":[-0.0332473,51.35675]},"properties":{"@type":"node","@id":7711378707,"@timestamp":1594660755},"coords":"51.35675,-0.0332473","bedrooms":"3","price":"209000","area":"684"} , +{"type":"Feature","id":"n7711436579","geometry":{"type":"Point","coordinates":[-0.0155039,51.3496941]},"properties":{"@type":"node","@id":7711436579,"@timestamp":1594664119},"coords":"51.3496941,-0.0155039","bedrooms":"0","price":"248000","area":"528"} , +{"type":"Feature","id":"n7711457032","geometry":{"type":"Point","coordinates":[-0.1936667,51.4959607]},"properties":{"@type":"node","@id":7711457032,"@timestamp":1594663767},"coords":"51.4959607,-0.1936667","bedrooms":"0","price":"279000","area":"531"} , +{"type":"Feature","id":"n7711462915","geometry":{"type":"Point","coordinates":[-0.0221528,51.347921]},"properties":{"@type":"node","@id":7711462915,"@timestamp":1594663829},"coords":"51.347921,-0.0221528","bedrooms":"2","price":"208000","area":"351"} , +{"type":"Feature","id":"n7711466366","geometry":{"type":"Point","coordinates":[-0.0172973,51.3492553]},"properties":{"@type":"node","@id":7711466366,"@timestamp":1594663950},"coords":"51.3492553,-0.0172973","bedrooms":"4","price":"216000","area":"656"} , +{"type":"Feature","id":"n7711687421","geometry":{"type":"Point","coordinates":[-0.1218533,51.567128]},"properties":{"@type":"node","@id":7711687421,"@timestamp":1594671081},"coords":"51.567128,-0.1218533","bedrooms":"4","price":"236000","area":"535"} , +{"type":"Feature","id":"n7711687432","geometry":{"type":"Point","coordinates":[-0.1221539,51.5670008]},"properties":{"@type":"node","@id":7711687432,"@timestamp":1594671081},"coords":"51.5670008,-0.1221539","bedrooms":"2","price":"220000","area":"368"} , +{"type":"Feature","id":"n7711729824","geometry":{"type":"Point","coordinates":[-1.0663275,51.3306689]},"properties":{"@type":"node","@id":7711729824,"@timestamp":1594672769},"coords":"51.3306689,-1.0663275","bedrooms":"0","price":"231000","area":"693"} , +{"type":"Feature","id":"n7711846091","geometry":{"type":"Point","coordinates":[-0.5519154,51.6675928]},"properties":{"@type":"node","@id":7711846091,"@timestamp":1594676676},"coords":"51.6675928,-0.5519154","bedrooms":"1","price":"275000","area":"461"} , +{"type":"Feature","id":"n7711918753","geometry":{"type":"Point","coordinates":[-0.0107533,51.3510106]},"properties":{"@type":"node","@id":7711918753,"@timestamp":1594678791},"coords":"51.3510106,-0.0107533","bedrooms":"0","price":"274000","area":"548"} , +{"type":"Feature","id":"n7711918770","geometry":{"type":"Point","coordinates":[-0.0045401,51.3354874]},"properties":{"@type":"node","@id":7711918770,"@timestamp":1594678791},"coords":"51.3354874,-0.0045401","bedrooms":"1","price":"282000","area":"652"} , +{"type":"Feature","id":"n7712043880","geometry":{"type":"Point","coordinates":[-0.0023206,51.4543307]},"properties":{"@type":"node","@id":7712043880,"@timestamp":1594683405},"coords":"51.4543307,-0.0023206","bedrooms":"1","price":"299000","area":"565"} , +{"type":"Feature","id":"n7712226594","geometry":{"type":"Point","coordinates":[0.2225818,51.3831934]},"properties":{"@type":"node","@id":7712226594,"@timestamp":1594690712},"coords":"51.3831934,0.2225818","bedrooms":"4","price":"220000","area":"397"} , +{"type":"Feature","id":"n7712226751","geometry":{"type":"Point","coordinates":[0.2220909,51.3833365]},"properties":{"@type":"node","@id":7712226751,"@timestamp":1594690712},"coords":"51.3833365,0.2220909","bedrooms":"0","price":"209000","area":"544"} , +{"type":"Feature","id":"n7712226857","geometry":{"type":"Point","coordinates":[0.2167775,51.3824794]},"properties":{"@type":"node","@id":7712226857,"@timestamp":1594690712},"coords":"51.3824794,0.2167775","bedrooms":"2","price":"269000","area":"669"} , +{"type":"Feature","id":"n7712281438","geometry":{"type":"Point","coordinates":[0.8261985,51.8828861]},"properties":{"@type":"node","@id":7712281438,"@timestamp":1594693489},"coords":"51.8828861,0.8261985","bedrooms":"2","price":"197000","area":"362"} , +{"type":"Feature","id":"n7712615784","geometry":{"type":"Point","coordinates":[-0.7576818,51.5383454]},"properties":{"@type":"node","@id":7712615784,"@timestamp":1594705547},"coords":"51.5383454,-0.7576818","bedrooms":"2","price":"268000","area":"403"} , +{"type":"Feature","id":"n7712865176","geometry":{"type":"Point","coordinates":[0.0142613,51.5440999]},"properties":{"@type":"node","@id":7712865176,"@timestamp":1594710880},"coords":"51.5440999,0.0142613","bedrooms":"1","price":"201000","area":"551"} , +{"type":"Feature","id":"n7712916615","geometry":{"type":"Point","coordinates":[-0.1399318,51.5460754]},"properties":{"@type":"node","@id":7712916615,"@timestamp":1627423273},"coords":"51.5460754,-0.1399318","bedrooms":"3","price":"279000","area":"598"} , +{"type":"Feature","id":"n7713352353","geometry":{"type":"Point","coordinates":[-0.118821,51.4648384]},"properties":{"@type":"node","@id":7713352353,"@timestamp":1594721254},"coords":"51.4648384,-0.118821","bedrooms":"0","price":"272000","area":"403"} , +{"type":"Feature","id":"n7713352364","geometry":{"type":"Point","coordinates":[-0.1428569,51.4642465]},"properties":{"@type":"node","@id":7713352364,"@timestamp":1612446243},"coords":"51.4642465,-0.1428569","bedrooms":"1","price":"246000","area":"616"} , +{"type":"Feature","id":"n7713352374","geometry":{"type":"Point","coordinates":[-0.137324,51.4675017]},"properties":{"@type":"node","@id":7713352374,"@timestamp":1594754875},"coords":"51.4675017,-0.137324","bedrooms":"0","price":"277000","area":"546"} , +{"type":"Feature","id":"n7713352384","geometry":{"type":"Point","coordinates":[-0.1436209,51.4694957]},"properties":{"@type":"node","@id":7713352384,"@timestamp":1594721254},"coords":"51.4694957,-0.1436209","bedrooms":"3","price":"284000","area":"550"} , +{"type":"Feature","id":"n7713402275","geometry":{"type":"Point","coordinates":[-0.1195398,51.4475445]},"properties":{"@type":"node","@id":7713402275,"@timestamp":1599593734},"coords":"51.4475445,-0.1195398","bedrooms":"3","price":"171000","area":"553"} , +{"type":"Feature","id":"n7713564525","geometry":{"type":"Point","coordinates":[-0.1891005,51.4630244]},"properties":{"@type":"node","@id":7713564525,"@timestamp":1594725792},"coords":"51.4630244,-0.1891005","bedrooms":"4","price":"212000","area":"588"} , +{"type":"Feature","id":"n7713662056","geometry":{"type":"Point","coordinates":[-0.0090451,51.5380042]},"properties":{"@type":"node","@id":7713662056,"@timestamp":1594727569},"coords":"51.5380042,-0.0090451","bedrooms":"4","price":"253000","area":"416"} , +{"type":"Feature","id":"n7713765780","geometry":{"type":"Point","coordinates":[-0.4328824,51.610783]},"properties":{"@type":"node","@id":7713765780,"@timestamp":1594730376},"coords":"51.610783,-0.4328824","bedrooms":"4","price":"269000","area":"427"} , +{"type":"Feature","id":"n7713883878","geometry":{"type":"Point","coordinates":[-0.9385545,51.0052866]},"properties":{"@type":"node","@id":7713883878,"@timestamp":1594734995},"coords":"51.0052866,-0.9385545","bedrooms":"2","price":"209000","area":"592"} , +{"type":"Feature","id":"n7713907387","geometry":{"type":"Point","coordinates":[-0.0951195,51.4769698]},"properties":{"@type":"node","@id":7713907387,"@timestamp":1594733782},"coords":"51.4769698,-0.0951195","bedrooms":"3","price":"251000","area":"628"} , +{"type":"Feature","id":"n7713912784","geometry":{"type":"Point","coordinates":[-0.1787182,51.4462143]},"properties":{"@type":"node","@id":7713912784,"@timestamp":1618178093},"coords":"51.4462143,-0.1787182","bedrooms":"3","price":"202000","area":"516"} , +{"type":"Feature","id":"n7714074225","geometry":{"type":"Point","coordinates":[-0.1752695,51.4434463]},"properties":{"@type":"node","@id":7714074225,"@timestamp":1618178093},"coords":"51.4434463,-0.1752695","bedrooms":"4","price":"206000","area":"648"} , +{"type":"Feature","id":"n7714204179","geometry":{"type":"Point","coordinates":[-0.1883876,51.2670875]},"properties":{"@type":"node","@id":7714204179,"@timestamp":1594742716},"coords":"51.2670875,-0.1883876","bedrooms":"1","price":"152000","area":"547"} , +{"type":"Feature","id":"n7714359559","geometry":{"type":"Point","coordinates":[-0.0683576,50.9379516]},"properties":{"@type":"node","@id":7714359559,"@timestamp":1594747324},"coords":"50.9379516,-0.0683576","bedrooms":"0","price":"272000","area":"545"} , +{"type":"Feature","id":"n7714485860","geometry":{"type":"Point","coordinates":[-0.1787977,51.4425745]},"properties":{"@type":"node","@id":7714485860,"@timestamp":1618178093},"coords":"51.4425745,-0.1787977","bedrooms":"3","price":"254000","area":"428"} , +{"type":"Feature","id":"n7714621677","geometry":{"type":"Point","coordinates":[-0.1369514,51.4682362]},"properties":{"@type":"node","@id":7714621677,"@timestamp":1594754990},"coords":"51.4682362,-0.1369514","bedrooms":"2","price":"290000","area":"409"} , +{"type":"Feature","id":"n7714644056","geometry":{"type":"Point","coordinates":[0.4034581,51.5264698]},"properties":{"@type":"node","@id":7714644056,"@timestamp":1594755392},"coords":"51.5264698,0.4034581","bedrooms":"2","price":"201000","area":"602"} , +{"type":"Feature","id":"n7714781703","geometry":{"type":"Point","coordinates":[0.3998886,51.5245253]},"properties":{"@type":"node","@id":7714781703,"@timestamp":1594759065},"coords":"51.5245253,0.3998886","bedrooms":"4","price":"276000","area":"672"} , +{"type":"Feature","id":"n7714832899","geometry":{"type":"Point","coordinates":[-0.6804424,51.3514114]},"properties":{"@type":"node","@id":7714832899,"@timestamp":1594760324},"coords":"51.3514114,-0.6804424","bedrooms":"2","price":"239000","area":"417"} , +{"type":"Feature","id":"n7714914732","geometry":{"type":"Point","coordinates":[-0.1226948,51.2611221]},"properties":{"@type":"node","@id":7714914732,"@timestamp":1594763591},"coords":"51.2611221,-0.1226948","bedrooms":"0","price":"153000","area":"636"} , +{"type":"Feature","id":"n7715106111","geometry":{"type":"Point","coordinates":[0.2397573,51.4002984]},"properties":{"@type":"node","@id":7715106111,"@timestamp":1594774622},"coords":"51.4002984,0.2397573","bedrooms":"3","price":"220000","area":"556"} , +{"type":"Feature","id":"n7715106286","geometry":{"type":"Point","coordinates":[0.2363938,51.3971825]},"properties":{"@type":"node","@id":7715106286,"@timestamp":1594774622},"coords":"51.3971825,0.2363938","bedrooms":"2","price":"242000","area":"393"} , +{"type":"Feature","id":"n7715106586","geometry":{"type":"Point","coordinates":[0.2288689,51.3866998]},"properties":{"@type":"node","@id":7715106586,"@timestamp":1594774622},"coords":"51.3866998,0.2288689","bedrooms":"0","price":"279000","area":"512"} , +{"type":"Feature","id":"n7715109987","geometry":{"type":"Point","coordinates":[-0.1135422,51.5964113]},"properties":{"@type":"node","@id":7715109987,"@timestamp":1594775031},"coords":"51.5964113,-0.1135422","bedrooms":"4","price":"210000","area":"685"} , +{"type":"Feature","id":"n7715110005","geometry":{"type":"Point","coordinates":[-0.1140218,51.5961386]},"properties":{"@type":"node","@id":7715110005,"@timestamp":1594775031},"coords":"51.5961386,-0.1140218","bedrooms":"0","price":"222000","area":"647"} , +{"type":"Feature","id":"n7715142354","geometry":{"type":"Point","coordinates":[-0.0929023,51.4156118]},"properties":{"@type":"node","@id":7715142354,"@timestamp":1594777395},"coords":"51.4156118,-0.0929023","bedrooms":"0","price":"234000","area":"579"} , +{"type":"Feature","id":"n7715142364","geometry":{"type":"Point","coordinates":[-0.0930847,51.4159881]},"properties":{"@type":"node","@id":7715142364,"@timestamp":1594777395},"coords":"51.4159881,-0.0930847","bedrooms":"1","price":"182000","area":"616"} , +{"type":"Feature","id":"n7715142374","geometry":{"type":"Point","coordinates":[-0.0933476,51.4156723]},"properties":{"@type":"node","@id":7715142374,"@timestamp":1594777395},"coords":"51.4156723,-0.0933476","bedrooms":"4","price":"151000","area":"666"} , +{"type":"Feature","id":"n7715143666","geometry":{"type":"Point","coordinates":[-0.0980357,51.4174892]},"properties":{"@type":"node","@id":7715143666,"@timestamp":1594777395},"coords":"51.4174892,-0.0980357","bedrooms":"0","price":"255000","area":"596"} , +{"type":"Feature","id":"n7715143676","geometry":{"type":"Point","coordinates":[-0.0975863,51.4172789]},"properties":{"@type":"node","@id":7715143676,"@timestamp":1594777395},"coords":"51.4172789,-0.0975863","bedrooms":"4","price":"219000","area":"630"} , +{"type":"Feature","id":"n7715251106","geometry":{"type":"Point","coordinates":[0.7344611,51.2008769]},"properties":{"@type":"node","@id":7715251106,"@timestamp":1594782869},"coords":"51.2008769,0.7344611","bedrooms":"4","price":"174000","area":"590"} , +{"type":"Feature","id":"n7715432435","geometry":{"type":"Point","coordinates":[0.2663416,51.2035566]},"properties":{"@type":"node","@id":7715432435,"@timestamp":1594789399},"coords":"51.2035566,0.2663416","bedrooms":"0","price":"292000","area":"462"} , +{"type":"Feature","id":"n7715719524","geometry":{"type":"Point","coordinates":[-0.1952029,51.4954398]},"properties":{"@type":"node","@id":7715719524,"@timestamp":1594795913},"coords":"51.4954398,-0.1952029","bedrooms":"2","price":"180000","area":"474"} , +{"type":"Feature","id":"n7715719550","geometry":{"type":"Point","coordinates":[-0.1943086,51.4955984]},"properties":{"@type":"node","@id":7715719550,"@timestamp":1594795913},"coords":"51.4955984,-0.1943086","bedrooms":"2","price":"236000","area":"443"} , +{"type":"Feature","id":"n7715719632","geometry":{"type":"Point","coordinates":[-0.1924674,51.4954583]},"properties":{"@type":"node","@id":7715719632,"@timestamp":1594795913},"coords":"51.4954583,-0.1924674","bedrooms":"0","price":"285000","area":"421"} , +{"type":"Feature","id":"n7716111682","geometry":{"type":"Point","coordinates":[-0.2251202,51.0230069]},"properties":{"@type":"node","@id":7716111682,"@timestamp":1594800904},"coords":"51.0230069,-0.2251202","bedrooms":"3","price":"186000","area":"453"} , +{"type":"Feature","id":"n7716380399","geometry":{"type":"Point","coordinates":[-0.3408739,51.4477337]},"properties":{"@type":"node","@id":7716380399,"@timestamp":1594806318},"coords":"51.4477337,-0.3408739","bedrooms":"0","price":"200000","area":"652"} , +{"type":"Feature","id":"n7716415186","geometry":{"type":"Point","coordinates":[0.3085852,51.0741726]},"properties":{"@type":"node","@id":7716415186,"@timestamp":1594807079},"coords":"51.0741726,0.3085852","bedrooms":"3","price":"196000","area":"441"} , +{"type":"Feature","id":"n7716472819","geometry":{"type":"Point","coordinates":[0.8893221,51.1488962]},"properties":{"@type":"node","@id":7716472819,"@timestamp":1594808342},"coords":"51.1488962,0.8893221","bedrooms":"4","price":"295000","area":"562"} , +{"type":"Feature","id":"n7716683551","geometry":{"type":"Point","coordinates":[-0.0257795,51.4484802]},"properties":{"@type":"node","@id":7716683551,"@timestamp":1631446246},"coords":"51.4484802,-0.0257795","bedrooms":"1","price":"281000","area":"611"} , +{"type":"Feature","id":"n7716752679","geometry":{"type":"Point","coordinates":[-0.0480918,50.9414935]},"properties":{"@type":"node","@id":7716752679,"@timestamp":1594814255},"coords":"50.9414935,-0.0480918","bedrooms":"2","price":"234000","area":"443"} , +{"type":"Feature","id":"n7716930039","geometry":{"type":"Point","coordinates":[0.5147107,51.6328538]},"properties":{"@type":"node","@id":7716930039,"@timestamp":1594819714},"coords":"51.6328538,0.5147107","bedrooms":"0","price":"270000","area":"464"} , +{"type":"Feature","id":"n7717100606","geometry":{"type":"Point","coordinates":[0.0109882,51.5169291]},"properties":{"@type":"node","@id":7717100606,"@timestamp":1594823972},"coords":"51.5169291,0.0109882","bedrooms":"3","price":"180000","area":"685"} , +{"type":"Feature","id":"n7717125188","geometry":{"type":"Point","coordinates":[-0.0413294,50.9412759]},"properties":{"@type":"node","@id":7717125188,"@timestamp":1594824695},"coords":"50.9412759,-0.0413294","bedrooms":"0","price":"221000","area":"516"} , +{"type":"Feature","id":"n7717125263","geometry":{"type":"Point","coordinates":[-0.0309231,50.9422771]},"properties":{"@type":"node","@id":7717125263,"@timestamp":1594824695},"coords":"50.9422771,-0.0309231","bedrooms":"3","price":"195000","area":"543"} , +{"type":"Feature","id":"n7717170773","geometry":{"type":"Point","coordinates":[0.4836079,51.5777581]},"properties":{"@type":"node","@id":7717170773,"@timestamp":1594826293},"coords":"51.5777581,0.4836079","bedrooms":"1","price":"264000","area":"532"} , +{"type":"Feature","id":"n7717394898","geometry":{"type":"Point","coordinates":[0.3003252,51.5766419]},"properties":{"@type":"node","@id":7717394898,"@timestamp":1594833633},"coords":"51.5766419,0.3003252","bedrooms":"3","price":"236000","area":"548"} , +{"type":"Feature","id":"n7717642206","geometry":{"type":"Point","coordinates":[0.0608829,51.9088918]},"properties":{"@type":"node","@id":7717642206,"@timestamp":1594840403},"coords":"51.9088918,0.0608829","bedrooms":"4","price":"176000","area":"474"} , +{"type":"Feature","id":"n7717850285","geometry":{"type":"Point","coordinates":[-0.1363857,51.5155639]},"properties":{"@type":"node","@id":7717850285,"@timestamp":1594847287},"coords":"51.5155639,-0.1363857","bedrooms":"4","price":"174000","area":"528"} , +{"type":"Feature","id":"n7717885941","geometry":{"type":"Point","coordinates":[-0.6998255,51.3301009]},"properties":{"@type":"node","@id":7717885941,"@timestamp":1594849134},"coords":"51.3301009,-0.6998255","bedrooms":"3","price":"269000","area":"623"} , +{"type":"Feature","id":"n7717898089","geometry":{"type":"Point","coordinates":[-0.3166102,51.4142678]},"properties":{"@type":"node","@id":7717898089,"@timestamp":1594849959},"coords":"51.4142678,-0.3166102","bedrooms":"3","price":"280000","area":"423"} , +{"type":"Feature","id":"n7717898404","geometry":{"type":"Point","coordinates":[-0.315456,51.4177209]},"properties":{"@type":"node","@id":7717898404,"@timestamp":1631385207},"coords":"51.4177209,-0.315456","bedrooms":"3","price":"217000","area":"627"} , +{"type":"Feature","id":"n7717901869","geometry":{"type":"Point","coordinates":[0.0144881,51.5181324]},"properties":{"@type":"node","@id":7717901869,"@timestamp":1594851636},"coords":"51.5181324,0.0144881","bedrooms":"1","price":"295000","area":"520"} , +{"type":"Feature","id":"n7717926788","geometry":{"type":"Point","coordinates":[0.0146836,51.5185828]},"properties":{"@type":"node","@id":7717926788,"@timestamp":1594851636},"coords":"51.5185828,0.0146836","bedrooms":"3","price":"278000","area":"693"} , +{"type":"Feature","id":"n7717926798","geometry":{"type":"Point","coordinates":[0.0159955,51.5191877]},"properties":{"@type":"node","@id":7717926798,"@timestamp":1594851636},"coords":"51.5191877,0.0159955","bedrooms":"2","price":"284000","area":"683"} , +{"type":"Feature","id":"n7717926823","geometry":{"type":"Point","coordinates":[0.0141309,51.5175445]},"properties":{"@type":"node","@id":7717926823,"@timestamp":1594851636},"coords":"51.5175445,0.0141309","bedrooms":"1","price":"255000","area":"589"} , +{"type":"Feature","id":"n7717969635","geometry":{"type":"Point","coordinates":[0.5968256,50.9593313]},"properties":{"@type":"node","@id":7717969635,"@timestamp":1594855206},"coords":"50.9593313,0.5968256","bedrooms":"0","price":"267000","area":"594"} , +{"type":"Feature","id":"n7718768257","geometry":{"type":"Point","coordinates":[0.2375599,51.4056374]},"properties":{"@type":"node","@id":7718768257,"@timestamp":1594860796},"coords":"51.4056374,0.2375599","bedrooms":"1","price":"203000","area":"468"} , +{"type":"Feature","id":"n7718819394","geometry":{"type":"Point","coordinates":[0.2376765,51.4035451]},"properties":{"@type":"node","@id":7718819394,"@timestamp":1594860796},"coords":"51.4035451,0.2376765","bedrooms":"1","price":"266000","area":"468"} , +{"type":"Feature","id":"n7718819483","geometry":{"type":"Point","coordinates":[0.2376323,51.4047556]},"properties":{"@type":"node","@id":7718819483,"@timestamp":1594860796},"coords":"51.4047556,0.2376323","bedrooms":"3","price":"210000","area":"642"} , +{"type":"Feature","id":"n7718819631","geometry":{"type":"Point","coordinates":[0.2388239,51.4025473]},"properties":{"@type":"node","@id":7718819631,"@timestamp":1594860796},"coords":"51.4025473,0.2388239","bedrooms":"2","price":"150000","area":"546"} , +{"type":"Feature","id":"n7718819742","geometry":{"type":"Point","coordinates":[0.2394052,51.402979]},"properties":{"@type":"node","@id":7718819742,"@timestamp":1594860796},"coords":"51.402979,0.2394052","bedrooms":"2","price":"224000","area":"390"} , +{"type":"Feature","id":"n7718820044","geometry":{"type":"Point","coordinates":[0.2387045,51.4018956]},"properties":{"@type":"node","@id":7718820044,"@timestamp":1594860796},"coords":"51.4018956,0.2387045","bedrooms":"0","price":"197000","area":"665"} , +{"type":"Feature","id":"n7719341049","geometry":{"type":"Point","coordinates":[0.117912,51.1027921]},"properties":{"@type":"node","@id":7719341049,"@timestamp":1594879317},"coords":"51.1027921,0.117912","bedrooms":"1","price":"179000","area":"356"} , +{"type":"Feature","id":"n7719688370","geometry":{"type":"Point","coordinates":[0.6603318,51.3686826]},"properties":{"@type":"node","@id":7719688370,"@timestamp":1594886529},"coords":"51.3686826,0.6603318","bedrooms":"4","price":"174000","area":"419"} , +{"type":"Feature","id":"n7719956507","geometry":{"type":"Point","coordinates":[-0.1175569,51.4699248]},"properties":{"@type":"node","@id":7719956507,"@timestamp":1594888130},"coords":"51.4699248,-0.1175569","bedrooms":"3","price":"238000","area":"381"} , +{"type":"Feature","id":"n7719956520","geometry":{"type":"Point","coordinates":[-0.1200183,51.4591834]},"properties":{"@type":"node","@id":7719956520,"@timestamp":1600009158},"coords":"51.4591834,-0.1200183","bedrooms":"0","price":"295000","area":"445"} , +{"type":"Feature","id":"n7719956530","geometry":{"type":"Point","coordinates":[-0.1274481,51.4600778]},"properties":{"@type":"node","@id":7719956530,"@timestamp":1594888130},"coords":"51.4600778,-0.1274481","bedrooms":"2","price":"170000","area":"358"} , +{"type":"Feature","id":"n7719965261","geometry":{"type":"Point","coordinates":[-0.0105082,51.3464569]},"properties":{"@type":"node","@id":7719965261,"@timestamp":1594888351},"coords":"51.3464569,-0.0105082","bedrooms":"4","price":"197000","area":"459"} , +{"type":"Feature","id":"n7719965271","geometry":{"type":"Point","coordinates":[-0.0106705,51.345982]},"properties":{"@type":"node","@id":7719965271,"@timestamp":1594888351},"coords":"51.345982,-0.0106705","bedrooms":"4","price":"202000","area":"675"} , +{"type":"Feature","id":"n7720007791","geometry":{"type":"Point","coordinates":[-0.0108194,51.3422369]},"properties":{"@type":"node","@id":7720007791,"@timestamp":1594888351},"coords":"51.3422369,-0.0108194","bedrooms":"4","price":"261000","area":"534"} , +{"type":"Feature","id":"n7720297198","geometry":{"type":"Point","coordinates":[-0.2285506,51.4527737]},"properties":{"@type":"node","@id":7720297198,"@timestamp":1615747093},"coords":"51.4527737,-0.2285506","bedrooms":"3","price":"230000","area":"685"} , +{"type":"Feature","id":"n7720297324","geometry":{"type":"Point","coordinates":[-0.2314636,51.4610425]},"properties":{"@type":"node","@id":7720297324,"@timestamp":1601249916},"coords":"51.4610425,-0.2314636","bedrooms":"1","price":"270000","area":"510"} , +{"type":"Feature","id":"n7720573399","geometry":{"type":"Point","coordinates":[-0.238156,51.0211169]},"properties":{"@type":"node","@id":7720573399,"@timestamp":1594893988},"coords":"51.0211169,-0.238156","bedrooms":"3","price":"159000","area":"466"} , +{"type":"Feature","id":"n7720618149","geometry":{"type":"Point","coordinates":[-0.0526846,51.4792919]},"properties":{"@type":"node","@id":7720618149,"@timestamp":1594894965},"coords":"51.4792919,-0.0526846","bedrooms":"0","price":"271000","area":"392"} , +{"type":"Feature","id":"n7720618159","geometry":{"type":"Point","coordinates":[-0.0514179,51.479076]},"properties":{"@type":"node","@id":7720618159,"@timestamp":1594894965},"coords":"51.479076,-0.0514179","bedrooms":"2","price":"242000","area":"589"} , +{"type":"Feature","id":"n7720618169","geometry":{"type":"Point","coordinates":[-0.0523343,51.4789824]},"properties":{"@type":"node","@id":7720618169,"@timestamp":1594894965},"coords":"51.4789824,-0.0523343","bedrooms":"4","price":"181000","area":"681"} , +{"type":"Feature","id":"n7720618179","geometry":{"type":"Point","coordinates":[-0.0516433,51.4787812]},"properties":{"@type":"node","@id":7720618179,"@timestamp":1594894965},"coords":"51.4787812,-0.0516433","bedrooms":"4","price":"169000","area":"659"} , +{"type":"Feature","id":"n7720640188","geometry":{"type":"Point","coordinates":[-0.0508779,51.4791661]},"properties":{"@type":"node","@id":7720640188,"@timestamp":1594894965},"coords":"51.4791661,-0.0508779","bedrooms":"4","price":"207000","area":"517"} , +{"type":"Feature","id":"n7720640207","geometry":{"type":"Point","coordinates":[-0.0522364,51.4794965]},"properties":{"@type":"node","@id":7720640207,"@timestamp":1594894965},"coords":"51.4794965,-0.0522364","bedrooms":"3","price":"220000","area":"683"} , +{"type":"Feature","id":"n7720640217","geometry":{"type":"Point","coordinates":[-0.0525123,51.4795554]},"properties":{"@type":"node","@id":7720640217,"@timestamp":1594894965},"coords":"51.4795554,-0.0525123","bedrooms":"1","price":"296000","area":"479"} , +{"type":"Feature","id":"n7720640227","geometry":{"type":"Point","coordinates":[-0.0530074,51.479531]},"properties":{"@type":"node","@id":7720640227,"@timestamp":1594894965},"coords":"51.479531,-0.0530074","bedrooms":"1","price":"158000","area":"587"} , +{"type":"Feature","id":"n7720640525","geometry":{"type":"Point","coordinates":[-0.052118,51.4797334]},"properties":{"@type":"node","@id":7720640525,"@timestamp":1594894965},"coords":"51.4797334,-0.052118","bedrooms":"2","price":"183000","area":"696"} , +{"type":"Feature","id":"n7720640535","geometry":{"type":"Point","coordinates":[-0.0517246,51.4798379]},"properties":{"@type":"node","@id":7720640535,"@timestamp":1594894965},"coords":"51.4798379,-0.0517246","bedrooms":"4","price":"287000","area":"619"} , +{"type":"Feature","id":"n7720640622","geometry":{"type":"Point","coordinates":[-0.0521982,51.4801143]},"properties":{"@type":"node","@id":7720640622,"@timestamp":1594894965},"coords":"51.4801143,-0.0521982","bedrooms":"2","price":"249000","area":"557"} , +{"type":"Feature","id":"n7720640632","geometry":{"type":"Point","coordinates":[-0.0516939,51.4802986]},"properties":{"@type":"node","@id":7720640632,"@timestamp":1594894965},"coords":"51.4802986,-0.0516939","bedrooms":"3","price":"274000","area":"605"} , +{"type":"Feature","id":"n7720640642","geometry":{"type":"Point","coordinates":[-0.0520979,51.4801176]},"properties":{"@type":"node","@id":7720640642,"@timestamp":1594894965},"coords":"51.4801176,-0.0520979","bedrooms":"3","price":"162000","area":"365"} , +{"type":"Feature","id":"n7720655329","geometry":{"type":"Point","coordinates":[-0.013747,51.5373398]},"properties":{"@type":"node","@id":7720655329,"@timestamp":1594895242},"coords":"51.5373398,-0.013747","bedrooms":"1","price":"210000","area":"366"} , +{"type":"Feature","id":"n7720655357","geometry":{"type":"Point","coordinates":[-0.0124963,51.5360939]},"properties":{"@type":"node","@id":7720655357,"@timestamp":1594895242},"coords":"51.5360939,-0.0124963","bedrooms":"1","price":"216000","area":"676"} , +{"type":"Feature","id":"n7720655374","geometry":{"type":"Point","coordinates":[-0.0135606,51.5375636]},"properties":{"@type":"node","@id":7720655374,"@timestamp":1594895242},"coords":"51.5375636,-0.0135606","bedrooms":"3","price":"204000","area":"497"} , +{"type":"Feature","id":"n7720663277","geometry":{"type":"Point","coordinates":[-0.2330515,51.4657728]},"properties":{"@type":"node","@id":7720663277,"@timestamp":1601319811},"coords":"51.4657728,-0.2330515","bedrooms":"1","price":"157000","area":"435"} , +{"type":"Feature","id":"n7720723973","geometry":{"type":"Point","coordinates":[-0.0128753,51.5380842]},"properties":{"@type":"node","@id":7720723973,"@timestamp":1594897144},"coords":"51.5380842,-0.0128753","bedrooms":"0","price":"187000","area":"605"} , +{"type":"Feature","id":"n7720932137","geometry":{"type":"Point","coordinates":[-0.2258444,51.5475985]},"properties":{"@type":"node","@id":7720932137,"@timestamp":1595112941},"coords":"51.5475985,-0.2258444","bedrooms":"1","price":"243000","area":"384"} , +{"type":"Feature","id":"n7720967328","geometry":{"type":"Point","coordinates":[-0.1116169,51.5706983]},"properties":{"@type":"node","@id":7720967328,"@timestamp":1594987707},"coords":"51.5706983,-0.1116169","bedrooms":"0","price":"267000","area":"654"} , +{"type":"Feature","id":"n7721054362","geometry":{"type":"Point","coordinates":[-0.1087007,51.5708381]},"properties":{"@type":"node","@id":7721054362,"@timestamp":1594904975},"coords":"51.5708381,-0.1087007","bedrooms":"0","price":"165000","area":"680"} , +{"type":"Feature","id":"n7721204327","geometry":{"type":"Point","coordinates":[-0.1839314,51.4799258]},"properties":{"@type":"node","@id":7721204327,"@timestamp":1615062735},"coords":"51.4799258,-0.1839314","bedrooms":"0","price":"263000","area":"676"} , +{"type":"Feature","id":"n7721239577","geometry":{"type":"Point","coordinates":[-0.0109423,51.5382978]},"properties":{"@type":"node","@id":7721239577,"@timestamp":1600114175},"coords":"51.5382978,-0.0109423","bedrooms":"1","price":"251000","area":"600"} , +{"type":"Feature","id":"n7721255541","geometry":{"type":"Point","coordinates":[-0.1797383,51.4169571]},"properties":{"@type":"node","@id":7721255541,"@timestamp":1594909711},"coords":"51.4169571,-0.1797383","bedrooms":"1","price":"239000","area":"429"} , +{"type":"Feature","id":"n7721271090","geometry":{"type":"Point","coordinates":[-0.0096972,51.5390106]},"properties":{"@type":"node","@id":7721271090,"@timestamp":1594909466},"coords":"51.5390106,-0.0096972","bedrooms":"2","price":"282000","area":"519"} , +{"type":"Feature","id":"n7721271101","geometry":{"type":"Point","coordinates":[-0.0121277,51.5388187]},"properties":{"@type":"node","@id":7721271101,"@timestamp":1594909466},"coords":"51.5388187,-0.0121277","bedrooms":"3","price":"177000","area":"481"} , +{"type":"Feature","id":"n7721271117","geometry":{"type":"Point","coordinates":[-0.0118457,51.5383699]},"properties":{"@type":"node","@id":7721271117,"@timestamp":1594909466},"coords":"51.5383699,-0.0118457","bedrooms":"4","price":"167000","area":"560"} , +{"type":"Feature","id":"n7721406791","geometry":{"type":"Point","coordinates":[-0.7482809,51.1039566]},"properties":{"@type":"node","@id":7721406791,"@timestamp":1594911835},"coords":"51.1039566,-0.7482809","bedrooms":"1","price":"231000","area":"490"} , +{"type":"Feature","id":"n7721686290","geometry":{"type":"Point","coordinates":[-0.0473047,51.4799222]},"properties":{"@type":"node","@id":7721686290,"@timestamp":1594916394},"coords":"51.4799222,-0.0473047","bedrooms":"4","price":"191000","area":"560"} , +{"type":"Feature","id":"n7721686300","geometry":{"type":"Point","coordinates":[-0.046644,51.4797657]},"properties":{"@type":"node","@id":7721686300,"@timestamp":1594916394},"coords":"51.4797657,-0.046644","bedrooms":"2","price":"234000","area":"399"} , +{"type":"Feature","id":"n7721686595","geometry":{"type":"Point","coordinates":[-0.0475939,51.480543]},"properties":{"@type":"node","@id":7721686595,"@timestamp":1594916394},"coords":"51.480543,-0.0475939","bedrooms":"2","price":"209000","area":"354"} , +{"type":"Feature","id":"n7721686606","geometry":{"type":"Point","coordinates":[-0.0474617,51.480323]},"properties":{"@type":"node","@id":7721686606,"@timestamp":1594916394},"coords":"51.480323,-0.0474617","bedrooms":"1","price":"299000","area":"538"} , +{"type":"Feature","id":"n7721715412","geometry":{"type":"Point","coordinates":[-0.2415471,51.601297]},"properties":{"@type":"node","@id":7721715412,"@timestamp":1594917685},"coords":"51.601297,-0.2415471","bedrooms":"4","price":"218000","area":"474"} , +{"type":"Feature","id":"n7721875147","geometry":{"type":"Point","coordinates":[0.5426868,51.6359203]},"properties":{"@type":"node","@id":7721875147,"@timestamp":1594922631},"coords":"51.6359203,0.5426868","bedrooms":"2","price":"245000","area":"579"} , +{"type":"Feature","id":"n7721914417","geometry":{"type":"Point","coordinates":[-0.0124744,51.5392649]},"properties":{"@type":"node","@id":7721914417,"@timestamp":1594925042},"coords":"51.5392649,-0.0124744","bedrooms":"3","price":"201000","area":"436"} , +{"type":"Feature","id":"n7721914446","geometry":{"type":"Point","coordinates":[-0.0120345,51.5393855]},"properties":{"@type":"node","@id":7721914446,"@timestamp":1594925042},"coords":"51.5393855,-0.0120345","bedrooms":"4","price":"198000","area":"527"} , +{"type":"Feature","id":"n7721933050","geometry":{"type":"Point","coordinates":[-0.1967798,51.4949785]},"properties":{"@type":"node","@id":7721933050,"@timestamp":1594924781},"coords":"51.4949785,-0.1967798","bedrooms":"3","price":"211000","area":"679"} , +{"type":"Feature","id":"n7721937885","geometry":{"type":"Point","coordinates":[-0.1846986,51.4835821]},"properties":{"@type":"node","@id":7721937885,"@timestamp":1607147589},"coords":"51.4835821,-0.1846986","bedrooms":"2","price":"256000","area":"394"} , +{"type":"Feature","id":"n7721938086","geometry":{"type":"Point","coordinates":[-0.1979182,51.4805]},"properties":{"@type":"node","@id":7721938086,"@timestamp":1629401808},"coords":"51.4805,-0.1979182","bedrooms":"2","price":"229000","area":"395"} , +{"type":"Feature","id":"n7721944191","geometry":{"type":"Point","coordinates":[-0.0109881,51.5424453]},"properties":{"@type":"node","@id":7721944191,"@timestamp":1594925163},"coords":"51.5424453,-0.0109881","bedrooms":"4","price":"205000","area":"377"} , +{"type":"Feature","id":"n7721944255","geometry":{"type":"Point","coordinates":[-0.0121732,51.5426347]},"properties":{"@type":"node","@id":7721944255,"@timestamp":1594925163},"coords":"51.5426347,-0.0121732","bedrooms":"4","price":"239000","area":"412"} , +{"type":"Feature","id":"n7722016836","geometry":{"type":"Point","coordinates":[-0.0403591,51.5873058]},"properties":{"@type":"node","@id":7722016836,"@timestamp":1622853962},"coords":"51.5873058,-0.0403591","bedrooms":"3","price":"180000","area":"498"} , +{"type":"Feature","id":"n7722191719","geometry":{"type":"Point","coordinates":[-0.549855,51.6678241]},"properties":{"@type":"node","@id":7722191719,"@timestamp":1594932752},"coords":"51.6678241,-0.549855","bedrooms":"2","price":"256000","area":"430"} , +{"type":"Feature","id":"n7722259052","geometry":{"type":"Point","coordinates":[0.6300683,51.5484001]},"properties":{"@type":"node","@id":7722259052,"@timestamp":1594936211},"coords":"51.5484001,0.6300683","bedrooms":"3","price":"265000","area":"664"} , +{"type":"Feature","id":"n7722297281","geometry":{"type":"Point","coordinates":[-0.1489712,51.4502498]},"properties":{"@type":"node","@id":7722297281,"@timestamp":1594938130},"coords":"51.4502498,-0.1489712","bedrooms":"1","price":"255000","area":"366"} , +{"type":"Feature","id":"n7722310590","geometry":{"type":"Point","coordinates":[-0.1487204,51.450254]},"properties":{"@type":"node","@id":7722310590,"@timestamp":1594938130},"coords":"51.450254,-0.1487204","bedrooms":"1","price":"192000","area":"536"} , +{"type":"Feature","id":"n7722331313","geometry":{"type":"Point","coordinates":[0.4311608,51.4655507]},"properties":{"@type":"node","@id":7722331313,"@timestamp":1594939263},"coords":"51.4655507,0.4311608","bedrooms":"3","price":"238000","area":"350"} , +{"type":"Feature","id":"n7722477559","geometry":{"type":"Point","coordinates":[-0.330249,51.0926222]},"properties":{"@type":"node","@id":7722477559,"@timestamp":1594946912},"coords":"51.0926222,-0.330249","bedrooms":"4","price":"222000","area":"582"} , +{"type":"Feature","id":"n7722499091","geometry":{"type":"Point","coordinates":[0.2348167,51.4093537]},"properties":{"@type":"node","@id":7722499091,"@timestamp":1594945936},"coords":"51.4093537,0.2348167","bedrooms":"3","price":"188000","area":"593"} , +{"type":"Feature","id":"n7722638332","geometry":{"type":"Point","coordinates":[-0.1499978,51.4509753]},"properties":{"@type":"node","@id":7722638332,"@timestamp":1594953326},"coords":"51.4509753,-0.1499978","bedrooms":"4","price":"296000","area":"539"} , +{"type":"Feature","id":"n7722638342","geometry":{"type":"Point","coordinates":[-0.1506291,51.4502548]},"properties":{"@type":"node","@id":7722638342,"@timestamp":1613647082},"coords":"51.4502548,-0.1506291","bedrooms":"2","price":"296000","area":"609"} , +{"type":"Feature","id":"n7722638352","geometry":{"type":"Point","coordinates":[-0.1509874,51.4507561]},"properties":{"@type":"node","@id":7722638352,"@timestamp":1613647082},"coords":"51.4507561,-0.1509874","bedrooms":"3","price":"288000","area":"475"} , +{"type":"Feature","id":"n7722638362","geometry":{"type":"Point","coordinates":[-0.1504907,51.4499965]},"properties":{"@type":"node","@id":7722638362,"@timestamp":1594953326},"coords":"51.4499965,-0.1504907","bedrooms":"4","price":"159000","area":"357"} , +{"type":"Feature","id":"n7722638384","geometry":{"type":"Point","coordinates":[-0.1502913,51.450364]},"properties":{"@type":"node","@id":7722638384,"@timestamp":1594953326},"coords":"51.450364,-0.1502913","bedrooms":"0","price":"185000","area":"618"} , +{"type":"Feature","id":"n7722638495","geometry":{"type":"Point","coordinates":[-0.1499784,51.4497898]},"properties":{"@type":"node","@id":7722638495,"@timestamp":1594953326},"coords":"51.4497898,-0.1499784","bedrooms":"3","price":"299000","area":"415"} , +{"type":"Feature","id":"n7722638505","geometry":{"type":"Point","coordinates":[-0.1502071,51.4493568]},"properties":{"@type":"node","@id":7722638505,"@timestamp":1594953326},"coords":"51.4493568,-0.1502071","bedrooms":"0","price":"235000","area":"492"} , +{"type":"Feature","id":"n7722638515","geometry":{"type":"Point","coordinates":[-0.1497316,51.4490837]},"properties":{"@type":"node","@id":7722638515,"@timestamp":1594953326},"coords":"51.4490837,-0.1497316","bedrooms":"1","price":"162000","area":"493"} , +{"type":"Feature","id":"n7722638525","geometry":{"type":"Point","coordinates":[-0.1498926,51.4495451]},"properties":{"@type":"node","@id":7722638525,"@timestamp":1594953326},"coords":"51.4495451,-0.1498926","bedrooms":"0","price":"283000","area":"547"} , +{"type":"Feature","id":"n7722638535","geometry":{"type":"Point","coordinates":[-0.1487339,51.4500188]},"properties":{"@type":"node","@id":7722638535,"@timestamp":1594953326},"coords":"51.4500188,-0.1487339","bedrooms":"2","price":"255000","area":"530"} , +{"type":"Feature","id":"n7723545031","geometry":{"type":"Point","coordinates":[0.1462737,51.3318207]},"properties":{"@type":"node","@id":7723545031,"@timestamp":1594974951},"coords":"51.3318207,0.1462737","bedrooms":"3","price":"221000","area":"677"} , +{"type":"Feature","id":"n7724256434","geometry":{"type":"Point","coordinates":[-0.1111377,51.5694605]},"properties":{"@type":"node","@id":7724256434,"@timestamp":1594987707},"coords":"51.5694605,-0.1111377","bedrooms":"4","price":"287000","area":"540"} , +{"type":"Feature","id":"n7724256444","geometry":{"type":"Point","coordinates":[-0.1115799,51.5707572]},"properties":{"@type":"node","@id":7724256444,"@timestamp":1594987707},"coords":"51.5707572,-0.1115799","bedrooms":"4","price":"265000","area":"512"} , +{"type":"Feature","id":"n7724331425","geometry":{"type":"Point","coordinates":[0.6546266,51.5424752]},"properties":{"@type":"node","@id":7724331425,"@timestamp":1594989989},"coords":"51.5424752,0.6546266","bedrooms":"0","price":"245000","area":"403"} , +{"type":"Feature","id":"n7724386742","geometry":{"type":"Point","coordinates":[0.2449071,51.5567573]},"properties":{"@type":"node","@id":7724386742,"@timestamp":1594991440},"coords":"51.5567573,0.2449071","bedrooms":"4","price":"168000","area":"556"} , +{"type":"Feature","id":"n7724417602","geometry":{"type":"Point","coordinates":[-0.1469246,51.4483816]},"properties":{"@type":"node","@id":7724417602,"@timestamp":1594991633},"coords":"51.4483816,-0.1469246","bedrooms":"0","price":"158000","area":"396"} , +{"type":"Feature","id":"n7724552175","geometry":{"type":"Point","coordinates":[-0.0923482,51.5637793]},"properties":{"@type":"node","@id":7724552175,"@timestamp":1594997368},"coords":"51.5637793,-0.0923482","bedrooms":"0","price":"212000","area":"484"} , +{"type":"Feature","id":"n7724585326","geometry":{"type":"Point","coordinates":[-0.0932246,51.5655278]},"properties":{"@type":"node","@id":7724585326,"@timestamp":1594996886},"coords":"51.5655278,-0.0932246","bedrooms":"2","price":"163000","area":"443"} , +{"type":"Feature","id":"n7724726545","geometry":{"type":"Point","coordinates":[-0.0935569,51.5645065]},"properties":{"@type":"node","@id":7724726545,"@timestamp":1628443387},"coords":"51.5645065,-0.0935569","bedrooms":"4","price":"200000","area":"672"} , +{"type":"Feature","id":"n7724862227","geometry":{"type":"Point","coordinates":[-0.1110053,51.5692684]},"properties":{"@type":"node","@id":7724862227,"@timestamp":1595003843},"coords":"51.5692684,-0.1110053","bedrooms":"1","price":"294000","area":"530"} , +{"type":"Feature","id":"n7725097046","geometry":{"type":"Point","coordinates":[0.4852577,51.5889467]},"properties":{"@type":"node","@id":7725097046,"@timestamp":1595009323},"coords":"51.5889467,0.4852577","bedrooms":"2","price":"230000","area":"593"} , +{"type":"Feature","id":"n7725325587","geometry":{"type":"Point","coordinates":[-0.1560742,51.5181139]},"properties":{"@type":"node","@id":7725325587,"@timestamp":1595018669},"coords":"51.5181139,-0.1560742","bedrooms":"2","price":"160000","area":"484"} , +{"type":"Feature","id":"n7725329085","geometry":{"type":"Point","coordinates":[-0.1582313,51.5221509]},"properties":{"@type":"node","@id":7725329085,"@timestamp":1624521394},"coords":"51.5221509,-0.1582313","bedrooms":"0","price":"213000","area":"686"} , +{"type":"Feature","id":"n7725329190","geometry":{"type":"Point","coordinates":[-0.1573562,51.5297146]},"properties":{"@type":"node","@id":7725329190,"@timestamp":1595018669},"coords":"51.5297146,-0.1573562","bedrooms":"3","price":"225000","area":"625"} , +{"type":"Feature","id":"n7725329386","geometry":{"type":"Point","coordinates":[-0.1528767,51.5266231]},"properties":{"@type":"node","@id":7725329386,"@timestamp":1595018669},"coords":"51.5266231,-0.1528767","bedrooms":"3","price":"150000","area":"353"} , +{"type":"Feature","id":"n7725329689","geometry":{"type":"Point","coordinates":[-0.1586706,51.5350192]},"properties":{"@type":"node","@id":7725329689,"@timestamp":1595018669},"coords":"51.5350192,-0.1586706","bedrooms":"1","price":"200000","area":"696"} , +{"type":"Feature","id":"n7725367429","geometry":{"type":"Point","coordinates":[0.0054622,51.0287878]},"properties":{"@type":"node","@id":7725367429,"@timestamp":1625591994},"coords":"51.0287878,0.0054622","bedrooms":"1","price":"228000","area":"518"} , +{"type":"Feature","id":"n7725368203","geometry":{"type":"Point","coordinates":[0.0367803,51.0391437]},"properties":{"@type":"node","@id":7725368203,"@timestamp":1595179797},"coords":"51.0391437,0.0367803","bedrooms":"0","price":"273000","area":"646"} , +{"type":"Feature","id":"n7725457424","geometry":{"type":"Point","coordinates":[-0.9520749,51.4014685]},"properties":{"@type":"node","@id":7725457424,"@timestamp":1595019462},"coords":"51.4014685,-0.9520749","bedrooms":"0","price":"290000","area":"365"} , +{"type":"Feature","id":"n7725620521","geometry":{"type":"Point","coordinates":[-0.0325376,51.5795474]},"properties":{"@type":"node","@id":7725620521,"@timestamp":1622203772},"coords":"51.5795474,-0.0325376","bedrooms":"4","price":"219000","area":"489"} , +{"type":"Feature","id":"n7725923793","geometry":{"type":"Point","coordinates":[-0.3029205,51.4096063]},"properties":{"@type":"node","@id":7725923793,"@timestamp":1596200348},"coords":"51.4096063,-0.3029205","bedrooms":"2","price":"160000","area":"620"} , +{"type":"Feature","id":"n7726094236","geometry":{"type":"Point","coordinates":[0.7470618,51.5428757]},"properties":{"@type":"node","@id":7726094236,"@timestamp":1629115807},"coords":"51.5428757,0.7470618","bedrooms":"2","price":"208000","area":"691"} , +{"type":"Feature","id":"n7726094246","geometry":{"type":"Point","coordinates":[0.7197076,51.5400635]},"properties":{"@type":"node","@id":7726094246,"@timestamp":1629137645},"coords":"51.5400635,0.7197076","bedrooms":"1","price":"150000","area":"629"} , +{"type":"Feature","id":"n7726155146","geometry":{"type":"Point","coordinates":[0.7584873,51.5502739]},"properties":{"@type":"node","@id":7726155146,"@timestamp":1595062588},"coords":"51.5502739,0.7584873","bedrooms":"4","price":"294000","area":"482"} , +{"type":"Feature","id":"n7726190993","geometry":{"type":"Point","coordinates":[0.02461,51.5287259]},"properties":{"@type":"node","@id":7726190993,"@timestamp":1595064401},"coords":"51.5287259,0.02461","bedrooms":"0","price":"197000","area":"619"} , +{"type":"Feature","id":"n7726191003","geometry":{"type":"Point","coordinates":[0.0252252,51.5287862]},"properties":{"@type":"node","@id":7726191003,"@timestamp":1595085981},"coords":"51.5287862,0.0252252","bedrooms":"3","price":"271000","area":"687"} , +{"type":"Feature","id":"n7726191013","geometry":{"type":"Point","coordinates":[0.0248051,51.528941]},"properties":{"@type":"node","@id":7726191013,"@timestamp":1595064401},"coords":"51.528941,0.0248051","bedrooms":"0","price":"209000","area":"488"} , +{"type":"Feature","id":"n7726203679","geometry":{"type":"Point","coordinates":[0.0679955,51.1904791]},"properties":{"@type":"node","@id":7726203679,"@timestamp":1595064638},"coords":"51.1904791,0.0679955","bedrooms":"2","price":"158000","area":"604"} , +{"type":"Feature","id":"n7726308228","geometry":{"type":"Point","coordinates":[-0.4498856,51.5740539]},"properties":{"@type":"node","@id":7726308228,"@timestamp":1595068486},"coords":"51.5740539,-0.4498856","bedrooms":"1","price":"187000","area":"442"} , +{"type":"Feature","id":"n7726356134","geometry":{"type":"Point","coordinates":[0.6596982,51.5415839]},"properties":{"@type":"node","@id":7726356134,"@timestamp":1595070033},"coords":"51.5415839,0.6596982","bedrooms":"1","price":"157000","area":"434"} , +{"type":"Feature","id":"n7726371166","geometry":{"type":"Point","coordinates":[-0.20004,51.4173188]},"properties":{"@type":"node","@id":7726371166,"@timestamp":1604927976},"coords":"51.4173188,-0.20004","bedrooms":"0","price":"170000","area":"391"} , +{"type":"Feature","id":"n7726377286","geometry":{"type":"Point","coordinates":[0.0224791,51.0430622]},"properties":{"@type":"node","@id":7726377286,"@timestamp":1595189127},"coords":"51.0430622,0.0224791","bedrooms":"3","price":"234000","area":"603"} , +{"type":"Feature","id":"n7726377347","geometry":{"type":"Point","coordinates":[0.0212282,51.0452534]},"properties":{"@type":"node","@id":7726377347,"@timestamp":1595070815},"coords":"51.0452534,0.0212282","bedrooms":"2","price":"195000","area":"690"} , +{"type":"Feature","id":"n7726448811","geometry":{"type":"Point","coordinates":[0.6638754,51.542973]},"properties":{"@type":"node","@id":7726448811,"@timestamp":1595074849},"coords":"51.542973,0.6638754","bedrooms":"4","price":"261000","area":"374"} , +{"type":"Feature","id":"n7726508317","geometry":{"type":"Point","coordinates":[0.7010251,51.5545794]},"properties":{"@type":"node","@id":7726508317,"@timestamp":1629137645},"coords":"51.5545794,0.7010251","bedrooms":"3","price":"193000","area":"682"} , +{"type":"Feature","id":"n7726545818","geometry":{"type":"Point","coordinates":[0.2302484,51.4182719]},"properties":{"@type":"node","@id":7726545818,"@timestamp":1595078791},"coords":"51.4182719,0.2302484","bedrooms":"4","price":"203000","area":"599"} , +{"type":"Feature","id":"n7726546100","geometry":{"type":"Point","coordinates":[0.2325998,51.412785]},"properties":{"@type":"node","@id":7726546100,"@timestamp":1595078791},"coords":"51.412785,0.2325998","bedrooms":"1","price":"246000","area":"385"} , +{"type":"Feature","id":"n7726546119","geometry":{"type":"Point","coordinates":[0.231775,51.4132567]},"properties":{"@type":"node","@id":7726546119,"@timestamp":1595078791},"coords":"51.4132567,0.231775","bedrooms":"4","price":"278000","area":"489"} , +{"type":"Feature","id":"n7726546129","geometry":{"type":"Point","coordinates":[0.2325475,51.413225]},"properties":{"@type":"node","@id":7726546129,"@timestamp":1595078791},"coords":"51.413225,0.2325475","bedrooms":"0","price":"184000","area":"463"} , +{"type":"Feature","id":"n7726546180","geometry":{"type":"Point","coordinates":[0.2325127,51.4128632]},"properties":{"@type":"node","@id":7726546180,"@timestamp":1595078791},"coords":"51.4128632,0.2325127","bedrooms":"1","price":"201000","area":"475"} , +{"type":"Feature","id":"n7726598449","geometry":{"type":"Point","coordinates":[0.7861208,51.5463919]},"properties":{"@type":"node","@id":7726598449,"@timestamp":1595081364},"coords":"51.5463919,0.7861208","bedrooms":"3","price":"174000","area":"633"} , +{"type":"Feature","id":"n7726658920","geometry":{"type":"Point","coordinates":[0.7181489,51.5448843]},"properties":{"@type":"node","@id":7726658920,"@timestamp":1629137645},"coords":"51.5448843,0.7181489","bedrooms":"1","price":"297000","area":"524"} , +{"type":"Feature","id":"n7726658930","geometry":{"type":"Point","coordinates":[0.7507762,51.601459]},"properties":{"@type":"node","@id":7726658930,"@timestamp":1595083741},"coords":"51.601459,0.7507762","bedrooms":"4","price":"241000","area":"405"} , +{"type":"Feature","id":"n7726658940","geometry":{"type":"Point","coordinates":[0.7179936,51.544699]},"properties":{"@type":"node","@id":7726658940,"@timestamp":1629137645},"coords":"51.544699,0.7179936","bedrooms":"0","price":"183000","area":"438"} , +{"type":"Feature","id":"n7726736746","geometry":{"type":"Point","coordinates":[-0.5240632,51.6712555]},"properties":{"@type":"node","@id":7726736746,"@timestamp":1595085973},"coords":"51.6712555,-0.5240632","bedrooms":"1","price":"260000","area":"546"} , +{"type":"Feature","id":"n7726737620","geometry":{"type":"Point","coordinates":[0.0256862,51.5289059]},"properties":{"@type":"node","@id":7726737620,"@timestamp":1611422073},"coords":"51.5289059,0.0256862","bedrooms":"0","price":"253000","area":"510"} , +{"type":"Feature","id":"n7726737630","geometry":{"type":"Point","coordinates":[0.0248312,51.5284994]},"properties":{"@type":"node","@id":7726737630,"@timestamp":1595085981},"coords":"51.5284994,0.0248312","bedrooms":"4","price":"246000","area":"593"} , +{"type":"Feature","id":"n7726737640","geometry":{"type":"Point","coordinates":[0.0254682,51.5285854]},"properties":{"@type":"node","@id":7726737640,"@timestamp":1595085981},"coords":"51.5285854,0.0254682","bedrooms":"4","price":"231000","area":"525"} , +{"type":"Feature","id":"n7726912067","geometry":{"type":"Point","coordinates":[-0.5403338,51.6802392]},"properties":{"@type":"node","@id":7726912067,"@timestamp":1595092678},"coords":"51.6802392,-0.5403338","bedrooms":"3","price":"185000","area":"579"} , +{"type":"Feature","id":"n7726989514","geometry":{"type":"Point","coordinates":[0.7683582,51.5310915]},"properties":{"@type":"node","@id":7726989514,"@timestamp":1629115807},"coords":"51.5310915,0.7683582","bedrooms":"4","price":"257000","area":"551"} , +{"type":"Feature","id":"n7727024541","geometry":{"type":"Point","coordinates":[-0.8553632,51.2954576]},"properties":{"@type":"node","@id":7727024541,"@timestamp":1601757264},"coords":"51.2954576,-0.8553632","bedrooms":"0","price":"270000","area":"635"} , +{"type":"Feature","id":"n7727071065","geometry":{"type":"Point","coordinates":[0.2255094,51.4207348]},"properties":{"@type":"node","@id":7727071065,"@timestamp":1595096715},"coords":"51.4207348,0.2255094","bedrooms":"2","price":"236000","area":"526"} , +{"type":"Feature","id":"n7727081585","geometry":{"type":"Point","coordinates":[-0.1069323,51.5138577]},"properties":{"@type":"node","@id":7727081585,"@timestamp":1595096209},"coords":"51.5138577,-0.1069323","bedrooms":"1","price":"275000","area":"489"} , +{"type":"Feature","id":"n7727090793","geometry":{"type":"Point","coordinates":[0.7690964,51.531137]},"properties":{"@type":"node","@id":7727090793,"@timestamp":1629115807},"coords":"51.531137,0.7690964","bedrooms":"3","price":"163000","area":"412"} , +{"type":"Feature","id":"n7727092164","geometry":{"type":"Point","coordinates":[0.2301201,51.4196961]},"properties":{"@type":"node","@id":7727092164,"@timestamp":1595096715},"coords":"51.4196961,0.2301201","bedrooms":"0","price":"294000","area":"629"} , +{"type":"Feature","id":"n7727344118","geometry":{"type":"Point","coordinates":[0.7737346,51.5277356]},"properties":{"@type":"node","@id":7727344118,"@timestamp":1629115807},"coords":"51.5277356,0.7737346","bedrooms":"3","price":"185000","area":"460"} , +{"type":"Feature","id":"n7727344136","geometry":{"type":"Point","coordinates":[0.6693051,51.5712065]},"properties":{"@type":"node","@id":7727344136,"@timestamp":1629137645},"coords":"51.5712065,0.6693051","bedrooms":"4","price":"275000","area":"559"} , +{"type":"Feature","id":"n7727369953","geometry":{"type":"Point","coordinates":[-0.2727579,51.3975126]},"properties":{"@type":"node","@id":7727369953,"@timestamp":1595111373},"coords":"51.3975126,-0.2727579","bedrooms":"2","price":"168000","area":"499"} , +{"type":"Feature","id":"n7727433267","geometry":{"type":"Point","coordinates":[0.7689541,51.5276058]},"properties":{"@type":"node","@id":7727433267,"@timestamp":1629115807},"coords":"51.5276058,0.7689541","bedrooms":"2","price":"199000","area":"610"} , +{"type":"Feature","id":"n7727549315","geometry":{"type":"Point","coordinates":[-0.1092923,51.6217992]},"properties":{"@type":"node","@id":7727549315,"@timestamp":1595118968},"coords":"51.6217992,-0.1092923","bedrooms":"3","price":"231000","area":"684"} , +{"type":"Feature","id":"n7727671413","geometry":{"type":"Point","coordinates":[0.2185176,51.4218124]},"properties":{"@type":"node","@id":7727671413,"@timestamp":1595125343},"coords":"51.4218124,0.2185176","bedrooms":"4","price":"252000","area":"601"} , +{"type":"Feature","id":"n7727671705","geometry":{"type":"Point","coordinates":[0.2200089,51.4208272]},"properties":{"@type":"node","@id":7727671705,"@timestamp":1595125343},"coords":"51.4208272,0.2200089","bedrooms":"3","price":"195000","area":"671"} , +{"type":"Feature","id":"n7727671852","geometry":{"type":"Point","coordinates":[0.2243574,51.4207933]},"properties":{"@type":"node","@id":7727671852,"@timestamp":1595125343},"coords":"51.4207933,0.2243574","bedrooms":"1","price":"235000","area":"467"} , +{"type":"Feature","id":"n7727997584","geometry":{"type":"Point","coordinates":[0.6804193,51.5698032]},"properties":{"@type":"node","@id":7727997584,"@timestamp":1629137645},"coords":"51.5698032,0.6804193","bedrooms":"0","price":"233000","area":"690"} , +{"type":"Feature","id":"n7728054656","geometry":{"type":"Point","coordinates":[0.6638248,51.6099671]},"properties":{"@type":"node","@id":7728054656,"@timestamp":1595148412},"coords":"51.6099671,0.6638248","bedrooms":"4","price":"205000","area":"575"} , +{"type":"Feature","id":"n7728063513","geometry":{"type":"Point","coordinates":[-0.2122425,51.3846054]},"properties":{"@type":"node","@id":7728063513,"@timestamp":1595148074},"coords":"51.3846054,-0.2122425","bedrooms":"0","price":"175000","area":"647"} , +{"type":"Feature","id":"n7728063575","geometry":{"type":"Point","coordinates":[-0.2093444,51.3828963]},"properties":{"@type":"node","@id":7728063575,"@timestamp":1595148074},"coords":"51.3828963,-0.2093444","bedrooms":"3","price":"195000","area":"508"} , +{"type":"Feature","id":"n7728126141","geometry":{"type":"Point","coordinates":[-0.1839643,51.4779314]},"properties":{"@type":"node","@id":7728126141,"@timestamp":1615062432},"coords":"51.4779314,-0.1839643","bedrooms":"2","price":"249000","area":"534"} , +{"type":"Feature","id":"n7728150513","geometry":{"type":"Point","coordinates":[-0.1755719,51.4845807]},"properties":{"@type":"node","@id":7728150513,"@timestamp":1613136847},"coords":"51.4845807,-0.1755719","bedrooms":"2","price":"282000","area":"628"} , +{"type":"Feature","id":"n7728239879","geometry":{"type":"Point","coordinates":[0.5895051,51.5284145]},"properties":{"@type":"node","@id":7728239879,"@timestamp":1629921589},"coords":"51.5284145,0.5895051","bedrooms":"4","price":"223000","area":"627"} , +{"type":"Feature","id":"n7728277686","geometry":{"type":"Point","coordinates":[0.6300153,51.54407]},"properties":{"@type":"node","@id":7728277686,"@timestamp":1595157303},"coords":"51.54407,0.6300153","bedrooms":"3","price":"195000","area":"402"} , +{"type":"Feature","id":"n7728294837","geometry":{"type":"Point","coordinates":[0.6707832,51.5538298]},"properties":{"@type":"node","@id":7728294837,"@timestamp":1629137645},"coords":"51.5538298,0.6707832","bedrooms":"2","price":"207000","area":"494"} , +{"type":"Feature","id":"n7728294847","geometry":{"type":"Point","coordinates":[0.5905109,51.5115924]},"properties":{"@type":"node","@id":7728294847,"@timestamp":1629921589},"coords":"51.5115924,0.5905109","bedrooms":"2","price":"207000","area":"368"} , +{"type":"Feature","id":"n7728339753","geometry":{"type":"Point","coordinates":[0.2110161,51.4290114]},"properties":{"@type":"node","@id":7728339753,"@timestamp":1595160345},"coords":"51.4290114,0.2110161","bedrooms":"4","price":"239000","area":"656"} , +{"type":"Feature","id":"n7728339854","geometry":{"type":"Point","coordinates":[0.2153586,51.4278027]},"properties":{"@type":"node","@id":7728339854,"@timestamp":1595160345},"coords":"51.4278027,0.2153586","bedrooms":"1","price":"210000","area":"390"} , +{"type":"Feature","id":"n7728340051","geometry":{"type":"Point","coordinates":[0.2097353,51.4278518]},"properties":{"@type":"node","@id":7728340051,"@timestamp":1595160345},"coords":"51.4278518,0.2097353","bedrooms":"4","price":"180000","area":"358"} , +{"type":"Feature","id":"n7728442147","geometry":{"type":"Point","coordinates":[-0.0312093,51.8170897]},"properties":{"@type":"node","@id":7728442147,"@timestamp":1595165882},"coords":"51.8170897,-0.0312093","bedrooms":"4","price":"168000","area":"391"} , +{"type":"Feature","id":"n7728501761","geometry":{"type":"Point","coordinates":[-0.0126814,51.5395166]},"properties":{"@type":"node","@id":7728501761,"@timestamp":1595168470},"coords":"51.5395166,-0.0126814","bedrooms":"3","price":"169000","area":"519"} , +{"type":"Feature","id":"n7728501774","geometry":{"type":"Point","coordinates":[-0.0130012,51.5399618]},"properties":{"@type":"node","@id":7728501774,"@timestamp":1595168470},"coords":"51.5399618,-0.0130012","bedrooms":"4","price":"197000","area":"607"} , +{"type":"Feature","id":"n7728515709","geometry":{"type":"Point","coordinates":[-0.5544181,51.6697196]},"properties":{"@type":"node","@id":7728515709,"@timestamp":1595168488},"coords":"51.6697196,-0.5544181","bedrooms":"4","price":"277000","area":"659"} , +{"type":"Feature","id":"n7728648068","geometry":{"type":"Point","coordinates":[-0.0132483,51.5400636]},"properties":{"@type":"node","@id":7728648068,"@timestamp":1595172784},"coords":"51.5400636,-0.0132483","bedrooms":"4","price":"235000","area":"684"} , +{"type":"Feature","id":"n7728676277","geometry":{"type":"Point","coordinates":[-0.0137748,51.5401277]},"properties":{"@type":"node","@id":7728676277,"@timestamp":1595173934},"coords":"51.5401277,-0.0137748","bedrooms":"2","price":"270000","area":"460"} , +{"type":"Feature","id":"n7728741804","geometry":{"type":"Point","coordinates":[0.7378234,51.542484]},"properties":{"@type":"node","@id":7728741804,"@timestamp":1629115807},"coords":"51.542484,0.7378234","bedrooms":"1","price":"199000","area":"415"} , +{"type":"Feature","id":"n7728899614","geometry":{"type":"Point","coordinates":[-0.0143525,51.5408816]},"properties":{"@type":"node","@id":7728899614,"@timestamp":1595181888},"coords":"51.5408816,-0.0143525","bedrooms":"2","price":"219000","area":"673"} , +{"type":"Feature","id":"n7728899678","geometry":{"type":"Point","coordinates":[-0.0140325,51.5407693]},"properties":{"@type":"node","@id":7728899678,"@timestamp":1595181888},"coords":"51.5407693,-0.0140325","bedrooms":"1","price":"254000","area":"439"} , +{"type":"Feature","id":"n7728960295","geometry":{"type":"Point","coordinates":[0.7208496,51.5512252]},"properties":{"@type":"node","@id":7728960295,"@timestamp":1595183785},"coords":"51.5512252,0.7208496","bedrooms":"2","price":"288000","area":"567"} , +{"type":"Feature","id":"n7728970599","geometry":{"type":"Point","coordinates":[-0.1036411,50.9459445]},"properties":{"@type":"node","@id":7728970599,"@timestamp":1595184373},"coords":"50.9459445,-0.1036411","bedrooms":"4","price":"173000","area":"463"} , +{"type":"Feature","id":"n7728978574","geometry":{"type":"Point","coordinates":[0.7210665,51.5541341]},"properties":{"@type":"node","@id":7728978574,"@timestamp":1629137645},"coords":"51.5541341,0.7210665","bedrooms":"2","price":"166000","area":"418"} , +{"type":"Feature","id":"n7729012940","geometry":{"type":"Point","coordinates":[0.6825334,51.5509657]},"properties":{"@type":"node","@id":7729012940,"@timestamp":1629137645},"coords":"51.5509657,0.6825334","bedrooms":"0","price":"296000","area":"416"} , +{"type":"Feature","id":"n7729024648","geometry":{"type":"Point","coordinates":[-0.015014,51.5411126]},"properties":{"@type":"node","@id":7729024648,"@timestamp":1625815734},"coords":"51.5411126,-0.015014","bedrooms":"0","price":"233000","area":"440"} , +{"type":"Feature","id":"n7729084641","geometry":{"type":"Point","coordinates":[-0.2640994,51.3279551]},"properties":{"@type":"node","@id":7729084641,"@timestamp":1617407634},"coords":"51.3279551,-0.2640994","bedrooms":"2","price":"157000","area":"546"} , +{"type":"Feature","id":"n7729101953","geometry":{"type":"Point","coordinates":[0.6863989,51.5357769]},"properties":{"@type":"node","@id":7729101953,"@timestamp":1595189340},"coords":"51.5357769,0.6863989","bedrooms":"0","price":"273000","area":"695"} , +{"type":"Feature","id":"n7729101963","geometry":{"type":"Point","coordinates":[0.6707323,51.5388868]},"properties":{"@type":"node","@id":7729101963,"@timestamp":1595189340},"coords":"51.5388868,0.6707323","bedrooms":"1","price":"277000","area":"414"} , +{"type":"Feature","id":"n7729128416","geometry":{"type":"Point","coordinates":[-0.2344506,51.1526686]},"properties":{"@type":"node","@id":7729128416,"@timestamp":1620825557},"coords":"51.1526686,-0.2344506","bedrooms":"0","price":"281000","area":"518"} , +{"type":"Feature","id":"n7729230336","geometry":{"type":"Point","coordinates":[0.110264,51.5422064]},"properties":{"@type":"node","@id":7729230336,"@timestamp":1595194693},"coords":"51.5422064,0.110264","bedrooms":"0","price":"215000","area":"528"} , +{"type":"Feature","id":"n7729240901","geometry":{"type":"Point","coordinates":[-0.2442036,51.3951143]},"properties":{"@type":"node","@id":7729240901,"@timestamp":1595197943},"coords":"51.3951143,-0.2442036","bedrooms":"4","price":"240000","area":"603"} , +{"type":"Feature","id":"n7729287162","geometry":{"type":"Point","coordinates":[-0.2484363,51.3850456]},"properties":{"@type":"node","@id":7729287162,"@timestamp":1595198707},"coords":"51.3850456,-0.2484363","bedrooms":"0","price":"291000","area":"547"} , +{"type":"Feature","id":"n7729319538","geometry":{"type":"Point","coordinates":[-0.2528286,51.4002712]},"properties":{"@type":"node","@id":7729319538,"@timestamp":1604357849},"coords":"51.4002712,-0.2528286","bedrooms":"0","price":"292000","area":"599"} , +{"type":"Feature","id":"n7729372558","geometry":{"type":"Point","coordinates":[-0.8369576,51.1798531]},"properties":{"@type":"node","@id":7729372558,"@timestamp":1595202520},"coords":"51.1798531,-0.8369576","bedrooms":"2","price":"166000","area":"452"} , +{"type":"Feature","id":"n7729501400","geometry":{"type":"Point","coordinates":[0.2112186,51.4355175]},"properties":{"@type":"node","@id":7729501400,"@timestamp":1614137148},"coords":"51.4355175,0.2112186","bedrooms":"4","price":"195000","area":"436"} , +{"type":"Feature","id":"n7729501638","geometry":{"type":"Point","coordinates":[0.2102034,51.433628]},"properties":{"@type":"node","@id":7729501638,"@timestamp":1595206683},"coords":"51.433628,0.2102034","bedrooms":"1","price":"262000","area":"519"} , +{"type":"Feature","id":"n7729501804","geometry":{"type":"Point","coordinates":[0.2134321,51.4314299]},"properties":{"@type":"node","@id":7729501804,"@timestamp":1595206683},"coords":"51.4314299,0.2134321","bedrooms":"1","price":"220000","area":"691"} , +{"type":"Feature","id":"n7729759357","geometry":{"type":"Point","coordinates":[-0.5536748,51.5950339]},"properties":{"@type":"node","@id":7729759357,"@timestamp":1595216025},"coords":"51.5950339,-0.5536748","bedrooms":"0","price":"294000","area":"526"} , +{"type":"Feature","id":"n7729851040","geometry":{"type":"Point","coordinates":[-0.1988414,51.4944074]},"properties":{"@type":"node","@id":7729851040,"@timestamp":1595218949},"coords":"51.4944074,-0.1988414","bedrooms":"4","price":"285000","area":"617"} , +{"type":"Feature","id":"n7730253705","geometry":{"type":"Point","coordinates":[-0.3156386,51.7650296]},"properties":{"@type":"node","@id":7730253705,"@timestamp":1595228805},"coords":"51.7650296,-0.3156386","bedrooms":"2","price":"202000","area":"693"} , +{"type":"Feature","id":"n7730698252","geometry":{"type":"Point","coordinates":[-0.0674889,51.4177095]},"properties":{"@type":"node","@id":7730698252,"@timestamp":1595238296},"coords":"51.4177095,-0.0674889","bedrooms":"3","price":"221000","area":"444"} , +{"type":"Feature","id":"n7730807580","geometry":{"type":"Point","coordinates":[-0.3306194,51.3042892]},"properties":{"@type":"node","@id":7730807580,"@timestamp":1618303475},"coords":"51.3042892,-0.3306194","bedrooms":"4","price":"251000","area":"567"} , +{"type":"Feature","id":"n7731062832","geometry":{"type":"Point","coordinates":[0.3174722,51.4950779]},"properties":{"@type":"node","@id":7731062832,"@timestamp":1595245930},"coords":"51.4950779,0.3174722","bedrooms":"2","price":"211000","area":"633"} , +{"type":"Feature","id":"n7731069811","geometry":{"type":"Point","coordinates":[-0.0153408,51.5415793]},"properties":{"@type":"node","@id":7731069811,"@timestamp":1595245861},"coords":"51.5415793,-0.0153408","bedrooms":"1","price":"160000","area":"405"} , +{"type":"Feature","id":"n7731069845","geometry":{"type":"Point","coordinates":[-0.0153723,51.541651]},"properties":{"@type":"node","@id":7731069845,"@timestamp":1595245861},"coords":"51.541651,-0.0153723","bedrooms":"1","price":"251000","area":"604"} , +{"type":"Feature","id":"n7731338792","geometry":{"type":"Point","coordinates":[0.0014211,51.5098042]},"properties":{"@type":"node","@id":7731338792,"@timestamp":1595252595},"coords":"51.5098042,0.0014211","bedrooms":"2","price":"287000","area":"608"} , +{"type":"Feature","id":"n7731566561","geometry":{"type":"Point","coordinates":[-0.1024349,51.4768317]},"properties":{"@type":"node","@id":7731566561,"@timestamp":1595257784},"coords":"51.4768317,-0.1024349","bedrooms":"4","price":"180000","area":"562"} , +{"type":"Feature","id":"n7731575367","geometry":{"type":"Point","coordinates":[-0.0171876,51.520622]},"properties":{"@type":"node","@id":7731575367,"@timestamp":1595258043},"coords":"51.520622,-0.0171876","bedrooms":"2","price":"214000","area":"606"} , +{"type":"Feature","id":"n7731604003","geometry":{"type":"Point","coordinates":[-0.1031941,51.476957]},"properties":{"@type":"node","@id":7731604003,"@timestamp":1595257784},"coords":"51.476957,-0.1031941","bedrooms":"4","price":"168000","area":"570"} , +{"type":"Feature","id":"n7731604032","geometry":{"type":"Point","coordinates":[-0.1007333,51.4769597]},"properties":{"@type":"node","@id":7731604032,"@timestamp":1595257784},"coords":"51.4769597,-0.1007333","bedrooms":"4","price":"242000","area":"374"} , +{"type":"Feature","id":"n7731604059","geometry":{"type":"Point","coordinates":[-0.1015551,51.4772919]},"properties":{"@type":"node","@id":7731604059,"@timestamp":1595257784},"coords":"51.4772919,-0.1015551","bedrooms":"1","price":"160000","area":"686"} , +{"type":"Feature","id":"n7731604103","geometry":{"type":"Point","coordinates":[-0.1015051,51.4769423]},"properties":{"@type":"node","@id":7731604103,"@timestamp":1595257784},"coords":"51.4769423,-0.1015051","bedrooms":"2","price":"243000","area":"674"} , +{"type":"Feature","id":"n7731604144","geometry":{"type":"Point","coordinates":[-0.1024792,51.4774675]},"properties":{"@type":"node","@id":7731604144,"@timestamp":1595257784},"coords":"51.4774675,-0.1024792","bedrooms":"4","price":"156000","area":"650"} , +{"type":"Feature","id":"n7731604156","geometry":{"type":"Point","coordinates":[-0.1025891,51.4772192]},"properties":{"@type":"node","@id":7731604156,"@timestamp":1595257784},"coords":"51.4772192,-0.1025891","bedrooms":"3","price":"153000","area":"557"} , +{"type":"Feature","id":"n7731604166","geometry":{"type":"Point","coordinates":[-0.1028909,51.4774314]},"properties":{"@type":"node","@id":7731604166,"@timestamp":1595257784},"coords":"51.4774314,-0.1028909","bedrooms":"1","price":"267000","area":"608"} , +{"type":"Feature","id":"n7731604222","geometry":{"type":"Point","coordinates":[-0.1028627,51.4771049]},"properties":{"@type":"node","@id":7731604222,"@timestamp":1595257784},"coords":"51.4771049,-0.1028627","bedrooms":"4","price":"288000","area":"431"} , +{"type":"Feature","id":"n7731604282","geometry":{"type":"Point","coordinates":[-0.10402,51.4774518]},"properties":{"@type":"node","@id":7731604282,"@timestamp":1595257784},"coords":"51.4774518,-0.10402","bedrooms":"2","price":"179000","area":"354"} , +{"type":"Feature","id":"n7731703371","geometry":{"type":"Point","coordinates":[-0.3321351,51.307026]},"properties":{"@type":"node","@id":7731703371,"@timestamp":1617701334},"coords":"51.307026,-0.3321351","bedrooms":"0","price":"292000","area":"601"} , +{"type":"Feature","id":"n7731989922","geometry":{"type":"Point","coordinates":[-0.1990158,51.4979176]},"properties":{"@type":"node","@id":7731989922,"@timestamp":1595268498},"coords":"51.4979176,-0.1990158","bedrooms":"0","price":"156000","area":"653"} , +{"type":"Feature","id":"n7731989934","geometry":{"type":"Point","coordinates":[-0.1986301,51.4978029]},"properties":{"@type":"node","@id":7731989934,"@timestamp":1595268498},"coords":"51.4978029,-0.1986301","bedrooms":"2","price":"230000","area":"503"} , +{"type":"Feature","id":"n7731989994","geometry":{"type":"Point","coordinates":[-0.1981918,51.498066]},"properties":{"@type":"node","@id":7731989994,"@timestamp":1595268498},"coords":"51.498066,-0.1981918","bedrooms":"4","price":"231000","area":"673"} , +{"type":"Feature","id":"n7732141692","geometry":{"type":"Point","coordinates":[-0.1900232,51.0333744]},"properties":{"@type":"node","@id":7732141692,"@timestamp":1595273918},"coords":"51.0333744,-0.1900232","bedrooms":"3","price":"218000","area":"378"} , +{"type":"Feature","id":"n7732197257","geometry":{"type":"Point","coordinates":[-0.1384529,51.4705307]},"properties":{"@type":"node","@id":7732197257,"@timestamp":1595275929},"coords":"51.4705307,-0.1384529","bedrooms":"4","price":"224000","area":"671"} , +{"type":"Feature","id":"n7732197600","geometry":{"type":"Point","coordinates":[-0.1358477,51.4715868]},"properties":{"@type":"node","@id":7732197600,"@timestamp":1595275929},"coords":"51.4715868,-0.1358477","bedrooms":"2","price":"171000","area":"383"} , +{"type":"Feature","id":"n7732205553","geometry":{"type":"Point","coordinates":[-0.4711519,51.5967693]},"properties":{"@type":"node","@id":7732205553,"@timestamp":1595276839},"coords":"51.5967693,-0.4711519","bedrooms":"3","price":"193000","area":"448"} , +{"type":"Feature","id":"n7732286842","geometry":{"type":"Point","coordinates":[0.2126751,51.4404724]},"properties":{"@type":"node","@id":7732286842,"@timestamp":1620599126},"coords":"51.4404724,0.2126751","bedrooms":"3","price":"201000","area":"395"} , +{"type":"Feature","id":"n7732425065","geometry":{"type":"Point","coordinates":[-0.2556418,51.4000957]},"properties":{"@type":"node","@id":7732425065,"@timestamp":1595284366},"coords":"51.4000957,-0.2556418","bedrooms":"4","price":"288000","area":"474"} , +{"type":"Feature","id":"n7732432288","geometry":{"type":"Point","coordinates":[-0.2555434,51.4002339]},"properties":{"@type":"node","@id":7732432288,"@timestamp":1595284366},"coords":"51.4002339,-0.2555434","bedrooms":"1","price":"249000","area":"659"} , +{"type":"Feature","id":"n7732596772","geometry":{"type":"Point","coordinates":[0.2180035,51.4447304]},"properties":{"@type":"node","@id":7732596772,"@timestamp":1620260002},"coords":"51.4447304,0.2180035","bedrooms":"2","price":"185000","area":"447"} , +{"type":"Feature","id":"n7732890105","geometry":{"type":"Point","coordinates":[-0.1998014,51.4981699]},"properties":{"@type":"node","@id":7732890105,"@timestamp":1595306508},"coords":"51.4981699,-0.1998014","bedrooms":"3","price":"262000","area":"639"} , +{"type":"Feature","id":"n7732890115","geometry":{"type":"Point","coordinates":[-0.1994734,51.497689]},"properties":{"@type":"node","@id":7732890115,"@timestamp":1595306508},"coords":"51.497689,-0.1994734","bedrooms":"3","price":"276000","area":"432"} , +{"type":"Feature","id":"n7732890125","geometry":{"type":"Point","coordinates":[-0.1991448,51.4972073]},"properties":{"@type":"node","@id":7732890125,"@timestamp":1595306508},"coords":"51.4972073,-0.1991448","bedrooms":"0","price":"228000","area":"516"} , +{"type":"Feature","id":"n7732890209","geometry":{"type":"Point","coordinates":[-0.1996974,51.4986088]},"properties":{"@type":"node","@id":7732890209,"@timestamp":1595306508},"coords":"51.4986088,-0.1996974","bedrooms":"0","price":"216000","area":"574"} , +{"type":"Feature","id":"n7733231173","geometry":{"type":"Point","coordinates":[-0.0376923,51.4923596]},"properties":{"@type":"node","@id":7733231173,"@timestamp":1595315899},"coords":"51.4923596,-0.0376923","bedrooms":"4","price":"157000","area":"498"} , +{"type":"Feature","id":"n7733469723","geometry":{"type":"Point","coordinates":[-0.0101464,51.3476791]},"properties":{"@type":"node","@id":7733469723,"@timestamp":1595323472},"coords":"51.3476791,-0.0101464","bedrooms":"1","price":"162000","area":"385"} , +{"type":"Feature","id":"n7733469737","geometry":{"type":"Point","coordinates":[-0.0110265,51.3416272]},"properties":{"@type":"node","@id":7733469737,"@timestamp":1595323472},"coords":"51.3416272,-0.0110265","bedrooms":"2","price":"267000","area":"361"} , +{"type":"Feature","id":"n7733469749","geometry":{"type":"Point","coordinates":[-0.0105494,51.3386583]},"properties":{"@type":"node","@id":7733469749,"@timestamp":1595323472},"coords":"51.3386583,-0.0105494","bedrooms":"4","price":"276000","area":"405"} , +{"type":"Feature","id":"n7733469759","geometry":{"type":"Point","coordinates":[-0.0113238,51.3393723]},"properties":{"@type":"node","@id":7733469759,"@timestamp":1595323472},"coords":"51.3393723,-0.0113238","bedrooms":"0","price":"245000","area":"522"} , +{"type":"Feature","id":"n7733713609","geometry":{"type":"Point","coordinates":[-0.0153315,51.5361518]},"properties":{"@type":"node","@id":7733713609,"@timestamp":1595331066},"coords":"51.5361518,-0.0153315","bedrooms":"2","price":"254000","area":"532"} , +{"type":"Feature","id":"n7733714063","geometry":{"type":"Point","coordinates":[-0.0132892,51.5353701]},"properties":{"@type":"node","@id":7733714063,"@timestamp":1595331066},"coords":"51.5353701,-0.0132892","bedrooms":"0","price":"294000","area":"693"} , +{"type":"Feature","id":"n7733879521","geometry":{"type":"Point","coordinates":[-0.1328569,51.4701812]},"properties":{"@type":"node","@id":7733879521,"@timestamp":1625355930},"coords":"51.4701812,-0.1328569","bedrooms":"0","price":"230000","area":"637"} , +{"type":"Feature","id":"n7734083177","geometry":{"type":"Point","coordinates":[0.0012415,51.5099039]},"properties":{"@type":"node","@id":7734083177,"@timestamp":1595342592},"coords":"51.5099039,0.0012415","bedrooms":"4","price":"226000","area":"511"} , +{"type":"Feature","id":"n7734137334","geometry":{"type":"Point","coordinates":[0.0041005,51.5093895]},"properties":{"@type":"node","@id":7734137334,"@timestamp":1623674106},"coords":"51.5093895,0.0041005","bedrooms":"0","price":"177000","area":"456"} , +{"type":"Feature","id":"n7734416113","geometry":{"type":"Point","coordinates":[-0.1425442,51.4579809]},"properties":{"@type":"node","@id":7734416113,"@timestamp":1621596244},"coords":"51.4579809,-0.1425442","bedrooms":"3","price":"156000","area":"417"} , +{"type":"Feature","id":"n7734416135","geometry":{"type":"Point","coordinates":[-0.1461632,51.4542862]},"properties":{"@type":"node","@id":7734416135,"@timestamp":1620912708},"coords":"51.4542862,-0.1461632","bedrooms":"1","price":"286000","area":"581"} , +{"type":"Feature","id":"n7734416161","geometry":{"type":"Point","coordinates":[-0.1470129,51.4534792]},"properties":{"@type":"node","@id":7734416161,"@timestamp":1621526557},"coords":"51.4534792,-0.1470129","bedrooms":"1","price":"259000","area":"692"} , +{"type":"Feature","id":"n7734416183","geometry":{"type":"Point","coordinates":[-0.1476464,51.4511303]},"properties":{"@type":"node","@id":7734416183,"@timestamp":1613494767},"coords":"51.4511303,-0.1476464","bedrooms":"3","price":"224000","area":"694"} , +{"type":"Feature","id":"n7734590371","geometry":{"type":"Point","coordinates":[0.5496971,51.8961714]},"properties":{"@type":"node","@id":7734590371,"@timestamp":1597532509},"coords":"51.8961714,0.5496971","bedrooms":"1","price":"263000","area":"511"} , +{"type":"Feature","id":"n7734657444","geometry":{"type":"Point","coordinates":[-0.1987532,51.4966614]},"properties":{"@type":"node","@id":7734657444,"@timestamp":1595358076},"coords":"51.4966614,-0.1987532","bedrooms":"1","price":"213000","area":"559"} , +{"type":"Feature","id":"n7734657454","geometry":{"type":"Point","coordinates":[-0.1980278,51.4968226]},"properties":{"@type":"node","@id":7734657454,"@timestamp":1595358076},"coords":"51.4968226,-0.1980278","bedrooms":"1","price":"284000","area":"655"} , +{"type":"Feature","id":"n7734661247","geometry":{"type":"Point","coordinates":[-0.8812645,51.9415031]},"properties":{"@type":"node","@id":7734661247,"@timestamp":1595357842},"coords":"51.9415031,-0.8812645","bedrooms":"3","price":"200000","area":"561"} , +{"type":"Feature","id":"n7734696844","geometry":{"type":"Point","coordinates":[-0.7710106,51.2478907]},"properties":{"@type":"node","@id":7734696844,"@timestamp":1595361474},"coords":"51.2478907,-0.7710106","bedrooms":"1","price":"200000","area":"434"} , +{"type":"Feature","id":"n7734723826","geometry":{"type":"Point","coordinates":[0.5735825,51.8827302]},"properties":{"@type":"node","@id":7734723826,"@timestamp":1595360060},"coords":"51.8827302,0.5735825","bedrooms":"0","price":"214000","area":"495"} , +{"type":"Feature","id":"n7734838082","geometry":{"type":"Point","coordinates":[0.5534294,51.8627733]},"properties":{"@type":"node","@id":7734838082,"@timestamp":1595364735},"coords":"51.8627733,0.5534294","bedrooms":"2","price":"261000","area":"427"} , +{"type":"Feature","id":"n7735088405","geometry":{"type":"Point","coordinates":[0.21358,51.4449628]},"properties":{"@type":"node","@id":7735088405,"@timestamp":1620257399},"coords":"51.4449628,0.21358","bedrooms":"1","price":"157000","area":"397"} , +{"type":"Feature","id":"n7735088505","geometry":{"type":"Point","coordinates":[0.2146283,51.4447863]},"properties":{"@type":"node","@id":7735088505,"@timestamp":1620257399},"coords":"51.4447863,0.2146283","bedrooms":"3","price":"267000","area":"456"} , +{"type":"Feature","id":"n7735153706","geometry":{"type":"Point","coordinates":[-0.1210144,51.5734069]},"properties":{"@type":"node","@id":7735153706,"@timestamp":1595376495},"coords":"51.5734069,-0.1210144","bedrooms":"1","price":"285000","area":"485"} , +{"type":"Feature","id":"n7735153729","geometry":{"type":"Point","coordinates":[-0.1217055,51.5729605]},"properties":{"@type":"node","@id":7735153729,"@timestamp":1595376495},"coords":"51.5729605,-0.1217055","bedrooms":"4","price":"195000","area":"443"} , +{"type":"Feature","id":"n7735153741","geometry":{"type":"Point","coordinates":[-0.122353,51.5728666]},"properties":{"@type":"node","@id":7735153741,"@timestamp":1595376495},"coords":"51.5728666,-0.122353","bedrooms":"4","price":"201000","area":"595"} , +{"type":"Feature","id":"n7735275765","geometry":{"type":"Point","coordinates":[0.5985748,51.9753134]},"properties":{"@type":"node","@id":7735275765,"@timestamp":1627230360},"coords":"51.9753134,0.5985748","bedrooms":"2","price":"220000","area":"466"} , +{"type":"Feature","id":"n7735950099","geometry":{"type":"Point","coordinates":[-0.3620483,51.7110184]},"properties":{"@type":"node","@id":7735950099,"@timestamp":1595400845},"coords":"51.7110184,-0.3620483","bedrooms":"4","price":"215000","area":"613"} , +{"type":"Feature","id":"n7736050586","geometry":{"type":"Point","coordinates":[-0.2349136,51.5141039]},"properties":{"@type":"node","@id":7736050586,"@timestamp":1617124428},"coords":"51.5141039,-0.2349136","bedrooms":"1","price":"292000","area":"481"} , +{"type":"Feature","id":"n7736051085","geometry":{"type":"Point","coordinates":[-0.2309232,51.514041]},"properties":{"@type":"node","@id":7736051085,"@timestamp":1617124428},"coords":"51.514041,-0.2309232","bedrooms":"0","price":"202000","area":"699"} , +{"type":"Feature","id":"n7736051886","geometry":{"type":"Point","coordinates":[-0.2290574,51.5105869]},"properties":{"@type":"node","@id":7736051886,"@timestamp":1595955119},"coords":"51.5105869,-0.2290574","bedrooms":"2","price":"155000","area":"410"} , +{"type":"Feature","id":"n7736136057","geometry":{"type":"Point","coordinates":[0.0785205,50.9999558]},"properties":{"@type":"node","@id":7736136057,"@timestamp":1610801602},"coords":"50.9999558,0.0785205","bedrooms":"0","price":"159000","area":"581"} , +{"type":"Feature","id":"n7736348929","geometry":{"type":"Point","coordinates":[-0.4258248,51.3902403]},"properties":{"@type":"node","@id":7736348929,"@timestamp":1595408594},"coords":"51.3902403,-0.4258248","bedrooms":"3","price":"179000","area":"687"} , +{"type":"Feature","id":"n7736348949","geometry":{"type":"Point","coordinates":[-0.4621084,51.3826058]},"properties":{"@type":"node","@id":7736348949,"@timestamp":1595408594},"coords":"51.3826058,-0.4621084","bedrooms":"3","price":"281000","area":"462"} , +{"type":"Feature","id":"n7736521756","geometry":{"type":"Point","coordinates":[0.8829256,51.1741869]},"properties":{"@type":"node","@id":7736521756,"@timestamp":1595412214},"coords":"51.1741869,0.8829256","bedrooms":"0","price":"195000","area":"545"} , +{"type":"Feature","id":"n7736944505","geometry":{"type":"Point","coordinates":[-0.020123,51.5415813]},"properties":{"@type":"node","@id":7736944505,"@timestamp":1629357362},"coords":"51.5415813,-0.020123","bedrooms":"2","price":"287000","area":"369"} , +{"type":"Feature","id":"n7736944545","geometry":{"type":"Point","coordinates":[-0.0201026,51.5412744]},"properties":{"@type":"node","@id":7736944545,"@timestamp":1595420698},"coords":"51.5412744,-0.0201026","bedrooms":"4","price":"297000","area":"351"} , +{"type":"Feature","id":"n7736944555","geometry":{"type":"Point","coordinates":[-0.0204294,51.542098]},"properties":{"@type":"node","@id":7736944555,"@timestamp":1631972890},"coords":"51.542098,-0.0204294","bedrooms":"0","price":"279000","area":"606"} , +{"type":"Feature","id":"n7737114187","geometry":{"type":"Point","coordinates":[0.5522514,51.8773676]},"properties":{"@type":"node","@id":7737114187,"@timestamp":1595424590},"coords":"51.8773676,0.5522514","bedrooms":"0","price":"209000","area":"624"} , +{"type":"Feature","id":"n7737392226","geometry":{"type":"Point","coordinates":[-0.6528959,51.530835]},"properties":{"@type":"node","@id":7737392226,"@timestamp":1606326734},"coords":"51.530835,-0.6528959","bedrooms":"3","price":"286000","area":"458"} , +{"type":"Feature","id":"n7737392237","geometry":{"type":"Point","coordinates":[-0.6485212,51.5255148]},"properties":{"@type":"node","@id":7737392237,"@timestamp":1606334272},"coords":"51.5255148,-0.6485212","bedrooms":"4","price":"193000","area":"608"} , +{"type":"Feature","id":"n7737392249","geometry":{"type":"Point","coordinates":[-0.6465163,51.5247708]},"properties":{"@type":"node","@id":7737392249,"@timestamp":1606334272},"coords":"51.5247708,-0.6465163","bedrooms":"0","price":"162000","area":"561"} , +{"type":"Feature","id":"n7737392259","geometry":{"type":"Point","coordinates":[-0.6365921,51.5299233]},"properties":{"@type":"node","@id":7737392259,"@timestamp":1606346655},"coords":"51.5299233,-0.6365921","bedrooms":"3","price":"287000","area":"617"} , +{"type":"Feature","id":"n7737392269","geometry":{"type":"Point","coordinates":[-0.635617,51.5360712]},"properties":{"@type":"node","@id":7737392269,"@timestamp":1608918978},"coords":"51.5360712,-0.635617","bedrooms":"4","price":"253000","area":"698"} , +{"type":"Feature","id":"n7737392279","geometry":{"type":"Point","coordinates":[-0.6322937,51.5344762]},"properties":{"@type":"node","@id":7737392279,"@timestamp":1608913767},"coords":"51.5344762,-0.6322937","bedrooms":"4","price":"240000","area":"550"} , +{"type":"Feature","id":"n7737404489","geometry":{"type":"Point","coordinates":[-0.6328207,51.5344716]},"properties":{"@type":"node","@id":7737404489,"@timestamp":1608913767},"coords":"51.5344716,-0.6328207","bedrooms":"3","price":"254000","area":"608"} , +{"type":"Feature","id":"n7737404499","geometry":{"type":"Point","coordinates":[-0.6311772,51.5349484]},"properties":{"@type":"node","@id":7737404499,"@timestamp":1608913767},"coords":"51.5349484,-0.6311772","bedrooms":"3","price":"201000","area":"605"} , +{"type":"Feature","id":"n7737404509","geometry":{"type":"Point","coordinates":[-0.6316494,51.5345839]},"properties":{"@type":"node","@id":7737404509,"@timestamp":1608913767},"coords":"51.5345839,-0.6316494","bedrooms":"4","price":"254000","area":"533"} , +{"type":"Feature","id":"n7737404519","geometry":{"type":"Point","coordinates":[-0.6316797,51.5351277]},"properties":{"@type":"node","@id":7737404519,"@timestamp":1608913767},"coords":"51.5351277,-0.6316797","bedrooms":"3","price":"270000","area":"588"} , +{"type":"Feature","id":"n7737404529","geometry":{"type":"Point","coordinates":[-0.6310768,51.5353198]},"properties":{"@type":"node","@id":7737404529,"@timestamp":1608913767},"coords":"51.5353198,-0.6310768","bedrooms":"2","price":"292000","area":"390"} , +{"type":"Feature","id":"n7737404539","geometry":{"type":"Point","coordinates":[-0.6314496,51.5360189]},"properties":{"@type":"node","@id":7737404539,"@timestamp":1608913767},"coords":"51.5360189,-0.6314496","bedrooms":"4","price":"185000","area":"441"} , +{"type":"Feature","id":"n7737404549","geometry":{"type":"Point","coordinates":[-0.6320249,51.5320251]},"properties":{"@type":"node","@id":7737404549,"@timestamp":1608917395},"coords":"51.5320251,-0.6320249","bedrooms":"4","price":"240000","area":"697"} , +{"type":"Feature","id":"n7737404559","geometry":{"type":"Point","coordinates":[-0.6322792,51.5316628]},"properties":{"@type":"node","@id":7737404559,"@timestamp":1608917395},"coords":"51.5316628,-0.6322792","bedrooms":"2","price":"270000","area":"674"} , +{"type":"Feature","id":"n7737404569","geometry":{"type":"Point","coordinates":[-0.6332022,51.5313864]},"properties":{"@type":"node","@id":7737404569,"@timestamp":1608917395},"coords":"51.5313864,-0.6332022","bedrooms":"4","price":"246000","area":"404"} , +{"type":"Feature","id":"n7737404579","geometry":{"type":"Point","coordinates":[-0.6329386,51.5317862]},"properties":{"@type":"node","@id":7737404579,"@timestamp":1608917395},"coords":"51.5317862,-0.6329386","bedrooms":"4","price":"212000","area":"551"} , +{"type":"Feature","id":"n7737404590","geometry":{"type":"Point","coordinates":[-0.6250317,51.5329592]},"properties":{"@type":"node","@id":7737404590,"@timestamp":1608919551},"coords":"51.5329592,-0.6250317","bedrooms":"1","price":"232000","area":"609"} , +{"type":"Feature","id":"n7737416737","geometry":{"type":"Point","coordinates":[-0.4038385,51.5624688]},"properties":{"@type":"node","@id":7737416737,"@timestamp":1595432299},"coords":"51.5624688,-0.4038385","bedrooms":"0","price":"192000","area":"598"} , +{"type":"Feature","id":"n7737416911","geometry":{"type":"Point","coordinates":[-0.3966303,51.5660037]},"properties":{"@type":"node","@id":7737416911,"@timestamp":1595432299},"coords":"51.5660037,-0.3966303","bedrooms":"4","price":"202000","area":"568"} , +{"type":"Feature","id":"n7737461444","geometry":{"type":"Point","coordinates":[-0.3913715,51.5616708]},"properties":{"@type":"node","@id":7737461444,"@timestamp":1595433575},"coords":"51.5616708,-0.3913715","bedrooms":"0","price":"263000","area":"458"} , +{"type":"Feature","id":"n7737476723","geometry":{"type":"Point","coordinates":[-0.3967574,51.5616358]},"properties":{"@type":"node","@id":7737476723,"@timestamp":1595433575},"coords":"51.5616358,-0.3967574","bedrooms":"4","price":"175000","area":"396"} , +{"type":"Feature","id":"n7737520602","geometry":{"type":"Point","coordinates":[-0.3939803,51.5640062]},"properties":{"@type":"node","@id":7737520602,"@timestamp":1595438668},"coords":"51.5640062,-0.3939803","bedrooms":"1","price":"244000","area":"360"} , +{"type":"Feature","id":"n7737520656","geometry":{"type":"Point","coordinates":[-0.3924151,51.5645667]},"properties":{"@type":"node","@id":7737520656,"@timestamp":1595434851},"coords":"51.5645667,-0.3924151","bedrooms":"0","price":"170000","area":"680"} , +{"type":"Feature","id":"n7737520726","geometry":{"type":"Point","coordinates":[-0.3903019,51.5645174]},"properties":{"@type":"node","@id":7737520726,"@timestamp":1595434851},"coords":"51.5645174,-0.3903019","bedrooms":"3","price":"216000","area":"375"} , +{"type":"Feature","id":"n7737557530","geometry":{"type":"Point","coordinates":[-0.3850848,51.5649012]},"properties":{"@type":"node","@id":7737557530,"@timestamp":1595436049},"coords":"51.5649012,-0.3850848","bedrooms":"0","price":"226000","area":"695"} , +{"type":"Feature","id":"n7737566581","geometry":{"type":"Point","coordinates":[-0.0380754,51.6688979]},"properties":{"@type":"node","@id":7737566581,"@timestamp":1602702361},"coords":"51.6688979,-0.0380754","bedrooms":"1","price":"298000","area":"630"} , +{"type":"Feature","id":"n7737586979","geometry":{"type":"Point","coordinates":[-0.3862478,51.5631285]},"properties":{"@type":"node","@id":7737586979,"@timestamp":1595436777},"coords":"51.5631285,-0.3862478","bedrooms":"1","price":"183000","area":"670"} , +{"type":"Feature","id":"n7737596702","geometry":{"type":"Point","coordinates":[-0.3887264,51.5642443]},"properties":{"@type":"node","@id":7737596702,"@timestamp":1595436777},"coords":"51.5642443,-0.3887264","bedrooms":"2","price":"239000","area":"480"} , +{"type":"Feature","id":"n7737596794","geometry":{"type":"Point","coordinates":[-0.3858013,51.5659842]},"properties":{"@type":"node","@id":7737596794,"@timestamp":1595436777},"coords":"51.5659842,-0.3858013","bedrooms":"3","price":"259000","area":"534"} , +{"type":"Feature","id":"n7737655285","geometry":{"type":"Point","coordinates":[-0.0373628,51.6688221]},"properties":{"@type":"node","@id":7737655285,"@timestamp":1602702361},"coords":"51.6688221,-0.0373628","bedrooms":"1","price":"185000","area":"686"} , +{"type":"Feature","id":"n7737655299","geometry":{"type":"Point","coordinates":[-0.0379513,51.6686529]},"properties":{"@type":"node","@id":7737655299,"@timestamp":1602851097},"coords":"51.6686529,-0.0379513","bedrooms":"4","price":"181000","area":"357"} , +{"type":"Feature","id":"n7737711951","geometry":{"type":"Point","coordinates":[-0.0260811,51.4973571]},"properties":{"@type":"node","@id":7737711951,"@timestamp":1595440384},"coords":"51.4973571,-0.0260811","bedrooms":"4","price":"269000","area":"454"} , +{"type":"Feature","id":"n7737741606","geometry":{"type":"Point","coordinates":[-0.3886914,51.5610365]},"properties":{"@type":"node","@id":7737741606,"@timestamp":1595440242},"coords":"51.5610365,-0.3886914","bedrooms":"4","price":"187000","area":"407"} , +{"type":"Feature","id":"n7737812321","geometry":{"type":"Point","coordinates":[-0.3739886,51.5725108]},"properties":{"@type":"node","@id":7737812321,"@timestamp":1622912852},"coords":"51.5725108,-0.3739886","bedrooms":"1","price":"225000","area":"653"} , +{"type":"Feature","id":"n7737846926","geometry":{"type":"Point","coordinates":[-0.3837394,51.5603286]},"properties":{"@type":"node","@id":7737846926,"@timestamp":1595443315},"coords":"51.5603286,-0.3837394","bedrooms":"2","price":"174000","area":"659"} , +{"type":"Feature","id":"n7737846977","geometry":{"type":"Point","coordinates":[-0.3807117,51.5607535]},"properties":{"@type":"node","@id":7737846977,"@timestamp":1595443315},"coords":"51.5607535,-0.3807117","bedrooms":"1","price":"209000","area":"674"} , +{"type":"Feature","id":"n7737847058","geometry":{"type":"Point","coordinates":[-0.3826749,51.5589106]},"properties":{"@type":"node","@id":7737847058,"@timestamp":1595443315},"coords":"51.5589106,-0.3826749","bedrooms":"1","price":"264000","area":"698"} , +{"type":"Feature","id":"n7737852176","geometry":{"type":"Point","coordinates":[-0.3786124,51.5629424]},"properties":{"@type":"node","@id":7737852176,"@timestamp":1622666424},"coords":"51.5629424,-0.3786124","bedrooms":"0","price":"198000","area":"432"} , +{"type":"Feature","id":"n7737875334","geometry":{"type":"Point","coordinates":[-0.3811241,51.5593443]},"properties":{"@type":"node","@id":7737875334,"@timestamp":1595444014},"coords":"51.5593443,-0.3811241","bedrooms":"2","price":"205000","area":"686"} , +{"type":"Feature","id":"n7737875406","geometry":{"type":"Point","coordinates":[-0.3873442,51.5591591]},"properties":{"@type":"node","@id":7737875406,"@timestamp":1595444014},"coords":"51.5591591,-0.3873442","bedrooms":"1","price":"271000","area":"365"} , +{"type":"Feature","id":"n7737996897","geometry":{"type":"Point","coordinates":[-0.3917488,51.5659769]},"properties":{"@type":"node","@id":7737996897,"@timestamp":1595448874},"coords":"51.5659769,-0.3917488","bedrooms":"2","price":"268000","area":"577"} , +{"type":"Feature","id":"n7738125855","geometry":{"type":"Point","coordinates":[-0.3803113,51.5622663]},"properties":{"@type":"node","@id":7738125855,"@timestamp":1622666424},"coords":"51.5622663,-0.3803113","bedrooms":"2","price":"179000","area":"357"} , +{"type":"Feature","id":"n7738177540","geometry":{"type":"Point","coordinates":[-0.3785164,51.571246]},"properties":{"@type":"node","@id":7738177540,"@timestamp":1622644655},"coords":"51.571246,-0.3785164","bedrooms":"0","price":"202000","area":"444"} , +{"type":"Feature","id":"n7738177567","geometry":{"type":"Point","coordinates":[-0.3779449,51.575463]},"properties":{"@type":"node","@id":7738177567,"@timestamp":1595452624},"coords":"51.575463,-0.3779449","bedrooms":"1","price":"240000","area":"677"} , +{"type":"Feature","id":"n7738177625","geometry":{"type":"Point","coordinates":[-0.3769551,51.5752191]},"properties":{"@type":"node","@id":7738177625,"@timestamp":1595452624},"coords":"51.5752191,-0.3769551","bedrooms":"2","price":"225000","area":"588"} , +{"type":"Feature","id":"n7738213305","geometry":{"type":"Point","coordinates":[-0.3777933,51.5603476]},"properties":{"@type":"node","@id":7738213305,"@timestamp":1622666424},"coords":"51.5603476,-0.3777933","bedrooms":"4","price":"294000","area":"375"} , +{"type":"Feature","id":"n7738213370","geometry":{"type":"Point","coordinates":[-0.3804814,51.5590583]},"properties":{"@type":"node","@id":7738213370,"@timestamp":1595454193},"coords":"51.5590583,-0.3804814","bedrooms":"1","price":"205000","area":"646"} , +{"type":"Feature","id":"n7738249486","geometry":{"type":"Point","coordinates":[0.4737714,51.7411574]},"properties":{"@type":"node","@id":7738249486,"@timestamp":1618739050},"coords":"51.7411574,0.4737714","bedrooms":"4","price":"252000","area":"577"} , +{"type":"Feature","id":"n7738263401","geometry":{"type":"Point","coordinates":[0.2155383,51.4496189]},"properties":{"@type":"node","@id":7738263401,"@timestamp":1595456121},"coords":"51.4496189,0.2155383","bedrooms":"3","price":"217000","area":"381"} , +{"type":"Feature","id":"n7738267121","geometry":{"type":"Point","coordinates":[-0.3904992,51.5562997]},"properties":{"@type":"node","@id":7738267121,"@timestamp":1595456293},"coords":"51.5562997,-0.3904992","bedrooms":"1","price":"224000","area":"378"} , +{"type":"Feature","id":"n7738267220","geometry":{"type":"Point","coordinates":[-0.4006137,51.5597541]},"properties":{"@type":"node","@id":7738267220,"@timestamp":1595456293},"coords":"51.5597541,-0.4006137","bedrooms":"0","price":"272000","area":"396"} , +{"type":"Feature","id":"n7738278592","geometry":{"type":"Point","coordinates":[-0.2477823,51.4049359]},"properties":{"@type":"node","@id":7738278592,"@timestamp":1595456545},"coords":"51.4049359,-0.2477823","bedrooms":"3","price":"166000","area":"380"} , +{"type":"Feature","id":"n7738299147","geometry":{"type":"Point","coordinates":[-0.2470087,51.4009886]},"properties":{"@type":"node","@id":7738299147,"@timestamp":1595457501},"coords":"51.4009886,-0.2470087","bedrooms":"2","price":"293000","area":"632"} , +{"type":"Feature","id":"n7738352444","geometry":{"type":"Point","coordinates":[-0.3811211,51.5701732]},"properties":{"@type":"node","@id":7738352444,"@timestamp":1622644655},"coords":"51.5701732,-0.3811211","bedrooms":"1","price":"271000","area":"599"} , +{"type":"Feature","id":"n7738352466","geometry":{"type":"Point","coordinates":[-0.3829709,51.5683816]},"properties":{"@type":"node","@id":7738352466,"@timestamp":1595458703},"coords":"51.5683816,-0.3829709","bedrooms":"1","price":"240000","area":"376"} , +{"type":"Feature","id":"n7738352544","geometry":{"type":"Point","coordinates":[-0.378677,51.572591]},"properties":{"@type":"node","@id":7738352544,"@timestamp":1622644655},"coords":"51.572591,-0.378677","bedrooms":"1","price":"260000","area":"651"} , +{"type":"Feature","id":"n7738352639","geometry":{"type":"Point","coordinates":[-0.3791468,51.571403]},"properties":{"@type":"node","@id":7738352639,"@timestamp":1622644655},"coords":"51.571403,-0.3791468","bedrooms":"4","price":"209000","area":"588"} , +{"type":"Feature","id":"n7738352688","geometry":{"type":"Point","coordinates":[-0.3785132,51.5640863]},"properties":{"@type":"node","@id":7738352688,"@timestamp":1622664616},"coords":"51.5640863,-0.3785132","bedrooms":"4","price":"176000","area":"682"} , +{"type":"Feature","id":"n7738352714","geometry":{"type":"Point","coordinates":[-0.3818113,51.5655057]},"properties":{"@type":"node","@id":7738352714,"@timestamp":1622902306},"coords":"51.5655057,-0.3818113","bedrooms":"4","price":"243000","area":"390"} , +{"type":"Feature","id":"n7738352785","geometry":{"type":"Point","coordinates":[-0.3778815,51.5649172]},"properties":{"@type":"node","@id":7738352785,"@timestamp":1622647144},"coords":"51.5649172,-0.3778815","bedrooms":"4","price":"247000","area":"394"} , +{"type":"Feature","id":"n7738352839","geometry":{"type":"Point","coordinates":[-0.3820516,51.5708578]},"properties":{"@type":"node","@id":7738352839,"@timestamp":1622556976},"coords":"51.5708578,-0.3820516","bedrooms":"1","price":"180000","area":"422"} , +{"type":"Feature","id":"n7738352868","geometry":{"type":"Point","coordinates":[-0.3821002,51.5723248]},"properties":{"@type":"node","@id":7738352868,"@timestamp":1622556976},"coords":"51.5723248,-0.3821002","bedrooms":"4","price":"264000","area":"540"} , +{"type":"Feature","id":"n7738476892","geometry":{"type":"Point","coordinates":[0.0176245,51.5079915]},"properties":{"@type":"node","@id":7738476892,"@timestamp":1608906436},"coords":"51.5079915,0.0176245","bedrooms":"3","price":"150000","area":"469"} , +{"type":"Feature","id":"n7738476902","geometry":{"type":"Point","coordinates":[0.0180589,51.507906]},"properties":{"@type":"node","@id":7738476902,"@timestamp":1608906436},"coords":"51.507906,0.0180589","bedrooms":"3","price":"281000","area":"689"} , +{"type":"Feature","id":"n7738476912","geometry":{"type":"Point","coordinates":[0.0187017,51.5079446]},"properties":{"@type":"node","@id":7738476912,"@timestamp":1608906436},"coords":"51.5079446,0.0187017","bedrooms":"4","price":"258000","area":"502"} , +{"type":"Feature","id":"n7738476922","geometry":{"type":"Point","coordinates":[0.0190297,51.5078935]},"properties":{"@type":"node","@id":7738476922,"@timestamp":1608906436},"coords":"51.5078935,0.0190297","bedrooms":"4","price":"211000","area":"366"} , +{"type":"Feature","id":"n7738476932","geometry":{"type":"Point","coordinates":[0.0197893,51.5080305]},"properties":{"@type":"node","@id":7738476932,"@timestamp":1608906436},"coords":"51.5080305,0.0197893","bedrooms":"1","price":"224000","area":"462"} , +{"type":"Feature","id":"n7738476942","geometry":{"type":"Point","coordinates":[0.0198868,51.5079036]},"properties":{"@type":"node","@id":7738476942,"@timestamp":1608906436},"coords":"51.5079036,0.0198868","bedrooms":"2","price":"290000","area":"570"} , +{"type":"Feature","id":"n7738476952","geometry":{"type":"Point","coordinates":[0.021262,51.5080268]},"properties":{"@type":"node","@id":7738476952,"@timestamp":1595463322},"coords":"51.5080268,0.021262","bedrooms":"4","price":"295000","area":"524"} , +{"type":"Feature","id":"n7738529012","geometry":{"type":"Point","coordinates":[0.2189813,51.4472667]},"properties":{"@type":"node","@id":7738529012,"@timestamp":1614137148},"coords":"51.4472667,0.2189813","bedrooms":"0","price":"219000","area":"564"} , +{"type":"Feature","id":"n7738539594","geometry":{"type":"Point","coordinates":[0.2182165,51.4482373]},"properties":{"@type":"node","@id":7738539594,"@timestamp":1595465574},"coords":"51.4482373,0.2182165","bedrooms":"1","price":"165000","area":"480"} , +{"type":"Feature","id":"n7739077984","geometry":{"type":"Point","coordinates":[-0.1973762,51.4964713]},"properties":{"@type":"node","@id":7739077984,"@timestamp":1595484160},"coords":"51.4964713,-0.1973762","bedrooms":"0","price":"263000","area":"608"} , +{"type":"Feature","id":"n7739088594","geometry":{"type":"Point","coordinates":[-0.1981226,51.4963041]},"properties":{"@type":"node","@id":7739088594,"@timestamp":1595484160},"coords":"51.4963041,-0.1981226","bedrooms":"2","price":"270000","area":"517"} , +{"type":"Feature","id":"n7739088687","geometry":{"type":"Point","coordinates":[-0.1969945,51.4960202]},"properties":{"@type":"node","@id":7739088687,"@timestamp":1595484160},"coords":"51.4960202,-0.1969945","bedrooms":"2","price":"225000","area":"639"} , +{"type":"Feature","id":"n7739088755","geometry":{"type":"Point","coordinates":[-0.1978537,51.4956048]},"properties":{"@type":"node","@id":7739088755,"@timestamp":1595484160},"coords":"51.4956048,-0.1978537","bedrooms":"2","price":"215000","area":"669"} , +{"type":"Feature","id":"n7739088827","geometry":{"type":"Point","coordinates":[-0.1978368,51.4959572]},"properties":{"@type":"node","@id":7739088827,"@timestamp":1595484160},"coords":"51.4959572,-0.1978368","bedrooms":"4","price":"206000","area":"443"} , +{"type":"Feature","id":"n7739847505","geometry":{"type":"Point","coordinates":[0.2448834,51.7101229]},"properties":{"@type":"node","@id":7739847505,"@timestamp":1595493213},"coords":"51.7101229,0.2448834","bedrooms":"2","price":"243000","area":"578"} , +{"type":"Feature","id":"n7739989375","geometry":{"type":"Point","coordinates":[-0.3755829,51.5750031]},"properties":{"@type":"node","@id":7739989375,"@timestamp":1595496893},"coords":"51.5750031,-0.3755829","bedrooms":"3","price":"283000","area":"477"} , +{"type":"Feature","id":"n7740016326","geometry":{"type":"Point","coordinates":[0.2648792,51.7354313]},"properties":{"@type":"node","@id":7740016326,"@timestamp":1620162523},"coords":"51.7354313,0.2648792","bedrooms":"1","price":"255000","area":"566"} , +{"type":"Feature","id":"n7740021844","geometry":{"type":"Point","coordinates":[-0.3757703,51.5661933]},"properties":{"@type":"node","@id":7740021844,"@timestamp":1622902306},"coords":"51.5661933,-0.3757703","bedrooms":"4","price":"296000","area":"432"} , +{"type":"Feature","id":"n7740021864","geometry":{"type":"Point","coordinates":[-0.3747864,51.5717337]},"properties":{"@type":"node","@id":7740021864,"@timestamp":1622912852},"coords":"51.5717337,-0.3747864","bedrooms":"3","price":"264000","area":"638"} , +{"type":"Feature","id":"n7740021910","geometry":{"type":"Point","coordinates":[-0.3766921,51.5699905]},"properties":{"@type":"node","@id":7740021910,"@timestamp":1595496893},"coords":"51.5699905,-0.3766921","bedrooms":"2","price":"259000","area":"550"} , +{"type":"Feature","id":"n7740097360","geometry":{"type":"Point","coordinates":[-0.0149782,51.544213]},"properties":{"@type":"node","@id":7740097360,"@timestamp":1595498720},"coords":"51.544213,-0.0149782","bedrooms":"3","price":"247000","area":"651"} , +{"type":"Feature","id":"n7740121801","geometry":{"type":"Point","coordinates":[-0.378612,51.5711744]},"properties":{"@type":"node","@id":7740121801,"@timestamp":1622644655},"coords":"51.5711744,-0.378612","bedrooms":"3","price":"250000","area":"650"} , +{"type":"Feature","id":"n7740121846","geometry":{"type":"Point","coordinates":[-0.3780541,51.5661767]},"properties":{"@type":"node","@id":7740121846,"@timestamp":1622902306},"coords":"51.5661767,-0.3780541","bedrooms":"3","price":"178000","area":"676"} , +{"type":"Feature","id":"n7740127601","geometry":{"type":"Point","coordinates":[-0.3775487,51.5664948]},"properties":{"@type":"node","@id":7740127601,"@timestamp":1622902306},"coords":"51.5664948,-0.3775487","bedrooms":"4","price":"212000","area":"613"} , +{"type":"Feature","id":"n7740127625","geometry":{"type":"Point","coordinates":[-0.3717663,51.5658114]},"properties":{"@type":"node","@id":7740127625,"@timestamp":1622903447},"coords":"51.5658114,-0.3717663","bedrooms":"0","price":"162000","area":"667"} , +{"type":"Feature","id":"n7740127682","geometry":{"type":"Point","coordinates":[-0.3692421,51.5652528]},"properties":{"@type":"node","@id":7740127682,"@timestamp":1622903447},"coords":"51.5652528,-0.3692421","bedrooms":"1","price":"254000","area":"689"} , +{"type":"Feature","id":"n7740127723","geometry":{"type":"Point","coordinates":[-0.3761865,51.5608418]},"properties":{"@type":"node","@id":7740127723,"@timestamp":1595499354},"coords":"51.5608418,-0.3761865","bedrooms":"3","price":"285000","area":"401"} , +{"type":"Feature","id":"n7740127788","geometry":{"type":"Point","coordinates":[-0.3750879,51.5623728]},"properties":{"@type":"node","@id":7740127788,"@timestamp":1595499354},"coords":"51.5623728,-0.3750879","bedrooms":"0","price":"299000","area":"542"} , +{"type":"Feature","id":"n7740127837","geometry":{"type":"Point","coordinates":[-0.3753248,51.5619852]},"properties":{"@type":"node","@id":7740127837,"@timestamp":1595499354},"coords":"51.5619852,-0.3753248","bedrooms":"2","price":"224000","area":"476"} , +{"type":"Feature","id":"n7740127892","geometry":{"type":"Point","coordinates":[-0.3737408,51.56446]},"properties":{"@type":"node","@id":7740127892,"@timestamp":1595499354},"coords":"51.56446,-0.3737408","bedrooms":"1","price":"205000","area":"678"} , +{"type":"Feature","id":"n7740228156","geometry":{"type":"Point","coordinates":[-0.9014453,51.4653415]},"properties":{"@type":"node","@id":7740228156,"@timestamp":1595502126},"coords":"51.4653415,-0.9014453","bedrooms":"3","price":"286000","area":"515"} , +{"type":"Feature","id":"n7740345136","geometry":{"type":"Point","coordinates":[-0.0182946,51.542406]},"properties":{"@type":"node","@id":7740345136,"@timestamp":1595504120},"coords":"51.542406,-0.0182946","bedrooms":"3","price":"157000","area":"473"} , +{"type":"Feature","id":"n7740345146","geometry":{"type":"Point","coordinates":[-0.0182658,51.5416896]},"properties":{"@type":"node","@id":7740345146,"@timestamp":1595504120},"coords":"51.5416896,-0.0182658","bedrooms":"1","price":"164000","area":"379"} , +{"type":"Feature","id":"n7740345175","geometry":{"type":"Point","coordinates":[-0.0196095,51.5432464]},"properties":{"@type":"node","@id":7740345175,"@timestamp":1595504120},"coords":"51.5432464,-0.0196095","bedrooms":"1","price":"196000","area":"604"} , +{"type":"Feature","id":"n7740345218","geometry":{"type":"Point","coordinates":[-0.0191838,51.5431653]},"properties":{"@type":"node","@id":7740345218,"@timestamp":1595504120},"coords":"51.5431653,-0.0191838","bedrooms":"1","price":"283000","area":"461"} , +{"type":"Feature","id":"n7740357900","geometry":{"type":"Point","coordinates":[-0.0225578,51.2499329]},"properties":{"@type":"node","@id":7740357900,"@timestamp":1595504558},"coords":"51.2499329,-0.0225578","bedrooms":"4","price":"233000","area":"390"} , +{"type":"Feature","id":"n7740458363","geometry":{"type":"Point","coordinates":[-0.1547156,51.5262026]},"properties":{"@type":"node","@id":7740458363,"@timestamp":1595507881},"coords":"51.5262026,-0.1547156","bedrooms":"0","price":"174000","area":"429"} , +{"type":"Feature","id":"n7740484694","geometry":{"type":"Point","coordinates":[-0.4034621,51.5542946]},"properties":{"@type":"node","@id":7740484694,"@timestamp":1595509970},"coords":"51.5542946,-0.4034621","bedrooms":"0","price":"273000","area":"496"} , +{"type":"Feature","id":"n7740509675","geometry":{"type":"Point","coordinates":[-0.3991169,51.5551384]},"properties":{"@type":"node","@id":7740509675,"@timestamp":1595508716},"coords":"51.5551384,-0.3991169","bedrooms":"4","price":"165000","area":"458"} , +{"type":"Feature","id":"n7740520923","geometry":{"type":"Point","coordinates":[-0.3982049,51.55324]},"properties":{"@type":"node","@id":7740520923,"@timestamp":1595508716},"coords":"51.55324,-0.3982049","bedrooms":"2","price":"255000","area":"445"} , +{"type":"Feature","id":"n7740520972","geometry":{"type":"Point","coordinates":[-0.4028867,51.5540077]},"properties":{"@type":"node","@id":7740520972,"@timestamp":1595508716},"coords":"51.5540077,-0.4028867","bedrooms":"1","price":"159000","area":"454"} , +{"type":"Feature","id":"n7740521009","geometry":{"type":"Point","coordinates":[-0.4010954,51.5547384]},"properties":{"@type":"node","@id":7740521009,"@timestamp":1595508716},"coords":"51.5547384,-0.4010954","bedrooms":"0","price":"235000","area":"536"} , +{"type":"Feature","id":"n7740528285","geometry":{"type":"Point","coordinates":[0.0995613,51.477285]},"properties":{"@type":"node","@id":7740528285,"@timestamp":1595508807},"coords":"51.477285,0.0995613","bedrooms":"2","price":"209000","area":"506"} , +{"type":"Feature","id":"n7740596239","geometry":{"type":"Point","coordinates":[-0.4051107,51.553201]},"properties":{"@type":"node","@id":7740596239,"@timestamp":1595509970},"coords":"51.553201,-0.4051107","bedrooms":"0","price":"151000","area":"408"} , +{"type":"Feature","id":"n7740599778","geometry":{"type":"Point","coordinates":[-0.0197484,51.5424856]},"properties":{"@type":"node","@id":7740599778,"@timestamp":1595510213},"coords":"51.5424856,-0.0197484","bedrooms":"4","price":"229000","area":"351"} , +{"type":"Feature","id":"n7740621158","geometry":{"type":"Point","coordinates":[-0.3936879,51.5543214]},"properties":{"@type":"node","@id":7740621158,"@timestamp":1595510804},"coords":"51.5543214,-0.3936879","bedrooms":"1","price":"177000","area":"650"} , +{"type":"Feature","id":"n7740625310","geometry":{"type":"Point","coordinates":[-0.402431,51.5551688]},"properties":{"@type":"node","@id":7740625310,"@timestamp":1595510804},"coords":"51.5551688,-0.402431","bedrooms":"1","price":"164000","area":"618"} , +{"type":"Feature","id":"n7740637467","geometry":{"type":"Point","coordinates":[-0.0312931,51.246227]},"properties":{"@type":"node","@id":7740637467,"@timestamp":1595511146},"coords":"51.246227,-0.0312931","bedrooms":"0","price":"280000","area":"370"} , +{"type":"Feature","id":"n7740697363","geometry":{"type":"Point","coordinates":[-0.028252,51.2461098]},"properties":{"@type":"node","@id":7740697363,"@timestamp":1595512556},"coords":"51.2461098,-0.028252","bedrooms":"0","price":"196000","area":"664"} , +{"type":"Feature","id":"n7740702913","geometry":{"type":"Point","coordinates":[-0.3991462,51.5518618]},"properties":{"@type":"node","@id":7740702913,"@timestamp":1595512847},"coords":"51.5518618,-0.3991462","bedrooms":"3","price":"213000","area":"454"} , +{"type":"Feature","id":"n7740709269","geometry":{"type":"Point","coordinates":[-0.4130391,51.5621464]},"properties":{"@type":"node","@id":7740709269,"@timestamp":1595512847},"coords":"51.5621464,-0.4130391","bedrooms":"1","price":"163000","area":"386"} , +{"type":"Feature","id":"n7740913559","geometry":{"type":"Point","coordinates":[-0.0287042,51.2477721]},"properties":{"@type":"node","@id":7740913559,"@timestamp":1595513138},"coords":"51.2477721,-0.0287042","bedrooms":"1","price":"288000","area":"395"} , +{"type":"Feature","id":"n7741024576","geometry":{"type":"Point","coordinates":[-0.4203129,51.559587]},"properties":{"@type":"node","@id":7741024576,"@timestamp":1595515257},"coords":"51.559587,-0.4203129","bedrooms":"4","price":"206000","area":"522"} , +{"type":"Feature","id":"n7741029483","geometry":{"type":"Point","coordinates":[-0.4179265,51.5593186]},"properties":{"@type":"node","@id":7741029483,"@timestamp":1595515257},"coords":"51.5593186,-0.4179265","bedrooms":"2","price":"191000","area":"533"} , +{"type":"Feature","id":"n7741029550","geometry":{"type":"Point","coordinates":[-0.4172225,51.5602232]},"properties":{"@type":"node","@id":7741029550,"@timestamp":1595515257},"coords":"51.5602232,-0.4172225","bedrooms":"2","price":"164000","area":"644"} , +{"type":"Feature","id":"n7741029641","geometry":{"type":"Point","coordinates":[-0.4150473,51.5653486]},"properties":{"@type":"node","@id":7741029641,"@timestamp":1595515257},"coords":"51.5653486,-0.4150473","bedrooms":"4","price":"242000","area":"530"} , +{"type":"Feature","id":"n7741029662","geometry":{"type":"Point","coordinates":[-0.4100184,51.5678721]},"properties":{"@type":"node","@id":7741029662,"@timestamp":1595515257},"coords":"51.5678721,-0.4100184","bedrooms":"4","price":"188000","area":"667"} , +{"type":"Feature","id":"n7741030800","geometry":{"type":"Point","coordinates":[-0.0221845,51.2491565]},"properties":{"@type":"node","@id":7741030800,"@timestamp":1595515555},"coords":"51.2491565,-0.0221845","bedrooms":"4","price":"208000","area":"533"} , +{"type":"Feature","id":"n7741121378","geometry":{"type":"Point","coordinates":[-0.5668487,51.4258255]},"properties":{"@type":"node","@id":7741121378,"@timestamp":1595518240},"coords":"51.4258255,-0.5668487","bedrooms":"4","price":"160000","area":"501"} , +{"type":"Feature","id":"n7741121646","geometry":{"type":"Point","coordinates":[-0.4109286,51.5658776]},"properties":{"@type":"node","@id":7741121646,"@timestamp":1595517840},"coords":"51.5658776,-0.4109286","bedrooms":"4","price":"291000","area":"502"} , +{"type":"Feature","id":"n7741121667","geometry":{"type":"Point","coordinates":[-0.4065158,51.5656373]},"properties":{"@type":"node","@id":7741121667,"@timestamp":1595517840},"coords":"51.5656373,-0.4065158","bedrooms":"1","price":"271000","area":"410"} , +{"type":"Feature","id":"n7741123989","geometry":{"type":"Point","coordinates":[-0.3967254,51.5701563]},"properties":{"@type":"node","@id":7741123989,"@timestamp":1595517840},"coords":"51.5701563,-0.3967254","bedrooms":"1","price":"203000","area":"560"} , +{"type":"Feature","id":"n7741124011","geometry":{"type":"Point","coordinates":[-0.3938274,51.568972]},"properties":{"@type":"node","@id":7741124011,"@timestamp":1595517840},"coords":"51.568972,-0.3938274","bedrooms":"3","price":"196000","area":"390"} , +{"type":"Feature","id":"n7741124055","geometry":{"type":"Point","coordinates":[-0.3873879,51.5732623]},"properties":{"@type":"node","@id":7741124055,"@timestamp":1595517840},"coords":"51.5732623,-0.3873879","bedrooms":"4","price":"191000","area":"653"} , +{"type":"Feature","id":"n7741124074","geometry":{"type":"Point","coordinates":[-0.3986167,51.5736625]},"properties":{"@type":"node","@id":7741124074,"@timestamp":1595517840},"coords":"51.5736625,-0.3986167","bedrooms":"2","price":"152000","area":"603"} , +{"type":"Feature","id":"n7741124093","geometry":{"type":"Point","coordinates":[-0.4004204,51.5707827]},"properties":{"@type":"node","@id":7741124093,"@timestamp":1595517840},"coords":"51.5707827,-0.4004204","bedrooms":"4","price":"260000","area":"481"} , +{"type":"Feature","id":"n7741124123","geometry":{"type":"Point","coordinates":[-0.4070839,51.5693918]},"properties":{"@type":"node","@id":7741124123,"@timestamp":1595517840},"coords":"51.5693918,-0.4070839","bedrooms":"1","price":"214000","area":"692"} , +{"type":"Feature","id":"n7741124149","geometry":{"type":"Point","coordinates":[-0.4101729,51.5729346]},"properties":{"@type":"node","@id":7741124149,"@timestamp":1595517840},"coords":"51.5729346,-0.4101729","bedrooms":"4","price":"254000","area":"494"} , +{"type":"Feature","id":"n7741220804","geometry":{"type":"Point","coordinates":[-0.2874265,51.4889714]},"properties":{"@type":"node","@id":7741220804,"@timestamp":1612920892},"coords":"51.4889714,-0.2874265","bedrooms":"2","price":"279000","area":"587"} , +{"type":"Feature","id":"n7741221057","geometry":{"type":"Point","coordinates":[-0.3926547,51.5765995]},"properties":{"@type":"node","@id":7741221057,"@timestamp":1595519495},"coords":"51.5765995,-0.3926547","bedrooms":"4","price":"185000","area":"638"} , +{"type":"Feature","id":"n7741221113","geometry":{"type":"Point","coordinates":[-0.3901684,51.574611]},"properties":{"@type":"node","@id":7741221113,"@timestamp":1595519495},"coords":"51.574611,-0.3901684","bedrooms":"0","price":"279000","area":"468"} , +{"type":"Feature","id":"n7741221186","geometry":{"type":"Point","coordinates":[-0.39482,51.5749784]},"properties":{"@type":"node","@id":7741221186,"@timestamp":1595519495},"coords":"51.5749784,-0.39482","bedrooms":"0","price":"231000","area":"598"} , +{"type":"Feature","id":"n7741279463","geometry":{"type":"Point","coordinates":[-0.3857998,51.5745999]},"properties":{"@type":"node","@id":7741279463,"@timestamp":1620922933},"coords":"51.5745999,-0.3857998","bedrooms":"4","price":"189000","area":"587"} , +{"type":"Feature","id":"n7741279521","geometry":{"type":"Point","coordinates":[-0.3858901,51.5751372]},"properties":{"@type":"node","@id":7741279521,"@timestamp":1595520286},"coords":"51.5751372,-0.3858901","bedrooms":"1","price":"238000","area":"359"} , +{"type":"Feature","id":"n7741387036","geometry":{"type":"Point","coordinates":[-0.0253763,51.2466367]},"properties":{"@type":"node","@id":7741387036,"@timestamp":1595523262},"coords":"51.2466367,-0.0253763","bedrooms":"3","price":"212000","area":"507"} , +{"type":"Feature","id":"n7741543393","geometry":{"type":"Point","coordinates":[-0.2594422,51.4338939]},"properties":{"@type":"node","@id":7741543393,"@timestamp":1595528454},"coords":"51.4338939,-0.2594422","bedrooms":"4","price":"236000","area":"598"} , +{"type":"Feature","id":"n7741543520","geometry":{"type":"Point","coordinates":[-0.2580945,51.4061089]},"properties":{"@type":"node","@id":7741543520,"@timestamp":1635018679},"coords":"51.4061089,-0.2580945","bedrooms":"3","price":"191000","area":"405"} , +{"type":"Feature","id":"n7741543607","geometry":{"type":"Point","coordinates":[-0.2628244,51.4053619]},"properties":{"@type":"node","@id":7741543607,"@timestamp":1635016313},"coords":"51.4053619,-0.2628244","bedrooms":"3","price":"232000","area":"369"} , +{"type":"Feature","id":"n7741543695","geometry":{"type":"Point","coordinates":[-0.2579514,51.4050232]},"properties":{"@type":"node","@id":7741543695,"@timestamp":1635018051},"coords":"51.4050232,-0.2579514","bedrooms":"1","price":"281000","area":"451"} , +{"type":"Feature","id":"n7741543732","geometry":{"type":"Point","coordinates":[-0.2615104,51.4066145]},"properties":{"@type":"node","@id":7741543732,"@timestamp":1635018679},"coords":"51.4066145,-0.2615104","bedrooms":"0","price":"202000","area":"499"} , +{"type":"Feature","id":"n7741543786","geometry":{"type":"Point","coordinates":[-0.2563476,51.4030502]},"properties":{"@type":"node","@id":7741543786,"@timestamp":1595636827},"coords":"51.4030502,-0.2563476","bedrooms":"2","price":"234000","area":"542"} , +{"type":"Feature","id":"n7741659983","geometry":{"type":"Point","coordinates":[-0.0173941,51.5428615]},"properties":{"@type":"node","@id":7741659983,"@timestamp":1595533191},"coords":"51.5428615,-0.0173941","bedrooms":"1","price":"275000","area":"628"} , +{"type":"Feature","id":"n7741699964","geometry":{"type":"Point","coordinates":[0.1688062,51.8695059]},"properties":{"@type":"node","@id":7741699964,"@timestamp":1603356831},"coords":"51.8695059,0.1688062","bedrooms":"0","price":"192000","area":"573"} , +{"type":"Feature","id":"n7741745963","geometry":{"type":"Point","coordinates":[-0.0421045,51.0571824]},"properties":{"@type":"node","@id":7741745963,"@timestamp":1595535056},"coords":"51.0571824,-0.0421045","bedrooms":"0","price":"247000","area":"535"} , +{"type":"Feature","id":"n7741747023","geometry":{"type":"Point","coordinates":[-0.0655935,51.0568438]},"properties":{"@type":"node","@id":7741747023,"@timestamp":1595535056},"coords":"51.0568438,-0.0655935","bedrooms":"0","price":"151000","area":"510"} , +{"type":"Feature","id":"n7741747034","geometry":{"type":"Point","coordinates":[-0.0661632,51.056806]},"properties":{"@type":"node","@id":7741747034,"@timestamp":1595535056},"coords":"51.056806,-0.0661632","bedrooms":"0","price":"151000","area":"429"} , +{"type":"Feature","id":"n7741747056","geometry":{"type":"Point","coordinates":[-0.0682176,51.0574968]},"properties":{"@type":"node","@id":7741747056,"@timestamp":1630252492},"coords":"51.0574968,-0.0682176","bedrooms":"2","price":"172000","area":"441"} , +{"type":"Feature","id":"n7741858550","geometry":{"type":"Point","coordinates":[-0.2845788,51.4794934]},"properties":{"@type":"node","@id":7741858550,"@timestamp":1624041495},"coords":"51.4794934,-0.2845788","bedrooms":"2","price":"169000","area":"581"} , +{"type":"Feature","id":"n7742012012","geometry":{"type":"Point","coordinates":[0.4658134,51.7460891]},"properties":{"@type":"node","@id":7742012012,"@timestamp":1598908254},"coords":"51.7460891,0.4658134","bedrooms":"4","price":"299000","area":"654"} , +{"type":"Feature","id":"n7742033248","geometry":{"type":"Point","coordinates":[-0.0168315,51.5424417]},"properties":{"@type":"node","@id":7742033248,"@timestamp":1595544262},"coords":"51.5424417,-0.0168315","bedrooms":"4","price":"178000","area":"543"} , +{"type":"Feature","id":"n7742033260","geometry":{"type":"Point","coordinates":[-0.0169093,51.5428593]},"properties":{"@type":"node","@id":7742033260,"@timestamp":1595544262},"coords":"51.5428593,-0.0169093","bedrooms":"1","price":"206000","area":"501"} , +{"type":"Feature","id":"n7742135244","geometry":{"type":"Point","coordinates":[-0.2809044,51.4157451]},"properties":{"@type":"node","@id":7742135244,"@timestamp":1595550517},"coords":"51.4157451,-0.2809044","bedrooms":"4","price":"183000","area":"431"} , +{"type":"Feature","id":"n7742143513","geometry":{"type":"Point","coordinates":[0.222447,51.4481525]},"properties":{"@type":"node","@id":7742143513,"@timestamp":1595551021},"coords":"51.4481525,0.222447","bedrooms":"0","price":"231000","area":"435"} , +{"type":"Feature","id":"n7742587282","geometry":{"type":"Point","coordinates":[-0.1998732,51.4952775]},"properties":{"@type":"node","@id":7742587282,"@timestamp":1595568403},"coords":"51.4952775,-0.1998732","bedrooms":"2","price":"170000","area":"693"} , +{"type":"Feature","id":"n7742638197","geometry":{"type":"Point","coordinates":[-0.2005404,51.496005]},"properties":{"@type":"node","@id":7742638197,"@timestamp":1595568403},"coords":"51.496005,-0.2005404","bedrooms":"2","price":"230000","area":"373"} , +{"type":"Feature","id":"n7742638242","geometry":{"type":"Point","coordinates":[-0.200736,51.496334]},"properties":{"@type":"node","@id":7742638242,"@timestamp":1595568403},"coords":"51.496334,-0.200736","bedrooms":"3","price":"263000","area":"402"} , +{"type":"Feature","id":"n7742638310","geometry":{"type":"Point","coordinates":[-0.1997778,51.4964823]},"properties":{"@type":"node","@id":7742638310,"@timestamp":1595568403},"coords":"51.4964823,-0.1997778","bedrooms":"1","price":"243000","area":"692"} , +{"type":"Feature","id":"n7742638339","geometry":{"type":"Point","coordinates":[-0.1993586,51.4957662]},"properties":{"@type":"node","@id":7742638339,"@timestamp":1595568403},"coords":"51.4957662,-0.1993586","bedrooms":"0","price":"259000","area":"695"} , +{"type":"Feature","id":"n7742638351","geometry":{"type":"Point","coordinates":[-0.1991892,51.4963872]},"properties":{"@type":"node","@id":7742638351,"@timestamp":1595568403},"coords":"51.4963872,-0.1991892","bedrooms":"3","price":"272000","area":"684"} , +{"type":"Feature","id":"n7742638400","geometry":{"type":"Point","coordinates":[-0.2009515,51.4963238]},"properties":{"@type":"node","@id":7742638400,"@timestamp":1595568403},"coords":"51.4963238,-0.2009515","bedrooms":"0","price":"232000","area":"687"} , +{"type":"Feature","id":"n7742645695","geometry":{"type":"Point","coordinates":[-0.3764287,51.2848502]},"properties":{"@type":"node","@id":7742645695,"@timestamp":1619996160},"coords":"51.2848502,-0.3764287","bedrooms":"2","price":"274000","area":"460"} , +{"type":"Feature","id":"n7742753560","geometry":{"type":"Point","coordinates":[-0.2004668,51.4985018]},"properties":{"@type":"node","@id":7742753560,"@timestamp":1595571737},"coords":"51.4985018,-0.2004668","bedrooms":"4","price":"181000","area":"591"} , +{"type":"Feature","id":"n7742772564","geometry":{"type":"Point","coordinates":[-0.200909,51.4980351]},"properties":{"@type":"node","@id":7742772564,"@timestamp":1595571737},"coords":"51.4980351,-0.200909","bedrooms":"1","price":"167000","area":"648"} , +{"type":"Feature","id":"n7742772574","geometry":{"type":"Point","coordinates":[-0.2017348,51.4977447]},"properties":{"@type":"node","@id":7742772574,"@timestamp":1595571737},"coords":"51.4977447,-0.2017348","bedrooms":"0","price":"206000","area":"380"} , +{"type":"Feature","id":"n7743046051","geometry":{"type":"Point","coordinates":[-0.4345509,51.8694117]},"properties":{"@type":"node","@id":7743046051,"@timestamp":1595578194},"coords":"51.8694117,-0.4345509","bedrooms":"4","price":"266000","area":"517"} , +{"type":"Feature","id":"n7743309742","geometry":{"type":"Point","coordinates":[-0.098556,51.6263853]},"properties":{"@type":"node","@id":7743309742,"@timestamp":1595589905},"coords":"51.6263853,-0.098556","bedrooms":"3","price":"162000","area":"686"} , +{"type":"Feature","id":"n7743319048","geometry":{"type":"Point","coordinates":[-0.0170132,51.5419697]},"properties":{"@type":"node","@id":7743319048,"@timestamp":1627482078},"coords":"51.5419697,-0.0170132","bedrooms":"2","price":"259000","area":"393"} , +{"type":"Feature","id":"n7743398899","geometry":{"type":"Point","coordinates":[0.0166317,51.5079659]},"properties":{"@type":"node","@id":7743398899,"@timestamp":1595585239},"coords":"51.5079659,0.0166317","bedrooms":"2","price":"170000","area":"570"} , +{"type":"Feature","id":"n7743431169","geometry":{"type":"Point","coordinates":[-0.1364574,51.6151686]},"properties":{"@type":"node","@id":7743431169,"@timestamp":1595585966},"coords":"51.6151686,-0.1364574","bedrooms":"4","price":"291000","area":"584"} , +{"type":"Feature","id":"n7743688307","geometry":{"type":"Point","coordinates":[-0.2887788,51.4185699]},"properties":{"@type":"node","@id":7743688307,"@timestamp":1595590701},"coords":"51.4185699,-0.2887788","bedrooms":"4","price":"295000","area":"541"} , +{"type":"Feature","id":"n7743688413","geometry":{"type":"Point","coordinates":[-0.2893093,51.4183208]},"properties":{"@type":"node","@id":7743688413,"@timestamp":1595590701},"coords":"51.4183208,-0.2893093","bedrooms":"2","price":"278000","area":"381"} , +{"type":"Feature","id":"n7743688463","geometry":{"type":"Point","coordinates":[-0.2963343,51.4186692]},"properties":{"@type":"node","@id":7743688463,"@timestamp":1595590701},"coords":"51.4186692,-0.2963343","bedrooms":"1","price":"217000","area":"564"} , +{"type":"Feature","id":"n7743688496","geometry":{"type":"Point","coordinates":[-0.295162,51.4182878]},"properties":{"@type":"node","@id":7743688496,"@timestamp":1595590701},"coords":"51.4182878,-0.295162","bedrooms":"3","price":"163000","area":"563"} , +{"type":"Feature","id":"n7743769659","geometry":{"type":"Point","coordinates":[-0.155846,51.7608792]},"properties":{"@type":"node","@id":7743769659,"@timestamp":1595592055},"coords":"51.7608792,-0.155846","bedrooms":"0","price":"150000","area":"453"} , +{"type":"Feature","id":"n7743822632","geometry":{"type":"Point","coordinates":[-0.2499331,51.4028538]},"properties":{"@type":"node","@id":7743822632,"@timestamp":1595631598},"coords":"51.4028538,-0.2499331","bedrooms":"0","price":"246000","area":"535"} , +{"type":"Feature","id":"n7743857837","geometry":{"type":"Point","coordinates":[-0.265757,51.3921499]},"properties":{"@type":"node","@id":7743857837,"@timestamp":1595593515},"coords":"51.3921499,-0.265757","bedrooms":"1","price":"203000","area":"696"} , +{"type":"Feature","id":"n7744070377","geometry":{"type":"Point","coordinates":[-0.0696443,51.0612977]},"properties":{"@type":"node","@id":7744070377,"@timestamp":1627659799},"coords":"51.0612977,-0.0696443","bedrooms":"4","price":"245000","area":"363"} , +{"type":"Feature","id":"n7744169305","geometry":{"type":"Point","coordinates":[-0.801302,51.2368045]},"properties":{"@type":"node","@id":7744169305,"@timestamp":1629758517},"coords":"51.2368045,-0.801302","bedrooms":"2","price":"218000","area":"605"} , +{"type":"Feature","id":"n7744520737","geometry":{"type":"Point","coordinates":[-0.0135849,51.5408684]},"properties":{"@type":"node","@id":7744520737,"@timestamp":1595607092},"coords":"51.5408684,-0.0135849","bedrooms":"0","price":"286000","area":"618"} , +{"type":"Feature","id":"n7744520779","geometry":{"type":"Point","coordinates":[-0.0134502,51.5406278]},"properties":{"@type":"node","@id":7744520779,"@timestamp":1595607092},"coords":"51.5406278,-0.0134502","bedrooms":"3","price":"257000","area":"471"} , +{"type":"Feature","id":"n7744546807","geometry":{"type":"Point","coordinates":[-0.0146909,51.5406408]},"properties":{"@type":"node","@id":7744546807,"@timestamp":1595607092},"coords":"51.5406408,-0.0146909","bedrooms":"0","price":"218000","area":"697"} , +{"type":"Feature","id":"n7744546840","geometry":{"type":"Point","coordinates":[-0.0137778,51.5405342]},"properties":{"@type":"node","@id":7744546840,"@timestamp":1595607092},"coords":"51.5405342,-0.0137778","bedrooms":"4","price":"229000","area":"454"} , +{"type":"Feature","id":"n7744546856","geometry":{"type":"Point","coordinates":[-0.0147035,51.541485]},"properties":{"@type":"node","@id":7744546856,"@timestamp":1595607092},"coords":"51.541485,-0.0147035","bedrooms":"1","price":"255000","area":"556"} , +{"type":"Feature","id":"n7744612215","geometry":{"type":"Point","coordinates":[-0.2002625,51.4952739]},"properties":{"@type":"node","@id":7744612215,"@timestamp":1595609262},"coords":"51.4952739,-0.2002625","bedrooms":"2","price":"191000","area":"514"} , +{"type":"Feature","id":"n7744612328","geometry":{"type":"Point","coordinates":[-0.2013515,51.4959655]},"properties":{"@type":"node","@id":7744612328,"@timestamp":1595609262},"coords":"51.4959655,-0.2013515","bedrooms":"0","price":"172000","area":"479"} , +{"type":"Feature","id":"n7744612364","geometry":{"type":"Point","coordinates":[-0.2022664,51.4956137]},"properties":{"@type":"node","@id":7744612364,"@timestamp":1595609262},"coords":"51.4956137,-0.2022664","bedrooms":"1","price":"250000","area":"592"} , +{"type":"Feature","id":"n7744612433","geometry":{"type":"Point","coordinates":[-0.2013654,51.4951974]},"properties":{"@type":"node","@id":7744612433,"@timestamp":1595609262},"coords":"51.4951974,-0.2013654","bedrooms":"3","price":"273000","area":"604"} , +{"type":"Feature","id":"n7744647576","geometry":{"type":"Point","coordinates":[-0.1846436,51.4576936]},"properties":{"@type":"node","@id":7744647576,"@timestamp":1616930933},"coords":"51.4576936,-0.1846436","bedrooms":"1","price":"267000","area":"353"} , +{"type":"Feature","id":"n7744652428","geometry":{"type":"Point","coordinates":[-0.135555,51.6163668]},"properties":{"@type":"node","@id":7744652428,"@timestamp":1595610381},"coords":"51.6163668,-0.135555","bedrooms":"3","price":"221000","area":"693"} , +{"type":"Feature","id":"n7744652438","geometry":{"type":"Point","coordinates":[-0.137074,51.6165831]},"properties":{"@type":"node","@id":7744652438,"@timestamp":1595610381},"coords":"51.6165831,-0.137074","bedrooms":"2","price":"209000","area":"554"} , +{"type":"Feature","id":"n7744652524","geometry":{"type":"Point","coordinates":[-0.1379967,51.6161628]},"properties":{"@type":"node","@id":7744652524,"@timestamp":1595610381},"coords":"51.6161628,-0.1379967","bedrooms":"4","price":"176000","area":"625"} , +{"type":"Feature","id":"n7744652600","geometry":{"type":"Point","coordinates":[-0.1390457,51.6157765]},"properties":{"@type":"node","@id":7744652600,"@timestamp":1595610381},"coords":"51.6157765,-0.1390457","bedrooms":"4","price":"164000","area":"352"} , +{"type":"Feature","id":"n7745051680","geometry":{"type":"Point","coordinates":[-0.0863732,51.5108264]},"properties":{"@type":"node","@id":7745051680,"@timestamp":1629681763},"coords":"51.5108264,-0.0863732","bedrooms":"4","price":"234000","area":"483"} , +{"type":"Feature","id":"n7745303659","geometry":{"type":"Point","coordinates":[-0.56189,51.6676574]},"properties":{"@type":"node","@id":7745303659,"@timestamp":1596572894},"coords":"51.6676574,-0.56189","bedrooms":"4","price":"240000","area":"431"} , +{"type":"Feature","id":"n7745571272","geometry":{"type":"Point","coordinates":[-0.2482016,51.4040406]},"properties":{"@type":"node","@id":7745571272,"@timestamp":1595631598},"coords":"51.4040406,-0.2482016","bedrooms":"0","price":"181000","area":"507"} , +{"type":"Feature","id":"n7745629750","geometry":{"type":"Point","coordinates":[-0.2554928,51.4029981]},"properties":{"@type":"node","@id":7745629750,"@timestamp":1604357849},"coords":"51.4029981,-0.2554928","bedrooms":"2","price":"270000","area":"452"} , +{"type":"Feature","id":"n7745678192","geometry":{"type":"Point","coordinates":[-0.2556251,51.403124]},"properties":{"@type":"node","@id":7745678192,"@timestamp":1604100019},"coords":"51.403124,-0.2556251","bedrooms":"3","price":"173000","area":"648"} , +{"type":"Feature","id":"n7745694404","geometry":{"type":"Point","coordinates":[0.2303749,51.4502511]},"properties":{"@type":"node","@id":7745694404,"@timestamp":1595639310},"coords":"51.4502511,0.2303749","bedrooms":"2","price":"235000","area":"655"} , +{"type":"Feature","id":"n7745694548","geometry":{"type":"Point","coordinates":[0.2272287,51.450262]},"properties":{"@type":"node","@id":7745694548,"@timestamp":1595639310},"coords":"51.450262,0.2272287","bedrooms":"1","price":"264000","area":"416"} , +{"type":"Feature","id":"n7745968428","geometry":{"type":"Point","coordinates":[-0.2015664,51.4960854]},"properties":{"@type":"node","@id":7745968428,"@timestamp":1595654497},"coords":"51.4960854,-0.2015664","bedrooms":"4","price":"201000","area":"528"} , +{"type":"Feature","id":"n7745971249","geometry":{"type":"Point","coordinates":[-0.2017035,51.4966853]},"properties":{"@type":"node","@id":7745971249,"@timestamp":1595654497},"coords":"51.4966853,-0.2017035","bedrooms":"3","price":"279000","area":"430"} , +{"type":"Feature","id":"n7745971318","geometry":{"type":"Point","coordinates":[-0.2021434,51.4971301]},"properties":{"@type":"node","@id":7745971318,"@timestamp":1595654497},"coords":"51.4971301,-0.2021434","bedrooms":"3","price":"243000","area":"473"} , +{"type":"Feature","id":"n7745971386","geometry":{"type":"Point","coordinates":[-0.2026725,51.4975137]},"properties":{"@type":"node","@id":7745971386,"@timestamp":1595654497},"coords":"51.4975137,-0.2026725","bedrooms":"2","price":"217000","area":"627"} , +{"type":"Feature","id":"n7745971445","geometry":{"type":"Point","coordinates":[-0.2028531,51.4972707]},"properties":{"@type":"node","@id":7745971445,"@timestamp":1595654497},"coords":"51.4972707,-0.2028531","bedrooms":"1","price":"196000","area":"546"} , +{"type":"Feature","id":"n7745971655","geometry":{"type":"Point","coordinates":[-0.2036892,51.496837]},"properties":{"@type":"node","@id":7745971655,"@timestamp":1595654497},"coords":"51.496837,-0.2036892","bedrooms":"0","price":"151000","area":"583"} , +{"type":"Feature","id":"n7745971704","geometry":{"type":"Point","coordinates":[-0.2029405,51.4961029]},"properties":{"@type":"node","@id":7745971704,"@timestamp":1595654497},"coords":"51.4961029,-0.2029405","bedrooms":"2","price":"247000","area":"610"} , +{"type":"Feature","id":"n7746211474","geometry":{"type":"Point","coordinates":[0.2529726,51.8372412]},"properties":{"@type":"node","@id":7746211474,"@timestamp":1595664893},"coords":"51.8372412,0.2529726","bedrooms":"0","price":"190000","area":"441"} , +{"type":"Feature","id":"n7746293033","geometry":{"type":"Point","coordinates":[-0.2547508,51.4053703]},"properties":{"@type":"node","@id":7746293033,"@timestamp":1604876736},"coords":"51.4053703,-0.2547508","bedrooms":"3","price":"278000","area":"631"} , +{"type":"Feature","id":"n7746298257","geometry":{"type":"Point","coordinates":[-0.0644131,51.6614323]},"properties":{"@type":"node","@id":7746298257,"@timestamp":1595667654},"coords":"51.6614323,-0.0644131","bedrooms":"1","price":"278000","area":"486"} , +{"type":"Feature","id":"n7746298268","geometry":{"type":"Point","coordinates":[-0.0674475,51.658616]},"properties":{"@type":"node","@id":7746298268,"@timestamp":1595667654},"coords":"51.658616,-0.0674475","bedrooms":"0","price":"268000","area":"579"} , +{"type":"Feature","id":"n7746298278","geometry":{"type":"Point","coordinates":[-0.0673334,51.6580768]},"properties":{"@type":"node","@id":7746298278,"@timestamp":1595667654},"coords":"51.6580768,-0.0673334","bedrooms":"0","price":"267000","area":"470"} , +{"type":"Feature","id":"n7746303687","geometry":{"type":"Point","coordinates":[0.1777905,51.8678471]},"properties":{"@type":"node","@id":7746303687,"@timestamp":1603448398},"coords":"51.8678471,0.1777905","bedrooms":"4","price":"265000","area":"394"} , +{"type":"Feature","id":"n7746316889","geometry":{"type":"Point","coordinates":[-0.2043984,51.4966312]},"properties":{"@type":"node","@id":7746316889,"@timestamp":1595667681},"coords":"51.4966312,-0.2043984","bedrooms":"4","price":"189000","area":"510"} , +{"type":"Feature","id":"n7746415067","geometry":{"type":"Point","coordinates":[-0.2506907,51.4044923]},"properties":{"@type":"node","@id":7746415067,"@timestamp":1604357849},"coords":"51.4044923,-0.2506907","bedrooms":"1","price":"212000","area":"435"} , +{"type":"Feature","id":"n7746471930","geometry":{"type":"Point","coordinates":[-0.253686,51.4149413]},"properties":{"@type":"node","@id":7746471930,"@timestamp":1595676549},"coords":"51.4149413,-0.253686","bedrooms":"1","price":"187000","area":"539"} , +{"type":"Feature","id":"n7746529992","geometry":{"type":"Point","coordinates":[0.2377014,51.4422488]},"properties":{"@type":"node","@id":7746529992,"@timestamp":1595679114},"coords":"51.4422488,0.2377014","bedrooms":"3","price":"216000","area":"563"} , +{"type":"Feature","id":"n7746614943","geometry":{"type":"Point","coordinates":[-0.1645761,51.5233592]},"properties":{"@type":"node","@id":7746614943,"@timestamp":1595683533},"coords":"51.5233592,-0.1645761","bedrooms":"0","price":"212000","area":"654"} , +{"type":"Feature","id":"n7746892533","geometry":{"type":"Point","coordinates":[0.241781,51.4426107]},"properties":{"@type":"node","@id":7746892533,"@timestamp":1595692192},"coords":"51.4426107,0.241781","bedrooms":"4","price":"293000","area":"414"} , +{"type":"Feature","id":"n7746932250","geometry":{"type":"Point","coordinates":[-0.0820398,51.4668829]},"properties":{"@type":"node","@id":7746932250,"@timestamp":1595694637},"coords":"51.4668829,-0.0820398","bedrooms":"2","price":"241000","area":"457"} , +{"type":"Feature","id":"n7747007545","geometry":{"type":"Point","coordinates":[-0.0823003,51.4661252]},"properties":{"@type":"node","@id":7747007545,"@timestamp":1595695254},"coords":"51.4661252,-0.0823003","bedrooms":"4","price":"171000","area":"368"} , +{"type":"Feature","id":"n7747044813","geometry":{"type":"Point","coordinates":[0.24092,51.4395629]},"properties":{"@type":"node","@id":7747044813,"@timestamp":1595696291},"coords":"51.4395629,0.24092","bedrooms":"3","price":"235000","area":"633"} , +{"type":"Feature","id":"n7747232857","geometry":{"type":"Point","coordinates":[0.2203202,51.6174695]},"properties":{"@type":"node","@id":7747232857,"@timestamp":1595702299},"coords":"51.6174695,0.2203202","bedrooms":"0","price":"221000","area":"448"} , +{"type":"Feature","id":"n7747290217","geometry":{"type":"Point","coordinates":[0.2259254,51.6089358]},"properties":{"@type":"node","@id":7747290217,"@timestamp":1595703659},"coords":"51.6089358,0.2259254","bedrooms":"0","price":"230000","area":"511"} , +{"type":"Feature","id":"n7747325937","geometry":{"type":"Point","coordinates":[0.2303008,51.6051925]},"properties":{"@type":"node","@id":7747325937,"@timestamp":1595706612},"coords":"51.6051925,0.2303008","bedrooms":"3","price":"213000","area":"524"} , +{"type":"Feature","id":"n7747394625","geometry":{"type":"Point","coordinates":[0.2321347,51.5982876]},"properties":{"@type":"node","@id":7747394625,"@timestamp":1595791546},"coords":"51.5982876,0.2321347","bedrooms":"2","price":"257000","area":"527"} , +{"type":"Feature","id":"n7747472222","geometry":{"type":"Point","coordinates":[-0.0423285,51.5868015]},"properties":{"@type":"node","@id":7747472222,"@timestamp":1606129902},"coords":"51.5868015,-0.0423285","bedrooms":"0","price":"164000","area":"594"} , +{"type":"Feature","id":"n7747475357","geometry":{"type":"Point","coordinates":[-0.0131817,51.5387708]},"properties":{"@type":"node","@id":7747475357,"@timestamp":1595716052},"coords":"51.5387708,-0.0131817","bedrooms":"3","price":"171000","area":"634"} , +{"type":"Feature","id":"n7747650789","geometry":{"type":"Point","coordinates":[-0.0134123,51.5394404]},"properties":{"@type":"node","@id":7747650789,"@timestamp":1614241684},"coords":"51.5394404,-0.0134123","bedrooms":"2","price":"165000","area":"676"} , +{"type":"Feature","id":"n7747713718","geometry":{"type":"Point","coordinates":[0.1394111,51.8760731]},"properties":{"@type":"node","@id":7747713718,"@timestamp":1610808222},"coords":"51.8760731,0.1394111","bedrooms":"1","price":"251000","area":"589"} , +{"type":"Feature","id":"n7748126331","geometry":{"type":"Point","coordinates":[0.2252553,51.4437455]},"properties":{"@type":"node","@id":7748126331,"@timestamp":1595731819},"coords":"51.4437455,0.2252553","bedrooms":"1","price":"255000","area":"469"} , +{"type":"Feature","id":"n7748177846","geometry":{"type":"Point","coordinates":[-0.2010445,51.4945168]},"properties":{"@type":"node","@id":7748177846,"@timestamp":1595737483},"coords":"51.4945168,-0.2010445","bedrooms":"0","price":"283000","area":"408"} , +{"type":"Feature","id":"n7748179099","geometry":{"type":"Point","coordinates":[-0.2008102,51.4945733]},"properties":{"@type":"node","@id":7748179099,"@timestamp":1595737483},"coords":"51.4945733,-0.2008102","bedrooms":"4","price":"189000","area":"465"} , +{"type":"Feature","id":"n7748179129","geometry":{"type":"Point","coordinates":[-0.2030877,51.4952021]},"properties":{"@type":"node","@id":7748179129,"@timestamp":1595737483},"coords":"51.4952021,-0.2030877","bedrooms":"1","price":"229000","area":"650"} , +{"type":"Feature","id":"n7749879167","geometry":{"type":"Point","coordinates":[-0.536277,51.3729]},"properties":{"@type":"node","@id":7749879167,"@timestamp":1595756337},"coords":"51.3729,-0.536277","bedrooms":"3","price":"294000","area":"654"} , +{"type":"Feature","id":"n7750065846","geometry":{"type":"Point","coordinates":[0.0087524,51.5152718]},"properties":{"@type":"node","@id":7750065846,"@timestamp":1595764000},"coords":"51.5152718,0.0087524","bedrooms":"4","price":"179000","area":"631"} , +{"type":"Feature","id":"n7750065867","geometry":{"type":"Point","coordinates":[0.0056128,51.5135798]},"properties":{"@type":"node","@id":7750065867,"@timestamp":1599401634},"coords":"51.5135798,0.0056128","bedrooms":"0","price":"178000","area":"508"} , +{"type":"Feature","id":"n7750081715","geometry":{"type":"Point","coordinates":[-0.2330829,51.2703828]},"properties":{"@type":"node","@id":7750081715,"@timestamp":1595760623},"coords":"51.2703828,-0.2330829","bedrooms":"2","price":"205000","area":"457"} , +{"type":"Feature","id":"n7750081778","geometry":{"type":"Point","coordinates":[-0.233325,51.269255]},"properties":{"@type":"node","@id":7750081778,"@timestamp":1595760623},"coords":"51.269255,-0.233325","bedrooms":"2","price":"156000","area":"381"} , +{"type":"Feature","id":"n7750090332","geometry":{"type":"Point","coordinates":[-0.0129171,51.5353685]},"properties":{"@type":"node","@id":7750090332,"@timestamp":1595846362},"coords":"51.5353685,-0.0129171","bedrooms":"2","price":"298000","area":"536"} , +{"type":"Feature","id":"n7750103672","geometry":{"type":"Point","coordinates":[0.2212048,51.4438502]},"properties":{"@type":"node","@id":7750103672,"@timestamp":1620260002},"coords":"51.4438502,0.2212048","bedrooms":"0","price":"221000","area":"512"} , +{"type":"Feature","id":"n7750120435","geometry":{"type":"Point","coordinates":[-0.2324265,51.2660964]},"properties":{"@type":"node","@id":7750120435,"@timestamp":1595761604},"coords":"51.2660964,-0.2324265","bedrooms":"2","price":"153000","area":"408"} , +{"type":"Feature","id":"n7750160188","geometry":{"type":"Point","coordinates":[-0.2327173,51.2651032]},"properties":{"@type":"node","@id":7750160188,"@timestamp":1595763347},"coords":"51.2651032,-0.2327173","bedrooms":"2","price":"191000","area":"425"} , +{"type":"Feature","id":"n7750160200","geometry":{"type":"Point","coordinates":[-0.2326278,51.2631988]},"properties":{"@type":"node","@id":7750160200,"@timestamp":1595763347},"coords":"51.2631988,-0.2326278","bedrooms":"3","price":"288000","area":"452"} , +{"type":"Feature","id":"n7750160357","geometry":{"type":"Point","coordinates":[-0.2310858,51.263582]},"properties":{"@type":"node","@id":7750160357,"@timestamp":1595763347},"coords":"51.263582,-0.2310858","bedrooms":"0","price":"244000","area":"461"} , +{"type":"Feature","id":"n7750239838","geometry":{"type":"Point","coordinates":[0.4952209,51.2326061]},"properties":{"@type":"node","@id":7750239838,"@timestamp":1595766035},"coords":"51.2326061,0.4952209","bedrooms":"0","price":"280000","area":"406"} , +{"type":"Feature","id":"n7750274085","geometry":{"type":"Point","coordinates":[-0.1085835,51.5710856]},"properties":{"@type":"node","@id":7750274085,"@timestamp":1595767653},"coords":"51.5710856,-0.1085835","bedrooms":"0","price":"158000","area":"494"} , +{"type":"Feature","id":"n7750304180","geometry":{"type":"Point","coordinates":[-0.2329061,51.2637892]},"properties":{"@type":"node","@id":7750304180,"@timestamp":1595769356},"coords":"51.2637892,-0.2329061","bedrooms":"2","price":"156000","area":"511"} , +{"type":"Feature","id":"n7750355132","geometry":{"type":"Point","coordinates":[-0.2322473,51.2660318]},"properties":{"@type":"node","@id":7750355132,"@timestamp":1595770882},"coords":"51.2660318,-0.2322473","bedrooms":"2","price":"281000","area":"610"} , +{"type":"Feature","id":"n7750357758","geometry":{"type":"Point","coordinates":[-0.235442,51.2674735]},"properties":{"@type":"node","@id":7750357758,"@timestamp":1595770882},"coords":"51.2674735,-0.235442","bedrooms":"4","price":"273000","area":"449"} , +{"type":"Feature","id":"n7750357769","geometry":{"type":"Point","coordinates":[-0.236964,51.2679833]},"properties":{"@type":"node","@id":7750357769,"@timestamp":1595770882},"coords":"51.2679833,-0.236964","bedrooms":"3","price":"227000","area":"642"} , +{"type":"Feature","id":"n7750357779","geometry":{"type":"Point","coordinates":[-0.2366291,51.2673067]},"properties":{"@type":"node","@id":7750357779,"@timestamp":1595770882},"coords":"51.2673067,-0.2366291","bedrooms":"0","price":"212000","area":"682"} , +{"type":"Feature","id":"n7750370785","geometry":{"type":"Point","coordinates":[0.2231373,51.4879531]},"properties":{"@type":"node","@id":7750370785,"@timestamp":1620854215},"coords":"51.4879531,0.2231373","bedrooms":"0","price":"216000","area":"562"} , +{"type":"Feature","id":"n7750400153","geometry":{"type":"Point","coordinates":[-0.2386379,51.2715645]},"properties":{"@type":"node","@id":7750400153,"@timestamp":1595772501},"coords":"51.2715645,-0.2386379","bedrooms":"4","price":"179000","area":"419"} , +{"type":"Feature","id":"n7750400163","geometry":{"type":"Point","coordinates":[-0.2392156,51.2704297]},"properties":{"@type":"node","@id":7750400163,"@timestamp":1595772501},"coords":"51.2704297,-0.2392156","bedrooms":"0","price":"218000","area":"491"} , +{"type":"Feature","id":"n7750430099","geometry":{"type":"Point","coordinates":[-0.2404803,51.271473]},"properties":{"@type":"node","@id":7750430099,"@timestamp":1595773800},"coords":"51.271473,-0.2404803","bedrooms":"2","price":"226000","area":"391"} , +{"type":"Feature","id":"n7750430109","geometry":{"type":"Point","coordinates":[-0.238821,51.2731341]},"properties":{"@type":"node","@id":7750430109,"@timestamp":1595773800},"coords":"51.2731341,-0.238821","bedrooms":"1","price":"170000","area":"511"} , +{"type":"Feature","id":"n7750448760","geometry":{"type":"Point","coordinates":[-0.1131642,51.5722086]},"properties":{"@type":"node","@id":7750448760,"@timestamp":1595774713},"coords":"51.5722086,-0.1131642","bedrooms":"1","price":"194000","area":"534"} , +{"type":"Feature","id":"n7750474002","geometry":{"type":"Point","coordinates":[-0.2361032,51.2745161]},"properties":{"@type":"node","@id":7750474002,"@timestamp":1595775525},"coords":"51.2745161,-0.2361032","bedrooms":"1","price":"221000","area":"670"} , +{"type":"Feature","id":"n7750474012","geometry":{"type":"Point","coordinates":[-0.2377486,51.2749276]},"properties":{"@type":"node","@id":7750474012,"@timestamp":1595775525},"coords":"51.2749276,-0.2377486","bedrooms":"4","price":"297000","area":"612"} , +{"type":"Feature","id":"n7751459041","geometry":{"type":"Point","coordinates":[-0.2376498,51.275678]},"properties":{"@type":"node","@id":7751459041,"@timestamp":1595777220},"coords":"51.275678,-0.2376498","bedrooms":"0","price":"171000","area":"393"} , +{"type":"Feature","id":"n7751459118","geometry":{"type":"Point","coordinates":[-0.2395622,51.2752201]},"properties":{"@type":"node","@id":7751459118,"@timestamp":1595777220},"coords":"51.2752201,-0.2395622","bedrooms":"1","price":"167000","area":"424"} , +{"type":"Feature","id":"n7751493578","geometry":{"type":"Point","coordinates":[0.0827673,51.6109356]},"properties":{"@type":"node","@id":7751493578,"@timestamp":1595780604},"coords":"51.6109356,0.0827673","bedrooms":"0","price":"291000","area":"448"} , +{"type":"Feature","id":"n7751946645","geometry":{"type":"Point","coordinates":[-0.1143389,51.5712194]},"properties":{"@type":"node","@id":7751946645,"@timestamp":1595780193},"coords":"51.5712194,-0.1143389","bedrooms":"4","price":"194000","area":"414"} , +{"type":"Feature","id":"n7752010525","geometry":{"type":"Point","coordinates":[-0.2074474,51.8847746]},"properties":{"@type":"node","@id":7752010525,"@timestamp":1613922672},"coords":"51.8847746,-0.2074474","bedrooms":"2","price":"180000","area":"578"} , +{"type":"Feature","id":"n7752010535","geometry":{"type":"Point","coordinates":[-0.2195884,51.8993844]},"properties":{"@type":"node","@id":7752010535,"@timestamp":1613922679},"coords":"51.8993844,-0.2195884","bedrooms":"1","price":"211000","area":"375"} , +{"type":"Feature","id":"n7752042702","geometry":{"type":"Point","coordinates":[-0.0861724,51.0855204]},"properties":{"@type":"node","@id":7752042702,"@timestamp":1595783970},"coords":"51.0855204,-0.0861724","bedrooms":"3","price":"197000","area":"501"} , +{"type":"Feature","id":"n7752042722","geometry":{"type":"Point","coordinates":[-0.0773955,51.0807465]},"properties":{"@type":"node","@id":7752042722,"@timestamp":1595783970},"coords":"51.0807465,-0.0773955","bedrooms":"2","price":"262000","area":"450"} , +{"type":"Feature","id":"n7752042744","geometry":{"type":"Point","coordinates":[-0.0704352,51.077795]},"properties":{"@type":"node","@id":7752042744,"@timestamp":1595783970},"coords":"51.077795,-0.0704352","bedrooms":"4","price":"233000","area":"523"} , +{"type":"Feature","id":"n7752538493","geometry":{"type":"Point","coordinates":[0.0976733,51.6892206]},"properties":{"@type":"node","@id":7752538493,"@timestamp":1625428362},"coords":"51.6892206,0.0976733","bedrooms":"0","price":"260000","area":"369"} , +{"type":"Feature","id":"n7752577435","geometry":{"type":"Point","coordinates":[0.1180839,51.6508551]},"properties":{"@type":"node","@id":7752577435,"@timestamp":1609237637},"coords":"51.6508551,0.1180839","bedrooms":"1","price":"235000","area":"492"} , +{"type":"Feature","id":"n7752632871","geometry":{"type":"Point","coordinates":[0.2196397,51.5951699]},"properties":{"@type":"node","@id":7752632871,"@timestamp":1595798864},"coords":"51.5951699,0.2196397","bedrooms":"3","price":"259000","area":"366"} , +{"type":"Feature","id":"n7752636055","geometry":{"type":"Point","coordinates":[0.2317879,51.5985067]},"properties":{"@type":"node","@id":7752636055,"@timestamp":1595791546},"coords":"51.5985067,0.2317879","bedrooms":"2","price":"289000","area":"465"} , +{"type":"Feature","id":"n7752685540","geometry":{"type":"Point","coordinates":[0.2205777,51.5921634]},"properties":{"@type":"node","@id":7752685540,"@timestamp":1595792873},"coords":"51.5921634,0.2205777","bedrooms":"0","price":"242000","area":"544"} , +{"type":"Feature","id":"n7752738058","geometry":{"type":"Point","coordinates":[0.2168018,51.5936713]},"properties":{"@type":"node","@id":7752738058,"@timestamp":1595795732},"coords":"51.5936713,0.2168018","bedrooms":"2","price":"157000","area":"614"} , +{"type":"Feature","id":"n7753149663","geometry":{"type":"Point","coordinates":[0.2238654,51.5958015]},"properties":{"@type":"node","@id":7753149663,"@timestamp":1595799485},"coords":"51.5958015,0.2238654","bedrooms":"2","price":"207000","area":"506"} , +{"type":"Feature","id":"n7753590336","geometry":{"type":"Point","coordinates":[0.2470326,51.6030059]},"properties":{"@type":"node","@id":7753590336,"@timestamp":1595801641},"coords":"51.6030059,0.2470326","bedrooms":"2","price":"285000","area":"427"} , +{"type":"Feature","id":"n7754876199","geometry":{"type":"Point","coordinates":[0.2163718,51.4437271]},"properties":{"@type":"node","@id":7754876199,"@timestamp":1620257399},"coords":"51.4437271,0.2163718","bedrooms":"1","price":"171000","area":"669"} , +{"type":"Feature","id":"n7755646964","geometry":{"type":"Point","coordinates":[0.850356,51.8877461]},"properties":{"@type":"node","@id":7755646964,"@timestamp":1595833512},"coords":"51.8877461,0.850356","bedrooms":"4","price":"219000","area":"575"} , +{"type":"Feature","id":"n7756191380","geometry":{"type":"Point","coordinates":[-0.2580374,51.0440689]},"properties":{"@type":"node","@id":7756191380,"@timestamp":1595845920},"coords":"51.0440689,-0.2580374","bedrooms":"3","price":"180000","area":"429"} , +{"type":"Feature","id":"n7756205800","geometry":{"type":"Point","coordinates":[-0.0273417,51.433869]},"properties":{"@type":"node","@id":7756205800,"@timestamp":1595845419},"coords":"51.433869,-0.0273417","bedrooms":"2","price":"236000","area":"493"} , +{"type":"Feature","id":"n7756205856","geometry":{"type":"Point","coordinates":[-0.0217895,51.4354246]},"properties":{"@type":"node","@id":7756205856,"@timestamp":1595845419},"coords":"51.4354246,-0.0217895","bedrooms":"1","price":"208000","area":"663"} , +{"type":"Feature","id":"n7756205902","geometry":{"type":"Point","coordinates":[-0.0258608,51.4305663]},"properties":{"@type":"node","@id":7756205902,"@timestamp":1595845419},"coords":"51.4305663,-0.0258608","bedrooms":"4","price":"150000","area":"532"} , +{"type":"Feature","id":"n7756205981","geometry":{"type":"Point","coordinates":[-0.0257222,51.4289155]},"properties":{"@type":"node","@id":7756205981,"@timestamp":1595845419},"coords":"51.4289155,-0.0257222","bedrooms":"4","price":"205000","area":"473"} , +{"type":"Feature","id":"n7756206031","geometry":{"type":"Point","coordinates":[-0.0192011,51.4292619]},"properties":{"@type":"node","@id":7756206031,"@timestamp":1595845419},"coords":"51.4292619,-0.0192011","bedrooms":"3","price":"170000","area":"396"} , +{"type":"Feature","id":"n7756218359","geometry":{"type":"Point","coordinates":[-0.0155317,51.5359767]},"properties":{"@type":"node","@id":7756218359,"@timestamp":1595846362},"coords":"51.5359767,-0.0155317","bedrooms":"3","price":"263000","area":"680"} , +{"type":"Feature","id":"n7756230206","geometry":{"type":"Point","coordinates":[-0.4425345,51.6162243]},"properties":{"@type":"node","@id":7756230206,"@timestamp":1595845789},"coords":"51.6162243,-0.4425345","bedrooms":"0","price":"181000","area":"614"} , +{"type":"Feature","id":"n7756328831","geometry":{"type":"Point","coordinates":[-0.020567,51.4270389]},"properties":{"@type":"node","@id":7756328831,"@timestamp":1595847896},"coords":"51.4270389,-0.020567","bedrooms":"4","price":"152000","area":"677"} , +{"type":"Feature","id":"n7756331838","geometry":{"type":"Point","coordinates":[-0.0230738,51.428978]},"properties":{"@type":"node","@id":7756331838,"@timestamp":1595847896},"coords":"51.428978,-0.0230738","bedrooms":"3","price":"245000","area":"553"} , +{"type":"Feature","id":"n7756331848","geometry":{"type":"Point","coordinates":[-0.0234287,51.4296908]},"properties":{"@type":"node","@id":7756331848,"@timestamp":1595847896},"coords":"51.4296908,-0.0234287","bedrooms":"0","price":"226000","area":"447"} , +{"type":"Feature","id":"n7756389056","geometry":{"type":"Point","coordinates":[-0.1583134,51.5255579]},"properties":{"@type":"node","@id":7756389056,"@timestamp":1613490382},"coords":"51.5255579,-0.1583134","bedrooms":"0","price":"223000","area":"446"} , +{"type":"Feature","id":"n7756431196","geometry":{"type":"Point","coordinates":[-0.0187687,51.5373626]},"properties":{"@type":"node","@id":7756431196,"@timestamp":1595849979},"coords":"51.5373626,-0.0187687","bedrooms":"1","price":"170000","area":"389"} , +{"type":"Feature","id":"n7756499447","geometry":{"type":"Point","coordinates":[-0.0220592,51.4304208]},"properties":{"@type":"node","@id":7756499447,"@timestamp":1595851537},"coords":"51.4304208,-0.0220592","bedrooms":"2","price":"170000","area":"355"} , +{"type":"Feature","id":"n7756499564","geometry":{"type":"Point","coordinates":[-0.0251205,51.4310469]},"properties":{"@type":"node","@id":7756499564,"@timestamp":1595851537},"coords":"51.4310469,-0.0251205","bedrooms":"4","price":"238000","area":"601"} , +{"type":"Feature","id":"n7756499574","geometry":{"type":"Point","coordinates":[-0.0243387,51.4306236]},"properties":{"@type":"node","@id":7756499574,"@timestamp":1595851537},"coords":"51.4306236,-0.0243387","bedrooms":"1","price":"282000","area":"372"} , +{"type":"Feature","id":"n7756499584","geometry":{"type":"Point","coordinates":[-0.0241405,51.4315256]},"properties":{"@type":"node","@id":7756499584,"@timestamp":1595851537},"coords":"51.4315256,-0.0241405","bedrooms":"1","price":"271000","area":"532"} , +{"type":"Feature","id":"n7756499594","geometry":{"type":"Point","coordinates":[-0.0251815,51.430693]},"properties":{"@type":"node","@id":7756499594,"@timestamp":1595851537},"coords":"51.430693,-0.0251815","bedrooms":"1","price":"287000","area":"562"} , +{"type":"Feature","id":"n7756512768","geometry":{"type":"Point","coordinates":[-0.8130854,51.4204197]},"properties":{"@type":"node","@id":7756512768,"@timestamp":1596660189},"coords":"51.4204197,-0.8130854","bedrooms":"1","price":"294000","area":"654"} , +{"type":"Feature","id":"n7756521230","geometry":{"type":"Point","coordinates":[-0.2353063,51.2721708]},"properties":{"@type":"node","@id":7756521230,"@timestamp":1595852132},"coords":"51.2721708,-0.2353063","bedrooms":"2","price":"198000","area":"602"} , +{"type":"Feature","id":"n7756521443","geometry":{"type":"Point","coordinates":[-0.2350507,51.2700533]},"properties":{"@type":"node","@id":7756521443,"@timestamp":1595852132},"coords":"51.2700533,-0.2350507","bedrooms":"0","price":"273000","area":"352"} , +{"type":"Feature","id":"n7756521453","geometry":{"type":"Point","coordinates":[-0.2344122,51.2678653]},"properties":{"@type":"node","@id":7756521453,"@timestamp":1595852132},"coords":"51.2678653,-0.2344122","bedrooms":"2","price":"226000","area":"493"} , +{"type":"Feature","id":"n7756557910","geometry":{"type":"Point","coordinates":[-0.0205263,51.4323698]},"properties":{"@type":"node","@id":7756557910,"@timestamp":1595853263},"coords":"51.4323698,-0.0205263","bedrooms":"4","price":"267000","area":"605"} , +{"type":"Feature","id":"n7756557920","geometry":{"type":"Point","coordinates":[-0.0187364,51.4312305]},"properties":{"@type":"node","@id":7756557920,"@timestamp":1595853263},"coords":"51.4312305,-0.0187364","bedrooms":"3","price":"217000","area":"603"} , +{"type":"Feature","id":"n7756557930","geometry":{"type":"Point","coordinates":[-0.0210987,51.4305806]},"properties":{"@type":"node","@id":7756557930,"@timestamp":1595853263},"coords":"51.4305806,-0.0210987","bedrooms":"2","price":"175000","area":"438"} , +{"type":"Feature","id":"n7756557940","geometry":{"type":"Point","coordinates":[-0.0186489,51.430752]},"properties":{"@type":"node","@id":7756557940,"@timestamp":1595853263},"coords":"51.430752,-0.0186489","bedrooms":"2","price":"289000","area":"446"} , +{"type":"Feature","id":"n7756557961","geometry":{"type":"Point","coordinates":[-0.021195,51.4324021]},"properties":{"@type":"node","@id":7756557961,"@timestamp":1618276370},"coords":"51.4324021,-0.021195","bedrooms":"0","price":"182000","area":"650"} , +{"type":"Feature","id":"n7756603842","geometry":{"type":"Point","coordinates":[-0.2116096,51.1921191]},"properties":{"@type":"node","@id":7756603842,"@timestamp":1617178331},"coords":"51.1921191,-0.2116096","bedrooms":"2","price":"292000","area":"407"} , +{"type":"Feature","id":"n7756738532","geometry":{"type":"Point","coordinates":[-0.0261402,51.432597]},"properties":{"@type":"node","@id":7756738532,"@timestamp":1595857823},"coords":"51.432597,-0.0261402","bedrooms":"1","price":"280000","area":"542"} , +{"type":"Feature","id":"n7756818910","geometry":{"type":"Point","coordinates":[-0.9571057,51.3801327]},"properties":{"@type":"node","@id":7756818910,"@timestamp":1595859771},"coords":"51.3801327,-0.9571057","bedrooms":"0","price":"260000","area":"605"} , +{"type":"Feature","id":"n7756823930","geometry":{"type":"Point","coordinates":[-0.2431491,51.2700565]},"properties":{"@type":"node","@id":7756823930,"@timestamp":1595859848},"coords":"51.2700565,-0.2431491","bedrooms":"4","price":"204000","area":"531"} , +{"type":"Feature","id":"n7756823964","geometry":{"type":"Point","coordinates":[-0.2409363,51.2706277]},"properties":{"@type":"node","@id":7756823964,"@timestamp":1595859848},"coords":"51.2706277,-0.2409363","bedrooms":"4","price":"195000","area":"636"} , +{"type":"Feature","id":"n7756837729","geometry":{"type":"Point","coordinates":[-0.0082837,51.5389393]},"properties":{"@type":"node","@id":7756837729,"@timestamp":1595860887},"coords":"51.5389393,-0.0082837","bedrooms":"4","price":"291000","area":"412"} , +{"type":"Feature","id":"n7756837750","geometry":{"type":"Point","coordinates":[-0.008476,51.5397316]},"properties":{"@type":"node","@id":7756837750,"@timestamp":1598545672},"coords":"51.5397316,-0.008476","bedrooms":"0","price":"175000","area":"556"} , +{"type":"Feature","id":"n7756873384","geometry":{"type":"Point","coordinates":[-0.2377852,51.2655936]},"properties":{"@type":"node","@id":7756873384,"@timestamp":1595860957},"coords":"51.2655936,-0.2377852","bedrooms":"2","price":"281000","area":"602"} , +{"type":"Feature","id":"n7756883781","geometry":{"type":"Point","coordinates":[-0.9266605,51.4803293]},"properties":{"@type":"node","@id":7756883781,"@timestamp":1595861285},"coords":"51.4803293,-0.9266605","bedrooms":"3","price":"224000","area":"692"} , +{"type":"Feature","id":"n7756885942","geometry":{"type":"Point","coordinates":[0.0047906,51.5353559]},"properties":{"@type":"node","@id":7756885942,"@timestamp":1627567038},"coords":"51.5353559,0.0047906","bedrooms":"0","price":"162000","area":"494"} , +{"type":"Feature","id":"n7756989798","geometry":{"type":"Point","coordinates":[-0.1611046,51.5253699]},"properties":{"@type":"node","@id":7756989798,"@timestamp":1595863580},"coords":"51.5253699,-0.1611046","bedrooms":"3","price":"174000","area":"638"} , +{"type":"Feature","id":"n7757018163","geometry":{"type":"Point","coordinates":[-0.0090982,51.5386592]},"properties":{"@type":"node","@id":7757018163,"@timestamp":1626262223},"coords":"51.5386592,-0.0090982","bedrooms":"0","price":"183000","area":"599"} , +{"type":"Feature","id":"n7757041572","geometry":{"type":"Point","coordinates":[-0.2378138,51.2685637]},"properties":{"@type":"node","@id":7757041572,"@timestamp":1595864615},"coords":"51.2685637,-0.2378138","bedrooms":"4","price":"281000","area":"647"} , +{"type":"Feature","id":"n7757152104","geometry":{"type":"Point","coordinates":[-0.2362581,51.2756857]},"properties":{"@type":"node","@id":7757152104,"@timestamp":1595867880},"coords":"51.2756857,-0.2362581","bedrooms":"4","price":"261000","area":"494"} , +{"type":"Feature","id":"n7757239126","geometry":{"type":"Point","coordinates":[-0.4215419,51.3957715]},"properties":{"@type":"node","@id":7757239126,"@timestamp":1595871856},"coords":"51.3957715,-0.4215419","bedrooms":"2","price":"244000","area":"653"} , +{"type":"Feature","id":"n7757248658","geometry":{"type":"Point","coordinates":[-0.1999601,51.4906639]},"properties":{"@type":"node","@id":7757248658,"@timestamp":1615504514},"coords":"51.4906639,-0.1999601","bedrooms":"0","price":"174000","area":"401"} , +{"type":"Feature","id":"n7757258268","geometry":{"type":"Point","coordinates":[-0.1986851,51.4902735]},"properties":{"@type":"node","@id":7757258268,"@timestamp":1615504514},"coords":"51.4902735,-0.1986851","bedrooms":"4","price":"155000","area":"477"} , +{"type":"Feature","id":"n7757258278","geometry":{"type":"Point","coordinates":[-0.1978834,51.4902808]},"properties":{"@type":"node","@id":7757258278,"@timestamp":1615504514},"coords":"51.4902808,-0.1978834","bedrooms":"0","price":"243000","area":"522"} , +{"type":"Feature","id":"n7757258373","geometry":{"type":"Point","coordinates":[-0.1968679,51.4904739]},"properties":{"@type":"node","@id":7757258373,"@timestamp":1615504514},"coords":"51.4904739,-0.1968679","bedrooms":"4","price":"212000","area":"455"} , +{"type":"Feature","id":"n7757354186","geometry":{"type":"Point","coordinates":[0.167129,51.7163223]},"properties":{"@type":"node","@id":7757354186,"@timestamp":1625006115},"coords":"51.7163223,0.167129","bedrooms":"0","price":"151000","area":"530"} , +{"type":"Feature","id":"n7757572983","geometry":{"type":"Point","coordinates":[-0.2658358,50.9838416]},"properties":{"@type":"node","@id":7757572983,"@timestamp":1595879199},"coords":"50.9838416,-0.2658358","bedrooms":"3","price":"228000","area":"376"} , +{"type":"Feature","id":"n7757613016","geometry":{"type":"Point","coordinates":[-0.1448265,51.3236463]},"properties":{"@type":"node","@id":7757613016,"@timestamp":1595879136},"coords":"51.3236463,-0.1448265","bedrooms":"0","price":"296000","area":"432"} , +{"type":"Feature","id":"n7757613028","geometry":{"type":"Point","coordinates":[-0.1454134,51.3210852]},"properties":{"@type":"node","@id":7757613028,"@timestamp":1595879136},"coords":"51.3210852,-0.1454134","bedrooms":"4","price":"190000","area":"364"} , +{"type":"Feature","id":"n7757613039","geometry":{"type":"Point","coordinates":[-0.1544784,51.3213383]},"properties":{"@type":"node","@id":7757613039,"@timestamp":1595879136},"coords":"51.3213383,-0.1544784","bedrooms":"0","price":"271000","area":"419"} , +{"type":"Feature","id":"n7757626491","geometry":{"type":"Point","coordinates":[-0.2634423,50.9852007]},"properties":{"@type":"node","@id":7757626491,"@timestamp":1595879199},"coords":"50.9852007,-0.2634423","bedrooms":"3","price":"173000","area":"498"} , +{"type":"Feature","id":"n7758227924","geometry":{"type":"Point","coordinates":[0.2173969,51.4444608]},"properties":{"@type":"node","@id":7758227924,"@timestamp":1620260002},"coords":"51.4444608,0.2173969","bedrooms":"2","price":"228000","area":"644"} , +{"type":"Feature","id":"n7758227963","geometry":{"type":"Point","coordinates":[0.2165509,51.444564]},"properties":{"@type":"node","@id":7758227963,"@timestamp":1620257399},"coords":"51.444564,0.2165509","bedrooms":"0","price":"193000","area":"370"} , +{"type":"Feature","id":"n7759275064","geometry":{"type":"Point","coordinates":[0.2153405,51.4468314]},"properties":{"@type":"node","@id":7759275064,"@timestamp":1607360235},"coords":"51.4468314,0.2153405","bedrooms":"4","price":"199000","area":"699"} , +{"type":"Feature","id":"n7759818141","geometry":{"type":"Point","coordinates":[-0.0020746,51.5081708]},"properties":{"@type":"node","@id":7759818141,"@timestamp":1595908597},"coords":"51.5081708,-0.0020746","bedrooms":"2","price":"212000","area":"569"} , +{"type":"Feature","id":"n7760217824","geometry":{"type":"Point","coordinates":[-0.0260609,51.431416]},"properties":{"@type":"node","@id":7760217824,"@timestamp":1595918888},"coords":"51.431416,-0.0260609","bedrooms":"1","price":"281000","area":"381"} , +{"type":"Feature","id":"n7760217834","geometry":{"type":"Point","coordinates":[-0.0261672,51.4311057]},"properties":{"@type":"node","@id":7760217834,"@timestamp":1595918888},"coords":"51.4311057,-0.0261672","bedrooms":"1","price":"180000","area":"386"} , +{"type":"Feature","id":"n7760217844","geometry":{"type":"Point","coordinates":[-0.0268371,51.4315538]},"properties":{"@type":"node","@id":7760217844,"@timestamp":1595918888},"coords":"51.4315538,-0.0268371","bedrooms":"4","price":"160000","area":"430"} , +{"type":"Feature","id":"n7760218116","geometry":{"type":"Point","coordinates":[-0.0246353,51.4338761]},"properties":{"@type":"node","@id":7760218116,"@timestamp":1595918888},"coords":"51.4338761,-0.0246353","bedrooms":"3","price":"275000","area":"687"} , +{"type":"Feature","id":"n7760218126","geometry":{"type":"Point","coordinates":[-0.0242471,51.4330235]},"properties":{"@type":"node","@id":7760218126,"@timestamp":1595918888},"coords":"51.4330235,-0.0242471","bedrooms":"4","price":"288000","area":"613"} , +{"type":"Feature","id":"n7760218136","geometry":{"type":"Point","coordinates":[-0.0252799,51.4335253]},"properties":{"@type":"node","@id":7760218136,"@timestamp":1595918888},"coords":"51.4335253,-0.0252799","bedrooms":"2","price":"266000","area":"550"} , +{"type":"Feature","id":"n7760218146","geometry":{"type":"Point","coordinates":[-0.0250253,51.4332844]},"properties":{"@type":"node","@id":7760218146,"@timestamp":1595918888},"coords":"51.4332844,-0.0250253","bedrooms":"3","price":"289000","area":"664"} , +{"type":"Feature","id":"n7760250218","geometry":{"type":"Point","coordinates":[-0.0236108,51.4333933]},"properties":{"@type":"node","@id":7760250218,"@timestamp":1595919737},"coords":"51.4333933,-0.0236108","bedrooms":"2","price":"299000","area":"439"} , +{"type":"Feature","id":"n7760250228","geometry":{"type":"Point","coordinates":[-0.0235985,51.4317624]},"properties":{"@type":"node","@id":7760250228,"@timestamp":1595919737},"coords":"51.4317624,-0.0235985","bedrooms":"3","price":"269000","area":"417"} , +{"type":"Feature","id":"n7760304957","geometry":{"type":"Point","coordinates":[-0.0225096,51.4309807]},"properties":{"@type":"node","@id":7760304957,"@timestamp":1595920988},"coords":"51.4309807,-0.0225096","bedrooms":"1","price":"278000","area":"484"} , +{"type":"Feature","id":"n7760304967","geometry":{"type":"Point","coordinates":[-0.022804,51.4305659]},"properties":{"@type":"node","@id":7760304967,"@timestamp":1595920988},"coords":"51.4305659,-0.022804","bedrooms":"0","price":"155000","area":"360"} , +{"type":"Feature","id":"n7760504614","geometry":{"type":"Point","coordinates":[-0.0130101,51.5492257]},"properties":{"@type":"node","@id":7760504614,"@timestamp":1599402700},"coords":"51.5492257,-0.0130101","bedrooms":"0","price":"274000","area":"620"} , +{"type":"Feature","id":"n7760504627","geometry":{"type":"Point","coordinates":[-0.0135483,51.5496242]},"properties":{"@type":"node","@id":7760504627,"@timestamp":1595922523},"coords":"51.5496242,-0.0135483","bedrooms":"1","price":"173000","area":"516"} , +{"type":"Feature","id":"n7760504642","geometry":{"type":"Point","coordinates":[-0.0135958,51.5493689]},"properties":{"@type":"node","@id":7760504642,"@timestamp":1596490102},"coords":"51.5493689,-0.0135958","bedrooms":"4","price":"291000","area":"512"} , +{"type":"Feature","id":"n7760583485","geometry":{"type":"Point","coordinates":[-0.0116974,51.5495834]},"properties":{"@type":"node","@id":7760583485,"@timestamp":1619041720},"coords":"51.5495834,-0.0116974","bedrooms":"4","price":"213000","area":"455"} , +{"type":"Feature","id":"n7760606162","geometry":{"type":"Point","coordinates":[-0.2024674,51.2915253]},"properties":{"@type":"node","@id":7760606162,"@timestamp":1595925547},"coords":"51.2915253,-0.2024674","bedrooms":"2","price":"250000","area":"611"} , +{"type":"Feature","id":"n7760612395","geometry":{"type":"Point","coordinates":[-0.1020718,51.4338792]},"properties":{"@type":"node","@id":7760612395,"@timestamp":1611698407},"coords":"51.4338792,-0.1020718","bedrooms":"3","price":"152000","area":"390"} , +{"type":"Feature","id":"n7760612405","geometry":{"type":"Point","coordinates":[-0.0971469,51.435558]},"properties":{"@type":"node","@id":7760612405,"@timestamp":1595925218},"coords":"51.435558,-0.0971469","bedrooms":"3","price":"158000","area":"559"} , +{"type":"Feature","id":"n7760612415","geometry":{"type":"Point","coordinates":[-0.1334479,51.4677441]},"properties":{"@type":"node","@id":7760612415,"@timestamp":1595925226},"coords":"51.4677441,-0.1334479","bedrooms":"3","price":"187000","area":"695"} , +{"type":"Feature","id":"n7760624886","geometry":{"type":"Point","coordinates":[-0.097134,51.4391134]},"properties":{"@type":"node","@id":7760624886,"@timestamp":1595925207},"coords":"51.4391134,-0.097134","bedrooms":"0","price":"199000","area":"596"} , +{"type":"Feature","id":"n7760625089","geometry":{"type":"Point","coordinates":[-0.098709,51.4353046]},"properties":{"@type":"node","@id":7760625089,"@timestamp":1595925213},"coords":"51.4353046,-0.098709","bedrooms":"1","price":"230000","area":"442"} , +{"type":"Feature","id":"n7760625185","geometry":{"type":"Point","coordinates":[-0.1038184,51.4315475]},"properties":{"@type":"node","@id":7760625185,"@timestamp":1595925198},"coords":"51.4315475,-0.1038184","bedrooms":"1","price":"155000","area":"361"} , +{"type":"Feature","id":"n7760625196","geometry":{"type":"Point","coordinates":[-0.0973062,51.434594]},"properties":{"@type":"node","@id":7760625196,"@timestamp":1611698407},"coords":"51.434594,-0.0973062","bedrooms":"0","price":"158000","area":"488"} , +{"type":"Feature","id":"n7760625290","geometry":{"type":"Point","coordinates":[-0.0996724,51.4360384]},"properties":{"@type":"node","@id":7760625290,"@timestamp":1595925202},"coords":"51.4360384,-0.0996724","bedrooms":"1","price":"263000","area":"453"} , +{"type":"Feature","id":"n7760625386","geometry":{"type":"Point","coordinates":[-0.0984803,51.4390155]},"properties":{"@type":"node","@id":7760625386,"@timestamp":1595925199},"coords":"51.4390155,-0.0984803","bedrooms":"4","price":"230000","area":"526"} , +{"type":"Feature","id":"n7760625396","geometry":{"type":"Point","coordinates":[-0.1339965,51.468043]},"properties":{"@type":"node","@id":7760625396,"@timestamp":1595925225},"coords":"51.468043,-0.1339965","bedrooms":"4","price":"200000","area":"638"} , +{"type":"Feature","id":"n7760625692","geometry":{"type":"Point","coordinates":[-0.1192677,51.4367796]},"properties":{"@type":"node","@id":7760625692,"@timestamp":1596712876},"coords":"51.4367796,-0.1192677","bedrooms":"0","price":"261000","area":"690"} , +{"type":"Feature","id":"n7760688068","geometry":{"type":"Point","coordinates":[-0.1488861,50.9468306]},"properties":{"@type":"node","@id":7760688068,"@timestamp":1595926749},"coords":"50.9468306,-0.1488861","bedrooms":"0","price":"263000","area":"412"} , +{"type":"Feature","id":"n7760699175","geometry":{"type":"Point","coordinates":[-0.0103583,51.5393491]},"properties":{"@type":"node","@id":7760699175,"@timestamp":1595926393},"coords":"51.5393491,-0.0103583","bedrooms":"2","price":"183000","area":"621"} , +{"type":"Feature","id":"n7760699271","geometry":{"type":"Point","coordinates":[-0.0115345,51.5400406]},"properties":{"@type":"node","@id":7760699271,"@timestamp":1595926393},"coords":"51.5400406,-0.0115345","bedrooms":"3","price":"226000","area":"351"} , +{"type":"Feature","id":"n7760861240","geometry":{"type":"Point","coordinates":[-0.1070139,51.5728517]},"properties":{"@type":"node","@id":7760861240,"@timestamp":1596055018},"coords":"51.5728517,-0.1070139","bedrooms":"3","price":"201000","area":"398"} , +{"type":"Feature","id":"n7760861250","geometry":{"type":"Point","coordinates":[-0.1075334,51.5727453]},"properties":{"@type":"node","@id":7760861250,"@timestamp":1596055018},"coords":"51.5727453,-0.1075334","bedrooms":"0","price":"204000","area":"361"} , +{"type":"Feature","id":"n7760873742","geometry":{"type":"Point","coordinates":[-0.0132569,51.5479612]},"properties":{"@type":"node","@id":7760873742,"@timestamp":1611149876},"coords":"51.5479612,-0.0132569","bedrooms":"3","price":"217000","area":"442"} , +{"type":"Feature","id":"n7760873768","geometry":{"type":"Point","coordinates":[-0.0113869,51.5491541]},"properties":{"@type":"node","@id":7760873768,"@timestamp":1595930109},"coords":"51.5491541,-0.0113869","bedrooms":"2","price":"204000","area":"443"} , +{"type":"Feature","id":"n7760978543","geometry":{"type":"Point","coordinates":[-0.1449667,51.4481048]},"properties":{"@type":"node","@id":7760978543,"@timestamp":1595932480},"coords":"51.4481048,-0.1449667","bedrooms":"2","price":"294000","area":"658"} , +{"type":"Feature","id":"n7761145949","geometry":{"type":"Point","coordinates":[-0.0211385,51.5499741]},"properties":{"@type":"node","@id":7761145949,"@timestamp":1595936225},"coords":"51.5499741,-0.0211385","bedrooms":"1","price":"283000","area":"608"} , +{"type":"Feature","id":"n7761145970","geometry":{"type":"Point","coordinates":[-0.0215859,51.5483216]},"properties":{"@type":"node","@id":7761145970,"@timestamp":1595936225},"coords":"51.5483216,-0.0215859","bedrooms":"1","price":"229000","area":"452"} , +{"type":"Feature","id":"n7761146796","geometry":{"type":"Point","coordinates":[-0.3368832,51.4068378]},"properties":{"@type":"node","@id":7761146796,"@timestamp":1595936122},"coords":"51.4068378,-0.3368832","bedrooms":"0","price":"264000","area":"409"} , +{"type":"Feature","id":"n7761146957","geometry":{"type":"Point","coordinates":[-0.3381797,51.408824]},"properties":{"@type":"node","@id":7761146957,"@timestamp":1595936122},"coords":"51.408824,-0.3381797","bedrooms":"4","price":"153000","area":"557"} , +{"type":"Feature","id":"n7761156606","geometry":{"type":"Point","coordinates":[-0.0226746,51.4308532]},"properties":{"@type":"node","@id":7761156606,"@timestamp":1595936269},"coords":"51.4308532,-0.0226746","bedrooms":"1","price":"247000","area":"396"} , +{"type":"Feature","id":"n7761156698","geometry":{"type":"Point","coordinates":[-0.0241579,51.4296569]},"properties":{"@type":"node","@id":7761156698,"@timestamp":1595936269},"coords":"51.4296569,-0.0241579","bedrooms":"1","price":"288000","area":"426"} , +{"type":"Feature","id":"n7761156708","geometry":{"type":"Point","coordinates":[-0.0224569,51.4303041]},"properties":{"@type":"node","@id":7761156708,"@timestamp":1595936269},"coords":"51.4303041,-0.0224569","bedrooms":"0","price":"181000","area":"366"} , +{"type":"Feature","id":"n7761327509","geometry":{"type":"Point","coordinates":[-0.155041,51.3208646]},"properties":{"@type":"node","@id":7761327509,"@timestamp":1595940081},"coords":"51.3208646,-0.155041","bedrooms":"1","price":"193000","area":"462"} , +{"type":"Feature","id":"n7761327519","geometry":{"type":"Point","coordinates":[-0.1608872,51.3194072]},"properties":{"@type":"node","@id":7761327519,"@timestamp":1595940081},"coords":"51.3194072,-0.1608872","bedrooms":"4","price":"276000","area":"639"} , +{"type":"Feature","id":"n7761327529","geometry":{"type":"Point","coordinates":[-0.1594486,51.3170524]},"properties":{"@type":"node","@id":7761327529,"@timestamp":1595940081},"coords":"51.3170524,-0.1594486","bedrooms":"1","price":"157000","area":"538"} , +{"type":"Feature","id":"n7761488113","geometry":{"type":"Point","coordinates":[-0.0196167,51.5468046]},"properties":{"@type":"node","@id":7761488113,"@timestamp":1595944370},"coords":"51.5468046,-0.0196167","bedrooms":"1","price":"202000","area":"648"} , +{"type":"Feature","id":"n7761488124","geometry":{"type":"Point","coordinates":[-0.0200548,51.5471512]},"properties":{"@type":"node","@id":7761488124,"@timestamp":1595944370},"coords":"51.5471512,-0.0200548","bedrooms":"4","price":"260000","area":"570"} , +{"type":"Feature","id":"n7761488134","geometry":{"type":"Point","coordinates":[-0.0195996,51.5473843]},"properties":{"@type":"node","@id":7761488134,"@timestamp":1595944370},"coords":"51.5473843,-0.0195996","bedrooms":"4","price":"159000","area":"456"} , +{"type":"Feature","id":"n7761488177","geometry":{"type":"Point","coordinates":[-0.0214504,51.5481655]},"properties":{"@type":"node","@id":7761488177,"@timestamp":1595944370},"coords":"51.5481655,-0.0214504","bedrooms":"4","price":"211000","area":"400"} , +{"type":"Feature","id":"n7761575597","geometry":{"type":"Point","coordinates":[-0.1120111,51.5697546]},"properties":{"@type":"node","@id":7761575597,"@timestamp":1595947297},"coords":"51.5697546,-0.1120111","bedrooms":"1","price":"206000","area":"554"} , +{"type":"Feature","id":"n7761575607","geometry":{"type":"Point","coordinates":[-0.1110207,51.5705507]},"properties":{"@type":"node","@id":7761575607,"@timestamp":1595947297},"coords":"51.5705507,-0.1110207","bedrooms":"3","price":"182000","area":"620"} , +{"type":"Feature","id":"n7761575617","geometry":{"type":"Point","coordinates":[-0.1119869,51.5706849]},"properties":{"@type":"node","@id":7761575617,"@timestamp":1595947297},"coords":"51.5706849,-0.1119869","bedrooms":"0","price":"280000","area":"398"} , +{"type":"Feature","id":"n7761575627","geometry":{"type":"Point","coordinates":[-0.1126769,51.5701306]},"properties":{"@type":"node","@id":7761575627,"@timestamp":1595947297},"coords":"51.5701306,-0.1126769","bedrooms":"2","price":"223000","area":"596"} , +{"type":"Feature","id":"n7761575637","geometry":{"type":"Point","coordinates":[-0.111824,51.5702731]},"properties":{"@type":"node","@id":7761575637,"@timestamp":1595947297},"coords":"51.5702731,-0.111824","bedrooms":"1","price":"234000","area":"672"} , +{"type":"Feature","id":"n7761575647","geometry":{"type":"Point","coordinates":[-0.1129103,51.5697459]},"properties":{"@type":"node","@id":7761575647,"@timestamp":1595947297},"coords":"51.5697459,-0.1129103","bedrooms":"0","price":"191000","area":"618"} , +{"type":"Feature","id":"n7761662647","geometry":{"type":"Point","coordinates":[-0.0281962,51.456948]},"properties":{"@type":"node","@id":7761662647,"@timestamp":1595949176},"coords":"51.456948,-0.0281962","bedrooms":"3","price":"246000","area":"635"} , +{"type":"Feature","id":"n7761677134","geometry":{"type":"Point","coordinates":[-0.0337269,51.4596136]},"properties":{"@type":"node","@id":7761677134,"@timestamp":1618322903},"coords":"51.4596136,-0.0337269","bedrooms":"4","price":"243000","area":"475"} , +{"type":"Feature","id":"n7761757621","geometry":{"type":"Point","coordinates":[-0.1974369,51.4906095]},"properties":{"@type":"node","@id":7761757621,"@timestamp":1615504514},"coords":"51.4906095,-0.1974369","bedrooms":"3","price":"174000","area":"494"} , +{"type":"Feature","id":"n7761757655","geometry":{"type":"Point","coordinates":[-0.198378,51.4905372]},"properties":{"@type":"node","@id":7761757655,"@timestamp":1615504514},"coords":"51.4905372,-0.198378","bedrooms":"4","price":"258000","area":"668"} , +{"type":"Feature","id":"n7761762705","geometry":{"type":"Point","coordinates":[-0.1992685,51.4906712]},"properties":{"@type":"node","@id":7761762705,"@timestamp":1615504514},"coords":"51.4906712,-0.1992685","bedrooms":"4","price":"295000","area":"567"} , +{"type":"Feature","id":"n7761762756","geometry":{"type":"Point","coordinates":[-0.1998138,51.4916554]},"properties":{"@type":"node","@id":7761762756,"@timestamp":1615504514},"coords":"51.4916554,-0.1998138","bedrooms":"3","price":"285000","area":"467"} , +{"type":"Feature","id":"n7761762826","geometry":{"type":"Point","coordinates":[-0.1990157,51.4917789]},"properties":{"@type":"node","@id":7761762826,"@timestamp":1615504514},"coords":"51.4917789,-0.1990157","bedrooms":"1","price":"243000","area":"680"} , +{"type":"Feature","id":"n7761762845","geometry":{"type":"Point","coordinates":[-0.1981974,51.4913501]},"properties":{"@type":"node","@id":7761762845,"@timestamp":1615504514},"coords":"51.4913501,-0.1981974","bedrooms":"0","price":"247000","area":"614"} , +{"type":"Feature","id":"n7761762871","geometry":{"type":"Point","coordinates":[-0.1972055,51.4908395]},"properties":{"@type":"node","@id":7761762871,"@timestamp":1615504514},"coords":"51.4908395,-0.1972055","bedrooms":"1","price":"164000","area":"630"} , +{"type":"Feature","id":"n7761885499","geometry":{"type":"Point","coordinates":[-0.0164071,51.6661863]},"properties":{"@type":"node","@id":7761885499,"@timestamp":1613826579},"coords":"51.6661863,-0.0164071","bedrooms":"3","price":"178000","area":"533"} , +{"type":"Feature","id":"n7761900734","geometry":{"type":"Point","coordinates":[-0.5228663,51.6635105]},"properties":{"@type":"node","@id":7761900734,"@timestamp":1595955043},"coords":"51.6635105,-0.5228663","bedrooms":"4","price":"244000","area":"385"} , +{"type":"Feature","id":"n7762057886","geometry":{"type":"Point","coordinates":[-0.2305347,51.5115153]},"properties":{"@type":"node","@id":7762057886,"@timestamp":1617385765},"coords":"51.5115153,-0.2305347","bedrooms":"4","price":"275000","area":"591"} , +{"type":"Feature","id":"n7762058189","geometry":{"type":"Point","coordinates":[-0.2200356,51.5042367]},"properties":{"@type":"node","@id":7762058189,"@timestamp":1619169446},"coords":"51.5042367,-0.2200356","bedrooms":"0","price":"254000","area":"480"} , +{"type":"Feature","id":"n7762059486","geometry":{"type":"Point","coordinates":[-0.2232826,51.5045661]},"properties":{"@type":"node","@id":7762059486,"@timestamp":1595957571},"coords":"51.5045661,-0.2232826","bedrooms":"3","price":"190000","area":"655"} , +{"type":"Feature","id":"n7762073426","geometry":{"type":"Point","coordinates":[-0.0157962,51.6666252]},"properties":{"@type":"node","@id":7762073426,"@timestamp":1601420558},"coords":"51.6666252,-0.0157962","bedrooms":"0","price":"210000","area":"560"} , +{"type":"Feature","id":"n7762087792","geometry":{"type":"Point","coordinates":[-0.55935,51.669312]},"properties":{"@type":"node","@id":7762087792,"@timestamp":1595955903},"coords":"51.669312,-0.55935","bedrooms":"4","price":"265000","area":"621"} , +{"type":"Feature","id":"n7762087806","geometry":{"type":"Point","coordinates":[-0.5669739,51.6711983]},"properties":{"@type":"node","@id":7762087806,"@timestamp":1595955903},"coords":"51.6711983,-0.5669739","bedrooms":"1","price":"282000","area":"358"} , +{"type":"Feature","id":"n7762087821","geometry":{"type":"Point","coordinates":[-0.5672797,51.6709427]},"properties":{"@type":"node","@id":7762087821,"@timestamp":1595955903},"coords":"51.6709427,-0.5672797","bedrooms":"3","price":"293000","area":"687"} , +{"type":"Feature","id":"n7762087838","geometry":{"type":"Point","coordinates":[-0.5711247,51.6710418]},"properties":{"@type":"node","@id":7762087838,"@timestamp":1595955903},"coords":"51.6710418,-0.5711247","bedrooms":"0","price":"150000","area":"598"} , +{"type":"Feature","id":"n7762087856","geometry":{"type":"Point","coordinates":[-0.5697417,51.6704583]},"properties":{"@type":"node","@id":7762087856,"@timestamp":1600118904},"coords":"51.6704583,-0.5697417","bedrooms":"4","price":"231000","area":"672"} , +{"type":"Feature","id":"n7762101001","geometry":{"type":"Point","coordinates":[-0.1956572,51.489649]},"properties":{"@type":"node","@id":7762101001,"@timestamp":1595956171},"coords":"51.489649,-0.1956572","bedrooms":"1","price":"219000","area":"678"} , +{"type":"Feature","id":"n7762101011","geometry":{"type":"Point","coordinates":[-0.1958402,51.4891089]},"properties":{"@type":"node","@id":7762101011,"@timestamp":1595956171},"coords":"51.4891089,-0.1958402","bedrooms":"2","price":"201000","area":"504"} , +{"type":"Feature","id":"n7762101077","geometry":{"type":"Point","coordinates":[-0.1957954,51.4883316]},"properties":{"@type":"node","@id":7762101077,"@timestamp":1595956171},"coords":"51.4883316,-0.1957954","bedrooms":"4","price":"250000","area":"689"} , +{"type":"Feature","id":"n7762145343","geometry":{"type":"Point","coordinates":[-0.2303838,51.5124934]},"properties":{"@type":"node","@id":7762145343,"@timestamp":1595957571},"coords":"51.5124934,-0.2303838","bedrooms":"4","price":"207000","area":"488"} , +{"type":"Feature","id":"n7762164267","geometry":{"type":"Point","coordinates":[-0.009594,51.5523988]},"properties":{"@type":"node","@id":7762164267,"@timestamp":1635384824},"coords":"51.5523988,-0.009594","bedrooms":"4","price":"206000","area":"596"} , +{"type":"Feature","id":"n7762319180","geometry":{"type":"Point","coordinates":[-0.1114109,51.5695633]},"properties":{"@type":"node","@id":7762319180,"@timestamp":1595960845},"coords":"51.5695633,-0.1114109","bedrooms":"0","price":"197000","area":"524"} , +{"type":"Feature","id":"n7762322790","geometry":{"type":"Point","coordinates":[-0.1103769,51.5699518]},"properties":{"@type":"node","@id":7762322790,"@timestamp":1595960845},"coords":"51.5699518,-0.1103769","bedrooms":"1","price":"237000","area":"418"} , +{"type":"Feature","id":"n7762322800","geometry":{"type":"Point","coordinates":[-0.1115598,51.5699047]},"properties":{"@type":"node","@id":7762322800,"@timestamp":1595960845},"coords":"51.5699047,-0.1115598","bedrooms":"2","price":"212000","area":"575"} , +{"type":"Feature","id":"n7762356284","geometry":{"type":"Point","coordinates":[-0.0150918,51.6731244]},"properties":{"@type":"node","@id":7762356284,"@timestamp":1617660524},"coords":"51.6731244,-0.0150918","bedrooms":"3","price":"162000","area":"674"} , +{"type":"Feature","id":"n7762396787","geometry":{"type":"Point","coordinates":[-0.0171126,51.6694784]},"properties":{"@type":"node","@id":7762396787,"@timestamp":1602183971},"coords":"51.6694784,-0.0171126","bedrooms":"2","price":"156000","area":"557"} , +{"type":"Feature","id":"n7762410187","geometry":{"type":"Point","coordinates":[-0.0170183,51.6711737]},"properties":{"@type":"node","@id":7762410187,"@timestamp":1613826579},"coords":"51.6711737,-0.0170183","bedrooms":"4","price":"162000","area":"360"} , +{"type":"Feature","id":"n7762424257","geometry":{"type":"Point","coordinates":[-0.8017528,51.0759169]},"properties":{"@type":"node","@id":7762424257,"@timestamp":1595964398},"coords":"51.0759169,-0.8017528","bedrooms":"4","price":"293000","area":"637"} , +{"type":"Feature","id":"n7762447161","geometry":{"type":"Point","coordinates":[-0.0859722,51.5461453]},"properties":{"@type":"node","@id":7762447161,"@timestamp":1626199952},"coords":"51.5461453,-0.0859722","bedrooms":"3","price":"185000","area":"611"} , +{"type":"Feature","id":"n7762455873","geometry":{"type":"Point","coordinates":[-0.2560931,50.9796113]},"properties":{"@type":"node","@id":7762455873,"@timestamp":1595965497},"coords":"50.9796113,-0.2560931","bedrooms":"0","price":"184000","area":"658"} , +{"type":"Feature","id":"n7762470543","geometry":{"type":"Point","coordinates":[-0.0910146,51.5425302]},"properties":{"@type":"node","@id":7762470543,"@timestamp":1595967097},"coords":"51.5425302,-0.0910146","bedrooms":"3","price":"236000","area":"690"} , +{"type":"Feature","id":"n7762502761","geometry":{"type":"Point","coordinates":[-0.2814136,50.9791935]},"properties":{"@type":"node","@id":7762502761,"@timestamp":1595967545},"coords":"50.9791935,-0.2814136","bedrooms":"4","price":"231000","area":"433"} , +{"type":"Feature","id":"n7762502771","geometry":{"type":"Point","coordinates":[-0.2827486,50.9782913]},"properties":{"@type":"node","@id":7762502771,"@timestamp":1595967545},"coords":"50.9782913,-0.2827486","bedrooms":"1","price":"267000","area":"527"} , +{"type":"Feature","id":"n7762514108","geometry":{"type":"Point","coordinates":[-0.2830978,50.9793263]},"properties":{"@type":"node","@id":7762514108,"@timestamp":1595967545},"coords":"50.9793263,-0.2830978","bedrooms":"1","price":"272000","area":"507"} , +{"type":"Feature","id":"n7762514118","geometry":{"type":"Point","coordinates":[-0.2826231,50.9791673]},"properties":{"@type":"node","@id":7762514118,"@timestamp":1595967545},"coords":"50.9791673,-0.2826231","bedrooms":"1","price":"151000","area":"581"} , +{"type":"Feature","id":"n7762559461","geometry":{"type":"Point","coordinates":[-0.0807235,51.5463524]},"properties":{"@type":"node","@id":7762559461,"@timestamp":1631225531},"coords":"51.5463524,-0.0807235","bedrooms":"1","price":"210000","area":"366"} , +{"type":"Feature","id":"n7762593562","geometry":{"type":"Point","coordinates":[-0.0805204,51.5455122]},"properties":{"@type":"node","@id":7762593562,"@timestamp":1595970816},"coords":"51.5455122,-0.0805204","bedrooms":"4","price":"259000","area":"665"} , +{"type":"Feature","id":"n7762679901","geometry":{"type":"Point","coordinates":[0.2434815,51.6996372]},"properties":{"@type":"node","@id":7762679901,"@timestamp":1595974436},"coords":"51.6996372,0.2434815","bedrooms":"2","price":"211000","area":"618"} , +{"type":"Feature","id":"n7763522558","geometry":{"type":"Point","coordinates":[-0.0634773,51.5893995]},"properties":{"@type":"node","@id":7763522558,"@timestamp":1595989694},"coords":"51.5893995,-0.0634773","bedrooms":"2","price":"231000","area":"524"} , +{"type":"Feature","id":"n7763994962","geometry":{"type":"Point","coordinates":[-0.0774521,51.2453227]},"properties":{"@type":"node","@id":7763994962,"@timestamp":1595997007},"coords":"51.2453227,-0.0774521","bedrooms":"2","price":"153000","area":"536"} , +{"type":"Feature","id":"n7764053681","geometry":{"type":"Point","coordinates":[-0.1953552,51.4893704]},"properties":{"@type":"node","@id":7764053681,"@timestamp":1595998232},"coords":"51.4893704,-0.1953552","bedrooms":"0","price":"270000","area":"350"} , +{"type":"Feature","id":"n7764062090","geometry":{"type":"Point","coordinates":[-0.1954644,51.4888889]},"properties":{"@type":"node","@id":7764062090,"@timestamp":1595998232},"coords":"51.4888889,-0.1954644","bedrooms":"4","price":"240000","area":"570"} , +{"type":"Feature","id":"n7764062100","geometry":{"type":"Point","coordinates":[-0.1953743,51.4883346]},"properties":{"@type":"node","@id":7764062100,"@timestamp":1595998232},"coords":"51.4883346,-0.1953743","bedrooms":"2","price":"166000","area":"584"} , +{"type":"Feature","id":"n7764062242","geometry":{"type":"Point","coordinates":[-0.1949221,51.4892527]},"properties":{"@type":"node","@id":7764062242,"@timestamp":1595998232},"coords":"51.4892527,-0.1949221","bedrooms":"0","price":"266000","area":"687"} , +{"type":"Feature","id":"n7764062252","geometry":{"type":"Point","coordinates":[-0.1949718,51.4888088]},"properties":{"@type":"node","@id":7764062252,"@timestamp":1595998232},"coords":"51.4888088,-0.1949718","bedrooms":"4","price":"256000","area":"497"} , +{"type":"Feature","id":"n7764062270","geometry":{"type":"Point","coordinates":[-0.1947442,51.488223]},"properties":{"@type":"node","@id":7764062270,"@timestamp":1595998232},"coords":"51.488223,-0.1947442","bedrooms":"0","price":"150000","area":"487"} , +{"type":"Feature","id":"n7764925475","geometry":{"type":"Point","coordinates":[0.0147765,51.4424573]},"properties":{"@type":"node","@id":7764925475,"@timestamp":1596015108},"coords":"51.4424573,0.0147765","bedrooms":"4","price":"209000","area":"410"} , +{"type":"Feature","id":"n7764937555","geometry":{"type":"Point","coordinates":[-0.2910106,50.9786437]},"properties":{"@type":"node","@id":7764937555,"@timestamp":1596015330},"coords":"50.9786437,-0.2910106","bedrooms":"4","price":"188000","area":"640"} , +{"type":"Feature","id":"n7764937573","geometry":{"type":"Point","coordinates":[-0.292737,50.9743402]},"properties":{"@type":"node","@id":7764937573,"@timestamp":1596015330},"coords":"50.9743402,-0.292737","bedrooms":"1","price":"158000","area":"488"} , +{"type":"Feature","id":"n7764941893","geometry":{"type":"Point","coordinates":[-0.3039485,50.9765018]},"properties":{"@type":"node","@id":7764941893,"@timestamp":1596015330},"coords":"50.9765018,-0.3039485","bedrooms":"1","price":"206000","area":"584"} , +{"type":"Feature","id":"n7764941903","geometry":{"type":"Point","coordinates":[-0.3022524,50.9768863]},"properties":{"@type":"node","@id":7764941903,"@timestamp":1596015330},"coords":"50.9768863,-0.3022524","bedrooms":"1","price":"166000","area":"507"} , +{"type":"Feature","id":"n7764941977","geometry":{"type":"Point","coordinates":[-0.3132091,50.9753657]},"properties":{"@type":"node","@id":7764941977,"@timestamp":1596015330},"coords":"50.9753657,-0.3132091","bedrooms":"4","price":"256000","area":"583"} , +{"type":"Feature","id":"n7764941987","geometry":{"type":"Point","coordinates":[-0.3139464,50.9736599]},"properties":{"@type":"node","@id":7764941987,"@timestamp":1596015330},"coords":"50.9736599,-0.3139464","bedrooms":"4","price":"240000","area":"427"} , +{"type":"Feature","id":"n7764942004","geometry":{"type":"Point","coordinates":[-0.313923,50.9760977]},"properties":{"@type":"node","@id":7764942004,"@timestamp":1596015330},"coords":"50.9760977,-0.313923","bedrooms":"2","price":"268000","area":"682"} , +{"type":"Feature","id":"n7764962881","geometry":{"type":"Point","coordinates":[0.0167383,51.488112]},"properties":{"@type":"node","@id":7764962881,"@timestamp":1596015991},"coords":"51.488112,0.0167383","bedrooms":"4","price":"181000","area":"504"} , +{"type":"Feature","id":"n7764965024","geometry":{"type":"Point","coordinates":[-0.0195464,51.5459575]},"properties":{"@type":"node","@id":7764965024,"@timestamp":1596016098},"coords":"51.5459575,-0.0195464","bedrooms":"1","price":"192000","area":"681"} , +{"type":"Feature","id":"n7764965037","geometry":{"type":"Point","coordinates":[-0.0184569,51.5448572]},"properties":{"@type":"node","@id":7764965037,"@timestamp":1596016098},"coords":"51.5448572,-0.0184569","bedrooms":"1","price":"291000","area":"521"} , +{"type":"Feature","id":"n7764965047","geometry":{"type":"Point","coordinates":[-0.0177562,51.5450152]},"properties":{"@type":"node","@id":7764965047,"@timestamp":1596016098},"coords":"51.5450152,-0.0177562","bedrooms":"3","price":"237000","area":"489"} , +{"type":"Feature","id":"n7764965057","geometry":{"type":"Point","coordinates":[-0.0182148,51.5455807]},"properties":{"@type":"node","@id":7764965057,"@timestamp":1596016098},"coords":"51.5455807,-0.0182148","bedrooms":"3","price":"250000","area":"362"} , +{"type":"Feature","id":"n7765001850","geometry":{"type":"Point","coordinates":[-0.1089423,51.5688835]},"properties":{"@type":"node","@id":7765001850,"@timestamp":1596016664},"coords":"51.5688835,-0.1089423","bedrooms":"0","price":"151000","area":"547"} , +{"type":"Feature","id":"n7765052754","geometry":{"type":"Point","coordinates":[-0.0164294,51.5464047]},"properties":{"@type":"node","@id":7765052754,"@timestamp":1596018023},"coords":"51.5464047,-0.0164294","bedrooms":"3","price":"275000","area":"353"} , +{"type":"Feature","id":"n7765249040","geometry":{"type":"Point","coordinates":[-0.3733598,51.8768873]},"properties":{"@type":"node","@id":7765249040,"@timestamp":1596023328},"coords":"51.8768873,-0.3733598","bedrooms":"3","price":"276000","area":"598"} , +{"type":"Feature","id":"n7765265285","geometry":{"type":"Point","coordinates":[-0.109221,51.5711316]},"properties":{"@type":"node","@id":7765265285,"@timestamp":1596022479},"coords":"51.5711316,-0.109221","bedrooms":"3","price":"197000","area":"472"} , +{"type":"Feature","id":"n7765429759","geometry":{"type":"Point","coordinates":[0.5963369,51.6102434]},"properties":{"@type":"node","@id":7765429759,"@timestamp":1596026749},"coords":"51.6102434,0.5963369","bedrooms":"0","price":"176000","area":"526"} , +{"type":"Feature","id":"n7765505598","geometry":{"type":"Point","coordinates":[-0.0905724,51.3745394]},"properties":{"@type":"node","@id":7765505598,"@timestamp":1596028849},"coords":"51.3745394,-0.0905724","bedrooms":"1","price":"158000","area":"384"} , +{"type":"Feature","id":"n7765505619","geometry":{"type":"Point","coordinates":[-0.090768,51.3752206]},"properties":{"@type":"node","@id":7765505619,"@timestamp":1628205394},"coords":"51.3752206,-0.090768","bedrooms":"0","price":"217000","area":"482"} , +{"type":"Feature","id":"n7765573684","geometry":{"type":"Point","coordinates":[-0.0832975,51.522125]},"properties":{"@type":"node","@id":7765573684,"@timestamp":1596031438},"coords":"51.522125,-0.0832975","bedrooms":"3","price":"157000","area":"404"} , +{"type":"Feature","id":"n7765645973","geometry":{"type":"Point","coordinates":[-0.1611592,51.5255746]},"properties":{"@type":"node","@id":7765645973,"@timestamp":1596032628},"coords":"51.5255746,-0.1611592","bedrooms":"4","price":"177000","area":"442"} , +{"type":"Feature","id":"n7765719723","geometry":{"type":"Point","coordinates":[-0.1971372,51.5626365]},"properties":{"@type":"node","@id":7765719723,"@timestamp":1596034738},"coords":"51.5626365,-0.1971372","bedrooms":"2","price":"243000","area":"610"} , +{"type":"Feature","id":"n7765751295","geometry":{"type":"Point","coordinates":[-0.0190159,51.6683436]},"properties":{"@type":"node","@id":7765751295,"@timestamp":1601479138},"coords":"51.6683436,-0.0190159","bedrooms":"3","price":"234000","area":"355"} , +{"type":"Feature","id":"n7765751305","geometry":{"type":"Point","coordinates":[-0.0186122,51.6687429]},"properties":{"@type":"node","@id":7765751305,"@timestamp":1601478987},"coords":"51.6687429,-0.0186122","bedrooms":"4","price":"177000","area":"557"} , +{"type":"Feature","id":"n7765754069","geometry":{"type":"Point","coordinates":[-0.3995775,51.5601621]},"properties":{"@type":"node","@id":7765754069,"@timestamp":1596036338},"coords":"51.5601621,-0.3995775","bedrooms":"3","price":"267000","area":"610"} , +{"type":"Feature","id":"n7766319628","geometry":{"type":"Point","coordinates":[-0.0965389,51.6308987]},"properties":{"@type":"node","@id":7766319628,"@timestamp":1628544853},"coords":"51.6308987,-0.0965389","bedrooms":"1","price":"266000","area":"368"} , +{"type":"Feature","id":"n7766319638","geometry":{"type":"Point","coordinates":[-0.0898837,51.6227979]},"properties":{"@type":"node","@id":7766319638,"@timestamp":1596040123},"coords":"51.6227979,-0.0898837","bedrooms":"1","price":"241000","area":"597"} , +{"type":"Feature","id":"n7766319649","geometry":{"type":"Point","coordinates":[-0.1100462,51.6155281]},"properties":{"@type":"node","@id":7766319649,"@timestamp":1596040123},"coords":"51.6155281,-0.1100462","bedrooms":"4","price":"196000","area":"595"} , +{"type":"Feature","id":"n7766341956","geometry":{"type":"Point","coordinates":[-0.0174663,51.5455211]},"properties":{"@type":"node","@id":7766341956,"@timestamp":1596041250},"coords":"51.5455211,-0.0174663","bedrooms":"2","price":"221000","area":"566"} , +{"type":"Feature","id":"n7766354197","geometry":{"type":"Point","coordinates":[-0.0173499,51.5452792]},"properties":{"@type":"node","@id":7766354197,"@timestamp":1596041250},"coords":"51.5452792,-0.0173499","bedrooms":"3","price":"180000","area":"423"} , +{"type":"Feature","id":"n7766354207","geometry":{"type":"Point","coordinates":[-0.0176814,51.5455016]},"properties":{"@type":"node","@id":7766354207,"@timestamp":1596041250},"coords":"51.5455016,-0.0176814","bedrooms":"3","price":"212000","area":"557"} , +{"type":"Feature","id":"n7766362377","geometry":{"type":"Point","coordinates":[-0.3038782,50.9949012]},"properties":{"@type":"node","@id":7766362377,"@timestamp":1596041509},"coords":"50.9949012,-0.3038782","bedrooms":"3","price":"271000","area":"434"} , +{"type":"Feature","id":"n7766362387","geometry":{"type":"Point","coordinates":[-0.3034774,50.9948672]},"properties":{"@type":"node","@id":7766362387,"@timestamp":1596041509},"coords":"50.9948672,-0.3034774","bedrooms":"3","price":"259000","area":"534"} , +{"type":"Feature","id":"n7766362411","geometry":{"type":"Point","coordinates":[-0.3007635,50.9978092]},"properties":{"@type":"node","@id":7766362411,"@timestamp":1596041509},"coords":"50.9978092,-0.3007635","bedrooms":"4","price":"207000","area":"489"} , +{"type":"Feature","id":"n7766362455","geometry":{"type":"Point","coordinates":[-0.2977793,50.9980626]},"properties":{"@type":"node","@id":7766362455,"@timestamp":1596041509},"coords":"50.9980626,-0.2977793","bedrooms":"4","price":"180000","area":"579"} , +{"type":"Feature","id":"n7766362494","geometry":{"type":"Point","coordinates":[-0.2975715,51.0002477]},"properties":{"@type":"node","@id":7766362494,"@timestamp":1596041509},"coords":"51.0002477,-0.2975715","bedrooms":"0","price":"198000","area":"520"} , +{"type":"Feature","id":"n7766362571","geometry":{"type":"Point","coordinates":[-0.2939415,51.0030991]},"properties":{"@type":"node","@id":7766362571,"@timestamp":1596041509},"coords":"51.0030991,-0.2939415","bedrooms":"2","price":"271000","area":"589"} , +{"type":"Feature","id":"n7766362655","geometry":{"type":"Point","coordinates":[-0.2861462,51.0033337]},"properties":{"@type":"node","@id":7766362655,"@timestamp":1596041509},"coords":"51.0033337,-0.2861462","bedrooms":"2","price":"244000","area":"385"} , +{"type":"Feature","id":"n7766362702","geometry":{"type":"Point","coordinates":[-0.2817628,51.0023495]},"properties":{"@type":"node","@id":7766362702,"@timestamp":1596041509},"coords":"51.0023495,-0.2817628","bedrooms":"3","price":"196000","area":"491"} , +{"type":"Feature","id":"n7766362723","geometry":{"type":"Point","coordinates":[-0.2832837,51.0021955]},"properties":{"@type":"node","@id":7766362723,"@timestamp":1596041509},"coords":"51.0021955,-0.2832837","bedrooms":"0","price":"177000","area":"667"} , +{"type":"Feature","id":"n7766362733","geometry":{"type":"Point","coordinates":[-0.291663,50.9959182]},"properties":{"@type":"node","@id":7766362733,"@timestamp":1596041509},"coords":"50.9959182,-0.291663","bedrooms":"4","price":"199000","area":"474"} , +{"type":"Feature","id":"n7766362743","geometry":{"type":"Point","coordinates":[-0.2810338,51.0067781]},"properties":{"@type":"node","@id":7766362743,"@timestamp":1596041509},"coords":"51.0067781,-0.2810338","bedrooms":"1","price":"277000","area":"457"} , +{"type":"Feature","id":"n7766362780","geometry":{"type":"Point","coordinates":[-0.2807022,51.0013374]},"properties":{"@type":"node","@id":7766362780,"@timestamp":1596041509},"coords":"51.0013374,-0.2807022","bedrooms":"2","price":"155000","area":"658"} , +{"type":"Feature","id":"n7766363008","geometry":{"type":"Point","coordinates":[-0.2739612,50.9956341]},"properties":{"@type":"node","@id":7766363008,"@timestamp":1596041509},"coords":"50.9956341,-0.2739612","bedrooms":"4","price":"171000","area":"400"} , +{"type":"Feature","id":"n7766363435","geometry":{"type":"Point","coordinates":[0.0819237,51.7779672]},"properties":{"@type":"node","@id":7766363435,"@timestamp":1616056694},"coords":"51.7779672,0.0819237","bedrooms":"1","price":"163000","area":"457"} , +{"type":"Feature","id":"n7766393507","geometry":{"type":"Point","coordinates":[-0.0124557,51.5485406]},"properties":{"@type":"node","@id":7766393507,"@timestamp":1611149876},"coords":"51.5485406,-0.0124557","bedrooms":"0","price":"251000","area":"505"} , +{"type":"Feature","id":"n7767166538","geometry":{"type":"Point","coordinates":[0.0181058,51.5372183]},"properties":{"@type":"node","@id":7767166538,"@timestamp":1596047686},"coords":"51.5372183,0.0181058","bedrooms":"3","price":"187000","area":"548"} , +{"type":"Feature","id":"n7767212024","geometry":{"type":"Point","coordinates":[-0.0834464,51.3642389]},"properties":{"@type":"node","@id":7767212024,"@timestamp":1596047119},"coords":"51.3642389,-0.0834464","bedrooms":"1","price":"253000","area":"676"} , +{"type":"Feature","id":"n7767212041","geometry":{"type":"Point","coordinates":[-0.0881633,51.3661102]},"properties":{"@type":"node","@id":7767212041,"@timestamp":1596047119},"coords":"51.3661102,-0.0881633","bedrooms":"3","price":"240000","area":"515"} , +{"type":"Feature","id":"n7767212053","geometry":{"type":"Point","coordinates":[-0.0889014,51.3681335]},"properties":{"@type":"node","@id":7767212053,"@timestamp":1596047119},"coords":"51.3681335,-0.0889014","bedrooms":"0","price":"259000","area":"411"} , +{"type":"Feature","id":"n7767461902","geometry":{"type":"Point","coordinates":[-0.1945966,51.4888529]},"properties":{"@type":"node","@id":7767461902,"@timestamp":1596047890},"coords":"51.4888529,-0.1945966","bedrooms":"1","price":"262000","area":"595"} , +{"type":"Feature","id":"n7767461912","geometry":{"type":"Point","coordinates":[-0.1944316,51.4883576]},"properties":{"@type":"node","@id":7767461912,"@timestamp":1596047890},"coords":"51.4883576,-0.1944316","bedrooms":"1","price":"176000","area":"442"} , +{"type":"Feature","id":"n7767462558","geometry":{"type":"Point","coordinates":[-0.1932502,51.488472]},"properties":{"@type":"node","@id":7767462558,"@timestamp":1615154795},"coords":"51.488472,-0.1932502","bedrooms":"4","price":"189000","area":"451"} , +{"type":"Feature","id":"n7767674654","geometry":{"type":"Point","coordinates":[0.1414946,51.5655382]},"properties":{"@type":"node","@id":7767674654,"@timestamp":1596050803},"coords":"51.5655382,0.1414946","bedrooms":"0","price":"178000","area":"540"} , +{"type":"Feature","id":"n7767674664","geometry":{"type":"Point","coordinates":[0.1383859,51.5648396]},"properties":{"@type":"node","@id":7767674664,"@timestamp":1596050803},"coords":"51.5648396,0.1383859","bedrooms":"2","price":"258000","area":"540"} , +{"type":"Feature","id":"n7767674674","geometry":{"type":"Point","coordinates":[0.1381257,51.5650547]},"properties":{"@type":"node","@id":7767674674,"@timestamp":1596050803},"coords":"51.5650547,0.1381257","bedrooms":"0","price":"281000","area":"484"} , +{"type":"Feature","id":"n7767674684","geometry":{"type":"Point","coordinates":[0.137777,51.5654673]},"properties":{"@type":"node","@id":7767674684,"@timestamp":1596050803},"coords":"51.5654673,0.137777","bedrooms":"2","price":"289000","area":"536"} , +{"type":"Feature","id":"n7767772194","geometry":{"type":"Point","coordinates":[0.1383993,51.5652706]},"properties":{"@type":"node","@id":7767772194,"@timestamp":1596050803},"coords":"51.5652706,0.1383993","bedrooms":"3","price":"237000","area":"403"} , +{"type":"Feature","id":"n7767772204","geometry":{"type":"Point","coordinates":[0.1388794,51.5654607]},"properties":{"@type":"node","@id":7767772204,"@timestamp":1596050803},"coords":"51.5654607,0.1388794","bedrooms":"2","price":"253000","area":"353"} , +{"type":"Feature","id":"n7767772214","geometry":{"type":"Point","coordinates":[0.1392053,51.5652598]},"properties":{"@type":"node","@id":7767772214,"@timestamp":1596050803},"coords":"51.5652598,0.1392053","bedrooms":"1","price":"210000","area":"552"} , +{"type":"Feature","id":"n7767772224","geometry":{"type":"Point","coordinates":[0.1390135,51.5647679]},"properties":{"@type":"node","@id":7767772224,"@timestamp":1596050803},"coords":"51.5647679,0.1390135","bedrooms":"0","price":"289000","area":"511"} , +{"type":"Feature","id":"n7767772234","geometry":{"type":"Point","coordinates":[0.139908,51.5644369]},"properties":{"@type":"node","@id":7767772234,"@timestamp":1596050803},"coords":"51.5644369,0.139908","bedrooms":"0","price":"218000","area":"472"} , +{"type":"Feature","id":"n7767772244","geometry":{"type":"Point","coordinates":[0.1410735,51.564677]},"properties":{"@type":"node","@id":7767772244,"@timestamp":1596050803},"coords":"51.564677,0.1410735","bedrooms":"4","price":"195000","area":"445"} , +{"type":"Feature","id":"n7767772254","geometry":{"type":"Point","coordinates":[0.1400247,51.5648062]},"properties":{"@type":"node","@id":7767772254,"@timestamp":1596050803},"coords":"51.5648062,0.1400247","bedrooms":"1","price":"204000","area":"619"} , +{"type":"Feature","id":"n7767772264","geometry":{"type":"Point","coordinates":[0.1399966,51.5652656]},"properties":{"@type":"node","@id":7767772264,"@timestamp":1596050803},"coords":"51.5652656,0.1399966","bedrooms":"0","price":"201000","area":"517"} , +{"type":"Feature","id":"n7767772274","geometry":{"type":"Point","coordinates":[0.1399684,51.5656908]},"properties":{"@type":"node","@id":7767772274,"@timestamp":1596050803},"coords":"51.5656908,0.1399684","bedrooms":"3","price":"270000","area":"597"} , +{"type":"Feature","id":"n7767772284","geometry":{"type":"Point","coordinates":[0.1384865,51.5656958]},"properties":{"@type":"node","@id":7767772284,"@timestamp":1596050803},"coords":"51.5656958,0.1384865","bedrooms":"3","price":"275000","area":"502"} , +{"type":"Feature","id":"n7767772294","geometry":{"type":"Point","coordinates":[0.1372996,51.5655324]},"properties":{"@type":"node","@id":7767772294,"@timestamp":1596050803},"coords":"51.5655324,0.1372996","bedrooms":"3","price":"297000","area":"467"} , +{"type":"Feature","id":"n7767772304","geometry":{"type":"Point","coordinates":[0.1373586,51.5649263]},"properties":{"@type":"node","@id":7767772304,"@timestamp":1596050803},"coords":"51.5649263,0.1373586","bedrooms":"1","price":"255000","area":"664"} , +{"type":"Feature","id":"n7767772314","geometry":{"type":"Point","coordinates":[0.1378816,51.5647671]},"properties":{"@type":"node","@id":7767772314,"@timestamp":1596050803},"coords":"51.5647671,0.1378816","bedrooms":"0","price":"233000","area":"460"} , +{"type":"Feature","id":"n7767772324","geometry":{"type":"Point","coordinates":[0.1385052,51.5643944]},"properties":{"@type":"node","@id":7767772324,"@timestamp":1596050803},"coords":"51.5643944,0.1385052","bedrooms":"3","price":"295000","area":"477"} , +{"type":"Feature","id":"n7767772334","geometry":{"type":"Point","coordinates":[0.1379165,51.564291]},"properties":{"@type":"node","@id":7767772334,"@timestamp":1596050803},"coords":"51.564291,0.1379165","bedrooms":"3","price":"249000","area":"414"} , +{"type":"Feature","id":"n7767772344","geometry":{"type":"Point","coordinates":[0.1365244,51.5645728]},"properties":{"@type":"node","@id":7767772344,"@timestamp":1596050803},"coords":"51.5645728,0.1365244","bedrooms":"2","price":"164000","area":"655"} , +{"type":"Feature","id":"n7767772354","geometry":{"type":"Point","coordinates":[0.1364842,51.5642585]},"properties":{"@type":"node","@id":7767772354,"@timestamp":1596050803},"coords":"51.5642585,0.1364842","bedrooms":"0","price":"291000","area":"611"} , +{"type":"Feature","id":"n7767772364","geometry":{"type":"Point","coordinates":[0.1363689,51.564091]},"properties":{"@type":"node","@id":7767772364,"@timestamp":1596050803},"coords":"51.564091,0.1363689","bedrooms":"1","price":"292000","area":"382"} , +{"type":"Feature","id":"n7767772374","geometry":{"type":"Point","coordinates":[0.1365083,51.5637633]},"properties":{"@type":"node","@id":7767772374,"@timestamp":1596050803},"coords":"51.5637633,0.1365083","bedrooms":"2","price":"165000","area":"606"} , +{"type":"Feature","id":"n7767772384","geometry":{"type":"Point","coordinates":[0.1369348,51.5637591]},"properties":{"@type":"node","@id":7767772384,"@timestamp":1596050803},"coords":"51.5637591,0.1369348","bedrooms":"2","price":"198000","area":"443"} , +{"type":"Feature","id":"n7767772398","geometry":{"type":"Point","coordinates":[0.137942,51.5637508]},"properties":{"@type":"node","@id":7767772398,"@timestamp":1596050803},"coords":"51.5637508,0.137942","bedrooms":"1","price":"208000","area":"513"} , +{"type":"Feature","id":"n7767772408","geometry":{"type":"Point","coordinates":[0.1387466,51.5635982]},"properties":{"@type":"node","@id":7767772408,"@timestamp":1596050803},"coords":"51.5635982,0.1387466","bedrooms":"4","price":"299000","area":"675"} , +{"type":"Feature","id":"n7767772418","geometry":{"type":"Point","coordinates":[0.1380506,51.5640451]},"properties":{"@type":"node","@id":7767772418,"@timestamp":1596050803},"coords":"51.5640451,0.1380506","bedrooms":"3","price":"198000","area":"404"} , +{"type":"Feature","id":"n7767772428","geometry":{"type":"Point","coordinates":[0.1388445,51.5640709]},"properties":{"@type":"node","@id":7767772428,"@timestamp":1596050803},"coords":"51.5640709,0.1388445","bedrooms":"2","price":"256000","area":"428"} , +{"type":"Feature","id":"n7767772442","geometry":{"type":"Point","coordinates":[0.1395379,51.5638242]},"properties":{"@type":"node","@id":7767772442,"@timestamp":1596050803},"coords":"51.5638242,0.1395379","bedrooms":"0","price":"183000","area":"603"} , +{"type":"Feature","id":"n7767772452","geometry":{"type":"Point","coordinates":[0.1400743,51.5639092]},"properties":{"@type":"node","@id":7767772452,"@timestamp":1596050803},"coords":"51.5639092,0.1400743","bedrooms":"4","price":"262000","area":"535"} , +{"type":"Feature","id":"n7767772462","geometry":{"type":"Point","coordinates":[0.1397042,51.5634582]},"properties":{"@type":"node","@id":7767772462,"@timestamp":1596050803},"coords":"51.5634582,0.1397042","bedrooms":"3","price":"235000","area":"594"} , +{"type":"Feature","id":"n7767772472","geometry":{"type":"Point","coordinates":[0.1387037,51.5633982]},"properties":{"@type":"node","@id":7767772472,"@timestamp":1596050803},"coords":"51.5633982,0.1387037","bedrooms":"4","price":"168000","area":"530"} , +{"type":"Feature","id":"n7767772482","geometry":{"type":"Point","coordinates":[0.1378696,51.5633806]},"properties":{"@type":"node","@id":7767772482,"@timestamp":1596050803},"coords":"51.5633806,0.1378696","bedrooms":"4","price":"216000","area":"671"} , +{"type":"Feature","id":"n7767772492","geometry":{"type":"Point","coordinates":[0.1369831,51.5632956]},"properties":{"@type":"node","@id":7767772492,"@timestamp":1596050803},"coords":"51.5632956,0.1369831","bedrooms":"4","price":"273000","area":"614"} , +{"type":"Feature","id":"n7767772502","geometry":{"type":"Point","coordinates":[0.132591,51.5632539]},"properties":{"@type":"node","@id":7767772502,"@timestamp":1596050803},"coords":"51.5632539,0.132591","bedrooms":"2","price":"255000","area":"521"} , +{"type":"Feature","id":"n7767772512","geometry":{"type":"Point","coordinates":[0.1325454,51.5630197]},"properties":{"@type":"node","@id":7767772512,"@timestamp":1596050803},"coords":"51.5630197,0.1325454","bedrooms":"2","price":"273000","area":"681"} , +{"type":"Feature","id":"n7767772522","geometry":{"type":"Point","coordinates":[0.1337939,51.5628329]},"properties":{"@type":"node","@id":7767772522,"@timestamp":1596050803},"coords":"51.5628329,0.1337939","bedrooms":"0","price":"233000","area":"630"} , +{"type":"Feature","id":"n7767772532","geometry":{"type":"Point","coordinates":[0.1339911,51.5630338]},"properties":{"@type":"node","@id":7767772532,"@timestamp":1596050803},"coords":"51.5630338,0.1339911","bedrooms":"1","price":"255000","area":"524"} , +{"type":"Feature","id":"n7767772542","geometry":{"type":"Point","coordinates":[0.1341306,51.5632806]},"properties":{"@type":"node","@id":7767772542,"@timestamp":1596050803},"coords":"51.5632806,0.1341306","bedrooms":"0","price":"172000","area":"477"} , +{"type":"Feature","id":"n7767772552","geometry":{"type":"Point","coordinates":[0.1355106,51.5632122]},"properties":{"@type":"node","@id":7767772552,"@timestamp":1596050803},"coords":"51.5632122,0.1355106","bedrooms":"3","price":"163000","area":"573"} , +{"type":"Feature","id":"n7767772562","geometry":{"type":"Point","coordinates":[0.1355065,51.5635282]},"properties":{"@type":"node","@id":7767772562,"@timestamp":1596050803},"coords":"51.5635282,0.1355065","bedrooms":"4","price":"277000","area":"591"} , +{"type":"Feature","id":"n7767772572","geometry":{"type":"Point","coordinates":[0.1351418,51.5637792]},"properties":{"@type":"node","@id":7767772572,"@timestamp":1596050803},"coords":"51.5637792,0.1351418","bedrooms":"2","price":"170000","area":"360"} , +{"type":"Feature","id":"n7767772582","geometry":{"type":"Point","coordinates":[0.1350787,51.5641201]},"properties":{"@type":"node","@id":7767772582,"@timestamp":1596050803},"coords":"51.5641201,0.1350787","bedrooms":"1","price":"155000","area":"542"} , +{"type":"Feature","id":"n7767772592","geometry":{"type":"Point","coordinates":[0.13552,51.5643777]},"properties":{"@type":"node","@id":7767772592,"@timestamp":1596050803},"coords":"51.5643777,0.13552","bedrooms":"0","price":"292000","area":"451"} , +{"type":"Feature","id":"n7767772602","geometry":{"type":"Point","coordinates":[0.1360095,51.5646012]},"properties":{"@type":"node","@id":7767772602,"@timestamp":1596050803},"coords":"51.5646012,0.1360095","bedrooms":"0","price":"205000","area":"646"} , +{"type":"Feature","id":"n7767800899","geometry":{"type":"Point","coordinates":[-0.0098836,51.488466]},"properties":{"@type":"node","@id":7767800899,"@timestamp":1617045121},"coords":"51.488466,-0.0098836","bedrooms":"1","price":"202000","area":"409"} , +{"type":"Feature","id":"n7767827891","geometry":{"type":"Point","coordinates":[-0.0911914,51.3720696]},"properties":{"@type":"node","@id":7767827891,"@timestamp":1596052532},"coords":"51.3720696,-0.0911914","bedrooms":"2","price":"233000","area":"413"} , +{"type":"Feature","id":"n7767827910","geometry":{"type":"Point","coordinates":[-0.0843113,51.3664814]},"properties":{"@type":"node","@id":7767827910,"@timestamp":1596052532},"coords":"51.3664814,-0.0843113","bedrooms":"4","price":"283000","area":"695"} , +{"type":"Feature","id":"n7767827927","geometry":{"type":"Point","coordinates":[-0.0820757,51.3654375]},"properties":{"@type":"node","@id":7767827927,"@timestamp":1596052532},"coords":"51.3654375,-0.0820757","bedrooms":"1","price":"170000","area":"412"} , +{"type":"Feature","id":"n7767827937","geometry":{"type":"Point","coordinates":[-0.0829021,51.3640409]},"properties":{"@type":"node","@id":7767827937,"@timestamp":1596052532},"coords":"51.3640409,-0.0829021","bedrooms":"1","price":"161000","area":"450"} , +{"type":"Feature","id":"n7767839891","geometry":{"type":"Point","coordinates":[0.0844074,51.7654253]},"properties":{"@type":"node","@id":7767839891,"@timestamp":1624926038},"coords":"51.7654253,0.0844074","bedrooms":"1","price":"273000","area":"663"} , +{"type":"Feature","id":"n7768143622","geometry":{"type":"Point","coordinates":[-0.1659735,51.5918868]},"properties":{"@type":"node","@id":7768143622,"@timestamp":1626528510},"coords":"51.5918868,-0.1659735","bedrooms":"3","price":"192000","area":"559"} , +{"type":"Feature","id":"n7768143633","geometry":{"type":"Point","coordinates":[-0.165539,51.5918585]},"properties":{"@type":"node","@id":7768143633,"@timestamp":1635436161},"coords":"51.5918585,-0.165539","bedrooms":"1","price":"169000","area":"363"} , +{"type":"Feature","id":"n7768172898","geometry":{"type":"Point","coordinates":[0.0096102,51.4969833]},"properties":{"@type":"node","@id":7768172898,"@timestamp":1596058902},"coords":"51.4969833,0.0096102","bedrooms":"0","price":"293000","area":"585"} , +{"type":"Feature","id":"n7768172908","geometry":{"type":"Point","coordinates":[0.0114015,51.4975334]},"properties":{"@type":"node","@id":7768172908,"@timestamp":1596058902},"coords":"51.4975334,0.0114015","bedrooms":"2","price":"154000","area":"444"} , +{"type":"Feature","id":"n7768172918","geometry":{"type":"Point","coordinates":[0.011581,51.4985799]},"properties":{"@type":"node","@id":7768172918,"@timestamp":1596058902},"coords":"51.4985799,0.011581","bedrooms":"2","price":"283000","area":"478"} , +{"type":"Feature","id":"n7768172928","geometry":{"type":"Point","coordinates":[0.0067206,51.5024524]},"properties":{"@type":"node","@id":7768172928,"@timestamp":1596058902},"coords":"51.5024524,0.0067206","bedrooms":"1","price":"181000","area":"373"} , +{"type":"Feature","id":"n7768241966","geometry":{"type":"Point","coordinates":[0.1336198,51.7717722]},"properties":{"@type":"node","@id":7768241966,"@timestamp":1617144492},"coords":"51.7717722,0.1336198","bedrooms":"2","price":"170000","area":"637"} , +{"type":"Feature","id":"n7768262003","geometry":{"type":"Point","coordinates":[0.1255465,51.8159491]},"properties":{"@type":"node","@id":7768262003,"@timestamp":1596062661},"coords":"51.8159491,0.1255465","bedrooms":"4","price":"281000","area":"608"} , +{"type":"Feature","id":"n7768361638","geometry":{"type":"Point","coordinates":[0.2065583,51.4457729]},"properties":{"@type":"node","@id":7768361638,"@timestamp":1596067036},"coords":"51.4457729,0.2065583","bedrooms":"2","price":"175000","area":"658"} , +{"type":"Feature","id":"n7768369350","geometry":{"type":"Point","coordinates":[-0.572771,51.7643166]},"properties":{"@type":"node","@id":7768369350,"@timestamp":1596068685},"coords":"51.7643166,-0.572771","bedrooms":"1","price":"243000","area":"478"} , +{"type":"Feature","id":"n7768447232","geometry":{"type":"Point","coordinates":[-0.1139094,51.6102377]},"properties":{"@type":"node","@id":7768447232,"@timestamp":1596072761},"coords":"51.6102377,-0.1139094","bedrooms":"1","price":"294000","area":"485"} , +{"type":"Feature","id":"n7768447242","geometry":{"type":"Point","coordinates":[-0.1137874,51.6109789]},"properties":{"@type":"node","@id":7768447242,"@timestamp":1596072761},"coords":"51.6109789,-0.1137874","bedrooms":"3","price":"299000","area":"457"} , +{"type":"Feature","id":"n7768447252","geometry":{"type":"Point","coordinates":[-0.1136774,51.6117218]},"properties":{"@type":"node","@id":7768447252,"@timestamp":1596072761},"coords":"51.6117218,-0.1136774","bedrooms":"4","price":"291000","area":"412"} , +{"type":"Feature","id":"n7768457700","geometry":{"type":"Point","coordinates":[-0.1125901,51.6097117]},"properties":{"@type":"node","@id":7768457700,"@timestamp":1596072761},"coords":"51.6097117,-0.1125901","bedrooms":"4","price":"266000","area":"416"} , +{"type":"Feature","id":"n7768457710","geometry":{"type":"Point","coordinates":[-0.1116503,51.6097128]},"properties":{"@type":"node","@id":7768457710,"@timestamp":1596072761},"coords":"51.6097128,-0.1116503","bedrooms":"3","price":"282000","area":"452"} , +{"type":"Feature","id":"n7768457720","geometry":{"type":"Point","coordinates":[-0.1107481,51.6097123]},"properties":{"@type":"node","@id":7768457720,"@timestamp":1596072761},"coords":"51.6097123,-0.1107481","bedrooms":"0","price":"213000","area":"579"} , +{"type":"Feature","id":"n7768457730","geometry":{"type":"Point","coordinates":[-0.1127255,51.6094511]},"properties":{"@type":"node","@id":7768457730,"@timestamp":1596072761},"coords":"51.6094511,-0.1127255","bedrooms":"3","price":"297000","area":"454"} , +{"type":"Feature","id":"n7768457740","geometry":{"type":"Point","coordinates":[-0.1117825,51.6094552]},"properties":{"@type":"node","@id":7768457740,"@timestamp":1596072761},"coords":"51.6094552,-0.1117825","bedrooms":"1","price":"173000","area":"479"} , +{"type":"Feature","id":"n7768457750","geometry":{"type":"Point","coordinates":[-0.1109039,51.6094594]},"properties":{"@type":"node","@id":7768457750,"@timestamp":1596072761},"coords":"51.6094594,-0.1109039","bedrooms":"1","price":"222000","area":"604"} , +{"type":"Feature","id":"n7768457760","geometry":{"type":"Point","coordinates":[-0.1130927,51.6101796]},"properties":{"@type":"node","@id":7768457760,"@timestamp":1596072761},"coords":"51.6101796,-0.1130927","bedrooms":"3","price":"255000","area":"583"} , +{"type":"Feature","id":"n7768457770","geometry":{"type":"Point","coordinates":[-0.1121458,51.6101731]},"properties":{"@type":"node","@id":7768457770,"@timestamp":1596072761},"coords":"51.6101731,-0.1121458","bedrooms":"4","price":"288000","area":"363"} , +{"type":"Feature","id":"n7768457780","geometry":{"type":"Point","coordinates":[-0.1112178,51.6101633]},"properties":{"@type":"node","@id":7768457780,"@timestamp":1596072761},"coords":"51.6101633,-0.1112178","bedrooms":"0","price":"208000","area":"398"} , +{"type":"Feature","id":"n7768457794","geometry":{"type":"Point","coordinates":[-0.1104225,51.6101544]},"properties":{"@type":"node","@id":7768457794,"@timestamp":1596072761},"coords":"51.6101544,-0.1104225","bedrooms":"1","price":"189000","area":"404"} , +{"type":"Feature","id":"n7768457804","geometry":{"type":"Point","coordinates":[-0.1124871,51.6104179]},"properties":{"@type":"node","@id":7768457804,"@timestamp":1596072761},"coords":"51.6104179,-0.1124871","bedrooms":"3","price":"243000","area":"632"} , +{"type":"Feature","id":"n7768457814","geometry":{"type":"Point","coordinates":[-0.1115892,51.6104083]},"properties":{"@type":"node","@id":7768457814,"@timestamp":1596072761},"coords":"51.6104083,-0.1115892","bedrooms":"1","price":"158000","area":"356"} , +{"type":"Feature","id":"n7768457824","geometry":{"type":"Point","coordinates":[-0.1107181,51.6104003]},"properties":{"@type":"node","@id":7768457824,"@timestamp":1596072761},"coords":"51.6104003,-0.1107181","bedrooms":"1","price":"152000","area":"456"} , +{"type":"Feature","id":"n7768457848","geometry":{"type":"Point","coordinates":[-0.1128975,51.6109017]},"properties":{"@type":"node","@id":7768457848,"@timestamp":1596072761},"coords":"51.6109017,-0.1128975","bedrooms":"2","price":"256000","area":"361"} , +{"type":"Feature","id":"n7768457858","geometry":{"type":"Point","coordinates":[-0.1120177,51.610874]},"properties":{"@type":"node","@id":7768457858,"@timestamp":1596072761},"coords":"51.610874,-0.1120177","bedrooms":"2","price":"192000","area":"428"} , +{"type":"Feature","id":"n7768457868","geometry":{"type":"Point","coordinates":[-0.1109604,51.61084]},"properties":{"@type":"node","@id":7768457868,"@timestamp":1596072761},"coords":"51.61084,-0.1109604","bedrooms":"2","price":"180000","area":"657"} , +{"type":"Feature","id":"n7768457878","geometry":{"type":"Point","coordinates":[-0.1114874,51.6108548]},"properties":{"@type":"node","@id":7768457878,"@timestamp":1596072761},"coords":"51.6108548,-0.1114874","bedrooms":"4","price":"244000","area":"516"} , +{"type":"Feature","id":"n7768457888","geometry":{"type":"Point","coordinates":[-0.1125553,51.6111372]},"properties":{"@type":"node","@id":7768457888,"@timestamp":1596350930},"coords":"51.6111372,-0.1125553","bedrooms":"2","price":"220000","area":"488"} , +{"type":"Feature","id":"n7768457898","geometry":{"type":"Point","coordinates":[-0.1116781,51.6111104]},"properties":{"@type":"node","@id":7768457898,"@timestamp":1596350930},"coords":"51.6111104,-0.1116781","bedrooms":"0","price":"289000","area":"657"} , +{"type":"Feature","id":"n7768457908","geometry":{"type":"Point","coordinates":[-0.1105327,51.6110754]},"properties":{"@type":"node","@id":7768457908,"@timestamp":1596350930},"coords":"51.6110754,-0.1105327","bedrooms":"0","price":"168000","area":"586"} , +{"type":"Feature","id":"n7768929054","geometry":{"type":"Point","coordinates":[-0.9982639,51.5099669]},"properties":{"@type":"node","@id":7768929054,"@timestamp":1596088698},"coords":"51.5099669,-0.9982639","bedrooms":"2","price":"152000","area":"457"} , +{"type":"Feature","id":"n7769229240","geometry":{"type":"Point","coordinates":[0.016729,51.541065]},"properties":{"@type":"node","@id":7769229240,"@timestamp":1596095970},"coords":"51.541065,0.016729","bedrooms":"2","price":"233000","area":"608"} , +{"type":"Feature","id":"n7769359771","geometry":{"type":"Point","coordinates":[-0.294921,51.3847544]},"properties":{"@type":"node","@id":7769359771,"@timestamp":1619710996},"coords":"51.3847544,-0.294921","bedrooms":"4","price":"164000","area":"506"} , +{"type":"Feature","id":"n7769441765","geometry":{"type":"Point","coordinates":[-0.1296177,51.632991]},"properties":{"@type":"node","@id":7769441765,"@timestamp":1620923644},"coords":"51.632991,-0.1296177","bedrooms":"1","price":"174000","area":"425"} , +{"type":"Feature","id":"n7769441775","geometry":{"type":"Point","coordinates":[-0.1280196,51.6303013]},"properties":{"@type":"node","@id":7769441775,"@timestamp":1616669012},"coords":"51.6303013,-0.1280196","bedrooms":"4","price":"162000","area":"532"} , +{"type":"Feature","id":"n7769531982","geometry":{"type":"Point","coordinates":[-1.0248585,51.4530339]},"properties":{"@type":"node","@id":7769531982,"@timestamp":1596102854},"coords":"51.4530339,-1.0248585","bedrooms":"0","price":"233000","area":"365"} , +{"type":"Feature","id":"n7769568238","geometry":{"type":"Point","coordinates":[-0.0526946,51.4728614]},"properties":{"@type":"node","@id":7769568238,"@timestamp":1620063459},"coords":"51.4728614,-0.0526946","bedrooms":"4","price":"223000","area":"381"} , +{"type":"Feature","id":"n7769568252","geometry":{"type":"Point","coordinates":[-0.0520848,51.4690532]},"properties":{"@type":"node","@id":7769568252,"@timestamp":1596103548},"coords":"51.4690532,-0.0520848","bedrooms":"1","price":"156000","area":"641"} , +{"type":"Feature","id":"n7769568277","geometry":{"type":"Point","coordinates":[-0.0501116,51.4683412]},"properties":{"@type":"node","@id":7769568277,"@timestamp":1596103548},"coords":"51.4683412,-0.0501116","bedrooms":"2","price":"239000","area":"462"} , +{"type":"Feature","id":"n7769646336","geometry":{"type":"Point","coordinates":[0.8501906,51.1419264]},"properties":{"@type":"node","@id":7769646336,"@timestamp":1596105521},"coords":"51.1419264,0.8501906","bedrooms":"2","price":"181000","area":"627"} , +{"type":"Feature","id":"n7769656933","geometry":{"type":"Point","coordinates":[-0.0143713,51.5482574]},"properties":{"@type":"node","@id":7769656933,"@timestamp":1596105520},"coords":"51.5482574,-0.0143713","bedrooms":"3","price":"183000","area":"495"} , +{"type":"Feature","id":"n7769656961","geometry":{"type":"Point","coordinates":[-0.0130617,51.5490543]},"properties":{"@type":"node","@id":7769656961,"@timestamp":1626274975},"coords":"51.5490543,-0.0130617","bedrooms":"2","price":"268000","area":"415"} , +{"type":"Feature","id":"n7769656971","geometry":{"type":"Point","coordinates":[-0.0145349,51.5494525]},"properties":{"@type":"node","@id":7769656971,"@timestamp":1611149876},"coords":"51.5494525,-0.0145349","bedrooms":"4","price":"171000","area":"494"} , +{"type":"Feature","id":"n7769656981","geometry":{"type":"Point","coordinates":[-0.0140601,51.5490947]},"properties":{"@type":"node","@id":7769656981,"@timestamp":1596105520},"coords":"51.5490947,-0.0140601","bedrooms":"3","price":"166000","area":"400"} , +{"type":"Feature","id":"n7769682875","geometry":{"type":"Point","coordinates":[-0.02929,51.6498963]},"properties":{"@type":"node","@id":7769682875,"@timestamp":1614982289},"coords":"51.6498963,-0.02929","bedrooms":"3","price":"262000","area":"697"} , +{"type":"Feature","id":"n7769775509","geometry":{"type":"Point","coordinates":[-0.1093699,51.6108799]},"properties":{"@type":"node","@id":7769775509,"@timestamp":1596107960},"coords":"51.6108799,-0.1093699","bedrooms":"3","price":"171000","area":"557"} , +{"type":"Feature","id":"n7769775613","geometry":{"type":"Point","coordinates":[-0.1092684,51.6113154]},"properties":{"@type":"node","@id":7769775613,"@timestamp":1596107960},"coords":"51.6113154,-0.1092684","bedrooms":"4","price":"193000","area":"682"} , +{"type":"Feature","id":"n7769895211","geometry":{"type":"Point","coordinates":[-0.3669705,51.4626255]},"properties":{"@type":"node","@id":7769895211,"@timestamp":1596110559},"coords":"51.4626255,-0.3669705","bedrooms":"2","price":"221000","area":"627"} , +{"type":"Feature","id":"n7770069416","geometry":{"type":"Point","coordinates":[-0.1076401,51.56851]},"properties":{"@type":"node","@id":7770069416,"@timestamp":1596114500},"coords":"51.56851,-0.1076401","bedrooms":"4","price":"269000","area":"576"} , +{"type":"Feature","id":"n7770069456","geometry":{"type":"Point","coordinates":[-0.1074,51.568937]},"properties":{"@type":"node","@id":7770069456,"@timestamp":1596114500},"coords":"51.568937,-0.1074","bedrooms":"0","price":"171000","area":"352"} , +{"type":"Feature","id":"n7770069467","geometry":{"type":"Point","coordinates":[-0.1072602,51.5691886]},"properties":{"@type":"node","@id":7770069467,"@timestamp":1596114500},"coords":"51.5691886,-0.1072602","bedrooms":"1","price":"256000","area":"601"} , +{"type":"Feature","id":"n7770069477","geometry":{"type":"Point","coordinates":[-0.1078704,51.568458]},"properties":{"@type":"node","@id":7770069477,"@timestamp":1596114500},"coords":"51.568458,-0.1078704","bedrooms":"1","price":"291000","area":"476"} , +{"type":"Feature","id":"n7770072940","geometry":{"type":"Point","coordinates":[-0.1074819,51.5690118]},"properties":{"@type":"node","@id":7770072940,"@timestamp":1596114500},"coords":"51.5690118,-0.1074819","bedrooms":"4","price":"292000","area":"425"} , +{"type":"Feature","id":"n7770156292","geometry":{"type":"Point","coordinates":[-0.1220491,51.4409157]},"properties":{"@type":"node","@id":7770156292,"@timestamp":1596116847},"coords":"51.4409157,-0.1220491","bedrooms":"3","price":"269000","area":"414"} , +{"type":"Feature","id":"n7770156302","geometry":{"type":"Point","coordinates":[-0.121257,51.4349846]},"properties":{"@type":"node","@id":7770156302,"@timestamp":1596727719},"coords":"51.4349846,-0.121257","bedrooms":"0","price":"232000","area":"514"} , +{"type":"Feature","id":"n7770156312","geometry":{"type":"Point","coordinates":[-0.1130207,51.4239162]},"properties":{"@type":"node","@id":7770156312,"@timestamp":1621871363},"coords":"51.4239162,-0.1130207","bedrooms":"3","price":"261000","area":"511"} , +{"type":"Feature","id":"n7770156322","geometry":{"type":"Point","coordinates":[-0.1275156,51.4303358]},"properties":{"@type":"node","@id":7770156322,"@timestamp":1596116877},"coords":"51.4303358,-0.1275156","bedrooms":"0","price":"261000","area":"583"} , +{"type":"Feature","id":"n7770156332","geometry":{"type":"Point","coordinates":[-0.1200672,51.4286382]},"properties":{"@type":"node","@id":7770156332,"@timestamp":1635809921},"coords":"51.4286382,-0.1200672","bedrooms":"2","price":"219000","area":"480"} , +{"type":"Feature","id":"n7770156342","geometry":{"type":"Point","coordinates":[-0.1323996,51.4319165]},"properties":{"@type":"node","@id":7770156342,"@timestamp":1596116917},"coords":"51.4319165,-0.1323996","bedrooms":"1","price":"190000","area":"452"} , +{"type":"Feature","id":"n7770156353","geometry":{"type":"Point","coordinates":[-0.1365142,51.4168533]},"properties":{"@type":"node","@id":7770156353,"@timestamp":1623858122},"coords":"51.4168533,-0.1365142","bedrooms":"3","price":"161000","area":"652"} , +{"type":"Feature","id":"n7770162889","geometry":{"type":"Point","coordinates":[-0.1237681,51.4430397]},"properties":{"@type":"node","@id":7770162889,"@timestamp":1596116844},"coords":"51.4430397,-0.1237681","bedrooms":"4","price":"298000","area":"646"} , +{"type":"Feature","id":"n7770162994","geometry":{"type":"Point","coordinates":[-0.1142802,51.4334419]},"properties":{"@type":"node","@id":7770162994,"@timestamp":1619097726},"coords":"51.4334419,-0.1142802","bedrooms":"2","price":"282000","area":"576"} , +{"type":"Feature","id":"n7770163004","geometry":{"type":"Point","coordinates":[-0.1410037,51.4291676]},"properties":{"@type":"node","@id":7770163004,"@timestamp":1596116889},"coords":"51.4291676,-0.1410037","bedrooms":"1","price":"247000","area":"382"} , +{"type":"Feature","id":"n7770163015","geometry":{"type":"Point","coordinates":[-0.1317045,51.4385491]},"properties":{"@type":"node","@id":7770163015,"@timestamp":1596116915},"coords":"51.4385491,-0.1317045","bedrooms":"0","price":"269000","area":"589"} , +{"type":"Feature","id":"n7770163025","geometry":{"type":"Point","coordinates":[-0.0974052,51.443321]},"properties":{"@type":"node","@id":7770163025,"@timestamp":1599569336},"coords":"51.443321,-0.0974052","bedrooms":"0","price":"290000","area":"428"} , +{"type":"Feature","id":"n7770163088","geometry":{"type":"Point","coordinates":[-0.1165142,51.4439886]},"properties":{"@type":"node","@id":7770163088,"@timestamp":1596116847},"coords":"51.4439886,-0.1165142","bedrooms":"2","price":"292000","area":"680"} , +{"type":"Feature","id":"n7770163098","geometry":{"type":"Point","coordinates":[-0.1163513,51.436044]},"properties":{"@type":"node","@id":7770163098,"@timestamp":1623406255},"coords":"51.436044,-0.1163513","bedrooms":"3","price":"173000","area":"568"} , +{"type":"Feature","id":"n7770163108","geometry":{"type":"Point","coordinates":[-0.1397087,51.4268171]},"properties":{"@type":"node","@id":7770163108,"@timestamp":1610625686},"coords":"51.4268171,-0.1397087","bedrooms":"3","price":"190000","area":"446"} , +{"type":"Feature","id":"n7770163118","geometry":{"type":"Point","coordinates":[-0.1298448,51.4180703]},"properties":{"@type":"node","@id":7770163118,"@timestamp":1617880910},"coords":"51.4180703,-0.1298448","bedrooms":"4","price":"193000","area":"413"} , +{"type":"Feature","id":"n7770163128","geometry":{"type":"Point","coordinates":[-0.1342201,51.4316732]},"properties":{"@type":"node","@id":7770163128,"@timestamp":1613163766},"coords":"51.4316732,-0.1342201","bedrooms":"1","price":"282000","area":"444"} , +{"type":"Feature","id":"n7770163138","geometry":{"type":"Point","coordinates":[-0.1375897,51.4604479]},"properties":{"@type":"node","@id":7770163138,"@timestamp":1596116933},"coords":"51.4604479,-0.1375897","bedrooms":"3","price":"206000","area":"479"} , +{"type":"Feature","id":"n7770163148","geometry":{"type":"Point","coordinates":[-0.1395175,51.4547314]},"properties":{"@type":"node","@id":7770163148,"@timestamp":1620999642},"coords":"51.4547314,-0.1395175","bedrooms":"0","price":"212000","area":"421"} , +{"type":"Feature","id":"n7770163186","geometry":{"type":"Point","coordinates":[-0.1161354,51.4435759]},"properties":{"@type":"node","@id":7770163186,"@timestamp":1596116842},"coords":"51.4435759,-0.1161354","bedrooms":"4","price":"282000","area":"598"} , +{"type":"Feature","id":"n7770163197","geometry":{"type":"Point","coordinates":[-0.1086109,51.4268067]},"properties":{"@type":"node","@id":7770163197,"@timestamp":1619078263},"coords":"51.4268067,-0.1086109","bedrooms":"2","price":"176000","area":"689"} , +{"type":"Feature","id":"n7770163207","geometry":{"type":"Point","coordinates":[-0.1070152,51.4245689]},"properties":{"@type":"node","@id":7770163207,"@timestamp":1596116867},"coords":"51.4245689,-0.1070152","bedrooms":"1","price":"271000","area":"373"} , +{"type":"Feature","id":"n7770163217","geometry":{"type":"Point","coordinates":[-0.1307621,51.4197005]},"properties":{"@type":"node","@id":7770163217,"@timestamp":1596116894},"coords":"51.4197005,-0.1307621","bedrooms":"2","price":"179000","area":"653"} , +{"type":"Feature","id":"n7770163227","geometry":{"type":"Point","coordinates":[-0.1314377,51.4152552]},"properties":{"@type":"node","@id":7770163227,"@timestamp":1614693945},"coords":"51.4152552,-0.1314377","bedrooms":"3","price":"260000","area":"699"} , +{"type":"Feature","id":"n7770163237","geometry":{"type":"Point","coordinates":[-0.1340243,51.4369891]},"properties":{"@type":"node","@id":7770163237,"@timestamp":1596116916},"coords":"51.4369891,-0.1340243","bedrooms":"3","price":"291000","area":"568"} , +{"type":"Feature","id":"n7770163248","geometry":{"type":"Point","coordinates":[-0.1382293,51.4122149]},"properties":{"@type":"node","@id":7770163248,"@timestamp":1623250527},"coords":"51.4122149,-0.1382293","bedrooms":"0","price":"280000","area":"453"} , +{"type":"Feature","id":"n7770163259","geometry":{"type":"Point","coordinates":[-0.1274615,51.4655685]},"properties":{"@type":"node","@id":7770163259,"@timestamp":1596116954},"coords":"51.4655685,-0.1274615","bedrooms":"3","price":"270000","area":"461"} , +{"type":"Feature","id":"n7770163290","geometry":{"type":"Point","coordinates":[-0.130154,51.4224801]},"properties":{"@type":"node","@id":7770163290,"@timestamp":1596116899},"coords":"51.4224801,-0.130154","bedrooms":"0","price":"284000","area":"429"} , +{"type":"Feature","id":"n7770163394","geometry":{"type":"Point","coordinates":[-0.1006295,51.4265336]},"properties":{"@type":"node","@id":7770163394,"@timestamp":1623068816},"coords":"51.4265336,-0.1006295","bedrooms":"0","price":"158000","area":"617"} , +{"type":"Feature","id":"n7770163404","geometry":{"type":"Point","coordinates":[-0.1371411,51.418269]},"properties":{"@type":"node","@id":7770163404,"@timestamp":1610625686},"coords":"51.418269,-0.1371411","bedrooms":"4","price":"200000","area":"587"} , +{"type":"Feature","id":"n7770163486","geometry":{"type":"Point","coordinates":[-0.1047329,51.4238221]},"properties":{"@type":"node","@id":7770163486,"@timestamp":1596116863},"coords":"51.4238221,-0.1047329","bedrooms":"0","price":"286000","area":"420"} , +{"type":"Feature","id":"n7770163496","geometry":{"type":"Point","coordinates":[-0.1333906,51.433328]},"properties":{"@type":"node","@id":7770163496,"@timestamp":1598023498},"coords":"51.433328,-0.1333906","bedrooms":"1","price":"184000","area":"441"} , +{"type":"Feature","id":"n7770163506","geometry":{"type":"Point","coordinates":[-0.1291842,51.4562074]},"properties":{"@type":"node","@id":7770163506,"@timestamp":1620743396},"coords":"51.4562074,-0.1291842","bedrooms":"3","price":"256000","area":"360"} , +{"type":"Feature","id":"n7770163786","geometry":{"type":"Point","coordinates":[-0.1220774,51.4362756]},"properties":{"@type":"node","@id":7770163786,"@timestamp":1630266505},"coords":"51.4362756,-0.1220774","bedrooms":"1","price":"284000","area":"594"} , +{"type":"Feature","id":"n7770163796","geometry":{"type":"Point","coordinates":[-0.1418719,51.4575152]},"properties":{"@type":"node","@id":7770163796,"@timestamp":1596116938},"coords":"51.4575152,-0.1418719","bedrooms":"3","price":"275000","area":"370"} , +{"type":"Feature","id":"n7770190492","geometry":{"type":"Point","coordinates":[-0.12982,51.5374719]},"properties":{"@type":"node","@id":7770190492,"@timestamp":1596545206},"coords":"51.5374719,-0.12982","bedrooms":"0","price":"167000","area":"428"} , +{"type":"Feature","id":"n7770341989","geometry":{"type":"Point","coordinates":[-0.086986,51.4216056]},"properties":{"@type":"node","@id":7770341989,"@timestamp":1615399169},"coords":"51.4216056,-0.086986","bedrooms":"4","price":"284000","area":"591"} , +{"type":"Feature","id":"n7770342088","geometry":{"type":"Point","coordinates":[-0.1107039,51.4442716]},"properties":{"@type":"node","@id":7770342088,"@timestamp":1596121408},"coords":"51.4442716,-0.1107039","bedrooms":"0","price":"221000","area":"564"} , +{"type":"Feature","id":"n7770342098","geometry":{"type":"Point","coordinates":[-0.0996112,51.4518874]},"properties":{"@type":"node","@id":7770342098,"@timestamp":1596121423},"coords":"51.4518874,-0.0996112","bedrooms":"2","price":"242000","area":"615"} , +{"type":"Feature","id":"n7770342108","geometry":{"type":"Point","coordinates":[-0.0939871,51.4472124]},"properties":{"@type":"node","@id":7770342108,"@timestamp":1596121432},"coords":"51.4472124,-0.0939871","bedrooms":"0","price":"293000","area":"582"} , +{"type":"Feature","id":"n7770342118","geometry":{"type":"Point","coordinates":[-0.089614,51.4300958]},"properties":{"@type":"node","@id":7770342118,"@timestamp":1617024674},"coords":"51.4300958,-0.089614","bedrooms":"4","price":"172000","area":"422"} , +{"type":"Feature","id":"n7770342128","geometry":{"type":"Point","coordinates":[-0.0858886,51.4320608]},"properties":{"@type":"node","@id":7770342128,"@timestamp":1615402515},"coords":"51.4320608,-0.0858886","bedrooms":"1","price":"297000","area":"640"} , +{"type":"Feature","id":"n7770342138","geometry":{"type":"Point","coordinates":[-0.0849614,51.426118]},"properties":{"@type":"node","@id":7770342138,"@timestamp":1596121487},"coords":"51.426118,-0.0849614","bedrooms":"4","price":"263000","area":"606"} , +{"type":"Feature","id":"n7770342148","geometry":{"type":"Point","coordinates":[-0.1227078,51.4559168]},"properties":{"@type":"node","@id":7770342148,"@timestamp":1632526246},"coords":"51.4559168,-0.1227078","bedrooms":"1","price":"195000","area":"350"} , +{"type":"Feature","id":"n7770342286","geometry":{"type":"Point","coordinates":[-0.1088074,51.4436979]},"properties":{"@type":"node","@id":7770342286,"@timestamp":1608024998},"coords":"51.4436979,-0.1088074","bedrooms":"0","price":"265000","area":"438"} , +{"type":"Feature","id":"n7770342296","geometry":{"type":"Point","coordinates":[-0.113468,51.4454343]},"properties":{"@type":"node","@id":7770342296,"@timestamp":1596121422},"coords":"51.4454343,-0.113468","bedrooms":"4","price":"285000","area":"486"} , +{"type":"Feature","id":"n7770342306","geometry":{"type":"Point","coordinates":[-0.0920758,51.4372827]},"properties":{"@type":"node","@id":7770342306,"@timestamp":1616772365},"coords":"51.4372827,-0.0920758","bedrooms":"3","price":"152000","area":"572"} , +{"type":"Feature","id":"n7770342316","geometry":{"type":"Point","coordinates":[-0.0818336,51.4313115]},"properties":{"@type":"node","@id":7770342316,"@timestamp":1615402515},"coords":"51.4313115,-0.0818336","bedrooms":"4","price":"191000","area":"433"} , +{"type":"Feature","id":"n7770342326","geometry":{"type":"Point","coordinates":[-0.1164356,51.4529763]},"properties":{"@type":"node","@id":7770342326,"@timestamp":1596121502},"coords":"51.4529763,-0.1164356","bedrooms":"1","price":"283000","area":"409"} , +{"type":"Feature","id":"n7770342389","geometry":{"type":"Point","coordinates":[-0.1149058,51.444693]},"properties":{"@type":"node","@id":7770342389,"@timestamp":1615389955},"coords":"51.444693,-0.1149058","bedrooms":"4","price":"212000","area":"629"} , +{"type":"Feature","id":"n7770342399","geometry":{"type":"Point","coordinates":[-0.0859953,51.4340199]},"properties":{"@type":"node","@id":7770342399,"@timestamp":1615402515},"coords":"51.4340199,-0.0859953","bedrooms":"4","price":"186000","area":"353"} , +{"type":"Feature","id":"n7770342409","geometry":{"type":"Point","coordinates":[-0.0852297,51.4260382]},"properties":{"@type":"node","@id":7770342409,"@timestamp":1596121488},"coords":"51.4260382,-0.0852297","bedrooms":"3","price":"233000","area":"388"} , +{"type":"Feature","id":"n7770342588","geometry":{"type":"Point","coordinates":[-0.0977109,51.4500953]},"properties":{"@type":"node","@id":7770342588,"@timestamp":1596121424},"coords":"51.4500953,-0.0977109","bedrooms":"4","price":"215000","area":"476"} , +{"type":"Feature","id":"n7770342598","geometry":{"type":"Point","coordinates":[-0.1017891,51.4428159]},"properties":{"@type":"node","@id":7770342598,"@timestamp":1600244510},"coords":"51.4428159,-0.1017891","bedrooms":"2","price":"194000","area":"533"} , +{"type":"Feature","id":"n7770342608","geometry":{"type":"Point","coordinates":[-0.0914903,51.4315698]},"properties":{"@type":"node","@id":7770342608,"@timestamp":1622819408},"coords":"51.4315698,-0.0914903","bedrooms":"4","price":"270000","area":"594"} , +{"type":"Feature","id":"n7770342618","geometry":{"type":"Point","coordinates":[-0.0818022,51.4249542]},"properties":{"@type":"node","@id":7770342618,"@timestamp":1596121478},"coords":"51.4249542,-0.0818022","bedrooms":"1","price":"298000","area":"643"} , +{"type":"Feature","id":"n7770342688","geometry":{"type":"Point","coordinates":[-0.0781593,51.4299996]},"properties":{"@type":"node","@id":7770342688,"@timestamp":1615402515},"coords":"51.4299996,-0.0781593","bedrooms":"2","price":"292000","area":"410"} , +{"type":"Feature","id":"n7770343294","geometry":{"type":"Point","coordinates":[-0.0810572,51.4221297]},"properties":{"@type":"node","@id":7770343294,"@timestamp":1596121483},"coords":"51.4221297,-0.0810572","bedrooms":"1","price":"214000","area":"536"} , +{"type":"Feature","id":"n7770344085","geometry":{"type":"Point","coordinates":[-0.0813458,51.4318809]},"properties":{"@type":"node","@id":7770344085,"@timestamp":1596121463},"coords":"51.4318809,-0.0813458","bedrooms":"4","price":"248000","area":"517"} , +{"type":"Feature","id":"n7770530782","geometry":{"type":"Point","coordinates":[-0.1928214,51.488922]},"properties":{"@type":"node","@id":7770530782,"@timestamp":1615154795},"coords":"51.488922,-0.1928214","bedrooms":"4","price":"194000","area":"523"} , +{"type":"Feature","id":"n7770538115","geometry":{"type":"Point","coordinates":[-0.1992092,51.4926768]},"properties":{"@type":"node","@id":7770538115,"@timestamp":1615504514},"coords":"51.4926768,-0.1992092","bedrooms":"2","price":"251000","area":"698"} , +{"type":"Feature","id":"n7770538154","geometry":{"type":"Point","coordinates":[-0.1984585,51.4930535]},"properties":{"@type":"node","@id":7770538154,"@timestamp":1615504514},"coords":"51.4930535,-0.1984585","bedrooms":"4","price":"222000","area":"399"} , +{"type":"Feature","id":"n7770538209","geometry":{"type":"Point","coordinates":[-0.1970363,51.4934499]},"properties":{"@type":"node","@id":7770538209,"@timestamp":1615504514},"coords":"51.4934499,-0.1970363","bedrooms":"2","price":"187000","area":"582"} , +{"type":"Feature","id":"n7770710706","geometry":{"type":"Point","coordinates":[-0.1637386,51.5221042]},"properties":{"@type":"node","@id":7770710706,"@timestamp":1605254259},"coords":"51.5221042,-0.1637386","bedrooms":"0","price":"190000","area":"352"} , +{"type":"Feature","id":"n7770892989","geometry":{"type":"Point","coordinates":[-0.015125,51.5484751]},"properties":{"@type":"node","@id":7770892989,"@timestamp":1596136568},"coords":"51.5484751,-0.015125","bedrooms":"0","price":"210000","area":"619"} , +{"type":"Feature","id":"n7771031502","geometry":{"type":"Point","coordinates":[-0.0186939,51.0043606]},"properties":{"@type":"node","@id":7771031502,"@timestamp":1596140236},"coords":"51.0043606,-0.0186939","bedrooms":"4","price":"265000","area":"441"} , +{"type":"Feature","id":"n7771031612","geometry":{"type":"Point","coordinates":[-0.0241626,51.0255449]},"properties":{"@type":"node","@id":7771031612,"@timestamp":1596140236},"coords":"51.0255449,-0.0241626","bedrooms":"2","price":"277000","area":"443"} , +{"type":"Feature","id":"n7771046694","geometry":{"type":"Point","coordinates":[-0.2591669,51.5366634]},"properties":{"@type":"node","@id":7771046694,"@timestamp":1603023753},"coords":"51.5366634,-0.2591669","bedrooms":"2","price":"280000","area":"431"} , +{"type":"Feature","id":"n7771096263","geometry":{"type":"Point","coordinates":[-0.1751634,51.4578737]},"properties":{"@type":"node","@id":7771096263,"@timestamp":1596142507},"coords":"51.4578737,-0.1751634","bedrooms":"4","price":"167000","area":"593"} , +{"type":"Feature","id":"n7771125814","geometry":{"type":"Point","coordinates":[-0.1751485,51.4577808]},"properties":{"@type":"node","@id":7771125814,"@timestamp":1596142508},"coords":"51.4577808,-0.1751485","bedrooms":"3","price":"249000","area":"631"} , +{"type":"Feature","id":"n7771141548","geometry":{"type":"Point","coordinates":[-0.1548383,51.3264564]},"properties":{"@type":"node","@id":7771141548,"@timestamp":1596144339},"coords":"51.3264564,-0.1548383","bedrooms":"1","price":"248000","area":"635"} , +{"type":"Feature","id":"n7771141562","geometry":{"type":"Point","coordinates":[-0.1560007,51.3273326]},"properties":{"@type":"node","@id":7771141562,"@timestamp":1596144339},"coords":"51.3273326,-0.1560007","bedrooms":"4","price":"237000","area":"425"} , +{"type":"Feature","id":"n7771141583","geometry":{"type":"Point","coordinates":[-0.1575933,51.3260521]},"properties":{"@type":"node","@id":7771141583,"@timestamp":1596144339},"coords":"51.3260521,-0.1575933","bedrooms":"1","price":"269000","area":"453"} , +{"type":"Feature","id":"n7771198097","geometry":{"type":"Point","coordinates":[-0.158517,51.3243425]},"properties":{"@type":"node","@id":7771198097,"@timestamp":1596144339},"coords":"51.3243425,-0.158517","bedrooms":"1","price":"202000","area":"696"} , +{"type":"Feature","id":"n7771198122","geometry":{"type":"Point","coordinates":[-0.1595646,51.3245858]},"properties":{"@type":"node","@id":7771198122,"@timestamp":1596144339},"coords":"51.3245858,-0.1595646","bedrooms":"2","price":"246000","area":"465"} , +{"type":"Feature","id":"n7771198132","geometry":{"type":"Point","coordinates":[-0.1559447,51.3214508]},"properties":{"@type":"node","@id":7771198132,"@timestamp":1596144339},"coords":"51.3214508,-0.1559447","bedrooms":"3","price":"270000","area":"471"} , +{"type":"Feature","id":"n7771198143","geometry":{"type":"Point","coordinates":[-0.1536273,51.3202003]},"properties":{"@type":"node","@id":7771198143,"@timestamp":1596144339},"coords":"51.3202003,-0.1536273","bedrooms":"3","price":"187000","area":"409"} , +{"type":"Feature","id":"n7771198159","geometry":{"type":"Point","coordinates":[-0.1422762,51.3202137]},"properties":{"@type":"node","@id":7771198159,"@timestamp":1596144339},"coords":"51.3202137,-0.1422762","bedrooms":"2","price":"166000","area":"368"} , +{"type":"Feature","id":"n7771347096","geometry":{"type":"Point","coordinates":[0.1440848,51.8352758]},"properties":{"@type":"node","@id":7771347096,"@timestamp":1596150262},"coords":"51.8352758,0.1440848","bedrooms":"2","price":"257000","area":"485"} , +{"type":"Feature","id":"n7771454201","geometry":{"type":"Point","coordinates":[0.2136621,51.4498278]},"properties":{"@type":"node","@id":7771454201,"@timestamp":1596155729},"coords":"51.4498278,0.2136621","bedrooms":"2","price":"200000","area":"407"} , +{"type":"Feature","id":"n7771454577","geometry":{"type":"Point","coordinates":[0.2113693,51.4512807]},"properties":{"@type":"node","@id":7771454577,"@timestamp":1596155729},"coords":"51.4512807,0.2113693","bedrooms":"1","price":"283000","area":"409"} , +{"type":"Feature","id":"n7771454848","geometry":{"type":"Point","coordinates":[0.2109429,51.44979]},"properties":{"@type":"node","@id":7771454848,"@timestamp":1596155729},"coords":"51.44979,0.2109429","bedrooms":"1","price":"190000","area":"597"} , +{"type":"Feature","id":"n7771455114","geometry":{"type":"Point","coordinates":[0.2095144,51.448787]},"properties":{"@type":"node","@id":7771455114,"@timestamp":1620338595},"coords":"51.448787,0.2095144","bedrooms":"4","price":"241000","area":"459"} , +{"type":"Feature","id":"n7771558200","geometry":{"type":"Point","coordinates":[-0.162143,51.4644568]},"properties":{"@type":"node","@id":7771558200,"@timestamp":1596715032},"coords":"51.4644568,-0.162143","bedrooms":"2","price":"252000","area":"426"} , +{"type":"Feature","id":"n7771599657","geometry":{"type":"Point","coordinates":[-0.1503467,51.4663065]},"properties":{"@type":"node","@id":7771599657,"@timestamp":1613831533},"coords":"51.4663065,-0.1503467","bedrooms":"1","price":"221000","area":"499"} , +{"type":"Feature","id":"n7771715937","geometry":{"type":"Point","coordinates":[-0.1959145,51.4938426]},"properties":{"@type":"node","@id":7771715937,"@timestamp":1615504514},"coords":"51.4938426,-0.1959145","bedrooms":"0","price":"289000","area":"698"} , +{"type":"Feature","id":"n7771965058","geometry":{"type":"Point","coordinates":[-0.195476,51.4936845]},"properties":{"@type":"node","@id":7771965058,"@timestamp":1615504514},"coords":"51.4936845,-0.195476","bedrooms":"1","price":"245000","area":"658"} , +{"type":"Feature","id":"n7771965084","geometry":{"type":"Point","coordinates":[-0.1954471,51.4932043]},"properties":{"@type":"node","@id":7771965084,"@timestamp":1615504514},"coords":"51.4932043,-0.1954471","bedrooms":"2","price":"198000","area":"484"} , +{"type":"Feature","id":"n7772136157","geometry":{"type":"Point","coordinates":[0.0355699,51.4996185]},"properties":{"@type":"node","@id":7772136157,"@timestamp":1598530660},"coords":"51.4996185,0.0355699","bedrooms":"4","price":"215000","area":"514"} , +{"type":"Feature","id":"n7772240167","geometry":{"type":"Point","coordinates":[0.0651859,51.4893274]},"properties":{"@type":"node","@id":7772240167,"@timestamp":1631221357},"coords":"51.4893274,0.0651859","bedrooms":"0","price":"262000","area":"379"} , +{"type":"Feature","id":"n7772353120","geometry":{"type":"Point","coordinates":[-0.0115529,51.549708]},"properties":{"@type":"node","@id":7772353120,"@timestamp":1626274975},"coords":"51.549708,-0.0115529","bedrooms":"2","price":"227000","area":"557"} , +{"type":"Feature","id":"n7772592857","geometry":{"type":"Point","coordinates":[-0.6294655,51.1105874]},"properties":{"@type":"node","@id":7772592857,"@timestamp":1596191887},"coords":"51.1105874,-0.6294655","bedrooms":"0","price":"170000","area":"618"} , +{"type":"Feature","id":"n7773118894","geometry":{"type":"Point","coordinates":[-0.6173551,50.9659637]},"properties":{"@type":"node","@id":7773118894,"@timestamp":1611048780},"coords":"50.9659637,-0.6173551","bedrooms":"1","price":"193000","area":"663"} , +{"type":"Feature","id":"n7773226231","geometry":{"type":"Point","coordinates":[-0.052433,51.0194836]},"properties":{"@type":"node","@id":7773226231,"@timestamp":1596206106},"coords":"51.0194836,-0.052433","bedrooms":"3","price":"174000","area":"615"} , +{"type":"Feature","id":"n7773226255","geometry":{"type":"Point","coordinates":[-0.0534734,51.0162827]},"properties":{"@type":"node","@id":7773226255,"@timestamp":1596206106},"coords":"51.0162827,-0.0534734","bedrooms":"3","price":"228000","area":"645"} , +{"type":"Feature","id":"n7773226272","geometry":{"type":"Point","coordinates":[-0.0540178,51.0155]},"properties":{"@type":"node","@id":7773226272,"@timestamp":1596206106},"coords":"51.0155,-0.0540178","bedrooms":"4","price":"167000","area":"452"} , +{"type":"Feature","id":"n7773233444","geometry":{"type":"Point","coordinates":[-0.0553694,51.0117521]},"properties":{"@type":"node","@id":7773233444,"@timestamp":1596206106},"coords":"51.0117521,-0.0553694","bedrooms":"1","price":"202000","area":"623"} , +{"type":"Feature","id":"n7773233454","geometry":{"type":"Point","coordinates":[-0.0700812,51.0130758]},"properties":{"@type":"node","@id":7773233454,"@timestamp":1596206106},"coords":"51.0130758,-0.0700812","bedrooms":"1","price":"211000","area":"372"} , +{"type":"Feature","id":"n7773233534","geometry":{"type":"Point","coordinates":[-0.0691445,51.015815]},"properties":{"@type":"node","@id":7773233534,"@timestamp":1596206106},"coords":"51.015815,-0.0691445","bedrooms":"4","price":"217000","area":"533"} , +{"type":"Feature","id":"n7773233547","geometry":{"type":"Point","coordinates":[-0.068518,51.0115606]},"properties":{"@type":"node","@id":7773233547,"@timestamp":1596206106},"coords":"51.0115606,-0.068518","bedrooms":"0","price":"241000","area":"697"} , +{"type":"Feature","id":"n7773233741","geometry":{"type":"Point","coordinates":[-0.0516364,50.9964675]},"properties":{"@type":"node","@id":7773233741,"@timestamp":1596206106},"coords":"50.9964675,-0.0516364","bedrooms":"4","price":"192000","area":"642"} , +{"type":"Feature","id":"n7773233751","geometry":{"type":"Point","coordinates":[-0.0638876,51.0012764]},"properties":{"@type":"node","@id":7773233751,"@timestamp":1596206106},"coords":"51.0012764,-0.0638876","bedrooms":"1","price":"190000","area":"407"} , +{"type":"Feature","id":"n7773367287","geometry":{"type":"Point","coordinates":[0.8184434,51.1791897]},"properties":{"@type":"node","@id":7773367287,"@timestamp":1596208661},"coords":"51.1791897,0.8184434","bedrooms":"2","price":"267000","area":"378"} , +{"type":"Feature","id":"n7773478093","geometry":{"type":"Point","coordinates":[-0.1255972,51.6265808]},"properties":{"@type":"node","@id":7773478093,"@timestamp":1596210843},"coords":"51.6265808,-0.1255972","bedrooms":"2","price":"154000","area":"519"} , +{"type":"Feature","id":"n7773478119","geometry":{"type":"Point","coordinates":[-0.1199895,51.6239048]},"properties":{"@type":"node","@id":7773478119,"@timestamp":1596210843},"coords":"51.6239048,-0.1199895","bedrooms":"0","price":"192000","area":"515"} , +{"type":"Feature","id":"n7773533745","geometry":{"type":"Point","coordinates":[0.4209754,51.3003263]},"properties":{"@type":"node","@id":7773533745,"@timestamp":1596213405},"coords":"51.3003263,0.4209754","bedrooms":"1","price":"222000","area":"550"} , +{"type":"Feature","id":"n7773533759","geometry":{"type":"Point","coordinates":[0.4087284,51.3077465]},"properties":{"@type":"node","@id":7773533759,"@timestamp":1596213627},"coords":"51.3077465,0.4087284","bedrooms":"2","price":"220000","area":"480"} , +{"type":"Feature","id":"n7773533769","geometry":{"type":"Point","coordinates":[0.4092407,51.3081447]},"properties":{"@type":"node","@id":7773533769,"@timestamp":1596213627},"coords":"51.3081447,0.4092407","bedrooms":"3","price":"250000","area":"367"} , +{"type":"Feature","id":"n7773533779","geometry":{"type":"Point","coordinates":[0.4090959,51.3086452]},"properties":{"@type":"node","@id":7773533779,"@timestamp":1596213627},"coords":"51.3086452,0.4090959","bedrooms":"0","price":"249000","area":"545"} , +{"type":"Feature","id":"n7773563066","geometry":{"type":"Point","coordinates":[0.4053958,51.3074095]},"properties":{"@type":"node","@id":7773563066,"@timestamp":1596213908},"coords":"51.3074095,0.4053958","bedrooms":"1","price":"219000","area":"665"} , +{"type":"Feature","id":"n7773563076","geometry":{"type":"Point","coordinates":[0.4072076,51.3065753]},"properties":{"@type":"node","@id":7773563076,"@timestamp":1596213908},"coords":"51.3065753,0.4072076","bedrooms":"1","price":"156000","area":"497"} , +{"type":"Feature","id":"n7773573503","geometry":{"type":"Point","coordinates":[0.4077776,51.3104091]},"properties":{"@type":"node","@id":7773573503,"@timestamp":1596213756},"coords":"51.3104091,0.4077776","bedrooms":"0","price":"231000","area":"531"} , +{"type":"Feature","id":"n7773573513","geometry":{"type":"Point","coordinates":[0.4067758,51.3104116]},"properties":{"@type":"node","@id":7773573513,"@timestamp":1596213756},"coords":"51.3104116,0.4067758","bedrooms":"3","price":"272000","area":"699"} , +{"type":"Feature","id":"n7773573523","geometry":{"type":"Point","coordinates":[0.4071969,51.3099698]},"properties":{"@type":"node","@id":7773573523,"@timestamp":1596213756},"coords":"51.3099698,0.4071969","bedrooms":"2","price":"232000","area":"432"} , +{"type":"Feature","id":"n7773573533","geometry":{"type":"Point","coordinates":[0.4046394,51.3096311]},"properties":{"@type":"node","@id":7773573533,"@timestamp":1596213756},"coords":"51.3096311,0.4046394","bedrooms":"0","price":"231000","area":"652"} , +{"type":"Feature","id":"n7773573543","geometry":{"type":"Point","coordinates":[0.4056948,51.3097896]},"properties":{"@type":"node","@id":7773573543,"@timestamp":1596213756},"coords":"51.3097896,0.4056948","bedrooms":"2","price":"165000","area":"439"} , +{"type":"Feature","id":"n7773573553","geometry":{"type":"Point","coordinates":[0.4055031,51.3095942]},"properties":{"@type":"node","@id":7773573553,"@timestamp":1596213756},"coords":"51.3095942,0.4055031","bedrooms":"3","price":"186000","area":"506"} , +{"type":"Feature","id":"n7773573563","geometry":{"type":"Point","coordinates":[0.4075898,51.3097133]},"properties":{"@type":"node","@id":7773573563,"@timestamp":1596213756},"coords":"51.3097133,0.4075898","bedrooms":"2","price":"288000","area":"611"} , +{"type":"Feature","id":"n7773573573","geometry":{"type":"Point","coordinates":[0.4074463,51.3093151]},"properties":{"@type":"node","@id":7773573573,"@timestamp":1596213756},"coords":"51.3093151,0.4074463","bedrooms":"0","price":"282000","area":"472"} , +{"type":"Feature","id":"n7773573583","geometry":{"type":"Point","coordinates":[0.4066108,51.3092153]},"properties":{"@type":"node","@id":7773573583,"@timestamp":1596213756},"coords":"51.3092153,0.4066108","bedrooms":"1","price":"204000","area":"398"} , +{"type":"Feature","id":"n7773598693","geometry":{"type":"Point","coordinates":[0.4089873,51.308859]},"properties":{"@type":"node","@id":7773598693,"@timestamp":1596213627},"coords":"51.308859,0.4089873","bedrooms":"4","price":"159000","area":"350"} , +{"type":"Feature","id":"n7773598703","geometry":{"type":"Point","coordinates":[0.4086386,51.3095749]},"properties":{"@type":"node","@id":7773598703,"@timestamp":1596213627},"coords":"51.3095749,0.4086386","bedrooms":"3","price":"159000","area":"357"} , +{"type":"Feature","id":"n7773598713","geometry":{"type":"Point","coordinates":[0.4095934,51.3091642]},"properties":{"@type":"node","@id":7773598713,"@timestamp":1596213627},"coords":"51.3091642,0.4095934","bedrooms":"0","price":"296000","area":"412"} , +{"type":"Feature","id":"n7773598723","geometry":{"type":"Point","coordinates":[0.4098321,51.3087735]},"properties":{"@type":"node","@id":7773598723,"@timestamp":1596213627},"coords":"51.3087735,0.4098321","bedrooms":"3","price":"258000","area":"509"} , +{"type":"Feature","id":"n7773598733","geometry":{"type":"Point","coordinates":[0.410264,51.3084365]},"properties":{"@type":"node","@id":7773598733,"@timestamp":1596213627},"coords":"51.3084365,0.410264","bedrooms":"1","price":"180000","area":"567"} , +{"type":"Feature","id":"n7773598743","geometry":{"type":"Point","coordinates":[0.4099193,51.3080282]},"properties":{"@type":"node","@id":7773598743,"@timestamp":1596213627},"coords":"51.3080282,0.4099193","bedrooms":"1","price":"281000","area":"458"} , +{"type":"Feature","id":"n7773598753","geometry":{"type":"Point","coordinates":[0.4083006,51.3073818]},"properties":{"@type":"node","@id":7773598753,"@timestamp":1596213627},"coords":"51.3073818,0.4083006","bedrooms":"0","price":"195000","area":"394"} , +{"type":"Feature","id":"n7773598763","geometry":{"type":"Point","coordinates":[0.4092085,51.3073751]},"properties":{"@type":"node","@id":7773598763,"@timestamp":1596213627},"coords":"51.3073751,0.4092085","bedrooms":"0","price":"276000","area":"497"} , +{"type":"Feature","id":"n7773598773","geometry":{"type":"Point","coordinates":[0.4099582,51.3077742]},"properties":{"@type":"node","@id":7773598773,"@timestamp":1596213627},"coords":"51.3077742,0.4099582","bedrooms":"3","price":"169000","area":"459"} , +{"type":"Feature","id":"n7773602285","geometry":{"type":"Point","coordinates":[0.4067355,51.3091851]},"properties":{"@type":"node","@id":7773602285,"@timestamp":1596213756},"coords":"51.3091851,0.4067355","bedrooms":"2","price":"222000","area":"380"} , +{"type":"Feature","id":"n7773606288","geometry":{"type":"Point","coordinates":[0.407614,51.3062726]},"properties":{"@type":"node","@id":7773606288,"@timestamp":1596213908},"coords":"51.3062726,0.407614","bedrooms":"0","price":"296000","area":"585"} , +{"type":"Feature","id":"n7773606298","geometry":{"type":"Point","coordinates":[0.4081316,51.3063246]},"properties":{"@type":"node","@id":7773606298,"@timestamp":1596213908},"coords":"51.3063246,0.4081316","bedrooms":"1","price":"178000","area":"533"} , +{"type":"Feature","id":"n7773606308","geometry":{"type":"Point","coordinates":[0.4091763,51.3063791]},"properties":{"@type":"node","@id":7773606308,"@timestamp":1596213908},"coords":"51.3063791,0.4091763","bedrooms":"4","price":"195000","area":"359"} , +{"type":"Feature","id":"n7773606318","geometry":{"type":"Point","coordinates":[0.409234,51.3057402]},"properties":{"@type":"node","@id":7773606318,"@timestamp":1596213908},"coords":"51.3057402,0.409234","bedrooms":"2","price":"262000","area":"570"} , +{"type":"Feature","id":"n7774322069","geometry":{"type":"Point","coordinates":[0.4890717,51.778609]},"properties":{"@type":"node","@id":7774322069,"@timestamp":1633192489},"coords":"51.778609,0.4890717","bedrooms":"3","price":"232000","area":"649"} , +{"type":"Feature","id":"n7774331803","geometry":{"type":"Point","coordinates":[0.2175265,51.4477496]},"properties":{"@type":"node","@id":7774331803,"@timestamp":1596236539},"coords":"51.4477496,0.2175265","bedrooms":"2","price":"162000","area":"629"} , +{"type":"Feature","id":"n7774332069","geometry":{"type":"Point","coordinates":[0.21377,51.4499248]},"properties":{"@type":"node","@id":7774332069,"@timestamp":1596236539},"coords":"51.4499248,0.21377","bedrooms":"3","price":"166000","area":"562"} , +{"type":"Feature","id":"n7774332095","geometry":{"type":"Point","coordinates":[0.2140604,51.4498445]},"properties":{"@type":"node","@id":7774332095,"@timestamp":1596236539},"coords":"51.4498445,0.2140604","bedrooms":"1","price":"182000","area":"509"} , +{"type":"Feature","id":"n7774523963","geometry":{"type":"Point","coordinates":[-0.1098596,51.6147579]},"properties":{"@type":"node","@id":7774523963,"@timestamp":1596244997},"coords":"51.6147579,-0.1098596","bedrooms":"3","price":"297000","area":"375"} , +{"type":"Feature","id":"n7774534841","geometry":{"type":"Point","coordinates":[-0.1094623,51.6141527]},"properties":{"@type":"node","@id":7774534841,"@timestamp":1596244997},"coords":"51.6141527,-0.1094623","bedrooms":"3","price":"299000","area":"425"} , +{"type":"Feature","id":"n7774922660","geometry":{"type":"Point","coordinates":[-0.1960999,51.4929657]},"properties":{"@type":"node","@id":7774922660,"@timestamp":1615504514},"coords":"51.4929657,-0.1960999","bedrooms":"3","price":"167000","area":"613"} , +{"type":"Feature","id":"n7774947824","geometry":{"type":"Point","coordinates":[-0.1965717,51.4932988]},"properties":{"@type":"node","@id":7774947824,"@timestamp":1615504514},"coords":"51.4932988,-0.1965717","bedrooms":"0","price":"286000","area":"351"} , +{"type":"Feature","id":"n7774970575","geometry":{"type":"Point","coordinates":[-0.1985784,51.492573]},"properties":{"@type":"node","@id":7774970575,"@timestamp":1615504514},"coords":"51.492573,-0.1985784","bedrooms":"0","price":"242000","area":"382"} , +{"type":"Feature","id":"n7775039144","geometry":{"type":"Point","coordinates":[-0.1982602,51.4922016]},"properties":{"@type":"node","@id":7775039144,"@timestamp":1615504514},"coords":"51.4922016,-0.1982602","bedrooms":"1","price":"290000","area":"367"} , +{"type":"Feature","id":"n7775208000","geometry":{"type":"Point","coordinates":[-0.1978223,51.4914734]},"properties":{"@type":"node","@id":7775208000,"@timestamp":1615504514},"coords":"51.4914734,-0.1978223","bedrooms":"2","price":"218000","area":"498"} , +{"type":"Feature","id":"n7775299992","geometry":{"type":"Point","coordinates":[0.2186624,51.4437705]},"properties":{"@type":"node","@id":7775299992,"@timestamp":1596276476},"coords":"51.4437705,0.2186624","bedrooms":"1","price":"152000","area":"590"} , +{"type":"Feature","id":"n7775300024","geometry":{"type":"Point","coordinates":[0.2186544,51.4441173]},"properties":{"@type":"node","@id":7775300024,"@timestamp":1620258005},"coords":"51.4441173,0.2186544","bedrooms":"1","price":"187000","area":"394"} , +{"type":"Feature","id":"n7775331597","geometry":{"type":"Point","coordinates":[-0.1627164,51.5228788]},"properties":{"@type":"node","@id":7775331597,"@timestamp":1612096924},"coords":"51.5228788,-0.1627164","bedrooms":"1","price":"168000","area":"579"} , +{"type":"Feature","id":"n7775346783","geometry":{"type":"Point","coordinates":[0.22084,51.4440968]},"properties":{"@type":"node","@id":7775346783,"@timestamp":1620260002},"coords":"51.4440968,0.22084","bedrooms":"0","price":"178000","area":"486"} , +{"type":"Feature","id":"n7775383040","geometry":{"type":"Point","coordinates":[0.2200724,51.4437209]},"properties":{"@type":"node","@id":7775383040,"@timestamp":1620260002},"coords":"51.4437209,0.2200724","bedrooms":"4","price":"253000","area":"495"} , +{"type":"Feature","id":"n7775383053","geometry":{"type":"Point","coordinates":[0.2194345,51.4441069]},"properties":{"@type":"node","@id":7775383053,"@timestamp":1620260002},"coords":"51.4441069,0.2194345","bedrooms":"2","price":"209000","area":"361"} , +{"type":"Feature","id":"n7775383066","geometry":{"type":"Point","coordinates":[0.2196042,51.4436746]},"properties":{"@type":"node","@id":7775383066,"@timestamp":1620260002},"coords":"51.4436746,0.2196042","bedrooms":"4","price":"152000","area":"429"} , +{"type":"Feature","id":"n7775397302","geometry":{"type":"Point","coordinates":[-0.1068607,51.56612]},"properties":{"@type":"node","@id":7775397302,"@timestamp":1596282476},"coords":"51.56612,-0.1068607","bedrooms":"0","price":"207000","area":"581"} , +{"type":"Feature","id":"n7775404584","geometry":{"type":"Point","coordinates":[-0.3334651,51.2831286]},"properties":{"@type":"node","@id":7775404584,"@timestamp":1596369434},"coords":"51.2831286,-0.3334651","bedrooms":"1","price":"161000","area":"453"} , +{"type":"Feature","id":"n7775435707","geometry":{"type":"Point","coordinates":[0.2200719,51.4446758]},"properties":{"@type":"node","@id":7775435707,"@timestamp":1620260002},"coords":"51.4446758,0.2200719","bedrooms":"0","price":"197000","area":"565"} , +{"type":"Feature","id":"n7775486793","geometry":{"type":"Point","coordinates":[-0.1973539,51.4923359]},"properties":{"@type":"node","@id":7775486793,"@timestamp":1596286605},"coords":"51.4923359,-0.1973539","bedrooms":"2","price":"287000","area":"520"} , +{"type":"Feature","id":"n7775550219","geometry":{"type":"Point","coordinates":[-0.3333739,51.2830001]},"properties":{"@type":"node","@id":7775550219,"@timestamp":1596369434},"coords":"51.2830001,-0.3333739","bedrooms":"4","price":"242000","area":"403"} , +{"type":"Feature","id":"n7775592022","geometry":{"type":"Point","coordinates":[-0.1963131,51.4922817]},"properties":{"@type":"node","@id":7775592022,"@timestamp":1615504514},"coords":"51.4922817,-0.1963131","bedrooms":"0","price":"189000","area":"414"} , +{"type":"Feature","id":"n7775592032","geometry":{"type":"Point","coordinates":[-0.1957241,51.4917943]},"properties":{"@type":"node","@id":7775592032,"@timestamp":1615504514},"coords":"51.4917943,-0.1957241","bedrooms":"3","price":"261000","area":"399"} , +{"type":"Feature","id":"n7775629266","geometry":{"type":"Point","coordinates":[-0.0384709,51.668992]},"properties":{"@type":"node","@id":7775629266,"@timestamp":1596293558},"coords":"51.668992,-0.0384709","bedrooms":"3","price":"210000","area":"545"} , +{"type":"Feature","id":"n7775638785","geometry":{"type":"Point","coordinates":[-0.1963344,51.4926433]},"properties":{"@type":"node","@id":7775638785,"@timestamp":1615504514},"coords":"51.4926433,-0.1963344","bedrooms":"2","price":"190000","area":"493"} , +{"type":"Feature","id":"n7775645732","geometry":{"type":"Point","coordinates":[0.1909505,51.5787066]},"properties":{"@type":"node","@id":7775645732,"@timestamp":1596293352},"coords":"51.5787066,0.1909505","bedrooms":"4","price":"204000","area":"417"} , +{"type":"Feature","id":"n7775674786","geometry":{"type":"Point","coordinates":[0.1858966,51.5935065]},"properties":{"@type":"node","@id":7775674786,"@timestamp":1596294301},"coords":"51.5935065,0.1858966","bedrooms":"1","price":"240000","area":"654"} , +{"type":"Feature","id":"n7775792553","geometry":{"type":"Point","coordinates":[0.3434835,51.9537341]},"properties":{"@type":"node","@id":7775792553,"@timestamp":1631113002},"coords":"51.9537341,0.3434835","bedrooms":"1","price":"211000","area":"497"} , +{"type":"Feature","id":"n7776054891","geometry":{"type":"Point","coordinates":[0.2184139,51.4458488]},"properties":{"@type":"node","@id":7776054891,"@timestamp":1620260002},"coords":"51.4458488,0.2184139","bedrooms":"1","price":"227000","area":"686"} , +{"type":"Feature","id":"n7776054928","geometry":{"type":"Point","coordinates":[0.2175022,51.4456157]},"properties":{"@type":"node","@id":7776054928,"@timestamp":1620260002},"coords":"51.4456157,0.2175022","bedrooms":"1","price":"155000","area":"671"} , +{"type":"Feature","id":"n7776055055","geometry":{"type":"Point","coordinates":[0.219928,51.44599]},"properties":{"@type":"node","@id":7776055055,"@timestamp":1620260002},"coords":"51.44599,0.219928","bedrooms":"1","price":"269000","area":"568"} , +{"type":"Feature","id":"n7776055135","geometry":{"type":"Point","coordinates":[0.2198717,51.4455679]},"properties":{"@type":"node","@id":7776055135,"@timestamp":1620260002},"coords":"51.4455679,0.2198717","bedrooms":"2","price":"246000","area":"567"} , +{"type":"Feature","id":"n7776058281","geometry":{"type":"Point","coordinates":[0.0986112,51.5177088]},"properties":{"@type":"node","@id":7776058281,"@timestamp":1596307042},"coords":"51.5177088,0.0986112","bedrooms":"0","price":"208000","area":"394"} , +{"type":"Feature","id":"n7776071407","geometry":{"type":"Point","coordinates":[0.0989721,51.515075]},"properties":{"@type":"node","@id":7776071407,"@timestamp":1596307042},"coords":"51.515075,0.0989721","bedrooms":"2","price":"167000","area":"482"} , +{"type":"Feature","id":"n7776270574","geometry":{"type":"Point","coordinates":[-0.0904966,51.5422949]},"properties":{"@type":"node","@id":7776270574,"@timestamp":1596313980},"coords":"51.5422949,-0.0904966","bedrooms":"4","price":"264000","area":"371"} , +{"type":"Feature","id":"n7776450199","geometry":{"type":"Point","coordinates":[-0.0850969,51.5450153]},"properties":{"@type":"node","@id":7776450199,"@timestamp":1596320002},"coords":"51.5450153,-0.0850969","bedrooms":"0","price":"252000","area":"452"} , +{"type":"Feature","id":"n7776532551","geometry":{"type":"Point","coordinates":[-0.288839,51.3607564]},"properties":{"@type":"node","@id":7776532551,"@timestamp":1596326120},"coords":"51.3607564,-0.288839","bedrooms":"1","price":"180000","area":"376"} , +{"type":"Feature","id":"n7776532562","geometry":{"type":"Point","coordinates":[-0.2989188,51.3696455]},"properties":{"@type":"node","@id":7776532562,"@timestamp":1596326120},"coords":"51.3696455,-0.2989188","bedrooms":"1","price":"263000","area":"626"} , +{"type":"Feature","id":"n7776594738","geometry":{"type":"Point","coordinates":[-0.2854474,51.3784792]},"properties":{"@type":"node","@id":7776594738,"@timestamp":1596327518},"coords":"51.3784792,-0.2854474","bedrooms":"1","price":"200000","area":"429"} , +{"type":"Feature","id":"n7776697646","geometry":{"type":"Point","coordinates":[0.216343,51.4457265]},"properties":{"@type":"node","@id":7776697646,"@timestamp":1596329709},"coords":"51.4457265,0.216343","bedrooms":"1","price":"239000","area":"666"} , +{"type":"Feature","id":"n7776697734","geometry":{"type":"Point","coordinates":[0.2166938,51.44619]},"properties":{"@type":"node","@id":7776697734,"@timestamp":1620258005},"coords":"51.44619,0.2166938","bedrooms":"4","price":"210000","area":"673"} , +{"type":"Feature","id":"n7776697823","geometry":{"type":"Point","coordinates":[0.217604,51.4462652]},"properties":{"@type":"node","@id":7776697823,"@timestamp":1620260002},"coords":"51.4462652,0.217604","bedrooms":"0","price":"198000","area":"520"} , +{"type":"Feature","id":"n7777151857","geometry":{"type":"Point","coordinates":[-0.2642623,51.4108906]},"properties":{"@type":"node","@id":7777151857,"@timestamp":1596339064},"coords":"51.4108906,-0.2642623","bedrooms":"2","price":"245000","area":"653"} , +{"type":"Feature","id":"n7777321792","geometry":{"type":"Point","coordinates":[-0.1070287,51.6110883]},"properties":{"@type":"node","@id":7777321792,"@timestamp":1596350930},"coords":"51.6110883,-0.1070287","bedrooms":"3","price":"286000","area":"503"} , +{"type":"Feature","id":"n7777321802","geometry":{"type":"Point","coordinates":[-0.1078769,51.6110596]},"properties":{"@type":"node","@id":7777321802,"@timestamp":1596350930},"coords":"51.6110596,-0.1078769","bedrooms":"1","price":"232000","area":"392"} , +{"type":"Feature","id":"n7777321812","geometry":{"type":"Point","coordinates":[-0.1087157,51.6110291]},"properties":{"@type":"node","@id":7777321812,"@timestamp":1596350930},"coords":"51.6110291,-0.1087157","bedrooms":"2","price":"156000","area":"624"} , +{"type":"Feature","id":"n7777321893","geometry":{"type":"Point","coordinates":[-0.106314,51.611336]},"properties":{"@type":"node","@id":7777321893,"@timestamp":1596350930},"coords":"51.611336,-0.106314","bedrooms":"4","price":"233000","area":"459"} , +{"type":"Feature","id":"n7777321903","geometry":{"type":"Point","coordinates":[-0.1071808,51.6113072]},"properties":{"@type":"node","@id":7777321903,"@timestamp":1596350930},"coords":"51.6113072,-0.1071808","bedrooms":"2","price":"263000","area":"443"} , +{"type":"Feature","id":"n7777321913","geometry":{"type":"Point","coordinates":[-0.1057072,51.6113562]},"properties":{"@type":"node","@id":7777321913,"@timestamp":1596350930},"coords":"51.6113562,-0.1057072","bedrooms":"3","price":"157000","area":"633"} , +{"type":"Feature","id":"n7777321925","geometry":{"type":"Point","coordinates":[-0.1073831,51.6118631]},"properties":{"@type":"node","@id":7777321925,"@timestamp":1596350930},"coords":"51.6118631,-0.1073831","bedrooms":"2","price":"222000","area":"456"} , +{"type":"Feature","id":"n7777321935","geometry":{"type":"Point","coordinates":[-0.1081324,51.6118287]},"properties":{"@type":"node","@id":7777321935,"@timestamp":1596350930},"coords":"51.6118287,-0.1081324","bedrooms":"4","price":"155000","area":"400"} , +{"type":"Feature","id":"n7777321945","geometry":{"type":"Point","coordinates":[-0.1066339,51.6118975]},"properties":{"@type":"node","@id":7777321945,"@timestamp":1596350930},"coords":"51.6118975,-0.1066339","bedrooms":"3","price":"274000","area":"432"} , +{"type":"Feature","id":"n7777321955","geometry":{"type":"Point","coordinates":[-0.1065467,51.6119025]},"properties":{"@type":"node","@id":7777321955,"@timestamp":1596350930},"coords":"51.6119025,-0.1065467","bedrooms":"3","price":"183000","area":"544"} , +{"type":"Feature","id":"n7777321969","geometry":{"type":"Point","coordinates":[-0.1072504,51.6116387]},"properties":{"@type":"node","@id":7777321969,"@timestamp":1596350930},"coords":"51.6116387,-0.1072504","bedrooms":"1","price":"167000","area":"371"} , +{"type":"Feature","id":"n7777321979","geometry":{"type":"Point","coordinates":[-0.1079991,51.6116045]},"properties":{"@type":"node","@id":7777321979,"@timestamp":1596350930},"coords":"51.6116045,-0.1079991","bedrooms":"0","price":"256000","area":"371"} , +{"type":"Feature","id":"n7777321989","geometry":{"type":"Point","coordinates":[-0.1087479,51.6115704]},"properties":{"@type":"node","@id":7777321989,"@timestamp":1596350930},"coords":"51.6115704,-0.1087479","bedrooms":"1","price":"257000","area":"563"} , +{"type":"Feature","id":"n7777348237","geometry":{"type":"Point","coordinates":[-0.0352611,51.5381297]},"properties":{"@type":"node","@id":7777348237,"@timestamp":1596353458},"coords":"51.5381297,-0.0352611","bedrooms":"1","price":"192000","area":"545"} , +{"type":"Feature","id":"n7777390967","geometry":{"type":"Point","coordinates":[-0.0337846,51.5401001]},"properties":{"@type":"node","@id":7777390967,"@timestamp":1609084629},"coords":"51.5401001,-0.0337846","bedrooms":"0","price":"237000","area":"397"} , +{"type":"Feature","id":"n7777390978","geometry":{"type":"Point","coordinates":[-0.0460332,51.5411687]},"properties":{"@type":"node","@id":7777390978,"@timestamp":1615900207},"coords":"51.5411687,-0.0460332","bedrooms":"2","price":"226000","area":"582"} , +{"type":"Feature","id":"n7777435871","geometry":{"type":"Point","coordinates":[-0.0421973,51.531333]},"properties":{"@type":"node","@id":7777435871,"@timestamp":1596359035},"coords":"51.531333,-0.0421973","bedrooms":"3","price":"238000","area":"384"} , +{"type":"Feature","id":"n7777529538","geometry":{"type":"Point","coordinates":[-0.1951604,51.4930314]},"properties":{"@type":"node","@id":7777529538,"@timestamp":1596363198},"coords":"51.4930314,-0.1951604","bedrooms":"4","price":"227000","area":"640"} , +{"type":"Feature","id":"n7777529581","geometry":{"type":"Point","coordinates":[-0.1950502,51.4925709]},"properties":{"@type":"node","@id":7777529581,"@timestamp":1596363198},"coords":"51.4925709,-0.1950502","bedrooms":"4","price":"282000","area":"639"} , +{"type":"Feature","id":"n7777615219","geometry":{"type":"Point","coordinates":[0.2162793,51.4448146]},"properties":{"@type":"node","@id":7777615219,"@timestamp":1620257399},"coords":"51.4448146,0.2162793","bedrooms":"4","price":"254000","area":"543"} , +{"type":"Feature","id":"n7777615268","geometry":{"type":"Point","coordinates":[0.2162239,51.4452218]},"properties":{"@type":"node","@id":7777615268,"@timestamp":1620257399},"coords":"51.4452218,0.2162239","bedrooms":"2","price":"285000","area":"538"} , +{"type":"Feature","id":"n7777756349","geometry":{"type":"Point","coordinates":[-0.5869395,51.5076568]},"properties":{"@type":"node","@id":7777756349,"@timestamp":1596373182},"coords":"51.5076568,-0.5869395","bedrooms":"1","price":"250000","area":"414"} , +{"type":"Feature","id":"n7777760592","geometry":{"type":"Point","coordinates":[-0.1956182,51.4911706]},"properties":{"@type":"node","@id":7777760592,"@timestamp":1615504514},"coords":"51.4911706,-0.1956182","bedrooms":"1","price":"226000","area":"673"} , +{"type":"Feature","id":"n7777973163","geometry":{"type":"Point","coordinates":[-1.0799574,51.2629906]},"properties":{"@type":"node","@id":7777973163,"@timestamp":1596376727},"coords":"51.2629906,-1.0799574","bedrooms":"3","price":"244000","area":"388"} , +{"type":"Feature","id":"n7778206003","geometry":{"type":"Point","coordinates":[-0.084305,51.5432355]},"properties":{"@type":"node","@id":7778206003,"@timestamp":1596381423},"coords":"51.5432355,-0.084305","bedrooms":"0","price":"171000","area":"420"} , +{"type":"Feature","id":"n7778218485","geometry":{"type":"Point","coordinates":[-0.1718449,51.4800382]},"properties":{"@type":"node","@id":7778218485,"@timestamp":1596383181},"coords":"51.4800382,-0.1718449","bedrooms":"0","price":"156000","area":"476"} , +{"type":"Feature","id":"n7778218495","geometry":{"type":"Point","coordinates":[-0.1778751,51.4718247]},"properties":{"@type":"node","@id":7778218495,"@timestamp":1596383181},"coords":"51.4718247,-0.1778751","bedrooms":"1","price":"175000","area":"384"} , +{"type":"Feature","id":"n7778218786","geometry":{"type":"Point","coordinates":[-0.1755232,51.477153]},"properties":{"@type":"node","@id":7778218786,"@timestamp":1596383181},"coords":"51.477153,-0.1755232","bedrooms":"0","price":"155000","area":"558"} , +{"type":"Feature","id":"n7778244486","geometry":{"type":"Point","coordinates":[0.2205364,51.1421256]},"properties":{"@type":"node","@id":7778244486,"@timestamp":1596384313},"coords":"51.1421256,0.2205364","bedrooms":"0","price":"218000","area":"583"} , +{"type":"Feature","id":"n7778333680","geometry":{"type":"Point","coordinates":[-0.1084578,51.5496051]},"properties":{"@type":"node","@id":7778333680,"@timestamp":1608235801},"coords":"51.5496051,-0.1084578","bedrooms":"2","price":"211000","area":"404"} , +{"type":"Feature","id":"n7778462481","geometry":{"type":"Point","coordinates":[-0.1121547,51.5521895]},"properties":{"@type":"node","@id":7778462481,"@timestamp":1596389462},"coords":"51.5521895,-0.1121547","bedrooms":"3","price":"195000","area":"674"} , +{"type":"Feature","id":"n7778679796","geometry":{"type":"Point","coordinates":[-0.1945309,51.4904687]},"properties":{"@type":"node","@id":7778679796,"@timestamp":1615504514},"coords":"51.4904687,-0.1945309","bedrooms":"4","price":"197000","area":"531"} , +{"type":"Feature","id":"n7778679856","geometry":{"type":"Point","coordinates":[-0.1931435,51.491394]},"properties":{"@type":"node","@id":7778679856,"@timestamp":1615504514},"coords":"51.491394,-0.1931435","bedrooms":"1","price":"166000","area":"609"} , +{"type":"Feature","id":"n7778728714","geometry":{"type":"Point","coordinates":[-0.2488496,51.1279132]},"properties":{"@type":"node","@id":7778728714,"@timestamp":1596391041},"coords":"51.1279132,-0.2488496","bedrooms":"0","price":"201000","area":"461"} , +{"type":"Feature","id":"n7778780896","geometry":{"type":"Point","coordinates":[-0.1165629,51.306027]},"properties":{"@type":"node","@id":7778780896,"@timestamp":1596392796},"coords":"51.306027,-0.1165629","bedrooms":"2","price":"232000","area":"496"} , +{"type":"Feature","id":"n7778780913","geometry":{"type":"Point","coordinates":[-0.1160658,51.3032142]},"properties":{"@type":"node","@id":7778780913,"@timestamp":1596392796},"coords":"51.3032142,-0.1160658","bedrooms":"4","price":"190000","area":"429"} , +{"type":"Feature","id":"n7779102925","geometry":{"type":"Point","coordinates":[-0.2264026,51.4627943]},"properties":{"@type":"node","@id":7779102925,"@timestamp":1596395450},"coords":"51.4627943,-0.2264026","bedrooms":"4","price":"275000","area":"563"} , +{"type":"Feature","id":"n7779102962","geometry":{"type":"Point","coordinates":[-0.2241081,51.4625316]},"properties":{"@type":"node","@id":7779102962,"@timestamp":1596395450},"coords":"51.4625316,-0.2241081","bedrooms":"4","price":"153000","area":"445"} , +{"type":"Feature","id":"n7779166027","geometry":{"type":"Point","coordinates":[0.1445756,51.8531423]},"properties":{"@type":"node","@id":7779166027,"@timestamp":1596397029},"coords":"51.8531423,0.1445756","bedrooms":"4","price":"203000","area":"577"} , +{"type":"Feature","id":"n7779306701","geometry":{"type":"Point","coordinates":[-0.2198531,51.0012274]},"properties":{"@type":"node","@id":7779306701,"@timestamp":1596401637},"coords":"51.0012274,-0.2198531","bedrooms":"3","price":"184000","area":"667"} , +{"type":"Feature","id":"n7779306712","geometry":{"type":"Point","coordinates":[-0.2209923,51.0007271]},"properties":{"@type":"node","@id":7779306712,"@timestamp":1596401637},"coords":"51.0007271,-0.2209923","bedrooms":"3","price":"284000","area":"503"} , +{"type":"Feature","id":"n7779306731","geometry":{"type":"Point","coordinates":[-0.2222376,51.0013485]},"properties":{"@type":"node","@id":7779306731,"@timestamp":1596401637},"coords":"51.0013485,-0.2222376","bedrooms":"0","price":"228000","area":"492"} , +{"type":"Feature","id":"n7779470326","geometry":{"type":"Point","coordinates":[-0.1248131,51.566755]},"properties":{"@type":"node","@id":7779470326,"@timestamp":1596407348},"coords":"51.566755,-0.1248131","bedrooms":"3","price":"166000","area":"669"} , +{"type":"Feature","id":"n7779470340","geometry":{"type":"Point","coordinates":[-0.1254133,51.5663694]},"properties":{"@type":"node","@id":7779470340,"@timestamp":1596407348},"coords":"51.5663694,-0.1254133","bedrooms":"4","price":"285000","area":"567"} , +{"type":"Feature","id":"n7779470689","geometry":{"type":"Point","coordinates":[-0.1269224,51.5651443]},"properties":{"@type":"node","@id":7779470689,"@timestamp":1596407348},"coords":"51.5651443,-0.1269224","bedrooms":"0","price":"198000","area":"670"} , +{"type":"Feature","id":"n7779726956","geometry":{"type":"Point","coordinates":[-0.0522196,51.5432808]},"properties":{"@type":"node","@id":7779726956,"@timestamp":1596422910},"coords":"51.5432808,-0.0522196","bedrooms":"1","price":"295000","area":"394"} , +{"type":"Feature","id":"n7779735024","geometry":{"type":"Point","coordinates":[-0.0501487,51.5444381]},"properties":{"@type":"node","@id":7779735024,"@timestamp":1605784397},"coords":"51.5444381,-0.0501487","bedrooms":"4","price":"285000","area":"469"} , +{"type":"Feature","id":"n7780100246","geometry":{"type":"Point","coordinates":[-0.1937268,51.4905773]},"properties":{"@type":"node","@id":7780100246,"@timestamp":1615507618},"coords":"51.4905773,-0.1937268","bedrooms":"4","price":"246000","area":"508"} , +{"type":"Feature","id":"n7780100260","geometry":{"type":"Point","coordinates":[-0.1939109,51.4900595]},"properties":{"@type":"node","@id":7780100260,"@timestamp":1615507618},"coords":"51.4900595,-0.1939109","bedrooms":"3","price":"191000","area":"438"} , +{"type":"Feature","id":"n7780107818","geometry":{"type":"Point","coordinates":[-0.1924288,51.4905559]},"properties":{"@type":"node","@id":7780107818,"@timestamp":1615507618},"coords":"51.4905559,-0.1924288","bedrooms":"2","price":"173000","area":"523"} , +{"type":"Feature","id":"n7780474256","geometry":{"type":"Point","coordinates":[-0.1968581,51.2705176]},"properties":{"@type":"node","@id":7780474256,"@timestamp":1596446678},"coords":"51.2705176,-0.1968581","bedrooms":"4","price":"256000","area":"654"} , +{"type":"Feature","id":"n7780777273","geometry":{"type":"Point","coordinates":[0.0352262,51.5022544]},"properties":{"@type":"node","@id":7780777273,"@timestamp":1597060999},"coords":"51.5022544,0.0352262","bedrooms":"1","price":"296000","area":"458"} , +{"type":"Feature","id":"n7780787276","geometry":{"type":"Point","coordinates":[-0.1588144,51.5257384]},"properties":{"@type":"node","@id":7780787276,"@timestamp":1596454068},"coords":"51.5257384,-0.1588144","bedrooms":"1","price":"193000","area":"463"} , +{"type":"Feature","id":"n7780853507","geometry":{"type":"Point","coordinates":[-0.2081011,51.0276559]},"properties":{"@type":"node","@id":7780853507,"@timestamp":1596455557},"coords":"51.0276559,-0.2081011","bedrooms":"3","price":"228000","area":"507"} , +{"type":"Feature","id":"n7780853517","geometry":{"type":"Point","coordinates":[-0.2073713,51.0283148]},"properties":{"@type":"node","@id":7780853517,"@timestamp":1596455557},"coords":"51.0283148,-0.2073713","bedrooms":"0","price":"282000","area":"481"} , +{"type":"Feature","id":"n7780853542","geometry":{"type":"Point","coordinates":[-0.1980215,51.0164841]},"properties":{"@type":"node","@id":7780853542,"@timestamp":1596455557},"coords":"51.0164841,-0.1980215","bedrooms":"4","price":"150000","area":"653"} , +{"type":"Feature","id":"n7780853573","geometry":{"type":"Point","coordinates":[-0.2069311,51.0133606]},"properties":{"@type":"node","@id":7780853573,"@timestamp":1596461868},"coords":"51.0133606,-0.2069311","bedrooms":"4","price":"257000","area":"643"} , +{"type":"Feature","id":"n7780854242","geometry":{"type":"Point","coordinates":[0.14215,51.8583622]},"properties":{"@type":"node","@id":7780854242,"@timestamp":1596456427},"coords":"51.8583622,0.14215","bedrooms":"0","price":"237000","area":"556"} , +{"type":"Feature","id":"n7781005152","geometry":{"type":"Point","coordinates":[-0.0856983,51.365116]},"properties":{"@type":"node","@id":7781005152,"@timestamp":1596459348},"coords":"51.365116,-0.0856983","bedrooms":"0","price":"294000","area":"470"} , +{"type":"Feature","id":"n7781111633","geometry":{"type":"Point","coordinates":[-0.2042435,51.0081372]},"properties":{"@type":"node","@id":7781111633,"@timestamp":1596461868},"coords":"51.0081372,-0.2042435","bedrooms":"1","price":"263000","area":"610"} , +{"type":"Feature","id":"n7781168586","geometry":{"type":"Point","coordinates":[0.1218536,51.6078873]},"properties":{"@type":"node","@id":7781168586,"@timestamp":1596463104},"coords":"51.6078873,0.1218536","bedrooms":"4","price":"155000","area":"477"} , +{"type":"Feature","id":"n7781234908","geometry":{"type":"Point","coordinates":[-0.1048278,51.4615512]},"properties":{"@type":"node","@id":7781234908,"@timestamp":1596464909},"coords":"51.4615512,-0.1048278","bedrooms":"1","price":"166000","area":"648"} , +{"type":"Feature","id":"n7781252070","geometry":{"type":"Point","coordinates":[-0.1035986,51.4644279]},"properties":{"@type":"node","@id":7781252070,"@timestamp":1596465422},"coords":"51.4644279,-0.1035986","bedrooms":"4","price":"188000","area":"481"} , +{"type":"Feature","id":"n7781383722","geometry":{"type":"Point","coordinates":[-0.081137,51.4971123]},"properties":{"@type":"node","@id":7781383722,"@timestamp":1629829605},"coords":"51.4971123,-0.081137","bedrooms":"3","price":"193000","area":"386"} , +{"type":"Feature","id":"n7781506389","geometry":{"type":"Point","coordinates":[-0.1000793,51.4643822]},"properties":{"@type":"node","@id":7781506389,"@timestamp":1596471923},"coords":"51.4643822,-0.1000793","bedrooms":"2","price":"196000","area":"369"} , +{"type":"Feature","id":"n7781564838","geometry":{"type":"Point","coordinates":[-0.1082085,51.4543325]},"properties":{"@type":"node","@id":7781564838,"@timestamp":1596473383},"coords":"51.4543325,-0.1082085","bedrooms":"1","price":"156000","area":"557"} , +{"type":"Feature","id":"n7781564848","geometry":{"type":"Point","coordinates":[-0.1074569,51.4550783]},"properties":{"@type":"node","@id":7781564848,"@timestamp":1596473383},"coords":"51.4550783,-0.1074569","bedrooms":"4","price":"203000","area":"468"} , +{"type":"Feature","id":"n7781571882","geometry":{"type":"Point","coordinates":[-0.1034871,51.4603764]},"properties":{"@type":"node","@id":7781571882,"@timestamp":1602723674},"coords":"51.4603764,-0.1034871","bedrooms":"3","price":"157000","area":"504"} , +{"type":"Feature","id":"n7781633983","geometry":{"type":"Point","coordinates":[-0.0848206,51.3705732]},"properties":{"@type":"node","@id":7781633983,"@timestamp":1596475555},"coords":"51.3705732,-0.0848206","bedrooms":"4","price":"254000","area":"513"} , +{"type":"Feature","id":"n7781665807","geometry":{"type":"Point","coordinates":[-0.0798304,51.3705607]},"properties":{"@type":"node","@id":7781665807,"@timestamp":1596475555},"coords":"51.3705607,-0.0798304","bedrooms":"3","price":"202000","area":"589"} , +{"type":"Feature","id":"n7781710600","geometry":{"type":"Point","coordinates":[-0.0846951,51.5844633]},"properties":{"@type":"node","@id":7781710600,"@timestamp":1596478406},"coords":"51.5844633,-0.0846951","bedrooms":"0","price":"237000","area":"386"} , +{"type":"Feature","id":"n7781710678","geometry":{"type":"Point","coordinates":[-0.0858137,51.5837377]},"properties":{"@type":"node","@id":7781710678,"@timestamp":1596478406},"coords":"51.5837377,-0.0858137","bedrooms":"3","price":"170000","area":"660"} , +{"type":"Feature","id":"n7781841553","geometry":{"type":"Point","coordinates":[-0.2005311,50.9966813]},"properties":{"@type":"node","@id":7781841553,"@timestamp":1596481878},"coords":"50.9966813,-0.2005311","bedrooms":"4","price":"214000","area":"574"} , +{"type":"Feature","id":"n7781891586","geometry":{"type":"Point","coordinates":[-0.1920664,50.9947525]},"properties":{"@type":"node","@id":7781891586,"@timestamp":1596481878},"coords":"50.9947525,-0.1920664","bedrooms":"1","price":"265000","area":"651"} , +{"type":"Feature","id":"n7781891596","geometry":{"type":"Point","coordinates":[-0.1920288,50.9954445]},"properties":{"@type":"node","@id":7781891596,"@timestamp":1596481878},"coords":"50.9954445,-0.1920288","bedrooms":"1","price":"185000","area":"650"} , +{"type":"Feature","id":"n7781891640","geometry":{"type":"Point","coordinates":[-0.1913996,50.9907932]},"properties":{"@type":"node","@id":7781891640,"@timestamp":1596481878},"coords":"50.9907932,-0.1913996","bedrooms":"3","price":"153000","area":"686"} , +{"type":"Feature","id":"n7781891743","geometry":{"type":"Point","coordinates":[-0.1946389,50.9907268]},"properties":{"@type":"node","@id":7781891743,"@timestamp":1596481878},"coords":"50.9907268,-0.1946389","bedrooms":"0","price":"294000","area":"684"} , +{"type":"Feature","id":"n7781950851","geometry":{"type":"Point","coordinates":[-0.0338733,51.6635607]},"properties":{"@type":"node","@id":7781950851,"@timestamp":1602852605},"coords":"51.6635607,-0.0338733","bedrooms":"4","price":"245000","area":"477"} , +{"type":"Feature","id":"n7781958972","geometry":{"type":"Point","coordinates":[0.0017415,51.5090309]},"properties":{"@type":"node","@id":7781958972,"@timestamp":1596484845},"coords":"51.5090309,0.0017415","bedrooms":"4","price":"152000","area":"427"} , +{"type":"Feature","id":"n7782055374","geometry":{"type":"Point","coordinates":[-0.0134365,51.5485618]},"properties":{"@type":"node","@id":7782055374,"@timestamp":1596486962},"coords":"51.5485618,-0.0134365","bedrooms":"2","price":"192000","area":"560"} , +{"type":"Feature","id":"n7782055384","geometry":{"type":"Point","coordinates":[-0.0133078,51.5487369]},"properties":{"@type":"node","@id":7782055384,"@timestamp":1596486962},"coords":"51.5487369,-0.0133078","bedrooms":"2","price":"192000","area":"452"} , +{"type":"Feature","id":"n7782062901","geometry":{"type":"Point","coordinates":[3.94e-05,51.5086499]},"properties":{"@type":"node","@id":7782062901,"@timestamp":1596486681},"coords":"51.5086499,3.94e-05","bedrooms":"1","price":"164000","area":"609"} , +{"type":"Feature","id":"n7782062911","geometry":{"type":"Point","coordinates":[0.0002359,51.5087987]},"properties":{"@type":"node","@id":7782062911,"@timestamp":1596486681},"coords":"51.5087987,0.0002359","bedrooms":"4","price":"203000","area":"694"} , +{"type":"Feature","id":"n7782076885","geometry":{"type":"Point","coordinates":[-0.0133561,51.5487136]},"properties":{"@type":"node","@id":7782076885,"@timestamp":1596486962},"coords":"51.5487136,-0.0133561","bedrooms":"2","price":"250000","area":"572"} , +{"type":"Feature","id":"n7782076895","geometry":{"type":"Point","coordinates":[-0.0146998,51.5482728]},"properties":{"@type":"node","@id":7782076895,"@timestamp":1634167618},"coords":"51.5482728,-0.0146998","bedrooms":"2","price":"168000","area":"396"} , +{"type":"Feature","id":"n7782076905","geometry":{"type":"Point","coordinates":[-0.0149596,51.5486531]},"properties":{"@type":"node","@id":7782076905,"@timestamp":1634167618},"coords":"51.5486531,-0.0149596","bedrooms":"1","price":"191000","area":"672"} , +{"type":"Feature","id":"n7782112161","geometry":{"type":"Point","coordinates":[0.0287745,51.5001971]},"properties":{"@type":"node","@id":7782112161,"@timestamp":1630314300},"coords":"51.5001971,0.0287745","bedrooms":"4","price":"205000","area":"575"} , +{"type":"Feature","id":"n7782246250","geometry":{"type":"Point","coordinates":[-0.1108591,51.460731]},"properties":{"@type":"node","@id":7782246250,"@timestamp":1596493298},"coords":"51.460731,-0.1108591","bedrooms":"4","price":"168000","area":"631"} , +{"type":"Feature","id":"n7782270628","geometry":{"type":"Point","coordinates":[-0.1083449,51.4579128]},"properties":{"@type":"node","@id":7782270628,"@timestamp":1596493134},"coords":"51.4579128,-0.1083449","bedrooms":"4","price":"222000","area":"654"} , +{"type":"Feature","id":"n7782281120","geometry":{"type":"Point","coordinates":[-0.1129708,51.4599935]},"properties":{"@type":"node","@id":7782281120,"@timestamp":1596493842},"coords":"51.4599935,-0.1129708","bedrooms":"0","price":"278000","area":"666"} , +{"type":"Feature","id":"n7782287100","geometry":{"type":"Point","coordinates":[0.0065357,51.5130081]},"properties":{"@type":"node","@id":7782287100,"@timestamp":1601648269},"coords":"51.5130081,0.0065357","bedrooms":"4","price":"193000","area":"584"} , +{"type":"Feature","id":"n7782336704","geometry":{"type":"Point","coordinates":[0.5002457,51.7453297]},"properties":{"@type":"node","@id":7782336704,"@timestamp":1615422749},"coords":"51.7453297,0.5002457","bedrooms":"4","price":"180000","area":"536"} , +{"type":"Feature","id":"n7782393383","geometry":{"type":"Point","coordinates":[-0.0585023,51.5151158]},"properties":{"@type":"node","@id":7782393383,"@timestamp":1596500614},"coords":"51.5151158,-0.0585023","bedrooms":"3","price":"283000","area":"694"} , +{"type":"Feature","id":"n7782404872","geometry":{"type":"Point","coordinates":[-0.0586702,51.5146121]},"properties":{"@type":"node","@id":7782404872,"@timestamp":1630973899},"coords":"51.5146121,-0.0586702","bedrooms":"3","price":"213000","area":"354"} , +{"type":"Feature","id":"n7782405015","geometry":{"type":"Point","coordinates":[-0.0570192,51.5152931]},"properties":{"@type":"node","@id":7782405015,"@timestamp":1596500614},"coords":"51.5152931,-0.0570192","bedrooms":"4","price":"263000","area":"677"} , +{"type":"Feature","id":"n7782405056","geometry":{"type":"Point","coordinates":[-0.0569783,51.5147967]},"properties":{"@type":"node","@id":7782405056,"@timestamp":1596500614},"coords":"51.5147967,-0.0569783","bedrooms":"2","price":"273000","area":"536"} , +{"type":"Feature","id":"n7782741586","geometry":{"type":"Point","coordinates":[-0.1911067,51.4903299]},"properties":{"@type":"node","@id":7782741586,"@timestamp":1615507618},"coords":"51.4903299,-0.1911067","bedrooms":"0","price":"207000","area":"626"} , +{"type":"Feature","id":"n7782741634","geometry":{"type":"Point","coordinates":[-0.1924619,51.490201]},"properties":{"@type":"node","@id":7782741634,"@timestamp":1615507618},"coords":"51.490201,-0.1924619","bedrooms":"2","price":"196000","area":"619"} , +{"type":"Feature","id":"n7782834365","geometry":{"type":"Point","coordinates":[-0.1924703,51.4895503]},"properties":{"@type":"node","@id":7782834365,"@timestamp":1615154795},"coords":"51.4895503,-0.1924703","bedrooms":"4","price":"283000","area":"424"} , +{"type":"Feature","id":"n7782834375","geometry":{"type":"Point","coordinates":[-0.1929769,51.4894078]},"properties":{"@type":"node","@id":7782834375,"@timestamp":1615154795},"coords":"51.4894078,-0.1929769","bedrooms":"2","price":"163000","area":"642"} , +{"type":"Feature","id":"n7783123000","geometry":{"type":"Point","coordinates":[-0.0942355,51.5153836]},"properties":{"@type":"node","@id":7783123000,"@timestamp":1596525814},"coords":"51.5153836,-0.0942355","bedrooms":"2","price":"212000","area":"691"} , +{"type":"Feature","id":"n7783252605","geometry":{"type":"Point","coordinates":[-0.0634516,51.4376382]},"properties":{"@type":"node","@id":7783252605,"@timestamp":1596528544},"coords":"51.4376382,-0.0634516","bedrooms":"0","price":"285000","area":"394"} , +{"type":"Feature","id":"n7783320549","geometry":{"type":"Point","coordinates":[-0.1922428,51.4894134]},"properties":{"@type":"node","@id":7783320549,"@timestamp":1615154795},"coords":"51.4894134,-0.1922428","bedrooms":"4","price":"207000","area":"426"} , +{"type":"Feature","id":"n7783327599","geometry":{"type":"Point","coordinates":[-0.1923873,51.4888678]},"properties":{"@type":"node","@id":7783327599,"@timestamp":1615154795},"coords":"51.4888678,-0.1923873","bedrooms":"2","price":"192000","area":"437"} , +{"type":"Feature","id":"n7783327609","geometry":{"type":"Point","coordinates":[-0.1906674,51.489461]},"properties":{"@type":"node","@id":7783327609,"@timestamp":1615154795},"coords":"51.489461,-0.1906674","bedrooms":"1","price":"214000","area":"562"} , +{"type":"Feature","id":"n7783548785","geometry":{"type":"Point","coordinates":[-0.0833344,51.5107234]},"properties":{"@type":"node","@id":7783548785,"@timestamp":1622452621},"coords":"51.5107234,-0.0833344","bedrooms":"4","price":"182000","area":"492"} , +{"type":"Feature","id":"n7783627015","geometry":{"type":"Point","coordinates":[-0.1532046,51.5269951]},"properties":{"@type":"node","@id":7783627015,"@timestamp":1628538381},"coords":"51.5269951,-0.1532046","bedrooms":"1","price":"287000","area":"560"} , +{"type":"Feature","id":"n7783780381","geometry":{"type":"Point","coordinates":[-0.0392237,51.668838]},"properties":{"@type":"node","@id":7783780381,"@timestamp":1602702102},"coords":"51.668838,-0.0392237","bedrooms":"2","price":"261000","area":"490"} , +{"type":"Feature","id":"n7783929360","geometry":{"type":"Point","coordinates":[0.2715334,51.4449036]},"properties":{"@type":"node","@id":7783929360,"@timestamp":1596541947},"coords":"51.4449036,0.2715334","bedrooms":"0","price":"283000","area":"387"} , +{"type":"Feature","id":"n7783929370","geometry":{"type":"Point","coordinates":[0.2723998,51.44987]},"properties":{"@type":"node","@id":7783929370,"@timestamp":1596541947},"coords":"51.44987,0.2723998","bedrooms":"0","price":"213000","area":"667"} , +{"type":"Feature","id":"n7783929380","geometry":{"type":"Point","coordinates":[0.2773082,51.4479168]},"properties":{"@type":"node","@id":7783929380,"@timestamp":1596541947},"coords":"51.4479168,0.2773082","bedrooms":"2","price":"202000","area":"690"} , +{"type":"Feature","id":"n7783931990","geometry":{"type":"Point","coordinates":[0.2782309,51.4481207]},"properties":{"@type":"node","@id":7783931990,"@timestamp":1596541947},"coords":"51.4481207,0.2782309","bedrooms":"3","price":"254000","area":"518"} , +{"type":"Feature","id":"n7783932000","geometry":{"type":"Point","coordinates":[0.2788612,51.4475432]},"properties":{"@type":"node","@id":7783932000,"@timestamp":1596541947},"coords":"51.4475432,0.2788612","bedrooms":"0","price":"200000","area":"665"} , +{"type":"Feature","id":"n7783932010","geometry":{"type":"Point","coordinates":[0.2784669,51.4472573]},"properties":{"@type":"node","@id":7783932010,"@timestamp":1596541947},"coords":"51.4472573,0.2784669","bedrooms":"0","price":"297000","area":"369"} , +{"type":"Feature","id":"n7783932020","geometry":{"type":"Point","coordinates":[0.2778527,51.447335]},"properties":{"@type":"node","@id":7783932020,"@timestamp":1596541947},"coords":"51.447335,0.2778527","bedrooms":"0","price":"178000","area":"489"} , +{"type":"Feature","id":"n7783932030","geometry":{"type":"Point","coordinates":[0.278412,51.4467834]},"properties":{"@type":"node","@id":7783932030,"@timestamp":1596541947},"coords":"51.4467834,0.278412","bedrooms":"3","price":"242000","area":"478"} , +{"type":"Feature","id":"n7783932040","geometry":{"type":"Point","coordinates":[0.2798899,51.4466363]},"properties":{"@type":"node","@id":7783932040,"@timestamp":1596541947},"coords":"51.4466363,0.2798899","bedrooms":"4","price":"224000","area":"653"} , +{"type":"Feature","id":"n7783932050","geometry":{"type":"Point","coordinates":[0.2790302,51.4466062]},"properties":{"@type":"node","@id":7783932050,"@timestamp":1596541947},"coords":"51.4466062,0.2790302","bedrooms":"4","price":"182000","area":"520"} , +{"type":"Feature","id":"n7783932060","geometry":{"type":"Point","coordinates":[0.2782175,51.446368]},"properties":{"@type":"node","@id":7783932060,"@timestamp":1596541947},"coords":"51.446368,0.2782175","bedrooms":"1","price":"245000","area":"360"} , +{"type":"Feature","id":"n7783932070","geometry":{"type":"Point","coordinates":[0.2797128,51.4453583]},"properties":{"@type":"node","@id":7783932070,"@timestamp":1596541947},"coords":"51.4453583,0.2797128","bedrooms":"4","price":"261000","area":"501"} , +{"type":"Feature","id":"n7783932080","geometry":{"type":"Point","coordinates":[0.2805524,51.445548]},"properties":{"@type":"node","@id":7783932080,"@timestamp":1596541947},"coords":"51.445548,0.2805524","bedrooms":"4","price":"216000","area":"508"} , +{"type":"Feature","id":"n7783932090","geometry":{"type":"Point","coordinates":[0.2797651,51.4459509]},"properties":{"@type":"node","@id":7783932090,"@timestamp":1596541947},"coords":"51.4459509,0.2797651","bedrooms":"3","price":"274000","area":"566"} , +{"type":"Feature","id":"n7783932100","geometry":{"type":"Point","coordinates":[0.2799328,51.4462426]},"properties":{"@type":"node","@id":7783932100,"@timestamp":1596541947},"coords":"51.4462426,0.2799328","bedrooms":"3","price":"195000","area":"461"} , +{"type":"Feature","id":"n7783932110","geometry":{"type":"Point","coordinates":[0.2791965,51.4462819]},"properties":{"@type":"node","@id":7783932110,"@timestamp":1596541947},"coords":"51.4462819,0.2791965","bedrooms":"0","price":"268000","area":"648"} , +{"type":"Feature","id":"n7783932120","geometry":{"type":"Point","coordinates":[0.2784696,51.4456567]},"properties":{"@type":"node","@id":7783932120,"@timestamp":1596541947},"coords":"51.4456567,0.2784696","bedrooms":"2","price":"244000","area":"431"} , +{"type":"Feature","id":"n7783932130","geometry":{"type":"Point","coordinates":[0.2793735,51.4448818]},"properties":{"@type":"node","@id":7783932130,"@timestamp":1596541947},"coords":"51.4448818,0.2793735","bedrooms":"4","price":"156000","area":"451"} , +{"type":"Feature","id":"n7783932140","geometry":{"type":"Point","coordinates":[0.2804424,51.4442675]},"properties":{"@type":"node","@id":7783932140,"@timestamp":1596541947},"coords":"51.4442675,0.2804424","bedrooms":"3","price":"275000","area":"394"} , +{"type":"Feature","id":"n7783932150","geometry":{"type":"Point","coordinates":[0.2809721,51.4441571]},"properties":{"@type":"node","@id":7783932150,"@timestamp":1596541947},"coords":"51.4441571,0.2809721","bedrooms":"0","price":"253000","area":"639"} , +{"type":"Feature","id":"n7783932160","geometry":{"type":"Point","coordinates":[0.2807388,51.4436464]},"properties":{"@type":"node","@id":7783932160,"@timestamp":1596541947},"coords":"51.4436464,0.2807388","bedrooms":"1","price":"176000","area":"499"} , +{"type":"Feature","id":"n7783932170","geometry":{"type":"Point","coordinates":[0.2794339,51.4437985]},"properties":{"@type":"node","@id":7783932170,"@timestamp":1596541947},"coords":"51.4437985,0.2794339","bedrooms":"2","price":"242000","area":"426"} , +{"type":"Feature","id":"n7783932180","geometry":{"type":"Point","coordinates":[0.2803646,51.4434792]},"properties":{"@type":"node","@id":7783932180,"@timestamp":1596541947},"coords":"51.4434792,0.2803646","bedrooms":"0","price":"192000","area":"628"} , +{"type":"Feature","id":"n7783932190","geometry":{"type":"Point","coordinates":[0.2802104,51.4430747]},"properties":{"@type":"node","@id":7783932190,"@timestamp":1596541947},"coords":"51.4430747,0.2802104","bedrooms":"0","price":"230000","area":"483"} , +{"type":"Feature","id":"n7783932200","geometry":{"type":"Point","coordinates":[0.2799703,51.442859]},"properties":{"@type":"node","@id":7783932200,"@timestamp":1596541947},"coords":"51.442859,0.2799703","bedrooms":"1","price":"298000","area":"433"} , +{"type":"Feature","id":"n7783932210","geometry":{"type":"Point","coordinates":[0.2797946,51.4424661]},"properties":{"@type":"node","@id":7783932210,"@timestamp":1596541947},"coords":"51.4424661,0.2797946","bedrooms":"1","price":"171000","area":"595"} , +{"type":"Feature","id":"n7783968268","geometry":{"type":"Point","coordinates":[-0.0231607,51.4295777]},"properties":{"@type":"node","@id":7783968268,"@timestamp":1596542347},"coords":"51.4295777,-0.0231607","bedrooms":"4","price":"226000","area":"453"} , +{"type":"Feature","id":"n7783976564","geometry":{"type":"Point","coordinates":[-0.0223436,51.4301471]},"properties":{"@type":"node","@id":7783976564,"@timestamp":1596542347},"coords":"51.4301471,-0.0223436","bedrooms":"0","price":"211000","area":"581"} , +{"type":"Feature","id":"n7783976574","geometry":{"type":"Point","coordinates":[-0.0216282,51.4299863]},"properties":{"@type":"node","@id":7783976574,"@timestamp":1596542347},"coords":"51.4299863,-0.0216282","bedrooms":"0","price":"198000","area":"350"} , +{"type":"Feature","id":"n7783976584","geometry":{"type":"Point","coordinates":[-0.0218824,51.4308343]},"properties":{"@type":"node","@id":7783976584,"@timestamp":1596542347},"coords":"51.4308343,-0.0218824","bedrooms":"4","price":"284000","area":"578"} , +{"type":"Feature","id":"n7783976648","geometry":{"type":"Point","coordinates":[-0.0209243,51.4291408]},"properties":{"@type":"node","@id":7783976648,"@timestamp":1596542347},"coords":"51.4291408,-0.0209243","bedrooms":"0","price":"287000","area":"653"} , +{"type":"Feature","id":"n7784027621","geometry":{"type":"Point","coordinates":[-0.0241009,51.4285328]},"properties":{"@type":"node","@id":7784027621,"@timestamp":1596543567},"coords":"51.4285328,-0.0241009","bedrooms":"1","price":"220000","area":"389"} , +{"type":"Feature","id":"n7784027631","geometry":{"type":"Point","coordinates":[-0.024112,51.4283766]},"properties":{"@type":"node","@id":7784027631,"@timestamp":1596543567},"coords":"51.4283766,-0.024112","bedrooms":"1","price":"202000","area":"652"} , +{"type":"Feature","id":"n7784027641","geometry":{"type":"Point","coordinates":[-0.0245019,51.4279634]},"properties":{"@type":"node","@id":7784027641,"@timestamp":1596543567},"coords":"51.4279634,-0.0245019","bedrooms":"4","price":"156000","area":"383"} , +{"type":"Feature","id":"n7784027728","geometry":{"type":"Point","coordinates":[-0.0251616,51.4303384]},"properties":{"@type":"node","@id":7784027728,"@timestamp":1596543567},"coords":"51.4303384,-0.0251616","bedrooms":"1","price":"165000","area":"459"} , +{"type":"Feature","id":"n7784027743","geometry":{"type":"Point","coordinates":[-0.025696,51.4279611]},"properties":{"@type":"node","@id":7784027743,"@timestamp":1596543567},"coords":"51.4279611,-0.025696","bedrooms":"3","price":"203000","area":"544"} , +{"type":"Feature","id":"n7784027753","geometry":{"type":"Point","coordinates":[-0.0260741,51.4283073]},"properties":{"@type":"node","@id":7784027753,"@timestamp":1596543567},"coords":"51.4283073,-0.0260741","bedrooms":"2","price":"177000","area":"555"} , +{"type":"Feature","id":"n7784103443","geometry":{"type":"Point","coordinates":[-0.1298692,51.5373146]},"properties":{"@type":"node","@id":7784103443,"@timestamp":1596662963},"coords":"51.5373146,-0.1298692","bedrooms":"1","price":"179000","area":"425"} , +{"type":"Feature","id":"n7784208052","geometry":{"type":"Point","coordinates":[-0.0217506,51.4330137]},"properties":{"@type":"node","@id":7784208052,"@timestamp":1596547034},"coords":"51.4330137,-0.0217506","bedrooms":"2","price":"228000","area":"666"} , +{"type":"Feature","id":"n7784208062","geometry":{"type":"Point","coordinates":[-0.0198915,51.4336472]},"properties":{"@type":"node","@id":7784208062,"@timestamp":1596547034},"coords":"51.4336472,-0.0198915","bedrooms":"0","price":"280000","area":"394"} , +{"type":"Feature","id":"n7784208203","geometry":{"type":"Point","coordinates":[-0.0217204,51.4335776]},"properties":{"@type":"node","@id":7784208203,"@timestamp":1596547034},"coords":"51.4335776,-0.0217204","bedrooms":"3","price":"232000","area":"509"} , +{"type":"Feature","id":"n7784208213","geometry":{"type":"Point","coordinates":[-0.0212529,51.4335406]},"properties":{"@type":"node","@id":7784208213,"@timestamp":1596547034},"coords":"51.4335406,-0.0212529","bedrooms":"3","price":"296000","area":"511"} , +{"type":"Feature","id":"n7784239071","geometry":{"type":"Point","coordinates":[0.0348053,51.5022297]},"properties":{"@type":"node","@id":7784239071,"@timestamp":1630232586},"coords":"51.5022297,0.0348053","bedrooms":"3","price":"170000","area":"611"} , +{"type":"Feature","id":"n7784245151","geometry":{"type":"Point","coordinates":[-0.0228689,51.4350257]},"properties":{"@type":"node","@id":7784245151,"@timestamp":1596547944},"coords":"51.4350257,-0.0228689","bedrooms":"0","price":"221000","area":"512"} , +{"type":"Feature","id":"n7784245161","geometry":{"type":"Point","coordinates":[-0.0215941,51.434149]},"properties":{"@type":"node","@id":7784245161,"@timestamp":1596547944},"coords":"51.434149,-0.0215941","bedrooms":"4","price":"273000","area":"535"} , +{"type":"Feature","id":"n7784272030","geometry":{"type":"Point","coordinates":[0.0383293,51.5022389]},"properties":{"@type":"node","@id":7784272030,"@timestamp":1598523945},"coords":"51.5022389,0.0383293","bedrooms":"1","price":"195000","area":"508"} , +{"type":"Feature","id":"n7784281192","geometry":{"type":"Point","coordinates":[-0.0215154,51.4357088]},"properties":{"@type":"node","@id":7784281192,"@timestamp":1596548586},"coords":"51.4357088,-0.0215154","bedrooms":"3","price":"280000","area":"458"} , +{"type":"Feature","id":"n7784446108","geometry":{"type":"Point","coordinates":[0.3028536,51.0465978]},"properties":{"@type":"node","@id":7784446108,"@timestamp":1607595605},"coords":"51.0465978,0.3028536","bedrooms":"4","price":"192000","area":"428"} , +{"type":"Feature","id":"n7784711761","geometry":{"type":"Point","coordinates":[-0.6315691,51.6443519]},"properties":{"@type":"node","@id":7784711761,"@timestamp":1596556622},"coords":"51.6443519,-0.6315691","bedrooms":"3","price":"278000","area":"501"} , +{"type":"Feature","id":"n7784824284","geometry":{"type":"Point","coordinates":[-0.1460442,51.0510534]},"properties":{"@type":"node","@id":7784824284,"@timestamp":1596559346},"coords":"51.0510534,-0.1460442","bedrooms":"3","price":"170000","area":"387"} , +{"type":"Feature","id":"n7785168402","geometry":{"type":"Point","coordinates":[0.0328355,51.5023325]},"properties":{"@type":"node","@id":7785168402,"@timestamp":1596568381},"coords":"51.5023325,0.0328355","bedrooms":"1","price":"175000","area":"486"} , +{"type":"Feature","id":"n7785442573","geometry":{"type":"Point","coordinates":[-0.1270204,51.3155502]},"properties":{"@type":"node","@id":7785442573,"@timestamp":1596570809},"coords":"51.3155502,-0.1270204","bedrooms":"3","price":"159000","area":"562"} , +{"type":"Feature","id":"n7785442583","geometry":{"type":"Point","coordinates":[-0.1264837,51.314884]},"properties":{"@type":"node","@id":7785442583,"@timestamp":1596570809},"coords":"51.314884,-0.1264837","bedrooms":"1","price":"165000","area":"621"} , +{"type":"Feature","id":"n7785457409","geometry":{"type":"Point","coordinates":[-0.1327227,51.3092207]},"properties":{"@type":"node","@id":7785457409,"@timestamp":1596570809},"coords":"51.3092207,-0.1327227","bedrooms":"4","price":"299000","area":"407"} , +{"type":"Feature","id":"n7785457422","geometry":{"type":"Point","coordinates":[-0.1325049,51.3046945]},"properties":{"@type":"node","@id":7785457422,"@timestamp":1607708667},"coords":"51.3046945,-0.1325049","bedrooms":"0","price":"169000","area":"687"} , +{"type":"Feature","id":"n7785457432","geometry":{"type":"Point","coordinates":[-0.1317136,51.3076801]},"properties":{"@type":"node","@id":7785457432,"@timestamp":1596570809},"coords":"51.3076801,-0.1317136","bedrooms":"0","price":"273000","area":"452"} , +{"type":"Feature","id":"n7785495111","geometry":{"type":"Point","coordinates":[-0.5289996,51.2246124]},"properties":{"@type":"node","@id":7785495111,"@timestamp":1627485937},"coords":"51.2246124,-0.5289996","bedrooms":"3","price":"255000","area":"657"} , +{"type":"Feature","id":"n7785540626","geometry":{"type":"Point","coordinates":[-0.5562757,51.6709625]},"properties":{"@type":"node","@id":7785540626,"@timestamp":1596572315},"coords":"51.6709625,-0.5562757","bedrooms":"0","price":"229000","area":"513"} , +{"type":"Feature","id":"n7785555505","geometry":{"type":"Point","coordinates":[-0.0525438,51.088554]},"properties":{"@type":"node","@id":7785555505,"@timestamp":1596573565},"coords":"51.088554,-0.0525438","bedrooms":"4","price":"215000","area":"470"} , +{"type":"Feature","id":"n7785785621","geometry":{"type":"Point","coordinates":[-0.1108816,51.5991057]},"properties":{"@type":"node","@id":7785785621,"@timestamp":1596582467},"coords":"51.5991057,-0.1108816","bedrooms":"4","price":"235000","area":"467"} , +{"type":"Feature","id":"n7785803008","geometry":{"type":"Point","coordinates":[-0.0620375,51.5154863]},"properties":{"@type":"node","@id":7785803008,"@timestamp":1596582875},"coords":"51.5154863,-0.0620375","bedrooms":"4","price":"275000","area":"418"} , +{"type":"Feature","id":"n7785803151","geometry":{"type":"Point","coordinates":[-0.062059,51.5146532]},"properties":{"@type":"node","@id":7785803151,"@timestamp":1596582875},"coords":"51.5146532,-0.062059","bedrooms":"3","price":"266000","area":"521"} , +{"type":"Feature","id":"n7785803249","geometry":{"type":"Point","coordinates":[-0.0603391,51.514651]},"properties":{"@type":"node","@id":7785803249,"@timestamp":1596582875},"coords":"51.514651,-0.0603391","bedrooms":"1","price":"285000","area":"477"} , +{"type":"Feature","id":"n7785920992","geometry":{"type":"Point","coordinates":[-0.063041,51.5149872]},"properties":{"@type":"node","@id":7785920992,"@timestamp":1596590273},"coords":"51.5149872,-0.063041","bedrooms":"1","price":"227000","area":"653"} , +{"type":"Feature","id":"n7785921116","geometry":{"type":"Point","coordinates":[-0.0625669,51.5146659]},"properties":{"@type":"node","@id":7785921116,"@timestamp":1596590273},"coords":"51.5146659,-0.0625669","bedrooms":"2","price":"164000","area":"552"} , +{"type":"Feature","id":"n7786539941","geometry":{"type":"Point","coordinates":[-0.3210115,51.4463974]},"properties":{"@type":"node","@id":7786539941,"@timestamp":1596612120},"coords":"51.4463974,-0.3210115","bedrooms":"3","price":"282000","area":"366"} , +{"type":"Feature","id":"n7786848184","geometry":{"type":"Point","coordinates":[-0.0985468,51.4654577]},"properties":{"@type":"node","@id":7786848184,"@timestamp":1596618788},"coords":"51.4654577,-0.0985468","bedrooms":"4","price":"155000","area":"657"} , +{"type":"Feature","id":"n7786883196","geometry":{"type":"Point","coordinates":[-0.0979165,51.4647251]},"properties":{"@type":"node","@id":7786883196,"@timestamp":1596618788},"coords":"51.4647251,-0.0979165","bedrooms":"0","price":"178000","area":"379"} , +{"type":"Feature","id":"n7786967080","geometry":{"type":"Point","coordinates":[-0.1006608,51.471113]},"properties":{"@type":"node","@id":7786967080,"@timestamp":1596621565},"coords":"51.471113,-0.1006608","bedrooms":"3","price":"219000","area":"442"} , +{"type":"Feature","id":"n7786981837","geometry":{"type":"Point","coordinates":[-0.0972394,51.4706918]},"properties":{"@type":"node","@id":7786981837,"@timestamp":1596621275},"coords":"51.4706918,-0.0972394","bedrooms":"0","price":"211000","area":"574"} , +{"type":"Feature","id":"n7787001687","geometry":{"type":"Point","coordinates":[-0.1001162,51.4697282]},"properties":{"@type":"node","@id":7787001687,"@timestamp":1596621565},"coords":"51.4697282,-0.1001162","bedrooms":"2","price":"186000","area":"462"} , +{"type":"Feature","id":"n7787123681","geometry":{"type":"Point","coordinates":[-0.2694255,51.5294905]},"properties":{"@type":"node","@id":7787123681,"@timestamp":1618366047},"coords":"51.5294905,-0.2694255","bedrooms":"2","price":"152000","area":"428"} , +{"type":"Feature","id":"n7787323661","geometry":{"type":"Point","coordinates":[-0.1094643,51.4845296]},"properties":{"@type":"node","@id":7787323661,"@timestamp":1596629687},"coords":"51.4845296,-0.1094643","bedrooms":"1","price":"246000","area":"564"} , +{"type":"Feature","id":"n7787433644","geometry":{"type":"Point","coordinates":[-1.0038583,51.457856]},"properties":{"@type":"node","@id":7787433644,"@timestamp":1596631904},"coords":"51.457856,-1.0038583","bedrooms":"2","price":"161000","area":"404"} , +{"type":"Feature","id":"n7787598428","geometry":{"type":"Point","coordinates":[0.2497506,51.1233833]},"properties":{"@type":"node","@id":7787598428,"@timestamp":1628336787},"coords":"51.1233833,0.2497506","bedrooms":"1","price":"229000","area":"446"} , +{"type":"Feature","id":"n7787603298","geometry":{"type":"Point","coordinates":[-0.152962,51.5172464]},"properties":{"@type":"node","@id":7787603298,"@timestamp":1596636182},"coords":"51.5172464,-0.152962","bedrooms":"3","price":"200000","area":"651"} , +{"type":"Feature","id":"n7787611874","geometry":{"type":"Point","coordinates":[-0.2462494,51.0045433]},"properties":{"@type":"node","@id":7787611874,"@timestamp":1596636411},"coords":"51.0045433,-0.2462494","bedrooms":"2","price":"171000","area":"520"} , +{"type":"Feature","id":"n7787613005","geometry":{"type":"Point","coordinates":[0.0288914,51.5003309]},"properties":{"@type":"node","@id":7787613005,"@timestamp":1598694490},"coords":"51.5003309,0.0288914","bedrooms":"2","price":"162000","area":"428"} , +{"type":"Feature","id":"n7787623288","geometry":{"type":"Point","coordinates":[-0.2467605,51.0028744]},"properties":{"@type":"node","@id":7787623288,"@timestamp":1596636411},"coords":"51.0028744,-0.2467605","bedrooms":"1","price":"198000","area":"388"} , +{"type":"Feature","id":"n7787645780","geometry":{"type":"Point","coordinates":[-0.1552655,51.5908557]},"properties":{"@type":"node","@id":7787645780,"@timestamp":1596637782},"coords":"51.5908557,-0.1552655","bedrooms":"0","price":"231000","area":"488"} , +{"type":"Feature","id":"n7787693077","geometry":{"type":"Point","coordinates":[-0.1269533,51.5359738]},"properties":{"@type":"node","@id":7787693077,"@timestamp":1596639740},"coords":"51.5359738,-0.1269533","bedrooms":"4","price":"279000","area":"506"} , +{"type":"Feature","id":"n7787711636","geometry":{"type":"Point","coordinates":[0.0385212,51.4945563]},"properties":{"@type":"node","@id":7787711636,"@timestamp":1630640346},"coords":"51.4945563,0.0385212","bedrooms":"2","price":"248000","area":"449"} , +{"type":"Feature","id":"n7787811808","geometry":{"type":"Point","coordinates":[-0.0483059,51.3828032]},"properties":{"@type":"node","@id":7787811808,"@timestamp":1596642807},"coords":"51.3828032,-0.0483059","bedrooms":"0","price":"249000","area":"437"} , +{"type":"Feature","id":"n7787847283","geometry":{"type":"Point","coordinates":[-0.1162284,51.4554821]},"properties":{"@type":"node","@id":7787847283,"@timestamp":1596644120},"coords":"51.4554821,-0.1162284","bedrooms":"4","price":"298000","area":"563"} , +{"type":"Feature","id":"n7787858787","geometry":{"type":"Point","coordinates":[-0.1161162,51.4567032]},"properties":{"@type":"node","@id":7787858787,"@timestamp":1601823150},"coords":"51.4567032,-0.1161162","bedrooms":"0","price":"265000","area":"685"} , +{"type":"Feature","id":"n7787878209","geometry":{"type":"Point","coordinates":[0.0364199,51.4995464]},"properties":{"@type":"node","@id":7787878209,"@timestamp":1598695804},"coords":"51.4995464,0.0364199","bedrooms":"2","price":"228000","area":"510"} , +{"type":"Feature","id":"n7788190724","geometry":{"type":"Point","coordinates":[-0.584427,51.7936254]},"properties":{"@type":"node","@id":7788190724,"@timestamp":1633785837},"coords":"51.7936254,-0.584427","bedrooms":"2","price":"295000","area":"376"} , +{"type":"Feature","id":"n7788318396","geometry":{"type":"Point","coordinates":[-0.1088857,51.5960627]},"properties":{"@type":"node","@id":7788318396,"@timestamp":1596659442},"coords":"51.5960627,-0.1088857","bedrooms":"1","price":"169000","area":"504"} , +{"type":"Feature","id":"n7788357117","geometry":{"type":"Point","coordinates":[-0.8242992,51.4236701]},"properties":{"@type":"node","@id":7788357117,"@timestamp":1624787500},"coords":"51.4236701,-0.8242992","bedrooms":"1","price":"284000","area":"492"} , +{"type":"Feature","id":"n7788425268","geometry":{"type":"Point","coordinates":[-0.1159313,51.4179463]},"properties":{"@type":"node","@id":7788425268,"@timestamp":1596663659},"coords":"51.4179463,-0.1159313","bedrooms":"2","price":"272000","area":"513"} , +{"type":"Feature","id":"n7788441279","geometry":{"type":"Point","coordinates":[-0.1192127,51.4212872]},"properties":{"@type":"node","@id":7788441279,"@timestamp":1596664196},"coords":"51.4212872,-0.1192127","bedrooms":"2","price":"269000","area":"576"} , +{"type":"Feature","id":"n7788491446","geometry":{"type":"Point","coordinates":[-0.0642241,51.5147164]},"properties":{"@type":"node","@id":7788491446,"@timestamp":1596665132},"coords":"51.5147164,-0.0642241","bedrooms":"1","price":"245000","area":"558"} , +{"type":"Feature","id":"n7788491574","geometry":{"type":"Point","coordinates":[-0.0638147,51.5150638]},"properties":{"@type":"node","@id":7788491574,"@timestamp":1596665132},"coords":"51.5150638,-0.0638147","bedrooms":"2","price":"248000","area":"473"} , +{"type":"Feature","id":"n7789095231","geometry":{"type":"Point","coordinates":[0.632748,51.7946473]},"properties":{"@type":"node","@id":7789095231,"@timestamp":1596683457},"coords":"51.7946473,0.632748","bedrooms":"4","price":"198000","area":"671"} , +{"type":"Feature","id":"n7790340142","geometry":{"type":"Point","coordinates":[0.0496129,51.5031887]},"properties":{"@type":"node","@id":7790340142,"@timestamp":1596693369},"coords":"51.5031887,0.0496129","bedrooms":"0","price":"262000","area":"661"} , +{"type":"Feature","id":"n7790439817","geometry":{"type":"Point","coordinates":[0.0278095,51.502003]},"properties":{"@type":"node","@id":7790439817,"@timestamp":1596695096},"coords":"51.502003,0.0278095","bedrooms":"4","price":"185000","area":"499"} , +{"type":"Feature","id":"n7791001159","geometry":{"type":"Point","coordinates":[0.0369343,51.5009834]},"properties":{"@type":"node","@id":7791001159,"@timestamp":1598529511},"coords":"51.5009834,0.0369343","bedrooms":"2","price":"246000","area":"493"} , +{"type":"Feature","id":"n7791241937","geometry":{"type":"Point","coordinates":[-0.0223976,51.4356988]},"properties":{"@type":"node","@id":7791241937,"@timestamp":1596710455},"coords":"51.4356988,-0.0223976","bedrooms":"2","price":"292000","area":"589"} , +{"type":"Feature","id":"n7791241947","geometry":{"type":"Point","coordinates":[-0.0234411,51.4361927]},"properties":{"@type":"node","@id":7791241947,"@timestamp":1596710455},"coords":"51.4361927,-0.0234411","bedrooms":"3","price":"189000","area":"507"} , +{"type":"Feature","id":"n7791241957","geometry":{"type":"Point","coordinates":[-0.0230168,51.4360326]},"properties":{"@type":"node","@id":7791241957,"@timestamp":1596710455},"coords":"51.4360326,-0.0230168","bedrooms":"3","price":"168000","area":"405"} , +{"type":"Feature","id":"n7791241967","geometry":{"type":"Point","coordinates":[-0.0233027,51.4357749]},"properties":{"@type":"node","@id":7791241967,"@timestamp":1596710455},"coords":"51.4357749,-0.0233027","bedrooms":"0","price":"285000","area":"479"} , +{"type":"Feature","id":"n7791294266","geometry":{"type":"Point","coordinates":[0.3861061,51.8049514]},"properties":{"@type":"node","@id":7791294266,"@timestamp":1596711759},"coords":"51.8049514,0.3861061","bedrooms":"4","price":"219000","area":"639"} , +{"type":"Feature","id":"n7791319331","geometry":{"type":"Point","coordinates":[-0.1209756,51.4268622]},"properties":{"@type":"node","@id":7791319331,"@timestamp":1606407563},"coords":"51.4268622,-0.1209756","bedrooms":"3","price":"259000","area":"435"} , +{"type":"Feature","id":"n7791335981","geometry":{"type":"Point","coordinates":[-1.0633856,51.6665491]},"properties":{"@type":"node","@id":7791335981,"@timestamp":1633891301},"coords":"51.6665491,-1.0633856","bedrooms":"1","price":"275000","area":"628"} , +{"type":"Feature","id":"n7791343065","geometry":{"type":"Point","coordinates":[-0.0237454,51.4349218]},"properties":{"@type":"node","@id":7791343065,"@timestamp":1596712355},"coords":"51.4349218,-0.0237454","bedrooms":"1","price":"237000","area":"628"} , +{"type":"Feature","id":"n7791343075","geometry":{"type":"Point","coordinates":[-0.0248094,51.4348689]},"properties":{"@type":"node","@id":7791343075,"@timestamp":1596712355},"coords":"51.4348689,-0.0248094","bedrooms":"3","price":"152000","area":"601"} , +{"type":"Feature","id":"n7791343192","geometry":{"type":"Point","coordinates":[-0.024234,51.4384954]},"properties":{"@type":"node","@id":7791343192,"@timestamp":1596712355},"coords":"51.4384954,-0.024234","bedrooms":"2","price":"179000","area":"439"} , +{"type":"Feature","id":"n7791343202","geometry":{"type":"Point","coordinates":[-0.024469,51.4376311]},"properties":{"@type":"node","@id":7791343202,"@timestamp":1596712355},"coords":"51.4376311,-0.024469","bedrooms":"3","price":"183000","area":"689"} , +{"type":"Feature","id":"n7791343212","geometry":{"type":"Point","coordinates":[-0.0234408,51.4375896]},"properties":{"@type":"node","@id":7791343212,"@timestamp":1596712355},"coords":"51.4375896,-0.0234408","bedrooms":"2","price":"243000","area":"616"} , +{"type":"Feature","id":"n7791368975","geometry":{"type":"Point","coordinates":[-0.1187634,51.4308945]},"properties":{"@type":"node","@id":7791368975,"@timestamp":1596712876},"coords":"51.4308945,-0.1187634","bedrooms":"2","price":"296000","area":"389"} , +{"type":"Feature","id":"n7791369786","geometry":{"type":"Point","coordinates":[-0.1174241,51.4355602]},"properties":{"@type":"node","@id":7791369786,"@timestamp":1605874878},"coords":"51.4355602,-0.1174241","bedrooms":"4","price":"223000","area":"450"} , +{"type":"Feature","id":"n7791380650","geometry":{"type":"Point","coordinates":[-1.0708389,51.671692]},"properties":{"@type":"node","@id":7791380650,"@timestamp":1596713079},"coords":"51.671692,-1.0708389","bedrooms":"2","price":"248000","area":"482"} , +{"type":"Feature","id":"n7791380872","geometry":{"type":"Point","coordinates":[-1.0992267,51.6745039]},"properties":{"@type":"node","@id":7791380872,"@timestamp":1596713079},"coords":"51.6745039,-1.0992267","bedrooms":"1","price":"292000","area":"509"} , +{"type":"Feature","id":"n7791466468","geometry":{"type":"Point","coordinates":[-0.1641913,51.4700777]},"properties":{"@type":"node","@id":7791466468,"@timestamp":1617539861},"coords":"51.4700777,-0.1641913","bedrooms":"3","price":"266000","area":"556"} , +{"type":"Feature","id":"n7791466512","geometry":{"type":"Point","coordinates":[-0.1622638,51.4664862]},"properties":{"@type":"node","@id":7791466512,"@timestamp":1596715032},"coords":"51.4664862,-0.1622638","bedrooms":"3","price":"265000","area":"453"} , +{"type":"Feature","id":"n7791466574","geometry":{"type":"Point","coordinates":[-0.1486564,51.4721912]},"properties":{"@type":"node","@id":7791466574,"@timestamp":1596715032},"coords":"51.4721912,-0.1486564","bedrooms":"1","price":"268000","area":"566"} , +{"type":"Feature","id":"n7791474920","geometry":{"type":"Point","coordinates":[-1.0812924,51.6598585]},"properties":{"@type":"node","@id":7791474920,"@timestamp":1596715884},"coords":"51.6598585,-1.0812924","bedrooms":"2","price":"197000","area":"601"} , +{"type":"Feature","id":"n7791476973","geometry":{"type":"Point","coordinates":[-0.0258446,51.4386694]},"properties":{"@type":"node","@id":7791476973,"@timestamp":1596715327},"coords":"51.4386694,-0.0258446","bedrooms":"4","price":"243000","area":"411"} , +{"type":"Feature","id":"n7791476983","geometry":{"type":"Point","coordinates":[-0.0248476,51.4385658]},"properties":{"@type":"node","@id":7791476983,"@timestamp":1596715327},"coords":"51.4385658,-0.0248476","bedrooms":"1","price":"293000","area":"543"} , +{"type":"Feature","id":"n7791477015","geometry":{"type":"Point","coordinates":[-0.0254401,51.437925]},"properties":{"@type":"node","@id":7791477015,"@timestamp":1596715327},"coords":"51.437925,-0.0254401","bedrooms":"0","price":"272000","area":"627"} , +{"type":"Feature","id":"n7791477097","geometry":{"type":"Point","coordinates":[-0.0262163,51.4371166]},"properties":{"@type":"node","@id":7791477097,"@timestamp":1596715327},"coords":"51.4371166,-0.0262163","bedrooms":"1","price":"216000","area":"576"} , +{"type":"Feature","id":"n7791570094","geometry":{"type":"Point","coordinates":[0.1989176,51.8726669]},"properties":{"@type":"node","@id":7791570094,"@timestamp":1617320924},"coords":"51.8726669,0.1989176","bedrooms":"3","price":"277000","area":"408"} , +{"type":"Feature","id":"n7791590272","geometry":{"type":"Point","coordinates":[-0.025105,51.4368974]},"properties":{"@type":"node","@id":7791590272,"@timestamp":1596718445},"coords":"51.4368974,-0.025105","bedrooms":"4","price":"195000","area":"590"} , +{"type":"Feature","id":"n7791590562","geometry":{"type":"Point","coordinates":[-0.0246128,51.4360942]},"properties":{"@type":"node","@id":7791590562,"@timestamp":1596718445},"coords":"51.4360942,-0.0246128","bedrooms":"2","price":"286000","area":"463"} , +{"type":"Feature","id":"n7791590572","geometry":{"type":"Point","coordinates":[-0.0255959,51.436071]},"properties":{"@type":"node","@id":7791590572,"@timestamp":1596718445},"coords":"51.436071,-0.0255959","bedrooms":"3","price":"240000","area":"505"} , +{"type":"Feature","id":"n7791590582","geometry":{"type":"Point","coordinates":[-0.025753,51.4357873]},"properties":{"@type":"node","@id":7791590582,"@timestamp":1596718445},"coords":"51.4357873,-0.025753","bedrooms":"1","price":"174000","area":"694"} , +{"type":"Feature","id":"n7791590837","geometry":{"type":"Point","coordinates":[-0.0258864,51.4351853]},"properties":{"@type":"node","@id":7791590837,"@timestamp":1596718445},"coords":"51.4351853,-0.0258864","bedrooms":"3","price":"184000","area":"405"} , +{"type":"Feature","id":"n7791590847","geometry":{"type":"Point","coordinates":[-0.0258182,51.4347682]},"properties":{"@type":"node","@id":7791590847,"@timestamp":1596718445},"coords":"51.4347682,-0.0258182","bedrooms":"4","price":"205000","area":"591"} , +{"type":"Feature","id":"n7791615474","geometry":{"type":"Point","coordinates":[-0.3938672,51.3365273]},"properties":{"@type":"node","@id":7791615474,"@timestamp":1596719634},"coords":"51.3365273,-0.3938672","bedrooms":"2","price":"189000","area":"648"} , +{"type":"Feature","id":"n7791673389","geometry":{"type":"Point","coordinates":[0.0157302,51.5510064]},"properties":{"@type":"node","@id":7791673389,"@timestamp":1620682072},"coords":"51.5510064,0.0157302","bedrooms":"2","price":"222000","area":"405"} , +{"type":"Feature","id":"n7791677321","geometry":{"type":"Point","coordinates":[-0.0266146,51.433313]},"properties":{"@type":"node","@id":7791677321,"@timestamp":1596720955},"coords":"51.433313,-0.0266146","bedrooms":"0","price":"169000","area":"447"} , +{"type":"Feature","id":"n7791677331","geometry":{"type":"Point","coordinates":[-0.0265149,51.4363422]},"properties":{"@type":"node","@id":7791677331,"@timestamp":1596720955},"coords":"51.4363422,-0.0265149","bedrooms":"2","price":"254000","area":"409"} , +{"type":"Feature","id":"n7791677341","geometry":{"type":"Point","coordinates":[-0.0266143,51.4331724]},"properties":{"@type":"node","@id":7791677341,"@timestamp":1596720955},"coords":"51.4331724,-0.0266143","bedrooms":"2","price":"250000","area":"566"} , +{"type":"Feature","id":"n7791677476","geometry":{"type":"Point","coordinates":[-0.029572,51.4309674]},"properties":{"@type":"node","@id":7791677476,"@timestamp":1596720955},"coords":"51.4309674,-0.029572","bedrooms":"2","price":"297000","area":"453"} , +{"type":"Feature","id":"n7791677486","geometry":{"type":"Point","coordinates":[-0.0291052,51.4307034]},"properties":{"@type":"node","@id":7791677486,"@timestamp":1596720955},"coords":"51.4307034,-0.0291052","bedrooms":"2","price":"215000","area":"434"} , +{"type":"Feature","id":"n7791677496","geometry":{"type":"Point","coordinates":[-0.0273831,51.4322885]},"properties":{"@type":"node","@id":7791677496,"@timestamp":1596720955},"coords":"51.4322885,-0.0273831","bedrooms":"1","price":"246000","area":"618"} , +{"type":"Feature","id":"n7791684432","geometry":{"type":"Point","coordinates":[-0.0239927,51.4319271]},"properties":{"@type":"node","@id":7791684432,"@timestamp":1596721079},"coords":"51.4319271,-0.0239927","bedrooms":"4","price":"259000","area":"518"} , +{"type":"Feature","id":"n7791686968","geometry":{"type":"Point","coordinates":[-0.0831686,51.4319088]},"properties":{"@type":"node","@id":7791686968,"@timestamp":1615402515},"coords":"51.4319088,-0.0831686","bedrooms":"4","price":"202000","area":"541"} , +{"type":"Feature","id":"n7791713824","geometry":{"type":"Point","coordinates":[-0.0783132,51.4296873]},"properties":{"@type":"node","@id":7791713824,"@timestamp":1596721981},"coords":"51.4296873,-0.0783132","bedrooms":"2","price":"284000","area":"497"} , +{"type":"Feature","id":"n7791725461","geometry":{"type":"Point","coordinates":[-0.2290218,50.9696883]},"properties":{"@type":"node","@id":7791725461,"@timestamp":1599683228},"coords":"50.9696883,-0.2290218","bedrooms":"3","price":"161000","area":"477"} , +{"type":"Feature","id":"n7791734919","geometry":{"type":"Point","coordinates":[-0.0270714,51.4313903]},"properties":{"@type":"node","@id":7791734919,"@timestamp":1596722638},"coords":"51.4313903,-0.0270714","bedrooms":"4","price":"292000","area":"400"} , +{"type":"Feature","id":"n7791735034","geometry":{"type":"Point","coordinates":[-0.0275386,51.4302164]},"properties":{"@type":"node","@id":7791735034,"@timestamp":1596722638},"coords":"51.4302164,-0.0275386","bedrooms":"3","price":"173000","area":"667"} , +{"type":"Feature","id":"n7791777722","geometry":{"type":"Point","coordinates":[-0.0252272,51.4292301]},"properties":{"@type":"node","@id":7791777722,"@timestamp":1596723671},"coords":"51.4292301,-0.0252272","bedrooms":"0","price":"232000","area":"539"} , +{"type":"Feature","id":"n7791777732","geometry":{"type":"Point","coordinates":[-0.0261679,51.4295255]},"properties":{"@type":"node","@id":7791777732,"@timestamp":1596723671},"coords":"51.4295255,-0.0261679","bedrooms":"1","price":"209000","area":"659"} , +{"type":"Feature","id":"n7791777923","geometry":{"type":"Point","coordinates":[-0.0266109,51.4289909]},"properties":{"@type":"node","@id":7791777923,"@timestamp":1596723671},"coords":"51.4289909,-0.0266109","bedrooms":"0","price":"156000","area":"420"} , +{"type":"Feature","id":"n7791777933","geometry":{"type":"Point","coordinates":[-0.0273878,51.4296325]},"properties":{"@type":"node","@id":7791777933,"@timestamp":1596723671},"coords":"51.4296325,-0.0273878","bedrooms":"1","price":"286000","area":"490"} , +{"type":"Feature","id":"n7791805278","geometry":{"type":"Point","coordinates":[0.6231067,51.8521173]},"properties":{"@type":"node","@id":7791805278,"@timestamp":1596725600},"coords":"51.8521173,0.6231067","bedrooms":"3","price":"212000","area":"479"} , +{"type":"Feature","id":"n7791845154","geometry":{"type":"Point","coordinates":[-0.0281786,51.4287072]},"properties":{"@type":"node","@id":7791845154,"@timestamp":1596725563},"coords":"51.4287072,-0.0281786","bedrooms":"2","price":"268000","area":"530"} , +{"type":"Feature","id":"n7791866497","geometry":{"type":"Point","coordinates":[0.2597433,51.8869206]},"properties":{"@type":"node","@id":7791866497,"@timestamp":1631664131},"coords":"51.8869206,0.2597433","bedrooms":"3","price":"221000","area":"427"} , +{"type":"Feature","id":"n7791874033","geometry":{"type":"Point","coordinates":[0.0086109,51.5145036]},"properties":{"@type":"node","@id":7791874033,"@timestamp":1596726771},"coords":"51.5145036,0.0086109","bedrooms":"4","price":"204000","area":"490"} , +{"type":"Feature","id":"n7791918016","geometry":{"type":"Point","coordinates":[-0.1228403,51.4381054]},"properties":{"@type":"node","@id":7791918016,"@timestamp":1611843961},"coords":"51.4381054,-0.1228403","bedrooms":"1","price":"243000","area":"635"} , +{"type":"Feature","id":"n7791947190","geometry":{"type":"Point","coordinates":[-0.0025993,51.5098713]},"properties":{"@type":"node","@id":7791947190,"@timestamp":1596728609},"coords":"51.5098713,-0.0025993","bedrooms":"4","price":"161000","area":"629"} , +{"type":"Feature","id":"n7791994318","geometry":{"type":"Point","coordinates":[0.060085,51.4976532]},"properties":{"@type":"node","@id":7791994318,"@timestamp":1596730392},"coords":"51.4976532,0.060085","bedrooms":"1","price":"271000","area":"453"} , +{"type":"Feature","id":"n7792126763","geometry":{"type":"Point","coordinates":[-0.20028,51.4466087]},"properties":{"@type":"node","@id":7792126763,"@timestamp":1596736032},"coords":"51.4466087,-0.20028","bedrooms":"2","price":"278000","area":"547"} , +{"type":"Feature","id":"n7792207437","geometry":{"type":"Point","coordinates":[0.2658832,51.8909915]},"properties":{"@type":"node","@id":7792207437,"@timestamp":1620563202},"coords":"51.8909915,0.2658832","bedrooms":"3","price":"227000","area":"452"} , +{"type":"Feature","id":"n7792207470","geometry":{"type":"Point","coordinates":[0.2650261,51.8913242]},"properties":{"@type":"node","@id":7792207470,"@timestamp":1631664131},"coords":"51.8913242,0.2650261","bedrooms":"1","price":"234000","area":"555"} , +{"type":"Feature","id":"n7792334773","geometry":{"type":"Point","coordinates":[0.0154653,51.5491887]},"properties":{"@type":"node","@id":7792334773,"@timestamp":1620682072},"coords":"51.5491887,0.0154653","bedrooms":"2","price":"269000","area":"509"} , +{"type":"Feature","id":"n7792592418","geometry":{"type":"Point","coordinates":[-0.15275,51.443447]},"properties":{"@type":"node","@id":7792592418,"@timestamp":1620773763},"coords":"51.443447,-0.15275","bedrooms":"1","price":"271000","area":"614"} , +{"type":"Feature","id":"n7792635205","geometry":{"type":"Point","coordinates":[0.0617294,51.4951564]},"properties":{"@type":"node","@id":7792635205,"@timestamp":1596751818},"coords":"51.4951564,0.0617294","bedrooms":"3","price":"263000","area":"541"} , +{"type":"Feature","id":"n7792640548","geometry":{"type":"Point","coordinates":[0.0362227,51.5022962]},"properties":{"@type":"node","@id":7792640548,"@timestamp":1598524900},"coords":"51.5022962,0.0362227","bedrooms":"3","price":"293000","area":"352"} , +{"type":"Feature","id":"n7792670756","geometry":{"type":"Point","coordinates":[0.2003504,51.4057751]},"properties":{"@type":"node","@id":7792670756,"@timestamp":1596757369},"coords":"51.4057751,0.2003504","bedrooms":"3","price":"223000","area":"638"} , +{"type":"Feature","id":"n7792718699","geometry":{"type":"Point","coordinates":[0.0299829,51.4997422]},"properties":{"@type":"node","@id":7792718699,"@timestamp":1596755913},"coords":"51.4997422,0.0299829","bedrooms":"2","price":"294000","area":"534"} , +{"type":"Feature","id":"n7792738587","geometry":{"type":"Point","coordinates":[0.0350236,51.5022483]},"properties":{"@type":"node","@id":7792738587,"@timestamp":1630232586},"coords":"51.5022483,0.0350236","bedrooms":"1","price":"267000","area":"431"} , +{"type":"Feature","id":"n7792756401","geometry":{"type":"Point","coordinates":[-0.0942099,51.5215412]},"properties":{"@type":"node","@id":7792756401,"@timestamp":1596758519},"coords":"51.5215412,-0.0942099","bedrooms":"4","price":"297000","area":"679"} , +{"type":"Feature","id":"n7792756795","geometry":{"type":"Point","coordinates":[-0.0946706,51.5201267]},"properties":{"@type":"node","@id":7792756795,"@timestamp":1596758519},"coords":"51.5201267,-0.0946706","bedrooms":"3","price":"212000","area":"628"} , +{"type":"Feature","id":"n7793394647","geometry":{"type":"Point","coordinates":[0.4112122,51.8936619]},"properties":{"@type":"node","@id":7793394647,"@timestamp":1621892968},"coords":"51.8936619,0.4112122","bedrooms":"2","price":"245000","area":"422"} , +{"type":"Feature","id":"n7793485250","geometry":{"type":"Point","coordinates":[-0.0288757,51.4301537]},"properties":{"@type":"node","@id":7793485250,"@timestamp":1596784763},"coords":"51.4301537,-0.0288757","bedrooms":"2","price":"239000","area":"561"} , +{"type":"Feature","id":"n7793485467","geometry":{"type":"Point","coordinates":[-0.0309001,51.4293852]},"properties":{"@type":"node","@id":7793485467,"@timestamp":1596784763},"coords":"51.4293852,-0.0309001","bedrooms":"1","price":"190000","area":"545"} , +{"type":"Feature","id":"n7793485477","geometry":{"type":"Point","coordinates":[-0.0304271,51.4298612]},"properties":{"@type":"node","@id":7793485477,"@timestamp":1596784763},"coords":"51.4298612,-0.0304271","bedrooms":"0","price":"250000","area":"605"} , +{"type":"Feature","id":"n7793485487","geometry":{"type":"Point","coordinates":[-0.0303408,51.4301051]},"properties":{"@type":"node","@id":7793485487,"@timestamp":1596784763},"coords":"51.4301051,-0.0303408","bedrooms":"3","price":"285000","area":"676"} , +{"type":"Feature","id":"n7793485561","geometry":{"type":"Point","coordinates":[-0.0304932,51.4309468]},"properties":{"@type":"node","@id":7793485561,"@timestamp":1596784763},"coords":"51.4309468,-0.0304932","bedrooms":"4","price":"203000","area":"626"} , +{"type":"Feature","id":"n7793491156","geometry":{"type":"Point","coordinates":[-0.0134237,51.5468239]},"properties":{"@type":"node","@id":7793491156,"@timestamp":1620923932},"coords":"51.5468239,-0.0134237","bedrooms":"3","price":"248000","area":"385"} , +{"type":"Feature","id":"n7793508093","geometry":{"type":"Point","coordinates":[-0.0133258,51.5472511]},"properties":{"@type":"node","@id":7793508093,"@timestamp":1634156729},"coords":"51.5472511,-0.0133258","bedrooms":"4","price":"266000","area":"679"} , +{"type":"Feature","id":"n7793508129","geometry":{"type":"Point","coordinates":[-0.0124761,51.5471914]},"properties":{"@type":"node","@id":7793508129,"@timestamp":1616198813},"coords":"51.5471914,-0.0124761","bedrooms":"3","price":"292000","area":"496"} , +{"type":"Feature","id":"n7793508153","geometry":{"type":"Point","coordinates":[-0.0122268,51.5469911]},"properties":{"@type":"node","@id":7793508153,"@timestamp":1618149860},"coords":"51.5469911,-0.0122268","bedrooms":"0","price":"156000","area":"607"} , +{"type":"Feature","id":"n7793760609","geometry":{"type":"Point","coordinates":[0.0313615,51.4992675]},"properties":{"@type":"node","@id":7793760609,"@timestamp":1598532856},"coords":"51.4992675,0.0313615","bedrooms":"1","price":"181000","area":"656"} , +{"type":"Feature","id":"n7793907164","geometry":{"type":"Point","coordinates":[-0.0313378,51.4284098]},"properties":{"@type":"node","@id":7793907164,"@timestamp":1596792636},"coords":"51.4284098,-0.0313378","bedrooms":"1","price":"194000","area":"598"} , +{"type":"Feature","id":"n7793907174","geometry":{"type":"Point","coordinates":[-0.0300692,51.4283476]},"properties":{"@type":"node","@id":7793907174,"@timestamp":1596792636},"coords":"51.4283476,-0.0300692","bedrooms":"1","price":"271000","area":"615"} , +{"type":"Feature","id":"n7793907184","geometry":{"type":"Point","coordinates":[-0.0321257,51.4285475]},"properties":{"@type":"node","@id":7793907184,"@timestamp":1596792636},"coords":"51.4285475,-0.0321257","bedrooms":"2","price":"290000","area":"359"} , +{"type":"Feature","id":"n7793907213","geometry":{"type":"Point","coordinates":[-0.0316921,51.4282251]},"properties":{"@type":"node","@id":7793907213,"@timestamp":1596792636},"coords":"51.4282251,-0.0316921","bedrooms":"1","price":"251000","area":"645"} , +{"type":"Feature","id":"n7793907223","geometry":{"type":"Point","coordinates":[-0.029976,51.4278331]},"properties":{"@type":"node","@id":7793907223,"@timestamp":1596792636},"coords":"51.4278331,-0.029976","bedrooms":"2","price":"162000","area":"645"} , +{"type":"Feature","id":"n7793907321","geometry":{"type":"Point","coordinates":[-0.0298237,51.4276304]},"properties":{"@type":"node","@id":7793907321,"@timestamp":1596792636},"coords":"51.4276304,-0.0298237","bedrooms":"2","price":"175000","area":"652"} , +{"type":"Feature","id":"n7793907617","geometry":{"type":"Point","coordinates":[-0.0288694,51.4275861]},"properties":{"@type":"node","@id":7793907617,"@timestamp":1596792636},"coords":"51.4275861,-0.0288694","bedrooms":"2","price":"195000","area":"689"} , +{"type":"Feature","id":"n7793907627","geometry":{"type":"Point","coordinates":[-0.0282621,51.4279617]},"properties":{"@type":"node","@id":7793907627,"@timestamp":1596792636},"coords":"51.4279617,-0.0282621","bedrooms":"3","price":"290000","area":"443"} , +{"type":"Feature","id":"n7793907799","geometry":{"type":"Point","coordinates":[-0.0264471,51.4277602]},"properties":{"@type":"node","@id":7793907799,"@timestamp":1596792636},"coords":"51.4277602,-0.0264471","bedrooms":"2","price":"277000","area":"587"} , +{"type":"Feature","id":"n7793907904","geometry":{"type":"Point","coordinates":[-0.0245565,51.4283984]},"properties":{"@type":"node","@id":7793907904,"@timestamp":1596792636},"coords":"51.4283984,-0.0245565","bedrooms":"2","price":"228000","area":"379"} , +{"type":"Feature","id":"n7794030256","geometry":{"type":"Point","coordinates":[-0.0193461,51.4293419]},"properties":{"@type":"node","@id":7794030256,"@timestamp":1596794841},"coords":"51.4293419,-0.0193461","bedrooms":"3","price":"199000","area":"452"} , +{"type":"Feature","id":"n7794030266","geometry":{"type":"Point","coordinates":[-0.0181713,51.4288594]},"properties":{"@type":"node","@id":7794030266,"@timestamp":1596794841},"coords":"51.4288594,-0.0181713","bedrooms":"1","price":"286000","area":"590"} , +{"type":"Feature","id":"n7794030276","geometry":{"type":"Point","coordinates":[-0.0181514,51.4280064]},"properties":{"@type":"node","@id":7794030276,"@timestamp":1596794841},"coords":"51.4280064,-0.0181514","bedrooms":"0","price":"218000","area":"533"} , +{"type":"Feature","id":"n7794030286","geometry":{"type":"Point","coordinates":[-0.0179915,51.4275041]},"properties":{"@type":"node","@id":7794030286,"@timestamp":1596794841},"coords":"51.4275041,-0.0179915","bedrooms":"1","price":"163000","area":"598"} , +{"type":"Feature","id":"n7794030450","geometry":{"type":"Point","coordinates":[-0.0201774,51.4288374]},"properties":{"@type":"node","@id":7794030450,"@timestamp":1596794841},"coords":"51.4288374,-0.0201774","bedrooms":"4","price":"298000","area":"698"} , +{"type":"Feature","id":"n7794030460","geometry":{"type":"Point","coordinates":[-0.0196528,51.4286614]},"properties":{"@type":"node","@id":7794030460,"@timestamp":1596794841},"coords":"51.4286614,-0.0196528","bedrooms":"0","price":"269000","area":"487"} , +{"type":"Feature","id":"n7794030517","geometry":{"type":"Point","coordinates":[-0.0199119,51.4277321]},"properties":{"@type":"node","@id":7794030517,"@timestamp":1596794841},"coords":"51.4277321,-0.0199119","bedrooms":"3","price":"245000","area":"657"} , +{"type":"Feature","id":"n7794155812","geometry":{"type":"Point","coordinates":[-0.0205926,51.4280026]},"properties":{"@type":"node","@id":7794155812,"@timestamp":1596796679},"coords":"51.4280026,-0.0205926","bedrooms":"1","price":"251000","area":"473"} , +{"type":"Feature","id":"n7794155822","geometry":{"type":"Point","coordinates":[-0.0209819,51.4284958]},"properties":{"@type":"node","@id":7794155822,"@timestamp":1596796679},"coords":"51.4284958,-0.0209819","bedrooms":"2","price":"252000","area":"677"} , +{"type":"Feature","id":"n7794155832","geometry":{"type":"Point","coordinates":[-0.0213406,51.4286833]},"properties":{"@type":"node","@id":7794155832,"@timestamp":1596796679},"coords":"51.4286833,-0.0213406","bedrooms":"2","price":"195000","area":"441"} , +{"type":"Feature","id":"n7794253317","geometry":{"type":"Point","coordinates":[-0.0212791,51.4278531]},"properties":{"@type":"node","@id":7794253317,"@timestamp":1596798668},"coords":"51.4278531,-0.0212791","bedrooms":"4","price":"276000","area":"394"} , +{"type":"Feature","id":"n7794253327","geometry":{"type":"Point","coordinates":[-0.0229495,51.4282478]},"properties":{"@type":"node","@id":7794253327,"@timestamp":1596798668},"coords":"51.4282478,-0.0229495","bedrooms":"0","price":"258000","area":"357"} , +{"type":"Feature","id":"n7794253470","geometry":{"type":"Point","coordinates":[-0.0230399,51.4279369]},"properties":{"@type":"node","@id":7794253470,"@timestamp":1596798668},"coords":"51.4279369,-0.0230399","bedrooms":"1","price":"242000","area":"537"} , +{"type":"Feature","id":"n7794318851","geometry":{"type":"Point","coordinates":[-0.0231379,51.4271004]},"properties":{"@type":"node","@id":7794318851,"@timestamp":1596799986},"coords":"51.4271004,-0.0231379","bedrooms":"1","price":"215000","area":"633"} , +{"type":"Feature","id":"n7794318861","geometry":{"type":"Point","coordinates":[-0.0241901,51.4271439]},"properties":{"@type":"node","@id":7794318861,"@timestamp":1596799986},"coords":"51.4271439,-0.0241901","bedrooms":"4","price":"219000","area":"582"} , +{"type":"Feature","id":"n7794319035","geometry":{"type":"Point","coordinates":[-0.0209171,51.4261921]},"properties":{"@type":"node","@id":7794319035,"@timestamp":1596799986},"coords":"51.4261921,-0.0209171","bedrooms":"1","price":"164000","area":"470"} , +{"type":"Feature","id":"n7794338903","geometry":{"type":"Point","coordinates":[-0.1675167,51.4476578]},"properties":{"@type":"node","@id":7794338903,"@timestamp":1596800547},"coords":"51.4476578,-0.1675167","bedrooms":"0","price":"187000","area":"368"} , +{"type":"Feature","id":"n7794823711","geometry":{"type":"Point","coordinates":[-0.1134666,51.6087357]},"properties":{"@type":"node","@id":7794823711,"@timestamp":1596813477},"coords":"51.6087357,-0.1134666","bedrooms":"1","price":"186000","area":"390"} , +{"type":"Feature","id":"n7794823721","geometry":{"type":"Point","coordinates":[-0.1121792,51.6087552]},"properties":{"@type":"node","@id":7794823721,"@timestamp":1596813477},"coords":"51.6087552,-0.1121792","bedrooms":"3","price":"152000","area":"681"} , +{"type":"Feature","id":"n7794823731","geometry":{"type":"Point","coordinates":[-0.1111638,51.6087802]},"properties":{"@type":"node","@id":7794823731,"@timestamp":1596813477},"coords":"51.6087802,-0.1111638","bedrooms":"4","price":"213000","area":"548"} , +{"type":"Feature","id":"n7794823741","geometry":{"type":"Point","coordinates":[-0.1134846,51.6082092]},"properties":{"@type":"node","@id":7794823741,"@timestamp":1596813477},"coords":"51.6082092,-0.1134846","bedrooms":"4","price":"209000","area":"498"} , +{"type":"Feature","id":"n7794823751","geometry":{"type":"Point","coordinates":[-0.1127343,51.6082315]},"properties":{"@type":"node","@id":7794823751,"@timestamp":1596813477},"coords":"51.6082315,-0.1127343","bedrooms":"0","price":"247000","area":"368"} , +{"type":"Feature","id":"n7794823761","geometry":{"type":"Point","coordinates":[-0.111984,51.6082537]},"properties":{"@type":"node","@id":7794823761,"@timestamp":1596813477},"coords":"51.6082537,-0.111984","bedrooms":"1","price":"258000","area":"370"} , +{"type":"Feature","id":"n7794823771","geometry":{"type":"Point","coordinates":[-0.1112337,51.608276]},"properties":{"@type":"node","@id":7794823771,"@timestamp":1596813477},"coords":"51.608276,-0.1112337","bedrooms":"4","price":"248000","area":"655"} , +{"type":"Feature","id":"n7794844085","geometry":{"type":"Point","coordinates":[-0.1103729,51.6087885]},"properties":{"@type":"node","@id":7794844085,"@timestamp":1596813477},"coords":"51.6087885,-0.1103729","bedrooms":"1","price":"183000","area":"517"} , +{"type":"Feature","id":"n7794844150","geometry":{"type":"Point","coordinates":[-0.110159,51.6094827]},"properties":{"@type":"node","@id":7794844150,"@timestamp":1620994451},"coords":"51.6094827,-0.110159","bedrooms":"2","price":"280000","area":"492"} , +{"type":"Feature","id":"n7794982750","geometry":{"type":"Point","coordinates":[-0.1708437,51.4661055]},"properties":{"@type":"node","@id":7794982750,"@timestamp":1596818280},"coords":"51.4661055,-0.1708437","bedrooms":"1","price":"187000","area":"368"} , +{"type":"Feature","id":"n7795225047","geometry":{"type":"Point","coordinates":[0.2110953,51.8720303]},"properties":{"@type":"node","@id":7795225047,"@timestamp":1596828312},"coords":"51.8720303,0.2110953","bedrooms":"2","price":"271000","area":"370"} , +{"type":"Feature","id":"n7795481938","geometry":{"type":"Point","coordinates":[-0.123852,51.3060154]},"properties":{"@type":"node","@id":7795481938,"@timestamp":1596840045},"coords":"51.3060154,-0.123852","bedrooms":"2","price":"181000","area":"613"} , +{"type":"Feature","id":"n7795481974","geometry":{"type":"Point","coordinates":[-0.1218987,51.3034998]},"properties":{"@type":"node","@id":7795481974,"@timestamp":1596840045},"coords":"51.3034998,-0.1218987","bedrooms":"1","price":"173000","area":"593"} , +{"type":"Feature","id":"n7795487395","geometry":{"type":"Point","coordinates":[0.0168637,51.5485013]},"properties":{"@type":"node","@id":7795487395,"@timestamp":1620682072},"coords":"51.5485013,0.0168637","bedrooms":"2","price":"278000","area":"431"} , +{"type":"Feature","id":"n7795487436","geometry":{"type":"Point","coordinates":[0.0157634,51.5498042]},"properties":{"@type":"node","@id":7795487436,"@timestamp":1620682072},"coords":"51.5498042,0.0157634","bedrooms":"4","price":"268000","area":"537"} , +{"type":"Feature","id":"n7795538608","geometry":{"type":"Point","coordinates":[-0.1225225,51.3021519]},"properties":{"@type":"node","@id":7795538608,"@timestamp":1596840045},"coords":"51.3021519,-0.1225225","bedrooms":"2","price":"262000","area":"365"} , +{"type":"Feature","id":"n7795538667","geometry":{"type":"Point","coordinates":[-0.1216305,51.3013679]},"properties":{"@type":"node","@id":7795538667,"@timestamp":1596840045},"coords":"51.3013679,-0.1216305","bedrooms":"3","price":"166000","area":"542"} , +{"type":"Feature","id":"n7795538677","geometry":{"type":"Point","coordinates":[-0.1188099,51.3014774]},"properties":{"@type":"node","@id":7795538677,"@timestamp":1596840045},"coords":"51.3014774,-0.1188099","bedrooms":"2","price":"280000","area":"363"} , +{"type":"Feature","id":"n7795758513","geometry":{"type":"Point","coordinates":[-0.1165239,51.6097638]},"properties":{"@type":"node","@id":7795758513,"@timestamp":1596853486},"coords":"51.6097638,-0.1165239","bedrooms":"4","price":"164000","area":"529"} , +{"type":"Feature","id":"n7795758638","geometry":{"type":"Point","coordinates":[-0.1101583,51.608283]},"properties":{"@type":"node","@id":7795758638,"@timestamp":1596853486},"coords":"51.608283,-0.1101583","bedrooms":"0","price":"185000","area":"626"} , +{"type":"Feature","id":"n7796036719","geometry":{"type":"Point","coordinates":[-0.2053633,51.9744985]},"properties":{"@type":"node","@id":7796036719,"@timestamp":1596866965},"coords":"51.9744985,-0.2053633","bedrooms":"1","price":"205000","area":"472"} , +{"type":"Feature","id":"n7796036729","geometry":{"type":"Point","coordinates":[-0.2069646,51.9723637]},"properties":{"@type":"node","@id":7796036729,"@timestamp":1596866965},"coords":"51.9723637,-0.2069646","bedrooms":"0","price":"259000","area":"372"} , +{"type":"Feature","id":"n7796036739","geometry":{"type":"Point","coordinates":[-0.2094939,51.9638252]},"properties":{"@type":"node","@id":7796036739,"@timestamp":1596866965},"coords":"51.9638252,-0.2094939","bedrooms":"0","price":"188000","area":"480"} , +{"type":"Feature","id":"n7796036749","geometry":{"type":"Point","coordinates":[-0.2128682,51.9655158]},"properties":{"@type":"node","@id":7796036749,"@timestamp":1596866965},"coords":"51.9655158,-0.2128682","bedrooms":"4","price":"173000","area":"601"} , +{"type":"Feature","id":"n7796322217","geometry":{"type":"Point","coordinates":[-0.0200848,51.426575]},"properties":{"@type":"node","@id":7796322217,"@timestamp":1596878713},"coords":"51.426575,-0.0200848","bedrooms":"3","price":"233000","area":"640"} , +{"type":"Feature","id":"n7796322227","geometry":{"type":"Point","coordinates":[-0.0195149,51.4264873]},"properties":{"@type":"node","@id":7796322227,"@timestamp":1596878713},"coords":"51.4264873,-0.0195149","bedrooms":"3","price":"231000","area":"695"} , +{"type":"Feature","id":"n7796322237","geometry":{"type":"Point","coordinates":[-0.0200373,51.4269249]},"properties":{"@type":"node","@id":7796322237,"@timestamp":1596878713},"coords":"51.4269249,-0.0200373","bedrooms":"2","price":"254000","area":"422"} , +{"type":"Feature","id":"n7796322247","geometry":{"type":"Point","coordinates":[-0.0181394,51.4274853]},"properties":{"@type":"node","@id":7796322247,"@timestamp":1596878713},"coords":"51.4274853,-0.0181394","bedrooms":"3","price":"223000","area":"439"} , +{"type":"Feature","id":"n7796322257","geometry":{"type":"Point","coordinates":[-0.0177876,51.4268185]},"properties":{"@type":"node","@id":7796322257,"@timestamp":1596878713},"coords":"51.4268185,-0.0177876","bedrooms":"0","price":"220000","area":"372"} , +{"type":"Feature","id":"n7796338283","geometry":{"type":"Point","coordinates":[0.0479534,51.2110128]},"properties":{"@type":"node","@id":7796338283,"@timestamp":1596879309},"coords":"51.2110128,0.0479534","bedrooms":"3","price":"261000","area":"364"} , +{"type":"Feature","id":"n7796382384","geometry":{"type":"Point","coordinates":[-0.1933581,51.4945634]},"properties":{"@type":"node","@id":7796382384,"@timestamp":1615507618},"coords":"51.4945634,-0.1933581","bedrooms":"2","price":"227000","area":"604"} , +{"type":"Feature","id":"n7796473572","geometry":{"type":"Point","coordinates":[-0.1202423,51.2996377]},"properties":{"@type":"node","@id":7796473572,"@timestamp":1596885126},"coords":"51.2996377,-0.1202423","bedrooms":"0","price":"176000","area":"464"} , +{"type":"Feature","id":"n7796492604","geometry":{"type":"Point","coordinates":[-0.1230687,51.2985185]},"properties":{"@type":"node","@id":7796492604,"@timestamp":1596885126},"coords":"51.2985185,-0.1230687","bedrooms":"4","price":"252000","area":"499"} , +{"type":"Feature","id":"n7796523135","geometry":{"type":"Point","coordinates":[-0.1823792,51.4791758]},"properties":{"@type":"node","@id":7796523135,"@timestamp":1598376678},"coords":"51.4791758,-0.1823792","bedrooms":"0","price":"169000","area":"529"} , +{"type":"Feature","id":"n7796553745","geometry":{"type":"Point","coordinates":[-0.0965207,51.5236182]},"properties":{"@type":"node","@id":7796553745,"@timestamp":1596887740},"coords":"51.5236182,-0.0965207","bedrooms":"0","price":"293000","area":"629"} , +{"type":"Feature","id":"n7796553914","geometry":{"type":"Point","coordinates":[-0.0973875,51.5231377]},"properties":{"@type":"node","@id":7796553914,"@timestamp":1596887740},"coords":"51.5231377,-0.0973875","bedrooms":"4","price":"298000","area":"559"} , +{"type":"Feature","id":"n7796553945","geometry":{"type":"Point","coordinates":[-0.0981564,51.5229207]},"properties":{"@type":"node","@id":7796553945,"@timestamp":1596887740},"coords":"51.5229207,-0.0981564","bedrooms":"1","price":"202000","area":"682"} , +{"type":"Feature","id":"n7796554016","geometry":{"type":"Point","coordinates":[-0.0979409,51.522757]},"properties":{"@type":"node","@id":7796554016,"@timestamp":1596887740},"coords":"51.522757,-0.0979409","bedrooms":"0","price":"154000","area":"485"} , +{"type":"Feature","id":"n7796563287","geometry":{"type":"Point","coordinates":[-0.1846807,51.4966101]},"properties":{"@type":"node","@id":7796563287,"@timestamp":1596888583},"coords":"51.4966101,-0.1846807","bedrooms":"3","price":"218000","area":"526"} , +{"type":"Feature","id":"n7796563487","geometry":{"type":"Point","coordinates":[-0.1914533,51.4953411]},"properties":{"@type":"node","@id":7796563487,"@timestamp":1596898685},"coords":"51.4953411,-0.1914533","bedrooms":"2","price":"184000","area":"597"} , +{"type":"Feature","id":"n7796718184","geometry":{"type":"Point","coordinates":[-0.5468776,51.6542871]},"properties":{"@type":"node","@id":7796718184,"@timestamp":1604146184},"coords":"51.6542871,-0.5468776","bedrooms":"1","price":"161000","area":"406"} , +{"type":"Feature","id":"n7796915311","geometry":{"type":"Point","coordinates":[-0.8449966,51.74134]},"properties":{"@type":"node","@id":7796915311,"@timestamp":1596900602},"coords":"51.74134,-0.8449966","bedrooms":"4","price":"200000","area":"376"} , +{"type":"Feature","id":"n7796994481","geometry":{"type":"Point","coordinates":[-0.080182,51.4535809]},"properties":{"@type":"node","@id":7796994481,"@timestamp":1596902922},"coords":"51.4535809,-0.080182","bedrooms":"1","price":"237000","area":"695"} , +{"type":"Feature","id":"n7797092404","geometry":{"type":"Point","coordinates":[-0.0766223,51.5612833]},"properties":{"@type":"node","@id":7797092404,"@timestamp":1596906182},"coords":"51.5612833,-0.0766223","bedrooms":"2","price":"162000","area":"666"} , +{"type":"Feature","id":"n7797100799","geometry":{"type":"Point","coordinates":[-0.0026244,51.4787391]},"properties":{"@type":"node","@id":7797100799,"@timestamp":1596907230},"coords":"51.4787391,-0.0026244","bedrooms":"2","price":"157000","area":"530"} , +{"type":"Feature","id":"n7797133134","geometry":{"type":"Point","coordinates":[-0.0897078,51.5176236]},"properties":{"@type":"node","@id":7797133134,"@timestamp":1596907749},"coords":"51.5176236,-0.0897078","bedrooms":"2","price":"170000","area":"360"} , +{"type":"Feature","id":"n7797296812","geometry":{"type":"Point","coordinates":[0.0094256,51.5852575]},"properties":{"@type":"node","@id":7797296812,"@timestamp":1596914716},"coords":"51.5852575,0.0094256","bedrooms":"1","price":"224000","area":"579"} , +{"type":"Feature","id":"n7797321401","geometry":{"type":"Point","coordinates":[-0.0537924,51.4392417]},"properties":{"@type":"node","@id":7797321401,"@timestamp":1596916264},"coords":"51.4392417,-0.0537924","bedrooms":"1","price":"224000","area":"464"} , +{"type":"Feature","id":"n7797330115","geometry":{"type":"Point","coordinates":[-0.0832687,51.5172349]},"properties":{"@type":"node","@id":7797330115,"@timestamp":1596917046},"coords":"51.5172349,-0.0832687","bedrooms":"3","price":"280000","area":"353"} , +{"type":"Feature","id":"n7797338986","geometry":{"type":"Point","coordinates":[-0.0591459,51.440536]},"properties":{"@type":"node","@id":7797338986,"@timestamp":1596915926},"coords":"51.440536,-0.0591459","bedrooms":"3","price":"205000","area":"490"} , +{"type":"Feature","id":"n7797439410","geometry":{"type":"Point","coordinates":[-0.0978355,51.4418177]},"properties":{"@type":"node","@id":7797439410,"@timestamp":1596921862},"coords":"51.4418177,-0.0978355","bedrooms":"0","price":"248000","area":"363"} , +{"type":"Feature","id":"n7797439430","geometry":{"type":"Point","coordinates":[-0.0995392,51.4404606]},"properties":{"@type":"node","@id":7797439430,"@timestamp":1596921862},"coords":"51.4404606,-0.0995392","bedrooms":"0","price":"163000","area":"556"} , +{"type":"Feature","id":"n7797439440","geometry":{"type":"Point","coordinates":[-0.1023789,51.4393798]},"properties":{"@type":"node","@id":7797439440,"@timestamp":1616683814},"coords":"51.4393798,-0.1023789","bedrooms":"0","price":"266000","area":"482"} , +{"type":"Feature","id":"n7797453522","geometry":{"type":"Point","coordinates":[-0.1096824,51.4388622]},"properties":{"@type":"node","@id":7797453522,"@timestamp":1596925085},"coords":"51.4388622,-0.1096824","bedrooms":"4","price":"230000","area":"610"} , +{"type":"Feature","id":"n7797477175","geometry":{"type":"Point","coordinates":[-0.0622003,51.4984587]},"properties":{"@type":"node","@id":7797477175,"@timestamp":1596925444},"coords":"51.4984587,-0.0622003","bedrooms":"4","price":"166000","area":"600"} , +{"type":"Feature","id":"n7797489834","geometry":{"type":"Point","coordinates":[-0.1134315,51.4445239]},"properties":{"@type":"node","@id":7797489834,"@timestamp":1596927826},"coords":"51.4445239,-0.1134315","bedrooms":"0","price":"208000","area":"552"} , +{"type":"Feature","id":"n7797489851","geometry":{"type":"Point","coordinates":[-0.1112339,51.4449104]},"properties":{"@type":"node","@id":7797489851,"@timestamp":1613616950},"coords":"51.4449104,-0.1112339","bedrooms":"3","price":"164000","area":"515"} , +{"type":"Feature","id":"n7797568433","geometry":{"type":"Point","coordinates":[-0.1199629,51.6060662]},"properties":{"@type":"node","@id":7797568433,"@timestamp":1596927552},"coords":"51.6060662,-0.1199629","bedrooms":"1","price":"184000","area":"658"} , +{"type":"Feature","id":"n7797665393","geometry":{"type":"Point","coordinates":[-0.0818685,51.5171714]},"properties":{"@type":"node","@id":7797665393,"@timestamp":1624756637},"coords":"51.5171714,-0.0818685","bedrooms":"0","price":"254000","area":"565"} , +{"type":"Feature","id":"n7797665414","geometry":{"type":"Point","coordinates":[-0.0823788,51.517133]},"properties":{"@type":"node","@id":7797665414,"@timestamp":1624756637},"coords":"51.517133,-0.0823788","bedrooms":"4","price":"174000","area":"601"} , +{"type":"Feature","id":"n7797731160","geometry":{"type":"Point","coordinates":[-0.0666375,51.4980574]},"properties":{"@type":"node","@id":7797731160,"@timestamp":1600570027},"coords":"51.4980574,-0.0666375","bedrooms":"2","price":"227000","area":"610"} , +{"type":"Feature","id":"n7797762841","geometry":{"type":"Point","coordinates":[-0.2864756,51.4008035]},"properties":{"@type":"node","@id":7797762841,"@timestamp":1596944094},"coords":"51.4008035,-0.2864756","bedrooms":"0","price":"296000","area":"362"} , +{"type":"Feature","id":"n7797855549","geometry":{"type":"Point","coordinates":[-0.1931719,51.4940872]},"properties":{"@type":"node","@id":7797855549,"@timestamp":1615507618},"coords":"51.4940872,-0.1931719","bedrooms":"4","price":"175000","area":"483"} , +{"type":"Feature","id":"n7797858594","geometry":{"type":"Point","coordinates":[-0.1931072,51.4937849]},"properties":{"@type":"node","@id":7797858594,"@timestamp":1615507618},"coords":"51.4937849,-0.1931072","bedrooms":"3","price":"188000","area":"525"} , +{"type":"Feature","id":"n7797858663","geometry":{"type":"Point","coordinates":[-0.192443,51.4938766]},"properties":{"@type":"node","@id":7797858663,"@timestamp":1615507618},"coords":"51.4938766,-0.192443","bedrooms":"0","price":"262000","area":"472"} , +{"type":"Feature","id":"n7797858673","geometry":{"type":"Point","coordinates":[-0.1927639,51.4935036]},"properties":{"@type":"node","@id":7797858673,"@timestamp":1615507618},"coords":"51.4935036,-0.1927639","bedrooms":"0","price":"278000","area":"683"} , +{"type":"Feature","id":"n7798227778","geometry":{"type":"Point","coordinates":[-0.0001065,51.5079714]},"properties":{"@type":"node","@id":7798227778,"@timestamp":1622205487},"coords":"51.5079714,-0.0001065","bedrooms":"1","price":"237000","area":"409"} , +{"type":"Feature","id":"n7798237788","geometry":{"type":"Point","coordinates":[-5.24e-05,51.5078872]},"properties":{"@type":"node","@id":7798237788,"@timestamp":1596970364},"coords":"51.5078872,-5.24e-05","bedrooms":"1","price":"267000","area":"660"} , +{"type":"Feature","id":"n7798237798","geometry":{"type":"Point","coordinates":[0.0001794,51.5080282]},"properties":{"@type":"node","@id":7798237798,"@timestamp":1596970364},"coords":"51.5080282,0.0001794","bedrooms":"0","price":"208000","area":"409"} , +{"type":"Feature","id":"n7798312799","geometry":{"type":"Point","coordinates":[-0.1175016,51.5404111]},"properties":{"@type":"node","@id":7798312799,"@timestamp":1596974048},"coords":"51.5404111,-0.1175016","bedrooms":"0","price":"232000","area":"450"} , +{"type":"Feature","id":"n7798443381","geometry":{"type":"Point","coordinates":[-0.250469,51.952078]},"properties":{"@type":"node","@id":7798443381,"@timestamp":1596980481},"coords":"51.952078,-0.250469","bedrooms":"2","price":"191000","area":"515"} , +{"type":"Feature","id":"n7798495088","geometry":{"type":"Point","coordinates":[-0.2499983,51.9520396]},"properties":{"@type":"node","@id":7798495088,"@timestamp":1596980481},"coords":"51.9520396,-0.2499983","bedrooms":"3","price":"258000","area":"492"} , +{"type":"Feature","id":"n7798495098","geometry":{"type":"Point","coordinates":[-0.2488214,51.9516554]},"properties":{"@type":"node","@id":7798495098,"@timestamp":1596980481},"coords":"51.9516554,-0.2488214","bedrooms":"1","price":"250000","area":"697"} , +{"type":"Feature","id":"n7798495108","geometry":{"type":"Point","coordinates":[-0.2484067,51.9509823]},"properties":{"@type":"node","@id":7798495108,"@timestamp":1596980481},"coords":"51.9509823,-0.2484067","bedrooms":"3","price":"239000","area":"587"} , +{"type":"Feature","id":"n7798495120","geometry":{"type":"Point","coordinates":[-0.2479267,51.9514238]},"properties":{"@type":"node","@id":7798495120,"@timestamp":1596980481},"coords":"51.9514238,-0.2479267","bedrooms":"3","price":"228000","area":"534"} , +{"type":"Feature","id":"n7798509454","geometry":{"type":"Point","coordinates":[0.0191412,51.6031702]},"properties":{"@type":"node","@id":7798509454,"@timestamp":1596982145},"coords":"51.6031702,0.0191412","bedrooms":"4","price":"259000","area":"500"} , +{"type":"Feature","id":"n7798663095","geometry":{"type":"Point","coordinates":[-0.1201822,51.3264421]},"properties":{"@type":"node","@id":7798663095,"@timestamp":1596987320},"coords":"51.3264421,-0.1201822","bedrooms":"0","price":"240000","area":"388"} , +{"type":"Feature","id":"n7798663108","geometry":{"type":"Point","coordinates":[-0.1207557,51.3269957]},"properties":{"@type":"node","@id":7798663108,"@timestamp":1596987320},"coords":"51.3269957,-0.1207557","bedrooms":"3","price":"184000","area":"458"} , +{"type":"Feature","id":"n7798793795","geometry":{"type":"Point","coordinates":[-0.1171589,51.6063328]},"properties":{"@type":"node","@id":7798793795,"@timestamp":1596990555},"coords":"51.6063328,-0.1171589","bedrooms":"1","price":"277000","area":"628"} , +{"type":"Feature","id":"n7798793805","geometry":{"type":"Point","coordinates":[-0.1180433,51.6063569]},"properties":{"@type":"node","@id":7798793805,"@timestamp":1597618372},"coords":"51.6063569,-0.1180433","bedrooms":"0","price":"213000","area":"649"} , +{"type":"Feature","id":"n7798793821","geometry":{"type":"Point","coordinates":[-0.1188326,51.6063732]},"properties":{"@type":"node","@id":7798793821,"@timestamp":1596990555},"coords":"51.6063732,-0.1188326","bedrooms":"3","price":"269000","area":"608"} , +{"type":"Feature","id":"n7798859799","geometry":{"type":"Point","coordinates":[-0.2345146,51.1523807]},"properties":{"@type":"node","@id":7798859799,"@timestamp":1596995538},"coords":"51.1523807,-0.2345146","bedrooms":"3","price":"193000","area":"553"} , +{"type":"Feature","id":"n7798953082","geometry":{"type":"Point","coordinates":[-1.1051533,51.2414554]},"properties":{"@type":"node","@id":7798953082,"@timestamp":1596999478},"coords":"51.2414554,-1.1051533","bedrooms":"2","price":"285000","area":"589"} , +{"type":"Feature","id":"n7798997692","geometry":{"type":"Point","coordinates":[-1.1141816,51.242305]},"properties":{"@type":"node","@id":7798997692,"@timestamp":1596999478},"coords":"51.242305,-1.1141816","bedrooms":"2","price":"152000","area":"526"} , +{"type":"Feature","id":"n7798997709","geometry":{"type":"Point","coordinates":[-1.109654,51.2467562]},"properties":{"@type":"node","@id":7798997709,"@timestamp":1596999478},"coords":"51.2467562,-1.109654","bedrooms":"2","price":"172000","area":"624"} , +{"type":"Feature","id":"n7799175186","geometry":{"type":"Point","coordinates":[-0.1552408,51.5078562]},"properties":{"@type":"node","@id":7799175186,"@timestamp":1596999972},"coords":"51.5078562,-0.1552408","bedrooms":"3","price":"165000","area":"448"} , +{"type":"Feature","id":"n7799175686","geometry":{"type":"Point","coordinates":[-0.1535071,51.5135199]},"properties":{"@type":"node","@id":7799175686,"@timestamp":1596999987},"coords":"51.5135199,-0.1535071","bedrooms":"1","price":"240000","area":"632"} , +{"type":"Feature","id":"n7799282982","geometry":{"type":"Point","coordinates":[-1.0785172,51.1165681]},"properties":{"@type":"node","@id":7799282982,"@timestamp":1597006426},"coords":"51.1165681,-1.0785172","bedrooms":"1","price":"248000","area":"464"} , +{"type":"Feature","id":"n7799287305","geometry":{"type":"Point","coordinates":[0.0267181,51.5011032]},"properties":{"@type":"node","@id":7799287305,"@timestamp":1597005211},"coords":"51.5011032,0.0267181","bedrooms":"3","price":"188000","area":"650"} , +{"type":"Feature","id":"n7799287315","geometry":{"type":"Point","coordinates":[0.026947,51.5020388]},"properties":{"@type":"node","@id":7799287315,"@timestamp":1597005211},"coords":"51.5020388,0.026947","bedrooms":"4","price":"275000","area":"395"} , +{"type":"Feature","id":"n7799287325","geometry":{"type":"Point","coordinates":[0.0288892,51.5009727]},"properties":{"@type":"node","@id":7799287325,"@timestamp":1600475609},"coords":"51.5009727,0.0288892","bedrooms":"2","price":"167000","area":"628"} , +{"type":"Feature","id":"n7799292482","geometry":{"type":"Point","coordinates":[0.0816217,51.7803009]},"properties":{"@type":"node","@id":7799292482,"@timestamp":1626479672},"coords":"51.7803009,0.0816217","bedrooms":"1","price":"295000","area":"497"} , +{"type":"Feature","id":"n7799378791","geometry":{"type":"Point","coordinates":[-1.0788332,51.1166065]},"properties":{"@type":"node","@id":7799378791,"@timestamp":1597006426},"coords":"51.1166065,-1.0788332","bedrooms":"0","price":"211000","area":"380"} , +{"type":"Feature","id":"n7799409667","geometry":{"type":"Point","coordinates":[0.2323556,51.4913175]},"properties":{"@type":"node","@id":7799409667,"@timestamp":1597008644},"coords":"51.4913175,0.2323556","bedrooms":"3","price":"190000","area":"679"} , +{"type":"Feature","id":"n7799431079","geometry":{"type":"Point","coordinates":[-0.1576079,51.5818724]},"properties":{"@type":"node","@id":7799431079,"@timestamp":1597012156},"coords":"51.5818724,-0.1576079","bedrooms":"3","price":"196000","area":"681"} , +{"type":"Feature","id":"n7799449422","geometry":{"type":"Point","coordinates":[-0.1530968,51.4272905]},"properties":{"@type":"node","@id":7799449422,"@timestamp":1597010132},"coords":"51.4272905,-0.1530968","bedrooms":"3","price":"288000","area":"594"} , +{"type":"Feature","id":"n7799457645","geometry":{"type":"Point","coordinates":[-0.0973551,51.4428131]},"properties":{"@type":"node","@id":7799457645,"@timestamp":1597010771},"coords":"51.4428131,-0.0973551","bedrooms":"0","price":"224000","area":"612"} , +{"type":"Feature","id":"n7799461496","geometry":{"type":"Point","coordinates":[-0.1500206,51.4391483]},"properties":{"@type":"node","@id":7799461496,"@timestamp":1597011943},"coords":"51.4391483,-0.1500206","bedrooms":"0","price":"264000","area":"694"} , +{"type":"Feature","id":"n7799461506","geometry":{"type":"Point","coordinates":[-0.1502947,51.4400382]},"properties":{"@type":"node","@id":7799461506,"@timestamp":1597011943},"coords":"51.4400382,-0.1502947","bedrooms":"2","price":"292000","area":"389"} , +{"type":"Feature","id":"n7799482677","geometry":{"type":"Point","coordinates":[-0.1469289,51.1837411]},"properties":{"@type":"node","@id":7799482677,"@timestamp":1619345728},"coords":"51.1837411,-0.1469289","bedrooms":"2","price":"151000","area":"655"} , +{"type":"Feature","id":"n7799521353","geometry":{"type":"Point","coordinates":[-0.1541422,51.5527116]},"properties":{"@type":"node","@id":7799521353,"@timestamp":1597015797},"coords":"51.5527116,-0.1541422","bedrooms":"1","price":"297000","area":"428"} , +{"type":"Feature","id":"n7799567400","geometry":{"type":"Point","coordinates":[-0.1547773,51.5458623]},"properties":{"@type":"node","@id":7799567400,"@timestamp":1630950805},"coords":"51.5458623,-0.1547773","bedrooms":"3","price":"273000","area":"354"} , +{"type":"Feature","id":"n7799722113","geometry":{"type":"Point","coordinates":[-0.1937434,51.4939967]},"properties":{"@type":"node","@id":7799722113,"@timestamp":1597029459},"coords":"51.4939967,-0.1937434","bedrooms":"2","price":"227000","area":"606"} , +{"type":"Feature","id":"n7799722123","geometry":{"type":"Point","coordinates":[-0.1933973,51.4936462]},"properties":{"@type":"node","@id":7799722123,"@timestamp":1597029459},"coords":"51.4936462,-0.1933973","bedrooms":"0","price":"245000","area":"555"} , +{"type":"Feature","id":"n7799742700","geometry":{"type":"Point","coordinates":[-0.194497,51.4940624]},"properties":{"@type":"node","@id":7799742700,"@timestamp":1597029459},"coords":"51.4940624,-0.194497","bedrooms":"0","price":"266000","area":"684"} , +{"type":"Feature","id":"n7799742749","geometry":{"type":"Point","coordinates":[-0.1940644,51.4939306]},"properties":{"@type":"node","@id":7799742749,"@timestamp":1597029459},"coords":"51.4939306,-0.1940644","bedrooms":"1","price":"202000","area":"449"} , +{"type":"Feature","id":"n7799742775","geometry":{"type":"Point","coordinates":[-0.1938316,51.4939008]},"properties":{"@type":"node","@id":7799742775,"@timestamp":1615507618},"coords":"51.4939008,-0.1938316","bedrooms":"3","price":"199000","area":"412"} , +{"type":"Feature","id":"n7799742827","geometry":{"type":"Point","coordinates":[-0.1944598,51.4935059]},"properties":{"@type":"node","@id":7799742827,"@timestamp":1615507618},"coords":"51.4935059,-0.1944598","bedrooms":"0","price":"163000","area":"474"} , +{"type":"Feature","id":"n7800059509","geometry":{"type":"Point","coordinates":[0.1567448,51.6134669]},"properties":{"@type":"node","@id":7800059509,"@timestamp":1597040381},"coords":"51.6134669,0.1567448","bedrooms":"2","price":"230000","area":"671"} , +{"type":"Feature","id":"n7800629784","geometry":{"type":"Point","coordinates":[-0.1640684,51.5220814]},"properties":{"@type":"node","@id":7800629784,"@timestamp":1597052574},"coords":"51.5220814,-0.1640684","bedrooms":"3","price":"172000","area":"440"} , +{"type":"Feature","id":"n7800700235","geometry":{"type":"Point","coordinates":[0.0112324,51.5275495]},"properties":{"@type":"node","@id":7800700235,"@timestamp":1597053989},"coords":"51.5275495,0.0112324","bedrooms":"3","price":"154000","area":"540"} , +{"type":"Feature","id":"n7800709801","geometry":{"type":"Point","coordinates":[0.0127922,51.5289594]},"properties":{"@type":"node","@id":7800709801,"@timestamp":1619453736},"coords":"51.5289594,0.0127922","bedrooms":"0","price":"187000","area":"411"} , +{"type":"Feature","id":"n7800966683","geometry":{"type":"Point","coordinates":[0.0308215,51.5010959]},"properties":{"@type":"node","@id":7800966683,"@timestamp":1597060999},"coords":"51.5010959,0.0308215","bedrooms":"3","price":"228000","area":"432"} , +{"type":"Feature","id":"n7800983192","geometry":{"type":"Point","coordinates":[0.0315094,51.4991237]},"properties":{"@type":"node","@id":7800983192,"@timestamp":1597060999},"coords":"51.4991237,0.0315094","bedrooms":"2","price":"234000","area":"692"} , +{"type":"Feature","id":"n7800989513","geometry":{"type":"Point","coordinates":[-0.0110213,51.5473467]},"properties":{"@type":"node","@id":7800989513,"@timestamp":1616198813},"coords":"51.5473467,-0.0110213","bedrooms":"3","price":"276000","area":"478"} , +{"type":"Feature","id":"n7800989524","geometry":{"type":"Point","coordinates":[-0.0115237,51.5478039]},"properties":{"@type":"node","@id":7800989524,"@timestamp":1616198813},"coords":"51.5478039,-0.0115237","bedrooms":"4","price":"282000","area":"427"} , +{"type":"Feature","id":"n7800989564","geometry":{"type":"Point","coordinates":[-0.0122539,51.5473489]},"properties":{"@type":"node","@id":7800989564,"@timestamp":1597061304},"coords":"51.5473489,-0.0122539","bedrooms":"3","price":"160000","area":"531"} , +{"type":"Feature","id":"n7800992798","geometry":{"type":"Point","coordinates":[-0.0121261,51.5478691]},"properties":{"@type":"node","@id":7800992798,"@timestamp":1634156729},"coords":"51.5478691,-0.0121261","bedrooms":"2","price":"233000","area":"505"} , +{"type":"Feature","id":"n7800992808","geometry":{"type":"Point","coordinates":[-0.0126016,51.5476277]},"properties":{"@type":"node","@id":7800992808,"@timestamp":1634156729},"coords":"51.5476277,-0.0126016","bedrooms":"1","price":"188000","area":"595"} , +{"type":"Feature","id":"n7801361270","geometry":{"type":"Point","coordinates":[-0.0965572,51.482655]},"properties":{"@type":"node","@id":7801361270,"@timestamp":1597070985},"coords":"51.482655,-0.0965572","bedrooms":"1","price":"249000","area":"565"} , +{"type":"Feature","id":"n7801373321","geometry":{"type":"Point","coordinates":[-0.0982688,51.4818621]},"properties":{"@type":"node","@id":7801373321,"@timestamp":1597071311},"coords":"51.4818621,-0.0982688","bedrooms":"0","price":"278000","area":"555"} , +{"type":"Feature","id":"n7801416258","geometry":{"type":"Point","coordinates":[-0.1051742,51.4793125]},"properties":{"@type":"node","@id":7801416258,"@timestamp":1613000876},"coords":"51.4793125,-0.1051742","bedrooms":"2","price":"251000","area":"602"} , +{"type":"Feature","id":"n7801664767","geometry":{"type":"Point","coordinates":[-0.2680707,50.9930118]},"properties":{"@type":"node","@id":7801664767,"@timestamp":1597080275},"coords":"50.9930118,-0.2680707","bedrooms":"3","price":"285000","area":"576"} , +{"type":"Feature","id":"n7801741809","geometry":{"type":"Point","coordinates":[-0.1940857,51.493013]},"properties":{"@type":"node","@id":7801741809,"@timestamp":1597082494},"coords":"51.493013,-0.1940857","bedrooms":"4","price":"170000","area":"365"} , +{"type":"Feature","id":"n7801741835","geometry":{"type":"Point","coordinates":[-0.1934273,51.4930881]},"properties":{"@type":"node","@id":7801741835,"@timestamp":1597082494},"coords":"51.4930881,-0.1934273","bedrooms":"0","price":"229000","area":"576"} , +{"type":"Feature","id":"n7801741879","geometry":{"type":"Point","coordinates":[-0.1931283,51.4933198]},"properties":{"@type":"node","@id":7801741879,"@timestamp":1597082494},"coords":"51.4933198,-0.1931283","bedrooms":"1","price":"265000","area":"483"} , +{"type":"Feature","id":"n7801788000","geometry":{"type":"Point","coordinates":[0.0281402,51.5002471]},"properties":{"@type":"node","@id":7801788000,"@timestamp":1613477222},"coords":"51.5002471,0.0281402","bedrooms":"3","price":"206000","area":"612"} , +{"type":"Feature","id":"n7801788010","geometry":{"type":"Point","coordinates":[0.0261852,51.4986604]},"properties":{"@type":"node","@id":7801788010,"@timestamp":1598543729},"coords":"51.4986604,0.0261852","bedrooms":"2","price":"191000","area":"587"} , +{"type":"Feature","id":"n7801788021","geometry":{"type":"Point","coordinates":[0.0306304,51.4990217]},"properties":{"@type":"node","@id":7801788021,"@timestamp":1614545310},"coords":"51.4990217,0.0306304","bedrooms":"1","price":"286000","area":"484"} , +{"type":"Feature","id":"n7801992400","geometry":{"type":"Point","coordinates":[0.0282276,51.6372086]},"properties":{"@type":"node","@id":7801992400,"@timestamp":1630849963},"coords":"51.6372086,0.0282276","bedrooms":"4","price":"231000","area":"523"} , +{"type":"Feature","id":"n7802007741","geometry":{"type":"Point","coordinates":[0.0268462,51.63981]},"properties":{"@type":"node","@id":7802007741,"@timestamp":1630849962},"coords":"51.63981,0.0268462","bedrooms":"3","price":"186000","area":"559"} , +{"type":"Feature","id":"n7802744619","geometry":{"type":"Point","coordinates":[-0.9883704,51.5290088]},"properties":{"@type":"node","@id":7802744619,"@timestamp":1597122253},"coords":"51.5290088,-0.9883704","bedrooms":"1","price":"286000","area":"373"} , +{"type":"Feature","id":"n7803514872","geometry":{"type":"Point","coordinates":[-0.4793404,51.5326288]},"properties":{"@type":"node","@id":7803514872,"@timestamp":1597140717},"coords":"51.5326288,-0.4793404","bedrooms":"3","price":"195000","area":"556"} , +{"type":"Feature","id":"n7803551381","geometry":{"type":"Point","coordinates":[-0.1440623,51.4358279]},"properties":{"@type":"node","@id":7803551381,"@timestamp":1597141251},"coords":"51.4358279,-0.1440623","bedrooms":"4","price":"177000","area":"513"} , +{"type":"Feature","id":"n7803723917","geometry":{"type":"Point","coordinates":[-0.1674069,51.4083356]},"properties":{"@type":"node","@id":7803723917,"@timestamp":1597145317},"coords":"51.4083356,-0.1674069","bedrooms":"3","price":"167000","area":"623"} , +{"type":"Feature","id":"n7803857273","geometry":{"type":"Point","coordinates":[-0.0435135,51.5484184]},"properties":{"@type":"node","@id":7803857273,"@timestamp":1601506447},"coords":"51.5484184,-0.0435135","bedrooms":"3","price":"216000","area":"577"} , +{"type":"Feature","id":"n7803925003","geometry":{"type":"Point","coordinates":[-0.5300147,51.4460207]},"properties":{"@type":"node","@id":7803925003,"@timestamp":1597150351},"coords":"51.4460207,-0.5300147","bedrooms":"3","price":"240000","area":"605"} , +{"type":"Feature","id":"n7804002145","geometry":{"type":"Point","coordinates":[-0.7916411,51.1817859]},"properties":{"@type":"node","@id":7804002145,"@timestamp":1597153347},"coords":"51.1817859,-0.7916411","bedrooms":"1","price":"213000","area":"636"} , +{"type":"Feature","id":"n7804014013","geometry":{"type":"Point","coordinates":[-0.1179159,51.6065235]},"properties":{"@type":"node","@id":7804014013,"@timestamp":1597152662},"coords":"51.6065235,-0.1179159","bedrooms":"1","price":"151000","area":"534"} , +{"type":"Feature","id":"n7804014023","geometry":{"type":"Point","coordinates":[-0.1189654,51.6065543]},"properties":{"@type":"node","@id":7804014023,"@timestamp":1597152662},"coords":"51.6065543,-0.1189654","bedrooms":"0","price":"235000","area":"379"} , +{"type":"Feature","id":"n7804093902","geometry":{"type":"Point","coordinates":[-0.2763211,50.991603]},"properties":{"@type":"node","@id":7804093902,"@timestamp":1597154218},"coords":"50.991603,-0.2763211","bedrooms":"2","price":"229000","area":"365"} , +{"type":"Feature","id":"n7804470585","geometry":{"type":"Point","coordinates":[-0.0332425,51.1711761]},"properties":{"@type":"node","@id":7804470585,"@timestamp":1597164719},"coords":"51.1711761,-0.0332425","bedrooms":"2","price":"295000","area":"498"} , +{"type":"Feature","id":"n7804474262","geometry":{"type":"Point","coordinates":[-0.1931605,51.4930269]},"properties":{"@type":"node","@id":7804474262,"@timestamp":1615507618},"coords":"51.4930269,-0.1931605","bedrooms":"0","price":"193000","area":"387"} , +{"type":"Feature","id":"n7804509141","geometry":{"type":"Point","coordinates":[-0.1934652,51.4925881]},"properties":{"@type":"node","@id":7804509141,"@timestamp":1615507618},"coords":"51.4925881,-0.1934652","bedrooms":"2","price":"282000","area":"397"} , +{"type":"Feature","id":"n7804573279","geometry":{"type":"Point","coordinates":[0.0252201,51.4995887]},"properties":{"@type":"node","@id":7804573279,"@timestamp":1600080073},"coords":"51.4995887,0.0252201","bedrooms":"0","price":"217000","area":"403"} , +{"type":"Feature","id":"n7804608860","geometry":{"type":"Point","coordinates":[0.0251225,51.4986502]},"properties":{"@type":"node","@id":7804608860,"@timestamp":1598543729},"coords":"51.4986502,0.0251225","bedrooms":"0","price":"205000","area":"630"} , +{"type":"Feature","id":"n7804617306","geometry":{"type":"Point","coordinates":[0.03107,51.4991373]},"properties":{"@type":"node","@id":7804617306,"@timestamp":1600080073},"coords":"51.4991373,0.03107","bedrooms":"1","price":"204000","area":"407"} , +{"type":"Feature","id":"n7804626247","geometry":{"type":"Point","coordinates":[0.0283306,51.498806]},"properties":{"@type":"node","@id":7804626247,"@timestamp":1600080073},"coords":"51.498806,0.0283306","bedrooms":"3","price":"182000","area":"458"} , +{"type":"Feature","id":"n7804630828","geometry":{"type":"Point","coordinates":[0.026147,51.4995945]},"properties":{"@type":"node","@id":7804630828,"@timestamp":1600080073},"coords":"51.4995945,0.026147","bedrooms":"3","price":"267000","area":"612"} , +{"type":"Feature","id":"n7804639381","geometry":{"type":"Point","coordinates":[0.0282913,51.5002484]},"properties":{"@type":"node","@id":7804639381,"@timestamp":1600080073},"coords":"51.5002484,0.0282913","bedrooms":"0","price":"241000","area":"657"} , +{"type":"Feature","id":"n7804642019","geometry":{"type":"Point","coordinates":[0.0256378,51.4995602]},"properties":{"@type":"node","@id":7804642019,"@timestamp":1600080073},"coords":"51.4995602,0.0256378","bedrooms":"2","price":"293000","area":"637"} , +{"type":"Feature","id":"n7804643989","geometry":{"type":"Point","coordinates":[0.0363391,51.5023324]},"properties":{"@type":"node","@id":7804643989,"@timestamp":1597170250},"coords":"51.5023324,0.0363391","bedrooms":"3","price":"267000","area":"616"} , +{"type":"Feature","id":"n7804648167","geometry":{"type":"Point","coordinates":[0.0302938,51.5013513]},"properties":{"@type":"node","@id":7804648167,"@timestamp":1600780301},"coords":"51.5013513,0.0302938","bedrooms":"0","price":"259000","area":"638"} , +{"type":"Feature","id":"n7804650525","geometry":{"type":"Point","coordinates":[0.0308402,51.501097]},"properties":{"@type":"node","@id":7804650525,"@timestamp":1600080073},"coords":"51.501097,0.0308402","bedrooms":"2","price":"164000","area":"453"} , +{"type":"Feature","id":"n7804652387","geometry":{"type":"Point","coordinates":[0.0358435,51.5021151]},"properties":{"@type":"node","@id":7804652387,"@timestamp":1598529511},"coords":"51.5021151,0.0358435","bedrooms":"3","price":"159000","area":"648"} , +{"type":"Feature","id":"n7804693867","geometry":{"type":"Point","coordinates":[-0.3073521,51.5138039]},"properties":{"@type":"node","@id":7804693867,"@timestamp":1632388871},"coords":"51.5138039,-0.3073521","bedrooms":"3","price":"158000","area":"528"} , +{"type":"Feature","id":"n7804693877","geometry":{"type":"Point","coordinates":[-0.3065219,51.5135934]},"properties":{"@type":"node","@id":7804693877,"@timestamp":1597172196},"coords":"51.5135934,-0.3065219","bedrooms":"4","price":"276000","area":"549"} , +{"type":"Feature","id":"n7804855252","geometry":{"type":"Point","coordinates":[-0.3089584,51.5153061]},"properties":{"@type":"node","@id":7804855252,"@timestamp":1597178334},"coords":"51.5153061,-0.3089584","bedrooms":"2","price":"197000","area":"568"} , +{"type":"Feature","id":"n7804855262","geometry":{"type":"Point","coordinates":[-0.3092638,51.5159546]},"properties":{"@type":"node","@id":7804855262,"@timestamp":1597178334},"coords":"51.5159546,-0.3092638","bedrooms":"4","price":"260000","area":"608"} , +{"type":"Feature","id":"n7804855272","geometry":{"type":"Point","coordinates":[-0.3096587,51.516544]},"properties":{"@type":"node","@id":7804855272,"@timestamp":1597178334},"coords":"51.516544,-0.3096587","bedrooms":"2","price":"208000","area":"629"} , +{"type":"Feature","id":"n7804855282","geometry":{"type":"Point","coordinates":[-0.3092637,51.5157008]},"properties":{"@type":"node","@id":7804855282,"@timestamp":1597178334},"coords":"51.5157008,-0.3092637","bedrooms":"2","price":"256000","area":"579"} , +{"type":"Feature","id":"n7804865825","geometry":{"type":"Point","coordinates":[-0.2628985,51.1363486]},"properties":{"@type":"node","@id":7804865825,"@timestamp":1597178013},"coords":"51.1363486,-0.2628985","bedrooms":"3","price":"270000","area":"686"} , +{"type":"Feature","id":"n7804865835","geometry":{"type":"Point","coordinates":[-0.2627483,51.1357195]},"properties":{"@type":"node","@id":7804865835,"@timestamp":1597178013},"coords":"51.1357195,-0.2627483","bedrooms":"0","price":"295000","area":"643"} , +{"type":"Feature","id":"n7804920810","geometry":{"type":"Point","coordinates":[-0.8047518,51.0805352]},"properties":{"@type":"node","@id":7804920810,"@timestamp":1597180483},"coords":"51.0805352,-0.8047518","bedrooms":"2","price":"251000","area":"495"} , +{"type":"Feature","id":"n7805017277","geometry":{"type":"Point","coordinates":[0.2018059,51.8898604]},"properties":{"@type":"node","@id":7805017277,"@timestamp":1597185562},"coords":"51.8898604,0.2018059","bedrooms":"0","price":"177000","area":"682"} , +{"type":"Feature","id":"n7805050660","geometry":{"type":"Point","coordinates":[0.2584003,51.9346063]},"properties":{"@type":"node","@id":7805050660,"@timestamp":1597185562},"coords":"51.9346063,0.2584003","bedrooms":"4","price":"275000","area":"394"} , +{"type":"Feature","id":"n7805073469","geometry":{"type":"Point","coordinates":[0.0360181,51.5015422]},"properties":{"@type":"node","@id":7805073469,"@timestamp":1598529511},"coords":"51.5015422,0.0360181","bedrooms":"4","price":"150000","area":"686"} , +{"type":"Feature","id":"n7805082549","geometry":{"type":"Point","coordinates":[0.0374296,51.5024708]},"properties":{"@type":"node","@id":7805082549,"@timestamp":1598529511},"coords":"51.5024708,0.0374296","bedrooms":"1","price":"281000","area":"514"} , +{"type":"Feature","id":"n7805086394","geometry":{"type":"Point","coordinates":[0.0373491,51.5023514]},"properties":{"@type":"node","@id":7805086394,"@timestamp":1598529511},"coords":"51.5023514,0.0373491","bedrooms":"3","price":"258000","area":"459"} , +{"type":"Feature","id":"n7805091228","geometry":{"type":"Point","coordinates":[0.033396,51.5020562]},"properties":{"@type":"node","@id":7805091228,"@timestamp":1597188470},"coords":"51.5020562,0.033396","bedrooms":"4","price":"167000","area":"473"} , +{"type":"Feature","id":"n7805093890","geometry":{"type":"Point","coordinates":[0.0362325,51.5006898]},"properties":{"@type":"node","@id":7805093890,"@timestamp":1598529511},"coords":"51.5006898,0.0362325","bedrooms":"1","price":"264000","area":"629"} , +{"type":"Feature","id":"n7805095406","geometry":{"type":"Point","coordinates":[0.0331273,51.502046]},"properties":{"@type":"node","@id":7805095406,"@timestamp":1597188468},"coords":"51.502046,0.0331273","bedrooms":"2","price":"161000","area":"586"} , +{"type":"Feature","id":"n7805096915","geometry":{"type":"Point","coordinates":[0.03742,51.5023309]},"properties":{"@type":"node","@id":7805096915,"@timestamp":1598529511},"coords":"51.5023309,0.03742","bedrooms":"0","price":"188000","area":"651"} , +{"type":"Feature","id":"n7805098608","geometry":{"type":"Point","coordinates":[0.0362177,51.5003375]},"properties":{"@type":"node","@id":7805098608,"@timestamp":1598529511},"coords":"51.5003375,0.0362177","bedrooms":"4","price":"182000","area":"521"} , +{"type":"Feature","id":"n7805125545","geometry":{"type":"Point","coordinates":[-0.0777787,51.5199381]},"properties":{"@type":"node","@id":7805125545,"@timestamp":1597193633},"coords":"51.5199381,-0.0777787","bedrooms":"0","price":"167000","area":"523"} , +{"type":"Feature","id":"n7805198497","geometry":{"type":"Point","coordinates":[-0.0777204,51.5198426]},"properties":{"@type":"node","@id":7805198497,"@timestamp":1597193633},"coords":"51.5198426,-0.0777204","bedrooms":"4","price":"207000","area":"694"} , +{"type":"Feature","id":"n7805198543","geometry":{"type":"Point","coordinates":[-0.0783945,51.5203289]},"properties":{"@type":"node","@id":7805198543,"@timestamp":1635617432},"coords":"51.5203289,-0.0783945","bedrooms":"0","price":"278000","area":"640"} , +{"type":"Feature","id":"n7805240446","geometry":{"type":"Point","coordinates":[-0.7161667,51.6705262]},"properties":{"@type":"node","@id":7805240446,"@timestamp":1597197228},"coords":"51.6705262,-0.7161667","bedrooms":"2","price":"246000","area":"419"} , +{"type":"Feature","id":"n7805266912","geometry":{"type":"Point","coordinates":[-0.118907,51.5824782]},"properties":{"@type":"node","@id":7805266912,"@timestamp":1597199402},"coords":"51.5824782,-0.118907","bedrooms":"1","price":"280000","area":"686"} , +{"type":"Feature","id":"n7805825263","geometry":{"type":"Point","coordinates":[-0.1924253,51.4934342]},"properties":{"@type":"node","@id":7805825263,"@timestamp":1615507618},"coords":"51.4934342,-0.1924253","bedrooms":"1","price":"206000","area":"646"} , +{"type":"Feature","id":"n7805825318","geometry":{"type":"Point","coordinates":[-0.1919636,51.4940757]},"properties":{"@type":"node","@id":7805825318,"@timestamp":1615507618},"coords":"51.4940757,-0.1919636","bedrooms":"4","price":"290000","area":"692"} , +{"type":"Feature","id":"n7805938850","geometry":{"type":"Point","coordinates":[-0.010227,51.5482889]},"properties":{"@type":"node","@id":7805938850,"@timestamp":1597220239},"coords":"51.5482889,-0.010227","bedrooms":"0","price":"266000","area":"661"} , +{"type":"Feature","id":"n7805938865","geometry":{"type":"Point","coordinates":[-0.0103925,51.5484103]},"properties":{"@type":"node","@id":7805938865,"@timestamp":1616198813},"coords":"51.5484103,-0.0103925","bedrooms":"3","price":"238000","area":"546"} , +{"type":"Feature","id":"n7805938875","geometry":{"type":"Point","coordinates":[-0.011162,51.5485148]},"properties":{"@type":"node","@id":7805938875,"@timestamp":1634156729},"coords":"51.5485148,-0.011162","bedrooms":"0","price":"209000","area":"366"} , +{"type":"Feature","id":"n7805969090","geometry":{"type":"Point","coordinates":[-0.011095,51.5478853]},"properties":{"@type":"node","@id":7805969090,"@timestamp":1597220239},"coords":"51.5478853,-0.011095","bedrooms":"0","price":"210000","area":"638"} , +{"type":"Feature","id":"n7805969100","geometry":{"type":"Point","coordinates":[-0.0113785,51.548093]},"properties":{"@type":"node","@id":7805969100,"@timestamp":1597220239},"coords":"51.548093,-0.0113785","bedrooms":"0","price":"260000","area":"406"} , +{"type":"Feature","id":"n7806060643","geometry":{"type":"Point","coordinates":[0.0306625,51.4995685]},"properties":{"@type":"node","@id":7806060643,"@timestamp":1600080073},"coords":"51.4995685,0.0306625","bedrooms":"2","price":"202000","area":"649"} , +{"type":"Feature","id":"n7806079504","geometry":{"type":"Point","coordinates":[-0.192017,51.5099841]},"properties":{"@type":"node","@id":7806079504,"@timestamp":1597223026},"coords":"51.5099841,-0.192017","bedrooms":"3","price":"172000","area":"365"} , +{"type":"Feature","id":"n7806088636","geometry":{"type":"Point","coordinates":[0.033566,51.5011485]},"properties":{"@type":"node","@id":7806088636,"@timestamp":1598530660},"coords":"51.5011485,0.033566","bedrooms":"0","price":"259000","area":"476"} , +{"type":"Feature","id":"n7806094327","geometry":{"type":"Point","coordinates":[0.0307956,51.4994065]},"properties":{"@type":"node","@id":7806094327,"@timestamp":1598532856},"coords":"51.4994065,0.0307956","bedrooms":"1","price":"288000","area":"620"} , +{"type":"Feature","id":"n7806099744","geometry":{"type":"Point","coordinates":[-0.1925656,51.511914]},"properties":{"@type":"node","@id":7806099744,"@timestamp":1597223859},"coords":"51.511914,-0.1925656","bedrooms":"3","price":"218000","area":"464"} , +{"type":"Feature","id":"n7806157255","geometry":{"type":"Point","coordinates":[-0.1924902,51.5108914]},"properties":{"@type":"node","@id":7806157255,"@timestamp":1597224604},"coords":"51.5108914,-0.1924902","bedrooms":"2","price":"208000","area":"495"} , +{"type":"Feature","id":"n7806157267","geometry":{"type":"Point","coordinates":[-0.2020384,51.5147743]},"properties":{"@type":"node","@id":7806157267,"@timestamp":1597224604},"coords":"51.5147743,-0.2020384","bedrooms":"4","price":"282000","area":"351"} , +{"type":"Feature","id":"n7806163196","geometry":{"type":"Point","coordinates":[-0.2028795,51.5163781]},"properties":{"@type":"node","@id":7806163196,"@timestamp":1597224874},"coords":"51.5163781,-0.2028795","bedrooms":"4","price":"182000","area":"365"} , +{"type":"Feature","id":"n7806206157","geometry":{"type":"Point","coordinates":[-0.2060491,51.5240703]},"properties":{"@type":"node","@id":7806206157,"@timestamp":1597225742},"coords":"51.5240703,-0.2060491","bedrooms":"2","price":"264000","area":"692"} , +{"type":"Feature","id":"n7806400581","geometry":{"type":"Point","coordinates":[-0.0706358,51.4745665]},"properties":{"@type":"node","@id":7806400581,"@timestamp":1597230929},"coords":"51.4745665,-0.0706358","bedrooms":"3","price":"291000","area":"407"} , +{"type":"Feature","id":"n7806491883","geometry":{"type":"Point","coordinates":[-0.0738192,51.4787848]},"properties":{"@type":"node","@id":7806491883,"@timestamp":1597231730},"coords":"51.4787848,-0.0738192","bedrooms":"4","price":"170000","area":"444"} , +{"type":"Feature","id":"n7806515646","geometry":{"type":"Point","coordinates":[-0.0740745,51.4832548]},"properties":{"@type":"node","@id":7806515646,"@timestamp":1597232285},"coords":"51.4832548,-0.0740745","bedrooms":"3","price":"249000","area":"593"} , +{"type":"Feature","id":"n7806524650","geometry":{"type":"Point","coordinates":[-0.0722058,51.4880299]},"properties":{"@type":"node","@id":7806524650,"@timestamp":1597232502},"coords":"51.4880299,-0.0722058","bedrooms":"0","price":"271000","area":"383"} , +{"type":"Feature","id":"n7806656952","geometry":{"type":"Point","coordinates":[0.2685514,51.1907751]},"properties":{"@type":"node","@id":7806656952,"@timestamp":1597235578},"coords":"51.1907751,0.2685514","bedrooms":"1","price":"159000","area":"402"} , +{"type":"Feature","id":"n7806851966","geometry":{"type":"Point","coordinates":[-0.2410631,50.9622029]},"properties":{"@type":"node","@id":7806851966,"@timestamp":1597240151},"coords":"50.9622029,-0.2410631","bedrooms":"3","price":"287000","area":"699"} , +{"type":"Feature","id":"n7807102715","geometry":{"type":"Point","coordinates":[-0.0091498,51.5484709]},"properties":{"@type":"node","@id":7807102715,"@timestamp":1616198813},"coords":"51.5484709,-0.0091498","bedrooms":"1","price":"177000","area":"451"} , +{"type":"Feature","id":"n7807102725","geometry":{"type":"Point","coordinates":[-0.0093558,51.5489627]},"properties":{"@type":"node","@id":7807102725,"@timestamp":1597246114},"coords":"51.5489627,-0.0093558","bedrooms":"4","price":"193000","area":"698"} , +{"type":"Feature","id":"n7807102735","geometry":{"type":"Point","coordinates":[-0.0101665,51.5485331]},"properties":{"@type":"node","@id":7807102735,"@timestamp":1616198813},"coords":"51.5485331,-0.0101665","bedrooms":"1","price":"155000","area":"659"} , +{"type":"Feature","id":"n7807102747","geometry":{"type":"Point","coordinates":[-0.0099389,51.549171]},"properties":{"@type":"node","@id":7807102747,"@timestamp":1634156729},"coords":"51.549171,-0.0099389","bedrooms":"2","price":"242000","area":"357"} , +{"type":"Feature","id":"n7807102759","geometry":{"type":"Point","coordinates":[-0.0095657,51.549116]},"properties":{"@type":"node","@id":7807102759,"@timestamp":1597939153},"coords":"51.549116,-0.0095657","bedrooms":"0","price":"175000","area":"597"} , +{"type":"Feature","id":"n7807293707","geometry":{"type":"Point","coordinates":[-0.113342,51.5998616]},"properties":{"@type":"node","@id":7807293707,"@timestamp":1597252149},"coords":"51.5998616,-0.113342","bedrooms":"4","price":"253000","area":"586"} , +{"type":"Feature","id":"n7807293815","geometry":{"type":"Point","coordinates":[-0.1181043,51.5985738]},"properties":{"@type":"node","@id":7807293815,"@timestamp":1597252149},"coords":"51.5985738,-0.1181043","bedrooms":"4","price":"285000","area":"353"} , +{"type":"Feature","id":"n7807293825","geometry":{"type":"Point","coordinates":[-0.1193998,51.5980207]},"properties":{"@type":"node","@id":7807293825,"@timestamp":1597252149},"coords":"51.5980207,-0.1193998","bedrooms":"2","price":"298000","area":"491"} , +{"type":"Feature","id":"n7807380300","geometry":{"type":"Point","coordinates":[-0.0937647,51.348328]},"properties":{"@type":"node","@id":7807380300,"@timestamp":1620510171},"coords":"51.348328,-0.0937647","bedrooms":"4","price":"161000","area":"577"} , +{"type":"Feature","id":"n7807440325","geometry":{"type":"Point","coordinates":[0.8941695,51.9005566]},"properties":{"@type":"node","@id":7807440325,"@timestamp":1597258107},"coords":"51.9005566,0.8941695","bedrooms":"3","price":"274000","area":"538"} , +{"type":"Feature","id":"n7808314548","geometry":{"type":"Point","coordinates":[-0.1165592,51.6019983]},"properties":{"@type":"node","@id":7808314548,"@timestamp":1597272224},"coords":"51.6019983,-0.1165592","bedrooms":"2","price":"159000","area":"490"} , +{"type":"Feature","id":"n7808314574","geometry":{"type":"Point","coordinates":[-0.1153538,51.6016736]},"properties":{"@type":"node","@id":7808314574,"@timestamp":1597272224},"coords":"51.6016736,-0.1153538","bedrooms":"4","price":"202000","area":"405"} , +{"type":"Feature","id":"n7808314584","geometry":{"type":"Point","coordinates":[-0.1140448,51.601268]},"properties":{"@type":"node","@id":7808314584,"@timestamp":1597272224},"coords":"51.601268,-0.1140448","bedrooms":"1","price":"226000","area":"561"} , +{"type":"Feature","id":"n7808322794","geometry":{"type":"Point","coordinates":[-0.1140019,51.6019094]},"properties":{"@type":"node","@id":7808322794,"@timestamp":1597272224},"coords":"51.6019094,-0.1140019","bedrooms":"3","price":"282000","area":"617"} , +{"type":"Feature","id":"n7808322804","geometry":{"type":"Point","coordinates":[-0.1137283,51.6009048]},"properties":{"@type":"node","@id":7808322804,"@timestamp":1597272224},"coords":"51.6009048,-0.1137283","bedrooms":"4","price":"268000","area":"457"} , +{"type":"Feature","id":"n7808612348","geometry":{"type":"Point","coordinates":[-0.3934019,51.427209]},"properties":{"@type":"node","@id":7808612348,"@timestamp":1597288023},"coords":"51.427209,-0.3934019","bedrooms":"0","price":"290000","area":"371"} , +{"type":"Feature","id":"n7808658042","geometry":{"type":"Point","coordinates":[-0.051509,51.4818341]},"properties":{"@type":"node","@id":7808658042,"@timestamp":1597289950},"coords":"51.4818341,-0.051509","bedrooms":"1","price":"247000","area":"502"} , +{"type":"Feature","id":"n7808666435","geometry":{"type":"Point","coordinates":[-0.1918052,51.4933909]},"properties":{"@type":"node","@id":7808666435,"@timestamp":1615507618},"coords":"51.4933909,-0.1918052","bedrooms":"2","price":"297000","area":"350"} , +{"type":"Feature","id":"n7809017400","geometry":{"type":"Point","coordinates":[-0.895783,51.1746494]},"properties":{"@type":"node","@id":7809017400,"@timestamp":1597300326},"coords":"51.1746494,-0.895783","bedrooms":"0","price":"224000","area":"559"} , +{"type":"Feature","id":"n7809165625","geometry":{"type":"Point","coordinates":[0.6162662,51.0610873]},"properties":{"@type":"node","@id":7809165625,"@timestamp":1597303480},"coords":"51.0610873,0.6162662","bedrooms":"0","price":"190000","area":"683"} , +{"type":"Feature","id":"n7809165635","geometry":{"type":"Point","coordinates":[0.616904,51.0601869]},"properties":{"@type":"node","@id":7809165635,"@timestamp":1597303480},"coords":"51.0601869,0.616904","bedrooms":"1","price":"260000","area":"595"} , +{"type":"Feature","id":"n7809165645","geometry":{"type":"Point","coordinates":[0.6100517,51.061614]},"properties":{"@type":"node","@id":7809165645,"@timestamp":1597303480},"coords":"51.061614,0.6100517","bedrooms":"3","price":"160000","area":"617"} , +{"type":"Feature","id":"n7809165655","geometry":{"type":"Point","coordinates":[0.6068043,51.0606691]},"properties":{"@type":"node","@id":7809165655,"@timestamp":1597303480},"coords":"51.0606691,0.6068043","bedrooms":"3","price":"216000","area":"461"} , +{"type":"Feature","id":"n7809165665","geometry":{"type":"Point","coordinates":[0.6114241,51.0581274]},"properties":{"@type":"node","@id":7809165665,"@timestamp":1597303480},"coords":"51.0581274,0.6114241","bedrooms":"3","price":"274000","area":"419"} , +{"type":"Feature","id":"n7809165692","geometry":{"type":"Point","coordinates":[0.6157148,51.056315]},"properties":{"@type":"node","@id":7809165692,"@timestamp":1597303480},"coords":"51.056315,0.6157148","bedrooms":"3","price":"235000","area":"649"} , +{"type":"Feature","id":"n7809165702","geometry":{"type":"Point","coordinates":[0.6106623,51.0605885]},"properties":{"@type":"node","@id":7809165702,"@timestamp":1597303480},"coords":"51.0605885,0.6106623","bedrooms":"0","price":"241000","area":"587"} , +{"type":"Feature","id":"n7809387384","geometry":{"type":"Point","coordinates":[0.3552367,51.2088169]},"properties":{"@type":"node","@id":7809387384,"@timestamp":1597308871},"coords":"51.2088169,0.3552367","bedrooms":"0","price":"293000","area":"527"} , +{"type":"Feature","id":"n7809543292","geometry":{"type":"Point","coordinates":[-0.111496,51.6037176]},"properties":{"@type":"node","@id":7809543292,"@timestamp":1597312099},"coords":"51.6037176,-0.111496","bedrooms":"3","price":"170000","area":"556"} , +{"type":"Feature","id":"n7809543302","geometry":{"type":"Point","coordinates":[-0.1112465,51.6035739]},"properties":{"@type":"node","@id":7809543302,"@timestamp":1597312099},"coords":"51.6035739,-0.1112465","bedrooms":"1","price":"151000","area":"433"} , +{"type":"Feature","id":"n7809543312","geometry":{"type":"Point","coordinates":[-0.1091296,51.6034262]},"properties":{"@type":"node","@id":7809543312,"@timestamp":1597312099},"coords":"51.6034262,-0.1091296","bedrooms":"0","price":"205000","area":"360"} , +{"type":"Feature","id":"n7809543322","geometry":{"type":"Point","coordinates":[-0.1097143,51.6051275]},"properties":{"@type":"node","@id":7809543322,"@timestamp":1597312099},"coords":"51.6051275,-0.1097143","bedrooms":"1","price":"172000","area":"496"} , +{"type":"Feature","id":"n7809543332","geometry":{"type":"Point","coordinates":[-0.1114933,51.6051933]},"properties":{"@type":"node","@id":7809543332,"@timestamp":1597312099},"coords":"51.6051933,-0.1114933","bedrooms":"4","price":"199000","area":"422"} , +{"type":"Feature","id":"n7810312208","geometry":{"type":"Point","coordinates":[0.2932536,51.3504521]},"properties":{"@type":"node","@id":7810312208,"@timestamp":1597331108},"coords":"51.3504521,0.2932536","bedrooms":"2","price":"296000","area":"377"} , +{"type":"Feature","id":"n7810420324","geometry":{"type":"Point","coordinates":[-0.1097167,51.6051982]},"properties":{"@type":"node","@id":7810420324,"@timestamp":1597334212},"coords":"51.6051982,-0.1097167","bedrooms":"4","price":"295000","area":"551"} , +{"type":"Feature","id":"n7810420471","geometry":{"type":"Point","coordinates":[-0.1092654,51.6034839]},"properties":{"@type":"node","@id":7810420471,"@timestamp":1597334212},"coords":"51.6034839,-0.1092654","bedrooms":"2","price":"271000","area":"678"} , +{"type":"Feature","id":"n7810420482","geometry":{"type":"Point","coordinates":[-0.1109053,51.604111]},"properties":{"@type":"node","@id":7810420482,"@timestamp":1597334212},"coords":"51.604111,-0.1109053","bedrooms":"0","price":"230000","area":"697"} , +{"type":"Feature","id":"n7810421728","geometry":{"type":"Point","coordinates":[-0.1089185,51.601974]},"properties":{"@type":"node","@id":7810421728,"@timestamp":1597335068},"coords":"51.601974,-0.1089185","bedrooms":"4","price":"223000","area":"553"} , +{"type":"Feature","id":"n7810495337","geometry":{"type":"Point","coordinates":[-0.7091717,51.7053551]},"properties":{"@type":"node","@id":7810495337,"@timestamp":1597336499},"coords":"51.7053551,-0.7091717","bedrooms":"1","price":"260000","area":"403"} , +{"type":"Feature","id":"n7810800713","geometry":{"type":"Point","coordinates":[-0.9701498,51.4666549]},"properties":{"@type":"node","@id":7810800713,"@timestamp":1605796573},"coords":"51.4666549,-0.9701498","bedrooms":"0","price":"227000","area":"634"} , +{"type":"Feature","id":"n7810876190","geometry":{"type":"Point","coordinates":[0.8020722,51.5319428]},"properties":{"@type":"node","@id":7810876190,"@timestamp":1597348183},"coords":"51.5319428,0.8020722","bedrooms":"2","price":"284000","area":"587"} , +{"type":"Feature","id":"n7811070417","geometry":{"type":"Point","coordinates":[-0.3832129,51.6918029]},"properties":{"@type":"node","@id":7811070417,"@timestamp":1597357278},"coords":"51.6918029,-0.3832129","bedrooms":"1","price":"204000","area":"419"} , +{"type":"Feature","id":"n7811192339","geometry":{"type":"Point","coordinates":[0.2157691,51.9836325]},"properties":{"@type":"node","@id":7811192339,"@timestamp":1597363855},"coords":"51.9836325,0.2157691","bedrooms":"1","price":"245000","area":"671"} , +{"type":"Feature","id":"n7811390926","geometry":{"type":"Point","coordinates":[-0.1913917,51.4931727]},"properties":{"@type":"node","@id":7811390926,"@timestamp":1597374510},"coords":"51.4931727,-0.1913917","bedrooms":"2","price":"209000","area":"677"} , +{"type":"Feature","id":"n7811605240","geometry":{"type":"Point","coordinates":[-0.3883452,51.6878386]},"properties":{"@type":"node","@id":7811605240,"@timestamp":1597382726},"coords":"51.6878386,-0.3883452","bedrooms":"0","price":"189000","area":"507"} , +{"type":"Feature","id":"n7811886511","geometry":{"type":"Point","coordinates":[0.0326667,51.3199894]},"properties":{"@type":"node","@id":7811886511,"@timestamp":1597389641},"coords":"51.3199894,0.0326667","bedrooms":"1","price":"258000","area":"608"} , +{"type":"Feature","id":"n7811978927","geometry":{"type":"Point","coordinates":[-0.0107504,51.5470206]},"properties":{"@type":"node","@id":7811978927,"@timestamp":1597391638},"coords":"51.5470206,-0.0107504","bedrooms":"3","price":"236000","area":"635"} , +{"type":"Feature","id":"n7811978937","geometry":{"type":"Point","coordinates":[-0.011309,51.5467228]},"properties":{"@type":"node","@id":7811978937,"@timestamp":1597391638},"coords":"51.5467228,-0.011309","bedrooms":"0","price":"210000","area":"420"} , +{"type":"Feature","id":"n7811978947","geometry":{"type":"Point","coordinates":[-0.0113898,51.5463797]},"properties":{"@type":"node","@id":7811978947,"@timestamp":1597391638},"coords":"51.5463797,-0.0113898","bedrooms":"2","price":"235000","area":"415"} , +{"type":"Feature","id":"n7811978959","geometry":{"type":"Point","coordinates":[-0.010538,51.5462631]},"properties":{"@type":"node","@id":7811978959,"@timestamp":1597391638},"coords":"51.5462631,-0.010538","bedrooms":"2","price":"263000","area":"503"} , +{"type":"Feature","id":"n7811978969","geometry":{"type":"Point","coordinates":[-0.0103828,51.546039]},"properties":{"@type":"node","@id":7811978969,"@timestamp":1597391638},"coords":"51.546039,-0.0103828","bedrooms":"4","price":"295000","area":"350"} , +{"type":"Feature","id":"n7812111085","geometry":{"type":"Point","coordinates":[-0.1446767,51.5629404]},"properties":{"@type":"node","@id":7812111085,"@timestamp":1597394472},"coords":"51.5629404,-0.1446767","bedrooms":"2","price":"255000","area":"421"} , +{"type":"Feature","id":"n7812483522","geometry":{"type":"Point","coordinates":[0.2359149,51.5248978]},"properties":{"@type":"node","@id":7812483522,"@timestamp":1597403629},"coords":"51.5248978,0.2359149","bedrooms":"3","price":"281000","area":"684"} , +{"type":"Feature","id":"n7812767160","geometry":{"type":"Point","coordinates":[-0.3154929,51.3893195]},"properties":{"@type":"node","@id":7812767160,"@timestamp":1597408411},"coords":"51.3893195,-0.3154929","bedrooms":"1","price":"235000","area":"506"} , +{"type":"Feature","id":"n7812767181","geometry":{"type":"Point","coordinates":[-0.3042824,51.3945516]},"properties":{"@type":"node","@id":7812767181,"@timestamp":1597408411},"coords":"51.3945516,-0.3042824","bedrooms":"3","price":"199000","area":"567"} , +{"type":"Feature","id":"n7813059633","geometry":{"type":"Point","coordinates":[0.5284054,51.2958303]},"properties":{"@type":"node","@id":7813059633,"@timestamp":1597413651},"coords":"51.2958303,0.5284054","bedrooms":"4","price":"295000","area":"553"} , +{"type":"Feature","id":"n7813059646","geometry":{"type":"Point","coordinates":[0.4446552,51.3043033]},"properties":{"@type":"node","@id":7813059646,"@timestamp":1597413651},"coords":"51.3043033,0.4446552","bedrooms":"2","price":"235000","area":"666"} , +{"type":"Feature","id":"n7813069216","geometry":{"type":"Point","coordinates":[-0.097128,51.6050828]},"properties":{"@type":"node","@id":7813069216,"@timestamp":1597413735},"coords":"51.6050828,-0.097128","bedrooms":"2","price":"244000","area":"668"} , +{"type":"Feature","id":"n7813072201","geometry":{"type":"Point","coordinates":[-0.0929557,51.6065447]},"properties":{"@type":"node","@id":7813072201,"@timestamp":1597413735},"coords":"51.6065447,-0.0929557","bedrooms":"0","price":"227000","area":"592"} , +{"type":"Feature","id":"n7813072221","geometry":{"type":"Point","coordinates":[-0.0950491,51.6053769]},"properties":{"@type":"node","@id":7813072221,"@timestamp":1597413735},"coords":"51.6053769,-0.0950491","bedrooms":"0","price":"165000","area":"450"} , +{"type":"Feature","id":"n7813212291","geometry":{"type":"Point","coordinates":[-0.0300839,51.6415172]},"properties":{"@type":"node","@id":7813212291,"@timestamp":1602199916},"coords":"51.6415172,-0.0300839","bedrooms":"2","price":"208000","area":"651"} , +{"type":"Feature","id":"n7813223032","geometry":{"type":"Point","coordinates":[-0.1532196,51.5907763]},"properties":{"@type":"node","@id":7813223032,"@timestamp":1614256230},"coords":"51.5907763,-0.1532196","bedrooms":"3","price":"153000","area":"504"} , +{"type":"Feature","id":"n7813254038","geometry":{"type":"Point","coordinates":[-0.1248654,51.5168148]},"properties":{"@type":"node","@id":7813254038,"@timestamp":1597417743},"coords":"51.5168148,-0.1248654","bedrooms":"4","price":"172000","area":"627"} , +{"type":"Feature","id":"n7813482347","geometry":{"type":"Point","coordinates":[-0.2690316,51.284996]},"properties":{"@type":"node","@id":7813482347,"@timestamp":1625415448},"coords":"51.284996,-0.2690316","bedrooms":"4","price":"256000","area":"538"} , +{"type":"Feature","id":"n7813482358","geometry":{"type":"Point","coordinates":[-0.485103,51.3379014]},"properties":{"@type":"node","@id":7813482358,"@timestamp":1633714558},"coords":"51.3379014,-0.485103","bedrooms":"1","price":"206000","area":"530"} , +{"type":"Feature","id":"n7813482371","geometry":{"type":"Point","coordinates":[-0.4365582,51.3160098]},"properties":{"@type":"node","@id":7813482371,"@timestamp":1625415448},"coords":"51.3160098,-0.4365582","bedrooms":"2","price":"254000","area":"427"} , +{"type":"Feature","id":"n7813482383","geometry":{"type":"Point","coordinates":[-0.1564277,51.2679201]},"properties":{"@type":"node","@id":7813482383,"@timestamp":1625415448},"coords":"51.2679201,-0.1564277","bedrooms":"4","price":"205000","area":"365"} , +{"type":"Feature","id":"n7813518785","geometry":{"type":"Point","coordinates":[-0.5400917,51.4154616]},"properties":{"@type":"node","@id":7813518785,"@timestamp":1633714558},"coords":"51.4154616,-0.5400917","bedrooms":"0","price":"181000","area":"646"} , +{"type":"Feature","id":"n7813543351","geometry":{"type":"Point","coordinates":[-0.0870679,51.5312065]},"properties":{"@type":"node","@id":7813543351,"@timestamp":1597426432},"coords":"51.5312065,-0.0870679","bedrooms":"0","price":"261000","area":"504"} , +{"type":"Feature","id":"n7813623744","geometry":{"type":"Point","coordinates":[0.6932072,51.5349821]},"properties":{"@type":"node","@id":7813623744,"@timestamp":1597428228},"coords":"51.5349821,0.6932072","bedrooms":"4","price":"224000","area":"537"} , +{"type":"Feature","id":"n7813646220","geometry":{"type":"Point","coordinates":[0.0936238,51.2794702]},"properties":{"@type":"node","@id":7813646220,"@timestamp":1597429500},"coords":"51.2794702,0.0936238","bedrooms":"4","price":"228000","area":"627"} , +{"type":"Feature","id":"n7813721078","geometry":{"type":"Point","coordinates":[-0.5530544,51.588425]},"properties":{"@type":"node","@id":7813721078,"@timestamp":1597430112},"coords":"51.588425,-0.5530544","bedrooms":"0","price":"159000","area":"476"} , +{"type":"Feature","id":"n7813759834","geometry":{"type":"Point","coordinates":[0.7821858,51.5243783]},"properties":{"@type":"node","@id":7813759834,"@timestamp":1597432992},"coords":"51.5243783,0.7821858","bedrooms":"3","price":"253000","area":"417"} , +{"type":"Feature","id":"n7813834811","geometry":{"type":"Point","coordinates":[0.7812563,51.5243801]},"properties":{"@type":"node","@id":7813834811,"@timestamp":1597433574},"coords":"51.5243801,0.7812563","bedrooms":"4","price":"167000","area":"454"} , +{"type":"Feature","id":"n7813883696","geometry":{"type":"Point","coordinates":[0.7765247,51.5237336]},"properties":{"@type":"node","@id":7813883696,"@timestamp":1597434914},"coords":"51.5237336,0.7765247","bedrooms":"2","price":"234000","area":"490"} , +{"type":"Feature","id":"n7813883710","geometry":{"type":"Point","coordinates":[0.7785634,51.5241332]},"properties":{"@type":"node","@id":7813883710,"@timestamp":1597434914},"coords":"51.5241332,0.7785634","bedrooms":"3","price":"252000","area":"558"} , +{"type":"Feature","id":"n7814044166","geometry":{"type":"Point","coordinates":[0.0118128,51.4565084]},"properties":{"@type":"node","@id":7814044166,"@timestamp":1597449053},"coords":"51.4565084,0.0118128","bedrooms":"1","price":"222000","area":"552"} , +{"type":"Feature","id":"n7814102078","geometry":{"type":"Point","coordinates":[-0.019834,51.4450493]},"properties":{"@type":"node","@id":7814102078,"@timestamp":1597442459},"coords":"51.4450493,-0.019834","bedrooms":"0","price":"190000","area":"559"} , +{"type":"Feature","id":"n7814156495","geometry":{"type":"Point","coordinates":[-0.0122111,51.4591958]},"properties":{"@type":"node","@id":7814156495,"@timestamp":1597446487},"coords":"51.4591958,-0.0122111","bedrooms":"4","price":"235000","area":"403"} , +{"type":"Feature","id":"n7814503435","geometry":{"type":"Point","coordinates":[0.6095586,51.0667069]},"properties":{"@type":"node","@id":7814503435,"@timestamp":1597474787},"coords":"51.0667069,0.6095586","bedrooms":"3","price":"154000","area":"654"} , +{"type":"Feature","id":"n7814648886","geometry":{"type":"Point","coordinates":[-0.2176294,51.5189458]},"properties":{"@type":"node","@id":7814648886,"@timestamp":1597480467},"coords":"51.5189458,-0.2176294","bedrooms":"1","price":"209000","area":"646"} , +{"type":"Feature","id":"n7814861278","geometry":{"type":"Point","coordinates":[-0.9286501,51.0101044]},"properties":{"@type":"node","@id":7814861278,"@timestamp":1597488224},"coords":"51.0101044,-0.9286501","bedrooms":"1","price":"293000","area":"531"} , +{"type":"Feature","id":"n7814961187","geometry":{"type":"Point","coordinates":[0.0430832,51.5076415]},"properties":{"@type":"node","@id":7814961187,"@timestamp":1597489958},"coords":"51.5076415,0.0430832","bedrooms":"0","price":"237000","area":"533"} , +{"type":"Feature","id":"n7814967968","geometry":{"type":"Point","coordinates":[-0.0251934,51.4696095]},"properties":{"@type":"node","@id":7814967968,"@timestamp":1597491191},"coords":"51.4696095,-0.0251934","bedrooms":"4","price":"202000","area":"673"} , +{"type":"Feature","id":"n7814981774","geometry":{"type":"Point","coordinates":[-0.1082804,51.4404424]},"properties":{"@type":"node","@id":7814981774,"@timestamp":1597492461},"coords":"51.4404424,-0.1082804","bedrooms":"4","price":"275000","area":"695"} , +{"type":"Feature","id":"n7814995207","geometry":{"type":"Point","coordinates":[-0.3049532,51.513307]},"properties":{"@type":"node","@id":7814995207,"@timestamp":1597492358},"coords":"51.513307,-0.3049532","bedrooms":"3","price":"177000","area":"694"} , +{"type":"Feature","id":"n7815135825","geometry":{"type":"Point","coordinates":[-0.0796067,51.5180142]},"properties":{"@type":"node","@id":7815135825,"@timestamp":1597497065},"coords":"51.5180142,-0.0796067","bedrooms":"4","price":"186000","area":"388"} , +{"type":"Feature","id":"n7815135878","geometry":{"type":"Point","coordinates":[-0.0794785,51.5184898]},"properties":{"@type":"node","@id":7815135878,"@timestamp":1597497065},"coords":"51.5184898,-0.0794785","bedrooms":"3","price":"195000","area":"365"} , +{"type":"Feature","id":"n7815143438","geometry":{"type":"Point","coordinates":[-0.0797186,51.5186476]},"properties":{"@type":"node","@id":7815143438,"@timestamp":1597497065},"coords":"51.5186476,-0.0797186","bedrooms":"4","price":"267000","area":"514"} , +{"type":"Feature","id":"n7815143475","geometry":{"type":"Point","coordinates":[-0.0790092,51.5183844]},"properties":{"@type":"node","@id":7815143475,"@timestamp":1597497065},"coords":"51.5183844,-0.0790092","bedrooms":"3","price":"229000","area":"495"} , +{"type":"Feature","id":"n7815143526","geometry":{"type":"Point","coordinates":[-0.0780657,51.5186582]},"properties":{"@type":"node","@id":7815143526,"@timestamp":1597497065},"coords":"51.5186582,-0.0780657","bedrooms":"2","price":"174000","area":"624"} , +{"type":"Feature","id":"n7815160391","geometry":{"type":"Point","coordinates":[-0.0430551,51.3632983]},"properties":{"@type":"node","@id":7815160391,"@timestamp":1597497663},"coords":"51.3632983,-0.0430551","bedrooms":"1","price":"288000","area":"642"} , +{"type":"Feature","id":"n7815168564","geometry":{"type":"Point","coordinates":[-0.3079525,51.5132915]},"properties":{"@type":"node","@id":7815168564,"@timestamp":1597498943},"coords":"51.5132915,-0.3079525","bedrooms":"1","price":"257000","area":"423"} , +{"type":"Feature","id":"n7815402785","geometry":{"type":"Point","coordinates":[-0.1899796,51.4506796]},"properties":{"@type":"node","@id":7815402785,"@timestamp":1597505215},"coords":"51.4506796,-0.1899796","bedrooms":"3","price":"237000","area":"426"} , +{"type":"Feature","id":"n7815487125","geometry":{"type":"Point","coordinates":[-0.2175817,51.5048872]},"properties":{"@type":"node","@id":7815487125,"@timestamp":1619073661},"coords":"51.5048872,-0.2175817","bedrooms":"1","price":"275000","area":"449"} , +{"type":"Feature","id":"n7815533529","geometry":{"type":"Point","coordinates":[-0.0783964,51.5174846]},"properties":{"@type":"node","@id":7815533529,"@timestamp":1597509628},"coords":"51.5174846,-0.0783964","bedrooms":"3","price":"214000","area":"469"} , +{"type":"Feature","id":"n7815533644","geometry":{"type":"Point","coordinates":[-0.0791931,51.5180295]},"properties":{"@type":"node","@id":7815533644,"@timestamp":1597509628},"coords":"51.5180295,-0.0791931","bedrooms":"3","price":"180000","area":"484"} , +{"type":"Feature","id":"n7815581565","geometry":{"type":"Point","coordinates":[-0.1150788,51.6082638]},"properties":{"@type":"node","@id":7815581565,"@timestamp":1597512090},"coords":"51.6082638,-0.1150788","bedrooms":"4","price":"182000","area":"432"} , +{"type":"Feature","id":"n7815581616","geometry":{"type":"Point","coordinates":[-0.1152934,51.6076084]},"properties":{"@type":"node","@id":7815581616,"@timestamp":1597512090},"coords":"51.6076084,-0.1152934","bedrooms":"4","price":"158000","area":"608"} , +{"type":"Feature","id":"n7815581678","geometry":{"type":"Point","coordinates":[-0.1143295,51.6076943]},"properties":{"@type":"node","@id":7815581678,"@timestamp":1597512090},"coords":"51.6076943,-0.1143295","bedrooms":"0","price":"199000","area":"556"} , +{"type":"Feature","id":"n7815581688","geometry":{"type":"Point","coordinates":[-0.114438,51.6070757]},"properties":{"@type":"node","@id":7815581688,"@timestamp":1597512090},"coords":"51.6070757,-0.114438","bedrooms":"4","price":"185000","area":"645"} , +{"type":"Feature","id":"n7815581698","geometry":{"type":"Point","coordinates":[-0.114297,51.6078799]},"properties":{"@type":"node","@id":7815581698,"@timestamp":1597512090},"coords":"51.6078799,-0.114297","bedrooms":"0","price":"254000","area":"439"} , +{"type":"Feature","id":"n7815966314","geometry":{"type":"Point","coordinates":[0.1488842,51.871476]},"properties":{"@type":"node","@id":7815966314,"@timestamp":1607817967},"coords":"51.871476,0.1488842","bedrooms":"0","price":"226000","area":"394"} , +{"type":"Feature","id":"n7816069489","geometry":{"type":"Point","coordinates":[-0.1163435,51.3108135]},"properties":{"@type":"node","@id":7816069489,"@timestamp":1597519184},"coords":"51.3108135,-0.1163435","bedrooms":"3","price":"251000","area":"585"} , +{"type":"Feature","id":"n7816069511","geometry":{"type":"Point","coordinates":[-0.1163137,51.3092463]},"properties":{"@type":"node","@id":7816069511,"@timestamp":1597519184},"coords":"51.3092463,-0.1163137","bedrooms":"1","price":"218000","area":"392"} , +{"type":"Feature","id":"n7816069523","geometry":{"type":"Point","coordinates":[-0.1141194,51.3056869]},"properties":{"@type":"node","@id":7816069523,"@timestamp":1597519184},"coords":"51.3056869,-0.1141194","bedrooms":"4","price":"290000","area":"376"} , +{"type":"Feature","id":"n7816069541","geometry":{"type":"Point","coordinates":[-0.1126173,51.3084051]},"properties":{"@type":"node","@id":7816069541,"@timestamp":1604051695},"coords":"51.3084051,-0.1126173","bedrooms":"3","price":"256000","area":"506"} , +{"type":"Feature","id":"n7816069556","geometry":{"type":"Point","coordinates":[-0.1119089,51.3062696]},"properties":{"@type":"node","@id":7816069556,"@timestamp":1597519184},"coords":"51.3062696,-0.1119089","bedrooms":"2","price":"185000","area":"504"} , +{"type":"Feature","id":"n7816069569","geometry":{"type":"Point","coordinates":[-0.1140525,51.3041262]},"properties":{"@type":"node","@id":7816069569,"@timestamp":1597519184},"coords":"51.3041262,-0.1140525","bedrooms":"4","price":"170000","area":"601"} , +{"type":"Feature","id":"n7816069581","geometry":{"type":"Point","coordinates":[-0.1116844,51.3055307]},"properties":{"@type":"node","@id":7816069581,"@timestamp":1597519184},"coords":"51.3055307,-0.1116844","bedrooms":"4","price":"179000","area":"611"} , +{"type":"Feature","id":"n7816210811","geometry":{"type":"Point","coordinates":[0.6831149,51.5385412]},"properties":{"@type":"node","@id":7816210811,"@timestamp":1597525416},"coords":"51.5385412,0.6831149","bedrooms":"1","price":"185000","area":"549"} , +{"type":"Feature","id":"n7816210821","geometry":{"type":"Point","coordinates":[0.6938713,51.5367926]},"properties":{"@type":"node","@id":7816210821,"@timestamp":1629137645},"coords":"51.5367926,0.6938713","bedrooms":"1","price":"269000","area":"561"} , +{"type":"Feature","id":"n7816271356","geometry":{"type":"Point","coordinates":[-0.1224605,51.534817]},"properties":{"@type":"node","@id":7816271356,"@timestamp":1597528302},"coords":"51.534817,-0.1224605","bedrooms":"2","price":"201000","area":"524"} , +{"type":"Feature","id":"n7816348511","geometry":{"type":"Point","coordinates":[-0.2785126,51.1706328]},"properties":{"@type":"node","@id":7816348511,"@timestamp":1597604295},"coords":"51.1706328,-0.2785126","bedrooms":"2","price":"163000","area":"546"} , +{"type":"Feature","id":"n7816410660","geometry":{"type":"Point","coordinates":[-0.0790081,51.5618496]},"properties":{"@type":"node","@id":7816410660,"@timestamp":1597535053},"coords":"51.5618496,-0.0790081","bedrooms":"3","price":"293000","area":"590"} , +{"type":"Feature","id":"n7816422875","geometry":{"type":"Point","coordinates":[-0.0736809,51.5618509]},"properties":{"@type":"node","@id":7816422875,"@timestamp":1628383702},"coords":"51.5618509,-0.0736809","bedrooms":"3","price":"163000","area":"646"} , +{"type":"Feature","id":"n7816543934","geometry":{"type":"Point","coordinates":[-0.126991,51.4686523]},"properties":{"@type":"node","@id":7816543934,"@timestamp":1597551604},"coords":"51.4686523,-0.126991","bedrooms":"1","price":"187000","area":"459"} , +{"type":"Feature","id":"n7816582336","geometry":{"type":"Point","coordinates":[-0.1594346,51.4357386]},"properties":{"@type":"node","@id":7816582336,"@timestamp":1620339725},"coords":"51.4357386,-0.1594346","bedrooms":"4","price":"255000","area":"674"} , +{"type":"Feature","id":"n7816593672","geometry":{"type":"Point","coordinates":[-0.1169734,51.4774967]},"properties":{"@type":"node","@id":7816593672,"@timestamp":1597551880},"coords":"51.4774967,-0.1169734","bedrooms":"1","price":"226000","area":"565"} , +{"type":"Feature","id":"n7816613287","geometry":{"type":"Point","coordinates":[-0.0771404,51.5029361]},"properties":{"@type":"node","@id":7816613287,"@timestamp":1628855579},"coords":"51.5029361,-0.0771404","bedrooms":"0","price":"194000","area":"558"} , +{"type":"Feature","id":"n7816705694","geometry":{"type":"Point","coordinates":[-0.1911802,51.4929057]},"properties":{"@type":"node","@id":7816705694,"@timestamp":1615507618},"coords":"51.4929057,-0.1911802","bedrooms":"2","price":"274000","area":"593"} , +{"type":"Feature","id":"n7816705727","geometry":{"type":"Point","coordinates":[-0.1918092,51.4925634]},"properties":{"@type":"node","@id":7816705727,"@timestamp":1615507618},"coords":"51.4925634,-0.1918092","bedrooms":"2","price":"160000","area":"495"} , +{"type":"Feature","id":"n7816705813","geometry":{"type":"Point","coordinates":[-0.1922165,51.4918134]},"properties":{"@type":"node","@id":7816705813,"@timestamp":1615507618},"coords":"51.4918134,-0.1922165","bedrooms":"1","price":"214000","area":"494"} , +{"type":"Feature","id":"n7816956475","geometry":{"type":"Point","coordinates":[-0.1902819,51.4923825]},"properties":{"@type":"node","@id":7816956475,"@timestamp":1615507618},"coords":"51.4923825,-0.1902819","bedrooms":"0","price":"211000","area":"541"} , +{"type":"Feature","id":"n7816964219","geometry":{"type":"Point","coordinates":[-0.1906092,51.4917355]},"properties":{"@type":"node","@id":7816964219,"@timestamp":1615507618},"coords":"51.4917355,-0.1906092","bedrooms":"1","price":"224000","area":"418"} , +{"type":"Feature","id":"n7816964361","geometry":{"type":"Point","coordinates":[-0.189848,51.4927751]},"properties":{"@type":"node","@id":7816964361,"@timestamp":1615507618},"coords":"51.4927751,-0.189848","bedrooms":"3","price":"244000","area":"566"} , +{"type":"Feature","id":"n7816964440","geometry":{"type":"Point","coordinates":[-0.1890789,51.4920498]},"properties":{"@type":"node","@id":7816964440,"@timestamp":1615507618},"coords":"51.4920498,-0.1890789","bedrooms":"2","price":"295000","area":"676"} , +{"type":"Feature","id":"n7816964451","geometry":{"type":"Point","coordinates":[-0.1899531,51.4915753]},"properties":{"@type":"node","@id":7816964451,"@timestamp":1615507618},"coords":"51.4915753,-0.1899531","bedrooms":"1","price":"285000","area":"492"} , +{"type":"Feature","id":"n7817076142","geometry":{"type":"Point","coordinates":[-0.1071543,51.1170113]},"properties":{"@type":"node","@id":7817076142,"@timestamp":1597937493},"coords":"51.1170113,-0.1071543","bedrooms":"2","price":"227000","area":"545"} , +{"type":"Feature","id":"n7817162981","geometry":{"type":"Point","coordinates":[-0.0775776,51.5163945]},"properties":{"@type":"node","@id":7817162981,"@timestamp":1597578672},"coords":"51.5163945,-0.0775776","bedrooms":"2","price":"295000","area":"659"} , +{"type":"Feature","id":"n7817166446","geometry":{"type":"Point","coordinates":[-0.0786189,51.5173482]},"properties":{"@type":"node","@id":7817166446,"@timestamp":1597578672},"coords":"51.5173482,-0.0786189","bedrooms":"4","price":"266000","area":"463"} , +{"type":"Feature","id":"n7817221849","geometry":{"type":"Point","coordinates":[-0.8018864,51.071264]},"properties":{"@type":"node","@id":7817221849,"@timestamp":1597582854},"coords":"51.071264,-0.8018864","bedrooms":"3","price":"184000","area":"680"} , +{"type":"Feature","id":"n7817338917","geometry":{"type":"Point","coordinates":[-0.1233105,51.0042483]},"properties":{"@type":"node","@id":7817338917,"@timestamp":1600958936},"coords":"51.0042483,-0.1233105","bedrooms":"3","price":"220000","area":"609"} , +{"type":"Feature","id":"n7817409484","geometry":{"type":"Point","coordinates":[-0.0932658,51.570584]},"properties":{"@type":"node","@id":7817409484,"@timestamp":1597588977},"coords":"51.570584,-0.0932658","bedrooms":"1","price":"156000","area":"560"} , +{"type":"Feature","id":"n7817429248","geometry":{"type":"Point","coordinates":[-0.0885116,51.5718319]},"properties":{"@type":"node","@id":7817429248,"@timestamp":1597588977},"coords":"51.5718319,-0.0885116","bedrooms":"3","price":"156000","area":"605"} , +{"type":"Feature","id":"n7817480290","geometry":{"type":"Point","coordinates":[0.0323698,51.5016653]},"properties":{"@type":"node","@id":7817480290,"@timestamp":1598530660},"coords":"51.5016653,0.0323698","bedrooms":"2","price":"259000","area":"693"} , +{"type":"Feature","id":"n7817565923","geometry":{"type":"Point","coordinates":[-0.0077253,51.5480741]},"properties":{"@type":"node","@id":7817565923,"@timestamp":1616285264},"coords":"51.5480741,-0.0077253","bedrooms":"4","price":"230000","area":"385"} , +{"type":"Feature","id":"n7817565933","geometry":{"type":"Point","coordinates":[-0.0067665,51.5480186]},"properties":{"@type":"node","@id":7817565933,"@timestamp":1600335847},"coords":"51.5480186,-0.0067665","bedrooms":"1","price":"210000","area":"529"} , +{"type":"Feature","id":"n7817565946","geometry":{"type":"Point","coordinates":[-0.0067037,51.548415]},"properties":{"@type":"node","@id":7817565946,"@timestamp":1634132836},"coords":"51.548415,-0.0067037","bedrooms":"2","price":"226000","area":"490"} , +{"type":"Feature","id":"n7817565956","geometry":{"type":"Point","coordinates":[-0.0075839,51.5485877]},"properties":{"@type":"node","@id":7817565956,"@timestamp":1634132836},"coords":"51.5485877,-0.0075839","bedrooms":"4","price":"192000","area":"441"} , +{"type":"Feature","id":"n7817692123","geometry":{"type":"Point","coordinates":[-0.091463,51.5712716]},"properties":{"@type":"node","@id":7817692123,"@timestamp":1597596877},"coords":"51.5712716,-0.091463","bedrooms":"2","price":"248000","area":"614"} , +{"type":"Feature","id":"n7817767908","geometry":{"type":"Point","coordinates":[-0.1896093,51.4905354]},"properties":{"@type":"node","@id":7817767908,"@timestamp":1615507618},"coords":"51.4905354,-0.1896093","bedrooms":"0","price":"251000","area":"438"} , +{"type":"Feature","id":"n7817767918","geometry":{"type":"Point","coordinates":[-0.1886085,51.4908544]},"properties":{"@type":"node","@id":7817767918,"@timestamp":1615507618},"coords":"51.4908544,-0.1886085","bedrooms":"1","price":"237000","area":"369"} , +{"type":"Feature","id":"n7817790667","geometry":{"type":"Point","coordinates":[0.0257594,51.5084972]},"properties":{"@type":"node","@id":7817790667,"@timestamp":1612357698},"coords":"51.5084972,0.0257594","bedrooms":"1","price":"277000","area":"395"} , +{"type":"Feature","id":"n7817811615","geometry":{"type":"Point","coordinates":[0.0247379,51.5073725]},"properties":{"@type":"node","@id":7817811615,"@timestamp":1597602725},"coords":"51.5073725,0.0247379","bedrooms":"3","price":"289000","area":"687"} , +{"type":"Feature","id":"n7817819825","geometry":{"type":"Point","coordinates":[0.0258026,51.5091858]},"properties":{"@type":"node","@id":7817819825,"@timestamp":1597602751},"coords":"51.5091858,0.0258026","bedrooms":"2","price":"213000","area":"515"} , +{"type":"Feature","id":"n7817829228","geometry":{"type":"Point","coordinates":[0.020567,51.5078274]},"properties":{"@type":"node","@id":7817829228,"@timestamp":1597602728},"coords":"51.5078274,0.020567","bedrooms":"1","price":"236000","area":"523"} , +{"type":"Feature","id":"n7817833074","geometry":{"type":"Point","coordinates":[0.0246439,51.5079684]},"properties":{"@type":"node","@id":7817833074,"@timestamp":1597602711},"coords":"51.5079684,0.0246439","bedrooms":"4","price":"251000","area":"523"} , +{"type":"Feature","id":"n7817944083","geometry":{"type":"Point","coordinates":[0.0782525,51.5385239]},"properties":{"@type":"node","@id":7817944083,"@timestamp":1597609873},"coords":"51.5385239,0.0782525","bedrooms":"4","price":"173000","area":"660"} , +{"type":"Feature","id":"n7818007679","geometry":{"type":"Point","coordinates":[-0.8086545,51.2357444]},"properties":{"@type":"node","@id":7818007679,"@timestamp":1597613232},"coords":"51.2357444,-0.8086545","bedrooms":"2","price":"179000","area":"610"} , +{"type":"Feature","id":"n7818188704","geometry":{"type":"Point","coordinates":[-0.1168281,51.6058554]},"properties":{"@type":"node","@id":7818188704,"@timestamp":1597618372},"coords":"51.6058554,-0.1168281","bedrooms":"2","price":"254000","area":"689"} , +{"type":"Feature","id":"n7818188714","geometry":{"type":"Point","coordinates":[-0.116921,51.6052934]},"properties":{"@type":"node","@id":7818188714,"@timestamp":1597618372},"coords":"51.6052934,-0.116921","bedrooms":"3","price":"188000","area":"357"} , +{"type":"Feature","id":"n7818188724","geometry":{"type":"Point","coordinates":[-0.1171375,51.6059892]},"properties":{"@type":"node","@id":7818188724,"@timestamp":1597618372},"coords":"51.6059892,-0.1171375","bedrooms":"2","price":"214000","area":"379"} , +{"type":"Feature","id":"n7818188734","geometry":{"type":"Point","coordinates":[-0.1172344,51.6054353]},"properties":{"@type":"node","@id":7818188734,"@timestamp":1597618372},"coords":"51.6054353,-0.1172344","bedrooms":"1","price":"262000","area":"401"} , +{"type":"Feature","id":"n7818188770","geometry":{"type":"Point","coordinates":[-0.1193831,51.6063124]},"properties":{"@type":"node","@id":7818188770,"@timestamp":1597618372},"coords":"51.6063124,-0.1193831","bedrooms":"3","price":"191000","area":"501"} , +{"type":"Feature","id":"n7818188792","geometry":{"type":"Point","coordinates":[-0.1181144,51.6057195]},"properties":{"@type":"node","@id":7818188792,"@timestamp":1597618372},"coords":"51.6057195,-0.1181144","bedrooms":"4","price":"262000","area":"579"} , +{"type":"Feature","id":"n7818188802","geometry":{"type":"Point","coordinates":[-0.1188912,51.6057976]},"properties":{"@type":"node","@id":7818188802,"@timestamp":1597618372},"coords":"51.6057976,-0.1188912","bedrooms":"3","price":"177000","area":"635"} , +{"type":"Feature","id":"n7818188812","geometry":{"type":"Point","coordinates":[-0.1176711,51.6054275]},"properties":{"@type":"node","@id":7818188812,"@timestamp":1597618372},"coords":"51.6054275,-0.1176711","bedrooms":"0","price":"194000","area":"448"} , +{"type":"Feature","id":"n7818188822","geometry":{"type":"Point","coordinates":[-0.1185272,51.605511]},"properties":{"@type":"node","@id":7818188822,"@timestamp":1597618372},"coords":"51.605511,-0.1185272","bedrooms":"0","price":"227000","area":"554"} , +{"type":"Feature","id":"n7818189063","geometry":{"type":"Point","coordinates":[-0.1164903,51.6065173]},"properties":{"@type":"node","@id":7818189063,"@timestamp":1597618372},"coords":"51.6065173,-0.1164903","bedrooms":"2","price":"153000","area":"534"} , +{"type":"Feature","id":"n7818684758","geometry":{"type":"Point","coordinates":[0.5630802,51.8702554]},"properties":{"@type":"node","@id":7818684758,"@timestamp":1597642020},"coords":"51.8702554,0.5630802","bedrooms":"3","price":"221000","area":"678"} , +{"type":"Feature","id":"n7819568260","geometry":{"type":"Point","coordinates":[0.3417885,51.0008032]},"properties":{"@type":"node","@id":7819568260,"@timestamp":1597653573},"coords":"51.0008032,0.3417885","bedrooms":"0","price":"177000","area":"610"} , +{"type":"Feature","id":"n7819954052","geometry":{"type":"Point","coordinates":[-0.1222832,51.6224039]},"properties":{"@type":"node","@id":7819954052,"@timestamp":1597662109},"coords":"51.6224039,-0.1222832","bedrooms":"0","price":"189000","area":"591"} , +{"type":"Feature","id":"n7820052644","geometry":{"type":"Point","coordinates":[-0.6064309,51.2948887]},"properties":{"@type":"node","@id":7820052644,"@timestamp":1597664382},"coords":"51.2948887,-0.6064309","bedrooms":"0","price":"299000","area":"546"} , +{"type":"Feature","id":"n7820052654","geometry":{"type":"Point","coordinates":[-0.6062189,51.2962594]},"properties":{"@type":"node","@id":7820052654,"@timestamp":1597664382},"coords":"51.2962594,-0.6062189","bedrooms":"2","price":"192000","area":"456"} , +{"type":"Feature","id":"n7820087330","geometry":{"type":"Point","coordinates":[-0.3688391,51.4692355]},"properties":{"@type":"node","@id":7820087330,"@timestamp":1597665276},"coords":"51.4692355,-0.3688391","bedrooms":"0","price":"193000","area":"379"} , +{"type":"Feature","id":"n7820098972","geometry":{"type":"Point","coordinates":[-0.6096782,51.2924732]},"properties":{"@type":"node","@id":7820098972,"@timestamp":1597665387},"coords":"51.2924732,-0.6096782","bedrooms":"4","price":"255000","area":"412"} , +{"type":"Feature","id":"n7820098982","geometry":{"type":"Point","coordinates":[-0.6109588,51.2929711]},"properties":{"@type":"node","@id":7820098982,"@timestamp":1597665387},"coords":"51.2929711,-0.6109588","bedrooms":"0","price":"276000","area":"585"} , +{"type":"Feature","id":"n7820098992","geometry":{"type":"Point","coordinates":[-0.607514,51.2937155]},"properties":{"@type":"node","@id":7820098992,"@timestamp":1597665387},"coords":"51.2937155,-0.607514","bedrooms":"4","price":"293000","area":"578"} , +{"type":"Feature","id":"n7820099002","geometry":{"type":"Point","coordinates":[-0.6053854,51.2947071]},"properties":{"@type":"node","@id":7820099002,"@timestamp":1597665387},"coords":"51.2947071,-0.6053854","bedrooms":"3","price":"207000","area":"557"} , +{"type":"Feature","id":"n7820158260","geometry":{"type":"Point","coordinates":[-0.6102556,51.2934703]},"properties":{"@type":"node","@id":7820158260,"@timestamp":1597667069},"coords":"51.2934703,-0.6102556","bedrooms":"0","price":"277000","area":"646"} , +{"type":"Feature","id":"n7820158461","geometry":{"type":"Point","coordinates":[-0.6082154,51.2949262]},"properties":{"@type":"node","@id":7820158461,"@timestamp":1597667069},"coords":"51.2949262,-0.6082154","bedrooms":"1","price":"261000","area":"367"} , +{"type":"Feature","id":"n7820158479","geometry":{"type":"Point","coordinates":[-0.6078593,51.2954275]},"properties":{"@type":"node","@id":7820158479,"@timestamp":1597667069},"coords":"51.2954275,-0.6078593","bedrooms":"2","price":"206000","area":"672"} , +{"type":"Feature","id":"n7820181928","geometry":{"type":"Point","coordinates":[-0.6092157,51.2952561]},"properties":{"@type":"node","@id":7820181928,"@timestamp":1597667560},"coords":"51.2952561,-0.6092157","bedrooms":"4","price":"189000","area":"457"} , +{"type":"Feature","id":"n7820181938","geometry":{"type":"Point","coordinates":[-0.6110371,51.2952246]},"properties":{"@type":"node","@id":7820181938,"@timestamp":1597667560},"coords":"51.2952246,-0.6110371","bedrooms":"3","price":"233000","area":"616"} , +{"type":"Feature","id":"n7820220204","geometry":{"type":"Point","coordinates":[-0.6158772,51.2948522]},"properties":{"@type":"node","@id":7820220204,"@timestamp":1597668462},"coords":"51.2948522,-0.6158772","bedrooms":"0","price":"265000","area":"435"} , +{"type":"Feature","id":"n7820220214","geometry":{"type":"Point","coordinates":[-0.6109174,51.2958632]},"properties":{"@type":"node","@id":7820220214,"@timestamp":1597668462},"coords":"51.2958632,-0.6109174","bedrooms":"2","price":"237000","area":"644"} , +{"type":"Feature","id":"n7820265106","geometry":{"type":"Point","coordinates":[-0.6149002,51.2942189]},"properties":{"@type":"node","@id":7820265106,"@timestamp":1597669517},"coords":"51.2942189,-0.6149002","bedrooms":"4","price":"170000","area":"371"} , +{"type":"Feature","id":"n7820265411","geometry":{"type":"Point","coordinates":[-0.6119736,51.2937984]},"properties":{"@type":"node","@id":7820265411,"@timestamp":1597669517},"coords":"51.2937984,-0.6119736","bedrooms":"1","price":"195000","area":"351"} , +{"type":"Feature","id":"n7820265421","geometry":{"type":"Point","coordinates":[-0.6121574,51.2936346]},"properties":{"@type":"node","@id":7820265421,"@timestamp":1597669517},"coords":"51.2936346,-0.6121574","bedrooms":"2","price":"219000","area":"572"} , +{"type":"Feature","id":"n7820286922","geometry":{"type":"Point","coordinates":[-0.6119304,51.2932635]},"properties":{"@type":"node","@id":7820286922,"@timestamp":1597670004},"coords":"51.2932635,-0.6119304","bedrooms":"3","price":"268000","area":"498"} , +{"type":"Feature","id":"n7820286932","geometry":{"type":"Point","coordinates":[-0.6136411,51.2928985]},"properties":{"@type":"node","@id":7820286932,"@timestamp":1597670004},"coords":"51.2928985,-0.6136411","bedrooms":"0","price":"225000","area":"417"} , +{"type":"Feature","id":"n7820310724","geometry":{"type":"Point","coordinates":[-0.6143326,51.2919352]},"properties":{"@type":"node","@id":7820310724,"@timestamp":1597670711},"coords":"51.2919352,-0.6143326","bedrooms":"4","price":"217000","area":"525"} , +{"type":"Feature","id":"n7820310877","geometry":{"type":"Point","coordinates":[-0.6151547,51.29241]},"properties":{"@type":"node","@id":7820310877,"@timestamp":1597670711},"coords":"51.29241,-0.6151547","bedrooms":"4","price":"161000","area":"534"} , +{"type":"Feature","id":"n7820343220","geometry":{"type":"Point","coordinates":[-0.6168609,51.2909775]},"properties":{"@type":"node","@id":7820343220,"@timestamp":1597671563},"coords":"51.2909775,-0.6168609","bedrooms":"1","price":"272000","area":"492"} , +{"type":"Feature","id":"n7820383581","geometry":{"type":"Point","coordinates":[-0.6202941,51.291448]},"properties":{"@type":"node","@id":7820383581,"@timestamp":1597672855},"coords":"51.291448,-0.6202941","bedrooms":"4","price":"260000","area":"532"} , +{"type":"Feature","id":"n7820383959","geometry":{"type":"Point","coordinates":[-0.6264632,51.2887325]},"properties":{"@type":"node","@id":7820383959,"@timestamp":1597672855},"coords":"51.2887325,-0.6264632","bedrooms":"0","price":"175000","area":"479"} , +{"type":"Feature","id":"n7820383969","geometry":{"type":"Point","coordinates":[-0.6247655,51.2910187]},"properties":{"@type":"node","@id":7820383969,"@timestamp":1597672855},"coords":"51.2910187,-0.6247655","bedrooms":"2","price":"294000","area":"509"} , +{"type":"Feature","id":"n7820383979","geometry":{"type":"Point","coordinates":[-0.6256188,51.2904896]},"properties":{"@type":"node","@id":7820383979,"@timestamp":1597672855},"coords":"51.2904896,-0.6256188","bedrooms":"4","price":"211000","area":"396"} , +{"type":"Feature","id":"n7820461342","geometry":{"type":"Point","coordinates":[-0.6178342,51.291064]},"properties":{"@type":"node","@id":7820461342,"@timestamp":1597675895},"coords":"51.291064,-0.6178342","bedrooms":"0","price":"286000","area":"421"} , +{"type":"Feature","id":"n7820488471","geometry":{"type":"Point","coordinates":[-0.6181881,51.2927731]},"properties":{"@type":"node","@id":7820488471,"@timestamp":1597675480},"coords":"51.2927731,-0.6181881","bedrooms":"3","price":"291000","area":"376"} , +{"type":"Feature","id":"n7820488481","geometry":{"type":"Point","coordinates":[-0.6174535,51.2950661]},"properties":{"@type":"node","@id":7820488481,"@timestamp":1597675480},"coords":"51.2950661,-0.6174535","bedrooms":"1","price":"156000","area":"370"} , +{"type":"Feature","id":"n7820488523","geometry":{"type":"Point","coordinates":[-0.61698,51.2938167]},"properties":{"@type":"node","@id":7820488523,"@timestamp":1597675480},"coords":"51.2938167,-0.61698","bedrooms":"0","price":"216000","area":"592"} , +{"type":"Feature","id":"n7820488533","geometry":{"type":"Point","coordinates":[-0.6174335,51.2922523]},"properties":{"@type":"node","@id":7820488533,"@timestamp":1597675480},"coords":"51.2922523,-0.6174335","bedrooms":"2","price":"218000","area":"553"} , +{"type":"Feature","id":"n7820507528","geometry":{"type":"Point","coordinates":[-0.6164797,51.292634]},"properties":{"@type":"node","@id":7820507528,"@timestamp":1597675895},"coords":"51.292634,-0.6164797","bedrooms":"4","price":"172000","area":"613"} , +{"type":"Feature","id":"n7820605041","geometry":{"type":"Point","coordinates":[-0.6174438,51.2952468]},"properties":{"@type":"node","@id":7820605041,"@timestamp":1597678486},"coords":"51.2952468,-0.6174438","bedrooms":"1","price":"276000","area":"533"} , +{"type":"Feature","id":"n7820605189","geometry":{"type":"Point","coordinates":[-0.6158099,51.2921644]},"properties":{"@type":"node","@id":7820605189,"@timestamp":1597678486},"coords":"51.2921644,-0.6158099","bedrooms":"1","price":"150000","area":"568"} , +{"type":"Feature","id":"n7820623379","geometry":{"type":"Point","coordinates":[-0.607771,51.2931674]},"properties":{"@type":"node","@id":7820623379,"@timestamp":1597679142},"coords":"51.2931674,-0.607771","bedrooms":"4","price":"211000","area":"362"} , +{"type":"Feature","id":"n7820625307","geometry":{"type":"Point","coordinates":[-0.6117454,51.292603]},"properties":{"@type":"node","@id":7820625307,"@timestamp":1597679142},"coords":"51.292603,-0.6117454","bedrooms":"3","price":"246000","area":"523"} , +{"type":"Feature","id":"n7820651610","geometry":{"type":"Point","coordinates":[-0.0131613,51.6639953]},"properties":{"@type":"node","@id":7820651610,"@timestamp":1597679767},"coords":"51.6639953,-0.0131613","bedrooms":"0","price":"254000","area":"632"} , +{"type":"Feature","id":"n7820657488","geometry":{"type":"Point","coordinates":[0.1441562,51.8580447]},"properties":{"@type":"node","@id":7820657488,"@timestamp":1618355610},"coords":"51.8580447,0.1441562","bedrooms":"0","price":"276000","area":"358"} , +{"type":"Feature","id":"n7820779594","geometry":{"type":"Point","coordinates":[-0.1205935,51.6043312]},"properties":{"@type":"node","@id":7820779594,"@timestamp":1597683425},"coords":"51.6043312,-0.1205935","bedrooms":"1","price":"205000","area":"388"} , +{"type":"Feature","id":"n7820787837","geometry":{"type":"Point","coordinates":[-0.1770826,51.4225817]},"properties":{"@type":"node","@id":7820787837,"@timestamp":1597685268},"coords":"51.4225817,-0.1770826","bedrooms":"3","price":"209000","area":"481"} , +{"type":"Feature","id":"n7820818902","geometry":{"type":"Point","coordinates":[-0.1756624,51.4208657]},"properties":{"@type":"node","@id":7820818902,"@timestamp":1597685047},"coords":"51.4208657,-0.1756624","bedrooms":"4","price":"256000","area":"655"} , +{"type":"Feature","id":"n7820876199","geometry":{"type":"Point","coordinates":[-0.5213601,51.655184]},"properties":{"@type":"node","@id":7820876199,"@timestamp":1597686947},"coords":"51.655184,-0.5213601","bedrooms":"1","price":"268000","area":"441"} , +{"type":"Feature","id":"n7820963300","geometry":{"type":"Point","coordinates":[-0.1486159,51.4357221]},"properties":{"@type":"node","@id":7820963300,"@timestamp":1624372947},"coords":"51.4357221,-0.1486159","bedrooms":"4","price":"221000","area":"638"} , +{"type":"Feature","id":"n7821013221","geometry":{"type":"Point","coordinates":[-0.4837551,51.678013]},"properties":{"@type":"node","@id":7821013221,"@timestamp":1597691220},"coords":"51.678013,-0.4837551","bedrooms":"0","price":"177000","area":"518"} , +{"type":"Feature","id":"n7821059075","geometry":{"type":"Point","coordinates":[0.0054958,51.5143771]},"properties":{"@type":"node","@id":7821059075,"@timestamp":1597692857},"coords":"51.5143771,0.0054958","bedrooms":"1","price":"262000","area":"418"} , +{"type":"Feature","id":"n7821059086","geometry":{"type":"Point","coordinates":[0.0077169,51.5139237]},"properties":{"@type":"node","@id":7821059086,"@timestamp":1597692857},"coords":"51.5139237,0.0077169","bedrooms":"3","price":"205000","area":"520"} , +{"type":"Feature","id":"n7821147615","geometry":{"type":"Point","coordinates":[0.0054608,51.5155048]},"properties":{"@type":"node","@id":7821147615,"@timestamp":1597696079},"coords":"51.5155048,0.0054608","bedrooms":"1","price":"204000","area":"680"} , +{"type":"Feature","id":"n7821161577","geometry":{"type":"Point","coordinates":[-0.1558738,51.5532308]},"properties":{"@type":"node","@id":7821161577,"@timestamp":1597697203},"coords":"51.5532308,-0.1558738","bedrooms":"4","price":"279000","area":"580"} , +{"type":"Feature","id":"n7821167787","geometry":{"type":"Point","coordinates":[-0.154938,51.552975]},"properties":{"@type":"node","@id":7821167787,"@timestamp":1597697203},"coords":"51.552975,-0.154938","bedrooms":"0","price":"275000","area":"606"} , +{"type":"Feature","id":"n7821188425","geometry":{"type":"Point","coordinates":[0.0017058,51.5109612]},"properties":{"@type":"node","@id":7821188425,"@timestamp":1597698309},"coords":"51.5109612,0.0017058","bedrooms":"3","price":"206000","area":"471"} , +{"type":"Feature","id":"n7821188435","geometry":{"type":"Point","coordinates":[0.0016663,51.5112012]},"properties":{"@type":"node","@id":7821188435,"@timestamp":1624383017},"coords":"51.5112012,0.0016663","bedrooms":"0","price":"279000","area":"516"} , +{"type":"Feature","id":"n7821293867","geometry":{"type":"Point","coordinates":[0.1388003,51.8581407]},"properties":{"@type":"node","@id":7821293867,"@timestamp":1614211946},"coords":"51.8581407,0.1388003","bedrooms":"0","price":"184000","area":"631"} , +{"type":"Feature","id":"n7821370154","geometry":{"type":"Point","coordinates":[-0.8606552,51.2655149]},"properties":{"@type":"node","@id":7821370154,"@timestamp":1597708662},"coords":"51.2655149,-0.8606552","bedrooms":"2","price":"214000","area":"533"} , +{"type":"Feature","id":"n7821413655","geometry":{"type":"Point","coordinates":[-0.1150641,51.6043217]},"properties":{"@type":"node","@id":7821413655,"@timestamp":1597710454},"coords":"51.6043217,-0.1150641","bedrooms":"2","price":"174000","area":"519"} , +{"type":"Feature","id":"n7821423461","geometry":{"type":"Point","coordinates":[-0.1184839,51.6036878]},"properties":{"@type":"node","@id":7821423461,"@timestamp":1597710454},"coords":"51.6036878,-0.1184839","bedrooms":"3","price":"203000","area":"587"} , +{"type":"Feature","id":"n7822098773","geometry":{"type":"Point","coordinates":[-0.9497595,51.2855712]},"properties":{"@type":"node","@id":7822098773,"@timestamp":1597735742},"coords":"51.2855712,-0.9497595","bedrooms":"2","price":"190000","area":"549"} , +{"type":"Feature","id":"n7822172388","geometry":{"type":"Point","coordinates":[-0.0049387,51.5483841]},"properties":{"@type":"node","@id":7822172388,"@timestamp":1597736708},"coords":"51.5483841,-0.0049387","bedrooms":"2","price":"284000","area":"399"} , +{"type":"Feature","id":"n7822251925","geometry":{"type":"Point","coordinates":[0.8350293,51.1338526]},"properties":{"@type":"node","@id":7822251925,"@timestamp":1597738209},"coords":"51.1338526,0.8350293","bedrooms":"1","price":"258000","area":"683"} , +{"type":"Feature","id":"n7822453803","geometry":{"type":"Point","coordinates":[-0.5960215,51.3060905]},"properties":{"@type":"node","@id":7822453803,"@timestamp":1597740511},"coords":"51.3060905,-0.5960215","bedrooms":"4","price":"272000","area":"521"} , +{"type":"Feature","id":"n7822453813","geometry":{"type":"Point","coordinates":[-0.5943883,51.3072924]},"properties":{"@type":"node","@id":7822453813,"@timestamp":1597740511},"coords":"51.3072924,-0.5943883","bedrooms":"2","price":"292000","area":"413"} , +{"type":"Feature","id":"n7822453823","geometry":{"type":"Point","coordinates":[-0.5959446,51.307452]},"properties":{"@type":"node","@id":7822453823,"@timestamp":1597740511},"coords":"51.307452,-0.5959446","bedrooms":"4","price":"263000","area":"462"} , +{"type":"Feature","id":"n7822453848","geometry":{"type":"Point","coordinates":[-0.5960733,51.3053387]},"properties":{"@type":"node","@id":7822453848,"@timestamp":1597740511},"coords":"51.3053387,-0.5960733","bedrooms":"1","price":"157000","area":"405"} , +{"type":"Feature","id":"n7822453858","geometry":{"type":"Point","coordinates":[-0.5949191,51.3059497]},"properties":{"@type":"node","@id":7822453858,"@timestamp":1597740511},"coords":"51.3059497,-0.5949191","bedrooms":"4","price":"178000","area":"553"} , +{"type":"Feature","id":"n7822509609","geometry":{"type":"Point","coordinates":[-0.5971344,51.3050889]},"properties":{"@type":"node","@id":7822509609,"@timestamp":1597741590},"coords":"51.3050889,-0.5971344","bedrooms":"3","price":"153000","area":"564"} , +{"type":"Feature","id":"n7822509667","geometry":{"type":"Point","coordinates":[-0.5985967,51.3055045]},"properties":{"@type":"node","@id":7822509667,"@timestamp":1597741590},"coords":"51.3055045,-0.5985967","bedrooms":"0","price":"172000","area":"558"} , +{"type":"Feature","id":"n7822509692","geometry":{"type":"Point","coordinates":[-0.5996171,51.3051012]},"properties":{"@type":"node","@id":7822509692,"@timestamp":1597741590},"coords":"51.3051012,-0.5996171","bedrooms":"0","price":"239000","area":"513"} , +{"type":"Feature","id":"n7822509722","geometry":{"type":"Point","coordinates":[-0.5979028,51.3068729]},"properties":{"@type":"node","@id":7822509722,"@timestamp":1597741590},"coords":"51.3068729,-0.5979028","bedrooms":"4","price":"203000","area":"681"} , +{"type":"Feature","id":"n7822542649","geometry":{"type":"Point","coordinates":[-0.5949323,51.3079813]},"properties":{"@type":"node","@id":7822542649,"@timestamp":1597742505},"coords":"51.3079813,-0.5949323","bedrooms":"2","price":"270000","area":"510"} , +{"type":"Feature","id":"n7822554247","geometry":{"type":"Point","coordinates":[-0.5993018,51.3067577]},"properties":{"@type":"node","@id":7822554247,"@timestamp":1597742505},"coords":"51.3067577,-0.5993018","bedrooms":"0","price":"186000","area":"393"} , +{"type":"Feature","id":"n7822554429","geometry":{"type":"Point","coordinates":[-0.5984217,51.3074502]},"properties":{"@type":"node","@id":7822554429,"@timestamp":1597742505},"coords":"51.3074502,-0.5984217","bedrooms":"4","price":"231000","area":"424"} , +{"type":"Feature","id":"n7822554439","geometry":{"type":"Point","coordinates":[-0.5999633,51.3066704]},"properties":{"@type":"node","@id":7822554439,"@timestamp":1597742505},"coords":"51.3066704,-0.5999633","bedrooms":"0","price":"285000","area":"506"} , +{"type":"Feature","id":"n7822591339","geometry":{"type":"Point","coordinates":[-0.5994653,51.3060512]},"properties":{"@type":"node","@id":7822591339,"@timestamp":1597743354},"coords":"51.3060512,-0.5994653","bedrooms":"1","price":"173000","area":"461"} , +{"type":"Feature","id":"n7822591349","geometry":{"type":"Point","coordinates":[-0.5994001,51.3054822]},"properties":{"@type":"node","@id":7822591349,"@timestamp":1597743354},"coords":"51.3054822,-0.5994001","bedrooms":"2","price":"209000","area":"688"} , +{"type":"Feature","id":"n7822591359","geometry":{"type":"Point","coordinates":[-0.6006146,51.3054286]},"properties":{"@type":"node","@id":7822591359,"@timestamp":1597743354},"coords":"51.3054286,-0.6006146","bedrooms":"1","price":"289000","area":"426"} , +{"type":"Feature","id":"n7822595996","geometry":{"type":"Point","coordinates":[-0.5996455,51.3040735]},"properties":{"@type":"node","@id":7822595996,"@timestamp":1597743354},"coords":"51.3040735,-0.5996455","bedrooms":"4","price":"246000","area":"460"} , +{"type":"Feature","id":"n7822596031","geometry":{"type":"Point","coordinates":[-0.5998341,51.30469]},"properties":{"@type":"node","@id":7822596031,"@timestamp":1597743354},"coords":"51.30469,-0.5998341","bedrooms":"3","price":"292000","area":"576"} , +{"type":"Feature","id":"n7822628842","geometry":{"type":"Point","coordinates":[-0.6027599,51.3047486]},"properties":{"@type":"node","@id":7822628842,"@timestamp":1597744004},"coords":"51.3047486,-0.6027599","bedrooms":"3","price":"294000","area":"685"} , +{"type":"Feature","id":"n7822638638","geometry":{"type":"Point","coordinates":[-0.6035363,51.3063078]},"properties":{"@type":"node","@id":7822638638,"@timestamp":1597744004},"coords":"51.3063078,-0.6035363","bedrooms":"4","price":"180000","area":"617"} , +{"type":"Feature","id":"n7822638648","geometry":{"type":"Point","coordinates":[-0.6028003,51.306038]},"properties":{"@type":"node","@id":7822638648,"@timestamp":1597744004},"coords":"51.306038,-0.6028003","bedrooms":"2","price":"223000","area":"494"} , +{"type":"Feature","id":"n7822638658","geometry":{"type":"Point","coordinates":[-0.6034149,51.3051026]},"properties":{"@type":"node","@id":7822638658,"@timestamp":1597744004},"coords":"51.3051026,-0.6034149","bedrooms":"2","price":"154000","area":"372"} , +{"type":"Feature","id":"n7822638668","geometry":{"type":"Point","coordinates":[-0.6046478,51.3055592]},"properties":{"@type":"node","@id":7822638668,"@timestamp":1597744004},"coords":"51.3055592,-0.6046478","bedrooms":"4","price":"206000","area":"556"} , +{"type":"Feature","id":"n7822643650","geometry":{"type":"Point","coordinates":[-0.6057389,51.3057582]},"properties":{"@type":"node","@id":7822643650,"@timestamp":1597744475},"coords":"51.3057582,-0.6057389","bedrooms":"2","price":"180000","area":"686"} , +{"type":"Feature","id":"n7822643660","geometry":{"type":"Point","coordinates":[-0.6072934,51.3052408]},"properties":{"@type":"node","@id":7822643660,"@timestamp":1597744475},"coords":"51.3052408,-0.6072934","bedrooms":"2","price":"292000","area":"431"} , +{"type":"Feature","id":"n7822643670","geometry":{"type":"Point","coordinates":[-0.6049436,51.3048059]},"properties":{"@type":"node","@id":7822643670,"@timestamp":1597744475},"coords":"51.3048059,-0.6049436","bedrooms":"0","price":"200000","area":"432"} , +{"type":"Feature","id":"n7822672537","geometry":{"type":"Point","coordinates":[-0.6053516,51.3043876]},"properties":{"@type":"node","@id":7822672537,"@timestamp":1597745037},"coords":"51.3043876,-0.6053516","bedrooms":"3","price":"288000","area":"473"} , +{"type":"Feature","id":"n7822672547","geometry":{"type":"Point","coordinates":[-0.6044351,51.3052086]},"properties":{"@type":"node","@id":7822672547,"@timestamp":1597745037},"coords":"51.3052086,-0.6044351","bedrooms":"1","price":"193000","area":"374"} , +{"type":"Feature","id":"n7822672557","geometry":{"type":"Point","coordinates":[-0.6031742,51.3039052]},"properties":{"@type":"node","@id":7822672557,"@timestamp":1597745037},"coords":"51.3039052,-0.6031742","bedrooms":"1","price":"255000","area":"550"} , +{"type":"Feature","id":"n7822672567","geometry":{"type":"Point","coordinates":[-0.6037626,51.3033213]},"properties":{"@type":"node","@id":7822672567,"@timestamp":1597745037},"coords":"51.3033213,-0.6037626","bedrooms":"4","price":"223000","area":"365"} , +{"type":"Feature","id":"n7822691404","geometry":{"type":"Point","coordinates":[-0.6024109,51.3030344]},"properties":{"@type":"node","@id":7822691404,"@timestamp":1597745037},"coords":"51.3030344,-0.6024109","bedrooms":"0","price":"232000","area":"536"} , +{"type":"Feature","id":"n7822691414","geometry":{"type":"Point","coordinates":[-0.6046064,51.30405]},"properties":{"@type":"node","@id":7822691414,"@timestamp":1597745037},"coords":"51.30405,-0.6046064","bedrooms":"3","price":"169000","area":"557"} , +{"type":"Feature","id":"n7822699377","geometry":{"type":"Point","coordinates":[-0.6004998,51.30213]},"properties":{"@type":"node","@id":7822699377,"@timestamp":1597745697},"coords":"51.30213,-0.6004998","bedrooms":"3","price":"178000","area":"583"} , +{"type":"Feature","id":"n7822725987","geometry":{"type":"Point","coordinates":[-0.6002558,51.3016276]},"properties":{"@type":"node","@id":7822725987,"@timestamp":1597745697},"coords":"51.3016276,-0.6002558","bedrooms":"3","price":"180000","area":"499"} , +{"type":"Feature","id":"n7822725997","geometry":{"type":"Point","coordinates":[-0.6035117,51.3018757]},"properties":{"@type":"node","@id":7822725997,"@timestamp":1597745697},"coords":"51.3018757,-0.6035117","bedrooms":"0","price":"297000","area":"578"} , +{"type":"Feature","id":"n7822726007","geometry":{"type":"Point","coordinates":[-0.6005618,51.3009953]},"properties":{"@type":"node","@id":7822726007,"@timestamp":1597745697},"coords":"51.3009953,-0.6005618","bedrooms":"1","price":"253000","area":"438"} , +{"type":"Feature","id":"n7822726017","geometry":{"type":"Point","coordinates":[-0.6002987,51.3025059]},"properties":{"@type":"node","@id":7822726017,"@timestamp":1597745697},"coords":"51.3025059,-0.6002987","bedrooms":"0","price":"169000","area":"633"} , +{"type":"Feature","id":"n7822731562","geometry":{"type":"Point","coordinates":[-0.5999518,51.3027896]},"properties":{"@type":"node","@id":7822731562,"@timestamp":1597746118},"coords":"51.3027896,-0.5999518","bedrooms":"4","price":"218000","area":"537"} , +{"type":"Feature","id":"n7822731572","geometry":{"type":"Point","coordinates":[-0.6003359,51.3031357]},"properties":{"@type":"node","@id":7822731572,"@timestamp":1597746118},"coords":"51.3031357,-0.6003359","bedrooms":"2","price":"224000","area":"628"} , +{"type":"Feature","id":"n7822731582","geometry":{"type":"Point","coordinates":[-0.6012562,51.3026445]},"properties":{"@type":"node","@id":7822731582,"@timestamp":1597746118},"coords":"51.3026445,-0.6012562","bedrooms":"1","price":"297000","area":"472"} , +{"type":"Feature","id":"n7822757265","geometry":{"type":"Point","coordinates":[-0.5993994,51.3024453]},"properties":{"@type":"node","@id":7822757265,"@timestamp":1597746118},"coords":"51.3024453,-0.5993994","bedrooms":"2","price":"177000","area":"457"} , +{"type":"Feature","id":"n7822788263","geometry":{"type":"Point","coordinates":[-0.6002939,51.3035154]},"properties":{"@type":"node","@id":7822788263,"@timestamp":1597746840},"coords":"51.3035154,-0.6002939","bedrooms":"0","price":"288000","area":"488"} , +{"type":"Feature","id":"n7822788273","geometry":{"type":"Point","coordinates":[-0.5987077,51.3040171]},"properties":{"@type":"node","@id":7822788273,"@timestamp":1597746840},"coords":"51.3040171,-0.5987077","bedrooms":"1","price":"227000","area":"536"} , +{"type":"Feature","id":"n7822788283","geometry":{"type":"Point","coordinates":[-0.5961388,51.3033482]},"properties":{"@type":"node","@id":7822788283,"@timestamp":1597746840},"coords":"51.3033482,-0.5961388","bedrooms":"0","price":"184000","area":"644"} , +{"type":"Feature","id":"n7822791894","geometry":{"type":"Point","coordinates":[-0.5952983,51.3039175]},"properties":{"@type":"node","@id":7822791894,"@timestamp":1597746840},"coords":"51.3039175,-0.5952983","bedrooms":"1","price":"189000","area":"656"} , +{"type":"Feature","id":"n7822791904","geometry":{"type":"Point","coordinates":[-0.5966416,51.304065]},"properties":{"@type":"node","@id":7822791904,"@timestamp":1597746840},"coords":"51.304065,-0.5966416","bedrooms":"3","price":"256000","area":"661"} , +{"type":"Feature","id":"n7822798999","geometry":{"type":"Point","coordinates":[-0.1564444,51.5905863]},"properties":{"@type":"node","@id":7822798999,"@timestamp":1597747016},"coords":"51.5905863,-0.1564444","bedrooms":"1","price":"169000","area":"371"} , +{"type":"Feature","id":"n7822824773","geometry":{"type":"Point","coordinates":[-0.594275,51.3033302]},"properties":{"@type":"node","@id":7822824773,"@timestamp":1597747761},"coords":"51.3033302,-0.594275","bedrooms":"3","price":"267000","area":"397"} , +{"type":"Feature","id":"n7822824783","geometry":{"type":"Point","coordinates":[-0.5955304,51.3029572]},"properties":{"@type":"node","@id":7822824783,"@timestamp":1597747761},"coords":"51.3029572,-0.5955304","bedrooms":"3","price":"230000","area":"654"} , +{"type":"Feature","id":"n7822834291","geometry":{"type":"Point","coordinates":[-0.5966072,51.302881]},"properties":{"@type":"node","@id":7822834291,"@timestamp":1597747761},"coords":"51.302881,-0.5966072","bedrooms":"4","price":"271000","area":"651"} , +{"type":"Feature","id":"n7822834595","geometry":{"type":"Point","coordinates":[-0.5986405,51.3023212]},"properties":{"@type":"node","@id":7822834595,"@timestamp":1597747761},"coords":"51.3023212,-0.5986405","bedrooms":"4","price":"247000","area":"420"} , +{"type":"Feature","id":"n7822843226","geometry":{"type":"Point","coordinates":[-0.5974749,51.3021437]},"properties":{"@type":"node","@id":7822843226,"@timestamp":1597748600},"coords":"51.3021437,-0.5974749","bedrooms":"0","price":"208000","area":"435"} , +{"type":"Feature","id":"n7822843236","geometry":{"type":"Point","coordinates":[-0.5948354,51.3022173]},"properties":{"@type":"node","@id":7822843236,"@timestamp":1597748600},"coords":"51.3022173,-0.5948354","bedrooms":"4","price":"163000","area":"593"} , +{"type":"Feature","id":"n7822843246","geometry":{"type":"Point","coordinates":[-0.5937706,51.3023189]},"properties":{"@type":"node","@id":7822843246,"@timestamp":1597748600},"coords":"51.3023189,-0.5937706","bedrooms":"2","price":"259000","area":"629"} , +{"type":"Feature","id":"n7822843256","geometry":{"type":"Point","coordinates":[-0.5936441,51.3029486]},"properties":{"@type":"node","@id":7822843256,"@timestamp":1597748600},"coords":"51.3029486,-0.5936441","bedrooms":"0","price":"246000","area":"531"} , +{"type":"Feature","id":"n7822843266","geometry":{"type":"Point","coordinates":[-0.5955554,51.3026676]},"properties":{"@type":"node","@id":7822843266,"@timestamp":1597748600},"coords":"51.3026676,-0.5955554","bedrooms":"2","price":"253000","area":"487"} , +{"type":"Feature","id":"n7822863940","geometry":{"type":"Point","coordinates":[0.848431,51.1249597]},"properties":{"@type":"node","@id":7822863940,"@timestamp":1597749003},"coords":"51.1249597,0.848431","bedrooms":"3","price":"166000","area":"472"} , +{"type":"Feature","id":"n7822873736","geometry":{"type":"Point","coordinates":[-0.5934455,51.3040421]},"properties":{"@type":"node","@id":7822873736,"@timestamp":1597749562},"coords":"51.3040421,-0.5934455","bedrooms":"4","price":"150000","area":"565"} , +{"type":"Feature","id":"n7822873746","geometry":{"type":"Point","coordinates":[-0.5930851,51.3055159]},"properties":{"@type":"node","@id":7822873746,"@timestamp":1597749562},"coords":"51.3055159,-0.5930851","bedrooms":"0","price":"191000","area":"544"} , +{"type":"Feature","id":"n7822873756","geometry":{"type":"Point","coordinates":[-0.592598,51.3048089]},"properties":{"@type":"node","@id":7822873756,"@timestamp":1597749562},"coords":"51.3048089,-0.592598","bedrooms":"2","price":"275000","area":"691"} , +{"type":"Feature","id":"n7822873766","geometry":{"type":"Point","coordinates":[-0.5924306,51.3041248]},"properties":{"@type":"node","@id":7822873766,"@timestamp":1597749562},"coords":"51.3041248,-0.5924306","bedrooms":"2","price":"212000","area":"558"} , +{"type":"Feature","id":"n7822873776","geometry":{"type":"Point","coordinates":[-0.5920701,51.3031012]},"properties":{"@type":"node","@id":7822873776,"@timestamp":1597749562},"coords":"51.3031012,-0.5920701","bedrooms":"0","price":"163000","area":"503"} , +{"type":"Feature","id":"n7822902187","geometry":{"type":"Point","coordinates":[-0.5936704,51.3062318]},"properties":{"@type":"node","@id":7822902187,"@timestamp":1597749562},"coords":"51.3062318,-0.5936704","bedrooms":"3","price":"252000","area":"692"} , +{"type":"Feature","id":"n7822902197","geometry":{"type":"Point","coordinates":[-0.5943466,51.3035108]},"properties":{"@type":"node","@id":7822902197,"@timestamp":1597749562},"coords":"51.3035108,-0.5943466","bedrooms":"1","price":"168000","area":"492"} , +{"type":"Feature","id":"n7822946293","geometry":{"type":"Point","coordinates":[0.0369197,51.5007945]},"properties":{"@type":"node","@id":7822946293,"@timestamp":1598529511},"coords":"51.5007945,0.0369197","bedrooms":"0","price":"213000","area":"496"} , +{"type":"Feature","id":"n7822953900","geometry":{"type":"Point","coordinates":[-0.5917779,51.304949]},"properties":{"@type":"node","@id":7822953900,"@timestamp":1597750707},"coords":"51.304949,-0.5917779","bedrooms":"0","price":"297000","area":"638"} , +{"type":"Feature","id":"n7822953910","geometry":{"type":"Point","coordinates":[-0.5910385,51.3027808]},"properties":{"@type":"node","@id":7822953910,"@timestamp":1597750707},"coords":"51.3027808,-0.5910385","bedrooms":"2","price":"163000","area":"684"} , +{"type":"Feature","id":"n7822953928","geometry":{"type":"Point","coordinates":[-0.5919743,51.3026873]},"properties":{"@type":"node","@id":7822953928,"@timestamp":1597750707},"coords":"51.3026873,-0.5919743","bedrooms":"4","price":"208000","area":"625"} , +{"type":"Feature","id":"n7822954207","geometry":{"type":"Point","coordinates":[-0.5891482,51.3029891]},"properties":{"@type":"node","@id":7822954207,"@timestamp":1597750707},"coords":"51.3029891,-0.5891482","bedrooms":"2","price":"264000","area":"578"} , +{"type":"Feature","id":"n7822954217","geometry":{"type":"Point","coordinates":[-0.5900044,51.3023291]},"properties":{"@type":"node","@id":7822954217,"@timestamp":1597750707},"coords":"51.3023291,-0.5900044","bedrooms":"1","price":"263000","area":"529"} , +{"type":"Feature","id":"n7822954227","geometry":{"type":"Point","coordinates":[-0.5906227,51.3021776]},"properties":{"@type":"node","@id":7822954227,"@timestamp":1597750707},"coords":"51.3021776,-0.5906227","bedrooms":"2","price":"194000","area":"446"} , +{"type":"Feature","id":"n7822984735","geometry":{"type":"Point","coordinates":[-0.5884712,51.3029237]},"properties":{"@type":"node","@id":7822984735,"@timestamp":1597751455},"coords":"51.3029237,-0.5884712","bedrooms":"3","price":"187000","area":"534"} , +{"type":"Feature","id":"n7822984745","geometry":{"type":"Point","coordinates":[-0.5884568,51.3040098]},"properties":{"@type":"node","@id":7822984745,"@timestamp":1597751455},"coords":"51.3040098,-0.5884568","bedrooms":"2","price":"250000","area":"502"} , +{"type":"Feature","id":"n7822984755","geometry":{"type":"Point","coordinates":[-0.5895217,51.3044199]},"properties":{"@type":"node","@id":7822984755,"@timestamp":1597751455},"coords":"51.3044199,-0.5895217","bedrooms":"2","price":"294000","area":"648"} , +{"type":"Feature","id":"n7822984765","geometry":{"type":"Point","coordinates":[-0.5895939,51.3049498]},"properties":{"@type":"node","@id":7822984765,"@timestamp":1597751455},"coords":"51.3049498,-0.5895939","bedrooms":"1","price":"297000","area":"515"} , +{"type":"Feature","id":"n7822984775","geometry":{"type":"Point","coordinates":[-0.5909666,51.3055321]},"properties":{"@type":"node","@id":7822984775,"@timestamp":1597751455},"coords":"51.3055321,-0.5909666","bedrooms":"4","price":"217000","area":"447"} , +{"type":"Feature","id":"n7822984785","geometry":{"type":"Point","coordinates":[-0.5899683,51.3037754]},"properties":{"@type":"node","@id":7822984785,"@timestamp":1597751455},"coords":"51.3037754,-0.5899683","bedrooms":"3","price":"155000","area":"418"} , +{"type":"Feature","id":"n7823011548","geometry":{"type":"Point","coordinates":[-0.5900804,51.3055925]},"properties":{"@type":"node","@id":7823011548,"@timestamp":1597752352},"coords":"51.3055925,-0.5900804","bedrooms":"1","price":"271000","area":"658"} , +{"type":"Feature","id":"n7823011558","geometry":{"type":"Point","coordinates":[-0.5910557,51.3062386]},"properties":{"@type":"node","@id":7823011558,"@timestamp":1597752352},"coords":"51.3062386,-0.5910557","bedrooms":"3","price":"299000","area":"612"} , +{"type":"Feature","id":"n7823011568","geometry":{"type":"Point","coordinates":[-0.5920825,51.3060615]},"properties":{"@type":"node","@id":7823011568,"@timestamp":1597752352},"coords":"51.3060615,-0.5920825","bedrooms":"0","price":"229000","area":"402"} , +{"type":"Feature","id":"n7823011578","geometry":{"type":"Point","coordinates":[-0.5913508,51.3068596]},"properties":{"@type":"node","@id":7823011578,"@timestamp":1597752352},"coords":"51.3068596,-0.5913508","bedrooms":"2","price":"222000","area":"688"} , +{"type":"Feature","id":"n7823017688","geometry":{"type":"Point","coordinates":[-0.5901824,51.3063006]},"properties":{"@type":"node","@id":7823017688,"@timestamp":1597752352},"coords":"51.3063006,-0.5901824","bedrooms":"3","price":"188000","area":"457"} , +{"type":"Feature","id":"n7823077816","geometry":{"type":"Point","coordinates":[-0.5239408,51.6725332]},"properties":{"@type":"node","@id":7823077816,"@timestamp":1597753989},"coords":"51.6725332,-0.5239408","bedrooms":"3","price":"237000","area":"424"} , +{"type":"Feature","id":"n7823260215","geometry":{"type":"Point","coordinates":[-0.00691,51.5472266]},"properties":{"@type":"node","@id":7823260215,"@timestamp":1597757592},"coords":"51.5472266,-0.00691","bedrooms":"2","price":"288000","area":"450"} , +{"type":"Feature","id":"n7823260225","geometry":{"type":"Point","coordinates":[-0.0059056,51.5472062]},"properties":{"@type":"node","@id":7823260225,"@timestamp":1597757592},"coords":"51.5472062,-0.0059056","bedrooms":"0","price":"253000","area":"369"} , +{"type":"Feature","id":"n7823260235","geometry":{"type":"Point","coordinates":[-0.0067081,51.5476899]},"properties":{"@type":"node","@id":7823260235,"@timestamp":1597757592},"coords":"51.5476899,-0.0067081","bedrooms":"3","price":"207000","area":"542"} , +{"type":"Feature","id":"n7823260248","geometry":{"type":"Point","coordinates":[-0.0058704,51.547782]},"properties":{"@type":"node","@id":7823260248,"@timestamp":1597757592},"coords":"51.547782,-0.0058704","bedrooms":"1","price":"242000","area":"559"} , +{"type":"Feature","id":"n7823260258","geometry":{"type":"Point","coordinates":[-0.0058347,51.547285]},"properties":{"@type":"node","@id":7823260258,"@timestamp":1597757592},"coords":"51.547285,-0.0058347","bedrooms":"4","price":"198000","area":"680"} , +{"type":"Feature","id":"n7823337306","geometry":{"type":"Point","coordinates":[0.2157274,51.154462]},"properties":{"@type":"node","@id":7823337306,"@timestamp":1597759600},"coords":"51.154462,0.2157274","bedrooms":"0","price":"169000","area":"625"} , +{"type":"Feature","id":"n7823438488","geometry":{"type":"Point","coordinates":[0.020275,51.0286222]},"properties":{"@type":"node","@id":7823438488,"@timestamp":1630863697},"coords":"51.0286222,0.020275","bedrooms":"1","price":"155000","area":"645"} , +{"type":"Feature","id":"n7823589255","geometry":{"type":"Point","coordinates":[-0.0442243,51.4918108]},"properties":{"@type":"node","@id":7823589255,"@timestamp":1597764483},"coords":"51.4918108,-0.0442243","bedrooms":"4","price":"186000","area":"625"} , +{"type":"Feature","id":"n7823589309","geometry":{"type":"Point","coordinates":[-0.0409265,51.4964123]},"properties":{"@type":"node","@id":7823589309,"@timestamp":1597764483},"coords":"51.4964123,-0.0409265","bedrooms":"1","price":"248000","area":"504"} , +{"type":"Feature","id":"n7823751724","geometry":{"type":"Point","coordinates":[-0.9387232,51.4524164]},"properties":{"@type":"node","@id":7823751724,"@timestamp":1597768643},"coords":"51.4524164,-0.9387232","bedrooms":"4","price":"179000","area":"472"} , +{"type":"Feature","id":"n7823827159","geometry":{"type":"Point","coordinates":[-0.1880086,51.4907293]},"properties":{"@type":"node","@id":7823827159,"@timestamp":1615507618},"coords":"51.4907293,-0.1880086","bedrooms":"3","price":"223000","area":"365"} , +{"type":"Feature","id":"n7823827335","geometry":{"type":"Point","coordinates":[-0.19034,51.4898933]},"properties":{"@type":"node","@id":7823827335,"@timestamp":1615507618},"coords":"51.4898933,-0.19034","bedrooms":"2","price":"298000","area":"681"} , +{"type":"Feature","id":"n7823827494","geometry":{"type":"Point","coordinates":[-0.187369,51.4902802]},"properties":{"@type":"node","@id":7823827494,"@timestamp":1615507618},"coords":"51.4902802,-0.187369","bedrooms":"2","price":"281000","area":"381"} , +{"type":"Feature","id":"n7823915713","geometry":{"type":"Point","coordinates":[-0.1272373,51.4691322]},"properties":{"@type":"node","@id":7823915713,"@timestamp":1597772632},"coords":"51.4691322,-0.1272373","bedrooms":"0","price":"270000","area":"592"} , +{"type":"Feature","id":"n7824175360","geometry":{"type":"Point","coordinates":[-0.29902,51.3906868]},"properties":{"@type":"node","@id":7824175360,"@timestamp":1600125673},"coords":"51.3906868,-0.29902","bedrooms":"0","price":"205000","area":"641"} , +{"type":"Feature","id":"n7824232928","geometry":{"type":"Point","coordinates":[-0.2157935,50.9462125]},"properties":{"@type":"node","@id":7824232928,"@timestamp":1597780632},"coords":"50.9462125,-0.2157935","bedrooms":"4","price":"192000","area":"569"} , +{"type":"Feature","id":"n7824355241","geometry":{"type":"Point","coordinates":[-0.7862604,51.2426952]},"properties":{"@type":"node","@id":7824355241,"@timestamp":1622737915},"coords":"51.2426952,-0.7862604","bedrooms":"3","price":"290000","area":"520"} , +{"type":"Feature","id":"n7824378089","geometry":{"type":"Point","coordinates":[-0.7944687,51.2374955]},"properties":{"@type":"node","@id":7824378089,"@timestamp":1597786015},"coords":"51.2374955,-0.7944687","bedrooms":"0","price":"168000","area":"669"} , +{"type":"Feature","id":"n7824394901","geometry":{"type":"Point","coordinates":[0.0337816,51.5022474]},"properties":{"@type":"node","@id":7824394901,"@timestamp":1598537315},"coords":"51.5022474,0.0337816","bedrooms":"3","price":"249000","area":"660"} , +{"type":"Feature","id":"n7824394911","geometry":{"type":"Point","coordinates":[0.0348751,51.5022613]},"properties":{"@type":"node","@id":7824394911,"@timestamp":1598529511},"coords":"51.5022613,0.0348751","bedrooms":"3","price":"180000","area":"551"} , +{"type":"Feature","id":"n7824394921","geometry":{"type":"Point","coordinates":[0.0349728,51.5023158]},"properties":{"@type":"node","@id":7824394921,"@timestamp":1598529511},"coords":"51.5023158,0.0349728","bedrooms":"1","price":"228000","area":"538"} , +{"type":"Feature","id":"n7824394931","geometry":{"type":"Point","coordinates":[0.0370935,51.5024325]},"properties":{"@type":"node","@id":7824394931,"@timestamp":1597786944},"coords":"51.5024325,0.0370935","bedrooms":"4","price":"275000","area":"506"} , +{"type":"Feature","id":"n7824394941","geometry":{"type":"Point","coordinates":[0.0372438,51.5025297]},"properties":{"@type":"node","@id":7824394941,"@timestamp":1598529511},"coords":"51.5025297,0.0372438","bedrooms":"3","price":"152000","area":"573"} , +{"type":"Feature","id":"n7824394951","geometry":{"type":"Point","coordinates":[0.0337745,51.5022283]},"properties":{"@type":"node","@id":7824394951,"@timestamp":1598537315},"coords":"51.5022283,0.0337745","bedrooms":"3","price":"202000","area":"689"} , +{"type":"Feature","id":"n7824436307","geometry":{"type":"Point","coordinates":[-0.1709899,51.5495809]},"properties":{"@type":"node","@id":7824436307,"@timestamp":1622197118},"coords":"51.5495809,-0.1709899","bedrooms":"0","price":"235000","area":"463"} , +{"type":"Feature","id":"n7824436317","geometry":{"type":"Point","coordinates":[-0.1712563,51.5494573]},"properties":{"@type":"node","@id":7824436317,"@timestamp":1597788483},"coords":"51.5494573,-0.1712563","bedrooms":"1","price":"254000","area":"461"} , +{"type":"Feature","id":"n7824492360","geometry":{"type":"Point","coordinates":[-0.1593906,51.5508821]},"properties":{"@type":"node","@id":7824492360,"@timestamp":1630950805},"coords":"51.5508821,-0.1593906","bedrooms":"0","price":"269000","area":"364"} , +{"type":"Feature","id":"n7824504294","geometry":{"type":"Point","coordinates":[-0.1531274,51.5532957]},"properties":{"@type":"node","@id":7824504294,"@timestamp":1597791335},"coords":"51.5532957,-0.1531274","bedrooms":"0","price":"229000","area":"562"} , +{"type":"Feature","id":"n7824504326","geometry":{"type":"Point","coordinates":[-0.1513367,51.5529513]},"properties":{"@type":"node","@id":7824504326,"@timestamp":1597791335},"coords":"51.5529513,-0.1513367","bedrooms":"0","price":"288000","area":"654"} , +{"type":"Feature","id":"n7824514232","geometry":{"type":"Point","coordinates":[-0.1597319,51.5514147]},"properties":{"@type":"node","@id":7824514232,"@timestamp":1630950805},"coords":"51.5514147,-0.1597319","bedrooms":"1","price":"191000","area":"630"} , +{"type":"Feature","id":"n7824514255","geometry":{"type":"Point","coordinates":[-0.1600269,51.5506996]},"properties":{"@type":"node","@id":7824514255,"@timestamp":1630950805},"coords":"51.5506996,-0.1600269","bedrooms":"2","price":"221000","area":"678"} , +{"type":"Feature","id":"n7824514316","geometry":{"type":"Point","coordinates":[-0.1596236,51.5510175]},"properties":{"@type":"node","@id":7824514316,"@timestamp":1630950805},"coords":"51.5510175,-0.1596236","bedrooms":"0","price":"244000","area":"375"} , +{"type":"Feature","id":"n7824518848","geometry":{"type":"Point","coordinates":[0.009134,51.5134351]},"properties":{"@type":"node","@id":7824518848,"@timestamp":1597794161},"coords":"51.5134351,0.009134","bedrooms":"1","price":"219000","area":"641"} , +{"type":"Feature","id":"n7824649434","geometry":{"type":"Point","coordinates":[-0.1419648,51.5692093]},"properties":{"@type":"node","@id":7824649434,"@timestamp":1597801598},"coords":"51.5692093,-0.1419648","bedrooms":"3","price":"287000","area":"615"} , +{"type":"Feature","id":"n7824803494","geometry":{"type":"Point","coordinates":[-0.0896611,51.5102286]},"properties":{"@type":"node","@id":7824803494,"@timestamp":1631072008},"coords":"51.5102286,-0.0896611","bedrooms":"2","price":"183000","area":"493"} , +{"type":"Feature","id":"n7824947820","geometry":{"type":"Point","coordinates":[0.8415241,51.8881557]},"properties":{"@type":"node","@id":7824947820,"@timestamp":1597815030},"coords":"51.8881557,0.8415241","bedrooms":"1","price":"272000","area":"362"} , +{"type":"Feature","id":"n7824999441","geometry":{"type":"Point","coordinates":[0.472525,51.7348404]},"properties":{"@type":"node","@id":7824999441,"@timestamp":1617826621},"coords":"51.7348404,0.472525","bedrooms":"4","price":"229000","area":"369"} , +{"type":"Feature","id":"n7825220694","geometry":{"type":"Point","coordinates":[0.0365759,51.5296866]},"properties":{"@type":"node","@id":7825220694,"@timestamp":1597822234},"coords":"51.5296866,0.0365759","bedrooms":"1","price":"273000","area":"393"} , +{"type":"Feature","id":"n7825557997","geometry":{"type":"Point","coordinates":[-0.1445013,51.3158847]},"properties":{"@type":"node","@id":7825557997,"@timestamp":1610362824},"coords":"51.3158847,-0.1445013","bedrooms":"4","price":"282000","area":"363"} , +{"type":"Feature","id":"n7825558007","geometry":{"type":"Point","coordinates":[-0.1475336,51.3142686]},"properties":{"@type":"node","@id":7825558007,"@timestamp":1610362824},"coords":"51.3142686,-0.1475336","bedrooms":"3","price":"239000","area":"491"} , +{"type":"Feature","id":"n7825558017","geometry":{"type":"Point","coordinates":[-0.1466216,51.3146986]},"properties":{"@type":"node","@id":7825558017,"@timestamp":1610362824},"coords":"51.3146986,-0.1466216","bedrooms":"1","price":"283000","area":"605"} , +{"type":"Feature","id":"n7825558027","geometry":{"type":"Point","coordinates":[-0.1467142,51.3137262]},"properties":{"@type":"node","@id":7825558027,"@timestamp":1610362824},"coords":"51.3137262,-0.1467142","bedrooms":"0","price":"170000","area":"404"} , +{"type":"Feature","id":"n7825558037","geometry":{"type":"Point","coordinates":[-0.1478246,51.3137346]},"properties":{"@type":"node","@id":7825558037,"@timestamp":1610362824},"coords":"51.3137346,-0.1478246","bedrooms":"1","price":"215000","area":"549"} , +{"type":"Feature","id":"n7825558047","geometry":{"type":"Point","coordinates":[-0.1468831,51.3141018]},"properties":{"@type":"node","@id":7825558047,"@timestamp":1610362824},"coords":"51.3141018,-0.1468831","bedrooms":"1","price":"217000","area":"425"} , +{"type":"Feature","id":"n7825558057","geometry":{"type":"Point","coordinates":[-0.1461402,51.3153943]},"properties":{"@type":"node","@id":7825558057,"@timestamp":1610362824},"coords":"51.3153943,-0.1461402","bedrooms":"3","price":"187000","area":"451"} , +{"type":"Feature","id":"n7825558067","geometry":{"type":"Point","coordinates":[-0.1460812,51.3155913]},"properties":{"@type":"node","@id":7825558067,"@timestamp":1610362824},"coords":"51.3155913,-0.1460812","bedrooms":"0","price":"258000","area":"475"} , +{"type":"Feature","id":"n7825559173","geometry":{"type":"Point","coordinates":[-0.120974,51.4347423]},"properties":{"@type":"node","@id":7825559173,"@timestamp":1597829329},"coords":"51.4347423,-0.120974","bedrooms":"1","price":"200000","area":"673"} , +{"type":"Feature","id":"n7825561794","geometry":{"type":"Point","coordinates":[-0.145479,51.3158646]},"properties":{"@type":"node","@id":7825561794,"@timestamp":1610362824},"coords":"51.3158646,-0.145479","bedrooms":"3","price":"244000","area":"474"} , +{"type":"Feature","id":"n7825561812","geometry":{"type":"Point","coordinates":[-0.1443458,51.3155511]},"properties":{"@type":"node","@id":7825561812,"@timestamp":1610362824},"coords":"51.3155511,-0.1443458","bedrooms":"3","price":"271000","area":"652"} , +{"type":"Feature","id":"n7825561822","geometry":{"type":"Point","coordinates":[-0.1452617,51.3149668]},"properties":{"@type":"node","@id":7825561822,"@timestamp":1610362824},"coords":"51.3149668,-0.1452617","bedrooms":"3","price":"271000","area":"438"} , +{"type":"Feature","id":"n7825561832","geometry":{"type":"Point","coordinates":[-0.1458827,51.3145226]},"properties":{"@type":"node","@id":7825561832,"@timestamp":1610362824},"coords":"51.3145226,-0.1458827","bedrooms":"4","price":"220000","area":"602"} , +{"type":"Feature","id":"n7825562511","geometry":{"type":"Point","coordinates":[-0.1449493,51.3148931]},"properties":{"@type":"node","@id":7825562511,"@timestamp":1610362824},"coords":"51.3148931,-0.1449493","bedrooms":"3","price":"262000","area":"688"} , +{"type":"Feature","id":"n7825562521","geometry":{"type":"Point","coordinates":[-0.1439387,51.3154119]},"properties":{"@type":"node","@id":7825562521,"@timestamp":1610362824},"coords":"51.3154119,-0.1439387","bedrooms":"3","price":"286000","area":"648"} , +{"type":"Feature","id":"n7825562599","geometry":{"type":"Point","coordinates":[-0.1441547,51.3145033]},"properties":{"@type":"node","@id":7825562599,"@timestamp":1610362824},"coords":"51.3145033,-0.1441547","bedrooms":"1","price":"263000","area":"391"} , +{"type":"Feature","id":"n7825562609","geometry":{"type":"Point","coordinates":[-0.1449613,51.3139031]},"properties":{"@type":"node","@id":7825562609,"@timestamp":1610362824},"coords":"51.3139031,-0.1449613","bedrooms":"0","price":"186000","area":"647"} , +{"type":"Feature","id":"n7825562706","geometry":{"type":"Point","coordinates":[-0.1430462,51.3146131]},"properties":{"@type":"node","@id":7825562706,"@timestamp":1610362824},"coords":"51.3146131,-0.1430462","bedrooms":"2","price":"296000","area":"472"} , +{"type":"Feature","id":"n7825562749","geometry":{"type":"Point","coordinates":[-0.1410587,51.3166559]},"properties":{"@type":"node","@id":7825562749,"@timestamp":1610362824},"coords":"51.3166559,-0.1410587","bedrooms":"3","price":"166000","area":"359"} , +{"type":"Feature","id":"n7825562759","geometry":{"type":"Point","coordinates":[-0.1408911,51.3163214]},"properties":{"@type":"node","@id":7825562759,"@timestamp":1610362824},"coords":"51.3163214,-0.1408911","bedrooms":"1","price":"184000","area":"677"} , +{"type":"Feature","id":"n7825562769","geometry":{"type":"Point","coordinates":[-0.1428062,51.3154363]},"properties":{"@type":"node","@id":7825562769,"@timestamp":1610362824},"coords":"51.3154363,-0.1428062","bedrooms":"4","price":"259000","area":"433"} , +{"type":"Feature","id":"n7825562779","geometry":{"type":"Point","coordinates":[-0.1434533,51.3158139]},"properties":{"@type":"node","@id":7825562779,"@timestamp":1610362824},"coords":"51.3158139,-0.1434533","bedrooms":"2","price":"244000","area":"438"} , +{"type":"Feature","id":"n7825562789","geometry":{"type":"Point","coordinates":[-0.1439951,51.3157342]},"properties":{"@type":"node","@id":7825562789,"@timestamp":1610362824},"coords":"51.3157342,-0.1439951","bedrooms":"2","price":"163000","area":"651"} , +{"type":"Feature","id":"n7825565041","geometry":{"type":"Point","coordinates":[-0.0065244,51.5461556]},"properties":{"@type":"node","@id":7825565041,"@timestamp":1597829385},"coords":"51.5461556,-0.0065244","bedrooms":"0","price":"261000","area":"642"} , +{"type":"Feature","id":"n7825565061","geometry":{"type":"Point","coordinates":[-0.0069023,51.5467283]},"properties":{"@type":"node","@id":7825565061,"@timestamp":1597829385},"coords":"51.5467283,-0.0069023","bedrooms":"3","price":"220000","area":"586"} , +{"type":"Feature","id":"n7825567522","geometry":{"type":"Point","coordinates":[-0.0058656,51.546604]},"properties":{"@type":"node","@id":7825567522,"@timestamp":1597829385},"coords":"51.546604,-0.0058656","bedrooms":"0","price":"155000","area":"664"} , +{"type":"Feature","id":"n7825567532","geometry":{"type":"Point","coordinates":[-0.0065693,51.5470858]},"properties":{"@type":"node","@id":7825567532,"@timestamp":1597829385},"coords":"51.5470858,-0.0065693","bedrooms":"2","price":"263000","area":"569"} , +{"type":"Feature","id":"n7825567542","geometry":{"type":"Point","coordinates":[-0.0066854,51.5470873]},"properties":{"@type":"node","@id":7825567542,"@timestamp":1616285264},"coords":"51.5470873,-0.0066854","bedrooms":"4","price":"198000","area":"491"} , +{"type":"Feature","id":"n7825567552","geometry":{"type":"Point","coordinates":[-0.0069189,51.5463042]},"properties":{"@type":"node","@id":7825567552,"@timestamp":1597829385},"coords":"51.5463042,-0.0069189","bedrooms":"4","price":"288000","area":"696"} , +{"type":"Feature","id":"n7825633045","geometry":{"type":"Point","coordinates":[0.3178136,51.5810725]},"properties":{"@type":"node","@id":7825633045,"@timestamp":1597831829},"coords":"51.5810725,0.3178136","bedrooms":"4","price":"263000","area":"491"} , +{"type":"Feature","id":"n7825636581","geometry":{"type":"Point","coordinates":[-0.0995924,51.2844086]},"properties":{"@type":"node","@id":7825636581,"@timestamp":1597830973},"coords":"51.2844086,-0.0995924","bedrooms":"0","price":"244000","area":"380"} , +{"type":"Feature","id":"n7825637869","geometry":{"type":"Point","coordinates":[-0.1366559,51.3155645]},"properties":{"@type":"node","@id":7825637869,"@timestamp":1610362824},"coords":"51.3155645,-0.1366559","bedrooms":"2","price":"227000","area":"627"} , +{"type":"Feature","id":"n7825781576","geometry":{"type":"Point","coordinates":[0.5343615,50.939219]},"properties":{"@type":"node","@id":7825781576,"@timestamp":1597835128},"coords":"50.939219,0.5343615","bedrooms":"0","price":"222000","area":"504"} , +{"type":"Feature","id":"n7825876299","geometry":{"type":"Point","coordinates":[-0.2856591,51.4528244]},"properties":{"@type":"node","@id":7825876299,"@timestamp":1597836513},"coords":"51.4528244,-0.2856591","bedrooms":"4","price":"279000","area":"523"} , +{"type":"Feature","id":"n7825932436","geometry":{"type":"Point","coordinates":[-0.5464277,51.2465539]},"properties":{"@type":"node","@id":7825932436,"@timestamp":1597837717},"coords":"51.2465539,-0.5464277","bedrooms":"3","price":"247000","area":"614"} , +{"type":"Feature","id":"n7826139682","geometry":{"type":"Point","coordinates":[-0.1609975,51.5269577]},"properties":{"@type":"node","@id":7826139682,"@timestamp":1597843749},"coords":"51.5269577,-0.1609975","bedrooms":"4","price":"186000","area":"484"} , +{"type":"Feature","id":"n7826208579","geometry":{"type":"Point","coordinates":[-0.5684714,51.228922]},"properties":{"@type":"node","@id":7826208579,"@timestamp":1597845967},"coords":"51.228922,-0.5684714","bedrooms":"0","price":"197000","area":"484"} , +{"type":"Feature","id":"n7826244489","geometry":{"type":"Point","coordinates":[-0.545678,51.2406032]},"properties":{"@type":"node","@id":7826244489,"@timestamp":1597845967},"coords":"51.2406032,-0.545678","bedrooms":"0","price":"293000","area":"616"} , +{"type":"Feature","id":"n7826244499","geometry":{"type":"Point","coordinates":[-0.5453628,51.2413731]},"properties":{"@type":"node","@id":7826244499,"@timestamp":1597845967},"coords":"51.2413731,-0.5453628","bedrooms":"0","price":"257000","area":"564"} , +{"type":"Feature","id":"n7826244509","geometry":{"type":"Point","coordinates":[-0.5549571,51.2443317]},"properties":{"@type":"node","@id":7826244509,"@timestamp":1597845967},"coords":"51.2443317,-0.5549571","bedrooms":"3","price":"235000","area":"593"} , +{"type":"Feature","id":"n7826244519","geometry":{"type":"Point","coordinates":[-0.529798,51.2507318]},"properties":{"@type":"node","@id":7826244519,"@timestamp":1597845967},"coords":"51.2507318,-0.529798","bedrooms":"0","price":"293000","area":"557"} , +{"type":"Feature","id":"n7826244529","geometry":{"type":"Point","coordinates":[-0.5481604,51.24773]},"properties":{"@type":"node","@id":7826244529,"@timestamp":1597845967},"coords":"51.24773,-0.5481604","bedrooms":"0","price":"269000","area":"517"} , +{"type":"Feature","id":"n7826256852","geometry":{"type":"Point","coordinates":[-0.1147783,51.6058419]},"properties":{"@type":"node","@id":7826256852,"@timestamp":1597847246},"coords":"51.6058419,-0.1147783","bedrooms":"1","price":"179000","area":"367"} , +{"type":"Feature","id":"n7826256862","geometry":{"type":"Point","coordinates":[-0.1152411,51.6058459]},"properties":{"@type":"node","@id":7826256862,"@timestamp":1597847246},"coords":"51.6058459,-0.1152411","bedrooms":"3","price":"244000","area":"357"} , +{"type":"Feature","id":"n7826256872","geometry":{"type":"Point","coordinates":[-0.1157888,51.6047575]},"properties":{"@type":"node","@id":7826256872,"@timestamp":1597847246},"coords":"51.6047575,-0.1157888","bedrooms":"2","price":"161000","area":"355"} , +{"type":"Feature","id":"n7826284779","geometry":{"type":"Point","coordinates":[-0.1893024,51.4942191]},"properties":{"@type":"node","@id":7826284779,"@timestamp":1615507618},"coords":"51.4942191,-0.1893024","bedrooms":"1","price":"290000","area":"600"} , +{"type":"Feature","id":"n7826290098","geometry":{"type":"Point","coordinates":[-0.1136047,51.6053603]},"properties":{"@type":"node","@id":7826290098,"@timestamp":1597847246},"coords":"51.6053603,-0.1136047","bedrooms":"3","price":"187000","area":"414"} , +{"type":"Feature","id":"n7826290108","geometry":{"type":"Point","coordinates":[-0.1126877,51.6053379]},"properties":{"@type":"node","@id":7826290108,"@timestamp":1597847246},"coords":"51.6053379,-0.1126877","bedrooms":"2","price":"280000","area":"491"} , +{"type":"Feature","id":"n7826290118","geometry":{"type":"Point","coordinates":[-0.1141437,51.6051494]},"properties":{"@type":"node","@id":7826290118,"@timestamp":1597847246},"coords":"51.6051494,-0.1141437","bedrooms":"2","price":"279000","area":"603"} , +{"type":"Feature","id":"n7826290128","geometry":{"type":"Point","coordinates":[-0.113352,51.6051305]},"properties":{"@type":"node","@id":7826290128,"@timestamp":1597847246},"coords":"51.6051305,-0.113352","bedrooms":"0","price":"270000","area":"641"} , +{"type":"Feature","id":"n7826290138","geometry":{"type":"Point","coordinates":[-0.1125603,51.6051115]},"properties":{"@type":"node","@id":7826290138,"@timestamp":1597847246},"coords":"51.6051115,-0.1125603","bedrooms":"3","price":"180000","area":"368"} , +{"type":"Feature","id":"n7826290148","geometry":{"type":"Point","coordinates":[-0.1120265,51.6050767]},"properties":{"@type":"node","@id":7826290148,"@timestamp":1606482183},"coords":"51.6050767,-0.1120265","bedrooms":"2","price":"164000","area":"664"} , +{"type":"Feature","id":"n7826290220","geometry":{"type":"Point","coordinates":[-0.1131598,51.6048175]},"properties":{"@type":"node","@id":7826290220,"@timestamp":1597847246},"coords":"51.6048175,-0.1131598","bedrooms":"3","price":"245000","area":"445"} , +{"type":"Feature","id":"n7826290248","geometry":{"type":"Point","coordinates":[-0.1141719,51.6048252]},"properties":{"@type":"node","@id":7826290248,"@timestamp":1597847246},"coords":"51.6048252,-0.1141719","bedrooms":"4","price":"233000","area":"459"} , +{"type":"Feature","id":"n7826290258","geometry":{"type":"Point","coordinates":[-0.113896,51.6043375]},"properties":{"@type":"node","@id":7826290258,"@timestamp":1597847246},"coords":"51.6043375,-0.113896","bedrooms":"3","price":"232000","area":"555"} , +{"type":"Feature","id":"n7826290268","geometry":{"type":"Point","coordinates":[-0.114997,51.6045616]},"properties":{"@type":"node","@id":7826290268,"@timestamp":1597847246},"coords":"51.6045616,-0.114997","bedrooms":"2","price":"237000","area":"508"} , +{"type":"Feature","id":"n7826328263","geometry":{"type":"Point","coordinates":[-0.1902212,51.4936308]},"properties":{"@type":"node","@id":7826328263,"@timestamp":1615507618},"coords":"51.4936308,-0.1902212","bedrooms":"4","price":"234000","area":"437"} , +{"type":"Feature","id":"n7826434453","geometry":{"type":"Point","coordinates":[-0.0050632,51.5473388]},"properties":{"@type":"node","@id":7826434453,"@timestamp":1616285264},"coords":"51.5473388,-0.0050632","bedrooms":"0","price":"260000","area":"642"} , +{"type":"Feature","id":"n7826434463","geometry":{"type":"Point","coordinates":[-0.0050843,51.5467596]},"properties":{"@type":"node","@id":7826434463,"@timestamp":1597850785},"coords":"51.5467596,-0.0050843","bedrooms":"4","price":"234000","area":"424"} , +{"type":"Feature","id":"n7826437618","geometry":{"type":"Point","coordinates":[-0.0043257,51.5468425]},"properties":{"@type":"node","@id":7826437618,"@timestamp":1597850785},"coords":"51.5468425,-0.0043257","bedrooms":"2","price":"272000","area":"589"} , +{"type":"Feature","id":"n7826437632","geometry":{"type":"Point","coordinates":[-0.0039623,51.5462304]},"properties":{"@type":"node","@id":7826437632,"@timestamp":1597850785},"coords":"51.5462304,-0.0039623","bedrooms":"2","price":"179000","area":"686"} , +{"type":"Feature","id":"n7826437778","geometry":{"type":"Point","coordinates":[-0.0050117,51.5476369]},"properties":{"@type":"node","@id":7826437778,"@timestamp":1597850785},"coords":"51.5476369,-0.0050117","bedrooms":"2","price":"224000","area":"520"} , +{"type":"Feature","id":"n7826824592","geometry":{"type":"Point","coordinates":[-0.7636638,51.617075]},"properties":{"@type":"node","@id":7826824592,"@timestamp":1633029139},"coords":"51.617075,-0.7636638","bedrooms":"1","price":"258000","area":"420"} , +{"type":"Feature","id":"n7826824640","geometry":{"type":"Point","coordinates":[-0.7648345,51.6166995]},"properties":{"@type":"node","@id":7826824640,"@timestamp":1633029139},"coords":"51.6166995,-0.7648345","bedrooms":"2","price":"175000","area":"449"} , +{"type":"Feature","id":"n7826824708","geometry":{"type":"Point","coordinates":[-0.7646751,51.6169343]},"properties":{"@type":"node","@id":7826824708,"@timestamp":1633029139},"coords":"51.6169343,-0.7646751","bedrooms":"3","price":"231000","area":"631"} , +{"type":"Feature","id":"n7826824763","geometry":{"type":"Point","coordinates":[-0.762672,51.6170881]},"properties":{"@type":"node","@id":7826824763,"@timestamp":1597860222},"coords":"51.6170881,-0.762672","bedrooms":"2","price":"167000","area":"699"} , +{"type":"Feature","id":"n7826824829","geometry":{"type":"Point","coordinates":[-0.7654369,51.6164341]},"properties":{"@type":"node","@id":7826824829,"@timestamp":1597860222},"coords":"51.6164341,-0.7654369","bedrooms":"3","price":"263000","area":"474"} , +{"type":"Feature","id":"n7826847388","geometry":{"type":"Point","coordinates":[-0.7961222,51.2813087]},"properties":{"@type":"node","@id":7826847388,"@timestamp":1597861211},"coords":"51.2813087,-0.7961222","bedrooms":"3","price":"274000","area":"478"} , +{"type":"Feature","id":"n7827686088","geometry":{"type":"Point","coordinates":[-0.411707,51.4984403]},"properties":{"@type":"node","@id":7827686088,"@timestamp":1597867801},"coords":"51.4984403,-0.411707","bedrooms":"4","price":"197000","area":"558"} , +{"type":"Feature","id":"n7827697429","geometry":{"type":"Point","coordinates":[-0.2120127,50.9356039]},"properties":{"@type":"node","@id":7827697429,"@timestamp":1600866491},"coords":"50.9356039,-0.2120127","bedrooms":"0","price":"286000","area":"395"} , +{"type":"Feature","id":"n7827697440","geometry":{"type":"Point","coordinates":[-0.2145906,50.94206]},"properties":{"@type":"node","@id":7827697440,"@timestamp":1597868320},"coords":"50.94206,-0.2145906","bedrooms":"4","price":"179000","area":"555"} , +{"type":"Feature","id":"n7827733494","geometry":{"type":"Point","coordinates":[-0.2952499,51.4084308]},"properties":{"@type":"node","@id":7827733494,"@timestamp":1597870053},"coords":"51.4084308,-0.2952499","bedrooms":"1","price":"160000","area":"616"} , +{"type":"Feature","id":"n7828058018","geometry":{"type":"Point","coordinates":[-0.3882001,51.5325852]},"properties":{"@type":"node","@id":7828058018,"@timestamp":1597887039},"coords":"51.5325852,-0.3882001","bedrooms":"0","price":"294000","area":"391"} , +{"type":"Feature","id":"n7828058028","geometry":{"type":"Point","coordinates":[-0.3879869,51.5323282]},"properties":{"@type":"node","@id":7828058028,"@timestamp":1597887039},"coords":"51.5323282,-0.3879869","bedrooms":"2","price":"260000","area":"560"} , +{"type":"Feature","id":"n7828058038","geometry":{"type":"Point","coordinates":[-0.3887969,51.5314072]},"properties":{"@type":"node","@id":7828058038,"@timestamp":1597887039},"coords":"51.5314072,-0.3887969","bedrooms":"0","price":"262000","area":"446"} , +{"type":"Feature","id":"n7828058048","geometry":{"type":"Point","coordinates":[-0.388691,51.5316408]},"properties":{"@type":"node","@id":7828058048,"@timestamp":1597887039},"coords":"51.5316408,-0.388691","bedrooms":"1","price":"278000","area":"577"} , +{"type":"Feature","id":"n7828058062","geometry":{"type":"Point","coordinates":[-0.3826506,51.5307289]},"properties":{"@type":"node","@id":7828058062,"@timestamp":1597887039},"coords":"51.5307289,-0.3826506","bedrooms":"4","price":"268000","area":"690"} , +{"type":"Feature","id":"n7828058072","geometry":{"type":"Point","coordinates":[-0.3794964,51.5334111]},"properties":{"@type":"node","@id":7828058072,"@timestamp":1597887039},"coords":"51.5334111,-0.3794964","bedrooms":"1","price":"290000","area":"413"} , +{"type":"Feature","id":"n7828058082","geometry":{"type":"Point","coordinates":[-0.3787829,51.5334695]},"properties":{"@type":"node","@id":7828058082,"@timestamp":1597887039},"coords":"51.5334695,-0.3787829","bedrooms":"1","price":"164000","area":"562"} , +{"type":"Feature","id":"n7828058092","geometry":{"type":"Point","coordinates":[-0.3784946,51.5341527]},"properties":{"@type":"node","@id":7828058092,"@timestamp":1597887039},"coords":"51.5341527,-0.3784946","bedrooms":"1","price":"214000","area":"406"} , +{"type":"Feature","id":"n7828058102","geometry":{"type":"Point","coordinates":[-0.3781727,51.5346249]},"properties":{"@type":"node","@id":7828058102,"@timestamp":1597887039},"coords":"51.5346249,-0.3781727","bedrooms":"2","price":"211000","area":"689"} , +{"type":"Feature","id":"n7828058112","geometry":{"type":"Point","coordinates":[-0.3790806,51.5354866]},"properties":{"@type":"node","@id":7828058112,"@timestamp":1597887039},"coords":"51.5354866,-0.3790806","bedrooms":"3","price":"154000","area":"588"} , +{"type":"Feature","id":"n7828142239","geometry":{"type":"Point","coordinates":[-0.1899533,51.4934393]},"properties":{"@type":"node","@id":7828142239,"@timestamp":1615507618},"coords":"51.4934393,-0.1899533","bedrooms":"4","price":"155000","area":"350"} , +{"type":"Feature","id":"n7828142276","geometry":{"type":"Point","coordinates":[-0.189188,51.4939515]},"properties":{"@type":"node","@id":7828142276,"@timestamp":1615507618},"coords":"51.4939515,-0.189188","bedrooms":"2","price":"201000","area":"416"} , +{"type":"Feature","id":"n7828160934","geometry":{"type":"Point","coordinates":[-0.1886201,51.4937221]},"properties":{"@type":"node","@id":7828160934,"@timestamp":1615507618},"coords":"51.4937221,-0.1886201","bedrooms":"1","price":"247000","area":"635"} , +{"type":"Feature","id":"n7828161099","geometry":{"type":"Point","coordinates":[-0.1894365,51.4927303]},"properties":{"@type":"node","@id":7828161099,"@timestamp":1615507618},"coords":"51.4927303,-0.1894365","bedrooms":"4","price":"218000","area":"614"} , +{"type":"Feature","id":"n7828235809","geometry":{"type":"Point","coordinates":[-0.188666,51.4925004]},"properties":{"@type":"node","@id":7828235809,"@timestamp":1615507618},"coords":"51.4925004,-0.188666","bedrooms":"3","price":"263000","area":"497"} , +{"type":"Feature","id":"n7828253910","geometry":{"type":"Point","coordinates":[-0.1889093,51.492192]},"properties":{"@type":"node","@id":7828253910,"@timestamp":1615507618},"coords":"51.492192,-0.1889093","bedrooms":"3","price":"225000","area":"594"} , +{"type":"Feature","id":"n7828793370","geometry":{"type":"Point","coordinates":[-0.1662912,51.3492547]},"properties":{"@type":"node","@id":7828793370,"@timestamp":1597910856},"coords":"51.3492547,-0.1662912","bedrooms":"3","price":"237000","area":"466"} , +{"type":"Feature","id":"n7828818193","geometry":{"type":"Point","coordinates":[-0.1656013,51.3485874]},"properties":{"@type":"node","@id":7828818193,"@timestamp":1597910856},"coords":"51.3485874,-0.1656013","bedrooms":"2","price":"209000","area":"564"} , +{"type":"Feature","id":"n7828935414","geometry":{"type":"Point","coordinates":[-0.1244736,51.5011325]},"properties":{"@type":"node","@id":7828935414,"@timestamp":1610996677},"coords":"51.5011325,-0.1244736","bedrooms":"1","price":"260000","area":"508"} , +{"type":"Feature","id":"n7828961136","geometry":{"type":"Point","coordinates":[-0.3350171,51.3517581]},"properties":{"@type":"node","@id":7828961136,"@timestamp":1597913927},"coords":"51.3517581,-0.3350171","bedrooms":"3","price":"250000","area":"695"} , +{"type":"Feature","id":"n7829088637","geometry":{"type":"Point","coordinates":[-0.2016766,51.4458029]},"properties":{"@type":"node","@id":7829088637,"@timestamp":1597917160},"coords":"51.4458029,-0.2016766","bedrooms":"0","price":"172000","area":"361"} , +{"type":"Feature","id":"n7829161401","geometry":{"type":"Point","coordinates":[-0.1842316,51.4622562]},"properties":{"@type":"node","@id":7829161401,"@timestamp":1597918542},"coords":"51.4622562,-0.1842316","bedrooms":"4","price":"279000","area":"465"} , +{"type":"Feature","id":"n7829161411","geometry":{"type":"Point","coordinates":[-0.1955491,51.4561989]},"properties":{"@type":"node","@id":7829161411,"@timestamp":1597918542},"coords":"51.4561989,-0.1955491","bedrooms":"3","price":"251000","area":"522"} , +{"type":"Feature","id":"n7829217030","geometry":{"type":"Point","coordinates":[-0.3312149,51.4636901]},"properties":{"@type":"node","@id":7829217030,"@timestamp":1597919841},"coords":"51.4636901,-0.3312149","bedrooms":"2","price":"234000","area":"651"} , +{"type":"Feature","id":"n7829217058","geometry":{"type":"Point","coordinates":[-0.3312478,51.4639225]},"properties":{"@type":"node","@id":7829217058,"@timestamp":1597919841},"coords":"51.4639225,-0.3312478","bedrooms":"2","price":"225000","area":"685"} , +{"type":"Feature","id":"n7829342071","geometry":{"type":"Point","coordinates":[0.5053655,51.7425284]},"properties":{"@type":"node","@id":7829342071,"@timestamp":1597922980},"coords":"51.7425284,0.5053655","bedrooms":"2","price":"212000","area":"678"} , +{"type":"Feature","id":"n7829515846","geometry":{"type":"Point","coordinates":[-0.0392957,51.5923157]},"properties":{"@type":"node","@id":7829515846,"@timestamp":1617461325},"coords":"51.5923157,-0.0392957","bedrooms":"1","price":"174000","area":"474"} , +{"type":"Feature","id":"n7829555516","geometry":{"type":"Point","coordinates":[-0.3184408,51.5007785]},"properties":{"@type":"node","@id":7829555516,"@timestamp":1600077161},"coords":"51.5007785,-0.3184408","bedrooms":"3","price":"272000","area":"663"} , +{"type":"Feature","id":"n7829555526","geometry":{"type":"Point","coordinates":[-0.3289765,51.5030817]},"properties":{"@type":"node","@id":7829555526,"@timestamp":1601160293},"coords":"51.5030817,-0.3289765","bedrooms":"4","price":"242000","area":"656"} , +{"type":"Feature","id":"n7829583313","geometry":{"type":"Point","coordinates":[-0.4755715,51.5158994]},"properties":{"@type":"node","@id":7829583313,"@timestamp":1636179142},"coords":"51.5158994,-0.4755715","bedrooms":"0","price":"229000","area":"658"} , +{"type":"Feature","id":"n7829717842","geometry":{"type":"Point","coordinates":[0.5318817,50.9396461]},"properties":{"@type":"node","@id":7829717842,"@timestamp":1597931766},"coords":"50.9396461,0.5318817","bedrooms":"1","price":"170000","area":"543"} , +{"type":"Feature","id":"n7829893407","geometry":{"type":"Point","coordinates":[-0.0381539,51.5306134]},"properties":{"@type":"node","@id":7829893407,"@timestamp":1621566231},"coords":"51.5306134,-0.0381539","bedrooms":"3","price":"248000","area":"468"} , +{"type":"Feature","id":"n7830000816","geometry":{"type":"Point","coordinates":[-0.7997659,51.2145039]},"properties":{"@type":"node","@id":7830000816,"@timestamp":1597939629},"coords":"51.2145039,-0.7997659","bedrooms":"0","price":"222000","area":"623"} , +{"type":"Feature","id":"n7830149270","geometry":{"type":"Point","coordinates":[-0.0776955,51.2874299]},"properties":{"@type":"node","@id":7830149270,"@timestamp":1597942519},"coords":"51.2874299,-0.0776955","bedrooms":"0","price":"233000","area":"607"} , +{"type":"Feature","id":"n7830149309","geometry":{"type":"Point","coordinates":[-0.0766093,51.2875053]},"properties":{"@type":"node","@id":7830149309,"@timestamp":1597942519},"coords":"51.2875053,-0.0766093","bedrooms":"1","price":"177000","area":"548"} , +{"type":"Feature","id":"n7830149336","geometry":{"type":"Point","coordinates":[-0.0770237,51.2840831]},"properties":{"@type":"node","@id":7830149336,"@timestamp":1597942519},"coords":"51.2840831,-0.0770237","bedrooms":"4","price":"229000","area":"574"} , +{"type":"Feature","id":"n7830149392","geometry":{"type":"Point","coordinates":[-0.0832799,51.2764292]},"properties":{"@type":"node","@id":7830149392,"@timestamp":1597942519},"coords":"51.2764292,-0.0832799","bedrooms":"3","price":"193000","area":"474"} , +{"type":"Feature","id":"n7830446585","geometry":{"type":"Point","coordinates":[-0.1701116,51.5064045]},"properties":{"@type":"node","@id":7830446585,"@timestamp":1598036909},"coords":"51.5064045,-0.1701116","bedrooms":"0","price":"201000","area":"636"} , +{"type":"Feature","id":"n7830515428","geometry":{"type":"Point","coordinates":[-0.1952682,51.4583823]},"properties":{"@type":"node","@id":7830515428,"@timestamp":1630883579},"coords":"51.4583823,-0.1952682","bedrooms":"1","price":"297000","area":"388"} , +{"type":"Feature","id":"n7830611296","geometry":{"type":"Point","coordinates":[-0.1073125,51.3395099]},"properties":{"@type":"node","@id":7830611296,"@timestamp":1610625686},"coords":"51.3395099,-0.1073125","bedrooms":"2","price":"257000","area":"429"} , +{"type":"Feature","id":"n7830790023","geometry":{"type":"Point","coordinates":[-0.7192033,51.0887658]},"properties":{"@type":"node","@id":7830790023,"@timestamp":1597964206},"coords":"51.0887658,-0.7192033","bedrooms":"3","price":"176000","area":"456"} , +{"type":"Feature","id":"n7830847459","geometry":{"type":"Point","coordinates":[0.0056517,51.5838509]},"properties":{"@type":"node","@id":7830847459,"@timestamp":1597968347},"coords":"51.5838509,0.0056517","bedrooms":"4","price":"266000","area":"426"} , +{"type":"Feature","id":"n7831113385","geometry":{"type":"Point","coordinates":[-0.1870337,51.4912923]},"properties":{"@type":"node","@id":7831113385,"@timestamp":1615507618},"coords":"51.4912923,-0.1870337","bedrooms":"3","price":"266000","area":"502"} , +{"type":"Feature","id":"n7831498363","geometry":{"type":"Point","coordinates":[-0.034179,51.4243867]},"properties":{"@type":"node","@id":7831498363,"@timestamp":1597994922},"coords":"51.4243867,-0.034179","bedrooms":"2","price":"166000","area":"485"} , +{"type":"Feature","id":"n7831498374","geometry":{"type":"Point","coordinates":[-0.0351902,51.4224884]},"properties":{"@type":"node","@id":7831498374,"@timestamp":1597994922},"coords":"51.4224884,-0.0351902","bedrooms":"2","price":"227000","area":"359"} , +{"type":"Feature","id":"n7831508106","geometry":{"type":"Point","coordinates":[-0.0365998,51.42112]},"properties":{"@type":"node","@id":7831508106,"@timestamp":1597994922},"coords":"51.42112,-0.0365998","bedrooms":"1","price":"278000","area":"680"} , +{"type":"Feature","id":"n7831692490","geometry":{"type":"Point","coordinates":[0.8737499,51.1457005]},"properties":{"@type":"node","@id":7831692490,"@timestamp":1597998697},"coords":"51.1457005,0.8737499","bedrooms":"3","price":"161000","area":"509"} , +{"type":"Feature","id":"n7831760740","geometry":{"type":"Point","coordinates":[-0.1028399,51.5931988]},"properties":{"@type":"node","@id":7831760740,"@timestamp":1598000039},"coords":"51.5931988,-0.1028399","bedrooms":"0","price":"270000","area":"632"} , +{"type":"Feature","id":"n7831766598","geometry":{"type":"Point","coordinates":[-0.1199476,51.4475301]},"properties":{"@type":"node","@id":7831766598,"@timestamp":1598000430},"coords":"51.4475301,-0.1199476","bedrooms":"4","price":"183000","area":"618"} , +{"type":"Feature","id":"n7832047481","geometry":{"type":"Point","coordinates":[-0.5850122,51.3543234]},"properties":{"@type":"node","@id":7832047481,"@timestamp":1598007281},"coords":"51.3543234,-0.5850122","bedrooms":"0","price":"244000","area":"653"} , +{"type":"Feature","id":"n7832297622","geometry":{"type":"Point","coordinates":[-0.255281,51.4496535]},"properties":{"@type":"node","@id":7832297622,"@timestamp":1598011874},"coords":"51.4496535,-0.255281","bedrooms":"2","price":"249000","area":"583"} , +{"type":"Feature","id":"n7832341397","geometry":{"type":"Point","coordinates":[0.5491062,51.0741469]},"properties":{"@type":"node","@id":7832341397,"@timestamp":1598012787},"coords":"51.0741469,0.5491062","bedrooms":"2","price":"222000","area":"622"} , +{"type":"Feature","id":"n7832750837","geometry":{"type":"Point","coordinates":[-0.1309522,51.5382436]},"properties":{"@type":"node","@id":7832750837,"@timestamp":1598022219},"coords":"51.5382436,-0.1309522","bedrooms":"3","price":"231000","area":"395"} , +{"type":"Feature","id":"n7833019499","geometry":{"type":"Point","coordinates":[-0.0763041,51.5421936]},"properties":{"@type":"node","@id":7833019499,"@timestamp":1598030705},"coords":"51.5421936,-0.0763041","bedrooms":"4","price":"170000","area":"484"} , +{"type":"Feature","id":"n7833045694","geometry":{"type":"Point","coordinates":[-0.0700201,51.385325]},"properties":{"@type":"node","@id":7833045694,"@timestamp":1598031372},"coords":"51.385325,-0.0700201","bedrooms":"3","price":"227000","area":"353"} , +{"type":"Feature","id":"n7833075901","geometry":{"type":"Point","coordinates":[-0.0907637,51.3802786]},"properties":{"@type":"node","@id":7833075901,"@timestamp":1598031919},"coords":"51.3802786,-0.0907637","bedrooms":"0","price":"298000","area":"377"} , +{"type":"Feature","id":"n7833197290","geometry":{"type":"Point","coordinates":[-0.3149911,51.5050227]},"properties":{"@type":"node","@id":7833197290,"@timestamp":1598035158},"coords":"51.5050227,-0.3149911","bedrooms":"0","price":"153000","area":"670"} , +{"type":"Feature","id":"n7833197300","geometry":{"type":"Point","coordinates":[-0.314414,51.5055341]},"properties":{"@type":"node","@id":7833197300,"@timestamp":1610311279},"coords":"51.5055341,-0.314414","bedrooms":"0","price":"280000","area":"552"} , +{"type":"Feature","id":"n7833236824","geometry":{"type":"Point","coordinates":[-0.3098006,51.4966166]},"properties":{"@type":"node","@id":7833236824,"@timestamp":1598036450},"coords":"51.4966166,-0.3098006","bedrooms":"3","price":"197000","area":"499"} , +{"type":"Feature","id":"n7833511271","geometry":{"type":"Point","coordinates":[-0.3460736,51.5422286]},"properties":{"@type":"node","@id":7833511271,"@timestamp":1598040679},"coords":"51.5422286,-0.3460736","bedrooms":"1","price":"170000","area":"678"} , +{"type":"Feature","id":"n7833558960","geometry":{"type":"Point","coordinates":[-0.3423448,51.5483882]},"properties":{"@type":"node","@id":7833558960,"@timestamp":1598041267},"coords":"51.5483882,-0.3423448","bedrooms":"1","price":"281000","area":"550"} , +{"type":"Feature","id":"n7833582688","geometry":{"type":"Point","coordinates":[0.0496696,51.5033648]},"properties":{"@type":"node","@id":7833582688,"@timestamp":1598042070},"coords":"51.5033648,0.0496696","bedrooms":"3","price":"151000","area":"393"} , +{"type":"Feature","id":"n7833650787","geometry":{"type":"Point","coordinates":[-0.4008103,51.3833413]},"properties":{"@type":"node","@id":7833650787,"@timestamp":1598044766},"coords":"51.3833413,-0.4008103","bedrooms":"0","price":"293000","area":"619"} , +{"type":"Feature","id":"n7833699282","geometry":{"type":"Point","coordinates":[-0.4502967,51.5313045]},"properties":{"@type":"node","@id":7833699282,"@timestamp":1598046084},"coords":"51.5313045,-0.4502967","bedrooms":"0","price":"188000","area":"447"} , +{"type":"Feature","id":"n7833718402","geometry":{"type":"Point","coordinates":[-0.4490406,51.5311894]},"properties":{"@type":"node","@id":7833718402,"@timestamp":1598046084},"coords":"51.5311894,-0.4490406","bedrooms":"2","price":"224000","area":"652"} , +{"type":"Feature","id":"n7833718412","geometry":{"type":"Point","coordinates":[-0.4470754,51.5301988]},"properties":{"@type":"node","@id":7833718412,"@timestamp":1598046084},"coords":"51.5301988,-0.4470754","bedrooms":"1","price":"178000","area":"485"} , +{"type":"Feature","id":"n7833718434","geometry":{"type":"Point","coordinates":[-0.4476327,51.5299741]},"properties":{"@type":"node","@id":7833718434,"@timestamp":1598046084},"coords":"51.5299741,-0.4476327","bedrooms":"1","price":"214000","area":"617"} , +{"type":"Feature","id":"n7833767851","geometry":{"type":"Point","coordinates":[-0.5363823,51.6523645]},"properties":{"@type":"node","@id":7833767851,"@timestamp":1633101823},"coords":"51.6523645,-0.5363823","bedrooms":"0","price":"255000","area":"683"} , +{"type":"Feature","id":"n7833824664","geometry":{"type":"Point","coordinates":[-0.5008267,51.6304603]},"properties":{"@type":"node","@id":7833824664,"@timestamp":1598051832},"coords":"51.6304603,-0.5008267","bedrooms":"0","price":"184000","area":"439"} , +{"type":"Feature","id":"n7833876287","geometry":{"type":"Point","coordinates":[-0.6085681,51.7006666]},"properties":{"@type":"node","@id":7833876287,"@timestamp":1598053295},"coords":"51.7006666,-0.6085681","bedrooms":"3","price":"211000","area":"409"} , +{"type":"Feature","id":"n7834146612","geometry":{"type":"Point","coordinates":[-1.1063709,51.242692]},"properties":{"@type":"node","@id":7834146612,"@timestamp":1600170116},"coords":"51.242692,-1.1063709","bedrooms":"3","price":"153000","area":"480"} , +{"type":"Feature","id":"n7834154061","geometry":{"type":"Point","coordinates":[-0.8950583,51.7146393]},"properties":{"@type":"node","@id":7834154061,"@timestamp":1598094037},"coords":"51.7146393,-0.8950583","bedrooms":"0","price":"189000","area":"655"} , +{"type":"Feature","id":"n7834155119","geometry":{"type":"Point","coordinates":[-0.7869253,51.3554939]},"properties":{"@type":"node","@id":7834155119,"@timestamp":1617139463},"coords":"51.3554939,-0.7869253","bedrooms":"0","price":"265000","area":"555"} , +{"type":"Feature","id":"n7834155129","geometry":{"type":"Point","coordinates":[-0.7847714,51.3495037]},"properties":{"@type":"node","@id":7834155129,"@timestamp":1617139463},"coords":"51.3495037,-0.7847714","bedrooms":"0","price":"216000","area":"474"} , +{"type":"Feature","id":"n7834155139","geometry":{"type":"Point","coordinates":[-0.7838434,51.3566044]},"properties":{"@type":"node","@id":7834155139,"@timestamp":1617139463},"coords":"51.3566044,-0.7838434","bedrooms":"2","price":"167000","area":"451"} , +{"type":"Feature","id":"n7834155149","geometry":{"type":"Point","coordinates":[-0.7796994,51.3543699]},"properties":{"@type":"node","@id":7834155149,"@timestamp":1619537213},"coords":"51.3543699,-0.7796994","bedrooms":"3","price":"268000","area":"595"} , +{"type":"Feature","id":"n7834159727","geometry":{"type":"Point","coordinates":[0.5696905,51.8783323]},"properties":{"@type":"node","@id":7834159727,"@timestamp":1598078140},"coords":"51.8783323,0.5696905","bedrooms":"1","price":"221000","area":"495"} , +{"type":"Feature","id":"n7834159737","geometry":{"type":"Point","coordinates":[0.5670029,51.8859981]},"properties":{"@type":"node","@id":7834159737,"@timestamp":1598078140},"coords":"51.8859981,0.5670029","bedrooms":"0","price":"230000","area":"397"} , +{"type":"Feature","id":"n7834166764","geometry":{"type":"Point","coordinates":[0.5738988,51.8869798]},"properties":{"@type":"node","@id":7834166764,"@timestamp":1598077944},"coords":"51.8869798,0.5738988","bedrooms":"0","price":"296000","area":"578"} , +{"type":"Feature","id":"n7834166774","geometry":{"type":"Point","coordinates":[0.5769539,51.8863755]},"properties":{"@type":"node","@id":7834166774,"@timestamp":1598077944},"coords":"51.8863755,0.5769539","bedrooms":"4","price":"173000","area":"556"} , +{"type":"Feature","id":"n7834166784","geometry":{"type":"Point","coordinates":[0.5751702,51.8844634]},"properties":{"@type":"node","@id":7834166784,"@timestamp":1598077944},"coords":"51.8844634,0.5751702","bedrooms":"3","price":"217000","area":"588"} , +{"type":"Feature","id":"n7834183193","geometry":{"type":"Point","coordinates":[0.574446,51.8831322]},"properties":{"@type":"node","@id":7834183193,"@timestamp":1598077944},"coords":"51.8831322,0.574446","bedrooms":"3","price":"189000","area":"629"} , +{"type":"Feature","id":"n7834183203","geometry":{"type":"Point","coordinates":[0.5775118,51.8832415]},"properties":{"@type":"node","@id":7834183203,"@timestamp":1598077944},"coords":"51.8832415,0.5775118","bedrooms":"0","price":"181000","area":"482"} , +{"type":"Feature","id":"n7834183213","geometry":{"type":"Point","coordinates":[0.577552,51.8882462]},"properties":{"@type":"node","@id":7834183213,"@timestamp":1598077944},"coords":"51.8882462,0.577552","bedrooms":"3","price":"177000","area":"376"} , +{"type":"Feature","id":"n7834183223","geometry":{"type":"Point","coordinates":[0.5746767,51.8778653]},"properties":{"@type":"node","@id":7834183223,"@timestamp":1598077944},"coords":"51.8778653,0.5746767","bedrooms":"3","price":"279000","area":"364"} , +{"type":"Feature","id":"n7834183233","geometry":{"type":"Point","coordinates":[0.5760258,51.8693552]},"properties":{"@type":"node","@id":7834183233,"@timestamp":1598077944},"coords":"51.8693552,0.5760258","bedrooms":"4","price":"231000","area":"692"} , +{"type":"Feature","id":"n7834183243","geometry":{"type":"Point","coordinates":[0.578928,51.8725548]},"properties":{"@type":"node","@id":7834183243,"@timestamp":1598077944},"coords":"51.8725548,0.578928","bedrooms":"4","price":"162000","area":"585"} , +{"type":"Feature","id":"n7834204499","geometry":{"type":"Point","coordinates":[0.2835926,51.6374774]},"properties":{"@type":"node","@id":7834204499,"@timestamp":1598079724},"coords":"51.6374774,0.2835926","bedrooms":"2","price":"279000","area":"466"} , +{"type":"Feature","id":"n7834204509","geometry":{"type":"Point","coordinates":[0.2953327,51.6363038]},"properties":{"@type":"node","@id":7834204509,"@timestamp":1598079724},"coords":"51.6363038,0.2953327","bedrooms":"1","price":"245000","area":"361"} , +{"type":"Feature","id":"n7834277116","geometry":{"type":"Point","coordinates":[-0.00368,51.4055909]},"properties":{"@type":"node","@id":7834277116,"@timestamp":1598083583},"coords":"51.4055909,-0.00368","bedrooms":"4","price":"248000","area":"472"} , +{"type":"Feature","id":"n7834277126","geometry":{"type":"Point","coordinates":[-0.0003862,51.4004239]},"properties":{"@type":"node","@id":7834277126,"@timestamp":1598083583},"coords":"51.4004239,-0.0003862","bedrooms":"4","price":"151000","area":"592"} , +{"type":"Feature","id":"n7834277136","geometry":{"type":"Point","coordinates":[-0.0055066,51.3987806]},"properties":{"@type":"node","@id":7834277136,"@timestamp":1598083583},"coords":"51.3987806,-0.0055066","bedrooms":"1","price":"278000","area":"540"} , +{"type":"Feature","id":"n7834277146","geometry":{"type":"Point","coordinates":[-0.0099671,51.4007033]},"properties":{"@type":"node","@id":7834277146,"@timestamp":1598083583},"coords":"51.4007033,-0.0099671","bedrooms":"4","price":"249000","area":"457"} , +{"type":"Feature","id":"n7834288774","geometry":{"type":"Point","coordinates":[-0.2015077,51.8129172]},"properties":{"@type":"node","@id":7834288774,"@timestamp":1598083915},"coords":"51.8129172,-0.2015077","bedrooms":"3","price":"216000","area":"654"} , +{"type":"Feature","id":"n7834288784","geometry":{"type":"Point","coordinates":[-0.1854278,51.8148822]},"properties":{"@type":"node","@id":7834288784,"@timestamp":1598083915},"coords":"51.8148822,-0.1854278","bedrooms":"3","price":"200000","area":"476"} , +{"type":"Feature","id":"n7834300694","geometry":{"type":"Point","coordinates":[-0.1945661,51.8148374]},"properties":{"@type":"node","@id":7834300694,"@timestamp":1598083915},"coords":"51.8148374,-0.1945661","bedrooms":"4","price":"279000","area":"617"} , +{"type":"Feature","id":"n7834300708","geometry":{"type":"Point","coordinates":[-0.1912107,51.8114687]},"properties":{"@type":"node","@id":7834300708,"@timestamp":1598083915},"coords":"51.8114687,-0.1912107","bedrooms":"3","price":"256000","area":"469"} , +{"type":"Feature","id":"n7834300718","geometry":{"type":"Point","coordinates":[-0.2012086,51.8166008]},"properties":{"@type":"node","@id":7834300718,"@timestamp":1598083915},"coords":"51.8166008,-0.2012086","bedrooms":"1","price":"198000","area":"405"} , +{"type":"Feature","id":"n7834492325","geometry":{"type":"Point","coordinates":[-0.1873087,51.4939814]},"properties":{"@type":"node","@id":7834492325,"@timestamp":1615507618},"coords":"51.4939814,-0.1873087","bedrooms":"3","price":"150000","area":"570"} , +{"type":"Feature","id":"n7834695474","geometry":{"type":"Point","coordinates":[0.0391902,51.5020036]},"properties":{"@type":"node","@id":7834695474,"@timestamp":1598545467},"coords":"51.5020036,0.0391902","bedrooms":"4","price":"253000","area":"470"} , +{"type":"Feature","id":"n7834741277","geometry":{"type":"Point","coordinates":[0.347488,51.5992093]},"properties":{"@type":"node","@id":7834741277,"@timestamp":1598099596},"coords":"51.5992093,0.347488","bedrooms":"1","price":"257000","area":"481"} , +{"type":"Feature","id":"n7834801494","geometry":{"type":"Point","coordinates":[-0.6376262,51.6053094]},"properties":{"@type":"node","@id":7834801494,"@timestamp":1598099541},"coords":"51.6053094,-0.6376262","bedrooms":"1","price":"176000","area":"442"} , +{"type":"Feature","id":"n7834823412","geometry":{"type":"Point","coordinates":[-0.762187,51.6197857]},"properties":{"@type":"node","@id":7834823412,"@timestamp":1598100770},"coords":"51.6197857,-0.762187","bedrooms":"2","price":"259000","area":"643"} , +{"type":"Feature","id":"n7834934130","geometry":{"type":"Point","coordinates":[-0.7629377,51.618267]},"properties":{"@type":"node","@id":7834934130,"@timestamp":1598102312},"coords":"51.618267,-0.7629377","bedrooms":"4","price":"247000","area":"411"} , +{"type":"Feature","id":"n7834934151","geometry":{"type":"Point","coordinates":[-0.7631673,51.6181018]},"properties":{"@type":"node","@id":7834934151,"@timestamp":1598102312},"coords":"51.6181018,-0.7631673","bedrooms":"4","price":"261000","area":"536"} , +{"type":"Feature","id":"n7835081483","geometry":{"type":"Point","coordinates":[0.0155415,51.5058119]},"properties":{"@type":"node","@id":7835081483,"@timestamp":1599948063},"coords":"51.5058119,0.0155415","bedrooms":"4","price":"197000","area":"575"} , +{"type":"Feature","id":"n7835276925","geometry":{"type":"Point","coordinates":[0.0328817,51.5022263]},"properties":{"@type":"node","@id":7835276925,"@timestamp":1598110825},"coords":"51.5022263,0.0328817","bedrooms":"4","price":"166000","area":"587"} , +{"type":"Feature","id":"n7835358169","geometry":{"type":"Point","coordinates":[0.6452268,51.1168698]},"properties":{"@type":"node","@id":7835358169,"@timestamp":1598115442},"coords":"51.1168698,0.6452268","bedrooms":"4","price":"216000","area":"699"} , +{"type":"Feature","id":"n7835460030","geometry":{"type":"Point","coordinates":[0.7482344,51.1516532]},"properties":{"@type":"node","@id":7835460030,"@timestamp":1598116179},"coords":"51.1516532,0.7482344","bedrooms":"3","price":"285000","area":"472"} , +{"type":"Feature","id":"n7835476618","geometry":{"type":"Point","coordinates":[0.7220547,51.1555134]},"properties":{"@type":"node","@id":7835476618,"@timestamp":1598116118},"coords":"51.1555134,0.7220547","bedrooms":"0","price":"251000","area":"563"} , +{"type":"Feature","id":"n7835495854","geometry":{"type":"Point","coordinates":[0.7480305,51.1676337]},"properties":{"@type":"node","@id":7835495854,"@timestamp":1598116555},"coords":"51.1676337,0.7480305","bedrooms":"2","price":"184000","area":"366"} , +{"type":"Feature","id":"n7835564928","geometry":{"type":"Point","coordinates":[-0.1544388,51.5278906]},"properties":{"@type":"node","@id":7835564928,"@timestamp":1598119072},"coords":"51.5278906,-0.1544388","bedrooms":"2","price":"223000","area":"518"} , +{"type":"Feature","id":"n7835678438","geometry":{"type":"Point","coordinates":[0.890834,51.3107109]},"properties":{"@type":"node","@id":7835678438,"@timestamp":1598121915},"coords":"51.3107109,0.890834","bedrooms":"1","price":"234000","area":"476"} , +{"type":"Feature","id":"n7835681418","geometry":{"type":"Point","coordinates":[-0.3351417,51.0611214]},"properties":{"@type":"node","@id":7835681418,"@timestamp":1598123894},"coords":"51.0611214,-0.3351417","bedrooms":"0","price":"170000","area":"365"} , +{"type":"Feature","id":"n7835721746","geometry":{"type":"Point","coordinates":[-0.2041187,51.469394]},"properties":{"@type":"node","@id":7835721746,"@timestamp":1598122600},"coords":"51.469394,-0.2041187","bedrooms":"4","price":"249000","area":"696"} , +{"type":"Feature","id":"n7835721772","geometry":{"type":"Point","coordinates":[-0.2039765,51.4694023]},"properties":{"@type":"node","@id":7835721772,"@timestamp":1598122600},"coords":"51.4694023,-0.2039765","bedrooms":"2","price":"281000","area":"353"} , +{"type":"Feature","id":"n7835732680","geometry":{"type":"Point","coordinates":[-0.8647469,51.1207767]},"properties":{"@type":"node","@id":7835732680,"@timestamp":1598126237},"coords":"51.1207767,-0.8647469","bedrooms":"0","price":"263000","area":"400"} , +{"type":"Feature","id":"n7835741104","geometry":{"type":"Point","coordinates":[0.8794963,51.324873]},"properties":{"@type":"node","@id":7835741104,"@timestamp":1598123727},"coords":"51.324873,0.8794963","bedrooms":"0","price":"183000","area":"537"} , +{"type":"Feature","id":"n7835741114","geometry":{"type":"Point","coordinates":[0.8809394,51.3216078]},"properties":{"@type":"node","@id":7835741114,"@timestamp":1598123727},"coords":"51.3216078,0.8809394","bedrooms":"0","price":"253000","area":"383"} , +{"type":"Feature","id":"n7835741124","geometry":{"type":"Point","coordinates":[0.8762616,51.3206154]},"properties":{"@type":"node","@id":7835741124,"@timestamp":1598123727},"coords":"51.3206154,0.8762616","bedrooms":"2","price":"287000","area":"415"} , +{"type":"Feature","id":"n7835743952","geometry":{"type":"Point","coordinates":[0.8788955,51.3188653]},"properties":{"@type":"node","@id":7835743952,"@timestamp":1598123469},"coords":"51.3188653,0.8788955","bedrooms":"2","price":"189000","area":"635"} , +{"type":"Feature","id":"n7835743962","geometry":{"type":"Point","coordinates":[0.8841714,51.3169207]},"properties":{"@type":"node","@id":7835743962,"@timestamp":1598123469},"coords":"51.3169207,0.8841714","bedrooms":"0","price":"188000","area":"691"} , +{"type":"Feature","id":"n7835743972","geometry":{"type":"Point","coordinates":[0.8784422,51.3152041]},"properties":{"@type":"node","@id":7835743972,"@timestamp":1598123469},"coords":"51.3152041,0.8784422","bedrooms":"4","price":"164000","area":"469"} , +{"type":"Feature","id":"n7835743982","geometry":{"type":"Point","coordinates":[0.8769107,51.3144195]},"properties":{"@type":"node","@id":7835743982,"@timestamp":1598123469},"coords":"51.3144195,0.8769107","bedrooms":"4","price":"168000","area":"589"} , +{"type":"Feature","id":"n7835749492","geometry":{"type":"Point","coordinates":[0.8865961,51.3126407]},"properties":{"@type":"node","@id":7835749492,"@timestamp":1598123469},"coords":"51.3126407,0.8865961","bedrooms":"4","price":"291000","area":"487"} , +{"type":"Feature","id":"n7835749502","geometry":{"type":"Point","coordinates":[0.8774927,51.309549]},"properties":{"@type":"node","@id":7835749502,"@timestamp":1598123469},"coords":"51.309549,0.8774927","bedrooms":"3","price":"190000","area":"645"} , +{"type":"Feature","id":"n7835778821","geometry":{"type":"Point","coordinates":[0.8049457,51.3326989]},"properties":{"@type":"node","@id":7835778821,"@timestamp":1598124882},"coords":"51.3326989,0.8049457","bedrooms":"2","price":"191000","area":"508"} , +{"type":"Feature","id":"n7835778831","geometry":{"type":"Point","coordinates":[0.8030131,51.3283457]},"properties":{"@type":"node","@id":7835778831,"@timestamp":1598124882},"coords":"51.3283457,0.8030131","bedrooms":"1","price":"171000","area":"453"} , +{"type":"Feature","id":"n7835824087","geometry":{"type":"Point","coordinates":[-0.8666405,51.1215023]},"properties":{"@type":"node","@id":7835824087,"@timestamp":1598126237},"coords":"51.1215023,-0.8666405","bedrooms":"0","price":"226000","area":"495"} , +{"type":"Feature","id":"n7835824097","geometry":{"type":"Point","coordinates":[-0.8676101,51.1215133]},"properties":{"@type":"node","@id":7835824097,"@timestamp":1598126237},"coords":"51.1215133,-0.8676101","bedrooms":"1","price":"198000","area":"406"} , +{"type":"Feature","id":"n7835824107","geometry":{"type":"Point","coordinates":[-0.8668926,51.1219788]},"properties":{"@type":"node","@id":7835824107,"@timestamp":1598126237},"coords":"51.1219788,-0.8668926","bedrooms":"2","price":"298000","area":"384"} , +{"type":"Feature","id":"n7835824117","geometry":{"type":"Point","coordinates":[-0.8677456,51.1219342]},"properties":{"@type":"node","@id":7835824117,"@timestamp":1598126237},"coords":"51.1219342,-0.8677456","bedrooms":"2","price":"211000","area":"475"} , +{"type":"Feature","id":"n7835824127","geometry":{"type":"Point","coordinates":[-0.8674653,51.1223037]},"properties":{"@type":"node","@id":7835824127,"@timestamp":1598126237},"coords":"51.1223037,-0.8674653","bedrooms":"2","price":"297000","area":"548"} , +{"type":"Feature","id":"n7835824137","geometry":{"type":"Point","coordinates":[-0.8689807,51.1231135]},"properties":{"@type":"node","@id":7835824137,"@timestamp":1598126237},"coords":"51.1231135,-0.8689807","bedrooms":"4","price":"178000","area":"499"} , +{"type":"Feature","id":"n7835824147","geometry":{"type":"Point","coordinates":[-0.8689405,51.1226429]},"properties":{"@type":"node","@id":7835824147,"@timestamp":1598126237},"coords":"51.1226429,-0.8689405","bedrooms":"3","price":"206000","area":"387"} , +{"type":"Feature","id":"n7835824157","geometry":{"type":"Point","coordinates":[-0.8686012,51.122403]},"properties":{"@type":"node","@id":7835824157,"@timestamp":1598126237},"coords":"51.122403,-0.8686012","bedrooms":"3","price":"177000","area":"608"} , +{"type":"Feature","id":"n7835824167","geometry":{"type":"Point","coordinates":[-0.8684134,51.1227902]},"properties":{"@type":"node","@id":7835824167,"@timestamp":1598126237},"coords":"51.1227902,-0.8684134","bedrooms":"1","price":"152000","area":"677"} , +{"type":"Feature","id":"n7835824177","geometry":{"type":"Point","coordinates":[-0.8677697,51.1227608]},"properties":{"@type":"node","@id":7835824177,"@timestamp":1598126237},"coords":"51.1227608,-0.8677697","bedrooms":"4","price":"208000","area":"496"} , +{"type":"Feature","id":"n7835824187","geometry":{"type":"Point","coordinates":[-0.8674867,51.1232961]},"properties":{"@type":"node","@id":7835824187,"@timestamp":1598126237},"coords":"51.1232961,-0.8674867","bedrooms":"0","price":"156000","area":"560"} , +{"type":"Feature","id":"n7835824197","geometry":{"type":"Point","coordinates":[-0.8673352,51.1240023]},"properties":{"@type":"node","@id":7835824197,"@timestamp":1598126237},"coords":"51.1240023,-0.8673352","bedrooms":"4","price":"201000","area":"559"} , +{"type":"Feature","id":"n7835824207","geometry":{"type":"Point","coordinates":[-0.8515424,51.1182025]},"properties":{"@type":"node","@id":7835824207,"@timestamp":1598126237},"coords":"51.1182025,-0.8515424","bedrooms":"1","price":"285000","area":"471"} , +{"type":"Feature","id":"n7835824217","geometry":{"type":"Point","coordinates":[-0.8473823,51.1186049]},"properties":{"@type":"node","@id":7835824217,"@timestamp":1598126237},"coords":"51.1186049,-0.8473823","bedrooms":"4","price":"186000","area":"627"} , +{"type":"Feature","id":"n7835824227","geometry":{"type":"Point","coordinates":[-0.8592725,51.1176132]},"properties":{"@type":"node","@id":7835824227,"@timestamp":1598126237},"coords":"51.1176132,-0.8592725","bedrooms":"3","price":"191000","area":"410"} , +{"type":"Feature","id":"n7835824237","geometry":{"type":"Point","coordinates":[-0.8583257,51.1176519]},"properties":{"@type":"node","@id":7835824237,"@timestamp":1598126237},"coords":"51.1176519,-0.8583257","bedrooms":"2","price":"174000","area":"372"} , +{"type":"Feature","id":"n7835824247","geometry":{"type":"Point","coordinates":[-0.8585107,51.1182951]},"properties":{"@type":"node","@id":7835824247,"@timestamp":1598126237},"coords":"51.1182951,-0.8585107","bedrooms":"0","price":"268000","area":"561"} , +{"type":"Feature","id":"n7835824257","geometry":{"type":"Point","coordinates":[-0.8583364,51.1190864]},"properties":{"@type":"node","@id":7835824257,"@timestamp":1598126237},"coords":"51.1190864,-0.8583364","bedrooms":"1","price":"262000","area":"556"} , +{"type":"Feature","id":"n7835824267","geometry":{"type":"Point","coordinates":[-0.8586288,51.1189163]},"properties":{"@type":"node","@id":7835824267,"@timestamp":1598126237},"coords":"51.1189163,-0.8586288","bedrooms":"4","price":"265000","area":"604"} , +{"type":"Feature","id":"n7835824277","geometry":{"type":"Point","coordinates":[-0.8591169,51.1188305]},"properties":{"@type":"node","@id":7835824277,"@timestamp":1598126237},"coords":"51.1188305,-0.8591169","bedrooms":"4","price":"172000","area":"555"} , +{"type":"Feature","id":"n7835824287","geometry":{"type":"Point","coordinates":[-0.8597446,51.1185392]},"properties":{"@type":"node","@id":7835824287,"@timestamp":1598126237},"coords":"51.1185392,-0.8597446","bedrooms":"4","price":"296000","area":"535"} , +{"type":"Feature","id":"n7835824297","geometry":{"type":"Point","coordinates":[-0.8594683,51.1191941]},"properties":{"@type":"node","@id":7835824297,"@timestamp":1598126237},"coords":"51.1191941,-0.8594683","bedrooms":"1","price":"246000","area":"652"} , +{"type":"Feature","id":"n7835824307","geometry":{"type":"Point","coordinates":[-0.8617066,51.1199896]},"properties":{"@type":"node","@id":7835824307,"@timestamp":1598126237},"coords":"51.1199896,-0.8617066","bedrooms":"4","price":"261000","area":"543"} , +{"type":"Feature","id":"n7835824317","geometry":{"type":"Point","coordinates":[-0.866273,51.1201807]},"properties":{"@type":"node","@id":7835824317,"@timestamp":1598126237},"coords":"51.1201807,-0.866273","bedrooms":"0","price":"183000","area":"494"} , +{"type":"Feature","id":"n7835824327","geometry":{"type":"Point","coordinates":[-0.8654657,51.1214123]},"properties":{"@type":"node","@id":7835824327,"@timestamp":1598126237},"coords":"51.1214123,-0.8654657","bedrooms":"2","price":"201000","area":"572"} , +{"type":"Feature","id":"n7835824337","geometry":{"type":"Point","coordinates":[-0.8646812,51.1218323]},"properties":{"@type":"node","@id":7835824337,"@timestamp":1598126237},"coords":"51.1218323,-0.8646812","bedrooms":"1","price":"233000","area":"438"} , +{"type":"Feature","id":"n7835824347","geometry":{"type":"Point","coordinates":[-0.8657634,51.1216219]},"properties":{"@type":"node","@id":7835824347,"@timestamp":1598126237},"coords":"51.1216219,-0.8657634","bedrooms":"0","price":"155000","area":"435"} , +{"type":"Feature","id":"n7835824357","geometry":{"type":"Point","coordinates":[-0.8663133,51.1219603]},"properties":{"@type":"node","@id":7835824357,"@timestamp":1598126237},"coords":"51.1219603,-0.8663133","bedrooms":"1","price":"201000","area":"419"} , +{"type":"Feature","id":"n7835824367","geometry":{"type":"Point","coordinates":[-0.8664528,51.1222599]},"properties":{"@type":"node","@id":7835824367,"@timestamp":1598126237},"coords":"51.1222599,-0.8664528","bedrooms":"3","price":"201000","area":"459"} , +{"type":"Feature","id":"n7835824377","geometry":{"type":"Point","coordinates":[-0.8654308,51.1220082]},"properties":{"@type":"node","@id":7835824377,"@timestamp":1598126237},"coords":"51.1220082,-0.8654308","bedrooms":"2","price":"246000","area":"461"} , +{"type":"Feature","id":"n7835824387","geometry":{"type":"Point","coordinates":[-0.8657071,51.1226606]},"properties":{"@type":"node","@id":7835824387,"@timestamp":1598126237},"coords":"51.1226606,-0.8657071","bedrooms":"1","price":"172000","area":"581"} , +{"type":"Feature","id":"n7835824397","geometry":{"type":"Point","coordinates":[-0.8645229,51.1230057]},"properties":{"@type":"node","@id":7835824397,"@timestamp":1598126237},"coords":"51.1230057,-0.8645229","bedrooms":"2","price":"257000","area":"523"} , +{"type":"Feature","id":"n7835824407","geometry":{"type":"Point","coordinates":[-0.8637625,51.1231665]},"properties":{"@type":"node","@id":7835824407,"@timestamp":1598126237},"coords":"51.1231665,-0.8637625","bedrooms":"1","price":"164000","area":"594"} , +{"type":"Feature","id":"n7835824417","geometry":{"type":"Point","coordinates":[-0.8629994,51.1235781]},"properties":{"@type":"node","@id":7835824417,"@timestamp":1598126237},"coords":"51.1235781,-0.8629994","bedrooms":"0","price":"157000","area":"616"} , +{"type":"Feature","id":"n7835824427","geometry":{"type":"Point","coordinates":[-0.8626413,51.1233853]},"properties":{"@type":"node","@id":7835824427,"@timestamp":1598126237},"coords":"51.1233853,-0.8626413","bedrooms":"0","price":"235000","area":"461"} , +{"type":"Feature","id":"n7835824437","geometry":{"type":"Point","coordinates":[-0.8634554,51.1228576]},"properties":{"@type":"node","@id":7835824437,"@timestamp":1598126237},"coords":"51.1228576,-0.8634554","bedrooms":"4","price":"206000","area":"675"} , +{"type":"Feature","id":"n7835824447","geometry":{"type":"Point","coordinates":[-0.8627754,51.1229796]},"properties":{"@type":"node","@id":7835824447,"@timestamp":1598126237},"coords":"51.1229796,-0.8627754","bedrooms":"4","price":"290000","area":"393"} , +{"type":"Feature","id":"n7835824457","geometry":{"type":"Point","coordinates":[-0.8627942,51.1224864]},"properties":{"@type":"node","@id":7835824457,"@timestamp":1598126237},"coords":"51.1224864,-0.8627942","bedrooms":"0","price":"164000","area":"438"} , +{"type":"Feature","id":"n7835824467","geometry":{"type":"Point","coordinates":[-0.8619963,51.1236585]},"properties":{"@type":"node","@id":7835824467,"@timestamp":1598126237},"coords":"51.1236585,-0.8619963","bedrooms":"1","price":"226000","area":"567"} , +{"type":"Feature","id":"n7835824477","geometry":{"type":"Point","coordinates":[-0.8618461,51.1234809]},"properties":{"@type":"node","@id":7835824477,"@timestamp":1598126237},"coords":"51.1234809,-0.8618461","bedrooms":"4","price":"281000","area":"485"} , +{"type":"Feature","id":"n7835824487","geometry":{"type":"Point","coordinates":[-0.8616301,51.1229897]},"properties":{"@type":"node","@id":7835824487,"@timestamp":1598126237},"coords":"51.1229897,-0.8616301","bedrooms":"0","price":"202000","area":"643"} , +{"type":"Feature","id":"n7835824497","geometry":{"type":"Point","coordinates":[-0.8615899,51.1228475]},"properties":{"@type":"node","@id":7835824497,"@timestamp":1598126237},"coords":"51.1228475,-0.8615899","bedrooms":"4","price":"286000","area":"449"} , +{"type":"Feature","id":"n7835824507","geometry":{"type":"Point","coordinates":[-0.8612278,51.1230764]},"properties":{"@type":"node","@id":7835824507,"@timestamp":1598126237},"coords":"51.1230764,-0.8612278","bedrooms":"0","price":"243000","area":"625"} , +{"type":"Feature","id":"n7835824517","geometry":{"type":"Point","coordinates":[-0.86034,51.1216244]},"properties":{"@type":"node","@id":7835824517,"@timestamp":1598126237},"coords":"51.1216244,-0.86034","bedrooms":"3","price":"183000","area":"447"} , +{"type":"Feature","id":"n7835824527","geometry":{"type":"Point","coordinates":[-0.860977,51.1225613]},"properties":{"@type":"node","@id":7835824527,"@timestamp":1598126237},"coords":"51.1225613,-0.860977","bedrooms":"4","price":"152000","area":"410"} , +{"type":"Feature","id":"n7835841309","geometry":{"type":"Point","coordinates":[-0.7640343,51.6183902]},"properties":{"@type":"node","@id":7835841309,"@timestamp":1598127031},"coords":"51.6183902,-0.7640343","bedrooms":"2","price":"279000","area":"549"} , +{"type":"Feature","id":"n7835878727","geometry":{"type":"Point","coordinates":[0.3045964,51.6260245]},"properties":{"@type":"node","@id":7835878727,"@timestamp":1598128576},"coords":"51.6260245,0.3045964","bedrooms":"1","price":"242000","area":"495"} , +{"type":"Feature","id":"n7835904935","geometry":{"type":"Point","coordinates":[-0.7554021,51.6229818]},"properties":{"@type":"node","@id":7835904935,"@timestamp":1598266746},"coords":"51.6229818,-0.7554021","bedrooms":"3","price":"223000","area":"628"} , +{"type":"Feature","id":"n7835992379","geometry":{"type":"Point","coordinates":[0.0979304,51.5094675]},"properties":{"@type":"node","@id":7835992379,"@timestamp":1598132338},"coords":"51.5094675,0.0979304","bedrooms":"0","price":"275000","area":"540"} , +{"type":"Feature","id":"n7836162673","geometry":{"type":"Point","coordinates":[-0.3731751,51.5391351]},"properties":{"@type":"node","@id":7836162673,"@timestamp":1598143453},"coords":"51.5391351,-0.3731751","bedrooms":"0","price":"251000","area":"693"} , +{"type":"Feature","id":"n7836180059","geometry":{"type":"Point","coordinates":[-0.3911801,51.5395042]},"properties":{"@type":"node","@id":7836180059,"@timestamp":1598143717},"coords":"51.5395042,-0.3911801","bedrooms":"3","price":"269000","area":"433"} , +{"type":"Feature","id":"n7836180069","geometry":{"type":"Point","coordinates":[-0.3922279,51.5396795]},"properties":{"@type":"node","@id":7836180069,"@timestamp":1598143717},"coords":"51.5396795,-0.3922279","bedrooms":"1","price":"226000","area":"649"} , +{"type":"Feature","id":"n7836191144","geometry":{"type":"Point","coordinates":[-0.3869157,51.535798]},"properties":{"@type":"node","@id":7836191144,"@timestamp":1598143205},"coords":"51.535798,-0.3869157","bedrooms":"2","price":"180000","area":"517"} , +{"type":"Feature","id":"n7836191154","geometry":{"type":"Point","coordinates":[-0.3872504,51.535387]},"properties":{"@type":"node","@id":7836191154,"@timestamp":1598143205},"coords":"51.535387,-0.3872504","bedrooms":"3","price":"207000","area":"492"} , +{"type":"Feature","id":"n7836191164","geometry":{"type":"Point","coordinates":[-0.3971429,51.5444585]},"properties":{"@type":"node","@id":7836191164,"@timestamp":1598143205},"coords":"51.5444585,-0.3971429","bedrooms":"1","price":"204000","area":"390"} , +{"type":"Feature","id":"n7836191174","geometry":{"type":"Point","coordinates":[-0.3975322,51.5431478]},"properties":{"@type":"node","@id":7836191174,"@timestamp":1598143205},"coords":"51.5431478,-0.3975322","bedrooms":"4","price":"163000","area":"695"} , +{"type":"Feature","id":"n7836193622","geometry":{"type":"Point","coordinates":[-0.3715379,51.5330271]},"properties":{"@type":"node","@id":7836193622,"@timestamp":1598142776},"coords":"51.5330271,-0.3715379","bedrooms":"4","price":"182000","area":"410"} , +{"type":"Feature","id":"n7836195148","geometry":{"type":"Point","coordinates":[-0.0739048,51.5005552]},"properties":{"@type":"node","@id":7836195148,"@timestamp":1628777589},"coords":"51.5005552,-0.0739048","bedrooms":"0","price":"265000","area":"608"} , +{"type":"Feature","id":"n7836252877","geometry":{"type":"Point","coordinates":[-0.3813819,51.5358091]},"properties":{"@type":"node","@id":7836252877,"@timestamp":1598148579},"coords":"51.5358091,-0.3813819","bedrooms":"2","price":"174000","area":"569"} , +{"type":"Feature","id":"n7836267664","geometry":{"type":"Point","coordinates":[-0.3917751,51.5406123]},"properties":{"@type":"node","@id":7836267664,"@timestamp":1598146807},"coords":"51.5406123,-0.3917751","bedrooms":"3","price":"208000","area":"598"} , +{"type":"Feature","id":"n7836267674","geometry":{"type":"Point","coordinates":[-0.3910322,51.5411433]},"properties":{"@type":"node","@id":7836267674,"@timestamp":1598146807},"coords":"51.5411433,-0.3910322","bedrooms":"3","price":"228000","area":"609"} , +{"type":"Feature","id":"n7836267684","geometry":{"type":"Point","coordinates":[-0.3893731,51.5404166]},"properties":{"@type":"node","@id":7836267684,"@timestamp":1598146807},"coords":"51.5404166,-0.3893731","bedrooms":"2","price":"238000","area":"462"} , +{"type":"Feature","id":"n7836267694","geometry":{"type":"Point","coordinates":[-0.3904569,51.5395009]},"properties":{"@type":"node","@id":7836267694,"@timestamp":1598146807},"coords":"51.5395009,-0.3904569","bedrooms":"2","price":"186000","area":"639"} , +{"type":"Feature","id":"n7836276625","geometry":{"type":"Point","coordinates":[-0.3892792,51.5410408]},"properties":{"@type":"node","@id":7836276625,"@timestamp":1598148344},"coords":"51.5410408,-0.3892792","bedrooms":"1","price":"185000","area":"423"} , +{"type":"Feature","id":"n7836276635","geometry":{"type":"Point","coordinates":[-0.3882112,51.5402169]},"properties":{"@type":"node","@id":7836276635,"@timestamp":1598148344},"coords":"51.5402169,-0.3882112","bedrooms":"1","price":"195000","area":"608"} , +{"type":"Feature","id":"n7836323108","geometry":{"type":"Point","coordinates":[-0.0736637,51.469513]},"properties":{"@type":"node","@id":7836323108,"@timestamp":1598153580},"coords":"51.469513,-0.0736637","bedrooms":"0","price":"268000","area":"631"} , +{"type":"Feature","id":"n7836620877","geometry":{"type":"Point","coordinates":[-0.1093137,51.4708764]},"properties":{"@type":"node","@id":7836620877,"@timestamp":1598170690},"coords":"51.4708764,-0.1093137","bedrooms":"0","price":"290000","area":"408"} , +{"type":"Feature","id":"n7836915513","geometry":{"type":"Point","coordinates":[-0.3286728,51.4863362]},"properties":{"@type":"node","@id":7836915513,"@timestamp":1633979354},"coords":"51.4863362,-0.3286728","bedrooms":"1","price":"216000","area":"611"} , +{"type":"Feature","id":"n7836931288","geometry":{"type":"Point","coordinates":[-0.1148115,51.2994257]},"properties":{"@type":"node","@id":7836931288,"@timestamp":1598178082},"coords":"51.2994257,-0.1148115","bedrooms":"4","price":"215000","area":"471"} , +{"type":"Feature","id":"n7836931301","geometry":{"type":"Point","coordinates":[-0.1154216,51.3014938]},"properties":{"@type":"node","@id":7836931301,"@timestamp":1598178082},"coords":"51.3014938,-0.1154216","bedrooms":"3","price":"197000","area":"456"} , +{"type":"Feature","id":"n7836931324","geometry":{"type":"Point","coordinates":[-0.1137978,51.3018471]},"properties":{"@type":"node","@id":7836931324,"@timestamp":1598178082},"coords":"51.3018471,-0.1137978","bedrooms":"2","price":"299000","area":"367"} , +{"type":"Feature","id":"n7836931338","geometry":{"type":"Point","coordinates":[-0.1103145,51.3044014]},"properties":{"@type":"node","@id":7836931338,"@timestamp":1598178082},"coords":"51.3044014,-0.1103145","bedrooms":"4","price":"277000","area":"657"} , +{"type":"Feature","id":"n7836931352","geometry":{"type":"Point","coordinates":[-0.1095592,51.3058727]},"properties":{"@type":"node","@id":7836931352,"@timestamp":1598178082},"coords":"51.3058727,-0.1095592","bedrooms":"3","price":"185000","area":"557"} , +{"type":"Feature","id":"n7836931370","geometry":{"type":"Point","coordinates":[-0.1040038,51.3021364]},"properties":{"@type":"node","@id":7836931370,"@timestamp":1598178082},"coords":"51.3021364,-0.1040038","bedrooms":"4","price":"256000","area":"614"} , +{"type":"Feature","id":"n7836941758","geometry":{"type":"Point","coordinates":[-0.1013499,51.2991736]},"properties":{"@type":"node","@id":7836941758,"@timestamp":1598180728},"coords":"51.2991736,-0.1013499","bedrooms":"3","price":"173000","area":"527"} , +{"type":"Feature","id":"n7836941773","geometry":{"type":"Point","coordinates":[-0.1060085,51.3024754]},"properties":{"@type":"node","@id":7836941773,"@timestamp":1598180728},"coords":"51.3024754,-0.1060085","bedrooms":"1","price":"235000","area":"380"} , +{"type":"Feature","id":"n7836983299","geometry":{"type":"Point","coordinates":[0.3115009,51.6108471]},"properties":{"@type":"node","@id":7836983299,"@timestamp":1598180330},"coords":"51.6108471,0.3115009","bedrooms":"1","price":"225000","area":"401"} , +{"type":"Feature","id":"n7836989264","geometry":{"type":"Point","coordinates":[0.3121534,51.6105497]},"properties":{"@type":"node","@id":7836989264,"@timestamp":1598181570},"coords":"51.6105497,0.3121534","bedrooms":"0","price":"245000","area":"529"} , +{"type":"Feature","id":"n7836991207","geometry":{"type":"Point","coordinates":[-0.111465,51.3018956]},"properties":{"@type":"node","@id":7836991207,"@timestamp":1598180728},"coords":"51.3018956,-0.111465","bedrooms":"0","price":"278000","area":"472"} , +{"type":"Feature","id":"n7837184030","geometry":{"type":"Point","coordinates":[-0.1868983,51.4663341]},"properties":{"@type":"node","@id":7837184030,"@timestamp":1610707424},"coords":"51.4663341,-0.1868983","bedrooms":"3","price":"194000","area":"558"} , +{"type":"Feature","id":"n7837342654","geometry":{"type":"Point","coordinates":[-0.271799,50.943744]},"properties":{"@type":"node","@id":7837342654,"@timestamp":1598193574},"coords":"50.943744,-0.271799","bedrooms":"1","price":"229000","area":"566"} , +{"type":"Feature","id":"n7837342664","geometry":{"type":"Point","coordinates":[-0.2717181,50.9447016]},"properties":{"@type":"node","@id":7837342664,"@timestamp":1598193574},"coords":"50.9447016,-0.2717181","bedrooms":"3","price":"232000","area":"538"} , +{"type":"Feature","id":"n7837342674","geometry":{"type":"Point","coordinates":[-0.2701721,50.9446914]},"properties":{"@type":"node","@id":7837342674,"@timestamp":1598193574},"coords":"50.9446914,-0.2701721","bedrooms":"2","price":"199000","area":"698"} , +{"type":"Feature","id":"n7837347792","geometry":{"type":"Point","coordinates":[-0.271193,50.9466378]},"properties":{"@type":"node","@id":7837347792,"@timestamp":1598193574},"coords":"50.9466378,-0.271193","bedrooms":"2","price":"162000","area":"392"} , +{"type":"Feature","id":"n7837347866","geometry":{"type":"Point","coordinates":[-0.2709935,50.9478919]},"properties":{"@type":"node","@id":7837347866,"@timestamp":1598193574},"coords":"50.9478919,-0.2709935","bedrooms":"3","price":"163000","area":"503"} , +{"type":"Feature","id":"n7837347923","geometry":{"type":"Point","coordinates":[-0.2673431,50.9516501]},"properties":{"@type":"node","@id":7837347923,"@timestamp":1598193574},"coords":"50.9516501,-0.2673431","bedrooms":"1","price":"168000","area":"424"} , +{"type":"Feature","id":"n7837347933","geometry":{"type":"Point","coordinates":[-0.2694375,50.9484737]},"properties":{"@type":"node","@id":7837347933,"@timestamp":1598193574},"coords":"50.9484737,-0.2694375","bedrooms":"3","price":"294000","area":"540"} , +{"type":"Feature","id":"n7837347962","geometry":{"type":"Point","coordinates":[-0.2656356,50.9498985]},"properties":{"@type":"node","@id":7837347962,"@timestamp":1598193574},"coords":"50.9498985,-0.2656356","bedrooms":"3","price":"254000","area":"354"} , +{"type":"Feature","id":"n7837356588","geometry":{"type":"Point","coordinates":[0.0155618,51.4957915]},"properties":{"@type":"node","@id":7837356588,"@timestamp":1613911855},"coords":"51.4957915,0.0155618","bedrooms":"1","price":"158000","area":"396"} , +{"type":"Feature","id":"n7837398985","geometry":{"type":"Point","coordinates":[0.0127236,51.4949145]},"properties":{"@type":"node","@id":7837398985,"@timestamp":1624544503},"coords":"51.4949145,0.0127236","bedrooms":"2","price":"224000","area":"384"} , +{"type":"Feature","id":"n7837414226","geometry":{"type":"Point","coordinates":[-0.0954273,51.4876124]},"properties":{"@type":"node","@id":7837414226,"@timestamp":1598195191},"coords":"51.4876124,-0.0954273","bedrooms":"1","price":"274000","area":"423"} , +{"type":"Feature","id":"n7837464570","geometry":{"type":"Point","coordinates":[-0.5048186,51.8036344]},"properties":{"@type":"node","@id":7837464570,"@timestamp":1598196495},"coords":"51.8036344,-0.5048186","bedrooms":"3","price":"216000","area":"573"} , +{"type":"Feature","id":"n7837517462","geometry":{"type":"Point","coordinates":[-0.0939127,51.4854019]},"properties":{"@type":"node","@id":7837517462,"@timestamp":1598197750},"coords":"51.4854019,-0.0939127","bedrooms":"0","price":"153000","area":"415"} , +{"type":"Feature","id":"n7837615881","geometry":{"type":"Point","coordinates":[-0.0919779,51.4831613]},"properties":{"@type":"node","@id":7837615881,"@timestamp":1598200797},"coords":"51.4831613,-0.0919779","bedrooms":"3","price":"227000","area":"445"} , +{"type":"Feature","id":"n7837617769","geometry":{"type":"Point","coordinates":[-0.2469136,50.9535989]},"properties":{"@type":"node","@id":7837617769,"@timestamp":1598199434},"coords":"50.9535989,-0.2469136","bedrooms":"0","price":"172000","area":"628"} , +{"type":"Feature","id":"n7837617779","geometry":{"type":"Point","coordinates":[-0.2465018,50.9537722]},"properties":{"@type":"node","@id":7837617779,"@timestamp":1598199434},"coords":"50.9537722,-0.2465018","bedrooms":"1","price":"282000","area":"609"} , +{"type":"Feature","id":"n7837640519","geometry":{"type":"Point","coordinates":[-0.1816514,51.471726]},"properties":{"@type":"node","@id":7837640519,"@timestamp":1598200198},"coords":"51.471726,-0.1816514","bedrooms":"0","price":"293000","area":"531"} , +{"type":"Feature","id":"n7837680470","geometry":{"type":"Point","coordinates":[-0.245538,50.9504542]},"properties":{"@type":"node","@id":7837680470,"@timestamp":1598202209},"coords":"50.9504542,-0.245538","bedrooms":"0","price":"237000","area":"623"} , +{"type":"Feature","id":"n7837762317","geometry":{"type":"Point","coordinates":[-0.1115417,51.0001445]},"properties":{"@type":"node","@id":7837762317,"@timestamp":1605980779},"coords":"51.0001445,-0.1115417","bedrooms":"0","price":"235000","area":"668"} , +{"type":"Feature","id":"n7837762327","geometry":{"type":"Point","coordinates":[-0.1066963,51.0036878]},"properties":{"@type":"node","@id":7837762327,"@timestamp":1598205236},"coords":"51.0036878,-0.1066963","bedrooms":"4","price":"182000","area":"587"} , +{"type":"Feature","id":"n7837804701","geometry":{"type":"Point","coordinates":[0.1328302,51.5056739]},"properties":{"@type":"node","@id":7837804701,"@timestamp":1598206740},"coords":"51.5056739,0.1328302","bedrooms":"3","price":"283000","area":"514"} , +{"type":"Feature","id":"n7837898235","geometry":{"type":"Point","coordinates":[-0.2430336,50.9587876]},"properties":{"@type":"node","@id":7837898235,"@timestamp":1602450782},"coords":"50.9587876,-0.2430336","bedrooms":"3","price":"249000","area":"456"} , +{"type":"Feature","id":"n7837928759","geometry":{"type":"Point","coordinates":[-0.2570675,50.9595489]},"properties":{"@type":"node","@id":7837928759,"@timestamp":1598803952},"coords":"50.9595489,-0.2570675","bedrooms":"4","price":"179000","area":"350"} , +{"type":"Feature","id":"n7837928769","geometry":{"type":"Point","coordinates":[-0.2590226,50.9598179]},"properties":{"@type":"node","@id":7837928769,"@timestamp":1598803952},"coords":"50.9598179,-0.2590226","bedrooms":"1","price":"263000","area":"355"} , +{"type":"Feature","id":"n7837928782","geometry":{"type":"Point","coordinates":[-0.2552239,50.959559]},"properties":{"@type":"node","@id":7837928782,"@timestamp":1598803952},"coords":"50.959559,-0.2552239","bedrooms":"3","price":"153000","area":"474"} , +{"type":"Feature","id":"n7837950592","geometry":{"type":"Point","coordinates":[-0.2552903,50.9600006]},"properties":{"@type":"node","@id":7837950592,"@timestamp":1598803952},"coords":"50.9600006,-0.2552903","bedrooms":"4","price":"267000","area":"619"} , +{"type":"Feature","id":"n7837950645","geometry":{"type":"Point","coordinates":[-0.252706,50.9626148]},"properties":{"@type":"node","@id":7837950645,"@timestamp":1598211049},"coords":"50.9626148,-0.252706","bedrooms":"4","price":"161000","area":"368"} , +{"type":"Feature","id":"n7837997224","geometry":{"type":"Point","coordinates":[-0.3792372,51.5168564]},"properties":{"@type":"node","@id":7837997224,"@timestamp":1598212905},"coords":"51.5168564,-0.3792372","bedrooms":"1","price":"292000","area":"697"} , +{"type":"Feature","id":"n7838032660","geometry":{"type":"Point","coordinates":[-0.1586831,51.5496384]},"properties":{"@type":"node","@id":7838032660,"@timestamp":1630950806},"coords":"51.5496384,-0.1586831","bedrooms":"4","price":"245000","area":"415"} , +{"type":"Feature","id":"n7838032771","geometry":{"type":"Point","coordinates":[-0.1590795,51.5480621]},"properties":{"@type":"node","@id":7838032771,"@timestamp":1630950806},"coords":"51.5480621,-0.1590795","bedrooms":"1","price":"208000","area":"468"} , +{"type":"Feature","id":"n7838032846","geometry":{"type":"Point","coordinates":[-0.1600303,51.5485739]},"properties":{"@type":"node","@id":7838032846,"@timestamp":1630950806},"coords":"51.5485739,-0.1600303","bedrooms":"4","price":"214000","area":"411"} , +{"type":"Feature","id":"n7838032879","geometry":{"type":"Point","coordinates":[-0.161442,51.548606]},"properties":{"@type":"node","@id":7838032879,"@timestamp":1630950806},"coords":"51.548606,-0.161442","bedrooms":"0","price":"229000","area":"520"} , +{"type":"Feature","id":"n7838032904","geometry":{"type":"Point","coordinates":[-0.1619947,51.5491214]},"properties":{"@type":"node","@id":7838032904,"@timestamp":1633731110},"coords":"51.5491214,-0.1619947","bedrooms":"4","price":"157000","area":"477"} , +{"type":"Feature","id":"n7838046066","geometry":{"type":"Point","coordinates":[-0.1014431,51.4893754]},"properties":{"@type":"node","@id":7838046066,"@timestamp":1629150751},"coords":"51.4893754,-0.1014431","bedrooms":"1","price":"216000","area":"681"} , +{"type":"Feature","id":"n7838066894","geometry":{"type":"Point","coordinates":[-0.3041424,51.4902698]},"properties":{"@type":"node","@id":7838066894,"@timestamp":1598215069},"coords":"51.4902698,-0.3041424","bedrooms":"1","price":"191000","area":"687"} , +{"type":"Feature","id":"n7838066904","geometry":{"type":"Point","coordinates":[-0.3048398,51.4900681]},"properties":{"@type":"node","@id":7838066904,"@timestamp":1598215069},"coords":"51.4900681,-0.3048398","bedrooms":"0","price":"156000","area":"350"} , +{"type":"Feature","id":"n7838066914","geometry":{"type":"Point","coordinates":[-0.305686,51.4897617]},"properties":{"@type":"node","@id":7838066914,"@timestamp":1598215069},"coords":"51.4897617,-0.305686","bedrooms":"0","price":"168000","area":"587"} , +{"type":"Feature","id":"n7838153305","geometry":{"type":"Point","coordinates":[-0.1663533,51.4736395]},"properties":{"@type":"node","@id":7838153305,"@timestamp":1598220397},"coords":"51.4736395,-0.1663533","bedrooms":"4","price":"151000","area":"361"} , +{"type":"Feature","id":"n7838259201","geometry":{"type":"Point","coordinates":[-0.421831,51.519679]},"properties":{"@type":"node","@id":7838259201,"@timestamp":1598224663},"coords":"51.519679,-0.421831","bedrooms":"4","price":"218000","area":"518"} , +{"type":"Feature","id":"n7838663389","geometry":{"type":"Point","coordinates":[-0.1866726,51.4936845]},"properties":{"@type":"node","@id":7838663389,"@timestamp":1615507618},"coords":"51.4936845,-0.1866726","bedrooms":"4","price":"164000","area":"612"} , +{"type":"Feature","id":"n7838663508","geometry":{"type":"Point","coordinates":[-0.1860842,51.4936703]},"properties":{"@type":"node","@id":7838663508,"@timestamp":1615507618},"coords":"51.4936703,-0.1860842","bedrooms":"4","price":"171000","area":"358"} , +{"type":"Feature","id":"n7838663518","geometry":{"type":"Point","coordinates":[-0.186355,51.4942838]},"properties":{"@type":"node","@id":7838663518,"@timestamp":1615507618},"coords":"51.4942838,-0.186355","bedrooms":"3","price":"230000","area":"486"} , +{"type":"Feature","id":"n7838663533","geometry":{"type":"Point","coordinates":[-0.1864145,51.4938889]},"properties":{"@type":"node","@id":7838663533,"@timestamp":1615507618},"coords":"51.4938889,-0.1864145","bedrooms":"1","price":"176000","area":"657"} , +{"type":"Feature","id":"n7838663552","geometry":{"type":"Point","coordinates":[-0.1862617,51.493576]},"properties":{"@type":"node","@id":7838663552,"@timestamp":1615507618},"coords":"51.493576,-0.1862617","bedrooms":"2","price":"190000","area":"596"} , +{"type":"Feature","id":"n7839175477","geometry":{"type":"Point","coordinates":[-0.1239436,51.6075843]},"properties":{"@type":"node","@id":7839175477,"@timestamp":1598256792},"coords":"51.6075843,-0.1239436","bedrooms":"0","price":"231000","area":"491"} , +{"type":"Feature","id":"n7839262264","geometry":{"type":"Point","coordinates":[-0.1483489,51.4776337]},"properties":{"@type":"node","@id":7839262264,"@timestamp":1617159067},"coords":"51.4776337,-0.1483489","bedrooms":"2","price":"294000","area":"641"} , +{"type":"Feature","id":"n7839262369","geometry":{"type":"Point","coordinates":[-0.1402736,51.481155]},"properties":{"@type":"node","@id":7839262369,"@timestamp":1598257932},"coords":"51.481155,-0.1402736","bedrooms":"0","price":"192000","area":"545"} , +{"type":"Feature","id":"n7839274365","geometry":{"type":"Point","coordinates":[0.0377897,51.5020273]},"properties":{"@type":"node","@id":7839274365,"@timestamp":1598524900},"coords":"51.5020273,0.0377897","bedrooms":"3","price":"152000","area":"460"} , +{"type":"Feature","id":"n7839428276","geometry":{"type":"Point","coordinates":[0.5734839,51.6915856]},"properties":{"@type":"node","@id":7839428276,"@timestamp":1598261721},"coords":"51.6915856,0.5734839","bedrooms":"3","price":"259000","area":"697"} , +{"type":"Feature","id":"n7839438313","geometry":{"type":"Point","coordinates":[-0.6088927,51.3872602]},"properties":{"@type":"node","@id":7839438313,"@timestamp":1599573242},"coords":"51.3872602,-0.6088927","bedrooms":"1","price":"296000","area":"388"} , +{"type":"Feature","id":"n7839438415","geometry":{"type":"Point","coordinates":[-0.615686,51.3819158]},"properties":{"@type":"node","@id":7839438415,"@timestamp":1599573242},"coords":"51.3819158,-0.615686","bedrooms":"0","price":"268000","area":"507"} , +{"type":"Feature","id":"n7839438476","geometry":{"type":"Point","coordinates":[-0.61469,51.3721804]},"properties":{"@type":"node","@id":7839438476,"@timestamp":1599573242},"coords":"51.3721804,-0.61469","bedrooms":"2","price":"164000","area":"376"} , +{"type":"Feature","id":"n7839632305","geometry":{"type":"Point","coordinates":[-0.1546884,50.9950082]},"properties":{"@type":"node","@id":7839632305,"@timestamp":1598265222},"coords":"50.9950082,-0.1546884","bedrooms":"1","price":"223000","area":"687"} , +{"type":"Feature","id":"n7839707936","geometry":{"type":"Point","coordinates":[-0.7524971,51.6246973]},"properties":{"@type":"node","@id":7839707936,"@timestamp":1598266746},"coords":"51.6246973,-0.7524971","bedrooms":"1","price":"197000","area":"437"} , +{"type":"Feature","id":"n7839820669","geometry":{"type":"Point","coordinates":[0.5037623,51.038226]},"properties":{"@type":"node","@id":7839820669,"@timestamp":1598268475},"coords":"51.038226,0.5037623","bedrooms":"0","price":"222000","area":"547"} , +{"type":"Feature","id":"n7839820730","geometry":{"type":"Point","coordinates":[0.5043198,51.0382471]},"properties":{"@type":"node","@id":7839820730,"@timestamp":1598268475},"coords":"51.0382471,0.5043198","bedrooms":"0","price":"275000","area":"557"} , +{"type":"Feature","id":"n7840071724","geometry":{"type":"Point","coordinates":[-0.1720681,51.6119706]},"properties":{"@type":"node","@id":7840071724,"@timestamp":1598273491},"coords":"51.6119706,-0.1720681","bedrooms":"0","price":"263000","area":"686"} , +{"type":"Feature","id":"n7840153333","geometry":{"type":"Point","coordinates":[-0.4743946,51.4432828]},"properties":{"@type":"node","@id":7840153333,"@timestamp":1598307145},"coords":"51.4432828,-0.4743946","bedrooms":"3","price":"239000","area":"370"} , +{"type":"Feature","id":"n7840336144","geometry":{"type":"Point","coordinates":[-0.3340141,51.504276]},"properties":{"@type":"node","@id":7840336144,"@timestamp":1598279860},"coords":"51.504276,-0.3340141","bedrooms":"3","price":"179000","area":"543"} , +{"type":"Feature","id":"n7840336154","geometry":{"type":"Point","coordinates":[-0.333925,51.5042213]},"properties":{"@type":"node","@id":7840336154,"@timestamp":1598279860},"coords":"51.5042213,-0.333925","bedrooms":"3","price":"188000","area":"677"} , +{"type":"Feature","id":"n7840374518","geometry":{"type":"Point","coordinates":[-0.1140263,51.6006833]},"properties":{"@type":"node","@id":7840374518,"@timestamp":1598280412},"coords":"51.6006833,-0.1140263","bedrooms":"2","price":"215000","area":"579"} , +{"type":"Feature","id":"n7840374528","geometry":{"type":"Point","coordinates":[-0.1153755,51.6006849]},"properties":{"@type":"node","@id":7840374528,"@timestamp":1598280412},"coords":"51.6006849,-0.1153755","bedrooms":"2","price":"181000","area":"380"} , +{"type":"Feature","id":"n7840374538","geometry":{"type":"Point","coordinates":[-0.1171511,51.6012089]},"properties":{"@type":"node","@id":7840374538,"@timestamp":1598280412},"coords":"51.6012089,-0.1171511","bedrooms":"2","price":"224000","area":"367"} , +{"type":"Feature","id":"n7840381948","geometry":{"type":"Point","coordinates":[-0.4560534,51.5450139]},"properties":{"@type":"node","@id":7840381948,"@timestamp":1598280500},"coords":"51.5450139,-0.4560534","bedrooms":"1","price":"263000","area":"693"} , +{"type":"Feature","id":"n7840381958","geometry":{"type":"Point","coordinates":[-0.4556036,51.5443722]},"properties":{"@type":"node","@id":7840381958,"@timestamp":1598280500},"coords":"51.5443722,-0.4556036","bedrooms":"0","price":"297000","area":"423"} , +{"type":"Feature","id":"n7840388697","geometry":{"type":"Point","coordinates":[-0.1169687,51.6014854]},"properties":{"@type":"node","@id":7840388697,"@timestamp":1598280657},"coords":"51.6014854,-0.1169687","bedrooms":"2","price":"294000","area":"513"} , +{"type":"Feature","id":"n7840388707","geometry":{"type":"Point","coordinates":[-0.1166173,51.6025367]},"properties":{"@type":"node","@id":7840388707,"@timestamp":1598280657},"coords":"51.6025367,-0.1166173","bedrooms":"1","price":"152000","area":"619"} , +{"type":"Feature","id":"n7840388717","geometry":{"type":"Point","coordinates":[-0.1163719,51.6034838]},"properties":{"@type":"node","@id":7840388717,"@timestamp":1598280657},"coords":"51.6034838,-0.1163719","bedrooms":"0","price":"244000","area":"557"} , +{"type":"Feature","id":"n7840458990","geometry":{"type":"Point","coordinates":[-0.160972,51.5333575]},"properties":{"@type":"node","@id":7840458990,"@timestamp":1598282171},"coords":"51.5333575,-0.160972","bedrooms":"4","price":"152000","area":"522"} , +{"type":"Feature","id":"n7840482918","geometry":{"type":"Point","coordinates":[-0.3704463,51.4936587]},"properties":{"@type":"node","@id":7840482918,"@timestamp":1598282908},"coords":"51.4936587,-0.3704463","bedrooms":"1","price":"166000","area":"418"} , +{"type":"Feature","id":"n7840482928","geometry":{"type":"Point","coordinates":[-0.3707153,51.4940661]},"properties":{"@type":"node","@id":7840482928,"@timestamp":1598282908},"coords":"51.4940661,-0.3707153","bedrooms":"1","price":"233000","area":"533"} , +{"type":"Feature","id":"n7840482938","geometry":{"type":"Point","coordinates":[-0.3652844,51.4958211]},"properties":{"@type":"node","@id":7840482938,"@timestamp":1598282908},"coords":"51.4958211,-0.3652844","bedrooms":"0","price":"247000","area":"484"} , +{"type":"Feature","id":"n7840482948","geometry":{"type":"Point","coordinates":[-0.3687632,51.4936264]},"properties":{"@type":"node","@id":7840482948,"@timestamp":1598282908},"coords":"51.4936264,-0.3687632","bedrooms":"1","price":"154000","area":"353"} , +{"type":"Feature","id":"n7840482958","geometry":{"type":"Point","coordinates":[-0.3652668,51.4977692]},"properties":{"@type":"node","@id":7840482958,"@timestamp":1598282908},"coords":"51.4977692,-0.3652668","bedrooms":"1","price":"224000","area":"394"} , +{"type":"Feature","id":"n7840546280","geometry":{"type":"Point","coordinates":[-0.1162001,51.6010225]},"properties":{"@type":"node","@id":7840546280,"@timestamp":1598284783},"coords":"51.6010225,-0.1162001","bedrooms":"2","price":"229000","area":"617"} , +{"type":"Feature","id":"n7840657342","geometry":{"type":"Point","coordinates":[-0.8404737,51.8188282]},"properties":{"@type":"node","@id":7840657342,"@timestamp":1598287416},"coords":"51.8188282,-0.8404737","bedrooms":"1","price":"171000","area":"432"} , +{"type":"Feature","id":"n7840690923","geometry":{"type":"Point","coordinates":[0.0370368,51.5022233]},"properties":{"@type":"node","@id":7840690923,"@timestamp":1598524900},"coords":"51.5022233,0.0370368","bedrooms":"3","price":"276000","area":"368"} , +{"type":"Feature","id":"n7840736431","geometry":{"type":"Point","coordinates":[-0.3959065,51.5531103]},"properties":{"@type":"node","@id":7840736431,"@timestamp":1598290139},"coords":"51.5531103,-0.3959065","bedrooms":"3","price":"171000","area":"399"} , +{"type":"Feature","id":"n7840736441","geometry":{"type":"Point","coordinates":[-0.3961329,51.5521869]},"properties":{"@type":"node","@id":7840736441,"@timestamp":1611204519},"coords":"51.5521869,-0.3961329","bedrooms":"3","price":"228000","area":"455"} , +{"type":"Feature","id":"n7840736451","geometry":{"type":"Point","coordinates":[-0.3955967,51.5528734]},"properties":{"@type":"node","@id":7840736451,"@timestamp":1611204519},"coords":"51.5528734,-0.3955967","bedrooms":"1","price":"270000","area":"677"} , +{"type":"Feature","id":"n7840803330","geometry":{"type":"Point","coordinates":[-0.2435139,50.9737878]},"properties":{"@type":"node","@id":7840803330,"@timestamp":1599683228},"coords":"50.9737878,-0.2435139","bedrooms":"4","price":"201000","area":"411"} , +{"type":"Feature","id":"n7840803470","geometry":{"type":"Point","coordinates":[-0.2433391,50.969385]},"properties":{"@type":"node","@id":7840803470,"@timestamp":1598291364},"coords":"50.969385,-0.2433391","bedrooms":"3","price":"203000","area":"376"} , +{"type":"Feature","id":"n7840815920","geometry":{"type":"Point","coordinates":[-0.4536357,51.4398824]},"properties":{"@type":"node","@id":7840815920,"@timestamp":1598292081},"coords":"51.4398824,-0.4536357","bedrooms":"2","price":"273000","area":"633"} , +{"type":"Feature","id":"n7840844544","geometry":{"type":"Point","coordinates":[-0.0873013,51.5206012]},"properties":{"@type":"node","@id":7840844544,"@timestamp":1598292888},"coords":"51.5206012,-0.0873013","bedrooms":"2","price":"195000","area":"403"} , +{"type":"Feature","id":"n7841107048","geometry":{"type":"Point","coordinates":[-0.4456723,51.5345961]},"properties":{"@type":"node","@id":7841107048,"@timestamp":1598300800},"coords":"51.5345961,-0.4456723","bedrooms":"2","price":"269000","area":"376"} , +{"type":"Feature","id":"n7841132982","geometry":{"type":"Point","coordinates":[0.0245335,51.5046141]},"properties":{"@type":"node","@id":7841132982,"@timestamp":1598304367},"coords":"51.5046141,0.0245335","bedrooms":"2","price":"279000","area":"669"} , +{"type":"Feature","id":"n7841140123","geometry":{"type":"Point","coordinates":[-0.0627715,51.5177357]},"properties":{"@type":"node","@id":7841140123,"@timestamp":1598301894},"coords":"51.5177357,-0.0627715","bedrooms":"1","price":"272000","area":"691"} , +{"type":"Feature","id":"n7841165964","geometry":{"type":"Point","coordinates":[-0.3111797,51.5019785]},"properties":{"@type":"node","@id":7841165964,"@timestamp":1598304120},"coords":"51.5019785,-0.3111797","bedrooms":"3","price":"169000","area":"533"} , +{"type":"Feature","id":"n7841172518","geometry":{"type":"Point","coordinates":[0.0201695,51.5048147]},"properties":{"@type":"node","@id":7841172518,"@timestamp":1598715116},"coords":"51.5048147,0.0201695","bedrooms":"1","price":"182000","area":"608"} , +{"type":"Feature","id":"n7841198835","geometry":{"type":"Point","coordinates":[-0.3865539,51.5260215]},"properties":{"@type":"node","@id":7841198835,"@timestamp":1598305052},"coords":"51.5260215,-0.3865539","bedrooms":"4","price":"239000","area":"574"} , +{"type":"Feature","id":"n7841398201","geometry":{"type":"Point","coordinates":[0.0278818,51.5041536]},"properties":{"@type":"node","@id":7841398201,"@timestamp":1598309841},"coords":"51.5041536,0.0278818","bedrooms":"0","price":"298000","area":"411"} , +{"type":"Feature","id":"n7841408201","geometry":{"type":"Point","coordinates":[0.0279825,51.5051478]},"properties":{"@type":"node","@id":7841408201,"@timestamp":1611064703},"coords":"51.5051478,0.0279825","bedrooms":"3","price":"270000","area":"534"} , +{"type":"Feature","id":"n7841599571","geometry":{"type":"Point","coordinates":[-0.1603303,51.5502343]},"properties":{"@type":"node","@id":7841599571,"@timestamp":1630950806},"coords":"51.5502343,-0.1603303","bedrooms":"1","price":"153000","area":"655"} , +{"type":"Feature","id":"n7841628437","geometry":{"type":"Point","coordinates":[-0.1613929,51.551179]},"properties":{"@type":"node","@id":7841628437,"@timestamp":1630950806},"coords":"51.551179,-0.1613929","bedrooms":"0","price":"235000","area":"461"} , +{"type":"Feature","id":"n7841628527","geometry":{"type":"Point","coordinates":[-0.1620097,51.5516559]},"properties":{"@type":"node","@id":7841628527,"@timestamp":1630950806},"coords":"51.5516559,-0.1620097","bedrooms":"0","price":"187000","area":"632"} , +{"type":"Feature","id":"n7841628537","geometry":{"type":"Point","coordinates":[-0.1619078,51.5519025]},"properties":{"@type":"node","@id":7841628537,"@timestamp":1630950806},"coords":"51.5519025,-0.1619078","bedrooms":"4","price":"168000","area":"410"} , +{"type":"Feature","id":"n7841628547","geometry":{"type":"Point","coordinates":[-0.1627543,51.5495002]},"properties":{"@type":"node","@id":7841628547,"@timestamp":1630950806},"coords":"51.5495002,-0.1627543","bedrooms":"3","price":"206000","area":"626"} , +{"type":"Feature","id":"n7841628561","geometry":{"type":"Point","coordinates":[-0.1630515,51.5505114]},"properties":{"@type":"node","@id":7841628561,"@timestamp":1630950806},"coords":"51.5505114,-0.1630515","bedrooms":"2","price":"239000","area":"648"} , +{"type":"Feature","id":"n7841637154","geometry":{"type":"Point","coordinates":[-0.2900578,51.4794503]},"properties":{"@type":"node","@id":7841637154,"@timestamp":1598319597},"coords":"51.4794503,-0.2900578","bedrooms":"2","price":"205000","area":"641"} , +{"type":"Feature","id":"n7841637169","geometry":{"type":"Point","coordinates":[-0.2915935,51.4800173]},"properties":{"@type":"node","@id":7841637169,"@timestamp":1623793718},"coords":"51.4800173,-0.2915935","bedrooms":"0","price":"232000","area":"432"} , +{"type":"Feature","id":"n7841637179","geometry":{"type":"Point","coordinates":[-0.2924189,51.4791649]},"properties":{"@type":"node","@id":7841637179,"@timestamp":1623793718},"coords":"51.4791649,-0.2924189","bedrooms":"3","price":"198000","area":"683"} , +{"type":"Feature","id":"n7841664889","geometry":{"type":"Point","coordinates":[-0.292327,51.4790331]},"properties":{"@type":"node","@id":7841664889,"@timestamp":1623793718},"coords":"51.4790331,-0.292327","bedrooms":"1","price":"227000","area":"522"} , +{"type":"Feature","id":"n7841664899","geometry":{"type":"Point","coordinates":[-0.2925486,51.4794108]},"properties":{"@type":"node","@id":7841664899,"@timestamp":1623793718},"coords":"51.4794108,-0.2925486","bedrooms":"2","price":"192000","area":"392"} , +{"type":"Feature","id":"n7841664909","geometry":{"type":"Point","coordinates":[-0.2922727,51.4789071]},"properties":{"@type":"node","@id":7841664909,"@timestamp":1623793718},"coords":"51.4789071,-0.2922727","bedrooms":"1","price":"151000","area":"405"} , +{"type":"Feature","id":"n7841664919","geometry":{"type":"Point","coordinates":[-0.292177,51.4787391]},"properties":{"@type":"node","@id":7841664919,"@timestamp":1623793718},"coords":"51.4787391,-0.292177","bedrooms":"1","price":"263000","area":"453"} , +{"type":"Feature","id":"n7841664929","geometry":{"type":"Point","coordinates":[-0.2931904,51.479139]},"properties":{"@type":"node","@id":7841664929,"@timestamp":1623793718},"coords":"51.479139,-0.2931904","bedrooms":"0","price":"152000","area":"414"} , +{"type":"Feature","id":"n7841704495","geometry":{"type":"Point","coordinates":[-0.3047425,51.4765319]},"properties":{"@type":"node","@id":7841704495,"@timestamp":1623795484},"coords":"51.4765319,-0.3047425","bedrooms":"0","price":"205000","area":"526"} , +{"type":"Feature","id":"n7841704512","geometry":{"type":"Point","coordinates":[-0.2993809,51.4766725]},"properties":{"@type":"node","@id":7841704512,"@timestamp":1598324256},"coords":"51.4766725,-0.2993809","bedrooms":"4","price":"226000","area":"522"} , +{"type":"Feature","id":"n7841841587","geometry":{"type":"Point","coordinates":[-0.1832484,51.4948807]},"properties":{"@type":"node","@id":7841841587,"@timestamp":1598328514},"coords":"51.4948807,-0.1832484","bedrooms":"3","price":"269000","area":"459"} , +{"type":"Feature","id":"n7842608795","geometry":{"type":"Point","coordinates":[-0.16522,51.5261584]},"properties":{"@type":"node","@id":7842608795,"@timestamp":1598344220},"coords":"51.5261584,-0.16522","bedrooms":"2","price":"199000","area":"575"} , +{"type":"Feature","id":"n7842661826","geometry":{"type":"Point","coordinates":[-0.2572705,50.9732042]},"properties":{"@type":"node","@id":7842661826,"@timestamp":1598345537},"coords":"50.9732042,-0.2572705","bedrooms":"1","price":"263000","area":"573"} , +{"type":"Feature","id":"n7842791303","geometry":{"type":"Point","coordinates":[-0.1737123,51.6065406]},"properties":{"@type":"node","@id":7842791303,"@timestamp":1598348098},"coords":"51.6065406,-0.1737123","bedrooms":"1","price":"202000","area":"592"} , +{"type":"Feature","id":"n7843026884","geometry":{"type":"Point","coordinates":[0.5144535,51.8396238]},"properties":{"@type":"node","@id":7843026884,"@timestamp":1598352199},"coords":"51.8396238,0.5144535","bedrooms":"3","price":"222000","area":"683"} , +{"type":"Feature","id":"n7843026894","geometry":{"type":"Point","coordinates":[0.5163523,51.8427524]},"properties":{"@type":"node","@id":7843026894,"@timestamp":1598352199},"coords":"51.8427524,0.5163523","bedrooms":"0","price":"193000","area":"442"} , +{"type":"Feature","id":"n7843026904","geometry":{"type":"Point","coordinates":[0.5140558,51.8445548]},"properties":{"@type":"node","@id":7843026904,"@timestamp":1598352199},"coords":"51.8445548,0.5140558","bedrooms":"4","price":"230000","area":"504"} , +{"type":"Feature","id":"n7843026925","geometry":{"type":"Point","coordinates":[0.5108791,51.838819]},"properties":{"@type":"node","@id":7843026925,"@timestamp":1598352199},"coords":"51.838819,0.5108791","bedrooms":"3","price":"277000","area":"431"} , +{"type":"Feature","id":"n7843026935","geometry":{"type":"Point","coordinates":[0.5114069,51.8421725]},"properties":{"@type":"node","@id":7843026935,"@timestamp":1598352199},"coords":"51.8421725,0.5114069","bedrooms":"2","price":"293000","area":"506"} , +{"type":"Feature","id":"n7843026945","geometry":{"type":"Point","coordinates":[0.5137121,51.8423288]},"properties":{"@type":"node","@id":7843026945,"@timestamp":1598352199},"coords":"51.8423288,0.5137121","bedrooms":"0","price":"175000","area":"501"} , +{"type":"Feature","id":"n7843026955","geometry":{"type":"Point","coordinates":[0.5138889,51.8415374]},"properties":{"@type":"node","@id":7843026955,"@timestamp":1598352199},"coords":"51.8415374,0.5138889","bedrooms":"4","price":"284000","area":"612"} , +{"type":"Feature","id":"n7843027066","geometry":{"type":"Point","coordinates":[0.5151749,51.8425694]},"properties":{"@type":"node","@id":7843027066,"@timestamp":1598352199},"coords":"51.8425694,0.5151749","bedrooms":"2","price":"193000","area":"385"} , +{"type":"Feature","id":"n7843028926","geometry":{"type":"Point","coordinates":[-0.2543756,50.966294]},"properties":{"@type":"node","@id":7843028926,"@timestamp":1598352552},"coords":"50.966294,-0.2543756","bedrooms":"2","price":"277000","area":"640"} , +{"type":"Feature","id":"n7843028976","geometry":{"type":"Point","coordinates":[-0.2518978,50.9664322]},"properties":{"@type":"node","@id":7843028976,"@timestamp":1598352552},"coords":"50.9664322,-0.2518978","bedrooms":"2","price":"241000","area":"630"} , +{"type":"Feature","id":"n7843043687","geometry":{"type":"Point","coordinates":[-0.2546372,50.9648837]},"properties":{"@type":"node","@id":7843043687,"@timestamp":1598352552},"coords":"50.9648837,-0.2546372","bedrooms":"3","price":"236000","area":"515"} , +{"type":"Feature","id":"n7843043697","geometry":{"type":"Point","coordinates":[-0.2532397,50.9617413]},"properties":{"@type":"node","@id":7843043697,"@timestamp":1598352552},"coords":"50.9617413,-0.2532397","bedrooms":"4","price":"180000","area":"671"} , +{"type":"Feature","id":"n7843043840","geometry":{"type":"Point","coordinates":[-0.2500868,50.9642664]},"properties":{"@type":"node","@id":7843043840,"@timestamp":1598352552},"coords":"50.9642664,-0.2500868","bedrooms":"0","price":"168000","area":"492"} , +{"type":"Feature","id":"n7843043883","geometry":{"type":"Point","coordinates":[-0.2542672,50.9671529]},"properties":{"@type":"node","@id":7843043883,"@timestamp":1598352552},"coords":"50.9671529,-0.2542672","bedrooms":"2","price":"286000","area":"474"} , +{"type":"Feature","id":"n7843043934","geometry":{"type":"Point","coordinates":[-0.2584157,50.9678946]},"properties":{"@type":"node","@id":7843043934,"@timestamp":1598352552},"coords":"50.9678946,-0.2584157","bedrooms":"2","price":"164000","area":"438"} , +{"type":"Feature","id":"n7843043968","geometry":{"type":"Point","coordinates":[-0.258731,50.9664921]},"properties":{"@type":"node","@id":7843043968,"@timestamp":1598352552},"coords":"50.9664921,-0.258731","bedrooms":"2","price":"241000","area":"631"} , +{"type":"Feature","id":"n7843109289","geometry":{"type":"Point","coordinates":[-0.4591152,51.9056785]},"properties":{"@type":"node","@id":7843109289,"@timestamp":1598354022},"coords":"51.9056785,-0.4591152","bedrooms":"2","price":"181000","area":"484"} , +{"type":"Feature","id":"n7843147683","geometry":{"type":"Point","coordinates":[0.1160502,51.5952806]},"properties":{"@type":"node","@id":7843147683,"@timestamp":1598355019},"coords":"51.5952806,0.1160502","bedrooms":"2","price":"208000","area":"620"} , +{"type":"Feature","id":"n7843155594","geometry":{"type":"Point","coordinates":[-0.2134114,51.5591714]},"properties":{"@type":"node","@id":7843155594,"@timestamp":1598355166},"coords":"51.5591714,-0.2134114","bedrooms":"2","price":"197000","area":"399"} , +{"type":"Feature","id":"n7843248942","geometry":{"type":"Point","coordinates":[-0.3735176,51.4151781]},"properties":{"@type":"node","@id":7843248942,"@timestamp":1616316106},"coords":"51.4151781,-0.3735176","bedrooms":"0","price":"183000","area":"631"} , +{"type":"Feature","id":"n7843266172","geometry":{"type":"Point","coordinates":[-0.6338112,51.4785943]},"properties":{"@type":"node","@id":7843266172,"@timestamp":1598357672},"coords":"51.4785943,-0.6338112","bedrooms":"1","price":"171000","area":"553"} , +{"type":"Feature","id":"n7843292177","geometry":{"type":"Point","coordinates":[-0.1758481,51.4697819]},"properties":{"@type":"node","@id":7843292177,"@timestamp":1598359426},"coords":"51.4697819,-0.1758481","bedrooms":"0","price":"167000","area":"353"} , +{"type":"Feature","id":"n7843317723","geometry":{"type":"Point","coordinates":[-0.2899217,51.4798094]},"properties":{"@type":"node","@id":7843317723,"@timestamp":1623793718},"coords":"51.4798094,-0.2899217","bedrooms":"4","price":"246000","area":"444"} , +{"type":"Feature","id":"n7843317733","geometry":{"type":"Point","coordinates":[-0.2910227,51.4803008]},"properties":{"@type":"node","@id":7843317733,"@timestamp":1623793718},"coords":"51.4803008,-0.2910227","bedrooms":"0","price":"275000","area":"359"} , +{"type":"Feature","id":"n7843346994","geometry":{"type":"Point","coordinates":[-0.1751071,51.46981]},"properties":{"@type":"node","@id":7843346994,"@timestamp":1626702091},"coords":"51.46981,-0.1751071","bedrooms":"0","price":"166000","area":"453"} , +{"type":"Feature","id":"n7843348311","geometry":{"type":"Point","coordinates":[-0.2927749,51.4817342]},"properties":{"@type":"node","@id":7843348311,"@timestamp":1623793718},"coords":"51.4817342,-0.2927749","bedrooms":"3","price":"262000","area":"402"} , +{"type":"Feature","id":"n7843348321","geometry":{"type":"Point","coordinates":[-0.2936129,51.4831417]},"properties":{"@type":"node","@id":7843348321,"@timestamp":1598360134},"coords":"51.4831417,-0.2936129","bedrooms":"4","price":"246000","area":"576"} , +{"type":"Feature","id":"n7843348333","geometry":{"type":"Point","coordinates":[-0.2917507,51.4842766]},"properties":{"@type":"node","@id":7843348333,"@timestamp":1623793718},"coords":"51.4842766,-0.2917507","bedrooms":"2","price":"226000","area":"426"} , +{"type":"Feature","id":"n7843393866","geometry":{"type":"Point","coordinates":[0.7068321,51.5771603]},"properties":{"@type":"node","@id":7843393866,"@timestamp":1598361048},"coords":"51.5771603,0.7068321","bedrooms":"1","price":"243000","area":"654"} , +{"type":"Feature","id":"n7843425773","geometry":{"type":"Point","coordinates":[-0.237237,50.9843169]},"properties":{"@type":"node","@id":7843425773,"@timestamp":1598361292},"coords":"50.9843169,-0.237237","bedrooms":"4","price":"292000","area":"361"} , +{"type":"Feature","id":"n7843428540","geometry":{"type":"Point","coordinates":[-0.2358958,50.9843854]},"properties":{"@type":"node","@id":7843428540,"@timestamp":1598361292},"coords":"50.9843854,-0.2358958","bedrooms":"2","price":"159000","area":"446"} , +{"type":"Feature","id":"n7843428550","geometry":{"type":"Point","coordinates":[-0.2381603,50.9850062]},"properties":{"@type":"node","@id":7843428550,"@timestamp":1598361292},"coords":"50.9850062,-0.2381603","bedrooms":"4","price":"241000","area":"501"} , +{"type":"Feature","id":"n7843428560","geometry":{"type":"Point","coordinates":[-0.2372876,50.9856819]},"properties":{"@type":"node","@id":7843428560,"@timestamp":1598361292},"coords":"50.9856819,-0.2372876","bedrooms":"0","price":"214000","area":"593"} , +{"type":"Feature","id":"n7843428572","geometry":{"type":"Point","coordinates":[-0.238576,50.9857973]},"properties":{"@type":"node","@id":7843428572,"@timestamp":1598361292},"coords":"50.9857973,-0.238576","bedrooms":"3","price":"267000","area":"639"} , +{"type":"Feature","id":"n7843428582","geometry":{"type":"Point","coordinates":[-0.2403889,50.9849538]},"properties":{"@type":"node","@id":7843428582,"@timestamp":1598361292},"coords":"50.9849538,-0.2403889","bedrooms":"0","price":"185000","area":"508"} , +{"type":"Feature","id":"n7843428658","geometry":{"type":"Point","coordinates":[-0.2471344,50.9824291]},"properties":{"@type":"node","@id":7843428658,"@timestamp":1598361292},"coords":"50.9824291,-0.2471344","bedrooms":"1","price":"152000","area":"680"} , +{"type":"Feature","id":"n7843450371","geometry":{"type":"Point","coordinates":[-0.5754838,51.6156693]},"properties":{"@type":"node","@id":7843450371,"@timestamp":1633981808},"coords":"51.6156693,-0.5754838","bedrooms":"0","price":"178000","area":"523"} , +{"type":"Feature","id":"n7843450381","geometry":{"type":"Point","coordinates":[-0.5764737,51.6154139]},"properties":{"@type":"node","@id":7843450381,"@timestamp":1598361978},"coords":"51.6154139,-0.5764737","bedrooms":"4","price":"272000","area":"614"} , +{"type":"Feature","id":"n7843477291","geometry":{"type":"Point","coordinates":[-0.5752055,51.6152842]},"properties":{"@type":"node","@id":7843477291,"@timestamp":1598361978},"coords":"51.6152842,-0.5752055","bedrooms":"4","price":"249000","area":"392"} , +{"type":"Feature","id":"n7843477301","geometry":{"type":"Point","coordinates":[-0.5749384,51.6151752]},"properties":{"@type":"node","@id":7843477301,"@timestamp":1598361978},"coords":"51.6151752,-0.5749384","bedrooms":"0","price":"177000","area":"652"} , +{"type":"Feature","id":"n7843485293","geometry":{"type":"Point","coordinates":[-0.2945328,51.472951]},"properties":{"@type":"node","@id":7843485293,"@timestamp":1598362135},"coords":"51.472951,-0.2945328","bedrooms":"1","price":"258000","area":"486"} , +{"type":"Feature","id":"n7843485308","geometry":{"type":"Point","coordinates":[-0.2940724,51.4706533]},"properties":{"@type":"node","@id":7843485308,"@timestamp":1623793718},"coords":"51.4706533,-0.2940724","bedrooms":"1","price":"285000","area":"608"} , +{"type":"Feature","id":"n7843521301","geometry":{"type":"Point","coordinates":[-0.3972835,51.5414096]},"properties":{"@type":"node","@id":7843521301,"@timestamp":1598362786},"coords":"51.5414096,-0.3972835","bedrooms":"0","price":"232000","area":"524"} , +{"type":"Feature","id":"n7843603086","geometry":{"type":"Point","coordinates":[0.5251875,50.9404704]},"properties":{"@type":"node","@id":7843603086,"@timestamp":1598364851},"coords":"50.9404704,0.5251875","bedrooms":"4","price":"194000","area":"399"} , +{"type":"Feature","id":"n7843650661","geometry":{"type":"Point","coordinates":[-0.7831848,51.6155738]},"properties":{"@type":"node","@id":7843650661,"@timestamp":1598366314},"coords":"51.6155738,-0.7831848","bedrooms":"3","price":"185000","area":"483"} , +{"type":"Feature","id":"n7843690592","geometry":{"type":"Point","coordinates":[0.5292177,50.9411604]},"properties":{"@type":"node","@id":7843690592,"@timestamp":1598367285},"coords":"50.9411604,0.5292177","bedrooms":"0","price":"214000","area":"653"} , +{"type":"Feature","id":"n7843690768","geometry":{"type":"Point","coordinates":[0.5283395,50.9412798]},"properties":{"@type":"node","@id":7843690768,"@timestamp":1598367285},"coords":"50.9412798,0.5283395","bedrooms":"1","price":"286000","area":"358"} , +{"type":"Feature","id":"n7843725318","geometry":{"type":"Point","coordinates":[0.1093375,50.9798996]},"properties":{"@type":"node","@id":7843725318,"@timestamp":1605981011},"coords":"50.9798996,0.1093375","bedrooms":"1","price":"180000","area":"616"} , +{"type":"Feature","id":"n7843745415","geometry":{"type":"Point","coordinates":[0.1548325,51.4922221]},"properties":{"@type":"node","@id":7843745415,"@timestamp":1598368583},"coords":"51.4922221,0.1548325","bedrooms":"1","price":"232000","area":"633"} , +{"type":"Feature","id":"n7843766535","geometry":{"type":"Point","coordinates":[-0.2958185,51.4788973]},"properties":{"@type":"node","@id":7843766535,"@timestamp":1623793718},"coords":"51.4788973,-0.2958185","bedrooms":"0","price":"253000","area":"618"} , +{"type":"Feature","id":"n7843766622","geometry":{"type":"Point","coordinates":[-0.2981865,51.482208]},"properties":{"@type":"node","@id":7843766622,"@timestamp":1598369458},"coords":"51.482208,-0.2981865","bedrooms":"3","price":"277000","area":"621"} , +{"type":"Feature","id":"n7843766640","geometry":{"type":"Point","coordinates":[-0.2990788,51.4795539]},"properties":{"@type":"node","@id":7843766640,"@timestamp":1598369458},"coords":"51.4795539,-0.2990788","bedrooms":"1","price":"259000","area":"538"} , +{"type":"Feature","id":"n7843800831","geometry":{"type":"Point","coordinates":[0.5265534,50.941045]},"properties":{"@type":"node","@id":7843800831,"@timestamp":1598370368},"coords":"50.941045,0.5265534","bedrooms":"1","price":"266000","area":"601"} , +{"type":"Feature","id":"n7843800871","geometry":{"type":"Point","coordinates":[0.5278688,50.9414943]},"properties":{"@type":"node","@id":7843800871,"@timestamp":1598370368},"coords":"50.9414943,0.5278688","bedrooms":"3","price":"278000","area":"574"} , +{"type":"Feature","id":"n7843800882","geometry":{"type":"Point","coordinates":[0.5281182,50.9418108]},"properties":{"@type":"node","@id":7843800882,"@timestamp":1598370368},"coords":"50.9418108,0.5281182","bedrooms":"0","price":"184000","area":"564"} , +{"type":"Feature","id":"n7843800892","geometry":{"type":"Point","coordinates":[0.5273972,50.9419248]},"properties":{"@type":"node","@id":7843800892,"@timestamp":1598370368},"coords":"50.9419248,0.5273972","bedrooms":"4","price":"161000","area":"491"} , +{"type":"Feature","id":"n7843807967","geometry":{"type":"Point","coordinates":[-0.1479677,51.5366573]},"properties":{"@type":"node","@id":7843807967,"@timestamp":1598371457},"coords":"51.5366573,-0.1479677","bedrooms":"4","price":"153000","area":"418"} , +{"type":"Feature","id":"n7843832767","geometry":{"type":"Point","coordinates":[-0.0620408,51.5159766]},"properties":{"@type":"node","@id":7843832767,"@timestamp":1598373021},"coords":"51.5159766,-0.0620408","bedrooms":"4","price":"152000","area":"498"} , +{"type":"Feature","id":"n7843908037","geometry":{"type":"Point","coordinates":[-0.0715207,51.4691814]},"properties":{"@type":"node","@id":7843908037,"@timestamp":1598373686},"coords":"51.4691814,-0.0715207","bedrooms":"3","price":"235000","area":"505"} , +{"type":"Feature","id":"n7843969869","geometry":{"type":"Point","coordinates":[-0.168955,51.8738978]},"properties":{"@type":"node","@id":7843969869,"@timestamp":1615121411},"coords":"51.8738978,-0.168955","bedrooms":"2","price":"187000","area":"390"} , +{"type":"Feature","id":"n7843969879","geometry":{"type":"Point","coordinates":[-0.1894417,51.8767534]},"properties":{"@type":"node","@id":7843969879,"@timestamp":1621274294},"coords":"51.8767534,-0.1894417","bedrooms":"2","price":"177000","area":"549"} , +{"type":"Feature","id":"n7843979234","geometry":{"type":"Point","coordinates":[0.0265194,51.505487]},"properties":{"@type":"node","@id":7843979234,"@timestamp":1598533854},"coords":"51.505487,0.0265194","bedrooms":"1","price":"197000","area":"685"} , +{"type":"Feature","id":"n7843999486","geometry":{"type":"Point","coordinates":[-0.1825753,51.8723196]},"properties":{"@type":"node","@id":7843999486,"@timestamp":1598376106},"coords":"51.8723196,-0.1825753","bedrooms":"0","price":"244000","area":"695"} , +{"type":"Feature","id":"n7843999525","geometry":{"type":"Point","coordinates":[-0.2462174,51.9120139]},"properties":{"@type":"node","@id":7843999525,"@timestamp":1598376106},"coords":"51.9120139,-0.2462174","bedrooms":"1","price":"271000","area":"360"} , +{"type":"Feature","id":"n7843999535","geometry":{"type":"Point","coordinates":[-0.2531415,51.9413168]},"properties":{"@type":"node","@id":7843999535,"@timestamp":1598376106},"coords":"51.9413168,-0.2531415","bedrooms":"3","price":"297000","area":"589"} , +{"type":"Feature","id":"n7843999545","geometry":{"type":"Point","coordinates":[-0.2532622,51.9335844]},"properties":{"@type":"node","@id":7843999545,"@timestamp":1598376106},"coords":"51.9335844,-0.2532622","bedrooms":"0","price":"298000","area":"365"} , +{"type":"Feature","id":"n7843999555","geometry":{"type":"Point","coordinates":[-0.2709863,51.9170625]},"properties":{"@type":"node","@id":7843999555,"@timestamp":1598376106},"coords":"51.9170625,-0.2709863","bedrooms":"3","price":"298000","area":"626"} , +{"type":"Feature","id":"n7843999565","geometry":{"type":"Point","coordinates":[-0.2575994,51.9152799]},"properties":{"@type":"node","@id":7843999565,"@timestamp":1598376106},"coords":"51.9152799,-0.2575994","bedrooms":"4","price":"248000","area":"469"} , +{"type":"Feature","id":"n7843999575","geometry":{"type":"Point","coordinates":[-0.2504915,51.9241403]},"properties":{"@type":"node","@id":7843999575,"@timestamp":1598376106},"coords":"51.9241403,-0.2504915","bedrooms":"3","price":"287000","area":"664"} , +{"type":"Feature","id":"n7844003691","geometry":{"type":"Point","coordinates":[0.0345212,51.5071491]},"properties":{"@type":"node","@id":7844003691,"@timestamp":1598376248},"coords":"51.5071491,0.0345212","bedrooms":"1","price":"250000","area":"560"} , +{"type":"Feature","id":"n7844013740","geometry":{"type":"Point","coordinates":[-0.0934546,51.3627365]},"properties":{"@type":"node","@id":7844013740,"@timestamp":1598376977},"coords":"51.3627365,-0.0934546","bedrooms":"2","price":"258000","area":"659"} , +{"type":"Feature","id":"n7844125775","geometry":{"type":"Point","coordinates":[-0.1545781,51.318833]},"properties":{"@type":"node","@id":7844125775,"@timestamp":1598379499},"coords":"51.318833,-0.1545781","bedrooms":"4","price":"276000","area":"403"} , +{"type":"Feature","id":"n7844126585","geometry":{"type":"Point","coordinates":[-0.0812127,51.3106931]},"properties":{"@type":"node","@id":7844126585,"@timestamp":1598379499},"coords":"51.3106931,-0.0812127","bedrooms":"0","price":"189000","area":"629"} , +{"type":"Feature","id":"n7844132245","geometry":{"type":"Point","coordinates":[-0.1642703,51.2423002]},"properties":{"@type":"node","@id":7844132245,"@timestamp":1598381307},"coords":"51.2423002,-0.1642703","bedrooms":"0","price":"150000","area":"507"} , +{"type":"Feature","id":"n7844237671","geometry":{"type":"Point","coordinates":[-0.2244867,50.982958]},"properties":{"@type":"node","@id":7844237671,"@timestamp":1598383007},"coords":"50.982958,-0.2244867","bedrooms":"4","price":"239000","area":"631"} , +{"type":"Feature","id":"n7844237746","geometry":{"type":"Point","coordinates":[-0.2055167,50.9836745]},"properties":{"@type":"node","@id":7844237746,"@timestamp":1599856422},"coords":"50.9836745,-0.2055167","bedrooms":"3","price":"206000","area":"543"} , +{"type":"Feature","id":"n7844237781","geometry":{"type":"Point","coordinates":[-0.2026523,50.9867062]},"properties":{"@type":"node","@id":7844237781,"@timestamp":1598383007},"coords":"50.9867062,-0.2026523","bedrooms":"1","price":"276000","area":"684"} , +{"type":"Feature","id":"n7844237795","geometry":{"type":"Point","coordinates":[-0.2052174,50.984654]},"properties":{"@type":"node","@id":7844237795,"@timestamp":1598383007},"coords":"50.984654,-0.2052174","bedrooms":"2","price":"220000","area":"540"} , +{"type":"Feature","id":"n7844237861","geometry":{"type":"Point","coordinates":[-0.2106222,50.982282]},"properties":{"@type":"node","@id":7844237861,"@timestamp":1598383007},"coords":"50.982282,-0.2106222","bedrooms":"0","price":"272000","area":"533"} , +{"type":"Feature","id":"n7844237871","geometry":{"type":"Point","coordinates":[-0.2111939,50.980037]},"properties":{"@type":"node","@id":7844237871,"@timestamp":1599683228},"coords":"50.980037,-0.2111939","bedrooms":"0","price":"204000","area":"451"} , +{"type":"Feature","id":"n7844256664","geometry":{"type":"Point","coordinates":[-0.1186118,51.5960964]},"properties":{"@type":"node","@id":7844256664,"@timestamp":1627664482},"coords":"51.5960964,-0.1186118","bedrooms":"1","price":"253000","area":"504"} , +{"type":"Feature","id":"n7844288655","geometry":{"type":"Point","coordinates":[-0.2131963,50.9831996]},"properties":{"@type":"node","@id":7844288655,"@timestamp":1598385913},"coords":"50.9831996,-0.2131963","bedrooms":"2","price":"192000","area":"538"} , +{"type":"Feature","id":"n7844288676","geometry":{"type":"Point","coordinates":[-0.2133521,50.9838436]},"properties":{"@type":"node","@id":7844288676,"@timestamp":1598385913},"coords":"50.9838436,-0.2133521","bedrooms":"2","price":"227000","area":"525"} , +{"type":"Feature","id":"n7844352506","geometry":{"type":"Point","coordinates":[-0.2184279,50.9812846]},"properties":{"@type":"node","@id":7844352506,"@timestamp":1599683228},"coords":"50.9812846,-0.2184279","bedrooms":"2","price":"166000","area":"598"} , +{"type":"Feature","id":"n7844352560","geometry":{"type":"Point","coordinates":[-0.2143197,50.9794167]},"properties":{"@type":"node","@id":7844352560,"@timestamp":1598385913},"coords":"50.9794167,-0.2143197","bedrooms":"3","price":"221000","area":"540"} , +{"type":"Feature","id":"n7844352600","geometry":{"type":"Point","coordinates":[-0.2236964,50.9809929]},"properties":{"@type":"node","@id":7844352600,"@timestamp":1598385913},"coords":"50.9809929,-0.2236964","bedrooms":"3","price":"167000","area":"594"} , +{"type":"Feature","id":"n7844442679","geometry":{"type":"Point","coordinates":[0.1696333,51.6427554]},"properties":{"@type":"node","@id":7844442679,"@timestamp":1598388569},"coords":"51.6427554,0.1696333","bedrooms":"0","price":"208000","area":"411"} , +{"type":"Feature","id":"n7844463590","geometry":{"type":"Point","coordinates":[-0.1775101,51.482918]},"properties":{"@type":"node","@id":7844463590,"@timestamp":1613802097},"coords":"51.482918,-0.1775101","bedrooms":"1","price":"183000","area":"371"} , +{"type":"Feature","id":"n7844463611","geometry":{"type":"Point","coordinates":[-0.1786583,51.4824639]},"properties":{"@type":"node","@id":7844463611,"@timestamp":1613802097},"coords":"51.4824639,-0.1786583","bedrooms":"3","price":"253000","area":"396"} , +{"type":"Feature","id":"n7844479123","geometry":{"type":"Point","coordinates":[-0.4415138,51.4527116]},"properties":{"@type":"node","@id":7844479123,"@timestamp":1598390690},"coords":"51.4527116,-0.4415138","bedrooms":"1","price":"278000","area":"403"} , +{"type":"Feature","id":"n7844480916","geometry":{"type":"Point","coordinates":[-0.2047585,51.7204454]},"properties":{"@type":"node","@id":7844480916,"@timestamp":1598389803},"coords":"51.7204454,-0.2047585","bedrooms":"1","price":"197000","area":"547"} , +{"type":"Feature","id":"n7844609183","geometry":{"type":"Point","coordinates":[-0.0743136,51.50683]},"properties":{"@type":"node","@id":7844609183,"@timestamp":1598397033},"coords":"51.50683,-0.0743136","bedrooms":"1","price":"255000","area":"544"} , +{"type":"Feature","id":"n7844636110","geometry":{"type":"Point","coordinates":[-0.0354651,51.5664669]},"properties":{"@type":"node","@id":7844636110,"@timestamp":1599593825},"coords":"51.5664669,-0.0354651","bedrooms":"4","price":"195000","area":"355"} , +{"type":"Feature","id":"n7844636126","geometry":{"type":"Point","coordinates":[-0.0354286,51.5665974]},"properties":{"@type":"node","@id":7844636126,"@timestamp":1598393868},"coords":"51.5665974,-0.0354286","bedrooms":"4","price":"276000","area":"460"} , +{"type":"Feature","id":"n7844644589","geometry":{"type":"Point","coordinates":[-0.1940801,51.4812916]},"properties":{"@type":"node","@id":7844644589,"@timestamp":1598393727},"coords":"51.4812916,-0.1940801","bedrooms":"1","price":"212000","area":"525"} , +{"type":"Feature","id":"n7844727743","geometry":{"type":"Point","coordinates":[-0.8270242,51.812327]},"properties":{"@type":"node","@id":7844727743,"@timestamp":1611755074},"coords":"51.812327,-0.8270242","bedrooms":"2","price":"220000","area":"628"} , +{"type":"Feature","id":"n7844890055","geometry":{"type":"Point","coordinates":[-0.3005188,51.4749199]},"properties":{"@type":"node","@id":7844890055,"@timestamp":1598406612},"coords":"51.4749199,-0.3005188","bedrooms":"4","price":"283000","area":"368"} , +{"type":"Feature","id":"n7844980682","geometry":{"type":"Point","coordinates":[-0.1833571,51.4933037]},"properties":{"@type":"node","@id":7844980682,"@timestamp":1598411637},"coords":"51.4933037,-0.1833571","bedrooms":"3","price":"284000","area":"352"} , +{"type":"Feature","id":"n7845489650","geometry":{"type":"Point","coordinates":[-0.3978623,51.5456005]},"properties":{"@type":"node","@id":7845489650,"@timestamp":1598425989},"coords":"51.5456005,-0.3978623","bedrooms":"0","price":"241000","area":"612"} , +{"type":"Feature","id":"n7845504131","geometry":{"type":"Point","coordinates":[-0.398255,51.5462899]},"properties":{"@type":"node","@id":7845504131,"@timestamp":1598425989},"coords":"51.5462899,-0.398255","bedrooms":"0","price":"294000","area":"434"} , +{"type":"Feature","id":"n7845524755","geometry":{"type":"Point","coordinates":[-0.2895978,51.4817705]},"properties":{"@type":"node","@id":7845524755,"@timestamp":1623793718},"coords":"51.4817705,-0.2895978","bedrooms":"0","price":"192000","area":"364"} , +{"type":"Feature","id":"n7845751061","geometry":{"type":"Point","coordinates":[-0.9134184,51.6425908]},"properties":{"@type":"node","@id":7845751061,"@timestamp":1598431213},"coords":"51.6425908,-0.9134184","bedrooms":"2","price":"174000","area":"653"} , +{"type":"Feature","id":"n7845751079","geometry":{"type":"Point","coordinates":[-0.8974699,51.6269988]},"properties":{"@type":"node","@id":7845751079,"@timestamp":1598431213},"coords":"51.6269988,-0.8974699","bedrooms":"2","price":"207000","area":"457"} , +{"type":"Feature","id":"n7845781104","geometry":{"type":"Point","coordinates":[-0.8937446,51.6283544]},"properties":{"@type":"node","@id":7845781104,"@timestamp":1598431213},"coords":"51.6283544,-0.8937446","bedrooms":"1","price":"263000","area":"625"} , +{"type":"Feature","id":"n7845987585","geometry":{"type":"Point","coordinates":[-0.2922014,51.4806959]},"properties":{"@type":"node","@id":7845987585,"@timestamp":1623793718},"coords":"51.4806959,-0.2922014","bedrooms":"4","price":"287000","area":"611"} , +{"type":"Feature","id":"n7845987595","geometry":{"type":"Point","coordinates":[-0.2913926,51.4824279]},"properties":{"@type":"node","@id":7845987595,"@timestamp":1623793718},"coords":"51.4824279,-0.2913926","bedrooms":"1","price":"164000","area":"622"} , +{"type":"Feature","id":"n7846165686","geometry":{"type":"Point","coordinates":[0.1305923,51.5840818]},"properties":{"@type":"node","@id":7846165686,"@timestamp":1598438557},"coords":"51.5840818,0.1305923","bedrooms":"3","price":"156000","area":"664"} , +{"type":"Feature","id":"n7846328446","geometry":{"type":"Point","coordinates":[-0.0324386,51.8113215]},"properties":{"@type":"node","@id":7846328446,"@timestamp":1598443078},"coords":"51.8113215,-0.0324386","bedrooms":"3","price":"218000","area":"365"} , +{"type":"Feature","id":"n7846472323","geometry":{"type":"Point","coordinates":[-0.3792851,51.5180145]},"properties":{"@type":"node","@id":7846472323,"@timestamp":1598446425},"coords":"51.5180145,-0.3792851","bedrooms":"0","price":"288000","area":"454"} , +{"type":"Feature","id":"n7846479731","geometry":{"type":"Point","coordinates":[-0.0990796,51.5071381]},"properties":{"@type":"node","@id":7846479731,"@timestamp":1598445994},"coords":"51.5071381,-0.0990796","bedrooms":"0","price":"266000","area":"512"} , +{"type":"Feature","id":"n7846603791","geometry":{"type":"Point","coordinates":[0.1158056,51.4406584]},"properties":{"@type":"node","@id":7846603791,"@timestamp":1624955807},"coords":"51.4406584,0.1158056","bedrooms":"2","price":"273000","area":"362"} , +{"type":"Feature","id":"n7846636665","geometry":{"type":"Point","coordinates":[-0.4812174,51.5473035]},"properties":{"@type":"node","@id":7846636665,"@timestamp":1598450805},"coords":"51.5473035,-0.4812174","bedrooms":"2","price":"174000","area":"364"} , +{"type":"Feature","id":"n7846657146","geometry":{"type":"Point","coordinates":[-0.107238,51.6026166]},"properties":{"@type":"node","@id":7846657146,"@timestamp":1598450964},"coords":"51.6026166,-0.107238","bedrooms":"3","price":"297000","area":"658"} , +{"type":"Feature","id":"n7846657156","geometry":{"type":"Point","coordinates":[-0.1046604,51.6024917]},"properties":{"@type":"node","@id":7846657156,"@timestamp":1598450964},"coords":"51.6024917,-0.1046604","bedrooms":"3","price":"187000","area":"667"} , +{"type":"Feature","id":"n7846657173","geometry":{"type":"Point","coordinates":[-0.1042206,51.6034063]},"properties":{"@type":"node","@id":7846657173,"@timestamp":1598450964},"coords":"51.6034063,-0.1042206","bedrooms":"4","price":"237000","area":"644"} , +{"type":"Feature","id":"n7846657183","geometry":{"type":"Point","coordinates":[-0.1066238,51.6018403]},"properties":{"@type":"node","@id":7846657183,"@timestamp":1598450964},"coords":"51.6018403,-0.1066238","bedrooms":"4","price":"264000","area":"406"} , +{"type":"Feature","id":"n7846666322","geometry":{"type":"Point","coordinates":[-0.1043891,51.6027433]},"properties":{"@type":"node","@id":7846666322,"@timestamp":1598450964},"coords":"51.6027433,-0.1043891","bedrooms":"4","price":"185000","area":"564"} , +{"type":"Feature","id":"n7846725348","geometry":{"type":"Point","coordinates":[-0.258397,50.9722757]},"properties":{"@type":"node","@id":7846725348,"@timestamp":1598452604},"coords":"50.9722757,-0.258397","bedrooms":"2","price":"257000","area":"615"} , +{"type":"Feature","id":"n7846725374","geometry":{"type":"Point","coordinates":[-0.2591615,50.9710352]},"properties":{"@type":"node","@id":7846725374,"@timestamp":1598452604},"coords":"50.9710352,-0.2591615","bedrooms":"3","price":"281000","area":"583"} , +{"type":"Feature","id":"n7846753615","geometry":{"type":"Point","coordinates":[0.1423072,51.440963]},"properties":{"@type":"node","@id":7846753615,"@timestamp":1598452583},"coords":"51.440963,0.1423072","bedrooms":"3","price":"266000","area":"521"} , +{"type":"Feature","id":"n7846753866","geometry":{"type":"Point","coordinates":[0.1419904,51.4409301]},"properties":{"@type":"node","@id":7846753866,"@timestamp":1633027766},"coords":"51.4409301,0.1419904","bedrooms":"4","price":"276000","area":"466"} , +{"type":"Feature","id":"n7846756212","geometry":{"type":"Point","coordinates":[-0.2573332,50.9701794]},"properties":{"@type":"node","@id":7846756212,"@timestamp":1598452604},"coords":"50.9701794,-0.2573332","bedrooms":"0","price":"272000","area":"394"} , +{"type":"Feature","id":"n7846756265","geometry":{"type":"Point","coordinates":[-0.2593468,50.9718891]},"properties":{"@type":"node","@id":7846756265,"@timestamp":1598452604},"coords":"50.9718891,-0.2593468","bedrooms":"2","price":"182000","area":"376"} , +{"type":"Feature","id":"n7846756285","geometry":{"type":"Point","coordinates":[-0.2607842,50.9718383]},"properties":{"@type":"node","@id":7846756285,"@timestamp":1598452604},"coords":"50.9718383,-0.2607842","bedrooms":"1","price":"213000","area":"677"} , +{"type":"Feature","id":"n7846756329","geometry":{"type":"Point","coordinates":[-0.2736585,50.9754106]},"properties":{"@type":"node","@id":7846756329,"@timestamp":1598452604},"coords":"50.9754106,-0.2736585","bedrooms":"1","price":"231000","area":"414"} , +{"type":"Feature","id":"n7846756347","geometry":{"type":"Point","coordinates":[-0.2707356,50.9754867]},"properties":{"@type":"node","@id":7846756347,"@timestamp":1598452604},"coords":"50.9754867,-0.2707356","bedrooms":"4","price":"153000","area":"376"} , +{"type":"Feature","id":"n7846756360","geometry":{"type":"Point","coordinates":[-0.2705161,50.9764758]},"properties":{"@type":"node","@id":7846756360,"@timestamp":1598452604},"coords":"50.9764758,-0.2705161","bedrooms":"1","price":"281000","area":"509"} , +{"type":"Feature","id":"n7846756435","geometry":{"type":"Point","coordinates":[-0.2768685,50.9767167]},"properties":{"@type":"node","@id":7846756435,"@timestamp":1598452604},"coords":"50.9767167,-0.2768685","bedrooms":"0","price":"192000","area":"368"} , +{"type":"Feature","id":"n7846756457","geometry":{"type":"Point","coordinates":[-0.2780522,50.9753951]},"properties":{"@type":"node","@id":7846756457,"@timestamp":1598452604},"coords":"50.9753951,-0.2780522","bedrooms":"2","price":"208000","area":"585"} , +{"type":"Feature","id":"n7846756499","geometry":{"type":"Point","coordinates":[-0.2668061,50.9775997]},"properties":{"@type":"node","@id":7846756499,"@timestamp":1598452604},"coords":"50.9775997,-0.2668061","bedrooms":"4","price":"218000","area":"509"} , +{"type":"Feature","id":"n7846756509","geometry":{"type":"Point","coordinates":[-0.2694993,50.9774153]},"properties":{"@type":"node","@id":7846756509,"@timestamp":1598452604},"coords":"50.9774153,-0.2694993","bedrooms":"0","price":"180000","area":"422"} , +{"type":"Feature","id":"n7846756519","geometry":{"type":"Point","coordinates":[-0.2687258,50.9770079]},"properties":{"@type":"node","@id":7846756519,"@timestamp":1598452604},"coords":"50.9770079,-0.2687258","bedrooms":"2","price":"219000","area":"533"} , +{"type":"Feature","id":"n7846756580","geometry":{"type":"Point","coordinates":[-0.2592971,50.9782914]},"properties":{"@type":"node","@id":7846756580,"@timestamp":1598452604},"coords":"50.9782914,-0.2592971","bedrooms":"1","price":"170000","area":"547"} , +{"type":"Feature","id":"n7846756602","geometry":{"type":"Point","coordinates":[-0.2613856,50.9815462]},"properties":{"@type":"node","@id":7846756602,"@timestamp":1598452604},"coords":"50.9815462,-0.2613856","bedrooms":"3","price":"274000","area":"576"} , +{"type":"Feature","id":"n7846929949","geometry":{"type":"Point","coordinates":[-0.1076599,51.6017533]},"properties":{"@type":"node","@id":7846929949,"@timestamp":1605265652},"coords":"51.6017533,-0.1076599","bedrooms":"3","price":"161000","area":"465"} , +{"type":"Feature","id":"n7846968995","geometry":{"type":"Point","coordinates":[0.1407371,51.5754772]},"properties":{"@type":"node","@id":7846968995,"@timestamp":1598457925},"coords":"51.5754772,0.1407371","bedrooms":"4","price":"197000","area":"629"} , +{"type":"Feature","id":"n7847021768","geometry":{"type":"Point","coordinates":[-0.0192365,51.1251496]},"properties":{"@type":"node","@id":7847021768,"@timestamp":1598459813},"coords":"51.1251496,-0.0192365","bedrooms":"3","price":"200000","area":"551"} , +{"type":"Feature","id":"n7847100079","geometry":{"type":"Point","coordinates":[-0.082998,51.5238823]},"properties":{"@type":"node","@id":7847100079,"@timestamp":1598462928},"coords":"51.5238823,-0.082998","bedrooms":"2","price":"248000","area":"546"} , +{"type":"Feature","id":"n7847217697","geometry":{"type":"Point","coordinates":[0.0291681,51.5015612]},"properties":{"@type":"node","@id":7847217697,"@timestamp":1598532856},"coords":"51.5015612,0.0291681","bedrooms":"2","price":"286000","area":"475"} , +{"type":"Feature","id":"n7847342465","geometry":{"type":"Point","coordinates":[-0.3104782,51.5045475]},"properties":{"@type":"node","@id":7847342465,"@timestamp":1598468748},"coords":"51.5045475,-0.3104782","bedrooms":"0","price":"264000","area":"680"} , +{"type":"Feature","id":"n7847342475","geometry":{"type":"Point","coordinates":[-0.3102651,51.5105164]},"properties":{"@type":"node","@id":7847342475,"@timestamp":1607896005},"coords":"51.5105164,-0.3102651","bedrooms":"1","price":"168000","area":"607"} , +{"type":"Feature","id":"n7847349056","geometry":{"type":"Point","coordinates":[-0.311978,51.5107204]},"properties":{"@type":"node","@id":7847349056,"@timestamp":1632678540},"coords":"51.5107204,-0.311978","bedrooms":"3","price":"238000","area":"399"} , +{"type":"Feature","id":"n7847513803","geometry":{"type":"Point","coordinates":[-0.20946,50.9835002]},"properties":{"@type":"node","@id":7847513803,"@timestamp":1598472677},"coords":"50.9835002,-0.20946","bedrooms":"2","price":"232000","area":"445"} , +{"type":"Feature","id":"n7847513894","geometry":{"type":"Point","coordinates":[-0.203612,50.9770866]},"properties":{"@type":"node","@id":7847513894,"@timestamp":1598472677},"coords":"50.9770866,-0.203612","bedrooms":"2","price":"282000","area":"588"} , +{"type":"Feature","id":"n7847513920","geometry":{"type":"Point","coordinates":[-0.1993113,50.9776653]},"properties":{"@type":"node","@id":7847513920,"@timestamp":1598472677},"coords":"50.9776653,-0.1993113","bedrooms":"1","price":"254000","area":"516"} , +{"type":"Feature","id":"n7847713347","geometry":{"type":"Point","coordinates":[-0.6341198,51.4778666]},"properties":{"@type":"node","@id":7847713347,"@timestamp":1609259114},"coords":"51.4778666,-0.6341198","bedrooms":"4","price":"192000","area":"511"} , +{"type":"Feature","id":"n7847813169","geometry":{"type":"Point","coordinates":[-0.8406256,51.8185066]},"properties":{"@type":"node","@id":7847813169,"@timestamp":1598487437},"coords":"51.8185066,-0.8406256","bedrooms":"3","price":"256000","area":"597"} , +{"type":"Feature","id":"n7848269965","geometry":{"type":"Point","coordinates":[-0.1862489,51.4927125]},"properties":{"@type":"node","@id":7848269965,"@timestamp":1598503655},"coords":"51.4927125,-0.1862489","bedrooms":"1","price":"175000","area":"602"} , +{"type":"Feature","id":"n7848282392","geometry":{"type":"Point","coordinates":[-0.1868336,51.492771]},"properties":{"@type":"node","@id":7848282392,"@timestamp":1598503655},"coords":"51.492771,-0.1868336","bedrooms":"3","price":"218000","area":"603"} , +{"type":"Feature","id":"n7848282408","geometry":{"type":"Point","coordinates":[-0.1846979,51.493541]},"properties":{"@type":"node","@id":7848282408,"@timestamp":1598503655},"coords":"51.493541,-0.1846979","bedrooms":"3","price":"150000","area":"480"} , +{"type":"Feature","id":"n7848282461","geometry":{"type":"Point","coordinates":[-0.1869902,51.4929968]},"properties":{"@type":"node","@id":7848282461,"@timestamp":1598503655},"coords":"51.4929968,-0.1869902","bedrooms":"3","price":"186000","area":"687"} , +{"type":"Feature","id":"n7848714708","geometry":{"type":"Point","coordinates":[-0.880695,51.9251498]},"properties":{"@type":"node","@id":7848714708,"@timestamp":1598513934},"coords":"51.9251498,-0.880695","bedrooms":"3","price":"160000","area":"647"} , +{"type":"Feature","id":"n7849192992","geometry":{"type":"Point","coordinates":[-0.3986485,51.0266708]},"properties":{"@type":"node","@id":7849192992,"@timestamp":1598519728},"coords":"51.0266708,-0.3986485","bedrooms":"2","price":"193000","area":"544"} , +{"type":"Feature","id":"n7849356409","geometry":{"type":"Point","coordinates":[-0.8555365,51.1419695]},"properties":{"@type":"node","@id":7849356409,"@timestamp":1598522109},"coords":"51.1419695,-0.8555365","bedrooms":"0","price":"227000","area":"608"} , +{"type":"Feature","id":"n7849429370","geometry":{"type":"Point","coordinates":[-0.6302401,51.4812385]},"properties":{"@type":"node","@id":7849429370,"@timestamp":1616860007},"coords":"51.4812385,-0.6302401","bedrooms":"3","price":"172000","area":"434"} , +{"type":"Feature","id":"n7849532187","geometry":{"type":"Point","coordinates":[-0.1944413,51.5015378]},"properties":{"@type":"node","@id":7849532187,"@timestamp":1598525858},"coords":"51.5015378,-0.1944413","bedrooms":"3","price":"231000","area":"355"} , +{"type":"Feature","id":"n7849582087","geometry":{"type":"Point","coordinates":[-0.1945632,51.5015788]},"properties":{"@type":"node","@id":7849582087,"@timestamp":1598525858},"coords":"51.5015788,-0.1945632","bedrooms":"1","price":"183000","area":"672"} , +{"type":"Feature","id":"n7849627395","geometry":{"type":"Point","coordinates":[-0.1925518,51.600967]},"properties":{"@type":"node","@id":7849627395,"@timestamp":1598527675},"coords":"51.600967,-0.1925518","bedrooms":"4","price":"257000","area":"508"} , +{"type":"Feature","id":"n7849735355","geometry":{"type":"Point","coordinates":[-0.1544166,51.5247546]},"properties":{"@type":"node","@id":7849735355,"@timestamp":1624044511},"coords":"51.5247546,-0.1544166","bedrooms":"3","price":"211000","area":"461"} , +{"type":"Feature","id":"n7849852430","geometry":{"type":"Point","coordinates":[-0.3872885,51.5639026]},"properties":{"@type":"node","@id":7849852430,"@timestamp":1598531324},"coords":"51.5639026,-0.3872885","bedrooms":"0","price":"158000","area":"601"} , +{"type":"Feature","id":"n7849878122","geometry":{"type":"Point","coordinates":[-0.3976188,51.5440585]},"properties":{"@type":"node","@id":7849878122,"@timestamp":1598532029},"coords":"51.5440585,-0.3976188","bedrooms":"4","price":"207000","area":"493"} , +{"type":"Feature","id":"n7850037137","geometry":{"type":"Point","coordinates":[0.1359376,51.4399587]},"properties":{"@type":"node","@id":7850037137,"@timestamp":1598534568},"coords":"51.4399587,0.1359376","bedrooms":"4","price":"164000","area":"398"} , +{"type":"Feature","id":"n7850037153","geometry":{"type":"Point","coordinates":[0.1350104,51.4391066]},"properties":{"@type":"node","@id":7850037153,"@timestamp":1598534568},"coords":"51.4391066,0.1350104","bedrooms":"0","price":"184000","area":"443"} , +{"type":"Feature","id":"n7850143065","geometry":{"type":"Point","coordinates":[-0.1066985,51.6020243]},"properties":{"@type":"node","@id":7850143065,"@timestamp":1598537112},"coords":"51.6020243,-0.1066985","bedrooms":"3","price":"253000","area":"478"} , +{"type":"Feature","id":"n7850261790","geometry":{"type":"Point","coordinates":[0.8753538,51.1391984]},"properties":{"@type":"node","@id":7850261790,"@timestamp":1598538888},"coords":"51.1391984,0.8753538","bedrooms":"2","price":"194000","area":"434"} , +{"type":"Feature","id":"n7850280495","geometry":{"type":"Point","coordinates":[-0.2039901,51.4480161]},"properties":{"@type":"node","@id":7850280495,"@timestamp":1616969535},"coords":"51.4480161,-0.2039901","bedrooms":"2","price":"214000","area":"581"} , +{"type":"Feature","id":"n7850303699","geometry":{"type":"Point","coordinates":[-0.0606939,51.4136918]},"properties":{"@type":"node","@id":7850303699,"@timestamp":1598540170},"coords":"51.4136918,-0.0606939","bedrooms":"4","price":"287000","area":"543"} , +{"type":"Feature","id":"n7850445301","geometry":{"type":"Point","coordinates":[-0.224715,50.9796293]},"properties":{"@type":"node","@id":7850445301,"@timestamp":1599769507},"coords":"50.9796293,-0.224715","bedrooms":"4","price":"245000","area":"475"} , +{"type":"Feature","id":"n7850445319","geometry":{"type":"Point","coordinates":[-0.2263349,50.9783314]},"properties":{"@type":"node","@id":7850445319,"@timestamp":1598543258},"coords":"50.9783314,-0.2263349","bedrooms":"2","price":"180000","area":"590"} , +{"type":"Feature","id":"n7850445377","geometry":{"type":"Point","coordinates":[-0.2281998,50.9812065]},"properties":{"@type":"node","@id":7850445377,"@timestamp":1598543258},"coords":"50.9812065,-0.2281998","bedrooms":"4","price":"285000","area":"525"} , +{"type":"Feature","id":"n7850445442","geometry":{"type":"Point","coordinates":[-0.2421528,50.9746374]},"properties":{"@type":"node","@id":7850445442,"@timestamp":1598543258},"coords":"50.9746374,-0.2421528","bedrooms":"4","price":"195000","area":"432"} , +{"type":"Feature","id":"n7850445514","geometry":{"type":"Point","coordinates":[-0.2472474,50.9786323]},"properties":{"@type":"node","@id":7850445514,"@timestamp":1599683228},"coords":"50.9786323,-0.2472474","bedrooms":"3","price":"186000","area":"582"} , +{"type":"Feature","id":"n7850445612","geometry":{"type":"Point","coordinates":[-0.2298784,50.9603237]},"properties":{"@type":"node","@id":7850445612,"@timestamp":1602450782},"coords":"50.9603237,-0.2298784","bedrooms":"3","price":"153000","area":"629"} , +{"type":"Feature","id":"n7850445634","geometry":{"type":"Point","coordinates":[-0.2227002,50.9628849]},"properties":{"@type":"node","@id":7850445634,"@timestamp":1598543258},"coords":"50.9628849,-0.2227002","bedrooms":"4","price":"286000","area":"594"} , +{"type":"Feature","id":"n7850445678","geometry":{"type":"Point","coordinates":[-0.2235866,50.9648854]},"properties":{"@type":"node","@id":7850445678,"@timestamp":1598543258},"coords":"50.9648854,-0.2235866","bedrooms":"0","price":"188000","area":"647"} , +{"type":"Feature","id":"n7850445699","geometry":{"type":"Point","coordinates":[-0.2195604,50.9658893]},"properties":{"@type":"node","@id":7850445699,"@timestamp":1598803952},"coords":"50.9658893,-0.2195604","bedrooms":"0","price":"273000","area":"523"} , +{"type":"Feature","id":"n7850445717","geometry":{"type":"Point","coordinates":[-0.224525,50.9667159]},"properties":{"@type":"node","@id":7850445717,"@timestamp":1598543258},"coords":"50.9667159,-0.224525","bedrooms":"2","price":"232000","area":"445"} , +{"type":"Feature","id":"n7850445784","geometry":{"type":"Point","coordinates":[-0.2249576,50.9677837]},"properties":{"@type":"node","@id":7850445784,"@timestamp":1598543258},"coords":"50.9677837,-0.2249576","bedrooms":"0","price":"218000","area":"537"} , +{"type":"Feature","id":"n7850445814","geometry":{"type":"Point","coordinates":[-0.2267797,50.9695276]},"properties":{"@type":"node","@id":7850445814,"@timestamp":1598543258},"coords":"50.9695276,-0.2267797","bedrooms":"4","price":"183000","area":"473"} , +{"type":"Feature","id":"n7850513867","geometry":{"type":"Point","coordinates":[0.1319526,51.3625746]},"properties":{"@type":"node","@id":7850513867,"@timestamp":1598544901},"coords":"51.3625746,0.1319526","bedrooms":"2","price":"150000","area":"524"} , +{"type":"Feature","id":"n7850532890","geometry":{"type":"Point","coordinates":[0.030251,51.4990059]},"properties":{"@type":"node","@id":7850532890,"@timestamp":1598544961},"coords":"51.4990059,0.030251","bedrooms":"3","price":"204000","area":"539"} , +{"type":"Feature","id":"n7850537932","geometry":{"type":"Point","coordinates":[-0.1123892,51.6048377]},"properties":{"@type":"node","@id":7850537932,"@timestamp":1598545263},"coords":"51.6048377,-0.1123892","bedrooms":"3","price":"172000","area":"532"} , +{"type":"Feature","id":"n7850619003","geometry":{"type":"Point","coordinates":[0.1279938,51.4440926]},"properties":{"@type":"node","@id":7850619003,"@timestamp":1634726161},"coords":"51.4440926,0.1279938","bedrooms":"3","price":"170000","area":"479"} , +{"type":"Feature","id":"n7850619013","geometry":{"type":"Point","coordinates":[0.1227392,51.4441281]},"properties":{"@type":"node","@id":7850619013,"@timestamp":1634726161},"coords":"51.4441281,0.1227392","bedrooms":"4","price":"289000","area":"563"} , +{"type":"Feature","id":"n7851372910","geometry":{"type":"Point","coordinates":[-0.1084485,51.6007389]},"properties":{"@type":"node","@id":7851372910,"@timestamp":1598564540},"coords":"51.6007389,-0.1084485","bedrooms":"2","price":"238000","area":"598"} , +{"type":"Feature","id":"n7851373105","geometry":{"type":"Point","coordinates":[-0.1083446,51.6005891]},"properties":{"@type":"node","@id":7851373105,"@timestamp":1600781584},"coords":"51.6005891,-0.1083446","bedrooms":"2","price":"154000","area":"485"} , +{"type":"Feature","id":"n7851377484","geometry":{"type":"Point","coordinates":[-0.1675201,51.6116796]},"properties":{"@type":"node","@id":7851377484,"@timestamp":1598565722},"coords":"51.6116796,-0.1675201","bedrooms":"2","price":"164000","area":"458"} , +{"type":"Feature","id":"n7851393540","geometry":{"type":"Point","coordinates":[-0.19482,51.4819467]},"properties":{"@type":"node","@id":7851393540,"@timestamp":1598565458},"coords":"51.4819467,-0.19482","bedrooms":"1","price":"191000","area":"521"} , +{"type":"Feature","id":"n7851458359","geometry":{"type":"Point","coordinates":[-0.0663521,51.5589012]},"properties":{"@type":"node","@id":7851458359,"@timestamp":1598970568},"coords":"51.5589012,-0.0663521","bedrooms":"1","price":"209000","area":"458"} , +{"type":"Feature","id":"n7851494286","geometry":{"type":"Point","coordinates":[0.1250356,51.5266127]},"properties":{"@type":"node","@id":7851494286,"@timestamp":1624625098},"coords":"51.5266127,0.1250356","bedrooms":"4","price":"162000","area":"492"} , +{"type":"Feature","id":"n7851750370","geometry":{"type":"Point","coordinates":[-0.1869168,51.492184]},"properties":{"@type":"node","@id":7851750370,"@timestamp":1598586900},"coords":"51.492184,-0.1869168","bedrooms":"2","price":"169000","area":"483"} , +{"type":"Feature","id":"n7851750384","geometry":{"type":"Point","coordinates":[-0.1859302,51.4924631]},"properties":{"@type":"node","@id":7851750384,"@timestamp":1598586900},"coords":"51.4924631,-0.1859302","bedrooms":"4","price":"289000","area":"430"} , +{"type":"Feature","id":"n7851823691","geometry":{"type":"Point","coordinates":[-0.1848743,51.4927727]},"properties":{"@type":"node","@id":7851823691,"@timestamp":1602936900},"coords":"51.4927727,-0.1848743","bedrooms":"0","price":"178000","area":"642"} , +{"type":"Feature","id":"n7851823811","geometry":{"type":"Point","coordinates":[-0.1843499,51.4922105]},"properties":{"@type":"node","@id":7851823811,"@timestamp":1598586900},"coords":"51.4922105,-0.1843499","bedrooms":"0","price":"290000","area":"504"} , +{"type":"Feature","id":"n7852515481","geometry":{"type":"Point","coordinates":[-0.3859791,51.5364563]},"properties":{"@type":"node","@id":7852515481,"@timestamp":1598602181},"coords":"51.5364563,-0.3859791","bedrooms":"2","price":"166000","area":"534"} , +{"type":"Feature","id":"n7852876474","geometry":{"type":"Point","coordinates":[-0.6428008,51.4810847]},"properties":{"@type":"node","@id":7852876474,"@timestamp":1609085368},"coords":"51.4810847,-0.6428008","bedrooms":"2","price":"285000","area":"609"} , +{"type":"Feature","id":"n7852877021","geometry":{"type":"Point","coordinates":[-0.6477602,51.4840713]},"properties":{"@type":"node","@id":7852877021,"@timestamp":1609105140},"coords":"51.4840713,-0.6477602","bedrooms":"2","price":"230000","area":"351"} , +{"type":"Feature","id":"n7852877131","geometry":{"type":"Point","coordinates":[-0.6485447,51.4807231]},"properties":{"@type":"node","@id":7852877131,"@timestamp":1609105140},"coords":"51.4807231,-0.6485447","bedrooms":"3","price":"257000","area":"565"} , +{"type":"Feature","id":"n7853256145","geometry":{"type":"Point","coordinates":[-0.2263712,50.9576738]},"properties":{"@type":"node","@id":7853256145,"@timestamp":1598615083},"coords":"50.9576738,-0.2263712","bedrooms":"1","price":"241000","area":"410"} , +{"type":"Feature","id":"n7853256167","geometry":{"type":"Point","coordinates":[-0.2159011,50.9550362]},"properties":{"@type":"node","@id":7853256167,"@timestamp":1598615083},"coords":"50.9550362,-0.2159011","bedrooms":"4","price":"167000","area":"558"} , +{"type":"Feature","id":"n7853256177","geometry":{"type":"Point","coordinates":[-0.2157972,50.9540991]},"properties":{"@type":"node","@id":7853256177,"@timestamp":1598615083},"coords":"50.9540991,-0.2157972","bedrooms":"3","price":"244000","area":"372"} , +{"type":"Feature","id":"n7853547859","geometry":{"type":"Point","coordinates":[-0.3858921,51.5601235]},"properties":{"@type":"node","@id":7853547859,"@timestamp":1598619788},"coords":"51.5601235,-0.3858921","bedrooms":"2","price":"232000","area":"476"} , +{"type":"Feature","id":"n7853652182","geometry":{"type":"Point","coordinates":[0.0307934,51.4994415]},"properties":{"@type":"node","@id":7853652182,"@timestamp":1598621713},"coords":"51.4994415,0.0307934","bedrooms":"0","price":"188000","area":"436"} , +{"type":"Feature","id":"n7853670752","geometry":{"type":"Point","coordinates":[-0.1656618,51.5191447]},"properties":{"@type":"node","@id":7853670752,"@timestamp":1598622296},"coords":"51.5191447,-0.1656618","bedrooms":"3","price":"242000","area":"353"} , +{"type":"Feature","id":"n7853723577","geometry":{"type":"Point","coordinates":[-0.2138435,50.9818846]},"properties":{"@type":"node","@id":7853723577,"@timestamp":1598624494},"coords":"50.9818846,-0.2138435","bedrooms":"2","price":"241000","area":"522"} , +{"type":"Feature","id":"n7853768887","geometry":{"type":"Point","coordinates":[-0.2161409,50.9871527]},"properties":{"@type":"node","@id":7853768887,"@timestamp":1598624494},"coords":"50.9871527,-0.2161409","bedrooms":"3","price":"159000","area":"506"} , +{"type":"Feature","id":"n7853768898","geometry":{"type":"Point","coordinates":[-0.2140682,50.9828381]},"properties":{"@type":"node","@id":7853768898,"@timestamp":1598624494},"coords":"50.9828381,-0.2140682","bedrooms":"0","price":"173000","area":"417"} , +{"type":"Feature","id":"n7853813485","geometry":{"type":"Point","coordinates":[-0.120436,51.4377499]},"properties":{"@type":"node","@id":7853813485,"@timestamp":1611843961},"coords":"51.4377499,-0.120436","bedrooms":"4","price":"278000","area":"401"} , +{"type":"Feature","id":"n7853856233","geometry":{"type":"Point","coordinates":[-0.2266495,50.9732685]},"properties":{"@type":"node","@id":7853856233,"@timestamp":1598627017},"coords":"50.9732685,-0.2266495","bedrooms":"4","price":"254000","area":"492"} , +{"type":"Feature","id":"n7853856252","geometry":{"type":"Point","coordinates":[-0.2268252,50.9727714]},"properties":{"@type":"node","@id":7853856252,"@timestamp":1598627017},"coords":"50.9727714,-0.2268252","bedrooms":"0","price":"190000","area":"647"} , +{"type":"Feature","id":"n7853857595","geometry":{"type":"Point","coordinates":[-0.2247541,50.9731787]},"properties":{"@type":"node","@id":7853857595,"@timestamp":1598627017},"coords":"50.9731787,-0.2247541","bedrooms":"3","price":"192000","area":"603"} , +{"type":"Feature","id":"n7854325125","geometry":{"type":"Point","coordinates":[0.1433476,51.5723424]},"properties":{"@type":"node","@id":7854325125,"@timestamp":1598630317},"coords":"51.5723424,0.1433476","bedrooms":"1","price":"174000","area":"664"} , +{"type":"Feature","id":"n7854399240","geometry":{"type":"Point","coordinates":[-0.4808277,51.5472753]},"properties":{"@type":"node","@id":7854399240,"@timestamp":1598631066},"coords":"51.5472753,-0.4808277","bedrooms":"4","price":"151000","area":"468"} , +{"type":"Feature","id":"n7854508569","geometry":{"type":"Point","coordinates":[-0.2298153,50.9491895]},"properties":{"@type":"node","@id":7854508569,"@timestamp":1598631453},"coords":"50.9491895,-0.2298153","bedrooms":"1","price":"268000","area":"593"} , +{"type":"Feature","id":"n7854508579","geometry":{"type":"Point","coordinates":[-0.2300191,50.9486736]},"properties":{"@type":"node","@id":7854508579,"@timestamp":1598631453},"coords":"50.9486736,-0.2300191","bedrooms":"0","price":"162000","area":"423"} , +{"type":"Feature","id":"n7854515893","geometry":{"type":"Point","coordinates":[-0.2288031,50.9483958]},"properties":{"@type":"node","@id":7854515893,"@timestamp":1598631453},"coords":"50.9483958,-0.2288031","bedrooms":"3","price":"232000","area":"691"} , +{"type":"Feature","id":"n7854515950","geometry":{"type":"Point","coordinates":[-0.2270209,50.9502207]},"properties":{"@type":"node","@id":7854515950,"@timestamp":1598631453},"coords":"50.9502207,-0.2270209","bedrooms":"1","price":"233000","area":"472"} , +{"type":"Feature","id":"n7854516009","geometry":{"type":"Point","coordinates":[-0.2234919,50.9508395]},"properties":{"@type":"node","@id":7854516009,"@timestamp":1598631453},"coords":"50.9508395,-0.2234919","bedrooms":"0","price":"265000","area":"678"} , +{"type":"Feature","id":"n7854516039","geometry":{"type":"Point","coordinates":[-0.2235286,50.9518179]},"properties":{"@type":"node","@id":7854516039,"@timestamp":1598631453},"coords":"50.9518179,-0.2235286","bedrooms":"0","price":"244000","area":"597"} , +{"type":"Feature","id":"n7854878290","geometry":{"type":"Point","coordinates":[0.5997258,51.650465]},"properties":{"@type":"node","@id":7854878290,"@timestamp":1598634003},"coords":"51.650465,0.5997258","bedrooms":"0","price":"200000","area":"529"} , +{"type":"Feature","id":"n7854878300","geometry":{"type":"Point","coordinates":[0.6154141,51.6538781]},"properties":{"@type":"node","@id":7854878300,"@timestamp":1598634003},"coords":"51.6538781,0.6154141","bedrooms":"4","price":"242000","area":"438"} , +{"type":"Feature","id":"n7854878310","geometry":{"type":"Point","coordinates":[0.6028774,51.6512838]},"properties":{"@type":"node","@id":7854878310,"@timestamp":1598634003},"coords":"51.6512838,0.6028774","bedrooms":"0","price":"241000","area":"693"} , +{"type":"Feature","id":"n7854878320","geometry":{"type":"Point","coordinates":[0.6037277,51.6498659]},"properties":{"@type":"node","@id":7854878320,"@timestamp":1598634003},"coords":"51.6498659,0.6037277","bedrooms":"1","price":"297000","area":"487"} , +{"type":"Feature","id":"n7854878330","geometry":{"type":"Point","coordinates":[0.6135392,51.6494731]},"properties":{"@type":"node","@id":7854878330,"@timestamp":1598634003},"coords":"51.6494731,0.6135392","bedrooms":"3","price":"260000","area":"668"} , +{"type":"Feature","id":"n7854878340","geometry":{"type":"Point","coordinates":[0.615398,51.6468752]},"properties":{"@type":"node","@id":7854878340,"@timestamp":1598634003},"coords":"51.6468752,0.615398","bedrooms":"3","price":"235000","area":"573"} , +{"type":"Feature","id":"n7854878350","geometry":{"type":"Point","coordinates":[0.6078207,51.6460963]},"properties":{"@type":"node","@id":7854878350,"@timestamp":1598634003},"coords":"51.6460963,0.6078207","bedrooms":"0","price":"192000","area":"692"} , +{"type":"Feature","id":"n7854878360","geometry":{"type":"Point","coordinates":[0.5982962,51.6410996]},"properties":{"@type":"node","@id":7854878360,"@timestamp":1598634003},"coords":"51.6410996,0.5982962","bedrooms":"0","price":"239000","area":"672"} , +{"type":"Feature","id":"n7854878370","geometry":{"type":"Point","coordinates":[0.604873,51.6424013]},"properties":{"@type":"node","@id":7854878370,"@timestamp":1598634003},"coords":"51.6424013,0.604873","bedrooms":"4","price":"194000","area":"423"} , +{"type":"Feature","id":"n7854878380","geometry":{"type":"Point","coordinates":[0.6158325,51.6402307]},"properties":{"@type":"node","@id":7854878380,"@timestamp":1598634003},"coords":"51.6402307,0.6158325","bedrooms":"1","price":"294000","area":"519"} , +{"type":"Feature","id":"n7854903490","geometry":{"type":"Point","coordinates":[0.6193086,51.6403739]},"properties":{"@type":"node","@id":7854903490,"@timestamp":1598634003},"coords":"51.6403739,0.6193086","bedrooms":"4","price":"279000","area":"654"} , +{"type":"Feature","id":"n7854903500","geometry":{"type":"Point","coordinates":[0.6139845,51.6391271]},"properties":{"@type":"node","@id":7854903500,"@timestamp":1598634003},"coords":"51.6391271,0.6139845","bedrooms":"3","price":"204000","area":"457"} , +{"type":"Feature","id":"n7854903510","geometry":{"type":"Point","coordinates":[0.6157467,51.6375357]},"properties":{"@type":"node","@id":7854903510,"@timestamp":1598634003},"coords":"51.6375357,0.6157467","bedrooms":"4","price":"191000","area":"357"} , +{"type":"Feature","id":"n7854903520","geometry":{"type":"Point","coordinates":[0.6229967,51.6445467]},"properties":{"@type":"node","@id":7854903520,"@timestamp":1598634003},"coords":"51.6445467,0.6229967","bedrooms":"1","price":"246000","area":"352"} , +{"type":"Feature","id":"n7854903530","geometry":{"type":"Point","coordinates":[0.6228653,51.6374891]},"properties":{"@type":"node","@id":7854903530,"@timestamp":1598634003},"coords":"51.6374891,0.6228653","bedrooms":"3","price":"250000","area":"586"} , +{"type":"Feature","id":"n7854971875","geometry":{"type":"Point","coordinates":[-0.2201934,50.9528301]},"properties":{"@type":"node","@id":7854971875,"@timestamp":1598635292},"coords":"50.9528301,-0.2201934","bedrooms":"4","price":"253000","area":"362"} , +{"type":"Feature","id":"n7854985815","geometry":{"type":"Point","coordinates":[-0.2208841,50.9542586]},"properties":{"@type":"node","@id":7854985815,"@timestamp":1598635292},"coords":"50.9542586,-0.2208841","bedrooms":"1","price":"277000","area":"425"} , +{"type":"Feature","id":"n7854985825","geometry":{"type":"Point","coordinates":[-0.2179812,50.9543797]},"properties":{"@type":"node","@id":7854985825,"@timestamp":1598635292},"coords":"50.9543797,-0.2179812","bedrooms":"2","price":"190000","area":"422"} , +{"type":"Feature","id":"n7855108851","geometry":{"type":"Point","coordinates":[-0.1778082,51.4825634]},"properties":{"@type":"node","@id":7855108851,"@timestamp":1598639925},"coords":"51.4825634,-0.1778082","bedrooms":"0","price":"265000","area":"398"} , +{"type":"Feature","id":"n7855108881","geometry":{"type":"Point","coordinates":[-0.1761672,51.4826257]},"properties":{"@type":"node","@id":7855108881,"@timestamp":1598639925},"coords":"51.4826257,-0.1761672","bedrooms":"4","price":"165000","area":"419"} , +{"type":"Feature","id":"n7855129759","geometry":{"type":"Point","coordinates":[-0.1768256,51.4826824]},"properties":{"@type":"node","@id":7855129759,"@timestamp":1598639925},"coords":"51.4826824,-0.1768256","bedrooms":"2","price":"291000","area":"587"} , +{"type":"Feature","id":"n7855129926","geometry":{"type":"Point","coordinates":[-0.1784447,51.4822082]},"properties":{"@type":"node","@id":7855129926,"@timestamp":1598639925},"coords":"51.4822082,-0.1784447","bedrooms":"0","price":"207000","area":"401"} , +{"type":"Feature","id":"n7855337223","geometry":{"type":"Point","coordinates":[0.0771834,51.3958299]},"properties":{"@type":"node","@id":7855337223,"@timestamp":1598646393},"coords":"51.3958299,0.0771834","bedrooms":"4","price":"296000","area":"377"} , +{"type":"Feature","id":"n7855337719","geometry":{"type":"Point","coordinates":[-0.2452449,51.4933074]},"properties":{"@type":"node","@id":7855337719,"@timestamp":1607973911},"coords":"51.4933074,-0.2452449","bedrooms":"2","price":"256000","area":"355"} , +{"type":"Feature","id":"n7855848744","geometry":{"type":"Point","coordinates":[-0.1833742,51.4925146]},"properties":{"@type":"node","@id":7855848744,"@timestamp":1598677082},"coords":"51.4925146,-0.1833742","bedrooms":"2","price":"237000","area":"653"} , +{"type":"Feature","id":"n7855848754","geometry":{"type":"Point","coordinates":[-0.1824894,51.4927991]},"properties":{"@type":"node","@id":7855848754,"@timestamp":1598677082},"coords":"51.4927991,-0.1824894","bedrooms":"4","price":"155000","area":"682"} , +{"type":"Feature","id":"n7855952557","geometry":{"type":"Point","coordinates":[0.0839112,51.6206996]},"properties":{"@type":"node","@id":7855952557,"@timestamp":1598685241},"coords":"51.6206996,0.0839112","bedrooms":"4","price":"198000","area":"625"} , +{"type":"Feature","id":"n7855974764","geometry":{"type":"Point","coordinates":[0.083712,51.6210578]},"properties":{"@type":"node","@id":7855974764,"@timestamp":1598684220},"coords":"51.6210578,0.083712","bedrooms":"4","price":"244000","area":"603"} , +{"type":"Feature","id":"n7855975011","geometry":{"type":"Point","coordinates":[-0.1850359,51.4910523]},"properties":{"@type":"node","@id":7855975011,"@timestamp":1598683033},"coords":"51.4910523,-0.1850359","bedrooms":"3","price":"251000","area":"620"} , +{"type":"Feature","id":"n7856006466","geometry":{"type":"Point","coordinates":[0.0831252,51.6206799]},"properties":{"@type":"node","@id":7856006466,"@timestamp":1598685241},"coords":"51.6206799,0.0831252","bedrooms":"3","price":"269000","area":"665"} , +{"type":"Feature","id":"n7856006477","geometry":{"type":"Point","coordinates":[0.0829316,51.6209912]},"properties":{"@type":"node","@id":7856006477,"@timestamp":1598685241},"coords":"51.6209912,0.0829316","bedrooms":"3","price":"169000","area":"554"} , +{"type":"Feature","id":"n7856024887","geometry":{"type":"Point","coordinates":[0.0839399,51.6207181]},"properties":{"@type":"node","@id":7856024887,"@timestamp":1598685241},"coords":"51.6207181,0.0839399","bedrooms":"4","price":"196000","area":"403"} , +{"type":"Feature","id":"n7856036044","geometry":{"type":"Point","coordinates":[0.0818217,51.6207159]},"properties":{"@type":"node","@id":7856036044,"@timestamp":1598686071},"coords":"51.6207159,0.0818217","bedrooms":"4","price":"159000","area":"534"} , +{"type":"Feature","id":"n7856042414","geometry":{"type":"Point","coordinates":[0.0796172,51.6204163]},"properties":{"@type":"node","@id":7856042414,"@timestamp":1598686297},"coords":"51.6204163,0.0796172","bedrooms":"0","price":"217000","area":"482"} , +{"type":"Feature","id":"n7856059664","geometry":{"type":"Point","coordinates":[0.082962,51.6215226]},"properties":{"@type":"node","@id":7856059664,"@timestamp":1598687257},"coords":"51.6215226,0.082962","bedrooms":"3","price":"207000","area":"699"} , +{"type":"Feature","id":"n7856097898","geometry":{"type":"Point","coordinates":[0.0844103,51.6209139]},"properties":{"@type":"node","@id":7856097898,"@timestamp":1598688430},"coords":"51.6209139,0.0844103","bedrooms":"1","price":"203000","area":"499"} , +{"type":"Feature","id":"n7856097964","geometry":{"type":"Point","coordinates":[0.0864655,51.6219044]},"properties":{"@type":"node","@id":7856097964,"@timestamp":1598688430},"coords":"51.6219044,0.0864655","bedrooms":"1","price":"186000","area":"627"} , +{"type":"Feature","id":"n7856124156","geometry":{"type":"Point","coordinates":[0.0766005,51.6191806]},"properties":{"@type":"node","@id":7856124156,"@timestamp":1598689609},"coords":"51.6191806,0.0766005","bedrooms":"3","price":"218000","area":"679"} , +{"type":"Feature","id":"n7856125696","geometry":{"type":"Point","coordinates":[0.075593,51.6185349]},"properties":{"@type":"node","@id":7856125696,"@timestamp":1598689447},"coords":"51.6185349,0.075593","bedrooms":"0","price":"171000","area":"565"} , +{"type":"Feature","id":"n7856267697","geometry":{"type":"Point","coordinates":[0.0288511,51.499939]},"properties":{"@type":"node","@id":7856267697,"@timestamp":1598694139},"coords":"51.499939,0.0288511","bedrooms":"3","price":"266000","area":"603"} , +{"type":"Feature","id":"n7856328793","geometry":{"type":"Point","coordinates":[-0.148569,51.5250285]},"properties":{"@type":"node","@id":7856328793,"@timestamp":1598696401},"coords":"51.5250285,-0.148569","bedrooms":"0","price":"283000","area":"514"} , +{"type":"Feature","id":"n7856565765","geometry":{"type":"Point","coordinates":[-0.49313,51.4331185]},"properties":{"@type":"node","@id":7856565765,"@timestamp":1598705661},"coords":"51.4331185,-0.49313","bedrooms":"0","price":"223000","area":"629"} , +{"type":"Feature","id":"n7856768140","geometry":{"type":"Point","coordinates":[-0.1614145,51.5252842]},"properties":{"@type":"node","@id":7856768140,"@timestamp":1598712885},"coords":"51.5252842,-0.1614145","bedrooms":"3","price":"298000","area":"671"} , +{"type":"Feature","id":"n7856812754","geometry":{"type":"Point","coordinates":[-0.1851802,51.4569279]},"properties":{"@type":"node","@id":7856812754,"@timestamp":1615764787},"coords":"51.4569279,-0.1851802","bedrooms":"4","price":"273000","area":"510"} , +{"type":"Feature","id":"n7856812775","geometry":{"type":"Point","coordinates":[-0.1818873,51.4579577]},"properties":{"@type":"node","@id":7856812775,"@timestamp":1598717121},"coords":"51.4579577,-0.1818873","bedrooms":"3","price":"204000","area":"386"} , +{"type":"Feature","id":"n7856847637","geometry":{"type":"Point","coordinates":[-0.7637017,51.6152189]},"properties":{"@type":"node","@id":7856847637,"@timestamp":1598715754},"coords":"51.6152189,-0.7637017","bedrooms":"3","price":"199000","area":"471"} , +{"type":"Feature","id":"n7856848029","geometry":{"type":"Point","coordinates":[-0.7624227,51.6181437]},"properties":{"@type":"node","@id":7856848029,"@timestamp":1598714343},"coords":"51.6181437,-0.7624227","bedrooms":"3","price":"183000","area":"616"} , +{"type":"Feature","id":"n7856861397","geometry":{"type":"Point","coordinates":[0.0218741,51.5040335]},"properties":{"@type":"node","@id":7856861397,"@timestamp":1598715352},"coords":"51.5040335,0.0218741","bedrooms":"3","price":"188000","area":"390"} , +{"type":"Feature","id":"n7856886555","geometry":{"type":"Point","coordinates":[-0.7619469,51.6156866]},"properties":{"@type":"node","@id":7856886555,"@timestamp":1598715754},"coords":"51.6156866,-0.7619469","bedrooms":"0","price":"282000","area":"465"} , +{"type":"Feature","id":"n7856932895","geometry":{"type":"Point","coordinates":[-0.1821946,51.4579303]},"properties":{"@type":"node","@id":7856932895,"@timestamp":1598717121},"coords":"51.4579303,-0.1821946","bedrooms":"3","price":"165000","area":"428"} , +{"type":"Feature","id":"n7856932914","geometry":{"type":"Point","coordinates":[-0.1872658,51.4518809]},"properties":{"@type":"node","@id":7856932914,"@timestamp":1598717121},"coords":"51.4518809,-0.1872658","bedrooms":"3","price":"161000","area":"384"} , +{"type":"Feature","id":"n7856932943","geometry":{"type":"Point","coordinates":[-0.1831077,51.4501067]},"properties":{"@type":"node","@id":7856932943,"@timestamp":1598717121},"coords":"51.4501067,-0.1831077","bedrooms":"3","price":"205000","area":"480"} , +{"type":"Feature","id":"n7856932956","geometry":{"type":"Point","coordinates":[-0.1867164,51.4499251]},"properties":{"@type":"node","@id":7856932956,"@timestamp":1598717121},"coords":"51.4499251,-0.1867164","bedrooms":"1","price":"184000","area":"522"} , +{"type":"Feature","id":"n7856932987","geometry":{"type":"Point","coordinates":[-0.1910465,51.4488574]},"properties":{"@type":"node","@id":7856932987,"@timestamp":1598717121},"coords":"51.4488574,-0.1910465","bedrooms":"1","price":"190000","area":"475"} , +{"type":"Feature","id":"n7856933010","geometry":{"type":"Point","coordinates":[-0.1994587,51.4460848]},"properties":{"@type":"node","@id":7856933010,"@timestamp":1598717121},"coords":"51.4460848,-0.1994587","bedrooms":"0","price":"233000","area":"440"} , +{"type":"Feature","id":"n7856933053","geometry":{"type":"Point","coordinates":[-0.2076009,51.4456457]},"properties":{"@type":"node","@id":7856933053,"@timestamp":1598717121},"coords":"51.4456457,-0.2076009","bedrooms":"0","price":"267000","area":"622"} , +{"type":"Feature","id":"n7856933080","geometry":{"type":"Point","coordinates":[-0.2081676,51.4498287]},"properties":{"@type":"node","@id":7856933080,"@timestamp":1598717121},"coords":"51.4498287,-0.2081676","bedrooms":"2","price":"235000","area":"447"} , +{"type":"Feature","id":"n7856942561","geometry":{"type":"Point","coordinates":[0.0306685,51.5012413]},"properties":{"@type":"node","@id":7856942561,"@timestamp":1598717564},"coords":"51.5012413,0.0306685","bedrooms":"4","price":"255000","area":"691"} , +{"type":"Feature","id":"n7857095516","geometry":{"type":"Point","coordinates":[-0.2618701,51.5641413]},"properties":{"@type":"node","@id":7857095516,"@timestamp":1598797692},"coords":"51.5641413,-0.2618701","bedrooms":"2","price":"294000","area":"478"} , +{"type":"Feature","id":"n7857102397","geometry":{"type":"Point","coordinates":[-0.2409672,51.4656226]},"properties":{"@type":"node","@id":7857102397,"@timestamp":1598719813},"coords":"51.4656226,-0.2409672","bedrooms":"0","price":"162000","area":"622"} , +{"type":"Feature","id":"n7857196951","geometry":{"type":"Point","coordinates":[-0.2107329,50.9417438]},"properties":{"@type":"node","@id":7857196951,"@timestamp":1599067331},"coords":"50.9417438,-0.2107329","bedrooms":"1","price":"255000","area":"605"} , +{"type":"Feature","id":"n7857197019","geometry":{"type":"Point","coordinates":[-0.2127639,50.9438355]},"properties":{"@type":"node","@id":7857197019,"@timestamp":1599067331},"coords":"50.9438355,-0.2127639","bedrooms":"3","price":"248000","area":"417"} , +{"type":"Feature","id":"n7857197047","geometry":{"type":"Point","coordinates":[-0.2095169,50.9437887]},"properties":{"@type":"node","@id":7857197047,"@timestamp":1599067331},"coords":"50.9437887,-0.2095169","bedrooms":"2","price":"188000","area":"398"} , +{"type":"Feature","id":"n7857197057","geometry":{"type":"Point","coordinates":[-0.2161706,50.9418814]},"properties":{"@type":"node","@id":7857197057,"@timestamp":1598722363},"coords":"50.9418814,-0.2161706","bedrooms":"3","price":"238000","area":"402"} , +{"type":"Feature","id":"n7857336290","geometry":{"type":"Point","coordinates":[0.2530943,51.8829313]},"properties":{"@type":"node","@id":7857336290,"@timestamp":1631922301},"coords":"51.8829313,0.2530943","bedrooms":"1","price":"175000","area":"367"} , +{"type":"Feature","id":"n7857336355","geometry":{"type":"Point","coordinates":[0.2708719,51.8935372]},"properties":{"@type":"node","@id":7857336355,"@timestamp":1598727404},"coords":"51.8935372,0.2708719","bedrooms":"3","price":"190000","area":"516"} , +{"type":"Feature","id":"n7857336422","geometry":{"type":"Point","coordinates":[0.1773096,51.8860034]},"properties":{"@type":"node","@id":7857336422,"@timestamp":1598727404},"coords":"51.8860034,0.1773096","bedrooms":"4","price":"179000","area":"496"} , +{"type":"Feature","id":"n7857342300","geometry":{"type":"Point","coordinates":[-0.4696763,51.5411752]},"properties":{"@type":"node","@id":7857342300,"@timestamp":1598727628},"coords":"51.5411752,-0.4696763","bedrooms":"1","price":"223000","area":"605"} , +{"type":"Feature","id":"n7857342375","geometry":{"type":"Point","coordinates":[-0.4708578,51.5416602]},"properties":{"@type":"node","@id":7857342375,"@timestamp":1598727628},"coords":"51.5416602,-0.4708578","bedrooms":"2","price":"238000","area":"442"} , +{"type":"Feature","id":"n7857342401","geometry":{"type":"Point","coordinates":[-0.4707102,51.5409391]},"properties":{"@type":"node","@id":7857342401,"@timestamp":1598727628},"coords":"51.5409391,-0.4707102","bedrooms":"0","price":"248000","area":"606"} , +{"type":"Feature","id":"n7857342496","geometry":{"type":"Point","coordinates":[-0.4683486,51.5399061]},"properties":{"@type":"node","@id":7857342496,"@timestamp":1598727628},"coords":"51.5399061,-0.4683486","bedrooms":"4","price":"191000","area":"571"} , +{"type":"Feature","id":"n7857342773","geometry":{"type":"Point","coordinates":[-0.4711179,51.5395157]},"properties":{"@type":"node","@id":7857342773,"@timestamp":1598727628},"coords":"51.5395157,-0.4711179","bedrooms":"3","price":"212000","area":"572"} , +{"type":"Feature","id":"n7857342813","geometry":{"type":"Point","coordinates":[-0.4713862,51.5392571]},"properties":{"@type":"node","@id":7857342813,"@timestamp":1598727628},"coords":"51.5392571,-0.4713862","bedrooms":"0","price":"187000","area":"640"} , +{"type":"Feature","id":"n7857343038","geometry":{"type":"Point","coordinates":[-0.4714157,51.5390331]},"properties":{"@type":"node","@id":7857343038,"@timestamp":1598727628},"coords":"51.5390331,-0.4714157","bedrooms":"0","price":"194000","area":"489"} , +{"type":"Feature","id":"n7857343104","geometry":{"type":"Point","coordinates":[-0.4684069,51.5387721]},"properties":{"@type":"node","@id":7857343104,"@timestamp":1598727628},"coords":"51.5387721,-0.4684069","bedrooms":"1","price":"207000","area":"454"} , +{"type":"Feature","id":"n7857343114","geometry":{"type":"Point","coordinates":[-0.4683345,51.5391412]},"properties":{"@type":"node","@id":7857343114,"@timestamp":1598727628},"coords":"51.5391412,-0.4683345","bedrooms":"2","price":"227000","area":"537"} , +{"type":"Feature","id":"n7857343148","geometry":{"type":"Point","coordinates":[-0.4699565,51.538981]},"properties":{"@type":"node","@id":7857343148,"@timestamp":1598727628},"coords":"51.538981,-0.4699565","bedrooms":"2","price":"196000","area":"448"} , +{"type":"Feature","id":"n7857343252","geometry":{"type":"Point","coordinates":[-0.4701041,51.5393747]},"properties":{"@type":"node","@id":7857343252,"@timestamp":1598727628},"coords":"51.5393747,-0.4701041","bedrooms":"1","price":"194000","area":"528"} , +{"type":"Feature","id":"n7857343262","geometry":{"type":"Point","coordinates":[-0.4704554,51.538936]},"properties":{"@type":"node","@id":7857343262,"@timestamp":1598727628},"coords":"51.538936,-0.4704554","bedrooms":"0","price":"171000","area":"370"} , +{"type":"Feature","id":"n7857355827","geometry":{"type":"Point","coordinates":[0.7703036,51.3310759]},"properties":{"@type":"node","@id":7857355827,"@timestamp":1598728127},"coords":"51.3310759,0.7703036","bedrooms":"0","price":"174000","area":"354"} , +{"type":"Feature","id":"n7857491438","geometry":{"type":"Point","coordinates":[-0.1809022,51.7357729]},"properties":{"@type":"node","@id":7857491438,"@timestamp":1598732052},"coords":"51.7357729,-0.1809022","bedrooms":"2","price":"151000","area":"529"} , +{"type":"Feature","id":"n7857519587","geometry":{"type":"Point","coordinates":[-0.5955396,51.6804414]},"properties":{"@type":"node","@id":7857519587,"@timestamp":1631282354},"coords":"51.6804414,-0.5955396","bedrooms":"2","price":"179000","area":"496"} , +{"type":"Feature","id":"n7857519597","geometry":{"type":"Point","coordinates":[-0.5971737,51.6795491]},"properties":{"@type":"node","@id":7857519597,"@timestamp":1601640943},"coords":"51.6795491,-0.5971737","bedrooms":"4","price":"207000","area":"614"} , +{"type":"Feature","id":"n7857519607","geometry":{"type":"Point","coordinates":[-0.5921634,51.6778723]},"properties":{"@type":"node","@id":7857519607,"@timestamp":1631008013},"coords":"51.6778723,-0.5921634","bedrooms":"1","price":"155000","area":"454"} , +{"type":"Feature","id":"n7857519617","geometry":{"type":"Point","coordinates":[-0.6081244,51.6763078]},"properties":{"@type":"node","@id":7857519617,"@timestamp":1601641412},"coords":"51.6763078,-0.6081244","bedrooms":"3","price":"185000","area":"525"} , +{"type":"Feature","id":"n7857537304","geometry":{"type":"Point","coordinates":[-0.4242973,51.7502548]},"properties":{"@type":"node","@id":7857537304,"@timestamp":1602967325},"coords":"51.7502548,-0.4242973","bedrooms":"3","price":"255000","area":"352"} , +{"type":"Feature","id":"n7857537314","geometry":{"type":"Point","coordinates":[-0.4453164,51.7482557]},"properties":{"@type":"node","@id":7857537314,"@timestamp":1606769970},"coords":"51.7482557,-0.4453164","bedrooms":"1","price":"160000","area":"361"} , +{"type":"Feature","id":"n7857537324","geometry":{"type":"Point","coordinates":[-0.4419644,51.7544898]},"properties":{"@type":"node","@id":7857537324,"@timestamp":1607096743},"coords":"51.7544898,-0.4419644","bedrooms":"2","price":"271000","area":"429"} , +{"type":"Feature","id":"n7857537336","geometry":{"type":"Point","coordinates":[-0.4446405,51.7766812]},"properties":{"@type":"node","@id":7857537336,"@timestamp":1607209840},"coords":"51.7766812,-0.4446405","bedrooms":"4","price":"224000","area":"358"} , +{"type":"Feature","id":"n7857547989","geometry":{"type":"Point","coordinates":[-0.154544,51.7386008]},"properties":{"@type":"node","@id":7857547989,"@timestamp":1598733495},"coords":"51.7386008,-0.154544","bedrooms":"1","price":"195000","area":"520"} , +{"type":"Feature","id":"n7857592251","geometry":{"type":"Point","coordinates":[-0.5641906,51.6716945]},"properties":{"@type":"node","@id":7857592251,"@timestamp":1601568196},"coords":"51.6716945,-0.5641906","bedrooms":"1","price":"220000","area":"545"} , +{"type":"Feature","id":"n7857592263","geometry":{"type":"Point","coordinates":[-0.5497346,51.6620631]},"properties":{"@type":"node","@id":7857592263,"@timestamp":1601567618},"coords":"51.6620631,-0.5497346","bedrooms":"3","price":"208000","area":"660"} , +{"type":"Feature","id":"n7857759712","geometry":{"type":"Point","coordinates":[-0.1859876,51.5934826]},"properties":{"@type":"node","@id":7857759712,"@timestamp":1598742973},"coords":"51.5934826,-0.1859876","bedrooms":"1","price":"172000","area":"353"} , +{"type":"Feature","id":"n7857829104","geometry":{"type":"Point","coordinates":[0.1910545,51.5189912]},"properties":{"@type":"node","@id":7857829104,"@timestamp":1609336769},"coords":"51.5189912,0.1910545","bedrooms":"2","price":"206000","area":"577"} , +{"type":"Feature","id":"n7857880041","geometry":{"type":"Point","coordinates":[-0.1832525,51.4908888]},"properties":{"@type":"node","@id":7857880041,"@timestamp":1598760803},"coords":"51.4908888,-0.1832525","bedrooms":"0","price":"220000","area":"383"} , +{"type":"Feature","id":"n7857880054","geometry":{"type":"Point","coordinates":[-0.1840864,51.4912385]},"properties":{"@type":"node","@id":7857880054,"@timestamp":1598760803},"coords":"51.4912385,-0.1840864","bedrooms":"0","price":"217000","area":"350"} , +{"type":"Feature","id":"n7857948758","geometry":{"type":"Point","coordinates":[-0.1836107,51.4909175]},"properties":{"@type":"node","@id":7857948758,"@timestamp":1598760803},"coords":"51.4909175,-0.1836107","bedrooms":"4","price":"230000","area":"574"} , +{"type":"Feature","id":"n7858059896","geometry":{"type":"Point","coordinates":[-0.1827214,51.4912151]},"properties":{"@type":"node","@id":7858059896,"@timestamp":1598769478},"coords":"51.4912151,-0.1827214","bedrooms":"2","price":"212000","area":"548"} , +{"type":"Feature","id":"n7858059913","geometry":{"type":"Point","coordinates":[-0.1830715,51.4921755]},"properties":{"@type":"node","@id":7858059913,"@timestamp":1598769478},"coords":"51.4921755,-0.1830715","bedrooms":"1","price":"175000","area":"534"} , +{"type":"Feature","id":"n7858059959","geometry":{"type":"Point","coordinates":[-0.1826828,51.4916398]},"properties":{"@type":"node","@id":7858059959,"@timestamp":1598769478},"coords":"51.4916398,-0.1826828","bedrooms":"4","price":"192000","area":"573"} , +{"type":"Feature","id":"n7858059969","geometry":{"type":"Point","coordinates":[-0.1823324,51.4911278]},"properties":{"@type":"node","@id":7858059969,"@timestamp":1598769478},"coords":"51.4911278,-0.1823324","bedrooms":"2","price":"299000","area":"416"} , +{"type":"Feature","id":"n7858461381","geometry":{"type":"Point","coordinates":[0.0267522,51.4989677]},"properties":{"@type":"node","@id":7858461381,"@timestamp":1598791730},"coords":"51.4989677,0.0267522","bedrooms":"0","price":"189000","area":"416"} , +{"type":"Feature","id":"n7858501742","geometry":{"type":"Point","coordinates":[-0.4608219,51.9036196]},"properties":{"@type":"node","@id":7858501742,"@timestamp":1614104595},"coords":"51.9036196,-0.4608219","bedrooms":"3","price":"225000","area":"565"} , +{"type":"Feature","id":"n7858501752","geometry":{"type":"Point","coordinates":[-0.4592917,51.9048118]},"properties":{"@type":"node","@id":7858501752,"@timestamp":1614104595},"coords":"51.9048118,-0.4592917","bedrooms":"4","price":"220000","area":"394"} , +{"type":"Feature","id":"n7858501762","geometry":{"type":"Point","coordinates":[-0.4620773,51.9028978]},"properties":{"@type":"node","@id":7858501762,"@timestamp":1614104595},"coords":"51.9028978,-0.4620773","bedrooms":"3","price":"177000","area":"475"} , +{"type":"Feature","id":"n7858579385","geometry":{"type":"Point","coordinates":[0.0263397,51.4993064]},"properties":{"@type":"node","@id":7858579385,"@timestamp":1598791730},"coords":"51.4993064,0.0263397","bedrooms":"0","price":"236000","area":"524"} , +{"type":"Feature","id":"n7858640141","geometry":{"type":"Point","coordinates":[0.0227844,51.502735]},"properties":{"@type":"node","@id":7858640141,"@timestamp":1598794105},"coords":"51.502735,0.0227844","bedrooms":"4","price":"297000","area":"536"} , +{"type":"Feature","id":"n7858781954","geometry":{"type":"Point","coordinates":[-0.1912506,51.4051063]},"properties":{"@type":"node","@id":7858781954,"@timestamp":1598798202},"coords":"51.4051063,-0.1912506","bedrooms":"0","price":"186000","area":"562"} , +{"type":"Feature","id":"n7858781964","geometry":{"type":"Point","coordinates":[-0.1882212,51.4030579]},"properties":{"@type":"node","@id":7858781964,"@timestamp":1598798202},"coords":"51.4030579,-0.1882212","bedrooms":"2","price":"268000","area":"444"} , +{"type":"Feature","id":"n7858918465","geometry":{"type":"Point","coordinates":[-0.182157,51.4915075]},"properties":{"@type":"node","@id":7858918465,"@timestamp":1598802462},"coords":"51.4915075,-0.182157","bedrooms":"1","price":"223000","area":"566"} , +{"type":"Feature","id":"n7858918475","geometry":{"type":"Point","coordinates":[-0.1825164,51.4920352]},"properties":{"@type":"node","@id":7858918475,"@timestamp":1598802462},"coords":"51.4920352,-0.1825164","bedrooms":"3","price":"214000","area":"463"} , +{"type":"Feature","id":"n7858977850","geometry":{"type":"Point","coordinates":[-0.1825912,51.4923971]},"properties":{"@type":"node","@id":7858977850,"@timestamp":1598802462},"coords":"51.4923971,-0.1825912","bedrooms":"3","price":"244000","area":"680"} , +{"type":"Feature","id":"n7858977899","geometry":{"type":"Point","coordinates":[-0.1817921,51.4920236]},"properties":{"@type":"node","@id":7858977899,"@timestamp":1598802462},"coords":"51.4920236,-0.1817921","bedrooms":"0","price":"156000","area":"517"} , +{"type":"Feature","id":"n7858977981","geometry":{"type":"Point","coordinates":[-0.1812747,51.4918446]},"properties":{"@type":"node","@id":7858977981,"@timestamp":1598802462},"coords":"51.4918446,-0.1812747","bedrooms":"1","price":"158000","area":"533"} , +{"type":"Feature","id":"n7858978009","geometry":{"type":"Point","coordinates":[-0.1817318,51.4914291]},"properties":{"@type":"node","@id":7858978009,"@timestamp":1598802462},"coords":"51.4914291,-0.1817318","bedrooms":"3","price":"162000","area":"625"} , +{"type":"Feature","id":"n7858978019","geometry":{"type":"Point","coordinates":[-0.180846,51.4916292]},"properties":{"@type":"node","@id":7858978019,"@timestamp":1598802462},"coords":"51.4916292,-0.180846","bedrooms":"3","price":"286000","area":"483"} , +{"type":"Feature","id":"n7859011259","geometry":{"type":"Point","coordinates":[-0.2354334,50.9610386]},"properties":{"@type":"node","@id":7859011259,"@timestamp":1602450782},"coords":"50.9610386,-0.2354334","bedrooms":"4","price":"200000","area":"406"} , +{"type":"Feature","id":"n7859011269","geometry":{"type":"Point","coordinates":[-0.235637,50.960529]},"properties":{"@type":"node","@id":7859011269,"@timestamp":1602450782},"coords":"50.960529,-0.235637","bedrooms":"0","price":"214000","area":"538"} , +{"type":"Feature","id":"n7859011279","geometry":{"type":"Point","coordinates":[-0.2343369,50.958581]},"properties":{"@type":"node","@id":7859011279,"@timestamp":1602450782},"coords":"50.958581,-0.2343369","bedrooms":"0","price":"249000","area":"549"} , +{"type":"Feature","id":"n7859019236","geometry":{"type":"Point","coordinates":[-0.180848,51.4913677]},"properties":{"@type":"node","@id":7859019236,"@timestamp":1598804108},"coords":"51.4913677,-0.180848","bedrooms":"1","price":"229000","area":"523"} , +{"type":"Feature","id":"n7859020992","geometry":{"type":"Point","coordinates":[-0.2343395,50.9570905]},"properties":{"@type":"node","@id":7859020992,"@timestamp":1598803952},"coords":"50.9570905,-0.2343395","bedrooms":"3","price":"151000","area":"361"} , +{"type":"Feature","id":"n7859021002","geometry":{"type":"Point","coordinates":[-0.2377224,50.9578834]},"properties":{"@type":"node","@id":7859021002,"@timestamp":1598803952},"coords":"50.9578834,-0.2377224","bedrooms":"2","price":"240000","area":"547"} , +{"type":"Feature","id":"n7859021057","geometry":{"type":"Point","coordinates":[-0.2385786,50.9602741]},"properties":{"@type":"node","@id":7859021057,"@timestamp":1602450782},"coords":"50.9602741,-0.2385786","bedrooms":"3","price":"212000","area":"429"} , +{"type":"Feature","id":"n7859051566","geometry":{"type":"Point","coordinates":[0.1919184,51.5183809]},"properties":{"@type":"node","@id":7859051566,"@timestamp":1598805776},"coords":"51.5183809,0.1919184","bedrooms":"1","price":"202000","area":"460"} , +{"type":"Feature","id":"n7859144240","geometry":{"type":"Point","coordinates":[-0.198316,51.4570862]},"properties":{"@type":"node","@id":7859144240,"@timestamp":1598808307},"coords":"51.4570862,-0.198316","bedrooms":"4","price":"206000","area":"361"} , +{"type":"Feature","id":"n7859260350","geometry":{"type":"Point","coordinates":[0.0952862,51.5222617]},"properties":{"@type":"node","@id":7859260350,"@timestamp":1598812787},"coords":"51.5222617,0.0952862","bedrooms":"1","price":"171000","area":"363"} , +{"type":"Feature","id":"n7859477132","geometry":{"type":"Point","coordinates":[-0.5636351,51.6719956]},"properties":{"@type":"node","@id":7859477132,"@timestamp":1598823947},"coords":"51.6719956,-0.5636351","bedrooms":"0","price":"266000","area":"644"} , +{"type":"Feature","id":"n7859477142","geometry":{"type":"Point","coordinates":[-0.5488404,51.6712881]},"properties":{"@type":"node","@id":7859477142,"@timestamp":1598823947},"coords":"51.6712881,-0.5488404","bedrooms":"3","price":"293000","area":"365"} , +{"type":"Feature","id":"n7859520100","geometry":{"type":"Point","coordinates":[-0.1383349,51.0114463]},"properties":{"@type":"node","@id":7859520100,"@timestamp":1599239908},"coords":"51.0114463,-0.1383349","bedrooms":"0","price":"219000","area":"351"} , +{"type":"Feature","id":"n7859553617","geometry":{"type":"Point","coordinates":[-0.5557879,51.6701615]},"properties":{"@type":"node","@id":7859553617,"@timestamp":1598824348},"coords":"51.6701615,-0.5557879","bedrooms":"2","price":"231000","area":"396"} , +{"type":"Feature","id":"n7859596434","geometry":{"type":"Point","coordinates":[-0.5685914,51.6642166]},"properties":{"@type":"node","@id":7859596434,"@timestamp":1598826089},"coords":"51.6642166,-0.5685914","bedrooms":"3","price":"172000","area":"545"} , +{"type":"Feature","id":"n7860293823","geometry":{"type":"Point","coordinates":[0.4217963,51.131578]},"properties":{"@type":"node","@id":7860293823,"@timestamp":1619261763},"coords":"51.131578,0.4217963","bedrooms":"3","price":"164000","area":"623"} , +{"type":"Feature","id":"n7860372561","geometry":{"type":"Point","coordinates":[-0.3135059,51.4967469]},"properties":{"@type":"node","@id":7860372561,"@timestamp":1612390843},"coords":"51.4967469,-0.3135059","bedrooms":"2","price":"243000","area":"555"} , +{"type":"Feature","id":"n7860493091","geometry":{"type":"Point","coordinates":[-0.2953463,51.4842368]},"properties":{"@type":"node","@id":7860493091,"@timestamp":1623794729},"coords":"51.4842368,-0.2953463","bedrooms":"2","price":"179000","area":"428"} , +{"type":"Feature","id":"n7860499113","geometry":{"type":"Point","coordinates":[0.4877034,51.1810436]},"properties":{"@type":"node","@id":7860499113,"@timestamp":1598981708},"coords":"51.1810436,0.4877034","bedrooms":"3","price":"185000","area":"406"} , +{"type":"Feature","id":"n7860802424","geometry":{"type":"Point","coordinates":[-0.2951318,51.4746465]},"properties":{"@type":"node","@id":7860802424,"@timestamp":1598863454},"coords":"51.4746465,-0.2951318","bedrooms":"2","price":"265000","area":"667"} , +{"type":"Feature","id":"n7860900488","geometry":{"type":"Point","coordinates":[0.0163313,51.4495073]},"properties":{"@type":"node","@id":7860900488,"@timestamp":1598865346},"coords":"51.4495073,0.0163313","bedrooms":"1","price":"160000","area":"526"} , +{"type":"Feature","id":"n7860903088","geometry":{"type":"Point","coordinates":[-0.1038035,51.4317443]},"properties":{"@type":"node","@id":7860903088,"@timestamp":1598865346},"coords":"51.4317443,-0.1038035","bedrooms":"1","price":"233000","area":"391"} , +{"type":"Feature","id":"n7860903112","geometry":{"type":"Point","coordinates":[-0.0545619,51.4879702]},"properties":{"@type":"node","@id":7860903112,"@timestamp":1598865346},"coords":"51.4879702,-0.0545619","bedrooms":"1","price":"263000","area":"639"} , +{"type":"Feature","id":"n7861035350","geometry":{"type":"Point","coordinates":[-0.4266927,51.7461667]},"properties":{"@type":"node","@id":7861035350,"@timestamp":1606751071},"coords":"51.7461667,-0.4266927","bedrooms":"1","price":"225000","area":"416"} , +{"type":"Feature","id":"n7861043040","geometry":{"type":"Point","coordinates":[-0.4325558,51.7754697]},"properties":{"@type":"node","@id":7861043040,"@timestamp":1607208706},"coords":"51.7754697,-0.4325558","bedrooms":"3","price":"222000","area":"619"} , +{"type":"Feature","id":"n7861269509","geometry":{"type":"Point","coordinates":[0.5509647,51.1714164]},"properties":{"@type":"node","@id":7861269509,"@timestamp":1598870271},"coords":"51.1714164,0.5509647","bedrooms":"1","price":"157000","area":"356"} , +{"type":"Feature","id":"n7861303708","geometry":{"type":"Point","coordinates":[-0.1770419,51.9272714]},"properties":{"@type":"node","@id":7861303708,"@timestamp":1598871005},"coords":"51.9272714,-0.1770419","bedrooms":"2","price":"209000","area":"435"} , +{"type":"Feature","id":"n7861303718","geometry":{"type":"Point","coordinates":[-0.174526,51.9214307]},"properties":{"@type":"node","@id":7861303718,"@timestamp":1598871005},"coords":"51.9214307,-0.174526","bedrooms":"3","price":"203000","area":"635"} , +{"type":"Feature","id":"n7861303728","geometry":{"type":"Point","coordinates":[-0.1807675,51.9225688]},"properties":{"@type":"node","@id":7861303728,"@timestamp":1598871005},"coords":"51.9225688,-0.1807675","bedrooms":"4","price":"233000","area":"481"} , +{"type":"Feature","id":"n7861303738","geometry":{"type":"Point","coordinates":[-0.1867113,51.9245406]},"properties":{"@type":"node","@id":7861303738,"@timestamp":1598871005},"coords":"51.9245406,-0.1867113","bedrooms":"3","price":"226000","area":"446"} , +{"type":"Feature","id":"n7861303748","geometry":{"type":"Point","coordinates":[-0.1868869,51.9265784]},"properties":{"@type":"node","@id":7861303748,"@timestamp":1598871005},"coords":"51.9265784,-0.1868869","bedrooms":"3","price":"273000","area":"699"} , +{"type":"Feature","id":"n7861303758","geometry":{"type":"Point","coordinates":[-0.1845011,51.928932]},"properties":{"@type":"node","@id":7861303758,"@timestamp":1598871005},"coords":"51.928932,-0.1845011","bedrooms":"1","price":"287000","area":"546"} , +{"type":"Feature","id":"n7861303768","geometry":{"type":"Point","coordinates":[-0.1792172,51.9315006]},"properties":{"@type":"node","@id":7861303768,"@timestamp":1598871005},"coords":"51.9315006,-0.1792172","bedrooms":"2","price":"189000","area":"372"} , +{"type":"Feature","id":"n7861303778","geometry":{"type":"Point","coordinates":[-0.1880148,51.92285]},"properties":{"@type":"node","@id":7861303778,"@timestamp":1598871142},"coords":"51.92285,-0.1880148","bedrooms":"4","price":"184000","area":"529"} , +{"type":"Feature","id":"n7861308588","geometry":{"type":"Point","coordinates":[-0.1824519,51.9219915]},"properties":{"@type":"node","@id":7861308588,"@timestamp":1598871142},"coords":"51.9219915,-0.1824519","bedrooms":"2","price":"212000","area":"654"} , +{"type":"Feature","id":"n7861334118","geometry":{"type":"Point","coordinates":[0.0271045,51.4988481]},"properties":{"@type":"node","@id":7861334118,"@timestamp":1615721216},"coords":"51.4988481,0.0271045","bedrooms":"2","price":"184000","area":"580"} , +{"type":"Feature","id":"n7861605866","geometry":{"type":"Point","coordinates":[-0.9012298,51.5340302]},"properties":{"@type":"node","@id":7861605866,"@timestamp":1598876589},"coords":"51.5340302,-0.9012298","bedrooms":"4","price":"165000","area":"600"} , +{"type":"Feature","id":"n7861630721","geometry":{"type":"Point","coordinates":[-0.9020624,51.5343425]},"properties":{"@type":"node","@id":7861630721,"@timestamp":1598876589},"coords":"51.5343425,-0.9020624","bedrooms":"3","price":"150000","area":"570"} , +{"type":"Feature","id":"n7861630731","geometry":{"type":"Point","coordinates":[-0.9015456,51.5344765]},"properties":{"@type":"node","@id":7861630731,"@timestamp":1598876589},"coords":"51.5344765,-0.9015456","bedrooms":"1","price":"163000","area":"479"} , +{"type":"Feature","id":"n7862003021","geometry":{"type":"Point","coordinates":[0.8648989,51.1217346]},"properties":{"@type":"node","@id":7862003021,"@timestamp":1598883285},"coords":"51.1217346,0.8648989","bedrooms":"1","price":"278000","area":"580"} , +{"type":"Feature","id":"n7862013135","geometry":{"type":"Point","coordinates":[-0.2052975,51.4877389]},"properties":{"@type":"node","@id":7862013135,"@timestamp":1615504514},"coords":"51.4877389,-0.2052975","bedrooms":"1","price":"161000","area":"402"} , +{"type":"Feature","id":"n7862126688","geometry":{"type":"Point","coordinates":[0.079736,51.6322385]},"properties":{"@type":"node","@id":7862126688,"@timestamp":1598886038},"coords":"51.6322385,0.079736","bedrooms":"1","price":"277000","area":"499"} , +{"type":"Feature","id":"n7862126713","geometry":{"type":"Point","coordinates":[0.0775812,51.6320222]},"properties":{"@type":"node","@id":7862126713,"@timestamp":1598886038},"coords":"51.6320222,0.0775812","bedrooms":"2","price":"175000","area":"508"} , +{"type":"Feature","id":"n7862157088","geometry":{"type":"Point","coordinates":[0.0790927,51.6317077]},"properties":{"@type":"node","@id":7862157088,"@timestamp":1598886844},"coords":"51.6317077,0.0790927","bedrooms":"4","price":"228000","area":"634"} , +{"type":"Feature","id":"n7862174015","geometry":{"type":"Point","coordinates":[0.0048229,51.5512783]},"properties":{"@type":"node","@id":7862174015,"@timestamp":1618500330},"coords":"51.5512783,0.0048229","bedrooms":"3","price":"232000","area":"429"} , +{"type":"Feature","id":"n7862271319","geometry":{"type":"Point","coordinates":[0.1723155,51.3942541]},"properties":{"@type":"node","@id":7862271319,"@timestamp":1598890037},"coords":"51.3942541,0.1723155","bedrooms":"3","price":"201000","area":"469"} , +{"type":"Feature","id":"n7862355602","geometry":{"type":"Point","coordinates":[-0.2047074,51.4881614]},"properties":{"@type":"node","@id":7862355602,"@timestamp":1598892354},"coords":"51.4881614,-0.2047074","bedrooms":"3","price":"278000","area":"572"} , +{"type":"Feature","id":"n7862622813","geometry":{"type":"Point","coordinates":[-0.3209227,51.5103658]},"properties":{"@type":"node","@id":7862622813,"@timestamp":1598899937},"coords":"51.5103658,-0.3209227","bedrooms":"2","price":"158000","area":"502"} , +{"type":"Feature","id":"n7862656408","geometry":{"type":"Point","coordinates":[-0.4787952,51.5242528]},"properties":{"@type":"node","@id":7862656408,"@timestamp":1598900452},"coords":"51.5242528,-0.4787952","bedrooms":"3","price":"269000","area":"409"} , +{"type":"Feature","id":"n7862895434","geometry":{"type":"Point","coordinates":[0.8687035,51.147153]},"properties":{"@type":"node","@id":7862895434,"@timestamp":1598906250},"coords":"51.147153,0.8687035","bedrooms":"3","price":"204000","area":"425"} , +{"type":"Feature","id":"n7862969801","geometry":{"type":"Point","coordinates":[-0.3365632,51.5333968]},"properties":{"@type":"node","@id":7862969801,"@timestamp":1598911140},"coords":"51.5333968,-0.3365632","bedrooms":"0","price":"219000","area":"578"} , +{"type":"Feature","id":"n7862969811","geometry":{"type":"Point","coordinates":[-0.6836756,51.5230433]},"properties":{"@type":"node","@id":7862969811,"@timestamp":1598911140},"coords":"51.5230433,-0.6836756","bedrooms":"3","price":"199000","area":"507"} , +{"type":"Feature","id":"n7862975312","geometry":{"type":"Point","coordinates":[-0.3210599,51.0740387]},"properties":{"@type":"node","@id":7862975312,"@timestamp":1598908867},"coords":"51.0740387,-0.3210599","bedrooms":"2","price":"170000","area":"530"} , +{"type":"Feature","id":"n7863044594","geometry":{"type":"Point","coordinates":[-0.563229,51.6692461]},"properties":{"@type":"node","@id":7863044594,"@timestamp":1598910506},"coords":"51.6692461,-0.563229","bedrooms":"3","price":"251000","area":"504"} , +{"type":"Feature","id":"n7863044613","geometry":{"type":"Point","coordinates":[-0.5691095,51.6720195]},"properties":{"@type":"node","@id":7863044613,"@timestamp":1598993527},"coords":"51.6720195,-0.5691095","bedrooms":"2","price":"190000","area":"688"} , +{"type":"Feature","id":"n7863044653","geometry":{"type":"Point","coordinates":[-0.5623099,51.6721694]},"properties":{"@type":"node","@id":7863044653,"@timestamp":1598910506},"coords":"51.6721694,-0.5623099","bedrooms":"2","price":"244000","area":"635"} , +{"type":"Feature","id":"n7863065435","geometry":{"type":"Point","coordinates":[0.2003339,51.9152963]},"properties":{"@type":"node","@id":7863065435,"@timestamp":1598913452},"coords":"51.9152963,0.2003339","bedrooms":"0","price":"171000","area":"633"} , +{"type":"Feature","id":"n7863118801","geometry":{"type":"Point","coordinates":[0.1673227,51.8858033]},"properties":{"@type":"node","@id":7863118801,"@timestamp":1610825319},"coords":"51.8858033,0.1673227","bedrooms":"0","price":"279000","area":"615"} , +{"type":"Feature","id":"n7864057915","geometry":{"type":"Point","coordinates":[-0.3730053,51.5297776]},"properties":{"@type":"node","@id":7864057915,"@timestamp":1598947732},"coords":"51.5297776,-0.3730053","bedrooms":"3","price":"206000","area":"384"} , +{"type":"Feature","id":"n7864312770","geometry":{"type":"Point","coordinates":[0.5715271,51.2451437]},"properties":{"@type":"node","@id":7864312770,"@timestamp":1598951666},"coords":"51.2451437,0.5715271","bedrooms":"4","price":"268000","area":"660"} , +{"type":"Feature","id":"n7864581165","geometry":{"type":"Point","coordinates":[0.1466615,51.56332]},"properties":{"@type":"node","@id":7864581165,"@timestamp":1598955989},"coords":"51.56332,0.1466615","bedrooms":"1","price":"297000","area":"482"} , +{"type":"Feature","id":"n7864822670","geometry":{"type":"Point","coordinates":[0.1521724,51.8616419]},"properties":{"@type":"node","@id":7864822670,"@timestamp":1598959500},"coords":"51.8616419,0.1521724","bedrooms":"2","price":"269000","area":"388"} , +{"type":"Feature","id":"n7864822680","geometry":{"type":"Point","coordinates":[0.1539776,51.8585045]},"properties":{"@type":"node","@id":7864822680,"@timestamp":1598959500},"coords":"51.8585045,0.1539776","bedrooms":"4","price":"170000","area":"625"} , +{"type":"Feature","id":"n7864867690","geometry":{"type":"Point","coordinates":[0.1366505,51.8665463]},"properties":{"@type":"node","@id":7864867690,"@timestamp":1598959500},"coords":"51.8665463,0.1366505","bedrooms":"1","price":"195000","area":"501"} , +{"type":"Feature","id":"n7864867700","geometry":{"type":"Point","coordinates":[0.1415214,51.8630515]},"properties":{"@type":"node","@id":7864867700,"@timestamp":1598959500},"coords":"51.8630515,0.1415214","bedrooms":"4","price":"183000","area":"402"} , +{"type":"Feature","id":"n7864867710","geometry":{"type":"Point","coordinates":[0.1346026,51.8549022]},"properties":{"@type":"node","@id":7864867710,"@timestamp":1606690051},"coords":"51.8549022,0.1346026","bedrooms":"0","price":"222000","area":"468"} , +{"type":"Feature","id":"n7864867720","geometry":{"type":"Point","coordinates":[0.136452,51.8611317]},"properties":{"@type":"node","@id":7864867720,"@timestamp":1598959500},"coords":"51.8611317,0.136452","bedrooms":"3","price":"220000","area":"601"} , +{"type":"Feature","id":"n7865267481","geometry":{"type":"Point","coordinates":[0.1494673,51.5608949]},"properties":{"@type":"node","@id":7865267481,"@timestamp":1598966953},"coords":"51.5608949,0.1494673","bedrooms":"2","price":"217000","area":"374"} , +{"type":"Feature","id":"n7865315991","geometry":{"type":"Point","coordinates":[0.1471254,51.5605779]},"properties":{"@type":"node","@id":7865315991,"@timestamp":1598966953},"coords":"51.5605779,0.1471254","bedrooms":"0","price":"203000","area":"572"} , +{"type":"Feature","id":"n7865539778","geometry":{"type":"Point","coordinates":[-0.3960489,51.6640162]},"properties":{"@type":"node","@id":7865539778,"@timestamp":1598970601},"coords":"51.6640162,-0.3960489","bedrooms":"4","price":"245000","area":"519"} , +{"type":"Feature","id":"n7865558497","geometry":{"type":"Point","coordinates":[-0.3963592,51.6640909]},"properties":{"@type":"node","@id":7865558497,"@timestamp":1617317427},"coords":"51.6640909,-0.3963592","bedrooms":"1","price":"254000","area":"548"} , +{"type":"Feature","id":"n7865574175","geometry":{"type":"Point","coordinates":[-0.8082128,51.230025]},"properties":{"@type":"node","@id":7865574175,"@timestamp":1598971192},"coords":"51.230025,-0.8082128","bedrooms":"4","price":"202000","area":"415"} , +{"type":"Feature","id":"n7865605576","geometry":{"type":"Point","coordinates":[-0.1619719,51.4780016]},"properties":{"@type":"node","@id":7865605576,"@timestamp":1598972736},"coords":"51.4780016,-0.1619719","bedrooms":"4","price":"186000","area":"519"} , +{"type":"Feature","id":"n7865609219","geometry":{"type":"Point","coordinates":[-0.1053888,51.439949]},"properties":{"@type":"node","@id":7865609219,"@timestamp":1630966778},"coords":"51.439949,-0.1053888","bedrooms":"1","price":"203000","area":"542"} , +{"type":"Feature","id":"n7865640790","geometry":{"type":"Point","coordinates":[-0.1598573,51.4772908]},"properties":{"@type":"node","@id":7865640790,"@timestamp":1598972736},"coords":"51.4772908,-0.1598573","bedrooms":"2","price":"213000","area":"636"} , +{"type":"Feature","id":"n7865640800","geometry":{"type":"Point","coordinates":[-0.1611206,51.4776443]},"properties":{"@type":"node","@id":7865640800,"@timestamp":1598972736},"coords":"51.4776443,-0.1611206","bedrooms":"0","price":"182000","area":"515"} , +{"type":"Feature","id":"n7865640810","geometry":{"type":"Point","coordinates":[-0.1626165,51.4781557]},"properties":{"@type":"node","@id":7865640810,"@timestamp":1598972736},"coords":"51.4781557,-0.1626165","bedrooms":"3","price":"259000","area":"417"} , +{"type":"Feature","id":"n7865640820","geometry":{"type":"Point","coordinates":[-0.1598503,51.476861]},"properties":{"@type":"node","@id":7865640820,"@timestamp":1598972736},"coords":"51.476861,-0.1598503","bedrooms":"0","price":"229000","area":"476"} , +{"type":"Feature","id":"n7865640830","geometry":{"type":"Point","coordinates":[-0.1607492,51.4766057]},"properties":{"@type":"node","@id":7865640830,"@timestamp":1598972736},"coords":"51.4766057,-0.1607492","bedrooms":"3","price":"180000","area":"663"} , +{"type":"Feature","id":"n7865640840","geometry":{"type":"Point","coordinates":[-0.1600351,51.4769106]},"properties":{"@type":"node","@id":7865640840,"@timestamp":1598972736},"coords":"51.4769106,-0.1600351","bedrooms":"4","price":"196000","area":"619"} , +{"type":"Feature","id":"n7865640850","geometry":{"type":"Point","coordinates":[-0.161109,51.4765784]},"properties":{"@type":"node","@id":7865640850,"@timestamp":1598972736},"coords":"51.4765784,-0.161109","bedrooms":"2","price":"250000","area":"466"} , +{"type":"Feature","id":"n7865640860","geometry":{"type":"Point","coordinates":[-0.1621356,51.4794073]},"properties":{"@type":"node","@id":7865640860,"@timestamp":1598972736},"coords":"51.4794073,-0.1621356","bedrooms":"1","price":"260000","area":"501"} , +{"type":"Feature","id":"n7865678827","geometry":{"type":"Point","coordinates":[0.0182975,51.5571748]},"properties":{"@type":"node","@id":7865678827,"@timestamp":1598974303},"coords":"51.5571748,0.0182975","bedrooms":"0","price":"152000","area":"482"} , +{"type":"Feature","id":"n7865783023","geometry":{"type":"Point","coordinates":[0.026309,51.4986985]},"properties":{"@type":"node","@id":7865783023,"@timestamp":1598976839},"coords":"51.4986985,0.026309","bedrooms":"3","price":"171000","area":"552"} , +{"type":"Feature","id":"n7865941138","geometry":{"type":"Point","coordinates":[-0.5691327,51.2374026]},"properties":{"@type":"node","@id":7865941138,"@timestamp":1598982403},"coords":"51.2374026,-0.5691327","bedrooms":"3","price":"220000","area":"497"} , +{"type":"Feature","id":"n7865983683","geometry":{"type":"Point","coordinates":[0.1346863,51.5581896]},"properties":{"@type":"node","@id":7865983683,"@timestamp":1598983802},"coords":"51.5581896,0.1346863","bedrooms":"3","price":"190000","area":"489"} , +{"type":"Feature","id":"n7865991392","geometry":{"type":"Point","coordinates":[0.1565999,51.5594247]},"properties":{"@type":"node","@id":7865991392,"@timestamp":1598983802},"coords":"51.5594247,0.1565999","bedrooms":"3","price":"277000","area":"636"} , +{"type":"Feature","id":"n7866095919","geometry":{"type":"Point","coordinates":[-0.1179549,51.4417117]},"properties":{"@type":"node","@id":7866095919,"@timestamp":1598986865},"coords":"51.4417117,-0.1179549","bedrooms":"4","price":"203000","area":"609"} , +{"type":"Feature","id":"n7866126709","geometry":{"type":"Point","coordinates":[-0.1137316,51.4414254]},"properties":{"@type":"node","@id":7866126709,"@timestamp":1598987600},"coords":"51.4414254,-0.1137316","bedrooms":"2","price":"245000","area":"514"} , +{"type":"Feature","id":"n7866310988","geometry":{"type":"Point","coordinates":[-0.0753102,51.5263163]},"properties":{"@type":"node","@id":7866310988,"@timestamp":1629994520},"coords":"51.5263163,-0.0753102","bedrooms":"4","price":"200000","area":"451"} , +{"type":"Feature","id":"n7866456719","geometry":{"type":"Point","coordinates":[0.0805682,51.6240767]},"properties":{"@type":"node","@id":7866456719,"@timestamp":1630199623},"coords":"51.6240767,0.0805682","bedrooms":"2","price":"217000","area":"383"} , +{"type":"Feature","id":"n7866709524","geometry":{"type":"Point","coordinates":[-0.1549426,51.4071517]},"properties":{"@type":"node","@id":7866709524,"@timestamp":1599007960},"coords":"51.4071517,-0.1549426","bedrooms":"3","price":"163000","area":"570"} , +{"type":"Feature","id":"n7867304589","geometry":{"type":"Point","coordinates":[-0.1822518,51.4946034]},"properties":{"@type":"node","@id":7867304589,"@timestamp":1599029439},"coords":"51.4946034,-0.1822518","bedrooms":"4","price":"266000","area":"656"} , +{"type":"Feature","id":"n7867563746","geometry":{"type":"Point","coordinates":[-0.1167489,51.4429368]},"properties":{"@type":"node","@id":7867563746,"@timestamp":1599034670},"coords":"51.4429368,-0.1167489","bedrooms":"0","price":"266000","area":"551"} , +{"type":"Feature","id":"n7867563764","geometry":{"type":"Point","coordinates":[-0.1148177,51.441904]},"properties":{"@type":"node","@id":7867563764,"@timestamp":1599034670},"coords":"51.441904,-0.1148177","bedrooms":"3","price":"165000","area":"449"} , +{"type":"Feature","id":"n7867563774","geometry":{"type":"Point","coordinates":[-0.1164256,51.4427746]},"properties":{"@type":"node","@id":7867563774,"@timestamp":1599034670},"coords":"51.4427746,-0.1164256","bedrooms":"4","price":"241000","area":"551"} , +{"type":"Feature","id":"n7867563784","geometry":{"type":"Point","coordinates":[-0.1152827,51.4417896]},"properties":{"@type":"node","@id":7867563784,"@timestamp":1599034670},"coords":"51.4417896,-0.1152827","bedrooms":"0","price":"243000","area":"428"} , +{"type":"Feature","id":"n7868165288","geometry":{"type":"Point","coordinates":[-0.3955913,51.5118441]},"properties":{"@type":"node","@id":7868165288,"@timestamp":1599045575},"coords":"51.5118441,-0.3955913","bedrooms":"1","price":"263000","area":"508"} , +{"type":"Feature","id":"n7868320384","geometry":{"type":"Point","coordinates":[-0.255667,51.4959285]},"properties":{"@type":"node","@id":7868320384,"@timestamp":1599048775},"coords":"51.4959285,-0.255667","bedrooms":"3","price":"157000","area":"633"} , +{"type":"Feature","id":"n7868323794","geometry":{"type":"Point","coordinates":[-0.2645184,51.4956421]},"properties":{"@type":"node","@id":7868323794,"@timestamp":1599048775},"coords":"51.4956421,-0.2645184","bedrooms":"4","price":"279000","area":"477"} , +{"type":"Feature","id":"n7868323804","geometry":{"type":"Point","coordinates":[-0.2600475,51.4940789]},"properties":{"@type":"node","@id":7868323804,"@timestamp":1636360851},"coords":"51.4940789,-0.2600475","bedrooms":"0","price":"241000","area":"455"} , +{"type":"Feature","id":"n7868838460","geometry":{"type":"Point","coordinates":[-0.1103383,51.6081787]},"properties":{"@type":"node","@id":7868838460,"@timestamp":1599058814},"coords":"51.6081787,-0.1103383","bedrooms":"1","price":"215000","area":"416"} , +{"type":"Feature","id":"n7868838470","geometry":{"type":"Point","coordinates":[-0.0806362,51.6216202]},"properties":{"@type":"node","@id":7868838470,"@timestamp":1599058814},"coords":"51.6216202,-0.0806362","bedrooms":"4","price":"217000","area":"422"} , +{"type":"Feature","id":"n7868838480","geometry":{"type":"Point","coordinates":[-0.1497309,51.6566077]},"properties":{"@type":"node","@id":7868838480,"@timestamp":1599058814},"coords":"51.6566077,-0.1497309","bedrooms":"0","price":"231000","area":"357"} , +{"type":"Feature","id":"n7868862589","geometry":{"type":"Point","coordinates":[-0.1480133,51.6486362]},"properties":{"@type":"node","@id":7868862589,"@timestamp":1599058814},"coords":"51.6486362,-0.1480133","bedrooms":"4","price":"250000","area":"456"} , +{"type":"Feature","id":"n7868862599","geometry":{"type":"Point","coordinates":[-0.0795749,51.647588]},"properties":{"@type":"node","@id":7868862599,"@timestamp":1599058814},"coords":"51.647588,-0.0795749","bedrooms":"0","price":"248000","area":"650"} , +{"type":"Feature","id":"n7868862609","geometry":{"type":"Point","coordinates":[-0.0795235,51.6519216]},"properties":{"@type":"node","@id":7868862609,"@timestamp":1599058814},"coords":"51.6519216,-0.0795235","bedrooms":"0","price":"281000","area":"599"} , +{"type":"Feature","id":"n7868862620","geometry":{"type":"Point","coordinates":[-0.0793752,51.6604147]},"properties":{"@type":"node","@id":7868862620,"@timestamp":1616499908},"coords":"51.6604147,-0.0793752","bedrooms":"0","price":"170000","area":"492"} , +{"type":"Feature","id":"n7868862630","geometry":{"type":"Point","coordinates":[-0.0801129,51.663744]},"properties":{"@type":"node","@id":7868862630,"@timestamp":1612003279},"coords":"51.663744,-0.0801129","bedrooms":"3","price":"167000","area":"659"} , +{"type":"Feature","id":"n7868862640","geometry":{"type":"Point","coordinates":[-0.1104485,51.6455829]},"properties":{"@type":"node","@id":7868862640,"@timestamp":1599058814},"coords":"51.6455829,-0.1104485","bedrooms":"2","price":"286000","area":"627"} , +{"type":"Feature","id":"n7868862650","geometry":{"type":"Point","coordinates":[-0.0910808,51.6360889]},"properties":{"@type":"node","@id":7868862650,"@timestamp":1628797810},"coords":"51.6360889,-0.0910808","bedrooms":"3","price":"151000","area":"547"} , +{"type":"Feature","id":"n7868862660","geometry":{"type":"Point","coordinates":[-0.069137,51.6416574]},"properties":{"@type":"node","@id":7868862660,"@timestamp":1599058814},"coords":"51.6416574,-0.069137","bedrooms":"3","price":"194000","area":"354"} , +{"type":"Feature","id":"n7868862670","geometry":{"type":"Point","coordinates":[-0.0665377,51.6451993]},"properties":{"@type":"node","@id":7868862670,"@timestamp":1599058814},"coords":"51.6451993,-0.0665377","bedrooms":"0","price":"288000","area":"457"} , +{"type":"Feature","id":"n7868862680","geometry":{"type":"Point","coordinates":[-0.0642327,51.6561838]},"properties":{"@type":"node","@id":7868862680,"@timestamp":1599058814},"coords":"51.6561838,-0.0642327","bedrooms":"3","price":"281000","area":"563"} , +{"type":"Feature","id":"n7868862690","geometry":{"type":"Point","coordinates":[-0.0471593,51.6572234]},"properties":{"@type":"node","@id":7868862690,"@timestamp":1599058814},"coords":"51.6572234,-0.0471593","bedrooms":"2","price":"239000","area":"579"} , +{"type":"Feature","id":"n7868862700","geometry":{"type":"Point","coordinates":[-0.0471244,51.6591556]},"properties":{"@type":"node","@id":7868862700,"@timestamp":1599058814},"coords":"51.6591556,-0.0471244","bedrooms":"3","price":"151000","area":"578"} , +{"type":"Feature","id":"n7868862710","geometry":{"type":"Point","coordinates":[-0.0664071,51.6700868]},"properties":{"@type":"node","@id":7868862710,"@timestamp":1599058814},"coords":"51.6700868,-0.0664071","bedrooms":"3","price":"192000","area":"641"} , +{"type":"Feature","id":"n7868862721","geometry":{"type":"Point","coordinates":[-0.0417685,51.668285]},"properties":{"@type":"node","@id":7868862721,"@timestamp":1599058814},"coords":"51.668285,-0.0417685","bedrooms":"3","price":"231000","area":"373"} , +{"type":"Feature","id":"n7868862731","geometry":{"type":"Point","coordinates":[-0.0352029,51.676649]},"properties":{"@type":"node","@id":7868862731,"@timestamp":1628936933},"coords":"51.676649,-0.0352029","bedrooms":"0","price":"270000","area":"582"} , +{"type":"Feature","id":"n7868862741","geometry":{"type":"Point","coordinates":[-0.0237893,51.6735492]},"properties":{"@type":"node","@id":7868862741,"@timestamp":1599058814},"coords":"51.6735492,-0.0237893","bedrooms":"4","price":"291000","area":"443"} , +{"type":"Feature","id":"n7868862751","geometry":{"type":"Point","coordinates":[-0.0635519,51.6400266]},"properties":{"@type":"node","@id":7868862751,"@timestamp":1599058814},"coords":"51.6400266,-0.0635519","bedrooms":"1","price":"220000","area":"694"} , +{"type":"Feature","id":"n7868862761","geometry":{"type":"Point","coordinates":[-0.0542977,51.6327923]},"properties":{"@type":"node","@id":7868862761,"@timestamp":1599058814},"coords":"51.6327923,-0.0542977","bedrooms":"3","price":"299000","area":"582"} , +{"type":"Feature","id":"n7868862771","geometry":{"type":"Point","coordinates":[-0.0634772,51.6256527]},"properties":{"@type":"node","@id":7868862771,"@timestamp":1599058814},"coords":"51.6256527,-0.0634772","bedrooms":"3","price":"221000","area":"668"} , +{"type":"Feature","id":"n7868862781","geometry":{"type":"Point","coordinates":[-0.0623794,51.6202347]},"properties":{"@type":"node","@id":7868862781,"@timestamp":1599058814},"coords":"51.6202347,-0.0623794","bedrooms":"0","price":"263000","area":"411"} , +{"type":"Feature","id":"n7868862791","geometry":{"type":"Point","coordinates":[-0.0500795,51.6154126]},"properties":{"@type":"node","@id":7868862791,"@timestamp":1599058814},"coords":"51.6154126,-0.0500795","bedrooms":"1","price":"203000","area":"483"} , +{"type":"Feature","id":"n7868862801","geometry":{"type":"Point","coordinates":[-0.0461482,51.6122063]},"properties":{"@type":"node","@id":7868862801,"@timestamp":1599058814},"coords":"51.6122063,-0.0461482","bedrooms":"4","price":"293000","area":"468"} , +{"type":"Feature","id":"n7868862811","geometry":{"type":"Point","coordinates":[-0.064636,51.6149451]},"properties":{"@type":"node","@id":7868862811,"@timestamp":1599058814},"coords":"51.6149451,-0.064636","bedrooms":"3","price":"261000","area":"380"} , +{"type":"Feature","id":"n7868862821","geometry":{"type":"Point","coordinates":[-0.085792,51.609079]},"properties":{"@type":"node","@id":7868862821,"@timestamp":1599058814},"coords":"51.609079,-0.085792","bedrooms":"2","price":"163000","area":"524"} , +{"type":"Feature","id":"n7868862831","geometry":{"type":"Point","coordinates":[-0.1439969,51.6157933]},"properties":{"@type":"node","@id":7868862831,"@timestamp":1599058814},"coords":"51.6157933,-0.1439969","bedrooms":"3","price":"153000","area":"394"} , +{"type":"Feature","id":"n7868862841","geometry":{"type":"Point","coordinates":[-0.1343592,51.6160339]},"properties":{"@type":"node","@id":7868862841,"@timestamp":1599058814},"coords":"51.6160339,-0.1343592","bedrooms":"2","price":"201000","area":"469"} , +{"type":"Feature","id":"n7868872871","geometry":{"type":"Point","coordinates":[-0.1873063,51.4630656]},"properties":{"@type":"node","@id":7868872871,"@timestamp":1599059221},"coords":"51.4630656,-0.1873063","bedrooms":"2","price":"205000","area":"503"} , +{"type":"Feature","id":"n7869126402","geometry":{"type":"Point","coordinates":[0.1364681,51.8727104]},"properties":{"@type":"node","@id":7869126402,"@timestamp":1599065389},"coords":"51.8727104,0.1364681","bedrooms":"2","price":"278000","area":"567"} , +{"type":"Feature","id":"n7869126412","geometry":{"type":"Point","coordinates":[0.15762,51.8607921]},"properties":{"@type":"node","@id":7869126412,"@timestamp":1599065389},"coords":"51.8607921,0.15762","bedrooms":"0","price":"268000","area":"616"} , +{"type":"Feature","id":"n7869126422","geometry":{"type":"Point","coordinates":[0.148125,51.8543198]},"properties":{"@type":"node","@id":7869126422,"@timestamp":1599065389},"coords":"51.8543198,0.148125","bedrooms":"2","price":"295000","area":"451"} , +{"type":"Feature","id":"n7869126432","geometry":{"type":"Point","coordinates":[0.1499596,51.855699]},"properties":{"@type":"node","@id":7869126432,"@timestamp":1599065389},"coords":"51.855699,0.1499596","bedrooms":"4","price":"242000","area":"454"} , +{"type":"Feature","id":"n7869184639","geometry":{"type":"Point","coordinates":[0.8261629,50.9887353]},"properties":{"@type":"node","@id":7869184639,"@timestamp":1599065782},"coords":"50.9887353,0.8261629","bedrooms":"1","price":"268000","area":"655"} , +{"type":"Feature","id":"n7869193232","geometry":{"type":"Point","coordinates":[0.1170006,51.6901703]},"properties":{"@type":"node","@id":7869193232,"@timestamp":1599067053},"coords":"51.6901703,0.1170006","bedrooms":"3","price":"277000","area":"688"} , +{"type":"Feature","id":"n7869193242","geometry":{"type":"Point","coordinates":[0.1102871,51.6933543]},"properties":{"@type":"node","@id":7869193242,"@timestamp":1599067053},"coords":"51.6933543,0.1102871","bedrooms":"4","price":"214000","area":"409"} , +{"type":"Feature","id":"n7869193252","geometry":{"type":"Point","coordinates":[0.1078704,51.7024629]},"properties":{"@type":"node","@id":7869193252,"@timestamp":1599067053},"coords":"51.7024629,0.1078704","bedrooms":"3","price":"281000","area":"615"} , +{"type":"Feature","id":"n7869193262","geometry":{"type":"Point","coordinates":[0.1107538,51.7017315]},"properties":{"@type":"node","@id":7869193262,"@timestamp":1599067053},"coords":"51.7017315,0.1107538","bedrooms":"0","price":"283000","area":"520"} , +{"type":"Feature","id":"n7869193272","geometry":{"type":"Point","coordinates":[0.1108262,51.70292]},"properties":{"@type":"node","@id":7869193272,"@timestamp":1599067053},"coords":"51.70292,0.1108262","bedrooms":"3","price":"183000","area":"515"} , +{"type":"Feature","id":"n7869212839","geometry":{"type":"Point","coordinates":[-0.3262103,51.3608854]},"properties":{"@type":"node","@id":7869212839,"@timestamp":1599066566},"coords":"51.3608854,-0.3262103","bedrooms":"1","price":"233000","area":"600"} , +{"type":"Feature","id":"n7869233599","geometry":{"type":"Point","coordinates":[-0.3618367,51.3645991]},"properties":{"@type":"node","@id":7869233599,"@timestamp":1599066409},"coords":"51.3645991,-0.3618367","bedrooms":"3","price":"217000","area":"683"} , +{"type":"Feature","id":"n7869353516","geometry":{"type":"Point","coordinates":[0.8680155,51.1395631]},"properties":{"@type":"node","@id":7869353516,"@timestamp":1599070337},"coords":"51.1395631,0.8680155","bedrooms":"2","price":"257000","area":"594"} , +{"type":"Feature","id":"n7869461311","geometry":{"type":"Point","coordinates":[-0.1057727,51.4387507]},"properties":{"@type":"node","@id":7869461311,"@timestamp":1599074792},"coords":"51.4387507,-0.1057727","bedrooms":"2","price":"211000","area":"622"} , +{"type":"Feature","id":"n7869481617","geometry":{"type":"Point","coordinates":[-0.2434018,51.5259408]},"properties":{"@type":"node","@id":7869481617,"@timestamp":1603051264},"coords":"51.5259408,-0.2434018","bedrooms":"4","price":"228000","area":"359"} , +{"type":"Feature","id":"n7869481644","geometry":{"type":"Point","coordinates":[-0.2472297,51.527368]},"properties":{"@type":"node","@id":7869481644,"@timestamp":1603051264},"coords":"51.527368,-0.2472297","bedrooms":"4","price":"158000","area":"439"} , +{"type":"Feature","id":"n7869481670","geometry":{"type":"Point","coordinates":[-0.2431372,51.5262793]},"properties":{"@type":"node","@id":7869481670,"@timestamp":1603051264},"coords":"51.5262793,-0.2431372","bedrooms":"3","price":"259000","area":"497"} , +{"type":"Feature","id":"n7869505588","geometry":{"type":"Point","coordinates":[-0.2428749,51.5262292]},"properties":{"@type":"node","@id":7869505588,"@timestamp":1603051264},"coords":"51.5262292,-0.2428749","bedrooms":"2","price":"292000","area":"610"} , +{"type":"Feature","id":"n7869506493","geometry":{"type":"Point","coordinates":[-0.0174588,51.5569977]},"properties":{"@type":"node","@id":7869506493,"@timestamp":1599075631},"coords":"51.5569977,-0.0174588","bedrooms":"0","price":"162000","area":"409"} , +{"type":"Feature","id":"n7869633960","geometry":{"type":"Point","coordinates":[-0.0538498,51.5301827]},"properties":{"@type":"node","@id":7869633960,"@timestamp":1599080423},"coords":"51.5301827,-0.0538498","bedrooms":"2","price":"172000","area":"500"} , +{"type":"Feature","id":"n7870295730","geometry":{"type":"Point","coordinates":[-0.4131949,51.1897344]},"properties":{"@type":"node","@id":7870295730,"@timestamp":1599095712},"coords":"51.1897344,-0.4131949","bedrooms":"4","price":"192000","area":"543"} , +{"type":"Feature","id":"n7870887490","geometry":{"type":"Point","coordinates":[-0.3498078,51.5474157]},"properties":{"@type":"node","@id":7870887490,"@timestamp":1599107094},"coords":"51.5474157,-0.3498078","bedrooms":"2","price":"293000","area":"437"} , +{"type":"Feature","id":"n7870976209","geometry":{"type":"Point","coordinates":[-0.1816587,51.4935564]},"properties":{"@type":"node","@id":7870976209,"@timestamp":1599109185},"coords":"51.4935564,-0.1816587","bedrooms":"3","price":"183000","area":"353"} , +{"type":"Feature","id":"n7871301971","geometry":{"type":"Point","coordinates":[-0.3654301,51.5428437]},"properties":{"@type":"node","@id":7871301971,"@timestamp":1599115097},"coords":"51.5428437,-0.3654301","bedrooms":"4","price":"151000","area":"626"} , +{"type":"Feature","id":"n7871669875","geometry":{"type":"Point","coordinates":[-0.1053974,51.4422504]},"properties":{"@type":"node","@id":7871669875,"@timestamp":1599121736},"coords":"51.4422504,-0.1053974","bedrooms":"0","price":"222000","area":"518"} , +{"type":"Feature","id":"n7871679453","geometry":{"type":"Point","coordinates":[-1.0260412,51.4542295]},"properties":{"@type":"node","@id":7871679453,"@timestamp":1599122068},"coords":"51.4542295,-1.0260412","bedrooms":"1","price":"217000","area":"626"} , +{"type":"Feature","id":"n7872359512","geometry":{"type":"Point","coordinates":[-0.1946926,51.0177961]},"properties":{"@type":"node","@id":7872359512,"@timestamp":1619873556},"coords":"51.0177961,-0.1946926","bedrooms":"0","price":"258000","area":"562"} , +{"type":"Feature","id":"n7872521699","geometry":{"type":"Point","coordinates":[-1.027683,51.4503813]},"properties":{"@type":"node","@id":7872521699,"@timestamp":1599136417},"coords":"51.4503813,-1.027683","bedrooms":"0","price":"201000","area":"512"} , +{"type":"Feature","id":"n7872552222","geometry":{"type":"Point","coordinates":[-0.1061056,51.4400463]},"properties":{"@type":"node","@id":7872552222,"@timestamp":1630966778},"coords":"51.4400463,-0.1061056","bedrooms":"4","price":"267000","area":"656"} , +{"type":"Feature","id":"n7872780159","geometry":{"type":"Point","coordinates":[-0.1821724,51.466471]},"properties":{"@type":"node","@id":7872780159,"@timestamp":1599142966},"coords":"51.466471,-0.1821724","bedrooms":"3","price":"208000","area":"569"} , +{"type":"Feature","id":"n7873027442","geometry":{"type":"Point","coordinates":[-0.1821896,51.494811]},"properties":{"@type":"node","@id":7873027442,"@timestamp":1599147742},"coords":"51.494811,-0.1821896","bedrooms":"2","price":"244000","area":"572"} , +{"type":"Feature","id":"n7873034389","geometry":{"type":"Point","coordinates":[-0.1817173,51.4945406]},"properties":{"@type":"node","@id":7873034389,"@timestamp":1599147742},"coords":"51.4945406,-0.1817173","bedrooms":"1","price":"265000","area":"644"} , +{"type":"Feature","id":"n7873132218","geometry":{"type":"Point","coordinates":[0.1666415,51.5436516]},"properties":{"@type":"node","@id":7873132218,"@timestamp":1599150397},"coords":"51.5436516,0.1666415","bedrooms":"3","price":"154000","area":"350"} , +{"type":"Feature","id":"n7873132228","geometry":{"type":"Point","coordinates":[0.1475192,51.5400017]},"properties":{"@type":"node","@id":7873132228,"@timestamp":1600537472},"coords":"51.5400017,0.1475192","bedrooms":"4","price":"284000","area":"390"} , +{"type":"Feature","id":"n7873132238","geometry":{"type":"Point","coordinates":[0.1326862,51.5425417]},"properties":{"@type":"node","@id":7873132238,"@timestamp":1599150397},"coords":"51.5425417,0.1326862","bedrooms":"3","price":"271000","area":"474"} , +{"type":"Feature","id":"n7873132248","geometry":{"type":"Point","coordinates":[0.1149215,51.5258644]},"properties":{"@type":"node","@id":7873132248,"@timestamp":1599150397},"coords":"51.5258644,0.1149215","bedrooms":"2","price":"244000","area":"494"} , +{"type":"Feature","id":"n7873132258","geometry":{"type":"Point","coordinates":[0.1174141,51.5258577]},"properties":{"@type":"node","@id":7873132258,"@timestamp":1599150397},"coords":"51.5258577,0.1174141","bedrooms":"0","price":"151000","area":"668"} , +{"type":"Feature","id":"n7873132268","geometry":{"type":"Point","coordinates":[0.1017076,51.5383598]},"properties":{"@type":"node","@id":7873132268,"@timestamp":1599150397},"coords":"51.5383598,0.1017076","bedrooms":"3","price":"222000","area":"436"} , +{"type":"Feature","id":"n7873132278","geometry":{"type":"Point","coordinates":[0.0910647,51.5324712]},"properties":{"@type":"node","@id":7873132278,"@timestamp":1599150397},"coords":"51.5324712,0.0910647","bedrooms":"3","price":"201000","area":"384"} , +{"type":"Feature","id":"n7873138688","geometry":{"type":"Point","coordinates":[0.0818677,51.5329069]},"properties":{"@type":"node","@id":7873138688,"@timestamp":1599150397},"coords":"51.5329069,0.0818677","bedrooms":"2","price":"267000","area":"692"} , +{"type":"Feature","id":"n7873138698","geometry":{"type":"Point","coordinates":[0.0787647,51.5385568]},"properties":{"@type":"node","@id":7873138698,"@timestamp":1599150397},"coords":"51.5385568,0.0787647","bedrooms":"2","price":"295000","area":"583"} , +{"type":"Feature","id":"n7873138708","geometry":{"type":"Point","coordinates":[0.0940111,51.5457647]},"properties":{"@type":"node","@id":7873138708,"@timestamp":1599150397},"coords":"51.5457647,0.0940111","bedrooms":"2","price":"224000","area":"684"} , +{"type":"Feature","id":"n7873138718","geometry":{"type":"Point","coordinates":[0.106948,51.551694]},"properties":{"@type":"node","@id":7873138718,"@timestamp":1599150397},"coords":"51.551694,0.106948","bedrooms":"4","price":"192000","area":"538"} , +{"type":"Feature","id":"n7873138728","geometry":{"type":"Point","coordinates":[0.1177451,51.5546867]},"properties":{"@type":"node","@id":7873138728,"@timestamp":1599150397},"coords":"51.5546867,0.1177451","bedrooms":"2","price":"246000","area":"422"} , +{"type":"Feature","id":"n7873138738","geometry":{"type":"Point","coordinates":[0.0837935,51.5412056]},"properties":{"@type":"node","@id":7873138738,"@timestamp":1599150397},"coords":"51.5412056,0.0837935","bedrooms":"4","price":"182000","area":"508"} , +{"type":"Feature","id":"n7873138748","geometry":{"type":"Point","coordinates":[0.1140597,51.5415567]},"properties":{"@type":"node","@id":7873138748,"@timestamp":1599150397},"coords":"51.5415567,0.1140597","bedrooms":"0","price":"174000","area":"436"} , +{"type":"Feature","id":"n7873161198","geometry":{"type":"Point","coordinates":[-0.1048756,51.6112382]},"properties":{"@type":"node","@id":7873161198,"@timestamp":1599151170},"coords":"51.6112382,-0.1048756","bedrooms":"0","price":"160000","area":"561"} , +{"type":"Feature","id":"n7873161208","geometry":{"type":"Point","coordinates":[-0.1052107,51.6160951]},"properties":{"@type":"node","@id":7873161208,"@timestamp":1599151170},"coords":"51.6160951,-0.1052107","bedrooms":"2","price":"238000","area":"597"} , +{"type":"Feature","id":"n7873161223","geometry":{"type":"Point","coordinates":[-0.1261223,51.6102314]},"properties":{"@type":"node","@id":7873161223,"@timestamp":1599151170},"coords":"51.6102314,-0.1261223","bedrooms":"3","price":"165000","area":"547"} , +{"type":"Feature","id":"n7873161233","geometry":{"type":"Point","coordinates":[-0.1275421,51.6137135]},"properties":{"@type":"node","@id":7873161233,"@timestamp":1599151170},"coords":"51.6137135,-0.1275421","bedrooms":"0","price":"225000","area":"424"} , +{"type":"Feature","id":"n7873161243","geometry":{"type":"Point","coordinates":[-0.1314985,51.612539]},"properties":{"@type":"node","@id":7873161243,"@timestamp":1599151170},"coords":"51.612539,-0.1314985","bedrooms":"1","price":"292000","area":"624"} , +{"type":"Feature","id":"n7873176928","geometry":{"type":"Point","coordinates":[0.1851107,51.5654109]},"properties":{"@type":"node","@id":7873176928,"@timestamp":1599152294},"coords":"51.5654109,0.1851107","bedrooms":"4","price":"265000","area":"482"} , +{"type":"Feature","id":"n7873176938","geometry":{"type":"Point","coordinates":[0.1511798,51.533805]},"properties":{"@type":"node","@id":7873176938,"@timestamp":1600704907},"coords":"51.533805,0.1511798","bedrooms":"2","price":"183000","area":"483"} , +{"type":"Feature","id":"n7873176948","geometry":{"type":"Point","coordinates":[0.1575748,51.5373783]},"properties":{"@type":"node","@id":7873176948,"@timestamp":1599152294},"coords":"51.5373783,0.1575748","bedrooms":"4","price":"292000","area":"578"} , +{"type":"Feature","id":"n7873176958","geometry":{"type":"Point","coordinates":[0.1355309,51.5324259]},"properties":{"@type":"node","@id":7873176958,"@timestamp":1599152294},"coords":"51.5324259,0.1355309","bedrooms":"1","price":"189000","area":"405"} , +{"type":"Feature","id":"n7873176969","geometry":{"type":"Point","coordinates":[0.1461351,51.5322373]},"properties":{"@type":"node","@id":7873176969,"@timestamp":1600788671},"coords":"51.5322373,0.1461351","bedrooms":"4","price":"196000","area":"501"} , +{"type":"Feature","id":"n7873259605","geometry":{"type":"Point","coordinates":[-1.0400029,51.4590516]},"properties":{"@type":"node","@id":7873259605,"@timestamp":1599154276},"coords":"51.4590516,-1.0400029","bedrooms":"4","price":"211000","area":"409"} , +{"type":"Feature","id":"n7873369098","geometry":{"type":"Point","coordinates":[-0.1041156,51.4365606]},"properties":{"@type":"node","@id":7873369098,"@timestamp":1611698407},"coords":"51.4365606,-0.1041156","bedrooms":"3","price":"256000","area":"441"} , +{"type":"Feature","id":"n7873424004","geometry":{"type":"Point","coordinates":[-0.1038146,51.4344559]},"properties":{"@type":"node","@id":7873424004,"@timestamp":1599158234},"coords":"51.4344559,-0.1038146","bedrooms":"3","price":"183000","area":"513"} , +{"type":"Feature","id":"n7873445402","geometry":{"type":"Point","coordinates":[-0.1032478,51.4325331]},"properties":{"@type":"node","@id":7873445402,"@timestamp":1599159213},"coords":"51.4325331,-0.1032478","bedrooms":"4","price":"214000","area":"569"} , +{"type":"Feature","id":"n7873921342","geometry":{"type":"Point","coordinates":[0.1303693,51.857726]},"properties":{"@type":"node","@id":7873921342,"@timestamp":1599315899},"coords":"51.857726,0.1303693","bedrooms":"4","price":"157000","area":"659"} , +{"type":"Feature","id":"n7874283742","geometry":{"type":"Point","coordinates":[-0.5237885,51.2152369]},"properties":{"@type":"node","@id":7874283742,"@timestamp":1599192426},"coords":"51.2152369,-0.5237885","bedrooms":"4","price":"282000","area":"667"} , +{"type":"Feature","id":"n7874283773","geometry":{"type":"Point","coordinates":[-0.2669755,51.248163]},"properties":{"@type":"node","@id":7874283773,"@timestamp":1599192426},"coords":"51.248163,-0.2669755","bedrooms":"4","price":"259000","area":"490"} , +{"type":"Feature","id":"n7874331385","geometry":{"type":"Point","coordinates":[-0.6669714,51.2446647]},"properties":{"@type":"node","@id":7874331385,"@timestamp":1599193360},"coords":"51.2446647,-0.6669714","bedrooms":"1","price":"150000","area":"603"} , +{"type":"Feature","id":"n7874814143","geometry":{"type":"Point","coordinates":[-0.5552713,51.5852961]},"properties":{"@type":"node","@id":7874814143,"@timestamp":1599206145},"coords":"51.5852961,-0.5552713","bedrooms":"4","price":"276000","area":"568"} , +{"type":"Feature","id":"n7874855113","geometry":{"type":"Point","coordinates":[-0.0113964,50.9632387]},"properties":{"@type":"node","@id":7874855113,"@timestamp":1627652655},"coords":"50.9632387,-0.0113964","bedrooms":"1","price":"174000","area":"374"} , +{"type":"Feature","id":"n7875044905","geometry":{"type":"Point","coordinates":[-0.5275456,51.6139508]},"properties":{"@type":"node","@id":7875044905,"@timestamp":1634051008},"coords":"51.6139508,-0.5275456","bedrooms":"1","price":"195000","area":"398"} , +{"type":"Feature","id":"n7875124707","geometry":{"type":"Point","coordinates":[-0.5693256,51.6705796]},"properties":{"@type":"node","@id":7875124707,"@timestamp":1599212395},"coords":"51.6705796,-0.5693256","bedrooms":"0","price":"266000","area":"656"} , +{"type":"Feature","id":"n7875215959","geometry":{"type":"Point","coordinates":[-0.4062702,51.3380839]},"properties":{"@type":"node","@id":7875215959,"@timestamp":1599214699},"coords":"51.3380839,-0.4062702","bedrooms":"3","price":"198000","area":"656"} , +{"type":"Feature","id":"n7875215969","geometry":{"type":"Point","coordinates":[-0.3954381,51.3353308]},"properties":{"@type":"node","@id":7875215969,"@timestamp":1599214699},"coords":"51.3353308,-0.3954381","bedrooms":"2","price":"166000","area":"394"} , +{"type":"Feature","id":"n7875215979","geometry":{"type":"Point","coordinates":[-0.3574044,51.3377739]},"properties":{"@type":"node","@id":7875215979,"@timestamp":1599214699},"coords":"51.3377739,-0.3574044","bedrooms":"3","price":"155000","area":"485"} , +{"type":"Feature","id":"n7875281302","geometry":{"type":"Point","coordinates":[-0.2658311,51.3475369]},"properties":{"@type":"node","@id":7875281302,"@timestamp":1599214999},"coords":"51.3475369,-0.2658311","bedrooms":"2","price":"162000","area":"472"} , +{"type":"Feature","id":"n7875281312","geometry":{"type":"Point","coordinates":[-0.2678722,51.3453556]},"properties":{"@type":"node","@id":7875281312,"@timestamp":1599214999},"coords":"51.3453556,-0.2678722","bedrooms":"0","price":"208000","area":"513"} , +{"type":"Feature","id":"n7875281322","geometry":{"type":"Point","coordinates":[-0.2900434,51.3408193]},"properties":{"@type":"node","@id":7875281322,"@timestamp":1599214999},"coords":"51.3408193,-0.2900434","bedrooms":"4","price":"226000","area":"549"} , +{"type":"Feature","id":"n7875397658","geometry":{"type":"Point","coordinates":[-0.5254259,51.6571477]},"properties":{"@type":"node","@id":7875397658,"@timestamp":1599218369},"coords":"51.6571477,-0.5254259","bedrooms":"3","price":"179000","area":"383"} , +{"type":"Feature","id":"n7875476268","geometry":{"type":"Point","coordinates":[-0.1608156,51.5177876]},"properties":{"@type":"node","@id":7875476268,"@timestamp":1599220247},"coords":"51.5177876,-0.1608156","bedrooms":"3","price":"172000","area":"582"} , +{"type":"Feature","id":"n7875485624","geometry":{"type":"Point","coordinates":[-0.6683308,51.686312]},"properties":{"@type":"node","@id":7875485624,"@timestamp":1599219991},"coords":"51.686312,-0.6683308","bedrooms":"1","price":"261000","area":"567"} , +{"type":"Feature","id":"n7875485654","geometry":{"type":"Point","coordinates":[-0.6573659,51.6916821]},"properties":{"@type":"node","@id":7875485654,"@timestamp":1599219991},"coords":"51.6916821,-0.6573659","bedrooms":"0","price":"157000","area":"395"} , +{"type":"Feature","id":"n7875485677","geometry":{"type":"Point","coordinates":[-0.6623232,51.6942136]},"properties":{"@type":"node","@id":7875485677,"@timestamp":1599219991},"coords":"51.6942136,-0.6623232","bedrooms":"4","price":"216000","area":"512"} , +{"type":"Feature","id":"n7875561351","geometry":{"type":"Point","coordinates":[-0.2682799,51.3569846]},"properties":{"@type":"node","@id":7875561351,"@timestamp":1599221621},"coords":"51.3569846,-0.2682799","bedrooms":"4","price":"159000","area":"438"} , +{"type":"Feature","id":"n7875587654","geometry":{"type":"Point","coordinates":[-0.3395912,51.5058743]},"properties":{"@type":"node","@id":7875587654,"@timestamp":1599222663},"coords":"51.5058743,-0.3395912","bedrooms":"3","price":"292000","area":"595"} , +{"type":"Feature","id":"n7875709024","geometry":{"type":"Point","coordinates":[-0.1131316,51.646542]},"properties":{"@type":"node","@id":7875709024,"@timestamp":1599575658},"coords":"51.646542,-0.1131316","bedrooms":"4","price":"262000","area":"383"} , +{"type":"Feature","id":"n7875709034","geometry":{"type":"Point","coordinates":[-0.080548,51.6671221]},"properties":{"@type":"node","@id":7875709034,"@timestamp":1599225779},"coords":"51.6671221,-0.080548","bedrooms":"3","price":"216000","area":"376"} , +{"type":"Feature","id":"n7875709044","geometry":{"type":"Point","coordinates":[-0.0832927,51.6667471]},"properties":{"@type":"node","@id":7875709044,"@timestamp":1599668924},"coords":"51.6667471,-0.0832927","bedrooms":"3","price":"214000","area":"669"} , +{"type":"Feature","id":"n7875709054","geometry":{"type":"Point","coordinates":[-0.0766963,51.6642613]},"properties":{"@type":"node","@id":7875709054,"@timestamp":1599225779},"coords":"51.6642613,-0.0766963","bedrooms":"1","price":"172000","area":"690"} , +{"type":"Feature","id":"n7875709064","geometry":{"type":"Point","coordinates":[-0.0810553,51.6653086]},"properties":{"@type":"node","@id":7875709064,"@timestamp":1599225779},"coords":"51.6653086,-0.0810553","bedrooms":"0","price":"267000","area":"683"} , +{"type":"Feature","id":"n7875709074","geometry":{"type":"Point","coordinates":[-0.0599919,51.6732905]},"properties":{"@type":"node","@id":7875709074,"@timestamp":1599659692},"coords":"51.6732905,-0.0599919","bedrooms":"0","price":"276000","area":"513"} , +{"type":"Feature","id":"n7875713285","geometry":{"type":"Point","coordinates":[-0.0264189,51.6736847]},"properties":{"@type":"node","@id":7875713285,"@timestamp":1614986392},"coords":"51.6736847,-0.0264189","bedrooms":"1","price":"254000","area":"632"} , +{"type":"Feature","id":"n7875713295","geometry":{"type":"Point","coordinates":[-0.0683689,51.6669334]},"properties":{"@type":"node","@id":7875713295,"@timestamp":1599225779},"coords":"51.6669334,-0.0683689","bedrooms":"1","price":"189000","area":"607"} , +{"type":"Feature","id":"n7875713305","geometry":{"type":"Point","coordinates":[-0.0695458,51.6672429]},"properties":{"@type":"node","@id":7875713305,"@timestamp":1599225779},"coords":"51.6672429,-0.0695458","bedrooms":"4","price":"279000","area":"423"} , +{"type":"Feature","id":"n7875713315","geometry":{"type":"Point","coordinates":[-0.0571873,51.6649087]},"properties":{"@type":"node","@id":7875713315,"@timestamp":1599225779},"coords":"51.6649087,-0.0571873","bedrooms":"0","price":"292000","area":"369"} , +{"type":"Feature","id":"n7875713325","geometry":{"type":"Point","coordinates":[-0.0576354,51.6671181]},"properties":{"@type":"node","@id":7875713325,"@timestamp":1599225779},"coords":"51.6671181,-0.0576354","bedrooms":"1","price":"277000","area":"361"} , +{"type":"Feature","id":"n7875713335","geometry":{"type":"Point","coordinates":[-0.0402187,51.6504639]},"properties":{"@type":"node","@id":7875713335,"@timestamp":1599506590},"coords":"51.6504639,-0.0402187","bedrooms":"2","price":"212000","area":"697"} , +{"type":"Feature","id":"n7875713345","geometry":{"type":"Point","coordinates":[-0.0375344,51.6483112]},"properties":{"@type":"node","@id":7875713345,"@timestamp":1599507115},"coords":"51.6483112,-0.0375344","bedrooms":"3","price":"177000","area":"680"} , +{"type":"Feature","id":"n7875713355","geometry":{"type":"Point","coordinates":[-0.042888,51.6460992]},"properties":{"@type":"node","@id":7875713355,"@timestamp":1599503888},"coords":"51.6460992,-0.042888","bedrooms":"1","price":"159000","area":"504"} , +{"type":"Feature","id":"n7875713365","geometry":{"type":"Point","coordinates":[-0.0626942,51.6434365]},"properties":{"@type":"node","@id":7875713365,"@timestamp":1599225779},"coords":"51.6434365,-0.0626942","bedrooms":"2","price":"252000","area":"374"} , +{"type":"Feature","id":"n7875713375","geometry":{"type":"Point","coordinates":[-0.0680281,51.6451102]},"properties":{"@type":"node","@id":7875713375,"@timestamp":1599669736},"coords":"51.6451102,-0.0680281","bedrooms":"2","price":"165000","area":"650"} , +{"type":"Feature","id":"n7875713385","geometry":{"type":"Point","coordinates":[-0.0686896,51.63223]},"properties":{"@type":"node","@id":7875713385,"@timestamp":1599225779},"coords":"51.63223,-0.0686896","bedrooms":"0","price":"151000","area":"690"} , +{"type":"Feature","id":"n7875713395","geometry":{"type":"Point","coordinates":[-0.0530872,51.6300702]},"properties":{"@type":"node","@id":7875713395,"@timestamp":1599225779},"coords":"51.6300702,-0.0530872","bedrooms":"1","price":"276000","area":"542"} , +{"type":"Feature","id":"n7875713405","geometry":{"type":"Point","coordinates":[-0.0517976,51.632199]},"properties":{"@type":"node","@id":7875713405,"@timestamp":1599225779},"coords":"51.632199,-0.0517976","bedrooms":"4","price":"224000","area":"505"} , +{"type":"Feature","id":"n7875713415","geometry":{"type":"Point","coordinates":[-0.066394,51.6339461]},"properties":{"@type":"node","@id":7875713415,"@timestamp":1599225779},"coords":"51.6339461,-0.066394","bedrooms":"2","price":"168000","area":"549"} , +{"type":"Feature","id":"n7875713425","geometry":{"type":"Point","coordinates":[-0.0643774,51.6265619]},"properties":{"@type":"node","@id":7875713425,"@timestamp":1599225779},"coords":"51.6265619,-0.0643774","bedrooms":"1","price":"207000","area":"493"} , +{"type":"Feature","id":"n7875713435","geometry":{"type":"Point","coordinates":[-0.079721,51.6338189]},"properties":{"@type":"node","@id":7875713435,"@timestamp":1599225779},"coords":"51.6338189,-0.079721","bedrooms":"3","price":"294000","area":"626"} , +{"type":"Feature","id":"n7875713446","geometry":{"type":"Point","coordinates":[-0.0894567,51.6206405]},"properties":{"@type":"node","@id":7875713446,"@timestamp":1599225779},"coords":"51.6206405,-0.0894567","bedrooms":"1","price":"180000","area":"403"} , +{"type":"Feature","id":"n7875713456","geometry":{"type":"Point","coordinates":[-0.0744169,51.6200989]},"properties":{"@type":"node","@id":7875713456,"@timestamp":1599225779},"coords":"51.6200989,-0.0744169","bedrooms":"0","price":"245000","area":"392"} , +{"type":"Feature","id":"n7875713466","geometry":{"type":"Point","coordinates":[-0.0596675,51.6202257]},"properties":{"@type":"node","@id":7875713466,"@timestamp":1599225779},"coords":"51.6202257,-0.0596675","bedrooms":"0","price":"230000","area":"572"} , +{"type":"Feature","id":"n7875713476","geometry":{"type":"Point","coordinates":[-0.0584341,51.6209025]},"properties":{"@type":"node","@id":7875713476,"@timestamp":1599225779},"coords":"51.6209025,-0.0584341","bedrooms":"0","price":"278000","area":"453"} , +{"type":"Feature","id":"n7875713486","geometry":{"type":"Point","coordinates":[-0.0575559,51.6173603]},"properties":{"@type":"node","@id":7875713486,"@timestamp":1599225779},"coords":"51.6173603,-0.0575559","bedrooms":"2","price":"270000","area":"623"} , +{"type":"Feature","id":"n7875713496","geometry":{"type":"Point","coordinates":[-0.061394,51.6151715]},"properties":{"@type":"node","@id":7875713496,"@timestamp":1599225779},"coords":"51.6151715,-0.061394","bedrooms":"4","price":"237000","area":"609"} , +{"type":"Feature","id":"n7875713506","geometry":{"type":"Point","coordinates":[-0.0829822,51.6107052]},"properties":{"@type":"node","@id":7875713506,"@timestamp":1599225779},"coords":"51.6107052,-0.0829822","bedrooms":"4","price":"204000","area":"502"} , +{"type":"Feature","id":"n7875713516","geometry":{"type":"Point","coordinates":[-0.0896915,51.6093402]},"properties":{"@type":"node","@id":7875713516,"@timestamp":1599225779},"coords":"51.6093402,-0.0896915","bedrooms":"2","price":"282000","area":"429"} , +{"type":"Feature","id":"n7875713526","geometry":{"type":"Point","coordinates":[-0.0963191,51.6120962]},"properties":{"@type":"node","@id":7875713526,"@timestamp":1599670847},"coords":"51.6120962,-0.0963191","bedrooms":"2","price":"286000","area":"644"} , +{"type":"Feature","id":"n7875830895","geometry":{"type":"Point","coordinates":[-0.2571864,51.5626853]},"properties":{"@type":"node","@id":7875830895,"@timestamp":1599228782},"coords":"51.5626853,-0.2571864","bedrooms":"3","price":"211000","area":"637"} , +{"type":"Feature","id":"n7875866982","geometry":{"type":"Point","coordinates":[-0.0781356,51.4615351]},"properties":{"@type":"node","@id":7875866982,"@timestamp":1599231587},"coords":"51.4615351,-0.0781356","bedrooms":"0","price":"193000","area":"630"} , +{"type":"Feature","id":"n7875906822","geometry":{"type":"Point","coordinates":[0.0074366,51.5076952]},"properties":{"@type":"node","@id":7875906822,"@timestamp":1611169447},"coords":"51.5076952,0.0074366","bedrooms":"4","price":"156000","area":"499"} , +{"type":"Feature","id":"n7875937610","geometry":{"type":"Point","coordinates":[-0.0463628,51.6748935]},"properties":{"@type":"node","@id":7875937610,"@timestamp":1602961196},"coords":"51.6748935,-0.0463628","bedrooms":"4","price":"205000","area":"644"} , +{"type":"Feature","id":"n7875937620","geometry":{"type":"Point","coordinates":[-0.0225193,51.6722625]},"properties":{"@type":"node","@id":7875937620,"@timestamp":1599659692},"coords":"51.6722625,-0.0225193","bedrooms":"1","price":"182000","area":"363"} , +{"type":"Feature","id":"n7875937630","geometry":{"type":"Point","coordinates":[-0.0236417,51.6720465]},"properties":{"@type":"node","@id":7875937630,"@timestamp":1599233284},"coords":"51.6720465,-0.0236417","bedrooms":"2","price":"209000","area":"522"} , +{"type":"Feature","id":"n7875937641","geometry":{"type":"Point","coordinates":[-0.0724338,51.6237661]},"properties":{"@type":"node","@id":7875937641,"@timestamp":1599233284},"coords":"51.6237661,-0.0724338","bedrooms":"0","price":"259000","area":"365"} , +{"type":"Feature","id":"n7875937651","geometry":{"type":"Point","coordinates":[-0.0735347,51.6239284]},"properties":{"@type":"node","@id":7875937651,"@timestamp":1599233284},"coords":"51.6239284,-0.0735347","bedrooms":"4","price":"241000","area":"641"} , +{"type":"Feature","id":"n7875937662","geometry":{"type":"Point","coordinates":[-0.0768417,51.6241834]},"properties":{"@type":"node","@id":7875937662,"@timestamp":1599233284},"coords":"51.6241834,-0.0768417","bedrooms":"3","price":"157000","area":"549"} , +{"type":"Feature","id":"n7875937674","geometry":{"type":"Point","coordinates":[-0.0882385,51.6318384]},"properties":{"@type":"node","@id":7875937674,"@timestamp":1599587937},"coords":"51.6318384,-0.0882385","bedrooms":"3","price":"169000","area":"456"} , +{"type":"Feature","id":"n7875937684","geometry":{"type":"Point","coordinates":[-0.1170889,51.6264917]},"properties":{"@type":"node","@id":7875937684,"@timestamp":1599233284},"coords":"51.6264917,-0.1170889","bedrooms":"0","price":"237000","area":"620"} , +{"type":"Feature","id":"n7875982688","geometry":{"type":"Point","coordinates":[-0.1028786,51.6185673]},"properties":{"@type":"node","@id":7875982688,"@timestamp":1605628321},"coords":"51.6185673,-0.1028786","bedrooms":"3","price":"259000","area":"462"} , +{"type":"Feature","id":"n7875982698","geometry":{"type":"Point","coordinates":[-0.0978711,51.6146606]},"properties":{"@type":"node","@id":7875982698,"@timestamp":1599233284},"coords":"51.6146606,-0.0978711","bedrooms":"4","price":"260000","area":"475"} , +{"type":"Feature","id":"n7875982708","geometry":{"type":"Point","coordinates":[-0.0978034,51.6130499]},"properties":{"@type":"node","@id":7875982708,"@timestamp":1600545729},"coords":"51.6130499,-0.0978034","bedrooms":"1","price":"272000","area":"592"} , +{"type":"Feature","id":"n7875982718","geometry":{"type":"Point","coordinates":[-0.0734517,51.6147566]},"properties":{"@type":"node","@id":7875982718,"@timestamp":1599233284},"coords":"51.6147566,-0.0734517","bedrooms":"3","price":"254000","area":"534"} , +{"type":"Feature","id":"n7875982728","geometry":{"type":"Point","coordinates":[-0.0738029,51.6191014]},"properties":{"@type":"node","@id":7875982728,"@timestamp":1599233284},"coords":"51.6191014,-0.0738029","bedrooms":"1","price":"223000","area":"615"} , +{"type":"Feature","id":"n7875982738","geometry":{"type":"Point","coordinates":[-0.082005,51.6120844]},"properties":{"@type":"node","@id":7875982738,"@timestamp":1599233284},"coords":"51.6120844,-0.082005","bedrooms":"0","price":"274000","area":"376"} , +{"type":"Feature","id":"n7875982748","geometry":{"type":"Point","coordinates":[-0.0754177,51.6146647]},"properties":{"@type":"node","@id":7875982748,"@timestamp":1599233284},"coords":"51.6146647,-0.0754177","bedrooms":"1","price":"277000","area":"559"} , +{"type":"Feature","id":"n7875982758","geometry":{"type":"Point","coordinates":[-0.0449986,51.6184704]},"properties":{"@type":"node","@id":7875982758,"@timestamp":1599233284},"coords":"51.6184704,-0.0449986","bedrooms":"1","price":"229000","area":"492"} , +{"type":"Feature","id":"n7875982768","geometry":{"type":"Point","coordinates":[-0.0435208,51.6126625]},"properties":{"@type":"node","@id":7875982768,"@timestamp":1599460687},"coords":"51.6126625,-0.0435208","bedrooms":"3","price":"197000","area":"688"} , +{"type":"Feature","id":"n7875982779","geometry":{"type":"Point","coordinates":[-0.0556749,51.6165463]},"properties":{"@type":"node","@id":7875982779,"@timestamp":1599657764},"coords":"51.6165463,-0.0556749","bedrooms":"2","price":"218000","area":"454"} , +{"type":"Feature","id":"n7875982789","geometry":{"type":"Point","coordinates":[-0.0536399,51.6113966]},"properties":{"@type":"node","@id":7875982789,"@timestamp":1599233284},"coords":"51.6113966,-0.0536399","bedrooms":"2","price":"177000","area":"559"} , +{"type":"Feature","id":"n7875982799","geometry":{"type":"Point","coordinates":[-0.0569906,51.60969]},"properties":{"@type":"node","@id":7875982799,"@timestamp":1599233284},"coords":"51.60969,-0.0569906","bedrooms":"1","price":"206000","area":"662"} , +{"type":"Feature","id":"n7875982809","geometry":{"type":"Point","coordinates":[-0.0610311,51.6108282]},"properties":{"@type":"node","@id":7875982809,"@timestamp":1599461223},"coords":"51.6108282,-0.0610311","bedrooms":"4","price":"176000","area":"620"} , +{"type":"Feature","id":"n7875982819","geometry":{"type":"Point","coordinates":[-0.0557848,51.6091937]},"properties":{"@type":"node","@id":7875982819,"@timestamp":1599233284},"coords":"51.6091937,-0.0557848","bedrooms":"3","price":"266000","area":"508"} , +{"type":"Feature","id":"n7875982829","geometry":{"type":"Point","coordinates":[-0.0584657,51.6133336]},"properties":{"@type":"node","@id":7875982829,"@timestamp":1599233284},"coords":"51.6133336,-0.0584657","bedrooms":"3","price":"295000","area":"603"} , +{"type":"Feature","id":"n7875982839","geometry":{"type":"Point","coordinates":[-0.0632069,51.6131713]},"properties":{"@type":"node","@id":7875982839,"@timestamp":1599233284},"coords":"51.6131713,-0.0632069","bedrooms":"3","price":"282000","area":"554"} , +{"type":"Feature","id":"n7875982849","geometry":{"type":"Point","coordinates":[-0.0486349,51.6248868]},"properties":{"@type":"node","@id":7875982849,"@timestamp":1599233284},"coords":"51.6248868,-0.0486349","bedrooms":"2","price":"156000","area":"390"} , +{"type":"Feature","id":"n7875982859","geometry":{"type":"Point","coordinates":[-0.0570894,51.6231787]},"properties":{"@type":"node","@id":7875982859,"@timestamp":1599233284},"coords":"51.6231787,-0.0570894","bedrooms":"1","price":"188000","area":"387"} , +{"type":"Feature","id":"n7875982870","geometry":{"type":"Point","coordinates":[-0.0514037,51.6256137]},"properties":{"@type":"node","@id":7875982870,"@timestamp":1599233284},"coords":"51.6256137,-0.0514037","bedrooms":"0","price":"242000","area":"558"} , +{"type":"Feature","id":"n7875982881","geometry":{"type":"Point","coordinates":[-0.056271,51.623653]},"properties":{"@type":"node","@id":7875982881,"@timestamp":1599233284},"coords":"51.623653,-0.056271","bedrooms":"3","price":"251000","area":"445"} , +{"type":"Feature","id":"n7875982891","geometry":{"type":"Point","coordinates":[-0.0520239,51.6467551]},"properties":{"@type":"node","@id":7875982891,"@timestamp":1599506104},"coords":"51.6467551,-0.0520239","bedrooms":"3","price":"197000","area":"417"} , +{"type":"Feature","id":"n7875982901","geometry":{"type":"Point","coordinates":[-0.0453012,51.6393477]},"properties":{"@type":"node","@id":7875982901,"@timestamp":1599471318},"coords":"51.6393477,-0.0453012","bedrooms":"2","price":"208000","area":"644"} , +{"type":"Feature","id":"n7875982912","geometry":{"type":"Point","coordinates":[-0.0447823,51.6439067]},"properties":{"@type":"node","@id":7875982912,"@timestamp":1599233284},"coords":"51.6439067,-0.0447823","bedrooms":"4","price":"190000","area":"438"} , +{"type":"Feature","id":"n7875982922","geometry":{"type":"Point","coordinates":[-0.0423085,51.637866]},"properties":{"@type":"node","@id":7875982922,"@timestamp":1599471318},"coords":"51.637866,-0.0423085","bedrooms":"4","price":"282000","area":"381"} , +{"type":"Feature","id":"n7875982934","geometry":{"type":"Point","coordinates":[-0.0510347,51.656577]},"properties":{"@type":"node","@id":7875982934,"@timestamp":1611802211},"coords":"51.656577,-0.0510347","bedrooms":"4","price":"258000","area":"579"} , +{"type":"Feature","id":"n7875982945","geometry":{"type":"Point","coordinates":[-0.0506307,51.6582722]},"properties":{"@type":"node","@id":7875982945,"@timestamp":1599233284},"coords":"51.6582722,-0.0506307","bedrooms":"1","price":"164000","area":"352"} , +{"type":"Feature","id":"n7875982955","geometry":{"type":"Point","coordinates":[-0.0522611,51.6577833]},"properties":{"@type":"node","@id":7875982955,"@timestamp":1599778461},"coords":"51.6577833,-0.0522611","bedrooms":"4","price":"171000","area":"399"} , +{"type":"Feature","id":"n7875982965","geometry":{"type":"Point","coordinates":[-0.0631578,51.6585144]},"properties":{"@type":"node","@id":7875982965,"@timestamp":1599555786},"coords":"51.6585144,-0.0631578","bedrooms":"4","price":"231000","area":"557"} , +{"type":"Feature","id":"n7875982975","geometry":{"type":"Point","coordinates":[-0.1532228,51.6547627]},"properties":{"@type":"node","@id":7875982975,"@timestamp":1599233284},"coords":"51.6547627,-0.1532228","bedrooms":"4","price":"222000","area":"585"} , +{"type":"Feature","id":"n7875986490","geometry":{"type":"Point","coordinates":[-0.5878523,51.689676]},"properties":{"@type":"node","@id":7875986490,"@timestamp":1599233832},"coords":"51.689676,-0.5878523","bedrooms":"1","price":"165000","area":"429"} , +{"type":"Feature","id":"n7876091271","geometry":{"type":"Point","coordinates":[-0.3172628,51.4910096]},"properties":{"@type":"node","@id":7876091271,"@timestamp":1599237233},"coords":"51.4910096,-0.3172628","bedrooms":"2","price":"180000","area":"363"} , +{"type":"Feature","id":"n7876116390","geometry":{"type":"Point","coordinates":[-0.3014478,51.4952416]},"properties":{"@type":"node","@id":7876116390,"@timestamp":1625136401},"coords":"51.4952416,-0.3014478","bedrooms":"2","price":"232000","area":"687"} , +{"type":"Feature","id":"n7876172550","geometry":{"type":"Point","coordinates":[-0.0292506,51.5395337]},"properties":{"@type":"node","@id":7876172550,"@timestamp":1599239215},"coords":"51.5395337,-0.0292506","bedrooms":"0","price":"233000","area":"452"} , +{"type":"Feature","id":"n7876172560","geometry":{"type":"Point","coordinates":[-0.0300024,51.5388298]},"properties":{"@type":"node","@id":7876172560,"@timestamp":1599239215},"coords":"51.5388298,-0.0300024","bedrooms":"0","price":"154000","area":"695"} , +{"type":"Feature","id":"n7876172570","geometry":{"type":"Point","coordinates":[-0.0310537,51.5379947]},"properties":{"@type":"node","@id":7876172570,"@timestamp":1599239215},"coords":"51.5379947,-0.0310537","bedrooms":"4","price":"222000","area":"690"} , +{"type":"Feature","id":"n7876172580","geometry":{"type":"Point","coordinates":[-0.0329234,51.5370871]},"properties":{"@type":"node","@id":7876172580,"@timestamp":1599239215},"coords":"51.5370871,-0.0329234","bedrooms":"1","price":"264000","area":"458"} , +{"type":"Feature","id":"n7876180686","geometry":{"type":"Point","coordinates":[-0.0344186,51.5365177]},"properties":{"@type":"node","@id":7876180686,"@timestamp":1599239215},"coords":"51.5365177,-0.0344186","bedrooms":"3","price":"160000","area":"428"} , +{"type":"Feature","id":"n7876180696","geometry":{"type":"Point","coordinates":[-0.0353285,51.5359949]},"properties":{"@type":"node","@id":7876180696,"@timestamp":1599239215},"coords":"51.5359949,-0.0353285","bedrooms":"1","price":"156000","area":"629"} , +{"type":"Feature","id":"n7876180706","geometry":{"type":"Point","coordinates":[-0.0372425,51.5350527]},"properties":{"@type":"node","@id":7876180706,"@timestamp":1599239215},"coords":"51.5350527,-0.0372425","bedrooms":"3","price":"224000","area":"540"} , +{"type":"Feature","id":"n7876180719","geometry":{"type":"Point","coordinates":[-0.0404879,51.5336937]},"properties":{"@type":"node","@id":7876180719,"@timestamp":1599239215},"coords":"51.5336937,-0.0404879","bedrooms":"0","price":"220000","area":"512"} , +{"type":"Feature","id":"n7876180729","geometry":{"type":"Point","coordinates":[-0.0374729,51.5354827]},"properties":{"@type":"node","@id":7876180729,"@timestamp":1599239215},"coords":"51.5354827,-0.0374729","bedrooms":"2","price":"231000","area":"682"} , +{"type":"Feature","id":"n7876215181","geometry":{"type":"Point","coordinates":[-0.0317317,51.5406428]},"properties":{"@type":"node","@id":7876215181,"@timestamp":1599239908},"coords":"51.5406428,-0.0317317","bedrooms":"3","price":"200000","area":"419"} , +{"type":"Feature","id":"n7876216191","geometry":{"type":"Point","coordinates":[-0.0301372,51.5417326]},"properties":{"@type":"node","@id":7876216191,"@timestamp":1599239908},"coords":"51.5417326,-0.0301372","bedrooms":"2","price":"185000","area":"412"} , +{"type":"Feature","id":"n7876216201","geometry":{"type":"Point","coordinates":[-0.0332566,51.5415995]},"properties":{"@type":"node","@id":7876216201,"@timestamp":1599239908},"coords":"51.5415995,-0.0332566","bedrooms":"1","price":"203000","area":"426"} , +{"type":"Feature","id":"n7876216211","geometry":{"type":"Point","coordinates":[-0.0326466,51.5401037]},"properties":{"@type":"node","@id":7876216211,"@timestamp":1599239908},"coords":"51.5401037,-0.0326466","bedrooms":"2","price":"164000","area":"366"} , +{"type":"Feature","id":"n7876216221","geometry":{"type":"Point","coordinates":[-0.0320474,51.5402518]},"properties":{"@type":"node","@id":7876216221,"@timestamp":1599239908},"coords":"51.5402518,-0.0320474","bedrooms":"4","price":"251000","area":"360"} , +{"type":"Feature","id":"n7876216231","geometry":{"type":"Point","coordinates":[-0.0288771,51.5392085]},"properties":{"@type":"node","@id":7876216231,"@timestamp":1599239908},"coords":"51.5392085,-0.0288771","bedrooms":"0","price":"272000","area":"391"} , +{"type":"Feature","id":"n7876216310","geometry":{"type":"Point","coordinates":[-0.040064,51.5345168]},"properties":{"@type":"node","@id":7876216310,"@timestamp":1599239908},"coords":"51.5345168,-0.040064","bedrooms":"4","price":"278000","area":"447"} , +{"type":"Feature","id":"n7876216384","geometry":{"type":"Point","coordinates":[-0.0381336,51.5364286]},"properties":{"@type":"node","@id":7876216384,"@timestamp":1599239908},"coords":"51.5364286,-0.0381336","bedrooms":"4","price":"194000","area":"570"} , +{"type":"Feature","id":"n7876216394","geometry":{"type":"Point","coordinates":[-0.0382259,51.5367279]},"properties":{"@type":"node","@id":7876216394,"@timestamp":1599239908},"coords":"51.5367279,-0.0382259","bedrooms":"3","price":"277000","area":"374"} , +{"type":"Feature","id":"n7876216404","geometry":{"type":"Point","coordinates":[-0.0399417,51.5363349]},"properties":{"@type":"node","@id":7876216404,"@timestamp":1599239908},"coords":"51.5363349,-0.0399417","bedrooms":"4","price":"191000","area":"549"} , +{"type":"Feature","id":"n7876216414","geometry":{"type":"Point","coordinates":[-0.0424682,51.5361092]},"properties":{"@type":"node","@id":7876216414,"@timestamp":1599239908},"coords":"51.5361092,-0.0424682","bedrooms":"0","price":"230000","area":"365"} , +{"type":"Feature","id":"n7876241250","geometry":{"type":"Point","coordinates":[-0.5648179,51.6694596]},"properties":{"@type":"node","@id":7876241250,"@timestamp":1599241072},"coords":"51.6694596,-0.5648179","bedrooms":"2","price":"183000","area":"534"} , +{"type":"Feature","id":"n7876427916","geometry":{"type":"Point","coordinates":[0.8542541,51.0683719]},"properties":{"@type":"node","@id":7876427916,"@timestamp":1599248452},"coords":"51.0683719,0.8542541","bedrooms":"0","price":"246000","area":"467"} , +{"type":"Feature","id":"n7876549152","geometry":{"type":"Point","coordinates":[-0.0362358,51.537205]},"properties":{"@type":"node","@id":7876549152,"@timestamp":1599252738},"coords":"51.537205,-0.0362358","bedrooms":"0","price":"269000","area":"549"} , +{"type":"Feature","id":"n7876549432","geometry":{"type":"Point","coordinates":[0.8571726,51.0630966]},"properties":{"@type":"node","@id":7876549432,"@timestamp":1599250740},"coords":"51.0630966,0.8571726","bedrooms":"3","price":"178000","area":"688"} , +{"type":"Feature","id":"n7876814099","geometry":{"type":"Point","coordinates":[-1.0427751,51.1577596]},"properties":{"@type":"node","@id":7876814099,"@timestamp":1599259913},"coords":"51.1577596,-1.0427751","bedrooms":"0","price":"178000","area":"406"} , +{"type":"Feature","id":"n7876887996","geometry":{"type":"Point","coordinates":[-0.1185087,51.4446186]},"properties":{"@type":"node","@id":7876887996,"@timestamp":1599261422},"coords":"51.4446186,-0.1185087","bedrooms":"4","price":"157000","area":"463"} , +{"type":"Feature","id":"n7876888026","geometry":{"type":"Point","coordinates":[-0.1215431,51.4469718]},"properties":{"@type":"node","@id":7876888026,"@timestamp":1614356820},"coords":"51.4469718,-0.1215431","bedrooms":"0","price":"231000","area":"510"} , +{"type":"Feature","id":"n7876888055","geometry":{"type":"Point","coordinates":[-0.1218952,51.4443977]},"properties":{"@type":"node","@id":7876888055,"@timestamp":1599261422},"coords":"51.4443977,-0.1218952","bedrooms":"3","price":"263000","area":"674"} , +{"type":"Feature","id":"n7877042402","geometry":{"type":"Point","coordinates":[-0.7466188,51.3115224]},"properties":{"@type":"node","@id":7877042402,"@timestamp":1611872711},"coords":"51.3115224,-0.7466188","bedrooms":"4","price":"206000","area":"567"} , +{"type":"Feature","id":"n7877392047","geometry":{"type":"Point","coordinates":[-0.1796463,51.4939826]},"properties":{"@type":"node","@id":7877392047,"@timestamp":1599290908},"coords":"51.4939826,-0.1796463","bedrooms":"4","price":"288000","area":"666"} , +{"type":"Feature","id":"n7877392072","geometry":{"type":"Point","coordinates":[-0.1800032,51.4945941]},"properties":{"@type":"node","@id":7877392072,"@timestamp":1599290908},"coords":"51.4945941,-0.1800032","bedrooms":"3","price":"234000","area":"595"} , +{"type":"Feature","id":"n7877406397","geometry":{"type":"Point","coordinates":[-0.1796278,51.4942064]},"properties":{"@type":"node","@id":7877406397,"@timestamp":1599290908},"coords":"51.4942064,-0.1796278","bedrooms":"3","price":"181000","area":"697"} , +{"type":"Feature","id":"n7877406407","geometry":{"type":"Point","coordinates":[-0.1797587,51.4948579]},"properties":{"@type":"node","@id":7877406407,"@timestamp":1599290908},"coords":"51.4948579,-0.1797587","bedrooms":"0","price":"229000","area":"650"} , +{"type":"Feature","id":"n7877406420","geometry":{"type":"Point","coordinates":[-0.179494,51.4945871]},"properties":{"@type":"node","@id":7877406420,"@timestamp":1599290908},"coords":"51.4945871,-0.179494","bedrooms":"1","price":"179000","area":"554"} , +{"type":"Feature","id":"n7877406444","geometry":{"type":"Point","coordinates":[-0.179301,51.4950272]},"properties":{"@type":"node","@id":7877406444,"@timestamp":1599290908},"coords":"51.4950272,-0.179301","bedrooms":"4","price":"188000","area":"563"} , +{"type":"Feature","id":"n7877406454","geometry":{"type":"Point","coordinates":[-0.1791762,51.4944303]},"properties":{"@type":"node","@id":7877406454,"@timestamp":1599290908},"coords":"51.4944303,-0.1791762","bedrooms":"3","price":"285000","area":"470"} , +{"type":"Feature","id":"n7878058885","geometry":{"type":"Point","coordinates":[-0.2795144,51.9479316]},"properties":{"@type":"node","@id":7878058885,"@timestamp":1599304752},"coords":"51.9479316,-0.2795144","bedrooms":"2","price":"227000","area":"601"} , +{"type":"Feature","id":"n7878183012","geometry":{"type":"Point","coordinates":[0.0294863,51.5007668]},"properties":{"@type":"node","@id":7878183012,"@timestamp":1599306648},"coords":"51.5007668,0.0294863","bedrooms":"1","price":"170000","area":"595"} , +{"type":"Feature","id":"n7878226758","geometry":{"type":"Point","coordinates":[-0.3069401,51.4600035]},"properties":{"@type":"node","@id":7878226758,"@timestamp":1599308835},"coords":"51.4600035,-0.3069401","bedrooms":"2","price":"248000","area":"447"} , +{"type":"Feature","id":"n7878226768","geometry":{"type":"Point","coordinates":[-0.3075196,51.4623942]},"properties":{"@type":"node","@id":7878226768,"@timestamp":1599308835},"coords":"51.4623942,-0.3075196","bedrooms":"4","price":"299000","area":"649"} , +{"type":"Feature","id":"n7878450222","geometry":{"type":"Point","coordinates":[-0.1193404,50.9913956]},"properties":{"@type":"node","@id":7878450222,"@timestamp":1599314214},"coords":"50.9913956,-0.1193404","bedrooms":"0","price":"177000","area":"498"} , +{"type":"Feature","id":"n7878799087","geometry":{"type":"Point","coordinates":[-0.1139936,51.4620754]},"properties":{"@type":"node","@id":7878799087,"@timestamp":1599322239},"coords":"51.4620754,-0.1139936","bedrooms":"2","price":"238000","area":"530"} , +{"type":"Feature","id":"n7878929555","geometry":{"type":"Point","coordinates":[-0.201446,50.9506411]},"properties":{"@type":"node","@id":7878929555,"@timestamp":1599323798},"coords":"50.9506411,-0.201446","bedrooms":"1","price":"262000","area":"536"} , +{"type":"Feature","id":"n7878929565","geometry":{"type":"Point","coordinates":[-0.2041677,50.9499621]},"properties":{"@type":"node","@id":7878929565,"@timestamp":1599323798},"coords":"50.9499621,-0.2041677","bedrooms":"4","price":"247000","area":"606"} , +{"type":"Feature","id":"n7879205831","geometry":{"type":"Point","coordinates":[-1.0253411,51.4543466]},"properties":{"@type":"node","@id":7879205831,"@timestamp":1599328870},"coords":"51.4543466,-1.0253411","bedrooms":"4","price":"284000","area":"494"} , +{"type":"Feature","id":"n7879624440","geometry":{"type":"Point","coordinates":[-0.456639,51.7488185]},"properties":{"@type":"node","@id":7879624440,"@timestamp":1599333342},"coords":"51.7488185,-0.456639","bedrooms":"1","price":"233000","area":"372"} , +{"type":"Feature","id":"n7879895671","geometry":{"type":"Point","coordinates":[-0.8210023,51.1981124]},"properties":{"@type":"node","@id":7879895671,"@timestamp":1599339984},"coords":"51.1981124,-0.8210023","bedrooms":"0","price":"173000","area":"564"} , +{"type":"Feature","id":"n7879981900","geometry":{"type":"Point","coordinates":[-0.1459923,51.5948187]},"properties":{"@type":"node","@id":7879981900,"@timestamp":1613871424},"coords":"51.5948187,-0.1459923","bedrooms":"3","price":"177000","area":"531"} , +{"type":"Feature","id":"n7880078708","geometry":{"type":"Point","coordinates":[0.4963353,51.5097898]},"properties":{"@type":"node","@id":7880078708,"@timestamp":1599351259},"coords":"51.5097898,0.4963353","bedrooms":"2","price":"273000","area":"437"} , +{"type":"Feature","id":"n7880125152","geometry":{"type":"Point","coordinates":[0.172252,51.8879502]},"properties":{"@type":"node","@id":7880125152,"@timestamp":1599350545},"coords":"51.8879502,0.172252","bedrooms":"1","price":"241000","area":"558"} , +{"type":"Feature","id":"n7880131453","geometry":{"type":"Point","coordinates":[-0.0038475,51.5798072]},"properties":{"@type":"node","@id":7880131453,"@timestamp":1634759083},"coords":"51.5798072,-0.0038475","bedrooms":"2","price":"206000","area":"508"} , +{"type":"Feature","id":"n7880163442","geometry":{"type":"Point","coordinates":[-0.0427426,51.5636331]},"properties":{"@type":"node","@id":7880163442,"@timestamp":1629249579},"coords":"51.5636331,-0.0427426","bedrooms":"3","price":"264000","area":"380"} , +{"type":"Feature","id":"n7880179282","geometry":{"type":"Point","coordinates":[-0.0074652,51.5777955]},"properties":{"@type":"node","@id":7880179282,"@timestamp":1629249579},"coords":"51.5777955,-0.0074652","bedrooms":"2","price":"265000","area":"628"} , +{"type":"Feature","id":"n7880222985","geometry":{"type":"Point","coordinates":[-0.0350665,51.5667149]},"properties":{"@type":"node","@id":7880222985,"@timestamp":1629249579},"coords":"51.5667149,-0.0350665","bedrooms":"4","price":"279000","area":"618"} , +{"type":"Feature","id":"n7880690594","geometry":{"type":"Point","coordinates":[0.2118674,51.8746523]},"properties":{"@type":"node","@id":7880690594,"@timestamp":1631733311},"coords":"51.8746523,0.2118674","bedrooms":"4","price":"150000","area":"372"} , +{"type":"Feature","id":"n7880699122","geometry":{"type":"Point","coordinates":[0.2862889,51.0320215]},"properties":{"@type":"node","@id":7880699122,"@timestamp":1599387613},"coords":"51.0320215,0.2862889","bedrooms":"3","price":"178000","area":"659"} , +{"type":"Feature","id":"n7880918270","geometry":{"type":"Point","coordinates":[0.0009216,51.5210896]},"properties":{"@type":"node","@id":7880918270,"@timestamp":1599393853},"coords":"51.5210896,0.0009216","bedrooms":"2","price":"221000","area":"485"} , +{"type":"Feature","id":"n7881092134","geometry":{"type":"Point","coordinates":[0.005685,51.5127636]},"properties":{"@type":"node","@id":7881092134,"@timestamp":1628332666},"coords":"51.5127636,0.005685","bedrooms":"0","price":"213000","area":"456"} , +{"type":"Feature","id":"n7881141007","geometry":{"type":"Point","coordinates":[-0.1980524,51.7362819]},"properties":{"@type":"node","@id":7881141007,"@timestamp":1599400034},"coords":"51.7362819,-0.1980524","bedrooms":"1","price":"268000","area":"463"} , +{"type":"Feature","id":"n7881235643","geometry":{"type":"Point","coordinates":[-0.5804965,51.6706284]},"properties":{"@type":"node","@id":7881235643,"@timestamp":1623000458},"coords":"51.6706284,-0.5804965","bedrooms":"4","price":"285000","area":"479"} , +{"type":"Feature","id":"n7881382985","geometry":{"type":"Point","coordinates":[-0.0472066,51.548133]},"properties":{"@type":"node","@id":7881382985,"@timestamp":1603909830},"coords":"51.548133,-0.0472066","bedrooms":"1","price":"265000","area":"434"} , +{"type":"Feature","id":"n7881502359","geometry":{"type":"Point","coordinates":[-0.6102397,51.6649989]},"properties":{"@type":"node","@id":7881502359,"@timestamp":1624624106},"coords":"51.6649989,-0.6102397","bedrooms":"1","price":"255000","area":"683"} , +{"type":"Feature","id":"n7881518738","geometry":{"type":"Point","coordinates":[0.0017166,51.5462366]},"properties":{"@type":"node","@id":7881518738,"@timestamp":1617430767},"coords":"51.5462366,0.0017166","bedrooms":"2","price":"160000","area":"608"} , +{"type":"Feature","id":"n7881540373","geometry":{"type":"Point","coordinates":[-0.1939934,50.9493925]},"properties":{"@type":"node","@id":7881540373,"@timestamp":1599411873},"coords":"50.9493925,-0.1939934","bedrooms":"2","price":"230000","area":"651"} , +{"type":"Feature","id":"n7881832784","geometry":{"type":"Point","coordinates":[0.0888501,51.769078]},"properties":{"@type":"node","@id":7881832784,"@timestamp":1599421044},"coords":"51.769078,0.0888501","bedrooms":"3","price":"178000","area":"464"} , +{"type":"Feature","id":"n7882018398","geometry":{"type":"Point","coordinates":[-0.5834197,51.6287643]},"properties":{"@type":"node","@id":7882018398,"@timestamp":1599425702},"coords":"51.6287643,-0.5834197","bedrooms":"4","price":"183000","area":"552"} , +{"type":"Feature","id":"n7882149289","geometry":{"type":"Point","coordinates":[-0.1471067,51.5974054]},"properties":{"@type":"node","@id":7882149289,"@timestamp":1599430698},"coords":"51.5974054,-0.1471067","bedrooms":"2","price":"279000","area":"561"} , +{"type":"Feature","id":"n7882381715","geometry":{"type":"Point","coordinates":[-0.1375869,51.4621426]},"properties":{"@type":"node","@id":7882381715,"@timestamp":1599443069},"coords":"51.4621426,-0.1375869","bedrooms":"1","price":"221000","area":"362"} , +{"type":"Feature","id":"n7882427827","geometry":{"type":"Point","coordinates":[-0.1047502,51.5008768]},"properties":{"@type":"node","@id":7882427827,"@timestamp":1599445026},"coords":"51.5008768,-0.1047502","bedrooms":"4","price":"154000","area":"370"} , +{"type":"Feature","id":"n7882485470","geometry":{"type":"Point","coordinates":[-0.1781556,51.494016]},"properties":{"@type":"node","@id":7882485470,"@timestamp":1599447942},"coords":"51.494016,-0.1781556","bedrooms":"0","price":"186000","area":"596"} , +{"type":"Feature","id":"n7882521400","geometry":{"type":"Point","coordinates":[-0.1780924,51.4949291]},"properties":{"@type":"node","@id":7882521400,"@timestamp":1599447942},"coords":"51.4949291,-0.1780924","bedrooms":"0","price":"161000","area":"557"} , +{"type":"Feature","id":"n7882521436","geometry":{"type":"Point","coordinates":[-0.1782327,51.4945258]},"properties":{"@type":"node","@id":7882521436,"@timestamp":1599447942},"coords":"51.4945258,-0.1782327","bedrooms":"0","price":"159000","area":"501"} , +{"type":"Feature","id":"n7882521549","geometry":{"type":"Point","coordinates":[-0.177744,51.4947016]},"properties":{"@type":"node","@id":7882521549,"@timestamp":1599447942},"coords":"51.4947016,-0.177744","bedrooms":"2","price":"238000","area":"446"} , +{"type":"Feature","id":"n7882807124","geometry":{"type":"Point","coordinates":[-0.1799879,51.4935342]},"properties":{"@type":"node","@id":7882807124,"@timestamp":1599458032},"coords":"51.4935342,-0.1799879","bedrooms":"0","price":"173000","area":"352"} , +{"type":"Feature","id":"n7882807153","geometry":{"type":"Point","coordinates":[-0.1809949,51.4933812]},"properties":{"@type":"node","@id":7882807153,"@timestamp":1599458032},"coords":"51.4933812,-0.1809949","bedrooms":"3","price":"279000","area":"450"} , +{"type":"Feature","id":"n7882807168","geometry":{"type":"Point","coordinates":[-0.1809521,51.4932807]},"properties":{"@type":"node","@id":7882807168,"@timestamp":1599458032},"coords":"51.4932807,-0.1809521","bedrooms":"1","price":"195000","area":"424"} , +{"type":"Feature","id":"n7882961494","geometry":{"type":"Point","coordinates":[-0.7702437,51.3408759]},"properties":{"@type":"node","@id":7882961494,"@timestamp":1599461678},"coords":"51.3408759,-0.7702437","bedrooms":"1","price":"270000","area":"445"} , +{"type":"Feature","id":"n7883136694","geometry":{"type":"Point","coordinates":[-1.0054328,51.456971]},"properties":{"@type":"node","@id":7883136694,"@timestamp":1599465839},"coords":"51.456971,-1.0054328","bedrooms":"3","price":"260000","area":"570"} , +{"type":"Feature","id":"n7883256238","geometry":{"type":"Point","coordinates":[-0.0332515,51.5446092]},"properties":{"@type":"node","@id":7883256238,"@timestamp":1599467116},"coords":"51.5446092,-0.0332515","bedrooms":"4","price":"294000","area":"523"} , +{"type":"Feature","id":"n7883256248","geometry":{"type":"Point","coordinates":[-0.0339027,51.5431447]},"properties":{"@type":"node","@id":7883256248,"@timestamp":1599467116},"coords":"51.5431447,-0.0339027","bedrooms":"2","price":"251000","area":"384"} , +{"type":"Feature","id":"n7883256258","geometry":{"type":"Point","coordinates":[-0.0313966,51.5431925]},"properties":{"@type":"node","@id":7883256258,"@timestamp":1599467116},"coords":"51.5431925,-0.0313966","bedrooms":"1","price":"276000","area":"351"} , +{"type":"Feature","id":"n7883256268","geometry":{"type":"Point","coordinates":[-0.0344969,51.5429121]},"properties":{"@type":"node","@id":7883256268,"@timestamp":1599467116},"coords":"51.5429121,-0.0344969","bedrooms":"0","price":"298000","area":"688"} , +{"type":"Feature","id":"n7883256278","geometry":{"type":"Point","coordinates":[-0.0349707,51.5426202]},"properties":{"@type":"node","@id":7883256278,"@timestamp":1599467116},"coords":"51.5426202,-0.0349707","bedrooms":"4","price":"162000","area":"448"} , +{"type":"Feature","id":"n7883256288","geometry":{"type":"Point","coordinates":[-0.0348645,51.5428777]},"properties":{"@type":"node","@id":7883256288,"@timestamp":1599467116},"coords":"51.5428777,-0.0348645","bedrooms":"2","price":"155000","area":"687"} , +{"type":"Feature","id":"n7883256298","geometry":{"type":"Point","coordinates":[-0.0366867,51.5417292]},"properties":{"@type":"node","@id":7883256298,"@timestamp":1599467116},"coords":"51.5417292,-0.0366867","bedrooms":"2","price":"208000","area":"399"} , +{"type":"Feature","id":"n7883315241","geometry":{"type":"Point","coordinates":[-0.5609248,51.5868159]},"properties":{"@type":"node","@id":7883315241,"@timestamp":1599468616},"coords":"51.5868159,-0.5609248","bedrooms":"3","price":"176000","area":"393"} , +{"type":"Feature","id":"n7883510228","geometry":{"type":"Point","coordinates":[-0.2957551,51.4283938]},"properties":{"@type":"node","@id":7883510228,"@timestamp":1599473424},"coords":"51.4283938,-0.2957551","bedrooms":"0","price":"236000","area":"471"} , +{"type":"Feature","id":"n7884208481","geometry":{"type":"Point","coordinates":[-0.0304462,51.5425362]},"properties":{"@type":"node","@id":7884208481,"@timestamp":1599487697},"coords":"51.5425362,-0.0304462","bedrooms":"1","price":"230000","area":"619"} , +{"type":"Feature","id":"n7884222434","geometry":{"type":"Point","coordinates":[-0.132349,51.525679]},"properties":{"@type":"node","@id":7884222434,"@timestamp":1604858707},"coords":"51.525679,-0.132349","bedrooms":"2","price":"298000","area":"569"} , +{"type":"Feature","id":"n7884222484","geometry":{"type":"Point","coordinates":[-0.1312036,51.5249642]},"properties":{"@type":"node","@id":7884222484,"@timestamp":1622496322},"coords":"51.5249642,-0.1312036","bedrooms":"3","price":"174000","area":"593"} , +{"type":"Feature","id":"n7884232799","geometry":{"type":"Point","coordinates":[-0.0281874,51.5399575]},"properties":{"@type":"node","@id":7884232799,"@timestamp":1599487697},"coords":"51.5399575,-0.0281874","bedrooms":"1","price":"205000","area":"405"} , +{"type":"Feature","id":"n7884232809","geometry":{"type":"Point","coordinates":[-0.0291622,51.5406068]},"properties":{"@type":"node","@id":7884232809,"@timestamp":1599487697},"coords":"51.5406068,-0.0291622","bedrooms":"0","price":"288000","area":"549"} , +{"type":"Feature","id":"n7884232819","geometry":{"type":"Point","coordinates":[-0.0294049,51.541727]},"properties":{"@type":"node","@id":7884232819,"@timestamp":1599487697},"coords":"51.541727,-0.0294049","bedrooms":"3","price":"162000","area":"358"} , +{"type":"Feature","id":"n7884232829","geometry":{"type":"Point","coordinates":[-0.0288359,51.5409294]},"properties":{"@type":"node","@id":7884232829,"@timestamp":1599487697},"coords":"51.5409294,-0.0288359","bedrooms":"3","price":"271000","area":"476"} , +{"type":"Feature","id":"n7884232839","geometry":{"type":"Point","coordinates":[-0.0284071,51.5402437]},"properties":{"@type":"node","@id":7884232839,"@timestamp":1599487697},"coords":"51.5402437,-0.0284071","bedrooms":"3","price":"179000","area":"672"} , +{"type":"Feature","id":"n7884233177","geometry":{"type":"Point","coordinates":[-0.1319869,51.5257333]},"properties":{"@type":"node","@id":7884233177,"@timestamp":1628527514},"coords":"51.5257333,-0.1319869","bedrooms":"4","price":"233000","area":"390"} , +{"type":"Feature","id":"n7884384165","geometry":{"type":"Point","coordinates":[-0.372661,51.5307816]},"properties":{"@type":"node","@id":7884384165,"@timestamp":1599491307},"coords":"51.5307816,-0.372661","bedrooms":"4","price":"291000","area":"398"} , +{"type":"Feature","id":"n7884574845","geometry":{"type":"Point","coordinates":[-0.3066043,51.4917389]},"properties":{"@type":"node","@id":7884574845,"@timestamp":1599498690},"coords":"51.4917389,-0.3066043","bedrooms":"3","price":"244000","area":"678"} , +{"type":"Feature","id":"n7884691202","geometry":{"type":"Point","coordinates":[-0.0764804,51.5409681]},"properties":{"@type":"node","@id":7884691202,"@timestamp":1599501087},"coords":"51.5409681,-0.0764804","bedrooms":"0","price":"237000","area":"546"} , +{"type":"Feature","id":"n7884776851","geometry":{"type":"Point","coordinates":[-0.0380458,51.6465282]},"properties":{"@type":"node","@id":7884776851,"@timestamp":1599503888},"coords":"51.6465282,-0.0380458","bedrooms":"1","price":"249000","area":"388"} , +{"type":"Feature","id":"n7884876532","geometry":{"type":"Point","coordinates":[-0.3045167,51.4193581]},"properties":{"@type":"node","@id":7884876532,"@timestamp":1600176104},"coords":"51.4193581,-0.3045167","bedrooms":"3","price":"272000","area":"644"} , +{"type":"Feature","id":"n7884931584","geometry":{"type":"Point","coordinates":[-0.1335925,51.5249327]},"properties":{"@type":"node","@id":7884931584,"@timestamp":1606356495},"coords":"51.5249327,-0.1335925","bedrooms":"3","price":"217000","area":"529"} , +{"type":"Feature","id":"n7885047433","geometry":{"type":"Point","coordinates":[-0.6713355,51.3448991]},"properties":{"@type":"node","@id":7885047433,"@timestamp":1599509947},"coords":"51.3448991,-0.6713355","bedrooms":"3","price":"214000","area":"398"} , +{"type":"Feature","id":"n7885098012","geometry":{"type":"Point","coordinates":[-0.7476752,51.3310633]},"properties":{"@type":"node","@id":7885098012,"@timestamp":1599511165},"coords":"51.3310633,-0.7476752","bedrooms":"1","price":"199000","area":"618"} , +{"type":"Feature","id":"n7885193445","geometry":{"type":"Point","coordinates":[-0.1408257,51.5442224]},"properties":{"@type":"node","@id":7885193445,"@timestamp":1627244556},"coords":"51.5442224,-0.1408257","bedrooms":"3","price":"275000","area":"659"} , +{"type":"Feature","id":"n7885267958","geometry":{"type":"Point","coordinates":[-0.5650595,51.6666132]},"properties":{"@type":"node","@id":7885267958,"@timestamp":1599516609},"coords":"51.6666132,-0.5650595","bedrooms":"3","price":"152000","area":"364"} , +{"type":"Feature","id":"n7885645986","geometry":{"type":"Point","coordinates":[0.0479565,51.4726593]},"properties":{"@type":"node","@id":7885645986,"@timestamp":1599533706},"coords":"51.4726593,0.0479565","bedrooms":"4","price":"189000","area":"494"} , +{"type":"Feature","id":"n7885646010","geometry":{"type":"Point","coordinates":[0.0479674,51.4726955]},"properties":{"@type":"node","@id":7885646010,"@timestamp":1599533706},"coords":"51.4726955,0.0479674","bedrooms":"2","price":"282000","area":"657"} , +{"type":"Feature","id":"n7885750286","geometry":{"type":"Point","coordinates":[-0.1810433,51.4931556]},"properties":{"@type":"node","@id":7885750286,"@timestamp":1599537950},"coords":"51.4931556,-0.1810433","bedrooms":"4","price":"256000","area":"546"} , +{"type":"Feature","id":"n7885750324","geometry":{"type":"Point","coordinates":[-0.1804983,51.4931265]},"properties":{"@type":"node","@id":7885750324,"@timestamp":1599537950},"coords":"51.4931265,-0.1804983","bedrooms":"0","price":"232000","area":"497"} , +{"type":"Feature","id":"n7885750417","geometry":{"type":"Point","coordinates":[-0.1792388,51.4932348]},"properties":{"@type":"node","@id":7885750417,"@timestamp":1599537950},"coords":"51.4932348,-0.1792388","bedrooms":"0","price":"294000","area":"664"} , +{"type":"Feature","id":"n7885750430","geometry":{"type":"Point","coordinates":[-0.1793134,51.4929973]},"properties":{"@type":"node","@id":7885750430,"@timestamp":1599537950},"coords":"51.4929973,-0.1793134","bedrooms":"4","price":"162000","area":"555"} , +{"type":"Feature","id":"n7886158226","geometry":{"type":"Point","coordinates":[0.1281133,51.2822816]},"properties":{"@type":"node","@id":7886158226,"@timestamp":1599546280},"coords":"51.2822816,0.1281133","bedrooms":"2","price":"220000","area":"498"} , +{"type":"Feature","id":"n7886215230","geometry":{"type":"Point","coordinates":[0.7535006,51.0834002]},"properties":{"@type":"node","@id":7886215230,"@timestamp":1607644034},"coords":"51.0834002,0.7535006","bedrooms":"1","price":"222000","area":"480"} , +{"type":"Feature","id":"n7886632512","geometry":{"type":"Point","coordinates":[-0.0617304,51.6609536]},"properties":{"@type":"node","@id":7886632512,"@timestamp":1599668924},"coords":"51.6609536,-0.0617304","bedrooms":"2","price":"258000","area":"508"} , +{"type":"Feature","id":"n7886932297","geometry":{"type":"Point","coordinates":[-0.133803,51.5481425]},"properties":{"@type":"node","@id":7886932297,"@timestamp":1628959548},"coords":"51.5481425,-0.133803","bedrooms":"2","price":"251000","area":"634"} , +{"type":"Feature","id":"n7887007482","geometry":{"type":"Point","coordinates":[-0.0054826,51.5136289]},"properties":{"@type":"node","@id":7887007482,"@timestamp":1599564961},"coords":"51.5136289,-0.0054826","bedrooms":"4","price":"234000","area":"473"} , +{"type":"Feature","id":"n7887074219","geometry":{"type":"Point","coordinates":[-0.3077048,51.0797263]},"properties":{"@type":"node","@id":7887074219,"@timestamp":1599565148},"coords":"51.0797263,-0.3077048","bedrooms":"1","price":"205000","area":"429"} , +{"type":"Feature","id":"n7887152595","geometry":{"type":"Point","coordinates":[-0.5651128,51.6665811]},"properties":{"@type":"node","@id":7887152595,"@timestamp":1599661448},"coords":"51.6665811,-0.5651128","bedrooms":"3","price":"276000","area":"567"} , +{"type":"Feature","id":"n7887223878","geometry":{"type":"Point","coordinates":[-0.0957406,51.446695]},"properties":{"@type":"node","@id":7887223878,"@timestamp":1605632972},"coords":"51.446695,-0.0957406","bedrooms":"1","price":"156000","area":"654"} , +{"type":"Feature","id":"n7887231118","geometry":{"type":"Point","coordinates":[-0.5641303,51.6680134]},"properties":{"@type":"node","@id":7887231118,"@timestamp":1599569173},"coords":"51.6680134,-0.5641303","bedrooms":"4","price":"223000","area":"655"} , +{"type":"Feature","id":"n7887243483","geometry":{"type":"Point","coordinates":[-0.1021814,51.4393732]},"properties":{"@type":"node","@id":7887243483,"@timestamp":1599569336},"coords":"51.4393732,-0.1021814","bedrooms":"2","price":"267000","area":"455"} , +{"type":"Feature","id":"n7887305751","geometry":{"type":"Point","coordinates":[-0.0838844,51.4553942]},"properties":{"@type":"node","@id":7887305751,"@timestamp":1599571108},"coords":"51.4553942,-0.0838844","bedrooms":"0","price":"199000","area":"571"} , +{"type":"Feature","id":"n7887305765","geometry":{"type":"Point","coordinates":[-0.0841055,51.4554487]},"properties":{"@type":"node","@id":7887305765,"@timestamp":1599571108},"coords":"51.4554487,-0.0841055","bedrooms":"3","price":"190000","area":"480"} , +{"type":"Feature","id":"n7887321188","geometry":{"type":"Point","coordinates":[-0.0953147,51.6150419]},"properties":{"@type":"node","@id":7887321188,"@timestamp":1599571255},"coords":"51.6150419,-0.0953147","bedrooms":"1","price":"293000","area":"469"} , +{"type":"Feature","id":"n7887404126","geometry":{"type":"Point","coordinates":[-0.5936492,51.3775412]},"properties":{"@type":"node","@id":7887404126,"@timestamp":1599573242},"coords":"51.3775412,-0.5936492","bedrooms":"4","price":"270000","area":"599"} , +{"type":"Feature","id":"n7887492931","geometry":{"type":"Point","coordinates":[0.6132452,51.1683631]},"properties":{"@type":"node","@id":7887492931,"@timestamp":1599575419},"coords":"51.1683631,0.6132452","bedrooms":"1","price":"186000","area":"681"} , +{"type":"Feature","id":"n7887497417","geometry":{"type":"Point","coordinates":[0.5857767,51.1498655]},"properties":{"@type":"node","@id":7887497417,"@timestamp":1599575186},"coords":"51.1498655,0.5857767","bedrooms":"4","price":"173000","area":"591"} , +{"type":"Feature","id":"n7887497427","geometry":{"type":"Point","coordinates":[0.5948144,51.156489]},"properties":{"@type":"node","@id":7887497427,"@timestamp":1599575186},"coords":"51.156489,0.5948144","bedrooms":"2","price":"243000","area":"369"} , +{"type":"Feature","id":"n7887497437","geometry":{"type":"Point","coordinates":[0.6079572,51.1617593]},"properties":{"@type":"node","@id":7887497437,"@timestamp":1599575186},"coords":"51.1617593,0.6079572","bedrooms":"3","price":"212000","area":"527"} , +{"type":"Feature","id":"n7887501177","geometry":{"type":"Point","coordinates":[0.6084534,51.1674952]},"properties":{"@type":"node","@id":7887501177,"@timestamp":1599575964},"coords":"51.1674952,0.6084534","bedrooms":"4","price":"267000","area":"497"} , +{"type":"Feature","id":"n7887509848","geometry":{"type":"Point","coordinates":[-0.1213042,51.4714034]},"properties":{"@type":"node","@id":7887509848,"@timestamp":1599576375},"coords":"51.4714034,-0.1213042","bedrooms":"2","price":"265000","area":"416"} , +{"type":"Feature","id":"n7887511224","geometry":{"type":"Point","coordinates":[-0.1165085,51.6449104]},"properties":{"@type":"node","@id":7887511224,"@timestamp":1599575658},"coords":"51.6449104,-0.1165085","bedrooms":"3","price":"245000","area":"660"} , +{"type":"Feature","id":"n7887517465","geometry":{"type":"Point","coordinates":[0.5547717,51.1714769]},"properties":{"@type":"node","@id":7887517465,"@timestamp":1599576089},"coords":"51.1714769,0.5547717","bedrooms":"1","price":"151000","area":"449"} , +{"type":"Feature","id":"n7887526587","geometry":{"type":"Point","coordinates":[0.5921563,51.1684716]},"properties":{"@type":"node","@id":7887526587,"@timestamp":1599575964},"coords":"51.1684716,0.5921563","bedrooms":"3","price":"258000","area":"502"} , +{"type":"Feature","id":"n7887526597","geometry":{"type":"Point","coordinates":[0.5695695,51.1702929]},"properties":{"@type":"node","@id":7887526597,"@timestamp":1599575964},"coords":"51.1702929,0.5695695","bedrooms":"3","price":"184000","area":"491"} , +{"type":"Feature","id":"n7887611265","geometry":{"type":"Point","coordinates":[0.5236448,51.0923339]},"properties":{"@type":"node","@id":7887611265,"@timestamp":1599578279},"coords":"51.0923339,0.5236448","bedrooms":"0","price":"263000","area":"592"} , +{"type":"Feature","id":"n7887733057","geometry":{"type":"Point","coordinates":[-0.2406314,51.2913356]},"properties":{"@type":"node","@id":7887733057,"@timestamp":1599581271},"coords":"51.2913356,-0.2406314","bedrooms":"0","price":"241000","area":"499"} , +{"type":"Feature","id":"n7887806513","geometry":{"type":"Point","coordinates":[-0.0157191,51.6684547]},"properties":{"@type":"node","@id":7887806513,"@timestamp":1636061333},"coords":"51.6684547,-0.0157191","bedrooms":"1","price":"225000","area":"550"} , +{"type":"Feature","id":"n7887879848","geometry":{"type":"Point","coordinates":[-0.0955396,51.6292157]},"properties":{"@type":"node","@id":7887879848,"@timestamp":1599587471},"coords":"51.6292157,-0.0955396","bedrooms":"1","price":"158000","area":"548"} , +{"type":"Feature","id":"n7887985302","geometry":{"type":"Point","coordinates":[-0.0164766,51.6686511]},"properties":{"@type":"node","@id":7887985302,"@timestamp":1613389200},"coords":"51.6686511,-0.0164766","bedrooms":"0","price":"196000","area":"525"} , +{"type":"Feature","id":"n7888003142","geometry":{"type":"Point","coordinates":[-0.0085819,51.5471715]},"properties":{"@type":"node","@id":7888003142,"@timestamp":1618923724},"coords":"51.5471715,-0.0085819","bedrooms":"2","price":"198000","area":"621"} , +{"type":"Feature","id":"n7888028137","geometry":{"type":"Point","coordinates":[-0.0171282,51.6687713]},"properties":{"@type":"node","@id":7888028137,"@timestamp":1601421070},"coords":"51.6687713,-0.0171282","bedrooms":"2","price":"232000","area":"393"} , +{"type":"Feature","id":"n7888063151","geometry":{"type":"Point","coordinates":[-0.0146818,51.669635]},"properties":{"@type":"node","@id":7888063151,"@timestamp":1617659497},"coords":"51.669635,-0.0146818","bedrooms":"0","price":"214000","area":"608"} , +{"type":"Feature","id":"n7888075270","geometry":{"type":"Point","coordinates":[-0.1197692,51.4478799]},"properties":{"@type":"node","@id":7888075270,"@timestamp":1599593734},"coords":"51.4478799,-0.1197692","bedrooms":"0","price":"201000","area":"619"} , +{"type":"Feature","id":"n7888089045","geometry":{"type":"Point","coordinates":[-0.1141706,51.4508998]},"properties":{"@type":"node","@id":7888089045,"@timestamp":1599593382},"coords":"51.4508998,-0.1141706","bedrooms":"1","price":"231000","area":"683"} , +{"type":"Feature","id":"n7888089067","geometry":{"type":"Point","coordinates":[-0.1144246,51.4511074]},"properties":{"@type":"node","@id":7888089067,"@timestamp":1599593382},"coords":"51.4511074,-0.1144246","bedrooms":"2","price":"286000","area":"650"} , +{"type":"Feature","id":"n7888099518","geometry":{"type":"Point","coordinates":[-0.116132,51.4509953]},"properties":{"@type":"node","@id":7888099518,"@timestamp":1599593910},"coords":"51.4509953,-0.116132","bedrooms":"3","price":"252000","area":"587"} , +{"type":"Feature","id":"n7888100186","geometry":{"type":"Point","coordinates":[-0.114409,51.4507003]},"properties":{"@type":"node","@id":7888100186,"@timestamp":1599593382},"coords":"51.4507003,-0.114409","bedrooms":"3","price":"215000","area":"576"} , +{"type":"Feature","id":"n7888112388","geometry":{"type":"Point","coordinates":[-0.1193858,51.4475605]},"properties":{"@type":"node","@id":7888112388,"@timestamp":1599593734},"coords":"51.4475605,-0.1193858","bedrooms":"4","price":"239000","area":"689"} , +{"type":"Feature","id":"n7888137618","geometry":{"type":"Point","coordinates":[-0.3231275,51.4501255]},"properties":{"@type":"node","@id":7888137618,"@timestamp":1599594945},"coords":"51.4501255,-0.3231275","bedrooms":"1","price":"177000","area":"659"} , +{"type":"Feature","id":"n7888139241","geometry":{"type":"Point","coordinates":[-0.0212625,51.6692145]},"properties":{"@type":"node","@id":7888139241,"@timestamp":1601478987},"coords":"51.6692145,-0.0212625","bedrooms":"3","price":"231000","area":"441"} , +{"type":"Feature","id":"n7888156945","geometry":{"type":"Point","coordinates":[-0.0241791,51.6675468]},"properties":{"@type":"node","@id":7888156945,"@timestamp":1599598038},"coords":"51.6675468,-0.0241791","bedrooms":"0","price":"298000","area":"362"} , +{"type":"Feature","id":"n7888258075","geometry":{"type":"Point","coordinates":[-0.0296116,51.6685437]},"properties":{"@type":"node","@id":7888258075,"@timestamp":1605884823},"coords":"51.6685437,-0.0296116","bedrooms":"0","price":"212000","area":"487"} , +{"type":"Feature","id":"n7888268495","geometry":{"type":"Point","coordinates":[-0.0296228,51.6701998]},"properties":{"@type":"node","@id":7888268495,"@timestamp":1605884283},"coords":"51.6701998,-0.0296228","bedrooms":"1","price":"256000","area":"460"} , +{"type":"Feature","id":"n7888365073","geometry":{"type":"Point","coordinates":[-0.1245925,51.4558081]},"properties":{"@type":"node","@id":7888365073,"@timestamp":1599604474},"coords":"51.4558081,-0.1245925","bedrooms":"0","price":"169000","area":"476"} , +{"type":"Feature","id":"n7888375466","geometry":{"type":"Point","coordinates":[-0.0091507,51.3959941]},"properties":{"@type":"node","@id":7888375466,"@timestamp":1599604284},"coords":"51.3959941,-0.0091507","bedrooms":"0","price":"210000","area":"664"} , +{"type":"Feature","id":"n7888375476","geometry":{"type":"Point","coordinates":[-0.0077563,51.3955431]},"properties":{"@type":"node","@id":7888375476,"@timestamp":1599604284},"coords":"51.3955431,-0.0077563","bedrooms":"2","price":"159000","area":"446"} , +{"type":"Feature","id":"n7888397786","geometry":{"type":"Point","coordinates":[-0.0075696,51.3949286]},"properties":{"@type":"node","@id":7888397786,"@timestamp":1599604284},"coords":"51.3949286,-0.0075696","bedrooms":"1","price":"252000","area":"350"} , +{"type":"Feature","id":"n7888397796","geometry":{"type":"Point","coordinates":[-0.0076882,51.3946626]},"properties":{"@type":"node","@id":7888397796,"@timestamp":1599604284},"coords":"51.3946626,-0.0076882","bedrooms":"4","price":"254000","area":"670"} , +{"type":"Feature","id":"n7888397806","geometry":{"type":"Point","coordinates":[-0.007018,51.3948323]},"properties":{"@type":"node","@id":7888397806,"@timestamp":1599604284},"coords":"51.3948323,-0.007018","bedrooms":"3","price":"232000","area":"680"} , +{"type":"Feature","id":"n7888424657","geometry":{"type":"Point","coordinates":[-0.1294469,51.4555608]},"properties":{"@type":"node","@id":7888424657,"@timestamp":1599606013},"coords":"51.4555608,-0.1294469","bedrooms":"2","price":"221000","area":"481"} , +{"type":"Feature","id":"n7888424674","geometry":{"type":"Point","coordinates":[-0.1357523,51.4549724]},"properties":{"@type":"node","@id":7888424674,"@timestamp":1599606013},"coords":"51.4549724,-0.1357523","bedrooms":"4","price":"156000","area":"632"} , +{"type":"Feature","id":"n7888436764","geometry":{"type":"Point","coordinates":[-0.4003068,51.5488465]},"properties":{"@type":"node","@id":7888436764,"@timestamp":1599607459},"coords":"51.5488465,-0.4003068","bedrooms":"0","price":"210000","area":"577"} , +{"type":"Feature","id":"n7888478146","geometry":{"type":"Point","coordinates":[-0.1223269,51.5721989]},"properties":{"@type":"node","@id":7888478146,"@timestamp":1599608630},"coords":"51.5721989,-0.1223269","bedrooms":"3","price":"208000","area":"493"} , +{"type":"Feature","id":"n7888478156","geometry":{"type":"Point","coordinates":[-0.1216757,51.5724724]},"properties":{"@type":"node","@id":7888478156,"@timestamp":1599608630},"coords":"51.5724724,-0.1216757","bedrooms":"3","price":"194000","area":"519"} , +{"type":"Feature","id":"n7888478169","geometry":{"type":"Point","coordinates":[-0.120997,51.5727649]},"properties":{"@type":"node","@id":7888478169,"@timestamp":1599608630},"coords":"51.5727649,-0.120997","bedrooms":"4","price":"240000","area":"682"} , +{"type":"Feature","id":"n7888779294","geometry":{"type":"Point","coordinates":[-0.124076,51.4449944]},"properties":{"@type":"node","@id":7888779294,"@timestamp":1613344028},"coords":"51.4449944,-0.124076","bedrooms":"4","price":"247000","area":"580"} , +{"type":"Feature","id":"n7888817738","geometry":{"type":"Point","coordinates":[-0.1322617,51.4477623]},"properties":{"@type":"node","@id":7888817738,"@timestamp":1619529277},"coords":"51.4477623,-0.1322617","bedrooms":"2","price":"294000","area":"384"} , +{"type":"Feature","id":"n7888866554","geometry":{"type":"Point","coordinates":[-0.1809263,51.4928163]},"properties":{"@type":"node","@id":7888866554,"@timestamp":1599626071},"coords":"51.4928163,-0.1809263","bedrooms":"4","price":"164000","area":"652"} , +{"type":"Feature","id":"n7888866577","geometry":{"type":"Point","coordinates":[-0.1810989,51.4926344]},"properties":{"@type":"node","@id":7888866577,"@timestamp":1599626071},"coords":"51.4926344,-0.1810989","bedrooms":"4","price":"225000","area":"393"} , +{"type":"Feature","id":"n7888882462","geometry":{"type":"Point","coordinates":[-0.1799782,51.491527]},"properties":{"@type":"node","@id":7888882462,"@timestamp":1599626071},"coords":"51.491527,-0.1799782","bedrooms":"3","price":"171000","area":"662"} , +{"type":"Feature","id":"n7888882492","geometry":{"type":"Point","coordinates":[-0.1804235,51.4928436]},"properties":{"@type":"node","@id":7888882492,"@timestamp":1599626071},"coords":"51.4928436,-0.1804235","bedrooms":"1","price":"174000","area":"427"} , +{"type":"Feature","id":"n7888882550","geometry":{"type":"Point","coordinates":[-0.1798722,51.4923423]},"properties":{"@type":"node","@id":7888882550,"@timestamp":1599626071},"coords":"51.4923423,-0.1798722","bedrooms":"0","price":"173000","area":"583"} , +{"type":"Feature","id":"n7889126501","geometry":{"type":"Point","coordinates":[-0.1797126,51.4927956]},"properties":{"@type":"node","@id":7889126501,"@timestamp":1599633096},"coords":"51.4927956,-0.1797126","bedrooms":"4","price":"181000","area":"652"} , +{"type":"Feature","id":"n7889303113","geometry":{"type":"Point","coordinates":[0.1997527,51.0174562]},"properties":{"@type":"node","@id":7889303113,"@timestamp":1599637074},"coords":"51.0174562,0.1997527","bedrooms":"3","price":"150000","area":"587"} , +{"type":"Feature","id":"n7889545488","geometry":{"type":"Point","coordinates":[-0.3801677,51.4366392]},"properties":{"@type":"node","@id":7889545488,"@timestamp":1599641809},"coords":"51.4366392,-0.3801677","bedrooms":"2","price":"224000","area":"371"} , +{"type":"Feature","id":"n7889730936","geometry":{"type":"Point","coordinates":[0.4419439,51.0652147]},"properties":{"@type":"node","@id":7889730936,"@timestamp":1615053548},"coords":"51.0652147,0.4419439","bedrooms":"3","price":"187000","area":"697"} , +{"type":"Feature","id":"n7889946569","geometry":{"type":"Point","coordinates":[0.5481492,51.1891063]},"properties":{"@type":"node","@id":7889946569,"@timestamp":1599649187},"coords":"51.1891063,0.5481492","bedrooms":"2","price":"196000","area":"422"} , +{"type":"Feature","id":"n7890271816","geometry":{"type":"Point","coordinates":[-0.3031526,51.5210127]},"properties":{"@type":"node","@id":7890271816,"@timestamp":1612390843},"coords":"51.5210127,-0.3031526","bedrooms":"4","price":"224000","area":"597"} , +{"type":"Feature","id":"n7890396954","geometry":{"type":"Point","coordinates":[0.7113498,50.9788923]},"properties":{"@type":"node","@id":7890396954,"@timestamp":1599659041},"coords":"50.9788923,0.7113498","bedrooms":"0","price":"243000","area":"475"} , +{"type":"Feature","id":"n7890413248","geometry":{"type":"Point","coordinates":[0.7055819,50.9869998]},"properties":{"@type":"node","@id":7890413248,"@timestamp":1599659423},"coords":"50.9869998,0.7055819","bedrooms":"2","price":"299000","area":"628"} , +{"type":"Feature","id":"n7890477607","geometry":{"type":"Point","coordinates":[-0.2955349,51.4281989]},"properties":{"@type":"node","@id":7890477607,"@timestamp":1599659964},"coords":"51.4281989,-0.2955349","bedrooms":"1","price":"289000","area":"509"} , +{"type":"Feature","id":"n7890477716","geometry":{"type":"Point","coordinates":[-0.2921621,51.4267419]},"properties":{"@type":"node","@id":7890477716,"@timestamp":1632316436},"coords":"51.4267419,-0.2921621","bedrooms":"3","price":"279000","area":"402"} , +{"type":"Feature","id":"n7890692188","geometry":{"type":"Point","coordinates":[0.6936864,51.0604533]},"properties":{"@type":"node","@id":7890692188,"@timestamp":1599663969},"coords":"51.0604533,0.6936864","bedrooms":"1","price":"265000","area":"640"} , +{"type":"Feature","id":"n7890756641","geometry":{"type":"Point","coordinates":[0.7029575,51.0645904]},"properties":{"@type":"node","@id":7890756641,"@timestamp":1599667121},"coords":"51.0645904,0.7029575","bedrooms":"1","price":"277000","area":"490"} , +{"type":"Feature","id":"n7890756651","geometry":{"type":"Point","coordinates":[0.7181696,51.0649663]},"properties":{"@type":"node","@id":7890756651,"@timestamp":1599667121},"coords":"51.0649663,0.7181696","bedrooms":"4","price":"202000","area":"513"} , +{"type":"Feature","id":"n7890791550","geometry":{"type":"Point","coordinates":[-0.0203767,51.6682418]},"properties":{"@type":"node","@id":7890791550,"@timestamp":1599667225},"coords":"51.6682418,-0.0203767","bedrooms":"1","price":"170000","area":"442"} , +{"type":"Feature","id":"n7890812488","geometry":{"type":"Point","coordinates":[-0.0451892,51.643081]},"properties":{"@type":"node","@id":7890812488,"@timestamp":1599668123},"coords":"51.643081,-0.0451892","bedrooms":"0","price":"183000","area":"457"} , +{"type":"Feature","id":"n7890864497","geometry":{"type":"Point","coordinates":[-0.0192013,51.6681191]},"properties":{"@type":"node","@id":7890864497,"@timestamp":1601479138},"coords":"51.6681191,-0.0192013","bedrooms":"2","price":"291000","area":"555"} , +{"type":"Feature","id":"n7890914390","geometry":{"type":"Point","coordinates":[-0.0891513,51.6125513]},"properties":{"@type":"node","@id":7890914390,"@timestamp":1599670847},"coords":"51.6125513,-0.0891513","bedrooms":"2","price":"192000","area":"616"} , +{"type":"Feature","id":"n7890960360","geometry":{"type":"Point","coordinates":[-0.018743,51.6668525]},"properties":{"@type":"node","@id":7890960360,"@timestamp":1601478987},"coords":"51.6668525,-0.018743","bedrooms":"4","price":"263000","area":"412"} , +{"type":"Feature","id":"n7891050282","geometry":{"type":"Point","coordinates":[-0.1561904,51.5077893]},"properties":{"@type":"node","@id":7891050282,"@timestamp":1599676540},"coords":"51.5077893,-0.1561904","bedrooms":"3","price":"277000","area":"689"} , +{"type":"Feature","id":"n7891075564","geometry":{"type":"Point","coordinates":[-0.0152518,51.5679836]},"properties":{"@type":"node","@id":7891075564,"@timestamp":1599677600},"coords":"51.5679836,-0.0152518","bedrooms":"4","price":"264000","area":"637"} , +{"type":"Feature","id":"n7891211499","geometry":{"type":"Point","coordinates":[-0.0560405,51.0165768]},"properties":{"@type":"node","@id":7891211499,"@timestamp":1614094330},"coords":"51.0165768,-0.0560405","bedrooms":"2","price":"276000","area":"386"} , +{"type":"Feature","id":"n7891223266","geometry":{"type":"Point","coordinates":[-0.198679,50.9782584]},"properties":{"@type":"node","@id":7891223266,"@timestamp":1599683228},"coords":"50.9782584,-0.198679","bedrooms":"0","price":"156000","area":"570"} , +{"type":"Feature","id":"n7891236206","geometry":{"type":"Point","coordinates":[-0.0130015,51.6654165]},"properties":{"@type":"node","@id":7891236206,"@timestamp":1601472473},"coords":"51.6654165,-0.0130015","bedrooms":"0","price":"266000","area":"695"} , +{"type":"Feature","id":"n7891236224","geometry":{"type":"Point","coordinates":[-0.0139207,51.6656654]},"properties":{"@type":"node","@id":7891236224,"@timestamp":1601538318},"coords":"51.6656654,-0.0139207","bedrooms":"4","price":"255000","area":"448"} , +{"type":"Feature","id":"n7891266192","geometry":{"type":"Point","coordinates":[-0.8444326,51.8252414]},"properties":{"@type":"node","@id":7891266192,"@timestamp":1599682920},"coords":"51.8252414,-0.8444326","bedrooms":"0","price":"155000","area":"500"} , +{"type":"Feature","id":"n7891266202","geometry":{"type":"Point","coordinates":[-0.8183069,51.8277595]},"properties":{"@type":"node","@id":7891266202,"@timestamp":1635943627},"coords":"51.8277595,-0.8183069","bedrooms":"2","price":"203000","area":"481"} , +{"type":"Feature","id":"n7891266212","geometry":{"type":"Point","coordinates":[-0.7967966,51.8235812]},"properties":{"@type":"node","@id":7891266212,"@timestamp":1599682920},"coords":"51.8235812,-0.7967966","bedrooms":"2","price":"192000","area":"491"} , +{"type":"Feature","id":"n7891266224","geometry":{"type":"Point","coordinates":[-0.7850418,51.8186328]},"properties":{"@type":"node","@id":7891266224,"@timestamp":1599682920},"coords":"51.8186328,-0.7850418","bedrooms":"0","price":"154000","area":"618"} , +{"type":"Feature","id":"n7891266234","geometry":{"type":"Point","coordinates":[-0.8025441,51.8033259]},"properties":{"@type":"node","@id":7891266234,"@timestamp":1599682920},"coords":"51.8033259,-0.8025441","bedrooms":"2","price":"221000","area":"569"} , +{"type":"Feature","id":"n7891266244","geometry":{"type":"Point","coordinates":[-0.8136585,51.8016841]},"properties":{"@type":"node","@id":7891266244,"@timestamp":1599682920},"coords":"51.8016841,-0.8136585","bedrooms":"1","price":"203000","area":"445"} , +{"type":"Feature","id":"n7891266254","geometry":{"type":"Point","coordinates":[-0.8200831,51.8034643]},"properties":{"@type":"node","@id":7891266254,"@timestamp":1599682920},"coords":"51.8034643,-0.8200831","bedrooms":"0","price":"153000","area":"380"} , +{"type":"Feature","id":"n7891274587","geometry":{"type":"Point","coordinates":[-0.2174126,50.9810377]},"properties":{"@type":"node","@id":7891274587,"@timestamp":1599683228},"coords":"50.9810377,-0.2174126","bedrooms":"0","price":"208000","area":"442"} , +{"type":"Feature","id":"n7891274714","geometry":{"type":"Point","coordinates":[-0.244362,50.9727152]},"properties":{"@type":"node","@id":7891274714,"@timestamp":1599683228},"coords":"50.9727152,-0.244362","bedrooms":"1","price":"274000","area":"451"} , +{"type":"Feature","id":"n7891300295","geometry":{"type":"Point","coordinates":[-0.1392231,51.5460578]},"properties":{"@type":"node","@id":7891300295,"@timestamp":1627423273},"coords":"51.5460578,-0.1392231","bedrooms":"0","price":"277000","area":"604"} , +{"type":"Feature","id":"n7891333871","geometry":{"type":"Point","coordinates":[-0.0136042,51.66466]},"properties":{"@type":"node","@id":7891333871,"@timestamp":1601472473},"coords":"51.66466,-0.0136042","bedrooms":"0","price":"232000","area":"540"} , +{"type":"Feature","id":"n7891405030","geometry":{"type":"Point","coordinates":[-0.1419118,51.5432105]},"properties":{"@type":"node","@id":7891405030,"@timestamp":1626383270},"coords":"51.5432105,-0.1419118","bedrooms":"1","price":"249000","area":"591"} , +{"type":"Feature","id":"n7891485572","geometry":{"type":"Point","coordinates":[-0.1643711,51.4247372]},"properties":{"@type":"node","@id":7891485572,"@timestamp":1599692193},"coords":"51.4247372,-0.1643711","bedrooms":"0","price":"245000","area":"425"} , +{"type":"Feature","id":"n7891494321","geometry":{"type":"Point","coordinates":[-0.1537059,51.4202574]},"properties":{"@type":"node","@id":7891494321,"@timestamp":1599693260},"coords":"51.4202574,-0.1537059","bedrooms":"4","price":"153000","area":"689"} , +{"type":"Feature","id":"n7891495998","geometry":{"type":"Point","coordinates":[-0.1660524,51.4219009]},"properties":{"@type":"node","@id":7891495998,"@timestamp":1599692193},"coords":"51.4219009,-0.1660524","bedrooms":"3","price":"235000","area":"572"} , +{"type":"Feature","id":"n7891496009","geometry":{"type":"Point","coordinates":[-0.1695687,51.4232743]},"properties":{"@type":"node","@id":7891496009,"@timestamp":1599692193},"coords":"51.4232743,-0.1695687","bedrooms":"2","price":"212000","area":"686"} , +{"type":"Feature","id":"n7891496027","geometry":{"type":"Point","coordinates":[-0.1619191,51.4223905]},"properties":{"@type":"node","@id":7891496027,"@timestamp":1599692193},"coords":"51.4223905,-0.1619191","bedrooms":"4","price":"223000","area":"413"} , +{"type":"Feature","id":"n7891496045","geometry":{"type":"Point","coordinates":[-0.1611324,51.423157]},"properties":{"@type":"node","@id":7891496045,"@timestamp":1619897093},"coords":"51.423157,-0.1611324","bedrooms":"1","price":"232000","area":"360"} , +{"type":"Feature","id":"n7892138231","geometry":{"type":"Point","coordinates":[-0.6608733,51.5697746]},"properties":{"@type":"node","@id":7892138231,"@timestamp":1599717077},"coords":"51.5697746,-0.6608733","bedrooms":"3","price":"232000","area":"672"} , +{"type":"Feature","id":"n7892543350","geometry":{"type":"Point","coordinates":[0.7244169,51.0663741]},"properties":{"@type":"node","@id":7892543350,"@timestamp":1599725826},"coords":"51.0663741,0.7244169","bedrooms":"4","price":"164000","area":"687"} , +{"type":"Feature","id":"n7892543360","geometry":{"type":"Point","coordinates":[0.7405477,51.0699912]},"properties":{"@type":"node","@id":7892543360,"@timestamp":1599725826},"coords":"51.0699912,0.7405477","bedrooms":"1","price":"273000","area":"359"} , +{"type":"Feature","id":"n7892543370","geometry":{"type":"Point","coordinates":[0.7578546,51.0673707]},"properties":{"@type":"node","@id":7892543370,"@timestamp":1599725826},"coords":"51.0673707,0.7578546","bedrooms":"3","price":"243000","area":"492"} , +{"type":"Feature","id":"n7892543380","geometry":{"type":"Point","coordinates":[0.7734248,51.0655216]},"properties":{"@type":"node","@id":7892543380,"@timestamp":1599725826},"coords":"51.0655216,0.7734248","bedrooms":"1","price":"272000","area":"567"} , +{"type":"Feature","id":"n7892556490","geometry":{"type":"Point","coordinates":[0.790886,51.0622776]},"properties":{"@type":"node","@id":7892556490,"@timestamp":1599725826},"coords":"51.0622776,0.790886","bedrooms":"0","price":"177000","area":"630"} , +{"type":"Feature","id":"n7892561169","geometry":{"type":"Point","coordinates":[0.8112587,51.059961]},"properties":{"@type":"node","@id":7892561169,"@timestamp":1599726258},"coords":"51.059961,0.8112587","bedrooms":"2","price":"210000","area":"490"} , +{"type":"Feature","id":"n7892858039","geometry":{"type":"Point","coordinates":[0.8146828,51.0603358]},"properties":{"@type":"node","@id":7892858039,"@timestamp":1599730824},"coords":"51.0603358,0.8146828","bedrooms":"4","price":"274000","area":"502"} , +{"type":"Feature","id":"n7893027287","geometry":{"type":"Point","coordinates":[-0.2679014,51.4760474]},"properties":{"@type":"node","@id":7893027287,"@timestamp":1599733188},"coords":"51.4760474,-0.2679014","bedrooms":"4","price":"166000","area":"564"} , +{"type":"Feature","id":"n7893036939","geometry":{"type":"Point","coordinates":[0.8747066,51.0614282]},"properties":{"@type":"node","@id":7893036939,"@timestamp":1599733547},"coords":"51.0614282,0.8747066","bedrooms":"2","price":"239000","area":"571"} , +{"type":"Feature","id":"n7893077743","geometry":{"type":"Point","coordinates":[0.8745953,51.0528504]},"properties":{"@type":"node","@id":7893077743,"@timestamp":1599734713},"coords":"51.0528504,0.8745953","bedrooms":"2","price":"247000","area":"691"} , +{"type":"Feature","id":"n7893095708","geometry":{"type":"Point","coordinates":[0.8740522,51.0439236]},"properties":{"@type":"node","@id":7893095708,"@timestamp":1599734972},"coords":"51.0439236,0.8740522","bedrooms":"4","price":"225000","area":"664"} , +{"type":"Feature","id":"n7893105264","geometry":{"type":"Point","coordinates":[0.8734004,51.0332763]},"properties":{"@type":"node","@id":7893105264,"@timestamp":1599735124},"coords":"51.0332763,0.8734004","bedrooms":"1","price":"276000","area":"553"} , +{"type":"Feature","id":"n7893110641","geometry":{"type":"Point","coordinates":[0.872923,51.0231429]},"properties":{"@type":"node","@id":7893110641,"@timestamp":1599735368},"coords":"51.0231429,0.872923","bedrooms":"1","price":"241000","area":"612"} , +{"type":"Feature","id":"n7893110651","geometry":{"type":"Point","coordinates":[0.8727298,51.0127473]},"properties":{"@type":"node","@id":7893110651,"@timestamp":1599735368},"coords":"51.0127473,0.8727298","bedrooms":"0","price":"209000","area":"365"} , +{"type":"Feature","id":"n7893145450","geometry":{"type":"Point","coordinates":[0.8814993,51.0076508]},"properties":{"@type":"node","@id":7893145450,"@timestamp":1599735892},"coords":"51.0076508,0.8814993","bedrooms":"2","price":"187000","area":"619"} , +{"type":"Feature","id":"n7893145460","geometry":{"type":"Point","coordinates":[0.8960771,51.0057099]},"properties":{"@type":"node","@id":7893145460,"@timestamp":1599735892},"coords":"51.0057099,0.8960771","bedrooms":"4","price":"243000","area":"685"} , +{"type":"Feature","id":"n7893145470","geometry":{"type":"Point","coordinates":[0.9116648,51.0047209]},"properties":{"@type":"node","@id":7893145470,"@timestamp":1599735892},"coords":"51.0047209,0.9116648","bedrooms":"4","price":"294000","area":"691"} , +{"type":"Feature","id":"n7893191235","geometry":{"type":"Point","coordinates":[0.9246131,51.0008286]},"properties":{"@type":"node","@id":7893191235,"@timestamp":1599736023},"coords":"51.0008286,0.9246131","bedrooms":"4","price":"199000","area":"565"} , +{"type":"Feature","id":"n7893191941","geometry":{"type":"Point","coordinates":[0.9424592,51.000167]},"properties":{"@type":"node","@id":7893191941,"@timestamp":1599736207},"coords":"51.000167,0.9424592","bedrooms":"2","price":"180000","area":"382"} , +{"type":"Feature","id":"n7893204426","geometry":{"type":"Point","coordinates":[0.9574729,50.9980764]},"properties":{"@type":"node","@id":7893204426,"@timestamp":1599736456},"coords":"50.9980764,0.9574729","bedrooms":"2","price":"252000","area":"679"} , +{"type":"Feature","id":"n7893362427","geometry":{"type":"Point","coordinates":[0.8798238,51.0625933]},"properties":{"@type":"node","@id":7893362427,"@timestamp":1599738942},"coords":"51.0625933,0.8798238","bedrooms":"2","price":"168000","area":"654"} , +{"type":"Feature","id":"n7893369266","geometry":{"type":"Point","coordinates":[0.9002917,51.0666986]},"properties":{"@type":"node","@id":7893369266,"@timestamp":1599739223},"coords":"51.0666986,0.9002917","bedrooms":"1","price":"209000","area":"406"} , +{"type":"Feature","id":"n7893396187","geometry":{"type":"Point","coordinates":[0.9166143,51.0700409]},"properties":{"@type":"node","@id":7893396187,"@timestamp":1599739454},"coords":"51.0700409,0.9166143","bedrooms":"4","price":"175000","area":"574"} , +{"type":"Feature","id":"n7893396197","geometry":{"type":"Point","coordinates":[0.9310915,51.0766456]},"properties":{"@type":"node","@id":7893396197,"@timestamp":1599739454},"coords":"51.0766456,0.9310915","bedrooms":"2","price":"184000","area":"593"} , +{"type":"Feature","id":"n7893399865","geometry":{"type":"Point","coordinates":[0.9431373,51.0834549]},"properties":{"@type":"node","@id":7893399865,"@timestamp":1599740052},"coords":"51.0834549,0.9431373","bedrooms":"3","price":"154000","area":"382"} , +{"type":"Feature","id":"n7893429336","geometry":{"type":"Point","coordinates":[-0.8451676,51.7196098]},"properties":{"@type":"node","@id":7893429336,"@timestamp":1599740174},"coords":"51.7196098,-0.8451676","bedrooms":"1","price":"174000","area":"622"} , +{"type":"Feature","id":"n7893886389","geometry":{"type":"Point","coordinates":[-0.3059075,51.4560285]},"properties":{"@type":"node","@id":7893886389,"@timestamp":1599746104},"coords":"51.4560285,-0.3059075","bedrooms":"4","price":"203000","area":"512"} , +{"type":"Feature","id":"n7894337515","geometry":{"type":"Point","coordinates":[-0.2454026,51.2757388]},"properties":{"@type":"node","@id":7894337515,"@timestamp":1616340830},"coords":"51.2757388,-0.2454026","bedrooms":"4","price":"235000","area":"398"} , +{"type":"Feature","id":"n7894619553","geometry":{"type":"Point","coordinates":[-0.1439913,51.0037622]},"properties":{"@type":"node","@id":7894619553,"@timestamp":1599761380},"coords":"51.0037622,-0.1439913","bedrooms":"3","price":"267000","area":"679"} , +{"type":"Feature","id":"n7894715947","geometry":{"type":"Point","coordinates":[-0.1215156,51.2997304]},"properties":{"@type":"node","@id":7894715947,"@timestamp":1599764139},"coords":"51.2997304,-0.1215156","bedrooms":"0","price":"176000","area":"363"} , +{"type":"Feature","id":"n7894715961","geometry":{"type":"Point","coordinates":[-0.1241168,51.2990481]},"properties":{"@type":"node","@id":7894715961,"@timestamp":1599764139},"coords":"51.2990481,-0.1241168","bedrooms":"4","price":"289000","area":"491"} , +{"type":"Feature","id":"n7894715977","geometry":{"type":"Point","coordinates":[-0.1240551,51.2984209]},"properties":{"@type":"node","@id":7894715977,"@timestamp":1599764139},"coords":"51.2984209,-0.1240551","bedrooms":"2","price":"279000","area":"548"} , +{"type":"Feature","id":"n7894719181","geometry":{"type":"Point","coordinates":[-0.3193922,51.4857857]},"properties":{"@type":"node","@id":7894719181,"@timestamp":1599764701},"coords":"51.4857857,-0.3193922","bedrooms":"3","price":"272000","area":"439"} , +{"type":"Feature","id":"n7894757498","geometry":{"type":"Point","coordinates":[-0.1167542,51.3001281]},"properties":{"@type":"node","@id":7894757498,"@timestamp":1599764139},"coords":"51.3001281,-0.1167542","bedrooms":"0","price":"202000","area":"385"} , +{"type":"Feature","id":"n7894757508","geometry":{"type":"Point","coordinates":[-0.1144489,51.2986056]},"properties":{"@type":"node","@id":7894757508,"@timestamp":1599764139},"coords":"51.2986056,-0.1144489","bedrooms":"1","price":"297000","area":"609"} , +{"type":"Feature","id":"n7894793283","geometry":{"type":"Point","coordinates":[0.1368134,51.583552]},"properties":{"@type":"node","@id":7894793283,"@timestamp":1599766580},"coords":"51.583552,0.1368134","bedrooms":"2","price":"158000","area":"699"} , +{"type":"Feature","id":"n7894833170","geometry":{"type":"Point","coordinates":[0.1529472,51.5612638]},"properties":{"@type":"node","@id":7894833170,"@timestamp":1599768317},"coords":"51.5612638,0.1529472","bedrooms":"3","price":"285000","area":"599"} , +{"type":"Feature","id":"n7894892515","geometry":{"type":"Point","coordinates":[0.1358616,51.5802607]},"properties":{"@type":"node","@id":7894892515,"@timestamp":1599767646},"coords":"51.5802607,0.1358616","bedrooms":"3","price":"174000","area":"612"} , +{"type":"Feature","id":"n7894892525","geometry":{"type":"Point","coordinates":[0.1374252,51.5802629]},"properties":{"@type":"node","@id":7894892525,"@timestamp":1599767646},"coords":"51.5802629,0.1374252","bedrooms":"3","price":"150000","area":"612"} , +{"type":"Feature","id":"n7894892535","geometry":{"type":"Point","coordinates":[0.1371656,51.5747545]},"properties":{"@type":"node","@id":7894892535,"@timestamp":1599767646},"coords":"51.5747545,0.1371656","bedrooms":"1","price":"272000","area":"401"} , +{"type":"Feature","id":"n7894892545","geometry":{"type":"Point","coordinates":[0.1395154,51.5785737]},"properties":{"@type":"node","@id":7894892545,"@timestamp":1599767646},"coords":"51.5785737,0.1395154","bedrooms":"3","price":"284000","area":"456"} , +{"type":"Feature","id":"n7894892555","geometry":{"type":"Point","coordinates":[0.1389989,51.5791863]},"properties":{"@type":"node","@id":7894892555,"@timestamp":1599767646},"coords":"51.5791863,0.1389989","bedrooms":"2","price":"172000","area":"640"} , +{"type":"Feature","id":"n7894892565","geometry":{"type":"Point","coordinates":[0.1358134,51.5809713]},"properties":{"@type":"node","@id":7894892565,"@timestamp":1599767646},"coords":"51.5809713,0.1358134","bedrooms":"1","price":"273000","area":"603"} , +{"type":"Feature","id":"n7894892575","geometry":{"type":"Point","coordinates":[0.13536,51.5803981]},"properties":{"@type":"node","@id":7894892575,"@timestamp":1599767646},"coords":"51.5803981,0.13536","bedrooms":"1","price":"283000","area":"402"} , +{"type":"Feature","id":"n7894921953","geometry":{"type":"Point","coordinates":[-0.1258084,51.6423983]},"properties":{"@type":"node","@id":7894921953,"@timestamp":1599768698},"coords":"51.6423983,-0.1258084","bedrooms":"0","price":"169000","area":"495"} , +{"type":"Feature","id":"n7894971599","geometry":{"type":"Point","coordinates":[0.0130453,51.3713949]},"properties":{"@type":"node","@id":7894971599,"@timestamp":1599769140},"coords":"51.3713949,0.0130453","bedrooms":"3","price":"186000","area":"515"} , +{"type":"Feature","id":"n7894988522","geometry":{"type":"Point","coordinates":[-0.2413578,50.9799844]},"properties":{"@type":"node","@id":7894988522,"@timestamp":1599769507},"coords":"50.9799844,-0.2413578","bedrooms":"3","price":"188000","area":"597"} , +{"type":"Feature","id":"n7894990225","geometry":{"type":"Point","coordinates":[-0.2281072,50.9830239]},"properties":{"@type":"node","@id":7894990225,"@timestamp":1599769507},"coords":"50.9830239,-0.2281072","bedrooms":"1","price":"225000","area":"584"} , +{"type":"Feature","id":"n7895120276","geometry":{"type":"Point","coordinates":[-0.1423519,51.5446708]},"properties":{"@type":"node","@id":7895120276,"@timestamp":1626383270},"coords":"51.5446708,-0.1423519","bedrooms":"0","price":"285000","area":"391"} , +{"type":"Feature","id":"n7895123695","geometry":{"type":"Point","coordinates":[-0.1419266,51.543083]},"properties":{"@type":"node","@id":7895123695,"@timestamp":1626383270},"coords":"51.543083,-0.1419266","bedrooms":"4","price":"186000","area":"543"} , +{"type":"Feature","id":"n7895243353","geometry":{"type":"Point","coordinates":[-0.1416182,51.5446228]},"properties":{"@type":"node","@id":7895243353,"@timestamp":1626383270},"coords":"51.5446228,-0.1416182","bedrooms":"3","price":"156000","area":"392"} , +{"type":"Feature","id":"n7895262436","geometry":{"type":"Point","coordinates":[-0.0538466,51.6595449]},"properties":{"@type":"node","@id":7895262436,"@timestamp":1599778461},"coords":"51.6595449,-0.0538466","bedrooms":"4","price":"224000","area":"410"} , +{"type":"Feature","id":"n7895463832","geometry":{"type":"Point","coordinates":[-0.1415465,51.5456358]},"properties":{"@type":"node","@id":7895463832,"@timestamp":1599789546},"coords":"51.5456358,-0.1415465","bedrooms":"4","price":"152000","area":"589"} , +{"type":"Feature","id":"n7895463848","geometry":{"type":"Point","coordinates":[-0.1380324,51.5465721]},"properties":{"@type":"node","@id":7895463848,"@timestamp":1627467640},"coords":"51.5465721,-0.1380324","bedrooms":"0","price":"187000","area":"451"} , +{"type":"Feature","id":"n7895463866","geometry":{"type":"Point","coordinates":[-0.1386461,51.5464388]},"properties":{"@type":"node","@id":7895463866,"@timestamp":1627423273},"coords":"51.5464388,-0.1386461","bedrooms":"1","price":"291000","area":"566"} , +{"type":"Feature","id":"n7895463876","geometry":{"type":"Point","coordinates":[-0.1376985,51.5463606]},"properties":{"@type":"node","@id":7895463876,"@timestamp":1627423273},"coords":"51.5463606,-0.1376985","bedrooms":"2","price":"167000","area":"637"} , +{"type":"Feature","id":"n7895470886","geometry":{"type":"Point","coordinates":[-0.1361015,51.5462097]},"properties":{"@type":"node","@id":7895470886,"@timestamp":1627423273},"coords":"51.5462097,-0.1361015","bedrooms":"2","price":"180000","area":"356"} , +{"type":"Feature","id":"n7895470899","geometry":{"type":"Point","coordinates":[-0.1412495,51.5472641]},"properties":{"@type":"node","@id":7895470899,"@timestamp":1628959548},"coords":"51.5472641,-0.1412495","bedrooms":"4","price":"167000","area":"394"} , +{"type":"Feature","id":"n7895470927","geometry":{"type":"Point","coordinates":[-0.141626,51.5467735]},"properties":{"@type":"node","@id":7895470927,"@timestamp":1628959548},"coords":"51.5467735,-0.141626","bedrooms":"0","price":"267000","area":"611"} , +{"type":"Feature","id":"n7895470937","geometry":{"type":"Point","coordinates":[-0.1416332,51.5459264]},"properties":{"@type":"node","@id":7895470937,"@timestamp":1628959548},"coords":"51.5459264,-0.1416332","bedrooms":"1","price":"243000","area":"455"} , +{"type":"Feature","id":"n7895470969","geometry":{"type":"Point","coordinates":[-0.1397017,51.545845]},"properties":{"@type":"node","@id":7895470969,"@timestamp":1627423273},"coords":"51.545845,-0.1397017","bedrooms":"2","price":"224000","area":"510"} , +{"type":"Feature","id":"n7895470979","geometry":{"type":"Point","coordinates":[-0.1387517,51.5457539]},"properties":{"@type":"node","@id":7895470979,"@timestamp":1627423273},"coords":"51.5457539,-0.1387517","bedrooms":"2","price":"295000","area":"554"} , +{"type":"Feature","id":"n7895470990","geometry":{"type":"Point","coordinates":[-0.1371897,51.5456495]},"properties":{"@type":"node","@id":7895470990,"@timestamp":1627423273},"coords":"51.5456495,-0.1371897","bedrooms":"3","price":"278000","area":"443"} , +{"type":"Feature","id":"n7895471000","geometry":{"type":"Point","coordinates":[-0.1362645,51.5455772]},"properties":{"@type":"node","@id":7895471000,"@timestamp":1627423273},"coords":"51.5455772,-0.1362645","bedrooms":"3","price":"236000","area":"487"} , +{"type":"Feature","id":"n7895471015","geometry":{"type":"Point","coordinates":[-0.1352638,51.5464479]},"properties":{"@type":"node","@id":7895471015,"@timestamp":1627423273},"coords":"51.5464479,-0.1352638","bedrooms":"3","price":"175000","area":"639"} , +{"type":"Feature","id":"n7895471061","geometry":{"type":"Point","coordinates":[-0.1355959,51.5460463]},"properties":{"@type":"node","@id":7895471061,"@timestamp":1627423273},"coords":"51.5460463,-0.1355959","bedrooms":"3","price":"235000","area":"419"} , +{"type":"Feature","id":"n7895471071","geometry":{"type":"Point","coordinates":[-0.1374906,51.5458888]},"properties":{"@type":"node","@id":7895471071,"@timestamp":1627423273},"coords":"51.5458888,-0.1374906","bedrooms":"1","price":"189000","area":"460"} , +{"type":"Feature","id":"n7895471081","geometry":{"type":"Point","coordinates":[-0.1386667,51.5459861]},"properties":{"@type":"node","@id":7895471081,"@timestamp":1627423273},"coords":"51.5459861,-0.1386667","bedrooms":"3","price":"287000","area":"549"} , +{"type":"Feature","id":"n7895473124","geometry":{"type":"Point","coordinates":[0.204823,51.5241729]},"properties":{"@type":"node","@id":7895473124,"@timestamp":1610934577},"coords":"51.5241729,0.204823","bedrooms":"3","price":"253000","area":"548"} , +{"type":"Feature","id":"n7895534668","geometry":{"type":"Point","coordinates":[-0.1418486,51.5178164]},"properties":{"@type":"node","@id":7895534668,"@timestamp":1599796159},"coords":"51.5178164,-0.1418486","bedrooms":"0","price":"207000","area":"620"} , +{"type":"Feature","id":"n7895571059","geometry":{"type":"Point","coordinates":[0.1972547,51.5282529]},"properties":{"@type":"node","@id":7895571059,"@timestamp":1599795443},"coords":"51.5282529,0.1972547","bedrooms":"3","price":"248000","area":"517"} , +{"type":"Feature","id":"n7895895334","geometry":{"type":"Point","coordinates":[-0.0488617,51.7098115]},"properties":{"@type":"node","@id":7895895334,"@timestamp":1599805146},"coords":"51.7098115,-0.0488617","bedrooms":"4","price":"270000","area":"439"} , +{"type":"Feature","id":"n7896306834","geometry":{"type":"Point","coordinates":[-0.1396212,51.3114777]},"properties":{"@type":"node","@id":7896306834,"@timestamp":1599816116},"coords":"51.3114777,-0.1396212","bedrooms":"1","price":"158000","area":"609"} , +{"type":"Feature","id":"n7896306844","geometry":{"type":"Point","coordinates":[-0.1391951,51.3109021]},"properties":{"@type":"node","@id":7896306844,"@timestamp":1599816116},"coords":"51.3109021,-0.1391951","bedrooms":"2","price":"192000","area":"360"} , +{"type":"Feature","id":"n7896460730","geometry":{"type":"Point","coordinates":[-0.0611526,51.6089781]},"properties":{"@type":"node","@id":7896460730,"@timestamp":1599819295},"coords":"51.6089781,-0.0611526","bedrooms":"2","price":"168000","area":"680"} , +{"type":"Feature","id":"n7896515987","geometry":{"type":"Point","coordinates":[0.6802876,51.7453134]},"properties":{"@type":"node","@id":7896515987,"@timestamp":1629642556},"coords":"51.7453134,0.6802876","bedrooms":"2","price":"275000","area":"478"} , +{"type":"Feature","id":"n7896662332","geometry":{"type":"Point","coordinates":[-0.1206371,51.4738509]},"properties":{"@type":"node","@id":7896662332,"@timestamp":1599824599},"coords":"51.4738509,-0.1206371","bedrooms":"3","price":"285000","area":"452"} , +{"type":"Feature","id":"n7896678072","geometry":{"type":"Point","coordinates":[-0.3424912,51.4267806]},"properties":{"@type":"node","@id":7896678072,"@timestamp":1626965807},"coords":"51.4267806,-0.3424912","bedrooms":"3","price":"155000","area":"464"} , +{"type":"Feature","id":"n7896678346","geometry":{"type":"Point","coordinates":[-0.3407141,51.430057]},"properties":{"@type":"node","@id":7896678346,"@timestamp":1632474714},"coords":"51.430057,-0.3407141","bedrooms":"0","price":"178000","area":"579"} , +{"type":"Feature","id":"n7896818949","geometry":{"type":"Point","coordinates":[-0.7683376,51.8929617]},"properties":{"@type":"node","@id":7896818949,"@timestamp":1599826657},"coords":"51.8929617,-0.7683376","bedrooms":"3","price":"197000","area":"650"} , +{"type":"Feature","id":"n7896902658","geometry":{"type":"Point","coordinates":[-0.3091799,51.4233751]},"properties":{"@type":"node","@id":7896902658,"@timestamp":1599829035},"coords":"51.4233751,-0.3091799","bedrooms":"1","price":"252000","area":"355"} , +{"type":"Feature","id":"n7896903706","geometry":{"type":"Point","coordinates":[-0.31427,51.4181551]},"properties":{"@type":"node","@id":7896903706,"@timestamp":1599829035},"coords":"51.4181551,-0.31427","bedrooms":"4","price":"171000","area":"554"} , +{"type":"Feature","id":"n7897010500","geometry":{"type":"Point","coordinates":[-0.063301,51.5350025]},"properties":{"@type":"node","@id":7897010500,"@timestamp":1599832838},"coords":"51.5350025,-0.063301","bedrooms":"2","price":"256000","area":"488"} , +{"type":"Feature","id":"n7897069544","geometry":{"type":"Point","coordinates":[-0.4054213,51.465169]},"properties":{"@type":"node","@id":7897069544,"@timestamp":1599833232},"coords":"51.465169,-0.4054213","bedrooms":"0","price":"186000","area":"432"} , +{"type":"Feature","id":"n7897145506","geometry":{"type":"Point","coordinates":[-0.1741934,51.5191194]},"properties":{"@type":"node","@id":7897145506,"@timestamp":1629274896},"coords":"51.5191194,-0.1741934","bedrooms":"1","price":"207000","area":"471"} , +{"type":"Feature","id":"n7897169524","geometry":{"type":"Point","coordinates":[-0.3057924,51.5115496]},"properties":{"@type":"node","@id":7897169524,"@timestamp":1599836572},"coords":"51.5115496,-0.3057924","bedrooms":"4","price":"238000","area":"656"} , +{"type":"Feature","id":"n7897241008","geometry":{"type":"Point","coordinates":[-0.3047087,51.5125413]},"properties":{"@type":"node","@id":7897241008,"@timestamp":1599838159},"coords":"51.5125413,-0.3047087","bedrooms":"4","price":"161000","area":"514"} , +{"type":"Feature","id":"n7897289024","geometry":{"type":"Point","coordinates":[-0.8667536,51.9590046]},"properties":{"@type":"node","@id":7897289024,"@timestamp":1599839941},"coords":"51.9590046,-0.8667536","bedrooms":"2","price":"256000","area":"496"} , +{"type":"Feature","id":"n7897290404","geometry":{"type":"Point","coordinates":[0.0771519,51.6204563]},"properties":{"@type":"node","@id":7897290404,"@timestamp":1599839668},"coords":"51.6204563,0.0771519","bedrooms":"0","price":"197000","area":"562"} , +{"type":"Feature","id":"n7897292906","geometry":{"type":"Point","coordinates":[-0.1193415,51.4557289]},"properties":{"@type":"node","@id":7897292906,"@timestamp":1599839998},"coords":"51.4557289,-0.1193415","bedrooms":"1","price":"250000","area":"588"} , +{"type":"Feature","id":"n7897314626","geometry":{"type":"Point","coordinates":[-0.1116048,51.4619235]},"properties":{"@type":"node","@id":7897314626,"@timestamp":1599840755},"coords":"51.4619235,-0.1116048","bedrooms":"3","price":"244000","area":"478"} , +{"type":"Feature","id":"n7897396388","geometry":{"type":"Point","coordinates":[-0.1641521,51.491515]},"properties":{"@type":"node","@id":7897396388,"@timestamp":1599842440},"coords":"51.491515,-0.1641521","bedrooms":"0","price":"290000","area":"378"} , +{"type":"Feature","id":"n7897396398","geometry":{"type":"Point","coordinates":[-0.1635918,51.4912297]},"properties":{"@type":"node","@id":7897396398,"@timestamp":1599842440},"coords":"51.4912297,-0.1635918","bedrooms":"1","price":"207000","area":"506"} , +{"type":"Feature","id":"n7897396410","geometry":{"type":"Point","coordinates":[-0.1676306,51.4929559]},"properties":{"@type":"node","@id":7897396410,"@timestamp":1599842440},"coords":"51.4929559,-0.1676306","bedrooms":"1","price":"275000","area":"487"} , +{"type":"Feature","id":"n7897552569","geometry":{"type":"Point","coordinates":[-0.0133346,51.6666158]},"properties":{"@type":"node","@id":7897552569,"@timestamp":1601472473},"coords":"51.6666158,-0.0133346","bedrooms":"0","price":"245000","area":"585"} , +{"type":"Feature","id":"n7897752785","geometry":{"type":"Point","coordinates":[-0.1726186,51.4866177]},"properties":{"@type":"node","@id":7897752785,"@timestamp":1609092204},"coords":"51.4866177,-0.1726186","bedrooms":"4","price":"295000","area":"465"} , +{"type":"Feature","id":"n7898017471","geometry":{"type":"Point","coordinates":[-0.5620445,51.6628848]},"properties":{"@type":"node","@id":7898017471,"@timestamp":1600460577},"coords":"51.6628848,-0.5620445","bedrooms":"3","price":"188000","area":"370"} , +{"type":"Feature","id":"n7898154322","geometry":{"type":"Point","coordinates":[-0.0147009,51.6691833]},"properties":{"@type":"node","@id":7898154322,"@timestamp":1617659497},"coords":"51.6691833,-0.0147009","bedrooms":"2","price":"298000","area":"475"} , +{"type":"Feature","id":"n7898154345","geometry":{"type":"Point","coordinates":[-0.0120245,51.6687757]},"properties":{"@type":"node","@id":7898154345,"@timestamp":1617562856},"coords":"51.6687757,-0.0120245","bedrooms":"1","price":"229000","area":"361"} , +{"type":"Feature","id":"n7898154372","geometry":{"type":"Point","coordinates":[-0.0129242,51.6673967]},"properties":{"@type":"node","@id":7898154372,"@timestamp":1601474915},"coords":"51.6673967,-0.0129242","bedrooms":"4","price":"169000","area":"559"} , +{"type":"Feature","id":"n7898237738","geometry":{"type":"Point","coordinates":[-0.2116175,50.9837807]},"properties":{"@type":"node","@id":7898237738,"@timestamp":1599856422},"coords":"50.9837807,-0.2116175","bedrooms":"2","price":"174000","area":"404"} , +{"type":"Feature","id":"n7898237750","geometry":{"type":"Point","coordinates":[-0.2044856,50.9862989]},"properties":{"@type":"node","@id":7898237750,"@timestamp":1599856422},"coords":"50.9862989,-0.2044856","bedrooms":"1","price":"252000","area":"424"} , +{"type":"Feature","id":"n7898457302","geometry":{"type":"Point","coordinates":[-0.0156413,51.6672005]},"properties":{"@type":"node","@id":7898457302,"@timestamp":1617657620},"coords":"51.6672005,-0.0156413","bedrooms":"0","price":"243000","area":"542"} , +{"type":"Feature","id":"n7898457316","geometry":{"type":"Point","coordinates":[-0.0162974,51.6668861]},"properties":{"@type":"node","@id":7898457316,"@timestamp":1602188703},"coords":"51.6668861,-0.0162974","bedrooms":"2","price":"219000","area":"608"} , +{"type":"Feature","id":"n7898767493","geometry":{"type":"Point","coordinates":[-0.0172707,51.6673543]},"properties":{"@type":"node","@id":7898767493,"@timestamp":1599861737},"coords":"51.6673543,-0.0172707","bedrooms":"4","price":"191000","area":"465"} , +{"type":"Feature","id":"n7898767503","geometry":{"type":"Point","coordinates":[-0.0164942,51.66829]},"properties":{"@type":"node","@id":7898767503,"@timestamp":1599861737},"coords":"51.66829,-0.0164942","bedrooms":"1","price":"227000","area":"370"} , +{"type":"Feature","id":"n7898987724","geometry":{"type":"Point","coordinates":[-0.2873778,51.4888011]},"properties":{"@type":"node","@id":7898987724,"@timestamp":1612917552},"coords":"51.4888011,-0.2873778","bedrooms":"0","price":"154000","area":"573"} , +{"type":"Feature","id":"n7899203884","geometry":{"type":"Point","coordinates":[-0.1777692,51.4928436]},"properties":{"@type":"node","@id":7899203884,"@timestamp":1599888773},"coords":"51.4928436,-0.1777692","bedrooms":"0","price":"253000","area":"670"} , +{"type":"Feature","id":"n7899265933","geometry":{"type":"Point","coordinates":[-0.1772906,51.4927368]},"properties":{"@type":"node","@id":7899265933,"@timestamp":1599888773},"coords":"51.4927368,-0.1772906","bedrooms":"3","price":"190000","area":"676"} , +{"type":"Feature","id":"n7899265954","geometry":{"type":"Point","coordinates":[-0.1772199,51.4927703]},"properties":{"@type":"node","@id":7899265954,"@timestamp":1599888773},"coords":"51.4927703,-0.1772199","bedrooms":"0","price":"288000","area":"663"} , +{"type":"Feature","id":"n7899374489","geometry":{"type":"Point","coordinates":[-0.3984241,51.4966372]},"properties":{"@type":"node","@id":7899374489,"@timestamp":1599896082},"coords":"51.4966372,-0.3984241","bedrooms":"2","price":"293000","area":"471"} , +{"type":"Feature","id":"n7899502977","geometry":{"type":"Point","coordinates":[-0.2024062,51.456724]},"properties":{"@type":"node","@id":7899502977,"@timestamp":1599901651},"coords":"51.456724,-0.2024062","bedrooms":"4","price":"267000","area":"681"} , +{"type":"Feature","id":"n7899638407","geometry":{"type":"Point","coordinates":[-0.4124035,51.619225]},"properties":{"@type":"node","@id":7899638407,"@timestamp":1599908217},"coords":"51.619225,-0.4124035","bedrooms":"2","price":"250000","area":"494"} , +{"type":"Feature","id":"n7899805073","geometry":{"type":"Point","coordinates":[-0.32492,51.062664]},"properties":{"@type":"node","@id":7899805073,"@timestamp":1610372882},"coords":"51.062664,-0.32492","bedrooms":"1","price":"241000","area":"465"} , +{"type":"Feature","id":"n7899943963","geometry":{"type":"Point","coordinates":[-0.0767911,51.5166788]},"properties":{"@type":"node","@id":7899943963,"@timestamp":1599919116},"coords":"51.5166788,-0.0767911","bedrooms":"0","price":"247000","area":"464"} , +{"type":"Feature","id":"n7899973088","geometry":{"type":"Point","coordinates":[-0.0771417,51.5164622]},"properties":{"@type":"node","@id":7899973088,"@timestamp":1599919116},"coords":"51.5164622,-0.0771417","bedrooms":"2","price":"229000","area":"460"} , +{"type":"Feature","id":"n7899973119","geometry":{"type":"Point","coordinates":[-0.0769124,51.5164734]},"properties":{"@type":"node","@id":7899973119,"@timestamp":1599919116},"coords":"51.5164734,-0.0769124","bedrooms":"1","price":"167000","area":"464"} , +{"type":"Feature","id":"n7899973167","geometry":{"type":"Point","coordinates":[-0.0773138,51.5160721]},"properties":{"@type":"node","@id":7899973167,"@timestamp":1599919116},"coords":"51.5160721,-0.0773138","bedrooms":"3","price":"270000","area":"540"} , +{"type":"Feature","id":"n7900216448","geometry":{"type":"Point","coordinates":[-0.0759593,51.5155779]},"properties":{"@type":"node","@id":7900216448,"@timestamp":1599927930},"coords":"51.5155779,-0.0759593","bedrooms":"4","price":"150000","area":"573"} , +{"type":"Feature","id":"n7900221139","geometry":{"type":"Point","coordinates":[-0.0766636,51.5163668]},"properties":{"@type":"node","@id":7900221139,"@timestamp":1599927930},"coords":"51.5163668,-0.0766636","bedrooms":"1","price":"274000","area":"654"} , +{"type":"Feature","id":"n7900262524","geometry":{"type":"Point","coordinates":[-0.1414249,51.5426155]},"properties":{"@type":"node","@id":7900262524,"@timestamp":1626448160},"coords":"51.5426155,-0.1414249","bedrooms":"2","price":"157000","area":"573"} , +{"type":"Feature","id":"n7900270053","geometry":{"type":"Point","coordinates":[0.6995473,51.0734694]},"properties":{"@type":"node","@id":7900270053,"@timestamp":1619261763},"coords":"51.0734694,0.6995473","bedrooms":"3","price":"191000","area":"691"} , +{"type":"Feature","id":"n7900307024","geometry":{"type":"Point","coordinates":[0.1900358,51.5187496]},"properties":{"@type":"node","@id":7900307024,"@timestamp":1609336769},"coords":"51.5187496,0.1900358","bedrooms":"0","price":"289000","area":"403"} , +{"type":"Feature","id":"n7900394660","geometry":{"type":"Point","coordinates":[-0.075601,51.5157298]},"properties":{"@type":"node","@id":7900394660,"@timestamp":1599934742},"coords":"51.5157298,-0.075601","bedrooms":"1","price":"285000","area":"527"} , +{"type":"Feature","id":"n7900411989","geometry":{"type":"Point","coordinates":[-0.076393,51.5153895]},"properties":{"@type":"node","@id":7900411989,"@timestamp":1599934742},"coords":"51.5153895,-0.076393","bedrooms":"3","price":"295000","area":"662"} , +{"type":"Feature","id":"n7900509669","geometry":{"type":"Point","coordinates":[0.1331609,51.8709455]},"properties":{"@type":"node","@id":7900509669,"@timestamp":1626965807},"coords":"51.8709455,0.1331609","bedrooms":"0","price":"235000","area":"474"} , +{"type":"Feature","id":"n7900776486","geometry":{"type":"Point","coordinates":[0.0243187,51.5112803]},"properties":{"@type":"node","@id":7900776486,"@timestamp":1599948828},"coords":"51.5112803,0.0243187","bedrooms":"1","price":"218000","area":"418"} , +{"type":"Feature","id":"n7900826611","geometry":{"type":"Point","coordinates":[-0.0548467,51.6599863]},"properties":{"@type":"node","@id":7900826611,"@timestamp":1599952528},"coords":"51.6599863,-0.0548467","bedrooms":"2","price":"222000","area":"502"} , +{"type":"Feature","id":"n7900888187","geometry":{"type":"Point","coordinates":[-0.0744279,51.5155109]},"properties":{"@type":"node","@id":7900888187,"@timestamp":1599955515},"coords":"51.5155109,-0.0744279","bedrooms":"3","price":"222000","area":"504"} , +{"type":"Feature","id":"n7900888264","geometry":{"type":"Point","coordinates":[-0.073625,51.5147725]},"properties":{"@type":"node","@id":7900888264,"@timestamp":1599955515},"coords":"51.5147725,-0.073625","bedrooms":"4","price":"245000","area":"512"} , +{"type":"Feature","id":"n7900888451","geometry":{"type":"Point","coordinates":[-0.0752977,51.5148804]},"properties":{"@type":"node","@id":7900888451,"@timestamp":1599955515},"coords":"51.5148804,-0.0752977","bedrooms":"4","price":"299000","area":"609"} , +{"type":"Feature","id":"n7901360007","geometry":{"type":"Point","coordinates":[-0.0757281,51.5173365]},"properties":{"@type":"node","@id":7901360007,"@timestamp":1599965590},"coords":"51.5173365,-0.0757281","bedrooms":"1","price":"154000","area":"417"} , +{"type":"Feature","id":"n7901416108","geometry":{"type":"Point","coordinates":[-0.0750956,51.5167438]},"properties":{"@type":"node","@id":7901416108,"@timestamp":1599965590},"coords":"51.5167438,-0.0750956","bedrooms":"2","price":"259000","area":"568"} , +{"type":"Feature","id":"n7901808834","geometry":{"type":"Point","coordinates":[0.1922065,51.5185609]},"properties":{"@type":"node","@id":7901808834,"@timestamp":1599971251},"coords":"51.5185609,0.1922065","bedrooms":"0","price":"252000","area":"592"} , +{"type":"Feature","id":"n7901967458","geometry":{"type":"Point","coordinates":[-0.1766821,51.4932378]},"properties":{"@type":"node","@id":7901967458,"@timestamp":1599973813},"coords":"51.4932378,-0.1766821","bedrooms":"3","price":"250000","area":"438"} , +{"type":"Feature","id":"n7902012891","geometry":{"type":"Point","coordinates":[-0.1766966,51.4931509]},"properties":{"@type":"node","@id":7902012891,"@timestamp":1599973813},"coords":"51.4931509,-0.1766966","bedrooms":"3","price":"174000","area":"676"} , +{"type":"Feature","id":"n7902012913","geometry":{"type":"Point","coordinates":[-0.1765466,51.4936855]},"properties":{"@type":"node","@id":7902012913,"@timestamp":1599973813},"coords":"51.4936855,-0.1765466","bedrooms":"0","price":"227000","area":"530"} , +{"type":"Feature","id":"n7902106308","geometry":{"type":"Point","coordinates":[-0.1763195,51.4937289]},"properties":{"@type":"node","@id":7902106308,"@timestamp":1599975861},"coords":"51.4937289,-0.1763195","bedrooms":"0","price":"216000","area":"616"} , +{"type":"Feature","id":"n7902143843","geometry":{"type":"Point","coordinates":[0.0789596,51.6312118]},"properties":{"@type":"node","@id":7902143843,"@timestamp":1599979434},"coords":"51.6312118,0.0789596","bedrooms":"4","price":"240000","area":"592"} , +{"type":"Feature","id":"n7902320972","geometry":{"type":"Point","coordinates":[-0.3906598,51.514496]},"properties":{"@type":"node","@id":7902320972,"@timestamp":1599984688},"coords":"51.514496,-0.3906598","bedrooms":"4","price":"165000","area":"584"} , +{"type":"Feature","id":"n7902510257","geometry":{"type":"Point","coordinates":[-0.0765096,51.5184705]},"properties":{"@type":"node","@id":7902510257,"@timestamp":1599996140},"coords":"51.5184705,-0.0765096","bedrooms":"0","price":"159000","area":"478"} , +{"type":"Feature","id":"n7902537884","geometry":{"type":"Point","coordinates":[-0.362752,51.535203]},"properties":{"@type":"node","@id":7902537884,"@timestamp":1599997362},"coords":"51.535203,-0.362752","bedrooms":"2","price":"247000","area":"480"} , +{"type":"Feature","id":"n7902545511","geometry":{"type":"Point","coordinates":[-0.0764436,51.5184164]},"properties":{"@type":"node","@id":7902545511,"@timestamp":1599996140},"coords":"51.5184164,-0.0764436","bedrooms":"3","price":"269000","area":"552"} , +{"type":"Feature","id":"n7902545532","geometry":{"type":"Point","coordinates":[-0.0765114,51.5182353]},"properties":{"@type":"node","@id":7902545532,"@timestamp":1599996140},"coords":"51.5182353,-0.0765114","bedrooms":"0","price":"188000","area":"399"} , +{"type":"Feature","id":"n7902545568","geometry":{"type":"Point","coordinates":[-0.0762807,51.5178665]},"properties":{"@type":"node","@id":7902545568,"@timestamp":1599996140},"coords":"51.5178665,-0.0762807","bedrooms":"3","price":"261000","area":"605"} , +{"type":"Feature","id":"n7902545639","geometry":{"type":"Point","coordinates":[-0.0758377,51.517822]},"properties":{"@type":"node","@id":7902545639,"@timestamp":1599996140},"coords":"51.517822,-0.0758377","bedrooms":"3","price":"161000","area":"419"} , +{"type":"Feature","id":"n7902557339","geometry":{"type":"Point","coordinates":[0.0894773,51.3730193]},"properties":{"@type":"node","@id":7902557339,"@timestamp":1599997698},"coords":"51.3730193,0.0894773","bedrooms":"4","price":"206000","area":"480"} , +{"type":"Feature","id":"n7902587434","geometry":{"type":"Point","coordinates":[-0.0770485,51.5181535]},"properties":{"@type":"node","@id":7902587434,"@timestamp":1599998875},"coords":"51.5181535,-0.0770485","bedrooms":"3","price":"253000","area":"552"} , +{"type":"Feature","id":"n7902587452","geometry":{"type":"Point","coordinates":[-0.0767246,51.5181577]},"properties":{"@type":"node","@id":7902587452,"@timestamp":1599998875},"coords":"51.5181577,-0.0767246","bedrooms":"3","price":"236000","area":"533"} , +{"type":"Feature","id":"n7902630564","geometry":{"type":"Point","coordinates":[-0.115999,51.4578649]},"properties":{"@type":"node","@id":7902630564,"@timestamp":1601823150},"coords":"51.4578649,-0.115999","bedrooms":"1","price":"229000","area":"558"} , +{"type":"Feature","id":"n7902703735","geometry":{"type":"Point","coordinates":[-0.2076027,51.7185588]},"properties":{"@type":"node","@id":7902703735,"@timestamp":1600003663},"coords":"51.7185588,-0.2076027","bedrooms":"0","price":"200000","area":"509"} , +{"type":"Feature","id":"n7902755599","geometry":{"type":"Point","coordinates":[0.4007168,51.1495473]},"properties":{"@type":"node","@id":7902755599,"@timestamp":1600006289},"coords":"51.1495473,0.4007168","bedrooms":"3","price":"178000","area":"487"} , +{"type":"Feature","id":"n7902794329","geometry":{"type":"Point","coordinates":[-0.1192786,51.4642789]},"properties":{"@type":"node","@id":7902794329,"@timestamp":1623380084},"coords":"51.4642789,-0.1192786","bedrooms":"2","price":"264000","area":"568"} , +{"type":"Feature","id":"n7902801411","geometry":{"type":"Point","coordinates":[-0.0767621,51.2254879]},"properties":{"@type":"node","@id":7902801411,"@timestamp":1600007623},"coords":"51.2254879,-0.0767621","bedrooms":"3","price":"222000","area":"543"} , +{"type":"Feature","id":"n7902815686","geometry":{"type":"Point","coordinates":[-0.1171228,51.464062]},"properties":{"@type":"node","@id":7902815686,"@timestamp":1600008275},"coords":"51.464062,-0.1171228","bedrooms":"2","price":"291000","area":"551"} , +{"type":"Feature","id":"n7902832210","geometry":{"type":"Point","coordinates":[-0.2496762,51.452997]},"properties":{"@type":"node","@id":7902832210,"@timestamp":1601283782},"coords":"51.452997,-0.2496762","bedrooms":"2","price":"188000","area":"549"} , +{"type":"Feature","id":"n7902832228","geometry":{"type":"Point","coordinates":[-0.2428431,51.4498265]},"properties":{"@type":"node","@id":7902832228,"@timestamp":1600010189},"coords":"51.4498265,-0.2428431","bedrooms":"2","price":"203000","area":"548"} , +{"type":"Feature","id":"n7902859167","geometry":{"type":"Point","coordinates":[-0.2416049,51.4496378]},"properties":{"@type":"node","@id":7902859167,"@timestamp":1600010312},"coords":"51.4496378,-0.2416049","bedrooms":"1","price":"164000","area":"517"} , +{"type":"Feature","id":"n7902885268","geometry":{"type":"Point","coordinates":[-0.2294211,51.4499026]},"properties":{"@type":"node","@id":7902885268,"@timestamp":1600011150},"coords":"51.4499026,-0.2294211","bedrooms":"2","price":"173000","area":"494"} , +{"type":"Feature","id":"n7902888486","geometry":{"type":"Point","coordinates":[-0.2162525,51.4465078]},"properties":{"@type":"node","@id":7902888486,"@timestamp":1600011150},"coords":"51.4465078,-0.2162525","bedrooms":"4","price":"164000","area":"561"} , +{"type":"Feature","id":"n7902888496","geometry":{"type":"Point","coordinates":[-0.2110598,51.4399551]},"properties":{"@type":"node","@id":7902888496,"@timestamp":1600011150},"coords":"51.4399551,-0.2110598","bedrooms":"1","price":"258000","area":"576"} , +{"type":"Feature","id":"n7902925000","geometry":{"type":"Point","coordinates":[-0.1409343,51.5401428]},"properties":{"@type":"node","@id":7902925000,"@timestamp":1626969594},"coords":"51.5401428,-0.1409343","bedrooms":"4","price":"205000","area":"680"} , +{"type":"Feature","id":"n7902934377","geometry":{"type":"Point","coordinates":[-0.1784065,51.4802443]},"properties":{"@type":"node","@id":7902934377,"@timestamp":1614526563},"coords":"51.4802443,-0.1784065","bedrooms":"0","price":"198000","area":"622"} , +{"type":"Feature","id":"n7902936062","geometry":{"type":"Point","coordinates":[-0.117533,51.502908]},"properties":{"@type":"node","@id":7902936062,"@timestamp":1600013916},"coords":"51.502908,-0.117533","bedrooms":"1","price":"151000","area":"585"} , +{"type":"Feature","id":"n7902936079","geometry":{"type":"Point","coordinates":[-0.1324659,51.4888873]},"properties":{"@type":"node","@id":7902936079,"@timestamp":1600014488},"coords":"51.4888873,-0.1324659","bedrooms":"2","price":"190000","area":"418"} , +{"type":"Feature","id":"n7902959161","geometry":{"type":"Point","coordinates":[0.1891552,51.5192946]},"properties":{"@type":"node","@id":7902959161,"@timestamp":1600014786},"coords":"51.5192946,0.1891552","bedrooms":"0","price":"242000","area":"633"} , +{"type":"Feature","id":"n7902971893","geometry":{"type":"Point","coordinates":[-0.1839409,51.4730324]},"properties":{"@type":"node","@id":7902971893,"@timestamp":1610707424},"coords":"51.4730324,-0.1839409","bedrooms":"2","price":"291000","area":"435"} , +{"type":"Feature","id":"n7902994692","geometry":{"type":"Point","coordinates":[0.2107268,51.5215444]},"properties":{"@type":"node","@id":7902994692,"@timestamp":1616274921},"coords":"51.5215444,0.2107268","bedrooms":"0","price":"217000","area":"625"} , +{"type":"Feature","id":"n7903006947","geometry":{"type":"Point","coordinates":[0.2023046,51.5153293]},"properties":{"@type":"node","@id":7903006947,"@timestamp":1611464649},"coords":"51.5153293,0.2023046","bedrooms":"3","price":"178000","area":"479"} , +{"type":"Feature","id":"n7903135059","geometry":{"type":"Point","coordinates":[-0.1865086,51.473415]},"properties":{"@type":"node","@id":7903135059,"@timestamp":1600021405},"coords":"51.473415,-0.1865086","bedrooms":"4","price":"230000","area":"389"} , +{"type":"Feature","id":"n7903135069","geometry":{"type":"Point","coordinates":[-0.1876474,51.4700739]},"properties":{"@type":"node","@id":7903135069,"@timestamp":1623690180},"coords":"51.4700739,-0.1876474","bedrooms":"2","price":"222000","area":"680"} , +{"type":"Feature","id":"n7903209409","geometry":{"type":"Point","coordinates":[-0.319119,51.0716609]},"properties":{"@type":"node","@id":7903209409,"@timestamp":1600023961},"coords":"51.0716609,-0.319119","bedrooms":"1","price":"238000","area":"622"} , +{"type":"Feature","id":"n7903232068","geometry":{"type":"Point","coordinates":[-0.2168514,51.467383]},"properties":{"@type":"node","@id":7903232068,"@timestamp":1628853938},"coords":"51.467383,-0.2168514","bedrooms":"3","price":"159000","area":"587"} , +{"type":"Feature","id":"n7903276323","geometry":{"type":"Point","coordinates":[0.4701621,50.988268]},"properties":{"@type":"node","@id":7903276323,"@timestamp":1618266933},"coords":"50.988268,0.4701621","bedrooms":"4","price":"157000","area":"557"} , +{"type":"Feature","id":"n7903281311","geometry":{"type":"Point","coordinates":[-0.1960816,51.468805]},"properties":{"@type":"node","@id":7903281311,"@timestamp":1600026883},"coords":"51.468805,-0.1960816","bedrooms":"2","price":"206000","area":"482"} , +{"type":"Feature","id":"n7903286830","geometry":{"type":"Point","coordinates":[-0.2024541,51.4704935]},"properties":{"@type":"node","@id":7903286830,"@timestamp":1600027019},"coords":"51.4704935,-0.2024541","bedrooms":"0","price":"189000","area":"440"} , +{"type":"Feature","id":"n7903314969","geometry":{"type":"Point","coordinates":[-0.2491628,51.4640183]},"properties":{"@type":"node","@id":7903314969,"@timestamp":1600029115},"coords":"51.4640183,-0.2491628","bedrooms":"2","price":"234000","area":"639"} , +{"type":"Feature","id":"n7903346582","geometry":{"type":"Point","coordinates":[-0.2495851,51.4633426]},"properties":{"@type":"node","@id":7903346582,"@timestamp":1606671919},"coords":"51.4633426,-0.2495851","bedrooms":"3","price":"275000","area":"652"} , +{"type":"Feature","id":"n7903356396","geometry":{"type":"Point","coordinates":[-0.2559643,51.4562094]},"properties":{"@type":"node","@id":7903356396,"@timestamp":1600029726},"coords":"51.4562094,-0.2559643","bedrooms":"1","price":"165000","area":"635"} , +{"type":"Feature","id":"n7903430307","geometry":{"type":"Point","coordinates":[-0.2843182,51.3921454]},"properties":{"@type":"node","@id":7903430307,"@timestamp":1600032935},"coords":"51.3921454,-0.2843182","bedrooms":"1","price":"221000","area":"421"} , +{"type":"Feature","id":"n7903453475","geometry":{"type":"Point","coordinates":[0.0417083,51.5268301]},"properties":{"@type":"node","@id":7903453475,"@timestamp":1600034211},"coords":"51.5268301,0.0417083","bedrooms":"1","price":"233000","area":"364"} , +{"type":"Feature","id":"n7903460885","geometry":{"type":"Point","coordinates":[0.0414281,51.5267942]},"properties":{"@type":"node","@id":7903460885,"@timestamp":1600034211},"coords":"51.5267942,0.0414281","bedrooms":"3","price":"151000","area":"457"} , +{"type":"Feature","id":"n7903460895","geometry":{"type":"Point","coordinates":[0.0405657,51.5273833]},"properties":{"@type":"node","@id":7903460895,"@timestamp":1600034211},"coords":"51.5273833,0.0405657","bedrooms":"4","price":"261000","area":"563"} , +{"type":"Feature","id":"n7903460905","geometry":{"type":"Point","coordinates":[0.0414133,51.5274884]},"properties":{"@type":"node","@id":7903460905,"@timestamp":1600034211},"coords":"51.5274884,0.0414133","bedrooms":"0","price":"266000","area":"483"} , +{"type":"Feature","id":"n7903502664","geometry":{"type":"Point","coordinates":[-0.1256293,51.568905]},"properties":{"@type":"node","@id":7903502664,"@timestamp":1600036542},"coords":"51.568905,-0.1256293","bedrooms":"1","price":"209000","area":"413"} , +{"type":"Feature","id":"n7903507907","geometry":{"type":"Point","coordinates":[-0.1261902,51.5686871]},"properties":{"@type":"node","@id":7903507907,"@timestamp":1600036542},"coords":"51.5686871,-0.1261902","bedrooms":"1","price":"182000","area":"424"} , +{"type":"Feature","id":"n7903535356","geometry":{"type":"Point","coordinates":[0.0376632,51.5020665]},"properties":{"@type":"node","@id":7903535356,"@timestamp":1600040813},"coords":"51.5020665,0.0376632","bedrooms":"3","price":"172000","area":"432"} , +{"type":"Feature","id":"n7903578873","geometry":{"type":"Point","coordinates":[0.0820472,51.5168848]},"properties":{"@type":"node","@id":7903578873,"@timestamp":1600043393},"coords":"51.5168848,0.0820472","bedrooms":"1","price":"267000","area":"370"} , +{"type":"Feature","id":"n7903579236","geometry":{"type":"Point","coordinates":[0.0292354,51.5006842]},"properties":{"@type":"node","@id":7903579236,"@timestamp":1600041624},"coords":"51.5006842,0.0292354","bedrooms":"0","price":"165000","area":"648"} , +{"type":"Feature","id":"n7903597728","geometry":{"type":"Point","coordinates":[0.0300277,51.501692]},"properties":{"@type":"node","@id":7903597728,"@timestamp":1600080073},"coords":"51.501692,0.0300277","bedrooms":"3","price":"216000","area":"422"} , +{"type":"Feature","id":"n7903603332","geometry":{"type":"Point","coordinates":[0.0298572,51.4997315]},"properties":{"@type":"node","@id":7903603332,"@timestamp":1600080073},"coords":"51.4997315,0.0298572","bedrooms":"3","price":"211000","area":"435"} , +{"type":"Feature","id":"n7903640596","geometry":{"type":"Point","coordinates":[-0.1579013,51.5229725]},"properties":{"@type":"node","@id":7903640596,"@timestamp":1600045621},"coords":"51.5229725,-0.1579013","bedrooms":"2","price":"201000","area":"437"} , +{"type":"Feature","id":"n7903869181","geometry":{"type":"Point","coordinates":[0.2292828,50.9511043]},"properties":{"@type":"node","@id":7903869181,"@timestamp":1600058481},"coords":"50.9511043,0.2292828","bedrooms":"2","price":"234000","area":"664"} , +{"type":"Feature","id":"n7904265805","geometry":{"type":"Point","coordinates":[0.1755921,51.5606655]},"properties":{"@type":"node","@id":7904265805,"@timestamp":1600069698},"coords":"51.5606655,0.1755921","bedrooms":"2","price":"201000","area":"569"} , +{"type":"Feature","id":"n7904437124","geometry":{"type":"Point","coordinates":[0.006085,51.5133629]},"properties":{"@type":"node","@id":7904437124,"@timestamp":1600073817},"coords":"51.5133629,0.006085","bedrooms":"1","price":"161000","area":"513"} , +{"type":"Feature","id":"n7904538195","geometry":{"type":"Point","coordinates":[-0.2015556,51.4394048]},"properties":{"@type":"node","@id":7904538195,"@timestamp":1623788024},"coords":"51.4394048,-0.2015556","bedrooms":"0","price":"208000","area":"658"} , +{"type":"Feature","id":"n7904538205","geometry":{"type":"Point","coordinates":[-0.2042239,51.4390132]},"properties":{"@type":"node","@id":7904538205,"@timestamp":1623788024},"coords":"51.4390132,-0.2042239","bedrooms":"4","price":"178000","area":"674"} , +{"type":"Feature","id":"n7904538215","geometry":{"type":"Point","coordinates":[-0.2008995,51.4395354]},"properties":{"@type":"node","@id":7904538215,"@timestamp":1616322947},"coords":"51.4395354,-0.2008995","bedrooms":"3","price":"169000","area":"474"} , +{"type":"Feature","id":"n7904538225","geometry":{"type":"Point","coordinates":[-0.1997548,51.4398414]},"properties":{"@type":"node","@id":7904538225,"@timestamp":1623788024},"coords":"51.4398414,-0.1997548","bedrooms":"1","price":"152000","area":"615"} , +{"type":"Feature","id":"n7904538235","geometry":{"type":"Point","coordinates":[-0.1972387,51.4402993]},"properties":{"@type":"node","@id":7904538235,"@timestamp":1623788024},"coords":"51.4402993,-0.1972387","bedrooms":"0","price":"154000","area":"486"} , +{"type":"Feature","id":"n7904615098","geometry":{"type":"Point","coordinates":[-0.324127,51.4680091]},"properties":{"@type":"node","@id":7904615098,"@timestamp":1600077547},"coords":"51.4680091,-0.324127","bedrooms":"3","price":"181000","area":"365"} , +{"type":"Feature","id":"n7904686961","geometry":{"type":"Point","coordinates":[0.0294572,51.4992083]},"properties":{"@type":"node","@id":7904686961,"@timestamp":1600080626},"coords":"51.4992083,0.0294572","bedrooms":"0","price":"293000","area":"549"} , +{"type":"Feature","id":"n7904720758","geometry":{"type":"Point","coordinates":[0.0310011,51.5019109]},"properties":{"@type":"node","@id":7904720758,"@timestamp":1600080073},"coords":"51.5019109,0.0310011","bedrooms":"3","price":"245000","area":"365"} , +{"type":"Feature","id":"n7904771426","geometry":{"type":"Point","coordinates":[0.0842159,51.6206899]},"properties":{"@type":"node","@id":7904771426,"@timestamp":1600081478},"coords":"51.6206899,0.0842159","bedrooms":"4","price":"208000","area":"428"} , +{"type":"Feature","id":"n7904778331","geometry":{"type":"Point","coordinates":[-0.1749704,51.4938404]},"properties":{"@type":"node","@id":7904778331,"@timestamp":1600081266},"coords":"51.4938404,-0.1749704","bedrooms":"4","price":"167000","area":"570"} , +{"type":"Feature","id":"n7904780343","geometry":{"type":"Point","coordinates":[0.0315758,51.5018702]},"properties":{"@type":"node","@id":7904780343,"@timestamp":1600081801},"coords":"51.5018702,0.0315758","bedrooms":"2","price":"271000","area":"697"} , +{"type":"Feature","id":"n7904799054","geometry":{"type":"Point","coordinates":[-0.1961956,51.4405404]},"properties":{"@type":"node","@id":7904799054,"@timestamp":1600082053},"coords":"51.4405404,-0.1961956","bedrooms":"4","price":"155000","area":"590"} , +{"type":"Feature","id":"n7904799064","geometry":{"type":"Point","coordinates":[-0.1934065,51.4411578]},"properties":{"@type":"node","@id":7904799064,"@timestamp":1600082053},"coords":"51.4411578,-0.1934065","bedrooms":"0","price":"215000","area":"445"} , +{"type":"Feature","id":"n7904799074","geometry":{"type":"Point","coordinates":[-0.1907932,51.441619]},"properties":{"@type":"node","@id":7904799074,"@timestamp":1600082053},"coords":"51.441619,-0.1907932","bedrooms":"2","price":"155000","area":"497"} , +{"type":"Feature","id":"n7904821358","geometry":{"type":"Point","coordinates":[-0.1830699,51.4439908]},"properties":{"@type":"node","@id":7904821358,"@timestamp":1600083266},"coords":"51.4439908,-0.1830699","bedrooms":"4","price":"249000","area":"497"} , +{"type":"Feature","id":"n7904850382","geometry":{"type":"Point","coordinates":[0.0123097,51.5089592]},"properties":{"@type":"node","@id":7904850382,"@timestamp":1600083354},"coords":"51.5089592,0.0123097","bedrooms":"4","price":"187000","area":"484"} , +{"type":"Feature","id":"n7905097278","geometry":{"type":"Point","coordinates":[-0.3229735,51.4668992]},"properties":{"@type":"node","@id":7905097278,"@timestamp":1600086812},"coords":"51.4668992,-0.3229735","bedrooms":"4","price":"207000","area":"465"} , +{"type":"Feature","id":"n7905097288","geometry":{"type":"Point","coordinates":[-0.3231896,51.4659624]},"properties":{"@type":"node","@id":7905097288,"@timestamp":1600086812},"coords":"51.4659624,-0.3231896","bedrooms":"4","price":"240000","area":"646"} , +{"type":"Feature","id":"n7905111114","geometry":{"type":"Point","coordinates":[0.0395689,51.5031665]},"properties":{"@type":"node","@id":7905111114,"@timestamp":1600087761},"coords":"51.5031665,0.0395689","bedrooms":"4","price":"188000","area":"356"} , +{"type":"Feature","id":"n7905111124","geometry":{"type":"Point","coordinates":[0.0392959,51.5032635]},"properties":{"@type":"node","@id":7905111124,"@timestamp":1600087761},"coords":"51.5032635,0.0392959","bedrooms":"4","price":"261000","area":"512"} , +{"type":"Feature","id":"n7905111134","geometry":{"type":"Point","coordinates":[0.0398175,51.5027637]},"properties":{"@type":"node","@id":7905111134,"@timestamp":1600087761},"coords":"51.5027637,0.0398175","bedrooms":"2","price":"218000","area":"677"} , +{"type":"Feature","id":"n7905111144","geometry":{"type":"Point","coordinates":[0.0384346,51.5028155]},"properties":{"@type":"node","@id":7905111144,"@timestamp":1600087761},"coords":"51.5028155,0.0384346","bedrooms":"4","price":"181000","area":"353"} , +{"type":"Feature","id":"n7905111154","geometry":{"type":"Point","coordinates":[0.0398501,51.50623]},"properties":{"@type":"node","@id":7905111154,"@timestamp":1612978912},"coords":"51.50623,0.0398501","bedrooms":"3","price":"264000","area":"451"} , +{"type":"Feature","id":"n7905111164","geometry":{"type":"Point","coordinates":[0.0379806,51.5090354]},"properties":{"@type":"node","@id":7905111164,"@timestamp":1600087761},"coords":"51.5090354,0.0379806","bedrooms":"3","price":"165000","area":"366"} , +{"type":"Feature","id":"n7905111174","geometry":{"type":"Point","coordinates":[0.0366748,51.5080223]},"properties":{"@type":"node","@id":7905111174,"@timestamp":1629904329},"coords":"51.5080223,0.0366748","bedrooms":"4","price":"184000","area":"695"} , +{"type":"Feature","id":"n7905152352","geometry":{"type":"Point","coordinates":[0.0309985,51.5022706]},"properties":{"@type":"node","@id":7905152352,"@timestamp":1600089404},"coords":"51.5022706,0.0309985","bedrooms":"4","price":"238000","area":"419"} , +{"type":"Feature","id":"n7905152362","geometry":{"type":"Point","coordinates":[0.0257291,51.5024601]},"properties":{"@type":"node","@id":7905152362,"@timestamp":1600089404},"coords":"51.5024601,0.0257291","bedrooms":"3","price":"284000","area":"623"} , +{"type":"Feature","id":"n7905152372","geometry":{"type":"Point","coordinates":[0.0239674,51.5027852]},"properties":{"@type":"node","@id":7905152372,"@timestamp":1600089404},"coords":"51.5027852,0.0239674","bedrooms":"4","price":"248000","area":"654"} , +{"type":"Feature","id":"n7905152382","geometry":{"type":"Point","coordinates":[0.0202153,51.5037724]},"properties":{"@type":"node","@id":7905152382,"@timestamp":1600089404},"coords":"51.5037724,0.0202153","bedrooms":"3","price":"299000","area":"527"} , +{"type":"Feature","id":"n7905336491","geometry":{"type":"Point","coordinates":[0.0186514,51.5045798]},"properties":{"@type":"node","@id":7905336491,"@timestamp":1600089404},"coords":"51.5045798,0.0186514","bedrooms":"1","price":"292000","area":"435"} , +{"type":"Feature","id":"n7905336501","geometry":{"type":"Point","coordinates":[0.0161132,51.5057409]},"properties":{"@type":"node","@id":7905336501,"@timestamp":1600089404},"coords":"51.5057409,0.0161132","bedrooms":"4","price":"201000","area":"690"} , +{"type":"Feature","id":"n7905336511","geometry":{"type":"Point","coordinates":[0.0151259,51.5074878]},"properties":{"@type":"node","@id":7905336511,"@timestamp":1600089404},"coords":"51.5074878,0.0151259","bedrooms":"2","price":"167000","area":"618"} , +{"type":"Feature","id":"n7905336521","geometry":{"type":"Point","coordinates":[0.0142392,51.5076336]},"properties":{"@type":"node","@id":7905336521,"@timestamp":1600089404},"coords":"51.5076336,0.0142392","bedrooms":"4","price":"265000","area":"450"} , +{"type":"Feature","id":"n7905336531","geometry":{"type":"Point","coordinates":[0.0128668,51.5095391]},"properties":{"@type":"node","@id":7905336531,"@timestamp":1600089404},"coords":"51.5095391,0.0128668","bedrooms":"3","price":"248000","area":"450"} , +{"type":"Feature","id":"n7905336541","geometry":{"type":"Point","coordinates":[0.0112669,51.5118044]},"properties":{"@type":"node","@id":7905336541,"@timestamp":1600089404},"coords":"51.5118044,0.0112669","bedrooms":"4","price":"252000","area":"430"} , +{"type":"Feature","id":"n7905385498","geometry":{"type":"Point","coordinates":[-0.162921,51.4507445]},"properties":{"@type":"node","@id":7905385498,"@timestamp":1606654768},"coords":"51.4507445,-0.162921","bedrooms":"1","price":"294000","area":"465"} , +{"type":"Feature","id":"n7905387347","geometry":{"type":"Point","coordinates":[-0.0252029,51.0121895]},"properties":{"@type":"node","@id":7905387347,"@timestamp":1600090994},"coords":"51.0121895,-0.0252029","bedrooms":"1","price":"223000","area":"654"} , +{"type":"Feature","id":"n7905387604","geometry":{"type":"Point","coordinates":[-0.4051347,51.2963624]},"properties":{"@type":"node","@id":7905387604,"@timestamp":1600090554},"coords":"51.2963624,-0.4051347","bedrooms":"0","price":"194000","area":"603"} , +{"type":"Feature","id":"n7905432735","geometry":{"type":"Point","coordinates":[-0.1636234,51.4505788]},"properties":{"@type":"node","@id":7905432735,"@timestamp":1600092253},"coords":"51.4505788,-0.1636234","bedrooms":"2","price":"227000","area":"454"} , +{"type":"Feature","id":"n7905432745","geometry":{"type":"Point","coordinates":[-0.1591173,51.4518385]},"properties":{"@type":"node","@id":7905432745,"@timestamp":1606479999},"coords":"51.4518385,-0.1591173","bedrooms":"0","price":"190000","area":"583"} , +{"type":"Feature","id":"n7905435130","geometry":{"type":"Point","coordinates":[-0.3187709,51.4607206]},"properties":{"@type":"node","@id":7905435130,"@timestamp":1600092021},"coords":"51.4607206,-0.3187709","bedrooms":"4","price":"247000","area":"417"} , +{"type":"Feature","id":"n7905452637","geometry":{"type":"Point","coordinates":[-0.2910866,51.3864336]},"properties":{"@type":"node","@id":7905452637,"@timestamp":1600206172},"coords":"51.3864336,-0.2910866","bedrooms":"2","price":"274000","area":"692"} , +{"type":"Feature","id":"n7905457274","geometry":{"type":"Point","coordinates":[-0.1280032,51.4624453]},"properties":{"@type":"node","@id":7905457274,"@timestamp":1600094664},"coords":"51.4624453,-0.1280032","bedrooms":"0","price":"203000","area":"481"} , +{"type":"Feature","id":"n7905463291","geometry":{"type":"Point","coordinates":[-0.1533238,51.4537881]},"properties":{"@type":"node","@id":7905463291,"@timestamp":1600092992},"coords":"51.4537881,-0.1533238","bedrooms":"2","price":"262000","area":"491"} , +{"type":"Feature","id":"n7905481932","geometry":{"type":"Point","coordinates":[-0.1430524,51.4555959]},"properties":{"@type":"node","@id":7905481932,"@timestamp":1620826920},"coords":"51.4555959,-0.1430524","bedrooms":"3","price":"257000","area":"389"} , +{"type":"Feature","id":"n7905481942","geometry":{"type":"Point","coordinates":[-0.1402919,51.4547036]},"properties":{"@type":"node","@id":7905481942,"@timestamp":1620826920},"coords":"51.4547036,-0.1402919","bedrooms":"4","price":"182000","area":"600"} , +{"type":"Feature","id":"n7905481952","geometry":{"type":"Point","coordinates":[-0.1385441,51.4537961]},"properties":{"@type":"node","@id":7905481952,"@timestamp":1600093875},"coords":"51.4537961,-0.1385441","bedrooms":"0","price":"198000","area":"585"} , +{"type":"Feature","id":"n7905481962","geometry":{"type":"Point","coordinates":[-0.1353398,51.4551104]},"properties":{"@type":"node","@id":7905481962,"@timestamp":1600093875},"coords":"51.4551104,-0.1353398","bedrooms":"2","price":"169000","area":"455"} , +{"type":"Feature","id":"n7905481972","geometry":{"type":"Point","coordinates":[-0.1326042,51.4558411]},"properties":{"@type":"node","@id":7905481972,"@timestamp":1600093875},"coords":"51.4558411,-0.1326042","bedrooms":"2","price":"211000","area":"413"} , +{"type":"Feature","id":"n7905650166","geometry":{"type":"Point","coordinates":[-0.3109202,51.4493098]},"properties":{"@type":"node","@id":7905650166,"@timestamp":1600098515},"coords":"51.4493098,-0.3109202","bedrooms":"2","price":"237000","area":"380"} , +{"type":"Feature","id":"n7905650176","geometry":{"type":"Point","coordinates":[-0.3130824,51.4514868]},"properties":{"@type":"node","@id":7905650176,"@timestamp":1600098515},"coords":"51.4514868,-0.3130824","bedrooms":"2","price":"161000","area":"523"} , +{"type":"Feature","id":"n7905650186","geometry":{"type":"Point","coordinates":[-0.3127609,51.4510306]},"properties":{"@type":"node","@id":7905650186,"@timestamp":1600098515},"coords":"51.4510306,-0.3127609","bedrooms":"0","price":"183000","area":"357"} , +{"type":"Feature","id":"n7905650196","geometry":{"type":"Point","coordinates":[-0.3123126,51.4499976]},"properties":{"@type":"node","@id":7905650196,"@timestamp":1600098515},"coords":"51.4499976,-0.3123126","bedrooms":"2","price":"296000","area":"408"} , +{"type":"Feature","id":"n7905650340","geometry":{"type":"Point","coordinates":[-0.3161672,51.4511222]},"properties":{"@type":"node","@id":7905650340,"@timestamp":1600098515},"coords":"51.4511222,-0.3161672","bedrooms":"2","price":"271000","area":"663"} , +{"type":"Feature","id":"n7905650350","geometry":{"type":"Point","coordinates":[-0.3162369,51.4506308]},"properties":{"@type":"node","@id":7905650350,"@timestamp":1600098515},"coords":"51.4506308,-0.3162369","bedrooms":"0","price":"247000","area":"380"} , +{"type":"Feature","id":"n7905650437","geometry":{"type":"Point","coordinates":[-0.3188545,51.4472507]},"properties":{"@type":"node","@id":7905650437,"@timestamp":1600098515},"coords":"51.4472507,-0.3188545","bedrooms":"2","price":"250000","area":"454"} , +{"type":"Feature","id":"n7905650466","geometry":{"type":"Point","coordinates":[-0.310082,51.448653]},"properties":{"@type":"node","@id":7905650466,"@timestamp":1600098515},"coords":"51.448653,-0.310082","bedrooms":"1","price":"213000","area":"447"} , +{"type":"Feature","id":"n7905727688","geometry":{"type":"Point","coordinates":[-0.1386877,51.5432575]},"properties":{"@type":"node","@id":7905727688,"@timestamp":1627224511},"coords":"51.5432575,-0.1386877","bedrooms":"2","price":"252000","area":"575"} , +{"type":"Feature","id":"n7905893088","geometry":{"type":"Point","coordinates":[0.1353141,51.5689554]},"properties":{"@type":"node","@id":7905893088,"@timestamp":1600102089},"coords":"51.5689554,0.1353141","bedrooms":"4","price":"166000","area":"434"} , +{"type":"Feature","id":"n7905893098","geometry":{"type":"Point","coordinates":[0.1298511,51.5713782]},"properties":{"@type":"node","@id":7905893098,"@timestamp":1600102089},"coords":"51.5713782,0.1298511","bedrooms":"1","price":"285000","area":"526"} , +{"type":"Feature","id":"n7905893108","geometry":{"type":"Point","coordinates":[0.1351908,51.5694886]},"properties":{"@type":"node","@id":7905893108,"@timestamp":1600102089},"coords":"51.5694886,0.1351908","bedrooms":"3","price":"285000","area":"597"} , +{"type":"Feature","id":"n7905893118","geometry":{"type":"Point","coordinates":[0.1349075,51.5706323]},"properties":{"@type":"node","@id":7905893118,"@timestamp":1600102089},"coords":"51.5706323,0.1349075","bedrooms":"4","price":"296000","area":"665"} , +{"type":"Feature","id":"n7905901559","geometry":{"type":"Point","coordinates":[0.1220758,51.5768103]},"properties":{"@type":"node","@id":7905901559,"@timestamp":1600102744},"coords":"51.5768103,0.1220758","bedrooms":"4","price":"242000","area":"548"} , +{"type":"Feature","id":"n7905901569","geometry":{"type":"Point","coordinates":[0.1282507,51.5785126]},"properties":{"@type":"node","@id":7905901569,"@timestamp":1600770706},"coords":"51.5785126,0.1282507","bedrooms":"3","price":"268000","area":"611"} , +{"type":"Feature","id":"n7905948199","geometry":{"type":"Point","coordinates":[0.1245597,51.5731165]},"properties":{"@type":"node","@id":7905948199,"@timestamp":1600104004},"coords":"51.5731165,0.1245597","bedrooms":"0","price":"239000","area":"448"} , +{"type":"Feature","id":"n7905948209","geometry":{"type":"Point","coordinates":[0.123809,51.5704274]},"properties":{"@type":"node","@id":7905948209,"@timestamp":1600104004},"coords":"51.5704274,0.123809","bedrooms":"4","price":"202000","area":"464"} , +{"type":"Feature","id":"n7905984881","geometry":{"type":"Point","coordinates":[0.1288379,51.5380867]},"properties":{"@type":"node","@id":7905984881,"@timestamp":1600105465},"coords":"51.5380867,0.1288379","bedrooms":"3","price":"224000","area":"504"} , +{"type":"Feature","id":"n7905993390","geometry":{"type":"Point","coordinates":[0.1172936,51.5344073]},"properties":{"@type":"node","@id":7905993390,"@timestamp":1600105465},"coords":"51.5344073,0.1172936","bedrooms":"4","price":"226000","area":"520"} , +{"type":"Feature","id":"n7905993400","geometry":{"type":"Point","coordinates":[0.1325418,51.5391465]},"properties":{"@type":"node","@id":7905993400,"@timestamp":1600105465},"coords":"51.5391465,0.1325418","bedrooms":"0","price":"246000","area":"440"} , +{"type":"Feature","id":"n7905993410","geometry":{"type":"Point","coordinates":[0.1254362,51.5373099]},"properties":{"@type":"node","@id":7905993410,"@timestamp":1600105465},"coords":"51.5373099,0.1254362","bedrooms":"2","price":"179000","area":"394"} , +{"type":"Feature","id":"n7905993420","geometry":{"type":"Point","coordinates":[0.1272895,51.5761583]},"properties":{"@type":"node","@id":7905993420,"@timestamp":1600105465},"coords":"51.5761583,0.1272895","bedrooms":"0","price":"205000","area":"419"} , +{"type":"Feature","id":"n7906092503","geometry":{"type":"Point","coordinates":[-0.418646,51.290815]},"properties":{"@type":"node","@id":7906092503,"@timestamp":1600108175},"coords":"51.290815,-0.418646","bedrooms":"1","price":"225000","area":"514"} , +{"type":"Feature","id":"n7906099165","geometry":{"type":"Point","coordinates":[-0.1300397,51.5710582]},"properties":{"@type":"node","@id":7906099165,"@timestamp":1600109681},"coords":"51.5710582,-0.1300397","bedrooms":"0","price":"219000","area":"462"} , +{"type":"Feature","id":"n7906138703","geometry":{"type":"Point","coordinates":[-0.128862,51.5714081]},"properties":{"@type":"node","@id":7906138703,"@timestamp":1600109681},"coords":"51.5714081,-0.128862","bedrooms":"2","price":"238000","area":"575"} , +{"type":"Feature","id":"n7906197275","geometry":{"type":"Point","coordinates":[0.0396235,51.5094984]},"properties":{"@type":"node","@id":7906197275,"@timestamp":1600112108},"coords":"51.5094984,0.0396235","bedrooms":"3","price":"205000","area":"454"} , +{"type":"Feature","id":"n7906233685","geometry":{"type":"Point","coordinates":[0.0423826,51.5092428]},"properties":{"@type":"node","@id":7906233685,"@timestamp":1600112108},"coords":"51.5092428,0.0423826","bedrooms":"1","price":"243000","area":"697"} , +{"type":"Feature","id":"n7906233695","geometry":{"type":"Point","coordinates":[0.0423956,51.5093326]},"properties":{"@type":"node","@id":7906233695,"@timestamp":1600112108},"coords":"51.5093326,0.0423956","bedrooms":"1","price":"293000","area":"674"} , +{"type":"Feature","id":"n7906233705","geometry":{"type":"Point","coordinates":[0.0360622,51.5092543]},"properties":{"@type":"node","@id":7906233705,"@timestamp":1600112108},"coords":"51.5092543,0.0360622","bedrooms":"2","price":"190000","area":"620"} , +{"type":"Feature","id":"n7906233715","geometry":{"type":"Point","coordinates":[0.0366422,51.5094213]},"properties":{"@type":"node","@id":7906233715,"@timestamp":1611409610},"coords":"51.5094213,0.0366422","bedrooms":"0","price":"208000","area":"639"} , +{"type":"Feature","id":"n7906233725","geometry":{"type":"Point","coordinates":[0.0319681,51.5100217]},"properties":{"@type":"node","@id":7906233725,"@timestamp":1600112108},"coords":"51.5100217,0.0319681","bedrooms":"0","price":"203000","area":"614"} , +{"type":"Feature","id":"n7906233735","geometry":{"type":"Point","coordinates":[0.0268694,51.5099754]},"properties":{"@type":"node","@id":7906233735,"@timestamp":1611409610},"coords":"51.5099754,0.0268694","bedrooms":"4","price":"186000","area":"473"} , +{"type":"Feature","id":"n7906233745","geometry":{"type":"Point","coordinates":[0.0203616,51.5097308]},"properties":{"@type":"node","@id":7906233745,"@timestamp":1600112108},"coords":"51.5097308,0.0203616","bedrooms":"4","price":"178000","area":"596"} , +{"type":"Feature","id":"n7906233755","geometry":{"type":"Point","coordinates":[0.0138662,51.5092913]},"properties":{"@type":"node","@id":7906233755,"@timestamp":1600112108},"coords":"51.5092913,0.0138662","bedrooms":"1","price":"226000","area":"645"} , +{"type":"Feature","id":"n7906441345","geometry":{"type":"Point","coordinates":[0.0263244,51.5058914]},"properties":{"@type":"node","@id":7906441345,"@timestamp":1600112965},"coords":"51.5058914,0.0263244","bedrooms":"2","price":"290000","area":"647"} , +{"type":"Feature","id":"n7906516168","geometry":{"type":"Point","coordinates":[-0.0112447,51.5381576]},"properties":{"@type":"node","@id":7906516168,"@timestamp":1600114478},"coords":"51.5381576,-0.0112447","bedrooms":"4","price":"151000","area":"631"} , +{"type":"Feature","id":"n7906516178","geometry":{"type":"Point","coordinates":[-0.0106103,51.5373046]},"properties":{"@type":"node","@id":7906516178,"@timestamp":1600114630},"coords":"51.5373046,-0.0106103","bedrooms":"4","price":"156000","area":"632"} , +{"type":"Feature","id":"n7906587126","geometry":{"type":"Point","coordinates":[-0.119259,51.4770297]},"properties":{"@type":"node","@id":7906587126,"@timestamp":1600116854},"coords":"51.4770297,-0.119259","bedrooms":"2","price":"172000","area":"659"} , +{"type":"Feature","id":"n7906670026","geometry":{"type":"Point","coordinates":[-0.120788,51.4800536]},"properties":{"@type":"node","@id":7906670026,"@timestamp":1600117893},"coords":"51.4800536,-0.120788","bedrooms":"2","price":"252000","area":"595"} , +{"type":"Feature","id":"n7906670046","geometry":{"type":"Point","coordinates":[-0.1172675,51.4781073]},"properties":{"@type":"node","@id":7906670046,"@timestamp":1600117893},"coords":"51.4781073,-0.1172675","bedrooms":"3","price":"268000","area":"377"} , +{"type":"Feature","id":"n7906893388","geometry":{"type":"Point","coordinates":[0.7546749,51.4428134]},"properties":{"@type":"node","@id":7906893388,"@timestamp":1600120915},"coords":"51.4428134,0.7546749","bedrooms":"4","price":"193000","area":"581"} , +{"type":"Feature","id":"n7906893398","geometry":{"type":"Point","coordinates":[0.7542144,51.4423998]},"properties":{"@type":"node","@id":7906893398,"@timestamp":1600120915},"coords":"51.4423998,0.7542144","bedrooms":"2","price":"175000","area":"359"} , +{"type":"Feature","id":"n7906975229","geometry":{"type":"Point","coordinates":[0.0175934,51.4866025]},"properties":{"@type":"node","@id":7906975229,"@timestamp":1608339276},"coords":"51.4866025,0.0175934","bedrooms":"0","price":"282000","area":"430"} , +{"type":"Feature","id":"n7907266069","geometry":{"type":"Point","coordinates":[-0.5797365,51.3033362]},"properties":{"@type":"node","@id":7907266069,"@timestamp":1600139923},"coords":"51.3033362,-0.5797365","bedrooms":"3","price":"266000","area":"609"} , +{"type":"Feature","id":"n7907690056","geometry":{"type":"Point","coordinates":[-0.7392124,51.5860832]},"properties":{"@type":"node","@id":7907690056,"@timestamp":1600152721},"coords":"51.5860832,-0.7392124","bedrooms":"2","price":"279000","area":"527"} , +{"type":"Feature","id":"n7907961200","geometry":{"type":"Point","coordinates":[-0.9360947,51.0048498]},"properties":{"@type":"node","@id":7907961200,"@timestamp":1600157853},"coords":"51.0048498,-0.9360947","bedrooms":"1","price":"291000","area":"510"} , +{"type":"Feature","id":"n7908129930","geometry":{"type":"Point","coordinates":[-0.1014233,51.4522343]},"properties":{"@type":"node","@id":7908129930,"@timestamp":1600161610},"coords":"51.4522343,-0.1014233","bedrooms":"3","price":"204000","area":"657"} , +{"type":"Feature","id":"n7908166143","geometry":{"type":"Point","coordinates":[-0.1007312,51.4512424]},"properties":{"@type":"node","@id":7908166143,"@timestamp":1600162442},"coords":"51.4512424,-0.1007312","bedrooms":"0","price":"209000","area":"402"} , +{"type":"Feature","id":"n7908441599","geometry":{"type":"Point","coordinates":[-0.299994,51.390746]},"properties":{"@type":"node","@id":7908441599,"@timestamp":1600180475},"coords":"51.390746,-0.299994","bedrooms":"1","price":"299000","area":"690"} , +{"type":"Feature","id":"n7908687327","geometry":{"type":"Point","coordinates":[-0.1336623,51.5256427]},"properties":{"@type":"node","@id":7908687327,"@timestamp":1604858707},"coords":"51.5256427,-0.1336623","bedrooms":"0","price":"272000","area":"586"} , +{"type":"Feature","id":"n7908711224","geometry":{"type":"Point","coordinates":[-0.1344669,51.5243364]},"properties":{"@type":"node","@id":7908711224,"@timestamp":1604858707},"coords":"51.5243364,-0.1344669","bedrooms":"1","price":"171000","area":"655"} , +{"type":"Feature","id":"n7908755125","geometry":{"type":"Point","coordinates":[-0.0006844,51.5402081]},"properties":{"@type":"node","@id":7908755125,"@timestamp":1617967860},"coords":"51.5402081,-0.0006844","bedrooms":"0","price":"224000","area":"482"} , +{"type":"Feature","id":"n7908847962","geometry":{"type":"Point","coordinates":[0.8646887,51.1435106]},"properties":{"@type":"node","@id":7908847962,"@timestamp":1600177683},"coords":"51.1435106,0.8646887","bedrooms":"1","price":"235000","area":"496"} , +{"type":"Feature","id":"n7908847972","geometry":{"type":"Point","coordinates":[0.8641613,51.1435099]},"properties":{"@type":"node","@id":7908847972,"@timestamp":1600177683},"coords":"51.1435099,0.8641613","bedrooms":"4","price":"243000","area":"380"} , +{"type":"Feature","id":"n7908847982","geometry":{"type":"Point","coordinates":[0.8656529,51.1440077]},"properties":{"@type":"node","@id":7908847982,"@timestamp":1600177683},"coords":"51.1440077,0.8656529","bedrooms":"4","price":"278000","area":"356"} , +{"type":"Feature","id":"n7908909616","geometry":{"type":"Point","coordinates":[0.0394533,51.5024248]},"properties":{"@type":"node","@id":7908909616,"@timestamp":1600179788},"coords":"51.5024248,0.0394533","bedrooms":"1","price":"222000","area":"419"} , +{"type":"Feature","id":"n7909183181","geometry":{"type":"Point","coordinates":[0.1320487,51.5618344]},"properties":{"@type":"node","@id":7909183181,"@timestamp":1600187874},"coords":"51.5618344,0.1320487","bedrooms":"0","price":"196000","area":"477"} , +{"type":"Feature","id":"n7909241591","geometry":{"type":"Point","coordinates":[0.1323856,51.5624233]},"properties":{"@type":"node","@id":7909241591,"@timestamp":1600187874},"coords":"51.5624233,0.1323856","bedrooms":"4","price":"208000","area":"687"} , +{"type":"Feature","id":"n7909245478","geometry":{"type":"Point","coordinates":[0.0984349,51.5660001]},"properties":{"@type":"node","@id":7909245478,"@timestamp":1600189656},"coords":"51.5660001,0.0984349","bedrooms":"4","price":"242000","area":"689"} , +{"type":"Feature","id":"n7909277780","geometry":{"type":"Point","coordinates":[0.121329,51.5618957]},"properties":{"@type":"node","@id":7909277780,"@timestamp":1600189292},"coords":"51.5618957,0.121329","bedrooms":"3","price":"268000","area":"377"} , +{"type":"Feature","id":"n7909282490","geometry":{"type":"Point","coordinates":[0.1287177,51.5634832]},"properties":{"@type":"node","@id":7909282490,"@timestamp":1600189292},"coords":"51.5634832,0.1287177","bedrooms":"1","price":"194000","area":"621"} , +{"type":"Feature","id":"n7909282500","geometry":{"type":"Point","coordinates":[0.1208859,51.5602942]},"properties":{"@type":"node","@id":7909282500,"@timestamp":1600189292},"coords":"51.5602942,0.1208859","bedrooms":"3","price":"207000","area":"654"} , +{"type":"Feature","id":"n7909282510","geometry":{"type":"Point","coordinates":[0.1212419,51.5605306]},"properties":{"@type":"node","@id":7909282510,"@timestamp":1600189292},"coords":"51.5605306,0.1212419","bedrooms":"4","price":"162000","area":"588"} , +{"type":"Feature","id":"n7909282520","geometry":{"type":"Point","coordinates":[0.1310537,51.5600324]},"properties":{"@type":"node","@id":7909282520,"@timestamp":1600189292},"coords":"51.5600324,0.1310537","bedrooms":"1","price":"259000","area":"410"} , +{"type":"Feature","id":"n7909282530","geometry":{"type":"Point","coordinates":[0.1287479,51.5628696]},"properties":{"@type":"node","@id":7909282530,"@timestamp":1600189292},"coords":"51.5628696,0.1287479","bedrooms":"1","price":"193000","area":"602"} , +{"type":"Feature","id":"n7909282540","geometry":{"type":"Point","coordinates":[0.1253357,51.5590951]},"properties":{"@type":"node","@id":7909282540,"@timestamp":1600189292},"coords":"51.5590951,0.1253357","bedrooms":"4","price":"224000","area":"465"} , +{"type":"Feature","id":"n7909282550","geometry":{"type":"Point","coordinates":[0.1204937,51.5625551]},"properties":{"@type":"node","@id":7909282550,"@timestamp":1600189292},"coords":"51.5625551,0.1204937","bedrooms":"4","price":"171000","area":"630"} , +{"type":"Feature","id":"n7909282560","geometry":{"type":"Point","coordinates":[0.121242,51.5612503]},"properties":{"@type":"node","@id":7909282560,"@timestamp":1600189292},"coords":"51.5612503,0.121242","bedrooms":"2","price":"270000","area":"358"} , +{"type":"Feature","id":"n7909290405","geometry":{"type":"Point","coordinates":[0.0946751,51.5693675]},"properties":{"@type":"node","@id":7909290405,"@timestamp":1600189860},"coords":"51.5693675,0.0946751","bedrooms":"3","price":"220000","area":"583"} , +{"type":"Feature","id":"n7909290415","geometry":{"type":"Point","coordinates":[0.0895835,51.565216]},"properties":{"@type":"node","@id":7909290415,"@timestamp":1600189860},"coords":"51.565216,0.0895835","bedrooms":"1","price":"175000","area":"408"} , +{"type":"Feature","id":"n7909290425","geometry":{"type":"Point","coordinates":[0.0872528,51.5654631]},"properties":{"@type":"node","@id":7909290425,"@timestamp":1600189860},"coords":"51.5654631,0.0872528","bedrooms":"1","price":"284000","area":"579"} , +{"type":"Feature","id":"n7909290435","geometry":{"type":"Point","coordinates":[0.0894398,51.5661029]},"properties":{"@type":"node","@id":7909290435,"@timestamp":1600189860},"coords":"51.5661029,0.0894398","bedrooms":"0","price":"229000","area":"543"} , +{"type":"Feature","id":"n7909290445","geometry":{"type":"Point","coordinates":[0.0862272,51.5653127]},"properties":{"@type":"node","@id":7909290445,"@timestamp":1600189860},"coords":"51.5653127,0.0862272","bedrooms":"2","price":"188000","area":"393"} , +{"type":"Feature","id":"n7909293792","geometry":{"type":"Point","coordinates":[0.1023487,51.5672497]},"properties":{"@type":"node","@id":7909293792,"@timestamp":1600189656},"coords":"51.5672497,0.1023487","bedrooms":"4","price":"243000","area":"686"} , +{"type":"Feature","id":"n7909293802","geometry":{"type":"Point","coordinates":[0.1007146,51.5654203]},"properties":{"@type":"node","@id":7909293802,"@timestamp":1600189656},"coords":"51.5654203,0.1007146","bedrooms":"0","price":"184000","area":"628"} , +{"type":"Feature","id":"n7909293812","geometry":{"type":"Point","coordinates":[0.0994791,51.5687078]},"properties":{"@type":"node","@id":7909293812,"@timestamp":1600189656},"coords":"51.5687078,0.0994791","bedrooms":"1","price":"264000","area":"632"} , +{"type":"Feature","id":"n7909293822","geometry":{"type":"Point","coordinates":[0.099751,51.5693728]},"properties":{"@type":"node","@id":7909293822,"@timestamp":1600189656},"coords":"51.5693728,0.099751","bedrooms":"0","price":"227000","area":"364"} , +{"type":"Feature","id":"n7909293832","geometry":{"type":"Point","coordinates":[0.0992082,51.5706757]},"properties":{"@type":"node","@id":7909293832,"@timestamp":1600189656},"coords":"51.5706757,0.0992082","bedrooms":"0","price":"196000","area":"424"} , +{"type":"Feature","id":"n7909293842","geometry":{"type":"Point","coordinates":[0.1022243,51.5666654]},"properties":{"@type":"node","@id":7909293842,"@timestamp":1600189656},"coords":"51.5666654,0.1022243","bedrooms":"1","price":"164000","area":"667"} , +{"type":"Feature","id":"n7909293852","geometry":{"type":"Point","coordinates":[0.1082833,51.5667879]},"properties":{"@type":"node","@id":7909293852,"@timestamp":1600189656},"coords":"51.5667879,0.1082833","bedrooms":"3","price":"150000","area":"457"} , +{"type":"Feature","id":"n7909293862","geometry":{"type":"Point","coordinates":[0.1074115,51.5707116]},"properties":{"@type":"node","@id":7909293862,"@timestamp":1600189656},"coords":"51.5707116,0.1074115","bedrooms":"1","price":"193000","area":"561"} , +{"type":"Feature","id":"n7909293872","geometry":{"type":"Point","coordinates":[0.109561,51.5670758]},"properties":{"@type":"node","@id":7909293872,"@timestamp":1600189656},"coords":"51.5670758,0.109561","bedrooms":"2","price":"272000","area":"350"} , +{"type":"Feature","id":"n7909950086","geometry":{"type":"Point","coordinates":[-0.2994296,51.3908679]},"properties":{"@type":"node","@id":7909950086,"@timestamp":1600248305},"coords":"51.3908679,-0.2994296","bedrooms":"4","price":"213000","area":"408"} , +{"type":"Feature","id":"n7909985628","geometry":{"type":"Point","coordinates":[0.1960973,51.5196239]},"properties":{"@type":"node","@id":7909985628,"@timestamp":1610934578},"coords":"51.5196239,0.1960973","bedrooms":"0","price":"299000","area":"500"} , +{"type":"Feature","id":"n7910020394","geometry":{"type":"Point","coordinates":[0.8551762,51.143379]},"properties":{"@type":"node","@id":7910020394,"@timestamp":1600194778},"coords":"51.143379,0.8551762","bedrooms":"2","price":"289000","area":"549"} , +{"type":"Feature","id":"n7910039759","geometry":{"type":"Point","coordinates":[-0.0670861,51.2497631]},"properties":{"@type":"node","@id":7910039759,"@timestamp":1600195951},"coords":"51.2497631,-0.0670861","bedrooms":"4","price":"239000","area":"420"} , +{"type":"Feature","id":"n7910204799","geometry":{"type":"Point","coordinates":[-0.6389632,51.2803003]},"properties":{"@type":"node","@id":7910204799,"@timestamp":1600200555},"coords":"51.2803003,-0.6389632","bedrooms":"0","price":"275000","area":"658"} , +{"type":"Feature","id":"n7911037902","geometry":{"type":"Point","coordinates":[-0.0435302,51.5485315]},"properties":{"@type":"node","@id":7911037902,"@timestamp":1604480379},"coords":"51.5485315,-0.0435302","bedrooms":"0","price":"151000","area":"559"} , +{"type":"Feature","id":"n7911127538","geometry":{"type":"Point","coordinates":[-0.0397022,51.5757448]},"properties":{"@type":"node","@id":7911127538,"@timestamp":1600205111},"coords":"51.5757448,-0.0397022","bedrooms":"2","price":"256000","area":"476"} , +{"type":"Feature","id":"n7911166114","geometry":{"type":"Point","coordinates":[-0.2808166,51.386966]},"properties":{"@type":"node","@id":7911166114,"@timestamp":1600206172},"coords":"51.386966,-0.2808166","bedrooms":"1","price":"191000","area":"529"} , +{"type":"Feature","id":"n7911195291","geometry":{"type":"Point","coordinates":[-0.1475811,51.306716]},"properties":{"@type":"node","@id":7911195291,"@timestamp":1600207585},"coords":"51.306716,-0.1475811","bedrooms":"4","price":"237000","area":"521"} , +{"type":"Feature","id":"n7911195301","geometry":{"type":"Point","coordinates":[-0.1489128,51.3065869]},"properties":{"@type":"node","@id":7911195301,"@timestamp":1600207585},"coords":"51.3065869,-0.1489128","bedrooms":"1","price":"247000","area":"489"} , +{"type":"Feature","id":"n7911231379","geometry":{"type":"Point","coordinates":[-0.0881579,51.5098801]},"properties":{"@type":"node","@id":7911231379,"@timestamp":1600211890},"coords":"51.5098801,-0.0881579","bedrooms":"2","price":"286000","area":"397"} , +{"type":"Feature","id":"n7911267691","geometry":{"type":"Point","coordinates":[-0.0884021,51.5099388]},"properties":{"@type":"node","@id":7911267691,"@timestamp":1600211890},"coords":"51.5099388,-0.0884021","bedrooms":"0","price":"218000","area":"605"} , +{"type":"Feature","id":"n7911297391","geometry":{"type":"Point","coordinates":[-0.0786939,51.5180896]},"properties":{"@type":"node","@id":7911297391,"@timestamp":1600214312},"coords":"51.5180896,-0.0786939","bedrooms":"1","price":"230000","area":"413"} , +{"type":"Feature","id":"n7911297404","geometry":{"type":"Point","coordinates":[-0.0789392,51.5181144]},"properties":{"@type":"node","@id":7911297404,"@timestamp":1600214312},"coords":"51.5181144,-0.0789392","bedrooms":"1","price":"241000","area":"462"} , +{"type":"Feature","id":"n7911297443","geometry":{"type":"Point","coordinates":[-0.0779532,51.5179516]},"properties":{"@type":"node","@id":7911297443,"@timestamp":1600214312},"coords":"51.5179516,-0.0779532","bedrooms":"2","price":"239000","area":"356"} , +{"type":"Feature","id":"n7911297492","geometry":{"type":"Point","coordinates":[-0.0778002,51.51801]},"properties":{"@type":"node","@id":7911297492,"@timestamp":1600214312},"coords":"51.51801,-0.0778002","bedrooms":"1","price":"234000","area":"611"} , +{"type":"Feature","id":"n7911297521","geometry":{"type":"Point","coordinates":[-0.077228,51.5181194]},"properties":{"@type":"node","@id":7911297521,"@timestamp":1600214312},"coords":"51.5181194,-0.077228","bedrooms":"2","price":"274000","area":"388"} , +{"type":"Feature","id":"n7911368518","geometry":{"type":"Point","coordinates":[0.1910607,51.5166426]},"properties":{"@type":"node","@id":7911368518,"@timestamp":1600218981},"coords":"51.5166426,0.1910607","bedrooms":"3","price":"278000","area":"363"} , +{"type":"Feature","id":"n7911369891","geometry":{"type":"Point","coordinates":[-0.1746585,51.5021193]},"properties":{"@type":"node","@id":7911369891,"@timestamp":1625884762},"coords":"51.5021193,-0.1746585","bedrooms":"1","price":"160000","area":"572"} , +{"type":"Feature","id":"n7911467551","geometry":{"type":"Point","coordinates":[0.0076613,51.4857846]},"properties":{"@type":"node","@id":7911467551,"@timestamp":1631281060},"coords":"51.4857846,0.0076613","bedrooms":"4","price":"255000","area":"676"} , +{"type":"Feature","id":"n7912210163","geometry":{"type":"Point","coordinates":[0.0050291,51.542395]},"properties":{"@type":"node","@id":7912210163,"@timestamp":1617899251},"coords":"51.542395,0.0050291","bedrooms":"2","price":"197000","area":"573"} , +{"type":"Feature","id":"n7912284951","geometry":{"type":"Point","coordinates":[-0.0312679,51.6688399]},"properties":{"@type":"node","@id":7912284951,"@timestamp":1602701241},"coords":"51.6688399,-0.0312679","bedrooms":"3","price":"289000","area":"689"} , +{"type":"Feature","id":"n7912609972","geometry":{"type":"Point","coordinates":[-0.1843478,51.1767439]},"properties":{"@type":"node","@id":7912609972,"@timestamp":1600251106},"coords":"51.1767439,-0.1843478","bedrooms":"4","price":"196000","area":"352"} , +{"type":"Feature","id":"n7912639842","geometry":{"type":"Point","coordinates":[-0.0360936,51.6625173]},"properties":{"@type":"node","@id":7912639842,"@timestamp":1600251330},"coords":"51.6625173,-0.0360936","bedrooms":"0","price":"157000","area":"472"} , +{"type":"Feature","id":"n7912774112","geometry":{"type":"Point","coordinates":[0.0768378,51.6208444]},"properties":{"@type":"node","@id":7912774112,"@timestamp":1600254223},"coords":"51.6208444,0.0768378","bedrooms":"0","price":"196000","area":"353"} , +{"type":"Feature","id":"n7912774122","geometry":{"type":"Point","coordinates":[0.0808492,51.6206253]},"properties":{"@type":"node","@id":7912774122,"@timestamp":1600254223},"coords":"51.6206253,0.0808492","bedrooms":"2","price":"190000","area":"373"} , +{"type":"Feature","id":"n7912774139","geometry":{"type":"Point","coordinates":[0.0835053,51.6207369]},"properties":{"@type":"node","@id":7912774139,"@timestamp":1600254223},"coords":"51.6207369,0.0835053","bedrooms":"1","price":"297000","area":"407"} , +{"type":"Feature","id":"n7912774149","geometry":{"type":"Point","coordinates":[0.0841665,51.6209287]},"properties":{"@type":"node","@id":7912774149,"@timestamp":1600254223},"coords":"51.6209287,0.0841665","bedrooms":"3","price":"251000","area":"400"} , +{"type":"Feature","id":"n7912784664","geometry":{"type":"Point","coordinates":[0.0836222,51.620468]},"properties":{"@type":"node","@id":7912784664,"@timestamp":1600254516},"coords":"51.620468,0.0836222","bedrooms":"4","price":"195000","area":"353"} , +{"type":"Feature","id":"n7912867654","geometry":{"type":"Point","coordinates":[0.412053,51.8599921]},"properties":{"@type":"node","@id":7912867654,"@timestamp":1600256041},"coords":"51.8599921,0.412053","bedrooms":"2","price":"161000","area":"356"} , +{"type":"Feature","id":"n7912910214","geometry":{"type":"Point","coordinates":[-0.4218584,51.4696535]},"properties":{"@type":"node","@id":7912910214,"@timestamp":1600256229},"coords":"51.4696535,-0.4218584","bedrooms":"0","price":"208000","area":"381"} , +{"type":"Feature","id":"n7912910356","geometry":{"type":"Point","coordinates":[-0.4178105,51.4683197]},"properties":{"@type":"node","@id":7912910356,"@timestamp":1600256229},"coords":"51.4683197,-0.4178105","bedrooms":"3","price":"198000","area":"372"} , +{"type":"Feature","id":"n7912910505","geometry":{"type":"Point","coordinates":[-0.4220618,51.4768327]},"properties":{"@type":"node","@id":7912910505,"@timestamp":1600256229},"coords":"51.4768327,-0.4220618","bedrooms":"0","price":"242000","area":"560"} , +{"type":"Feature","id":"n7912974288","geometry":{"type":"Point","coordinates":[-0.2956887,51.3853084]},"properties":{"@type":"node","@id":7912974288,"@timestamp":1616521054},"coords":"51.3853084,-0.2956887","bedrooms":"2","price":"244000","area":"495"} , +{"type":"Feature","id":"n7913310252","geometry":{"type":"Point","coordinates":[0.8585731,51.1184021]},"properties":{"@type":"node","@id":7913310252,"@timestamp":1600267059},"coords":"51.1184021,0.8585731","bedrooms":"0","price":"193000","area":"652"} , +{"type":"Feature","id":"n7913346366","geometry":{"type":"Point","coordinates":[-0.3439067,51.4013387]},"properties":{"@type":"node","@id":7913346366,"@timestamp":1614503859},"coords":"51.4013387,-0.3439067","bedrooms":"2","price":"195000","area":"398"} , +{"type":"Feature","id":"n7913450234","geometry":{"type":"Point","coordinates":[-0.1331896,51.5247454]},"properties":{"@type":"node","@id":7913450234,"@timestamp":1606356495},"coords":"51.5247454,-0.1331896","bedrooms":"0","price":"156000","area":"525"} , +{"type":"Feature","id":"n7913496750","geometry":{"type":"Point","coordinates":[-0.3364095,51.4064216]},"properties":{"@type":"node","@id":7913496750,"@timestamp":1600270970},"coords":"51.4064216,-0.3364095","bedrooms":"1","price":"247000","area":"615"} , +{"type":"Feature","id":"n7913766970","geometry":{"type":"Point","coordinates":[-0.1495985,51.30335]},"properties":{"@type":"node","@id":7913766970,"@timestamp":1600276769},"coords":"51.30335,-0.1495985","bedrooms":"0","price":"166000","area":"609"} , +{"type":"Feature","id":"n7913770690","geometry":{"type":"Point","coordinates":[-0.1445015,51.3062493]},"properties":{"@type":"node","@id":7913770690,"@timestamp":1600276769},"coords":"51.3062493,-0.1445015","bedrooms":"4","price":"268000","area":"654"} , +{"type":"Feature","id":"n7913798887","geometry":{"type":"Point","coordinates":[-0.7224584,51.525929]},"properties":{"@type":"node","@id":7913798887,"@timestamp":1610466958},"coords":"51.525929,-0.7224584","bedrooms":"4","price":"163000","area":"481"} , +{"type":"Feature","id":"n7914055595","geometry":{"type":"Point","coordinates":[-0.1459934,51.6417987]},"properties":{"@type":"node","@id":7914055595,"@timestamp":1600284365},"coords":"51.6417987,-0.1459934","bedrooms":"0","price":"195000","area":"604"} , +{"type":"Feature","id":"n7914055605","geometry":{"type":"Point","coordinates":[-0.1459385,51.6408174]},"properties":{"@type":"node","@id":7914055605,"@timestamp":1600284365},"coords":"51.6408174,-0.1459385","bedrooms":"0","price":"271000","area":"648"} , +{"type":"Feature","id":"n7914344959","geometry":{"type":"Point","coordinates":[-0.3010121,51.3872275]},"properties":{"@type":"node","@id":7914344959,"@timestamp":1600292824},"coords":"51.3872275,-0.3010121","bedrooms":"2","price":"274000","area":"621"} , +{"type":"Feature","id":"n7914397591","geometry":{"type":"Point","coordinates":[-0.3006024,51.3882482]},"properties":{"@type":"node","@id":7914397591,"@timestamp":1601190012},"coords":"51.3882482,-0.3006024","bedrooms":"1","price":"211000","area":"658"} , +{"type":"Feature","id":"n7914408012","geometry":{"type":"Point","coordinates":[0.1919687,51.5189671]},"properties":{"@type":"node","@id":7914408012,"@timestamp":1609336769},"coords":"51.5189671,0.1919687","bedrooms":"4","price":"250000","area":"606"} , +{"type":"Feature","id":"n7914535205","geometry":{"type":"Point","coordinates":[-0.04779,51.543364]},"properties":{"@type":"node","@id":7914535205,"@timestamp":1600297100},"coords":"51.543364,-0.04779","bedrooms":"0","price":"176000","area":"504"} , +{"type":"Feature","id":"n7914535245","geometry":{"type":"Point","coordinates":[-0.0480756,51.5428714]},"properties":{"@type":"node","@id":7914535245,"@timestamp":1600297100},"coords":"51.5428714,-0.0480756","bedrooms":"1","price":"159000","area":"551"} , +{"type":"Feature","id":"n7914535427","geometry":{"type":"Point","coordinates":[-0.0489154,51.542321]},"properties":{"@type":"node","@id":7914535427,"@timestamp":1600297100},"coords":"51.542321,-0.0489154","bedrooms":"0","price":"192000","area":"435"} , +{"type":"Feature","id":"n7914535446","geometry":{"type":"Point","coordinates":[-0.0489268,51.5421031]},"properties":{"@type":"node","@id":7914535446,"@timestamp":1616372497},"coords":"51.5421031,-0.0489268","bedrooms":"2","price":"251000","area":"486"} , +{"type":"Feature","id":"n7914894226","geometry":{"type":"Point","coordinates":[-0.0472122,51.543257]},"properties":{"@type":"node","@id":7914894226,"@timestamp":1600303671},"coords":"51.543257,-0.0472122","bedrooms":"0","price":"298000","area":"594"} , +{"type":"Feature","id":"n7914894276","geometry":{"type":"Point","coordinates":[-0.0474127,51.5433976]},"properties":{"@type":"node","@id":7914894276,"@timestamp":1600303671},"coords":"51.5433976,-0.0474127","bedrooms":"3","price":"156000","area":"589"} , +{"type":"Feature","id":"n7915648942","geometry":{"type":"Point","coordinates":[-0.4364051,51.5466762]},"properties":{"@type":"node","@id":7915648942,"@timestamp":1600320984},"coords":"51.5466762,-0.4364051","bedrooms":"3","price":"206000","area":"592"} , +{"type":"Feature","id":"n7915951154","geometry":{"type":"Point","coordinates":[0.6120585,51.3478292]},"properties":{"@type":"node","@id":7915951154,"@timestamp":1600328026},"coords":"51.3478292,0.6120585","bedrooms":"1","price":"294000","area":"350"} , +{"type":"Feature","id":"n7916071724","geometry":{"type":"Point","coordinates":[-0.7603269,51.5728986]},"properties":{"@type":"node","@id":7916071724,"@timestamp":1600329643},"coords":"51.5728986,-0.7603269","bedrooms":"0","price":"229000","area":"468"} , +{"type":"Feature","id":"n7916300475","geometry":{"type":"Point","coordinates":[-0.1142266,51.423441]},"properties":{"@type":"node","@id":7916300475,"@timestamp":1611697577},"coords":"51.423441,-0.1142266","bedrooms":"3","price":"276000","area":"374"} , +{"type":"Feature","id":"n7916302900","geometry":{"type":"Point","coordinates":[-0.0150778,51.3551694]},"properties":{"@type":"node","@id":7916302900,"@timestamp":1600333015},"coords":"51.3551694,-0.0150778","bedrooms":"1","price":"218000","area":"562"} , +{"type":"Feature","id":"n7916319033","geometry":{"type":"Point","coordinates":[-0.1175267,51.4329758]},"properties":{"@type":"node","@id":7916319033,"@timestamp":1600333532},"coords":"51.4329758,-0.1175267","bedrooms":"0","price":"249000","area":"650"} , +{"type":"Feature","id":"n7916333154","geometry":{"type":"Point","coordinates":[-0.3643706,51.2946491]},"properties":{"@type":"node","@id":7916333154,"@timestamp":1619994001},"coords":"51.2946491,-0.3643706","bedrooms":"1","price":"222000","area":"609"} , +{"type":"Feature","id":"n7916437314","geometry":{"type":"Point","coordinates":[-0.0220443,51.388358]},"properties":{"@type":"node","@id":7916437314,"@timestamp":1600335150},"coords":"51.388358,-0.0220443","bedrooms":"3","price":"195000","area":"621"} , +{"type":"Feature","id":"n7916491334","geometry":{"type":"Point","coordinates":[-0.2146058,51.315291]},"properties":{"@type":"node","@id":7916491334,"@timestamp":1600335850},"coords":"51.315291,-0.2146058","bedrooms":"2","price":"184000","area":"423"} , +{"type":"Feature","id":"n7916547917","geometry":{"type":"Point","coordinates":[0.0383912,51.5025719]},"properties":{"@type":"node","@id":7916547917,"@timestamp":1600337490},"coords":"51.5025719,0.0383912","bedrooms":"3","price":"185000","area":"409"} , +{"type":"Feature","id":"n7916562373","geometry":{"type":"Point","coordinates":[0.3715809,51.2074535]},"properties":{"@type":"node","@id":7916562373,"@timestamp":1600337500},"coords":"51.2074535,0.3715809","bedrooms":"4","price":"212000","area":"423"} , +{"type":"Feature","id":"n7916582506","geometry":{"type":"Point","coordinates":[0.4903391,51.3925684]},"properties":{"@type":"node","@id":7916582506,"@timestamp":1600338061},"coords":"51.3925684,0.4903391","bedrooms":"2","price":"261000","area":"385"} , +{"type":"Feature","id":"n7916582518","geometry":{"type":"Point","coordinates":[0.49474,51.3953402]},"properties":{"@type":"node","@id":7916582518,"@timestamp":1600338061},"coords":"51.3953402,0.49474","bedrooms":"4","price":"233000","area":"645"} , +{"type":"Feature","id":"n7916658586","geometry":{"type":"Point","coordinates":[0.4013384,51.579801]},"properties":{"@type":"node","@id":7916658586,"@timestamp":1600339677},"coords":"51.579801,0.4013384","bedrooms":"3","price":"150000","area":"548"} , +{"type":"Feature","id":"n7916891393","geometry":{"type":"Point","coordinates":[0.1127871,51.570291]},"properties":{"@type":"node","@id":7916891393,"@timestamp":1600343868},"coords":"51.570291,0.1127871","bedrooms":"2","price":"183000","area":"512"} , +{"type":"Feature","id":"n7916927080","geometry":{"type":"Point","coordinates":[0.1099163,51.5794659]},"properties":{"@type":"node","@id":7916927080,"@timestamp":1600344985},"coords":"51.5794659,0.1099163","bedrooms":"1","price":"226000","area":"366"} , +{"type":"Feature","id":"n7917000165","geometry":{"type":"Point","coordinates":[-0.1244978,51.3784971]},"properties":{"@type":"node","@id":7917000165,"@timestamp":1600346245},"coords":"51.3784971,-0.1244978","bedrooms":"3","price":"222000","area":"645"} , +{"type":"Feature","id":"n7917102226","geometry":{"type":"Point","coordinates":[0.7423914,51.4246335]},"properties":{"@type":"node","@id":7917102226,"@timestamp":1600347859},"coords":"51.4246335,0.7423914","bedrooms":"3","price":"254000","area":"644"} , +{"type":"Feature","id":"n7917184189","geometry":{"type":"Point","coordinates":[-0.1500184,51.4980045]},"properties":{"@type":"node","@id":7917184189,"@timestamp":1600349434},"coords":"51.4980045,-0.1500184","bedrooms":"4","price":"183000","area":"484"} , +{"type":"Feature","id":"n7917225477","geometry":{"type":"Point","coordinates":[-0.0462334,51.4982745]},"properties":{"@type":"node","@id":7917225477,"@timestamp":1600350549},"coords":"51.4982745,-0.0462334","bedrooms":"4","price":"268000","area":"634"} , +{"type":"Feature","id":"n7917233333","geometry":{"type":"Point","coordinates":[-0.3323355,51.4114187]},"properties":{"@type":"node","@id":7917233333,"@timestamp":1600350609},"coords":"51.4114187,-0.3323355","bedrooms":"3","price":"180000","area":"574"} , +{"type":"Feature","id":"n7917233343","geometry":{"type":"Point","coordinates":[-0.3318473,51.4109369]},"properties":{"@type":"node","@id":7917233343,"@timestamp":1600350609},"coords":"51.4109369,-0.3318473","bedrooms":"3","price":"285000","area":"447"} , +{"type":"Feature","id":"n7917233353","geometry":{"type":"Point","coordinates":[-0.3325048,51.4119279]},"properties":{"@type":"node","@id":7917233353,"@timestamp":1600350609},"coords":"51.4119279,-0.3325048","bedrooms":"3","price":"171000","area":"492"} , +{"type":"Feature","id":"n7917233364","geometry":{"type":"Point","coordinates":[-0.3213986,51.4106166]},"properties":{"@type":"node","@id":7917233364,"@timestamp":1600350609},"coords":"51.4106166,-0.3213986","bedrooms":"1","price":"298000","area":"691"} , +{"type":"Feature","id":"n7917233374","geometry":{"type":"Point","coordinates":[-0.3248404,51.4099758]},"properties":{"@type":"node","@id":7917233374,"@timestamp":1600350609},"coords":"51.4099758,-0.3248404","bedrooms":"0","price":"231000","area":"525"} , +{"type":"Feature","id":"n7917248525","geometry":{"type":"Point","coordinates":[-0.319192,51.412143]},"properties":{"@type":"node","@id":7917248525,"@timestamp":1600350609},"coords":"51.412143,-0.319192","bedrooms":"3","price":"282000","area":"351"} , +{"type":"Feature","id":"n7917248535","geometry":{"type":"Point","coordinates":[-0.3173836,51.4127492]},"properties":{"@type":"node","@id":7917248535,"@timestamp":1600350609},"coords":"51.4127492,-0.3173836","bedrooms":"3","price":"178000","area":"567"} , +{"type":"Feature","id":"n7917248592","geometry":{"type":"Point","coordinates":[-0.3220601,51.4162307]},"properties":{"@type":"node","@id":7917248592,"@timestamp":1600350609},"coords":"51.4162307,-0.3220601","bedrooms":"1","price":"280000","area":"691"} , +{"type":"Feature","id":"n7917248627","geometry":{"type":"Point","coordinates":[-0.3242521,51.4126493]},"properties":{"@type":"node","@id":7917248627,"@timestamp":1600350609},"coords":"51.4126493,-0.3242521","bedrooms":"0","price":"218000","area":"693"} , +{"type":"Feature","id":"n7917248665","geometry":{"type":"Point","coordinates":[-0.3273749,51.4163132]},"properties":{"@type":"node","@id":7917248665,"@timestamp":1600350609},"coords":"51.4163132,-0.3273749","bedrooms":"2","price":"195000","area":"583"} , +{"type":"Feature","id":"n7917248675","geometry":{"type":"Point","coordinates":[-0.3264753,51.4179494]},"properties":{"@type":"node","@id":7917248675,"@timestamp":1600350609},"coords":"51.4179494,-0.3264753","bedrooms":"0","price":"253000","area":"548"} , +{"type":"Feature","id":"n7917248685","geometry":{"type":"Point","coordinates":[-0.3280528,51.4188332]},"properties":{"@type":"node","@id":7917248685,"@timestamp":1600350609},"coords":"51.4188332,-0.3280528","bedrooms":"3","price":"293000","area":"481"} , +{"type":"Feature","id":"n7917248703","geometry":{"type":"Point","coordinates":[-0.3302034,51.4196556]},"properties":{"@type":"node","@id":7917248703,"@timestamp":1600350609},"coords":"51.4196556,-0.3302034","bedrooms":"1","price":"181000","area":"675"} , +{"type":"Feature","id":"n7917248713","geometry":{"type":"Point","coordinates":[-0.3313557,51.419279]},"properties":{"@type":"node","@id":7917248713,"@timestamp":1600350609},"coords":"51.419279,-0.3313557","bedrooms":"2","price":"158000","area":"514"} , +{"type":"Feature","id":"n7917248802","geometry":{"type":"Point","coordinates":[-0.3433353,51.4126209]},"properties":{"@type":"node","@id":7917248802,"@timestamp":1600350609},"coords":"51.4126209,-0.3433353","bedrooms":"4","price":"178000","area":"659"} , +{"type":"Feature","id":"n7917248812","geometry":{"type":"Point","coordinates":[-0.3431514,51.4115438]},"properties":{"@type":"node","@id":7917248812,"@timestamp":1600350609},"coords":"51.4115438,-0.3431514","bedrooms":"0","price":"157000","area":"407"} , +{"type":"Feature","id":"n7917248834","geometry":{"type":"Point","coordinates":[-0.3443211,51.4115205]},"properties":{"@type":"node","@id":7917248834,"@timestamp":1600350609},"coords":"51.4115205,-0.3443211","bedrooms":"4","price":"292000","area":"542"} , +{"type":"Feature","id":"n7917248936","geometry":{"type":"Point","coordinates":[-0.3507802,51.4108396]},"properties":{"@type":"node","@id":7917248936,"@timestamp":1600350609},"coords":"51.4108396,-0.3507802","bedrooms":"4","price":"296000","area":"414"} , +{"type":"Feature","id":"n7917248946","geometry":{"type":"Point","coordinates":[-0.3494731,51.4102374]},"properties":{"@type":"node","@id":7917248946,"@timestamp":1600350609},"coords":"51.4102374,-0.3494731","bedrooms":"1","price":"212000","area":"545"} , +{"type":"Feature","id":"n7917248956","geometry":{"type":"Point","coordinates":[-0.3483734,51.410406]},"properties":{"@type":"node","@id":7917248956,"@timestamp":1600350609},"coords":"51.410406,-0.3483734","bedrooms":"4","price":"201000","area":"403"} , +{"type":"Feature","id":"n7917248966","geometry":{"type":"Point","coordinates":[-0.3474729,51.4099686]},"properties":{"@type":"node","@id":7917248966,"@timestamp":1600350609},"coords":"51.4099686,-0.3474729","bedrooms":"4","price":"185000","area":"441"} , +{"type":"Feature","id":"n7917248976","geometry":{"type":"Point","coordinates":[-0.3479933,51.4096656]},"properties":{"@type":"node","@id":7917248976,"@timestamp":1600350609},"coords":"51.4096656,-0.3479933","bedrooms":"0","price":"240000","area":"352"} , +{"type":"Feature","id":"n7917248986","geometry":{"type":"Point","coordinates":[-0.3458793,51.4094792]},"properties":{"@type":"node","@id":7917248986,"@timestamp":1600350609},"coords":"51.4094792,-0.3458793","bedrooms":"2","price":"251000","area":"612"} , +{"type":"Feature","id":"n7917248996","geometry":{"type":"Point","coordinates":[-0.3465883,51.40835]},"properties":{"@type":"node","@id":7917248996,"@timestamp":1600350609},"coords":"51.40835,-0.3465883","bedrooms":"3","price":"243000","area":"399"} , +{"type":"Feature","id":"n7917249028","geometry":{"type":"Point","coordinates":[-0.3495322,51.4094558]},"properties":{"@type":"node","@id":7917249028,"@timestamp":1600350609},"coords":"51.4094558,-0.3495322","bedrooms":"4","price":"194000","area":"648"} , +{"type":"Feature","id":"n7917249038","geometry":{"type":"Point","coordinates":[-0.3505387,51.4099429]},"properties":{"@type":"node","@id":7917249038,"@timestamp":1600350609},"coords":"51.4099429,-0.3505387","bedrooms":"3","price":"255000","area":"414"} , +{"type":"Feature","id":"n7917249048","geometry":{"type":"Point","coordinates":[-0.3523593,51.4106234]},"properties":{"@type":"node","@id":7917249048,"@timestamp":1600350609},"coords":"51.4106234,-0.3523593","bedrooms":"3","price":"282000","area":"355"} , +{"type":"Feature","id":"n7917249058","geometry":{"type":"Point","coordinates":[-0.3529883,51.4108412]},"properties":{"@type":"node","@id":7917249058,"@timestamp":1600350609},"coords":"51.4108412,-0.3529883","bedrooms":"1","price":"192000","area":"499"} , +{"type":"Feature","id":"n7917249068","geometry":{"type":"Point","coordinates":[-0.3542307,51.4110182]},"properties":{"@type":"node","@id":7917249068,"@timestamp":1600350609},"coords":"51.4110182,-0.3542307","bedrooms":"0","price":"202000","area":"616"} , +{"type":"Feature","id":"n7917249249","geometry":{"type":"Point","coordinates":[-0.3393747,51.4068624]},"properties":{"@type":"node","@id":7917249249,"@timestamp":1600350609},"coords":"51.4068624,-0.3393747","bedrooms":"2","price":"292000","area":"408"} , +{"type":"Feature","id":"n7917249263","geometry":{"type":"Point","coordinates":[-0.3454326,51.4097736]},"properties":{"@type":"node","@id":7917249263,"@timestamp":1600350609},"coords":"51.4097736,-0.3454326","bedrooms":"2","price":"216000","area":"621"} , +{"type":"Feature","id":"n7917332602","geometry":{"type":"Point","coordinates":[0.8516339,51.144036]},"properties":{"@type":"node","@id":7917332602,"@timestamp":1600353340},"coords":"51.144036,0.8516339","bedrooms":"0","price":"187000","area":"410"} , +{"type":"Feature","id":"n7917357831","geometry":{"type":"Point","coordinates":[0.8625349,51.1581936]},"properties":{"@type":"node","@id":7917357831,"@timestamp":1617883815},"coords":"51.1581936,0.8625349","bedrooms":"3","price":"185000","area":"686"} , +{"type":"Feature","id":"n7917443418","geometry":{"type":"Point","coordinates":[-0.3556517,51.4227913]},"properties":{"@type":"node","@id":7917443418,"@timestamp":1600355137},"coords":"51.4227913,-0.3556517","bedrooms":"1","price":"206000","area":"513"} , +{"type":"Feature","id":"n7917443517","geometry":{"type":"Point","coordinates":[-0.3569566,51.4251633]},"properties":{"@type":"node","@id":7917443517,"@timestamp":1600355137},"coords":"51.4251633,-0.3569566","bedrooms":"0","price":"235000","area":"480"} , +{"type":"Feature","id":"n7917443541","geometry":{"type":"Point","coordinates":[-0.3547859,51.4251128]},"properties":{"@type":"node","@id":7917443541,"@timestamp":1600355137},"coords":"51.4251128,-0.3547859","bedrooms":"4","price":"171000","area":"551"} , +{"type":"Feature","id":"n7917443761","geometry":{"type":"Point","coordinates":[-0.3488905,51.4259624]},"properties":{"@type":"node","@id":7917443761,"@timestamp":1600355137},"coords":"51.4259624,-0.3488905","bedrooms":"3","price":"289000","area":"524"} , +{"type":"Feature","id":"n7917443887","geometry":{"type":"Point","coordinates":[-0.3521656,51.4245199]},"properties":{"@type":"node","@id":7917443887,"@timestamp":1600355137},"coords":"51.4245199,-0.3521656","bedrooms":"2","price":"180000","area":"353"} , +{"type":"Feature","id":"n7917443897","geometry":{"type":"Point","coordinates":[-0.3511145,51.4245419]},"properties":{"@type":"node","@id":7917443897,"@timestamp":1600355137},"coords":"51.4245419,-0.3511145","bedrooms":"4","price":"228000","area":"542"} , +{"type":"Feature","id":"n7917443994","geometry":{"type":"Point","coordinates":[-0.3535792,51.4224644]},"properties":{"@type":"node","@id":7917443994,"@timestamp":1600355137},"coords":"51.4224644,-0.3535792","bedrooms":"4","price":"239000","area":"573"} , +{"type":"Feature","id":"n7917444146","geometry":{"type":"Point","coordinates":[-0.3440346,51.4195999]},"properties":{"@type":"node","@id":7917444146,"@timestamp":1600355137},"coords":"51.4195999,-0.3440346","bedrooms":"4","price":"172000","area":"544"} , +{"type":"Feature","id":"n7917444156","geometry":{"type":"Point","coordinates":[-0.3426891,51.4187837]},"properties":{"@type":"node","@id":7917444156,"@timestamp":1600355137},"coords":"51.4187837,-0.3426891","bedrooms":"0","price":"260000","area":"446"} , +{"type":"Feature","id":"n7917444193","geometry":{"type":"Point","coordinates":[-0.3477247,51.4243249]},"properties":{"@type":"node","@id":7917444193,"@timestamp":1600355137},"coords":"51.4243249,-0.3477247","bedrooms":"0","price":"296000","area":"665"} , +{"type":"Feature","id":"n7917484274","geometry":{"type":"Point","coordinates":[-0.2146568,51.5234372]},"properties":{"@type":"node","@id":7917484274,"@timestamp":1600356933},"coords":"51.5234372,-0.2146568","bedrooms":"3","price":"206000","area":"517"} , +{"type":"Feature","id":"n7917611918","geometry":{"type":"Point","coordinates":[-0.3980375,51.4339372]},"properties":{"@type":"node","@id":7917611918,"@timestamp":1600359391},"coords":"51.4339372,-0.3980375","bedrooms":"1","price":"217000","area":"688"} , +{"type":"Feature","id":"n7917624198","geometry":{"type":"Point","coordinates":[-0.9650084,51.4582324]},"properties":{"@type":"node","@id":7917624198,"@timestamp":1600360031},"coords":"51.4582324,-0.9650084","bedrooms":"3","price":"187000","area":"676"} , +{"type":"Feature","id":"n7917659948","geometry":{"type":"Point","coordinates":[-0.5659693,51.6668236]},"properties":{"@type":"node","@id":7917659948,"@timestamp":1600361808},"coords":"51.6668236,-0.5659693","bedrooms":"3","price":"226000","area":"623"} , +{"type":"Feature","id":"n7917759114","geometry":{"type":"Point","coordinates":[0.0592436,50.9839834]},"properties":{"@type":"node","@id":7917759114,"@timestamp":1602532831},"coords":"50.9839834,0.0592436","bedrooms":"1","price":"255000","area":"616"} , +{"type":"Feature","id":"n7917793756","geometry":{"type":"Point","coordinates":[-0.5746218,51.6702937]},"properties":{"@type":"node","@id":7917793756,"@timestamp":1600365413},"coords":"51.6702937,-0.5746218","bedrooms":"4","price":"265000","area":"573"} , +{"type":"Feature","id":"n7917825583","geometry":{"type":"Point","coordinates":[-0.1699976,51.4899343]},"properties":{"@type":"node","@id":7917825583,"@timestamp":1600367733},"coords":"51.4899343,-0.1699976","bedrooms":"3","price":"241000","area":"422"} , +{"type":"Feature","id":"n7917893447","geometry":{"type":"Point","coordinates":[-0.1689452,51.4901607]},"properties":{"@type":"node","@id":7917893447,"@timestamp":1600367733},"coords":"51.4901607,-0.1689452","bedrooms":"0","price":"277000","area":"466"} , +{"type":"Feature","id":"n7918086870","geometry":{"type":"Point","coordinates":[-0.5643021,51.670443]},"properties":{"@type":"node","@id":7918086870,"@timestamp":1600371016},"coords":"51.670443,-0.5643021","bedrooms":"0","price":"162000","area":"430"} , +{"type":"Feature","id":"n7918090841","geometry":{"type":"Point","coordinates":[-0.5646355,51.6696556]},"properties":{"@type":"node","@id":7918090841,"@timestamp":1600371016},"coords":"51.6696556,-0.5646355","bedrooms":"0","price":"156000","area":"453"} , +{"type":"Feature","id":"n7918272053","geometry":{"type":"Point","coordinates":[-0.115294,51.4592798]},"properties":{"@type":"node","@id":7918272053,"@timestamp":1600375074},"coords":"51.4592798,-0.115294","bedrooms":"4","price":"166000","area":"467"} , +{"type":"Feature","id":"n7918530235","geometry":{"type":"Point","coordinates":[-0.0459814,51.5447948]},"properties":{"@type":"node","@id":7918530235,"@timestamp":1600382225},"coords":"51.5447948,-0.0459814","bedrooms":"4","price":"292000","area":"642"} , +{"type":"Feature","id":"n7918530388","geometry":{"type":"Point","coordinates":[-0.0467308,51.5443042]},"properties":{"@type":"node","@id":7918530388,"@timestamp":1600382225},"coords":"51.5443042,-0.0467308","bedrooms":"4","price":"169000","area":"415"} , +{"type":"Feature","id":"n7918574726","geometry":{"type":"Point","coordinates":[-0.043566,51.5869991]},"properties":{"@type":"node","@id":7918574726,"@timestamp":1600386197},"coords":"51.5869991,-0.043566","bedrooms":"1","price":"265000","area":"460"} , +{"type":"Feature","id":"n7918579007","geometry":{"type":"Point","coordinates":[-0.0445233,51.5444227]},"properties":{"@type":"node","@id":7918579007,"@timestamp":1600384799},"coords":"51.5444227,-0.0445233","bedrooms":"4","price":"221000","area":"356"} , +{"type":"Feature","id":"n7918751819","geometry":{"type":"Point","coordinates":[-0.0228352,51.5788371]},"properties":{"@type":"node","@id":7918751819,"@timestamp":1600394880},"coords":"51.5788371,-0.0228352","bedrooms":"1","price":"267000","area":"524"} , +{"type":"Feature","id":"n7918781595","geometry":{"type":"Point","coordinates":[0.193409,51.5177285]},"properties":{"@type":"node","@id":7918781595,"@timestamp":1609336769},"coords":"51.5177285,0.193409","bedrooms":"4","price":"259000","area":"399"} , +{"type":"Feature","id":"n7918781611","geometry":{"type":"Point","coordinates":[0.1927268,51.5181521]},"properties":{"@type":"node","@id":7918781611,"@timestamp":1606818776},"coords":"51.5181521,0.1927268","bedrooms":"0","price":"253000","area":"403"} , +{"type":"Feature","id":"n7918806853","geometry":{"type":"Point","coordinates":[-0.0202787,51.5720216]},"properties":{"@type":"node","@id":7918806853,"@timestamp":1625802491},"coords":"51.5720216,-0.0202787","bedrooms":"3","price":"271000","area":"655"} , +{"type":"Feature","id":"n7918834504","geometry":{"type":"Point","coordinates":[-0.029249,51.5689585]},"properties":{"@type":"node","@id":7918834504,"@timestamp":1629249580},"coords":"51.5689585,-0.029249","bedrooms":"4","price":"266000","area":"466"} , +{"type":"Feature","id":"n7918872732","geometry":{"type":"Point","coordinates":[-0.0953697,51.4986837]},"properties":{"@type":"node","@id":7918872732,"@timestamp":1600400800},"coords":"51.4986837,-0.0953697","bedrooms":"0","price":"272000","area":"605"} , +{"type":"Feature","id":"n7919080638","geometry":{"type":"Point","coordinates":[-0.4766366,51.9210143]},"properties":{"@type":"node","@id":7919080638,"@timestamp":1600406584},"coords":"51.9210143,-0.4766366","bedrooms":"1","price":"242000","area":"453"} , +{"type":"Feature","id":"n7919277115","geometry":{"type":"Point","coordinates":[-0.0253093,51.7250767]},"properties":{"@type":"node","@id":7919277115,"@timestamp":1631468725},"coords":"51.7250767,-0.0253093","bedrooms":"0","price":"235000","area":"529"} , +{"type":"Feature","id":"n7919439886","geometry":{"type":"Point","coordinates":[-0.4743768,51.339153]},"properties":{"@type":"node","@id":7919439886,"@timestamp":1621608609},"coords":"51.339153,-0.4743768","bedrooms":"2","price":"186000","area":"395"} , +{"type":"Feature","id":"n7919666291","geometry":{"type":"Point","coordinates":[-0.1654136,51.2099024]},"properties":{"@type":"node","@id":7919666291,"@timestamp":1600419449},"coords":"51.2099024,-0.1654136","bedrooms":"2","price":"236000","area":"629"} , +{"type":"Feature","id":"n7919821375","geometry":{"type":"Point","coordinates":[-0.3257959,51.0614273]},"properties":{"@type":"node","@id":7919821375,"@timestamp":1600422689},"coords":"51.0614273,-0.3257959","bedrooms":"3","price":"296000","area":"376"} , +{"type":"Feature","id":"n7919827151","geometry":{"type":"Point","coordinates":[-0.140497,51.616743]},"properties":{"@type":"node","@id":7919827151,"@timestamp":1600422933},"coords":"51.616743,-0.140497","bedrooms":"1","price":"282000","area":"374"} , +{"type":"Feature","id":"n7919977699","geometry":{"type":"Point","coordinates":[-0.3114128,51.4111838]},"properties":{"@type":"node","@id":7919977699,"@timestamp":1600425255},"coords":"51.4111838,-0.3114128","bedrooms":"4","price":"272000","area":"387"} , +{"type":"Feature","id":"n7919978110","geometry":{"type":"Point","coordinates":[-0.317112,51.4116354]},"properties":{"@type":"node","@id":7919978110,"@timestamp":1600425255},"coords":"51.4116354,-0.317112","bedrooms":"2","price":"165000","area":"687"} , +{"type":"Feature","id":"n7919978368","geometry":{"type":"Point","coordinates":[-0.3211144,51.3996396]},"properties":{"@type":"node","@id":7919978368,"@timestamp":1600425255},"coords":"51.3996396,-0.3211144","bedrooms":"0","price":"254000","area":"482"} , +{"type":"Feature","id":"n7919978378","geometry":{"type":"Point","coordinates":[-0.3238149,51.399558]},"properties":{"@type":"node","@id":7919978378,"@timestamp":1600425255},"coords":"51.399558,-0.3238149","bedrooms":"3","price":"264000","area":"539"} , +{"type":"Feature","id":"n7919978479","geometry":{"type":"Point","coordinates":[-0.3287637,51.4000973]},"properties":{"@type":"node","@id":7919978479,"@timestamp":1600425255},"coords":"51.4000973,-0.3287637","bedrooms":"4","price":"157000","area":"477"} , +{"type":"Feature","id":"n7919979134","geometry":{"type":"Point","coordinates":[-0.3411673,51.437106]},"properties":{"@type":"node","@id":7919979134,"@timestamp":1600425255},"coords":"51.437106,-0.3411673","bedrooms":"3","price":"168000","area":"465"} , +{"type":"Feature","id":"n7919979144","geometry":{"type":"Point","coordinates":[-0.3402368,51.4377427]},"properties":{"@type":"node","@id":7919979144,"@timestamp":1600425255},"coords":"51.4377427,-0.3402368","bedrooms":"4","price":"283000","area":"351"} , +{"type":"Feature","id":"n7919979167","geometry":{"type":"Point","coordinates":[-0.345225,51.4366767]},"properties":{"@type":"node","@id":7919979167,"@timestamp":1600425255},"coords":"51.4366767,-0.345225","bedrooms":"0","price":"239000","area":"595"} , +{"type":"Feature","id":"n7919979177","geometry":{"type":"Point","coordinates":[-0.3451927,51.4356799]},"properties":{"@type":"node","@id":7919979177,"@timestamp":1600425255},"coords":"51.4356799,-0.3451927","bedrooms":"4","price":"282000","area":"677"} , +{"type":"Feature","id":"n7919979205","geometry":{"type":"Point","coordinates":[-0.3475328,51.4358993]},"properties":{"@type":"node","@id":7919979205,"@timestamp":1600425255},"coords":"51.4358993,-0.3475328","bedrooms":"4","price":"226000","area":"577"} , +{"type":"Feature","id":"n7920169539","geometry":{"type":"Point","coordinates":[-0.3632821,51.4338693]},"properties":{"@type":"node","@id":7920169539,"@timestamp":1600429046},"coords":"51.4338693,-0.3632821","bedrooms":"1","price":"207000","area":"431"} , +{"type":"Feature","id":"n7920169734","geometry":{"type":"Point","coordinates":[-0.3569422,51.4329936]},"properties":{"@type":"node","@id":7920169734,"@timestamp":1600429046},"coords":"51.4329936,-0.3569422","bedrooms":"2","price":"155000","area":"528"} , +{"type":"Feature","id":"n7920169754","geometry":{"type":"Point","coordinates":[-0.3560153,51.4318153]},"properties":{"@type":"node","@id":7920169754,"@timestamp":1600429046},"coords":"51.4318153,-0.3560153","bedrooms":"2","price":"182000","area":"365"} , +{"type":"Feature","id":"n7920169948","geometry":{"type":"Point","coordinates":[-0.3541987,51.4354193]},"properties":{"@type":"node","@id":7920169948,"@timestamp":1600429046},"coords":"51.4354193,-0.3541987","bedrooms":"2","price":"234000","area":"512"} , +{"type":"Feature","id":"n7920170029","geometry":{"type":"Point","coordinates":[-0.3546145,51.4339179]},"properties":{"@type":"node","@id":7920170029,"@timestamp":1600429046},"coords":"51.4339179,-0.3546145","bedrooms":"0","price":"285000","area":"496"} , +{"type":"Feature","id":"n7920170084","geometry":{"type":"Point","coordinates":[-0.3585554,51.4345291]},"properties":{"@type":"node","@id":7920170084,"@timestamp":1600429046},"coords":"51.4345291,-0.3585554","bedrooms":"1","price":"265000","area":"502"} , +{"type":"Feature","id":"n7920170094","geometry":{"type":"Point","coordinates":[-0.3608435,51.4348567]},"properties":{"@type":"node","@id":7920170094,"@timestamp":1600429046},"coords":"51.4348567,-0.3608435","bedrooms":"3","price":"228000","area":"373"} , +{"type":"Feature","id":"n7920170179","geometry":{"type":"Point","coordinates":[-0.362453,51.4364158]},"properties":{"@type":"node","@id":7920170179,"@timestamp":1600429046},"coords":"51.4364158,-0.362453","bedrooms":"1","price":"206000","area":"687"} , +{"type":"Feature","id":"n7920170392","geometry":{"type":"Point","coordinates":[-0.3648508,51.4374104]},"properties":{"@type":"node","@id":7920170392,"@timestamp":1600429046},"coords":"51.4374104,-0.3648508","bedrooms":"0","price":"161000","area":"463"} , +{"type":"Feature","id":"n7920170454","geometry":{"type":"Point","coordinates":[-0.360264,51.4377554]},"properties":{"@type":"node","@id":7920170454,"@timestamp":1600429046},"coords":"51.4377554,-0.360264","bedrooms":"3","price":"278000","area":"605"} , +{"type":"Feature","id":"n7920170469","geometry":{"type":"Point","coordinates":[-0.3633304,51.4385968]},"properties":{"@type":"node","@id":7920170469,"@timestamp":1600429046},"coords":"51.4385968,-0.3633304","bedrooms":"3","price":"177000","area":"454"} , +{"type":"Feature","id":"n7920170580","geometry":{"type":"Point","coordinates":[-0.3664612,51.436568]},"properties":{"@type":"node","@id":7920170580,"@timestamp":1600429046},"coords":"51.436568,-0.3664612","bedrooms":"2","price":"288000","area":"376"} , +{"type":"Feature","id":"n7920219946","geometry":{"type":"Point","coordinates":[0.0497444,51.5516667]},"properties":{"@type":"node","@id":7920219946,"@timestamp":1610039323},"coords":"51.5516667,0.0497444","bedrooms":"3","price":"193000","area":"356"} , +{"type":"Feature","id":"n7920220161","geometry":{"type":"Point","coordinates":[-0.1332853,51.5539281]},"properties":{"@type":"node","@id":7920220161,"@timestamp":1600430397},"coords":"51.5539281,-0.1332853","bedrooms":"2","price":"205000","area":"385"} , +{"type":"Feature","id":"n7920433750","geometry":{"type":"Point","coordinates":[-0.4673061,51.4086737]},"properties":{"@type":"node","@id":7920433750,"@timestamp":1600436726},"coords":"51.4086737,-0.4673061","bedrooms":"2","price":"175000","area":"435"} , +{"type":"Feature","id":"n7920559686","geometry":{"type":"Point","coordinates":[-0.3227317,51.4299167]},"properties":{"@type":"node","@id":7920559686,"@timestamp":1600438862},"coords":"51.4299167,-0.3227317","bedrooms":"0","price":"262000","area":"630"} , +{"type":"Feature","id":"n7920559890","geometry":{"type":"Point","coordinates":[-0.3375712,51.4239916]},"properties":{"@type":"node","@id":7920559890,"@timestamp":1600438862},"coords":"51.4239916,-0.3375712","bedrooms":"0","price":"254000","area":"401"} , +{"type":"Feature","id":"n7920559900","geometry":{"type":"Point","coordinates":[-0.3382568,51.4240616]},"properties":{"@type":"node","@id":7920559900,"@timestamp":1600438862},"coords":"51.4240616,-0.3382568","bedrooms":"4","price":"157000","area":"692"} , +{"type":"Feature","id":"n7920559910","geometry":{"type":"Point","coordinates":[-0.3397664,51.4243405]},"properties":{"@type":"node","@id":7920559910,"@timestamp":1600438862},"coords":"51.4243405,-0.3397664","bedrooms":"3","price":"289000","area":"464"} , +{"type":"Feature","id":"n7920559920","geometry":{"type":"Point","coordinates":[-0.338492,51.4239268]},"properties":{"@type":"node","@id":7920559920,"@timestamp":1600438862},"coords":"51.4239268,-0.338492","bedrooms":"1","price":"214000","area":"698"} , +{"type":"Feature","id":"n7920740165","geometry":{"type":"Point","coordinates":[-0.325567,51.4543551]},"properties":{"@type":"node","@id":7920740165,"@timestamp":1600443142},"coords":"51.4543551,-0.325567","bedrooms":"3","price":"211000","area":"459"} , +{"type":"Feature","id":"n7920740357","geometry":{"type":"Point","coordinates":[-0.3442757,51.4555878]},"properties":{"@type":"node","@id":7920740357,"@timestamp":1601462357},"coords":"51.4555878,-0.3442757","bedrooms":"1","price":"256000","area":"498"} , +{"type":"Feature","id":"n7920797900","geometry":{"type":"Point","coordinates":[-0.3349036,51.4253573]},"properties":{"@type":"node","@id":7920797900,"@timestamp":1600444961},"coords":"51.4253573,-0.3349036","bedrooms":"3","price":"216000","area":"455"} , +{"type":"Feature","id":"n7920797910","geometry":{"type":"Point","coordinates":[-0.335613,51.424657]},"properties":{"@type":"node","@id":7920797910,"@timestamp":1600444961},"coords":"51.424657,-0.335613","bedrooms":"0","price":"160000","area":"608"} , +{"type":"Feature","id":"n7920798990","geometry":{"type":"Point","coordinates":[-0.1448874,51.6393648]},"properties":{"@type":"node","@id":7920798990,"@timestamp":1600444995},"coords":"51.6393648,-0.1448874","bedrooms":"3","price":"277000","area":"619"} , +{"type":"Feature","id":"n7920997330","geometry":{"type":"Point","coordinates":[-0.0427289,51.5466207]},"properties":{"@type":"node","@id":7920997330,"@timestamp":1632916480},"coords":"51.5466207,-0.0427289","bedrooms":"0","price":"194000","area":"615"} , +{"type":"Feature","id":"n7920997367","geometry":{"type":"Point","coordinates":[-0.0418639,51.5466753]},"properties":{"@type":"node","@id":7920997367,"@timestamp":1600451168},"coords":"51.5466753,-0.0418639","bedrooms":"3","price":"185000","area":"425"} , +{"type":"Feature","id":"n7921015124","geometry":{"type":"Point","coordinates":[-0.0417982,51.5452925]},"properties":{"@type":"node","@id":7921015124,"@timestamp":1600451168},"coords":"51.5452925,-0.0417982","bedrooms":"3","price":"251000","area":"414"} , +{"type":"Feature","id":"n7921311812","geometry":{"type":"Point","coordinates":[-0.1328495,51.5251476]},"properties":{"@type":"node","@id":7921311812,"@timestamp":1604858707},"coords":"51.5251476,-0.1328495","bedrooms":"1","price":"189000","area":"494"} , +{"type":"Feature","id":"n7921311892","geometry":{"type":"Point","coordinates":[-0.1321526,51.5237006]},"properties":{"@type":"node","@id":7921311892,"@timestamp":1604858707},"coords":"51.5237006,-0.1321526","bedrooms":"4","price":"210000","area":"675"} , +{"type":"Feature","id":"n7921486786","geometry":{"type":"Point","coordinates":[-0.1324678,51.5703863]},"properties":{"@type":"node","@id":7921486786,"@timestamp":1600466116},"coords":"51.5703863,-0.1324678","bedrooms":"4","price":"216000","area":"389"} , +{"type":"Feature","id":"n7921491907","geometry":{"type":"Point","coordinates":[-0.0531792,51.5882789]},"properties":{"@type":"node","@id":7921491907,"@timestamp":1600467152},"coords":"51.5882789,-0.0531792","bedrooms":"2","price":"251000","area":"626"} , +{"type":"Feature","id":"n7921514864","geometry":{"type":"Point","coordinates":[-0.0426232,51.5485021]},"properties":{"@type":"node","@id":7921514864,"@timestamp":1600466359},"coords":"51.5485021,-0.0426232","bedrooms":"2","price":"274000","area":"422"} , +{"type":"Feature","id":"n7921514948","geometry":{"type":"Point","coordinates":[-0.0423963,51.546951]},"properties":{"@type":"node","@id":7921514948,"@timestamp":1600466359},"coords":"51.546951,-0.0423963","bedrooms":"1","price":"164000","area":"557"} , +{"type":"Feature","id":"n7921521599","geometry":{"type":"Point","coordinates":[0.1929744,51.5196162]},"properties":{"@type":"node","@id":7921521599,"@timestamp":1600466665},"coords":"51.5196162,0.1929744","bedrooms":"0","price":"232000","area":"530"} , +{"type":"Feature","id":"n7921567735","geometry":{"type":"Point","coordinates":[-0.0403612,51.5487228]},"properties":{"@type":"node","@id":7921567735,"@timestamp":1600470275},"coords":"51.5487228,-0.0403612","bedrooms":"1","price":"272000","area":"492"} , +{"type":"Feature","id":"n7921607813","geometry":{"type":"Point","coordinates":[0.028233,51.501981]},"properties":{"@type":"node","@id":7921607813,"@timestamp":1600475609},"coords":"51.501981,0.028233","bedrooms":"4","price":"292000","area":"416"} , +{"type":"Feature","id":"n7921607823","geometry":{"type":"Point","coordinates":[0.0292445,51.5010381]},"properties":{"@type":"node","@id":7921607823,"@timestamp":1600475609},"coords":"51.5010381,0.0292445","bedrooms":"3","price":"176000","area":"572"} , +{"type":"Feature","id":"n7921669616","geometry":{"type":"Point","coordinates":[0.2018571,51.5155248]},"properties":{"@type":"node","@id":7921669616,"@timestamp":1611464649},"coords":"51.5155248,0.2018571","bedrooms":"3","price":"181000","area":"515"} , +{"type":"Feature","id":"n7921689875","geometry":{"type":"Point","coordinates":[0.0279792,51.4988443]},"properties":{"@type":"node","@id":7921689875,"@timestamp":1636319691},"coords":"51.4988443,0.0279792","bedrooms":"1","price":"293000","area":"683"} , +{"type":"Feature","id":"n7922183240","geometry":{"type":"Point","coordinates":[-0.9762025,51.4433057]},"properties":{"@type":"node","@id":7922183240,"@timestamp":1627148877},"coords":"51.4433057,-0.9762025","bedrooms":"3","price":"235000","area":"569"} , +{"type":"Feature","id":"n7922274087","geometry":{"type":"Point","coordinates":[-0.0397423,51.5488187]},"properties":{"@type":"node","@id":7922274087,"@timestamp":1600508607},"coords":"51.5488187,-0.0397423","bedrooms":"0","price":"279000","area":"388"} , +{"type":"Feature","id":"n7922559908","geometry":{"type":"Point","coordinates":[-0.7726656,51.3310536]},"properties":{"@type":"node","@id":7922559908,"@timestamp":1600510668},"coords":"51.3310536,-0.7726656","bedrooms":"4","price":"224000","area":"654"} , +{"type":"Feature","id":"n7922826600","geometry":{"type":"Point","coordinates":[-0.0412926,51.5513947]},"properties":{"@type":"node","@id":7922826600,"@timestamp":1600515158},"coords":"51.5513947,-0.0412926","bedrooms":"4","price":"297000","area":"467"} , +{"type":"Feature","id":"n7922826681","geometry":{"type":"Point","coordinates":[-0.0407763,51.5515394]},"properties":{"@type":"node","@id":7922826681,"@timestamp":1600515158},"coords":"51.5515394,-0.0407763","bedrooms":"3","price":"217000","area":"413"} , +{"type":"Feature","id":"n7922849411","geometry":{"type":"Point","coordinates":[0.0052815,51.540945]},"properties":{"@type":"node","@id":7922849411,"@timestamp":1626195978},"coords":"51.540945,0.0052815","bedrooms":"4","price":"162000","area":"699"} , +{"type":"Feature","id":"n7922911011","geometry":{"type":"Point","coordinates":[-0.0407488,51.5508026]},"properties":{"@type":"node","@id":7922911011,"@timestamp":1600519356},"coords":"51.5508026,-0.0407488","bedrooms":"1","price":"289000","area":"481"} , +{"type":"Feature","id":"n7923005541","geometry":{"type":"Point","coordinates":[-0.103776,51.4250077]},"properties":{"@type":"node","@id":7923005541,"@timestamp":1600523513},"coords":"51.4250077,-0.103776","bedrooms":"4","price":"259000","area":"594"} , +{"type":"Feature","id":"n7923014453","geometry":{"type":"Point","coordinates":[0.0250106,51.4989191]},"properties":{"@type":"node","@id":7923014453,"@timestamp":1600522640},"coords":"51.4989191,0.0250106","bedrooms":"0","price":"180000","area":"402"} , +{"type":"Feature","id":"n7923014463","geometry":{"type":"Point","coordinates":[0.0249876,51.4991459]},"properties":{"@type":"node","@id":7923014463,"@timestamp":1600522640},"coords":"51.4991459,0.0249876","bedrooms":"0","price":"152000","area":"603"} , +{"type":"Feature","id":"n7923014541","geometry":{"type":"Point","coordinates":[0.0276242,51.5011712]},"properties":{"@type":"node","@id":7923014541,"@timestamp":1600523163},"coords":"51.5011712,0.0276242","bedrooms":"3","price":"182000","area":"450"} , +{"type":"Feature","id":"n7923020567","geometry":{"type":"Point","coordinates":[-0.1058263,51.4245531]},"properties":{"@type":"node","@id":7923020567,"@timestamp":1600523307},"coords":"51.4245531,-0.1058263","bedrooms":"2","price":"179000","area":"473"} , +{"type":"Feature","id":"n7923021228","geometry":{"type":"Point","coordinates":[-0.9665468,51.4600123]},"properties":{"@type":"node","@id":7923021228,"@timestamp":1600523136},"coords":"51.4600123,-0.9665468","bedrooms":"2","price":"288000","area":"568"} , +{"type":"Feature","id":"n7923032742","geometry":{"type":"Point","coordinates":[0.0257738,51.5013087]},"properties":{"@type":"node","@id":7923032742,"@timestamp":1600524286},"coords":"51.5013087,0.0257738","bedrooms":"1","price":"223000","area":"567"} , +{"type":"Feature","id":"n7923036535","geometry":{"type":"Point","coordinates":[0.0270897,51.499315]},"properties":{"@type":"node","@id":7923036535,"@timestamp":1600523499},"coords":"51.499315,0.0270897","bedrooms":"3","price":"160000","area":"479"} , +{"type":"Feature","id":"n7923037808","geometry":{"type":"Point","coordinates":[0.004337,51.5403136]},"properties":{"@type":"node","@id":7923037808,"@timestamp":1600523774},"coords":"51.5403136,0.004337","bedrooms":"0","price":"162000","area":"520"} , +{"type":"Feature","id":"n7923054160","geometry":{"type":"Point","coordinates":[-0.1044647,51.4365352]},"properties":{"@type":"node","@id":7923054160,"@timestamp":1600524348},"coords":"51.4365352,-0.1044647","bedrooms":"3","price":"230000","area":"526"} , +{"type":"Feature","id":"n7923214422","geometry":{"type":"Point","coordinates":[0.0044832,51.5399041]},"properties":{"@type":"node","@id":7923214422,"@timestamp":1600525993},"coords":"51.5399041,0.0044832","bedrooms":"1","price":"202000","area":"425"} , +{"type":"Feature","id":"n7923513634","geometry":{"type":"Point","coordinates":[0.3747284,51.5697743]},"properties":{"@type":"node","@id":7923513634,"@timestamp":1600528781},"coords":"51.5697743,0.3747284","bedrooms":"4","price":"154000","area":"477"} , +{"type":"Feature","id":"n7923627690","geometry":{"type":"Point","coordinates":[-0.1405208,51.5410644]},"properties":{"@type":"node","@id":7923627690,"@timestamp":1626448160},"coords":"51.5410644,-0.1405208","bedrooms":"3","price":"199000","area":"583"} , +{"type":"Feature","id":"n7923627727","geometry":{"type":"Point","coordinates":[-0.1418903,51.541618]},"properties":{"@type":"node","@id":7923627727,"@timestamp":1626448160},"coords":"51.541618,-0.1418903","bedrooms":"3","price":"260000","area":"448"} , +{"type":"Feature","id":"n7923627801","geometry":{"type":"Point","coordinates":[-0.1419401,51.5412209]},"properties":{"@type":"node","@id":7923627801,"@timestamp":1626969594},"coords":"51.5412209,-0.1419401","bedrooms":"3","price":"280000","area":"698"} , +{"type":"Feature","id":"n7923627817","geometry":{"type":"Point","coordinates":[-0.1424093,51.5397946]},"properties":{"@type":"node","@id":7923627817,"@timestamp":1624032878},"coords":"51.5397946,-0.1424093","bedrooms":"0","price":"227000","area":"594"} , +{"type":"Feature","id":"n7923627828","geometry":{"type":"Point","coordinates":[-0.1424564,51.5395903]},"properties":{"@type":"node","@id":7923627828,"@timestamp":1624032878},"coords":"51.5395903,-0.1424564","bedrooms":"2","price":"227000","area":"417"} , +{"type":"Feature","id":"n7923627855","geometry":{"type":"Point","coordinates":[-0.1433245,51.5398418]},"properties":{"@type":"node","@id":7923627855,"@timestamp":1626366365},"coords":"51.5398418,-0.1433245","bedrooms":"1","price":"285000","area":"371"} , +{"type":"Feature","id":"n7923627876","geometry":{"type":"Point","coordinates":[-0.1425012,51.54037]},"properties":{"@type":"node","@id":7923627876,"@timestamp":1624032878},"coords":"51.54037,-0.1425012","bedrooms":"1","price":"232000","area":"439"} , +{"type":"Feature","id":"n7923627950","geometry":{"type":"Point","coordinates":[-0.1422164,51.5411699]},"properties":{"@type":"node","@id":7923627950,"@timestamp":1624032878},"coords":"51.5411699,-0.1422164","bedrooms":"2","price":"285000","area":"620"} , +{"type":"Feature","id":"n7923627990","geometry":{"type":"Point","coordinates":[-0.143274,51.5426187]},"properties":{"@type":"node","@id":7923627990,"@timestamp":1626388363},"coords":"51.5426187,-0.143274","bedrooms":"4","price":"153000","area":"367"} , +{"type":"Feature","id":"n7923628012","geometry":{"type":"Point","coordinates":[-0.1431951,51.54198]},"properties":{"@type":"node","@id":7923628012,"@timestamp":1630255517},"coords":"51.54198,-0.1431951","bedrooms":"4","price":"240000","area":"632"} , +{"type":"Feature","id":"n7923628101","geometry":{"type":"Point","coordinates":[-0.1443264,51.541915]},"properties":{"@type":"node","@id":7923628101,"@timestamp":1630255517},"coords":"51.541915,-0.1443264","bedrooms":"3","price":"240000","area":"452"} , +{"type":"Feature","id":"n7923786685","geometry":{"type":"Point","coordinates":[0.0254927,51.5007931]},"properties":{"@type":"node","@id":7923786685,"@timestamp":1600534707},"coords":"51.5007931,0.0254927","bedrooms":"0","price":"298000","area":"594"} , +{"type":"Feature","id":"n7923826964","geometry":{"type":"Point","coordinates":[-0.3056956,51.5121105]},"properties":{"@type":"node","@id":7923826964,"@timestamp":1619136497},"coords":"51.5121105,-0.3056956","bedrooms":"3","price":"242000","area":"399"} , +{"type":"Feature","id":"n7923826974","geometry":{"type":"Point","coordinates":[-0.3056125,51.5118391]},"properties":{"@type":"node","@id":7923826974,"@timestamp":1619136497},"coords":"51.5118391,-0.3056125","bedrooms":"3","price":"187000","area":"384"} , +{"type":"Feature","id":"n7923826984","geometry":{"type":"Point","coordinates":[-0.324308,51.4956951]},"properties":{"@type":"node","@id":7923826984,"@timestamp":1600536355},"coords":"51.4956951,-0.324308","bedrooms":"1","price":"294000","area":"657"} , +{"type":"Feature","id":"n7923864762","geometry":{"type":"Point","coordinates":[-0.3082601,51.5125765]},"properties":{"@type":"node","@id":7923864762,"@timestamp":1600537338},"coords":"51.5125765,-0.3082601","bedrooms":"4","price":"273000","area":"488"} , +{"type":"Feature","id":"n7923884048","geometry":{"type":"Point","coordinates":[-0.1403374,51.2935225]},"properties":{"@type":"node","@id":7923884048,"@timestamp":1600538807},"coords":"51.2935225,-0.1403374","bedrooms":"2","price":"276000","area":"520"} , +{"type":"Feature","id":"n7923884063","geometry":{"type":"Point","coordinates":[-0.1412046,51.2932822]},"properties":{"@type":"node","@id":7923884063,"@timestamp":1600538807},"coords":"51.2932822,-0.1412046","bedrooms":"1","price":"190000","area":"684"} , +{"type":"Feature","id":"n7923905587","geometry":{"type":"Point","coordinates":[-0.1404985,51.292563]},"properties":{"@type":"node","@id":7923905587,"@timestamp":1600538807},"coords":"51.292563,-0.1404985","bedrooms":"0","price":"298000","area":"505"} , +{"type":"Feature","id":"n7923905613","geometry":{"type":"Point","coordinates":[-0.14307,51.2932941]},"properties":{"@type":"node","@id":7923905613,"@timestamp":1600538807},"coords":"51.2932941,-0.14307","bedrooms":"1","price":"178000","area":"488"} , +{"type":"Feature","id":"n7923905628","geometry":{"type":"Point","coordinates":[-0.1419539,51.2931641]},"properties":{"@type":"node","@id":7923905628,"@timestamp":1600538807},"coords":"51.2931641,-0.1419539","bedrooms":"2","price":"263000","area":"390"} , +{"type":"Feature","id":"n7923905638","geometry":{"type":"Point","coordinates":[-0.1416293,51.2934021]},"properties":{"@type":"node","@id":7923905638,"@timestamp":1600538807},"coords":"51.2934021,-0.1416293","bedrooms":"3","price":"192000","area":"448"} , +{"type":"Feature","id":"n7923905649","geometry":{"type":"Point","coordinates":[-0.1439877,51.2939628]},"properties":{"@type":"node","@id":7923905649,"@timestamp":1600538807},"coords":"51.2939628,-0.1439877","bedrooms":"4","price":"213000","area":"455"} , +{"type":"Feature","id":"n7923905680","geometry":{"type":"Point","coordinates":[-0.1439975,51.2934879]},"properties":{"@type":"node","@id":7923905680,"@timestamp":1600538807},"coords":"51.2934879,-0.1439975","bedrooms":"0","price":"261000","area":"518"} , +{"type":"Feature","id":"n7923905690","geometry":{"type":"Point","coordinates":[-0.1442147,51.2926614]},"properties":{"@type":"node","@id":7923905690,"@timestamp":1600538807},"coords":"51.2926614,-0.1442147","bedrooms":"2","price":"204000","area":"621"} , +{"type":"Feature","id":"n7923905719","geometry":{"type":"Point","coordinates":[-0.1422503,51.2924971]},"properties":{"@type":"node","@id":7923905719,"@timestamp":1600538807},"coords":"51.2924971,-0.1422503","bedrooms":"3","price":"232000","area":"685"} , +{"type":"Feature","id":"n7923943970","geometry":{"type":"Point","coordinates":[-0.1451651,51.2909651]},"properties":{"@type":"node","@id":7923943970,"@timestamp":1600543340},"coords":"51.2909651,-0.1451651","bedrooms":"3","price":"214000","area":"359"} , +{"type":"Feature","id":"n7923943984","geometry":{"type":"Point","coordinates":[-0.1448254,51.2892055]},"properties":{"@type":"node","@id":7923943984,"@timestamp":1600543340},"coords":"51.2892055,-0.1448254","bedrooms":"4","price":"280000","area":"388"} , +{"type":"Feature","id":"n7924087597","geometry":{"type":"Point","coordinates":[-0.1441573,51.2898852]},"properties":{"@type":"node","@id":7924087597,"@timestamp":1600543340},"coords":"51.2898852,-0.1441573","bedrooms":"3","price":"268000","area":"546"} , +{"type":"Feature","id":"n7924087626","geometry":{"type":"Point","coordinates":[-0.1423487,51.2913452]},"properties":{"@type":"node","@id":7924087626,"@timestamp":1600543340},"coords":"51.2913452,-0.1423487","bedrooms":"0","price":"232000","area":"475"} , +{"type":"Feature","id":"n7924087637","geometry":{"type":"Point","coordinates":[-0.1418487,51.2920985]},"properties":{"@type":"node","@id":7924087637,"@timestamp":1600543340},"coords":"51.2920985,-0.1418487","bedrooms":"3","price":"232000","area":"377"} , +{"type":"Feature","id":"n7924087649","geometry":{"type":"Point","coordinates":[-0.143682,51.2913648]},"properties":{"@type":"node","@id":7924087649,"@timestamp":1600543340},"coords":"51.2913648,-0.143682","bedrooms":"3","price":"261000","area":"512"} , +{"type":"Feature","id":"n7924091022","geometry":{"type":"Point","coordinates":[-0.1056862,51.612437]},"properties":{"@type":"node","@id":7924091022,"@timestamp":1600543656},"coords":"51.612437,-0.1056862","bedrooms":"0","price":"158000","area":"377"} , +{"type":"Feature","id":"n7924091054","geometry":{"type":"Point","coordinates":[-0.104354,51.613004]},"properties":{"@type":"node","@id":7924091054,"@timestamp":1600543656},"coords":"51.613004,-0.104354","bedrooms":"2","price":"169000","area":"408"} , +{"type":"Feature","id":"n7924091065","geometry":{"type":"Point","coordinates":[-0.1058802,51.612774]},"properties":{"@type":"node","@id":7924091065,"@timestamp":1600543978},"coords":"51.612774,-0.1058802","bedrooms":"4","price":"150000","area":"509"} , +{"type":"Feature","id":"n7924091075","geometry":{"type":"Point","coordinates":[-0.1050562,51.6127687]},"properties":{"@type":"node","@id":7924091075,"@timestamp":1600543656},"coords":"51.6127687,-0.1050562","bedrooms":"0","price":"179000","area":"423"} , +{"type":"Feature","id":"n7924094885","geometry":{"type":"Point","coordinates":[-0.1035748,51.613327]},"properties":{"@type":"node","@id":7924094885,"@timestamp":1600543656},"coords":"51.613327,-0.1035748","bedrooms":"4","price":"248000","area":"668"} , +{"type":"Feature","id":"n7924094933","geometry":{"type":"Point","coordinates":[-0.1026157,51.6132486]},"properties":{"@type":"node","@id":7924094933,"@timestamp":1600543656},"coords":"51.6132486,-0.1026157","bedrooms":"2","price":"243000","area":"446"} , +{"type":"Feature","id":"n7924094943","geometry":{"type":"Point","coordinates":[-0.1048421,51.6124769]},"properties":{"@type":"node","@id":7924094943,"@timestamp":1600543656},"coords":"51.6124769,-0.1048421","bedrooms":"1","price":"213000","area":"486"} , +{"type":"Feature","id":"n7924094953","geometry":{"type":"Point","coordinates":[-0.104521,51.6123546]},"properties":{"@type":"node","@id":7924094953,"@timestamp":1600543656},"coords":"51.6123546,-0.104521","bedrooms":"0","price":"176000","area":"593"} , +{"type":"Feature","id":"n7924094970","geometry":{"type":"Point","coordinates":[-0.1033551,51.6125099]},"properties":{"@type":"node","@id":7924094970,"@timestamp":1600543656},"coords":"51.6125099,-0.1033551","bedrooms":"4","price":"275000","area":"609"} , +{"type":"Feature","id":"n7924107082","geometry":{"type":"Point","coordinates":[-0.1059826,51.6118608]},"properties":{"@type":"node","@id":7924107082,"@timestamp":1600544430},"coords":"51.6118608,-0.1059826","bedrooms":"2","price":"233000","area":"552"} , +{"type":"Feature","id":"n7924113788","geometry":{"type":"Point","coordinates":[-0.1069073,51.6118132]},"properties":{"@type":"node","@id":7924113788,"@timestamp":1600544430},"coords":"51.6118132,-0.1069073","bedrooms":"2","price":"230000","area":"551"} , +{"type":"Feature","id":"n7924113798","geometry":{"type":"Point","coordinates":[-0.1084758,51.6117426]},"properties":{"@type":"node","@id":7924113798,"@timestamp":1600544430},"coords":"51.6117426,-0.1084758","bedrooms":"3","price":"264000","area":"403"} , +{"type":"Feature","id":"n7924113808","geometry":{"type":"Point","coordinates":[-0.1048127,51.6117902]},"properties":{"@type":"node","@id":7924113808,"@timestamp":1600544430},"coords":"51.6117902,-0.1048127","bedrooms":"1","price":"208000","area":"498"} , +{"type":"Feature","id":"n7924113818","geometry":{"type":"Point","coordinates":[-0.1027537,51.611764]},"properties":{"@type":"node","@id":7924113818,"@timestamp":1600544430},"coords":"51.611764,-0.1027537","bedrooms":"4","price":"162000","area":"492"} , +{"type":"Feature","id":"n7924113828","geometry":{"type":"Point","coordinates":[-0.1011674,51.6118758]},"properties":{"@type":"node","@id":7924113828,"@timestamp":1600544430},"coords":"51.6118758,-0.1011674","bedrooms":"4","price":"204000","area":"490"} , +{"type":"Feature","id":"n7924113838","geometry":{"type":"Point","coordinates":[-0.098641,51.6127618]},"properties":{"@type":"node","@id":7924113838,"@timestamp":1600544430},"coords":"51.6127618,-0.098641","bedrooms":"2","price":"168000","area":"690"} , +{"type":"Feature","id":"n7924113848","geometry":{"type":"Point","coordinates":[-0.0968107,51.613382]},"properties":{"@type":"node","@id":7924113848,"@timestamp":1600544430},"coords":"51.613382,-0.0968107","bedrooms":"0","price":"160000","area":"445"} , +{"type":"Feature","id":"n7924133827","geometry":{"type":"Point","coordinates":[0.1360928,51.875077]},"properties":{"@type":"node","@id":7924133827,"@timestamp":1617661534},"coords":"51.875077,0.1360928","bedrooms":"4","price":"191000","area":"376"} , +{"type":"Feature","id":"n7924161706","geometry":{"type":"Point","coordinates":[-0.2535234,51.0109705]},"properties":{"@type":"node","@id":7924161706,"@timestamp":1600547201},"coords":"51.0109705,-0.2535234","bedrooms":"2","price":"251000","area":"484"} , +{"type":"Feature","id":"n7924161725","geometry":{"type":"Point","coordinates":[-0.2506577,51.0108284]},"properties":{"@type":"node","@id":7924161725,"@timestamp":1600547201},"coords":"51.0108284,-0.2506577","bedrooms":"2","price":"277000","area":"459"} , +{"type":"Feature","id":"n7924182336","geometry":{"type":"Point","coordinates":[-0.2473563,51.0052436]},"properties":{"@type":"node","@id":7924182336,"@timestamp":1600547201},"coords":"51.0052436,-0.2473563","bedrooms":"2","price":"270000","area":"585"} , +{"type":"Feature","id":"n7924182347","geometry":{"type":"Point","coordinates":[-0.2561293,51.0075424]},"properties":{"@type":"node","@id":7924182347,"@timestamp":1600547201},"coords":"51.0075424,-0.2561293","bedrooms":"0","price":"183000","area":"695"} , +{"type":"Feature","id":"n7924182359","geometry":{"type":"Point","coordinates":[-0.2571255,51.0076178]},"properties":{"@type":"node","@id":7924182359,"@timestamp":1600547201},"coords":"51.0076178,-0.2571255","bedrooms":"1","price":"245000","area":"426"} , +{"type":"Feature","id":"n7924182468","geometry":{"type":"Point","coordinates":[-0.2589435,51.0038641]},"properties":{"@type":"node","@id":7924182468,"@timestamp":1600547201},"coords":"51.0038641,-0.2589435","bedrooms":"1","price":"257000","area":"584"} , +{"type":"Feature","id":"n7924182496","geometry":{"type":"Point","coordinates":[-0.2598257,51.0037184]},"properties":{"@type":"node","@id":7924182496,"@timestamp":1600547201},"coords":"51.0037184,-0.2598257","bedrooms":"2","price":"237000","area":"612"} , +{"type":"Feature","id":"n7924182712","geometry":{"type":"Point","coordinates":[-0.2179488,51.0157135]},"properties":{"@type":"node","@id":7924182712,"@timestamp":1600547201},"coords":"51.0157135,-0.2179488","bedrooms":"3","price":"194000","area":"653"} , +{"type":"Feature","id":"n7924225934","geometry":{"type":"Point","coordinates":[-0.140191,51.5428039]},"properties":{"@type":"node","@id":7924225934,"@timestamp":1626448160},"coords":"51.5428039,-0.140191","bedrooms":"4","price":"176000","area":"557"} , +{"type":"Feature","id":"n7924225963","geometry":{"type":"Point","coordinates":[-0.138921,51.5415359]},"properties":{"@type":"node","@id":7924225963,"@timestamp":1600549544},"coords":"51.5415359,-0.138921","bedrooms":"3","price":"159000","area":"527"} , +{"type":"Feature","id":"n7924233733","geometry":{"type":"Point","coordinates":[-0.1396478,51.5414758]},"properties":{"@type":"node","@id":7924233733,"@timestamp":1626448160},"coords":"51.5414758,-0.1396478","bedrooms":"2","price":"152000","area":"638"} , +{"type":"Feature","id":"n7924233785","geometry":{"type":"Point","coordinates":[-0.1401729,51.5419734]},"properties":{"@type":"node","@id":7924233785,"@timestamp":1600549544},"coords":"51.5419734,-0.1401729","bedrooms":"3","price":"193000","area":"443"} , +{"type":"Feature","id":"n7924233826","geometry":{"type":"Point","coordinates":[-0.1390672,51.5417409]},"properties":{"@type":"node","@id":7924233826,"@timestamp":1600549544},"coords":"51.5417409,-0.1390672","bedrooms":"2","price":"179000","area":"439"} , +{"type":"Feature","id":"n7924233837","geometry":{"type":"Point","coordinates":[-0.1385844,51.5418356]},"properties":{"@type":"node","@id":7924233837,"@timestamp":1626448160},"coords":"51.5418356,-0.1385844","bedrooms":"4","price":"205000","area":"612"} , +{"type":"Feature","id":"n7924233852","geometry":{"type":"Point","coordinates":[-0.1393213,51.5426291]},"properties":{"@type":"node","@id":7924233852,"@timestamp":1626448160},"coords":"51.5426291,-0.1393213","bedrooms":"2","price":"296000","area":"404"} , +{"type":"Feature","id":"n7924233877","geometry":{"type":"Point","coordinates":[-0.1395411,51.5429785]},"properties":{"@type":"node","@id":7924233877,"@timestamp":1626448160},"coords":"51.5429785,-0.1395411","bedrooms":"3","price":"290000","area":"444"} , +{"type":"Feature","id":"n7924233888","geometry":{"type":"Point","coordinates":[-0.141335,51.5428479]},"properties":{"@type":"node","@id":7924233888,"@timestamp":1626448160},"coords":"51.5428479,-0.141335","bedrooms":"3","price":"219000","area":"505"} , +{"type":"Feature","id":"n7924233964","geometry":{"type":"Point","coordinates":[-0.1400695,51.5433639]},"properties":{"@type":"node","@id":7924233964,"@timestamp":1626388363},"coords":"51.5433639,-0.1400695","bedrooms":"2","price":"285000","area":"562"} , +{"type":"Feature","id":"n7924327110","geometry":{"type":"Point","coordinates":[-0.6912918,51.3529063]},"properties":{"@type":"node","@id":7924327110,"@timestamp":1600554091},"coords":"51.3529063,-0.6912918","bedrooms":"2","price":"241000","area":"503"} , +{"type":"Feature","id":"n7924503861","geometry":{"type":"Point","coordinates":[-0.0417477,51.5538054]},"properties":{"@type":"node","@id":7924503861,"@timestamp":1600563354},"coords":"51.5538054,-0.0417477","bedrooms":"1","price":"223000","area":"663"} , +{"type":"Feature","id":"n7924547884","geometry":{"type":"Point","coordinates":[-0.0451805,51.5531259]},"properties":{"@type":"node","@id":7924547884,"@timestamp":1600567283},"coords":"51.5531259,-0.0451805","bedrooms":"3","price":"252000","area":"365"} , +{"type":"Feature","id":"n7924572084","geometry":{"type":"Point","coordinates":[-0.0663312,51.4980395]},"properties":{"@type":"node","@id":7924572084,"@timestamp":1600570027},"coords":"51.4980395,-0.0663312","bedrooms":"4","price":"186000","area":"423"} , +{"type":"Feature","id":"n7924609263","geometry":{"type":"Point","coordinates":[0.0065504,51.4861625]},"properties":{"@type":"node","@id":7924609263,"@timestamp":1600573047},"coords":"51.4861625,0.0065504","bedrooms":"2","price":"283000","area":"687"} , +{"type":"Feature","id":"n7924640756","geometry":{"type":"Point","coordinates":[0.2048993,51.5179299]},"properties":{"@type":"node","@id":7924640756,"@timestamp":1610919226},"coords":"51.5179299,0.2048993","bedrooms":"0","price":"164000","area":"695"} , +{"type":"Feature","id":"n7924664812","geometry":{"type":"Point","coordinates":[0.1961329,51.5208743]},"properties":{"@type":"node","@id":7924664812,"@timestamp":1610934578},"coords":"51.5208743,0.1961329","bedrooms":"2","price":"282000","area":"431"} , +{"type":"Feature","id":"n7924664833","geometry":{"type":"Point","coordinates":[0.198904,51.5209814]},"properties":{"@type":"node","@id":7924664833,"@timestamp":1610934578},"coords":"51.5209814,0.198904","bedrooms":"1","price":"254000","area":"616"} , +{"type":"Feature","id":"n7924666868","geometry":{"type":"Point","coordinates":[0.1983476,51.521291]},"properties":{"@type":"node","@id":7924666868,"@timestamp":1610934578},"coords":"51.521291,0.1983476","bedrooms":"4","price":"189000","area":"657"} , +{"type":"Feature","id":"n7924767956","geometry":{"type":"Point","coordinates":[0.3636253,51.1433409]},"properties":{"@type":"node","@id":7924767956,"@timestamp":1600623187},"coords":"51.1433409,0.3636253","bedrooms":"3","price":"176000","area":"605"} , +{"type":"Feature","id":"n7924949938","geometry":{"type":"Point","coordinates":[0.2620506,51.1358351]},"properties":{"@type":"node","@id":7924949938,"@timestamp":1600594334},"coords":"51.1358351,0.2620506","bedrooms":"1","price":"174000","area":"626"} , +{"type":"Feature","id":"n7925030485","geometry":{"type":"Point","coordinates":[0.079175,51.6332261]},"properties":{"@type":"node","@id":7925030485,"@timestamp":1600595291},"coords":"51.6332261,0.079175","bedrooms":"2","price":"258000","area":"641"} , +{"type":"Feature","id":"n7925030554","geometry":{"type":"Point","coordinates":[0.0803971,51.6296329]},"properties":{"@type":"node","@id":7925030554,"@timestamp":1600699138},"coords":"51.6296329,0.0803971","bedrooms":"3","price":"152000","area":"371"} , +{"type":"Feature","id":"n7925030607","geometry":{"type":"Point","coordinates":[0.0804248,51.6305386]},"properties":{"@type":"node","@id":7925030607,"@timestamp":1600595291},"coords":"51.6305386,0.0804248","bedrooms":"2","price":"217000","area":"366"} , +{"type":"Feature","id":"n7925145195","geometry":{"type":"Point","coordinates":[-0.2412499,51.383542]},"properties":{"@type":"node","@id":7925145195,"@timestamp":1600599350},"coords":"51.383542,-0.2412499","bedrooms":"2","price":"223000","area":"665"} , +{"type":"Feature","id":"n7925161891","geometry":{"type":"Point","coordinates":[-0.2283251,51.3714572]},"properties":{"@type":"node","@id":7925161891,"@timestamp":1600600516},"coords":"51.3714572,-0.2283251","bedrooms":"1","price":"277000","area":"517"} , +{"type":"Feature","id":"n7925223428","geometry":{"type":"Point","coordinates":[-0.0451986,51.554169]},"properties":{"@type":"node","@id":7925223428,"@timestamp":1600602806},"coords":"51.554169,-0.0451986","bedrooms":"1","price":"280000","area":"491"} , +{"type":"Feature","id":"n7925223565","geometry":{"type":"Point","coordinates":[-0.0451188,51.5540073]},"properties":{"@type":"node","@id":7925223565,"@timestamp":1600602806},"coords":"51.5540073,-0.0451188","bedrooms":"0","price":"202000","area":"363"} , +{"type":"Feature","id":"n7925246397","geometry":{"type":"Point","coordinates":[-0.9980129,51.4497579]},"properties":{"@type":"node","@id":7925246397,"@timestamp":1600603765},"coords":"51.4497579,-0.9980129","bedrooms":"2","price":"197000","area":"547"} , +{"type":"Feature","id":"n7925287064","geometry":{"type":"Point","coordinates":[-0.2420571,51.3825942]},"properties":{"@type":"node","@id":7925287064,"@timestamp":1600604991},"coords":"51.3825942,-0.2420571","bedrooms":"2","price":"208000","area":"622"} , +{"type":"Feature","id":"n7925324939","geometry":{"type":"Point","coordinates":[-0.2829015,51.3983474]},"properties":{"@type":"node","@id":7925324939,"@timestamp":1600607667},"coords":"51.3983474,-0.2829015","bedrooms":"3","price":"209000","area":"504"} , +{"type":"Feature","id":"n7925359003","geometry":{"type":"Point","coordinates":[-0.2314827,51.6989213]},"properties":{"@type":"node","@id":7925359003,"@timestamp":1600607842},"coords":"51.6989213,-0.2314827","bedrooms":"3","price":"252000","area":"532"} , +{"type":"Feature","id":"n7925361020","geometry":{"type":"Point","coordinates":[-0.2206187,51.7133542]},"properties":{"@type":"node","@id":7925361020,"@timestamp":1600607842},"coords":"51.7133542,-0.2206187","bedrooms":"4","price":"284000","area":"386"} , +{"type":"Feature","id":"n7925499759","geometry":{"type":"Point","coordinates":[-0.1385519,51.542135]},"properties":{"@type":"node","@id":7925499759,"@timestamp":1600614035},"coords":"51.542135,-0.1385519","bedrooms":"3","price":"272000","area":"658"} , +{"type":"Feature","id":"n7925499769","geometry":{"type":"Point","coordinates":[-0.1389485,51.5427226]},"properties":{"@type":"node","@id":7925499769,"@timestamp":1627224511},"coords":"51.5427226,-0.1389485","bedrooms":"0","price":"174000","area":"615"} , +{"type":"Feature","id":"n7925506087","geometry":{"type":"Point","coordinates":[-0.139422,51.5431564]},"properties":{"@type":"node","@id":7925506087,"@timestamp":1627224511},"coords":"51.5431564,-0.139422","bedrooms":"0","price":"162000","area":"423"} , +{"type":"Feature","id":"n7925506105","geometry":{"type":"Point","coordinates":[-0.1398309,51.5436011]},"properties":{"@type":"node","@id":7925506105,"@timestamp":1627224511},"coords":"51.5436011,-0.1398309","bedrooms":"2","price":"214000","area":"362"} , +{"type":"Feature","id":"n7925614134","geometry":{"type":"Point","coordinates":[-0.1428947,51.1910998]},"properties":{"@type":"node","@id":7925614134,"@timestamp":1600617930},"coords":"51.1910998,-0.1428947","bedrooms":"1","price":"218000","area":"542"} , +{"type":"Feature","id":"n7925624802","geometry":{"type":"Point","coordinates":[-0.1314773,51.1948678]},"properties":{"@type":"node","@id":7925624802,"@timestamp":1600617930},"coords":"51.1948678,-0.1314773","bedrooms":"1","price":"299000","area":"490"} , +{"type":"Feature","id":"n7925701765","geometry":{"type":"Point","coordinates":[-0.1378895,51.5425236]},"properties":{"@type":"node","@id":7925701765,"@timestamp":1627224511},"coords":"51.5425236,-0.1378895","bedrooms":"1","price":"262000","area":"519"} , +{"type":"Feature","id":"n7925741258","geometry":{"type":"Point","coordinates":[-0.1392749,51.5434328]},"properties":{"@type":"node","@id":7925741258,"@timestamp":1627224511},"coords":"51.5434328,-0.1392749","bedrooms":"2","price":"223000","area":"355"} , +{"type":"Feature","id":"n7925741271","geometry":{"type":"Point","coordinates":[-0.1380575,51.5429436]},"properties":{"@type":"node","@id":7925741271,"@timestamp":1627224511},"coords":"51.5429436,-0.1380575","bedrooms":"4","price":"269000","area":"356"} , +{"type":"Feature","id":"n7925816885","geometry":{"type":"Point","coordinates":[-0.2852337,51.5007958]},"properties":{"@type":"node","@id":7925816885,"@timestamp":1633765436},"coords":"51.5007958,-0.2852337","bedrooms":"0","price":"199000","area":"530"} , +{"type":"Feature","id":"n7925817487","geometry":{"type":"Point","coordinates":[-0.286291,51.499442]},"properties":{"@type":"node","@id":7925817487,"@timestamp":1632073781},"coords":"51.499442,-0.286291","bedrooms":"4","price":"183000","area":"581"} , +{"type":"Feature","id":"n7925821450","geometry":{"type":"Point","coordinates":[-0.1410003,51.5447847]},"properties":{"@type":"node","@id":7925821450,"@timestamp":1627244556},"coords":"51.5447847,-0.1410003","bedrooms":"0","price":"241000","area":"386"} , +{"type":"Feature","id":"n7925821464","geometry":{"type":"Point","coordinates":[-0.1409321,51.5450163]},"properties":{"@type":"node","@id":7925821464,"@timestamp":1627244556},"coords":"51.5450163,-0.1409321","bedrooms":"3","price":"274000","area":"630"} , +{"type":"Feature","id":"n7925821483","geometry":{"type":"Point","coordinates":[-0.1394897,51.544323]},"properties":{"@type":"node","@id":7925821483,"@timestamp":1627244556},"coords":"51.544323,-0.1394897","bedrooms":"2","price":"263000","area":"362"} , +{"type":"Feature","id":"n7925851896","geometry":{"type":"Point","coordinates":[-0.1392125,51.5436464]},"properties":{"@type":"node","@id":7925851896,"@timestamp":1627244556},"coords":"51.5436464,-0.1392125","bedrooms":"3","price":"184000","area":"504"} , +{"type":"Feature","id":"n7925879649","geometry":{"type":"Point","coordinates":[-0.1390983,51.5447065]},"properties":{"@type":"node","@id":7925879649,"@timestamp":1627244556},"coords":"51.5447065,-0.1390983","bedrooms":"2","price":"242000","area":"458"} , +{"type":"Feature","id":"n7926126902","geometry":{"type":"Point","coordinates":[-0.1380735,51.5436695]},"properties":{"@type":"node","@id":7926126902,"@timestamp":1627244556},"coords":"51.5436695,-0.1380735","bedrooms":"4","price":"232000","area":"669"} , +{"type":"Feature","id":"n7926126914","geometry":{"type":"Point","coordinates":[-0.1373116,51.5433497]},"properties":{"@type":"node","@id":7926126914,"@timestamp":1627244556},"coords":"51.5433497,-0.1373116","bedrooms":"0","price":"244000","area":"661"} , +{"type":"Feature","id":"n7926126927","geometry":{"type":"Point","coordinates":[-0.1374084,51.5430644]},"properties":{"@type":"node","@id":7926126927,"@timestamp":1627244556},"coords":"51.5430644,-0.1374084","bedrooms":"3","price":"187000","area":"652"} , +{"type":"Feature","id":"n7926126946","geometry":{"type":"Point","coordinates":[-0.1383952,51.543395]},"properties":{"@type":"node","@id":7926126946,"@timestamp":1627244556},"coords":"51.543395,-0.1383952","bedrooms":"4","price":"244000","area":"436"} , +{"type":"Feature","id":"n7926154112","geometry":{"type":"Point","coordinates":[-0.1596821,51.6071724]},"properties":{"@type":"node","@id":7926154112,"@timestamp":1600631155},"coords":"51.6071724,-0.1596821","bedrooms":"2","price":"274000","area":"545"} , +{"type":"Feature","id":"n7926293100","geometry":{"type":"Point","coordinates":[-0.1374092,51.54346]},"properties":{"@type":"node","@id":7926293100,"@timestamp":1627244556},"coords":"51.54346,-0.1374092","bedrooms":"2","price":"288000","area":"470"} , +{"type":"Feature","id":"n7926293122","geometry":{"type":"Point","coordinates":[-0.137486,51.5438292]},"properties":{"@type":"node","@id":7926293122,"@timestamp":1627244556},"coords":"51.5438292,-0.137486","bedrooms":"0","price":"239000","area":"535"} , +{"type":"Feature","id":"n7926333215","geometry":{"type":"Point","coordinates":[-0.1414302,51.5454372]},"properties":{"@type":"node","@id":7926333215,"@timestamp":1627244556},"coords":"51.5454372,-0.1414302","bedrooms":"4","price":"234000","area":"554"} , +{"type":"Feature","id":"n7926333249","geometry":{"type":"Point","coordinates":[-0.1385297,51.5452032]},"properties":{"@type":"node","@id":7926333249,"@timestamp":1627423273},"coords":"51.5452032,-0.1385297","bedrooms":"3","price":"299000","area":"561"} , +{"type":"Feature","id":"n7926333269","geometry":{"type":"Point","coordinates":[-0.1374429,51.5446456]},"properties":{"@type":"node","@id":7926333269,"@timestamp":1627423273},"coords":"51.5446456,-0.1374429","bedrooms":"0","price":"158000","area":"517"} , +{"type":"Feature","id":"n7926350751","geometry":{"type":"Point","coordinates":[-0.2996738,51.3879389]},"properties":{"@type":"node","@id":7926350751,"@timestamp":1613403178},"coords":"51.3879389,-0.2996738","bedrooms":"2","price":"208000","area":"350"} , +{"type":"Feature","id":"n7926506528","geometry":{"type":"Point","coordinates":[-0.0951815,51.5125822]},"properties":{"@type":"node","@id":7926506528,"@timestamp":1600645494},"coords":"51.5125822,-0.0951815","bedrooms":"2","price":"283000","area":"486"} , +{"type":"Feature","id":"n7926566956","geometry":{"type":"Point","coordinates":[0.4533627,51.722397]},"properties":{"@type":"node","@id":7926566956,"@timestamp":1600746028},"coords":"51.722397,0.4533627","bedrooms":"2","price":"166000","area":"479"} , +{"type":"Feature","id":"n7926576286","geometry":{"type":"Point","coordinates":[-0.1196244,51.5707393]},"properties":{"@type":"node","@id":7926576286,"@timestamp":1600649618},"coords":"51.5707393,-0.1196244","bedrooms":"3","price":"219000","area":"641"} , +{"type":"Feature","id":"n7926576363","geometry":{"type":"Point","coordinates":[-0.1191721,51.5709706]},"properties":{"@type":"node","@id":7926576363,"@timestamp":1600649618},"coords":"51.5709706,-0.1191721","bedrooms":"0","price":"279000","area":"406"} , +{"type":"Feature","id":"n7926576420","geometry":{"type":"Point","coordinates":[-0.1185647,51.5712819]},"properties":{"@type":"node","@id":7926576420,"@timestamp":1600649618},"coords":"51.5712819,-0.1185647","bedrooms":"0","price":"279000","area":"610"} , +{"type":"Feature","id":"n7926817674","geometry":{"type":"Point","coordinates":[-0.0956097,51.5039086]},"properties":{"@type":"node","@id":7926817674,"@timestamp":1600657871},"coords":"51.5039086,-0.0956097","bedrooms":"3","price":"174000","area":"403"} , +{"type":"Feature","id":"n7926974697","geometry":{"type":"Point","coordinates":[-0.1113633,51.4963004]},"properties":{"@type":"node","@id":7926974697,"@timestamp":1604705502},"coords":"51.4963004,-0.1113633","bedrooms":"2","price":"158000","area":"613"} , +{"type":"Feature","id":"n7926974714","geometry":{"type":"Point","coordinates":[-0.1111831,51.4965314]},"properties":{"@type":"node","@id":7926974714,"@timestamp":1600663059},"coords":"51.4965314,-0.1111831","bedrooms":"1","price":"211000","area":"362"} , +{"type":"Feature","id":"n7927046365","geometry":{"type":"Point","coordinates":[0.4820087,51.7487163]},"properties":{"@type":"node","@id":7927046365,"@timestamp":1600664906},"coords":"51.7487163,0.4820087","bedrooms":"3","price":"279000","area":"564"} , +{"type":"Feature","id":"n7927046375","geometry":{"type":"Point","coordinates":[0.4843895,51.7471263]},"properties":{"@type":"node","@id":7927046375,"@timestamp":1600664906},"coords":"51.7471263,0.4843895","bedrooms":"1","price":"286000","area":"676"} , +{"type":"Feature","id":"n7927443261","geometry":{"type":"Point","coordinates":[-0.6270246,51.5214162]},"properties":{"@type":"node","@id":7927443261,"@timestamp":1600674057},"coords":"51.5214162,-0.6270246","bedrooms":"4","price":"240000","area":"467"} , +{"type":"Feature","id":"n7927606584","geometry":{"type":"Point","coordinates":[0.1735381,51.5501259]},"properties":{"@type":"node","@id":7927606584,"@timestamp":1600678266},"coords":"51.5501259,0.1735381","bedrooms":"2","price":"204000","area":"655"} , +{"type":"Feature","id":"n7927639889","geometry":{"type":"Point","coordinates":[0.1775525,51.549665]},"properties":{"@type":"node","@id":7927639889,"@timestamp":1600678266},"coords":"51.549665,0.1775525","bedrooms":"4","price":"224000","area":"525"} , +{"type":"Feature","id":"n7927644806","geometry":{"type":"Point","coordinates":[-0.3160325,51.4897812]},"properties":{"@type":"node","@id":7927644806,"@timestamp":1600678422},"coords":"51.4897812,-0.3160325","bedrooms":"3","price":"294000","area":"609"} , +{"type":"Feature","id":"n7927845275","geometry":{"type":"Point","coordinates":[0.8827917,51.1295019]},"properties":{"@type":"node","@id":7927845275,"@timestamp":1600683382},"coords":"51.1295019,0.8827917","bedrooms":"4","price":"181000","area":"669"} , +{"type":"Feature","id":"n7927974427","geometry":{"type":"Point","coordinates":[-0.3397638,51.4216437]},"properties":{"@type":"node","@id":7927974427,"@timestamp":1600686069},"coords":"51.4216437,-0.3397638","bedrooms":"2","price":"251000","area":"598"} , +{"type":"Feature","id":"n7928155337","geometry":{"type":"Point","coordinates":[-0.1126416,51.6007382]},"properties":{"@type":"node","@id":7928155337,"@timestamp":1600690243},"coords":"51.6007382,-0.1126416","bedrooms":"0","price":"298000","area":"451"} , +{"type":"Feature","id":"n7928155347","geometry":{"type":"Point","coordinates":[-0.1117911,51.6006369]},"properties":{"@type":"node","@id":7928155347,"@timestamp":1600690243},"coords":"51.6006369,-0.1117911","bedrooms":"1","price":"204000","area":"408"} , +{"type":"Feature","id":"n7928231346","geometry":{"type":"Point","coordinates":[-0.3506495,51.4149614]},"properties":{"@type":"node","@id":7928231346,"@timestamp":1611137408},"coords":"51.4149614,-0.3506495","bedrooms":"4","price":"227000","area":"386"} , +{"type":"Feature","id":"n7928362724","geometry":{"type":"Point","coordinates":[-0.3857684,51.4452968]},"properties":{"@type":"node","@id":7928362724,"@timestamp":1600695269},"coords":"51.4452968,-0.3857684","bedrooms":"3","price":"169000","area":"416"} , +{"type":"Feature","id":"n7928547005","geometry":{"type":"Point","coordinates":[-0.5778182,51.671859]},"properties":{"@type":"node","@id":7928547005,"@timestamp":1600700654},"coords":"51.671859,-0.5778182","bedrooms":"0","price":"182000","area":"582"} , +{"type":"Feature","id":"n7928681473","geometry":{"type":"Point","coordinates":[0.0045609,51.5526974]},"properties":{"@type":"node","@id":7928681473,"@timestamp":1618416044},"coords":"51.5526974,0.0045609","bedrooms":"1","price":"159000","area":"665"} , +{"type":"Feature","id":"n7928702436","geometry":{"type":"Point","coordinates":[0.0034115,51.5530162]},"properties":{"@type":"node","@id":7928702436,"@timestamp":1600705698},"coords":"51.5530162,0.0034115","bedrooms":"2","price":"192000","area":"358"} , +{"type":"Feature","id":"n7928754973","geometry":{"type":"Point","coordinates":[0.6674919,51.2424318]},"properties":{"@type":"node","@id":7928754973,"@timestamp":1600707553},"coords":"51.2424318,0.6674919","bedrooms":"2","price":"167000","area":"398"} , +{"type":"Feature","id":"n7928868884","geometry":{"type":"Point","coordinates":[0.7138994,51.2350976]},"properties":{"@type":"node","@id":7928868884,"@timestamp":1600708441},"coords":"51.2350976,0.7138994","bedrooms":"2","price":"239000","area":"461"} , +{"type":"Feature","id":"n7928898594","geometry":{"type":"Point","coordinates":[0.7106312,51.2344023]},"properties":{"@type":"node","@id":7928898594,"@timestamp":1600708441},"coords":"51.2344023,0.7106312","bedrooms":"4","price":"175000","area":"386"} , +{"type":"Feature","id":"n7928898604","geometry":{"type":"Point","coordinates":[0.7149348,51.2384059]},"properties":{"@type":"node","@id":7928898604,"@timestamp":1600708441},"coords":"51.2384059,0.7149348","bedrooms":"2","price":"170000","area":"619"} , +{"type":"Feature","id":"n7928898614","geometry":{"type":"Point","coordinates":[0.7231799,51.2369138]},"properties":{"@type":"node","@id":7928898614,"@timestamp":1600708441},"coords":"51.2369138,0.7231799","bedrooms":"3","price":"289000","area":"574"} , +{"type":"Feature","id":"n7929087703","geometry":{"type":"Point","coordinates":[0.4863251,51.7528243]},"properties":{"@type":"node","@id":7929087703,"@timestamp":1600714383},"coords":"51.7528243,0.4863251","bedrooms":"1","price":"156000","area":"644"} , +{"type":"Feature","id":"n7929147032","geometry":{"type":"Point","coordinates":[0.4865306,51.7527576]},"properties":{"@type":"node","@id":7929147032,"@timestamp":1600715538},"coords":"51.7527576,0.4865306","bedrooms":"1","price":"298000","area":"623"} , +{"type":"Feature","id":"n7929424395","geometry":{"type":"Point","coordinates":[-0.299612,51.3881951]},"properties":{"@type":"node","@id":7929424395,"@timestamp":1600723474},"coords":"51.3881951,-0.299612","bedrooms":"1","price":"222000","area":"686"} , +{"type":"Feature","id":"n7929449931","geometry":{"type":"Point","coordinates":[-0.299535,51.3891693]},"properties":{"@type":"node","@id":7929449931,"@timestamp":1601190012},"coords":"51.3891693,-0.299535","bedrooms":"1","price":"168000","area":"478"} , +{"type":"Feature","id":"n7929847936","geometry":{"type":"Point","coordinates":[-0.6056932,51.6742304]},"properties":{"@type":"node","@id":7929847936,"@timestamp":1600745036},"coords":"51.6742304,-0.6056932","bedrooms":"4","price":"274000","area":"398"} , +{"type":"Feature","id":"n7929932884","geometry":{"type":"Point","coordinates":[-0.8955988,51.528171]},"properties":{"@type":"node","@id":7929932884,"@timestamp":1600748515},"coords":"51.528171,-0.8955988","bedrooms":"3","price":"264000","area":"696"} , +{"type":"Feature","id":"n7929947349","geometry":{"type":"Point","coordinates":[-0.2870102,51.5535073]},"properties":{"@type":"node","@id":7929947349,"@timestamp":1600749210},"coords":"51.5535073,-0.2870102","bedrooms":"0","price":"235000","area":"645"} , +{"type":"Feature","id":"n7930213621","geometry":{"type":"Point","coordinates":[-0.3844813,51.385234]},"properties":{"@type":"node","@id":7930213621,"@timestamp":1600752522},"coords":"51.385234,-0.3844813","bedrooms":"2","price":"219000","area":"451"} , +{"type":"Feature","id":"n7930501895","geometry":{"type":"Point","coordinates":[-0.0683863,51.6809874]},"properties":{"@type":"node","@id":7930501895,"@timestamp":1600760462},"coords":"51.6809874,-0.0683863","bedrooms":"3","price":"200000","area":"438"} , +{"type":"Feature","id":"n7930695691","geometry":{"type":"Point","coordinates":[-0.1751894,51.4954411]},"properties":{"@type":"node","@id":7930695691,"@timestamp":1602936900},"coords":"51.4954411,-0.1751894","bedrooms":"4","price":"159000","area":"540"} , +{"type":"Feature","id":"n7930695714","geometry":{"type":"Point","coordinates":[-0.1750783,51.4947944]},"properties":{"@type":"node","@id":7930695714,"@timestamp":1600765161},"coords":"51.4947944,-0.1750783","bedrooms":"0","price":"224000","area":"480"} , +{"type":"Feature","id":"n7930695743","geometry":{"type":"Point","coordinates":[-0.1749867,51.4944895]},"properties":{"@type":"node","@id":7930695743,"@timestamp":1600765161},"coords":"51.4944895,-0.1749867","bedrooms":"2","price":"284000","area":"389"} , +{"type":"Feature","id":"n7930763022","geometry":{"type":"Point","coordinates":[-0.0921676,51.5300791]},"properties":{"@type":"node","@id":7930763022,"@timestamp":1600767094},"coords":"51.5300791,-0.0921676","bedrooms":"3","price":"157000","area":"613"} , +{"type":"Feature","id":"n7930967147","geometry":{"type":"Point","coordinates":[-0.1624426,51.5202064]},"properties":{"@type":"node","@id":7930967147,"@timestamp":1600771042},"coords":"51.5202064,-0.1624426","bedrooms":"4","price":"188000","area":"689"} , +{"type":"Feature","id":"n7931046385","geometry":{"type":"Point","coordinates":[-0.1357343,51.5152745]},"properties":{"@type":"node","@id":7931046385,"@timestamp":1606069435},"coords":"51.5152745,-0.1357343","bedrooms":"0","price":"232000","area":"617"} , +{"type":"Feature","id":"n7931069669","geometry":{"type":"Point","coordinates":[0.1543026,51.5413623]},"properties":{"@type":"node","@id":7931069669,"@timestamp":1600773697},"coords":"51.5413623,0.1543026","bedrooms":"1","price":"266000","area":"360"} , +{"type":"Feature","id":"n7931079571","geometry":{"type":"Point","coordinates":[0.1460871,51.537437]},"properties":{"@type":"node","@id":7931079571,"@timestamp":1600773595},"coords":"51.537437,0.1460871","bedrooms":"4","price":"164000","area":"452"} , +{"type":"Feature","id":"n7931079581","geometry":{"type":"Point","coordinates":[0.1440077,51.5349071]},"properties":{"@type":"node","@id":7931079581,"@timestamp":1600773595},"coords":"51.5349071,0.1440077","bedrooms":"0","price":"161000","area":"411"} , +{"type":"Feature","id":"n7931085490","geometry":{"type":"Point","coordinates":[0.1557439,51.5435502]},"properties":{"@type":"node","@id":7931085490,"@timestamp":1600773814},"coords":"51.5435502,0.1557439","bedrooms":"0","price":"268000","area":"427"} , +{"type":"Feature","id":"n7931085500","geometry":{"type":"Point","coordinates":[0.1594347,51.5447771]},"properties":{"@type":"node","@id":7931085500,"@timestamp":1600773814},"coords":"51.5447771,0.1594347","bedrooms":"2","price":"188000","area":"449"} , +{"type":"Feature","id":"n7931100489","geometry":{"type":"Point","coordinates":[0.150069,51.5540405]},"properties":{"@type":"node","@id":7931100489,"@timestamp":1600774007},"coords":"51.5540405,0.150069","bedrooms":"2","price":"264000","area":"453"} , +{"type":"Feature","id":"n7931107002","geometry":{"type":"Point","coordinates":[0.145754,51.5458989]},"properties":{"@type":"node","@id":7931107002,"@timestamp":1600774200},"coords":"51.5458989,0.145754","bedrooms":"2","price":"177000","area":"592"} , +{"type":"Feature","id":"n7931107013","geometry":{"type":"Point","coordinates":[0.1497285,51.5479368]},"properties":{"@type":"node","@id":7931107013,"@timestamp":1600774200},"coords":"51.5479368,0.1497285","bedrooms":"1","price":"280000","area":"588"} , +{"type":"Feature","id":"n7931107023","geometry":{"type":"Point","coordinates":[0.1428472,51.5496901]},"properties":{"@type":"node","@id":7931107023,"@timestamp":1600774200},"coords":"51.5496901,0.1428472","bedrooms":"0","price":"288000","area":"574"} , +{"type":"Feature","id":"n7931107033","geometry":{"type":"Point","coordinates":[0.1436259,51.5482647]},"properties":{"@type":"node","@id":7931107033,"@timestamp":1600774200},"coords":"51.5482647,0.1436259","bedrooms":"4","price":"274000","area":"518"} , +{"type":"Feature","id":"n7931107044","geometry":{"type":"Point","coordinates":[0.1499789,51.5476683]},"properties":{"@type":"node","@id":7931107044,"@timestamp":1600774200},"coords":"51.5476683,0.1499789","bedrooms":"0","price":"238000","area":"439"} , +{"type":"Feature","id":"n7931111228","geometry":{"type":"Point","coordinates":[0.1376934,51.5414742]},"properties":{"@type":"node","@id":7931111228,"@timestamp":1600774495},"coords":"51.5414742,0.1376934","bedrooms":"1","price":"152000","area":"419"} , +{"type":"Feature","id":"n7931111238","geometry":{"type":"Point","coordinates":[0.1453097,51.5429258]},"properties":{"@type":"node","@id":7931111238,"@timestamp":1600774495},"coords":"51.5429258,0.1453097","bedrooms":"0","price":"294000","area":"622"} , +{"type":"Feature","id":"n7931111248","geometry":{"type":"Point","coordinates":[0.1400053,51.5457965]},"properties":{"@type":"node","@id":7931111248,"@timestamp":1600774495},"coords":"51.5457965,0.1400053","bedrooms":"2","price":"276000","area":"444"} , +{"type":"Feature","id":"n7931111258","geometry":{"type":"Point","coordinates":[0.1390847,51.5463225]},"properties":{"@type":"node","@id":7931111258,"@timestamp":1600774495},"coords":"51.5463225,0.1390847","bedrooms":"0","price":"200000","area":"581"} , +{"type":"Feature","id":"n7931111268","geometry":{"type":"Point","coordinates":[0.1419704,51.5418337]},"properties":{"@type":"node","@id":7931111268,"@timestamp":1600774495},"coords":"51.5418337,0.1419704","bedrooms":"1","price":"214000","area":"455"} , +{"type":"Feature","id":"n7931157303","geometry":{"type":"Point","coordinates":[0.1407793,51.5395578]},"properties":{"@type":"node","@id":7931157303,"@timestamp":1600775193},"coords":"51.5395578,0.1407793","bedrooms":"3","price":"174000","area":"684"} , +{"type":"Feature","id":"n7931286948","geometry":{"type":"Point","coordinates":[-0.3426077,51.4210005]},"properties":{"@type":"node","@id":7931286948,"@timestamp":1601382680},"coords":"51.4210005,-0.3426077","bedrooms":"2","price":"259000","area":"664"} , +{"type":"Feature","id":"n7931297963","geometry":{"type":"Point","coordinates":[-0.3292644,51.4078873]},"properties":{"@type":"node","@id":7931297963,"@timestamp":1600778000},"coords":"51.4078873,-0.3292644","bedrooms":"2","price":"179000","area":"418"} , +{"type":"Feature","id":"n7931298078","geometry":{"type":"Point","coordinates":[-0.3229012,51.4062426]},"properties":{"@type":"node","@id":7931298078,"@timestamp":1600778000},"coords":"51.4062426,-0.3229012","bedrooms":"0","price":"247000","area":"445"} , +{"type":"Feature","id":"n7931298201","geometry":{"type":"Point","coordinates":[-0.3263853,51.405478]},"properties":{"@type":"node","@id":7931298201,"@timestamp":1600778000},"coords":"51.405478,-0.3263853","bedrooms":"4","price":"158000","area":"425"} , +{"type":"Feature","id":"n7931298236","geometry":{"type":"Point","coordinates":[-0.3309508,51.4047133]},"properties":{"@type":"node","@id":7931298236,"@timestamp":1600778000},"coords":"51.4047133,-0.3309508","bedrooms":"3","price":"202000","area":"693"} , +{"type":"Feature","id":"n7931298378","geometry":{"type":"Point","coordinates":[-0.3162574,51.4091648]},"properties":{"@type":"node","@id":7931298378,"@timestamp":1600778000},"coords":"51.4091648,-0.3162574","bedrooms":"2","price":"180000","area":"654"} , +{"type":"Feature","id":"n7931298388","geometry":{"type":"Point","coordinates":[-0.3154237,51.4099299]},"properties":{"@type":"node","@id":7931298388,"@timestamp":1600778000},"coords":"51.4099299,-0.3154237","bedrooms":"1","price":"273000","area":"634"} , +{"type":"Feature","id":"n7931298398","geometry":{"type":"Point","coordinates":[-0.3181751,51.4092594]},"properties":{"@type":"node","@id":7931298398,"@timestamp":1600778000},"coords":"51.4092594,-0.3181751","bedrooms":"2","price":"198000","area":"405"} , +{"type":"Feature","id":"n7931298635","geometry":{"type":"Point","coordinates":[-0.3241703,51.4073755]},"properties":{"@type":"node","@id":7931298635,"@timestamp":1600778000},"coords":"51.4073755,-0.3241703","bedrooms":"0","price":"199000","area":"517"} , +{"type":"Feature","id":"n7931298845","geometry":{"type":"Point","coordinates":[-0.3125501,51.4112858]},"properties":{"@type":"node","@id":7931298845,"@timestamp":1622033831},"coords":"51.4112858,-0.3125501","bedrooms":"1","price":"286000","area":"575"} , +{"type":"Feature","id":"n7931299242","geometry":{"type":"Point","coordinates":[-0.3246917,51.4282667]},"properties":{"@type":"node","@id":7931299242,"@timestamp":1611870731},"coords":"51.4282667,-0.3246917","bedrooms":"4","price":"232000","area":"352"} , +{"type":"Feature","id":"n7931299447","geometry":{"type":"Point","coordinates":[-0.3194545,51.427447]},"properties":{"@type":"node","@id":7931299447,"@timestamp":1600778000},"coords":"51.427447,-0.3194545","bedrooms":"2","price":"281000","area":"562"} , +{"type":"Feature","id":"n7931299500","geometry":{"type":"Point","coordinates":[-0.3261317,51.427817]},"properties":{"@type":"node","@id":7931299500,"@timestamp":1625134147},"coords":"51.427817,-0.3261317","bedrooms":"2","price":"172000","area":"583"} , +{"type":"Feature","id":"n7931351904","geometry":{"type":"Point","coordinates":[0.0738653,51.5764849]},"properties":{"@type":"node","@id":7931351904,"@timestamp":1600779691},"coords":"51.5764849,0.0738653","bedrooms":"2","price":"175000","area":"371"} , +{"type":"Feature","id":"n7931358561","geometry":{"type":"Point","coordinates":[0.030274,51.5013321]},"properties":{"@type":"node","@id":7931358561,"@timestamp":1600780301},"coords":"51.5013321,0.030274","bedrooms":"2","price":"159000","area":"509"} , +{"type":"Feature","id":"n7931362545","geometry":{"type":"Point","coordinates":[-0.0568023,51.5453842]},"properties":{"@type":"node","@id":7931362545,"@timestamp":1600780255},"coords":"51.5453842,-0.0568023","bedrooms":"0","price":"274000","area":"647"} , +{"type":"Feature","id":"n7931460774","geometry":{"type":"Point","coordinates":[0.8522723,51.1429051]},"properties":{"@type":"node","@id":7931460774,"@timestamp":1600782885},"coords":"51.1429051,0.8522723","bedrooms":"3","price":"266000","area":"521"} , +{"type":"Feature","id":"n7931460784","geometry":{"type":"Point","coordinates":[0.8529622,51.1414761]},"properties":{"@type":"node","@id":7931460784,"@timestamp":1600782885},"coords":"51.1414761,0.8529622","bedrooms":"2","price":"230000","area":"600"} , +{"type":"Feature","id":"n7931465836","geometry":{"type":"Point","coordinates":[-0.6746681,51.3605504]},"properties":{"@type":"node","@id":7931465836,"@timestamp":1616778460},"coords":"51.3605504,-0.6746681","bedrooms":"0","price":"229000","area":"480"} , +{"type":"Feature","id":"n7931514302","geometry":{"type":"Point","coordinates":[-0.1167881,51.4504012]},"properties":{"@type":"node","@id":7931514302,"@timestamp":1601398843},"coords":"51.4504012,-0.1167881","bedrooms":"4","price":"276000","area":"604"} , +{"type":"Feature","id":"n7931543274","geometry":{"type":"Point","coordinates":[-0.1186962,51.4439005]},"properties":{"@type":"node","@id":7931543274,"@timestamp":1616430025},"coords":"51.4439005,-0.1186962","bedrooms":"2","price":"264000","area":"564"} , +{"type":"Feature","id":"n7931550898","geometry":{"type":"Point","coordinates":[-0.3599822,51.5172669]},"properties":{"@type":"node","@id":7931550898,"@timestamp":1600785385},"coords":"51.5172669,-0.3599822","bedrooms":"0","price":"163000","area":"674"} , +{"type":"Feature","id":"n7931550908","geometry":{"type":"Point","coordinates":[-0.3609033,51.5189015]},"properties":{"@type":"node","@id":7931550908,"@timestamp":1606938334},"coords":"51.5189015,-0.3609033","bedrooms":"0","price":"201000","area":"667"} , +{"type":"Feature","id":"n7931550918","geometry":{"type":"Point","coordinates":[-0.3622561,51.5180536]},"properties":{"@type":"node","@id":7931550918,"@timestamp":1600785385},"coords":"51.5180536,-0.3622561","bedrooms":"2","price":"177000","area":"590"} , +{"type":"Feature","id":"n7931569878","geometry":{"type":"Point","coordinates":[0.1095064,51.5608625]},"properties":{"@type":"node","@id":7931569878,"@timestamp":1600786542},"coords":"51.5608625,0.1095064","bedrooms":"3","price":"205000","area":"601"} , +{"type":"Feature","id":"n7931599871","geometry":{"type":"Point","coordinates":[0.0049561,51.5524216]},"properties":{"@type":"node","@id":7931599871,"@timestamp":1600786435},"coords":"51.5524216,0.0049561","bedrooms":"0","price":"215000","area":"636"} , +{"type":"Feature","id":"n7931618999","geometry":{"type":"Point","coordinates":[0.0040995,51.5518851]},"properties":{"@type":"node","@id":7931618999,"@timestamp":1618500330},"coords":"51.5518851,0.0040995","bedrooms":"4","price":"234000","area":"362"} , +{"type":"Feature","id":"n7931624094","geometry":{"type":"Point","coordinates":[0.1155144,51.5637927]},"properties":{"@type":"node","@id":7931624094,"@timestamp":1600786542},"coords":"51.5637927,0.1155144","bedrooms":"4","price":"296000","area":"354"} , +{"type":"Feature","id":"n7931624104","geometry":{"type":"Point","coordinates":[0.115657,51.5603418]},"properties":{"@type":"node","@id":7931624104,"@timestamp":1600786542},"coords":"51.5603418,0.115657","bedrooms":"0","price":"176000","area":"533"} , +{"type":"Feature","id":"n7931629923","geometry":{"type":"Point","coordinates":[0.1392749,51.5556714]},"properties":{"@type":"node","@id":7931629923,"@timestamp":1600786841},"coords":"51.5556714,0.1392749","bedrooms":"4","price":"180000","area":"545"} , +{"type":"Feature","id":"n7931629933","geometry":{"type":"Point","coordinates":[0.1312733,51.5562904]},"properties":{"@type":"node","@id":7931629933,"@timestamp":1600786841},"coords":"51.5562904,0.1312733","bedrooms":"2","price":"214000","area":"647"} , +{"type":"Feature","id":"n7931629943","geometry":{"type":"Point","coordinates":[0.1322701,51.5575214]},"properties":{"@type":"node","@id":7931629943,"@timestamp":1600786841},"coords":"51.5575214,0.1322701","bedrooms":"4","price":"177000","area":"422"} , +{"type":"Feature","id":"n7931629953","geometry":{"type":"Point","coordinates":[0.1433687,51.5594383]},"properties":{"@type":"node","@id":7931629953,"@timestamp":1600786841},"coords":"51.5594383,0.1433687","bedrooms":"3","price":"270000","area":"483"} , +{"type":"Feature","id":"n7931629963","geometry":{"type":"Point","coordinates":[0.1345409,51.5555805]},"properties":{"@type":"node","@id":7931629963,"@timestamp":1600786841},"coords":"51.5555805,0.1345409","bedrooms":"4","price":"275000","area":"533"} , +{"type":"Feature","id":"n7931629973","geometry":{"type":"Point","coordinates":[0.131216,51.5572823]},"properties":{"@type":"node","@id":7931629973,"@timestamp":1600786841},"coords":"51.5572823,0.131216","bedrooms":"0","price":"274000","area":"358"} , +{"type":"Feature","id":"n7931629983","geometry":{"type":"Point","coordinates":[0.1418145,51.5557333]},"properties":{"@type":"node","@id":7931629983,"@timestamp":1600786841},"coords":"51.5557333,0.1418145","bedrooms":"3","price":"280000","area":"513"} , +{"type":"Feature","id":"n7931646356","geometry":{"type":"Point","coordinates":[0.1282859,51.5499863]},"properties":{"@type":"node","@id":7931646356,"@timestamp":1600788174},"coords":"51.5499863,0.1282859","bedrooms":"2","price":"213000","area":"585"} , +{"type":"Feature","id":"n7931646797","geometry":{"type":"Point","coordinates":[0.1238926,51.5487351]},"properties":{"@type":"node","@id":7931646797,"@timestamp":1600787352},"coords":"51.5487351,0.1238926","bedrooms":"1","price":"277000","area":"518"} , +{"type":"Feature","id":"n7931646807","geometry":{"type":"Point","coordinates":[0.1182131,51.5464282]},"properties":{"@type":"node","@id":7931646807,"@timestamp":1600787352},"coords":"51.5464282,0.1182131","bedrooms":"3","price":"244000","area":"453"} , +{"type":"Feature","id":"n7931646817","geometry":{"type":"Point","coordinates":[0.1213339,51.5470632]},"properties":{"@type":"node","@id":7931646817,"@timestamp":1606945767},"coords":"51.5470632,0.1213339","bedrooms":"0","price":"259000","area":"597"} , +{"type":"Feature","id":"n7931646827","geometry":{"type":"Point","coordinates":[0.1153606,51.5451104]},"properties":{"@type":"node","@id":7931646827,"@timestamp":1600787352},"coords":"51.5451104,0.1153606","bedrooms":"1","price":"211000","area":"633"} , +{"type":"Feature","id":"n7931646837","geometry":{"type":"Point","coordinates":[0.1234596,51.5466915]},"properties":{"@type":"node","@id":7931646837,"@timestamp":1600787352},"coords":"51.5466915,0.1234596","bedrooms":"1","price":"265000","area":"396"} , +{"type":"Feature","id":"n7931646847","geometry":{"type":"Point","coordinates":[0.1273779,51.5503849]},"properties":{"@type":"node","@id":7931646847,"@timestamp":1600787352},"coords":"51.5503849,0.1273779","bedrooms":"2","price":"221000","area":"392"} , +{"type":"Feature","id":"n7931646857","geometry":{"type":"Point","coordinates":[0.1229991,51.5497599]},"properties":{"@type":"node","@id":7931646857,"@timestamp":1600787352},"coords":"51.5497599,0.1229991","bedrooms":"3","price":"259000","area":"544"} , +{"type":"Feature","id":"n7931646867","geometry":{"type":"Point","coordinates":[0.1179306,51.5497492]},"properties":{"@type":"node","@id":7931646867,"@timestamp":1600787352},"coords":"51.5497492,0.1179306","bedrooms":"1","price":"160000","area":"689"} , +{"type":"Feature","id":"n7931646877","geometry":{"type":"Point","coordinates":[0.1278988,51.5501586]},"properties":{"@type":"node","@id":7931646877,"@timestamp":1600787352},"coords":"51.5501586,0.1278988","bedrooms":"4","price":"209000","area":"666"} , +{"type":"Feature","id":"n7931656587","geometry":{"type":"Point","coordinates":[0.1213829,51.5478979]},"properties":{"@type":"node","@id":7931656587,"@timestamp":1600787352},"coords":"51.5478979,0.1213829","bedrooms":"3","price":"229000","area":"593"} , +{"type":"Feature","id":"n7931656601","geometry":{"type":"Point","coordinates":[0.134229,51.5499125]},"properties":{"@type":"node","@id":7931656601,"@timestamp":1600787468},"coords":"51.5499125,0.134229","bedrooms":"3","price":"219000","area":"694"} , +{"type":"Feature","id":"n7931656640","geometry":{"type":"Point","coordinates":[0.1318766,51.5502292]},"properties":{"@type":"node","@id":7931656640,"@timestamp":1600788015},"coords":"51.5502292,0.1318766","bedrooms":"2","price":"236000","area":"665"} , +{"type":"Feature","id":"n7931680298","geometry":{"type":"Point","coordinates":[0.1290112,51.554528]},"properties":{"@type":"node","@id":7931680298,"@timestamp":1600788115},"coords":"51.554528,0.1290112","bedrooms":"2","price":"257000","area":"386"} , +{"type":"Feature","id":"n7931714791","geometry":{"type":"Point","coordinates":[0.1201942,51.5402422]},"properties":{"@type":"node","@id":7931714791,"@timestamp":1600788986},"coords":"51.5402422,0.1201942","bedrooms":"3","price":"281000","area":"395"} , +{"type":"Feature","id":"n7931714801","geometry":{"type":"Point","coordinates":[0.11806,51.5400635]},"properties":{"@type":"node","@id":7931714801,"@timestamp":1600788986},"coords":"51.5400635,0.11806","bedrooms":"0","price":"156000","area":"489"} , +{"type":"Feature","id":"n7931714811","geometry":{"type":"Point","coordinates":[0.1152907,51.54418]},"properties":{"@type":"node","@id":7931714811,"@timestamp":1600788986},"coords":"51.54418,0.1152907","bedrooms":"2","price":"181000","area":"571"} , +{"type":"Feature","id":"n7931714821","geometry":{"type":"Point","coordinates":[0.1169222,51.5405222]},"properties":{"@type":"node","@id":7931714821,"@timestamp":1600788986},"coords":"51.5405222,0.1169222","bedrooms":"4","price":"239000","area":"659"} , +{"type":"Feature","id":"n7931714831","geometry":{"type":"Point","coordinates":[0.1226925,51.5435856]},"properties":{"@type":"node","@id":7931714831,"@timestamp":1600788986},"coords":"51.5435856,0.1226925","bedrooms":"2","price":"171000","area":"442"} , +{"type":"Feature","id":"n7931745007","geometry":{"type":"Point","coordinates":[-0.3647649,51.5200583]},"properties":{"@type":"node","@id":7931745007,"@timestamp":1600790978},"coords":"51.5200583,-0.3647649","bedrooms":"2","price":"248000","area":"367"} , +{"type":"Feature","id":"n7931745125","geometry":{"type":"Point","coordinates":[-0.3656926,51.5190232]},"properties":{"@type":"node","@id":7931745125,"@timestamp":1600789297},"coords":"51.5190232,-0.3656926","bedrooms":"3","price":"274000","area":"620"} , +{"type":"Feature","id":"n7931861329","geometry":{"type":"Point","coordinates":[-0.3560433,51.5159046]},"properties":{"@type":"node","@id":7931861329,"@timestamp":1619265574},"coords":"51.5159046,-0.3560433","bedrooms":"2","price":"181000","area":"395"} , +{"type":"Feature","id":"n7931890307","geometry":{"type":"Point","coordinates":[0.8770877,51.2174311]},"properties":{"@type":"node","@id":7931890307,"@timestamp":1600792984},"coords":"51.2174311,0.8770877","bedrooms":"3","price":"166000","area":"547"} , +{"type":"Feature","id":"n7931995405","geometry":{"type":"Point","coordinates":[-0.184885,51.4863338]},"properties":{"@type":"node","@id":7931995405,"@timestamp":1606233633},"coords":"51.4863338,-0.184885","bedrooms":"2","price":"269000","area":"623"} , +{"type":"Feature","id":"n7932081640","geometry":{"type":"Point","coordinates":[-0.0110679,50.9837792]},"properties":{"@type":"node","@id":7932081640,"@timestamp":1600799002},"coords":"50.9837792,-0.0110679","bedrooms":"1","price":"197000","area":"428"} , +{"type":"Feature","id":"n7932347799","geometry":{"type":"Point","coordinates":[-0.288945,51.485165]},"properties":{"@type":"node","@id":7932347799,"@timestamp":1600805316},"coords":"51.485165,-0.288945","bedrooms":"0","price":"230000","area":"507"} , +{"type":"Feature","id":"n7932348091","geometry":{"type":"Point","coordinates":[-0.2881639,51.485146]},"properties":{"@type":"node","@id":7932348091,"@timestamp":1600805316},"coords":"51.485146,-0.2881639","bedrooms":"2","price":"278000","area":"682"} , +{"type":"Feature","id":"n7932377163","geometry":{"type":"Point","coordinates":[-0.2019022,50.9436702]},"properties":{"@type":"node","@id":7932377163,"@timestamp":1600806232},"coords":"50.9436702,-0.2019022","bedrooms":"0","price":"232000","area":"353"} , +{"type":"Feature","id":"n7932377205","geometry":{"type":"Point","coordinates":[-0.2073543,50.9513837]},"properties":{"@type":"node","@id":7932377205,"@timestamp":1600806232},"coords":"50.9513837,-0.2073543","bedrooms":"0","price":"281000","area":"433"} , +{"type":"Feature","id":"n7932377242","geometry":{"type":"Point","coordinates":[-0.209743,50.9508548]},"properties":{"@type":"node","@id":7932377242,"@timestamp":1600806232},"coords":"50.9508548,-0.209743","bedrooms":"2","price":"244000","area":"518"} , +{"type":"Feature","id":"n7932377277","geometry":{"type":"Point","coordinates":[-0.2111236,50.9473156]},"properties":{"@type":"node","@id":7932377277,"@timestamp":1600806232},"coords":"50.9473156,-0.2111236","bedrooms":"0","price":"156000","area":"389"} , +{"type":"Feature","id":"n7932377338","geometry":{"type":"Point","coordinates":[-0.2117195,50.9467479]},"properties":{"@type":"node","@id":7932377338,"@timestamp":1600806232},"coords":"50.9467479,-0.2117195","bedrooms":"1","price":"225000","area":"548"} , +{"type":"Feature","id":"n7932377417","geometry":{"type":"Point","coordinates":[-0.2141805,50.9446004]},"properties":{"@type":"node","@id":7932377417,"@timestamp":1600806232},"coords":"50.9446004,-0.2141805","bedrooms":"0","price":"281000","area":"445"} , +{"type":"Feature","id":"n7932564785","geometry":{"type":"Point","coordinates":[-0.1740193,51.4926065]},"properties":{"@type":"node","@id":7932564785,"@timestamp":1600808819},"coords":"51.4926065,-0.1740193","bedrooms":"2","price":"250000","area":"617"} , +{"type":"Feature","id":"n7932723863","geometry":{"type":"Point","coordinates":[-0.158686,51.5243923]},"properties":{"@type":"node","@id":7932723863,"@timestamp":1627917001},"coords":"51.5243923,-0.158686","bedrooms":"3","price":"228000","area":"541"} , +{"type":"Feature","id":"n7932831849","geometry":{"type":"Point","coordinates":[0.7536845,51.0713099]},"properties":{"@type":"node","@id":7932831849,"@timestamp":1600821244},"coords":"51.0713099,0.7536845","bedrooms":"3","price":"249000","area":"544"} , +{"type":"Feature","id":"n7932833016","geometry":{"type":"Point","coordinates":[0.0646209,51.4156657]},"properties":{"@type":"node","@id":7932833016,"@timestamp":1600818851},"coords":"51.4156657,0.0646209","bedrooms":"3","price":"288000","area":"368"} , +{"type":"Feature","id":"n7932833026","geometry":{"type":"Point","coordinates":[0.0625402,51.4151584]},"properties":{"@type":"node","@id":7932833026,"@timestamp":1600818851},"coords":"51.4151584,0.0625402","bedrooms":"3","price":"272000","area":"582"} , +{"type":"Feature","id":"n7932833036","geometry":{"type":"Point","coordinates":[0.0636429,51.4114633]},"properties":{"@type":"node","@id":7932833036,"@timestamp":1600818851},"coords":"51.4114633,0.0636429","bedrooms":"1","price":"166000","area":"697"} , +{"type":"Feature","id":"n7932833046","geometry":{"type":"Point","coordinates":[0.0643918,51.4108567]},"properties":{"@type":"node","@id":7932833046,"@timestamp":1600818851},"coords":"51.4108567,0.0643918","bedrooms":"0","price":"273000","area":"532"} , +{"type":"Feature","id":"n7932833056","geometry":{"type":"Point","coordinates":[0.0643894,51.4141599]},"properties":{"@type":"node","@id":7932833056,"@timestamp":1600818851},"coords":"51.4141599,0.0643894","bedrooms":"1","price":"284000","area":"466"} , +{"type":"Feature","id":"n7932870888","geometry":{"type":"Point","coordinates":[-0.1196481,51.5110986]},"properties":{"@type":"node","@id":7932870888,"@timestamp":1621332432},"coords":"51.5110986,-0.1196481","bedrooms":"0","price":"247000","area":"514"} , +{"type":"Feature","id":"n7932959205","geometry":{"type":"Point","coordinates":[-0.1927236,51.5213871]},"properties":{"@type":"node","@id":7932959205,"@timestamp":1600827887},"coords":"51.5213871,-0.1927236","bedrooms":"4","price":"290000","area":"550"} , +{"type":"Feature","id":"n7933280372","geometry":{"type":"Point","coordinates":[-0.0462208,51.6839552]},"properties":{"@type":"node","@id":7933280372,"@timestamp":1600838089},"coords":"51.6839552,-0.0462208","bedrooms":"1","price":"174000","area":"688"} , +{"type":"Feature","id":"n7933428256","geometry":{"type":"Point","coordinates":[-0.2063202,51.7906943]},"properties":{"@type":"node","@id":7933428256,"@timestamp":1600842559},"coords":"51.7906943,-0.2063202","bedrooms":"4","price":"231000","area":"615"} , +{"type":"Feature","id":"n7933688330","geometry":{"type":"Point","coordinates":[-0.5528832,51.5847528]},"properties":{"@type":"node","@id":7933688330,"@timestamp":1605517325},"coords":"51.5847528,-0.5528832","bedrooms":"3","price":"188000","area":"364"} , +{"type":"Feature","id":"n7933860968","geometry":{"type":"Point","coordinates":[-0.8308861,51.823822]},"properties":{"@type":"node","@id":7933860968,"@timestamp":1621601694},"coords":"51.823822,-0.8308861","bedrooms":"1","price":"221000","area":"419"} , +{"type":"Feature","id":"n7933975040","geometry":{"type":"Point","coordinates":[-0.6912958,51.3545023]},"properties":{"@type":"node","@id":7933975040,"@timestamp":1600853422},"coords":"51.3545023,-0.6912958","bedrooms":"0","price":"181000","area":"690"} , +{"type":"Feature","id":"n7934108126","geometry":{"type":"Point","coordinates":[0.0979241,51.7859306]},"properties":{"@type":"node","@id":7934108126,"@timestamp":1631237365},"coords":"51.7859306,0.0979241","bedrooms":"0","price":"156000","area":"630"} , +{"type":"Feature","id":"n7934243326","geometry":{"type":"Point","coordinates":[0.2842457,51.1563651]},"properties":{"@type":"node","@id":7934243326,"@timestamp":1600858892},"coords":"51.1563651,0.2842457","bedrooms":"4","price":"277000","area":"660"} , +{"type":"Feature","id":"n7934289239","geometry":{"type":"Point","coordinates":[-0.1095771,51.6008455]},"properties":{"@type":"node","@id":7934289239,"@timestamp":1600859883},"coords":"51.6008455,-0.1095771","bedrooms":"4","price":"206000","area":"438"} , +{"type":"Feature","id":"n7934291437","geometry":{"type":"Point","coordinates":[-0.1090649,51.6007635]},"properties":{"@type":"node","@id":7934291437,"@timestamp":1600859883},"coords":"51.6007635,-0.1090649","bedrooms":"1","price":"206000","area":"688"} , +{"type":"Feature","id":"n7934291448","geometry":{"type":"Point","coordinates":[-0.1083017,51.6011819]},"properties":{"@type":"node","@id":7934291448,"@timestamp":1600859883},"coords":"51.6011819,-0.1083017","bedrooms":"2","price":"193000","area":"555"} , +{"type":"Feature","id":"n7934291517","geometry":{"type":"Point","coordinates":[-0.1080706,51.6015295]},"properties":{"@type":"node","@id":7934291517,"@timestamp":1600859883},"coords":"51.6015295,-0.1080706","bedrooms":"0","price":"231000","area":"487"} , +{"type":"Feature","id":"n7934331409","geometry":{"type":"Point","coordinates":[-0.6906765,51.3557184]},"properties":{"@type":"node","@id":7934331409,"@timestamp":1601393555},"coords":"51.3557184,-0.6906765","bedrooms":"0","price":"267000","area":"452"} , +{"type":"Feature","id":"n7934353450","geometry":{"type":"Point","coordinates":[0.186914,51.580361]},"properties":{"@type":"node","@id":7934353450,"@timestamp":1600861392},"coords":"51.580361,0.186914","bedrooms":"3","price":"153000","area":"570"} , +{"type":"Feature","id":"n7934380494","geometry":{"type":"Point","coordinates":[-0.9268761,51.7735272]},"properties":{"@type":"node","@id":7934380494,"@timestamp":1600862019},"coords":"51.7735272,-0.9268761","bedrooms":"0","price":"208000","area":"636"} , +{"type":"Feature","id":"n7934571139","geometry":{"type":"Point","coordinates":[-0.2165732,50.9436358]},"properties":{"@type":"node","@id":7934571139,"@timestamp":1600866491},"coords":"50.9436358,-0.2165732","bedrooms":"0","price":"240000","area":"574"} , +{"type":"Feature","id":"n7934575011","geometry":{"type":"Point","coordinates":[-0.3970677,51.44969]},"properties":{"@type":"node","@id":7934575011,"@timestamp":1630925078},"coords":"51.44969,-0.3970677","bedrooms":"4","price":"244000","area":"640"} , +{"type":"Feature","id":"n7934575302","geometry":{"type":"Point","coordinates":[-0.3887824,51.4458401]},"properties":{"@type":"node","@id":7934575302,"@timestamp":1600866471},"coords":"51.4458401,-0.3887824","bedrooms":"4","price":"238000","area":"527"} , +{"type":"Feature","id":"n7934575489","geometry":{"type":"Point","coordinates":[-0.3708293,51.4543533]},"properties":{"@type":"node","@id":7934575489,"@timestamp":1600866471},"coords":"51.4543533,-0.3708293","bedrooms":"3","price":"225000","area":"498"} , +{"type":"Feature","id":"n7934575768","geometry":{"type":"Point","coordinates":[-0.3746164,51.4551854]},"properties":{"@type":"node","@id":7934575768,"@timestamp":1600866471},"coords":"51.4551854,-0.3746164","bedrooms":"0","price":"150000","area":"639"} , +{"type":"Feature","id":"n7934594204","geometry":{"type":"Point","coordinates":[-0.1094005,51.6010146]},"properties":{"@type":"node","@id":7934594204,"@timestamp":1600867044},"coords":"51.6010146,-0.1094005","bedrooms":"2","price":"185000","area":"609"} , +{"type":"Feature","id":"n7934676985","geometry":{"type":"Point","coordinates":[0.850517,51.145011]},"properties":{"@type":"node","@id":7934676985,"@timestamp":1600869126},"coords":"51.145011,0.850517","bedrooms":"3","price":"246000","area":"503"} , +{"type":"Feature","id":"n7934687514","geometry":{"type":"Point","coordinates":[-0.3769591,51.461146]},"properties":{"@type":"node","@id":7934687514,"@timestamp":1600869410},"coords":"51.461146,-0.3769591","bedrooms":"2","price":"247000","area":"439"} , +{"type":"Feature","id":"n7934807617","geometry":{"type":"Point","coordinates":[0.1416825,51.5302607]},"properties":{"@type":"node","@id":7934807617,"@timestamp":1600872578},"coords":"51.5302607,0.1416825","bedrooms":"0","price":"232000","area":"430"} , +{"type":"Feature","id":"n7934809684","geometry":{"type":"Point","coordinates":[-0.1788337,51.4968805]},"properties":{"@type":"node","@id":7934809684,"@timestamp":1600872426},"coords":"51.4968805,-0.1788337","bedrooms":"3","price":"181000","area":"380"} , +{"type":"Feature","id":"n7934858229","geometry":{"type":"Point","coordinates":[0.8929556,51.1403483]},"properties":{"@type":"node","@id":7934858229,"@timestamp":1614439202},"coords":"51.1403483,0.8929556","bedrooms":"3","price":"190000","area":"654"} , +{"type":"Feature","id":"n7934868908","geometry":{"type":"Point","coordinates":[0.8877629,51.1318836]},"properties":{"@type":"node","@id":7934868908,"@timestamp":1600874768},"coords":"51.1318836,0.8877629","bedrooms":"0","price":"250000","area":"684"} , +{"type":"Feature","id":"n7934925808","geometry":{"type":"Point","coordinates":[-0.7980388,51.2375897]},"properties":{"@type":"node","@id":7934925808,"@timestamp":1600875635},"coords":"51.2375897,-0.7980388","bedrooms":"1","price":"206000","area":"456"} , +{"type":"Feature","id":"n7935046720","geometry":{"type":"Point","coordinates":[-0.6904289,51.3555181]},"properties":{"@type":"node","@id":7935046720,"@timestamp":1601393555},"coords":"51.3555181,-0.6904289","bedrooms":"4","price":"264000","area":"451"} , +{"type":"Feature","id":"n7935157123","geometry":{"type":"Point","coordinates":[-0.3351688,51.2309256]},"properties":{"@type":"node","@id":7935157123,"@timestamp":1600880671},"coords":"51.2309256,-0.3351688","bedrooms":"0","price":"159000","area":"584"} , +{"type":"Feature","id":"n7935310180","geometry":{"type":"Point","coordinates":[-0.0854553,51.4473815]},"properties":{"@type":"node","@id":7935310180,"@timestamp":1600887068},"coords":"51.4473815,-0.0854553","bedrooms":"1","price":"264000","area":"693"} , +{"type":"Feature","id":"n7935422977","geometry":{"type":"Point","coordinates":[0.8787882,51.1545705]},"properties":{"@type":"node","@id":7935422977,"@timestamp":1600890801},"coords":"51.1545705,0.8787882","bedrooms":"0","price":"188000","area":"360"} , +{"type":"Feature","id":"n7935443142","geometry":{"type":"Point","coordinates":[0.872528,51.1477346]},"properties":{"@type":"node","@id":7935443142,"@timestamp":1600891577},"coords":"51.1477346,0.872528","bedrooms":"2","price":"270000","area":"581"} , +{"type":"Feature","id":"n7935448111","geometry":{"type":"Point","coordinates":[0.8549367,51.1588156]},"properties":{"@type":"node","@id":7935448111,"@timestamp":1600891142},"coords":"51.1588156,0.8549367","bedrooms":"2","price":"251000","area":"541"} , +{"type":"Feature","id":"n7935460496","geometry":{"type":"Point","coordinates":[0.8696982,51.1553023]},"properties":{"@type":"node","@id":7935460496,"@timestamp":1600890991},"coords":"51.1553023,0.8696982","bedrooms":"4","price":"161000","area":"432"} , +{"type":"Feature","id":"n7935460506","geometry":{"type":"Point","coordinates":[0.8684939,51.1523464]},"properties":{"@type":"node","@id":7935460506,"@timestamp":1600890991},"coords":"51.1523464,0.8684939","bedrooms":"4","price":"206000","area":"424"} , +{"type":"Feature","id":"n7935462861","geometry":{"type":"Point","coordinates":[0.8582841,51.1601858]},"properties":{"@type":"node","@id":7935462861,"@timestamp":1600891268},"coords":"51.1601858,0.8582841","bedrooms":"4","price":"161000","area":"605"} , +{"type":"Feature","id":"n7935462871","geometry":{"type":"Point","coordinates":[0.8582667,51.1598636]},"properties":{"@type":"node","@id":7935462871,"@timestamp":1600891268},"coords":"51.1598636,0.8582667","bedrooms":"4","price":"191000","area":"550"} , +{"type":"Feature","id":"n7935462881","geometry":{"type":"Point","coordinates":[0.8586073,51.1596937]},"properties":{"@type":"node","@id":7935462881,"@timestamp":1600891268},"coords":"51.1596937,0.8586073","bedrooms":"2","price":"249000","area":"477"} , +{"type":"Feature","id":"n7935476287","geometry":{"type":"Point","coordinates":[0.8589399,51.159375]},"properties":{"@type":"node","@id":7935476287,"@timestamp":1600891268},"coords":"51.159375,0.8589399","bedrooms":"3","price":"231000","area":"445"} , +{"type":"Feature","id":"n7935476297","geometry":{"type":"Point","coordinates":[0.8588822,51.1589914]},"properties":{"@type":"node","@id":7935476297,"@timestamp":1600891268},"coords":"51.1589914,0.8588822","bedrooms":"0","price":"299000","area":"413"} , +{"type":"Feature","id":"n7935698519","geometry":{"type":"Point","coordinates":[-0.7091499,51.0850408]},"properties":{"@type":"node","@id":7935698519,"@timestamp":1600897052},"coords":"51.0850408,-0.7091499","bedrooms":"2","price":"227000","area":"426"} , +{"type":"Feature","id":"n7936154012","geometry":{"type":"Point","coordinates":[-0.2987543,51.5676169]},"properties":{"@type":"node","@id":7936154012,"@timestamp":1627654977},"coords":"51.5676169,-0.2987543","bedrooms":"0","price":"170000","area":"625"} , +{"type":"Feature","id":"n7936337084","geometry":{"type":"Point","coordinates":[0.2553459,51.5943277]},"properties":{"@type":"node","@id":7936337084,"@timestamp":1600923070},"coords":"51.5943277,0.2553459","bedrooms":"3","price":"269000","area":"441"} , +{"type":"Feature","id":"n7936524774","geometry":{"type":"Point","coordinates":[-0.0607802,51.6060443]},"properties":{"@type":"node","@id":7936524774,"@timestamp":1600928253},"coords":"51.6060443,-0.0607802","bedrooms":"2","price":"229000","area":"382"} , +{"type":"Feature","id":"n7936524850","geometry":{"type":"Point","coordinates":[0.1032705,51.5459468]},"properties":{"@type":"node","@id":7936524850,"@timestamp":1600927763},"coords":"51.5459468,0.1032705","bedrooms":"1","price":"208000","area":"556"} , +{"type":"Feature","id":"n7936631131","geometry":{"type":"Point","coordinates":[-0.1658019,51.4026466]},"properties":{"@type":"node","@id":7936631131,"@timestamp":1600930624},"coords":"51.4026466,-0.1658019","bedrooms":"1","price":"191000","area":"559"} , +{"type":"Feature","id":"n7937006378","geometry":{"type":"Point","coordinates":[-0.0254316,51.4837349]},"properties":{"@type":"node","@id":7937006378,"@timestamp":1600937621},"coords":"51.4837349,-0.0254316","bedrooms":"0","price":"283000","area":"694"} , +{"type":"Feature","id":"n7937129926","geometry":{"type":"Point","coordinates":[0.5615983,51.5828287]},"properties":{"@type":"node","@id":7937129926,"@timestamp":1600939486},"coords":"51.5828287,0.5615983","bedrooms":"1","price":"186000","area":"410"} , +{"type":"Feature","id":"n7937325934","geometry":{"type":"Point","coordinates":[-0.8363117,51.6083771]},"properties":{"@type":"node","@id":7937325934,"@timestamp":1600942459},"coords":"51.6083771,-0.8363117","bedrooms":"1","price":"292000","area":"429"} , +{"type":"Feature","id":"n7937400739","geometry":{"type":"Point","coordinates":[-0.0825067,51.4255829]},"properties":{"@type":"node","@id":7937400739,"@timestamp":1600943375},"coords":"51.4255829,-0.0825067","bedrooms":"4","price":"207000","area":"651"} , +{"type":"Feature","id":"n7937407273","geometry":{"type":"Point","coordinates":[-0.0790313,51.4240849]},"properties":{"@type":"node","@id":7937407273,"@timestamp":1600943744},"coords":"51.4240849,-0.0790313","bedrooms":"3","price":"172000","area":"466"} , +{"type":"Feature","id":"n7937433183","geometry":{"type":"Point","coordinates":[-0.01683,51.5101742]},"properties":{"@type":"node","@id":7937433183,"@timestamp":1600944732},"coords":"51.5101742,-0.01683","bedrooms":"0","price":"297000","area":"622"} , +{"type":"Feature","id":"n7937482203","geometry":{"type":"Point","coordinates":[-0.0217002,51.5158394]},"properties":{"@type":"node","@id":7937482203,"@timestamp":1600945113},"coords":"51.5158394,-0.0217002","bedrooms":"2","price":"226000","area":"641"} , +{"type":"Feature","id":"n7937631339","geometry":{"type":"Point","coordinates":[-0.4869256,51.7438768]},"properties":{"@type":"node","@id":7937631339,"@timestamp":1600948703},"coords":"51.7438768,-0.4869256","bedrooms":"3","price":"225000","area":"602"} , +{"type":"Feature","id":"n7937635618","geometry":{"type":"Point","coordinates":[-0.4070056,51.4476962]},"properties":{"@type":"node","@id":7937635618,"@timestamp":1600948653},"coords":"51.4476962,-0.4070056","bedrooms":"1","price":"210000","area":"602"} , +{"type":"Feature","id":"n7937636210","geometry":{"type":"Point","coordinates":[-0.4072083,51.452177]},"properties":{"@type":"node","@id":7937636210,"@timestamp":1600948653},"coords":"51.452177,-0.4072083","bedrooms":"1","price":"264000","area":"653"} , +{"type":"Feature","id":"n7937636220","geometry":{"type":"Point","coordinates":[-0.4061962,51.4517648]},"properties":{"@type":"node","@id":7937636220,"@timestamp":1600948653},"coords":"51.4517648,-0.4061962","bedrooms":"4","price":"200000","area":"446"} , +{"type":"Feature","id":"n7937636230","geometry":{"type":"Point","coordinates":[-0.4068027,51.4508924]},"properties":{"@type":"node","@id":7937636230,"@timestamp":1600948653},"coords":"51.4508924,-0.4068027","bedrooms":"0","price":"157000","area":"572"} , +{"type":"Feature","id":"n7937636330","geometry":{"type":"Point","coordinates":[-0.376439,51.4568527]},"properties":{"@type":"node","@id":7937636330,"@timestamp":1600948653},"coords":"51.4568527,-0.376439","bedrooms":"1","price":"215000","area":"433"} , +{"type":"Feature","id":"n7937852926","geometry":{"type":"Point","coordinates":[-0.9923556,50.9434893]},"properties":{"@type":"node","@id":7937852926,"@timestamp":1600952024},"coords":"50.9434893,-0.9923556","bedrooms":"0","price":"205000","area":"470"} , +{"type":"Feature","id":"n7937852962","geometry":{"type":"Point","coordinates":[-0.9959015,50.9442126]},"properties":{"@type":"node","@id":7937852962,"@timestamp":1600952024},"coords":"50.9442126,-0.9959015","bedrooms":"3","price":"233000","area":"350"} , +{"type":"Feature","id":"n7937891853","geometry":{"type":"Point","coordinates":[-0.9947187,50.9415821]},"properties":{"@type":"node","@id":7937891853,"@timestamp":1600952024},"coords":"50.9415821,-0.9947187","bedrooms":"0","price":"169000","area":"576"} , +{"type":"Feature","id":"n7937891863","geometry":{"type":"Point","coordinates":[-0.9949923,50.9417528]},"properties":{"@type":"node","@id":7937891863,"@timestamp":1600952024},"coords":"50.9417528,-0.9949923","bedrooms":"1","price":"198000","area":"601"} , +{"type":"Feature","id":"n7937891873","geometry":{"type":"Point","coordinates":[-0.9944987,50.9412627]},"properties":{"@type":"node","@id":7937891873,"@timestamp":1600952024},"coords":"50.9412627,-0.9944987","bedrooms":"1","price":"249000","area":"533"} , +{"type":"Feature","id":"n7937891883","geometry":{"type":"Point","coordinates":[-0.9940495,50.9417917]},"properties":{"@type":"node","@id":7937891883,"@timestamp":1600952024},"coords":"50.9417917,-0.9940495","bedrooms":"1","price":"155000","area":"662"} , +{"type":"Feature","id":"n7937891893","geometry":{"type":"Point","coordinates":[-0.9939355,50.9413945]},"properties":{"@type":"node","@id":7937891893,"@timestamp":1600952024},"coords":"50.9413945,-0.9939355","bedrooms":"3","price":"229000","area":"455"} , +{"type":"Feature","id":"n7937891903","geometry":{"type":"Point","coordinates":[-0.9933186,50.9415229]},"properties":{"@type":"node","@id":7937891903,"@timestamp":1600952024},"coords":"50.9415229,-0.9933186","bedrooms":"1","price":"195000","area":"633"} , +{"type":"Feature","id":"n7937891913","geometry":{"type":"Point","coordinates":[-0.9929243,50.9414435]},"properties":{"@type":"node","@id":7937891913,"@timestamp":1600952024},"coords":"50.9414435,-0.9929243","bedrooms":"3","price":"253000","area":"690"} , +{"type":"Feature","id":"n7937891923","geometry":{"type":"Point","coordinates":[-0.9925635,50.9414697]},"properties":{"@type":"node","@id":7937891923,"@timestamp":1600952024},"coords":"50.9414697,-0.9925635","bedrooms":"0","price":"281000","area":"439"} , +{"type":"Feature","id":"n7937891942","geometry":{"type":"Point","coordinates":[-0.9905894,50.9410835]},"properties":{"@type":"node","@id":7937891942,"@timestamp":1600952024},"coords":"50.9410835,-0.9905894","bedrooms":"0","price":"264000","area":"536"} , +{"type":"Feature","id":"n7937891952","geometry":{"type":"Point","coordinates":[-0.9917817,50.941555]},"properties":{"@type":"node","@id":7937891952,"@timestamp":1600952024},"coords":"50.941555,-0.9917817","bedrooms":"1","price":"225000","area":"602"} , +{"type":"Feature","id":"n7937891962","geometry":{"type":"Point","coordinates":[-0.9940937,50.9421229]},"properties":{"@type":"node","@id":7937891962,"@timestamp":1600952024},"coords":"50.9421229,-0.9940937","bedrooms":"3","price":"156000","area":"429"} , +{"type":"Feature","id":"n7937891972","geometry":{"type":"Point","coordinates":[-0.9900959,50.9421221]},"properties":{"@type":"node","@id":7937891972,"@timestamp":1600952024},"coords":"50.9421221,-0.9900959","bedrooms":"2","price":"270000","area":"612"} , +{"type":"Feature","id":"n7937891982","geometry":{"type":"Point","coordinates":[-0.9908053,50.943349]},"properties":{"@type":"node","@id":7937891982,"@timestamp":1600952024},"coords":"50.943349,-0.9908053","bedrooms":"3","price":"232000","area":"651"} , +{"type":"Feature","id":"n7937891992","geometry":{"type":"Point","coordinates":[-0.990863,50.9424068]},"properties":{"@type":"node","@id":7937891992,"@timestamp":1600952024},"coords":"50.9424068,-0.990863","bedrooms":"3","price":"248000","area":"588"} , +{"type":"Feature","id":"n7937892002","geometry":{"type":"Point","coordinates":[-0.9913887,50.9420181]},"properties":{"@type":"node","@id":7937892002,"@timestamp":1600952024},"coords":"50.9420181,-0.9913887","bedrooms":"1","price":"151000","area":"506"} , +{"type":"Feature","id":"n7937892012","geometry":{"type":"Point","coordinates":[-0.9938825,50.9429802]},"properties":{"@type":"node","@id":7937892012,"@timestamp":1600952024},"coords":"50.9429802,-0.9938825","bedrooms":"4","price":"242000","area":"419"} , +{"type":"Feature","id":"n7937892022","geometry":{"type":"Point","coordinates":[-0.9925447,50.9423511]},"properties":{"@type":"node","@id":7937892022,"@timestamp":1600952024},"coords":"50.9423511,-0.9925447","bedrooms":"4","price":"293000","area":"533"} , +{"type":"Feature","id":"n7937892032","geometry":{"type":"Point","coordinates":[-0.991663,50.9432565]},"properties":{"@type":"node","@id":7937892032,"@timestamp":1600952024},"coords":"50.9432565,-0.991663","bedrooms":"3","price":"293000","area":"619"} , +{"type":"Feature","id":"n7937892042","geometry":{"type":"Point","coordinates":[-0.9919694,50.9437141]},"properties":{"@type":"node","@id":7937892042,"@timestamp":1600952024},"coords":"50.9437141,-0.9919694","bedrooms":"2","price":"159000","area":"664"} , +{"type":"Feature","id":"n7937892052","geometry":{"type":"Point","coordinates":[-0.9921847,50.9439456]},"properties":{"@type":"node","@id":7937892052,"@timestamp":1600952024},"coords":"50.9439456,-0.9921847","bedrooms":"1","price":"159000","area":"357"} , +{"type":"Feature","id":"n7937931196","geometry":{"type":"Point","coordinates":[0.1631903,51.8689801]},"properties":{"@type":"node","@id":7937931196,"@timestamp":1600952758},"coords":"51.8689801,0.1631903","bedrooms":"3","price":"276000","area":"597"} , +{"type":"Feature","id":"n7937943390","geometry":{"type":"Point","coordinates":[-0.3232892,51.4573523]},"properties":{"@type":"node","@id":7937943390,"@timestamp":1600953061},"coords":"51.4573523,-0.3232892","bedrooms":"3","price":"206000","area":"553"} , +{"type":"Feature","id":"n7938220852","geometry":{"type":"Point","coordinates":[-0.0957777,51.440466]},"properties":{"@type":"node","@id":7938220852,"@timestamp":1612180073},"coords":"51.440466,-0.0957777","bedrooms":"4","price":"281000","area":"439"} , +{"type":"Feature","id":"n7938360892","geometry":{"type":"Point","coordinates":[-0.1149622,51.007538]},"properties":{"@type":"node","@id":7938360892,"@timestamp":1600958936},"coords":"51.007538,-0.1149622","bedrooms":"0","price":"159000","area":"592"} , +{"type":"Feature","id":"n7938360907","geometry":{"type":"Point","coordinates":[-0.1172555,51.0008876]},"properties":{"@type":"node","@id":7938360907,"@timestamp":1600958936},"coords":"51.0008876,-0.1172555","bedrooms":"0","price":"199000","area":"514"} , +{"type":"Feature","id":"n7938568375","geometry":{"type":"Point","coordinates":[-0.7969883,51.2204229]},"properties":{"@type":"node","@id":7938568375,"@timestamp":1600965250},"coords":"51.2204229,-0.7969883","bedrooms":"4","price":"269000","area":"467"} , +{"type":"Feature","id":"n7938823442","geometry":{"type":"Point","coordinates":[0.0183651,51.5346095]},"properties":{"@type":"node","@id":7938823442,"@timestamp":1600964295},"coords":"51.5346095,0.0183651","bedrooms":"1","price":"155000","area":"544"} , +{"type":"Feature","id":"n7938823543","geometry":{"type":"Point","coordinates":[0.0196606,51.5340339]},"properties":{"@type":"node","@id":7938823543,"@timestamp":1622021135},"coords":"51.5340339,0.0196606","bedrooms":"2","price":"222000","area":"559"} , +{"type":"Feature","id":"n7938823554","geometry":{"type":"Point","coordinates":[0.0221819,51.5355434]},"properties":{"@type":"node","@id":7938823554,"@timestamp":1612453566},"coords":"51.5355434,0.0221819","bedrooms":"1","price":"215000","area":"606"} , +{"type":"Feature","id":"n7938823565","geometry":{"type":"Point","coordinates":[0.0168872,51.534287]},"properties":{"@type":"node","@id":7938823565,"@timestamp":1600964295},"coords":"51.534287,0.0168872","bedrooms":"4","price":"177000","area":"451"} , +{"type":"Feature","id":"n7938823575","geometry":{"type":"Point","coordinates":[0.0205095,51.5341344]},"properties":{"@type":"node","@id":7938823575,"@timestamp":1600964295},"coords":"51.5341344,0.0205095","bedrooms":"0","price":"247000","area":"639"} , +{"type":"Feature","id":"n7938823585","geometry":{"type":"Point","coordinates":[0.0207925,51.5346366]},"properties":{"@type":"node","@id":7938823585,"@timestamp":1600964295},"coords":"51.5346366,0.0207925","bedrooms":"1","price":"217000","area":"455"} , +{"type":"Feature","id":"n7938823595","geometry":{"type":"Point","coordinates":[0.0205162,51.5346466]},"properties":{"@type":"node","@id":7938823595,"@timestamp":1600964295},"coords":"51.5346466,0.0205162","bedrooms":"1","price":"239000","area":"522"} , +{"type":"Feature","id":"n7938823605","geometry":{"type":"Point","coordinates":[0.0200623,51.5359029]},"properties":{"@type":"node","@id":7938823605,"@timestamp":1600964295},"coords":"51.5359029,0.0200623","bedrooms":"4","price":"200000","area":"506"} , +{"type":"Feature","id":"n7938823615","geometry":{"type":"Point","coordinates":[0.02014,51.5363721]},"properties":{"@type":"node","@id":7938823615,"@timestamp":1600964295},"coords":"51.5363721,0.02014","bedrooms":"2","price":"229000","area":"608"} , +{"type":"Feature","id":"n7938823625","geometry":{"type":"Point","coordinates":[0.0191154,51.53676]},"properties":{"@type":"node","@id":7938823625,"@timestamp":1600964295},"coords":"51.53676,0.0191154","bedrooms":"1","price":"250000","area":"461"} , +{"type":"Feature","id":"n7938823635","geometry":{"type":"Point","coordinates":[0.0191175,51.5362633]},"properties":{"@type":"node","@id":7938823635,"@timestamp":1622021135},"coords":"51.5362633,0.0191175","bedrooms":"3","price":"267000","area":"645"} , +{"type":"Feature","id":"n7938823645","geometry":{"type":"Point","coordinates":[0.0188284,51.5355772]},"properties":{"@type":"node","@id":7938823645,"@timestamp":1600964295},"coords":"51.5355772,0.0188284","bedrooms":"0","price":"221000","area":"486"} , +{"type":"Feature","id":"n7938823655","geometry":{"type":"Point","coordinates":[0.0186816,51.5350203]},"properties":{"@type":"node","@id":7938823655,"@timestamp":1600964295},"coords":"51.5350203,0.0186816","bedrooms":"2","price":"253000","area":"428"} , +{"type":"Feature","id":"n7938823665","geometry":{"type":"Point","coordinates":[0.0185341,51.5339667]},"properties":{"@type":"node","@id":7938823665,"@timestamp":1600964295},"coords":"51.5339667,0.0185341","bedrooms":"2","price":"298000","area":"698"} , +{"type":"Feature","id":"n7938823978","geometry":{"type":"Point","coordinates":[-0.1066559,51.601447]},"properties":{"@type":"node","@id":7938823978,"@timestamp":1600964353},"coords":"51.601447,-0.1066559","bedrooms":"3","price":"214000","area":"444"} , +{"type":"Feature","id":"n7938827288","geometry":{"type":"Point","coordinates":[-0.1062079,51.6016093]},"properties":{"@type":"node","@id":7938827288,"@timestamp":1600964353},"coords":"51.6016093,-0.1062079","bedrooms":"4","price":"156000","area":"556"} , +{"type":"Feature","id":"n7938827298","geometry":{"type":"Point","coordinates":[-0.1056749,51.6007339]},"properties":{"@type":"node","@id":7938827298,"@timestamp":1600964353},"coords":"51.6007339,-0.1056749","bedrooms":"4","price":"217000","area":"499"} , +{"type":"Feature","id":"n7938862982","geometry":{"type":"Point","coordinates":[0.1589686,51.533402]},"properties":{"@type":"node","@id":7938862982,"@timestamp":1605204619},"coords":"51.533402,0.1589686","bedrooms":"1","price":"292000","area":"461"} , +{"type":"Feature","id":"n7938941998","geometry":{"type":"Point","coordinates":[-0.1140359,51.465016]},"properties":{"@type":"node","@id":7938941998,"@timestamp":1600966110},"coords":"51.465016,-0.1140359","bedrooms":"1","price":"272000","area":"438"} , +{"type":"Feature","id":"n7938942355","geometry":{"type":"Point","coordinates":[-0.3028151,51.3878255]},"properties":{"@type":"node","@id":7938942355,"@timestamp":1604146405},"coords":"51.3878255,-0.3028151","bedrooms":"2","price":"185000","area":"549"} , +{"type":"Feature","id":"n7939046794","geometry":{"type":"Point","coordinates":[-0.1034741,51.6052439]},"properties":{"@type":"node","@id":7939046794,"@timestamp":1600967531},"coords":"51.6052439,-0.1034741","bedrooms":"0","price":"184000","area":"422"} , +{"type":"Feature","id":"n7939046804","geometry":{"type":"Point","coordinates":[-0.1034914,51.6057999]},"properties":{"@type":"node","@id":7939046804,"@timestamp":1600967531},"coords":"51.6057999,-0.1034914","bedrooms":"4","price":"252000","area":"628"} , +{"type":"Feature","id":"n7939046818","geometry":{"type":"Point","coordinates":[-0.1025659,51.6060846]},"properties":{"@type":"node","@id":7939046818,"@timestamp":1600967531},"coords":"51.6060846,-0.1025659","bedrooms":"2","price":"297000","area":"469"} , +{"type":"Feature","id":"n7939046830","geometry":{"type":"Point","coordinates":[-0.101776,51.6066951]},"properties":{"@type":"node","@id":7939046830,"@timestamp":1600967531},"coords":"51.6066951,-0.101776","bedrooms":"3","price":"205000","area":"506"} , +{"type":"Feature","id":"n7939046840","geometry":{"type":"Point","coordinates":[-0.1011286,51.6066749]},"properties":{"@type":"node","@id":7939046840,"@timestamp":1600967531},"coords":"51.6066749,-0.1011286","bedrooms":"0","price":"221000","area":"631"} , +{"type":"Feature","id":"n7939046850","geometry":{"type":"Point","coordinates":[-0.1004316,51.6068433]},"properties":{"@type":"node","@id":7939046850,"@timestamp":1600967531},"coords":"51.6068433,-0.1004316","bedrooms":"0","price":"287000","area":"422"} , +{"type":"Feature","id":"n7939046864","geometry":{"type":"Point","coordinates":[-0.0980312,51.6060297]},"properties":{"@type":"node","@id":7939046864,"@timestamp":1600967531},"coords":"51.6060297,-0.0980312","bedrooms":"4","price":"286000","area":"429"} , +{"type":"Feature","id":"n7939046874","geometry":{"type":"Point","coordinates":[-0.0976588,51.6050477]},"properties":{"@type":"node","@id":7939046874,"@timestamp":1600967531},"coords":"51.6050477,-0.0976588","bedrooms":"3","price":"240000","area":"580"} , +{"type":"Feature","id":"n7939046884","geometry":{"type":"Point","coordinates":[-0.0985009,51.6051888]},"properties":{"@type":"node","@id":7939046884,"@timestamp":1600967531},"coords":"51.6051888,-0.0985009","bedrooms":"1","price":"270000","area":"637"} , +{"type":"Feature","id":"n7939046894","geometry":{"type":"Point","coordinates":[-0.0990013,51.6051402]},"properties":{"@type":"node","@id":7939046894,"@timestamp":1600967531},"coords":"51.6051402,-0.0990013","bedrooms":"1","price":"266000","area":"519"} , +{"type":"Feature","id":"n7939046904","geometry":{"type":"Point","coordinates":[-0.0992037,51.6050785]},"properties":{"@type":"node","@id":7939046904,"@timestamp":1600967531},"coords":"51.6050785,-0.0992037","bedrooms":"1","price":"287000","area":"499"} , +{"type":"Feature","id":"n7939046914","geometry":{"type":"Point","coordinates":[-0.0994176,51.6057807]},"properties":{"@type":"node","@id":7939046914,"@timestamp":1600967531},"coords":"51.6057807,-0.0994176","bedrooms":"2","price":"279000","area":"520"} , +{"type":"Feature","id":"n7939046924","geometry":{"type":"Point","coordinates":[-0.1008594,51.6059005]},"properties":{"@type":"node","@id":7939046924,"@timestamp":1600967531},"coords":"51.6059005,-0.1008594","bedrooms":"1","price":"193000","area":"688"} , +{"type":"Feature","id":"n7939046934","geometry":{"type":"Point","coordinates":[-0.1021664,51.6041806]},"properties":{"@type":"node","@id":7939046934,"@timestamp":1600967531},"coords":"51.6041806,-0.1021664","bedrooms":"3","price":"175000","area":"376"} , +{"type":"Feature","id":"n7939046944","geometry":{"type":"Point","coordinates":[-0.1015263,51.6040946]},"properties":{"@type":"node","@id":7939046944,"@timestamp":1600967531},"coords":"51.6040946,-0.1015263","bedrooms":"3","price":"167000","area":"461"} , +{"type":"Feature","id":"n7939046982","geometry":{"type":"Point","coordinates":[-0.103779,51.6038632]},"properties":{"@type":"node","@id":7939046982,"@timestamp":1600967531},"coords":"51.6038632,-0.103779","bedrooms":"3","price":"200000","area":"699"} , +{"type":"Feature","id":"n7939062991","geometry":{"type":"Point","coordinates":[-0.0986544,51.6084271]},"properties":{"@type":"node","@id":7939062991,"@timestamp":1600967826},"coords":"51.6084271,-0.0986544","bedrooms":"2","price":"217000","area":"599"} , +{"type":"Feature","id":"n7939073777","geometry":{"type":"Point","coordinates":[-0.7318829,51.228607]},"properties":{"@type":"node","@id":7939073777,"@timestamp":1600967989},"coords":"51.228607,-0.7318829","bedrooms":"3","price":"203000","area":"612"} , +{"type":"Feature","id":"n7939368576","geometry":{"type":"Point","coordinates":[-0.1890139,51.4881731]},"properties":{"@type":"node","@id":7939368576,"@timestamp":1605769207},"coords":"51.4881731,-0.1890139","bedrooms":"3","price":"214000","area":"508"} , +{"type":"Feature","id":"n7940153033","geometry":{"type":"Point","coordinates":[-0.2415551,51.3656927]},"properties":{"@type":"node","@id":7940153033,"@timestamp":1600987065},"coords":"51.3656927,-0.2415551","bedrooms":"4","price":"283000","area":"504"} , +{"type":"Feature","id":"n7940162009","geometry":{"type":"Point","coordinates":[-0.1810516,51.5168215]},"properties":{"@type":"node","@id":7940162009,"@timestamp":1600987181},"coords":"51.5168215,-0.1810516","bedrooms":"1","price":"170000","area":"471"} , +{"type":"Feature","id":"n7940805235","geometry":{"type":"Point","coordinates":[-0.1737568,51.4975202]},"properties":{"@type":"node","@id":7940805235,"@timestamp":1601708492},"coords":"51.4975202,-0.1737568","bedrooms":"1","price":"172000","area":"597"} , +{"type":"Feature","id":"n7941045215","geometry":{"type":"Point","coordinates":[-0.4223214,51.3354887]},"properties":{"@type":"node","@id":7941045215,"@timestamp":1627338487},"coords":"51.3354887,-0.4223214","bedrooms":"2","price":"268000","area":"587"} , +{"type":"Feature","id":"n7941115161","geometry":{"type":"Point","coordinates":[-0.0980204,51.1395162]},"properties":{"@type":"node","@id":7941115161,"@timestamp":1601015215},"coords":"51.1395162,-0.0980204","bedrooms":"1","price":"274000","area":"357"} , +{"type":"Feature","id":"n7941380775","geometry":{"type":"Point","coordinates":[0.0047835,51.5376792]},"properties":{"@type":"node","@id":7941380775,"@timestamp":1601021398},"coords":"51.5376792,0.0047835","bedrooms":"3","price":"153000","area":"459"} , +{"type":"Feature","id":"n7941385699","geometry":{"type":"Point","coordinates":[-0.4464119,51.8299035]},"properties":{"@type":"node","@id":7941385699,"@timestamp":1601021009},"coords":"51.8299035,-0.4464119","bedrooms":"3","price":"201000","area":"663"} , +{"type":"Feature","id":"n7941400709","geometry":{"type":"Point","coordinates":[0.0036491,51.5366928]},"properties":{"@type":"node","@id":7941400709,"@timestamp":1603195077},"coords":"51.5366928,0.0036491","bedrooms":"4","price":"170000","area":"472"} , +{"type":"Feature","id":"n7941400719","geometry":{"type":"Point","coordinates":[0.007127,51.5368949]},"properties":{"@type":"node","@id":7941400719,"@timestamp":1601021398},"coords":"51.5368949,0.007127","bedrooms":"1","price":"200000","area":"430"} , +{"type":"Feature","id":"n7941400729","geometry":{"type":"Point","coordinates":[0.0077673,51.5372397]},"properties":{"@type":"node","@id":7941400729,"@timestamp":1601021398},"coords":"51.5372397,0.0077673","bedrooms":"2","price":"232000","area":"485"} , +{"type":"Feature","id":"n7941450063","geometry":{"type":"Point","coordinates":[0.8893374,51.1665034]},"properties":{"@type":"node","@id":7941450063,"@timestamp":1601023044},"coords":"51.1665034,0.8893374","bedrooms":"2","price":"158000","area":"586"} , +{"type":"Feature","id":"n7941450073","geometry":{"type":"Point","coordinates":[0.8874746,51.1617602]},"properties":{"@type":"node","@id":7941450073,"@timestamp":1601023044},"coords":"51.1617602,0.8874746","bedrooms":"3","price":"222000","area":"631"} , +{"type":"Feature","id":"n7941511786","geometry":{"type":"Point","coordinates":[0.8624375,51.1560845]},"properties":{"@type":"node","@id":7941511786,"@timestamp":1601023610},"coords":"51.1560845,0.8624375","bedrooms":"3","price":"289000","area":"563"} , +{"type":"Feature","id":"n7941511796","geometry":{"type":"Point","coordinates":[0.8594802,51.1538808]},"properties":{"@type":"node","@id":7941511796,"@timestamp":1602005646},"coords":"51.1538808,0.8594802","bedrooms":"3","price":"192000","area":"408"} , +{"type":"Feature","id":"n7941511806","geometry":{"type":"Point","coordinates":[0.8624536,51.1518652]},"properties":{"@type":"node","@id":7941511806,"@timestamp":1601023610},"coords":"51.1518652,0.8624536","bedrooms":"1","price":"285000","area":"496"} , +{"type":"Feature","id":"n7941511816","geometry":{"type":"Point","coordinates":[0.8662181,51.1484177]},"properties":{"@type":"node","@id":7941511816,"@timestamp":1601023610},"coords":"51.1484177,0.8662181","bedrooms":"0","price":"199000","area":"399"} , +{"type":"Feature","id":"n7941511842","geometry":{"type":"Point","coordinates":[0.8667706,51.1480821]},"properties":{"@type":"node","@id":7941511842,"@timestamp":1601023610},"coords":"51.1480821,0.8667706","bedrooms":"1","price":"180000","area":"620"} , +{"type":"Feature","id":"n7941511852","geometry":{"type":"Point","coordinates":[0.8663173,51.1479096]},"properties":{"@type":"node","@id":7941511852,"@timestamp":1601023610},"coords":"51.1479096,0.8663173","bedrooms":"0","price":"229000","area":"657"} , +{"type":"Feature","id":"n7941511862","geometry":{"type":"Point","coordinates":[0.8650473,51.1484648]},"properties":{"@type":"node","@id":7941511862,"@timestamp":1601023610},"coords":"51.1484648,0.8650473","bedrooms":"0","price":"220000","area":"379"} , +{"type":"Feature","id":"n7941511872","geometry":{"type":"Point","coordinates":[0.8650392,51.1486651]},"properties":{"@type":"node","@id":7941511872,"@timestamp":1601023610},"coords":"51.1486651,0.8650392","bedrooms":"3","price":"171000","area":"369"} , +{"type":"Feature","id":"n7941511882","geometry":{"type":"Point","coordinates":[0.8649118,51.1488586]},"properties":{"@type":"node","@id":7941511882,"@timestamp":1601023610},"coords":"51.1488586,0.8649118","bedrooms":"1","price":"178000","area":"551"} , +{"type":"Feature","id":"n7941511892","geometry":{"type":"Point","coordinates":[0.8656615,51.1486962]},"properties":{"@type":"node","@id":7941511892,"@timestamp":1601023610},"coords":"51.1486962,0.8656615","bedrooms":"1","price":"286000","area":"353"} , +{"type":"Feature","id":"n7941512334","geometry":{"type":"Point","coordinates":[-0.8783314,51.2369031]},"properties":{"@type":"node","@id":7941512334,"@timestamp":1601024204},"coords":"51.2369031,-0.8783314","bedrooms":"2","price":"282000","area":"651"} , +{"type":"Feature","id":"n7941538439","geometry":{"type":"Point","coordinates":[0.2187368,51.5230115]},"properties":{"@type":"node","@id":7941538439,"@timestamp":1614557483},"coords":"51.5230115,0.2187368","bedrooms":"2","price":"152000","area":"439"} , +{"type":"Feature","id":"n7941588725","geometry":{"type":"Point","coordinates":[-0.1077666,51.4729293]},"properties":{"@type":"node","@id":7941588725,"@timestamp":1601025470},"coords":"51.4729293,-0.1077666","bedrooms":"3","price":"166000","area":"665"} , +{"type":"Feature","id":"n7941671534","geometry":{"type":"Point","coordinates":[-0.1128226,51.4721853]},"properties":{"@type":"node","@id":7941671534,"@timestamp":1601027152},"coords":"51.4721853,-0.1128226","bedrooms":"3","price":"154000","area":"502"} , +{"type":"Feature","id":"n7941773329","geometry":{"type":"Point","coordinates":[-0.5979791,51.9046803]},"properties":{"@type":"node","@id":7941773329,"@timestamp":1601029439},"coords":"51.9046803,-0.5979791","bedrooms":"2","price":"269000","area":"650"} , +{"type":"Feature","id":"n7941999495","geometry":{"type":"Point","coordinates":[0.6629584,51.9786069]},"properties":{"@type":"node","@id":7941999495,"@timestamp":1601033237},"coords":"51.9786069,0.6629584","bedrooms":"4","price":"228000","area":"619"} , +{"type":"Feature","id":"n7942052651","geometry":{"type":"Point","coordinates":[-0.3470273,51.4469815]},"properties":{"@type":"node","@id":7942052651,"@timestamp":1601034263},"coords":"51.4469815,-0.3470273","bedrooms":"0","price":"285000","area":"539"} , +{"type":"Feature","id":"n7942052988","geometry":{"type":"Point","coordinates":[-0.3493231,51.4502378]},"properties":{"@type":"node","@id":7942052988,"@timestamp":1601034263},"coords":"51.4502378,-0.3493231","bedrooms":"2","price":"185000","area":"492"} , +{"type":"Feature","id":"n7942166795","geometry":{"type":"Point","coordinates":[-0.0439029,51.3984536]},"properties":{"@type":"node","@id":7942166795,"@timestamp":1601036392},"coords":"51.3984536,-0.0439029","bedrooms":"0","price":"272000","area":"449"} , +{"type":"Feature","id":"n7942253540","geometry":{"type":"Point","coordinates":[-0.1208878,51.1615633]},"properties":{"@type":"node","@id":7942253540,"@timestamp":1601038843},"coords":"51.1615633,-0.1208878","bedrooms":"1","price":"223000","area":"641"} , +{"type":"Feature","id":"n7942332096","geometry":{"type":"Point","coordinates":[-0.1013319,51.1129202]},"properties":{"@type":"node","@id":7942332096,"@timestamp":1601040643},"coords":"51.1129202,-0.1013319","bedrooms":"2","price":"277000","area":"640"} , +{"type":"Feature","id":"n7942498311","geometry":{"type":"Point","coordinates":[0.0175467,51.5352148]},"properties":{"@type":"node","@id":7942498311,"@timestamp":1622021135},"coords":"51.5352148,0.0175467","bedrooms":"3","price":"247000","area":"397"} , +{"type":"Feature","id":"n7942656144","geometry":{"type":"Point","coordinates":[-0.1350519,51.0098801]},"properties":{"@type":"node","@id":7942656144,"@timestamp":1601048471},"coords":"51.0098801,-0.1350519","bedrooms":"2","price":"240000","area":"589"} , +{"type":"Feature","id":"n7942672194","geometry":{"type":"Point","coordinates":[-0.181981,51.5689938]},"properties":{"@type":"node","@id":7942672194,"@timestamp":1601048790},"coords":"51.5689938,-0.181981","bedrooms":"4","price":"193000","area":"352"} , +{"type":"Feature","id":"n7942672256","geometry":{"type":"Point","coordinates":[-0.2000543,51.5723982]},"properties":{"@type":"node","@id":7942672256,"@timestamp":1601048790},"coords":"51.5723982,-0.2000543","bedrooms":"1","price":"272000","area":"645"} , +{"type":"Feature","id":"n7942841171","geometry":{"type":"Point","coordinates":[0.0218909,51.5332051]},"properties":{"@type":"node","@id":7942841171,"@timestamp":1622021135},"coords":"51.5332051,0.0218909","bedrooms":"3","price":"181000","area":"355"} , +{"type":"Feature","id":"n7942851079","geometry":{"type":"Point","coordinates":[0.0218099,51.533225]},"properties":{"@type":"node","@id":7942851079,"@timestamp":1622021135},"coords":"51.533225,0.0218099","bedrooms":"4","price":"162000","area":"547"} , +{"type":"Feature","id":"n7942857689","geometry":{"type":"Point","coordinates":[0.0210325,51.5332196]},"properties":{"@type":"node","@id":7942857689,"@timestamp":1622021135},"coords":"51.5332196,0.0210325","bedrooms":"4","price":"198000","area":"520"} , +{"type":"Feature","id":"n7942857699","geometry":{"type":"Point","coordinates":[0.0206764,51.5336055]},"properties":{"@type":"node","@id":7942857699,"@timestamp":1622021135},"coords":"51.5336055,0.0206764","bedrooms":"0","price":"208000","area":"596"} , +{"type":"Feature","id":"n7942857709","geometry":{"type":"Point","coordinates":[0.0203636,51.5337016]},"properties":{"@type":"node","@id":7942857709,"@timestamp":1622021135},"coords":"51.5337016,0.0203636","bedrooms":"3","price":"190000","area":"425"} , +{"type":"Feature","id":"n7942857719","geometry":{"type":"Point","coordinates":[0.019754,51.5339161]},"properties":{"@type":"node","@id":7942857719,"@timestamp":1622021135},"coords":"51.5339161,0.019754","bedrooms":"4","price":"199000","area":"518"} , +{"type":"Feature","id":"n7943050131","geometry":{"type":"Point","coordinates":[-0.2124332,51.9253482]},"properties":{"@type":"node","@id":7943050131,"@timestamp":1601060079},"coords":"51.9253482,-0.2124332","bedrooms":"2","price":"157000","area":"668"} , +{"type":"Feature","id":"n7944033148","geometry":{"type":"Point","coordinates":[-0.1697673,51.4981737]},"properties":{"@type":"node","@id":7944033148,"@timestamp":1601093314},"coords":"51.4981737,-0.1697673","bedrooms":"0","price":"158000","area":"540"} , +{"type":"Feature","id":"n7944207930","geometry":{"type":"Point","coordinates":[-0.0169528,51.505935]},"properties":{"@type":"node","@id":7944207930,"@timestamp":1601101459},"coords":"51.505935,-0.0169528","bedrooms":"1","price":"229000","area":"657"} , +{"type":"Feature","id":"n7944368004","geometry":{"type":"Point","coordinates":[-0.413414,51.6612801]},"properties":{"@type":"node","@id":7944368004,"@timestamp":1601110741},"coords":"51.6612801,-0.413414","bedrooms":"4","price":"193000","area":"381"} , +{"type":"Feature","id":"n7944491750","geometry":{"type":"Point","coordinates":[-0.0452569,51.5543314]},"properties":{"@type":"node","@id":7944491750,"@timestamp":1601116373},"coords":"51.5543314,-0.0452569","bedrooms":"4","price":"208000","area":"453"} , +{"type":"Feature","id":"n7944530528","geometry":{"type":"Point","coordinates":[-0.3003179,51.3867917]},"properties":{"@type":"node","@id":7944530528,"@timestamp":1601118263},"coords":"51.3867917,-0.3003179","bedrooms":"3","price":"163000","area":"402"} , +{"type":"Feature","id":"n7944605588","geometry":{"type":"Point","coordinates":[-0.1111932,51.5285462]},"properties":{"@type":"node","@id":7944605588,"@timestamp":1601119104},"coords":"51.5285462,-0.1111932","bedrooms":"4","price":"190000","area":"670"} , +{"type":"Feature","id":"n7944696948","geometry":{"type":"Point","coordinates":[-0.1397561,51.5297485]},"properties":{"@type":"node","@id":7944696948,"@timestamp":1601124172},"coords":"51.5297485,-0.1397561","bedrooms":"3","price":"179000","area":"368"} , +{"type":"Feature","id":"n7944803027","geometry":{"type":"Point","coordinates":[-0.1418651,51.5319101]},"properties":{"@type":"node","@id":7944803027,"@timestamp":1601125007},"coords":"51.5319101,-0.1418651","bedrooms":"2","price":"154000","area":"657"} , +{"type":"Feature","id":"n7944876107","geometry":{"type":"Point","coordinates":[-0.3904251,51.6594221]},"properties":{"@type":"node","@id":7944876107,"@timestamp":1619772948},"coords":"51.6594221,-0.3904251","bedrooms":"1","price":"185000","area":"552"} , +{"type":"Feature","id":"n7944920155","geometry":{"type":"Point","coordinates":[0.0153108,51.411904]},"properties":{"@type":"node","@id":7944920155,"@timestamp":1601129502},"coords":"51.411904,0.0153108","bedrooms":"0","price":"284000","area":"396"} , +{"type":"Feature","id":"n7945323718","geometry":{"type":"Point","coordinates":[0.2268076,51.6027907]},"properties":{"@type":"node","@id":7945323718,"@timestamp":1601133898},"coords":"51.6027907,0.2268076","bedrooms":"0","price":"285000","area":"625"} , +{"type":"Feature","id":"n7945323736","geometry":{"type":"Point","coordinates":[0.2346624,51.6037703]},"properties":{"@type":"node","@id":7945323736,"@timestamp":1601133898},"coords":"51.6037703,0.2346624","bedrooms":"2","price":"249000","area":"531"} , +{"type":"Feature","id":"n7945323746","geometry":{"type":"Point","coordinates":[0.2343594,51.6034979]},"properties":{"@type":"node","@id":7945323746,"@timestamp":1601133898},"coords":"51.6034979,0.2343594","bedrooms":"4","price":"297000","area":"531"} , +{"type":"Feature","id":"n7945323783","geometry":{"type":"Point","coordinates":[0.2251165,51.6050363]},"properties":{"@type":"node","@id":7945323783,"@timestamp":1601133898},"coords":"51.6050363,0.2251165","bedrooms":"0","price":"219000","area":"384"} , +{"type":"Feature","id":"n7945343010","geometry":{"type":"Point","coordinates":[0.2177759,51.6076954]},"properties":{"@type":"node","@id":7945343010,"@timestamp":1601134113},"coords":"51.6076954,0.2177759","bedrooms":"2","price":"281000","area":"488"} , +{"type":"Feature","id":"n7945343020","geometry":{"type":"Point","coordinates":[0.2180938,51.6085437]},"properties":{"@type":"node","@id":7945343020,"@timestamp":1601134113},"coords":"51.6085437,0.2180938","bedrooms":"3","price":"230000","area":"518"} , +{"type":"Feature","id":"n7945343030","geometry":{"type":"Point","coordinates":[0.2173213,51.6080943]},"properties":{"@type":"node","@id":7945343030,"@timestamp":1601134113},"coords":"51.6080943,0.2173213","bedrooms":"3","price":"157000","area":"555"} , +{"type":"Feature","id":"n7945343040","geometry":{"type":"Point","coordinates":[0.2167788,51.6080614]},"properties":{"@type":"node","@id":7945343040,"@timestamp":1601134113},"coords":"51.6080614,0.2167788","bedrooms":"0","price":"246000","area":"485"} , +{"type":"Feature","id":"n7945343050","geometry":{"type":"Point","coordinates":[0.2173997,51.6084787]},"properties":{"@type":"node","@id":7945343050,"@timestamp":1601134113},"coords":"51.6084787,0.2173997","bedrooms":"4","price":"213000","area":"574"} , +{"type":"Feature","id":"n7945343060","geometry":{"type":"Point","coordinates":[0.2166568,51.6082238]},"properties":{"@type":"node","@id":7945343060,"@timestamp":1601134113},"coords":"51.6082238,0.2166568","bedrooms":"0","price":"249000","area":"646"} , +{"type":"Feature","id":"n7945407393","geometry":{"type":"Point","coordinates":[0.2244794,51.6052879]},"properties":{"@type":"node","@id":7945407393,"@timestamp":1601133898},"coords":"51.6052879,0.2244794","bedrooms":"1","price":"263000","area":"571"} , +{"type":"Feature","id":"n7945407403","geometry":{"type":"Point","coordinates":[0.2207619,51.6062932]},"properties":{"@type":"node","@id":7945407403,"@timestamp":1601133898},"coords":"51.6062932,0.2207619","bedrooms":"0","price":"203000","area":"448"} , +{"type":"Feature","id":"n7945407414","geometry":{"type":"Point","coordinates":[0.2200806,51.6066006]},"properties":{"@type":"node","@id":7945407414,"@timestamp":1601133898},"coords":"51.6066006,0.2200806","bedrooms":"4","price":"284000","area":"525"} , +{"type":"Feature","id":"n7945407424","geometry":{"type":"Point","coordinates":[0.2198982,51.6068063]},"properties":{"@type":"node","@id":7945407424,"@timestamp":1601133898},"coords":"51.6068063,0.2198982","bedrooms":"1","price":"194000","area":"442"} , +{"type":"Feature","id":"n7945407434","geometry":{"type":"Point","coordinates":[0.2210972,51.6064123]},"properties":{"@type":"node","@id":7945407434,"@timestamp":1601133898},"coords":"51.6064123,0.2210972","bedrooms":"1","price":"233000","area":"633"} , +{"type":"Feature","id":"n7945407444","geometry":{"type":"Point","coordinates":[0.2210784,51.6070278]},"properties":{"@type":"node","@id":7945407444,"@timestamp":1601133898},"coords":"51.6070278,0.2210784","bedrooms":"4","price":"197000","area":"612"} , +{"type":"Feature","id":"n7945407462","geometry":{"type":"Point","coordinates":[0.2284276,51.6048381]},"properties":{"@type":"node","@id":7945407462,"@timestamp":1601133898},"coords":"51.6048381,0.2284276","bedrooms":"3","price":"158000","area":"682"} , +{"type":"Feature","id":"n7945407472","geometry":{"type":"Point","coordinates":[0.2278469,51.6046732]},"properties":{"@type":"node","@id":7945407472,"@timestamp":1601133898},"coords":"51.6046732,0.2278469","bedrooms":"0","price":"165000","area":"466"} , +{"type":"Feature","id":"n7945407486","geometry":{"type":"Point","coordinates":[0.2283244,51.6054111]},"properties":{"@type":"node","@id":7945407486,"@timestamp":1601133898},"coords":"51.6054111,0.2283244","bedrooms":"4","price":"278000","area":"583"} , +{"type":"Feature","id":"n7945407496","geometry":{"type":"Point","coordinates":[0.2274634,51.6056277]},"properties":{"@type":"node","@id":7945407496,"@timestamp":1601133898},"coords":"51.6056277,0.2274634","bedrooms":"0","price":"273000","area":"396"} , +{"type":"Feature","id":"n7945407506","geometry":{"type":"Point","coordinates":[0.2290352,51.6057626]},"properties":{"@type":"node","@id":7945407506,"@timestamp":1601133898},"coords":"51.6057626,0.2290352","bedrooms":"2","price":"227000","area":"538"} , +{"type":"Feature","id":"n7945407516","geometry":{"type":"Point","coordinates":[0.2283271,51.6057951]},"properties":{"@type":"node","@id":7945407516,"@timestamp":1601133898},"coords":"51.6057951,0.2283271","bedrooms":"2","price":"157000","area":"438"} , +{"type":"Feature","id":"n7945407526","geometry":{"type":"Point","coordinates":[0.2287522,51.6062965]},"properties":{"@type":"node","@id":7945407526,"@timestamp":1601133898},"coords":"51.6062965,0.2287522","bedrooms":"2","price":"202000","area":"512"} , +{"type":"Feature","id":"n7945407536","geometry":{"type":"Point","coordinates":[0.2277946,51.6058709]},"properties":{"@type":"node","@id":7945407536,"@timestamp":1601133898},"coords":"51.6058709,0.2277946","bedrooms":"1","price":"176000","area":"655"} , +{"type":"Feature","id":"n7945407547","geometry":{"type":"Point","coordinates":[0.2278121,51.605367]},"properties":{"@type":"node","@id":7945407547,"@timestamp":1601133898},"coords":"51.605367,0.2278121","bedrooms":"4","price":"167000","area":"566"} , +{"type":"Feature","id":"n7945407557","geometry":{"type":"Point","coordinates":[0.2269524,51.6051538]},"properties":{"@type":"node","@id":7945407557,"@timestamp":1601133898},"coords":"51.6051538,0.2269524","bedrooms":"4","price":"197000","area":"489"} , +{"type":"Feature","id":"n7945407567","geometry":{"type":"Point","coordinates":[0.2267338,51.606015]},"properties":{"@type":"node","@id":7945407567,"@timestamp":1601133898},"coords":"51.606015,0.2267338","bedrooms":"1","price":"151000","area":"367"} , +{"type":"Feature","id":"n7945407577","geometry":{"type":"Point","coordinates":[0.2255402,51.6065439]},"properties":{"@type":"node","@id":7945407577,"@timestamp":1601133898},"coords":"51.6065439,0.2255402","bedrooms":"3","price":"201000","area":"570"} , +{"type":"Feature","id":"n7945407587","geometry":{"type":"Point","coordinates":[0.2273642,51.6062965]},"properties":{"@type":"node","@id":7945407587,"@timestamp":1601133898},"coords":"51.6062965,0.2273642","bedrooms":"0","price":"225000","area":"434"} , +{"type":"Feature","id":"n7945407597","geometry":{"type":"Point","coordinates":[0.2259976,51.606643]},"properties":{"@type":"node","@id":7945407597,"@timestamp":1601133898},"coords":"51.606643,0.2259976","bedrooms":"1","price":"201000","area":"485"} , +{"type":"Feature","id":"n7945407607","geometry":{"type":"Point","coordinates":[0.2266131,51.6069279]},"properties":{"@type":"node","@id":7945407607,"@timestamp":1601133898},"coords":"51.6069279,0.2266131","bedrooms":"4","price":"207000","area":"444"} , +{"type":"Feature","id":"n7945407617","geometry":{"type":"Point","coordinates":[0.2272408,51.6071777]},"properties":{"@type":"node","@id":7945407617,"@timestamp":1601133898},"coords":"51.6071777,0.2272408","bedrooms":"4","price":"277000","area":"453"} , +{"type":"Feature","id":"n7945407627","geometry":{"type":"Point","coordinates":[0.2262001,51.6071178]},"properties":{"@type":"node","@id":7945407627,"@timestamp":1601133898},"coords":"51.6071178,0.2262001","bedrooms":"4","price":"161000","area":"400"} , +{"type":"Feature","id":"n7945579994","geometry":{"type":"Point","coordinates":[-0.2077777,51.4731167]},"properties":{"@type":"node","@id":7945579994,"@timestamp":1616887581},"coords":"51.4731167,-0.2077777","bedrooms":"2","price":"150000","area":"406"} , +{"type":"Feature","id":"n7945711122","geometry":{"type":"Point","coordinates":[0.1345295,51.5336935]},"properties":{"@type":"node","@id":7945711122,"@timestamp":1601140910},"coords":"51.5336935,0.1345295","bedrooms":"3","price":"241000","area":"478"} , +{"type":"Feature","id":"n7945711132","geometry":{"type":"Point","coordinates":[0.134085,51.5335967]},"properties":{"@type":"node","@id":7945711132,"@timestamp":1601140910},"coords":"51.5335967,0.134085","bedrooms":"2","price":"151000","area":"621"} , +{"type":"Feature","id":"n7945711142","geometry":{"type":"Point","coordinates":[0.1336035,51.5339379]},"properties":{"@type":"node","@id":7945711142,"@timestamp":1601140910},"coords":"51.5339379,0.1336035","bedrooms":"4","price":"183000","area":"444"} , +{"type":"Feature","id":"n7945711152","geometry":{"type":"Point","coordinates":[0.1333219,51.5336705]},"properties":{"@type":"node","@id":7945711152,"@timestamp":1601140910},"coords":"51.5336705,0.1333219","bedrooms":"1","price":"284000","area":"560"} , +{"type":"Feature","id":"n7945814967","geometry":{"type":"Point","coordinates":[0.8499987,51.1379502]},"properties":{"@type":"node","@id":7945814967,"@timestamp":1601147495},"coords":"51.1379502,0.8499987","bedrooms":"4","price":"217000","area":"682"} , +{"type":"Feature","id":"n7945814977","geometry":{"type":"Point","coordinates":[0.8551835,51.134394]},"properties":{"@type":"node","@id":7945814977,"@timestamp":1603211069},"coords":"51.134394,0.8551835","bedrooms":"4","price":"175000","area":"525"} , +{"type":"Feature","id":"n7945886455","geometry":{"type":"Point","coordinates":[0.8466707,51.1297072]},"properties":{"@type":"node","@id":7945886455,"@timestamp":1614771390},"coords":"51.1297072,0.8466707","bedrooms":"3","price":"185000","area":"429"} , +{"type":"Feature","id":"n7945886465","geometry":{"type":"Point","coordinates":[0.8408952,51.1289415]},"properties":{"@type":"node","@id":7945886465,"@timestamp":1630656821},"coords":"51.1289415,0.8408952","bedrooms":"3","price":"154000","area":"532"} , +{"type":"Feature","id":"n7945886475","geometry":{"type":"Point","coordinates":[0.8412319,51.1282941]},"properties":{"@type":"node","@id":7945886475,"@timestamp":1603211065},"coords":"51.1282941,0.8412319","bedrooms":"0","price":"291000","area":"634"} , +{"type":"Feature","id":"n7945898884","geometry":{"type":"Point","coordinates":[-0.1942994,51.4802146]},"properties":{"@type":"node","@id":7945898884,"@timestamp":1618344223},"coords":"51.4802146,-0.1942994","bedrooms":"3","price":"246000","area":"427"} , +{"type":"Feature","id":"n7945970614","geometry":{"type":"Point","coordinates":[0.8420715,51.1127723]},"properties":{"@type":"node","@id":7945970614,"@timestamp":1603211062},"coords":"51.1127723,0.8420715","bedrooms":"3","price":"192000","area":"379"} , +{"type":"Feature","id":"n7945970624","geometry":{"type":"Point","coordinates":[0.8159333,51.1081305]},"properties":{"@type":"node","@id":7945970624,"@timestamp":1601148178},"coords":"51.1081305,0.8159333","bedrooms":"0","price":"273000","area":"402"} , +{"type":"Feature","id":"n7945970634","geometry":{"type":"Point","coordinates":[0.8120549,51.1077904]},"properties":{"@type":"node","@id":7945970634,"@timestamp":1601148178},"coords":"51.1077904,0.8120549","bedrooms":"0","price":"160000","area":"558"} , +{"type":"Feature","id":"n7945970644","geometry":{"type":"Point","coordinates":[0.8210456,51.1078872]},"properties":{"@type":"node","@id":7945970644,"@timestamp":1601148178},"coords":"51.1078872,0.8210456","bedrooms":"0","price":"268000","area":"393"} , +{"type":"Feature","id":"n7945974887","geometry":{"type":"Point","coordinates":[0.8603105,51.1362529]},"properties":{"@type":"node","@id":7945974887,"@timestamp":1601147495},"coords":"51.1362529,0.8603105","bedrooms":"4","price":"175000","area":"426"} , +{"type":"Feature","id":"n7945976341","geometry":{"type":"Point","coordinates":[0.8539604,51.0944154]},"properties":{"@type":"node","@id":7945976341,"@timestamp":1601994521},"coords":"51.0944154,0.8539604","bedrooms":"1","price":"263000","area":"678"} , +{"type":"Feature","id":"n7945980689","geometry":{"type":"Point","coordinates":[0.8419146,51.1282571]},"properties":{"@type":"node","@id":7945980689,"@timestamp":1601994522},"coords":"51.1282571,0.8419146","bedrooms":"2","price":"198000","area":"577"} , +{"type":"Feature","id":"n7945980699","geometry":{"type":"Point","coordinates":[0.8524168,51.1324626]},"properties":{"@type":"node","@id":7945980699,"@timestamp":1601147820},"coords":"51.1324626,0.8524168","bedrooms":"4","price":"227000","area":"682"} , +{"type":"Feature","id":"n7945985173","geometry":{"type":"Point","coordinates":[0.8397004,51.0978677]},"properties":{"@type":"node","@id":7945985173,"@timestamp":1601994525},"coords":"51.0978677,0.8397004","bedrooms":"1","price":"285000","area":"354"} , +{"type":"Feature","id":"n7946144990","geometry":{"type":"Point","coordinates":[0.6827172,51.735477]},"properties":{"@type":"node","@id":7946144990,"@timestamp":1616899313},"coords":"51.735477,0.6827172","bedrooms":"4","price":"287000","area":"494"} , +{"type":"Feature","id":"n7946190571","geometry":{"type":"Point","coordinates":[-0.2465947,51.3558804]},"properties":{"@type":"node","@id":7946190571,"@timestamp":1621691726},"coords":"51.3558804,-0.2465947","bedrooms":"2","price":"180000","area":"378"} , +{"type":"Feature","id":"n7946229702","geometry":{"type":"Point","coordinates":[-0.6991701,51.3541229]},"properties":{"@type":"node","@id":7946229702,"@timestamp":1601157764},"coords":"51.3541229,-0.6991701","bedrooms":"1","price":"219000","area":"352"} , +{"type":"Feature","id":"n7946372938","geometry":{"type":"Point","coordinates":[-0.1018761,51.5163717]},"properties":{"@type":"node","@id":7946372938,"@timestamp":1635075576},"coords":"51.5163717,-0.1018761","bedrooms":"0","price":"179000","area":"427"} , +{"type":"Feature","id":"n7946443690","geometry":{"type":"Point","coordinates":[-0.0443299,51.5528478]},"properties":{"@type":"node","@id":7946443690,"@timestamp":1601168318},"coords":"51.5528478,-0.0443299","bedrooms":"2","price":"197000","area":"679"} , +{"type":"Feature","id":"n7946443716","geometry":{"type":"Point","coordinates":[-0.0446601,51.5538033]},"properties":{"@type":"node","@id":7946443716,"@timestamp":1601168318},"coords":"51.5538033,-0.0446601","bedrooms":"1","price":"274000","area":"552"} , +{"type":"Feature","id":"n7947053384","geometry":{"type":"Point","coordinates":[-0.107091,51.5373828]},"properties":{"@type":"node","@id":7947053384,"@timestamp":1611896521},"coords":"51.5373828,-0.107091","bedrooms":"2","price":"152000","area":"366"} , +{"type":"Feature","id":"n7947076140","geometry":{"type":"Point","coordinates":[-0.1684328,51.497384]},"properties":{"@type":"node","@id":7947076140,"@timestamp":1601180632},"coords":"51.497384,-0.1684328","bedrooms":"4","price":"225000","area":"645"} , +{"type":"Feature","id":"n7947186235","geometry":{"type":"Point","coordinates":[-0.1681723,51.49882]},"properties":{"@type":"node","@id":7947186235,"@timestamp":1601188686},"coords":"51.49882,-0.1681723","bedrooms":"3","price":"235000","area":"355"} , +{"type":"Feature","id":"n7947221256","geometry":{"type":"Point","coordinates":[-0.299577,51.3890267]},"properties":{"@type":"node","@id":7947221256,"@timestamp":1601190012},"coords":"51.3890267,-0.299577","bedrooms":"0","price":"165000","area":"415"} , +{"type":"Feature","id":"n7947499516","geometry":{"type":"Point","coordinates":[0.551012,51.5679893]},"properties":{"@type":"node","@id":7947499516,"@timestamp":1601202943},"coords":"51.5679893,0.551012","bedrooms":"4","price":"253000","area":"547"} , +{"type":"Feature","id":"n7947623307","geometry":{"type":"Point","coordinates":[-0.6835549,51.5881392]},"properties":{"@type":"node","@id":7947623307,"@timestamp":1601208023},"coords":"51.5881392,-0.6835549","bedrooms":"4","price":"213000","area":"661"} , +{"type":"Feature","id":"n7947623317","geometry":{"type":"Point","coordinates":[-0.6828468,51.587746]},"properties":{"@type":"node","@id":7947623317,"@timestamp":1601208023},"coords":"51.587746,-0.6828468","bedrooms":"3","price":"206000","area":"450"} , +{"type":"Feature","id":"n7947623327","geometry":{"type":"Point","coordinates":[-0.6834855,51.5884059]},"properties":{"@type":"node","@id":7947623327,"@timestamp":1601208023},"coords":"51.5884059,-0.6834855","bedrooms":"0","price":"224000","area":"601"} , +{"type":"Feature","id":"n7947648586","geometry":{"type":"Point","coordinates":[-0.6849893,51.5831476]},"properties":{"@type":"node","@id":7947648586,"@timestamp":1601208532},"coords":"51.5831476,-0.6849893","bedrooms":"2","price":"258000","area":"532"} , +{"type":"Feature","id":"n7947726794","geometry":{"type":"Point","coordinates":[0.2121281,51.529428]},"properties":{"@type":"node","@id":7947726794,"@timestamp":1614293621},"coords":"51.529428,0.2121281","bedrooms":"2","price":"168000","area":"493"} , +{"type":"Feature","id":"n7947982444","geometry":{"type":"Point","coordinates":[-0.4619418,51.3594521]},"properties":{"@type":"node","@id":7947982444,"@timestamp":1613998632},"coords":"51.3594521,-0.4619418","bedrooms":"2","price":"152000","area":"670"} , +{"type":"Feature","id":"n7948161456","geometry":{"type":"Point","coordinates":[-0.1380087,51.5234517]},"properties":{"@type":"node","@id":7948161456,"@timestamp":1601223619},"coords":"51.5234517,-0.1380087","bedrooms":"4","price":"248000","area":"538"} , +{"type":"Feature","id":"n7948163218","geometry":{"type":"Point","coordinates":[-0.1159808,51.5230758]},"properties":{"@type":"node","@id":7948163218,"@timestamp":1601223619},"coords":"51.5230758,-0.1159808","bedrooms":"4","price":"178000","area":"400"} , +{"type":"Feature","id":"n7948202989","geometry":{"type":"Point","coordinates":[-0.687425,51.5833966]},"properties":{"@type":"node","@id":7948202989,"@timestamp":1601224953},"coords":"51.5833966,-0.687425","bedrooms":"4","price":"160000","area":"459"} , +{"type":"Feature","id":"n7948203006","geometry":{"type":"Point","coordinates":[-0.6839566,51.5822544]},"properties":{"@type":"node","@id":7948203006,"@timestamp":1601224953},"coords":"51.5822544,-0.6839566","bedrooms":"4","price":"206000","area":"462"} , +{"type":"Feature","id":"n7948289043","geometry":{"type":"Point","coordinates":[-0.6779361,51.5772564]},"properties":{"@type":"node","@id":7948289043,"@timestamp":1601226605},"coords":"51.5772564,-0.6779361","bedrooms":"1","price":"176000","area":"676"} , +{"type":"Feature","id":"n7948472646","geometry":{"type":"Point","coordinates":[-0.0705314,51.5468805]},"properties":{"@type":"node","@id":7948472646,"@timestamp":1601227880},"coords":"51.5468805,-0.0705314","bedrooms":"3","price":"155000","area":"596"} , +{"type":"Feature","id":"n7948519126","geometry":{"type":"Point","coordinates":[-0.2344715,51.4268151]},"properties":{"@type":"node","@id":7948519126,"@timestamp":1601229051},"coords":"51.4268151,-0.2344715","bedrooms":"0","price":"172000","area":"448"} , +{"type":"Feature","id":"n7948751903","geometry":{"type":"Point","coordinates":[0.2107128,51.5274412]},"properties":{"@type":"node","@id":7948751903,"@timestamp":1610934580},"coords":"51.5274412,0.2107128","bedrooms":"0","price":"154000","area":"414"} , +{"type":"Feature","id":"n7949014351","geometry":{"type":"Point","coordinates":[0.8948065,51.9111431]},"properties":{"@type":"node","@id":7949014351,"@timestamp":1601242756},"coords":"51.9111431,0.8948065","bedrooms":"2","price":"211000","area":"621"} , +{"type":"Feature","id":"n7949014512","geometry":{"type":"Point","coordinates":[0.8934063,51.9151074]},"properties":{"@type":"node","@id":7949014512,"@timestamp":1602000127},"coords":"51.9151074,0.8934063","bedrooms":"2","price":"248000","area":"378"} , +{"type":"Feature","id":"n7949014718","geometry":{"type":"Point","coordinates":[0.8923235,51.8895192]},"properties":{"@type":"node","@id":7949014718,"@timestamp":1601242756},"coords":"51.8895192,0.8923235","bedrooms":"4","price":"263000","area":"686"} , +{"type":"Feature","id":"n7949014852","geometry":{"type":"Point","coordinates":[0.8940686,51.9120596]},"properties":{"@type":"node","@id":7949014852,"@timestamp":1601242756},"coords":"51.9120596,0.8940686","bedrooms":"3","price":"209000","area":"610"} , +{"type":"Feature","id":"n7949014954","geometry":{"type":"Point","coordinates":[0.8923159,51.8893422]},"properties":{"@type":"node","@id":7949014954,"@timestamp":1601242756},"coords":"51.8893422,0.8923159","bedrooms":"3","price":"289000","area":"542"} , +{"type":"Feature","id":"n7949015059","geometry":{"type":"Point","coordinates":[0.8947876,51.9103757]},"properties":{"@type":"node","@id":7949015059,"@timestamp":1601242756},"coords":"51.9103757,0.8947876","bedrooms":"2","price":"275000","area":"688"} , +{"type":"Feature","id":"n7949015237","geometry":{"type":"Point","coordinates":[0.8924752,51.8887262]},"properties":{"@type":"node","@id":7949015237,"@timestamp":1601242756},"coords":"51.8887262,0.8924752","bedrooms":"4","price":"181000","area":"611"} , +{"type":"Feature","id":"n7949015672","geometry":{"type":"Point","coordinates":[0.8929945,51.9138893]},"properties":{"@type":"node","@id":7949015672,"@timestamp":1603030420},"coords":"51.9138893,0.8929945","bedrooms":"4","price":"275000","area":"541"} , +{"type":"Feature","id":"n7949015682","geometry":{"type":"Point","coordinates":[0.8939481,51.9137081]},"properties":{"@type":"node","@id":7949015682,"@timestamp":1601242756},"coords":"51.9137081,0.8939481","bedrooms":"4","price":"200000","area":"562"} , +{"type":"Feature","id":"n7949015966","geometry":{"type":"Point","coordinates":[0.8917902,51.9116453]},"properties":{"@type":"node","@id":7949015966,"@timestamp":1601242756},"coords":"51.9116453,0.8917902","bedrooms":"3","price":"172000","area":"465"} , +{"type":"Feature","id":"n7949031999","geometry":{"type":"Point","coordinates":[-0.6482814,51.1565129]},"properties":{"@type":"node","@id":7949031999,"@timestamp":1601245360},"coords":"51.1565129,-0.6482814","bedrooms":"4","price":"280000","area":"583"} , +{"type":"Feature","id":"n7949059012","geometry":{"type":"Point","coordinates":[-0.5587432,51.6597051]},"properties":{"@type":"node","@id":7949059012,"@timestamp":1601245088},"coords":"51.6597051,-0.5587432","bedrooms":"3","price":"259000","area":"516"} , +{"type":"Feature","id":"n7949140173","geometry":{"type":"Point","coordinates":[0.1944946,51.5174899]},"properties":{"@type":"node","@id":7949140173,"@timestamp":1610919226},"coords":"51.5174899,0.1944946","bedrooms":"3","price":"177000","area":"553"} , +{"type":"Feature","id":"n7949425179","geometry":{"type":"Point","coordinates":[-0.7166838,51.6833595]},"properties":{"@type":"node","@id":7949425179,"@timestamp":1601259650},"coords":"51.6833595,-0.7166838","bedrooms":"3","price":"295000","area":"507"} , +{"type":"Feature","id":"n7949580898","geometry":{"type":"Point","coordinates":[-0.6019469,51.8083592]},"properties":{"@type":"node","@id":7949580898,"@timestamp":1601265479},"coords":"51.8083592,-0.6019469","bedrooms":"4","price":"202000","area":"400"} , +{"type":"Feature","id":"n7949783870","geometry":{"type":"Point","coordinates":[-0.4675949,51.7583195]},"properties":{"@type":"node","@id":7949783870,"@timestamp":1601271277},"coords":"51.7583195,-0.4675949","bedrooms":"4","price":"181000","area":"590"} , +{"type":"Feature","id":"n7950049618","geometry":{"type":"Point","coordinates":[-0.977982,51.8783407]},"properties":{"@type":"node","@id":7950049618,"@timestamp":1601278574},"coords":"51.8783407,-0.977982","bedrooms":"0","price":"232000","area":"439"} , +{"type":"Feature","id":"n7950227917","geometry":{"type":"Point","coordinates":[0.4096325,51.1840602]},"properties":{"@type":"node","@id":7950227917,"@timestamp":1601281703},"coords":"51.1840602,0.4096325","bedrooms":"3","price":"277000","area":"491"} , +{"type":"Feature","id":"n7950403151","geometry":{"type":"Point","coordinates":[0.2380214,51.5905254]},"properties":{"@type":"node","@id":7950403151,"@timestamp":1601283416},"coords":"51.5905254,0.2380214","bedrooms":"2","price":"204000","area":"521"} , +{"type":"Feature","id":"n7950489678","geometry":{"type":"Point","coordinates":[0.0179131,51.5363692]},"properties":{"@type":"node","@id":7950489678,"@timestamp":1601284901},"coords":"51.5363692,0.0179131","bedrooms":"2","price":"229000","area":"596"} , +{"type":"Feature","id":"n7950506687","geometry":{"type":"Point","coordinates":[0.0175939,51.5356243]},"properties":{"@type":"node","@id":7950506687,"@timestamp":1601284901},"coords":"51.5356243,0.0175939","bedrooms":"0","price":"204000","area":"524"} , +{"type":"Feature","id":"n7950506697","geometry":{"type":"Point","coordinates":[0.0160979,51.5346675]},"properties":{"@type":"node","@id":7950506697,"@timestamp":1622044349},"coords":"51.5346675,0.0160979","bedrooms":"3","price":"175000","area":"404"} , +{"type":"Feature","id":"n7950506707","geometry":{"type":"Point","coordinates":[0.0164399,51.5360531]},"properties":{"@type":"node","@id":7950506707,"@timestamp":1622044349},"coords":"51.5360531,0.0164399","bedrooms":"1","price":"287000","area":"551"} , +{"type":"Feature","id":"n7950506717","geometry":{"type":"Point","coordinates":[0.016574,51.5366379]},"properties":{"@type":"node","@id":7950506717,"@timestamp":1622044349},"coords":"51.5366379,0.016574","bedrooms":"3","price":"154000","area":"584"} , +{"type":"Feature","id":"n7950600485","geometry":{"type":"Point","coordinates":[0.2572003,51.5703459]},"properties":{"@type":"node","@id":7950600485,"@timestamp":1601286811},"coords":"51.5703459,0.2572003","bedrooms":"3","price":"211000","area":"563"} , +{"type":"Feature","id":"n7950618377","geometry":{"type":"Point","coordinates":[-0.2641509,51.4703631]},"properties":{"@type":"node","@id":7950618377,"@timestamp":1601287204},"coords":"51.4703631,-0.2641509","bedrooms":"1","price":"183000","area":"415"} , +{"type":"Feature","id":"n7950695812","geometry":{"type":"Point","coordinates":[-0.5870337,51.8651062]},"properties":{"@type":"node","@id":7950695812,"@timestamp":1601288649},"coords":"51.8651062,-0.5870337","bedrooms":"2","price":"167000","area":"625"} , +{"type":"Feature","id":"n7950803708","geometry":{"type":"Point","coordinates":[0.2353776,51.559149]},"properties":{"@type":"node","@id":7950803708,"@timestamp":1601290296},"coords":"51.559149,0.2353776","bedrooms":"4","price":"188000","area":"627"} , +{"type":"Feature","id":"n7950817464","geometry":{"type":"Point","coordinates":[0.2132785,51.5226972]},"properties":{"@type":"node","@id":7950817464,"@timestamp":1617627083},"coords":"51.5226972,0.2132785","bedrooms":"0","price":"275000","area":"462"} , +{"type":"Feature","id":"n7950925298","geometry":{"type":"Point","coordinates":[0.3155762,51.6619455]},"properties":{"@type":"node","@id":7950925298,"@timestamp":1601292844},"coords":"51.6619455,0.3155762","bedrooms":"3","price":"276000","area":"650"} , +{"type":"Feature","id":"n7951179165","geometry":{"type":"Point","coordinates":[0.0165602,51.5366645]},"properties":{"@type":"node","@id":7951179165,"@timestamp":1622044349},"coords":"51.5366645,0.0165602","bedrooms":"3","price":"188000","area":"385"} , +{"type":"Feature","id":"n7951257552","geometry":{"type":"Point","coordinates":[-0.0630274,51.4890802]},"properties":{"@type":"node","@id":7951257552,"@timestamp":1601298207},"coords":"51.4890802,-0.0630274","bedrooms":"0","price":"209000","area":"588"} , +{"type":"Feature","id":"n7951362082","geometry":{"type":"Point","coordinates":[0.0150088,51.5349837]},"properties":{"@type":"node","@id":7951362082,"@timestamp":1617349902},"coords":"51.5349837,0.0150088","bedrooms":"4","price":"186000","area":"602"} , +{"type":"Feature","id":"n7951411386","geometry":{"type":"Point","coordinates":[-0.3124647,51.4407738]},"properties":{"@type":"node","@id":7951411386,"@timestamp":1601301162},"coords":"51.4407738,-0.3124647","bedrooms":"3","price":"168000","area":"682"} , +{"type":"Feature","id":"n7951411396","geometry":{"type":"Point","coordinates":[-0.3125815,51.4405465]},"properties":{"@type":"node","@id":7951411396,"@timestamp":1601301162},"coords":"51.4405465,-0.3125815","bedrooms":"1","price":"297000","area":"366"} , +{"type":"Feature","id":"n7951411406","geometry":{"type":"Point","coordinates":[-0.3140352,51.4400727]},"properties":{"@type":"node","@id":7951411406,"@timestamp":1601301162},"coords":"51.4400727,-0.3140352","bedrooms":"0","price":"202000","area":"420"} , +{"type":"Feature","id":"n7951553143","geometry":{"type":"Point","coordinates":[-0.6563517,51.1606001]},"properties":{"@type":"node","@id":7951553143,"@timestamp":1601305268},"coords":"51.1606001,-0.6563517","bedrooms":"4","price":"171000","area":"551"} , +{"type":"Feature","id":"n7951830764","geometry":{"type":"Point","coordinates":[0.0155982,51.5335013]},"properties":{"@type":"node","@id":7951830764,"@timestamp":1626211331},"coords":"51.5335013,0.0155982","bedrooms":"0","price":"217000","area":"544"} , +{"type":"Feature","id":"n7952228876","geometry":{"type":"Point","coordinates":[-0.4152279,51.4331149]},"properties":{"@type":"node","@id":7952228876,"@timestamp":1601373894},"coords":"51.4331149,-0.4152279","bedrooms":"0","price":"194000","area":"437"} , +{"type":"Feature","id":"n7952369255","geometry":{"type":"Point","coordinates":[0.8334589,51.139299]},"properties":{"@type":"node","@id":7952369255,"@timestamp":1601321040},"coords":"51.139299,0.8334589","bedrooms":"0","price":"182000","area":"600"} , +{"type":"Feature","id":"n7952369265","geometry":{"type":"Point","coordinates":[0.8398721,51.1430711]},"properties":{"@type":"node","@id":7952369265,"@timestamp":1602002330},"coords":"51.1430711,0.8398721","bedrooms":"2","price":"226000","area":"424"} , +{"type":"Feature","id":"n7952505361","geometry":{"type":"Point","coordinates":[-0.5203668,51.4358017]},"properties":{"@type":"node","@id":7952505361,"@timestamp":1601323113},"coords":"51.4358017,-0.5203668","bedrooms":"0","price":"191000","area":"374"} , +{"type":"Feature","id":"n7952703022","geometry":{"type":"Point","coordinates":[0.1456438,51.5306379]},"properties":{"@type":"node","@id":7952703022,"@timestamp":1605110225},"coords":"51.5306379,0.1456438","bedrooms":"3","price":"280000","area":"374"} , +{"type":"Feature","id":"n7952791785","geometry":{"type":"Point","coordinates":[-0.201353,51.4907165]},"properties":{"@type":"node","@id":7952791785,"@timestamp":1601329052},"coords":"51.4907165,-0.201353","bedrooms":"0","price":"258000","area":"414"} , +{"type":"Feature","id":"n7952947614","geometry":{"type":"Point","coordinates":[-0.0211642,51.5460284]},"properties":{"@type":"node","@id":7952947614,"@timestamp":1633311351},"coords":"51.5460284,-0.0211642","bedrooms":"1","price":"161000","area":"452"} , +{"type":"Feature","id":"n7953039254","geometry":{"type":"Point","coordinates":[0.0090022,51.4661049]},"properties":{"@type":"node","@id":7953039254,"@timestamp":1608723876},"coords":"51.4661049,0.0090022","bedrooms":"3","price":"284000","area":"585"} , +{"type":"Feature","id":"n7953129355","geometry":{"type":"Point","coordinates":[-0.1678315,51.498131]},"properties":{"@type":"node","@id":7953129355,"@timestamp":1601350005},"coords":"51.498131,-0.1678315","bedrooms":"0","price":"181000","area":"418"} , +{"type":"Feature","id":"n7953132042","geometry":{"type":"Point","coordinates":[-0.1669157,51.4981246]},"properties":{"@type":"node","@id":7953132042,"@timestamp":1603554811},"coords":"51.4981246,-0.1669157","bedrooms":"4","price":"252000","area":"410"} , +{"type":"Feature","id":"n7953158218","geometry":{"type":"Point","coordinates":[0.1791319,51.7848955]},"properties":{"@type":"node","@id":7953158218,"@timestamp":1601351575},"coords":"51.7848955,0.1791319","bedrooms":"3","price":"288000","area":"681"} , +{"type":"Feature","id":"n7953424356","geometry":{"type":"Point","coordinates":[0.1265032,51.2598613]},"properties":{"@type":"node","@id":7953424356,"@timestamp":1601360857},"coords":"51.2598613,0.1265032","bedrooms":"1","price":"220000","area":"519"} , +{"type":"Feature","id":"n7953753803","geometry":{"type":"Point","coordinates":[-0.0548373,51.5004375]},"properties":{"@type":"node","@id":7953753803,"@timestamp":1601367993},"coords":"51.5004375,-0.0548373","bedrooms":"2","price":"164000","area":"353"} , +{"type":"Feature","id":"n7953855156","geometry":{"type":"Point","coordinates":[-0.002723,51.5459863]},"properties":{"@type":"node","@id":7953855156,"@timestamp":1626816364},"coords":"51.5459863,-0.002723","bedrooms":"3","price":"188000","area":"464"} , +{"type":"Feature","id":"n7953855166","geometry":{"type":"Point","coordinates":[-0.00175,51.5452164]},"properties":{"@type":"node","@id":7953855166,"@timestamp":1626858909},"coords":"51.5452164,-0.00175","bedrooms":"3","price":"155000","area":"416"} , +{"type":"Feature","id":"n7953859717","geometry":{"type":"Point","coordinates":[0.8732529,51.11921]},"properties":{"@type":"node","@id":7953859717,"@timestamp":1601369784},"coords":"51.11921,0.8732529","bedrooms":"4","price":"188000","area":"550"} , +{"type":"Feature","id":"n7954043912","geometry":{"type":"Point","coordinates":[-0.4159753,51.4336728]},"properties":{"@type":"node","@id":7954043912,"@timestamp":1601373894},"coords":"51.4336728,-0.4159753","bedrooms":"1","price":"263000","area":"455"} , +{"type":"Feature","id":"n7954043929","geometry":{"type":"Point","coordinates":[-0.4157392,51.433546]},"properties":{"@type":"node","@id":7954043929,"@timestamp":1601373894},"coords":"51.433546,-0.4157392","bedrooms":"0","price":"162000","area":"389"} , +{"type":"Feature","id":"n7954044221","geometry":{"type":"Point","coordinates":[-0.4121275,51.4322313]},"properties":{"@type":"node","@id":7954044221,"@timestamp":1601373894},"coords":"51.4322313,-0.4121275","bedrooms":"2","price":"269000","area":"551"} , +{"type":"Feature","id":"n7954044231","geometry":{"type":"Point","coordinates":[-0.410939,51.4318426]},"properties":{"@type":"node","@id":7954044231,"@timestamp":1601373894},"coords":"51.4318426,-0.410939","bedrooms":"2","price":"236000","area":"679"} , +{"type":"Feature","id":"n7954044293","geometry":{"type":"Point","coordinates":[-0.4190163,51.4318029]},"properties":{"@type":"node","@id":7954044293,"@timestamp":1601373894},"coords":"51.4318029,-0.4190163","bedrooms":"4","price":"264000","area":"689"} , +{"type":"Feature","id":"n7954044357","geometry":{"type":"Point","coordinates":[-0.4185899,51.4320256]},"properties":{"@type":"node","@id":7954044357,"@timestamp":1601373894},"coords":"51.4320256,-0.4185899","bedrooms":"0","price":"170000","area":"429"} , +{"type":"Feature","id":"n7954044433","geometry":{"type":"Point","coordinates":[-0.4208701,51.4292363]},"properties":{"@type":"node","@id":7954044433,"@timestamp":1601373894},"coords":"51.4292363,-0.4208701","bedrooms":"2","price":"171000","area":"571"} , +{"type":"Feature","id":"n7954086717","geometry":{"type":"Point","coordinates":[0.0149641,51.5354536]},"properties":{"@type":"node","@id":7954086717,"@timestamp":1622125870},"coords":"51.5354536,0.0149641","bedrooms":"2","price":"194000","area":"409"} , +{"type":"Feature","id":"n7954086739","geometry":{"type":"Point","coordinates":[0.0145309,51.5365094]},"properties":{"@type":"node","@id":7954086739,"@timestamp":1601374916},"coords":"51.5365094,0.0145309","bedrooms":"4","price":"292000","area":"588"} , +{"type":"Feature","id":"n7954115712","geometry":{"type":"Point","coordinates":[0.0187842,51.5335818]},"properties":{"@type":"node","@id":7954115712,"@timestamp":1626433997},"coords":"51.5335818,0.0187842","bedrooms":"1","price":"248000","area":"591"} , +{"type":"Feature","id":"n7954324920","geometry":{"type":"Point","coordinates":[-0.6894929,51.3541492]},"properties":{"@type":"node","@id":7954324920,"@timestamp":1601393191},"coords":"51.3541492,-0.6894929","bedrooms":"0","price":"156000","area":"495"} , +{"type":"Feature","id":"n7954388713","geometry":{"type":"Point","coordinates":[0.0138401,51.5334455]},"properties":{"@type":"node","@id":7954388713,"@timestamp":1617349902},"coords":"51.5334455,0.0138401","bedrooms":"0","price":"158000","area":"591"} , +{"type":"Feature","id":"n7954392271","geometry":{"type":"Point","coordinates":[-0.0790711,51.5561977]},"properties":{"@type":"node","@id":7954392271,"@timestamp":1601382260},"coords":"51.5561977,-0.0790711","bedrooms":"2","price":"275000","area":"612"} , +{"type":"Feature","id":"n7954402862","geometry":{"type":"Point","coordinates":[0.0146943,51.534127]},"properties":{"@type":"node","@id":7954402862,"@timestamp":1617349902},"coords":"51.534127,0.0146943","bedrooms":"1","price":"167000","area":"402"} , +{"type":"Feature","id":"n7954458715","geometry":{"type":"Point","coordinates":[-0.0792231,51.5557017]},"properties":{"@type":"node","@id":7954458715,"@timestamp":1615664802},"coords":"51.5557017,-0.0792231","bedrooms":"2","price":"275000","area":"589"} , +{"type":"Feature","id":"n7954484117","geometry":{"type":"Point","coordinates":[-0.6940269,51.3539982]},"properties":{"@type":"node","@id":7954484117,"@timestamp":1601393435},"coords":"51.3539982,-0.6940269","bedrooms":"1","price":"180000","area":"678"} , +{"type":"Feature","id":"n7954630985","geometry":{"type":"Point","coordinates":[0.0136848,51.5362471]},"properties":{"@type":"node","@id":7954630985,"@timestamp":1617349902},"coords":"51.5362471,0.0136848","bedrooms":"1","price":"187000","area":"656"} , +{"type":"Feature","id":"n7954631003","geometry":{"type":"Point","coordinates":[0.0140984,51.535549]},"properties":{"@type":"node","@id":7954631003,"@timestamp":1617349902},"coords":"51.535549,0.0140984","bedrooms":"3","price":"228000","area":"395"} , +{"type":"Feature","id":"n7954730572","geometry":{"type":"Point","coordinates":[-0.0535406,51.4940884]},"properties":{"@type":"node","@id":7954730572,"@timestamp":1601387777},"coords":"51.4940884,-0.0535406","bedrooms":"4","price":"252000","area":"437"} , +{"type":"Feature","id":"n7954738235","geometry":{"type":"Point","coordinates":[-0.053557,51.4939823]},"properties":{"@type":"node","@id":7954738235,"@timestamp":1601388077},"coords":"51.4939823,-0.053557","bedrooms":"1","price":"160000","area":"536"} , +{"type":"Feature","id":"n7954928911","geometry":{"type":"Point","coordinates":[-0.1149199,51.4794727]},"properties":{"@type":"node","@id":7954928911,"@timestamp":1601391094},"coords":"51.4794727,-0.1149199","bedrooms":"1","price":"158000","area":"637"} , +{"type":"Feature","id":"n7954985972","geometry":{"type":"Point","coordinates":[-0.0585664,51.1319769]},"properties":{"@type":"node","@id":7954985972,"@timestamp":1601392422},"coords":"51.1319769,-0.0585664","bedrooms":"4","price":"150000","area":"621"} , +{"type":"Feature","id":"n7955782427","geometry":{"type":"Point","coordinates":[-0.1187241,51.443878]},"properties":{"@type":"node","@id":7955782427,"@timestamp":1601399679},"coords":"51.443878,-0.1187241","bedrooms":"2","price":"163000","area":"659"} , +{"type":"Feature","id":"n7956054108","geometry":{"type":"Point","coordinates":[-0.1459524,51.1849469]},"properties":{"@type":"node","@id":7956054108,"@timestamp":1601406084},"coords":"51.1849469,-0.1459524","bedrooms":"3","price":"178000","area":"516"} , +{"type":"Feature","id":"n7956323938","geometry":{"type":"Point","coordinates":[0.1546634,51.4970008]},"properties":{"@type":"node","@id":7956323938,"@timestamp":1601414891},"coords":"51.4970008,0.1546634","bedrooms":"0","price":"189000","area":"540"} , +{"type":"Feature","id":"n7956418963","geometry":{"type":"Point","coordinates":[0.6319522,51.2829053]},"properties":{"@type":"node","@id":7956418963,"@timestamp":1601419058},"coords":"51.2829053,0.6319522","bedrooms":"4","price":"289000","area":"433"} , +{"type":"Feature","id":"n7958025213","geometry":{"type":"Point","coordinates":[-0.0984961,51.5010136]},"properties":{"@type":"node","@id":7958025213,"@timestamp":1636100514},"coords":"51.5010136,-0.0984961","bedrooms":"2","price":"188000","area":"397"} , +{"type":"Feature","id":"n7958025249","geometry":{"type":"Point","coordinates":[-0.0989303,51.5005629]},"properties":{"@type":"node","@id":7958025249,"@timestamp":1636100514},"coords":"51.5005629,-0.0989303","bedrooms":"0","price":"248000","area":"498"} , +{"type":"Feature","id":"n7958573010","geometry":{"type":"Point","coordinates":[-0.061066,51.6181271]},"properties":{"@type":"node","@id":7958573010,"@timestamp":1601447258},"coords":"51.6181271,-0.061066","bedrooms":"0","price":"237000","area":"610"} , +{"type":"Feature","id":"n7958617756","geometry":{"type":"Point","coordinates":[-0.1636029,51.9565363]},"properties":{"@type":"node","@id":7958617756,"@timestamp":1601448814},"coords":"51.9565363,-0.1636029","bedrooms":"4","price":"197000","area":"602"} , +{"type":"Feature","id":"n7958772469","geometry":{"type":"Point","coordinates":[0.0129491,51.5357404]},"properties":{"@type":"node","@id":7958772469,"@timestamp":1617349902},"coords":"51.5357404,0.0129491","bedrooms":"1","price":"260000","area":"486"} , +{"type":"Feature","id":"n7958780996","geometry":{"type":"Point","coordinates":[0.0129455,51.5368996]},"properties":{"@type":"node","@id":7958780996,"@timestamp":1618070049},"coords":"51.5368996,0.0129455","bedrooms":"4","price":"278000","area":"436"} , +{"type":"Feature","id":"n7958886155","geometry":{"type":"Point","coordinates":[0.0123584,51.5357223]},"properties":{"@type":"node","@id":7958886155,"@timestamp":1617349902},"coords":"51.5357223,0.0123584","bedrooms":"2","price":"158000","area":"483"} , +{"type":"Feature","id":"n7958886172","geometry":{"type":"Point","coordinates":[0.0127299,51.5364406]},"properties":{"@type":"node","@id":7958886172,"@timestamp":1617349902},"coords":"51.5364406,0.0127299","bedrooms":"3","price":"256000","area":"384"} , +{"type":"Feature","id":"n7958959070","geometry":{"type":"Point","coordinates":[-0.777512,51.6323338]},"properties":{"@type":"node","@id":7958959070,"@timestamp":1601456247},"coords":"51.6323338,-0.777512","bedrooms":"0","price":"257000","area":"634"} , +{"type":"Feature","id":"n7959002247","geometry":{"type":"Point","coordinates":[-0.1966288,51.4153242]},"properties":{"@type":"node","@id":7959002247,"@timestamp":1621115981},"coords":"51.4153242,-0.1966288","bedrooms":"0","price":"153000","area":"579"} , +{"type":"Feature","id":"n7959113175","geometry":{"type":"Point","coordinates":[-0.0389236,51.1458213]},"properties":{"@type":"node","@id":7959113175,"@timestamp":1601459108},"coords":"51.1458213,-0.0389236","bedrooms":"3","price":"290000","area":"617"} , +{"type":"Feature","id":"n7959263600","geometry":{"type":"Point","coordinates":[0.0083508,51.5360485]},"properties":{"@type":"node","@id":7959263600,"@timestamp":1625146438},"coords":"51.5360485,0.0083508","bedrooms":"4","price":"249000","area":"499"} , +{"type":"Feature","id":"n7959264286","geometry":{"type":"Point","coordinates":[-0.3431635,51.4570353]},"properties":{"@type":"node","@id":7959264286,"@timestamp":1601462357},"coords":"51.4570353,-0.3431635","bedrooms":"3","price":"263000","area":"369"} , +{"type":"Feature","id":"n7959264296","geometry":{"type":"Point","coordinates":[-0.3417873,51.457484]},"properties":{"@type":"node","@id":7959264296,"@timestamp":1601462357},"coords":"51.457484,-0.3417873","bedrooms":"4","price":"177000","area":"421"} , +{"type":"Feature","id":"n7959264306","geometry":{"type":"Point","coordinates":[-0.3438048,51.4560828]},"properties":{"@type":"node","@id":7959264306,"@timestamp":1601462357},"coords":"51.4560828,-0.3438048","bedrooms":"1","price":"275000","area":"452"} , +{"type":"Feature","id":"n7959264342","geometry":{"type":"Point","coordinates":[-0.3430286,51.4553741]},"properties":{"@type":"node","@id":7959264342,"@timestamp":1601462357},"coords":"51.4553741,-0.3430286","bedrooms":"3","price":"286000","area":"544"} , +{"type":"Feature","id":"n7959264367","geometry":{"type":"Point","coordinates":[-0.3426674,51.4550411]},"properties":{"@type":"node","@id":7959264367,"@timestamp":1601462357},"coords":"51.4550411,-0.3426674","bedrooms":"2","price":"211000","area":"467"} , +{"type":"Feature","id":"n7959264377","geometry":{"type":"Point","coordinates":[-0.3429542,51.4553126]},"properties":{"@type":"node","@id":7959264377,"@timestamp":1601462357},"coords":"51.4553126,-0.3429542","bedrooms":"4","price":"254000","area":"525"} , +{"type":"Feature","id":"n7959264436","geometry":{"type":"Point","coordinates":[-0.3424577,51.4544156]},"properties":{"@type":"node","@id":7959264436,"@timestamp":1601462357},"coords":"51.4544156,-0.3424577","bedrooms":"0","price":"171000","area":"475"} , +{"type":"Feature","id":"n7959264525","geometry":{"type":"Point","coordinates":[-0.3397403,51.4561823]},"properties":{"@type":"node","@id":7959264525,"@timestamp":1601462357},"coords":"51.4561823,-0.3397403","bedrooms":"2","price":"186000","area":"625"} , +{"type":"Feature","id":"n7959264539","geometry":{"type":"Point","coordinates":[-0.3402323,51.4565606]},"properties":{"@type":"node","@id":7959264539,"@timestamp":1601462357},"coords":"51.4565606,-0.3402323","bedrooms":"3","price":"156000","area":"529"} , +{"type":"Feature","id":"n7959264629","geometry":{"type":"Point","coordinates":[-0.3434289,51.4553368]},"properties":{"@type":"node","@id":7959264629,"@timestamp":1601462357},"coords":"51.4553368,-0.3434289","bedrooms":"4","price":"255000","area":"465"} , +{"type":"Feature","id":"n7959264639","geometry":{"type":"Point","coordinates":[-0.3437592,51.455086]},"properties":{"@type":"node","@id":7959264639,"@timestamp":1601462357},"coords":"51.455086,-0.3437592","bedrooms":"2","price":"185000","area":"418"} , +{"type":"Feature","id":"n7959264649","geometry":{"type":"Point","coordinates":[-0.3439711,51.4546049]},"properties":{"@type":"node","@id":7959264649,"@timestamp":1601462357},"coords":"51.4546049,-0.3439711","bedrooms":"2","price":"246000","area":"669"} , +{"type":"Feature","id":"n7959264734","geometry":{"type":"Point","coordinates":[-0.3525401,51.4599066]},"properties":{"@type":"node","@id":7959264734,"@timestamp":1601462357},"coords":"51.4599066,-0.3525401","bedrooms":"4","price":"227000","area":"421"} , +{"type":"Feature","id":"n7959265196","geometry":{"type":"Point","coordinates":[0.0076941,51.5358586]},"properties":{"@type":"node","@id":7959265196,"@timestamp":1603182850},"coords":"51.5358586,0.0076941","bedrooms":"3","price":"184000","area":"634"} , +{"type":"Feature","id":"n7959265249","geometry":{"type":"Point","coordinates":[0.0109723,51.5345598]},"properties":{"@type":"node","@id":7959265249,"@timestamp":1625147737},"coords":"51.5345598,0.0109723","bedrooms":"1","price":"284000","area":"443"} , +{"type":"Feature","id":"n7959265348","geometry":{"type":"Point","coordinates":[0.0095454,51.5356209]},"properties":{"@type":"node","@id":7959265348,"@timestamp":1625147737},"coords":"51.5356209,0.0095454","bedrooms":"4","price":"192000","area":"656"} , +{"type":"Feature","id":"n7959577156","geometry":{"type":"Point","coordinates":[-0.6918168,51.3521406]},"properties":{"@type":"node","@id":7959577156,"@timestamp":1601469680},"coords":"51.3521406,-0.6918168","bedrooms":"3","price":"173000","area":"565"} , +{"type":"Feature","id":"n7959731655","geometry":{"type":"Point","coordinates":[-0.1807861,51.1170207]},"properties":{"@type":"node","@id":7959731655,"@timestamp":1634763567},"coords":"51.1170207,-0.1807861","bedrooms":"0","price":"221000","area":"668"} , +{"type":"Feature","id":"n7959774974","geometry":{"type":"Point","coordinates":[-0.6961448,51.3532325]},"properties":{"@type":"node","@id":7959774974,"@timestamp":1601472958},"coords":"51.3532325,-0.6961448","bedrooms":"3","price":"226000","area":"602"} , +{"type":"Feature","id":"n7960126307","geometry":{"type":"Point","coordinates":[-0.8328521,51.7845656]},"properties":{"@type":"node","@id":7960126307,"@timestamp":1601479703},"coords":"51.7845656,-0.8328521","bedrooms":"4","price":"220000","area":"542"} , +{"type":"Feature","id":"n7960181463","geometry":{"type":"Point","coordinates":[0.011715,51.5346654]},"properties":{"@type":"node","@id":7960181463,"@timestamp":1622125870},"coords":"51.5346654,0.011715","bedrooms":"0","price":"260000","area":"396"} , +{"type":"Feature","id":"n7960189580","geometry":{"type":"Point","coordinates":[0.011453,51.5340368]},"properties":{"@type":"node","@id":7960189580,"@timestamp":1601481722},"coords":"51.5340368,0.011453","bedrooms":"2","price":"203000","area":"527"} , +{"type":"Feature","id":"n7960189695","geometry":{"type":"Point","coordinates":[0.0131066,51.5354391]},"properties":{"@type":"node","@id":7960189695,"@timestamp":1601481722},"coords":"51.5354391,0.0131066","bedrooms":"1","price":"294000","area":"606"} , +{"type":"Feature","id":"n7960245718","geometry":{"type":"Point","coordinates":[-0.7816795,51.1895413]},"properties":{"@type":"node","@id":7960245718,"@timestamp":1601483695},"coords":"51.1895413,-0.7816795","bedrooms":"3","price":"254000","area":"681"} , +{"type":"Feature","id":"n7960274504","geometry":{"type":"Point","coordinates":[0.0117348,51.5359751]},"properties":{"@type":"node","@id":7960274504,"@timestamp":1617349902},"coords":"51.5359751,0.0117348","bedrooms":"3","price":"233000","area":"693"} , +{"type":"Feature","id":"n7960274548","geometry":{"type":"Point","coordinates":[0.0116099,51.5366687]},"properties":{"@type":"node","@id":7960274548,"@timestamp":1601484415},"coords":"51.5366687,0.0116099","bedrooms":"0","price":"215000","area":"503"} , +{"type":"Feature","id":"n7960332907","geometry":{"type":"Point","coordinates":[-0.3238882,51.5126496]},"properties":{"@type":"node","@id":7960332907,"@timestamp":1602727357},"coords":"51.5126496,-0.3238882","bedrooms":"2","price":"184000","area":"628"} , +{"type":"Feature","id":"n7960459957","geometry":{"type":"Point","coordinates":[0.2166885,51.521468]},"properties":{"@type":"node","@id":7960459957,"@timestamp":1610934580},"coords":"51.521468,0.2166885","bedrooms":"1","price":"176000","area":"667"} , +{"type":"Feature","id":"n7960510815","geometry":{"type":"Point","coordinates":[-0.0442457,51.5521356]},"properties":{"@type":"node","@id":7960510815,"@timestamp":1601486678},"coords":"51.5521356,-0.0442457","bedrooms":"4","price":"232000","area":"630"} , +{"type":"Feature","id":"n7960510833","geometry":{"type":"Point","coordinates":[-0.0440782,51.552344]},"properties":{"@type":"node","@id":7960510833,"@timestamp":1601486678},"coords":"51.552344,-0.0440782","bedrooms":"3","price":"286000","area":"459"} , +{"type":"Feature","id":"n7960510848","geometry":{"type":"Point","coordinates":[-0.0441308,51.5524543]},"properties":{"@type":"node","@id":7960510848,"@timestamp":1601486678},"coords":"51.5524543,-0.0441308","bedrooms":"4","price":"265000","area":"596"} , +{"type":"Feature","id":"n7961149674","geometry":{"type":"Point","coordinates":[-0.1988907,51.5494681]},"properties":{"@type":"node","@id":7961149674,"@timestamp":1619901799},"coords":"51.5494681,-0.1988907","bedrooms":"0","price":"162000","area":"440"} , +{"type":"Feature","id":"n7961272256","geometry":{"type":"Point","coordinates":[-0.0437438,51.5489343]},"properties":{"@type":"node","@id":7961272256,"@timestamp":1602785533},"coords":"51.5489343,-0.0437438","bedrooms":"4","price":"157000","area":"596"} , +{"type":"Feature","id":"n7961281793","geometry":{"type":"Point","coordinates":[-0.0431306,51.550507]},"properties":{"@type":"node","@id":7961281793,"@timestamp":1601506447},"coords":"51.550507,-0.0431306","bedrooms":"4","price":"279000","area":"409"} , +{"type":"Feature","id":"n7961281946","geometry":{"type":"Point","coordinates":[-0.0439996,51.5520768]},"properties":{"@type":"node","@id":7961281946,"@timestamp":1601506447},"coords":"51.5520768,-0.0439996","bedrooms":"1","price":"255000","area":"633"} , +{"type":"Feature","id":"n7961281970","geometry":{"type":"Point","coordinates":[-0.0438602,51.5518083]},"properties":{"@type":"node","@id":7961281970,"@timestamp":1601506447},"coords":"51.5518083,-0.0438602","bedrooms":"0","price":"261000","area":"694"} , +{"type":"Feature","id":"n7961282055","geometry":{"type":"Point","coordinates":[-0.0440306,51.5517328]},"properties":{"@type":"node","@id":7961282055,"@timestamp":1601506447},"coords":"51.5517328,-0.0440306","bedrooms":"3","price":"226000","area":"393"} , +{"type":"Feature","id":"n7961714533","geometry":{"type":"Point","coordinates":[-0.7828361,51.1393687]},"properties":{"@type":"node","@id":7961714533,"@timestamp":1601528856},"coords":"51.1393687,-0.7828361","bedrooms":"4","price":"294000","area":"525"} , +{"type":"Feature","id":"n7962089077","geometry":{"type":"Point","coordinates":[0.0643878,51.4238551]},"properties":{"@type":"node","@id":7962089077,"@timestamp":1601538190},"coords":"51.4238551,0.0643878","bedrooms":"0","price":"286000","area":"603"} , +{"type":"Feature","id":"n7962266756","geometry":{"type":"Point","coordinates":[-0.9659713,51.449898]},"properties":{"@type":"node","@id":7962266756,"@timestamp":1601539727},"coords":"51.449898,-0.9659713","bedrooms":"0","price":"163000","area":"538"} , +{"type":"Feature","id":"n7962400372","geometry":{"type":"Point","coordinates":[-0.6936861,51.1286954]},"properties":{"@type":"node","@id":7962400372,"@timestamp":1601541762},"coords":"51.1286954,-0.6936861","bedrooms":"4","price":"234000","area":"657"} , +{"type":"Feature","id":"n7962555947","geometry":{"type":"Point","coordinates":[-0.613063,50.9870313]},"properties":{"@type":"node","@id":7962555947,"@timestamp":1601544619},"coords":"50.9870313,-0.613063","bedrooms":"0","price":"285000","area":"627"} , +{"type":"Feature","id":"n7962556276","geometry":{"type":"Point","coordinates":[-0.6234331,50.9859477]},"properties":{"@type":"node","@id":7962556276,"@timestamp":1601544619},"coords":"50.9859477,-0.6234331","bedrooms":"1","price":"236000","area":"642"} , +{"type":"Feature","id":"n7962556655","geometry":{"type":"Point","coordinates":[-0.6102642,50.9933858]},"properties":{"@type":"node","@id":7962556655,"@timestamp":1601544619},"coords":"50.9933858,-0.6102642","bedrooms":"2","price":"281000","area":"476"} , +{"type":"Feature","id":"n7962868670","geometry":{"type":"Point","coordinates":[-0.5391381,51.8177639]},"properties":{"@type":"node","@id":7962868670,"@timestamp":1601550244},"coords":"51.8177639,-0.5391381","bedrooms":"3","price":"156000","area":"573"} , +{"type":"Feature","id":"n7962992849","geometry":{"type":"Point","coordinates":[-0.0191451,51.4555888]},"properties":{"@type":"node","@id":7962992849,"@timestamp":1624466146},"coords":"51.4555888,-0.0191451","bedrooms":"2","price":"177000","area":"416"} , +{"type":"Feature","id":"n7963169856","geometry":{"type":"Point","coordinates":[-0.0099522,51.4272275]},"properties":{"@type":"node","@id":7963169856,"@timestamp":1601555907},"coords":"51.4272275,-0.0099522","bedrooms":"1","price":"166000","area":"640"} , +{"type":"Feature","id":"n7963551532","geometry":{"type":"Point","coordinates":[-0.4132811,51.4759562]},"properties":{"@type":"node","@id":7963551532,"@timestamp":1601559043},"coords":"51.4759562,-0.4132811","bedrooms":"0","price":"192000","area":"581"} , +{"type":"Feature","id":"n7963663366","geometry":{"type":"Point","coordinates":[-0.3959214,51.462564]},"properties":{"@type":"node","@id":7963663366,"@timestamp":1601562057},"coords":"51.462564,-0.3959214","bedrooms":"1","price":"240000","area":"591"} , +{"type":"Feature","id":"n7963865296","geometry":{"type":"Point","coordinates":[-0.0229864,51.4514801]},"properties":{"@type":"node","@id":7963865296,"@timestamp":1601565595},"coords":"51.4514801,-0.0229864","bedrooms":"2","price":"276000","area":"492"} , +{"type":"Feature","id":"n7963880013","geometry":{"type":"Point","coordinates":[-0.5301303,51.4266154]},"properties":{"@type":"node","@id":7963880013,"@timestamp":1601566658},"coords":"51.4266154,-0.5301303","bedrooms":"4","price":"244000","area":"578"} , +{"type":"Feature","id":"n7964074971","geometry":{"type":"Point","coordinates":[-0.1661464,51.5474279]},"properties":{"@type":"node","@id":7964074971,"@timestamp":1620895638},"coords":"51.5474279,-0.1661464","bedrooms":"3","price":"190000","area":"559"} , +{"type":"Feature","id":"n7964076190","geometry":{"type":"Point","coordinates":[-0.1546254,51.5378267]},"properties":{"@type":"node","@id":7964076190,"@timestamp":1601568242},"coords":"51.5378267,-0.1546254","bedrooms":"1","price":"154000","area":"506"} , +{"type":"Feature","id":"n7964278068","geometry":{"type":"Point","coordinates":[-0.1881715,50.9632825]},"properties":{"@type":"node","@id":7964278068,"@timestamp":1601570073},"coords":"50.9632825,-0.1881715","bedrooms":"4","price":"261000","area":"571"} , +{"type":"Feature","id":"n7964278078","geometry":{"type":"Point","coordinates":[-0.2038892,50.965416]},"properties":{"@type":"node","@id":7964278078,"@timestamp":1601570073},"coords":"50.965416,-0.2038892","bedrooms":"4","price":"152000","area":"451"} , +{"type":"Feature","id":"n7964278766","geometry":{"type":"Point","coordinates":[0.0177335,51.5353226]},"properties":{"@type":"node","@id":7964278766,"@timestamp":1622021135},"coords":"51.5353226,0.0177335","bedrooms":"0","price":"251000","area":"697"} , +{"type":"Feature","id":"n7964323089","geometry":{"type":"Point","coordinates":[-0.2134781,50.96721]},"properties":{"@type":"node","@id":7964323089,"@timestamp":1601570073},"coords":"50.96721,-0.2134781","bedrooms":"0","price":"198000","area":"413"} , +{"type":"Feature","id":"n7964323099","geometry":{"type":"Point","coordinates":[-0.219902,50.9690443]},"properties":{"@type":"node","@id":7964323099,"@timestamp":1601570073},"coords":"50.9690443,-0.219902","bedrooms":"1","price":"178000","area":"528"} , +{"type":"Feature","id":"n7964323109","geometry":{"type":"Point","coordinates":[-0.1785021,50.9620349]},"properties":{"@type":"node","@id":7964323109,"@timestamp":1601570073},"coords":"50.9620349,-0.1785021","bedrooms":"1","price":"228000","area":"526"} , +{"type":"Feature","id":"n7964323119","geometry":{"type":"Point","coordinates":[-0.1681676,50.9619876]},"properties":{"@type":"node","@id":7964323119,"@timestamp":1601570073},"coords":"50.9619876,-0.1681676","bedrooms":"4","price":"190000","area":"373"} , +{"type":"Feature","id":"n7964463219","geometry":{"type":"Point","coordinates":[-0.3529032,51.4554335]},"properties":{"@type":"node","@id":7964463219,"@timestamp":1601571944},"coords":"51.4554335,-0.3529032","bedrooms":"2","price":"183000","area":"605"} , +{"type":"Feature","id":"n7964463239","geometry":{"type":"Point","coordinates":[-0.3503037,51.4544507]},"properties":{"@type":"node","@id":7964463239,"@timestamp":1601571944},"coords":"51.4544507,-0.3503037","bedrooms":"3","price":"284000","area":"674"} , +{"type":"Feature","id":"n7964511756","geometry":{"type":"Point","coordinates":[0.0197117,51.5337109]},"properties":{"@type":"node","@id":7964511756,"@timestamp":1622021135},"coords":"51.5337109,0.0197117","bedrooms":"3","price":"160000","area":"524"} , +{"type":"Feature","id":"n7964785551","geometry":{"type":"Point","coordinates":[-0.3345132,51.4388195]},"properties":{"@type":"node","@id":7964785551,"@timestamp":1603201628},"coords":"51.4388195,-0.3345132","bedrooms":"2","price":"299000","area":"629"} , +{"type":"Feature","id":"n7964863823","geometry":{"type":"Point","coordinates":[-0.338428,51.4244785]},"properties":{"@type":"node","@id":7964863823,"@timestamp":1601582040},"coords":"51.4244785,-0.338428","bedrooms":"1","price":"244000","area":"388"} , +{"type":"Feature","id":"n7964982243","geometry":{"type":"Point","coordinates":[0.1377659,51.8759036]},"properties":{"@type":"node","@id":7964982243,"@timestamp":1614558659},"coords":"51.8759036,0.1377659","bedrooms":"2","price":"297000","area":"437"} , +{"type":"Feature","id":"n7964995777","geometry":{"type":"Point","coordinates":[-0.0278851,50.9835825]},"properties":{"@type":"node","@id":7964995777,"@timestamp":1601586512},"coords":"50.9835825,-0.0278851","bedrooms":"3","price":"290000","area":"398"} , +{"type":"Feature","id":"n7964997866","geometry":{"type":"Point","coordinates":[-0.0219762,50.9955589]},"properties":{"@type":"node","@id":7964997866,"@timestamp":1601586512},"coords":"50.9955589,-0.0219762","bedrooms":"1","price":"242000","area":"601"} , +{"type":"Feature","id":"n7965054245","geometry":{"type":"Point","coordinates":[-0.5935356,51.6799143]},"properties":{"@type":"node","@id":7965054245,"@timestamp":1631282354},"coords":"51.6799143,-0.5935356","bedrooms":"3","price":"272000","area":"633"} , +{"type":"Feature","id":"n7965123219","geometry":{"type":"Point","coordinates":[-0.1887015,51.3664831]},"properties":{"@type":"node","@id":7965123219,"@timestamp":1601592313},"coords":"51.3664831,-0.1887015","bedrooms":"4","price":"280000","area":"584"} , +{"type":"Feature","id":"n7965245103","geometry":{"type":"Point","coordinates":[-0.0458591,51.5479601]},"properties":{"@type":"node","@id":7965245103,"@timestamp":1601599476},"coords":"51.5479601,-0.0458591","bedrooms":"4","price":"163000","area":"510"} , +{"type":"Feature","id":"n7965258487","geometry":{"type":"Point","coordinates":[-0.0447097,51.548061]},"properties":{"@type":"node","@id":7965258487,"@timestamp":1601599476},"coords":"51.548061,-0.0447097","bedrooms":"0","price":"242000","area":"673"} , +{"type":"Feature","id":"n7965258581","geometry":{"type":"Point","coordinates":[-0.0438219,51.5484359]},"properties":{"@type":"node","@id":7965258581,"@timestamp":1601599476},"coords":"51.5484359,-0.0438219","bedrooms":"4","price":"202000","area":"596"} , +{"type":"Feature","id":"n7965258622","geometry":{"type":"Point","coordinates":[-0.043653,51.5484588]},"properties":{"@type":"node","@id":7965258622,"@timestamp":1601599476},"coords":"51.5484588,-0.043653","bedrooms":"4","price":"228000","area":"613"} , +{"type":"Feature","id":"n7965866095","geometry":{"type":"Point","coordinates":[-0.6582853,51.3767528]},"properties":{"@type":"node","@id":7965866095,"@timestamp":1601628837},"coords":"51.3767528,-0.6582853","bedrooms":"0","price":"262000","area":"617"} , +{"type":"Feature","id":"n7965953347","geometry":{"type":"Point","coordinates":[-0.4141871,51.4707689]},"properties":{"@type":"node","@id":7965953347,"@timestamp":1601631589},"coords":"51.4707689,-0.4141871","bedrooms":"3","price":"271000","area":"438"} , +{"type":"Feature","id":"n7965954189","geometry":{"type":"Point","coordinates":[-0.4661813,51.4524235]},"properties":{"@type":"node","@id":7965954189,"@timestamp":1601631589},"coords":"51.4524235,-0.4661813","bedrooms":"3","price":"150000","area":"498"} , +{"type":"Feature","id":"n7966262221","geometry":{"type":"Point","coordinates":[-0.7458691,51.701465]},"properties":{"@type":"node","@id":7966262221,"@timestamp":1601644017},"coords":"51.701465,-0.7458691","bedrooms":"1","price":"291000","area":"546"} , +{"type":"Feature","id":"n7966262231","geometry":{"type":"Point","coordinates":[-0.7404462,51.6959206]},"properties":{"@type":"node","@id":7966262231,"@timestamp":1601643206},"coords":"51.6959206,-0.7404462","bedrooms":"0","price":"246000","area":"538"} , +{"type":"Feature","id":"n7966262241","geometry":{"type":"Point","coordinates":[-0.7397143,51.6947616]},"properties":{"@type":"node","@id":7966262241,"@timestamp":1601643206},"coords":"51.6947616,-0.7397143","bedrooms":"3","price":"289000","area":"698"} , +{"type":"Feature","id":"n7966262251","geometry":{"type":"Point","coordinates":[-0.7398898,51.6942957]},"properties":{"@type":"node","@id":7966262251,"@timestamp":1601643206},"coords":"51.6942957,-0.7398898","bedrooms":"4","price":"153000","area":"571"} , +{"type":"Feature","id":"n7966392030","geometry":{"type":"Point","coordinates":[-0.3333818,51.4246178]},"properties":{"@type":"node","@id":7966392030,"@timestamp":1601645857},"coords":"51.4246178,-0.3333818","bedrooms":"3","price":"263000","area":"445"} , +{"type":"Feature","id":"n7966511002","geometry":{"type":"Point","coordinates":[-0.0350016,50.9990041]},"properties":{"@type":"node","@id":7966511002,"@timestamp":1601649050},"coords":"50.9990041,-0.0350016","bedrooms":"3","price":"276000","area":"675"} , +{"type":"Feature","id":"n7966523170","geometry":{"type":"Point","coordinates":[-0.7596965,51.6166209]},"properties":{"@type":"node","@id":7966523170,"@timestamp":1601650649},"coords":"51.6166209,-0.7596965","bedrooms":"1","price":"245000","area":"606"} , +{"type":"Feature","id":"n7966534022","geometry":{"type":"Point","coordinates":[-0.7462155,51.6155525]},"properties":{"@type":"node","@id":7966534022,"@timestamp":1601651616},"coords":"51.6155525,-0.7462155","bedrooms":"2","price":"184000","area":"424"} , +{"type":"Feature","id":"n7966534032","geometry":{"type":"Point","coordinates":[-0.7469929,51.6156425]},"properties":{"@type":"node","@id":7966534032,"@timestamp":1601651616},"coords":"51.6156425,-0.7469929","bedrooms":"1","price":"195000","area":"444"} , +{"type":"Feature","id":"n7966534042","geometry":{"type":"Point","coordinates":[-0.7470557,51.6159504]},"properties":{"@type":"node","@id":7966534042,"@timestamp":1601651616},"coords":"51.6159504,-0.7470557","bedrooms":"1","price":"230000","area":"563"} , +{"type":"Feature","id":"n7966631185","geometry":{"type":"Point","coordinates":[-0.7457417,51.6155215]},"properties":{"@type":"node","@id":7966631185,"@timestamp":1601652256},"coords":"51.6155215,-0.7457417","bedrooms":"0","price":"225000","area":"577"} , +{"type":"Feature","id":"n7966799281","geometry":{"type":"Point","coordinates":[-0.1775374,51.5482507]},"properties":{"@type":"node","@id":7966799281,"@timestamp":1601891639},"coords":"51.5482507,-0.1775374","bedrooms":"1","price":"227000","area":"679"} , +{"type":"Feature","id":"n7966816297","geometry":{"type":"Point","coordinates":[-0.1294446,51.5180139]},"properties":{"@type":"node","@id":7966816297,"@timestamp":1601658727},"coords":"51.5180139,-0.1294446","bedrooms":"2","price":"200000","area":"505"} , +{"type":"Feature","id":"n7966816353","geometry":{"type":"Point","coordinates":[-0.1880684,51.5543091]},"properties":{"@type":"node","@id":7966816353,"@timestamp":1601658727},"coords":"51.5543091,-0.1880684","bedrooms":"0","price":"231000","area":"513"} , +{"type":"Feature","id":"n7967097112","geometry":{"type":"Point","coordinates":[0.0535101,51.5678472]},"properties":{"@type":"node","@id":7967097112,"@timestamp":1601667804},"coords":"51.5678472,0.0535101","bedrooms":"2","price":"222000","area":"690"} , +{"type":"Feature","id":"n7968115502","geometry":{"type":"Point","coordinates":[-0.7803673,51.4768024]},"properties":{"@type":"node","@id":7968115502,"@timestamp":1601711722},"coords":"51.4768024,-0.7803673","bedrooms":"0","price":"275000","area":"650"} , +{"type":"Feature","id":"n7968115512","geometry":{"type":"Point","coordinates":[-0.7809788,51.4790927]},"properties":{"@type":"node","@id":7968115512,"@timestamp":1601711722},"coords":"51.4790927,-0.7809788","bedrooms":"4","price":"252000","area":"596"} , +{"type":"Feature","id":"n7968373065","geometry":{"type":"Point","coordinates":[-0.1316706,51.5257961]},"properties":{"@type":"node","@id":7968373065,"@timestamp":1628527514},"coords":"51.5257961,-0.1316706","bedrooms":"0","price":"276000","area":"415"} , +{"type":"Feature","id":"n7968398119","geometry":{"type":"Point","coordinates":[-0.9910975,51.4553847]},"properties":{"@type":"node","@id":7968398119,"@timestamp":1601719751},"coords":"51.4553847,-0.9910975","bedrooms":"3","price":"241000","area":"566"} , +{"type":"Feature","id":"n7968459891","geometry":{"type":"Point","coordinates":[-0.0463952,51.5479716]},"properties":{"@type":"node","@id":7968459891,"@timestamp":1601729175},"coords":"51.5479716,-0.0463952","bedrooms":"4","price":"228000","area":"593"} , +{"type":"Feature","id":"n7968459987","geometry":{"type":"Point","coordinates":[-0.0459248,51.5479017]},"properties":{"@type":"node","@id":7968459987,"@timestamp":1604427166},"coords":"51.5479017,-0.0459248","bedrooms":"0","price":"198000","area":"674"} , +{"type":"Feature","id":"n7968611350","geometry":{"type":"Point","coordinates":[0.0516137,51.5078468]},"properties":{"@type":"node","@id":7968611350,"@timestamp":1601726959},"coords":"51.5078468,0.0516137","bedrooms":"2","price":"169000","area":"350"} , +{"type":"Feature","id":"n7968611360","geometry":{"type":"Point","coordinates":[0.0524452,51.5074211]},"properties":{"@type":"node","@id":7968611360,"@timestamp":1601726959},"coords":"51.5074211,0.0524452","bedrooms":"3","price":"263000","area":"419"} , +{"type":"Feature","id":"n7968611370","geometry":{"type":"Point","coordinates":[0.0521582,51.5076031]},"properties":{"@type":"node","@id":7968611370,"@timestamp":1601726959},"coords":"51.5076031,0.0521582","bedrooms":"3","price":"203000","area":"679"} , +{"type":"Feature","id":"n7968611380","geometry":{"type":"Point","coordinates":[0.0529381,51.5076265]},"properties":{"@type":"node","@id":7968611380,"@timestamp":1601726959},"coords":"51.5076265,0.0529381","bedrooms":"2","price":"239000","area":"696"} , +{"type":"Feature","id":"n7968611390","geometry":{"type":"Point","coordinates":[0.0541223,51.5074478]},"properties":{"@type":"node","@id":7968611390,"@timestamp":1601726959},"coords":"51.5074478,0.0541223","bedrooms":"0","price":"202000","area":"414"} , +{"type":"Feature","id":"n7968611400","geometry":{"type":"Point","coordinates":[0.0541323,51.5082133]},"properties":{"@type":"node","@id":7968611400,"@timestamp":1601726959},"coords":"51.5082133,0.0541323","bedrooms":"4","price":"279000","area":"351"} , +{"type":"Feature","id":"n7968611501","geometry":{"type":"Point","coordinates":[0.0598548,51.5075847]},"properties":{"@type":"node","@id":7968611501,"@timestamp":1601726959},"coords":"51.5075847,0.0598548","bedrooms":"1","price":"230000","area":"474"} , +{"type":"Feature","id":"n7968611511","geometry":{"type":"Point","coordinates":[0.060689,51.5070655]},"properties":{"@type":"node","@id":7968611511,"@timestamp":1601726959},"coords":"51.5070655,0.060689","bedrooms":"1","price":"188000","area":"683"} , +{"type":"Feature","id":"n7968611521","geometry":{"type":"Point","coordinates":[0.0608633,51.5071398]},"properties":{"@type":"node","@id":7968611521,"@timestamp":1601726959},"coords":"51.5071398,0.0608633","bedrooms":"4","price":"184000","area":"579"} , +{"type":"Feature","id":"n7968635068","geometry":{"type":"Point","coordinates":[-0.0506837,51.5487878]},"properties":{"@type":"node","@id":7968635068,"@timestamp":1601729175},"coords":"51.5487878,-0.0506837","bedrooms":"2","price":"285000","area":"679"} , +{"type":"Feature","id":"n7968687593","geometry":{"type":"Point","coordinates":[-0.0501479,51.548561]},"properties":{"@type":"node","@id":7968687593,"@timestamp":1601729175},"coords":"51.548561,-0.0501479","bedrooms":"0","price":"267000","area":"660"} , +{"type":"Feature","id":"n7968687665","geometry":{"type":"Point","coordinates":[-0.0493178,51.5485626]},"properties":{"@type":"node","@id":7968687665,"@timestamp":1601729175},"coords":"51.5485626,-0.0493178","bedrooms":"4","price":"164000","area":"661"} , +{"type":"Feature","id":"n7968771758","geometry":{"type":"Point","coordinates":[-0.0629592,51.5180999]},"properties":{"@type":"node","@id":7968771758,"@timestamp":1601731661},"coords":"51.5180999,-0.0629592","bedrooms":"0","price":"167000","area":"419"} , +{"type":"Feature","id":"n7969069781","geometry":{"type":"Point","coordinates":[-0.5871871,51.6558656]},"properties":{"@type":"node","@id":7969069781,"@timestamp":1601739677},"coords":"51.6558656,-0.5871871","bedrooms":"0","price":"174000","area":"688"} , +{"type":"Feature","id":"n7969143309","geometry":{"type":"Point","coordinates":[-0.5888194,51.6607216]},"properties":{"@type":"node","@id":7969143309,"@timestamp":1618177502},"coords":"51.6607216,-0.5888194","bedrooms":"1","price":"215000","area":"417"} , +{"type":"Feature","id":"n7969246308","geometry":{"type":"Point","coordinates":[-0.141224,51.5342621]},"properties":{"@type":"node","@id":7969246308,"@timestamp":1601741925},"coords":"51.5342621,-0.141224","bedrooms":"3","price":"251000","area":"550"} , +{"type":"Feature","id":"n7969246342","geometry":{"type":"Point","coordinates":[-0.1695436,51.5563733]},"properties":{"@type":"node","@id":7969246342,"@timestamp":1601741925},"coords":"51.5563733,-0.1695436","bedrooms":"0","price":"263000","area":"525"} , +{"type":"Feature","id":"n7969359768","geometry":{"type":"Point","coordinates":[-0.0509881,51.5487353]},"properties":{"@type":"node","@id":7969359768,"@timestamp":1601743473},"coords":"51.5487353,-0.0509881","bedrooms":"2","price":"277000","area":"576"} , +{"type":"Feature","id":"n7969532086","geometry":{"type":"Point","coordinates":[-0.0467581,51.5490796]},"properties":{"@type":"node","@id":7969532086,"@timestamp":1610132260},"coords":"51.5490796,-0.0467581","bedrooms":"1","price":"205000","area":"603"} , +{"type":"Feature","id":"n7969762422","geometry":{"type":"Point","coordinates":[-0.5255465,51.6554516]},"properties":{"@type":"node","@id":7969762422,"@timestamp":1601752468},"coords":"51.6554516,-0.5255465","bedrooms":"1","price":"172000","area":"678"} , +{"type":"Feature","id":"n7969762432","geometry":{"type":"Point","coordinates":[-0.52662,51.6487577]},"properties":{"@type":"node","@id":7969762432,"@timestamp":1601752468},"coords":"51.6487577,-0.52662","bedrooms":"1","price":"247000","area":"363"} , +{"type":"Feature","id":"n7970054433","geometry":{"type":"Point","coordinates":[-0.5210939,51.6678854]},"properties":{"@type":"node","@id":7970054433,"@timestamp":1601753238},"coords":"51.6678854,-0.5210939","bedrooms":"3","price":"276000","area":"536"} , +{"type":"Feature","id":"n7970078517","geometry":{"type":"Point","coordinates":[0.2072729,51.5194639]},"properties":{"@type":"node","@id":7970078517,"@timestamp":1610934580},"coords":"51.5194639,0.2072729","bedrooms":"0","price":"204000","area":"659"} , +{"type":"Feature","id":"n7970248417","geometry":{"type":"Point","coordinates":[-0.5310651,51.7013654]},"properties":{"@type":"node","@id":7970248417,"@timestamp":1601755800},"coords":"51.7013654,-0.5310651","bedrooms":"0","price":"214000","area":"647"} , +{"type":"Feature","id":"n7970491064","geometry":{"type":"Point","coordinates":[0.0017528,51.5403465]},"properties":{"@type":"node","@id":7970491064,"@timestamp":1601759905},"coords":"51.5403465,0.0017528","bedrooms":"0","price":"172000","area":"388"} , +{"type":"Feature","id":"n7970583519","geometry":{"type":"Point","coordinates":[-0.519108,51.6514489]},"properties":{"@type":"node","@id":7970583519,"@timestamp":1601760732},"coords":"51.6514489,-0.519108","bedrooms":"3","price":"241000","area":"464"} , +{"type":"Feature","id":"n7972083996","geometry":{"type":"Point","coordinates":[-0.0965062,51.5749822]},"properties":{"@type":"node","@id":7972083996,"@timestamp":1601776298},"coords":"51.5749822,-0.0965062","bedrooms":"2","price":"243000","area":"397"} , +{"type":"Feature","id":"n7972103524","geometry":{"type":"Point","coordinates":[-0.1684038,51.4268403]},"properties":{"@type":"node","@id":7972103524,"@timestamp":1601776807},"coords":"51.4268403,-0.1684038","bedrooms":"4","price":"232000","area":"454"} , +{"type":"Feature","id":"n7972133089","geometry":{"type":"Point","coordinates":[-0.1692748,51.426993]},"properties":{"@type":"node","@id":7972133089,"@timestamp":1602024027},"coords":"51.426993,-0.1692748","bedrooms":"3","price":"265000","area":"598"} , +{"type":"Feature","id":"n7972133187","geometry":{"type":"Point","coordinates":[-0.1688158,51.4274182]},"properties":{"@type":"node","@id":7972133187,"@timestamp":1602024027},"coords":"51.4274182,-0.1688158","bedrooms":"0","price":"239000","area":"510"} , +{"type":"Feature","id":"n7972133234","geometry":{"type":"Point","coordinates":[-0.1681987,51.427676]},"properties":{"@type":"node","@id":7972133234,"@timestamp":1602194144},"coords":"51.427676,-0.1681987","bedrooms":"1","price":"174000","area":"605"} , +{"type":"Feature","id":"n7972133303","geometry":{"type":"Point","coordinates":[-0.1680424,51.4281863]},"properties":{"@type":"node","@id":7972133303,"@timestamp":1601776807},"coords":"51.4281863,-0.1680424","bedrooms":"2","price":"199000","area":"697"} , +{"type":"Feature","id":"n7972196373","geometry":{"type":"Point","coordinates":[-0.0871545,51.5786082]},"properties":{"@type":"node","@id":7972196373,"@timestamp":1606967586},"coords":"51.5786082,-0.0871545","bedrooms":"1","price":"268000","area":"582"} , +{"type":"Feature","id":"n7972256596","geometry":{"type":"Point","coordinates":[-0.1615546,51.5010295]},"properties":{"@type":"node","@id":7972256596,"@timestamp":1601785119},"coords":"51.5010295,-0.1615546","bedrooms":"1","price":"189000","area":"619"} , +{"type":"Feature","id":"n7972704961","geometry":{"type":"Point","coordinates":[-0.1573895,51.3749819]},"properties":{"@type":"node","@id":7972704961,"@timestamp":1601799501},"coords":"51.3749819,-0.1573895","bedrooms":"2","price":"172000","area":"350"} , +{"type":"Feature","id":"n7972949676","geometry":{"type":"Point","coordinates":[-0.1914809,51.4658794]},"properties":{"@type":"node","@id":7972949676,"@timestamp":1601809073},"coords":"51.4658794,-0.1914809","bedrooms":"4","price":"204000","area":"664"} , +{"type":"Feature","id":"n7972970986","geometry":{"type":"Point","coordinates":[-0.1984654,51.4676328]},"properties":{"@type":"node","@id":7972970986,"@timestamp":1601809073},"coords":"51.4676328,-0.1984654","bedrooms":"2","price":"216000","area":"632"} , +{"type":"Feature","id":"n7972971086","geometry":{"type":"Point","coordinates":[-0.1983467,51.4694996]},"properties":{"@type":"node","@id":7972971086,"@timestamp":1601809073},"coords":"51.4694996,-0.1983467","bedrooms":"2","price":"280000","area":"399"} , +{"type":"Feature","id":"n7972979379","geometry":{"type":"Point","coordinates":[-0.2010275,51.5047725]},"properties":{"@type":"node","@id":7972979379,"@timestamp":1601809684},"coords":"51.5047725,-0.2010275","bedrooms":"1","price":"266000","area":"390"} , +{"type":"Feature","id":"n7973071686","geometry":{"type":"Point","coordinates":[-0.1700226,51.4260461]},"properties":{"@type":"node","@id":7973071686,"@timestamp":1601813604},"coords":"51.4260461,-0.1700226","bedrooms":"4","price":"299000","area":"408"} , +{"type":"Feature","id":"n7973071747","geometry":{"type":"Point","coordinates":[-0.1696708,51.426549]},"properties":{"@type":"node","@id":7973071747,"@timestamp":1601813604},"coords":"51.426549,-0.1696708","bedrooms":"4","price":"294000","area":"382"} , +{"type":"Feature","id":"n7973218392","geometry":{"type":"Point","coordinates":[-0.4123094,51.6613285]},"properties":{"@type":"node","@id":7973218392,"@timestamp":1601818635},"coords":"51.6613285,-0.4123094","bedrooms":"1","price":"254000","area":"557"} , +{"type":"Feature","id":"n7973280574","geometry":{"type":"Point","coordinates":[-0.7258867,51.6365253]},"properties":{"@type":"node","@id":7973280574,"@timestamp":1601820962},"coords":"51.6365253,-0.7258867","bedrooms":"4","price":"287000","area":"596"} , +{"type":"Feature","id":"n7973280584","geometry":{"type":"Point","coordinates":[-0.7260591,51.636894]},"properties":{"@type":"node","@id":7973280584,"@timestamp":1601820962},"coords":"51.636894,-0.7260591","bedrooms":"0","price":"282000","area":"413"} , +{"type":"Feature","id":"n7973310293","geometry":{"type":"Point","coordinates":[-0.7257345,51.6372527]},"properties":{"@type":"node","@id":7973310293,"@timestamp":1601820962},"coords":"51.6372527,-0.7257345","bedrooms":"1","price":"155000","area":"409"} , +{"type":"Feature","id":"n7973310303","geometry":{"type":"Point","coordinates":[-0.7245594,51.6370289]},"properties":{"@type":"node","@id":7973310303,"@timestamp":1601820962},"coords":"51.6370289,-0.7245594","bedrooms":"4","price":"155000","area":"517"} , +{"type":"Feature","id":"n7973332492","geometry":{"type":"Point","coordinates":[-0.7275797,51.63424]},"properties":{"@type":"node","@id":7973332492,"@timestamp":1601821862},"coords":"51.63424,-0.7275797","bedrooms":"1","price":"200000","area":"655"} , +{"type":"Feature","id":"n7973357676","geometry":{"type":"Point","coordinates":[-0.1160101,51.457386]},"properties":{"@type":"node","@id":7973357676,"@timestamp":1601823150},"coords":"51.457386,-0.1160101","bedrooms":"4","price":"191000","area":"536"} , +{"type":"Feature","id":"n7973480129","geometry":{"type":"Point","coordinates":[-0.0094749,51.6267682]},"properties":{"@type":"node","@id":7973480129,"@timestamp":1601825900},"coords":"51.6267682,-0.0094749","bedrooms":"2","price":"157000","area":"586"} , +{"type":"Feature","id":"n7973480157","geometry":{"type":"Point","coordinates":[-0.0063193,51.6256509]},"properties":{"@type":"node","@id":7973480157,"@timestamp":1601825900},"coords":"51.6256509,-0.0063193","bedrooms":"1","price":"167000","area":"563"} , +{"type":"Feature","id":"n7973568082","geometry":{"type":"Point","coordinates":[-0.1722235,51.5550376]},"properties":{"@type":"node","@id":7973568082,"@timestamp":1601828502},"coords":"51.5550376,-0.1722235","bedrooms":"4","price":"276000","area":"601"} , +{"type":"Feature","id":"n7973584703","geometry":{"type":"Point","coordinates":[-0.1509712,51.5386174]},"properties":{"@type":"node","@id":7973584703,"@timestamp":1601828502},"coords":"51.5386174,-0.1509712","bedrooms":"0","price":"239000","area":"524"} , +{"type":"Feature","id":"n7973598329","geometry":{"type":"Point","coordinates":[0.3575093,51.1833873]},"properties":{"@type":"node","@id":7973598329,"@timestamp":1601914390},"coords":"51.1833873,0.3575093","bedrooms":"0","price":"284000","area":"374"} , +{"type":"Feature","id":"n7973598340","geometry":{"type":"Point","coordinates":[0.3700908,51.1882576]},"properties":{"@type":"node","@id":7973598340,"@timestamp":1619261763},"coords":"51.1882576,0.3700908","bedrooms":"2","price":"162000","area":"497"} , +{"type":"Feature","id":"n7973694413","geometry":{"type":"Point","coordinates":[-0.2009252,51.0816973]},"properties":{"@type":"node","@id":7973694413,"@timestamp":1617465882},"coords":"51.0816973,-0.2009252","bedrooms":"2","price":"226000","area":"534"} , +{"type":"Feature","id":"n7973866049","geometry":{"type":"Point","coordinates":[-0.6045264,51.6173237]},"properties":{"@type":"node","@id":7973866049,"@timestamp":1601839977},"coords":"51.6173237,-0.6045264","bedrooms":"3","price":"237000","area":"589"} , +{"type":"Feature","id":"n7973867112","geometry":{"type":"Point","coordinates":[-0.5791319,51.6260206]},"properties":{"@type":"node","@id":7973867112,"@timestamp":1601838198},"coords":"51.6260206,-0.5791319","bedrooms":"4","price":"277000","area":"656"} , +{"type":"Feature","id":"n7973936946","geometry":{"type":"Point","coordinates":[-0.2445453,51.3493282]},"properties":{"@type":"node","@id":7973936946,"@timestamp":1601840896},"coords":"51.3493282,-0.2445453","bedrooms":"3","price":"192000","area":"552"} , +{"type":"Feature","id":"n7974846169","geometry":{"type":"Point","coordinates":[-0.5995391,51.7005738]},"properties":{"@type":"node","@id":7974846169,"@timestamp":1632695631},"coords":"51.7005738,-0.5995391","bedrooms":"0","price":"225000","area":"419"} , +{"type":"Feature","id":"n7975167642","geometry":{"type":"Point","coordinates":[0.2504473,51.5589265]},"properties":{"@type":"node","@id":7975167642,"@timestamp":1601859464},"coords":"51.5589265,0.2504473","bedrooms":"0","price":"284000","area":"612"} , +{"type":"Feature","id":"n7975248097","geometry":{"type":"Point","coordinates":[-0.6808422,51.6082729]},"properties":{"@type":"node","@id":7975248097,"@timestamp":1601863046},"coords":"51.6082729,-0.6808422","bedrooms":"0","price":"178000","area":"529"} , +{"type":"Feature","id":"n7975449620","geometry":{"type":"Point","coordinates":[-0.2505694,51.5114604]},"properties":{"@type":"node","@id":7975449620,"@timestamp":1601871939},"coords":"51.5114604,-0.2505694","bedrooms":"2","price":"249000","area":"479"} , +{"type":"Feature","id":"n7975511023","geometry":{"type":"Point","coordinates":[-0.1599028,51.5007985]},"properties":{"@type":"node","@id":7975511023,"@timestamp":1601873216},"coords":"51.5007985,-0.1599028","bedrooms":"3","price":"253000","area":"378"} , +{"type":"Feature","id":"n7975759687","geometry":{"type":"Point","coordinates":[-0.4413886,51.7718043]},"properties":{"@type":"node","@id":7975759687,"@timestamp":1601879854},"coords":"51.7718043,-0.4413886","bedrooms":"3","price":"238000","area":"609"} , +{"type":"Feature","id":"n7976357378","geometry":{"type":"Point","coordinates":[-0.1801161,51.559663]},"properties":{"@type":"node","@id":7976357378,"@timestamp":1601891639},"coords":"51.559663,-0.1801161","bedrooms":"1","price":"287000","area":"405"} , +{"type":"Feature","id":"n7976402206","geometry":{"type":"Point","coordinates":[-0.1755553,51.5553071]},"properties":{"@type":"node","@id":7976402206,"@timestamp":1601891639},"coords":"51.5553071,-0.1755553","bedrooms":"3","price":"155000","area":"632"} , +{"type":"Feature","id":"n7976402240","geometry":{"type":"Point","coordinates":[-0.1237209,51.5195657]},"properties":{"@type":"node","@id":7976402240,"@timestamp":1601891639},"coords":"51.5195657,-0.1237209","bedrooms":"1","price":"290000","area":"618"} , +{"type":"Feature","id":"n7976429478","geometry":{"type":"Point","coordinates":[-0.3374031,51.4256929]},"properties":{"@type":"node","@id":7976429478,"@timestamp":1601892045},"coords":"51.4256929,-0.3374031","bedrooms":"1","price":"270000","area":"492"} , +{"type":"Feature","id":"n7976450762","geometry":{"type":"Point","coordinates":[0.0639379,51.7703317]},"properties":{"@type":"node","@id":7976450762,"@timestamp":1631223645},"coords":"51.7703317,0.0639379","bedrooms":"0","price":"248000","area":"381"} , +{"type":"Feature","id":"n7976804522","geometry":{"type":"Point","coordinates":[0.1577378,51.8090661]},"properties":{"@type":"node","@id":7976804522,"@timestamp":1624049817},"coords":"51.8090661,0.1577378","bedrooms":"4","price":"287000","area":"402"} , +{"type":"Feature","id":"n7977065291","geometry":{"type":"Point","coordinates":[-0.3554839,51.4224165]},"properties":{"@type":"node","@id":7977065291,"@timestamp":1601900053},"coords":"51.4224165,-0.3554839","bedrooms":"2","price":"230000","area":"649"} , +{"type":"Feature","id":"n7977179983","geometry":{"type":"Point","coordinates":[-0.3208006,51.4647801]},"properties":{"@type":"node","@id":7977179983,"@timestamp":1610029611},"coords":"51.4647801,-0.3208006","bedrooms":"3","price":"252000","area":"452"} , +{"type":"Feature","id":"n7977855552","geometry":{"type":"Point","coordinates":[-0.8797546,51.1238153]},"properties":{"@type":"node","@id":7977855552,"@timestamp":1601914156},"coords":"51.1238153,-0.8797546","bedrooms":"2","price":"244000","area":"538"} , +{"type":"Feature","id":"n7977855715","geometry":{"type":"Point","coordinates":[-0.1404799,51.5226053]},"properties":{"@type":"node","@id":7977855715,"@timestamp":1601913490},"coords":"51.5226053,-0.1404799","bedrooms":"0","price":"195000","area":"413"} , +{"type":"Feature","id":"n7978217390","geometry":{"type":"Point","coordinates":[-0.3208995,50.9836042]},"properties":{"@type":"node","@id":7978217390,"@timestamp":1601918640},"coords":"50.9836042,-0.3208995","bedrooms":"3","price":"270000","area":"568"} , +{"type":"Feature","id":"n7978217400","geometry":{"type":"Point","coordinates":[-0.3159936,50.986623]},"properties":{"@type":"node","@id":7978217400,"@timestamp":1601918640},"coords":"50.986623,-0.3159936","bedrooms":"3","price":"215000","area":"431"} , +{"type":"Feature","id":"n7978217487","geometry":{"type":"Point","coordinates":[-0.3329736,50.9728982]},"properties":{"@type":"node","@id":7978217487,"@timestamp":1601918640},"coords":"50.9728982,-0.3329736","bedrooms":"4","price":"214000","area":"366"} , +{"type":"Feature","id":"n7978217533","geometry":{"type":"Point","coordinates":[-0.3257414,50.9722078]},"properties":{"@type":"node","@id":7978217533,"@timestamp":1601918640},"coords":"50.9722078,-0.3257414","bedrooms":"4","price":"155000","area":"534"} , +{"type":"Feature","id":"n7978217608","geometry":{"type":"Point","coordinates":[-0.3233814,50.9720802]},"properties":{"@type":"node","@id":7978217608,"@timestamp":1601918640},"coords":"50.9720802,-0.3233814","bedrooms":"3","price":"260000","area":"649"} , +{"type":"Feature","id":"n7978217620","geometry":{"type":"Point","coordinates":[-0.3217997,50.9720459]},"properties":{"@type":"node","@id":7978217620,"@timestamp":1601918640},"coords":"50.9720459,-0.3217997","bedrooms":"3","price":"277000","area":"353"} , +{"type":"Feature","id":"n7978217679","geometry":{"type":"Point","coordinates":[-0.3201066,50.9697489]},"properties":{"@type":"node","@id":7978217679,"@timestamp":1601918640},"coords":"50.9697489,-0.3201066","bedrooms":"0","price":"240000","area":"465"} , +{"type":"Feature","id":"n7978217774","geometry":{"type":"Point","coordinates":[-0.3172238,50.9662386]},"properties":{"@type":"node","@id":7978217774,"@timestamp":1601918640},"coords":"50.9662386,-0.3172238","bedrooms":"4","price":"192000","area":"491"} , +{"type":"Feature","id":"n7978350323","geometry":{"type":"Point","coordinates":[0.8813149,51.1116116]},"properties":{"@type":"node","@id":7978350323,"@timestamp":1602020531},"coords":"51.1116116,0.8813149","bedrooms":"2","price":"181000","area":"574"} , +{"type":"Feature","id":"n7978505653","geometry":{"type":"Point","coordinates":[-0.8954979,51.653957]},"properties":{"@type":"node","@id":7978505653,"@timestamp":1601924926},"coords":"51.653957,-0.8954979","bedrooms":"0","price":"275000","area":"397"} , +{"type":"Feature","id":"n7978505663","geometry":{"type":"Point","coordinates":[-0.8926417,51.6534691]},"properties":{"@type":"node","@id":7978505663,"@timestamp":1601924926},"coords":"51.6534691,-0.8926417","bedrooms":"4","price":"265000","area":"682"} , +{"type":"Feature","id":"n7978505673","geometry":{"type":"Point","coordinates":[-0.899853,51.6593297]},"properties":{"@type":"node","@id":7978505673,"@timestamp":1601924926},"coords":"51.6593297,-0.899853","bedrooms":"0","price":"162000","area":"491"} , +{"type":"Feature","id":"n7978709359","geometry":{"type":"Point","coordinates":[-0.7933603,51.6126743]},"properties":{"@type":"node","@id":7978709359,"@timestamp":1610923943},"coords":"51.6126743,-0.7933603","bedrooms":"1","price":"176000","area":"661"} , +{"type":"Feature","id":"n7978709369","geometry":{"type":"Point","coordinates":[-0.7950156,51.6171489]},"properties":{"@type":"node","@id":7978709369,"@timestamp":1601931157},"coords":"51.6171489,-0.7950156","bedrooms":"2","price":"196000","area":"581"} , +{"type":"Feature","id":"n7978785070","geometry":{"type":"Point","coordinates":[-1.1115723,51.2612649]},"properties":{"@type":"node","@id":7978785070,"@timestamp":1601931642},"coords":"51.2612649,-1.1115723","bedrooms":"1","price":"233000","area":"468"} , +{"type":"Feature","id":"n7978916238","geometry":{"type":"Point","coordinates":[-0.7540354,51.628266]},"properties":{"@type":"node","@id":7978916238,"@timestamp":1601937125},"coords":"51.628266,-0.7540354","bedrooms":"2","price":"280000","area":"578"} , +{"type":"Feature","id":"n7978917850","geometry":{"type":"Point","coordinates":[-0.7822058,51.6250347]},"properties":{"@type":"node","@id":7978917850,"@timestamp":1601936714},"coords":"51.6250347,-0.7822058","bedrooms":"2","price":"180000","area":"364"} , +{"type":"Feature","id":"n7978917860","geometry":{"type":"Point","coordinates":[-0.7520511,51.6273611]},"properties":{"@type":"node","@id":7978917860,"@timestamp":1603847396},"coords":"51.6273611,-0.7520511","bedrooms":"0","price":"293000","area":"422"} , +{"type":"Feature","id":"n7978981695","geometry":{"type":"Point","coordinates":[-0.8331481,51.6244948]},"properties":{"@type":"node","@id":7978981695,"@timestamp":1601940498},"coords":"51.6244948,-0.8331481","bedrooms":"4","price":"295000","area":"609"} , +{"type":"Feature","id":"n7978981705","geometry":{"type":"Point","coordinates":[-0.8309552,51.6189977]},"properties":{"@type":"node","@id":7978981705,"@timestamp":1601940498},"coords":"51.6189977,-0.8309552","bedrooms":"4","price":"156000","area":"638"} , +{"type":"Feature","id":"n7979186268","geometry":{"type":"Point","coordinates":[-0.0305321,51.807998]},"properties":{"@type":"node","@id":7979186268,"@timestamp":1601949400},"coords":"51.807998,-0.0305321","bedrooms":"0","price":"187000","area":"543"} , +{"type":"Feature","id":"n7979743413","geometry":{"type":"Point","coordinates":[0.5637963,51.3407987]},"properties":{"@type":"node","@id":7979743413,"@timestamp":1601963876},"coords":"51.3407987,0.5637963","bedrooms":"1","price":"206000","area":"559"} , +{"type":"Feature","id":"n7980050116","geometry":{"type":"Point","coordinates":[-1.0155657,51.8519067]},"properties":{"@type":"node","@id":7980050116,"@timestamp":1601970226},"coords":"51.8519067,-1.0155657","bedrooms":"4","price":"230000","area":"587"} , +{"type":"Feature","id":"n7980690566","geometry":{"type":"Point","coordinates":[-0.3769317,51.3131274]},"properties":{"@type":"node","@id":7980690566,"@timestamp":1601977151},"coords":"51.3131274,-0.3769317","bedrooms":"4","price":"283000","area":"571"} , +{"type":"Feature","id":"n7980777895","geometry":{"type":"Point","coordinates":[-0.3426907,51.4248766]},"properties":{"@type":"node","@id":7980777895,"@timestamp":1601978233},"coords":"51.4248766,-0.3426907","bedrooms":"0","price":"186000","area":"693"} , +{"type":"Feature","id":"n7980828182","geometry":{"type":"Point","coordinates":[0.4209011,51.2163227]},"properties":{"@type":"node","@id":7980828182,"@timestamp":1601979008},"coords":"51.2163227,0.4209011","bedrooms":"0","price":"184000","area":"523"} , +{"type":"Feature","id":"n7980866783","geometry":{"type":"Point","coordinates":[0.0131037,51.5341956]},"properties":{"@type":"node","@id":7980866783,"@timestamp":1617349902},"coords":"51.5341956,0.0131037","bedrooms":"4","price":"291000","area":"666"} , +{"type":"Feature","id":"n7980923822","geometry":{"type":"Point","coordinates":[-0.3667605,51.4150833]},"properties":{"@type":"node","@id":7980923822,"@timestamp":1601980589},"coords":"51.4150833,-0.3667605","bedrooms":"4","price":"216000","area":"555"} , +{"type":"Feature","id":"n7981060550","geometry":{"type":"Point","coordinates":[0.7296478,51.3092696]},"properties":{"@type":"node","@id":7981060550,"@timestamp":1601983560},"coords":"51.3092696,0.7296478","bedrooms":"2","price":"151000","area":"623"} , +{"type":"Feature","id":"n7981287458","geometry":{"type":"Point","coordinates":[-0.7138934,51.0050278]},"properties":{"@type":"node","@id":7981287458,"@timestamp":1601988798},"coords":"51.0050278,-0.7138934","bedrooms":"3","price":"158000","area":"364"} , +{"type":"Feature","id":"n7981537211","geometry":{"type":"Point","coordinates":[-0.8117162,51.8058693]},"properties":{"@type":"node","@id":7981537211,"@timestamp":1601993213},"coords":"51.8058693,-0.8117162","bedrooms":"0","price":"189000","area":"460"} , +{"type":"Feature","id":"n7981566622","geometry":{"type":"Point","coordinates":[-0.0055248,51.1239157]},"properties":{"@type":"node","@id":7981566622,"@timestamp":1620648455},"coords":"51.1239157,-0.0055248","bedrooms":"0","price":"245000","area":"515"} , +{"type":"Feature","id":"n7981602970","geometry":{"type":"Point","coordinates":[-0.7899157,51.6313364]},"properties":{"@type":"node","@id":7981602970,"@timestamp":1601994393},"coords":"51.6313364,-0.7899157","bedrooms":"4","price":"250000","area":"355"} , +{"type":"Feature","id":"n7981602980","geometry":{"type":"Point","coordinates":[-0.773427,51.6359651]},"properties":{"@type":"node","@id":7981602980,"@timestamp":1601994393},"coords":"51.6359651,-0.773427","bedrooms":"2","price":"185000","area":"615"} , +{"type":"Feature","id":"n7981616190","geometry":{"type":"Point","coordinates":[-0.7743662,51.6361186]},"properties":{"@type":"node","@id":7981616190,"@timestamp":1601994393},"coords":"51.6361186,-0.7743662","bedrooms":"1","price":"198000","area":"496"} , +{"type":"Feature","id":"n7981661918","geometry":{"type":"Point","coordinates":[-0.7511518,51.6387662]},"properties":{"@type":"node","@id":7981661918,"@timestamp":1601995743},"coords":"51.6387662,-0.7511518","bedrooms":"2","price":"208000","area":"378"} , +{"type":"Feature","id":"n7981661928","geometry":{"type":"Point","coordinates":[-0.751067,51.6394241]},"properties":{"@type":"node","@id":7981661928,"@timestamp":1601995743},"coords":"51.6394241,-0.751067","bedrooms":"4","price":"295000","area":"645"} , +{"type":"Feature","id":"n7981661938","geometry":{"type":"Point","coordinates":[-0.7651313,51.6389582]},"properties":{"@type":"node","@id":7981661938,"@timestamp":1601995743},"coords":"51.6389582,-0.7651313","bedrooms":"3","price":"296000","area":"452"} , +{"type":"Feature","id":"n7981839851","geometry":{"type":"Point","coordinates":[-0.8989237,51.7177632]},"properties":{"@type":"node","@id":7981839851,"@timestamp":1601997174},"coords":"51.7177632,-0.8989237","bedrooms":"0","price":"197000","area":"370"} , +{"type":"Feature","id":"n7981962322","geometry":{"type":"Point","coordinates":[0.1545778,51.5291452]},"properties":{"@type":"node","@id":7981962322,"@timestamp":1634595722},"coords":"51.5291452,0.1545778","bedrooms":"0","price":"260000","area":"435"} , +{"type":"Feature","id":"n7982004023","geometry":{"type":"Point","coordinates":[-0.3753946,51.849526]},"properties":{"@type":"node","@id":7982004023,"@timestamp":1601999491},"coords":"51.849526,-0.3753946","bedrooms":"2","price":"221000","area":"533"} , +{"type":"Feature","id":"n7982049968","geometry":{"type":"Point","coordinates":[-0.158749,51.4990201]},"properties":{"@type":"node","@id":7982049968,"@timestamp":1602000302},"coords":"51.4990201,-0.158749","bedrooms":"2","price":"224000","area":"636"} , +{"type":"Feature","id":"n7982075886","geometry":{"type":"Point","coordinates":[-0.2341334,51.3406099]},"properties":{"@type":"node","@id":7982075886,"@timestamp":1602000569},"coords":"51.3406099,-0.2341334","bedrooms":"2","price":"236000","area":"447"} , +{"type":"Feature","id":"n7982108550","geometry":{"type":"Point","coordinates":[-0.0077384,51.1241104]},"properties":{"@type":"node","@id":7982108550,"@timestamp":1608566189},"coords":"51.1241104,-0.0077384","bedrooms":"4","price":"291000","area":"567"} , +{"type":"Feature","id":"n7982116406","geometry":{"type":"Point","coordinates":[0.012342,51.5330707]},"properties":{"@type":"node","@id":7982116406,"@timestamp":1621867334},"coords":"51.5330707,0.012342","bedrooms":"2","price":"216000","area":"611"} , +{"type":"Feature","id":"n7982142190","geometry":{"type":"Point","coordinates":[-0.0067229,51.1237459]},"properties":{"@type":"node","@id":7982142190,"@timestamp":1602002314},"coords":"51.1237459,-0.0067229","bedrooms":"2","price":"230000","area":"366"} , +{"type":"Feature","id":"n7982142201","geometry":{"type":"Point","coordinates":[-0.0081296,51.1238317]},"properties":{"@type":"node","@id":7982142201,"@timestamp":1620848720},"coords":"51.1238317,-0.0081296","bedrooms":"0","price":"259000","area":"658"} , +{"type":"Feature","id":"n7982143405","geometry":{"type":"Point","coordinates":[0.0137606,51.5332457]},"properties":{"@type":"node","@id":7982143405,"@timestamp":1617618862},"coords":"51.5332457,0.0137606","bedrooms":"2","price":"150000","area":"501"} , +{"type":"Feature","id":"n7982149964","geometry":{"type":"Point","coordinates":[-0.1284359,50.954536]},"properties":{"@type":"node","@id":7982149964,"@timestamp":1618042760},"coords":"50.954536,-0.1284359","bedrooms":"3","price":"244000","area":"519"} , +{"type":"Feature","id":"n7982214526","geometry":{"type":"Point","coordinates":[-0.7821292,51.6435112]},"properties":{"@type":"node","@id":7982214526,"@timestamp":1602003977},"coords":"51.6435112,-0.7821292","bedrooms":"4","price":"245000","area":"481"} , +{"type":"Feature","id":"n7982214536","geometry":{"type":"Point","coordinates":[-0.7798136,51.6451909]},"properties":{"@type":"node","@id":7982214536,"@timestamp":1602003977},"coords":"51.6451909,-0.7798136","bedrooms":"4","price":"227000","area":"520"} , +{"type":"Feature","id":"n7982214546","geometry":{"type":"Point","coordinates":[-0.7764056,51.64718]},"properties":{"@type":"node","@id":7982214546,"@timestamp":1602003977},"coords":"51.64718,-0.7764056","bedrooms":"2","price":"276000","area":"686"} , +{"type":"Feature","id":"n7982214561","geometry":{"type":"Point","coordinates":[-0.7706023,51.6470857]},"properties":{"@type":"node","@id":7982214561,"@timestamp":1602003977},"coords":"51.6470857,-0.7706023","bedrooms":"4","price":"201000","area":"674"} , +{"type":"Feature","id":"n7982218200","geometry":{"type":"Point","coordinates":[-0.7719607,51.6432479]},"properties":{"@type":"node","@id":7982218200,"@timestamp":1602004805},"coords":"51.6432479,-0.7719607","bedrooms":"2","price":"288000","area":"353"} , +{"type":"Feature","id":"n7982296709","geometry":{"type":"Point","coordinates":[-0.748442,51.6318595]},"properties":{"@type":"node","@id":7982296709,"@timestamp":1602005961},"coords":"51.6318595,-0.748442","bedrooms":"4","price":"263000","area":"415"} , +{"type":"Feature","id":"n7982296719","geometry":{"type":"Point","coordinates":[-0.7435878,51.6422442]},"properties":{"@type":"node","@id":7982296719,"@timestamp":1602005961},"coords":"51.6422442,-0.7435878","bedrooms":"2","price":"211000","area":"451"} , +{"type":"Feature","id":"n7982297524","geometry":{"type":"Point","coordinates":[-0.0833317,51.4150053]},"properties":{"@type":"node","@id":7982297524,"@timestamp":1602005820},"coords":"51.4150053,-0.0833317","bedrooms":"2","price":"208000","area":"593"} , +{"type":"Feature","id":"n7982364431","geometry":{"type":"Point","coordinates":[-0.1578848,51.498613]},"properties":{"@type":"node","@id":7982364431,"@timestamp":1602009351},"coords":"51.498613,-0.1578848","bedrooms":"3","price":"228000","area":"469"} , +{"type":"Feature","id":"n7982563482","geometry":{"type":"Point","coordinates":[-0.7373036,51.6267932]},"properties":{"@type":"node","@id":7982563482,"@timestamp":1602011574},"coords":"51.6267932,-0.7373036","bedrooms":"4","price":"166000","area":"641"} , +{"type":"Feature","id":"n7982565092","geometry":{"type":"Point","coordinates":[-0.7360368,51.6264328]},"properties":{"@type":"node","@id":7982565092,"@timestamp":1602011574},"coords":"51.6264328,-0.7360368","bedrooms":"2","price":"228000","area":"466"} , +{"type":"Feature","id":"n7982565110","geometry":{"type":"Point","coordinates":[-0.6937804,51.6077215]},"properties":{"@type":"node","@id":7982565110,"@timestamp":1602011611},"coords":"51.6077215,-0.6937804","bedrooms":"2","price":"257000","area":"377"} , +{"type":"Feature","id":"n7982629622","geometry":{"type":"Point","coordinates":[-0.7201059,51.6277912]},"properties":{"@type":"node","@id":7982629622,"@timestamp":1602014892},"coords":"51.6277912,-0.7201059","bedrooms":"4","price":"152000","area":"685"} , +{"type":"Feature","id":"n7982646749","geometry":{"type":"Point","coordinates":[-0.10139,51.5034923]},"properties":{"@type":"node","@id":7982646749,"@timestamp":1602014278},"coords":"51.5034923,-0.10139","bedrooms":"2","price":"212000","area":"404"} , +{"type":"Feature","id":"n7982660812","geometry":{"type":"Point","coordinates":[-0.7122654,51.6246238]},"properties":{"@type":"node","@id":7982660812,"@timestamp":1602014147},"coords":"51.6246238,-0.7122654","bedrooms":"4","price":"205000","area":"526"} , +{"type":"Feature","id":"n7982660822","geometry":{"type":"Point","coordinates":[-0.7127524,51.6255929]},"properties":{"@type":"node","@id":7982660822,"@timestamp":1602015339},"coords":"51.6255929,-0.7127524","bedrooms":"0","price":"246000","area":"542"} , +{"type":"Feature","id":"n7982660832","geometry":{"type":"Point","coordinates":[-0.7127001,51.6256297]},"properties":{"@type":"node","@id":7982660832,"@timestamp":1602015339},"coords":"51.6256297,-0.7127001","bedrooms":"2","price":"205000","area":"456"} , +{"type":"Feature","id":"n7982664759","geometry":{"type":"Point","coordinates":[-0.3099819,50.9674596]},"properties":{"@type":"node","@id":7982664759,"@timestamp":1602014235},"coords":"50.9674596,-0.3099819","bedrooms":"1","price":"274000","area":"647"} , +{"type":"Feature","id":"n7982664947","geometry":{"type":"Point","coordinates":[-0.3066711,50.9731569]},"properties":{"@type":"node","@id":7982664947,"@timestamp":1602014235},"coords":"50.9731569,-0.3066711","bedrooms":"1","price":"204000","area":"498"} , +{"type":"Feature","id":"n7982664959","geometry":{"type":"Point","coordinates":[-0.3070009,50.9732518]},"properties":{"@type":"node","@id":7982664959,"@timestamp":1602014235},"coords":"50.9732518,-0.3070009","bedrooms":"2","price":"275000","area":"398"} , +{"type":"Feature","id":"n7982664973","geometry":{"type":"Point","coordinates":[-0.3075789,50.9755929]},"properties":{"@type":"node","@id":7982664973,"@timestamp":1602014235},"coords":"50.9755929,-0.3075789","bedrooms":"0","price":"216000","area":"620"} , +{"type":"Feature","id":"n7982664999","geometry":{"type":"Point","coordinates":[-0.3060467,50.9779595]},"properties":{"@type":"node","@id":7982664999,"@timestamp":1602014235},"coords":"50.9779595,-0.3060467","bedrooms":"1","price":"197000","area":"676"} , +{"type":"Feature","id":"n7982665129","geometry":{"type":"Point","coordinates":[-0.3033992,50.9825732]},"properties":{"@type":"node","@id":7982665129,"@timestamp":1602014235},"coords":"50.9825732,-0.3033992","bedrooms":"3","price":"293000","area":"461"} , +{"type":"Feature","id":"n7982688109","geometry":{"type":"Point","coordinates":[-0.1279316,51.6328083]},"properties":{"@type":"node","@id":7982688109,"@timestamp":1602017306},"coords":"51.6328083,-0.1279316","bedrooms":"1","price":"258000","area":"562"} , +{"type":"Feature","id":"n7982698465","geometry":{"type":"Point","coordinates":[-0.0959585,51.5049575]},"properties":{"@type":"node","@id":7982698465,"@timestamp":1602016392},"coords":"51.5049575,-0.0959585","bedrooms":"0","price":"278000","area":"597"} , +{"type":"Feature","id":"n7982732732","geometry":{"type":"Point","coordinates":[0.1390429,51.8676423]},"properties":{"@type":"node","@id":7982732732,"@timestamp":1612285301},"coords":"51.8676423,0.1390429","bedrooms":"2","price":"272000","area":"625"} , +{"type":"Feature","id":"n7982768766","geometry":{"type":"Point","coordinates":[-0.1279066,51.6324071]},"properties":{"@type":"node","@id":7982768766,"@timestamp":1628359416},"coords":"51.6324071,-0.1279066","bedrooms":"2","price":"236000","area":"503"} , +{"type":"Feature","id":"n7982778978","geometry":{"type":"Point","coordinates":[-0.0466925,51.6510134]},"properties":{"@type":"node","@id":7982778978,"@timestamp":1602017660},"coords":"51.6510134,-0.0466925","bedrooms":"2","price":"155000","area":"682"} , +{"type":"Feature","id":"n7982990245","geometry":{"type":"Point","coordinates":[-0.683479,51.6045406]},"properties":{"@type":"node","@id":7982990245,"@timestamp":1602019987},"coords":"51.6045406,-0.683479","bedrooms":"4","price":"235000","area":"562"} , +{"type":"Feature","id":"n7982990258","geometry":{"type":"Point","coordinates":[-0.6688316,51.6048798]},"properties":{"@type":"node","@id":7982990258,"@timestamp":1602019987},"coords":"51.6048798,-0.6688316","bedrooms":"4","price":"227000","area":"686"} , +{"type":"Feature","id":"n7983040430","geometry":{"type":"Point","coordinates":[-0.1603518,51.5212497]},"properties":{"@type":"node","@id":7983040430,"@timestamp":1602508287},"coords":"51.5212497,-0.1603518","bedrooms":"0","price":"171000","area":"479"} , +{"type":"Feature","id":"n7983186317","geometry":{"type":"Point","coordinates":[-0.1686298,51.4272387]},"properties":{"@type":"node","@id":7983186317,"@timestamp":1602029732},"coords":"51.4272387,-0.1686298","bedrooms":"3","price":"238000","area":"659"} , +{"type":"Feature","id":"n7983188494","geometry":{"type":"Point","coordinates":[-0.1696524,51.4260584]},"properties":{"@type":"node","@id":7983188494,"@timestamp":1602029732},"coords":"51.4260584,-0.1696524","bedrooms":"4","price":"206000","area":"351"} , +{"type":"Feature","id":"n7983364857","geometry":{"type":"Point","coordinates":[0.2660837,51.1704051]},"properties":{"@type":"node","@id":7983364857,"@timestamp":1602041907},"coords":"51.1704051,0.2660837","bedrooms":"4","price":"261000","area":"443"} , +{"type":"Feature","id":"n7983452179","geometry":{"type":"Point","coordinates":[-0.0967796,51.5042372]},"properties":{"@type":"node","@id":7983452179,"@timestamp":1630358371},"coords":"51.5042372,-0.0967796","bedrooms":"4","price":"273000","area":"626"} , +{"type":"Feature","id":"n7983580036","geometry":{"type":"Point","coordinates":[-0.6551773,51.5289945]},"properties":{"@type":"node","@id":7983580036,"@timestamp":1603713607},"coords":"51.5289945,-0.6551773","bedrooms":"4","price":"254000","area":"673"} , +{"type":"Feature","id":"n7983934463","geometry":{"type":"Point","coordinates":[-0.6694368,51.4780213]},"properties":{"@type":"node","@id":7983934463,"@timestamp":1602055961},"coords":"51.4780213,-0.6694368","bedrooms":"4","price":"258000","area":"563"} , +{"type":"Feature","id":"n7984059166","geometry":{"type":"Point","coordinates":[0.0224994,51.4028701]},"properties":{"@type":"node","@id":7984059166,"@timestamp":1602057820},"coords":"51.4028701,0.0224994","bedrooms":"4","price":"279000","area":"595"} , +{"type":"Feature","id":"n7984232797","geometry":{"type":"Point","coordinates":[0.0226593,51.4038593]},"properties":{"@type":"node","@id":7984232797,"@timestamp":1602496907},"coords":"51.4038593,0.0226593","bedrooms":"2","price":"237000","area":"691"} , +{"type":"Feature","id":"n7984254035","geometry":{"type":"Point","coordinates":[-0.3391452,51.4251457]},"properties":{"@type":"node","@id":7984254035,"@timestamp":1602060908},"coords":"51.4251457,-0.3391452","bedrooms":"2","price":"158000","area":"548"} , +{"type":"Feature","id":"n7984254056","geometry":{"type":"Point","coordinates":[-0.3386825,51.4254031]},"properties":{"@type":"node","@id":7984254056,"@timestamp":1602060908},"coords":"51.4254031,-0.3386825","bedrooms":"0","price":"159000","area":"625"} , +{"type":"Feature","id":"n7984254068","geometry":{"type":"Point","coordinates":[-0.3358206,51.4259761]},"properties":{"@type":"node","@id":7984254068,"@timestamp":1628509648},"coords":"51.4259761,-0.3358206","bedrooms":"3","price":"244000","area":"353"} , +{"type":"Feature","id":"n7984260207","geometry":{"type":"Point","coordinates":[-0.3336463,51.4268289]},"properties":{"@type":"node","@id":7984260207,"@timestamp":1602060908},"coords":"51.4268289,-0.3336463","bedrooms":"4","price":"289000","area":"546"} , +{"type":"Feature","id":"n7984260222","geometry":{"type":"Point","coordinates":[-0.3339853,51.4270825]},"properties":{"@type":"node","@id":7984260222,"@timestamp":1602060908},"coords":"51.4270825,-0.3339853","bedrooms":"3","price":"185000","area":"542"} , +{"type":"Feature","id":"n7984281043","geometry":{"type":"Point","coordinates":[0.0130687,51.5335713]},"properties":{"@type":"node","@id":7984281043,"@timestamp":1617618862},"coords":"51.5335713,0.0130687","bedrooms":"4","price":"183000","area":"481"} , +{"type":"Feature","id":"n7984436023","geometry":{"type":"Point","coordinates":[0.8918361,51.4136001]},"properties":{"@type":"node","@id":7984436023,"@timestamp":1602064023},"coords":"51.4136001,0.8918361","bedrooms":"0","price":"198000","area":"641"} , +{"type":"Feature","id":"n7984582917","geometry":{"type":"Point","coordinates":[-0.2912866,51.6073939]},"properties":{"@type":"node","@id":7984582917,"@timestamp":1602066597},"coords":"51.6073939,-0.2912866","bedrooms":"3","price":"255000","area":"408"} , +{"type":"Feature","id":"n7984582927","geometry":{"type":"Point","coordinates":[-0.2909292,51.6074942]},"properties":{"@type":"node","@id":7984582927,"@timestamp":1602066597},"coords":"51.6074942,-0.2909292","bedrooms":"3","price":"203000","area":"538"} , +{"type":"Feature","id":"n7984582937","geometry":{"type":"Point","coordinates":[-0.2916554,51.6073793]},"properties":{"@type":"node","@id":7984582937,"@timestamp":1602066597},"coords":"51.6073793,-0.2916554","bedrooms":"4","price":"197000","area":"609"} , +{"type":"Feature","id":"n7984727820","geometry":{"type":"Point","coordinates":[-0.6699051,51.630259]},"properties":{"@type":"node","@id":7984727820,"@timestamp":1602069173},"coords":"51.630259,-0.6699051","bedrooms":"3","price":"154000","area":"444"} , +{"type":"Feature","id":"n7984905752","geometry":{"type":"Point","coordinates":[-0.3194883,51.4473802]},"properties":{"@type":"node","@id":7984905752,"@timestamp":1602072575},"coords":"51.4473802,-0.3194883","bedrooms":"1","price":"170000","area":"521"} , +{"type":"Feature","id":"n7985028222","geometry":{"type":"Point","coordinates":[0.0121706,51.5307064]},"properties":{"@type":"node","@id":7985028222,"@timestamp":1621867334},"coords":"51.5307064,0.0121706","bedrooms":"1","price":"241000","area":"652"} , +{"type":"Feature","id":"n7985028454","geometry":{"type":"Point","coordinates":[0.0130892,51.5309642]},"properties":{"@type":"node","@id":7985028454,"@timestamp":1621867334},"coords":"51.5309642,0.0130892","bedrooms":"1","price":"227000","area":"382"} , +{"type":"Feature","id":"n7985028464","geometry":{"type":"Point","coordinates":[0.01461,51.5317768]},"properties":{"@type":"node","@id":7985028464,"@timestamp":1621867334},"coords":"51.5317768,0.01461","bedrooms":"2","price":"158000","area":"578"} , +{"type":"Feature","id":"n7985168941","geometry":{"type":"Point","coordinates":[0.1669506,51.8595706]},"properties":{"@type":"node","@id":7985168941,"@timestamp":1602077966},"coords":"51.8595706,0.1669506","bedrooms":"2","price":"198000","area":"671"} , +{"type":"Feature","id":"n7985232901","geometry":{"type":"Point","coordinates":[0.1411753,51.01132]},"properties":{"@type":"node","@id":7985232901,"@timestamp":1602079082},"coords":"51.01132,0.1411753","bedrooms":"0","price":"193000","area":"423"} , +{"type":"Feature","id":"n7985294145","geometry":{"type":"Point","coordinates":[0.0147616,51.5327083]},"properties":{"@type":"node","@id":7985294145,"@timestamp":1621867334},"coords":"51.5327083,0.0147616","bedrooms":"3","price":"157000","area":"364"} , +{"type":"Feature","id":"n7985294260","geometry":{"type":"Point","coordinates":[0.0136042,51.5326469]},"properties":{"@type":"node","@id":7985294260,"@timestamp":1602080802},"coords":"51.5326469,0.0136042","bedrooms":"0","price":"222000","area":"620"} , +{"type":"Feature","id":"n7985294270","geometry":{"type":"Point","coordinates":[0.0122524,51.5315023]},"properties":{"@type":"node","@id":7985294270,"@timestamp":1621867334},"coords":"51.5315023,0.0122524","bedrooms":"2","price":"205000","area":"647"} , +{"type":"Feature","id":"n7985313842","geometry":{"type":"Point","coordinates":[-0.1042224,51.6250291]},"properties":{"@type":"node","@id":7985313842,"@timestamp":1602081270},"coords":"51.6250291,-0.1042224","bedrooms":"3","price":"203000","area":"545"} , +{"type":"Feature","id":"n7985579709","geometry":{"type":"Point","coordinates":[-0.1763236,51.4843597]},"properties":{"@type":"node","@id":7985579709,"@timestamp":1608095415},"coords":"51.4843597,-0.1763236","bedrooms":"2","price":"204000","area":"698"} , +{"type":"Feature","id":"n7985690163","geometry":{"type":"Point","coordinates":[-0.3085554,51.058675]},"properties":{"@type":"node","@id":7985690163,"@timestamp":1602092246},"coords":"51.058675,-0.3085554","bedrooms":"1","price":"240000","area":"537"} , +{"type":"Feature","id":"n7985703064","geometry":{"type":"Point","coordinates":[-0.6223476,51.4473342]},"properties":{"@type":"node","@id":7985703064,"@timestamp":1602093544},"coords":"51.4473342,-0.6223476","bedrooms":"2","price":"274000","area":"511"} , +{"type":"Feature","id":"n7985720462","geometry":{"type":"Point","coordinates":[-0.0080891,51.4792215]},"properties":{"@type":"node","@id":7985720462,"@timestamp":1602094178},"coords":"51.4792215,-0.0080891","bedrooms":"2","price":"299000","area":"528"} , +{"type":"Feature","id":"n7985722129","geometry":{"type":"Point","coordinates":[0.1169872,51.5373722]},"properties":{"@type":"node","@id":7985722129,"@timestamp":1602093648},"coords":"51.5373722,0.1169872","bedrooms":"0","price":"188000","area":"598"} , +{"type":"Feature","id":"n7985753857","geometry":{"type":"Point","coordinates":[0.0233879,51.4744207]},"properties":{"@type":"node","@id":7985753857,"@timestamp":1634892968},"coords":"51.4744207,0.0233879","bedrooms":"3","price":"170000","area":"412"} , +{"type":"Feature","id":"n7985754899","geometry":{"type":"Point","coordinates":[0.0987347,51.5280614]},"properties":{"@type":"node","@id":7985754899,"@timestamp":1602094439},"coords":"51.5280614,0.0987347","bedrooms":"2","price":"266000","area":"423"} , +{"type":"Feature","id":"n7985871613","geometry":{"type":"Point","coordinates":[-0.1236521,51.600849]},"properties":{"@type":"node","@id":7985871613,"@timestamp":1602098201},"coords":"51.600849,-0.1236521","bedrooms":"1","price":"212000","area":"612"} , +{"type":"Feature","id":"n7986130990","geometry":{"type":"Point","coordinates":[-0.6313364,51.5999669]},"properties":{"@type":"node","@id":7986130990,"@timestamp":1602104821},"coords":"51.5999669,-0.6313364","bedrooms":"1","price":"244000","area":"409"} , +{"type":"Feature","id":"n7986161181","geometry":{"type":"Point","coordinates":[-0.6460281,51.6134222]},"properties":{"@type":"node","@id":7986161181,"@timestamp":1602106318},"coords":"51.6134222,-0.6460281","bedrooms":"3","price":"289000","area":"546"} , +{"type":"Feature","id":"n7986203339","geometry":{"type":"Point","coordinates":[0.1639883,51.5262228]},"properties":{"@type":"node","@id":7986203339,"@timestamp":1602107380},"coords":"51.5262228,0.1639883","bedrooms":"3","price":"167000","area":"381"} , +{"type":"Feature","id":"n7986504867","geometry":{"type":"Point","coordinates":[-0.0566195,51.519745]},"properties":{"@type":"node","@id":7986504867,"@timestamp":1635554686},"coords":"51.519745,-0.0566195","bedrooms":"1","price":"189000","area":"374"} , +{"type":"Feature","id":"n7986786264","geometry":{"type":"Point","coordinates":[-0.0725787,51.5986482]},"properties":{"@type":"node","@id":7986786264,"@timestamp":1602134755},"coords":"51.5986482,-0.0725787","bedrooms":"1","price":"170000","area":"546"} , +{"type":"Feature","id":"n7986863916","geometry":{"type":"Point","coordinates":[0.5421203,51.6610467]},"properties":{"@type":"node","@id":7986863916,"@timestamp":1602136528},"coords":"51.6610467,0.5421203","bedrooms":"0","price":"294000","area":"629"} , +{"type":"Feature","id":"n7987062920","geometry":{"type":"Point","coordinates":[0.4923349,51.1647881]},"properties":{"@type":"node","@id":7987062920,"@timestamp":1620082242},"coords":"51.1647881,0.4923349","bedrooms":"0","price":"230000","area":"694"} , +{"type":"Feature","id":"n7987281106","geometry":{"type":"Point","coordinates":[0.1284026,51.316596]},"properties":{"@type":"node","@id":7987281106,"@timestamp":1602144972},"coords":"51.316596,0.1284026","bedrooms":"1","price":"168000","area":"597"} , +{"type":"Feature","id":"n7987413294","geometry":{"type":"Point","coordinates":[0.0095902,51.5302834]},"properties":{"@type":"node","@id":7987413294,"@timestamp":1602147142},"coords":"51.5302834,0.0095902","bedrooms":"4","price":"199000","area":"617"} , +{"type":"Feature","id":"n7987413304","geometry":{"type":"Point","coordinates":[0.0064883,51.5300715]},"properties":{"@type":"node","@id":7987413304,"@timestamp":1602147142},"coords":"51.5300715,0.0064883","bedrooms":"2","price":"265000","area":"350"} , +{"type":"Feature","id":"n7987413314","geometry":{"type":"Point","coordinates":[0.0052933,51.5301366]},"properties":{"@type":"node","@id":7987413314,"@timestamp":1602147142},"coords":"51.5301366,0.0052933","bedrooms":"1","price":"226000","area":"663"} , +{"type":"Feature","id":"n7987415763","geometry":{"type":"Point","coordinates":[0.0116699,51.5305516]},"properties":{"@type":"node","@id":7987415763,"@timestamp":1617618862},"coords":"51.5305516,0.0116699","bedrooms":"1","price":"218000","area":"414"} , +{"type":"Feature","id":"n7987415773","geometry":{"type":"Point","coordinates":[0.0098883,51.5306646]},"properties":{"@type":"node","@id":7987415773,"@timestamp":1617618862},"coords":"51.5306646,0.0098883","bedrooms":"0","price":"265000","area":"611"} , +{"type":"Feature","id":"n7987415783","geometry":{"type":"Point","coordinates":[0.0074374,51.5304669]},"properties":{"@type":"node","@id":7987415783,"@timestamp":1617618862},"coords":"51.5304669,0.0074374","bedrooms":"0","price":"209000","area":"498"} , +{"type":"Feature","id":"n7987442171","geometry":{"type":"Point","coordinates":[-0.9262844,51.8995635]},"properties":{"@type":"node","@id":7987442171,"@timestamp":1602147572},"coords":"51.8995635,-0.9262844","bedrooms":"4","price":"187000","area":"478"} , +{"type":"Feature","id":"n7987638917","geometry":{"type":"Point","coordinates":[-0.1567142,51.4975585]},"properties":{"@type":"node","@id":7987638917,"@timestamp":1602149637},"coords":"51.4975585,-0.1567142","bedrooms":"1","price":"161000","area":"427"} , +{"type":"Feature","id":"n7987865376","geometry":{"type":"Point","coordinates":[-0.1490333,51.5240264]},"properties":{"@type":"node","@id":7987865376,"@timestamp":1602153509},"coords":"51.5240264,-0.1490333","bedrooms":"1","price":"267000","area":"375"} , +{"type":"Feature","id":"n7987903518","geometry":{"type":"Point","coordinates":[-0.6723728,51.4453461]},"properties":{"@type":"node","@id":7987903518,"@timestamp":1602154538},"coords":"51.4453461,-0.6723728","bedrooms":"4","price":"248000","area":"698"} , +{"type":"Feature","id":"n7987976553","geometry":{"type":"Point","coordinates":[0.0112388,51.53101]},"properties":{"@type":"node","@id":7987976553,"@timestamp":1617618862},"coords":"51.53101,0.0112388","bedrooms":"1","price":"201000","area":"665"} , +{"type":"Feature","id":"n7987976563","geometry":{"type":"Point","coordinates":[0.0113621,51.5321271]},"properties":{"@type":"node","@id":7987976563,"@timestamp":1617618862},"coords":"51.5321271,0.0113621","bedrooms":"4","price":"233000","area":"540"} , +{"type":"Feature","id":"n7987976573","geometry":{"type":"Point","coordinates":[0.0115875,51.5331871]},"properties":{"@type":"node","@id":7987976573,"@timestamp":1617618862},"coords":"51.5331871,0.0115875","bedrooms":"3","price":"298000","area":"495"} , +{"type":"Feature","id":"n7987976771","geometry":{"type":"Point","coordinates":[0.0121239,51.5314897]},"properties":{"@type":"node","@id":7987976771,"@timestamp":1617618862},"coords":"51.5314897,0.0121239","bedrooms":"1","price":"189000","area":"352"} , +{"type":"Feature","id":"n7987976781","geometry":{"type":"Point","coordinates":[0.0124236,51.5325372]},"properties":{"@type":"node","@id":7987976781,"@timestamp":1617618862},"coords":"51.5325372,0.0124236","bedrooms":"1","price":"246000","area":"393"} , +{"type":"Feature","id":"n7987976791","geometry":{"type":"Point","coordinates":[0.0124314,51.5334169]},"properties":{"@type":"node","@id":7987976791,"@timestamp":1602155427},"coords":"51.5334169,0.0124314","bedrooms":"3","price":"168000","area":"578"} , +{"type":"Feature","id":"n7988098061","geometry":{"type":"Point","coordinates":[0.0054981,51.5551372]},"properties":{"@type":"node","@id":7988098061,"@timestamp":1621675889},"coords":"51.5551372,0.0054981","bedrooms":"2","price":"156000","area":"630"} , +{"type":"Feature","id":"n7988298227","geometry":{"type":"Point","coordinates":[0.0013917,51.5553053]},"properties":{"@type":"node","@id":7988298227,"@timestamp":1629136331},"coords":"51.5553053,0.0013917","bedrooms":"1","price":"212000","area":"698"} , +{"type":"Feature","id":"n7988520878","geometry":{"type":"Point","coordinates":[0.0106648,51.5315752]},"properties":{"@type":"node","@id":7988520878,"@timestamp":1617618862},"coords":"51.5315752,0.0106648","bedrooms":"1","price":"176000","area":"506"} , +{"type":"Feature","id":"n7988521008","geometry":{"type":"Point","coordinates":[0.0103842,51.5335677]},"properties":{"@type":"node","@id":7988521008,"@timestamp":1617618862},"coords":"51.5335677,0.0103842","bedrooms":"4","price":"150000","area":"410"} , +{"type":"Feature","id":"n7988521018","geometry":{"type":"Point","coordinates":[0.0106748,51.5331241]},"properties":{"@type":"node","@id":7988521018,"@timestamp":1617618862},"coords":"51.5331241,0.0106748","bedrooms":"2","price":"180000","area":"560"} , +{"type":"Feature","id":"n7988657188","geometry":{"type":"Point","coordinates":[-0.0795999,51.5396999]},"properties":{"@type":"node","@id":7988657188,"@timestamp":1602168054},"coords":"51.5396999,-0.0795999","bedrooms":"4","price":"259000","area":"406"} , +{"type":"Feature","id":"n7988801759","geometry":{"type":"Point","coordinates":[0.8546253,51.1430084]},"properties":{"@type":"node","@id":7988801759,"@timestamp":1602170137},"coords":"51.1430084,0.8546253","bedrooms":"1","price":"218000","area":"654"} , +{"type":"Feature","id":"n7988994275","geometry":{"type":"Point","coordinates":[-0.6903074,51.3610805]},"properties":{"@type":"node","@id":7988994275,"@timestamp":1602174701},"coords":"51.3610805,-0.6903074","bedrooms":"4","price":"162000","area":"680"} , +{"type":"Feature","id":"n7988998081","geometry":{"type":"Point","coordinates":[0.0091699,51.533771]},"properties":{"@type":"node","@id":7988998081,"@timestamp":1616875689},"coords":"51.533771,0.0091699","bedrooms":"0","price":"256000","area":"652"} , +{"type":"Feature","id":"n7989013896","geometry":{"type":"Point","coordinates":[-0.6913749,51.3599381]},"properties":{"@type":"node","@id":7989013896,"@timestamp":1602174701},"coords":"51.3599381,-0.6913749","bedrooms":"1","price":"241000","area":"406"} , +{"type":"Feature","id":"n7989013906","geometry":{"type":"Point","coordinates":[-0.6927053,51.3599399]},"properties":{"@type":"node","@id":7989013906,"@timestamp":1602174701},"coords":"51.3599399,-0.6927053","bedrooms":"2","price":"220000","area":"515"} , +{"type":"Feature","id":"n7989014694","geometry":{"type":"Point","coordinates":[0.0097238,51.5337473]},"properties":{"@type":"node","@id":7989014694,"@timestamp":1616875689},"coords":"51.5337473,0.0097238","bedrooms":"2","price":"291000","area":"491"} , +{"type":"Feature","id":"n7989014704","geometry":{"type":"Point","coordinates":[0.009823,51.5344843]},"properties":{"@type":"node","@id":7989014704,"@timestamp":1616875689},"coords":"51.5344843,0.009823","bedrooms":"2","price":"194000","area":"366"} , +{"type":"Feature","id":"n7989014873","geometry":{"type":"Point","coordinates":[0.0094139,51.5351922]},"properties":{"@type":"node","@id":7989014873,"@timestamp":1625147737},"coords":"51.5351922,0.0094139","bedrooms":"1","price":"181000","area":"698"} , +{"type":"Feature","id":"n7989033168","geometry":{"type":"Point","coordinates":[0.848055,51.1413854]},"properties":{"@type":"node","@id":7989033168,"@timestamp":1602175258},"coords":"51.1413854,0.848055","bedrooms":"0","price":"277000","area":"455"} , +{"type":"Feature","id":"n7989783789","geometry":{"type":"Point","coordinates":[-0.05336,51.5507362]},"properties":{"@type":"node","@id":7989783789,"@timestamp":1613684611},"coords":"51.5507362,-0.05336","bedrooms":"3","price":"212000","area":"399"} , +{"type":"Feature","id":"n7990002843","geometry":{"type":"Point","coordinates":[-0.1709124,51.4292982]},"properties":{"@type":"node","@id":7990002843,"@timestamp":1602194144},"coords":"51.4292982,-0.1709124","bedrooms":"4","price":"194000","area":"416"} , +{"type":"Feature","id":"n7990325507","geometry":{"type":"Point","coordinates":[-0.1757151,51.431117]},"properties":{"@type":"node","@id":7990325507,"@timestamp":1602202432},"coords":"51.431117,-0.1757151","bedrooms":"0","price":"210000","area":"470"} , +{"type":"Feature","id":"n7990326774","geometry":{"type":"Point","coordinates":[-0.1726685,51.4296026]},"properties":{"@type":"node","@id":7990326774,"@timestamp":1602202432},"coords":"51.4296026,-0.1726685","bedrooms":"1","price":"233000","area":"387"} , +{"type":"Feature","id":"n7990454936","geometry":{"type":"Point","coordinates":[0.8551209,51.6816814]},"properties":{"@type":"node","@id":7990454936,"@timestamp":1602214395},"coords":"51.6816814,0.8551209","bedrooms":"1","price":"254000","area":"397"} , +{"type":"Feature","id":"n7990462881","geometry":{"type":"Point","coordinates":[0.2325357,51.5620329]},"properties":{"@type":"node","@id":7990462881,"@timestamp":1602212255},"coords":"51.5620329,0.2325357","bedrooms":"0","price":"222000","area":"607"} , +{"type":"Feature","id":"n7990584797","geometry":{"type":"Point","coordinates":[-0.2923802,51.5119973]},"properties":{"@type":"node","@id":7990584797,"@timestamp":1602216538},"coords":"51.5119973,-0.2923802","bedrooms":"0","price":"202000","area":"591"} , +{"type":"Feature","id":"n7990821080","geometry":{"type":"Point","coordinates":[-0.8659929,51.5100579]},"properties":{"@type":"node","@id":7990821080,"@timestamp":1602223054},"coords":"51.5100579,-0.8659929","bedrooms":"2","price":"276000","area":"694"} , +{"type":"Feature","id":"n7990897286","geometry":{"type":"Point","coordinates":[-0.4522707,51.5704786]},"properties":{"@type":"node","@id":7990897286,"@timestamp":1602224886},"coords":"51.5704786,-0.4522707","bedrooms":"4","price":"151000","area":"481"} , +{"type":"Feature","id":"n7991070159","geometry":{"type":"Point","coordinates":[0.4850919,51.6227858]},"properties":{"@type":"node","@id":7991070159,"@timestamp":1602228596},"coords":"51.6227858,0.4850919","bedrooms":"3","price":"167000","area":"679"} , +{"type":"Feature","id":"n7991300698","geometry":{"type":"Point","coordinates":[-1.1051953,51.6103736]},"properties":{"@type":"node","@id":7991300698,"@timestamp":1602232299},"coords":"51.6103736,-1.1051953","bedrooms":"0","price":"279000","area":"576"} , +{"type":"Feature","id":"n7991605636","geometry":{"type":"Point","coordinates":[0.1706683,51.4555011]},"properties":{"@type":"node","@id":7991605636,"@timestamp":1602237352},"coords":"51.4555011,0.1706683","bedrooms":"3","price":"254000","area":"381"} , +{"type":"Feature","id":"n7991900752","geometry":{"type":"Point","coordinates":[-0.2436197,51.5319104]},"properties":{"@type":"node","@id":7991900752,"@timestamp":1630838376},"coords":"51.5319104,-0.2436197","bedrooms":"3","price":"164000","area":"438"} , +{"type":"Feature","id":"n7992159544","geometry":{"type":"Point","coordinates":[-0.5689681,51.668449]},"properties":{"@type":"node","@id":7992159544,"@timestamp":1602246926},"coords":"51.668449,-0.5689681","bedrooms":"1","price":"265000","area":"684"} , +{"type":"Feature","id":"n7992176582","geometry":{"type":"Point","coordinates":[0.0102801,51.5336969]},"properties":{"@type":"node","@id":7992176582,"@timestamp":1617618862},"coords":"51.5336969,0.0102801","bedrooms":"2","price":"191000","area":"484"} , +{"type":"Feature","id":"n7992269889","geometry":{"type":"Point","coordinates":[-0.3349321,51.4255088]},"properties":{"@type":"node","@id":7992269889,"@timestamp":1602249537},"coords":"51.4255088,-0.3349321","bedrooms":"0","price":"265000","area":"410"} , +{"type":"Feature","id":"n7992479575","geometry":{"type":"Point","coordinates":[-0.0462833,51.6617292]},"properties":{"@type":"node","@id":7992479575,"@timestamp":1602342182},"coords":"51.6617292,-0.0462833","bedrooms":"3","price":"165000","area":"580"} , +{"type":"Feature","id":"n7992492911","geometry":{"type":"Point","coordinates":[-0.6985709,51.6336021]},"properties":{"@type":"node","@id":7992492911,"@timestamp":1602253953},"coords":"51.6336021,-0.6985709","bedrooms":"1","price":"187000","area":"452"} , +{"type":"Feature","id":"n7992492926","geometry":{"type":"Point","coordinates":[-0.7024757,51.6404112]},"properties":{"@type":"node","@id":7992492926,"@timestamp":1602253953},"coords":"51.6404112,-0.7024757","bedrooms":"2","price":"255000","area":"362"} , +{"type":"Feature","id":"n7992505229","geometry":{"type":"Point","coordinates":[-0.7306822,51.6446637]},"properties":{"@type":"node","@id":7992505229,"@timestamp":1602254558},"coords":"51.6446637,-0.7306822","bedrooms":"0","price":"168000","area":"434"} , +{"type":"Feature","id":"n7992524767","geometry":{"type":"Point","coordinates":[-0.0466299,51.6609782]},"properties":{"@type":"node","@id":7992524767,"@timestamp":1602255253},"coords":"51.6609782,-0.0466299","bedrooms":"2","price":"255000","area":"381"} , +{"type":"Feature","id":"n7992524777","geometry":{"type":"Point","coordinates":[-0.0464745,51.6614024]},"properties":{"@type":"node","@id":7992524777,"@timestamp":1602255253},"coords":"51.6614024,-0.0464745","bedrooms":"3","price":"239000","area":"487"} , +{"type":"Feature","id":"n7992548506","geometry":{"type":"Point","coordinates":[-0.7025696,51.644453]},"properties":{"@type":"node","@id":7992548506,"@timestamp":1602257348},"coords":"51.644453,-0.7025696","bedrooms":"2","price":"196000","area":"473"} , +{"type":"Feature","id":"n7992603772","geometry":{"type":"Point","coordinates":[-0.712989,51.6514848]},"properties":{"@type":"node","@id":7992603772,"@timestamp":1602257789},"coords":"51.6514848,-0.712989","bedrooms":"4","price":"263000","area":"403"} , +{"type":"Feature","id":"n7992609450","geometry":{"type":"Point","coordinates":[-0.0048315,51.1255828]},"properties":{"@type":"node","@id":7992609450,"@timestamp":1630497671},"coords":"51.1255828,-0.0048315","bedrooms":"0","price":"277000","area":"482"} , +{"type":"Feature","id":"n7992611669","geometry":{"type":"Point","coordinates":[-0.0470564,51.6615168]},"properties":{"@type":"node","@id":7992611669,"@timestamp":1602257391},"coords":"51.6615168,-0.0470564","bedrooms":"2","price":"207000","area":"547"} , +{"type":"Feature","id":"n7992634687","geometry":{"type":"Point","coordinates":[-0.3150121,51.6162012]},"properties":{"@type":"node","@id":7992634687,"@timestamp":1602257425},"coords":"51.6162012,-0.3150121","bedrooms":"1","price":"246000","area":"412"} , +{"type":"Feature","id":"n7992659808","geometry":{"type":"Point","coordinates":[-0.3608713,51.4115624]},"properties":{"@type":"node","@id":7992659808,"@timestamp":1602258547},"coords":"51.4115624,-0.3608713","bedrooms":"0","price":"269000","area":"621"} , +{"type":"Feature","id":"n7992666064","geometry":{"type":"Point","coordinates":[-0.3682729,51.4177194]},"properties":{"@type":"node","@id":7992666064,"@timestamp":1602258638},"coords":"51.4177194,-0.3682729","bedrooms":"0","price":"200000","area":"458"} , +{"type":"Feature","id":"n7992687785","geometry":{"type":"Point","coordinates":[0.0097347,51.5323348]},"properties":{"@type":"node","@id":7992687785,"@timestamp":1617618862},"coords":"51.5323348,0.0097347","bedrooms":"4","price":"229000","area":"359"} , +{"type":"Feature","id":"n7992688057","geometry":{"type":"Point","coordinates":[0.0100955,51.5325693]},"properties":{"@type":"node","@id":7992688057,"@timestamp":1617618862},"coords":"51.5325693,0.0100955","bedrooms":"3","price":"179000","area":"664"} , +{"type":"Feature","id":"n7992688078","geometry":{"type":"Point","coordinates":[0.0105212,51.5330798]},"properties":{"@type":"node","@id":7992688078,"@timestamp":1617618862},"coords":"51.5330798,0.0105212","bedrooms":"3","price":"213000","area":"396"} , +{"type":"Feature","id":"n7992688104","geometry":{"type":"Point","coordinates":[0.0104479,51.5328508]},"properties":{"@type":"node","@id":7992688104,"@timestamp":1617618862},"coords":"51.5328508,0.0104479","bedrooms":"3","price":"226000","area":"385"} , +{"type":"Feature","id":"n7992729250","geometry":{"type":"Point","coordinates":[0.0078585,51.5323699]},"properties":{"@type":"node","@id":7992729250,"@timestamp":1617618862},"coords":"51.5323699,0.0078585","bedrooms":"3","price":"172000","area":"608"} , +{"type":"Feature","id":"n7992729261","geometry":{"type":"Point","coordinates":[0.0064866,51.5308474]},"properties":{"@type":"node","@id":7992729261,"@timestamp":1617618862},"coords":"51.5308474,0.0064866","bedrooms":"3","price":"256000","area":"590"} , +{"type":"Feature","id":"n7992767450","geometry":{"type":"Point","coordinates":[-0.0486962,51.6621452]},"properties":{"@type":"node","@id":7992767450,"@timestamp":1602261817},"coords":"51.6621452,-0.0486962","bedrooms":"4","price":"265000","area":"649"} , +{"type":"Feature","id":"n7992772701","geometry":{"type":"Point","coordinates":[-0.048917,51.6627647]},"properties":{"@type":"node","@id":7992772701,"@timestamp":1602261495},"coords":"51.6627647,-0.048917","bedrooms":"1","price":"171000","area":"657"} , +{"type":"Feature","id":"n7992772711","geometry":{"type":"Point","coordinates":[-0.0489177,51.6628541]},"properties":{"@type":"node","@id":7992772711,"@timestamp":1602261495},"coords":"51.6628541,-0.0489177","bedrooms":"2","price":"253000","area":"393"} , +{"type":"Feature","id":"n7992772721","geometry":{"type":"Point","coordinates":[-0.0481508,51.6628054]},"properties":{"@type":"node","@id":7992772721,"@timestamp":1602261495},"coords":"51.6628054,-0.0481508","bedrooms":"3","price":"243000","area":"526"} , +{"type":"Feature","id":"n7992772731","geometry":{"type":"Point","coordinates":[-0.0478281,51.6626534]},"properties":{"@type":"node","@id":7992772731,"@timestamp":1602261495},"coords":"51.6626534,-0.0478281","bedrooms":"3","price":"170000","area":"693"} , +{"type":"Feature","id":"n7992802363","geometry":{"type":"Point","coordinates":[-0.0489627,51.6618883]},"properties":{"@type":"node","@id":7992802363,"@timestamp":1602263611},"coords":"51.6618883,-0.0489627","bedrooms":"0","price":"287000","area":"685"} , +{"type":"Feature","id":"n7992802373","geometry":{"type":"Point","coordinates":[-0.0489609,51.6612319]},"properties":{"@type":"node","@id":7992802373,"@timestamp":1602263611},"coords":"51.6612319,-0.0489609","bedrooms":"4","price":"298000","area":"566"} , +{"type":"Feature","id":"n7992819928","geometry":{"type":"Point","coordinates":[-0.048556,51.6605061]},"properties":{"@type":"node","@id":7992819928,"@timestamp":1602264363},"coords":"51.6605061,-0.048556","bedrooms":"1","price":"299000","area":"681"} , +{"type":"Feature","id":"n7992819938","geometry":{"type":"Point","coordinates":[-0.0489885,51.6604812]},"properties":{"@type":"node","@id":7992819938,"@timestamp":1602264363},"coords":"51.6604812,-0.0489885","bedrooms":"4","price":"213000","area":"619"} , +{"type":"Feature","id":"n7992856083","geometry":{"type":"Point","coordinates":[-0.3356337,51.4427738]},"properties":{"@type":"node","@id":7992856083,"@timestamp":1602263941},"coords":"51.4427738,-0.3356337","bedrooms":"3","price":"228000","area":"611"} , +{"type":"Feature","id":"n7992867085","geometry":{"type":"Point","coordinates":[-0.3341051,51.4426743]},"properties":{"@type":"node","@id":7992867085,"@timestamp":1602263941},"coords":"51.4426743,-0.3341051","bedrooms":"2","price":"182000","area":"695"} , +{"type":"Feature","id":"n7992937936","geometry":{"type":"Point","coordinates":[-0.1562498,51.4973998]},"properties":{"@type":"node","@id":7992937936,"@timestamp":1602265448},"coords":"51.4973998,-0.1562498","bedrooms":"3","price":"162000","area":"562"} , +{"type":"Feature","id":"n7993291273","geometry":{"type":"Point","coordinates":[-0.7055213,51.6574951]},"properties":{"@type":"node","@id":7993291273,"@timestamp":1602274908},"coords":"51.6574951,-0.7055213","bedrooms":"3","price":"189000","area":"394"} , +{"type":"Feature","id":"n7993300053","geometry":{"type":"Point","coordinates":[-0.7087668,51.651986]},"properties":{"@type":"node","@id":7993300053,"@timestamp":1602273879},"coords":"51.651986,-0.7087668","bedrooms":"1","price":"195000","area":"548"} , +{"type":"Feature","id":"n7993968924","geometry":{"type":"Point","coordinates":[-0.1560562,51.4965524]},"properties":{"@type":"node","@id":7993968924,"@timestamp":1602302339},"coords":"51.4965524,-0.1560562","bedrooms":"2","price":"174000","area":"530"} , +{"type":"Feature","id":"n7993990097","geometry":{"type":"Point","coordinates":[0.2623257,51.1691955]},"properties":{"@type":"node","@id":7993990097,"@timestamp":1602303130},"coords":"51.1691955,0.2623257","bedrooms":"0","price":"211000","area":"518"} , +{"type":"Feature","id":"n7994060608","geometry":{"type":"Point","coordinates":[-0.1564509,51.4958284]},"properties":{"@type":"node","@id":7994060608,"@timestamp":1602305814},"coords":"51.4958284,-0.1564509","bedrooms":"3","price":"221000","area":"435"} , +{"type":"Feature","id":"n7994060618","geometry":{"type":"Point","coordinates":[-0.1563299,51.4953559]},"properties":{"@type":"node","@id":7994060618,"@timestamp":1602305814},"coords":"51.4953559,-0.1563299","bedrooms":"3","price":"163000","area":"533"} , +{"type":"Feature","id":"n7994060654","geometry":{"type":"Point","coordinates":[-0.1566868,51.496747]},"properties":{"@type":"node","@id":7994060654,"@timestamp":1602305814},"coords":"51.496747,-0.1566868","bedrooms":"2","price":"246000","area":"372"} , +{"type":"Feature","id":"n7994060666","geometry":{"type":"Point","coordinates":[-0.1566988,51.4968128]},"properties":{"@type":"node","@id":7994060666,"@timestamp":1602305814},"coords":"51.4968128,-0.1566988","bedrooms":"0","price":"247000","area":"597"} , +{"type":"Feature","id":"n7994271985","geometry":{"type":"Point","coordinates":[-0.2944378,51.405808]},"properties":{"@type":"node","@id":7994271985,"@timestamp":1602314391},"coords":"51.405808,-0.2944378","bedrooms":"3","price":"298000","area":"544"} , +{"type":"Feature","id":"n7994772251","geometry":{"type":"Point","coordinates":[0.4286141,51.7304793]},"properties":{"@type":"node","@id":7994772251,"@timestamp":1602328347},"coords":"51.7304793,0.4286141","bedrooms":"0","price":"167000","area":"586"} , +{"type":"Feature","id":"n7994822879","geometry":{"type":"Point","coordinates":[-0.1798703,51.4326883]},"properties":{"@type":"node","@id":7994822879,"@timestamp":1602331454},"coords":"51.4326883,-0.1798703","bedrooms":"1","price":"177000","area":"551"} , +{"type":"Feature","id":"n7994852761","geometry":{"type":"Point","coordinates":[-0.1769762,51.432056]},"properties":{"@type":"node","@id":7994852761,"@timestamp":1602331454},"coords":"51.432056,-0.1769762","bedrooms":"2","price":"158000","area":"560"} , +{"type":"Feature","id":"n7994852875","geometry":{"type":"Point","coordinates":[-0.1758805,51.431241]},"properties":{"@type":"node","@id":7994852875,"@timestamp":1602331454},"coords":"51.431241,-0.1758805","bedrooms":"4","price":"266000","area":"654"} , +{"type":"Feature","id":"n7994916517","geometry":{"type":"Point","coordinates":[-0.2357077,51.289855]},"properties":{"@type":"node","@id":7994916517,"@timestamp":1602335693},"coords":"51.289855,-0.2357077","bedrooms":"3","price":"274000","area":"460"} , +{"type":"Feature","id":"n7994959229","geometry":{"type":"Point","coordinates":[-0.4135637,51.4220689]},"properties":{"@type":"node","@id":7994959229,"@timestamp":1602334809},"coords":"51.4220689,-0.4135637","bedrooms":"3","price":"219000","area":"574"} , +{"type":"Feature","id":"n7994959242","geometry":{"type":"Point","coordinates":[-0.4046424,51.4431009]},"properties":{"@type":"node","@id":7994959242,"@timestamp":1602334809},"coords":"51.4431009,-0.4046424","bedrooms":"4","price":"283000","area":"435"} , +{"type":"Feature","id":"n7994999628","geometry":{"type":"Point","coordinates":[-0.8017293,51.2153907]},"properties":{"@type":"node","@id":7994999628,"@timestamp":1602337682},"coords":"51.2153907,-0.8017293","bedrooms":"1","price":"242000","area":"564"} , +{"type":"Feature","id":"n7995184972","geometry":{"type":"Point","coordinates":[-0.047628,51.6614638]},"properties":{"@type":"node","@id":7995184972,"@timestamp":1602342182},"coords":"51.6614638,-0.047628","bedrooms":"2","price":"225000","area":"576"} , +{"type":"Feature","id":"n7995184982","geometry":{"type":"Point","coordinates":[-0.0481485,51.6617295]},"properties":{"@type":"node","@id":7995184982,"@timestamp":1602342182},"coords":"51.6617295,-0.0481485","bedrooms":"3","price":"261000","area":"474"} , +{"type":"Feature","id":"n7995212292","geometry":{"type":"Point","coordinates":[-0.0481485,51.661279]},"properties":{"@type":"node","@id":7995212292,"@timestamp":1602342182},"coords":"51.661279,-0.0481485","bedrooms":"1","price":"259000","area":"414"} , +{"type":"Feature","id":"n7995212303","geometry":{"type":"Point","coordinates":[-0.0475274,51.6604603]},"properties":{"@type":"node","@id":7995212303,"@timestamp":1602342182},"coords":"51.6604603,-0.0475274","bedrooms":"0","price":"184000","area":"417"} , +{"type":"Feature","id":"n7995272730","geometry":{"type":"Point","coordinates":[-0.2095464,51.4903414]},"properties":{"@type":"node","@id":7995272730,"@timestamp":1622386206},"coords":"51.4903414,-0.2095464","bedrooms":"0","price":"243000","area":"381"} , +{"type":"Feature","id":"n7995272783","geometry":{"type":"Point","coordinates":[-0.2173124,51.4955952]},"properties":{"@type":"node","@id":7995272783,"@timestamp":1633870010},"coords":"51.4955952,-0.2173124","bedrooms":"2","price":"175000","area":"351"} , +{"type":"Feature","id":"n7995305924","geometry":{"type":"Point","coordinates":[-0.1105668,51.4555429]},"properties":{"@type":"node","@id":7995305924,"@timestamp":1602344747},"coords":"51.4555429,-0.1105668","bedrooms":"2","price":"201000","area":"535"} , +{"type":"Feature","id":"n7995309661","geometry":{"type":"Point","coordinates":[-0.1067759,51.4775765]},"properties":{"@type":"node","@id":7995309661,"@timestamp":1602345638},"coords":"51.4775765,-0.1067759","bedrooms":"0","price":"200000","area":"388"} , +{"type":"Feature","id":"n7995319508","geometry":{"type":"Point","coordinates":[-0.1031986,51.4657636]},"properties":{"@type":"node","@id":7995319508,"@timestamp":1602345118},"coords":"51.4657636,-0.1031986","bedrooms":"0","price":"173000","area":"421"} , +{"type":"Feature","id":"n7995324537","geometry":{"type":"Point","coordinates":[-0.0398058,51.662256]},"properties":{"@type":"node","@id":7995324537,"@timestamp":1602346824},"coords":"51.662256,-0.0398058","bedrooms":"3","price":"265000","area":"474"} , +{"type":"Feature","id":"n7995324547","geometry":{"type":"Point","coordinates":[-0.0387808,51.6622159]},"properties":{"@type":"node","@id":7995324547,"@timestamp":1602346824},"coords":"51.6622159,-0.0387808","bedrooms":"1","price":"281000","area":"463"} , +{"type":"Feature","id":"n7995324557","geometry":{"type":"Point","coordinates":[-0.0374546,51.6622585]},"properties":{"@type":"node","@id":7995324557,"@timestamp":1602346824},"coords":"51.6622585,-0.0374546","bedrooms":"3","price":"189000","area":"592"} , +{"type":"Feature","id":"n7995382566","geometry":{"type":"Point","coordinates":[-0.1831171,51.4319868]},"properties":{"@type":"node","@id":7995382566,"@timestamp":1617044337},"coords":"51.4319868,-0.1831171","bedrooms":"3","price":"278000","area":"591"} , +{"type":"Feature","id":"n7995401543","geometry":{"type":"Point","coordinates":[-0.182578,51.432307]},"properties":{"@type":"node","@id":7995401543,"@timestamp":1602347129},"coords":"51.432307,-0.182578","bedrooms":"3","price":"164000","area":"619"} , +{"type":"Feature","id":"n7995401640","geometry":{"type":"Point","coordinates":[-0.1816315,51.4324763]},"properties":{"@type":"node","@id":7995401640,"@timestamp":1602347129},"coords":"51.4324763,-0.1816315","bedrooms":"2","price":"181000","area":"473"} , +{"type":"Feature","id":"n7995431005","geometry":{"type":"Point","coordinates":[-0.1290452,51.4320514]},"properties":{"@type":"node","@id":7995431005,"@timestamp":1612445065},"coords":"51.4320514,-0.1290452","bedrooms":"0","price":"263000","area":"489"} , +{"type":"Feature","id":"n7995586701","geometry":{"type":"Point","coordinates":[-0.1842181,51.4318417]},"properties":{"@type":"node","@id":7995586701,"@timestamp":1602352609},"coords":"51.4318417,-0.1842181","bedrooms":"3","price":"234000","area":"599"} , +{"type":"Feature","id":"n7995586767","geometry":{"type":"Point","coordinates":[-0.1838275,51.4313444]},"properties":{"@type":"node","@id":7995586767,"@timestamp":1602352609},"coords":"51.4313444,-0.1838275","bedrooms":"2","price":"261000","area":"531"} , +{"type":"Feature","id":"n7995586801","geometry":{"type":"Point","coordinates":[-0.1834926,51.4314997]},"properties":{"@type":"node","@id":7995586801,"@timestamp":1602352609},"coords":"51.4314997,-0.1834926","bedrooms":"0","price":"298000","area":"521"} , +{"type":"Feature","id":"n7995651561","geometry":{"type":"Point","coordinates":[-0.7305981,51.6574497]},"properties":{"@type":"node","@id":7995651561,"@timestamp":1602354816},"coords":"51.6574497,-0.7305981","bedrooms":"1","price":"185000","area":"463"} , +{"type":"Feature","id":"n7995651580","geometry":{"type":"Point","coordinates":[-0.7181075,51.66565]},"properties":{"@type":"node","@id":7995651580,"@timestamp":1602354816},"coords":"51.66565,-0.7181075","bedrooms":"0","price":"259000","area":"501"} , +{"type":"Feature","id":"n7995699834","geometry":{"type":"Point","coordinates":[-0.704171,51.6636385]},"properties":{"@type":"node","@id":7995699834,"@timestamp":1602356652},"coords":"51.6636385,-0.704171","bedrooms":"2","price":"276000","area":"363"} , +{"type":"Feature","id":"n7995721192","geometry":{"type":"Point","coordinates":[-0.6985258,51.6620532]},"properties":{"@type":"node","@id":7995721192,"@timestamp":1602358468},"coords":"51.6620532,-0.6985258","bedrooms":"0","price":"283000","area":"689"} , +{"type":"Feature","id":"n7995721202","geometry":{"type":"Point","coordinates":[-0.6975006,51.6624151]},"properties":{"@type":"node","@id":7995721202,"@timestamp":1602358468},"coords":"51.6624151,-0.6975006","bedrooms":"2","price":"290000","area":"690"} , +{"type":"Feature","id":"n7995721217","geometry":{"type":"Point","coordinates":[-0.6982506,51.6636757]},"properties":{"@type":"node","@id":7995721217,"@timestamp":1602358468},"coords":"51.6636757,-0.6982506","bedrooms":"2","price":"242000","area":"589"} , +{"type":"Feature","id":"n7995761689","geometry":{"type":"Point","coordinates":[-0.6873914,51.6666849]},"properties":{"@type":"node","@id":7995761689,"@timestamp":1602360033},"coords":"51.6666849,-0.6873914","bedrooms":"0","price":"195000","area":"670"} , +{"type":"Feature","id":"n7995785120","geometry":{"type":"Point","coordinates":[0.0092247,51.5317396]},"properties":{"@type":"node","@id":7995785120,"@timestamp":1617618862},"coords":"51.5317396,0.0092247","bedrooms":"1","price":"220000","area":"405"} , +{"type":"Feature","id":"n7995785210","geometry":{"type":"Point","coordinates":[0.0084345,51.5333268]},"properties":{"@type":"node","@id":7995785210,"@timestamp":1617618862},"coords":"51.5333268,0.0084345","bedrooms":"0","price":"171000","area":"617"} , +{"type":"Feature","id":"n7995790275","geometry":{"type":"Point","coordinates":[-0.6039752,51.6751602]},"properties":{"@type":"node","@id":7995790275,"@timestamp":1602364781},"coords":"51.6751602,-0.6039752","bedrooms":"2","price":"178000","area":"692"} , +{"type":"Feature","id":"n7995814724","geometry":{"type":"Point","coordinates":[-0.0165319,51.6687066]},"properties":{"@type":"node","@id":7995814724,"@timestamp":1613389200},"coords":"51.6687066,-0.0165319","bedrooms":"2","price":"229000","area":"377"} , +{"type":"Feature","id":"n7995859326","geometry":{"type":"Point","coordinates":[-0.1292315,51.5435334]},"properties":{"@type":"node","@id":7995859326,"@timestamp":1602363397},"coords":"51.5435334,-0.1292315","bedrooms":"1","price":"290000","area":"364"} , +{"type":"Feature","id":"n7995859694","geometry":{"type":"Point","coordinates":[-0.184485,51.1887354]},"properties":{"@type":"node","@id":7995859694,"@timestamp":1602362731},"coords":"51.1887354,-0.184485","bedrooms":"3","price":"155000","area":"486"} , +{"type":"Feature","id":"n7995859704","geometry":{"type":"Point","coordinates":[-0.1857188,51.1874056]},"properties":{"@type":"node","@id":7995859704,"@timestamp":1602362731},"coords":"51.1874056,-0.1857188","bedrooms":"4","price":"230000","area":"452"} , +{"type":"Feature","id":"n7995859714","geometry":{"type":"Point","coordinates":[-0.1842517,51.1878402]},"properties":{"@type":"node","@id":7995859714,"@timestamp":1602362731},"coords":"51.1878402,-0.1842517","bedrooms":"0","price":"287000","area":"426"} , +{"type":"Feature","id":"n7995859724","geometry":{"type":"Point","coordinates":[-0.1839338,51.1882655]},"properties":{"@type":"node","@id":7995859724,"@timestamp":1602362731},"coords":"51.1882655,-0.1839338","bedrooms":"0","price":"201000","area":"628"} , +{"type":"Feature","id":"n7995859734","geometry":{"type":"Point","coordinates":[-0.1835006,51.1882176]},"properties":{"@type":"node","@id":7995859734,"@timestamp":1602362731},"coords":"51.1882176,-0.1835006","bedrooms":"1","price":"216000","area":"462"} , +{"type":"Feature","id":"n7995859744","geometry":{"type":"Point","coordinates":[-0.182755,51.1882209]},"properties":{"@type":"node","@id":7995859744,"@timestamp":1602362731},"coords":"51.1882209,-0.182755","bedrooms":"1","price":"224000","area":"357"} , +{"type":"Feature","id":"n7995859754","geometry":{"type":"Point","coordinates":[-0.1823312,51.1870198]},"properties":{"@type":"node","@id":7995859754,"@timestamp":1602362731},"coords":"51.1870198,-0.1823312","bedrooms":"3","price":"292000","area":"495"} , +{"type":"Feature","id":"n7995859764","geometry":{"type":"Point","coordinates":[-0.1822963,51.1876326]},"properties":{"@type":"node","@id":7995859764,"@timestamp":1602362731},"coords":"51.1876326,-0.1822963","bedrooms":"2","price":"293000","area":"417"} , +{"type":"Feature","id":"n7995859774","geometry":{"type":"Point","coordinates":[-0.186262,51.1826133]},"properties":{"@type":"node","@id":7995859774,"@timestamp":1602362731},"coords":"51.1826133,-0.186262","bedrooms":"4","price":"240000","area":"666"} , +{"type":"Feature","id":"n7995859784","geometry":{"type":"Point","coordinates":[-0.187005,51.1830983]},"properties":{"@type":"node","@id":7995859784,"@timestamp":1602362731},"coords":"51.1830983,-0.187005","bedrooms":"4","price":"157000","area":"581"} , +{"type":"Feature","id":"n7995859794","geometry":{"type":"Point","coordinates":[-0.1848686,51.1850124]},"properties":{"@type":"node","@id":7995859794,"@timestamp":1602362731},"coords":"51.1850124,-0.1848686","bedrooms":"1","price":"235000","area":"575"} , +{"type":"Feature","id":"n7995859804","geometry":{"type":"Point","coordinates":[-0.1852253,51.184519]},"properties":{"@type":"node","@id":7995859804,"@timestamp":1602362731},"coords":"51.184519,-0.1852253","bedrooms":"0","price":"220000","area":"362"} , +{"type":"Feature","id":"n7995859814","geometry":{"type":"Point","coordinates":[-0.1865624,51.1845181]},"properties":{"@type":"node","@id":7995859814,"@timestamp":1602362731},"coords":"51.1845181,-0.1865624","bedrooms":"1","price":"225000","area":"469"} , +{"type":"Feature","id":"n7995859824","geometry":{"type":"Point","coordinates":[-0.1861292,51.1850915]},"properties":{"@type":"node","@id":7995859824,"@timestamp":1602362731},"coords":"51.1850915,-0.1861292","bedrooms":"2","price":"280000","area":"440"} , +{"type":"Feature","id":"n7995859834","geometry":{"type":"Point","coordinates":[-0.1861118,51.1857875]},"properties":{"@type":"node","@id":7995859834,"@timestamp":1602362731},"coords":"51.1857875,-0.1861118","bedrooms":"0","price":"185000","area":"566"} , +{"type":"Feature","id":"n7995859844","geometry":{"type":"Point","coordinates":[-0.1864323,51.185927]},"properties":{"@type":"node","@id":7995859844,"@timestamp":1602362731},"coords":"51.185927,-0.1864323","bedrooms":"1","price":"169000","area":"390"} , +{"type":"Feature","id":"n7995859854","geometry":{"type":"Point","coordinates":[-0.1874381,51.1866508]},"properties":{"@type":"node","@id":7995859854,"@timestamp":1602362731},"coords":"51.1866508,-0.1874381","bedrooms":"1","price":"275000","area":"694"} , +{"type":"Feature","id":"n7995859864","geometry":{"type":"Point","coordinates":[-0.1864752,51.1867079]},"properties":{"@type":"node","@id":7995859864,"@timestamp":1602362731},"coords":"51.1867079,-0.1864752","bedrooms":"1","price":"173000","area":"577"} , +{"type":"Feature","id":"n7995859874","geometry":{"type":"Point","coordinates":[-0.1859804,51.1868063]},"properties":{"@type":"node","@id":7995859874,"@timestamp":1602362731},"coords":"51.1868063,-0.1859804","bedrooms":"1","price":"186000","area":"522"} , +{"type":"Feature","id":"n7995859884","geometry":{"type":"Point","coordinates":[-0.1856223,51.1867188]},"properties":{"@type":"node","@id":7995859884,"@timestamp":1602362731},"coords":"51.1867188,-0.1856223","bedrooms":"4","price":"182000","area":"580"} , +{"type":"Feature","id":"n7995859894","geometry":{"type":"Point","coordinates":[-0.1845923,51.1867895]},"properties":{"@type":"node","@id":7995859894,"@timestamp":1602362731},"coords":"51.1867895,-0.1845923","bedrooms":"0","price":"293000","area":"576"} , +{"type":"Feature","id":"n7995859904","geometry":{"type":"Point","coordinates":[-0.1839633,51.1869189]},"properties":{"@type":"node","@id":7995859904,"@timestamp":1602362731},"coords":"51.1869189,-0.1839633","bedrooms":"3","price":"152000","area":"489"} , +{"type":"Feature","id":"n7995859914","geometry":{"type":"Point","coordinates":[-0.1840425,51.1867474]},"properties":{"@type":"node","@id":7995859914,"@timestamp":1602362731},"coords":"51.1867474,-0.1840425","bedrooms":"2","price":"158000","area":"358"} , +{"type":"Feature","id":"n7995859924","geometry":{"type":"Point","coordinates":[-0.1764143,51.1830672]},"properties":{"@type":"node","@id":7995859924,"@timestamp":1602362731},"coords":"51.1830672,-0.1764143","bedrooms":"3","price":"215000","area":"381"} , +{"type":"Feature","id":"n7995859934","geometry":{"type":"Point","coordinates":[-0.1711652,51.1831866]},"properties":{"@type":"node","@id":7995859934,"@timestamp":1602362731},"coords":"51.1831866,-0.1711652","bedrooms":"3","price":"169000","area":"488"} , +{"type":"Feature","id":"n7995859944","geometry":{"type":"Point","coordinates":[-0.1813388,51.181781]},"properties":{"@type":"node","@id":7995859944,"@timestamp":1602362731},"coords":"51.181781,-0.1813388","bedrooms":"1","price":"226000","area":"556"} , +{"type":"Feature","id":"n7995859954","geometry":{"type":"Point","coordinates":[-0.1773235,51.1796742]},"properties":{"@type":"node","@id":7995859954,"@timestamp":1602362731},"coords":"51.1796742,-0.1773235","bedrooms":"4","price":"172000","area":"591"} , +{"type":"Feature","id":"n7995947305","geometry":{"type":"Point","coordinates":[-0.5910748,51.6692664]},"properties":{"@type":"node","@id":7995947305,"@timestamp":1602366519},"coords":"51.6692664,-0.5910748","bedrooms":"4","price":"254000","area":"594"} , +{"type":"Feature","id":"n7995947792","geometry":{"type":"Point","coordinates":[-0.0549068,51.5378295]},"properties":{"@type":"node","@id":7995947792,"@timestamp":1602367104},"coords":"51.5378295,-0.0549068","bedrooms":"3","price":"251000","area":"625"} , +{"type":"Feature","id":"n7995947816","geometry":{"type":"Point","coordinates":[-0.0544867,51.5377873]},"properties":{"@type":"node","@id":7995947816,"@timestamp":1602367104},"coords":"51.5377873,-0.0544867","bedrooms":"1","price":"153000","area":"649"} , +{"type":"Feature","id":"n7995951877","geometry":{"type":"Point","coordinates":[-0.0374813,51.6620318]},"properties":{"@type":"node","@id":7995951877,"@timestamp":1602367143},"coords":"51.6620318,-0.0374813","bedrooms":"3","price":"271000","area":"358"} , +{"type":"Feature","id":"n7995961705","geometry":{"type":"Point","coordinates":[-0.0434055,51.6622688]},"properties":{"@type":"node","@id":7995961705,"@timestamp":1602367867},"coords":"51.6622688,-0.0434055","bedrooms":"0","price":"299000","area":"615"} , +{"type":"Feature","id":"n7995984735","geometry":{"type":"Point","coordinates":[-0.3362779,51.5120578]},"properties":{"@type":"node","@id":7995984735,"@timestamp":1602368485},"coords":"51.5120578,-0.3362779","bedrooms":"4","price":"256000","area":"481"} , +{"type":"Feature","id":"n7995989425","geometry":{"type":"Point","coordinates":[-0.4340786,51.5043314]},"properties":{"@type":"node","@id":7995989425,"@timestamp":1602368485},"coords":"51.5043314,-0.4340786","bedrooms":"1","price":"157000","area":"563"} , +{"type":"Feature","id":"n7996037397","geometry":{"type":"Point","coordinates":[-0.0256151,51.5220652]},"properties":{"@type":"node","@id":7996037397,"@timestamp":1602370005},"coords":"51.5220652,-0.0256151","bedrooms":"3","price":"201000","area":"485"} , +{"type":"Feature","id":"n7996078588","geometry":{"type":"Point","coordinates":[-0.6117349,51.6756766]},"properties":{"@type":"node","@id":7996078588,"@timestamp":1602371582},"coords":"51.6756766,-0.6117349","bedrooms":"2","price":"197000","area":"631"} , +{"type":"Feature","id":"n7996129013","geometry":{"type":"Point","coordinates":[-0.1464335,51.5569153]},"properties":{"@type":"node","@id":7996129013,"@timestamp":1626965807},"coords":"51.5569153,-0.1464335","bedrooms":"4","price":"297000","area":"530"} , +{"type":"Feature","id":"n7996151918","geometry":{"type":"Point","coordinates":[-0.1414601,51.5475719]},"properties":{"@type":"node","@id":7996151918,"@timestamp":1603549857},"coords":"51.5475719,-0.1414601","bedrooms":"2","price":"292000","area":"625"} , +{"type":"Feature","id":"n7996268028","geometry":{"type":"Point","coordinates":[-0.1398053,51.5240253]},"properties":{"@type":"node","@id":7996268028,"@timestamp":1607459818},"coords":"51.5240253,-0.1398053","bedrooms":"1","price":"223000","area":"398"} , +{"type":"Feature","id":"n7996374858","geometry":{"type":"Point","coordinates":[-0.1572955,51.4964854]},"properties":{"@type":"node","@id":7996374858,"@timestamp":1602393476},"coords":"51.4964854,-0.1572955","bedrooms":"1","price":"195000","area":"501"} , +{"type":"Feature","id":"n7996374868","geometry":{"type":"Point","coordinates":[-0.1571482,51.4959042]},"properties":{"@type":"node","@id":7996374868,"@timestamp":1602393476},"coords":"51.4959042,-0.1571482","bedrooms":"2","price":"286000","area":"630"} , +{"type":"Feature","id":"n7996374878","geometry":{"type":"Point","coordinates":[-0.1569953,51.4953009]},"properties":{"@type":"node","@id":7996374878,"@timestamp":1602393476},"coords":"51.4953009,-0.1569953","bedrooms":"2","price":"181000","area":"447"} , +{"type":"Feature","id":"n7996381369","geometry":{"type":"Point","coordinates":[-0.1565656,51.4951641]},"properties":{"@type":"node","@id":7996381369,"@timestamp":1602393476},"coords":"51.4951641,-0.1565656","bedrooms":"2","price":"280000","area":"422"} , +{"type":"Feature","id":"n7996447304","geometry":{"type":"Point","coordinates":[-0.1567303,51.4959431]},"properties":{"@type":"node","@id":7996447304,"@timestamp":1602393476},"coords":"51.4959431,-0.1567303","bedrooms":"3","price":"223000","area":"606"} , +{"type":"Feature","id":"n7996447314","geometry":{"type":"Point","coordinates":[-0.1569039,51.4965862]},"properties":{"@type":"node","@id":7996447314,"@timestamp":1602393476},"coords":"51.4965862,-0.1569039","bedrooms":"0","price":"225000","area":"560"} , +{"type":"Feature","id":"n7996475490","geometry":{"type":"Point","coordinates":[-0.1571403,51.4948216]},"properties":{"@type":"node","@id":7996475490,"@timestamp":1602395226},"coords":"51.4948216,-0.1571403","bedrooms":"2","price":"203000","area":"493"} , +{"type":"Feature","id":"n7996818794","geometry":{"type":"Point","coordinates":[-0.3236011,51.5101137]},"properties":{"@type":"node","@id":7996818794,"@timestamp":1602411151},"coords":"51.5101137,-0.3236011","bedrooms":"4","price":"268000","area":"481"} , +{"type":"Feature","id":"n7996931245","geometry":{"type":"Point","coordinates":[-0.0383275,51.6627492]},"properties":{"@type":"node","@id":7996931245,"@timestamp":1602415287},"coords":"51.6627492,-0.0383275","bedrooms":"2","price":"267000","area":"619"} , +{"type":"Feature","id":"n7996940240","geometry":{"type":"Point","coordinates":[-0.038965,51.6626581]},"properties":{"@type":"node","@id":7996940240,"@timestamp":1602415287},"coords":"51.6626581,-0.038965","bedrooms":"4","price":"150000","area":"373"} , +{"type":"Feature","id":"n7996964859","geometry":{"type":"Point","coordinates":[0.8549612,51.0680356]},"properties":{"@type":"node","@id":7996964859,"@timestamp":1616079029},"coords":"51.0680356,0.8549612","bedrooms":"2","price":"299000","area":"576"} , +{"type":"Feature","id":"n7996986677","geometry":{"type":"Point","coordinates":[0.1417923,51.5512935]},"properties":{"@type":"node","@id":7996986677,"@timestamp":1602417957},"coords":"51.5512935,0.1417923","bedrooms":"1","price":"214000","area":"667"} , +{"type":"Feature","id":"n7997060961","geometry":{"type":"Point","coordinates":[0.4627854,51.3146556]},"properties":{"@type":"node","@id":7997060961,"@timestamp":1602420146},"coords":"51.3146556,0.4627854","bedrooms":"2","price":"223000","area":"409"} , +{"type":"Feature","id":"n7997181841","geometry":{"type":"Point","coordinates":[-0.7052106,51.3032958]},"properties":{"@type":"node","@id":7997181841,"@timestamp":1602954320},"coords":"51.3032958,-0.7052106","bedrooms":"2","price":"165000","area":"391"} , +{"type":"Feature","id":"n7997238835","geometry":{"type":"Point","coordinates":[0.3522381,51.3251304]},"properties":{"@type":"node","@id":7997238835,"@timestamp":1602425888},"coords":"51.3251304,0.3522381","bedrooms":"0","price":"282000","area":"590"} , +{"type":"Feature","id":"n7997327657","geometry":{"type":"Point","coordinates":[0.0825483,51.5036499]},"properties":{"@type":"node","@id":7997327657,"@timestamp":1602605226},"coords":"51.5036499,0.0825483","bedrooms":"3","price":"184000","area":"601"} , +{"type":"Feature","id":"n7997328495","geometry":{"type":"Point","coordinates":[0.4085772,51.334749]},"properties":{"@type":"node","@id":7997328495,"@timestamp":1603587116},"coords":"51.334749,0.4085772","bedrooms":"3","price":"237000","area":"668"} , +{"type":"Feature","id":"n7997414828","geometry":{"type":"Point","coordinates":[-0.1593057,51.4956486]},"properties":{"@type":"node","@id":7997414828,"@timestamp":1602430227},"coords":"51.4956486,-0.1593057","bedrooms":"3","price":"240000","area":"683"} , +{"type":"Feature","id":"n7997454582","geometry":{"type":"Point","coordinates":[0.3483542,51.3073048]},"properties":{"@type":"node","@id":7997454582,"@timestamp":1602431909},"coords":"51.3073048,0.3483542","bedrooms":"3","price":"199000","area":"504"} , +{"type":"Feature","id":"n7997494918","geometry":{"type":"Point","coordinates":[-0.0378638,51.6612486]},"properties":{"@type":"node","@id":7997494918,"@timestamp":1602442581},"coords":"51.6612486,-0.0378638","bedrooms":"2","price":"190000","area":"440"} , +{"type":"Feature","id":"n7997601880","geometry":{"type":"Point","coordinates":[-0.0427612,51.6635365]},"properties":{"@type":"node","@id":7997601880,"@timestamp":1602751688},"coords":"51.6635365,-0.0427612","bedrooms":"4","price":"266000","area":"659"} , +{"type":"Feature","id":"n7997634275","geometry":{"type":"Point","coordinates":[-0.0397869,51.6612378]},"properties":{"@type":"node","@id":7997634275,"@timestamp":1602440671},"coords":"51.6612378,-0.0397869","bedrooms":"3","price":"279000","area":"581"} , +{"type":"Feature","id":"n7997642570","geometry":{"type":"Point","coordinates":[-0.1572722,51.5865799]},"properties":{"@type":"node","@id":7997642570,"@timestamp":1602453744},"coords":"51.5865799,-0.1572722","bedrooms":"1","price":"155000","area":"424"} , +{"type":"Feature","id":"n7997642855","geometry":{"type":"Point","coordinates":[-0.0446096,51.6628288]},"properties":{"@type":"node","@id":7997642855,"@timestamp":1602752372},"coords":"51.6628288,-0.0446096","bedrooms":"4","price":"156000","area":"379"} , +{"type":"Feature","id":"n7997642875","geometry":{"type":"Point","coordinates":[-0.042923,51.6632428]},"properties":{"@type":"node","@id":7997642875,"@timestamp":1602752372},"coords":"51.6632428,-0.042923","bedrooms":"2","price":"297000","area":"466"} , +{"type":"Feature","id":"n7997667988","geometry":{"type":"Point","coordinates":[-0.0433564,51.6635891]},"properties":{"@type":"node","@id":7997667988,"@timestamp":1602751688},"coords":"51.6635891,-0.0433564","bedrooms":"1","price":"207000","area":"525"} , +{"type":"Feature","id":"n7997691062","geometry":{"type":"Point","coordinates":[-0.0420353,51.6629623]},"properties":{"@type":"node","@id":7997691062,"@timestamp":1602752459},"coords":"51.6629623,-0.0420353","bedrooms":"1","price":"269000","area":"696"} , +{"type":"Feature","id":"n7997691072","geometry":{"type":"Point","coordinates":[-0.0432999,51.6629524]},"properties":{"@type":"node","@id":7997691072,"@timestamp":1602438871},"coords":"51.6629524,-0.0432999","bedrooms":"3","price":"152000","area":"419"} , +{"type":"Feature","id":"n7997695733","geometry":{"type":"Point","coordinates":[-0.042934,51.6613612]},"properties":{"@type":"node","@id":7997695733,"@timestamp":1602439769},"coords":"51.6613612,-0.042934","bedrooms":"3","price":"298000","area":"499"} , +{"type":"Feature","id":"n7997717656","geometry":{"type":"Point","coordinates":[-0.0412646,51.6616762]},"properties":{"@type":"node","@id":7997717656,"@timestamp":1602440003},"coords":"51.6616762,-0.0412646","bedrooms":"1","price":"182000","area":"405"} , +{"type":"Feature","id":"n7997752151","geometry":{"type":"Point","coordinates":[-0.0397919,51.6619198]},"properties":{"@type":"node","@id":7997752151,"@timestamp":1602440931},"coords":"51.6619198,-0.0397919","bedrooms":"3","price":"157000","area":"396"} , +{"type":"Feature","id":"n7997752161","geometry":{"type":"Point","coordinates":[-0.0401186,51.6617916]},"properties":{"@type":"node","@id":7997752161,"@timestamp":1602440931},"coords":"51.6617916,-0.0401186","bedrooms":"2","price":"181000","area":"427"} , +{"type":"Feature","id":"n7997756489","geometry":{"type":"Point","coordinates":[-0.041546,51.6611623]},"properties":{"@type":"node","@id":7997756489,"@timestamp":1602440671},"coords":"51.6611623,-0.041546","bedrooms":"1","price":"230000","area":"510"} , +{"type":"Feature","id":"n7997774804","geometry":{"type":"Point","coordinates":[-0.0382922,51.660873]},"properties":{"@type":"node","@id":7997774804,"@timestamp":1602441296},"coords":"51.660873,-0.0382922","bedrooms":"1","price":"192000","area":"425"} , +{"type":"Feature","id":"n7997781657","geometry":{"type":"Point","coordinates":[-0.0381768,51.6613211]},"properties":{"@type":"node","@id":7997781657,"@timestamp":1602442581},"coords":"51.6613211,-0.0381768","bedrooms":"3","price":"281000","area":"578"} , +{"type":"Feature","id":"n7997786301","geometry":{"type":"Point","coordinates":[-0.0399634,51.6604401]},"properties":{"@type":"node","@id":7997786301,"@timestamp":1602443018},"coords":"51.6604401,-0.0399634","bedrooms":"3","price":"153000","area":"427"} , +{"type":"Feature","id":"n7997798504","geometry":{"type":"Point","coordinates":[-0.0376785,51.6604885]},"properties":{"@type":"node","@id":7997798504,"@timestamp":1602442255},"coords":"51.6604885,-0.0376785","bedrooms":"2","price":"239000","area":"482"} , +{"type":"Feature","id":"n7997823313","geometry":{"type":"Point","coordinates":[-0.0407875,51.6609073]},"properties":{"@type":"node","@id":7997823313,"@timestamp":1602443185},"coords":"51.6609073,-0.0407875","bedrooms":"2","price":"244000","area":"467"} , +{"type":"Feature","id":"n7997825059","geometry":{"type":"Point","coordinates":[-0.0425216,51.6603793]},"properties":{"@type":"node","@id":7997825059,"@timestamp":1602602290},"coords":"51.6603793,-0.0425216","bedrooms":"0","price":"242000","area":"672"} , +{"type":"Feature","id":"n7997853148","geometry":{"type":"Point","coordinates":[-0.0417179,51.6607128]},"properties":{"@type":"node","@id":7997853148,"@timestamp":1602443776},"coords":"51.6607128,-0.0417179","bedrooms":"3","price":"199000","area":"666"} , +{"type":"Feature","id":"n7997939686","geometry":{"type":"Point","coordinates":[-0.1772373,51.4836905]},"properties":{"@type":"node","@id":7997939686,"@timestamp":1607706520},"coords":"51.4836905,-0.1772373","bedrooms":"3","price":"255000","area":"664"} , +{"type":"Feature","id":"n7997947401","geometry":{"type":"Point","coordinates":[0.0080659,51.5325912]},"properties":{"@type":"node","@id":7997947401,"@timestamp":1617618862},"coords":"51.5325912,0.0080659","bedrooms":"1","price":"186000","area":"440"} , +{"type":"Feature","id":"n7998088927","geometry":{"type":"Point","coordinates":[-0.219348,50.9590259]},"properties":{"@type":"node","@id":7998088927,"@timestamp":1602450782},"coords":"50.9590259,-0.219348","bedrooms":"0","price":"185000","area":"494"} , +{"type":"Feature","id":"n7998088943","geometry":{"type":"Point","coordinates":[-0.2303506,50.9581536]},"properties":{"@type":"node","@id":7998088943,"@timestamp":1602450782},"coords":"50.9581536,-0.2303506","bedrooms":"0","price":"165000","area":"385"} , +{"type":"Feature","id":"n7998090859","geometry":{"type":"Point","coordinates":[-0.042939,51.6597658]},"properties":{"@type":"node","@id":7998090859,"@timestamp":1602451142},"coords":"51.6597658,-0.042939","bedrooms":"4","price":"160000","area":"478"} , +{"type":"Feature","id":"n7998091447","geometry":{"type":"Point","coordinates":[-0.0447766,51.6601027]},"properties":{"@type":"node","@id":7998091447,"@timestamp":1602450532},"coords":"51.6601027,-0.0447766","bedrooms":"4","price":"295000","area":"482"} , +{"type":"Feature","id":"n7998091457","geometry":{"type":"Point","coordinates":[-0.0457531,51.6602223]},"properties":{"@type":"node","@id":7998091457,"@timestamp":1602450532},"coords":"51.6602223,-0.0457531","bedrooms":"1","price":"299000","area":"555"} , +{"type":"Feature","id":"n7998105619","geometry":{"type":"Point","coordinates":[-0.0448374,51.6599173]},"properties":{"@type":"node","@id":7998105619,"@timestamp":1602450967},"coords":"51.6599173,-0.0448374","bedrooms":"2","price":"187000","area":"523"} , +{"type":"Feature","id":"n7998144129","geometry":{"type":"Point","coordinates":[-0.0378473,51.6598178]},"properties":{"@type":"node","@id":7998144129,"@timestamp":1602451630},"coords":"51.6598178,-0.0378473","bedrooms":"0","price":"160000","area":"632"} , +{"type":"Feature","id":"n7998144139","geometry":{"type":"Point","coordinates":[-0.0416936,51.6597735]},"properties":{"@type":"node","@id":7998144139,"@timestamp":1602451630},"coords":"51.6597735,-0.0416936","bedrooms":"1","price":"159000","area":"442"} , +{"type":"Feature","id":"n7998352206","geometry":{"type":"Point","coordinates":[-0.0291849,51.5379639]},"properties":{"@type":"node","@id":7998352206,"@timestamp":1613315098},"coords":"51.5379639,-0.0291849","bedrooms":"3","price":"274000","area":"418"} , +{"type":"Feature","id":"n7998352289","geometry":{"type":"Point","coordinates":[-0.02773,51.533822]},"properties":{"@type":"node","@id":7998352289,"@timestamp":1602461201},"coords":"51.533822,-0.02773","bedrooms":"4","price":"217000","area":"410"} , +{"type":"Feature","id":"n7998352348","geometry":{"type":"Point","coordinates":[-0.0283716,51.5337228]},"properties":{"@type":"node","@id":7998352348,"@timestamp":1602461201},"coords":"51.5337228,-0.0283716","bedrooms":"3","price":"172000","area":"509"} , +{"type":"Feature","id":"n7998453401","geometry":{"type":"Point","coordinates":[-0.9207988,51.8074361]},"properties":{"@type":"node","@id":7998453401,"@timestamp":1602467955},"coords":"51.8074361,-0.9207988","bedrooms":"4","price":"225000","area":"384"} , +{"type":"Feature","id":"n7998793504","geometry":{"type":"Point","coordinates":[0.5499014,51.6487819]},"properties":{"@type":"node","@id":7998793504,"@timestamp":1602481750},"coords":"51.6487819,0.5499014","bedrooms":"4","price":"165000","area":"353"} , +{"type":"Feature","id":"n7999192724","geometry":{"type":"Point","coordinates":[0.0619772,51.4989932]},"properties":{"@type":"node","@id":7999192724,"@timestamp":1602489229},"coords":"51.4989932,0.0619772","bedrooms":"0","price":"150000","area":"624"} , +{"type":"Feature","id":"n7999369025","geometry":{"type":"Point","coordinates":[0.296596,52.0141107]},"properties":{"@type":"node","@id":7999369025,"@timestamp":1602492774},"coords":"52.0141107,0.296596","bedrooms":"2","price":"260000","area":"455"} , +{"type":"Feature","id":"n7999369035","geometry":{"type":"Point","coordinates":[0.341641,51.9919695]},"properties":{"@type":"node","@id":7999369035,"@timestamp":1602492774},"coords":"51.9919695,0.341641","bedrooms":"4","price":"295000","area":"495"} , +{"type":"Feature","id":"n7999369045","geometry":{"type":"Point","coordinates":[0.3363731,52.0034534]},"properties":{"@type":"node","@id":7999369045,"@timestamp":1602492774},"coords":"52.0034534,0.3363731","bedrooms":"4","price":"288000","area":"468"} , +{"type":"Feature","id":"n7999369055","geometry":{"type":"Point","coordinates":[0.3222996,52.008278]},"properties":{"@type":"node","@id":7999369055,"@timestamp":1602492774},"coords":"52.008278,0.3222996","bedrooms":"2","price":"244000","area":"666"} , +{"type":"Feature","id":"n7999369065","geometry":{"type":"Point","coordinates":[0.3059623,52.0114347]},"properties":{"@type":"node","@id":7999369065,"@timestamp":1602492774},"coords":"52.0114347,0.3059623","bedrooms":"0","price":"193000","area":"699"} , +{"type":"Feature","id":"n7999369110","geometry":{"type":"Point","coordinates":[0.3274548,51.9873117]},"properties":{"@type":"node","@id":7999369110,"@timestamp":1602492774},"coords":"51.9873117,0.3274548","bedrooms":"2","price":"202000","area":"502"} , +{"type":"Feature","id":"n7999369120","geometry":{"type":"Point","coordinates":[0.3210229,51.9939068]},"properties":{"@type":"node","@id":7999369120,"@timestamp":1602492774},"coords":"51.9939068,0.3210229","bedrooms":"3","price":"186000","area":"665"} , +{"type":"Feature","id":"n7999369130","geometry":{"type":"Point","coordinates":[0.3278625,51.9863619]},"properties":{"@type":"node","@id":7999369130,"@timestamp":1602492774},"coords":"51.9863619,0.3278625","bedrooms":"1","price":"252000","area":"393"} , +{"type":"Feature","id":"n7999369140","geometry":{"type":"Point","coordinates":[0.3378135,51.9811153]},"properties":{"@type":"node","@id":7999369140,"@timestamp":1602492774},"coords":"51.9811153,0.3378135","bedrooms":"2","price":"256000","area":"353"} , +{"type":"Feature","id":"n7999369150","geometry":{"type":"Point","coordinates":[0.3341174,51.9821924]},"properties":{"@type":"node","@id":7999369150,"@timestamp":1602492774},"coords":"51.9821924,0.3341174","bedrooms":"3","price":"268000","area":"593"} , +{"type":"Feature","id":"n7999522953","geometry":{"type":"Point","coordinates":[-0.8149134,51.8139972]},"properties":{"@type":"node","@id":7999522953,"@timestamp":1602495790},"coords":"51.8139972,-0.8149134","bedrooms":"3","price":"186000","area":"683"} , +{"type":"Feature","id":"n7999536903","geometry":{"type":"Point","coordinates":[-0.1413487,51.5700288]},"properties":{"@type":"node","@id":7999536903,"@timestamp":1622320056},"coords":"51.5700288,-0.1413487","bedrooms":"1","price":"244000","area":"488"} , +{"type":"Feature","id":"n7999550415","geometry":{"type":"Point","coordinates":[-0.3413892,51.4227317]},"properties":{"@type":"node","@id":7999550415,"@timestamp":1602496403},"coords":"51.4227317,-0.3413892","bedrooms":"1","price":"294000","area":"662"} , +{"type":"Feature","id":"n7999550425","geometry":{"type":"Point","coordinates":[-0.3409876,51.4222822]},"properties":{"@type":"node","@id":7999550425,"@timestamp":1602496403},"coords":"51.4222822,-0.3409876","bedrooms":"1","price":"218000","area":"390"} , +{"type":"Feature","id":"n7999550435","geometry":{"type":"Point","coordinates":[-0.339868,51.4219167]},"properties":{"@type":"node","@id":7999550435,"@timestamp":1602496403},"coords":"51.4219167,-0.339868","bedrooms":"1","price":"239000","area":"589"} , +{"type":"Feature","id":"n7999550445","geometry":{"type":"Point","coordinates":[-0.3382105,51.4214776]},"properties":{"@type":"node","@id":7999550445,"@timestamp":1602496403},"coords":"51.4214776,-0.3382105","bedrooms":"4","price":"242000","area":"654"} , +{"type":"Feature","id":"n7999550455","geometry":{"type":"Point","coordinates":[-0.3392974,51.421919]},"properties":{"@type":"node","@id":7999550455,"@timestamp":1602496403},"coords":"51.421919,-0.3392974","bedrooms":"4","price":"167000","area":"563"} , +{"type":"Feature","id":"n7999550465","geometry":{"type":"Point","coordinates":[-0.3392351,51.4217825]},"properties":{"@type":"node","@id":7999550465,"@timestamp":1602496403},"coords":"51.4217825,-0.3392351","bedrooms":"4","price":"188000","area":"460"} , +{"type":"Feature","id":"n7999550475","geometry":{"type":"Point","coordinates":[-0.3396443,51.4219877]},"properties":{"@type":"node","@id":7999550475,"@timestamp":1602496403},"coords":"51.4219877,-0.3396443","bedrooms":"1","price":"295000","area":"561"} , +{"type":"Feature","id":"n7999552485","geometry":{"type":"Point","coordinates":[-0.3388533,51.4219469]},"properties":{"@type":"node","@id":7999552485,"@timestamp":1602496403},"coords":"51.4219469,-0.3388533","bedrooms":"4","price":"202000","area":"351"} , +{"type":"Feature","id":"n7999552495","geometry":{"type":"Point","coordinates":[-0.3395518,51.4221198]},"properties":{"@type":"node","@id":7999552495,"@timestamp":1602496403},"coords":"51.4221198,-0.3395518","bedrooms":"2","price":"250000","area":"688"} , +{"type":"Feature","id":"n7999552505","geometry":{"type":"Point","coordinates":[-0.3358156,51.4190863]},"properties":{"@type":"node","@id":7999552505,"@timestamp":1602496403},"coords":"51.4190863,-0.3358156","bedrooms":"0","price":"206000","area":"597"} , +{"type":"Feature","id":"n7999552522","geometry":{"type":"Point","coordinates":[-0.3349051,51.4240208]},"properties":{"@type":"node","@id":7999552522,"@timestamp":1602496403},"coords":"51.4240208,-0.3349051","bedrooms":"1","price":"246000","area":"627"} , +{"type":"Feature","id":"n7999552832","geometry":{"type":"Point","coordinates":[-0.3425118,51.4351021]},"properties":{"@type":"node","@id":7999552832,"@timestamp":1602496403},"coords":"51.4351021,-0.3425118","bedrooms":"0","price":"254000","area":"438"} , +{"type":"Feature","id":"n7999552929","geometry":{"type":"Point","coordinates":[-0.3408603,51.4335791]},"properties":{"@type":"node","@id":7999552929,"@timestamp":1602496403},"coords":"51.4335791,-0.3408603","bedrooms":"1","price":"280000","area":"629"} , +{"type":"Feature","id":"n7999552982","geometry":{"type":"Point","coordinates":[-0.3428056,51.4325032]},"properties":{"@type":"node","@id":7999552982,"@timestamp":1602496403},"coords":"51.4325032,-0.3428056","bedrooms":"2","price":"208000","area":"461"} , +{"type":"Feature","id":"n7999553044","geometry":{"type":"Point","coordinates":[-0.3431543,51.4332951]},"properties":{"@type":"node","@id":7999553044,"@timestamp":1602496403},"coords":"51.4332951,-0.3431543","bedrooms":"1","price":"205000","area":"682"} , +{"type":"Feature","id":"n7999553054","geometry":{"type":"Point","coordinates":[-0.3427213,51.4333888]},"properties":{"@type":"node","@id":7999553054,"@timestamp":1602496403},"coords":"51.4333888,-0.3427213","bedrooms":"1","price":"269000","area":"560"} , +{"type":"Feature","id":"n7999553082","geometry":{"type":"Point","coordinates":[-0.3430303,51.4340155]},"properties":{"@type":"node","@id":7999553082,"@timestamp":1602496403},"coords":"51.4340155,-0.3430303","bedrooms":"3","price":"181000","area":"549"} , +{"type":"Feature","id":"n7999553092","geometry":{"type":"Point","coordinates":[-0.3430435,51.4345858]},"properties":{"@type":"node","@id":7999553092,"@timestamp":1602496403},"coords":"51.4345858,-0.3430435","bedrooms":"1","price":"258000","area":"452"} , +{"type":"Feature","id":"n7999553102","geometry":{"type":"Point","coordinates":[-0.3429165,51.4346143]},"properties":{"@type":"node","@id":7999553102,"@timestamp":1602496403},"coords":"51.4346143,-0.3429165","bedrooms":"2","price":"296000","area":"445"} , +{"type":"Feature","id":"n7999553162","geometry":{"type":"Point","coordinates":[-0.3417314,51.4341099]},"properties":{"@type":"node","@id":7999553162,"@timestamp":1602496403},"coords":"51.4341099,-0.3417314","bedrooms":"4","price":"238000","area":"647"} , +{"type":"Feature","id":"n7999553199","geometry":{"type":"Point","coordinates":[-0.3441595,51.434372]},"properties":{"@type":"node","@id":7999553199,"@timestamp":1602496403},"coords":"51.434372,-0.3441595","bedrooms":"1","price":"296000","area":"405"} , +{"type":"Feature","id":"n7999601089","geometry":{"type":"Point","coordinates":[-0.2300107,51.3379904]},"properties":{"@type":"node","@id":7999601089,"@timestamp":1616967689},"coords":"51.3379904,-0.2300107","bedrooms":"2","price":"267000","area":"557"} , +{"type":"Feature","id":"n7999732215","geometry":{"type":"Point","coordinates":[0.006036,51.5327411]},"properties":{"@type":"node","@id":7999732215,"@timestamp":1621519373},"coords":"51.5327411,0.006036","bedrooms":"0","price":"210000","area":"563"} , +{"type":"Feature","id":"n7999732283","geometry":{"type":"Point","coordinates":[0.0078435,51.5330674]},"properties":{"@type":"node","@id":7999732283,"@timestamp":1621519373},"coords":"51.5330674,0.0078435","bedrooms":"4","price":"152000","area":"389"} , +{"type":"Feature","id":"n7999775851","geometry":{"type":"Point","coordinates":[-0.1419244,51.5463021]},"properties":{"@type":"node","@id":7999775851,"@timestamp":1628605533},"coords":"51.5463021,-0.1419244","bedrooms":"1","price":"185000","area":"502"} , +{"type":"Feature","id":"n7999775864","geometry":{"type":"Point","coordinates":[-0.1419335,51.5457129]},"properties":{"@type":"node","@id":7999775864,"@timestamp":1628605533},"coords":"51.5457129,-0.1419335","bedrooms":"4","price":"168000","area":"672"} , +{"type":"Feature","id":"n7999789514","geometry":{"type":"Point","coordinates":[0.1874837,51.4538573]},"properties":{"@type":"node","@id":7999789514,"@timestamp":1602500829},"coords":"51.4538573,0.1874837","bedrooms":"3","price":"213000","area":"556"} , +{"type":"Feature","id":"n7999813400","geometry":{"type":"Point","coordinates":[-0.036645,51.6645052]},"properties":{"@type":"node","@id":7999813400,"@timestamp":1602501102},"coords":"51.6645052,-0.036645","bedrooms":"1","price":"167000","area":"381"} , +{"type":"Feature","id":"n7999813410","geometry":{"type":"Point","coordinates":[-0.0365943,51.665065]},"properties":{"@type":"node","@id":7999813410,"@timestamp":1602501102},"coords":"51.665065,-0.0365943","bedrooms":"4","price":"219000","area":"555"} , +{"type":"Feature","id":"n7999843333","geometry":{"type":"Point","coordinates":[-0.0370909,51.6640386]},"properties":{"@type":"node","@id":7999843333,"@timestamp":1602502384},"coords":"51.6640386,-0.0370909","bedrooms":"0","price":"291000","area":"452"} , +{"type":"Feature","id":"n7999956747","geometry":{"type":"Point","coordinates":[-0.6929523,51.5686209]},"properties":{"@type":"node","@id":7999956747,"@timestamp":1602503155},"coords":"51.5686209,-0.6929523","bedrooms":"0","price":"237000","area":"350"} , +{"type":"Feature","id":"n7999970467","geometry":{"type":"Point","coordinates":[-0.6548989,51.6471684]},"properties":{"@type":"node","@id":7999970467,"@timestamp":1602503717},"coords":"51.6471684,-0.6548989","bedrooms":"3","price":"273000","area":"377"} , +{"type":"Feature","id":"n8000011234","geometry":{"type":"Point","coordinates":[-0.0367742,51.660499]},"properties":{"@type":"node","@id":8000011234,"@timestamp":1602504111},"coords":"51.660499,-0.0367742","bedrooms":"3","price":"186000","area":"555"} , +{"type":"Feature","id":"n8000011245","geometry":{"type":"Point","coordinates":[-0.0364634,51.6613903]},"properties":{"@type":"node","@id":8000011245,"@timestamp":1602504111},"coords":"51.6613903,-0.0364634","bedrooms":"0","price":"258000","area":"502"} , +{"type":"Feature","id":"n8000012573","geometry":{"type":"Point","coordinates":[-0.1424804,51.5430372]},"properties":{"@type":"node","@id":8000012573,"@timestamp":1626383270},"coords":"51.5430372,-0.1424804","bedrooms":"2","price":"206000","area":"649"} , +{"type":"Feature","id":"n8000012583","geometry":{"type":"Point","coordinates":[-0.1436885,51.5431125]},"properties":{"@type":"node","@id":8000012583,"@timestamp":1626383270},"coords":"51.5431125,-0.1436885","bedrooms":"4","price":"216000","area":"476"} , +{"type":"Feature","id":"n8000037288","geometry":{"type":"Point","coordinates":[-0.1440183,51.5431311]},"properties":{"@type":"node","@id":8000037288,"@timestamp":1626383270},"coords":"51.5431311,-0.1440183","bedrooms":"4","price":"289000","area":"350"} , +{"type":"Feature","id":"n8000037298","geometry":{"type":"Point","coordinates":[-0.1433806,51.5436208]},"properties":{"@type":"node","@id":8000037298,"@timestamp":1626383270},"coords":"51.5436208,-0.1433806","bedrooms":"0","price":"220000","area":"642"} , +{"type":"Feature","id":"n8000037329","geometry":{"type":"Point","coordinates":[-0.1438952,51.5441578]},"properties":{"@type":"node","@id":8000037329,"@timestamp":1626383270},"coords":"51.5441578,-0.1438952","bedrooms":"0","price":"240000","area":"506"} , +{"type":"Feature","id":"n8000037340","geometry":{"type":"Point","coordinates":[-0.142965,51.544823]},"properties":{"@type":"node","@id":8000037340,"@timestamp":1626383270},"coords":"51.544823,-0.142965","bedrooms":"4","price":"266000","area":"534"} , +{"type":"Feature","id":"n8000066260","geometry":{"type":"Point","coordinates":[0.005114,51.5305323]},"properties":{"@type":"node","@id":8000066260,"@timestamp":1621507034},"coords":"51.5305323,0.005114","bedrooms":"2","price":"286000","area":"573"} , +{"type":"Feature","id":"n8000074033","geometry":{"type":"Point","coordinates":[0.0063373,51.5310139]},"properties":{"@type":"node","@id":8000074033,"@timestamp":1621507034},"coords":"51.5310139,0.0063373","bedrooms":"2","price":"187000","area":"465"} , +{"type":"Feature","id":"n8000106473","geometry":{"type":"Point","coordinates":[-0.555566,51.6245523]},"properties":{"@type":"node","@id":8000106473,"@timestamp":1602506155},"coords":"51.6245523,-0.555566","bedrooms":"1","price":"181000","area":"481"} , +{"type":"Feature","id":"n8000127549","geometry":{"type":"Point","coordinates":[0.1657725,51.5254369]},"properties":{"@type":"node","@id":8000127549,"@timestamp":1602678833},"coords":"51.5254369,0.1657725","bedrooms":"3","price":"182000","area":"537"} , +{"type":"Feature","id":"n8000157191","geometry":{"type":"Point","coordinates":[-0.6984933,51.5358096]},"properties":{"@type":"node","@id":8000157191,"@timestamp":1602506898},"coords":"51.5358096,-0.6984933","bedrooms":"4","price":"217000","area":"638"} , +{"type":"Feature","id":"n8000272019","geometry":{"type":"Point","coordinates":[-0.0317569,51.6579557]},"properties":{"@type":"node","@id":8000272019,"@timestamp":1602510161},"coords":"51.6579557,-0.0317569","bedrooms":"4","price":"208000","area":"393"} , +{"type":"Feature","id":"n8000299425","geometry":{"type":"Point","coordinates":[-0.0322962,51.6583761]},"properties":{"@type":"node","@id":8000299425,"@timestamp":1602510161},"coords":"51.6583761,-0.0322962","bedrooms":"1","price":"208000","area":"690"} , +{"type":"Feature","id":"n8000299435","geometry":{"type":"Point","coordinates":[-0.0342382,51.659052]},"properties":{"@type":"node","@id":8000299435,"@timestamp":1602510161},"coords":"51.659052,-0.0342382","bedrooms":"2","price":"202000","area":"623"} , +{"type":"Feature","id":"n8000328324","geometry":{"type":"Point","coordinates":[-0.3768565,51.4347341]},"properties":{"@type":"node","@id":8000328324,"@timestamp":1602723504},"coords":"51.4347341,-0.3768565","bedrooms":"2","price":"261000","area":"504"} , +{"type":"Feature","id":"n8000371670","geometry":{"type":"Point","coordinates":[-0.0181598,51.1266775]},"properties":{"@type":"node","@id":8000371670,"@timestamp":1627754533},"coords":"51.1266775,-0.0181598","bedrooms":"3","price":"215000","area":"578"} , +{"type":"Feature","id":"n8000429180","geometry":{"type":"Point","coordinates":[-0.3495158,51.6201634]},"properties":{"@type":"node","@id":8000429180,"@timestamp":1602513756},"coords":"51.6201634,-0.3495158","bedrooms":"1","price":"244000","area":"565"} , +{"type":"Feature","id":"n8000536501","geometry":{"type":"Point","coordinates":[-0.3961669,51.6468033]},"properties":{"@type":"node","@id":8000536501,"@timestamp":1602515529},"coords":"51.6468033,-0.3961669","bedrooms":"2","price":"221000","area":"670"} , +{"type":"Feature","id":"n8000622652","geometry":{"type":"Point","coordinates":[-0.7610585,51.2970248]},"properties":{"@type":"node","@id":8000622652,"@timestamp":1602516866},"coords":"51.2970248,-0.7610585","bedrooms":"2","price":"212000","area":"572"} , +{"type":"Feature","id":"n8000664806","geometry":{"type":"Point","coordinates":[-0.4329647,51.646751]},"properties":{"@type":"node","@id":8000664806,"@timestamp":1602517976},"coords":"51.646751,-0.4329647","bedrooms":"3","price":"275000","area":"382"} , +{"type":"Feature","id":"n8000842973","geometry":{"type":"Point","coordinates":[-0.1348102,51.6162307]},"properties":{"@type":"node","@id":8000842973,"@timestamp":1603486984},"coords":"51.6162307,-0.1348102","bedrooms":"4","price":"219000","area":"504"} , +{"type":"Feature","id":"n8000882848","geometry":{"type":"Point","coordinates":[-0.2494727,50.942276]},"properties":{"@type":"node","@id":8000882848,"@timestamp":1602523610},"coords":"50.942276,-0.2494727","bedrooms":"3","price":"251000","area":"627"} , +{"type":"Feature","id":"n8000883014","geometry":{"type":"Point","coordinates":[-0.2489138,50.9421477]},"properties":{"@type":"node","@id":8000883014,"@timestamp":1602523610},"coords":"50.9421477,-0.2489138","bedrooms":"4","price":"233000","area":"547"} , +{"type":"Feature","id":"n8000975797","geometry":{"type":"Point","coordinates":[0.0058644,51.5320356]},"properties":{"@type":"node","@id":8000975797,"@timestamp":1621507034},"coords":"51.5320356,0.0058644","bedrooms":"0","price":"178000","area":"419"} , +{"type":"Feature","id":"n8001157030","geometry":{"type":"Point","coordinates":[-0.2368332,50.9421639]},"properties":{"@type":"node","@id":8001157030,"@timestamp":1602531398},"coords":"50.9421639,-0.2368332","bedrooms":"3","price":"236000","area":"397"} , +{"type":"Feature","id":"n8001157047","geometry":{"type":"Point","coordinates":[-0.2368919,50.9429408]},"properties":{"@type":"node","@id":8001157047,"@timestamp":1602531398},"coords":"50.9429408,-0.2368919","bedrooms":"3","price":"216000","area":"461"} , +{"type":"Feature","id":"n8001157077","geometry":{"type":"Point","coordinates":[-0.2361155,50.9438299]},"properties":{"@type":"node","@id":8001157077,"@timestamp":1602531398},"coords":"50.9438299,-0.2361155","bedrooms":"0","price":"277000","area":"540"} , +{"type":"Feature","id":"n8001157145","geometry":{"type":"Point","coordinates":[-0.2369444,50.9457269]},"properties":{"@type":"node","@id":8001157145,"@timestamp":1602531398},"coords":"50.9457269,-0.2369444","bedrooms":"2","price":"247000","area":"352"} , +{"type":"Feature","id":"n8001161331","geometry":{"type":"Point","coordinates":[0.0085251,51.4884351]},"properties":{"@type":"node","@id":8001161331,"@timestamp":1602532168},"coords":"51.4884351,0.0085251","bedrooms":"1","price":"246000","area":"598"} , +{"type":"Feature","id":"n8001200542","geometry":{"type":"Point","coordinates":[0.0615198,50.9823554]},"properties":{"@type":"node","@id":8001200542,"@timestamp":1602532831},"coords":"50.9823554,0.0615198","bedrooms":"2","price":"266000","area":"588"} , +{"type":"Feature","id":"n8001257704","geometry":{"type":"Point","coordinates":[-0.4971251,51.699684]},"properties":{"@type":"node","@id":8001257704,"@timestamp":1602534778},"coords":"51.699684,-0.4971251","bedrooms":"2","price":"198000","area":"531"} , +{"type":"Feature","id":"n8001257730","geometry":{"type":"Point","coordinates":[-0.5102723,51.6692147]},"properties":{"@type":"node","@id":8001257730,"@timestamp":1602534778},"coords":"51.6692147,-0.5102723","bedrooms":"3","price":"216000","area":"568"} , +{"type":"Feature","id":"n8001433963","geometry":{"type":"Point","coordinates":[-0.0139455,51.5176578]},"properties":{"@type":"node","@id":8001433963,"@timestamp":1602539509},"coords":"51.5176578,-0.0139455","bedrooms":"3","price":"152000","area":"531"} , +{"type":"Feature","id":"n8001777212","geometry":{"type":"Point","coordinates":[-0.1475353,51.5277801]},"properties":{"@type":"node","@id":8001777212,"@timestamp":1628511773},"coords":"51.5277801,-0.1475353","bedrooms":"2","price":"287000","area":"438"} , +{"type":"Feature","id":"n8002159515","geometry":{"type":"Point","coordinates":[0.4654492,51.7623768]},"properties":{"@type":"node","@id":8002159515,"@timestamp":1602569062},"coords":"51.7623768,0.4654492","bedrooms":"4","price":"251000","area":"642"} , +{"type":"Feature","id":"n8002395356","geometry":{"type":"Point","coordinates":[-0.3774804,51.5989515]},"properties":{"@type":"node","@id":8002395356,"@timestamp":1602574355},"coords":"51.5989515,-0.3774804","bedrooms":"4","price":"251000","area":"522"} , +{"type":"Feature","id":"n8002486018","geometry":{"type":"Point","coordinates":[-0.6772295,51.8802716]},"properties":{"@type":"node","@id":8002486018,"@timestamp":1610924620},"coords":"51.8802716,-0.6772295","bedrooms":"2","price":"290000","area":"466"} , +{"type":"Feature","id":"n8002491607","geometry":{"type":"Point","coordinates":[0.0049218,51.5309845]},"properties":{"@type":"node","@id":8002491607,"@timestamp":1621507034},"coords":"51.5309845,0.0049218","bedrooms":"0","price":"182000","area":"571"} , +{"type":"Feature","id":"n8002491651","geometry":{"type":"Point","coordinates":[0.0053543,51.5305299]},"properties":{"@type":"node","@id":8002491651,"@timestamp":1621507034},"coords":"51.5305299,0.0053543","bedrooms":"1","price":"200000","area":"692"} , +{"type":"Feature","id":"n8002676484","geometry":{"type":"Point","coordinates":[-1.046171,51.4804754]},"properties":{"@type":"node","@id":8002676484,"@timestamp":1602579536},"coords":"51.4804754,-1.046171","bedrooms":"2","price":"276000","area":"627"} , +{"type":"Feature","id":"n8002711304","geometry":{"type":"Point","coordinates":[-0.8422108,51.3583885]},"properties":{"@type":"node","@id":8002711304,"@timestamp":1602580637},"coords":"51.3583885,-0.8422108","bedrooms":"4","price":"270000","area":"399"} , +{"type":"Feature","id":"n8002797691","geometry":{"type":"Point","coordinates":[0.0088674,51.5296143]},"properties":{"@type":"node","@id":8002797691,"@timestamp":1602581824},"coords":"51.5296143,0.0088674","bedrooms":"0","price":"288000","area":"568"} , +{"type":"Feature","id":"n8002797701","geometry":{"type":"Point","coordinates":[0.0069912,51.5293064]},"properties":{"@type":"node","@id":8002797701,"@timestamp":1602581824},"coords":"51.5293064,0.0069912","bedrooms":"3","price":"196000","area":"375"} , +{"type":"Feature","id":"n8002797711","geometry":{"type":"Point","coordinates":[0.0056675,51.5293114]},"properties":{"@type":"node","@id":8002797711,"@timestamp":1602581824},"coords":"51.5293114,0.0056675","bedrooms":"2","price":"174000","area":"451"} , +{"type":"Feature","id":"n8003067180","geometry":{"type":"Point","coordinates":[0.0090439,51.5289741]},"properties":{"@type":"node","@id":8003067180,"@timestamp":1619453736},"coords":"51.5289741,0.0090439","bedrooms":"1","price":"193000","area":"676"} , +{"type":"Feature","id":"n8003121967","geometry":{"type":"Point","coordinates":[-0.402211,51.453281]},"properties":{"@type":"node","@id":8003121967,"@timestamp":1602587383},"coords":"51.453281,-0.402211","bedrooms":"4","price":"202000","area":"501"} , +{"type":"Feature","id":"n8003122585","geometry":{"type":"Point","coordinates":[-0.3543505,51.4290053]},"properties":{"@type":"node","@id":8003122585,"@timestamp":1602587383},"coords":"51.4290053,-0.3543505","bedrooms":"2","price":"160000","area":"612"} , +{"type":"Feature","id":"n8003291828","geometry":{"type":"Point","coordinates":[0.0078979,51.5284185]},"properties":{"@type":"node","@id":8003291828,"@timestamp":1619453736},"coords":"51.5284185,0.0078979","bedrooms":"2","price":"180000","area":"662"} , +{"type":"Feature","id":"n8003369819","geometry":{"type":"Point","coordinates":[0.1712215,51.4590517]},"properties":{"@type":"node","@id":8003369819,"@timestamp":1602592845},"coords":"51.4590517,0.1712215","bedrooms":"4","price":"228000","area":"655"} , +{"type":"Feature","id":"n8003647922","geometry":{"type":"Point","coordinates":[0.0050312,51.5334353]},"properties":{"@type":"node","@id":8003647922,"@timestamp":1602597910},"coords":"51.5334353,0.0050312","bedrooms":"1","price":"178000","area":"692"} , +{"type":"Feature","id":"n8003654389","geometry":{"type":"Point","coordinates":[-0.350893,51.4378954]},"properties":{"@type":"node","@id":8003654389,"@timestamp":1602597672},"coords":"51.4378954,-0.350893","bedrooms":"4","price":"157000","area":"695"} , +{"type":"Feature","id":"n8003807229","geometry":{"type":"Point","coordinates":[-0.2496109,51.4880284]},"properties":{"@type":"node","@id":8003807229,"@timestamp":1602600638},"coords":"51.4880284,-0.2496109","bedrooms":"3","price":"213000","area":"687"} , +{"type":"Feature","id":"n8003915487","geometry":{"type":"Point","coordinates":[-0.045303,51.6608257]},"properties":{"@type":"node","@id":8003915487,"@timestamp":1602602290},"coords":"51.6608257,-0.045303","bedrooms":"0","price":"216000","area":"679"} , +{"type":"Feature","id":"n8003915497","geometry":{"type":"Point","coordinates":[-0.0444407,51.6605034]},"properties":{"@type":"node","@id":8003915497,"@timestamp":1602602290},"coords":"51.6605034,-0.0444407","bedrooms":"2","price":"298000","area":"627"} , +{"type":"Feature","id":"n8003915507","geometry":{"type":"Point","coordinates":[-0.0448034,51.6605474]},"properties":{"@type":"node","@id":8003915507,"@timestamp":1602602290},"coords":"51.6605474,-0.0448034","bedrooms":"2","price":"295000","area":"571"} , +{"type":"Feature","id":"n8003962838","geometry":{"type":"Point","coordinates":[-0.0440053,51.6615361]},"properties":{"@type":"node","@id":8003962838,"@timestamp":1602603322},"coords":"51.6615361,-0.0440053","bedrooms":"2","price":"290000","area":"422"} , +{"type":"Feature","id":"n8003962849","geometry":{"type":"Point","coordinates":[-0.0444212,51.6622435]},"properties":{"@type":"node","@id":8003962849,"@timestamp":1602603322},"coords":"51.6622435,-0.0444212","bedrooms":"3","price":"268000","area":"613"} , +{"type":"Feature","id":"n8003962859","geometry":{"type":"Point","coordinates":[-0.0443142,51.6614115]},"properties":{"@type":"node","@id":8003962859,"@timestamp":1602603322},"coords":"51.6614115,-0.0443142","bedrooms":"2","price":"234000","area":"453"} , +{"type":"Feature","id":"n8004037319","geometry":{"type":"Point","coordinates":[-0.0440834,51.6593335]},"properties":{"@type":"node","@id":8004037319,"@timestamp":1602605406},"coords":"51.6593335,-0.0440834","bedrooms":"4","price":"167000","area":"428"} , +{"type":"Feature","id":"n8004037329","geometry":{"type":"Point","coordinates":[-0.0454516,51.6595109]},"properties":{"@type":"node","@id":8004037329,"@timestamp":1602605406},"coords":"51.6595109,-0.0454516","bedrooms":"0","price":"297000","area":"435"} , +{"type":"Feature","id":"n8004183179","geometry":{"type":"Point","coordinates":[-0.0478167,51.5063595]},"properties":{"@type":"node","@id":8004183179,"@timestamp":1602609254},"coords":"51.5063595,-0.0478167","bedrooms":"3","price":"226000","area":"425"} , +{"type":"Feature","id":"n8004289332","geometry":{"type":"Point","coordinates":[-0.0416063,51.6587652]},"properties":{"@type":"node","@id":8004289332,"@timestamp":1602611761},"coords":"51.6587652,-0.0416063","bedrooms":"2","price":"189000","area":"433"} , +{"type":"Feature","id":"n8004289342","geometry":{"type":"Point","coordinates":[-0.0430308,51.6587175]},"properties":{"@type":"node","@id":8004289342,"@timestamp":1602611761},"coords":"51.6587175,-0.0430308","bedrooms":"0","price":"191000","area":"496"} , +{"type":"Feature","id":"n8004289352","geometry":{"type":"Point","coordinates":[-0.0431494,51.6577111]},"properties":{"@type":"node","@id":8004289352,"@timestamp":1602611761},"coords":"51.6577111,-0.0431494","bedrooms":"2","price":"279000","area":"653"} , +{"type":"Feature","id":"n8004289362","geometry":{"type":"Point","coordinates":[-0.0428776,51.6579201]},"properties":{"@type":"node","@id":8004289362,"@timestamp":1602611761},"coords":"51.6579201,-0.0428776","bedrooms":"3","price":"255000","area":"384"} , +{"type":"Feature","id":"n8004314379","geometry":{"type":"Point","coordinates":[-0.2410297,51.4889548]},"properties":{"@type":"node","@id":8004314379,"@timestamp":1602788686},"coords":"51.4889548,-0.2410297","bedrooms":"3","price":"255000","area":"630"} , +{"type":"Feature","id":"n8004369762","geometry":{"type":"Point","coordinates":[-0.0388492,51.6592861]},"properties":{"@type":"node","@id":8004369762,"@timestamp":1602614181},"coords":"51.6592861,-0.0388492","bedrooms":"2","price":"160000","area":"624"} , +{"type":"Feature","id":"n8004369772","geometry":{"type":"Point","coordinates":[-0.0386601,51.6590726]},"properties":{"@type":"node","@id":8004369772,"@timestamp":1602614181},"coords":"51.6590726,-0.0386601","bedrooms":"0","price":"170000","area":"573"} , +{"type":"Feature","id":"n8004369782","geometry":{"type":"Point","coordinates":[-0.0390005,51.6592842]},"properties":{"@type":"node","@id":8004369782,"@timestamp":1602614181},"coords":"51.6592842,-0.0390005","bedrooms":"3","price":"242000","area":"431"} , +{"type":"Feature","id":"n8004391187","geometry":{"type":"Point","coordinates":[-0.0383502,51.6592915]},"properties":{"@type":"node","@id":8004391187,"@timestamp":1602614181},"coords":"51.6592915,-0.0383502","bedrooms":"3","price":"196000","area":"648"} , +{"type":"Feature","id":"n8004422206","geometry":{"type":"Point","coordinates":[-0.0371627,51.6584054]},"properties":{"@type":"node","@id":8004422206,"@timestamp":1602615316},"coords":"51.6584054,-0.0371627","bedrooms":"4","price":"297000","area":"638"} , +{"type":"Feature","id":"n8004422217","geometry":{"type":"Point","coordinates":[-0.0375652,51.6586996]},"properties":{"@type":"node","@id":8004422217,"@timestamp":1602615316},"coords":"51.6586996,-0.0375652","bedrooms":"2","price":"263000","area":"679"} , +{"type":"Feature","id":"n8004488455","geometry":{"type":"Point","coordinates":[-0.034384,51.6564824]},"properties":{"@type":"node","@id":8004488455,"@timestamp":1602617581},"coords":"51.6564824,-0.034384","bedrooms":"1","price":"296000","area":"384"} , +{"type":"Feature","id":"n8004488465","geometry":{"type":"Point","coordinates":[-0.0340962,51.6567072]},"properties":{"@type":"node","@id":8004488465,"@timestamp":1602617581},"coords":"51.6567072,-0.0340962","bedrooms":"3","price":"258000","area":"522"} , +{"type":"Feature","id":"n8004583613","geometry":{"type":"Point","coordinates":[-0.0356273,51.6564487]},"properties":{"@type":"node","@id":8004583613,"@timestamp":1602619800},"coords":"51.6564487,-0.0356273","bedrooms":"1","price":"219000","area":"688"} , +{"type":"Feature","id":"n8004583623","geometry":{"type":"Point","coordinates":[-0.0351836,51.6559372]},"properties":{"@type":"node","@id":8004583623,"@timestamp":1602619800},"coords":"51.6559372,-0.0351836","bedrooms":"2","price":"152000","area":"367"} , +{"type":"Feature","id":"n8004583640","geometry":{"type":"Point","coordinates":[-0.0343055,51.655349]},"properties":{"@type":"node","@id":8004583640,"@timestamp":1602619800},"coords":"51.655349,-0.0343055","bedrooms":"0","price":"217000","area":"684"} , +{"type":"Feature","id":"n8004620694","geometry":{"type":"Point","coordinates":[-0.0359447,51.6560961]},"properties":{"@type":"node","@id":8004620694,"@timestamp":1602620924},"coords":"51.6560961,-0.0359447","bedrooms":"3","price":"236000","area":"502"} , +{"type":"Feature","id":"n8004754176","geometry":{"type":"Point","coordinates":[-0.5196507,51.6674323]},"properties":{"@type":"node","@id":8004754176,"@timestamp":1630912897},"coords":"51.6674323,-0.5196507","bedrooms":"4","price":"160000","area":"364"} , +{"type":"Feature","id":"n8005269173","geometry":{"type":"Point","coordinates":[0.7924532,51.2983439]},"properties":{"@type":"node","@id":8005269173,"@timestamp":1602646287},"coords":"51.2983439,0.7924532","bedrooms":"0","price":"208000","area":"555"} , +{"type":"Feature","id":"n8005402185","geometry":{"type":"Point","coordinates":[0.7378454,51.6180968]},"properties":{"@type":"node","@id":8005402185,"@timestamp":1602650113},"coords":"51.6180968,0.7378454","bedrooms":"0","price":"197000","area":"649"} , +{"type":"Feature","id":"n8005434364","geometry":{"type":"Point","coordinates":[-0.1601167,51.5003024]},"properties":{"@type":"node","@id":8005434364,"@timestamp":1602734490},"coords":"51.5003024,-0.1601167","bedrooms":"3","price":"184000","area":"357"} , +{"type":"Feature","id":"n8005572011","geometry":{"type":"Point","coordinates":[-0.7133262,51.6646873]},"properties":{"@type":"node","@id":8005572011,"@timestamp":1602655815},"coords":"51.6646873,-0.7133262","bedrooms":"2","price":"194000","area":"579"} , +{"type":"Feature","id":"n8005801016","geometry":{"type":"Point","coordinates":[-0.1143657,51.5167519]},"properties":{"@type":"node","@id":8005801016,"@timestamp":1602661829},"coords":"51.5167519,-0.1143657","bedrooms":"0","price":"225000","area":"536"} , +{"type":"Feature","id":"n8005840623","geometry":{"type":"Point","coordinates":[0.0078146,51.5350604]},"properties":{"@type":"node","@id":8005840623,"@timestamp":1625146438},"coords":"51.5350604,0.0078146","bedrooms":"4","price":"209000","area":"625"} , +{"type":"Feature","id":"n8005840745","geometry":{"type":"Point","coordinates":[0.0072084,51.5356051]},"properties":{"@type":"node","@id":8005840745,"@timestamp":1602662461},"coords":"51.5356051,0.0072084","bedrooms":"4","price":"280000","area":"386"} , +{"type":"Feature","id":"n8005972087","geometry":{"type":"Point","coordinates":[0.4574635,51.0520647]},"properties":{"@type":"node","@id":8005972087,"@timestamp":1602665200},"coords":"51.0520647,0.4574635","bedrooms":"4","price":"231000","area":"530"} , +{"type":"Feature","id":"n8006102604","geometry":{"type":"Point","coordinates":[0.0043148,51.1251957]},"properties":{"@type":"node","@id":8006102604,"@timestamp":1602667856},"coords":"51.1251957,0.0043148","bedrooms":"0","price":"217000","area":"375"} , +{"type":"Feature","id":"n8006115687","geometry":{"type":"Point","coordinates":[-0.389228,51.4276635]},"properties":{"@type":"node","@id":8006115687,"@timestamp":1602668084},"coords":"51.4276635,-0.389228","bedrooms":"2","price":"299000","area":"592"} , +{"type":"Feature","id":"n8006115773","geometry":{"type":"Point","coordinates":[-0.3978214,51.4290892]},"properties":{"@type":"node","@id":8006115773,"@timestamp":1602668084},"coords":"51.4290892,-0.3978214","bedrooms":"0","price":"289000","area":"452"} , +{"type":"Feature","id":"n8006115990","geometry":{"type":"Point","coordinates":[-0.406851,51.4260844]},"properties":{"@type":"node","@id":8006115990,"@timestamp":1602668084},"coords":"51.4260844,-0.406851","bedrooms":"0","price":"205000","area":"523"} , +{"type":"Feature","id":"n8006116165","geometry":{"type":"Point","coordinates":[-0.3852982,51.4298864]},"properties":{"@type":"node","@id":8006116165,"@timestamp":1602668084},"coords":"51.4298864,-0.3852982","bedrooms":"0","price":"240000","area":"580"} , +{"type":"Feature","id":"n8006116264","geometry":{"type":"Point","coordinates":[-0.3831624,51.4304247]},"properties":{"@type":"node","@id":8006116264,"@timestamp":1602668084},"coords":"51.4304247,-0.3831624","bedrooms":"3","price":"156000","area":"445"} , +{"type":"Feature","id":"n8006116462","geometry":{"type":"Point","coordinates":[-0.3819281,51.4320167]},"properties":{"@type":"node","@id":8006116462,"@timestamp":1602668084},"coords":"51.4320167,-0.3819281","bedrooms":"4","price":"200000","area":"605"} , +{"type":"Feature","id":"n8006116607","geometry":{"type":"Point","coordinates":[-0.3783144,51.4287502]},"properties":{"@type":"node","@id":8006116607,"@timestamp":1602668084},"coords":"51.4287502,-0.3783144","bedrooms":"1","price":"208000","area":"398"} , +{"type":"Feature","id":"n8006116792","geometry":{"type":"Point","coordinates":[-0.3714843,51.4303301]},"properties":{"@type":"node","@id":8006116792,"@timestamp":1602668084},"coords":"51.4303301,-0.3714843","bedrooms":"2","price":"244000","area":"398"} , +{"type":"Feature","id":"n8006126824","geometry":{"type":"Point","coordinates":[0.0026331,51.1238681]},"properties":{"@type":"node","@id":8006126824,"@timestamp":1602669012},"coords":"51.1238681,0.0026331","bedrooms":"1","price":"221000","area":"610"} , +{"type":"Feature","id":"n8006126879","geometry":{"type":"Point","coordinates":[0.0036012,51.1241456]},"properties":{"@type":"node","@id":8006126879,"@timestamp":1602669012},"coords":"51.1241456,0.0036012","bedrooms":"1","price":"180000","area":"536"} , +{"type":"Feature","id":"n8006175822","geometry":{"type":"Point","coordinates":[0.0033347,51.1249282]},"properties":{"@type":"node","@id":8006175822,"@timestamp":1602669012},"coords":"51.1249282,0.0033347","bedrooms":"3","price":"187000","area":"356"} , +{"type":"Feature","id":"n8006267132","geometry":{"type":"Point","coordinates":[-0.1417718,51.5470181]},"properties":{"@type":"node","@id":8006267132,"@timestamp":1628775229},"coords":"51.5470181,-0.1417718","bedrooms":"4","price":"276000","area":"436"} , +{"type":"Feature","id":"n8006328453","geometry":{"type":"Point","coordinates":[0.0078374,51.5343657]},"properties":{"@type":"node","@id":8006328453,"@timestamp":1624379496},"coords":"51.5343657,0.0078374","bedrooms":"1","price":"280000","area":"470"} , +{"type":"Feature","id":"n8006328559","geometry":{"type":"Point","coordinates":[0.0070203,51.5332578]},"properties":{"@type":"node","@id":8006328559,"@timestamp":1624379496},"coords":"51.5332578,0.0070203","bedrooms":"2","price":"258000","area":"602"} , +{"type":"Feature","id":"n8006351363","geometry":{"type":"Point","coordinates":[-0.8053634,51.3455065]},"properties":{"@type":"node","@id":8006351363,"@timestamp":1617797548},"coords":"51.3455065,-0.8053634","bedrooms":"2","price":"211000","area":"359"} , +{"type":"Feature","id":"n8006474145","geometry":{"type":"Point","coordinates":[0.1771054,51.4547716]},"properties":{"@type":"node","@id":8006474145,"@timestamp":1602675946},"coords":"51.4547716,0.1771054","bedrooms":"3","price":"207000","area":"607"} , +{"type":"Feature","id":"n8006508245","geometry":{"type":"Point","coordinates":[0.2771466,51.7567402]},"properties":{"@type":"node","@id":8006508245,"@timestamp":1602676636},"coords":"51.7567402,0.2771466","bedrooms":"4","price":"243000","area":"475"} , +{"type":"Feature","id":"n8006564137","geometry":{"type":"Point","coordinates":[-0.373834,51.4308831]},"properties":{"@type":"node","@id":8006564137,"@timestamp":1602677686},"coords":"51.4308831,-0.373834","bedrooms":"4","price":"289000","area":"619"} , +{"type":"Feature","id":"n8006565609","geometry":{"type":"Point","coordinates":[-0.3741674,51.4304186]},"properties":{"@type":"node","@id":8006565609,"@timestamp":1602677686},"coords":"51.4304186,-0.3741674","bedrooms":"4","price":"229000","area":"546"} , +{"type":"Feature","id":"n8006565747","geometry":{"type":"Point","coordinates":[-0.3865558,51.4274363]},"properties":{"@type":"node","@id":8006565747,"@timestamp":1602677686},"coords":"51.4274363,-0.3865558","bedrooms":"0","price":"284000","area":"480"} , +{"type":"Feature","id":"n8006566076","geometry":{"type":"Point","coordinates":[-0.3965198,51.4169789]},"properties":{"@type":"node","@id":8006566076,"@timestamp":1602677686},"coords":"51.4169789,-0.3965198","bedrooms":"1","price":"289000","area":"383"} , +{"type":"Feature","id":"n8006566086","geometry":{"type":"Point","coordinates":[-0.3949437,51.4161525]},"properties":{"@type":"node","@id":8006566086,"@timestamp":1602677686},"coords":"51.4161525,-0.3949437","bedrooms":"4","price":"171000","area":"373"} , +{"type":"Feature","id":"n8006566103","geometry":{"type":"Point","coordinates":[-0.3928687,51.4155323]},"properties":{"@type":"node","@id":8006566103,"@timestamp":1602677686},"coords":"51.4155323,-0.3928687","bedrooms":"1","price":"281000","area":"585"} , +{"type":"Feature","id":"n8006566113","geometry":{"type":"Point","coordinates":[-0.3908095,51.4149327]},"properties":{"@type":"node","@id":8006566113,"@timestamp":1602677686},"coords":"51.4149327,-0.3908095","bedrooms":"4","price":"216000","area":"516"} , +{"type":"Feature","id":"n8006573484","geometry":{"type":"Point","coordinates":[-0.4021936,51.4293041]},"properties":{"@type":"node","@id":8006573484,"@timestamp":1602678129},"coords":"51.4293041,-0.4021936","bedrooms":"4","price":"297000","area":"419"} , +{"type":"Feature","id":"n8006603045","geometry":{"type":"Point","coordinates":[0.1462897,51.5261874]},"properties":{"@type":"node","@id":8006603045,"@timestamp":1602689227},"coords":"51.5261874,0.1462897","bedrooms":"4","price":"249000","area":"618"} , +{"type":"Feature","id":"n8006612299","geometry":{"type":"Point","coordinates":[0.1478756,51.5642071]},"properties":{"@type":"node","@id":8006612299,"@timestamp":1602678833},"coords":"51.5642071,0.1478756","bedrooms":"2","price":"196000","area":"396"} , +{"type":"Feature","id":"n8006640143","geometry":{"type":"Point","coordinates":[-0.0475294,51.6644779]},"properties":{"@type":"node","@id":8006640143,"@timestamp":1606936276},"coords":"51.6644779,-0.0475294","bedrooms":"0","price":"281000","area":"374"} , +{"type":"Feature","id":"n8006647844","geometry":{"type":"Point","coordinates":[-0.0459966,51.6644983]},"properties":{"@type":"node","@id":8006647844,"@timestamp":1606936276},"coords":"51.6644983,-0.0459966","bedrooms":"0","price":"168000","area":"570"} , +{"type":"Feature","id":"n8006647854","geometry":{"type":"Point","coordinates":[-0.0471063,51.6645057]},"properties":{"@type":"node","@id":8006647854,"@timestamp":1606936276},"coords":"51.6645057,-0.0471063","bedrooms":"1","price":"215000","area":"644"} , +{"type":"Feature","id":"n8006647864","geometry":{"type":"Point","coordinates":[-0.0456155,51.6647477]},"properties":{"@type":"node","@id":8006647864,"@timestamp":1606936276},"coords":"51.6647477,-0.0456155","bedrooms":"0","price":"263000","area":"577"} , +{"type":"Feature","id":"n8006647874","geometry":{"type":"Point","coordinates":[-0.0465685,51.6647438]},"properties":{"@type":"node","@id":8006647874,"@timestamp":1606936276},"coords":"51.6647438,-0.0465685","bedrooms":"1","price":"259000","area":"697"} , +{"type":"Feature","id":"n8006647884","geometry":{"type":"Point","coordinates":[-0.047517,51.6647201]},"properties":{"@type":"node","@id":8006647884,"@timestamp":1606936276},"coords":"51.6647201,-0.047517","bedrooms":"4","price":"216000","area":"503"} , +{"type":"Feature","id":"n8006647994","geometry":{"type":"Point","coordinates":[-0.0485375,51.6645459]},"properties":{"@type":"node","@id":8006647994,"@timestamp":1606936276},"coords":"51.6645459,-0.0485375","bedrooms":"1","price":"249000","area":"653"} , +{"type":"Feature","id":"n8006648004","geometry":{"type":"Point","coordinates":[-0.048673,51.6638448]},"properties":{"@type":"node","@id":8006648004,"@timestamp":1606936276},"coords":"51.6638448,-0.048673","bedrooms":"4","price":"186000","area":"479"} , +{"type":"Feature","id":"n8006648014","geometry":{"type":"Point","coordinates":[-0.0487152,51.6631735]},"properties":{"@type":"node","@id":8006648014,"@timestamp":1606936276},"coords":"51.6631735,-0.0487152","bedrooms":"1","price":"235000","area":"591"} , +{"type":"Feature","id":"n8006648026","geometry":{"type":"Point","coordinates":[-0.0482029,51.6643792]},"properties":{"@type":"node","@id":8006648026,"@timestamp":1606936276},"coords":"51.6643792,-0.0482029","bedrooms":"0","price":"184000","area":"672"} , +{"type":"Feature","id":"n8006652516","geometry":{"type":"Point","coordinates":[-0.0469572,51.6638204]},"properties":{"@type":"node","@id":8006652516,"@timestamp":1606936276},"coords":"51.6638204,-0.0469572","bedrooms":"2","price":"269000","area":"598"} , +{"type":"Feature","id":"n8006782384","geometry":{"type":"Point","coordinates":[0.1176023,51.5673308]},"properties":{"@type":"node","@id":8006782384,"@timestamp":1602683084},"coords":"51.5673308,0.1176023","bedrooms":"2","price":"279000","area":"693"} , +{"type":"Feature","id":"n8006944985","geometry":{"type":"Point","coordinates":[-0.0532337,51.5480246]},"properties":{"@type":"node","@id":8006944985,"@timestamp":1602686093},"coords":"51.5480246,-0.0532337","bedrooms":"1","price":"198000","area":"659"} , +{"type":"Feature","id":"n8006953547","geometry":{"type":"Point","coordinates":[-0.1623206,51.1126633]},"properties":{"@type":"node","@id":8006953547,"@timestamp":1602687615},"coords":"51.1126633,-0.1623206","bedrooms":"2","price":"189000","area":"542"} , +{"type":"Feature","id":"n8006959696","geometry":{"type":"Point","coordinates":[-0.1112094,51.5311997]},"properties":{"@type":"node","@id":8006959696,"@timestamp":1602686454},"coords":"51.5311997,-0.1112094","bedrooms":"1","price":"269000","area":"462"} , +{"type":"Feature","id":"n8007011201","geometry":{"type":"Point","coordinates":[-0.1618355,51.1150943]},"properties":{"@type":"node","@id":8007011201,"@timestamp":1605125210},"coords":"51.1150943,-0.1618355","bedrooms":"1","price":"180000","area":"642"} , +{"type":"Feature","id":"n8007152875","geometry":{"type":"Point","coordinates":[-0.0377663,51.6703532]},"properties":{"@type":"node","@id":8007152875,"@timestamp":1606225796},"coords":"51.6703532,-0.0377663","bedrooms":"0","price":"214000","area":"488"} , +{"type":"Feature","id":"n8007152888","geometry":{"type":"Point","coordinates":[-0.0366319,51.670064]},"properties":{"@type":"node","@id":8007152888,"@timestamp":1606225796},"coords":"51.670064,-0.0366319","bedrooms":"1","price":"176000","area":"634"} , +{"type":"Feature","id":"n8007152902","geometry":{"type":"Point","coordinates":[-0.0369447,51.6699343]},"properties":{"@type":"node","@id":8007152902,"@timestamp":1606225796},"coords":"51.6699343,-0.0369447","bedrooms":"2","price":"200000","area":"572"} , +{"type":"Feature","id":"n8007152912","geometry":{"type":"Point","coordinates":[-0.0370321,51.6709446]},"properties":{"@type":"node","@id":8007152912,"@timestamp":1606225796},"coords":"51.6709446,-0.0370321","bedrooms":"2","price":"157000","area":"529"} , +{"type":"Feature","id":"n8007188783","geometry":{"type":"Point","coordinates":[0.0036639,51.5327178]},"properties":{"@type":"node","@id":8007188783,"@timestamp":1602691870},"coords":"51.5327178,0.0036639","bedrooms":"0","price":"208000","area":"486"} , +{"type":"Feature","id":"n8007261426","geometry":{"type":"Point","coordinates":[0.4923113,51.7559721]},"properties":{"@type":"node","@id":8007261426,"@timestamp":1602694075},"coords":"51.7559721,0.4923113","bedrooms":"0","price":"228000","area":"515"} , +{"type":"Feature","id":"n8007539188","geometry":{"type":"Point","coordinates":[-0.0322068,51.6691428]},"properties":{"@type":"node","@id":8007539188,"@timestamp":1606225576},"coords":"51.6691428,-0.0322068","bedrooms":"0","price":"222000","area":"462"} , +{"type":"Feature","id":"n8007539198","geometry":{"type":"Point","coordinates":[-0.0321239,51.6697241]},"properties":{"@type":"node","@id":8007539198,"@timestamp":1606225576},"coords":"51.6697241,-0.0321239","bedrooms":"0","price":"160000","area":"643"} , +{"type":"Feature","id":"n8007539208","geometry":{"type":"Point","coordinates":[-0.0320206,51.6703596]},"properties":{"@type":"node","@id":8007539208,"@timestamp":1606225576},"coords":"51.6703596,-0.0320206","bedrooms":"0","price":"234000","area":"432"} , +{"type":"Feature","id":"n8007584526","geometry":{"type":"Point","coordinates":[-0.2980079,51.3901693]},"properties":{"@type":"node","@id":8007584526,"@timestamp":1626920192},"coords":"51.3901693,-0.2980079","bedrooms":"2","price":"298000","area":"487"} , +{"type":"Feature","id":"n8007629053","geometry":{"type":"Point","coordinates":[-0.6964549,51.6835714]},"properties":{"@type":"node","@id":8007629053,"@timestamp":1602703639},"coords":"51.6835714,-0.6964549","bedrooms":"3","price":"201000","area":"652"} , +{"type":"Feature","id":"n8007629063","geometry":{"type":"Point","coordinates":[-0.7065931,51.6863822]},"properties":{"@type":"node","@id":8007629063,"@timestamp":1602703639},"coords":"51.6863822,-0.7065931","bedrooms":"3","price":"242000","area":"392"} , +{"type":"Feature","id":"n8007629073","geometry":{"type":"Point","coordinates":[-0.7074127,51.6882162]},"properties":{"@type":"node","@id":8007629073,"@timestamp":1633089837},"coords":"51.6882162,-0.7074127","bedrooms":"0","price":"298000","area":"415"} , +{"type":"Feature","id":"n8007672440","geometry":{"type":"Point","coordinates":[-0.7379596,51.6718846]},"properties":{"@type":"node","@id":8007672440,"@timestamp":1602705175},"coords":"51.6718846,-0.7379596","bedrooms":"2","price":"267000","area":"674"} , +{"type":"Feature","id":"n8007793705","geometry":{"type":"Point","coordinates":[-0.7559548,51.6662531]},"properties":{"@type":"node","@id":8007793705,"@timestamp":1602708381},"coords":"51.6662531,-0.7559548","bedrooms":"2","price":"150000","area":"664"} , +{"type":"Feature","id":"n8007793715","geometry":{"type":"Point","coordinates":[-0.7557723,51.6699113]},"properties":{"@type":"node","@id":8007793715,"@timestamp":1602708381},"coords":"51.6699113,-0.7557723","bedrooms":"4","price":"226000","area":"476"} , +{"type":"Feature","id":"n8008098402","geometry":{"type":"Point","coordinates":[-0.3711916,51.437489]},"properties":{"@type":"node","@id":8008098402,"@timestamp":1625560359},"coords":"51.437489,-0.3711916","bedrooms":"0","price":"280000","area":"583"} , +{"type":"Feature","id":"n8008301386","geometry":{"type":"Point","coordinates":[-0.1162724,51.486866]},"properties":{"@type":"node","@id":8008301386,"@timestamp":1602732606},"coords":"51.486866,-0.1162724","bedrooms":"2","price":"210000","area":"693"} , +{"type":"Feature","id":"n8008319571","geometry":{"type":"Point","coordinates":[-0.1605901,51.5003259]},"properties":{"@type":"node","@id":8008319571,"@timestamp":1602734490},"coords":"51.5003259,-0.1605901","bedrooms":"0","price":"289000","area":"435"} , +{"type":"Feature","id":"n8008897156","geometry":{"type":"Point","coordinates":[0.00634,51.5353574]},"properties":{"@type":"node","@id":8008897156,"@timestamp":1627567038},"coords":"51.5353574,0.00634","bedrooms":"0","price":"295000","area":"464"} , +{"type":"Feature","id":"n8009015184","geometry":{"type":"Point","coordinates":[-0.3994709,51.4296242]},"properties":{"@type":"node","@id":8009015184,"@timestamp":1602751613},"coords":"51.4296242,-0.3994709","bedrooms":"0","price":"279000","area":"478"} , +{"type":"Feature","id":"n8009480054","geometry":{"type":"Point","coordinates":[-0.5676752,51.2454135]},"properties":{"@type":"node","@id":8009480054,"@timestamp":1602759610},"coords":"51.2454135,-0.5676752","bedrooms":"4","price":"256000","area":"447"} , +{"type":"Feature","id":"n8009774076","geometry":{"type":"Point","coordinates":[-0.4014828,51.4417281]},"properties":{"@type":"node","@id":8009774076,"@timestamp":1602764562},"coords":"51.4417281,-0.4014828","bedrooms":"0","price":"197000","area":"681"} , +{"type":"Feature","id":"n8009786934","geometry":{"type":"Point","coordinates":[-0.1420934,51.5464802]},"properties":{"@type":"node","@id":8009786934,"@timestamp":1628605533},"coords":"51.5464802,-0.1420934","bedrooms":"4","price":"233000","area":"516"} , +{"type":"Feature","id":"n8009786949","geometry":{"type":"Point","coordinates":[-0.1428076,51.5464938]},"properties":{"@type":"node","@id":8009786949,"@timestamp":1628605533},"coords":"51.5464938,-0.1428076","bedrooms":"0","price":"297000","area":"484"} , +{"type":"Feature","id":"n8009812297","geometry":{"type":"Point","coordinates":[-0.1435552,51.5457741]},"properties":{"@type":"node","@id":8009812297,"@timestamp":1628605533},"coords":"51.5457741,-0.1435552","bedrooms":"2","price":"271000","area":"629"} , +{"type":"Feature","id":"n8009812354","geometry":{"type":"Point","coordinates":[-0.1418285,51.5452633]},"properties":{"@type":"node","@id":8009812354,"@timestamp":1628605533},"coords":"51.5452633,-0.1418285","bedrooms":"0","price":"162000","area":"652"} , +{"type":"Feature","id":"n8009827229","geometry":{"type":"Point","coordinates":[0.0065258,51.5359947]},"properties":{"@type":"node","@id":8009827229,"@timestamp":1602765638},"coords":"51.5359947,0.0065258","bedrooms":"1","price":"283000","area":"620"} , +{"type":"Feature","id":"n8009852368","geometry":{"type":"Point","coordinates":[-0.5505769,51.6136003]},"properties":{"@type":"node","@id":8009852368,"@timestamp":1602766718},"coords":"51.6136003,-0.5505769","bedrooms":"1","price":"248000","area":"494"} , +{"type":"Feature","id":"n8009853303","geometry":{"type":"Point","coordinates":[-0.3984697,51.4421779]},"properties":{"@type":"node","@id":8009853303,"@timestamp":1602766712},"coords":"51.4421779,-0.3984697","bedrooms":"4","price":"158000","area":"427"} , +{"type":"Feature","id":"n8009853345","geometry":{"type":"Point","coordinates":[-0.3993401,51.4428094]},"properties":{"@type":"node","@id":8009853345,"@timestamp":1602766712},"coords":"51.4428094,-0.3993401","bedrooms":"4","price":"236000","area":"616"} , +{"type":"Feature","id":"n8009853374","geometry":{"type":"Point","coordinates":[-0.3981248,51.4438505]},"properties":{"@type":"node","@id":8009853374,"@timestamp":1602766712},"coords":"51.4438505,-0.3981248","bedrooms":"0","price":"269000","area":"533"} , +{"type":"Feature","id":"n8009874509","geometry":{"type":"Point","coordinates":[-0.3979314,51.4439656]},"properties":{"@type":"node","@id":8009874509,"@timestamp":1602766712},"coords":"51.4439656,-0.3979314","bedrooms":"3","price":"281000","area":"619"} , +{"type":"Feature","id":"n8009874519","geometry":{"type":"Point","coordinates":[-0.3999105,51.4448019]},"properties":{"@type":"node","@id":8009874519,"@timestamp":1602766712},"coords":"51.4448019,-0.3999105","bedrooms":"2","price":"290000","area":"420"} , +{"type":"Feature","id":"n8009874582","geometry":{"type":"Point","coordinates":[-0.3107479,51.4220249]},"properties":{"@type":"node","@id":8009874582,"@timestamp":1602766712},"coords":"51.4220249,-0.3107479","bedrooms":"0","price":"175000","area":"566"} , +{"type":"Feature","id":"n8009874708","geometry":{"type":"Point","coordinates":[-0.310154,51.4210692]},"properties":{"@type":"node","@id":8009874708,"@timestamp":1602766712},"coords":"51.4210692,-0.310154","bedrooms":"0","price":"201000","area":"417"} , +{"type":"Feature","id":"n8009874718","geometry":{"type":"Point","coordinates":[-0.3089941,51.4212608]},"properties":{"@type":"node","@id":8009874718,"@timestamp":1602766712},"coords":"51.4212608,-0.3089941","bedrooms":"4","price":"287000","area":"686"} , +{"type":"Feature","id":"n8009938776","geometry":{"type":"Point","coordinates":[0.0039102,51.5348857]},"properties":{"@type":"node","@id":8009938776,"@timestamp":1627567038},"coords":"51.5348857,0.0039102","bedrooms":"2","price":"209000","area":"409"} , +{"type":"Feature","id":"n8009960773","geometry":{"type":"Point","coordinates":[-0.1720041,51.492312]},"properties":{"@type":"node","@id":8009960773,"@timestamp":1604815359},"coords":"51.492312,-0.1720041","bedrooms":"2","price":"285000","area":"612"} , +{"type":"Feature","id":"n8009961704","geometry":{"type":"Point","coordinates":[-0.1745987,51.4821303]},"properties":{"@type":"node","@id":8009961704,"@timestamp":1613549178},"coords":"51.4821303,-0.1745987","bedrooms":"3","price":"219000","area":"356"} , +{"type":"Feature","id":"n8010092371","geometry":{"type":"Point","coordinates":[0.007144,51.5266231]},"properties":{"@type":"node","@id":8010092371,"@timestamp":1619453736},"coords":"51.5266231,0.007144","bedrooms":"3","price":"201000","area":"665"} , +{"type":"Feature","id":"n8010092381","geometry":{"type":"Point","coordinates":[0.0072394,51.5268125]},"properties":{"@type":"node","@id":8010092381,"@timestamp":1619453736},"coords":"51.5268125,0.0072394","bedrooms":"2","price":"182000","area":"584"} , +{"type":"Feature","id":"n8010092403","geometry":{"type":"Point","coordinates":[0.0055562,51.5265739]},"properties":{"@type":"node","@id":8010092403,"@timestamp":1619453736},"coords":"51.5265739,0.0055562","bedrooms":"2","price":"163000","area":"449"} , +{"type":"Feature","id":"n8010153615","geometry":{"type":"Point","coordinates":[-0.5651524,51.6698625]},"properties":{"@type":"node","@id":8010153615,"@timestamp":1602772416},"coords":"51.6698625,-0.5651524","bedrooms":"1","price":"173000","area":"685"} , +{"type":"Feature","id":"n8010242344","geometry":{"type":"Point","coordinates":[-0.0404799,51.6626438]},"properties":{"@type":"node","@id":8010242344,"@timestamp":1602773883},"coords":"51.6626438,-0.0404799","bedrooms":"4","price":"199000","area":"350"} , +{"type":"Feature","id":"n8010288868","geometry":{"type":"Point","coordinates":[-0.5598688,51.6667527]},"properties":{"@type":"node","@id":8010288868,"@timestamp":1602775047},"coords":"51.6667527,-0.5598688","bedrooms":"3","price":"203000","area":"495"} , +{"type":"Feature","id":"n8010347010","geometry":{"type":"Point","coordinates":[-0.0453309,51.6627877]},"properties":{"@type":"node","@id":8010347010,"@timestamp":1602776227},"coords":"51.6627877,-0.0453309","bedrooms":"3","price":"181000","area":"521"} , +{"type":"Feature","id":"n8010428749","geometry":{"type":"Point","coordinates":[-0.3265873,51.5124096]},"properties":{"@type":"node","@id":8010428749,"@timestamp":1629147967},"coords":"51.5124096,-0.3265873","bedrooms":"4","price":"168000","area":"558"} , +{"type":"Feature","id":"n8010435837","geometry":{"type":"Point","coordinates":[-0.3195989,51.4422124]},"properties":{"@type":"node","@id":8010435837,"@timestamp":1602778432},"coords":"51.4422124,-0.3195989","bedrooms":"4","price":"234000","area":"674"} , +{"type":"Feature","id":"n8010435887","geometry":{"type":"Point","coordinates":[-0.3000762,51.4458681]},"properties":{"@type":"node","@id":8010435887,"@timestamp":1602778432},"coords":"51.4458681,-0.3000762","bedrooms":"0","price":"193000","area":"640"} , +{"type":"Feature","id":"n8010604854","geometry":{"type":"Point","coordinates":[-0.1770139,51.4867954]},"properties":{"@type":"node","@id":8010604854,"@timestamp":1608352766},"coords":"51.4867954,-0.1770139","bedrooms":"4","price":"253000","area":"557"} , +{"type":"Feature","id":"n8010754250","geometry":{"type":"Point","coordinates":[-0.038982,51.6636244]},"properties":{"@type":"node","@id":8010754250,"@timestamp":1602794044},"coords":"51.6636244,-0.038982","bedrooms":"4","price":"239000","area":"533"} , +{"type":"Feature","id":"n8010782670","geometry":{"type":"Point","coordinates":[-0.038592,51.5415199]},"properties":{"@type":"node","@id":8010782670,"@timestamp":1613160433},"coords":"51.5415199,-0.038592","bedrooms":"4","price":"156000","area":"538"} , +{"type":"Feature","id":"n8010889113","geometry":{"type":"Point","coordinates":[-0.0366524,51.6636284]},"properties":{"@type":"node","@id":8010889113,"@timestamp":1602794044},"coords":"51.6636284,-0.0366524","bedrooms":"2","price":"186000","area":"646"} , +{"type":"Feature","id":"n8010889123","geometry":{"type":"Point","coordinates":[-0.0377475,51.663515]},"properties":{"@type":"node","@id":8010889123,"@timestamp":1602794044},"coords":"51.663515,-0.0377475","bedrooms":"1","price":"249000","area":"397"} , +{"type":"Feature","id":"n8010889133","geometry":{"type":"Point","coordinates":[-0.0387611,51.6636021]},"properties":{"@type":"node","@id":8010889133,"@timestamp":1602794044},"coords":"51.6636021,-0.0387611","bedrooms":"2","price":"206000","area":"598"} , +{"type":"Feature","id":"n8010889143","geometry":{"type":"Point","coordinates":[-0.0400053,51.6636569]},"properties":{"@type":"node","@id":8010889143,"@timestamp":1602794044},"coords":"51.6636569,-0.0400053","bedrooms":"3","price":"160000","area":"358"} , +{"type":"Feature","id":"n8010889153","geometry":{"type":"Point","coordinates":[-0.0413,51.6636801]},"properties":{"@type":"node","@id":8010889153,"@timestamp":1602794044},"coords":"51.6636801,-0.0413","bedrooms":"2","price":"227000","area":"602"} , +{"type":"Feature","id":"n8010889163","geometry":{"type":"Point","coordinates":[-0.0425109,51.6637615]},"properties":{"@type":"node","@id":8010889163,"@timestamp":1602794044},"coords":"51.6637615,-0.0425109","bedrooms":"0","price":"228000","area":"695"} , +{"type":"Feature","id":"n8010889173","geometry":{"type":"Point","coordinates":[-0.0435538,51.6639063]},"properties":{"@type":"node","@id":8010889173,"@timestamp":1602794044},"coords":"51.6639063,-0.0435538","bedrooms":"0","price":"176000","area":"399"} , +{"type":"Feature","id":"n8010956967","geometry":{"type":"Point","coordinates":[-0.0391037,51.6638751]},"properties":{"@type":"node","@id":8010956967,"@timestamp":1602794044},"coords":"51.6638751,-0.0391037","bedrooms":"2","price":"288000","area":"508"} , +{"type":"Feature","id":"n8010956977","geometry":{"type":"Point","coordinates":[-0.0405997,51.6639152]},"properties":{"@type":"node","@id":8010956977,"@timestamp":1602794044},"coords":"51.6639152,-0.0405997","bedrooms":"3","price":"202000","area":"485"} , +{"type":"Feature","id":"n8010965287","geometry":{"type":"Point","coordinates":[-0.0418991,51.66395]},"properties":{"@type":"node","@id":8010965287,"@timestamp":1602794044},"coords":"51.66395,-0.0418991","bedrooms":"2","price":"178000","area":"463"} , +{"type":"Feature","id":"n8010965297","geometry":{"type":"Point","coordinates":[-0.0430042,51.6640643]},"properties":{"@type":"node","@id":8010965297,"@timestamp":1602794044},"coords":"51.6640643,-0.0430042","bedrooms":"0","price":"182000","area":"668"} , +{"type":"Feature","id":"n8010965307","geometry":{"type":"Point","coordinates":[-0.0387979,51.663851]},"properties":{"@type":"node","@id":8010965307,"@timestamp":1602794044},"coords":"51.663851,-0.0387979","bedrooms":"3","price":"239000","area":"494"} , +{"type":"Feature","id":"n8011014085","geometry":{"type":"Point","coordinates":[-0.1477763,51.4613605]},"properties":{"@type":"node","@id":8011014085,"@timestamp":1613160433},"coords":"51.4613605,-0.1477763","bedrooms":"2","price":"232000","area":"454"} , +{"type":"Feature","id":"n8011173551","geometry":{"type":"Point","coordinates":[-0.0017741,51.4742272]},"properties":{"@type":"node","@id":8011173551,"@timestamp":1602797337},"coords":"51.4742272,-0.0017741","bedrooms":"2","price":"262000","area":"539"} , +{"type":"Feature","id":"n8011217847","geometry":{"type":"Point","coordinates":[-0.0419017,51.6653658]},"properties":{"@type":"node","@id":8011217847,"@timestamp":1602798325},"coords":"51.6653658,-0.0419017","bedrooms":"2","price":"236000","area":"351"} , +{"type":"Feature","id":"n8011269816","geometry":{"type":"Point","coordinates":[-0.0415092,51.6651786]},"properties":{"@type":"node","@id":8011269816,"@timestamp":1602798800},"coords":"51.6651786,-0.0415092","bedrooms":"2","price":"184000","area":"382"} , +{"type":"Feature","id":"n8011454992","geometry":{"type":"Point","coordinates":[-0.1462555,51.5562428]},"properties":{"@type":"node","@id":8011454992,"@timestamp":1602807357},"coords":"51.5562428,-0.1462555","bedrooms":"1","price":"211000","area":"472"} , +{"type":"Feature","id":"n8011726007","geometry":{"type":"Point","coordinates":[-0.352839,51.5788369]},"properties":{"@type":"node","@id":8011726007,"@timestamp":1623680574},"coords":"51.5788369,-0.352839","bedrooms":"2","price":"283000","area":"523"} , +{"type":"Feature","id":"n8012172588","geometry":{"type":"Point","coordinates":[-0.4372228,51.506885]},"properties":{"@type":"node","@id":8012172588,"@timestamp":1602831459},"coords":"51.506885,-0.4372228","bedrooms":"0","price":"150000","area":"363"} , +{"type":"Feature","id":"n8012649500","geometry":{"type":"Point","coordinates":[-0.3160361,51.4203044]},"properties":{"@type":"node","@id":8012649500,"@timestamp":1602839188},"coords":"51.4203044,-0.3160361","bedrooms":"3","price":"262000","area":"366"} , +{"type":"Feature","id":"n8012649644","geometry":{"type":"Point","coordinates":[-0.3121444,51.4217776]},"properties":{"@type":"node","@id":8012649644,"@timestamp":1602839188},"coords":"51.4217776,-0.3121444","bedrooms":"0","price":"167000","area":"533"} , +{"type":"Feature","id":"n8012649672","geometry":{"type":"Point","coordinates":[-0.3134212,51.4203493]},"properties":{"@type":"node","@id":8012649672,"@timestamp":1602839188},"coords":"51.4203493,-0.3134212","bedrooms":"3","price":"280000","area":"539"} , +{"type":"Feature","id":"n8012649793","geometry":{"type":"Point","coordinates":[-0.322329,51.4211041]},"properties":{"@type":"node","@id":8012649793,"@timestamp":1602839188},"coords":"51.4211041,-0.322329","bedrooms":"0","price":"277000","area":"421"} , +{"type":"Feature","id":"n8012650106","geometry":{"type":"Point","coordinates":[-0.3182649,51.4308087]},"properties":{"@type":"node","@id":8012650106,"@timestamp":1602839188},"coords":"51.4308087,-0.3182649","bedrooms":"0","price":"288000","area":"626"} , +{"type":"Feature","id":"n8012650156","geometry":{"type":"Point","coordinates":[-0.3201997,51.4315047]},"properties":{"@type":"node","@id":8012650156,"@timestamp":1602839188},"coords":"51.4315047,-0.3201997","bedrooms":"1","price":"277000","area":"470"} , +{"type":"Feature","id":"n8012650232","geometry":{"type":"Point","coordinates":[-0.313392,51.4285802]},"properties":{"@type":"node","@id":8012650232,"@timestamp":1602839188},"coords":"51.4285802,-0.313392","bedrooms":"3","price":"276000","area":"589"} , +{"type":"Feature","id":"n8012650344","geometry":{"type":"Point","coordinates":[-0.3176286,51.4304339]},"properties":{"@type":"node","@id":8012650344,"@timestamp":1602839188},"coords":"51.4304339,-0.3176286","bedrooms":"2","price":"209000","area":"673"} , +{"type":"Feature","id":"n8012717808","geometry":{"type":"Point","coordinates":[-0.5589061,51.6682467]},"properties":{"@type":"node","@id":8012717808,"@timestamp":1602841333},"coords":"51.6682467,-0.5589061","bedrooms":"1","price":"209000","area":"579"} , +{"type":"Feature","id":"n8012720101","geometry":{"type":"Point","coordinates":[-0.0410298,51.6692278]},"properties":{"@type":"node","@id":8012720101,"@timestamp":1603289367},"coords":"51.6692278,-0.0410298","bedrooms":"0","price":"241000","area":"659"} , +{"type":"Feature","id":"n8012800658","geometry":{"type":"Point","coordinates":[-0.8222553,51.5067668]},"properties":{"@type":"node","@id":8012800658,"@timestamp":1602842243},"coords":"51.5067668,-0.8222553","bedrooms":"1","price":"203000","area":"441"} , +{"type":"Feature","id":"n8012971655","geometry":{"type":"Point","coordinates":[0.0073828,51.5258072]},"properties":{"@type":"node","@id":8012971655,"@timestamp":1619453736},"coords":"51.5258072,0.0073828","bedrooms":"0","price":"268000","area":"638"} , +{"type":"Feature","id":"n8012971924","geometry":{"type":"Point","coordinates":[0.0064668,51.5243517]},"properties":{"@type":"node","@id":8012971924,"@timestamp":1619453736},"coords":"51.5243517,0.0064668","bedrooms":"0","price":"150000","area":"361"} , +{"type":"Feature","id":"n8012971962","geometry":{"type":"Point","coordinates":[0.0069583,51.5244934]},"properties":{"@type":"node","@id":8012971962,"@timestamp":1619453736},"coords":"51.5244934,0.0069583","bedrooms":"2","price":"242000","area":"500"} , +{"type":"Feature","id":"n8012972069","geometry":{"type":"Point","coordinates":[0.0047877,51.525027]},"properties":{"@type":"node","@id":8012972069,"@timestamp":1602844226},"coords":"51.525027,0.0047877","bedrooms":"2","price":"166000","area":"421"} , +{"type":"Feature","id":"n8012993007","geometry":{"type":"Point","coordinates":[-0.32185,51.4344209]},"properties":{"@type":"node","@id":8012993007,"@timestamp":1602844643},"coords":"51.4344209,-0.32185","bedrooms":"1","price":"205000","area":"498"} , +{"type":"Feature","id":"n8012993038","geometry":{"type":"Point","coordinates":[-0.3197274,51.4347626]},"properties":{"@type":"node","@id":8012993038,"@timestamp":1602844643},"coords":"51.4347626,-0.3197274","bedrooms":"4","price":"276000","area":"561"} , +{"type":"Feature","id":"n8012993110","geometry":{"type":"Point","coordinates":[-0.3228146,51.437339]},"properties":{"@type":"node","@id":8012993110,"@timestamp":1602844643},"coords":"51.437339,-0.3228146","bedrooms":"1","price":"281000","area":"641"} , +{"type":"Feature","id":"n8012993481","geometry":{"type":"Point","coordinates":[-0.3166462,51.443148]},"properties":{"@type":"node","@id":8012993481,"@timestamp":1602844643},"coords":"51.443148,-0.3166462","bedrooms":"4","price":"190000","area":"500"} , +{"type":"Feature","id":"n8012993514","geometry":{"type":"Point","coordinates":[-0.309676,51.4451822]},"properties":{"@type":"node","@id":8012993514,"@timestamp":1602844643},"coords":"51.4451822,-0.309676","bedrooms":"3","price":"274000","area":"643"} , +{"type":"Feature","id":"n8012993700","geometry":{"type":"Point","coordinates":[-0.3057719,51.4435085]},"properties":{"@type":"node","@id":8012993700,"@timestamp":1602844643},"coords":"51.4435085,-0.3057719","bedrooms":"3","price":"175000","area":"481"} , +{"type":"Feature","id":"n8013169437","geometry":{"type":"Point","coordinates":[0.009324,51.5531931]},"properties":{"@type":"node","@id":8013169437,"@timestamp":1619629577},"coords":"51.5531931,0.009324","bedrooms":"0","price":"290000","area":"507"} , +{"type":"Feature","id":"n8013295375","geometry":{"type":"Point","coordinates":[-0.0426547,51.664763]},"properties":{"@type":"node","@id":8013295375,"@timestamp":1602852677},"coords":"51.664763,-0.0426547","bedrooms":"1","price":"218000","area":"474"} , +{"type":"Feature","id":"n8013311490","geometry":{"type":"Point","coordinates":[-0.0422686,51.6645662]},"properties":{"@type":"node","@id":8013311490,"@timestamp":1602851097},"coords":"51.6645662,-0.0422686","bedrooms":"0","price":"204000","area":"512"} , +{"type":"Feature","id":"n8013323290","geometry":{"type":"Point","coordinates":[-0.0430106,51.6646322]},"properties":{"@type":"node","@id":8013323290,"@timestamp":1602852038},"coords":"51.6646322,-0.0430106","bedrooms":"0","price":"174000","area":"475"} , +{"type":"Feature","id":"n8013351189","geometry":{"type":"Point","coordinates":[-0.3037883,51.4406453]},"properties":{"@type":"node","@id":8013351189,"@timestamp":1602851129},"coords":"51.4406453,-0.3037883","bedrooms":"2","price":"184000","area":"456"} , +{"type":"Feature","id":"n8013351313","geometry":{"type":"Point","coordinates":[-0.3190109,51.4506091]},"properties":{"@type":"node","@id":8013351313,"@timestamp":1602851129},"coords":"51.4506091,-0.3190109","bedrooms":"0","price":"163000","area":"621"} , +{"type":"Feature","id":"n8013351371","geometry":{"type":"Point","coordinates":[-0.3201,51.4508354]},"properties":{"@type":"node","@id":8013351371,"@timestamp":1602851129},"coords":"51.4508354,-0.3201","bedrooms":"2","price":"209000","area":"565"} , +{"type":"Feature","id":"n8013351381","geometry":{"type":"Point","coordinates":[-0.3215956,51.4500193]},"properties":{"@type":"node","@id":8013351381,"@timestamp":1602851129},"coords":"51.4500193,-0.3215956","bedrooms":"3","price":"156000","area":"413"} , +{"type":"Feature","id":"n8013351399","geometry":{"type":"Point","coordinates":[-0.3448999,51.440093]},"properties":{"@type":"node","@id":8013351399,"@timestamp":1602851129},"coords":"51.440093,-0.3448999","bedrooms":"3","price":"215000","area":"643"} , +{"type":"Feature","id":"n8013351409","geometry":{"type":"Point","coordinates":[-0.3444188,51.4398242]},"properties":{"@type":"node","@id":8013351409,"@timestamp":1602851129},"coords":"51.4398242,-0.3444188","bedrooms":"1","price":"156000","area":"594"} , +{"type":"Feature","id":"n8013351447","geometry":{"type":"Point","coordinates":[-0.3443575,51.4404146]},"properties":{"@type":"node","@id":8013351447,"@timestamp":1602851129},"coords":"51.4404146,-0.3443575","bedrooms":"3","price":"278000","area":"677"} , +{"type":"Feature","id":"n8013351487","geometry":{"type":"Point","coordinates":[-0.3460273,51.4408532]},"properties":{"@type":"node","@id":8013351487,"@timestamp":1602851129},"coords":"51.4408532,-0.3460273","bedrooms":"2","price":"172000","area":"629"} , +{"type":"Feature","id":"n8013351554","geometry":{"type":"Point","coordinates":[-0.3487932,51.4380732]},"properties":{"@type":"node","@id":8013351554,"@timestamp":1602851129},"coords":"51.4380732,-0.3487932","bedrooms":"4","price":"295000","area":"653"} , +{"type":"Feature","id":"n8013351728","geometry":{"type":"Point","coordinates":[-0.3290525,51.431442]},"properties":{"@type":"node","@id":8013351728,"@timestamp":1602851129},"coords":"51.431442,-0.3290525","bedrooms":"2","price":"213000","area":"518"} , +{"type":"Feature","id":"n8013351860","geometry":{"type":"Point","coordinates":[-0.3319182,51.4280375]},"properties":{"@type":"node","@id":8013351860,"@timestamp":1602851129},"coords":"51.4280375,-0.3319182","bedrooms":"2","price":"228000","area":"658"} , +{"type":"Feature","id":"n8013367950","geometry":{"type":"Point","coordinates":[-0.3109203,51.4468241]},"properties":{"@type":"node","@id":8013367950,"@timestamp":1602851602},"coords":"51.4468241,-0.3109203","bedrooms":"0","price":"194000","area":"671"} , +{"type":"Feature","id":"n8013476925","geometry":{"type":"Point","coordinates":[-0.0848675,51.4568229]},"properties":{"@type":"node","@id":8013476925,"@timestamp":1632523049},"coords":"51.4568229,-0.0848675","bedrooms":"0","price":"174000","area":"521"} , +{"type":"Feature","id":"n8013559899","geometry":{"type":"Point","coordinates":[-0.1168611,51.4877769]},"properties":{"@type":"node","@id":8013559899,"@timestamp":1602855563},"coords":"51.4877769,-0.1168611","bedrooms":"1","price":"222000","area":"441"} , +{"type":"Feature","id":"n8013569059","geometry":{"type":"Point","coordinates":[-0.1209462,51.4923049]},"properties":{"@type":"node","@id":8013569059,"@timestamp":1602855882},"coords":"51.4923049,-0.1209462","bedrooms":"3","price":"244000","area":"456"} , +{"type":"Feature","id":"n8013632076","geometry":{"type":"Point","coordinates":[-0.1151679,51.4979204]},"properties":{"@type":"node","@id":8013632076,"@timestamp":1632400409},"coords":"51.4979204,-0.1151679","bedrooms":"3","price":"170000","area":"689"} , +{"type":"Feature","id":"n8013651251","geometry":{"type":"Point","coordinates":[-0.0053581,51.5391441]},"properties":{"@type":"node","@id":8013651251,"@timestamp":1618337755},"coords":"51.5391441,-0.0053581","bedrooms":"4","price":"263000","area":"670"} , +{"type":"Feature","id":"n8013705211","geometry":{"type":"Point","coordinates":[-0.3927442,51.5987908]},"properties":{"@type":"node","@id":8013705211,"@timestamp":1625623309},"coords":"51.5987908,-0.3927442","bedrooms":"3","price":"238000","area":"694"} , +{"type":"Feature","id":"n8013766713","geometry":{"type":"Point","coordinates":[-0.4871487,51.6763212]},"properties":{"@type":"node","@id":8013766713,"@timestamp":1602860550},"coords":"51.6763212,-0.4871487","bedrooms":"0","price":"248000","area":"679"} , +{"type":"Feature","id":"n8013862221","geometry":{"type":"Point","coordinates":[-0.3388763,51.4290443]},"properties":{"@type":"node","@id":8013862221,"@timestamp":1602862658},"coords":"51.4290443,-0.3388763","bedrooms":"3","price":"215000","area":"614"} , +{"type":"Feature","id":"n8013862232","geometry":{"type":"Point","coordinates":[-0.3397843,51.4285628]},"properties":{"@type":"node","@id":8013862232,"@timestamp":1602862658},"coords":"51.4285628,-0.3397843","bedrooms":"1","price":"180000","area":"392"} , +{"type":"Feature","id":"n8013862242","geometry":{"type":"Point","coordinates":[-0.3391671,51.4281949]},"properties":{"@type":"node","@id":8013862242,"@timestamp":1602862658},"coords":"51.4281949,-0.3391671","bedrooms":"2","price":"171000","area":"493"} , +{"type":"Feature","id":"n8013862254","geometry":{"type":"Point","coordinates":[-0.3391945,51.4269589]},"properties":{"@type":"node","@id":8013862254,"@timestamp":1602862658},"coords":"51.4269589,-0.3391945","bedrooms":"4","price":"156000","area":"519"} , +{"type":"Feature","id":"n8013862264","geometry":{"type":"Point","coordinates":[-0.3404529,51.4272351]},"properties":{"@type":"node","@id":8013862264,"@timestamp":1602862658},"coords":"51.4272351,-0.3404529","bedrooms":"1","price":"195000","area":"416"} , +{"type":"Feature","id":"n8013862274","geometry":{"type":"Point","coordinates":[-0.3395779,51.4276073]},"properties":{"@type":"node","@id":8013862274,"@timestamp":1602862658},"coords":"51.4276073,-0.3395779","bedrooms":"0","price":"234000","area":"591"} , +{"type":"Feature","id":"n8013862285","geometry":{"type":"Point","coordinates":[-0.3402663,51.429269]},"properties":{"@type":"node","@id":8013862285,"@timestamp":1602862658},"coords":"51.429269,-0.3402663","bedrooms":"4","price":"211000","area":"545"} , +{"type":"Feature","id":"n8013862295","geometry":{"type":"Point","coordinates":[-0.3384242,51.4302445]},"properties":{"@type":"node","@id":8013862295,"@timestamp":1632488569},"coords":"51.4302445,-0.3384242","bedrooms":"4","price":"241000","area":"687"} , +{"type":"Feature","id":"n8013862315","geometry":{"type":"Point","coordinates":[-0.345462,51.4321311]},"properties":{"@type":"node","@id":8013862315,"@timestamp":1627700105},"coords":"51.4321311,-0.345462","bedrooms":"3","price":"209000","area":"364"} , +{"type":"Feature","id":"n8013862356","geometry":{"type":"Point","coordinates":[-0.3396995,51.4261586]},"properties":{"@type":"node","@id":8013862356,"@timestamp":1631085223},"coords":"51.4261586,-0.3396995","bedrooms":"1","price":"187000","area":"576"} , +{"type":"Feature","id":"n8013869731","geometry":{"type":"Point","coordinates":[-0.5192907,51.6657634]},"properties":{"@type":"node","@id":8013869731,"@timestamp":1602863076},"coords":"51.6657634,-0.5192907","bedrooms":"4","price":"287000","area":"535"} , +{"type":"Feature","id":"n8013917924","geometry":{"type":"Point","coordinates":[-0.5132461,51.3937442]},"properties":{"@type":"node","@id":8013917924,"@timestamp":1602864061},"coords":"51.3937442,-0.5132461","bedrooms":"2","price":"249000","area":"405"} , +{"type":"Feature","id":"n8013917939","geometry":{"type":"Point","coordinates":[-0.5050975,51.3883389]},"properties":{"@type":"node","@id":8013917939,"@timestamp":1602864061},"coords":"51.3883389,-0.5050975","bedrooms":"1","price":"249000","area":"430"} , +{"type":"Feature","id":"n8013981744","geometry":{"type":"Point","coordinates":[-0.547269,51.6776363]},"properties":{"@type":"node","@id":8013981744,"@timestamp":1602865635},"coords":"51.6776363,-0.547269","bedrooms":"4","price":"281000","area":"582"} , +{"type":"Feature","id":"n8013981754","geometry":{"type":"Point","coordinates":[-0.5152551,51.6824097]},"properties":{"@type":"node","@id":8013981754,"@timestamp":1602865635},"coords":"51.6824097,-0.5152551","bedrooms":"3","price":"196000","area":"471"} , +{"type":"Feature","id":"n8014029281","geometry":{"type":"Point","coordinates":[-0.3334586,51.5919222]},"properties":{"@type":"node","@id":8014029281,"@timestamp":1626188244},"coords":"51.5919222,-0.3334586","bedrooms":"1","price":"155000","area":"554"} , +{"type":"Feature","id":"n8014064511","geometry":{"type":"Point","coordinates":[-0.5479779,51.6795941]},"properties":{"@type":"node","@id":8014064511,"@timestamp":1602867842},"coords":"51.6795941,-0.5479779","bedrooms":"4","price":"266000","area":"640"} , +{"type":"Feature","id":"n8014064521","geometry":{"type":"Point","coordinates":[-0.5518066,51.6868203]},"properties":{"@type":"node","@id":8014064521,"@timestamp":1602867842},"coords":"51.6868203,-0.5518066","bedrooms":"0","price":"175000","area":"505"} , +{"type":"Feature","id":"n8014149796","geometry":{"type":"Point","coordinates":[0.0620192,51.9769685]},"properties":{"@type":"node","@id":8014149796,"@timestamp":1602870968},"coords":"51.9769685,0.0620192","bedrooms":"3","price":"240000","area":"441"} , +{"type":"Feature","id":"n8014230170","geometry":{"type":"Point","coordinates":[-0.1738884,51.4970152]},"properties":{"@type":"node","@id":8014230170,"@timestamp":1602873692},"coords":"51.4970152,-0.1738884","bedrooms":"0","price":"162000","area":"453"} , +{"type":"Feature","id":"n8014290085","geometry":{"type":"Point","coordinates":[-0.5791723,51.7095772]},"properties":{"@type":"node","@id":8014290085,"@timestamp":1602874866},"coords":"51.7095772,-0.5791723","bedrooms":"2","price":"183000","area":"416"} , +{"type":"Feature","id":"n8014547287","geometry":{"type":"Point","coordinates":[0.0919029,51.5861559]},"properties":{"@type":"node","@id":8014547287,"@timestamp":1602881244},"coords":"51.5861559,0.0919029","bedrooms":"1","price":"227000","area":"540"} , +{"type":"Feature","id":"n8014643963","geometry":{"type":"Point","coordinates":[-0.7506692,51.7643132]},"properties":{"@type":"node","@id":8014643963,"@timestamp":1633969477},"coords":"51.7643132,-0.7506692","bedrooms":"0","price":"247000","area":"698"} , +{"type":"Feature","id":"n8014643973","geometry":{"type":"Point","coordinates":[-0.7500946,51.7690718]},"properties":{"@type":"node","@id":8014643973,"@timestamp":1602885508},"coords":"51.7690718,-0.7500946","bedrooms":"4","price":"226000","area":"585"} , +{"type":"Feature","id":"n8014643984","geometry":{"type":"Point","coordinates":[-0.7250535,51.7705332]},"properties":{"@type":"node","@id":8014643984,"@timestamp":1602885508},"coords":"51.7705332,-0.7250535","bedrooms":"1","price":"164000","area":"425"} , +{"type":"Feature","id":"n8014670889","geometry":{"type":"Point","coordinates":[-0.7256422,51.7702139]},"properties":{"@type":"node","@id":8014670889,"@timestamp":1602885508},"coords":"51.7702139,-0.7256422","bedrooms":"1","price":"159000","area":"380"} , +{"type":"Feature","id":"n8014670919","geometry":{"type":"Point","coordinates":[-0.7372193,51.7627644]},"properties":{"@type":"node","@id":8014670919,"@timestamp":1602885508},"coords":"51.7627644,-0.7372193","bedrooms":"0","price":"232000","area":"666"} , +{"type":"Feature","id":"n8014714336","geometry":{"type":"Point","coordinates":[-0.0434418,51.6665429]},"properties":{"@type":"node","@id":8014714336,"@timestamp":1602889322},"coords":"51.6665429,-0.0434418","bedrooms":"0","price":"273000","area":"688"} , +{"type":"Feature","id":"n8014771725","geometry":{"type":"Point","coordinates":[-0.0133078,51.5221925]},"properties":{"@type":"node","@id":8014771725,"@timestamp":1602892635},"coords":"51.5221925,-0.0133078","bedrooms":"0","price":"178000","area":"468"} , +{"type":"Feature","id":"n8014771739","geometry":{"type":"Point","coordinates":[-0.0142382,51.522139]},"properties":{"@type":"node","@id":8014771739,"@timestamp":1602892635},"coords":"51.522139,-0.0142382","bedrooms":"3","price":"203000","area":"589"} , +{"type":"Feature","id":"n8014787316","geometry":{"type":"Point","coordinates":[-0.1155549,51.5616754]},"properties":{"@type":"node","@id":8014787316,"@timestamp":1602892011},"coords":"51.5616754,-0.1155549","bedrooms":"2","price":"241000","area":"483"} , +{"type":"Feature","id":"n8014835391","geometry":{"type":"Point","coordinates":[0.0746425,51.5085968]},"properties":{"@type":"node","@id":8014835391,"@timestamp":1602893305},"coords":"51.5085968,0.0746425","bedrooms":"2","price":"200000","area":"687"} , +{"type":"Feature","id":"n8014835438","geometry":{"type":"Point","coordinates":[0.0785137,51.5083096]},"properties":{"@type":"node","@id":8014835438,"@timestamp":1631550251},"coords":"51.5083096,0.0785137","bedrooms":"3","price":"188000","area":"687"} , +{"type":"Feature","id":"n8014854439","geometry":{"type":"Point","coordinates":[0.3774968,51.2852994]},"properties":{"@type":"node","@id":8014854439,"@timestamp":1602894396},"coords":"51.2852994,0.3774968","bedrooms":"1","price":"270000","area":"481"} , +{"type":"Feature","id":"n8014899100","geometry":{"type":"Point","coordinates":[-0.0487746,51.5360998]},"properties":{"@type":"node","@id":8014899100,"@timestamp":1602896154},"coords":"51.5360998,-0.0487746","bedrooms":"2","price":"202000","area":"679"} , +{"type":"Feature","id":"n8015000858","geometry":{"type":"Point","coordinates":[-0.1145845,51.560626]},"properties":{"@type":"node","@id":8015000858,"@timestamp":1602898198},"coords":"51.560626,-0.1145845","bedrooms":"3","price":"259000","area":"605"} , +{"type":"Feature","id":"n8015000868","geometry":{"type":"Point","coordinates":[-0.1142661,51.5604722]},"properties":{"@type":"node","@id":8015000868,"@timestamp":1602898198},"coords":"51.5604722,-0.1142661","bedrooms":"1","price":"165000","area":"423"} , +{"type":"Feature","id":"n8015008697","geometry":{"type":"Point","coordinates":[-0.1130375,51.561113]},"properties":{"@type":"node","@id":8015008697,"@timestamp":1604485497},"coords":"51.561113,-0.1130375","bedrooms":"1","price":"189000","area":"547"} , +{"type":"Feature","id":"n8015342752","geometry":{"type":"Point","coordinates":[0.2430698,51.4842719]},"properties":{"@type":"node","@id":8015342752,"@timestamp":1602911533},"coords":"51.4842719,0.2430698","bedrooms":"4","price":"255000","area":"520"} , +{"type":"Feature","id":"n8015438648","geometry":{"type":"Point","coordinates":[-0.1622289,51.4980767]},"properties":{"@type":"node","@id":8015438648,"@timestamp":1602914202},"coords":"51.4980767,-0.1622289","bedrooms":"2","price":"292000","area":"476"} , +{"type":"Feature","id":"n8015692824","geometry":{"type":"Point","coordinates":[-0.4340405,51.8387158]},"properties":{"@type":"node","@id":8015692824,"@timestamp":1602923043},"coords":"51.8387158,-0.4340405","bedrooms":"0","price":"202000","area":"621"} , +{"type":"Feature","id":"n8015779628","geometry":{"type":"Point","coordinates":[-0.0427834,51.6671324]},"properties":{"@type":"node","@id":8015779628,"@timestamp":1604317850},"coords":"51.6671324,-0.0427834","bedrooms":"1","price":"211000","area":"490"} , +{"type":"Feature","id":"n8016001812","geometry":{"type":"Point","coordinates":[-0.6313238,51.714618]},"properties":{"@type":"node","@id":8016001812,"@timestamp":1632917295},"coords":"51.714618,-0.6313238","bedrooms":"3","price":"290000","area":"439"} , +{"type":"Feature","id":"n8016031370","geometry":{"type":"Point","coordinates":[-0.0175712,51.5096761]},"properties":{"@type":"node","@id":8016031370,"@timestamp":1602933292},"coords":"51.5096761,-0.0175712","bedrooms":"3","price":"150000","area":"440"} , +{"type":"Feature","id":"n8016041976","geometry":{"type":"Point","coordinates":[-0.0419094,51.6680921]},"properties":{"@type":"node","@id":8016041976,"@timestamp":1602973270},"coords":"51.6680921,-0.0419094","bedrooms":"3","price":"240000","area":"580"} , +{"type":"Feature","id":"n8016157071","geometry":{"type":"Point","coordinates":[-0.1644002,51.4842157]},"properties":{"@type":"node","@id":8016157071,"@timestamp":1612767514},"coords":"51.4842157,-0.1644002","bedrooms":"0","price":"242000","area":"575"} , +{"type":"Feature","id":"n8016172801","geometry":{"type":"Point","coordinates":[-0.1740788,51.4821553]},"properties":{"@type":"node","@id":8016172801,"@timestamp":1613470894},"coords":"51.4821553,-0.1740788","bedrooms":"3","price":"154000","area":"412"} , +{"type":"Feature","id":"n8016393026","geometry":{"type":"Point","coordinates":[-0.2957843,51.0541298]},"properties":{"@type":"node","@id":8016393026,"@timestamp":1602941805},"coords":"51.0541298,-0.2957843","bedrooms":"4","price":"168000","area":"627"} , +{"type":"Feature","id":"n8016393036","geometry":{"type":"Point","coordinates":[-0.2987646,51.0546124]},"properties":{"@type":"node","@id":8016393036,"@timestamp":1602941805},"coords":"51.0546124,-0.2987646","bedrooms":"1","price":"262000","area":"446"} , +{"type":"Feature","id":"n8016569466","geometry":{"type":"Point","coordinates":[0.1500843,51.0595746]},"properties":{"@type":"node","@id":8016569466,"@timestamp":1602946950},"coords":"51.0595746,0.1500843","bedrooms":"1","price":"247000","area":"470"} , +{"type":"Feature","id":"n8016742446","geometry":{"type":"Point","coordinates":[-0.0144343,51.512299]},"properties":{"@type":"node","@id":8016742446,"@timestamp":1602951722},"coords":"51.512299,-0.0144343","bedrooms":"4","price":"220000","area":"378"} , +{"type":"Feature","id":"n8016742464","geometry":{"type":"Point","coordinates":[-0.0143646,51.5122597]},"properties":{"@type":"node","@id":8016742464,"@timestamp":1602951722},"coords":"51.5122597,-0.0143646","bedrooms":"4","price":"159000","area":"662"} , +{"type":"Feature","id":"n8016773195","geometry":{"type":"Point","coordinates":[-0.0141407,51.5114257]},"properties":{"@type":"node","@id":8016773195,"@timestamp":1602951722},"coords":"51.5114257,-0.0141407","bedrooms":"1","price":"179000","area":"517"} , +{"type":"Feature","id":"n8016801849","geometry":{"type":"Point","coordinates":[-0.0058056,51.5314216]},"properties":{"@type":"node","@id":8016801849,"@timestamp":1619446200},"coords":"51.5314216,-0.0058056","bedrooms":"4","price":"153000","area":"478"} , +{"type":"Feature","id":"n8016801922","geometry":{"type":"Point","coordinates":[-0.0069711,51.5316499]},"properties":{"@type":"node","@id":8016801922,"@timestamp":1619446200},"coords":"51.5316499,-0.0069711","bedrooms":"3","price":"266000","area":"586"} , +{"type":"Feature","id":"n8016879188","geometry":{"type":"Point","coordinates":[-0.7067334,51.3042912]},"properties":{"@type":"node","@id":8016879188,"@timestamp":1602954702},"coords":"51.3042912,-0.7067334","bedrooms":"2","price":"214000","area":"364"} , +{"type":"Feature","id":"n8016888907","geometry":{"type":"Point","coordinates":[0.0048018,51.5260864]},"properties":{"@type":"node","@id":8016888907,"@timestamp":1602955016},"coords":"51.5260864,0.0048018","bedrooms":"2","price":"270000","area":"387"} , +{"type":"Feature","id":"n8016888917","geometry":{"type":"Point","coordinates":[0.0047872,51.5268786]},"properties":{"@type":"node","@id":8016888917,"@timestamp":1602955016},"coords":"51.5268786,0.0047872","bedrooms":"1","price":"288000","area":"462"} , +{"type":"Feature","id":"n8016888927","geometry":{"type":"Point","coordinates":[0.0050584,51.5278098]},"properties":{"@type":"node","@id":8016888927,"@timestamp":1602955016},"coords":"51.5278098,0.0050584","bedrooms":"2","price":"255000","area":"459"} , +{"type":"Feature","id":"n8016888937","geometry":{"type":"Point","coordinates":[0.006732,51.5277047]},"properties":{"@type":"node","@id":8016888937,"@timestamp":1619453736},"coords":"51.5277047,0.006732","bedrooms":"1","price":"173000","area":"664"} , +{"type":"Feature","id":"n8016888947","geometry":{"type":"Point","coordinates":[0.0053358,51.527348]},"properties":{"@type":"node","@id":8016888947,"@timestamp":1619453736},"coords":"51.527348,0.0053358","bedrooms":"4","price":"284000","area":"599"} , +{"type":"Feature","id":"n8016888957","geometry":{"type":"Point","coordinates":[0.0053084,51.5270255]},"properties":{"@type":"node","@id":8016888957,"@timestamp":1619453736},"coords":"51.5270255,0.0053084","bedrooms":"4","price":"263000","area":"402"} , +{"type":"Feature","id":"n8016888967","geometry":{"type":"Point","coordinates":[0.006389,51.5260659]},"properties":{"@type":"node","@id":8016888967,"@timestamp":1619453736},"coords":"51.5260659,0.006389","bedrooms":"1","price":"219000","area":"678"} , +{"type":"Feature","id":"n8016911281","geometry":{"type":"Point","coordinates":[-0.0211108,51.5429218]},"properties":{"@type":"node","@id":8016911281,"@timestamp":1631964590},"coords":"51.5429218,-0.0211108","bedrooms":"4","price":"279000","area":"501"} , +{"type":"Feature","id":"n8016968555","geometry":{"type":"Point","coordinates":[-0.6603531,51.6871796]},"properties":{"@type":"node","@id":8016968555,"@timestamp":1602958592},"coords":"51.6871796,-0.6603531","bedrooms":"2","price":"179000","area":"466"} , +{"type":"Feature","id":"n8017023508","geometry":{"type":"Point","coordinates":[0.6257513,51.8181047]},"properties":{"@type":"node","@id":8017023508,"@timestamp":1617280025},"coords":"51.8181047,0.6257513","bedrooms":"0","price":"165000","area":"575"} , +{"type":"Feature","id":"n8017143960","geometry":{"type":"Point","coordinates":[0.4679588,51.7351912]},"properties":{"@type":"node","@id":8017143960,"@timestamp":1617037069},"coords":"51.7351912,0.4679588","bedrooms":"3","price":"176000","area":"572"} , +{"type":"Feature","id":"n8017143970","geometry":{"type":"Point","coordinates":[0.467946,51.7348104]},"properties":{"@type":"node","@id":8017143970,"@timestamp":1602961356},"coords":"51.7348104,0.467946","bedrooms":"3","price":"162000","area":"416"} , +{"type":"Feature","id":"n8017297772","geometry":{"type":"Point","coordinates":[-0.4254309,51.7511263]},"properties":{"@type":"node","@id":8017297772,"@timestamp":1602965549},"coords":"51.7511263,-0.4254309","bedrooms":"0","price":"236000","area":"407"} , +{"type":"Feature","id":"n8017310696","geometry":{"type":"Point","coordinates":[-0.4254728,51.7507057]},"properties":{"@type":"node","@id":8017310696,"@timestamp":1602965549},"coords":"51.7507057,-0.4254728","bedrooms":"1","price":"266000","area":"440"} , +{"type":"Feature","id":"n8017320751","geometry":{"type":"Point","coordinates":[-0.3871992,51.3841245]},"properties":{"@type":"node","@id":8017320751,"@timestamp":1602966357},"coords":"51.3841245,-0.3871992","bedrooms":"2","price":"187000","area":"656"} , +{"type":"Feature","id":"n8017437757","geometry":{"type":"Point","coordinates":[-0.0411027,51.6703274]},"properties":{"@type":"node","@id":8017437757,"@timestamp":1602973270},"coords":"51.6703274,-0.0411027","bedrooms":"3","price":"168000","area":"380"} , +{"type":"Feature","id":"n8017441915","geometry":{"type":"Point","coordinates":[-0.0413558,51.6696267]},"properties":{"@type":"node","@id":8017441915,"@timestamp":1602973270},"coords":"51.6696267,-0.0413558","bedrooms":"4","price":"281000","area":"389"} , +{"type":"Feature","id":"n8017477955","geometry":{"type":"Point","coordinates":[-0.0410023,51.6705739]},"properties":{"@type":"node","@id":8017477955,"@timestamp":1605796029},"coords":"51.6705739,-0.0410023","bedrooms":"1","price":"185000","area":"696"} , +{"type":"Feature","id":"n8017492344","geometry":{"type":"Point","coordinates":[-0.6826731,51.720146]},"properties":{"@type":"node","@id":8017492344,"@timestamp":1633087651},"coords":"51.720146,-0.6826731","bedrooms":"3","price":"279000","area":"420"} , +{"type":"Feature","id":"n8017666710","geometry":{"type":"Point","coordinates":[-0.2843343,51.4157717]},"properties":{"@type":"node","@id":8017666710,"@timestamp":1602980017},"coords":"51.4157717,-0.2843343","bedrooms":"2","price":"219000","area":"470"} , +{"type":"Feature","id":"n8018029416","geometry":{"type":"Point","coordinates":[-0.1650107,51.4987051]},"properties":{"@type":"node","@id":8018029416,"@timestamp":1603001855},"coords":"51.4987051,-0.1650107","bedrooms":"0","price":"256000","area":"469"} , +{"type":"Feature","id":"n8018029439","geometry":{"type":"Point","coordinates":[-0.1639921,51.4983757]},"properties":{"@type":"node","@id":8018029439,"@timestamp":1603001855},"coords":"51.4983757,-0.1639921","bedrooms":"3","price":"229000","area":"593"} , +{"type":"Feature","id":"n8018029546","geometry":{"type":"Point","coordinates":[-0.162679,51.4982063]},"properties":{"@type":"node","@id":8018029546,"@timestamp":1603001855},"coords":"51.4982063,-0.162679","bedrooms":"0","price":"150000","area":"353"} , +{"type":"Feature","id":"n8018061135","geometry":{"type":"Point","coordinates":[-0.1646298,51.4981234]},"properties":{"@type":"node","@id":8018061135,"@timestamp":1603005014},"coords":"51.4981234,-0.1646298","bedrooms":"4","price":"183000","area":"500"} , +{"type":"Feature","id":"n8018065293","geometry":{"type":"Point","coordinates":[-0.4547408,51.3731681]},"properties":{"@type":"node","@id":8018065293,"@timestamp":1603004086},"coords":"51.3731681,-0.4547408","bedrooms":"2","price":"190000","area":"476"} , +{"type":"Feature","id":"n8018252385","geometry":{"type":"Point","coordinates":[-0.4811033,51.5223069]},"properties":{"@type":"node","@id":8018252385,"@timestamp":1629323785},"coords":"51.5223069,-0.4811033","bedrooms":"1","price":"209000","area":"488"} , +{"type":"Feature","id":"n8018400938","geometry":{"type":"Point","coordinates":[-0.0406454,51.6712998]},"properties":{"@type":"node","@id":8018400938,"@timestamp":1603022283},"coords":"51.6712998,-0.0406454","bedrooms":"2","price":"156000","area":"389"} , +{"type":"Feature","id":"n8018447804","geometry":{"type":"Point","coordinates":[-0.0143498,51.5127246]},"properties":{"@type":"node","@id":8018447804,"@timestamp":1603185258},"coords":"51.5127246,-0.0143498","bedrooms":"1","price":"286000","area":"551"} , +{"type":"Feature","id":"n8018455175","geometry":{"type":"Point","coordinates":[-0.2939983,51.5501469]},"properties":{"@type":"node","@id":8018455175,"@timestamp":1603023753},"coords":"51.5501469,-0.2939983","bedrooms":"3","price":"161000","area":"529"} , +{"type":"Feature","id":"n8018544956","geometry":{"type":"Point","coordinates":[-0.2581304,51.7284852]},"properties":{"@type":"node","@id":8018544956,"@timestamp":1603027204},"coords":"51.7284852,-0.2581304","bedrooms":"1","price":"247000","area":"616"} , +{"type":"Feature","id":"n8018545727","geometry":{"type":"Point","coordinates":[-0.3521768,51.4878636]},"properties":{"@type":"node","@id":8018545727,"@timestamp":1603027596},"coords":"51.4878636,-0.3521768","bedrooms":"4","price":"176000","area":"496"} , +{"type":"Feature","id":"n8018586776","geometry":{"type":"Point","coordinates":[-0.6565292,51.6129543]},"properties":{"@type":"node","@id":8018586776,"@timestamp":1603029784},"coords":"51.6129543,-0.6565292","bedrooms":"3","price":"214000","area":"373"} , +{"type":"Feature","id":"n8018616197","geometry":{"type":"Point","coordinates":[-0.6545581,51.6199511]},"properties":{"@type":"node","@id":8018616197,"@timestamp":1603029784},"coords":"51.6199511,-0.6545581","bedrooms":"2","price":"168000","area":"466"} , +{"type":"Feature","id":"n8018635501","geometry":{"type":"Point","coordinates":[-0.663156,51.6174582]},"properties":{"@type":"node","@id":8018635501,"@timestamp":1603030525},"coords":"51.6174582,-0.663156","bedrooms":"0","price":"157000","area":"471"} , +{"type":"Feature","id":"n8018671642","geometry":{"type":"Point","coordinates":[-0.6490653,51.6196948]},"properties":{"@type":"node","@id":8018671642,"@timestamp":1603032316},"coords":"51.6196948,-0.6490653","bedrooms":"1","price":"179000","area":"523"} , +{"type":"Feature","id":"n8018770819","geometry":{"type":"Point","coordinates":[0.1698218,51.1988121]},"properties":{"@type":"node","@id":8018770819,"@timestamp":1603465410},"coords":"51.1988121,0.1698218","bedrooms":"0","price":"242000","area":"502"} , +{"type":"Feature","id":"n8018787012","geometry":{"type":"Point","coordinates":[-0.0233731,51.4985008]},"properties":{"@type":"node","@id":8018787012,"@timestamp":1603036597},"coords":"51.4985008,-0.0233731","bedrooms":"0","price":"294000","area":"515"} , +{"type":"Feature","id":"n8018801123","geometry":{"type":"Point","coordinates":[-0.17239,51.4851567]},"properties":{"@type":"node","@id":8018801123,"@timestamp":1613059952},"coords":"51.4851567,-0.17239","bedrooms":"2","price":"232000","area":"696"} , +{"type":"Feature","id":"n8018801157","geometry":{"type":"Point","coordinates":[-0.1700638,51.4846331]},"properties":{"@type":"node","@id":8018801157,"@timestamp":1612931317},"coords":"51.4846331,-0.1700638","bedrooms":"1","price":"191000","area":"510"} , +{"type":"Feature","id":"n8018835276","geometry":{"type":"Point","coordinates":[-0.5662382,51.6097924]},"properties":{"@type":"node","@id":8018835276,"@timestamp":1617399887},"coords":"51.6097924,-0.5662382","bedrooms":"2","price":"226000","area":"618"} , +{"type":"Feature","id":"n8018835618","geometry":{"type":"Point","coordinates":[-0.5624162,51.6093264]},"properties":{"@type":"node","@id":8018835618,"@timestamp":1617399887},"coords":"51.6093264,-0.5624162","bedrooms":"2","price":"261000","area":"586"} , +{"type":"Feature","id":"n8018860983","geometry":{"type":"Point","coordinates":[-0.0892197,51.4421194]},"properties":{"@type":"node","@id":8018860983,"@timestamp":1603039310},"coords":"51.4421194,-0.0892197","bedrooms":"1","price":"174000","area":"548"} , +{"type":"Feature","id":"n8018882485","geometry":{"type":"Point","coordinates":[-0.0892789,51.441643]},"properties":{"@type":"node","@id":8018882485,"@timestamp":1603039310},"coords":"51.441643,-0.0892789","bedrooms":"2","price":"165000","area":"490"} , +{"type":"Feature","id":"n8018913133","geometry":{"type":"Point","coordinates":[-0.5706235,51.6056248]},"properties":{"@type":"node","@id":8018913133,"@timestamp":1603040640},"coords":"51.6056248,-0.5706235","bedrooms":"0","price":"164000","area":"624"} , +{"type":"Feature","id":"n8018916250","geometry":{"type":"Point","coordinates":[-0.0987188,51.4389505]},"properties":{"@type":"node","@id":8018916250,"@timestamp":1612881115},"coords":"51.4389505,-0.0987188","bedrooms":"0","price":"151000","area":"660"} , +{"type":"Feature","id":"n8018919998","geometry":{"type":"Point","coordinates":[-0.5598284,51.6044132]},"properties":{"@type":"node","@id":8018919998,"@timestamp":1603040640},"coords":"51.6044132,-0.5598284","bedrooms":"1","price":"271000","area":"414"} , +{"type":"Feature","id":"n8018920008","geometry":{"type":"Point","coordinates":[-0.558876,51.6045084]},"properties":{"@type":"node","@id":8018920008,"@timestamp":1633182545},"coords":"51.6045084,-0.558876","bedrooms":"3","price":"253000","area":"509"} , +{"type":"Feature","id":"n8018920018","geometry":{"type":"Point","coordinates":[-0.5595521,51.6051835]},"properties":{"@type":"node","@id":8018920018,"@timestamp":1603040640},"coords":"51.6051835,-0.5595521","bedrooms":"4","price":"247000","area":"563"} , +{"type":"Feature","id":"n8018920028","geometry":{"type":"Point","coordinates":[-0.5591088,51.6062997]},"properties":{"@type":"node","@id":8018920028,"@timestamp":1603040640},"coords":"51.6062997,-0.5591088","bedrooms":"4","price":"150000","area":"611"} , +{"type":"Feature","id":"n8018920038","geometry":{"type":"Point","coordinates":[-0.5589273,51.6060818]},"properties":{"@type":"node","@id":8018920038,"@timestamp":1603040640},"coords":"51.6060818,-0.5589273","bedrooms":"3","price":"197000","area":"622"} , +{"type":"Feature","id":"n8018920048","geometry":{"type":"Point","coordinates":[-0.5579674,51.6056173]},"properties":{"@type":"node","@id":8018920048,"@timestamp":1603040640},"coords":"51.6056173,-0.5579674","bedrooms":"4","price":"169000","area":"671"} , +{"type":"Feature","id":"n8018974570","geometry":{"type":"Point","coordinates":[0.1961942,51.4555822]},"properties":{"@type":"node","@id":8018974570,"@timestamp":1603043879},"coords":"51.4555822,0.1961942","bedrooms":"4","price":"233000","area":"645"} , +{"type":"Feature","id":"n8019093250","geometry":{"type":"Point","coordinates":[-0.208661,51.4123169]},"properties":{"@type":"node","@id":8019093250,"@timestamp":1603047545},"coords":"51.4123169,-0.208661","bedrooms":"4","price":"279000","area":"680"} , +{"type":"Feature","id":"n8019113559","geometry":{"type":"Point","coordinates":[-0.2101452,51.4139831]},"properties":{"@type":"node","@id":8019113559,"@timestamp":1603406813},"coords":"51.4139831,-0.2101452","bedrooms":"0","price":"233000","area":"512"} , +{"type":"Feature","id":"n8019189439","geometry":{"type":"Point","coordinates":[-0.7731877,51.3871252]},"properties":{"@type":"node","@id":8019189439,"@timestamp":1621514313},"coords":"51.3871252,-0.7731877","bedrooms":"4","price":"208000","area":"374"} , +{"type":"Feature","id":"n8019194870","geometry":{"type":"Point","coordinates":[-0.2481741,51.5234967]},"properties":{"@type":"node","@id":8019194870,"@timestamp":1603051264},"coords":"51.5234967,-0.2481741","bedrooms":"1","price":"200000","area":"594"} , +{"type":"Feature","id":"n8019222368","geometry":{"type":"Point","coordinates":[-0.8172226,51.410663]},"properties":{"@type":"node","@id":8019222368,"@timestamp":1604517181},"coords":"51.410663,-0.8172226","bedrooms":"1","price":"189000","area":"491"} , +{"type":"Feature","id":"n8019264318","geometry":{"type":"Point","coordinates":[-0.2457172,51.5241859]},"properties":{"@type":"node","@id":8019264318,"@timestamp":1603051264},"coords":"51.5241859,-0.2457172","bedrooms":"0","price":"212000","area":"543"} , +{"type":"Feature","id":"n8019264379","geometry":{"type":"Point","coordinates":[-0.2412084,51.5250153]},"properties":{"@type":"node","@id":8019264379,"@timestamp":1603051264},"coords":"51.5250153,-0.2412084","bedrooms":"4","price":"268000","area":"553"} , +{"type":"Feature","id":"n8019264477","geometry":{"type":"Point","coordinates":[-0.2681197,51.518021]},"properties":{"@type":"node","@id":8019264477,"@timestamp":1603051264},"coords":"51.518021,-0.2681197","bedrooms":"3","price":"174000","area":"598"} , +{"type":"Feature","id":"n8019264631","geometry":{"type":"Point","coordinates":[-0.2366245,51.5255477]},"properties":{"@type":"node","@id":8019264631,"@timestamp":1603051264},"coords":"51.5255477,-0.2366245","bedrooms":"1","price":"289000","area":"565"} , +{"type":"Feature","id":"n8019264777","geometry":{"type":"Point","coordinates":[-0.2301309,51.5261476]},"properties":{"@type":"node","@id":8019264777,"@timestamp":1603051264},"coords":"51.5261476,-0.2301309","bedrooms":"0","price":"286000","area":"643"} , +{"type":"Feature","id":"n8019264878","geometry":{"type":"Point","coordinates":[-0.1958079,51.5200308]},"properties":{"@type":"node","@id":8019264878,"@timestamp":1603051264},"coords":"51.5200308,-0.1958079","bedrooms":"4","price":"170000","area":"554"} , +{"type":"Feature","id":"n8019447800","geometry":{"type":"Point","coordinates":[-0.5579357,51.6653031]},"properties":{"@type":"node","@id":8019447800,"@timestamp":1603052830},"coords":"51.6653031,-0.5579357","bedrooms":"0","price":"295000","area":"636"} , +{"type":"Feature","id":"n8019640774","geometry":{"type":"Point","coordinates":[-0.2117627,51.4156113]},"properties":{"@type":"node","@id":8019640774,"@timestamp":1603059618},"coords":"51.4156113,-0.2117627","bedrooms":"4","price":"275000","area":"366"} , +{"type":"Feature","id":"n8019660794","geometry":{"type":"Point","coordinates":[-0.0411612,51.6689565]},"properties":{"@type":"node","@id":8019660794,"@timestamp":1603289981},"coords":"51.6689565,-0.0411612","bedrooms":"4","price":"260000","area":"664"} , +{"type":"Feature","id":"n8019694656","geometry":{"type":"Point","coordinates":[-0.0154864,51.5173874]},"properties":{"@type":"node","@id":8019694656,"@timestamp":1603062023},"coords":"51.5173874,-0.0154864","bedrooms":"4","price":"254000","area":"444"} , +{"type":"Feature","id":"n8019722072","geometry":{"type":"Point","coordinates":[-0.0146026,51.5137829]},"properties":{"@type":"node","@id":8019722072,"@timestamp":1603185258},"coords":"51.5137829,-0.0146026","bedrooms":"2","price":"217000","area":"511"} , +{"type":"Feature","id":"n8020012295","geometry":{"type":"Point","coordinates":[-0.4822983,51.2563362]},"properties":{"@type":"node","@id":8020012295,"@timestamp":1603077227},"coords":"51.2563362,-0.4822983","bedrooms":"0","price":"279000","area":"544"} , +{"type":"Feature","id":"n8021146004","geometry":{"type":"Point","coordinates":[0.1733061,51.8758553]},"properties":{"@type":"node","@id":8021146004,"@timestamp":1603093254},"coords":"51.8758553,0.1733061","bedrooms":"2","price":"248000","area":"514"} , +{"type":"Feature","id":"n8021215178","geometry":{"type":"Point","coordinates":[-0.3971974,51.4088491]},"properties":{"@type":"node","@id":8021215178,"@timestamp":1603094791},"coords":"51.4088491,-0.3971974","bedrooms":"0","price":"296000","area":"535"} , +{"type":"Feature","id":"n8021215278","geometry":{"type":"Point","coordinates":[-0.3990666,51.4083786]},"properties":{"@type":"node","@id":8021215278,"@timestamp":1603094791},"coords":"51.4083786,-0.3990666","bedrooms":"3","price":"290000","area":"577"} , +{"type":"Feature","id":"n8021447904","geometry":{"type":"Point","coordinates":[-0.6762034,51.5808387]},"properties":{"@type":"node","@id":8021447904,"@timestamp":1603099769},"coords":"51.5808387,-0.6762034","bedrooms":"1","price":"164000","area":"539"} , +{"type":"Feature","id":"n8021584728","geometry":{"type":"Point","coordinates":[-0.0329669,51.6850824]},"properties":{"@type":"node","@id":8021584728,"@timestamp":1604396830},"coords":"51.6850824,-0.0329669","bedrooms":"4","price":"273000","area":"557"} , +{"type":"Feature","id":"n8021678148","geometry":{"type":"Point","coordinates":[0.0104616,51.5501351]},"properties":{"@type":"node","@id":8021678148,"@timestamp":1620917775},"coords":"51.5501351,0.0104616","bedrooms":"2","price":"150000","area":"448"} , +{"type":"Feature","id":"n8021846692","geometry":{"type":"Point","coordinates":[0.1467846,51.5256533]},"properties":{"@type":"node","@id":8021846692,"@timestamp":1603108061},"coords":"51.5256533,0.1467846","bedrooms":"1","price":"288000","area":"647"} , +{"type":"Feature","id":"n8021846740","geometry":{"type":"Point","coordinates":[0.1486453,51.5610467]},"properties":{"@type":"node","@id":8021846740,"@timestamp":1603108061},"coords":"51.5610467,0.1486453","bedrooms":"1","price":"222000","area":"401"} , +{"type":"Feature","id":"n8021899302","geometry":{"type":"Point","coordinates":[-0.3960273,51.4095396]},"properties":{"@type":"node","@id":8021899302,"@timestamp":1603109286},"coords":"51.4095396,-0.3960273","bedrooms":"4","price":"298000","area":"555"} , +{"type":"Feature","id":"n8021899373","geometry":{"type":"Point","coordinates":[-0.3960562,51.4100951]},"properties":{"@type":"node","@id":8021899373,"@timestamp":1603109286},"coords":"51.4100951,-0.3960562","bedrooms":"2","price":"185000","area":"663"} , +{"type":"Feature","id":"n8021899434","geometry":{"type":"Point","coordinates":[-0.3971244,51.4110821]},"properties":{"@type":"node","@id":8021899434,"@timestamp":1603109286},"coords":"51.4110821,-0.3971244","bedrooms":"2","price":"237000","area":"694"} , +{"type":"Feature","id":"n8021899498","geometry":{"type":"Point","coordinates":[-0.3973136,51.4121868]},"properties":{"@type":"node","@id":8021899498,"@timestamp":1603109286},"coords":"51.4121868,-0.3973136","bedrooms":"3","price":"221000","area":"684"} , +{"type":"Feature","id":"n8021899508","geometry":{"type":"Point","coordinates":[-0.3982873,51.412157]},"properties":{"@type":"node","@id":8021899508,"@timestamp":1603109286},"coords":"51.412157,-0.3982873","bedrooms":"2","price":"184000","area":"639"} , +{"type":"Feature","id":"n8021983131","geometry":{"type":"Point","coordinates":[-0.4898182,51.144832]},"properties":{"@type":"node","@id":8021983131,"@timestamp":1603112048},"coords":"51.144832,-0.4898182","bedrooms":"2","price":"284000","area":"395"} , +{"type":"Feature","id":"n8022132329","geometry":{"type":"Point","coordinates":[-0.3946814,51.4026866]},"properties":{"@type":"node","@id":8022132329,"@timestamp":1603114662},"coords":"51.4026866,-0.3946814","bedrooms":"2","price":"263000","area":"404"} , +{"type":"Feature","id":"n8022256580","geometry":{"type":"Point","coordinates":[-0.179476,51.4836138]},"properties":{"@type":"node","@id":8022256580,"@timestamp":1607448967},"coords":"51.4836138,-0.179476","bedrooms":"0","price":"246000","area":"426"} , +{"type":"Feature","id":"n8022322293","geometry":{"type":"Point","coordinates":[-0.1857513,51.4998092]},"properties":{"@type":"node","@id":8022322293,"@timestamp":1603118989},"coords":"51.4998092,-0.1857513","bedrooms":"0","price":"167000","area":"598"} , +{"type":"Feature","id":"n8022387537","geometry":{"type":"Point","coordinates":[0.2153693,51.9005834]},"properties":{"@type":"node","@id":8022387537,"@timestamp":1603121685},"coords":"51.9005834,0.2153693","bedrooms":"3","price":"285000","area":"633"} , +{"type":"Feature","id":"n8022434593","geometry":{"type":"Point","coordinates":[0.0380982,51.5718084]},"properties":{"@type":"node","@id":8022434593,"@timestamp":1603268258},"coords":"51.5718084,0.0380982","bedrooms":"0","price":"291000","area":"512"} , +{"type":"Feature","id":"n8022504153","geometry":{"type":"Point","coordinates":[-0.3624134,51.3841735]},"properties":{"@type":"node","@id":8022504153,"@timestamp":1603124176},"coords":"51.3841735,-0.3624134","bedrooms":"1","price":"166000","area":"411"} , +{"type":"Feature","id":"n8022504189","geometry":{"type":"Point","coordinates":[-0.3635977,51.3833249]},"properties":{"@type":"node","@id":8022504189,"@timestamp":1603124176},"coords":"51.3833249,-0.3635977","bedrooms":"4","price":"176000","area":"479"} , +{"type":"Feature","id":"n8022504255","geometry":{"type":"Point","coordinates":[-0.3622705,51.3836648]},"properties":{"@type":"node","@id":8022504255,"@timestamp":1603124176},"coords":"51.3836648,-0.3622705","bedrooms":"0","price":"153000","area":"371"} , +{"type":"Feature","id":"n8022529391","geometry":{"type":"Point","coordinates":[-0.1497297,51.4784292]},"properties":{"@type":"node","@id":8022529391,"@timestamp":1603124244},"coords":"51.4784292,-0.1497297","bedrooms":"4","price":"288000","area":"585"} , +{"type":"Feature","id":"n8022616981","geometry":{"type":"Point","coordinates":[0.1630098,51.5694353]},"properties":{"@type":"node","@id":8022616981,"@timestamp":1603124370},"coords":"51.5694353,0.1630098","bedrooms":"4","price":"192000","area":"613"} , +{"type":"Feature","id":"n8022617027","geometry":{"type":"Point","coordinates":[0.1776532,51.5730674]},"properties":{"@type":"node","@id":8022617027,"@timestamp":1603124370},"coords":"51.5730674,0.1776532","bedrooms":"3","price":"179000","area":"481"} , +{"type":"Feature","id":"n8022617100","geometry":{"type":"Point","coordinates":[0.1848575,51.5782499]},"properties":{"@type":"node","@id":8022617100,"@timestamp":1603124370},"coords":"51.5782499,0.1848575","bedrooms":"3","price":"175000","area":"675"} , +{"type":"Feature","id":"n8022681839","geometry":{"type":"Point","coordinates":[-0.1281006,51.4192071]},"properties":{"@type":"node","@id":8022681839,"@timestamp":1603126502},"coords":"51.4192071,-0.1281006","bedrooms":"2","price":"174000","area":"670"} , +{"type":"Feature","id":"n8022718272","geometry":{"type":"Point","coordinates":[-0.0176817,51.5226558]},"properties":{"@type":"node","@id":8022718272,"@timestamp":1633957135},"coords":"51.5226558,-0.0176817","bedrooms":"3","price":"245000","area":"371"} , +{"type":"Feature","id":"n8022746017","geometry":{"type":"Point","coordinates":[-0.8626798,51.1169195]},"properties":{"@type":"node","@id":8022746017,"@timestamp":1603127761},"coords":"51.1169195,-0.8626798","bedrooms":"0","price":"225000","area":"609"} , +{"type":"Feature","id":"n8022746027","geometry":{"type":"Point","coordinates":[-0.8622208,51.1165684]},"properties":{"@type":"node","@id":8022746027,"@timestamp":1603127761},"coords":"51.1165684,-0.8622208","bedrooms":"3","price":"206000","area":"636"} , +{"type":"Feature","id":"n8022746037","geometry":{"type":"Point","coordinates":[-0.8620086,51.1167595]},"properties":{"@type":"node","@id":8022746037,"@timestamp":1603127761},"coords":"51.1167595,-0.8620086","bedrooms":"4","price":"209000","area":"674"} , +{"type":"Feature","id":"n8022746050","geometry":{"type":"Point","coordinates":[-0.8603951,51.1172375]},"properties":{"@type":"node","@id":8022746050,"@timestamp":1603127761},"coords":"51.1172375,-0.8603951","bedrooms":"0","price":"286000","area":"631"} , +{"type":"Feature","id":"n8022746060","geometry":{"type":"Point","coordinates":[-0.8599597,51.1186583]},"properties":{"@type":"node","@id":8022746060,"@timestamp":1603127761},"coords":"51.1186583,-0.8599597","bedrooms":"2","price":"169000","area":"407"} , +{"type":"Feature","id":"n8022746094","geometry":{"type":"Point","coordinates":[-0.8654235,51.0996759]},"properties":{"@type":"node","@id":8022746094,"@timestamp":1603127761},"coords":"51.0996759,-0.8654235","bedrooms":"1","price":"255000","area":"421"} , +{"type":"Feature","id":"n8022763217","geometry":{"type":"Point","coordinates":[-0.1652851,51.4979556]},"properties":{"@type":"node","@id":8022763217,"@timestamp":1603128561},"coords":"51.4979556,-0.1652851","bedrooms":"0","price":"151000","area":"613"} , +{"type":"Feature","id":"n8022763227","geometry":{"type":"Point","coordinates":[-0.1646813,51.497692]},"properties":{"@type":"node","@id":8022763227,"@timestamp":1603128561},"coords":"51.497692,-0.1646813","bedrooms":"2","price":"199000","area":"356"} , +{"type":"Feature","id":"n8022763237","geometry":{"type":"Point","coordinates":[-0.1640694,51.4974249]},"properties":{"@type":"node","@id":8022763237,"@timestamp":1603128561},"coords":"51.4974249,-0.1640694","bedrooms":"2","price":"276000","area":"466"} , +{"type":"Feature","id":"n8022857399","geometry":{"type":"Point","coordinates":[-0.4832321,51.3869045]},"properties":{"@type":"node","@id":8022857399,"@timestamp":1603130683},"coords":"51.3869045,-0.4832321","bedrooms":"2","price":"217000","area":"615"} , +{"type":"Feature","id":"n8023039870","geometry":{"type":"Point","coordinates":[-0.0160262,51.5222563]},"properties":{"@type":"node","@id":8023039870,"@timestamp":1603135619},"coords":"51.5222563,-0.0160262","bedrooms":"1","price":"168000","area":"647"} , +{"type":"Feature","id":"n8023127212","geometry":{"type":"Point","coordinates":[-0.526469,51.5786085]},"properties":{"@type":"node","@id":8023127212,"@timestamp":1603137962},"coords":"51.5786085,-0.526469","bedrooms":"4","price":"235000","area":"413"} , +{"type":"Feature","id":"n8023147056","geometry":{"type":"Point","coordinates":[-0.5246225,51.5786728]},"properties":{"@type":"node","@id":8023147056,"@timestamp":1603139736},"coords":"51.5786728,-0.5246225","bedrooms":"4","price":"244000","area":"612"} , +{"type":"Feature","id":"n8023205124","geometry":{"type":"Point","coordinates":[-0.5006618,51.5803771]},"properties":{"@type":"node","@id":8023205124,"@timestamp":1603141208},"coords":"51.5803771,-0.5006618","bedrooms":"2","price":"200000","area":"377"} , +{"type":"Feature","id":"n8023223829","geometry":{"type":"Point","coordinates":[-0.2781482,51.420388]},"properties":{"@type":"node","@id":8023223829,"@timestamp":1603142839},"coords":"51.420388,-0.2781482","bedrooms":"4","price":"180000","area":"661"} , +{"type":"Feature","id":"n8023283273","geometry":{"type":"Point","coordinates":[-0.2781055,51.4203384]},"properties":{"@type":"node","@id":8023283273,"@timestamp":1603144808},"coords":"51.4203384,-0.2781055","bedrooms":"3","price":"230000","area":"663"} , +{"type":"Feature","id":"n8023291172","geometry":{"type":"Point","coordinates":[-0.2725743,51.4271804]},"properties":{"@type":"node","@id":8023291172,"@timestamp":1603144057},"coords":"51.4271804,-0.2725743","bedrooms":"4","price":"205000","area":"681"} , +{"type":"Feature","id":"n8023455954","geometry":{"type":"Point","coordinates":[-0.0140997,51.5283161]},"properties":{"@type":"node","@id":8023455954,"@timestamp":1603150131},"coords":"51.5283161,-0.0140997","bedrooms":"4","price":"164000","area":"601"} , +{"type":"Feature","id":"n8023483932","geometry":{"type":"Point","coordinates":[-0.0138208,51.5284925]},"properties":{"@type":"node","@id":8023483932,"@timestamp":1603150131},"coords":"51.5284925,-0.0138208","bedrooms":"3","price":"195000","area":"553"} , +{"type":"Feature","id":"n8023483950","geometry":{"type":"Point","coordinates":[-0.0135978,51.5285609]},"properties":{"@type":"node","@id":8023483950,"@timestamp":1603150131},"coords":"51.5285609,-0.0135978","bedrooms":"2","price":"211000","area":"681"} , +{"type":"Feature","id":"n8023483990","geometry":{"type":"Point","coordinates":[-0.0130652,51.5271977]},"properties":{"@type":"node","@id":8023483990,"@timestamp":1603150131},"coords":"51.5271977,-0.0130652","bedrooms":"3","price":"241000","area":"525"} , +{"type":"Feature","id":"n8023565706","geometry":{"type":"Point","coordinates":[-0.0814806,51.4995339]},"properties":{"@type":"node","@id":8023565706,"@timestamp":1603158641},"coords":"51.4995339,-0.0814806","bedrooms":"3","price":"295000","area":"552"} , +{"type":"Feature","id":"n8023891735","geometry":{"type":"Point","coordinates":[-0.1654644,51.4979883]},"properties":{"@type":"node","@id":8023891735,"@timestamp":1603169607},"coords":"51.4979883,-0.1654644","bedrooms":"3","price":"287000","area":"404"} , +{"type":"Feature","id":"n8023891745","geometry":{"type":"Point","coordinates":[-0.1646523,51.497633]},"properties":{"@type":"node","@id":8023891745,"@timestamp":1603169607},"coords":"51.497633,-0.1646523","bedrooms":"3","price":"201000","area":"615"} , +{"type":"Feature","id":"n8023891772","geometry":{"type":"Point","coordinates":[-0.1636381,51.4973265]},"properties":{"@type":"node","@id":8023891772,"@timestamp":1603169607},"coords":"51.4973265,-0.1636381","bedrooms":"0","price":"285000","area":"522"} , +{"type":"Feature","id":"n8023891782","geometry":{"type":"Point","coordinates":[-0.1631609,51.4978025]},"properties":{"@type":"node","@id":8023891782,"@timestamp":1603169607},"coords":"51.4978025,-0.1631609","bedrooms":"0","price":"209000","area":"464"} , +{"type":"Feature","id":"n8023969798","geometry":{"type":"Point","coordinates":[0.0225705,51.3268908]},"properties":{"@type":"node","@id":8023969798,"@timestamp":1603172183},"coords":"51.3268908,0.0225705","bedrooms":"1","price":"240000","area":"444"} , +{"type":"Feature","id":"n8024236463","geometry":{"type":"Point","coordinates":[-0.6177723,51.7412038]},"properties":{"@type":"node","@id":8024236463,"@timestamp":1603178933},"coords":"51.7412038,-0.6177723","bedrooms":"3","price":"213000","area":"674"} , +{"type":"Feature","id":"n8024503192","geometry":{"type":"Point","coordinates":[-0.1643807,51.4972159]},"properties":{"@type":"node","@id":8024503192,"@timestamp":1603275005},"coords":"51.4972159,-0.1643807","bedrooms":"4","price":"232000","area":"482"} , +{"type":"Feature","id":"n8024503218","geometry":{"type":"Point","coordinates":[-0.1651994,51.4975876]},"properties":{"@type":"node","@id":8024503218,"@timestamp":1603275005},"coords":"51.4975876,-0.1651994","bedrooms":"2","price":"206000","area":"433"} , +{"type":"Feature","id":"n8024503228","geometry":{"type":"Point","coordinates":[-0.1659017,51.497916]},"properties":{"@type":"node","@id":8024503228,"@timestamp":1603275005},"coords":"51.497916,-0.1659017","bedrooms":"2","price":"204000","area":"403"} , +{"type":"Feature","id":"n8024570140","geometry":{"type":"Point","coordinates":[-0.3507543,51.3904804]},"properties":{"@type":"node","@id":8024570140,"@timestamp":1603184773},"coords":"51.3904804,-0.3507543","bedrooms":"1","price":"191000","area":"586"} , +{"type":"Feature","id":"n8024570254","geometry":{"type":"Point","coordinates":[-0.3516672,51.3932571]},"properties":{"@type":"node","@id":8024570254,"@timestamp":1603184773},"coords":"51.3932571,-0.3516672","bedrooms":"0","price":"158000","area":"380"} , +{"type":"Feature","id":"n8024570380","geometry":{"type":"Point","coordinates":[-0.3536175,51.3887768]},"properties":{"@type":"node","@id":8024570380,"@timestamp":1603184773},"coords":"51.3887768,-0.3536175","bedrooms":"3","price":"258000","area":"640"} , +{"type":"Feature","id":"n8024570447","geometry":{"type":"Point","coordinates":[-0.3526319,51.3901354]},"properties":{"@type":"node","@id":8024570447,"@timestamp":1603184773},"coords":"51.3901354,-0.3526319","bedrooms":"3","price":"228000","area":"559"} , +{"type":"Feature","id":"n8024570530","geometry":{"type":"Point","coordinates":[-0.3549517,51.390732]},"properties":{"@type":"node","@id":8024570530,"@timestamp":1603184773},"coords":"51.390732,-0.3549517","bedrooms":"2","price":"198000","area":"633"} , +{"type":"Feature","id":"n8024570543","geometry":{"type":"Point","coordinates":[-0.3547568,51.3915308]},"properties":{"@type":"node","@id":8024570543,"@timestamp":1603184773},"coords":"51.3915308,-0.3547568","bedrooms":"2","price":"171000","area":"438"} , +{"type":"Feature","id":"n8024570838","geometry":{"type":"Point","coordinates":[-0.354375,51.3922418]},"properties":{"@type":"node","@id":8024570838,"@timestamp":1603184773},"coords":"51.3922418,-0.354375","bedrooms":"4","price":"231000","area":"645"} , +{"type":"Feature","id":"n8024570949","geometry":{"type":"Point","coordinates":[-0.3537659,51.3932092]},"properties":{"@type":"node","@id":8024570949,"@timestamp":1603184773},"coords":"51.3932092,-0.3537659","bedrooms":"2","price":"282000","area":"517"} , +{"type":"Feature","id":"n8024795396","geometry":{"type":"Point","coordinates":[-0.839752,51.9466605]},"properties":{"@type":"node","@id":8024795396,"@timestamp":1603188898},"coords":"51.9466605,-0.839752","bedrooms":"1","price":"257000","area":"407"} , +{"type":"Feature","id":"n8024961381","geometry":{"type":"Point","coordinates":[-0.3568418,51.387498]},"properties":{"@type":"node","@id":8024961381,"@timestamp":1603192157},"coords":"51.387498,-0.3568418","bedrooms":"3","price":"266000","area":"557"} , +{"type":"Feature","id":"n8024961424","geometry":{"type":"Point","coordinates":[-0.355413,51.3873464]},"properties":{"@type":"node","@id":8024961424,"@timestamp":1603192157},"coords":"51.3873464,-0.355413","bedrooms":"3","price":"248000","area":"358"} , +{"type":"Feature","id":"n8024961735","geometry":{"type":"Point","coordinates":[-0.3704125,51.3947825]},"properties":{"@type":"node","@id":8024961735,"@timestamp":1603192157},"coords":"51.3947825,-0.3704125","bedrooms":"4","price":"204000","area":"494"} , +{"type":"Feature","id":"n8024961899","geometry":{"type":"Point","coordinates":[-0.3727894,51.3960609]},"properties":{"@type":"node","@id":8024961899,"@timestamp":1603192157},"coords":"51.3960609,-0.3727894","bedrooms":"0","price":"237000","area":"463"} , +{"type":"Feature","id":"n8025148301","geometry":{"type":"Point","coordinates":[0.003676,51.5358579]},"properties":{"@type":"node","@id":8025148301,"@timestamp":1603195077},"coords":"51.5358579,0.003676","bedrooms":"0","price":"220000","area":"497"} , +{"type":"Feature","id":"n8025148311","geometry":{"type":"Point","coordinates":[0.0041648,51.5351742]},"properties":{"@type":"node","@id":8025148311,"@timestamp":1603195077},"coords":"51.5351742,0.0041648","bedrooms":"2","price":"154000","area":"501"} , +{"type":"Feature","id":"n8025148324","geometry":{"type":"Point","coordinates":[0.0038798,51.5375905]},"properties":{"@type":"node","@id":8025148324,"@timestamp":1603195077},"coords":"51.5375905,0.0038798","bedrooms":"1","price":"208000","area":"467"} , +{"type":"Feature","id":"n8025148509","geometry":{"type":"Point","coordinates":[0.002874,51.5353423]},"properties":{"@type":"node","@id":8025148509,"@timestamp":1603195077},"coords":"51.5353423,0.002874","bedrooms":"1","price":"197000","area":"699"} , +{"type":"Feature","id":"n8025148519","geometry":{"type":"Point","coordinates":[0.0011373,51.5363984]},"properties":{"@type":"node","@id":8025148519,"@timestamp":1603195077},"coords":"51.5363984,0.0011373","bedrooms":"2","price":"240000","area":"666"} , +{"type":"Feature","id":"n8025148529","geometry":{"type":"Point","coordinates":[0.0015691,51.5362057]},"properties":{"@type":"node","@id":8025148529,"@timestamp":1603195077},"coords":"51.5362057,0.0015691","bedrooms":"3","price":"252000","area":"485"} , +{"type":"Feature","id":"n8025148671","geometry":{"type":"Point","coordinates":[0.0032324,51.5359683]},"properties":{"@type":"node","@id":8025148671,"@timestamp":1627818085},"coords":"51.5359683,0.0032324","bedrooms":"4","price":"258000","area":"588"} , +{"type":"Feature","id":"n8025332407","geometry":{"type":"Point","coordinates":[-0.3330802,51.4114291]},"properties":{"@type":"node","@id":8025332407,"@timestamp":1631356575},"coords":"51.4114291,-0.3330802","bedrooms":"1","price":"262000","area":"560"} , +{"type":"Feature","id":"n8025340595","geometry":{"type":"Point","coordinates":[-0.3322603,51.4067207]},"properties":{"@type":"node","@id":8025340595,"@timestamp":1603199069},"coords":"51.4067207,-0.3322603","bedrooms":"3","price":"165000","area":"593"} , +{"type":"Feature","id":"n8025340778","geometry":{"type":"Point","coordinates":[-0.3333389,51.4205821]},"properties":{"@type":"node","@id":8025340778,"@timestamp":1603199069},"coords":"51.4205821,-0.3333389","bedrooms":"3","price":"219000","area":"439"} , +{"type":"Feature","id":"n8025462753","geometry":{"type":"Point","coordinates":[0.3938121,51.5530706]},"properties":{"@type":"node","@id":8025462753,"@timestamp":1603201530},"coords":"51.5530706,0.3938121","bedrooms":"4","price":"158000","area":"374"} , +{"type":"Feature","id":"n8025603036","geometry":{"type":"Point","coordinates":[-0.5273675,51.5848948]},"properties":{"@type":"node","@id":8025603036,"@timestamp":1603204933},"coords":"51.5848948,-0.5273675","bedrooms":"3","price":"182000","area":"660"} , +{"type":"Feature","id":"n8025709022","geometry":{"type":"Point","coordinates":[0.2994615,51.6784175]},"properties":{"@type":"node","@id":8025709022,"@timestamp":1603208157},"coords":"51.6784175,0.2994615","bedrooms":"1","price":"195000","area":"394"} , +{"type":"Feature","id":"n8025832301","geometry":{"type":"Point","coordinates":[-0.1363659,51.6538441]},"properties":{"@type":"node","@id":8025832301,"@timestamp":1603210553},"coords":"51.6538441,-0.1363659","bedrooms":"1","price":"168000","area":"641"} , +{"type":"Feature","id":"n8025832311","geometry":{"type":"Point","coordinates":[-0.0799322,51.6387453]},"properties":{"@type":"node","@id":8025832311,"@timestamp":1604012522},"coords":"51.6387453,-0.0799322","bedrooms":"3","price":"269000","area":"652"} , +{"type":"Feature","id":"n8026324703","geometry":{"type":"Point","coordinates":[-0.3319911,51.4508797]},"properties":{"@type":"node","@id":8026324703,"@timestamp":1625683910},"coords":"51.4508797,-0.3319911","bedrooms":"0","price":"221000","area":"693"} , +{"type":"Feature","id":"n8026483721","geometry":{"type":"Point","coordinates":[-0.2045842,51.4152554]},"properties":{"@type":"node","@id":8026483721,"@timestamp":1609364401},"coords":"51.4152554,-0.2045842","bedrooms":"3","price":"180000","area":"580"} , +{"type":"Feature","id":"n8026525862","geometry":{"type":"Point","coordinates":[-0.2117614,51.4137483]},"properties":{"@type":"node","@id":8026525862,"@timestamp":1603231258},"coords":"51.4137483,-0.2117614","bedrooms":"2","price":"277000","area":"603"} , +{"type":"Feature","id":"n8026592876","geometry":{"type":"Point","coordinates":[-0.1331576,51.5698777]},"properties":{"@type":"node","@id":8026592876,"@timestamp":1603240900},"coords":"51.5698777,-0.1331576","bedrooms":"3","price":"296000","area":"387"} , +{"type":"Feature","id":"n8026594002","geometry":{"type":"Point","coordinates":[-0.014785,51.5291934]},"properties":{"@type":"node","@id":8026594002,"@timestamp":1603234734},"coords":"51.5291934,-0.014785","bedrooms":"2","price":"286000","area":"483"} , +{"type":"Feature","id":"n8026598401","geometry":{"type":"Point","coordinates":[-0.2137472,51.4141446]},"properties":{"@type":"node","@id":8026598401,"@timestamp":1603235177},"coords":"51.4141446,-0.2137472","bedrooms":"1","price":"246000","area":"442"} , +{"type":"Feature","id":"n8026632598","geometry":{"type":"Point","coordinates":[-0.133532,51.5698634]},"properties":{"@type":"node","@id":8026632598,"@timestamp":1603239652},"coords":"51.5698634,-0.133532","bedrooms":"3","price":"226000","area":"568"} , +{"type":"Feature","id":"n8026632608","geometry":{"type":"Point","coordinates":[-0.1340141,51.5695471]},"properties":{"@type":"node","@id":8026632608,"@timestamp":1603239652},"coords":"51.5695471,-0.1340141","bedrooms":"3","price":"196000","area":"696"} , +{"type":"Feature","id":"n8026632618","geometry":{"type":"Point","coordinates":[-0.1345626,51.5692319]},"properties":{"@type":"node","@id":8026632618,"@timestamp":1603239652},"coords":"51.5692319,-0.1345626","bedrooms":"2","price":"202000","area":"548"} , +{"type":"Feature","id":"n8026632628","geometry":{"type":"Point","coordinates":[-0.1350907,51.5689279]},"properties":{"@type":"node","@id":8026632628,"@timestamp":1603239652},"coords":"51.5689279,-0.1350907","bedrooms":"4","price":"158000","area":"462"} , +{"type":"Feature","id":"n8026632638","geometry":{"type":"Point","coordinates":[-0.1355686,51.5686728]},"properties":{"@type":"node","@id":8026632638,"@timestamp":1603239652},"coords":"51.5686728,-0.1355686","bedrooms":"0","price":"154000","area":"357"} , +{"type":"Feature","id":"n8026632648","geometry":{"type":"Point","coordinates":[-0.1357279,51.5684205]},"properties":{"@type":"node","@id":8026632648,"@timestamp":1603239652},"coords":"51.5684205,-0.1357279","bedrooms":"3","price":"279000","area":"594"} , +{"type":"Feature","id":"n8026633003","geometry":{"type":"Point","coordinates":[0.1331879,51.8594805]},"properties":{"@type":"node","@id":8026633003,"@timestamp":1603237247},"coords":"51.8594805,0.1331879","bedrooms":"2","price":"159000","area":"394"} , +{"type":"Feature","id":"n8026696389","geometry":{"type":"Point","coordinates":[-0.1338835,51.5694138]},"properties":{"@type":"node","@id":8026696389,"@timestamp":1603240900},"coords":"51.5694138,-0.1338835","bedrooms":"4","price":"253000","area":"506"} , +{"type":"Feature","id":"n8026696399","geometry":{"type":"Point","coordinates":[-0.1344294,51.5690947]},"properties":{"@type":"node","@id":8026696399,"@timestamp":1603240900},"coords":"51.5690947,-0.1344294","bedrooms":"4","price":"164000","area":"697"} , +{"type":"Feature","id":"n8026696409","geometry":{"type":"Point","coordinates":[-0.1349809,51.5687785]},"properties":{"@type":"node","@id":8026696409,"@timestamp":1603240900},"coords":"51.5687785,-0.1349809","bedrooms":"4","price":"221000","area":"668"} , +{"type":"Feature","id":"n8026996445","geometry":{"type":"Point","coordinates":[-0.7763943,51.4558969]},"properties":{"@type":"node","@id":8026996445,"@timestamp":1603255710},"coords":"51.4558969,-0.7763943","bedrooms":"2","price":"229000","area":"364"} , +{"type":"Feature","id":"n8027469518","geometry":{"type":"Point","coordinates":[-0.2336351,51.3028949]},"properties":{"@type":"node","@id":8027469518,"@timestamp":1613996450},"coords":"51.3028949,-0.2336351","bedrooms":"1","price":"182000","area":"552"} , +{"type":"Feature","id":"n8027612246","geometry":{"type":"Point","coordinates":[-0.3424788,51.4494499]},"properties":{"@type":"node","@id":8027612246,"@timestamp":1603268148},"coords":"51.4494499,-0.3424788","bedrooms":"2","price":"157000","area":"374"} , +{"type":"Feature","id":"n8027612256","geometry":{"type":"Point","coordinates":[-0.3432553,51.4496454]},"properties":{"@type":"node","@id":8027612256,"@timestamp":1603268148},"coords":"51.4496454,-0.3432553","bedrooms":"4","price":"212000","area":"387"} , +{"type":"Feature","id":"n8027612269","geometry":{"type":"Point","coordinates":[-0.3429562,51.4502873]},"properties":{"@type":"node","@id":8027612269,"@timestamp":1603268148},"coords":"51.4502873,-0.3429562","bedrooms":"2","price":"249000","area":"352"} , +{"type":"Feature","id":"n8027615688","geometry":{"type":"Point","coordinates":[-0.3417584,51.4496577]},"properties":{"@type":"node","@id":8027615688,"@timestamp":1603268148},"coords":"51.4496577,-0.3417584","bedrooms":"1","price":"210000","area":"555"} , +{"type":"Feature","id":"n8027615849","geometry":{"type":"Point","coordinates":[-0.3410728,51.4531478]},"properties":{"@type":"node","@id":8027615849,"@timestamp":1603268148},"coords":"51.4531478,-0.3410728","bedrooms":"3","price":"276000","area":"384"} , +{"type":"Feature","id":"n8027615867","geometry":{"type":"Point","coordinates":[-0.3440566,51.4518396]},"properties":{"@type":"node","@id":8027615867,"@timestamp":1603268148},"coords":"51.4518396,-0.3440566","bedrooms":"0","price":"218000","area":"547"} , +{"type":"Feature","id":"n8027615904","geometry":{"type":"Point","coordinates":[-0.3440542,51.4513977]},"properties":{"@type":"node","@id":8027615904,"@timestamp":1603268148},"coords":"51.4513977,-0.3440542","bedrooms":"2","price":"200000","area":"590"} , +{"type":"Feature","id":"n8027701361","geometry":{"type":"Point","coordinates":[-0.3988948,51.6031871]},"properties":{"@type":"node","@id":8027701361,"@timestamp":1603269950},"coords":"51.6031871,-0.3988948","bedrooms":"1","price":"161000","area":"676"} , +{"type":"Feature","id":"n8027747728","geometry":{"type":"Point","coordinates":[0.0022305,51.535305]},"properties":{"@type":"node","@id":8027747728,"@timestamp":1627818085},"coords":"51.535305,0.0022305","bedrooms":"0","price":"259000","area":"573"} , +{"type":"Feature","id":"n8027747775","geometry":{"type":"Point","coordinates":[0.0023365,51.5357132]},"properties":{"@type":"node","@id":8027747775,"@timestamp":1627818085},"coords":"51.5357132,0.0023365","bedrooms":"0","price":"199000","area":"529"} , +{"type":"Feature","id":"n8027753709","geometry":{"type":"Point","coordinates":[-0.3396544,51.4499999]},"properties":{"@type":"node","@id":8027753709,"@timestamp":1603270971},"coords":"51.4499999,-0.3396544","bedrooms":"2","price":"210000","area":"516"} , +{"type":"Feature","id":"n8027753719","geometry":{"type":"Point","coordinates":[-0.3405905,51.4494953]},"properties":{"@type":"node","@id":8027753719,"@timestamp":1603270971},"coords":"51.4494953,-0.3405905","bedrooms":"2","price":"165000","area":"610"} , +{"type":"Feature","id":"n8027753746","geometry":{"type":"Point","coordinates":[-0.3383041,51.4491275]},"properties":{"@type":"node","@id":8027753746,"@timestamp":1603270971},"coords":"51.4491275,-0.3383041","bedrooms":"0","price":"177000","area":"384"} , +{"type":"Feature","id":"n8027754101","geometry":{"type":"Point","coordinates":[0.0019908,51.5354284]},"properties":{"@type":"node","@id":8027754101,"@timestamp":1603270824},"coords":"51.5354284,0.0019908","bedrooms":"3","price":"210000","area":"578"} , +{"type":"Feature","id":"n8027754181","geometry":{"type":"Point","coordinates":[0.002238,51.5368827]},"properties":{"@type":"node","@id":8027754181,"@timestamp":1603270824},"coords":"51.5368827,0.002238","bedrooms":"1","price":"274000","area":"592"} , +{"type":"Feature","id":"n8027760230","geometry":{"type":"Point","coordinates":[-0.3214924,51.4520199]},"properties":{"@type":"node","@id":8027760230,"@timestamp":1603270971},"coords":"51.4520199,-0.3214924","bedrooms":"2","price":"241000","area":"664"} , +{"type":"Feature","id":"n8027765119","geometry":{"type":"Point","coordinates":[-0.1352108,51.3541896]},"properties":{"@type":"node","@id":8027765119,"@timestamp":1603271353},"coords":"51.3541896,-0.1352108","bedrooms":"0","price":"287000","area":"535"} , +{"type":"Feature","id":"n8027867056","geometry":{"type":"Point","coordinates":[-0.0787691,51.5243384]},"properties":{"@type":"node","@id":8027867056,"@timestamp":1603394902},"coords":"51.5243384,-0.0787691","bedrooms":"3","price":"192000","area":"648"} , +{"type":"Feature","id":"n8028059578","geometry":{"type":"Point","coordinates":[-0.1642525,51.4972444]},"properties":{"@type":"node","@id":8028059578,"@timestamp":1603275005},"coords":"51.4972444,-0.1642525","bedrooms":"1","price":"167000","area":"599"} , +{"type":"Feature","id":"n8028105063","geometry":{"type":"Point","coordinates":[-0.1613652,51.4887233]},"properties":{"@type":"node","@id":8028105063,"@timestamp":1611822545},"coords":"51.4887233,-0.1613652","bedrooms":"3","price":"203000","area":"673"} , +{"type":"Feature","id":"n8028105082","geometry":{"type":"Point","coordinates":[-0.1639873,51.4892124]},"properties":{"@type":"node","@id":8028105082,"@timestamp":1612425831},"coords":"51.4892124,-0.1639873","bedrooms":"0","price":"151000","area":"633"} , +{"type":"Feature","id":"n8028586286","geometry":{"type":"Point","coordinates":[-0.1649647,51.4975605]},"properties":{"@type":"node","@id":8028586286,"@timestamp":1603275005},"coords":"51.4975605,-0.1649647","bedrooms":"3","price":"291000","area":"581"} , +{"type":"Feature","id":"n8029253612","geometry":{"type":"Point","coordinates":[0.3431341,51.6529238]},"properties":{"@type":"node","@id":8029253612,"@timestamp":1603275851},"coords":"51.6529238,0.3431341","bedrooms":"2","price":"251000","area":"594"} , +{"type":"Feature","id":"n8029673266","geometry":{"type":"Point","coordinates":[-0.0402923,51.6712605]},"properties":{"@type":"node","@id":8029673266,"@timestamp":1603289981},"coords":"51.6712605,-0.0402923","bedrooms":"1","price":"232000","area":"504"} , +{"type":"Feature","id":"n8031786543","geometry":{"type":"Point","coordinates":[0.0024522,51.5346845]},"properties":{"@type":"node","@id":8031786543,"@timestamp":1603279141},"coords":"51.5346845,0.0024522","bedrooms":"0","price":"284000","area":"415"} , +{"type":"Feature","id":"n8031786558","geometry":{"type":"Point","coordinates":[0.0024177,51.5351471]},"properties":{"@type":"node","@id":8031786558,"@timestamp":1614000709},"coords":"51.5351471,0.0024177","bedrooms":"0","price":"152000","area":"426"} , +{"type":"Feature","id":"n8031786569","geometry":{"type":"Point","coordinates":[0.0030744,51.5348947]},"properties":{"@type":"node","@id":8031786569,"@timestamp":1614000709},"coords":"51.5348947,0.0030744","bedrooms":"1","price":"222000","area":"591"} , +{"type":"Feature","id":"n8032096884","geometry":{"type":"Point","coordinates":[-0.3483244,51.4468947]},"properties":{"@type":"node","@id":8032096884,"@timestamp":1603280197},"coords":"51.4468947,-0.3483244","bedrooms":"3","price":"265000","area":"359"} , +{"type":"Feature","id":"n8032117212","geometry":{"type":"Point","coordinates":[-0.3493621,51.4470074]},"properties":{"@type":"node","@id":8032117212,"@timestamp":1603280197},"coords":"51.4470074,-0.3493621","bedrooms":"4","price":"262000","area":"508"} , +{"type":"Feature","id":"n8032117222","geometry":{"type":"Point","coordinates":[-0.3513616,51.4467459]},"properties":{"@type":"node","@id":8032117222,"@timestamp":1603280197},"coords":"51.4467459,-0.3513616","bedrooms":"2","price":"182000","area":"400"} , +{"type":"Feature","id":"n8032117320","geometry":{"type":"Point","coordinates":[-0.3472883,51.4479511]},"properties":{"@type":"node","@id":8032117320,"@timestamp":1603280197},"coords":"51.4479511,-0.3472883","bedrooms":"3","price":"290000","area":"526"} , +{"type":"Feature","id":"n8032117330","geometry":{"type":"Point","coordinates":[-0.3471219,51.4475993]},"properties":{"@type":"node","@id":8032117330,"@timestamp":1603280197},"coords":"51.4475993,-0.3471219","bedrooms":"4","price":"269000","area":"593"} , +{"type":"Feature","id":"n8032117454","geometry":{"type":"Point","coordinates":[-0.3465892,51.4467304]},"properties":{"@type":"node","@id":8032117454,"@timestamp":1603280197},"coords":"51.4467304,-0.3465892","bedrooms":"0","price":"276000","area":"584"} , +{"type":"Feature","id":"n8032117478","geometry":{"type":"Point","coordinates":[-0.3505864,51.4456009]},"properties":{"@type":"node","@id":8032117478,"@timestamp":1603280197},"coords":"51.4456009,-0.3505864","bedrooms":"1","price":"270000","area":"531"} , +{"type":"Feature","id":"n8032117738","geometry":{"type":"Point","coordinates":[-0.3533152,51.4452522]},"properties":{"@type":"node","@id":8032117738,"@timestamp":1603280197},"coords":"51.4452522,-0.3533152","bedrooms":"2","price":"174000","area":"377"} , +{"type":"Feature","id":"n8032117921","geometry":{"type":"Point","coordinates":[-0.3545132,51.4437438]},"properties":{"@type":"node","@id":8032117921,"@timestamp":1603280197},"coords":"51.4437438,-0.3545132","bedrooms":"0","price":"253000","area":"586"} , +{"type":"Feature","id":"n8032118256","geometry":{"type":"Point","coordinates":[-0.3607211,51.4434409]},"properties":{"@type":"node","@id":8032118256,"@timestamp":1603280197},"coords":"51.4434409,-0.3607211","bedrooms":"2","price":"260000","area":"579"} , +{"type":"Feature","id":"n8032127661","geometry":{"type":"Point","coordinates":[-0.0408221,51.6703014]},"properties":{"@type":"node","@id":8032127661,"@timestamp":1603289367},"coords":"51.6703014,-0.0408221","bedrooms":"4","price":"185000","area":"669"} , +{"type":"Feature","id":"n8032128355","geometry":{"type":"Point","coordinates":[-0.0136404,51.5017157]},"properties":{"@type":"node","@id":8032128355,"@timestamp":1626032071},"coords":"51.5017157,-0.0136404","bedrooms":"3","price":"278000","area":"358"} , +{"type":"Feature","id":"n8032157868","geometry":{"type":"Point","coordinates":[-0.7381034,51.6932508]},"properties":{"@type":"node","@id":8032157868,"@timestamp":1603281163},"coords":"51.6932508,-0.7381034","bedrooms":"1","price":"294000","area":"609"} , +{"type":"Feature","id":"n8032186952","geometry":{"type":"Point","coordinates":[-0.0408754,51.6701942]},"properties":{"@type":"node","@id":8032186952,"@timestamp":1603289981},"coords":"51.6701942,-0.0408754","bedrooms":"1","price":"240000","area":"666"} , +{"type":"Feature","id":"n8032198308","geometry":{"type":"Point","coordinates":[-0.3663835,51.4416122]},"properties":{"@type":"node","@id":8032198308,"@timestamp":1603282051},"coords":"51.4416122,-0.3663835","bedrooms":"0","price":"180000","area":"518"} , +{"type":"Feature","id":"n8032198605","geometry":{"type":"Point","coordinates":[-0.3548801,51.4431673]},"properties":{"@type":"node","@id":8032198605,"@timestamp":1603282051},"coords":"51.4431673,-0.3548801","bedrooms":"2","price":"264000","area":"561"} , +{"type":"Feature","id":"n8032198615","geometry":{"type":"Point","coordinates":[-0.3717487,51.4422298]},"properties":{"@type":"node","@id":8032198615,"@timestamp":1603282051},"coords":"51.4422298,-0.3717487","bedrooms":"0","price":"159000","area":"432"} , +{"type":"Feature","id":"n8032255879","geometry":{"type":"Point","coordinates":[-0.0409467,51.6700485]},"properties":{"@type":"node","@id":8032255879,"@timestamp":1603289981},"coords":"51.6700485,-0.0409467","bedrooms":"1","price":"198000","area":"545"} , +{"type":"Feature","id":"n8032258826","geometry":{"type":"Point","coordinates":[-0.041019,51.6697471]},"properties":{"@type":"node","@id":8032258826,"@timestamp":1603289367},"coords":"51.6697471,-0.041019","bedrooms":"2","price":"221000","area":"644"} , +{"type":"Feature","id":"n8032263929","geometry":{"type":"Point","coordinates":[-0.7355652,51.6948646]},"properties":{"@type":"node","@id":8032263929,"@timestamp":1603284204},"coords":"51.6948646,-0.7355652","bedrooms":"0","price":"264000","area":"653"} , +{"type":"Feature","id":"n8032267754","geometry":{"type":"Point","coordinates":[0.0030856,51.5346923]},"properties":{"@type":"node","@id":8032267754,"@timestamp":1627567038},"coords":"51.5346923,0.0030856","bedrooms":"1","price":"236000","area":"385"} , +{"type":"Feature","id":"n8032300207","geometry":{"type":"Point","coordinates":[0.0030324,51.5346173]},"properties":{"@type":"node","@id":8032300207,"@timestamp":1627567038},"coords":"51.5346173,0.0030324","bedrooms":"3","price":"262000","area":"427"} , +{"type":"Feature","id":"n8032365528","geometry":{"type":"Point","coordinates":[-0.0407518,51.6693444]},"properties":{"@type":"node","@id":8032365528,"@timestamp":1603289367},"coords":"51.6693444,-0.0407518","bedrooms":"3","price":"270000","area":"389"} , +{"type":"Feature","id":"n8032370891","geometry":{"type":"Point","coordinates":[0.516736,51.6088787]},"properties":{"@type":"node","@id":8032370891,"@timestamp":1603286714},"coords":"51.6088787,0.516736","bedrooms":"3","price":"294000","area":"674"} , +{"type":"Feature","id":"n8032425714","geometry":{"type":"Point","coordinates":[-0.0419495,51.6674438]},"properties":{"@type":"node","@id":8032425714,"@timestamp":1603289981},"coords":"51.6674438,-0.0419495","bedrooms":"1","price":"286000","area":"607"} , +{"type":"Feature","id":"n8032578749","geometry":{"type":"Point","coordinates":[-0.2180859,51.5409114]},"properties":{"@type":"node","@id":8032578749,"@timestamp":1603292449},"coords":"51.5409114,-0.2180859","bedrooms":"0","price":"252000","area":"368"} , +{"type":"Feature","id":"n8032602513","geometry":{"type":"Point","coordinates":[-0.4827101,51.6498618]},"properties":{"@type":"node","@id":8032602513,"@timestamp":1603292067},"coords":"51.6498618,-0.4827101","bedrooms":"2","price":"289000","area":"433"} , +{"type":"Feature","id":"n8032627557","geometry":{"type":"Point","coordinates":[-0.4740073,51.6408173]},"properties":{"@type":"node","@id":8032627557,"@timestamp":1603292922},"coords":"51.6408173,-0.4740073","bedrooms":"4","price":"172000","area":"364"} , +{"type":"Feature","id":"n8032634496","geometry":{"type":"Point","coordinates":[-0.2951931,51.3857373]},"properties":{"@type":"node","@id":8032634496,"@timestamp":1613075810},"coords":"51.3857373,-0.2951931","bedrooms":"2","price":"228000","area":"564"} , +{"type":"Feature","id":"n8032731284","geometry":{"type":"Point","coordinates":[0.1749062,51.4560898]},"properties":{"@type":"node","@id":8032731284,"@timestamp":1603295045},"coords":"51.4560898,0.1749062","bedrooms":"3","price":"216000","area":"519"} , +{"type":"Feature","id":"n8032731975","geometry":{"type":"Point","coordinates":[-0.3012575,51.4665977]},"properties":{"@type":"node","@id":8032731975,"@timestamp":1603294868},"coords":"51.4665977,-0.3012575","bedrooms":"1","price":"155000","area":"538"} , +{"type":"Feature","id":"n8032731990","geometry":{"type":"Point","coordinates":[-0.3018714,51.4659039]},"properties":{"@type":"node","@id":8032731990,"@timestamp":1603294868},"coords":"51.4659039,-0.3018714","bedrooms":"0","price":"153000","area":"668"} , +{"type":"Feature","id":"n8032732080","geometry":{"type":"Point","coordinates":[-0.3081758,51.4658534]},"properties":{"@type":"node","@id":8032732080,"@timestamp":1603294868},"coords":"51.4658534,-0.3081758","bedrooms":"1","price":"274000","area":"397"} , +{"type":"Feature","id":"n8032820992","geometry":{"type":"Point","coordinates":[0.2643042,51.6832872]},"properties":{"@type":"node","@id":8032820992,"@timestamp":1603297195},"coords":"51.6832872,0.2643042","bedrooms":"3","price":"190000","area":"682"} , +{"type":"Feature","id":"n8032843976","geometry":{"type":"Point","coordinates":[-0.908303,51.5398785]},"properties":{"@type":"node","@id":8032843976,"@timestamp":1603298038},"coords":"51.5398785,-0.908303","bedrooms":"3","price":"284000","area":"469"} , +{"type":"Feature","id":"n8033019474","geometry":{"type":"Point","coordinates":[-0.1147712,51.442192]},"properties":{"@type":"node","@id":8033019474,"@timestamp":1603302531},"coords":"51.442192,-0.1147712","bedrooms":"3","price":"259000","area":"646"} , +{"type":"Feature","id":"n8033048612","geometry":{"type":"Point","coordinates":[-0.1153895,51.4428331]},"properties":{"@type":"node","@id":8033048612,"@timestamp":1603302531},"coords":"51.4428331,-0.1153895","bedrooms":"3","price":"225000","area":"415"} , +{"type":"Feature","id":"n8033048622","geometry":{"type":"Point","coordinates":[-0.1143686,51.442216]},"properties":{"@type":"node","@id":8033048622,"@timestamp":1603302531},"coords":"51.442216,-0.1143686","bedrooms":"0","price":"168000","area":"599"} , +{"type":"Feature","id":"n8033048656","geometry":{"type":"Point","coordinates":[-0.1136959,51.4428497]},"properties":{"@type":"node","@id":8033048656,"@timestamp":1603302531},"coords":"51.4428497,-0.1136959","bedrooms":"2","price":"296000","area":"455"} , +{"type":"Feature","id":"n8033059318","geometry":{"type":"Point","coordinates":[-0.4717191,51.629677]},"properties":{"@type":"node","@id":8033059318,"@timestamp":1603302879},"coords":"51.629677,-0.4717191","bedrooms":"0","price":"240000","area":"507"} , +{"type":"Feature","id":"n8033085914","geometry":{"type":"Point","coordinates":[-0.4508429,51.6331309]},"properties":{"@type":"node","@id":8033085914,"@timestamp":1603303718},"coords":"51.6331309,-0.4508429","bedrooms":"3","price":"273000","area":"507"} , +{"type":"Feature","id":"n8033147945","geometry":{"type":"Point","coordinates":[-0.4589688,51.6483933]},"properties":{"@type":"node","@id":8033147945,"@timestamp":1603305367},"coords":"51.6483933,-0.4589688","bedrooms":"0","price":"221000","area":"482"} , +{"type":"Feature","id":"n8033303798","geometry":{"type":"Point","coordinates":[-0.1194877,51.443088]},"properties":{"@type":"node","@id":8033303798,"@timestamp":1603310085},"coords":"51.443088,-0.1194877","bedrooms":"2","price":"191000","area":"448"} , +{"type":"Feature","id":"n8033503711","geometry":{"type":"Point","coordinates":[-0.4771452,51.6379711]},"properties":{"@type":"node","@id":8033503711,"@timestamp":1603331408},"coords":"51.6379711,-0.4771452","bedrooms":"4","price":"209000","area":"597"} , +{"type":"Feature","id":"n8033606277","geometry":{"type":"Point","coordinates":[-0.4797506,51.6379544]},"properties":{"@type":"node","@id":8033606277,"@timestamp":1603319195},"coords":"51.6379544,-0.4797506","bedrooms":"4","price":"152000","area":"423"} , +{"type":"Feature","id":"n8033618633","geometry":{"type":"Point","coordinates":[-0.5121898,51.6586289]},"properties":{"@type":"node","@id":8033618633,"@timestamp":1603317384},"coords":"51.6586289,-0.5121898","bedrooms":"2","price":"296000","area":"627"} , +{"type":"Feature","id":"n8033672175","geometry":{"type":"Point","coordinates":[-0.0228477,51.5387739]},"properties":{"@type":"node","@id":8033672175,"@timestamp":1622085084},"coords":"51.5387739,-0.0228477","bedrooms":"0","price":"288000","area":"443"} , +{"type":"Feature","id":"n8033686916","geometry":{"type":"Point","coordinates":[-0.0222778,51.5382674]},"properties":{"@type":"node","@id":8033686916,"@timestamp":1603317776},"coords":"51.5382674,-0.0222778","bedrooms":"4","price":"260000","area":"490"} , +{"type":"Feature","id":"n8033999791","geometry":{"type":"Point","coordinates":[-0.4921482,51.6459174]},"properties":{"@type":"node","@id":8033999791,"@timestamp":1603319195},"coords":"51.6459174,-0.4921482","bedrooms":"1","price":"195000","area":"469"} , +{"type":"Feature","id":"n8034080963","geometry":{"type":"Point","coordinates":[-0.4870587,51.6362784]},"properties":{"@type":"node","@id":8034080963,"@timestamp":1603320985},"coords":"51.6362784,-0.4870587","bedrooms":"2","price":"286000","area":"597"} , +{"type":"Feature","id":"n8034323953","geometry":{"type":"Point","coordinates":[-0.3327549,51.4393849]},"properties":{"@type":"node","@id":8034323953,"@timestamp":1603333569},"coords":"51.4393849,-0.3327549","bedrooms":"0","price":"197000","area":"638"} , +{"type":"Feature","id":"n8034602227","geometry":{"type":"Point","coordinates":[-0.1650547,51.4971163]},"properties":{"@type":"node","@id":8034602227,"@timestamp":1603341533},"coords":"51.4971163,-0.1650547","bedrooms":"2","price":"262000","area":"669"} , +{"type":"Feature","id":"n8034631164","geometry":{"type":"Point","coordinates":[0.2184787,51.5138043]},"properties":{"@type":"node","@id":8034631164,"@timestamp":1603343064},"coords":"51.5138043,0.2184787","bedrooms":"3","price":"192000","area":"639"} , +{"type":"Feature","id":"n8035058990","geometry":{"type":"Point","coordinates":[0.5942238,51.2601963]},"properties":{"@type":"node","@id":8035058990,"@timestamp":1603351835},"coords":"51.2601963,0.5942238","bedrooms":"0","price":"207000","area":"454"} , +{"type":"Feature","id":"n8035217339","geometry":{"type":"Point","coordinates":[0.1388199,51.864046]},"properties":{"@type":"node","@id":8035217339,"@timestamp":1603355202},"coords":"51.864046,0.1388199","bedrooms":"0","price":"189000","area":"623"} , +{"type":"Feature","id":"n8035241226","geometry":{"type":"Point","coordinates":[0.1700497,51.885819]},"properties":{"@type":"node","@id":8035241226,"@timestamp":1610496352},"coords":"51.885819,0.1700497","bedrooms":"0","price":"295000","area":"572"} , +{"type":"Feature","id":"n8035329198","geometry":{"type":"Point","coordinates":[0.4738146,51.5998365]},"properties":{"@type":"node","@id":8035329198,"@timestamp":1603356918},"coords":"51.5998365,0.4738146","bedrooms":"4","price":"270000","area":"443"} , +{"type":"Feature","id":"n8035610245","geometry":{"type":"Point","coordinates":[-0.4095295,51.399826]},"properties":{"@type":"node","@id":8035610245,"@timestamp":1603360413},"coords":"51.399826,-0.4095295","bedrooms":"1","price":"273000","area":"394"} , +{"type":"Feature","id":"n8035632568","geometry":{"type":"Point","coordinates":[-0.411904,51.4006658]},"properties":{"@type":"node","@id":8035632568,"@timestamp":1603360413},"coords":"51.4006658,-0.411904","bedrooms":"1","price":"214000","area":"352"} , +{"type":"Feature","id":"n8035632593","geometry":{"type":"Point","coordinates":[-0.41301,51.3990447]},"properties":{"@type":"node","@id":8035632593,"@timestamp":1603360413},"coords":"51.3990447,-0.41301","bedrooms":"1","price":"242000","area":"669"} , +{"type":"Feature","id":"n8035632603","geometry":{"type":"Point","coordinates":[-0.4125807,51.3984799]},"properties":{"@type":"node","@id":8035632603,"@timestamp":1603360413},"coords":"51.3984799,-0.4125807","bedrooms":"2","price":"288000","area":"691"} , +{"type":"Feature","id":"n8035632613","geometry":{"type":"Point","coordinates":[-0.4119251,51.3983228]},"properties":{"@type":"node","@id":8035632613,"@timestamp":1603360413},"coords":"51.3983228,-0.4119251","bedrooms":"1","price":"269000","area":"509"} , +{"type":"Feature","id":"n8035632623","geometry":{"type":"Point","coordinates":[-0.4127905,51.3977074]},"properties":{"@type":"node","@id":8035632623,"@timestamp":1603360413},"coords":"51.3977074,-0.4127905","bedrooms":"4","price":"270000","area":"681"} , +{"type":"Feature","id":"n8035632633","geometry":{"type":"Point","coordinates":[-0.4133145,51.397994]},"properties":{"@type":"node","@id":8035632633,"@timestamp":1603360413},"coords":"51.397994,-0.4133145","bedrooms":"3","price":"169000","area":"407"} , +{"type":"Feature","id":"n8035632699","geometry":{"type":"Point","coordinates":[-0.4102469,51.3997574]},"properties":{"@type":"node","@id":8035632699,"@timestamp":1603360413},"coords":"51.3997574,-0.4102469","bedrooms":"4","price":"152000","area":"570"} , +{"type":"Feature","id":"n8035632871","geometry":{"type":"Point","coordinates":[-0.417131,51.3956036]},"properties":{"@type":"node","@id":8035632871,"@timestamp":1603360413},"coords":"51.3956036,-0.417131","bedrooms":"3","price":"156000","area":"612"} , +{"type":"Feature","id":"n8035633081","geometry":{"type":"Point","coordinates":[-0.4077228,51.4040582]},"properties":{"@type":"node","@id":8035633081,"@timestamp":1603360413},"coords":"51.4040582,-0.4077228","bedrooms":"1","price":"177000","area":"635"} , +{"type":"Feature","id":"n8035775760","geometry":{"type":"Point","coordinates":[-0.378961,51.4051577]},"properties":{"@type":"node","@id":8035775760,"@timestamp":1616110546},"coords":"51.4051577,-0.378961","bedrooms":"3","price":"220000","area":"383"} , +{"type":"Feature","id":"n8035775814","geometry":{"type":"Point","coordinates":[-0.3685233,51.4154112]},"properties":{"@type":"node","@id":8035775814,"@timestamp":1603362886},"coords":"51.4154112,-0.3685233","bedrooms":"3","price":"154000","area":"468"} , +{"type":"Feature","id":"n8035775824","geometry":{"type":"Point","coordinates":[-0.3697371,51.415529]},"properties":{"@type":"node","@id":8035775824,"@timestamp":1603362886},"coords":"51.415529,-0.3697371","bedrooms":"2","price":"197000","area":"461"} , +{"type":"Feature","id":"n8035856185","geometry":{"type":"Point","coordinates":[-0.3557676,51.4126161]},"properties":{"@type":"node","@id":8035856185,"@timestamp":1603364541},"coords":"51.4126161,-0.3557676","bedrooms":"0","price":"156000","area":"504"} , +{"type":"Feature","id":"n8035856198","geometry":{"type":"Point","coordinates":[-0.3554337,51.4138096]},"properties":{"@type":"node","@id":8035856198,"@timestamp":1603364541},"coords":"51.4138096,-0.3554337","bedrooms":"3","price":"257000","area":"674"} , +{"type":"Feature","id":"n8035990260","geometry":{"type":"Point","coordinates":[-0.3631416,51.4146343]},"properties":{"@type":"node","@id":8035990260,"@timestamp":1603367757},"coords":"51.4146343,-0.3631416","bedrooms":"0","price":"187000","area":"380"} , +{"type":"Feature","id":"n8035991304","geometry":{"type":"Point","coordinates":[-0.3632344,51.4139186]},"properties":{"@type":"node","@id":8035991304,"@timestamp":1603367757},"coords":"51.4139186,-0.3632344","bedrooms":"1","price":"167000","area":"407"} , +{"type":"Feature","id":"n8036326051","geometry":{"type":"Point","coordinates":[0.2180787,51.4452996]},"properties":{"@type":"node","@id":8036326051,"@timestamp":1620260002},"coords":"51.4452996,0.2180787","bedrooms":"0","price":"272000","area":"641"} , +{"type":"Feature","id":"n8036341556","geometry":{"type":"Point","coordinates":[0.0101917,51.5424872]},"properties":{"@type":"node","@id":8036341556,"@timestamp":1603370790},"coords":"51.5424872,0.0101917","bedrooms":"0","price":"151000","area":"616"} , +{"type":"Feature","id":"n8036442722","geometry":{"type":"Point","coordinates":[-0.3043316,51.4648631]},"properties":{"@type":"node","@id":8036442722,"@timestamp":1603371147},"coords":"51.4648631,-0.3043316","bedrooms":"0","price":"224000","area":"585"} , +{"type":"Feature","id":"n8036442767","geometry":{"type":"Point","coordinates":[-0.3063498,51.4665194]},"properties":{"@type":"node","@id":8036442767,"@timestamp":1603371147},"coords":"51.4665194,-0.3063498","bedrooms":"0","price":"214000","area":"363"} , +{"type":"Feature","id":"n8036442998","geometry":{"type":"Point","coordinates":[-0.305135,51.4634631]},"properties":{"@type":"node","@id":8036442998,"@timestamp":1603371147},"coords":"51.4634631,-0.305135","bedrooms":"2","price":"175000","area":"521"} , +{"type":"Feature","id":"n8036443074","geometry":{"type":"Point","coordinates":[-0.3077889,51.4631621]},"properties":{"@type":"node","@id":8036443074,"@timestamp":1603371147},"coords":"51.4631621,-0.3077889","bedrooms":"0","price":"177000","area":"380"} , +{"type":"Feature","id":"n8036443090","geometry":{"type":"Point","coordinates":[-0.3051145,51.464458]},"properties":{"@type":"node","@id":8036443090,"@timestamp":1603371147},"coords":"51.464458,-0.3051145","bedrooms":"0","price":"201000","area":"574"} , +{"type":"Feature","id":"n8036443124","geometry":{"type":"Point","coordinates":[-0.3063434,51.4640274]},"properties":{"@type":"node","@id":8036443124,"@timestamp":1603371147},"coords":"51.4640274,-0.3063434","bedrooms":"2","price":"194000","area":"623"} , +{"type":"Feature","id":"n8036443136","geometry":{"type":"Point","coordinates":[-0.3078979,51.4636807]},"properties":{"@type":"node","@id":8036443136,"@timestamp":1603371147},"coords":"51.4636807,-0.3078979","bedrooms":"1","price":"215000","area":"425"} , +{"type":"Feature","id":"n8036443146","geometry":{"type":"Point","coordinates":[-0.3077761,51.4641311]},"properties":{"@type":"node","@id":8036443146,"@timestamp":1603371147},"coords":"51.4641311,-0.3077761","bedrooms":"0","price":"188000","area":"501"} , +{"type":"Feature","id":"n8036443156","geometry":{"type":"Point","coordinates":[-0.3104037,51.4633521]},"properties":{"@type":"node","@id":8036443156,"@timestamp":1603371147},"coords":"51.4633521,-0.3104037","bedrooms":"3","price":"213000","area":"561"} , +{"type":"Feature","id":"n8036443166","geometry":{"type":"Point","coordinates":[-0.3086971,51.4634983]},"properties":{"@type":"node","@id":8036443166,"@timestamp":1603371147},"coords":"51.4634983,-0.3086971","bedrooms":"2","price":"296000","area":"554"} , +{"type":"Feature","id":"n8036443254","geometry":{"type":"Point","coordinates":[-0.3119927,51.4618867]},"properties":{"@type":"node","@id":8036443254,"@timestamp":1603371147},"coords":"51.4618867,-0.3119927","bedrooms":"3","price":"257000","area":"405"} , +{"type":"Feature","id":"n8036443264","geometry":{"type":"Point","coordinates":[-0.3122796,51.4611608]},"properties":{"@type":"node","@id":8036443264,"@timestamp":1603371147},"coords":"51.4611608,-0.3122796","bedrooms":"2","price":"178000","area":"588"} , +{"type":"Feature","id":"n8036477524","geometry":{"type":"Point","coordinates":[-0.307691,51.4604795]},"properties":{"@type":"node","@id":8036477524,"@timestamp":1603371640},"coords":"51.4604795,-0.307691","bedrooms":"1","price":"218000","area":"695"} , +{"type":"Feature","id":"n8036553659","geometry":{"type":"Point","coordinates":[0.1928256,51.5159922]},"properties":{"@type":"node","@id":8036553659,"@timestamp":1610836109},"coords":"51.5159922,0.1928256","bedrooms":"4","price":"251000","area":"423"} , +{"type":"Feature","id":"n8037274804","geometry":{"type":"Point","coordinates":[0.7084794,51.5346871]},"properties":{"@type":"node","@id":8037274804,"@timestamp":1603375150},"coords":"51.5346871,0.7084794","bedrooms":"3","price":"272000","area":"412"} , +{"type":"Feature","id":"n8037274814","geometry":{"type":"Point","coordinates":[0.7084566,51.5345381]},"properties":{"@type":"node","@id":8037274814,"@timestamp":1603375150},"coords":"51.5345381,0.7084566","bedrooms":"0","price":"219000","area":"647"} , +{"type":"Feature","id":"n8037291027","geometry":{"type":"Point","coordinates":[0.7083198,51.5345782]},"properties":{"@type":"node","@id":8037291027,"@timestamp":1603375150},"coords":"51.5345782,0.7083198","bedrooms":"3","price":"161000","area":"388"} , +{"type":"Feature","id":"n8037291037","geometry":{"type":"Point","coordinates":[0.7080804,51.535002]},"properties":{"@type":"node","@id":8037291037,"@timestamp":1603375150},"coords":"51.535002,0.7080804","bedrooms":"1","price":"267000","area":"630"} , +{"type":"Feature","id":"n8037331414","geometry":{"type":"Point","coordinates":[0.7098772,51.5355759]},"properties":{"@type":"node","@id":8037331414,"@timestamp":1603376125},"coords":"51.5355759,0.7098772","bedrooms":"0","price":"198000","area":"567"} , +{"type":"Feature","id":"n8037351356","geometry":{"type":"Point","coordinates":[0.0139339,51.5498741]},"properties":{"@type":"node","@id":8037351356,"@timestamp":1620682072},"coords":"51.5498741,0.0139339","bedrooms":"3","price":"207000","area":"618"} , +{"type":"Feature","id":"n8037369301","geometry":{"type":"Point","coordinates":[0.0144174,51.5490756]},"properties":{"@type":"node","@id":8037369301,"@timestamp":1620682072},"coords":"51.5490756,0.0144174","bedrooms":"2","price":"150000","area":"410"} , +{"type":"Feature","id":"n8037523854","geometry":{"type":"Point","coordinates":[-0.9669919,51.4478805]},"properties":{"@type":"node","@id":8037523854,"@timestamp":1603380993},"coords":"51.4478805,-0.9669919","bedrooms":"1","price":"195000","area":"545"} , +{"type":"Feature","id":"n8037594894","geometry":{"type":"Point","coordinates":[0.7867266,51.4102866]},"properties":{"@type":"node","@id":8037594894,"@timestamp":1603381909},"coords":"51.4102866,0.7867266","bedrooms":"2","price":"158000","area":"548"} , +{"type":"Feature","id":"n8037673961","geometry":{"type":"Point","coordinates":[-0.1649049,51.4972114]},"properties":{"@type":"node","@id":8037673961,"@timestamp":1603383381},"coords":"51.4972114,-0.1649049","bedrooms":"4","price":"171000","area":"690"} , +{"type":"Feature","id":"n8037680139","geometry":{"type":"Point","coordinates":[-0.1639548,51.4969899]},"properties":{"@type":"node","@id":8037680139,"@timestamp":1603383381},"coords":"51.4969899,-0.1639548","bedrooms":"4","price":"235000","area":"507"} , +{"type":"Feature","id":"n8037804679","geometry":{"type":"Point","coordinates":[-0.0473945,51.658543]},"properties":{"@type":"node","@id":8037804679,"@timestamp":1603390396},"coords":"51.658543,-0.0473945","bedrooms":"4","price":"295000","area":"642"} , +{"type":"Feature","id":"n8037806191","geometry":{"type":"Point","coordinates":[-0.0474946,51.6577997]},"properties":{"@type":"node","@id":8037806191,"@timestamp":1603390396},"coords":"51.6577997,-0.0474946","bedrooms":"3","price":"295000","area":"529"} , +{"type":"Feature","id":"n8037887099","geometry":{"type":"Point","coordinates":[0.2213691,51.4435351]},"properties":{"@type":"node","@id":8037887099,"@timestamp":1620260002},"coords":"51.4435351,0.2213691","bedrooms":"1","price":"222000","area":"617"} , +{"type":"Feature","id":"n8037911949","geometry":{"type":"Point","coordinates":[-0.1527007,51.6429489]},"properties":{"@type":"node","@id":8037911949,"@timestamp":1619261790},"coords":"51.6429489,-0.1527007","bedrooms":"4","price":"246000","area":"462"} , +{"type":"Feature","id":"n8037943907","geometry":{"type":"Point","coordinates":[-0.4866454,51.6413743]},"properties":{"@type":"node","@id":8037943907,"@timestamp":1603391495},"coords":"51.6413743,-0.4866454","bedrooms":"4","price":"290000","area":"684"} , +{"type":"Feature","id":"n8037973122","geometry":{"type":"Point","coordinates":[-0.5186805,51.6370307]},"properties":{"@type":"node","@id":8037973122,"@timestamp":1603392681},"coords":"51.6370307,-0.5186805","bedrooms":"1","price":"153000","area":"513"} , +{"type":"Feature","id":"n8038085620","geometry":{"type":"Point","coordinates":[-0.4131531,51.6554555]},"properties":{"@type":"node","@id":8038085620,"@timestamp":1603395678},"coords":"51.6554555,-0.4131531","bedrooms":"3","price":"175000","area":"667"} , +{"type":"Feature","id":"n8038085630","geometry":{"type":"Point","coordinates":[-0.4148357,51.6616827]},"properties":{"@type":"node","@id":8038085630,"@timestamp":1603395678},"coords":"51.6616827,-0.4148357","bedrooms":"0","price":"248000","area":"618"} , +{"type":"Feature","id":"n8038110346","geometry":{"type":"Point","coordinates":[-0.047541,51.6569922]},"properties":{"@type":"node","@id":8038110346,"@timestamp":1603396062},"coords":"51.6569922,-0.047541","bedrooms":"3","price":"285000","area":"393"} , +{"type":"Feature","id":"n8038112600","geometry":{"type":"Point","coordinates":[-0.3237757,51.0520999]},"properties":{"@type":"node","@id":8038112600,"@timestamp":1603395928},"coords":"51.0520999,-0.3237757","bedrooms":"4","price":"229000","area":"533"} , +{"type":"Feature","id":"n8038112610","geometry":{"type":"Point","coordinates":[-0.3247282,51.05279]},"properties":{"@type":"node","@id":8038112610,"@timestamp":1603395928},"coords":"51.05279,-0.3247282","bedrooms":"3","price":"173000","area":"688"} , +{"type":"Feature","id":"n8038138643","geometry":{"type":"Point","coordinates":[-0.4241498,51.652666]},"properties":{"@type":"node","@id":8038138643,"@timestamp":1603397143},"coords":"51.652666,-0.4241498","bedrooms":"4","price":"238000","area":"510"} , +{"type":"Feature","id":"n8038138654","geometry":{"type":"Point","coordinates":[-0.4159707,51.6513922]},"properties":{"@type":"node","@id":8038138654,"@timestamp":1603397143},"coords":"51.6513922,-0.4159707","bedrooms":"3","price":"256000","area":"644"} , +{"type":"Feature","id":"n8038193011","geometry":{"type":"Point","coordinates":[-0.0481227,51.655395]},"properties":{"@type":"node","@id":8038193011,"@timestamp":1603399850},"coords":"51.655395,-0.0481227","bedrooms":"0","price":"153000","area":"368"} , +{"type":"Feature","id":"n8038314977","geometry":{"type":"Point","coordinates":[-0.0267638,51.5393635]},"properties":{"@type":"node","@id":8038314977,"@timestamp":1603405255},"coords":"51.5393635,-0.0267638","bedrooms":"4","price":"238000","area":"635"} , +{"type":"Feature","id":"n8038360706","geometry":{"type":"Point","coordinates":[-0.5855747,51.6778911]},"properties":{"@type":"node","@id":8038360706,"@timestamp":1603405776},"coords":"51.6778911,-0.5855747","bedrooms":"1","price":"154000","area":"466"} , +{"type":"Feature","id":"n8038360716","geometry":{"type":"Point","coordinates":[-0.5911493,51.6772388]},"properties":{"@type":"node","@id":8038360716,"@timestamp":1618522086},"coords":"51.6772388,-0.5911493","bedrooms":"1","price":"170000","area":"603"} , +{"type":"Feature","id":"n8038376565","geometry":{"type":"Point","coordinates":[-0.1522549,51.5880597]},"properties":{"@type":"node","@id":8038376565,"@timestamp":1628007243},"coords":"51.5880597,-0.1522549","bedrooms":"2","price":"247000","area":"367"} , +{"type":"Feature","id":"n8038426095","geometry":{"type":"Point","coordinates":[-0.2702041,51.4816534]},"properties":{"@type":"node","@id":8038426095,"@timestamp":1614071089},"coords":"51.4816534,-0.2702041","bedrooms":"3","price":"266000","area":"516"} , +{"type":"Feature","id":"n8038673990","geometry":{"type":"Point","coordinates":[-0.0898751,51.4841838]},"properties":{"@type":"node","@id":8038673990,"@timestamp":1603422423},"coords":"51.4841838,-0.0898751","bedrooms":"4","price":"246000","area":"673"} , +{"type":"Feature","id":"n8038753582","geometry":{"type":"Point","coordinates":[-0.1651597,51.4967459]},"properties":{"@type":"node","@id":8038753582,"@timestamp":1603426774},"coords":"51.4967459,-0.1651597","bedrooms":"2","price":"171000","area":"508"} , +{"type":"Feature","id":"n8038772391","geometry":{"type":"Point","coordinates":[-0.1657278,51.497077]},"properties":{"@type":"node","@id":8038772391,"@timestamp":1603426774},"coords":"51.497077,-0.1657278","bedrooms":"2","price":"261000","area":"369"} , +{"type":"Feature","id":"n8038772471","geometry":{"type":"Point","coordinates":[-0.1663222,51.4974235]},"properties":{"@type":"node","@id":8038772471,"@timestamp":1603426774},"coords":"51.4974235,-0.1663222","bedrooms":"4","price":"294000","area":"538"} , +{"type":"Feature","id":"n8038843180","geometry":{"type":"Point","coordinates":[-0.4010741,51.3450821]},"properties":{"@type":"node","@id":8038843180,"@timestamp":1603431357},"coords":"51.3450821,-0.4010741","bedrooms":"2","price":"196000","area":"562"} , +{"type":"Feature","id":"n8038930107","geometry":{"type":"Point","coordinates":[-0.9041644,51.6869343]},"properties":{"@type":"node","@id":8038930107,"@timestamp":1603434246},"coords":"51.6869343,-0.9041644","bedrooms":"2","price":"238000","area":"368"} , +{"type":"Feature","id":"n8038990748","geometry":{"type":"Point","coordinates":[0.1007507,51.6713657]},"properties":{"@type":"node","@id":8038990748,"@timestamp":1608031265},"coords":"51.6713657,0.1007507","bedrooms":"0","price":"202000","area":"433"} , +{"type":"Feature","id":"n8039023776","geometry":{"type":"Point","coordinates":[-1.0736211,51.1283983]},"properties":{"@type":"node","@id":8039023776,"@timestamp":1604296073},"coords":"51.1283983,-1.0736211","bedrooms":"0","price":"251000","area":"658"} , +{"type":"Feature","id":"n8039046790","geometry":{"type":"Point","coordinates":[-0.0466126,51.6481491]},"properties":{"@type":"node","@id":8039046790,"@timestamp":1603442594},"coords":"51.6481491,-0.0466126","bedrooms":"3","price":"206000","area":"620"} , +{"type":"Feature","id":"n8039100881","geometry":{"type":"Point","coordinates":[-0.0471653,51.6466018]},"properties":{"@type":"node","@id":8039100881,"@timestamp":1603442594},"coords":"51.6466018,-0.0471653","bedrooms":"1","price":"215000","area":"671"} , +{"type":"Feature","id":"n8039170161","geometry":{"type":"Point","coordinates":[-0.0470273,51.6461654]},"properties":{"@type":"node","@id":8039170161,"@timestamp":1603442594},"coords":"51.6461654,-0.0470273","bedrooms":"3","price":"298000","area":"656"} , +{"type":"Feature","id":"n8039174259","geometry":{"type":"Point","coordinates":[0.5009553,51.3163771]},"properties":{"@type":"node","@id":8039174259,"@timestamp":1603443023},"coords":"51.3163771,0.5009553","bedrooms":"2","price":"285000","area":"484"} , +{"type":"Feature","id":"n8039224658","geometry":{"type":"Point","coordinates":[-0.0466424,51.6444571]},"properties":{"@type":"node","@id":8039224658,"@timestamp":1603444139},"coords":"51.6444571,-0.0466424","bedrooms":"2","price":"267000","area":"656"} , +{"type":"Feature","id":"n8039269161","geometry":{"type":"Point","coordinates":[-0.0471243,51.6427554]},"properties":{"@type":"node","@id":8039269161,"@timestamp":1603446326},"coords":"51.6427554,-0.0471243","bedrooms":"0","price":"192000","area":"596"} , +{"type":"Feature","id":"n8039334167","geometry":{"type":"Point","coordinates":[0.1801639,51.8748345]},"properties":{"@type":"node","@id":8039334167,"@timestamp":1612959243},"coords":"51.8748345,0.1801639","bedrooms":"3","price":"280000","area":"396"} , +{"type":"Feature","id":"n8039366109","geometry":{"type":"Point","coordinates":[-0.6208432,51.7915836]},"properties":{"@type":"node","@id":8039366109,"@timestamp":1603447312},"coords":"51.7915836,-0.6208432","bedrooms":"0","price":"209000","area":"637"} , +{"type":"Feature","id":"n8039390494","geometry":{"type":"Point","coordinates":[0.0152498,51.5499183]},"properties":{"@type":"node","@id":8039390494,"@timestamp":1620682072},"coords":"51.5499183,0.0152498","bedrooms":"3","price":"267000","area":"655"} , +{"type":"Feature","id":"n8039390533","geometry":{"type":"Point","coordinates":[0.0152194,51.550211]},"properties":{"@type":"node","@id":8039390533,"@timestamp":1620682072},"coords":"51.550211,0.0152194","bedrooms":"3","price":"200000","area":"621"} , +{"type":"Feature","id":"n8039390654","geometry":{"type":"Point","coordinates":[0.0144116,51.5510503]},"properties":{"@type":"node","@id":8039390654,"@timestamp":1620682072},"coords":"51.5510503,0.0144116","bedrooms":"0","price":"272000","area":"645"} , +{"type":"Feature","id":"n8039397587","geometry":{"type":"Point","coordinates":[-0.0607195,51.542122]},"properties":{"@type":"node","@id":8039397587,"@timestamp":1603447851},"coords":"51.542122,-0.0607195","bedrooms":"3","price":"157000","area":"525"} , +{"type":"Feature","id":"n8039415975","geometry":{"type":"Point","coordinates":[0.1890773,51.519564]},"properties":{"@type":"node","@id":8039415975,"@timestamp":1603448598},"coords":"51.519564,0.1890773","bedrooms":"4","price":"178000","area":"388"} , +{"type":"Feature","id":"n8039437178","geometry":{"type":"Point","coordinates":[-0.1265519,51.4318951]},"properties":{"@type":"node","@id":8039437178,"@timestamp":1603449123},"coords":"51.4318951,-0.1265519","bedrooms":"3","price":"275000","area":"659"} , +{"type":"Feature","id":"n8039441420","geometry":{"type":"Point","coordinates":[0.0153434,51.5505163]},"properties":{"@type":"node","@id":8039441420,"@timestamp":1620682072},"coords":"51.5505163,0.0153434","bedrooms":"3","price":"227000","area":"468"} , +{"type":"Feature","id":"n8039441437","geometry":{"type":"Point","coordinates":[0.015202,51.5507361]},"properties":{"@type":"node","@id":8039441437,"@timestamp":1620682072},"coords":"51.5507361,0.015202","bedrooms":"1","price":"174000","area":"352"} , +{"type":"Feature","id":"n8039445009","geometry":{"type":"Point","coordinates":[-0.1473752,51.4651798]},"properties":{"@type":"node","@id":8039445009,"@timestamp":1603449123},"coords":"51.4651798,-0.1473752","bedrooms":"3","price":"222000","area":"475"} , +{"type":"Feature","id":"n8039445053","geometry":{"type":"Point","coordinates":[-0.118252,51.5018773]},"properties":{"@type":"node","@id":8039445053,"@timestamp":1603449123},"coords":"51.5018773,-0.118252","bedrooms":"2","price":"289000","area":"401"} , +{"type":"Feature","id":"n8039445111","geometry":{"type":"Point","coordinates":[-0.1152402,51.4745265]},"properties":{"@type":"node","@id":8039445111,"@timestamp":1623160256},"coords":"51.4745265,-0.1152402","bedrooms":"1","price":"246000","area":"486"} , +{"type":"Feature","id":"n8039446555","geometry":{"type":"Point","coordinates":[-0.047178,51.6421178]},"properties":{"@type":"node","@id":8039446555,"@timestamp":1603449774},"coords":"51.6421178,-0.047178","bedrooms":"0","price":"159000","area":"621"} , +{"type":"Feature","id":"n8039503139","geometry":{"type":"Point","coordinates":[-0.0459929,51.6437683]},"properties":{"@type":"node","@id":8039503139,"@timestamp":1603450968},"coords":"51.6437683,-0.0459929","bedrooms":"4","price":"281000","area":"642"} , +{"type":"Feature","id":"n8039652581","geometry":{"type":"Point","coordinates":[0.5585634,51.5208781]},"properties":{"@type":"node","@id":8039652581,"@timestamp":1603454851},"coords":"51.5208781,0.5585634","bedrooms":"2","price":"206000","area":"487"} , +{"type":"Feature","id":"n8039775916","geometry":{"type":"Point","coordinates":[0.0152342,51.551015]},"properties":{"@type":"node","@id":8039775916,"@timestamp":1620682072},"coords":"51.551015,0.0152342","bedrooms":"1","price":"207000","area":"546"} , +{"type":"Feature","id":"n8039847201","geometry":{"type":"Point","coordinates":[-0.3302609,51.0515757]},"properties":{"@type":"node","@id":8039847201,"@timestamp":1631530655},"coords":"51.0515757,-0.3302609","bedrooms":"3","price":"180000","area":"421"} , +{"type":"Feature","id":"n8040021765","geometry":{"type":"Point","coordinates":[-0.0463077,51.6442791]},"properties":{"@type":"node","@id":8040021765,"@timestamp":1603464590},"coords":"51.6442791,-0.0463077","bedrooms":"0","price":"272000","area":"671"} , +{"type":"Feature","id":"n8040104037","geometry":{"type":"Point","coordinates":[-0.0463761,51.6457359]},"properties":{"@type":"node","@id":8040104037,"@timestamp":1603547435},"coords":"51.6457359,-0.0463761","bedrooms":"2","price":"242000","area":"636"} , +{"type":"Feature","id":"n8040143410","geometry":{"type":"Point","coordinates":[-0.0042535,51.4668885]},"properties":{"@type":"node","@id":8040143410,"@timestamp":1628628749},"coords":"51.4668885,-0.0042535","bedrooms":"2","price":"256000","area":"675"} , +{"type":"Feature","id":"n8040188836","geometry":{"type":"Point","coordinates":[0.0169641,51.5501463]},"properties":{"@type":"node","@id":8040188836,"@timestamp":1620682072},"coords":"51.5501463,0.0169641","bedrooms":"3","price":"152000","area":"431"} , +{"type":"Feature","id":"n8040188884","geometry":{"type":"Point","coordinates":[0.0167263,51.5505459]},"properties":{"@type":"node","@id":8040188884,"@timestamp":1620682072},"coords":"51.5505459,0.0167263","bedrooms":"1","price":"225000","area":"609"} , +{"type":"Feature","id":"n8040311985","geometry":{"type":"Point","coordinates":[0.0166387,51.5496978]},"properties":{"@type":"node","@id":8040311985,"@timestamp":1620682072},"coords":"51.5496978,0.0166387","bedrooms":"2","price":"161000","area":"672"} , +{"type":"Feature","id":"n8040648087","geometry":{"type":"Point","coordinates":[-0.0079281,51.5087148]},"properties":{"@type":"node","@id":8040648087,"@timestamp":1632234754},"coords":"51.5087148,-0.0079281","bedrooms":"4","price":"298000","area":"684"} , +{"type":"Feature","id":"n8040881948","geometry":{"type":"Point","coordinates":[-0.414141,51.6468434]},"properties":{"@type":"node","@id":8040881948,"@timestamp":1603486951},"coords":"51.6468434,-0.414141","bedrooms":"1","price":"289000","area":"642"} , +{"type":"Feature","id":"n8040881958","geometry":{"type":"Point","coordinates":[-0.4141133,51.6470286]},"properties":{"@type":"node","@id":8040881958,"@timestamp":1603486951},"coords":"51.6470286,-0.4141133","bedrooms":"2","price":"295000","area":"678"} , +{"type":"Feature","id":"n8040928225","geometry":{"type":"Point","coordinates":[-0.4077354,51.6454922]},"properties":{"@type":"node","@id":8040928225,"@timestamp":1603489306},"coords":"51.6454922,-0.4077354","bedrooms":"2","price":"188000","area":"463"} , +{"type":"Feature","id":"n8040935261","geometry":{"type":"Point","coordinates":[-0.4200416,51.6461118]},"properties":{"@type":"node","@id":8040935261,"@timestamp":1603489767},"coords":"51.6461118,-0.4200416","bedrooms":"3","price":"275000","area":"567"} , +{"type":"Feature","id":"n8040935271","geometry":{"type":"Point","coordinates":[-0.4236401,51.6473391]},"properties":{"@type":"node","@id":8040935271,"@timestamp":1603489767},"coords":"51.6473391,-0.4236401","bedrooms":"3","price":"217000","area":"609"} , +{"type":"Feature","id":"n8040998587","geometry":{"type":"Point","coordinates":[-0.5177504,51.6578614]},"properties":{"@type":"node","@id":8040998587,"@timestamp":1603490692},"coords":"51.6578614,-0.5177504","bedrooms":"2","price":"259000","area":"570"} , +{"type":"Feature","id":"n8041018896","geometry":{"type":"Point","coordinates":[-0.2627736,51.402885]},"properties":{"@type":"node","@id":8041018896,"@timestamp":1635016313},"coords":"51.402885,-0.2627736","bedrooms":"1","price":"190000","area":"416"} , +{"type":"Feature","id":"n8041106459","geometry":{"type":"Point","coordinates":[-0.0892659,51.5008147]},"properties":{"@type":"node","@id":8041106459,"@timestamp":1603494430},"coords":"51.5008147,-0.0892659","bedrooms":"1","price":"209000","area":"457"} , +{"type":"Feature","id":"n8041419343","geometry":{"type":"Point","coordinates":[-0.666287,51.5960704]},"properties":{"@type":"node","@id":8041419343,"@timestamp":1603513360},"coords":"51.5960704,-0.666287","bedrooms":"2","price":"195000","area":"537"} , +{"type":"Feature","id":"n8041900591","geometry":{"type":"Point","coordinates":[0.7778099,51.4182346]},"properties":{"@type":"node","@id":8041900591,"@timestamp":1603535519},"coords":"51.4182346,0.7778099","bedrooms":"4","price":"226000","area":"531"} , +{"type":"Feature","id":"n8041916332","geometry":{"type":"Point","coordinates":[-0.046087,51.5473305]},"properties":{"@type":"node","@id":8041916332,"@timestamp":1623790101},"coords":"51.5473305,-0.046087","bedrooms":"0","price":"294000","area":"440"} , +{"type":"Feature","id":"n8041949841","geometry":{"type":"Point","coordinates":[-0.1666295,51.4972628]},"properties":{"@type":"node","@id":8041949841,"@timestamp":1603538680},"coords":"51.4972628,-0.1666295","bedrooms":"0","price":"200000","area":"444"} , +{"type":"Feature","id":"n8041949860","geometry":{"type":"Point","coordinates":[-0.16611,51.4969192]},"properties":{"@type":"node","@id":8041949860,"@timestamp":1603538680},"coords":"51.4969192,-0.16611","bedrooms":"3","price":"222000","area":"558"} , +{"type":"Feature","id":"n8041954639","geometry":{"type":"Point","coordinates":[-0.196957,51.4130919]},"properties":{"@type":"node","@id":8041954639,"@timestamp":1603537936},"coords":"51.4130919,-0.196957","bedrooms":"4","price":"183000","area":"542"} , +{"type":"Feature","id":"n8041954649","geometry":{"type":"Point","coordinates":[-0.1963028,51.4132852]},"properties":{"@type":"node","@id":8041954649,"@timestamp":1603537936},"coords":"51.4132852,-0.1963028","bedrooms":"2","price":"203000","area":"417"} , +{"type":"Feature","id":"n8041954659","geometry":{"type":"Point","coordinates":[-0.1952653,51.4135107]},"properties":{"@type":"node","@id":8041954659,"@timestamp":1603537936},"coords":"51.4135107,-0.1952653","bedrooms":"0","price":"150000","area":"590"} , +{"type":"Feature","id":"n8041975807","geometry":{"type":"Point","coordinates":[-0.1659308,51.4968371]},"properties":{"@type":"node","@id":8041975807,"@timestamp":1603538680},"coords":"51.4968371,-0.1659308","bedrooms":"3","price":"281000","area":"449"} , +{"type":"Feature","id":"n8041975834","geometry":{"type":"Point","coordinates":[-0.1652023,51.4964082]},"properties":{"@type":"node","@id":8041975834,"@timestamp":1603538680},"coords":"51.4964082,-0.1652023","bedrooms":"4","price":"259000","area":"449"} , +{"type":"Feature","id":"n8041975874","geometry":{"type":"Point","coordinates":[-0.1648531,51.4961992]},"properties":{"@type":"node","@id":8041975874,"@timestamp":1603538680},"coords":"51.4961992,-0.1648531","bedrooms":"4","price":"179000","area":"355"} , +{"type":"Feature","id":"n8041982004","geometry":{"type":"Point","coordinates":[-0.2258813,51.4097149]},"properties":{"@type":"node","@id":8041982004,"@timestamp":1603539083},"coords":"51.4097149,-0.2258813","bedrooms":"0","price":"202000","area":"438"} , +{"type":"Feature","id":"n8042031889","geometry":{"type":"Point","coordinates":[-0.0816624,51.5163215]},"properties":{"@type":"node","@id":8042031889,"@timestamp":1624756637},"coords":"51.5163215,-0.0816624","bedrooms":"0","price":"198000","area":"420"} , +{"type":"Feature","id":"n8042080066","geometry":{"type":"Point","coordinates":[-0.1348873,51.429949]},"properties":{"@type":"node","@id":8042080066,"@timestamp":1603543129},"coords":"51.429949,-0.1348873","bedrooms":"2","price":"202000","area":"568"} , +{"type":"Feature","id":"n8042080082","geometry":{"type":"Point","coordinates":[-0.1329344,51.4273435]},"properties":{"@type":"node","@id":8042080082,"@timestamp":1603543129},"coords":"51.4273435,-0.1329344","bedrooms":"0","price":"286000","area":"405"} , +{"type":"Feature","id":"n8042153080","geometry":{"type":"Point","coordinates":[-0.1664663,51.496928]},"properties":{"@type":"node","@id":8042153080,"@timestamp":1603545083},"coords":"51.496928,-0.1664663","bedrooms":"0","price":"249000","area":"460"} , +{"type":"Feature","id":"n8042204309","geometry":{"type":"Point","coordinates":[-0.0466436,51.6461481]},"properties":{"@type":"node","@id":8042204309,"@timestamp":1603547435},"coords":"51.6461481,-0.0466436","bedrooms":"0","price":"296000","area":"494"} , +{"type":"Feature","id":"n8042270112","geometry":{"type":"Point","coordinates":[-0.1912573,51.6974409]},"properties":{"@type":"node","@id":8042270112,"@timestamp":1626983746},"coords":"51.6974409,-0.1912573","bedrooms":"0","price":"269000","area":"455"} , +{"type":"Feature","id":"n8042301671","geometry":{"type":"Point","coordinates":[-0.1476989,51.442589]},"properties":{"@type":"node","@id":8042301671,"@timestamp":1603550599},"coords":"51.442589,-0.1476989","bedrooms":"2","price":"234000","area":"372"} , +{"type":"Feature","id":"n8042301682","geometry":{"type":"Point","coordinates":[-0.1455319,51.4460305]},"properties":{"@type":"node","@id":8042301682,"@timestamp":1603550599},"coords":"51.4460305,-0.1455319","bedrooms":"3","price":"251000","area":"649"} , +{"type":"Feature","id":"n8042327640","geometry":{"type":"Point","coordinates":[-0.1452092,51.4476365]},"properties":{"@type":"node","@id":8042327640,"@timestamp":1619776861},"coords":"51.4476365,-0.1452092","bedrooms":"3","price":"191000","area":"426"} , +{"type":"Feature","id":"n8042340445","geometry":{"type":"Point","coordinates":[-0.1420955,51.4509386]},"properties":{"@type":"node","@id":8042340445,"@timestamp":1619886403},"coords":"51.4509386,-0.1420955","bedrooms":"0","price":"264000","area":"436"} , +{"type":"Feature","id":"n8042379726","geometry":{"type":"Point","coordinates":[0.1389847,51.5557985]},"properties":{"@type":"node","@id":8042379726,"@timestamp":1603552536},"coords":"51.5557985,0.1389847","bedrooms":"4","price":"296000","area":"395"} , +{"type":"Feature","id":"n8042392993","geometry":{"type":"Point","coordinates":[-0.1409859,51.5496973]},"properties":{"@type":"node","@id":8042392993,"@timestamp":1628775229},"coords":"51.5496973,-0.1409859","bedrooms":"0","price":"184000","area":"540"} , +{"type":"Feature","id":"n8042393005","geometry":{"type":"Point","coordinates":[-0.1408637,51.5505624]},"properties":{"@type":"node","@id":8042393005,"@timestamp":1628775229},"coords":"51.5505624,-0.1408637","bedrooms":"0","price":"228000","area":"485"} , +{"type":"Feature","id":"n8042471879","geometry":{"type":"Point","coordinates":[-0.5547308,51.3228702]},"properties":{"@type":"node","@id":8042471879,"@timestamp":1609017254},"coords":"51.3228702,-0.5547308","bedrooms":"1","price":"162000","area":"531"} , +{"type":"Feature","id":"n8042526953","geometry":{"type":"Point","coordinates":[0.1086822,51.3782841]},"properties":{"@type":"node","@id":8042526953,"@timestamp":1627817926},"coords":"51.3782841,0.1086822","bedrooms":"0","price":"248000","area":"519"} , +{"type":"Feature","id":"n8042598564","geometry":{"type":"Point","coordinates":[-0.3291367,51.4480606]},"properties":{"@type":"node","@id":8042598564,"@timestamp":1624841927},"coords":"51.4480606,-0.3291367","bedrooms":"0","price":"156000","area":"586"} , +{"type":"Feature","id":"n8042645157","geometry":{"type":"Point","coordinates":[-0.509203,51.6248104]},"properties":{"@type":"node","@id":8042645157,"@timestamp":1603558967},"coords":"51.6248104,-0.509203","bedrooms":"3","price":"207000","area":"468"} , +{"type":"Feature","id":"n8042645173","geometry":{"type":"Point","coordinates":[-0.5098761,51.6226948]},"properties":{"@type":"node","@id":8042645173,"@timestamp":1603558967},"coords":"51.6226948,-0.5098761","bedrooms":"3","price":"160000","area":"505"} , +{"type":"Feature","id":"n8042653572","geometry":{"type":"Point","coordinates":[-0.1407129,51.5482024]},"properties":{"@type":"node","@id":8042653572,"@timestamp":1628959548},"coords":"51.5482024,-0.1407129","bedrooms":"2","price":"198000","area":"662"} , +{"type":"Feature","id":"n8042653584","geometry":{"type":"Point","coordinates":[-0.1413008,51.5482753]},"properties":{"@type":"node","@id":8042653584,"@timestamp":1631184705},"coords":"51.5482753,-0.1413008","bedrooms":"1","price":"157000","area":"683"} , +{"type":"Feature","id":"n8042663715","geometry":{"type":"Point","coordinates":[-0.0273578,51.4989831]},"properties":{"@type":"node","@id":8042663715,"@timestamp":1603561227},"coords":"51.4989831,-0.0273578","bedrooms":"3","price":"180000","area":"373"} , +{"type":"Feature","id":"n8042691327","geometry":{"type":"Point","coordinates":[-0.1410701,51.5484534]},"properties":{"@type":"node","@id":8042691327,"@timestamp":1628959548},"coords":"51.5484534,-0.1410701","bedrooms":"0","price":"165000","area":"461"} , +{"type":"Feature","id":"n8042698785","geometry":{"type":"Point","coordinates":[-0.4600904,51.6724477]},"properties":{"@type":"node","@id":8042698785,"@timestamp":1603560919},"coords":"51.6724477,-0.4600904","bedrooms":"1","price":"260000","area":"462"} , +{"type":"Feature","id":"n8042734984","geometry":{"type":"Point","coordinates":[-0.0093002,51.5060353]},"properties":{"@type":"node","@id":8042734984,"@timestamp":1603630002},"coords":"51.5060353,-0.0093002","bedrooms":"0","price":"237000","area":"531"} , +{"type":"Feature","id":"n8042780387","geometry":{"type":"Point","coordinates":[-0.058031,51.541944]},"properties":{"@type":"node","@id":8042780387,"@timestamp":1603564621},"coords":"51.541944,-0.058031","bedrooms":"1","price":"295000","area":"354"} , +{"type":"Feature","id":"n8042882560","geometry":{"type":"Point","coordinates":[0.1583965,51.0597938]},"properties":{"@type":"node","@id":8042882560,"@timestamp":1603567756},"coords":"51.0597938,0.1583965","bedrooms":"0","price":"276000","area":"580"} , +{"type":"Feature","id":"n8042973318","geometry":{"type":"Point","coordinates":[-0.9848489,51.3115717]},"properties":{"@type":"node","@id":8042973318,"@timestamp":1603570798},"coords":"51.3115717,-0.9848489","bedrooms":"4","price":"153000","area":"369"} , +{"type":"Feature","id":"n8042976564","geometry":{"type":"Point","coordinates":[-0.4327704,51.656684]},"properties":{"@type":"node","@id":8042976564,"@timestamp":1603570945},"coords":"51.656684,-0.4327704","bedrooms":"1","price":"152000","area":"648"} , +{"type":"Feature","id":"n8042976589","geometry":{"type":"Point","coordinates":[-0.4381178,51.6580042]},"properties":{"@type":"node","@id":8042976589,"@timestamp":1603570945},"coords":"51.6580042,-0.4381178","bedrooms":"4","price":"233000","area":"528"} , +{"type":"Feature","id":"n8042996086","geometry":{"type":"Point","coordinates":[-0.5216532,51.6658368]},"properties":{"@type":"node","@id":8042996086,"@timestamp":1603571524},"coords":"51.6658368,-0.5216532","bedrooms":"3","price":"248000","area":"518"} , +{"type":"Feature","id":"n8043076543","geometry":{"type":"Point","coordinates":[-0.503706,51.6685767]},"properties":{"@type":"node","@id":8043076543,"@timestamp":1603577297},"coords":"51.6685767,-0.503706","bedrooms":"0","price":"271000","area":"449"} , +{"type":"Feature","id":"n8043089743","geometry":{"type":"Point","coordinates":[-0.5123913,51.6618394]},"properties":{"@type":"node","@id":8043089743,"@timestamp":1603575956},"coords":"51.6618394,-0.5123913","bedrooms":"0","price":"155000","area":"471"} , +{"type":"Feature","id":"n8043095803","geometry":{"type":"Point","coordinates":[-0.435901,51.6527398]},"properties":{"@type":"node","@id":8043095803,"@timestamp":1603575009},"coords":"51.6527398,-0.435901","bedrooms":"1","price":"265000","area":"371"} , +{"type":"Feature","id":"n8043095822","geometry":{"type":"Point","coordinates":[-0.4524435,51.6482945]},"properties":{"@type":"node","@id":8043095822,"@timestamp":1603575009},"coords":"51.6482945,-0.4524435","bedrooms":"3","price":"293000","area":"360"} , +{"type":"Feature","id":"n8043144725","geometry":{"type":"Point","coordinates":[-0.5058048,51.6668254]},"properties":{"@type":"node","@id":8043144725,"@timestamp":1603578052},"coords":"51.6668254,-0.5058048","bedrooms":"2","price":"223000","area":"555"} , +{"type":"Feature","id":"n8043191840","geometry":{"type":"Point","coordinates":[0.1112115,51.3920354]},"properties":{"@type":"node","@id":8043191840,"@timestamp":1615404480},"coords":"51.3920354,0.1112115","bedrooms":"3","price":"229000","area":"618"} , +{"type":"Feature","id":"n8043191867","geometry":{"type":"Point","coordinates":[0.1125104,51.3925797]},"properties":{"@type":"node","@id":8043191867,"@timestamp":1615404480},"coords":"51.3925797,0.1125104","bedrooms":"1","price":"248000","area":"665"} , +{"type":"Feature","id":"n8043193415","geometry":{"type":"Point","coordinates":[0.1108755,51.3928437]},"properties":{"@type":"node","@id":8043193415,"@timestamp":1615922273},"coords":"51.3928437,0.1108755","bedrooms":"1","price":"291000","area":"482"} , +{"type":"Feature","id":"n8043325835","geometry":{"type":"Point","coordinates":[-0.064767,51.5665003]},"properties":{"@type":"node","@id":8043325835,"@timestamp":1628350012},"coords":"51.5665003,-0.064767","bedrooms":"0","price":"171000","area":"459"} , +{"type":"Feature","id":"n8043350305","geometry":{"type":"Point","coordinates":[-0.0839134,51.5144892]},"properties":{"@type":"node","@id":8043350305,"@timestamp":1624738534},"coords":"51.5144892,-0.0839134","bedrooms":"3","price":"250000","area":"391"} , +{"type":"Feature","id":"n8043580175","geometry":{"type":"Point","coordinates":[-0.1676476,51.497303]},"properties":{"@type":"node","@id":8043580175,"@timestamp":1603604815},"coords":"51.497303,-0.1676476","bedrooms":"1","price":"173000","area":"551"} , +{"type":"Feature","id":"n8043719486","geometry":{"type":"Point","coordinates":[-0.1662075,51.4960897]},"properties":{"@type":"node","@id":8043719486,"@timestamp":1603609340},"coords":"51.4960897,-0.1662075","bedrooms":"1","price":"250000","area":"629"} , +{"type":"Feature","id":"n8043763185","geometry":{"type":"Point","coordinates":[-0.1683489,51.4967587]},"properties":{"@type":"node","@id":8043763185,"@timestamp":1603612981},"coords":"51.4967587,-0.1683489","bedrooms":"2","price":"284000","area":"521"} , +{"type":"Feature","id":"n8043765393","geometry":{"type":"Point","coordinates":[-0.92251,51.7013612]},"properties":{"@type":"node","@id":8043765393,"@timestamp":1603613321},"coords":"51.7013612,-0.92251","bedrooms":"2","price":"280000","area":"631"} , +{"type":"Feature","id":"n8044014514","geometry":{"type":"Point","coordinates":[-0.1931028,51.3754009]},"properties":{"@type":"node","@id":8044014514,"@timestamp":1617647050},"coords":"51.3754009,-0.1931028","bedrooms":"0","price":"211000","area":"557"} , +{"type":"Feature","id":"n8044118166","geometry":{"type":"Point","coordinates":[-0.1472271,51.6467323]},"properties":{"@type":"node","@id":8044118166,"@timestamp":1603631573},"coords":"51.6467323,-0.1472271","bedrooms":"3","price":"210000","area":"437"} , +{"type":"Feature","id":"n8044138236","geometry":{"type":"Point","coordinates":[-0.147424,51.647263]},"properties":{"@type":"node","@id":8044138236,"@timestamp":1603631574},"coords":"51.647263,-0.147424","bedrooms":"2","price":"154000","area":"619"} , +{"type":"Feature","id":"n8044159720","geometry":{"type":"Point","coordinates":[-0.1473924,51.6471967]},"properties":{"@type":"node","@id":8044159720,"@timestamp":1603631574},"coords":"51.6471967,-0.1473924","bedrooms":"4","price":"209000","area":"586"} , +{"type":"Feature","id":"n8044175527","geometry":{"type":"Point","coordinates":[0.1589692,51.0634021]},"properties":{"@type":"node","@id":8044175527,"@timestamp":1603632018},"coords":"51.0634021,0.1589692","bedrooms":"1","price":"226000","area":"472"} , +{"type":"Feature","id":"n8044322595","geometry":{"type":"Point","coordinates":[-0.0471624,51.656693]},"properties":{"@type":"node","@id":8044322595,"@timestamp":1603637871},"coords":"51.656693,-0.0471624","bedrooms":"2","price":"225000","area":"623"} , +{"type":"Feature","id":"n8044334975","geometry":{"type":"Point","coordinates":[-0.2770233,51.7194512]},"properties":{"@type":"node","@id":8044334975,"@timestamp":1603637764},"coords":"51.7194512,-0.2770233","bedrooms":"0","price":"258000","area":"445"} , +{"type":"Feature","id":"n8044375929","geometry":{"type":"Point","coordinates":[-0.1678758,51.4961734]},"properties":{"@type":"node","@id":8044375929,"@timestamp":1603639640},"coords":"51.4961734,-0.1678758","bedrooms":"3","price":"186000","area":"407"} , +{"type":"Feature","id":"n8044375965","geometry":{"type":"Point","coordinates":[-0.1686609,51.4958282]},"properties":{"@type":"node","@id":8044375965,"@timestamp":1603639640},"coords":"51.4958282,-0.1686609","bedrooms":"0","price":"265000","area":"556"} , +{"type":"Feature","id":"n8044391107","geometry":{"type":"Point","coordinates":[-0.1681644,51.4965367]},"properties":{"@type":"node","@id":8044391107,"@timestamp":1603639640},"coords":"51.4965367,-0.1681644","bedrooms":"0","price":"168000","area":"575"} , +{"type":"Feature","id":"n8044465136","geometry":{"type":"Point","coordinates":[0.0435947,51.5504277]},"properties":{"@type":"node","@id":8044465136,"@timestamp":1632478543},"coords":"51.5504277,0.0435947","bedrooms":"3","price":"195000","area":"617"} , +{"type":"Feature","id":"n8044472422","geometry":{"type":"Point","coordinates":[-0.2610086,51.3611055]},"properties":{"@type":"node","@id":8044472422,"@timestamp":1603643130},"coords":"51.3611055,-0.2610086","bedrooms":"3","price":"195000","area":"692"} , +{"type":"Feature","id":"n8044483444","geometry":{"type":"Point","coordinates":[-0.1424984,51.5054746]},"properties":{"@type":"node","@id":8044483444,"@timestamp":1603642997},"coords":"51.5054746,-0.1424984","bedrooms":"4","price":"241000","area":"637"} , +{"type":"Feature","id":"n8044490792","geometry":{"type":"Point","coordinates":[-0.4162194,51.6678331]},"properties":{"@type":"node","@id":8044490792,"@timestamp":1603643262},"coords":"51.6678331,-0.4162194","bedrooms":"2","price":"218000","area":"554"} , +{"type":"Feature","id":"n8044490804","geometry":{"type":"Point","coordinates":[-0.4174881,51.6680847]},"properties":{"@type":"node","@id":8044490804,"@timestamp":1603643262},"coords":"51.6680847,-0.4174881","bedrooms":"3","price":"297000","area":"494"} , +{"type":"Feature","id":"n8044490825","geometry":{"type":"Point","coordinates":[-0.4228793,51.6682496]},"properties":{"@type":"node","@id":8044490825,"@timestamp":1603643262},"coords":"51.6682496,-0.4228793","bedrooms":"4","price":"172000","area":"518"} , +{"type":"Feature","id":"n8044494742","geometry":{"type":"Point","coordinates":[-0.3372318,51.061884]},"properties":{"@type":"node","@id":8044494742,"@timestamp":1603643331},"coords":"51.061884,-0.3372318","bedrooms":"0","price":"281000","area":"488"} , +{"type":"Feature","id":"n8044526389","geometry":{"type":"Point","coordinates":[-0.164688,51.5233372]},"properties":{"@type":"node","@id":8044526389,"@timestamp":1605084174},"coords":"51.5233372,-0.164688","bedrooms":"2","price":"183000","area":"483"} , +{"type":"Feature","id":"n8044587668","geometry":{"type":"Point","coordinates":[-0.219456,51.455576]},"properties":{"@type":"node","@id":8044587668,"@timestamp":1603646370},"coords":"51.455576,-0.219456","bedrooms":"1","price":"166000","area":"437"} , +{"type":"Feature","id":"n8044601660","geometry":{"type":"Point","coordinates":[-0.2140005,51.4554]},"properties":{"@type":"node","@id":8044601660,"@timestamp":1603646370},"coords":"51.4554,-0.2140005","bedrooms":"0","price":"211000","area":"455"} , +{"type":"Feature","id":"n8044601742","geometry":{"type":"Point","coordinates":[-0.207638,51.4550317]},"properties":{"@type":"node","@id":8044601742,"@timestamp":1603646370},"coords":"51.4550317,-0.207638","bedrooms":"1","price":"186000","area":"611"} , +{"type":"Feature","id":"n8044664908","geometry":{"type":"Point","coordinates":[-0.4145072,51.6682267]},"properties":{"@type":"node","@id":8044664908,"@timestamp":1603648861},"coords":"51.6682267,-0.4145072","bedrooms":"0","price":"280000","area":"687"} , +{"type":"Feature","id":"n8045029225","geometry":{"type":"Point","coordinates":[-0.9911527,51.4257729]},"properties":{"@type":"node","@id":8045029225,"@timestamp":1603658259},"coords":"51.4257729,-0.9911527","bedrooms":"0","price":"157000","area":"431"} , +{"type":"Feature","id":"n8045145571","geometry":{"type":"Point","coordinates":[0.0067884,51.8852615]},"properties":{"@type":"node","@id":8045145571,"@timestamp":1622382957},"coords":"51.8852615,0.0067884","bedrooms":"0","price":"277000","area":"530"} , +{"type":"Feature","id":"n8046162662","geometry":{"type":"Point","coordinates":[-0.168466,51.4952505]},"properties":{"@type":"node","@id":8046162662,"@timestamp":1603686394},"coords":"51.4952505,-0.168466","bedrooms":"4","price":"254000","area":"415"} , +{"type":"Feature","id":"n8046486442","geometry":{"type":"Point","coordinates":[-0.1668576,51.4959885]},"properties":{"@type":"node","@id":8046486442,"@timestamp":1616712171},"coords":"51.4959885,-0.1668576","bedrooms":"2","price":"165000","area":"692"} , +{"type":"Feature","id":"n8046486469","geometry":{"type":"Point","coordinates":[-0.1671808,51.496171]},"properties":{"@type":"node","@id":8046486469,"@timestamp":1603698908},"coords":"51.496171,-0.1671808","bedrooms":"4","price":"234000","area":"457"} , +{"type":"Feature","id":"n8046752251","geometry":{"type":"Point","coordinates":[-1.0028379,51.4031891]},"properties":{"@type":"node","@id":8046752251,"@timestamp":1603704571},"coords":"51.4031891,-1.0028379","bedrooms":"0","price":"182000","area":"550"} , +{"type":"Feature","id":"n8047005604","geometry":{"type":"Point","coordinates":[0.0163615,51.5516833]},"properties":{"@type":"node","@id":8047005604,"@timestamp":1615322445},"coords":"51.5516833,0.0163615","bedrooms":"3","price":"253000","area":"457"} , +{"type":"Feature","id":"n8047172825","geometry":{"type":"Point","coordinates":[-0.6673892,51.523748]},"properties":{"@type":"node","@id":8047172825,"@timestamp":1603713607},"coords":"51.523748,-0.6673892","bedrooms":"4","price":"205000","area":"652"} , +{"type":"Feature","id":"n8047172835","geometry":{"type":"Point","coordinates":[-0.6529814,51.5295753]},"properties":{"@type":"node","@id":8047172835,"@timestamp":1603713607},"coords":"51.5295753,-0.6529814","bedrooms":"2","price":"177000","area":"534"} , +{"type":"Feature","id":"n8047251479","geometry":{"type":"Point","coordinates":[0.0173911,51.5505422]},"properties":{"@type":"node","@id":8047251479,"@timestamp":1615322445},"coords":"51.5505422,0.0173911","bedrooms":"2","price":"180000","area":"366"} , +{"type":"Feature","id":"n8047281900","geometry":{"type":"Point","coordinates":[-0.5012594,51.6423804]},"properties":{"@type":"node","@id":8047281900,"@timestamp":1603716072},"coords":"51.6423804,-0.5012594","bedrooms":"1","price":"180000","area":"589"} , +{"type":"Feature","id":"n8047281910","geometry":{"type":"Point","coordinates":[-0.5011375,51.6433382]},"properties":{"@type":"node","@id":8047281910,"@timestamp":1603716072},"coords":"51.6433382,-0.5011375","bedrooms":"4","price":"220000","area":"618"} , +{"type":"Feature","id":"n8047281920","geometry":{"type":"Point","coordinates":[-0.5017412,51.6427201]},"properties":{"@type":"node","@id":8047281920,"@timestamp":1603716072},"coords":"51.6427201,-0.5017412","bedrooms":"4","price":"236000","area":"509"} , +{"type":"Feature","id":"n8047356542","geometry":{"type":"Point","coordinates":[0.6285711,51.296392]},"properties":{"@type":"node","@id":8047356542,"@timestamp":1603717916},"coords":"51.296392,0.6285711","bedrooms":"1","price":"269000","area":"380"} , +{"type":"Feature","id":"n8047412252","geometry":{"type":"Point","coordinates":[0.0185462,51.5507476]},"properties":{"@type":"node","@id":8047412252,"@timestamp":1620649010},"coords":"51.5507476,0.0185462","bedrooms":"2","price":"275000","area":"411"} , +{"type":"Feature","id":"n8047412262","geometry":{"type":"Point","coordinates":[0.018117,51.5507242]},"properties":{"@type":"node","@id":8047412262,"@timestamp":1620649010},"coords":"51.5507242,0.018117","bedrooms":"4","price":"276000","area":"396"} , +{"type":"Feature","id":"n8047539353","geometry":{"type":"Point","coordinates":[0.1507879,51.867219]},"properties":{"@type":"node","@id":8047539353,"@timestamp":1603723397},"coords":"51.867219,0.1507879","bedrooms":"0","price":"219000","area":"441"} , +{"type":"Feature","id":"n8047552033","geometry":{"type":"Point","coordinates":[-0.4522869,51.6583664]},"properties":{"@type":"node","@id":8047552033,"@timestamp":1603723668},"coords":"51.6583664,-0.4522869","bedrooms":"0","price":"286000","area":"522"} , +{"type":"Feature","id":"n8047552972","geometry":{"type":"Point","coordinates":[-0.141966,51.5502981]},"properties":{"@type":"node","@id":8047552972,"@timestamp":1628775229},"coords":"51.5502981,-0.141966","bedrooms":"1","price":"197000","area":"635"} , +{"type":"Feature","id":"n8047552982","geometry":{"type":"Point","coordinates":[-0.1418137,51.55057]},"properties":{"@type":"node","@id":8047552982,"@timestamp":1628775229},"coords":"51.55057,-0.1418137","bedrooms":"3","price":"177000","area":"494"} , +{"type":"Feature","id":"n8047557077","geometry":{"type":"Point","coordinates":[-0.1446105,51.5503922]},"properties":{"@type":"node","@id":8047557077,"@timestamp":1628775229},"coords":"51.5503922,-0.1446105","bedrooms":"1","price":"231000","area":"379"} , +{"type":"Feature","id":"n8047557107","geometry":{"type":"Point","coordinates":[-0.1449311,51.5506388]},"properties":{"@type":"node","@id":8047557107,"@timestamp":1628775229},"coords":"51.5506388,-0.1449311","bedrooms":"0","price":"151000","area":"418"} , +{"type":"Feature","id":"n8047557119","geometry":{"type":"Point","coordinates":[-0.1453321,51.5508122]},"properties":{"@type":"node","@id":8047557119,"@timestamp":1628775229},"coords":"51.5508122,-0.1453321","bedrooms":"4","price":"156000","area":"374"} , +{"type":"Feature","id":"n8047557184","geometry":{"type":"Point","coordinates":[-0.146136,51.5509452]},"properties":{"@type":"node","@id":8047557184,"@timestamp":1628775229},"coords":"51.5509452,-0.146136","bedrooms":"0","price":"248000","area":"644"} , +{"type":"Feature","id":"n8047557235","geometry":{"type":"Point","coordinates":[-0.1456835,51.5505233]},"properties":{"@type":"node","@id":8047557235,"@timestamp":1628775229},"coords":"51.5505233,-0.1456835","bedrooms":"4","price":"170000","area":"422"} , +{"type":"Feature","id":"n8047614232","geometry":{"type":"Point","coordinates":[-0.1415777,51.5505149]},"properties":{"@type":"node","@id":8047614232,"@timestamp":1628775229},"coords":"51.5505149,-0.1415777","bedrooms":"0","price":"212000","area":"357"} , +{"type":"Feature","id":"n8047640291","geometry":{"type":"Point","coordinates":[-0.0466099,51.4929129]},"properties":{"@type":"node","@id":8047640291,"@timestamp":1603725538},"coords":"51.4929129,-0.0466099","bedrooms":"4","price":"296000","area":"509"} , +{"type":"Feature","id":"n8047731301","geometry":{"type":"Point","coordinates":[-0.0575012,51.5382234]},"properties":{"@type":"node","@id":8047731301,"@timestamp":1625474220},"coords":"51.5382234,-0.0575012","bedrooms":"3","price":"151000","area":"586"} , +{"type":"Feature","id":"n8047766600","geometry":{"type":"Point","coordinates":[-0.1679857,51.4940856]},"properties":{"@type":"node","@id":8047766600,"@timestamp":1603728243},"coords":"51.4940856,-0.1679857","bedrooms":"0","price":"187000","area":"494"} , +{"type":"Feature","id":"n8047922987","geometry":{"type":"Point","coordinates":[0.0183222,51.5497481]},"properties":{"@type":"node","@id":8047922987,"@timestamp":1620649010},"coords":"51.5497481,0.0183222","bedrooms":"0","price":"216000","area":"557"} , +{"type":"Feature","id":"n8047923011","geometry":{"type":"Point","coordinates":[0.0187905,51.5502581]},"properties":{"@type":"node","@id":8047923011,"@timestamp":1620649010},"coords":"51.5502581,0.0187905","bedrooms":"0","price":"228000","area":"546"} , +{"type":"Feature","id":"n8048015119","geometry":{"type":"Point","coordinates":[-0.3609138,51.4393606]},"properties":{"@type":"node","@id":8048015119,"@timestamp":1625700162},"coords":"51.4393606,-0.3609138","bedrooms":"3","price":"227000","area":"497"} , +{"type":"Feature","id":"n8048109440","geometry":{"type":"Point","coordinates":[-0.1678723,51.4941833]},"properties":{"@type":"node","@id":8048109440,"@timestamp":1603737095},"coords":"51.4941833,-0.1678723","bedrooms":"4","price":"265000","area":"601"} , +{"type":"Feature","id":"n8048145038","geometry":{"type":"Point","coordinates":[-0.4221799,51.7077463]},"properties":{"@type":"node","@id":8048145038,"@timestamp":1603737989},"coords":"51.7077463,-0.4221799","bedrooms":"2","price":"284000","area":"694"} , +{"type":"Feature","id":"n8048145048","geometry":{"type":"Point","coordinates":[-0.4329587,51.7026571]},"properties":{"@type":"node","@id":8048145048,"@timestamp":1603737989},"coords":"51.7026571,-0.4329587","bedrooms":"2","price":"287000","area":"615"} , +{"type":"Feature","id":"n8048145059","geometry":{"type":"Point","coordinates":[-0.4329688,51.6982347]},"properties":{"@type":"node","@id":8048145059,"@timestamp":1603737989},"coords":"51.6982347,-0.4329688","bedrooms":"4","price":"216000","area":"699"} , +{"type":"Feature","id":"n8048164414","geometry":{"type":"Point","coordinates":[-0.5257049,51.3969616]},"properties":{"@type":"node","@id":8048164414,"@timestamp":1603738409},"coords":"51.3969616,-0.5257049","bedrooms":"3","price":"239000","area":"389"} , +{"type":"Feature","id":"n8048330064","geometry":{"type":"Point","coordinates":[-0.1422429,51.5443409]},"properties":{"@type":"node","@id":8048330064,"@timestamp":1603742685},"coords":"51.5443409,-0.1422429","bedrooms":"3","price":"282000","area":"505"} , +{"type":"Feature","id":"n8048412339","geometry":{"type":"Point","coordinates":[-0.4340108,51.696323]},"properties":{"@type":"node","@id":8048412339,"@timestamp":1603744583},"coords":"51.696323,-0.4340108","bedrooms":"3","price":"292000","area":"552"} , +{"type":"Feature","id":"n8048412361","geometry":{"type":"Point","coordinates":[-0.4319358,51.6855881]},"properties":{"@type":"node","@id":8048412361,"@timestamp":1603744583},"coords":"51.6855881,-0.4319358","bedrooms":"4","price":"288000","area":"453"} , +{"type":"Feature","id":"n8048818971","geometry":{"type":"Point","coordinates":[-0.1426641,51.5494583]},"properties":{"@type":"node","@id":8048818971,"@timestamp":1628775229},"coords":"51.5494583,-0.1426641","bedrooms":"3","price":"169000","area":"445"} , +{"type":"Feature","id":"n8048819203","geometry":{"type":"Point","coordinates":[-0.1432341,51.5489195]},"properties":{"@type":"node","@id":8048819203,"@timestamp":1628808547},"coords":"51.5489195,-0.1432341","bedrooms":"4","price":"274000","area":"603"} , +{"type":"Feature","id":"n8048891864","geometry":{"type":"Point","coordinates":[-0.1251358,51.5784849]},"properties":{"@type":"node","@id":8048891864,"@timestamp":1603761481},"coords":"51.5784849,-0.1251358","bedrooms":"4","price":"274000","area":"406"} , +{"type":"Feature","id":"n8048929984","geometry":{"type":"Point","coordinates":[0.2875366,51.4779152]},"properties":{"@type":"node","@id":8048929984,"@timestamp":1603761199},"coords":"51.4779152,0.2875366","bedrooms":"4","price":"278000","area":"620"} , +{"type":"Feature","id":"n8048955344","geometry":{"type":"Point","coordinates":[0.4190627,51.5095265]},"properties":{"@type":"node","@id":8048955344,"@timestamp":1603762208},"coords":"51.5095265,0.4190627","bedrooms":"3","price":"155000","area":"492"} , +{"type":"Feature","id":"n8048955995","geometry":{"type":"Point","coordinates":[0.3425359,51.4845836]},"properties":{"@type":"node","@id":8048955995,"@timestamp":1603761199},"coords":"51.4845836,0.3425359","bedrooms":"3","price":"272000","area":"604"} , +{"type":"Feature","id":"n8049093595","geometry":{"type":"Point","coordinates":[-0.1671541,51.4948209]},"properties":{"@type":"node","@id":8049093595,"@timestamp":1603769710},"coords":"51.4948209,-0.1671541","bedrooms":"4","price":"192000","area":"536"} , +{"type":"Feature","id":"n8049093605","geometry":{"type":"Point","coordinates":[-0.1666493,51.4951667]},"properties":{"@type":"node","@id":8049093605,"@timestamp":1603769710},"coords":"51.4951667,-0.1666493","bedrooms":"3","price":"151000","area":"585"} , +{"type":"Feature","id":"n8049229793","geometry":{"type":"Point","coordinates":[0.5665378,50.9836993]},"properties":{"@type":"node","@id":8049229793,"@timestamp":1603774585},"coords":"50.9836993,0.5665378","bedrooms":"0","price":"237000","area":"609"} , +{"type":"Feature","id":"n8049363332","geometry":{"type":"Point","coordinates":[0.7594978,51.7466924]},"properties":{"@type":"node","@id":8049363332,"@timestamp":1603778994},"coords":"51.7466924,0.7594978","bedrooms":"0","price":"275000","area":"514"} , +{"type":"Feature","id":"n8049804052","geometry":{"type":"Point","coordinates":[0.0176326,51.5508599]},"properties":{"@type":"node","@id":8049804052,"@timestamp":1620649010},"coords":"51.5508599,0.0176326","bedrooms":"3","price":"192000","area":"396"} , +{"type":"Feature","id":"n8049829720","geometry":{"type":"Point","coordinates":[0.0169154,51.5522119]},"properties":{"@type":"node","@id":8049829720,"@timestamp":1620649010},"coords":"51.5522119,0.0169154","bedrooms":"1","price":"279000","area":"574"} , +{"type":"Feature","id":"n8049876906","geometry":{"type":"Point","coordinates":[-0.1620661,51.4960785]},"properties":{"@type":"node","@id":8049876906,"@timestamp":1603791294},"coords":"51.4960785,-0.1620661","bedrooms":"0","price":"224000","area":"463"} , +{"type":"Feature","id":"n8049876916","geometry":{"type":"Point","coordinates":[-0.1618849,51.4954249]},"properties":{"@type":"node","@id":8049876916,"@timestamp":1603791294},"coords":"51.4954249,-0.1618849","bedrooms":"1","price":"235000","area":"529"} , +{"type":"Feature","id":"n8050061117","geometry":{"type":"Point","coordinates":[-0.1626823,51.4962705]},"properties":{"@type":"node","@id":8050061117,"@timestamp":1603794533},"coords":"51.4962705,-0.1626823","bedrooms":"1","price":"232000","area":"607"} , +{"type":"Feature","id":"n8050172905","geometry":{"type":"Point","coordinates":[0.0173642,51.5523809]},"properties":{"@type":"node","@id":8050172905,"@timestamp":1620649010},"coords":"51.5523809,0.0173642","bedrooms":"0","price":"297000","area":"581"} , +{"type":"Feature","id":"n8050233891","geometry":{"type":"Point","coordinates":[-0.131333,51.5499537]},"properties":{"@type":"node","@id":8050233891,"@timestamp":1629123788},"coords":"51.5499537,-0.131333","bedrooms":"1","price":"281000","area":"572"} , +{"type":"Feature","id":"n8050569385","geometry":{"type":"Point","coordinates":[-0.0214934,51.5448346]},"properties":{"@type":"node","@id":8050569385,"@timestamp":1603805699},"coords":"51.5448346,-0.0214934","bedrooms":"0","price":"210000","area":"462"} , +{"type":"Feature","id":"n8050612364","geometry":{"type":"Point","coordinates":[-0.2475642,51.4727199]},"properties":{"@type":"node","@id":8050612364,"@timestamp":1603806922},"coords":"51.4727199,-0.2475642","bedrooms":"0","price":"194000","area":"442"} , +{"type":"Feature","id":"n8050612495","geometry":{"type":"Point","coordinates":[-0.3316299,51.4420514]},"properties":{"@type":"node","@id":8050612495,"@timestamp":1625430251},"coords":"51.4420514,-0.3316299","bedrooms":"1","price":"155000","area":"385"} , +{"type":"Feature","id":"n8050612596","geometry":{"type":"Point","coordinates":[-0.2675375,51.4575442]},"properties":{"@type":"node","@id":8050612596,"@timestamp":1603806922},"coords":"51.4575442,-0.2675375","bedrooms":"1","price":"274000","area":"531"} , +{"type":"Feature","id":"n8050665244","geometry":{"type":"Point","coordinates":[-0.1037094,51.532288]},"properties":{"@type":"node","@id":8050665244,"@timestamp":1603809055},"coords":"51.532288,-0.1037094","bedrooms":"1","price":"212000","area":"455"} , +{"type":"Feature","id":"n8050922507","geometry":{"type":"Point","coordinates":[-0.4295787,51.6994788]},"properties":{"@type":"node","@id":8050922507,"@timestamp":1603814066},"coords":"51.6994788,-0.4295787","bedrooms":"2","price":"216000","area":"407"} , +{"type":"Feature","id":"n8050922517","geometry":{"type":"Point","coordinates":[-0.4251713,51.6978636]},"properties":{"@type":"node","@id":8050922517,"@timestamp":1603814066},"coords":"51.6978636,-0.4251713","bedrooms":"0","price":"238000","area":"652"} , +{"type":"Feature","id":"n8051069721","geometry":{"type":"Point","coordinates":[0.1347548,51.9384536]},"properties":{"@type":"node","@id":8051069721,"@timestamp":1603818204},"coords":"51.9384536,0.1347548","bedrooms":"3","price":"241000","area":"452"} , +{"type":"Feature","id":"n8051100411","geometry":{"type":"Point","coordinates":[0.0172354,51.5527027]},"properties":{"@type":"node","@id":8051100411,"@timestamp":1619778013},"coords":"51.5527027,0.0172354","bedrooms":"0","price":"273000","area":"480"} , +{"type":"Feature","id":"n8051100461","geometry":{"type":"Point","coordinates":[0.0170541,51.5524112]},"properties":{"@type":"node","@id":8051100461,"@timestamp":1619778013},"coords":"51.5524112,0.0170541","bedrooms":"0","price":"208000","area":"419"} , +{"type":"Feature","id":"n8051115749","geometry":{"type":"Point","coordinates":[-0.0788814,51.4220538]},"properties":{"@type":"node","@id":8051115749,"@timestamp":1603819138},"coords":"51.4220538,-0.0788814","bedrooms":"1","price":"265000","area":"656"} , +{"type":"Feature","id":"n8051781138","geometry":{"type":"Point","coordinates":[-0.1638511,51.4961335]},"properties":{"@type":"node","@id":8051781138,"@timestamp":1603831365},"coords":"51.4961335,-0.1638511","bedrooms":"4","price":"246000","area":"580"} , +{"type":"Feature","id":"n8051781148","geometry":{"type":"Point","coordinates":[-0.1637781,51.4953477]},"properties":{"@type":"node","@id":8051781148,"@timestamp":1603831365},"coords":"51.4953477,-0.1637781","bedrooms":"3","price":"292000","area":"669"} , +{"type":"Feature","id":"n8051807144","geometry":{"type":"Point","coordinates":[-0.1633415,51.4946696]},"properties":{"@type":"node","@id":8051807144,"@timestamp":1603831365},"coords":"51.4946696,-0.1633415","bedrooms":"1","price":"246000","area":"539"} , +{"type":"Feature","id":"n8051807154","geometry":{"type":"Point","coordinates":[-0.1640688,51.4952357]},"properties":{"@type":"node","@id":8051807154,"@timestamp":1603831365},"coords":"51.4952357,-0.1640688","bedrooms":"2","price":"214000","area":"465"} , +{"type":"Feature","id":"n8056908154","geometry":{"type":"Point","coordinates":[-0.1833764,51.4906144]},"properties":{"@type":"node","@id":8056908154,"@timestamp":1605544390},"coords":"51.4906144,-0.1833764","bedrooms":"3","price":"289000","area":"678"} , +{"type":"Feature","id":"n8057517191","geometry":{"type":"Point","coordinates":[-0.6108107,51.8660673]},"properties":{"@type":"node","@id":8057517191,"@timestamp":1603850004},"coords":"51.8660673,-0.6108107","bedrooms":"0","price":"175000","area":"546"} , +{"type":"Feature","id":"n8057595060","geometry":{"type":"Point","coordinates":[-0.0780406,51.6350781]},"properties":{"@type":"node","@id":8057595060,"@timestamp":1603857764},"coords":"51.6350781,-0.0780406","bedrooms":"4","price":"238000","area":"684"} , +{"type":"Feature","id":"n8058189948","geometry":{"type":"Point","coordinates":[-0.7956172,51.3446152]},"properties":{"@type":"node","@id":8058189948,"@timestamp":1603867676},"coords":"51.3446152,-0.7956172","bedrooms":"0","price":"295000","area":"662"} , +{"type":"Feature","id":"n8058408484","geometry":{"type":"Point","coordinates":[0.0018156,51.5504904]},"properties":{"@type":"node","@id":8058408484,"@timestamp":1618500330},"coords":"51.5504904,0.0018156","bedrooms":"1","price":"155000","area":"422"} , +{"type":"Feature","id":"n8058581241","geometry":{"type":"Point","coordinates":[-0.3147613,51.4000187]},"properties":{"@type":"node","@id":8058581241,"@timestamp":1603877801},"coords":"51.4000187,-0.3147613","bedrooms":"4","price":"173000","area":"634"} , +{"type":"Feature","id":"n8058588697","geometry":{"type":"Point","coordinates":[-1.1126046,51.256791]},"properties":{"@type":"node","@id":8058588697,"@timestamp":1603877624},"coords":"51.256791,-1.1126046","bedrooms":"3","price":"264000","area":"449"} , +{"type":"Feature","id":"n8058594712","geometry":{"type":"Point","coordinates":[-0.3112823,51.4060123]},"properties":{"@type":"node","@id":8058594712,"@timestamp":1622200365},"coords":"51.4060123,-0.3112823","bedrooms":"0","price":"299000","area":"465"} , +{"type":"Feature","id":"n8058720555","geometry":{"type":"Point","coordinates":[0.5898931,51.9118081]},"properties":{"@type":"node","@id":8058720555,"@timestamp":1603880941},"coords":"51.9118081,0.5898931","bedrooms":"1","price":"233000","area":"691"} , +{"type":"Feature","id":"n8058837081","geometry":{"type":"Point","coordinates":[0.7569783,51.4422407]},"properties":{"@type":"node","@id":8058837081,"@timestamp":1603883367},"coords":"51.4422407,0.7569783","bedrooms":"1","price":"167000","area":"597"} , +{"type":"Feature","id":"n8058905324","geometry":{"type":"Point","coordinates":[0.0135851,51.5548216]},"properties":{"@type":"node","@id":8058905324,"@timestamp":1619629577},"coords":"51.5548216,0.0135851","bedrooms":"3","price":"200000","area":"650"} , +{"type":"Feature","id":"n8058905342","geometry":{"type":"Point","coordinates":[0.0136391,51.5548962]},"properties":{"@type":"node","@id":8058905342,"@timestamp":1619629577},"coords":"51.5548962,0.0136391","bedrooms":"4","price":"176000","area":"473"} , +{"type":"Feature","id":"n8058905352","geometry":{"type":"Point","coordinates":[0.0158639,51.5541816]},"properties":{"@type":"node","@id":8058905352,"@timestamp":1603885624},"coords":"51.5541816,0.0158639","bedrooms":"4","price":"262000","area":"580"} , +{"type":"Feature","id":"n8058926471","geometry":{"type":"Point","coordinates":[0.0177467,51.3687157]},"properties":{"@type":"node","@id":8058926471,"@timestamp":1603886292},"coords":"51.3687157,0.0177467","bedrooms":"1","price":"246000","area":"403"} , +{"type":"Feature","id":"n8059089072","geometry":{"type":"Point","coordinates":[0.0195685,51.5491584]},"properties":{"@type":"node","@id":8059089072,"@timestamp":1636025535},"coords":"51.5491584,0.0195685","bedrooms":"2","price":"199000","area":"610"} , +{"type":"Feature","id":"n8059117567","geometry":{"type":"Point","coordinates":[-0.3943117,51.6412563]},"properties":{"@type":"node","@id":8059117567,"@timestamp":1603891465},"coords":"51.6412563,-0.3943117","bedrooms":"2","price":"264000","area":"679"} , +{"type":"Feature","id":"n8059172559","geometry":{"type":"Point","coordinates":[-0.1292813,50.9941933]},"properties":{"@type":"node","@id":8059172559,"@timestamp":1633800454},"coords":"50.9941933,-0.1292813","bedrooms":"4","price":"192000","area":"406"} , +{"type":"Feature","id":"n8059269169","geometry":{"type":"Point","coordinates":[-0.0952791,51.4574441]},"properties":{"@type":"node","@id":8059269169,"@timestamp":1603895236},"coords":"51.4574441,-0.0952791","bedrooms":"3","price":"297000","area":"634"} , +{"type":"Feature","id":"n8059309369","geometry":{"type":"Point","coordinates":[-0.3870151,51.6523256]},"properties":{"@type":"node","@id":8059309369,"@timestamp":1603897124},"coords":"51.6523256,-0.3870151","bedrooms":"0","price":"224000","area":"498"} , +{"type":"Feature","id":"n8059333461","geometry":{"type":"Point","coordinates":[0.0172875,51.5474883]},"properties":{"@type":"node","@id":8059333461,"@timestamp":1616784152},"coords":"51.5474883,0.0172875","bedrooms":"4","price":"269000","area":"366"} , +{"type":"Feature","id":"n8059334589","geometry":{"type":"Point","coordinates":[-0.6079992,51.5480443]},"properties":{"@type":"node","@id":8059334589,"@timestamp":1603896217},"coords":"51.5480443,-0.6079992","bedrooms":"1","price":"231000","area":"380"} , +{"type":"Feature","id":"n8059548796","geometry":{"type":"Point","coordinates":[-0.3897635,51.6508317]},"properties":{"@type":"node","@id":8059548796,"@timestamp":1603900863},"coords":"51.6508317,-0.3897635","bedrooms":"0","price":"176000","area":"606"} , +{"type":"Feature","id":"n8059569374","geometry":{"type":"Point","coordinates":[-0.1650093,51.4958661]},"properties":{"@type":"node","@id":8059569374,"@timestamp":1603901025},"coords":"51.4958661,-0.1650093","bedrooms":"2","price":"289000","area":"454"} , +{"type":"Feature","id":"n8059569704","geometry":{"type":"Point","coordinates":[-0.1645485,51.4952552]},"properties":{"@type":"node","@id":8059569704,"@timestamp":1603901025},"coords":"51.4952552,-0.1645485","bedrooms":"2","price":"283000","area":"660"} , +{"type":"Feature","id":"n8059569758","geometry":{"type":"Point","coordinates":[-0.1640575,51.4947146]},"properties":{"@type":"node","@id":8059569758,"@timestamp":1603901025},"coords":"51.4947146,-0.1640575","bedrooms":"2","price":"297000","area":"479"} , +{"type":"Feature","id":"n8059687217","geometry":{"type":"Point","coordinates":[-0.0395408,51.517811]},"properties":{"@type":"node","@id":8059687217,"@timestamp":1603903498},"coords":"51.517811,-0.0395408","bedrooms":"1","price":"254000","area":"636"} , +{"type":"Feature","id":"n8059687239","geometry":{"type":"Point","coordinates":[-0.0145098,51.526604]},"properties":{"@type":"node","@id":8059687239,"@timestamp":1603903498},"coords":"51.526604,-0.0145098","bedrooms":"2","price":"246000","area":"525"} , +{"type":"Feature","id":"n8059687678","geometry":{"type":"Point","coordinates":[-0.1651262,51.4954439]},"properties":{"@type":"node","@id":8059687678,"@timestamp":1603903611},"coords":"51.4954439,-0.1651262","bedrooms":"2","price":"261000","area":"406"} , +{"type":"Feature","id":"n8059694698","geometry":{"type":"Point","coordinates":[-0.1647514,51.4950277]},"properties":{"@type":"node","@id":8059694698,"@timestamp":1603903611},"coords":"51.4950277,-0.1647514","bedrooms":"3","price":"260000","area":"490"} , +{"type":"Feature","id":"n8059694724","geometry":{"type":"Point","coordinates":[-0.1644055,51.4946434]},"properties":{"@type":"node","@id":8059694724,"@timestamp":1603903611},"coords":"51.4946434,-0.1644055","bedrooms":"4","price":"297000","area":"667"} , +{"type":"Feature","id":"n8059870511","geometry":{"type":"Point","coordinates":[-0.3569509,51.4914235]},"properties":{"@type":"node","@id":8059870511,"@timestamp":1603908070},"coords":"51.4914235,-0.3569509","bedrooms":"3","price":"197000","area":"670"} , +{"type":"Feature","id":"n8059871697","geometry":{"type":"Point","coordinates":[-0.4237848,51.6777075]},"properties":{"@type":"node","@id":8059871697,"@timestamp":1603908249},"coords":"51.6777075,-0.4237848","bedrooms":"4","price":"231000","area":"521"} , +{"type":"Feature","id":"n8059871747","geometry":{"type":"Point","coordinates":[-0.4189178,51.6800844]},"properties":{"@type":"node","@id":8059871747,"@timestamp":1603908249},"coords":"51.6800844,-0.4189178","bedrooms":"0","price":"274000","area":"610"} , +{"type":"Feature","id":"n8059905259","geometry":{"type":"Point","coordinates":[-0.3667637,51.4396849]},"properties":{"@type":"node","@id":8059905259,"@timestamp":1603908901},"coords":"51.4396849,-0.3667637","bedrooms":"4","price":"224000","area":"369"} , +{"type":"Feature","id":"n8059905269","geometry":{"type":"Point","coordinates":[-0.3668594,51.4388422]},"properties":{"@type":"node","@id":8059905269,"@timestamp":1603908901},"coords":"51.4388422,-0.3668594","bedrooms":"2","price":"283000","area":"505"} , +{"type":"Feature","id":"n8059905279","geometry":{"type":"Point","coordinates":[-0.3609504,51.439293]},"properties":{"@type":"node","@id":8059905279,"@timestamp":1603908901},"coords":"51.439293,-0.3609504","bedrooms":"2","price":"282000","area":"387"} , +{"type":"Feature","id":"n8060049266","geometry":{"type":"Point","coordinates":[0.1866368,51.4798991]},"properties":{"@type":"node","@id":8060049266,"@timestamp":1620129110},"coords":"51.4798991,0.1866368","bedrooms":"3","price":"216000","area":"447"} , +{"type":"Feature","id":"n8060181689","geometry":{"type":"Point","coordinates":[-0.3184167,51.3099884]},"properties":{"@type":"node","@id":8060181689,"@timestamp":1603915887},"coords":"51.3099884,-0.3184167","bedrooms":"0","price":"241000","area":"552"} , +{"type":"Feature","id":"n8060506475","geometry":{"type":"Point","coordinates":[-0.3388002,51.0610842]},"properties":{"@type":"node","@id":8060506475,"@timestamp":1603921793},"coords":"51.0610842,-0.3388002","bedrooms":"3","price":"258000","area":"652"} , +{"type":"Feature","id":"n8060537426","geometry":{"type":"Point","coordinates":[0.0192033,51.5470848]},"properties":{"@type":"node","@id":8060537426,"@timestamp":1603922995},"coords":"51.5470848,0.0192033","bedrooms":"0","price":"231000","area":"698"} , +{"type":"Feature","id":"n8060555755","geometry":{"type":"Point","coordinates":[0.1671884,51.4940256]},"properties":{"@type":"node","@id":8060555755,"@timestamp":1603924135},"coords":"51.4940256,0.1671884","bedrooms":"2","price":"193000","area":"475"} , +{"type":"Feature","id":"n8060698947","geometry":{"type":"Point","coordinates":[0.1167394,51.5106715]},"properties":{"@type":"node","@id":8060698947,"@timestamp":1603931424},"coords":"51.5106715,0.1167394","bedrooms":"4","price":"200000","area":"591"} , +{"type":"Feature","id":"n8060707910","geometry":{"type":"Point","coordinates":[0.1987502,51.8959916]},"properties":{"@type":"node","@id":8060707910,"@timestamp":1603929792},"coords":"51.8959916,0.1987502","bedrooms":"3","price":"154000","area":"420"} , +{"type":"Feature","id":"n8060707964","geometry":{"type":"Point","coordinates":[0.1521056,51.7834026]},"properties":{"@type":"node","@id":8060707964,"@timestamp":1603929792},"coords":"51.7834026,0.1521056","bedrooms":"1","price":"193000","area":"573"} , +{"type":"Feature","id":"n8060788620","geometry":{"type":"Point","coordinates":[0.1098504,51.3677186]},"properties":{"@type":"node","@id":8060788620,"@timestamp":1603933499},"coords":"51.3677186,0.1098504","bedrooms":"1","price":"283000","area":"539"} , +{"type":"Feature","id":"n8061303688","geometry":{"type":"Point","coordinates":[-0.0533673,51.309123]},"properties":{"@type":"node","@id":8061303688,"@timestamp":1603941545},"coords":"51.309123,-0.0533673","bedrooms":"4","price":"223000","area":"480"} , +{"type":"Feature","id":"n8061462370","geometry":{"type":"Point","coordinates":[-0.1652879,51.4952117]},"properties":{"@type":"node","@id":8061462370,"@timestamp":1603946963},"coords":"51.4952117,-0.1652879","bedrooms":"2","price":"295000","area":"474"} , +{"type":"Feature","id":"n8061462380","geometry":{"type":"Point","coordinates":[-0.1649449,51.4948437]},"properties":{"@type":"node","@id":8061462380,"@timestamp":1603946963},"coords":"51.4948437,-0.1649449","bedrooms":"3","price":"283000","area":"629"} , +{"type":"Feature","id":"n8061485889","geometry":{"type":"Point","coordinates":[-0.1646378,51.4945119]},"properties":{"@type":"node","@id":8061485889,"@timestamp":1603946963},"coords":"51.4945119,-0.1646378","bedrooms":"3","price":"189000","area":"398"} , +{"type":"Feature","id":"n8061854253","geometry":{"type":"Point","coordinates":[-0.7218881,51.634253]},"properties":{"@type":"node","@id":8061854253,"@timestamp":1603956260},"coords":"51.634253,-0.7218881","bedrooms":"3","price":"278000","area":"534"} , +{"type":"Feature","id":"n8062069305","geometry":{"type":"Point","coordinates":[-0.4931074,51.2262282]},"properties":{"@type":"node","@id":8062069305,"@timestamp":1603962316},"coords":"51.2262282,-0.4931074","bedrooms":"0","price":"158000","area":"697"} , +{"type":"Feature","id":"n8062073035","geometry":{"type":"Point","coordinates":[0.0186925,51.5466306]},"properties":{"@type":"node","@id":8062073035,"@timestamp":1635892144},"coords":"51.5466306,0.0186925","bedrooms":"1","price":"197000","area":"589"} , +{"type":"Feature","id":"n8062240613","geometry":{"type":"Point","coordinates":[-0.4202969,51.4810461]},"properties":{"@type":"node","@id":8062240613,"@timestamp":1603966125},"coords":"51.4810461,-0.4202969","bedrooms":"4","price":"195000","area":"584"} , +{"type":"Feature","id":"n8062240914","geometry":{"type":"Point","coordinates":[-0.4232232,51.4780188]},"properties":{"@type":"node","@id":8062240914,"@timestamp":1603966125},"coords":"51.4780188,-0.4232232","bedrooms":"4","price":"277000","area":"598"} , +{"type":"Feature","id":"n8062457088","geometry":{"type":"Point","coordinates":[-0.0087504,51.5710992]},"properties":{"@type":"node","@id":8062457088,"@timestamp":1603971598},"coords":"51.5710992,-0.0087504","bedrooms":"0","price":"185000","area":"553"} , +{"type":"Feature","id":"n8062502528","geometry":{"type":"Point","coordinates":[0.0118514,51.5541453]},"properties":{"@type":"node","@id":8062502528,"@timestamp":1619629577},"coords":"51.5541453,0.0118514","bedrooms":"3","price":"186000","area":"480"} , +{"type":"Feature","id":"n8062700464","geometry":{"type":"Point","coordinates":[0.7233827,51.6158123]},"properties":{"@type":"node","@id":8062700464,"@timestamp":1603978520},"coords":"51.6158123,0.7233827","bedrooms":"2","price":"188000","area":"622"} , +{"type":"Feature","id":"n8062818711","geometry":{"type":"Point","coordinates":[0.0100597,51.5540311]},"properties":{"@type":"node","@id":8062818711,"@timestamp":1619629577},"coords":"51.5540311,0.0100597","bedrooms":"3","price":"161000","area":"486"} , +{"type":"Feature","id":"n8062868726","geometry":{"type":"Point","coordinates":[0.2907332,51.1906438]},"properties":{"@type":"node","@id":8062868726,"@timestamp":1625469484},"coords":"51.1906438,0.2907332","bedrooms":"2","price":"233000","area":"386"} , +{"type":"Feature","id":"n8063049662","geometry":{"type":"Point","coordinates":[-0.5252061,51.7088429]},"properties":{"@type":"node","@id":8063049662,"@timestamp":1603986270},"coords":"51.7088429,-0.5252061","bedrooms":"4","price":"255000","area":"622"} , +{"type":"Feature","id":"n8063095764","geometry":{"type":"Point","coordinates":[-0.0582886,51.5061364]},"properties":{"@type":"node","@id":8063095764,"@timestamp":1603987502},"coords":"51.5061364,-0.0582886","bedrooms":"4","price":"262000","area":"363"} , +{"type":"Feature","id":"n8063104523","geometry":{"type":"Point","coordinates":[-0.1351496,51.4788977]},"properties":{"@type":"node","@id":8063104523,"@timestamp":1603987043},"coords":"51.4788977,-0.1351496","bedrooms":"2","price":"160000","area":"657"} , +{"type":"Feature","id":"n8063104537","geometry":{"type":"Point","coordinates":[-0.1367605,51.4769564]},"properties":{"@type":"node","@id":8063104537,"@timestamp":1603987043},"coords":"51.4769564,-0.1367605","bedrooms":"4","price":"275000","area":"407"} , +{"type":"Feature","id":"n8063206362","geometry":{"type":"Point","coordinates":[0.5104089,51.0744026]},"properties":{"@type":"node","@id":8063206362,"@timestamp":1604061727},"coords":"51.0744026,0.5104089","bedrooms":"0","price":"285000","area":"688"} , +{"type":"Feature","id":"n8063227522","geometry":{"type":"Point","coordinates":[-0.164909,51.4944626]},"properties":{"@type":"node","@id":8063227522,"@timestamp":1603991955},"coords":"51.4944626,-0.164909","bedrooms":"1","price":"279000","area":"628"} , +{"type":"Feature","id":"n8063227532","geometry":{"type":"Point","coordinates":[-0.1652471,51.4948295]},"properties":{"@type":"node","@id":8063227532,"@timestamp":1603991955},"coords":"51.4948295,-0.1652471","bedrooms":"3","price":"221000","area":"582"} , +{"type":"Feature","id":"n8063227542","geometry":{"type":"Point","coordinates":[-0.1655911,51.4952029]},"properties":{"@type":"node","@id":8063227542,"@timestamp":1603991955},"coords":"51.4952029,-0.1655911","bedrooms":"4","price":"279000","area":"548"} , +{"type":"Feature","id":"n8063272470","geometry":{"type":"Point","coordinates":[0.0163937,51.545114]},"properties":{"@type":"node","@id":8063272470,"@timestamp":1603992545},"coords":"51.545114,0.0163937","bedrooms":"1","price":"221000","area":"606"} , +{"type":"Feature","id":"n8063293109","geometry":{"type":"Point","coordinates":[0.0174303,51.545609]},"properties":{"@type":"node","@id":8063293109,"@timestamp":1603992545},"coords":"51.545609,0.0174303","bedrooms":"2","price":"290000","area":"445"} , +{"type":"Feature","id":"n8063293135","geometry":{"type":"Point","coordinates":[0.0168657,51.5449397]},"properties":{"@type":"node","@id":8063293135,"@timestamp":1603992545},"coords":"51.5449397,0.0168657","bedrooms":"4","price":"201000","area":"632"} , +{"type":"Feature","id":"n8063316385","geometry":{"type":"Point","coordinates":[-0.0395409,51.5438259]},"properties":{"@type":"node","@id":8063316385,"@timestamp":1603993104},"coords":"51.5438259,-0.0395409","bedrooms":"3","price":"199000","area":"426"} , +{"type":"Feature","id":"n8063350927","geometry":{"type":"Point","coordinates":[0.7531764,51.3341577]},"properties":{"@type":"node","@id":8063350927,"@timestamp":1603994488},"coords":"51.3341577,0.7531764","bedrooms":"4","price":"174000","area":"571"} , +{"type":"Feature","id":"n8063350941","geometry":{"type":"Point","coordinates":[0.7577039,51.3330974]},"properties":{"@type":"node","@id":8063350941,"@timestamp":1603994488},"coords":"51.3330974,0.7577039","bedrooms":"0","price":"186000","area":"374"} , +{"type":"Feature","id":"n8063366312","geometry":{"type":"Point","coordinates":[0.787345,51.3135619]},"properties":{"@type":"node","@id":8063366312,"@timestamp":1603994304},"coords":"51.3135619,0.787345","bedrooms":"1","price":"252000","area":"672"} , +{"type":"Feature","id":"n8063367537","geometry":{"type":"Point","coordinates":[0.7368444,51.3282745]},"properties":{"@type":"node","@id":8063367537,"@timestamp":1603994912},"coords":"51.3282745,0.7368444","bedrooms":"4","price":"214000","area":"485"} , +{"type":"Feature","id":"n8063367547","geometry":{"type":"Point","coordinates":[0.7372615,51.3323378]},"properties":{"@type":"node","@id":8063367547,"@timestamp":1603994912},"coords":"51.3323378,0.7372615","bedrooms":"3","price":"286000","area":"478"} , +{"type":"Feature","id":"n8063367557","geometry":{"type":"Point","coordinates":[0.7411748,51.3338494]},"properties":{"@type":"node","@id":8063367557,"@timestamp":1603994912},"coords":"51.3338494,0.7411748","bedrooms":"0","price":"206000","area":"577"} , +{"type":"Feature","id":"n8063367567","geometry":{"type":"Point","coordinates":[0.7458687,51.3349973]},"properties":{"@type":"node","@id":8063367567,"@timestamp":1603994912},"coords":"51.3349973,0.7458687","bedrooms":"1","price":"283000","area":"429"} , +{"type":"Feature","id":"n8063367577","geometry":{"type":"Point","coordinates":[0.7473707,51.3329746]},"properties":{"@type":"node","@id":8063367577,"@timestamp":1603994912},"coords":"51.3329746,0.7473707","bedrooms":"2","price":"186000","area":"623"} , +{"type":"Feature","id":"n8063373748","geometry":{"type":"Point","coordinates":[0.72285,51.3290497]},"properties":{"@type":"node","@id":8063373748,"@timestamp":1603995128},"coords":"51.3290497,0.72285","bedrooms":"0","price":"245000","area":"693"} , +{"type":"Feature","id":"n8063373758","geometry":{"type":"Point","coordinates":[0.7280414,51.3253691]},"properties":{"@type":"node","@id":8063373758,"@timestamp":1603995128},"coords":"51.3253691,0.7280414","bedrooms":"2","price":"277000","area":"539"} , +{"type":"Feature","id":"n8063412905","geometry":{"type":"Point","coordinates":[0.8156893,51.3479457]},"properties":{"@type":"node","@id":8063412905,"@timestamp":1603995371},"coords":"51.3479457,0.8156893","bedrooms":"1","price":"255000","area":"532"} , +{"type":"Feature","id":"n8063412915","geometry":{"type":"Point","coordinates":[0.8194819,51.3454897]},"properties":{"@type":"node","@id":8063412915,"@timestamp":1603995371},"coords":"51.3454897,0.8194819","bedrooms":"2","price":"237000","area":"614"} , +{"type":"Feature","id":"n8063412925","geometry":{"type":"Point","coordinates":[0.8181877,51.3455533]},"properties":{"@type":"node","@id":8063412925,"@timestamp":1603995371},"coords":"51.3455533,0.8181877","bedrooms":"3","price":"195000","area":"659"} , +{"type":"Feature","id":"n8063441585","geometry":{"type":"Point","coordinates":[-0.9843488,51.37483]},"properties":{"@type":"node","@id":8063441585,"@timestamp":1603995778},"coords":"51.37483,-0.9843488","bedrooms":"1","price":"165000","area":"396"} , +{"type":"Feature","id":"n8063580627","geometry":{"type":"Point","coordinates":[-0.1361889,51.4819876]},"properties":{"@type":"node","@id":8063580627,"@timestamp":1603999037},"coords":"51.4819876,-0.1361889","bedrooms":"2","price":"281000","area":"397"} , +{"type":"Feature","id":"n8063580653","geometry":{"type":"Point","coordinates":[-0.1331771,51.4820494]},"properties":{"@type":"node","@id":8063580653,"@timestamp":1603999037},"coords":"51.4820494,-0.1331771","bedrooms":"1","price":"211000","area":"456"} , +{"type":"Feature","id":"n8063580991","geometry":{"type":"Point","coordinates":[-0.1310259,51.4823299]},"properties":{"@type":"node","@id":8063580991,"@timestamp":1603999037},"coords":"51.4823299,-0.1310259","bedrooms":"0","price":"196000","area":"643"} , +{"type":"Feature","id":"n8063621405","geometry":{"type":"Point","coordinates":[-0.0210905,51.5444799]},"properties":{"@type":"node","@id":8063621405,"@timestamp":1626267594},"coords":"51.5444799,-0.0210905","bedrooms":"0","price":"264000","area":"636"} , +{"type":"Feature","id":"n8063621415","geometry":{"type":"Point","coordinates":[-0.0215224,51.5445739]},"properties":{"@type":"node","@id":8063621415,"@timestamp":1620731580},"coords":"51.5445739,-0.0215224","bedrooms":"0","price":"180000","area":"622"} , +{"type":"Feature","id":"n8063621425","geometry":{"type":"Point","coordinates":[-0.0219639,51.545784]},"properties":{"@type":"node","@id":8063621425,"@timestamp":1628788792},"coords":"51.545784,-0.0219639","bedrooms":"2","price":"188000","area":"571"} , +{"type":"Feature","id":"n8064004919","geometry":{"type":"Point","coordinates":[-0.4155349,51.6779244]},"properties":{"@type":"node","@id":8064004919,"@timestamp":1604011314},"coords":"51.6779244,-0.4155349","bedrooms":"2","price":"241000","area":"404"} , +{"type":"Feature","id":"n8064025756","geometry":{"type":"Point","coordinates":[-0.0818465,51.6450259]},"properties":{"@type":"node","@id":8064025756,"@timestamp":1604012522},"coords":"51.6450259,-0.0818465","bedrooms":"0","price":"177000","area":"432"} , +{"type":"Feature","id":"n8064288682","geometry":{"type":"Point","coordinates":[0.1858516,51.5218512]},"properties":{"@type":"node","@id":8064288682,"@timestamp":1604029224},"coords":"51.5218512,0.1858516","bedrooms":"2","price":"208000","area":"382"} , +{"type":"Feature","id":"n8064288797","geometry":{"type":"Point","coordinates":[0.1809222,51.5223329]},"properties":{"@type":"node","@id":8064288797,"@timestamp":1604029224},"coords":"51.5223329,0.1809222","bedrooms":"0","price":"161000","area":"468"} , +{"type":"Feature","id":"n8064319140","geometry":{"type":"Point","coordinates":[-0.1655701,51.494836]},"properties":{"@type":"node","@id":8064319140,"@timestamp":1604031155},"coords":"51.494836,-0.1655701","bedrooms":"3","price":"287000","area":"624"} , +{"type":"Feature","id":"n8064319150","geometry":{"type":"Point","coordinates":[-0.165232,51.4944709]},"properties":{"@type":"node","@id":8064319150,"@timestamp":1604031155},"coords":"51.4944709,-0.165232","bedrooms":"2","price":"165000","area":"450"} , +{"type":"Feature","id":"n8064331605","geometry":{"type":"Point","coordinates":[-0.8841462,51.4387013]},"properties":{"@type":"node","@id":8064331605,"@timestamp":1604031123},"coords":"51.4387013,-0.8841462","bedrooms":"1","price":"271000","area":"633"} , +{"type":"Feature","id":"n8064441556","geometry":{"type":"Point","coordinates":[-0.1658527,51.494796]},"properties":{"@type":"node","@id":8064441556,"@timestamp":1604034322},"coords":"51.494796,-0.1658527","bedrooms":"1","price":"172000","area":"419"} , +{"type":"Feature","id":"n8064530848","geometry":{"type":"Point","coordinates":[-0.1664115,51.4950579]},"properties":{"@type":"node","@id":8064530848,"@timestamp":1604037782},"coords":"51.4950579,-0.1664115","bedrooms":"2","price":"286000","area":"354"} , +{"type":"Feature","id":"n8064561845","geometry":{"type":"Point","coordinates":[-0.966129,51.5173129]},"properties":{"@type":"node","@id":8064561845,"@timestamp":1604038316},"coords":"51.5173129,-0.966129","bedrooms":"3","price":"202000","area":"507"} , +{"type":"Feature","id":"n8064787742","geometry":{"type":"Point","coordinates":[-0.0818738,51.5588258]},"properties":{"@type":"node","@id":8064787742,"@timestamp":1604044963},"coords":"51.5588258,-0.0818738","bedrooms":"2","price":"206000","area":"380"} , +{"type":"Feature","id":"n8064948801","geometry":{"type":"Point","coordinates":[0.8261566,51.3230133]},"properties":{"@type":"node","@id":8064948801,"@timestamp":1604048963},"coords":"51.3230133,0.8261566","bedrooms":"2","price":"241000","area":"602"} , +{"type":"Feature","id":"n8065115607","geometry":{"type":"Point","coordinates":[0.75043,51.7671229]},"properties":{"@type":"node","@id":8065115607,"@timestamp":1604053571},"coords":"51.7671229,0.75043","bedrooms":"0","price":"270000","area":"441"} , +{"type":"Feature","id":"n8065134893","geometry":{"type":"Point","coordinates":[0.0192925,51.5456036]},"properties":{"@type":"node","@id":8065134893,"@timestamp":1604053051},"coords":"51.5456036,0.0192925","bedrooms":"0","price":"264000","area":"639"} , +{"type":"Feature","id":"n8065134939","geometry":{"type":"Point","coordinates":[0.0187305,51.5456941]},"properties":{"@type":"node","@id":8065134939,"@timestamp":1604053051},"coords":"51.5456941,0.0187305","bedrooms":"0","price":"190000","area":"628"} , +{"type":"Feature","id":"n8065134949","geometry":{"type":"Point","coordinates":[0.0178923,51.5454497]},"properties":{"@type":"node","@id":8065134949,"@timestamp":1604053051},"coords":"51.5454497,0.0178923","bedrooms":"0","price":"260000","area":"455"} , +{"type":"Feature","id":"n8065134967","geometry":{"type":"Point","coordinates":[0.0181371,51.5455056]},"properties":{"@type":"node","@id":8065134967,"@timestamp":1604053051},"coords":"51.5455056,0.0181371","bedrooms":"1","price":"209000","area":"694"} , +{"type":"Feature","id":"n8065135008","geometry":{"type":"Point","coordinates":[0.0180133,51.5452436]},"properties":{"@type":"node","@id":8065135008,"@timestamp":1604053051},"coords":"51.5452436,0.0180133","bedrooms":"0","price":"224000","area":"545"} , +{"type":"Feature","id":"n8065419402","geometry":{"type":"Point","coordinates":[0.5150367,51.6320338]},"properties":{"@type":"node","@id":8065419402,"@timestamp":1604057191},"coords":"51.6320338,0.5150367","bedrooms":"2","price":"283000","area":"457"} , +{"type":"Feature","id":"n8065635075","geometry":{"type":"Point","coordinates":[-0.0737882,51.7205832]},"properties":{"@type":"node","@id":8065635075,"@timestamp":1604062901},"coords":"51.7205832,-0.0737882","bedrooms":"4","price":"222000","area":"609"} , +{"type":"Feature","id":"n8065931046","geometry":{"type":"Point","coordinates":[0.0115181,51.5546621]},"properties":{"@type":"node","@id":8065931046,"@timestamp":1619629577},"coords":"51.5546621,0.0115181","bedrooms":"1","price":"176000","area":"604"} , +{"type":"Feature","id":"n8065931076","geometry":{"type":"Point","coordinates":[0.0141983,51.5551705]},"properties":{"@type":"node","@id":8065931076,"@timestamp":1619629577},"coords":"51.5551705,0.0141983","bedrooms":"0","price":"155000","area":"550"} , +{"type":"Feature","id":"n8065952185","geometry":{"type":"Point","coordinates":[0.0124508,51.554581]},"properties":{"@type":"node","@id":8065952185,"@timestamp":1619629577},"coords":"51.554581,0.0124508","bedrooms":"1","price":"153000","area":"564"} , +{"type":"Feature","id":"n8066014286","geometry":{"type":"Point","coordinates":[-1.0553117,51.8532887]},"properties":{"@type":"node","@id":8066014286,"@timestamp":1604072273},"coords":"51.8532887,-1.0553117","bedrooms":"1","price":"287000","area":"352"} , +{"type":"Feature","id":"n8066113378","geometry":{"type":"Point","coordinates":[0.0128116,51.5552314]},"properties":{"@type":"node","@id":8066113378,"@timestamp":1619629577},"coords":"51.5552314,0.0128116","bedrooms":"4","price":"297000","area":"632"} , +{"type":"Feature","id":"n8066131044","geometry":{"type":"Point","coordinates":[0.1702656,51.5284846]},"properties":{"@type":"node","@id":8066131044,"@timestamp":1604204687},"coords":"51.5284846,0.1702656","bedrooms":"0","price":"190000","area":"605"} , +{"type":"Feature","id":"n8066131679","geometry":{"type":"Point","coordinates":[0.155365,51.5617649]},"properties":{"@type":"node","@id":8066131679,"@timestamp":1635883746},"coords":"51.5617649,0.155365","bedrooms":"0","price":"228000","area":"639"} , +{"type":"Feature","id":"n8066150243","geometry":{"type":"Point","coordinates":[-0.5306053,51.654582]},"properties":{"@type":"node","@id":8066150243,"@timestamp":1604076120},"coords":"51.654582,-0.5306053","bedrooms":"1","price":"286000","area":"571"} , +{"type":"Feature","id":"n8066198644","geometry":{"type":"Point","coordinates":[-0.1618518,51.4735691]},"properties":{"@type":"node","@id":8066198644,"@timestamp":1628770068},"coords":"51.4735691,-0.1618518","bedrooms":"1","price":"187000","area":"373"} , +{"type":"Feature","id":"n8066208165","geometry":{"type":"Point","coordinates":[0.7591309,51.3451881]},"properties":{"@type":"node","@id":8066208165,"@timestamp":1604078846},"coords":"51.3451881,0.7591309","bedrooms":"4","price":"220000","area":"359"} , +{"type":"Feature","id":"n8066208175","geometry":{"type":"Point","coordinates":[0.7581693,51.3434356]},"properties":{"@type":"node","@id":8066208175,"@timestamp":1604078846},"coords":"51.3434356,0.7581693","bedrooms":"3","price":"277000","area":"582"} , +{"type":"Feature","id":"n8066211587","geometry":{"type":"Point","coordinates":[0.1055502,51.8543684]},"properties":{"@type":"node","@id":8066211587,"@timestamp":1604493537},"coords":"51.8543684,0.1055502","bedrooms":"0","price":"154000","area":"587"} , +{"type":"Feature","id":"n8066218301","geometry":{"type":"Point","coordinates":[-0.1621273,51.4631969]},"properties":{"@type":"node","@id":8066218301,"@timestamp":1604078015},"coords":"51.4631969,-0.1621273","bedrooms":"1","price":"271000","area":"429"} , +{"type":"Feature","id":"n8066247589","geometry":{"type":"Point","coordinates":[0.7586977,51.3401633]},"properties":{"@type":"node","@id":8066247589,"@timestamp":1604078846},"coords":"51.3401633,0.7586977","bedrooms":"3","price":"259000","area":"493"} , +{"type":"Feature","id":"n8066247599","geometry":{"type":"Point","coordinates":[0.7609601,51.3379926]},"properties":{"@type":"node","@id":8066247599,"@timestamp":1604078846},"coords":"51.3379926,0.7609601","bedrooms":"2","price":"167000","area":"446"} , +{"type":"Feature","id":"n8066266860","geometry":{"type":"Point","coordinates":[0.7394676,51.3406819]},"properties":{"@type":"node","@id":8066266860,"@timestamp":1604079628},"coords":"51.3406819,0.7394676","bedrooms":"0","price":"279000","area":"541"} , +{"type":"Feature","id":"n8066311974","geometry":{"type":"Point","coordinates":[0.0092627,51.5513079]},"properties":{"@type":"node","@id":8066311974,"@timestamp":1619608244},"coords":"51.5513079,0.0092627","bedrooms":"1","price":"240000","area":"483"} , +{"type":"Feature","id":"n8066312193","geometry":{"type":"Point","coordinates":[0.0083323,51.5516257]},"properties":{"@type":"node","@id":8066312193,"@timestamp":1619608244},"coords":"51.5516257,0.0083323","bedrooms":"2","price":"174000","area":"459"} , +{"type":"Feature","id":"n8066312203","geometry":{"type":"Point","coordinates":[0.008787,51.5516099]},"properties":{"@type":"node","@id":8066312203,"@timestamp":1619608244},"coords":"51.5516099,0.008787","bedrooms":"4","price":"236000","area":"568"} , +{"type":"Feature","id":"n8066517186","geometry":{"type":"Point","coordinates":[-0.1422807,51.5367283]},"properties":{"@type":"node","@id":8066517186,"@timestamp":1605054463},"coords":"51.5367283,-0.1422807","bedrooms":"1","price":"194000","area":"620"} , +{"type":"Feature","id":"n8066827603","geometry":{"type":"Point","coordinates":[-0.1319697,51.5227674]},"properties":{"@type":"node","@id":8066827603,"@timestamp":1604858707},"coords":"51.5227674,-0.1319697","bedrooms":"0","price":"244000","area":"537"} , +{"type":"Feature","id":"n8066827613","geometry":{"type":"Point","coordinates":[-0.1323247,51.5225396]},"properties":{"@type":"node","@id":8066827613,"@timestamp":1604858707},"coords":"51.5225396,-0.1323247","bedrooms":"2","price":"271000","area":"545"} , +{"type":"Feature","id":"n8066854451","geometry":{"type":"Point","coordinates":[-0.8334058,51.2615356]},"properties":{"@type":"node","@id":8066854451,"@timestamp":1604094714},"coords":"51.2615356,-0.8334058","bedrooms":"0","price":"150000","area":"515"} , +{"type":"Feature","id":"n8067023772","geometry":{"type":"Point","coordinates":[-0.2530853,51.4037112]},"properties":{"@type":"node","@id":8067023772,"@timestamp":1604357849},"coords":"51.4037112,-0.2530853","bedrooms":"3","price":"293000","area":"414"} , +{"type":"Feature","id":"n8067144126","geometry":{"type":"Point","coordinates":[0.1795024,51.5231966]},"properties":{"@type":"node","@id":8067144126,"@timestamp":1604105805},"coords":"51.5231966,0.1795024","bedrooms":"1","price":"227000","area":"362"} , +{"type":"Feature","id":"n8067214337","geometry":{"type":"Point","coordinates":[0.0024103,51.5577939]},"properties":{"@type":"node","@id":8067214337,"@timestamp":1626701491},"coords":"51.5577939,0.0024103","bedrooms":"3","price":"280000","area":"493"} , +{"type":"Feature","id":"n8067599124","geometry":{"type":"Point","coordinates":[-0.2038106,51.0598005]},"properties":{"@type":"node","@id":8067599124,"@timestamp":1604118422},"coords":"51.0598005,-0.2038106","bedrooms":"1","price":"237000","area":"612"} , +{"type":"Feature","id":"n8067692701","geometry":{"type":"Point","coordinates":[-0.1676602,51.4941044]},"properties":{"@type":"node","@id":8067692701,"@timestamp":1604120782},"coords":"51.4941044,-0.1676602","bedrooms":"1","price":"214000","area":"631"} , +{"type":"Feature","id":"n8067926936","geometry":{"type":"Point","coordinates":[-0.1679802,51.4938343]},"properties":{"@type":"node","@id":8067926936,"@timestamp":1604127601},"coords":"51.4938343,-0.1679802","bedrooms":"0","price":"208000","area":"383"} , +{"type":"Feature","id":"n8068115359","geometry":{"type":"Point","coordinates":[-0.1658506,51.4945452]},"properties":{"@type":"node","@id":8068115359,"@timestamp":1604133766},"coords":"51.4945452,-0.1658506","bedrooms":"3","price":"261000","area":"616"} , +{"type":"Feature","id":"n8068436841","geometry":{"type":"Point","coordinates":[-0.1773671,51.4823018]},"properties":{"@type":"node","@id":8068436841,"@timestamp":1613757360},"coords":"51.4823018,-0.1773671","bedrooms":"3","price":"247000","area":"461"} , +{"type":"Feature","id":"n8068679290","geometry":{"type":"Point","coordinates":[-0.1670252,51.4935799]},"properties":{"@type":"node","@id":8068679290,"@timestamp":1604146459},"coords":"51.4935799,-0.1670252","bedrooms":"1","price":"213000","area":"491"} , +{"type":"Feature","id":"n8068840977","geometry":{"type":"Point","coordinates":[-0.172086,51.42325]},"properties":{"@type":"node","@id":8068840977,"@timestamp":1618956352},"coords":"51.42325,-0.172086","bedrooms":"1","price":"191000","area":"673"} , +{"type":"Feature","id":"n8069024509","geometry":{"type":"Point","coordinates":[-0.2545015,51.4017192]},"properties":{"@type":"node","@id":8069024509,"@timestamp":1604156786},"coords":"51.4017192,-0.2545015","bedrooms":"4","price":"225000","area":"623"} , +{"type":"Feature","id":"n8069108086","geometry":{"type":"Point","coordinates":[-0.0603005,51.5485829]},"properties":{"@type":"node","@id":8069108086,"@timestamp":1620305546},"coords":"51.5485829,-0.0603005","bedrooms":"1","price":"237000","area":"556"} , +{"type":"Feature","id":"n8069201172","geometry":{"type":"Point","coordinates":[-0.1659336,51.4939849]},"properties":{"@type":"node","@id":8069201172,"@timestamp":1604161902},"coords":"51.4939849,-0.1659336","bedrooms":"2","price":"152000","area":"528"} , +{"type":"Feature","id":"n8069438147","geometry":{"type":"Point","coordinates":[-0.0455569,51.4043424]},"properties":{"@type":"node","@id":8069438147,"@timestamp":1604168993},"coords":"51.4043424,-0.0455569","bedrooms":"3","price":"281000","area":"573"} , +{"type":"Feature","id":"n8069782258","geometry":{"type":"Point","coordinates":[-1.1133887,51.2557329]},"properties":{"@type":"node","@id":8069782258,"@timestamp":1604178541},"coords":"51.2557329,-1.1133887","bedrooms":"4","price":"161000","area":"541"} , +{"type":"Feature","id":"n8069823195","geometry":{"type":"Point","coordinates":[0.1614958,51.0624564]},"properties":{"@type":"node","@id":8069823195,"@timestamp":1604179888},"coords":"51.0624564,0.1614958","bedrooms":"0","price":"241000","area":"471"} , +{"type":"Feature","id":"n8069924682","geometry":{"type":"Point","coordinates":[-0.1405257,51.54786]},"properties":{"@type":"node","@id":8069924682,"@timestamp":1628959548},"coords":"51.54786,-0.1405257","bedrooms":"1","price":"264000","area":"503"} , +{"type":"Feature","id":"n8069937091","geometry":{"type":"Point","coordinates":[-0.1397758,51.5478101]},"properties":{"@type":"node","@id":8069937091,"@timestamp":1628959548},"coords":"51.5478101,-0.1397758","bedrooms":"3","price":"193000","area":"498"} , +{"type":"Feature","id":"n8069937101","geometry":{"type":"Point","coordinates":[-0.1391323,51.5477719]},"properties":{"@type":"node","@id":8069937101,"@timestamp":1628959548},"coords":"51.5477719,-0.1391323","bedrooms":"0","price":"266000","area":"370"} , +{"type":"Feature","id":"n8069937111","geometry":{"type":"Point","coordinates":[-0.1376749,51.5476706]},"properties":{"@type":"node","@id":8069937111,"@timestamp":1628959548},"coords":"51.5476706,-0.1376749","bedrooms":"0","price":"213000","area":"367"} , +{"type":"Feature","id":"n8069937121","geometry":{"type":"Point","coordinates":[-0.1366721,51.5476058]},"properties":{"@type":"node","@id":8069937121,"@timestamp":1628959548},"coords":"51.5476058,-0.1366721","bedrooms":"4","price":"189000","area":"435"} , +{"type":"Feature","id":"n8069937131","geometry":{"type":"Point","coordinates":[-0.135732,51.547541]},"properties":{"@type":"node","@id":8069937131,"@timestamp":1628959548},"coords":"51.547541,-0.135732","bedrooms":"4","price":"156000","area":"497"} , +{"type":"Feature","id":"n8069937158","geometry":{"type":"Point","coordinates":[-0.1363118,51.5478239]},"properties":{"@type":"node","@id":8069937158,"@timestamp":1628959548},"coords":"51.5478239,-0.1363118","bedrooms":"3","price":"177000","area":"435"} , +{"type":"Feature","id":"n8069937168","geometry":{"type":"Point","coordinates":[-0.1369415,51.5478637]},"properties":{"@type":"node","@id":8069937168,"@timestamp":1628959548},"coords":"51.5478637,-0.1369415","bedrooms":"1","price":"162000","area":"360"} , +{"type":"Feature","id":"n8069937184","geometry":{"type":"Point","coordinates":[-0.1375517,51.5479041]},"properties":{"@type":"node","@id":8069937184,"@timestamp":1628959548},"coords":"51.5479041,-0.1375517","bedrooms":"3","price":"201000","area":"624"} , +{"type":"Feature","id":"n8069937194","geometry":{"type":"Point","coordinates":[-0.1384764,51.5479646]},"properties":{"@type":"node","@id":8069937194,"@timestamp":1628959548},"coords":"51.5479646,-0.1384764","bedrooms":"0","price":"271000","area":"529"} , +{"type":"Feature","id":"n8069937204","geometry":{"type":"Point","coordinates":[-0.1397109,51.5480474]},"properties":{"@type":"node","@id":8069937204,"@timestamp":1628959548},"coords":"51.5480474,-0.1397109","bedrooms":"4","price":"277000","area":"361"} , +{"type":"Feature","id":"n8069937214","geometry":{"type":"Point","coordinates":[-0.1402414,51.5480832]},"properties":{"@type":"node","@id":8069937214,"@timestamp":1628959548},"coords":"51.5480832,-0.1402414","bedrooms":"2","price":"231000","area":"413"} , +{"type":"Feature","id":"n8069946495","geometry":{"type":"Point","coordinates":[-1.1137307,51.2530764]},"properties":{"@type":"node","@id":8069946495,"@timestamp":1604183615},"coords":"51.2530764,-1.1137307","bedrooms":"1","price":"226000","area":"424"} , +{"type":"Feature","id":"n8069992367","geometry":{"type":"Point","coordinates":[-0.1423813,51.5473611]},"properties":{"@type":"node","@id":8069992367,"@timestamp":1628775229},"coords":"51.5473611,-0.1423813","bedrooms":"4","price":"183000","area":"498"} , +{"type":"Feature","id":"n8070134879","geometry":{"type":"Point","coordinates":[-0.4072452,51.6650719]},"properties":{"@type":"node","@id":8070134879,"@timestamp":1604191142},"coords":"51.6650719,-0.4072452","bedrooms":"1","price":"246000","area":"633"} , +{"type":"Feature","id":"n8070176001","geometry":{"type":"Point","coordinates":[-0.4063834,51.6709752]},"properties":{"@type":"node","@id":8070176001,"@timestamp":1604191142},"coords":"51.6709752,-0.4063834","bedrooms":"4","price":"267000","area":"639"} , +{"type":"Feature","id":"n8070319970","geometry":{"type":"Point","coordinates":[-0.2844763,51.5873959]},"properties":{"@type":"node","@id":8070319970,"@timestamp":1623945944},"coords":"51.5873959,-0.2844763","bedrooms":"4","price":"292000","area":"402"} , +{"type":"Feature","id":"n8070599088","geometry":{"type":"Point","coordinates":[-0.1654772,51.4934266]},"properties":{"@type":"node","@id":8070599088,"@timestamp":1604204852},"coords":"51.4934266,-0.1654772","bedrooms":"2","price":"290000","area":"411"} , +{"type":"Feature","id":"n8070662630","geometry":{"type":"Point","coordinates":[0.1830568,51.5242116]},"properties":{"@type":"node","@id":8070662630,"@timestamp":1604208007},"coords":"51.5242116,0.1830568","bedrooms":"0","price":"150000","area":"436"} , +{"type":"Feature","id":"n8070670313","geometry":{"type":"Point","coordinates":[0.184167,51.523135]},"properties":{"@type":"node","@id":8070670313,"@timestamp":1604208007},"coords":"51.523135,0.184167","bedrooms":"2","price":"208000","area":"681"} , +{"type":"Feature","id":"n8070751274","geometry":{"type":"Point","coordinates":[-0.1616112,51.4943828]},"properties":{"@type":"node","@id":8070751274,"@timestamp":1604215203},"coords":"51.4943828,-0.1616112","bedrooms":"0","price":"188000","area":"411"} , +{"type":"Feature","id":"n8070990983","geometry":{"type":"Point","coordinates":[-0.1622881,51.4944777]},"properties":{"@type":"node","@id":8070990983,"@timestamp":1604221926},"coords":"51.4944777,-0.1622881","bedrooms":"4","price":"167000","area":"373"} , +{"type":"Feature","id":"n8071030511","geometry":{"type":"Point","coordinates":[-0.1619906,51.4939835]},"properties":{"@type":"node","@id":8071030511,"@timestamp":1604221926},"coords":"51.4939835,-0.1619906","bedrooms":"1","price":"236000","area":"378"} , +{"type":"Feature","id":"n8071143239","geometry":{"type":"Point","coordinates":[-0.3391092,51.3015147]},"properties":{"@type":"node","@id":8071143239,"@timestamp":1617833151},"coords":"51.3015147,-0.3391092","bedrooms":"3","price":"177000","area":"490"} , +{"type":"Feature","id":"n8071168812","geometry":{"type":"Point","coordinates":[-0.1621237,51.4935529]},"properties":{"@type":"node","@id":8071168812,"@timestamp":1604225867},"coords":"51.4935529,-0.1621237","bedrooms":"2","price":"258000","area":"371"} , +{"type":"Feature","id":"n8071168822","geometry":{"type":"Point","coordinates":[-0.1623811,51.4939813]},"properties":{"@type":"node","@id":8071168822,"@timestamp":1604225867},"coords":"51.4939813,-0.1623811","bedrooms":"4","price":"277000","area":"664"} , +{"type":"Feature","id":"n8071223931","geometry":{"type":"Point","coordinates":[0.2012645,51.0876013]},"properties":{"@type":"node","@id":8071223931,"@timestamp":1626041868},"coords":"51.0876013,0.2012645","bedrooms":"2","price":"210000","area":"360"} , +{"type":"Feature","id":"n8071538532","geometry":{"type":"Point","coordinates":[-0.1628329,51.494529]},"properties":{"@type":"node","@id":8071538532,"@timestamp":1604238322},"coords":"51.494529,-0.1628329","bedrooms":"2","price":"195000","area":"672"} , +{"type":"Feature","id":"n8071538566","geometry":{"type":"Point","coordinates":[-0.1629461,51.4940957]},"properties":{"@type":"node","@id":8071538566,"@timestamp":1604238322},"coords":"51.4940957,-0.1629461","bedrooms":"4","price":"164000","area":"643"} , +{"type":"Feature","id":"n8071538576","geometry":{"type":"Point","coordinates":[-0.1626803,51.4936658]},"properties":{"@type":"node","@id":8071538576,"@timestamp":1604238322},"coords":"51.4936658,-0.1626803","bedrooms":"1","price":"245000","area":"677"} , +{"type":"Feature","id":"n8071603431","geometry":{"type":"Point","coordinates":[0.169301,51.4391056]},"properties":{"@type":"node","@id":8071603431,"@timestamp":1604239541},"coords":"51.4391056,0.169301","bedrooms":"4","price":"181000","area":"435"} , +{"type":"Feature","id":"n8071686473","geometry":{"type":"Point","coordinates":[0.2178936,51.0963648]},"properties":{"@type":"node","@id":8071686473,"@timestamp":1626041868},"coords":"51.0963648,0.2178936","bedrooms":"0","price":"292000","area":"497"} , +{"type":"Feature","id":"n8071699417","geometry":{"type":"Point","coordinates":[0.7422155,51.3187681]},"properties":{"@type":"node","@id":8071699417,"@timestamp":1604242475},"coords":"51.3187681,0.7422155","bedrooms":"4","price":"294000","area":"661"} , +{"type":"Feature","id":"n8072036363","geometry":{"type":"Point","coordinates":[-0.2221459,51.4464173]},"properties":{"@type":"node","@id":8072036363,"@timestamp":1604252334},"coords":"51.4464173,-0.2221459","bedrooms":"1","price":"206000","area":"565"} , +{"type":"Feature","id":"n8072085244","geometry":{"type":"Point","coordinates":[0.017475,51.5443644]},"properties":{"@type":"node","@id":8072085244,"@timestamp":1604253314},"coords":"51.5443644,0.017475","bedrooms":"2","price":"219000","area":"552"} , +{"type":"Feature","id":"n8072085274","geometry":{"type":"Point","coordinates":[0.0168713,51.5447413]},"properties":{"@type":"node","@id":8072085274,"@timestamp":1604253314},"coords":"51.5447413,0.0168713","bedrooms":"3","price":"283000","area":"352"} , +{"type":"Feature","id":"n8072085316","geometry":{"type":"Point","coordinates":[0.0167968,51.5440069]},"properties":{"@type":"node","@id":8072085316,"@timestamp":1604253314},"coords":"51.5440069,0.0167968","bedrooms":"1","price":"189000","area":"692"} , +{"type":"Feature","id":"n8072085463","geometry":{"type":"Point","coordinates":[0.0160899,51.5445366]},"properties":{"@type":"node","@id":8072085463,"@timestamp":1604253314},"coords":"51.5445366,0.0160899","bedrooms":"1","price":"246000","area":"558"} , +{"type":"Feature","id":"n8072135947","geometry":{"type":"Point","coordinates":[0.133628,51.8583082]},"properties":{"@type":"node","@id":8072135947,"@timestamp":1604253973},"coords":"51.8583082,0.133628","bedrooms":"2","price":"207000","area":"407"} , +{"type":"Feature","id":"n8072339919","geometry":{"type":"Point","coordinates":[-1.113411,51.2518819]},"properties":{"@type":"node","@id":8072339919,"@timestamp":1604259155},"coords":"51.2518819,-1.113411","bedrooms":"2","price":"204000","area":"403"} , +{"type":"Feature","id":"n8072399508","geometry":{"type":"Point","coordinates":[0.1868038,51.5241008]},"properties":{"@type":"node","@id":8072399508,"@timestamp":1604261095},"coords":"51.5241008,0.1868038","bedrooms":"2","price":"199000","area":"360"} , +{"type":"Feature","id":"n8072400118","geometry":{"type":"Point","coordinates":[0.1870398,51.523218]},"properties":{"@type":"node","@id":8072400118,"@timestamp":1604261095},"coords":"51.523218,0.1870398","bedrooms":"2","price":"282000","area":"489"} , +{"type":"Feature","id":"n8072400128","geometry":{"type":"Point","coordinates":[0.1867005,51.524024]},"properties":{"@type":"node","@id":8072400128,"@timestamp":1604261095},"coords":"51.524024,0.1867005","bedrooms":"3","price":"187000","area":"483"} , +{"type":"Feature","id":"n8072400138","geometry":{"type":"Point","coordinates":[0.1863441,51.5235662]},"properties":{"@type":"node","@id":8072400138,"@timestamp":1604261095},"coords":"51.5235662,0.1863441","bedrooms":"3","price":"272000","area":"361"} , +{"type":"Feature","id":"n8072400189","geometry":{"type":"Point","coordinates":[0.1853735,51.5233541]},"properties":{"@type":"node","@id":8072400189,"@timestamp":1604261095},"coords":"51.5233541,0.1853735","bedrooms":"1","price":"248000","area":"595"} , +{"type":"Feature","id":"n8072400211","geometry":{"type":"Point","coordinates":[0.1848024,51.5238068]},"properties":{"@type":"node","@id":8072400211,"@timestamp":1604261095},"coords":"51.5238068,0.1848024","bedrooms":"1","price":"274000","area":"684"} , +{"type":"Feature","id":"n8072400239","geometry":{"type":"Point","coordinates":[0.1832613,51.5246841]},"properties":{"@type":"node","@id":8072400239,"@timestamp":1604261095},"coords":"51.5246841,0.1832613","bedrooms":"2","price":"232000","area":"432"} , +{"type":"Feature","id":"n8072400293","geometry":{"type":"Point","coordinates":[0.1848998,51.5245325]},"properties":{"@type":"node","@id":8072400293,"@timestamp":1604261095},"coords":"51.5245325,0.1848998","bedrooms":"3","price":"277000","area":"450"} , +{"type":"Feature","id":"n8072400313","geometry":{"type":"Point","coordinates":[0.1889322,51.5234031]},"properties":{"@type":"node","@id":8072400313,"@timestamp":1604261095},"coords":"51.5234031,0.1889322","bedrooms":"0","price":"255000","area":"625"} , +{"type":"Feature","id":"n8072400329","geometry":{"type":"Point","coordinates":[0.1884173,51.5237806]},"properties":{"@type":"node","@id":8072400329,"@timestamp":1604261095},"coords":"51.5237806,0.1884173","bedrooms":"0","price":"217000","area":"640"} , +{"type":"Feature","id":"n8072477906","geometry":{"type":"Point","coordinates":[-1.1121764,51.2508308]},"properties":{"@type":"node","@id":8072477906,"@timestamp":1604263520},"coords":"51.2508308,-1.1121764","bedrooms":"4","price":"254000","area":"407"} , +{"type":"Feature","id":"n8072621327","geometry":{"type":"Point","coordinates":[-0.7664036,51.2856988]},"properties":{"@type":"node","@id":8072621327,"@timestamp":1604267643},"coords":"51.2856988,-0.7664036","bedrooms":"3","price":"204000","area":"433"} , +{"type":"Feature","id":"n8072694477","geometry":{"type":"Point","coordinates":[-0.0572221,51.5636665]},"properties":{"@type":"node","@id":8072694477,"@timestamp":1604269976},"coords":"51.5636665,-0.0572221","bedrooms":"2","price":"243000","area":"363"} , +{"type":"Feature","id":"n8072925943","geometry":{"type":"Point","coordinates":[0.1868561,51.5255586]},"properties":{"@type":"node","@id":8072925943,"@timestamp":1604275229},"coords":"51.5255586,0.1868561","bedrooms":"0","price":"279000","area":"568"} , +{"type":"Feature","id":"n8072925953","geometry":{"type":"Point","coordinates":[0.1890522,51.5250011]},"properties":{"@type":"node","@id":8072925953,"@timestamp":1604275229},"coords":"51.5250011,0.1890522","bedrooms":"4","price":"253000","area":"488"} , +{"type":"Feature","id":"n8072925963","geometry":{"type":"Point","coordinates":[0.1895752,51.5246018]},"properties":{"@type":"node","@id":8072925963,"@timestamp":1604275229},"coords":"51.5246018,0.1895752","bedrooms":"4","price":"172000","area":"476"} , +{"type":"Feature","id":"n8072980489","geometry":{"type":"Point","coordinates":[-0.8407587,51.2789902]},"properties":{"@type":"node","@id":8072980489,"@timestamp":1604274783},"coords":"51.2789902,-0.8407587","bedrooms":"2","price":"259000","area":"557"} , +{"type":"Feature","id":"n8072991491","geometry":{"type":"Point","coordinates":[0.188929,51.5242778]},"properties":{"@type":"node","@id":8072991491,"@timestamp":1604275229},"coords":"51.5242778,0.188929","bedrooms":"1","price":"226000","area":"510"} , +{"type":"Feature","id":"n8072991507","geometry":{"type":"Point","coordinates":[0.1865951,51.5249691]},"properties":{"@type":"node","@id":8072991507,"@timestamp":1604275229},"coords":"51.5249691,0.1865951","bedrooms":"2","price":"162000","area":"636"} , +{"type":"Feature","id":"n8072991527","geometry":{"type":"Point","coordinates":[0.1859339,51.5246229]},"properties":{"@type":"node","@id":8072991527,"@timestamp":1604275229},"coords":"51.5246229,0.1859339","bedrooms":"1","price":"203000","area":"453"} , +{"type":"Feature","id":"n8072991555","geometry":{"type":"Point","coordinates":[0.1878875,51.5237671]},"properties":{"@type":"node","@id":8072991555,"@timestamp":1604275229},"coords":"51.5237671,0.1878875","bedrooms":"4","price":"213000","area":"520"} , +{"type":"Feature","id":"n8073094326","geometry":{"type":"Point","coordinates":[0.1702636,51.5290605]},"properties":{"@type":"node","@id":8073094326,"@timestamp":1616712298},"coords":"51.5290605,0.1702636","bedrooms":"4","price":"164000","area":"625"} , +{"type":"Feature","id":"n8073307446","geometry":{"type":"Point","coordinates":[-0.1633976,51.4941376]},"properties":{"@type":"node","@id":8073307446,"@timestamp":1604291271},"coords":"51.4941376,-0.1633976","bedrooms":"1","price":"287000","area":"407"} , +{"type":"Feature","id":"n8073307480","geometry":{"type":"Point","coordinates":[-0.1631068,51.4936657]},"properties":{"@type":"node","@id":8073307480,"@timestamp":1604291271},"coords":"51.4936657,-0.1631068","bedrooms":"2","price":"159000","area":"473"} , +{"type":"Feature","id":"n8073307490","geometry":{"type":"Point","coordinates":[-0.1628465,51.4932431]},"properties":{"@type":"node","@id":8073307490,"@timestamp":1604291271},"coords":"51.4932431,-0.1628465","bedrooms":"0","price":"238000","area":"366"} , +{"type":"Feature","id":"n8073590498","geometry":{"type":"Point","coordinates":[-0.8354846,51.3606136]},"properties":{"@type":"node","@id":8073590498,"@timestamp":1604299542},"coords":"51.3606136,-0.8354846","bedrooms":"0","price":"285000","area":"384"} , +{"type":"Feature","id":"n8073975168","geometry":{"type":"Point","coordinates":[-0.7390022,51.0220225]},"properties":{"@type":"node","@id":8073975168,"@timestamp":1604308378},"coords":"51.0220225,-0.7390022","bedrooms":"0","price":"177000","area":"363"} , +{"type":"Feature","id":"n8074295396","geometry":{"type":"Point","coordinates":[0.0186923,51.5446637]},"properties":{"@type":"node","@id":8074295396,"@timestamp":1604315066},"coords":"51.5446637,0.0186923","bedrooms":"1","price":"272000","area":"678"} , +{"type":"Feature","id":"n8074295410","geometry":{"type":"Point","coordinates":[0.0178038,51.5440069]},"properties":{"@type":"node","@id":8074295410,"@timestamp":1604315066},"coords":"51.5440069,0.0178038","bedrooms":"2","price":"231000","area":"409"} , +{"type":"Feature","id":"n8074326528","geometry":{"type":"Point","coordinates":[0.0181961,51.5444543]},"properties":{"@type":"node","@id":8074326528,"@timestamp":1604315066},"coords":"51.5444543,0.0181961","bedrooms":"3","price":"195000","area":"634"} , +{"type":"Feature","id":"n8074626825","geometry":{"type":"Point","coordinates":[-0.3223063,51.1876693]},"properties":{"@type":"node","@id":8074626825,"@timestamp":1604321814},"coords":"51.1876693,-0.3223063","bedrooms":"0","price":"176000","area":"687"} , +{"type":"Feature","id":"n8074739533","geometry":{"type":"Point","coordinates":[0.0187849,51.543835]},"properties":{"@type":"node","@id":8074739533,"@timestamp":1604322645},"coords":"51.543835,0.0187849","bedrooms":"4","price":"171000","area":"547"} , +{"type":"Feature","id":"n8074943452","geometry":{"type":"Point","coordinates":[0.0420657,51.6307363]},"properties":{"@type":"node","@id":8074943452,"@timestamp":1604327503},"coords":"51.6307363,0.0420657","bedrooms":"3","price":"203000","area":"686"} , +{"type":"Feature","id":"n8074946411","geometry":{"type":"Point","coordinates":[0.1864174,51.5264311]},"properties":{"@type":"node","@id":8074946411,"@timestamp":1604327632},"coords":"51.5264311,0.1864174","bedrooms":"1","price":"292000","area":"375"} , +{"type":"Feature","id":"n8075024815","geometry":{"type":"Point","coordinates":[-0.0757281,51.5001271]},"properties":{"@type":"node","@id":8075024815,"@timestamp":1604329822},"coords":"51.5001271,-0.0757281","bedrooms":"0","price":"220000","area":"449"} , +{"type":"Feature","id":"n8075082767","geometry":{"type":"Point","coordinates":[-0.1638672,51.4936871]},"properties":{"@type":"node","@id":8075082767,"@timestamp":1604331978},"coords":"51.4936871,-0.1638672","bedrooms":"2","price":"228000","area":"411"} , +{"type":"Feature","id":"n8075082777","geometry":{"type":"Point","coordinates":[-0.1632749,51.4932461]},"properties":{"@type":"node","@id":8075082777,"@timestamp":1604331978},"coords":"51.4932461,-0.1632749","bedrooms":"4","price":"160000","area":"554"} , +{"type":"Feature","id":"n8075127443","geometry":{"type":"Point","coordinates":[0.0787667,51.8458495]},"properties":{"@type":"node","@id":8075127443,"@timestamp":1604332421},"coords":"51.8458495,0.0787667","bedrooms":"0","price":"198000","area":"469"} , +{"type":"Feature","id":"n8075131665","geometry":{"type":"Point","coordinates":[0.1416589,51.8532886]},"properties":{"@type":"node","@id":8075131665,"@timestamp":1604332421},"coords":"51.8532886,0.1416589","bedrooms":"4","price":"179000","area":"372"} , +{"type":"Feature","id":"n8075243016","geometry":{"type":"Point","coordinates":[0.0072162,51.5506871]},"properties":{"@type":"node","@id":8075243016,"@timestamp":1604337662},"coords":"51.5506871,0.0072162","bedrooms":"4","price":"196000","area":"690"} , +{"type":"Feature","id":"n8075290142","geometry":{"type":"Point","coordinates":[-0.5017716,51.3942513]},"properties":{"@type":"node","@id":8075290142,"@timestamp":1604336690},"coords":"51.3942513,-0.5017716","bedrooms":"2","price":"281000","area":"634"} , +{"type":"Feature","id":"n8075326533","geometry":{"type":"Point","coordinates":[0.0059505,51.5505241]},"properties":{"@type":"node","@id":8075326533,"@timestamp":1604337662},"coords":"51.5505241,0.0059505","bedrooms":"4","price":"152000","area":"377"} , +{"type":"Feature","id":"n8075326608","geometry":{"type":"Point","coordinates":[0.006755,51.5507282]},"properties":{"@type":"node","@id":8075326608,"@timestamp":1620205617},"coords":"51.5507282,0.006755","bedrooms":"0","price":"229000","area":"580"} , +{"type":"Feature","id":"n8075326662","geometry":{"type":"Point","coordinates":[0.0061708,51.5506494]},"properties":{"@type":"node","@id":8075326662,"@timestamp":1620205617},"coords":"51.5506494,0.0061708","bedrooms":"0","price":"221000","area":"466"} , +{"type":"Feature","id":"n8075463698","geometry":{"type":"Point","coordinates":[-0.1649682,51.4936201]},"properties":{"@type":"node","@id":8075463698,"@timestamp":1604341022},"coords":"51.4936201,-0.1649682","bedrooms":"1","price":"166000","area":"682"} , +{"type":"Feature","id":"n8075663365","geometry":{"type":"Point","coordinates":[-0.046922,51.6586619]},"properties":{"@type":"node","@id":8075663365,"@timestamp":1604345887},"coords":"51.6586619,-0.046922","bedrooms":"3","price":"153000","area":"527"} , +{"type":"Feature","id":"n8075686071","geometry":{"type":"Point","coordinates":[-0.0470479,51.6579103]},"properties":{"@type":"node","@id":8075686071,"@timestamp":1604347647},"coords":"51.6579103,-0.0470479","bedrooms":"3","price":"236000","area":"471"} , +{"type":"Feature","id":"n8075896758","geometry":{"type":"Point","coordinates":[-0.0470514,51.6574358]},"properties":{"@type":"node","@id":8075896758,"@timestamp":1604354212},"coords":"51.6574358,-0.0470514","bedrooms":"0","price":"161000","area":"497"} , +{"type":"Feature","id":"n8075955404","geometry":{"type":"Point","coordinates":[-0.2559735,51.4015096]},"properties":{"@type":"node","@id":8075955404,"@timestamp":1604355600},"coords":"51.4015096,-0.2559735","bedrooms":"0","price":"216000","area":"636"} , +{"type":"Feature","id":"n8075993125","geometry":{"type":"Point","coordinates":[-0.4027236,51.6714053]},"properties":{"@type":"node","@id":8075993125,"@timestamp":1604356160},"coords":"51.6714053,-0.4027236","bedrooms":"2","price":"163000","area":"484"} , +{"type":"Feature","id":"n8075993135","geometry":{"type":"Point","coordinates":[-0.4024766,51.671169]},"properties":{"@type":"node","@id":8075993135,"@timestamp":1604356160},"coords":"51.671169,-0.4024766","bedrooms":"2","price":"227000","area":"663"} , +{"type":"Feature","id":"n8076006051","geometry":{"type":"Point","coordinates":[-0.0465181,51.6570168]},"properties":{"@type":"node","@id":8076006051,"@timestamp":1604358272},"coords":"51.6570168,-0.0465181","bedrooms":"1","price":"166000","area":"415"} , +{"type":"Feature","id":"n8076007618","geometry":{"type":"Point","coordinates":[-0.2563211,51.4022515]},"properties":{"@type":"node","@id":8076007618,"@timestamp":1604356869},"coords":"51.4022515,-0.2563211","bedrooms":"4","price":"239000","area":"449"} , +{"type":"Feature","id":"n8076009848","geometry":{"type":"Point","coordinates":[-0.3427064,51.0597197]},"properties":{"@type":"node","@id":8076009848,"@timestamp":1604356944},"coords":"51.0597197,-0.3427064","bedrooms":"4","price":"202000","area":"526"} , +{"type":"Feature","id":"n8076009858","geometry":{"type":"Point","coordinates":[-0.342921,51.0586198]},"properties":{"@type":"node","@id":8076009858,"@timestamp":1604356944},"coords":"51.0586198,-0.342921","bedrooms":"3","price":"290000","area":"519"} , +{"type":"Feature","id":"n8076009868","geometry":{"type":"Point","coordinates":[-0.3452909,51.0583965]},"properties":{"@type":"node","@id":8076009868,"@timestamp":1604356944},"coords":"51.0583965,-0.3452909","bedrooms":"2","price":"282000","area":"623"} , +{"type":"Feature","id":"n8076044200","geometry":{"type":"Point","coordinates":[-0.3928254,51.657005]},"properties":{"@type":"node","@id":8076044200,"@timestamp":1604359264},"coords":"51.657005,-0.3928254","bedrooms":"1","price":"247000","area":"535"} , +{"type":"Feature","id":"n8076154493","geometry":{"type":"Point","coordinates":[-0.0115772,51.936059]},"properties":{"@type":"node","@id":8076154493,"@timestamp":1604364173},"coords":"51.936059,-0.0115772","bedrooms":"0","price":"248000","area":"354"} , +{"type":"Feature","id":"n8076324205","geometry":{"type":"Point","coordinates":[-0.1022209,51.4484841]},"properties":{"@type":"node","@id":8076324205,"@timestamp":1634791094},"coords":"51.4484841,-0.1022209","bedrooms":"4","price":"274000","area":"378"} , +{"type":"Feature","id":"n8076333541","geometry":{"type":"Point","coordinates":[0.1880848,51.5276309]},"properties":{"@type":"node","@id":8076333541,"@timestamp":1604370751},"coords":"51.5276309,0.1880848","bedrooms":"0","price":"153000","area":"411"} , +{"type":"Feature","id":"n8076333553","geometry":{"type":"Point","coordinates":[0.1873736,51.5274631]},"properties":{"@type":"node","@id":8076333553,"@timestamp":1604370751},"coords":"51.5274631,0.1873736","bedrooms":"3","price":"195000","area":"400"} , +{"type":"Feature","id":"n8076333570","geometry":{"type":"Point","coordinates":[0.1879337,51.5276307]},"properties":{"@type":"node","@id":8076333570,"@timestamp":1604370751},"coords":"51.5276307,0.1879337","bedrooms":"1","price":"239000","area":"627"} , +{"type":"Feature","id":"n8076562366","geometry":{"type":"Point","coordinates":[0.0602305,51.4767109]},"properties":{"@type":"node","@id":8076562366,"@timestamp":1604378933},"coords":"51.4767109,0.0602305","bedrooms":"0","price":"206000","area":"634"} , +{"type":"Feature","id":"n8076942415","geometry":{"type":"Point","coordinates":[-0.1632329,51.4928407]},"properties":{"@type":"node","@id":8076942415,"@timestamp":1604388652},"coords":"51.4928407,-0.1632329","bedrooms":"4","price":"229000","area":"406"} , +{"type":"Feature","id":"n8076979824","geometry":{"type":"Point","coordinates":[-0.1636986,51.492562]},"properties":{"@type":"node","@id":8076979824,"@timestamp":1604388652},"coords":"51.492562,-0.1636986","bedrooms":"4","price":"241000","area":"485"} , +{"type":"Feature","id":"n8076979895","geometry":{"type":"Point","coordinates":[-0.1645599,51.4922755]},"properties":{"@type":"node","@id":8076979895,"@timestamp":1604388652},"coords":"51.4922755,-0.1645599","bedrooms":"3","price":"239000","area":"529"} , +{"type":"Feature","id":"n8077241007","geometry":{"type":"Point","coordinates":[-0.5738213,51.5687601]},"properties":{"@type":"node","@id":8077241007,"@timestamp":1604394984},"coords":"51.5687601,-0.5738213","bedrooms":"1","price":"154000","area":"613"} , +{"type":"Feature","id":"n8077315901","geometry":{"type":"Point","coordinates":[0.0200902,51.5439305]},"properties":{"@type":"node","@id":8077315901,"@timestamp":1617743519},"coords":"51.5439305,0.0200902","bedrooms":"1","price":"195000","area":"419"} , +{"type":"Feature","id":"n8077331538","geometry":{"type":"Point","coordinates":[0.020163,51.5451589]},"properties":{"@type":"node","@id":8077331538,"@timestamp":1617743519},"coords":"51.5451589,0.020163","bedrooms":"0","price":"290000","area":"655"} , +{"type":"Feature","id":"n8077331610","geometry":{"type":"Point","coordinates":[0.019659,51.5439189]},"properties":{"@type":"node","@id":8077331610,"@timestamp":1617743519},"coords":"51.5439189,0.019659","bedrooms":"1","price":"159000","area":"462"} , +{"type":"Feature","id":"n8077348305","geometry":{"type":"Point","coordinates":[0.0529022,51.5974061]},"properties":{"@type":"node","@id":8077348305,"@timestamp":1604396875},"coords":"51.5974061,0.0529022","bedrooms":"1","price":"222000","area":"460"} , +{"type":"Feature","id":"n8077529686","geometry":{"type":"Point","coordinates":[-0.8068451,51.7767301]},"properties":{"@type":"node","@id":8077529686,"@timestamp":1604400902},"coords":"51.7767301,-0.8068451","bedrooms":"4","price":"170000","area":"438"} , +{"type":"Feature","id":"n8077900744","geometry":{"type":"Point","coordinates":[-0.3041826,51.3930889]},"properties":{"@type":"node","@id":8077900744,"@timestamp":1604406700},"coords":"51.3930889,-0.3041826","bedrooms":"1","price":"226000","area":"446"} , +{"type":"Feature","id":"n8077973553","geometry":{"type":"Point","coordinates":[0.5209117,50.9616167]},"properties":{"@type":"node","@id":8077973553,"@timestamp":1604408811},"coords":"50.9616167,0.5209117","bedrooms":"0","price":"151000","area":"533"} , +{"type":"Feature","id":"n8077973581","geometry":{"type":"Point","coordinates":[0.6222567,50.9439672]},"properties":{"@type":"node","@id":8077973581,"@timestamp":1604408811},"coords":"50.9439672,0.6222567","bedrooms":"0","price":"239000","area":"639"} , +{"type":"Feature","id":"n8078035980","geometry":{"type":"Point","coordinates":[0.0059278,51.5512459]},"properties":{"@type":"node","@id":8078035980,"@timestamp":1619608244},"coords":"51.5512459,0.0059278","bedrooms":"4","price":"202000","area":"503"} , +{"type":"Feature","id":"n8078035990","geometry":{"type":"Point","coordinates":[0.0064116,51.551887]},"properties":{"@type":"node","@id":8078035990,"@timestamp":1619608244},"coords":"51.551887,0.0064116","bedrooms":"0","price":"190000","area":"635"} , +{"type":"Feature","id":"n8078063361","geometry":{"type":"Point","coordinates":[0.0089903,51.855903]},"properties":{"@type":"node","@id":8078063361,"@timestamp":1604411527},"coords":"51.855903,0.0089903","bedrooms":"1","price":"223000","area":"430"} , +{"type":"Feature","id":"n8078066742","geometry":{"type":"Point","coordinates":[0.0062576,51.5518521]},"properties":{"@type":"node","@id":8078066742,"@timestamp":1619608244},"coords":"51.5518521,0.0062576","bedrooms":"0","price":"192000","area":"676"} , +{"type":"Feature","id":"n8078376599","geometry":{"type":"Point","coordinates":[-0.1976054,51.6041331]},"properties":{"@type":"node","@id":8078376599,"@timestamp":1604419762},"coords":"51.6041331,-0.1976054","bedrooms":"2","price":"160000","area":"505"} , +{"type":"Feature","id":"n8078377368","geometry":{"type":"Point","coordinates":[-0.0439842,51.6662911]},"properties":{"@type":"node","@id":8078377368,"@timestamp":1604420031},"coords":"51.6662911,-0.0439842","bedrooms":"2","price":"179000","area":"643"} , +{"type":"Feature","id":"n8078406659","geometry":{"type":"Point","coordinates":[0.0175599,51.5422238]},"properties":{"@type":"node","@id":8078406659,"@timestamp":1604421097},"coords":"51.5422238,0.0175599","bedrooms":"2","price":"177000","area":"397"} , +{"type":"Feature","id":"n8078448487","geometry":{"type":"Point","coordinates":[0.0164513,51.5434226]},"properties":{"@type":"node","@id":8078448487,"@timestamp":1604421097},"coords":"51.5434226,0.0164513","bedrooms":"3","price":"226000","area":"518"} , +{"type":"Feature","id":"n8078661388","geometry":{"type":"Point","coordinates":[-0.0473025,51.6567778]},"properties":{"@type":"node","@id":8078661388,"@timestamp":1604425313},"coords":"51.6567778,-0.0473025","bedrooms":"4","price":"211000","area":"433"} , +{"type":"Feature","id":"n8078664907","geometry":{"type":"Point","coordinates":[0.0181791,51.5436235]},"properties":{"@type":"node","@id":8078664907,"@timestamp":1635358675},"coords":"51.5436235,0.0181791","bedrooms":"3","price":"257000","area":"656"} , +{"type":"Feature","id":"n8078667808","geometry":{"type":"Point","coordinates":[0.0178984,51.5420822]},"properties":{"@type":"node","@id":8078667808,"@timestamp":1604425444},"coords":"51.5420822,0.0178984","bedrooms":"3","price":"252000","area":"561"} , +{"type":"Feature","id":"n8078669167","geometry":{"type":"Point","coordinates":[-0.1235352,51.5560006]},"properties":{"@type":"node","@id":8078669167,"@timestamp":1610623872},"coords":"51.5560006,-0.1235352","bedrooms":"0","price":"277000","area":"358"} , +{"type":"Feature","id":"n8078734359","geometry":{"type":"Point","coordinates":[-0.384762,51.4373189]},"properties":{"@type":"node","@id":8078734359,"@timestamp":1604427736},"coords":"51.4373189,-0.384762","bedrooms":"1","price":"223000","area":"532"} , +{"type":"Feature","id":"n8078840606","geometry":{"type":"Point","coordinates":[-0.5310309,51.6507537]},"properties":{"@type":"node","@id":8078840606,"@timestamp":1604430074},"coords":"51.6507537,-0.5310309","bedrooms":"1","price":"282000","area":"406"} , +{"type":"Feature","id":"n8078840643","geometry":{"type":"Point","coordinates":[-0.531918,51.651228]},"properties":{"@type":"node","@id":8078840643,"@timestamp":1604430074},"coords":"51.651228,-0.531918","bedrooms":"2","price":"237000","area":"453"} , +{"type":"Feature","id":"n8078840696","geometry":{"type":"Point","coordinates":[-0.5329898,51.6519908]},"properties":{"@type":"node","@id":8078840696,"@timestamp":1604430074},"coords":"51.6519908,-0.5329898","bedrooms":"3","price":"205000","area":"624"} , +{"type":"Feature","id":"n8078892992","geometry":{"type":"Point","coordinates":[0.182542,51.5281326]},"properties":{"@type":"node","@id":8078892992,"@timestamp":1604431177},"coords":"51.5281326,0.182542","bedrooms":"2","price":"151000","area":"677"} , +{"type":"Feature","id":"n8078974789","geometry":{"type":"Point","coordinates":[-0.2346665,51.4588152]},"properties":{"@type":"node","@id":8078974789,"@timestamp":1604434127},"coords":"51.4588152,-0.2346665","bedrooms":"3","price":"199000","area":"599"} , +{"type":"Feature","id":"n8079203610","geometry":{"type":"Point","coordinates":[-0.8645023,51.2921897]},"properties":{"@type":"node","@id":8079203610,"@timestamp":1604440962},"coords":"51.2921897,-0.8645023","bedrooms":"0","price":"278000","area":"647"} , +{"type":"Feature","id":"n8079255892","geometry":{"type":"Point","coordinates":[-0.8548972,51.2928264]},"properties":{"@type":"node","@id":8079255892,"@timestamp":1604441797},"coords":"51.2928264,-0.8548972","bedrooms":"3","price":"235000","area":"411"} , +{"type":"Feature","id":"n8079476090","geometry":{"type":"Point","coordinates":[0.1875253,51.5304703]},"properties":{"@type":"node","@id":8079476090,"@timestamp":1604449826},"coords":"51.5304703,0.1875253","bedrooms":"4","price":"217000","area":"381"} , +{"type":"Feature","id":"n8079476100","geometry":{"type":"Point","coordinates":[0.1855163,51.5293248]},"properties":{"@type":"node","@id":8079476100,"@timestamp":1604449826},"coords":"51.5293248,0.1855163","bedrooms":"2","price":"271000","area":"358"} , +{"type":"Feature","id":"n8079502134","geometry":{"type":"Point","coordinates":[0.0253441,51.9373566]},"properties":{"@type":"node","@id":8079502134,"@timestamp":1604451410},"coords":"51.9373566,0.0253441","bedrooms":"3","price":"219000","area":"594"} , +{"type":"Feature","id":"n8079754545","geometry":{"type":"Point","coordinates":[-0.1682359,51.4935748]},"properties":{"@type":"node","@id":8079754545,"@timestamp":1604461862},"coords":"51.4935748,-0.1682359","bedrooms":"4","price":"226000","area":"477"} , +{"type":"Feature","id":"n8079910102","geometry":{"type":"Point","coordinates":[-0.7703537,51.6638086]},"properties":{"@type":"node","@id":8079910102,"@timestamp":1604465402},"coords":"51.6638086,-0.7703537","bedrooms":"4","price":"233000","area":"668"} , +{"type":"Feature","id":"n8079976259","geometry":{"type":"Point","coordinates":[0.1772585,51.526456]},"properties":{"@type":"node","@id":8079976259,"@timestamp":1604466027},"coords":"51.526456,0.1772585","bedrooms":"3","price":"291000","area":"468"} , +{"type":"Feature","id":"n8080061979","geometry":{"type":"Point","coordinates":[-0.8081891,51.8201071]},"properties":{"@type":"node","@id":8080061979,"@timestamp":1604468360},"coords":"51.8201071,-0.8081891","bedrooms":"2","price":"158000","area":"435"} , +{"type":"Feature","id":"n8080304300","geometry":{"type":"Point","coordinates":[-0.4877357,51.1275107]},"properties":{"@type":"node","@id":8080304300,"@timestamp":1604473862},"coords":"51.1275107,-0.4877357","bedrooms":"1","price":"203000","area":"615"} , +{"type":"Feature","id":"n8080408849","geometry":{"type":"Point","coordinates":[-0.7679375,51.4453463]},"properties":{"@type":"node","@id":8080408849,"@timestamp":1604476872},"coords":"51.4453463,-0.7679375","bedrooms":"0","price":"268000","area":"571"} , +{"type":"Feature","id":"n8080685779","geometry":{"type":"Point","coordinates":[0.0762552,51.6003818]},"properties":{"@type":"node","@id":8080685779,"@timestamp":1604481663},"coords":"51.6003818,0.0762552","bedrooms":"0","price":"172000","area":"407"} , +{"type":"Feature","id":"n8080913934","geometry":{"type":"Point","coordinates":[-0.9234644,51.7783112]},"properties":{"@type":"node","@id":8080913934,"@timestamp":1604485852},"coords":"51.7783112,-0.9234644","bedrooms":"1","price":"280000","area":"461"} , +{"type":"Feature","id":"n8080998111","geometry":{"type":"Point","coordinates":[-0.5856577,51.4623347]},"properties":{"@type":"node","@id":8080998111,"@timestamp":1604487192},"coords":"51.4623347,-0.5856577","bedrooms":"1","price":"292000","area":"506"} , +{"type":"Feature","id":"n8081185634","geometry":{"type":"Point","coordinates":[0.3285559,51.3509152]},"properties":{"@type":"node","@id":8081185634,"@timestamp":1604490560},"coords":"51.3509152,0.3285559","bedrooms":"1","price":"273000","area":"672"} , +{"type":"Feature","id":"n8081303774","geometry":{"type":"Point","coordinates":[0.1331705,51.9070931]},"properties":{"@type":"node","@id":8081303774,"@timestamp":1612570069},"coords":"51.9070931,0.1331705","bedrooms":"4","price":"298000","area":"580"} , +{"type":"Feature","id":"n8081308603","geometry":{"type":"Point","coordinates":[-0.2987203,51.453891]},"properties":{"@type":"node","@id":8081308603,"@timestamp":1604494324},"coords":"51.453891,-0.2987203","bedrooms":"1","price":"290000","area":"619"} , +{"type":"Feature","id":"n8081315086","geometry":{"type":"Point","coordinates":[0.178806,51.5274363]},"properties":{"@type":"node","@id":8081315086,"@timestamp":1604494611},"coords":"51.5274363,0.178806","bedrooms":"3","price":"188000","area":"596"} , +{"type":"Feature","id":"n8081315099","geometry":{"type":"Point","coordinates":[0.1752127,51.5283744]},"properties":{"@type":"node","@id":8081315099,"@timestamp":1604494611},"coords":"51.5283744,0.1752127","bedrooms":"0","price":"176000","area":"350"} , +{"type":"Feature","id":"n8081329820","geometry":{"type":"Point","coordinates":[-0.2926109,51.4617288]},"properties":{"@type":"node","@id":8081329820,"@timestamp":1604494324},"coords":"51.4617288,-0.2926109","bedrooms":"2","price":"257000","area":"626"} , +{"type":"Feature","id":"n8081375095","geometry":{"type":"Point","coordinates":[0.0198376,51.5430564]},"properties":{"@type":"node","@id":8081375095,"@timestamp":1604496433},"coords":"51.5430564,0.0198376","bedrooms":"3","price":"215000","area":"576"} , +{"type":"Feature","id":"n8081375113","geometry":{"type":"Point","coordinates":[0.0199832,51.5434622]},"properties":{"@type":"node","@id":8081375113,"@timestamp":1604496433},"coords":"51.5434622,0.0199832","bedrooms":"3","price":"285000","area":"374"} , +{"type":"Feature","id":"n8081393965","geometry":{"type":"Point","coordinates":[0.0189833,51.5437604]},"properties":{"@type":"node","@id":8081393965,"@timestamp":1604496433},"coords":"51.5437604,0.0189833","bedrooms":"3","price":"175000","area":"492"} , +{"type":"Feature","id":"n8081575090","geometry":{"type":"Point","coordinates":[0.4848826,51.3246536]},"properties":{"@type":"node","@id":8081575090,"@timestamp":1604502394},"coords":"51.3246536,0.4848826","bedrooms":"0","price":"278000","area":"469"} , +{"type":"Feature","id":"n8081633951","geometry":{"type":"Point","coordinates":[0.0197931,51.5429672]},"properties":{"@type":"node","@id":8081633951,"@timestamp":1635358675},"coords":"51.5429672,0.0197931","bedrooms":"0","price":"295000","area":"555"} , +{"type":"Feature","id":"n8081633993","geometry":{"type":"Point","coordinates":[0.01932,51.5423241]},"properties":{"@type":"node","@id":8081633993,"@timestamp":1604502647},"coords":"51.5423241,0.01932","bedrooms":"4","price":"179000","area":"522"} , +{"type":"Feature","id":"n8081666417","geometry":{"type":"Point","coordinates":[-0.3971205,51.671711]},"properties":{"@type":"node","@id":8081666417,"@timestamp":1604503431},"coords":"51.671711,-0.3971205","bedrooms":"3","price":"152000","area":"625"} , +{"type":"Feature","id":"n8081666439","geometry":{"type":"Point","coordinates":[-0.4000672,51.6760682]},"properties":{"@type":"node","@id":8081666439,"@timestamp":1604503431},"coords":"51.6760682,-0.4000672","bedrooms":"0","price":"157000","area":"518"} , +{"type":"Feature","id":"n8081666458","geometry":{"type":"Point","coordinates":[-0.3968927,51.6779251]},"properties":{"@type":"node","@id":8081666458,"@timestamp":1604503431},"coords":"51.6779251,-0.3968927","bedrooms":"0","price":"241000","area":"399"} , +{"type":"Feature","id":"n8081666479","geometry":{"type":"Point","coordinates":[-0.4028498,51.6796509]},"properties":{"@type":"node","@id":8081666479,"@timestamp":1604503431},"coords":"51.6796509,-0.4028498","bedrooms":"3","price":"162000","area":"616"} , +{"type":"Feature","id":"n8081829277","geometry":{"type":"Point","coordinates":[-0.3949589,51.6804367]},"properties":{"@type":"node","@id":8081829277,"@timestamp":1604508853},"coords":"51.6804367,-0.3949589","bedrooms":"0","price":"156000","area":"480"} , +{"type":"Feature","id":"n8081871500","geometry":{"type":"Point","coordinates":[-0.2298222,51.4080951]},"properties":{"@type":"node","@id":8081871500,"@timestamp":1607450550},"coords":"51.4080951,-0.2298222","bedrooms":"0","price":"265000","area":"547"} , +{"type":"Feature","id":"n8081908981","geometry":{"type":"Point","coordinates":[-0.0324124,51.6860433]},"properties":{"@type":"node","@id":8081908981,"@timestamp":1605044117},"coords":"51.6860433,-0.0324124","bedrooms":"2","price":"250000","area":"494"} , +{"type":"Feature","id":"n8081909000","geometry":{"type":"Point","coordinates":[-0.0324346,51.6867514]},"properties":{"@type":"node","@id":8081909000,"@timestamp":1605044117},"coords":"51.6867514,-0.0324346","bedrooms":"3","price":"169000","area":"639"} , +{"type":"Feature","id":"n8081909010","geometry":{"type":"Point","coordinates":[-0.0325887,51.6860075]},"properties":{"@type":"node","@id":8081909010,"@timestamp":1605044117},"coords":"51.6860075,-0.0325887","bedrooms":"3","price":"290000","area":"688"} , +{"type":"Feature","id":"n8081922324","geometry":{"type":"Point","coordinates":[-0.0331203,51.6865568]},"properties":{"@type":"node","@id":8081922324,"@timestamp":1605044117},"coords":"51.6865568,-0.0331203","bedrooms":"0","price":"298000","area":"408"} , +{"type":"Feature","id":"n8081930349","geometry":{"type":"Point","coordinates":[-0.287236,51.6833726]},"properties":{"@type":"node","@id":8081930349,"@timestamp":1604511525},"coords":"51.6833726,-0.287236","bedrooms":"0","price":"182000","area":"599"} , +{"type":"Feature","id":"n8082024000","geometry":{"type":"Point","coordinates":[-0.0404088,51.4485783]},"properties":{"@type":"node","@id":8082024000,"@timestamp":1604514766},"coords":"51.4485783,-0.0404088","bedrooms":"0","price":"281000","area":"606"} , +{"type":"Feature","id":"n8082068491","geometry":{"type":"Point","coordinates":[-0.1215481,51.5123974]},"properties":{"@type":"node","@id":8082068491,"@timestamp":1604515831},"coords":"51.5123974,-0.1215481","bedrooms":"2","price":"247000","area":"604"} , +{"type":"Feature","id":"n8082111972","geometry":{"type":"Point","coordinates":[-0.8142384,51.4102039]},"properties":{"@type":"node","@id":8082111972,"@timestamp":1604517181},"coords":"51.4102039,-0.8142384","bedrooms":"0","price":"155000","area":"595"} , +{"type":"Feature","id":"n8082470208","geometry":{"type":"Point","coordinates":[-0.438463,51.6289135]},"properties":{"@type":"node","@id":8082470208,"@timestamp":1604524376},"coords":"51.6289135,-0.438463","bedrooms":"4","price":"299000","area":"517"} , +{"type":"Feature","id":"n8082542235","geometry":{"type":"Point","coordinates":[-0.5257498,51.649218]},"properties":{"@type":"node","@id":8082542235,"@timestamp":1604524887},"coords":"51.649218,-0.5257498","bedrooms":"1","price":"182000","area":"636"} , +{"type":"Feature","id":"n8082588763","geometry":{"type":"Point","coordinates":[-0.4100522,51.6295456]},"properties":{"@type":"node","@id":8082588763,"@timestamp":1604526653},"coords":"51.6295456,-0.4100522","bedrooms":"4","price":"203000","area":"628"} , +{"type":"Feature","id":"n8082742186","geometry":{"type":"Point","coordinates":[-0.0004338,51.5530871]},"properties":{"@type":"node","@id":8082742186,"@timestamp":1626253582},"coords":"51.5530871,-0.0004338","bedrooms":"0","price":"175000","area":"487"} , +{"type":"Feature","id":"n8083114799","geometry":{"type":"Point","coordinates":[0.0792804,51.532279]},"properties":{"@type":"node","@id":8083114799,"@timestamp":1604547498},"coords":"51.532279,0.0792804","bedrooms":"4","price":"282000","area":"458"} , +{"type":"Feature","id":"n8083184152","geometry":{"type":"Point","coordinates":[0.8856412,51.1920826]},"properties":{"@type":"node","@id":8083184152,"@timestamp":1604550208},"coords":"51.1920826,0.8856412","bedrooms":"3","price":"203000","area":"425"} , +{"type":"Feature","id":"n8083411408","geometry":{"type":"Point","coordinates":[0.1267725,51.7909828]},"properties":{"@type":"node","@id":8083411408,"@timestamp":1629217843},"coords":"51.7909828,0.1267725","bedrooms":"0","price":"198000","area":"688"} , +{"type":"Feature","id":"n8083851061","geometry":{"type":"Point","coordinates":[0.0155233,51.3547415]},"properties":{"@type":"node","@id":8083851061,"@timestamp":1604565700},"coords":"51.3547415,0.0155233","bedrooms":"2","price":"162000","area":"381"} , +{"type":"Feature","id":"n8084338428","geometry":{"type":"Point","coordinates":[-0.0604892,51.5385643]},"properties":{"@type":"node","@id":8084338428,"@timestamp":1604575641},"coords":"51.5385643,-0.0604892","bedrooms":"1","price":"235000","area":"560"} , +{"type":"Feature","id":"n8084456051","geometry":{"type":"Point","coordinates":[0.0182477,51.5420647]},"properties":{"@type":"node","@id":8084456051,"@timestamp":1604577630},"coords":"51.5420647,0.0182477","bedrooms":"2","price":"296000","area":"643"} , +{"type":"Feature","id":"n8084578930","geometry":{"type":"Point","coordinates":[-0.4186364,51.6216231]},"properties":{"@type":"node","@id":8084578930,"@timestamp":1604579998},"coords":"51.6216231,-0.4186364","bedrooms":"0","price":"278000","area":"480"} , +{"type":"Feature","id":"n8084589963","geometry":{"type":"Point","coordinates":[0.0186655,51.5421363]},"properties":{"@type":"node","@id":8084589963,"@timestamp":1604580704},"coords":"51.5421363,0.0186655","bedrooms":"4","price":"163000","area":"520"} , +{"type":"Feature","id":"n8084744542","geometry":{"type":"Point","coordinates":[0.0195037,51.5421992]},"properties":{"@type":"node","@id":8084744542,"@timestamp":1604585262},"coords":"51.5421992,0.0195037","bedrooms":"4","price":"217000","area":"403"} , +{"type":"Feature","id":"n8084768795","geometry":{"type":"Point","coordinates":[-0.4131156,51.6238243]},"properties":{"@type":"node","@id":8084768795,"@timestamp":1614945314},"coords":"51.6238243,-0.4131156","bedrooms":"1","price":"209000","area":"603"} , +{"type":"Feature","id":"n8084770029","geometry":{"type":"Point","coordinates":[0.0199194,51.5416523]},"properties":{"@type":"node","@id":8084770029,"@timestamp":1604585262},"coords":"51.5416523,0.0199194","bedrooms":"4","price":"242000","area":"502"} , +{"type":"Feature","id":"n8084799142","geometry":{"type":"Point","coordinates":[-0.3575043,51.4087901]},"properties":{"@type":"node","@id":8084799142,"@timestamp":1604586304},"coords":"51.4087901,-0.3575043","bedrooms":"4","price":"220000","area":"562"} , +{"type":"Feature","id":"n8084799216","geometry":{"type":"Point","coordinates":[-0.3585526,51.4111293]},"properties":{"@type":"node","@id":8084799216,"@timestamp":1604586304},"coords":"51.4111293,-0.3585526","bedrooms":"3","price":"283000","area":"509"} , +{"type":"Feature","id":"n8084799456","geometry":{"type":"Point","coordinates":[-0.3710955,51.4090024]},"properties":{"@type":"node","@id":8084799456,"@timestamp":1604586304},"coords":"51.4090024,-0.3710955","bedrooms":"2","price":"270000","area":"613"} , +{"type":"Feature","id":"n8084799504","geometry":{"type":"Point","coordinates":[-0.1436323,51.4899406]},"properties":{"@type":"node","@id":8084799504,"@timestamp":1604586949},"coords":"51.4899406,-0.1436323","bedrooms":"2","price":"278000","area":"689"} , +{"type":"Feature","id":"n8084815935","geometry":{"type":"Point","coordinates":[-0.3937811,51.6197961]},"properties":{"@type":"node","@id":8084815935,"@timestamp":1604587151},"coords":"51.6197961,-0.3937811","bedrooms":"3","price":"277000","area":"627"} , +{"type":"Feature","id":"n8085224600","geometry":{"type":"Point","coordinates":[-0.097155,51.6299783]},"properties":{"@type":"node","@id":8085224600,"@timestamp":1604592853},"coords":"51.6299783,-0.097155","bedrooms":"0","price":"218000","area":"594"} , +{"type":"Feature","id":"n8085801960","geometry":{"type":"Point","coordinates":[-0.1040836,51.6237476]},"properties":{"@type":"node","@id":8085801960,"@timestamp":1604602986},"coords":"51.6237476,-0.1040836","bedrooms":"0","price":"204000","area":"496"} , +{"type":"Feature","id":"n8085831689","geometry":{"type":"Point","coordinates":[-0.174501,51.494461]},"properties":{"@type":"node","@id":8085831689,"@timestamp":1604603770},"coords":"51.494461,-0.174501","bedrooms":"4","price":"282000","area":"692"} , +{"type":"Feature","id":"n8085909625","geometry":{"type":"Point","coordinates":[-1.0271117,50.9916959]},"properties":{"@type":"node","@id":8085909625,"@timestamp":1604606208},"coords":"50.9916959,-1.0271117","bedrooms":"1","price":"261000","area":"416"} , +{"type":"Feature","id":"n8085936164","geometry":{"type":"Point","coordinates":[-0.721207,51.2699682]},"properties":{"@type":"node","@id":8085936164,"@timestamp":1613909198},"coords":"51.2699682,-0.721207","bedrooms":"3","price":"291000","area":"478"} , +{"type":"Feature","id":"n8085966657","geometry":{"type":"Point","coordinates":[-0.0144506,51.4589059]},"properties":{"@type":"node","@id":8085966657,"@timestamp":1604609643},"coords":"51.4589059,-0.0144506","bedrooms":"3","price":"187000","area":"598"} , +{"type":"Feature","id":"n8086061897","geometry":{"type":"Point","coordinates":[-0.2859101,51.4075485]},"properties":{"@type":"node","@id":8086061897,"@timestamp":1604610916},"coords":"51.4075485,-0.2859101","bedrooms":"3","price":"282000","area":"572"} , +{"type":"Feature","id":"n8086084617","geometry":{"type":"Point","coordinates":[-0.7232536,51.2453748]},"properties":{"@type":"node","@id":8086084617,"@timestamp":1625407007},"coords":"51.2453748,-0.7232536","bedrooms":"0","price":"172000","area":"639"} , +{"type":"Feature","id":"n8086620594","geometry":{"type":"Point","coordinates":[0.6121584,51.3736622]},"properties":{"@type":"node","@id":8086620594,"@timestamp":1604634185},"coords":"51.3736622,0.6121584","bedrooms":"4","price":"271000","area":"487"} , +{"type":"Feature","id":"n8086880065","geometry":{"type":"Point","coordinates":[-0.1740081,51.4948754]},"properties":{"@type":"node","@id":8086880065,"@timestamp":1605888993},"coords":"51.4948754,-0.1740081","bedrooms":"2","price":"171000","area":"488"} , +{"type":"Feature","id":"n8086880082","geometry":{"type":"Point","coordinates":[-0.1742681,51.4945416]},"properties":{"@type":"node","@id":8086880082,"@timestamp":1604639481},"coords":"51.4945416,-0.1742681","bedrooms":"1","price":"217000","area":"435"} , +{"type":"Feature","id":"n8087123803","geometry":{"type":"Point","coordinates":[0.158681,51.6052176]},"properties":{"@type":"node","@id":8087123803,"@timestamp":1604645620},"coords":"51.6052176,0.158681","bedrooms":"1","price":"252000","area":"658"} , +{"type":"Feature","id":"n8087415977","geometry":{"type":"Point","coordinates":[-0.8765283,51.9498763]},"properties":{"@type":"node","@id":8087415977,"@timestamp":1604651650},"coords":"51.9498763,-0.8765283","bedrooms":"1","price":"289000","area":"422"} , +{"type":"Feature","id":"n8087415987","geometry":{"type":"Point","coordinates":[-0.8726443,51.948803]},"properties":{"@type":"node","@id":8087415987,"@timestamp":1604651650},"coords":"51.948803,-0.8726443","bedrooms":"1","price":"150000","area":"503"} , +{"type":"Feature","id":"n8087415997","geometry":{"type":"Point","coordinates":[-0.8758843,51.9419253]},"properties":{"@type":"node","@id":8087415997,"@timestamp":1604651650},"coords":"51.9419253,-0.8758843","bedrooms":"2","price":"187000","area":"688"} , +{"type":"Feature","id":"n8087416007","geometry":{"type":"Point","coordinates":[-0.8726288,51.9477883]},"properties":{"@type":"node","@id":8087416007,"@timestamp":1604651650},"coords":"51.9477883,-0.8726288","bedrooms":"4","price":"209000","area":"376"} , +{"type":"Feature","id":"n8087587346","geometry":{"type":"Point","coordinates":[-0.1739181,51.4943488]},"properties":{"@type":"node","@id":8087587346,"@timestamp":1604655495},"coords":"51.4943488,-0.1739181","bedrooms":"0","price":"281000","area":"550"} , +{"type":"Feature","id":"n8087634509","geometry":{"type":"Point","coordinates":[-0.3751087,51.4059344]},"properties":{"@type":"node","@id":8087634509,"@timestamp":1604657257},"coords":"51.4059344,-0.3751087","bedrooms":"0","price":"220000","area":"417"} , +{"type":"Feature","id":"n8087686171","geometry":{"type":"Point","coordinates":[0.0580358,51.5832572]},"properties":{"@type":"node","@id":8087686171,"@timestamp":1604658623},"coords":"51.5832572,0.0580358","bedrooms":"4","price":"210000","area":"393"} , +{"type":"Feature","id":"n8087979788","geometry":{"type":"Point","coordinates":[-0.372263,51.4039935]},"properties":{"@type":"node","@id":8087979788,"@timestamp":1604663063},"coords":"51.4039935,-0.372263","bedrooms":"1","price":"151000","area":"383"} , +{"type":"Feature","id":"n8087980038","geometry":{"type":"Point","coordinates":[-0.3797543,51.4026964]},"properties":{"@type":"node","@id":8087980038,"@timestamp":1616110546},"coords":"51.4026964,-0.3797543","bedrooms":"2","price":"245000","area":"521"} , +{"type":"Feature","id":"n8088091830","geometry":{"type":"Point","coordinates":[-0.5311797,51.6245453]},"properties":{"@type":"node","@id":8088091830,"@timestamp":1604664949},"coords":"51.6245453,-0.5311797","bedrooms":"0","price":"177000","area":"377"} , +{"type":"Feature","id":"n8088227389","geometry":{"type":"Point","coordinates":[0.0699504,51.5080517]},"properties":{"@type":"node","@id":8088227389,"@timestamp":1604667850},"coords":"51.5080517,0.0699504","bedrooms":"4","price":"289000","area":"397"} , +{"type":"Feature","id":"n8088412494","geometry":{"type":"Point","coordinates":[-0.8871181,51.9392361]},"properties":{"@type":"node","@id":8088412494,"@timestamp":1604672079},"coords":"51.9392361,-0.8871181","bedrooms":"2","price":"278000","area":"358"} , +{"type":"Feature","id":"n8088412504","geometry":{"type":"Point","coordinates":[-0.8830497,51.9409596]},"properties":{"@type":"node","@id":8088412504,"@timestamp":1604672079},"coords":"51.9409596,-0.8830497","bedrooms":"4","price":"219000","area":"673"} , +{"type":"Feature","id":"n8088412514","geometry":{"type":"Point","coordinates":[-0.8854233,51.942684]},"properties":{"@type":"node","@id":8088412514,"@timestamp":1604672079},"coords":"51.942684,-0.8854233","bedrooms":"4","price":"289000","area":"429"} , +{"type":"Feature","id":"n8088419324","geometry":{"type":"Point","coordinates":[-0.885128,51.9475829]},"properties":{"@type":"node","@id":8088419324,"@timestamp":1604672079},"coords":"51.9475829,-0.885128","bedrooms":"3","price":"196000","area":"392"} , +{"type":"Feature","id":"n8088431963","geometry":{"type":"Point","coordinates":[-0.8414526,51.2757504]},"properties":{"@type":"node","@id":8088431963,"@timestamp":1604673663},"coords":"51.2757504,-0.8414526","bedrooms":"3","price":"231000","area":"559"} , +{"type":"Feature","id":"n8088506867","geometry":{"type":"Point","coordinates":[0.0117554,51.5550229]},"properties":{"@type":"node","@id":8088506867,"@timestamp":1619600980},"coords":"51.5550229,0.0117554","bedrooms":"3","price":"221000","area":"690"} , +{"type":"Feature","id":"n8088508862","geometry":{"type":"Point","coordinates":[0.0136839,51.5561669]},"properties":{"@type":"node","@id":8088508862,"@timestamp":1619600980},"coords":"51.5561669,0.0136839","bedrooms":"0","price":"200000","area":"411"} , +{"type":"Feature","id":"n8088522452","geometry":{"type":"Point","coordinates":[-0.127037,51.5112788]},"properties":{"@type":"node","@id":8088522452,"@timestamp":1633894405},"coords":"51.5112788,-0.127037","bedrooms":"2","price":"231000","area":"631"} , +{"type":"Feature","id":"n8088522485","geometry":{"type":"Point","coordinates":[-0.1362583,51.5163215]},"properties":{"@type":"node","@id":8088522485,"@timestamp":1604675220},"coords":"51.5163215,-0.1362583","bedrooms":"1","price":"223000","area":"399"} , +{"type":"Feature","id":"n8088541059","geometry":{"type":"Point","coordinates":[0.224053,51.9191445]},"properties":{"@type":"node","@id":8088541059,"@timestamp":1604675142},"coords":"51.9191445,0.224053","bedrooms":"0","price":"272000","area":"537"} , +{"type":"Feature","id":"n8088543344","geometry":{"type":"Point","coordinates":[0.2292833,51.9137445]},"properties":{"@type":"node","@id":8088543344,"@timestamp":1604675222},"coords":"51.9137445,0.2292833","bedrooms":"2","price":"247000","area":"456"} , +{"type":"Feature","id":"n8088543354","geometry":{"type":"Point","coordinates":[0.2307665,51.9168797]},"properties":{"@type":"node","@id":8088543354,"@timestamp":1604675222},"coords":"51.9168797,0.2307665","bedrooms":"0","price":"159000","area":"578"} , +{"type":"Feature","id":"n8088552414","geometry":{"type":"Point","coordinates":[0.2244218,51.9155711]},"properties":{"@type":"node","@id":8088552414,"@timestamp":1604675418},"coords":"51.9155711,0.2244218","bedrooms":"1","price":"152000","area":"644"} , +{"type":"Feature","id":"n8088557724","geometry":{"type":"Point","coordinates":[0.2252881,51.9160343]},"properties":{"@type":"node","@id":8088557724,"@timestamp":1604675418},"coords":"51.9160343,0.2252881","bedrooms":"0","price":"276000","area":"690"} , +{"type":"Feature","id":"n8088557734","geometry":{"type":"Point","coordinates":[0.224973,51.9162858]},"properties":{"@type":"node","@id":8088557734,"@timestamp":1604675418},"coords":"51.9162858,0.224973","bedrooms":"1","price":"235000","area":"414"} , +{"type":"Feature","id":"n8088557744","geometry":{"type":"Point","coordinates":[0.2245009,51.9169136]},"properties":{"@type":"node","@id":8088557744,"@timestamp":1604675418},"coords":"51.9169136,0.2245009","bedrooms":"4","price":"183000","area":"373"} , +{"type":"Feature","id":"n8088557754","geometry":{"type":"Point","coordinates":[0.2251835,51.9173157]},"properties":{"@type":"node","@id":8088557754,"@timestamp":1604675418},"coords":"51.9173157,0.2251835","bedrooms":"0","price":"167000","area":"557"} , +{"type":"Feature","id":"n8088557764","geometry":{"type":"Point","coordinates":[0.2253471,51.9170567]},"properties":{"@type":"node","@id":8088557764,"@timestamp":1604675418},"coords":"51.9170567,0.2253471","bedrooms":"1","price":"183000","area":"447"} , +{"type":"Feature","id":"n8088557774","geometry":{"type":"Point","coordinates":[0.2248389,51.9166423]},"properties":{"@type":"node","@id":8088557774,"@timestamp":1604675418},"coords":"51.9166423,0.2248389","bedrooms":"0","price":"174000","area":"547"} , +{"type":"Feature","id":"n8088557784","geometry":{"type":"Point","coordinates":[0.226007,51.9170278]},"properties":{"@type":"node","@id":8088557784,"@timestamp":1604675418},"coords":"51.9170278,0.226007","bedrooms":"0","price":"150000","area":"488"} , +{"type":"Feature","id":"n8088557794","geometry":{"type":"Point","coordinates":[0.2259466,51.9161675]},"properties":{"@type":"node","@id":8088557794,"@timestamp":1604675418},"coords":"51.9161675,0.2259466","bedrooms":"3","price":"155000","area":"482"} , +{"type":"Feature","id":"n8088557804","geometry":{"type":"Point","coordinates":[0.2265997,51.9165646]},"properties":{"@type":"node","@id":8088557804,"@timestamp":1604675418},"coords":"51.9165646,0.2265997","bedrooms":"2","price":"272000","area":"617"} , +{"type":"Feature","id":"n8088557814","geometry":{"type":"Point","coordinates":[0.2263342,51.9169567]},"properties":{"@type":"node","@id":8088557814,"@timestamp":1604675418},"coords":"51.9169567,0.2263342","bedrooms":"0","price":"271000","area":"657"} , +{"type":"Feature","id":"n8088557824","geometry":{"type":"Point","coordinates":[0.2262041,51.9173678]},"properties":{"@type":"node","@id":8088557824,"@timestamp":1604675418},"coords":"51.9173678,0.2262041","bedrooms":"0","price":"220000","area":"691"} , +{"type":"Feature","id":"n8088580768","geometry":{"type":"Point","coordinates":[0.3538316,51.4868982]},"properties":{"@type":"node","@id":8088580768,"@timestamp":1604676789},"coords":"51.4868982,0.3538316","bedrooms":"0","price":"229000","area":"398"} , +{"type":"Feature","id":"n8088580778","geometry":{"type":"Point","coordinates":[0.3533891,51.48695]},"properties":{"@type":"node","@id":8088580778,"@timestamp":1604676789},"coords":"51.48695,0.3533891","bedrooms":"0","price":"199000","area":"488"} , +{"type":"Feature","id":"n8088580788","geometry":{"type":"Point","coordinates":[0.3532992,51.4873959]},"properties":{"@type":"node","@id":8088580788,"@timestamp":1604676789},"coords":"51.4873959,0.3532992","bedrooms":"3","price":"253000","area":"550"} , +{"type":"Feature","id":"n8088580798","geometry":{"type":"Point","coordinates":[0.3519393,51.4873717]},"properties":{"@type":"node","@id":8088580798,"@timestamp":1604676789},"coords":"51.4873717,0.3519393","bedrooms":"3","price":"278000","area":"475"} , +{"type":"Feature","id":"n8088580808","geometry":{"type":"Point","coordinates":[0.3530927,51.4875112]},"properties":{"@type":"node","@id":8088580808,"@timestamp":1604676789},"coords":"51.4875112,0.3530927","bedrooms":"3","price":"157000","area":"588"} , +{"type":"Feature","id":"n8088597717","geometry":{"type":"Point","coordinates":[0.354643,51.4918133]},"properties":{"@type":"node","@id":8088597717,"@timestamp":1604676789},"coords":"51.4918133,0.354643","bedrooms":"2","price":"252000","area":"657"} , +{"type":"Feature","id":"n8088610778","geometry":{"type":"Point","coordinates":[-0.1732437,51.4951462]},"properties":{"@type":"node","@id":8088610778,"@timestamp":1604677751},"coords":"51.4951462,-0.1732437","bedrooms":"1","price":"298000","area":"352"} , +{"type":"Feature","id":"n8088625540","geometry":{"type":"Point","coordinates":[-0.1724436,51.4949069]},"properties":{"@type":"node","@id":8088625540,"@timestamp":1604677751},"coords":"51.4949069,-0.1724436","bedrooms":"3","price":"288000","area":"464"} , +{"type":"Feature","id":"n8088625613","geometry":{"type":"Point","coordinates":[-0.172544,51.4945072]},"properties":{"@type":"node","@id":8088625613,"@timestamp":1604677751},"coords":"51.4945072,-0.172544","bedrooms":"0","price":"160000","area":"681"} , +{"type":"Feature","id":"n8088642018","geometry":{"type":"Point","coordinates":[-0.6328584,51.1317808]},"properties":{"@type":"node","@id":8088642018,"@timestamp":1604679206},"coords":"51.1317808,-0.6328584","bedrooms":"2","price":"155000","area":"528"} , +{"type":"Feature","id":"n8088703074","geometry":{"type":"Point","coordinates":[0.3516269,51.4875487]},"properties":{"@type":"node","@id":8088703074,"@timestamp":1604680810},"coords":"51.4875487,0.3516269","bedrooms":"4","price":"194000","area":"571"} , +{"type":"Feature","id":"n8088703084","geometry":{"type":"Point","coordinates":[0.3552948,51.4873876]},"properties":{"@type":"node","@id":8088703084,"@timestamp":1604680810},"coords":"51.4873876,0.3552948","bedrooms":"0","price":"220000","area":"383"} , +{"type":"Feature","id":"n8088703094","geometry":{"type":"Point","coordinates":[0.3538907,51.4874878]},"properties":{"@type":"node","@id":8088703094,"@timestamp":1604680810},"coords":"51.4874878,0.3538907","bedrooms":"0","price":"164000","area":"529"} , +{"type":"Feature","id":"n8088703104","geometry":{"type":"Point","coordinates":[0.3549394,51.487193]},"properties":{"@type":"node","@id":8088703104,"@timestamp":1604680810},"coords":"51.487193,0.3549394","bedrooms":"4","price":"195000","area":"483"} , +{"type":"Feature","id":"n8088703114","geometry":{"type":"Point","coordinates":[0.3546551,51.4869475]},"properties":{"@type":"node","@id":8088703114,"@timestamp":1604680810},"coords":"51.4869475,0.3546551","bedrooms":"1","price":"221000","area":"594"} , +{"type":"Feature","id":"n8088711595","geometry":{"type":"Point","coordinates":[0.3549944,51.4842333]},"properties":{"@type":"node","@id":8088711595,"@timestamp":1604681204},"coords":"51.4842333,0.3549944","bedrooms":"2","price":"249000","area":"547"} , +{"type":"Feature","id":"n8088711605","geometry":{"type":"Point","coordinates":[0.3541937,51.484787]},"properties":{"@type":"node","@id":8088711605,"@timestamp":1604681204},"coords":"51.484787,0.3541937","bedrooms":"3","price":"261000","area":"639"} , +{"type":"Feature","id":"n8088711615","geometry":{"type":"Point","coordinates":[0.3548415,51.4854401]},"properties":{"@type":"node","@id":8088711615,"@timestamp":1604681204},"coords":"51.4854401,0.3548415","bedrooms":"0","price":"194000","area":"698"} , +{"type":"Feature","id":"n8088753880","geometry":{"type":"Point","coordinates":[0.3515732,51.4860472]},"properties":{"@type":"node","@id":8088753880,"@timestamp":1604680876},"coords":"51.4860472,0.3515732","bedrooms":"1","price":"172000","area":"536"} , +{"type":"Feature","id":"n8088753890","geometry":{"type":"Point","coordinates":[0.3511468,51.4865049]},"properties":{"@type":"node","@id":8088753890,"@timestamp":1604680876},"coords":"51.4865049,0.3511468","bedrooms":"1","price":"175000","area":"388"} , +{"type":"Feature","id":"n8088753900","geometry":{"type":"Point","coordinates":[0.3512205,51.486646]},"properties":{"@type":"node","@id":8088753900,"@timestamp":1604680876},"coords":"51.486646,0.3512205","bedrooms":"4","price":"209000","area":"375"} , +{"type":"Feature","id":"n8088753910","geometry":{"type":"Point","coordinates":[0.3525616,51.4870878]},"properties":{"@type":"node","@id":8088753910,"@timestamp":1604680876},"coords":"51.4870878,0.3525616","bedrooms":"3","price":"160000","area":"651"} , +{"type":"Feature","id":"n8088768619","geometry":{"type":"Point","coordinates":[0.3518911,51.4869984]},"properties":{"@type":"node","@id":8088768619,"@timestamp":1604680876},"coords":"51.4869984,0.3518911","bedrooms":"1","price":"298000","area":"403"} , +{"type":"Feature","id":"n8088771448","geometry":{"type":"Point","coordinates":[0.3527199,51.4857917]},"properties":{"@type":"node","@id":8088771448,"@timestamp":1604680944},"coords":"51.4857917,0.3527199","bedrooms":"0","price":"206000","area":"362"} , +{"type":"Feature","id":"n8088771458","geometry":{"type":"Point","coordinates":[0.3529438,51.4861775]},"properties":{"@type":"node","@id":8088771458,"@timestamp":1604680944},"coords":"51.4861775,0.3529438","bedrooms":"3","price":"288000","area":"464"} , +{"type":"Feature","id":"n8088771468","geometry":{"type":"Point","coordinates":[0.3524289,51.4865767]},"properties":{"@type":"node","@id":8088771468,"@timestamp":1604680944},"coords":"51.4865767,0.3524289","bedrooms":"4","price":"285000","area":"426"} , +{"type":"Feature","id":"n8088771478","geometry":{"type":"Point","coordinates":[0.353086,51.4864656]},"properties":{"@type":"node","@id":8088771478,"@timestamp":1604680944},"coords":"51.4864656,0.353086","bedrooms":"0","price":"204000","area":"441"} , +{"type":"Feature","id":"n8088771488","geometry":{"type":"Point","coordinates":[0.3527118,51.486818]},"properties":{"@type":"node","@id":8088771488,"@timestamp":1604680944},"coords":"51.486818,0.3527118","bedrooms":"1","price":"254000","area":"647"} , +{"type":"Feature","id":"n8088778221","geometry":{"type":"Point","coordinates":[0.3539027,51.4864414]},"properties":{"@type":"node","@id":8088778221,"@timestamp":1604681204},"coords":"51.4864414,0.3539027","bedrooms":"2","price":"248000","area":"674"} , +{"type":"Feature","id":"n8088778231","geometry":{"type":"Point","coordinates":[0.3537405,51.4855044]},"properties":{"@type":"node","@id":8088778231,"@timestamp":1604681204},"coords":"51.4855044,0.3537405","bedrooms":"2","price":"200000","area":"543"} , +{"type":"Feature","id":"n8088778241","geometry":{"type":"Point","coordinates":[0.3534923,51.4856155]},"properties":{"@type":"node","@id":8088778241,"@timestamp":1604681204},"coords":"51.4856155,0.3534923","bedrooms":"3","price":"216000","area":"683"} , +{"type":"Feature","id":"n8088778251","geometry":{"type":"Point","coordinates":[0.3531235,51.4858527]},"properties":{"@type":"node","@id":8088778251,"@timestamp":1604681204},"coords":"51.4858527,0.3531235","bedrooms":"3","price":"279000","area":"645"} , +{"type":"Feature","id":"n8088809288","geometry":{"type":"Point","coordinates":[-0.6420816,51.1138918]},"properties":{"@type":"node","@id":8088809288,"@timestamp":1604683112},"coords":"51.1138918,-0.6420816","bedrooms":"1","price":"272000","area":"662"} , +{"type":"Feature","id":"n8088891902","geometry":{"type":"Point","coordinates":[-0.2076301,51.4262137]},"properties":{"@type":"node","@id":8088891902,"@timestamp":1604684382},"coords":"51.4262137,-0.2076301","bedrooms":"0","price":"217000","area":"557"} , +{"type":"Feature","id":"n8088892278","geometry":{"type":"Point","coordinates":[-0.4017148,51.6782999]},"properties":{"@type":"node","@id":8088892278,"@timestamp":1604685192},"coords":"51.6782999,-0.4017148","bedrooms":"3","price":"171000","area":"699"} , +{"type":"Feature","id":"n8088892305","geometry":{"type":"Point","coordinates":[-0.4000324,51.6760481]},"properties":{"@type":"node","@id":8088892305,"@timestamp":1605541783},"coords":"51.6760481,-0.4000324","bedrooms":"0","price":"264000","area":"488"} , +{"type":"Feature","id":"n8088913236","geometry":{"type":"Point","coordinates":[-0.2160304,51.4301712]},"properties":{"@type":"node","@id":8088913236,"@timestamp":1618336621},"coords":"51.4301712,-0.2160304","bedrooms":"4","price":"214000","area":"576"} , +{"type":"Feature","id":"n8088989145","geometry":{"type":"Point","coordinates":[-0.4011689,51.679344]},"properties":{"@type":"node","@id":8088989145,"@timestamp":1604687577},"coords":"51.679344,-0.4011689","bedrooms":"2","price":"237000","area":"591"} , +{"type":"Feature","id":"n8089001590","geometry":{"type":"Point","coordinates":[0.0089921,51.5542286]},"properties":{"@type":"node","@id":8089001590,"@timestamp":1619600980},"coords":"51.5542286,0.0089921","bedrooms":"4","price":"235000","area":"619"} , +{"type":"Feature","id":"n8089022233","geometry":{"type":"Point","coordinates":[0.0109991,51.5551847]},"properties":{"@type":"node","@id":8089022233,"@timestamp":1604687562},"coords":"51.5551847,0.0109991","bedrooms":"3","price":"181000","area":"480"} , +{"type":"Feature","id":"n8089022339","geometry":{"type":"Point","coordinates":[0.0102742,51.5543087]},"properties":{"@type":"node","@id":8089022339,"@timestamp":1619600980},"coords":"51.5543087,0.0102742","bedrooms":"2","price":"208000","area":"374"} , +{"type":"Feature","id":"n8089026458","geometry":{"type":"Point","coordinates":[0.0107764,51.555143]},"properties":{"@type":"node","@id":8089026458,"@timestamp":1619600980},"coords":"51.555143,0.0107764","bedrooms":"0","price":"243000","area":"436"} , +{"type":"Feature","id":"n8089200407","geometry":{"type":"Point","coordinates":[-0.4104569,51.6794131]},"properties":{"@type":"node","@id":8089200407,"@timestamp":1604694110},"coords":"51.6794131,-0.4104569","bedrooms":"3","price":"234000","area":"642"} , +{"type":"Feature","id":"n8089237835","geometry":{"type":"Point","coordinates":[-0.2198159,51.4481721]},"properties":{"@type":"node","@id":8089237835,"@timestamp":1604693956},"coords":"51.4481721,-0.2198159","bedrooms":"0","price":"195000","area":"440"} , +{"type":"Feature","id":"n8089252928","geometry":{"type":"Point","coordinates":[-0.4103007,51.6798522]},"properties":{"@type":"node","@id":8089252928,"@timestamp":1604694110},"coords":"51.6798522,-0.4103007","bedrooms":"4","price":"256000","area":"473"} , +{"type":"Feature","id":"n8089257396","geometry":{"type":"Point","coordinates":[-0.035134,51.6772121]},"properties":{"@type":"node","@id":8089257396,"@timestamp":1604695572},"coords":"51.6772121,-0.035134","bedrooms":"2","price":"169000","area":"696"} , +{"type":"Feature","id":"n8089300935","geometry":{"type":"Point","coordinates":[-0.0347779,51.6777657]},"properties":{"@type":"node","@id":8089300935,"@timestamp":1604695572},"coords":"51.6777657,-0.0347779","bedrooms":"3","price":"220000","area":"557"} , +{"type":"Feature","id":"n8089378424","geometry":{"type":"Point","coordinates":[-0.0343287,51.6804408]},"properties":{"@type":"node","@id":8089378424,"@timestamp":1604697323},"coords":"51.6804408,-0.0343287","bedrooms":"3","price":"243000","area":"583"} , +{"type":"Feature","id":"n8089399216","geometry":{"type":"Point","coordinates":[-0.8773296,51.9711683]},"properties":{"@type":"node","@id":8089399216,"@timestamp":1635418602},"coords":"51.9711683,-0.8773296","bedrooms":"3","price":"164000","area":"536"} , +{"type":"Feature","id":"n8089429032","geometry":{"type":"Point","coordinates":[0.1321012,51.8185904]},"properties":{"@type":"node","@id":8089429032,"@timestamp":1604698758},"coords":"51.8185904,0.1321012","bedrooms":"1","price":"260000","area":"640"} , +{"type":"Feature","id":"n8089433621","geometry":{"type":"Point","coordinates":[-0.8809121,51.9721469]},"properties":{"@type":"node","@id":8089433621,"@timestamp":1604698990},"coords":"51.9721469,-0.8809121","bedrooms":"2","price":"180000","area":"696"} , +{"type":"Feature","id":"n8089433632","geometry":{"type":"Point","coordinates":[-0.8176474,51.9532432]},"properties":{"@type":"node","@id":8089433632,"@timestamp":1604698990},"coords":"51.9532432,-0.8176474","bedrooms":"0","price":"245000","area":"631"} , +{"type":"Feature","id":"n8089505212","geometry":{"type":"Point","coordinates":[-0.0335413,51.6829571]},"properties":{"@type":"node","@id":8089505212,"@timestamp":1604702227},"coords":"51.6829571,-0.0335413","bedrooms":"0","price":"292000","area":"355"} , +{"type":"Feature","id":"n8089606555","geometry":{"type":"Point","coordinates":[-0.5110074,51.6623891]},"properties":{"@type":"node","@id":8089606555,"@timestamp":1604703696},"coords":"51.6623891,-0.5110074","bedrooms":"3","price":"288000","area":"684"} , +{"type":"Feature","id":"n8089722979","geometry":{"type":"Point","coordinates":[-0.4006205,51.6437349]},"properties":{"@type":"node","@id":8089722979,"@timestamp":1604707602},"coords":"51.6437349,-0.4006205","bedrooms":"2","price":"171000","area":"474"} , +{"type":"Feature","id":"n8089722990","geometry":{"type":"Point","coordinates":[-0.3945056,51.6427201]},"properties":{"@type":"node","@id":8089722990,"@timestamp":1604707602},"coords":"51.6427201,-0.3945056","bedrooms":"4","price":"284000","area":"443"} , +{"type":"Feature","id":"n8089723014","geometry":{"type":"Point","coordinates":[-0.3960158,51.6398036]},"properties":{"@type":"node","@id":8089723014,"@timestamp":1604707602},"coords":"51.6398036,-0.3960158","bedrooms":"1","price":"165000","area":"483"} , +{"type":"Feature","id":"n8089787142","geometry":{"type":"Point","coordinates":[-0.2049264,51.540635]},"properties":{"@type":"node","@id":8089787142,"@timestamp":1604709577},"coords":"51.540635,-0.2049264","bedrooms":"3","price":"288000","area":"471"} , +{"type":"Feature","id":"n8089817643","geometry":{"type":"Point","coordinates":[-0.1034101,51.4336837]},"properties":{"@type":"node","@id":8089817643,"@timestamp":1604711942},"coords":"51.4336837,-0.1034101","bedrooms":"2","price":"238000","area":"458"} , +{"type":"Feature","id":"n8089874675","geometry":{"type":"Point","coordinates":[-0.2109298,51.5336878]},"properties":{"@type":"node","@id":8089874675,"@timestamp":1604715648},"coords":"51.5336878,-0.2109298","bedrooms":"2","price":"252000","area":"380"} , +{"type":"Feature","id":"n8089962731","geometry":{"type":"Point","coordinates":[-0.1708083,51.4947053]},"properties":{"@type":"node","@id":8089962731,"@timestamp":1604722815},"coords":"51.4947053,-0.1708083","bedrooms":"0","price":"200000","area":"540"} , +{"type":"Feature","id":"n8089988817","geometry":{"type":"Point","coordinates":[-0.1710632,51.4951513]},"properties":{"@type":"node","@id":8089988817,"@timestamp":1604722815},"coords":"51.4951513,-0.1710632","bedrooms":"0","price":"155000","area":"501"} , +{"type":"Feature","id":"n8089988827","geometry":{"type":"Point","coordinates":[-0.171367,51.495691]},"properties":{"@type":"node","@id":8089988827,"@timestamp":1604722815},"coords":"51.495691,-0.171367","bedrooms":"2","price":"208000","area":"364"} , +{"type":"Feature","id":"n8090128064","geometry":{"type":"Point","coordinates":[-0.1708994,51.4960297]},"properties":{"@type":"node","@id":8090128064,"@timestamp":1604729476},"coords":"51.4960297,-0.1708994","bedrooms":"1","price":"207000","area":"353"} , +{"type":"Feature","id":"n8090226214","geometry":{"type":"Point","coordinates":[-0.0332903,51.6837733]},"properties":{"@type":"node","@id":8090226214,"@timestamp":1604763465},"coords":"51.6837733,-0.0332903","bedrooms":"4","price":"238000","area":"435"} , +{"type":"Feature","id":"n8090261089","geometry":{"type":"Point","coordinates":[-0.1697652,51.4956417]},"properties":{"@type":"node","@id":8090261089,"@timestamp":1604735329},"coords":"51.4956417,-0.1697652","bedrooms":"3","price":"181000","area":"554"} , +{"type":"Feature","id":"n8090261099","geometry":{"type":"Point","coordinates":[-0.1701104,51.4952205]},"properties":{"@type":"node","@id":8090261099,"@timestamp":1604735329},"coords":"51.4952205,-0.1701104","bedrooms":"1","price":"174000","area":"396"} , +{"type":"Feature","id":"n8090271770","geometry":{"type":"Point","coordinates":[-0.1706507,51.4953118]},"properties":{"@type":"node","@id":8090271770,"@timestamp":1604735329},"coords":"51.4953118,-0.1706507","bedrooms":"4","price":"256000","area":"375"} , +{"type":"Feature","id":"n8090455550","geometry":{"type":"Point","coordinates":[-0.4748492,51.3389421]},"properties":{"@type":"node","@id":8090455550,"@timestamp":1604742345},"coords":"51.3389421,-0.4748492","bedrooms":"3","price":"201000","area":"621"} , +{"type":"Feature","id":"n8090471209","geometry":{"type":"Point","coordinates":[-0.1700862,51.4950251]},"properties":{"@type":"node","@id":8090471209,"@timestamp":1604743773},"coords":"51.4950251,-0.1700862","bedrooms":"0","price":"188000","area":"441"} , +{"type":"Feature","id":"n8090503356","geometry":{"type":"Point","coordinates":[-0.1694464,51.4949892]},"properties":{"@type":"node","@id":8090503356,"@timestamp":1604743773},"coords":"51.4949892,-0.1694464","bedrooms":"3","price":"278000","area":"403"} , +{"type":"Feature","id":"n8090503393","geometry":{"type":"Point","coordinates":[-0.1699866,51.4946644]},"properties":{"@type":"node","@id":8090503393,"@timestamp":1604743773},"coords":"51.4946644,-0.1699866","bedrooms":"3","price":"273000","area":"634"} , +{"type":"Feature","id":"n8090537254","geometry":{"type":"Point","coordinates":[-0.817149,51.9532084]},"properties":{"@type":"node","@id":8090537254,"@timestamp":1604745273},"coords":"51.9532084,-0.817149","bedrooms":"4","price":"257000","area":"656"} , +{"type":"Feature","id":"n8090537264","geometry":{"type":"Point","coordinates":[-0.7707347,51.9732302]},"properties":{"@type":"node","@id":8090537264,"@timestamp":1604745273},"coords":"51.9732302,-0.7707347","bedrooms":"1","price":"241000","area":"433"} , +{"type":"Feature","id":"n8090537274","geometry":{"type":"Point","coordinates":[-0.7661844,51.9760498]},"properties":{"@type":"node","@id":8090537274,"@timestamp":1604745273},"coords":"51.9760498,-0.7661844","bedrooms":"3","price":"186000","area":"673"} , +{"type":"Feature","id":"n8090537284","geometry":{"type":"Point","coordinates":[-0.7650625,51.9739909]},"properties":{"@type":"node","@id":8090537284,"@timestamp":1604745273},"coords":"51.9739909,-0.7650625","bedrooms":"1","price":"217000","area":"678"} , +{"type":"Feature","id":"n8090557492","geometry":{"type":"Point","coordinates":[-0.401793,51.6338151]},"properties":{"@type":"node","@id":8090557492,"@timestamp":1604746774},"coords":"51.6338151,-0.401793","bedrooms":"4","price":"286000","area":"401"} , +{"type":"Feature","id":"n8090567908","geometry":{"type":"Point","coordinates":[-0.1692407,51.4946117]},"properties":{"@type":"node","@id":8090567908,"@timestamp":1604747371},"coords":"51.4946117,-0.1692407","bedrooms":"0","price":"298000","area":"560"} , +{"type":"Feature","id":"n8090570834","geometry":{"type":"Point","coordinates":[-0.1707936,51.4943028]},"properties":{"@type":"node","@id":8090570834,"@timestamp":1604746830},"coords":"51.4943028,-0.1707936","bedrooms":"1","price":"234000","area":"498"} , +{"type":"Feature","id":"n8090570873","geometry":{"type":"Point","coordinates":[-0.1699872,51.4944625]},"properties":{"@type":"node","@id":8090570873,"@timestamp":1604746830},"coords":"51.4944625,-0.1699872","bedrooms":"3","price":"233000","area":"566"} , +{"type":"Feature","id":"n8090626601","geometry":{"type":"Point","coordinates":[-0.3913412,51.6426109]},"properties":{"@type":"node","@id":8090626601,"@timestamp":1604749021},"coords":"51.6426109,-0.3913412","bedrooms":"1","price":"249000","area":"388"} , +{"type":"Feature","id":"n8090638281","geometry":{"type":"Point","coordinates":[-0.5434361,51.3050736]},"properties":{"@type":"node","@id":8090638281,"@timestamp":1632688717},"coords":"51.3050736,-0.5434361","bedrooms":"2","price":"295000","area":"690"} , +{"type":"Feature","id":"n8090656033","geometry":{"type":"Point","coordinates":[0.3598264,51.4821813]},"properties":{"@type":"node","@id":8090656033,"@timestamp":1604750061},"coords":"51.4821813,0.3598264","bedrooms":"2","price":"240000","area":"473"} , +{"type":"Feature","id":"n8090674433","geometry":{"type":"Point","coordinates":[-0.5406337,51.3036748]},"properties":{"@type":"node","@id":8090674433,"@timestamp":1604750239},"coords":"51.3036748,-0.5406337","bedrooms":"3","price":"173000","area":"696"} , +{"type":"Feature","id":"n8090687379","geometry":{"type":"Point","coordinates":[-0.5411366,51.305428]},"properties":{"@type":"node","@id":8090687379,"@timestamp":1604751029},"coords":"51.305428,-0.5411366","bedrooms":"0","price":"191000","area":"694"} , +{"type":"Feature","id":"n8090746257","geometry":{"type":"Point","coordinates":[-0.7798249,51.9482586]},"properties":{"@type":"node","@id":8090746257,"@timestamp":1604752609},"coords":"51.9482586,-0.7798249","bedrooms":"3","price":"277000","area":"397"} , +{"type":"Feature","id":"n8090746267","geometry":{"type":"Point","coordinates":[-0.7842991,51.8916073]},"properties":{"@type":"node","@id":8090746267,"@timestamp":1604752609},"coords":"51.8916073,-0.7842991","bedrooms":"2","price":"209000","area":"479"} , +{"type":"Feature","id":"n8090746277","geometry":{"type":"Point","coordinates":[-0.7817309,51.8916967]},"properties":{"@type":"node","@id":8090746277,"@timestamp":1604752609},"coords":"51.8916967,-0.7817309","bedrooms":"1","price":"291000","area":"605"} , +{"type":"Feature","id":"n8090789126","geometry":{"type":"Point","coordinates":[0.0762823,51.5061271]},"properties":{"@type":"node","@id":8090789126,"@timestamp":1606332528},"coords":"51.5061271,0.0762823","bedrooms":"1","price":"208000","area":"554"} , +{"type":"Feature","id":"n8090816596","geometry":{"type":"Point","coordinates":[0.0533305,51.5077914]},"properties":{"@type":"node","@id":8090816596,"@timestamp":1604754852},"coords":"51.5077914,0.0533305","bedrooms":"0","price":"203000","area":"360"} , +{"type":"Feature","id":"n8090816606","geometry":{"type":"Point","coordinates":[0.0523573,51.5074117]},"properties":{"@type":"node","@id":8090816606,"@timestamp":1604754852},"coords":"51.5074117,0.0523573","bedrooms":"0","price":"170000","area":"662"} , +{"type":"Feature","id":"n8090820951","geometry":{"type":"Point","coordinates":[0.0511392,51.5073437]},"properties":{"@type":"node","@id":8090820951,"@timestamp":1604754932},"coords":"51.5073437,0.0511392","bedrooms":"4","price":"284000","area":"538"} , +{"type":"Feature","id":"n8090848476","geometry":{"type":"Point","coordinates":[-0.3882182,51.6608853]},"properties":{"@type":"node","@id":8090848476,"@timestamp":1604756177},"coords":"51.6608853,-0.3882182","bedrooms":"2","price":"287000","area":"676"} , +{"type":"Feature","id":"n8090848506","geometry":{"type":"Point","coordinates":[-0.3915373,51.6721969]},"properties":{"@type":"node","@id":8090848506,"@timestamp":1604756177},"coords":"51.6721969,-0.3915373","bedrooms":"0","price":"255000","area":"540"} , +{"type":"Feature","id":"n8090848516","geometry":{"type":"Point","coordinates":[-0.3858582,51.6735001]},"properties":{"@type":"node","@id":8090848516,"@timestamp":1625654208},"coords":"51.6735001,-0.3858582","bedrooms":"0","price":"270000","area":"365"} , +{"type":"Feature","id":"n8090874356","geometry":{"type":"Point","coordinates":[-0.1435289,51.4914402]},"properties":{"@type":"node","@id":8090874356,"@timestamp":1604756867},"coords":"51.4914402,-0.1435289","bedrooms":"3","price":"185000","area":"678"} , +{"type":"Feature","id":"n8090874379","geometry":{"type":"Point","coordinates":[-0.1336604,51.5056541]},"properties":{"@type":"node","@id":8090874379,"@timestamp":1604756867},"coords":"51.5056541,-0.1336604","bedrooms":"2","price":"262000","area":"518"} , +{"type":"Feature","id":"n8091047529","geometry":{"type":"Point","coordinates":[0.4884627,51.2680966]},"properties":{"@type":"node","@id":8091047529,"@timestamp":1604762351},"coords":"51.2680966,0.4884627","bedrooms":"0","price":"296000","area":"584"} , +{"type":"Feature","id":"n8091057778","geometry":{"type":"Point","coordinates":[-0.3843049,51.6769279]},"properties":{"@type":"node","@id":8091057778,"@timestamp":1604763552},"coords":"51.6769279,-0.3843049","bedrooms":"1","price":"240000","area":"413"} , +{"type":"Feature","id":"n8091057788","geometry":{"type":"Point","coordinates":[-0.3823784,51.6741797]},"properties":{"@type":"node","@id":8091057788,"@timestamp":1604763552},"coords":"51.6741797,-0.3823784","bedrooms":"2","price":"236000","area":"524"} , +{"type":"Feature","id":"n8091057798","geometry":{"type":"Point","coordinates":[-0.3827136,51.6724513]},"properties":{"@type":"node","@id":8091057798,"@timestamp":1604763552},"coords":"51.6724513,-0.3827136","bedrooms":"0","price":"222000","area":"663"} , +{"type":"Feature","id":"n8091057808","geometry":{"type":"Point","coordinates":[-0.3816614,51.6762877]},"properties":{"@type":"node","@id":8091057808,"@timestamp":1604763552},"coords":"51.6762877,-0.3816614","bedrooms":"2","price":"191000","area":"391"} , +{"type":"Feature","id":"n8091139695","geometry":{"type":"Point","coordinates":[-0.0332468,51.684076]},"properties":{"@type":"node","@id":8091139695,"@timestamp":1604764638},"coords":"51.684076,-0.0332468","bedrooms":"3","price":"178000","area":"521"} , +{"type":"Feature","id":"n8091156279","geometry":{"type":"Point","coordinates":[-0.3756397,51.6784178]},"properties":{"@type":"node","@id":8091156279,"@timestamp":1604765950},"coords":"51.6784178,-0.3756397","bedrooms":"3","price":"284000","area":"512"} , +{"type":"Feature","id":"n8091156290","geometry":{"type":"Point","coordinates":[-0.3777584,51.6782001]},"properties":{"@type":"node","@id":8091156290,"@timestamp":1604765950},"coords":"51.6782001,-0.3777584","bedrooms":"1","price":"235000","area":"490"} , +{"type":"Feature","id":"n8091156775","geometry":{"type":"Point","coordinates":[-0.7171314,51.9396226]},"properties":{"@type":"node","@id":8091156775,"@timestamp":1604765821},"coords":"51.9396226,-0.7171314","bedrooms":"3","price":"219000","area":"652"} , +{"type":"Feature","id":"n8091187815","geometry":{"type":"Point","coordinates":[-0.2044703,51.5379539]},"properties":{"@type":"node","@id":8091187815,"@timestamp":1627382942},"coords":"51.5379539,-0.2044703","bedrooms":"1","price":"242000","area":"615"} , +{"type":"Feature","id":"n8091273205","geometry":{"type":"Point","coordinates":[-0.1693244,51.4934545]},"properties":{"@type":"node","@id":8091273205,"@timestamp":1604768890},"coords":"51.4934545,-0.1693244","bedrooms":"3","price":"207000","area":"403"} , +{"type":"Feature","id":"n8091293581","geometry":{"type":"Point","coordinates":[-0.0678649,51.516143]},"properties":{"@type":"node","@id":8091293581,"@timestamp":1604768959},"coords":"51.516143,-0.0678649","bedrooms":"4","price":"225000","area":"672"} , +{"type":"Feature","id":"n8091304117","geometry":{"type":"Point","coordinates":[-0.1710214,51.4933356]},"properties":{"@type":"node","@id":8091304117,"@timestamp":1604768890},"coords":"51.4933356,-0.1710214","bedrooms":"2","price":"293000","area":"670"} , +{"type":"Feature","id":"n8091304165","geometry":{"type":"Point","coordinates":[-0.1701424,51.4933596]},"properties":{"@type":"node","@id":8091304165,"@timestamp":1604768890},"coords":"51.4933596,-0.1701424","bedrooms":"2","price":"236000","area":"447"} , +{"type":"Feature","id":"n8091496484","geometry":{"type":"Point","coordinates":[0.2386421,51.5586005]},"properties":{"@type":"node","@id":8091496484,"@timestamp":1604771727},"coords":"51.5586005,0.2386421","bedrooms":"0","price":"196000","area":"516"} , +{"type":"Feature","id":"n8091537625","geometry":{"type":"Point","coordinates":[-0.070906,51.514432]},"properties":{"@type":"node","@id":8091537625,"@timestamp":1604772964},"coords":"51.514432,-0.070906","bedrooms":"4","price":"210000","area":"519"} , +{"type":"Feature","id":"n8091595434","geometry":{"type":"Point","coordinates":[-0.1249525,51.5128372]},"properties":{"@type":"node","@id":8091595434,"@timestamp":1604774688},"coords":"51.5128372,-0.1249525","bedrooms":"0","price":"173000","area":"442"} , +{"type":"Feature","id":"n8091644596","geometry":{"type":"Point","coordinates":[-0.4171895,51.693757]},"properties":{"@type":"node","@id":8091644596,"@timestamp":1604777108},"coords":"51.693757,-0.4171895","bedrooms":"0","price":"172000","area":"588"} , +{"type":"Feature","id":"n8091644606","geometry":{"type":"Point","coordinates":[-0.4153193,51.6937588]},"properties":{"@type":"node","@id":8091644606,"@timestamp":1604777108},"coords":"51.6937588,-0.4153193","bedrooms":"3","price":"244000","area":"650"} , +{"type":"Feature","id":"n8091644616","geometry":{"type":"Point","coordinates":[-0.4166054,51.6947184]},"properties":{"@type":"node","@id":8091644616,"@timestamp":1604777108},"coords":"51.6947184,-0.4166054","bedrooms":"2","price":"223000","area":"471"} , +{"type":"Feature","id":"n8091652803","geometry":{"type":"Point","coordinates":[0.1688306,51.5195783]},"properties":{"@type":"node","@id":8091652803,"@timestamp":1604786815},"coords":"51.5195783,0.1688306","bedrooms":"3","price":"159000","area":"378"} , +{"type":"Feature","id":"n8091687521","geometry":{"type":"Point","coordinates":[-0.4163065,51.6950876]},"properties":{"@type":"node","@id":8091687521,"@timestamp":1604777108},"coords":"51.6950876,-0.4163065","bedrooms":"4","price":"265000","area":"575"} , +{"type":"Feature","id":"n8091687531","geometry":{"type":"Point","coordinates":[-0.415295,51.6951082]},"properties":{"@type":"node","@id":8091687531,"@timestamp":1604777108},"coords":"51.6951082,-0.415295","bedrooms":"4","price":"164000","area":"407"} , +{"type":"Feature","id":"n8091687541","geometry":{"type":"Point","coordinates":[-0.4148485,51.6938126]},"properties":{"@type":"node","@id":8091687541,"@timestamp":1604777108},"coords":"51.6938126,-0.4148485","bedrooms":"3","price":"228000","area":"453"} , +{"type":"Feature","id":"n8091687551","geometry":{"type":"Point","coordinates":[-0.4147766,51.694365]},"properties":{"@type":"node","@id":8091687551,"@timestamp":1604777108},"coords":"51.694365,-0.4147766","bedrooms":"0","price":"212000","area":"373"} , +{"type":"Feature","id":"n8091687561","geometry":{"type":"Point","coordinates":[-0.4134919,51.6947195]},"properties":{"@type":"node","@id":8091687561,"@timestamp":1604777108},"coords":"51.6947195,-0.4134919","bedrooms":"2","price":"216000","area":"506"} , +{"type":"Feature","id":"n8091687571","geometry":{"type":"Point","coordinates":[-0.4123215,51.6952074]},"properties":{"@type":"node","@id":8091687571,"@timestamp":1604777108},"coords":"51.6952074,-0.4123215","bedrooms":"4","price":"254000","area":"441"} , +{"type":"Feature","id":"n8091687581","geometry":{"type":"Point","coordinates":[-0.4121409,51.6956228]},"properties":{"@type":"node","@id":8091687581,"@timestamp":1604777108},"coords":"51.6956228,-0.4121409","bedrooms":"1","price":"278000","area":"422"} , +{"type":"Feature","id":"n8091687591","geometry":{"type":"Point","coordinates":[-0.4136731,51.6956687]},"properties":{"@type":"node","@id":8091687591,"@timestamp":1604777108},"coords":"51.6956687,-0.4136731","bedrooms":"2","price":"265000","area":"366"} , +{"type":"Feature","id":"n8091687601","geometry":{"type":"Point","coordinates":[-0.412714,51.6960167]},"properties":{"@type":"node","@id":8091687601,"@timestamp":1604777108},"coords":"51.6960167,-0.412714","bedrooms":"2","price":"232000","area":"464"} , +{"type":"Feature","id":"n8091687611","geometry":{"type":"Point","coordinates":[-0.4126305,51.6963614]},"properties":{"@type":"node","@id":8091687611,"@timestamp":1604777108},"coords":"51.6963614,-0.4126305","bedrooms":"0","price":"283000","area":"357"} , +{"type":"Feature","id":"n8091687621","geometry":{"type":"Point","coordinates":[-0.411437,51.6967889]},"properties":{"@type":"node","@id":8091687621,"@timestamp":1604777108},"coords":"51.6967889,-0.411437","bedrooms":"3","price":"158000","area":"551"} , +{"type":"Feature","id":"n8091687631","geometry":{"type":"Point","coordinates":[-0.4130706,51.6959249]},"properties":{"@type":"node","@id":8091687631,"@timestamp":1604777108},"coords":"51.6959249,-0.4130706","bedrooms":"1","price":"258000","area":"473"} , +{"type":"Feature","id":"n8091687641","geometry":{"type":"Point","coordinates":[-0.4096592,51.6954428]},"properties":{"@type":"node","@id":8091687641,"@timestamp":1604777108},"coords":"51.6954428,-0.4096592","bedrooms":"0","price":"273000","area":"644"} , +{"type":"Feature","id":"n8091687651","geometry":{"type":"Point","coordinates":[-0.4095175,51.6956245]},"properties":{"@type":"node","@id":8091687651,"@timestamp":1604777108},"coords":"51.6956245,-0.4095175","bedrooms":"2","price":"279000","area":"695"} , +{"type":"Feature","id":"n8091687661","geometry":{"type":"Point","coordinates":[-0.4099732,51.6957157]},"properties":{"@type":"node","@id":8091687661,"@timestamp":1604777108},"coords":"51.6957157,-0.4099732","bedrooms":"4","price":"286000","area":"484"} , +{"type":"Feature","id":"n8091687671","geometry":{"type":"Point","coordinates":[-0.4108528,51.695639]},"properties":{"@type":"node","@id":8091687671,"@timestamp":1604777108},"coords":"51.695639,-0.4108528","bedrooms":"2","price":"296000","area":"520"} , +{"type":"Feature","id":"n8091687681","geometry":{"type":"Point","coordinates":[-0.409071,51.6965572]},"properties":{"@type":"node","@id":8091687681,"@timestamp":1604777108},"coords":"51.6965572,-0.409071","bedrooms":"3","price":"183000","area":"613"} , +{"type":"Feature","id":"n8091687691","geometry":{"type":"Point","coordinates":[-0.4096132,51.6969098]},"properties":{"@type":"node","@id":8091687691,"@timestamp":1604777108},"coords":"51.6969098,-0.4096132","bedrooms":"4","price":"273000","area":"680"} , +{"type":"Feature","id":"n8091687701","geometry":{"type":"Point","coordinates":[-0.4106545,51.696844]},"properties":{"@type":"node","@id":8091687701,"@timestamp":1604777108},"coords":"51.696844,-0.4106545","bedrooms":"2","price":"168000","area":"569"} , +{"type":"Feature","id":"n8091687711","geometry":{"type":"Point","coordinates":[-0.4091179,51.6969539]},"properties":{"@type":"node","@id":8091687711,"@timestamp":1604777108},"coords":"51.6969539,-0.4091179","bedrooms":"1","price":"297000","area":"467"} , +{"type":"Feature","id":"n8091687721","geometry":{"type":"Point","coordinates":[-0.4090273,51.6969297]},"properties":{"@type":"node","@id":8091687721,"@timestamp":1604777108},"coords":"51.6969297,-0.4090273","bedrooms":"0","price":"287000","area":"573"} , +{"type":"Feature","id":"n8091687731","geometry":{"type":"Point","coordinates":[-0.4113369,51.6955096]},"properties":{"@type":"node","@id":8091687731,"@timestamp":1604777108},"coords":"51.6955096,-0.4113369","bedrooms":"0","price":"199000","area":"567"} , +{"type":"Feature","id":"n8091687741","geometry":{"type":"Point","coordinates":[-0.4103674,51.6965971]},"properties":{"@type":"node","@id":8091687741,"@timestamp":1604777108},"coords":"51.6965971,-0.4103674","bedrooms":"1","price":"244000","area":"452"} , +{"type":"Feature","id":"n8091687751","geometry":{"type":"Point","coordinates":[-0.4112921,51.6950628]},"properties":{"@type":"node","@id":8091687751,"@timestamp":1604777108},"coords":"51.6950628,-0.4112921","bedrooms":"4","price":"178000","area":"364"} , +{"type":"Feature","id":"n8091687761","geometry":{"type":"Point","coordinates":[-0.4115243,51.696443]},"properties":{"@type":"node","@id":8091687761,"@timestamp":1604777108},"coords":"51.696443,-0.4115243","bedrooms":"4","price":"239000","area":"588"} , +{"type":"Feature","id":"n8091687771","geometry":{"type":"Point","coordinates":[-0.4140869,51.6950722]},"properties":{"@type":"node","@id":8091687771,"@timestamp":1604777108},"coords":"51.6950722,-0.4140869","bedrooms":"4","price":"271000","area":"392"} , +{"type":"Feature","id":"n8091687781","geometry":{"type":"Point","coordinates":[-0.4141727,51.6951276]},"properties":{"@type":"node","@id":8091687781,"@timestamp":1604777108},"coords":"51.6951276,-0.4141727","bedrooms":"4","price":"262000","area":"552"} , +{"type":"Feature","id":"n8091687791","geometry":{"type":"Point","coordinates":[-0.4142759,51.6946288]},"properties":{"@type":"node","@id":8091687791,"@timestamp":1604777108},"coords":"51.6946288,-0.4142759","bedrooms":"2","price":"259000","area":"500"} , +{"type":"Feature","id":"n8091687801","geometry":{"type":"Point","coordinates":[-0.4152872,51.6948687]},"properties":{"@type":"node","@id":8091687801,"@timestamp":1604777108},"coords":"51.6948687,-0.4152872","bedrooms":"2","price":"260000","area":"355"} , +{"type":"Feature","id":"n8091687811","geometry":{"type":"Point","coordinates":[-0.4156881,51.6947705]},"properties":{"@type":"node","@id":8091687811,"@timestamp":1604777108},"coords":"51.6947705,-0.4156881","bedrooms":"1","price":"223000","area":"489"} , +{"type":"Feature","id":"n8091687821","geometry":{"type":"Point","coordinates":[-0.4167026,51.6934215]},"properties":{"@type":"node","@id":8091687821,"@timestamp":1604777108},"coords":"51.6934215,-0.4167026","bedrooms":"0","price":"256000","area":"436"} , +{"type":"Feature","id":"n8091719540","geometry":{"type":"Point","coordinates":[0.0493713,51.3208502]},"properties":{"@type":"node","@id":8091719540,"@timestamp":1604778468},"coords":"51.3208502,0.0493713","bedrooms":"2","price":"230000","area":"462"} , +{"type":"Feature","id":"n8091813098","geometry":{"type":"Point","coordinates":[-0.7190994,51.955398]},"properties":{"@type":"node","@id":8091813098,"@timestamp":1604780694},"coords":"51.955398,-0.7190994","bedrooms":"4","price":"154000","area":"390"} , +{"type":"Feature","id":"n8091816686","geometry":{"type":"Point","coordinates":[-0.6269004,51.2500996]},"properties":{"@type":"node","@id":8091816686,"@timestamp":1604780680},"coords":"51.2500996,-0.6269004","bedrooms":"0","price":"198000","area":"523"} , +{"type":"Feature","id":"n8091837286","geometry":{"type":"Point","coordinates":[0.4950929,51.7515136]},"properties":{"@type":"node","@id":8091837286,"@timestamp":1604781318},"coords":"51.7515136,0.4950929","bedrooms":"2","price":"245000","area":"381"} , +{"type":"Feature","id":"n8091897580","geometry":{"type":"Point","coordinates":[-0.0533397,51.5400751]},"properties":{"@type":"node","@id":8091897580,"@timestamp":1615556374},"coords":"51.5400751,-0.0533397","bedrooms":"0","price":"162000","area":"351"} , +{"type":"Feature","id":"n8091942751","geometry":{"type":"Point","coordinates":[0.1719175,51.0598696]},"properties":{"@type":"node","@id":8091942751,"@timestamp":1604784714},"coords":"51.0598696,0.1719175","bedrooms":"3","price":"150000","area":"562"} , +{"type":"Feature","id":"n8092035539","geometry":{"type":"Point","coordinates":[-0.5326808,51.637088]},"properties":{"@type":"node","@id":8092035539,"@timestamp":1604783930},"coords":"51.637088,-0.5326808","bedrooms":"3","price":"159000","area":"557"} , +{"type":"Feature","id":"n8092068817","geometry":{"type":"Point","coordinates":[-0.6832446,51.962435]},"properties":{"@type":"node","@id":8092068817,"@timestamp":1604784940},"coords":"51.962435,-0.6832446","bedrooms":"0","price":"225000","area":"597"} , +{"type":"Feature","id":"n8092068827","geometry":{"type":"Point","coordinates":[-0.6858073,51.9649375]},"properties":{"@type":"node","@id":8092068827,"@timestamp":1604784940},"coords":"51.9649375,-0.6858073","bedrooms":"3","price":"151000","area":"396"} , +{"type":"Feature","id":"n8092266347","geometry":{"type":"Point","coordinates":[0.0519267,51.5079186]},"properties":{"@type":"node","@id":8092266347,"@timestamp":1604790976},"coords":"51.5079186,0.0519267","bedrooms":"3","price":"172000","area":"657"} , +{"type":"Feature","id":"n8092283080","geometry":{"type":"Point","coordinates":[0.0540642,51.5074219]},"properties":{"@type":"node","@id":8092283080,"@timestamp":1604791387},"coords":"51.5074219,0.0540642","bedrooms":"3","price":"276000","area":"644"} , +{"type":"Feature","id":"n8092283090","geometry":{"type":"Point","coordinates":[0.0547463,51.5078439]},"properties":{"@type":"node","@id":8092283090,"@timestamp":1604791387},"coords":"51.5078439,0.0547463","bedrooms":"3","price":"265000","area":"619"} , +{"type":"Feature","id":"n8092503708","geometry":{"type":"Point","coordinates":[0.1820282,51.5333119]},"properties":{"@type":"node","@id":8092503708,"@timestamp":1604798931},"coords":"51.5333119,0.1820282","bedrooms":"2","price":"160000","area":"686"} , +{"type":"Feature","id":"n8092709555","geometry":{"type":"Point","coordinates":[-0.2787086,51.3750826]},"properties":{"@type":"node","@id":8092709555,"@timestamp":1620912113},"coords":"51.3750826,-0.2787086","bedrooms":"0","price":"154000","area":"600"} , +{"type":"Feature","id":"n8092865922","geometry":{"type":"Point","coordinates":[-0.1716496,51.4933397]},"properties":{"@type":"node","@id":8092865922,"@timestamp":1604809020},"coords":"51.4933397,-0.1716496","bedrooms":"2","price":"265000","area":"543"} , +{"type":"Feature","id":"n8092865945","geometry":{"type":"Point","coordinates":[-0.1712908,51.4928646]},"properties":{"@type":"node","@id":8092865945,"@timestamp":1604809020},"coords":"51.4928646,-0.1712908","bedrooms":"4","price":"298000","area":"507"} , +{"type":"Feature","id":"n8092865955","geometry":{"type":"Point","coordinates":[-0.1713262,51.4923079]},"properties":{"@type":"node","@id":8092865955,"@timestamp":1604809020},"coords":"51.4923079,-0.1713262","bedrooms":"4","price":"289000","area":"692"} , +{"type":"Feature","id":"n8092987028","geometry":{"type":"Point","coordinates":[-0.1727261,51.4937162]},"properties":{"@type":"node","@id":8092987028,"@timestamp":1604815359},"coords":"51.4937162,-0.1727261","bedrooms":"3","price":"227000","area":"446"} , +{"type":"Feature","id":"n8092987090","geometry":{"type":"Point","coordinates":[-0.1726884,51.492978]},"properties":{"@type":"node","@id":8092987090,"@timestamp":1604815359},"coords":"51.492978,-0.1726884","bedrooms":"1","price":"299000","area":"637"} , +{"type":"Feature","id":"n8093074347","geometry":{"type":"Point","coordinates":[-0.1878458,51.2202073]},"properties":{"@type":"node","@id":8093074347,"@timestamp":1604819412},"coords":"51.2202073,-0.1878458","bedrooms":"4","price":"290000","area":"656"} , +{"type":"Feature","id":"n8093074357","geometry":{"type":"Point","coordinates":[-0.1902169,51.2199335]},"properties":{"@type":"node","@id":8093074357,"@timestamp":1604819412},"coords":"51.2199335,-0.1902169","bedrooms":"0","price":"180000","area":"665"} , +{"type":"Feature","id":"n8093074367","geometry":{"type":"Point","coordinates":[-0.1921293,51.2214]},"properties":{"@type":"node","@id":8093074367,"@timestamp":1604819412},"coords":"51.2214,-0.1921293","bedrooms":"3","price":"186000","area":"662"} , +{"type":"Feature","id":"n8093074377","geometry":{"type":"Point","coordinates":[-0.1958898,51.2217276]},"properties":{"@type":"node","@id":8093074377,"@timestamp":1604819412},"coords":"51.2217276,-0.1958898","bedrooms":"1","price":"238000","area":"480"} , +{"type":"Feature","id":"n8093074387","geometry":{"type":"Point","coordinates":[-0.1926497,51.2199637]},"properties":{"@type":"node","@id":8093074387,"@timestamp":1604819412},"coords":"51.2199637,-0.1926497","bedrooms":"3","price":"223000","area":"390"} , +{"type":"Feature","id":"n8093074397","geometry":{"type":"Point","coordinates":[-0.1991527,51.2182594]},"properties":{"@type":"node","@id":8093074397,"@timestamp":1604819412},"coords":"51.2182594,-0.1991527","bedrooms":"0","price":"222000","area":"570"} , +{"type":"Feature","id":"n8093074407","geometry":{"type":"Point","coordinates":[-0.1974186,51.2199402]},"properties":{"@type":"node","@id":8093074407,"@timestamp":1604819412},"coords":"51.2199402,-0.1974186","bedrooms":"3","price":"289000","area":"555"} , +{"type":"Feature","id":"n8093077917","geometry":{"type":"Point","coordinates":[-0.197825,51.221327]},"properties":{"@type":"node","@id":8093077917,"@timestamp":1604819412},"coords":"51.221327,-0.197825","bedrooms":"2","price":"246000","area":"694"} , +{"type":"Feature","id":"n8093077927","geometry":{"type":"Point","coordinates":[-0.1982354,51.2217478]},"properties":{"@type":"node","@id":8093077927,"@timestamp":1604819412},"coords":"51.2217478,-0.1982354","bedrooms":"3","price":"287000","area":"513"} , +{"type":"Feature","id":"n8093077937","geometry":{"type":"Point","coordinates":[-0.1959649,51.2222568]},"properties":{"@type":"node","@id":8093077937,"@timestamp":1604819412},"coords":"51.2222568,-0.1959649","bedrooms":"2","price":"221000","area":"689"} , +{"type":"Feature","id":"n8093192531","geometry":{"type":"Point","coordinates":[0.6148636,51.0132486]},"properties":{"@type":"node","@id":8093192531,"@timestamp":1604824921},"coords":"51.0132486,0.6148636","bedrooms":"4","price":"194000","area":"461"} , +{"type":"Feature","id":"n8093287770","geometry":{"type":"Point","coordinates":[0.4913989,51.2698486]},"properties":{"@type":"node","@id":8093287770,"@timestamp":1604829491},"coords":"51.2698486,0.4913989","bedrooms":"2","price":"282000","area":"557"} , +{"type":"Feature","id":"n8093311088","geometry":{"type":"Point","coordinates":[-0.4124071,51.6913437]},"properties":{"@type":"node","@id":8093311088,"@timestamp":1628111417},"coords":"51.6913437,-0.4124071","bedrooms":"2","price":"239000","area":"442"} , +{"type":"Feature","id":"n8093311098","geometry":{"type":"Point","coordinates":[-0.4129439,51.6919937]},"properties":{"@type":"node","@id":8093311098,"@timestamp":1628111417},"coords":"51.6919937,-0.4129439","bedrooms":"4","price":"285000","area":"640"} , +{"type":"Feature","id":"n8093311111","geometry":{"type":"Point","coordinates":[-0.4098445,51.6900177]},"properties":{"@type":"node","@id":8093311111,"@timestamp":1604830362},"coords":"51.6900177,-0.4098445","bedrooms":"2","price":"221000","area":"660"} , +{"type":"Feature","id":"n8093325818","geometry":{"type":"Point","coordinates":[-0.409188,51.6920842]},"properties":{"@type":"node","@id":8093325818,"@timestamp":1604830362},"coords":"51.6920842,-0.409188","bedrooms":"2","price":"231000","area":"512"} , +{"type":"Feature","id":"n8093335965","geometry":{"type":"Point","coordinates":[0.0612526,51.5115553]},"properties":{"@type":"node","@id":8093335965,"@timestamp":1604831696},"coords":"51.5115553,0.0612526","bedrooms":"4","price":"230000","area":"360"} , +{"type":"Feature","id":"n8093348926","geometry":{"type":"Point","coordinates":[0.0579093,51.5099327]},"properties":{"@type":"node","@id":8093348926,"@timestamp":1604831493},"coords":"51.5099327,0.0579093","bedrooms":"3","price":"245000","area":"603"} , +{"type":"Feature","id":"n8093348936","geometry":{"type":"Point","coordinates":[0.0591489,51.5097021]},"properties":{"@type":"node","@id":8093348936,"@timestamp":1604831493},"coords":"51.5097021,0.0591489","bedrooms":"4","price":"292000","area":"539"} , +{"type":"Feature","id":"n8093375601","geometry":{"type":"Point","coordinates":[-0.4058636,51.6965226]},"properties":{"@type":"node","@id":8093375601,"@timestamp":1604832589},"coords":"51.6965226,-0.4058636","bedrooms":"1","price":"244000","area":"580"} , +{"type":"Feature","id":"n8093396462","geometry":{"type":"Point","coordinates":[0.8778367,51.1175713]},"properties":{"@type":"node","@id":8093396462,"@timestamp":1604833341},"coords":"51.1175713,0.8778367","bedrooms":"0","price":"254000","area":"595"} , +{"type":"Feature","id":"n8093425907","geometry":{"type":"Point","coordinates":[-0.3476657,51.0628883]},"properties":{"@type":"node","@id":8093425907,"@timestamp":1634770067},"coords":"51.0628883,-0.3476657","bedrooms":"3","price":"244000","area":"613"} , +{"type":"Feature","id":"n8093425917","geometry":{"type":"Point","coordinates":[-0.3467225,51.0632043]},"properties":{"@type":"node","@id":8093425917,"@timestamp":1634770067},"coords":"51.0632043,-0.3467225","bedrooms":"1","price":"229000","area":"653"} , +{"type":"Feature","id":"n8093425927","geometry":{"type":"Point","coordinates":[-0.3467581,51.0623735]},"properties":{"@type":"node","@id":8093425927,"@timestamp":1604834422},"coords":"51.0623735,-0.3467581","bedrooms":"1","price":"297000","area":"434"} , +{"type":"Feature","id":"n8093425937","geometry":{"type":"Point","coordinates":[-0.3487292,51.0635362]},"properties":{"@type":"node","@id":8093425937,"@timestamp":1634770067},"coords":"51.0635362,-0.3487292","bedrooms":"1","price":"169000","area":"600"} , +{"type":"Feature","id":"n8093425947","geometry":{"type":"Point","coordinates":[-0.3482268,51.0640585]},"properties":{"@type":"node","@id":8093425947,"@timestamp":1634770067},"coords":"51.0640585,-0.3482268","bedrooms":"4","price":"284000","area":"537"} , +{"type":"Feature","id":"n8093425957","geometry":{"type":"Point","coordinates":[-0.347583,51.0643731]},"properties":{"@type":"node","@id":8093425957,"@timestamp":1604834422},"coords":"51.0643731,-0.347583","bedrooms":"4","price":"161000","area":"661"} , +{"type":"Feature","id":"n8093425967","geometry":{"type":"Point","coordinates":[-0.3472013,51.0644152]},"properties":{"@type":"node","@id":8093425967,"@timestamp":1634770067},"coords":"51.0644152,-0.3472013","bedrooms":"2","price":"158000","area":"643"} , +{"type":"Feature","id":"n8093425977","geometry":{"type":"Point","coordinates":[-0.3463392,51.0638485]},"properties":{"@type":"node","@id":8093425977,"@timestamp":1634770067},"coords":"51.0638485,-0.3463392","bedrooms":"1","price":"270000","area":"574"} , +{"type":"Feature","id":"n8093426023","geometry":{"type":"Point","coordinates":[-0.347832,51.0621127]},"properties":{"@type":"node","@id":8093426023,"@timestamp":1634770067},"coords":"51.0621127,-0.347832","bedrooms":"0","price":"170000","area":"500"} , +{"type":"Feature","id":"n8093426033","geometry":{"type":"Point","coordinates":[-0.3484348,51.0625024]},"properties":{"@type":"node","@id":8093426033,"@timestamp":1604834422},"coords":"51.0625024,-0.3484348","bedrooms":"3","price":"184000","area":"376"} , +{"type":"Feature","id":"n8093475481","geometry":{"type":"Point","coordinates":[-0.4034235,51.7001001]},"properties":{"@type":"node","@id":8093475481,"@timestamp":1604837002},"coords":"51.7001001,-0.4034235","bedrooms":"4","price":"204000","area":"398"} , +{"type":"Feature","id":"n8093475499","geometry":{"type":"Point","coordinates":[-0.3989437,51.7020805]},"properties":{"@type":"node","@id":8093475499,"@timestamp":1604837002},"coords":"51.7020805,-0.3989437","bedrooms":"3","price":"225000","area":"584"} , +{"type":"Feature","id":"n8093475509","geometry":{"type":"Point","coordinates":[-0.3986012,51.7028884]},"properties":{"@type":"node","@id":8093475509,"@timestamp":1604837002},"coords":"51.7028884,-0.3986012","bedrooms":"4","price":"230000","area":"438"} , +{"type":"Feature","id":"n8093516219","geometry":{"type":"Point","coordinates":[-0.399492,51.702957]},"properties":{"@type":"node","@id":8093516219,"@timestamp":1604837002},"coords":"51.702957,-0.399492","bedrooms":"4","price":"159000","area":"484"} , +{"type":"Feature","id":"n8093541361","geometry":{"type":"Point","coordinates":[-0.3532784,51.4046723]},"properties":{"@type":"node","@id":8093541361,"@timestamp":1604838012},"coords":"51.4046723,-0.3532784","bedrooms":"3","price":"184000","area":"443"} , +{"type":"Feature","id":"n8093574841","geometry":{"type":"Point","coordinates":[0.0940724,51.9370626]},"properties":{"@type":"node","@id":8093574841,"@timestamp":1604838825},"coords":"51.9370626,0.0940724","bedrooms":"4","price":"259000","area":"477"} , +{"type":"Feature","id":"n8093585100","geometry":{"type":"Point","coordinates":[-0.4273009,51.6953031]},"properties":{"@type":"node","@id":8093585100,"@timestamp":1604838607},"coords":"51.6953031,-0.4273009","bedrooms":"4","price":"223000","area":"653"} , +{"type":"Feature","id":"n8093600925","geometry":{"type":"Point","coordinates":[-0.4112379,51.7030681]},"properties":{"@type":"node","@id":8093600925,"@timestamp":1604838607},"coords":"51.7030681,-0.4112379","bedrooms":"2","price":"215000","area":"484"} , +{"type":"Feature","id":"n8093755099","geometry":{"type":"Point","coordinates":[-0.138062,51.544399]},"properties":{"@type":"node","@id":8093755099,"@timestamp":1627244556},"coords":"51.544399,-0.138062","bedrooms":"2","price":"161000","area":"616"} , +{"type":"Feature","id":"n8093832463","geometry":{"type":"Point","coordinates":[-0.3332122,51.3888202]},"properties":{"@type":"node","@id":8093832463,"@timestamp":1604846896},"coords":"51.3888202,-0.3332122","bedrooms":"1","price":"239000","area":"563"} , +{"type":"Feature","id":"n8093929338","geometry":{"type":"Point","coordinates":[-0.6462794,51.5220094]},"properties":{"@type":"node","@id":8093929338,"@timestamp":1604847126},"coords":"51.5220094,-0.6462794","bedrooms":"4","price":"227000","area":"496"} , +{"type":"Feature","id":"n8093944748","geometry":{"type":"Point","coordinates":[0.8741798,51.1028534]},"properties":{"@type":"node","@id":8093944748,"@timestamp":1604847218},"coords":"51.1028534,0.8741798","bedrooms":"2","price":"155000","area":"613"} , +{"type":"Feature","id":"n8093984001","geometry":{"type":"Point","coordinates":[-0.6589358,51.5280282]},"properties":{"@type":"node","@id":8093984001,"@timestamp":1604850191},"coords":"51.5280282,-0.6589358","bedrooms":"2","price":"227000","area":"623"} , +{"type":"Feature","id":"n8094033308","geometry":{"type":"Point","coordinates":[-0.1089864,51.4056847]},"properties":{"@type":"node","@id":8094033308,"@timestamp":1604851783},"coords":"51.4056847,-0.1089864","bedrooms":"0","price":"215000","area":"386"} , +{"type":"Feature","id":"n8094041727","geometry":{"type":"Point","coordinates":[-0.0987854,51.3947497]},"properties":{"@type":"node","@id":8094041727,"@timestamp":1604851948},"coords":"51.3947497,-0.0987854","bedrooms":"4","price":"269000","area":"554"} , +{"type":"Feature","id":"n8094050364","geometry":{"type":"Point","coordinates":[-0.1283768,51.413985]},"properties":{"@type":"node","@id":8094050364,"@timestamp":1622150871},"coords":"51.413985,-0.1283768","bedrooms":"2","price":"278000","area":"620"} , +{"type":"Feature","id":"n8094062330","geometry":{"type":"Point","coordinates":[-0.1375401,51.4274362]},"properties":{"@type":"node","@id":8094062330,"@timestamp":1613662015},"coords":"51.4274362,-0.1375401","bedrooms":"2","price":"204000","area":"424"} , +{"type":"Feature","id":"n8094062347","geometry":{"type":"Point","coordinates":[-0.1360885,51.4221865]},"properties":{"@type":"node","@id":8094062347,"@timestamp":1604850954},"coords":"51.4221865,-0.1360885","bedrooms":"1","price":"230000","area":"362"} , +{"type":"Feature","id":"n8094094071","geometry":{"type":"Point","coordinates":[0.1514456,51.8724107]},"properties":{"@type":"node","@id":8094094071,"@timestamp":1635924298},"coords":"51.8724107,0.1514456","bedrooms":"1","price":"183000","area":"578"} , +{"type":"Feature","id":"n8094129185","geometry":{"type":"Point","coordinates":[-0.0937663,51.3940194]},"properties":{"@type":"node","@id":8094129185,"@timestamp":1604853164},"coords":"51.3940194,-0.0937663","bedrooms":"1","price":"246000","area":"680"} , +{"type":"Feature","id":"n8094129203","geometry":{"type":"Point","coordinates":[-0.0868563,51.3991036]},"properties":{"@type":"node","@id":8094129203,"@timestamp":1604853164},"coords":"51.3991036,-0.0868563","bedrooms":"0","price":"167000","area":"520"} , +{"type":"Feature","id":"n8094132563","geometry":{"type":"Point","coordinates":[-0.0975329,51.3924329]},"properties":{"@type":"node","@id":8094132563,"@timestamp":1605845859},"coords":"51.3924329,-0.0975329","bedrooms":"1","price":"252000","area":"391"} , +{"type":"Feature","id":"n8094183582","geometry":{"type":"Point","coordinates":[-0.0831471,51.4025069]},"properties":{"@type":"node","@id":8094183582,"@timestamp":1604853846},"coords":"51.4025069,-0.0831471","bedrooms":"2","price":"230000","area":"696"} , +{"type":"Feature","id":"n8094183604","geometry":{"type":"Point","coordinates":[-0.0845346,51.4063469]},"properties":{"@type":"node","@id":8094183604,"@timestamp":1604853846},"coords":"51.4063469,-0.0845346","bedrooms":"1","price":"230000","area":"660"} , +{"type":"Feature","id":"n8094247945","geometry":{"type":"Point","coordinates":[-0.0869364,51.4101483]},"properties":{"@type":"node","@id":8094247945,"@timestamp":1604854533},"coords":"51.4101483,-0.0869364","bedrooms":"3","price":"264000","area":"391"} , +{"type":"Feature","id":"n8094247965","geometry":{"type":"Point","coordinates":[-0.0831232,51.4148658]},"properties":{"@type":"node","@id":8094247965,"@timestamp":1604854533},"coords":"51.4148658,-0.0831232","bedrooms":"1","price":"216000","area":"430"} , +{"type":"Feature","id":"n8094249759","geometry":{"type":"Point","coordinates":[0.0291837,51.9077363]},"properties":{"@type":"node","@id":8094249759,"@timestamp":1604854538},"coords":"51.9077363,0.0291837","bedrooms":"0","price":"282000","area":"496"} , +{"type":"Feature","id":"n8094291860","geometry":{"type":"Point","coordinates":[-0.2565734,51.777773]},"properties":{"@type":"node","@id":8094291860,"@timestamp":1626648953},"coords":"51.777773,-0.2565734","bedrooms":"1","price":"173000","area":"486"} , +{"type":"Feature","id":"n8094346096","geometry":{"type":"Point","coordinates":[0.1055,51.2474361]},"properties":{"@type":"node","@id":8094346096,"@timestamp":1604857447},"coords":"51.2474361,0.1055","bedrooms":"0","price":"244000","area":"368"} , +{"type":"Feature","id":"n8094368072","geometry":{"type":"Point","coordinates":[0.2878545,51.8676218]},"properties":{"@type":"node","@id":8094368072,"@timestamp":1632954241},"coords":"51.8676218,0.2878545","bedrooms":"0","price":"208000","area":"411"} , +{"type":"Feature","id":"n8094420946","geometry":{"type":"Point","coordinates":[-0.0308178,50.9571489]},"properties":{"@type":"node","@id":8094420946,"@timestamp":1604858238},"coords":"50.9571489,-0.0308178","bedrooms":"1","price":"237000","area":"364"} , +{"type":"Feature","id":"n8094430131","geometry":{"type":"Point","coordinates":[-0.133114,51.522449]},"properties":{"@type":"node","@id":8094430131,"@timestamp":1604858707},"coords":"51.522449,-0.133114","bedrooms":"4","price":"155000","area":"514"} , +{"type":"Feature","id":"n8094433367","geometry":{"type":"Point","coordinates":[-0.3301477,51.3769381]},"properties":{"@type":"node","@id":8094433367,"@timestamp":1604858828},"coords":"51.3769381,-0.3301477","bedrooms":"4","price":"151000","area":"529"} , +{"type":"Feature","id":"n8094435231","geometry":{"type":"Point","coordinates":[-0.1302609,51.5067985]},"properties":{"@type":"node","@id":8094435231,"@timestamp":1604858889},"coords":"51.5067985,-0.1302609","bedrooms":"3","price":"236000","area":"509"} , +{"type":"Feature","id":"n8094450181","geometry":{"type":"Point","coordinates":[-0.0784276,51.4199885]},"properties":{"@type":"node","@id":8094450181,"@timestamp":1611787702},"coords":"51.4199885,-0.0784276","bedrooms":"2","price":"221000","area":"537"} , +{"type":"Feature","id":"n8094452941","geometry":{"type":"Point","coordinates":[0.0238876,51.5486083]},"properties":{"@type":"node","@id":8094452941,"@timestamp":1616784152},"coords":"51.5486083,0.0238876","bedrooms":"1","price":"180000","area":"631"} , +{"type":"Feature","id":"n8094452951","geometry":{"type":"Point","coordinates":[0.0212379,51.5481726]},"properties":{"@type":"node","@id":8094452951,"@timestamp":1616784152},"coords":"51.5481726,0.0212379","bedrooms":"3","price":"180000","area":"572"} , +{"type":"Feature","id":"n8094461585","geometry":{"type":"Point","coordinates":[-0.0737483,51.4176552]},"properties":{"@type":"node","@id":8094461585,"@timestamp":1609273704},"coords":"51.4176552,-0.0737483","bedrooms":"3","price":"255000","area":"678"} , +{"type":"Feature","id":"n8094461705","geometry":{"type":"Point","coordinates":[-0.0833133,51.4225163]},"properties":{"@type":"node","@id":8094461705,"@timestamp":1604859772},"coords":"51.4225163,-0.0833133","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n8094461777","geometry":{"type":"Point","coordinates":[-0.0919586,51.4218661]},"properties":{"@type":"node","@id":8094461777,"@timestamp":1604859772},"coords":"51.4218661,-0.0919586","bedrooms":"3","price":"159000","area":"379"} , +{"type":"Feature","id":"n8094461873","geometry":{"type":"Point","coordinates":[-0.1060743,51.4225864]},"properties":{"@type":"node","@id":8094461873,"@timestamp":1628784272},"coords":"51.4225864,-0.1060743","bedrooms":"0","price":"215000","area":"570"} , +{"type":"Feature","id":"n8094534439","geometry":{"type":"Point","coordinates":[-0.0199484,50.9422365]},"properties":{"@type":"node","@id":8094534439,"@timestamp":1604861348},"coords":"50.9422365,-0.0199484","bedrooms":"2","price":"282000","area":"665"} , +{"type":"Feature","id":"n8094709419","geometry":{"type":"Point","coordinates":[-0.1342553,51.6667613]},"properties":{"@type":"node","@id":8094709419,"@timestamp":1614873209},"coords":"51.6667613,-0.1342553","bedrooms":"1","price":"277000","area":"574"} , +{"type":"Feature","id":"n8094806130","geometry":{"type":"Point","coordinates":[-0.2951091,51.3930627]},"properties":{"@type":"node","@id":8094806130,"@timestamp":1604869110},"coords":"51.3930627,-0.2951091","bedrooms":"1","price":"248000","area":"506"} , +{"type":"Feature","id":"n8094874664","geometry":{"type":"Point","coordinates":[0.1753945,51.5247962]},"properties":{"@type":"node","@id":8094874664,"@timestamp":1604869655},"coords":"51.5247962,0.1753945","bedrooms":"4","price":"227000","area":"436"} , +{"type":"Feature","id":"n8095077373","geometry":{"type":"Point","coordinates":[-0.3411637,51.0620774]},"properties":{"@type":"node","@id":8095077373,"@timestamp":1604875148},"coords":"51.0620774,-0.3411637","bedrooms":"0","price":"241000","area":"440"} , +{"type":"Feature","id":"n8095077383","geometry":{"type":"Point","coordinates":[-0.3426109,51.0621028]},"properties":{"@type":"node","@id":8095077383,"@timestamp":1604875148},"coords":"51.0621028,-0.3426109","bedrooms":"1","price":"240000","area":"661"} , +{"type":"Feature","id":"n8095077397","geometry":{"type":"Point","coordinates":[-0.3438423,51.0616521]},"properties":{"@type":"node","@id":8095077397,"@timestamp":1604875148},"coords":"51.0616521,-0.3438423","bedrooms":"1","price":"243000","area":"460"} , +{"type":"Feature","id":"n8095077407","geometry":{"type":"Point","coordinates":[-0.3405951,51.0588275]},"properties":{"@type":"node","@id":8095077407,"@timestamp":1604875148},"coords":"51.0588275,-0.3405951","bedrooms":"0","price":"177000","area":"661"} , +{"type":"Feature","id":"n8095127773","geometry":{"type":"Point","coordinates":[-0.8769062,51.1905362]},"properties":{"@type":"node","@id":8095127773,"@timestamp":1604878626},"coords":"51.1905362,-0.8769062","bedrooms":"1","price":"166000","area":"418"} , +{"type":"Feature","id":"n8095272717","geometry":{"type":"Point","coordinates":[0.2849122,51.8967083]},"properties":{"@type":"node","@id":8095272717,"@timestamp":1604884974},"coords":"51.8967083,0.2849122","bedrooms":"4","price":"168000","area":"475"} , +{"type":"Feature","id":"n8095272748","geometry":{"type":"Point","coordinates":[0.3303041,51.8699788]},"properties":{"@type":"node","@id":8095272748,"@timestamp":1604884974},"coords":"51.8699788,0.3303041","bedrooms":"4","price":"281000","area":"513"} , +{"type":"Feature","id":"n8095416155","geometry":{"type":"Point","coordinates":[-0.1314971,51.5459719]},"properties":{"@type":"node","@id":8095416155,"@timestamp":1604892455},"coords":"51.5459719,-0.1314971","bedrooms":"3","price":"286000","area":"532"} , +{"type":"Feature","id":"n8095428838","geometry":{"type":"Point","coordinates":[0.1711879,51.5259289]},"properties":{"@type":"node","@id":8095428838,"@timestamp":1605363150},"coords":"51.5259289,0.1711879","bedrooms":"4","price":"291000","area":"468"} , +{"type":"Feature","id":"n8095751113","geometry":{"type":"Point","coordinates":[0.1177664,51.5452173]},"properties":{"@type":"node","@id":8095751113,"@timestamp":1604901831},"coords":"51.5452173,0.1177664","bedrooms":"1","price":"234000","area":"436"} , +{"type":"Feature","id":"n8096215911","geometry":{"type":"Point","coordinates":[0.3555025,51.4695283]},"properties":{"@type":"node","@id":8096215911,"@timestamp":1636411416},"coords":"51.4695283,0.3555025","bedrooms":"4","price":"190000","area":"585"} , +{"type":"Feature","id":"n8096487949","geometry":{"type":"Point","coordinates":[-0.8298582,51.814198]},"properties":{"@type":"node","@id":8096487949,"@timestamp":1604917264},"coords":"51.814198,-0.8298582","bedrooms":"1","price":"183000","area":"608"} , +{"type":"Feature","id":"n8096487959","geometry":{"type":"Point","coordinates":[-0.8289775,51.8141265]},"properties":{"@type":"node","@id":8096487959,"@timestamp":1604917264},"coords":"51.8141265,-0.8289775","bedrooms":"4","price":"208000","area":"477"} , +{"type":"Feature","id":"n8096487969","geometry":{"type":"Point","coordinates":[-0.8259774,51.8057359]},"properties":{"@type":"node","@id":8096487969,"@timestamp":1604917264},"coords":"51.8057359,-0.8259774","bedrooms":"1","price":"173000","area":"619"} , +{"type":"Feature","id":"n8096487979","geometry":{"type":"Point","coordinates":[-0.8291333,51.8138687]},"properties":{"@type":"node","@id":8096487979,"@timestamp":1604917264},"coords":"51.8138687,-0.8291333","bedrooms":"1","price":"180000","area":"462"} , +{"type":"Feature","id":"n8096487989","geometry":{"type":"Point","coordinates":[-0.8271565,51.8156226]},"properties":{"@type":"node","@id":8096487989,"@timestamp":1604917264},"coords":"51.8156226,-0.8271565","bedrooms":"3","price":"256000","area":"658"} , +{"type":"Feature","id":"n8096487999","geometry":{"type":"Point","coordinates":[-0.8325261,51.8127571]},"properties":{"@type":"node","@id":8096487999,"@timestamp":1604917264},"coords":"51.8127571,-0.8325261","bedrooms":"4","price":"258000","area":"619"} , +{"type":"Feature","id":"n8096501477","geometry":{"type":"Point","coordinates":[-0.1894365,51.5314818]},"properties":{"@type":"node","@id":8096501477,"@timestamp":1604917323},"coords":"51.5314818,-0.1894365","bedrooms":"3","price":"217000","area":"654"} , +{"type":"Feature","id":"n8096501487","geometry":{"type":"Point","coordinates":[-0.1886352,51.5309172]},"properties":{"@type":"node","@id":8096501487,"@timestamp":1604917323},"coords":"51.5309172,-0.1886352","bedrooms":"4","price":"163000","area":"612"} , +{"type":"Feature","id":"n8096501497","geometry":{"type":"Point","coordinates":[-0.1879918,51.5302106]},"properties":{"@type":"node","@id":8096501497,"@timestamp":1604917323},"coords":"51.5302106,-0.1879918","bedrooms":"1","price":"170000","area":"403"} , +{"type":"Feature","id":"n8096501513","geometry":{"type":"Point","coordinates":[-0.1924761,51.5301959]},"properties":{"@type":"node","@id":8096501513,"@timestamp":1604917323},"coords":"51.5301959,-0.1924761","bedrooms":"4","price":"246000","area":"451"} , +{"type":"Feature","id":"n8096615855","geometry":{"type":"Point","coordinates":[0.0231421,51.5479463]},"properties":{"@type":"node","@id":8096615855,"@timestamp":1604920392},"coords":"51.5479463,0.0231421","bedrooms":"1","price":"273000","area":"447"} , +{"type":"Feature","id":"n8096615882","geometry":{"type":"Point","coordinates":[0.0224742,51.5482616]},"properties":{"@type":"node","@id":8096615882,"@timestamp":1604920392},"coords":"51.5482616,0.0224742","bedrooms":"4","price":"217000","area":"410"} , +{"type":"Feature","id":"n8096671446","geometry":{"type":"Point","coordinates":[0.020075,51.5478717]},"properties":{"@type":"node","@id":8096671446,"@timestamp":1604920392},"coords":"51.5478717,0.020075","bedrooms":"2","price":"192000","area":"369"} , +{"type":"Feature","id":"n8096711804","geometry":{"type":"Point","coordinates":[-0.3744253,51.4231133]},"properties":{"@type":"node","@id":8096711804,"@timestamp":1604921391},"coords":"51.4231133,-0.3744253","bedrooms":"2","price":"175000","area":"413"} , +{"type":"Feature","id":"n8096804411","geometry":{"type":"Point","coordinates":[0.0190497,51.5476677]},"properties":{"@type":"node","@id":8096804411,"@timestamp":1616784152},"coords":"51.5476677,0.0190497","bedrooms":"2","price":"214000","area":"692"} , +{"type":"Feature","id":"n8096842131","geometry":{"type":"Point","coordinates":[0.0195023,51.546742]},"properties":{"@type":"node","@id":8096842131,"@timestamp":1604923913},"coords":"51.546742,0.0195023","bedrooms":"2","price":"240000","area":"482"} , +{"type":"Feature","id":"n8097066561","geometry":{"type":"Point","coordinates":[0.2685265,51.8663217]},"properties":{"@type":"node","@id":8097066561,"@timestamp":1604928215},"coords":"51.8663217,0.2685265","bedrooms":"2","price":"250000","area":"573"} , +{"type":"Feature","id":"n8097134887","geometry":{"type":"Point","coordinates":[-0.1833943,51.5178834]},"properties":{"@type":"node","@id":8097134887,"@timestamp":1604930451},"coords":"51.5178834,-0.1833943","bedrooms":"2","price":"240000","area":"576"} , +{"type":"Feature","id":"n8097207502","geometry":{"type":"Point","coordinates":[-0.3186503,51.4910565]},"properties":{"@type":"node","@id":8097207502,"@timestamp":1604930518},"coords":"51.4910565,-0.3186503","bedrooms":"1","price":"151000","area":"659"} , +{"type":"Feature","id":"n8097207922","geometry":{"type":"Point","coordinates":[-0.1340512,51.5111797]},"properties":{"@type":"node","@id":8097207922,"@timestamp":1604930451},"coords":"51.5111797,-0.1340512","bedrooms":"1","price":"270000","area":"434"} , +{"type":"Feature","id":"n8097299105","geometry":{"type":"Point","coordinates":[-0.0468289,51.4675519]},"properties":{"@type":"node","@id":8097299105,"@timestamp":1604933453},"coords":"51.4675519,-0.0468289","bedrooms":"3","price":"150000","area":"650"} , +{"type":"Feature","id":"n8097326805","geometry":{"type":"Point","coordinates":[-0.0457284,51.4676896]},"properties":{"@type":"node","@id":8097326805,"@timestamp":1606548778},"coords":"51.4676896,-0.0457284","bedrooms":"3","price":"156000","area":"564"} , +{"type":"Feature","id":"n8097351746","geometry":{"type":"Point","coordinates":[-0.0369105,51.4767749]},"properties":{"@type":"node","@id":8097351746,"@timestamp":1612862354},"coords":"51.4767749,-0.0369105","bedrooms":"2","price":"298000","area":"554"} , +{"type":"Feature","id":"n8097421789","geometry":{"type":"Point","coordinates":[0.3162863,51.868398]},"properties":{"@type":"node","@id":8097421789,"@timestamp":1617366785},"coords":"51.868398,0.3162863","bedrooms":"2","price":"166000","area":"613"} , +{"type":"Feature","id":"n8097533193","geometry":{"type":"Point","coordinates":[0.4031333,51.4046343]},"properties":{"@type":"node","@id":8097533193,"@timestamp":1604938119},"coords":"51.4046343,0.4031333","bedrooms":"1","price":"208000","area":"564"} , +{"type":"Feature","id":"n8097632557","geometry":{"type":"Point","coordinates":[0.0219973,51.5472276]},"properties":{"@type":"node","@id":8097632557,"@timestamp":1604939238},"coords":"51.5472276,0.0219973","bedrooms":"0","price":"247000","area":"652"} , +{"type":"Feature","id":"n8097776218","geometry":{"type":"Point","coordinates":[-0.4162175,51.6846702]},"properties":{"@type":"node","@id":8097776218,"@timestamp":1604942231},"coords":"51.6846702,-0.4162175","bedrooms":"3","price":"238000","area":"590"} , +{"type":"Feature","id":"n8097776265","geometry":{"type":"Point","coordinates":[-0.4102353,51.6835417]},"properties":{"@type":"node","@id":8097776265,"@timestamp":1604942231},"coords":"51.6835417,-0.4102353","bedrooms":"3","price":"179000","area":"582"} , +{"type":"Feature","id":"n8097776275","geometry":{"type":"Point","coordinates":[-0.4101721,51.68296]},"properties":{"@type":"node","@id":8097776275,"@timestamp":1604942231},"coords":"51.68296,-0.4101721","bedrooms":"1","price":"221000","area":"350"} , +{"type":"Feature","id":"n8097776287","geometry":{"type":"Point","coordinates":[-0.4098926,51.6830713]},"properties":{"@type":"node","@id":8097776287,"@timestamp":1604942231},"coords":"51.6830713,-0.4098926","bedrooms":"3","price":"185000","area":"385"} , +{"type":"Feature","id":"n8097776334","geometry":{"type":"Point","coordinates":[-0.4093448,51.6824009]},"properties":{"@type":"node","@id":8097776334,"@timestamp":1604942231},"coords":"51.6824009,-0.4093448","bedrooms":"3","price":"273000","area":"592"} , +{"type":"Feature","id":"n8097790948","geometry":{"type":"Point","coordinates":[-0.1533024,51.52214]},"properties":{"@type":"node","@id":8097790948,"@timestamp":1604942715},"coords":"51.52214,-0.1533024","bedrooms":"2","price":"297000","area":"608"} , +{"type":"Feature","id":"n8097858656","geometry":{"type":"Point","coordinates":[-0.413391,51.6864417]},"properties":{"@type":"node","@id":8097858656,"@timestamp":1604945407},"coords":"51.6864417,-0.413391","bedrooms":"1","price":"194000","area":"408"} , +{"type":"Feature","id":"n8097858691","geometry":{"type":"Point","coordinates":[-0.4073711,51.690768]},"properties":{"@type":"node","@id":8097858691,"@timestamp":1604945407},"coords":"51.690768,-0.4073711","bedrooms":"3","price":"210000","area":"596"} , +{"type":"Feature","id":"n8098044772","geometry":{"type":"Point","coordinates":[0.1702062,51.5293318]},"properties":{"@type":"node","@id":8098044772,"@timestamp":1604947137},"coords":"51.5293318,0.1702062","bedrooms":"0","price":"219000","area":"622"} , +{"type":"Feature","id":"n8098301339","geometry":{"type":"Point","coordinates":[-0.1214231,51.4128865]},"properties":{"@type":"node","@id":8098301339,"@timestamp":1604952378},"coords":"51.4128865,-0.1214231","bedrooms":"3","price":"296000","area":"563"} , +{"type":"Feature","id":"n8098301349","geometry":{"type":"Point","coordinates":[-0.1220413,51.4128217]},"properties":{"@type":"node","@id":8098301349,"@timestamp":1604952378},"coords":"51.4128217,-0.1220413","bedrooms":"3","price":"206000","area":"380"} , +{"type":"Feature","id":"n8098301359","geometry":{"type":"Point","coordinates":[-0.1190442,51.4130265]},"properties":{"@type":"node","@id":8098301359,"@timestamp":1604952378},"coords":"51.4130265,-0.1190442","bedrooms":"4","price":"277000","area":"455"} , +{"type":"Feature","id":"n8098301369","geometry":{"type":"Point","coordinates":[-0.1172377,51.412888]},"properties":{"@type":"node","@id":8098301369,"@timestamp":1604952378},"coords":"51.412888,-0.1172377","bedrooms":"0","price":"151000","area":"366"} , +{"type":"Feature","id":"n8098421413","geometry":{"type":"Point","coordinates":[0.2017866,51.895089]},"properties":{"@type":"node","@id":8098421413,"@timestamp":1616854669},"coords":"51.895089,0.2017866","bedrooms":"0","price":"218000","area":"403"} , +{"type":"Feature","id":"n8098421937","geometry":{"type":"Point","coordinates":[0.201486,51.8954388]},"properties":{"@type":"node","@id":8098421937,"@timestamp":1604955657},"coords":"51.8954388,0.201486","bedrooms":"3","price":"235000","area":"679"} , +{"type":"Feature","id":"n8098474679","geometry":{"type":"Point","coordinates":[-0.3840572,51.6412022]},"properties":{"@type":"node","@id":8098474679,"@timestamp":1604957232},"coords":"51.6412022,-0.3840572","bedrooms":"0","price":"264000","area":"553"} , +{"type":"Feature","id":"n8098474697","geometry":{"type":"Point","coordinates":[-0.3790134,51.6442133]},"properties":{"@type":"node","@id":8098474697,"@timestamp":1604957232},"coords":"51.6442133,-0.3790134","bedrooms":"0","price":"174000","area":"538"} , +{"type":"Feature","id":"n8098475521","geometry":{"type":"Point","coordinates":[-0.3823986,51.640967]},"properties":{"@type":"node","@id":8098475521,"@timestamp":1604957232},"coords":"51.640967,-0.3823986","bedrooms":"3","price":"264000","area":"464"} , +{"type":"Feature","id":"n8098693944","geometry":{"type":"Point","coordinates":[0.5040185,51.7534952]},"properties":{"@type":"node","@id":8098693944,"@timestamp":1604962296},"coords":"51.7534952,0.5040185","bedrooms":"2","price":"196000","area":"420"} , +{"type":"Feature","id":"n8098784580","geometry":{"type":"Point","coordinates":[-0.1278649,51.52309]},"properties":{"@type":"node","@id":8098784580,"@timestamp":1604965094},"coords":"51.52309,-0.1278649","bedrooms":"0","price":"293000","area":"643"} , +{"type":"Feature","id":"n8098784593","geometry":{"type":"Point","coordinates":[-0.1277711,51.5230936]},"properties":{"@type":"node","@id":8098784593,"@timestamp":1604965094},"coords":"51.5230936,-0.1277711","bedrooms":"3","price":"275000","area":"649"} , +{"type":"Feature","id":"n8099266664","geometry":{"type":"Point","coordinates":[0.0186332,51.4866656]},"properties":{"@type":"node","@id":8099266664,"@timestamp":1635306527},"coords":"51.4866656,0.0186332","bedrooms":"0","price":"237000","area":"545"} , +{"type":"Feature","id":"n8099394494","geometry":{"type":"Point","coordinates":[-0.175015,51.4931969]},"properties":{"@type":"node","@id":8099394494,"@timestamp":1604985121},"coords":"51.4931969,-0.175015","bedrooms":"0","price":"252000","area":"517"} , +{"type":"Feature","id":"n8099506240","geometry":{"type":"Point","coordinates":[0.1810186,51.5231456]},"properties":{"@type":"node","@id":8099506240,"@timestamp":1604986889},"coords":"51.5231456,0.1810186","bedrooms":"4","price":"204000","area":"578"} , +{"type":"Feature","id":"n8099585933","geometry":{"type":"Point","coordinates":[0.1797842,51.5234114]},"properties":{"@type":"node","@id":8099585933,"@timestamp":1604988969},"coords":"51.5234114,0.1797842","bedrooms":"1","price":"241000","area":"673"} , +{"type":"Feature","id":"n8099760659","geometry":{"type":"Point","coordinates":[0.6896101,51.0268373]},"properties":{"@type":"node","@id":8099760659,"@timestamp":1604992074},"coords":"51.0268373,0.6896101","bedrooms":"4","price":"289000","area":"487"} , +{"type":"Feature","id":"n8099917542","geometry":{"type":"Point","coordinates":[-0.1732576,51.4910993]},"properties":{"@type":"node","@id":8099917542,"@timestamp":1604994779},"coords":"51.4910993,-0.1732576","bedrooms":"0","price":"210000","area":"671"} , +{"type":"Feature","id":"n8100046995","geometry":{"type":"Point","coordinates":[0.1803629,51.5237335]},"properties":{"@type":"node","@id":8100046995,"@timestamp":1604997325},"coords":"51.5237335,0.1803629","bedrooms":"3","price":"291000","area":"468"} , +{"type":"Feature","id":"n8100406402","geometry":{"type":"Point","coordinates":[0.8800184,51.1369771]},"properties":{"@type":"node","@id":8100406402,"@timestamp":1605003323},"coords":"51.1369771,0.8800184","bedrooms":"0","price":"290000","area":"460"} , +{"type":"Feature","id":"n8100410579","geometry":{"type":"Point","coordinates":[-0.8232732,51.8221653]},"properties":{"@type":"node","@id":8100410579,"@timestamp":1605003627},"coords":"51.8221653,-0.8232732","bedrooms":"4","price":"175000","area":"640"} , +{"type":"Feature","id":"n8100410589","geometry":{"type":"Point","coordinates":[-0.8467484,51.827479]},"properties":{"@type":"node","@id":8100410589,"@timestamp":1605003627},"coords":"51.827479,-0.8467484","bedrooms":"0","price":"297000","area":"404"} , +{"type":"Feature","id":"n8100410599","geometry":{"type":"Point","coordinates":[-0.8458492,51.8275732]},"properties":{"@type":"node","@id":8100410599,"@timestamp":1605003627},"coords":"51.8275732,-0.8458492","bedrooms":"0","price":"262000","area":"377"} , +{"type":"Feature","id":"n8100527103","geometry":{"type":"Point","coordinates":[-0.2036876,51.4951802]},"properties":{"@type":"node","@id":8100527103,"@timestamp":1615504514},"coords":"51.4951802,-0.2036876","bedrooms":"4","price":"277000","area":"540"} , +{"type":"Feature","id":"n8100548847","geometry":{"type":"Point","coordinates":[0.020919,51.5468415]},"properties":{"@type":"node","@id":8100548847,"@timestamp":1605005993},"coords":"51.5468415,0.020919","bedrooms":"1","price":"183000","area":"411"} , +{"type":"Feature","id":"n8100548873","geometry":{"type":"Point","coordinates":[0.0216956,51.5469546]},"properties":{"@type":"node","@id":8100548873,"@timestamp":1605005993},"coords":"51.5469546,0.0216956","bedrooms":"3","price":"236000","area":"479"} , +{"type":"Feature","id":"n8100548906","geometry":{"type":"Point","coordinates":[0.0197439,51.5465441]},"properties":{"@type":"node","@id":8100548906,"@timestamp":1605005993},"coords":"51.5465441,0.0197439","bedrooms":"0","price":"151000","area":"651"} , +{"type":"Feature","id":"n8100553227","geometry":{"type":"Point","coordinates":[0.0197598,51.5462733]},"properties":{"@type":"node","@id":8100553227,"@timestamp":1605005993},"coords":"51.5462733,0.0197598","bedrooms":"1","price":"272000","area":"430"} , +{"type":"Feature","id":"n8100709907","geometry":{"type":"Point","coordinates":[-0.0326731,51.6844082]},"properties":{"@type":"node","@id":8100709907,"@timestamp":1605009207},"coords":"51.6844082,-0.0326731","bedrooms":"0","price":"198000","area":"467"} , +{"type":"Feature","id":"n8100715086","geometry":{"type":"Point","coordinates":[-0.7769646,51.9346269]},"properties":{"@type":"node","@id":8100715086,"@timestamp":1605009569},"coords":"51.9346269,-0.7769646","bedrooms":"3","price":"282000","area":"668"} , +{"type":"Feature","id":"n8100793479","geometry":{"type":"Point","coordinates":[-0.0328668,51.6836762]},"properties":{"@type":"node","@id":8100793479,"@timestamp":1605010887},"coords":"51.6836762,-0.0328668","bedrooms":"0","price":"209000","area":"381"} , +{"type":"Feature","id":"n8100817034","geometry":{"type":"Point","coordinates":[0.5605307,51.5153001]},"properties":{"@type":"node","@id":8100817034,"@timestamp":1605011451},"coords":"51.5153001,0.5605307","bedrooms":"2","price":"298000","area":"461"} , +{"type":"Feature","id":"n8100834682","geometry":{"type":"Point","coordinates":[-0.363697,51.4228595]},"properties":{"@type":"node","@id":8100834682,"@timestamp":1605011703},"coords":"51.4228595,-0.363697","bedrooms":"2","price":"207000","area":"571"} , +{"type":"Feature","id":"n8100834716","geometry":{"type":"Point","coordinates":[-0.366042,51.427521]},"properties":{"@type":"node","@id":8100834716,"@timestamp":1605011703},"coords":"51.427521,-0.366042","bedrooms":"1","price":"179000","area":"658"} , +{"type":"Feature","id":"n8100834726","geometry":{"type":"Point","coordinates":[-0.3653728,51.4269039]},"properties":{"@type":"node","@id":8100834726,"@timestamp":1605011703},"coords":"51.4269039,-0.3653728","bedrooms":"2","price":"218000","area":"481"} , +{"type":"Feature","id":"n8100834810","geometry":{"type":"Point","coordinates":[-0.3611279,51.4247245]},"properties":{"@type":"node","@id":8100834810,"@timestamp":1605011703},"coords":"51.4247245,-0.3611279","bedrooms":"4","price":"215000","area":"412"} , +{"type":"Feature","id":"n8100856946","geometry":{"type":"Point","coordinates":[-0.0350149,51.6767351]},"properties":{"@type":"node","@id":8100856946,"@timestamp":1605012250},"coords":"51.6767351,-0.0350149","bedrooms":"0","price":"184000","area":"490"} , +{"type":"Feature","id":"n8100931147","geometry":{"type":"Point","coordinates":[0.0203008,51.5458337]},"properties":{"@type":"node","@id":8100931147,"@timestamp":1605013905},"coords":"51.5458337,0.0203008","bedrooms":"2","price":"233000","area":"361"} , +{"type":"Feature","id":"n8100931191","geometry":{"type":"Point","coordinates":[0.0215784,51.5458997]},"properties":{"@type":"node","@id":8100931191,"@timestamp":1605013905},"coords":"51.5458997,0.0215784","bedrooms":"4","price":"297000","area":"584"} , +{"type":"Feature","id":"n8101042383","geometry":{"type":"Point","coordinates":[-0.414347,51.7030182]},"properties":{"@type":"node","@id":8101042383,"@timestamp":1605017056},"coords":"51.7030182,-0.414347","bedrooms":"2","price":"272000","area":"362"} , +{"type":"Feature","id":"n8101042395","geometry":{"type":"Point","coordinates":[-0.413566,51.7065724]},"properties":{"@type":"node","@id":8101042395,"@timestamp":1605017056},"coords":"51.7065724,-0.413566","bedrooms":"4","price":"292000","area":"485"} , +{"type":"Feature","id":"n8102288991","geometry":{"type":"Point","coordinates":[-0.1726103,51.4914599]},"properties":{"@type":"node","@id":8102288991,"@timestamp":1605022310},"coords":"51.4914599,-0.1726103","bedrooms":"2","price":"183000","area":"472"} , +{"type":"Feature","id":"n8102380513","geometry":{"type":"Point","coordinates":[0.0146636,51.5263024]},"properties":{"@type":"node","@id":8102380513,"@timestamp":1608897828},"coords":"51.5263024,0.0146636","bedrooms":"2","price":"182000","area":"536"} , +{"type":"Feature","id":"n8103865477","geometry":{"type":"Point","coordinates":[-0.3943041,51.6997493]},"properties":{"@type":"node","@id":8103865477,"@timestamp":1605025446},"coords":"51.6997493,-0.3943041","bedrooms":"3","price":"280000","area":"591"} , +{"type":"Feature","id":"n8103865499","geometry":{"type":"Point","coordinates":[-0.3763726,51.7025935]},"properties":{"@type":"node","@id":8103865499,"@timestamp":1605025446},"coords":"51.7025935,-0.3763726","bedrooms":"1","price":"158000","area":"362"} , +{"type":"Feature","id":"n8103889825","geometry":{"type":"Point","coordinates":[-0.3755163,51.7029912]},"properties":{"@type":"node","@id":8103889825,"@timestamp":1605025446},"coords":"51.7029912,-0.3755163","bedrooms":"2","price":"210000","area":"376"} , +{"type":"Feature","id":"n8103889835","geometry":{"type":"Point","coordinates":[-0.3754145,51.7027222]},"properties":{"@type":"node","@id":8103889835,"@timestamp":1605025446},"coords":"51.7027222,-0.3754145","bedrooms":"1","price":"251000","area":"567"} , +{"type":"Feature","id":"n8103889845","geometry":{"type":"Point","coordinates":[-0.3737769,51.7031038]},"properties":{"@type":"node","@id":8103889845,"@timestamp":1605025446},"coords":"51.7031038,-0.3737769","bedrooms":"1","price":"236000","area":"356"} , +{"type":"Feature","id":"n8103889862","geometry":{"type":"Point","coordinates":[-0.3744112,51.7032348]},"properties":{"@type":"node","@id":8103889862,"@timestamp":1605025446},"coords":"51.7032348,-0.3744112","bedrooms":"4","price":"221000","area":"534"} , +{"type":"Feature","id":"n8103889876","geometry":{"type":"Point","coordinates":[-0.3717123,51.7025941]},"properties":{"@type":"node","@id":8103889876,"@timestamp":1605025446},"coords":"51.7025941,-0.3717123","bedrooms":"1","price":"207000","area":"466"} , +{"type":"Feature","id":"n8103942108","geometry":{"type":"Point","coordinates":[-0.0331351,51.6845468]},"properties":{"@type":"node","@id":8103942108,"@timestamp":1605027112},"coords":"51.6845468,-0.0331351","bedrooms":"2","price":"252000","area":"638"} , +{"type":"Feature","id":"n8104063406","geometry":{"type":"Point","coordinates":[-0.0332109,51.6851411]},"properties":{"@type":"node","@id":8104063406,"@timestamp":1605029596},"coords":"51.6851411,-0.0332109","bedrooms":"0","price":"248000","area":"674"} , +{"type":"Feature","id":"n8104074793","geometry":{"type":"Point","coordinates":[0.1360863,51.5577861]},"properties":{"@type":"node","@id":8104074793,"@timestamp":1605029636},"coords":"51.5577861,0.1360863","bedrooms":"1","price":"157000","area":"615"} , +{"type":"Feature","id":"n8104074806","geometry":{"type":"Point","coordinates":[0.1361482,51.5574066]},"properties":{"@type":"node","@id":8104074806,"@timestamp":1605029636},"coords":"51.5574066,0.1361482","bedrooms":"1","price":"194000","area":"539"} , +{"type":"Feature","id":"n8104075453","geometry":{"type":"Point","coordinates":[0.129002,51.5704857]},"properties":{"@type":"node","@id":8104075453,"@timestamp":1605029636},"coords":"51.5704857,0.129002","bedrooms":"2","price":"162000","area":"638"} , +{"type":"Feature","id":"n8104075471","geometry":{"type":"Point","coordinates":[0.1330966,51.571255]},"properties":{"@type":"node","@id":8104075471,"@timestamp":1625771031},"coords":"51.571255,0.1330966","bedrooms":"1","price":"165000","area":"451"} , +{"type":"Feature","id":"n8104075504","geometry":{"type":"Point","coordinates":[0.1424238,51.5722291]},"properties":{"@type":"node","@id":8104075504,"@timestamp":1635727998},"coords":"51.5722291,0.1424238","bedrooms":"4","price":"229000","area":"551"} , +{"type":"Feature","id":"n8104075680","geometry":{"type":"Point","coordinates":[0.1671521,51.5657494]},"properties":{"@type":"node","@id":8104075680,"@timestamp":1605029636},"coords":"51.5657494,0.1671521","bedrooms":"4","price":"168000","area":"442"} , +{"type":"Feature","id":"n8104216008","geometry":{"type":"Point","coordinates":[-0.3286098,51.5094679]},"properties":{"@type":"node","@id":8104216008,"@timestamp":1605034183},"coords":"51.5094679,-0.3286098","bedrooms":"1","price":"262000","area":"405"} , +{"type":"Feature","id":"n8104285663","geometry":{"type":"Point","coordinates":[-0.1755157,51.4920672]},"properties":{"@type":"node","@id":8104285663,"@timestamp":1605034931},"coords":"51.4920672,-0.1755157","bedrooms":"4","price":"169000","area":"529"} , +{"type":"Feature","id":"n8104285702","geometry":{"type":"Point","coordinates":[-0.175866,51.4929203]},"properties":{"@type":"node","@id":8104285702,"@timestamp":1605034931},"coords":"51.4929203,-0.175866","bedrooms":"1","price":"204000","area":"602"} , +{"type":"Feature","id":"n8104400472","geometry":{"type":"Point","coordinates":[-0.5839384,51.8722467]},"properties":{"@type":"node","@id":8104400472,"@timestamp":1635952196},"coords":"51.8722467,-0.5839384","bedrooms":"1","price":"290000","area":"445"} , +{"type":"Feature","id":"n8104400482","geometry":{"type":"Point","coordinates":[-0.5867869,51.8768164]},"properties":{"@type":"node","@id":8104400482,"@timestamp":1605037697},"coords":"51.8768164,-0.5867869","bedrooms":"0","price":"220000","area":"366"} , +{"type":"Feature","id":"n8104400492","geometry":{"type":"Point","coordinates":[-0.5995327,51.8659401]},"properties":{"@type":"node","@id":8104400492,"@timestamp":1605037697},"coords":"51.8659401,-0.5995327","bedrooms":"2","price":"284000","area":"478"} , +{"type":"Feature","id":"n8104400502","geometry":{"type":"Point","coordinates":[-0.6486949,51.8725051]},"properties":{"@type":"node","@id":8104400502,"@timestamp":1635952196},"coords":"51.8725051,-0.6486949","bedrooms":"4","price":"191000","area":"402"} , +{"type":"Feature","id":"n8104400512","geometry":{"type":"Point","coordinates":[-0.636102,51.835209]},"properties":{"@type":"node","@id":8104400512,"@timestamp":1634312246},"coords":"51.835209,-0.636102","bedrooms":"1","price":"197000","area":"372"} , +{"type":"Feature","id":"n8104400523","geometry":{"type":"Point","coordinates":[-0.6418043,51.836235]},"properties":{"@type":"node","@id":8104400523,"@timestamp":1634312246},"coords":"51.836235,-0.6418043","bedrooms":"1","price":"167000","area":"356"} , +{"type":"Feature","id":"n8104400534","geometry":{"type":"Point","coordinates":[-0.6634766,51.8493876]},"properties":{"@type":"node","@id":8104400534,"@timestamp":1605037697},"coords":"51.8493876,-0.6634766","bedrooms":"1","price":"207000","area":"431"} , +{"type":"Feature","id":"n8104408934","geometry":{"type":"Point","coordinates":[-0.3314978,51.4272712]},"properties":{"@type":"node","@id":8104408934,"@timestamp":1605038387},"coords":"51.4272712,-0.3314978","bedrooms":"3","price":"182000","area":"699"} , +{"type":"Feature","id":"n8104409013","geometry":{"type":"Point","coordinates":[-0.3328482,51.4243409]},"properties":{"@type":"node","@id":8104409013,"@timestamp":1605038387},"coords":"51.4243409,-0.3328482","bedrooms":"4","price":"265000","area":"553"} , +{"type":"Feature","id":"n8104536791","geometry":{"type":"Point","coordinates":[-0.0333655,51.6873026]},"properties":{"@type":"node","@id":8104536791,"@timestamp":1605039993},"coords":"51.6873026,-0.0333655","bedrooms":"3","price":"291000","area":"594"} , +{"type":"Feature","id":"n8104536804","geometry":{"type":"Point","coordinates":[-0.0334222,51.6865273]},"properties":{"@type":"node","@id":8104536804,"@timestamp":1605039993},"coords":"51.6865273,-0.0334222","bedrooms":"3","price":"226000","area":"684"} , +{"type":"Feature","id":"n8104643017","geometry":{"type":"Point","coordinates":[-0.8232745,51.8164354]},"properties":{"@type":"node","@id":8104643017,"@timestamp":1605040920},"coords":"51.8164354,-0.8232745","bedrooms":"1","price":"276000","area":"385"} , +{"type":"Feature","id":"n8104643027","geometry":{"type":"Point","coordinates":[-0.8240416,51.8167154]},"properties":{"@type":"node","@id":8104643027,"@timestamp":1605040920},"coords":"51.8167154,-0.8240416","bedrooms":"0","price":"258000","area":"626"} , +{"type":"Feature","id":"n8104643037","geometry":{"type":"Point","coordinates":[-0.8232192,51.816143]},"properties":{"@type":"node","@id":8104643037,"@timestamp":1605040920},"coords":"51.816143,-0.8232192","bedrooms":"0","price":"243000","area":"562"} , +{"type":"Feature","id":"n8104643047","geometry":{"type":"Point","coordinates":[-0.8241678,51.8165622]},"properties":{"@type":"node","@id":8104643047,"@timestamp":1605040920},"coords":"51.8165622,-0.8241678","bedrooms":"1","price":"271000","area":"667"} , +{"type":"Feature","id":"n8104643058","geometry":{"type":"Point","coordinates":[-0.8233282,51.8159854]},"properties":{"@type":"node","@id":8104643058,"@timestamp":1605040920},"coords":"51.8159854,-0.8233282","bedrooms":"2","price":"297000","area":"456"} , +{"type":"Feature","id":"n8104643068","geometry":{"type":"Point","coordinates":[-0.8165815,51.822604]},"properties":{"@type":"node","@id":8104643068,"@timestamp":1605040920},"coords":"51.822604,-0.8165815","bedrooms":"1","price":"205000","area":"647"} , +{"type":"Feature","id":"n8104643078","geometry":{"type":"Point","coordinates":[-0.8230427,51.8163544]},"properties":{"@type":"node","@id":8104643078,"@timestamp":1605040920},"coords":"51.8163544,-0.8230427","bedrooms":"0","price":"287000","area":"468"} , +{"type":"Feature","id":"n8104643088","geometry":{"type":"Point","coordinates":[-0.8240982,51.8161898]},"properties":{"@type":"node","@id":8104643088,"@timestamp":1605040920},"coords":"51.8161898,-0.8240982","bedrooms":"3","price":"297000","area":"585"} , +{"type":"Feature","id":"n8104643098","geometry":{"type":"Point","coordinates":[-0.8231492,51.8163987]},"properties":{"@type":"node","@id":8104643098,"@timestamp":1605040920},"coords":"51.8163987,-0.8231492","bedrooms":"1","price":"174000","area":"449"} , +{"type":"Feature","id":"n8104643108","geometry":{"type":"Point","coordinates":[-0.7941826,51.8223836]},"properties":{"@type":"node","@id":8104643108,"@timestamp":1605040920},"coords":"51.8223836,-0.7941826","bedrooms":"1","price":"277000","area":"462"} , +{"type":"Feature","id":"n8104643118","geometry":{"type":"Point","coordinates":[-0.7960699,51.8220242]},"properties":{"@type":"node","@id":8104643118,"@timestamp":1605040920},"coords":"51.8220242,-0.7960699","bedrooms":"2","price":"206000","area":"612"} , +{"type":"Feature","id":"n8104883940","geometry":{"type":"Point","coordinates":[-0.8203202,51.7999798]},"properties":{"@type":"node","@id":8104883940,"@timestamp":1605042666},"coords":"51.7999798,-0.8203202","bedrooms":"1","price":"219000","area":"510"} , +{"type":"Feature","id":"n8104883950","geometry":{"type":"Point","coordinates":[-0.8184728,51.7969366]},"properties":{"@type":"node","@id":8104883950,"@timestamp":1605042666},"coords":"51.7969366,-0.8184728","bedrooms":"1","price":"270000","area":"603"} , +{"type":"Feature","id":"n8104883961","geometry":{"type":"Point","coordinates":[-0.8151052,51.801488]},"properties":{"@type":"node","@id":8104883961,"@timestamp":1635934219},"coords":"51.801488,-0.8151052","bedrooms":"0","price":"222000","area":"587"} , +{"type":"Feature","id":"n8104889732","geometry":{"type":"Point","coordinates":[-0.0331167,51.6875297]},"properties":{"@type":"node","@id":8104889732,"@timestamp":1605043253},"coords":"51.6875297,-0.0331167","bedrooms":"3","price":"162000","area":"523"} , +{"type":"Feature","id":"n8105546030","geometry":{"type":"Point","coordinates":[-0.0345911,51.5770987]},"properties":{"@type":"node","@id":8105546030,"@timestamp":1630885220},"coords":"51.5770987,-0.0345911","bedrooms":"0","price":"204000","area":"449"} , +{"type":"Feature","id":"n8105807468","geometry":{"type":"Point","coordinates":[-0.8889693,51.9325917]},"properties":{"@type":"node","@id":8105807468,"@timestamp":1605071736},"coords":"51.9325917,-0.8889693","bedrooms":"3","price":"241000","area":"641"} , +{"type":"Feature","id":"n8106714992","geometry":{"type":"Point","coordinates":[-0.1761589,51.4930606]},"properties":{"@type":"node","@id":8106714992,"@timestamp":1605081626},"coords":"51.4930606,-0.1761589","bedrooms":"0","price":"259000","area":"401"} , +{"type":"Feature","id":"n8106721286","geometry":{"type":"Point","coordinates":[-0.1769374,51.4922257]},"properties":{"@type":"node","@id":8106721286,"@timestamp":1605081626},"coords":"51.4922257,-0.1769374","bedrooms":"2","price":"263000","area":"356"} , +{"type":"Feature","id":"n8107256588","geometry":{"type":"Point","coordinates":[-0.8033258,51.8234147]},"properties":{"@type":"node","@id":8107256588,"@timestamp":1605084095},"coords":"51.8234147,-0.8033258","bedrooms":"4","price":"285000","area":"533"} , +{"type":"Feature","id":"n8107256598","geometry":{"type":"Point","coordinates":[-0.8027382,51.8233984]},"properties":{"@type":"node","@id":8107256598,"@timestamp":1605084095},"coords":"51.8233984,-0.8027382","bedrooms":"3","price":"204000","area":"663"} , +{"type":"Feature","id":"n8107256608","geometry":{"type":"Point","coordinates":[-0.7975263,51.824442]},"properties":{"@type":"node","@id":8107256608,"@timestamp":1605084095},"coords":"51.824442,-0.7975263","bedrooms":"1","price":"191000","area":"597"} , +{"type":"Feature","id":"n8107256818","geometry":{"type":"Point","coordinates":[-0.8031581,51.8231498]},"properties":{"@type":"node","@id":8107256818,"@timestamp":1605084095},"coords":"51.8231498,-0.8031581","bedrooms":"3","price":"210000","area":"586"} , +{"type":"Feature","id":"n8107256828","geometry":{"type":"Point","coordinates":[-0.8026651,51.8233364]},"properties":{"@type":"node","@id":8107256828,"@timestamp":1605084095},"coords":"51.8233364,-0.8026651","bedrooms":"1","price":"178000","area":"379"} , +{"type":"Feature","id":"n8107256840","geometry":{"type":"Point","coordinates":[-0.8417118,51.8276748]},"properties":{"@type":"node","@id":8107256840,"@timestamp":1605084095},"coords":"51.8276748,-0.8417118","bedrooms":"1","price":"169000","area":"652"} , +{"type":"Feature","id":"n8107256850","geometry":{"type":"Point","coordinates":[-0.8142021,51.8285999]},"properties":{"@type":"node","@id":8107256850,"@timestamp":1605084095},"coords":"51.8285999,-0.8142021","bedrooms":"4","price":"276000","area":"539"} , +{"type":"Feature","id":"n8107256861","geometry":{"type":"Point","coordinates":[-0.8039399,51.823037]},"properties":{"@type":"node","@id":8107256861,"@timestamp":1605084095},"coords":"51.823037,-0.8039399","bedrooms":"2","price":"197000","area":"502"} , +{"type":"Feature","id":"n8107256871","geometry":{"type":"Point","coordinates":[-0.8031544,51.8236813]},"properties":{"@type":"node","@id":8107256871,"@timestamp":1605084095},"coords":"51.8236813,-0.8031544","bedrooms":"3","price":"209000","area":"444"} , +{"type":"Feature","id":"n8107256882","geometry":{"type":"Point","coordinates":[-0.803184,51.8234838]},"properties":{"@type":"node","@id":8107256882,"@timestamp":1605084095},"coords":"51.8234838,-0.803184","bedrooms":"0","price":"287000","area":"586"} , +{"type":"Feature","id":"n8107256892","geometry":{"type":"Point","coordinates":[-0.8105808,51.827412]},"properties":{"@type":"node","@id":8107256892,"@timestamp":1605084095},"coords":"51.827412,-0.8105808","bedrooms":"4","price":"251000","area":"651"} , +{"type":"Feature","id":"n8107448682","geometry":{"type":"Point","coordinates":[0.0197437,51.5507876]},"properties":{"@type":"node","@id":8107448682,"@timestamp":1620560443},"coords":"51.5507876,0.0197437","bedrooms":"2","price":"245000","area":"412"} , +{"type":"Feature","id":"n8107456112","geometry":{"type":"Point","coordinates":[-0.1750338,51.4921306]},"properties":{"@type":"node","@id":8107456112,"@timestamp":1605087264},"coords":"51.4921306,-0.1750338","bedrooms":"1","price":"219000","area":"439"} , +{"type":"Feature","id":"n8107458457","geometry":{"type":"Point","coordinates":[0.0197331,51.5491995]},"properties":{"@type":"node","@id":8107458457,"@timestamp":1620560443},"coords":"51.5491995,0.0197331","bedrooms":"1","price":"299000","area":"369"} , +{"type":"Feature","id":"n8107462016","geometry":{"type":"Point","coordinates":[-0.1740001,51.4906037]},"properties":{"@type":"node","@id":8107462016,"@timestamp":1605087264},"coords":"51.4906037,-0.1740001","bedrooms":"1","price":"245000","area":"588"} , +{"type":"Feature","id":"n8107648571","geometry":{"type":"Point","coordinates":[-0.0305182,51.5237389]},"properties":{"@type":"node","@id":8107648571,"@timestamp":1605090308},"coords":"51.5237389,-0.0305182","bedrooms":"3","price":"251000","area":"454"} , +{"type":"Feature","id":"n8107819200","geometry":{"type":"Point","coordinates":[0.5694858,51.4402689]},"properties":{"@type":"node","@id":8107819200,"@timestamp":1605100133},"coords":"51.4402689,0.5694858","bedrooms":"2","price":"203000","area":"492"} , +{"type":"Feature","id":"n8108038885","geometry":{"type":"Point","coordinates":[-0.35832,51.4239206]},"properties":{"@type":"node","@id":8108038885,"@timestamp":1605846480},"coords":"51.4239206,-0.35832","bedrooms":"0","price":"159000","area":"581"} , +{"type":"Feature","id":"n8108359506","geometry":{"type":"Point","coordinates":[-0.0269687,51.667663]},"properties":{"@type":"node","@id":8108359506,"@timestamp":1615215198},"coords":"51.667663,-0.0269687","bedrooms":"2","price":"228000","area":"486"} , +{"type":"Feature","id":"n8108531680","geometry":{"type":"Point","coordinates":[-0.4071347,51.6862061]},"properties":{"@type":"node","@id":8108531680,"@timestamp":1605105222},"coords":"51.6862061,-0.4071347","bedrooms":"2","price":"223000","area":"502"} , +{"type":"Feature","id":"n8108613288","geometry":{"type":"Point","coordinates":[-0.1597172,51.5474292]},"properties":{"@type":"node","@id":8108613288,"@timestamp":1605107508},"coords":"51.5474292,-0.1597172","bedrooms":"1","price":"262000","area":"422"} , +{"type":"Feature","id":"n8108613711","geometry":{"type":"Point","coordinates":[0.3646668,51.8620334]},"properties":{"@type":"node","@id":8108613711,"@timestamp":1605109407},"coords":"51.8620334,0.3646668","bedrooms":"3","price":"180000","area":"462"} , +{"type":"Feature","id":"n8108720631","geometry":{"type":"Point","coordinates":[0.1438657,51.5302669]},"properties":{"@type":"node","@id":8108720631,"@timestamp":1605110225},"coords":"51.5302669,0.1438657","bedrooms":"3","price":"267000","area":"505"} , +{"type":"Feature","id":"n8108746763","geometry":{"type":"Point","coordinates":[-0.3979248,51.6885816]},"properties":{"@type":"node","@id":8108746763,"@timestamp":1605111590},"coords":"51.6885816,-0.3979248","bedrooms":"4","price":"276000","area":"637"} , +{"type":"Feature","id":"n8108746775","geometry":{"type":"Point","coordinates":[-0.401257,51.6887715]},"properties":{"@type":"node","@id":8108746775,"@timestamp":1605111590},"coords":"51.6887715,-0.401257","bedrooms":"1","price":"208000","area":"676"} , +{"type":"Feature","id":"n8108746785","geometry":{"type":"Point","coordinates":[-0.3967729,51.6896648]},"properties":{"@type":"node","@id":8108746785,"@timestamp":1605111590},"coords":"51.6896648,-0.3967729","bedrooms":"4","price":"195000","area":"561"} , +{"type":"Feature","id":"n8108806551","geometry":{"type":"Point","coordinates":[0.0195023,51.5511337]},"properties":{"@type":"node","@id":8108806551,"@timestamp":1620560443},"coords":"51.5511337,0.0195023","bedrooms":"2","price":"207000","area":"425"} , +{"type":"Feature","id":"n8108820783","geometry":{"type":"Point","coordinates":[0.0190727,51.5509835]},"properties":{"@type":"node","@id":8108820783,"@timestamp":1620560443},"coords":"51.5509835,0.0190727","bedrooms":"1","price":"295000","area":"464"} , +{"type":"Feature","id":"n8108820871","geometry":{"type":"Point","coordinates":[0.0183096,51.551512]},"properties":{"@type":"node","@id":8108820871,"@timestamp":1620560443},"coords":"51.551512,0.0183096","bedrooms":"1","price":"213000","area":"508"} , +{"type":"Feature","id":"n8108891931","geometry":{"type":"Point","coordinates":[-0.1803393,51.5377867]},"properties":{"@type":"node","@id":8108891931,"@timestamp":1605114951},"coords":"51.5377867,-0.1803393","bedrooms":"0","price":"249000","area":"668"} , +{"type":"Feature","id":"n8108891973","geometry":{"type":"Point","coordinates":[-0.1534642,51.4940236]},"properties":{"@type":"node","@id":8108891973,"@timestamp":1605114951},"coords":"51.4940236,-0.1534642","bedrooms":"3","price":"265000","area":"691"} , +{"type":"Feature","id":"n8108962558","geometry":{"type":"Point","coordinates":[-0.004569,51.4933166]},"properties":{"@type":"node","@id":8108962558,"@timestamp":1605117386},"coords":"51.4933166,-0.004569","bedrooms":"0","price":"163000","area":"478"} , +{"type":"Feature","id":"n8108988398","geometry":{"type":"Point","coordinates":[-0.3869931,51.6919477]},"properties":{"@type":"node","@id":8108988398,"@timestamp":1605117573},"coords":"51.6919477,-0.3869931","bedrooms":"1","price":"208000","area":"623"} , +{"type":"Feature","id":"n8109001824","geometry":{"type":"Point","coordinates":[0.076173,51.5892325]},"properties":{"@type":"node","@id":8109001824,"@timestamp":1605117764},"coords":"51.5892325,0.076173","bedrooms":"0","price":"181000","area":"448"} , +{"type":"Feature","id":"n8109425858","geometry":{"type":"Point","coordinates":[0.1750015,51.5241905]},"properties":{"@type":"node","@id":8109425858,"@timestamp":1605125210},"coords":"51.5241905,0.1750015","bedrooms":"4","price":"177000","area":"696"} , +{"type":"Feature","id":"n8109435003","geometry":{"type":"Point","coordinates":[-0.7768834,51.8087076]},"properties":{"@type":"node","@id":8109435003,"@timestamp":1605127088},"coords":"51.8087076,-0.7768834","bedrooms":"3","price":"273000","area":"435"} , +{"type":"Feature","id":"n8109435013","geometry":{"type":"Point","coordinates":[-0.7745388,51.8109951]},"properties":{"@type":"node","@id":8109435013,"@timestamp":1605127088},"coords":"51.8109951,-0.7745388","bedrooms":"1","price":"267000","area":"661"} , +{"type":"Feature","id":"n8109501723","geometry":{"type":"Point","coordinates":[-0.7756475,51.8099206]},"properties":{"@type":"node","@id":8109501723,"@timestamp":1605127088},"coords":"51.8099206,-0.7756475","bedrooms":"3","price":"290000","area":"653"} , +{"type":"Feature","id":"n8109501733","geometry":{"type":"Point","coordinates":[-0.7764232,51.8061423]},"properties":{"@type":"node","@id":8109501733,"@timestamp":1635935985},"coords":"51.8061423,-0.7764232","bedrooms":"4","price":"193000","area":"387"} , +{"type":"Feature","id":"n8109537062","geometry":{"type":"Point","coordinates":[-0.3486315,51.0661698]},"properties":{"@type":"node","@id":8109537062,"@timestamp":1605127764},"coords":"51.0661698,-0.3486315","bedrooms":"4","price":"186000","area":"508"} , +{"type":"Feature","id":"n8109583028","geometry":{"type":"Point","coordinates":[-0.4006715,51.6994509]},"properties":{"@type":"node","@id":8109583028,"@timestamp":1605129072},"coords":"51.6994509,-0.4006715","bedrooms":"0","price":"259000","area":"615"} , +{"type":"Feature","id":"n8109583042","geometry":{"type":"Point","coordinates":[-0.3988886,51.6957277]},"properties":{"@type":"node","@id":8109583042,"@timestamp":1605129072},"coords":"51.6957277,-0.3988886","bedrooms":"3","price":"290000","area":"511"} , +{"type":"Feature","id":"n8109584266","geometry":{"type":"Point","coordinates":[0.0346784,51.5012315]},"properties":{"@type":"node","@id":8109584266,"@timestamp":1605130247},"coords":"51.5012315,0.0346784","bedrooms":"1","price":"286000","area":"509"} , +{"type":"Feature","id":"n8109584276","geometry":{"type":"Point","coordinates":[0.0358284,51.5011604]},"properties":{"@type":"node","@id":8109584276,"@timestamp":1605130247},"coords":"51.5011604,0.0358284","bedrooms":"4","price":"200000","area":"672"} , +{"type":"Feature","id":"n8109584286","geometry":{"type":"Point","coordinates":[0.034575,51.5010941]},"properties":{"@type":"node","@id":8109584286,"@timestamp":1605130247},"coords":"51.5010941,0.034575","bedrooms":"1","price":"241000","area":"394"} , +{"type":"Feature","id":"n8109584296","geometry":{"type":"Point","coordinates":[0.0344129,51.5011652]},"properties":{"@type":"node","@id":8109584296,"@timestamp":1605130247},"coords":"51.5011652,0.0344129","bedrooms":"0","price":"288000","area":"512"} , +{"type":"Feature","id":"n8109611836","geometry":{"type":"Point","coordinates":[0.0353995,51.5004749]},"properties":{"@type":"node","@id":8109611836,"@timestamp":1611063794},"coords":"51.5004749,0.0353995","bedrooms":"1","price":"241000","area":"582"} , +{"type":"Feature","id":"n8109611846","geometry":{"type":"Point","coordinates":[0.033339,51.5015788]},"properties":{"@type":"node","@id":8109611846,"@timestamp":1605130247},"coords":"51.5015788,0.033339","bedrooms":"1","price":"289000","area":"569"} , +{"type":"Feature","id":"n8109611874","geometry":{"type":"Point","coordinates":[0.0329214,51.5010989]},"properties":{"@type":"node","@id":8109611874,"@timestamp":1605130247},"coords":"51.5010989,0.0329214","bedrooms":"2","price":"167000","area":"351"} , +{"type":"Feature","id":"n8109611899","geometry":{"type":"Point","coordinates":[0.0345231,51.5003276]},"properties":{"@type":"node","@id":8109611899,"@timestamp":1605130247},"coords":"51.5003276,0.0345231","bedrooms":"0","price":"213000","area":"589"} , +{"type":"Feature","id":"n8109617447","geometry":{"type":"Point","coordinates":[-0.3750747,51.6317151]},"properties":{"@type":"node","@id":8109617447,"@timestamp":1605130574},"coords":"51.6317151,-0.3750747","bedrooms":"0","price":"227000","area":"516"} , +{"type":"Feature","id":"n8109681527","geometry":{"type":"Point","coordinates":[-0.3508806,51.0631842]},"properties":{"@type":"node","@id":8109681527,"@timestamp":1605132587},"coords":"51.0631842,-0.3508806","bedrooms":"2","price":"234000","area":"418"} , +{"type":"Feature","id":"n8109681537","geometry":{"type":"Point","coordinates":[-0.3522968,51.0608916]},"properties":{"@type":"node","@id":8109681537,"@timestamp":1605132587},"coords":"51.0608916,-0.3522968","bedrooms":"1","price":"295000","area":"523"} , +{"type":"Feature","id":"n8109712693","geometry":{"type":"Point","coordinates":[-0.6643552,51.8193471]},"properties":{"@type":"node","@id":8109712693,"@timestamp":1605133591},"coords":"51.8193471,-0.6643552","bedrooms":"1","price":"251000","area":"581"} , +{"type":"Feature","id":"n8109840262","geometry":{"type":"Point","coordinates":[-1.0730366,51.8033172]},"properties":{"@type":"node","@id":8109840262,"@timestamp":1634995218},"coords":"51.8033172,-1.0730366","bedrooms":"0","price":"154000","area":"543"} , +{"type":"Feature","id":"n8109854611","geometry":{"type":"Point","coordinates":[0.285959,51.8666603]},"properties":{"@type":"node","@id":8109854611,"@timestamp":1605139348},"coords":"51.8666603,0.285959","bedrooms":"3","price":"167000","area":"567"} , +{"type":"Feature","id":"n8109994605","geometry":{"type":"Point","coordinates":[0.1123042,51.532649]},"properties":{"@type":"node","@id":8109994605,"@timestamp":1605147413},"coords":"51.532649,0.1123042","bedrooms":"3","price":"236000","area":"489"} , +{"type":"Feature","id":"n8110041384","geometry":{"type":"Point","coordinates":[-0.1778269,51.4916458]},"properties":{"@type":"node","@id":8110041384,"@timestamp":1605152119},"coords":"51.4916458,-0.1778269","bedrooms":"2","price":"295000","area":"353"} , +{"type":"Feature","id":"n8110041416","geometry":{"type":"Point","coordinates":[-0.1771745,51.4913314]},"properties":{"@type":"node","@id":8110041416,"@timestamp":1605152119},"coords":"51.4913314,-0.1771745","bedrooms":"3","price":"236000","area":"536"} , +{"type":"Feature","id":"n8110078723","geometry":{"type":"Point","coordinates":[-0.17663,51.491589]},"properties":{"@type":"node","@id":8110078723,"@timestamp":1605152119},"coords":"51.491589,-0.17663","bedrooms":"1","price":"277000","area":"677"} , +{"type":"Feature","id":"n8110093601","geometry":{"type":"Point","coordinates":[0.328174,51.5879975]},"properties":{"@type":"node","@id":8110093601,"@timestamp":1605152778},"coords":"51.5879975,0.328174","bedrooms":"0","price":"177000","area":"395"} , +{"type":"Feature","id":"n8110216084","geometry":{"type":"Point","coordinates":[0.2387663,51.4976379]},"properties":{"@type":"node","@id":8110216084,"@timestamp":1605156990},"coords":"51.4976379,0.2387663","bedrooms":"0","price":"176000","area":"443"} , +{"type":"Feature","id":"n8110502652","geometry":{"type":"Point","coordinates":[-0.7582329,51.793818]},"properties":{"@type":"node","@id":8110502652,"@timestamp":1605164148},"coords":"51.793818,-0.7582329","bedrooms":"2","price":"177000","area":"414"} , +{"type":"Feature","id":"n8110502662","geometry":{"type":"Point","coordinates":[-0.7869294,51.7861967]},"properties":{"@type":"node","@id":8110502662,"@timestamp":1634050906},"coords":"51.7861967,-0.7869294","bedrooms":"0","price":"261000","area":"387"} , +{"type":"Feature","id":"n8110502672","geometry":{"type":"Point","coordinates":[-0.7823852,51.7951135]},"properties":{"@type":"node","@id":8110502672,"@timestamp":1605164148},"coords":"51.7951135,-0.7823852","bedrooms":"1","price":"159000","area":"560"} , +{"type":"Feature","id":"n8110502682","geometry":{"type":"Point","coordinates":[-0.7822614,51.7949554]},"properties":{"@type":"node","@id":8110502682,"@timestamp":1605164148},"coords":"51.7949554,-0.7822614","bedrooms":"2","price":"240000","area":"472"} , +{"type":"Feature","id":"n8110502692","geometry":{"type":"Point","coordinates":[-0.7585172,51.794142]},"properties":{"@type":"node","@id":8110502692,"@timestamp":1605164148},"coords":"51.794142,-0.7585172","bedrooms":"3","price":"227000","area":"376"} , +{"type":"Feature","id":"n8110502702","geometry":{"type":"Point","coordinates":[-0.7591265,51.7947391]},"properties":{"@type":"node","@id":8110502702,"@timestamp":1605164148},"coords":"51.7947391,-0.7591265","bedrooms":"4","price":"152000","area":"467"} , +{"type":"Feature","id":"n8110502712","geometry":{"type":"Point","coordinates":[-0.7822299,51.794915]},"properties":{"@type":"node","@id":8110502712,"@timestamp":1605164148},"coords":"51.794915,-0.7822299","bedrooms":"3","price":"247000","area":"430"} , +{"type":"Feature","id":"n8111016569","geometry":{"type":"Point","coordinates":[-0.7096354,51.7958522]},"properties":{"@type":"node","@id":8111016569,"@timestamp":1605173225},"coords":"51.7958522,-0.7096354","bedrooms":"4","price":"167000","area":"567"} , +{"type":"Feature","id":"n8111016581","geometry":{"type":"Point","coordinates":[-0.7188675,51.8034384]},"properties":{"@type":"node","@id":8111016581,"@timestamp":1605173225},"coords":"51.8034384,-0.7188675","bedrooms":"2","price":"250000","area":"487"} , +{"type":"Feature","id":"n8111016596","geometry":{"type":"Point","coordinates":[-0.710551,51.7970743]},"properties":{"@type":"node","@id":8111016596,"@timestamp":1605173225},"coords":"51.7970743,-0.710551","bedrooms":"2","price":"165000","area":"626"} , +{"type":"Feature","id":"n8111020143","geometry":{"type":"Point","coordinates":[0.1548991,51.2794946]},"properties":{"@type":"node","@id":8111020143,"@timestamp":1605173557},"coords":"51.2794946,0.1548991","bedrooms":"0","price":"163000","area":"582"} , +{"type":"Feature","id":"n8111085667","geometry":{"type":"Point","coordinates":[0.2282385,51.4149078]},"properties":{"@type":"node","@id":8111085667,"@timestamp":1605174374},"coords":"51.4149078,0.2282385","bedrooms":"3","price":"205000","area":"487"} , +{"type":"Feature","id":"n8111233819","geometry":{"type":"Point","coordinates":[-0.7158325,51.8999589]},"properties":{"@type":"node","@id":8111233819,"@timestamp":1605176545},"coords":"51.8999589,-0.7158325","bedrooms":"4","price":"281000","area":"464"} , +{"type":"Feature","id":"n8111233829","geometry":{"type":"Point","coordinates":[-0.7203323,51.9000754]},"properties":{"@type":"node","@id":8111233829,"@timestamp":1605176545},"coords":"51.9000754,-0.7203323","bedrooms":"1","price":"252000","area":"685"} , +{"type":"Feature","id":"n8111233839","geometry":{"type":"Point","coordinates":[-0.7120841,51.8992886]},"properties":{"@type":"node","@id":8111233839,"@timestamp":1605176545},"coords":"51.8992886,-0.7120841","bedrooms":"3","price":"239000","area":"357"} , +{"type":"Feature","id":"n8111281336","geometry":{"type":"Point","coordinates":[0.3995752,51.5225378]},"properties":{"@type":"node","@id":8111281336,"@timestamp":1605178104},"coords":"51.5225378,0.3995752","bedrooms":"4","price":"259000","area":"394"} , +{"type":"Feature","id":"n8111308615","geometry":{"type":"Point","coordinates":[0.0186209,51.5524579]},"properties":{"@type":"node","@id":8111308615,"@timestamp":1619778013},"coords":"51.5524579,0.0186209","bedrooms":"2","price":"165000","area":"698"} , +{"type":"Feature","id":"n8111339558","geometry":{"type":"Point","coordinates":[0.0178214,51.5524733]},"properties":{"@type":"node","@id":8111339558,"@timestamp":1619778013},"coords":"51.5524733,0.0178214","bedrooms":"1","price":"279000","area":"559"} , +{"type":"Feature","id":"n8111342175","geometry":{"type":"Point","coordinates":[0.6921861,51.9049844]},"properties":{"@type":"node","@id":8111342175,"@timestamp":1605178597},"coords":"51.9049844,0.6921861","bedrooms":"1","price":"211000","area":"392"} , +{"type":"Feature","id":"n8111399692","geometry":{"type":"Point","coordinates":[-0.2781674,51.4759025]},"properties":{"@type":"node","@id":8111399692,"@timestamp":1605780409},"coords":"51.4759025,-0.2781674","bedrooms":"3","price":"169000","area":"694"} , +{"type":"Feature","id":"n8111401815","geometry":{"type":"Point","coordinates":[-0.1751313,51.4904484]},"properties":{"@type":"node","@id":8111401815,"@timestamp":1605179679},"coords":"51.4904484,-0.1751313","bedrooms":"1","price":"209000","area":"485"} , +{"type":"Feature","id":"n8111404838","geometry":{"type":"Point","coordinates":[-0.1757804,51.4904746]},"properties":{"@type":"node","@id":8111404838,"@timestamp":1605179679},"coords":"51.4904746,-0.1757804","bedrooms":"1","price":"291000","area":"495"} , +{"type":"Feature","id":"n8111404913","geometry":{"type":"Point","coordinates":[-0.1747417,51.4901865]},"properties":{"@type":"node","@id":8111404913,"@timestamp":1605179679},"coords":"51.4901865,-0.1747417","bedrooms":"2","price":"166000","area":"384"} , +{"type":"Feature","id":"n8111566146","geometry":{"type":"Point","coordinates":[0.8810513,51.1367947]},"properties":{"@type":"node","@id":8111566146,"@timestamp":1605183045},"coords":"51.1367947,0.8810513","bedrooms":"3","price":"287000","area":"571"} , +{"type":"Feature","id":"n8111566156","geometry":{"type":"Point","coordinates":[0.8825064,51.1369913]},"properties":{"@type":"node","@id":8111566156,"@timestamp":1605183045},"coords":"51.1369913,0.8825064","bedrooms":"4","price":"251000","area":"482"} , +{"type":"Feature","id":"n8111566170","geometry":{"type":"Point","coordinates":[0.8828627,51.136711]},"properties":{"@type":"node","@id":8111566170,"@timestamp":1605183045},"coords":"51.136711,0.8828627","bedrooms":"1","price":"152000","area":"637"} , +{"type":"Feature","id":"n8111620646","geometry":{"type":"Point","coordinates":[0.3120357,51.0507905]},"properties":{"@type":"node","@id":8111620646,"@timestamp":1605184294},"coords":"51.0507905,0.3120357","bedrooms":"0","price":"263000","area":"523"} , +{"type":"Feature","id":"n8111717691","geometry":{"type":"Point","coordinates":[-0.3799365,51.6272801]},"properties":{"@type":"node","@id":8111717691,"@timestamp":1605186222},"coords":"51.6272801,-0.3799365","bedrooms":"3","price":"219000","area":"431"} , +{"type":"Feature","id":"n8111717716","geometry":{"type":"Point","coordinates":[-0.3764853,51.6208468]},"properties":{"@type":"node","@id":8111717716,"@timestamp":1605186222},"coords":"51.6208468,-0.3764853","bedrooms":"1","price":"186000","area":"666"} , +{"type":"Feature","id":"n8111722726","geometry":{"type":"Point","coordinates":[-0.381153,51.624235]},"properties":{"@type":"node","@id":8111722726,"@timestamp":1605186222},"coords":"51.624235,-0.381153","bedrooms":"2","price":"166000","area":"362"} , +{"type":"Feature","id":"n8111862804","geometry":{"type":"Point","coordinates":[-0.3101055,51.5046189]},"properties":{"@type":"node","@id":8111862804,"@timestamp":1605190276},"coords":"51.5046189,-0.3101055","bedrooms":"0","price":"278000","area":"686"} , +{"type":"Feature","id":"n8111862814","geometry":{"type":"Point","coordinates":[-0.313007,51.5036806]},"properties":{"@type":"node","@id":8111862814,"@timestamp":1605213820},"coords":"51.5036806,-0.313007","bedrooms":"0","price":"181000","area":"385"} , +{"type":"Feature","id":"n8111887424","geometry":{"type":"Point","coordinates":[-0.3107057,51.5028605]},"properties":{"@type":"node","@id":8111887424,"@timestamp":1605190276},"coords":"51.5028605,-0.3107057","bedrooms":"2","price":"277000","area":"505"} , +{"type":"Feature","id":"n8111887434","geometry":{"type":"Point","coordinates":[-0.3140102,51.5027667]},"properties":{"@type":"node","@id":8111887434,"@timestamp":1605190276},"coords":"51.5027667,-0.3140102","bedrooms":"3","price":"196000","area":"503"} , +{"type":"Feature","id":"n8111887444","geometry":{"type":"Point","coordinates":[-0.310561,51.5045364]},"properties":{"@type":"node","@id":8111887444,"@timestamp":1605190276},"coords":"51.5045364,-0.310561","bedrooms":"2","price":"157000","area":"373"} , +{"type":"Feature","id":"n8111887454","geometry":{"type":"Point","coordinates":[-0.3106164,51.5026464]},"properties":{"@type":"node","@id":8111887454,"@timestamp":1605190276},"coords":"51.5026464,-0.3106164","bedrooms":"0","price":"198000","area":"588"} , +{"type":"Feature","id":"n8111887464","geometry":{"type":"Point","coordinates":[-0.3147826,51.5018663]},"properties":{"@type":"node","@id":8111887464,"@timestamp":1605190276},"coords":"51.5018663,-0.3147826","bedrooms":"2","price":"229000","area":"650"} , +{"type":"Feature","id":"n8111887474","geometry":{"type":"Point","coordinates":[-0.3099536,51.5046697]},"properties":{"@type":"node","@id":8111887474,"@timestamp":1605190276},"coords":"51.5046697,-0.3099536","bedrooms":"3","price":"236000","area":"643"} , +{"type":"Feature","id":"n8111887484","geometry":{"type":"Point","coordinates":[-0.3112531,51.5043121]},"properties":{"@type":"node","@id":8111887484,"@timestamp":1605190276},"coords":"51.5043121,-0.3112531","bedrooms":"3","price":"188000","area":"350"} , +{"type":"Feature","id":"n8111887494","geometry":{"type":"Point","coordinates":[-0.3105447,51.5027342]},"properties":{"@type":"node","@id":8111887494,"@timestamp":1605190276},"coords":"51.5027342,-0.3105447","bedrooms":"2","price":"205000","area":"665"} , +{"type":"Feature","id":"n8111887504","geometry":{"type":"Point","coordinates":[-0.3097126,51.5048074]},"properties":{"@type":"node","@id":8111887504,"@timestamp":1605190276},"coords":"51.5048074,-0.3097126","bedrooms":"2","price":"274000","area":"480"} , +{"type":"Feature","id":"n8111911229","geometry":{"type":"Point","coordinates":[0.0205491,51.5444734]},"properties":{"@type":"node","@id":8111911229,"@timestamp":1635271821},"coords":"51.5444734,0.0205491","bedrooms":"1","price":"293000","area":"462"} , +{"type":"Feature","id":"n8111911290","geometry":{"type":"Point","coordinates":[0.0204987,51.5449788]},"properties":{"@type":"node","@id":8111911290,"@timestamp":1635271821},"coords":"51.5449788,0.0204987","bedrooms":"4","price":"286000","area":"486"} , +{"type":"Feature","id":"n8112087958","geometry":{"type":"Point","coordinates":[0.020999,51.5457732]},"properties":{"@type":"node","@id":8112087958,"@timestamp":1635271821},"coords":"51.5457732,0.020999","bedrooms":"3","price":"189000","area":"565"} , +{"type":"Feature","id":"n8112088007","geometry":{"type":"Point","coordinates":[0.0206127,51.5455533]},"properties":{"@type":"node","@id":8112088007,"@timestamp":1635271821},"coords":"51.5455533,0.0206127","bedrooms":"1","price":"243000","area":"512"} , +{"type":"Feature","id":"n8112088017","geometry":{"type":"Point","coordinates":[0.0210795,51.5453021]},"properties":{"@type":"node","@id":8112088017,"@timestamp":1635271821},"coords":"51.5453021,0.0210795","bedrooms":"3","price":"289000","area":"561"} , +{"type":"Feature","id":"n8112088027","geometry":{"type":"Point","coordinates":[0.020871,51.5457195]},"properties":{"@type":"node","@id":8112088027,"@timestamp":1635271821},"coords":"51.5457195,0.020871","bedrooms":"3","price":"156000","area":"661"} , +{"type":"Feature","id":"n8112111282","geometry":{"type":"Point","coordinates":[-0.442171,51.7139922]},"properties":{"@type":"node","@id":8112111282,"@timestamp":1605195908},"coords":"51.7139922,-0.442171","bedrooms":"1","price":"160000","area":"491"} , +{"type":"Feature","id":"n8112111306","geometry":{"type":"Point","coordinates":[-0.431478,51.7190226]},"properties":{"@type":"node","@id":8112111306,"@timestamp":1605195908},"coords":"51.7190226,-0.431478","bedrooms":"4","price":"279000","area":"404"} , +{"type":"Feature","id":"n8112138068","geometry":{"type":"Point","coordinates":[0.0215056,51.5450491]},"properties":{"@type":"node","@id":8112138068,"@timestamp":1635271821},"coords":"51.5450491,0.0215056","bedrooms":"3","price":"277000","area":"655"} , +{"type":"Feature","id":"n8112302360","geometry":{"type":"Point","coordinates":[-0.7123971,51.8984976]},"properties":{"@type":"node","@id":8112302360,"@timestamp":1605200895},"coords":"51.8984976,-0.7123971","bedrooms":"2","price":"180000","area":"689"} , +{"type":"Feature","id":"n8112302370","geometry":{"type":"Point","coordinates":[-0.7149516,51.8977346]},"properties":{"@type":"node","@id":8112302370,"@timestamp":1605200895},"coords":"51.8977346,-0.7149516","bedrooms":"1","price":"185000","area":"547"} , +{"type":"Feature","id":"n8112323354","geometry":{"type":"Point","coordinates":[-0.4379657,51.7199205]},"properties":{"@type":"node","@id":8112323354,"@timestamp":1605202077},"coords":"51.7199205,-0.4379657","bedrooms":"1","price":"185000","area":"690"} , +{"type":"Feature","id":"n8112361562","geometry":{"type":"Point","coordinates":[-0.1758328,51.4901621]},"properties":{"@type":"node","@id":8112361562,"@timestamp":1605202534},"coords":"51.4901621,-0.1758328","bedrooms":"4","price":"266000","area":"687"} , +{"type":"Feature","id":"n8112417540","geometry":{"type":"Point","coordinates":[-0.1765619,51.4903083]},"properties":{"@type":"node","@id":8112417540,"@timestamp":1605204591},"coords":"51.4903083,-0.1765619","bedrooms":"1","price":"269000","area":"406"} , +{"type":"Feature","id":"n8112417582","geometry":{"type":"Point","coordinates":[-0.1760302,51.4898716]},"properties":{"@type":"node","@id":8112417582,"@timestamp":1605204591},"coords":"51.4898716,-0.1760302","bedrooms":"2","price":"165000","area":"515"} , +{"type":"Feature","id":"n8112439901","geometry":{"type":"Point","coordinates":[0.1654087,51.5382159]},"properties":{"@type":"node","@id":8112439901,"@timestamp":1605204619},"coords":"51.5382159,0.1654087","bedrooms":"2","price":"281000","area":"462"} , +{"type":"Feature","id":"n8112439969","geometry":{"type":"Point","coordinates":[0.1660845,51.5390923]},"properties":{"@type":"node","@id":8112439969,"@timestamp":1605204619},"coords":"51.5390923,0.1660845","bedrooms":"4","price":"243000","area":"421"} , +{"type":"Feature","id":"n8112560657","geometry":{"type":"Point","coordinates":[0.4830527,51.7368129]},"properties":{"@type":"node","@id":8112560657,"@timestamp":1605207857},"coords":"51.7368129,0.4830527","bedrooms":"4","price":"181000","area":"520"} , +{"type":"Feature","id":"n8112560667","geometry":{"type":"Point","coordinates":[0.4825243,51.7372447]},"properties":{"@type":"node","@id":8112560667,"@timestamp":1605207857},"coords":"51.7372447,0.4825243","bedrooms":"1","price":"158000","area":"609"} , +{"type":"Feature","id":"n8112560677","geometry":{"type":"Point","coordinates":[0.4826799,51.7372107]},"properties":{"@type":"node","@id":8112560677,"@timestamp":1605207857},"coords":"51.7372107,0.4826799","bedrooms":"4","price":"233000","area":"492"} , +{"type":"Feature","id":"n8112599013","geometry":{"type":"Point","coordinates":[0.1691431,51.5544421]},"properties":{"@type":"node","@id":8112599013,"@timestamp":1605209111},"coords":"51.5544421,0.1691431","bedrooms":"4","price":"203000","area":"480"} , +{"type":"Feature","id":"n8112764480","geometry":{"type":"Point","coordinates":[-0.3106803,51.5061398]},"properties":{"@type":"node","@id":8112764480,"@timestamp":1605213820},"coords":"51.5061398,-0.3106803","bedrooms":"4","price":"152000","area":"579"} , +{"type":"Feature","id":"n8112764490","geometry":{"type":"Point","coordinates":[-0.3100419,51.505861]},"properties":{"@type":"node","@id":8112764490,"@timestamp":1605213820},"coords":"51.505861,-0.3100419","bedrooms":"2","price":"213000","area":"397"} , +{"type":"Feature","id":"n8112764500","geometry":{"type":"Point","coordinates":[-0.3106561,51.5054987]},"properties":{"@type":"node","@id":8112764500,"@timestamp":1605213820},"coords":"51.5054987,-0.3106561","bedrooms":"4","price":"169000","area":"507"} , +{"type":"Feature","id":"n8112764510","geometry":{"type":"Point","coordinates":[-0.3097978,51.5040028]},"properties":{"@type":"node","@id":8112764510,"@timestamp":1605213820},"coords":"51.5040028,-0.3097978","bedrooms":"2","price":"169000","area":"693"} , +{"type":"Feature","id":"n8112781820","geometry":{"type":"Point","coordinates":[-0.3102833,51.5049294]},"properties":{"@type":"node","@id":8112781820,"@timestamp":1605213820},"coords":"51.5049294,-0.3102833","bedrooms":"3","price":"171000","area":"598"} , +{"type":"Feature","id":"n8112781830","geometry":{"type":"Point","coordinates":[-0.3114072,51.5037866]},"properties":{"@type":"node","@id":8112781830,"@timestamp":1605213820},"coords":"51.5037866,-0.3114072","bedrooms":"1","price":"233000","area":"631"} , +{"type":"Feature","id":"n8112781840","geometry":{"type":"Point","coordinates":[-0.3119195,51.5038901]},"properties":{"@type":"node","@id":8112781840,"@timestamp":1605213820},"coords":"51.5038901,-0.3119195","bedrooms":"3","price":"238000","area":"607"} , +{"type":"Feature","id":"n8112810538","geometry":{"type":"Point","coordinates":[0.0680959,51.2370944]},"properties":{"@type":"node","@id":8112810538,"@timestamp":1605213992},"coords":"51.2370944,0.0680959","bedrooms":"3","price":"171000","area":"665"} , +{"type":"Feature","id":"n8113675071","geometry":{"type":"Point","coordinates":[-0.6783511,51.4761149]},"properties":{"@type":"node","@id":8113675071,"@timestamp":1605241210},"coords":"51.4761149,-0.6783511","bedrooms":"3","price":"282000","area":"461"} , +{"type":"Feature","id":"n8113749929","geometry":{"type":"Point","coordinates":[-0.178082,51.4905964]},"properties":{"@type":"node","@id":8113749929,"@timestamp":1605242861},"coords":"51.4905964,-0.178082","bedrooms":"3","price":"206000","area":"626"} , +{"type":"Feature","id":"n8113810094","geometry":{"type":"Point","coordinates":[-0.4481996,51.4075693]},"properties":{"@type":"node","@id":8113810094,"@timestamp":1605245988},"coords":"51.4075693,-0.4481996","bedrooms":"1","price":"167000","area":"620"} , +{"type":"Feature","id":"n8113985154","geometry":{"type":"Point","coordinates":[-0.1785756,51.4896677]},"properties":{"@type":"node","@id":8113985154,"@timestamp":1605249586},"coords":"51.4896677,-0.1785756","bedrooms":"4","price":"241000","area":"656"} , +{"type":"Feature","id":"n8114027903","geometry":{"type":"Point","coordinates":[-0.740263,51.8627015]},"properties":{"@type":"node","@id":8114027903,"@timestamp":1605251028},"coords":"51.8627015,-0.740263","bedrooms":"3","price":"284000","area":"387"} , +{"type":"Feature","id":"n8114027913","geometry":{"type":"Point","coordinates":[-0.7437168,51.8641088]},"properties":{"@type":"node","@id":8114027913,"@timestamp":1635944542},"coords":"51.8641088,-0.7437168","bedrooms":"1","price":"169000","area":"495"} , +{"type":"Feature","id":"n8114057223","geometry":{"type":"Point","coordinates":[-0.7461857,51.8672668]},"properties":{"@type":"node","@id":8114057223,"@timestamp":1605251028},"coords":"51.8672668,-0.7461857","bedrooms":"0","price":"226000","area":"520"} , +{"type":"Feature","id":"n8114075785","geometry":{"type":"Point","coordinates":[-0.7679448,51.8717698]},"properties":{"@type":"node","@id":8114075785,"@timestamp":1635944542},"coords":"51.8717698,-0.7679448","bedrooms":"1","price":"250000","area":"546"} , +{"type":"Feature","id":"n8114189482","geometry":{"type":"Point","coordinates":[-0.7888399,51.8298422]},"properties":{"@type":"node","@id":8114189482,"@timestamp":1605254184},"coords":"51.8298422,-0.7888399","bedrooms":"0","price":"207000","area":"584"} , +{"type":"Feature","id":"n8114211095","geometry":{"type":"Point","coordinates":[0.312021,51.036272]},"properties":{"@type":"node","@id":8114211095,"@timestamp":1605254418},"coords":"51.036272,0.312021","bedrooms":"1","price":"270000","area":"492"} , +{"type":"Feature","id":"n8114317276","geometry":{"type":"Point","coordinates":[0.6410742,51.3631437]},"properties":{"@type":"node","@id":8114317276,"@timestamp":1605257565},"coords":"51.3631437,0.6410742","bedrooms":"0","price":"213000","area":"612"} , +{"type":"Feature","id":"n8114487469","geometry":{"type":"Point","coordinates":[-0.3619062,51.4280297]},"properties":{"@type":"node","@id":8114487469,"@timestamp":1605260975},"coords":"51.4280297,-0.3619062","bedrooms":"0","price":"249000","area":"354"} , +{"type":"Feature","id":"n8114554340","geometry":{"type":"Point","coordinates":[-0.0464466,51.5482466]},"properties":{"@type":"node","@id":8114554340,"@timestamp":1605262051},"coords":"51.5482466,-0.0464466","bedrooms":"2","price":"177000","area":"640"} , +{"type":"Feature","id":"n8114609809","geometry":{"type":"Point","coordinates":[-0.177312,51.4899323]},"properties":{"@type":"node","@id":8114609809,"@timestamp":1605265350},"coords":"51.4899323,-0.177312","bedrooms":"1","price":"214000","area":"490"} , +{"type":"Feature","id":"n8114912291","geometry":{"type":"Point","coordinates":[0.0215971,51.5438635]},"properties":{"@type":"node","@id":8114912291,"@timestamp":1635271821},"coords":"51.5438635,0.0215971","bedrooms":"1","price":"167000","area":"588"} , +{"type":"Feature","id":"n8114915731","geometry":{"type":"Point","coordinates":[-0.1772072,51.4896574]},"properties":{"@type":"node","@id":8114915731,"@timestamp":1605265350},"coords":"51.4896574,-0.1772072","bedrooms":"2","price":"249000","area":"657"} , +{"type":"Feature","id":"n8114915768","geometry":{"type":"Point","coordinates":[-0.1766194,51.4899162]},"properties":{"@type":"node","@id":8114915768,"@timestamp":1605265350},"coords":"51.4899162,-0.1766194","bedrooms":"0","price":"265000","area":"686"} , +{"type":"Feature","id":"n8114915778","geometry":{"type":"Point","coordinates":[-0.1761539,51.4895562]},"properties":{"@type":"node","@id":8114915778,"@timestamp":1605265350},"coords":"51.4895562,-0.1761539","bedrooms":"1","price":"219000","area":"557"} , +{"type":"Feature","id":"n8114999494","geometry":{"type":"Point","coordinates":[-0.1764487,51.4894247]},"properties":{"@type":"node","@id":8114999494,"@timestamp":1605266886},"coords":"51.4894247,-0.1764487","bedrooms":"0","price":"280000","area":"578"} , +{"type":"Feature","id":"n8115253508","geometry":{"type":"Point","coordinates":[0.6217131,51.3336581]},"properties":{"@type":"node","@id":8115253508,"@timestamp":1605272643},"coords":"51.3336581,0.6217131","bedrooms":"3","price":"173000","area":"460"} , +{"type":"Feature","id":"n8115380896","geometry":{"type":"Point","coordinates":[-0.9259978,51.7764245]},"properties":{"@type":"node","@id":8115380896,"@timestamp":1605283819},"coords":"51.7764245,-0.9259978","bedrooms":"2","price":"284000","area":"532"} , +{"type":"Feature","id":"n8115380912","geometry":{"type":"Point","coordinates":[-0.938563,51.7692795]},"properties":{"@type":"node","@id":8115380912,"@timestamp":1605275631},"coords":"51.7692795,-0.938563","bedrooms":"0","price":"174000","area":"618"} , +{"type":"Feature","id":"n8115425042","geometry":{"type":"Point","coordinates":[-0.9326828,51.7675064]},"properties":{"@type":"node","@id":8115425042,"@timestamp":1605275829},"coords":"51.7675064,-0.9326828","bedrooms":"0","price":"203000","area":"471"} , +{"type":"Feature","id":"n8115518253","geometry":{"type":"Point","coordinates":[0.0220632,51.5425552]},"properties":{"@type":"node","@id":8115518253,"@timestamp":1605279024},"coords":"51.5425552,0.0220632","bedrooms":"4","price":"153000","area":"559"} , +{"type":"Feature","id":"n8115568964","geometry":{"type":"Point","coordinates":[0.0207107,51.5430143]},"properties":{"@type":"node","@id":8115568964,"@timestamp":1605279024},"coords":"51.5430143,0.0207107","bedrooms":"3","price":"214000","area":"508"} , +{"type":"Feature","id":"n8115810335","geometry":{"type":"Point","coordinates":[-0.1469357,51.542293]},"properties":{"@type":"node","@id":8115810335,"@timestamp":1605279381},"coords":"51.542293,-0.1469357","bedrooms":"0","price":"242000","area":"477"} , +{"type":"Feature","id":"n8116361994","geometry":{"type":"Point","coordinates":[0.6429498,51.3525844]},"properties":{"@type":"node","@id":8116361994,"@timestamp":1605282656},"coords":"51.3525844,0.6429498","bedrooms":"0","price":"234000","area":"509"} , +{"type":"Feature","id":"n8116370671","geometry":{"type":"Point","coordinates":[-0.1462041,51.5185919]},"properties":{"@type":"node","@id":8116370671,"@timestamp":1627546029},"coords":"51.5185919,-0.1462041","bedrooms":"2","price":"155000","area":"528"} , +{"type":"Feature","id":"n8116376624","geometry":{"type":"Point","coordinates":[-0.1570691,51.5170811]},"properties":{"@type":"node","@id":8116376624,"@timestamp":1606054296},"coords":"51.5170811,-0.1570691","bedrooms":"0","price":"213000","area":"631"} , +{"type":"Feature","id":"n8116445612","geometry":{"type":"Point","coordinates":[-0.9256911,51.7692261]},"properties":{"@type":"node","@id":8116445612,"@timestamp":1605283819},"coords":"51.7692261,-0.9256911","bedrooms":"0","price":"204000","area":"429"} , +{"type":"Feature","id":"n8116447322","geometry":{"type":"Point","coordinates":[-0.9350372,51.7714511]},"properties":{"@type":"node","@id":8116447322,"@timestamp":1605283819},"coords":"51.7714511,-0.9350372","bedrooms":"4","price":"271000","area":"561"} , +{"type":"Feature","id":"n8116573000","geometry":{"type":"Point","coordinates":[0.0223911,51.5385931]},"properties":{"@type":"node","@id":8116573000,"@timestamp":1605287061},"coords":"51.5385931,0.0223911","bedrooms":"2","price":"258000","area":"577"} , +{"type":"Feature","id":"n8116573010","geometry":{"type":"Point","coordinates":[0.022257,51.5390653]},"properties":{"@type":"node","@id":8116573010,"@timestamp":1605287061},"coords":"51.5390653,0.022257","bedrooms":"2","price":"178000","area":"503"} , +{"type":"Feature","id":"n8116593320","geometry":{"type":"Point","coordinates":[0.0218853,51.5412997]},"properties":{"@type":"node","@id":8116593320,"@timestamp":1617640345},"coords":"51.5412997,0.0218853","bedrooms":"4","price":"226000","area":"677"} , +{"type":"Feature","id":"n8116593375","geometry":{"type":"Point","coordinates":[0.0218037,51.539514]},"properties":{"@type":"node","@id":8116593375,"@timestamp":1605287061},"coords":"51.539514,0.0218037","bedrooms":"1","price":"232000","area":"428"} , +{"type":"Feature","id":"n8116593385","geometry":{"type":"Point","coordinates":[0.0226969,51.5400379]},"properties":{"@type":"node","@id":8116593385,"@timestamp":1605287061},"coords":"51.5400379,0.0226969","bedrooms":"2","price":"256000","area":"514"} , +{"type":"Feature","id":"n8116593395","geometry":{"type":"Point","coordinates":[0.0210956,51.5405467]},"properties":{"@type":"node","@id":8116593395,"@timestamp":1605287061},"coords":"51.5405467,0.0210956","bedrooms":"2","price":"213000","area":"681"} , +{"type":"Feature","id":"n8116593491","geometry":{"type":"Point","coordinates":[0.0223233,51.5412488]},"properties":{"@type":"node","@id":8116593491,"@timestamp":1617640345},"coords":"51.5412488,0.0223233","bedrooms":"4","price":"196000","area":"381"} , +{"type":"Feature","id":"n8116593542","geometry":{"type":"Point","coordinates":[0.0214754,51.5412412]},"properties":{"@type":"node","@id":8116593542,"@timestamp":1617640345},"coords":"51.5412412,0.0214754","bedrooms":"0","price":"156000","area":"618"} , +{"type":"Feature","id":"n8116670883","geometry":{"type":"Point","coordinates":[-0.5263496,51.6484384]},"properties":{"@type":"node","@id":8116670883,"@timestamp":1605288652},"coords":"51.6484384,-0.5263496","bedrooms":"1","price":"169000","area":"632"} , +{"type":"Feature","id":"n8116772435","geometry":{"type":"Point","coordinates":[-0.1270334,51.5960764]},"properties":{"@type":"node","@id":8116772435,"@timestamp":1619270344},"coords":"51.5960764,-0.1270334","bedrooms":"1","price":"214000","area":"360"} , +{"type":"Feature","id":"n8116772447","geometry":{"type":"Point","coordinates":[-0.1277692,51.5968227]},"properties":{"@type":"node","@id":8116772447,"@timestamp":1605291381},"coords":"51.5968227,-0.1277692","bedrooms":"2","price":"279000","area":"458"} , +{"type":"Feature","id":"n8116783728","geometry":{"type":"Point","coordinates":[-0.1763447,51.4891084]},"properties":{"@type":"node","@id":8116783728,"@timestamp":1605291358},"coords":"51.4891084,-0.1763447","bedrooms":"2","price":"268000","area":"496"} , +{"type":"Feature","id":"n8116783760","geometry":{"type":"Point","coordinates":[-0.1771566,51.4893047]},"properties":{"@type":"node","@id":8116783760,"@timestamp":1605291358},"coords":"51.4893047,-0.1771566","bedrooms":"4","price":"286000","area":"490"} , +{"type":"Feature","id":"n8116845695","geometry":{"type":"Point","coordinates":[-0.9281744,51.7689512]},"properties":{"@type":"node","@id":8116845695,"@timestamp":1605292374},"coords":"51.7689512,-0.9281744","bedrooms":"1","price":"266000","area":"434"} , +{"type":"Feature","id":"n8116937477","geometry":{"type":"Point","coordinates":[-0.3827124,51.6258711]},"properties":{"@type":"node","@id":8116937477,"@timestamp":1605434357},"coords":"51.6258711,-0.3827124","bedrooms":"0","price":"269000","area":"543"} , +{"type":"Feature","id":"n8116958521","geometry":{"type":"Point","coordinates":[-0.8973704,51.7904222]},"properties":{"@type":"node","@id":8116958521,"@timestamp":1634829140},"coords":"51.7904222,-0.8973704","bedrooms":"3","price":"298000","area":"406"} , +{"type":"Feature","id":"n8116958531","geometry":{"type":"Point","coordinates":[-0.9279166,51.794777]},"properties":{"@type":"node","@id":8116958531,"@timestamp":1605295297},"coords":"51.794777,-0.9279166","bedrooms":"1","price":"154000","area":"384"} , +{"type":"Feature","id":"n8116958543","geometry":{"type":"Point","coordinates":[-0.9809849,51.8201007]},"properties":{"@type":"node","@id":8116958543,"@timestamp":1605295297},"coords":"51.8201007,-0.9809849","bedrooms":"0","price":"258000","area":"452"} , +{"type":"Feature","id":"n8117026719","geometry":{"type":"Point","coordinates":[-0.9919744,51.773537]},"properties":{"@type":"node","@id":8117026719,"@timestamp":1605296802},"coords":"51.773537,-0.9919744","bedrooms":"2","price":"289000","area":"621"} , +{"type":"Feature","id":"n8117026729","geometry":{"type":"Point","coordinates":[-0.9965412,51.7779292]},"properties":{"@type":"node","@id":8117026729,"@timestamp":1605296802},"coords":"51.7779292,-0.9965412","bedrooms":"0","price":"254000","area":"441"} , +{"type":"Feature","id":"n8117026739","geometry":{"type":"Point","coordinates":[-1.0037178,51.7775909]},"properties":{"@type":"node","@id":8117026739,"@timestamp":1605296802},"coords":"51.7775909,-1.0037178","bedrooms":"3","price":"185000","area":"516"} , +{"type":"Feature","id":"n8117026750","geometry":{"type":"Point","coordinates":[-0.9975427,51.7728017]},"properties":{"@type":"node","@id":8117026750,"@timestamp":1605296802},"coords":"51.7728017,-0.9975427","bedrooms":"1","price":"298000","area":"369"} , +{"type":"Feature","id":"n8117071008","geometry":{"type":"Point","coordinates":[-0.4940658,51.6512341]},"properties":{"@type":"node","@id":8117071008,"@timestamp":1605300688},"coords":"51.6512341,-0.4940658","bedrooms":"3","price":"181000","area":"443"} , +{"type":"Feature","id":"n8117124727","geometry":{"type":"Point","coordinates":[-0.0553287,51.5559893]},"properties":{"@type":"node","@id":8117124727,"@timestamp":1605300849},"coords":"51.5559893,-0.0553287","bedrooms":"2","price":"205000","area":"478"} , +{"type":"Feature","id":"n8117195704","geometry":{"type":"Point","coordinates":[-0.4101952,51.652315]},"properties":{"@type":"node","@id":8117195704,"@timestamp":1605303228},"coords":"51.652315,-0.4101952","bedrooms":"2","price":"265000","area":"437"} , +{"type":"Feature","id":"n8117232417","geometry":{"type":"Point","coordinates":[-0.4028738,51.6545025]},"properties":{"@type":"node","@id":8117232417,"@timestamp":1605303228},"coords":"51.6545025,-0.4028738","bedrooms":"2","price":"232000","area":"572"} , +{"type":"Feature","id":"n8117365255","geometry":{"type":"Point","coordinates":[0.8357419,51.1427221]},"properties":{"@type":"node","@id":8117365255,"@timestamp":1605306955},"coords":"51.1427221,0.8357419","bedrooms":"3","price":"179000","area":"670"} , +{"type":"Feature","id":"n8117440519","geometry":{"type":"Point","coordinates":[0.702968,51.2265357]},"properties":{"@type":"node","@id":8117440519,"@timestamp":1605309628},"coords":"51.2265357,0.702968","bedrooms":"3","price":"224000","area":"558"} , +{"type":"Feature","id":"n8117543329","geometry":{"type":"Point","coordinates":[0.2847294,51.909692]},"properties":{"@type":"node","@id":8117543329,"@timestamp":1605314109},"coords":"51.909692,0.2847294","bedrooms":"3","price":"212000","area":"459"} , +{"type":"Feature","id":"n8117543457","geometry":{"type":"Point","coordinates":[0.2761088,51.8669132]},"properties":{"@type":"node","@id":8117543457,"@timestamp":1616116322},"coords":"51.8669132,0.2761088","bedrooms":"1","price":"175000","area":"555"} , +{"type":"Feature","id":"n8117627614","geometry":{"type":"Point","coordinates":[-0.2992361,51.3952098]},"properties":{"@type":"node","@id":8117627614,"@timestamp":1605320307},"coords":"51.3952098,-0.2992361","bedrooms":"1","price":"178000","area":"455"} , +{"type":"Feature","id":"n8117732605","geometry":{"type":"Point","coordinates":[-0.1773394,51.4889659]},"properties":{"@type":"node","@id":8117732605,"@timestamp":1605329058},"coords":"51.4889659,-0.1773394","bedrooms":"2","price":"249000","area":"626"} , +{"type":"Feature","id":"n8117740202","geometry":{"type":"Point","coordinates":[-0.1798626,51.4907022]},"properties":{"@type":"node","@id":8117740202,"@timestamp":1605332404},"coords":"51.4907022,-0.1798626","bedrooms":"2","price":"279000","area":"465"} , +{"type":"Feature","id":"n8117740212","geometry":{"type":"Point","coordinates":[-0.1793573,51.4900512]},"properties":{"@type":"node","@id":8117740212,"@timestamp":1605332404},"coords":"51.4900512,-0.1793573","bedrooms":"0","price":"220000","area":"424"} , +{"type":"Feature","id":"n8117778979","geometry":{"type":"Point","coordinates":[-0.1764694,51.4889088]},"properties":{"@type":"node","@id":8117778979,"@timestamp":1605329058},"coords":"51.4889088,-0.1764694","bedrooms":"3","price":"173000","area":"591"} , +{"type":"Feature","id":"n8117835884","geometry":{"type":"Point","coordinates":[-0.1804418,51.4907473]},"properties":{"@type":"node","@id":8117835884,"@timestamp":1605334701},"coords":"51.4907473,-0.1804418","bedrooms":"4","price":"257000","area":"380"} , +{"type":"Feature","id":"n8117835894","geometry":{"type":"Point","coordinates":[-0.1799627,51.4899932]},"properties":{"@type":"node","@id":8117835894,"@timestamp":1605334701},"coords":"51.4899932,-0.1799627","bedrooms":"4","price":"157000","area":"643"} , +{"type":"Feature","id":"n8117835904","geometry":{"type":"Point","coordinates":[-0.1794673,51.4893733]},"properties":{"@type":"node","@id":8117835904,"@timestamp":1605334701},"coords":"51.4893733,-0.1794673","bedrooms":"4","price":"180000","area":"683"} , +{"type":"Feature","id":"n8117867437","geometry":{"type":"Point","coordinates":[-0.1800871,51.4905585]},"properties":{"@type":"node","@id":8117867437,"@timestamp":1605334701},"coords":"51.4905585,-0.1800871","bedrooms":"0","price":"189000","area":"566"} , +{"type":"Feature","id":"n8117867447","geometry":{"type":"Point","coordinates":[-0.1796567,51.4898805]},"properties":{"@type":"node","@id":8117867447,"@timestamp":1605334701},"coords":"51.4898805,-0.1796567","bedrooms":"2","price":"156000","area":"409"} , +{"type":"Feature","id":"n8117999208","geometry":{"type":"Point","coordinates":[-0.1800676,51.4897043]},"properties":{"@type":"node","@id":8117999208,"@timestamp":1605343035},"coords":"51.4897043,-0.1800676","bedrooms":"2","price":"156000","area":"577"} , +{"type":"Feature","id":"n8118034011","geometry":{"type":"Point","coordinates":[-0.7779165,51.5896329]},"properties":{"@type":"node","@id":8118034011,"@timestamp":1605343085},"coords":"51.5896329,-0.7779165","bedrooms":"1","price":"293000","area":"623"} , +{"type":"Feature","id":"n8118042720","geometry":{"type":"Point","coordinates":[-0.7746154,51.5883883]},"properties":{"@type":"node","@id":8118042720,"@timestamp":1605343085},"coords":"51.5883883,-0.7746154","bedrooms":"0","price":"292000","area":"420"} , +{"type":"Feature","id":"n8118042730","geometry":{"type":"Point","coordinates":[-0.7782485,51.5884254]},"properties":{"@type":"node","@id":8118042730,"@timestamp":1605343085},"coords":"51.5884254,-0.7782485","bedrooms":"4","price":"278000","area":"621"} , +{"type":"Feature","id":"n8118042740","geometry":{"type":"Point","coordinates":[-0.7769384,51.5878595]},"properties":{"@type":"node","@id":8118042740,"@timestamp":1605343085},"coords":"51.5878595,-0.7769384","bedrooms":"0","price":"155000","area":"379"} , +{"type":"Feature","id":"n8118042750","geometry":{"type":"Point","coordinates":[-0.7744925,51.5911209]},"properties":{"@type":"node","@id":8118042750,"@timestamp":1605343085},"coords":"51.5911209,-0.7744925","bedrooms":"2","price":"253000","area":"432"} , +{"type":"Feature","id":"n8118042760","geometry":{"type":"Point","coordinates":[-0.7848712,51.5935114]},"properties":{"@type":"node","@id":8118042760,"@timestamp":1605343085},"coords":"51.5935114,-0.7848712","bedrooms":"1","price":"245000","area":"452"} , +{"type":"Feature","id":"n8118495421","geometry":{"type":"Point","coordinates":[0.0006746,51.4246126]},"properties":{"@type":"node","@id":8118495421,"@timestamp":1605360088},"coords":"51.4246126,0.0006746","bedrooms":"4","price":"215000","area":"467"} , +{"type":"Feature","id":"n8118557651","geometry":{"type":"Point","coordinates":[-0.4201618,51.6570605]},"properties":{"@type":"node","@id":8118557651,"@timestamp":1605362037},"coords":"51.6570605,-0.4201618","bedrooms":"3","price":"196000","area":"402"} , +{"type":"Feature","id":"n8118557685","geometry":{"type":"Point","coordinates":[-0.4208057,51.6555448]},"properties":{"@type":"node","@id":8118557685,"@timestamp":1610406781},"coords":"51.6555448,-0.4208057","bedrooms":"2","price":"238000","area":"408"} , +{"type":"Feature","id":"n8118566418","geometry":{"type":"Point","coordinates":[0.0512634,51.5018693]},"properties":{"@type":"node","@id":8118566418,"@timestamp":1626709986},"coords":"51.5018693,0.0512634","bedrooms":"4","price":"245000","area":"528"} , +{"type":"Feature","id":"n8118566430","geometry":{"type":"Point","coordinates":[-0.7756092,51.5790797]},"properties":{"@type":"node","@id":8118566430,"@timestamp":1605362974},"coords":"51.5790797,-0.7756092","bedrooms":"3","price":"295000","area":"360"} , +{"type":"Feature","id":"n8118566440","geometry":{"type":"Point","coordinates":[-0.7730599,51.5689982]},"properties":{"@type":"node","@id":8118566440,"@timestamp":1605362974},"coords":"51.5689982,-0.7730599","bedrooms":"3","price":"184000","area":"436"} , +{"type":"Feature","id":"n8118566450","geometry":{"type":"Point","coordinates":[-0.7632595,51.5824485]},"properties":{"@type":"node","@id":8118566450,"@timestamp":1605362974},"coords":"51.5824485,-0.7632595","bedrooms":"0","price":"221000","area":"487"} , +{"type":"Feature","id":"n8118580434","geometry":{"type":"Point","coordinates":[0.169959,51.5281154]},"properties":{"@type":"node","@id":8118580434,"@timestamp":1605363150},"coords":"51.5281154,0.169959","bedrooms":"3","price":"185000","area":"352"} , +{"type":"Feature","id":"n8118580511","geometry":{"type":"Point","coordinates":[0.1699644,51.5271747]},"properties":{"@type":"node","@id":8118580511,"@timestamp":1605363150},"coords":"51.5271747,0.1699644","bedrooms":"1","price":"234000","area":"663"} , +{"type":"Feature","id":"n8118581458","geometry":{"type":"Point","coordinates":[-0.116674,51.4274279]},"properties":{"@type":"node","@id":8118581458,"@timestamp":1636222471},"coords":"51.4274279,-0.116674","bedrooms":"2","price":"287000","area":"405"} , +{"type":"Feature","id":"n8118628930","geometry":{"type":"Point","coordinates":[-0.2193391,51.4639734]},"properties":{"@type":"node","@id":8118628930,"@timestamp":1611530880},"coords":"51.4639734,-0.2193391","bedrooms":"4","price":"178000","area":"448"} , +{"type":"Feature","id":"n8118669041","geometry":{"type":"Point","coordinates":[0.0152966,51.4209372]},"properties":{"@type":"node","@id":8118669041,"@timestamp":1605365368},"coords":"51.4209372,0.0152966","bedrooms":"4","price":"163000","area":"465"} , +{"type":"Feature","id":"n8118726109","geometry":{"type":"Point","coordinates":[-0.1788742,51.4891283]},"properties":{"@type":"node","@id":8118726109,"@timestamp":1605366923},"coords":"51.4891283,-0.1788742","bedrooms":"4","price":"205000","area":"483"} , +{"type":"Feature","id":"n8118774157","geometry":{"type":"Point","coordinates":[-0.7948938,51.5716576]},"properties":{"@type":"node","@id":8118774157,"@timestamp":1605368284},"coords":"51.5716576,-0.7948938","bedrooms":"2","price":"201000","area":"618"} , +{"type":"Feature","id":"n8118774167","geometry":{"type":"Point","coordinates":[-0.7886882,51.5714228]},"properties":{"@type":"node","@id":8118774167,"@timestamp":1605368284},"coords":"51.5714228,-0.7886882","bedrooms":"1","price":"204000","area":"360"} , +{"type":"Feature","id":"n8118781354","geometry":{"type":"Point","coordinates":[-0.0020613,51.4304533]},"properties":{"@type":"node","@id":8118781354,"@timestamp":1605368358},"coords":"51.4304533,-0.0020613","bedrooms":"0","price":"209000","area":"548"} , +{"type":"Feature","id":"n8118848724","geometry":{"type":"Point","coordinates":[-0.1781271,51.4888295]},"properties":{"@type":"node","@id":8118848724,"@timestamp":1605370769},"coords":"51.4888295,-0.1781271","bedrooms":"2","price":"248000","area":"595"} , +{"type":"Feature","id":"n8118848807","geometry":{"type":"Point","coordinates":[-0.1781518,51.4883718]},"properties":{"@type":"node","@id":8118848807,"@timestamp":1605370769},"coords":"51.4883718,-0.1781518","bedrooms":"1","price":"180000","area":"672"} , +{"type":"Feature","id":"n8118850781","geometry":{"type":"Point","coordinates":[-0.7155783,51.5778332]},"properties":{"@type":"node","@id":8118850781,"@timestamp":1605371603},"coords":"51.5778332,-0.7155783","bedrooms":"0","price":"153000","area":"598"} , +{"type":"Feature","id":"n8118850805","geometry":{"type":"Point","coordinates":[-0.7117654,51.577729]},"properties":{"@type":"node","@id":8118850805,"@timestamp":1605371603},"coords":"51.577729,-0.7117654","bedrooms":"1","price":"188000","area":"579"} , +{"type":"Feature","id":"n8118870518","geometry":{"type":"Point","coordinates":[-0.7045665,51.5705226]},"properties":{"@type":"node","@id":8118870518,"@timestamp":1605371603},"coords":"51.5705226,-0.7045665","bedrooms":"1","price":"155000","area":"576"} , +{"type":"Feature","id":"n8118870535","geometry":{"type":"Point","coordinates":[-0.7044866,51.5704315]},"properties":{"@type":"node","@id":8118870535,"@timestamp":1605371603},"coords":"51.5704315,-0.7044866","bedrooms":"3","price":"163000","area":"652"} , +{"type":"Feature","id":"n8118870552","geometry":{"type":"Point","coordinates":[-0.7044798,51.5704912]},"properties":{"@type":"node","@id":8118870552,"@timestamp":1605371603},"coords":"51.5704912,-0.7044798","bedrooms":"4","price":"208000","area":"618"} , +{"type":"Feature","id":"n8118870570","geometry":{"type":"Point","coordinates":[-0.704388,51.5704577]},"properties":{"@type":"node","@id":8118870570,"@timestamp":1605371603},"coords":"51.5704577,-0.704388","bedrooms":"1","price":"198000","area":"584"} , +{"type":"Feature","id":"n8119005668","geometry":{"type":"Point","coordinates":[0.2788507,51.6133295]},"properties":{"@type":"node","@id":8119005668,"@timestamp":1605382316},"coords":"51.6133295,0.2788507","bedrooms":"3","price":"166000","area":"481"} , +{"type":"Feature","id":"n8119145835","geometry":{"type":"Point","coordinates":[-0.5489769,51.580797]},"properties":{"@type":"node","@id":8119145835,"@timestamp":1605379488},"coords":"51.580797,-0.5489769","bedrooms":"1","price":"175000","area":"392"} , +{"type":"Feature","id":"n8119193125","geometry":{"type":"Point","coordinates":[-0.5607793,51.5920508]},"properties":{"@type":"node","@id":8119193125,"@timestamp":1627226657},"coords":"51.5920508,-0.5607793","bedrooms":"3","price":"280000","area":"454"} , +{"type":"Feature","id":"n8119193874","geometry":{"type":"Point","coordinates":[-0.7068564,51.600837]},"properties":{"@type":"node","@id":8119193874,"@timestamp":1605381594},"coords":"51.600837,-0.7068564","bedrooms":"0","price":"217000","area":"586"} , +{"type":"Feature","id":"n8119193890","geometry":{"type":"Point","coordinates":[-0.7137815,51.6029551]},"properties":{"@type":"node","@id":8119193890,"@timestamp":1605381594},"coords":"51.6029551,-0.7137815","bedrooms":"0","price":"286000","area":"428"} , +{"type":"Feature","id":"n8119193905","geometry":{"type":"Point","coordinates":[-0.7065071,51.5946384]},"properties":{"@type":"node","@id":8119193905,"@timestamp":1605381594},"coords":"51.5946384,-0.7065071","bedrooms":"4","price":"274000","area":"598"} , +{"type":"Feature","id":"n8119216519","geometry":{"type":"Point","coordinates":[-0.7111792,51.604824]},"properties":{"@type":"node","@id":8119216519,"@timestamp":1605381594},"coords":"51.604824,-0.7111792","bedrooms":"1","price":"189000","area":"623"} , +{"type":"Feature","id":"n8119216531","geometry":{"type":"Point","coordinates":[-0.7034043,51.5932082]},"properties":{"@type":"node","@id":8119216531,"@timestamp":1605381594},"coords":"51.5932082,-0.7034043","bedrooms":"3","price":"234000","area":"591"} , +{"type":"Feature","id":"n8119293802","geometry":{"type":"Point","coordinates":[-0.0967438,51.5750733]},"properties":{"@type":"node","@id":8119293802,"@timestamp":1605384583},"coords":"51.5750733,-0.0967438","bedrooms":"2","price":"279000","area":"550"} , +{"type":"Feature","id":"n8119366950","geometry":{"type":"Point","coordinates":[0.028325,51.4995415]},"properties":{"@type":"node","@id":8119366950,"@timestamp":1605386758},"coords":"51.4995415,0.028325","bedrooms":"2","price":"196000","area":"386"} , +{"type":"Feature","id":"n8119559383","geometry":{"type":"Point","coordinates":[-0.6796153,51.592235]},"properties":{"@type":"node","@id":8119559383,"@timestamp":1605391984},"coords":"51.592235,-0.6796153","bedrooms":"0","price":"231000","area":"506"} , +{"type":"Feature","id":"n8119559393","geometry":{"type":"Point","coordinates":[-0.6916634,51.5805369]},"properties":{"@type":"node","@id":8119559393,"@timestamp":1605391984},"coords":"51.5805369,-0.6916634","bedrooms":"3","price":"210000","area":"483"} , +{"type":"Feature","id":"n8119559403","geometry":{"type":"Point","coordinates":[-0.6837924,51.5913419]},"properties":{"@type":"node","@id":8119559403,"@timestamp":1605391984},"coords":"51.5913419,-0.6837924","bedrooms":"0","price":"238000","area":"369"} , +{"type":"Feature","id":"n8119589536","geometry":{"type":"Point","coordinates":[-0.9563271,51.4068849]},"properties":{"@type":"node","@id":8119589536,"@timestamp":1619309446},"coords":"51.4068849,-0.9563271","bedrooms":"0","price":"294000","area":"365"} , +{"type":"Feature","id":"n8119615638","geometry":{"type":"Point","coordinates":[-0.5659315,51.5763339]},"properties":{"@type":"node","@id":8119615638,"@timestamp":1605394010},"coords":"51.5763339,-0.5659315","bedrooms":"3","price":"205000","area":"641"} , +{"type":"Feature","id":"n8119793639","geometry":{"type":"Point","coordinates":[0.2487694,51.8803027]},"properties":{"@type":"node","@id":8119793639,"@timestamp":1616246251},"coords":"51.8803027,0.2487694","bedrooms":"4","price":"162000","area":"605"} , +{"type":"Feature","id":"n8119880477","geometry":{"type":"Point","coordinates":[-0.4475328,51.4736488]},"properties":{"@type":"node","@id":8119880477,"@timestamp":1605407314},"coords":"51.4736488,-0.4475328","bedrooms":"0","price":"208000","area":"478"} , +{"type":"Feature","id":"n8120133261","geometry":{"type":"Point","coordinates":[-0.1826088,51.4906307]},"properties":{"@type":"node","@id":8120133261,"@timestamp":1605419692},"coords":"51.4906307,-0.1826088","bedrooms":"1","price":"211000","area":"522"} , +{"type":"Feature","id":"n8120133294","geometry":{"type":"Point","coordinates":[-0.1826687,51.4907155]},"properties":{"@type":"node","@id":8120133294,"@timestamp":1605419692},"coords":"51.4907155,-0.1826687","bedrooms":"0","price":"205000","area":"579"} , +{"type":"Feature","id":"n8120133314","geometry":{"type":"Point","coordinates":[-0.1822977,51.4901896]},"properties":{"@type":"node","@id":8120133314,"@timestamp":1605419692},"coords":"51.4901896,-0.1822977","bedrooms":"2","price":"281000","area":"526"} , +{"type":"Feature","id":"n8120133361","geometry":{"type":"Point","coordinates":[-0.1819048,51.4897611]},"properties":{"@type":"node","@id":8120133361,"@timestamp":1605419692},"coords":"51.4897611,-0.1819048","bedrooms":"4","price":"246000","area":"467"} , +{"type":"Feature","id":"n8120133450","geometry":{"type":"Point","coordinates":[-0.1814445,51.4891477]},"properties":{"@type":"node","@id":8120133450,"@timestamp":1605419692},"coords":"51.4891477,-0.1814445","bedrooms":"1","price":"220000","area":"597"} , +{"type":"Feature","id":"n8120232631","geometry":{"type":"Point","coordinates":[-0.1817157,51.4903684]},"properties":{"@type":"node","@id":8120232631,"@timestamp":1605424855},"coords":"51.4903684,-0.1817157","bedrooms":"3","price":"296000","area":"544"} , +{"type":"Feature","id":"n8120232641","geometry":{"type":"Point","coordinates":[-0.1814038,51.4898345]},"properties":{"@type":"node","@id":8120232641,"@timestamp":1605424855},"coords":"51.4898345,-0.1814038","bedrooms":"4","price":"255000","area":"474"} , +{"type":"Feature","id":"n8120263498","geometry":{"type":"Point","coordinates":[-0.1813668,51.4905215]},"properties":{"@type":"node","@id":8120263498,"@timestamp":1605427157},"coords":"51.4905215,-0.1813668","bedrooms":"3","price":"243000","area":"413"} , +{"type":"Feature","id":"n8120263508","geometry":{"type":"Point","coordinates":[-0.1809375,51.4898184]},"properties":{"@type":"node","@id":8120263508,"@timestamp":1605427157},"coords":"51.4898184,-0.1809375","bedrooms":"1","price":"175000","area":"629"} , +{"type":"Feature","id":"n8120350049","geometry":{"type":"Point","coordinates":[-0.7086655,51.5822695]},"properties":{"@type":"node","@id":8120350049,"@timestamp":1605430315},"coords":"51.5822695,-0.7086655","bedrooms":"0","price":"213000","area":"688"} , +{"type":"Feature","id":"n8120350059","geometry":{"type":"Point","coordinates":[-0.7126441,51.5825507]},"properties":{"@type":"node","@id":8120350059,"@timestamp":1605430315},"coords":"51.5825507,-0.7126441","bedrooms":"2","price":"245000","area":"596"} , +{"type":"Feature","id":"n8120415839","geometry":{"type":"Point","coordinates":[-0.7684427,51.571989]},"properties":{"@type":"node","@id":8120415839,"@timestamp":1605432414},"coords":"51.571989,-0.7684427","bedrooms":"0","price":"196000","area":"394"} , +{"type":"Feature","id":"n8120415849","geometry":{"type":"Point","coordinates":[-0.7637368,51.5760304]},"properties":{"@type":"node","@id":8120415849,"@timestamp":1605432414},"coords":"51.5760304,-0.7637368","bedrooms":"0","price":"218000","area":"409"} , +{"type":"Feature","id":"n8120530343","geometry":{"type":"Point","coordinates":[-0.022581,51.5431972]},"properties":{"@type":"node","@id":8120530343,"@timestamp":1605436813},"coords":"51.5431972,-0.022581","bedrooms":"3","price":"156000","area":"414"} , +{"type":"Feature","id":"n8120587615","geometry":{"type":"Point","coordinates":[0.167542,51.5279988]},"properties":{"@type":"node","@id":8120587615,"@timestamp":1605438796},"coords":"51.5279988,0.167542","bedrooms":"4","price":"239000","area":"489"} , +{"type":"Feature","id":"n8120592867","geometry":{"type":"Point","coordinates":[-0.350043,51.0699384]},"properties":{"@type":"node","@id":8120592867,"@timestamp":1605438687},"coords":"51.0699384,-0.350043","bedrooms":"4","price":"231000","area":"537"} , +{"type":"Feature","id":"n8120830667","geometry":{"type":"Point","coordinates":[-0.9735044,51.4049636]},"properties":{"@type":"node","@id":8120830667,"@timestamp":1605445213},"coords":"51.4049636,-0.9735044","bedrooms":"3","price":"189000","area":"369"} , +{"type":"Feature","id":"n8120965038","geometry":{"type":"Point","coordinates":[-0.5931832,51.5520591]},"properties":{"@type":"node","@id":8120965038,"@timestamp":1605448679},"coords":"51.5520591,-0.5931832","bedrooms":"3","price":"288000","area":"647"} , +{"type":"Feature","id":"n8120968158","geometry":{"type":"Point","coordinates":[-0.7117904,51.5979623]},"properties":{"@type":"node","@id":8120968158,"@timestamp":1605449977},"coords":"51.5979623,-0.7117904","bedrooms":"3","price":"233000","area":"645"} , +{"type":"Feature","id":"n8120968168","geometry":{"type":"Point","coordinates":[-0.7122795,51.5993771]},"properties":{"@type":"node","@id":8120968168,"@timestamp":1605449977},"coords":"51.5993771,-0.7122795","bedrooms":"1","price":"258000","area":"654"} , +{"type":"Feature","id":"n8121003296","geometry":{"type":"Point","coordinates":[-0.5326867,51.3992057]},"properties":{"@type":"node","@id":8121003296,"@timestamp":1605450008},"coords":"51.3992057,-0.5326867","bedrooms":"0","price":"236000","area":"500"} , +{"type":"Feature","id":"n8121098257","geometry":{"type":"Point","coordinates":[-0.1808732,51.4886326]},"properties":{"@type":"node","@id":8121098257,"@timestamp":1605452626},"coords":"51.4886326,-0.1808732","bedrooms":"0","price":"169000","area":"582"} , +{"type":"Feature","id":"n8121098312","geometry":{"type":"Point","coordinates":[-0.1804392,51.4885513]},"properties":{"@type":"node","@id":8121098312,"@timestamp":1605452626},"coords":"51.4885513,-0.1804392","bedrooms":"1","price":"185000","area":"697"} , +{"type":"Feature","id":"n8121101788","geometry":{"type":"Point","coordinates":[-0.8567336,51.503168]},"properties":{"@type":"node","@id":8121101788,"@timestamp":1605454367},"coords":"51.503168,-0.8567336","bedrooms":"0","price":"232000","area":"661"} , +{"type":"Feature","id":"n8121101798","geometry":{"type":"Point","coordinates":[-0.8603999,51.5048548]},"properties":{"@type":"node","@id":8121101798,"@timestamp":1605454367},"coords":"51.5048548,-0.8603999","bedrooms":"1","price":"281000","area":"530"} , +{"type":"Feature","id":"n8121134318","geometry":{"type":"Point","coordinates":[-0.1051099,51.4435138]},"properties":{"@type":"node","@id":8121134318,"@timestamp":1605453590},"coords":"51.4435138,-0.1051099","bedrooms":"3","price":"288000","area":"500"} , +{"type":"Feature","id":"n8121143716","geometry":{"type":"Point","coordinates":[-0.17998,51.4888932]},"properties":{"@type":"node","@id":8121143716,"@timestamp":1605454355},"coords":"51.4888932,-0.17998","bedrooms":"4","price":"263000","area":"419"} , +{"type":"Feature","id":"n8121178542","geometry":{"type":"Point","coordinates":[-0.1052179,51.4462121]},"properties":{"@type":"node","@id":8121178542,"@timestamp":1605454929},"coords":"51.4462121,-0.1052179","bedrooms":"1","price":"291000","area":"635"} , +{"type":"Feature","id":"n8121186653","geometry":{"type":"Point","coordinates":[-0.8801247,51.4924817]},"properties":{"@type":"node","@id":8121186653,"@timestamp":1605455165},"coords":"51.4924817,-0.8801247","bedrooms":"4","price":"247000","area":"503"} , +{"type":"Feature","id":"n8121187545","geometry":{"type":"Point","coordinates":[-0.1366098,51.5066474]},"properties":{"@type":"node","@id":8121187545,"@timestamp":1610476020},"coords":"51.5066474,-0.1366098","bedrooms":"3","price":"259000","area":"438"} , +{"type":"Feature","id":"n8121187558","geometry":{"type":"Point","coordinates":[-0.1529854,51.5237571]},"properties":{"@type":"node","@id":8121187558,"@timestamp":1617289048},"coords":"51.5237571,-0.1529854","bedrooms":"0","price":"171000","area":"623"} , +{"type":"Feature","id":"n8121210768","geometry":{"type":"Point","coordinates":[-0.1139406,51.9391217]},"properties":{"@type":"node","@id":8121210768,"@timestamp":1605456294},"coords":"51.9391217,-0.1139406","bedrooms":"3","price":"263000","area":"651"} , +{"type":"Feature","id":"n8121272271","geometry":{"type":"Point","coordinates":[0.0231638,51.4991357]},"properties":{"@type":"node","@id":8121272271,"@timestamp":1605457999},"coords":"51.4991357,0.0231638","bedrooms":"3","price":"203000","area":"653"} , +{"type":"Feature","id":"n8121325815","geometry":{"type":"Point","coordinates":[-0.1483579,51.4598334]},"properties":{"@type":"node","@id":8121325815,"@timestamp":1605459551},"coords":"51.4598334,-0.1483579","bedrooms":"2","price":"196000","area":"412"} , +{"type":"Feature","id":"n8121358185","geometry":{"type":"Point","coordinates":[-0.6225163,51.8007628]},"properties":{"@type":"node","@id":8121358185,"@timestamp":1605462093},"coords":"51.8007628,-0.6225163","bedrooms":"0","price":"192000","area":"366"} , +{"type":"Feature","id":"n8121416646","geometry":{"type":"Point","coordinates":[0.2144118,51.3891934]},"properties":{"@type":"node","@id":8121416646,"@timestamp":1605462208},"coords":"51.3891934,0.2144118","bedrooms":"2","price":"201000","area":"551"} , +{"type":"Feature","id":"n8121695412","geometry":{"type":"Point","coordinates":[-0.1187753,51.4435415]},"properties":{"@type":"node","@id":8121695412,"@timestamp":1605468711},"coords":"51.4435415,-0.1187753","bedrooms":"3","price":"162000","area":"359"} , +{"type":"Feature","id":"n8121841383","geometry":{"type":"Point","coordinates":[-0.3945141,51.6808191]},"properties":{"@type":"node","@id":8121841383,"@timestamp":1605470929},"coords":"51.6808191,-0.3945141","bedrooms":"3","price":"246000","area":"680"} , +{"type":"Feature","id":"n8121891246","geometry":{"type":"Point","coordinates":[-0.9032993,51.4698508]},"properties":{"@type":"node","@id":8121891246,"@timestamp":1605473755},"coords":"51.4698508,-0.9032993","bedrooms":"1","price":"159000","area":"549"} , +{"type":"Feature","id":"n8121934586","geometry":{"type":"Point","coordinates":[-0.3300123,51.356029]},"properties":{"@type":"node","@id":8121934586,"@timestamp":1605474608},"coords":"51.356029,-0.3300123","bedrooms":"3","price":"211000","area":"465"} , +{"type":"Feature","id":"n8122109852","geometry":{"type":"Point","coordinates":[-0.0559968,51.4060879]},"properties":{"@type":"node","@id":8122109852,"@timestamp":1615966121},"coords":"51.4060879,-0.0559968","bedrooms":"1","price":"292000","area":"353"} , +{"type":"Feature","id":"n8122226071","geometry":{"type":"Point","coordinates":[-0.011158,51.4304709]},"properties":{"@type":"node","@id":8122226071,"@timestamp":1605481833},"coords":"51.4304709,-0.011158","bedrooms":"4","price":"266000","area":"424"} , +{"type":"Feature","id":"n8122348802","geometry":{"type":"Point","coordinates":[-0.2536578,51.4159212]},"properties":{"@type":"node","@id":8122348802,"@timestamp":1605485507},"coords":"51.4159212,-0.2536578","bedrooms":"2","price":"272000","area":"660"} , +{"type":"Feature","id":"n8122369696","geometry":{"type":"Point","coordinates":[-0.2571628,51.4163489]},"properties":{"@type":"node","@id":8122369696,"@timestamp":1605486604},"coords":"51.4163489,-0.2571628","bedrooms":"3","price":"224000","area":"427"} , +{"type":"Feature","id":"n8122409182","geometry":{"type":"Point","coordinates":[-0.3137755,51.5022151]},"properties":{"@type":"node","@id":8122409182,"@timestamp":1605489594},"coords":"51.5022151,-0.3137755","bedrooms":"0","price":"244000","area":"455"} , +{"type":"Feature","id":"n8122577458","geometry":{"type":"Point","coordinates":[0.8688989,51.8720672]},"properties":{"@type":"node","@id":8122577458,"@timestamp":1605496310},"coords":"51.8720672,0.8688989","bedrooms":"4","price":"253000","area":"369"} , +{"type":"Feature","id":"n8123155454","geometry":{"type":"Point","coordinates":[-0.1795133,51.4884312]},"properties":{"@type":"node","@id":8123155454,"@timestamp":1605502749},"coords":"51.4884312,-0.1795133","bedrooms":"0","price":"181000","area":"503"} , +{"type":"Feature","id":"n8123195929","geometry":{"type":"Point","coordinates":[-0.1197861,51.5111337]},"properties":{"@type":"node","@id":8123195929,"@timestamp":1605504506},"coords":"51.5111337,-0.1197861","bedrooms":"2","price":"241000","area":"633"} , +{"type":"Feature","id":"n8123294139","geometry":{"type":"Point","coordinates":[-0.1796011,51.4875295]},"properties":{"@type":"node","@id":8123294139,"@timestamp":1605508008},"coords":"51.4875295,-0.1796011","bedrooms":"0","price":"263000","area":"423"} , +{"type":"Feature","id":"n8123514537","geometry":{"type":"Point","coordinates":[-0.5250638,51.113519]},"properties":{"@type":"node","@id":8123514537,"@timestamp":1605513810},"coords":"51.113519,-0.5250638","bedrooms":"3","price":"260000","area":"690"} , +{"type":"Feature","id":"n8123573723","geometry":{"type":"Point","coordinates":[-0.9173609,51.4668743]},"properties":{"@type":"node","@id":8123573723,"@timestamp":1605514468},"coords":"51.4668743,-0.9173609","bedrooms":"1","price":"220000","area":"508"} , +{"type":"Feature","id":"n8123573736","geometry":{"type":"Point","coordinates":[-0.9172324,51.4646367]},"properties":{"@type":"node","@id":8123573736,"@timestamp":1605514468},"coords":"51.4646367,-0.9172324","bedrooms":"2","price":"299000","area":"632"} , +{"type":"Feature","id":"n8123573753","geometry":{"type":"Point","coordinates":[-0.8889093,51.4809392]},"properties":{"@type":"node","@id":8123573753,"@timestamp":1605514468},"coords":"51.4809392,-0.8889093","bedrooms":"1","price":"222000","area":"534"} , +{"type":"Feature","id":"n8123704545","geometry":{"type":"Point","coordinates":[-0.5528867,51.5857007]},"properties":{"@type":"node","@id":8123704545,"@timestamp":1605517325},"coords":"51.5857007,-0.5528867","bedrooms":"4","price":"205000","area":"645"} , +{"type":"Feature","id":"n8123907873","geometry":{"type":"Point","coordinates":[0.7594465,51.6840338]},"properties":{"@type":"node","@id":8123907873,"@timestamp":1605520741},"coords":"51.6840338,0.7594465","bedrooms":"2","price":"276000","area":"650"} , +{"type":"Feature","id":"n8124381035","geometry":{"type":"Point","coordinates":[-0.1418838,51.5066888]},"properties":{"@type":"node","@id":8124381035,"@timestamp":1605529183},"coords":"51.5066888,-0.1418838","bedrooms":"2","price":"164000","area":"602"} , +{"type":"Feature","id":"n8124381050","geometry":{"type":"Point","coordinates":[-0.1847134,51.5349219]},"properties":{"@type":"node","@id":8124381050,"@timestamp":1605529183},"coords":"51.5349219,-0.1847134","bedrooms":"2","price":"153000","area":"612"} , +{"type":"Feature","id":"n8124759988","geometry":{"type":"Point","coordinates":[-0.3453424,51.0716529]},"properties":{"@type":"node","@id":8124759988,"@timestamp":1605536642},"coords":"51.0716529,-0.3453424","bedrooms":"4","price":"221000","area":"382"} , +{"type":"Feature","id":"n8124759998","geometry":{"type":"Point","coordinates":[-0.3463008,51.0710499]},"properties":{"@type":"node","@id":8124759998,"@timestamp":1605536642},"coords":"51.0710499,-0.3463008","bedrooms":"4","price":"220000","area":"551"} , +{"type":"Feature","id":"n8124760008","geometry":{"type":"Point","coordinates":[-0.3466537,51.0708634]},"properties":{"@type":"node","@id":8124760008,"@timestamp":1605536642},"coords":"51.0708634,-0.3466537","bedrooms":"2","price":"260000","area":"506"} , +{"type":"Feature","id":"n8124760018","geometry":{"type":"Point","coordinates":[-0.3473833,51.0705218]},"properties":{"@type":"node","@id":8124760018,"@timestamp":1605536642},"coords":"51.0705218,-0.3473833","bedrooms":"2","price":"203000","area":"375"} , +{"type":"Feature","id":"n8124760028","geometry":{"type":"Point","coordinates":[-0.3489521,51.0700199]},"properties":{"@type":"node","@id":8124760028,"@timestamp":1605536642},"coords":"51.0700199,-0.3489521","bedrooms":"0","price":"176000","area":"457"} , +{"type":"Feature","id":"n8124760038","geometry":{"type":"Point","coordinates":[-0.3491058,51.0693151]},"properties":{"@type":"node","@id":8124760038,"@timestamp":1605536642},"coords":"51.0693151,-0.3491058","bedrooms":"1","price":"216000","area":"561"} , +{"type":"Feature","id":"n8124760048","geometry":{"type":"Point","coordinates":[-0.349684,51.0703113]},"properties":{"@type":"node","@id":8124760048,"@timestamp":1605536642},"coords":"51.0703113,-0.349684","bedrooms":"2","price":"254000","area":"582"} , +{"type":"Feature","id":"n8124760058","geometry":{"type":"Point","coordinates":[-0.3479292,51.0708986]},"properties":{"@type":"node","@id":8124760058,"@timestamp":1605536642},"coords":"51.0708986,-0.3479292","bedrooms":"4","price":"188000","area":"655"} , +{"type":"Feature","id":"n8124760068","geometry":{"type":"Point","coordinates":[-0.34476,51.0704976]},"properties":{"@type":"node","@id":8124760068,"@timestamp":1605536642},"coords":"51.0704976,-0.34476","bedrooms":"1","price":"170000","area":"386"} , +{"type":"Feature","id":"n8124760078","geometry":{"type":"Point","coordinates":[-0.3450313,51.0693855]},"properties":{"@type":"node","@id":8124760078,"@timestamp":1605536642},"coords":"51.0693855,-0.3450313","bedrooms":"3","price":"245000","area":"557"} , +{"type":"Feature","id":"n8124760088","geometry":{"type":"Point","coordinates":[-0.3470113,51.0686251]},"properties":{"@type":"node","@id":8124760088,"@timestamp":1605536642},"coords":"51.0686251,-0.3470113","bedrooms":"2","price":"227000","area":"583"} , +{"type":"Feature","id":"n8124760098","geometry":{"type":"Point","coordinates":[-0.3487697,51.0691495]},"properties":{"@type":"node","@id":8124760098,"@timestamp":1605536642},"coords":"51.0691495,-0.3487697","bedrooms":"0","price":"258000","area":"689"} , +{"type":"Feature","id":"n8124976300","geometry":{"type":"Point","coordinates":[-0.4019519,51.6740993]},"properties":{"@type":"node","@id":8124976300,"@timestamp":1605541783},"coords":"51.6740993,-0.4019519","bedrooms":"2","price":"245000","area":"524"} , +{"type":"Feature","id":"n8125126828","geometry":{"type":"Point","coordinates":[-0.1829719,51.4902998]},"properties":{"@type":"node","@id":8125126828,"@timestamp":1605544390},"coords":"51.4902998,-0.1829719","bedrooms":"2","price":"190000","area":"401"} , +{"type":"Feature","id":"n8125126846","geometry":{"type":"Point","coordinates":[-0.1825931,51.4898743]},"properties":{"@type":"node","@id":8125126846,"@timestamp":1605544390},"coords":"51.4898743,-0.1825931","bedrooms":"0","price":"256000","area":"647"} , +{"type":"Feature","id":"n8125171297","geometry":{"type":"Point","coordinates":[-1.029439,51.6742725]},"properties":{"@type":"node","@id":8125171297,"@timestamp":1610315949},"coords":"51.6742725,-1.029439","bedrooms":"1","price":"257000","area":"540"} , +{"type":"Feature","id":"n8125302616","geometry":{"type":"Point","coordinates":[-0.342692,51.0713879]},"properties":{"@type":"node","@id":8125302616,"@timestamp":1605548522},"coords":"51.0713879,-0.342692","bedrooms":"3","price":"250000","area":"389"} , +{"type":"Feature","id":"n8125349640","geometry":{"type":"Point","coordinates":[0.2128628,51.3967591]},"properties":{"@type":"node","@id":8125349640,"@timestamp":1605549469},"coords":"51.3967591,0.2128628","bedrooms":"4","price":"255000","area":"606"} , +{"type":"Feature","id":"n8125772406","geometry":{"type":"Point","coordinates":[-0.5234504,51.5436625]},"properties":{"@type":"node","@id":8125772406,"@timestamp":1605550943},"coords":"51.5436625,-0.5234504","bedrooms":"3","price":"164000","area":"434"} , +{"type":"Feature","id":"n8125812371","geometry":{"type":"Point","coordinates":[-1.0931128,51.7142074]},"properties":{"@type":"node","@id":8125812371,"@timestamp":1605549890},"coords":"51.7142074,-1.0931128","bedrooms":"2","price":"270000","area":"695"} , +{"type":"Feature","id":"n8126384668","geometry":{"type":"Point","coordinates":[-0.1819928,51.4888421]},"properties":{"@type":"node","@id":8126384668,"@timestamp":1605550881},"coords":"51.4888421,-0.1819928","bedrooms":"0","price":"244000","area":"583"} , +{"type":"Feature","id":"n8126742775","geometry":{"type":"Point","coordinates":[-0.1841136,51.4906998]},"properties":{"@type":"node","@id":8126742775,"@timestamp":1605554246},"coords":"51.4906998,-0.1841136","bedrooms":"1","price":"198000","area":"585"} , +{"type":"Feature","id":"n8126987134","geometry":{"type":"Point","coordinates":[-0.0978174,51.1797884]},"properties":{"@type":"node","@id":8126987134,"@timestamp":1605558426},"coords":"51.1797884,-0.0978174","bedrooms":"0","price":"238000","area":"370"} , +{"type":"Feature","id":"n8127003172","geometry":{"type":"Point","coordinates":[-0.0223462,51.6708156]},"properties":{"@type":"node","@id":8127003172,"@timestamp":1605559946},"coords":"51.6708156,-0.0223462","bedrooms":"3","price":"173000","area":"538"} , +{"type":"Feature","id":"n8127003182","geometry":{"type":"Point","coordinates":[-0.0228431,51.6708433]},"properties":{"@type":"node","@id":8127003182,"@timestamp":1605559946},"coords":"51.6708433,-0.0228431","bedrooms":"3","price":"199000","area":"683"} , +{"type":"Feature","id":"n8127008567","geometry":{"type":"Point","coordinates":[-0.971118,51.4515967]},"properties":{"@type":"node","@id":8127008567,"@timestamp":1617617953},"coords":"51.4515967,-0.971118","bedrooms":"1","price":"252000","area":"367"} , +{"type":"Feature","id":"n8127241145","geometry":{"type":"Point","coordinates":[0.0215502,51.5356812]},"properties":{"@type":"node","@id":8127241145,"@timestamp":1622021135},"coords":"51.5356812,0.0215502","bedrooms":"2","price":"226000","area":"632"} , +{"type":"Feature","id":"n8127334687","geometry":{"type":"Point","coordinates":[0.3617214,51.2903369]},"properties":{"@type":"node","@id":8127334687,"@timestamp":1605571274},"coords":"51.2903369,0.3617214","bedrooms":"4","price":"226000","area":"400"} , +{"type":"Feature","id":"n8127408386","geometry":{"type":"Point","coordinates":[0.1913671,51.8735294]},"properties":{"@type":"node","@id":8127408386,"@timestamp":1605573457},"coords":"51.8735294,0.1913671","bedrooms":"4","price":"263000","area":"596"} , +{"type":"Feature","id":"n8127410721","geometry":{"type":"Point","coordinates":[-0.2180743,51.6070598]},"properties":{"@type":"node","@id":8127410721,"@timestamp":1605572542},"coords":"51.6070598,-0.2180743","bedrooms":"4","price":"269000","area":"669"} , +{"type":"Feature","id":"n8127484836","geometry":{"type":"Point","coordinates":[0.2353951,51.4812882]},"properties":{"@type":"node","@id":8127484836,"@timestamp":1605576099},"coords":"51.4812882,0.2353951","bedrooms":"1","price":"191000","area":"615"} , +{"type":"Feature","id":"n8127750287","geometry":{"type":"Point","coordinates":[-0.1832106,51.4897854]},"properties":{"@type":"node","@id":8127750287,"@timestamp":1605585671},"coords":"51.4897854,-0.1832106","bedrooms":"4","price":"207000","area":"467"} , +{"type":"Feature","id":"n8127769875","geometry":{"type":"Point","coordinates":[-0.8958746,51.4601292]},"properties":{"@type":"node","@id":8127769875,"@timestamp":1605587223},"coords":"51.4601292,-0.8958746","bedrooms":"1","price":"167000","area":"679"} , +{"type":"Feature","id":"n8127769889","geometry":{"type":"Point","coordinates":[-0.8844535,51.4789735]},"properties":{"@type":"node","@id":8127769889,"@timestamp":1605587223},"coords":"51.4789735,-0.8844535","bedrooms":"0","price":"185000","area":"395"} , +{"type":"Feature","id":"n8127769904","geometry":{"type":"Point","coordinates":[-0.8860511,51.4718001]},"properties":{"@type":"node","@id":8127769904,"@timestamp":1605587223},"coords":"51.4718001,-0.8860511","bedrooms":"3","price":"181000","area":"432"} , +{"type":"Feature","id":"n8127769916","geometry":{"type":"Point","coordinates":[-0.8912239,51.4580319]},"properties":{"@type":"node","@id":8127769916,"@timestamp":1619711211},"coords":"51.4580319,-0.8912239","bedrooms":"4","price":"162000","area":"641"} , +{"type":"Feature","id":"n8127790330","geometry":{"type":"Point","coordinates":[-0.8938538,51.4619357]},"properties":{"@type":"node","@id":8127790330,"@timestamp":1605587223},"coords":"51.4619357,-0.8938538","bedrooms":"0","price":"152000","area":"657"} , +{"type":"Feature","id":"n8127790344","geometry":{"type":"Point","coordinates":[-0.8980051,51.4592765]},"properties":{"@type":"node","@id":8127790344,"@timestamp":1605587223},"coords":"51.4592765,-0.8980051","bedrooms":"3","price":"239000","area":"547"} , +{"type":"Feature","id":"n8127790355","geometry":{"type":"Point","coordinates":[-0.866746,51.4945181]},"properties":{"@type":"node","@id":8127790355,"@timestamp":1605587223},"coords":"51.4945181,-0.866746","bedrooms":"1","price":"163000","area":"526"} , +{"type":"Feature","id":"n8127794741","geometry":{"type":"Point","coordinates":[-0.182294,51.4881856]},"properties":{"@type":"node","@id":8127794741,"@timestamp":1605587394},"coords":"51.4881856,-0.182294","bedrooms":"0","price":"170000","area":"558"} , +{"type":"Feature","id":"n8128151631","geometry":{"type":"Point","coordinates":[-0.1847673,51.4890576]},"properties":{"@type":"node","@id":8128151631,"@timestamp":1605595933},"coords":"51.4890576,-0.1847673","bedrooms":"0","price":"164000","area":"661"} , +{"type":"Feature","id":"n8128381950","geometry":{"type":"Point","coordinates":[-0.1850796,51.489924]},"properties":{"@type":"node","@id":8128381950,"@timestamp":1605600697},"coords":"51.489924,-0.1850796","bedrooms":"1","price":"223000","area":"452"} , +{"type":"Feature","id":"n8128383953","geometry":{"type":"Point","coordinates":[-0.1833946,51.4891022]},"properties":{"@type":"node","@id":8128383953,"@timestamp":1605600697},"coords":"51.4891022,-0.1833946","bedrooms":"4","price":"218000","area":"686"} , +{"type":"Feature","id":"n8128857232","geometry":{"type":"Point","coordinates":[0.6305099,51.9203884]},"properties":{"@type":"node","@id":8128857232,"@timestamp":1605606208},"coords":"51.9203884,0.6305099","bedrooms":"2","price":"221000","area":"399"} , +{"type":"Feature","id":"n8128976061","geometry":{"type":"Point","coordinates":[-0.8780716,51.4560099]},"properties":{"@type":"node","@id":8128976061,"@timestamp":1605608773},"coords":"51.4560099,-0.8780716","bedrooms":"1","price":"160000","area":"693"} , +{"type":"Feature","id":"n8128976071","geometry":{"type":"Point","coordinates":[-0.8780536,51.455641]},"properties":{"@type":"node","@id":8128976071,"@timestamp":1605608773},"coords":"51.455641,-0.8780536","bedrooms":"2","price":"259000","area":"373"} , +{"type":"Feature","id":"n8128976081","geometry":{"type":"Point","coordinates":[-0.8769507,51.4578293]},"properties":{"@type":"node","@id":8128976081,"@timestamp":1605608773},"coords":"51.4578293,-0.8769507","bedrooms":"4","price":"157000","area":"396"} , +{"type":"Feature","id":"n8128976091","geometry":{"type":"Point","coordinates":[-0.8780425,51.4558554]},"properties":{"@type":"node","@id":8128976091,"@timestamp":1605608773},"coords":"51.4558554,-0.8780425","bedrooms":"3","price":"191000","area":"565"} , +{"type":"Feature","id":"n8128976101","geometry":{"type":"Point","coordinates":[-0.8771762,51.4548642]},"properties":{"@type":"node","@id":8128976101,"@timestamp":1605608773},"coords":"51.4548642,-0.8771762","bedrooms":"2","price":"205000","area":"485"} , +{"type":"Feature","id":"n8129270578","geometry":{"type":"Point","coordinates":[0.0247198,51.5463244]},"properties":{"@type":"node","@id":8129270578,"@timestamp":1635170190},"coords":"51.5463244,0.0247198","bedrooms":"2","price":"257000","area":"611"} , +{"type":"Feature","id":"n8129383126","geometry":{"type":"Point","coordinates":[-0.0246648,51.177737]},"properties":{"@type":"node","@id":8129383126,"@timestamp":1605615392},"coords":"51.177737,-0.0246648","bedrooms":"1","price":"159000","area":"591"} , +{"type":"Feature","id":"n8129694293","geometry":{"type":"Point","coordinates":[0.0231928,51.5450632]},"properties":{"@type":"node","@id":8129694293,"@timestamp":1635170190},"coords":"51.5450632,0.0231928","bedrooms":"3","price":"206000","area":"467"} , +{"type":"Feature","id":"n8129694314","geometry":{"type":"Point","coordinates":[0.0226595,51.5444424]},"properties":{"@type":"node","@id":8129694314,"@timestamp":1635170190},"coords":"51.5444424,0.0226595","bedrooms":"1","price":"213000","area":"413"} , +{"type":"Feature","id":"n8129694374","geometry":{"type":"Point","coordinates":[0.0249559,51.5441436]},"properties":{"@type":"node","@id":8129694374,"@timestamp":1634989127},"coords":"51.5441436,0.0249559","bedrooms":"2","price":"222000","area":"556"} , +{"type":"Feature","id":"n8129694384","geometry":{"type":"Point","coordinates":[0.0233238,51.5440702]},"properties":{"@type":"node","@id":8129694384,"@timestamp":1634989127},"coords":"51.5440702,0.0233238","bedrooms":"4","price":"156000","area":"597"} , +{"type":"Feature","id":"n8129694408","geometry":{"type":"Point","coordinates":[0.0245985,51.5441924]},"properties":{"@type":"node","@id":8129694408,"@timestamp":1605619664},"coords":"51.5441924,0.0245985","bedrooms":"1","price":"286000","area":"431"} , +{"type":"Feature","id":"n8129810297","geometry":{"type":"Point","coordinates":[0.0251744,51.5463125]},"properties":{"@type":"node","@id":8129810297,"@timestamp":1635170190},"coords":"51.5463125,0.0251744","bedrooms":"3","price":"199000","area":"372"} , +{"type":"Feature","id":"n8129926356","geometry":{"type":"Point","coordinates":[-0.5550644,51.5732929]},"properties":{"@type":"node","@id":8129926356,"@timestamp":1605622960},"coords":"51.5732929,-0.5550644","bedrooms":"3","price":"189000","area":"374"} , +{"type":"Feature","id":"n8130361200","geometry":{"type":"Point","coordinates":[-0.1816841,51.4878537]},"properties":{"@type":"node","@id":8130361200,"@timestamp":1605628892},"coords":"51.4878537,-0.1816841","bedrooms":"0","price":"217000","area":"403"} , +{"type":"Feature","id":"n8130361217","geometry":{"type":"Point","coordinates":[-0.1815146,51.4871931]},"properties":{"@type":"node","@id":8130361217,"@timestamp":1605628892},"coords":"51.4871931,-0.1815146","bedrooms":"4","price":"272000","area":"378"} , +{"type":"Feature","id":"n8130363131","geometry":{"type":"Point","coordinates":[0.3368849,51.866251]},"properties":{"@type":"node","@id":8130363131,"@timestamp":1605628939},"coords":"51.866251,0.3368849","bedrooms":"3","price":"297000","area":"570"} , +{"type":"Feature","id":"n8130395267","geometry":{"type":"Point","coordinates":[-0.8796881,51.45322]},"properties":{"@type":"node","@id":8130395267,"@timestamp":1605630183},"coords":"51.45322,-0.8796881","bedrooms":"1","price":"222000","area":"587"} , +{"type":"Feature","id":"n8130395277","geometry":{"type":"Point","coordinates":[-0.8790926,51.4537763]},"properties":{"@type":"node","@id":8130395277,"@timestamp":1605630183},"coords":"51.4537763,-0.8790926","bedrooms":"1","price":"298000","area":"671"} , +{"type":"Feature","id":"n8130395304","geometry":{"type":"Point","coordinates":[-0.8858572,51.453292]},"properties":{"@type":"node","@id":8130395304,"@timestamp":1605630183},"coords":"51.453292,-0.8858572","bedrooms":"1","price":"277000","area":"596"} , +{"type":"Feature","id":"n8130395314","geometry":{"type":"Point","coordinates":[-0.8857244,51.4475208]},"properties":{"@type":"node","@id":8130395314,"@timestamp":1605630183},"coords":"51.4475208,-0.8857244","bedrooms":"0","price":"178000","area":"448"} , +{"type":"Feature","id":"n8130407023","geometry":{"type":"Point","coordinates":[-0.8882578,51.4476913]},"properties":{"@type":"node","@id":8130407023,"@timestamp":1605630183},"coords":"51.4476913,-0.8882578","bedrooms":"4","price":"276000","area":"607"} , +{"type":"Feature","id":"n8130407033","geometry":{"type":"Point","coordinates":[-0.890882,51.4522892]},"properties":{"@type":"node","@id":8130407033,"@timestamp":1605630183},"coords":"51.4522892,-0.890882","bedrooms":"4","price":"183000","area":"406"} , +{"type":"Feature","id":"n8130407043","geometry":{"type":"Point","coordinates":[-0.8905346,51.452845]},"properties":{"@type":"node","@id":8130407043,"@timestamp":1605630183},"coords":"51.452845,-0.8905346","bedrooms":"4","price":"196000","area":"402"} , +{"type":"Feature","id":"n8130407053","geometry":{"type":"Point","coordinates":[-0.8909812,51.4532118]},"properties":{"@type":"node","@id":8130407053,"@timestamp":1605630183},"coords":"51.4532118,-0.8909812","bedrooms":"2","price":"235000","area":"412"} , +{"type":"Feature","id":"n8130407063","geometry":{"type":"Point","coordinates":[-0.8928078,51.4494959]},"properties":{"@type":"node","@id":8130407063,"@timestamp":1605630183},"coords":"51.4494959,-0.8928078","bedrooms":"2","price":"277000","area":"553"} , +{"type":"Feature","id":"n8130407073","geometry":{"type":"Point","coordinates":[-0.8942527,51.4445057]},"properties":{"@type":"node","@id":8130407073,"@timestamp":1605630183},"coords":"51.4445057,-0.8942527","bedrooms":"4","price":"290000","area":"456"} , +{"type":"Feature","id":"n8130414336","geometry":{"type":"Point","coordinates":[-0.5157788,51.5741926]},"properties":{"@type":"node","@id":8130414336,"@timestamp":1605630399},"coords":"51.5741926,-0.5157788","bedrooms":"2","price":"272000","area":"454"} , +{"type":"Feature","id":"n8130505758","geometry":{"type":"Point","coordinates":[-0.1445058,51.5227576]},"properties":{"@type":"node","@id":8130505758,"@timestamp":1605631791},"coords":"51.5227576,-0.1445058","bedrooms":"2","price":"210000","area":"473"} , +{"type":"Feature","id":"n8130505771","geometry":{"type":"Point","coordinates":[-0.1784954,51.5389834]},"properties":{"@type":"node","@id":8130505771,"@timestamp":1605631791},"coords":"51.5389834,-0.1784954","bedrooms":"3","price":"170000","area":"386"} , +{"type":"Feature","id":"n8130509012","geometry":{"type":"Point","coordinates":[-0.1811464,51.4876165]},"properties":{"@type":"node","@id":8130509012,"@timestamp":1605631860},"coords":"51.4876165,-0.1811464","bedrooms":"4","price":"226000","area":"677"} , +{"type":"Feature","id":"n8130509022","geometry":{"type":"Point","coordinates":[-0.180902,51.4869437]},"properties":{"@type":"node","@id":8130509022,"@timestamp":1605631860},"coords":"51.4869437,-0.180902","bedrooms":"1","price":"188000","area":"644"} , +{"type":"Feature","id":"n8130509032","geometry":{"type":"Point","coordinates":[-0.1802899,51.4872597]},"properties":{"@type":"node","@id":8130509032,"@timestamp":1605631860},"coords":"51.4872597,-0.1802899","bedrooms":"2","price":"273000","area":"445"} , +{"type":"Feature","id":"n8130541873","geometry":{"type":"Point","coordinates":[-0.0983781,51.4451427]},"properties":{"@type":"node","@id":8130541873,"@timestamp":1605632600},"coords":"51.4451427,-0.0983781","bedrooms":"0","price":"162000","area":"394"} , +{"type":"Feature","id":"n8130554493","geometry":{"type":"Point","coordinates":[-0.0961025,51.4465823]},"properties":{"@type":"node","@id":8130554493,"@timestamp":1605632972},"coords":"51.4465823,-0.0961025","bedrooms":"4","price":"271000","area":"636"} , +{"type":"Feature","id":"n8130580576","geometry":{"type":"Point","coordinates":[-0.8985789,51.4482871]},"properties":{"@type":"node","@id":8130580576,"@timestamp":1605633807},"coords":"51.4482871,-0.8985789","bedrooms":"1","price":"221000","area":"519"} , +{"type":"Feature","id":"n8130580586","geometry":{"type":"Point","coordinates":[-0.9078491,51.4586611]},"properties":{"@type":"node","@id":8130580586,"@timestamp":1605633807},"coords":"51.4586611,-0.9078491","bedrooms":"1","price":"285000","area":"390"} , +{"type":"Feature","id":"n8130580596","geometry":{"type":"Point","coordinates":[-0.9014581,51.4524239]},"properties":{"@type":"node","@id":8130580596,"@timestamp":1605633807},"coords":"51.4524239,-0.9014581","bedrooms":"3","price":"268000","area":"428"} , +{"type":"Feature","id":"n8130580606","geometry":{"type":"Point","coordinates":[-0.9036093,51.452382]},"properties":{"@type":"node","@id":8130580606,"@timestamp":1605633807},"coords":"51.452382,-0.9036093","bedrooms":"0","price":"200000","area":"412"} , +{"type":"Feature","id":"n8130586641","geometry":{"type":"Point","coordinates":[-0.0981838,51.4450765]},"properties":{"@type":"node","@id":8130586641,"@timestamp":1605633189},"coords":"51.4450765,-0.0981838","bedrooms":"4","price":"166000","area":"664"} , +{"type":"Feature","id":"n8130590148","geometry":{"type":"Point","coordinates":[-0.100019,51.4471565]},"properties":{"@type":"node","@id":8130590148,"@timestamp":1605633405},"coords":"51.4471565,-0.100019","bedrooms":"0","price":"180000","area":"563"} , +{"type":"Feature","id":"n8130595006","geometry":{"type":"Point","coordinates":[-0.1018246,51.4482396]},"properties":{"@type":"node","@id":8130595006,"@timestamp":1605634157},"coords":"51.4482396,-0.1018246","bedrooms":"0","price":"156000","area":"489"} , +{"type":"Feature","id":"n8130630419","geometry":{"type":"Point","coordinates":[-0.9023432,51.4413613]},"properties":{"@type":"node","@id":8130630419,"@timestamp":1605633807},"coords":"51.4413613,-0.9023432","bedrooms":"4","price":"200000","area":"560"} , +{"type":"Feature","id":"n8130630429","geometry":{"type":"Point","coordinates":[-0.9081381,51.4407954]},"properties":{"@type":"node","@id":8130630429,"@timestamp":1605633807},"coords":"51.4407954,-0.9081381","bedrooms":"3","price":"179000","area":"692"} , +{"type":"Feature","id":"n8130646727","geometry":{"type":"Point","coordinates":[-0.1020307,51.4483212]},"properties":{"@type":"node","@id":8130646727,"@timestamp":1605708956},"coords":"51.4483212,-0.1020307","bedrooms":"0","price":"154000","area":"363"} , +{"type":"Feature","id":"n8130721795","geometry":{"type":"Point","coordinates":[-0.0544113,51.5345131]},"properties":{"@type":"node","@id":8130721795,"@timestamp":1605636810},"coords":"51.5345131,-0.0544113","bedrooms":"2","price":"187000","area":"575"} , +{"type":"Feature","id":"n8131417245","geometry":{"type":"Point","coordinates":[-0.6028053,51.5191835]},"properties":{"@type":"node","@id":8131417245,"@timestamp":1605639903},"coords":"51.5191835,-0.6028053","bedrooms":"0","price":"243000","area":"693"} , +{"type":"Feature","id":"n8131455116","geometry":{"type":"Point","coordinates":[-0.9170105,51.4478208]},"properties":{"@type":"node","@id":8131455116,"@timestamp":1605640038},"coords":"51.4478208,-0.9170105","bedrooms":"3","price":"281000","area":"576"} , +{"type":"Feature","id":"n8131549626","geometry":{"type":"Point","coordinates":[-0.9003761,51.4462631]},"properties":{"@type":"node","@id":8131549626,"@timestamp":1605640038},"coords":"51.4462631,-0.9003761","bedrooms":"0","price":"176000","area":"623"} , +{"type":"Feature","id":"n8131686438","geometry":{"type":"Point","coordinates":[-0.179982,51.4870472]},"properties":{"@type":"node","@id":8131686438,"@timestamp":1605640788},"coords":"51.4870472,-0.179982","bedrooms":"3","price":"242000","area":"483"} , +{"type":"Feature","id":"n8131809754","geometry":{"type":"Point","coordinates":[-0.9145949,51.4484912]},"properties":{"@type":"node","@id":8131809754,"@timestamp":1605641021},"coords":"51.4484912,-0.9145949","bedrooms":"2","price":"221000","area":"507"} , +{"type":"Feature","id":"n8131809765","geometry":{"type":"Point","coordinates":[-0.9119396,51.4579069]},"properties":{"@type":"node","@id":8131809765,"@timestamp":1605641021},"coords":"51.4579069,-0.9119396","bedrooms":"0","price":"199000","area":"652"} , +{"type":"Feature","id":"n8131877209","geometry":{"type":"Point","coordinates":[-0.3465126,51.3659933]},"properties":{"@type":"node","@id":8131877209,"@timestamp":1605642994},"coords":"51.3659933,-0.3465126","bedrooms":"2","price":"295000","area":"467"} , +{"type":"Feature","id":"n8131882829","geometry":{"type":"Point","coordinates":[-0.9340752,51.4568886]},"properties":{"@type":"node","@id":8131882829,"@timestamp":1605642236},"coords":"51.4568886,-0.9340752","bedrooms":"1","price":"255000","area":"619"} , +{"type":"Feature","id":"n8131882839","geometry":{"type":"Point","coordinates":[-0.931268,51.4488531]},"properties":{"@type":"node","@id":8131882839,"@timestamp":1605642236},"coords":"51.4488531,-0.931268","bedrooms":"3","price":"264000","area":"454"} , +{"type":"Feature","id":"n8131913549","geometry":{"type":"Point","coordinates":[-0.9227845,51.4582884]},"properties":{"@type":"node","@id":8131913549,"@timestamp":1605643167},"coords":"51.4582884,-0.9227845","bedrooms":"1","price":"193000","area":"422"} , +{"type":"Feature","id":"n8131913560","geometry":{"type":"Point","coordinates":[-0.9287407,51.4524066]},"properties":{"@type":"node","@id":8131913560,"@timestamp":1605643167},"coords":"51.4524066,-0.9287407","bedrooms":"1","price":"270000","area":"657"} , +{"type":"Feature","id":"n8131913570","geometry":{"type":"Point","coordinates":[-0.9284718,51.4517717]},"properties":{"@type":"node","@id":8131913570,"@timestamp":1605643167},"coords":"51.4517717,-0.9284718","bedrooms":"3","price":"254000","area":"437"} , +{"type":"Feature","id":"n8131913580","geometry":{"type":"Point","coordinates":[-0.9280992,51.4521739]},"properties":{"@type":"node","@id":8131913580,"@timestamp":1605643167},"coords":"51.4521739,-0.9280992","bedrooms":"3","price":"174000","area":"508"} , +{"type":"Feature","id":"n8131939138","geometry":{"type":"Point","coordinates":[-0.9024483,51.4545523]},"properties":{"@type":"node","@id":8131939138,"@timestamp":1605643945},"coords":"51.4545523,-0.9024483","bedrooms":"1","price":"160000","area":"383"} , +{"type":"Feature","id":"n8131961154","geometry":{"type":"Point","coordinates":[-0.911901,51.4506918]},"properties":{"@type":"node","@id":8131961154,"@timestamp":1605644398},"coords":"51.4506918,-0.911901","bedrooms":"0","price":"219000","area":"359"} , +{"type":"Feature","id":"n8131965343","geometry":{"type":"Point","coordinates":[-0.9455722,51.4412473]},"properties":{"@type":"node","@id":8131965343,"@timestamp":1619712176},"coords":"51.4412473,-0.9455722","bedrooms":"0","price":"189000","area":"577"} , +{"type":"Feature","id":"n8131965353","geometry":{"type":"Point","coordinates":[-0.9265634,51.4354642]},"properties":{"@type":"node","@id":8131965353,"@timestamp":1605645071},"coords":"51.4354642,-0.9265634","bedrooms":"1","price":"236000","area":"608"} , +{"type":"Feature","id":"n8132092982","geometry":{"type":"Point","coordinates":[-0.9758575,51.4565664]},"properties":{"@type":"node","@id":8132092982,"@timestamp":1605697465},"coords":"51.4565664,-0.9758575","bedrooms":"2","price":"264000","area":"641"} , +{"type":"Feature","id":"n8132549180","geometry":{"type":"Point","coordinates":[0.3228973,51.8700355]},"properties":{"@type":"node","@id":8132549180,"@timestamp":1632933493},"coords":"51.8700355,0.3228973","bedrooms":"3","price":"184000","area":"673"} , +{"type":"Feature","id":"n8132549228","geometry":{"type":"Point","coordinates":[0.1753002,51.8652505]},"properties":{"@type":"node","@id":8132549228,"@timestamp":1605651540},"coords":"51.8652505,0.1753002","bedrooms":"2","price":"172000","area":"512"} , +{"type":"Feature","id":"n8132745562","geometry":{"type":"Point","coordinates":[-0.4080246,51.6556409]},"properties":{"@type":"node","@id":8132745562,"@timestamp":1605657795},"coords":"51.6556409,-0.4080246","bedrooms":"4","price":"258000","area":"654"} , +{"type":"Feature","id":"n8132745579","geometry":{"type":"Point","coordinates":[-0.406199,51.6520597]},"properties":{"@type":"node","@id":8132745579,"@timestamp":1631792959},"coords":"51.6520597,-0.406199","bedrooms":"0","price":"264000","area":"519"} , +{"type":"Feature","id":"n8132745589","geometry":{"type":"Point","coordinates":[-0.412,51.6522897]},"properties":{"@type":"node","@id":8132745589,"@timestamp":1605657795},"coords":"51.6522897,-0.412","bedrooms":"0","price":"243000","area":"580"} , +{"type":"Feature","id":"n8133278071","geometry":{"type":"Point","coordinates":[-0.1797063,51.4867924]},"properties":{"@type":"node","@id":8133278071,"@timestamp":1605677257},"coords":"51.4867924,-0.1797063","bedrooms":"1","price":"165000","area":"423"} , +{"type":"Feature","id":"n8133528814","geometry":{"type":"Point","coordinates":[-0.1866562,51.4899468]},"properties":{"@type":"node","@id":8133528814,"@timestamp":1605683871},"coords":"51.4899468,-0.1866562","bedrooms":"3","price":"181000","area":"385"} , +{"type":"Feature","id":"n8133565584","geometry":{"type":"Point","coordinates":[-0.1868072,51.4898426]},"properties":{"@type":"node","@id":8133565584,"@timestamp":1605683871},"coords":"51.4898426,-0.1868072","bedrooms":"4","price":"211000","area":"440"} , +{"type":"Feature","id":"n8133578992","geometry":{"type":"Point","coordinates":[-0.1868637,51.4893818]},"properties":{"@type":"node","@id":8133578992,"@timestamp":1605685231},"coords":"51.4893818,-0.1868637","bedrooms":"1","price":"296000","area":"688"} , +{"type":"Feature","id":"n8133818217","geometry":{"type":"Point","coordinates":[-0.880425,51.4585908]},"properties":{"@type":"node","@id":8133818217,"@timestamp":1605686505},"coords":"51.4585908,-0.880425","bedrooms":"2","price":"169000","area":"508"} , +{"type":"Feature","id":"n8134061681","geometry":{"type":"Point","coordinates":[-0.1859946,51.4885619]},"properties":{"@type":"node","@id":8134061681,"@timestamp":1605689477},"coords":"51.4885619,-0.1859946","bedrooms":"0","price":"255000","area":"601"} , +{"type":"Feature","id":"n8134064722","geometry":{"type":"Point","coordinates":[-0.1854021,51.4878204]},"properties":{"@type":"node","@id":8134064722,"@timestamp":1605688315},"coords":"51.4878204,-0.1854021","bedrooms":"2","price":"260000","area":"689"} , +{"type":"Feature","id":"n8134091398","geometry":{"type":"Point","coordinates":[-0.9303676,51.4458574]},"properties":{"@type":"node","@id":8134091398,"@timestamp":1605688919},"coords":"51.4458574,-0.9303676","bedrooms":"3","price":"201000","area":"450"} , +{"type":"Feature","id":"n8134119758","geometry":{"type":"Point","coordinates":[-0.1849964,51.487575]},"properties":{"@type":"node","@id":8134119758,"@timestamp":1605689477},"coords":"51.487575,-0.1849964","bedrooms":"2","price":"278000","area":"611"} , +{"type":"Feature","id":"n8134123932","geometry":{"type":"Point","coordinates":[-0.184521,51.4876881]},"properties":{"@type":"node","@id":8134123932,"@timestamp":1605689477},"coords":"51.4876881,-0.184521","bedrooms":"2","price":"204000","area":"607"} , +{"type":"Feature","id":"n8134127678","geometry":{"type":"Point","coordinates":[-0.9086437,51.4372503]},"properties":{"@type":"node","@id":8134127678,"@timestamp":1605689904},"coords":"51.4372503,-0.9086437","bedrooms":"0","price":"276000","area":"474"} , +{"type":"Feature","id":"n8134127688","geometry":{"type":"Point","coordinates":[-0.9116038,51.4348369]},"properties":{"@type":"node","@id":8134127688,"@timestamp":1605689904},"coords":"51.4348369,-0.9116038","bedrooms":"3","price":"279000","area":"598"} , +{"type":"Feature","id":"n8134127698","geometry":{"type":"Point","coordinates":[-0.90724,51.4348594]},"properties":{"@type":"node","@id":8134127698,"@timestamp":1605689904},"coords":"51.4348594,-0.90724","bedrooms":"2","price":"186000","area":"545"} , +{"type":"Feature","id":"n8135076484","geometry":{"type":"Point","coordinates":[-0.9191053,51.4383372]},"properties":{"@type":"node","@id":8135076484,"@timestamp":1605693807},"coords":"51.4383372,-0.9191053","bedrooms":"2","price":"193000","area":"532"} , +{"type":"Feature","id":"n8135076494","geometry":{"type":"Point","coordinates":[-0.9131027,51.4389834]},"properties":{"@type":"node","@id":8135076494,"@timestamp":1605693807},"coords":"51.4389834,-0.9131027","bedrooms":"2","price":"261000","area":"535"} , +{"type":"Feature","id":"n8135076504","geometry":{"type":"Point","coordinates":[-0.9128205,51.434213]},"properties":{"@type":"node","@id":8135076504,"@timestamp":1605693807},"coords":"51.434213,-0.9128205","bedrooms":"0","price":"214000","area":"565"} , +{"type":"Feature","id":"n8135076514","geometry":{"type":"Point","coordinates":[-0.9147478,51.4375624]},"properties":{"@type":"node","@id":8135076514,"@timestamp":1605693807},"coords":"51.4375624,-0.9147478","bedrooms":"1","price":"196000","area":"363"} , +{"type":"Feature","id":"n8137011678","geometry":{"type":"Point","coordinates":[-0.8034205,50.9972271]},"properties":{"@type":"node","@id":8137011678,"@timestamp":1605697504},"coords":"50.9972271,-0.8034205","bedrooms":"3","price":"269000","area":"635"} , +{"type":"Feature","id":"n8137173811","geometry":{"type":"Point","coordinates":[0.023354,51.5479189]},"properties":{"@type":"node","@id":8137173811,"@timestamp":1605699868},"coords":"51.5479189,0.023354","bedrooms":"1","price":"254000","area":"504"} , +{"type":"Feature","id":"n8137187744","geometry":{"type":"Point","coordinates":[0.0237187,51.5471685]},"properties":{"@type":"node","@id":8137187744,"@timestamp":1635197199},"coords":"51.5471685,0.0237187","bedrooms":"4","price":"152000","area":"476"} , +{"type":"Feature","id":"n8137259472","geometry":{"type":"Point","coordinates":[-1.0660129,51.3505627]},"properties":{"@type":"node","@id":8137259472,"@timestamp":1605701704},"coords":"51.3505627,-1.0660129","bedrooms":"3","price":"276000","area":"501"} , +{"type":"Feature","id":"n8137385573","geometry":{"type":"Point","coordinates":[-0.876491,51.434708]},"properties":{"@type":"node","@id":8137385573,"@timestamp":1605704922},"coords":"51.434708,-0.876491","bedrooms":"3","price":"162000","area":"625"} , +{"type":"Feature","id":"n8137385583","geometry":{"type":"Point","coordinates":[-0.8729068,51.4322769]},"properties":{"@type":"node","@id":8137385583,"@timestamp":1605704922},"coords":"51.4322769,-0.8729068","bedrooms":"1","price":"216000","area":"603"} , +{"type":"Feature","id":"n8137385593","geometry":{"type":"Point","coordinates":[-0.8687895,51.4281846]},"properties":{"@type":"node","@id":8137385593,"@timestamp":1605704922},"coords":"51.4281846,-0.8687895","bedrooms":"1","price":"189000","area":"397"} , +{"type":"Feature","id":"n8137490462","geometry":{"type":"Point","coordinates":[0.0254233,51.5484626]},"properties":{"@type":"node","@id":8137490462,"@timestamp":1605705873},"coords":"51.5484626,0.0254233","bedrooms":"1","price":"297000","area":"529"} , +{"type":"Feature","id":"n8137490472","geometry":{"type":"Point","coordinates":[0.0243431,51.548558]},"properties":{"@type":"node","@id":8137490472,"@timestamp":1605705873},"coords":"51.548558,0.0243431","bedrooms":"2","price":"269000","area":"540"} , +{"type":"Feature","id":"n8137630243","geometry":{"type":"Point","coordinates":[0.1138469,51.4872781]},"properties":{"@type":"node","@id":8137630243,"@timestamp":1605708438},"coords":"51.4872781,0.1138469","bedrooms":"4","price":"289000","area":"373"} , +{"type":"Feature","id":"n8137666313","geometry":{"type":"Point","coordinates":[-0.6001688,51.5728652]},"properties":{"@type":"node","@id":8137666313,"@timestamp":1605709302},"coords":"51.5728652,-0.6001688","bedrooms":"4","price":"226000","area":"639"} , +{"type":"Feature","id":"n8137677233","geometry":{"type":"Point","coordinates":[-0.6124704,51.5645043]},"properties":{"@type":"node","@id":8137677233,"@timestamp":1605709302},"coords":"51.5645043,-0.6124704","bedrooms":"3","price":"161000","area":"499"} , +{"type":"Feature","id":"n8137678632","geometry":{"type":"Point","coordinates":[-0.8913376,51.4336579]},"properties":{"@type":"node","@id":8137678632,"@timestamp":1605709341},"coords":"51.4336579,-0.8913376","bedrooms":"0","price":"173000","area":"395"} , +{"type":"Feature","id":"n8137678643","geometry":{"type":"Point","coordinates":[-0.884172,51.4281391]},"properties":{"@type":"node","@id":8137678643,"@timestamp":1605709341},"coords":"51.4281391,-0.884172","bedrooms":"3","price":"263000","area":"379"} , +{"type":"Feature","id":"n8137722065","geometry":{"type":"Point","coordinates":[0.2154404,51.8763214]},"properties":{"@type":"node","@id":8137722065,"@timestamp":1605710288},"coords":"51.8763214,0.2154404","bedrooms":"1","price":"238000","area":"402"} , +{"type":"Feature","id":"n8137944980","geometry":{"type":"Point","coordinates":[-0.1848612,51.488978]},"properties":{"@type":"node","@id":8137944980,"@timestamp":1605712559},"coords":"51.488978,-0.1848612","bedrooms":"3","price":"219000","area":"677"} , +{"type":"Feature","id":"n8138006750","geometry":{"type":"Point","coordinates":[0.0247356,51.4907742]},"properties":{"@type":"node","@id":8138006750,"@timestamp":1631138390},"coords":"51.4907742,0.0247356","bedrooms":"3","price":"232000","area":"627"} , +{"type":"Feature","id":"n8138263476","geometry":{"type":"Point","coordinates":[-0.1685072,51.5126955]},"properties":{"@type":"node","@id":8138263476,"@timestamp":1605717990},"coords":"51.5126955,-0.1685072","bedrooms":"4","price":"163000","area":"533"} , +{"type":"Feature","id":"n8138263497","geometry":{"type":"Point","coordinates":[-0.1245442,51.5052217]},"properties":{"@type":"node","@id":8138263497,"@timestamp":1605717990},"coords":"51.5052217,-0.1245442","bedrooms":"0","price":"224000","area":"686"} , +{"type":"Feature","id":"n8138276617","geometry":{"type":"Point","coordinates":[-0.618875,51.5679602]},"properties":{"@type":"node","@id":8138276617,"@timestamp":1605717839},"coords":"51.5679602,-0.618875","bedrooms":"0","price":"251000","area":"350"} , +{"type":"Feature","id":"n8138276638","geometry":{"type":"Point","coordinates":[-0.6190775,51.5588109]},"properties":{"@type":"node","@id":8138276638,"@timestamp":1605717839},"coords":"51.5588109,-0.6190775","bedrooms":"4","price":"245000","area":"529"} , +{"type":"Feature","id":"n8138441535","geometry":{"type":"Point","coordinates":[-0.4756017,51.5330152]},"properties":{"@type":"node","@id":8138441535,"@timestamp":1605722358},"coords":"51.5330152,-0.4756017","bedrooms":"1","price":"294000","area":"551"} , +{"type":"Feature","id":"n8138441609","geometry":{"type":"Point","coordinates":[-0.4691344,51.532231]},"properties":{"@type":"node","@id":8138441609,"@timestamp":1605721983},"coords":"51.532231,-0.4691344","bedrooms":"4","price":"280000","area":"670"} , +{"type":"Feature","id":"n8138507057","geometry":{"type":"Point","coordinates":[0.5017425,51.291466]},"properties":{"@type":"node","@id":8138507057,"@timestamp":1605722835},"coords":"51.291466,0.5017425","bedrooms":"3","price":"280000","area":"427"} , +{"type":"Feature","id":"n8138777453","geometry":{"type":"Point","coordinates":[-0.8536566,51.4551046]},"properties":{"@type":"node","@id":8138777453,"@timestamp":1605726748},"coords":"51.4551046,-0.8536566","bedrooms":"3","price":"271000","area":"534"} , +{"type":"Feature","id":"n8138777464","geometry":{"type":"Point","coordinates":[-0.8614973,51.460998]},"properties":{"@type":"node","@id":8138777464,"@timestamp":1605726748},"coords":"51.460998,-0.8614973","bedrooms":"1","price":"211000","area":"451"} , +{"type":"Feature","id":"n8138950682","geometry":{"type":"Point","coordinates":[-0.8529102,51.4701297]},"properties":{"@type":"node","@id":8138950682,"@timestamp":1605728923},"coords":"51.4701297,-0.8529102","bedrooms":"3","price":"209000","area":"483"} , +{"type":"Feature","id":"n8138950692","geometry":{"type":"Point","coordinates":[-0.8568762,51.4701345]},"properties":{"@type":"node","@id":8138950692,"@timestamp":1605728923},"coords":"51.4701345,-0.8568762","bedrooms":"0","price":"170000","area":"573"} , +{"type":"Feature","id":"n8138950703","geometry":{"type":"Point","coordinates":[-0.855924,51.4704766]},"properties":{"@type":"node","@id":8138950703,"@timestamp":1605728923},"coords":"51.4704766,-0.855924","bedrooms":"0","price":"277000","area":"625"} , +{"type":"Feature","id":"n8138950714","geometry":{"type":"Point","coordinates":[-0.8540524,51.4728185]},"properties":{"@type":"node","@id":8138950714,"@timestamp":1605728923},"coords":"51.4728185,-0.8540524","bedrooms":"3","price":"213000","area":"438"} , +{"type":"Feature","id":"n8139066124","geometry":{"type":"Point","coordinates":[-0.8573345,51.4717244]},"properties":{"@type":"node","@id":8139066124,"@timestamp":1605728923},"coords":"51.4717244,-0.8573345","bedrooms":"1","price":"291000","area":"479"} , +{"type":"Feature","id":"n8139066134","geometry":{"type":"Point","coordinates":[-0.8606457,51.4748553]},"properties":{"@type":"node","@id":8139066134,"@timestamp":1605728923},"coords":"51.4748553,-0.8606457","bedrooms":"0","price":"199000","area":"407"} , +{"type":"Feature","id":"n8139111903","geometry":{"type":"Point","coordinates":[-0.9295202,51.4347603]},"properties":{"@type":"node","@id":8139111903,"@timestamp":1605730272},"coords":"51.4347603,-0.9295202","bedrooms":"3","price":"155000","area":"657"} , +{"type":"Feature","id":"n8139111913","geometry":{"type":"Point","coordinates":[-0.9388019,51.4345377]},"properties":{"@type":"node","@id":8139111913,"@timestamp":1605730272},"coords":"51.4345377,-0.9388019","bedrooms":"3","price":"298000","area":"535"} , +{"type":"Feature","id":"n8139256531","geometry":{"type":"Point","coordinates":[0.0597811,51.9081863]},"properties":{"@type":"node","@id":8139256531,"@timestamp":1605729606},"coords":"51.9081863,0.0597811","bedrooms":"3","price":"264000","area":"682"} , +{"type":"Feature","id":"n8139454919","geometry":{"type":"Point","coordinates":[-0.9366981,51.4335996]},"properties":{"@type":"node","@id":8139454919,"@timestamp":1605730272},"coords":"51.4335996,-0.9366981","bedrooms":"0","price":"234000","area":"492"} , +{"type":"Feature","id":"n8139454929","geometry":{"type":"Point","coordinates":[-0.9309366,51.4367457]},"properties":{"@type":"node","@id":8139454929,"@timestamp":1605730272},"coords":"51.4367457,-0.9309366","bedrooms":"2","price":"216000","area":"366"} , +{"type":"Feature","id":"n8139839342","geometry":{"type":"Point","coordinates":[0.3888952,51.5777349]},"properties":{"@type":"node","@id":8139839342,"@timestamp":1605731503},"coords":"51.5777349,0.3888952","bedrooms":"2","price":"288000","area":"452"} , +{"type":"Feature","id":"n8140084693","geometry":{"type":"Point","coordinates":[-0.1287289,51.5239854]},"properties":{"@type":"node","@id":8140084693,"@timestamp":1605736579},"coords":"51.5239854,-0.1287289","bedrooms":"3","price":"260000","area":"640"} , +{"type":"Feature","id":"n8140084710","geometry":{"type":"Point","coordinates":[-0.1289334,51.5240351]},"properties":{"@type":"node","@id":8140084710,"@timestamp":1605736579},"coords":"51.5240351,-0.1289334","bedrooms":"3","price":"178000","area":"549"} , +{"type":"Feature","id":"n8140103928","geometry":{"type":"Point","coordinates":[-0.1288413,51.5232013]},"properties":{"@type":"node","@id":8140103928,"@timestamp":1605736579},"coords":"51.5232013,-0.1288413","bedrooms":"4","price":"275000","area":"649"} , +{"type":"Feature","id":"n8140103970","geometry":{"type":"Point","coordinates":[-0.128738,51.5227949]},"properties":{"@type":"node","@id":8140103970,"@timestamp":1605736579},"coords":"51.5227949,-0.128738","bedrooms":"3","price":"168000","area":"602"} , +{"type":"Feature","id":"n8140155474","geometry":{"type":"Point","coordinates":[0.0464654,51.519778]},"properties":{"@type":"node","@id":8140155474,"@timestamp":1605738220},"coords":"51.519778,0.0464654","bedrooms":"4","price":"184000","area":"663"} , +{"type":"Feature","id":"n8140211020","geometry":{"type":"Point","coordinates":[0.062631,51.8999595]},"properties":{"@type":"node","@id":8140211020,"@timestamp":1605740198},"coords":"51.8999595,0.062631","bedrooms":"0","price":"185000","area":"561"} , +{"type":"Feature","id":"n8140241328","geometry":{"type":"Point","coordinates":[0.0303251,51.9073772]},"properties":{"@type":"node","@id":8140241328,"@timestamp":1605741851},"coords":"51.9073772,0.0303251","bedrooms":"2","price":"205000","area":"662"} , +{"type":"Feature","id":"n8140242080","geometry":{"type":"Point","coordinates":[0.0301266,51.9078853]},"properties":{"@type":"node","@id":8140242080,"@timestamp":1605741476},"coords":"51.9078853,0.0301266","bedrooms":"3","price":"214000","area":"687"} , +{"type":"Feature","id":"n8140275946","geometry":{"type":"Point","coordinates":[-0.3050785,51.3043967]},"properties":{"@type":"node","@id":8140275946,"@timestamp":1619480769},"coords":"51.3043967,-0.3050785","bedrooms":"0","price":"271000","area":"363"} , +{"type":"Feature","id":"n8140275982","geometry":{"type":"Point","coordinates":[-0.3210315,51.2976943]},"properties":{"@type":"node","@id":8140275982,"@timestamp":1618659388},"coords":"51.2976943,-0.3210315","bedrooms":"2","price":"166000","area":"473"} , +{"type":"Feature","id":"n8140324806","geometry":{"type":"Point","coordinates":[0.2505173,51.8797843]},"properties":{"@type":"node","@id":8140324806,"@timestamp":1605745688},"coords":"51.8797843,0.2505173","bedrooms":"2","price":"278000","area":"482"} , +{"type":"Feature","id":"n8140357317","geometry":{"type":"Point","coordinates":[0.2478753,51.8797181]},"properties":{"@type":"node","@id":8140357317,"@timestamp":1605745688},"coords":"51.8797181,0.2478753","bedrooms":"2","price":"167000","area":"699"} , +{"type":"Feature","id":"n8140632710","geometry":{"type":"Point","coordinates":[0.1466166,51.8174705]},"properties":{"@type":"node","@id":8140632710,"@timestamp":1624049817},"coords":"51.8174705,0.1466166","bedrooms":"0","price":"270000","area":"455"} , +{"type":"Feature","id":"n8140867320","geometry":{"type":"Point","coordinates":[-0.2452325,51.5630291]},"properties":{"@type":"node","@id":8140867320,"@timestamp":1605765162},"coords":"51.5630291,-0.2452325","bedrooms":"1","price":"247000","area":"446"} , +{"type":"Feature","id":"n8140892729","geometry":{"type":"Point","coordinates":[-0.189365,51.4895798]},"properties":{"@type":"node","@id":8140892729,"@timestamp":1605765745},"coords":"51.4895798,-0.189365","bedrooms":"3","price":"192000","area":"577"} , +{"type":"Feature","id":"n8140920480","geometry":{"type":"Point","coordinates":[-0.3526274,51.5468976]},"properties":{"@type":"node","@id":8140920480,"@timestamp":1605766625},"coords":"51.5468976,-0.3526274","bedrooms":"0","price":"269000","area":"649"} , +{"type":"Feature","id":"n8141020589","geometry":{"type":"Point","coordinates":[-0.1878974,51.4886403]},"properties":{"@type":"node","@id":8141020589,"@timestamp":1605769207},"coords":"51.4886403,-0.1878974","bedrooms":"4","price":"264000","area":"403"} , +{"type":"Feature","id":"n8141021991","geometry":{"type":"Point","coordinates":[-0.1868451,51.4887957]},"properties":{"@type":"node","@id":8141021991,"@timestamp":1605769207},"coords":"51.4887957,-0.1868451","bedrooms":"2","price":"249000","area":"583"} , +{"type":"Feature","id":"n8141280919","geometry":{"type":"Point","coordinates":[-0.9336818,51.4296113]},"properties":{"@type":"node","@id":8141280919,"@timestamp":1605773662},"coords":"51.4296113,-0.9336818","bedrooms":"4","price":"210000","area":"390"} , +{"type":"Feature","id":"n8141280929","geometry":{"type":"Point","coordinates":[-0.9284767,51.4315784]},"properties":{"@type":"node","@id":8141280929,"@timestamp":1605773662},"coords":"51.4315784,-0.9284767","bedrooms":"1","price":"213000","area":"548"} , +{"type":"Feature","id":"n8141280939","geometry":{"type":"Point","coordinates":[-0.9298193,51.4311511]},"properties":{"@type":"node","@id":8141280939,"@timestamp":1605773662},"coords":"51.4311511,-0.9298193","bedrooms":"4","price":"249000","area":"632"} , +{"type":"Feature","id":"n8141280949","geometry":{"type":"Point","coordinates":[-0.9315361,51.4283439]},"properties":{"@type":"node","@id":8141280949,"@timestamp":1605773662},"coords":"51.4283439,-0.9315361","bedrooms":"3","price":"191000","area":"403"} , +{"type":"Feature","id":"n8141280959","geometry":{"type":"Point","coordinates":[-0.9247603,51.4316526]},"properties":{"@type":"node","@id":8141280959,"@timestamp":1605773662},"coords":"51.4316526,-0.9247603","bedrooms":"1","price":"287000","area":"491"} , +{"type":"Feature","id":"n8141280969","geometry":{"type":"Point","coordinates":[-0.9240919,51.4321559]},"properties":{"@type":"node","@id":8141280969,"@timestamp":1605773662},"coords":"51.4321559,-0.9240919","bedrooms":"1","price":"198000","area":"515"} , +{"type":"Feature","id":"n8141331013","geometry":{"type":"Point","coordinates":[0.2612351,51.499073]},"properties":{"@type":"node","@id":8141331013,"@timestamp":1605774638},"coords":"51.499073,0.2612351","bedrooms":"0","price":"170000","area":"619"} , +{"type":"Feature","id":"n8141430411","geometry":{"type":"Point","coordinates":[0.0256455,51.543607]},"properties":{"@type":"node","@id":8141430411,"@timestamp":1634989127},"coords":"51.543607,0.0256455","bedrooms":"0","price":"265000","area":"699"} , +{"type":"Feature","id":"n8141491574","geometry":{"type":"Point","coordinates":[-0.2540799,51.2391934]},"properties":{"@type":"node","@id":8141491574,"@timestamp":1605777732},"coords":"51.2391934,-0.2540799","bedrooms":"0","price":"159000","area":"496"} , +{"type":"Feature","id":"n8141526068","geometry":{"type":"Point","coordinates":[-1.056557,51.1746273]},"properties":{"@type":"node","@id":8141526068,"@timestamp":1605778469},"coords":"51.1746273,-1.056557","bedrooms":"1","price":"292000","area":"665"} , +{"type":"Feature","id":"n8141526161","geometry":{"type":"Point","coordinates":[-1.0566891,51.1729791]},"properties":{"@type":"node","@id":8141526161,"@timestamp":1605778469},"coords":"51.1729791,-1.0566891","bedrooms":"4","price":"167000","area":"547"} , +{"type":"Feature","id":"n8141636412","geometry":{"type":"Point","coordinates":[0.0259863,51.5443931]},"properties":{"@type":"node","@id":8141636412,"@timestamp":1635170190},"coords":"51.5443931,0.0259863","bedrooms":"3","price":"263000","area":"611"} , +{"type":"Feature","id":"n8141993103","geometry":{"type":"Point","coordinates":[-0.8601462,51.4769122]},"properties":{"@type":"node","@id":8141993103,"@timestamp":1605783211},"coords":"51.4769122,-0.8601462","bedrooms":"4","price":"267000","area":"363"} , +{"type":"Feature","id":"n8141993113","geometry":{"type":"Point","coordinates":[-0.870684,51.484757]},"properties":{"@type":"node","@id":8141993113,"@timestamp":1605783211},"coords":"51.484757,-0.870684","bedrooms":"2","price":"254000","area":"596"} , +{"type":"Feature","id":"n8142008323","geometry":{"type":"Point","coordinates":[-0.8635886,51.4832415]},"properties":{"@type":"node","@id":8142008323,"@timestamp":1605783211},"coords":"51.4832415,-0.8635886","bedrooms":"2","price":"200000","area":"555"} , +{"type":"Feature","id":"n8142229670","geometry":{"type":"Point","coordinates":[-0.1110795,51.4390321]},"properties":{"@type":"node","@id":8142229670,"@timestamp":1605788117},"coords":"51.4390321,-0.1110795","bedrooms":"0","price":"250000","area":"485"} , +{"type":"Feature","id":"n8142229680","geometry":{"type":"Point","coordinates":[-0.1089396,51.4388893]},"properties":{"@type":"node","@id":8142229680,"@timestamp":1605788117},"coords":"51.4388893,-0.1089396","bedrooms":"4","price":"165000","area":"581"} , +{"type":"Feature","id":"n8142229710","geometry":{"type":"Point","coordinates":[-0.1142156,51.4397485]},"properties":{"@type":"node","@id":8142229710,"@timestamp":1605788117},"coords":"51.4397485,-0.1142156","bedrooms":"1","price":"298000","area":"369"} , +{"type":"Feature","id":"n8142326283","geometry":{"type":"Point","coordinates":[-0.4912951,51.5523114]},"properties":{"@type":"node","@id":8142326283,"@timestamp":1605789094},"coords":"51.5523114,-0.4912951","bedrooms":"4","price":"185000","area":"563"} , +{"type":"Feature","id":"n8142370706","geometry":{"type":"Point","coordinates":[-0.8670416,51.4865446]},"properties":{"@type":"node","@id":8142370706,"@timestamp":1605790014},"coords":"51.4865446,-0.8670416","bedrooms":"1","price":"166000","area":"584"} , +{"type":"Feature","id":"n8142375520","geometry":{"type":"Point","coordinates":[-0.8680556,51.4855084]},"properties":{"@type":"node","@id":8142375520,"@timestamp":1619711678},"coords":"51.4855084,-0.8680556","bedrooms":"4","price":"230000","area":"529"} , +{"type":"Feature","id":"n8142375530","geometry":{"type":"Point","coordinates":[-0.8677594,51.4848733]},"properties":{"@type":"node","@id":8142375530,"@timestamp":1605790014},"coords":"51.4848733,-0.8677594","bedrooms":"0","price":"211000","area":"378"} , +{"type":"Feature","id":"n8142375557","geometry":{"type":"Point","coordinates":[-0.8570024,51.4826258]},"properties":{"@type":"node","@id":8142375557,"@timestamp":1605790014},"coords":"51.4826258,-0.8570024","bedrooms":"1","price":"285000","area":"367"} , +{"type":"Feature","id":"n8142431507","geometry":{"type":"Point","coordinates":[-0.107558,51.4385469]},"properties":{"@type":"node","@id":8142431507,"@timestamp":1608134813},"coords":"51.4385469,-0.107558","bedrooms":"1","price":"297000","area":"377"} , +{"type":"Feature","id":"n8142450941","geometry":{"type":"Point","coordinates":[-0.1135309,51.4394044]},"properties":{"@type":"node","@id":8142450941,"@timestamp":1605791576},"coords":"51.4394044,-0.1135309","bedrooms":"2","price":"249000","area":"613"} , +{"type":"Feature","id":"n8142454624","geometry":{"type":"Point","coordinates":[-0.1124867,51.4391806]},"properties":{"@type":"node","@id":8142454624,"@timestamp":1605791438},"coords":"51.4391806,-0.1124867","bedrooms":"3","price":"175000","area":"693"} , +{"type":"Feature","id":"n8142494751","geometry":{"type":"Point","coordinates":[-0.4901676,51.5423564]},"properties":{"@type":"node","@id":8142494751,"@timestamp":1605793313},"coords":"51.5423564,-0.4901676","bedrooms":"2","price":"269000","area":"656"} , +{"type":"Feature","id":"n8142494764","geometry":{"type":"Point","coordinates":[-0.5195176,51.536279]},"properties":{"@type":"node","@id":8142494764,"@timestamp":1605793313},"coords":"51.536279,-0.5195176","bedrooms":"1","price":"203000","area":"525"} , +{"type":"Feature","id":"n8142573907","geometry":{"type":"Point","coordinates":[0.0261089,51.5425296]},"properties":{"@type":"node","@id":8142573907,"@timestamp":1634989127},"coords":"51.5425296,0.0261089","bedrooms":"3","price":"154000","area":"521"} , +{"type":"Feature","id":"n8142618877","geometry":{"type":"Point","coordinates":[-0.1247275,51.5028881]},"properties":{"@type":"node","@id":8142618877,"@timestamp":1605794481},"coords":"51.5028881,-0.1247275","bedrooms":"2","price":"283000","area":"616"} , +{"type":"Feature","id":"n8142642152","geometry":{"type":"Point","coordinates":[-0.2285741,51.4488951]},"properties":{"@type":"node","@id":8142642152,"@timestamp":1614901059},"coords":"51.4488951,-0.2285741","bedrooms":"4","price":"162000","area":"492"} , +{"type":"Feature","id":"n8142659627","geometry":{"type":"Point","coordinates":[-0.3419253,51.0733857]},"properties":{"@type":"node","@id":8142659627,"@timestamp":1605795031},"coords":"51.0733857,-0.3419253","bedrooms":"4","price":"205000","area":"482"} , +{"type":"Feature","id":"n8142659658","geometry":{"type":"Point","coordinates":[-0.345988,51.0724359]},"properties":{"@type":"node","@id":8142659658,"@timestamp":1605795031},"coords":"51.0724359,-0.345988","bedrooms":"4","price":"234000","area":"518"} , +{"type":"Feature","id":"n8142792464","geometry":{"type":"Point","coordinates":[-0.6654942,51.521968]},"properties":{"@type":"node","@id":8142792464,"@timestamp":1605796288},"coords":"51.521968,-0.6654942","bedrooms":"3","price":"150000","area":"402"} , +{"type":"Feature","id":"n8142792474","geometry":{"type":"Point","coordinates":[-0.656408,51.5190543]},"properties":{"@type":"node","@id":8142792474,"@timestamp":1605796288},"coords":"51.5190543,-0.656408","bedrooms":"1","price":"226000","area":"374"} , +{"type":"Feature","id":"n8142885913","geometry":{"type":"Point","coordinates":[0.8328554,51.1392351]},"properties":{"@type":"node","@id":8142885913,"@timestamp":1605797876},"coords":"51.1392351,0.8328554","bedrooms":"1","price":"219000","area":"357"} , +{"type":"Feature","id":"n8142907101","geometry":{"type":"Point","coordinates":[0.0260937,51.5431761]},"properties":{"@type":"node","@id":8142907101,"@timestamp":1634989127},"coords":"51.5431761,0.0260937","bedrooms":"3","price":"181000","area":"361"} , +{"type":"Feature","id":"n8142912901","geometry":{"type":"Point","coordinates":[0.0235244,51.5419229]},"properties":{"@type":"node","@id":8142912901,"@timestamp":1634989127},"coords":"51.5419229,0.0235244","bedrooms":"2","price":"188000","area":"498"} , +{"type":"Feature","id":"n8142979053","geometry":{"type":"Point","coordinates":[-0.0533899,51.5487667]},"properties":{"@type":"node","@id":8142979053,"@timestamp":1605799424},"coords":"51.5487667,-0.0533899","bedrooms":"0","price":"215000","area":"599"} , +{"type":"Feature","id":"n8143000083","geometry":{"type":"Point","coordinates":[-0.9212989,51.4317383]},"properties":{"@type":"node","@id":8143000083,"@timestamp":1605800451},"coords":"51.4317383,-0.9212989","bedrooms":"4","price":"171000","area":"665"} , +{"type":"Feature","id":"n8143000093","geometry":{"type":"Point","coordinates":[-0.9040037,51.4324591]},"properties":{"@type":"node","@id":8143000093,"@timestamp":1605800451},"coords":"51.4324591,-0.9040037","bedrooms":"2","price":"180000","area":"578"} , +{"type":"Feature","id":"n8143000791","geometry":{"type":"Point","coordinates":[-0.661513,51.5030524]},"properties":{"@type":"node","@id":8143000791,"@timestamp":1605799572},"coords":"51.5030524,-0.661513","bedrooms":"3","price":"248000","area":"656"} , +{"type":"Feature","id":"n8143178116","geometry":{"type":"Point","coordinates":[-0.1104521,51.4342773]},"properties":{"@type":"node","@id":8143178116,"@timestamp":1619097726},"coords":"51.4342773,-0.1104521","bedrooms":"3","price":"216000","area":"522"} , +{"type":"Feature","id":"n8143254977","geometry":{"type":"Point","coordinates":[-0.0346426,51.5248851]},"properties":{"@type":"node","@id":8143254977,"@timestamp":1627924874},"coords":"51.5248851,-0.0346426","bedrooms":"3","price":"238000","area":"439"} , +{"type":"Feature","id":"n8143302937","geometry":{"type":"Point","coordinates":[-0.9110063,51.4257181]},"properties":{"@type":"node","@id":8143302937,"@timestamp":1605805664},"coords":"51.4257181,-0.9110063","bedrooms":"3","price":"186000","area":"464"} , +{"type":"Feature","id":"n8143302947","geometry":{"type":"Point","coordinates":[-0.9027386,51.4301391]},"properties":{"@type":"node","@id":8143302947,"@timestamp":1605805664},"coords":"51.4301391,-0.9027386","bedrooms":"4","price":"227000","area":"574"} , +{"type":"Feature","id":"n8143302957","geometry":{"type":"Point","coordinates":[-0.9129513,51.4268066]},"properties":{"@type":"node","@id":8143302957,"@timestamp":1605805664},"coords":"51.4268066,-0.9129513","bedrooms":"0","price":"212000","area":"563"} , +{"type":"Feature","id":"n8143302967","geometry":{"type":"Point","coordinates":[-0.9096893,51.4283456]},"properties":{"@type":"node","@id":8143302967,"@timestamp":1605805664},"coords":"51.4283456,-0.9096893","bedrooms":"3","price":"248000","area":"370"} , +{"type":"Feature","id":"n8143369743","geometry":{"type":"Point","coordinates":[-0.9216862,51.4237603]},"properties":{"@type":"node","@id":8143369743,"@timestamp":1605807100},"coords":"51.4237603,-0.9216862","bedrooms":"1","price":"298000","area":"664"} , +{"type":"Feature","id":"n8143369753","geometry":{"type":"Point","coordinates":[-0.917185,51.424904]},"properties":{"@type":"node","@id":8143369753,"@timestamp":1605807100},"coords":"51.424904,-0.917185","bedrooms":"1","price":"288000","area":"624"} , +{"type":"Feature","id":"n8143369763","geometry":{"type":"Point","coordinates":[-0.9210371,51.4261683]},"properties":{"@type":"node","@id":8143369763,"@timestamp":1605807100},"coords":"51.4261683,-0.9210371","bedrooms":"0","price":"221000","area":"514"} , +{"type":"Feature","id":"n8143422044","geometry":{"type":"Point","coordinates":[0.068967,51.6012029]},"properties":{"@type":"node","@id":8143422044,"@timestamp":1605808013},"coords":"51.6012029,0.068967","bedrooms":"0","price":"265000","area":"672"} , +{"type":"Feature","id":"n8143424564","geometry":{"type":"Point","coordinates":[0.0222395,51.5500354]},"properties":{"@type":"node","@id":8143424564,"@timestamp":1605808394},"coords":"51.5500354,0.0222395","bedrooms":"0","price":"286000","area":"540"} , +{"type":"Feature","id":"n8143424574","geometry":{"type":"Point","coordinates":[0.0239474,51.5496919]},"properties":{"@type":"node","@id":8143424574,"@timestamp":1605808394},"coords":"51.5496919,0.0239474","bedrooms":"3","price":"241000","area":"628"} , +{"type":"Feature","id":"n8143570696","geometry":{"type":"Point","coordinates":[-0.343909,51.074307]},"properties":{"@type":"node","@id":8143570696,"@timestamp":1605811548},"coords":"51.074307,-0.343909","bedrooms":"4","price":"212000","area":"494"} , +{"type":"Feature","id":"n8143585031","geometry":{"type":"Point","coordinates":[-0.3418753,51.0761225]},"properties":{"@type":"node","@id":8143585031,"@timestamp":1605811548},"coords":"51.0761225,-0.3418753","bedrooms":"0","price":"286000","area":"417"} , +{"type":"Feature","id":"n8143585041","geometry":{"type":"Point","coordinates":[-0.3409216,51.0754012]},"properties":{"@type":"node","@id":8143585041,"@timestamp":1605811548},"coords":"51.0754012,-0.3409216","bedrooms":"3","price":"224000","area":"394"} , +{"type":"Feature","id":"n8143585051","geometry":{"type":"Point","coordinates":[-0.3387198,51.0719384]},"properties":{"@type":"node","@id":8143585051,"@timestamp":1605811548},"coords":"51.0719384,-0.3387198","bedrooms":"2","price":"158000","area":"375"} , +{"type":"Feature","id":"n8143585079","geometry":{"type":"Point","coordinates":[-0.3448877,51.0681152]},"properties":{"@type":"node","@id":8143585079,"@timestamp":1605811548},"coords":"51.0681152,-0.3448877","bedrooms":"2","price":"245000","area":"576"} , +{"type":"Feature","id":"n8143585089","geometry":{"type":"Point","coordinates":[-0.346652,51.06742]},"properties":{"@type":"node","@id":8143585089,"@timestamp":1605811548},"coords":"51.06742,-0.346652","bedrooms":"3","price":"299000","area":"477"} , +{"type":"Feature","id":"n8143585117","geometry":{"type":"Point","coordinates":[-0.3403852,51.0766517]},"properties":{"@type":"node","@id":8143585117,"@timestamp":1605811548},"coords":"51.0766517,-0.3403852","bedrooms":"4","price":"186000","area":"420"} , +{"type":"Feature","id":"n8143585265","geometry":{"type":"Point","coordinates":[-0.3320834,51.0811997]},"properties":{"@type":"node","@id":8143585265,"@timestamp":1605811548},"coords":"51.0811997,-0.3320834","bedrooms":"4","price":"286000","area":"663"} , +{"type":"Feature","id":"n8143585275","geometry":{"type":"Point","coordinates":[-0.3288266,51.0853184]},"properties":{"@type":"node","@id":8143585275,"@timestamp":1605811548},"coords":"51.0853184,-0.3288266","bedrooms":"0","price":"288000","area":"681"} , +{"type":"Feature","id":"n8143624485","geometry":{"type":"Point","coordinates":[0.0217338,51.5498105]},"properties":{"@type":"node","@id":8143624485,"@timestamp":1620315682},"coords":"51.5498105,0.0217338","bedrooms":"1","price":"296000","area":"674"} , +{"type":"Feature","id":"n8143939355","geometry":{"type":"Point","coordinates":[-0.9305902,51.4219851]},"properties":{"@type":"node","@id":8143939355,"@timestamp":1605819493},"coords":"51.4219851,-0.9305902","bedrooms":"0","price":"199000","area":"351"} , +{"type":"Feature","id":"n8143939365","geometry":{"type":"Point","coordinates":[-0.9408959,51.420262]},"properties":{"@type":"node","@id":8143939365,"@timestamp":1605819493},"coords":"51.420262,-0.9408959","bedrooms":"1","price":"204000","area":"525"} , +{"type":"Feature","id":"n8143939375","geometry":{"type":"Point","coordinates":[-0.9415597,51.4292536]},"properties":{"@type":"node","@id":8143939375,"@timestamp":1605819493},"coords":"51.4292536,-0.9415597","bedrooms":"0","price":"299000","area":"460"} , +{"type":"Feature","id":"n8143939386","geometry":{"type":"Point","coordinates":[-0.9326683,51.4261757]},"properties":{"@type":"node","@id":8143939386,"@timestamp":1605819493},"coords":"51.4261757,-0.9326683","bedrooms":"1","price":"278000","area":"595"} , +{"type":"Feature","id":"n8143939396","geometry":{"type":"Point","coordinates":[-0.9415659,51.4273057]},"properties":{"@type":"node","@id":8143939396,"@timestamp":1605819493},"coords":"51.4273057,-0.9415659","bedrooms":"0","price":"292000","area":"683"} , +{"type":"Feature","id":"n8143939406","geometry":{"type":"Point","coordinates":[-0.9548911,51.4207161]},"properties":{"@type":"node","@id":8143939406,"@timestamp":1605819493},"coords":"51.4207161,-0.9548911","bedrooms":"1","price":"235000","area":"358"} , +{"type":"Feature","id":"n8143999970","geometry":{"type":"Point","coordinates":[-0.1534954,51.4423486]},"properties":{"@type":"node","@id":8143999970,"@timestamp":1605821503},"coords":"51.4423486,-0.1534954","bedrooms":"1","price":"240000","area":"361"} , +{"type":"Feature","id":"n8144040243","geometry":{"type":"Point","coordinates":[-0.343884,51.3593401]},"properties":{"@type":"node","@id":8144040243,"@timestamp":1605822638},"coords":"51.3593401,-0.343884","bedrooms":"1","price":"208000","area":"650"} , +{"type":"Feature","id":"n8144124736","geometry":{"type":"Point","coordinates":[-0.341331,51.0713388]},"properties":{"@type":"node","@id":8144124736,"@timestamp":1605825328},"coords":"51.0713388,-0.341331","bedrooms":"0","price":"200000","area":"608"} , +{"type":"Feature","id":"n8144275288","geometry":{"type":"Point","coordinates":[-0.2804091,51.4130485]},"properties":{"@type":"node","@id":8144275288,"@timestamp":1616907905},"coords":"51.4130485,-0.2804091","bedrooms":"0","price":"170000","area":"461"} , +{"type":"Feature","id":"n8144596652","geometry":{"type":"Point","coordinates":[-0.1861613,51.4881333]},"properties":{"@type":"node","@id":8144596652,"@timestamp":1605843199},"coords":"51.4881333,-0.1861613","bedrooms":"1","price":"223000","area":"409"} , +{"type":"Feature","id":"n8144596680","geometry":{"type":"Point","coordinates":[-0.1873062,51.4881541]},"properties":{"@type":"node","@id":8144596680,"@timestamp":1605843199},"coords":"51.4881541,-0.1873062","bedrooms":"1","price":"230000","area":"403"} , +{"type":"Feature","id":"n8144599433","geometry":{"type":"Point","coordinates":[-0.1863007,51.4874825]},"properties":{"@type":"node","@id":8144599433,"@timestamp":1605843199},"coords":"51.4874825,-0.1863007","bedrooms":"1","price":"176000","area":"544"} , +{"type":"Feature","id":"n8144699899","geometry":{"type":"Point","coordinates":[-0.18533,51.4872638]},"properties":{"@type":"node","@id":8144699899,"@timestamp":1605845590},"coords":"51.4872638,-0.18533","bedrooms":"4","price":"273000","area":"542"} , +{"type":"Feature","id":"n8144856935","geometry":{"type":"Point","coordinates":[-0.5041568,50.957647]},"properties":{"@type":"node","@id":8144856935,"@timestamp":1605849685},"coords":"50.957647,-0.5041568","bedrooms":"0","price":"175000","area":"443"} , +{"type":"Feature","id":"n8145053511","geometry":{"type":"Point","coordinates":[-0.1864213,51.4872079]},"properties":{"@type":"node","@id":8145053511,"@timestamp":1605856612},"coords":"51.4872079,-0.1864213","bedrooms":"4","price":"271000","area":"507"} , +{"type":"Feature","id":"n8145097921","geometry":{"type":"Point","coordinates":[-0.1870736,51.4876246]},"properties":{"@type":"node","@id":8145097921,"@timestamp":1605856612},"coords":"51.4876246,-0.1870736","bedrooms":"2","price":"281000","area":"431"} , +{"type":"Feature","id":"n8145098022","geometry":{"type":"Point","coordinates":[-0.1880988,51.4878194]},"properties":{"@type":"node","@id":8145098022,"@timestamp":1605856612},"coords":"51.4878194,-0.1880988","bedrooms":"4","price":"220000","area":"597"} , +{"type":"Feature","id":"n8145098066","geometry":{"type":"Point","coordinates":[-0.1872266,51.4873772]},"properties":{"@type":"node","@id":8145098066,"@timestamp":1605856612},"coords":"51.4873772,-0.1872266","bedrooms":"1","price":"150000","area":"539"} , +{"type":"Feature","id":"n8145098094","geometry":{"type":"Point","coordinates":[-0.1869955,51.4869776]},"properties":{"@type":"node","@id":8145098094,"@timestamp":1605856612},"coords":"51.4869776,-0.1869955","bedrooms":"4","price":"237000","area":"517"} , +{"type":"Feature","id":"n8145098104","geometry":{"type":"Point","coordinates":[-0.1876319,51.4875078]},"properties":{"@type":"node","@id":8145098104,"@timestamp":1605856612},"coords":"51.4875078,-0.1876319","bedrooms":"3","price":"285000","area":"604"} , +{"type":"Feature","id":"n8145159690","geometry":{"type":"Point","coordinates":[-0.9803587,51.155437]},"properties":{"@type":"node","@id":8145159690,"@timestamp":1605858812},"coords":"51.155437,-0.9803587","bedrooms":"3","price":"254000","area":"456"} , +{"type":"Feature","id":"n8145159700","geometry":{"type":"Point","coordinates":[-0.9788773,51.158615]},"properties":{"@type":"node","@id":8145159700,"@timestamp":1605858812},"coords":"51.158615,-0.9788773","bedrooms":"2","price":"263000","area":"427"} , +{"type":"Feature","id":"n8145159710","geometry":{"type":"Point","coordinates":[-0.9712582,51.1631162]},"properties":{"@type":"node","@id":8145159710,"@timestamp":1605858812},"coords":"51.1631162,-0.9712582","bedrooms":"4","price":"172000","area":"434"} , +{"type":"Feature","id":"n8145175120","geometry":{"type":"Point","coordinates":[-0.9697854,51.1571725]},"properties":{"@type":"node","@id":8145175120,"@timestamp":1605858812},"coords":"51.1571725,-0.9697854","bedrooms":"2","price":"203000","area":"452"} , +{"type":"Feature","id":"n8145175131","geometry":{"type":"Point","coordinates":[-0.9686799,51.1554386]},"properties":{"@type":"node","@id":8145175131,"@timestamp":1605858812},"coords":"51.1554386,-0.9686799","bedrooms":"2","price":"202000","area":"357"} , +{"type":"Feature","id":"n8145175141","geometry":{"type":"Point","coordinates":[-0.987153,51.1519224]},"properties":{"@type":"node","@id":8145175141,"@timestamp":1605858812},"coords":"51.1519224,-0.987153","bedrooms":"0","price":"272000","area":"665"} , +{"type":"Feature","id":"n8145175151","geometry":{"type":"Point","coordinates":[-0.9711086,51.1631896]},"properties":{"@type":"node","@id":8145175151,"@timestamp":1605858812},"coords":"51.1631896,-0.9711086","bedrooms":"0","price":"168000","area":"674"} , +{"type":"Feature","id":"n8145175161","geometry":{"type":"Point","coordinates":[-0.9721888,51.1600598]},"properties":{"@type":"node","@id":8145175161,"@timestamp":1605858812},"coords":"51.1600598,-0.9721888","bedrooms":"3","price":"270000","area":"592"} , +{"type":"Feature","id":"n8145175171","geometry":{"type":"Point","coordinates":[-0.979889,51.1584056]},"properties":{"@type":"node","@id":8145175171,"@timestamp":1605858812},"coords":"51.1584056,-0.979889","bedrooms":"3","price":"242000","area":"691"} , +{"type":"Feature","id":"n8145175181","geometry":{"type":"Point","coordinates":[-0.9693758,51.1549861]},"properties":{"@type":"node","@id":8145175181,"@timestamp":1605858812},"coords":"51.1549861,-0.9693758","bedrooms":"0","price":"284000","area":"478"} , +{"type":"Feature","id":"n8145175191","geometry":{"type":"Point","coordinates":[-0.9693547,51.1578615]},"properties":{"@type":"node","@id":8145175191,"@timestamp":1605858812},"coords":"51.1578615,-0.9693547","bedrooms":"2","price":"173000","area":"604"} , +{"type":"Feature","id":"n8145175202","geometry":{"type":"Point","coordinates":[-0.9711408,51.1627946]},"properties":{"@type":"node","@id":8145175202,"@timestamp":1605858812},"coords":"51.1627946,-0.9711408","bedrooms":"3","price":"157000","area":"662"} , +{"type":"Feature","id":"n8145175212","geometry":{"type":"Point","coordinates":[-0.967971,51.1588557]},"properties":{"@type":"node","@id":8145175212,"@timestamp":1605858812},"coords":"51.1588557,-0.967971","bedrooms":"2","price":"263000","area":"518"} , +{"type":"Feature","id":"n8145175222","geometry":{"type":"Point","coordinates":[-0.9699219,51.156957]},"properties":{"@type":"node","@id":8145175222,"@timestamp":1605858812},"coords":"51.156957,-0.9699219","bedrooms":"4","price":"263000","area":"436"} , +{"type":"Feature","id":"n8145430338","geometry":{"type":"Point","coordinates":[0.5802319,51.3338138]},"properties":{"@type":"node","@id":8145430338,"@timestamp":1605863971},"coords":"51.3338138,0.5802319","bedrooms":"0","price":"296000","area":"442"} , +{"type":"Feature","id":"n8145757940","geometry":{"type":"Point","coordinates":[-0.0301556,51.6682972]},"properties":{"@type":"node","@id":8145757940,"@timestamp":1605870510},"coords":"51.6682972,-0.0301556","bedrooms":"2","price":"203000","area":"685"} , +{"type":"Feature","id":"n8145775595","geometry":{"type":"Point","coordinates":[0.2614074,51.4311553]},"properties":{"@type":"node","@id":8145775595,"@timestamp":1605871178},"coords":"51.4311553,0.2614074","bedrooms":"1","price":"256000","area":"616"} , +{"type":"Feature","id":"n8145815943","geometry":{"type":"Point","coordinates":[-0.481883,51.3331732]},"properties":{"@type":"node","@id":8145815943,"@timestamp":1605871985},"coords":"51.3331732,-0.481883","bedrooms":"3","price":"276000","area":"469"} , +{"type":"Feature","id":"n8145826318","geometry":{"type":"Point","coordinates":[-0.1723574,51.5325202]},"properties":{"@type":"node","@id":8145826318,"@timestamp":1605872141},"coords":"51.5325202,-0.1723574","bedrooms":"1","price":"283000","area":"396"} , +{"type":"Feature","id":"n8145826347","geometry":{"type":"Point","coordinates":[-0.1408579,51.5071566]},"properties":{"@type":"node","@id":8145826347,"@timestamp":1605872141},"coords":"51.5071566,-0.1408579","bedrooms":"2","price":"280000","area":"482"} , +{"type":"Feature","id":"n8145847731","geometry":{"type":"Point","coordinates":[-0.2501788,51.2806174]},"properties":{"@type":"node","@id":8145847731,"@timestamp":1616340830},"coords":"51.2806174,-0.2501788","bedrooms":"1","price":"232000","area":"443"} , +{"type":"Feature","id":"n8145862744","geometry":{"type":"Point","coordinates":[-0.0299502,51.6688655]},"properties":{"@type":"node","@id":8145862744,"@timestamp":1605873549},"coords":"51.6688655,-0.0299502","bedrooms":"0","price":"190000","area":"538"} , +{"type":"Feature","id":"n8145867976","geometry":{"type":"Point","coordinates":[-0.1971962,51.3550288]},"properties":{"@type":"node","@id":8145867976,"@timestamp":1605873772},"coords":"51.3550288,-0.1971962","bedrooms":"3","price":"295000","area":"409"} , +{"type":"Feature","id":"n8145903274","geometry":{"type":"Point","coordinates":[-0.2183154,51.4746137]},"properties":{"@type":"node","@id":8145903274,"@timestamp":1605874442},"coords":"51.4746137,-0.2183154","bedrooms":"1","price":"163000","area":"520"} , +{"type":"Feature","id":"n8145903284","geometry":{"type":"Point","coordinates":[-0.2188505,51.4744442]},"properties":{"@type":"node","@id":8145903284,"@timestamp":1605874442},"coords":"51.4744442,-0.2188505","bedrooms":"4","price":"175000","area":"506"} , +{"type":"Feature","id":"n8145903294","geometry":{"type":"Point","coordinates":[-0.2184665,51.4736071]},"properties":{"@type":"node","@id":8145903294,"@timestamp":1605874442},"coords":"51.4736071,-0.2184665","bedrooms":"2","price":"248000","area":"653"} , +{"type":"Feature","id":"n8145903304","geometry":{"type":"Point","coordinates":[-0.2177269,51.4740434]},"properties":{"@type":"node","@id":8145903304,"@timestamp":1605874442},"coords":"51.4740434,-0.2177269","bedrooms":"0","price":"271000","area":"659"} , +{"type":"Feature","id":"n8146042218","geometry":{"type":"Point","coordinates":[-0.0299637,51.6700529]},"properties":{"@type":"node","@id":8146042218,"@timestamp":1605875469},"coords":"51.6700529,-0.0299637","bedrooms":"1","price":"159000","area":"694"} , +{"type":"Feature","id":"n8146057124","geometry":{"type":"Point","coordinates":[-0.1174385,51.4355504]},"properties":{"@type":"node","@id":8146057124,"@timestamp":1605875697},"coords":"51.4355504,-0.1174385","bedrooms":"0","price":"261000","area":"693"} , +{"type":"Feature","id":"n8146125617","geometry":{"type":"Point","coordinates":[-0.0298109,51.6705436]},"properties":{"@type":"node","@id":8146125617,"@timestamp":1605884283},"coords":"51.6705436,-0.0298109","bedrooms":"1","price":"274000","area":"582"} , +{"type":"Feature","id":"n8146173767","geometry":{"type":"Point","coordinates":[-0.0299612,51.6702266]},"properties":{"@type":"node","@id":8146173767,"@timestamp":1605884283},"coords":"51.6702266,-0.0299612","bedrooms":"4","price":"284000","area":"442"} , +{"type":"Feature","id":"n8146223863","geometry":{"type":"Point","coordinates":[-0.1450615,51.6401326]},"properties":{"@type":"node","@id":8146223863,"@timestamp":1605879798},"coords":"51.6401326,-0.1450615","bedrooms":"1","price":"170000","area":"447"} , +{"type":"Feature","id":"n8146223873","geometry":{"type":"Point","coordinates":[-0.1448101,51.6402071]},"properties":{"@type":"node","@id":8146223873,"@timestamp":1605879798},"coords":"51.6402071,-0.1448101","bedrooms":"3","price":"227000","area":"659"} , +{"type":"Feature","id":"n8146288026","geometry":{"type":"Point","coordinates":[-0.3674001,51.4786619]},"properties":{"@type":"node","@id":8146288026,"@timestamp":1605881291},"coords":"51.4786619,-0.3674001","bedrooms":"4","price":"231000","area":"550"} , +{"type":"Feature","id":"n8146372391","geometry":{"type":"Point","coordinates":[-0.9931413,51.1452126]},"properties":{"@type":"node","@id":8146372391,"@timestamp":1605883933},"coords":"51.1452126,-0.9931413","bedrooms":"3","price":"272000","area":"458"} , +{"type":"Feature","id":"n8146372401","geometry":{"type":"Point","coordinates":[-0.9910703,51.1469395]},"properties":{"@type":"node","@id":8146372401,"@timestamp":1605883933},"coords":"51.1469395,-0.9910703","bedrooms":"0","price":"214000","area":"616"} , +{"type":"Feature","id":"n8146372411","geometry":{"type":"Point","coordinates":[-0.9878861,51.1480975]},"properties":{"@type":"node","@id":8146372411,"@timestamp":1605883933},"coords":"51.1480975,-0.9878861","bedrooms":"0","price":"276000","area":"689"} , +{"type":"Feature","id":"n8146407021","geometry":{"type":"Point","coordinates":[-0.9849183,51.1469384]},"properties":{"@type":"node","@id":8146407021,"@timestamp":1605883933},"coords":"51.1469384,-0.9849183","bedrooms":"4","price":"230000","area":"409"} , +{"type":"Feature","id":"n8146407031","geometry":{"type":"Point","coordinates":[-0.9868649,51.1402718]},"properties":{"@type":"node","@id":8146407031,"@timestamp":1605883933},"coords":"51.1402718,-0.9868649","bedrooms":"3","price":"165000","area":"468"} , +{"type":"Feature","id":"n8146407041","geometry":{"type":"Point","coordinates":[-0.9817312,51.1455389]},"properties":{"@type":"node","@id":8146407041,"@timestamp":1605883933},"coords":"51.1455389,-0.9817312","bedrooms":"0","price":"296000","area":"461"} , +{"type":"Feature","id":"n8146407051","geometry":{"type":"Point","coordinates":[-0.9820799,51.1456209]},"properties":{"@type":"node","@id":8146407051,"@timestamp":1605883933},"coords":"51.1456209,-0.9820799","bedrooms":"3","price":"228000","area":"421"} , +{"type":"Feature","id":"n8146407061","geometry":{"type":"Point","coordinates":[-0.9926763,51.1390705]},"properties":{"@type":"node","@id":8146407061,"@timestamp":1605883933},"coords":"51.1390705,-0.9926763","bedrooms":"3","price":"167000","area":"392"} , +{"type":"Feature","id":"n8146407071","geometry":{"type":"Point","coordinates":[-0.9714829,51.143005]},"properties":{"@type":"node","@id":8146407071,"@timestamp":1605883933},"coords":"51.143005,-0.9714829","bedrooms":"1","price":"175000","area":"539"} , +{"type":"Feature","id":"n8146420348","geometry":{"type":"Point","coordinates":[-0.0292231,51.6699065]},"properties":{"@type":"node","@id":8146420348,"@timestamp":1605884283},"coords":"51.6699065,-0.0292231","bedrooms":"1","price":"214000","area":"554"} , +{"type":"Feature","id":"n8146420376","geometry":{"type":"Point","coordinates":[-0.0292598,51.6705852]},"properties":{"@type":"node","@id":8146420376,"@timestamp":1605884283},"coords":"51.6705852,-0.0292598","bedrooms":"3","price":"274000","area":"602"} , +{"type":"Feature","id":"n8146420407","geometry":{"type":"Point","coordinates":[-0.0304477,51.6698346]},"properties":{"@type":"node","@id":8146420407,"@timestamp":1605884283},"coords":"51.6698346,-0.0304477","bedrooms":"4","price":"273000","area":"644"} , +{"type":"Feature","id":"n8146486273","geometry":{"type":"Point","coordinates":[0.0275222,51.5270442]},"properties":{"@type":"node","@id":8146486273,"@timestamp":1605885976},"coords":"51.5270442,0.0275222","bedrooms":"1","price":"176000","area":"457"} , +{"type":"Feature","id":"n8146491800","geometry":{"type":"Point","coordinates":[-0.0283974,51.6693567]},"properties":{"@type":"node","@id":8146491800,"@timestamp":1605886246},"coords":"51.6693567,-0.0283974","bedrooms":"1","price":"278000","area":"665"} , +{"type":"Feature","id":"n8146491816","geometry":{"type":"Point","coordinates":[-0.0282998,51.6701722]},"properties":{"@type":"node","@id":8146491816,"@timestamp":1605886246},"coords":"51.6701722,-0.0282998","bedrooms":"3","price":"192000","area":"645"} , +{"type":"Feature","id":"n8146535548","geometry":{"type":"Point","coordinates":[-0.0285287,51.6682043]},"properties":{"@type":"node","@id":8146535548,"@timestamp":1605886802},"coords":"51.6682043,-0.0285287","bedrooms":"0","price":"292000","area":"662"} , +{"type":"Feature","id":"n8146575060","geometry":{"type":"Point","coordinates":[-0.0394129,51.5607389]},"properties":{"@type":"node","@id":8146575060,"@timestamp":1605887634},"coords":"51.5607389,-0.0394129","bedrooms":"2","price":"229000","area":"579"} , +{"type":"Feature","id":"n8146611024","geometry":{"type":"Point","coordinates":[-0.0280648,51.6699004]},"properties":{"@type":"node","@id":8146611024,"@timestamp":1605888815},"coords":"51.6699004,-0.0280648","bedrooms":"4","price":"256000","area":"365"} , +{"type":"Feature","id":"n8146611054","geometry":{"type":"Point","coordinates":[-0.0280057,51.6703926]},"properties":{"@type":"node","@id":8146611054,"@timestamp":1605888815},"coords":"51.6703926,-0.0280057","bedrooms":"3","price":"262000","area":"481"} , +{"type":"Feature","id":"n8146627024","geometry":{"type":"Point","coordinates":[-0.0281173,51.6694685]},"properties":{"@type":"node","@id":8146627024,"@timestamp":1605888815},"coords":"51.6694685,-0.0281173","bedrooms":"0","price":"290000","area":"604"} , +{"type":"Feature","id":"n8146747245","geometry":{"type":"Point","coordinates":[-0.9660253,51.1438946]},"properties":{"@type":"node","@id":8146747245,"@timestamp":1605891931},"coords":"51.1438946,-0.9660253","bedrooms":"1","price":"251000","area":"566"} , +{"type":"Feature","id":"n8146747255","geometry":{"type":"Point","coordinates":[-0.9769476,51.1432614]},"properties":{"@type":"node","@id":8146747255,"@timestamp":1605891931},"coords":"51.1432614,-0.9769476","bedrooms":"1","price":"186000","area":"557"} , +{"type":"Feature","id":"n8146747265","geometry":{"type":"Point","coordinates":[-0.9700338,51.1470978]},"properties":{"@type":"node","@id":8146747265,"@timestamp":1605891931},"coords":"51.1470978,-0.9700338","bedrooms":"2","price":"203000","area":"383"} , +{"type":"Feature","id":"n8146747275","geometry":{"type":"Point","coordinates":[-0.9673147,51.1469087]},"properties":{"@type":"node","@id":8146747275,"@timestamp":1605891931},"coords":"51.1469087,-0.9673147","bedrooms":"3","price":"236000","area":"668"} , +{"type":"Feature","id":"n8146747285","geometry":{"type":"Point","coordinates":[-0.963152,51.1516978]},"properties":{"@type":"node","@id":8146747285,"@timestamp":1605891931},"coords":"51.1516978,-0.963152","bedrooms":"4","price":"250000","area":"366"} , +{"type":"Feature","id":"n8146747295","geometry":{"type":"Point","coordinates":[-0.9726369,51.151594]},"properties":{"@type":"node","@id":8146747295,"@timestamp":1605891931},"coords":"51.151594,-0.9726369","bedrooms":"1","price":"248000","area":"391"} , +{"type":"Feature","id":"n8146747305","geometry":{"type":"Point","coordinates":[-0.9817722,51.1470511]},"properties":{"@type":"node","@id":8146747305,"@timestamp":1605891931},"coords":"51.1470511,-0.9817722","bedrooms":"2","price":"170000","area":"505"} , +{"type":"Feature","id":"n8146747315","geometry":{"type":"Point","coordinates":[-0.9751337,51.1525714]},"properties":{"@type":"node","@id":8146747315,"@timestamp":1605891931},"coords":"51.1525714,-0.9751337","bedrooms":"0","price":"175000","area":"417"} , +{"type":"Feature","id":"n8146751125","geometry":{"type":"Point","coordinates":[-0.9660789,51.1614071]},"properties":{"@type":"node","@id":8146751125,"@timestamp":1605891931},"coords":"51.1614071,-0.9660789","bedrooms":"1","price":"281000","area":"458"} , +{"type":"Feature","id":"n8146751135","geometry":{"type":"Point","coordinates":[-0.965627,51.1619644]},"properties":{"@type":"node","@id":8146751135,"@timestamp":1605891931},"coords":"51.1619644,-0.965627","bedrooms":"2","price":"150000","area":"611"} , +{"type":"Feature","id":"n8146751145","geometry":{"type":"Point","coordinates":[-0.9599963,51.1565638]},"properties":{"@type":"node","@id":8146751145,"@timestamp":1605891931},"coords":"51.1565638,-0.9599963","bedrooms":"4","price":"154000","area":"653"} , +{"type":"Feature","id":"n8146751155","geometry":{"type":"Point","coordinates":[-0.9592695,51.1578997]},"properties":{"@type":"node","@id":8146751155,"@timestamp":1605891931},"coords":"51.1578997,-0.9592695","bedrooms":"4","price":"186000","area":"464"} , +{"type":"Feature","id":"n8146751165","geometry":{"type":"Point","coordinates":[-0.9575703,51.1580233]},"properties":{"@type":"node","@id":8146751165,"@timestamp":1605891931},"coords":"51.1580233,-0.9575703","bedrooms":"4","price":"186000","area":"534"} , +{"type":"Feature","id":"n8146751175","geometry":{"type":"Point","coordinates":[-0.9573825,51.157829]},"properties":{"@type":"node","@id":8146751175,"@timestamp":1605891931},"coords":"51.157829,-0.9573825","bedrooms":"3","price":"258000","area":"547"} , +{"type":"Feature","id":"n8146751185","geometry":{"type":"Point","coordinates":[-0.9592265,51.1582353]},"properties":{"@type":"node","@id":8146751185,"@timestamp":1605891931},"coords":"51.1582353,-0.9592265","bedrooms":"1","price":"231000","area":"679"} , +{"type":"Feature","id":"n8146751195","geometry":{"type":"Point","coordinates":[-0.9585111,51.1612555]},"properties":{"@type":"node","@id":8146751195,"@timestamp":1605891931},"coords":"51.1612555,-0.9585111","bedrooms":"1","price":"288000","area":"555"} , +{"type":"Feature","id":"n8146751205","geometry":{"type":"Point","coordinates":[-0.9445099,51.1636851]},"properties":{"@type":"node","@id":8146751205,"@timestamp":1605891931},"coords":"51.1636851,-0.9445099","bedrooms":"2","price":"164000","area":"529"} , +{"type":"Feature","id":"n8146770642","geometry":{"type":"Point","coordinates":[-0.9125911,51.0009158]},"properties":{"@type":"node","@id":8146770642,"@timestamp":1605892579},"coords":"51.0009158,-0.9125911","bedrooms":"1","price":"294000","area":"494"} , +{"type":"Feature","id":"n8146770652","geometry":{"type":"Point","coordinates":[-0.9157182,51.0004344]},"properties":{"@type":"node","@id":8146770652,"@timestamp":1605892579},"coords":"51.0004344,-0.9157182","bedrooms":"2","price":"174000","area":"354"} , +{"type":"Feature","id":"n8146770662","geometry":{"type":"Point","coordinates":[-0.9202396,51.0015986]},"properties":{"@type":"node","@id":8146770662,"@timestamp":1605892579},"coords":"51.0015986,-0.9202396","bedrooms":"0","price":"211000","area":"667"} , +{"type":"Feature","id":"n8146809694","geometry":{"type":"Point","coordinates":[-0.0661042,51.4307426]},"properties":{"@type":"node","@id":8146809694,"@timestamp":1605893628},"coords":"51.4307426,-0.0661042","bedrooms":"1","price":"179000","area":"546"} , +{"type":"Feature","id":"n8146870903","geometry":{"type":"Point","coordinates":[0.0399094,51.4948112]},"properties":{"@type":"node","@id":8146870903,"@timestamp":1605895673},"coords":"51.4948112,0.0399094","bedrooms":"0","price":"212000","area":"617"} , +{"type":"Feature","id":"n8146876845","geometry":{"type":"Point","coordinates":[-0.0276674,51.6689949]},"properties":{"@type":"node","@id":8146876845,"@timestamp":1605895648},"coords":"51.6689949,-0.0276674","bedrooms":"0","price":"249000","area":"602"} , +{"type":"Feature","id":"n8146876871","geometry":{"type":"Point","coordinates":[-0.0281262,51.6688238]},"properties":{"@type":"node","@id":8146876871,"@timestamp":1605895648},"coords":"51.6688238,-0.0281262","bedrooms":"1","price":"269000","area":"380"} , +{"type":"Feature","id":"n8146985235","geometry":{"type":"Point","coordinates":[-0.0254795,51.6709839]},"properties":{"@type":"node","@id":8146985235,"@timestamp":1605898667},"coords":"51.6709839,-0.0254795","bedrooms":"2","price":"227000","area":"548"} , +{"type":"Feature","id":"n8146985274","geometry":{"type":"Point","coordinates":[-0.0273585,51.6710353]},"properties":{"@type":"node","@id":8146985274,"@timestamp":1605898667},"coords":"51.6710353,-0.0273585","bedrooms":"3","price":"276000","area":"572"} , +{"type":"Feature","id":"n8147030810","geometry":{"type":"Point","coordinates":[-0.0236696,51.6709095]},"properties":{"@type":"node","@id":8147030810,"@timestamp":1605899460},"coords":"51.6709095,-0.0236696","bedrooms":"3","price":"198000","area":"376"} , +{"type":"Feature","id":"n8147035555","geometry":{"type":"Point","coordinates":[-0.5233882,51.5386328]},"properties":{"@type":"node","@id":8147035555,"@timestamp":1605898780},"coords":"51.5386328,-0.5233882","bedrooms":"1","price":"176000","area":"385"} , +{"type":"Feature","id":"n8147116639","geometry":{"type":"Point","coordinates":[-0.0270815,51.6681927]},"properties":{"@type":"node","@id":8147116639,"@timestamp":1605900807},"coords":"51.6681927,-0.0270815","bedrooms":"4","price":"294000","area":"578"} , +{"type":"Feature","id":"n8147116649","geometry":{"type":"Point","coordinates":[-0.0270252,51.6686964]},"properties":{"@type":"node","@id":8147116649,"@timestamp":1605900807},"coords":"51.6686964,-0.0270252","bedrooms":"4","price":"177000","area":"557"} , +{"type":"Feature","id":"n8147116659","geometry":{"type":"Point","coordinates":[-0.0267045,51.6683471]},"properties":{"@type":"node","@id":8147116659,"@timestamp":1605900807},"coords":"51.6683471,-0.0267045","bedrooms":"4","price":"164000","area":"484"} , +{"type":"Feature","id":"n8147116669","geometry":{"type":"Point","coordinates":[-0.0266429,51.668869]},"properties":{"@type":"node","@id":8147116669,"@timestamp":1605900807},"coords":"51.668869,-0.0266429","bedrooms":"2","price":"193000","area":"637"} , +{"type":"Feature","id":"n8147116679","geometry":{"type":"Point","coordinates":[-0.0265932,51.669358]},"properties":{"@type":"node","@id":8147116679,"@timestamp":1605900807},"coords":"51.669358,-0.0265932","bedrooms":"0","price":"163000","area":"437"} , +{"type":"Feature","id":"n8147116689","geometry":{"type":"Point","coordinates":[-0.0265691,51.669862]},"properties":{"@type":"node","@id":8147116689,"@timestamp":1605900807},"coords":"51.669862,-0.0265691","bedrooms":"4","price":"297000","area":"519"} , +{"type":"Feature","id":"n8147116699","geometry":{"type":"Point","coordinates":[-0.0264693,51.6703383]},"properties":{"@type":"node","@id":8147116699,"@timestamp":1605900807},"coords":"51.6703383,-0.0264693","bedrooms":"4","price":"202000","area":"681"} , +{"type":"Feature","id":"n8147116709","geometry":{"type":"Point","coordinates":[-0.0263724,51.6708326]},"properties":{"@type":"node","@id":8147116709,"@timestamp":1605900807},"coords":"51.6708326,-0.0263724","bedrooms":"0","price":"170000","area":"546"} , +{"type":"Feature","id":"n8147148519","geometry":{"type":"Point","coordinates":[-0.0269476,51.6695476]},"properties":{"@type":"node","@id":8147148519,"@timestamp":1605900807},"coords":"51.6695476,-0.0269476","bedrooms":"0","price":"194000","area":"638"} , +{"type":"Feature","id":"n8147148529","geometry":{"type":"Point","coordinates":[-0.026885,51.6700421]},"properties":{"@type":"node","@id":8147148529,"@timestamp":1605900807},"coords":"51.6700421,-0.026885","bedrooms":"3","price":"179000","area":"356"} , +{"type":"Feature","id":"n8147148539","geometry":{"type":"Point","coordinates":[-0.0267898,51.6705409]},"properties":{"@type":"node","@id":8147148539,"@timestamp":1605900807},"coords":"51.6705409,-0.0267898","bedrooms":"0","price":"175000","area":"448"} , +{"type":"Feature","id":"n8147204386","geometry":{"type":"Point","coordinates":[-0.1319442,51.5239393]},"properties":{"@type":"node","@id":8147204386,"@timestamp":1605902887},"coords":"51.5239393,-0.1319442","bedrooms":"4","price":"237000","area":"676"} , +{"type":"Feature","id":"n8147229740","geometry":{"type":"Point","coordinates":[-0.1319478,51.5242269]},"properties":{"@type":"node","@id":8147229740,"@timestamp":1605902887},"coords":"51.5242269,-0.1319478","bedrooms":"0","price":"284000","area":"439"} , +{"type":"Feature","id":"n8147238605","geometry":{"type":"Point","coordinates":[-0.9191051,51.0044671]},"properties":{"@type":"node","@id":8147238605,"@timestamp":1605903364},"coords":"51.0044671,-0.9191051","bedrooms":"2","price":"272000","area":"530"} , +{"type":"Feature","id":"n8147238615","geometry":{"type":"Point","coordinates":[-0.9311904,51.0020343]},"properties":{"@type":"node","@id":8147238615,"@timestamp":1605903364},"coords":"51.0020343,-0.9311904","bedrooms":"0","price":"232000","area":"430"} , +{"type":"Feature","id":"n8147246725","geometry":{"type":"Point","coordinates":[-0.9236159,51.0050203]},"properties":{"@type":"node","@id":8147246725,"@timestamp":1605903364},"coords":"51.0050203,-0.9236159","bedrooms":"1","price":"247000","area":"446"} , +{"type":"Feature","id":"n8147246735","geometry":{"type":"Point","coordinates":[-0.9139398,51.0088176]},"properties":{"@type":"node","@id":8147246735,"@timestamp":1605903364},"coords":"51.0088176,-0.9139398","bedrooms":"4","price":"232000","area":"449"} , +{"type":"Feature","id":"n8147246745","geometry":{"type":"Point","coordinates":[-0.9213266,51.0076777]},"properties":{"@type":"node","@id":8147246745,"@timestamp":1605903364},"coords":"51.0076777,-0.9213266","bedrooms":"3","price":"207000","area":"359"} , +{"type":"Feature","id":"n8147246755","geometry":{"type":"Point","coordinates":[-0.9223472,51.0062954]},"properties":{"@type":"node","@id":8147246755,"@timestamp":1605903364},"coords":"51.0062954,-0.9223472","bedrooms":"2","price":"270000","area":"686"} , +{"type":"Feature","id":"n8147246765","geometry":{"type":"Point","coordinates":[-0.9252574,51.0067298]},"properties":{"@type":"node","@id":8147246765,"@timestamp":1605903364},"coords":"51.0067298,-0.9252574","bedrooms":"1","price":"278000","area":"571"} , +{"type":"Feature","id":"n8147273882","geometry":{"type":"Point","coordinates":[-0.929097,51.0075147]},"properties":{"@type":"node","@id":8147273882,"@timestamp":1605904764},"coords":"51.0075147,-0.929097","bedrooms":"3","price":"197000","area":"695"} , +{"type":"Feature","id":"n8147273892","geometry":{"type":"Point","coordinates":[-0.9298607,51.0043105]},"properties":{"@type":"node","@id":8147273892,"@timestamp":1605904764},"coords":"51.0043105,-0.9298607","bedrooms":"1","price":"204000","area":"541"} , +{"type":"Feature","id":"n8147273902","geometry":{"type":"Point","coordinates":[-0.9339994,51.0020316]},"properties":{"@type":"node","@id":8147273902,"@timestamp":1605904764},"coords":"51.0020316,-0.9339994","bedrooms":"2","price":"275000","area":"698"} , +{"type":"Feature","id":"n8147301724","geometry":{"type":"Point","coordinates":[-0.5097858,51.5187932]},"properties":{"@type":"node","@id":8147301724,"@timestamp":1605904839},"coords":"51.5187932,-0.5097858","bedrooms":"0","price":"248000","area":"581"} , +{"type":"Feature","id":"n8147301743","geometry":{"type":"Point","coordinates":[-0.5189624,51.5202006]},"properties":{"@type":"node","@id":8147301743,"@timestamp":1605904839},"coords":"51.5202006,-0.5189624","bedrooms":"3","price":"233000","area":"574"} , +{"type":"Feature","id":"n8147301761","geometry":{"type":"Point","coordinates":[-0.5178371,51.5222119]},"properties":{"@type":"node","@id":8147301761,"@timestamp":1605904839},"coords":"51.5222119,-0.5178371","bedrooms":"3","price":"274000","area":"370"} , +{"type":"Feature","id":"n8147420161","geometry":{"type":"Point","coordinates":[-0.9685244,51.4542297]},"properties":{"@type":"node","@id":8147420161,"@timestamp":1605907067},"coords":"51.4542297,-0.9685244","bedrooms":"2","price":"154000","area":"495"} , +{"type":"Feature","id":"n8147571025","geometry":{"type":"Point","coordinates":[-0.9486793,51.4531201]},"properties":{"@type":"node","@id":8147571025,"@timestamp":1620595156},"coords":"51.4531201,-0.9486793","bedrooms":"0","price":"197000","area":"351"} , +{"type":"Feature","id":"n8147745401","geometry":{"type":"Point","coordinates":[-1.046187,51.1594808]},"properties":{"@type":"node","@id":8147745401,"@timestamp":1605916649},"coords":"51.1594808,-1.046187","bedrooms":"1","price":"249000","area":"579"} , +{"type":"Feature","id":"n8148136710","geometry":{"type":"Point","coordinates":[-0.9673066,51.1574494]},"properties":{"@type":"node","@id":8148136710,"@timestamp":1605941624},"coords":"51.1574494,-0.9673066","bedrooms":"3","price":"299000","area":"475"} , +{"type":"Feature","id":"n8148161120","geometry":{"type":"Point","coordinates":[-0.9675965,51.1575148]},"properties":{"@type":"node","@id":8148161120,"@timestamp":1605941624},"coords":"51.1575148,-0.9675965","bedrooms":"3","price":"152000","area":"409"} , +{"type":"Feature","id":"n8148516762","geometry":{"type":"Point","coordinates":[0.0810644,51.6463751]},"properties":{"@type":"node","@id":8148516762,"@timestamp":1605956776},"coords":"51.6463751,0.0810644","bedrooms":"0","price":"219000","area":"526"} , +{"type":"Feature","id":"n8148540060","geometry":{"type":"Point","coordinates":[-0.1290973,51.5259149]},"properties":{"@type":"node","@id":8148540060,"@timestamp":1605979226},"coords":"51.5259149,-0.1290973","bedrooms":"4","price":"165000","area":"460"} , +{"type":"Feature","id":"n8148544570","geometry":{"type":"Point","coordinates":[0.0370467,51.2733984]},"properties":{"@type":"node","@id":8148544570,"@timestamp":1605957474},"coords":"51.2733984,0.0370467","bedrooms":"3","price":"210000","area":"593"} , +{"type":"Feature","id":"n8148641772","geometry":{"type":"Point","coordinates":[-0.1866243,51.48631]},"properties":{"@type":"node","@id":8148641772,"@timestamp":1605960631},"coords":"51.48631,-0.1866243","bedrooms":"2","price":"231000","area":"554"} , +{"type":"Feature","id":"n8148645914","geometry":{"type":"Point","coordinates":[-0.1852002,51.4864516]},"properties":{"@type":"node","@id":8148645914,"@timestamp":1605960631},"coords":"51.4864516,-0.1852002","bedrooms":"3","price":"156000","area":"560"} , +{"type":"Feature","id":"n8148645940","geometry":{"type":"Point","coordinates":[-0.1858536,51.4860594]},"properties":{"@type":"node","@id":8148645940,"@timestamp":1605960631},"coords":"51.4860594,-0.1858536","bedrooms":"4","price":"184000","area":"668"} , +{"type":"Feature","id":"n8148680732","geometry":{"type":"Point","coordinates":[0.0532808,51.5527354]},"properties":{"@type":"node","@id":8148680732,"@timestamp":1623935833},"coords":"51.5527354,0.0532808","bedrooms":"2","price":"294000","area":"510"} , +{"type":"Feature","id":"n8148694109","geometry":{"type":"Point","coordinates":[0.1017614,51.0132653]},"properties":{"@type":"node","@id":8148694109,"@timestamp":1605963755},"coords":"51.0132653,0.1017614","bedrooms":"1","price":"163000","area":"377"} , +{"type":"Feature","id":"n8148741213","geometry":{"type":"Point","coordinates":[0.067537,51.506845]},"properties":{"@type":"node","@id":8148741213,"@timestamp":1605964732},"coords":"51.506845,0.067537","bedrooms":"4","price":"193000","area":"535"} , +{"type":"Feature","id":"n8148741708","geometry":{"type":"Point","coordinates":[0.0739892,51.5061474]},"properties":{"@type":"node","@id":8148741708,"@timestamp":1606061128},"coords":"51.5061474,0.0739892","bedrooms":"3","price":"200000","area":"620"} , +{"type":"Feature","id":"n8148780942","geometry":{"type":"Point","coordinates":[0.0740753,51.5062625]},"properties":{"@type":"node","@id":8148780942,"@timestamp":1606061128},"coords":"51.5062625,0.0740753","bedrooms":"3","price":"261000","area":"474"} , +{"type":"Feature","id":"n8148780960","geometry":{"type":"Point","coordinates":[0.0730475,51.5071468]},"properties":{"@type":"node","@id":8148780960,"@timestamp":1606332528},"coords":"51.5071468,0.0730475","bedrooms":"1","price":"279000","area":"574"} , +{"type":"Feature","id":"n8148780970","geometry":{"type":"Point","coordinates":[0.0730407,51.5070495]},"properties":{"@type":"node","@id":8148780970,"@timestamp":1606332528},"coords":"51.5070495,0.0730407","bedrooms":"2","price":"259000","area":"567"} , +{"type":"Feature","id":"n8148903841","geometry":{"type":"Point","coordinates":[0.0278618,51.9077014]},"properties":{"@type":"node","@id":8148903841,"@timestamp":1605969026},"coords":"51.9077014,0.0278618","bedrooms":"0","price":"258000","area":"650"} , +{"type":"Feature","id":"n8148904804","geometry":{"type":"Point","coordinates":[-0.1841064,51.4876181]},"properties":{"@type":"node","@id":8148904804,"@timestamp":1605969070},"coords":"51.4876181,-0.1841064","bedrooms":"1","price":"195000","area":"356"} , +{"type":"Feature","id":"n8148920791","geometry":{"type":"Point","coordinates":[-0.1133538,51.4408488]},"properties":{"@type":"node","@id":8148920791,"@timestamp":1605969746},"coords":"51.4408488,-0.1133538","bedrooms":"1","price":"257000","area":"387"} , +{"type":"Feature","id":"n8148956538","geometry":{"type":"Point","coordinates":[0.2875101,51.4854111]},"properties":{"@type":"node","@id":8148956538,"@timestamp":1605970629},"coords":"51.4854111,0.2875101","bedrooms":"0","price":"177000","area":"360"} , +{"type":"Feature","id":"n8149077069","geometry":{"type":"Point","coordinates":[-0.1934957,51.4442534]},"properties":{"@type":"node","@id":8149077069,"@timestamp":1605973895},"coords":"51.4442534,-0.1934957","bedrooms":"0","price":"234000","area":"492"} , +{"type":"Feature","id":"n8149197548","geometry":{"type":"Point","coordinates":[-0.7052311,51.305082]},"properties":{"@type":"node","@id":8149197548,"@timestamp":1606690048},"coords":"51.305082,-0.7052311","bedrooms":"4","price":"250000","area":"610"} , +{"type":"Feature","id":"n8149223042","geometry":{"type":"Point","coordinates":[-0.1183238,51.4319741]},"properties":{"@type":"node","@id":8149223042,"@timestamp":1605978312},"coords":"51.4319741,-0.1183238","bedrooms":"2","price":"159000","area":"352"} , +{"type":"Feature","id":"n8149334657","geometry":{"type":"Point","coordinates":[0.0007971,51.5396459]},"properties":{"@type":"node","@id":8149334657,"@timestamp":1605979586},"coords":"51.5396459,0.0007971","bedrooms":"1","price":"180000","area":"421"} , +{"type":"Feature","id":"n8149351304","geometry":{"type":"Point","coordinates":[-0.3429397,51.0682096]},"properties":{"@type":"node","@id":8149351304,"@timestamp":1605979888},"coords":"51.0682096,-0.3429397","bedrooms":"2","price":"281000","area":"555"} , +{"type":"Feature","id":"n8149435362","geometry":{"type":"Point","coordinates":[-0.5078595,51.5042811]},"properties":{"@type":"node","@id":8149435362,"@timestamp":1605982179},"coords":"51.5042811,-0.5078595","bedrooms":"0","price":"171000","area":"517"} , +{"type":"Feature","id":"n8149470384","geometry":{"type":"Point","coordinates":[-0.1131754,51.4408299]},"properties":{"@type":"node","@id":8149470384,"@timestamp":1605983546},"coords":"51.4408299,-0.1131754","bedrooms":"4","price":"152000","area":"517"} , +{"type":"Feature","id":"n8149477702","geometry":{"type":"Point","coordinates":[0.4002982,51.8999711]},"properties":{"@type":"node","@id":8149477702,"@timestamp":1605983001},"coords":"51.8999711,0.4002982","bedrooms":"4","price":"271000","area":"630"} , +{"type":"Feature","id":"n8149477867","geometry":{"type":"Point","coordinates":[-0.1292375,51.5217206]},"properties":{"@type":"node","@id":8149477867,"@timestamp":1605983068},"coords":"51.5217206,-0.1292375","bedrooms":"2","price":"253000","area":"449"} , +{"type":"Feature","id":"n8149477877","geometry":{"type":"Point","coordinates":[-0.1292885,51.5218274]},"properties":{"@type":"node","@id":8149477877,"@timestamp":1605983068},"coords":"51.5218274,-0.1292885","bedrooms":"4","price":"188000","area":"540"} , +{"type":"Feature","id":"n8149477887","geometry":{"type":"Point","coordinates":[-0.1287581,51.5219888]},"properties":{"@type":"node","@id":8149477887,"@timestamp":1605983068},"coords":"51.5219888,-0.1287581","bedrooms":"0","price":"157000","area":"351"} , +{"type":"Feature","id":"n8149602426","geometry":{"type":"Point","coordinates":[-0.2482491,51.3712326]},"properties":{"@type":"node","@id":8149602426,"@timestamp":1621690536},"coords":"51.3712326,-0.2482491","bedrooms":"0","price":"291000","area":"590"} , +{"type":"Feature","id":"n8149687770","geometry":{"type":"Point","coordinates":[-0.6180182,51.5495201]},"properties":{"@type":"node","@id":8149687770,"@timestamp":1605990012},"coords":"51.5495201,-0.6180182","bedrooms":"4","price":"208000","area":"482"} , +{"type":"Feature","id":"n8149687780","geometry":{"type":"Point","coordinates":[-0.6141725,51.5545986]},"properties":{"@type":"node","@id":8149687780,"@timestamp":1605990012},"coords":"51.5545986,-0.6141725","bedrooms":"4","price":"164000","area":"671"} , +{"type":"Feature","id":"n8149687796","geometry":{"type":"Point","coordinates":[-0.6117703,51.5510177]},"properties":{"@type":"node","@id":8149687796,"@timestamp":1605990012},"coords":"51.5510177,-0.6117703","bedrooms":"2","price":"200000","area":"373"} , +{"type":"Feature","id":"n8150181718","geometry":{"type":"Point","coordinates":[0.0837693,51.6454535]},"properties":{"@type":"node","@id":8150181718,"@timestamp":1606004500},"coords":"51.6454535,0.0837693","bedrooms":"0","price":"206000","area":"547"} , +{"type":"Feature","id":"n8150645405","geometry":{"type":"Point","coordinates":[0.0829448,51.6092037]},"properties":{"@type":"node","@id":8150645405,"@timestamp":1606034382},"coords":"51.6092037,0.0829448","bedrooms":"3","price":"264000","area":"419"} , +{"type":"Feature","id":"n8151078407","geometry":{"type":"Point","coordinates":[-0.2564111,51.5991738]},"properties":{"@type":"node","@id":8151078407,"@timestamp":1606049534},"coords":"51.5991738,-0.2564111","bedrooms":"0","price":"173000","area":"373"} , +{"type":"Feature","id":"n8151130685","geometry":{"type":"Point","coordinates":[-0.254783,51.5965763]},"properties":{"@type":"node","@id":8151130685,"@timestamp":1606050365},"coords":"51.5965763,-0.254783","bedrooms":"0","price":"179000","area":"452"} , +{"type":"Feature","id":"n8151176050","geometry":{"type":"Point","coordinates":[-0.503086,51.4113015]},"properties":{"@type":"node","@id":8151176050,"@timestamp":1606051936},"coords":"51.4113015,-0.503086","bedrooms":"2","price":"184000","area":"558"} , +{"type":"Feature","id":"n8151187804","geometry":{"type":"Point","coordinates":[-0.1218936,51.4245547]},"properties":{"@type":"node","@id":8151187804,"@timestamp":1606052200},"coords":"51.4245547,-0.1218936","bedrooms":"3","price":"227000","area":"362"} , +{"type":"Feature","id":"n8151265405","geometry":{"type":"Point","coordinates":[0.0670697,51.4940609]},"properties":{"@type":"node","@id":8151265405,"@timestamp":1628682736},"coords":"51.4940609,0.0670697","bedrooms":"4","price":"152000","area":"469"} , +{"type":"Feature","id":"n8151301119","geometry":{"type":"Point","coordinates":[-0.2200466,51.502306]},"properties":{"@type":"node","@id":8151301119,"@timestamp":1606056196},"coords":"51.502306,-0.2200466","bedrooms":"4","price":"251000","area":"425"} , +{"type":"Feature","id":"n8151495877","geometry":{"type":"Point","coordinates":[0.0118184,51.3748835]},"properties":{"@type":"node","@id":8151495877,"@timestamp":1606060331},"coords":"51.3748835,0.0118184","bedrooms":"2","price":"169000","area":"371"} , +{"type":"Feature","id":"n8151666174","geometry":{"type":"Point","coordinates":[-0.5854719,51.5324264]},"properties":{"@type":"node","@id":8151666174,"@timestamp":1606065187},"coords":"51.5324264,-0.5854719","bedrooms":"0","price":"167000","area":"375"} , +{"type":"Feature","id":"n8151666188","geometry":{"type":"Point","coordinates":[-0.6049802,51.5286692]},"properties":{"@type":"node","@id":8151666188,"@timestamp":1606065187},"coords":"51.5286692,-0.6049802","bedrooms":"1","price":"293000","area":"467"} , +{"type":"Feature","id":"n8151666203","geometry":{"type":"Point","coordinates":[-0.6065877,51.5392323]},"properties":{"@type":"node","@id":8151666203,"@timestamp":1606065187},"coords":"51.5392323,-0.6065877","bedrooms":"1","price":"236000","area":"614"} , +{"type":"Feature","id":"n8151713646","geometry":{"type":"Point","coordinates":[0.2972963,51.6121455]},"properties":{"@type":"node","@id":8151713646,"@timestamp":1606065807},"coords":"51.6121455,0.2972963","bedrooms":"3","price":"298000","area":"549"} , +{"type":"Feature","id":"n8151739125","geometry":{"type":"Point","coordinates":[0.230675,51.4887541]},"properties":{"@type":"node","@id":8151739125,"@timestamp":1606066623},"coords":"51.4887541,0.230675","bedrooms":"1","price":"273000","area":"446"} , +{"type":"Feature","id":"n8151887839","geometry":{"type":"Point","coordinates":[0.2509026,51.4794116]},"properties":{"@type":"node","@id":8151887839,"@timestamp":1606070015},"coords":"51.4794116,0.2509026","bedrooms":"2","price":"248000","area":"517"} , +{"type":"Feature","id":"n8151908541","geometry":{"type":"Point","coordinates":[-0.1819292,51.4871924]},"properties":{"@type":"node","@id":8151908541,"@timestamp":1606070448},"coords":"51.4871924,-0.1819292","bedrooms":"0","price":"151000","area":"657"} , +{"type":"Feature","id":"n8151908641","geometry":{"type":"Point","coordinates":[-0.184163,51.4869642]},"properties":{"@type":"node","@id":8151908641,"@timestamp":1606070448},"coords":"51.4869642,-0.184163","bedrooms":"0","price":"230000","area":"529"} , +{"type":"Feature","id":"n8151908680","geometry":{"type":"Point","coordinates":[-0.1828181,51.487051]},"properties":{"@type":"node","@id":8151908680,"@timestamp":1606070448},"coords":"51.487051,-0.1828181","bedrooms":"0","price":"200000","area":"637"} , +{"type":"Feature","id":"n8151908692","geometry":{"type":"Point","coordinates":[-0.1822519,51.486708]},"properties":{"@type":"node","@id":8151908692,"@timestamp":1606070448},"coords":"51.486708,-0.1822519","bedrooms":"1","price":"180000","area":"518"} , +{"type":"Feature","id":"n8151908702","geometry":{"type":"Point","coordinates":[-0.1816857,51.4863649]},"properties":{"@type":"node","@id":8151908702,"@timestamp":1606070448},"coords":"51.4863649,-0.1816857","bedrooms":"3","price":"269000","area":"561"} , +{"type":"Feature","id":"n8152054871","geometry":{"type":"Point","coordinates":[-0.5291795,51.527867]},"properties":{"@type":"node","@id":8152054871,"@timestamp":1606075969},"coords":"51.527867,-0.5291795","bedrooms":"0","price":"241000","area":"587"} , +{"type":"Feature","id":"n8152054893","geometry":{"type":"Point","coordinates":[-0.5555859,51.5207042]},"properties":{"@type":"node","@id":8152054893,"@timestamp":1606075969},"coords":"51.5207042,-0.5555859","bedrooms":"0","price":"257000","area":"572"} , +{"type":"Feature","id":"n8152054914","geometry":{"type":"Point","coordinates":[-0.5557117,51.5220732]},"properties":{"@type":"node","@id":8152054914,"@timestamp":1606075969},"coords":"51.5220732,-0.5557117","bedrooms":"1","price":"184000","area":"666"} , +{"type":"Feature","id":"n8152166101","geometry":{"type":"Point","coordinates":[-0.7539783,51.504104]},"properties":{"@type":"node","@id":8152166101,"@timestamp":1606080508},"coords":"51.504104,-0.7539783","bedrooms":"1","price":"202000","area":"479"} , +{"type":"Feature","id":"n8152228567","geometry":{"type":"Point","coordinates":[-0.7565578,51.508197]},"properties":{"@type":"node","@id":8152228567,"@timestamp":1606080508},"coords":"51.508197,-0.7565578","bedrooms":"4","price":"256000","area":"627"} , +{"type":"Feature","id":"n8152228577","geometry":{"type":"Point","coordinates":[-0.7503169,51.5087989]},"properties":{"@type":"node","@id":8152228577,"@timestamp":1606080508},"coords":"51.5087989,-0.7503169","bedrooms":"1","price":"178000","area":"363"} , +{"type":"Feature","id":"n8152307896","geometry":{"type":"Point","coordinates":[-0.7567544,51.5048255]},"properties":{"@type":"node","@id":8152307896,"@timestamp":1606083283},"coords":"51.5048255,-0.7567544","bedrooms":"4","price":"258000","area":"567"} , +{"type":"Feature","id":"n8152370877","geometry":{"type":"Point","coordinates":[-0.7423778,51.5053646]},"properties":{"@type":"node","@id":8152370877,"@timestamp":1606084272},"coords":"51.5053646,-0.7423778","bedrooms":"1","price":"264000","area":"406"} , +{"type":"Feature","id":"n8152370887","geometry":{"type":"Point","coordinates":[-0.7452867,51.5037684]},"properties":{"@type":"node","@id":8152370887,"@timestamp":1606084272},"coords":"51.5037684,-0.7452867","bedrooms":"1","price":"173000","area":"664"} , +{"type":"Feature","id":"n8152396734","geometry":{"type":"Point","coordinates":[0.2664707,51.8685785]},"properties":{"@type":"node","@id":8152396734,"@timestamp":1606084660},"coords":"51.8685785,0.2664707","bedrooms":"0","price":"271000","area":"362"} , +{"type":"Feature","id":"n8152536206","geometry":{"type":"Point","coordinates":[-0.6758605,50.997291]},"properties":{"@type":"node","@id":8152536206,"@timestamp":1606088698},"coords":"50.997291,-0.6758605","bedrooms":"1","price":"242000","area":"592"} , +{"type":"Feature","id":"n8153071557","geometry":{"type":"Point","coordinates":[0.3856013,51.4426786]},"properties":{"@type":"node","@id":8153071557,"@timestamp":1606101686},"coords":"51.4426786,0.3856013","bedrooms":"2","price":"225000","area":"436"} , +{"type":"Feature","id":"n8153147013","geometry":{"type":"Point","coordinates":[-0.1830441,51.4868633]},"properties":{"@type":"node","@id":8153147013,"@timestamp":1606104351},"coords":"51.4868633,-0.1830441","bedrooms":"1","price":"212000","area":"509"} , +{"type":"Feature","id":"n8153182181","geometry":{"type":"Point","coordinates":[0.1860519,51.5748687]},"properties":{"@type":"node","@id":8153182181,"@timestamp":1606103854},"coords":"51.5748687,0.1860519","bedrooms":"2","price":"220000","area":"461"} , +{"type":"Feature","id":"n8153211625","geometry":{"type":"Point","coordinates":[-0.1823825,51.4864467]},"properties":{"@type":"node","@id":8153211625,"@timestamp":1606104351},"coords":"51.4864467,-0.1823825","bedrooms":"0","price":"167000","area":"683"} , +{"type":"Feature","id":"n8153211691","geometry":{"type":"Point","coordinates":[-0.1816555,51.4860001]},"properties":{"@type":"node","@id":8153211691,"@timestamp":1606104351},"coords":"51.4860001,-0.1816555","bedrooms":"2","price":"270000","area":"357"} , +{"type":"Feature","id":"n8153304079","geometry":{"type":"Point","coordinates":[0.1199581,51.4957622]},"properties":{"@type":"node","@id":8153304079,"@timestamp":1606107470},"coords":"51.4957622,0.1199581","bedrooms":"4","price":"237000","area":"499"} , +{"type":"Feature","id":"n8153384371","geometry":{"type":"Point","coordinates":[0.2739044,51.7399886]},"properties":{"@type":"node","@id":8153384371,"@timestamp":1606110185},"coords":"51.7399886,0.2739044","bedrooms":"4","price":"153000","area":"553"} , +{"type":"Feature","id":"n8153583172","geometry":{"type":"Point","coordinates":[-0.9604486,51.4652457]},"properties":{"@type":"node","@id":8153583172,"@timestamp":1635695628},"coords":"51.4652457,-0.9604486","bedrooms":"2","price":"190000","area":"671"} , +{"type":"Feature","id":"n8153757890","geometry":{"type":"Point","coordinates":[-1.00677,51.0332629]},"properties":{"@type":"node","@id":8153757890,"@timestamp":1606121258},"coords":"51.0332629,-1.00677","bedrooms":"0","price":"273000","area":"563"} , +{"type":"Feature","id":"n8153947816","geometry":{"type":"Point","coordinates":[-0.9774353,51.428372]},"properties":{"@type":"node","@id":8153947816,"@timestamp":1606123594},"coords":"51.428372,-0.9774353","bedrooms":"3","price":"259000","area":"473"} , +{"type":"Feature","id":"n8153964208","geometry":{"type":"Point","coordinates":[-0.1833473,51.4865978]},"properties":{"@type":"node","@id":8153964208,"@timestamp":1606123603},"coords":"51.4865978,-0.1833473","bedrooms":"0","price":"194000","area":"547"} , +{"type":"Feature","id":"n8153985989","geometry":{"type":"Point","coordinates":[0.8140586,51.0068575]},"properties":{"@type":"node","@id":8153985989,"@timestamp":1606123920},"coords":"51.0068575,0.8140586","bedrooms":"1","price":"212000","area":"509"} , +{"type":"Feature","id":"n8154205586","geometry":{"type":"Point","coordinates":[-0.6695883,51.5226714]},"properties":{"@type":"node","@id":8154205586,"@timestamp":1606126544},"coords":"51.5226714,-0.6695883","bedrooms":"3","price":"213000","area":"426"} , +{"type":"Feature","id":"n8154355690","geometry":{"type":"Point","coordinates":[-0.7615623,51.140561]},"properties":{"@type":"node","@id":8154355690,"@timestamp":1606130043},"coords":"51.140561,-0.7615623","bedrooms":"2","price":"273000","area":"446"} , +{"type":"Feature","id":"n8154362927","geometry":{"type":"Point","coordinates":[0.0217467,51.5500018]},"properties":{"@type":"node","@id":8154362927,"@timestamp":1620390394},"coords":"51.5500018,0.0217467","bedrooms":"2","price":"192000","area":"670"} , +{"type":"Feature","id":"n8154362985","geometry":{"type":"Point","coordinates":[0.021333,51.5499447]},"properties":{"@type":"node","@id":8154362985,"@timestamp":1620390394},"coords":"51.5499447,0.021333","bedrooms":"1","price":"196000","area":"490"} , +{"type":"Feature","id":"n8154363001","geometry":{"type":"Point","coordinates":[0.0210958,51.5498842]},"properties":{"@type":"node","@id":8154363001,"@timestamp":1620390394},"coords":"51.5498842,0.0210958","bedrooms":"1","price":"151000","area":"677"} , +{"type":"Feature","id":"n8154405744","geometry":{"type":"Point","coordinates":[-0.1201313,51.4219702]},"properties":{"@type":"node","@id":8154405744,"@timestamp":1628784204},"coords":"51.4219702,-0.1201313","bedrooms":"4","price":"198000","area":"642"} , +{"type":"Feature","id":"n8154538723","geometry":{"type":"Point","coordinates":[0.2076164,51.416681]},"properties":{"@type":"node","@id":8154538723,"@timestamp":1606134502},"coords":"51.416681,0.2076164","bedrooms":"3","price":"260000","area":"593"} , +{"type":"Feature","id":"n8154624290","geometry":{"type":"Point","coordinates":[-0.9797445,51.6180506]},"properties":{"@type":"node","@id":8154624290,"@timestamp":1606135842},"coords":"51.6180506,-0.9797445","bedrooms":"1","price":"258000","area":"648"} , +{"type":"Feature","id":"n8154639524","geometry":{"type":"Point","coordinates":[0.0228772,51.5502826]},"properties":{"@type":"node","@id":8154639524,"@timestamp":1620390394},"coords":"51.5502826,0.0228772","bedrooms":"0","price":"196000","area":"395"} , +{"type":"Feature","id":"n8154708127","geometry":{"type":"Point","coordinates":[-0.4430253,51.0221258]},"properties":{"@type":"node","@id":8154708127,"@timestamp":1606137785},"coords":"51.0221258,-0.4430253","bedrooms":"2","price":"260000","area":"647"} , +{"type":"Feature","id":"n8154815929","geometry":{"type":"Point","coordinates":[0.0805656,51.608313]},"properties":{"@type":"node","@id":8154815929,"@timestamp":1606140126},"coords":"51.608313,0.0805656","bedrooms":"2","price":"250000","area":"394"} , +{"type":"Feature","id":"n8154815950","geometry":{"type":"Point","coordinates":[0.0809928,51.6078586]},"properties":{"@type":"node","@id":8154815950,"@timestamp":1608782698},"coords":"51.6078586,0.0809928","bedrooms":"0","price":"187000","area":"651"} , +{"type":"Feature","id":"n8154815969","geometry":{"type":"Point","coordinates":[0.081354,51.6079841]},"properties":{"@type":"node","@id":8154815969,"@timestamp":1606140126},"coords":"51.6079841,0.081354","bedrooms":"4","price":"224000","area":"445"} , +{"type":"Feature","id":"n8154815990","geometry":{"type":"Point","coordinates":[0.0812912,51.6082357]},"properties":{"@type":"node","@id":8154815990,"@timestamp":1608782698},"coords":"51.6082357,0.0812912","bedrooms":"2","price":"179000","area":"362"} , +{"type":"Feature","id":"n8154816009","geometry":{"type":"Point","coordinates":[0.0820051,51.6083334]},"properties":{"@type":"node","@id":8154816009,"@timestamp":1606140126},"coords":"51.6083334,0.0820051","bedrooms":"2","price":"215000","area":"492"} , +{"type":"Feature","id":"n8154840283","geometry":{"type":"Point","coordinates":[-0.320073,51.5079847]},"properties":{"@type":"node","@id":8154840283,"@timestamp":1626477125},"coords":"51.5079847,-0.320073","bedrooms":"4","price":"211000","area":"575"} , +{"type":"Feature","id":"n8154894363","geometry":{"type":"Point","coordinates":[-0.3204053,51.5084176]},"properties":{"@type":"node","@id":8154894363,"@timestamp":1626477125},"coords":"51.5084176,-0.3204053","bedrooms":"2","price":"273000","area":"594"} , +{"type":"Feature","id":"n8154894373","geometry":{"type":"Point","coordinates":[-0.3209104,51.5087395]},"properties":{"@type":"node","@id":8154894373,"@timestamp":1626477125},"coords":"51.5087395,-0.3209104","bedrooms":"1","price":"253000","area":"661"} , +{"type":"Feature","id":"n8154947066","geometry":{"type":"Point","coordinates":[-0.4176522,51.5080136]},"properties":{"@type":"node","@id":8154947066,"@timestamp":1606144371},"coords":"51.5080136,-0.4176522","bedrooms":"4","price":"158000","area":"681"} , +{"type":"Feature","id":"n8155009675","geometry":{"type":"Point","coordinates":[0.0214856,51.550833]},"properties":{"@type":"node","@id":8155009675,"@timestamp":1636025535},"coords":"51.550833,0.0214856","bedrooms":"4","price":"263000","area":"461"} , +{"type":"Feature","id":"n8155009775","geometry":{"type":"Point","coordinates":[0.0214156,51.5506882]},"properties":{"@type":"node","@id":8155009775,"@timestamp":1636025535},"coords":"51.5506882,0.0214156","bedrooms":"0","price":"211000","area":"351"} , +{"type":"Feature","id":"n8155078276","geometry":{"type":"Point","coordinates":[0.0869419,51.6120362]},"properties":{"@type":"node","@id":8155078276,"@timestamp":1617614923},"coords":"51.6120362,0.0869419","bedrooms":"0","price":"191000","area":"524"} , +{"type":"Feature","id":"n8155115478","geometry":{"type":"Point","coordinates":[-0.1187957,51.4208113]},"properties":{"@type":"node","@id":8155115478,"@timestamp":1606146405},"coords":"51.4208113,-0.1187957","bedrooms":"4","price":"271000","area":"413"} , +{"type":"Feature","id":"n8155249197","geometry":{"type":"Point","coordinates":[-0.1507525,51.4481956]},"properties":{"@type":"node","@id":8155249197,"@timestamp":1613588718},"coords":"51.4481956,-0.1507525","bedrooms":"1","price":"283000","area":"568"} , +{"type":"Feature","id":"n8155250750","geometry":{"type":"Point","coordinates":[-0.1831335,51.4862447]},"properties":{"@type":"node","@id":8155250750,"@timestamp":1606149142},"coords":"51.4862447,-0.1831335","bedrooms":"2","price":"225000","area":"423"} , +{"type":"Feature","id":"n8155261225","geometry":{"type":"Point","coordinates":[-0.0051639,51.5351237]},"properties":{"@type":"node","@id":8155261225,"@timestamp":1629146895},"coords":"51.5351237,-0.0051639","bedrooms":"2","price":"267000","area":"372"} , +{"type":"Feature","id":"n8155302414","geometry":{"type":"Point","coordinates":[0.2070169,51.5334337]},"properties":{"@type":"node","@id":8155302414,"@timestamp":1606150759},"coords":"51.5334337,0.2070169","bedrooms":"0","price":"159000","area":"607"} , +{"type":"Feature","id":"n8155338462","geometry":{"type":"Point","coordinates":[-0.1821662,51.4853803]},"properties":{"@type":"node","@id":8155338462,"@timestamp":1606152396},"coords":"51.4853803,-0.1821662","bedrooms":"3","price":"287000","area":"613"} , +{"type":"Feature","id":"n8155357725","geometry":{"type":"Point","coordinates":[-0.182903,51.4857742]},"properties":{"@type":"node","@id":8155357725,"@timestamp":1606152396},"coords":"51.4857742,-0.182903","bedrooms":"4","price":"216000","area":"547"} , +{"type":"Feature","id":"n8155357746","geometry":{"type":"Point","coordinates":[-0.183418,51.4859323]},"properties":{"@type":"node","@id":8155357746,"@timestamp":1606152396},"coords":"51.4859323,-0.183418","bedrooms":"1","price":"151000","area":"593"} , +{"type":"Feature","id":"n8155522173","geometry":{"type":"Point","coordinates":[-0.1839082,51.4859538]},"properties":{"@type":"node","@id":8155522173,"@timestamp":1606157564},"coords":"51.4859538,-0.1839082","bedrooms":"1","price":"244000","area":"662"} , +{"type":"Feature","id":"n8155522183","geometry":{"type":"Point","coordinates":[-0.1833565,51.4855993]},"properties":{"@type":"node","@id":8155522183,"@timestamp":1606157564},"coords":"51.4855993,-0.1833565","bedrooms":"1","price":"232000","area":"671"} , +{"type":"Feature","id":"n8155717402","geometry":{"type":"Point","coordinates":[0.0346087,51.0474635]},"properties":{"@type":"node","@id":8155717402,"@timestamp":1606160431},"coords":"51.0474635,0.0346087","bedrooms":"2","price":"218000","area":"652"} , +{"type":"Feature","id":"n8155733192","geometry":{"type":"Point","coordinates":[-0.6686453,51.5275879]},"properties":{"@type":"node","@id":8155733192,"@timestamp":1606161004},"coords":"51.5275879,-0.6686453","bedrooms":"0","price":"215000","area":"579"} , +{"type":"Feature","id":"n8156133252","geometry":{"type":"Point","coordinates":[-0.8595924,51.1238792]},"properties":{"@type":"node","@id":8156133252,"@timestamp":1606170406},"coords":"51.1238792,-0.8595924","bedrooms":"3","price":"282000","area":"537"} , +{"type":"Feature","id":"n8156166749","geometry":{"type":"Point","coordinates":[-0.3413286,51.0684193]},"properties":{"@type":"node","@id":8156166749,"@timestamp":1606170775},"coords":"51.0684193,-0.3413286","bedrooms":"2","price":"260000","area":"637"} , +{"type":"Feature","id":"n8156166759","geometry":{"type":"Point","coordinates":[-0.341455,51.0681646]},"properties":{"@type":"node","@id":8156166759,"@timestamp":1606170775},"coords":"51.0681646,-0.341455","bedrooms":"2","price":"243000","area":"625"} , +{"type":"Feature","id":"n8156166769","geometry":{"type":"Point","coordinates":[-0.3398766,51.0676057]},"properties":{"@type":"node","@id":8156166769,"@timestamp":1606170775},"coords":"51.0676057,-0.3398766","bedrooms":"0","price":"176000","area":"601"} , +{"type":"Feature","id":"n8156213122","geometry":{"type":"Point","coordinates":[-0.3259339,51.0615171]},"properties":{"@type":"node","@id":8156213122,"@timestamp":1630227201},"coords":"51.0615171,-0.3259339","bedrooms":"2","price":"290000","area":"361"} , +{"type":"Feature","id":"n8156230802","geometry":{"type":"Point","coordinates":[-0.4187337,51.6909646]},"properties":{"@type":"node","@id":8156230802,"@timestamp":1606174544},"coords":"51.6909646,-0.4187337","bedrooms":"1","price":"161000","area":"379"} , +{"type":"Feature","id":"n8156681643","geometry":{"type":"Point","coordinates":[-0.3343495,51.5973033]},"properties":{"@type":"node","@id":8156681643,"@timestamp":1606189028},"coords":"51.5973033,-0.3343495","bedrooms":"3","price":"177000","area":"479"} , +{"type":"Feature","id":"n8156745114","geometry":{"type":"Point","coordinates":[-0.1843565,51.4862567]},"properties":{"@type":"node","@id":8156745114,"@timestamp":1606191324},"coords":"51.4862567,-0.1843565","bedrooms":"0","price":"279000","area":"699"} , +{"type":"Feature","id":"n8157254201","geometry":{"type":"Point","coordinates":[-0.2452006,51.9018095]},"properties":{"@type":"node","@id":8157254201,"@timestamp":1606204285},"coords":"51.9018095,-0.2452006","bedrooms":"2","price":"159000","area":"530"} , +{"type":"Feature","id":"n8157784336","geometry":{"type":"Point","coordinates":[-0.1182155,51.4201808]},"properties":{"@type":"node","@id":8157784336,"@timestamp":1606213354},"coords":"51.4201808,-0.1182155","bedrooms":"3","price":"165000","area":"503"} , +{"type":"Feature","id":"n8157784397","geometry":{"type":"Point","coordinates":[-0.1159552,51.4180255]},"properties":{"@type":"node","@id":8157784397,"@timestamp":1606213354},"coords":"51.4180255,-0.1159552","bedrooms":"0","price":"262000","area":"693"} , +{"type":"Feature","id":"n8157806634","geometry":{"type":"Point","coordinates":[-0.1855627,51.4858716]},"properties":{"@type":"node","@id":8157806634,"@timestamp":1606213825},"coords":"51.4858716,-0.1855627","bedrooms":"4","price":"264000","area":"492"} , +{"type":"Feature","id":"n8157990870","geometry":{"type":"Point","coordinates":[-0.0090971,51.1261852]},"properties":{"@type":"node","@id":8157990870,"@timestamp":1608122874},"coords":"51.1261852,-0.0090971","bedrooms":"2","price":"156000","area":"439"} , +{"type":"Feature","id":"n8157990886","geometry":{"type":"Point","coordinates":[-0.0110225,51.1268066]},"properties":{"@type":"node","@id":8157990886,"@timestamp":1610222925},"coords":"51.1268066,-0.0110225","bedrooms":"3","price":"233000","area":"681"} , +{"type":"Feature","id":"n8158062811","geometry":{"type":"Point","coordinates":[-0.3047592,51.3933097]},"properties":{"@type":"node","@id":8158062811,"@timestamp":1606220511},"coords":"51.3933097,-0.3047592","bedrooms":"2","price":"258000","area":"485"} , +{"type":"Feature","id":"n8158190218","geometry":{"type":"Point","coordinates":[0.0199588,51.550878]},"properties":{"@type":"node","@id":8158190218,"@timestamp":1636132128},"coords":"51.550878,0.0199588","bedrooms":"0","price":"283000","area":"481"} , +{"type":"Feature","id":"n8158190266","geometry":{"type":"Point","coordinates":[0.0197926,51.5509801]},"properties":{"@type":"node","@id":8158190266,"@timestamp":1636132128},"coords":"51.5509801,0.0197926","bedrooms":"3","price":"298000","area":"587"} , +{"type":"Feature","id":"n8158211448","geometry":{"type":"Point","coordinates":[-0.3215671,51.5095687]},"properties":{"@type":"node","@id":8158211448,"@timestamp":1626477125},"coords":"51.5095687,-0.3215671","bedrooms":"3","price":"289000","area":"383"} , +{"type":"Feature","id":"n8158211458","geometry":{"type":"Point","coordinates":[-0.3218679,51.5095991]},"properties":{"@type":"node","@id":8158211458,"@timestamp":1626477125},"coords":"51.5095991,-0.3218679","bedrooms":"3","price":"240000","area":"645"} , +{"type":"Feature","id":"n8158400518","geometry":{"type":"Point","coordinates":[-0.1192253,51.4228343]},"properties":{"@type":"node","@id":8158400518,"@timestamp":1606228849},"coords":"51.4228343,-0.1192253","bedrooms":"3","price":"196000","area":"400"} , +{"type":"Feature","id":"n8158545471","geometry":{"type":"Point","coordinates":[0.036159,51.5005037]},"properties":{"@type":"node","@id":8158545471,"@timestamp":1606232208},"coords":"51.5005037,0.036159","bedrooms":"4","price":"187000","area":"481"} , +{"type":"Feature","id":"n8158583227","geometry":{"type":"Point","coordinates":[-0.1848133,51.4856496]},"properties":{"@type":"node","@id":8158583227,"@timestamp":1606233633},"coords":"51.4856496,-0.1848133","bedrooms":"2","price":"299000","area":"676"} , +{"type":"Feature","id":"n8158583284","geometry":{"type":"Point","coordinates":[-0.1852079,51.4860709]},"properties":{"@type":"node","@id":8158583284,"@timestamp":1606233633},"coords":"51.4860709,-0.1852079","bedrooms":"4","price":"226000","area":"467"} , +{"type":"Feature","id":"n8158583316","geometry":{"type":"Point","coordinates":[-0.1846402,51.4860801]},"properties":{"@type":"node","@id":8158583316,"@timestamp":1606233633},"coords":"51.4860801,-0.1846402","bedrooms":"2","price":"206000","area":"617"} , +{"type":"Feature","id":"n8158628494","geometry":{"type":"Point","coordinates":[-0.0230899,51.5101288]},"properties":{"@type":"node","@id":8158628494,"@timestamp":1606234688},"coords":"51.5101288,-0.0230899","bedrooms":"0","price":"281000","area":"512"} , +{"type":"Feature","id":"n8158769519","geometry":{"type":"Point","coordinates":[0.02185,51.5521322]},"properties":{"@type":"node","@id":8158769519,"@timestamp":1620212403},"coords":"51.5521322,0.02185","bedrooms":"2","price":"276000","area":"560"} , +{"type":"Feature","id":"n8158769535","geometry":{"type":"Point","coordinates":[0.021681,51.5523682]},"properties":{"@type":"node","@id":8158769535,"@timestamp":1620212403},"coords":"51.5523682,0.021681","bedrooms":"2","price":"187000","area":"512"} , +{"type":"Feature","id":"n8158769567","geometry":{"type":"Point","coordinates":[0.0213041,51.5518742]},"properties":{"@type":"node","@id":8158769567,"@timestamp":1620212403},"coords":"51.5518742,0.0213041","bedrooms":"4","price":"237000","area":"357"} , +{"type":"Feature","id":"n8158788478","geometry":{"type":"Point","coordinates":[-0.6749367,51.5226018]},"properties":{"@type":"node","@id":8158788478,"@timestamp":1606239352},"coords":"51.5226018,-0.6749367","bedrooms":"4","price":"183000","area":"574"} , +{"type":"Feature","id":"n8158788488","geometry":{"type":"Point","coordinates":[-0.6769944,51.5241089]},"properties":{"@type":"node","@id":8158788488,"@timestamp":1606239352},"coords":"51.5241089,-0.6769944","bedrooms":"4","price":"221000","area":"411"} , +{"type":"Feature","id":"n8158788498","geometry":{"type":"Point","coordinates":[-0.6733901,51.5268844]},"properties":{"@type":"node","@id":8158788498,"@timestamp":1606239352},"coords":"51.5268844,-0.6733901","bedrooms":"1","price":"283000","area":"479"} , +{"type":"Feature","id":"n8158811486","geometry":{"type":"Point","coordinates":[-0.6727082,51.5275942]},"properties":{"@type":"node","@id":8158811486,"@timestamp":1606240238},"coords":"51.5275942,-0.6727082","bedrooms":"4","price":"196000","area":"647"} , +{"type":"Feature","id":"n8159488172","geometry":{"type":"Point","coordinates":[-0.6586123,51.5359202]},"properties":{"@type":"node","@id":8159488172,"@timestamp":1632509846},"coords":"51.5359202,-0.6586123","bedrooms":"2","price":"166000","area":"484"} , +{"type":"Feature","id":"n8159488184","geometry":{"type":"Point","coordinates":[-0.6599934,51.5351977]},"properties":{"@type":"node","@id":8159488184,"@timestamp":1606243205},"coords":"51.5351977,-0.6599934","bedrooms":"1","price":"189000","area":"430"} , +{"type":"Feature","id":"n8160259285","geometry":{"type":"Point","coordinates":[-0.321544,51.5092926]},"properties":{"@type":"node","@id":8160259285,"@timestamp":1626477125},"coords":"51.5092926,-0.321544","bedrooms":"0","price":"155000","area":"622"} , +{"type":"Feature","id":"n8160259295","geometry":{"type":"Point","coordinates":[-0.3206742,51.5089126]},"properties":{"@type":"node","@id":8160259295,"@timestamp":1626477125},"coords":"51.5089126,-0.3206742","bedrooms":"2","price":"152000","area":"363"} , +{"type":"Feature","id":"n8162461110","geometry":{"type":"Point","coordinates":[-0.9421808,51.4469633]},"properties":{"@type":"node","@id":8162461110,"@timestamp":1635449878},"coords":"51.4469633,-0.9421808","bedrooms":"3","price":"186000","area":"511"} , +{"type":"Feature","id":"n8162812182","geometry":{"type":"Point","coordinates":[0.4838163,51.112921]},"properties":{"@type":"node","@id":8162812182,"@timestamp":1606263587},"coords":"51.112921,0.4838163","bedrooms":"0","price":"250000","area":"516"} , +{"type":"Feature","id":"n8163210384","geometry":{"type":"Point","coordinates":[-1.1126954,51.4791373]},"properties":{"@type":"node","@id":8163210384,"@timestamp":1606278616},"coords":"51.4791373,-1.1126954","bedrooms":"2","price":"160000","area":"384"} , +{"type":"Feature","id":"n8163513652","geometry":{"type":"Point","coordinates":[-0.1849362,51.4852659]},"properties":{"@type":"node","@id":8163513652,"@timestamp":1606288189},"coords":"51.4852659,-0.1849362","bedrooms":"3","price":"289000","area":"523"} , +{"type":"Feature","id":"n8163520119","geometry":{"type":"Point","coordinates":[-0.184504,51.4843595]},"properties":{"@type":"node","@id":8163520119,"@timestamp":1606288189},"coords":"51.4843595,-0.184504","bedrooms":"4","price":"191000","area":"434"} , +{"type":"Feature","id":"n8163647256","geometry":{"type":"Point","coordinates":[-0.1834304,51.4850961]},"properties":{"@type":"node","@id":8163647256,"@timestamp":1606292082},"coords":"51.4850961,-0.1834304","bedrooms":"0","price":"190000","area":"452"} , +{"type":"Feature","id":"n8163647276","geometry":{"type":"Point","coordinates":[-0.1830281,51.4851199]},"properties":{"@type":"node","@id":8163647276,"@timestamp":1606292082},"coords":"51.4851199,-0.1830281","bedrooms":"3","price":"294000","area":"559"} , +{"type":"Feature","id":"n8163702848","geometry":{"type":"Point","coordinates":[-0.3018641,51.4112885]},"properties":{"@type":"node","@id":8163702848,"@timestamp":1606293153},"coords":"51.4112885,-0.3018641","bedrooms":"4","price":"225000","area":"550"} , +{"type":"Feature","id":"n8163702858","geometry":{"type":"Point","coordinates":[-0.3024178,51.4107839]},"properties":{"@type":"node","@id":8163702858,"@timestamp":1606293153},"coords":"51.4107839,-0.3024178","bedrooms":"3","price":"194000","area":"544"} , +{"type":"Feature","id":"n8163702868","geometry":{"type":"Point","coordinates":[-0.3026664,51.4126519]},"properties":{"@type":"node","@id":8163702868,"@timestamp":1606293153},"coords":"51.4126519,-0.3026664","bedrooms":"2","price":"226000","area":"463"} , +{"type":"Feature","id":"n8163904246","geometry":{"type":"Point","coordinates":[-0.4078761,51.2264719]},"properties":{"@type":"node","@id":8163904246,"@timestamp":1606296845},"coords":"51.2264719,-0.4078761","bedrooms":"1","price":"238000","area":"361"} , +{"type":"Feature","id":"n8163965741","geometry":{"type":"Point","coordinates":[-0.0035968,51.5352038]},"properties":{"@type":"node","@id":8163965741,"@timestamp":1606298111},"coords":"51.5352038,-0.0035968","bedrooms":"4","price":"254000","area":"587"} , +{"type":"Feature","id":"n8164354770","geometry":{"type":"Point","coordinates":[-0.3409019,51.0657717]},"properties":{"@type":"node","@id":8164354770,"@timestamp":1606303968},"coords":"51.0657717,-0.3409019","bedrooms":"2","price":"185000","area":"388"} , +{"type":"Feature","id":"n8164474066","geometry":{"type":"Point","coordinates":[0.0206418,51.5532831]},"properties":{"@type":"node","@id":8164474066,"@timestamp":1619778013},"coords":"51.5532831,0.0206418","bedrooms":"4","price":"258000","area":"400"} , +{"type":"Feature","id":"n8164474099","geometry":{"type":"Point","coordinates":[0.0206229,51.5527761]},"properties":{"@type":"node","@id":8164474099,"@timestamp":1619778013},"coords":"51.5527761,0.0206229","bedrooms":"4","price":"161000","area":"419"} , +{"type":"Feature","id":"n8164490197","geometry":{"type":"Point","coordinates":[0.0204954,51.5535095]},"properties":{"@type":"node","@id":8164490197,"@timestamp":1619778013},"coords":"51.5535095,0.0204954","bedrooms":"4","price":"182000","area":"454"} , +{"type":"Feature","id":"n8164491474","geometry":{"type":"Point","coordinates":[-0.1767512,51.6145333]},"properties":{"@type":"node","@id":8164491474,"@timestamp":1606307296},"coords":"51.6145333,-0.1767512","bedrooms":"1","price":"170000","area":"386"} , +{"type":"Feature","id":"n8164555951","geometry":{"type":"Point","coordinates":[-0.6906363,51.5299891]},"properties":{"@type":"node","@id":8164555951,"@timestamp":1606309028},"coords":"51.5299891,-0.6906363","bedrooms":"4","price":"183000","area":"407"} , +{"type":"Feature","id":"n8164692005","geometry":{"type":"Point","coordinates":[-0.5279512,51.6514767]},"properties":{"@type":"node","@id":8164692005,"@timestamp":1606311795},"coords":"51.6514767,-0.5279512","bedrooms":"4","price":"162000","area":"512"} , +{"type":"Feature","id":"n8164736312","geometry":{"type":"Point","coordinates":[-0.1295975,51.5228914]},"properties":{"@type":"node","@id":8164736312,"@timestamp":1606353668},"coords":"51.5228914,-0.1295975","bedrooms":"2","price":"178000","area":"430"} , +{"type":"Feature","id":"n8165175580","geometry":{"type":"Point","coordinates":[0.0205115,51.5523416]},"properties":{"@type":"node","@id":8165175580,"@timestamp":1619778013},"coords":"51.5523416,0.0205115","bedrooms":"0","price":"268000","area":"632"} , +{"type":"Feature","id":"n8165175608","geometry":{"type":"Point","coordinates":[0.0188854,51.5525497]},"properties":{"@type":"node","@id":8165175608,"@timestamp":1619778013},"coords":"51.5525497,0.0188854","bedrooms":"0","price":"206000","area":"588"} , +{"type":"Feature","id":"n8165217422","geometry":{"type":"Point","coordinates":[-0.6637185,51.5378259]},"properties":{"@type":"node","@id":8165217422,"@timestamp":1606323803},"coords":"51.5378259,-0.6637185","bedrooms":"2","price":"212000","area":"528"} , +{"type":"Feature","id":"n8165217433","geometry":{"type":"Point","coordinates":[-0.6625247,51.5389938]},"properties":{"@type":"node","@id":8165217433,"@timestamp":1606323803},"coords":"51.5389938,-0.6625247","bedrooms":"4","price":"182000","area":"577"} , +{"type":"Feature","id":"n8165217444","geometry":{"type":"Point","coordinates":[-0.6534675,51.5386169]},"properties":{"@type":"node","@id":8165217444,"@timestamp":1606323803},"coords":"51.5386169,-0.6534675","bedrooms":"0","price":"206000","area":"694"} , +{"type":"Feature","id":"n8165217454","geometry":{"type":"Point","coordinates":[-0.6531209,51.5353961]},"properties":{"@type":"node","@id":8165217454,"@timestamp":1606323803},"coords":"51.5353961,-0.6531209","bedrooms":"3","price":"208000","area":"404"} , +{"type":"Feature","id":"n8165272779","geometry":{"type":"Point","coordinates":[-0.1905423,51.4892663]},"properties":{"@type":"node","@id":8165272779,"@timestamp":1606325445},"coords":"51.4892663,-0.1905423","bedrooms":"0","price":"272000","area":"519"} , +{"type":"Feature","id":"n8165278524","geometry":{"type":"Point","coordinates":[-0.1906407,51.4892594]},"properties":{"@type":"node","@id":8165278524,"@timestamp":1606325445},"coords":"51.4892594,-0.1906407","bedrooms":"3","price":"172000","area":"481"} , +{"type":"Feature","id":"n8165278541","geometry":{"type":"Point","coordinates":[-0.1906123,51.4884956]},"properties":{"@type":"node","@id":8165278541,"@timestamp":1606325445},"coords":"51.4884956,-0.1906123","bedrooms":"0","price":"168000","area":"539"} , +{"type":"Feature","id":"n8165281743","geometry":{"type":"Point","coordinates":[-0.6636923,51.5334144]},"properties":{"@type":"node","@id":8165281743,"@timestamp":1606325620},"coords":"51.5334144,-0.6636923","bedrooms":"2","price":"239000","area":"583"} , +{"type":"Feature","id":"n8165330425","geometry":{"type":"Point","coordinates":[-0.6442575,51.5345406]},"properties":{"@type":"node","@id":8165330425,"@timestamp":1606326734},"coords":"51.5345406,-0.6442575","bedrooms":"2","price":"247000","area":"686"} , +{"type":"Feature","id":"n8165466374","geometry":{"type":"Point","coordinates":[0.0747817,51.5063861]},"properties":{"@type":"node","@id":8165466374,"@timestamp":1606331318},"coords":"51.5063861,0.0747817","bedrooms":"0","price":"248000","area":"445"} , +{"type":"Feature","id":"n8165511937","geometry":{"type":"Point","coordinates":[0.075751,51.5062148]},"properties":{"@type":"node","@id":8165511937,"@timestamp":1606332694},"coords":"51.5062148,0.075751","bedrooms":"4","price":"282000","area":"446"} , +{"type":"Feature","id":"n8165772576","geometry":{"type":"Point","coordinates":[0.0476829,51.5094205]},"properties":{"@type":"node","@id":8165772576,"@timestamp":1606340526},"coords":"51.5094205,0.0476829","bedrooms":"3","price":"186000","area":"682"} , +{"type":"Feature","id":"n8165839976","geometry":{"type":"Point","coordinates":[-1.0602873,51.2727863]},"properties":{"@type":"node","@id":8165839976,"@timestamp":1606341470},"coords":"51.2727863,-1.0602873","bedrooms":"3","price":"152000","area":"499"} , +{"type":"Feature","id":"n8165868388","geometry":{"type":"Point","coordinates":[-0.6933763,51.5790887]},"properties":{"@type":"node","@id":8165868388,"@timestamp":1606342734},"coords":"51.5790887,-0.6933763","bedrooms":"3","price":"180000","area":"549"} , +{"type":"Feature","id":"n8165885080","geometry":{"type":"Point","coordinates":[-1.0629852,51.2741286]},"properties":{"@type":"node","@id":8165885080,"@timestamp":1606343524},"coords":"51.2741286,-1.0629852","bedrooms":"0","price":"170000","area":"673"} , +{"type":"Feature","id":"n8166165570","geometry":{"type":"Point","coordinates":[-0.129987,51.5232111]},"properties":{"@type":"node","@id":8166165570,"@timestamp":1606354841},"coords":"51.5232111,-0.129987","bedrooms":"3","price":"218000","area":"457"} , +{"type":"Feature","id":"n8166172657","geometry":{"type":"Point","coordinates":[-0.1314696,51.5223685]},"properties":{"@type":"node","@id":8166172657,"@timestamp":1606353668},"coords":"51.5223685,-0.1314696","bedrooms":"3","price":"184000","area":"662"} , +{"type":"Feature","id":"n8166172693","geometry":{"type":"Point","coordinates":[-0.1298022,51.5227632]},"properties":{"@type":"node","@id":8166172693,"@timestamp":1606353668},"coords":"51.5227632,-0.1298022","bedrooms":"0","price":"270000","area":"377"} , +{"type":"Feature","id":"n8166665195","geometry":{"type":"Point","coordinates":[-0.189745,51.4880794]},"properties":{"@type":"node","@id":8166665195,"@timestamp":1606370028},"coords":"51.4880794,-0.189745","bedrooms":"0","price":"177000","area":"396"} , +{"type":"Feature","id":"n8166920432","geometry":{"type":"Point","coordinates":[0.858159,51.1303803]},"properties":{"@type":"node","@id":8166920432,"@timestamp":1606376851},"coords":"51.1303803,0.858159","bedrooms":"3","price":"227000","area":"373"} , +{"type":"Feature","id":"n8167138058","geometry":{"type":"Point","coordinates":[0.0089774,51.5521661]},"properties":{"@type":"node","@id":8167138058,"@timestamp":1619608244},"coords":"51.5521661,0.0089774","bedrooms":"2","price":"197000","area":"477"} , +{"type":"Feature","id":"n8167138068","geometry":{"type":"Point","coordinates":[0.0076993,51.5517408]},"properties":{"@type":"node","@id":8167138068,"@timestamp":1619608244},"coords":"51.5517408,0.0076993","bedrooms":"4","price":"151000","area":"457"} , +{"type":"Feature","id":"n8167140441","geometry":{"type":"Point","coordinates":[-0.0253133,51.5527043]},"properties":{"@type":"node","@id":8167140441,"@timestamp":1627732009},"coords":"51.5527043,-0.0253133","bedrooms":"1","price":"260000","area":"528"} , +{"type":"Feature","id":"n8167341559","geometry":{"type":"Point","coordinates":[0.16467,51.4066882]},"properties":{"@type":"node","@id":8167341559,"@timestamp":1606385879},"coords":"51.4066882,0.16467","bedrooms":"3","price":"222000","area":"410"} , +{"type":"Feature","id":"n8167438667","geometry":{"type":"Point","coordinates":[-0.1236093,51.4248861]},"properties":{"@type":"node","@id":8167438667,"@timestamp":1606387594},"coords":"51.4248861,-0.1236093","bedrooms":"0","price":"196000","area":"404"} , +{"type":"Feature","id":"n8167767565","geometry":{"type":"Point","coordinates":[0.0194909,51.5530157]},"properties":{"@type":"node","@id":8167767565,"@timestamp":1619778013},"coords":"51.5530157,0.0194909","bedrooms":"1","price":"296000","area":"594"} , +{"type":"Feature","id":"n8167781145","geometry":{"type":"Point","coordinates":[0.0193341,51.5537125]},"properties":{"@type":"node","@id":8167781145,"@timestamp":1619778013},"coords":"51.5537125,0.0193341","bedrooms":"1","price":"150000","area":"637"} , +{"type":"Feature","id":"n8167781178","geometry":{"type":"Point","coordinates":[0.0187599,51.5534679]},"properties":{"@type":"node","@id":8167781178,"@timestamp":1619778013},"coords":"51.5534679,0.0187599","bedrooms":"4","price":"240000","area":"467"} , +{"type":"Feature","id":"n8167781224","geometry":{"type":"Point","coordinates":[0.0190565,51.5529734]},"properties":{"@type":"node","@id":8167781224,"@timestamp":1619778013},"coords":"51.5529734,0.0190565","bedrooms":"2","price":"214000","area":"693"} , +{"type":"Feature","id":"n8167781246","geometry":{"type":"Point","coordinates":[0.0186615,51.5529591]},"properties":{"@type":"node","@id":8167781246,"@timestamp":1619778013},"coords":"51.5529591,0.0186615","bedrooms":"3","price":"266000","area":"671"} , +{"type":"Feature","id":"n8167917117","geometry":{"type":"Point","coordinates":[-0.1918438,51.4887873]},"properties":{"@type":"node","@id":8167917117,"@timestamp":1615154795},"coords":"51.4887873,-0.1918438","bedrooms":"2","price":"154000","area":"601"} , +{"type":"Feature","id":"n8167917170","geometry":{"type":"Point","coordinates":[-0.1919228,51.4887635]},"properties":{"@type":"node","@id":8167917170,"@timestamp":1615154795},"coords":"51.4887635,-0.1919228","bedrooms":"1","price":"279000","area":"682"} , +{"type":"Feature","id":"n8167917180","geometry":{"type":"Point","coordinates":[-0.1914729,51.4885485]},"properties":{"@type":"node","@id":8167917180,"@timestamp":1615154795},"coords":"51.4885485,-0.1914729","bedrooms":"0","price":"244000","area":"663"} , +{"type":"Feature","id":"n8168040450","geometry":{"type":"Point","coordinates":[-0.6505968,51.6001881]},"properties":{"@type":"node","@id":8168040450,"@timestamp":1606399460},"coords":"51.6001881,-0.6505968","bedrooms":"0","price":"255000","area":"367"} , +{"type":"Feature","id":"n8168040460","geometry":{"type":"Point","coordinates":[-0.6444171,51.6020055]},"properties":{"@type":"node","@id":8168040460,"@timestamp":1606399460},"coords":"51.6020055,-0.6444171","bedrooms":"3","price":"295000","area":"697"} , +{"type":"Feature","id":"n8168040470","geometry":{"type":"Point","coordinates":[-0.6468117,51.6026222]},"properties":{"@type":"node","@id":8168040470,"@timestamp":1606399460},"coords":"51.6026222,-0.6468117","bedrooms":"3","price":"260000","area":"625"} , +{"type":"Feature","id":"n8168040480","geometry":{"type":"Point","coordinates":[-0.6472356,51.6033762]},"properties":{"@type":"node","@id":8168040480,"@timestamp":1606399460},"coords":"51.6033762,-0.6472356","bedrooms":"4","price":"213000","area":"525"} , +{"type":"Feature","id":"n8168040490","geometry":{"type":"Point","coordinates":[-0.6340727,51.6076754]},"properties":{"@type":"node","@id":8168040490,"@timestamp":1606399460},"coords":"51.6076754,-0.6340727","bedrooms":"4","price":"203000","area":"544"} , +{"type":"Feature","id":"n8168177950","geometry":{"type":"Point","coordinates":[0.0740165,51.5061477]},"properties":{"@type":"node","@id":8168177950,"@timestamp":1606403089},"coords":"51.5061477,0.0740165","bedrooms":"1","price":"286000","area":"440"} , +{"type":"Feature","id":"n8168244712","geometry":{"type":"Point","coordinates":[0.018288,51.5539627]},"properties":{"@type":"node","@id":8168244712,"@timestamp":1619778013},"coords":"51.5539627,0.018288","bedrooms":"0","price":"279000","area":"573"} , +{"type":"Feature","id":"n8168250441","geometry":{"type":"Point","coordinates":[-0.5000389,51.3334832]},"properties":{"@type":"node","@id":8168250441,"@timestamp":1606405388},"coords":"51.3334832,-0.5000389","bedrooms":"0","price":"177000","area":"363"} , +{"type":"Feature","id":"n8168341184","geometry":{"type":"Point","coordinates":[-0.1209476,51.4269611]},"properties":{"@type":"node","@id":8168341184,"@timestamp":1606407563},"coords":"51.4269611,-0.1209476","bedrooms":"1","price":"237000","area":"454"} , +{"type":"Feature","id":"n8168658180","geometry":{"type":"Point","coordinates":[-0.0090904,51.5501282]},"properties":{"@type":"node","@id":8168658180,"@timestamp":1626101898},"coords":"51.5501282,-0.0090904","bedrooms":"2","price":"206000","area":"405"} , +{"type":"Feature","id":"n8168830719","geometry":{"type":"Point","coordinates":[-0.6043618,51.6041509]},"properties":{"@type":"node","@id":8168830719,"@timestamp":1606423991},"coords":"51.6041509,-0.6043618","bedrooms":"1","price":"182000","area":"502"} , +{"type":"Feature","id":"n8168830729","geometry":{"type":"Point","coordinates":[-0.5732483,51.5958277]},"properties":{"@type":"node","@id":8168830729,"@timestamp":1606423991},"coords":"51.5958277,-0.5732483","bedrooms":"1","price":"234000","area":"424"} , +{"type":"Feature","id":"n8169094689","geometry":{"type":"Point","coordinates":[-0.1325628,51.5222726]},"properties":{"@type":"node","@id":8169094689,"@timestamp":1606434538},"coords":"51.5222726,-0.1325628","bedrooms":"4","price":"157000","area":"678"} , +{"type":"Feature","id":"n8169107458","geometry":{"type":"Point","coordinates":[0.0032951,51.2434863]},"properties":{"@type":"node","@id":8169107458,"@timestamp":1606433999},"coords":"51.2434863,0.0032951","bedrooms":"1","price":"219000","area":"697"} , +{"type":"Feature","id":"n8169118749","geometry":{"type":"Point","coordinates":[-0.1317056,51.5214724]},"properties":{"@type":"node","@id":8169118749,"@timestamp":1606434538},"coords":"51.5214724,-0.1317056","bedrooms":"4","price":"238000","area":"454"} , +{"type":"Feature","id":"n8169118845","geometry":{"type":"Point","coordinates":[-0.1310882,51.5209118]},"properties":{"@type":"node","@id":8169118845,"@timestamp":1606434538},"coords":"51.5209118,-0.1310882","bedrooms":"4","price":"204000","area":"603"} , +{"type":"Feature","id":"n8169118876","geometry":{"type":"Point","coordinates":[-0.1307081,51.5205606]},"properties":{"@type":"node","@id":8169118876,"@timestamp":1606434538},"coords":"51.5205606,-0.1307081","bedrooms":"3","price":"272000","area":"526"} , +{"type":"Feature","id":"n8169164866","geometry":{"type":"Point","coordinates":[0.0040347,51.2387056]},"properties":{"@type":"node","@id":8169164866,"@timestamp":1606437075},"coords":"51.2387056,0.0040347","bedrooms":"4","price":"188000","area":"447"} , +{"type":"Feature","id":"n8169348223","geometry":{"type":"Point","coordinates":[0.7052874,51.6891878]},"properties":{"@type":"node","@id":8169348223,"@timestamp":1606450138},"coords":"51.6891878,0.7052874","bedrooms":"2","price":"197000","area":"560"} , +{"type":"Feature","id":"n8169537367","geometry":{"type":"Point","coordinates":[-0.1918304,51.4882093]},"properties":{"@type":"node","@id":8169537367,"@timestamp":1606457041},"coords":"51.4882093,-0.1918304","bedrooms":"3","price":"271000","area":"374"} , +{"type":"Feature","id":"n8169537379","geometry":{"type":"Point","coordinates":[-0.1911329,51.4876321]},"properties":{"@type":"node","@id":8169537379,"@timestamp":1606457041},"coords":"51.4876321,-0.1911329","bedrooms":"3","price":"195000","area":"651"} , +{"type":"Feature","id":"n8169537459","geometry":{"type":"Point","coordinates":[-0.1910554,51.4884357]},"properties":{"@type":"node","@id":8169537459,"@timestamp":1606457041},"coords":"51.4884357,-0.1910554","bedrooms":"0","price":"168000","area":"616"} , +{"type":"Feature","id":"n8169537469","geometry":{"type":"Point","coordinates":[-0.1905651,51.4879696]},"properties":{"@type":"node","@id":8169537469,"@timestamp":1606457041},"coords":"51.4879696,-0.1905651","bedrooms":"2","price":"192000","area":"431"} , +{"type":"Feature","id":"n8169537510","geometry":{"type":"Point","coordinates":[-0.1900388,51.4874692]},"properties":{"@type":"node","@id":8169537510,"@timestamp":1606457041},"coords":"51.4874692,-0.1900388","bedrooms":"2","price":"183000","area":"544"} , +{"type":"Feature","id":"n8170160357","geometry":{"type":"Point","coordinates":[0.0056646,51.2343676]},"properties":{"@type":"node","@id":8170160357,"@timestamp":1606472562},"coords":"51.2343676,0.0056646","bedrooms":"0","price":"290000","area":"665"} , +{"type":"Feature","id":"n8170284591","geometry":{"type":"Point","coordinates":[-0.121577,51.426473]},"properties":{"@type":"node","@id":8170284591,"@timestamp":1606476505},"coords":"51.426473,-0.121577","bedrooms":"3","price":"153000","area":"696"} , +{"type":"Feature","id":"n8170292870","geometry":{"type":"Point","coordinates":[-0.1332667,51.5251503]},"properties":{"@type":"node","@id":8170292870,"@timestamp":1606475556},"coords":"51.5251503,-0.1332667","bedrooms":"2","price":"224000","area":"517"} , +{"type":"Feature","id":"n8170375476","geometry":{"type":"Point","coordinates":[-0.4763053,51.3388907]},"properties":{"@type":"node","@id":8170375476,"@timestamp":1606477857},"coords":"51.3388907,-0.4763053","bedrooms":"3","price":"234000","area":"628"} , +{"type":"Feature","id":"n8170473971","geometry":{"type":"Point","coordinates":[0.0173318,51.5539598]},"properties":{"@type":"node","@id":8170473971,"@timestamp":1619705576},"coords":"51.5539598,0.0173318","bedrooms":"3","price":"217000","area":"610"} , +{"type":"Feature","id":"n8170480325","geometry":{"type":"Point","coordinates":[0.0167246,51.553504]},"properties":{"@type":"node","@id":8170480325,"@timestamp":1619705576},"coords":"51.553504,0.0167246","bedrooms":"3","price":"237000","area":"568"} , +{"type":"Feature","id":"n8170480339","geometry":{"type":"Point","coordinates":[0.0187621,51.5542274]},"properties":{"@type":"node","@id":8170480339,"@timestamp":1606479313},"coords":"51.5542274,0.0187621","bedrooms":"4","price":"152000","area":"414"} , +{"type":"Feature","id":"n8170480349","geometry":{"type":"Point","coordinates":[0.0169757,51.5542566]},"properties":{"@type":"node","@id":8170480349,"@timestamp":1606479313},"coords":"51.5542566,0.0169757","bedrooms":"2","price":"289000","area":"562"} , +{"type":"Feature","id":"n8170536630","geometry":{"type":"Point","coordinates":[0.8366843,51.1346664]},"properties":{"@type":"node","@id":8170536630,"@timestamp":1606480571},"coords":"51.1346664,0.8366843","bedrooms":"3","price":"230000","area":"587"} , +{"type":"Feature","id":"n8170544174","geometry":{"type":"Point","coordinates":[-0.1406315,51.5485307]},"properties":{"@type":"node","@id":8170544174,"@timestamp":1628959548},"coords":"51.5485307,-0.1406315","bedrooms":"2","price":"203000","area":"452"} , +{"type":"Feature","id":"n8170544206","geometry":{"type":"Point","coordinates":[-0.1404469,51.5494003]},"properties":{"@type":"node","@id":8170544206,"@timestamp":1628959548},"coords":"51.5494003,-0.1404469","bedrooms":"3","price":"165000","area":"497"} , +{"type":"Feature","id":"n8170544216","geometry":{"type":"Point","coordinates":[-0.1408705,51.5490178]},"properties":{"@type":"node","@id":8170544216,"@timestamp":1628959548},"coords":"51.5490178,-0.1408705","bedrooms":"3","price":"266000","area":"626"} , +{"type":"Feature","id":"n8170552941","geometry":{"type":"Point","coordinates":[-0.1407638,51.5494982]},"properties":{"@type":"node","@id":8170552941,"@timestamp":1628959548},"coords":"51.5494982,-0.1407638","bedrooms":"2","price":"295000","area":"516"} , +{"type":"Feature","id":"n8170552954","geometry":{"type":"Point","coordinates":[-0.1392184,51.5485584]},"properties":{"@type":"node","@id":8170552954,"@timestamp":1628959548},"coords":"51.5485584,-0.1392184","bedrooms":"4","price":"237000","area":"429"} , +{"type":"Feature","id":"n8170552964","geometry":{"type":"Point","coordinates":[-0.1394021,51.5485912]},"properties":{"@type":"node","@id":8170552964,"@timestamp":1628959548},"coords":"51.5485912,-0.1394021","bedrooms":"3","price":"190000","area":"421"} , +{"type":"Feature","id":"n8170552997","geometry":{"type":"Point","coordinates":[-0.1377174,51.5485439]},"properties":{"@type":"node","@id":8170552997,"@timestamp":1628959548},"coords":"51.5485439,-0.1377174","bedrooms":"2","price":"155000","area":"371"} , +{"type":"Feature","id":"n8170553007","geometry":{"type":"Point","coordinates":[-0.1368192,51.5484188]},"properties":{"@type":"node","@id":8170553007,"@timestamp":1628959548},"coords":"51.5484188,-0.1368192","bedrooms":"4","price":"154000","area":"520"} , +{"type":"Feature","id":"n8170553041","geometry":{"type":"Point","coordinates":[-0.1360494,51.5486328]},"properties":{"@type":"node","@id":8170553041,"@timestamp":1628959548},"coords":"51.5486328,-0.1360494","bedrooms":"3","price":"185000","area":"531"} , +{"type":"Feature","id":"n8170553051","geometry":{"type":"Point","coordinates":[-0.1355028,51.5485964]},"properties":{"@type":"node","@id":8170553051,"@timestamp":1628959548},"coords":"51.5485964,-0.1355028","bedrooms":"4","price":"240000","area":"659"} , +{"type":"Feature","id":"n8170553078","geometry":{"type":"Point","coordinates":[-0.1373471,51.5486547]},"properties":{"@type":"node","@id":8170553078,"@timestamp":1628959548},"coords":"51.5486547,-0.1373471","bedrooms":"3","price":"287000","area":"450"} , +{"type":"Feature","id":"n8170553100","geometry":{"type":"Point","coordinates":[-0.1382086,51.5488167]},"properties":{"@type":"node","@id":8170553100,"@timestamp":1628959548},"coords":"51.5488167,-0.1382086","bedrooms":"0","price":"203000","area":"675"} , +{"type":"Feature","id":"n8170553118","geometry":{"type":"Point","coordinates":[-0.1397305,51.5488706]},"properties":{"@type":"node","@id":8170553118,"@timestamp":1628959548},"coords":"51.5488706,-0.1397305","bedrooms":"0","price":"213000","area":"673"} , +{"type":"Feature","id":"n8170553128","geometry":{"type":"Point","coordinates":[-0.1394253,51.5488679]},"properties":{"@type":"node","@id":8170553128,"@timestamp":1628959548},"coords":"51.5488679,-0.1394253","bedrooms":"4","price":"247000","area":"684"} , +{"type":"Feature","id":"n8170557102","geometry":{"type":"Point","coordinates":[-0.6228717,51.4855068]},"properties":{"@type":"node","@id":8170557102,"@timestamp":1609083471},"coords":"51.4855068,-0.6228717","bedrooms":"2","price":"150000","area":"367"} , +{"type":"Feature","id":"n8170747998","geometry":{"type":"Point","coordinates":[-0.5636307,51.5746597]},"properties":{"@type":"node","@id":8170747998,"@timestamp":1606488176},"coords":"51.5746597,-0.5636307","bedrooms":"0","price":"166000","area":"391"} , +{"type":"Feature","id":"n8170855800","geometry":{"type":"Point","coordinates":[0.1564536,50.9694657]},"properties":{"@type":"node","@id":8170855800,"@timestamp":1606492425},"coords":"50.9694657,0.1564536","bedrooms":"1","price":"211000","area":"435"} , +{"type":"Feature","id":"n8171109502","geometry":{"type":"Point","coordinates":[0.1660438,51.7147893]},"properties":{"@type":"node","@id":8171109502,"@timestamp":1606494550},"coords":"51.7147893,0.1660438","bedrooms":"0","price":"223000","area":"636"} , +{"type":"Feature","id":"n8171141160","geometry":{"type":"Point","coordinates":[-0.1891717,51.4873174]},"properties":{"@type":"node","@id":8171141160,"@timestamp":1606494973},"coords":"51.4873174,-0.1891717","bedrooms":"0","price":"164000","area":"567"} , +{"type":"Feature","id":"n8171329729","geometry":{"type":"Point","coordinates":[-0.1890262,51.4870313]},"properties":{"@type":"node","@id":8171329729,"@timestamp":1606494973},"coords":"51.4870313,-0.1890262","bedrooms":"0","price":"178000","area":"674"} , +{"type":"Feature","id":"n8171329739","geometry":{"type":"Point","coordinates":[-0.1885016,51.4866075]},"properties":{"@type":"node","@id":8171329739,"@timestamp":1606494973},"coords":"51.4866075,-0.1885016","bedrooms":"4","price":"165000","area":"486"} , +{"type":"Feature","id":"n8171391867","geometry":{"type":"Point","coordinates":[-0.5870482,51.575844]},"properties":{"@type":"node","@id":8171391867,"@timestamp":1606497566},"coords":"51.575844,-0.5870482","bedrooms":"0","price":"212000","area":"414"} , +{"type":"Feature","id":"n8171391879","geometry":{"type":"Point","coordinates":[-0.5990117,51.5756316]},"properties":{"@type":"node","@id":8171391879,"@timestamp":1606497566},"coords":"51.5756316,-0.5990117","bedrooms":"4","price":"245000","area":"357"} , +{"type":"Feature","id":"n8171448419","geometry":{"type":"Point","coordinates":[0.0159047,51.5544145]},"properties":{"@type":"node","@id":8171448419,"@timestamp":1619705576},"coords":"51.5544145,0.0159047","bedrooms":"0","price":"244000","area":"580"} , +{"type":"Feature","id":"n8171448458","geometry":{"type":"Point","coordinates":[0.0159833,51.5542024]},"properties":{"@type":"node","@id":8171448458,"@timestamp":1606499018},"coords":"51.5542024,0.0159833","bedrooms":"1","price":"162000","area":"534"} , +{"type":"Feature","id":"n8171454913","geometry":{"type":"Point","coordinates":[-0.1888314,51.4864878]},"properties":{"@type":"node","@id":8171454913,"@timestamp":1606500010},"coords":"51.4864878,-0.1888314","bedrooms":"3","price":"197000","area":"688"} , +{"type":"Feature","id":"n8171477523","geometry":{"type":"Point","coordinates":[-0.1893336,51.4868952]},"properties":{"@type":"node","@id":8171477523,"@timestamp":1606500010},"coords":"51.4868952,-0.1893336","bedrooms":"1","price":"166000","area":"491"} , +{"type":"Feature","id":"n8171477649","geometry":{"type":"Point","coordinates":[-0.1897929,51.486691]},"properties":{"@type":"node","@id":8171477649,"@timestamp":1606500010},"coords":"51.486691,-0.1897929","bedrooms":"3","price":"173000","area":"482"} , +{"type":"Feature","id":"n8171477659","geometry":{"type":"Point","coordinates":[-0.1896769,51.4866163]},"properties":{"@type":"node","@id":8171477659,"@timestamp":1606500010},"coords":"51.4866163,-0.1896769","bedrooms":"0","price":"271000","area":"423"} , +{"type":"Feature","id":"n8171517173","geometry":{"type":"Point","coordinates":[-0.5121627,51.695812]},"properties":{"@type":"node","@id":8171517173,"@timestamp":1606501292},"coords":"51.695812,-0.5121627","bedrooms":"1","price":"213000","area":"394"} , +{"type":"Feature","id":"n8171517183","geometry":{"type":"Point","coordinates":[-0.5069286,51.7015488]},"properties":{"@type":"node","@id":8171517183,"@timestamp":1606501292},"coords":"51.7015488,-0.5069286","bedrooms":"4","price":"241000","area":"431"} , +{"type":"Feature","id":"n8171672217","geometry":{"type":"Point","coordinates":[-0.0496153,51.5504042]},"properties":{"@type":"node","@id":8171672217,"@timestamp":1606505733},"coords":"51.5504042,-0.0496153","bedrooms":"3","price":"234000","area":"679"} , +{"type":"Feature","id":"n8171786779","geometry":{"type":"Point","coordinates":[0.0835568,51.6206406]},"properties":{"@type":"node","@id":8171786779,"@timestamp":1606510355},"coords":"51.6206406,0.0835568","bedrooms":"3","price":"231000","area":"535"} , +{"type":"Feature","id":"n8171786789","geometry":{"type":"Point","coordinates":[0.083539,51.6207381]},"properties":{"@type":"node","@id":8171786789,"@timestamp":1606510355},"coords":"51.6207381,0.083539","bedrooms":"2","price":"230000","area":"380"} , +{"type":"Feature","id":"n8171786799","geometry":{"type":"Point","coordinates":[0.0838152,51.6206978]},"properties":{"@type":"node","@id":8171786799,"@timestamp":1606510355},"coords":"51.6206978,0.0838152","bedrooms":"1","price":"269000","area":"582"} , +{"type":"Feature","id":"n8171786809","geometry":{"type":"Point","coordinates":[0.0834487,51.6207393]},"properties":{"@type":"node","@id":8171786809,"@timestamp":1606510355},"coords":"51.6207393,0.0834487","bedrooms":"1","price":"155000","area":"683"} , +{"type":"Feature","id":"n8171790873","geometry":{"type":"Point","coordinates":[-0.5327849,51.7210148]},"properties":{"@type":"node","@id":8171790873,"@timestamp":1606510148},"coords":"51.7210148,-0.5327849","bedrooms":"1","price":"174000","area":"607"} , +{"type":"Feature","id":"n8171790883","geometry":{"type":"Point","coordinates":[-0.5299462,51.7416475]},"properties":{"@type":"node","@id":8171790883,"@timestamp":1606510148},"coords":"51.7416475,-0.5299462","bedrooms":"3","price":"173000","area":"632"} , +{"type":"Feature","id":"n8171864663","geometry":{"type":"Point","coordinates":[-1.119727,51.6834532]},"properties":{"@type":"node","@id":8171864663,"@timestamp":1606512943},"coords":"51.6834532,-1.119727","bedrooms":"4","price":"171000","area":"553"} , +{"type":"Feature","id":"n8171864673","geometry":{"type":"Point","coordinates":[-1.1248527,51.6796356]},"properties":{"@type":"node","@id":8171864673,"@timestamp":1606512943},"coords":"51.6796356,-1.1248527","bedrooms":"1","price":"221000","area":"526"} , +{"type":"Feature","id":"n8171916677","geometry":{"type":"Point","coordinates":[-1.1152732,51.6935821]},"properties":{"@type":"node","@id":8171916677,"@timestamp":1606513319},"coords":"51.6935821,-1.1152732","bedrooms":"1","price":"220000","area":"583"} , +{"type":"Feature","id":"n8172063564","geometry":{"type":"Point","coordinates":[-0.2407532,51.3781612]},"properties":{"@type":"node","@id":8172063564,"@timestamp":1606520735},"coords":"51.3781612,-0.2407532","bedrooms":"0","price":"204000","area":"625"} , +{"type":"Feature","id":"n8172253028","geometry":{"type":"Point","coordinates":[0.008276,51.2373177]},"properties":{"@type":"node","@id":8172253028,"@timestamp":1606524897},"coords":"51.2373177,0.008276","bedrooms":"2","price":"188000","area":"613"} , +{"type":"Feature","id":"n8172384356","geometry":{"type":"Point","coordinates":[0.0108643,51.23729]},"properties":{"@type":"node","@id":8172384356,"@timestamp":1606529193},"coords":"51.23729,0.0108643","bedrooms":"0","price":"167000","area":"455"} , +{"type":"Feature","id":"n8172384497","geometry":{"type":"Point","coordinates":[0.0102776,51.2367186]},"properties":{"@type":"node","@id":8172384497,"@timestamp":1606529193},"coords":"51.2367186,0.0102776","bedrooms":"0","price":"218000","area":"596"} , +{"type":"Feature","id":"n8172677434","geometry":{"type":"Point","coordinates":[0.8931367,51.8996599]},"properties":{"@type":"node","@id":8172677434,"@timestamp":1606540237},"coords":"51.8996599,0.8931367","bedrooms":"3","price":"286000","area":"492"} , +{"type":"Feature","id":"n8172694383","geometry":{"type":"Point","coordinates":[-0.1876445,51.4860323]},"properties":{"@type":"node","@id":8172694383,"@timestamp":1606541571},"coords":"51.4860323,-0.1876445","bedrooms":"0","price":"259000","area":"578"} , +{"type":"Feature","id":"n8172733856","geometry":{"type":"Point","coordinates":[-0.1883573,51.4856832]},"properties":{"@type":"node","@id":8172733856,"@timestamp":1606541571},"coords":"51.4856832,-0.1883573","bedrooms":"0","price":"217000","area":"415"} , +{"type":"Feature","id":"n8172733888","geometry":{"type":"Point","coordinates":[-0.1881046,51.4862382]},"properties":{"@type":"node","@id":8172733888,"@timestamp":1606541571},"coords":"51.4862382,-0.1881046","bedrooms":"4","price":"163000","area":"395"} , +{"type":"Feature","id":"n8172734128","geometry":{"type":"Point","coordinates":[-0.1871102,51.4851936]},"properties":{"@type":"node","@id":8172734128,"@timestamp":1606541571},"coords":"51.4851936,-0.1871102","bedrooms":"4","price":"212000","area":"562"} , +{"type":"Feature","id":"n8172976061","geometry":{"type":"Point","coordinates":[-0.18678,51.4851243]},"properties":{"@type":"node","@id":8172976061,"@timestamp":1606546157},"coords":"51.4851243,-0.18678","bedrooms":"2","price":"202000","area":"355"} , +{"type":"Feature","id":"n8172976111","geometry":{"type":"Point","coordinates":[-0.1863255,51.4846607]},"properties":{"@type":"node","@id":8172976111,"@timestamp":1606546157},"coords":"51.4846607,-0.1863255","bedrooms":"3","price":"267000","area":"524"} , +{"type":"Feature","id":"n8173011381","geometry":{"type":"Point","coordinates":[0.0831259,51.6207335]},"properties":{"@type":"node","@id":8173011381,"@timestamp":1606548233},"coords":"51.6207335,0.0831259","bedrooms":"1","price":"207000","area":"639"} , +{"type":"Feature","id":"n8173011391","geometry":{"type":"Point","coordinates":[0.0839998,51.6208453]},"properties":{"@type":"node","@id":8173011391,"@timestamp":1606548233},"coords":"51.6208453,0.0839998","bedrooms":"1","price":"245000","area":"481"} , +{"type":"Feature","id":"n8173350907","geometry":{"type":"Point","coordinates":[-0.0107912,51.5444276]},"properties":{"@type":"node","@id":8173350907,"@timestamp":1606561225},"coords":"51.5444276,-0.0107912","bedrooms":"3","price":"173000","area":"588"} , +{"type":"Feature","id":"n8173461439","geometry":{"type":"Point","coordinates":[-0.1859465,51.4840917]},"properties":{"@type":"node","@id":8173461439,"@timestamp":1606563511},"coords":"51.4840917,-0.1859465","bedrooms":"4","price":"292000","area":"495"} , +{"type":"Feature","id":"n8173461469","geometry":{"type":"Point","coordinates":[-0.1853955,51.4846847]},"properties":{"@type":"node","@id":8173461469,"@timestamp":1606563511},"coords":"51.4846847,-0.1853955","bedrooms":"4","price":"264000","area":"479"} , +{"type":"Feature","id":"n8173726088","geometry":{"type":"Point","coordinates":[-0.5394357,51.7221328]},"properties":{"@type":"node","@id":8173726088,"@timestamp":1606573240},"coords":"51.7221328,-0.5394357","bedrooms":"4","price":"162000","area":"696"} , +{"type":"Feature","id":"n8173732521","geometry":{"type":"Point","coordinates":[-0.1546874,51.5950359]},"properties":{"@type":"node","@id":8173732521,"@timestamp":1606573012},"coords":"51.5950359,-0.1546874","bedrooms":"3","price":"235000","area":"612"} , +{"type":"Feature","id":"n8173733137","geometry":{"type":"Point","coordinates":[-0.0306043,51.5326563]},"properties":{"@type":"node","@id":8173733137,"@timestamp":1606573119},"coords":"51.5326563,-0.0306043","bedrooms":"4","price":"173000","area":"667"} , +{"type":"Feature","id":"n8173741241","geometry":{"type":"Point","coordinates":[-0.5322973,51.7237813]},"properties":{"@type":"node","@id":8173741241,"@timestamp":1606573240},"coords":"51.7237813,-0.5322973","bedrooms":"4","price":"221000","area":"552"} , +{"type":"Feature","id":"n8173791939","geometry":{"type":"Point","coordinates":[-0.1590879,51.4233574]},"properties":{"@type":"node","@id":8173791939,"@timestamp":1606575211},"coords":"51.4233574,-0.1590879","bedrooms":"0","price":"262000","area":"670"} , +{"type":"Feature","id":"n8173791953","geometry":{"type":"Point","coordinates":[-0.1570056,51.4248284]},"properties":{"@type":"node","@id":8173791953,"@timestamp":1606575211},"coords":"51.4248284,-0.1570056","bedrooms":"4","price":"247000","area":"547"} , +{"type":"Feature","id":"n8173791967","geometry":{"type":"Point","coordinates":[-0.1541332,51.4264656]},"properties":{"@type":"node","@id":8173791967,"@timestamp":1606575211},"coords":"51.4264656,-0.1541332","bedrooms":"3","price":"282000","area":"417"} , +{"type":"Feature","id":"n8173813857","geometry":{"type":"Point","coordinates":[-0.0339722,51.403599]},"properties":{"@type":"node","@id":8173813857,"@timestamp":1606575675},"coords":"51.403599,-0.0339722","bedrooms":"3","price":"161000","area":"625"} , +{"type":"Feature","id":"n8173813903","geometry":{"type":"Point","coordinates":[-0.0315032,51.4056091]},"properties":{"@type":"node","@id":8173813903,"@timestamp":1606575675},"coords":"51.4056091,-0.0315032","bedrooms":"3","price":"251000","area":"519"} , +{"type":"Feature","id":"n8173841586","geometry":{"type":"Point","coordinates":[0.1956828,51.519269]},"properties":{"@type":"node","@id":8173841586,"@timestamp":1610991798},"coords":"51.519269,0.1956828","bedrooms":"3","price":"247000","area":"360"} , +{"type":"Feature","id":"n8173913320","geometry":{"type":"Point","coordinates":[-0.1462501,51.2217259]},"properties":{"@type":"node","@id":8173913320,"@timestamp":1606578160},"coords":"51.2217259,-0.1462501","bedrooms":"4","price":"245000","area":"533"} , +{"type":"Feature","id":"n8174214421","geometry":{"type":"Point","coordinates":[-0.1535019,51.5944368]},"properties":{"@type":"node","@id":8174214421,"@timestamp":1606586848},"coords":"51.5944368,-0.1535019","bedrooms":"3","price":"271000","area":"535"} , +{"type":"Feature","id":"n8174240469","geometry":{"type":"Point","coordinates":[-0.0023258,51.5336685]},"properties":{"@type":"node","@id":8174240469,"@timestamp":1606587657},"coords":"51.5336685,-0.0023258","bedrooms":"2","price":"285000","area":"664"} , +{"type":"Feature","id":"n8174255391","geometry":{"type":"Point","coordinates":[0.018987,51.5551269]},"properties":{"@type":"node","@id":8174255391,"@timestamp":1619705576},"coords":"51.5551269,0.018987","bedrooms":"0","price":"286000","area":"585"} , +{"type":"Feature","id":"n8174266249","geometry":{"type":"Point","coordinates":[0.0546582,51.5084113]},"properties":{"@type":"node","@id":8174266249,"@timestamp":1606589720},"coords":"51.5084113,0.0546582","bedrooms":"4","price":"190000","area":"668"} , +{"type":"Feature","id":"n8174328120","geometry":{"type":"Point","coordinates":[-0.4615141,51.7360521]},"properties":{"@type":"node","@id":8174328120,"@timestamp":1606591191},"coords":"51.7360521,-0.4615141","bedrooms":"3","price":"198000","area":"362"} , +{"type":"Feature","id":"n8174550986","geometry":{"type":"Point","coordinates":[-0.2307641,51.5193226]},"properties":{"@type":"node","@id":8174550986,"@timestamp":1606597270},"coords":"51.5193226,-0.2307641","bedrooms":"2","price":"288000","area":"407"} , +{"type":"Feature","id":"n8174725252","geometry":{"type":"Point","coordinates":[0.0088754,51.2366993]},"properties":{"@type":"node","@id":8174725252,"@timestamp":1606603035},"coords":"51.2366993,0.0088754","bedrooms":"2","price":"292000","area":"459"} , +{"type":"Feature","id":"n8174736881","geometry":{"type":"Point","coordinates":[0.0072788,51.2396061]},"properties":{"@type":"node","@id":8174736881,"@timestamp":1606603035},"coords":"51.2396061,0.0072788","bedrooms":"1","price":"156000","area":"435"} , +{"type":"Feature","id":"n8174736962","geometry":{"type":"Point","coordinates":[0.0013223,51.2426425]},"properties":{"@type":"node","@id":8174736962,"@timestamp":1606603035},"coords":"51.2426425,0.0013223","bedrooms":"0","price":"159000","area":"374"} , +{"type":"Feature","id":"n8175001912","geometry":{"type":"Point","coordinates":[-1.079103,51.2770261]},"properties":{"@type":"node","@id":8175001912,"@timestamp":1606605857},"coords":"51.2770261,-1.079103","bedrooms":"4","price":"228000","area":"517"} , +{"type":"Feature","id":"n8175049049","geometry":{"type":"Point","coordinates":[0.0070468,51.2431144]},"properties":{"@type":"node","@id":8175049049,"@timestamp":1606606011},"coords":"51.2431144,0.0070468","bedrooms":"2","price":"245000","area":"388"} , +{"type":"Feature","id":"n8175085817","geometry":{"type":"Point","coordinates":[-1.0552568,51.2780809]},"properties":{"@type":"node","@id":8175085817,"@timestamp":1606605149},"coords":"51.2780809,-1.0552568","bedrooms":"2","price":"281000","area":"419"} , +{"type":"Feature","id":"n8175100402","geometry":{"type":"Point","coordinates":[-1.0747776,51.2743993]},"properties":{"@type":"node","@id":8175100402,"@timestamp":1606606688},"coords":"51.2743993,-1.0747776","bedrooms":"0","price":"150000","area":"391"} , +{"type":"Feature","id":"n8175105432","geometry":{"type":"Point","coordinates":[0.0040609,51.263438]},"properties":{"@type":"node","@id":8175105432,"@timestamp":1606606831},"coords":"51.263438,0.0040609","bedrooms":"3","price":"209000","area":"499"} , +{"type":"Feature","id":"n8175113300","geometry":{"type":"Point","coordinates":[0.0710122,51.2672042]},"properties":{"@type":"node","@id":8175113300,"@timestamp":1606608686},"coords":"51.2672042,0.0710122","bedrooms":"3","price":"174000","area":"571"} , +{"type":"Feature","id":"n8175113310","geometry":{"type":"Point","coordinates":[0.0650996,51.2831504]},"properties":{"@type":"node","@id":8175113310,"@timestamp":1606608686},"coords":"51.2831504,0.0650996","bedrooms":"1","price":"295000","area":"682"} , +{"type":"Feature","id":"n8175228557","geometry":{"type":"Point","coordinates":[0.0228538,51.2496901]},"properties":{"@type":"node","@id":8175228557,"@timestamp":1606610704},"coords":"51.2496901,0.0228538","bedrooms":"1","price":"209000","area":"479"} , +{"type":"Feature","id":"n8175539994","geometry":{"type":"Point","coordinates":[-0.1853297,51.4841646]},"properties":{"@type":"node","@id":8175539994,"@timestamp":1606622247},"coords":"51.4841646,-0.1853297","bedrooms":"2","price":"183000","area":"464"} , +{"type":"Feature","id":"n8175548157","geometry":{"type":"Point","coordinates":[-0.1856508,51.4836518]},"properties":{"@type":"node","@id":8175548157,"@timestamp":1606622247},"coords":"51.4836518,-0.1856508","bedrooms":"4","price":"236000","area":"694"} , +{"type":"Feature","id":"n8175657025","geometry":{"type":"Point","coordinates":[-0.4177769,51.6891032]},"properties":{"@type":"node","@id":8175657025,"@timestamp":1606626668},"coords":"51.6891032,-0.4177769","bedrooms":"0","price":"191000","area":"473"} , +{"type":"Feature","id":"n8175708196","geometry":{"type":"Point","coordinates":[-0.1891813,51.4859558]},"properties":{"@type":"node","@id":8175708196,"@timestamp":1606627888},"coords":"51.4859558,-0.1891813","bedrooms":"0","price":"253000","area":"366"} , +{"type":"Feature","id":"n8175732182","geometry":{"type":"Point","coordinates":[-0.1884717,51.4850799]},"properties":{"@type":"node","@id":8175732182,"@timestamp":1606630296},"coords":"51.4850799,-0.1884717","bedrooms":"0","price":"263000","area":"659"} , +{"type":"Feature","id":"n8175732209","geometry":{"type":"Point","coordinates":[-0.1879311,51.4847431]},"properties":{"@type":"node","@id":8175732209,"@timestamp":1606630296},"coords":"51.4847431,-0.1879311","bedrooms":"1","price":"212000","area":"487"} , +{"type":"Feature","id":"n8175766017","geometry":{"type":"Point","coordinates":[-0.1876652,51.4849843]},"properties":{"@type":"node","@id":8175766017,"@timestamp":1606630296},"coords":"51.4849843,-0.1876652","bedrooms":"3","price":"238000","area":"413"} , +{"type":"Feature","id":"n8175794861","geometry":{"type":"Point","coordinates":[-0.1872689,51.4843371]},"properties":{"@type":"node","@id":8175794861,"@timestamp":1606633186},"coords":"51.4843371,-0.1872689","bedrooms":"4","price":"257000","area":"429"} , +{"type":"Feature","id":"n8175805221","geometry":{"type":"Point","coordinates":[-0.1869541,51.4845431]},"properties":{"@type":"node","@id":8175805221,"@timestamp":1606633186},"coords":"51.4845431,-0.1869541","bedrooms":"1","price":"218000","area":"447"} , +{"type":"Feature","id":"n8176072876","geometry":{"type":"Point","coordinates":[-0.2767176,51.4037118]},"properties":{"@type":"node","@id":8176072876,"@timestamp":1606647358},"coords":"51.4037118,-0.2767176","bedrooms":"0","price":"299000","area":"522"} , +{"type":"Feature","id":"n8176150670","geometry":{"type":"Point","coordinates":[-0.1391362,51.59147]},"properties":{"@type":"node","@id":8176150670,"@timestamp":1606649770},"coords":"51.59147,-0.1391362","bedrooms":"0","price":"274000","area":"356"} , +{"type":"Feature","id":"n8176150680","geometry":{"type":"Point","coordinates":[-0.1394075,51.5912256]},"properties":{"@type":"node","@id":8176150680,"@timestamp":1606649770},"coords":"51.5912256,-0.1394075","bedrooms":"4","price":"255000","area":"517"} , +{"type":"Feature","id":"n8176150690","geometry":{"type":"Point","coordinates":[-0.1396271,51.5913779]},"properties":{"@type":"node","@id":8176150690,"@timestamp":1606649770},"coords":"51.5913779,-0.1396271","bedrooms":"4","price":"237000","area":"361"} , +{"type":"Feature","id":"n8176150700","geometry":{"type":"Point","coordinates":[-0.139559,51.5911942]},"properties":{"@type":"node","@id":8176150700,"@timestamp":1606649770},"coords":"51.5911942,-0.139559","bedrooms":"3","price":"229000","area":"557"} , +{"type":"Feature","id":"n8176150710","geometry":{"type":"Point","coordinates":[-0.1396063,51.5912784]},"properties":{"@type":"node","@id":8176150710,"@timestamp":1606649770},"coords":"51.5912784,-0.1396063","bedrooms":"1","price":"175000","area":"585"} , +{"type":"Feature","id":"n8176158920","geometry":{"type":"Point","coordinates":[-0.1396784,51.5913262]},"properties":{"@type":"node","@id":8176158920,"@timestamp":1606649770},"coords":"51.5913262,-0.1396784","bedrooms":"3","price":"169000","area":"658"} , +{"type":"Feature","id":"n8176225751","geometry":{"type":"Point","coordinates":[-0.4775943,51.7339443]},"properties":{"@type":"node","@id":8176225751,"@timestamp":1606652974},"coords":"51.7339443,-0.4775943","bedrooms":"1","price":"275000","area":"407"} , +{"type":"Feature","id":"n8176278824","geometry":{"type":"Point","coordinates":[-0.4766263,51.7346806]},"properties":{"@type":"node","@id":8176278824,"@timestamp":1606654138},"coords":"51.7346806,-0.4766263","bedrooms":"2","price":"276000","area":"525"} , +{"type":"Feature","id":"n8176466084","geometry":{"type":"Point","coordinates":[-0.1584148,51.5955867]},"properties":{"@type":"node","@id":8176466084,"@timestamp":1606662688},"coords":"51.5955867,-0.1584148","bedrooms":"3","price":"263000","area":"506"} , +{"type":"Feature","id":"n8176629230","geometry":{"type":"Point","coordinates":[0.0721785,51.5085586]},"properties":{"@type":"node","@id":8176629230,"@timestamp":1620471338},"coords":"51.5085586,0.0721785","bedrooms":"3","price":"212000","area":"356"} , +{"type":"Feature","id":"n8176693991","geometry":{"type":"Point","coordinates":[0.0735338,51.5140637]},"properties":{"@type":"node","@id":8176693991,"@timestamp":1606669194},"coords":"51.5140637,0.0735338","bedrooms":"2","price":"171000","area":"651"} , +{"type":"Feature","id":"n8176710949","geometry":{"type":"Point","coordinates":[0.0685916,51.5233383]},"properties":{"@type":"node","@id":8176710949,"@timestamp":1606670245},"coords":"51.5233383,0.0685916","bedrooms":"0","price":"275000","area":"461"} , +{"type":"Feature","id":"n8176775507","geometry":{"type":"Point","coordinates":[0.1631232,51.3791309]},"properties":{"@type":"node","@id":8176775507,"@timestamp":1606671280},"coords":"51.3791309,0.1631232","bedrooms":"4","price":"286000","area":"431"} , +{"type":"Feature","id":"n8176878177","geometry":{"type":"Point","coordinates":[0.1347528,51.8563414]},"properties":{"@type":"node","@id":8176878177,"@timestamp":1606674100},"coords":"51.8563414,0.1347528","bedrooms":"1","price":"180000","area":"486"} , +{"type":"Feature","id":"n8176912704","geometry":{"type":"Point","coordinates":[-0.1917633,51.4877815]},"properties":{"@type":"node","@id":8176912704,"@timestamp":1606675644},"coords":"51.4877815,-0.1917633","bedrooms":"1","price":"159000","area":"534"} , +{"type":"Feature","id":"n8176912714","geometry":{"type":"Point","coordinates":[-0.1913337,51.4873691]},"properties":{"@type":"node","@id":8176912714,"@timestamp":1606675644},"coords":"51.4873691,-0.1913337","bedrooms":"0","price":"256000","area":"435"} , +{"type":"Feature","id":"n8176953880","geometry":{"type":"Point","coordinates":[-0.1908947,51.4869564]},"properties":{"@type":"node","@id":8176953880,"@timestamp":1606675644},"coords":"51.4869564,-0.1908947","bedrooms":"2","price":"255000","area":"667"} , +{"type":"Feature","id":"n8177011029","geometry":{"type":"Point","coordinates":[-0.3290116,51.0616363]},"properties":{"@type":"node","@id":8177011029,"@timestamp":1606677217},"coords":"51.0616363,-0.3290116","bedrooms":"2","price":"222000","area":"453"} , +{"type":"Feature","id":"n8177050285","geometry":{"type":"Point","coordinates":[0.0500256,51.5116086]},"properties":{"@type":"node","@id":8177050285,"@timestamp":1606678429},"coords":"51.5116086,0.0500256","bedrooms":"0","price":"199000","area":"351"} , +{"type":"Feature","id":"n8177050295","geometry":{"type":"Point","coordinates":[0.0492076,51.5114093]},"properties":{"@type":"node","@id":8177050295,"@timestamp":1606678429},"coords":"51.5114093,0.0492076","bedrooms":"3","price":"174000","area":"546"} , +{"type":"Feature","id":"n8177050305","geometry":{"type":"Point","coordinates":[0.0485522,51.5112407]},"properties":{"@type":"node","@id":8177050305,"@timestamp":1606678429},"coords":"51.5112407,0.0485522","bedrooms":"0","price":"244000","area":"591"} , +{"type":"Feature","id":"n8177050315","geometry":{"type":"Point","coordinates":[0.0477311,51.5110433]},"properties":{"@type":"node","@id":8177050315,"@timestamp":1606678429},"coords":"51.5110433,0.0477311","bedrooms":"3","price":"203000","area":"622"} , +{"type":"Feature","id":"n8177184934","geometry":{"type":"Point","coordinates":[0.0122339,51.496298]},"properties":{"@type":"node","@id":8177184934,"@timestamp":1606681013},"coords":"51.496298,0.0122339","bedrooms":"1","price":"296000","area":"423"} , +{"type":"Feature","id":"n8177195691","geometry":{"type":"Point","coordinates":[0.0172146,51.4932732]},"properties":{"@type":"node","@id":8177195691,"@timestamp":1606680797},"coords":"51.4932732,0.0172146","bedrooms":"0","price":"271000","area":"500"} , +{"type":"Feature","id":"n8177548677","geometry":{"type":"Point","coordinates":[0.1614168,51.3787577]},"properties":{"@type":"node","@id":8177548677,"@timestamp":1606688150},"coords":"51.3787577,0.1614168","bedrooms":"2","price":"196000","area":"427"} , +{"type":"Feature","id":"n8177568572","geometry":{"type":"Point","coordinates":[-0.7052083,51.3050726]},"properties":{"@type":"node","@id":8177568572,"@timestamp":1606688111},"coords":"51.3050726,-0.7052083","bedrooms":"2","price":"248000","area":"423"} , +{"type":"Feature","id":"n8177643455","geometry":{"type":"Point","coordinates":[-0.4449529,51.7071506]},"properties":{"@type":"node","@id":8177643455,"@timestamp":1606690254},"coords":"51.7071506,-0.4449529","bedrooms":"0","price":"184000","area":"398"} , +{"type":"Feature","id":"n8177643465","geometry":{"type":"Point","coordinates":[-0.4457702,51.7080751]},"properties":{"@type":"node","@id":8177643465,"@timestamp":1606690254},"coords":"51.7080751,-0.4457702","bedrooms":"0","price":"297000","area":"561"} , +{"type":"Feature","id":"n8177643475","geometry":{"type":"Point","coordinates":[-0.4461022,51.7079574]},"properties":{"@type":"node","@id":8177643475,"@timestamp":1606690254},"coords":"51.7079574,-0.4461022","bedrooms":"1","price":"244000","area":"576"} , +{"type":"Feature","id":"n8177643493","geometry":{"type":"Point","coordinates":[-0.447604,51.7149407]},"properties":{"@type":"node","@id":8177643493,"@timestamp":1606690254},"coords":"51.7149407,-0.447604","bedrooms":"0","price":"153000","area":"416"} , +{"type":"Feature","id":"n8178539168","geometry":{"type":"Point","coordinates":[-0.1904504,51.4865421]},"properties":{"@type":"node","@id":8178539168,"@timestamp":1606717222},"coords":"51.4865421,-0.1904504","bedrooms":"2","price":"239000","area":"675"} , +{"type":"Feature","id":"n8178539178","geometry":{"type":"Point","coordinates":[-0.1900477,51.4861298]},"properties":{"@type":"node","@id":8178539178,"@timestamp":1606717222},"coords":"51.4861298,-0.1900477","bedrooms":"2","price":"285000","area":"448"} , +{"type":"Feature","id":"n8178539188","geometry":{"type":"Point","coordinates":[-0.1896395,51.4857351]},"properties":{"@type":"node","@id":8178539188,"@timestamp":1606717222},"coords":"51.4857351,-0.1896395","bedrooms":"3","price":"261000","area":"438"} , +{"type":"Feature","id":"n8178753721","geometry":{"type":"Point","coordinates":[-0.4517221,51.7204053]},"properties":{"@type":"node","@id":8178753721,"@timestamp":1606723603},"coords":"51.7204053,-0.4517221","bedrooms":"0","price":"272000","area":"531"} , +{"type":"Feature","id":"n8178753797","geometry":{"type":"Point","coordinates":[-0.4604128,51.7157309]},"properties":{"@type":"node","@id":8178753797,"@timestamp":1606723603},"coords":"51.7157309,-0.4604128","bedrooms":"4","price":"231000","area":"693"} , +{"type":"Feature","id":"n8178753811","geometry":{"type":"Point","coordinates":[-0.4595362,51.712085]},"properties":{"@type":"node","@id":8178753811,"@timestamp":1606723603},"coords":"51.712085,-0.4595362","bedrooms":"2","price":"231000","area":"394"} , +{"type":"Feature","id":"n8178815125","geometry":{"type":"Point","coordinates":[-0.4528158,51.7119813]},"properties":{"@type":"node","@id":8178815125,"@timestamp":1606725041},"coords":"51.7119813,-0.4528158","bedrooms":"1","price":"188000","area":"366"} , +{"type":"Feature","id":"n8178815138","geometry":{"type":"Point","coordinates":[-0.4549593,51.7132229]},"properties":{"@type":"node","@id":8178815138,"@timestamp":1606725041},"coords":"51.7132229,-0.4549593","bedrooms":"4","price":"199000","area":"488"} , +{"type":"Feature","id":"n8179225968","geometry":{"type":"Point","coordinates":[-0.120256,51.4276013]},"properties":{"@type":"node","@id":8179225968,"@timestamp":1606734796},"coords":"51.4276013,-0.120256","bedrooms":"0","price":"261000","area":"438"} , +{"type":"Feature","id":"n8179330593","geometry":{"type":"Point","coordinates":[0.0184482,51.5554115]},"properties":{"@type":"node","@id":8179330593,"@timestamp":1606737545},"coords":"51.5554115,0.0184482","bedrooms":"2","price":"249000","area":"699"} , +{"type":"Feature","id":"n8179330603","geometry":{"type":"Point","coordinates":[0.0166914,51.5547861]},"properties":{"@type":"node","@id":8179330603,"@timestamp":1606737545},"coords":"51.5547861,0.0166914","bedrooms":"0","price":"222000","area":"374"} , +{"type":"Feature","id":"n8179535673","geometry":{"type":"Point","coordinates":[-0.4517593,51.3786228]},"properties":{"@type":"node","@id":8179535673,"@timestamp":1606739905},"coords":"51.3786228,-0.4517593","bedrooms":"4","price":"294000","area":"522"} , +{"type":"Feature","id":"n8179535702","geometry":{"type":"Point","coordinates":[-0.4471773,51.378904]},"properties":{"@type":"node","@id":8179535702,"@timestamp":1606739905},"coords":"51.378904,-0.4471773","bedrooms":"0","price":"278000","area":"393"} , +{"type":"Feature","id":"n8179670343","geometry":{"type":"Point","coordinates":[0.840217,51.1344116]},"properties":{"@type":"node","@id":8179670343,"@timestamp":1615452828},"coords":"51.1344116,0.840217","bedrooms":"0","price":"150000","area":"604"} , +{"type":"Feature","id":"n8179696243","geometry":{"type":"Point","coordinates":[-0.1642663,51.4054556]},"properties":{"@type":"node","@id":8179696243,"@timestamp":1606752587},"coords":"51.4054556,-0.1642663","bedrooms":"0","price":"214000","area":"432"} , +{"type":"Feature","id":"n8179785794","geometry":{"type":"Point","coordinates":[0.0180902,51.5558601]},"properties":{"@type":"node","@id":8179785794,"@timestamp":1606747490},"coords":"51.5558601,0.0180902","bedrooms":"2","price":"239000","area":"446"} , +{"type":"Feature","id":"n8179785804","geometry":{"type":"Point","coordinates":[0.0163172,51.5552055]},"properties":{"@type":"node","@id":8179785804,"@timestamp":1606747490},"coords":"51.5552055,0.0163172","bedrooms":"4","price":"233000","area":"581"} , +{"type":"Feature","id":"n8179854103","geometry":{"type":"Point","coordinates":[-0.1659174,51.4033745]},"properties":{"@type":"node","@id":8179854103,"@timestamp":1606747970},"coords":"51.4033745,-0.1659174","bedrooms":"0","price":"256000","area":"374"} , +{"type":"Feature","id":"n8179980091","geometry":{"type":"Point","coordinates":[-0.4298099,51.7436888]},"properties":{"@type":"node","@id":8179980091,"@timestamp":1606751071},"coords":"51.7436888,-0.4298099","bedrooms":"2","price":"264000","area":"643"} , +{"type":"Feature","id":"n8179986200","geometry":{"type":"Point","coordinates":[-0.4366063,51.7470457]},"properties":{"@type":"node","@id":8179986200,"@timestamp":1606751687},"coords":"51.7470457,-0.4366063","bedrooms":"3","price":"238000","area":"361"} , +{"type":"Feature","id":"n8180042281","geometry":{"type":"Point","coordinates":[-0.1657423,51.4058822]},"properties":{"@type":"node","@id":8180042281,"@timestamp":1606752587},"coords":"51.4058822,-0.1657423","bedrooms":"1","price":"176000","area":"394"} , +{"type":"Feature","id":"n8180157767","geometry":{"type":"Point","coordinates":[-0.4174364,51.2576573]},"properties":{"@type":"node","@id":8180157767,"@timestamp":1606755540},"coords":"51.2576573,-0.4174364","bedrooms":"0","price":"158000","area":"434"} , +{"type":"Feature","id":"n8180263232","geometry":{"type":"Point","coordinates":[0.0249573,51.5498993]},"properties":{"@type":"node","@id":8180263232,"@timestamp":1606757752},"coords":"51.5498993,0.0249573","bedrooms":"0","price":"222000","area":"618"} , +{"type":"Feature","id":"n8180281463","geometry":{"type":"Point","coordinates":[-0.4245683,51.749905]},"properties":{"@type":"node","@id":8180281463,"@timestamp":1606758173},"coords":"51.749905,-0.4245683","bedrooms":"2","price":"220000","area":"364"} , +{"type":"Feature","id":"n8180425813","geometry":{"type":"Point","coordinates":[-1.1141385,51.2809703]},"properties":{"@type":"node","@id":8180425813,"@timestamp":1606760032},"coords":"51.2809703,-1.1141385","bedrooms":"3","price":"272000","area":"663"} , +{"type":"Feature","id":"n8180462562","geometry":{"type":"Point","coordinates":[-0.1887083,51.4849341]},"properties":{"@type":"node","@id":8180462562,"@timestamp":1606761686},"coords":"51.4849341,-0.1887083","bedrooms":"0","price":"212000","area":"687"} , +{"type":"Feature","id":"n8180462573","geometry":{"type":"Point","coordinates":[-0.1881273,51.484581]},"properties":{"@type":"node","@id":8180462573,"@timestamp":1606761686},"coords":"51.484581,-0.1881273","bedrooms":"2","price":"232000","area":"353"} , +{"type":"Feature","id":"n8180462583","geometry":{"type":"Point","coordinates":[-0.1875764,51.4842464]},"properties":{"@type":"node","@id":8180462583,"@timestamp":1606761686},"coords":"51.4842464,-0.1875764","bedrooms":"1","price":"235000","area":"529"} , +{"type":"Feature","id":"n8180462593","geometry":{"type":"Point","coordinates":[-0.1871162,51.4839414]},"properties":{"@type":"node","@id":8180462593,"@timestamp":1606761686},"coords":"51.4839414,-0.1871162","bedrooms":"1","price":"260000","area":"649"} , +{"type":"Feature","id":"n8180462603","geometry":{"type":"Point","coordinates":[-0.1866371,51.4835762]},"properties":{"@type":"node","@id":8180462603,"@timestamp":1606761686},"coords":"51.4835762,-0.1866371","bedrooms":"3","price":"205000","area":"376"} , +{"type":"Feature","id":"n8180487493","geometry":{"type":"Point","coordinates":[0.0592163,51.4986826]},"properties":{"@type":"node","@id":8180487493,"@timestamp":1606762106},"coords":"51.4986826,0.0592163","bedrooms":"0","price":"157000","area":"605"} , +{"type":"Feature","id":"n8180633403","geometry":{"type":"Point","coordinates":[-0.4144668,51.7451326]},"properties":{"@type":"node","@id":8180633403,"@timestamp":1606764810},"coords":"51.7451326,-0.4144668","bedrooms":"4","price":"287000","area":"403"} , +{"type":"Feature","id":"n8180633413","geometry":{"type":"Point","coordinates":[-0.4115621,51.7354943]},"properties":{"@type":"node","@id":8180633413,"@timestamp":1606764810},"coords":"51.7354943,-0.4115621","bedrooms":"4","price":"266000","area":"474"} , +{"type":"Feature","id":"n8180680599","geometry":{"type":"Point","coordinates":[0.0263447,51.5466987]},"properties":{"@type":"node","@id":8180680599,"@timestamp":1606765909},"coords":"51.5466987,0.0263447","bedrooms":"0","price":"202000","area":"494"} , +{"type":"Feature","id":"n8180835302","geometry":{"type":"Point","coordinates":[-0.4444439,51.7486414]},"properties":{"@type":"node","@id":8180835302,"@timestamp":1606769970},"coords":"51.7486414,-0.4444439","bedrooms":"0","price":"176000","area":"366"} , +{"type":"Feature","id":"n8180835313","geometry":{"type":"Point","coordinates":[-0.4441985,51.7464666]},"properties":{"@type":"node","@id":8180835313,"@timestamp":1606769970},"coords":"51.7464666,-0.4441985","bedrooms":"3","price":"278000","area":"435"} , +{"type":"Feature","id":"n8181099938","geometry":{"type":"Point","coordinates":[0.4637998,51.7891617]},"properties":{"@type":"node","@id":8181099938,"@timestamp":1613930989},"coords":"51.7891617,0.4637998","bedrooms":"2","price":"266000","area":"546"} , +{"type":"Feature","id":"n8181099951","geometry":{"type":"Point","coordinates":[0.4557783,51.7865477]},"properties":{"@type":"node","@id":8181099951,"@timestamp":1613930992},"coords":"51.7865477,0.4557783","bedrooms":"2","price":"275000","area":"476"} , +{"type":"Feature","id":"n8181204046","geometry":{"type":"Point","coordinates":[0.1455787,50.9645153]},"properties":{"@type":"node","@id":8181204046,"@timestamp":1610296622},"coords":"50.9645153,0.1455787","bedrooms":"4","price":"199000","area":"406"} , +{"type":"Feature","id":"n8181674988","geometry":{"type":"Point","coordinates":[-0.1867046,51.4827367]},"properties":{"@type":"node","@id":8181674988,"@timestamp":1606797264},"coords":"51.4827367,-0.1867046","bedrooms":"4","price":"155000","area":"494"} , +{"type":"Feature","id":"n8181678566","geometry":{"type":"Point","coordinates":[-0.1872846,51.4825622]},"properties":{"@type":"node","@id":8181678566,"@timestamp":1606797264},"coords":"51.4825622,-0.1872846","bedrooms":"3","price":"251000","area":"686"} , +{"type":"Feature","id":"n8181910708","geometry":{"type":"Point","coordinates":[-0.4076311,51.5353149]},"properties":{"@type":"node","@id":8181910708,"@timestamp":1606801337},"coords":"51.5353149,-0.4076311","bedrooms":"4","price":"159000","area":"390"} , +{"type":"Feature","id":"n8181914818","geometry":{"type":"Point","coordinates":[-0.3818241,51.5317053]},"properties":{"@type":"node","@id":8181914818,"@timestamp":1606801337},"coords":"51.5317053,-0.3818241","bedrooms":"0","price":"181000","area":"651"} , +{"type":"Feature","id":"n8181914828","geometry":{"type":"Point","coordinates":[-0.3819728,51.5319998]},"properties":{"@type":"node","@id":8181914828,"@timestamp":1606801337},"coords":"51.5319998,-0.3819728","bedrooms":"4","price":"184000","area":"684"} , +{"type":"Feature","id":"n8181914838","geometry":{"type":"Point","coordinates":[-0.3816706,51.53206]},"properties":{"@type":"node","@id":8181914838,"@timestamp":1606801337},"coords":"51.53206,-0.3816706","bedrooms":"1","price":"215000","area":"540"} , +{"type":"Feature","id":"n8181914848","geometry":{"type":"Point","coordinates":[-0.3835003,51.5414692]},"properties":{"@type":"node","@id":8181914848,"@timestamp":1606801337},"coords":"51.5414692,-0.3835003","bedrooms":"3","price":"188000","area":"665"} , +{"type":"Feature","id":"n8181914858","geometry":{"type":"Point","coordinates":[-0.3879047,51.5427547]},"properties":{"@type":"node","@id":8181914858,"@timestamp":1606801337},"coords":"51.5427547,-0.3879047","bedrooms":"1","price":"195000","area":"598"} , +{"type":"Feature","id":"n8181914868","geometry":{"type":"Point","coordinates":[-0.3996739,51.5360199]},"properties":{"@type":"node","@id":8181914868,"@timestamp":1606801337},"coords":"51.5360199,-0.3996739","bedrooms":"0","price":"158000","area":"591"} , +{"type":"Feature","id":"n8181914878","geometry":{"type":"Point","coordinates":[-0.4065293,51.5345607]},"properties":{"@type":"node","@id":8181914878,"@timestamp":1606801337},"coords":"51.5345607,-0.4065293","bedrooms":"1","price":"153000","area":"409"} , +{"type":"Feature","id":"n8181914888","geometry":{"type":"Point","coordinates":[-0.3822262,51.5309737]},"properties":{"@type":"node","@id":8181914888,"@timestamp":1606801337},"coords":"51.5309737,-0.3822262","bedrooms":"1","price":"154000","area":"367"} , +{"type":"Feature","id":"n8181914898","geometry":{"type":"Point","coordinates":[-0.381411,51.5309834]},"properties":{"@type":"node","@id":8181914898,"@timestamp":1606801337},"coords":"51.5309834,-0.381411","bedrooms":"1","price":"227000","area":"632"} , +{"type":"Feature","id":"n8181914908","geometry":{"type":"Point","coordinates":[-0.3878788,51.5426899]},"properties":{"@type":"node","@id":8181914908,"@timestamp":1606801337},"coords":"51.5426899,-0.3878788","bedrooms":"4","price":"265000","area":"575"} , +{"type":"Feature","id":"n8182606867","geometry":{"type":"Point","coordinates":[-0.1885424,51.4820769]},"properties":{"@type":"node","@id":8182606867,"@timestamp":1606815246},"coords":"51.4820769,-0.1885424","bedrooms":"4","price":"240000","area":"657"} , +{"type":"Feature","id":"n8182606895","geometry":{"type":"Point","coordinates":[-0.1885397,51.4818733]},"properties":{"@type":"node","@id":8182606895,"@timestamp":1606815246},"coords":"51.4818733,-0.1885397","bedrooms":"4","price":"297000","area":"502"} , +{"type":"Feature","id":"n8182682378","geometry":{"type":"Point","coordinates":[-0.188285,51.4817394]},"properties":{"@type":"node","@id":8182682378,"@timestamp":1606815246},"coords":"51.4817394,-0.188285","bedrooms":"4","price":"286000","area":"526"} , +{"type":"Feature","id":"n8183358993","geometry":{"type":"Point","coordinates":[-0.203573,51.5085648]},"properties":{"@type":"node","@id":8183358993,"@timestamp":1606819232},"coords":"51.5085648,-0.203573","bedrooms":"2","price":"200000","area":"491"} , +{"type":"Feature","id":"n8184059773","geometry":{"type":"Point","coordinates":[0.0456339,51.5079394]},"properties":{"@type":"node","@id":8184059773,"@timestamp":1606826205},"coords":"51.5079394,0.0456339","bedrooms":"0","price":"272000","area":"572"} , +{"type":"Feature","id":"n8184081923","geometry":{"type":"Point","coordinates":[0.039705,51.5074625]},"properties":{"@type":"node","@id":8184081923,"@timestamp":1606826205},"coords":"51.5074625,0.039705","bedrooms":"4","price":"276000","area":"668"} , +{"type":"Feature","id":"n8184081933","geometry":{"type":"Point","coordinates":[0.0395907,51.5084305]},"properties":{"@type":"node","@id":8184081933,"@timestamp":1606826205},"coords":"51.5084305,0.0395907","bedrooms":"2","price":"273000","area":"468"} , +{"type":"Feature","id":"n8184300979","geometry":{"type":"Point","coordinates":[-0.3493272,51.6652754]},"properties":{"@type":"node","@id":8184300979,"@timestamp":1606832370},"coords":"51.6652754,-0.3493272","bedrooms":"1","price":"190000","area":"546"} , +{"type":"Feature","id":"n8184735821","geometry":{"type":"Point","coordinates":[0.2663157,51.6339597]},"properties":{"@type":"node","@id":8184735821,"@timestamp":1606841801},"coords":"51.6339597,0.2663157","bedrooms":"4","price":"204000","area":"692"} , +{"type":"Feature","id":"n8184833294","geometry":{"type":"Point","coordinates":[0.0249138,51.5502736]},"properties":{"@type":"node","@id":8184833294,"@timestamp":1606844363},"coords":"51.5502736,0.0249138","bedrooms":"1","price":"231000","area":"562"} , +{"type":"Feature","id":"n8184833308","geometry":{"type":"Point","coordinates":[0.0249503,51.5491404]},"properties":{"@type":"node","@id":8184833308,"@timestamp":1628856559},"coords":"51.5491404,0.0249503","bedrooms":"0","price":"150000","area":"502"} , +{"type":"Feature","id":"n8184847073","geometry":{"type":"Point","coordinates":[0.0248829,51.5495559]},"properties":{"@type":"node","@id":8184847073,"@timestamp":1606844363},"coords":"51.5495559,0.0248829","bedrooms":"0","price":"268000","area":"436"} , +{"type":"Feature","id":"n8184921944","geometry":{"type":"Point","coordinates":[0.2742647,51.6334327]},"properties":{"@type":"node","@id":8184921944,"@timestamp":1606846407},"coords":"51.6334327,0.2742647","bedrooms":"2","price":"236000","area":"472"} , +{"type":"Feature","id":"n8185162166","geometry":{"type":"Point","coordinates":[-0.502702,51.7383055]},"properties":{"@type":"node","@id":8185162166,"@timestamp":1606852779},"coords":"51.7383055,-0.502702","bedrooms":"4","price":"237000","area":"620"} , +{"type":"Feature","id":"n8185233197","geometry":{"type":"Point","coordinates":[-0.279794,51.5846645]},"properties":{"@type":"node","@id":8185233197,"@timestamp":1606854591},"coords":"51.5846645,-0.279794","bedrooms":"3","price":"298000","area":"648"} , +{"type":"Feature","id":"n8185449803","geometry":{"type":"Point","coordinates":[0.0225582,51.5418865]},"properties":{"@type":"node","@id":8185449803,"@timestamp":1606860245},"coords":"51.5418865,0.0225582","bedrooms":"3","price":"288000","area":"414"} , +{"type":"Feature","id":"n8185462412","geometry":{"type":"Point","coordinates":[-0.4641639,51.7376504]},"properties":{"@type":"node","@id":8185462412,"@timestamp":1606860460},"coords":"51.7376504,-0.4641639","bedrooms":"4","price":"206000","area":"428"} , +{"type":"Feature","id":"n8185591493","geometry":{"type":"Point","coordinates":[-0.4652134,51.7428042]},"properties":{"@type":"node","@id":8185591493,"@timestamp":1634154445},"coords":"51.7428042,-0.4652134","bedrooms":"4","price":"275000","area":"625"} , +{"type":"Feature","id":"n8185759858","geometry":{"type":"Point","coordinates":[0.3102919,51.8393034]},"properties":{"@type":"node","@id":8185759858,"@timestamp":1606871558},"coords":"51.8393034,0.3102919","bedrooms":"4","price":"217000","area":"497"} , +{"type":"Feature","id":"n8186112400","geometry":{"type":"Point","coordinates":[0.3054219,51.2911957]},"properties":{"@type":"node","@id":8186112400,"@timestamp":1606887268},"coords":"51.2911957,0.3054219","bedrooms":"4","price":"210000","area":"475"} , +{"type":"Feature","id":"n8186413172","geometry":{"type":"Point","coordinates":[-0.368147,51.5495184]},"properties":{"@type":"node","@id":8186413172,"@timestamp":1606896054},"coords":"51.5495184,-0.368147","bedrooms":"4","price":"270000","area":"438"} , +{"type":"Feature","id":"n8186413191","geometry":{"type":"Point","coordinates":[-0.3939377,51.5340571]},"properties":{"@type":"node","@id":8186413191,"@timestamp":1606896054},"coords":"51.5340571,-0.3939377","bedrooms":"1","price":"245000","area":"520"} , +{"type":"Feature","id":"n8186413201","geometry":{"type":"Point","coordinates":[-0.369909,51.5512963]},"properties":{"@type":"node","@id":8186413201,"@timestamp":1606896054},"coords":"51.5512963,-0.369909","bedrooms":"2","price":"162000","area":"360"} , +{"type":"Feature","id":"n8186413213","geometry":{"type":"Point","coordinates":[-0.394329,51.5339482]},"properties":{"@type":"node","@id":8186413213,"@timestamp":1606896054},"coords":"51.5339482,-0.394329","bedrooms":"4","price":"279000","area":"524"} , +{"type":"Feature","id":"n8186438132","geometry":{"type":"Point","coordinates":[-0.3681773,51.5553911]},"properties":{"@type":"node","@id":8186438132,"@timestamp":1606896054},"coords":"51.5553911,-0.3681773","bedrooms":"3","price":"202000","area":"512"} , +{"type":"Feature","id":"n8186438150","geometry":{"type":"Point","coordinates":[-0.3699783,51.5537891]},"properties":{"@type":"node","@id":8186438150,"@timestamp":1606896054},"coords":"51.5537891,-0.3699783","bedrooms":"4","price":"161000","area":"594"} , +{"type":"Feature","id":"n8186438167","geometry":{"type":"Point","coordinates":[-0.3709133,51.5535242]},"properties":{"@type":"node","@id":8186438167,"@timestamp":1606896054},"coords":"51.5535242,-0.3709133","bedrooms":"3","price":"241000","area":"633"} , +{"type":"Feature","id":"n8186438182","geometry":{"type":"Point","coordinates":[-0.3709408,51.5493994]},"properties":{"@type":"node","@id":8186438182,"@timestamp":1606896054},"coords":"51.5493994,-0.3709408","bedrooms":"1","price":"176000","area":"541"} , +{"type":"Feature","id":"n8186438201","geometry":{"type":"Point","coordinates":[-0.3680717,51.549526]},"properties":{"@type":"node","@id":8186438201,"@timestamp":1606896054},"coords":"51.549526,-0.3680717","bedrooms":"1","price":"210000","area":"688"} , +{"type":"Feature","id":"n8186438216","geometry":{"type":"Point","coordinates":[-0.3706854,51.5492985]},"properties":{"@type":"node","@id":8186438216,"@timestamp":1606896054},"coords":"51.5492985,-0.3706854","bedrooms":"0","price":"288000","area":"567"} , +{"type":"Feature","id":"n8186438232","geometry":{"type":"Point","coordinates":[-0.3940681,51.534142]},"properties":{"@type":"node","@id":8186438232,"@timestamp":1606896054},"coords":"51.534142,-0.3940681","bedrooms":"2","price":"201000","area":"693"} , +{"type":"Feature","id":"n8186438247","geometry":{"type":"Point","coordinates":[-0.3629535,51.5525145]},"properties":{"@type":"node","@id":8186438247,"@timestamp":1606896054},"coords":"51.5525145,-0.3629535","bedrooms":"2","price":"215000","area":"370"} , +{"type":"Feature","id":"n8186438264","geometry":{"type":"Point","coordinates":[-0.3917301,51.5310246]},"properties":{"@type":"node","@id":8186438264,"@timestamp":1606896054},"coords":"51.5310246,-0.3917301","bedrooms":"4","price":"284000","area":"639"} , +{"type":"Feature","id":"n8186465589","geometry":{"type":"Point","coordinates":[0.5040598,51.0364712]},"properties":{"@type":"node","@id":8186465589,"@timestamp":1606896820},"coords":"51.0364712,0.5040598","bedrooms":"2","price":"245000","area":"375"} , +{"type":"Feature","id":"n8186595383","geometry":{"type":"Point","coordinates":[0.0007443,51.5387973]},"properties":{"@type":"node","@id":8186595383,"@timestamp":1616952774},"coords":"51.5387973,0.0007443","bedrooms":"0","price":"160000","area":"556"} , +{"type":"Feature","id":"n8186595393","geometry":{"type":"Point","coordinates":[0.0012137,51.5389112]},"properties":{"@type":"node","@id":8186595393,"@timestamp":1616952774},"coords":"51.5389112,0.0012137","bedrooms":"2","price":"297000","area":"597"} , +{"type":"Feature","id":"n8186595403","geometry":{"type":"Point","coordinates":[0.0012117,51.5387746]},"properties":{"@type":"node","@id":8186595403,"@timestamp":1606899832},"coords":"51.5387746,0.0012117","bedrooms":"1","price":"276000","area":"590"} , +{"type":"Feature","id":"n8186595413","geometry":{"type":"Point","coordinates":[0.0004271,51.5373957]},"properties":{"@type":"node","@id":8186595413,"@timestamp":1606899832},"coords":"51.5373957,0.0004271","bedrooms":"2","price":"258000","area":"599"} , +{"type":"Feature","id":"n8186596869","geometry":{"type":"Point","coordinates":[0.0004037,51.538307]},"properties":{"@type":"node","@id":8186596869,"@timestamp":1606899832},"coords":"51.538307,0.0004037","bedrooms":"1","price":"207000","area":"629"} , +{"type":"Feature","id":"n8186596879","geometry":{"type":"Point","coordinates":[0.0019312,51.5387641]},"properties":{"@type":"node","@id":8186596879,"@timestamp":1606899832},"coords":"51.5387641,0.0019312","bedrooms":"1","price":"232000","area":"680"} , +{"type":"Feature","id":"n8186885065","geometry":{"type":"Point","coordinates":[0.3206985,51.681168]},"properties":{"@type":"node","@id":8186885065,"@timestamp":1606906310},"coords":"51.681168,0.3206985","bedrooms":"1","price":"152000","area":"404"} , +{"type":"Feature","id":"n8186892210","geometry":{"type":"Point","coordinates":[-0.4344387,51.7432088]},"properties":{"@type":"node","@id":8186892210,"@timestamp":1606907189},"coords":"51.7432088,-0.4344387","bedrooms":"4","price":"257000","area":"544"} , +{"type":"Feature","id":"n8186932255","geometry":{"type":"Point","coordinates":[-0.2777258,51.475681]},"properties":{"@type":"node","@id":8186932255,"@timestamp":1606907192},"coords":"51.475681,-0.2777258","bedrooms":"2","price":"245000","area":"632"} , +{"type":"Feature","id":"n8186932265","geometry":{"type":"Point","coordinates":[-0.2768091,51.4761788]},"properties":{"@type":"node","@id":8186932265,"@timestamp":1606907192},"coords":"51.4761788,-0.2768091","bedrooms":"4","price":"274000","area":"603"} , +{"type":"Feature","id":"n8186949954","geometry":{"type":"Point","coordinates":[-0.4326641,51.7438796]},"properties":{"@type":"node","@id":8186949954,"@timestamp":1606907603},"coords":"51.7438796,-0.4326641","bedrooms":"2","price":"232000","area":"698"} , +{"type":"Feature","id":"n8187699083","geometry":{"type":"Point","coordinates":[-0.4493769,51.7382573]},"properties":{"@type":"node","@id":8187699083,"@timestamp":1606921428},"coords":"51.7382573,-0.4493769","bedrooms":"0","price":"245000","area":"446"} , +{"type":"Feature","id":"n8187891149","geometry":{"type":"Point","coordinates":[-0.3435862,51.5327118]},"properties":{"@type":"node","@id":8187891149,"@timestamp":1606925791},"coords":"51.5327118,-0.3435862","bedrooms":"2","price":"277000","area":"541"} , +{"type":"Feature","id":"n8187891159","geometry":{"type":"Point","coordinates":[-0.349252,51.5371856]},"properties":{"@type":"node","@id":8187891159,"@timestamp":1606925791},"coords":"51.5371856,-0.349252","bedrooms":"1","price":"229000","area":"684"} , +{"type":"Feature","id":"n8187891169","geometry":{"type":"Point","coordinates":[-0.3491347,51.53716]},"properties":{"@type":"node","@id":8187891169,"@timestamp":1606925791},"coords":"51.53716,-0.3491347","bedrooms":"2","price":"165000","area":"400"} , +{"type":"Feature","id":"n8187891179","geometry":{"type":"Point","coordinates":[-0.3490145,51.5291216]},"properties":{"@type":"node","@id":8187891179,"@timestamp":1606925791},"coords":"51.5291216,-0.3490145","bedrooms":"4","price":"179000","area":"648"} , +{"type":"Feature","id":"n8187891189","geometry":{"type":"Point","coordinates":[-0.3570997,51.5447107]},"properties":{"@type":"node","@id":8187891189,"@timestamp":1606925791},"coords":"51.5447107,-0.3570997","bedrooms":"0","price":"204000","area":"371"} , +{"type":"Feature","id":"n8187891199","geometry":{"type":"Point","coordinates":[-0.3575726,51.5447706]},"properties":{"@type":"node","@id":8187891199,"@timestamp":1606925791},"coords":"51.5447706,-0.3575726","bedrooms":"1","price":"257000","area":"537"} , +{"type":"Feature","id":"n8187891209","geometry":{"type":"Point","coordinates":[-0.3438034,51.5329843]},"properties":{"@type":"node","@id":8187891209,"@timestamp":1606925791},"coords":"51.5329843,-0.3438034","bedrooms":"1","price":"196000","area":"544"} , +{"type":"Feature","id":"n8187906319","geometry":{"type":"Point","coordinates":[-0.3392619,51.5343469]},"properties":{"@type":"node","@id":8187906319,"@timestamp":1606925791},"coords":"51.5343469,-0.3392619","bedrooms":"4","price":"292000","area":"618"} , +{"type":"Feature","id":"n8187906329","geometry":{"type":"Point","coordinates":[-0.3442478,51.5333799]},"properties":{"@type":"node","@id":8187906329,"@timestamp":1606925791},"coords":"51.5333799,-0.3442478","bedrooms":"1","price":"288000","area":"569"} , +{"type":"Feature","id":"n8187906339","geometry":{"type":"Point","coordinates":[-0.3572841,51.5446565]},"properties":{"@type":"node","@id":8187906339,"@timestamp":1606925791},"coords":"51.5446565,-0.3572841","bedrooms":"4","price":"258000","area":"699"} , +{"type":"Feature","id":"n8188169504","geometry":{"type":"Point","coordinates":[-0.4655727,51.7399807]},"properties":{"@type":"node","@id":8188169504,"@timestamp":1606932488},"coords":"51.7399807,-0.4655727","bedrooms":"2","price":"267000","area":"548"} , +{"type":"Feature","id":"n8188199917","geometry":{"type":"Point","coordinates":[-0.4577876,51.74129]},"properties":{"@type":"node","@id":8188199917,"@timestamp":1606932488},"coords":"51.74129,-0.4577876","bedrooms":"3","price":"189000","area":"353"} , +{"type":"Feature","id":"n8188405898","geometry":{"type":"Point","coordinates":[-0.457393,51.7356297]},"properties":{"@type":"node","@id":8188405898,"@timestamp":1606939365},"coords":"51.7356297,-0.457393","bedrooms":"0","price":"293000","area":"507"} , +{"type":"Feature","id":"n8188405915","geometry":{"type":"Point","coordinates":[-0.4533365,51.7362524]},"properties":{"@type":"node","@id":8188405915,"@timestamp":1606939365},"coords":"51.7362524,-0.4533365","bedrooms":"2","price":"275000","area":"360"} , +{"type":"Feature","id":"n8188408372","geometry":{"type":"Point","coordinates":[-0.3633049,51.518303]},"properties":{"@type":"node","@id":8188408372,"@timestamp":1606938334},"coords":"51.518303,-0.3633049","bedrooms":"3","price":"232000","area":"629"} , +{"type":"Feature","id":"n8188408384","geometry":{"type":"Point","coordinates":[-0.3551464,51.5249493]},"properties":{"@type":"node","@id":8188408384,"@timestamp":1606938334},"coords":"51.5249493,-0.3551464","bedrooms":"0","price":"287000","area":"605"} , +{"type":"Feature","id":"n8188408394","geometry":{"type":"Point","coordinates":[-0.363189,51.5196815]},"properties":{"@type":"node","@id":8188408394,"@timestamp":1606938334},"coords":"51.5196815,-0.363189","bedrooms":"1","price":"294000","area":"395"} , +{"type":"Feature","id":"n8188408404","geometry":{"type":"Point","coordinates":[-0.3512158,51.5096812]},"properties":{"@type":"node","@id":8188408404,"@timestamp":1606938334},"coords":"51.5096812,-0.3512158","bedrooms":"0","price":"239000","area":"385"} , +{"type":"Feature","id":"n8188408414","geometry":{"type":"Point","coordinates":[-0.3632729,51.51834]},"properties":{"@type":"node","@id":8188408414,"@timestamp":1606938334},"coords":"51.51834,-0.3632729","bedrooms":"0","price":"274000","area":"518"} , +{"type":"Feature","id":"n8188418024","geometry":{"type":"Point","coordinates":[-0.3407983,51.5228492]},"properties":{"@type":"node","@id":8188418024,"@timestamp":1606938334},"coords":"51.5228492,-0.3407983","bedrooms":"2","price":"256000","area":"417"} , +{"type":"Feature","id":"n8188418034","geometry":{"type":"Point","coordinates":[-0.3514782,51.5243612]},"properties":{"@type":"node","@id":8188418034,"@timestamp":1606938334},"coords":"51.5243612,-0.3514782","bedrooms":"4","price":"177000","area":"546"} , +{"type":"Feature","id":"n8188418044","geometry":{"type":"Point","coordinates":[-0.3519095,51.5238296]},"properties":{"@type":"node","@id":8188418044,"@timestamp":1606938334},"coords":"51.5238296,-0.3519095","bedrooms":"4","price":"152000","area":"688"} , +{"type":"Feature","id":"n8188418055","geometry":{"type":"Point","coordinates":[-0.3518157,51.5237645]},"properties":{"@type":"node","@id":8188418055,"@timestamp":1606938334},"coords":"51.5237645,-0.3518157","bedrooms":"3","price":"263000","area":"602"} , +{"type":"Feature","id":"n8188418066","geometry":{"type":"Point","coordinates":[-0.3511959,51.5096308]},"properties":{"@type":"node","@id":8188418066,"@timestamp":1606938334},"coords":"51.5096308,-0.3511959","bedrooms":"3","price":"279000","area":"585"} , +{"type":"Feature","id":"n8188453816","geometry":{"type":"Point","coordinates":[-0.4540575,51.7423209]},"properties":{"@type":"node","@id":8188453816,"@timestamp":1606941888},"coords":"51.7423209,-0.4540575","bedrooms":"2","price":"277000","area":"441"} , +{"type":"Feature","id":"n8188570721","geometry":{"type":"Point","coordinates":[-0.4531885,51.7428006]},"properties":{"@type":"node","@id":8188570721,"@timestamp":1606941888},"coords":"51.7428006,-0.4531885","bedrooms":"3","price":"260000","area":"532"} , +{"type":"Feature","id":"n8188815045","geometry":{"type":"Point","coordinates":[0.1220943,51.5476899]},"properties":{"@type":"node","@id":8188815045,"@timestamp":1606945767},"coords":"51.5476899,0.1220943","bedrooms":"4","price":"223000","area":"516"} , +{"type":"Feature","id":"n8188938730","geometry":{"type":"Point","coordinates":[-0.4843259,51.7428846]},"properties":{"@type":"node","@id":8188938730,"@timestamp":1606948978},"coords":"51.7428846,-0.4843259","bedrooms":"1","price":"280000","area":"632"} , +{"type":"Feature","id":"n8188946984","geometry":{"type":"Point","coordinates":[-0.4096535,51.4573012]},"properties":{"@type":"node","@id":8188946984,"@timestamp":1606949699},"coords":"51.4573012,-0.4096535","bedrooms":"2","price":"230000","area":"444"} , +{"type":"Feature","id":"n8189080073","geometry":{"type":"Point","coordinates":[-0.4122198,51.6041271]},"properties":{"@type":"node","@id":8189080073,"@timestamp":1606956293},"coords":"51.6041271,-0.4122198","bedrooms":"4","price":"212000","area":"683"} , +{"type":"Feature","id":"n8189218132","geometry":{"type":"Point","coordinates":[-0.2028905,51.1903782]},"properties":{"@type":"node","@id":8189218132,"@timestamp":1626684708},"coords":"51.1903782,-0.2028905","bedrooms":"1","price":"226000","area":"487"} , +{"type":"Feature","id":"n8189631856","geometry":{"type":"Point","coordinates":[-1.1063987,51.4768541]},"properties":{"@type":"node","@id":8189631856,"@timestamp":1606978403},"coords":"51.4768541,-1.1063987","bedrooms":"2","price":"199000","area":"371"} , +{"type":"Feature","id":"n8189844178","geometry":{"type":"Point","coordinates":[-0.8375534,51.4620888]},"properties":{"@type":"node","@id":8189844178,"@timestamp":1606983519},"coords":"51.4620888,-0.8375534","bedrooms":"4","price":"273000","area":"559"} , +{"type":"Feature","id":"n8190156087","geometry":{"type":"Point","coordinates":[-0.1847354,51.4812472]},"properties":{"@type":"node","@id":8190156087,"@timestamp":1606989735},"coords":"51.4812472,-0.1847354","bedrooms":"0","price":"216000","area":"366"} , +{"type":"Feature","id":"n8190303145","geometry":{"type":"Point","coordinates":[-0.9570594,51.0519874]},"properties":{"@type":"node","@id":8190303145,"@timestamp":1606992878},"coords":"51.0519874,-0.9570594","bedrooms":"3","price":"284000","area":"561"} , +{"type":"Feature","id":"n8190469865","geometry":{"type":"Point","coordinates":[0.2069914,51.4266881]},"properties":{"@type":"node","@id":8190469865,"@timestamp":1606996505},"coords":"51.4266881,0.2069914","bedrooms":"3","price":"154000","area":"400"} , +{"type":"Feature","id":"n8190822794","geometry":{"type":"Point","coordinates":[-0.1741188,51.6027553]},"properties":{"@type":"node","@id":8190822794,"@timestamp":1607003075},"coords":"51.6027553,-0.1741188","bedrooms":"4","price":"248000","area":"403"} , +{"type":"Feature","id":"n8190850426","geometry":{"type":"Point","coordinates":[-0.1738434,51.6023798]},"properties":{"@type":"node","@id":8190850426,"@timestamp":1607003075},"coords":"51.6023798,-0.1738434","bedrooms":"2","price":"223000","area":"653"} , +{"type":"Feature","id":"n8190850463","geometry":{"type":"Point","coordinates":[-0.1749437,51.6074488]},"properties":{"@type":"node","@id":8190850463,"@timestamp":1607003075},"coords":"51.6074488,-0.1749437","bedrooms":"2","price":"218000","area":"451"} , +{"type":"Feature","id":"n8191078809","geometry":{"type":"Point","coordinates":[-0.560967,51.5872546]},"properties":{"@type":"node","@id":8191078809,"@timestamp":1607007622},"coords":"51.5872546,-0.560967","bedrooms":"0","price":"188000","area":"669"} , +{"type":"Feature","id":"n8191256931","geometry":{"type":"Point","coordinates":[-0.466449,51.7453187]},"properties":{"@type":"node","@id":8191256931,"@timestamp":1607011435},"coords":"51.7453187,-0.466449","bedrooms":"3","price":"228000","area":"571"} , +{"type":"Feature","id":"n8191256956","geometry":{"type":"Point","coordinates":[-0.4688669,51.7432074]},"properties":{"@type":"node","@id":8191256956,"@timestamp":1607011435},"coords":"51.7432074,-0.4688669","bedrooms":"4","price":"191000","area":"692"} , +{"type":"Feature","id":"n8191336589","geometry":{"type":"Point","coordinates":[-0.4631283,51.7471432]},"properties":{"@type":"node","@id":8191336589,"@timestamp":1634154445},"coords":"51.7471432,-0.4631283","bedrooms":"4","price":"171000","area":"401"} , +{"type":"Feature","id":"n8191403592","geometry":{"type":"Point","coordinates":[0.0769756,51.5058849]},"properties":{"@type":"node","@id":8191403592,"@timestamp":1607015673},"coords":"51.5058849,0.0769756","bedrooms":"2","price":"174000","area":"516"} , +{"type":"Feature","id":"n8191403602","geometry":{"type":"Point","coordinates":[0.076964,51.5057551]},"properties":{"@type":"node","@id":8191403602,"@timestamp":1607015673},"coords":"51.5057551,0.076964","bedrooms":"0","price":"240000","area":"544"} , +{"type":"Feature","id":"n8191403612","geometry":{"type":"Point","coordinates":[0.0769837,51.5059758]},"properties":{"@type":"node","@id":8191403612,"@timestamp":1607015673},"coords":"51.5059758,0.0769837","bedrooms":"3","price":"294000","area":"549"} , +{"type":"Feature","id":"n8191492819","geometry":{"type":"Point","coordinates":[0.076297,51.5056137]},"properties":{"@type":"node","@id":8191492819,"@timestamp":1607015673},"coords":"51.5056137,0.076297","bedrooms":"4","price":"226000","area":"597"} , +{"type":"Feature","id":"n8191636256","geometry":{"type":"Point","coordinates":[-0.1854999,51.4831643]},"properties":{"@type":"node","@id":8191636256,"@timestamp":1618344223},"coords":"51.4831643,-0.1854999","bedrooms":"4","price":"276000","area":"589"} , +{"type":"Feature","id":"n8191636296","geometry":{"type":"Point","coordinates":[-0.184677,51.4817757]},"properties":{"@type":"node","@id":8191636296,"@timestamp":1607018959},"coords":"51.4817757,-0.184677","bedrooms":"0","price":"161000","area":"562"} , +{"type":"Feature","id":"n8191691511","geometry":{"type":"Point","coordinates":[-0.2269176,51.9726912]},"properties":{"@type":"node","@id":8191691511,"@timestamp":1607021102},"coords":"51.9726912,-0.2269176","bedrooms":"0","price":"161000","area":"565"} , +{"type":"Feature","id":"n8191725214","geometry":{"type":"Point","coordinates":[0.2050093,51.4256144]},"properties":{"@type":"node","@id":8191725214,"@timestamp":1607022631},"coords":"51.4256144,0.2050093","bedrooms":"1","price":"169000","area":"360"} , +{"type":"Feature","id":"n8191858882","geometry":{"type":"Point","coordinates":[-0.3687841,51.5014777]},"properties":{"@type":"node","@id":8191858882,"@timestamp":1607025192},"coords":"51.5014777,-0.3687841","bedrooms":"1","price":"245000","area":"679"} , +{"type":"Feature","id":"n8191858892","geometry":{"type":"Point","coordinates":[-0.3670623,51.5022232]},"properties":{"@type":"node","@id":8191858892,"@timestamp":1607025192},"coords":"51.5022232,-0.3670623","bedrooms":"3","price":"194000","area":"592"} , +{"type":"Feature","id":"n8191858902","geometry":{"type":"Point","coordinates":[-0.3693637,51.5007439]},"properties":{"@type":"node","@id":8191858902,"@timestamp":1607025192},"coords":"51.5007439,-0.3693637","bedrooms":"4","price":"171000","area":"452"} , +{"type":"Feature","id":"n8191858912","geometry":{"type":"Point","coordinates":[-0.3688454,51.5017232]},"properties":{"@type":"node","@id":8191858912,"@timestamp":1607025192},"coords":"51.5017232,-0.3688454","bedrooms":"3","price":"181000","area":"424"} , +{"type":"Feature","id":"n8191876322","geometry":{"type":"Point","coordinates":[-0.3674021,51.5025418]},"properties":{"@type":"node","@id":8191876322,"@timestamp":1607025192},"coords":"51.5025418,-0.3674021","bedrooms":"1","price":"285000","area":"579"} , +{"type":"Feature","id":"n8191876332","geometry":{"type":"Point","coordinates":[-0.3680949,51.5025097]},"properties":{"@type":"node","@id":8191876332,"@timestamp":1607025192},"coords":"51.5025097,-0.3680949","bedrooms":"0","price":"203000","area":"620"} , +{"type":"Feature","id":"n8191876342","geometry":{"type":"Point","coordinates":[-0.3676352,51.502852]},"properties":{"@type":"node","@id":8191876342,"@timestamp":1607025192},"coords":"51.502852,-0.3676352","bedrooms":"2","price":"154000","area":"626"} , +{"type":"Feature","id":"n8191876352","geometry":{"type":"Point","coordinates":[-0.3675245,51.5025389]},"properties":{"@type":"node","@id":8191876352,"@timestamp":1607025192},"coords":"51.5025389,-0.3675245","bedrooms":"2","price":"266000","area":"356"} , +{"type":"Feature","id":"n8191876362","geometry":{"type":"Point","coordinates":[-0.3672057,51.5026582]},"properties":{"@type":"node","@id":8191876362,"@timestamp":1607025192},"coords":"51.5026582,-0.3672057","bedrooms":"2","price":"296000","area":"413"} , +{"type":"Feature","id":"n8191876372","geometry":{"type":"Point","coordinates":[-0.3670995,51.5022976]},"properties":{"@type":"node","@id":8191876372,"@timestamp":1607025192},"coords":"51.5022976,-0.3670995","bedrooms":"1","price":"174000","area":"608"} , +{"type":"Feature","id":"n8191876382","geometry":{"type":"Point","coordinates":[-0.368045,51.5015912]},"properties":{"@type":"node","@id":8191876382,"@timestamp":1607025192},"coords":"51.5015912,-0.368045","bedrooms":"2","price":"286000","area":"508"} , +{"type":"Feature","id":"n8191876392","geometry":{"type":"Point","coordinates":[-0.3678569,51.5025176]},"properties":{"@type":"node","@id":8191876392,"@timestamp":1607025192},"coords":"51.5025176,-0.3678569","bedrooms":"3","price":"162000","area":"452"} , +{"type":"Feature","id":"n8191876402","geometry":{"type":"Point","coordinates":[-0.3607637,51.5019481]},"properties":{"@type":"node","@id":8191876402,"@timestamp":1607025192},"coords":"51.5019481,-0.3607637","bedrooms":"2","price":"157000","area":"539"} , +{"type":"Feature","id":"n8191876412","geometry":{"type":"Point","coordinates":[-0.3679561,51.5028369]},"properties":{"@type":"node","@id":8191876412,"@timestamp":1607025192},"coords":"51.5028369,-0.3679561","bedrooms":"0","price":"276000","area":"501"} , +{"type":"Feature","id":"n8191876422","geometry":{"type":"Point","coordinates":[-0.3740637,51.4968653]},"properties":{"@type":"node","@id":8191876422,"@timestamp":1607025192},"coords":"51.4968653,-0.3740637","bedrooms":"4","price":"218000","area":"503"} , +{"type":"Feature","id":"n8191876432","geometry":{"type":"Point","coordinates":[-0.3679333,51.5011483]},"properties":{"@type":"node","@id":8191876432,"@timestamp":1607025192},"coords":"51.5011483,-0.3679333","bedrooms":"3","price":"278000","area":"497"} , +{"type":"Feature","id":"n8191876442","geometry":{"type":"Point","coordinates":[-0.3680723,51.5016777]},"properties":{"@type":"node","@id":8191876442,"@timestamp":1607025192},"coords":"51.5016777,-0.3680723","bedrooms":"3","price":"190000","area":"665"} , +{"type":"Feature","id":"n8191876452","geometry":{"type":"Point","coordinates":[-0.3611996,51.501826]},"properties":{"@type":"node","@id":8191876452,"@timestamp":1607025192},"coords":"51.501826,-0.3611996","bedrooms":"4","price":"226000","area":"436"} , +{"type":"Feature","id":"n8192533138","geometry":{"type":"Point","coordinates":[-0.8263118,51.1977495]},"properties":{"@type":"node","@id":8192533138,"@timestamp":1607050919},"coords":"51.1977495,-0.8263118","bedrooms":"4","price":"192000","area":"468"} , +{"type":"Feature","id":"n8192728946","geometry":{"type":"Point","coordinates":[-1.0379915,51.3512349]},"properties":{"@type":"node","@id":8192728946,"@timestamp":1607057101},"coords":"51.3512349,-1.0379915","bedrooms":"1","price":"253000","area":"435"} , +{"type":"Feature","id":"n8193090713","geometry":{"type":"Point","coordinates":[-0.831713,51.3260427]},"properties":{"@type":"node","@id":8193090713,"@timestamp":1607065047},"coords":"51.3260427,-0.831713","bedrooms":"3","price":"163000","area":"414"} , +{"type":"Feature","id":"n8193135630","geometry":{"type":"Point","coordinates":[-0.3808747,51.4963538]},"properties":{"@type":"node","@id":8193135630,"@timestamp":1607066258},"coords":"51.4963538,-0.3808747","bedrooms":"3","price":"187000","area":"478"} , +{"type":"Feature","id":"n8193135640","geometry":{"type":"Point","coordinates":[-0.3784681,51.5040654]},"properties":{"@type":"node","@id":8193135640,"@timestamp":1607066258},"coords":"51.5040654,-0.3784681","bedrooms":"4","price":"249000","area":"446"} , +{"type":"Feature","id":"n8193135650","geometry":{"type":"Point","coordinates":[-0.3784782,51.5041701]},"properties":{"@type":"node","@id":8193135650,"@timestamp":1607066258},"coords":"51.5041701,-0.3784782","bedrooms":"3","price":"193000","area":"529"} , +{"type":"Feature","id":"n8193135660","geometry":{"type":"Point","coordinates":[-0.3796529,51.4967685]},"properties":{"@type":"node","@id":8193135660,"@timestamp":1607066258},"coords":"51.4967685,-0.3796529","bedrooms":"4","price":"259000","area":"514"} , +{"type":"Feature","id":"n8193376377","geometry":{"type":"Point","coordinates":[-1.0447447,51.3973423]},"properties":{"@type":"node","@id":8193376377,"@timestamp":1607071791},"coords":"51.3973423,-1.0447447","bedrooms":"0","price":"200000","area":"524"} , +{"type":"Feature","id":"n8193512083","geometry":{"type":"Point","coordinates":[-1.0794853,51.5265648]},"properties":{"@type":"node","@id":8193512083,"@timestamp":1607074461},"coords":"51.5265648,-1.0794853","bedrooms":"4","price":"294000","area":"382"} , +{"type":"Feature","id":"n8193753207","geometry":{"type":"Point","coordinates":[-0.8848492,51.3726517]},"properties":{"@type":"node","@id":8193753207,"@timestamp":1622934098},"coords":"51.3726517,-0.8848492","bedrooms":"0","price":"258000","area":"475"} , +{"type":"Feature","id":"n8193878413","geometry":{"type":"Point","coordinates":[-0.204742,51.4973558]},"properties":{"@type":"node","@id":8193878413,"@timestamp":1621046274},"coords":"51.4973558,-0.204742","bedrooms":"0","price":"229000","area":"674"} , +{"type":"Feature","id":"n8193913499","geometry":{"type":"Point","coordinates":[-0.4581219,51.7504765]},"properties":{"@type":"node","@id":8193913499,"@timestamp":1607082935},"coords":"51.7504765,-0.4581219","bedrooms":"2","price":"263000","area":"584"} , +{"type":"Feature","id":"n8193931406","geometry":{"type":"Point","coordinates":[-0.2153081,51.4940418]},"properties":{"@type":"node","@id":8193931406,"@timestamp":1607083626},"coords":"51.4940418,-0.2153081","bedrooms":"4","price":"190000","area":"429"} , +{"type":"Feature","id":"n8193958524","geometry":{"type":"Point","coordinates":[-0.2116203,51.4949714]},"properties":{"@type":"node","@id":8193958524,"@timestamp":1635484674},"coords":"51.4949714,-0.2116203","bedrooms":"2","price":"261000","area":"650"} , +{"type":"Feature","id":"n8193998961","geometry":{"type":"Point","coordinates":[0.5070182,51.3528284]},"properties":{"@type":"node","@id":8193998961,"@timestamp":1607085215},"coords":"51.3528284,0.5070182","bedrooms":"2","price":"232000","area":"474"} , +{"type":"Feature","id":"n8194044926","geometry":{"type":"Point","coordinates":[-0.4448966,51.7504875]},"properties":{"@type":"node","@id":8194044926,"@timestamp":1607085473},"coords":"51.7504875,-0.4448966","bedrooms":"1","price":"269000","area":"657"} , +{"type":"Feature","id":"n8194044970","geometry":{"type":"Point","coordinates":[-0.4565877,51.7548391]},"properties":{"@type":"node","@id":8194044970,"@timestamp":1607085473},"coords":"51.7548391,-0.4565877","bedrooms":"1","price":"292000","area":"635"} , +{"type":"Feature","id":"n8194235649","geometry":{"type":"Point","coordinates":[0.1201684,51.8800267]},"properties":{"@type":"node","@id":8194235649,"@timestamp":1607089919},"coords":"51.8800267,0.1201684","bedrooms":"2","price":"198000","area":"466"} , +{"type":"Feature","id":"n8194324378","geometry":{"type":"Point","coordinates":[-0.1908187,51.502003]},"properties":{"@type":"node","@id":8194324378,"@timestamp":1607091595},"coords":"51.502003,-0.1908187","bedrooms":"4","price":"180000","area":"413"} , +{"type":"Feature","id":"n8194445912","geometry":{"type":"Point","coordinates":[-0.1848297,51.4829565]},"properties":{"@type":"node","@id":8194445912,"@timestamp":1607094318},"coords":"51.4829565,-0.1848297","bedrooms":"0","price":"222000","area":"560"} , +{"type":"Feature","id":"n8194460319","geometry":{"type":"Point","coordinates":[-0.184558,51.4826818]},"properties":{"@type":"node","@id":8194460319,"@timestamp":1607094318},"coords":"51.4826818,-0.184558","bedrooms":"3","price":"205000","area":"410"} , +{"type":"Feature","id":"n8194460329","geometry":{"type":"Point","coordinates":[-0.1841624,51.482282]},"properties":{"@type":"node","@id":8194460329,"@timestamp":1607094318},"coords":"51.482282,-0.1841624","bedrooms":"1","price":"212000","area":"358"} , +{"type":"Feature","id":"n8194460414","geometry":{"type":"Point","coordinates":[-0.1836856,51.4823177]},"properties":{"@type":"node","@id":8194460414,"@timestamp":1607094318},"coords":"51.4823177,-0.1836856","bedrooms":"3","price":"154000","area":"446"} , +{"type":"Feature","id":"n8194460424","geometry":{"type":"Point","coordinates":[-0.1841248,51.4827337]},"properties":{"@type":"node","@id":8194460424,"@timestamp":1607094318},"coords":"51.4827337,-0.1841248","bedrooms":"0","price":"256000","area":"681"} , +{"type":"Feature","id":"n8194486413","geometry":{"type":"Point","coordinates":[-0.5011447,51.6450574]},"properties":{"@type":"node","@id":8194486413,"@timestamp":1607096253},"coords":"51.6450574,-0.5011447","bedrooms":"3","price":"188000","area":"474"} , +{"type":"Feature","id":"n8194487584","geometry":{"type":"Point","coordinates":[-0.3340956,51.5557432]},"properties":{"@type":"node","@id":8194487584,"@timestamp":1607095568},"coords":"51.5557432,-0.3340956","bedrooms":"4","price":"291000","area":"693"} , +{"type":"Feature","id":"n8194487595","geometry":{"type":"Point","coordinates":[-0.3315727,51.5557217]},"properties":{"@type":"node","@id":8194487595,"@timestamp":1607095568},"coords":"51.5557217,-0.3315727","bedrooms":"0","price":"241000","area":"651"} , +{"type":"Feature","id":"n8194487605","geometry":{"type":"Point","coordinates":[-0.3563243,51.5551212]},"properties":{"@type":"node","@id":8194487605,"@timestamp":1607095568},"coords":"51.5551212,-0.3563243","bedrooms":"2","price":"173000","area":"676"} , +{"type":"Feature","id":"n8194487616","geometry":{"type":"Point","coordinates":[-0.3306526,51.5509632]},"properties":{"@type":"node","@id":8194487616,"@timestamp":1607095568},"coords":"51.5509632,-0.3306526","bedrooms":"4","price":"179000","area":"410"} , +{"type":"Feature","id":"n8194504526","geometry":{"type":"Point","coordinates":[-0.3482938,51.5560066]},"properties":{"@type":"node","@id":8194504526,"@timestamp":1607095568},"coords":"51.5560066,-0.3482938","bedrooms":"4","price":"159000","area":"457"} , +{"type":"Feature","id":"n8194504536","geometry":{"type":"Point","coordinates":[-0.3452548,51.5541413]},"properties":{"@type":"node","@id":8194504536,"@timestamp":1607095568},"coords":"51.5541413,-0.3452548","bedrooms":"4","price":"161000","area":"351"} , +{"type":"Feature","id":"n8194504546","geometry":{"type":"Point","coordinates":[-0.3487964,51.5557286]},"properties":{"@type":"node","@id":8194504546,"@timestamp":1607095568},"coords":"51.5557286,-0.3487964","bedrooms":"4","price":"277000","area":"507"} , +{"type":"Feature","id":"n8194525014","geometry":{"type":"Point","coordinates":[-0.4603719,51.7557024]},"properties":{"@type":"node","@id":8194525014,"@timestamp":1607096119},"coords":"51.7557024,-0.4603719","bedrooms":"4","price":"259000","area":"527"} , +{"type":"Feature","id":"n8194527248","geometry":{"type":"Point","coordinates":[-0.4509014,51.7569718]},"properties":{"@type":"node","@id":8194527248,"@timestamp":1607096119},"coords":"51.7569718,-0.4509014","bedrooms":"3","price":"291000","area":"463"} , +{"type":"Feature","id":"n8194603244","geometry":{"type":"Point","coordinates":[-0.4406416,51.7525457]},"properties":{"@type":"node","@id":8194603244,"@timestamp":1607098325},"coords":"51.7525457,-0.4406416","bedrooms":"2","price":"157000","area":"653"} , +{"type":"Feature","id":"n8194649876","geometry":{"type":"Point","coordinates":[-0.1837985,51.4818787]},"properties":{"@type":"node","@id":8194649876,"@timestamp":1607099553},"coords":"51.4818787,-0.1837985","bedrooms":"3","price":"194000","area":"401"} , +{"type":"Feature","id":"n8194722458","geometry":{"type":"Point","coordinates":[-0.3503382,51.5522895]},"properties":{"@type":"node","@id":8194722458,"@timestamp":1607102312},"coords":"51.5522895,-0.3503382","bedrooms":"2","price":"264000","area":"601"} , +{"type":"Feature","id":"n8194722468","geometry":{"type":"Point","coordinates":[-0.3499184,51.5523277]},"properties":{"@type":"node","@id":8194722468,"@timestamp":1607102312},"coords":"51.5523277,-0.3499184","bedrooms":"1","price":"168000","area":"532"} , +{"type":"Feature","id":"n8194722478","geometry":{"type":"Point","coordinates":[-0.3536755,51.5469562]},"properties":{"@type":"node","@id":8194722478,"@timestamp":1607102312},"coords":"51.5469562,-0.3536755","bedrooms":"1","price":"256000","area":"518"} , +{"type":"Feature","id":"n8194728143","geometry":{"type":"Point","coordinates":[0.1873335,51.3912856]},"properties":{"@type":"node","@id":8194728143,"@timestamp":1618074896},"coords":"51.3912856,0.1873335","bedrooms":"2","price":"227000","area":"506"} , +{"type":"Feature","id":"n8194765966","geometry":{"type":"Point","coordinates":[-0.4432317,51.7556087]},"properties":{"@type":"node","@id":8194765966,"@timestamp":1607102960},"coords":"51.7556087,-0.4432317","bedrooms":"1","price":"259000","area":"695"} , +{"type":"Feature","id":"n8194896323","geometry":{"type":"Point","coordinates":[-0.4447462,51.7595831]},"properties":{"@type":"node","@id":8194896323,"@timestamp":1607106456},"coords":"51.7595831,-0.4447462","bedrooms":"4","price":"213000","area":"366"} , +{"type":"Feature","id":"n8194944982","geometry":{"type":"Point","coordinates":[-0.6007835,51.6235716]},"properties":{"@type":"node","@id":8194944982,"@timestamp":1607107929},"coords":"51.6235716,-0.6007835","bedrooms":"0","price":"282000","area":"562"} , +{"type":"Feature","id":"n8194998372","geometry":{"type":"Point","coordinates":[-0.3205553,51.5087667]},"properties":{"@type":"node","@id":8194998372,"@timestamp":1607109770},"coords":"51.5087667,-0.3205553","bedrooms":"2","price":"280000","area":"681"} , +{"type":"Feature","id":"n8194998382","geometry":{"type":"Point","coordinates":[-0.3432124,51.5054991]},"properties":{"@type":"node","@id":8194998382,"@timestamp":1607109770},"coords":"51.5054991,-0.3432124","bedrooms":"2","price":"232000","area":"643"} , +{"type":"Feature","id":"n8194998392","geometry":{"type":"Point","coordinates":[-0.337925,51.5016375]},"properties":{"@type":"node","@id":8194998392,"@timestamp":1607109770},"coords":"51.5016375,-0.337925","bedrooms":"1","price":"243000","area":"377"} , +{"type":"Feature","id":"n8194998402","geometry":{"type":"Point","coordinates":[-0.3378301,51.5011116]},"properties":{"@type":"node","@id":8194998402,"@timestamp":1607109770},"coords":"51.5011116,-0.3378301","bedrooms":"4","price":"217000","area":"678"} , +{"type":"Feature","id":"n8194998412","geometry":{"type":"Point","coordinates":[-0.333467,51.5037688]},"properties":{"@type":"node","@id":8194998412,"@timestamp":1619612904},"coords":"51.5037688,-0.333467","bedrooms":"2","price":"259000","area":"363"} , +{"type":"Feature","id":"n8195049406","geometry":{"type":"Point","coordinates":[-0.3027927,51.498744]},"properties":{"@type":"node","@id":8195049406,"@timestamp":1607111457},"coords":"51.498744,-0.3027927","bedrooms":"2","price":"264000","area":"364"} , +{"type":"Feature","id":"n8195049416","geometry":{"type":"Point","coordinates":[-0.2953608,51.5029805]},"properties":{"@type":"node","@id":8195049416,"@timestamp":1607111457},"coords":"51.5029805,-0.2953608","bedrooms":"0","price":"283000","area":"569"} , +{"type":"Feature","id":"n8195066626","geometry":{"type":"Point","coordinates":[-0.2836025,51.4913459]},"properties":{"@type":"node","@id":8195066626,"@timestamp":1607111457},"coords":"51.4913459,-0.2836025","bedrooms":"2","price":"210000","area":"479"} , +{"type":"Feature","id":"n8195066636","geometry":{"type":"Point","coordinates":[-0.2952366,51.502752]},"properties":{"@type":"node","@id":8195066636,"@timestamp":1607111457},"coords":"51.502752,-0.2952366","bedrooms":"2","price":"298000","area":"539"} , +{"type":"Feature","id":"n8195066646","geometry":{"type":"Point","coordinates":[-0.2745849,51.4997558]},"properties":{"@type":"node","@id":8195066646,"@timestamp":1607111457},"coords":"51.4997558,-0.2745849","bedrooms":"2","price":"244000","area":"533"} , +{"type":"Feature","id":"n8195066656","geometry":{"type":"Point","coordinates":[-0.3029038,51.4987402]},"properties":{"@type":"node","@id":8195066656,"@timestamp":1607111457},"coords":"51.4987402,-0.3029038","bedrooms":"1","price":"197000","area":"456"} , +{"type":"Feature","id":"n8195066666","geometry":{"type":"Point","coordinates":[-0.2778582,51.5013924]},"properties":{"@type":"node","@id":8195066666,"@timestamp":1607111457},"coords":"51.5013924,-0.2778582","bedrooms":"3","price":"196000","area":"690"} , +{"type":"Feature","id":"n8195118087","geometry":{"type":"Point","coordinates":[0.0432264,51.5128785]},"properties":{"@type":"node","@id":8195118087,"@timestamp":1607114431},"coords":"51.5128785,0.0432264","bedrooms":"1","price":"244000","area":"485"} , +{"type":"Feature","id":"n8195306312","geometry":{"type":"Point","coordinates":[-0.5035006,51.8586972]},"properties":{"@type":"node","@id":8195306312,"@timestamp":1607119579},"coords":"51.8586972,-0.5035006","bedrooms":"0","price":"274000","area":"489"} , +{"type":"Feature","id":"n8195363477","geometry":{"type":"Point","coordinates":[0.0293678,51.5262998]},"properties":{"@type":"node","@id":8195363477,"@timestamp":1607124865},"coords":"51.5262998,0.0293678","bedrooms":"4","price":"185000","area":"539"} , +{"type":"Feature","id":"n8195393772","geometry":{"type":"Point","coordinates":[-1.0644937,51.2968514]},"properties":{"@type":"node","@id":8195393772,"@timestamp":1607125220},"coords":"51.2968514,-1.0644937","bedrooms":"1","price":"237000","area":"685"} , +{"type":"Feature","id":"n8195469121","geometry":{"type":"Point","coordinates":[-0.2098084,51.4070788]},"properties":{"@type":"node","@id":8195469121,"@timestamp":1607127719},"coords":"51.4070788,-0.2098084","bedrooms":"4","price":"240000","area":"387"} , +{"type":"Feature","id":"n8195479614","geometry":{"type":"Point","coordinates":[-0.4533535,51.4712911]},"properties":{"@type":"node","@id":8195479614,"@timestamp":1607128899},"coords":"51.4712911,-0.4533535","bedrooms":"2","price":"198000","area":"366"} , +{"type":"Feature","id":"n8195484024","geometry":{"type":"Point","coordinates":[-0.4534172,51.4710282]},"properties":{"@type":"node","@id":8195484024,"@timestamp":1607128899},"coords":"51.4710282,-0.4534172","bedrooms":"1","price":"168000","area":"376"} , +{"type":"Feature","id":"n8195781268","geometry":{"type":"Point","coordinates":[-0.184637,51.4836367]},"properties":{"@type":"node","@id":8195781268,"@timestamp":1607147589},"coords":"51.4836367,-0.184637","bedrooms":"4","price":"152000","area":"599"} , +{"type":"Feature","id":"n8195791393","geometry":{"type":"Point","coordinates":[-0.1840702,51.4830159]},"properties":{"@type":"node","@id":8195791393,"@timestamp":1607147589},"coords":"51.4830159,-0.1840702","bedrooms":"1","price":"246000","area":"352"} , +{"type":"Feature","id":"n8195791426","geometry":{"type":"Point","coordinates":[-0.1833821,51.4824955]},"properties":{"@type":"node","@id":8195791426,"@timestamp":1607147589},"coords":"51.4824955,-0.1833821","bedrooms":"1","price":"217000","area":"613"} , +{"type":"Feature","id":"n8195850428","geometry":{"type":"Point","coordinates":[-0.2616099,51.5190734]},"properties":{"@type":"node","@id":8195850428,"@timestamp":1607150951},"coords":"51.5190734,-0.2616099","bedrooms":"1","price":"222000","area":"660"} , +{"type":"Feature","id":"n8195850445","geometry":{"type":"Point","coordinates":[-0.2698124,51.5059094]},"properties":{"@type":"node","@id":8195850445,"@timestamp":1607150951},"coords":"51.5059094,-0.2698124","bedrooms":"2","price":"203000","area":"458"} , +{"type":"Feature","id":"n8195850462","geometry":{"type":"Point","coordinates":[-0.299773,51.532589]},"properties":{"@type":"node","@id":8195850462,"@timestamp":1607150951},"coords":"51.532589,-0.299773","bedrooms":"0","price":"260000","area":"496"} , +{"type":"Feature","id":"n8195850476","geometry":{"type":"Point","coordinates":[-0.3707591,51.5182316]},"properties":{"@type":"node","@id":8195850476,"@timestamp":1607150951},"coords":"51.5182316,-0.3707591","bedrooms":"4","price":"231000","area":"687"} , +{"type":"Feature","id":"n8195850496","geometry":{"type":"Point","coordinates":[-0.3712799,51.5182585]},"properties":{"@type":"node","@id":8195850496,"@timestamp":1607150951},"coords":"51.5182585,-0.3712799","bedrooms":"1","price":"168000","area":"645"} , +{"type":"Feature","id":"n8195851421","geometry":{"type":"Point","coordinates":[-0.3568094,51.5037001]},"properties":{"@type":"node","@id":8195851421,"@timestamp":1607150951},"coords":"51.5037001,-0.3568094","bedrooms":"0","price":"260000","area":"565"} , +{"type":"Feature","id":"n8195851440","geometry":{"type":"Point","coordinates":[-0.3717012,51.5180341]},"properties":{"@type":"node","@id":8195851440,"@timestamp":1607150951},"coords":"51.5180341,-0.3717012","bedrooms":"3","price":"184000","area":"554"} , +{"type":"Feature","id":"n8195851465","geometry":{"type":"Point","coordinates":[-0.3643781,51.5136751]},"properties":{"@type":"node","@id":8195851465,"@timestamp":1607150951},"coords":"51.5136751,-0.3643781","bedrooms":"3","price":"265000","area":"503"} , +{"type":"Feature","id":"n8195851485","geometry":{"type":"Point","coordinates":[-0.3390394,51.5177358]},"properties":{"@type":"node","@id":8195851485,"@timestamp":1607150951},"coords":"51.5177358,-0.3390394","bedrooms":"2","price":"266000","area":"392"} , +{"type":"Feature","id":"n8195851511","geometry":{"type":"Point","coordinates":[-0.3092086,51.5255339]},"properties":{"@type":"node","@id":8195851511,"@timestamp":1607150951},"coords":"51.5255339,-0.3092086","bedrooms":"1","price":"156000","area":"646"} , +{"type":"Feature","id":"n8195851529","geometry":{"type":"Point","coordinates":[-0.2702779,51.5050737]},"properties":{"@type":"node","@id":8195851529,"@timestamp":1607150951},"coords":"51.5050737,-0.2702779","bedrooms":"2","price":"254000","area":"431"} , +{"type":"Feature","id":"n8195851543","geometry":{"type":"Point","coordinates":[-0.3092358,51.5260515]},"properties":{"@type":"node","@id":8195851543,"@timestamp":1607150951},"coords":"51.5260515,-0.3092358","bedrooms":"1","price":"240000","area":"675"} , +{"type":"Feature","id":"n8195851557","geometry":{"type":"Point","coordinates":[-0.371168,51.5185983]},"properties":{"@type":"node","@id":8195851557,"@timestamp":1607150951},"coords":"51.5185983,-0.371168","bedrooms":"2","price":"218000","area":"520"} , +{"type":"Feature","id":"n8195851577","geometry":{"type":"Point","coordinates":[-0.2999072,51.5323568]},"properties":{"@type":"node","@id":8195851577,"@timestamp":1607150951},"coords":"51.5323568,-0.2999072","bedrooms":"4","price":"223000","area":"572"} , +{"type":"Feature","id":"n8195946613","geometry":{"type":"Point","coordinates":[-0.1825798,51.4824161]},"properties":{"@type":"node","@id":8195946613,"@timestamp":1607157021},"coords":"51.4824161,-0.1825798","bedrooms":"2","price":"261000","area":"646"} , +{"type":"Feature","id":"n8195950087","geometry":{"type":"Point","coordinates":[-0.1823422,51.4822327]},"properties":{"@type":"node","@id":8195950087,"@timestamp":1607157021},"coords":"51.4822327,-0.1823422","bedrooms":"0","price":"185000","area":"572"} , +{"type":"Feature","id":"n8195950134","geometry":{"type":"Point","coordinates":[-0.1823452,51.4816276]},"properties":{"@type":"node","@id":8195950134,"@timestamp":1607157021},"coords":"51.4816276,-0.1823452","bedrooms":"2","price":"228000","area":"524"} , +{"type":"Feature","id":"n8195989622","geometry":{"type":"Point","coordinates":[-0.2849392,51.5540606]},"properties":{"@type":"node","@id":8195989622,"@timestamp":1607159775},"coords":"51.5540606,-0.2849392","bedrooms":"1","price":"164000","area":"501"} , +{"type":"Feature","id":"n8195989638","geometry":{"type":"Point","coordinates":[-0.2847807,51.5540533]},"properties":{"@type":"node","@id":8195989638,"@timestamp":1607159775},"coords":"51.5540533,-0.2847807","bedrooms":"1","price":"234000","area":"371"} , +{"type":"Feature","id":"n8195989648","geometry":{"type":"Point","coordinates":[-0.2673895,51.5544559]},"properties":{"@type":"node","@id":8195989648,"@timestamp":1607159775},"coords":"51.5544559,-0.2673895","bedrooms":"2","price":"213000","area":"364"} , +{"type":"Feature","id":"n8195989660","geometry":{"type":"Point","coordinates":[-0.284457,51.5540866]},"properties":{"@type":"node","@id":8195989660,"@timestamp":1607159775},"coords":"51.5540866,-0.284457","bedrooms":"3","price":"260000","area":"382"} , +{"type":"Feature","id":"n8195998036","geometry":{"type":"Point","coordinates":[0.5221491,51.8524318]},"properties":{"@type":"node","@id":8195998036,"@timestamp":1627178348},"coords":"51.8524318,0.5221491","bedrooms":"1","price":"177000","area":"628"} , +{"type":"Feature","id":"n8195998064","geometry":{"type":"Point","coordinates":[0.5221405,51.8528204]},"properties":{"@type":"node","@id":8195998064,"@timestamp":1627178348},"coords":"51.8528204,0.5221405","bedrooms":"3","price":"190000","area":"620"} , +{"type":"Feature","id":"n8196135669","geometry":{"type":"Point","coordinates":[0.0267551,51.9064713]},"properties":{"@type":"node","@id":8196135669,"@timestamp":1607167120},"coords":"51.9064713,0.0267551","bedrooms":"1","price":"283000","area":"455"} , +{"type":"Feature","id":"n8196548806","geometry":{"type":"Point","coordinates":[-0.1833709,51.4843963]},"properties":{"@type":"node","@id":8196548806,"@timestamp":1607180963},"coords":"51.4843963,-0.1833709","bedrooms":"3","price":"241000","area":"569"} , +{"type":"Feature","id":"n8196552846","geometry":{"type":"Point","coordinates":[-0.1834304,51.484509]},"properties":{"@type":"node","@id":8196552846,"@timestamp":1607180963},"coords":"51.484509,-0.1834304","bedrooms":"3","price":"278000","area":"642"} , +{"type":"Feature","id":"n8196576572","geometry":{"type":"Point","coordinates":[0.1914112,51.4158221]},"properties":{"@type":"node","@id":8196576572,"@timestamp":1607182337},"coords":"51.4158221,0.1914112","bedrooms":"1","price":"273000","area":"356"} , +{"type":"Feature","id":"n8196619699","geometry":{"type":"Point","coordinates":[-0.2285785,51.3967863]},"properties":{"@type":"node","@id":8196619699,"@timestamp":1607183347},"coords":"51.3967863,-0.2285785","bedrooms":"1","price":"206000","area":"419"} , +{"type":"Feature","id":"n8196619746","geometry":{"type":"Point","coordinates":[-0.2281849,51.3966273]},"properties":{"@type":"node","@id":8196619746,"@timestamp":1607183347},"coords":"51.3966273,-0.2281849","bedrooms":"2","price":"268000","area":"514"} , +{"type":"Feature","id":"n8196644478","geometry":{"type":"Point","coordinates":[-0.1569336,51.5371896]},"properties":{"@type":"node","@id":8196644478,"@timestamp":1607184793},"coords":"51.5371896,-0.1569336","bedrooms":"3","price":"287000","area":"540"} , +{"type":"Feature","id":"n8196652655","geometry":{"type":"Point","coordinates":[-0.1579662,51.5379086]},"properties":{"@type":"node","@id":8196652655,"@timestamp":1607185114},"coords":"51.5379086,-0.1579662","bedrooms":"1","price":"210000","area":"698"} , +{"type":"Feature","id":"n8196652665","geometry":{"type":"Point","coordinates":[-0.1581982,51.5373959]},"properties":{"@type":"node","@id":8196652665,"@timestamp":1607185114},"coords":"51.5373959,-0.1581982","bedrooms":"0","price":"195000","area":"434"} , +{"type":"Feature","id":"n8196655632","geometry":{"type":"Point","coordinates":[-0.4607098,51.7649349]},"properties":{"@type":"node","@id":8196655632,"@timestamp":1607184488},"coords":"51.7649349,-0.4607098","bedrooms":"1","price":"257000","area":"484"} , +{"type":"Feature","id":"n8196736823","geometry":{"type":"Point","coordinates":[-0.9988312,51.4474986]},"properties":{"@type":"node","@id":8196736823,"@timestamp":1607187524},"coords":"51.4474986,-0.9988312","bedrooms":"1","price":"233000","area":"606"} , +{"type":"Feature","id":"n8196770232","geometry":{"type":"Point","coordinates":[-0.4633566,51.7652535]},"properties":{"@type":"node","@id":8196770232,"@timestamp":1607188404},"coords":"51.7652535,-0.4633566","bedrooms":"2","price":"221000","area":"680"} , +{"type":"Feature","id":"n8196819883","geometry":{"type":"Point","coordinates":[0.0239115,51.5226385]},"properties":{"@type":"node","@id":8196819883,"@timestamp":1607190609},"coords":"51.5226385,0.0239115","bedrooms":"0","price":"161000","area":"439"} , +{"type":"Feature","id":"n8197386773","geometry":{"type":"Point","coordinates":[-0.4694022,51.7600401]},"properties":{"@type":"node","@id":8197386773,"@timestamp":1607199131},"coords":"51.7600401,-0.4694022","bedrooms":"1","price":"210000","area":"656"} , +{"type":"Feature","id":"n8197408172","geometry":{"type":"Point","coordinates":[-0.4633106,51.7626786]},"properties":{"@type":"node","@id":8197408172,"@timestamp":1607199131},"coords":"51.7626786,-0.4633106","bedrooms":"1","price":"244000","area":"366"} , +{"type":"Feature","id":"n8197471448","geometry":{"type":"Point","coordinates":[0.0615749,51.4495957]},"properties":{"@type":"node","@id":8197471448,"@timestamp":1607203777},"coords":"51.4495957,0.0615749","bedrooms":"4","price":"160000","area":"573"} , +{"type":"Feature","id":"n8197529183","geometry":{"type":"Point","coordinates":[0.0379501,51.4393177]},"properties":{"@type":"node","@id":8197529183,"@timestamp":1607204940},"coords":"51.4393177,0.0379501","bedrooms":"3","price":"166000","area":"412"} , +{"type":"Feature","id":"n8197564924","geometry":{"type":"Point","coordinates":[0.8413266,51.1355088]},"properties":{"@type":"node","@id":8197564924,"@timestamp":1607204888},"coords":"51.1355088,0.8413266","bedrooms":"0","price":"233000","area":"452"} , +{"type":"Feature","id":"n8197564955","geometry":{"type":"Point","coordinates":[0.8416804,51.1350906]},"properties":{"@type":"node","@id":8197564955,"@timestamp":1607204888},"coords":"51.1350906,0.8416804","bedrooms":"4","price":"229000","area":"360"} , +{"type":"Feature","id":"n8197564965","geometry":{"type":"Point","coordinates":[0.8418959,51.1353157]},"properties":{"@type":"node","@id":8197564965,"@timestamp":1607204888},"coords":"51.1353157,0.8418959","bedrooms":"1","price":"156000","area":"552"} , +{"type":"Feature","id":"n8197579243","geometry":{"type":"Point","coordinates":[-1.1017025,51.1447919]},"properties":{"@type":"node","@id":8197579243,"@timestamp":1607248612},"coords":"51.1447919,-1.1017025","bedrooms":"4","price":"227000","area":"360"} , +{"type":"Feature","id":"n8197630670","geometry":{"type":"Point","coordinates":[-0.9944487,51.9245549]},"properties":{"@type":"node","@id":8197630670,"@timestamp":1607207311},"coords":"51.9245549,-0.9944487","bedrooms":"0","price":"194000","area":"525"} , +{"type":"Feature","id":"n8197630680","geometry":{"type":"Point","coordinates":[-0.9987498,51.9158806]},"properties":{"@type":"node","@id":8197630680,"@timestamp":1607207311},"coords":"51.9158806,-0.9987498","bedrooms":"0","price":"263000","area":"433"} , +{"type":"Feature","id":"n8197630708","geometry":{"type":"Point","coordinates":[-0.9856624,51.9462819]},"properties":{"@type":"node","@id":8197630708,"@timestamp":1635344446},"coords":"51.9462819,-0.9856624","bedrooms":"0","price":"231000","area":"502"} , +{"type":"Feature","id":"n8197631455","geometry":{"type":"Point","coordinates":[-0.4417212,51.7737045]},"properties":{"@type":"node","@id":8197631455,"@timestamp":1607208706},"coords":"51.7737045,-0.4417212","bedrooms":"3","price":"228000","area":"557"} , +{"type":"Feature","id":"n8197631500","geometry":{"type":"Point","coordinates":[-0.4467532,51.780493]},"properties":{"@type":"node","@id":8197631500,"@timestamp":1607208706},"coords":"51.780493,-0.4467532","bedrooms":"2","price":"272000","area":"395"} , +{"type":"Feature","id":"n8197648421","geometry":{"type":"Point","coordinates":[-0.9943523,51.944742]},"properties":{"@type":"node","@id":8197648421,"@timestamp":1607207311},"coords":"51.944742,-0.9943523","bedrooms":"1","price":"169000","area":"375"} , +{"type":"Feature","id":"n8197683118","geometry":{"type":"Point","coordinates":[-0.4410992,51.7802363]},"properties":{"@type":"node","@id":8197683118,"@timestamp":1607208706},"coords":"51.7802363,-0.4410992","bedrooms":"4","price":"250000","area":"603"} , +{"type":"Feature","id":"n8197698413","geometry":{"type":"Point","coordinates":[-0.4437769,51.7796701]},"properties":{"@type":"node","@id":8197698413,"@timestamp":1607209840},"coords":"51.7796701,-0.4437769","bedrooms":"3","price":"162000","area":"601"} , +{"type":"Feature","id":"n8197710424","geometry":{"type":"Point","coordinates":[-0.4349131,51.7778097]},"properties":{"@type":"node","@id":8197710424,"@timestamp":1629492145},"coords":"51.7778097,-0.4349131","bedrooms":"2","price":"209000","area":"533"} , +{"type":"Feature","id":"n8197749190","geometry":{"type":"Point","coordinates":[0.2014618,51.4271131]},"properties":{"@type":"node","@id":8197749190,"@timestamp":1607213425},"coords":"51.4271131,0.2014618","bedrooms":"2","price":"285000","area":"410"} , +{"type":"Feature","id":"n8197769570","geometry":{"type":"Point","coordinates":[-0.4492856,51.7789191]},"properties":{"@type":"node","@id":8197769570,"@timestamp":1607213014},"coords":"51.7789191,-0.4492856","bedrooms":"1","price":"207000","area":"422"} , +{"type":"Feature","id":"n8197769583","geometry":{"type":"Point","coordinates":[-0.4490756,51.7748064]},"properties":{"@type":"node","@id":8197769583,"@timestamp":1607213014},"coords":"51.7748064,-0.4490756","bedrooms":"0","price":"269000","area":"628"} , +{"type":"Feature","id":"n8198060962","geometry":{"type":"Point","coordinates":[-0.1820241,51.4835018]},"properties":{"@type":"node","@id":8198060962,"@timestamp":1607231106},"coords":"51.4835018,-0.1820241","bedrooms":"0","price":"196000","area":"374"} , +{"type":"Feature","id":"n8198061728","geometry":{"type":"Point","coordinates":[-0.1826089,51.4829646]},"properties":{"@type":"node","@id":8198061728,"@timestamp":1607231106},"coords":"51.4829646,-0.1826089","bedrooms":"2","price":"281000","area":"423"} , +{"type":"Feature","id":"n8198061754","geometry":{"type":"Point","coordinates":[-0.1819948,51.4823414]},"properties":{"@type":"node","@id":8198061754,"@timestamp":1607231106},"coords":"51.4823414,-0.1819948","bedrooms":"4","price":"205000","area":"630"} , +{"type":"Feature","id":"n8198068468","geometry":{"type":"Point","coordinates":[-0.1815521,51.4818358]},"properties":{"@type":"node","@id":8198068468,"@timestamp":1607233630},"coords":"51.4818358,-0.1815521","bedrooms":"4","price":"222000","area":"674"} , +{"type":"Feature","id":"n8198068500","geometry":{"type":"Point","coordinates":[-0.1814877,51.4822656]},"properties":{"@type":"node","@id":8198068500,"@timestamp":1607233630},"coords":"51.4822656,-0.1814877","bedrooms":"3","price":"289000","area":"364"} , +{"type":"Feature","id":"n8198068510","geometry":{"type":"Point","coordinates":[-0.1818585,51.482641]},"properties":{"@type":"node","@id":8198068510,"@timestamp":1607233630},"coords":"51.482641,-0.1818585","bedrooms":"4","price":"152000","area":"410"} , +{"type":"Feature","id":"n8198153822","geometry":{"type":"Point","coordinates":[0.150429,51.3537574]},"properties":{"@type":"node","@id":8198153822,"@timestamp":1607236692},"coords":"51.3537574,0.150429","bedrooms":"2","price":"236000","area":"474"} , +{"type":"Feature","id":"n8198170510","geometry":{"type":"Point","coordinates":[-0.2807627,51.5303654]},"properties":{"@type":"node","@id":8198170510,"@timestamp":1607239115},"coords":"51.5303654,-0.2807627","bedrooms":"3","price":"270000","area":"587"} , +{"type":"Feature","id":"n8198193221","geometry":{"type":"Point","coordinates":[-0.2885406,51.5532186]},"properties":{"@type":"node","@id":8198193221,"@timestamp":1607239115},"coords":"51.5532186,-0.2885406","bedrooms":"0","price":"220000","area":"460"} , +{"type":"Feature","id":"n8198193234","geometry":{"type":"Point","coordinates":[-0.3225986,51.5487014]},"properties":{"@type":"node","@id":8198193234,"@timestamp":1607239115},"coords":"51.5487014,-0.3225986","bedrooms":"0","price":"294000","area":"603"} , +{"type":"Feature","id":"n8198193248","geometry":{"type":"Point","coordinates":[-0.2806622,51.5302113]},"properties":{"@type":"node","@id":8198193248,"@timestamp":1607239115},"coords":"51.5302113,-0.2806622","bedrooms":"0","price":"298000","area":"598"} , +{"type":"Feature","id":"n8198193261","geometry":{"type":"Point","coordinates":[-0.3241729,51.5536224]},"properties":{"@type":"node","@id":8198193261,"@timestamp":1607239115},"coords":"51.5536224,-0.3241729","bedrooms":"4","price":"277000","area":"641"} , +{"type":"Feature","id":"n8198193274","geometry":{"type":"Point","coordinates":[-0.2815283,51.5316101]},"properties":{"@type":"node","@id":8198193274,"@timestamp":1607239115},"coords":"51.5316101,-0.2815283","bedrooms":"2","price":"204000","area":"517"} , +{"type":"Feature","id":"n8198193284","geometry":{"type":"Point","coordinates":[-0.2807864,51.5303992]},"properties":{"@type":"node","@id":8198193284,"@timestamp":1607239115},"coords":"51.5303992,-0.2807864","bedrooms":"1","price":"243000","area":"475"} , +{"type":"Feature","id":"n8198193299","geometry":{"type":"Point","coordinates":[-0.2859607,51.5304797]},"properties":{"@type":"node","@id":8198193299,"@timestamp":1607239115},"coords":"51.5304797,-0.2859607","bedrooms":"4","price":"283000","area":"663"} , +{"type":"Feature","id":"n8198193317","geometry":{"type":"Point","coordinates":[-0.2868688,51.5563744]},"properties":{"@type":"node","@id":8198193317,"@timestamp":1607239115},"coords":"51.5563744,-0.2868688","bedrooms":"0","price":"153000","area":"564"} , +{"type":"Feature","id":"n8198193336","geometry":{"type":"Point","coordinates":[-0.2800246,51.532319]},"properties":{"@type":"node","@id":8198193336,"@timestamp":1607239115},"coords":"51.532319,-0.2800246","bedrooms":"2","price":"246000","area":"361"} , +{"type":"Feature","id":"n8198193346","geometry":{"type":"Point","coordinates":[-0.2802764,51.5324919]},"properties":{"@type":"node","@id":8198193346,"@timestamp":1607239115},"coords":"51.5324919,-0.2802764","bedrooms":"4","price":"296000","area":"388"} , +{"type":"Feature","id":"n8198237550","geometry":{"type":"Point","coordinates":[0.0335597,51.9069479]},"properties":{"@type":"node","@id":8198237550,"@timestamp":1607242949},"coords":"51.9069479,0.0335597","bedrooms":"4","price":"240000","area":"522"} , +{"type":"Feature","id":"n8198556257","geometry":{"type":"Point","coordinates":[-0.2085109,51.406307]},"properties":{"@type":"node","@id":8198556257,"@timestamp":1607260232},"coords":"51.406307,-0.2085109","bedrooms":"3","price":"203000","area":"570"} , +{"type":"Feature","id":"n8198616294","geometry":{"type":"Point","coordinates":[0.8412191,51.1353733]},"properties":{"@type":"node","@id":8198616294,"@timestamp":1607255821},"coords":"51.1353733,0.8412191","bedrooms":"2","price":"158000","area":"407"} , +{"type":"Feature","id":"n8198815770","geometry":{"type":"Point","coordinates":[-0.4527211,51.7708192]},"properties":{"@type":"node","@id":8198815770,"@timestamp":1607262522},"coords":"51.7708192,-0.4527211","bedrooms":"3","price":"235000","area":"691"} , +{"type":"Feature","id":"n8198815788","geometry":{"type":"Point","coordinates":[-0.46329,51.7760958]},"properties":{"@type":"node","@id":8198815788,"@timestamp":1607262522},"coords":"51.7760958,-0.46329","bedrooms":"1","price":"195000","area":"357"} , +{"type":"Feature","id":"n8198818008","geometry":{"type":"Point","coordinates":[-0.4615747,51.7730212]},"properties":{"@type":"node","@id":8198818008,"@timestamp":1607263101},"coords":"51.7730212,-0.4615747","bedrooms":"4","price":"255000","area":"630"} , +{"type":"Feature","id":"n8198837518","geometry":{"type":"Point","coordinates":[-0.4618422,51.7732501]},"properties":{"@type":"node","@id":8198837518,"@timestamp":1607263101},"coords":"51.7732501,-0.4618422","bedrooms":"4","price":"189000","area":"509"} , +{"type":"Feature","id":"n8198881680","geometry":{"type":"Point","coordinates":[-0.4490372,51.771863]},"properties":{"@type":"node","@id":8198881680,"@timestamp":1607264584},"coords":"51.771863,-0.4490372","bedrooms":"2","price":"218000","area":"371"} , +{"type":"Feature","id":"n8198904609","geometry":{"type":"Point","coordinates":[-0.4606911,51.7694944]},"properties":{"@type":"node","@id":8198904609,"@timestamp":1607265268},"coords":"51.7694944,-0.4606911","bedrooms":"1","price":"205000","area":"441"} , +{"type":"Feature","id":"n8199080641","geometry":{"type":"Point","coordinates":[-0.1153997,51.4404063]},"properties":{"@type":"node","@id":8199080641,"@timestamp":1607270290},"coords":"51.4404063,-0.1153997","bedrooms":"4","price":"254000","area":"452"} , +{"type":"Feature","id":"n8199080693","geometry":{"type":"Point","coordinates":[-0.1165658,51.4410355]},"properties":{"@type":"node","@id":8199080693,"@timestamp":1607270290},"coords":"51.4410355,-0.1165658","bedrooms":"3","price":"175000","area":"399"} , +{"type":"Feature","id":"n8199173138","geometry":{"type":"Point","coordinates":[0.5701618,51.8467433]},"properties":{"@type":"node","@id":8199173138,"@timestamp":1607272305},"coords":"51.8467433,0.5701618","bedrooms":"2","price":"245000","area":"531"} , +{"type":"Feature","id":"n8199241243","geometry":{"type":"Point","coordinates":[0.0166239,51.5110687]},"properties":{"@type":"node","@id":8199241243,"@timestamp":1607274118},"coords":"51.5110687,0.0166239","bedrooms":"2","price":"158000","area":"660"} , +{"type":"Feature","id":"n8199478535","geometry":{"type":"Point","coordinates":[-0.9822906,50.9446106]},"properties":{"@type":"node","@id":8199478535,"@timestamp":1607280223},"coords":"50.9446106,-0.9822906","bedrooms":"3","price":"240000","area":"607"} , +{"type":"Feature","id":"n8199695275","geometry":{"type":"Point","coordinates":[0.2226602,51.781435]},"properties":{"@type":"node","@id":8199695275,"@timestamp":1620162523},"coords":"51.781435,0.2226602","bedrooms":"1","price":"193000","area":"596"} , +{"type":"Feature","id":"n8199741462","geometry":{"type":"Point","coordinates":[0.0292078,51.9054642]},"properties":{"@type":"node","@id":8199741462,"@timestamp":1608122421},"coords":"51.9054642,0.0292078","bedrooms":"0","price":"299000","area":"535"} , +{"type":"Feature","id":"n8199770700","geometry":{"type":"Point","coordinates":[0.886624,50.9362477]},"properties":{"@type":"node","@id":8199770700,"@timestamp":1607285129},"coords":"50.9362477,0.886624","bedrooms":"3","price":"170000","area":"608"} , +{"type":"Feature","id":"n8199775307","geometry":{"type":"Point","coordinates":[0.0278278,51.9059141]},"properties":{"@type":"node","@id":8199775307,"@timestamp":1607286041},"coords":"51.9059141,0.0278278","bedrooms":"1","price":"165000","area":"501"} , +{"type":"Feature","id":"n8199782367","geometry":{"type":"Point","coordinates":[0.0300353,51.9086794]},"properties":{"@type":"node","@id":8199782367,"@timestamp":1607286420},"coords":"51.9086794,0.0300353","bedrooms":"0","price":"178000","area":"569"} , +{"type":"Feature","id":"n8199785082","geometry":{"type":"Point","coordinates":[0.0302031,51.9092785]},"properties":{"@type":"node","@id":8199785082,"@timestamp":1607506245},"coords":"51.9092785,0.0302031","bedrooms":"2","price":"233000","area":"612"} , +{"type":"Feature","id":"n8199845312","geometry":{"type":"Point","coordinates":[0.0212759,51.5164471]},"properties":{"@type":"node","@id":8199845312,"@timestamp":1607287174},"coords":"51.5164471,0.0212759","bedrooms":"0","price":"151000","area":"453"} , +{"type":"Feature","id":"n8199857153","geometry":{"type":"Point","coordinates":[-0.2657144,51.5230008]},"properties":{"@type":"node","@id":8199857153,"@timestamp":1607287465},"coords":"51.5230008,-0.2657144","bedrooms":"1","price":"195000","area":"480"} , +{"type":"Feature","id":"n8199857171","geometry":{"type":"Point","coordinates":[-0.2650303,51.5224681]},"properties":{"@type":"node","@id":8199857171,"@timestamp":1607287465},"coords":"51.5224681,-0.2650303","bedrooms":"1","price":"239000","area":"496"} , +{"type":"Feature","id":"n8199857188","geometry":{"type":"Point","coordinates":[-0.2655034,51.5228351]},"properties":{"@type":"node","@id":8199857188,"@timestamp":1607287465},"coords":"51.5228351,-0.2655034","bedrooms":"2","price":"204000","area":"587"} , +{"type":"Feature","id":"n8199886718","geometry":{"type":"Point","coordinates":[-0.2748539,51.5194852]},"properties":{"@type":"node","@id":8199886718,"@timestamp":1607288228},"coords":"51.5194852,-0.2748539","bedrooms":"2","price":"207000","area":"493"} , +{"type":"Feature","id":"n8200114047","geometry":{"type":"Point","coordinates":[0.0262642,51.9066682]},"properties":{"@type":"node","@id":8200114047,"@timestamp":1607296530},"coords":"51.9066682,0.0262642","bedrooms":"1","price":"223000","area":"458"} , +{"type":"Feature","id":"n8200114074","geometry":{"type":"Point","coordinates":[0.0276295,51.9074682]},"properties":{"@type":"node","@id":8200114074,"@timestamp":1607295864},"coords":"51.9074682,0.0276295","bedrooms":"4","price":"257000","area":"646"} , +{"type":"Feature","id":"n8200232575","geometry":{"type":"Point","coordinates":[0.0319317,51.5133274]},"properties":{"@type":"node","@id":8200232575,"@timestamp":1607300766},"coords":"51.5133274,0.0319317","bedrooms":"4","price":"268000","area":"503"} , +{"type":"Feature","id":"n8200245944","geometry":{"type":"Point","coordinates":[-0.3584991,51.5168176]},"properties":{"@type":"node","@id":8200245944,"@timestamp":1607300855},"coords":"51.5168176,-0.3584991","bedrooms":"0","price":"245000","area":"657"} , +{"type":"Feature","id":"n8200245968","geometry":{"type":"Point","coordinates":[-0.3584229,51.5163031]},"properties":{"@type":"node","@id":8200245968,"@timestamp":1607300855},"coords":"51.5163031,-0.3584229","bedrooms":"4","price":"268000","area":"416"} , +{"type":"Feature","id":"n8200245991","geometry":{"type":"Point","coordinates":[-0.3582402,51.51662]},"properties":{"@type":"node","@id":8200245991,"@timestamp":1607300855},"coords":"51.51662,-0.3582402","bedrooms":"2","price":"249000","area":"628"} , +{"type":"Feature","id":"n8200246010","geometry":{"type":"Point","coordinates":[-0.3586509,51.5168299]},"properties":{"@type":"node","@id":8200246010,"@timestamp":1607300855},"coords":"51.5168299,-0.3586509","bedrooms":"0","price":"201000","area":"427"} , +{"type":"Feature","id":"n8200284812","geometry":{"type":"Point","coordinates":[0.2021286,51.4274047]},"properties":{"@type":"node","@id":8200284812,"@timestamp":1607303370},"coords":"51.4274047,0.2021286","bedrooms":"4","price":"282000","area":"683"} , +{"type":"Feature","id":"n8200353588","geometry":{"type":"Point","coordinates":[0.2045441,51.4222801]},"properties":{"@type":"node","@id":8200353588,"@timestamp":1607305428},"coords":"51.4222801,0.2045441","bedrooms":"2","price":"162000","area":"451"} , +{"type":"Feature","id":"n8201093254","geometry":{"type":"Point","coordinates":[-0.8917802,51.3164145]},"properties":{"@type":"node","@id":8201093254,"@timestamp":1607326998},"coords":"51.3164145,-0.8917802","bedrooms":"2","price":"184000","area":"620"} , +{"type":"Feature","id":"n8201279103","geometry":{"type":"Point","coordinates":[-0.4286952,51.5059372]},"properties":{"@type":"node","@id":8201279103,"@timestamp":1607331102},"coords":"51.5059372,-0.4286952","bedrooms":"4","price":"203000","area":"392"} , +{"type":"Feature","id":"n8201286418","geometry":{"type":"Point","coordinates":[-0.4288541,51.5059908]},"properties":{"@type":"node","@id":8201286418,"@timestamp":1607331102},"coords":"51.5059908,-0.4288541","bedrooms":"0","price":"223000","area":"572"} , +{"type":"Feature","id":"n8201286430","geometry":{"type":"Point","coordinates":[-0.4287386,51.5075015]},"properties":{"@type":"node","@id":8201286430,"@timestamp":1607331102},"coords":"51.5075015,-0.4287386","bedrooms":"1","price":"220000","area":"640"} , +{"type":"Feature","id":"n8201286441","geometry":{"type":"Point","coordinates":[-0.4252159,51.5008413]},"properties":{"@type":"node","@id":8201286441,"@timestamp":1607331102},"coords":"51.5008413,-0.4252159","bedrooms":"1","price":"203000","area":"419"} , +{"type":"Feature","id":"n8201286453","geometry":{"type":"Point","coordinates":[-0.4286161,51.5062534]},"properties":{"@type":"node","@id":8201286453,"@timestamp":1607331102},"coords":"51.5062534,-0.4286161","bedrooms":"4","price":"177000","area":"401"} , +{"type":"Feature","id":"n8201286463","geometry":{"type":"Point","coordinates":[-0.4301834,51.5076804]},"properties":{"@type":"node","@id":8201286463,"@timestamp":1607331102},"coords":"51.5076804,-0.4301834","bedrooms":"3","price":"221000","area":"665"} , +{"type":"Feature","id":"n8201286473","geometry":{"type":"Point","coordinates":[-0.4251781,51.5009134]},"properties":{"@type":"node","@id":8201286473,"@timestamp":1607331102},"coords":"51.5009134,-0.4251781","bedrooms":"3","price":"171000","area":"452"} , +{"type":"Feature","id":"n8201286483","geometry":{"type":"Point","coordinates":[-0.4414245,51.4832624]},"properties":{"@type":"node","@id":8201286483,"@timestamp":1607331102},"coords":"51.4832624,-0.4414245","bedrooms":"1","price":"235000","area":"655"} , +{"type":"Feature","id":"n8201286494","geometry":{"type":"Point","coordinates":[-0.4290246,51.5074862]},"properties":{"@type":"node","@id":8201286494,"@timestamp":1607331102},"coords":"51.5074862,-0.4290246","bedrooms":"3","price":"281000","area":"669"} , +{"type":"Feature","id":"n8201286504","geometry":{"type":"Point","coordinates":[-0.4250365,51.501173]},"properties":{"@type":"node","@id":8201286504,"@timestamp":1607331102},"coords":"51.501173,-0.4250365","bedrooms":"1","price":"229000","area":"483"} , +{"type":"Feature","id":"n8201360606","geometry":{"type":"Point","coordinates":[-0.2373438,51.2919995]},"properties":{"@type":"node","@id":8201360606,"@timestamp":1619270385},"coords":"51.2919995,-0.2373438","bedrooms":"4","price":"274000","area":"589"} , +{"type":"Feature","id":"n8201636443","geometry":{"type":"Point","coordinates":[-0.1806834,51.4851312]},"properties":{"@type":"node","@id":8201636443,"@timestamp":1607338504},"coords":"51.4851312,-0.1806834","bedrooms":"1","price":"262000","area":"515"} , +{"type":"Feature","id":"n8201636453","geometry":{"type":"Point","coordinates":[-0.1800821,51.4847118]},"properties":{"@type":"node","@id":8201636453,"@timestamp":1607338504},"coords":"51.4847118,-0.1800821","bedrooms":"2","price":"248000","area":"546"} , +{"type":"Feature","id":"n8201636463","geometry":{"type":"Point","coordinates":[-0.1794758,51.4842889]},"properties":{"@type":"node","@id":8201636463,"@timestamp":1607338504},"coords":"51.4842889,-0.1794758","bedrooms":"0","price":"297000","area":"651"} , +{"type":"Feature","id":"n8201743391","geometry":{"type":"Point","coordinates":[0.0962345,51.6113747]},"properties":{"@type":"node","@id":8201743391,"@timestamp":1607340679},"coords":"51.6113747,0.0962345","bedrooms":"0","price":"298000","area":"575"} , +{"type":"Feature","id":"n8202059382","geometry":{"type":"Point","coordinates":[-0.1185633,51.4420495]},"properties":{"@type":"node","@id":8202059382,"@timestamp":1607349390},"coords":"51.4420495,-0.1185633","bedrooms":"4","price":"162000","area":"382"} , +{"type":"Feature","id":"n8202179512","geometry":{"type":"Point","coordinates":[0.3812634,51.217981]},"properties":{"@type":"node","@id":8202179512,"@timestamp":1607353101},"coords":"51.217981,0.3812634","bedrooms":"3","price":"167000","area":"685"} , +{"type":"Feature","id":"n8202314468","geometry":{"type":"Point","coordinates":[0.3914153,51.1870116]},"properties":{"@type":"node","@id":8202314468,"@timestamp":1607355651},"coords":"51.1870116,0.3914153","bedrooms":"4","price":"267000","area":"454"} , +{"type":"Feature","id":"n8202479937","geometry":{"type":"Point","coordinates":[-0.40696,51.5081289]},"properties":{"@type":"node","@id":8202479937,"@timestamp":1607358914},"coords":"51.5081289,-0.40696","bedrooms":"3","price":"195000","area":"370"} , +{"type":"Feature","id":"n8202479947","geometry":{"type":"Point","coordinates":[-0.4117593,51.5102513]},"properties":{"@type":"node","@id":8202479947,"@timestamp":1607358914},"coords":"51.5102513,-0.4117593","bedrooms":"1","price":"285000","area":"389"} , +{"type":"Feature","id":"n8202479957","geometry":{"type":"Point","coordinates":[-0.4147622,51.5125452]},"properties":{"@type":"node","@id":8202479957,"@timestamp":1607358914},"coords":"51.5125452,-0.4147622","bedrooms":"1","price":"195000","area":"461"} , +{"type":"Feature","id":"n8202479967","geometry":{"type":"Point","coordinates":[-0.4110568,51.5100018]},"properties":{"@type":"node","@id":8202479967,"@timestamp":1607358914},"coords":"51.5100018,-0.4110568","bedrooms":"3","price":"179000","area":"560"} , +{"type":"Feature","id":"n8202479977","geometry":{"type":"Point","coordinates":[-0.4146849,51.5125514]},"properties":{"@type":"node","@id":8202479977,"@timestamp":1607358914},"coords":"51.5125514,-0.4146849","bedrooms":"4","price":"284000","area":"689"} , +{"type":"Feature","id":"n8202479987","geometry":{"type":"Point","coordinates":[-0.4209836,51.5149575]},"properties":{"@type":"node","@id":8202479987,"@timestamp":1607358914},"coords":"51.5149575,-0.4209836","bedrooms":"2","price":"180000","area":"642"} , +{"type":"Feature","id":"n8202479997","geometry":{"type":"Point","coordinates":[-0.4226161,51.5141802]},"properties":{"@type":"node","@id":8202479997,"@timestamp":1607358914},"coords":"51.5141802,-0.4226161","bedrooms":"1","price":"267000","area":"672"} , +{"type":"Feature","id":"n8202480007","geometry":{"type":"Point","coordinates":[-0.406078,51.5081122]},"properties":{"@type":"node","@id":8202480007,"@timestamp":1607358914},"coords":"51.5081122,-0.406078","bedrooms":"2","price":"194000","area":"460"} , +{"type":"Feature","id":"n8202504017","geometry":{"type":"Point","coordinates":[-0.4065332,51.5082398]},"properties":{"@type":"node","@id":8202504017,"@timestamp":1607358914},"coords":"51.5082398,-0.4065332","bedrooms":"4","price":"279000","area":"368"} , +{"type":"Feature","id":"n8202504027","geometry":{"type":"Point","coordinates":[-0.421933,51.5135816]},"properties":{"@type":"node","@id":8202504027,"@timestamp":1607358914},"coords":"51.5135816,-0.421933","bedrooms":"3","price":"255000","area":"660"} , +{"type":"Feature","id":"n8202504037","geometry":{"type":"Point","coordinates":[-0.4075517,51.5078414]},"properties":{"@type":"node","@id":8202504037,"@timestamp":1607358914},"coords":"51.5078414,-0.4075517","bedrooms":"1","price":"254000","area":"458"} , +{"type":"Feature","id":"n8202504047","geometry":{"type":"Point","coordinates":[-0.4168246,51.5141147]},"properties":{"@type":"node","@id":8202504047,"@timestamp":1607358914},"coords":"51.5141147,-0.4168246","bedrooms":"1","price":"214000","area":"631"} , +{"type":"Feature","id":"n8202504057","geometry":{"type":"Point","coordinates":[-0.4074485,51.5075335]},"properties":{"@type":"node","@id":8202504057,"@timestamp":1607358914},"coords":"51.5075335,-0.4074485","bedrooms":"3","price":"264000","area":"680"} , +{"type":"Feature","id":"n8202776611","geometry":{"type":"Point","coordinates":[0.1390634,51.1676312]},"properties":{"@type":"node","@id":8202776611,"@timestamp":1607365157},"coords":"51.1676312,0.1390634","bedrooms":"2","price":"254000","area":"500"} , +{"type":"Feature","id":"n8202847207","geometry":{"type":"Point","coordinates":[-0.1811829,51.4834359]},"properties":{"@type":"node","@id":8202847207,"@timestamp":1607365914},"coords":"51.4834359,-0.1811829","bedrooms":"4","price":"160000","area":"505"} , +{"type":"Feature","id":"n8202852917","geometry":{"type":"Point","coordinates":[-0.180251,51.4837934]},"properties":{"@type":"node","@id":8202852917,"@timestamp":1607365914},"coords":"51.4837934,-0.180251","bedrooms":"3","price":"250000","area":"500"} , +{"type":"Feature","id":"n8202852948","geometry":{"type":"Point","coordinates":[-0.1811051,51.4826037]},"properties":{"@type":"node","@id":8202852948,"@timestamp":1607365914},"coords":"51.4826037,-0.1811051","bedrooms":"0","price":"275000","area":"640"} , +{"type":"Feature","id":"n8202852986","geometry":{"type":"Point","coordinates":[-0.1806925,51.4822035]},"properties":{"@type":"node","@id":8202852986,"@timestamp":1607365914},"coords":"51.4822035,-0.1806925","bedrooms":"1","price":"234000","area":"551"} , +{"type":"Feature","id":"n8202853023","geometry":{"type":"Point","coordinates":[-0.1819493,51.4830692]},"properties":{"@type":"node","@id":8202853023,"@timestamp":1607365914},"coords":"51.4830692,-0.1819493","bedrooms":"4","price":"159000","area":"482"} , +{"type":"Feature","id":"n8202853033","geometry":{"type":"Point","coordinates":[-0.1815792,51.4826953]},"properties":{"@type":"node","@id":8202853033,"@timestamp":1607365914},"coords":"51.4826953,-0.1815792","bedrooms":"4","price":"177000","area":"634"} , +{"type":"Feature","id":"n8202853043","geometry":{"type":"Point","coordinates":[-0.1812089,51.4823212]},"properties":{"@type":"node","@id":8202853043,"@timestamp":1607365914},"coords":"51.4823212,-0.1812089","bedrooms":"3","price":"241000","area":"412"} , +{"type":"Feature","id":"n8202853197","geometry":{"type":"Point","coordinates":[-0.1806271,51.4819965]},"properties":{"@type":"node","@id":8202853197,"@timestamp":1608574749},"coords":"51.4819965,-0.1806271","bedrooms":"0","price":"222000","area":"377"} , +{"type":"Feature","id":"n8204021291","geometry":{"type":"Point","coordinates":[0.0512602,51.2037208]},"properties":{"@type":"node","@id":8204021291,"@timestamp":1607395394},"coords":"51.2037208,0.0512602","bedrooms":"4","price":"264000","area":"672"} , +{"type":"Feature","id":"n8204092016","geometry":{"type":"Point","coordinates":[0.5212329,51.1827655]},"properties":{"@type":"node","@id":8204092016,"@timestamp":1607396260},"coords":"51.1827655,0.5212329","bedrooms":"4","price":"202000","area":"537"} , +{"type":"Feature","id":"n8204105159","geometry":{"type":"Point","coordinates":[0.5878248,51.1850851]},"properties":{"@type":"node","@id":8204105159,"@timestamp":1607397326},"coords":"51.1850851,0.5878248","bedrooms":"4","price":"253000","area":"580"} , +{"type":"Feature","id":"n8204132906","geometry":{"type":"Point","coordinates":[0.6256497,51.375314]},"properties":{"@type":"node","@id":8204132906,"@timestamp":1607400498},"coords":"51.375314,0.6256497","bedrooms":"2","price":"241000","area":"351"} , +{"type":"Feature","id":"n8204143822","geometry":{"type":"Point","coordinates":[0.1690012,51.3950704]},"properties":{"@type":"node","@id":8204143822,"@timestamp":1617664625},"coords":"51.3950704,0.1690012","bedrooms":"1","price":"295000","area":"686"} , +{"type":"Feature","id":"n8204180367","geometry":{"type":"Point","coordinates":[0.5242036,51.207835]},"properties":{"@type":"node","@id":8204180367,"@timestamp":1607400361},"coords":"51.207835,0.5242036","bedrooms":"3","price":"202000","area":"658"} , +{"type":"Feature","id":"n8204223130","geometry":{"type":"Point","coordinates":[0.4303285,51.202505]},"properties":{"@type":"node","@id":8204223130,"@timestamp":1607401504},"coords":"51.202505,0.4303285","bedrooms":"0","price":"259000","area":"377"} , +{"type":"Feature","id":"n8204260425","geometry":{"type":"Point","coordinates":[0.3512127,51.3793594]},"properties":{"@type":"node","@id":8204260425,"@timestamp":1607402995},"coords":"51.3793594,0.3512127","bedrooms":"1","price":"190000","area":"607"} , +{"type":"Feature","id":"n8204269064","geometry":{"type":"Point","coordinates":[-0.433878,51.518389]},"properties":{"@type":"node","@id":8204269064,"@timestamp":1607403246},"coords":"51.518389,-0.433878","bedrooms":"1","price":"177000","area":"504"} , +{"type":"Feature","id":"n8204269077","geometry":{"type":"Point","coordinates":[-0.4020829,51.5187594]},"properties":{"@type":"node","@id":8204269077,"@timestamp":1607403246},"coords":"51.5187594,-0.4020829","bedrooms":"0","price":"299000","area":"474"} , +{"type":"Feature","id":"n8204269089","geometry":{"type":"Point","coordinates":[-0.4352622,51.5214555]},"properties":{"@type":"node","@id":8204269089,"@timestamp":1607403246},"coords":"51.5214555,-0.4352622","bedrooms":"2","price":"178000","area":"383"} , +{"type":"Feature","id":"n8204269109","geometry":{"type":"Point","coordinates":[-0.4022762,51.5179015]},"properties":{"@type":"node","@id":8204269109,"@timestamp":1607403246},"coords":"51.5179015,-0.4022762","bedrooms":"2","price":"254000","area":"606"} , +{"type":"Feature","id":"n8204273320","geometry":{"type":"Point","coordinates":[-0.4462282,51.5219785]},"properties":{"@type":"node","@id":8204273320,"@timestamp":1607403246},"coords":"51.5219785,-0.4462282","bedrooms":"1","price":"237000","area":"685"} , +{"type":"Feature","id":"n8204273333","geometry":{"type":"Point","coordinates":[-0.4342441,51.518859]},"properties":{"@type":"node","@id":8204273333,"@timestamp":1607403246},"coords":"51.518859,-0.4342441","bedrooms":"1","price":"295000","area":"546"} , +{"type":"Feature","id":"n8204273343","geometry":{"type":"Point","coordinates":[-0.4022389,51.5178659]},"properties":{"@type":"node","@id":8204273343,"@timestamp":1607403246},"coords":"51.5178659,-0.4022389","bedrooms":"2","price":"218000","area":"417"} , +{"type":"Feature","id":"n8204273357","geometry":{"type":"Point","coordinates":[-0.4020501,51.5187933]},"properties":{"@type":"node","@id":8204273357,"@timestamp":1607403246},"coords":"51.5187933,-0.4020501","bedrooms":"1","price":"234000","area":"517"} , +{"type":"Feature","id":"n8204290226","geometry":{"type":"Point","coordinates":[0.3435964,51.3842879]},"properties":{"@type":"node","@id":8204290226,"@timestamp":1607404039},"coords":"51.3842879,0.3435964","bedrooms":"1","price":"269000","area":"654"} , +{"type":"Feature","id":"n8204370924","geometry":{"type":"Point","coordinates":[0.6265084,51.053472]},"properties":{"@type":"node","@id":8204370924,"@timestamp":1607405235},"coords":"51.053472,0.6265084","bedrooms":"3","price":"224000","area":"696"} , +{"type":"Feature","id":"n8204393596","geometry":{"type":"Point","coordinates":[-0.1802466,51.4827545]},"properties":{"@type":"node","@id":8204393596,"@timestamp":1607442072},"coords":"51.4827545,-0.1802466","bedrooms":"2","price":"242000","area":"504"} , +{"type":"Feature","id":"n8204394699","geometry":{"type":"Point","coordinates":[0.6078835,51.2207892]},"properties":{"@type":"node","@id":8204394699,"@timestamp":1607407208},"coords":"51.2207892,0.6078835","bedrooms":"3","price":"295000","area":"672"} , +{"type":"Feature","id":"n8204405337","geometry":{"type":"Point","coordinates":[-0.1810238,51.4829971]},"properties":{"@type":"node","@id":8204405337,"@timestamp":1607406256},"coords":"51.4829971,-0.1810238","bedrooms":"1","price":"182000","area":"358"} , +{"type":"Feature","id":"n8204407529","geometry":{"type":"Point","coordinates":[0.2220636,51.2875678]},"properties":{"@type":"node","@id":8204407529,"@timestamp":1607406743},"coords":"51.2875678,0.2220636","bedrooms":"2","price":"254000","area":"480"} , +{"type":"Feature","id":"n8204442302","geometry":{"type":"Point","coordinates":[0.3380394,51.3918025]},"properties":{"@type":"node","@id":8204442302,"@timestamp":1607407692},"coords":"51.3918025,0.3380394","bedrooms":"1","price":"220000","area":"409"} , +{"type":"Feature","id":"n8204486296","geometry":{"type":"Point","coordinates":[0.4415979,51.1567584]},"properties":{"@type":"node","@id":8204486296,"@timestamp":1607409066},"coords":"51.1567584,0.4415979","bedrooms":"3","price":"242000","area":"387"} , +{"type":"Feature","id":"n8204536401","geometry":{"type":"Point","coordinates":[0.1620805,51.0304665]},"properties":{"@type":"node","@id":8204536401,"@timestamp":1607410634},"coords":"51.0304665,0.1620805","bedrooms":"3","price":"280000","area":"614"} , +{"type":"Feature","id":"n8204565006","geometry":{"type":"Point","coordinates":[0.6448447,51.1779044]},"properties":{"@type":"node","@id":8204565006,"@timestamp":1607410777},"coords":"51.1779044,0.6448447","bedrooms":"1","price":"256000","area":"672"} , +{"type":"Feature","id":"n8204606148","geometry":{"type":"Point","coordinates":[0.4656363,51.2391318]},"properties":{"@type":"node","@id":8204606148,"@timestamp":1607412082},"coords":"51.2391318,0.4656363","bedrooms":"4","price":"157000","area":"526"} , +{"type":"Feature","id":"n8204655172","geometry":{"type":"Point","coordinates":[0.5639982,51.3502565]},"properties":{"@type":"node","@id":8204655172,"@timestamp":1607413389},"coords":"51.3502565,0.5639982","bedrooms":"4","price":"295000","area":"563"} , +{"type":"Feature","id":"n8204745676","geometry":{"type":"Point","coordinates":[-0.1800414,51.4830982]},"properties":{"@type":"node","@id":8204745676,"@timestamp":1607415246},"coords":"51.4830982,-0.1800414","bedrooms":"2","price":"270000","area":"667"} , +{"type":"Feature","id":"n8204754196","geometry":{"type":"Point","coordinates":[0.576214,51.174347]},"properties":{"@type":"node","@id":8204754196,"@timestamp":1607416289},"coords":"51.174347,0.576214","bedrooms":"0","price":"210000","area":"547"} , +{"type":"Feature","id":"n8204758114","geometry":{"type":"Point","coordinates":[0.3504867,51.3982796]},"properties":{"@type":"node","@id":8204758114,"@timestamp":1607415556},"coords":"51.3982796,0.3504867","bedrooms":"3","price":"202000","area":"500"} , +{"type":"Feature","id":"n8204805675","geometry":{"type":"Point","coordinates":[0.4298614,51.2594864]},"properties":{"@type":"node","@id":8204805675,"@timestamp":1607416301},"coords":"51.2594864,0.4298614","bedrooms":"0","price":"220000","area":"602"} , +{"type":"Feature","id":"n8204852305","geometry":{"type":"Point","coordinates":[-0.006196,51.5350285]},"properties":{"@type":"node","@id":8204852305,"@timestamp":1607417613},"coords":"51.5350285,-0.006196","bedrooms":"3","price":"239000","area":"436"} , +{"type":"Feature","id":"n8204852432","geometry":{"type":"Point","coordinates":[0.4590702,51.1191762]},"properties":{"@type":"node","@id":8204852432,"@timestamp":1607417584},"coords":"51.1191762,0.4590702","bedrooms":"4","price":"192000","area":"692"} , +{"type":"Feature","id":"n8204920634","geometry":{"type":"Point","coordinates":[0.544925,51.0382694]},"properties":{"@type":"node","@id":8204920634,"@timestamp":1607418908},"coords":"51.0382694,0.544925","bedrooms":"1","price":"186000","area":"522"} , +{"type":"Feature","id":"n8204999568","geometry":{"type":"Point","coordinates":[0.4942381,51.2700953]},"properties":{"@type":"node","@id":8204999568,"@timestamp":1607420795},"coords":"51.2700953,0.4942381","bedrooms":"4","price":"285000","area":"533"} , +{"type":"Feature","id":"n8205110152","geometry":{"type":"Point","coordinates":[0.6996657,51.334222]},"properties":{"@type":"node","@id":8205110152,"@timestamp":1607423450},"coords":"51.334222,0.6996657","bedrooms":"3","price":"196000","area":"669"} , +{"type":"Feature","id":"n8205173372","geometry":{"type":"Point","coordinates":[-0.3284234,51.0737946]},"properties":{"@type":"node","@id":8205173372,"@timestamp":1607424237},"coords":"51.0737946,-0.3284234","bedrooms":"1","price":"155000","area":"354"} , +{"type":"Feature","id":"n8205262704","geometry":{"type":"Point","coordinates":[0.6311942,51.1164601]},"properties":{"@type":"node","@id":8205262704,"@timestamp":1607427126},"coords":"51.1164601,0.6311942","bedrooms":"4","price":"179000","area":"531"} , +{"type":"Feature","id":"n8205387438","geometry":{"type":"Point","coordinates":[0.3654481,50.941301]},"properties":{"@type":"node","@id":8205387438,"@timestamp":1607429567},"coords":"50.941301,0.3654481","bedrooms":"0","price":"152000","area":"390"} , +{"type":"Feature","id":"n8205398534","geometry":{"type":"Point","coordinates":[0.014688,51.5552346]},"properties":{"@type":"node","@id":8205398534,"@timestamp":1619629577},"coords":"51.5552346,0.014688","bedrooms":"3","price":"281000","area":"548"} , +{"type":"Feature","id":"n8205398667","geometry":{"type":"Point","coordinates":[0.017525,51.556209]},"properties":{"@type":"node","@id":8205398667,"@timestamp":1628016869},"coords":"51.556209,0.017525","bedrooms":"2","price":"154000","area":"648"} , +{"type":"Feature","id":"n8205398677","geometry":{"type":"Point","coordinates":[0.0174142,51.5562074]},"properties":{"@type":"node","@id":8205398677,"@timestamp":1607429822},"coords":"51.5562074,0.0174142","bedrooms":"0","price":"207000","area":"521"} , +{"type":"Feature","id":"n8205398789","geometry":{"type":"Point","coordinates":[0.0153261,51.5549312]},"properties":{"@type":"node","@id":8205398789,"@timestamp":1607429822},"coords":"51.5549312,0.0153261","bedrooms":"2","price":"297000","area":"673"} , +{"type":"Feature","id":"n8205398799","geometry":{"type":"Point","coordinates":[0.0174464,51.5557208]},"properties":{"@type":"node","@id":8205398799,"@timestamp":1607429822},"coords":"51.5557208,0.0174464","bedrooms":"0","price":"277000","area":"680"} , +{"type":"Feature","id":"n8205490279","geometry":{"type":"Point","coordinates":[-0.3286535,51.0746447]},"properties":{"@type":"node","@id":8205490279,"@timestamp":1607431712},"coords":"51.0746447,-0.3286535","bedrooms":"3","price":"266000","area":"610"} , +{"type":"Feature","id":"n8205583056","geometry":{"type":"Point","coordinates":[-0.1205473,51.4433855]},"properties":{"@type":"node","@id":8205583056,"@timestamp":1607434285},"coords":"51.4433855,-0.1205473","bedrooms":"4","price":"217000","area":"488"} , +{"type":"Feature","id":"n8205653965","geometry":{"type":"Point","coordinates":[0.6636368,51.2043422]},"properties":{"@type":"node","@id":8205653965,"@timestamp":1607435776},"coords":"51.2043422,0.6636368","bedrooms":"1","price":"241000","area":"510"} , +{"type":"Feature","id":"n8205776492","geometry":{"type":"Point","coordinates":[-0.079823,51.5621251]},"properties":{"@type":"node","@id":8205776492,"@timestamp":1607440360},"coords":"51.5621251,-0.079823","bedrooms":"2","price":"165000","area":"666"} , +{"type":"Feature","id":"n8205936329","geometry":{"type":"Point","coordinates":[-0.1192351,51.4434598]},"properties":{"@type":"node","@id":8205936329,"@timestamp":1607441164},"coords":"51.4434598,-0.1192351","bedrooms":"2","price":"241000","area":"457"} , +{"type":"Feature","id":"n8206018806","geometry":{"type":"Point","coordinates":[-0.1076405,51.5501528]},"properties":{"@type":"node","@id":8206018806,"@timestamp":1626200090},"coords":"51.5501528,-0.1076405","bedrooms":"2","price":"283000","area":"542"} , +{"type":"Feature","id":"n8206603778","geometry":{"type":"Point","coordinates":[0.0159524,51.5557625]},"properties":{"@type":"node","@id":8206603778,"@timestamp":1607445893},"coords":"51.5557625,0.0159524","bedrooms":"2","price":"295000","area":"401"} , +{"type":"Feature","id":"n8206603795","geometry":{"type":"Point","coordinates":[0.0169013,51.556146]},"properties":{"@type":"node","@id":8206603795,"@timestamp":1607445893},"coords":"51.556146,0.0169013","bedrooms":"4","price":"253000","area":"668"} , +{"type":"Feature","id":"n8206615334","geometry":{"type":"Point","coordinates":[0.017254,51.5562399]},"properties":{"@type":"node","@id":8206615334,"@timestamp":1607445893},"coords":"51.5562399,0.017254","bedrooms":"2","price":"266000","area":"378"} , +{"type":"Feature","id":"n8206732738","geometry":{"type":"Point","coordinates":[0.4567332,51.3104698]},"properties":{"@type":"node","@id":8206732738,"@timestamp":1607448312},"coords":"51.3104698,0.4567332","bedrooms":"3","price":"272000","area":"458"} , +{"type":"Feature","id":"n8206779963","geometry":{"type":"Point","coordinates":[0.0144841,51.555808]},"properties":{"@type":"node","@id":8206779963,"@timestamp":1619705576},"coords":"51.555808,0.0144841","bedrooms":"4","price":"243000","area":"662"} , +{"type":"Feature","id":"n8206779975","geometry":{"type":"Point","coordinates":[0.0169395,51.5564279]},"properties":{"@type":"node","@id":8206779975,"@timestamp":1607449346},"coords":"51.5564279,0.0169395","bedrooms":"1","price":"212000","area":"440"} , +{"type":"Feature","id":"n8206784250","geometry":{"type":"Point","coordinates":[0.0160021,51.5562862]},"properties":{"@type":"node","@id":8206784250,"@timestamp":1607449346},"coords":"51.5562862,0.0160021","bedrooms":"4","price":"240000","area":"608"} , +{"type":"Feature","id":"n8206817960","geometry":{"type":"Point","coordinates":[-0.2298654,51.4087872]},"properties":{"@type":"node","@id":8206817960,"@timestamp":1609406794},"coords":"51.4087872,-0.2298654","bedrooms":"4","price":"273000","area":"368"} , +{"type":"Feature","id":"n8207050962","geometry":{"type":"Point","coordinates":[0.2254622,51.9235432]},"properties":{"@type":"node","@id":8207050962,"@timestamp":1622590671},"coords":"51.9235432,0.2254622","bedrooms":"0","price":"190000","area":"421"} , +{"type":"Feature","id":"n8207397029","geometry":{"type":"Point","coordinates":[-0.2569408,51.4032885]},"properties":{"@type":"node","@id":8207397029,"@timestamp":1607460515},"coords":"51.4032885,-0.2569408","bedrooms":"4","price":"213000","area":"617"} , +{"type":"Feature","id":"n8207419897","geometry":{"type":"Point","coordinates":[0.3269554,51.9026695]},"properties":{"@type":"node","@id":8207419897,"@timestamp":1607460396},"coords":"51.9026695,0.3269554","bedrooms":"2","price":"154000","area":"498"} , +{"type":"Feature","id":"n8207553848","geometry":{"type":"Point","coordinates":[-0.4451454,51.5991177]},"properties":{"@type":"node","@id":8207553848,"@timestamp":1607463242},"coords":"51.5991177,-0.4451454","bedrooms":"4","price":"270000","area":"660"} , +{"type":"Feature","id":"n8208049801","geometry":{"type":"Point","coordinates":[0.7418151,51.3533371]},"properties":{"@type":"node","@id":8208049801,"@timestamp":1607482162},"coords":"51.3533371,0.7418151","bedrooms":"3","price":"163000","area":"484"} , +{"type":"Feature","id":"n8208073061","geometry":{"type":"Point","coordinates":[-0.1399699,51.5221775]},"properties":{"@type":"node","@id":8208073061,"@timestamp":1607975432},"coords":"51.5221775,-0.1399699","bedrooms":"4","price":"233000","area":"539"} , +{"type":"Feature","id":"n8208211432","geometry":{"type":"Point","coordinates":[-0.1788054,51.4829118]},"properties":{"@type":"node","@id":8208211432,"@timestamp":1607488439},"coords":"51.4829118,-0.1788054","bedrooms":"1","price":"195000","area":"424"} , +{"type":"Feature","id":"n8208448004","geometry":{"type":"Point","coordinates":[-0.0276471,51.0011532]},"properties":{"@type":"node","@id":8208448004,"@timestamp":1607495020},"coords":"51.0011532,-0.0276471","bedrooms":"1","price":"183000","area":"660"} , +{"type":"Feature","id":"n8208508417","geometry":{"type":"Point","coordinates":[-0.1694667,50.9665449]},"properties":{"@type":"node","@id":8208508417,"@timestamp":1607495500},"coords":"50.9665449,-0.1694667","bedrooms":"3","price":"263000","area":"515"} , +{"type":"Feature","id":"n8208577581","geometry":{"type":"Point","coordinates":[0.0932416,50.9921364]},"properties":{"@type":"node","@id":8208577581,"@timestamp":1607497952},"coords":"50.9921364,0.0932416","bedrooms":"2","price":"212000","area":"603"} , +{"type":"Feature","id":"n8208713039","geometry":{"type":"Point","coordinates":[-0.0976445,51.0086559]},"properties":{"@type":"node","@id":8208713039,"@timestamp":1607500982},"coords":"51.0086559,-0.0976445","bedrooms":"2","price":"162000","area":"586"} , +{"type":"Feature","id":"n8208835411","geometry":{"type":"Point","coordinates":[0.1088098,50.9540653]},"properties":{"@type":"node","@id":8208835411,"@timestamp":1607503960},"coords":"50.9540653,0.1088098","bedrooms":"4","price":"270000","area":"515"} , +{"type":"Feature","id":"n8208875037","geometry":{"type":"Point","coordinates":[-0.3997749,51.5541911]},"properties":{"@type":"node","@id":8208875037,"@timestamp":1607504373},"coords":"51.5541911,-0.3997749","bedrooms":"1","price":"239000","area":"470"} , +{"type":"Feature","id":"n8208875047","geometry":{"type":"Point","coordinates":[-0.3982432,51.5497155]},"properties":{"@type":"node","@id":8208875047,"@timestamp":1607504373},"coords":"51.5497155,-0.3982432","bedrooms":"4","price":"263000","area":"473"} , +{"type":"Feature","id":"n8208875058","geometry":{"type":"Point","coordinates":[-0.436751,51.5261007]},"properties":{"@type":"node","@id":8208875058,"@timestamp":1607504373},"coords":"51.5261007,-0.436751","bedrooms":"0","price":"289000","area":"585"} , +{"type":"Feature","id":"n8208875071","geometry":{"type":"Point","coordinates":[-0.4266654,51.5380169]},"properties":{"@type":"node","@id":8208875071,"@timestamp":1607504373},"coords":"51.5380169,-0.4266654","bedrooms":"1","price":"154000","area":"388"} , +{"type":"Feature","id":"n8208875081","geometry":{"type":"Point","coordinates":[-0.4334022,51.5382621]},"properties":{"@type":"node","@id":8208875081,"@timestamp":1607504373},"coords":"51.5382621,-0.4334022","bedrooms":"2","price":"249000","area":"621"} , +{"type":"Feature","id":"n8208875091","geometry":{"type":"Point","coordinates":[-0.4239855,51.5374712]},"properties":{"@type":"node","@id":8208875091,"@timestamp":1607504373},"coords":"51.5374712,-0.4239855","bedrooms":"0","price":"272000","area":"690"} , +{"type":"Feature","id":"n8208879960","geometry":{"type":"Point","coordinates":[-0.3146518,51.0853414]},"properties":{"@type":"node","@id":8208879960,"@timestamp":1614812611},"coords":"51.0853414,-0.3146518","bedrooms":"1","price":"156000","area":"540"} , +{"type":"Feature","id":"n8208972702","geometry":{"type":"Point","coordinates":[0.0163574,51.0527932]},"properties":{"@type":"node","@id":8208972702,"@timestamp":1607507027},"coords":"51.0527932,0.0163574","bedrooms":"1","price":"217000","area":"506"} , +{"type":"Feature","id":"n8208998563","geometry":{"type":"Point","coordinates":[-0.1212668,51.4427636]},"properties":{"@type":"node","@id":8208998563,"@timestamp":1607507688},"coords":"51.4427636,-0.1212668","bedrooms":"4","price":"198000","area":"368"} , +{"type":"Feature","id":"n8209013552","geometry":{"type":"Point","coordinates":[0.2936454,51.5129344]},"properties":{"@type":"node","@id":8209013552,"@timestamp":1607885396},"coords":"51.5129344,0.2936454","bedrooms":"4","price":"267000","area":"443"} , +{"type":"Feature","id":"n8209021041","geometry":{"type":"Point","coordinates":[-0.4302511,51.6143977]},"properties":{"@type":"node","@id":8209021041,"@timestamp":1607509146},"coords":"51.6143977,-0.4302511","bedrooms":"4","price":"192000","area":"656"} , +{"type":"Feature","id":"n8209044748","geometry":{"type":"Point","coordinates":[-0.3690372,51.5834586]},"properties":{"@type":"node","@id":8209044748,"@timestamp":1620837264},"coords":"51.5834586,-0.3690372","bedrooms":"4","price":"250000","area":"371"} , +{"type":"Feature","id":"n8209044758","geometry":{"type":"Point","coordinates":[-0.387503,51.5836013]},"properties":{"@type":"node","@id":8209044758,"@timestamp":1620542946},"coords":"51.5836013,-0.387503","bedrooms":"1","price":"161000","area":"696"} , +{"type":"Feature","id":"n8209044768","geometry":{"type":"Point","coordinates":[-0.3805772,51.5843832]},"properties":{"@type":"node","@id":8209044768,"@timestamp":1620742731},"coords":"51.5843832,-0.3805772","bedrooms":"4","price":"237000","area":"424"} , +{"type":"Feature","id":"n8209106469","geometry":{"type":"Point","coordinates":[0.3613794,51.5385052]},"properties":{"@type":"node","@id":8209106469,"@timestamp":1607510024},"coords":"51.5385052,0.3613794","bedrooms":"0","price":"292000","area":"674"} , +{"type":"Feature","id":"n8209146774","geometry":{"type":"Point","coordinates":[0.7771114,51.6753645]},"properties":{"@type":"node","@id":8209146774,"@timestamp":1607510765},"coords":"51.6753645,0.7771114","bedrooms":"4","price":"262000","area":"378"} , +{"type":"Feature","id":"n8209174235","geometry":{"type":"Point","coordinates":[0.0636537,51.5561348]},"properties":{"@type":"node","@id":8209174235,"@timestamp":1623920014},"coords":"51.5561348,0.0636537","bedrooms":"4","price":"292000","area":"467"} , +{"type":"Feature","id":"n8209196633","geometry":{"type":"Point","coordinates":[0.2156129,51.5913959]},"properties":{"@type":"node","@id":8209196633,"@timestamp":1607512148},"coords":"51.5913959,0.2156129","bedrooms":"2","price":"247000","area":"658"} , +{"type":"Feature","id":"n8209294240","geometry":{"type":"Point","coordinates":[0.4860006,51.5200035]},"properties":{"@type":"node","@id":8209294240,"@timestamp":1607513599},"coords":"51.5200035,0.4860006","bedrooms":"4","price":"295000","area":"525"} , +{"type":"Feature","id":"n8209424091","geometry":{"type":"Point","coordinates":[0.2904054,51.6640463]},"properties":{"@type":"node","@id":8209424091,"@timestamp":1607513315},"coords":"51.6640463,0.2904054","bedrooms":"0","price":"189000","area":"463"} , +{"type":"Feature","id":"n8209506378","geometry":{"type":"Point","coordinates":[0.2269396,51.6404972]},"properties":{"@type":"node","@id":8209506378,"@timestamp":1607514604},"coords":"51.6404972,0.2269396","bedrooms":"0","price":"211000","area":"465"} , +{"type":"Feature","id":"n8209527280","geometry":{"type":"Point","coordinates":[0.0146449,51.5560276]},"properties":{"@type":"node","@id":8209527280,"@timestamp":1619705576},"coords":"51.5560276,0.0146449","bedrooms":"1","price":"211000","area":"377"} , +{"type":"Feature","id":"n8209530859","geometry":{"type":"Point","coordinates":[-0.4681057,51.7548141]},"properties":{"@type":"node","@id":8209530859,"@timestamp":1607514965},"coords":"51.7548141,-0.4681057","bedrooms":"3","price":"248000","area":"358"} , +{"type":"Feature","id":"n8209530903","geometry":{"type":"Point","coordinates":[-0.4752084,51.7536018]},"properties":{"@type":"node","@id":8209530903,"@timestamp":1607514965},"coords":"51.7536018,-0.4752084","bedrooms":"2","price":"241000","area":"418"} , +{"type":"Feature","id":"n8209536238","geometry":{"type":"Point","coordinates":[0.0159283,51.5568373]},"properties":{"@type":"node","@id":8209536238,"@timestamp":1607514901},"coords":"51.5568373,0.0159283","bedrooms":"0","price":"217000","area":"421"} , +{"type":"Feature","id":"n8209536248","geometry":{"type":"Point","coordinates":[0.0158639,51.556327]},"properties":{"@type":"node","@id":8209536248,"@timestamp":1607514901},"coords":"51.556327,0.0158639","bedrooms":"2","price":"250000","area":"398"} , +{"type":"Feature","id":"n8209560480","geometry":{"type":"Point","coordinates":[0.0160436,51.5568523]},"properties":{"@type":"node","@id":8209560480,"@timestamp":1607517097},"coords":"51.5568523,0.0160436","bedrooms":"2","price":"273000","area":"533"} , +{"type":"Feature","id":"n8209610723","geometry":{"type":"Point","coordinates":[0.0168644,51.5566631]},"properties":{"@type":"node","@id":8209610723,"@timestamp":1607517097},"coords":"51.5566631,0.0168644","bedrooms":"2","price":"212000","area":"420"} , +{"type":"Feature","id":"n8209826947","geometry":{"type":"Point","coordinates":[-0.3160822,51.497961]},"properties":{"@type":"node","@id":8209826947,"@timestamp":1607534966},"coords":"51.497961,-0.3160822","bedrooms":"0","price":"287000","area":"609"} , +{"type":"Feature","id":"n8209850313","geometry":{"type":"Point","coordinates":[0.7140329,51.6721418]},"properties":{"@type":"node","@id":8209850313,"@timestamp":1607522532},"coords":"51.6721418,0.7140329","bedrooms":"2","price":"204000","area":"547"} , +{"type":"Feature","id":"n8210023315","geometry":{"type":"Point","coordinates":[0.0179779,51.5578582]},"properties":{"@type":"node","@id":8210023315,"@timestamp":1619705576},"coords":"51.5578582,0.0179779","bedrooms":"2","price":"215000","area":"384"} , +{"type":"Feature","id":"n8210236333","geometry":{"type":"Point","coordinates":[0.7512405,51.6692952]},"properties":{"@type":"node","@id":8210236333,"@timestamp":1607529283},"coords":"51.6692952,0.7512405","bedrooms":"1","price":"251000","area":"618"} , +{"type":"Feature","id":"n8210317641","geometry":{"type":"Point","coordinates":[0.0179753,51.5577703]},"properties":{"@type":"node","@id":8210317641,"@timestamp":1619705576},"coords":"51.5577703,0.0179753","bedrooms":"1","price":"228000","area":"472"} , +{"type":"Feature","id":"n8210403309","geometry":{"type":"Point","coordinates":[-0.1051183,51.4529204]},"properties":{"@type":"node","@id":8210403309,"@timestamp":1607533383},"coords":"51.4529204,-0.1051183","bedrooms":"1","price":"154000","area":"567"} , +{"type":"Feature","id":"n8210477937","geometry":{"type":"Point","coordinates":[-0.1808417,51.4859575]},"properties":{"@type":"node","@id":8210477937,"@timestamp":1607534160},"coords":"51.4859575,-0.1808417","bedrooms":"3","price":"153000","area":"466"} , +{"type":"Feature","id":"n8210529350","geometry":{"type":"Point","coordinates":[-0.4765133,51.7450888]},"properties":{"@type":"node","@id":8210529350,"@timestamp":1607535777},"coords":"51.7450888,-0.4765133","bedrooms":"1","price":"249000","area":"530"} , +{"type":"Feature","id":"n8210594145","geometry":{"type":"Point","coordinates":[-0.3306956,51.6442494]},"properties":{"@type":"node","@id":8210594145,"@timestamp":1607538436},"coords":"51.6442494,-0.3306956","bedrooms":"4","price":"178000","area":"510"} , +{"type":"Feature","id":"n8210680468","geometry":{"type":"Point","coordinates":[0.8515573,51.1537532]},"properties":{"@type":"node","@id":8210680468,"@timestamp":1607540483},"coords":"51.1537532,0.8515573","bedrooms":"2","price":"163000","area":"355"} , +{"type":"Feature","id":"n8210722080","geometry":{"type":"Point","coordinates":[-0.4947351,51.7469598]},"properties":{"@type":"node","@id":8210722080,"@timestamp":1607541224},"coords":"51.7469598,-0.4947351","bedrooms":"0","price":"247000","area":"642"} , +{"type":"Feature","id":"n8210999239","geometry":{"type":"Point","coordinates":[-0.5016599,51.7525214]},"properties":{"@type":"node","@id":8210999239,"@timestamp":1607545042},"coords":"51.7525214,-0.5016599","bedrooms":"4","price":"292000","area":"429"} , +{"type":"Feature","id":"n8211293486","geometry":{"type":"Point","coordinates":[-0.4139791,51.5775369]},"properties":{"@type":"node","@id":8211293486,"@timestamp":1607552910},"coords":"51.5775369,-0.4139791","bedrooms":"1","price":"254000","area":"661"} , +{"type":"Feature","id":"n8211293496","geometry":{"type":"Point","coordinates":[-0.4266417,51.572552]},"properties":{"@type":"node","@id":8211293496,"@timestamp":1607552910},"coords":"51.572552,-0.4266417","bedrooms":"0","price":"259000","area":"399"} , +{"type":"Feature","id":"n8211293506","geometry":{"type":"Point","coordinates":[-0.4472909,51.537632]},"properties":{"@type":"node","@id":8211293506,"@timestamp":1607552910},"coords":"51.537632,-0.4472909","bedrooms":"3","price":"260000","area":"498"} , +{"type":"Feature","id":"n8211293516","geometry":{"type":"Point","coordinates":[-0.4315437,51.5763829]},"properties":{"@type":"node","@id":8211293516,"@timestamp":1607552910},"coords":"51.5763829,-0.4315437","bedrooms":"0","price":"244000","area":"436"} , +{"type":"Feature","id":"n8211409722","geometry":{"type":"Point","coordinates":[-0.4205756,51.5959224]},"properties":{"@type":"node","@id":8211409722,"@timestamp":1607556515},"coords":"51.5959224,-0.4205756","bedrooms":"3","price":"242000","area":"670"} , +{"type":"Feature","id":"n8211509647","geometry":{"type":"Point","coordinates":[-0.2520948,51.4160065]},"properties":{"@type":"node","@id":8211509647,"@timestamp":1627698006},"coords":"51.4160065,-0.2520948","bedrooms":"4","price":"280000","area":"554"} , +{"type":"Feature","id":"n8211881971","geometry":{"type":"Point","coordinates":[0.1435653,50.9734508]},"properties":{"@type":"node","@id":8211881971,"@timestamp":1607571036},"coords":"50.9734508,0.1435653","bedrooms":"3","price":"247000","area":"466"} , +{"type":"Feature","id":"n8211966300","geometry":{"type":"Point","coordinates":[-0.4532488,51.5313834]},"properties":{"@type":"node","@id":8211966300,"@timestamp":1607574864},"coords":"51.5313834,-0.4532488","bedrooms":"4","price":"211000","area":"491"} , +{"type":"Feature","id":"n8211971328","geometry":{"type":"Point","coordinates":[0.2023875,51.6316522]},"properties":{"@type":"node","@id":8211971328,"@timestamp":1607574012},"coords":"51.6316522,0.2023875","bedrooms":"3","price":"160000","area":"668"} , +{"type":"Feature","id":"n8211993531","geometry":{"type":"Point","coordinates":[-0.4605774,51.5241742]},"properties":{"@type":"node","@id":8211993531,"@timestamp":1607574864},"coords":"51.5241742,-0.4605774","bedrooms":"4","price":"205000","area":"436"} , +{"type":"Feature","id":"n8212040227","geometry":{"type":"Point","coordinates":[0.4514562,51.2975772]},"properties":{"@type":"node","@id":8212040227,"@timestamp":1623248747},"coords":"51.2975772,0.4514562","bedrooms":"0","price":"204000","area":"355"} , +{"type":"Feature","id":"n8212068685","geometry":{"type":"Point","coordinates":[-0.4696877,51.5469784]},"properties":{"@type":"node","@id":8212068685,"@timestamp":1607577357},"coords":"51.5469784,-0.4696877","bedrooms":"2","price":"272000","area":"416"} , +{"type":"Feature","id":"n8212068695","geometry":{"type":"Point","coordinates":[-0.4797242,51.5450556]},"properties":{"@type":"node","@id":8212068695,"@timestamp":1607577357},"coords":"51.5450556,-0.4797242","bedrooms":"4","price":"296000","area":"571"} , +{"type":"Feature","id":"n8212068705","geometry":{"type":"Point","coordinates":[-0.4711348,51.5459202]},"properties":{"@type":"node","@id":8212068705,"@timestamp":1607577357},"coords":"51.5459202,-0.4711348","bedrooms":"3","price":"276000","area":"633"} , +{"type":"Feature","id":"n8212068715","geometry":{"type":"Point","coordinates":[-0.4680578,51.5412992]},"properties":{"@type":"node","@id":8212068715,"@timestamp":1607577357},"coords":"51.5412992,-0.4680578","bedrooms":"3","price":"242000","area":"412"} , +{"type":"Feature","id":"n8212072325","geometry":{"type":"Point","coordinates":[-0.4703793,51.5465578]},"properties":{"@type":"node","@id":8212072325,"@timestamp":1607577357},"coords":"51.5465578,-0.4703793","bedrooms":"1","price":"211000","area":"573"} , +{"type":"Feature","id":"n8212072335","geometry":{"type":"Point","coordinates":[-0.4831535,51.5463475]},"properties":{"@type":"node","@id":8212072335,"@timestamp":1607577357},"coords":"51.5463475,-0.4831535","bedrooms":"1","price":"197000","area":"536"} , +{"type":"Feature","id":"n8212072345","geometry":{"type":"Point","coordinates":[-0.4692352,51.5412352]},"properties":{"@type":"node","@id":8212072345,"@timestamp":1607577357},"coords":"51.5412352,-0.4692352","bedrooms":"0","price":"292000","area":"385"} , +{"type":"Feature","id":"n8212072355","geometry":{"type":"Point","coordinates":[-0.4699734,51.5465967]},"properties":{"@type":"node","@id":8212072355,"@timestamp":1607577357},"coords":"51.5465967,-0.4699734","bedrooms":"4","price":"155000","area":"640"} , +{"type":"Feature","id":"n8212127263","geometry":{"type":"Point","coordinates":[0.5320443,51.5892904]},"properties":{"@type":"node","@id":8212127263,"@timestamp":1607579765},"coords":"51.5892904,0.5320443","bedrooms":"0","price":"179000","area":"527"} , +{"type":"Feature","id":"n8212179703","geometry":{"type":"Point","coordinates":[0.2501664,51.4950963]},"properties":{"@type":"node","@id":8212179703,"@timestamp":1607581155},"coords":"51.4950963,0.2501664","bedrooms":"4","price":"272000","area":"683"} , +{"type":"Feature","id":"n8212228253","geometry":{"type":"Point","coordinates":[0.7914046,51.6180079]},"properties":{"@type":"node","@id":8212228253,"@timestamp":1607582442},"coords":"51.6180079,0.7914046","bedrooms":"2","price":"270000","area":"381"} , +{"type":"Feature","id":"n8212275336","geometry":{"type":"Point","coordinates":[0.4215462,51.4299149]},"properties":{"@type":"node","@id":8212275336,"@timestamp":1607583230},"coords":"51.4299149,0.4215462","bedrooms":"2","price":"247000","area":"491"} , +{"type":"Feature","id":"n8212353129","geometry":{"type":"Point","coordinates":[0.3001249,51.7186589]},"properties":{"@type":"node","@id":8212353129,"@timestamp":1607585281},"coords":"51.7186589,0.3001249","bedrooms":"1","price":"187000","area":"662"} , +{"type":"Feature","id":"n8212389466","geometry":{"type":"Point","coordinates":[0.7438937,51.7406435]},"properties":{"@type":"node","@id":8212389466,"@timestamp":1607586481},"coords":"51.7406435,0.7438937","bedrooms":"2","price":"177000","area":"608"} , +{"type":"Feature","id":"n8212425100","geometry":{"type":"Point","coordinates":[0.3243294,51.6833989]},"properties":{"@type":"node","@id":8212425100,"@timestamp":1607587678},"coords":"51.6833989,0.3243294","bedrooms":"1","price":"236000","area":"640"} , +{"type":"Feature","id":"n8212461635","geometry":{"type":"Point","coordinates":[0.606101,51.7036004]},"properties":{"@type":"node","@id":8212461635,"@timestamp":1607588264},"coords":"51.7036004,0.606101","bedrooms":"0","price":"283000","area":"355"} , +{"type":"Feature","id":"n8212496421","geometry":{"type":"Point","coordinates":[-0.4749943,51.5487307]},"properties":{"@type":"node","@id":8212496421,"@timestamp":1607588865},"coords":"51.5487307,-0.4749943","bedrooms":"3","price":"269000","area":"643"} , +{"type":"Feature","id":"n8212496431","geometry":{"type":"Point","coordinates":[-0.4716522,51.5564076]},"properties":{"@type":"node","@id":8212496431,"@timestamp":1607588865},"coords":"51.5564076,-0.4716522","bedrooms":"2","price":"238000","area":"561"} , +{"type":"Feature","id":"n8212529899","geometry":{"type":"Point","coordinates":[0.5067027,51.5713412]},"properties":{"@type":"node","@id":8212529899,"@timestamp":1607590695},"coords":"51.5713412,0.5067027","bedrooms":"3","price":"224000","area":"674"} , +{"type":"Feature","id":"n8212603391","geometry":{"type":"Point","coordinates":[0.4326467,51.6159156]},"properties":{"@type":"node","@id":8212603391,"@timestamp":1607591240},"coords":"51.6159156,0.4326467","bedrooms":"4","price":"182000","area":"541"} , +{"type":"Feature","id":"n8212650055","geometry":{"type":"Point","coordinates":[0.8558074,51.152477]},"properties":{"@type":"node","@id":8212650055,"@timestamp":1607591962},"coords":"51.152477,0.8558074","bedrooms":"0","price":"155000","area":"426"} , +{"type":"Feature","id":"n8212701742","geometry":{"type":"Point","coordinates":[0.3985924,51.6540978]},"properties":{"@type":"node","@id":8212701742,"@timestamp":1607593438},"coords":"51.6540978,0.3985924","bedrooms":"3","price":"206000","area":"666"} , +{"type":"Feature","id":"n8212709528","geometry":{"type":"Point","coordinates":[0.4071487,51.6607252]},"properties":{"@type":"node","@id":8212709528,"@timestamp":1607593132},"coords":"51.6607252,0.4071487","bedrooms":"3","price":"290000","area":"521"} , +{"type":"Feature","id":"n8212713673","geometry":{"type":"Point","coordinates":[-0.1797037,51.4852693]},"properties":{"@type":"node","@id":8212713673,"@timestamp":1607593493},"coords":"51.4852693,-0.1797037","bedrooms":"0","price":"209000","area":"533"} , +{"type":"Feature","id":"n8212725830","geometry":{"type":"Point","coordinates":[-0.1805473,51.4852861]},"properties":{"@type":"node","@id":8212725830,"@timestamp":1607593493},"coords":"51.4852861,-0.1805473","bedrooms":"1","price":"270000","area":"368"} , +{"type":"Feature","id":"n8212789317","geometry":{"type":"Point","coordinates":[0.3389945,51.3494958]},"properties":{"@type":"node","@id":8212789317,"@timestamp":1607594566},"coords":"51.3494958,0.3389945","bedrooms":"1","price":"291000","area":"460"} , +{"type":"Feature","id":"n8212903881","geometry":{"type":"Point","coordinates":[0.3011172,50.9820926]},"properties":{"@type":"node","@id":8212903881,"@timestamp":1607595918},"coords":"50.9820926,0.3011172","bedrooms":"1","price":"257000","area":"567"} , +{"type":"Feature","id":"n8213181201","geometry":{"type":"Point","coordinates":[0.1558761,51.5215863]},"properties":{"@type":"node","@id":8213181201,"@timestamp":1607597757},"coords":"51.5215863,0.1558761","bedrooms":"4","price":"210000","area":"522"} , +{"type":"Feature","id":"n8213390282","geometry":{"type":"Point","coordinates":[0.8078166,51.6753979]},"properties":{"@type":"node","@id":8213390282,"@timestamp":1607599150},"coords":"51.6753979,0.8078166","bedrooms":"0","price":"200000","area":"441"} , +{"type":"Feature","id":"n8213610610","geometry":{"type":"Point","coordinates":[-0.6779407,51.4214197]},"properties":{"@type":"node","@id":8213610610,"@timestamp":1607603398},"coords":"51.4214197,-0.6779407","bedrooms":"4","price":"220000","area":"677"} , +{"type":"Feature","id":"n8213640932","geometry":{"type":"Point","coordinates":[-0.4831156,51.7529698]},"properties":{"@type":"node","@id":8213640932,"@timestamp":1607604031},"coords":"51.7529698,-0.4831156","bedrooms":"3","price":"280000","area":"437"} , +{"type":"Feature","id":"n8213640951","geometry":{"type":"Point","coordinates":[-0.4897033,51.746374]},"properties":{"@type":"node","@id":8213640951,"@timestamp":1607604031},"coords":"51.746374,-0.4897033","bedrooms":"0","price":"208000","area":"480"} , +{"type":"Feature","id":"n8213683620","geometry":{"type":"Point","coordinates":[-0.327062,51.5075536]},"properties":{"@type":"node","@id":8213683620,"@timestamp":1607607009},"coords":"51.5075536,-0.327062","bedrooms":"4","price":"184000","area":"478"} , +{"type":"Feature","id":"n8213784170","geometry":{"type":"Point","coordinates":[0.54298,51.2466723]},"properties":{"@type":"node","@id":8213784170,"@timestamp":1607608261},"coords":"51.2466723,0.54298","bedrooms":"2","price":"195000","area":"430"} , +{"type":"Feature","id":"n8214044850","geometry":{"type":"Point","coordinates":[-0.5135656,51.4702379]},"properties":{"@type":"node","@id":8214044850,"@timestamp":1607612421},"coords":"51.4702379,-0.5135656","bedrooms":"0","price":"186000","area":"631"} , +{"type":"Feature","id":"n8214104173","geometry":{"type":"Point","coordinates":[-0.1104086,51.4466499]},"properties":{"@type":"node","@id":8214104173,"@timestamp":1607613779},"coords":"51.4466499,-0.1104086","bedrooms":"4","price":"265000","area":"597"} , +{"type":"Feature","id":"n8214104183","geometry":{"type":"Point","coordinates":[-0.1102525,51.4461284]},"properties":{"@type":"node","@id":8214104183,"@timestamp":1607613779},"coords":"51.4461284,-0.1102525","bedrooms":"4","price":"295000","area":"590"} , +{"type":"Feature","id":"n8214131641","geometry":{"type":"Point","coordinates":[-0.4621213,51.4813798]},"properties":{"@type":"node","@id":8214131641,"@timestamp":1607614593},"coords":"51.4813798,-0.4621213","bedrooms":"0","price":"248000","area":"528"} , +{"type":"Feature","id":"n8214349646","geometry":{"type":"Point","coordinates":[-0.4734002,51.4040586]},"properties":{"@type":"node","@id":8214349646,"@timestamp":1607618611},"coords":"51.4040586,-0.4734002","bedrooms":"3","price":"274000","area":"460"} , +{"type":"Feature","id":"n8214598142","geometry":{"type":"Point","coordinates":[-0.4960158,51.5208167]},"properties":{"@type":"node","@id":8214598142,"@timestamp":1607622692},"coords":"51.5208167,-0.4960158","bedrooms":"1","price":"166000","area":"432"} , +{"type":"Feature","id":"n8214737171","geometry":{"type":"Point","coordinates":[-0.5020955,51.755607]},"properties":{"@type":"node","@id":8214737171,"@timestamp":1607624031},"coords":"51.755607,-0.5020955","bedrooms":"4","price":"288000","area":"417"} , +{"type":"Feature","id":"n8214737201","geometry":{"type":"Point","coordinates":[-0.4930431,51.7563452]},"properties":{"@type":"node","@id":8214737201,"@timestamp":1607624031},"coords":"51.7563452,-0.4930431","bedrooms":"0","price":"230000","area":"512"} , +{"type":"Feature","id":"n8214758227","geometry":{"type":"Point","coordinates":[-0.4963231,51.7517056]},"properties":{"@type":"node","@id":8214758227,"@timestamp":1607624031},"coords":"51.7517056,-0.4963231","bedrooms":"4","price":"230000","area":"630"} , +{"type":"Feature","id":"n8214769969","geometry":{"type":"Point","coordinates":[0.1869351,51.5802622]},"properties":{"@type":"node","@id":8214769969,"@timestamp":1607625123},"coords":"51.5802622,0.1869351","bedrooms":"1","price":"174000","area":"368"} , +{"type":"Feature","id":"n8214772479","geometry":{"type":"Point","coordinates":[-0.1788387,51.4840893]},"properties":{"@type":"node","@id":8214772479,"@timestamp":1607624716},"coords":"51.4840893,-0.1788387","bedrooms":"3","price":"267000","area":"511"} , +{"type":"Feature","id":"n8214772489","geometry":{"type":"Point","coordinates":[-0.1784365,51.4836977]},"properties":{"@type":"node","@id":8214772489,"@timestamp":1607624716},"coords":"51.4836977,-0.1784365","bedrooms":"1","price":"178000","area":"451"} , +{"type":"Feature","id":"n8214997719","geometry":{"type":"Point","coordinates":[-0.0865944,51.5505307]},"properties":{"@type":"node","@id":8214997719,"@timestamp":1607629037},"coords":"51.5505307,-0.0865944","bedrooms":"1","price":"169000","area":"406"} , +{"type":"Feature","id":"n8215169142","geometry":{"type":"Point","coordinates":[-0.4894964,51.7509321]},"properties":{"@type":"node","@id":8215169142,"@timestamp":1607631692},"coords":"51.7509321,-0.4894964","bedrooms":"2","price":"261000","area":"668"} , +{"type":"Feature","id":"n8215207376","geometry":{"type":"Point","coordinates":[0.2807146,51.9026511]},"properties":{"@type":"node","@id":8215207376,"@timestamp":1607632165},"coords":"51.9026511,0.2807146","bedrooms":"3","price":"185000","area":"350"} , +{"type":"Feature","id":"n8215240219","geometry":{"type":"Point","coordinates":[-0.4884576,51.7548184]},"properties":{"@type":"node","@id":8215240219,"@timestamp":1607632704},"coords":"51.7548184,-0.4884576","bedrooms":"3","price":"221000","area":"594"} , +{"type":"Feature","id":"n8215410070","geometry":{"type":"Point","coordinates":[-0.2561855,51.402531]},"properties":{"@type":"node","@id":8215410070,"@timestamp":1607637053},"coords":"51.402531,-0.2561855","bedrooms":"3","price":"245000","area":"375"} , +{"type":"Feature","id":"n8215431888","geometry":{"type":"Point","coordinates":[-0.5054823,51.7573139]},"properties":{"@type":"node","@id":8215431888,"@timestamp":1607638447},"coords":"51.7573139,-0.5054823","bedrooms":"1","price":"194000","area":"447"} , +{"type":"Feature","id":"n8215455352","geometry":{"type":"Point","coordinates":[0.0215056,51.5530256]},"properties":{"@type":"node","@id":8215455352,"@timestamp":1608199661},"coords":"51.5530256,0.0215056","bedrooms":"2","price":"292000","area":"438"} , +{"type":"Feature","id":"n8215522335","geometry":{"type":"Point","coordinates":[-0.0475799,51.4424887]},"properties":{"@type":"node","@id":8215522335,"@timestamp":1607638526},"coords":"51.4424887,-0.0475799","bedrooms":"1","price":"286000","area":"409"} , +{"type":"Feature","id":"n8217946864","geometry":{"type":"Point","coordinates":[0.1386845,51.8848557]},"properties":{"@type":"node","@id":8217946864,"@timestamp":1607646083},"coords":"51.8848557,0.1386845","bedrooms":"1","price":"196000","area":"412"} , +{"type":"Feature","id":"n8218159797","geometry":{"type":"Point","coordinates":[-0.5794909,51.5793907]},"properties":{"@type":"node","@id":8218159797,"@timestamp":1607656101},"coords":"51.5793907,-0.5794909","bedrooms":"3","price":"238000","area":"537"} , +{"type":"Feature","id":"n8218193011","geometry":{"type":"Point","coordinates":[-0.7525394,51.414578]},"properties":{"@type":"node","@id":8218193011,"@timestamp":1607657474},"coords":"51.414578,-0.7525394","bedrooms":"1","price":"273000","area":"540"} , +{"type":"Feature","id":"n8218273553","geometry":{"type":"Point","coordinates":[-0.5714186,51.5633]},"properties":{"@type":"node","@id":8218273553,"@timestamp":1607660300},"coords":"51.5633,-0.5714186","bedrooms":"4","price":"162000","area":"484"} , +{"type":"Feature","id":"n8218367216","geometry":{"type":"Point","coordinates":[-0.5874153,51.3953635]},"properties":{"@type":"node","@id":8218367216,"@timestamp":1607661127},"coords":"51.3953635,-0.5874153","bedrooms":"1","price":"201000","area":"359"} , +{"type":"Feature","id":"n8218430725","geometry":{"type":"Point","coordinates":[-0.1780241,51.4836474]},"properties":{"@type":"node","@id":8218430725,"@timestamp":1607663183},"coords":"51.4836474,-0.1780241","bedrooms":"0","price":"155000","area":"670"} , +{"type":"Feature","id":"n8218430792","geometry":{"type":"Point","coordinates":[-0.1777446,51.4835176]},"properties":{"@type":"node","@id":8218430792,"@timestamp":1607706520},"coords":"51.4835176,-0.1777446","bedrooms":"0","price":"234000","area":"635"} , +{"type":"Feature","id":"n8218477617","geometry":{"type":"Point","coordinates":[-0.7043535,51.4684656]},"properties":{"@type":"node","@id":8218477617,"@timestamp":1618948520},"coords":"51.4684656,-0.7043535","bedrooms":"3","price":"228000","area":"661"} , +{"type":"Feature","id":"n8218514087","geometry":{"type":"Point","coordinates":[-0.6598871,51.5274346]},"properties":{"@type":"node","@id":8218514087,"@timestamp":1632408362},"coords":"51.5274346,-0.6598871","bedrooms":"3","price":"273000","area":"638"} , +{"type":"Feature","id":"n8218595938","geometry":{"type":"Point","coordinates":[-0.5073794,51.4958861]},"properties":{"@type":"node","@id":8218595938,"@timestamp":1607668856},"coords":"51.4958861,-0.5073794","bedrooms":"1","price":"260000","area":"605"} , +{"type":"Feature","id":"n8218750885","geometry":{"type":"Point","coordinates":[-0.4887119,51.5377466]},"properties":{"@type":"node","@id":8218750885,"@timestamp":1607672880},"coords":"51.5377466,-0.4887119","bedrooms":"4","price":"230000","area":"684"} , +{"type":"Feature","id":"n8218750896","geometry":{"type":"Point","coordinates":[-0.4704698,51.4988143]},"properties":{"@type":"node","@id":8218750896,"@timestamp":1607672880},"coords":"51.4988143,-0.4704698","bedrooms":"1","price":"187000","area":"373"} , +{"type":"Feature","id":"n8218750906","geometry":{"type":"Point","coordinates":[-0.5113781,51.4862612]},"properties":{"@type":"node","@id":8218750906,"@timestamp":1607672880},"coords":"51.4862612,-0.5113781","bedrooms":"3","price":"283000","area":"598"} , +{"type":"Feature","id":"n8218750916","geometry":{"type":"Point","coordinates":[-0.5115846,51.4857763]},"properties":{"@type":"node","@id":8218750916,"@timestamp":1607672880},"coords":"51.4857763,-0.5115846","bedrooms":"2","price":"270000","area":"390"} , +{"type":"Feature","id":"n8218759726","geometry":{"type":"Point","coordinates":[-0.5111603,51.4861884]},"properties":{"@type":"node","@id":8218759726,"@timestamp":1607672880},"coords":"51.4861884,-0.5111603","bedrooms":"1","price":"252000","area":"691"} , +{"type":"Feature","id":"n8218759736","geometry":{"type":"Point","coordinates":[-0.5113049,51.4858617]},"properties":{"@type":"node","@id":8218759736,"@timestamp":1607672880},"coords":"51.4858617,-0.5113049","bedrooms":"1","price":"247000","area":"500"} , +{"type":"Feature","id":"n8218759746","geometry":{"type":"Point","coordinates":[-0.4725269,51.5180264]},"properties":{"@type":"node","@id":8218759746,"@timestamp":1607672880},"coords":"51.5180264,-0.4725269","bedrooms":"2","price":"172000","area":"509"} , +{"type":"Feature","id":"n8218759756","geometry":{"type":"Point","coordinates":[-0.490124,51.5373468]},"properties":{"@type":"node","@id":8218759756,"@timestamp":1607672880},"coords":"51.5373468,-0.490124","bedrooms":"3","price":"184000","area":"476"} , +{"type":"Feature","id":"n8218759766","geometry":{"type":"Point","coordinates":[-0.5111824,51.4861197]},"properties":{"@type":"node","@id":8218759766,"@timestamp":1607672880},"coords":"51.4861197,-0.5111824","bedrooms":"4","price":"293000","area":"522"} , +{"type":"Feature","id":"n8218759777","geometry":{"type":"Point","coordinates":[-0.4728365,51.5094678]},"properties":{"@type":"node","@id":8218759777,"@timestamp":1607672880},"coords":"51.5094678,-0.4728365","bedrooms":"3","price":"181000","area":"586"} , +{"type":"Feature","id":"n8218759787","geometry":{"type":"Point","coordinates":[-0.4903565,51.5373064]},"properties":{"@type":"node","@id":8218759787,"@timestamp":1607672880},"coords":"51.5373064,-0.4903565","bedrooms":"0","price":"220000","area":"673"} , +{"type":"Feature","id":"n8218759798","geometry":{"type":"Point","coordinates":[-0.4890358,51.5377469]},"properties":{"@type":"node","@id":8218759798,"@timestamp":1607672880},"coords":"51.5377469,-0.4890358","bedrooms":"4","price":"225000","area":"416"} , +{"type":"Feature","id":"n8218759808","geometry":{"type":"Point","coordinates":[-0.472438,51.5180187]},"properties":{"@type":"node","@id":8218759808,"@timestamp":1607672880},"coords":"51.5180187,-0.472438","bedrooms":"0","price":"220000","area":"357"} , +{"type":"Feature","id":"n8218759818","geometry":{"type":"Point","coordinates":[-0.4892455,51.5377121]},"properties":{"@type":"node","@id":8218759818,"@timestamp":1607672880},"coords":"51.5377121,-0.4892455","bedrooms":"2","price":"234000","area":"499"} , +{"type":"Feature","id":"n8218759828","geometry":{"type":"Point","coordinates":[-0.4893621,51.5372655]},"properties":{"@type":"node","@id":8218759828,"@timestamp":1607672880},"coords":"51.5372655,-0.4893621","bedrooms":"0","price":"150000","area":"632"} , +{"type":"Feature","id":"n8218759838","geometry":{"type":"Point","coordinates":[-0.4891478,51.5377139]},"properties":{"@type":"node","@id":8218759838,"@timestamp":1607672880},"coords":"51.5377139,-0.4891478","bedrooms":"0","price":"256000","area":"432"} , +{"type":"Feature","id":"n8218788525","geometry":{"type":"Point","coordinates":[-0.4818794,51.457866]},"properties":{"@type":"node","@id":8218788525,"@timestamp":1607673717},"coords":"51.457866,-0.4818794","bedrooms":"0","price":"240000","area":"625"} , +{"type":"Feature","id":"n8218864412","geometry":{"type":"Point","coordinates":[0.1471558,51.485437]},"properties":{"@type":"node","@id":8218864412,"@timestamp":1607676731},"coords":"51.485437,0.1471558","bedrooms":"1","price":"238000","area":"662"} , +{"type":"Feature","id":"n8218948681","geometry":{"type":"Point","coordinates":[0.1120682,51.3692052]},"properties":{"@type":"node","@id":8218948681,"@timestamp":1607677807},"coords":"51.3692052,0.1120682","bedrooms":"0","price":"249000","area":"530"} , +{"type":"Feature","id":"n8219012093","geometry":{"type":"Point","coordinates":[0.4534836,51.305773]},"properties":{"@type":"node","@id":8219012093,"@timestamp":1607679455},"coords":"51.305773,0.4534836","bedrooms":"2","price":"156000","area":"538"} , +{"type":"Feature","id":"n8219241489","geometry":{"type":"Point","coordinates":[-0.2183244,51.3799604]},"properties":{"@type":"node","@id":8219241489,"@timestamp":1607682771},"coords":"51.3799604,-0.2183244","bedrooms":"1","price":"230000","area":"618"} , +{"type":"Feature","id":"n8219274448","geometry":{"type":"Point","coordinates":[-0.2167253,51.3811778]},"properties":{"@type":"node","@id":8219274448,"@timestamp":1607682771},"coords":"51.3811778,-0.2167253","bedrooms":"0","price":"238000","area":"514"} , +{"type":"Feature","id":"n8219352626","geometry":{"type":"Point","coordinates":[-0.0133286,51.126152]},"properties":{"@type":"node","@id":8219352626,"@timestamp":1629969234},"coords":"51.126152,-0.0133286","bedrooms":"0","price":"239000","area":"470"} , +{"type":"Feature","id":"n8219430796","geometry":{"type":"Point","coordinates":[0.7132684,51.1983087]},"properties":{"@type":"node","@id":8219430796,"@timestamp":1607685642},"coords":"51.1983087,0.7132684","bedrooms":"2","price":"279000","area":"522"} , +{"type":"Feature","id":"n8219647128","geometry":{"type":"Point","coordinates":[-0.4833041,51.7590358]},"properties":{"@type":"node","@id":8219647128,"@timestamp":1607691421},"coords":"51.7590358,-0.4833041","bedrooms":"3","price":"268000","area":"494"} , +{"type":"Feature","id":"n8219684776","geometry":{"type":"Point","coordinates":[-0.1152397,51.4407458]},"properties":{"@type":"node","@id":8219684776,"@timestamp":1607692321},"coords":"51.4407458,-0.1152397","bedrooms":"0","price":"272000","area":"611"} , +{"type":"Feature","id":"n8219684786","geometry":{"type":"Point","coordinates":[-0.1157967,51.4412774]},"properties":{"@type":"node","@id":8219684786,"@timestamp":1607692321},"coords":"51.4412774,-0.1157967","bedrooms":"1","price":"214000","area":"592"} , +{"type":"Feature","id":"n8219684796","geometry":{"type":"Point","coordinates":[-0.1160711,51.4415843]},"properties":{"@type":"node","@id":8219684796,"@timestamp":1607692321},"coords":"51.4415843,-0.1160711","bedrooms":"0","price":"241000","area":"420"} , +{"type":"Feature","id":"n8219684806","geometry":{"type":"Point","coordinates":[-0.114784,51.4413014]},"properties":{"@type":"node","@id":8219684806,"@timestamp":1607692321},"coords":"51.4413014,-0.114784","bedrooms":"2","price":"296000","area":"480"} , +{"type":"Feature","id":"n8219719360","geometry":{"type":"Point","coordinates":[-0.1173643,51.4421964]},"properties":{"@type":"node","@id":8219719360,"@timestamp":1607692402},"coords":"51.4421964,-0.1173643","bedrooms":"1","price":"234000","area":"671"} , +{"type":"Feature","id":"n8219892318","geometry":{"type":"Point","coordinates":[0.0186011,51.5567223]},"properties":{"@type":"node","@id":8219892318,"@timestamp":1607696810},"coords":"51.5567223,0.0186011","bedrooms":"2","price":"281000","area":"453"} , +{"type":"Feature","id":"n8219893288","geometry":{"type":"Point","coordinates":[-0.4864667,51.7616296]},"properties":{"@type":"node","@id":8219893288,"@timestamp":1607697397},"coords":"51.7616296,-0.4864667","bedrooms":"1","price":"231000","area":"425"} , +{"type":"Feature","id":"n8219915220","geometry":{"type":"Point","coordinates":[-0.4840026,51.7617893]},"properties":{"@type":"node","@id":8219915220,"@timestamp":1607697397},"coords":"51.7617893,-0.4840026","bedrooms":"4","price":"244000","area":"479"} , +{"type":"Feature","id":"n8220031817","geometry":{"type":"Point","coordinates":[-0.485183,51.7644127]},"properties":{"@type":"node","@id":8220031817,"@timestamp":1607700437},"coords":"51.7644127,-0.485183","bedrooms":"0","price":"247000","area":"421"} , +{"type":"Feature","id":"n8220109249","geometry":{"type":"Point","coordinates":[-0.5658556,51.4259993]},"properties":{"@type":"node","@id":8220109249,"@timestamp":1607702566},"coords":"51.4259993,-0.5658556","bedrooms":"1","price":"286000","area":"448"} , +{"type":"Feature","id":"n8220109296","geometry":{"type":"Point","coordinates":[-0.5665741,51.4258742]},"properties":{"@type":"node","@id":8220109296,"@timestamp":1607702566},"coords":"51.4258742,-0.5665741","bedrooms":"1","price":"277000","area":"429"} , +{"type":"Feature","id":"n8220109306","geometry":{"type":"Point","coordinates":[-0.5621595,51.4263204]},"properties":{"@type":"node","@id":8220109306,"@timestamp":1607702566},"coords":"51.4263204,-0.5621595","bedrooms":"2","price":"297000","area":"412"} , +{"type":"Feature","id":"n8220119355","geometry":{"type":"Point","coordinates":[0.4730601,51.7544269]},"properties":{"@type":"node","@id":8220119355,"@timestamp":1618871093},"coords":"51.7544269,0.4730601","bedrooms":"1","price":"213000","area":"393"} , +{"type":"Feature","id":"n8220144118","geometry":{"type":"Point","coordinates":[-0.1452264,51.5571036]},"properties":{"@type":"node","@id":8220144118,"@timestamp":1626965807},"coords":"51.5571036,-0.1452264","bedrooms":"3","price":"183000","area":"577"} , +{"type":"Feature","id":"n8220185188","geometry":{"type":"Point","coordinates":[-0.1425134,51.5585514]},"properties":{"@type":"node","@id":8220185188,"@timestamp":1607704488},"coords":"51.5585514,-0.1425134","bedrooms":"0","price":"201000","area":"694"} , +{"type":"Feature","id":"n8220185198","geometry":{"type":"Point","coordinates":[-0.1441247,51.55789]},"properties":{"@type":"node","@id":8220185198,"@timestamp":1607704488},"coords":"51.55789,-0.1441247","bedrooms":"1","price":"175000","area":"662"} , +{"type":"Feature","id":"n8220212520","geometry":{"type":"Point","coordinates":[0.0195484,51.556538]},"properties":{"@type":"node","@id":8220212520,"@timestamp":1615322445},"coords":"51.556538,0.0195484","bedrooms":"3","price":"248000","area":"537"} , +{"type":"Feature","id":"n8220212585","geometry":{"type":"Point","coordinates":[0.0189393,51.5563291]},"properties":{"@type":"node","@id":8220212585,"@timestamp":1619705576},"coords":"51.5563291,0.0189393","bedrooms":"4","price":"275000","area":"583"} , +{"type":"Feature","id":"n8220212651","geometry":{"type":"Point","coordinates":[0.018289,51.5570118]},"properties":{"@type":"node","@id":8220212651,"@timestamp":1619705576},"coords":"51.5570118,0.018289","bedrooms":"3","price":"221000","area":"656"} , +{"type":"Feature","id":"n8220264224","geometry":{"type":"Point","coordinates":[0.0188855,51.5573193]},"properties":{"@type":"node","@id":8220264224,"@timestamp":1615322445},"coords":"51.5573193,0.0188855","bedrooms":"3","price":"266000","area":"667"} , +{"type":"Feature","id":"n8220326598","geometry":{"type":"Point","coordinates":[0.0279893,51.5001901]},"properties":{"@type":"node","@id":8220326598,"@timestamp":1607707888},"coords":"51.5001901,0.0279893","bedrooms":"0","price":"192000","area":"594"} , +{"type":"Feature","id":"n8220387718","geometry":{"type":"Point","coordinates":[-0.1248209,51.3057542]},"properties":{"@type":"node","@id":8220387718,"@timestamp":1607708667},"coords":"51.3057542,-0.1248209","bedrooms":"0","price":"162000","area":"565"} , +{"type":"Feature","id":"n8220435502","geometry":{"type":"Point","coordinates":[-0.8468256,51.6321511]},"properties":{"@type":"node","@id":8220435502,"@timestamp":1607710543},"coords":"51.6321511,-0.8468256","bedrooms":"0","price":"213000","area":"542"} , +{"type":"Feature","id":"n8220889526","geometry":{"type":"Point","coordinates":[-0.2760995,51.4040079]},"properties":{"@type":"node","@id":8220889526,"@timestamp":1631209946},"coords":"51.4040079,-0.2760995","bedrooms":"2","price":"296000","area":"427"} , +{"type":"Feature","id":"n8220989869","geometry":{"type":"Point","coordinates":[-0.5495265,51.7553096]},"properties":{"@type":"node","@id":8220989869,"@timestamp":1619945959},"coords":"51.7553096,-0.5495265","bedrooms":"0","price":"208000","area":"637"} , +{"type":"Feature","id":"n8221042536","geometry":{"type":"Point","coordinates":[-0.4725638,51.7217302]},"properties":{"@type":"node","@id":8221042536,"@timestamp":1607727082},"coords":"51.7217302,-0.4725638","bedrooms":"0","price":"160000","area":"642"} , +{"type":"Feature","id":"n8221150652","geometry":{"type":"Point","coordinates":[-0.1297724,51.5714041]},"properties":{"@type":"node","@id":8221150652,"@timestamp":1607734453},"coords":"51.5714041,-0.1297724","bedrooms":"3","price":"283000","area":"522"} , +{"type":"Feature","id":"n8221150663","geometry":{"type":"Point","coordinates":[-0.1305905,51.5710897]},"properties":{"@type":"node","@id":8221150663,"@timestamp":1607734453},"coords":"51.5710897,-0.1305905","bedrooms":"3","price":"182000","area":"573"} , +{"type":"Feature","id":"n8221150700","geometry":{"type":"Point","coordinates":[-0.1314297,51.5709402]},"properties":{"@type":"node","@id":8221150700,"@timestamp":1607734453},"coords":"51.5709402,-0.1314297","bedrooms":"1","price":"242000","area":"411"} , +{"type":"Feature","id":"n8221183726","geometry":{"type":"Point","coordinates":[-0.1320784,51.5707119]},"properties":{"@type":"node","@id":8221183726,"@timestamp":1607734453},"coords":"51.5707119,-0.1320784","bedrooms":"1","price":"228000","area":"508"} , +{"type":"Feature","id":"n8221183757","geometry":{"type":"Point","coordinates":[-0.1327609,51.5704731]},"properties":{"@type":"node","@id":8221183757,"@timestamp":1607734453},"coords":"51.5704731,-0.1327609","bedrooms":"3","price":"159000","area":"352"} , +{"type":"Feature","id":"n8221578814","geometry":{"type":"Point","coordinates":[-0.4466982,51.526398]},"properties":{"@type":"node","@id":8221578814,"@timestamp":1607765108},"coords":"51.526398,-0.4466982","bedrooms":"4","price":"279000","area":"620"} , +{"type":"Feature","id":"n8221630424","geometry":{"type":"Point","coordinates":[-0.4506648,51.5280038]},"properties":{"@type":"node","@id":8221630424,"@timestamp":1607765108},"coords":"51.5280038,-0.4506648","bedrooms":"4","price":"292000","area":"562"} , +{"type":"Feature","id":"n8221630434","geometry":{"type":"Point","coordinates":[-0.485455,51.530595]},"properties":{"@type":"node","@id":8221630434,"@timestamp":1607765108},"coords":"51.530595,-0.485455","bedrooms":"2","price":"192000","area":"411"} , +{"type":"Feature","id":"n8221630446","geometry":{"type":"Point","coordinates":[-0.4823677,51.521058]},"properties":{"@type":"node","@id":8221630446,"@timestamp":1614696919},"coords":"51.521058,-0.4823677","bedrooms":"2","price":"281000","area":"521"} , +{"type":"Feature","id":"n8221699571","geometry":{"type":"Point","coordinates":[-0.1604661,51.5251695]},"properties":{"@type":"node","@id":8221699571,"@timestamp":1607768768},"coords":"51.5251695,-0.1604661","bedrooms":"2","price":"166000","area":"686"} , +{"type":"Feature","id":"n8221699581","geometry":{"type":"Point","coordinates":[-0.1633569,51.5252015]},"properties":{"@type":"node","@id":8221699581,"@timestamp":1607768768},"coords":"51.5252015,-0.1633569","bedrooms":"2","price":"166000","area":"411"} , +{"type":"Feature","id":"n8221699591","geometry":{"type":"Point","coordinates":[-0.1628922,51.5237109]},"properties":{"@type":"node","@id":8221699591,"@timestamp":1607768768},"coords":"51.5237109,-0.1628922","bedrooms":"4","price":"219000","area":"393"} , +{"type":"Feature","id":"n8221699601","geometry":{"type":"Point","coordinates":[-0.1603517,51.5261051]},"properties":{"@type":"node","@id":8221699601,"@timestamp":1607768768},"coords":"51.5261051,-0.1603517","bedrooms":"4","price":"182000","area":"467"} , +{"type":"Feature","id":"n8221699611","geometry":{"type":"Point","coordinates":[-0.1609004,51.5266383]},"properties":{"@type":"node","@id":8221699611,"@timestamp":1607768768},"coords":"51.5266383,-0.1609004","bedrooms":"4","price":"216000","area":"431"} , +{"type":"Feature","id":"n8221725321","geometry":{"type":"Point","coordinates":[-0.161699,51.5273661]},"properties":{"@type":"node","@id":8221725321,"@timestamp":1607768768},"coords":"51.5273661,-0.161699","bedrooms":"3","price":"162000","area":"647"} , +{"type":"Feature","id":"n8221725331","geometry":{"type":"Point","coordinates":[-0.1637024,51.5268068]},"properties":{"@type":"node","@id":8221725331,"@timestamp":1607768768},"coords":"51.5268068,-0.1637024","bedrooms":"4","price":"270000","area":"367"} , +{"type":"Feature","id":"n8221725341","geometry":{"type":"Point","coordinates":[-0.1658343,51.5282827]},"properties":{"@type":"node","@id":8221725341,"@timestamp":1607768768},"coords":"51.5282827,-0.1658343","bedrooms":"2","price":"250000","area":"355"} , +{"type":"Feature","id":"n8221725351","geometry":{"type":"Point","coordinates":[-0.160019,51.5255509]},"properties":{"@type":"node","@id":8221725351,"@timestamp":1607768768},"coords":"51.5255509,-0.160019","bedrooms":"4","price":"224000","area":"505"} , +{"type":"Feature","id":"n8221725361","geometry":{"type":"Point","coordinates":[-0.1613222,51.5260477]},"properties":{"@type":"node","@id":8221725361,"@timestamp":1607768768},"coords":"51.5260477,-0.1613222","bedrooms":"2","price":"181000","area":"403"} , +{"type":"Feature","id":"n8221785069","geometry":{"type":"Point","coordinates":[0.1808399,51.8798821]},"properties":{"@type":"node","@id":8221785069,"@timestamp":1607770344},"coords":"51.8798821,0.1808399","bedrooms":"2","price":"175000","area":"614"} , +{"type":"Feature","id":"n8221785079","geometry":{"type":"Point","coordinates":[0.1814434,51.8761565]},"properties":{"@type":"node","@id":8221785079,"@timestamp":1607770344},"coords":"51.8761565,0.1814434","bedrooms":"3","price":"183000","area":"669"} , +{"type":"Feature","id":"n8221785089","geometry":{"type":"Point","coordinates":[0.1750115,51.8751729]},"properties":{"@type":"node","@id":8221785089,"@timestamp":1607770344},"coords":"51.8751729,0.1750115","bedrooms":"3","price":"217000","area":"439"} , +{"type":"Feature","id":"n8221785099","geometry":{"type":"Point","coordinates":[0.1776856,51.8729969]},"properties":{"@type":"node","@id":8221785099,"@timestamp":1607770344},"coords":"51.8729969,0.1776856","bedrooms":"0","price":"257000","area":"586"} , +{"type":"Feature","id":"n8221785109","geometry":{"type":"Point","coordinates":[0.1773208,51.8733323]},"properties":{"@type":"node","@id":8221785109,"@timestamp":1624895900},"coords":"51.8733323,0.1773208","bedrooms":"1","price":"199000","area":"350"} , +{"type":"Feature","id":"n8221792823","geometry":{"type":"Point","coordinates":[0.7303521,51.3348163]},"properties":{"@type":"node","@id":8221792823,"@timestamp":1607770692},"coords":"51.3348163,0.7303521","bedrooms":"4","price":"210000","area":"505"} , +{"type":"Feature","id":"n8221896317","geometry":{"type":"Point","coordinates":[-0.0582582,51.5496953]},"properties":{"@type":"node","@id":8221896317,"@timestamp":1607775001},"coords":"51.5496953,-0.0582582","bedrooms":"0","price":"244000","area":"607"} , +{"type":"Feature","id":"n8221981317","geometry":{"type":"Point","coordinates":[-0.0588878,51.5497706]},"properties":{"@type":"node","@id":8221981317,"@timestamp":1607854998},"coords":"51.5497706,-0.0588878","bedrooms":"0","price":"254000","area":"524"} , +{"type":"Feature","id":"n8222070120","geometry":{"type":"Point","coordinates":[-0.0496657,51.5534828]},"properties":{"@type":"node","@id":8222070120,"@timestamp":1616773662},"coords":"51.5534828,-0.0496657","bedrooms":"4","price":"205000","area":"525"} , +{"type":"Feature","id":"n8222164151","geometry":{"type":"Point","coordinates":[-0.0009277,51.4274957]},"properties":{"@type":"node","@id":8222164151,"@timestamp":1607784323},"coords":"51.4274957,-0.0009277","bedrooms":"0","price":"263000","area":"667"} , +{"type":"Feature","id":"n8222164161","geometry":{"type":"Point","coordinates":[-0.0010732,51.427835]},"properties":{"@type":"node","@id":8222164161,"@timestamp":1607784323},"coords":"51.427835,-0.0010732","bedrooms":"4","price":"167000","area":"698"} , +{"type":"Feature","id":"n8222245571","geometry":{"type":"Point","coordinates":[0.0083561,51.4304705]},"properties":{"@type":"node","@id":8222245571,"@timestamp":1630330157},"coords":"51.4304705,0.0083561","bedrooms":"3","price":"202000","area":"590"} , +{"type":"Feature","id":"n8222281419","geometry":{"type":"Point","coordinates":[0.0050189,51.5497893]},"properties":{"@type":"node","@id":8222281419,"@timestamp":1616078017},"coords":"51.5497893,0.0050189","bedrooms":"0","price":"240000","area":"630"} , +{"type":"Feature","id":"n8222339309","geometry":{"type":"Point","coordinates":[-0.1050488,51.4433877]},"properties":{"@type":"node","@id":8222339309,"@timestamp":1607787996},"coords":"51.4433877,-0.1050488","bedrooms":"1","price":"291000","area":"527"} , +{"type":"Feature","id":"n8222355438","geometry":{"type":"Point","coordinates":[0.2771346,51.6676787]},"properties":{"@type":"node","@id":8222355438,"@timestamp":1607788030},"coords":"51.6676787,0.2771346","bedrooms":"0","price":"228000","area":"611"} , +{"type":"Feature","id":"n8222417897","geometry":{"type":"Point","coordinates":[-0.4940116,51.6551493]},"properties":{"@type":"node","@id":8222417897,"@timestamp":1607790116},"coords":"51.6551493,-0.4940116","bedrooms":"1","price":"173000","area":"484"} , +{"type":"Feature","id":"n8222656588","geometry":{"type":"Point","coordinates":[-0.7468504,50.9654071]},"properties":{"@type":"node","@id":8222656588,"@timestamp":1607796338},"coords":"50.9654071,-0.7468504","bedrooms":"0","price":"154000","area":"687"} , +{"type":"Feature","id":"n8222735331","geometry":{"type":"Point","coordinates":[0.2678441,51.655295]},"properties":{"@type":"node","@id":8222735331,"@timestamp":1607797563},"coords":"51.655295,0.2678441","bedrooms":"4","price":"195000","area":"593"} , +{"type":"Feature","id":"n8222776404","geometry":{"type":"Point","coordinates":[-0.4449154,51.56166]},"properties":{"@type":"node","@id":8222776404,"@timestamp":1607799522},"coords":"51.56166,-0.4449154","bedrooms":"3","price":"284000","area":"492"} , +{"type":"Feature","id":"n8222788824","geometry":{"type":"Point","coordinates":[-0.445032,51.559839]},"properties":{"@type":"node","@id":8222788824,"@timestamp":1607799522},"coords":"51.559839,-0.445032","bedrooms":"4","price":"255000","area":"393"} , +{"type":"Feature","id":"n8222788851","geometry":{"type":"Point","coordinates":[-0.4365896,51.5465133]},"properties":{"@type":"node","@id":8222788851,"@timestamp":1607799522},"coords":"51.5465133,-0.4365896","bedrooms":"4","price":"214000","area":"611"} , +{"type":"Feature","id":"n8222831221","geometry":{"type":"Point","coordinates":[-0.2277263,51.979384]},"properties":{"@type":"node","@id":8222831221,"@timestamp":1607801027},"coords":"51.979384,-0.2277263","bedrooms":"4","price":"155000","area":"400"} , +{"type":"Feature","id":"n8222831231","geometry":{"type":"Point","coordinates":[-0.2255617,51.9787314]},"properties":{"@type":"node","@id":8222831231,"@timestamp":1607801027},"coords":"51.9787314,-0.2255617","bedrooms":"3","price":"177000","area":"518"} , +{"type":"Feature","id":"n8222878475","geometry":{"type":"Point","coordinates":[-0.1798633,51.4864678]},"properties":{"@type":"node","@id":8222878475,"@timestamp":1607802826},"coords":"51.4864678,-0.1798633","bedrooms":"1","price":"278000","area":"500"} , +{"type":"Feature","id":"n8222878515","geometry":{"type":"Point","coordinates":[-0.1793708,51.4861579]},"properties":{"@type":"node","@id":8222878515,"@timestamp":1607802826},"coords":"51.4861579,-0.1793708","bedrooms":"2","price":"215000","area":"439"} , +{"type":"Feature","id":"n8222886630","geometry":{"type":"Point","coordinates":[-0.1796535,51.4857618]},"properties":{"@type":"node","@id":8222886630,"@timestamp":1607802826},"coords":"51.4857618,-0.1796535","bedrooms":"3","price":"240000","area":"516"} , +{"type":"Feature","id":"n8222886731","geometry":{"type":"Point","coordinates":[-0.1790138,51.485519]},"properties":{"@type":"node","@id":8222886731,"@timestamp":1607802826},"coords":"51.485519,-0.1790138","bedrooms":"2","price":"289000","area":"541"} , +{"type":"Feature","id":"n8222982526","geometry":{"type":"Point","coordinates":[0.8472013,51.1514565]},"properties":{"@type":"node","@id":8222982526,"@timestamp":1607804824},"coords":"51.1514565,0.8472013","bedrooms":"0","price":"232000","area":"694"} , +{"type":"Feature","id":"n8223039673","geometry":{"type":"Point","coordinates":[-0.7442019,51.4639361]},"properties":{"@type":"node","@id":8223039673,"@timestamp":1607808679},"coords":"51.4639361,-0.7442019","bedrooms":"3","price":"265000","area":"458"} , +{"type":"Feature","id":"n8223130423","geometry":{"type":"Point","coordinates":[0.8505067,51.1521016]},"properties":{"@type":"node","@id":8223130423,"@timestamp":1615485574},"coords":"51.1521016,0.8505067","bedrooms":"3","price":"255000","area":"424"} , +{"type":"Feature","id":"n8223138972","geometry":{"type":"Point","coordinates":[-0.1231158,51.5664208]},"properties":{"@type":"node","@id":8223138972,"@timestamp":1607811253},"coords":"51.5664208,-0.1231158","bedrooms":"0","price":"218000","area":"690"} , +{"type":"Feature","id":"n8223252347","geometry":{"type":"Point","coordinates":[0.2250862,51.9125921]},"properties":{"@type":"node","@id":8223252347,"@timestamp":1607815892},"coords":"51.9125921,0.2250862","bedrooms":"3","price":"297000","area":"412"} , +{"type":"Feature","id":"n8223253935","geometry":{"type":"Point","coordinates":[0.2247926,51.9125551]},"properties":{"@type":"node","@id":8223253935,"@timestamp":1607815892},"coords":"51.9125551,0.2247926","bedrooms":"4","price":"257000","area":"488"} , +{"type":"Feature","id":"n8223287075","geometry":{"type":"Point","coordinates":[-0.3813746,51.3404482]},"properties":{"@type":"node","@id":8223287075,"@timestamp":1607818685},"coords":"51.3404482,-0.3813746","bedrooms":"0","price":"180000","area":"588"} , +{"type":"Feature","id":"n8223349626","geometry":{"type":"Point","coordinates":[-0.4000139,51.3233412]},"properties":{"@type":"node","@id":8223349626,"@timestamp":1631140053},"coords":"51.3233412,-0.4000139","bedrooms":"0","price":"262000","area":"683"} , +{"type":"Feature","id":"n8223353718","geometry":{"type":"Point","coordinates":[-0.3957854,51.3231909]},"properties":{"@type":"node","@id":8223353718,"@timestamp":1607821263},"coords":"51.3231909,-0.3957854","bedrooms":"4","price":"249000","area":"581"} , +{"type":"Feature","id":"n8223381628","geometry":{"type":"Point","coordinates":[-0.4182155,51.3335257]},"properties":{"@type":"node","@id":8223381628,"@timestamp":1631140053},"coords":"51.3335257,-0.4182155","bedrooms":"0","price":"163000","area":"672"} , +{"type":"Feature","id":"n8223663113","geometry":{"type":"Point","coordinates":[-0.4526597,51.5710843]},"properties":{"@type":"node","@id":8223663113,"@timestamp":1607846217},"coords":"51.5710843,-0.4526597","bedrooms":"4","price":"163000","area":"433"} , +{"type":"Feature","id":"n8223711948","geometry":{"type":"Point","coordinates":[-0.4009286,51.5695]},"properties":{"@type":"node","@id":8223711948,"@timestamp":1607846217},"coords":"51.5695,-0.4009286","bedrooms":"3","price":"183000","area":"504"} , +{"type":"Feature","id":"n8223711974","geometry":{"type":"Point","coordinates":[-0.4060964,51.575813]},"properties":{"@type":"node","@id":8223711974,"@timestamp":1607846217},"coords":"51.575813,-0.4060964","bedrooms":"3","price":"222000","area":"611"} , +{"type":"Feature","id":"n8223720869","geometry":{"type":"Point","coordinates":[-0.1792251,51.4868604]},"properties":{"@type":"node","@id":8223720869,"@timestamp":1607847936},"coords":"51.4868604,-0.1792251","bedrooms":"0","price":"153000","area":"631"} , +{"type":"Feature","id":"n8223720883","geometry":{"type":"Point","coordinates":[-0.178978,51.4861968]},"properties":{"@type":"node","@id":8223720883,"@timestamp":1607847936},"coords":"51.4861968,-0.178978","bedrooms":"2","price":"248000","area":"579"} , +{"type":"Feature","id":"n8223849306","geometry":{"type":"Point","coordinates":[-0.2244218,51.9808559]},"properties":{"@type":"node","@id":8223849306,"@timestamp":1631111245},"coords":"51.9808559,-0.2244218","bedrooms":"3","price":"248000","area":"570"} , +{"type":"Feature","id":"n8224087866","geometry":{"type":"Point","coordinates":[-0.2272694,51.9798734]},"properties":{"@type":"node","@id":8224087866,"@timestamp":1631036162},"coords":"51.9798734,-0.2272694","bedrooms":"3","price":"273000","area":"450"} , +{"type":"Feature","id":"n8224102879","geometry":{"type":"Point","coordinates":[-0.4659039,51.8405409]},"properties":{"@type":"node","@id":8224102879,"@timestamp":1607864939},"coords":"51.8405409,-0.4659039","bedrooms":"4","price":"174000","area":"601"} , +{"type":"Feature","id":"n8224102889","geometry":{"type":"Point","coordinates":[-0.4656549,51.8401042]},"properties":{"@type":"node","@id":8224102889,"@timestamp":1607864939},"coords":"51.8401042,-0.4656549","bedrooms":"1","price":"205000","area":"495"} , +{"type":"Feature","id":"n8224102899","geometry":{"type":"Point","coordinates":[-0.4655547,51.8396812]},"properties":{"@type":"node","@id":8224102899,"@timestamp":1607864939},"coords":"51.8396812,-0.4655547","bedrooms":"0","price":"249000","area":"457"} , +{"type":"Feature","id":"n8224115028","geometry":{"type":"Point","coordinates":[-0.4553808,51.8334579]},"properties":{"@type":"node","@id":8224115028,"@timestamp":1607864939},"coords":"51.8334579,-0.4553808","bedrooms":"1","price":"183000","area":"665"} , +{"type":"Feature","id":"n8224115064","geometry":{"type":"Point","coordinates":[-0.4679673,51.8329463]},"properties":{"@type":"node","@id":8224115064,"@timestamp":1607864939},"coords":"51.8329463,-0.4679673","bedrooms":"0","price":"236000","area":"432"} , +{"type":"Feature","id":"n8224128175","geometry":{"type":"Point","coordinates":[0.8529936,51.1519291]},"properties":{"@type":"node","@id":8224128175,"@timestamp":1607865315},"coords":"51.1519291,0.8529936","bedrooms":"3","price":"293000","area":"602"} , +{"type":"Feature","id":"n8224304373","geometry":{"type":"Point","coordinates":[-0.2283566,51.9797714]},"properties":{"@type":"node","@id":8224304373,"@timestamp":1607871011},"coords":"51.9797714,-0.2283566","bedrooms":"4","price":"227000","area":"351"} , +{"type":"Feature","id":"n8224451018","geometry":{"type":"Point","coordinates":[-0.4251193,51.8241592]},"properties":{"@type":"node","@id":8224451018,"@timestamp":1607873426},"coords":"51.8241592,-0.4251193","bedrooms":"1","price":"177000","area":"516"} , +{"type":"Feature","id":"n8224451028","geometry":{"type":"Point","coordinates":[-0.4309239,51.8322997]},"properties":{"@type":"node","@id":8224451028,"@timestamp":1607873426},"coords":"51.8322997,-0.4309239","bedrooms":"2","price":"229000","area":"364"} , +{"type":"Feature","id":"n8224514814","geometry":{"type":"Point","coordinates":[-0.4400155,51.8224184]},"properties":{"@type":"node","@id":8224514814,"@timestamp":1607875826},"coords":"51.8224184,-0.4400155","bedrooms":"0","price":"177000","area":"604"} , +{"type":"Feature","id":"n8224531424","geometry":{"type":"Point","coordinates":[-0.4371338,51.8149577]},"properties":{"@type":"node","@id":8224531424,"@timestamp":1607875826},"coords":"51.8149577,-0.4371338","bedrooms":"1","price":"199000","area":"351"} , +{"type":"Feature","id":"n8224709098","geometry":{"type":"Point","coordinates":[0.0292897,51.6273368]},"properties":{"@type":"node","@id":8224709098,"@timestamp":1607878477},"coords":"51.6273368,0.0292897","bedrooms":"1","price":"238000","area":"638"} , +{"type":"Feature","id":"n8224741147","geometry":{"type":"Point","coordinates":[-0.2279136,51.9798585]},"properties":{"@type":"node","@id":8224741147,"@timestamp":1631036644},"coords":"51.9798585,-0.2279136","bedrooms":"0","price":"192000","area":"566"} , +{"type":"Feature","id":"n8224775212","geometry":{"type":"Point","coordinates":[-0.2271938,51.9793044]},"properties":{"@type":"node","@id":8224775212,"@timestamp":1607878813},"coords":"51.9793044,-0.2271938","bedrooms":"0","price":"281000","area":"661"} , +{"type":"Feature","id":"n8224935765","geometry":{"type":"Point","coordinates":[-0.3977311,51.5890065]},"properties":{"@type":"node","@id":8224935765,"@timestamp":1607879319},"coords":"51.5890065,-0.3977311","bedrooms":"2","price":"153000","area":"565"} , +{"type":"Feature","id":"n8224989519","geometry":{"type":"Point","coordinates":[-0.3990404,51.5912858]},"properties":{"@type":"node","@id":8224989519,"@timestamp":1607880591},"coords":"51.5912858,-0.3990404","bedrooms":"1","price":"243000","area":"355"} , +{"type":"Feature","id":"n8225049626","geometry":{"type":"Point","coordinates":[0.7853677,51.879625]},"properties":{"@type":"node","@id":8225049626,"@timestamp":1607881918},"coords":"51.879625,0.7853677","bedrooms":"2","price":"266000","area":"443"} , +{"type":"Feature","id":"n8225066237","geometry":{"type":"Point","coordinates":[0.7818963,51.8786977]},"properties":{"@type":"node","@id":8225066237,"@timestamp":1607882925},"coords":"51.8786977,0.7818963","bedrooms":"0","price":"213000","area":"670"} , +{"type":"Feature","id":"n8225142913","geometry":{"type":"Point","coordinates":[0.7948123,51.8838129]},"properties":{"@type":"node","@id":8225142913,"@timestamp":1607883821},"coords":"51.8838129,0.7948123","bedrooms":"1","price":"255000","area":"653"} , +{"type":"Feature","id":"n8225143450","geometry":{"type":"Point","coordinates":[-0.2345837,51.2932684]},"properties":{"@type":"node","@id":8225143450,"@timestamp":1607883255},"coords":"51.2932684,-0.2345837","bedrooms":"3","price":"201000","area":"472"} , +{"type":"Feature","id":"n8225168540","geometry":{"type":"Point","coordinates":[-0.6486469,51.5130926]},"properties":{"@type":"node","@id":8225168540,"@timestamp":1607884974},"coords":"51.5130926,-0.6486469","bedrooms":"3","price":"298000","area":"698"} , +{"type":"Feature","id":"n8225168557","geometry":{"type":"Point","coordinates":[-0.6499384,51.5172101]},"properties":{"@type":"node","@id":8225168557,"@timestamp":1607884974},"coords":"51.5172101,-0.6499384","bedrooms":"3","price":"168000","area":"377"} , +{"type":"Feature","id":"n8225168578","geometry":{"type":"Point","coordinates":[-0.6454845,51.5176006]},"properties":{"@type":"node","@id":8225168578,"@timestamp":1607884974},"coords":"51.5176006,-0.6454845","bedrooms":"4","price":"275000","area":"562"} , +{"type":"Feature","id":"n8225418345","geometry":{"type":"Point","coordinates":[-0.425729,51.611279]},"properties":{"@type":"node","@id":8225418345,"@timestamp":1607890641},"coords":"51.611279,-0.425729","bedrooms":"4","price":"167000","area":"438"} , +{"type":"Feature","id":"n8225418355","geometry":{"type":"Point","coordinates":[-0.4001962,51.5910409]},"properties":{"@type":"node","@id":8225418355,"@timestamp":1607890641},"coords":"51.5910409,-0.4001962","bedrooms":"3","price":"234000","area":"661"} , +{"type":"Feature","id":"n8225418365","geometry":{"type":"Point","coordinates":[-0.411604,51.6006062]},"properties":{"@type":"node","@id":8225418365,"@timestamp":1607890641},"coords":"51.6006062,-0.411604","bedrooms":"1","price":"186000","area":"685"} , +{"type":"Feature","id":"n8225418375","geometry":{"type":"Point","coordinates":[-0.4257567,51.6113441]},"properties":{"@type":"node","@id":8225418375,"@timestamp":1607890641},"coords":"51.6113441,-0.4257567","bedrooms":"0","price":"298000","area":"625"} , +{"type":"Feature","id":"n8225418385","geometry":{"type":"Point","coordinates":[-0.4115862,51.6005582]},"properties":{"@type":"node","@id":8225418385,"@timestamp":1607890641},"coords":"51.6005582,-0.4115862","bedrooms":"0","price":"225000","area":"404"} , +{"type":"Feature","id":"n8225420486","geometry":{"type":"Point","coordinates":[0.0294069,51.6302996]},"properties":{"@type":"node","@id":8225420486,"@timestamp":1607890292},"coords":"51.6302996,0.0294069","bedrooms":"3","price":"245000","area":"581"} , +{"type":"Feature","id":"n8225470631","geometry":{"type":"Point","coordinates":[-0.3464523,51.7489963]},"properties":{"@type":"node","@id":8225470631,"@timestamp":1607891467},"coords":"51.7489963,-0.3464523","bedrooms":"4","price":"160000","area":"382"} , +{"type":"Feature","id":"n8225707242","geometry":{"type":"Point","coordinates":[-0.6375467,51.5181933]},"properties":{"@type":"node","@id":8225707242,"@timestamp":1607896584},"coords":"51.5181933,-0.6375467","bedrooms":"0","price":"278000","area":"493"} , +{"type":"Feature","id":"n8225745719","geometry":{"type":"Point","coordinates":[-0.6416436,51.5172707]},"properties":{"@type":"node","@id":8225745719,"@timestamp":1607897806},"coords":"51.5172707,-0.6416436","bedrooms":"1","price":"285000","area":"546"} , +{"type":"Feature","id":"n8225745729","geometry":{"type":"Point","coordinates":[-0.6411963,51.5143816]},"properties":{"@type":"node","@id":8225745729,"@timestamp":1607897806},"coords":"51.5143816,-0.6411963","bedrooms":"4","price":"285000","area":"447"} , +{"type":"Feature","id":"n8225875277","geometry":{"type":"Point","coordinates":[0.0595391,51.3959646]},"properties":{"@type":"node","@id":8225875277,"@timestamp":1607902939},"coords":"51.3959646,0.0595391","bedrooms":"4","price":"271000","area":"519"} , +{"type":"Feature","id":"n8226000077","geometry":{"type":"Point","coordinates":[-0.1325385,51.5223889]},"properties":{"@type":"node","@id":8226000077,"@timestamp":1607908264},"coords":"51.5223889,-0.1325385","bedrooms":"3","price":"264000","area":"585"} , +{"type":"Feature","id":"n8226000089","geometry":{"type":"Point","coordinates":[-0.134306,51.5240304]},"properties":{"@type":"node","@id":8226000089,"@timestamp":1607908264},"coords":"51.5240304,-0.134306","bedrooms":"3","price":"287000","area":"647"} , +{"type":"Feature","id":"n8226148224","geometry":{"type":"Point","coordinates":[0.8854239,51.1510249]},"properties":{"@type":"node","@id":8226148224,"@timestamp":1607912244},"coords":"51.1510249,0.8854239","bedrooms":"1","price":"208000","area":"630"} , +{"type":"Feature","id":"n8226201130","geometry":{"type":"Point","coordinates":[0.2739032,51.4686917]},"properties":{"@type":"node","@id":8226201130,"@timestamp":1607914812},"coords":"51.4686917,0.2739032","bedrooms":"4","price":"197000","area":"603"} , +{"type":"Feature","id":"n8226234977","geometry":{"type":"Point","coordinates":[-0.1788864,51.4868087]},"properties":{"@type":"node","@id":8226234977,"@timestamp":1607917193},"coords":"51.4868087,-0.1788864","bedrooms":"4","price":"252000","area":"608"} , +{"type":"Feature","id":"n8226234987","geometry":{"type":"Point","coordinates":[-0.1782611,51.4864166]},"properties":{"@type":"node","@id":8226234987,"@timestamp":1607917193},"coords":"51.4864166,-0.1782611","bedrooms":"0","price":"259000","area":"610"} , +{"type":"Feature","id":"n8226345651","geometry":{"type":"Point","coordinates":[0.0880164,51.5876285]},"properties":{"@type":"node","@id":8226345651,"@timestamp":1607921614},"coords":"51.5876285,0.0880164","bedrooms":"2","price":"201000","area":"683"} , +{"type":"Feature","id":"n8226528216","geometry":{"type":"Point","coordinates":[0.6528568,51.1149325]},"properties":{"@type":"node","@id":8226528216,"@timestamp":1607926779},"coords":"51.1149325,0.6528568","bedrooms":"4","price":"287000","area":"417"} , +{"type":"Feature","id":"n8226588775","geometry":{"type":"Point","coordinates":[0.4606244,51.191805]},"properties":{"@type":"node","@id":8226588775,"@timestamp":1607927614},"coords":"51.191805,0.4606244","bedrooms":"4","price":"176000","area":"432"} , +{"type":"Feature","id":"n8226734627","geometry":{"type":"Point","coordinates":[0.21841,51.6108841]},"properties":{"@type":"node","@id":8226734627,"@timestamp":1607929136},"coords":"51.6108841,0.21841","bedrooms":"2","price":"216000","area":"367"} , +{"type":"Feature","id":"n8226978609","geometry":{"type":"Point","coordinates":[-0.4128792,51.5752571]},"properties":{"@type":"node","@id":8226978609,"@timestamp":1607935312},"coords":"51.5752571,-0.4128792","bedrooms":"4","price":"193000","area":"596"} , +{"type":"Feature","id":"n8227133524","geometry":{"type":"Point","coordinates":[-0.105172,51.4424885]},"properties":{"@type":"node","@id":8227133524,"@timestamp":1607938558},"coords":"51.4424885,-0.105172","bedrooms":"3","price":"174000","area":"385"} , +{"type":"Feature","id":"n8227133666","geometry":{"type":"Point","coordinates":[-0.1044191,51.4408777]},"properties":{"@type":"node","@id":8227133666,"@timestamp":1607939081},"coords":"51.4408777,-0.1044191","bedrooms":"1","price":"161000","area":"480"} , +{"type":"Feature","id":"n8227152979","geometry":{"type":"Point","coordinates":[-0.2774916,51.2153203]},"properties":{"@type":"node","@id":8227152979,"@timestamp":1607938993},"coords":"51.2153203,-0.2774916","bedrooms":"4","price":"173000","area":"608"} , +{"type":"Feature","id":"n8227167411","geometry":{"type":"Point","coordinates":[-0.178234,51.4851047]},"properties":{"@type":"node","@id":8227167411,"@timestamp":1607939624},"coords":"51.4851047,-0.178234","bedrooms":"4","price":"187000","area":"497"} , +{"type":"Feature","id":"n8227180040","geometry":{"type":"Point","coordinates":[-0.1782043,51.485676]},"properties":{"@type":"node","@id":8227180040,"@timestamp":1607939624},"coords":"51.485676,-0.1782043","bedrooms":"2","price":"165000","area":"398"} , +{"type":"Feature","id":"n8227180139","geometry":{"type":"Point","coordinates":[-0.1773197,51.4856406]},"properties":{"@type":"node","@id":8227180139,"@timestamp":1607939624},"coords":"51.4856406,-0.1773197","bedrooms":"1","price":"285000","area":"686"} , +{"type":"Feature","id":"n8227180170","geometry":{"type":"Point","coordinates":[-0.177828,51.4852974]},"properties":{"@type":"node","@id":8227180170,"@timestamp":1607939624},"coords":"51.4852974,-0.177828","bedrooms":"4","price":"289000","area":"472"} , +{"type":"Feature","id":"n8227525108","geometry":{"type":"Point","coordinates":[-0.0063709,51.422428]},"properties":{"@type":"node","@id":8227525108,"@timestamp":1607950028},"coords":"51.422428,-0.0063709","bedrooms":"4","price":"232000","area":"394"} , +{"type":"Feature","id":"n8227620385","geometry":{"type":"Point","coordinates":[-0.2784075,51.2140422]},"properties":{"@type":"node","@id":8227620385,"@timestamp":1607952061},"coords":"51.2140422,-0.2784075","bedrooms":"2","price":"208000","area":"458"} , +{"type":"Feature","id":"n8227667788","geometry":{"type":"Point","coordinates":[0.0370569,51.6569976]},"properties":{"@type":"node","@id":8227667788,"@timestamp":1607954018},"coords":"51.6569976,0.0370569","bedrooms":"0","price":"179000","area":"458"} , +{"type":"Feature","id":"n8227690193","geometry":{"type":"Point","coordinates":[-0.6356949,51.5170134]},"properties":{"@type":"node","@id":8227690193,"@timestamp":1609200887},"coords":"51.5170134,-0.6356949","bedrooms":"4","price":"294000","area":"686"} , +{"type":"Feature","id":"n8227690203","geometry":{"type":"Point","coordinates":[-0.6366297,51.5166888]},"properties":{"@type":"node","@id":8227690203,"@timestamp":1609200887},"coords":"51.5166888,-0.6366297","bedrooms":"1","price":"233000","area":"593"} , +{"type":"Feature","id":"n8227690213","geometry":{"type":"Point","coordinates":[-0.6366149,51.5165842]},"properties":{"@type":"node","@id":8227690213,"@timestamp":1609200887},"coords":"51.5165842,-0.6366149","bedrooms":"2","price":"245000","area":"562"} , +{"type":"Feature","id":"n8227701620","geometry":{"type":"Point","coordinates":[-0.6360187,51.5165238]},"properties":{"@type":"node","@id":8227701620,"@timestamp":1609200887},"coords":"51.5165238,-0.6360187","bedrooms":"0","price":"252000","area":"625"} , +{"type":"Feature","id":"n8227701630","geometry":{"type":"Point","coordinates":[-0.6360696,51.5166473]},"properties":{"@type":"node","@id":8227701630,"@timestamp":1609200887},"coords":"51.5166473,-0.6360696","bedrooms":"3","price":"240000","area":"413"} , +{"type":"Feature","id":"n8227701640","geometry":{"type":"Point","coordinates":[-0.6363108,51.5170568]},"properties":{"@type":"node","@id":8227701640,"@timestamp":1607954266},"coords":"51.5170568,-0.6363108","bedrooms":"2","price":"257000","area":"476"} , +{"type":"Feature","id":"n8227701650","geometry":{"type":"Point","coordinates":[-0.6356046,51.5166147]},"properties":{"@type":"node","@id":8227701650,"@timestamp":1609200887},"coords":"51.5166147,-0.6356046","bedrooms":"4","price":"260000","area":"426"} , +{"type":"Feature","id":"n8227701660","geometry":{"type":"Point","coordinates":[-0.6354496,51.5167537]},"properties":{"@type":"node","@id":8227701660,"@timestamp":1609200887},"coords":"51.5167537,-0.6354496","bedrooms":"0","price":"278000","area":"537"} , +{"type":"Feature","id":"n8227712116","geometry":{"type":"Point","coordinates":[-0.3676749,51.4524697]},"properties":{"@type":"node","@id":8227712116,"@timestamp":1607954874},"coords":"51.4524697,-0.3676749","bedrooms":"2","price":"255000","area":"557"} , +{"type":"Feature","id":"n8227754417","geometry":{"type":"Point","coordinates":[0.3314226,51.434643]},"properties":{"@type":"node","@id":8227754417,"@timestamp":1607955692},"coords":"51.434643,0.3314226","bedrooms":"0","price":"238000","area":"643"} , +{"type":"Feature","id":"n8227856326","geometry":{"type":"Point","coordinates":[0.0192339,51.5560933]},"properties":{"@type":"node","@id":8227856326,"@timestamp":1615322445},"coords":"51.5560933,0.0192339","bedrooms":"3","price":"278000","area":"497"} , +{"type":"Feature","id":"n8227857127","geometry":{"type":"Point","coordinates":[-0.4032006,51.5544833]},"properties":{"@type":"node","@id":8227857127,"@timestamp":1617491660},"coords":"51.5544833,-0.4032006","bedrooms":"3","price":"152000","area":"533"} , +{"type":"Feature","id":"n8227880968","geometry":{"type":"Point","coordinates":[-0.6197576,51.5294686]},"properties":{"@type":"node","@id":8227880968,"@timestamp":1607959943},"coords":"51.5294686,-0.6197576","bedrooms":"0","price":"270000","area":"483"} , +{"type":"Feature","id":"n8227880984","geometry":{"type":"Point","coordinates":[-0.6171466,51.5276184]},"properties":{"@type":"node","@id":8227880984,"@timestamp":1607959943},"coords":"51.5276184,-0.6171466","bedrooms":"3","price":"203000","area":"689"} , +{"type":"Feature","id":"n8227881002","geometry":{"type":"Point","coordinates":[-0.6175887,51.5262044]},"properties":{"@type":"node","@id":8227881002,"@timestamp":1607959943},"coords":"51.5262044,-0.6175887","bedrooms":"2","price":"266000","area":"433"} , +{"type":"Feature","id":"n8227900440","geometry":{"type":"Point","coordinates":[0.0400545,51.6650127]},"properties":{"@type":"node","@id":8227900440,"@timestamp":1607959346},"coords":"51.6650127,0.0400545","bedrooms":"3","price":"165000","area":"383"} , +{"type":"Feature","id":"n8227907651","geometry":{"type":"Point","coordinates":[0.4294251,51.5449245]},"properties":{"@type":"node","@id":8227907651,"@timestamp":1607959893},"coords":"51.5449245,0.4294251","bedrooms":"0","price":"217000","area":"586"} , +{"type":"Feature","id":"n8227942028","geometry":{"type":"Point","coordinates":[-0.6153509,51.5242166]},"properties":{"@type":"node","@id":8227942028,"@timestamp":1607959943},"coords":"51.5242166,-0.6153509","bedrooms":"2","price":"267000","area":"578"} , +{"type":"Feature","id":"n8227942053","geometry":{"type":"Point","coordinates":[-0.6152028,51.5203742]},"properties":{"@type":"node","@id":8227942053,"@timestamp":1607959943},"coords":"51.5203742,-0.6152028","bedrooms":"3","price":"194000","area":"475"} , +{"type":"Feature","id":"n8227953668","geometry":{"type":"Point","coordinates":[0.849692,51.1499498]},"properties":{"@type":"node","@id":8227953668,"@timestamp":1607960172},"coords":"51.1499498,0.849692","bedrooms":"4","price":"251000","area":"404"} , +{"type":"Feature","id":"n8228185908","geometry":{"type":"Point","coordinates":[0.6064301,51.2575202]},"properties":{"@type":"node","@id":8228185908,"@timestamp":1607961432},"coords":"51.2575202,0.6064301","bedrooms":"4","price":"221000","area":"559"} , +{"type":"Feature","id":"n8228326486","geometry":{"type":"Point","coordinates":[-0.6124003,51.5225488]},"properties":{"@type":"node","@id":8228326486,"@timestamp":1607965998},"coords":"51.5225488,-0.6124003","bedrooms":"0","price":"230000","area":"459"} , +{"type":"Feature","id":"n8228326496","geometry":{"type":"Point","coordinates":[-0.6056773,51.5217228]},"properties":{"@type":"node","@id":8228326496,"@timestamp":1607965998},"coords":"51.5217228,-0.6056773","bedrooms":"1","price":"157000","area":"642"} , +{"type":"Feature","id":"n8228326506","geometry":{"type":"Point","coordinates":[-0.5993936,51.5194151]},"properties":{"@type":"node","@id":8228326506,"@timestamp":1607965998},"coords":"51.5194151,-0.5993936","bedrooms":"3","price":"278000","area":"417"} , +{"type":"Feature","id":"n8228341424","geometry":{"type":"Point","coordinates":[-0.5896634,51.518088]},"properties":{"@type":"node","@id":8228341424,"@timestamp":1607965998},"coords":"51.518088,-0.5896634","bedrooms":"4","price":"210000","area":"613"} , +{"type":"Feature","id":"n8228358268","geometry":{"type":"Point","coordinates":[-0.2328861,51.2924709]},"properties":{"@type":"node","@id":8228358268,"@timestamp":1607966923},"coords":"51.2924709,-0.2328861","bedrooms":"3","price":"154000","area":"501"} , +{"type":"Feature","id":"n8228358303","geometry":{"type":"Point","coordinates":[-0.236011,51.2969356]},"properties":{"@type":"node","@id":8228358303,"@timestamp":1607966923},"coords":"51.2969356,-0.236011","bedrooms":"0","price":"220000","area":"652"} , +{"type":"Feature","id":"n8228374231","geometry":{"type":"Point","coordinates":[-0.2338085,51.2969895]},"properties":{"@type":"node","@id":8228374231,"@timestamp":1607966923},"coords":"51.2969895,-0.2338085","bedrooms":"3","price":"150000","area":"470"} , +{"type":"Feature","id":"n8228374241","geometry":{"type":"Point","coordinates":[-0.2280208,51.2978177]},"properties":{"@type":"node","@id":8228374241,"@timestamp":1607966923},"coords":"51.2978177,-0.2280208","bedrooms":"1","price":"224000","area":"584"} , +{"type":"Feature","id":"n8228415810","geometry":{"type":"Point","coordinates":[-0.1662343,51.4586055]},"properties":{"@type":"node","@id":8228415810,"@timestamp":1607968983},"coords":"51.4586055,-0.1662343","bedrooms":"4","price":"271000","area":"487"} , +{"type":"Feature","id":"n8228439640","geometry":{"type":"Point","coordinates":[0.020176,51.5553435]},"properties":{"@type":"node","@id":8228439640,"@timestamp":1619705576},"coords":"51.5553435,0.020176","bedrooms":"3","price":"268000","area":"596"} , +{"type":"Feature","id":"n8228463620","geometry":{"type":"Point","coordinates":[-0.1678057,51.4600417]},"properties":{"@type":"node","@id":8228463620,"@timestamp":1607968983},"coords":"51.4600417,-0.1678057","bedrooms":"2","price":"174000","area":"397"} , +{"type":"Feature","id":"n8228463648","geometry":{"type":"Point","coordinates":[-0.1638612,51.4534837]},"properties":{"@type":"node","@id":8228463648,"@timestamp":1607968983},"coords":"51.4534837,-0.1638612","bedrooms":"3","price":"202000","area":"516"} , +{"type":"Feature","id":"n8228463679","geometry":{"type":"Point","coordinates":[-0.1653494,51.4609298]},"properties":{"@type":"node","@id":8228463679,"@timestamp":1607968983},"coords":"51.4609298,-0.1653494","bedrooms":"3","price":"293000","area":"693"} , +{"type":"Feature","id":"n8228463704","geometry":{"type":"Point","coordinates":[-0.1609326,51.4565066]},"properties":{"@type":"node","@id":8228463704,"@timestamp":1607968983},"coords":"51.4565066,-0.1609326","bedrooms":"3","price":"227000","area":"600"} , +{"type":"Feature","id":"n8228463721","geometry":{"type":"Point","coordinates":[-0.160719,51.4559862]},"properties":{"@type":"node","@id":8228463721,"@timestamp":1607968983},"coords":"51.4559862,-0.160719","bedrooms":"0","price":"188000","area":"554"} , +{"type":"Feature","id":"n8228463749","geometry":{"type":"Point","coordinates":[-0.1576294,51.457165]},"properties":{"@type":"node","@id":8228463749,"@timestamp":1613582078},"coords":"51.457165,-0.1576294","bedrooms":"0","price":"210000","area":"494"} , +{"type":"Feature","id":"n8228463761","geometry":{"type":"Point","coordinates":[-0.1591457,51.4591075]},"properties":{"@type":"node","@id":8228463761,"@timestamp":1607968983},"coords":"51.4591075,-0.1591457","bedrooms":"0","price":"290000","area":"511"} , +{"type":"Feature","id":"n8228502540","geometry":{"type":"Point","coordinates":[-0.6094968,51.5265755]},"properties":{"@type":"node","@id":8228502540,"@timestamp":1607971532},"coords":"51.5265755,-0.6094968","bedrooms":"4","price":"220000","area":"647"} , +{"type":"Feature","id":"n8228502550","geometry":{"type":"Point","coordinates":[-0.6084295,51.5263107]},"properties":{"@type":"node","@id":8228502550,"@timestamp":1607971532},"coords":"51.5263107,-0.6084295","bedrooms":"4","price":"174000","area":"368"} , +{"type":"Feature","id":"n8228502560","geometry":{"type":"Point","coordinates":[-0.6027513,51.526256]},"properties":{"@type":"node","@id":8228502560,"@timestamp":1607971532},"coords":"51.526256,-0.6027513","bedrooms":"1","price":"257000","area":"503"} , +{"type":"Feature","id":"n8228502574","geometry":{"type":"Point","coordinates":[-0.6112193,51.5272774]},"properties":{"@type":"node","@id":8228502574,"@timestamp":1607971532},"coords":"51.5272774,-0.6112193","bedrooms":"3","price":"156000","area":"439"} , +{"type":"Feature","id":"n8228502584","geometry":{"type":"Point","coordinates":[-0.610413,51.5281542]},"properties":{"@type":"node","@id":8228502584,"@timestamp":1607971532},"coords":"51.5281542,-0.610413","bedrooms":"2","price":"242000","area":"504"} , +{"type":"Feature","id":"n8228502594","geometry":{"type":"Point","coordinates":[-0.6130464,51.5288509]},"properties":{"@type":"node","@id":8228502594,"@timestamp":1607971532},"coords":"51.5288509,-0.6130464","bedrooms":"2","price":"258000","area":"544"} , +{"type":"Feature","id":"n8228502609","geometry":{"type":"Point","coordinates":[-0.6083702,51.5296179]},"properties":{"@type":"node","@id":8228502609,"@timestamp":1607971532},"coords":"51.5296179,-0.6083702","bedrooms":"1","price":"295000","area":"672"} , +{"type":"Feature","id":"n8228562919","geometry":{"type":"Point","coordinates":[-0.6028262,51.5282167]},"properties":{"@type":"node","@id":8228562919,"@timestamp":1607971532},"coords":"51.5282167,-0.6028262","bedrooms":"0","price":"167000","area":"452"} , +{"type":"Feature","id":"n8228562929","geometry":{"type":"Point","coordinates":[-0.6028067,51.52701]},"properties":{"@type":"node","@id":8228562929,"@timestamp":1607971532},"coords":"51.52701,-0.6028067","bedrooms":"1","price":"189000","area":"440"} , +{"type":"Feature","id":"n8228602496","geometry":{"type":"Point","coordinates":[-0.612499,51.5240438]},"properties":{"@type":"node","@id":8228602496,"@timestamp":1607973608},"coords":"51.5240438,-0.612499","bedrooms":"2","price":"279000","area":"675"} , +{"type":"Feature","id":"n8228602506","geometry":{"type":"Point","coordinates":[-0.6135678,51.5246309]},"properties":{"@type":"node","@id":8228602506,"@timestamp":1607973608},"coords":"51.5246309,-0.6135678","bedrooms":"0","price":"157000","area":"686"} , +{"type":"Feature","id":"n8228617012","geometry":{"type":"Point","coordinates":[-0.6085461,51.5308064]},"properties":{"@type":"node","@id":8228617012,"@timestamp":1607973029},"coords":"51.5308064,-0.6085461","bedrooms":"2","price":"191000","area":"350"} , +{"type":"Feature","id":"n8228707609","geometry":{"type":"Point","coordinates":[-0.1342224,51.5279858]},"properties":{"@type":"node","@id":8228707609,"@timestamp":1607975432},"coords":"51.5279858,-0.1342224","bedrooms":"1","price":"263000","area":"592"} , +{"type":"Feature","id":"n8228712625","geometry":{"type":"Point","coordinates":[-0.3348522,51.5926169]},"properties":{"@type":"node","@id":8228712625,"@timestamp":1625323530},"coords":"51.5926169,-0.3348522","bedrooms":"4","price":"256000","area":"522"} , +{"type":"Feature","id":"n8228889450","geometry":{"type":"Point","coordinates":[-0.6234512,51.533666]},"properties":{"@type":"node","@id":8228889450,"@timestamp":1607979863},"coords":"51.533666,-0.6234512","bedrooms":"3","price":"234000","area":"553"} , +{"type":"Feature","id":"n8228889466","geometry":{"type":"Point","coordinates":[-0.62469,51.5370401]},"properties":{"@type":"node","@id":8228889466,"@timestamp":1607979863},"coords":"51.5370401,-0.62469","bedrooms":"1","price":"177000","area":"511"} , +{"type":"Feature","id":"n8228948630","geometry":{"type":"Point","coordinates":[-0.4785998,51.6026374]},"properties":{"@type":"node","@id":8228948630,"@timestamp":1607981351},"coords":"51.6026374,-0.4785998","bedrooms":"0","price":"253000","area":"462"} , +{"type":"Feature","id":"n8228948643","geometry":{"type":"Point","coordinates":[-0.4695512,51.5604719]},"properties":{"@type":"node","@id":8228948643,"@timestamp":1607981351},"coords":"51.5604719,-0.4695512","bedrooms":"3","price":"199000","area":"352"} , +{"type":"Feature","id":"n8228948657","geometry":{"type":"Point","coordinates":[-0.4784684,51.6024217]},"properties":{"@type":"node","@id":8228948657,"@timestamp":1607981351},"coords":"51.6024217,-0.4784684","bedrooms":"2","price":"179000","area":"459"} , +{"type":"Feature","id":"n8229111076","geometry":{"type":"Point","coordinates":[-1.0914722,51.1204622]},"properties":{"@type":"node","@id":8229111076,"@timestamp":1607984058},"coords":"51.1204622,-1.0914722","bedrooms":"3","price":"222000","area":"375"} , +{"type":"Feature","id":"n8229292853","geometry":{"type":"Point","coordinates":[-0.4167214,51.6030239]},"properties":{"@type":"node","@id":8229292853,"@timestamp":1607989824},"coords":"51.6030239,-0.4167214","bedrooms":"1","price":"153000","area":"454"} , +{"type":"Feature","id":"n8229292868","geometry":{"type":"Point","coordinates":[-0.4176492,51.6036828]},"properties":{"@type":"node","@id":8229292868,"@timestamp":1607989824},"coords":"51.6036828,-0.4176492","bedrooms":"3","price":"176000","area":"574"} , +{"type":"Feature","id":"n8229292878","geometry":{"type":"Point","coordinates":[-0.4163412,51.6025899]},"properties":{"@type":"node","@id":8229292878,"@timestamp":1607989824},"coords":"51.6025899,-0.4163412","bedrooms":"1","price":"244000","area":"433"} , +{"type":"Feature","id":"n8229437397","geometry":{"type":"Point","coordinates":[0.1521952,51.8125873]},"properties":{"@type":"node","@id":8229437397,"@timestamp":1633117467},"coords":"51.8125873,0.1521952","bedrooms":"4","price":"256000","area":"587"} , +{"type":"Feature","id":"n8230275222","geometry":{"type":"Point","coordinates":[-0.0819214,51.1442726]},"properties":{"@type":"node","@id":8230275222,"@timestamp":1608018488},"coords":"51.1442726,-0.0819214","bedrooms":"0","price":"281000","area":"678"} , +{"type":"Feature","id":"n8230561686","geometry":{"type":"Point","coordinates":[-0.1767119,51.4852814]},"properties":{"@type":"node","@id":8230561686,"@timestamp":1608024813},"coords":"51.4852814,-0.1767119","bedrooms":"2","price":"180000","area":"610"} , +{"type":"Feature","id":"n8230562220","geometry":{"type":"Point","coordinates":[-0.1778432,51.4844582]},"properties":{"@type":"node","@id":8230562220,"@timestamp":1608024813},"coords":"51.4844582,-0.1778432","bedrooms":"2","price":"294000","area":"421"} , +{"type":"Feature","id":"n8230562255","geometry":{"type":"Point","coordinates":[-0.1774244,51.4840197]},"properties":{"@type":"node","@id":8230562255,"@timestamp":1608024813},"coords":"51.4840197,-0.1774244","bedrooms":"0","price":"287000","area":"414"} , +{"type":"Feature","id":"n8230567804","geometry":{"type":"Point","coordinates":[-0.105049,51.4440627]},"properties":{"@type":"node","@id":8230567804,"@timestamp":1608024998},"coords":"51.4440627,-0.105049","bedrooms":"2","price":"161000","area":"674"} , +{"type":"Feature","id":"n8230627710","geometry":{"type":"Point","coordinates":[0.0953547,51.6915271]},"properties":{"@type":"node","@id":8230627710,"@timestamp":1608026348},"coords":"51.6915271,0.0953547","bedrooms":"2","price":"264000","area":"499"} , +{"type":"Feature","id":"n8230826227","geometry":{"type":"Point","coordinates":[-0.1937349,51.0964872]},"properties":{"@type":"node","@id":8230826227,"@timestamp":1610012086},"coords":"51.0964872,-0.1937349","bedrooms":"4","price":"259000","area":"408"} , +{"type":"Feature","id":"n8230997278","geometry":{"type":"Point","coordinates":[0.0214401,51.5549692]},"properties":{"@type":"node","@id":8230997278,"@timestamp":1619709523},"coords":"51.5549692,0.0214401","bedrooms":"0","price":"158000","area":"645"} , +{"type":"Feature","id":"n8230997307","geometry":{"type":"Point","coordinates":[0.0217168,51.5546726]},"properties":{"@type":"node","@id":8230997307,"@timestamp":1619709523},"coords":"51.5546726,0.0217168","bedrooms":"4","price":"227000","area":"525"} , +{"type":"Feature","id":"n8231007426","geometry":{"type":"Point","coordinates":[0.0212899,51.5550604]},"properties":{"@type":"node","@id":8231007426,"@timestamp":1619709523},"coords":"51.5550604,0.0212899","bedrooms":"2","price":"212000","area":"418"} , +{"type":"Feature","id":"n8231158883","geometry":{"type":"Point","coordinates":[-0.6197822,51.5271063]},"properties":{"@type":"node","@id":8231158883,"@timestamp":1608037228},"coords":"51.5271063,-0.6197822","bedrooms":"3","price":"231000","area":"436"} , +{"type":"Feature","id":"n8231192744","geometry":{"type":"Point","coordinates":[-0.6429358,51.510098]},"properties":{"@type":"node","@id":8231192744,"@timestamp":1608039127},"coords":"51.510098,-0.6429358","bedrooms":"3","price":"283000","area":"650"} , +{"type":"Feature","id":"n8231256706","geometry":{"type":"Point","coordinates":[-0.2849815,51.5941669]},"properties":{"@type":"node","@id":8231256706,"@timestamp":1619261790},"coords":"51.5941669,-0.2849815","bedrooms":"2","price":"151000","area":"457"} , +{"type":"Feature","id":"n8231281368","geometry":{"type":"Point","coordinates":[-0.6329694,51.5137753]},"properties":{"@type":"node","@id":8231281368,"@timestamp":1608041216},"coords":"51.5137753,-0.6329694","bedrooms":"1","price":"288000","area":"377"} , +{"type":"Feature","id":"n8231347708","geometry":{"type":"Point","coordinates":[0.1500803,51.8119985]},"properties":{"@type":"node","@id":8231347708,"@timestamp":1633117467},"coords":"51.8119985,0.1500803","bedrooms":"3","price":"287000","area":"571"} , +{"type":"Feature","id":"n8231429810","geometry":{"type":"Point","coordinates":[0.015809,51.5545078]},"properties":{"@type":"node","@id":8231429810,"@timestamp":1619705576},"coords":"51.5545078,0.015809","bedrooms":"4","price":"161000","area":"456"} , +{"type":"Feature","id":"n8231475043","geometry":{"type":"Point","coordinates":[0.0175652,51.5513234]},"properties":{"@type":"node","@id":8231475043,"@timestamp":1620649010},"coords":"51.5513234,0.0175652","bedrooms":"1","price":"179000","area":"505"} , +{"type":"Feature","id":"n8231542574","geometry":{"type":"Point","coordinates":[0.1960199,51.8796809]},"properties":{"@type":"node","@id":8231542574,"@timestamp":1608048065},"coords":"51.8796809,0.1960199","bedrooms":"1","price":"159000","area":"569"} , +{"type":"Feature","id":"n8231543059","geometry":{"type":"Point","coordinates":[-0.627259,51.5067051]},"properties":{"@type":"node","@id":8231543059,"@timestamp":1608047946},"coords":"51.5067051,-0.627259","bedrooms":"4","price":"274000","area":"654"} , +{"type":"Feature","id":"n8231562801","geometry":{"type":"Point","coordinates":[0.1960225,51.8962728]},"properties":{"@type":"node","@id":8231562801,"@timestamp":1608048744},"coords":"51.8962728,0.1960225","bedrooms":"1","price":"258000","area":"466"} , +{"type":"Feature","id":"n8231562811","geometry":{"type":"Point","coordinates":[0.1960561,51.8960038]},"properties":{"@type":"node","@id":8231562811,"@timestamp":1608048744},"coords":"51.8960038,0.1960561","bedrooms":"4","price":"217000","area":"653"} , +{"type":"Feature","id":"n8231598618","geometry":{"type":"Point","coordinates":[0.195993,51.8955139]},"properties":{"@type":"node","@id":8231598618,"@timestamp":1608048744},"coords":"51.8955139,0.195993","bedrooms":"3","price":"229000","area":"684"} , +{"type":"Feature","id":"n8231598628","geometry":{"type":"Point","coordinates":[0.1962331,51.8950132]},"properties":{"@type":"node","@id":8231598628,"@timestamp":1608048744},"coords":"51.8950132,0.1962331","bedrooms":"0","price":"290000","area":"693"} , +{"type":"Feature","id":"n8231598638","geometry":{"type":"Point","coordinates":[0.1930118,51.8939116]},"properties":{"@type":"node","@id":8231598638,"@timestamp":1608048744},"coords":"51.8939116,0.1930118","bedrooms":"2","price":"227000","area":"684"} , +{"type":"Feature","id":"n8231598648","geometry":{"type":"Point","coordinates":[0.1933993,51.8942129]},"properties":{"@type":"node","@id":8231598648,"@timestamp":1608048744},"coords":"51.8942129,0.1933993","bedrooms":"1","price":"270000","area":"636"} , +{"type":"Feature","id":"n8231598658","geometry":{"type":"Point","coordinates":[0.195352,51.8939853]},"properties":{"@type":"node","@id":8231598658,"@timestamp":1608048744},"coords":"51.8939853,0.195352","bedrooms":"3","price":"201000","area":"390"} , +{"type":"Feature","id":"n8231598668","geometry":{"type":"Point","coordinates":[0.1947458,51.8947144]},"properties":{"@type":"node","@id":8231598668,"@timestamp":1608048744},"coords":"51.8947144,0.1947458","bedrooms":"1","price":"226000","area":"529"} , +{"type":"Feature","id":"n8231598678","geometry":{"type":"Point","coordinates":[0.1957731,51.8942791]},"properties":{"@type":"node","@id":8231598678,"@timestamp":1608048744},"coords":"51.8942791,0.1957731","bedrooms":"3","price":"266000","area":"471"} , +{"type":"Feature","id":"n8231598688","geometry":{"type":"Point","coordinates":[0.1962841,51.8943114]},"properties":{"@type":"node","@id":8231598688,"@timestamp":1608048744},"coords":"51.8943114,0.1962841","bedrooms":"1","price":"228000","area":"632"} , +{"type":"Feature","id":"n8231598698","geometry":{"type":"Point","coordinates":[0.195938,51.894006]},"properties":{"@type":"node","@id":8231598698,"@timestamp":1608048744},"coords":"51.894006,0.195938","bedrooms":"0","price":"222000","area":"367"} , +{"type":"Feature","id":"n8231598708","geometry":{"type":"Point","coordinates":[0.1951414,51.8933431]},"properties":{"@type":"node","@id":8231598708,"@timestamp":1608048744},"coords":"51.8933431,0.1951414","bedrooms":"2","price":"189000","area":"668"} , +{"type":"Feature","id":"n8231698282","geometry":{"type":"Point","coordinates":[0.2008438,51.8997543]},"properties":{"@type":"node","@id":8231698282,"@timestamp":1608052065},"coords":"51.8997543,0.2008438","bedrooms":"2","price":"223000","area":"519"} , +{"type":"Feature","id":"n8231698292","geometry":{"type":"Point","coordinates":[0.1989475,51.8988994]},"properties":{"@type":"node","@id":8231698292,"@timestamp":1608052065},"coords":"51.8988994,0.1989475","bedrooms":"4","price":"157000","area":"680"} , +{"type":"Feature","id":"n8231698302","geometry":{"type":"Point","coordinates":[0.2000096,51.8982308]},"properties":{"@type":"node","@id":8231698302,"@timestamp":1608052065},"coords":"51.8982308,0.2000096","bedrooms":"2","price":"174000","area":"578"} , +{"type":"Feature","id":"n8231698312","geometry":{"type":"Point","coordinates":[0.1967199,51.8957936]},"properties":{"@type":"node","@id":8231698312,"@timestamp":1608052065},"coords":"51.8957936,0.1967199","bedrooms":"2","price":"260000","area":"539"} , +{"type":"Feature","id":"n8231753357","geometry":{"type":"Point","coordinates":[-0.6147457,51.5065831]},"properties":{"@type":"node","@id":8231753357,"@timestamp":1608052098},"coords":"51.5065831,-0.6147457","bedrooms":"0","price":"265000","area":"395"} , +{"type":"Feature","id":"n8231757218","geometry":{"type":"Point","coordinates":[0.1972885,51.8960237]},"properties":{"@type":"node","@id":8231757218,"@timestamp":1608052065},"coords":"51.8960237,0.1972885","bedrooms":"4","price":"211000","area":"615"} , +{"type":"Feature","id":"n8231894512","geometry":{"type":"Point","coordinates":[-0.1767997,51.4853673]},"properties":{"@type":"node","@id":8231894512,"@timestamp":1608056514},"coords":"51.4853673,-0.1767997","bedrooms":"0","price":"237000","area":"528"} , +{"type":"Feature","id":"n8231901339","geometry":{"type":"Point","coordinates":[-0.1778957,51.4844975]},"properties":{"@type":"node","@id":8231901339,"@timestamp":1608056514},"coords":"51.4844975,-0.1778957","bedrooms":"4","price":"161000","area":"662"} , +{"type":"Feature","id":"n8231901349","geometry":{"type":"Point","coordinates":[-0.17737,51.4841041]},"properties":{"@type":"node","@id":8231901349,"@timestamp":1608056514},"coords":"51.4841041,-0.17737","bedrooms":"1","price":"180000","area":"397"} , +{"type":"Feature","id":"n8232022537","geometry":{"type":"Point","coordinates":[0.102512,51.6722075]},"properties":{"@type":"node","@id":8232022537,"@timestamp":1608059663},"coords":"51.6722075,0.102512","bedrooms":"4","price":"271000","area":"555"} , +{"type":"Feature","id":"n8232265036","geometry":{"type":"Point","coordinates":[-0.6123865,51.5148216]},"properties":{"@type":"node","@id":8232265036,"@timestamp":1608063253},"coords":"51.5148216,-0.6123865","bedrooms":"2","price":"257000","area":"680"} , +{"type":"Feature","id":"n8232488042","geometry":{"type":"Point","coordinates":[-0.2590374,51.591902]},"properties":{"@type":"node","@id":8232488042,"@timestamp":1608069037},"coords":"51.591902,-0.2590374","bedrooms":"4","price":"251000","area":"585"} , +{"type":"Feature","id":"n8232488060","geometry":{"type":"Point","coordinates":[-0.2247521,51.5330188]},"properties":{"@type":"node","@id":8232488060,"@timestamp":1608069037},"coords":"51.5330188,-0.2247521","bedrooms":"1","price":"274000","area":"522"} , +{"type":"Feature","id":"n8232488072","geometry":{"type":"Point","coordinates":[-0.2678376,51.6034304]},"properties":{"@type":"node","@id":8232488072,"@timestamp":1608069037},"coords":"51.6034304,-0.2678376","bedrooms":"4","price":"273000","area":"397"} , +{"type":"Feature","id":"n8232488086","geometry":{"type":"Point","coordinates":[-0.2677952,51.6033914]},"properties":{"@type":"node","@id":8232488086,"@timestamp":1608069037},"coords":"51.6033914,-0.2677952","bedrooms":"0","price":"235000","area":"544"} , +{"type":"Feature","id":"n8232488096","geometry":{"type":"Point","coordinates":[-0.3310161,51.5620717]},"properties":{"@type":"node","@id":8232488096,"@timestamp":1608069037},"coords":"51.5620717,-0.3310161","bedrooms":"0","price":"168000","area":"378"} , +{"type":"Feature","id":"n8232519472","geometry":{"type":"Point","coordinates":[-0.1486416,51.5394632]},"properties":{"@type":"node","@id":8232519472,"@timestamp":1608070076},"coords":"51.5394632,-0.1486416","bedrooms":"3","price":"278000","area":"512"} , +{"type":"Feature","id":"n8232550287","geometry":{"type":"Point","coordinates":[0.012008,51.536247]},"properties":{"@type":"node","@id":8232550287,"@timestamp":1622125870},"coords":"51.536247,0.012008","bedrooms":"4","price":"251000","area":"514"} , +{"type":"Feature","id":"n8232608760","geometry":{"type":"Point","coordinates":[-0.630682,51.4958677]},"properties":{"@type":"node","@id":8232608760,"@timestamp":1608071218},"coords":"51.4958677,-0.630682","bedrooms":"3","price":"215000","area":"503"} , +{"type":"Feature","id":"n8232712402","geometry":{"type":"Point","coordinates":[-0.0004594,51.5925104]},"properties":{"@type":"node","@id":8232712402,"@timestamp":1608077510},"coords":"51.5925104,-0.0004594","bedrooms":"2","price":"271000","area":"657"} , +{"type":"Feature","id":"n8232797120","geometry":{"type":"Point","coordinates":[0.1606437,51.8662892]},"properties":{"@type":"node","@id":8232797120,"@timestamp":1608080424},"coords":"51.8662892,0.1606437","bedrooms":"4","price":"213000","area":"441"} , +{"type":"Feature","id":"n8233143309","geometry":{"type":"Point","coordinates":[-0.1765485,51.4842525]},"properties":{"@type":"node","@id":8233143309,"@timestamp":1608095415},"coords":"51.4842525,-0.1765485","bedrooms":"2","price":"290000","area":"374"} , +{"type":"Feature","id":"n8233161081","geometry":{"type":"Point","coordinates":[-0.1771118,51.4846416]},"properties":{"@type":"node","@id":8233161081,"@timestamp":1608095415},"coords":"51.4846416,-0.1771118","bedrooms":"3","price":"213000","area":"637"} , +{"type":"Feature","id":"n8233561071","geometry":{"type":"Point","coordinates":[0.0259034,51.5392588]},"properties":{"@type":"node","@id":8233561071,"@timestamp":1608106014},"coords":"51.5392588,0.0259034","bedrooms":"2","price":"281000","area":"672"} , +{"type":"Feature","id":"n8233677342","geometry":{"type":"Point","coordinates":[0.0990311,51.6772017]},"properties":{"@type":"node","@id":8233677342,"@timestamp":1608107186},"coords":"51.6772017,0.0990311","bedrooms":"4","price":"296000","area":"487"} , +{"type":"Feature","id":"n8233677403","geometry":{"type":"Point","coordinates":[0.0935044,51.6744932]},"properties":{"@type":"node","@id":8233677403,"@timestamp":1608107186},"coords":"51.6744932,0.0935044","bedrooms":"1","price":"227000","area":"449"} , +{"type":"Feature","id":"n8233863063","geometry":{"type":"Point","coordinates":[-0.1279676,51.5207071]},"properties":{"@type":"node","@id":8233863063,"@timestamp":1608110689},"coords":"51.5207071,-0.1279676","bedrooms":"2","price":"263000","area":"500"} , +{"type":"Feature","id":"n8233863073","geometry":{"type":"Point","coordinates":[-0.1285095,51.5241403]},"properties":{"@type":"node","@id":8233863073,"@timestamp":1608110689},"coords":"51.5241403,-0.1285095","bedrooms":"1","price":"177000","area":"351"} , +{"type":"Feature","id":"n8233863083","geometry":{"type":"Point","coordinates":[-0.128828,51.5221506]},"properties":{"@type":"node","@id":8233863083,"@timestamp":1608110689},"coords":"51.5221506,-0.128828","bedrooms":"3","price":"188000","area":"434"} , +{"type":"Feature","id":"n8233863093","geometry":{"type":"Point","coordinates":[-0.1280871,51.523805]},"properties":{"@type":"node","@id":8233863093,"@timestamp":1608110689},"coords":"51.523805,-0.1280871","bedrooms":"0","price":"242000","area":"387"} , +{"type":"Feature","id":"n8233863103","geometry":{"type":"Point","coordinates":[-0.1324681,51.5247836]},"properties":{"@type":"node","@id":8233863103,"@timestamp":1608110689},"coords":"51.5247836,-0.1324681","bedrooms":"3","price":"220000","area":"431"} , +{"type":"Feature","id":"n8233946764","geometry":{"type":"Point","coordinates":[-0.263501,51.2179111]},"properties":{"@type":"node","@id":8233946764,"@timestamp":1608111136},"coords":"51.2179111,-0.263501","bedrooms":"2","price":"249000","area":"411"} , +{"type":"Feature","id":"n8234065151","geometry":{"type":"Point","coordinates":[0.0043488,51.5459923]},"properties":{"@type":"node","@id":8234065151,"@timestamp":1619176375},"coords":"51.5459923,0.0043488","bedrooms":"2","price":"285000","area":"691"} , +{"type":"Feature","id":"n8234125835","geometry":{"type":"Point","coordinates":[-0.1616564,51.5527545]},"properties":{"@type":"node","@id":8234125835,"@timestamp":1630950807},"coords":"51.5527545,-0.1616564","bedrooms":"1","price":"181000","area":"651"} , +{"type":"Feature","id":"n8234153212","geometry":{"type":"Point","coordinates":[-0.8837387,51.0498018]},"properties":{"@type":"node","@id":8234153212,"@timestamp":1608116785},"coords":"51.0498018,-0.8837387","bedrooms":"4","price":"293000","area":"461"} , +{"type":"Feature","id":"n8234226682","geometry":{"type":"Point","coordinates":[0.8256847,51.096359]},"properties":{"@type":"node","@id":8234226682,"@timestamp":1608117967},"coords":"51.096359,0.8256847","bedrooms":"1","price":"251000","area":"632"} , +{"type":"Feature","id":"n8234290209","geometry":{"type":"Point","coordinates":[-0.0428866,51.0137627]},"properties":{"@type":"node","@id":8234290209,"@timestamp":1608120346},"coords":"51.0137627,-0.0428866","bedrooms":"2","price":"250000","area":"582"} , +{"type":"Feature","id":"n8234358596","geometry":{"type":"Point","coordinates":[0.0296906,51.9052624]},"properties":{"@type":"node","@id":8234358596,"@timestamp":1608121509},"coords":"51.9052624,0.0296906","bedrooms":"1","price":"187000","area":"627"} , +{"type":"Feature","id":"n8234388178","geometry":{"type":"Point","coordinates":[-0.6344013,51.5079792]},"properties":{"@type":"node","@id":8234388178,"@timestamp":1608121928},"coords":"51.5079792,-0.6344013","bedrooms":"2","price":"294000","area":"572"} , +{"type":"Feature","id":"n8234388188","geometry":{"type":"Point","coordinates":[-0.6352055,51.5083804]},"properties":{"@type":"node","@id":8234388188,"@timestamp":1608121928},"coords":"51.5083804,-0.6352055","bedrooms":"4","price":"216000","area":"533"} , +{"type":"Feature","id":"n8234388198","geometry":{"type":"Point","coordinates":[-0.635113,51.5084041]},"properties":{"@type":"node","@id":8234388198,"@timestamp":1608121928},"coords":"51.5084041,-0.635113","bedrooms":"2","price":"173000","area":"646"} , +{"type":"Feature","id":"n8234388208","geometry":{"type":"Point","coordinates":[-0.6333564,51.5081888]},"properties":{"@type":"node","@id":8234388208,"@timestamp":1608121928},"coords":"51.5081888,-0.6333564","bedrooms":"2","price":"183000","area":"542"} , +{"type":"Feature","id":"n8234400492","geometry":{"type":"Point","coordinates":[-0.0452635,51.08208]},"properties":{"@type":"node","@id":8234400492,"@timestamp":1608122156},"coords":"51.08208,-0.0452635","bedrooms":"2","price":"247000","area":"563"} , +{"type":"Feature","id":"n8234400502","geometry":{"type":"Point","coordinates":[-0.0391135,51.0879922]},"properties":{"@type":"node","@id":8234400502,"@timestamp":1608122156},"coords":"51.0879922,-0.0391135","bedrooms":"3","price":"183000","area":"437"} , +{"type":"Feature","id":"n8234400512","geometry":{"type":"Point","coordinates":[-0.0366769,51.0956217]},"properties":{"@type":"node","@id":8234400512,"@timestamp":1608122156},"coords":"51.0956217,-0.0366769","bedrooms":"2","price":"186000","area":"664"} , +{"type":"Feature","id":"n8234405822","geometry":{"type":"Point","coordinates":[-0.6333491,51.5077627]},"properties":{"@type":"node","@id":8234405822,"@timestamp":1608121928},"coords":"51.5077627,-0.6333491","bedrooms":"3","price":"286000","area":"508"} , +{"type":"Feature","id":"n8234405832","geometry":{"type":"Point","coordinates":[-0.6350585,51.5087371]},"properties":{"@type":"node","@id":8234405832,"@timestamp":1608121928},"coords":"51.5087371,-0.6350585","bedrooms":"2","price":"247000","area":"629"} , +{"type":"Feature","id":"n8234405842","geometry":{"type":"Point","coordinates":[-0.6339917,51.5088653]},"properties":{"@type":"node","@id":8234405842,"@timestamp":1608121928},"coords":"51.5088653,-0.6339917","bedrooms":"3","price":"156000","area":"480"} , +{"type":"Feature","id":"n8234405852","geometry":{"type":"Point","coordinates":[-0.6344754,51.508847]},"properties":{"@type":"node","@id":8234405852,"@timestamp":1608121928},"coords":"51.508847,-0.6344754","bedrooms":"1","price":"283000","area":"553"} , +{"type":"Feature","id":"n8234405862","geometry":{"type":"Point","coordinates":[-0.6348211,51.5090225]},"properties":{"@type":"node","@id":8234405862,"@timestamp":1608121928},"coords":"51.5090225,-0.6348211","bedrooms":"4","price":"270000","area":"406"} , +{"type":"Feature","id":"n8234405874","geometry":{"type":"Point","coordinates":[-0.6331394,51.5092347]},"properties":{"@type":"node","@id":8234405874,"@timestamp":1608121928},"coords":"51.5092347,-0.6331394","bedrooms":"0","price":"241000","area":"410"} , +{"type":"Feature","id":"n8234405886","geometry":{"type":"Point","coordinates":[-0.6351159,51.5091297]},"properties":{"@type":"node","@id":8234405886,"@timestamp":1608121928},"coords":"51.5091297,-0.6351159","bedrooms":"2","price":"266000","area":"390"} , +{"type":"Feature","id":"n8234405896","geometry":{"type":"Point","coordinates":[-0.6342059,51.5092436]},"properties":{"@type":"node","@id":8234405896,"@timestamp":1608121928},"coords":"51.5092436,-0.6342059","bedrooms":"2","price":"195000","area":"666"} , +{"type":"Feature","id":"n8234405906","geometry":{"type":"Point","coordinates":[-0.6333459,51.5091908]},"properties":{"@type":"node","@id":8234405906,"@timestamp":1608121928},"coords":"51.5091908,-0.6333459","bedrooms":"3","price":"232000","area":"578"} , +{"type":"Feature","id":"n8234405956","geometry":{"type":"Point","coordinates":[-0.6330619,51.5098013]},"properties":{"@type":"node","@id":8234405956,"@timestamp":1608121928},"coords":"51.5098013,-0.6330619","bedrooms":"0","price":"198000","area":"632"} , +{"type":"Feature","id":"n8234405966","geometry":{"type":"Point","coordinates":[-0.6348266,51.5094293]},"properties":{"@type":"node","@id":8234405966,"@timestamp":1608121928},"coords":"51.5094293,-0.6348266","bedrooms":"2","price":"284000","area":"594"} , +{"type":"Feature","id":"n8234405976","geometry":{"type":"Point","coordinates":[-0.6352332,51.5097576]},"properties":{"@type":"node","@id":8234405976,"@timestamp":1608121928},"coords":"51.5097576,-0.6352332","bedrooms":"0","price":"203000","area":"422"} , +{"type":"Feature","id":"n8234405992","geometry":{"type":"Point","coordinates":[-0.6359193,51.5093679]},"properties":{"@type":"node","@id":8234405992,"@timestamp":1608121928},"coords":"51.5093679,-0.6359193","bedrooms":"2","price":"260000","area":"530"} , +{"type":"Feature","id":"n8234406002","geometry":{"type":"Point","coordinates":[-0.6357184,51.5096919]},"properties":{"@type":"node","@id":8234406002,"@timestamp":1608121928},"coords":"51.5096919,-0.6357184","bedrooms":"0","price":"295000","area":"352"} , +{"type":"Feature","id":"n8234406012","geometry":{"type":"Point","coordinates":[-0.6361982,51.5096214]},"properties":{"@type":"node","@id":8234406012,"@timestamp":1608121928},"coords":"51.5096214,-0.6361982","bedrooms":"3","price":"281000","area":"442"} , +{"type":"Feature","id":"n8234406022","geometry":{"type":"Point","coordinates":[-0.6361056,51.5099849]},"properties":{"@type":"node","@id":8234406022,"@timestamp":1608121928},"coords":"51.5099849,-0.6361056","bedrooms":"4","price":"259000","area":"478"} , +{"type":"Feature","id":"n8234406032","geometry":{"type":"Point","coordinates":[-0.6360976,51.5100637]},"properties":{"@type":"node","@id":8234406032,"@timestamp":1608121928},"coords":"51.5100637,-0.6360976","bedrooms":"4","price":"216000","area":"546"} , +{"type":"Feature","id":"n8234406043","geometry":{"type":"Point","coordinates":[-0.6375176,51.5106115]},"properties":{"@type":"node","@id":8234406043,"@timestamp":1608121928},"coords":"51.5106115,-0.6375176","bedrooms":"1","price":"174000","area":"570"} , +{"type":"Feature","id":"n8234406053","geometry":{"type":"Point","coordinates":[-0.6376131,51.5110385]},"properties":{"@type":"node","@id":8234406053,"@timestamp":1608121928},"coords":"51.5110385,-0.6376131","bedrooms":"2","price":"251000","area":"530"} , +{"type":"Feature","id":"n8234406063","geometry":{"type":"Point","coordinates":[-0.6372985,51.5109289]},"properties":{"@type":"node","@id":8234406063,"@timestamp":1608121928},"coords":"51.5109289,-0.6372985","bedrooms":"1","price":"223000","area":"384"} , +{"type":"Feature","id":"n8234406073","geometry":{"type":"Point","coordinates":[-0.6364149,51.510861]},"properties":{"@type":"node","@id":8234406073,"@timestamp":1608121928},"coords":"51.510861,-0.6364149","bedrooms":"0","price":"212000","area":"410"} , +{"type":"Feature","id":"n8234415521","geometry":{"type":"Point","coordinates":[-0.0249514,51.1007663]},"properties":{"@type":"node","@id":8234415521,"@timestamp":1608122156},"coords":"51.1007663,-0.0249514","bedrooms":"3","price":"192000","area":"462"} , +{"type":"Feature","id":"n8234424642","geometry":{"type":"Point","coordinates":[0.0291475,51.9052888]},"properties":{"@type":"node","@id":8234424642,"@timestamp":1608122421},"coords":"51.9052888,0.0291475","bedrooms":"4","price":"272000","area":"663"} , +{"type":"Feature","id":"n8234437361","geometry":{"type":"Point","coordinates":[0.0287209,51.9055792]},"properties":{"@type":"node","@id":8234437361,"@timestamp":1608122762},"coords":"51.9055792,0.0287209","bedrooms":"2","price":"294000","area":"478"} , +{"type":"Feature","id":"n8234555797","geometry":{"type":"Point","coordinates":[0.1381857,51.8558955]},"properties":{"@type":"node","@id":8234555797,"@timestamp":1608126471},"coords":"51.8558955,0.1381857","bedrooms":"4","price":"170000","area":"449"} , +{"type":"Feature","id":"n8234815434","geometry":{"type":"Point","coordinates":[0.0218222,51.5535798]},"properties":{"@type":"node","@id":8234815434,"@timestamp":1620130248},"coords":"51.5535798,0.0218222","bedrooms":"2","price":"217000","area":"484"} , +{"type":"Feature","id":"n8234815494","geometry":{"type":"Point","coordinates":[0.0208518,51.5541561]},"properties":{"@type":"node","@id":8234815494,"@timestamp":1620130248},"coords":"51.5541561,0.0208518","bedrooms":"3","price":"164000","area":"662"} , +{"type":"Feature","id":"n8234819275","geometry":{"type":"Point","coordinates":[0.0229236,51.5538151]},"properties":{"@type":"node","@id":8234819275,"@timestamp":1615394395},"coords":"51.5538151,0.0229236","bedrooms":"0","price":"233000","area":"470"} , +{"type":"Feature","id":"n8234819408","geometry":{"type":"Point","coordinates":[0.0216132,51.5539506]},"properties":{"@type":"node","@id":8234819408,"@timestamp":1608131141},"coords":"51.5539506,0.0216132","bedrooms":"3","price":"292000","area":"366"} , +{"type":"Feature","id":"n8235013275","geometry":{"type":"Point","coordinates":[-0.1200031,51.4389829]},"properties":{"@type":"node","@id":8235013275,"@timestamp":1608134813},"coords":"51.4389829,-0.1200031","bedrooms":"0","price":"215000","area":"496"} , +{"type":"Feature","id":"n8235085197","geometry":{"type":"Point","coordinates":[-0.5021651,51.3412017]},"properties":{"@type":"node","@id":8235085197,"@timestamp":1608136806},"coords":"51.3412017,-0.5021651","bedrooms":"2","price":"159000","area":"461"} , +{"type":"Feature","id":"n8235085215","geometry":{"type":"Point","coordinates":[-0.5000949,51.3424464]},"properties":{"@type":"node","@id":8235085215,"@timestamp":1608136806},"coords":"51.3424464,-0.5000949","bedrooms":"1","price":"157000","area":"587"} , +{"type":"Feature","id":"n8235092534","geometry":{"type":"Point","coordinates":[-0.5054585,51.3417566]},"properties":{"@type":"node","@id":8235092534,"@timestamp":1608136806},"coords":"51.3417566,-0.5054585","bedrooms":"0","price":"285000","area":"350"} , +{"type":"Feature","id":"n8235163767","geometry":{"type":"Point","coordinates":[-0.1628038,51.1405522]},"properties":{"@type":"node","@id":8235163767,"@timestamp":1608139317},"coords":"51.1405522,-0.1628038","bedrooms":"3","price":"216000","area":"673"} , +{"type":"Feature","id":"n8235213901","geometry":{"type":"Point","coordinates":[-0.5022813,51.3473821]},"properties":{"@type":"node","@id":8235213901,"@timestamp":1608140543},"coords":"51.3473821,-0.5022813","bedrooms":"1","price":"202000","area":"522"} , +{"type":"Feature","id":"n8235213911","geometry":{"type":"Point","coordinates":[-0.4992967,51.3442787]},"properties":{"@type":"node","@id":8235213911,"@timestamp":1608140543},"coords":"51.3442787,-0.4992967","bedrooms":"1","price":"243000","area":"622"} , +{"type":"Feature","id":"n8235218521","geometry":{"type":"Point","coordinates":[-0.5047035,51.3439834]},"properties":{"@type":"node","@id":8235218521,"@timestamp":1608303547},"coords":"51.3439834,-0.5047035","bedrooms":"3","price":"151000","area":"596"} , +{"type":"Feature","id":"n8235254274","geometry":{"type":"Point","coordinates":[-0.7630302,51.3334531]},"properties":{"@type":"node","@id":8235254274,"@timestamp":1608142205},"coords":"51.3334531,-0.7630302","bedrooms":"2","price":"295000","area":"557"} , +{"type":"Feature","id":"n8235514711","geometry":{"type":"Point","coordinates":[0.7585576,51.9256081]},"properties":{"@type":"node","@id":8235514711,"@timestamp":1608148647},"coords":"51.9256081,0.7585576","bedrooms":"3","price":"225000","area":"602"} , +{"type":"Feature","id":"n8235730050","geometry":{"type":"Point","coordinates":[0.8732555,51.1741143]},"properties":{"@type":"node","@id":8235730050,"@timestamp":1608153211},"coords":"51.1741143,0.8732555","bedrooms":"3","price":"200000","area":"652"} , +{"type":"Feature","id":"n8235796325","geometry":{"type":"Point","coordinates":[-0.275545,51.399756]},"properties":{"@type":"node","@id":8235796325,"@timestamp":1628082732},"coords":"51.399756,-0.275545","bedrooms":"2","price":"250000","area":"641"} , +{"type":"Feature","id":"n8235927267","geometry":{"type":"Point","coordinates":[-0.1403329,51.5508792]},"properties":{"@type":"node","@id":8235927267,"@timestamp":1628959548},"coords":"51.5508792,-0.1403329","bedrooms":"1","price":"242000","area":"476"} , +{"type":"Feature","id":"n8235996833","geometry":{"type":"Point","coordinates":[-0.1414167,51.5518782]},"properties":{"@type":"node","@id":8235996833,"@timestamp":1608162867},"coords":"51.5518782,-0.1414167","bedrooms":"3","price":"297000","area":"377"} , +{"type":"Feature","id":"n8236026894","geometry":{"type":"Point","coordinates":[-0.6193465,51.5106115]},"properties":{"@type":"node","@id":8236026894,"@timestamp":1608166829},"coords":"51.5106115,-0.6193465","bedrooms":"4","price":"266000","area":"563"} , +{"type":"Feature","id":"n8236026909","geometry":{"type":"Point","coordinates":[-0.6231252,51.5111224]},"properties":{"@type":"node","@id":8236026909,"@timestamp":1608166829},"coords":"51.5111224,-0.6231252","bedrooms":"3","price":"208000","area":"659"} , +{"type":"Feature","id":"n8236052988","geometry":{"type":"Point","coordinates":[-0.0858411,51.5168353]},"properties":{"@type":"node","@id":8236052988,"@timestamp":1608166508},"coords":"51.5168353,-0.0858411","bedrooms":"0","price":"264000","area":"395"} , +{"type":"Feature","id":"n8236062326","geometry":{"type":"Point","coordinates":[-0.6252994,51.5067014]},"properties":{"@type":"node","@id":8236062326,"@timestamp":1608166829},"coords":"51.5067014,-0.6252994","bedrooms":"3","price":"277000","area":"590"} , +{"type":"Feature","id":"n8236254771","geometry":{"type":"Point","coordinates":[-0.0764543,51.086887]},"properties":{"@type":"node","@id":8236254771,"@timestamp":1624036222},"coords":"51.086887,-0.0764543","bedrooms":"3","price":"281000","area":"431"} , +{"type":"Feature","id":"n8236478446","geometry":{"type":"Point","coordinates":[0.0836207,51.7494962]},"properties":{"@type":"node","@id":8236478446,"@timestamp":1608183956},"coords":"51.7494962,0.0836207","bedrooms":"0","price":"257000","area":"374"} , +{"type":"Feature","id":"n8236510393","geometry":{"type":"Point","coordinates":[0.1143855,51.5325409]},"properties":{"@type":"node","@id":8236510393,"@timestamp":1608186019},"coords":"51.5325409,0.1143855","bedrooms":"2","price":"230000","area":"441"} , +{"type":"Feature","id":"n8236556715","geometry":{"type":"Point","coordinates":[-0.2955545,51.0327178]},"properties":{"@type":"node","@id":8236556715,"@timestamp":1608186853},"coords":"51.0327178,-0.2955545","bedrooms":"1","price":"217000","area":"441"} , +{"type":"Feature","id":"n8236585499","geometry":{"type":"Point","coordinates":[0.3039596,51.6264623]},"properties":{"@type":"node","@id":8236585499,"@timestamp":1609525381},"coords":"51.6264623,0.3039596","bedrooms":"4","price":"273000","area":"431"} , +{"type":"Feature","id":"n8236640412","geometry":{"type":"Point","coordinates":[0.5610629,51.5719471]},"properties":{"@type":"node","@id":8236640412,"@timestamp":1608189178},"coords":"51.5719471,0.5610629","bedrooms":"2","price":"211000","area":"448"} , +{"type":"Feature","id":"n8236670371","geometry":{"type":"Point","coordinates":[0.0513559,51.5361957]},"properties":{"@type":"node","@id":8236670371,"@timestamp":1608190282},"coords":"51.5361957,0.0513559","bedrooms":"2","price":"244000","area":"402"} , +{"type":"Feature","id":"n8236714488","geometry":{"type":"Point","coordinates":[0.4655947,51.6787258]},"properties":{"@type":"node","@id":8236714488,"@timestamp":1608190976},"coords":"51.6787258,0.4655947","bedrooms":"0","price":"176000","area":"535"} , +{"type":"Feature","id":"n8236745401","geometry":{"type":"Point","coordinates":[0.0852454,51.5008053]},"properties":{"@type":"node","@id":8236745401,"@timestamp":1608191911},"coords":"51.5008053,0.0852454","bedrooms":"2","price":"168000","area":"440"} , +{"type":"Feature","id":"n8236848258","geometry":{"type":"Point","coordinates":[0.2248416,51.7685385]},"properties":{"@type":"node","@id":8236848258,"@timestamp":1608194409},"coords":"51.7685385,0.2248416","bedrooms":"4","price":"193000","area":"672"} , +{"type":"Feature","id":"n8236855165","geometry":{"type":"Point","coordinates":[-0.1717526,51.54064]},"properties":{"@type":"node","@id":8236855165,"@timestamp":1608194679},"coords":"51.54064,-0.1717526","bedrooms":"3","price":"283000","area":"433"} , +{"type":"Feature","id":"n8236855191","geometry":{"type":"Point","coordinates":[-0.1717204,51.5407713]},"properties":{"@type":"node","@id":8236855191,"@timestamp":1608194679},"coords":"51.5407713,-0.1717204","bedrooms":"1","price":"288000","area":"421"} , +{"type":"Feature","id":"n8236860021","geometry":{"type":"Point","coordinates":[-0.1756458,51.5542473]},"properties":{"@type":"node","@id":8236860021,"@timestamp":1608194679},"coords":"51.5542473,-0.1756458","bedrooms":"3","price":"165000","area":"516"} , +{"type":"Feature","id":"n8236881759","geometry":{"type":"Point","coordinates":[0.3033693,51.6790545]},"properties":{"@type":"node","@id":8236881759,"@timestamp":1608195335},"coords":"51.6790545,0.3033693","bedrooms":"2","price":"218000","area":"646"} , +{"type":"Feature","id":"n8236918725","geometry":{"type":"Point","coordinates":[-0.1612096,51.5373674]},"properties":{"@type":"node","@id":8236918725,"@timestamp":1608196113},"coords":"51.5373674,-0.1612096","bedrooms":"2","price":"156000","area":"356"} , +{"type":"Feature","id":"n8236943779","geometry":{"type":"Point","coordinates":[0.3768759,51.843253]},"properties":{"@type":"node","@id":8236943779,"@timestamp":1608196971},"coords":"51.843253,0.3768759","bedrooms":"4","price":"292000","area":"399"} , +{"type":"Feature","id":"n8236982539","geometry":{"type":"Point","coordinates":[0.3720585,51.7435607]},"properties":{"@type":"node","@id":8236982539,"@timestamp":1608197743},"coords":"51.7435607,0.3720585","bedrooms":"1","price":"262000","area":"628"} , +{"type":"Feature","id":"n8237060835","geometry":{"type":"Point","coordinates":[0.1028742,51.6275462]},"properties":{"@type":"node","@id":8237060835,"@timestamp":1618401746},"coords":"51.6275462,0.1028742","bedrooms":"2","price":"236000","area":"607"} , +{"type":"Feature","id":"n8237074872","geometry":{"type":"Point","coordinates":[-0.1389467,51.0641343]},"properties":{"@type":"node","@id":8237074872,"@timestamp":1608200002},"coords":"51.0641343,-0.1389467","bedrooms":"4","price":"153000","area":"469"} , +{"type":"Feature","id":"n8237074882","geometry":{"type":"Point","coordinates":[-0.146789,51.0614267]},"properties":{"@type":"node","@id":8237074882,"@timestamp":1608200002},"coords":"51.0614267,-0.146789","bedrooms":"0","price":"202000","area":"593"} , +{"type":"Feature","id":"n8237074892","geometry":{"type":"Point","coordinates":[-0.1626222,51.066777]},"properties":{"@type":"node","@id":8237074892,"@timestamp":1608200002},"coords":"51.066777,-0.1626222","bedrooms":"0","price":"228000","area":"358"} , +{"type":"Feature","id":"n8237074902","geometry":{"type":"Point","coordinates":[-0.1349148,51.065729]},"properties":{"@type":"node","@id":8237074902,"@timestamp":1608200002},"coords":"51.065729,-0.1349148","bedrooms":"1","price":"193000","area":"625"} , +{"type":"Feature","id":"n8237078186","geometry":{"type":"Point","coordinates":[0.0226741,51.5536154]},"properties":{"@type":"node","@id":8237078186,"@timestamp":1608199661},"coords":"51.5536154,0.0226741","bedrooms":"4","price":"216000","area":"440"} , +{"type":"Feature","id":"n8237102318","geometry":{"type":"Point","coordinates":[-0.8102737,51.7548223]},"properties":{"@type":"node","@id":8237102318,"@timestamp":1608200298},"coords":"51.7548223,-0.8102737","bedrooms":"2","price":"188000","area":"598"} , +{"type":"Feature","id":"n8237264982","geometry":{"type":"Point","coordinates":[-0.2941207,51.4528229]},"properties":{"@type":"node","@id":8237264982,"@timestamp":1608204412},"coords":"51.4528229,-0.2941207","bedrooms":"1","price":"298000","area":"551"} , +{"type":"Feature","id":"n8237301958","geometry":{"type":"Point","coordinates":[-0.6320388,51.5088453]},"properties":{"@type":"node","@id":8237301958,"@timestamp":1608205756},"coords":"51.5088453,-0.6320388","bedrooms":"4","price":"270000","area":"398"} , +{"type":"Feature","id":"n8237482996","geometry":{"type":"Point","coordinates":[0.8488144,51.142833]},"properties":{"@type":"node","@id":8237482996,"@timestamp":1608210021},"coords":"51.142833,0.8488144","bedrooms":"1","price":"250000","area":"422"} , +{"type":"Feature","id":"n8237508330","geometry":{"type":"Point","coordinates":[-0.6285797,51.5089707]},"properties":{"@type":"node","@id":8237508330,"@timestamp":1608210270},"coords":"51.5089707,-0.6285797","bedrooms":"4","price":"283000","area":"386"} , +{"type":"Feature","id":"n8237571441","geometry":{"type":"Point","coordinates":[0.0777396,51.5379405]},"properties":{"@type":"node","@id":8237571441,"@timestamp":1608213162},"coords":"51.5379405,0.0777396","bedrooms":"3","price":"183000","area":"408"} , +{"type":"Feature","id":"n8237726636","geometry":{"type":"Point","coordinates":[0.0226844,51.5522874]},"properties":{"@type":"node","@id":8237726636,"@timestamp":1620130248},"coords":"51.5522874,0.0226844","bedrooms":"1","price":"184000","area":"498"} , +{"type":"Feature","id":"n8237726722","geometry":{"type":"Point","coordinates":[0.0219561,51.5526101]},"properties":{"@type":"node","@id":8237726722,"@timestamp":1620130248},"coords":"51.5526101,0.0219561","bedrooms":"4","price":"159000","area":"589"} , +{"type":"Feature","id":"n8237726737","geometry":{"type":"Point","coordinates":[0.0219619,51.5523556]},"properties":{"@type":"node","@id":8237726737,"@timestamp":1620130248},"coords":"51.5523556,0.0219619","bedrooms":"4","price":"216000","area":"645"} , +{"type":"Feature","id":"n8237796014","geometry":{"type":"Point","coordinates":[0.1008303,51.6668214]},"properties":{"@type":"node","@id":8237796014,"@timestamp":1608218124},"coords":"51.6668214,0.1008303","bedrooms":"1","price":"159000","area":"638"} , +{"type":"Feature","id":"n8237796151","geometry":{"type":"Point","coordinates":[0.0931187,51.6705367]},"properties":{"@type":"node","@id":8237796151,"@timestamp":1608218124},"coords":"51.6705367,0.0931187","bedrooms":"3","price":"270000","area":"455"} , +{"type":"Feature","id":"n8237796261","geometry":{"type":"Point","coordinates":[0.0918712,51.6719258]},"properties":{"@type":"node","@id":8237796261,"@timestamp":1608218124},"coords":"51.6719258,0.0918712","bedrooms":"0","price":"261000","area":"611"} , +{"type":"Feature","id":"n8237796274","geometry":{"type":"Point","coordinates":[0.0987875,51.6714028]},"properties":{"@type":"node","@id":8237796274,"@timestamp":1608218124},"coords":"51.6714028,0.0987875","bedrooms":"2","price":"190000","area":"490"} , +{"type":"Feature","id":"n8237796284","geometry":{"type":"Point","coordinates":[0.0973952,51.6711716]},"properties":{"@type":"node","@id":8237796284,"@timestamp":1608218124},"coords":"51.6711716,0.0973952","bedrooms":"4","price":"202000","area":"698"} , +{"type":"Feature","id":"n8237796294","geometry":{"type":"Point","coordinates":[0.0964596,51.6711083]},"properties":{"@type":"node","@id":8237796294,"@timestamp":1608218124},"coords":"51.6711083,0.0964596","bedrooms":"3","price":"279000","area":"552"} , +{"type":"Feature","id":"n8237876826","geometry":{"type":"Point","coordinates":[-0.1215185,51.445768]},"properties":{"@type":"node","@id":8237876826,"@timestamp":1608219765},"coords":"51.445768,-0.1215185","bedrooms":"2","price":"254000","area":"523"} , +{"type":"Feature","id":"n8238046881","geometry":{"type":"Point","coordinates":[-0.6211881,51.5148708]},"properties":{"@type":"node","@id":8238046881,"@timestamp":1608224207},"coords":"51.5148708,-0.6211881","bedrooms":"1","price":"294000","area":"545"} , +{"type":"Feature","id":"n8238046904","geometry":{"type":"Point","coordinates":[-0.6186956,51.5049619]},"properties":{"@type":"node","@id":8238046904,"@timestamp":1608224207},"coords":"51.5049619,-0.6186956","bedrooms":"4","price":"158000","area":"532"} , +{"type":"Feature","id":"n8238062819","geometry":{"type":"Point","coordinates":[-0.6170435,51.5069079]},"properties":{"@type":"node","@id":8238062819,"@timestamp":1608224207},"coords":"51.5069079,-0.6170435","bedrooms":"0","price":"178000","area":"519"} , +{"type":"Feature","id":"n8238132138","geometry":{"type":"Point","coordinates":[0.0783517,51.1922675]},"properties":{"@type":"node","@id":8238132138,"@timestamp":1608226201},"coords":"51.1922675,0.0783517","bedrooms":"4","price":"280000","area":"409"} , +{"type":"Feature","id":"n8238132148","geometry":{"type":"Point","coordinates":[0.0896992,51.1843507]},"properties":{"@type":"node","@id":8238132148,"@timestamp":1608226201},"coords":"51.1843507,0.0896992","bedrooms":"2","price":"290000","area":"529"} , +{"type":"Feature","id":"n8238166824","geometry":{"type":"Point","coordinates":[-0.6044251,51.5043146]},"properties":{"@type":"node","@id":8238166824,"@timestamp":1608228009},"coords":"51.5043146,-0.6044251","bedrooms":"1","price":"208000","area":"576"} , +{"type":"Feature","id":"n8238247542","geometry":{"type":"Point","coordinates":[-0.8817697,51.7171263]},"properties":{"@type":"node","@id":8238247542,"@timestamp":1608229135},"coords":"51.7171263,-0.8817697","bedrooms":"4","price":"220000","area":"389"} , +{"type":"Feature","id":"n8238434474","geometry":{"type":"Point","coordinates":[-0.5241024,51.4837004]},"properties":{"@type":"node","@id":8238434474,"@timestamp":1608234855},"coords":"51.4837004,-0.5241024","bedrooms":"4","price":"210000","area":"496"} , +{"type":"Feature","id":"n8238435929","geometry":{"type":"Point","coordinates":[-0.5320343,51.4865994]},"properties":{"@type":"node","@id":8238435929,"@timestamp":1608234855},"coords":"51.4865994,-0.5320343","bedrooms":"4","price":"201000","area":"583"} , +{"type":"Feature","id":"n8238697863","geometry":{"type":"Point","coordinates":[0.7032432,51.0560713]},"properties":{"@type":"node","@id":8238697863,"@timestamp":1608242256},"coords":"51.0560713,0.7032432","bedrooms":"4","price":"260000","area":"657"} , +{"type":"Feature","id":"n8238916272","geometry":{"type":"Point","coordinates":[-0.0400765,51.569681]},"properties":{"@type":"node","@id":8238916272,"@timestamp":1608251912},"coords":"51.569681,-0.0400765","bedrooms":"0","price":"276000","area":"645"} , +{"type":"Feature","id":"n8238932313","geometry":{"type":"Point","coordinates":[-0.0463594,51.5566366]},"properties":{"@type":"node","@id":8238932313,"@timestamp":1608253370},"coords":"51.5566366,-0.0463594","bedrooms":"4","price":"222000","area":"477"} , +{"type":"Feature","id":"n8238984447","geometry":{"type":"Point","coordinates":[-0.0218815,51.5759897]},"properties":{"@type":"node","@id":8238984447,"@timestamp":1608255431},"coords":"51.5759897,-0.0218815","bedrooms":"3","price":"156000","area":"546"} , +{"type":"Feature","id":"n8239099064","geometry":{"type":"Point","coordinates":[-0.9141209,51.8732322]},"properties":{"@type":"node","@id":8239099064,"@timestamp":1608262493},"coords":"51.8732322,-0.9141209","bedrooms":"0","price":"266000","area":"365"} , +{"type":"Feature","id":"n8239141608","geometry":{"type":"Point","coordinates":[-0.5866662,50.9629974]},"properties":{"@type":"node","@id":8239141608,"@timestamp":1608263248},"coords":"50.9629974,-0.5866662","bedrooms":"1","price":"284000","area":"509"} , +{"type":"Feature","id":"n8239141859","geometry":{"type":"Point","coordinates":[-0.5813648,50.9669029]},"properties":{"@type":"node","@id":8239141859,"@timestamp":1608263248},"coords":"50.9669029,-0.5813648","bedrooms":"4","price":"250000","area":"459"} , +{"type":"Feature","id":"n8239202778","geometry":{"type":"Point","coordinates":[-0.1939342,51.5401528]},"properties":{"@type":"node","@id":8239202778,"@timestamp":1608267060},"coords":"51.5401528,-0.1939342","bedrooms":"4","price":"164000","area":"495"} , +{"type":"Feature","id":"n8239202796","geometry":{"type":"Point","coordinates":[-0.1934818,51.5354084]},"properties":{"@type":"node","@id":8239202796,"@timestamp":1608267060},"coords":"51.5354084,-0.1934818","bedrooms":"0","price":"193000","area":"480"} , +{"type":"Feature","id":"n8239202807","geometry":{"type":"Point","coordinates":[-0.140405,51.5574886]},"properties":{"@type":"node","@id":8239202807,"@timestamp":1608267060},"coords":"51.5574886,-0.140405","bedrooms":"3","price":"157000","area":"354"} , +{"type":"Feature","id":"n8239237019","geometry":{"type":"Point","coordinates":[-0.1406248,51.5573406]},"properties":{"@type":"node","@id":8239237019,"@timestamp":1608267060},"coords":"51.5573406,-0.1406248","bedrooms":"4","price":"207000","area":"457"} , +{"type":"Feature","id":"n8239237031","geometry":{"type":"Point","coordinates":[-0.2113451,51.5561867]},"properties":{"@type":"node","@id":8239237031,"@timestamp":1608267060},"coords":"51.5561867,-0.2113451","bedrooms":"1","price":"284000","area":"441"} , +{"type":"Feature","id":"n8239237046","geometry":{"type":"Point","coordinates":[-0.1953744,51.5575434]},"properties":{"@type":"node","@id":8239237046,"@timestamp":1608267060},"coords":"51.5575434,-0.1953744","bedrooms":"1","price":"230000","area":"376"} , +{"type":"Feature","id":"n8239237062","geometry":{"type":"Point","coordinates":[-0.2112325,51.5562885]},"properties":{"@type":"node","@id":8239237062,"@timestamp":1608267060},"coords":"51.5562885,-0.2112325","bedrooms":"0","price":"256000","area":"693"} , +{"type":"Feature","id":"n8239237072","geometry":{"type":"Point","coordinates":[-0.2442555,51.5535829]},"properties":{"@type":"node","@id":8239237072,"@timestamp":1608267060},"coords":"51.5535829,-0.2442555","bedrooms":"4","price":"219000","area":"510"} , +{"type":"Feature","id":"n8239524903","geometry":{"type":"Point","coordinates":[-1.0088225,51.9691758]},"properties":{"@type":"node","@id":8239524903,"@timestamp":1608274955},"coords":"51.9691758,-1.0088225","bedrooms":"4","price":"191000","area":"679"} , +{"type":"Feature","id":"n8239772130","geometry":{"type":"Point","coordinates":[-0.9231786,51.7944246]},"properties":{"@type":"node","@id":8239772130,"@timestamp":1608282030},"coords":"51.7944246,-0.9231786","bedrooms":"1","price":"274000","area":"657"} , +{"type":"Feature","id":"n8239842039","geometry":{"type":"Point","coordinates":[-0.2415828,51.5628987]},"properties":{"@type":"node","@id":8239842039,"@timestamp":1608284298},"coords":"51.5628987,-0.2415828","bedrooms":"0","price":"164000","area":"454"} , +{"type":"Feature","id":"n8239842050","geometry":{"type":"Point","coordinates":[-0.2340118,51.5437713]},"properties":{"@type":"node","@id":8239842050,"@timestamp":1608284298},"coords":"51.5437713,-0.2340118","bedrooms":"1","price":"243000","area":"391"} , +{"type":"Feature","id":"n8239842060","geometry":{"type":"Point","coordinates":[-0.2520572,51.5398834]},"properties":{"@type":"node","@id":8239842060,"@timestamp":1608284298},"coords":"51.5398834,-0.2520572","bedrooms":"0","price":"221000","area":"443"} , +{"type":"Feature","id":"n8239964058","geometry":{"type":"Point","coordinates":[-0.2354477,51.5671731]},"properties":{"@type":"node","@id":8239964058,"@timestamp":1608286624},"coords":"51.5671731,-0.2354477","bedrooms":"0","price":"171000","area":"540"} , +{"type":"Feature","id":"n8239964069","geometry":{"type":"Point","coordinates":[-0.2350108,51.5666402]},"properties":{"@type":"node","@id":8239964069,"@timestamp":1608286624},"coords":"51.5666402,-0.2350108","bedrooms":"4","price":"243000","area":"486"} , +{"type":"Feature","id":"n8239964079","geometry":{"type":"Point","coordinates":[-0.2302164,51.5577052]},"properties":{"@type":"node","@id":8239964079,"@timestamp":1608286624},"coords":"51.5577052,-0.2302164","bedrooms":"3","price":"291000","area":"487"} , +{"type":"Feature","id":"n8240046253","geometry":{"type":"Point","coordinates":[-0.0527819,51.4754609]},"properties":{"@type":"node","@id":8240046253,"@timestamp":1608288351},"coords":"51.4754609,-0.0527819","bedrooms":"1","price":"191000","area":"649"} , +{"type":"Feature","id":"n8240065200","geometry":{"type":"Point","coordinates":[-0.2216532,51.5311292]},"properties":{"@type":"node","@id":8240065200,"@timestamp":1608288809},"coords":"51.5311292,-0.2216532","bedrooms":"0","price":"171000","area":"414"} , +{"type":"Feature","id":"n8240068833","geometry":{"type":"Point","coordinates":[-0.240093,51.5388442]},"properties":{"@type":"node","@id":8240068833,"@timestamp":1608288809},"coords":"51.5388442,-0.240093","bedrooms":"1","price":"198000","area":"576"} , +{"type":"Feature","id":"n8240068855","geometry":{"type":"Point","coordinates":[-0.2159501,51.5309575]},"properties":{"@type":"node","@id":8240068855,"@timestamp":1608288809},"coords":"51.5309575,-0.2159501","bedrooms":"3","price":"190000","area":"423"} , +{"type":"Feature","id":"n8240096366","geometry":{"type":"Point","coordinates":[-0.3048702,51.1988685]},"properties":{"@type":"node","@id":8240096366,"@timestamp":1608289334},"coords":"51.1988685,-0.3048702","bedrooms":"3","price":"255000","area":"611"} , +{"type":"Feature","id":"n8240105803","geometry":{"type":"Point","coordinates":[-0.5784237,50.9730739]},"properties":{"@type":"node","@id":8240105803,"@timestamp":1608289820},"coords":"50.9730739,-0.5784237","bedrooms":"0","price":"206000","area":"578"} , +{"type":"Feature","id":"n8240140117","geometry":{"type":"Point","coordinates":[-0.299641,51.197677]},"properties":{"@type":"node","@id":8240140117,"@timestamp":1608290557},"coords":"51.197677,-0.299641","bedrooms":"4","price":"270000","area":"543"} , +{"type":"Feature","id":"n8240226762","geometry":{"type":"Point","coordinates":[0.8497858,51.1543817]},"properties":{"@type":"node","@id":8240226762,"@timestamp":1608292643},"coords":"51.1543817,0.8497858","bedrooms":"2","price":"280000","area":"689"} , +{"type":"Feature","id":"n8240226772","geometry":{"type":"Point","coordinates":[0.8503926,51.1540795]},"properties":{"@type":"node","@id":8240226772,"@timestamp":1608292643},"coords":"51.1540795,0.8503926","bedrooms":"4","price":"183000","area":"554"} , +{"type":"Feature","id":"n8240237924","geometry":{"type":"Point","coordinates":[-0.1575234,51.1825556]},"properties":{"@type":"node","@id":8240237924,"@timestamp":1608292970},"coords":"51.1825556,-0.1575234","bedrooms":"4","price":"225000","area":"630"} , +{"type":"Feature","id":"n8240259678","geometry":{"type":"Point","coordinates":[0.0232152,51.5522532]},"properties":{"@type":"node","@id":8240259678,"@timestamp":1620315682},"coords":"51.5522532,0.0232152","bedrooms":"3","price":"217000","area":"634"} , +{"type":"Feature","id":"n8240259714","geometry":{"type":"Point","coordinates":[0.0226182,51.5515505]},"properties":{"@type":"node","@id":8240259714,"@timestamp":1620315682},"coords":"51.5515505,0.0226182","bedrooms":"1","price":"263000","area":"664"} , +{"type":"Feature","id":"n8240261344","geometry":{"type":"Point","coordinates":[0.0237242,51.551674]},"properties":{"@type":"node","@id":8240261344,"@timestamp":1615474254},"coords":"51.551674,0.0237242","bedrooms":"2","price":"284000","area":"576"} , +{"type":"Feature","id":"n8240261440","geometry":{"type":"Point","coordinates":[0.0251163,51.5524515]},"properties":{"@type":"node","@id":8240261440,"@timestamp":1620315682},"coords":"51.5524515,0.0251163","bedrooms":"4","price":"181000","area":"506"} , +{"type":"Feature","id":"n8240261513","geometry":{"type":"Point","coordinates":[0.0251524,51.5522111]},"properties":{"@type":"node","@id":8240261513,"@timestamp":1608293550},"coords":"51.5522111,0.0251524","bedrooms":"1","price":"232000","area":"581"} , +{"type":"Feature","id":"n8240261523","geometry":{"type":"Point","coordinates":[0.0238831,51.552322]},"properties":{"@type":"node","@id":8240261523,"@timestamp":1620315682},"coords":"51.552322,0.0238831","bedrooms":"1","price":"171000","area":"534"} , +{"type":"Feature","id":"n8240310772","geometry":{"type":"Point","coordinates":[-0.1885563,51.4667313]},"properties":{"@type":"node","@id":8240310772,"@timestamp":1608295302},"coords":"51.4667313,-0.1885563","bedrooms":"2","price":"259000","area":"448"} , +{"type":"Feature","id":"n8240340218","geometry":{"type":"Point","coordinates":[-0.1131865,51.5558319]},"properties":{"@type":"node","@id":8240340218,"@timestamp":1608296494},"coords":"51.5558319,-0.1131865","bedrooms":"2","price":"297000","area":"499"} , +{"type":"Feature","id":"n8240374320","geometry":{"type":"Point","coordinates":[-0.1111493,51.5562752]},"properties":{"@type":"node","@id":8240374320,"@timestamp":1608296497},"coords":"51.5562752,-0.1111493","bedrooms":"3","price":"281000","area":"405"} , +{"type":"Feature","id":"n8240470523","geometry":{"type":"Point","coordinates":[-0.6093107,51.5074655]},"properties":{"@type":"node","@id":8240470523,"@timestamp":1608299532},"coords":"51.5074655,-0.6093107","bedrooms":"0","price":"224000","area":"437"} , +{"type":"Feature","id":"n8240488208","geometry":{"type":"Point","coordinates":[0.1258301,51.671742]},"properties":{"@type":"node","@id":8240488208,"@timestamp":1608299404},"coords":"51.671742,0.1258301","bedrooms":"1","price":"155000","area":"581"} , +{"type":"Feature","id":"n8240488386","geometry":{"type":"Point","coordinates":[0.1149032,51.6708002]},"properties":{"@type":"node","@id":8240488386,"@timestamp":1608299404},"coords":"51.6708002,0.1149032","bedrooms":"2","price":"192000","area":"552"} , +{"type":"Feature","id":"n8240488503","geometry":{"type":"Point","coordinates":[0.1160079,51.6694698]},"properties":{"@type":"node","@id":8240488503,"@timestamp":1608299404},"coords":"51.6694698,0.1160079","bedrooms":"4","price":"210000","area":"646"} , +{"type":"Feature","id":"n8240610615","geometry":{"type":"Point","coordinates":[-0.1938964,51.034966]},"properties":{"@type":"node","@id":8240610615,"@timestamp":1608302584},"coords":"51.034966,-0.1938964","bedrooms":"2","price":"227000","area":"591"} , +{"type":"Feature","id":"n8240653536","geometry":{"type":"Point","coordinates":[-0.5066427,51.3456428]},"properties":{"@type":"node","@id":8240653536,"@timestamp":1608303547},"coords":"51.3456428,-0.5066427","bedrooms":"4","price":"266000","area":"544"} , +{"type":"Feature","id":"n8240892454","geometry":{"type":"Point","coordinates":[-0.7905318,51.8153121]},"properties":{"@type":"node","@id":8240892454,"@timestamp":1634501874},"coords":"51.8153121,-0.7905318","bedrooms":"2","price":"176000","area":"389"} , +{"type":"Feature","id":"n8240938647","geometry":{"type":"Point","coordinates":[-0.2137139,51.4483221]},"properties":{"@type":"node","@id":8240938647,"@timestamp":1608310380},"coords":"51.4483221,-0.2137139","bedrooms":"4","price":"228000","area":"572"} , +{"type":"Feature","id":"n8240940382","geometry":{"type":"Point","coordinates":[0.0232049,51.5514853]},"properties":{"@type":"node","@id":8240940382,"@timestamp":1615474254},"coords":"51.5514853,0.0232049","bedrooms":"4","price":"165000","area":"385"} , +{"type":"Feature","id":"n8240940402","geometry":{"type":"Point","coordinates":[0.0233084,51.551328]},"properties":{"@type":"node","@id":8240940402,"@timestamp":1608310040},"coords":"51.551328,0.0233084","bedrooms":"1","price":"205000","area":"440"} , +{"type":"Feature","id":"n8241082908","geometry":{"type":"Point","coordinates":[-0.1784694,51.4873846]},"properties":{"@type":"node","@id":8241082908,"@timestamp":1608314022},"coords":"51.4873846,-0.1784694","bedrooms":"1","price":"228000","area":"605"} , +{"type":"Feature","id":"n8241089131","geometry":{"type":"Point","coordinates":[-0.178221,51.4867452]},"properties":{"@type":"node","@id":8241089131,"@timestamp":1608314022},"coords":"51.4867452,-0.178221","bedrooms":"3","price":"253000","area":"507"} , +{"type":"Feature","id":"n8241089141","geometry":{"type":"Point","coordinates":[-0.1776976,51.4863834]},"properties":{"@type":"node","@id":8241089141,"@timestamp":1608314022},"coords":"51.4863834,-0.1776976","bedrooms":"0","price":"186000","area":"374"} , +{"type":"Feature","id":"n8241103628","geometry":{"type":"Point","coordinates":[0.0246865,51.550903]},"properties":{"@type":"node","@id":8241103628,"@timestamp":1615474254},"coords":"51.550903,0.0246865","bedrooms":"4","price":"198000","area":"527"} , +{"type":"Feature","id":"n8241125901","geometry":{"type":"Point","coordinates":[-0.6056552,51.5097843]},"properties":{"@type":"node","@id":8241125901,"@timestamp":1608315977},"coords":"51.5097843,-0.6056552","bedrooms":"2","price":"201000","area":"549"} , +{"type":"Feature","id":"n8241141216","geometry":{"type":"Point","coordinates":[0.0233647,51.5504065]},"properties":{"@type":"node","@id":8241141216,"@timestamp":1608315958},"coords":"51.5504065,0.0233647","bedrooms":"3","price":"170000","area":"649"} , +{"type":"Feature","id":"n8241148471","geometry":{"type":"Point","coordinates":[-0.1779347,51.4870888]},"properties":{"@type":"node","@id":8241148471,"@timestamp":1608317339},"coords":"51.4870888,-0.1779347","bedrooms":"0","price":"266000","area":"371"} , +{"type":"Feature","id":"n8241151536","geometry":{"type":"Point","coordinates":[-0.1137709,50.9688192]},"properties":{"@type":"node","@id":8241151536,"@timestamp":1608316032},"coords":"50.9688192,-0.1137709","bedrooms":"1","price":"271000","area":"507"} , +{"type":"Feature","id":"n8241396832","geometry":{"type":"Point","coordinates":[0.3124843,51.6102218]},"properties":{"@type":"node","@id":8241396832,"@timestamp":1608324471},"coords":"51.6102218,0.3124843","bedrooms":"4","price":"286000","area":"665"} , +{"type":"Feature","id":"n8241406715","geometry":{"type":"Point","coordinates":[0.1441319,51.6877975]},"properties":{"@type":"node","@id":8241406715,"@timestamp":1608324723},"coords":"51.6877975,0.1441319","bedrooms":"2","price":"160000","area":"581"} , +{"type":"Feature","id":"n8241475726","geometry":{"type":"Point","coordinates":[-0.3349534,51.0706057]},"properties":{"@type":"node","@id":8241475726,"@timestamp":1608326895},"coords":"51.0706057,-0.3349534","bedrooms":"3","price":"235000","area":"624"} , +{"type":"Feature","id":"n8241475736","geometry":{"type":"Point","coordinates":[-0.3358284,51.0703398]},"properties":{"@type":"node","@id":8241475736,"@timestamp":1608326895},"coords":"51.0703398,-0.3358284","bedrooms":"4","price":"242000","area":"509"} , +{"type":"Feature","id":"n8241475746","geometry":{"type":"Point","coordinates":[-0.3367606,51.0707331]},"properties":{"@type":"node","@id":8241475746,"@timestamp":1608326895},"coords":"51.0707331,-0.3367606","bedrooms":"0","price":"286000","area":"571"} , +{"type":"Feature","id":"n8241475756","geometry":{"type":"Point","coordinates":[-0.3361038,51.0712012]},"properties":{"@type":"node","@id":8241475756,"@timestamp":1608326895},"coords":"51.0712012,-0.3361038","bedrooms":"4","price":"247000","area":"533"} , +{"type":"Feature","id":"n8241475766","geometry":{"type":"Point","coordinates":[-0.3339723,51.0709997]},"properties":{"@type":"node","@id":8241475766,"@timestamp":1608326895},"coords":"51.0709997,-0.3339723","bedrooms":"4","price":"158000","area":"451"} , +{"type":"Feature","id":"n8241475776","geometry":{"type":"Point","coordinates":[-0.3349737,51.0721053]},"properties":{"@type":"node","@id":8241475776,"@timestamp":1608326895},"coords":"51.0721053,-0.3349737","bedrooms":"1","price":"203000","area":"666"} , +{"type":"Feature","id":"n8241475786","geometry":{"type":"Point","coordinates":[-0.3334299,51.0715016]},"properties":{"@type":"node","@id":8241475786,"@timestamp":1608326895},"coords":"51.0715016,-0.3334299","bedrooms":"0","price":"249000","area":"691"} , +{"type":"Feature","id":"n8241506636","geometry":{"type":"Point","coordinates":[0.4275441,51.4049573]},"properties":{"@type":"node","@id":8241506636,"@timestamp":1608328341},"coords":"51.4049573,0.4275441","bedrooms":"4","price":"294000","area":"597"} , +{"type":"Feature","id":"n8241727125","geometry":{"type":"Point","coordinates":[-0.5934168,51.5132874]},"properties":{"@type":"node","@id":8241727125,"@timestamp":1608334679},"coords":"51.5132874,-0.5934168","bedrooms":"0","price":"297000","area":"643"} , +{"type":"Feature","id":"n8241727161","geometry":{"type":"Point","coordinates":[-0.5948255,51.5104182]},"properties":{"@type":"node","@id":8241727161,"@timestamp":1621008517},"coords":"51.5104182,-0.5948255","bedrooms":"2","price":"262000","area":"496"} , +{"type":"Feature","id":"n8241746725","geometry":{"type":"Point","coordinates":[-0.5579866,50.973839]},"properties":{"@type":"node","@id":8241746725,"@timestamp":1608335380},"coords":"50.973839,-0.5579866","bedrooms":"4","price":"253000","area":"580"} , +{"type":"Feature","id":"n8241746794","geometry":{"type":"Point","coordinates":[-0.562816,50.9776879]},"properties":{"@type":"node","@id":8241746794,"@timestamp":1608335380},"coords":"50.9776879,-0.562816","bedrooms":"0","price":"290000","area":"395"} , +{"type":"Feature","id":"n8241812081","geometry":{"type":"Point","coordinates":[-0.5798777,51.5070621]},"properties":{"@type":"node","@id":8241812081,"@timestamp":1608343170},"coords":"51.5070621,-0.5798777","bedrooms":"2","price":"211000","area":"406"} , +{"type":"Feature","id":"n8241870060","geometry":{"type":"Point","coordinates":[-0.5817182,51.5078101]},"properties":{"@type":"node","@id":8241870060,"@timestamp":1608344830},"coords":"51.5078101,-0.5817182","bedrooms":"3","price":"188000","area":"633"} , +{"type":"Feature","id":"n8241973671","geometry":{"type":"Point","coordinates":[-0.1769594,51.4867556]},"properties":{"@type":"node","@id":8241973671,"@timestamp":1608352766},"coords":"51.4867556,-0.1769594","bedrooms":"2","price":"257000","area":"628"} , +{"type":"Feature","id":"n8242001104","geometry":{"type":"Point","coordinates":[-0.2532096,51.5833205]},"properties":{"@type":"node","@id":8242001104,"@timestamp":1608354374},"coords":"51.5833205,-0.2532096","bedrooms":"2","price":"198000","area":"491"} , +{"type":"Feature","id":"n8242006521","geometry":{"type":"Point","coordinates":[-0.2602514,51.5949721]},"properties":{"@type":"node","@id":8242006521,"@timestamp":1608354374},"coords":"51.5949721,-0.2602514","bedrooms":"0","price":"185000","area":"561"} , +{"type":"Feature","id":"n8242006535","geometry":{"type":"Point","coordinates":[-0.2664481,51.5753812]},"properties":{"@type":"node","@id":8242006535,"@timestamp":1608354374},"coords":"51.5753812,-0.2664481","bedrooms":"0","price":"232000","area":"512"} , +{"type":"Feature","id":"n8242006546","geometry":{"type":"Point","coordinates":[-0.2578221,51.5816962]},"properties":{"@type":"node","@id":8242006546,"@timestamp":1608354374},"coords":"51.5816962,-0.2578221","bedrooms":"0","price":"281000","area":"506"} , +{"type":"Feature","id":"n8242014652","geometry":{"type":"Point","coordinates":[-0.2828233,51.5909562]},"properties":{"@type":"node","@id":8242014652,"@timestamp":1608356070},"coords":"51.5909562,-0.2828233","bedrooms":"2","price":"180000","area":"641"} , +{"type":"Feature","id":"n8242014662","geometry":{"type":"Point","coordinates":[-0.2832492,51.5834498]},"properties":{"@type":"node","@id":8242014662,"@timestamp":1608356070},"coords":"51.5834498,-0.2832492","bedrooms":"4","price":"151000","area":"356"} , +{"type":"Feature","id":"n8242038039","geometry":{"type":"Point","coordinates":[-0.1775963,51.4875021]},"properties":{"@type":"node","@id":8242038039,"@timestamp":1608356887},"coords":"51.4875021,-0.1775963","bedrooms":"0","price":"186000","area":"511"} , +{"type":"Feature","id":"n8242038122","geometry":{"type":"Point","coordinates":[-0.1767954,51.4882551]},"properties":{"@type":"node","@id":8242038122,"@timestamp":1608356887},"coords":"51.4882551,-0.1767954","bedrooms":"4","price":"261000","area":"441"} , +{"type":"Feature","id":"n8242078441","geometry":{"type":"Point","coordinates":[-0.1755786,51.4870619]},"properties":{"@type":"node","@id":8242078441,"@timestamp":1608360004},"coords":"51.4870619,-0.1755786","bedrooms":"1","price":"227000","area":"586"} , +{"type":"Feature","id":"n8242141657","geometry":{"type":"Point","coordinates":[-0.2137209,51.535263]},"properties":{"@type":"node","@id":8242141657,"@timestamp":1608367261},"coords":"51.535263,-0.2137209","bedrooms":"1","price":"259000","area":"697"} , +{"type":"Feature","id":"n8242141669","geometry":{"type":"Point","coordinates":[-0.2074237,51.5368085]},"properties":{"@type":"node","@id":8242141669,"@timestamp":1608367261},"coords":"51.5368085,-0.2074237","bedrooms":"3","price":"210000","area":"604"} , +{"type":"Feature","id":"n8242141680","geometry":{"type":"Point","coordinates":[-0.2018372,51.533677]},"properties":{"@type":"node","@id":8242141680,"@timestamp":1608367261},"coords":"51.533677,-0.2018372","bedrooms":"3","price":"188000","area":"455"} , +{"type":"Feature","id":"n8242535029","geometry":{"type":"Point","coordinates":[0.1539414,51.6905793]},"properties":{"@type":"node","@id":8242535029,"@timestamp":1608377757},"coords":"51.6905793,0.1539414","bedrooms":"2","price":"160000","area":"658"} , +{"type":"Feature","id":"n8242535344","geometry":{"type":"Point","coordinates":[0.1519525,51.6867348]},"properties":{"@type":"node","@id":8242535344,"@timestamp":1608377757},"coords":"51.6867348,0.1519525","bedrooms":"4","price":"255000","area":"519"} , +{"type":"Feature","id":"n8242535461","geometry":{"type":"Point","coordinates":[0.1506006,51.6856116]},"properties":{"@type":"node","@id":8242535461,"@timestamp":1608377757},"coords":"51.6856116,0.1506006","bedrooms":"4","price":"242000","area":"573"} , +{"type":"Feature","id":"n8242630184","geometry":{"type":"Point","coordinates":[-0.7553244,51.3278708]},"properties":{"@type":"node","@id":8242630184,"@timestamp":1608382590},"coords":"51.3278708,-0.7553244","bedrooms":"2","price":"235000","area":"573"} , +{"type":"Feature","id":"n8242630194","geometry":{"type":"Point","coordinates":[-0.7548728,51.3257593]},"properties":{"@type":"node","@id":8242630194,"@timestamp":1608382590},"coords":"51.3257593,-0.7548728","bedrooms":"1","price":"162000","area":"442"} , +{"type":"Feature","id":"n8242640385","geometry":{"type":"Point","coordinates":[-0.5993072,51.5037363]},"properties":{"@type":"node","@id":8242640385,"@timestamp":1608382111},"coords":"51.5037363,-0.5993072","bedrooms":"2","price":"265000","area":"464"} , +{"type":"Feature","id":"n8242701551","geometry":{"type":"Point","coordinates":[-0.5998326,51.5056993]},"properties":{"@type":"node","@id":8242701551,"@timestamp":1608384342},"coords":"51.5056993,-0.5998326","bedrooms":"0","price":"156000","area":"448"} , +{"type":"Feature","id":"n8242768334","geometry":{"type":"Point","coordinates":[0.1434006,51.6917635]},"properties":{"@type":"node","@id":8242768334,"@timestamp":1608386679},"coords":"51.6917635,0.1434006","bedrooms":"4","price":"276000","area":"468"} , +{"type":"Feature","id":"n8242768367","geometry":{"type":"Point","coordinates":[0.147146,51.6922936]},"properties":{"@type":"node","@id":8242768367,"@timestamp":1608386679},"coords":"51.6922936,0.147146","bedrooms":"4","price":"226000","area":"650"} , +{"type":"Feature","id":"n8242768377","geometry":{"type":"Point","coordinates":[0.1511938,51.6916565]},"properties":{"@type":"node","@id":8242768377,"@timestamp":1608386679},"coords":"51.6916565,0.1511938","bedrooms":"3","price":"191000","area":"552"} , +{"type":"Feature","id":"n8242778449","geometry":{"type":"Point","coordinates":[0.1534572,51.6935073]},"properties":{"@type":"node","@id":8242778449,"@timestamp":1608386679},"coords":"51.6935073,0.1534572","bedrooms":"0","price":"182000","area":"534"} , +{"type":"Feature","id":"n8242778459","geometry":{"type":"Point","coordinates":[0.1532467,51.6928938]},"properties":{"@type":"node","@id":8242778459,"@timestamp":1608386679},"coords":"51.6928938,0.1532467","bedrooms":"4","price":"207000","area":"679"} , +{"type":"Feature","id":"n8242778469","geometry":{"type":"Point","coordinates":[0.1548399,51.693637]},"properties":{"@type":"node","@id":8242778469,"@timestamp":1608386679},"coords":"51.693637,0.1548399","bedrooms":"1","price":"210000","area":"607"} , +{"type":"Feature","id":"n8242778479","geometry":{"type":"Point","coordinates":[0.1521818,51.6928381]},"properties":{"@type":"node","@id":8242778479,"@timestamp":1608386679},"coords":"51.6928381,0.1521818","bedrooms":"4","price":"185000","area":"699"} , +{"type":"Feature","id":"n8242778489","geometry":{"type":"Point","coordinates":[0.1533338,51.6920666]},"properties":{"@type":"node","@id":8242778489,"@timestamp":1608386679},"coords":"51.6920666,0.1533338","bedrooms":"3","price":"233000","area":"435"} , +{"type":"Feature","id":"n8242778499","geometry":{"type":"Point","coordinates":[0.152897,51.6919046]},"properties":{"@type":"node","@id":8242778499,"@timestamp":1608386679},"coords":"51.6919046,0.152897","bedrooms":"1","price":"216000","area":"475"} , +{"type":"Feature","id":"n8242793081","geometry":{"type":"Point","coordinates":[-0.5923008,51.5043502]},"properties":{"@type":"node","@id":8242793081,"@timestamp":1608387110},"coords":"51.5043502,-0.5923008","bedrooms":"2","price":"254000","area":"553"} , +{"type":"Feature","id":"n8242793106","geometry":{"type":"Point","coordinates":[-0.5837318,51.5069887]},"properties":{"@type":"node","@id":8242793106,"@timestamp":1608387110},"coords":"51.5069887,-0.5837318","bedrooms":"2","price":"249000","area":"503"} , +{"type":"Feature","id":"n8242796241","geometry":{"type":"Point","coordinates":[0.1422289,51.8648403]},"properties":{"@type":"node","@id":8242796241,"@timestamp":1614374108},"coords":"51.8648403,0.1422289","bedrooms":"1","price":"208000","area":"563"} , +{"type":"Feature","id":"n8242796290","geometry":{"type":"Point","coordinates":[0.1481863,51.8606102]},"properties":{"@type":"node","@id":8242796290,"@timestamp":1617989455},"coords":"51.8606102,0.1481863","bedrooms":"2","price":"273000","area":"645"} , +{"type":"Feature","id":"n8242796516","geometry":{"type":"Point","coordinates":[0.1443877,51.8631846]},"properties":{"@type":"node","@id":8242796516,"@timestamp":1614437812},"coords":"51.8631846,0.1443877","bedrooms":"1","price":"279000","area":"615"} , +{"type":"Feature","id":"n8242796529","geometry":{"type":"Point","coordinates":[0.1429946,51.8622294]},"properties":{"@type":"node","@id":8242796529,"@timestamp":1608387080},"coords":"51.8622294,0.1429946","bedrooms":"2","price":"190000","area":"487"} , +{"type":"Feature","id":"n8242796541","geometry":{"type":"Point","coordinates":[0.1517958,51.8534264]},"properties":{"@type":"node","@id":8242796541,"@timestamp":1614437812},"coords":"51.8534264,0.1517958","bedrooms":"1","price":"238000","area":"499"} , +{"type":"Feature","id":"n8242796557","geometry":{"type":"Point","coordinates":[0.1522003,51.8554817]},"properties":{"@type":"node","@id":8242796557,"@timestamp":1608387080},"coords":"51.8554817,0.1522003","bedrooms":"4","price":"259000","area":"407"} , +{"type":"Feature","id":"n8242910039","geometry":{"type":"Point","coordinates":[-0.590359,51.506097]},"properties":{"@type":"node","@id":8242910039,"@timestamp":1608391276},"coords":"51.506097,-0.590359","bedrooms":"4","price":"190000","area":"668"} , +{"type":"Feature","id":"n8242966165","geometry":{"type":"Point","coordinates":[-0.5884862,51.5070628]},"properties":{"@type":"node","@id":8242966165,"@timestamp":1608392462},"coords":"51.5070628,-0.5884862","bedrooms":"0","price":"150000","area":"538"} , +{"type":"Feature","id":"n8243003662","geometry":{"type":"Point","coordinates":[-0.5795388,51.5007259]},"properties":{"@type":"node","@id":8243003662,"@timestamp":1608395077},"coords":"51.5007259,-0.5795388","bedrooms":"1","price":"157000","area":"462"} , +{"type":"Feature","id":"n8243003675","geometry":{"type":"Point","coordinates":[-0.5759701,51.5035763]},"properties":{"@type":"node","@id":8243003675,"@timestamp":1608395077},"coords":"51.5035763,-0.5759701","bedrooms":"2","price":"195000","area":"470"} , +{"type":"Feature","id":"n8243119341","geometry":{"type":"Point","coordinates":[-0.0689695,51.5909168]},"properties":{"@type":"node","@id":8243119341,"@timestamp":1608397303},"coords":"51.5909168,-0.0689695","bedrooms":"1","price":"203000","area":"657"} , +{"type":"Feature","id":"n8243201822","geometry":{"type":"Point","coordinates":[-0.046998,51.5584811]},"properties":{"@type":"node","@id":8243201822,"@timestamp":1608399536},"coords":"51.5584811,-0.046998","bedrooms":"1","price":"201000","area":"645"} , +{"type":"Feature","id":"n8243207588","geometry":{"type":"Point","coordinates":[-0.564962,51.5008297]},"properties":{"@type":"node","@id":8243207588,"@timestamp":1608402461},"coords":"51.5008297,-0.564962","bedrooms":"4","price":"160000","area":"662"} , +{"type":"Feature","id":"n8243211243","geometry":{"type":"Point","coordinates":[0.0259304,51.8836573]},"properties":{"@type":"node","@id":8243211243,"@timestamp":1612738275},"coords":"51.8836573,0.0259304","bedrooms":"0","price":"186000","area":"639"} , +{"type":"Feature","id":"n8243366746","geometry":{"type":"Point","coordinates":[-0.5675304,51.4971885]},"properties":{"@type":"node","@id":8243366746,"@timestamp":1608405275},"coords":"51.4971885,-0.5675304","bedrooms":"3","price":"277000","area":"483"} , +{"type":"Feature","id":"n8243366756","geometry":{"type":"Point","coordinates":[-0.5675522,51.4972275]},"properties":{"@type":"node","@id":8243366756,"@timestamp":1608405275},"coords":"51.4972275,-0.5675522","bedrooms":"3","price":"165000","area":"695"} , +{"type":"Feature","id":"n8243366766","geometry":{"type":"Point","coordinates":[-0.5683128,51.4969407]},"properties":{"@type":"node","@id":8243366766,"@timestamp":1608405275},"coords":"51.4969407,-0.5683128","bedrooms":"0","price":"168000","area":"555"} , +{"type":"Feature","id":"n8243366776","geometry":{"type":"Point","coordinates":[-0.5685702,51.4970865]},"properties":{"@type":"node","@id":8243366776,"@timestamp":1608405275},"coords":"51.4970865,-0.5685702","bedrooms":"4","price":"263000","area":"465"} , +{"type":"Feature","id":"n8243366787","geometry":{"type":"Point","coordinates":[-0.5681245,51.4973704]},"properties":{"@type":"node","@id":8243366787,"@timestamp":1608405275},"coords":"51.4973704,-0.5681245","bedrooms":"3","price":"205000","area":"442"} , +{"type":"Feature","id":"n8243366797","geometry":{"type":"Point","coordinates":[-0.5683529,51.4975789]},"properties":{"@type":"node","@id":8243366797,"@timestamp":1608405275},"coords":"51.4975789,-0.5683529","bedrooms":"2","price":"186000","area":"364"} , +{"type":"Feature","id":"n8243366807","geometry":{"type":"Point","coordinates":[-0.569403,51.4977594]},"properties":{"@type":"node","@id":8243366807,"@timestamp":1608405275},"coords":"51.4977594,-0.569403","bedrooms":"0","price":"291000","area":"529"} , +{"type":"Feature","id":"n8243368870","geometry":{"type":"Point","coordinates":[-0.5163515,51.2325405]},"properties":{"@type":"node","@id":8243368870,"@timestamp":1608542176},"coords":"51.2325405,-0.5163515","bedrooms":"4","price":"212000","area":"587"} , +{"type":"Feature","id":"n8243385032","geometry":{"type":"Point","coordinates":[-0.5686388,51.4973616]},"properties":{"@type":"node","@id":8243385032,"@timestamp":1608405275},"coords":"51.4973616,-0.5686388","bedrooms":"2","price":"253000","area":"650"} , +{"type":"Feature","id":"n8243385042","geometry":{"type":"Point","coordinates":[-0.5692941,51.497338]},"properties":{"@type":"node","@id":8243385042,"@timestamp":1608405275},"coords":"51.497338,-0.5692941","bedrooms":"0","price":"270000","area":"451"} , +{"type":"Feature","id":"n8243462135","geometry":{"type":"Point","coordinates":[-0.0676433,51.2467222]},"properties":{"@type":"node","@id":8243462135,"@timestamp":1608408029},"coords":"51.2467222,-0.0676433","bedrooms":"1","price":"271000","area":"521"} , +{"type":"Feature","id":"n8243469312","geometry":{"type":"Point","coordinates":[-0.5685372,51.4967021]},"properties":{"@type":"node","@id":8243469312,"@timestamp":1608408593},"coords":"51.4967021,-0.5685372","bedrooms":"3","price":"242000","area":"674"} , +{"type":"Feature","id":"n8243476622","geometry":{"type":"Point","coordinates":[-0.5690121,51.4967572]},"properties":{"@type":"node","@id":8243476622,"@timestamp":1609246594},"coords":"51.4967572,-0.5690121","bedrooms":"0","price":"189000","area":"399"} , +{"type":"Feature","id":"n8243476632","geometry":{"type":"Point","coordinates":[-0.5702383,51.4974735]},"properties":{"@type":"node","@id":8243476632,"@timestamp":1608408593},"coords":"51.4974735,-0.5702383","bedrooms":"2","price":"207000","area":"540"} , +{"type":"Feature","id":"n8243485693","geometry":{"type":"Point","coordinates":[-0.5707103,51.4980897]},"properties":{"@type":"node","@id":8243485693,"@timestamp":1609246594},"coords":"51.4980897,-0.5707103","bedrooms":"3","price":"192000","area":"493"} , +{"type":"Feature","id":"n8243485703","geometry":{"type":"Point","coordinates":[-0.5711924,51.4980534]},"properties":{"@type":"node","@id":8243485703,"@timestamp":1608409356},"coords":"51.4980534,-0.5711924","bedrooms":"1","price":"186000","area":"566"} , +{"type":"Feature","id":"n8243515675","geometry":{"type":"Point","coordinates":[0.468543,51.7508885]},"properties":{"@type":"node","@id":8243515675,"@timestamp":1625855213},"coords":"51.7508885,0.468543","bedrooms":"2","price":"297000","area":"473"} , +{"type":"Feature","id":"n8243543465","geometry":{"type":"Point","coordinates":[0.075662,51.5052923]},"properties":{"@type":"node","@id":8243543465,"@timestamp":1608411485},"coords":"51.5052923,0.075662","bedrooms":"3","price":"167000","area":"670"} , +{"type":"Feature","id":"n8243558426","geometry":{"type":"Point","coordinates":[-0.5712024,51.4962578]},"properties":{"@type":"node","@id":8243558426,"@timestamp":1608412937},"coords":"51.4962578,-0.5712024","bedrooms":"3","price":"204000","area":"598"} , +{"type":"Feature","id":"n8243558436","geometry":{"type":"Point","coordinates":[-0.57153,51.4968483]},"properties":{"@type":"node","@id":8243558436,"@timestamp":1608412937},"coords":"51.4968483,-0.57153","bedrooms":"4","price":"247000","area":"384"} , +{"type":"Feature","id":"n8243558446","geometry":{"type":"Point","coordinates":[-0.5716055,51.4967645]},"properties":{"@type":"node","@id":8243558446,"@timestamp":1608412937},"coords":"51.4967645,-0.5716055","bedrooms":"2","price":"199000","area":"502"} , +{"type":"Feature","id":"n8243558456","geometry":{"type":"Point","coordinates":[-0.5712521,51.497236]},"properties":{"@type":"node","@id":8243558456,"@timestamp":1608412937},"coords":"51.497236,-0.5712521","bedrooms":"2","price":"298000","area":"620"} , +{"type":"Feature","id":"n8243558473","geometry":{"type":"Point","coordinates":[-0.570462,51.4965488]},"properties":{"@type":"node","@id":8243558473,"@timestamp":1608412937},"coords":"51.4965488,-0.570462","bedrooms":"3","price":"218000","area":"656"} , +{"type":"Feature","id":"n8243558483","geometry":{"type":"Point","coordinates":[-0.5706642,51.4969637]},"properties":{"@type":"node","@id":8243558483,"@timestamp":1608412937},"coords":"51.4969637,-0.5706642","bedrooms":"2","price":"223000","area":"670"} , +{"type":"Feature","id":"n8243558493","geometry":{"type":"Point","coordinates":[-0.5700501,51.4969583]},"properties":{"@type":"node","@id":8243558493,"@timestamp":1609246594},"coords":"51.4969583,-0.5700501","bedrooms":"0","price":"220000","area":"498"} , +{"type":"Feature","id":"n8243559703","geometry":{"type":"Point","coordinates":[-0.5694534,51.4956353]},"properties":{"@type":"node","@id":8243559703,"@timestamp":1608411542},"coords":"51.4956353,-0.5694534","bedrooms":"0","price":"205000","area":"660"} , +{"type":"Feature","id":"n8243561929","geometry":{"type":"Point","coordinates":[-0.5687743,51.4960602]},"properties":{"@type":"node","@id":8243561929,"@timestamp":1608411542},"coords":"51.4960602,-0.5687743","bedrooms":"2","price":"277000","area":"451"} , +{"type":"Feature","id":"n8243561939","geometry":{"type":"Point","coordinates":[-0.5692024,51.4953655]},"properties":{"@type":"node","@id":8243561939,"@timestamp":1608411542},"coords":"51.4953655,-0.5692024","bedrooms":"1","price":"243000","area":"659"} , +{"type":"Feature","id":"n8243561949","geometry":{"type":"Point","coordinates":[-0.5698403,51.4953825]},"properties":{"@type":"node","@id":8243561949,"@timestamp":1608411542},"coords":"51.4953825,-0.5698403","bedrooms":"3","price":"178000","area":"570"} , +{"type":"Feature","id":"n8243561959","geometry":{"type":"Point","coordinates":[-0.5697761,51.496088]},"properties":{"@type":"node","@id":8243561959,"@timestamp":1608411542},"coords":"51.496088,-0.5697761","bedrooms":"1","price":"264000","area":"481"} , +{"type":"Feature","id":"n8243561969","geometry":{"type":"Point","coordinates":[-0.5699447,51.4956465]},"properties":{"@type":"node","@id":8243561969,"@timestamp":1608411542},"coords":"51.4956465,-0.5699447","bedrooms":"1","price":"250000","area":"412"} , +{"type":"Feature","id":"n8243561979","geometry":{"type":"Point","coordinates":[-0.5705171,51.4954665]},"properties":{"@type":"node","@id":8243561979,"@timestamp":1608411542},"coords":"51.4954665,-0.5705171","bedrooms":"2","price":"286000","area":"557"} , +{"type":"Feature","id":"n8243620481","geometry":{"type":"Point","coordinates":[-0.5609051,51.4985619]},"properties":{"@type":"node","@id":8243620481,"@timestamp":1608414321},"coords":"51.4985619,-0.5609051","bedrooms":"0","price":"283000","area":"565"} , +{"type":"Feature","id":"n8243784583","geometry":{"type":"Point","coordinates":[0.0267724,51.4343202]},"properties":{"@type":"node","@id":8243784583,"@timestamp":1630325655},"coords":"51.4343202,0.0267724","bedrooms":"3","price":"205000","area":"411"} , +{"type":"Feature","id":"n8243794844","geometry":{"type":"Point","coordinates":[-0.5485502,51.4921617]},"properties":{"@type":"node","@id":8243794844,"@timestamp":1608417592},"coords":"51.4921617,-0.5485502","bedrooms":"4","price":"283000","area":"577"} , +{"type":"Feature","id":"n8243803103","geometry":{"type":"Point","coordinates":[0.0195083,51.4359875]},"properties":{"@type":"node","@id":8243803103,"@timestamp":1630326154},"coords":"51.4359875,0.0195083","bedrooms":"2","price":"250000","area":"617"} , +{"type":"Feature","id":"n8243823649","geometry":{"type":"Point","coordinates":[0.0247448,51.4356923]},"properties":{"@type":"node","@id":8243823649,"@timestamp":1608419198},"coords":"51.4356923,0.0247448","bedrooms":"2","price":"194000","area":"601"} , +{"type":"Feature","id":"n8243823965","geometry":{"type":"Point","coordinates":[0.0252998,51.4354656]},"properties":{"@type":"node","@id":8243823965,"@timestamp":1630326143},"coords":"51.4354656,0.0252998","bedrooms":"3","price":"166000","area":"578"} , +{"type":"Feature","id":"n8243886650","geometry":{"type":"Point","coordinates":[-0.0052287,51.4240905]},"properties":{"@type":"node","@id":8243886650,"@timestamp":1608421950},"coords":"51.4240905,-0.0052287","bedrooms":"2","price":"160000","area":"384"} , +{"type":"Feature","id":"n8244036580","geometry":{"type":"Point","coordinates":[-0.0871531,51.5256682]},"properties":{"@type":"node","@id":8244036580,"@timestamp":1630555832},"coords":"51.5256682,-0.0871531","bedrooms":"0","price":"253000","area":"546"} , +{"type":"Feature","id":"n8244299465","geometry":{"type":"Point","coordinates":[-0.1878502,51.5323353]},"properties":{"@type":"node","@id":8244299465,"@timestamp":1608445149},"coords":"51.5323353,-0.1878502","bedrooms":"3","price":"231000","area":"634"} , +{"type":"Feature","id":"n8244299475","geometry":{"type":"Point","coordinates":[-0.201458,51.5331251]},"properties":{"@type":"node","@id":8244299475,"@timestamp":1608445149},"coords":"51.5331251,-0.201458","bedrooms":"2","price":"268000","area":"444"} , +{"type":"Feature","id":"n8244299485","geometry":{"type":"Point","coordinates":[-0.1874369,51.5319223]},"properties":{"@type":"node","@id":8244299485,"@timestamp":1608445149},"coords":"51.5319223,-0.1874369","bedrooms":"4","price":"245000","area":"686"} , +{"type":"Feature","id":"n8244574948","geometry":{"type":"Point","coordinates":[-0.1097211,51.5754535]},"properties":{"@type":"node","@id":8244574948,"@timestamp":1608459814},"coords":"51.5754535,-0.1097211","bedrooms":"2","price":"264000","area":"387"} , +{"type":"Feature","id":"n8244574958","geometry":{"type":"Point","coordinates":[-0.1093684,51.5756335]},"properties":{"@type":"node","@id":8244574958,"@timestamp":1608459814},"coords":"51.5756335,-0.1093684","bedrooms":"0","price":"235000","area":"516"} , +{"type":"Feature","id":"n8244574968","geometry":{"type":"Point","coordinates":[-0.1088038,51.5753476]},"properties":{"@type":"node","@id":8244574968,"@timestamp":1608459814},"coords":"51.5753476,-0.1088038","bedrooms":"0","price":"286000","area":"390"} , +{"type":"Feature","id":"n8244625659","geometry":{"type":"Point","coordinates":[-0.108097,51.5767662]},"properties":{"@type":"node","@id":8244625659,"@timestamp":1608460994},"coords":"51.5767662,-0.108097","bedrooms":"0","price":"155000","area":"627"} , +{"type":"Feature","id":"n8244625669","geometry":{"type":"Point","coordinates":[-0.1074573,51.5761161]},"properties":{"@type":"node","@id":8244625669,"@timestamp":1608460994},"coords":"51.5761161,-0.1074573","bedrooms":"0","price":"194000","area":"421"} , +{"type":"Feature","id":"n8244625679","geometry":{"type":"Point","coordinates":[-0.1086791,51.5765611]},"properties":{"@type":"node","@id":8244625679,"@timestamp":1608460994},"coords":"51.5765611,-0.1086791","bedrooms":"1","price":"238000","area":"411"} , +{"type":"Feature","id":"n8244625689","geometry":{"type":"Point","coordinates":[-0.1081668,51.5759623]},"properties":{"@type":"node","@id":8244625689,"@timestamp":1608460994},"coords":"51.5759623,-0.1081668","bedrooms":"0","price":"213000","area":"552"} , +{"type":"Feature","id":"n8244684540","geometry":{"type":"Point","coordinates":[-0.5359727,51.4881067]},"properties":{"@type":"node","@id":8244684540,"@timestamp":1608463859},"coords":"51.4881067,-0.5359727","bedrooms":"1","price":"159000","area":"476"} , +{"type":"Feature","id":"n8244693392","geometry":{"type":"Point","coordinates":[-0.5426673,51.4947875]},"properties":{"@type":"node","@id":8244693392,"@timestamp":1608466116},"coords":"51.4947875,-0.5426673","bedrooms":"3","price":"199000","area":"484"} , +{"type":"Feature","id":"n8244728773","geometry":{"type":"Point","coordinates":[0.0305846,51.9092813]},"properties":{"@type":"node","@id":8244728773,"@timestamp":1608466082},"coords":"51.9092813,0.0305846","bedrooms":"1","price":"184000","area":"695"} , +{"type":"Feature","id":"n8244747334","geometry":{"type":"Point","coordinates":[-0.5368298,51.4957922]},"properties":{"@type":"node","@id":8244747334,"@timestamp":1608466116},"coords":"51.4957922,-0.5368298","bedrooms":"2","price":"229000","area":"571"} , +{"type":"Feature","id":"n8244747348","geometry":{"type":"Point","coordinates":[-0.5383901,51.4981943]},"properties":{"@type":"node","@id":8244747348,"@timestamp":1608466116},"coords":"51.4981943,-0.5383901","bedrooms":"4","price":"192000","area":"649"} , +{"type":"Feature","id":"n8244790719","geometry":{"type":"Point","coordinates":[0.0076205,51.4325326]},"properties":{"@type":"node","@id":8244790719,"@timestamp":1608467882},"coords":"51.4325326,0.0076205","bedrooms":"0","price":"165000","area":"699"} , +{"type":"Feature","id":"n8244790736","geometry":{"type":"Point","coordinates":[0.0077541,51.4320281]},"properties":{"@type":"node","@id":8244790736,"@timestamp":1608467882},"coords":"51.4320281,0.0077541","bedrooms":"2","price":"275000","area":"608"} , +{"type":"Feature","id":"n8244790764","geometry":{"type":"Point","coordinates":[0.0049315,51.4301897]},"properties":{"@type":"node","@id":8244790764,"@timestamp":1608467882},"coords":"51.4301897,0.0049315","bedrooms":"4","price":"234000","area":"540"} , +{"type":"Feature","id":"n8244792783","geometry":{"type":"Point","coordinates":[-0.0050604,51.425783]},"properties":{"@type":"node","@id":8244792783,"@timestamp":1608470112},"coords":"51.425783,-0.0050604","bedrooms":"4","price":"294000","area":"462"} , +{"type":"Feature","id":"n8244833248","geometry":{"type":"Point","coordinates":[-0.0044737,51.4256854]},"properties":{"@type":"node","@id":8244833248,"@timestamp":1608470112},"coords":"51.4256854,-0.0044737","bedrooms":"1","price":"257000","area":"456"} , +{"type":"Feature","id":"n8244850919","geometry":{"type":"Point","coordinates":[-0.005375,51.4245365]},"properties":{"@type":"node","@id":8244850919,"@timestamp":1630330187},"coords":"51.4245365,-0.005375","bedrooms":"3","price":"275000","area":"574"} , +{"type":"Feature","id":"n8244882298","geometry":{"type":"Point","coordinates":[-0.2904779,51.4779111]},"properties":{"@type":"node","@id":8244882298,"@timestamp":1608471861},"coords":"51.4779111,-0.2904779","bedrooms":"4","price":"299000","area":"424"} , +{"type":"Feature","id":"n8245079679","geometry":{"type":"Point","coordinates":[-0.1965787,51.5112806]},"properties":{"@type":"node","@id":8245079679,"@timestamp":1608476706},"coords":"51.5112806,-0.1965787","bedrooms":"0","price":"193000","area":"607"} , +{"type":"Feature","id":"n8245163140","geometry":{"type":"Point","coordinates":[-0.0273719,51.4167765]},"properties":{"@type":"node","@id":8245163140,"@timestamp":1608479321},"coords":"51.4167765,-0.0273719","bedrooms":"2","price":"153000","area":"364"} , +{"type":"Feature","id":"n8245163265","geometry":{"type":"Point","coordinates":[-0.1387866,51.0144833]},"properties":{"@type":"node","@id":8245163265,"@timestamp":1608479934},"coords":"51.0144833,-0.1387866","bedrooms":"3","price":"153000","area":"553"} , +{"type":"Feature","id":"n8245164857","geometry":{"type":"Point","coordinates":[0.1657641,51.7016647]},"properties":{"@type":"node","@id":8245164857,"@timestamp":1608481012},"coords":"51.7016647,0.1657641","bedrooms":"2","price":"263000","area":"424"} , +{"type":"Feature","id":"n8245260885","geometry":{"type":"Point","coordinates":[-0.7055249,51.2786516]},"properties":{"@type":"node","@id":8245260885,"@timestamp":1614609257},"coords":"51.2786516,-0.7055249","bedrooms":"0","price":"152000","area":"684"} , +{"type":"Feature","id":"n8245267582","geometry":{"type":"Point","coordinates":[-0.175907,51.4879102]},"properties":{"@type":"node","@id":8245267582,"@timestamp":1608481838},"coords":"51.4879102,-0.175907","bedrooms":"3","price":"267000","area":"653"} , +{"type":"Feature","id":"n8245361939","geometry":{"type":"Point","coordinates":[-0.1758554,51.4890798]},"properties":{"@type":"node","@id":8245361939,"@timestamp":1608484320},"coords":"51.4890798,-0.1758554","bedrooms":"2","price":"250000","area":"618"} , +{"type":"Feature","id":"n8245536108","geometry":{"type":"Point","coordinates":[-0.5428875,51.5000524]},"properties":{"@type":"node","@id":8245536108,"@timestamp":1608487954},"coords":"51.5000524,-0.5428875","bedrooms":"0","price":"266000","area":"505"} , +{"type":"Feature","id":"n8245552019","geometry":{"type":"Point","coordinates":[-0.5399721,51.5008976]},"properties":{"@type":"node","@id":8245552019,"@timestamp":1608487954},"coords":"51.5008976,-0.5399721","bedrooms":"2","price":"297000","area":"431"} , +{"type":"Feature","id":"n8245552039","geometry":{"type":"Point","coordinates":[-0.5378818,51.499744]},"properties":{"@type":"node","@id":8245552039,"@timestamp":1608487954},"coords":"51.499744,-0.5378818","bedrooms":"4","price":"259000","area":"419"} , +{"type":"Feature","id":"n8245552056","geometry":{"type":"Point","coordinates":[-0.5314231,51.5036363]},"properties":{"@type":"node","@id":8245552056,"@timestamp":1608487954},"coords":"51.5036363,-0.5314231","bedrooms":"3","price":"210000","area":"641"} , +{"type":"Feature","id":"n8245552069","geometry":{"type":"Point","coordinates":[-0.5370317,51.506426]},"properties":{"@type":"node","@id":8245552069,"@timestamp":1608487954},"coords":"51.506426,-0.5370317","bedrooms":"1","price":"299000","area":"400"} , +{"type":"Feature","id":"n8245552089","geometry":{"type":"Point","coordinates":[-0.5349086,51.507067]},"properties":{"@type":"node","@id":8245552089,"@timestamp":1608487954},"coords":"51.507067,-0.5349086","bedrooms":"4","price":"193000","area":"686"} , +{"type":"Feature","id":"n8245581919","geometry":{"type":"Point","coordinates":[-0.0110348,51.5901752]},"properties":{"@type":"node","@id":8245581919,"@timestamp":1608488792},"coords":"51.5901752,-0.0110348","bedrooms":"1","price":"185000","area":"480"} , +{"type":"Feature","id":"n8245611533","geometry":{"type":"Point","coordinates":[-0.3660488,51.4682918]},"properties":{"@type":"node","@id":8245611533,"@timestamp":1608491009},"coords":"51.4682918,-0.3660488","bedrooms":"1","price":"180000","area":"630"} , +{"type":"Feature","id":"n8245611543","geometry":{"type":"Point","coordinates":[-0.3657232,51.4678618]},"properties":{"@type":"node","@id":8245611543,"@timestamp":1608491009},"coords":"51.4678618,-0.3657232","bedrooms":"4","price":"218000","area":"620"} , +{"type":"Feature","id":"n8245759581","geometry":{"type":"Point","coordinates":[-0.1747208,51.4882206]},"properties":{"@type":"node","@id":8245759581,"@timestamp":1608493465},"coords":"51.4882206,-0.1747208","bedrooms":"4","price":"190000","area":"550"} , +{"type":"Feature","id":"n8245902401","geometry":{"type":"Point","coordinates":[0.1160279,51.0068893]},"properties":{"@type":"node","@id":8245902401,"@timestamp":1629355672},"coords":"51.0068893,0.1160279","bedrooms":"1","price":"287000","area":"388"} , +{"type":"Feature","id":"n8245971350","geometry":{"type":"Point","coordinates":[-0.0336674,51.4158823]},"properties":{"@type":"node","@id":8245971350,"@timestamp":1630333548},"coords":"51.4158823,-0.0336674","bedrooms":"3","price":"158000","area":"503"} , +{"type":"Feature","id":"n8245978433","geometry":{"type":"Point","coordinates":[-0.0334527,51.416916]},"properties":{"@type":"node","@id":8245978433,"@timestamp":1608498548},"coords":"51.416916,-0.0334527","bedrooms":"4","price":"244000","area":"573"} , +{"type":"Feature","id":"n8245979437","geometry":{"type":"Point","coordinates":[-0.008746,51.1257999]},"properties":{"@type":"node","@id":8245979437,"@timestamp":1608498367},"coords":"51.1257999,-0.008746","bedrooms":"3","price":"249000","area":"540"} , +{"type":"Feature","id":"n8246023620","geometry":{"type":"Point","coordinates":[-0.5474894,51.5049877]},"properties":{"@type":"node","@id":8246023620,"@timestamp":1608500227},"coords":"51.5049877,-0.5474894","bedrooms":"0","price":"178000","area":"382"} , +{"type":"Feature","id":"n8246023678","geometry":{"type":"Point","coordinates":[-0.5473388,51.5051614]},"properties":{"@type":"node","@id":8246023678,"@timestamp":1608500227},"coords":"51.5051614,-0.5473388","bedrooms":"3","price":"239000","area":"688"} , +{"type":"Feature","id":"n8246023688","geometry":{"type":"Point","coordinates":[-0.5464042,51.5060745]},"properties":{"@type":"node","@id":8246023688,"@timestamp":1608500227},"coords":"51.5060745,-0.5464042","bedrooms":"1","price":"258000","area":"420"} , +{"type":"Feature","id":"n8246151218","geometry":{"type":"Point","coordinates":[-0.0367755,51.415978]},"properties":{"@type":"node","@id":8246151218,"@timestamp":1608505584},"coords":"51.415978,-0.0367755","bedrooms":"4","price":"193000","area":"423"} , +{"type":"Feature","id":"n8246151255","geometry":{"type":"Point","coordinates":[-0.0369153,51.4141015]},"properties":{"@type":"node","@id":8246151255,"@timestamp":1608505584},"coords":"51.4141015,-0.0369153","bedrooms":"3","price":"291000","area":"653"} , +{"type":"Feature","id":"n8246220474","geometry":{"type":"Point","coordinates":[0.1902813,51.4150986]},"properties":{"@type":"node","@id":8246220474,"@timestamp":1608509372},"coords":"51.4150986,0.1902813","bedrooms":"2","price":"202000","area":"527"} , +{"type":"Feature","id":"n8246220484","geometry":{"type":"Point","coordinates":[0.1880121,51.4152633]},"properties":{"@type":"node","@id":8246220484,"@timestamp":1608509372},"coords":"51.4152633,0.1880121","bedrooms":"4","price":"297000","area":"479"} , +{"type":"Feature","id":"n8246356932","geometry":{"type":"Point","coordinates":[-0.8464432,51.2610614]},"properties":{"@type":"node","@id":8246356932,"@timestamp":1608518532},"coords":"51.2610614,-0.8464432","bedrooms":"2","price":"271000","area":"444"} , +{"type":"Feature","id":"n8246384853","geometry":{"type":"Point","coordinates":[-0.0622002,51.5681632]},"properties":{"@type":"node","@id":8246384853,"@timestamp":1608519894},"coords":"51.5681632,-0.0622002","bedrooms":"0","price":"268000","area":"444"} , +{"type":"Feature","id":"n8246417714","geometry":{"type":"Point","coordinates":[-0.134584,51.5319777]},"properties":{"@type":"node","@id":8246417714,"@timestamp":1608522070},"coords":"51.5319777,-0.134584","bedrooms":"2","price":"258000","area":"650"} , +{"type":"Feature","id":"n8246606517","geometry":{"type":"Point","coordinates":[-1.0541273,51.3994278]},"properties":{"@type":"node","@id":8246606517,"@timestamp":1608525344},"coords":"51.3994278,-1.0541273","bedrooms":"1","price":"251000","area":"383"} , +{"type":"Feature","id":"n8246641575","geometry":{"type":"Point","coordinates":[-0.1768657,51.4862604]},"properties":{"@type":"node","@id":8246641575,"@timestamp":1608526701},"coords":"51.4862604,-0.1768657","bedrooms":"2","price":"263000","area":"662"} , +{"type":"Feature","id":"n8246671236","geometry":{"type":"Point","coordinates":[-0.4621408,51.4334035]},"properties":{"@type":"node","@id":8246671236,"@timestamp":1608527571},"coords":"51.4334035,-0.4621408","bedrooms":"3","price":"253000","area":"550"} , +{"type":"Feature","id":"n8246747478","geometry":{"type":"Point","coordinates":[-0.112245,51.2989088]},"properties":{"@type":"node","@id":8246747478,"@timestamp":1608530621},"coords":"51.2989088,-0.112245","bedrooms":"4","price":"264000","area":"479"} , +{"type":"Feature","id":"n8246864458","geometry":{"type":"Point","coordinates":[-0.3006833,51.3080541]},"properties":{"@type":"node","@id":8246864458,"@timestamp":1619654199},"coords":"51.3080541,-0.3006833","bedrooms":"1","price":"268000","area":"441"} , +{"type":"Feature","id":"n8247008596","geometry":{"type":"Point","coordinates":[-0.2224218,51.4185153]},"properties":{"@type":"node","@id":8247008596,"@timestamp":1608591301},"coords":"51.4185153,-0.2224218","bedrooms":"2","price":"225000","area":"451"} , +{"type":"Feature","id":"n8247125575","geometry":{"type":"Point","coordinates":[-0.317056,51.6149516]},"properties":{"@type":"node","@id":8247125575,"@timestamp":1608540002},"coords":"51.6149516,-0.317056","bedrooms":"4","price":"227000","area":"606"} , +{"type":"Feature","id":"n8247217433","geometry":{"type":"Point","coordinates":[-0.3764247,51.2747114]},"properties":{"@type":"node","@id":8247217433,"@timestamp":1619997833},"coords":"51.2747114,-0.3764247","bedrooms":"1","price":"285000","area":"693"} , +{"type":"Feature","id":"n8247300581","geometry":{"type":"Point","coordinates":[-0.178792,51.1936949]},"properties":{"@type":"node","@id":8247300581,"@timestamp":1608543804},"coords":"51.1936949,-0.178792","bedrooms":"2","price":"157000","area":"603"} , +{"type":"Feature","id":"n8247359392","geometry":{"type":"Point","coordinates":[-0.2283117,51.2907697]},"properties":{"@type":"node","@id":8247359392,"@timestamp":1608545285},"coords":"51.2907697,-0.2283117","bedrooms":"3","price":"299000","area":"565"} , +{"type":"Feature","id":"n8247359407","geometry":{"type":"Point","coordinates":[-0.2333274,51.2895296]},"properties":{"@type":"node","@id":8247359407,"@timestamp":1608545285},"coords":"51.2895296,-0.2333274","bedrooms":"1","price":"245000","area":"663"} , +{"type":"Feature","id":"n8247383357","geometry":{"type":"Point","coordinates":[-0.2318973,51.2912502]},"properties":{"@type":"node","@id":8247383357,"@timestamp":1608545285},"coords":"51.2912502,-0.2318973","bedrooms":"2","price":"162000","area":"550"} , +{"type":"Feature","id":"n8247407458","geometry":{"type":"Point","coordinates":[-0.4148437,51.4022123]},"properties":{"@type":"node","@id":8247407458,"@timestamp":1608546226},"coords":"51.4022123,-0.4148437","bedrooms":"3","price":"277000","area":"457"} , +{"type":"Feature","id":"n8247496971","geometry":{"type":"Point","coordinates":[-0.0855949,51.5918413]},"properties":{"@type":"node","@id":8247496971,"@timestamp":1608548170},"coords":"51.5918413,-0.0855949","bedrooms":"0","price":"207000","area":"513"} , +{"type":"Feature","id":"n8247690641","geometry":{"type":"Point","coordinates":[-1.0602592,51.4661359]},"properties":{"@type":"node","@id":8247690641,"@timestamp":1608552147},"coords":"51.4661359,-1.0602592","bedrooms":"0","price":"152000","area":"612"} , +{"type":"Feature","id":"n8247690658","geometry":{"type":"Point","coordinates":[-1.0785555,51.4586174]},"properties":{"@type":"node","@id":8247690658,"@timestamp":1608552147},"coords":"51.4586174,-1.0785555","bedrooms":"2","price":"251000","area":"406"} , +{"type":"Feature","id":"n8247738424","geometry":{"type":"Point","coordinates":[0.1692609,51.6986387]},"properties":{"@type":"node","@id":8247738424,"@timestamp":1608552841},"coords":"51.6986387,0.1692609","bedrooms":"2","price":"165000","area":"455"} , +{"type":"Feature","id":"n8247738484","geometry":{"type":"Point","coordinates":[0.1662011,51.6981561]},"properties":{"@type":"node","@id":8247738484,"@timestamp":1608552841},"coords":"51.6981561,0.1662011","bedrooms":"0","price":"236000","area":"589"} , +{"type":"Feature","id":"n8247738542","geometry":{"type":"Point","coordinates":[0.1673339,51.6967658]},"properties":{"@type":"node","@id":8247738542,"@timestamp":1608552841},"coords":"51.6967658,0.1673339","bedrooms":"1","price":"237000","area":"550"} , +{"type":"Feature","id":"n8247738555","geometry":{"type":"Point","coordinates":[0.1627987,51.6955439]},"properties":{"@type":"node","@id":8247738555,"@timestamp":1608552841},"coords":"51.6955439,0.1627987","bedrooms":"1","price":"153000","area":"554"} , +{"type":"Feature","id":"n8247738644","geometry":{"type":"Point","coordinates":[0.1619491,51.6949346]},"properties":{"@type":"node","@id":8247738644,"@timestamp":1608552841},"coords":"51.6949346,0.1619491","bedrooms":"1","price":"217000","area":"366"} , +{"type":"Feature","id":"n8247738665","geometry":{"type":"Point","coordinates":[0.1646739,51.6948443]},"properties":{"@type":"node","@id":8247738665,"@timestamp":1608552841},"coords":"51.6948443,0.1646739","bedrooms":"2","price":"290000","area":"566"} , +{"type":"Feature","id":"n8247759233","geometry":{"type":"Point","coordinates":[-0.0076992,51.1236149]},"properties":{"@type":"node","@id":8247759233,"@timestamp":1608553247},"coords":"51.1236149,-0.0076992","bedrooms":"2","price":"192000","area":"396"} , +{"type":"Feature","id":"n8247759243","geometry":{"type":"Point","coordinates":[-0.0048759,51.1238393]},"properties":{"@type":"node","@id":8247759243,"@timestamp":1608553247},"coords":"51.1238393,-0.0048759","bedrooms":"0","price":"163000","area":"554"} , +{"type":"Feature","id":"n8247837753","geometry":{"type":"Point","coordinates":[0.8470596,51.1551982]},"properties":{"@type":"node","@id":8247837753,"@timestamp":1615485574},"coords":"51.1551982,0.8470596","bedrooms":"3","price":"234000","area":"419"} , +{"type":"Feature","id":"n8247837765","geometry":{"type":"Point","coordinates":[0.847314,51.1546273]},"properties":{"@type":"node","@id":8247837765,"@timestamp":1608555480},"coords":"51.1546273,0.847314","bedrooms":"4","price":"196000","area":"494"} , +{"type":"Feature","id":"n8247900341","geometry":{"type":"Point","coordinates":[-0.2824981,51.3115951]},"properties":{"@type":"node","@id":8247900341,"@timestamp":1608556938},"coords":"51.3115951,-0.2824981","bedrooms":"2","price":"169000","area":"684"} , +{"type":"Feature","id":"n8248026250","geometry":{"type":"Point","coordinates":[-0.2922656,51.4742691]},"properties":{"@type":"node","@id":8248026250,"@timestamp":1608560423},"coords":"51.4742691,-0.2922656","bedrooms":"4","price":"237000","area":"661"} , +{"type":"Feature","id":"n8248035650","geometry":{"type":"Point","coordinates":[0.0170119,51.492639]},"properties":{"@type":"node","@id":8248035650,"@timestamp":1626157156},"coords":"51.492639,0.0170119","bedrooms":"3","price":"236000","area":"399"} , +{"type":"Feature","id":"n8248344241","geometry":{"type":"Point","coordinates":[0.0050414,51.5014772]},"properties":{"@type":"node","@id":8248344241,"@timestamp":1619107580},"coords":"51.5014772,0.0050414","bedrooms":"2","price":"231000","area":"697"} , +{"type":"Feature","id":"n8248471278","geometry":{"type":"Point","coordinates":[-0.548355,51.5074964]},"properties":{"@type":"node","@id":8248471278,"@timestamp":1608568320},"coords":"51.5074964,-0.548355","bedrooms":"0","price":"174000","area":"381"} , +{"type":"Feature","id":"n8248506890","geometry":{"type":"Point","coordinates":[-0.2442898,51.3427745]},"properties":{"@type":"node","@id":8248506890,"@timestamp":1608569844},"coords":"51.3427745,-0.2442898","bedrooms":"3","price":"291000","area":"575"} , +{"type":"Feature","id":"n8248526729","geometry":{"type":"Point","coordinates":[-0.5632808,51.5093699]},"properties":{"@type":"node","@id":8248526729,"@timestamp":1608569625},"coords":"51.5093699,-0.5632808","bedrooms":"1","price":"177000","area":"633"} , +{"type":"Feature","id":"n8248562962","geometry":{"type":"Point","coordinates":[0.0137099,51.4927714]},"properties":{"@type":"node","@id":8248562962,"@timestamp":1608570420},"coords":"51.4927714,0.0137099","bedrooms":"3","price":"236000","area":"415"} , +{"type":"Feature","id":"n8248634413","geometry":{"type":"Point","coordinates":[0.021164,51.5561069]},"properties":{"@type":"node","@id":8248634413,"@timestamp":1608572141},"coords":"51.5561069,0.021164","bedrooms":"4","price":"266000","area":"473"} , +{"type":"Feature","id":"n8248703074","geometry":{"type":"Point","coordinates":[-0.5537736,51.5014622]},"properties":{"@type":"node","@id":8248703074,"@timestamp":1618068598},"coords":"51.5014622,-0.5537736","bedrooms":"2","price":"250000","area":"668"} , +{"type":"Feature","id":"n8248770018","geometry":{"type":"Point","coordinates":[-0.1065561,51.5769262]},"properties":{"@type":"node","@id":8248770018,"@timestamp":1608575996},"coords":"51.5769262,-0.1065561","bedrooms":"3","price":"221000","area":"562"} , +{"type":"Feature","id":"n8248770028","geometry":{"type":"Point","coordinates":[-0.1068807,51.5762403]},"properties":{"@type":"node","@id":8248770028,"@timestamp":1608575996},"coords":"51.5762403,-0.1068807","bedrooms":"2","price":"176000","area":"489"} , +{"type":"Feature","id":"n8248770038","geometry":{"type":"Point","coordinates":[-0.1074721,51.5766153]},"properties":{"@type":"node","@id":8248770038,"@timestamp":1608575996},"coords":"51.5766153,-0.1074721","bedrooms":"0","price":"267000","area":"490"} , +{"type":"Feature","id":"n8249047912","geometry":{"type":"Point","coordinates":[-0.1072736,51.5773046]},"properties":{"@type":"node","@id":8249047912,"@timestamp":1608578347},"coords":"51.5773046,-0.1072736","bedrooms":"4","price":"227000","area":"446"} , +{"type":"Feature","id":"n8249380205","geometry":{"type":"Point","coordinates":[-0.2638809,51.4101424]},"properties":{"@type":"node","@id":8249380205,"@timestamp":1608578694},"coords":"51.4101424,-0.2638809","bedrooms":"2","price":"222000","area":"380"} , +{"type":"Feature","id":"n8249380215","geometry":{"type":"Point","coordinates":[-0.2550819,51.4028708]},"properties":{"@type":"node","@id":8249380215,"@timestamp":1608578694},"coords":"51.4028708,-0.2550819","bedrooms":"4","price":"166000","area":"608"} , +{"type":"Feature","id":"n8249415825","geometry":{"type":"Point","coordinates":[-0.1085329,51.5769279]},"properties":{"@type":"node","@id":8249415825,"@timestamp":1608578347},"coords":"51.5769279,-0.1085329","bedrooms":"4","price":"218000","area":"519"} , +{"type":"Feature","id":"n8249415835","geometry":{"type":"Point","coordinates":[-0.1069129,51.5774688]},"properties":{"@type":"node","@id":8249415835,"@timestamp":1608578347},"coords":"51.5774688,-0.1069129","bedrooms":"1","price":"178000","area":"444"} , +{"type":"Feature","id":"n8249415845","geometry":{"type":"Point","coordinates":[-0.1085168,51.5776238]},"properties":{"@type":"node","@id":8249415845,"@timestamp":1608578347},"coords":"51.5776238,-0.1085168","bedrooms":"3","price":"268000","area":"698"} , +{"type":"Feature","id":"n8249415855","geometry":{"type":"Point","coordinates":[-0.1089272,51.5768437]},"properties":{"@type":"node","@id":8249415855,"@timestamp":1608578347},"coords":"51.5768437,-0.1089272","bedrooms":"4","price":"276000","area":"586"} , +{"type":"Feature","id":"n8249511167","geometry":{"type":"Point","coordinates":[-0.1061444,51.5765161]},"properties":{"@type":"node","@id":8249511167,"@timestamp":1608580220},"coords":"51.5765161,-0.1061444","bedrooms":"1","price":"225000","area":"558"} , +{"type":"Feature","id":"n8249511177","geometry":{"type":"Point","coordinates":[-0.1066366,51.5758935]},"properties":{"@type":"node","@id":8249511177,"@timestamp":1608580220},"coords":"51.5758935,-0.1066366","bedrooms":"2","price":"155000","area":"559"} , +{"type":"Feature","id":"n8249511187","geometry":{"type":"Point","coordinates":[-0.1074842,51.5754385]},"properties":{"@type":"node","@id":8249511187,"@timestamp":1608580220},"coords":"51.5754385,-0.1074842","bedrooms":"1","price":"291000","area":"397"} , +{"type":"Feature","id":"n8249566422","geometry":{"type":"Point","coordinates":[-0.2539871,51.4153935]},"properties":{"@type":"node","@id":8249566422,"@timestamp":1608578694},"coords":"51.4153935,-0.2539871","bedrooms":"0","price":"283000","area":"570"} , +{"type":"Feature","id":"n8249566432","geometry":{"type":"Point","coordinates":[-0.2639183,51.4103768]},"properties":{"@type":"node","@id":8249566432,"@timestamp":1608578694},"coords":"51.4103768,-0.2639183","bedrooms":"2","price":"228000","area":"475"} , +{"type":"Feature","id":"n8249779433","geometry":{"type":"Point","coordinates":[-0.5520169,51.5011952]},"properties":{"@type":"node","@id":8249779433,"@timestamp":1608580319},"coords":"51.5011952,-0.5520169","bedrooms":"2","price":"234000","area":"511"} , +{"type":"Feature","id":"n8249779453","geometry":{"type":"Point","coordinates":[-0.5606027,51.5041472]},"properties":{"@type":"node","@id":8249779453,"@timestamp":1608580319},"coords":"51.5041472,-0.5606027","bedrooms":"1","price":"222000","area":"463"} , +{"type":"Feature","id":"n8249791947","geometry":{"type":"Point","coordinates":[0.023689,51.5525249]},"properties":{"@type":"node","@id":8249791947,"@timestamp":1620130248},"coords":"51.5525249,0.023689","bedrooms":"0","price":"245000","area":"676"} , +{"type":"Feature","id":"n8249800696","geometry":{"type":"Point","coordinates":[0.1705316,51.6873932]},"properties":{"@type":"node","@id":8249800696,"@timestamp":1608581288},"coords":"51.6873932,0.1705316","bedrooms":"0","price":"227000","area":"468"} , +{"type":"Feature","id":"n8249803035","geometry":{"type":"Point","coordinates":[-0.5482264,51.497925]},"properties":{"@type":"node","@id":8249803035,"@timestamp":1608581344},"coords":"51.497925,-0.5482264","bedrooms":"2","price":"286000","area":"386"} , +{"type":"Feature","id":"n8249804457","geometry":{"type":"Point","coordinates":[0.1617003,51.6888363]},"properties":{"@type":"node","@id":8249804457,"@timestamp":1608581288},"coords":"51.6888363,0.1617003","bedrooms":"1","price":"241000","area":"626"} , +{"type":"Feature","id":"n8249804561","geometry":{"type":"Point","coordinates":[0.1658517,51.6879946]},"properties":{"@type":"node","@id":8249804561,"@timestamp":1608581288},"coords":"51.6879946,0.1658517","bedrooms":"4","price":"152000","area":"499"} , +{"type":"Feature","id":"n8249804597","geometry":{"type":"Point","coordinates":[0.1698509,51.688219]},"properties":{"@type":"node","@id":8249804597,"@timestamp":1608581288},"coords":"51.688219,0.1698509","bedrooms":"1","price":"225000","area":"496"} , +{"type":"Feature","id":"n8249804677","geometry":{"type":"Point","coordinates":[0.1703511,51.6888817]},"properties":{"@type":"node","@id":8249804677,"@timestamp":1608581288},"coords":"51.6888817,0.1703511","bedrooms":"0","price":"250000","area":"358"} , +{"type":"Feature","id":"n8249804694","geometry":{"type":"Point","coordinates":[0.1711883,51.6905672]},"properties":{"@type":"node","@id":8249804694,"@timestamp":1608581288},"coords":"51.6905672,0.1711883","bedrooms":"4","price":"222000","area":"620"} , +{"type":"Feature","id":"n8249804756","geometry":{"type":"Point","coordinates":[0.1686003,51.6907377]},"properties":{"@type":"node","@id":8249804756,"@timestamp":1608581288},"coords":"51.6907377,0.1686003","bedrooms":"0","price":"179000","area":"650"} , +{"type":"Feature","id":"n8249804915","geometry":{"type":"Point","coordinates":[0.1708209,51.6953757]},"properties":{"@type":"node","@id":8249804915,"@timestamp":1608581288},"coords":"51.6953757,0.1708209","bedrooms":"1","price":"159000","area":"467"} , +{"type":"Feature","id":"n8249804925","geometry":{"type":"Point","coordinates":[0.1706777,51.6957289]},"properties":{"@type":"node","@id":8249804925,"@timestamp":1608581288},"coords":"51.6957289,0.1706777","bedrooms":"2","price":"178000","area":"673"} , +{"type":"Feature","id":"n8249804942","geometry":{"type":"Point","coordinates":[0.1707226,51.6964247]},"properties":{"@type":"node","@id":8249804942,"@timestamp":1608581288},"coords":"51.6964247,0.1707226","bedrooms":"2","price":"229000","area":"535"} , +{"type":"Feature","id":"n8249804952","geometry":{"type":"Point","coordinates":[0.1696263,51.696386]},"properties":{"@type":"node","@id":8249804952,"@timestamp":1608581288},"coords":"51.696386,0.1696263","bedrooms":"4","price":"189000","area":"416"} , +{"type":"Feature","id":"n8249804990","geometry":{"type":"Point","coordinates":[0.1686445,51.6975696]},"properties":{"@type":"node","@id":8249804990,"@timestamp":1608581288},"coords":"51.6975696,0.1686445","bedrooms":"2","price":"266000","area":"508"} , +{"type":"Feature","id":"n8249864682","geometry":{"type":"Point","coordinates":[0.0089291,51.4981239]},"properties":{"@type":"node","@id":8249864682,"@timestamp":1608583997},"coords":"51.4981239,0.0089291","bedrooms":"0","price":"198000","area":"428"} , +{"type":"Feature","id":"n8249864692","geometry":{"type":"Point","coordinates":[0.0081947,51.4984247]},"properties":{"@type":"node","@id":8249864692,"@timestamp":1608583997},"coords":"51.4984247,0.0081947","bedrooms":"0","price":"223000","area":"593"} , +{"type":"Feature","id":"n8249864702","geometry":{"type":"Point","coordinates":[0.0074479,51.4993985]},"properties":{"@type":"node","@id":8249864702,"@timestamp":1608583997},"coords":"51.4993985,0.0074479","bedrooms":"1","price":"181000","area":"437"} , +{"type":"Feature","id":"n8250085271","geometry":{"type":"Point","coordinates":[0.8435402,51.1569386]},"properties":{"@type":"node","@id":8250085271,"@timestamp":1608586842},"coords":"51.1569386,0.8435402","bedrooms":"0","price":"153000","area":"372"} , +{"type":"Feature","id":"n8250144607","geometry":{"type":"Point","coordinates":[-1.0616931,51.0874321]},"properties":{"@type":"node","@id":8250144607,"@timestamp":1608588906},"coords":"51.0874321,-1.0616931","bedrooms":"2","price":"246000","area":"468"} , +{"type":"Feature","id":"n8250170962","geometry":{"type":"Point","coordinates":[-0.3239117,51.0666067]},"properties":{"@type":"node","@id":8250170962,"@timestamp":1608589903},"coords":"51.0666067,-0.3239117","bedrooms":"4","price":"180000","area":"425"} , +{"type":"Feature","id":"n8250170972","geometry":{"type":"Point","coordinates":[-0.3267059,51.0691364]},"properties":{"@type":"node","@id":8250170972,"@timestamp":1608589903},"coords":"51.0691364,-0.3267059","bedrooms":"4","price":"272000","area":"453"} , +{"type":"Feature","id":"n8250285788","geometry":{"type":"Point","coordinates":[0.1381628,51.7735522]},"properties":{"@type":"node","@id":8250285788,"@timestamp":1631223645},"coords":"51.7735522,0.1381628","bedrooms":"2","price":"280000","area":"503"} , +{"type":"Feature","id":"n8250303450","geometry":{"type":"Point","coordinates":[0.1767026,51.6847162]},"properties":{"@type":"node","@id":8250303450,"@timestamp":1608595135},"coords":"51.6847162,0.1767026","bedrooms":"2","price":"167000","area":"556"} , +{"type":"Feature","id":"n8250354819","geometry":{"type":"Point","coordinates":[0.0089111,51.4863582]},"properties":{"@type":"node","@id":8250354819,"@timestamp":1608597977},"coords":"51.4863582,0.0089111","bedrooms":"1","price":"266000","area":"669"} , +{"type":"Feature","id":"n8250357667","geometry":{"type":"Point","coordinates":[-0.4799507,51.5186006]},"properties":{"@type":"node","@id":8250357667,"@timestamp":1608600624},"coords":"51.5186006,-0.4799507","bedrooms":"3","price":"241000","area":"664"} , +{"type":"Feature","id":"n8250466029","geometry":{"type":"Point","coordinates":[-0.015314,51.4942053]},"properties":{"@type":"node","@id":8250466029,"@timestamp":1608605516},"coords":"51.4942053,-0.015314","bedrooms":"0","price":"298000","area":"442"} , +{"type":"Feature","id":"n8250517558","geometry":{"type":"Point","coordinates":[-0.3870321,51.59275]},"properties":{"@type":"node","@id":8250517558,"@timestamp":1608608739},"coords":"51.59275,-0.3870321","bedrooms":"1","price":"200000","area":"680"} , +{"type":"Feature","id":"n8250595892","geometry":{"type":"Point","coordinates":[-1.0016002,51.3129221]},"properties":{"@type":"node","@id":8250595892,"@timestamp":1608611851},"coords":"51.3129221,-1.0016002","bedrooms":"2","price":"297000","area":"514"} , +{"type":"Feature","id":"n8250660393","geometry":{"type":"Point","coordinates":[-0.1431742,51.5541122]},"properties":{"@type":"node","@id":8250660393,"@timestamp":1608614470},"coords":"51.5541122,-0.1431742","bedrooms":"1","price":"257000","area":"604"} , +{"type":"Feature","id":"n8250660404","geometry":{"type":"Point","coordinates":[-0.1390102,51.5294883]},"properties":{"@type":"node","@id":8250660404,"@timestamp":1608614470},"coords":"51.5294883,-0.1390102","bedrooms":"4","price":"239000","area":"385"} , +{"type":"Feature","id":"n8250660415","geometry":{"type":"Point","coordinates":[-0.1457968,51.5586614]},"properties":{"@type":"node","@id":8250660415,"@timestamp":1608614470},"coords":"51.5586614,-0.1457968","bedrooms":"3","price":"187000","area":"452"} , +{"type":"Feature","id":"n8250675327","geometry":{"type":"Point","coordinates":[-0.1252058,51.5473382]},"properties":{"@type":"node","@id":8250675327,"@timestamp":1608614470},"coords":"51.5473382,-0.1252058","bedrooms":"3","price":"180000","area":"551"} , +{"type":"Feature","id":"n8250675343","geometry":{"type":"Point","coordinates":[-0.1434848,51.5539398]},"properties":{"@type":"node","@id":8250675343,"@timestamp":1608614470},"coords":"51.5539398,-0.1434848","bedrooms":"1","price":"174000","area":"664"} , +{"type":"Feature","id":"n8250675353","geometry":{"type":"Point","coordinates":[-0.1440287,51.532497]},"properties":{"@type":"node","@id":8250675353,"@timestamp":1608614470},"coords":"51.532497,-0.1440287","bedrooms":"3","price":"261000","area":"625"} , +{"type":"Feature","id":"n8250675366","geometry":{"type":"Point","coordinates":[-0.1430461,51.5411596]},"properties":{"@type":"node","@id":8250675366,"@timestamp":1624032878},"coords":"51.5411596,-0.1430461","bedrooms":"3","price":"274000","area":"530"} , +{"type":"Feature","id":"n8250750840","geometry":{"type":"Point","coordinates":[-0.0699582,51.5632583]},"properties":{"@type":"node","@id":8250750840,"@timestamp":1608616903},"coords":"51.5632583,-0.0699582","bedrooms":"3","price":"262000","area":"592"} , +{"type":"Feature","id":"n8250878200","geometry":{"type":"Point","coordinates":[0.3260793,51.3551633]},"properties":{"@type":"node","@id":8250878200,"@timestamp":1608621105},"coords":"51.3551633,0.3260793","bedrooms":"4","price":"257000","area":"587"} , +{"type":"Feature","id":"n8250953487","geometry":{"type":"Point","coordinates":[-1.0037928,51.104381]},"properties":{"@type":"node","@id":8250953487,"@timestamp":1608623036},"coords":"51.104381,-1.0037928","bedrooms":"4","price":"265000","area":"694"} , +{"type":"Feature","id":"n8250976751","geometry":{"type":"Point","coordinates":[-0.3178312,51.5741046]},"properties":{"@type":"node","@id":8250976751,"@timestamp":1608623778},"coords":"51.5741046,-0.3178312","bedrooms":"1","price":"172000","area":"480"} , +{"type":"Feature","id":"n8251044261","geometry":{"type":"Point","coordinates":[-1.0384112,51.3891489]},"properties":{"@type":"node","@id":8251044261,"@timestamp":1608626965},"coords":"51.3891489,-1.0384112","bedrooms":"0","price":"288000","area":"477"} , +{"type":"Feature","id":"n8251104203","geometry":{"type":"Point","coordinates":[-0.2814514,51.5905458]},"properties":{"@type":"node","@id":8251104203,"@timestamp":1608627902},"coords":"51.5905458,-0.2814514","bedrooms":"4","price":"268000","area":"687"} , +{"type":"Feature","id":"n8251104214","geometry":{"type":"Point","coordinates":[-0.3217839,51.5788484]},"properties":{"@type":"node","@id":8251104214,"@timestamp":1608627902},"coords":"51.5788484,-0.3217839","bedrooms":"3","price":"236000","area":"554"} , +{"type":"Feature","id":"n8251122317","geometry":{"type":"Point","coordinates":[-0.3080628,51.5849824]},"properties":{"@type":"node","@id":8251122317,"@timestamp":1608627902},"coords":"51.5849824,-0.3080628","bedrooms":"2","price":"263000","area":"657"} , +{"type":"Feature","id":"n8251122329","geometry":{"type":"Point","coordinates":[-0.3123573,51.5796402]},"properties":{"@type":"node","@id":8251122329,"@timestamp":1608627902},"coords":"51.5796402,-0.3123573","bedrooms":"2","price":"266000","area":"465"} , +{"type":"Feature","id":"n8251122344","geometry":{"type":"Point","coordinates":[-0.2981788,51.5833277]},"properties":{"@type":"node","@id":8251122344,"@timestamp":1608627902},"coords":"51.5833277,-0.2981788","bedrooms":"3","price":"163000","area":"507"} , +{"type":"Feature","id":"n8251196202","geometry":{"type":"Point","coordinates":[-0.8471043,51.5023849]},"properties":{"@type":"node","@id":8251196202,"@timestamp":1608630430},"coords":"51.5023849,-0.8471043","bedrooms":"4","price":"175000","area":"662"} , +{"type":"Feature","id":"n8251355613","geometry":{"type":"Point","coordinates":[-0.3071914,51.4869848]},"properties":{"@type":"node","@id":8251355613,"@timestamp":1608634219},"coords":"51.4869848,-0.3071914","bedrooms":"1","price":"240000","area":"698"} , +{"type":"Feature","id":"n8251365547","geometry":{"type":"Point","coordinates":[-0.0407912,51.4158162]},"properties":{"@type":"node","@id":8251365547,"@timestamp":1608633991},"coords":"51.4158162,-0.0407912","bedrooms":"0","price":"185000","area":"521"} , +{"type":"Feature","id":"n8251370252","geometry":{"type":"Point","coordinates":[-0.0441078,51.417605]},"properties":{"@type":"node","@id":8251370252,"@timestamp":1608634473},"coords":"51.417605,-0.0441078","bedrooms":"1","price":"194000","area":"443"} , +{"type":"Feature","id":"n8251402337","geometry":{"type":"Point","coordinates":[-0.0412287,51.4167642]},"properties":{"@type":"node","@id":8251402337,"@timestamp":1608634692},"coords":"51.4167642,-0.0412287","bedrooms":"4","price":"299000","area":"682"} , +{"type":"Feature","id":"n8251402350","geometry":{"type":"Point","coordinates":[-0.0441477,51.417533]},"properties":{"@type":"node","@id":8251402350,"@timestamp":1630333644},"coords":"51.417533,-0.0441477","bedrooms":"2","price":"261000","area":"471"} , +{"type":"Feature","id":"n8251598797","geometry":{"type":"Point","coordinates":[-0.5456143,51.4956411]},"properties":{"@type":"node","@id":8251598797,"@timestamp":1608639102},"coords":"51.4956411,-0.5456143","bedrooms":"4","price":"239000","area":"602"} , +{"type":"Feature","id":"n8251646028","geometry":{"type":"Point","coordinates":[-0.5446463,51.4991101]},"properties":{"@type":"node","@id":8251646028,"@timestamp":1608639102},"coords":"51.4991101,-0.5446463","bedrooms":"4","price":"202000","area":"582"} , +{"type":"Feature","id":"n8251646039","geometry":{"type":"Point","coordinates":[-0.5441149,51.498428]},"properties":{"@type":"node","@id":8251646039,"@timestamp":1608639102},"coords":"51.498428,-0.5441149","bedrooms":"1","price":"264000","area":"453"} , +{"type":"Feature","id":"n8251650572","geometry":{"type":"Point","coordinates":[-0.3247087,51.4967604]},"properties":{"@type":"node","@id":8251650572,"@timestamp":1608639764},"coords":"51.4967604,-0.3247087","bedrooms":"4","price":"202000","area":"697"} , +{"type":"Feature","id":"n8251650582","geometry":{"type":"Point","coordinates":[-0.3239031,51.498024]},"properties":{"@type":"node","@id":8251650582,"@timestamp":1608639764},"coords":"51.498024,-0.3239031","bedrooms":"4","price":"195000","area":"509"} , +{"type":"Feature","id":"n8251650592","geometry":{"type":"Point","coordinates":[-0.3252466,51.4979916]},"properties":{"@type":"node","@id":8251650592,"@timestamp":1608639764},"coords":"51.4979916,-0.3252466","bedrooms":"0","price":"224000","area":"502"} , +{"type":"Feature","id":"n8251650602","geometry":{"type":"Point","coordinates":[-0.3256142,51.4986484]},"properties":{"@type":"node","@id":8251650602,"@timestamp":1608639764},"coords":"51.4986484,-0.3256142","bedrooms":"4","price":"233000","area":"372"} , +{"type":"Feature","id":"n8251650612","geometry":{"type":"Point","coordinates":[-0.3269281,51.498505]},"properties":{"@type":"node","@id":8251650612,"@timestamp":1608639764},"coords":"51.498505,-0.3269281","bedrooms":"4","price":"277000","area":"661"} , +{"type":"Feature","id":"n8251719219","geometry":{"type":"Point","coordinates":[-0.5631269,51.5005165]},"properties":{"@type":"node","@id":8251719219,"@timestamp":1608641082},"coords":"51.5005165,-0.5631269","bedrooms":"0","price":"188000","area":"355"} , +{"type":"Feature","id":"n8251774893","geometry":{"type":"Point","coordinates":[-0.1754608,51.5163981]},"properties":{"@type":"node","@id":8251774893,"@timestamp":1625405430},"coords":"51.5163981,-0.1754608","bedrooms":"2","price":"263000","area":"365"} , +{"type":"Feature","id":"n8251808342","geometry":{"type":"Point","coordinates":[-0.5730429,51.5057606]},"properties":{"@type":"node","@id":8251808342,"@timestamp":1618068598},"coords":"51.5057606,-0.5730429","bedrooms":"0","price":"177000","area":"380"} , +{"type":"Feature","id":"n8251869026","geometry":{"type":"Point","coordinates":[0.0344152,51.5020571]},"properties":{"@type":"node","@id":8251869026,"@timestamp":1608644952},"coords":"51.5020571,0.0344152","bedrooms":"3","price":"272000","area":"455"} , +{"type":"Feature","id":"n8251888381","geometry":{"type":"Point","coordinates":[0.0239119,51.5549937]},"properties":{"@type":"node","@id":8251888381,"@timestamp":1608645419},"coords":"51.5549937,0.0239119","bedrooms":"3","price":"170000","area":"478"} , +{"type":"Feature","id":"n8251888393","geometry":{"type":"Point","coordinates":[0.0224474,51.5556807]},"properties":{"@type":"node","@id":8251888393,"@timestamp":1619541953},"coords":"51.5556807,0.0224474","bedrooms":"1","price":"156000","area":"646"} , +{"type":"Feature","id":"n8251903793","geometry":{"type":"Point","coordinates":[0.8445933,51.1539769]},"properties":{"@type":"node","@id":8251903793,"@timestamp":1608646383},"coords":"51.1539769,0.8445933","bedrooms":"1","price":"269000","area":"389"} , +{"type":"Feature","id":"n8251986962","geometry":{"type":"Point","coordinates":[-0.4096095,51.327786]},"properties":{"@type":"node","@id":8251986962,"@timestamp":1608648212},"coords":"51.327786,-0.4096095","bedrooms":"4","price":"299000","area":"687"} , +{"type":"Feature","id":"n8251996141","geometry":{"type":"Point","coordinates":[-0.6876074,51.9200964]},"properties":{"@type":"node","@id":8251996141,"@timestamp":1608648127},"coords":"51.9200964,-0.6876074","bedrooms":"1","price":"274000","area":"626"} , +{"type":"Feature","id":"n8252051087","geometry":{"type":"Point","coordinates":[0.1059503,51.765971]},"properties":{"@type":"node","@id":8252051087,"@timestamp":1613740351},"coords":"51.765971,0.1059503","bedrooms":"4","price":"172000","area":"534"} , +{"type":"Feature","id":"n8252079029","geometry":{"type":"Point","coordinates":[0.0974223,51.7696106]},"properties":{"@type":"node","@id":8252079029,"@timestamp":1612483518},"coords":"51.7696106,0.0974223","bedrooms":"3","price":"242000","area":"649"} , +{"type":"Feature","id":"n8252092863","geometry":{"type":"Point","coordinates":[-0.5624369,51.5064456]},"properties":{"@type":"node","@id":8252092863,"@timestamp":1608650950},"coords":"51.5064456,-0.5624369","bedrooms":"1","price":"272000","area":"488"} , +{"type":"Feature","id":"n8252092873","geometry":{"type":"Point","coordinates":[-0.5699295,51.5069927]},"properties":{"@type":"node","@id":8252092873,"@timestamp":1608650950},"coords":"51.5069927,-0.5699295","bedrooms":"1","price":"209000","area":"465"} , +{"type":"Feature","id":"n8252092906","geometry":{"type":"Point","coordinates":[-0.5785455,51.5089507]},"properties":{"@type":"node","@id":8252092906,"@timestamp":1608650950},"coords":"51.5089507,-0.5785455","bedrooms":"0","price":"213000","area":"539"} , +{"type":"Feature","id":"n8252105235","geometry":{"type":"Point","coordinates":[0.0240034,51.5552858]},"properties":{"@type":"node","@id":8252105235,"@timestamp":1619541953},"coords":"51.5552858,0.0240034","bedrooms":"0","price":"264000","area":"401"} , +{"type":"Feature","id":"n8252143678","geometry":{"type":"Point","coordinates":[-1.0496234,51.1577232]},"properties":{"@type":"node","@id":8252143678,"@timestamp":1608652034},"coords":"51.1577232,-1.0496234","bedrooms":"3","price":"212000","area":"380"} , +{"type":"Feature","id":"n8252194989","geometry":{"type":"Point","coordinates":[-0.5744316,51.5109887]},"properties":{"@type":"node","@id":8252194989,"@timestamp":1608653654},"coords":"51.5109887,-0.5744316","bedrooms":"4","price":"273000","area":"353"} , +{"type":"Feature","id":"n8252199917","geometry":{"type":"Point","coordinates":[-0.357451,51.4700557]},"properties":{"@type":"node","@id":8252199917,"@timestamp":1608653220},"coords":"51.4700557,-0.357451","bedrooms":"4","price":"240000","area":"386"} , +{"type":"Feature","id":"n8252199927","geometry":{"type":"Point","coordinates":[-0.357506,51.4698581]},"properties":{"@type":"node","@id":8252199927,"@timestamp":1608653220},"coords":"51.4698581,-0.357506","bedrooms":"2","price":"226000","area":"596"} , +{"type":"Feature","id":"n8252214146","geometry":{"type":"Point","coordinates":[-0.4987702,51.3385749]},"properties":{"@type":"node","@id":8252214146,"@timestamp":1608653780},"coords":"51.3385749,-0.4987702","bedrooms":"2","price":"178000","area":"457"} , +{"type":"Feature","id":"n8252291963","geometry":{"type":"Point","coordinates":[-0.5687095,51.5159025]},"properties":{"@type":"node","@id":8252291963,"@timestamp":1608656223},"coords":"51.5159025,-0.5687095","bedrooms":"0","price":"250000","area":"507"} , +{"type":"Feature","id":"n8252309212","geometry":{"type":"Point","coordinates":[-0.0074156,51.1238138]},"properties":{"@type":"node","@id":8252309212,"@timestamp":1608656116},"coords":"51.1238138,-0.0074156","bedrooms":"2","price":"209000","area":"441"} , +{"type":"Feature","id":"n8252355990","geometry":{"type":"Point","coordinates":[0.3227932,51.8700519]},"properties":{"@type":"node","@id":8252355990,"@timestamp":1616249532},"coords":"51.8700519,0.3227932","bedrooms":"4","price":"176000","area":"356"} , +{"type":"Feature","id":"n8252394622","geometry":{"type":"Point","coordinates":[-0.0255544,51.5308645]},"properties":{"@type":"node","@id":8252394622,"@timestamp":1608657564},"coords":"51.5308645,-0.0255544","bedrooms":"0","price":"272000","area":"415"} , +{"type":"Feature","id":"n8252394632","geometry":{"type":"Point","coordinates":[-0.0246507,51.5312323]},"properties":{"@type":"node","@id":8252394632,"@timestamp":1608657564},"coords":"51.5312323,-0.0246507","bedrooms":"1","price":"162000","area":"551"} , +{"type":"Feature","id":"n8252394643","geometry":{"type":"Point","coordinates":[-0.0255793,51.5308175]},"properties":{"@type":"node","@id":8252394643,"@timestamp":1608657564},"coords":"51.5308175,-0.0255793","bedrooms":"0","price":"265000","area":"553"} , +{"type":"Feature","id":"n8252418346","geometry":{"type":"Point","coordinates":[-0.5760521,51.5142271]},"properties":{"@type":"node","@id":8252418346,"@timestamp":1608658488},"coords":"51.5142271,-0.5760521","bedrooms":"2","price":"155000","area":"521"} , +{"type":"Feature","id":"n8252418361","geometry":{"type":"Point","coordinates":[-0.5793292,51.5156053]},"properties":{"@type":"node","@id":8252418361,"@timestamp":1608658488},"coords":"51.5156053,-0.5793292","bedrooms":"2","price":"259000","area":"376"} , +{"type":"Feature","id":"n8252418373","geometry":{"type":"Point","coordinates":[-0.5742079,51.51449]},"properties":{"@type":"node","@id":8252418373,"@timestamp":1608658488},"coords":"51.51449,-0.5742079","bedrooms":"3","price":"214000","area":"449"} , +{"type":"Feature","id":"n8252418383","geometry":{"type":"Point","coordinates":[-0.5726326,51.5156217]},"properties":{"@type":"node","@id":8252418383,"@timestamp":1608658488},"coords":"51.5156217,-0.5726326","bedrooms":"1","price":"169000","area":"455"} , +{"type":"Feature","id":"n8252568725","geometry":{"type":"Point","coordinates":[0.3340214,51.5948055]},"properties":{"@type":"node","@id":8252568725,"@timestamp":1608662947},"coords":"51.5948055,0.3340214","bedrooms":"1","price":"233000","area":"548"} , +{"type":"Feature","id":"n8252699107","geometry":{"type":"Point","coordinates":[0.5305807,51.2653624]},"properties":{"@type":"node","@id":8252699107,"@timestamp":1608667169},"coords":"51.2653624,0.5305807","bedrooms":"4","price":"293000","area":"626"} , +{"type":"Feature","id":"n8252740634","geometry":{"type":"Point","coordinates":[0.5318586,51.2654455]},"properties":{"@type":"node","@id":8252740634,"@timestamp":1608667169},"coords":"51.2654455,0.5318586","bedrooms":"3","price":"289000","area":"667"} , +{"type":"Feature","id":"n8252744702","geometry":{"type":"Point","coordinates":[0.5332324,51.2656879]},"properties":{"@type":"node","@id":8252744702,"@timestamp":1608668267},"coords":"51.2656879,0.5332324","bedrooms":"0","price":"201000","area":"569"} , +{"type":"Feature","id":"n8252756957","geometry":{"type":"Point","coordinates":[0.5343476,51.2647961]},"properties":{"@type":"node","@id":8252756957,"@timestamp":1608668426},"coords":"51.2647961,0.5343476","bedrooms":"3","price":"173000","area":"660"} , +{"type":"Feature","id":"n8252782801","geometry":{"type":"Point","coordinates":[0.5278287,51.2664304]},"properties":{"@type":"node","@id":8252782801,"@timestamp":1608668814},"coords":"51.2664304,0.5278287","bedrooms":"2","price":"153000","area":"667"} , +{"type":"Feature","id":"n8252869414","geometry":{"type":"Point","coordinates":[-0.2052621,51.4178139]},"properties":{"@type":"node","@id":8252869414,"@timestamp":1608671383},"coords":"51.4178139,-0.2052621","bedrooms":"2","price":"227000","area":"362"} , +{"type":"Feature","id":"n8253059365","geometry":{"type":"Point","coordinates":[-0.0710713,51.5466753]},"properties":{"@type":"node","@id":8253059365,"@timestamp":1608677015},"coords":"51.5466753,-0.0710713","bedrooms":"2","price":"299000","area":"548"} , +{"type":"Feature","id":"n8253112411","geometry":{"type":"Point","coordinates":[-0.0474883,51.4209424]},"properties":{"@type":"node","@id":8253112411,"@timestamp":1608679475},"coords":"51.4209424,-0.0474883","bedrooms":"4","price":"188000","area":"413"} , +{"type":"Feature","id":"n8253125545","geometry":{"type":"Point","coordinates":[-0.0433363,51.4189733]},"properties":{"@type":"node","@id":8253125545,"@timestamp":1608678782},"coords":"51.4189733,-0.0433363","bedrooms":"2","price":"193000","area":"574"} , +{"type":"Feature","id":"n8253131853","geometry":{"type":"Point","coordinates":[-0.053056,51.4195635]},"properties":{"@type":"node","@id":8253131853,"@timestamp":1608680214},"coords":"51.4195635,-0.053056","bedrooms":"4","price":"219000","area":"547"} , +{"type":"Feature","id":"n8253131903","geometry":{"type":"Point","coordinates":[-0.0516915,51.419096]},"properties":{"@type":"node","@id":8253131903,"@timestamp":1608680214},"coords":"51.419096,-0.0516915","bedrooms":"3","price":"201000","area":"542"} , +{"type":"Feature","id":"n8253131914","geometry":{"type":"Point","coordinates":[-0.054723,51.4192435]},"properties":{"@type":"node","@id":8253131914,"@timestamp":1608680214},"coords":"51.4192435,-0.054723","bedrooms":"4","price":"280000","area":"453"} , +{"type":"Feature","id":"n8253141319","geometry":{"type":"Point","coordinates":[-0.0473242,51.4223507]},"properties":{"@type":"node","@id":8253141319,"@timestamp":1608679475},"coords":"51.4223507,-0.0473242","bedrooms":"4","price":"244000","area":"655"} , +{"type":"Feature","id":"n8253141333","geometry":{"type":"Point","coordinates":[-0.048785,51.4221585]},"properties":{"@type":"node","@id":8253141333,"@timestamp":1608679475},"coords":"51.4221585,-0.048785","bedrooms":"2","price":"243000","area":"549"} , +{"type":"Feature","id":"n8253141350","geometry":{"type":"Point","coordinates":[-0.0506208,51.420414]},"properties":{"@type":"node","@id":8253141350,"@timestamp":1608679475},"coords":"51.420414,-0.0506208","bedrooms":"3","price":"297000","area":"451"} , +{"type":"Feature","id":"n8253163586","geometry":{"type":"Point","coordinates":[-0.0614419,51.4186397]},"properties":{"@type":"node","@id":8253163586,"@timestamp":1630336119},"coords":"51.4186397,-0.0614419","bedrooms":"2","price":"254000","area":"423"} , +{"type":"Feature","id":"n8253163608","geometry":{"type":"Point","coordinates":[-0.056616,51.4193525]},"properties":{"@type":"node","@id":8253163608,"@timestamp":1608681306},"coords":"51.4193525,-0.056616","bedrooms":"3","price":"229000","area":"425"} , +{"type":"Feature","id":"n8253178417","geometry":{"type":"Point","coordinates":[-0.0571618,51.4187481]},"properties":{"@type":"node","@id":8253178417,"@timestamp":1608681306},"coords":"51.4187481,-0.0571618","bedrooms":"0","price":"223000","area":"517"} , +{"type":"Feature","id":"n8253197909","geometry":{"type":"Point","coordinates":[0.1959056,51.4281021]},"properties":{"@type":"node","@id":8253197909,"@timestamp":1608682276},"coords":"51.4281021,0.1959056","bedrooms":"1","price":"195000","area":"582"} , +{"type":"Feature","id":"n8253208685","geometry":{"type":"Point","coordinates":[0.1948518,51.4291021]},"properties":{"@type":"node","@id":8253208685,"@timestamp":1608682276},"coords":"51.4291021,0.1948518","bedrooms":"3","price":"259000","area":"456"} , +{"type":"Feature","id":"n8253208695","geometry":{"type":"Point","coordinates":[0.1962344,51.4293555]},"properties":{"@type":"node","@id":8253208695,"@timestamp":1608682276},"coords":"51.4293555,0.1962344","bedrooms":"2","price":"158000","area":"595"} , +{"type":"Feature","id":"n8253208705","geometry":{"type":"Point","coordinates":[0.1966475,51.4287024]},"properties":{"@type":"node","@id":8253208705,"@timestamp":1608682276},"coords":"51.4287024,0.1966475","bedrooms":"2","price":"188000","area":"493"} , +{"type":"Feature","id":"n8253208715","geometry":{"type":"Point","coordinates":[0.1954405,51.4285603]},"properties":{"@type":"node","@id":8253208715,"@timestamp":1608682276},"coords":"51.4285603,0.1954405","bedrooms":"0","price":"294000","area":"528"} , +{"type":"Feature","id":"n8253208725","geometry":{"type":"Point","coordinates":[0.1961473,51.4282024]},"properties":{"@type":"node","@id":8253208725,"@timestamp":1608682276},"coords":"51.4282024,0.1961473","bedrooms":"0","price":"190000","area":"507"} , +{"type":"Feature","id":"n8253218906","geometry":{"type":"Point","coordinates":[-0.2036414,51.4182919]},"properties":{"@type":"node","@id":8253218906,"@timestamp":1608683807},"coords":"51.4182919,-0.2036414","bedrooms":"2","price":"164000","area":"384"} , +{"type":"Feature","id":"n8253278519","geometry":{"type":"Point","coordinates":[0.5385513,51.2626029]},"properties":{"@type":"node","@id":8253278519,"@timestamp":1608686059},"coords":"51.2626029,0.5385513","bedrooms":"1","price":"256000","area":"596"} , +{"type":"Feature","id":"n8253288360","geometry":{"type":"Point","coordinates":[-0.1299859,51.5143702]},"properties":{"@type":"node","@id":8253288360,"@timestamp":1608688499},"coords":"51.5143702,-0.1299859","bedrooms":"0","price":"155000","area":"655"} , +{"type":"Feature","id":"n8253288370","geometry":{"type":"Point","coordinates":[-0.141712,51.5216357]},"properties":{"@type":"node","@id":8253288370,"@timestamp":1608688499},"coords":"51.5216357,-0.141712","bedrooms":"3","price":"232000","area":"682"} , +{"type":"Feature","id":"n8253288380","geometry":{"type":"Point","coordinates":[-0.1299327,51.5142106]},"properties":{"@type":"node","@id":8253288380,"@timestamp":1608688499},"coords":"51.5142106,-0.1299327","bedrooms":"4","price":"239000","area":"418"} , +{"type":"Feature","id":"n8253315693","geometry":{"type":"Point","coordinates":[-0.2048532,51.4186419]},"properties":{"@type":"node","@id":8253315693,"@timestamp":1608999821},"coords":"51.4186419,-0.2048532","bedrooms":"2","price":"276000","area":"678"} , +{"type":"Feature","id":"n8253476916","geometry":{"type":"Point","coordinates":[-0.1359327,51.5241478]},"properties":{"@type":"node","@id":8253476916,"@timestamp":1626459504},"coords":"51.5241478,-0.1359327","bedrooms":"4","price":"190000","area":"568"} , +{"type":"Feature","id":"n8253542434","geometry":{"type":"Point","coordinates":[-0.9904762,51.559963]},"properties":{"@type":"node","@id":8253542434,"@timestamp":1608698672},"coords":"51.559963,-0.9904762","bedrooms":"0","price":"215000","area":"431"} , +{"type":"Feature","id":"n8253690141","geometry":{"type":"Point","coordinates":[-0.0693801,51.4579985]},"properties":{"@type":"node","@id":8253690141,"@timestamp":1608703488},"coords":"51.4579985,-0.0693801","bedrooms":"4","price":"278000","area":"658"} , +{"type":"Feature","id":"n8253776514","geometry":{"type":"Point","coordinates":[-0.1737175,51.4865607]},"properties":{"@type":"node","@id":8253776514,"@timestamp":1608705930},"coords":"51.4865607,-0.1737175","bedrooms":"1","price":"228000","area":"394"} , +{"type":"Feature","id":"n8253847482","geometry":{"type":"Point","coordinates":[-0.3261364,51.5823853]},"properties":{"@type":"node","@id":8253847482,"@timestamp":1623190633},"coords":"51.5823853,-0.3261364","bedrooms":"4","price":"196000","area":"428"} , +{"type":"Feature","id":"n8254000462","geometry":{"type":"Point","coordinates":[-0.2189383,51.43676]},"properties":{"@type":"node","@id":8254000462,"@timestamp":1608711263},"coords":"51.43676,-0.2189383","bedrooms":"4","price":"276000","area":"481"} , +{"type":"Feature","id":"n8254129069","geometry":{"type":"Point","coordinates":[-1.1112073,51.8949574]},"properties":{"@type":"node","@id":8254129069,"@timestamp":1608715426},"coords":"51.8949574,-1.1112073","bedrooms":"3","price":"288000","area":"645"} , +{"type":"Feature","id":"n8254257943","geometry":{"type":"Point","coordinates":[0.5280645,51.2657445]},"properties":{"@type":"node","@id":8254257943,"@timestamp":1608717944},"coords":"51.2657445,0.5280645","bedrooms":"4","price":"222000","area":"691"} , +{"type":"Feature","id":"n8254275560","geometry":{"type":"Point","coordinates":[0.7769189,51.9719238]},"properties":{"@type":"node","@id":8254275560,"@timestamp":1608718847},"coords":"51.9719238,0.7769189","bedrooms":"1","price":"283000","area":"419"} , +{"type":"Feature","id":"n8254318350","geometry":{"type":"Point","coordinates":[-1.0593673,51.8099957]},"properties":{"@type":"node","@id":8254318350,"@timestamp":1608719794},"coords":"51.8099957,-1.0593673","bedrooms":"3","price":"168000","area":"378"} , +{"type":"Feature","id":"n8254511955","geometry":{"type":"Point","coordinates":[0.0079339,51.4664067]},"properties":{"@type":"node","@id":8254511955,"@timestamp":1608723876},"coords":"51.4664067,0.0079339","bedrooms":"4","price":"246000","area":"586"} , +{"type":"Feature","id":"n8254878013","geometry":{"type":"Point","coordinates":[-0.0021716,51.7246423]},"properties":{"@type":"node","@id":8254878013,"@timestamp":1631468725},"coords":"51.7246423,-0.0021716","bedrooms":"4","price":"221000","area":"657"} , +{"type":"Feature","id":"n8254938227","geometry":{"type":"Point","coordinates":[0.0235669,51.5538852]},"properties":{"@type":"node","@id":8254938227,"@timestamp":1619541953},"coords":"51.5538852,0.0235669","bedrooms":"3","price":"166000","area":"391"} , +{"type":"Feature","id":"n8254938275","geometry":{"type":"Point","coordinates":[0.0241801,51.5542374]},"properties":{"@type":"node","@id":8254938275,"@timestamp":1619541953},"coords":"51.5542374,0.0241801","bedrooms":"1","price":"213000","area":"439"} , +{"type":"Feature","id":"n8254945781","geometry":{"type":"Point","coordinates":[-0.2270203,51.288718]},"properties":{"@type":"node","@id":8254945781,"@timestamp":1608733678},"coords":"51.288718,-0.2270203","bedrooms":"4","price":"197000","area":"397"} , +{"type":"Feature","id":"n8254945796","geometry":{"type":"Point","coordinates":[-0.2306701,51.2877279]},"properties":{"@type":"node","@id":8254945796,"@timestamp":1608733678},"coords":"51.2877279,-0.2306701","bedrooms":"2","price":"153000","area":"473"} , +{"type":"Feature","id":"n8255006809","geometry":{"type":"Point","coordinates":[-0.5670025,51.5025645]},"properties":{"@type":"node","@id":8255006809,"@timestamp":1608734839},"coords":"51.5025645,-0.5670025","bedrooms":"1","price":"216000","area":"685"} , +{"type":"Feature","id":"n8255118460","geometry":{"type":"Point","coordinates":[0.0142443,51.4698719]},"properties":{"@type":"node","@id":8255118460,"@timestamp":1608737907},"coords":"51.4698719,0.0142443","bedrooms":"2","price":"253000","area":"627"} , +{"type":"Feature","id":"n8255186525","geometry":{"type":"Point","coordinates":[-0.5783535,51.5065042]},"properties":{"@type":"node","@id":8255186525,"@timestamp":1608739326},"coords":"51.5065042,-0.5783535","bedrooms":"2","price":"187000","area":"578"} , +{"type":"Feature","id":"n8255186544","geometry":{"type":"Point","coordinates":[-0.5871972,51.5105404]},"properties":{"@type":"node","@id":8255186544,"@timestamp":1608739326},"coords":"51.5105404,-0.5871972","bedrooms":"2","price":"186000","area":"687"} , +{"type":"Feature","id":"n8255243779","geometry":{"type":"Point","coordinates":[-0.1340762,51.0065319]},"properties":{"@type":"node","@id":8255243779,"@timestamp":1608741280},"coords":"51.0065319,-0.1340762","bedrooms":"4","price":"216000","area":"673"} , +{"type":"Feature","id":"n8255248186","geometry":{"type":"Point","coordinates":[-0.5927467,51.5139769]},"properties":{"@type":"node","@id":8255248186,"@timestamp":1608742505},"coords":"51.5139769,-0.5927467","bedrooms":"4","price":"185000","area":"563"} , +{"type":"Feature","id":"n8255248199","geometry":{"type":"Point","coordinates":[-0.5909,51.5158486]},"properties":{"@type":"node","@id":8255248199,"@timestamp":1608742505},"coords":"51.5158486,-0.5909","bedrooms":"1","price":"287000","area":"437"} , +{"type":"Feature","id":"n8255248215","geometry":{"type":"Point","coordinates":[-0.5991083,51.5167168]},"properties":{"@type":"node","@id":8255248215,"@timestamp":1608742505},"coords":"51.5167168,-0.5991083","bedrooms":"1","price":"207000","area":"399"} , +{"type":"Feature","id":"n8255276534","geometry":{"type":"Point","coordinates":[0.0244062,51.5538485]},"properties":{"@type":"node","@id":8255276534,"@timestamp":1619541953},"coords":"51.5538485,0.0244062","bedrooms":"1","price":"249000","area":"617"} , +{"type":"Feature","id":"n8255276568","geometry":{"type":"Point","coordinates":[0.0245163,51.5540871]},"properties":{"@type":"node","@id":8255276568,"@timestamp":1619541953},"coords":"51.5540871,0.0245163","bedrooms":"3","price":"211000","area":"591"} , +{"type":"Feature","id":"n8255276612","geometry":{"type":"Point","coordinates":[0.0245559,51.5542995]},"properties":{"@type":"node","@id":8255276612,"@timestamp":1619541953},"coords":"51.5542995,0.0245559","bedrooms":"0","price":"203000","area":"687"} , +{"type":"Feature","id":"n8255276676","geometry":{"type":"Point","coordinates":[0.0246468,51.5541541]},"properties":{"@type":"node","@id":8255276676,"@timestamp":1619541953},"coords":"51.5541541,0.0246468","bedrooms":"0","price":"190000","area":"381"} , +{"type":"Feature","id":"n8255306734","geometry":{"type":"Point","coordinates":[-0.2258832,51.2920644]},"properties":{"@type":"node","@id":8255306734,"@timestamp":1608742458},"coords":"51.2920644,-0.2258832","bedrooms":"0","price":"242000","area":"535"} , +{"type":"Feature","id":"n8255307323","geometry":{"type":"Point","coordinates":[-0.6042649,51.515638]},"properties":{"@type":"node","@id":8255307323,"@timestamp":1609185466},"coords":"51.515638,-0.6042649","bedrooms":"1","price":"200000","area":"541"} , +{"type":"Feature","id":"n8255307334","geometry":{"type":"Point","coordinates":[-0.6093703,51.518489]},"properties":{"@type":"node","@id":8255307334,"@timestamp":1608742505},"coords":"51.518489,-0.6093703","bedrooms":"0","price":"213000","area":"508"} , +{"type":"Feature","id":"n8255449179","geometry":{"type":"Point","coordinates":[-0.5909925,51.5152979]},"properties":{"@type":"node","@id":8255449179,"@timestamp":1608746776},"coords":"51.5152979,-0.5909925","bedrooms":"1","price":"271000","area":"489"} , +{"type":"Feature","id":"n8255449196","geometry":{"type":"Point","coordinates":[-0.5958578,51.517058]},"properties":{"@type":"node","@id":8255449196,"@timestamp":1608746776},"coords":"51.517058,-0.5958578","bedrooms":"2","price":"241000","area":"557"} , +{"type":"Feature","id":"n8255607726","geometry":{"type":"Point","coordinates":[-0.4917792,51.6411756]},"properties":{"@type":"node","@id":8255607726,"@timestamp":1608751063},"coords":"51.6411756,-0.4917792","bedrooms":"2","price":"190000","area":"620"} , +{"type":"Feature","id":"n8255624017","geometry":{"type":"Point","coordinates":[-0.0187372,51.4467728]},"properties":{"@type":"node","@id":8255624017,"@timestamp":1619803793},"coords":"51.4467728,-0.0187372","bedrooms":"4","price":"190000","area":"427"} , +{"type":"Feature","id":"n8255644603","geometry":{"type":"Point","coordinates":[0.0240117,51.5533938]},"properties":{"@type":"node","@id":8255644603,"@timestamp":1617468892},"coords":"51.5533938,0.0240117","bedrooms":"4","price":"273000","area":"568"} , +{"type":"Feature","id":"n8255885951","geometry":{"type":"Point","coordinates":[-0.5738761,51.5157528]},"properties":{"@type":"node","@id":8255885951,"@timestamp":1608758667},"coords":"51.5157528,-0.5738761","bedrooms":"3","price":"215000","area":"400"} , +{"type":"Feature","id":"n8255938298","geometry":{"type":"Point","coordinates":[-0.58251,51.5171779]},"properties":{"@type":"node","@id":8255938298,"@timestamp":1608760160},"coords":"51.5171779,-0.58251","bedrooms":"0","price":"258000","area":"582"} , +{"type":"Feature","id":"n8255938309","geometry":{"type":"Point","coordinates":[-0.5864435,51.5184579]},"properties":{"@type":"node","@id":8255938309,"@timestamp":1608760160},"coords":"51.5184579,-0.5864435","bedrooms":"1","price":"251000","area":"576"} , +{"type":"Feature","id":"n8256049398","geometry":{"type":"Point","coordinates":[-0.1140207,51.5182383]},"properties":{"@type":"node","@id":8256049398,"@timestamp":1627840763},"coords":"51.5182383,-0.1140207","bedrooms":"0","price":"209000","area":"658"} , +{"type":"Feature","id":"n8256132934","geometry":{"type":"Point","coordinates":[-0.089761,51.525391]},"properties":{"@type":"node","@id":8256132934,"@timestamp":1627695321},"coords":"51.525391,-0.089761","bedrooms":"0","price":"156000","area":"374"} , +{"type":"Feature","id":"n8256176070","geometry":{"type":"Point","coordinates":[0.3573292,51.8825819]},"properties":{"@type":"node","@id":8256176070,"@timestamp":1608772407},"coords":"51.8825819,0.3573292","bedrooms":"0","price":"233000","area":"408"} , +{"type":"Feature","id":"n8256198210","geometry":{"type":"Point","coordinates":[-0.1025944,51.5149778]},"properties":{"@type":"node","@id":8256198210,"@timestamp":1608775415},"coords":"51.5149778,-0.1025944","bedrooms":"4","price":"195000","area":"475"} , +{"type":"Feature","id":"n8256248620","geometry":{"type":"Point","coordinates":[-0.5878428,51.2427367]},"properties":{"@type":"node","@id":8256248620,"@timestamp":1608777505},"coords":"51.2427367,-0.5878428","bedrooms":"3","price":"208000","area":"616"} , +{"type":"Feature","id":"n8256430375","geometry":{"type":"Point","coordinates":[-0.1737988,51.4860171]},"properties":{"@type":"node","@id":8256430375,"@timestamp":1608786234},"coords":"51.4860171,-0.1737988","bedrooms":"2","price":"163000","area":"523"} , +{"type":"Feature","id":"n8256430417","geometry":{"type":"Point","coordinates":[-0.1740982,51.4855183]},"properties":{"@type":"node","@id":8256430417,"@timestamp":1608786234},"coords":"51.4855183,-0.1740982","bedrooms":"0","price":"262000","area":"477"} , +{"type":"Feature","id":"n8256593949","geometry":{"type":"Point","coordinates":[-0.3127251,51.5588164]},"properties":{"@type":"node","@id":8256593949,"@timestamp":1608792331},"coords":"51.5588164,-0.3127251","bedrooms":"2","price":"173000","area":"609"} , +{"type":"Feature","id":"n8256593964","geometry":{"type":"Point","coordinates":[-0.3118411,51.556569]},"properties":{"@type":"node","@id":8256593964,"@timestamp":1608792331},"coords":"51.556569,-0.3118411","bedrooms":"3","price":"274000","area":"477"} , +{"type":"Feature","id":"n8256593984","geometry":{"type":"Point","coordinates":[-0.3119159,51.5565851]},"properties":{"@type":"node","@id":8256593984,"@timestamp":1608792331},"coords":"51.5565851,-0.3119159","bedrooms":"3","price":"154000","area":"455"} , +{"type":"Feature","id":"n8256868363","geometry":{"type":"Point","coordinates":[0.025022,51.5531725]},"properties":{"@type":"node","@id":8256868363,"@timestamp":1617468892},"coords":"51.5531725,0.025022","bedrooms":"4","price":"217000","area":"622"} , +{"type":"Feature","id":"n8256868386","geometry":{"type":"Point","coordinates":[0.0249786,51.5531384]},"properties":{"@type":"node","@id":8256868386,"@timestamp":1617468892},"coords":"51.5531384,0.0249786","bedrooms":"4","price":"259000","area":"414"} , +{"type":"Feature","id":"n8256883852","geometry":{"type":"Point","coordinates":[0.0250941,51.552786]},"properties":{"@type":"node","@id":8256883852,"@timestamp":1617468892},"coords":"51.552786,0.0250941","bedrooms":"4","price":"288000","area":"632"} , +{"type":"Feature","id":"n8256883862","geometry":{"type":"Point","coordinates":[0.0247033,51.5528463]},"properties":{"@type":"node","@id":8256883862,"@timestamp":1617468892},"coords":"51.5528463,0.0247033","bedrooms":"3","price":"221000","area":"428"} , +{"type":"Feature","id":"n8257505586","geometry":{"type":"Point","coordinates":[-0.5813991,51.5206346]},"properties":{"@type":"node","@id":8257505586,"@timestamp":1608811952},"coords":"51.5206346,-0.5813991","bedrooms":"0","price":"253000","area":"356"} , +{"type":"Feature","id":"n8257543226","geometry":{"type":"Point","coordinates":[-0.0135778,51.424071]},"properties":{"@type":"node","@id":8257543226,"@timestamp":1608813402},"coords":"51.424071,-0.0135778","bedrooms":"1","price":"162000","area":"697"} , +{"type":"Feature","id":"n8257680508","geometry":{"type":"Point","coordinates":[-0.1011869,51.2905007]},"properties":{"@type":"node","@id":8257680508,"@timestamp":1609266668},"coords":"51.2905007,-0.1011869","bedrooms":"4","price":"221000","area":"429"} , +{"type":"Feature","id":"n8257708212","geometry":{"type":"Point","coordinates":[0.0245004,51.5536818]},"properties":{"@type":"node","@id":8257708212,"@timestamp":1617468892},"coords":"51.5536818,0.0245004","bedrooms":"1","price":"152000","area":"387"} , +{"type":"Feature","id":"n8257742922","geometry":{"type":"Point","coordinates":[0.0242265,51.5536545]},"properties":{"@type":"node","@id":8257742922,"@timestamp":1617468892},"coords":"51.5536545,0.0242265","bedrooms":"1","price":"223000","area":"655"} , +{"type":"Feature","id":"n8257757423","geometry":{"type":"Point","coordinates":[-0.5194543,51.729156]},"properties":{"@type":"node","@id":8257757423,"@timestamp":1608820025},"coords":"51.729156,-0.5194543","bedrooms":"1","price":"221000","area":"499"} , +{"type":"Feature","id":"n8257849871","geometry":{"type":"Point","coordinates":[-0.4877954,51.7410726]},"properties":{"@type":"node","@id":8257849871,"@timestamp":1608823468},"coords":"51.7410726,-0.4877954","bedrooms":"0","price":"209000","area":"359"} , +{"type":"Feature","id":"n8257898431","geometry":{"type":"Point","coordinates":[0.3484746,51.875745]},"properties":{"@type":"node","@id":8257898431,"@timestamp":1608822769},"coords":"51.875745,0.3484746","bedrooms":"2","price":"196000","area":"390"} , +{"type":"Feature","id":"n8258066465","geometry":{"type":"Point","coordinates":[0.0934714,50.9440852]},"properties":{"@type":"node","@id":8258066465,"@timestamp":1608831040},"coords":"50.9440852,0.0934714","bedrooms":"3","price":"197000","area":"425"} , +{"type":"Feature","id":"n8258119605","geometry":{"type":"Point","coordinates":[-0.5721454,51.5261557]},"properties":{"@type":"node","@id":8258119605,"@timestamp":1608829331},"coords":"51.5261557,-0.5721454","bedrooms":"3","price":"286000","area":"624"} , +{"type":"Feature","id":"n8258119615","geometry":{"type":"Point","coordinates":[-0.5786046,51.5214049]},"properties":{"@type":"node","@id":8258119615,"@timestamp":1608829331},"coords":"51.5214049,-0.5786046","bedrooms":"1","price":"249000","area":"392"} , +{"type":"Feature","id":"n8258124525","geometry":{"type":"Point","coordinates":[-0.5753368,51.5211337]},"properties":{"@type":"node","@id":8258124525,"@timestamp":1608829331},"coords":"51.5211337,-0.5753368","bedrooms":"0","price":"267000","area":"433"} , +{"type":"Feature","id":"n8258126986","geometry":{"type":"Point","coordinates":[-0.0778587,51.2821342]},"properties":{"@type":"node","@id":8258126986,"@timestamp":1609955560},"coords":"51.2821342,-0.0778587","bedrooms":"1","price":"172000","area":"534"} , +{"type":"Feature","id":"n8258175913","geometry":{"type":"Point","coordinates":[0.1775595,51.6586463]},"properties":{"@type":"node","@id":8258175913,"@timestamp":1608831703},"coords":"51.6586463,0.1775595","bedrooms":"3","price":"162000","area":"588"} , +{"type":"Feature","id":"n8258180939","geometry":{"type":"Point","coordinates":[0.1800469,51.6593698]},"properties":{"@type":"node","@id":8258180939,"@timestamp":1608831703},"coords":"51.6593698,0.1800469","bedrooms":"0","price":"290000","area":"548"} , +{"type":"Feature","id":"n8258181026","geometry":{"type":"Point","coordinates":[0.1788115,51.6590281]},"properties":{"@type":"node","@id":8258181026,"@timestamp":1608831703},"coords":"51.6590281,0.1788115","bedrooms":"2","price":"272000","area":"681"} , +{"type":"Feature","id":"n8258228024","geometry":{"type":"Point","coordinates":[0.3067547,51.6191178]},"properties":{"@type":"node","@id":8258228024,"@timestamp":1608833184},"coords":"51.6191178,0.3067547","bedrooms":"2","price":"288000","area":"666"} , +{"type":"Feature","id":"n8258393136","geometry":{"type":"Point","coordinates":[-0.9472007,51.4045033]},"properties":{"@type":"node","@id":8258393136,"@timestamp":1623504040},"coords":"51.4045033,-0.9472007","bedrooms":"3","price":"189000","area":"401"} , +{"type":"Feature","id":"n8258595291","geometry":{"type":"Point","coordinates":[0.1779074,51.8630717]},"properties":{"@type":"node","@id":8258595291,"@timestamp":1614348421},"coords":"51.8630717,0.1779074","bedrooms":"4","price":"212000","area":"369"} , +{"type":"Feature","id":"n8258649961","geometry":{"type":"Point","coordinates":[-0.3916877,51.4971185]},"properties":{"@type":"node","@id":8258649961,"@timestamp":1608852412},"coords":"51.4971185,-0.3916877","bedrooms":"1","price":"151000","area":"579"} , +{"type":"Feature","id":"n8258707793","geometry":{"type":"Point","coordinates":[0.1758564,51.6667467]},"properties":{"@type":"node","@id":8258707793,"@timestamp":1608856607},"coords":"51.6667467,0.1758564","bedrooms":"1","price":"267000","area":"414"} , +{"type":"Feature","id":"n8258731147","geometry":{"type":"Point","coordinates":[0.1801801,51.6748639]},"properties":{"@type":"node","@id":8258731147,"@timestamp":1608856607},"coords":"51.6748639,0.1801801","bedrooms":"0","price":"153000","area":"570"} , +{"type":"Feature","id":"n8258731173","geometry":{"type":"Point","coordinates":[0.172065,51.6712341]},"properties":{"@type":"node","@id":8258731173,"@timestamp":1608856607},"coords":"51.6712341,0.172065","bedrooms":"3","price":"206000","area":"419"} , +{"type":"Feature","id":"n8258731356","geometry":{"type":"Point","coordinates":[0.1754674,51.6679374]},"properties":{"@type":"node","@id":8258731356,"@timestamp":1608856607},"coords":"51.6679374,0.1754674","bedrooms":"1","price":"290000","area":"602"} , +{"type":"Feature","id":"n8258731370","geometry":{"type":"Point","coordinates":[0.1744519,51.663195]},"properties":{"@type":"node","@id":8258731370,"@timestamp":1608856607},"coords":"51.663195,0.1744519","bedrooms":"0","price":"202000","area":"688"} , +{"type":"Feature","id":"n8258733904","geometry":{"type":"Point","coordinates":[0.5207846,51.2753516]},"properties":{"@type":"node","@id":8258733904,"@timestamp":1608864038},"coords":"51.2753516,0.5207846","bedrooms":"2","price":"202000","area":"643"} , +{"type":"Feature","id":"n8258740324","geometry":{"type":"Point","coordinates":[0.2502215,51.8850897]},"properties":{"@type":"node","@id":8258740324,"@timestamp":1608857361},"coords":"51.8850897,0.2502215","bedrooms":"4","price":"191000","area":"481"} , +{"type":"Feature","id":"n8258753898","geometry":{"type":"Point","coordinates":[-0.0566492,51.5601271]},"properties":{"@type":"node","@id":8258753898,"@timestamp":1622459667},"coords":"51.5601271,-0.0566492","bedrooms":"1","price":"239000","area":"414"} , +{"type":"Feature","id":"n8258778042","geometry":{"type":"Point","coordinates":[-0.0536075,51.5640031]},"properties":{"@type":"node","@id":8258778042,"@timestamp":1608861405},"coords":"51.5640031,-0.0536075","bedrooms":"4","price":"280000","area":"437"} , +{"type":"Feature","id":"n8258806832","geometry":{"type":"Point","coordinates":[0.523783,51.2730037]},"properties":{"@type":"node","@id":8258806832,"@timestamp":1608863665},"coords":"51.2730037,0.523783","bedrooms":"4","price":"157000","area":"501"} , +{"type":"Feature","id":"n8259197819","geometry":{"type":"Point","coordinates":[-0.8842895,51.9763902]},"properties":{"@type":"node","@id":8259197819,"@timestamp":1608887784},"coords":"51.9763902,-0.8842895","bedrooms":"1","price":"251000","area":"627"} , +{"type":"Feature","id":"n8259299973","geometry":{"type":"Point","coordinates":[-0.5943122,51.5185391]},"properties":{"@type":"node","@id":8259299973,"@timestamp":1608894476},"coords":"51.5185391,-0.5943122","bedrooms":"1","price":"282000","area":"444"} , +{"type":"Feature","id":"n8259300006","geometry":{"type":"Point","coordinates":[-0.5898153,51.5217031]},"properties":{"@type":"node","@id":8259300006,"@timestamp":1608894476},"coords":"51.5217031,-0.5898153","bedrooms":"3","price":"187000","area":"622"} , +{"type":"Feature","id":"n8259342961","geometry":{"type":"Point","coordinates":[-0.5967954,51.5233832]},"properties":{"@type":"node","@id":8259342961,"@timestamp":1608896859},"coords":"51.5233832,-0.5967954","bedrooms":"1","price":"263000","area":"644"} , +{"type":"Feature","id":"n8259495306","geometry":{"type":"Point","coordinates":[-0.6072269,51.5096376]},"properties":{"@type":"node","@id":8259495306,"@timestamp":1608901719},"coords":"51.5096376,-0.6072269","bedrooms":"0","price":"199000","area":"570"} , +{"type":"Feature","id":"n8259594079","geometry":{"type":"Point","coordinates":[0.0121319,51.4976749]},"properties":{"@type":"node","@id":8259594079,"@timestamp":1615831439},"coords":"51.4976749,0.0121319","bedrooms":"4","price":"294000","area":"620"} , +{"type":"Feature","id":"n8259768984","geometry":{"type":"Point","coordinates":[0.0255085,51.5082265]},"properties":{"@type":"node","@id":8259768984,"@timestamp":1619357447},"coords":"51.5082265,0.0255085","bedrooms":"3","price":"178000","area":"415"} , +{"type":"Feature","id":"n8259768994","geometry":{"type":"Point","coordinates":[0.0257069,51.5077203]},"properties":{"@type":"node","@id":8259768994,"@timestamp":1608907429},"coords":"51.5077203,0.0257069","bedrooms":"1","price":"286000","area":"426"} , +{"type":"Feature","id":"n8259816397","geometry":{"type":"Point","coordinates":[0.0286841,51.5070715]},"properties":{"@type":"node","@id":8259816397,"@timestamp":1608909014},"coords":"51.5070715,0.0286841","bedrooms":"3","price":"152000","area":"665"} , +{"type":"Feature","id":"n8259935859","geometry":{"type":"Point","coordinates":[-0.06501,51.4195638]},"properties":{"@type":"node","@id":8259935859,"@timestamp":1622369895},"coords":"51.4195638,-0.06501","bedrooms":"1","price":"190000","area":"491"} , +{"type":"Feature","id":"n8260033367","geometry":{"type":"Point","coordinates":[-0.6405829,51.5321154]},"properties":{"@type":"node","@id":8260033367,"@timestamp":1608918471},"coords":"51.5321154,-0.6405829","bedrooms":"1","price":"252000","area":"607"} , +{"type":"Feature","id":"n8260033843","geometry":{"type":"Point","coordinates":[-0.6308259,51.535636]},"properties":{"@type":"node","@id":8260033843,"@timestamp":1608917395},"coords":"51.535636,-0.6308259","bedrooms":"2","price":"277000","area":"570"} , +{"type":"Feature","id":"n8260033857","geometry":{"type":"Point","coordinates":[-0.6323432,51.5315704]},"properties":{"@type":"node","@id":8260033857,"@timestamp":1608917395},"coords":"51.5315704,-0.6323432","bedrooms":"1","price":"271000","area":"485"} , +{"type":"Feature","id":"n8260033867","geometry":{"type":"Point","coordinates":[-0.6328612,51.5320129]},"properties":{"@type":"node","@id":8260033867,"@timestamp":1608917395},"coords":"51.5320129,-0.6328612","bedrooms":"1","price":"182000","area":"450"} , +{"type":"Feature","id":"n8260033877","geometry":{"type":"Point","coordinates":[-0.6333896,51.5318666]},"properties":{"@type":"node","@id":8260033877,"@timestamp":1608917395},"coords":"51.5318666,-0.6333896","bedrooms":"4","price":"294000","area":"358"} , +{"type":"Feature","id":"n8260033887","geometry":{"type":"Point","coordinates":[-0.6339437,51.5318798]},"properties":{"@type":"node","@id":8260033887,"@timestamp":1608917395},"coords":"51.5318798,-0.6339437","bedrooms":"0","price":"282000","area":"615"} , +{"type":"Feature","id":"n8260033897","geometry":{"type":"Point","coordinates":[-0.6343949,51.5318792]},"properties":{"@type":"node","@id":8260033897,"@timestamp":1608917395},"coords":"51.5318792,-0.6343949","bedrooms":"4","price":"165000","area":"634"} , +{"type":"Feature","id":"n8260033907","geometry":{"type":"Point","coordinates":[-0.635287,51.5319146]},"properties":{"@type":"node","@id":8260033907,"@timestamp":1608917395},"coords":"51.5319146,-0.635287","bedrooms":"2","price":"282000","area":"465"} , +{"type":"Feature","id":"n8260039741","geometry":{"type":"Point","coordinates":[0.528974,51.2662623]},"properties":{"@type":"node","@id":8260039741,"@timestamp":1608917855},"coords":"51.2662623,0.528974","bedrooms":"3","price":"278000","area":"393"} , +{"type":"Feature","id":"n8260052424","geometry":{"type":"Point","coordinates":[-0.6352717,51.5315577]},"properties":{"@type":"node","@id":8260052424,"@timestamp":1608917395},"coords":"51.5315577,-0.6352717","bedrooms":"4","price":"238000","area":"494"} , +{"type":"Feature","id":"n8260052434","geometry":{"type":"Point","coordinates":[-0.634281,51.5313956]},"properties":{"@type":"node","@id":8260052434,"@timestamp":1608917395},"coords":"51.5313956,-0.634281","bedrooms":"4","price":"213000","area":"583"} , +{"type":"Feature","id":"n8260052444","geometry":{"type":"Point","coordinates":[-0.6359922,51.5316445]},"properties":{"@type":"node","@id":8260052444,"@timestamp":1608917395},"coords":"51.5316445,-0.6359922","bedrooms":"4","price":"226000","area":"441"} , +{"type":"Feature","id":"n8260052454","geometry":{"type":"Point","coordinates":[-0.6352601,51.5312103]},"properties":{"@type":"node","@id":8260052454,"@timestamp":1608917395},"coords":"51.5312103,-0.6352601","bedrooms":"0","price":"161000","area":"495"} , +{"type":"Feature","id":"n8260052464","geometry":{"type":"Point","coordinates":[-0.6350761,51.531059]},"properties":{"@type":"node","@id":8260052464,"@timestamp":1608917395},"coords":"51.531059,-0.6350761","bedrooms":"4","price":"189000","area":"610"} , +{"type":"Feature","id":"n8260052474","geometry":{"type":"Point","coordinates":[-0.6341378,51.5308916]},"properties":{"@type":"node","@id":8260052474,"@timestamp":1608917395},"coords":"51.5308916,-0.6341378","bedrooms":"1","price":"165000","area":"393"} , +{"type":"Feature","id":"n8260052486","geometry":{"type":"Point","coordinates":[-0.6332079,51.5322055]},"properties":{"@type":"node","@id":8260052486,"@timestamp":1608917395},"coords":"51.5322055,-0.6332079","bedrooms":"2","price":"292000","area":"369"} , +{"type":"Feature","id":"n8260144803","geometry":{"type":"Point","coordinates":[-0.4073585,51.6481441]},"properties":{"@type":"node","@id":8260144803,"@timestamp":1620597121},"coords":"51.6481441,-0.4073585","bedrooms":"0","price":"170000","area":"664"} , +{"type":"Feature","id":"n8260173147","geometry":{"type":"Point","coordinates":[-0.1739394,51.485552]},"properties":{"@type":"node","@id":8260173147,"@timestamp":1608922744},"coords":"51.485552,-0.1739394","bedrooms":"4","price":"255000","area":"660"} , +{"type":"Feature","id":"n8260203005","geometry":{"type":"Point","coordinates":[-0.7029524,51.6096661]},"properties":{"@type":"node","@id":8260203005,"@timestamp":1608924030},"coords":"51.6096661,-0.7029524","bedrooms":"0","price":"217000","area":"561"} , +{"type":"Feature","id":"n8260304646","geometry":{"type":"Point","coordinates":[-0.7131328,51.6132421]},"properties":{"@type":"node","@id":8260304646,"@timestamp":1608926205},"coords":"51.6132421,-0.7131328","bedrooms":"1","price":"183000","area":"465"} , +{"type":"Feature","id":"n8260304656","geometry":{"type":"Point","coordinates":[-0.7131919,51.6132695]},"properties":{"@type":"node","@id":8260304656,"@timestamp":1608926205},"coords":"51.6132695,-0.7131919","bedrooms":"1","price":"294000","area":"456"} , +{"type":"Feature","id":"n8260308683","geometry":{"type":"Point","coordinates":[-0.7092708,51.6305672]},"properties":{"@type":"node","@id":8260308683,"@timestamp":1608927020},"coords":"51.6305672,-0.7092708","bedrooms":"4","price":"266000","area":"494"} , +{"type":"Feature","id":"n8260605910","geometry":{"type":"Point","coordinates":[0.4445067,51.3422329]},"properties":{"@type":"node","@id":8260605910,"@timestamp":1616679822},"coords":"51.3422329,0.4445067","bedrooms":"1","price":"245000","area":"502"} , +{"type":"Feature","id":"n8260643980","geometry":{"type":"Point","coordinates":[-0.4453826,51.6341312]},"properties":{"@type":"node","@id":8260643980,"@timestamp":1608935543},"coords":"51.6341312,-0.4453826","bedrooms":"0","price":"295000","area":"477"} , +{"type":"Feature","id":"n8261208594","geometry":{"type":"Point","coordinates":[-0.3386933,51.4998638]},"properties":{"@type":"node","@id":8261208594,"@timestamp":1608973274},"coords":"51.4998638,-0.3386933","bedrooms":"0","price":"156000","area":"533"} , +{"type":"Feature","id":"n8261437727","geometry":{"type":"Point","coordinates":[0.1779891,51.6816914]},"properties":{"@type":"node","@id":8261437727,"@timestamp":1608981454},"coords":"51.6816914,0.1779891","bedrooms":"2","price":"159000","area":"476"} , +{"type":"Feature","id":"n8261437744","geometry":{"type":"Point","coordinates":[0.183751,51.6782081]},"properties":{"@type":"node","@id":8261437744,"@timestamp":1608981454},"coords":"51.6782081,0.183751","bedrooms":"1","price":"223000","area":"501"} , +{"type":"Feature","id":"n8261437754","geometry":{"type":"Point","coordinates":[0.1801294,51.6783369]},"properties":{"@type":"node","@id":8261437754,"@timestamp":1608981454},"coords":"51.6783369,0.1801294","bedrooms":"3","price":"245000","area":"554"} , +{"type":"Feature","id":"n8261449790","geometry":{"type":"Point","coordinates":[0.1773269,51.6754373]},"properties":{"@type":"node","@id":8261449790,"@timestamp":1608981454},"coords":"51.6754373,0.1773269","bedrooms":"4","price":"172000","area":"525"} , +{"type":"Feature","id":"n8261449878","geometry":{"type":"Point","coordinates":[0.1745273,51.6738264]},"properties":{"@type":"node","@id":8261449878,"@timestamp":1608981454},"coords":"51.6738264,0.1745273","bedrooms":"0","price":"282000","area":"442"} , +{"type":"Feature","id":"n8261600842","geometry":{"type":"Point","coordinates":[-0.2256442,51.9795186]},"properties":{"@type":"node","@id":8261600842,"@timestamp":1631036162},"coords":"51.9795186,-0.2256442","bedrooms":"1","price":"238000","area":"465"} , +{"type":"Feature","id":"n8261622775","geometry":{"type":"Point","coordinates":[0.174762,51.6772673]},"properties":{"@type":"node","@id":8261622775,"@timestamp":1608988259},"coords":"51.6772673,0.174762","bedrooms":"1","price":"293000","area":"431"} , +{"type":"Feature","id":"n8261659822","geometry":{"type":"Point","coordinates":[0.1975979,51.8961139]},"properties":{"@type":"node","@id":8261659822,"@timestamp":1616807278},"coords":"51.8961139,0.1975979","bedrooms":"0","price":"285000","area":"635"} , +{"type":"Feature","id":"n8261719979","geometry":{"type":"Point","coordinates":[-0.0250039,51.3820634]},"properties":{"@type":"node","@id":8261719979,"@timestamp":1608992094},"coords":"51.3820634,-0.0250039","bedrooms":"2","price":"270000","area":"459"} , +{"type":"Feature","id":"n8261823717","geometry":{"type":"Point","coordinates":[-0.1027362,51.5480849]},"properties":{"@type":"node","@id":8261823717,"@timestamp":1608993885},"coords":"51.5480849,-0.1027362","bedrooms":"2","price":"189000","area":"642"} , +{"type":"Feature","id":"n8261824285","geometry":{"type":"Point","coordinates":[-0.2329552,51.296898]},"properties":{"@type":"node","@id":8261824285,"@timestamp":1608993981},"coords":"51.296898,-0.2329552","bedrooms":"1","price":"201000","area":"408"} , +{"type":"Feature","id":"n8261874729","geometry":{"type":"Point","coordinates":[-0.1053638,51.5516016]},"properties":{"@type":"node","@id":8261874729,"@timestamp":1608996042},"coords":"51.5516016,-0.1053638","bedrooms":"4","price":"190000","area":"562"} , +{"type":"Feature","id":"n8261880220","geometry":{"type":"Point","coordinates":[-0.9728077,51.4372882]},"properties":{"@type":"node","@id":8261880220,"@timestamp":1608995221},"coords":"51.4372882,-0.9728077","bedrooms":"2","price":"174000","area":"619"} , +{"type":"Feature","id":"n8261960142","geometry":{"type":"Point","coordinates":[-0.6211167,51.4959107]},"properties":{"@type":"node","@id":8261960142,"@timestamp":1608998296},"coords":"51.4959107,-0.6211167","bedrooms":"3","price":"185000","area":"608"} , +{"type":"Feature","id":"n8261986962","geometry":{"type":"Point","coordinates":[0.0189983,51.5052719]},"properties":{"@type":"node","@id":8261986962,"@timestamp":1610318928},"coords":"51.5052719,0.0189983","bedrooms":"2","price":"278000","area":"534"} , +{"type":"Feature","id":"n8261996669","geometry":{"type":"Point","coordinates":[-0.1279644,51.4200046]},"properties":{"@type":"node","@id":8261996669,"@timestamp":1611683677},"coords":"51.4200046,-0.1279644","bedrooms":"1","price":"235000","area":"420"} , +{"type":"Feature","id":"n8262140649","geometry":{"type":"Point","coordinates":[0.1570433,51.6756656]},"properties":{"@type":"node","@id":8262140649,"@timestamp":1609003081},"coords":"51.6756656,0.1570433","bedrooms":"3","price":"191000","area":"351"} , +{"type":"Feature","id":"n8262140694","geometry":{"type":"Point","coordinates":[0.1487244,51.6790889]},"properties":{"@type":"node","@id":8262140694,"@timestamp":1609003081},"coords":"51.6790889,0.1487244","bedrooms":"1","price":"198000","area":"580"} , +{"type":"Feature","id":"n8262153612","geometry":{"type":"Point","coordinates":[0.1531578,51.6802765]},"properties":{"@type":"node","@id":8262153612,"@timestamp":1609003081},"coords":"51.6802765,0.1531578","bedrooms":"2","price":"220000","area":"482"} , +{"type":"Feature","id":"n8262161303","geometry":{"type":"Point","coordinates":[-0.2023016,51.5556708]},"properties":{"@type":"node","@id":8262161303,"@timestamp":1609003517},"coords":"51.5556708,-0.2023016","bedrooms":"2","price":"248000","area":"532"} , +{"type":"Feature","id":"n8262173610","geometry":{"type":"Point","coordinates":[-0.619383,51.4813371]},"properties":{"@type":"node","@id":8262173610,"@timestamp":1609003735},"coords":"51.4813371,-0.619383","bedrooms":"1","price":"256000","area":"500"} , +{"type":"Feature","id":"n8262182585","geometry":{"type":"Point","coordinates":[-0.1092182,51.5759885]},"properties":{"@type":"node","@id":8262182585,"@timestamp":1609004168},"coords":"51.5759885,-0.1092182","bedrooms":"4","price":"199000","area":"592"} , +{"type":"Feature","id":"n8262182595","geometry":{"type":"Point","coordinates":[-0.1089218,51.5762219]},"properties":{"@type":"node","@id":8262182595,"@timestamp":1609004168},"coords":"51.5762219,-0.1089218","bedrooms":"0","price":"223000","area":"695"} , +{"type":"Feature","id":"n8262185604","geometry":{"type":"Point","coordinates":[0.006165,51.5331403]},"properties":{"@type":"node","@id":8262185604,"@timestamp":1624379496},"coords":"51.5331403,0.006165","bedrooms":"3","price":"272000","area":"534"} , +{"type":"Feature","id":"n8262229558","geometry":{"type":"Point","coordinates":[-0.109992,51.5764953]},"properties":{"@type":"node","@id":8262229558,"@timestamp":1609005239},"coords":"51.5764953,-0.109992","bedrooms":"2","price":"275000","area":"644"} , +{"type":"Feature","id":"n8262229568","geometry":{"type":"Point","coordinates":[-0.109992,51.5769229]},"properties":{"@type":"node","@id":8262229568,"@timestamp":1609005239},"coords":"51.5769229,-0.109992","bedrooms":"1","price":"173000","area":"595"} , +{"type":"Feature","id":"n8262229578","geometry":{"type":"Point","coordinates":[-0.1105741,51.5763578]},"properties":{"@type":"node","@id":8262229578,"@timestamp":1609005239},"coords":"51.5763578,-0.1105741","bedrooms":"1","price":"239000","area":"449"} , +{"type":"Feature","id":"n8262295962","geometry":{"type":"Point","coordinates":[0.0066487,51.5231536]},"properties":{"@type":"node","@id":8262295962,"@timestamp":1609006772},"coords":"51.5231536,0.0066487","bedrooms":"1","price":"190000","area":"620"} , +{"type":"Feature","id":"n8262348883","geometry":{"type":"Point","coordinates":[0.011872,51.5113137]},"properties":{"@type":"node","@id":8262348883,"@timestamp":1609007759},"coords":"51.5113137,0.011872","bedrooms":"3","price":"167000","area":"659"} , +{"type":"Feature","id":"n8262481867","geometry":{"type":"Point","coordinates":[-0.1108034,51.5760692]},"properties":{"@type":"node","@id":8262481867,"@timestamp":1609011824},"coords":"51.5760692,-0.1108034","bedrooms":"0","price":"159000","area":"385"} , +{"type":"Feature","id":"n8262481877","geometry":{"type":"Point","coordinates":[-0.1102373,51.5754803]},"properties":{"@type":"node","@id":8262481877,"@timestamp":1609011824},"coords":"51.5754803,-0.1102373","bedrooms":"4","price":"280000","area":"359"} , +{"type":"Feature","id":"n8262481887","geometry":{"type":"Point","coordinates":[-0.1115061,51.5759752]},"properties":{"@type":"node","@id":8262481887,"@timestamp":1609011824},"coords":"51.5759752,-0.1115061","bedrooms":"2","price":"256000","area":"554"} , +{"type":"Feature","id":"n8262481897","geometry":{"type":"Point","coordinates":[-0.1115075,51.5754326]},"properties":{"@type":"node","@id":8262481897,"@timestamp":1609011824},"coords":"51.5754326,-0.1115075","bedrooms":"3","price":"186000","area":"550"} , +{"type":"Feature","id":"n8262487040","geometry":{"type":"Point","coordinates":[-0.112099,51.5763191]},"properties":{"@type":"node","@id":8262487040,"@timestamp":1609011824},"coords":"51.5763191,-0.112099","bedrooms":"2","price":"219000","area":"412"} , +{"type":"Feature","id":"n8262526497","geometry":{"type":"Point","coordinates":[-0.1063482,51.5773921]},"properties":{"@type":"node","@id":8262526497,"@timestamp":1609013674},"coords":"51.5773921,-0.1063482","bedrooms":"4","price":"267000","area":"529"} , +{"type":"Feature","id":"n8262620587","geometry":{"type":"Point","coordinates":[-0.5286078,51.3337753]},"properties":{"@type":"node","@id":8262620587,"@timestamp":1609019471},"coords":"51.3337753,-0.5286078","bedrooms":"4","price":"271000","area":"681"} , +{"type":"Feature","id":"n8262781326","geometry":{"type":"Point","coordinates":[0.4682625,51.7757688]},"properties":{"@type":"node","@id":8262781326,"@timestamp":1609021119},"coords":"51.7757688,0.4682625","bedrooms":"2","price":"214000","area":"683"} , +{"type":"Feature","id":"n8262872521","geometry":{"type":"Point","coordinates":[0.0782411,51.8780565]},"properties":{"@type":"node","@id":8262872521,"@timestamp":1609024616},"coords":"51.8780565,0.0782411","bedrooms":"0","price":"216000","area":"564"} , +{"type":"Feature","id":"n8262990134","geometry":{"type":"Point","coordinates":[0.1558054,51.6733708]},"properties":{"@type":"node","@id":8262990134,"@timestamp":1609028408},"coords":"51.6733708,0.1558054","bedrooms":"3","price":"253000","area":"496"} , +{"type":"Feature","id":"n8262990147","geometry":{"type":"Point","coordinates":[0.1543545,51.6734131]},"properties":{"@type":"node","@id":8262990147,"@timestamp":1609028408},"coords":"51.6734131,0.1543545","bedrooms":"1","price":"237000","area":"648"} , +{"type":"Feature","id":"n8262990281","geometry":{"type":"Point","coordinates":[0.1532742,51.6761475]},"properties":{"@type":"node","@id":8262990281,"@timestamp":1609028408},"coords":"51.6761475,0.1532742","bedrooms":"1","price":"205000","area":"413"} , +{"type":"Feature","id":"n8263001002","geometry":{"type":"Point","coordinates":[-0.1260462,51.5034205]},"properties":{"@type":"node","@id":8263001002,"@timestamp":1609032706},"coords":"51.5034205,-0.1260462","bedrooms":"3","price":"182000","area":"642"} , +{"type":"Feature","id":"n8263019727","geometry":{"type":"Point","coordinates":[-0.4607042,51.5320368]},"properties":{"@type":"node","@id":8263019727,"@timestamp":1609030199},"coords":"51.5320368,-0.4607042","bedrooms":"4","price":"276000","area":"357"} , +{"type":"Feature","id":"n8263118994","geometry":{"type":"Point","coordinates":[-0.4769457,51.5458229]},"properties":{"@type":"node","@id":8263118994,"@timestamp":1609038440},"coords":"51.5458229,-0.4769457","bedrooms":"4","price":"203000","area":"650"} , +{"type":"Feature","id":"n8263150521","geometry":{"type":"Point","coordinates":[-0.1232418,51.5045176]},"properties":{"@type":"node","@id":8263150521,"@timestamp":1609040400},"coords":"51.5045176,-0.1232418","bedrooms":"4","price":"224000","area":"598"} , +{"type":"Feature","id":"n8263270698","geometry":{"type":"Point","coordinates":[-0.1734662,51.489312]},"properties":{"@type":"node","@id":8263270698,"@timestamp":1609048610},"coords":"51.489312,-0.1734662","bedrooms":"3","price":"280000","area":"659"} , +{"type":"Feature","id":"n8263270713","geometry":{"type":"Point","coordinates":[-0.1735053,51.4885405]},"properties":{"@type":"node","@id":8263270713,"@timestamp":1609048610},"coords":"51.4885405,-0.1735053","bedrooms":"4","price":"158000","area":"432"} , +{"type":"Feature","id":"n8263444088","geometry":{"type":"Point","coordinates":[-0.1742038,51.4889499]},"properties":{"@type":"node","@id":8263444088,"@timestamp":1609060367},"coords":"51.4889499,-0.1742038","bedrooms":"2","price":"253000","area":"450"} , +{"type":"Feature","id":"n8263631589","geometry":{"type":"Point","coordinates":[0.1569568,51.6720807]},"properties":{"@type":"node","@id":8263631589,"@timestamp":1609064912},"coords":"51.6720807,0.1569568","bedrooms":"3","price":"266000","area":"689"} , +{"type":"Feature","id":"n8263668964","geometry":{"type":"Point","coordinates":[0.1526779,51.6752155]},"properties":{"@type":"node","@id":8263668964,"@timestamp":1609064912},"coords":"51.6752155,0.1526779","bedrooms":"3","price":"260000","area":"602"} , +{"type":"Feature","id":"n8263668984","geometry":{"type":"Point","coordinates":[0.1531758,51.6770009]},"properties":{"@type":"node","@id":8263668984,"@timestamp":1609064912},"coords":"51.6770009,0.1531758","bedrooms":"1","price":"200000","area":"434"} , +{"type":"Feature","id":"n8263669009","geometry":{"type":"Point","coordinates":[0.1490691,51.6759716]},"properties":{"@type":"node","@id":8263669009,"@timestamp":1609064912},"coords":"51.6759716,0.1490691","bedrooms":"2","price":"284000","area":"395"} , +{"type":"Feature","id":"n8263669027","geometry":{"type":"Point","coordinates":[0.1571386,51.6735282]},"properties":{"@type":"node","@id":8263669027,"@timestamp":1609064912},"coords":"51.6735282,0.1571386","bedrooms":"0","price":"274000","area":"411"} , +{"type":"Feature","id":"n8263727379","geometry":{"type":"Point","coordinates":[0.1475912,51.6783045]},"properties":{"@type":"node","@id":8263727379,"@timestamp":1609066610},"coords":"51.6783045,0.1475912","bedrooms":"2","price":"229000","area":"443"} , +{"type":"Feature","id":"n8263744647","geometry":{"type":"Point","coordinates":[-0.3372632,51.0690896]},"properties":{"@type":"node","@id":8263744647,"@timestamp":1609067160},"coords":"51.0690896,-0.3372632","bedrooms":"0","price":"263000","area":"440"} , +{"type":"Feature","id":"n8263753081","geometry":{"type":"Point","coordinates":[0.1469797,51.679392]},"properties":{"@type":"node","@id":8263753081,"@timestamp":1609066610},"coords":"51.679392,0.1469797","bedrooms":"0","price":"154000","area":"480"} , +{"type":"Feature","id":"n8263753091","geometry":{"type":"Point","coordinates":[0.1468429,51.679708]},"properties":{"@type":"node","@id":8263753091,"@timestamp":1609066610},"coords":"51.679708,0.1468429","bedrooms":"2","price":"194000","area":"554"} , +{"type":"Feature","id":"n8263933712","geometry":{"type":"Point","coordinates":[0.0709646,51.5011594]},"properties":{"@type":"node","@id":8263933712,"@timestamp":1609074879},"coords":"51.5011594,0.0709646","bedrooms":"2","price":"266000","area":"489"} , +{"type":"Feature","id":"n8264000411","geometry":{"type":"Point","coordinates":[0.0431763,51.6008689]},"properties":{"@type":"node","@id":8264000411,"@timestamp":1609301413},"coords":"51.6008689,0.0431763","bedrooms":"3","price":"206000","area":"699"} , +{"type":"Feature","id":"n8264022356","geometry":{"type":"Point","coordinates":[0.8572802,51.1569264]},"properties":{"@type":"node","@id":8264022356,"@timestamp":1609075138},"coords":"51.1569264,0.8572802","bedrooms":"1","price":"268000","area":"589"} , +{"type":"Feature","id":"n8264091350","geometry":{"type":"Point","coordinates":[-0.5024308,51.3478526]},"properties":{"@type":"node","@id":8264091350,"@timestamp":1617073017},"coords":"51.3478526,-0.5024308","bedrooms":"3","price":"296000","area":"361"} , +{"type":"Feature","id":"n8264137230","geometry":{"type":"Point","coordinates":[-0.2279549,51.97889]},"properties":{"@type":"node","@id":8264137230,"@timestamp":1630950575},"coords":"51.97889,-0.2279549","bedrooms":"2","price":"154000","area":"419"} , +{"type":"Feature","id":"n8264295530","geometry":{"type":"Point","coordinates":[-0.6192309,51.4851441]},"properties":{"@type":"node","@id":8264295530,"@timestamp":1609083471},"coords":"51.4851441,-0.6192309","bedrooms":"1","price":"208000","area":"408"} , +{"type":"Feature","id":"n8264313583","geometry":{"type":"Point","coordinates":[-0.0571221,51.3101925]},"properties":{"@type":"node","@id":8264313583,"@timestamp":1609083600},"coords":"51.3101925,-0.0571221","bedrooms":"1","price":"169000","area":"381"} , +{"type":"Feature","id":"n8264388975","geometry":{"type":"Point","coordinates":[-0.6356456,51.4796314]},"properties":{"@type":"node","@id":8264388975,"@timestamp":1609085368},"coords":"51.4796314,-0.6356456","bedrooms":"1","price":"223000","area":"424"} , +{"type":"Feature","id":"n8264388985","geometry":{"type":"Point","coordinates":[-0.6396173,51.4786869]},"properties":{"@type":"node","@id":8264388985,"@timestamp":1609085368},"coords":"51.4786869,-0.6396173","bedrooms":"3","price":"215000","area":"433"} , +{"type":"Feature","id":"n8264388995","geometry":{"type":"Point","coordinates":[-0.6415079,51.4790663]},"properties":{"@type":"node","@id":8264388995,"@timestamp":1609085368},"coords":"51.4790663,-0.6415079","bedrooms":"1","price":"286000","area":"540"} , +{"type":"Feature","id":"n8264389005","geometry":{"type":"Point","coordinates":[-0.6427414,51.4796414]},"properties":{"@type":"node","@id":8264389005,"@timestamp":1609085368},"coords":"51.4796414,-0.6427414","bedrooms":"1","price":"174000","area":"475"} , +{"type":"Feature","id":"n8264389015","geometry":{"type":"Point","coordinates":[-0.6430318,51.4792316]},"properties":{"@type":"node","@id":8264389015,"@timestamp":1609085368},"coords":"51.4792316,-0.6430318","bedrooms":"3","price":"250000","area":"455"} , +{"type":"Feature","id":"n8264481676","geometry":{"type":"Point","coordinates":[-0.1741943,51.4882587]},"properties":{"@type":"node","@id":8264481676,"@timestamp":1609088457},"coords":"51.4882587,-0.1741943","bedrooms":"4","price":"298000","area":"507"} , +{"type":"Feature","id":"n8264481711","geometry":{"type":"Point","coordinates":[-0.1747673,51.4890713]},"properties":{"@type":"node","@id":8264481711,"@timestamp":1609088457},"coords":"51.4890713,-0.1747673","bedrooms":"3","price":"212000","area":"450"} , +{"type":"Feature","id":"n8264484713","geometry":{"type":"Point","coordinates":[-0.5170065,51.4280319]},"properties":{"@type":"node","@id":8264484713,"@timestamp":1609088710},"coords":"51.4280319,-0.5170065","bedrooms":"0","price":"172000","area":"439"} , +{"type":"Feature","id":"n8264509944","geometry":{"type":"Point","coordinates":[-0.1749068,51.4889455]},"properties":{"@type":"node","@id":8264509944,"@timestamp":1609088457},"coords":"51.4889455,-0.1749068","bedrooms":"4","price":"287000","area":"390"} , +{"type":"Feature","id":"n8264524628","geometry":{"type":"Point","coordinates":[-0.5178335,51.4287201]},"properties":{"@type":"node","@id":8264524628,"@timestamp":1609088710},"coords":"51.4287201,-0.5178335","bedrooms":"3","price":"211000","area":"450"} , +{"type":"Feature","id":"n8264716349","geometry":{"type":"Point","coordinates":[-0.172928,51.4866284]},"properties":{"@type":"node","@id":8264716349,"@timestamp":1609092204},"coords":"51.4866284,-0.172928","bedrooms":"3","price":"294000","area":"525"} , +{"type":"Feature","id":"n8264716416","geometry":{"type":"Point","coordinates":[-0.1729831,51.4863677]},"properties":{"@type":"node","@id":8264716416,"@timestamp":1609092204},"coords":"51.4863677,-0.1729831","bedrooms":"2","price":"151000","area":"477"} , +{"type":"Feature","id":"n8264810504","geometry":{"type":"Point","coordinates":[-0.1722521,51.4868203]},"properties":{"@type":"node","@id":8264810504,"@timestamp":1609094651},"coords":"51.4868203,-0.1722521","bedrooms":"0","price":"291000","area":"665"} , +{"type":"Feature","id":"n8264810514","geometry":{"type":"Point","coordinates":[-0.1727292,51.4873867]},"properties":{"@type":"node","@id":8264810514,"@timestamp":1609094651},"coords":"51.4873867,-0.1727292","bedrooms":"0","price":"271000","area":"423"} , +{"type":"Feature","id":"n8264917674","geometry":{"type":"Point","coordinates":[0.132994,51.6710627]},"properties":{"@type":"node","@id":8264917674,"@timestamp":1609097441},"coords":"51.6710627,0.132994","bedrooms":"4","price":"210000","area":"411"} , +{"type":"Feature","id":"n8264918938","geometry":{"type":"Point","coordinates":[0.1347877,51.6705682]},"properties":{"@type":"node","@id":8264918938,"@timestamp":1609097441},"coords":"51.6705682,0.1347877","bedrooms":"1","price":"284000","area":"358"} , +{"type":"Feature","id":"n8264918992","geometry":{"type":"Point","coordinates":[0.1352708,51.6648951]},"properties":{"@type":"node","@id":8264918992,"@timestamp":1609097441},"coords":"51.6648951,0.1352708","bedrooms":"1","price":"265000","area":"363"} , +{"type":"Feature","id":"n8265131010","geometry":{"type":"Point","coordinates":[-0.0844508,51.5512867]},"properties":{"@type":"node","@id":8265131010,"@timestamp":1609104672},"coords":"51.5512867,-0.0844508","bedrooms":"4","price":"197000","area":"409"} , +{"type":"Feature","id":"n8265427368","geometry":{"type":"Point","coordinates":[0.0622683,51.2699825]},"properties":{"@type":"node","@id":8265427368,"@timestamp":1609113677},"coords":"51.2699825,0.0622683","bedrooms":"0","price":"264000","area":"417"} , +{"type":"Feature","id":"n8265683509","geometry":{"type":"Point","coordinates":[0.0071648,51.4857315]},"properties":{"@type":"node","@id":8265683509,"@timestamp":1609129423},"coords":"51.4857315,0.0071648","bedrooms":"0","price":"294000","area":"473"} , +{"type":"Feature","id":"n8266458426","geometry":{"type":"Point","coordinates":[-0.6471014,51.4814286]},"properties":{"@type":"node","@id":8266458426,"@timestamp":1609151368},"coords":"51.4814286,-0.6471014","bedrooms":"4","price":"240000","area":"364"} , +{"type":"Feature","id":"n8266458441","geometry":{"type":"Point","coordinates":[-0.6497564,51.4832955]},"properties":{"@type":"node","@id":8266458441,"@timestamp":1609151368},"coords":"51.4832955,-0.6497564","bedrooms":"2","price":"213000","area":"460"} , +{"type":"Feature","id":"n8266503339","geometry":{"type":"Point","coordinates":[-0.9515313,51.6853368]},"properties":{"@type":"node","@id":8266503339,"@timestamp":1609152308},"coords":"51.6853368,-0.9515313","bedrooms":"1","price":"241000","area":"568"} , +{"type":"Feature","id":"n8266600456","geometry":{"type":"Point","coordinates":[0.1402715,51.6640973]},"properties":{"@type":"node","@id":8266600456,"@timestamp":1609154316},"coords":"51.6640973,0.1402715","bedrooms":"3","price":"293000","area":"543"} , +{"type":"Feature","id":"n8266600527","geometry":{"type":"Point","coordinates":[0.1370843,51.6643751]},"properties":{"@type":"node","@id":8266600527,"@timestamp":1609154316},"coords":"51.6643751,0.1370843","bedrooms":"1","price":"249000","area":"501"} , +{"type":"Feature","id":"n8266600610","geometry":{"type":"Point","coordinates":[0.1366901,51.6648584]},"properties":{"@type":"node","@id":8266600610,"@timestamp":1609154316},"coords":"51.6648584,0.1366901","bedrooms":"4","price":"220000","area":"640"} , +{"type":"Feature","id":"n8266631450","geometry":{"type":"Point","coordinates":[-0.8106449,51.760155]},"properties":{"@type":"node","@id":8266631450,"@timestamp":1609154970},"coords":"51.760155,-0.8106449","bedrooms":"1","price":"191000","area":"437"} , +{"type":"Feature","id":"n8266832363","geometry":{"type":"Point","coordinates":[-0.2161002,51.9802843]},"properties":{"@type":"node","@id":8266832363,"@timestamp":1609160771},"coords":"51.9802843,-0.2161002","bedrooms":"1","price":"179000","area":"480"} , +{"type":"Feature","id":"n8266885112","geometry":{"type":"Point","coordinates":[-0.0976241,51.589523]},"properties":{"@type":"node","@id":8266885112,"@timestamp":1609161609},"coords":"51.589523,-0.0976241","bedrooms":"0","price":"205000","area":"430"} , +{"type":"Feature","id":"n8266973073","geometry":{"type":"Point","coordinates":[0.0007025,51.5043358]},"properties":{"@type":"node","@id":8266973073,"@timestamp":1609163957},"coords":"51.5043358,0.0007025","bedrooms":"0","price":"164000","area":"524"} , +{"type":"Feature","id":"n8267040864","geometry":{"type":"Point","coordinates":[0.8571658,51.1586886]},"properties":{"@type":"node","@id":8267040864,"@timestamp":1609165640},"coords":"51.1586886,0.8571658","bedrooms":"3","price":"202000","area":"501"} , +{"type":"Feature","id":"n8267193210","geometry":{"type":"Point","coordinates":[-0.9227007,51.8736469]},"properties":{"@type":"node","@id":8267193210,"@timestamp":1609169838},"coords":"51.8736469,-0.9227007","bedrooms":"0","price":"275000","area":"493"} , +{"type":"Feature","id":"n8267251422","geometry":{"type":"Point","coordinates":[-0.2133645,51.9771599]},"properties":{"@type":"node","@id":8267251422,"@timestamp":1609170607},"coords":"51.9771599,-0.2133645","bedrooms":"2","price":"205000","area":"595"} , +{"type":"Feature","id":"n8267286439","geometry":{"type":"Point","coordinates":[-0.8438592,51.9181593]},"properties":{"@type":"node","@id":8267286439,"@timestamp":1609172022},"coords":"51.9181593,-0.8438592","bedrooms":"4","price":"217000","area":"374"} , +{"type":"Feature","id":"n8267321369","geometry":{"type":"Point","coordinates":[-0.8683162,51.9202772]},"properties":{"@type":"node","@id":8267321369,"@timestamp":1609172102},"coords":"51.9202772,-0.8683162","bedrooms":"1","price":"244000","area":"519"} , +{"type":"Feature","id":"n8267340414","geometry":{"type":"Point","coordinates":[0.1328773,51.6634447]},"properties":{"@type":"node","@id":8267340414,"@timestamp":1609172920},"coords":"51.6634447,0.1328773","bedrooms":"4","price":"265000","area":"400"} , +{"type":"Feature","id":"n8267349426","geometry":{"type":"Point","coordinates":[0.1274568,51.664341]},"properties":{"@type":"node","@id":8267349426,"@timestamp":1609172920},"coords":"51.664341,0.1274568","bedrooms":"3","price":"156000","area":"691"} , +{"type":"Feature","id":"n8267412851","geometry":{"type":"Point","coordinates":[-0.5028654,51.3474641]},"properties":{"@type":"node","@id":8267412851,"@timestamp":1609174760},"coords":"51.3474641,-0.5028654","bedrooms":"1","price":"195000","area":"503"} , +{"type":"Feature","id":"n8267460083","geometry":{"type":"Point","coordinates":[-0.6854902,51.9183786]},"properties":{"@type":"node","@id":8267460083,"@timestamp":1609175684},"coords":"51.9183786,-0.6854902","bedrooms":"4","price":"245000","area":"664"} , +{"type":"Feature","id":"n8267608517","geometry":{"type":"Point","coordinates":[-0.1305394,51.5717729]},"properties":{"@type":"node","@id":8267608517,"@timestamp":1609178855},"coords":"51.5717729,-0.1305394","bedrooms":"4","price":"206000","area":"681"} , +{"type":"Feature","id":"n8267839541","geometry":{"type":"Point","coordinates":[0.0524263,51.5150788]},"properties":{"@type":"node","@id":8267839541,"@timestamp":1609182890},"coords":"51.5150788,0.0524263","bedrooms":"3","price":"281000","area":"380"} , +{"type":"Feature","id":"n8267851192","geometry":{"type":"Point","coordinates":[0.1340447,51.6612122]},"properties":{"@type":"node","@id":8267851192,"@timestamp":1609182835},"coords":"51.6612122,0.1340447","bedrooms":"1","price":"270000","area":"487"} , +{"type":"Feature","id":"n8267851254","geometry":{"type":"Point","coordinates":[0.1266724,51.660284]},"properties":{"@type":"node","@id":8267851254,"@timestamp":1609182835},"coords":"51.660284,0.1266724","bedrooms":"2","price":"209000","area":"656"} , +{"type":"Feature","id":"n8267870354","geometry":{"type":"Point","coordinates":[0.0959238,51.3777978]},"properties":{"@type":"node","@id":8267870354,"@timestamp":1609184264},"coords":"51.3777978,0.0959238","bedrooms":"2","price":"240000","area":"641"} , +{"type":"Feature","id":"n8267870364","geometry":{"type":"Point","coordinates":[0.0916028,51.3801717]},"properties":{"@type":"node","@id":8267870364,"@timestamp":1609184264},"coords":"51.3801717,0.0916028","bedrooms":"4","price":"262000","area":"517"} , +{"type":"Feature","id":"n8267870374","geometry":{"type":"Point","coordinates":[0.0882018,51.3768502]},"properties":{"@type":"node","@id":8267870374,"@timestamp":1609184264},"coords":"51.3768502,0.0882018","bedrooms":"0","price":"168000","area":"606"} , +{"type":"Feature","id":"n8267984524","geometry":{"type":"Point","coordinates":[0.6024134,51.3409224]},"properties":{"@type":"node","@id":8267984524,"@timestamp":1609185210},"coords":"51.3409224,0.6024134","bedrooms":"2","price":"242000","area":"396"} , +{"type":"Feature","id":"n8267984534","geometry":{"type":"Point","coordinates":[0.5985698,51.3475151]},"properties":{"@type":"node","@id":8267984534,"@timestamp":1609185210},"coords":"51.3475151,0.5985698","bedrooms":"1","price":"185000","area":"618"} , +{"type":"Feature","id":"n8267984544","geometry":{"type":"Point","coordinates":[0.5895844,51.3507869]},"properties":{"@type":"node","@id":8267984544,"@timestamp":1609185210},"coords":"51.3507869,0.5895844","bedrooms":"1","price":"205000","area":"504"} , +{"type":"Feature","id":"n8267984554","geometry":{"type":"Point","coordinates":[0.5913869,51.3461631]},"properties":{"@type":"node","@id":8267984554,"@timestamp":1609185210},"coords":"51.3461631,0.5913869","bedrooms":"3","price":"273000","area":"594"} , +{"type":"Feature","id":"n8267984564","geometry":{"type":"Point","coordinates":[0.59147,51.3435948]},"properties":{"@type":"node","@id":8267984564,"@timestamp":1609185210},"coords":"51.3435948,0.59147","bedrooms":"1","price":"234000","area":"380"} , +{"type":"Feature","id":"n8268032576","geometry":{"type":"Point","coordinates":[0.5845445,51.3519662]},"properties":{"@type":"node","@id":8268032576,"@timestamp":1609185932},"coords":"51.3519662,0.5845445","bedrooms":"0","price":"231000","area":"627"} , +{"type":"Feature","id":"n8268032586","geometry":{"type":"Point","coordinates":[0.5867842,51.349765]},"properties":{"@type":"node","@id":8268032586,"@timestamp":1609185932},"coords":"51.349765,0.5867842","bedrooms":"2","price":"222000","area":"452"} , +{"type":"Feature","id":"n8268036893","geometry":{"type":"Point","coordinates":[0.584169,51.3489307]},"properties":{"@type":"node","@id":8268036893,"@timestamp":1609185653},"coords":"51.3489307,0.584169","bedrooms":"0","price":"187000","area":"566"} , +{"type":"Feature","id":"n8268036903","geometry":{"type":"Point","coordinates":[0.5899465,51.3420483]},"properties":{"@type":"node","@id":8268036903,"@timestamp":1609185653},"coords":"51.3420483,0.5899465","bedrooms":"2","price":"246000","area":"383"} , +{"type":"Feature","id":"n8268089167","geometry":{"type":"Point","coordinates":[0.1814051,51.8929653]},"properties":{"@type":"node","@id":8268089167,"@timestamp":1609186655},"coords":"51.8929653,0.1814051","bedrooms":"1","price":"262000","area":"367"} , +{"type":"Feature","id":"n8268089193","geometry":{"type":"Point","coordinates":[0.2091902,51.8769588]},"properties":{"@type":"node","@id":8268089193,"@timestamp":1609186655},"coords":"51.8769588,0.2091902","bedrooms":"4","price":"279000","area":"469"} , +{"type":"Feature","id":"n8268091517","geometry":{"type":"Point","coordinates":[0.2138683,51.8812009]},"properties":{"@type":"node","@id":8268091517,"@timestamp":1631654359},"coords":"51.8812009,0.2138683","bedrooms":"3","price":"215000","area":"626"} , +{"type":"Feature","id":"n8268160097","geometry":{"type":"Point","coordinates":[-0.2697889,51.3663473]},"properties":{"@type":"node","@id":8268160097,"@timestamp":1609189228},"coords":"51.3663473,-0.2697889","bedrooms":"4","price":"225000","area":"549"} , +{"type":"Feature","id":"n8268193837","geometry":{"type":"Point","coordinates":[-0.636398,51.4783235]},"properties":{"@type":"node","@id":8268193837,"@timestamp":1609190104},"coords":"51.4783235,-0.636398","bedrooms":"4","price":"200000","area":"532"} , +{"type":"Feature","id":"n8268193847","geometry":{"type":"Point","coordinates":[-0.6320828,51.4762186]},"properties":{"@type":"node","@id":8268193847,"@timestamp":1609190104},"coords":"51.4762186,-0.6320828","bedrooms":"1","price":"266000","area":"560"} , +{"type":"Feature","id":"n8268193857","geometry":{"type":"Point","coordinates":[-0.6294912,51.4719739]},"properties":{"@type":"node","@id":8268193857,"@timestamp":1609190104},"coords":"51.4719739,-0.6294912","bedrooms":"0","price":"155000","area":"449"} , +{"type":"Feature","id":"n8268301143","geometry":{"type":"Point","coordinates":[0.1308735,51.6683459]},"properties":{"@type":"node","@id":8268301143,"@timestamp":1609192839},"coords":"51.6683459,0.1308735","bedrooms":"0","price":"259000","area":"573"} , +{"type":"Feature","id":"n8268301173","geometry":{"type":"Point","coordinates":[0.1232066,51.6660637]},"properties":{"@type":"node","@id":8268301173,"@timestamp":1609192839},"coords":"51.6660637,0.1232066","bedrooms":"0","price":"183000","area":"635"} , +{"type":"Feature","id":"n8268301183","geometry":{"type":"Point","coordinates":[0.1230041,51.6659348]},"properties":{"@type":"node","@id":8268301183,"@timestamp":1609192839},"coords":"51.6659348,0.1230041","bedrooms":"1","price":"211000","area":"645"} , +{"type":"Feature","id":"n8268301193","geometry":{"type":"Point","coordinates":[0.1232093,51.6656187]},"properties":{"@type":"node","@id":8268301193,"@timestamp":1609192839},"coords":"51.6656187,0.1232093","bedrooms":"0","price":"288000","area":"467"} , +{"type":"Feature","id":"n8268303260","geometry":{"type":"Point","coordinates":[0.1208938,51.6634722]},"properties":{"@type":"node","@id":8268303260,"@timestamp":1609192839},"coords":"51.6634722,0.1208938","bedrooms":"3","price":"218000","area":"419"} , +{"type":"Feature","id":"n8268342714","geometry":{"type":"Point","coordinates":[0.1848989,51.4183469]},"properties":{"@type":"node","@id":8268342714,"@timestamp":1609197014},"coords":"51.4183469,0.1848989","bedrooms":"4","price":"218000","area":"494"} , +{"type":"Feature","id":"n8268405124","geometry":{"type":"Point","coordinates":[-0.2063039,51.4130184]},"properties":{"@type":"node","@id":8268405124,"@timestamp":1609197428},"coords":"51.4130184,-0.2063039","bedrooms":"3","price":"275000","area":"607"} , +{"type":"Feature","id":"n8268414951","geometry":{"type":"Point","coordinates":[0.0969714,51.7857567]},"properties":{"@type":"node","@id":8268414951,"@timestamp":1631237365},"coords":"51.7857567,0.0969714","bedrooms":"4","price":"210000","area":"669"} , +{"type":"Feature","id":"n8268415888","geometry":{"type":"Point","coordinates":[0.1102401,51.7875206]},"properties":{"@type":"node","@id":8268415888,"@timestamp":1631655922},"coords":"51.7875206,0.1102401","bedrooms":"4","price":"282000","area":"666"} , +{"type":"Feature","id":"n8268495282","geometry":{"type":"Point","coordinates":[0.1202753,51.6592804]},"properties":{"@type":"node","@id":8268495282,"@timestamp":1609202601},"coords":"51.6592804,0.1202753","bedrooms":"1","price":"267000","area":"537"} , +{"type":"Feature","id":"n8268629162","geometry":{"type":"Point","coordinates":[-0.132996,51.5708966]},"properties":{"@type":"node","@id":8268629162,"@timestamp":1609204009},"coords":"51.5708966,-0.132996","bedrooms":"2","price":"234000","area":"402"} , +{"type":"Feature","id":"n8268629216","geometry":{"type":"Point","coordinates":[-0.132169,51.571194]},"properties":{"@type":"node","@id":8268629216,"@timestamp":1609204009},"coords":"51.571194,-0.132169","bedrooms":"0","price":"163000","area":"382"} , +{"type":"Feature","id":"n8268631863","geometry":{"type":"Point","coordinates":[-0.1314074,51.5714646]},"properties":{"@type":"node","@id":8268631863,"@timestamp":1609204009},"coords":"51.5714646,-0.1314074","bedrooms":"0","price":"177000","area":"404"} , +{"type":"Feature","id":"n8268759369","geometry":{"type":"Point","coordinates":[0.0060296,51.5464544]},"properties":{"@type":"node","@id":8268759369,"@timestamp":1610825053},"coords":"51.5464544,0.0060296","bedrooms":"4","price":"212000","area":"419"} , +{"type":"Feature","id":"n8268797264","geometry":{"type":"Point","coordinates":[-0.008125,51.547275]},"properties":{"@type":"node","@id":8268797264,"@timestamp":1633629313},"coords":"51.547275,-0.008125","bedrooms":"4","price":"183000","area":"479"} , +{"type":"Feature","id":"n8268882667","geometry":{"type":"Point","coordinates":[-0.0109516,51.5441493]},"properties":{"@type":"node","@id":8268882667,"@timestamp":1609216123},"coords":"51.5441493,-0.0109516","bedrooms":"4","price":"160000","area":"447"} , +{"type":"Feature","id":"n8269115059","geometry":{"type":"Point","coordinates":[-1.0224675,51.9416746]},"properties":{"@type":"node","@id":8269115059,"@timestamp":1609223430},"coords":"51.9416746,-1.0224675","bedrooms":"2","price":"194000","area":"666"} , +{"type":"Feature","id":"n8269280209","geometry":{"type":"Point","coordinates":[-0.0972818,51.5904957]},"properties":{"@type":"node","@id":8269280209,"@timestamp":1609228961},"coords":"51.5904957,-0.0972818","bedrooms":"3","price":"185000","area":"647"} , +{"type":"Feature","id":"n8269609543","geometry":{"type":"Point","coordinates":[0.2309574,51.3650449]},"properties":{"@type":"node","@id":8269609543,"@timestamp":1609236993},"coords":"51.3650449,0.2309574","bedrooms":"2","price":"211000","area":"419"} , +{"type":"Feature","id":"n8269642257","geometry":{"type":"Point","coordinates":[0.1152313,51.6544714]},"properties":{"@type":"node","@id":8269642257,"@timestamp":1609237637},"coords":"51.6544714,0.1152313","bedrooms":"3","price":"233000","area":"612"} , +{"type":"Feature","id":"n8269756279","geometry":{"type":"Point","coordinates":[-0.6093872,51.5267124]},"properties":{"@type":"node","@id":8269756279,"@timestamp":1609240032},"coords":"51.5267124,-0.6093872","bedrooms":"1","price":"158000","area":"402"} , +{"type":"Feature","id":"n8270003456","geometry":{"type":"Point","coordinates":[0.1101848,51.6479392]},"properties":{"@type":"node","@id":8270003456,"@timestamp":1609246131},"coords":"51.6479392,0.1101848","bedrooms":"0","price":"281000","area":"386"} , +{"type":"Feature","id":"n8270034721","geometry":{"type":"Point","coordinates":[0.1186717,51.6482397]},"properties":{"@type":"node","@id":8270034721,"@timestamp":1609246131},"coords":"51.6482397,0.1186717","bedrooms":"0","price":"222000","area":"461"} , +{"type":"Feature","id":"n8270034782","geometry":{"type":"Point","coordinates":[0.1239177,51.6506918]},"properties":{"@type":"node","@id":8270034782,"@timestamp":1609246131},"coords":"51.6506918,0.1239177","bedrooms":"1","price":"193000","area":"567"} , +{"type":"Feature","id":"n8270034822","geometry":{"type":"Point","coordinates":[0.1228327,51.6524284]},"properties":{"@type":"node","@id":8270034822,"@timestamp":1609246131},"coords":"51.6524284,0.1228327","bedrooms":"3","price":"222000","area":"568"} , +{"type":"Feature","id":"n8270141934","geometry":{"type":"Point","coordinates":[-0.0988475,51.5790664]},"properties":{"@type":"node","@id":8270141934,"@timestamp":1609250110},"coords":"51.5790664,-0.0988475","bedrooms":"2","price":"204000","area":"443"} , +{"type":"Feature","id":"n8270176316","geometry":{"type":"Point","coordinates":[-0.1727438,51.4891536]},"properties":{"@type":"node","@id":8270176316,"@timestamp":1609250586},"coords":"51.4891536,-0.1727438","bedrooms":"3","price":"173000","area":"390"} , +{"type":"Feature","id":"n8270202441","geometry":{"type":"Point","coordinates":[-0.1726136,51.4890063]},"properties":{"@type":"node","@id":8270202441,"@timestamp":1609250586},"coords":"51.4890063,-0.1726136","bedrooms":"1","price":"228000","area":"603"} , +{"type":"Feature","id":"n8270303475","geometry":{"type":"Point","coordinates":[-0.4979855,51.3496998]},"properties":{"@type":"node","@id":8270303475,"@timestamp":1609254530},"coords":"51.3496998,-0.4979855","bedrooms":"1","price":"191000","area":"608"} , +{"type":"Feature","id":"n8270404476","geometry":{"type":"Point","coordinates":[0.0309723,51.4999075]},"properties":{"@type":"node","@id":8270404476,"@timestamp":1614546146},"coords":"51.4999075,0.0309723","bedrooms":"0","price":"241000","area":"573"} , +{"type":"Feature","id":"n8270408662","geometry":{"type":"Point","coordinates":[0.0309517,51.5018824]},"properties":{"@type":"node","@id":8270408662,"@timestamp":1609256213},"coords":"51.5018824,0.0309517","bedrooms":"0","price":"234000","area":"367"} , +{"type":"Feature","id":"n8270455670","geometry":{"type":"Point","coordinates":[0.0445991,51.5078445]},"properties":{"@type":"node","@id":8270455670,"@timestamp":1609257149},"coords":"51.5078445,0.0445991","bedrooms":"4","price":"242000","area":"424"} , +{"type":"Feature","id":"n8270457363","geometry":{"type":"Point","coordinates":[-0.4965308,51.350415]},"properties":{"@type":"node","@id":8270457363,"@timestamp":1609256794},"coords":"51.350415,-0.4965308","bedrooms":"3","price":"267000","area":"681"} , +{"type":"Feature","id":"n8270502962","geometry":{"type":"Point","coordinates":[0.1164025,51.6474163]},"properties":{"@type":"node","@id":8270502962,"@timestamp":1609257729},"coords":"51.6474163,0.1164025","bedrooms":"0","price":"275000","area":"683"} , +{"type":"Feature","id":"n8270551551","geometry":{"type":"Point","coordinates":[-0.1722437,51.4895214]},"properties":{"@type":"node","@id":8270551551,"@timestamp":1609258274},"coords":"51.4895214,-0.1722437","bedrooms":"2","price":"205000","area":"582"} , +{"type":"Feature","id":"n8270580000","geometry":{"type":"Point","coordinates":[0.8533829,51.1608631]},"properties":{"@type":"node","@id":8270580000,"@timestamp":1609259010},"coords":"51.1608631,0.8533829","bedrooms":"4","price":"162000","area":"679"} , +{"type":"Feature","id":"n8270583446","geometry":{"type":"Point","coordinates":[-0.6396707,51.4714102]},"properties":{"@type":"node","@id":8270583446,"@timestamp":1609259114},"coords":"51.4714102,-0.6396707","bedrooms":"0","price":"283000","area":"541"} , +{"type":"Feature","id":"n8270583508","geometry":{"type":"Point","coordinates":[-0.6371226,51.471959]},"properties":{"@type":"node","@id":8270583508,"@timestamp":1609259114},"coords":"51.471959,-0.6371226","bedrooms":"4","price":"286000","area":"421"} , +{"type":"Feature","id":"n8270583538","geometry":{"type":"Point","coordinates":[-0.6458373,51.4756593]},"properties":{"@type":"node","@id":8270583538,"@timestamp":1609259114},"coords":"51.4756593,-0.6458373","bedrooms":"4","price":"183000","area":"406"} , +{"type":"Feature","id":"n8270601047","geometry":{"type":"Point","coordinates":[-0.1635625,51.5222487]},"properties":{"@type":"node","@id":8270601047,"@timestamp":1625952061},"coords":"51.5222487,-0.1635625","bedrooms":"1","price":"172000","area":"498"} , +{"type":"Feature","id":"n8270630282","geometry":{"type":"Point","coordinates":[-0.1607502,51.9049731]},"properties":{"@type":"node","@id":8270630282,"@timestamp":1609260232},"coords":"51.9049731,-0.1607502","bedrooms":"0","price":"277000","area":"496"} , +{"type":"Feature","id":"n8270729354","geometry":{"type":"Point","coordinates":[-0.1368903,51.4201953]},"properties":{"@type":"node","@id":8270729354,"@timestamp":1609262657},"coords":"51.4201953,-0.1368903","bedrooms":"1","price":"199000","area":"695"} , +{"type":"Feature","id":"n8270754203","geometry":{"type":"Point","coordinates":[0.2519437,51.8788582]},"properties":{"@type":"node","@id":8270754203,"@timestamp":1628819988},"coords":"51.8788582,0.2519437","bedrooms":"1","price":"231000","area":"502"} , +{"type":"Feature","id":"n8270759647","geometry":{"type":"Point","coordinates":[-0.1312326,51.423017]},"properties":{"@type":"node","@id":8270759647,"@timestamp":1609263965},"coords":"51.423017,-0.1312326","bedrooms":"0","price":"174000","area":"540"} , +{"type":"Feature","id":"n8270759663","geometry":{"type":"Point","coordinates":[-0.13209,51.4227941]},"properties":{"@type":"node","@id":8270759663,"@timestamp":1609263965},"coords":"51.4227941,-0.13209","bedrooms":"0","price":"249000","area":"417"} , +{"type":"Feature","id":"n8270759701","geometry":{"type":"Point","coordinates":[-0.1286726,51.4228731]},"properties":{"@type":"node","@id":8270759701,"@timestamp":1609263965},"coords":"51.4228731,-0.1286726","bedrooms":"3","price":"186000","area":"645"} , +{"type":"Feature","id":"n8270759711","geometry":{"type":"Point","coordinates":[-0.1287644,51.4225885]},"properties":{"@type":"node","@id":8270759711,"@timestamp":1609263965},"coords":"51.4225885,-0.1287644","bedrooms":"2","price":"232000","area":"499"} , +{"type":"Feature","id":"n8270788623","geometry":{"type":"Point","coordinates":[-0.1287608,51.422273]},"properties":{"@type":"node","@id":8270788623,"@timestamp":1609263965},"coords":"51.422273,-0.1287608","bedrooms":"0","price":"203000","area":"534"} , +{"type":"Feature","id":"n8270797428","geometry":{"type":"Point","coordinates":[-0.1283787,51.4218142]},"properties":{"@type":"node","@id":8270797428,"@timestamp":1609264175},"coords":"51.4218142,-0.1283787","bedrooms":"2","price":"183000","area":"475"} , +{"type":"Feature","id":"n8270797443","geometry":{"type":"Point","coordinates":[-0.127438,51.4210522]},"properties":{"@type":"node","@id":8270797443,"@timestamp":1609264175},"coords":"51.4210522,-0.127438","bedrooms":"4","price":"257000","area":"366"} , +{"type":"Feature","id":"n8270811656","geometry":{"type":"Point","coordinates":[-0.6324476,51.4700611]},"properties":{"@type":"node","@id":8270811656,"@timestamp":1609265157},"coords":"51.4700611,-0.6324476","bedrooms":"2","price":"285000","area":"638"} , +{"type":"Feature","id":"n8270820585","geometry":{"type":"Point","coordinates":[-0.1155904,51.4180586]},"properties":{"@type":"node","@id":8270820585,"@timestamp":1609265326},"coords":"51.4180586,-0.1155904","bedrooms":"2","price":"243000","area":"502"} , +{"type":"Feature","id":"n8270820598","geometry":{"type":"Point","coordinates":[-0.1139217,51.41786]},"properties":{"@type":"node","@id":8270820598,"@timestamp":1609265326},"coords":"51.41786,-0.1139217","bedrooms":"2","price":"268000","area":"694"} , +{"type":"Feature","id":"n8270828217","geometry":{"type":"Point","coordinates":[-0.1122142,51.4161783]},"properties":{"@type":"node","@id":8270828217,"@timestamp":1609265326},"coords":"51.4161783,-0.1122142","bedrooms":"1","price":"272000","area":"470"} , +{"type":"Feature","id":"n8270828260","geometry":{"type":"Point","coordinates":[-0.1128626,51.4164024]},"properties":{"@type":"node","@id":8270828260,"@timestamp":1609265326},"coords":"51.4164024,-0.1128626","bedrooms":"2","price":"254000","area":"515"} , +{"type":"Feature","id":"n8270828325","geometry":{"type":"Point","coordinates":[-0.1104851,51.4156898]},"properties":{"@type":"node","@id":8270828325,"@timestamp":1609265326},"coords":"51.4156898,-0.1104851","bedrooms":"2","price":"218000","area":"354"} , +{"type":"Feature","id":"n8270835513","geometry":{"type":"Point","coordinates":[-0.0999609,51.4178507]},"properties":{"@type":"node","@id":8270835513,"@timestamp":1623507861},"coords":"51.4178507,-0.0999609","bedrooms":"3","price":"180000","area":"473"} , +{"type":"Feature","id":"n8270838986","geometry":{"type":"Point","coordinates":[0.1247549,51.6476903]},"properties":{"@type":"node","@id":8270838986,"@timestamp":1609266252},"coords":"51.6476903,0.1247549","bedrooms":"4","price":"188000","area":"599"} , +{"type":"Feature","id":"n8270867969","geometry":{"type":"Point","coordinates":[-0.1040945,51.4165613]},"properties":{"@type":"node","@id":8270867969,"@timestamp":1609265968},"coords":"51.4165613,-0.1040945","bedrooms":"0","price":"256000","area":"461"} , +{"type":"Feature","id":"n8270922031","geometry":{"type":"Point","coordinates":[0.1190543,51.6465259]},"properties":{"@type":"node","@id":8270922031,"@timestamp":1609266252},"coords":"51.6465259,0.1190543","bedrooms":"1","price":"258000","area":"421"} , +{"type":"Feature","id":"n8271014594","geometry":{"type":"Point","coordinates":[-0.0976682,51.4168388]},"properties":{"@type":"node","@id":8271014594,"@timestamp":1623507866},"coords":"51.4168388,-0.0976682","bedrooms":"2","price":"168000","area":"454"} , +{"type":"Feature","id":"n8271015724","geometry":{"type":"Point","coordinates":[-0.0966555,51.4176599]},"properties":{"@type":"node","@id":8271015724,"@timestamp":1623508797},"coords":"51.4176599,-0.0966555","bedrooms":"1","price":"298000","area":"377"} , +{"type":"Feature","id":"n8271023179","geometry":{"type":"Point","coordinates":[-0.0964128,51.4178177]},"properties":{"@type":"node","@id":8271023179,"@timestamp":1609266802},"coords":"51.4178177,-0.0964128","bedrooms":"1","price":"237000","area":"617"} , +{"type":"Feature","id":"n8271101532","geometry":{"type":"Point","coordinates":[-0.0942495,51.4174134]},"properties":{"@type":"node","@id":8271101532,"@timestamp":1609267150},"coords":"51.4174134,-0.0942495","bedrooms":"2","price":"291000","area":"615"} , +{"type":"Feature","id":"n8271244999","geometry":{"type":"Point","coordinates":[-0.6869055,51.4950863]},"properties":{"@type":"node","@id":8271244999,"@timestamp":1609267800},"coords":"51.4950863,-0.6869055","bedrooms":"4","price":"190000","area":"575"} , +{"type":"Feature","id":"n8271245009","geometry":{"type":"Point","coordinates":[-0.6923568,51.4958413]},"properties":{"@type":"node","@id":8271245009,"@timestamp":1609267800},"coords":"51.4958413,-0.6923568","bedrooms":"4","price":"222000","area":"399"} , +{"type":"Feature","id":"n8271246219","geometry":{"type":"Point","coordinates":[-0.7045532,51.49529]},"properties":{"@type":"node","@id":8271246219,"@timestamp":1609267800},"coords":"51.49529,-0.7045532","bedrooms":"1","price":"285000","area":"653"} , +{"type":"Feature","id":"n8271330098","geometry":{"type":"Point","coordinates":[-0.088635,51.4165194]},"properties":{"@type":"node","@id":8271330098,"@timestamp":1623508827},"coords":"51.4165194,-0.088635","bedrooms":"2","price":"236000","area":"570"} , +{"type":"Feature","id":"n8271414229","geometry":{"type":"Point","coordinates":[-0.0889959,51.4168966]},"properties":{"@type":"node","@id":8271414229,"@timestamp":1623508825},"coords":"51.4168966,-0.0889959","bedrooms":"4","price":"183000","area":"658"} , +{"type":"Feature","id":"n8271474532","geometry":{"type":"Point","coordinates":[-0.0896977,51.4162646]},"properties":{"@type":"node","@id":8271474532,"@timestamp":1609270464},"coords":"51.4162646,-0.0896977","bedrooms":"4","price":"157000","area":"512"} , +{"type":"Feature","id":"n8271474572","geometry":{"type":"Point","coordinates":[-0.0796001,51.4166735]},"properties":{"@type":"node","@id":8271474572,"@timestamp":1609270464},"coords":"51.4166735,-0.0796001","bedrooms":"4","price":"229000","area":"488"} , +{"type":"Feature","id":"n8271843898","geometry":{"type":"Point","coordinates":[-0.0733674,51.4171383]},"properties":{"@type":"node","@id":8271843898,"@timestamp":1609273704},"coords":"51.4171383,-0.0733674","bedrooms":"4","price":"178000","area":"403"} , +{"type":"Feature","id":"n8271950260","geometry":{"type":"Point","coordinates":[-0.075221,51.417663]},"properties":{"@type":"node","@id":8271950260,"@timestamp":1609273704},"coords":"51.417663,-0.075221","bedrooms":"2","price":"208000","area":"378"} , +{"type":"Feature","id":"n8272063245","geometry":{"type":"Point","coordinates":[0.1200503,51.6432052]},"properties":{"@type":"node","@id":8272063245,"@timestamp":1609274638},"coords":"51.6432052,0.1200503","bedrooms":"1","price":"167000","area":"630"} , +{"type":"Feature","id":"n8272063360","geometry":{"type":"Point","coordinates":[0.123392,51.641926]},"properties":{"@type":"node","@id":8272063360,"@timestamp":1609274638},"coords":"51.641926,0.123392","bedrooms":"4","price":"171000","area":"612"} , +{"type":"Feature","id":"n8272351503","geometry":{"type":"Point","coordinates":[-0.1720559,51.4892789]},"properties":{"@type":"node","@id":8272351503,"@timestamp":1609283488},"coords":"51.4892789,-0.1720559","bedrooms":"4","price":"161000","area":"664"} , +{"type":"Feature","id":"n8272382705","geometry":{"type":"Point","coordinates":[-0.4427934,51.6346199]},"properties":{"@type":"node","@id":8272382705,"@timestamp":1609282482},"coords":"51.6346199,-0.4427934","bedrooms":"3","price":"191000","area":"640"} , +{"type":"Feature","id":"n8272409848","geometry":{"type":"Point","coordinates":[-0.1713321,51.4884521]},"properties":{"@type":"node","@id":8272409848,"@timestamp":1609283488},"coords":"51.4884521,-0.1713321","bedrooms":"3","price":"286000","area":"569"} , +{"type":"Feature","id":"n8272409889","geometry":{"type":"Point","coordinates":[-0.170785,51.4879205]},"properties":{"@type":"node","@id":8272409889,"@timestamp":1609285249},"coords":"51.4879205,-0.170785","bedrooms":"2","price":"192000","area":"427"} , +{"type":"Feature","id":"n8272485053","geometry":{"type":"Point","coordinates":[0.2221555,51.8826207]},"properties":{"@type":"node","@id":8272485053,"@timestamp":1609286590},"coords":"51.8826207,0.2221555","bedrooms":"3","price":"243000","area":"397"} , +{"type":"Feature","id":"n8272503511","geometry":{"type":"Point","coordinates":[-0.2771673,51.4690615]},"properties":{"@type":"node","@id":8272503511,"@timestamp":1625930785},"coords":"51.4690615,-0.2771673","bedrooms":"0","price":"251000","area":"439"} , +{"type":"Feature","id":"n8272716425","geometry":{"type":"Point","coordinates":[-0.2669439,51.3832077]},"properties":{"@type":"node","@id":8272716425,"@timestamp":1609299209},"coords":"51.3832077,-0.2669439","bedrooms":"3","price":"254000","area":"442"} , +{"type":"Feature","id":"n8273163679","geometry":{"type":"Point","coordinates":[0.1262086,51.6059925]},"properties":{"@type":"node","@id":8273163679,"@timestamp":1610020331},"coords":"51.6059925,0.1262086","bedrooms":"4","price":"228000","area":"506"} , +{"type":"Feature","id":"n8273163689","geometry":{"type":"Point","coordinates":[0.1271503,51.6050808]},"properties":{"@type":"node","@id":8273163689,"@timestamp":1610020331},"coords":"51.6050808,0.1271503","bedrooms":"3","price":"221000","area":"460"} , +{"type":"Feature","id":"n8273163699","geometry":{"type":"Point","coordinates":[0.1274882,51.605793]},"properties":{"@type":"node","@id":8273163699,"@timestamp":1610020331},"coords":"51.605793,0.1274882","bedrooms":"4","price":"187000","area":"606"} , +{"type":"Feature","id":"n8273790848","geometry":{"type":"Point","coordinates":[-0.1104507,51.57769]},"properties":{"@type":"node","@id":8273790848,"@timestamp":1609328690},"coords":"51.57769,-0.1104507","bedrooms":"0","price":"230000","area":"581"} , +{"type":"Feature","id":"n8273790858","geometry":{"type":"Point","coordinates":[-0.111263,51.5774369]},"properties":{"@type":"node","@id":8273790858,"@timestamp":1609328690},"coords":"51.5774369,-0.111263","bedrooms":"3","price":"284000","area":"457"} , +{"type":"Feature","id":"n8273790868","geometry":{"type":"Point","coordinates":[-0.1124194,51.5773129]},"properties":{"@type":"node","@id":8273790868,"@timestamp":1609328690},"coords":"51.5773129,-0.1124194","bedrooms":"4","price":"224000","area":"400"} , +{"type":"Feature","id":"n8273790881","geometry":{"type":"Point","coordinates":[-0.110577,51.5770302]},"properties":{"@type":"node","@id":8273790881,"@timestamp":1609328690},"coords":"51.5770302,-0.110577","bedrooms":"4","price":"213000","area":"455"} , +{"type":"Feature","id":"n8273790891","geometry":{"type":"Point","coordinates":[-0.1114922,51.5768175]},"properties":{"@type":"node","@id":8273790891,"@timestamp":1609328690},"coords":"51.5768175,-0.1114922","bedrooms":"4","price":"205000","area":"389"} , +{"type":"Feature","id":"n8273897916","geometry":{"type":"Point","coordinates":[-0.1092343,51.5782865]},"properties":{"@type":"node","@id":8273897916,"@timestamp":1609330908},"coords":"51.5782865,-0.1092343","bedrooms":"2","price":"245000","area":"367"} , +{"type":"Feature","id":"n8273901526","geometry":{"type":"Point","coordinates":[-0.109995,51.577942]},"properties":{"@type":"node","@id":8273901526,"@timestamp":1609330908},"coords":"51.577942,-0.109995","bedrooms":"4","price":"279000","area":"570"} , +{"type":"Feature","id":"n8273901536","geometry":{"type":"Point","coordinates":[-0.1089535,51.5784001]},"properties":{"@type":"node","@id":8273901536,"@timestamp":1609330908},"coords":"51.5784001,-0.1089535","bedrooms":"3","price":"209000","area":"584"} , +{"type":"Feature","id":"n8273901546","geometry":{"type":"Point","coordinates":[-0.1080581,51.5781598]},"properties":{"@type":"node","@id":8273901546,"@timestamp":1609330908},"coords":"51.5781598,-0.1080581","bedrooms":"4","price":"263000","area":"489"} , +{"type":"Feature","id":"n8273901556","geometry":{"type":"Point","coordinates":[-0.1091047,51.577648]},"properties":{"@type":"node","@id":8273901556,"@timestamp":1609330908},"coords":"51.577648,-0.1091047","bedrooms":"2","price":"283000","area":"410"} , +{"type":"Feature","id":"n8274004029","geometry":{"type":"Point","coordinates":[-0.0188189,51.5452264]},"properties":{"@type":"node","@id":8274004029,"@timestamp":1625506342},"coords":"51.5452264,-0.0188189","bedrooms":"2","price":"238000","area":"559"} , +{"type":"Feature","id":"n8274051669","geometry":{"type":"Point","coordinates":[-0.0571614,51.6042635]},"properties":{"@type":"node","@id":8274051669,"@timestamp":1609335300},"coords":"51.6042635,-0.0571614","bedrooms":"4","price":"256000","area":"527"} , +{"type":"Feature","id":"n8274121128","geometry":{"type":"Point","coordinates":[-0.6715025,51.4760528]},"properties":{"@type":"node","@id":8274121128,"@timestamp":1609336425},"coords":"51.4760528,-0.6715025","bedrooms":"3","price":"161000","area":"590"} , +{"type":"Feature","id":"n8274121157","geometry":{"type":"Point","coordinates":[-0.7091351,51.4912543]},"properties":{"@type":"node","@id":8274121157,"@timestamp":1609336425},"coords":"51.4912543,-0.7091351","bedrooms":"4","price":"230000","area":"414"} , +{"type":"Feature","id":"n8274127793","geometry":{"type":"Point","coordinates":[0.1109668,51.6455582]},"properties":{"@type":"node","@id":8274127793,"@timestamp":1609336914},"coords":"51.6455582,0.1109668","bedrooms":"1","price":"170000","area":"620"} , +{"type":"Feature","id":"n8274148651","geometry":{"type":"Point","coordinates":[0.1094504,51.6475388]},"properties":{"@type":"node","@id":8274148651,"@timestamp":1609336914},"coords":"51.6475388,0.1094504","bedrooms":"2","price":"187000","area":"663"} , +{"type":"Feature","id":"n8274148695","geometry":{"type":"Point","coordinates":[0.113723,51.6460339]},"properties":{"@type":"node","@id":8274148695,"@timestamp":1609336914},"coords":"51.6460339,0.113723","bedrooms":"4","price":"185000","area":"650"} , +{"type":"Feature","id":"n8274175447","geometry":{"type":"Point","coordinates":[-0.0643917,51.6028393]},"properties":{"@type":"node","@id":8274175447,"@timestamp":1609338330},"coords":"51.6028393,-0.0643917","bedrooms":"3","price":"229000","area":"671"} , +{"type":"Feature","id":"n8274213445","geometry":{"type":"Point","coordinates":[-0.0662605,51.6062337]},"properties":{"@type":"node","@id":8274213445,"@timestamp":1609338543},"coords":"51.6062337,-0.0662605","bedrooms":"0","price":"165000","area":"631"} , +{"type":"Feature","id":"n8274228660","geometry":{"type":"Point","coordinates":[-0.0681264,51.6061494]},"properties":{"@type":"node","@id":8274228660,"@timestamp":1609338720},"coords":"51.6061494,-0.0681264","bedrooms":"1","price":"224000","area":"694"} , +{"type":"Feature","id":"n8274235902","geometry":{"type":"Point","coordinates":[-0.0681301,51.6057523]},"properties":{"@type":"node","@id":8274235902,"@timestamp":1609339111},"coords":"51.6057523,-0.0681301","bedrooms":"2","price":"194000","area":"534"} , +{"type":"Feature","id":"n8274246692","geometry":{"type":"Point","coordinates":[-0.6473923,51.4756331]},"properties":{"@type":"node","@id":8274246692,"@timestamp":1609340025},"coords":"51.4756331,-0.6473923","bedrooms":"0","price":"176000","area":"600"} , +{"type":"Feature","id":"n8274297824","geometry":{"type":"Point","coordinates":[-0.6520703,51.4695444]},"properties":{"@type":"node","@id":8274297824,"@timestamp":1609340738},"coords":"51.4695444,-0.6520703","bedrooms":"0","price":"173000","area":"543"} , +{"type":"Feature","id":"n8274341103","geometry":{"type":"Point","coordinates":[0.1239838,51.6361207]},"properties":{"@type":"node","@id":8274341103,"@timestamp":1609341522},"coords":"51.6361207,0.1239838","bedrooms":"1","price":"245000","area":"507"} , +{"type":"Feature","id":"n8274342717","geometry":{"type":"Point","coordinates":[0.1242762,51.6367689]},"properties":{"@type":"node","@id":8274342717,"@timestamp":1609341522},"coords":"51.6367689,0.1242762","bedrooms":"2","price":"200000","area":"616"} , +{"type":"Feature","id":"n8274342727","geometry":{"type":"Point","coordinates":[0.1248281,51.6372533]},"properties":{"@type":"node","@id":8274342727,"@timestamp":1609341522},"coords":"51.6372533,0.1248281","bedrooms":"0","price":"251000","area":"535"} , +{"type":"Feature","id":"n8274342737","geometry":{"type":"Point","coordinates":[0.125142,51.6366506]},"properties":{"@type":"node","@id":8274342737,"@timestamp":1609341522},"coords":"51.6366506,0.125142","bedrooms":"2","price":"208000","area":"697"} , +{"type":"Feature","id":"n8274342857","geometry":{"type":"Point","coordinates":[0.1245505,51.6364131]},"properties":{"@type":"node","@id":8274342857,"@timestamp":1609341522},"coords":"51.6364131,0.1245505","bedrooms":"1","price":"158000","area":"659"} , +{"type":"Feature","id":"n8274363606","geometry":{"type":"Point","coordinates":[-0.0677885,51.6025538]},"properties":{"@type":"node","@id":8274363606,"@timestamp":1609342726},"coords":"51.6025538,-0.0677885","bedrooms":"0","price":"273000","area":"611"} , +{"type":"Feature","id":"n8274394746","geometry":{"type":"Point","coordinates":[-0.0875002,51.5869333]},"properties":{"@type":"node","@id":8274394746,"@timestamp":1609343230},"coords":"51.5869333,-0.0875002","bedrooms":"3","price":"161000","area":"504"} , +{"type":"Feature","id":"n8274529572","geometry":{"type":"Point","coordinates":[-0.0679785,51.604863]},"properties":{"@type":"node","@id":8274529572,"@timestamp":1609346800},"coords":"51.604863,-0.0679785","bedrooms":"4","price":"245000","area":"537"} , +{"type":"Feature","id":"n8274669045","geometry":{"type":"Point","coordinates":[0.296301,51.2055066]},"properties":{"@type":"node","@id":8274669045,"@timestamp":1619425127},"coords":"51.2055066,0.296301","bedrooms":"4","price":"170000","area":"664"} , +{"type":"Feature","id":"n8274670392","geometry":{"type":"Point","coordinates":[0.0048394,51.5366227]},"properties":{"@type":"node","@id":8274670392,"@timestamp":1614533350},"coords":"51.5366227,0.0048394","bedrooms":"4","price":"168000","area":"685"} , +{"type":"Feature","id":"n8274772259","geometry":{"type":"Point","coordinates":[0.1300732,51.6400788]},"properties":{"@type":"node","@id":8274772259,"@timestamp":1609351470},"coords":"51.6400788,0.1300732","bedrooms":"4","price":"221000","area":"595"} , +{"type":"Feature","id":"n8274772269","geometry":{"type":"Point","coordinates":[0.1288081,51.6404743]},"properties":{"@type":"node","@id":8274772269,"@timestamp":1609351470},"coords":"51.6404743,0.1288081","bedrooms":"1","price":"279000","area":"531"} , +{"type":"Feature","id":"n8274772279","geometry":{"type":"Point","coordinates":[0.1275602,51.6400235]},"properties":{"@type":"node","@id":8274772279,"@timestamp":1609351470},"coords":"51.6400235,0.1275602","bedrooms":"2","price":"223000","area":"511"} , +{"type":"Feature","id":"n8274772289","geometry":{"type":"Point","coordinates":[0.1291054,51.638815]},"properties":{"@type":"node","@id":8274772289,"@timestamp":1609351470},"coords":"51.638815,0.1291054","bedrooms":"0","price":"167000","area":"382"} , +{"type":"Feature","id":"n8274772299","geometry":{"type":"Point","coordinates":[0.1302226,51.6401475]},"properties":{"@type":"node","@id":8274772299,"@timestamp":1609351470},"coords":"51.6401475,0.1302226","bedrooms":"1","price":"234000","area":"614"} , +{"type":"Feature","id":"n8274772379","geometry":{"type":"Point","coordinates":[0.1327123,51.6371816]},"properties":{"@type":"node","@id":8274772379,"@timestamp":1609351470},"coords":"51.6371816,0.1327123","bedrooms":"1","price":"165000","area":"461"} , +{"type":"Feature","id":"n8274819156","geometry":{"type":"Point","coordinates":[-0.1388771,51.0240541]},"properties":{"@type":"node","@id":8274819156,"@timestamp":1609353567},"coords":"51.0240541,-0.1388771","bedrooms":"1","price":"183000","area":"461"} , +{"type":"Feature","id":"n8274853341","geometry":{"type":"Point","coordinates":[-0.133798,51.0191055]},"properties":{"@type":"node","@id":8274853341,"@timestamp":1609353567},"coords":"51.0191055,-0.133798","bedrooms":"4","price":"192000","area":"641"} , +{"type":"Feature","id":"n8274985618","geometry":{"type":"Point","coordinates":[-0.825286,50.9511437]},"properties":{"@type":"node","@id":8274985618,"@timestamp":1609356380},"coords":"50.9511437,-0.825286","bedrooms":"3","price":"289000","area":"436"} , +{"type":"Feature","id":"n8275060309","geometry":{"type":"Point","coordinates":[0.1290405,51.6470787]},"properties":{"@type":"node","@id":8275060309,"@timestamp":1609358995},"coords":"51.6470787,0.1290405","bedrooms":"0","price":"232000","area":"574"} , +{"type":"Feature","id":"n8275060380","geometry":{"type":"Point","coordinates":[0.1265564,51.6491202]},"properties":{"@type":"node","@id":8275060380,"@timestamp":1609358995},"coords":"51.6491202,0.1265564","bedrooms":"4","price":"174000","area":"589"} , +{"type":"Feature","id":"n8275246019","geometry":{"type":"Point","coordinates":[-0.971015,51.4259962]},"properties":{"@type":"node","@id":8275246019,"@timestamp":1609362103},"coords":"51.4259962,-0.971015","bedrooms":"1","price":"242000","area":"512"} , +{"type":"Feature","id":"n8275753885","geometry":{"type":"Point","coordinates":[-0.2217247,51.8647392]},"properties":{"@type":"node","@id":8275753885,"@timestamp":1609366374},"coords":"51.8647392,-0.2217247","bedrooms":"4","price":"246000","area":"420"} , +{"type":"Feature","id":"n8276010400","geometry":{"type":"Point","coordinates":[-0.2087724,51.4190927]},"properties":{"@type":"node","@id":8276010400,"@timestamp":1609368182},"coords":"51.4190927,-0.2087724","bedrooms":"4","price":"291000","area":"391"} , +{"type":"Feature","id":"n8276440059","geometry":{"type":"Point","coordinates":[0.2452558,51.3924002]},"properties":{"@type":"node","@id":8276440059,"@timestamp":1609373174},"coords":"51.3924002,0.2452558","bedrooms":"0","price":"286000","area":"356"} , +{"type":"Feature","id":"n8276492518","geometry":{"type":"Point","coordinates":[-0.5213653,51.4295601]},"properties":{"@type":"node","@id":8276492518,"@timestamp":1609372902},"coords":"51.4295601,-0.5213653","bedrooms":"0","price":"250000","area":"381"} , +{"type":"Feature","id":"n8276807014","geometry":{"type":"Point","coordinates":[-0.6504348,51.5356117]},"properties":{"@type":"node","@id":8276807014,"@timestamp":1609388179},"coords":"51.5356117,-0.6504348","bedrooms":"4","price":"250000","area":"692"} , +{"type":"Feature","id":"n8277331999","geometry":{"type":"Point","coordinates":[0.0645555,51.2829754]},"properties":{"@type":"node","@id":8277331999,"@timestamp":1609403192},"coords":"51.2829754,0.0645555","bedrooms":"4","price":"293000","area":"648"} , +{"type":"Feature","id":"n8277893423","geometry":{"type":"Point","coordinates":[0.1277688,51.6459801]},"properties":{"@type":"node","@id":8277893423,"@timestamp":1609411129},"coords":"51.6459801,0.1277688","bedrooms":"0","price":"229000","area":"685"} , +{"type":"Feature","id":"n8278103853","geometry":{"type":"Point","coordinates":[0.129829,51.6363321]},"properties":{"@type":"node","@id":8278103853,"@timestamp":1609413181},"coords":"51.6363321,0.129829","bedrooms":"0","price":"152000","area":"380"} , +{"type":"Feature","id":"n8278103863","geometry":{"type":"Point","coordinates":[0.1301877,51.6362164]},"properties":{"@type":"node","@id":8278103863,"@timestamp":1609413181},"coords":"51.6362164,0.1301877","bedrooms":"4","price":"192000","area":"356"} , +{"type":"Feature","id":"n8278166165","geometry":{"type":"Point","coordinates":[0.1319774,51.63665]},"properties":{"@type":"node","@id":8278166165,"@timestamp":1609413181},"coords":"51.63665,0.1319774","bedrooms":"0","price":"227000","area":"667"} , +{"type":"Feature","id":"n8278313440","geometry":{"type":"Point","coordinates":[-0.7165243,51.4865291]},"properties":{"@type":"node","@id":8278313440,"@timestamp":1609413787},"coords":"51.4865291,-0.7165243","bedrooms":"4","price":"191000","area":"525"} , +{"type":"Feature","id":"n8278375625","geometry":{"type":"Point","coordinates":[-0.5753415,51.483842]},"properties":{"@type":"node","@id":8278375625,"@timestamp":1609415337},"coords":"51.483842,-0.5753415","bedrooms":"3","price":"220000","area":"621"} , +{"type":"Feature","id":"n8278375649","geometry":{"type":"Point","coordinates":[-0.5697011,51.4810015]},"properties":{"@type":"node","@id":8278375649,"@timestamp":1609415337},"coords":"51.4810015,-0.5697011","bedrooms":"4","price":"195000","area":"645"} , +{"type":"Feature","id":"n8278375660","geometry":{"type":"Point","coordinates":[-0.570479,51.4801199]},"properties":{"@type":"node","@id":8278375660,"@timestamp":1609415337},"coords":"51.4801199,-0.570479","bedrooms":"4","price":"171000","area":"534"} , +{"type":"Feature","id":"n8278622722","geometry":{"type":"Point","coordinates":[-0.4918358,51.4741843]},"properties":{"@type":"node","@id":8278622722,"@timestamp":1609420729},"coords":"51.4741843,-0.4918358","bedrooms":"2","price":"210000","area":"566"} , +{"type":"Feature","id":"n8278632638","geometry":{"type":"Point","coordinates":[-0.4917656,51.4746462]},"properties":{"@type":"node","@id":8278632638,"@timestamp":1609421002},"coords":"51.4746462,-0.4917656","bedrooms":"2","price":"185000","area":"635"} , +{"type":"Feature","id":"n8278847394","geometry":{"type":"Point","coordinates":[-0.4922131,51.474759]},"properties":{"@type":"node","@id":8278847394,"@timestamp":1609423853},"coords":"51.474759,-0.4922131","bedrooms":"2","price":"286000","area":"608"} , +{"type":"Feature","id":"n8278847404","geometry":{"type":"Point","coordinates":[-0.4922967,51.4746424]},"properties":{"@type":"node","@id":8278847404,"@timestamp":1609423853},"coords":"51.4746424,-0.4922967","bedrooms":"3","price":"179000","area":"684"} , +{"type":"Feature","id":"n8278847414","geometry":{"type":"Point","coordinates":[-0.4924641,51.4749361]},"properties":{"@type":"node","@id":8278847414,"@timestamp":1609423853},"coords":"51.4749361,-0.4924641","bedrooms":"3","price":"157000","area":"385"} , +{"type":"Feature","id":"n8278887421","geometry":{"type":"Point","coordinates":[-0.4921229,51.4750006]},"properties":{"@type":"node","@id":8278887421,"@timestamp":1609423853},"coords":"51.4750006,-0.4921229","bedrooms":"2","price":"245000","area":"535"} , +{"type":"Feature","id":"n8278925256","geometry":{"type":"Point","coordinates":[-0.0400971,51.5552753]},"properties":{"@type":"node","@id":8278925256,"@timestamp":1609425142},"coords":"51.5552753,-0.0400971","bedrooms":"4","price":"239000","area":"373"} , +{"type":"Feature","id":"n8279024880","geometry":{"type":"Point","coordinates":[0.1361935,51.6293327]},"properties":{"@type":"node","@id":8279024880,"@timestamp":1609427200},"coords":"51.6293327,0.1361935","bedrooms":"1","price":"189000","area":"437"} , +{"type":"Feature","id":"n8279027054","geometry":{"type":"Point","coordinates":[0.1360162,51.6297512]},"properties":{"@type":"node","@id":8279027054,"@timestamp":1609427200},"coords":"51.6297512,0.1360162","bedrooms":"2","price":"279000","area":"607"} , +{"type":"Feature","id":"n8279054470","geometry":{"type":"Point","coordinates":[-0.0708525,51.5885036]},"properties":{"@type":"node","@id":8279054470,"@timestamp":1609427940},"coords":"51.5885036,-0.0708525","bedrooms":"2","price":"260000","area":"399"} , +{"type":"Feature","id":"n8279175731","geometry":{"type":"Point","coordinates":[-0.2873348,51.1909315]},"properties":{"@type":"node","@id":8279175731,"@timestamp":1609432238},"coords":"51.1909315,-0.2873348","bedrooms":"4","price":"292000","area":"549"} , +{"type":"Feature","id":"n8279230172","geometry":{"type":"Point","coordinates":[0.1287192,51.6341596]},"properties":{"@type":"node","@id":8279230172,"@timestamp":1609432805},"coords":"51.6341596,0.1287192","bedrooms":"4","price":"197000","area":"651"} , +{"type":"Feature","id":"n8279230303","geometry":{"type":"Point","coordinates":[0.1331522,51.631684]},"properties":{"@type":"node","@id":8279230303,"@timestamp":1609432805},"coords":"51.631684,0.1331522","bedrooms":"1","price":"150000","area":"569"} , +{"type":"Feature","id":"n8279319544","geometry":{"type":"Point","coordinates":[-0.4937493,51.3481093]},"properties":{"@type":"node","@id":8279319544,"@timestamp":1609435260},"coords":"51.3481093,-0.4937493","bedrooms":"2","price":"164000","area":"561"} , +{"type":"Feature","id":"n8279319554","geometry":{"type":"Point","coordinates":[-0.4932416,51.3483073]},"properties":{"@type":"node","@id":8279319554,"@timestamp":1609435260},"coords":"51.3483073,-0.4932416","bedrooms":"3","price":"262000","area":"556"} , +{"type":"Feature","id":"n8279400747","geometry":{"type":"Point","coordinates":[-0.3299051,51.2474326]},"properties":{"@type":"node","@id":8279400747,"@timestamp":1609435474},"coords":"51.2474326,-0.3299051","bedrooms":"2","price":"244000","area":"414"} , +{"type":"Feature","id":"n8279400789","geometry":{"type":"Point","coordinates":[-0.3302419,51.2480171]},"properties":{"@type":"node","@id":8279400789,"@timestamp":1609435474},"coords":"51.2480171,-0.3302419","bedrooms":"2","price":"261000","area":"438"} , +{"type":"Feature","id":"n8279555424","geometry":{"type":"Point","coordinates":[-0.4183855,51.5035913]},"properties":{"@type":"node","@id":8279555424,"@timestamp":1609438995},"coords":"51.5035913,-0.4183855","bedrooms":"0","price":"242000","area":"419"} , +{"type":"Feature","id":"n8279703869","geometry":{"type":"Point","coordinates":[0.6077591,51.3706635]},"properties":{"@type":"node","@id":8279703869,"@timestamp":1609444992},"coords":"51.3706635,0.6077591","bedrooms":"3","price":"160000","area":"615"} , +{"type":"Feature","id":"n8279711175","geometry":{"type":"Point","coordinates":[0.6030947,51.3652983]},"properties":{"@type":"node","@id":8279711175,"@timestamp":1609444027},"coords":"51.3652983,0.6030947","bedrooms":"1","price":"177000","area":"491"} , +{"type":"Feature","id":"n8279711185","geometry":{"type":"Point","coordinates":[0.5932885,51.3607866]},"properties":{"@type":"node","@id":8279711185,"@timestamp":1609444027},"coords":"51.3607866,0.5932885","bedrooms":"1","price":"164000","area":"580"} , +{"type":"Feature","id":"n8279711195","geometry":{"type":"Point","coordinates":[0.6014438,51.3628583]},"properties":{"@type":"node","@id":8279711195,"@timestamp":1609444027},"coords":"51.3628583,0.6014438","bedrooms":"4","price":"259000","area":"678"} , +{"type":"Feature","id":"n8279711205","geometry":{"type":"Point","coordinates":[0.6012158,51.362726]},"properties":{"@type":"node","@id":8279711205,"@timestamp":1609444027},"coords":"51.362726,0.6012158","bedrooms":"2","price":"180000","area":"502"} , +{"type":"Feature","id":"n8279711215","geometry":{"type":"Point","coordinates":[0.6125146,51.3618584]},"properties":{"@type":"node","@id":8279711215,"@timestamp":1609444027},"coords":"51.3618584,0.6125146","bedrooms":"4","price":"282000","area":"488"} , +{"type":"Feature","id":"n8279723233","geometry":{"type":"Point","coordinates":[0.1364401,51.6370785]},"properties":{"@type":"node","@id":8279723233,"@timestamp":1609443686},"coords":"51.6370785,0.1364401","bedrooms":"4","price":"184000","area":"558"} , +{"type":"Feature","id":"n8279723330","geometry":{"type":"Point","coordinates":[0.1325848,51.637823]},"properties":{"@type":"node","@id":8279723330,"@timestamp":1609443686},"coords":"51.637823,0.1325848","bedrooms":"1","price":"221000","area":"441"} , +{"type":"Feature","id":"n8279726094","geometry":{"type":"Point","coordinates":[0.6194401,51.3708477]},"properties":{"@type":"node","@id":8279726094,"@timestamp":1609445288},"coords":"51.3708477,0.6194401","bedrooms":"0","price":"229000","area":"372"} , +{"type":"Feature","id":"n8279726104","geometry":{"type":"Point","coordinates":[0.6148776,51.3759143]},"properties":{"@type":"node","@id":8279726104,"@timestamp":1609445288},"coords":"51.3759143,0.6148776","bedrooms":"4","price":"168000","area":"486"} , +{"type":"Feature","id":"n8279730326","geometry":{"type":"Point","coordinates":[0.5928192,51.353859]},"properties":{"@type":"node","@id":8279730326,"@timestamp":1609444027},"coords":"51.353859,0.5928192","bedrooms":"0","price":"159000","area":"367"} , +{"type":"Feature","id":"n8279730336","geometry":{"type":"Point","coordinates":[0.6079763,51.3579963]},"properties":{"@type":"node","@id":8279730336,"@timestamp":1609444027},"coords":"51.3579963,0.6079763","bedrooms":"1","price":"170000","area":"525"} , +{"type":"Feature","id":"n8279730346","geometry":{"type":"Point","coordinates":[0.6037116,51.3541103]},"properties":{"@type":"node","@id":8279730346,"@timestamp":1609444027},"coords":"51.3541103,0.6037116","bedrooms":"0","price":"183000","area":"583"} , +{"type":"Feature","id":"n8279730356","geometry":{"type":"Point","coordinates":[0.601252,51.352524]},"properties":{"@type":"node","@id":8279730356,"@timestamp":1609444027},"coords":"51.352524,0.601252","bedrooms":"0","price":"202000","area":"545"} , +{"type":"Feature","id":"n8279734149","geometry":{"type":"Point","coordinates":[0.5835307,51.3506696]},"properties":{"@type":"node","@id":8279734149,"@timestamp":1609444687},"coords":"51.3506696,0.5835307","bedrooms":"4","price":"198000","area":"413"} , +{"type":"Feature","id":"n8279734159","geometry":{"type":"Point","coordinates":[0.5892384,51.3570047]},"properties":{"@type":"node","@id":8279734159,"@timestamp":1609444687},"coords":"51.3570047,0.5892384","bedrooms":"3","price":"160000","area":"635"} , +{"type":"Feature","id":"n8279734169","geometry":{"type":"Point","coordinates":[0.5913895,51.3647942]},"properties":{"@type":"node","@id":8279734169,"@timestamp":1609444687},"coords":"51.3647942,0.5913895","bedrooms":"1","price":"176000","area":"680"} , +{"type":"Feature","id":"n8279734179","geometry":{"type":"Point","coordinates":[0.5996025,51.3696136]},"properties":{"@type":"node","@id":8279734179,"@timestamp":1609444687},"coords":"51.3696136,0.5996025","bedrooms":"2","price":"191000","area":"428"} , +{"type":"Feature","id":"n8279742297","geometry":{"type":"Point","coordinates":[-0.2530683,51.492785]},"properties":{"@type":"node","@id":8279742297,"@timestamp":1630713430},"coords":"51.492785,-0.2530683","bedrooms":"3","price":"213000","area":"355"} , +{"type":"Feature","id":"n8279761655","geometry":{"type":"Point","coordinates":[0.6235546,51.3643236]},"properties":{"@type":"node","@id":8279761655,"@timestamp":1609445576},"coords":"51.3643236,0.6235546","bedrooms":"4","price":"171000","area":"469"} , +{"type":"Feature","id":"n8279761665","geometry":{"type":"Point","coordinates":[0.6244907,51.3672727]},"properties":{"@type":"node","@id":8279761665,"@timestamp":1609445576},"coords":"51.3672727,0.6244907","bedrooms":"2","price":"271000","area":"664"} , +{"type":"Feature","id":"n8279761675","geometry":{"type":"Point","coordinates":[0.6237128,51.3693256]},"properties":{"@type":"node","@id":8279761675,"@timestamp":1609445576},"coords":"51.3693256,0.6237128","bedrooms":"1","price":"294000","area":"380"} , +{"type":"Feature","id":"n8279772798","geometry":{"type":"Point","coordinates":[-1.0066059,51.7369864]},"properties":{"@type":"node","@id":8279772798,"@timestamp":1609445354},"coords":"51.7369864,-1.0066059","bedrooms":"3","price":"236000","area":"367"} , +{"type":"Feature","id":"n8279772808","geometry":{"type":"Point","coordinates":[-1.006225,51.7361459]},"properties":{"@type":"node","@id":8279772808,"@timestamp":1609445354},"coords":"51.7361459,-1.006225","bedrooms":"0","price":"276000","area":"453"} , +{"type":"Feature","id":"n8279772818","geometry":{"type":"Point","coordinates":[-1.005941,51.7361504]},"properties":{"@type":"node","@id":8279772818,"@timestamp":1609445354},"coords":"51.7361504,-1.005941","bedrooms":"2","price":"246000","area":"531"} , +{"type":"Feature","id":"n8279782317","geometry":{"type":"Point","coordinates":[-0.2423359,51.4935288]},"properties":{"@type":"node","@id":8279782317,"@timestamp":1609445641},"coords":"51.4935288,-0.2423359","bedrooms":"2","price":"223000","area":"683"} , +{"type":"Feature","id":"n8279790529","geometry":{"type":"Point","coordinates":[-0.5867983,51.4621698]},"properties":{"@type":"node","@id":8279790529,"@timestamp":1609445872},"coords":"51.4621698,-0.5867983","bedrooms":"2","price":"246000","area":"405"} , +{"type":"Feature","id":"n8279790553","geometry":{"type":"Point","coordinates":[-0.5780463,51.4617738]},"properties":{"@type":"node","@id":8279790553,"@timestamp":1609445872},"coords":"51.4617738,-0.5780463","bedrooms":"3","price":"204000","area":"419"} , +{"type":"Feature","id":"n8279790563","geometry":{"type":"Point","coordinates":[-0.5832375,51.4581029]},"properties":{"@type":"node","@id":8279790563,"@timestamp":1609445872},"coords":"51.4581029,-0.5832375","bedrooms":"1","price":"195000","area":"496"} , +{"type":"Feature","id":"n8279804068","geometry":{"type":"Point","coordinates":[-0.6106309,51.4687159]},"properties":{"@type":"node","@id":8279804068,"@timestamp":1609448618},"coords":"51.4687159,-0.6106309","bedrooms":"0","price":"200000","area":"543"} , +{"type":"Feature","id":"n8279804078","geometry":{"type":"Point","coordinates":[-0.6124544,51.4714717]},"properties":{"@type":"node","@id":8279804078,"@timestamp":1609448618},"coords":"51.4714717,-0.6124544","bedrooms":"4","price":"207000","area":"473"} , +{"type":"Feature","id":"n8279804091","geometry":{"type":"Point","coordinates":[-0.6251065,51.471614]},"properties":{"@type":"node","@id":8279804091,"@timestamp":1609448618},"coords":"51.471614,-0.6251065","bedrooms":"3","price":"287000","area":"582"} , +{"type":"Feature","id":"n8279804413","geometry":{"type":"Point","coordinates":[0.1328138,51.6414742]},"properties":{"@type":"node","@id":8279804413,"@timestamp":1609447178},"coords":"51.6414742,0.1328138","bedrooms":"2","price":"188000","area":"460"} , +{"type":"Feature","id":"n8279806039","geometry":{"type":"Point","coordinates":[-1.0095023,51.73795]},"properties":{"@type":"node","@id":8279806039,"@timestamp":1609446590},"coords":"51.73795,-1.0095023","bedrooms":"3","price":"267000","area":"390"} , +{"type":"Feature","id":"n8279816096","geometry":{"type":"Point","coordinates":[0.1333064,51.6389116]},"properties":{"@type":"node","@id":8279816096,"@timestamp":1609447178},"coords":"51.6389116,0.1333064","bedrooms":"1","price":"173000","area":"359"} , +{"type":"Feature","id":"n8279830555","geometry":{"type":"Point","coordinates":[-1.007616,51.7339771]},"properties":{"@type":"node","@id":8279830555,"@timestamp":1609447754},"coords":"51.7339771,-1.007616","bedrooms":"1","price":"272000","area":"521"} , +{"type":"Feature","id":"n8279877769","geometry":{"type":"Point","coordinates":[-1.00843,51.7334749]},"properties":{"@type":"node","@id":8279877769,"@timestamp":1609450036},"coords":"51.7334749,-1.00843","bedrooms":"4","price":"218000","area":"496"} , +{"type":"Feature","id":"n8279931334","geometry":{"type":"Point","coordinates":[-0.2591303,51.7479225]},"properties":{"@type":"node","@id":8279931334,"@timestamp":1609452116},"coords":"51.7479225,-0.2591303","bedrooms":"0","price":"176000","area":"688"} , +{"type":"Feature","id":"n8280023831","geometry":{"type":"Point","coordinates":[-1.0112229,51.7297834]},"properties":{"@type":"node","@id":8280023831,"@timestamp":1609456053},"coords":"51.7297834,-1.0112229","bedrooms":"2","price":"193000","area":"443"} , +{"type":"Feature","id":"n8280089996","geometry":{"type":"Point","coordinates":[0.3427964,51.9486104]},"properties":{"@type":"node","@id":8280089996,"@timestamp":1609463197},"coords":"51.9486104,0.3427964","bedrooms":"0","price":"258000","area":"678"} , +{"type":"Feature","id":"n8280611834","geometry":{"type":"Point","coordinates":[-0.8377926,51.6794347]},"properties":{"@type":"node","@id":8280611834,"@timestamp":1609603570},"coords":"51.6794347,-0.8377926","bedrooms":"2","price":"181000","area":"640"} , +{"type":"Feature","id":"n8280680899","geometry":{"type":"Point","coordinates":[0.5356635,51.2657908]},"properties":{"@type":"node","@id":8280680899,"@timestamp":1609505890},"coords":"51.2657908,0.5356635","bedrooms":"0","price":"208000","area":"470"} , +{"type":"Feature","id":"n8280680909","geometry":{"type":"Point","coordinates":[0.5369642,51.265784]},"properties":{"@type":"node","@id":8280680909,"@timestamp":1609505890},"coords":"51.265784,0.5369642","bedrooms":"4","price":"197000","area":"557"} , +{"type":"Feature","id":"n8280697201","geometry":{"type":"Point","coordinates":[-0.57704,51.4555629]},"properties":{"@type":"node","@id":8280697201,"@timestamp":1609502393},"coords":"51.4555629,-0.57704","bedrooms":"4","price":"217000","area":"389"} , +{"type":"Feature","id":"n8280697215","geometry":{"type":"Point","coordinates":[-0.5789353,51.4578506]},"properties":{"@type":"node","@id":8280697215,"@timestamp":1609502393},"coords":"51.4578506,-0.5789353","bedrooms":"0","price":"274000","area":"413"} , +{"type":"Feature","id":"n8280801323","geometry":{"type":"Point","coordinates":[0.5388404,51.2652393]},"properties":{"@type":"node","@id":8280801323,"@timestamp":1609505890},"coords":"51.2652393,0.5388404","bedrooms":"0","price":"153000","area":"503"} , +{"type":"Feature","id":"n8280835588","geometry":{"type":"Point","coordinates":[0.1353012,51.6479131]},"properties":{"@type":"node","@id":8280835588,"@timestamp":1609507092},"coords":"51.6479131,0.1353012","bedrooms":"1","price":"239000","area":"606"} , +{"type":"Feature","id":"n8280835628","geometry":{"type":"Point","coordinates":[0.1371548,51.6471261]},"properties":{"@type":"node","@id":8280835628,"@timestamp":1609507092},"coords":"51.6471261,0.1371548","bedrooms":"3","price":"239000","area":"683"} , +{"type":"Feature","id":"n8280835660","geometry":{"type":"Point","coordinates":[0.1360497,51.6551187]},"properties":{"@type":"node","@id":8280835660,"@timestamp":1609507092},"coords":"51.6551187,0.1360497","bedrooms":"2","price":"206000","area":"460"} , +{"type":"Feature","id":"n8280876481","geometry":{"type":"Point","coordinates":[-0.1091371,51.5785243]},"properties":{"@type":"node","@id":8280876481,"@timestamp":1609509856},"coords":"51.5785243,-0.1091371","bedrooms":"3","price":"222000","area":"451"} , +{"type":"Feature","id":"n8280896596","geometry":{"type":"Point","coordinates":[-0.1067156,51.5777807]},"properties":{"@type":"node","@id":8280896596,"@timestamp":1609509705},"coords":"51.5777807,-0.1067156","bedrooms":"4","price":"173000","area":"370"} , +{"type":"Feature","id":"n8280930396","geometry":{"type":"Point","coordinates":[0.7340735,51.5304103]},"properties":{"@type":"node","@id":8280930396,"@timestamp":1609511062},"coords":"51.5304103,0.7340735","bedrooms":"2","price":"296000","area":"496"} , +{"type":"Feature","id":"n8280936617","geometry":{"type":"Point","coordinates":[-0.1406549,51.4697018]},"properties":{"@type":"node","@id":8280936617,"@timestamp":1626512859},"coords":"51.4697018,-0.1406549","bedrooms":"1","price":"189000","area":"417"} , +{"type":"Feature","id":"n8280965489","geometry":{"type":"Point","coordinates":[-0.0214232,51.5395195]},"properties":{"@type":"node","@id":8280965489,"@timestamp":1609512356},"coords":"51.5395195,-0.0214232","bedrooms":"1","price":"271000","area":"366"} , +{"type":"Feature","id":"n8280972782","geometry":{"type":"Point","coordinates":[0.1339816,51.6456041]},"properties":{"@type":"node","@id":8280972782,"@timestamp":1609512562},"coords":"51.6456041,0.1339816","bedrooms":"2","price":"203000","area":"585"} , +{"type":"Feature","id":"n8280972792","geometry":{"type":"Point","coordinates":[0.1343753,51.6455732]},"properties":{"@type":"node","@id":8280972792,"@timestamp":1609512562},"coords":"51.6455732,0.1343753","bedrooms":"2","price":"191000","area":"569"} , +{"type":"Feature","id":"n8280985778","geometry":{"type":"Point","coordinates":[0.1352737,51.6437657]},"properties":{"@type":"node","@id":8280985778,"@timestamp":1609512562},"coords":"51.6437657,0.1352737","bedrooms":"1","price":"158000","area":"505"} , +{"type":"Feature","id":"n8280985798","geometry":{"type":"Point","coordinates":[0.1363581,51.6436001]},"properties":{"@type":"node","@id":8280985798,"@timestamp":1609512562},"coords":"51.6436001,0.1363581","bedrooms":"1","price":"269000","area":"477"} , +{"type":"Feature","id":"n8280985808","geometry":{"type":"Point","coordinates":[0.1353941,51.6437922]},"properties":{"@type":"node","@id":8280985808,"@timestamp":1609512562},"coords":"51.6437922,0.1353941","bedrooms":"1","price":"214000","area":"632"} , +{"type":"Feature","id":"n8281079925","geometry":{"type":"Point","coordinates":[0.4607261,51.7834701]},"properties":{"@type":"node","@id":8281079925,"@timestamp":1609514225},"coords":"51.7834701,0.4607261","bedrooms":"0","price":"223000","area":"433"} , +{"type":"Feature","id":"n8281079985","geometry":{"type":"Point","coordinates":[0.4618174,51.795145]},"properties":{"@type":"node","@id":8281079985,"@timestamp":1609514225},"coords":"51.795145,0.4618174","bedrooms":"2","price":"239000","area":"519"} , +{"type":"Feature","id":"n8281079995","geometry":{"type":"Point","coordinates":[0.4590641,51.7969847]},"properties":{"@type":"node","@id":8281079995,"@timestamp":1609514225},"coords":"51.7969847,0.4590641","bedrooms":"3","price":"265000","area":"492"} , +{"type":"Feature","id":"n8281080005","geometry":{"type":"Point","coordinates":[0.4604709,51.7956792]},"properties":{"@type":"node","@id":8281080005,"@timestamp":1609514225},"coords":"51.7956792,0.4604709","bedrooms":"0","price":"209000","area":"618"} , +{"type":"Feature","id":"n8281080015","geometry":{"type":"Point","coordinates":[0.4603583,51.7967491]},"properties":{"@type":"node","@id":8281080015,"@timestamp":1609514225},"coords":"51.7967491,0.4603583","bedrooms":"4","price":"224000","area":"370"} , +{"type":"Feature","id":"n8281080025","geometry":{"type":"Point","coordinates":[0.4604602,51.7961718]},"properties":{"@type":"node","@id":8281080025,"@timestamp":1609514225},"coords":"51.7961718,0.4604602","bedrooms":"1","price":"155000","area":"480"} , +{"type":"Feature","id":"n8281083123","geometry":{"type":"Point","coordinates":[-0.5676552,51.4551596]},"properties":{"@type":"node","@id":8281083123,"@timestamp":1609514565},"coords":"51.4551596,-0.5676552","bedrooms":"3","price":"180000","area":"628"} , +{"type":"Feature","id":"n8281083137","geometry":{"type":"Point","coordinates":[-0.5732435,51.458509]},"properties":{"@type":"node","@id":8281083137,"@timestamp":1609514565},"coords":"51.458509,-0.5732435","bedrooms":"0","price":"289000","area":"669"} , +{"type":"Feature","id":"n8281083153","geometry":{"type":"Point","coordinates":[-0.5617463,51.4580864]},"properties":{"@type":"node","@id":8281083153,"@timestamp":1609514565},"coords":"51.4580864,-0.5617463","bedrooms":"2","price":"150000","area":"622"} , +{"type":"Feature","id":"n8281106121","geometry":{"type":"Point","coordinates":[-0.1119581,51.5753948]},"properties":{"@type":"node","@id":8281106121,"@timestamp":1609514558},"coords":"51.5753948,-0.1119581","bedrooms":"0","price":"270000","area":"582"} , +{"type":"Feature","id":"n8281106131","geometry":{"type":"Point","coordinates":[-0.1117539,51.5746489]},"properties":{"@type":"node","@id":8281106131,"@timestamp":1609514558},"coords":"51.5746489,-0.1117539","bedrooms":"3","price":"232000","area":"481"} , +{"type":"Feature","id":"n8281106237","geometry":{"type":"Point","coordinates":[-0.1136994,51.575656]},"properties":{"@type":"node","@id":8281106237,"@timestamp":1609514558},"coords":"51.575656,-0.1136994","bedrooms":"4","price":"189000","area":"478"} , +{"type":"Feature","id":"n8281106247","geometry":{"type":"Point","coordinates":[-0.1132236,51.5750591]},"properties":{"@type":"node","@id":8281106247,"@timestamp":1609514558},"coords":"51.5750591,-0.1132236","bedrooms":"2","price":"201000","area":"560"} , +{"type":"Feature","id":"n8281106257","geometry":{"type":"Point","coordinates":[-0.1126119,51.5763845]},"properties":{"@type":"node","@id":8281106257,"@timestamp":1609514558},"coords":"51.5763845,-0.1126119","bedrooms":"1","price":"182000","area":"393"} , +{"type":"Feature","id":"n8281106267","geometry":{"type":"Point","coordinates":[-0.1136167,51.576225]},"properties":{"@type":"node","@id":8281106267,"@timestamp":1609514558},"coords":"51.576225,-0.1136167","bedrooms":"1","price":"287000","area":"429"} , +{"type":"Feature","id":"n8281106472","geometry":{"type":"Point","coordinates":[-0.1125189,51.5741325]},"properties":{"@type":"node","@id":8281106472,"@timestamp":1609514558},"coords":"51.5741325,-0.1125189","bedrooms":"0","price":"228000","area":"697"} , +{"type":"Feature","id":"n8281172238","geometry":{"type":"Point","coordinates":[-0.1132269,50.9601917]},"properties":{"@type":"node","@id":8281172238,"@timestamp":1609515422},"coords":"50.9601917,-0.1132269","bedrooms":"0","price":"155000","area":"537"} , +{"type":"Feature","id":"n8281224961","geometry":{"type":"Point","coordinates":[-0.114028,51.5771839]},"properties":{"@type":"node","@id":8281224961,"@timestamp":1609516327},"coords":"51.5771839,-0.114028","bedrooms":"3","price":"292000","area":"519"} , +{"type":"Feature","id":"n8281224971","geometry":{"type":"Point","coordinates":[-0.113253,51.5765368]},"properties":{"@type":"node","@id":8281224971,"@timestamp":1609516327},"coords":"51.5765368,-0.113253","bedrooms":"0","price":"273000","area":"378"} , +{"type":"Feature","id":"n8281225014","geometry":{"type":"Point","coordinates":[-0.1128689,51.5769042]},"properties":{"@type":"node","@id":8281225014,"@timestamp":1609516327},"coords":"51.5769042,-0.1128689","bedrooms":"3","price":"259000","area":"557"} , +{"type":"Feature","id":"n8281244176","geometry":{"type":"Point","coordinates":[-0.0922796,51.5903741]},"properties":{"@type":"node","@id":8281244176,"@timestamp":1609517179},"coords":"51.5903741,-0.0922796","bedrooms":"0","price":"261000","area":"477"} , +{"type":"Feature","id":"n8281271216","geometry":{"type":"Point","coordinates":[-0.0447272,51.5282729]},"properties":{"@type":"node","@id":8281271216,"@timestamp":1609519613},"coords":"51.5282729,-0.0447272","bedrooms":"1","price":"274000","area":"470"} , +{"type":"Feature","id":"n8281309438","geometry":{"type":"Point","coordinates":[-0.349113,50.9893654]},"properties":{"@type":"node","@id":8281309438,"@timestamp":1609519097},"coords":"50.9893654,-0.349113","bedrooms":"3","price":"262000","area":"359"} , +{"type":"Feature","id":"n8281351934","geometry":{"type":"Point","coordinates":[-0.0274657,51.5268047]},"properties":{"@type":"node","@id":8281351934,"@timestamp":1609520799},"coords":"51.5268047,-0.0274657","bedrooms":"0","price":"218000","area":"680"} , +{"type":"Feature","id":"n8281573523","geometry":{"type":"Point","coordinates":[0.3024314,51.6291463]},"properties":{"@type":"node","@id":8281573523,"@timestamp":1609526628},"coords":"51.6291463,0.3024314","bedrooms":"2","price":"157000","area":"544"} , +{"type":"Feature","id":"n8281646314","geometry":{"type":"Point","coordinates":[-0.4554616,51.888919]},"properties":{"@type":"node","@id":8281646314,"@timestamp":1609531716},"coords":"51.888919,-0.4554616","bedrooms":"2","price":"213000","area":"407"} , +{"type":"Feature","id":"n8281749417","geometry":{"type":"Point","coordinates":[-0.3091666,51.5323595]},"properties":{"@type":"node","@id":8281749417,"@timestamp":1609531961},"coords":"51.5323595,-0.3091666","bedrooms":"3","price":"161000","area":"471"} , +{"type":"Feature","id":"n8281802651","geometry":{"type":"Point","coordinates":[0.0205538,51.5048599]},"properties":{"@type":"node","@id":8281802651,"@timestamp":1609533991},"coords":"51.5048599,0.0205538","bedrooms":"4","price":"225000","area":"543"} , +{"type":"Feature","id":"n8281802661","geometry":{"type":"Point","coordinates":[0.0207645,51.5047506]},"properties":{"@type":"node","@id":8281802661,"@timestamp":1609533991},"coords":"51.5047506,0.0207645","bedrooms":"2","price":"281000","area":"551"} , +{"type":"Feature","id":"n8281802671","geometry":{"type":"Point","coordinates":[0.0206605,51.5044037]},"properties":{"@type":"node","@id":8281802671,"@timestamp":1609533991},"coords":"51.5044037,0.0206605","bedrooms":"0","price":"234000","area":"460"} , +{"type":"Feature","id":"n8281865675","geometry":{"type":"Point","coordinates":[-0.7663717,51.6173465]},"properties":{"@type":"node","@id":8281865675,"@timestamp":1609535959},"coords":"51.6173465,-0.7663717","bedrooms":"0","price":"259000","area":"376"} , +{"type":"Feature","id":"n8281865698","geometry":{"type":"Point","coordinates":[-0.7681385,51.6211266]},"properties":{"@type":"node","@id":8281865698,"@timestamp":1609535959},"coords":"51.6211266,-0.7681385","bedrooms":"2","price":"248000","area":"687"} , +{"type":"Feature","id":"n8281879389","geometry":{"type":"Point","coordinates":[0.1381136,51.6344711]},"properties":{"@type":"node","@id":8281879389,"@timestamp":1609536105},"coords":"51.6344711,0.1381136","bedrooms":"1","price":"293000","area":"459"} , +{"type":"Feature","id":"n8281879401","geometry":{"type":"Point","coordinates":[0.1379494,51.6340019]},"properties":{"@type":"node","@id":8281879401,"@timestamp":1609536105},"coords":"51.6340019,0.1379494","bedrooms":"2","price":"156000","area":"400"} , +{"type":"Feature","id":"n8281879491","geometry":{"type":"Point","coordinates":[0.1362021,51.6358501]},"properties":{"@type":"node","@id":8281879491,"@timestamp":1609536105},"coords":"51.6358501,0.1362021","bedrooms":"0","price":"249000","area":"622"} , +{"type":"Feature","id":"n8281883057","geometry":{"type":"Point","coordinates":[-0.2659447,51.7475618]},"properties":{"@type":"node","@id":8281883057,"@timestamp":1609536241},"coords":"51.7475618,-0.2659447","bedrooms":"2","price":"258000","area":"467"} , +{"type":"Feature","id":"n8281883106","geometry":{"type":"Point","coordinates":[-0.2672379,51.7480671]},"properties":{"@type":"node","@id":8281883106,"@timestamp":1609536241},"coords":"51.7480671,-0.2672379","bedrooms":"2","price":"169000","area":"616"} , +{"type":"Feature","id":"n8281888880","geometry":{"type":"Point","coordinates":[-0.3511561,50.9923822]},"properties":{"@type":"node","@id":8281888880,"@timestamp":1609536863},"coords":"50.9923822,-0.3511561","bedrooms":"0","price":"223000","area":"427"} , +{"type":"Feature","id":"n8281888890","geometry":{"type":"Point","coordinates":[-0.353554,50.9833475]},"properties":{"@type":"node","@id":8281888890,"@timestamp":1609536863},"coords":"50.9833475,-0.353554","bedrooms":"4","price":"182000","area":"663"} , +{"type":"Feature","id":"n8281888906","geometry":{"type":"Point","coordinates":[-0.3570355,50.976135]},"properties":{"@type":"node","@id":8281888906,"@timestamp":1609536863},"coords":"50.976135,-0.3570355","bedrooms":"3","price":"294000","area":"499"} , +{"type":"Feature","id":"n8281888916","geometry":{"type":"Point","coordinates":[-0.3552385,50.9910822]},"properties":{"@type":"node","@id":8281888916,"@timestamp":1609536863},"coords":"50.9910822,-0.3552385","bedrooms":"1","price":"212000","area":"695"} , +{"type":"Feature","id":"n8281900934","geometry":{"type":"Point","coordinates":[-0.3588273,50.9864104]},"properties":{"@type":"node","@id":8281900934,"@timestamp":1609536863},"coords":"50.9864104,-0.3588273","bedrooms":"3","price":"202000","area":"670"} , +{"type":"Feature","id":"n8281924455","geometry":{"type":"Point","coordinates":[-0.507778,51.3410095]},"properties":{"@type":"node","@id":8281924455,"@timestamp":1610734848},"coords":"51.3410095,-0.507778","bedrooms":"3","price":"168000","area":"504"} , +{"type":"Feature","id":"n8281924930","geometry":{"type":"Point","coordinates":[-0.3452934,50.9999201]},"properties":{"@type":"node","@id":8281924930,"@timestamp":1609537545},"coords":"50.9999201,-0.3452934","bedrooms":"3","price":"202000","area":"532"} , +{"type":"Feature","id":"n8281965239","geometry":{"type":"Point","coordinates":[0.2130263,51.87495]},"properties":{"@type":"node","@id":8281965239,"@timestamp":1609538836},"coords":"51.87495,0.2130263","bedrooms":"1","price":"222000","area":"507"} , +{"type":"Feature","id":"n8282011533","geometry":{"type":"Point","coordinates":[-0.7717097,51.6181018]},"properties":{"@type":"node","@id":8282011533,"@timestamp":1609540681},"coords":"51.6181018,-0.7717097","bedrooms":"2","price":"299000","area":"665"} , +{"type":"Feature","id":"n8282345503","geometry":{"type":"Point","coordinates":[0.1160324,51.5529521]},"properties":{"@type":"node","@id":8282345503,"@timestamp":1609558761},"coords":"51.5529521,0.1160324","bedrooms":"0","price":"169000","area":"619"} , +{"type":"Feature","id":"n8282860686","geometry":{"type":"Point","coordinates":[-0.3439206,51.0053183]},"properties":{"@type":"node","@id":8282860686,"@timestamp":1609574432},"coords":"51.0053183,-0.3439206","bedrooms":"1","price":"211000","area":"384"} , +{"type":"Feature","id":"n8283117462","geometry":{"type":"Point","coordinates":[-0.0889275,51.586412]},"properties":{"@type":"node","@id":8283117462,"@timestamp":1609581449},"coords":"51.586412,-0.0889275","bedrooms":"3","price":"291000","area":"628"} , +{"type":"Feature","id":"n8283177817","geometry":{"type":"Point","coordinates":[-0.5756059,51.4624379]},"properties":{"@type":"node","@id":8283177817,"@timestamp":1609583058},"coords":"51.4624379,-0.5756059","bedrooms":"0","price":"167000","area":"631"} , +{"type":"Feature","id":"n8283190436","geometry":{"type":"Point","coordinates":[0.1355672,51.6347977]},"properties":{"@type":"node","@id":8283190436,"@timestamp":1609583607},"coords":"51.6347977,0.1355672","bedrooms":"4","price":"243000","area":"359"} , +{"type":"Feature","id":"n8283407309","geometry":{"type":"Point","coordinates":[-0.6118325,51.4747527]},"properties":{"@type":"node","@id":8283407309,"@timestamp":1609586655},"coords":"51.4747527,-0.6118325","bedrooms":"0","price":"201000","area":"589"} , +{"type":"Feature","id":"n8283466918","geometry":{"type":"Point","coordinates":[-0.6109088,51.4774332]},"properties":{"@type":"node","@id":8283466918,"@timestamp":1609588340},"coords":"51.4774332,-0.6109088","bedrooms":"0","price":"168000","area":"452"} , +{"type":"Feature","id":"n8283552448","geometry":{"type":"Point","coordinates":[0.0189104,51.5048472]},"properties":{"@type":"node","@id":8283552448,"@timestamp":1609593343},"coords":"51.5048472,0.0189104","bedrooms":"0","price":"219000","area":"450"} , +{"type":"Feature","id":"n8283552458","geometry":{"type":"Point","coordinates":[0.0215197,51.5047309]},"properties":{"@type":"node","@id":8283552458,"@timestamp":1609593343},"coords":"51.5047309,0.0215197","bedrooms":"3","price":"215000","area":"527"} , +{"type":"Feature","id":"n8283552468","geometry":{"type":"Point","coordinates":[0.0221693,51.504719]},"properties":{"@type":"node","@id":8283552468,"@timestamp":1609593343},"coords":"51.504719,0.0221693","bedrooms":"4","price":"271000","area":"434"} , +{"type":"Feature","id":"n8283552478","geometry":{"type":"Point","coordinates":[0.0229198,51.5048204]},"properties":{"@type":"node","@id":8283552478,"@timestamp":1609593343},"coords":"51.5048204,0.0229198","bedrooms":"2","price":"174000","area":"510"} , +{"type":"Feature","id":"n8283552488","geometry":{"type":"Point","coordinates":[0.0235414,51.504599]},"properties":{"@type":"node","@id":8283552488,"@timestamp":1609593343},"coords":"51.504599,0.0235414","bedrooms":"1","price":"184000","area":"501"} , +{"type":"Feature","id":"n8283552498","geometry":{"type":"Point","coordinates":[0.0241171,51.5048012]},"properties":{"@type":"node","@id":8283552498,"@timestamp":1609593343},"coords":"51.5048012,0.0241171","bedrooms":"2","price":"177000","area":"390"} , +{"type":"Feature","id":"n8283552508","geometry":{"type":"Point","coordinates":[0.0249795,51.5046942]},"properties":{"@type":"node","@id":8283552508,"@timestamp":1609593343},"coords":"51.5046942,0.0249795","bedrooms":"2","price":"295000","area":"432"} , +{"type":"Feature","id":"n8283558946","geometry":{"type":"Point","coordinates":[-0.5367039,51.4595319]},"properties":{"@type":"node","@id":8283558946,"@timestamp":1609591434},"coords":"51.4595319,-0.5367039","bedrooms":"1","price":"178000","area":"605"} , +{"type":"Feature","id":"n8283569057","geometry":{"type":"Point","coordinates":[0.1372926,51.635188]},"properties":{"@type":"node","@id":8283569057,"@timestamp":1609591498},"coords":"51.635188,0.1372926","bedrooms":"4","price":"258000","area":"389"} , +{"type":"Feature","id":"n8283582233","geometry":{"type":"Point","coordinates":[-0.1607595,51.9107129]},"properties":{"@type":"node","@id":8283582233,"@timestamp":1609592613},"coords":"51.9107129,-0.1607595","bedrooms":"4","price":"261000","area":"385"} , +{"type":"Feature","id":"n8283582244","geometry":{"type":"Point","coordinates":[-0.1789375,51.9133768]},"properties":{"@type":"node","@id":8283582244,"@timestamp":1609592613},"coords":"51.9133768,-0.1789375","bedrooms":"0","price":"213000","area":"562"} , +{"type":"Feature","id":"n8283582254","geometry":{"type":"Point","coordinates":[-0.1939009,51.8993844]},"properties":{"@type":"node","@id":8283582254,"@timestamp":1609592613},"coords":"51.8993844,-0.1939009","bedrooms":"3","price":"268000","area":"592"} , +{"type":"Feature","id":"n8283582264","geometry":{"type":"Point","coordinates":[-0.171487,51.9010468]},"properties":{"@type":"node","@id":8283582264,"@timestamp":1609592613},"coords":"51.9010468,-0.171487","bedrooms":"1","price":"295000","area":"479"} , +{"type":"Feature","id":"n8283582282","geometry":{"type":"Point","coordinates":[-0.1620799,51.8967176]},"properties":{"@type":"node","@id":8283582282,"@timestamp":1609592613},"coords":"51.8967176,-0.1620799","bedrooms":"3","price":"152000","area":"489"} , +{"type":"Feature","id":"n8283616998","geometry":{"type":"Point","coordinates":[-0.3025676,51.3992685]},"properties":{"@type":"node","@id":8283616998,"@timestamp":1609593817},"coords":"51.3992685,-0.3025676","bedrooms":"3","price":"160000","area":"378"} , +{"type":"Feature","id":"n8283626521","geometry":{"type":"Point","coordinates":[0.0257351,51.5047862]},"properties":{"@type":"node","@id":8283626521,"@timestamp":1609593343},"coords":"51.5047862,0.0257351","bedrooms":"3","price":"175000","area":"461"} , +{"type":"Feature","id":"n8283626531","geometry":{"type":"Point","coordinates":[0.0263047,51.5048092]},"properties":{"@type":"node","@id":8283626531,"@timestamp":1609593343},"coords":"51.5048092,0.0263047","bedrooms":"0","price":"249000","area":"488"} , +{"type":"Feature","id":"n8283643417","geometry":{"type":"Point","coordinates":[-0.3024918,51.3994977]},"properties":{"@type":"node","@id":8283643417,"@timestamp":1609593817},"coords":"51.3994977,-0.3024918","bedrooms":"2","price":"294000","area":"595"} , +{"type":"Feature","id":"n8283643444","geometry":{"type":"Point","coordinates":[-0.3028689,51.3992837]},"properties":{"@type":"node","@id":8283643444,"@timestamp":1609593817},"coords":"51.3992837,-0.3028689","bedrooms":"0","price":"170000","area":"656"} , +{"type":"Feature","id":"n8283811927","geometry":{"type":"Point","coordinates":[-0.1566095,51.9128668]},"properties":{"@type":"node","@id":8283811927,"@timestamp":1609599647},"coords":"51.9128668,-0.1566095","bedrooms":"0","price":"283000","area":"494"} , +{"type":"Feature","id":"n8283811937","geometry":{"type":"Point","coordinates":[-0.2087201,51.8955495]},"properties":{"@type":"node","@id":8283811937,"@timestamp":1609599647},"coords":"51.8955495,-0.2087201","bedrooms":"2","price":"288000","area":"523"} , +{"type":"Feature","id":"n8283811947","geometry":{"type":"Point","coordinates":[-0.1886693,51.8890234]},"properties":{"@type":"node","@id":8283811947,"@timestamp":1609599647},"coords":"51.8890234,-0.1886693","bedrooms":"2","price":"184000","area":"528"} , +{"type":"Feature","id":"n8283842677","geometry":{"type":"Point","coordinates":[-0.1584581,50.9946278]},"properties":{"@type":"node","@id":8283842677,"@timestamp":1609601837},"coords":"50.9946278,-0.1584581","bedrooms":"0","price":"248000","area":"654"} , +{"type":"Feature","id":"n8283991970","geometry":{"type":"Point","coordinates":[-0.622439,51.39491]},"properties":{"@type":"node","@id":8283991970,"@timestamp":1609602390},"coords":"51.39491,-0.622439","bedrooms":"0","price":"198000","area":"666"} , +{"type":"Feature","id":"n8284003716","geometry":{"type":"Point","coordinates":[-0.255967,51.9561588]},"properties":{"@type":"node","@id":8284003716,"@timestamp":1609604351},"coords":"51.9561588,-0.255967","bedrooms":"3","price":"255000","area":"410"} , +{"type":"Feature","id":"n8284035501","geometry":{"type":"Point","coordinates":[-0.1200767,51.5583592]},"properties":{"@type":"node","@id":8284035501,"@timestamp":1631789939},"coords":"51.5583592,-0.1200767","bedrooms":"4","price":"231000","area":"582"} , +{"type":"Feature","id":"n8284062858","geometry":{"type":"Point","coordinates":[0.142379,51.6340256]},"properties":{"@type":"node","@id":8284062858,"@timestamp":1609603754},"coords":"51.6340256,0.142379","bedrooms":"4","price":"247000","area":"462"} , +{"type":"Feature","id":"n8284063072","geometry":{"type":"Point","coordinates":[0.1413077,51.6361621]},"properties":{"@type":"node","@id":8284063072,"@timestamp":1609603754},"coords":"51.6361621,0.1413077","bedrooms":"4","price":"183000","area":"468"} , +{"type":"Feature","id":"n8284078118","geometry":{"type":"Point","coordinates":[-0.2514543,51.9486587]},"properties":{"@type":"node","@id":8284078118,"@timestamp":1609604351},"coords":"51.9486587,-0.2514543","bedrooms":"4","price":"201000","area":"645"} , +{"type":"Feature","id":"n8284083882","geometry":{"type":"Point","coordinates":[-0.2123317,51.922903]},"properties":{"@type":"node","@id":8284083882,"@timestamp":1609605648},"coords":"51.922903,-0.2123317","bedrooms":"0","price":"262000","area":"416"} , +{"type":"Feature","id":"n8284108200","geometry":{"type":"Point","coordinates":[0.0103172,51.5250471]},"properties":{"@type":"node","@id":8284108200,"@timestamp":1609605835},"coords":"51.5250471,0.0103172","bedrooms":"3","price":"224000","area":"656"} , +{"type":"Feature","id":"n8284111815","geometry":{"type":"Point","coordinates":[-0.1888859,51.4426843]},"properties":{"@type":"node","@id":8284111815,"@timestamp":1609605487},"coords":"51.4426843,-0.1888859","bedrooms":"2","price":"175000","area":"486"} , +{"type":"Feature","id":"n8284137743","geometry":{"type":"Point","coordinates":[-0.0025686,51.5418028]},"properties":{"@type":"node","@id":8284137743,"@timestamp":1617967860},"coords":"51.5418028,-0.0025686","bedrooms":"2","price":"291000","area":"498"} , +{"type":"Feature","id":"n8284152966","geometry":{"type":"Point","coordinates":[-0.757541,51.4993736]},"properties":{"@type":"node","@id":8284152966,"@timestamp":1609606823},"coords":"51.4993736,-0.757541","bedrooms":"4","price":"219000","area":"657"} , +{"type":"Feature","id":"n8284152979","geometry":{"type":"Point","coordinates":[-0.7626805,51.5025508]},"properties":{"@type":"node","@id":8284152979,"@timestamp":1609606823},"coords":"51.5025508,-0.7626805","bedrooms":"4","price":"253000","area":"371"} , +{"type":"Feature","id":"n8284152989","geometry":{"type":"Point","coordinates":[-0.7627788,51.5022619]},"properties":{"@type":"node","@id":8284152989,"@timestamp":1609606823},"coords":"51.5022619,-0.7627788","bedrooms":"4","price":"242000","area":"406"} , +{"type":"Feature","id":"n8284152999","geometry":{"type":"Point","coordinates":[-0.7642551,51.4992869]},"properties":{"@type":"node","@id":8284152999,"@timestamp":1609606823},"coords":"51.4992869,-0.7642551","bedrooms":"1","price":"230000","area":"354"} , +{"type":"Feature","id":"n8284153009","geometry":{"type":"Point","coordinates":[-0.7624895,51.4982168]},"properties":{"@type":"node","@id":8284153009,"@timestamp":1609606823},"coords":"51.4982168,-0.7624895","bedrooms":"2","price":"299000","area":"496"} , +{"type":"Feature","id":"n8284153922","geometry":{"type":"Point","coordinates":[-0.7615562,51.4989668]},"properties":{"@type":"node","@id":8284153922,"@timestamp":1609606823},"coords":"51.4989668,-0.7615562","bedrooms":"0","price":"248000","area":"395"} , +{"type":"Feature","id":"n8284183270","geometry":{"type":"Point","coordinates":[-0.2576865,51.4192687]},"properties":{"@type":"node","@id":8284183270,"@timestamp":1609607572},"coords":"51.4192687,-0.2576865","bedrooms":"4","price":"237000","area":"629"} , +{"type":"Feature","id":"n8284213680","geometry":{"type":"Point","coordinates":[-0.7650498,51.5049753]},"properties":{"@type":"node","@id":8284213680,"@timestamp":1609608383},"coords":"51.5049753,-0.7650498","bedrooms":"3","price":"184000","area":"692"} , +{"type":"Feature","id":"n8284290298","geometry":{"type":"Point","coordinates":[0.8498595,51.1261487]},"properties":{"@type":"node","@id":8284290298,"@timestamp":1609610737},"coords":"51.1261487,0.8498595","bedrooms":"3","price":"217000","area":"566"} , +{"type":"Feature","id":"n8284290860","geometry":{"type":"Point","coordinates":[0.3111097,51.6221261]},"properties":{"@type":"node","@id":8284290860,"@timestamp":1615141680},"coords":"51.6221261,0.3111097","bedrooms":"0","price":"197000","area":"580"} , +{"type":"Feature","id":"n8284372270","geometry":{"type":"Point","coordinates":[0.1482269,51.6346873]},"properties":{"@type":"node","@id":8284372270,"@timestamp":1609612624},"coords":"51.6346873,0.1482269","bedrooms":"3","price":"299000","area":"526"} , +{"type":"Feature","id":"n8284372388","geometry":{"type":"Point","coordinates":[0.146393,51.6336685]},"properties":{"@type":"node","@id":8284372388,"@timestamp":1609612624},"coords":"51.6336685,0.146393","bedrooms":"2","price":"254000","area":"374"} , +{"type":"Feature","id":"n8284372488","geometry":{"type":"Point","coordinates":[0.1455916,51.6335753]},"properties":{"@type":"node","@id":8284372488,"@timestamp":1609612624},"coords":"51.6335753,0.1455916","bedrooms":"4","price":"273000","area":"407"} , +{"type":"Feature","id":"n8284418327","geometry":{"type":"Point","coordinates":[-0.1106805,51.578254]},"properties":{"@type":"node","@id":8284418327,"@timestamp":1609614742},"coords":"51.578254,-0.1106805","bedrooms":"4","price":"154000","area":"638"} , +{"type":"Feature","id":"n8284418337","geometry":{"type":"Point","coordinates":[-0.1115443,51.577606]},"properties":{"@type":"node","@id":8284418337,"@timestamp":1609614742},"coords":"51.577606,-0.1115443","bedrooms":"1","price":"224000","area":"627"} , +{"type":"Feature","id":"n8284418347","geometry":{"type":"Point","coordinates":[-0.1118768,51.5780954]},"properties":{"@type":"node","@id":8284418347,"@timestamp":1609614742},"coords":"51.5780954,-0.1118768","bedrooms":"3","price":"200000","area":"372"} , +{"type":"Feature","id":"n8284440848","geometry":{"type":"Point","coordinates":[-0.3054609,51.0725189]},"properties":{"@type":"node","@id":8284440848,"@timestamp":1609614166},"coords":"51.0725189,-0.3054609","bedrooms":"1","price":"272000","area":"407"} , +{"type":"Feature","id":"n8284440858","geometry":{"type":"Point","coordinates":[-0.3054323,51.0727054]},"properties":{"@type":"node","@id":8284440858,"@timestamp":1609614166},"coords":"51.0727054,-0.3054323","bedrooms":"4","price":"218000","area":"427"} , +{"type":"Feature","id":"n8284440869","geometry":{"type":"Point","coordinates":[-0.3054132,51.0728477]},"properties":{"@type":"node","@id":8284440869,"@timestamp":1609614166},"coords":"51.0728477,-0.3054132","bedrooms":"2","price":"227000","area":"361"} , +{"type":"Feature","id":"n8284472693","geometry":{"type":"Point","coordinates":[-0.3065653,51.0710862]},"properties":{"@type":"node","@id":8284472693,"@timestamp":1609615572},"coords":"51.0710862,-0.3065653","bedrooms":"4","price":"295000","area":"637"} , +{"type":"Feature","id":"n8284548289","geometry":{"type":"Point","coordinates":[0.1317895,51.6271528]},"properties":{"@type":"node","@id":8284548289,"@timestamp":1609617923},"coords":"51.6271528,0.1317895","bedrooms":"1","price":"202000","area":"484"} , +{"type":"Feature","id":"n8284566311","geometry":{"type":"Point","coordinates":[-0.7792814,51.6261255]},"properties":{"@type":"node","@id":8284566311,"@timestamp":1609618158},"coords":"51.6261255,-0.7792814","bedrooms":"1","price":"217000","area":"646"} , +{"type":"Feature","id":"n8284589327","geometry":{"type":"Point","coordinates":[-0.7745604,51.6292361]},"properties":{"@type":"node","@id":8284589327,"@timestamp":1609618158},"coords":"51.6292361,-0.7745604","bedrooms":"4","price":"181000","area":"677"} , +{"type":"Feature","id":"n8284878337","geometry":{"type":"Point","coordinates":[0.147923,51.6356789]},"properties":{"@type":"node","@id":8284878337,"@timestamp":1609619459},"coords":"51.6356789,0.147923","bedrooms":"0","price":"170000","area":"584"} , +{"type":"Feature","id":"n8285077685","geometry":{"type":"Point","coordinates":[-0.4588407,51.3635869]},"properties":{"@type":"node","@id":8285077685,"@timestamp":1609626618},"coords":"51.3635869,-0.4588407","bedrooms":"1","price":"187000","area":"660"} , +{"type":"Feature","id":"n8285139852","geometry":{"type":"Point","coordinates":[-0.4609087,51.36753]},"properties":{"@type":"node","@id":8285139852,"@timestamp":1609628299},"coords":"51.36753,-0.4609087","bedrooms":"0","price":"295000","area":"582"} , +{"type":"Feature","id":"n8285152414","geometry":{"type":"Point","coordinates":[-0.7354296,51.1680819]},"properties":{"@type":"node","@id":8285152414,"@timestamp":1609628911},"coords":"51.1680819,-0.7354296","bedrooms":"2","price":"219000","area":"680"} , +{"type":"Feature","id":"n8285169363","geometry":{"type":"Point","coordinates":[-0.3755822,51.4586744]},"properties":{"@type":"node","@id":8285169363,"@timestamp":1609630143},"coords":"51.4586744,-0.3755822","bedrooms":"0","price":"206000","area":"368"} , +{"type":"Feature","id":"n8285292518","geometry":{"type":"Point","coordinates":[0.1576333,51.6378609]},"properties":{"@type":"node","@id":8285292518,"@timestamp":1609634734},"coords":"51.6378609,0.1576333","bedrooms":"1","price":"239000","area":"406"} , +{"type":"Feature","id":"n8285292544","geometry":{"type":"Point","coordinates":[0.1583236,51.637815]},"properties":{"@type":"node","@id":8285292544,"@timestamp":1609634734},"coords":"51.637815,0.1583236","bedrooms":"3","price":"263000","area":"630"} , +{"type":"Feature","id":"n8285370641","geometry":{"type":"Point","coordinates":[0.3969376,51.5098183]},"properties":{"@type":"node","@id":8285370641,"@timestamp":1609643630},"coords":"51.5098183,0.3969376","bedrooms":"2","price":"175000","area":"583"} , +{"type":"Feature","id":"n8285705508","geometry":{"type":"Point","coordinates":[-0.5299664,51.4838872]},"properties":{"@type":"node","@id":8285705508,"@timestamp":1609666297},"coords":"51.4838872,-0.5299664","bedrooms":"3","price":"193000","area":"394"} , +{"type":"Feature","id":"n8285837023","geometry":{"type":"Point","coordinates":[-0.5420697,51.473951]},"properties":{"@type":"node","@id":8285837023,"@timestamp":1609668736},"coords":"51.473951,-0.5420697","bedrooms":"0","price":"160000","area":"367"} , +{"type":"Feature","id":"n8285963830","geometry":{"type":"Point","coordinates":[-0.2085642,51.515097]},"properties":{"@type":"node","@id":8285963830,"@timestamp":1619263524},"coords":"51.515097,-0.2085642","bedrooms":"1","price":"237000","area":"604"} , +{"type":"Feature","id":"n8286103564","geometry":{"type":"Point","coordinates":[0.1620825,51.6411964]},"properties":{"@type":"node","@id":8286103564,"@timestamp":1609678494},"coords":"51.6411964,0.1620825","bedrooms":"2","price":"266000","area":"398"} , +{"type":"Feature","id":"n8286122532","geometry":{"type":"Point","coordinates":[-0.0546055,51.512107]},"properties":{"@type":"node","@id":8286122532,"@timestamp":1609676902},"coords":"51.512107,-0.0546055","bedrooms":"3","price":"160000","area":"459"} , +{"type":"Feature","id":"n8286126595","geometry":{"type":"Point","coordinates":[-0.5592193,51.4566181]},"properties":{"@type":"node","@id":8286126595,"@timestamp":1609677790},"coords":"51.4566181,-0.5592193","bedrooms":"0","price":"172000","area":"434"} , +{"type":"Feature","id":"n8286205049","geometry":{"type":"Point","coordinates":[-0.0599165,51.5118639]},"properties":{"@type":"node","@id":8286205049,"@timestamp":1609680443},"coords":"51.5118639,-0.0599165","bedrooms":"3","price":"156000","area":"491"} , +{"type":"Feature","id":"n8286242519","geometry":{"type":"Point","coordinates":[0.1607527,51.6420488]},"properties":{"@type":"node","@id":8286242519,"@timestamp":1609681293},"coords":"51.6420488,0.1607527","bedrooms":"3","price":"266000","area":"482"} , +{"type":"Feature","id":"n8286343394","geometry":{"type":"Point","coordinates":[-0.1545565,51.5240355]},"properties":{"@type":"node","@id":8286343394,"@timestamp":1609684662},"coords":"51.5240355,-0.1545565","bedrooms":"2","price":"189000","area":"500"} , +{"type":"Feature","id":"n8286408533","geometry":{"type":"Point","coordinates":[0.1613526,51.6399094]},"properties":{"@type":"node","@id":8286408533,"@timestamp":1609685074},"coords":"51.6399094,0.1613526","bedrooms":"4","price":"272000","area":"532"} , +{"type":"Feature","id":"n8286491962","geometry":{"type":"Point","coordinates":[0.0876295,51.546378]},"properties":{"@type":"node","@id":8286491962,"@timestamp":1609686374},"coords":"51.546378,0.0876295","bedrooms":"2","price":"203000","area":"636"} , +{"type":"Feature","id":"n8286491972","geometry":{"type":"Point","coordinates":[0.0881942,51.5464959]},"properties":{"@type":"node","@id":8286491972,"@timestamp":1609686374},"coords":"51.5464959,0.0881942","bedrooms":"3","price":"248000","area":"424"} , +{"type":"Feature","id":"n8286491982","geometry":{"type":"Point","coordinates":[0.0874634,51.5466931]},"properties":{"@type":"node","@id":8286491982,"@timestamp":1609686374},"coords":"51.5466931,0.0874634","bedrooms":"0","price":"251000","area":"480"} , +{"type":"Feature","id":"n8286542305","geometry":{"type":"Point","coordinates":[-0.640536,51.3966996]},"properties":{"@type":"node","@id":8286542305,"@timestamp":1609688741},"coords":"51.3966996,-0.640536","bedrooms":"3","price":"256000","area":"524"} , +{"type":"Feature","id":"n8286663769","geometry":{"type":"Point","coordinates":[-1.0132831,51.4611867]},"properties":{"@type":"node","@id":8286663769,"@timestamp":1609689507},"coords":"51.4611867,-1.0132831","bedrooms":"2","price":"154000","area":"506"} , +{"type":"Feature","id":"n8286731631","geometry":{"type":"Point","coordinates":[-0.7655016,51.5080851]},"properties":{"@type":"node","@id":8286731631,"@timestamp":1609691495},"coords":"51.5080851,-0.7655016","bedrooms":"1","price":"152000","area":"496"} , +{"type":"Feature","id":"n8286731643","geometry":{"type":"Point","coordinates":[-0.761798,51.5147439]},"properties":{"@type":"node","@id":8286731643,"@timestamp":1609691495},"coords":"51.5147439,-0.761798","bedrooms":"0","price":"176000","area":"484"} , +{"type":"Feature","id":"n8286731658","geometry":{"type":"Point","coordinates":[-0.7719107,51.5123216]},"properties":{"@type":"node","@id":8286731658,"@timestamp":1609691495},"coords":"51.5123216,-0.7719107","bedrooms":"2","price":"214000","area":"570"} , +{"type":"Feature","id":"n8286791660","geometry":{"type":"Point","coordinates":[-0.1124346,51.5809477]},"properties":{"@type":"node","@id":8286791660,"@timestamp":1609691795},"coords":"51.5809477,-0.1124346","bedrooms":"0","price":"224000","area":"588"} , +{"type":"Feature","id":"n8286791670","geometry":{"type":"Point","coordinates":[-0.1118723,51.5803565]},"properties":{"@type":"node","@id":8286791670,"@timestamp":1609691795},"coords":"51.5803565,-0.1118723","bedrooms":"3","price":"224000","area":"506"} , +{"type":"Feature","id":"n8286791680","geometry":{"type":"Point","coordinates":[-0.1115177,51.5797536]},"properties":{"@type":"node","@id":8286791680,"@timestamp":1609691795},"coords":"51.5797536,-0.1115177","bedrooms":"4","price":"248000","area":"427"} , +{"type":"Feature","id":"n8286791690","geometry":{"type":"Point","coordinates":[-0.1110804,51.5791837]},"properties":{"@type":"node","@id":8286791690,"@timestamp":1609691795},"coords":"51.5791837,-0.1110804","bedrooms":"1","price":"169000","area":"582"} , +{"type":"Feature","id":"n8286791700","geometry":{"type":"Point","coordinates":[-0.1106497,51.5786201]},"properties":{"@type":"node","@id":8286791700,"@timestamp":1609691795},"coords":"51.5786201,-0.1106497","bedrooms":"4","price":"250000","area":"453"} , +{"type":"Feature","id":"n8286791710","geometry":{"type":"Point","coordinates":[-0.111797,51.5811968]},"properties":{"@type":"node","@id":8286791710,"@timestamp":1609691795},"coords":"51.5811968,-0.111797","bedrooms":"4","price":"217000","area":"570"} , +{"type":"Feature","id":"n8286791720","geometry":{"type":"Point","coordinates":[-0.1113345,51.5806]},"properties":{"@type":"node","@id":8286791720,"@timestamp":1609691795},"coords":"51.5806,-0.1113345","bedrooms":"2","price":"201000","area":"387"} , +{"type":"Feature","id":"n8286791730","geometry":{"type":"Point","coordinates":[-0.1109031,51.5800349]},"properties":{"@type":"node","@id":8286791730,"@timestamp":1609691795},"coords":"51.5800349,-0.1109031","bedrooms":"1","price":"232000","area":"496"} , +{"type":"Feature","id":"n8286791740","geometry":{"type":"Point","coordinates":[-0.1104568,51.5794605]},"properties":{"@type":"node","@id":8286791740,"@timestamp":1609691795},"coords":"51.5794605,-0.1104568","bedrooms":"2","price":"241000","area":"548"} , +{"type":"Feature","id":"n8286791750","geometry":{"type":"Point","coordinates":[-0.1100132,51.5788844]},"properties":{"@type":"node","@id":8286791750,"@timestamp":1609691795},"coords":"51.5788844,-0.1100132","bedrooms":"4","price":"150000","area":"415"} , +{"type":"Feature","id":"n8286791760","geometry":{"type":"Point","coordinates":[-0.109963,51.5781975]},"properties":{"@type":"node","@id":8286791760,"@timestamp":1609691795},"coords":"51.5781975,-0.109963","bedrooms":"0","price":"214000","area":"358"} , +{"type":"Feature","id":"n8286916288","geometry":{"type":"Point","coordinates":[-0.2497807,51.959689]},"properties":{"@type":"node","@id":8286916288,"@timestamp":1609695791},"coords":"51.959689,-0.2497807","bedrooms":"4","price":"151000","area":"639"} , +{"type":"Feature","id":"n8286969305","geometry":{"type":"Point","coordinates":[-0.7509351,51.5186639]},"properties":{"@type":"node","@id":8286969305,"@timestamp":1609697292},"coords":"51.5186639,-0.7509351","bedrooms":"3","price":"169000","area":"352"} , +{"type":"Feature","id":"n8287037021","geometry":{"type":"Point","coordinates":[-0.7436987,51.5200079]},"properties":{"@type":"node","@id":8287037021,"@timestamp":1609697292},"coords":"51.5200079,-0.7436987","bedrooms":"2","price":"215000","area":"588"} , +{"type":"Feature","id":"n8287037031","geometry":{"type":"Point","coordinates":[-0.7461122,51.5179666]},"properties":{"@type":"node","@id":8287037031,"@timestamp":1609697292},"coords":"51.5179666,-0.7461122","bedrooms":"2","price":"294000","area":"468"} , +{"type":"Feature","id":"n8287037042","geometry":{"type":"Point","coordinates":[-0.7561228,51.5156672]},"properties":{"@type":"node","@id":8287037042,"@timestamp":1609697292},"coords":"51.5156672,-0.7561228","bedrooms":"2","price":"254000","area":"444"} , +{"type":"Feature","id":"n8287037055","geometry":{"type":"Point","coordinates":[-0.7502857,51.5131471]},"properties":{"@type":"node","@id":8287037055,"@timestamp":1609697292},"coords":"51.5131471,-0.7502857","bedrooms":"3","price":"199000","area":"527"} , +{"type":"Feature","id":"n8287082826","geometry":{"type":"Point","coordinates":[0.1794191,51.645893]},"properties":{"@type":"node","@id":8287082826,"@timestamp":1609698113},"coords":"51.645893,0.1794191","bedrooms":"3","price":"182000","area":"512"} , +{"type":"Feature","id":"n8287083052","geometry":{"type":"Point","coordinates":[0.167622,51.6381262]},"properties":{"@type":"node","@id":8287083052,"@timestamp":1609698113},"coords":"51.6381262,0.167622","bedrooms":"0","price":"262000","area":"382"} , +{"type":"Feature","id":"n8287083091","geometry":{"type":"Point","coordinates":[0.166702,51.6390551]},"properties":{"@type":"node","@id":8287083091,"@timestamp":1609698113},"coords":"51.6390551,0.166702","bedrooms":"1","price":"271000","area":"656"} , +{"type":"Feature","id":"n8287083133","geometry":{"type":"Point","coordinates":[0.1667868,51.6383409]},"properties":{"@type":"node","@id":8287083133,"@timestamp":1609698113},"coords":"51.6383409,0.1667868","bedrooms":"3","price":"187000","area":"561"} , +{"type":"Feature","id":"n8287083285","geometry":{"type":"Point","coordinates":[0.1649992,51.6405152]},"properties":{"@type":"node","@id":8287083285,"@timestamp":1609698113},"coords":"51.6405152,0.1649992","bedrooms":"0","price":"176000","area":"524"} , +{"type":"Feature","id":"n8287083346","geometry":{"type":"Point","coordinates":[0.1663298,51.6405162]},"properties":{"@type":"node","@id":8287083346,"@timestamp":1609698113},"coords":"51.6405162,0.1663298","bedrooms":"1","price":"217000","area":"407"} , +{"type":"Feature","id":"n8287349084","geometry":{"type":"Point","coordinates":[-0.7472258,51.5168944]},"properties":{"@type":"node","@id":8287349084,"@timestamp":1609700552},"coords":"51.5168944,-0.7472258","bedrooms":"0","price":"210000","area":"548"} , +{"type":"Feature","id":"n8287383439","geometry":{"type":"Point","coordinates":[0.1658897,51.6433397]},"properties":{"@type":"node","@id":8287383439,"@timestamp":1609700801},"coords":"51.6433397,0.1658897","bedrooms":"4","price":"279000","area":"543"} , +{"type":"Feature","id":"n8287383495","geometry":{"type":"Point","coordinates":[0.1657002,51.6423139]},"properties":{"@type":"node","@id":8287383495,"@timestamp":1609700801},"coords":"51.6423139,0.1657002","bedrooms":"1","price":"273000","area":"406"} , +{"type":"Feature","id":"n8287383505","geometry":{"type":"Point","coordinates":[0.1665122,51.6428507]},"properties":{"@type":"node","@id":8287383505,"@timestamp":1609700801},"coords":"51.6428507,0.1665122","bedrooms":"3","price":"215000","area":"443"} , +{"type":"Feature","id":"n8287383515","geometry":{"type":"Point","coordinates":[0.1655325,51.6423301]},"properties":{"@type":"node","@id":8287383515,"@timestamp":1609700801},"coords":"51.6423301,0.1655325","bedrooms":"4","price":"298000","area":"407"} , +{"type":"Feature","id":"n8287606613","geometry":{"type":"Point","coordinates":[-0.7749866,51.6284136]},"properties":{"@type":"node","@id":8287606613,"@timestamp":1609707555},"coords":"51.6284136,-0.7749866","bedrooms":"4","price":"214000","area":"572"} , +{"type":"Feature","id":"n8287685561","geometry":{"type":"Point","coordinates":[-0.7923094,51.6256194]},"properties":{"@type":"node","@id":8287685561,"@timestamp":1609710729},"coords":"51.6256194,-0.7923094","bedrooms":"2","price":"205000","area":"363"} , +{"type":"Feature","id":"n8287697580","geometry":{"type":"Point","coordinates":[0.287424,51.8710712]},"properties":{"@type":"node","@id":8287697580,"@timestamp":1609710582},"coords":"51.8710712,0.287424","bedrooms":"1","price":"245000","area":"379"} , +{"type":"Feature","id":"n8287875687","geometry":{"type":"Point","coordinates":[-0.2204092,51.4109077]},"properties":{"@type":"node","@id":8287875687,"@timestamp":1609715309},"coords":"51.4109077,-0.2204092","bedrooms":"4","price":"290000","area":"563"} , +{"type":"Feature","id":"n8287915573","geometry":{"type":"Point","coordinates":[0.0226918,51.5044313]},"properties":{"@type":"node","@id":8287915573,"@timestamp":1609716458},"coords":"51.5044313,0.0226918","bedrooms":"3","price":"150000","area":"355"} , +{"type":"Feature","id":"n8288018255","geometry":{"type":"Point","coordinates":[0.204143,51.4039631]},"properties":{"@type":"node","@id":8288018255,"@timestamp":1609721659},"coords":"51.4039631,0.204143","bedrooms":"1","price":"194000","area":"620"} , +{"type":"Feature","id":"n8288639064","geometry":{"type":"Point","coordinates":[-0.1721072,51.4909764]},"properties":{"@type":"node","@id":8288639064,"@timestamp":1609743828},"coords":"51.4909764,-0.1721072","bedrooms":"2","price":"250000","area":"419"} , +{"type":"Feature","id":"n8288640175","geometry":{"type":"Point","coordinates":[-0.172948,51.49087]},"properties":{"@type":"node","@id":8288640175,"@timestamp":1609743828},"coords":"51.49087,-0.172948","bedrooms":"1","price":"172000","area":"350"} , +{"type":"Feature","id":"n8289086872","geometry":{"type":"Point","coordinates":[0.1681533,51.6539839]},"properties":{"@type":"node","@id":8289086872,"@timestamp":1609754172},"coords":"51.6539839,0.1681533","bedrooms":"1","price":"243000","area":"350"} , +{"type":"Feature","id":"n8289141883","geometry":{"type":"Point","coordinates":[0.4761181,51.292077]},"properties":{"@type":"node","@id":8289141883,"@timestamp":1609755638},"coords":"51.292077,0.4761181","bedrooms":"1","price":"170000","area":"386"} , +{"type":"Feature","id":"n8289297414","geometry":{"type":"Point","coordinates":[0.1650916,51.6451085]},"properties":{"@type":"node","@id":8289297414,"@timestamp":1609759399},"coords":"51.6451085,0.1650916","bedrooms":"2","price":"270000","area":"375"} , +{"type":"Feature","id":"n8289382158","geometry":{"type":"Point","coordinates":[-0.1715031,51.4903173]},"properties":{"@type":"node","@id":8289382158,"@timestamp":1609761149},"coords":"51.4903173,-0.1715031","bedrooms":"0","price":"260000","area":"509"} , +{"type":"Feature","id":"n8289414214","geometry":{"type":"Point","coordinates":[-0.8066009,51.8100552]},"properties":{"@type":"node","@id":8289414214,"@timestamp":1609762020},"coords":"51.8100552,-0.8066009","bedrooms":"1","price":"246000","area":"656"} , +{"type":"Feature","id":"n8289484995","geometry":{"type":"Point","coordinates":[-0.1710496,51.4901078]},"properties":{"@type":"node","@id":8289484995,"@timestamp":1609763550},"coords":"51.4901078,-0.1710496","bedrooms":"0","price":"226000","area":"534"} , +{"type":"Feature","id":"n8289586458","geometry":{"type":"Point","coordinates":[-0.0176907,51.6097987]},"properties":{"@type":"node","@id":8289586458,"@timestamp":1626380287},"coords":"51.6097987,-0.0176907","bedrooms":"4","price":"188000","area":"440"} , +{"type":"Feature","id":"n8289640375","geometry":{"type":"Point","coordinates":[-0.1596727,51.1887021]},"properties":{"@type":"node","@id":8289640375,"@timestamp":1609767637},"coords":"51.1887021,-0.1596727","bedrooms":"3","price":"273000","area":"618"} , +{"type":"Feature","id":"n8289809386","geometry":{"type":"Point","coordinates":[-0.167239,51.2042135]},"properties":{"@type":"node","@id":8289809386,"@timestamp":1630056542},"coords":"51.2042135,-0.167239","bedrooms":"4","price":"170000","area":"360"} , +{"type":"Feature","id":"n8289856397","geometry":{"type":"Point","coordinates":[0.1715799,51.6545941]},"properties":{"@type":"node","@id":8289856397,"@timestamp":1609771814},"coords":"51.6545941,0.1715799","bedrooms":"3","price":"299000","area":"601"} , +{"type":"Feature","id":"n8289856411","geometry":{"type":"Point","coordinates":[0.1730146,51.6503631]},"properties":{"@type":"node","@id":8289856411,"@timestamp":1609771814},"coords":"51.6503631,0.1730146","bedrooms":"1","price":"161000","area":"429"} , +{"type":"Feature","id":"n8289944734","geometry":{"type":"Point","coordinates":[-0.6659343,51.3935463]},"properties":{"@type":"node","@id":8289944734,"@timestamp":1609773374},"coords":"51.3935463,-0.6659343","bedrooms":"1","price":"153000","area":"500"} , +{"type":"Feature","id":"n8290079115","geometry":{"type":"Point","coordinates":[-0.7936094,51.8033983]},"properties":{"@type":"node","@id":8290079115,"@timestamp":1628720306},"coords":"51.8033983,-0.7936094","bedrooms":"3","price":"159000","area":"389"} , +{"type":"Feature","id":"n8290291514","geometry":{"type":"Point","coordinates":[0.1660556,51.650755]},"properties":{"@type":"node","@id":8290291514,"@timestamp":1609778724},"coords":"51.650755,0.1660556","bedrooms":"4","price":"226000","area":"676"} , +{"type":"Feature","id":"n8290588834","geometry":{"type":"Point","coordinates":[-0.2977885,51.07081]},"properties":{"@type":"node","@id":8290588834,"@timestamp":1609784583},"coords":"51.07081,-0.2977885","bedrooms":"0","price":"267000","area":"520"} , +{"type":"Feature","id":"n8290588844","geometry":{"type":"Point","coordinates":[-0.2963211,51.0715935]},"properties":{"@type":"node","@id":8290588844,"@timestamp":1609784583},"coords":"51.0715935,-0.2963211","bedrooms":"3","price":"228000","area":"492"} , +{"type":"Feature","id":"n8291059354","geometry":{"type":"Point","coordinates":[0.1706891,51.6496501]},"properties":{"@type":"node","@id":8291059354,"@timestamp":1609788035},"coords":"51.6496501,0.1706891","bedrooms":"1","price":"257000","area":"692"} , +{"type":"Feature","id":"n8291527496","geometry":{"type":"Point","coordinates":[-0.7415367,51.5129652]},"properties":{"@type":"node","@id":8291527496,"@timestamp":1609792690},"coords":"51.5129652,-0.7415367","bedrooms":"0","price":"296000","area":"449"} , +{"type":"Feature","id":"n8291527509","geometry":{"type":"Point","coordinates":[-0.7406517,51.5072491]},"properties":{"@type":"node","@id":8291527509,"@timestamp":1609792690},"coords":"51.5072491,-0.7406517","bedrooms":"0","price":"172000","area":"560"} , +{"type":"Feature","id":"n8291660336","geometry":{"type":"Point","coordinates":[-0.7395874,51.5109594]},"properties":{"@type":"node","@id":8291660336,"@timestamp":1609796028},"coords":"51.5109594,-0.7395874","bedrooms":"4","price":"200000","area":"609"} , +{"type":"Feature","id":"n8291660346","geometry":{"type":"Point","coordinates":[-0.73411,51.5124337]},"properties":{"@type":"node","@id":8291660346,"@timestamp":1609796028},"coords":"51.5124337,-0.73411","bedrooms":"2","price":"259000","area":"420"} , +{"type":"Feature","id":"n8291660356","geometry":{"type":"Point","coordinates":[-0.7339097,51.5133936]},"properties":{"@type":"node","@id":8291660356,"@timestamp":1609796028},"coords":"51.5133936,-0.7339097","bedrooms":"1","price":"162000","area":"630"} , +{"type":"Feature","id":"n8291660366","geometry":{"type":"Point","coordinates":[-0.7308634,51.5126737]},"properties":{"@type":"node","@id":8291660366,"@timestamp":1609796028},"coords":"51.5126737,-0.7308634","bedrooms":"2","price":"226000","area":"529"} , +{"type":"Feature","id":"n8291717655","geometry":{"type":"Point","coordinates":[-0.7375944,51.5144629]},"properties":{"@type":"node","@id":8291717655,"@timestamp":1609798095},"coords":"51.5144629,-0.7375944","bedrooms":"2","price":"240000","area":"566"} , +{"type":"Feature","id":"n8291717665","geometry":{"type":"Point","coordinates":[-0.728637,51.5107842]},"properties":{"@type":"node","@id":8291717665,"@timestamp":1609798095},"coords":"51.5107842,-0.728637","bedrooms":"3","price":"253000","area":"582"} , +{"type":"Feature","id":"n8291797520","geometry":{"type":"Point","coordinates":[-0.7709497,51.6349605]},"properties":{"@type":"node","@id":8291797520,"@timestamp":1609801171},"coords":"51.6349605,-0.7709497","bedrooms":"3","price":"193000","area":"647"} , +{"type":"Feature","id":"n8291909839","geometry":{"type":"Point","coordinates":[-0.2606175,51.4167944]},"properties":{"@type":"node","@id":8291909839,"@timestamp":1609806804},"coords":"51.4167944,-0.2606175","bedrooms":"0","price":"239000","area":"420"} , +{"type":"Feature","id":"n8291920357","geometry":{"type":"Point","coordinates":[-0.2595527,51.4177788]},"properties":{"@type":"node","@id":8291920357,"@timestamp":1609808446},"coords":"51.4177788,-0.2595527","bedrooms":"4","price":"187000","area":"675"} , +{"type":"Feature","id":"n8291920390","geometry":{"type":"Point","coordinates":[-0.2601676,51.4178632]},"properties":{"@type":"node","@id":8291920390,"@timestamp":1609808446},"coords":"51.4178632,-0.2601676","bedrooms":"3","price":"287000","area":"369"} , +{"type":"Feature","id":"n8292498854","geometry":{"type":"Point","coordinates":[-0.1697605,51.4886124]},"properties":{"@type":"node","@id":8292498854,"@timestamp":1609830691},"coords":"51.4886124,-0.1697605","bedrooms":"4","price":"291000","area":"434"} , +{"type":"Feature","id":"n8292599030","geometry":{"type":"Point","coordinates":[-0.5007201,51.4322766]},"properties":{"@type":"node","@id":8292599030,"@timestamp":1609833075},"coords":"51.4322766,-0.5007201","bedrooms":"1","price":"290000","area":"683"} , +{"type":"Feature","id":"n8292736593","geometry":{"type":"Point","coordinates":[0.681908,51.0667404]},"properties":{"@type":"node","@id":8292736593,"@timestamp":1609836994},"coords":"51.0667404,0.681908","bedrooms":"0","price":"280000","area":"608"} , +{"type":"Feature","id":"n8292831256","geometry":{"type":"Point","coordinates":[0.6813013,51.0657858]},"properties":{"@type":"node","@id":8292831256,"@timestamp":1609838520},"coords":"51.0657858,0.6813013","bedrooms":"0","price":"241000","area":"679"} , +{"type":"Feature","id":"n8292898946","geometry":{"type":"Point","coordinates":[-0.6171234,51.5162048]},"properties":{"@type":"node","@id":8292898946,"@timestamp":1609840203},"coords":"51.5162048,-0.6171234","bedrooms":"4","price":"279000","area":"374"} , +{"type":"Feature","id":"n8292936053","geometry":{"type":"Point","coordinates":[-0.098401,51.5759668]},"properties":{"@type":"node","@id":8292936053,"@timestamp":1609841099},"coords":"51.5759668,-0.098401","bedrooms":"3","price":"171000","area":"604"} , +{"type":"Feature","id":"n8292961634","geometry":{"type":"Point","coordinates":[-0.1139771,51.5676761]},"properties":{"@type":"node","@id":8292961634,"@timestamp":1609841439},"coords":"51.5676761,-0.1139771","bedrooms":"2","price":"265000","area":"682"} , +{"type":"Feature","id":"n8292961644","geometry":{"type":"Point","coordinates":[-0.1132528,51.5672025]},"properties":{"@type":"node","@id":8292961644,"@timestamp":1609841439},"coords":"51.5672025,-0.1132528","bedrooms":"0","price":"231000","area":"586"} , +{"type":"Feature","id":"n8292973257","geometry":{"type":"Point","coordinates":[0.687477,51.0682043]},"properties":{"@type":"node","@id":8292973257,"@timestamp":1626699381},"coords":"51.0682043,0.687477","bedrooms":"2","price":"261000","area":"616"} , +{"type":"Feature","id":"n8293004963","geometry":{"type":"Point","coordinates":[-0.1164327,51.5679525]},"properties":{"@type":"node","@id":8293004963,"@timestamp":1609842430},"coords":"51.5679525,-0.1164327","bedrooms":"4","price":"187000","area":"656"} , +{"type":"Feature","id":"n8293004973","geometry":{"type":"Point","coordinates":[-0.1171364,51.5679127]},"properties":{"@type":"node","@id":8293004973,"@timestamp":1609842430},"coords":"51.5679127,-0.1171364","bedrooms":"1","price":"220000","area":"398"} , +{"type":"Feature","id":"n8293004983","geometry":{"type":"Point","coordinates":[-0.1169159,51.567707]},"properties":{"@type":"node","@id":8293004983,"@timestamp":1609842430},"coords":"51.567707,-0.1169159","bedrooms":"2","price":"202000","area":"388"} , +{"type":"Feature","id":"n8293055332","geometry":{"type":"Point","coordinates":[-0.8149186,51.8274765]},"properties":{"@type":"node","@id":8293055332,"@timestamp":1609843300},"coords":"51.8274765,-0.8149186","bedrooms":"1","price":"282000","area":"644"} , +{"type":"Feature","id":"n8293109613","geometry":{"type":"Point","coordinates":[-0.248073,51.2832941]},"properties":{"@type":"node","@id":8293109613,"@timestamp":1609845313},"coords":"51.2832941,-0.248073","bedrooms":"1","price":"158000","area":"694"} , +{"type":"Feature","id":"n8293110371","geometry":{"type":"Point","coordinates":[-0.1128407,51.4443597]},"properties":{"@type":"node","@id":8293110371,"@timestamp":1609844674},"coords":"51.4443597,-0.1128407","bedrooms":"3","price":"265000","area":"520"} , +{"type":"Feature","id":"n8293153098","geometry":{"type":"Point","coordinates":[-0.1169562,51.5674874]},"properties":{"@type":"node","@id":8293153098,"@timestamp":1609845639},"coords":"51.5674874,-0.1169562","bedrooms":"4","price":"196000","area":"629"} , +{"type":"Feature","id":"n8293153108","geometry":{"type":"Point","coordinates":[-0.1176468,51.56765]},"properties":{"@type":"node","@id":8293153108,"@timestamp":1609845639},"coords":"51.56765,-0.1176468","bedrooms":"3","price":"242000","area":"461"} , +{"type":"Feature","id":"n8293179517","geometry":{"type":"Point","coordinates":[-0.1181901,51.567378]},"properties":{"@type":"node","@id":8293179517,"@timestamp":1609845639},"coords":"51.567378,-0.1181901","bedrooms":"3","price":"251000","area":"367"} , +{"type":"Feature","id":"n8293186555","geometry":{"type":"Point","coordinates":[0.1540357,51.5044463]},"properties":{"@type":"node","@id":8293186555,"@timestamp":1609845831},"coords":"51.5044463,0.1540357","bedrooms":"3","price":"265000","area":"656"} , +{"type":"Feature","id":"n8293200942","geometry":{"type":"Point","coordinates":[-0.8153107,51.8313969]},"properties":{"@type":"node","@id":8293200942,"@timestamp":1609846196},"coords":"51.8313969,-0.8153107","bedrooms":"2","price":"293000","area":"373"} , +{"type":"Feature","id":"n8293286421","geometry":{"type":"Point","coordinates":[-0.118558,51.5679018]},"properties":{"@type":"node","@id":8293286421,"@timestamp":1609847893},"coords":"51.5679018,-0.118558","bedrooms":"3","price":"244000","area":"619"} , +{"type":"Feature","id":"n8293286431","geometry":{"type":"Point","coordinates":[-0.1191336,51.5676046]},"properties":{"@type":"node","@id":8293286431,"@timestamp":1609847893},"coords":"51.5676046,-0.1191336","bedrooms":"2","price":"249000","area":"369"} , +{"type":"Feature","id":"n8293286441","geometry":{"type":"Point","coordinates":[-0.1197087,51.5673076]},"properties":{"@type":"node","@id":8293286441,"@timestamp":1609847893},"coords":"51.5673076,-0.1197087","bedrooms":"4","price":"225000","area":"641"} , +{"type":"Feature","id":"n8293286451","geometry":{"type":"Point","coordinates":[-0.1202853,51.5670099]},"properties":{"@type":"node","@id":8293286451,"@timestamp":1609847893},"coords":"51.5670099,-0.1202853","bedrooms":"3","price":"227000","area":"377"} , +{"type":"Feature","id":"n8293286461","geometry":{"type":"Point","coordinates":[-0.1179029,51.5678815]},"properties":{"@type":"node","@id":8293286461,"@timestamp":1609847893},"coords":"51.5678815,-0.1179029","bedrooms":"1","price":"269000","area":"457"} , +{"type":"Feature","id":"n8293286471","geometry":{"type":"Point","coordinates":[-0.1182203,51.5675677]},"properties":{"@type":"node","@id":8293286471,"@timestamp":1609847893},"coords":"51.5675677,-0.1182203","bedrooms":"0","price":"286000","area":"472"} , +{"type":"Feature","id":"n8293286481","geometry":{"type":"Point","coordinates":[-0.1187791,51.5672795]},"properties":{"@type":"node","@id":8293286481,"@timestamp":1609847893},"coords":"51.5672795,-0.1187791","bedrooms":"1","price":"253000","area":"595"} , +{"type":"Feature","id":"n8293286491","geometry":{"type":"Point","coordinates":[-0.1200569,51.5666249]},"properties":{"@type":"node","@id":8293286491,"@timestamp":1609847893},"coords":"51.5666249,-0.1200569","bedrooms":"0","price":"280000","area":"621"} , +{"type":"Feature","id":"n8293351634","geometry":{"type":"Point","coordinates":[0.1812987,51.6518241]},"properties":{"@type":"node","@id":8293351634,"@timestamp":1609849046},"coords":"51.6518241,0.1812987","bedrooms":"1","price":"199000","area":"595"} , +{"type":"Feature","id":"n8293409782","geometry":{"type":"Point","coordinates":[-0.3599346,51.4126027]},"properties":{"@type":"node","@id":8293409782,"@timestamp":1609851428},"coords":"51.4126027,-0.3599346","bedrooms":"0","price":"296000","area":"510"} , +{"type":"Feature","id":"n8293409807","geometry":{"type":"Point","coordinates":[-0.3599505,51.4125217]},"properties":{"@type":"node","@id":8293409807,"@timestamp":1609851428},"coords":"51.4125217,-0.3599505","bedrooms":"1","price":"195000","area":"688"} , +{"type":"Feature","id":"n8293437157","geometry":{"type":"Point","coordinates":[-0.3381167,51.4750836]},"properties":{"@type":"node","@id":8293437157,"@timestamp":1609851669},"coords":"51.4750836,-0.3381167","bedrooms":"0","price":"158000","area":"458"} , +{"type":"Feature","id":"n8293437167","geometry":{"type":"Point","coordinates":[-0.3374266,51.475124]},"properties":{"@type":"node","@id":8293437167,"@timestamp":1609851669},"coords":"51.475124,-0.3374266","bedrooms":"2","price":"266000","area":"605"} , +{"type":"Feature","id":"n8293590776","geometry":{"type":"Point","coordinates":[-0.7360977,51.5054434]},"properties":{"@type":"node","@id":8293590776,"@timestamp":1609853759},"coords":"51.5054434,-0.7360977","bedrooms":"1","price":"174000","area":"404"} , +{"type":"Feature","id":"n8293604067","geometry":{"type":"Point","coordinates":[-0.326621,51.0749456]},"properties":{"@type":"node","@id":8293604067,"@timestamp":1609853485},"coords":"51.0749456,-0.326621","bedrooms":"4","price":"190000","area":"567"} , +{"type":"Feature","id":"n8293688264","geometry":{"type":"Point","coordinates":[-0.9562548,51.4648932]},"properties":{"@type":"node","@id":8293688264,"@timestamp":1609855018},"coords":"51.4648932,-0.9562548","bedrooms":"2","price":"160000","area":"590"} , +{"type":"Feature","id":"n8293737132","geometry":{"type":"Point","coordinates":[0.1763343,51.6493988]},"properties":{"@type":"node","@id":8293737132,"@timestamp":1609854933},"coords":"51.6493988,0.1763343","bedrooms":"0","price":"191000","area":"582"} , +{"type":"Feature","id":"n8293737307","geometry":{"type":"Point","coordinates":[0.1777775,51.6502035]},"properties":{"@type":"node","@id":8293737307,"@timestamp":1609854933},"coords":"51.6502035,0.1777775","bedrooms":"3","price":"293000","area":"355"} , +{"type":"Feature","id":"n8293790905","geometry":{"type":"Point","coordinates":[-0.7083613,51.5027638]},"properties":{"@type":"node","@id":8293790905,"@timestamp":1609855485},"coords":"51.5027638,-0.7083613","bedrooms":"2","price":"270000","area":"578"} , +{"type":"Feature","id":"n8293793117","geometry":{"type":"Point","coordinates":[-0.7178456,51.5079811]},"properties":{"@type":"node","@id":8293793117,"@timestamp":1609855485},"coords":"51.5079811,-0.7178456","bedrooms":"1","price":"226000","area":"689"} , +{"type":"Feature","id":"n8293952360","geometry":{"type":"Point","coordinates":[-0.7050381,51.5107847]},"properties":{"@type":"node","@id":8293952360,"@timestamp":1609859450},"coords":"51.5107847,-0.7050381","bedrooms":"3","price":"158000","area":"653"} , +{"type":"Feature","id":"n8294025713","geometry":{"type":"Point","coordinates":[-0.8512904,51.8315165]},"properties":{"@type":"node","@id":8294025713,"@timestamp":1609860810},"coords":"51.8315165,-0.8512904","bedrooms":"0","price":"248000","area":"491"} , +{"type":"Feature","id":"n8294174351","geometry":{"type":"Point","coordinates":[-0.3034222,51.0876195]},"properties":{"@type":"node","@id":8294174351,"@timestamp":1609864557},"coords":"51.0876195,-0.3034222","bedrooms":"4","price":"180000","area":"382"} , +{"type":"Feature","id":"n8294204961","geometry":{"type":"Point","coordinates":[-0.1122347,51.4439088]},"properties":{"@type":"node","@id":8294204961,"@timestamp":1609865092},"coords":"51.4439088,-0.1122347","bedrooms":"0","price":"240000","area":"483"} , +{"type":"Feature","id":"n8294252330","geometry":{"type":"Point","coordinates":[-0.7305937,51.5210645]},"properties":{"@type":"node","@id":8294252330,"@timestamp":1609866299},"coords":"51.5210645,-0.7305937","bedrooms":"1","price":"195000","area":"401"} , +{"type":"Feature","id":"n8294252340","geometry":{"type":"Point","coordinates":[-0.742022,51.5155615]},"properties":{"@type":"node","@id":8294252340,"@timestamp":1609866299},"coords":"51.5155615,-0.742022","bedrooms":"4","price":"233000","area":"664"} , +{"type":"Feature","id":"n8294252350","geometry":{"type":"Point","coordinates":[-0.735469,51.5196967]},"properties":{"@type":"node","@id":8294252350,"@timestamp":1609866299},"coords":"51.5196967,-0.735469","bedrooms":"0","price":"202000","area":"693"} , +{"type":"Feature","id":"n8294252362","geometry":{"type":"Point","coordinates":[-0.7356909,51.5229212]},"properties":{"@type":"node","@id":8294252362,"@timestamp":1609866299},"coords":"51.5229212,-0.7356909","bedrooms":"2","price":"179000","area":"695"} , +{"type":"Feature","id":"n8294292795","geometry":{"type":"Point","coordinates":[-0.7696012,51.8100684]},"properties":{"@type":"node","@id":8294292795,"@timestamp":1609868082},"coords":"51.8100684,-0.7696012","bedrooms":"0","price":"270000","area":"608"} , +{"type":"Feature","id":"n8294361235","geometry":{"type":"Point","coordinates":[-0.3263734,51.0736961]},"properties":{"@type":"node","@id":8294361235,"@timestamp":1609868403},"coords":"51.0736961,-0.3263734","bedrooms":"0","price":"285000","area":"477"} , +{"type":"Feature","id":"n8294361245","geometry":{"type":"Point","coordinates":[-0.326439,51.074111]},"properties":{"@type":"node","@id":8294361245,"@timestamp":1609868403},"coords":"51.074111,-0.326439","bedrooms":"3","price":"174000","area":"447"} , +{"type":"Feature","id":"n8294382123","geometry":{"type":"Point","coordinates":[0.1399087,51.879875]},"properties":{"@type":"node","@id":8294382123,"@timestamp":1617571286},"coords":"51.879875,0.1399087","bedrooms":"4","price":"241000","area":"580"} , +{"type":"Feature","id":"n8294418542","geometry":{"type":"Point","coordinates":[-0.8378236,51.6190852]},"properties":{"@type":"node","@id":8294418542,"@timestamp":1609870176},"coords":"51.6190852,-0.8378236","bedrooms":"1","price":"258000","area":"610"} , +{"type":"Feature","id":"n8294450163","geometry":{"type":"Point","coordinates":[-0.0219259,51.5163047]},"properties":{"@type":"node","@id":8294450163,"@timestamp":1609871466},"coords":"51.5163047,-0.0219259","bedrooms":"2","price":"172000","area":"695"} , +{"type":"Feature","id":"n8294542719","geometry":{"type":"Point","coordinates":[-0.1193944,51.5656175]},"properties":{"@type":"node","@id":8294542719,"@timestamp":1609874643},"coords":"51.5656175,-0.1193944","bedrooms":"3","price":"176000","area":"670"} , +{"type":"Feature","id":"n8294542729","geometry":{"type":"Point","coordinates":[-0.1197488,51.565987]},"properties":{"@type":"node","@id":8294542729,"@timestamp":1609874643},"coords":"51.565987,-0.1197488","bedrooms":"3","price":"182000","area":"366"} , +{"type":"Feature","id":"n8294542739","geometry":{"type":"Point","coordinates":[-0.1195701,51.5666762]},"properties":{"@type":"node","@id":8294542739,"@timestamp":1609874643},"coords":"51.5666762,-0.1195701","bedrooms":"1","price":"271000","area":"683"} , +{"type":"Feature","id":"n8294542749","geometry":{"type":"Point","coordinates":[-0.1201128,51.5663965]},"properties":{"@type":"node","@id":8294542749,"@timestamp":1609874643},"coords":"51.5663965,-0.1201128","bedrooms":"0","price":"162000","area":"532"} , +{"type":"Feature","id":"n8294714933","geometry":{"type":"Point","coordinates":[0.1721683,51.6569499]},"properties":{"@type":"node","@id":8294714933,"@timestamp":1609878677},"coords":"51.6569499,0.1721683","bedrooms":"1","price":"299000","area":"515"} , +{"type":"Feature","id":"n8294715042","geometry":{"type":"Point","coordinates":[0.1731059,51.6567902]},"properties":{"@type":"node","@id":8294715042,"@timestamp":1609878677},"coords":"51.6567902,0.1731059","bedrooms":"0","price":"198000","area":"425"} , +{"type":"Feature","id":"n8294744221","geometry":{"type":"Point","coordinates":[-0.7883785,51.6419647]},"properties":{"@type":"node","@id":8294744221,"@timestamp":1609879368},"coords":"51.6419647,-0.7883785","bedrooms":"3","price":"247000","area":"359"} , +{"type":"Feature","id":"n8294785510","geometry":{"type":"Point","coordinates":[0.6001927,51.6108814]},"properties":{"@type":"node","@id":8294785510,"@timestamp":1609880790},"coords":"51.6108814,0.6001927","bedrooms":"4","price":"233000","area":"450"} , +{"type":"Feature","id":"n8294834099","geometry":{"type":"Point","coordinates":[0.0248269,51.5040601]},"properties":{"@type":"node","@id":8294834099,"@timestamp":1609881367},"coords":"51.5040601,0.0248269","bedrooms":"3","price":"294000","area":"372"} , +{"type":"Feature","id":"n8295062449","geometry":{"type":"Point","coordinates":[0.2986791,51.2097808]},"properties":{"@type":"node","@id":8295062449,"@timestamp":1619425130},"coords":"51.2097808,0.2986791","bedrooms":"2","price":"231000","area":"556"} , +{"type":"Feature","id":"n8295174319","geometry":{"type":"Point","coordinates":[-0.0422649,51.5167707]},"properties":{"@type":"node","@id":8295174319,"@timestamp":1618516955},"coords":"51.5167707,-0.0422649","bedrooms":"2","price":"297000","area":"664"} , +{"type":"Feature","id":"n8295174459","geometry":{"type":"Point","coordinates":[-0.0390459,51.5137732]},"properties":{"@type":"node","@id":8295174459,"@timestamp":1609893082},"coords":"51.5137732,-0.0390459","bedrooms":"3","price":"224000","area":"592"} , +{"type":"Feature","id":"n8295226772","geometry":{"type":"Point","coordinates":[-0.3419437,51.473891]},"properties":{"@type":"node","@id":8295226772,"@timestamp":1609896807},"coords":"51.473891,-0.3419437","bedrooms":"4","price":"166000","area":"432"} , +{"type":"Feature","id":"n8295322336","geometry":{"type":"Point","coordinates":[0.881119,51.1403344]},"properties":{"@type":"node","@id":8295322336,"@timestamp":1609902106},"coords":"51.1403344,0.881119","bedrooms":"1","price":"175000","area":"406"} , +{"type":"Feature","id":"n8295347643","geometry":{"type":"Point","coordinates":[-1.1122189,51.2964497]},"properties":{"@type":"node","@id":8295347643,"@timestamp":1609904074},"coords":"51.2964497,-1.1122189","bedrooms":"3","price":"152000","area":"655"} , +{"type":"Feature","id":"n8295369965","geometry":{"type":"Point","coordinates":[-0.3960174,51.5575563]},"properties":{"@type":"node","@id":8295369965,"@timestamp":1609905233},"coords":"51.5575563,-0.3960174","bedrooms":"4","price":"259000","area":"575"} , +{"type":"Feature","id":"n8295386855","geometry":{"type":"Point","coordinates":[-0.4287829,51.3807936]},"properties":{"@type":"node","@id":8295386855,"@timestamp":1609905869},"coords":"51.3807936,-0.4287829","bedrooms":"1","price":"268000","area":"435"} , +{"type":"Feature","id":"n8295430482","geometry":{"type":"Point","coordinates":[-0.1715408,51.4915526]},"properties":{"@type":"node","@id":8295430482,"@timestamp":1609907164},"coords":"51.4915526,-0.1715408","bedrooms":"2","price":"183000","area":"638"} , +{"type":"Feature","id":"n8295430553","geometry":{"type":"Point","coordinates":[-0.1706754,51.4907523]},"properties":{"@type":"node","@id":8295430553,"@timestamp":1609907164},"coords":"51.4907523,-0.1706754","bedrooms":"4","price":"165000","area":"545"} , +{"type":"Feature","id":"n8295526123","geometry":{"type":"Point","coordinates":[-0.7287182,51.4417744]},"properties":{"@type":"node","@id":8295526123,"@timestamp":1609910926},"coords":"51.4417744,-0.7287182","bedrooms":"4","price":"209000","area":"499"} , +{"type":"Feature","id":"n8295634812","geometry":{"type":"Point","coordinates":[-0.2466908,51.161132]},"properties":{"@type":"node","@id":8295634812,"@timestamp":1609914831},"coords":"51.161132,-0.2466908","bedrooms":"3","price":"258000","area":"454"} , +{"type":"Feature","id":"n8295762337","geometry":{"type":"Point","coordinates":[-0.2932221,51.3081155]},"properties":{"@type":"node","@id":8295762337,"@timestamp":1619653275},"coords":"51.3081155,-0.2932221","bedrooms":"4","price":"150000","area":"356"} , +{"type":"Feature","id":"n8296178625","geometry":{"type":"Point","coordinates":[-0.7967505,51.8123741]},"properties":{"@type":"node","@id":8296178625,"@timestamp":1609927080},"coords":"51.8123741,-0.7967505","bedrooms":"3","price":"254000","area":"613"} , +{"type":"Feature","id":"n8296229731","geometry":{"type":"Point","coordinates":[-0.6249148,51.3987581]},"properties":{"@type":"node","@id":8296229731,"@timestamp":1609928055},"coords":"51.3987581,-0.6249148","bedrooms":"3","price":"181000","area":"598"} , +{"type":"Feature","id":"n8296229755","geometry":{"type":"Point","coordinates":[-0.6404415,51.3987521]},"properties":{"@type":"node","@id":8296229755,"@timestamp":1609928055},"coords":"51.3987521,-0.6404415","bedrooms":"4","price":"157000","area":"388"} , +{"type":"Feature","id":"n8296284337","geometry":{"type":"Point","coordinates":[-0.6409376,51.3982594]},"properties":{"@type":"node","@id":8296284337,"@timestamp":1609929280},"coords":"51.3982594,-0.6409376","bedrooms":"0","price":"244000","area":"399"} , +{"type":"Feature","id":"n8296365548","geometry":{"type":"Point","coordinates":[-0.1091509,50.9545407]},"properties":{"@type":"node","@id":8296365548,"@timestamp":1609931186},"coords":"50.9545407,-0.1091509","bedrooms":"2","price":"200000","area":"547"} , +{"type":"Feature","id":"n8296469217","geometry":{"type":"Point","coordinates":[-0.4826394,50.9922097]},"properties":{"@type":"node","@id":8296469217,"@timestamp":1609933484},"coords":"50.9922097,-0.4826394","bedrooms":"4","price":"280000","area":"495"} , +{"type":"Feature","id":"n8296486154","geometry":{"type":"Point","coordinates":[-0.6872488,51.4130658]},"properties":{"@type":"node","@id":8296486154,"@timestamp":1609934005},"coords":"51.4130658,-0.6872488","bedrooms":"1","price":"256000","area":"397"} , +{"type":"Feature","id":"n8296605944","geometry":{"type":"Point","coordinates":[-0.7938527,51.512257]},"properties":{"@type":"node","@id":8296605944,"@timestamp":1609936824},"coords":"51.512257,-0.7938527","bedrooms":"1","price":"200000","area":"665"} , +{"type":"Feature","id":"n8296605955","geometry":{"type":"Point","coordinates":[-0.7771684,51.5103325]},"properties":{"@type":"node","@id":8296605955,"@timestamp":1609936824},"coords":"51.5103325,-0.7771684","bedrooms":"3","price":"190000","area":"595"} , +{"type":"Feature","id":"n8296605966","geometry":{"type":"Point","coordinates":[-0.7777768,51.4885272]},"properties":{"@type":"node","@id":8296605966,"@timestamp":1609936824},"coords":"51.4885272,-0.7777768","bedrooms":"4","price":"279000","area":"615"} , +{"type":"Feature","id":"n8296628217","geometry":{"type":"Point","coordinates":[-0.0486929,51.5495105]},"properties":{"@type":"node","@id":8296628217,"@timestamp":1609936942},"coords":"51.5495105,-0.0486929","bedrooms":"2","price":"195000","area":"358"} , +{"type":"Feature","id":"n8296716823","geometry":{"type":"Point","coordinates":[-0.7521872,51.4714434]},"properties":{"@type":"node","@id":8296716823,"@timestamp":1609939168},"coords":"51.4714434,-0.7521872","bedrooms":"3","price":"263000","area":"534"} , +{"type":"Feature","id":"n8296716833","geometry":{"type":"Point","coordinates":[-0.7592429,51.4591019]},"properties":{"@type":"node","@id":8296716833,"@timestamp":1609939168},"coords":"51.4591019,-0.7592429","bedrooms":"1","price":"294000","area":"487"} , +{"type":"Feature","id":"n8296734531","geometry":{"type":"Point","coordinates":[-0.7084822,51.5000501]},"properties":{"@type":"node","@id":8296734531,"@timestamp":1609940360},"coords":"51.5000501,-0.7084822","bedrooms":"1","price":"198000","area":"670"} , +{"type":"Feature","id":"n8296791533","geometry":{"type":"Point","coordinates":[-0.8165663,51.4739294]},"properties":{"@type":"node","@id":8296791533,"@timestamp":1609941106},"coords":"51.4739294,-0.8165663","bedrooms":"4","price":"263000","area":"453"} , +{"type":"Feature","id":"n8296811048","geometry":{"type":"Point","coordinates":[-0.1707635,51.5199757]},"properties":{"@type":"node","@id":8296811048,"@timestamp":1609941775},"coords":"51.5199757,-0.1707635","bedrooms":"1","price":"159000","area":"405"} , +{"type":"Feature","id":"n8296989960","geometry":{"type":"Point","coordinates":[-0.7629547,51.5234376]},"properties":{"@type":"node","@id":8296989960,"@timestamp":1609946102},"coords":"51.5234376,-0.7629547","bedrooms":"0","price":"235000","area":"473"} , +{"type":"Feature","id":"n8296989970","geometry":{"type":"Point","coordinates":[-0.7504635,51.5271089]},"properties":{"@type":"node","@id":8296989970,"@timestamp":1609946102},"coords":"51.5271089,-0.7504635","bedrooms":"1","price":"268000","area":"451"} , +{"type":"Feature","id":"n8297022154","geometry":{"type":"Point","coordinates":[-0.106322,51.4536029]},"properties":{"@type":"node","@id":8297022154,"@timestamp":1609946795},"coords":"51.4536029,-0.106322","bedrooms":"2","price":"217000","area":"696"} , +{"type":"Feature","id":"n8297026619","geometry":{"type":"Point","coordinates":[-0.3444127,51.5932763]},"properties":{"@type":"node","@id":8297026619,"@timestamp":1627294171},"coords":"51.5932763,-0.3444127","bedrooms":"2","price":"208000","area":"431"} , +{"type":"Feature","id":"n8297134856","geometry":{"type":"Point","coordinates":[-0.7545771,51.5260675]},"properties":{"@type":"node","@id":8297134856,"@timestamp":1609949698},"coords":"51.5260675,-0.7545771","bedrooms":"4","price":"174000","area":"536"} , +{"type":"Feature","id":"n8297255747","geometry":{"type":"Point","coordinates":[-0.0258124,51.5448962]},"properties":{"@type":"node","@id":8297255747,"@timestamp":1609951237},"coords":"51.5448962,-0.0258124","bedrooms":"3","price":"183000","area":"410"} , +{"type":"Feature","id":"n8297255782","geometry":{"type":"Point","coordinates":[-0.0273341,51.5460325]},"properties":{"@type":"node","@id":8297255782,"@timestamp":1609951237},"coords":"51.5460325,-0.0273341","bedrooms":"3","price":"176000","area":"519"} , +{"type":"Feature","id":"n8297358713","geometry":{"type":"Point","coordinates":[-0.0363937,51.54349]},"properties":{"@type":"node","@id":8297358713,"@timestamp":1609952948},"coords":"51.54349,-0.0363937","bedrooms":"2","price":"275000","area":"616"} , +{"type":"Feature","id":"n8297418171","geometry":{"type":"Point","coordinates":[0.0557777,51.513414]},"properties":{"@type":"node","@id":8297418171,"@timestamp":1609954321},"coords":"51.513414,0.0557777","bedrooms":"3","price":"232000","area":"631"} , +{"type":"Feature","id":"n8297485365","geometry":{"type":"Point","coordinates":[0.1595095,51.8777941]},"properties":{"@type":"node","@id":8297485365,"@timestamp":1610756543},"coords":"51.8777941,0.1595095","bedrooms":"3","price":"213000","area":"535"} , +{"type":"Feature","id":"n8297569948","geometry":{"type":"Point","coordinates":[-0.4573026,51.1728512]},"properties":{"@type":"node","@id":8297569948,"@timestamp":1609957924},"coords":"51.1728512,-0.4573026","bedrooms":"0","price":"229000","area":"612"} , +{"type":"Feature","id":"n8297695356","geometry":{"type":"Point","coordinates":[0.059714,51.5538226]},"properties":{"@type":"node","@id":8297695356,"@timestamp":1609961011},"coords":"51.5538226,0.059714","bedrooms":"1","price":"226000","area":"379"} , +{"type":"Feature","id":"n8298030804","geometry":{"type":"Point","coordinates":[-0.842929,51.6697756]},"properties":{"@type":"node","@id":8298030804,"@timestamp":1609965461},"coords":"51.6697756,-0.842929","bedrooms":"2","price":"298000","area":"445"} , +{"type":"Feature","id":"n8298030816","geometry":{"type":"Point","coordinates":[-0.8410406,51.6783729]},"properties":{"@type":"node","@id":8298030816,"@timestamp":1609965461},"coords":"51.6783729,-0.8410406","bedrooms":"1","price":"171000","area":"590"} , +{"type":"Feature","id":"n8298116049","geometry":{"type":"Point","coordinates":[-0.7701507,51.6616336]},"properties":{"@type":"node","@id":8298116049,"@timestamp":1609967331},"coords":"51.6616336,-0.7701507","bedrooms":"1","price":"282000","area":"603"} , +{"type":"Feature","id":"n8298206126","geometry":{"type":"Point","coordinates":[-0.8090927,51.6947441]},"properties":{"@type":"node","@id":8298206126,"@timestamp":1609970918},"coords":"51.6947441,-0.8090927","bedrooms":"3","price":"177000","area":"541"} , +{"type":"Feature","id":"n8298246110","geometry":{"type":"Point","coordinates":[-0.9107034,51.6938835]},"properties":{"@type":"node","@id":8298246110,"@timestamp":1609973041},"coords":"51.6938835,-0.9107034","bedrooms":"2","price":"215000","area":"654"} , +{"type":"Feature","id":"n8298280520","geometry":{"type":"Point","coordinates":[-0.9105201,51.6941066]},"properties":{"@type":"node","@id":8298280520,"@timestamp":1609973041},"coords":"51.6941066,-0.9105201","bedrooms":"4","price":"198000","area":"439"} , +{"type":"Feature","id":"n8298280542","geometry":{"type":"Point","coordinates":[-0.9081859,51.6938009]},"properties":{"@type":"node","@id":8298280542,"@timestamp":1609973041},"coords":"51.6938009,-0.9081859","bedrooms":"0","price":"277000","area":"461"} , +{"type":"Feature","id":"n8298280552","geometry":{"type":"Point","coordinates":[-0.9082927,51.6940812]},"properties":{"@type":"node","@id":8298280552,"@timestamp":1609973041},"coords":"51.6940812,-0.9082927","bedrooms":"4","price":"285000","area":"581"} , +{"type":"Feature","id":"n8298280562","geometry":{"type":"Point","coordinates":[-0.9088914,51.694419]},"properties":{"@type":"node","@id":8298280562,"@timestamp":1609973041},"coords":"51.694419,-0.9088914","bedrooms":"1","price":"284000","area":"646"} , +{"type":"Feature","id":"n8298280572","geometry":{"type":"Point","coordinates":[-0.9076581,51.6944648]},"properties":{"@type":"node","@id":8298280572,"@timestamp":1609973041},"coords":"51.6944648,-0.9076581","bedrooms":"4","price":"245000","area":"651"} , +{"type":"Feature","id":"n8298280582","geometry":{"type":"Point","coordinates":[-0.9066958,51.6946952]},"properties":{"@type":"node","@id":8298280582,"@timestamp":1609973041},"coords":"51.6946952,-0.9066958","bedrooms":"3","price":"196000","area":"376"} , +{"type":"Feature","id":"n8298280592","geometry":{"type":"Point","coordinates":[-0.9078825,51.6947039]},"properties":{"@type":"node","@id":8298280592,"@timestamp":1609973041},"coords":"51.6947039,-0.9078825","bedrooms":"4","price":"280000","area":"552"} , +{"type":"Feature","id":"n8298280602","geometry":{"type":"Point","coordinates":[-0.9080165,51.6951532]},"properties":{"@type":"node","@id":8298280602,"@timestamp":1609973041},"coords":"51.6951532,-0.9080165","bedrooms":"3","price":"211000","area":"375"} , +{"type":"Feature","id":"n8298280612","geometry":{"type":"Point","coordinates":[-0.9075277,51.6956335]},"properties":{"@type":"node","@id":8298280612,"@timestamp":1609973041},"coords":"51.6956335,-0.9075277","bedrooms":"2","price":"237000","area":"510"} , +{"type":"Feature","id":"n8298280622","geometry":{"type":"Point","coordinates":[-0.9077873,51.6961719]},"properties":{"@type":"node","@id":8298280622,"@timestamp":1609973041},"coords":"51.6961719,-0.9077873","bedrooms":"2","price":"176000","area":"431"} , +{"type":"Feature","id":"n8298280632","geometry":{"type":"Point","coordinates":[-0.9076643,51.6982109]},"properties":{"@type":"node","@id":8298280632,"@timestamp":1609973041},"coords":"51.6982109,-0.9076643","bedrooms":"4","price":"246000","area":"405"} , +{"type":"Feature","id":"n8298335203","geometry":{"type":"Point","coordinates":[-0.0201428,50.9420457]},"properties":{"@type":"node","@id":8298335203,"@timestamp":1628702883},"coords":"50.9420457,-0.0201428","bedrooms":"3","price":"209000","area":"644"} , +{"type":"Feature","id":"n8298448032","geometry":{"type":"Point","coordinates":[-0.8817526,51.7154149]},"properties":{"@type":"node","@id":8298448032,"@timestamp":1609978409},"coords":"51.7154149,-0.8817526","bedrooms":"0","price":"195000","area":"591"} , +{"type":"Feature","id":"n8299035707","geometry":{"type":"Point","coordinates":[-0.7912402,51.1186948]},"properties":{"@type":"node","@id":8299035707,"@timestamp":1610002362},"coords":"51.1186948,-0.7912402","bedrooms":"0","price":"237000","area":"662"} , +{"type":"Feature","id":"n8299100374","geometry":{"type":"Point","coordinates":[-0.170273,51.4925415]},"properties":{"@type":"node","@id":8299100374,"@timestamp":1610003345},"coords":"51.4925415,-0.170273","bedrooms":"3","price":"228000","area":"501"} , +{"type":"Feature","id":"n8299239153","geometry":{"type":"Point","coordinates":[-0.8347162,51.4442129]},"properties":{"@type":"node","@id":8299239153,"@timestamp":1610007776},"coords":"51.4442129,-0.8347162","bedrooms":"1","price":"236000","area":"427"} , +{"type":"Feature","id":"n8299446350","geometry":{"type":"Point","coordinates":[-0.23255,51.107487]},"properties":{"@type":"node","@id":8299446350,"@timestamp":1610013324},"coords":"51.107487,-0.23255","bedrooms":"3","price":"282000","area":"661"} , +{"type":"Feature","id":"n8299538170","geometry":{"type":"Point","coordinates":[-0.5287627,51.5292111]},"properties":{"@type":"node","@id":8299538170,"@timestamp":1610015294},"coords":"51.5292111,-0.5287627","bedrooms":"3","price":"260000","area":"618"} , +{"type":"Feature","id":"n8299689448","geometry":{"type":"Point","coordinates":[-0.351945,51.4393105]},"properties":{"@type":"node","@id":8299689448,"@timestamp":1610018133},"coords":"51.4393105,-0.351945","bedrooms":"0","price":"168000","area":"412"} , +{"type":"Feature","id":"n8299689458","geometry":{"type":"Point","coordinates":[-0.3516181,51.4393746]},"properties":{"@type":"node","@id":8299689458,"@timestamp":1610018133},"coords":"51.4393746,-0.3516181","bedrooms":"2","price":"236000","area":"426"} , +{"type":"Feature","id":"n8299689468","geometry":{"type":"Point","coordinates":[-0.3504339,51.4393952]},"properties":{"@type":"node","@id":8299689468,"@timestamp":1610018133},"coords":"51.4393952,-0.3504339","bedrooms":"0","price":"187000","area":"672"} , +{"type":"Feature","id":"n8299689478","geometry":{"type":"Point","coordinates":[-0.3530622,51.4390483]},"properties":{"@type":"node","@id":8299689478,"@timestamp":1610018133},"coords":"51.4390483,-0.3530622","bedrooms":"3","price":"292000","area":"375"} , +{"type":"Feature","id":"n8299689490","geometry":{"type":"Point","coordinates":[-0.3509174,51.4385457]},"properties":{"@type":"node","@id":8299689490,"@timestamp":1610018133},"coords":"51.4385457,-0.3509174","bedrooms":"3","price":"260000","area":"574"} , +{"type":"Feature","id":"n8299689513","geometry":{"type":"Point","coordinates":[-0.3507494,51.438275]},"properties":{"@type":"node","@id":8299689513,"@timestamp":1610018133},"coords":"51.438275,-0.3507494","bedrooms":"3","price":"189000","area":"424"} , +{"type":"Feature","id":"n8299872168","geometry":{"type":"Point","coordinates":[0.1575323,51.6628446]},"properties":{"@type":"node","@id":8299872168,"@timestamp":1610022925},"coords":"51.6628446,0.1575323","bedrooms":"2","price":"288000","area":"684"} , +{"type":"Feature","id":"n8299872216","geometry":{"type":"Point","coordinates":[0.1596795,51.6617527]},"properties":{"@type":"node","@id":8299872216,"@timestamp":1610200007},"coords":"51.6617527,0.1596795","bedrooms":"4","price":"157000","area":"587"} , +{"type":"Feature","id":"n8299885926","geometry":{"type":"Point","coordinates":[-0.3129093,51.4472555]},"properties":{"@type":"node","@id":8299885926,"@timestamp":1610022822},"coords":"51.4472555,-0.3129093","bedrooms":"4","price":"231000","area":"472"} , +{"type":"Feature","id":"n8299885937","geometry":{"type":"Point","coordinates":[-0.3072622,51.4488716]},"properties":{"@type":"node","@id":8299885937,"@timestamp":1610022822},"coords":"51.4488716,-0.3072622","bedrooms":"4","price":"277000","area":"630"} , +{"type":"Feature","id":"n8299885947","geometry":{"type":"Point","coordinates":[-0.3216092,51.4464519]},"properties":{"@type":"node","@id":8299885947,"@timestamp":1610022822},"coords":"51.4464519,-0.3216092","bedrooms":"3","price":"283000","area":"697"} , +{"type":"Feature","id":"n8299885957","geometry":{"type":"Point","coordinates":[-0.3224415,51.4463508]},"properties":{"@type":"node","@id":8299885957,"@timestamp":1610022822},"coords":"51.4463508,-0.3224415","bedrooms":"3","price":"220000","area":"412"} , +{"type":"Feature","id":"n8299885967","geometry":{"type":"Point","coordinates":[-0.3212689,51.446353]},"properties":{"@type":"node","@id":8299885967,"@timestamp":1610022822},"coords":"51.446353,-0.3212689","bedrooms":"2","price":"195000","area":"388"} , +{"type":"Feature","id":"n8299885987","geometry":{"type":"Point","coordinates":[-0.303049,51.4533331]},"properties":{"@type":"node","@id":8299885987,"@timestamp":1610022822},"coords":"51.4533331,-0.303049","bedrooms":"3","price":"193000","area":"479"} , +{"type":"Feature","id":"n8299885998","geometry":{"type":"Point","coordinates":[-0.3042265,51.4542212]},"properties":{"@type":"node","@id":8299885998,"@timestamp":1610022822},"coords":"51.4542212,-0.3042265","bedrooms":"3","price":"236000","area":"631"} , +{"type":"Feature","id":"n8299886008","geometry":{"type":"Point","coordinates":[-0.3037134,51.4531711]},"properties":{"@type":"node","@id":8299886008,"@timestamp":1610022822},"coords":"51.4531711,-0.3037134","bedrooms":"2","price":"227000","area":"664"} , +{"type":"Feature","id":"n8299889470","geometry":{"type":"Point","coordinates":[-0.1210617,50.9594738]},"properties":{"@type":"node","@id":8299889470,"@timestamp":1610022838},"coords":"50.9594738,-0.1210617","bedrooms":"3","price":"262000","area":"643"} , +{"type":"Feature","id":"n8300000004","geometry":{"type":"Point","coordinates":[0.8731302,51.1499232]},"properties":{"@type":"node","@id":8300000004,"@timestamp":1610026537},"coords":"51.1499232,0.8731302","bedrooms":"1","price":"200000","area":"588"} , +{"type":"Feature","id":"n8300152493","geometry":{"type":"Point","coordinates":[-0.6607189,51.4401178]},"properties":{"@type":"node","@id":8300152493,"@timestamp":1610029513},"coords":"51.4401178,-0.6607189","bedrooms":"1","price":"180000","area":"556"} , +{"type":"Feature","id":"n8300152576","geometry":{"type":"Point","coordinates":[-0.3033419,51.4795597]},"properties":{"@type":"node","@id":8300152576,"@timestamp":1610029611},"coords":"51.4795597,-0.3033419","bedrooms":"4","price":"198000","area":"611"} , +{"type":"Feature","id":"n8300165818","geometry":{"type":"Point","coordinates":[0.0263995,51.500054]},"properties":{"@type":"node","@id":8300165818,"@timestamp":1610029372},"coords":"51.500054,0.0263995","bedrooms":"0","price":"299000","area":"519"} , +{"type":"Feature","id":"n8300243376","geometry":{"type":"Point","coordinates":[-0.2803124,51.4854278]},"properties":{"@type":"node","@id":8300243376,"@timestamp":1610038039},"coords":"51.4854278,-0.2803124","bedrooms":"0","price":"248000","area":"606"} , +{"type":"Feature","id":"n8300388358","geometry":{"type":"Point","coordinates":[0.0321448,51.5023443]},"properties":{"@type":"node","@id":8300388358,"@timestamp":1610035055},"coords":"51.5023443,0.0321448","bedrooms":"2","price":"225000","area":"571"} , +{"type":"Feature","id":"n8300388368","geometry":{"type":"Point","coordinates":[0.0344522,51.5025203]},"properties":{"@type":"node","@id":8300388368,"@timestamp":1610035055},"coords":"51.5025203,0.0344522","bedrooms":"0","price":"197000","area":"609"} , +{"type":"Feature","id":"n8300388378","geometry":{"type":"Point","coordinates":[0.0367065,51.5025918]},"properties":{"@type":"node","@id":8300388378,"@timestamp":1610035055},"coords":"51.5025918,0.0367065","bedrooms":"0","price":"188000","area":"359"} , +{"type":"Feature","id":"n8300388388","geometry":{"type":"Point","coordinates":[0.0252542,51.5026508]},"properties":{"@type":"node","@id":8300388388,"@timestamp":1610035055},"coords":"51.5026508,0.0252542","bedrooms":"0","price":"187000","area":"431"} , +{"type":"Feature","id":"n8300408404","geometry":{"type":"Point","coordinates":[-0.7503625,51.5226792]},"properties":{"@type":"node","@id":8300408404,"@timestamp":1610035439},"coords":"51.5226792,-0.7503625","bedrooms":"4","price":"197000","area":"570"} , +{"type":"Feature","id":"n8300426670","geometry":{"type":"Point","coordinates":[0.8605346,51.1508395]},"properties":{"@type":"node","@id":8300426670,"@timestamp":1610035347},"coords":"51.1508395,0.8605346","bedrooms":"3","price":"201000","area":"532"} , +{"type":"Feature","id":"n8300428525","geometry":{"type":"Point","coordinates":[-0.7453668,51.5236352]},"properties":{"@type":"node","@id":8300428525,"@timestamp":1610035439},"coords":"51.5236352,-0.7453668","bedrooms":"1","price":"234000","area":"660"} , +{"type":"Feature","id":"n8300515996","geometry":{"type":"Point","coordinates":[-0.2389553,51.2985246]},"properties":{"@type":"node","@id":8300515996,"@timestamp":1610037687},"coords":"51.2985246,-0.2389553","bedrooms":"4","price":"201000","area":"629"} , +{"type":"Feature","id":"n8300548513","geometry":{"type":"Point","coordinates":[-0.7525492,51.5258084]},"properties":{"@type":"node","@id":8300548513,"@timestamp":1610037828},"coords":"51.5258084,-0.7525492","bedrooms":"3","price":"263000","area":"596"} , +{"type":"Feature","id":"n8300575567","geometry":{"type":"Point","coordinates":[-0.3192817,51.4714328]},"properties":{"@type":"node","@id":8300575567,"@timestamp":1610038039},"coords":"51.4714328,-0.3192817","bedrooms":"1","price":"165000","area":"484"} , +{"type":"Feature","id":"n8300576321","geometry":{"type":"Point","coordinates":[-0.7511087,51.5263194]},"properties":{"@type":"node","@id":8300576321,"@timestamp":1610037828},"coords":"51.5263194,-0.7511087","bedrooms":"0","price":"191000","area":"590"} , +{"type":"Feature","id":"n8300576331","geometry":{"type":"Point","coordinates":[-0.750211,51.5266455]},"properties":{"@type":"node","@id":8300576331,"@timestamp":1610037828},"coords":"51.5266455,-0.750211","bedrooms":"3","price":"199000","area":"569"} , +{"type":"Feature","id":"n8300717481","geometry":{"type":"Point","coordinates":[-0.2444889,51.4880556]},"properties":{"@type":"node","@id":8300717481,"@timestamp":1610042667},"coords":"51.4880556,-0.2444889","bedrooms":"4","price":"172000","area":"593"} , +{"type":"Feature","id":"n8300717502","geometry":{"type":"Point","coordinates":[-0.2263929,51.4831509]},"properties":{"@type":"node","@id":8300717502,"@timestamp":1610042667},"coords":"51.4831509,-0.2263929","bedrooms":"4","price":"279000","area":"690"} , +{"type":"Feature","id":"n8300786466","geometry":{"type":"Point","coordinates":[0.1371466,51.8777089]},"properties":{"@type":"node","@id":8300786466,"@timestamp":1622073644},"coords":"51.8777089,0.1371466","bedrooms":"1","price":"231000","area":"374"} , +{"type":"Feature","id":"n8300792482","geometry":{"type":"Point","coordinates":[0.2368058,51.9127116]},"properties":{"@type":"node","@id":8300792482,"@timestamp":1610042734},"coords":"51.9127116,0.2368058","bedrooms":"2","price":"243000","area":"554"} , +{"type":"Feature","id":"n8300875978","geometry":{"type":"Point","coordinates":[-0.3104245,51.4588143]},"properties":{"@type":"node","@id":8300875978,"@timestamp":1610046312},"coords":"51.4588143,-0.3104245","bedrooms":"0","price":"199000","area":"572"} , +{"type":"Feature","id":"n8300896619","geometry":{"type":"Point","coordinates":[-0.3089241,51.4583392]},"properties":{"@type":"node","@id":8300896619,"@timestamp":1610046312},"coords":"51.4583392,-0.3089241","bedrooms":"0","price":"187000","area":"482"} , +{"type":"Feature","id":"n8300896631","geometry":{"type":"Point","coordinates":[-0.3077204,51.4582941]},"properties":{"@type":"node","@id":8300896631,"@timestamp":1610046312},"coords":"51.4582941,-0.3077204","bedrooms":"3","price":"162000","area":"652"} , +{"type":"Feature","id":"n8300984084","geometry":{"type":"Point","coordinates":[-0.3258861,51.4457654]},"properties":{"@type":"node","@id":8300984084,"@timestamp":1610049263},"coords":"51.4457654,-0.3258861","bedrooms":"2","price":"273000","area":"548"} , +{"type":"Feature","id":"n8301187744","geometry":{"type":"Point","coordinates":[0.1680841,51.8867059]},"properties":{"@type":"node","@id":8301187744,"@timestamp":1610487513},"coords":"51.8867059,0.1680841","bedrooms":"1","price":"261000","area":"578"} , +{"type":"Feature","id":"n8301196995","geometry":{"type":"Point","coordinates":[-0.2638405,51.4729744]},"properties":{"@type":"node","@id":8301196995,"@timestamp":1610055380},"coords":"51.4729744,-0.2638405","bedrooms":"4","price":"197000","area":"461"} , +{"type":"Feature","id":"n8301373060","geometry":{"type":"Point","coordinates":[0.1373214,51.8775489]},"properties":{"@type":"node","@id":8301373060,"@timestamp":1617114257},"coords":"51.8775489,0.1373214","bedrooms":"3","price":"285000","area":"474"} , +{"type":"Feature","id":"n8301397299","geometry":{"type":"Point","coordinates":[-0.799577,51.6800795]},"properties":{"@type":"node","@id":8301397299,"@timestamp":1610064551},"coords":"51.6800795,-0.799577","bedrooms":"0","price":"179000","area":"638"} , +{"type":"Feature","id":"n8301397315","geometry":{"type":"Point","coordinates":[-0.8245934,51.682995]},"properties":{"@type":"node","@id":8301397315,"@timestamp":1610064551},"coords":"51.682995,-0.8245934","bedrooms":"4","price":"204000","area":"364"} , +{"type":"Feature","id":"n8301437925","geometry":{"type":"Point","coordinates":[-0.8328832,51.6857335]},"properties":{"@type":"node","@id":8301437925,"@timestamp":1610064551},"coords":"51.6857335,-0.8328832","bedrooms":"4","price":"202000","area":"536"} , +{"type":"Feature","id":"n8301437935","geometry":{"type":"Point","coordinates":[-0.8267241,51.6858754]},"properties":{"@type":"node","@id":8301437935,"@timestamp":1610064551},"coords":"51.6858754,-0.8267241","bedrooms":"0","price":"237000","area":"380"} , +{"type":"Feature","id":"n8301437945","geometry":{"type":"Point","coordinates":[-0.8197109,51.6775849]},"properties":{"@type":"node","@id":8301437945,"@timestamp":1610064551},"coords":"51.6775849,-0.8197109","bedrooms":"3","price":"207000","area":"434"} , +{"type":"Feature","id":"n8301437955","geometry":{"type":"Point","coordinates":[-0.8071318,51.6692352]},"properties":{"@type":"node","@id":8301437955,"@timestamp":1610064551},"coords":"51.6692352,-0.8071318","bedrooms":"2","price":"181000","area":"374"} , +{"type":"Feature","id":"n8301437965","geometry":{"type":"Point","coordinates":[-0.8288817,51.6922807]},"properties":{"@type":"node","@id":8301437965,"@timestamp":1610064551},"coords":"51.6922807,-0.8288817","bedrooms":"3","price":"172000","area":"385"} , +{"type":"Feature","id":"n8301437983","geometry":{"type":"Point","coordinates":[-0.8424177,51.7116775]},"properties":{"@type":"node","@id":8301437983,"@timestamp":1610064551},"coords":"51.7116775,-0.8424177","bedrooms":"4","price":"220000","area":"521"} , +{"type":"Feature","id":"n8301717528","geometry":{"type":"Point","coordinates":[0.3916967,51.5670544]},"properties":{"@type":"node","@id":8301717528,"@timestamp":1610078639},"coords":"51.5670544,0.3916967","bedrooms":"3","price":"208000","area":"533"} , +{"type":"Feature","id":"n8301926943","geometry":{"type":"Point","coordinates":[-0.6129204,51.2339968]},"properties":{"@type":"node","@id":8301926943,"@timestamp":1610085759},"coords":"51.2339968,-0.6129204","bedrooms":"0","price":"256000","area":"405"} , +{"type":"Feature","id":"n8302088828","geometry":{"type":"Point","coordinates":[-0.1693386,51.4913861]},"properties":{"@type":"node","@id":8302088828,"@timestamp":1610089845},"coords":"51.4913861,-0.1693386","bedrooms":"0","price":"261000","area":"644"} , +{"type":"Feature","id":"n8302189291","geometry":{"type":"Point","coordinates":[-1.0674493,51.6034558]},"properties":{"@type":"node","@id":8302189291,"@timestamp":1610092583},"coords":"51.6034558,-1.0674493","bedrooms":"4","price":"215000","area":"400"} , +{"type":"Feature","id":"n8302413307","geometry":{"type":"Point","coordinates":[-1.0434401,51.4428425]},"properties":{"@type":"node","@id":8302413307,"@timestamp":1610098742},"coords":"51.4428425,-1.0434401","bedrooms":"1","price":"188000","area":"473"} , +{"type":"Feature","id":"n8302444371","geometry":{"type":"Point","coordinates":[-0.0193345,51.4224079]},"properties":{"@type":"node","@id":8302444371,"@timestamp":1610099777},"coords":"51.4224079,-0.0193345","bedrooms":"0","price":"288000","area":"365"} , +{"type":"Feature","id":"n8302486307","geometry":{"type":"Point","coordinates":[-0.6091375,51.1568794]},"properties":{"@type":"node","@id":8302486307,"@timestamp":1610100946},"coords":"51.1568794,-0.6091375","bedrooms":"3","price":"251000","area":"445"} , +{"type":"Feature","id":"n8302509554","geometry":{"type":"Point","coordinates":[-0.6529945,51.4063792]},"properties":{"@type":"node","@id":8302509554,"@timestamp":1610101666},"coords":"51.4063792,-0.6529945","bedrooms":"1","price":"173000","area":"677"} , +{"type":"Feature","id":"n8302509564","geometry":{"type":"Point","coordinates":[-0.6582921,51.4021984]},"properties":{"@type":"node","@id":8302509564,"@timestamp":1610101666},"coords":"51.4021984,-0.6582921","bedrooms":"2","price":"226000","area":"457"} , +{"type":"Feature","id":"n8302509580","geometry":{"type":"Point","coordinates":[-0.646626,51.3990483]},"properties":{"@type":"node","@id":8302509580,"@timestamp":1610101666},"coords":"51.3990483,-0.646626","bedrooms":"1","price":"163000","area":"501"} , +{"type":"Feature","id":"n8302595423","geometry":{"type":"Point","coordinates":[-0.0111728,51.4294729]},"properties":{"@type":"node","@id":8302595423,"@timestamp":1610102387},"coords":"51.4294729,-0.0111728","bedrooms":"2","price":"201000","area":"617"} , +{"type":"Feature","id":"n8302656366","geometry":{"type":"Point","coordinates":[0.0036683,51.426168]},"properties":{"@type":"node","@id":8302656366,"@timestamp":1610104088},"coords":"51.426168,0.0036683","bedrooms":"0","price":"235000","area":"586"} , +{"type":"Feature","id":"n8302656378","geometry":{"type":"Point","coordinates":[0.0070038,51.4251669]},"properties":{"@type":"node","@id":8302656378,"@timestamp":1610104088},"coords":"51.4251669,0.0070038","bedrooms":"4","price":"233000","area":"505"} , +{"type":"Feature","id":"n8302656388","geometry":{"type":"Point","coordinates":[0.0091011,51.4248654]},"properties":{"@type":"node","@id":8302656388,"@timestamp":1610104088},"coords":"51.4248654,0.0091011","bedrooms":"2","price":"256000","area":"397"} , +{"type":"Feature","id":"n8302656398","geometry":{"type":"Point","coordinates":[0.0105653,51.4252508]},"properties":{"@type":"node","@id":8302656398,"@timestamp":1610104088},"coords":"51.4252508,0.0105653","bedrooms":"2","price":"224000","area":"493"} , +{"type":"Feature","id":"n8302656408","geometry":{"type":"Point","coordinates":[0.0111669,51.4262174]},"properties":{"@type":"node","@id":8302656408,"@timestamp":1610104088},"coords":"51.4262174,0.0111669","bedrooms":"4","price":"179000","area":"463"} , +{"type":"Feature","id":"n8302656686","geometry":{"type":"Point","coordinates":[0.0020614,51.4210219]},"properties":{"@type":"node","@id":8302656686,"@timestamp":1610104578},"coords":"51.4210219,0.0020614","bedrooms":"4","price":"283000","area":"620"} , +{"type":"Feature","id":"n8302734611","geometry":{"type":"Point","coordinates":[-0.0069858,51.4322245]},"properties":{"@type":"node","@id":8302734611,"@timestamp":1610107349},"coords":"51.4322245,-0.0069858","bedrooms":"0","price":"205000","area":"548"} , +{"type":"Feature","id":"n8302829167","geometry":{"type":"Point","coordinates":[-0.65765,51.3982178]},"properties":{"@type":"node","@id":8302829167,"@timestamp":1610108834},"coords":"51.3982178,-0.65765","bedrooms":"3","price":"248000","area":"555"} , +{"type":"Feature","id":"n8302869595","geometry":{"type":"Point","coordinates":[-0.7398204,51.5231171]},"properties":{"@type":"node","@id":8302869595,"@timestamp":1610110366},"coords":"51.5231171,-0.7398204","bedrooms":"2","price":"267000","area":"351"} , +{"type":"Feature","id":"n8302984354","geometry":{"type":"Point","coordinates":[-0.171377,51.2177512]},"properties":{"@type":"node","@id":8302984354,"@timestamp":1629388725},"coords":"51.2177512,-0.171377","bedrooms":"4","price":"288000","area":"643"} , +{"type":"Feature","id":"n8303090729","geometry":{"type":"Point","coordinates":[-0.1039114,51.2392339]},"properties":{"@type":"node","@id":8303090729,"@timestamp":1610116593},"coords":"51.2392339,-0.1039114","bedrooms":"3","price":"226000","area":"689"} , +{"type":"Feature","id":"n8303116264","geometry":{"type":"Point","coordinates":[0.0862381,51.4461921]},"properties":{"@type":"node","@id":8303116264,"@timestamp":1610117711},"coords":"51.4461921,0.0862381","bedrooms":"2","price":"227000","area":"651"} , +{"type":"Feature","id":"n8303180769","geometry":{"type":"Point","coordinates":[-0.7112027,51.5182698]},"properties":{"@type":"node","@id":8303180769,"@timestamp":1610120411},"coords":"51.5182698,-0.7112027","bedrooms":"3","price":"164000","area":"602"} , +{"type":"Feature","id":"n8303180787","geometry":{"type":"Point","coordinates":[-0.7059158,51.520023]},"properties":{"@type":"node","@id":8303180787,"@timestamp":1610120411},"coords":"51.520023,-0.7059158","bedrooms":"0","price":"177000","area":"452"} , +{"type":"Feature","id":"n8303180807","geometry":{"type":"Point","coordinates":[-0.7071477,51.5217243]},"properties":{"@type":"node","@id":8303180807,"@timestamp":1610120411},"coords":"51.5217243,-0.7071477","bedrooms":"1","price":"222000","area":"602"} , +{"type":"Feature","id":"n8303262196","geometry":{"type":"Point","coordinates":[-0.4107119,51.2851758]},"properties":{"@type":"node","@id":8303262196,"@timestamp":1610121044},"coords":"51.2851758,-0.4107119","bedrooms":"3","price":"182000","area":"491"} , +{"type":"Feature","id":"n8303457111","geometry":{"type":"Point","coordinates":[-0.7079973,51.5221478]},"properties":{"@type":"node","@id":8303457111,"@timestamp":1610127407},"coords":"51.5221478,-0.7079973","bedrooms":"0","price":"227000","area":"618"} , +{"type":"Feature","id":"n8303552318","geometry":{"type":"Point","coordinates":[-0.8116685,51.5107029]},"properties":{"@type":"node","@id":8303552318,"@timestamp":1610128895},"coords":"51.5107029,-0.8116685","bedrooms":"3","price":"162000","area":"616"} , +{"type":"Feature","id":"n8303718178","geometry":{"type":"Point","coordinates":[-0.3033987,51.4693062]},"properties":{"@type":"node","@id":8303718178,"@timestamp":1610133464},"coords":"51.4693062,-0.3033987","bedrooms":"4","price":"225000","area":"498"} , +{"type":"Feature","id":"n8303718997","geometry":{"type":"Point","coordinates":[-0.3059015,51.4718024]},"properties":{"@type":"node","@id":8303718997,"@timestamp":1610133464},"coords":"51.4718024,-0.3059015","bedrooms":"2","price":"249000","area":"557"} , +{"type":"Feature","id":"n8303798025","geometry":{"type":"Point","coordinates":[-0.9767944,51.455267]},"properties":{"@type":"node","@id":8303798025,"@timestamp":1610136661},"coords":"51.455267,-0.9767944","bedrooms":"3","price":"182000","area":"692"} , +{"type":"Feature","id":"n8303800667","geometry":{"type":"Point","coordinates":[-0.0055687,51.1200773]},"properties":{"@type":"node","@id":8303800667,"@timestamp":1610136080},"coords":"51.1200773,-0.0055687","bedrooms":"1","price":"205000","area":"362"} , +{"type":"Feature","id":"n8304519648","geometry":{"type":"Point","coordinates":[0.0277433,51.500834]},"properties":{"@type":"node","@id":8304519648,"@timestamp":1610145822},"coords":"51.500834,0.0277433","bedrooms":"3","price":"250000","area":"633"} , +{"type":"Feature","id":"n8304520801","geometry":{"type":"Point","coordinates":[-0.3084532,51.4701826]},"properties":{"@type":"node","@id":8304520801,"@timestamp":1610145583},"coords":"51.4701826,-0.3084532","bedrooms":"3","price":"247000","area":"672"} , +{"type":"Feature","id":"n8304608255","geometry":{"type":"Point","coordinates":[-0.4323452,51.6424475]},"properties":{"@type":"node","@id":8304608255,"@timestamp":1634772235},"coords":"51.6424475,-0.4323452","bedrooms":"4","price":"174000","area":"673"} , +{"type":"Feature","id":"n8304657462","geometry":{"type":"Point","coordinates":[-0.5262067,51.4303697]},"properties":{"@type":"node","@id":8304657462,"@timestamp":1610149327},"coords":"51.4303697,-0.5262067","bedrooms":"4","price":"263000","area":"480"} , +{"type":"Feature","id":"n8304697389","geometry":{"type":"Point","coordinates":[-0.2555058,51.5524641]},"properties":{"@type":"node","@id":8304697389,"@timestamp":1610155221},"coords":"51.5524641,-0.2555058","bedrooms":"3","price":"276000","area":"459"} , +{"type":"Feature","id":"n8304698554","geometry":{"type":"Point","coordinates":[-0.310873,51.4718545]},"properties":{"@type":"node","@id":8304698554,"@timestamp":1610151806},"coords":"51.4718545,-0.310873","bedrooms":"3","price":"242000","area":"380"} , +{"type":"Feature","id":"n8304770349","geometry":{"type":"Point","coordinates":[0.1128677,51.4615742]},"properties":{"@type":"node","@id":8304770349,"@timestamp":1610154524},"coords":"51.4615742,0.1128677","bedrooms":"0","price":"225000","area":"667"} , +{"type":"Feature","id":"n8304920043","geometry":{"type":"Point","coordinates":[-0.1683892,51.4920158]},"properties":{"@type":"node","@id":8304920043,"@timestamp":1610168139},"coords":"51.4920158,-0.1683892","bedrooms":"2","price":"259000","area":"537"} , +{"type":"Feature","id":"n8304926527","geometry":{"type":"Point","coordinates":[-0.2142388,51.0825744]},"properties":{"@type":"node","@id":8304926527,"@timestamp":1610167804},"coords":"51.0825744,-0.2142388","bedrooms":"4","price":"213000","area":"571"} , +{"type":"Feature","id":"n8305153288","geometry":{"type":"Point","coordinates":[-0.1693888,51.490861]},"properties":{"@type":"node","@id":8305153288,"@timestamp":1610181506},"coords":"51.490861,-0.1693888","bedrooms":"2","price":"213000","area":"584"} , +{"type":"Feature","id":"n8305153300","geometry":{"type":"Point","coordinates":[-0.167984,51.4905848]},"properties":{"@type":"node","@id":8305153300,"@timestamp":1610181506},"coords":"51.4905848,-0.167984","bedrooms":"4","price":"249000","area":"400"} , +{"type":"Feature","id":"n8305429505","geometry":{"type":"Point","coordinates":[0.7291451,51.346458]},"properties":{"@type":"node","@id":8305429505,"@timestamp":1610188901},"coords":"51.346458,0.7291451","bedrooms":"4","price":"240000","area":"367"} , +{"type":"Feature","id":"n8305429515","geometry":{"type":"Point","coordinates":[0.7279126,51.3443361]},"properties":{"@type":"node","@id":8305429515,"@timestamp":1610188901},"coords":"51.3443361,0.7279126","bedrooms":"3","price":"298000","area":"455"} , +{"type":"Feature","id":"n8305455581","geometry":{"type":"Point","coordinates":[0.7074594,51.3436149]},"properties":{"@type":"node","@id":8305455581,"@timestamp":1610189205},"coords":"51.3436149,0.7074594","bedrooms":"0","price":"161000","area":"664"} , +{"type":"Feature","id":"n8305464419","geometry":{"type":"Point","coordinates":[0.7314572,51.3449049]},"properties":{"@type":"node","@id":8305464419,"@timestamp":1610188901},"coords":"51.3449049,0.7314572","bedrooms":"4","price":"256000","area":"504"} , +{"type":"Feature","id":"n8305568322","geometry":{"type":"Point","coordinates":[0.4538116,51.2993311]},"properties":{"@type":"node","@id":8305568322,"@timestamp":1610191889},"coords":"51.2993311,0.4538116","bedrooms":"0","price":"186000","area":"679"} , +{"type":"Feature","id":"n8305568366","geometry":{"type":"Point","coordinates":[0.4498209,51.3000899]},"properties":{"@type":"node","@id":8305568366,"@timestamp":1610191889},"coords":"51.3000899,0.4498209","bedrooms":"3","price":"223000","area":"483"} , +{"type":"Feature","id":"n8305642208","geometry":{"type":"Point","coordinates":[-0.2957472,51.4785293]},"properties":{"@type":"node","@id":8305642208,"@timestamp":1610193752},"coords":"51.4785293,-0.2957472","bedrooms":"0","price":"249000","area":"359"} , +{"type":"Feature","id":"n8305666418","geometry":{"type":"Point","coordinates":[-0.2968247,51.4782811]},"properties":{"@type":"node","@id":8305666418,"@timestamp":1610193752},"coords":"51.4782811,-0.2968247","bedrooms":"3","price":"257000","area":"696"} , +{"type":"Feature","id":"n8305730080","geometry":{"type":"Point","coordinates":[-0.1667186,51.4907293]},"properties":{"@type":"node","@id":8305730080,"@timestamp":1610197189},"coords":"51.4907293,-0.1667186","bedrooms":"0","price":"222000","area":"352"} , +{"type":"Feature","id":"n8305770528","geometry":{"type":"Point","coordinates":[-0.0463345,51.5411318]},"properties":{"@type":"node","@id":8305770528,"@timestamp":1610198303},"coords":"51.5411318,-0.0463345","bedrooms":"1","price":"159000","area":"454"} , +{"type":"Feature","id":"n8305771000","geometry":{"type":"Point","coordinates":[-0.1834068,51.8923979]},"properties":{"@type":"node","@id":8305771000,"@timestamp":1610199404},"coords":"51.8923979,-0.1834068","bedrooms":"2","price":"182000","area":"668"} , +{"type":"Feature","id":"n8305771010","geometry":{"type":"Point","coordinates":[-0.192818,51.9146653]},"properties":{"@type":"node","@id":8305771010,"@timestamp":1610199404},"coords":"51.9146653,-0.192818","bedrooms":"0","price":"292000","area":"386"} , +{"type":"Feature","id":"n8305789970","geometry":{"type":"Point","coordinates":[-0.0440469,51.5322702]},"properties":{"@type":"node","@id":8305789970,"@timestamp":1617922947},"coords":"51.5322702,-0.0440469","bedrooms":"1","price":"253000","area":"621"} , +{"type":"Feature","id":"n8305838561","geometry":{"type":"Point","coordinates":[0.1526281,51.6626914]},"properties":{"@type":"node","@id":8305838561,"@timestamp":1610200007},"coords":"51.6626914,0.1526281","bedrooms":"4","price":"214000","area":"362"} , +{"type":"Feature","id":"n8305839472","geometry":{"type":"Point","coordinates":[0.1610615,51.6613919]},"properties":{"@type":"node","@id":8305839472,"@timestamp":1610200007},"coords":"51.6613919,0.1610615","bedrooms":"3","price":"169000","area":"478"} , +{"type":"Feature","id":"n8305847336","geometry":{"type":"Point","coordinates":[-0.1686039,51.4902616]},"properties":{"@type":"node","@id":8305847336,"@timestamp":1610201329},"coords":"51.4902616,-0.1686039","bedrooms":"1","price":"164000","area":"557"} , +{"type":"Feature","id":"n8305851525","geometry":{"type":"Point","coordinates":[-0.3043687,51.4176645]},"properties":{"@type":"node","@id":8305851525,"@timestamp":1610200573},"coords":"51.4176645,-0.3043687","bedrooms":"1","price":"290000","area":"641"} , +{"type":"Feature","id":"n8305888218","geometry":{"type":"Point","coordinates":[-0.1686203,51.489729]},"properties":{"@type":"node","@id":8305888218,"@timestamp":1610201329},"coords":"51.489729,-0.1686203","bedrooms":"0","price":"229000","area":"513"} , +{"type":"Feature","id":"n8306144320","geometry":{"type":"Point","coordinates":[-0.3088602,51.4681847]},"properties":{"@type":"node","@id":8306144320,"@timestamp":1610206274},"coords":"51.4681847,-0.3088602","bedrooms":"0","price":"247000","area":"674"} , +{"type":"Feature","id":"n8306188717","geometry":{"type":"Point","coordinates":[-0.0181543,51.6110368]},"properties":{"@type":"node","@id":8306188717,"@timestamp":1610207463},"coords":"51.6110368,-0.0181543","bedrooms":"4","price":"299000","area":"525"} , +{"type":"Feature","id":"n8306366081","geometry":{"type":"Point","coordinates":[-0.1161112,51.4016666]},"properties":{"@type":"node","@id":8306366081,"@timestamp":1610211575},"coords":"51.4016666,-0.1161112","bedrooms":"2","price":"153000","area":"687"} , +{"type":"Feature","id":"n8306377506","geometry":{"type":"Point","coordinates":[-0.1189329,51.4005977]},"properties":{"@type":"node","@id":8306377506,"@timestamp":1610212849},"coords":"51.4005977,-0.1189329","bedrooms":"0","price":"229000","area":"674"} , +{"type":"Feature","id":"n8306377516","geometry":{"type":"Point","coordinates":[-0.1212755,51.3995456]},"properties":{"@type":"node","@id":8306377516,"@timestamp":1610212849},"coords":"51.3995456,-0.1212755","bedrooms":"3","price":"279000","area":"525"} , +{"type":"Feature","id":"n8306438201","geometry":{"type":"Point","coordinates":[-0.306838,51.4577285]},"properties":{"@type":"node","@id":8306438201,"@timestamp":1610215771},"coords":"51.4577285,-0.306838","bedrooms":"0","price":"228000","area":"689"} , +{"type":"Feature","id":"n8306511224","geometry":{"type":"Point","coordinates":[-0.1235243,51.3984676]},"properties":{"@type":"node","@id":8306511224,"@timestamp":1610213354},"coords":"51.3984676,-0.1235243","bedrooms":"4","price":"164000","area":"403"} , +{"type":"Feature","id":"n8306511270","geometry":{"type":"Point","coordinates":[-0.1162782,51.4012628]},"properties":{"@type":"node","@id":8306511270,"@timestamp":1610212279},"coords":"51.4012628,-0.1162782","bedrooms":"3","price":"153000","area":"413"} , +{"type":"Feature","id":"n8306526008","geometry":{"type":"Point","coordinates":[-0.1211441,51.3995209]},"properties":{"@type":"node","@id":8306526008,"@timestamp":1610213354},"coords":"51.3995209,-0.1211441","bedrooms":"1","price":"223000","area":"624"} , +{"type":"Feature","id":"n8306533380","geometry":{"type":"Point","coordinates":[-0.8384096,51.7233443]},"properties":{"@type":"node","@id":8306533380,"@timestamp":1610213358},"coords":"51.7233443,-0.8384096","bedrooms":"1","price":"247000","area":"447"} , +{"type":"Feature","id":"n8306533390","geometry":{"type":"Point","coordinates":[-0.834478,51.7228364]},"properties":{"@type":"node","@id":8306533390,"@timestamp":1610213358},"coords":"51.7228364,-0.834478","bedrooms":"1","price":"208000","area":"497"} , +{"type":"Feature","id":"n8306577426","geometry":{"type":"Point","coordinates":[-0.8232038,51.7200136]},"properties":{"@type":"node","@id":8306577426,"@timestamp":1610215648},"coords":"51.7200136,-0.8232038","bedrooms":"2","price":"162000","area":"372"} , +{"type":"Feature","id":"n8306584179","geometry":{"type":"Point","coordinates":[-0.1218995,51.4085708]},"properties":{"@type":"node","@id":8306584179,"@timestamp":1610216554},"coords":"51.4085708,-0.1218995","bedrooms":"2","price":"200000","area":"699"} , +{"type":"Feature","id":"n8306608369","geometry":{"type":"Point","coordinates":[-0.2473238,51.3344563]},"properties":{"@type":"node","@id":8306608369,"@timestamp":1626297429},"coords":"51.3344563,-0.2473238","bedrooms":"0","price":"171000","area":"551"} , +{"type":"Feature","id":"n8306630637","geometry":{"type":"Point","coordinates":[-0.0611933,51.5488908]},"properties":{"@type":"node","@id":8306630637,"@timestamp":1610215397},"coords":"51.5488908,-0.0611933","bedrooms":"4","price":"276000","area":"654"} , +{"type":"Feature","id":"n8306630695","geometry":{"type":"Point","coordinates":[-0.0619362,51.5486621]},"properties":{"@type":"node","@id":8306630695,"@timestamp":1610215397},"coords":"51.5486621,-0.0619362","bedrooms":"0","price":"222000","area":"427"} , +{"type":"Feature","id":"n8306630881","geometry":{"type":"Point","coordinates":[-0.0647834,51.5483039]},"properties":{"@type":"node","@id":8306630881,"@timestamp":1610215397},"coords":"51.5483039,-0.0647834","bedrooms":"3","price":"185000","area":"356"} , +{"type":"Feature","id":"n8306631098","geometry":{"type":"Point","coordinates":[-0.0622192,51.5486927]},"properties":{"@type":"node","@id":8306631098,"@timestamp":1610215397},"coords":"51.5486927,-0.0622192","bedrooms":"1","price":"151000","area":"471"} , +{"type":"Feature","id":"n8306735569","geometry":{"type":"Point","coordinates":[-0.1287197,51.408906]},"properties":{"@type":"node","@id":8306735569,"@timestamp":1610216737},"coords":"51.408906,-0.1287197","bedrooms":"0","price":"203000","area":"405"} , +{"type":"Feature","id":"n8306735579","geometry":{"type":"Point","coordinates":[-0.1335068,51.408739]},"properties":{"@type":"node","@id":8306735579,"@timestamp":1610216737},"coords":"51.408739,-0.1335068","bedrooms":"4","price":"219000","area":"487"} , +{"type":"Feature","id":"n8306735590","geometry":{"type":"Point","coordinates":[-0.2355579,51.8493903]},"properties":{"@type":"node","@id":8306735590,"@timestamp":1610216853},"coords":"51.8493903,-0.2355579","bedrooms":"1","price":"157000","area":"678"} , +{"type":"Feature","id":"n8306774933","geometry":{"type":"Point","coordinates":[-0.1218568,51.4085766]},"properties":{"@type":"node","@id":8306774933,"@timestamp":1610217172},"coords":"51.4085766,-0.1218568","bedrooms":"3","price":"174000","area":"441"} , +{"type":"Feature","id":"n8306846171","geometry":{"type":"Point","coordinates":[-0.1235421,51.4091561]},"properties":{"@type":"node","@id":8306846171,"@timestamp":1610218023},"coords":"51.4091561,-0.1235421","bedrooms":"3","price":"292000","area":"569"} , +{"type":"Feature","id":"n8306846189","geometry":{"type":"Point","coordinates":[-0.1230838,51.4090624]},"properties":{"@type":"node","@id":8306846189,"@timestamp":1610218023},"coords":"51.4090624,-0.1230838","bedrooms":"3","price":"164000","area":"378"} , +{"type":"Feature","id":"n8306846199","geometry":{"type":"Point","coordinates":[-0.1250067,51.40899]},"properties":{"@type":"node","@id":8306846199,"@timestamp":1610218023},"coords":"51.40899,-0.1250067","bedrooms":"2","price":"287000","area":"495"} , +{"type":"Feature","id":"n8306846209","geometry":{"type":"Point","coordinates":[-0.1256322,51.409075]},"properties":{"@type":"node","@id":8306846209,"@timestamp":1610218023},"coords":"51.409075,-0.1256322","bedrooms":"0","price":"226000","area":"472"} , +{"type":"Feature","id":"n8306851819","geometry":{"type":"Point","coordinates":[-0.1264017,51.4089446]},"properties":{"@type":"node","@id":8306851819,"@timestamp":1610218023},"coords":"51.4089446,-0.1264017","bedrooms":"4","price":"194000","area":"392"} , +{"type":"Feature","id":"n8306851829","geometry":{"type":"Point","coordinates":[-0.1276217,51.4088905]},"properties":{"@type":"node","@id":8306851829,"@timestamp":1610218023},"coords":"51.4088905,-0.1276217","bedrooms":"2","price":"188000","area":"568"} , +{"type":"Feature","id":"n8306851843","geometry":{"type":"Point","coordinates":[-0.128738,51.4089562]},"properties":{"@type":"node","@id":8306851843,"@timestamp":1610218023},"coords":"51.4089562,-0.128738","bedrooms":"4","price":"244000","area":"383"} , +{"type":"Feature","id":"n8306851861","geometry":{"type":"Point","coordinates":[-0.1302336,51.4087969]},"properties":{"@type":"node","@id":8306851861,"@timestamp":1610218023},"coords":"51.4087969,-0.1302336","bedrooms":"1","price":"166000","area":"357"} , +{"type":"Feature","id":"n8306851871","geometry":{"type":"Point","coordinates":[-0.1316983,51.4088625]},"properties":{"@type":"node","@id":8306851871,"@timestamp":1610218023},"coords":"51.4088625,-0.1316983","bedrooms":"1","price":"253000","area":"497"} , +{"type":"Feature","id":"n8306882565","geometry":{"type":"Point","coordinates":[-0.1682416,51.4892857]},"properties":{"@type":"node","@id":8306882565,"@timestamp":1610219154},"coords":"51.4892857,-0.1682416","bedrooms":"0","price":"272000","area":"412"} , +{"type":"Feature","id":"n8306883227","geometry":{"type":"Point","coordinates":[-0.1300544,51.4089277]},"properties":{"@type":"node","@id":8306883227,"@timestamp":1610218678},"coords":"51.4089277,-0.1300544","bedrooms":"3","price":"286000","area":"419"} , +{"type":"Feature","id":"n8306936931","geometry":{"type":"Point","coordinates":[-0.1681256,51.4896269]},"properties":{"@type":"node","@id":8306936931,"@timestamp":1610219154},"coords":"51.4896269,-0.1681256","bedrooms":"1","price":"245000","area":"626"} , +{"type":"Feature","id":"n8306936941","geometry":{"type":"Point","coordinates":[-0.1682848,51.4900804]},"properties":{"@type":"node","@id":8306936941,"@timestamp":1610219154},"coords":"51.4900804,-0.1682848","bedrooms":"3","price":"199000","area":"575"} , +{"type":"Feature","id":"n8306949670","geometry":{"type":"Point","coordinates":[-0.8233432,51.7235281]},"properties":{"@type":"node","@id":8306949670,"@timestamp":1610219561},"coords":"51.7235281,-0.8233432","bedrooms":"3","price":"252000","area":"607"} , +{"type":"Feature","id":"n8306949715","geometry":{"type":"Point","coordinates":[-0.8307764,51.7263717]},"properties":{"@type":"node","@id":8306949715,"@timestamp":1610219561},"coords":"51.7263717,-0.8307764","bedrooms":"2","price":"207000","area":"408"} , +{"type":"Feature","id":"n8306979600","geometry":{"type":"Point","coordinates":[-0.1159313,51.4071945]},"properties":{"@type":"node","@id":8306979600,"@timestamp":1610219970},"coords":"51.4071945,-0.1159313","bedrooms":"3","price":"152000","area":"596"} , +{"type":"Feature","id":"n8306979610","geometry":{"type":"Point","coordinates":[-0.115815,51.4070012]},"properties":{"@type":"node","@id":8306979610,"@timestamp":1610219970},"coords":"51.4070012,-0.115815","bedrooms":"3","price":"215000","area":"448"} , +{"type":"Feature","id":"n8306979620","geometry":{"type":"Point","coordinates":[-0.1148043,51.4063429]},"properties":{"@type":"node","@id":8306979620,"@timestamp":1610219970},"coords":"51.4063429,-0.1148043","bedrooms":"3","price":"206000","area":"412"} , +{"type":"Feature","id":"n8306979630","geometry":{"type":"Point","coordinates":[-0.1141013,51.4058899]},"properties":{"@type":"node","@id":8306979630,"@timestamp":1610219970},"coords":"51.4058899,-0.1141013","bedrooms":"4","price":"296000","area":"541"} , +{"type":"Feature","id":"n8307035650","geometry":{"type":"Point","coordinates":[-0.113188,51.4054142]},"properties":{"@type":"node","@id":8307035650,"@timestamp":1610220969},"coords":"51.4054142,-0.113188","bedrooms":"1","price":"164000","area":"428"} , +{"type":"Feature","id":"n8307035676","geometry":{"type":"Point","coordinates":[-0.1120831,51.4046815]},"properties":{"@type":"node","@id":8307035676,"@timestamp":1610220969},"coords":"51.4046815,-0.1120831","bedrooms":"4","price":"223000","area":"680"} , +{"type":"Feature","id":"n8307035686","geometry":{"type":"Point","coordinates":[-0.1120467,51.4045391]},"properties":{"@type":"node","@id":8307035686,"@timestamp":1610220969},"coords":"51.4045391,-0.1120467","bedrooms":"3","price":"289000","area":"496"} , +{"type":"Feature","id":"n8307052025","geometry":{"type":"Point","coordinates":[-0.1191971,51.4084426]},"properties":{"@type":"node","@id":8307052025,"@timestamp":1610220969},"coords":"51.4084426,-0.1191971","bedrooms":"0","price":"172000","area":"546"} , +{"type":"Feature","id":"n8307065248","geometry":{"type":"Point","coordinates":[-0.1118093,51.4040226]},"properties":{"@type":"node","@id":8307065248,"@timestamp":1610222049},"coords":"51.4040226,-0.1118093","bedrooms":"4","price":"230000","area":"650"} , +{"type":"Feature","id":"n8307065263","geometry":{"type":"Point","coordinates":[-0.1111533,51.4026581]},"properties":{"@type":"node","@id":8307065263,"@timestamp":1610222049},"coords":"51.4026581,-0.1111533","bedrooms":"2","price":"239000","area":"482"} , +{"type":"Feature","id":"n8307081182","geometry":{"type":"Point","coordinates":[-0.846009,51.7208615]},"properties":{"@type":"node","@id":8307081182,"@timestamp":1610222319},"coords":"51.7208615,-0.846009","bedrooms":"4","price":"160000","area":"598"} , +{"type":"Feature","id":"n8307086037","geometry":{"type":"Point","coordinates":[-0.105899,51.3993695]},"properties":{"@type":"node","@id":8307086037,"@timestamp":1610222049},"coords":"51.3993695,-0.105899","bedrooms":"1","price":"264000","area":"527"} , +{"type":"Feature","id":"n8307130954","geometry":{"type":"Point","coordinates":[-0.8310571,51.7283585]},"properties":{"@type":"node","@id":8307130954,"@timestamp":1610225027},"coords":"51.7283585,-0.8310571","bedrooms":"3","price":"153000","area":"359"} , +{"type":"Feature","id":"n8307130976","geometry":{"type":"Point","coordinates":[-0.8314694,51.7310646]},"properties":{"@type":"node","@id":8307130976,"@timestamp":1610225027},"coords":"51.7310646,-0.8314694","bedrooms":"1","price":"236000","area":"412"} , +{"type":"Feature","id":"n8307130987","geometry":{"type":"Point","coordinates":[-0.8244497,51.7343866]},"properties":{"@type":"node","@id":8307130987,"@timestamp":1610225027},"coords":"51.7343866,-0.8244497","bedrooms":"3","price":"173000","area":"559"} , +{"type":"Feature","id":"n8307504312","geometry":{"type":"Point","coordinates":[-0.3237862,51.503059]},"properties":{"@type":"node","@id":8307504312,"@timestamp":1610237582},"coords":"51.503059,-0.3237862","bedrooms":"2","price":"259000","area":"492"} , +{"type":"Feature","id":"n8307573522","geometry":{"type":"Point","coordinates":[-0.3222097,51.5009453]},"properties":{"@type":"node","@id":8307573522,"@timestamp":1610237582},"coords":"51.5009453,-0.3222097","bedrooms":"2","price":"172000","area":"641"} , +{"type":"Feature","id":"n8307573532","geometry":{"type":"Point","coordinates":[-0.3243344,51.5033559]},"properties":{"@type":"node","@id":8307573532,"@timestamp":1610237582},"coords":"51.5033559,-0.3243344","bedrooms":"3","price":"246000","area":"650"} , +{"type":"Feature","id":"n8307611358","geometry":{"type":"Point","coordinates":[-0.325789,51.5041646]},"properties":{"@type":"node","@id":8307611358,"@timestamp":1610240592},"coords":"51.5041646,-0.325789","bedrooms":"1","price":"272000","area":"619"} , +{"type":"Feature","id":"n8307661747","geometry":{"type":"Point","coordinates":[-0.3208505,51.5034335]},"properties":{"@type":"node","@id":8307661747,"@timestamp":1610244408},"coords":"51.5034335,-0.3208505","bedrooms":"1","price":"182000","area":"414"} , +{"type":"Feature","id":"n8308029301","geometry":{"type":"Point","coordinates":[-0.1678591,51.4901497]},"properties":{"@type":"node","@id":8308029301,"@timestamp":1610259030},"coords":"51.4901497,-0.1678591","bedrooms":"1","price":"219000","area":"619"} , +{"type":"Feature","id":"n8308035778","geometry":{"type":"Point","coordinates":[-0.1675415,51.489511]},"properties":{"@type":"node","@id":8308035778,"@timestamp":1610259030},"coords":"51.489511,-0.1675415","bedrooms":"0","price":"260000","area":"383"} , +{"type":"Feature","id":"n8308248185","geometry":{"type":"Point","coordinates":[-0.1693116,51.4885297]},"properties":{"@type":"node","@id":8308248185,"@timestamp":1610273325},"coords":"51.4885297,-0.1693116","bedrooms":"2","price":"267000","area":"540"} , +{"type":"Feature","id":"n8308257959","geometry":{"type":"Point","coordinates":[-0.168447,51.4877182]},"properties":{"@type":"node","@id":8308257959,"@timestamp":1610273325},"coords":"51.4877182,-0.168447","bedrooms":"2","price":"203000","area":"401"} , +{"type":"Feature","id":"n8308514256","geometry":{"type":"Point","coordinates":[-0.0730378,51.7991116]},"properties":{"@type":"node","@id":8308514256,"@timestamp":1610283726},"coords":"51.7991116,-0.0730378","bedrooms":"1","price":"152000","area":"453"} , +{"type":"Feature","id":"n8308514266","geometry":{"type":"Point","coordinates":[-0.0729383,51.799241]},"properties":{"@type":"node","@id":8308514266,"@timestamp":1610283726},"coords":"51.799241,-0.0729383","bedrooms":"2","price":"259000","area":"353"} , +{"type":"Feature","id":"n8308524571","geometry":{"type":"Point","coordinates":[0.4735113,51.7391479]},"properties":{"@type":"node","@id":8308524571,"@timestamp":1632520159},"coords":"51.7391479,0.4735113","bedrooms":"0","price":"237000","area":"496"} , +{"type":"Feature","id":"n8308531092","geometry":{"type":"Point","coordinates":[-0.304915,51.4186723]},"properties":{"@type":"node","@id":8308531092,"@timestamp":1610284413},"coords":"51.4186723,-0.304915","bedrooms":"0","price":"289000","area":"523"} , +{"type":"Feature","id":"n8308531102","geometry":{"type":"Point","coordinates":[-0.3070554,51.4158671]},"properties":{"@type":"node","@id":8308531102,"@timestamp":1610284413},"coords":"51.4158671,-0.3070554","bedrooms":"4","price":"223000","area":"455"} , +{"type":"Feature","id":"n8308531518","geometry":{"type":"Point","coordinates":[-0.3049928,51.4197846]},"properties":{"@type":"node","@id":8308531518,"@timestamp":1610284413},"coords":"51.4197846,-0.3049928","bedrooms":"2","price":"215000","area":"631"} , +{"type":"Feature","id":"n8308531574","geometry":{"type":"Point","coordinates":[-0.305096,51.4133645]},"properties":{"@type":"node","@id":8308531574,"@timestamp":1610284413},"coords":"51.4133645,-0.305096","bedrooms":"0","price":"271000","area":"568"} , +{"type":"Feature","id":"n8308599491","geometry":{"type":"Point","coordinates":[-0.1076404,51.4002012]},"properties":{"@type":"node","@id":8308599491,"@timestamp":1610287740},"coords":"51.4002012,-0.1076404","bedrooms":"0","price":"260000","area":"396"} , +{"type":"Feature","id":"n8308606522","geometry":{"type":"Point","coordinates":[-0.1244325,51.41532]},"properties":{"@type":"node","@id":8308606522,"@timestamp":1611683677},"coords":"51.41532,-0.1244325","bedrooms":"0","price":"256000","area":"642"} , +{"type":"Feature","id":"n8308644840","geometry":{"type":"Point","coordinates":[-0.1062977,51.3996007]},"properties":{"@type":"node","@id":8308644840,"@timestamp":1610288595},"coords":"51.3996007,-0.1062977","bedrooms":"0","price":"226000","area":"659"} , +{"type":"Feature","id":"n8308644933","geometry":{"type":"Point","coordinates":[-0.1113365,51.4027511]},"properties":{"@type":"node","@id":8308644933,"@timestamp":1610288595},"coords":"51.4027511,-0.1113365","bedrooms":"1","price":"297000","area":"425"} , +{"type":"Feature","id":"n8308644953","geometry":{"type":"Point","coordinates":[-0.1090595,51.4008556]},"properties":{"@type":"node","@id":8308644953,"@timestamp":1610288595},"coords":"51.4008556,-0.1090595","bedrooms":"2","price":"298000","area":"465"} , +{"type":"Feature","id":"n8308645073","geometry":{"type":"Point","coordinates":[-0.1053806,51.3990786]},"properties":{"@type":"node","@id":8308645073,"@timestamp":1610289051},"coords":"51.3990786,-0.1053806","bedrooms":"3","price":"273000","area":"568"} , +{"type":"Feature","id":"n8308649870","geometry":{"type":"Point","coordinates":[0.5288612,51.2650565]},"properties":{"@type":"node","@id":8308649870,"@timestamp":1610288905},"coords":"51.2650565,0.5288612","bedrooms":"2","price":"254000","area":"530"} , +{"type":"Feature","id":"n8308657649","geometry":{"type":"Point","coordinates":[-0.111308,51.4043262]},"properties":{"@type":"node","@id":8308657649,"@timestamp":1610289051},"coords":"51.4043262,-0.111308","bedrooms":"3","price":"202000","area":"668"} , +{"type":"Feature","id":"n8308665598","geometry":{"type":"Point","coordinates":[0.5421178,51.2679148]},"properties":{"@type":"node","@id":8308665598,"@timestamp":1610290712},"coords":"51.2679148,0.5421178","bedrooms":"0","price":"233000","area":"594"} , +{"type":"Feature","id":"n8308665614","geometry":{"type":"Point","coordinates":[0.5427115,51.2669944]},"properties":{"@type":"node","@id":8308665614,"@timestamp":1610290712},"coords":"51.2669944,0.5427115","bedrooms":"3","price":"195000","area":"353"} , +{"type":"Feature","id":"n8308726522","geometry":{"type":"Point","coordinates":[0.5450953,51.266643]},"properties":{"@type":"node","@id":8308726522,"@timestamp":1610290712},"coords":"51.266643,0.5450953","bedrooms":"1","price":"195000","area":"383"} , +{"type":"Feature","id":"n8308726550","geometry":{"type":"Point","coordinates":[0.5437022,51.2656705]},"properties":{"@type":"node","@id":8308726550,"@timestamp":1610290712},"coords":"51.2656705,0.5437022","bedrooms":"4","price":"175000","area":"565"} , +{"type":"Feature","id":"n8308726560","geometry":{"type":"Point","coordinates":[0.5440094,51.2659652]},"properties":{"@type":"node","@id":8308726560,"@timestamp":1610290712},"coords":"51.2659652,0.5440094","bedrooms":"1","price":"278000","area":"540"} , +{"type":"Feature","id":"n8308726582","geometry":{"type":"Point","coordinates":[0.5466561,51.2650039]},"properties":{"@type":"node","@id":8308726582,"@timestamp":1610290712},"coords":"51.2650039,0.5466561","bedrooms":"1","price":"188000","area":"505"} , +{"type":"Feature","id":"n8308726602","geometry":{"type":"Point","coordinates":[0.5448638,51.2668403]},"properties":{"@type":"node","@id":8308726602,"@timestamp":1610290712},"coords":"51.2668403,0.5448638","bedrooms":"3","price":"285000","area":"615"} , +{"type":"Feature","id":"n8308726612","geometry":{"type":"Point","coordinates":[0.5434045,51.2669144]},"properties":{"@type":"node","@id":8308726612,"@timestamp":1610290712},"coords":"51.2669144,0.5434045","bedrooms":"3","price":"215000","area":"597"} , +{"type":"Feature","id":"n8308732615","geometry":{"type":"Point","coordinates":[-0.1562977,51.9246299]},"properties":{"@type":"node","@id":8308732615,"@timestamp":1610291964},"coords":"51.9246299,-0.1562977","bedrooms":"4","price":"152000","area":"432"} , +{"type":"Feature","id":"n8308774817","geometry":{"type":"Point","coordinates":[-0.1593056,51.9183928]},"properties":{"@type":"node","@id":8308774817,"@timestamp":1617379999},"coords":"51.9183928,-0.1593056","bedrooms":"4","price":"201000","area":"364"} , +{"type":"Feature","id":"n8308819915","geometry":{"type":"Point","coordinates":[-0.0743502,51.7985307]},"properties":{"@type":"node","@id":8308819915,"@timestamp":1610293384},"coords":"51.7985307,-0.0743502","bedrooms":"0","price":"196000","area":"606"} , +{"type":"Feature","id":"n8308880848","geometry":{"type":"Point","coordinates":[-0.1674055,51.4890325]},"properties":{"@type":"node","@id":8308880848,"@timestamp":1610295334},"coords":"51.4890325,-0.1674055","bedrooms":"2","price":"209000","area":"671"} , +{"type":"Feature","id":"n8308880889","geometry":{"type":"Point","coordinates":[-0.1666539,51.4888847]},"properties":{"@type":"node","@id":8308880889,"@timestamp":1610295334},"coords":"51.4888847,-0.1666539","bedrooms":"1","price":"202000","area":"361"} , +{"type":"Feature","id":"n8308880901","geometry":{"type":"Point","coordinates":[-0.1667907,51.4883911]},"properties":{"@type":"node","@id":8308880901,"@timestamp":1610295334},"coords":"51.4883911,-0.1667907","bedrooms":"3","price":"200000","area":"490"} , +{"type":"Feature","id":"n8308903924","geometry":{"type":"Point","coordinates":[0.4984714,51.7597885]},"properties":{"@type":"node","@id":8308903924,"@timestamp":1610296338},"coords":"51.7597885,0.4984714","bedrooms":"2","price":"161000","area":"689"} , +{"type":"Feature","id":"n8308916286","geometry":{"type":"Point","coordinates":[0.138879,50.9664719]},"properties":{"@type":"node","@id":8308916286,"@timestamp":1610296622},"coords":"50.9664719,0.138879","bedrooms":"2","price":"243000","area":"664"} , +{"type":"Feature","id":"n8308938990","geometry":{"type":"Point","coordinates":[-0.5213175,51.430035]},"properties":{"@type":"node","@id":8308938990,"@timestamp":1610297125},"coords":"51.430035,-0.5213175","bedrooms":"3","price":"261000","area":"561"} , +{"type":"Feature","id":"n8309012701","geometry":{"type":"Point","coordinates":[-0.0374252,51.5745089]},"properties":{"@type":"node","@id":8309012701,"@timestamp":1610302971},"coords":"51.5745089,-0.0374252","bedrooms":"1","price":"249000","area":"478"} , +{"type":"Feature","id":"n8309064811","geometry":{"type":"Point","coordinates":[-0.7159196,51.5219211]},"properties":{"@type":"node","@id":8309064811,"@timestamp":1610301510},"coords":"51.5219211,-0.7159196","bedrooms":"4","price":"155000","area":"691"} , +{"type":"Feature","id":"n8309072582","geometry":{"type":"Point","coordinates":[-0.0440717,51.5327904]},"properties":{"@type":"node","@id":8309072582,"@timestamp":1610301742},"coords":"51.5327904,-0.0440717","bedrooms":"2","price":"153000","area":"656"} , +{"type":"Feature","id":"n8309072592","geometry":{"type":"Point","coordinates":[-0.045546,51.5329631]},"properties":{"@type":"node","@id":8309072592,"@timestamp":1610301742},"coords":"51.5329631,-0.045546","bedrooms":"3","price":"180000","area":"584"} , +{"type":"Feature","id":"n8309072602","geometry":{"type":"Point","coordinates":[-0.0469876,51.5334421]},"properties":{"@type":"node","@id":8309072602,"@timestamp":1610301742},"coords":"51.5334421,-0.0469876","bedrooms":"0","price":"259000","area":"536"} , +{"type":"Feature","id":"n8309072612","geometry":{"type":"Point","coordinates":[-0.048367,51.5339036]},"properties":{"@type":"node","@id":8309072612,"@timestamp":1610301742},"coords":"51.5339036,-0.048367","bedrooms":"3","price":"229000","area":"561"} , +{"type":"Feature","id":"n8309080585","geometry":{"type":"Point","coordinates":[0.0102984,51.46627]},"properties":{"@type":"node","@id":8309080585,"@timestamp":1610302430},"coords":"51.46627,0.0102984","bedrooms":"2","price":"200000","area":"525"} , +{"type":"Feature","id":"n8309088224","geometry":{"type":"Point","coordinates":[-0.0505141,51.5346254]},"properties":{"@type":"node","@id":8309088224,"@timestamp":1610301742},"coords":"51.5346254,-0.0505141","bedrooms":"4","price":"265000","area":"573"} , +{"type":"Feature","id":"n8309265447","geometry":{"type":"Point","coordinates":[-0.7252316,51.5229526]},"properties":{"@type":"node","@id":8309265447,"@timestamp":1610307444},"coords":"51.5229526,-0.7252316","bedrooms":"3","price":"252000","area":"516"} , +{"type":"Feature","id":"n8309265462","geometry":{"type":"Point","coordinates":[-0.7315186,51.5280567]},"properties":{"@type":"node","@id":8309265462,"@timestamp":1610307444},"coords":"51.5280567,-0.7315186","bedrooms":"3","price":"246000","area":"646"} , +{"type":"Feature","id":"n8309436766","geometry":{"type":"Point","coordinates":[-0.7624409,51.6316205]},"properties":{"@type":"node","@id":8309436766,"@timestamp":1610312927},"coords":"51.6316205,-0.7624409","bedrooms":"1","price":"256000","area":"559"} , +{"type":"Feature","id":"n8309518407","geometry":{"type":"Point","coordinates":[-0.7588733,51.6393101]},"properties":{"@type":"node","@id":8309518407,"@timestamp":1610316627},"coords":"51.6393101,-0.7588733","bedrooms":"0","price":"158000","area":"423"} , +{"type":"Feature","id":"n8309608238","geometry":{"type":"Point","coordinates":[-0.0765234,51.7981259]},"properties":{"@type":"node","@id":8309608238,"@timestamp":1610317472},"coords":"51.7981259,-0.0765234","bedrooms":"3","price":"274000","area":"673"} , +{"type":"Feature","id":"n8310071013","geometry":{"type":"Point","coordinates":[-0.9398202,51.566311]},"properties":{"@type":"node","@id":8310071013,"@timestamp":1610337561},"coords":"51.566311,-0.9398202","bedrooms":"0","price":"226000","area":"655"} , +{"type":"Feature","id":"n8310301713","geometry":{"type":"Point","coordinates":[-0.5762949,50.9908911]},"properties":{"@type":"node","@id":8310301713,"@timestamp":1610344995},"coords":"50.9908911,-0.5762949","bedrooms":"1","price":"152000","area":"567"} , +{"type":"Feature","id":"n8310517132","geometry":{"type":"Point","coordinates":[-0.6497255,51.263537]},"properties":{"@type":"node","@id":8310517132,"@timestamp":1610350330},"coords":"51.263537,-0.6497255","bedrooms":"1","price":"197000","area":"376"} , +{"type":"Feature","id":"n8310702194","geometry":{"type":"Point","coordinates":[-0.1217667,51.2100882]},"properties":{"@type":"node","@id":8310702194,"@timestamp":1610355971},"coords":"51.2100882,-0.1217667","bedrooms":"0","price":"278000","area":"601"} , +{"type":"Feature","id":"n8310932463","geometry":{"type":"Point","coordinates":[-0.1696651,51.21165]},"properties":{"@type":"node","@id":8310932463,"@timestamp":1629827469},"coords":"51.21165,-0.1696651","bedrooms":"1","price":"175000","area":"673"} , +{"type":"Feature","id":"n8311085797","geometry":{"type":"Point","coordinates":[-0.2349598,51.3015647]},"properties":{"@type":"node","@id":8311085797,"@timestamp":1610363923},"coords":"51.3015647,-0.2349598","bedrooms":"1","price":"287000","area":"481"} , +{"type":"Feature","id":"n8311153481","geometry":{"type":"Point","coordinates":[-0.4757356,51.3683545]},"properties":{"@type":"node","@id":8311153481,"@timestamp":1610365944},"coords":"51.3683545,-0.4757356","bedrooms":"2","price":"165000","area":"428"} , +{"type":"Feature","id":"n8311244130","geometry":{"type":"Point","coordinates":[-0.7866592,51.6907433]},"properties":{"@type":"node","@id":8311244130,"@timestamp":1610367486},"coords":"51.6907433,-0.7866592","bedrooms":"3","price":"209000","area":"418"} , +{"type":"Feature","id":"n8311244156","geometry":{"type":"Point","coordinates":[-0.819623,51.7083259]},"properties":{"@type":"node","@id":8311244156,"@timestamp":1610367486},"coords":"51.7083259,-0.819623","bedrooms":"2","price":"215000","area":"654"} , +{"type":"Feature","id":"n8311377716","geometry":{"type":"Point","coordinates":[-0.1199377,51.4082556]},"properties":{"@type":"node","@id":8311377716,"@timestamp":1610370110},"coords":"51.4082556,-0.1199377","bedrooms":"1","price":"253000","area":"402"} , +{"type":"Feature","id":"n8311416126","geometry":{"type":"Point","coordinates":[-0.1173537,51.4077702]},"properties":{"@type":"node","@id":8311416126,"@timestamp":1610370110},"coords":"51.4077702,-0.1173537","bedrooms":"3","price":"274000","area":"499"} , +{"type":"Feature","id":"n8311416136","geometry":{"type":"Point","coordinates":[-0.1187094,51.4079985]},"properties":{"@type":"node","@id":8311416136,"@timestamp":1610370110},"coords":"51.4079985,-0.1187094","bedrooms":"4","price":"222000","area":"459"} , +{"type":"Feature","id":"n8311416146","geometry":{"type":"Point","coordinates":[-0.119813,51.4081321]},"properties":{"@type":"node","@id":8311416146,"@timestamp":1610370110},"coords":"51.4081321,-0.119813","bedrooms":"3","price":"170000","area":"443"} , +{"type":"Feature","id":"n8311416188","geometry":{"type":"Point","coordinates":[-0.1171377,51.4071489]},"properties":{"@type":"node","@id":8311416188,"@timestamp":1610370110},"coords":"51.4071489,-0.1171377","bedrooms":"3","price":"211000","area":"677"} , +{"type":"Feature","id":"n8311445837","geometry":{"type":"Point","coordinates":[-0.400726,51.2469889]},"properties":{"@type":"node","@id":8311445837,"@timestamp":1610371554},"coords":"51.2469889,-0.400726","bedrooms":"3","price":"183000","area":"360"} , +{"type":"Feature","id":"n8311548624","geometry":{"type":"Point","coordinates":[-0.1982878,51.0575486]},"properties":{"@type":"node","@id":8311548624,"@timestamp":1610372882},"coords":"51.0575486,-0.1982878","bedrooms":"4","price":"246000","area":"572"} , +{"type":"Feature","id":"n8311558319","geometry":{"type":"Point","coordinates":[-0.6797032,51.510803]},"properties":{"@type":"node","@id":8311558319,"@timestamp":1610372930},"coords":"51.510803,-0.6797032","bedrooms":"0","price":"267000","area":"574"} , +{"type":"Feature","id":"n8311768623","geometry":{"type":"Point","coordinates":[0.1259431,51.4432268]},"properties":{"@type":"node","@id":8311768623,"@timestamp":1610376448},"coords":"51.4432268,0.1259431","bedrooms":"4","price":"203000","area":"568"} , +{"type":"Feature","id":"n8311794992","geometry":{"type":"Point","coordinates":[-0.8613551,51.7401357]},"properties":{"@type":"node","@id":8311794992,"@timestamp":1610376928},"coords":"51.7401357,-0.8613551","bedrooms":"4","price":"184000","area":"695"} , +{"type":"Feature","id":"n8311809959","geometry":{"type":"Point","coordinates":[0.5284808,51.2666887]},"properties":{"@type":"node","@id":8311809959,"@timestamp":1610377843},"coords":"51.2666887,0.5284808","bedrooms":"3","price":"175000","area":"576"} , +{"type":"Feature","id":"n8311833947","geometry":{"type":"Point","coordinates":[0.157097,51.6663033]},"properties":{"@type":"node","@id":8311833947,"@timestamp":1610377236},"coords":"51.6663033,0.157097","bedrooms":"1","price":"240000","area":"571"} , +{"type":"Feature","id":"n8311854836","geometry":{"type":"Point","coordinates":[0.5269566,51.2656485]},"properties":{"@type":"node","@id":8311854836,"@timestamp":1610378345},"coords":"51.2656485,0.5269566","bedrooms":"3","price":"151000","area":"496"} , +{"type":"Feature","id":"n8312078529","geometry":{"type":"Point","coordinates":[-0.1675661,51.4902903]},"properties":{"@type":"node","@id":8312078529,"@timestamp":1610381578},"coords":"51.4902903,-0.1675661","bedrooms":"1","price":"155000","area":"405"} , +{"type":"Feature","id":"n8312078553","geometry":{"type":"Point","coordinates":[-0.1672452,51.4897561]},"properties":{"@type":"node","@id":8312078553,"@timestamp":1610381578},"coords":"51.4897561,-0.1672452","bedrooms":"3","price":"161000","area":"483"} , +{"type":"Feature","id":"n8312209670","geometry":{"type":"Point","coordinates":[0.0208248,51.5041902]},"properties":{"@type":"node","@id":8312209670,"@timestamp":1610383567},"coords":"51.5041902,0.0208248","bedrooms":"3","price":"168000","area":"614"} , +{"type":"Feature","id":"n8313116271","geometry":{"type":"Point","coordinates":[-0.3082899,51.07265]},"properties":{"@type":"node","@id":8313116271,"@timestamp":1610401343},"coords":"51.07265,-0.3082899","bedrooms":"2","price":"197000","area":"401"} , +{"type":"Feature","id":"n8313195699","geometry":{"type":"Point","coordinates":[0.0262407,51.5039858]},"properties":{"@type":"node","@id":8313195699,"@timestamp":1610403750},"coords":"51.5039858,0.0262407","bedrooms":"0","price":"259000","area":"681"} , +{"type":"Feature","id":"n8313195709","geometry":{"type":"Point","coordinates":[0.0246922,51.5032172]},"properties":{"@type":"node","@id":8313195709,"@timestamp":1610403750},"coords":"51.5032172,0.0246922","bedrooms":"2","price":"263000","area":"687"} , +{"type":"Feature","id":"n8313197856","geometry":{"type":"Point","coordinates":[0.0191656,51.5559203]},"properties":{"@type":"node","@id":8313197856,"@timestamp":1615322445},"coords":"51.5559203,0.0191656","bedrooms":"4","price":"269000","area":"482"} , +{"type":"Feature","id":"n8313215317","geometry":{"type":"Point","coordinates":[0.023244,51.5037462]},"properties":{"@type":"node","@id":8313215317,"@timestamp":1610403750},"coords":"51.5037462,0.023244","bedrooms":"1","price":"227000","area":"682"} , +{"type":"Feature","id":"n8313215327","geometry":{"type":"Point","coordinates":[0.0249994,51.5036663]},"properties":{"@type":"node","@id":8313215327,"@timestamp":1610403750},"coords":"51.5036663,0.0249994","bedrooms":"2","price":"156000","area":"690"} , +{"type":"Feature","id":"n8313260101","geometry":{"type":"Point","coordinates":[-0.3380081,51.4738039]},"properties":{"@type":"node","@id":8313260101,"@timestamp":1610407927},"coords":"51.4738039,-0.3380081","bedrooms":"2","price":"228000","area":"630"} , +{"type":"Feature","id":"n8313599208","geometry":{"type":"Point","coordinates":[-0.0194963,51.4811362]},"properties":{"@type":"node","@id":8313599208,"@timestamp":1610421731},"coords":"51.4811362,-0.0194963","bedrooms":"4","price":"239000","area":"565"} , +{"type":"Feature","id":"n8313903959","geometry":{"type":"Point","coordinates":[-0.2545267,51.3520981]},"properties":{"@type":"node","@id":8313903959,"@timestamp":1610433259},"coords":"51.3520981,-0.2545267","bedrooms":"1","price":"268000","area":"448"} , +{"type":"Feature","id":"n8314251178","geometry":{"type":"Point","coordinates":[-0.2353811,51.3169672]},"properties":{"@type":"node","@id":8314251178,"@timestamp":1616964622},"coords":"51.3169672,-0.2353811","bedrooms":"1","price":"272000","area":"611"} , +{"type":"Feature","id":"n8314548524","geometry":{"type":"Point","coordinates":[-0.2079434,51.8220721]},"properties":{"@type":"node","@id":8314548524,"@timestamp":1610445402},"coords":"51.8220721,-0.2079434","bedrooms":"3","price":"200000","area":"637"} , +{"type":"Feature","id":"n8314776574","geometry":{"type":"Point","coordinates":[-0.5155382,51.353299]},"properties":{"@type":"node","@id":8314776574,"@timestamp":1610450368},"coords":"51.353299,-0.5155382","bedrooms":"3","price":"153000","area":"601"} , +{"type":"Feature","id":"n8315386882","geometry":{"type":"Point","coordinates":[-0.1987307,51.0563579]},"properties":{"@type":"node","@id":8315386882,"@timestamp":1610464006},"coords":"51.0563579,-0.1987307","bedrooms":"4","price":"248000","area":"608"} , +{"type":"Feature","id":"n8315632589","geometry":{"type":"Point","coordinates":[-0.7292639,51.5303069]},"properties":{"@type":"node","@id":8315632589,"@timestamp":1610466958},"coords":"51.5303069,-0.7292639","bedrooms":"2","price":"207000","area":"394"} , +{"type":"Feature","id":"n8315686849","geometry":{"type":"Point","coordinates":[0.7447381,51.4451591]},"properties":{"@type":"node","@id":8315686849,"@timestamp":1610467865},"coords":"51.4451591,0.7447381","bedrooms":"4","price":"151000","area":"644"} , +{"type":"Feature","id":"n8315714195","geometry":{"type":"Point","coordinates":[-0.7378218,51.5282259]},"properties":{"@type":"node","@id":8315714195,"@timestamp":1610468087},"coords":"51.5282259,-0.7378218","bedrooms":"4","price":"239000","area":"505"} , +{"type":"Feature","id":"n8315868700","geometry":{"type":"Point","coordinates":[-0.227963,51.3024886]},"properties":{"@type":"node","@id":8315868700,"@timestamp":1610469821},"coords":"51.3024886,-0.227963","bedrooms":"0","price":"202000","area":"445"} , +{"type":"Feature","id":"n8316029336","geometry":{"type":"Point","coordinates":[0.3749634,51.4455037]},"properties":{"@type":"node","@id":8316029336,"@timestamp":1610471909},"coords":"51.4455037,0.3749634","bedrooms":"2","price":"177000","area":"356"} , +{"type":"Feature","id":"n8316150511","geometry":{"type":"Point","coordinates":[-0.1264355,51.4134294]},"properties":{"@type":"node","@id":8316150511,"@timestamp":1610475418},"coords":"51.4134294,-0.1264355","bedrooms":"4","price":"292000","area":"682"} , +{"type":"Feature","id":"n8316172523","geometry":{"type":"Point","coordinates":[-0.1242728,51.4149264]},"properties":{"@type":"node","@id":8316172523,"@timestamp":1610475418},"coords":"51.4149264,-0.1242728","bedrooms":"2","price":"238000","area":"353"} , +{"type":"Feature","id":"n8316225424","geometry":{"type":"Point","coordinates":[-0.1260536,51.4130429]},"properties":{"@type":"node","@id":8316225424,"@timestamp":1610476343},"coords":"51.4130429,-0.1260536","bedrooms":"2","price":"293000","area":"667"} , +{"type":"Feature","id":"n8316399440","geometry":{"type":"Point","coordinates":[-0.7439803,51.5307299]},"properties":{"@type":"node","@id":8316399440,"@timestamp":1610481148},"coords":"51.5307299,-0.7439803","bedrooms":"4","price":"214000","area":"596"} , +{"type":"Feature","id":"n8316399450","geometry":{"type":"Point","coordinates":[-0.7315506,51.5341352]},"properties":{"@type":"node","@id":8316399450,"@timestamp":1610481148},"coords":"51.5341352,-0.7315506","bedrooms":"4","price":"258000","area":"697"} , +{"type":"Feature","id":"n8316399460","geometry":{"type":"Point","coordinates":[-0.7315577,51.5361245]},"properties":{"@type":"node","@id":8316399460,"@timestamp":1610481559},"coords":"51.5361245,-0.7315577","bedrooms":"4","price":"167000","area":"573"} , +{"type":"Feature","id":"n8316808626","geometry":{"type":"Point","coordinates":[0.3629235,51.4573654]},"properties":{"@type":"node","@id":8316808626,"@timestamp":1622121386},"coords":"51.4573654,0.3629235","bedrooms":"4","price":"275000","area":"426"} , +{"type":"Feature","id":"n8316808673","geometry":{"type":"Point","coordinates":[0.3645061,51.453764]},"properties":{"@type":"node","@id":8316808673,"@timestamp":1619780320},"coords":"51.453764,0.3645061","bedrooms":"2","price":"189000","area":"524"} , +{"type":"Feature","id":"n8316970024","geometry":{"type":"Point","coordinates":[0.0561698,51.8159606]},"properties":{"@type":"node","@id":8316970024,"@timestamp":1610494790},"coords":"51.8159606,0.0561698","bedrooms":"1","price":"231000","area":"609"} , +{"type":"Feature","id":"n8317315364","geometry":{"type":"Point","coordinates":[-0.1366688,51.4787513]},"properties":{"@type":"node","@id":8317315364,"@timestamp":1610507594},"coords":"51.4787513,-0.1366688","bedrooms":"2","price":"235000","area":"403"} , +{"type":"Feature","id":"n8318163410","geometry":{"type":"Point","coordinates":[0.8685695,51.1559697]},"properties":{"@type":"node","@id":8318163410,"@timestamp":1610531087},"coords":"51.1559697,0.8685695","bedrooms":"3","price":"249000","area":"533"} , +{"type":"Feature","id":"n8318258147","geometry":{"type":"Point","coordinates":[-0.8164479,51.2033694]},"properties":{"@type":"node","@id":8318258147,"@timestamp":1610532901},"coords":"51.2033694,-0.8164479","bedrooms":"1","price":"254000","area":"639"} , +{"type":"Feature","id":"n8318446476","geometry":{"type":"Point","coordinates":[-0.0273716,51.5477591]},"properties":{"@type":"node","@id":8318446476,"@timestamp":1613749214},"coords":"51.5477591,-0.0273716","bedrooms":"0","price":"260000","area":"419"} , +{"type":"Feature","id":"n8318462916","geometry":{"type":"Point","coordinates":[0.8671635,51.1532698]},"properties":{"@type":"node","@id":8318462916,"@timestamp":1610536536},"coords":"51.1532698,0.8671635","bedrooms":"2","price":"252000","area":"629"} , +{"type":"Feature","id":"n8318590905","geometry":{"type":"Point","coordinates":[-0.0587946,51.477306]},"properties":{"@type":"node","@id":8318590905,"@timestamp":1610539664},"coords":"51.477306,-0.0587946","bedrooms":"3","price":"236000","area":"547"} , +{"type":"Feature","id":"n8318592491","geometry":{"type":"Point","coordinates":[0.1450311,51.6659922]},"properties":{"@type":"node","@id":8318592491,"@timestamp":1610539286},"coords":"51.6659922,0.1450311","bedrooms":"1","price":"224000","area":"548"} , +{"type":"Feature","id":"n8318592530","geometry":{"type":"Point","coordinates":[0.1449365,51.6651051]},"properties":{"@type":"node","@id":8318592530,"@timestamp":1610539286},"coords":"51.6651051,0.1449365","bedrooms":"1","price":"248000","area":"528"} , +{"type":"Feature","id":"n8318592540","geometry":{"type":"Point","coordinates":[0.1445516,51.6652336]},"properties":{"@type":"node","@id":8318592540,"@timestamp":1610539286},"coords":"51.6652336,0.1445516","bedrooms":"0","price":"162000","area":"690"} , +{"type":"Feature","id":"n8318592699","geometry":{"type":"Point","coordinates":[0.1521824,51.6642048]},"properties":{"@type":"node","@id":8318592699,"@timestamp":1610539286},"coords":"51.6642048,0.1521824","bedrooms":"1","price":"150000","area":"414"} , +{"type":"Feature","id":"n8318592726","geometry":{"type":"Point","coordinates":[0.1523736,51.6637022]},"properties":{"@type":"node","@id":8318592726,"@timestamp":1610539286},"coords":"51.6637022,0.1523736","bedrooms":"4","price":"276000","area":"643"} , +{"type":"Feature","id":"n8318592736","geometry":{"type":"Point","coordinates":[0.153588,51.6638178]},"properties":{"@type":"node","@id":8318592736,"@timestamp":1610539286},"coords":"51.6638178,0.153588","bedrooms":"3","price":"248000","area":"687"} , +{"type":"Feature","id":"n8318593023","geometry":{"type":"Point","coordinates":[0.1461811,51.6653909]},"properties":{"@type":"node","@id":8318593023,"@timestamp":1610539286},"coords":"51.6653909,0.1461811","bedrooms":"1","price":"215000","area":"634"} , +{"type":"Feature","id":"n8318610590","geometry":{"type":"Point","coordinates":[-0.2275945,51.3042878]},"properties":{"@type":"node","@id":8318610590,"@timestamp":1610539641},"coords":"51.3042878,-0.2275945","bedrooms":"3","price":"260000","area":"637"} , +{"type":"Feature","id":"n8318797237","geometry":{"type":"Point","coordinates":[-0.0860825,51.5143112]},"properties":{"@type":"node","@id":8318797237,"@timestamp":1624719566},"coords":"51.5143112,-0.0860825","bedrooms":"2","price":"270000","area":"350"} , +{"type":"Feature","id":"n8318983234","geometry":{"type":"Point","coordinates":[0.1895465,51.8975446]},"properties":{"@type":"node","@id":8318983234,"@timestamp":1610549871},"coords":"51.8975446,0.1895465","bedrooms":"4","price":"199000","area":"568"} , +{"type":"Feature","id":"n8318987566","geometry":{"type":"Point","coordinates":[0.7811102,51.4224022]},"properties":{"@type":"node","@id":8318987566,"@timestamp":1610550738},"coords":"51.4224022,0.7811102","bedrooms":"4","price":"261000","area":"496"} , +{"type":"Feature","id":"n8319224530","geometry":{"type":"Point","coordinates":[0.4720657,51.7239018]},"properties":{"@type":"node","@id":8319224530,"@timestamp":1610556836},"coords":"51.7239018,0.4720657","bedrooms":"0","price":"229000","area":"698"} , +{"type":"Feature","id":"n8319224540","geometry":{"type":"Point","coordinates":[0.4718897,51.7253725]},"properties":{"@type":"node","@id":8319224540,"@timestamp":1610556836},"coords":"51.7253725,0.4718897","bedrooms":"1","price":"255000","area":"550"} , +{"type":"Feature","id":"n8319392210","geometry":{"type":"Point","coordinates":[0.0656454,50.9724015]},"properties":{"@type":"node","@id":8319392210,"@timestamp":1610562362},"coords":"50.9724015,0.0656454","bedrooms":"4","price":"245000","area":"691"} , +{"type":"Feature","id":"n8319575883","geometry":{"type":"Point","coordinates":[-0.7445039,51.5335931]},"properties":{"@type":"node","@id":8319575883,"@timestamp":1610565138},"coords":"51.5335931,-0.7445039","bedrooms":"4","price":"298000","area":"635"} , +{"type":"Feature","id":"n8319593987","geometry":{"type":"Point","coordinates":[-0.198694,51.2077757]},"properties":{"@type":"node","@id":8319593987,"@timestamp":1610566084},"coords":"51.2077757,-0.198694","bedrooms":"3","price":"246000","area":"580"} , +{"type":"Feature","id":"n8319631136","geometry":{"type":"Point","coordinates":[-0.7555718,51.5299913]},"properties":{"@type":"node","@id":8319631136,"@timestamp":1610571888},"coords":"51.5299913,-0.7555718","bedrooms":"0","price":"252000","area":"525"} , +{"type":"Feature","id":"n8319654395","geometry":{"type":"Point","coordinates":[-0.749184,51.5286327]},"properties":{"@type":"node","@id":8319654395,"@timestamp":1610571888},"coords":"51.5286327,-0.749184","bedrooms":"4","price":"164000","area":"652"} , +{"type":"Feature","id":"n8319931964","geometry":{"type":"Point","coordinates":[-0.7378732,51.5372636]},"properties":{"@type":"node","@id":8319931964,"@timestamp":1610581062},"coords":"51.5372636,-0.7378732","bedrooms":"4","price":"208000","area":"541"} , +{"type":"Feature","id":"n8319931980","geometry":{"type":"Point","coordinates":[-0.7364152,51.5403246]},"properties":{"@type":"node","@id":8319931980,"@timestamp":1610581062},"coords":"51.5403246,-0.7364152","bedrooms":"4","price":"288000","area":"631"} , +{"type":"Feature","id":"n8319951897","geometry":{"type":"Point","coordinates":[-0.7286091,51.5421426]},"properties":{"@type":"node","@id":8319951897,"@timestamp":1610581062},"coords":"51.5421426,-0.7286091","bedrooms":"3","price":"254000","area":"585"} , +{"type":"Feature","id":"n8319998129","geometry":{"type":"Point","coordinates":[-0.7251539,51.5330225]},"properties":{"@type":"node","@id":8319998129,"@timestamp":1610581784},"coords":"51.5330225,-0.7251539","bedrooms":"1","price":"264000","area":"524"} , +{"type":"Feature","id":"n8320000140","geometry":{"type":"Point","coordinates":[0.1654433,51.6666431]},"properties":{"@type":"node","@id":8320000140,"@timestamp":1610583416},"coords":"51.6666431,0.1654433","bedrooms":"4","price":"291000","area":"461"} , +{"type":"Feature","id":"n8320301035","geometry":{"type":"Point","coordinates":[-0.1078435,51.5667912]},"properties":{"@type":"node","@id":8320301035,"@timestamp":1610595818},"coords":"51.5667912,-0.1078435","bedrooms":"0","price":"257000","area":"460"} , +{"type":"Feature","id":"n8320441087","geometry":{"type":"Point","coordinates":[-1.099421,51.4986966]},"properties":{"@type":"node","@id":8320441087,"@timestamp":1610606257},"coords":"51.4986966,-1.099421","bedrooms":"4","price":"220000","area":"636"} , +{"type":"Feature","id":"n8320679778","geometry":{"type":"Point","coordinates":[0.0182923,51.4889668]},"properties":{"@type":"node","@id":8320679778,"@timestamp":1610612744},"coords":"51.4889668,0.0182923","bedrooms":"2","price":"274000","area":"698"} , +{"type":"Feature","id":"n8320776142","geometry":{"type":"Point","coordinates":[0.5368629,50.9802619]},"properties":{"@type":"node","@id":8320776142,"@timestamp":1610616631},"coords":"50.9802619,0.5368629","bedrooms":"2","price":"171000","area":"679"} , +{"type":"Feature","id":"n8320827778","geometry":{"type":"Point","coordinates":[-0.3499611,51.4163447]},"properties":{"@type":"node","@id":8320827778,"@timestamp":1610618591},"coords":"51.4163447,-0.3499611","bedrooms":"3","price":"223000","area":"517"} , +{"type":"Feature","id":"n8320833845","geometry":{"type":"Point","coordinates":[-0.3479494,51.4121693]},"properties":{"@type":"node","@id":8320833845,"@timestamp":1610618591},"coords":"51.4121693,-0.3479494","bedrooms":"3","price":"266000","area":"471"} , +{"type":"Feature","id":"n8320833855","geometry":{"type":"Point","coordinates":[-0.3479984,51.4119173]},"properties":{"@type":"node","@id":8320833855,"@timestamp":1610618591},"coords":"51.4119173,-0.3479984","bedrooms":"4","price":"248000","area":"533"} , +{"type":"Feature","id":"n8320833869","geometry":{"type":"Point","coordinates":[-0.3337937,51.4112093]},"properties":{"@type":"node","@id":8320833869,"@timestamp":1610618591},"coords":"51.4112093,-0.3337937","bedrooms":"1","price":"200000","area":"507"} , +{"type":"Feature","id":"n8320893841","geometry":{"type":"Point","coordinates":[-0.3535409,51.4229581]},"properties":{"@type":"node","@id":8320893841,"@timestamp":1610620898},"coords":"51.4229581,-0.3535409","bedrooms":"1","price":"226000","area":"471"} , +{"type":"Feature","id":"n8320953285","geometry":{"type":"Point","coordinates":[-0.3123355,51.4111023]},"properties":{"@type":"node","@id":8320953285,"@timestamp":1622033831},"coords":"51.4111023,-0.3123355","bedrooms":"2","price":"170000","area":"523"} , +{"type":"Feature","id":"n8320991544","geometry":{"type":"Point","coordinates":[-0.7229979,51.5317715]},"properties":{"@type":"node","@id":8320991544,"@timestamp":1610623067},"coords":"51.5317715,-0.7229979","bedrooms":"1","price":"175000","area":"370"} , +{"type":"Feature","id":"n8320991581","geometry":{"type":"Point","coordinates":[-0.723747,51.5309243]},"properties":{"@type":"node","@id":8320991581,"@timestamp":1610623067},"coords":"51.5309243,-0.723747","bedrooms":"2","price":"268000","area":"520"} , +{"type":"Feature","id":"n8321063643","geometry":{"type":"Point","coordinates":[-0.5119918,51.3389519]},"properties":{"@type":"node","@id":8321063643,"@timestamp":1610624845},"coords":"51.3389519,-0.5119918","bedrooms":"0","price":"261000","area":"547"} , +{"type":"Feature","id":"n8321198041","geometry":{"type":"Point","coordinates":[-0.7055187,51.5576438]},"properties":{"@type":"node","@id":8321198041,"@timestamp":1610628299},"coords":"51.5576438,-0.7055187","bedrooms":"4","price":"221000","area":"509"} , +{"type":"Feature","id":"n8321198053","geometry":{"type":"Point","coordinates":[-0.7182887,51.5563521]},"properties":{"@type":"node","@id":8321198053,"@timestamp":1610628299},"coords":"51.5563521,-0.7182887","bedrooms":"2","price":"229000","area":"478"} , +{"type":"Feature","id":"n8321198064","geometry":{"type":"Point","coordinates":[-0.7260742,51.5572097]},"properties":{"@type":"node","@id":8321198064,"@timestamp":1610628299},"coords":"51.5572097,-0.7260742","bedrooms":"3","price":"227000","area":"455"} , +{"type":"Feature","id":"n8321198074","geometry":{"type":"Point","coordinates":[-0.7273661,51.5586518]},"properties":{"@type":"node","@id":8321198074,"@timestamp":1610628299},"coords":"51.5586518,-0.7273661","bedrooms":"1","price":"298000","area":"417"} , +{"type":"Feature","id":"n8321198087","geometry":{"type":"Point","coordinates":[-0.7325666,51.5565851]},"properties":{"@type":"node","@id":8321198087,"@timestamp":1610628299},"coords":"51.5565851,-0.7325666","bedrooms":"0","price":"299000","area":"543"} , +{"type":"Feature","id":"n8321198099","geometry":{"type":"Point","coordinates":[-0.7335586,51.5532837]},"properties":{"@type":"node","@id":8321198099,"@timestamp":1610628299},"coords":"51.5532837,-0.7335586","bedrooms":"2","price":"195000","area":"515"} , +{"type":"Feature","id":"n8321287000","geometry":{"type":"Point","coordinates":[-0.3183787,51.5066196]},"properties":{"@type":"node","@id":8321287000,"@timestamp":1626488124},"coords":"51.5066196,-0.3183787","bedrooms":"2","price":"184000","area":"682"} , +{"type":"Feature","id":"n8321299290","geometry":{"type":"Point","coordinates":[-0.6792657,51.4287142]},"properties":{"@type":"node","@id":8321299290,"@timestamp":1610631516},"coords":"51.4287142,-0.6792657","bedrooms":"4","price":"224000","area":"512"} , +{"type":"Feature","id":"n8321299300","geometry":{"type":"Point","coordinates":[-0.6818369,51.4231836]},"properties":{"@type":"node","@id":8321299300,"@timestamp":1610631516},"coords":"51.4231836,-0.6818369","bedrooms":"0","price":"243000","area":"586"} , +{"type":"Feature","id":"n8321299310","geometry":{"type":"Point","coordinates":[-0.6739437,51.4231161]},"properties":{"@type":"node","@id":8321299310,"@timestamp":1610631516},"coords":"51.4231161,-0.6739437","bedrooms":"0","price":"166000","area":"596"} , +{"type":"Feature","id":"n8321336985","geometry":{"type":"Point","coordinates":[-0.0265543,51.4461408]},"properties":{"@type":"node","@id":8321336985,"@timestamp":1610632070},"coords":"51.4461408,-0.0265543","bedrooms":"1","price":"252000","area":"694"} , +{"type":"Feature","id":"n8321365880","geometry":{"type":"Point","coordinates":[-1.0681229,50.9872674]},"properties":{"@type":"node","@id":8321365880,"@timestamp":1610633110},"coords":"50.9872674,-1.0681229","bedrooms":"4","price":"172000","area":"475"} , +{"type":"Feature","id":"n8321518307","geometry":{"type":"Point","coordinates":[-0.1654931,51.4912418]},"properties":{"@type":"node","@id":8321518307,"@timestamp":1610637535},"coords":"51.4912418,-0.1654931","bedrooms":"0","price":"282000","area":"555"} , +{"type":"Feature","id":"n8321524422","geometry":{"type":"Point","coordinates":[-0.166143,51.4907875]},"properties":{"@type":"node","@id":8321524422,"@timestamp":1610637535},"coords":"51.4907875,-0.166143","bedrooms":"1","price":"294000","area":"673"} , +{"type":"Feature","id":"n8321524525","geometry":{"type":"Point","coordinates":[-0.1653627,51.490854]},"properties":{"@type":"node","@id":8321524525,"@timestamp":1610637535},"coords":"51.490854,-0.1653627","bedrooms":"0","price":"171000","area":"636"} , +{"type":"Feature","id":"n8321524535","geometry":{"type":"Point","coordinates":[-0.1646782,51.4911915]},"properties":{"@type":"node","@id":8321524535,"@timestamp":1610637535},"coords":"51.4911915,-0.1646782","bedrooms":"4","price":"264000","area":"687"} , +{"type":"Feature","id":"n8321760592","geometry":{"type":"Point","coordinates":[-0.5075475,51.3388662]},"properties":{"@type":"node","@id":8321760592,"@timestamp":1610644696},"coords":"51.3388662,-0.5075475","bedrooms":"0","price":"248000","area":"503"} , +{"type":"Feature","id":"n8322069009","geometry":{"type":"Point","coordinates":[0.6051771,51.6536848]},"properties":{"@type":"node","@id":8322069009,"@timestamp":1610650535},"coords":"51.6536848,0.6051771","bedrooms":"0","price":"262000","area":"375"} , +{"type":"Feature","id":"n8322508821","geometry":{"type":"Point","coordinates":[0.068599,51.5204677]},"properties":{"@type":"node","@id":8322508821,"@timestamp":1610661805},"coords":"51.5204677,0.068599","bedrooms":"3","price":"183000","area":"384"} , +{"type":"Feature","id":"n8322640655","geometry":{"type":"Point","coordinates":[0.61331,51.8827545]},"properties":{"@type":"node","@id":8322640655,"@timestamp":1617280025},"coords":"51.8827545,0.61331","bedrooms":"1","price":"270000","area":"643"} , +{"type":"Feature","id":"n8322642773","geometry":{"type":"Point","coordinates":[-0.721876,51.6245448]},"properties":{"@type":"node","@id":8322642773,"@timestamp":1610666170},"coords":"51.6245448,-0.721876","bedrooms":"2","price":"194000","area":"434"} , +{"type":"Feature","id":"n8322642807","geometry":{"type":"Point","coordinates":[-0.723666,51.6340042]},"properties":{"@type":"node","@id":8322642807,"@timestamp":1610666170},"coords":"51.6340042,-0.723666","bedrooms":"1","price":"166000","area":"425"} , +{"type":"Feature","id":"n8322685429","geometry":{"type":"Point","coordinates":[-0.7266807,51.6282109]},"properties":{"@type":"node","@id":8322685429,"@timestamp":1610668036},"coords":"51.6282109,-0.7266807","bedrooms":"2","price":"166000","area":"357"} , +{"type":"Feature","id":"n8322704493","geometry":{"type":"Point","coordinates":[0.0243346,51.5029341]},"properties":{"@type":"node","@id":8322704493,"@timestamp":1610669332},"coords":"51.5029341,0.0243346","bedrooms":"0","price":"249000","area":"440"} , +{"type":"Feature","id":"n8323150802","geometry":{"type":"Point","coordinates":[0.60338,51.4275317]},"properties":{"@type":"node","@id":8323150802,"@timestamp":1610684988},"coords":"51.4275317,0.60338","bedrooms":"2","price":"173000","area":"447"} , +{"type":"Feature","id":"n8323163678","geometry":{"type":"Point","coordinates":[-0.1641481,51.4914205]},"properties":{"@type":"node","@id":8323163678,"@timestamp":1610685266},"coords":"51.4914205,-0.1641481","bedrooms":"4","price":"189000","area":"427"} , +{"type":"Feature","id":"n8323737024","geometry":{"type":"Point","coordinates":[0.1137047,51.7082804]},"properties":{"@type":"node","@id":8323737024,"@timestamp":1610699232},"coords":"51.7082804,0.1137047","bedrooms":"2","price":"231000","area":"364"} , +{"type":"Feature","id":"n8323860643","geometry":{"type":"Point","coordinates":[-0.1820036,51.4816733]},"properties":{"@type":"node","@id":8323860643,"@timestamp":1610701506},"coords":"51.4816733,-0.1820036","bedrooms":"0","price":"271000","area":"630"} , +{"type":"Feature","id":"n8323925817","geometry":{"type":"Point","coordinates":[0.1697074,51.6713201]},"properties":{"@type":"node","@id":8323925817,"@timestamp":1610703331},"coords":"51.6713201,0.1697074","bedrooms":"3","price":"257000","area":"401"} , +{"type":"Feature","id":"n8323925833","geometry":{"type":"Point","coordinates":[0.1700255,51.6659483]},"properties":{"@type":"node","@id":8323925833,"@timestamp":1610703331},"coords":"51.6659483,0.1700255","bedrooms":"4","price":"169000","area":"660"} , +{"type":"Feature","id":"n8324100162","geometry":{"type":"Point","coordinates":[-0.1851799,51.4711315]},"properties":{"@type":"node","@id":8324100162,"@timestamp":1610707424},"coords":"51.4711315,-0.1851799","bedrooms":"4","price":"208000","area":"665"} , +{"type":"Feature","id":"n8324125464","geometry":{"type":"Point","coordinates":[-0.151534,51.4321177]},"properties":{"@type":"node","@id":8324125464,"@timestamp":1610708039},"coords":"51.4321177,-0.151534","bedrooms":"3","price":"271000","area":"684"} , +{"type":"Feature","id":"n8324125480","geometry":{"type":"Point","coordinates":[-0.151057,51.4321405]},"properties":{"@type":"node","@id":8324125480,"@timestamp":1610708039},"coords":"51.4321405,-0.151057","bedrooms":"1","price":"247000","area":"423"} , +{"type":"Feature","id":"n8324230421","geometry":{"type":"Point","coordinates":[0.1531355,51.7135929]},"properties":{"@type":"node","@id":8324230421,"@timestamp":1610709888},"coords":"51.7135929,0.1531355","bedrooms":"1","price":"288000","area":"665"} , +{"type":"Feature","id":"n8324339209","geometry":{"type":"Point","coordinates":[0.1611638,51.6762735]},"properties":{"@type":"node","@id":8324339209,"@timestamp":1610711844},"coords":"51.6762735,0.1611638","bedrooms":"4","price":"236000","area":"504"} , +{"type":"Feature","id":"n8324359029","geometry":{"type":"Point","coordinates":[0.1607652,51.6760999]},"properties":{"@type":"node","@id":8324359029,"@timestamp":1610711844},"coords":"51.6760999,0.1607652","bedrooms":"2","price":"240000","area":"379"} , +{"type":"Feature","id":"n8324359039","geometry":{"type":"Point","coordinates":[0.1606401,51.6761288]},"properties":{"@type":"node","@id":8324359039,"@timestamp":1610711844},"coords":"51.6761288,0.1606401","bedrooms":"4","price":"282000","area":"619"} , +{"type":"Feature","id":"n8324359063","geometry":{"type":"Point","coordinates":[0.1600736,51.6767263]},"properties":{"@type":"node","@id":8324359063,"@timestamp":1610711844},"coords":"51.6767263,0.1600736","bedrooms":"4","price":"168000","area":"636"} , +{"type":"Feature","id":"n8324551836","geometry":{"type":"Point","coordinates":[-0.1639999,51.4908237]},"properties":{"@type":"node","@id":8324551836,"@timestamp":1610716039},"coords":"51.4908237,-0.1639999","bedrooms":"0","price":"210000","area":"599"} , +{"type":"Feature","id":"n8324551874","geometry":{"type":"Point","coordinates":[-0.1638816,51.4912587]},"properties":{"@type":"node","@id":8324551874,"@timestamp":1610716039},"coords":"51.4912587,-0.1638816","bedrooms":"3","price":"194000","area":"420"} , +{"type":"Feature","id":"n8324551899","geometry":{"type":"Point","coordinates":[-0.1633011,51.4910081]},"properties":{"@type":"node","@id":8324551899,"@timestamp":1610716039},"coords":"51.4910081,-0.1633011","bedrooms":"4","price":"221000","area":"642"} , +{"type":"Feature","id":"n8324606595","geometry":{"type":"Point","coordinates":[-0.3256124,51.4969007]},"properties":{"@type":"node","@id":8324606595,"@timestamp":1610748026},"coords":"51.4969007,-0.3256124","bedrooms":"2","price":"154000","area":"567"} , +{"type":"Feature","id":"n8324691973","geometry":{"type":"Point","coordinates":[0.3107378,51.0688886]},"properties":{"@type":"node","@id":8324691973,"@timestamp":1610719827},"coords":"51.0688886,0.3107378","bedrooms":"3","price":"253000","area":"352"} , +{"type":"Feature","id":"n8324747014","geometry":{"type":"Point","coordinates":[-0.7890997,51.4529713]},"properties":{"@type":"node","@id":8324747014,"@timestamp":1610720134},"coords":"51.4529713,-0.7890997","bedrooms":"2","price":"291000","area":"636"} , +{"type":"Feature","id":"n8324971698","geometry":{"type":"Point","coordinates":[0.4669169,51.7704022]},"properties":{"@type":"node","@id":8324971698,"@timestamp":1610725103},"coords":"51.7704022,0.4669169","bedrooms":"0","price":"178000","area":"487"} , +{"type":"Feature","id":"n8325026717","geometry":{"type":"Point","coordinates":[-0.2142044,51.3836163]},"properties":{"@type":"node","@id":8325026717,"@timestamp":1610725659},"coords":"51.3836163,-0.2142044","bedrooms":"1","price":"260000","area":"438"} , +{"type":"Feature","id":"n8325106128","geometry":{"type":"Point","coordinates":[0.0019597,51.5518972]},"properties":{"@type":"node","@id":8325106128,"@timestamp":1610727648},"coords":"51.5518972,0.0019597","bedrooms":"2","price":"187000","area":"623"} , +{"type":"Feature","id":"n8325260772","geometry":{"type":"Point","coordinates":[0.8690129,51.1548237]},"properties":{"@type":"node","@id":8325260772,"@timestamp":1610730100},"coords":"51.1548237,0.8690129","bedrooms":"2","price":"237000","area":"610"} , +{"type":"Feature","id":"n8325418404","geometry":{"type":"Point","coordinates":[-0.0160696,51.548146]},"properties":{"@type":"node","@id":8325418404,"@timestamp":1610733600},"coords":"51.548146,-0.0160696","bedrooms":"4","price":"241000","area":"560"} , +{"type":"Feature","id":"n8325428879","geometry":{"type":"Point","coordinates":[-0.7721799,51.5503156]},"properties":{"@type":"node","@id":8325428879,"@timestamp":1610734147},"coords":"51.5503156,-0.7721799","bedrooms":"4","price":"284000","area":"654"} , +{"type":"Feature","id":"n8325463642","geometry":{"type":"Point","coordinates":[-0.7736188,51.5661068]},"properties":{"@type":"node","@id":8325463642,"@timestamp":1610735270},"coords":"51.5661068,-0.7736188","bedrooms":"4","price":"217000","area":"487"} , +{"type":"Feature","id":"n8325646025","geometry":{"type":"Point","coordinates":[0.011704,51.4957423]},"properties":{"@type":"node","@id":8325646025,"@timestamp":1610740035},"coords":"51.4957423,0.011704","bedrooms":"2","price":"238000","area":"626"} , +{"type":"Feature","id":"n8325676242","geometry":{"type":"Point","coordinates":[0.1682863,51.8851142]},"properties":{"@type":"node","@id":8325676242,"@timestamp":1610740511},"coords":"51.8851142,0.1682863","bedrooms":"4","price":"250000","area":"512"} , +{"type":"Feature","id":"n8326237331","geometry":{"type":"Point","coordinates":[-0.2003764,51.4840711]},"properties":{"@type":"node","@id":8326237331,"@timestamp":1633039563},"coords":"51.4840711,-0.2003764","bedrooms":"4","price":"202000","area":"524"} , +{"type":"Feature","id":"n8326237341","geometry":{"type":"Point","coordinates":[-0.1996804,51.4843195]},"properties":{"@type":"node","@id":8326237341,"@timestamp":1633039563},"coords":"51.4843195,-0.1996804","bedrooms":"1","price":"177000","area":"474"} , +{"type":"Feature","id":"n8326237382","geometry":{"type":"Point","coordinates":[-0.1999251,51.4842674]},"properties":{"@type":"node","@id":8326237382,"@timestamp":1610753279},"coords":"51.4842674,-0.1999251","bedrooms":"2","price":"182000","area":"353"} , +{"type":"Feature","id":"n8326237401","geometry":{"type":"Point","coordinates":[-0.1988126,51.4845624]},"properties":{"@type":"node","@id":8326237401,"@timestamp":1633039563},"coords":"51.4845624,-0.1988126","bedrooms":"2","price":"171000","area":"683"} , +{"type":"Feature","id":"n8326261878","geometry":{"type":"Point","coordinates":[-0.1738937,51.48215]},"properties":{"@type":"node","@id":8326261878,"@timestamp":1610754858},"coords":"51.48215,-0.1738937","bedrooms":"2","price":"280000","area":"372"} , +{"type":"Feature","id":"n8326267249","geometry":{"type":"Point","coordinates":[-0.3393055,51.5087612]},"properties":{"@type":"node","@id":8326267249,"@timestamp":1610754739},"coords":"51.5087612,-0.3393055","bedrooms":"3","price":"202000","area":"546"} , +{"type":"Feature","id":"n8326267273","geometry":{"type":"Point","coordinates":[-0.3346767,51.5049027]},"properties":{"@type":"node","@id":8326267273,"@timestamp":1610754739},"coords":"51.5049027,-0.3346767","bedrooms":"4","price":"159000","area":"480"} , +{"type":"Feature","id":"n8326267285","geometry":{"type":"Point","coordinates":[-0.3331954,51.5037765]},"properties":{"@type":"node","@id":8326267285,"@timestamp":1619612904},"coords":"51.5037765,-0.3331954","bedrooms":"0","price":"287000","area":"463"} , +{"type":"Feature","id":"n8326290263","geometry":{"type":"Point","coordinates":[0.1484233,51.8763627]},"properties":{"@type":"node","@id":8326290263,"@timestamp":1617366785},"coords":"51.8763627,0.1484233","bedrooms":"2","price":"253000","area":"639"} , +{"type":"Feature","id":"n8326327462","geometry":{"type":"Point","coordinates":[-0.0800953,51.5242146]},"properties":{"@type":"node","@id":8326327462,"@timestamp":1627696120},"coords":"51.5242146,-0.0800953","bedrooms":"1","price":"258000","area":"414"} , +{"type":"Feature","id":"n8326795771","geometry":{"type":"Point","coordinates":[-0.164344,51.4906838]},"properties":{"@type":"node","@id":8326795771,"@timestamp":1610783885},"coords":"51.4906838,-0.164344","bedrooms":"2","price":"235000","area":"598"} , +{"type":"Feature","id":"n8326795787","geometry":{"type":"Point","coordinates":[-0.1652434,51.4905928]},"properties":{"@type":"node","@id":8326795787,"@timestamp":1610783885},"coords":"51.4905928,-0.1652434","bedrooms":"1","price":"207000","area":"663"} , +{"type":"Feature","id":"n8327054797","geometry":{"type":"Point","coordinates":[-0.9012404,50.9556864]},"properties":{"@type":"node","@id":8327054797,"@timestamp":1610790902},"coords":"50.9556864,-0.9012404","bedrooms":"4","price":"270000","area":"459"} , +{"type":"Feature","id":"n8327433328","geometry":{"type":"Point","coordinates":[0.8534318,51.1314359]},"properties":{"@type":"node","@id":8327433328,"@timestamp":1610802266},"coords":"51.1314359,0.8534318","bedrooms":"4","price":"177000","area":"695"} , +{"type":"Feature","id":"n8327558394","geometry":{"type":"Point","coordinates":[-0.7152241,51.5295808]},"properties":{"@type":"node","@id":8327558394,"@timestamp":1610806879},"coords":"51.5295808,-0.7152241","bedrooms":"2","price":"152000","area":"545"} , +{"type":"Feature","id":"n8327591148","geometry":{"type":"Point","coordinates":[0.0196051,51.5043182]},"properties":{"@type":"node","@id":8327591148,"@timestamp":1610807930},"coords":"51.5043182,0.0196051","bedrooms":"2","price":"217000","area":"619"} , +{"type":"Feature","id":"n8327615129","geometry":{"type":"Point","coordinates":[-0.7112233,51.5241465]},"properties":{"@type":"node","@id":8327615129,"@timestamp":1610808798},"coords":"51.5241465,-0.7112233","bedrooms":"3","price":"277000","area":"569"} , +{"type":"Feature","id":"n8327692662","geometry":{"type":"Point","coordinates":[-0.720357,51.5260792]},"properties":{"@type":"node","@id":8327692662,"@timestamp":1610810671},"coords":"51.5260792,-0.720357","bedrooms":"2","price":"166000","area":"474"} , +{"type":"Feature","id":"n8327878800","geometry":{"type":"Point","coordinates":[-0.7023769,51.5394478]},"properties":{"@type":"node","@id":8327878800,"@timestamp":1610814498},"coords":"51.5394478,-0.7023769","bedrooms":"2","price":"217000","area":"353"} , +{"type":"Feature","id":"n8327882225","geometry":{"type":"Point","coordinates":[-0.1703354,51.4798869]},"properties":{"@type":"node","@id":8327882225,"@timestamp":1610813901},"coords":"51.4798869,-0.1703354","bedrooms":"2","price":"254000","area":"516"} , +{"type":"Feature","id":"n8327882261","geometry":{"type":"Point","coordinates":[-0.1765796,51.4821163]},"properties":{"@type":"node","@id":8327882261,"@timestamp":1610813901},"coords":"51.4821163,-0.1765796","bedrooms":"1","price":"257000","area":"410"} , +{"type":"Feature","id":"n8327900319","geometry":{"type":"Point","coordinates":[-0.705229,51.5372239]},"properties":{"@type":"node","@id":8327900319,"@timestamp":1610814498},"coords":"51.5372239,-0.705229","bedrooms":"3","price":"280000","area":"591"} , +{"type":"Feature","id":"n8327900340","geometry":{"type":"Point","coordinates":[-0.7067738,51.5337919]},"properties":{"@type":"node","@id":8327900340,"@timestamp":1610814498},"coords":"51.5337919,-0.7067738","bedrooms":"4","price":"150000","area":"621"} , +{"type":"Feature","id":"n8327922616","geometry":{"type":"Point","coordinates":[-0.1369262,51.4208944]},"properties":{"@type":"node","@id":8327922616,"@timestamp":1610815765},"coords":"51.4208944,-0.1369262","bedrooms":"3","price":"188000","area":"422"} , +{"type":"Feature","id":"n8327956890","geometry":{"type":"Point","coordinates":[-0.1359059,51.4223914]},"properties":{"@type":"node","@id":8327956890,"@timestamp":1610816101},"coords":"51.4223914,-0.1359059","bedrooms":"3","price":"198000","area":"620"} , +{"type":"Feature","id":"n8327965925","geometry":{"type":"Point","coordinates":[-0.1365734,51.4216879]},"properties":{"@type":"node","@id":8327965925,"@timestamp":1610815765},"coords":"51.4216879,-0.1365734","bedrooms":"2","price":"287000","area":"530"} , +{"type":"Feature","id":"n8327974382","geometry":{"type":"Point","coordinates":[-0.1876232,51.4420833]},"properties":{"@type":"node","@id":8327974382,"@timestamp":1622835294},"coords":"51.4420833,-0.1876232","bedrooms":"0","price":"160000","area":"582"} , +{"type":"Feature","id":"n8328031031","geometry":{"type":"Point","coordinates":[-0.1377616,51.4268273]},"properties":{"@type":"node","@id":8328031031,"@timestamp":1610817078},"coords":"51.4268273,-0.1377616","bedrooms":"1","price":"297000","area":"688"} , +{"type":"Feature","id":"n8328031092","geometry":{"type":"Point","coordinates":[-0.1399088,51.4304873]},"properties":{"@type":"node","@id":8328031092,"@timestamp":1610817078},"coords":"51.4304873,-0.1399088","bedrooms":"0","price":"239000","area":"657"} , +{"type":"Feature","id":"n8328059296","geometry":{"type":"Point","coordinates":[-0.1505885,51.4381569]},"properties":{"@type":"node","@id":8328059296,"@timestamp":1610818564},"coords":"51.4381569,-0.1505885","bedrooms":"0","price":"213000","area":"662"} , +{"type":"Feature","id":"n8328059306","geometry":{"type":"Point","coordinates":[-0.1545917,51.4412648]},"properties":{"@type":"node","@id":8328059306,"@timestamp":1610818564},"coords":"51.4412648,-0.1545917","bedrooms":"2","price":"207000","area":"362"} , +{"type":"Feature","id":"n8328101459","geometry":{"type":"Point","coordinates":[-0.1418671,51.4318655]},"properties":{"@type":"node","@id":8328101459,"@timestamp":1610817938},"coords":"51.4318655,-0.1418671","bedrooms":"1","price":"241000","area":"382"} , +{"type":"Feature","id":"n8328101469","geometry":{"type":"Point","coordinates":[-0.1439582,51.4358268]},"properties":{"@type":"node","@id":8328101469,"@timestamp":1610817938},"coords":"51.4358268,-0.1439582","bedrooms":"4","price":"204000","area":"392"} , +{"type":"Feature","id":"n8328101493","geometry":{"type":"Point","coordinates":[-0.1435364,51.4385189]},"properties":{"@type":"node","@id":8328101493,"@timestamp":1610817938},"coords":"51.4385189,-0.1435364","bedrooms":"3","price":"219000","area":"623"} , +{"type":"Feature","id":"n8328101504","geometry":{"type":"Point","coordinates":[-0.145978,51.4379176]},"properties":{"@type":"node","@id":8328101504,"@timestamp":1610817938},"coords":"51.4379176,-0.145978","bedrooms":"2","price":"195000","area":"651"} , +{"type":"Feature","id":"n8328116737","geometry":{"type":"Point","coordinates":[-0.1503321,51.4376564]},"properties":{"@type":"node","@id":8328116737,"@timestamp":1622301298},"coords":"51.4376564,-0.1503321","bedrooms":"0","price":"286000","area":"518"} , +{"type":"Feature","id":"n8328116748","geometry":{"type":"Point","coordinates":[-0.1490074,51.4378489]},"properties":{"@type":"node","@id":8328116748,"@timestamp":1610817938},"coords":"51.4378489,-0.1490074","bedrooms":"4","price":"286000","area":"485"} , +{"type":"Feature","id":"n8328140582","geometry":{"type":"Point","coordinates":[-0.3577245,51.1794319]},"properties":{"@type":"node","@id":8328140582,"@timestamp":1610818200},"coords":"51.1794319,-0.3577245","bedrooms":"4","price":"271000","area":"490"} , +{"type":"Feature","id":"n8328190348","geometry":{"type":"Point","coordinates":[-0.1543688,51.4414542]},"properties":{"@type":"node","@id":8328190348,"@timestamp":1610818564},"coords":"51.4414542,-0.1543688","bedrooms":"1","price":"233000","area":"639"} , +{"type":"Feature","id":"n8328199254","geometry":{"type":"Point","coordinates":[-0.1578465,51.4431522]},"properties":{"@type":"node","@id":8328199254,"@timestamp":1610818985},"coords":"51.4431522,-0.1578465","bedrooms":"4","price":"193000","area":"357"} , +{"type":"Feature","id":"n8328201797","geometry":{"type":"Point","coordinates":[-0.1651259,51.4466831]},"properties":{"@type":"node","@id":8328201797,"@timestamp":1610819659},"coords":"51.4466831,-0.1651259","bedrooms":"3","price":"187000","area":"590"} , +{"type":"Feature","id":"n8328494123","geometry":{"type":"Point","coordinates":[-0.1404378,51.4781439]},"properties":{"@type":"node","@id":8328494123,"@timestamp":1616371730},"coords":"51.4781439,-0.1404378","bedrooms":"2","price":"186000","area":"499"} , +{"type":"Feature","id":"n8328711469","geometry":{"type":"Point","coordinates":[-0.1949223,51.4825177]},"properties":{"@type":"node","@id":8328711469,"@timestamp":1610830051},"coords":"51.4825177,-0.1949223","bedrooms":"2","price":"293000","area":"593"} , +{"type":"Feature","id":"n8328711482","geometry":{"type":"Point","coordinates":[-0.1950564,51.4827819]},"properties":{"@type":"node","@id":8328711482,"@timestamp":1610830051},"coords":"51.4827819,-0.1950564","bedrooms":"2","price":"263000","area":"673"} , +{"type":"Feature","id":"n8328793163","geometry":{"type":"Point","coordinates":[-0.0099582,51.521611]},"properties":{"@type":"node","@id":8328793163,"@timestamp":1610831535},"coords":"51.521611,-0.0099582","bedrooms":"1","price":"166000","area":"699"} , +{"type":"Feature","id":"n8328793182","geometry":{"type":"Point","coordinates":[-0.0094236,51.5218119]},"properties":{"@type":"node","@id":8328793182,"@timestamp":1610831535},"coords":"51.5218119,-0.0094236","bedrooms":"3","price":"220000","area":"393"} , +{"type":"Feature","id":"n8328961208","geometry":{"type":"Point","coordinates":[-0.1749693,51.4490427]},"properties":{"@type":"node","@id":8328961208,"@timestamp":1622297001},"coords":"51.4490427,-0.1749693","bedrooms":"0","price":"267000","area":"451"} , +{"type":"Feature","id":"n8328986046","geometry":{"type":"Point","coordinates":[-0.1747778,51.4482724]},"properties":{"@type":"node","@id":8328986046,"@timestamp":1610836371},"coords":"51.4482724,-0.1747778","bedrooms":"0","price":"238000","area":"457"} , +{"type":"Feature","id":"n8328986056","geometry":{"type":"Point","coordinates":[-0.1777338,51.4468188]},"properties":{"@type":"node","@id":8328986056,"@timestamp":1610836371},"coords":"51.4468188,-0.1777338","bedrooms":"3","price":"287000","area":"356"} , +{"type":"Feature","id":"n8328986066","geometry":{"type":"Point","coordinates":[-0.1799761,51.4456965]},"properties":{"@type":"node","@id":8328986066,"@timestamp":1610836371},"coords":"51.4456965,-0.1799761","bedrooms":"3","price":"281000","area":"360"} , +{"type":"Feature","id":"n8328986076","geometry":{"type":"Point","coordinates":[-0.1822972,51.4444957]},"properties":{"@type":"node","@id":8328986076,"@timestamp":1610836371},"coords":"51.4444957,-0.1822972","bedrooms":"2","price":"212000","area":"657"} , +{"type":"Feature","id":"n8328986089","geometry":{"type":"Point","coordinates":[-0.1855894,51.4427999]},"properties":{"@type":"node","@id":8328986089,"@timestamp":1610836371},"coords":"51.4427999,-0.1855894","bedrooms":"3","price":"162000","area":"522"} , +{"type":"Feature","id":"n8328990976","geometry":{"type":"Point","coordinates":[-0.196982,51.4364709]},"properties":{"@type":"node","@id":8328990976,"@timestamp":1610837801},"coords":"51.4364709,-0.196982","bedrooms":"0","price":"177000","area":"560"} , +{"type":"Feature","id":"n8328990987","geometry":{"type":"Point","coordinates":[-0.1989341,51.4347997]},"properties":{"@type":"node","@id":8328990987,"@timestamp":1610837801},"coords":"51.4347997,-0.1989341","bedrooms":"0","price":"199000","area":"659"} , +{"type":"Feature","id":"n8329010116","geometry":{"type":"Point","coordinates":[-0.1952806,51.4395858]},"properties":{"@type":"node","@id":8329010116,"@timestamp":1610837073},"coords":"51.4395858,-0.1952806","bedrooms":"2","price":"236000","area":"533"} , +{"type":"Feature","id":"n8329057970","geometry":{"type":"Point","coordinates":[-0.085318,51.4508772]},"properties":{"@type":"node","@id":8329057970,"@timestamp":1610840859},"coords":"51.4508772,-0.085318","bedrooms":"2","price":"257000","area":"682"} , +{"type":"Feature","id":"n8329074804","geometry":{"type":"Point","coordinates":[-0.0842876,51.451535]},"properties":{"@type":"node","@id":8329074804,"@timestamp":1632523049},"coords":"51.451535,-0.0842876","bedrooms":"4","price":"155000","area":"384"} , +{"type":"Feature","id":"n8329465756","geometry":{"type":"Point","coordinates":[-0.1655173,51.4901917]},"properties":{"@type":"node","@id":8329465756,"@timestamp":1610859296},"coords":"51.4901917,-0.1655173","bedrooms":"4","price":"230000","area":"432"} , +{"type":"Feature","id":"n8329465766","geometry":{"type":"Point","coordinates":[-0.165286,51.4897805]},"properties":{"@type":"node","@id":8329465766,"@timestamp":1610859296},"coords":"51.4897805,-0.165286","bedrooms":"0","price":"238000","area":"490"} , +{"type":"Feature","id":"n8329465776","geometry":{"type":"Point","coordinates":[-0.1650605,51.4893798]},"properties":{"@type":"node","@id":8329465776,"@timestamp":1610859296},"coords":"51.4893798,-0.1650605","bedrooms":"3","price":"224000","area":"395"} , +{"type":"Feature","id":"n8329465809","geometry":{"type":"Point","coordinates":[-0.1647697,51.4895013]},"properties":{"@type":"node","@id":8329465809,"@timestamp":1610859296},"coords":"51.4895013,-0.1647697","bedrooms":"0","price":"288000","area":"609"} , +{"type":"Feature","id":"n8329478919","geometry":{"type":"Point","coordinates":[-0.1650521,51.4899608]},"properties":{"@type":"node","@id":8329478919,"@timestamp":1610859296},"coords":"51.4899608,-0.1650521","bedrooms":"2","price":"294000","area":"486"} , +{"type":"Feature","id":"n8329489977","geometry":{"type":"Point","coordinates":[-0.1650075,51.4903975]},"properties":{"@type":"node","@id":8329489977,"@timestamp":1610861265},"coords":"51.4903975,-0.1650075","bedrooms":"2","price":"220000","area":"452"} , +{"type":"Feature","id":"n8329490006","geometry":{"type":"Point","coordinates":[-0.164468,51.4901421]},"properties":{"@type":"node","@id":8329490006,"@timestamp":1610861265},"coords":"51.4901421,-0.164468","bedrooms":"3","price":"177000","area":"524"} , +{"type":"Feature","id":"n8329490016","geometry":{"type":"Point","coordinates":[-0.1641924,51.4896712]},"properties":{"@type":"node","@id":8329490016,"@timestamp":1610861265},"coords":"51.4896712,-0.1641924","bedrooms":"1","price":"274000","area":"680"} , +{"type":"Feature","id":"n8329577086","geometry":{"type":"Point","coordinates":[-0.1637753,51.4895978]},"properties":{"@type":"node","@id":8329577086,"@timestamp":1610866495},"coords":"51.4895978,-0.1637753","bedrooms":"2","price":"248000","area":"542"} , +{"type":"Feature","id":"n8329577103","geometry":{"type":"Point","coordinates":[-0.1640353,51.4901284]},"properties":{"@type":"node","@id":8329577103,"@timestamp":1610866495},"coords":"51.4901284,-0.1640353","bedrooms":"4","price":"256000","area":"657"} , +{"type":"Feature","id":"n8329580994","geometry":{"type":"Point","coordinates":[-0.1639409,51.4905033]},"properties":{"@type":"node","@id":8329580994,"@timestamp":1610866495},"coords":"51.4905033,-0.1639409","bedrooms":"2","price":"252000","area":"640"} , +{"type":"Feature","id":"n8329581004","geometry":{"type":"Point","coordinates":[-0.1637432,51.4900921]},"properties":{"@type":"node","@id":8329581004,"@timestamp":1610866495},"coords":"51.4900921,-0.1637432","bedrooms":"0","price":"239000","area":"501"} , +{"type":"Feature","id":"n8329603540","geometry":{"type":"Point","coordinates":[-0.1628034,51.4907521]},"properties":{"@type":"node","@id":8329603540,"@timestamp":1634578114},"coords":"51.4907521,-0.1628034","bedrooms":"4","price":"231000","area":"574"} , +{"type":"Feature","id":"n8329724658","geometry":{"type":"Point","coordinates":[-0.2094953,51.5319566]},"properties":{"@type":"node","@id":8329724658,"@timestamp":1610875148},"coords":"51.5319566,-0.2094953","bedrooms":"0","price":"194000","area":"657"} , +{"type":"Feature","id":"n8329867746","geometry":{"type":"Point","coordinates":[-0.1627186,51.4914578]},"properties":{"@type":"node","@id":8329867746,"@timestamp":1610877817},"coords":"51.4914578,-0.1627186","bedrooms":"3","price":"244000","area":"478"} , +{"type":"Feature","id":"n8329867786","geometry":{"type":"Point","coordinates":[-0.1631132,51.4912755]},"properties":{"@type":"node","@id":8329867786,"@timestamp":1610877817},"coords":"51.4912755,-0.1631132","bedrooms":"0","price":"271000","area":"629"} , +{"type":"Feature","id":"n8330201422","geometry":{"type":"Point","coordinates":[-0.3022821,51.0738557]},"properties":{"@type":"node","@id":8330201422,"@timestamp":1610885603},"coords":"51.0738557,-0.3022821","bedrooms":"3","price":"152000","area":"376"} , +{"type":"Feature","id":"n8330262560","geometry":{"type":"Point","coordinates":[-0.0536048,51.4354741]},"properties":{"@type":"node","@id":8330262560,"@timestamp":1610887736},"coords":"51.4354741,-0.0536048","bedrooms":"2","price":"270000","area":"369"} , +{"type":"Feature","id":"n8330305655","geometry":{"type":"Point","coordinates":[-0.0772326,51.7961207]},"properties":{"@type":"node","@id":8330305655,"@timestamp":1610889035},"coords":"51.7961207,-0.0772326","bedrooms":"4","price":"267000","area":"515"} , +{"type":"Feature","id":"n8330373921","geometry":{"type":"Point","coordinates":[-0.0069147,51.614734]},"properties":{"@type":"node","@id":8330373921,"@timestamp":1610890366},"coords":"51.614734,-0.0069147","bedrooms":"4","price":"177000","area":"666"} , +{"type":"Feature","id":"n8330602665","geometry":{"type":"Point","coordinates":[-0.6128955,51.3147145]},"properties":{"@type":"node","@id":8330602665,"@timestamp":1610893844},"coords":"51.3147145,-0.6128955","bedrooms":"0","price":"298000","area":"690"} , +{"type":"Feature","id":"n8330602675","geometry":{"type":"Point","coordinates":[-0.6098458,51.3207981]},"properties":{"@type":"node","@id":8330602675,"@timestamp":1610893844},"coords":"51.3207981,-0.6098458","bedrooms":"4","price":"215000","area":"471"} , +{"type":"Feature","id":"n8330602697","geometry":{"type":"Point","coordinates":[-0.5980843,51.314888]},"properties":{"@type":"node","@id":8330602697,"@timestamp":1610893844},"coords":"51.314888,-0.5980843","bedrooms":"1","price":"170000","area":"576"} , +{"type":"Feature","id":"n8330613278","geometry":{"type":"Point","coordinates":[-0.0777653,51.7959769]},"properties":{"@type":"node","@id":8330613278,"@timestamp":1610894793},"coords":"51.7959769,-0.0777653","bedrooms":"2","price":"276000","area":"574"} , +{"type":"Feature","id":"n8330693761","geometry":{"type":"Point","coordinates":[-0.0192668,51.6169155]},"properties":{"@type":"node","@id":8330693761,"@timestamp":1610894980},"coords":"51.6169155,-0.0192668","bedrooms":"1","price":"193000","area":"536"} , +{"type":"Feature","id":"n8330731473","geometry":{"type":"Point","coordinates":[-0.1589901,51.9147939]},"properties":{"@type":"node","@id":8330731473,"@timestamp":1635606180},"coords":"51.9147939,-0.1589901","bedrooms":"1","price":"284000","area":"665"} , +{"type":"Feature","id":"n8330853659","geometry":{"type":"Point","coordinates":[-0.7813166,51.8226608]},"properties":{"@type":"node","@id":8330853659,"@timestamp":1610898587},"coords":"51.8226608,-0.7813166","bedrooms":"1","price":"279000","area":"568"} , +{"type":"Feature","id":"n8331194535","geometry":{"type":"Point","coordinates":[-0.2481836,51.3455714]},"properties":{"@type":"node","@id":8331194535,"@timestamp":1624056322},"coords":"51.3455714,-0.2481836","bedrooms":"0","price":"251000","area":"633"} , +{"type":"Feature","id":"n8331355455","geometry":{"type":"Point","coordinates":[-0.2083386,51.4112601]},"properties":{"@type":"node","@id":8331355455,"@timestamp":1610906982},"coords":"51.4112601,-0.2083386","bedrooms":"3","price":"290000","area":"362"} , +{"type":"Feature","id":"n8331355473","geometry":{"type":"Point","coordinates":[-0.2059467,51.4112676]},"properties":{"@type":"node","@id":8331355473,"@timestamp":1612226938},"coords":"51.4112676,-0.2059467","bedrooms":"1","price":"198000","area":"681"} , +{"type":"Feature","id":"n8331843621","geometry":{"type":"Point","coordinates":[-0.1981414,51.4846478]},"properties":{"@type":"node","@id":8331843621,"@timestamp":1633039563},"coords":"51.4846478,-0.1981414","bedrooms":"1","price":"222000","area":"379"} , +{"type":"Feature","id":"n8331843663","geometry":{"type":"Point","coordinates":[-0.1986974,51.4842099]},"properties":{"@type":"node","@id":8331843663,"@timestamp":1633039563},"coords":"51.4842099,-0.1986974","bedrooms":"4","price":"229000","area":"640"} , +{"type":"Feature","id":"n8331843734","geometry":{"type":"Point","coordinates":[-0.1997919,51.4838604]},"properties":{"@type":"node","@id":8331843734,"@timestamp":1633039563},"coords":"51.4838604,-0.1997919","bedrooms":"0","price":"297000","area":"520"} , +{"type":"Feature","id":"n8332155304","geometry":{"type":"Point","coordinates":[-0.7937802,51.6125344]},"properties":{"@type":"node","@id":8332155304,"@timestamp":1610923943},"coords":"51.6125344,-0.7937802","bedrooms":"4","price":"291000","area":"433"} , +{"type":"Feature","id":"n8332227188","geometry":{"type":"Point","coordinates":[-0.6581973,51.411746]},"properties":{"@type":"node","@id":8332227188,"@timestamp":1610922336},"coords":"51.411746,-0.6581973","bedrooms":"3","price":"262000","area":"588"} , +{"type":"Feature","id":"n8332227246","geometry":{"type":"Point","coordinates":[-0.6433427,51.4177913]},"properties":{"@type":"node","@id":8332227246,"@timestamp":1610977034},"coords":"51.4177913,-0.6433427","bedrooms":"3","price":"279000","area":"465"} , +{"type":"Feature","id":"n8332259810","geometry":{"type":"Point","coordinates":[-1.0716331,51.3756163]},"properties":{"@type":"node","@id":8332259810,"@timestamp":1610923521},"coords":"51.3756163,-1.0716331","bedrooms":"0","price":"196000","area":"362"} , +{"type":"Feature","id":"n8332290912","geometry":{"type":"Point","coordinates":[-0.8214032,51.5570315]},"properties":{"@type":"node","@id":8332290912,"@timestamp":1610926164},"coords":"51.5570315,-0.8214032","bedrooms":"3","price":"233000","area":"612"} , +{"type":"Feature","id":"n8332329537","geometry":{"type":"Point","coordinates":[-0.525002,51.4311586]},"properties":{"@type":"node","@id":8332329537,"@timestamp":1610926229},"coords":"51.4311586,-0.525002","bedrooms":"4","price":"242000","area":"486"} , +{"type":"Feature","id":"n8332406536","geometry":{"type":"Point","coordinates":[-0.2100709,51.410651]},"properties":{"@type":"node","@id":8332406536,"@timestamp":1616629713},"coords":"51.410651,-0.2100709","bedrooms":"2","price":"162000","area":"691"} , +{"type":"Feature","id":"n8332919338","geometry":{"type":"Point","coordinates":[-0.8888417,51.2874964]},"properties":{"@type":"node","@id":8332919338,"@timestamp":1610948758},"coords":"51.2874964,-0.8888417","bedrooms":"2","price":"213000","area":"487"} , +{"type":"Feature","id":"n8333293414","geometry":{"type":"Point","coordinates":[0.0509677,51.5150662]},"properties":{"@type":"node","@id":8333293414,"@timestamp":1610959174},"coords":"51.5150662,0.0509677","bedrooms":"4","price":"226000","area":"656"} , +{"type":"Feature","id":"n8333530773","geometry":{"type":"Point","coordinates":[-0.9013794,51.9490117]},"properties":{"@type":"node","@id":8333530773,"@timestamp":1610962368},"coords":"51.9490117,-0.9013794","bedrooms":"0","price":"156000","area":"445"} , +{"type":"Feature","id":"n8333530801","geometry":{"type":"Point","coordinates":[-0.8951852,51.9468029]},"properties":{"@type":"node","@id":8333530801,"@timestamp":1610962368},"coords":"51.9468029,-0.8951852","bedrooms":"2","price":"229000","area":"605"} , +{"type":"Feature","id":"n8333594711","geometry":{"type":"Point","coordinates":[-0.1578082,51.4188667]},"properties":{"@type":"node","@id":8333594711,"@timestamp":1610964287},"coords":"51.4188667,-0.1578082","bedrooms":"4","price":"196000","area":"511"} , +{"type":"Feature","id":"n8333680504","geometry":{"type":"Point","coordinates":[-0.43834,51.6447629]},"properties":{"@type":"node","@id":8333680504,"@timestamp":1610965408},"coords":"51.6447629,-0.43834","bedrooms":"3","price":"260000","area":"550"} , +{"type":"Feature","id":"n8333744375","geometry":{"type":"Point","coordinates":[-0.8389648,51.9532935]},"properties":{"@type":"node","@id":8333744375,"@timestamp":1610966876},"coords":"51.9532935,-0.8389648","bedrooms":"4","price":"187000","area":"654"} , +{"type":"Feature","id":"n8333768729","geometry":{"type":"Point","coordinates":[-0.1931291,51.4761835]},"properties":{"@type":"node","@id":8333768729,"@timestamp":1610966205},"coords":"51.4761835,-0.1931291","bedrooms":"3","price":"298000","area":"534"} , +{"type":"Feature","id":"n8333822096","geometry":{"type":"Point","coordinates":[-0.0984161,51.3980492]},"properties":{"@type":"node","@id":8333822096,"@timestamp":1610966845},"coords":"51.3980492,-0.0984161","bedrooms":"4","price":"174000","area":"458"} , +{"type":"Feature","id":"n8333852996","geometry":{"type":"Point","coordinates":[-0.091188,51.4064209]},"properties":{"@type":"node","@id":8333852996,"@timestamp":1610967522},"coords":"51.4064209,-0.091188","bedrooms":"1","price":"159000","area":"508"} , +{"type":"Feature","id":"n8333899537","geometry":{"type":"Point","coordinates":[-0.0983959,51.3963488]},"properties":{"@type":"node","@id":8333899537,"@timestamp":1610968337},"coords":"51.3963488,-0.0983959","bedrooms":"4","price":"291000","area":"640"} , +{"type":"Feature","id":"n8334074530","geometry":{"type":"Point","coordinates":[-0.6501955,51.0155931]},"properties":{"@type":"node","@id":8334074530,"@timestamp":1610971022},"coords":"51.0155931,-0.6501955","bedrooms":"2","price":"164000","area":"604"} , +{"type":"Feature","id":"n8334301408","geometry":{"type":"Point","coordinates":[-0.7032842,51.5300052]},"properties":{"@type":"node","@id":8334301408,"@timestamp":1610977995},"coords":"51.5300052,-0.7032842","bedrooms":"4","price":"161000","area":"675"} , +{"type":"Feature","id":"n8334424090","geometry":{"type":"Point","coordinates":[-0.0909747,51.3998851]},"properties":{"@type":"node","@id":8334424090,"@timestamp":1610980460},"coords":"51.3998851,-0.0909747","bedrooms":"4","price":"234000","area":"429"} , +{"type":"Feature","id":"n8334438177","geometry":{"type":"Point","coordinates":[-0.162002,51.4926046]},"properties":{"@type":"node","@id":8334438177,"@timestamp":1610980043},"coords":"51.4926046,-0.162002","bedrooms":"3","price":"233000","area":"519"} , +{"type":"Feature","id":"n8334689105","geometry":{"type":"Point","coordinates":[-0.1240601,51.4233832]},"properties":{"@type":"node","@id":8334689105,"@timestamp":1610984929},"coords":"51.4233832,-0.1240601","bedrooms":"4","price":"275000","area":"641"} , +{"type":"Feature","id":"n8334730922","geometry":{"type":"Point","coordinates":[-0.1113575,51.4231109]},"properties":{"@type":"node","@id":8334730922,"@timestamp":1610984929},"coords":"51.4231109,-0.1113575","bedrooms":"3","price":"261000","area":"448"} , +{"type":"Feature","id":"n8334807374","geometry":{"type":"Point","coordinates":[0.0860018,50.9948733]},"properties":{"@type":"node","@id":8334807374,"@timestamp":1610986223},"coords":"50.9948733,0.0860018","bedrooms":"4","price":"183000","area":"626"} , +{"type":"Feature","id":"n8334879273","geometry":{"type":"Point","coordinates":[-0.1615966,51.4921963]},"properties":{"@type":"node","@id":8334879273,"@timestamp":1610987956},"coords":"51.4921963,-0.1615966","bedrooms":"3","price":"189000","area":"379"} , +{"type":"Feature","id":"n8334879284","geometry":{"type":"Point","coordinates":[-0.1624332,51.4917137]},"properties":{"@type":"node","@id":8334879284,"@timestamp":1610987956},"coords":"51.4917137,-0.1624332","bedrooms":"4","price":"215000","area":"387"} , +{"type":"Feature","id":"n8334918977","geometry":{"type":"Point","coordinates":[-0.631116,51.4842872]},"properties":{"@type":"node","@id":8334918977,"@timestamp":1610990113},"coords":"51.4842872,-0.631116","bedrooms":"2","price":"167000","area":"459"} , +{"type":"Feature","id":"n8335048907","geometry":{"type":"Point","coordinates":[-0.6776595,51.4041647]},"properties":{"@type":"node","@id":8335048907,"@timestamp":1610992824},"coords":"51.4041647,-0.6776595","bedrooms":"2","price":"174000","area":"563"} , +{"type":"Feature","id":"n8335194527","geometry":{"type":"Point","coordinates":[-0.6802368,51.4030119]},"properties":{"@type":"node","@id":8335194527,"@timestamp":1610992824},"coords":"51.4030119,-0.6802368","bedrooms":"4","price":"262000","area":"416"} , +{"type":"Feature","id":"n8335332850","geometry":{"type":"Point","coordinates":[-0.1606087,51.4913228]},"properties":{"@type":"node","@id":8335332850,"@timestamp":1611124964},"coords":"51.4913228,-0.1606087","bedrooms":"2","price":"280000","area":"429"} , +{"type":"Feature","id":"n8335332864","geometry":{"type":"Point","coordinates":[-0.1626774,51.491222]},"properties":{"@type":"node","@id":8335332864,"@timestamp":1610993759},"coords":"51.491222,-0.1626774","bedrooms":"0","price":"235000","area":"472"} , +{"type":"Feature","id":"n8335470655","geometry":{"type":"Point","coordinates":[-0.1622067,51.4910785]},"properties":{"@type":"node","@id":8335470655,"@timestamp":1634578024},"coords":"51.4910785,-0.1622067","bedrooms":"3","price":"164000","area":"589"} , +{"type":"Feature","id":"n8335715766","geometry":{"type":"Point","coordinates":[0.5645508,51.717153]},"properties":{"@type":"node","@id":8335715766,"@timestamp":1611001003},"coords":"51.717153,0.5645508","bedrooms":"2","price":"207000","area":"370"} , +{"type":"Feature","id":"n8335776635","geometry":{"type":"Point","coordinates":[-0.8144244,51.5105393]},"properties":{"@type":"node","@id":8335776635,"@timestamp":1611002725},"coords":"51.5105393,-0.8144244","bedrooms":"3","price":"210000","area":"698"} , +{"type":"Feature","id":"n8335905483","geometry":{"type":"Point","coordinates":[0.0778131,51.527586]},"properties":{"@type":"node","@id":8335905483,"@timestamp":1611006673},"coords":"51.527586,0.0778131","bedrooms":"4","price":"285000","area":"464"} , +{"type":"Feature","id":"n8335974801","geometry":{"type":"Point","coordinates":[-0.9686342,51.1673999]},"properties":{"@type":"node","@id":8335974801,"@timestamp":1611008440},"coords":"51.1673999,-0.9686342","bedrooms":"2","price":"186000","area":"433"} , +{"type":"Feature","id":"n8335974814","geometry":{"type":"Point","coordinates":[-0.9738243,51.1656389]},"properties":{"@type":"node","@id":8335974814,"@timestamp":1611008440},"coords":"51.1656389,-0.9738243","bedrooms":"3","price":"166000","area":"416"} , +{"type":"Feature","id":"n8335978199","geometry":{"type":"Point","coordinates":[-0.7984346,51.6043325]},"properties":{"@type":"node","@id":8335978199,"@timestamp":1611009496},"coords":"51.6043325,-0.7984346","bedrooms":"3","price":"225000","area":"380"} , +{"type":"Feature","id":"n8335978209","geometry":{"type":"Point","coordinates":[-0.7967341,51.6049455]},"properties":{"@type":"node","@id":8335978209,"@timestamp":1611009496},"coords":"51.6049455,-0.7967341","bedrooms":"4","price":"265000","area":"458"} , +{"type":"Feature","id":"n8335985159","geometry":{"type":"Point","coordinates":[-1.098382,51.0905653]},"properties":{"@type":"node","@id":8335985159,"@timestamp":1611008880},"coords":"51.0905653,-1.098382","bedrooms":"4","price":"235000","area":"500"} , +{"type":"Feature","id":"n8335985169","geometry":{"type":"Point","coordinates":[-1.0777585,51.0902494]},"properties":{"@type":"node","@id":8335985169,"@timestamp":1611008880},"coords":"51.0902494,-1.0777585","bedrooms":"2","price":"236000","area":"616"} , +{"type":"Feature","id":"n8335985179","geometry":{"type":"Point","coordinates":[-1.0556799,51.0902149]},"properties":{"@type":"node","@id":8335985179,"@timestamp":1611008880},"coords":"51.0902149,-1.0556799","bedrooms":"2","price":"272000","area":"464"} , +{"type":"Feature","id":"n8335985189","geometry":{"type":"Point","coordinates":[-0.9596863,51.1466611]},"properties":{"@type":"node","@id":8335985189,"@timestamp":1611008880},"coords":"51.1466611,-0.9596863","bedrooms":"1","price":"180000","area":"391"} , +{"type":"Feature","id":"n8335989424","geometry":{"type":"Point","coordinates":[-0.9583077,51.1633212]},"properties":{"@type":"node","@id":8335989424,"@timestamp":1611008440},"coords":"51.1633212,-0.9583077","bedrooms":"2","price":"176000","area":"556"} , +{"type":"Feature","id":"n8335989436","geometry":{"type":"Point","coordinates":[-1.0672134,51.269468]},"properties":{"@type":"node","@id":8335989436,"@timestamp":1611008440},"coords":"51.269468,-1.0672134","bedrooms":"3","price":"188000","area":"591"} , +{"type":"Feature","id":"n8335989446","geometry":{"type":"Point","coordinates":[-1.0197437,51.2093032]},"properties":{"@type":"node","@id":8335989446,"@timestamp":1611008440},"coords":"51.2093032,-1.0197437","bedrooms":"2","price":"166000","area":"615"} , +{"type":"Feature","id":"n8335989456","geometry":{"type":"Point","coordinates":[-1.030089,51.205571]},"properties":{"@type":"node","@id":8335989456,"@timestamp":1611008440},"coords":"51.205571,-1.030089","bedrooms":"1","price":"255000","area":"570"} , +{"type":"Feature","id":"n8336008128","geometry":{"type":"Point","coordinates":[-0.9764341,51.5119876]},"properties":{"@type":"node","@id":8336008128,"@timestamp":1611009080},"coords":"51.5119876,-0.9764341","bedrooms":"0","price":"162000","area":"678"} , +{"type":"Feature","id":"n8336027244","geometry":{"type":"Point","coordinates":[-0.7384363,51.2973864]},"properties":{"@type":"node","@id":8336027244,"@timestamp":1611009873},"coords":"51.2973864,-0.7384363","bedrooms":"3","price":"215000","area":"698"} , +{"type":"Feature","id":"n8336203601","geometry":{"type":"Point","coordinates":[-0.2187303,51.460408]},"properties":{"@type":"node","@id":8336203601,"@timestamp":1611156599},"coords":"51.460408,-0.2187303","bedrooms":"2","price":"291000","area":"527"} , +{"type":"Feature","id":"n8336630810","geometry":{"type":"Point","coordinates":[-0.1620145,51.4916368]},"properties":{"@type":"node","@id":8336630810,"@timestamp":1611031190},"coords":"51.4916368,-0.1620145","bedrooms":"4","price":"162000","area":"364"} , +{"type":"Feature","id":"n8337264455","geometry":{"type":"Point","coordinates":[-0.161974,51.4909866]},"properties":{"@type":"node","@id":8337264455,"@timestamp":1634578114},"coords":"51.4909866,-0.161974","bedrooms":"1","price":"285000","area":"594"} , +{"type":"Feature","id":"n8337264482","geometry":{"type":"Point","coordinates":[-0.1613139,51.4912154]},"properties":{"@type":"node","@id":8337264482,"@timestamp":1634578114},"coords":"51.4912154,-0.1613139","bedrooms":"0","price":"178000","area":"549"} , +{"type":"Feature","id":"n8337264515","geometry":{"type":"Point","coordinates":[-0.1617579,51.4907191]},"properties":{"@type":"node","@id":8337264515,"@timestamp":1634419826},"coords":"51.4907191,-0.1617579","bedrooms":"3","price":"245000","area":"415"} , +{"type":"Feature","id":"n8337353474","geometry":{"type":"Point","coordinates":[0.1746453,51.6329559]},"properties":{"@type":"node","@id":8337353474,"@timestamp":1611047102},"coords":"51.6329559,0.1746453","bedrooms":"1","price":"152000","area":"656"} , +{"type":"Feature","id":"n8337410025","geometry":{"type":"Point","coordinates":[-1.0557698,51.435403]},"properties":{"@type":"node","@id":8337410025,"@timestamp":1611047951},"coords":"51.435403,-1.0557698","bedrooms":"0","price":"266000","area":"624"} , +{"type":"Feature","id":"n8337410040","geometry":{"type":"Point","coordinates":[-0.9998927,51.4379938]},"properties":{"@type":"node","@id":8337410040,"@timestamp":1611047951},"coords":"51.4379938,-0.9998927","bedrooms":"2","price":"186000","area":"396"} , +{"type":"Feature","id":"n8337410050","geometry":{"type":"Point","coordinates":[-1.0016736,51.4390329]},"properties":{"@type":"node","@id":8337410050,"@timestamp":1611047951},"coords":"51.4390329,-1.0016736","bedrooms":"4","price":"276000","area":"375"} , +{"type":"Feature","id":"n8337531052","geometry":{"type":"Point","coordinates":[-0.1065966,51.434223]},"properties":{"@type":"node","@id":8337531052,"@timestamp":1611050460},"coords":"51.434223,-0.1065966","bedrooms":"3","price":"249000","area":"500"} , +{"type":"Feature","id":"n8337549861","geometry":{"type":"Point","coordinates":[-0.6758148,50.8953545]},"properties":{"@type":"node","@id":8337549861,"@timestamp":1611051297},"coords":"50.8953545,-0.6758148","bedrooms":"3","price":"196000","area":"627"} , +{"type":"Feature","id":"n8337549871","geometry":{"type":"Point","coordinates":[-0.6670359,50.9088952]},"properties":{"@type":"node","@id":8337549871,"@timestamp":1611051297},"coords":"50.9088952,-0.6670359","bedrooms":"3","price":"160000","area":"449"} , +{"type":"Feature","id":"n8337549881","geometry":{"type":"Point","coordinates":[-0.6511438,50.9166998]},"properties":{"@type":"node","@id":8337549881,"@timestamp":1611051297},"coords":"50.9166998,-0.6511438","bedrooms":"0","price":"281000","area":"437"} , +{"type":"Feature","id":"n8337549891","geometry":{"type":"Point","coordinates":[-0.6411687,50.9238708]},"properties":{"@type":"node","@id":8337549891,"@timestamp":1611051297},"coords":"50.9238708,-0.6411687","bedrooms":"3","price":"179000","area":"471"} , +{"type":"Feature","id":"n8337549901","geometry":{"type":"Point","coordinates":[-0.6258559,50.9295073]},"properties":{"@type":"node","@id":8337549901,"@timestamp":1611051297},"coords":"50.9295073,-0.6258559","bedrooms":"0","price":"186000","area":"391"} , +{"type":"Feature","id":"n8337549911","geometry":{"type":"Point","coordinates":[-0.6100497,50.9347156]},"properties":{"@type":"node","@id":8337549911,"@timestamp":1611051297},"coords":"50.9347156,-0.6100497","bedrooms":"4","price":"222000","area":"382"} , +{"type":"Feature","id":"n8337575721","geometry":{"type":"Point","coordinates":[-0.5986409,50.9437555]},"properties":{"@type":"node","@id":8337575721,"@timestamp":1611051297},"coords":"50.9437555,-0.5986409","bedrooms":"0","price":"202000","area":"534"} , +{"type":"Feature","id":"n8337575731","geometry":{"type":"Point","coordinates":[-0.6036969,50.9730156]},"properties":{"@type":"node","@id":8337575731,"@timestamp":1611051297},"coords":"50.9730156,-0.6036969","bedrooms":"3","price":"173000","area":"525"} , +{"type":"Feature","id":"n8337690166","geometry":{"type":"Point","coordinates":[-0.1158017,50.9526815]},"properties":{"@type":"node","@id":8337690166,"@timestamp":1611053851},"coords":"50.9526815,-0.1158017","bedrooms":"2","price":"253000","area":"467"} , +{"type":"Feature","id":"n8338635539","geometry":{"type":"Point","coordinates":[0.0352521,51.5006354]},"properties":{"@type":"node","@id":8338635539,"@timestamp":1611063794},"coords":"51.5006354,0.0352521","bedrooms":"2","price":"195000","area":"665"} , +{"type":"Feature","id":"n8338762050","geometry":{"type":"Point","coordinates":[0.0604839,51.5071785]},"properties":{"@type":"node","@id":8338762050,"@timestamp":1611065772},"coords":"51.5071785,0.0604839","bedrooms":"3","price":"249000","area":"416"} , +{"type":"Feature","id":"n8338788942","geometry":{"type":"Point","coordinates":[-0.1086326,51.434292]},"properties":{"@type":"node","@id":8338788942,"@timestamp":1611065497},"coords":"51.434292,-0.1086326","bedrooms":"2","price":"155000","area":"623"} , +{"type":"Feature","id":"n8338821567","geometry":{"type":"Point","coordinates":[-1.0936654,51.4830457]},"properties":{"@type":"node","@id":8338821567,"@timestamp":1611066531},"coords":"51.4830457,-1.0936654","bedrooms":"3","price":"238000","area":"496"} , +{"type":"Feature","id":"n8338821577","geometry":{"type":"Point","coordinates":[-1.1032221,51.4889158]},"properties":{"@type":"node","@id":8338821577,"@timestamp":1611066531},"coords":"51.4889158,-1.1032221","bedrooms":"1","price":"280000","area":"687"} , +{"type":"Feature","id":"n8338831804","geometry":{"type":"Point","coordinates":[-1.0950051,51.4811528]},"properties":{"@type":"node","@id":8338831804,"@timestamp":1611067185},"coords":"51.4811528,-1.0950051","bedrooms":"1","price":"198000","area":"642"} , +{"type":"Feature","id":"n8338898547","geometry":{"type":"Point","coordinates":[-0.6350259,51.0155795]},"properties":{"@type":"node","@id":8338898547,"@timestamp":1611068274},"coords":"51.0155795,-0.6350259","bedrooms":"3","price":"270000","area":"479"} , +{"type":"Feature","id":"n8338931796","geometry":{"type":"Point","coordinates":[-0.6101817,51.6815808]},"properties":{"@type":"node","@id":8338931796,"@timestamp":1631911850},"coords":"51.6815808,-0.6101817","bedrooms":"1","price":"226000","area":"644"} , +{"type":"Feature","id":"n8338947822","geometry":{"type":"Point","coordinates":[-0.129445,51.4549252]},"properties":{"@type":"node","@id":8338947822,"@timestamp":1611068190},"coords":"51.4549252,-0.129445","bedrooms":"4","price":"279000","area":"522"} , +{"type":"Feature","id":"n8338947844","geometry":{"type":"Point","coordinates":[-0.1366316,51.4496947]},"properties":{"@type":"node","@id":8338947844,"@timestamp":1611068190},"coords":"51.4496947,-0.1366316","bedrooms":"4","price":"262000","area":"505"} , +{"type":"Feature","id":"n8338947891","geometry":{"type":"Point","coordinates":[-0.1355958,51.4512008]},"properties":{"@type":"node","@id":8338947891,"@timestamp":1611068190},"coords":"51.4512008,-0.1355958","bedrooms":"4","price":"161000","area":"506"} , +{"type":"Feature","id":"n8339017567","geometry":{"type":"Point","coordinates":[-0.6028973,51.6728694]},"properties":{"@type":"node","@id":8339017567,"@timestamp":1611070138},"coords":"51.6728694,-0.6028973","bedrooms":"2","price":"183000","area":"550"} , +{"type":"Feature","id":"n8339032863","geometry":{"type":"Point","coordinates":[-0.1758979,51.6245968]},"properties":{"@type":"node","@id":8339032863,"@timestamp":1611069933},"coords":"51.6245968,-0.1758979","bedrooms":"4","price":"159000","area":"555"} , +{"type":"Feature","id":"n8339224491","geometry":{"type":"Point","coordinates":[0.1426096,51.7620587]},"properties":{"@type":"node","@id":8339224491,"@timestamp":1611074348},"coords":"51.7620587,0.1426096","bedrooms":"0","price":"193000","area":"373"} , +{"type":"Feature","id":"n8339335554","geometry":{"type":"Point","coordinates":[-0.8107341,51.8186435]},"properties":{"@type":"node","@id":8339335554,"@timestamp":1611076342},"coords":"51.8186435,-0.8107341","bedrooms":"1","price":"171000","area":"682"} , +{"type":"Feature","id":"n8339603738","geometry":{"type":"Point","coordinates":[-0.1067602,51.472983]},"properties":{"@type":"node","@id":8339603738,"@timestamp":1611083529},"coords":"51.472983,-0.1067602","bedrooms":"4","price":"221000","area":"589"} , +{"type":"Feature","id":"n8339682279","geometry":{"type":"Point","coordinates":[0.0167432,51.5435827]},"properties":{"@type":"node","@id":8339682279,"@timestamp":1635358675},"coords":"51.5435827,0.0167432","bedrooms":"0","price":"217000","area":"698"} , +{"type":"Feature","id":"n8339989997","geometry":{"type":"Point","coordinates":[-0.7244593,51.2733418]},"properties":{"@type":"node","@id":8339989997,"@timestamp":1619956965},"coords":"51.2733418,-0.7244593","bedrooms":"2","price":"257000","area":"373"} , +{"type":"Feature","id":"n8339990007","geometry":{"type":"Point","coordinates":[-0.7203984,51.2573896]},"properties":{"@type":"node","@id":8339990007,"@timestamp":1624787393},"coords":"51.2573896,-0.7203984","bedrooms":"2","price":"285000","area":"549"} , +{"type":"Feature","id":"n8340044335","geometry":{"type":"Point","coordinates":[-1.0670927,51.9637177]},"properties":{"@type":"node","@id":8340044335,"@timestamp":1611091827},"coords":"51.9637177,-1.0670927","bedrooms":"1","price":"265000","area":"645"} , +{"type":"Feature","id":"n8340044350","geometry":{"type":"Point","coordinates":[-1.0488215,51.9624898]},"properties":{"@type":"node","@id":8340044350,"@timestamp":1611091827},"coords":"51.9624898,-1.0488215","bedrooms":"2","price":"293000","area":"389"} , +{"type":"Feature","id":"n8340044360","geometry":{"type":"Point","coordinates":[-1.0463136,51.9524451]},"properties":{"@type":"node","@id":8340044360,"@timestamp":1611091827},"coords":"51.9524451,-1.0463136","bedrooms":"0","price":"278000","area":"440"} , +{"type":"Feature","id":"n8340044370","geometry":{"type":"Point","coordinates":[-1.0384092,51.9524963]},"properties":{"@type":"node","@id":8340044370,"@timestamp":1611091827},"coords":"51.9524963,-1.0384092","bedrooms":"0","price":"207000","area":"646"} , +{"type":"Feature","id":"n8340201630","geometry":{"type":"Point","coordinates":[-0.3233363,51.501844]},"properties":{"@type":"node","@id":8340201630,"@timestamp":1611097375},"coords":"51.501844,-0.3233363","bedrooms":"3","price":"157000","area":"549"} , +{"type":"Feature","id":"n8340303830","geometry":{"type":"Point","coordinates":[-0.4608446,51.3487314]},"properties":{"@type":"node","@id":8340303830,"@timestamp":1611101427},"coords":"51.3487314,-0.4608446","bedrooms":"4","price":"210000","area":"672"} , +{"type":"Feature","id":"n8340529914","geometry":{"type":"Point","coordinates":[-0.4463622,51.8860538]},"properties":{"@type":"node","@id":8340529914,"@timestamp":1611114581},"coords":"51.8860538,-0.4463622","bedrooms":"2","price":"176000","area":"457"} , +{"type":"Feature","id":"n8340597183","geometry":{"type":"Point","coordinates":[-0.1611717,51.492141]},"properties":{"@type":"node","@id":8340597183,"@timestamp":1611115804},"coords":"51.492141,-0.1611717","bedrooms":"4","price":"285000","area":"633"} , +{"type":"Feature","id":"n8340617041","geometry":{"type":"Point","coordinates":[-0.1607503,51.4920137]},"properties":{"@type":"node","@id":8340617041,"@timestamp":1611115804},"coords":"51.4920137,-0.1607503","bedrooms":"2","price":"269000","area":"674"} , +{"type":"Feature","id":"n8340949281","geometry":{"type":"Point","coordinates":[-0.1599057,51.4920937]},"properties":{"@type":"node","@id":8340949281,"@timestamp":1611124964},"coords":"51.4920937,-0.1599057","bedrooms":"1","price":"174000","area":"372"} , +{"type":"Feature","id":"n8341083700","geometry":{"type":"Point","coordinates":[-0.3841519,51.8774574]},"properties":{"@type":"node","@id":8341083700,"@timestamp":1611127774},"coords":"51.8774574,-0.3841519","bedrooms":"4","price":"187000","area":"489"} , +{"type":"Feature","id":"n8341431943","geometry":{"type":"Point","coordinates":[-0.2219394,51.9048829]},"properties":{"@type":"node","@id":8341431943,"@timestamp":1611134425},"coords":"51.9048829,-0.2219394","bedrooms":"3","price":"286000","area":"377"} , +{"type":"Feature","id":"n8341798510","geometry":{"type":"Point","coordinates":[-0.2381907,51.3026554]},"properties":{"@type":"node","@id":8341798510,"@timestamp":1611143282},"coords":"51.3026554,-0.2381907","bedrooms":"1","price":"244000","area":"691"} , +{"type":"Feature","id":"n8341966486","geometry":{"type":"Point","coordinates":[-0.3782813,51.8868242]},"properties":{"@type":"node","@id":8341966486,"@timestamp":1611146553},"coords":"51.8868242,-0.3782813","bedrooms":"1","price":"159000","area":"482"} , +{"type":"Feature","id":"n8341966496","geometry":{"type":"Point","coordinates":[-0.3819157,51.8846852]},"properties":{"@type":"node","@id":8341966496,"@timestamp":1611146553},"coords":"51.8846852,-0.3819157","bedrooms":"1","price":"204000","area":"587"} , +{"type":"Feature","id":"n8341966506","geometry":{"type":"Point","coordinates":[-0.3829685,51.8843938]},"properties":{"@type":"node","@id":8341966506,"@timestamp":1611146553},"coords":"51.8843938,-0.3829685","bedrooms":"3","price":"288000","area":"547"} , +{"type":"Feature","id":"n8341966516","geometry":{"type":"Point","coordinates":[-0.3830557,51.8837796]},"properties":{"@type":"node","@id":8341966516,"@timestamp":1611146553},"coords":"51.8837796,-0.3830557","bedrooms":"3","price":"214000","area":"453"} , +{"type":"Feature","id":"n8341977225","geometry":{"type":"Point","coordinates":[-0.3784503,51.8854194]},"properties":{"@type":"node","@id":8341977225,"@timestamp":1611146553},"coords":"51.8854194,-0.3784503","bedrooms":"2","price":"155000","area":"419"} , +{"type":"Feature","id":"n8341977235","geometry":{"type":"Point","coordinates":[-0.380466,51.8891484]},"properties":{"@type":"node","@id":8341977235,"@timestamp":1611146553},"coords":"51.8891484,-0.380466","bedrooms":"2","price":"231000","area":"690"} , +{"type":"Feature","id":"n8341977245","geometry":{"type":"Point","coordinates":[-0.3841192,51.8847895]},"properties":{"@type":"node","@id":8341977245,"@timestamp":1611146553},"coords":"51.8847895,-0.3841192","bedrooms":"1","price":"180000","area":"384"} , +{"type":"Feature","id":"n8341977255","geometry":{"type":"Point","coordinates":[-0.3823449,51.8857741]},"properties":{"@type":"node","@id":8341977255,"@timestamp":1611146553},"coords":"51.8857741,-0.3823449","bedrooms":"3","price":"222000","area":"562"} , +{"type":"Feature","id":"n8341977265","geometry":{"type":"Point","coordinates":[-0.3833292,51.8861529]},"properties":{"@type":"node","@id":8341977265,"@timestamp":1611146553},"coords":"51.8861529,-0.3833292","bedrooms":"2","price":"223000","area":"388"} , +{"type":"Feature","id":"n8341977275","geometry":{"type":"Point","coordinates":[-0.3681828,51.8890508]},"properties":{"@type":"node","@id":8341977275,"@timestamp":1611146553},"coords":"51.8890508,-0.3681828","bedrooms":"1","price":"259000","area":"608"} , +{"type":"Feature","id":"n8341977285","geometry":{"type":"Point","coordinates":[-0.3657903,51.8883497]},"properties":{"@type":"node","@id":8341977285,"@timestamp":1611146553},"coords":"51.8883497,-0.3657903","bedrooms":"1","price":"224000","area":"403"} , +{"type":"Feature","id":"n8341987979","geometry":{"type":"Point","coordinates":[-0.3488857,51.8890739]},"properties":{"@type":"node","@id":8341987979,"@timestamp":1611147191},"coords":"51.8890739,-0.3488857","bedrooms":"4","price":"264000","area":"500"} , +{"type":"Feature","id":"n8342142384","geometry":{"type":"Point","coordinates":[-0.0112457,51.5490952]},"properties":{"@type":"node","@id":8342142384,"@timestamp":1611149876},"coords":"51.5490952,-0.0112457","bedrooms":"1","price":"177000","area":"616"} , +{"type":"Feature","id":"n8342168796","geometry":{"type":"Point","coordinates":[0.874694,51.1569378]},"properties":{"@type":"node","@id":8342168796,"@timestamp":1611149728},"coords":"51.1569378,0.874694","bedrooms":"1","price":"255000","area":"420"} , +{"type":"Feature","id":"n8342176956","geometry":{"type":"Point","coordinates":[-0.0129768,51.5490569]},"properties":{"@type":"node","@id":8342176956,"@timestamp":1626274975},"coords":"51.5490569,-0.0129768","bedrooms":"3","price":"201000","area":"671"} , +{"type":"Feature","id":"n8342176985","geometry":{"type":"Point","coordinates":[-0.0139241,51.5497011]},"properties":{"@type":"node","@id":8342176985,"@timestamp":1634466323},"coords":"51.5497011,-0.0139241","bedrooms":"2","price":"179000","area":"360"} , +{"type":"Feature","id":"n8342187168","geometry":{"type":"Point","coordinates":[0.8758922,51.1603912]},"properties":{"@type":"node","@id":8342187168,"@timestamp":1611150285},"coords":"51.1603912,0.8758922","bedrooms":"0","price":"228000","area":"530"} , +{"type":"Feature","id":"n8342430316","geometry":{"type":"Point","coordinates":[-0.1183411,50.9533927]},"properties":{"@type":"node","@id":8342430316,"@timestamp":1611153917},"coords":"50.9533927,-0.1183411","bedrooms":"4","price":"222000","area":"693"} , +{"type":"Feature","id":"n8342465772","geometry":{"type":"Point","coordinates":[0.0347384,51.4997465]},"properties":{"@type":"node","@id":8342465772,"@timestamp":1611154981},"coords":"51.4997465,0.0347384","bedrooms":"4","price":"198000","area":"362"} , +{"type":"Feature","id":"n8342569717","geometry":{"type":"Point","coordinates":[0.0895061,51.7707624]},"properties":{"@type":"node","@id":8342569717,"@timestamp":1613179982},"coords":"51.7707624,0.0895061","bedrooms":"3","price":"222000","area":"427"} , +{"type":"Feature","id":"n8342679062","geometry":{"type":"Point","coordinates":[-0.0042765,51.5460324]},"properties":{"@type":"node","@id":8342679062,"@timestamp":1632470995},"coords":"51.5460324,-0.0042765","bedrooms":"1","price":"290000","area":"471"} , +{"type":"Feature","id":"n8342683892","geometry":{"type":"Point","coordinates":[0.4670231,51.7422169]},"properties":{"@type":"node","@id":8342683892,"@timestamp":1611159463},"coords":"51.7422169,0.4670231","bedrooms":"2","price":"250000","area":"567"} , +{"type":"Feature","id":"n8342814738","geometry":{"type":"Point","coordinates":[-0.0117348,51.5505253]},"properties":{"@type":"node","@id":8342814738,"@timestamp":1621674206},"coords":"51.5505253,-0.0117348","bedrooms":"4","price":"159000","area":"654"} , +{"type":"Feature","id":"n8342975047","geometry":{"type":"Point","coordinates":[-0.0669645,51.508394]},"properties":{"@type":"node","@id":8342975047,"@timestamp":1611167286},"coords":"51.508394,-0.0669645","bedrooms":"3","price":"150000","area":"673"} , +{"type":"Feature","id":"n8342975103","geometry":{"type":"Point","coordinates":[-0.0631583,51.508682]},"properties":{"@type":"node","@id":8342975103,"@timestamp":1611251670},"coords":"51.508682,-0.0631583","bedrooms":"2","price":"293000","area":"462"} , +{"type":"Feature","id":"n8342997569","geometry":{"type":"Point","coordinates":[0.0062047,51.5126331]},"properties":{"@type":"node","@id":8342997569,"@timestamp":1611168247},"coords":"51.5126331,0.0062047","bedrooms":"3","price":"151000","area":"519"} , +{"type":"Feature","id":"n8343145473","geometry":{"type":"Point","coordinates":[-0.6668489,51.5423458]},"properties":{"@type":"node","@id":8343145473,"@timestamp":1611170597},"coords":"51.5423458,-0.6668489","bedrooms":"0","price":"274000","area":"668"} , +{"type":"Feature","id":"n8343396656","geometry":{"type":"Point","coordinates":[-0.6520409,51.6909914]},"properties":{"@type":"node","@id":8343396656,"@timestamp":1611179003},"coords":"51.6909914,-0.6520409","bedrooms":"3","price":"238000","area":"527"} , +{"type":"Feature","id":"n8343480969","geometry":{"type":"Point","coordinates":[-0.0560115,51.5085709]},"properties":{"@type":"node","@id":8343480969,"@timestamp":1611181748},"coords":"51.5085709,-0.0560115","bedrooms":"1","price":"289000","area":"682"} , +{"type":"Feature","id":"n8343482714","geometry":{"type":"Point","coordinates":[-0.556595,51.6837001]},"properties":{"@type":"node","@id":8343482714,"@timestamp":1611182041},"coords":"51.6837001,-0.556595","bedrooms":"1","price":"163000","area":"477"} , +{"type":"Feature","id":"n8343591562","geometry":{"type":"Point","coordinates":[0.1314806,51.8583075]},"properties":{"@type":"node","@id":8343591562,"@timestamp":1611187729},"coords":"51.8583075,0.1314806","bedrooms":"4","price":"276000","area":"607"} , +{"type":"Feature","id":"n8343633395","geometry":{"type":"Point","coordinates":[-0.0075569,51.5500828]},"properties":{"@type":"node","@id":8343633395,"@timestamp":1611190478},"coords":"51.5500828,-0.0075569","bedrooms":"2","price":"191000","area":"478"} , +{"type":"Feature","id":"n8343827487","geometry":{"type":"Point","coordinates":[-0.8285746,51.8339403]},"properties":{"@type":"node","@id":8343827487,"@timestamp":1611198957},"coords":"51.8339403,-0.8285746","bedrooms":"3","price":"165000","area":"475"} , +{"type":"Feature","id":"n8344390424","geometry":{"type":"Point","coordinates":[-0.4515783,51.8577709]},"properties":{"@type":"node","@id":8344390424,"@timestamp":1611213490},"coords":"51.8577709,-0.4515783","bedrooms":"2","price":"198000","area":"487"} , +{"type":"Feature","id":"n8344765409","geometry":{"type":"Point","coordinates":[-0.1588312,51.4933821]},"properties":{"@type":"node","@id":8344765409,"@timestamp":1611222107},"coords":"51.4933821,-0.1588312","bedrooms":"0","price":"241000","area":"529"} , +{"type":"Feature","id":"n8344765993","geometry":{"type":"Point","coordinates":[-0.1590436,51.4926639]},"properties":{"@type":"node","@id":8344765993,"@timestamp":1611222107},"coords":"51.4926639,-0.1590436","bedrooms":"3","price":"212000","area":"447"} , +{"type":"Feature","id":"n8344798553","geometry":{"type":"Point","coordinates":[-0.8509062,51.0092953]},"properties":{"@type":"node","@id":8344798553,"@timestamp":1611223079},"coords":"51.0092953,-0.8509062","bedrooms":"3","price":"191000","area":"396"} , +{"type":"Feature","id":"n8344861963","geometry":{"type":"Point","coordinates":[0.8679474,51.1523012]},"properties":{"@type":"node","@id":8344861963,"@timestamp":1611224475},"coords":"51.1523012,0.8679474","bedrooms":"4","price":"288000","area":"695"} , +{"type":"Feature","id":"n8344927812","geometry":{"type":"Point","coordinates":[-0.0040689,51.5503873]},"properties":{"@type":"node","@id":8344927812,"@timestamp":1611226830},"coords":"51.5503873,-0.0040689","bedrooms":"2","price":"228000","area":"402"} , +{"type":"Feature","id":"n8345123209","geometry":{"type":"Point","coordinates":[-1.0802218,51.0118807]},"properties":{"@type":"node","@id":8345123209,"@timestamp":1611230358},"coords":"51.0118807,-1.0802218","bedrooms":"1","price":"224000","area":"666"} , +{"type":"Feature","id":"n8345196379","geometry":{"type":"Point","coordinates":[-0.0111208,51.548817]},"properties":{"@type":"node","@id":8345196379,"@timestamp":1611231613},"coords":"51.548817,-0.0111208","bedrooms":"1","price":"232000","area":"638"} , +{"type":"Feature","id":"n8345196409","geometry":{"type":"Point","coordinates":[-0.0116328,51.5495668]},"properties":{"@type":"node","@id":8345196409,"@timestamp":1611231613},"coords":"51.5495668,-0.0116328","bedrooms":"0","price":"280000","area":"581"} , +{"type":"Feature","id":"n8345248648","geometry":{"type":"Point","coordinates":[-0.158691,51.4940567]},"properties":{"@type":"node","@id":8345248648,"@timestamp":1611232310},"coords":"51.4940567,-0.158691","bedrooms":"3","price":"181000","area":"483"} , +{"type":"Feature","id":"n8345248699","geometry":{"type":"Point","coordinates":[-0.1581345,51.4933656]},"properties":{"@type":"node","@id":8345248699,"@timestamp":1611232310},"coords":"51.4933656,-0.1581345","bedrooms":"0","price":"176000","area":"640"} , +{"type":"Feature","id":"n8345515643","geometry":{"type":"Point","coordinates":[0.8684973,51.1529772]},"properties":{"@type":"node","@id":8345515643,"@timestamp":1611237839},"coords":"51.1529772,0.8684973","bedrooms":"4","price":"239000","area":"633"} , +{"type":"Feature","id":"n8345619494","geometry":{"type":"Point","coordinates":[-0.0071685,51.5531431]},"properties":{"@type":"node","@id":8345619494,"@timestamp":1617894882},"coords":"51.5531431,-0.0071685","bedrooms":"4","price":"154000","area":"620"} , +{"type":"Feature","id":"n8345635763","geometry":{"type":"Point","coordinates":[-0.8067925,51.7991153]},"properties":{"@type":"node","@id":8345635763,"@timestamp":1611240675},"coords":"51.7991153,-0.8067925","bedrooms":"2","price":"167000","area":"607"} , +{"type":"Feature","id":"n8345699316","geometry":{"type":"Point","coordinates":[-0.0082377,51.5482918]},"properties":{"@type":"node","@id":8345699316,"@timestamp":1611243396},"coords":"51.5482918,-0.0082377","bedrooms":"2","price":"273000","area":"627"} , +{"type":"Feature","id":"n8345732948","geometry":{"type":"Point","coordinates":[-0.0082807,51.5491364]},"properties":{"@type":"node","@id":8345732948,"@timestamp":1611243396},"coords":"51.5491364,-0.0082807","bedrooms":"2","price":"290000","area":"528"} , +{"type":"Feature","id":"n8345732958","geometry":{"type":"Point","coordinates":[-0.0081023,51.5489596]},"properties":{"@type":"node","@id":8345732958,"@timestamp":1611243396},"coords":"51.5489596,-0.0081023","bedrooms":"2","price":"172000","area":"613"} , +{"type":"Feature","id":"n8345858656","geometry":{"type":"Point","coordinates":[-0.8353915,51.8168512]},"properties":{"@type":"node","@id":8345858656,"@timestamp":1611246665},"coords":"51.8168512,-0.8353915","bedrooms":"4","price":"249000","area":"473"} , +{"type":"Feature","id":"n8345941493","geometry":{"type":"Point","coordinates":[-0.1579201,51.4945638]},"properties":{"@type":"node","@id":8345941493,"@timestamp":1611249122},"coords":"51.4945638,-0.1579201","bedrooms":"0","price":"191000","area":"418"} , +{"type":"Feature","id":"n8345941507","geometry":{"type":"Point","coordinates":[-0.1569471,51.4946354]},"properties":{"@type":"node","@id":8345941507,"@timestamp":1611249122},"coords":"51.4946354,-0.1569471","bedrooms":"4","price":"189000","area":"600"} , +{"type":"Feature","id":"n8345960870","geometry":{"type":"Point","coordinates":[-0.3267622,51.2217824]},"properties":{"@type":"node","@id":8345960870,"@timestamp":1611249436},"coords":"51.2217824,-0.3267622","bedrooms":"2","price":"207000","area":"576"} , +{"type":"Feature","id":"n8346104216","geometry":{"type":"Point","coordinates":[-0.0084097,51.5494717]},"properties":{"@type":"node","@id":8346104216,"@timestamp":1611254378},"coords":"51.5494717,-0.0084097","bedrooms":"0","price":"208000","area":"631"} , +{"type":"Feature","id":"n8346410780","geometry":{"type":"Point","coordinates":[0.0108355,51.534855]},"properties":{"@type":"node","@id":8346410780,"@timestamp":1625147737},"coords":"51.534855,0.0108355","bedrooms":"3","price":"273000","area":"508"} , +{"type":"Feature","id":"n8347081537","geometry":{"type":"Point","coordinates":[-0.2394452,51.36308]},"properties":{"@type":"node","@id":8347081537,"@timestamp":1611269008},"coords":"51.36308,-0.2394452","bedrooms":"0","price":"282000","area":"463"} , +{"type":"Feature","id":"n8347107856","geometry":{"type":"Point","coordinates":[-0.2695467,51.5288999]},"properties":{"@type":"node","@id":8347107856,"@timestamp":1611270410},"coords":"51.5288999,-0.2695467","bedrooms":"3","price":"284000","area":"381"} , +{"type":"Feature","id":"n8347151389","geometry":{"type":"Point","coordinates":[-0.4355206,51.8671362]},"properties":{"@type":"node","@id":8347151389,"@timestamp":1611272085},"coords":"51.8671362,-0.4355206","bedrooms":"3","price":"155000","area":"499"} , +{"type":"Feature","id":"n8347151416","geometry":{"type":"Point","coordinates":[-0.4332047,51.8691347]},"properties":{"@type":"node","@id":8347151416,"@timestamp":1611272085},"coords":"51.8691347,-0.4332047","bedrooms":"1","price":"195000","area":"384"} , +{"type":"Feature","id":"n8347154626","geometry":{"type":"Point","coordinates":[-0.4348852,51.8700827]},"properties":{"@type":"node","@id":8347154626,"@timestamp":1611448872},"coords":"51.8700827,-0.4348852","bedrooms":"0","price":"213000","area":"669"} , +{"type":"Feature","id":"n8347154639","geometry":{"type":"Point","coordinates":[-0.4351285,51.8711396]},"properties":{"@type":"node","@id":8347154639,"@timestamp":1611272085},"coords":"51.8711396,-0.4351285","bedrooms":"1","price":"288000","area":"532"} , +{"type":"Feature","id":"n8347155648","geometry":{"type":"Point","coordinates":[-0.4340427,51.8720015]},"properties":{"@type":"node","@id":8347155648,"@timestamp":1611273194},"coords":"51.8720015,-0.4340427","bedrooms":"3","price":"186000","area":"396"} , +{"type":"Feature","id":"n8347163616","geometry":{"type":"Point","coordinates":[-0.4324446,51.8694824]},"properties":{"@type":"node","@id":8347163616,"@timestamp":1611272947},"coords":"51.8694824,-0.4324446","bedrooms":"2","price":"151000","area":"445"} , +{"type":"Feature","id":"n8347192903","geometry":{"type":"Point","coordinates":[-0.4283775,51.8708893]},"properties":{"@type":"node","@id":8347192903,"@timestamp":1611273659},"coords":"51.8708893,-0.4283775","bedrooms":"3","price":"170000","area":"398"} , +{"type":"Feature","id":"n8347214817","geometry":{"type":"Point","coordinates":[-0.035601,51.5165854]},"properties":{"@type":"node","@id":8347214817,"@timestamp":1632922748},"coords":"51.5165854,-0.035601","bedrooms":"3","price":"272000","area":"612"} , +{"type":"Feature","id":"n8347498829","geometry":{"type":"Point","coordinates":[0.2013495,51.5146003]},"properties":{"@type":"node","@id":8347498829,"@timestamp":1611287634},"coords":"51.5146003,0.2013495","bedrooms":"3","price":"153000","area":"599"} , +{"type":"Feature","id":"n8347775654","geometry":{"type":"Point","coordinates":[-0.1558201,51.4942127]},"properties":{"@type":"node","@id":8347775654,"@timestamp":1611295514},"coords":"51.4942127,-0.1558201","bedrooms":"1","price":"234000","area":"379"} , +{"type":"Feature","id":"n8347821998","geometry":{"type":"Point","coordinates":[-0.8650305,51.0721676]},"properties":{"@type":"node","@id":8347821998,"@timestamp":1611297428},"coords":"51.0721676,-0.8650305","bedrooms":"1","price":"264000","area":"398"} , +{"type":"Feature","id":"n8347881020","geometry":{"type":"Point","coordinates":[-0.1560553,51.4933732]},"properties":{"@type":"node","@id":8347881020,"@timestamp":1611297350},"coords":"51.4933732,-0.1560553","bedrooms":"0","price":"269000","area":"555"} , +{"type":"Feature","id":"n8348305697","geometry":{"type":"Point","coordinates":[-0.7392538,51.0754363]},"properties":{"@type":"node","@id":8348305697,"@timestamp":1611304699},"coords":"51.0754363,-0.7392538","bedrooms":"3","price":"292000","area":"475"} , +{"type":"Feature","id":"n8348449948","geometry":{"type":"Point","coordinates":[-0.3139231,51.9815187]},"properties":{"@type":"node","@id":8348449948,"@timestamp":1611308111},"coords":"51.9815187,-0.3139231","bedrooms":"0","price":"293000","area":"569"} , +{"type":"Feature","id":"n8348478722","geometry":{"type":"Point","coordinates":[-0.066645,51.5083106]},"properties":{"@type":"node","@id":8348478722,"@timestamp":1611392184},"coords":"51.5083106,-0.066645","bedrooms":"0","price":"202000","area":"421"} , +{"type":"Feature","id":"n8348954583","geometry":{"type":"Point","coordinates":[0.4487256,51.3017784]},"properties":{"@type":"node","@id":8348954583,"@timestamp":1621940100},"coords":"51.3017784,0.4487256","bedrooms":"0","price":"173000","area":"598"} , +{"type":"Feature","id":"n8348958965","geometry":{"type":"Point","coordinates":[0.4479049,51.3014551]},"properties":{"@type":"node","@id":8348958965,"@timestamp":1621940100},"coords":"51.3014551,0.4479049","bedrooms":"3","price":"170000","area":"664"} , +{"type":"Feature","id":"n8349288278","geometry":{"type":"Point","coordinates":[-0.1568074,51.4932372]},"properties":{"@type":"node","@id":8349288278,"@timestamp":1611324004},"coords":"51.4932372,-0.1568074","bedrooms":"1","price":"167000","area":"500"} , +{"type":"Feature","id":"n8349629576","geometry":{"type":"Point","coordinates":[-0.1575956,51.4938781]},"properties":{"@type":"node","@id":8349629576,"@timestamp":1611330835},"coords":"51.4938781,-0.1575956","bedrooms":"3","price":"239000","area":"494"} , +{"type":"Feature","id":"n8349713250","geometry":{"type":"Point","coordinates":[0.0291068,51.5257949]},"properties":{"@type":"node","@id":8349713250,"@timestamp":1611333898},"coords":"51.5257949,0.0291068","bedrooms":"3","price":"238000","area":"600"} , +{"type":"Feature","id":"n8349713272","geometry":{"type":"Point","coordinates":[0.028732,51.5265482]},"properties":{"@type":"node","@id":8349713272,"@timestamp":1611333898},"coords":"51.5265482,0.028732","bedrooms":"3","price":"175000","area":"418"} , +{"type":"Feature","id":"n8349713294","geometry":{"type":"Point","coordinates":[0.0289779,51.5261652]},"properties":{"@type":"node","@id":8349713294,"@timestamp":1611333898},"coords":"51.5261652,0.0289779","bedrooms":"0","price":"260000","area":"416"} , +{"type":"Feature","id":"n8349810548","geometry":{"type":"Point","coordinates":[-0.1075427,51.4745722]},"properties":{"@type":"node","@id":8349810548,"@timestamp":1611335699},"coords":"51.4745722,-0.1075427","bedrooms":"2","price":"210000","area":"473"} , +{"type":"Feature","id":"n8349831185","geometry":{"type":"Point","coordinates":[0.176028,51.3957822]},"properties":{"@type":"node","@id":8349831185,"@timestamp":1611336510},"coords":"51.3957822,0.176028","bedrooms":"1","price":"209000","area":"383"} , +{"type":"Feature","id":"n8350155070","geometry":{"type":"Point","coordinates":[0.2005636,51.5119779]},"properties":{"@type":"node","@id":8350155070,"@timestamp":1611344524},"coords":"51.5119779,0.2005636","bedrooms":"4","price":"188000","area":"360"} , +{"type":"Feature","id":"n8350209880","geometry":{"type":"Point","coordinates":[0.0260662,51.5098937]},"properties":{"@type":"node","@id":8350209880,"@timestamp":1611348383},"coords":"51.5098937,0.0260662","bedrooms":"4","price":"221000","area":"653"} , +{"type":"Feature","id":"n8350209903","geometry":{"type":"Point","coordinates":[0.0261296,51.5100105]},"properties":{"@type":"node","@id":8350209903,"@timestamp":1611348383},"coords":"51.5100105,0.0261296","bedrooms":"4","price":"296000","area":"546"} , +{"type":"Feature","id":"n8350274572","geometry":{"type":"Point","coordinates":[-0.4276533,51.8717671]},"properties":{"@type":"node","@id":8350274572,"@timestamp":1611349172},"coords":"51.8717671,-0.4276533","bedrooms":"3","price":"188000","area":"551"} , +{"type":"Feature","id":"n8350274582","geometry":{"type":"Point","coordinates":[-0.4403331,51.8721803]},"properties":{"@type":"node","@id":8350274582,"@timestamp":1611349172},"coords":"51.8721803,-0.4403331","bedrooms":"1","price":"164000","area":"611"} , +{"type":"Feature","id":"n8350274592","geometry":{"type":"Point","coordinates":[-0.4403446,51.8724427]},"properties":{"@type":"node","@id":8350274592,"@timestamp":1611349172},"coords":"51.8724427,-0.4403446","bedrooms":"4","price":"282000","area":"480"} , +{"type":"Feature","id":"n8350274602","geometry":{"type":"Point","coordinates":[-0.439848,51.8725604]},"properties":{"@type":"node","@id":8350274602,"@timestamp":1611349172},"coords":"51.8725604,-0.439848","bedrooms":"3","price":"244000","area":"502"} , +{"type":"Feature","id":"n8350274612","geometry":{"type":"Point","coordinates":[-0.4405389,51.8728765]},"properties":{"@type":"node","@id":8350274612,"@timestamp":1611349172},"coords":"51.8728765,-0.4405389","bedrooms":"1","price":"192000","area":"522"} , +{"type":"Feature","id":"n8350280723","geometry":{"type":"Point","coordinates":[-0.4409774,51.8733155]},"properties":{"@type":"node","@id":8350280723,"@timestamp":1611349172},"coords":"51.8733155,-0.4409774","bedrooms":"4","price":"266000","area":"401"} , +{"type":"Feature","id":"n8350280733","geometry":{"type":"Point","coordinates":[-0.4411895,51.8728366]},"properties":{"@type":"node","@id":8350280733,"@timestamp":1611349172},"coords":"51.8728366,-0.4411895","bedrooms":"4","price":"209000","area":"515"} , +{"type":"Feature","id":"n8350280743","geometry":{"type":"Point","coordinates":[-0.4426048,51.8742332]},"properties":{"@type":"node","@id":8350280743,"@timestamp":1611349172},"coords":"51.8742332,-0.4426048","bedrooms":"2","price":"163000","area":"603"} , +{"type":"Feature","id":"n8350486778","geometry":{"type":"Point","coordinates":[-0.4448556,51.8769131]},"properties":{"@type":"node","@id":8350486778,"@timestamp":1611351839},"coords":"51.8769131,-0.4448556","bedrooms":"2","price":"277000","area":"431"} , +{"type":"Feature","id":"n8350486790","geometry":{"type":"Point","coordinates":[-0.4325388,51.8749414]},"properties":{"@type":"node","@id":8350486790,"@timestamp":1611351839},"coords":"51.8749414,-0.4325388","bedrooms":"0","price":"250000","area":"624"} , +{"type":"Feature","id":"n8350486804","geometry":{"type":"Point","coordinates":[-0.4338574,51.8740488]},"properties":{"@type":"node","@id":8350486804,"@timestamp":1611351839},"coords":"51.8740488,-0.4338574","bedrooms":"3","price":"199000","area":"447"} , +{"type":"Feature","id":"n8350486814","geometry":{"type":"Point","coordinates":[-0.4366737,51.8750311]},"properties":{"@type":"node","@id":8350486814,"@timestamp":1611351839},"coords":"51.8750311,-0.4366737","bedrooms":"0","price":"193000","area":"584"} , +{"type":"Feature","id":"n8350498820","geometry":{"type":"Point","coordinates":[-0.437495,51.8759488]},"properties":{"@type":"node","@id":8350498820,"@timestamp":1611351839},"coords":"51.8759488,-0.437495","bedrooms":"0","price":"291000","area":"592"} , +{"type":"Feature","id":"n8353515612","geometry":{"type":"Point","coordinates":[0.0232747,51.5085589]},"properties":{"@type":"node","@id":8353515612,"@timestamp":1611363310},"coords":"51.5085589,0.0232747","bedrooms":"1","price":"259000","area":"615"} , +{"type":"Feature","id":"n8353898638","geometry":{"type":"Point","coordinates":[-0.1569703,51.4929091]},"properties":{"@type":"node","@id":8353898638,"@timestamp":1611381147},"coords":"51.4929091,-0.1569703","bedrooms":"2","price":"190000","area":"576"} , +{"type":"Feature","id":"n8354339731","geometry":{"type":"Point","coordinates":[-0.156619,51.4926751]},"properties":{"@type":"node","@id":8354339731,"@timestamp":1611399299},"coords":"51.4926751,-0.156619","bedrooms":"0","price":"151000","area":"493"} , +{"type":"Feature","id":"n8354345253","geometry":{"type":"Point","coordinates":[-0.1554391,51.4924512]},"properties":{"@type":"node","@id":8354345253,"@timestamp":1611399299},"coords":"51.4924512,-0.1554391","bedrooms":"3","price":"205000","area":"490"} , +{"type":"Feature","id":"n8354458742","geometry":{"type":"Point","coordinates":[-0.0293756,51.6016808]},"properties":{"@type":"node","@id":8354458742,"@timestamp":1611402315},"coords":"51.6016808,-0.0293756","bedrooms":"1","price":"280000","area":"446"} , +{"type":"Feature","id":"n8354587629","geometry":{"type":"Point","coordinates":[-1.086,51.9772372]},"properties":{"@type":"node","@id":8354587629,"@timestamp":1611402531},"coords":"51.9772372,-1.086","bedrooms":"3","price":"200000","area":"441"} , +{"type":"Feature","id":"n8354658068","geometry":{"type":"Point","coordinates":[-0.1568696,51.4919059]},"properties":{"@type":"node","@id":8354658068,"@timestamp":1611405115},"coords":"51.4919059,-0.1568696","bedrooms":"0","price":"285000","area":"411"} , +{"type":"Feature","id":"n8354658078","geometry":{"type":"Point","coordinates":[-0.1566687,51.4911812]},"properties":{"@type":"node","@id":8354658078,"@timestamp":1611405115},"coords":"51.4911812,-0.1566687","bedrooms":"4","price":"235000","area":"535"} , +{"type":"Feature","id":"n8354660650","geometry":{"type":"Point","coordinates":[-0.1910799,51.460522]},"properties":{"@type":"node","@id":8354660650,"@timestamp":1635103487},"coords":"51.460522,-0.1910799","bedrooms":"3","price":"278000","area":"531"} , +{"type":"Feature","id":"n8354726137","geometry":{"type":"Point","coordinates":[-0.0785827,51.7958511]},"properties":{"@type":"node","@id":8354726137,"@timestamp":1611407199},"coords":"51.7958511,-0.0785827","bedrooms":"4","price":"210000","area":"443"} , +{"type":"Feature","id":"n8354769344","geometry":{"type":"Point","coordinates":[-0.1438126,51.4960491]},"properties":{"@type":"node","@id":8354769344,"@timestamp":1611409134},"coords":"51.4960491,-0.1438126","bedrooms":"4","price":"166000","area":"536"} , +{"type":"Feature","id":"n8354779715","geometry":{"type":"Point","coordinates":[0.0354222,51.5094313]},"properties":{"@type":"node","@id":8354779715,"@timestamp":1611409610},"coords":"51.5094313,0.0354222","bedrooms":"3","price":"280000","area":"689"} , +{"type":"Feature","id":"n8354781829","geometry":{"type":"Point","coordinates":[0.0374426,51.5094493]},"properties":{"@type":"node","@id":8354781829,"@timestamp":1611509564},"coords":"51.5094493,0.0374426","bedrooms":"3","price":"236000","area":"679"} , +{"type":"Feature","id":"n8354781876","geometry":{"type":"Point","coordinates":[0.0337325,51.5098818]},"properties":{"@type":"node","@id":8354781876,"@timestamp":1611409610},"coords":"51.5098818,0.0337325","bedrooms":"2","price":"231000","area":"437"} , +{"type":"Feature","id":"n8354844835","geometry":{"type":"Point","coordinates":[-0.2652432,51.3550747]},"properties":{"@type":"node","@id":8354844835,"@timestamp":1611411879},"coords":"51.3550747,-0.2652432","bedrooms":"3","price":"256000","area":"536"} , +{"type":"Feature","id":"n8354845928","geometry":{"type":"Point","coordinates":[0.0066714,51.6322775]},"properties":{"@type":"node","@id":8354845928,"@timestamp":1611411253},"coords":"51.6322775,0.0066714","bedrooms":"2","price":"158000","area":"508"} , +{"type":"Feature","id":"n8354864136","geometry":{"type":"Point","coordinates":[0.0614825,51.4750373]},"properties":{"@type":"node","@id":8354864136,"@timestamp":1611411553},"coords":"51.4750373,0.0614825","bedrooms":"1","price":"161000","area":"532"} , +{"type":"Feature","id":"n8354864146","geometry":{"type":"Point","coordinates":[0.0613332,51.4750919]},"properties":{"@type":"node","@id":8354864146,"@timestamp":1611411553},"coords":"51.4750919,0.0613332","bedrooms":"1","price":"182000","area":"627"} , +{"type":"Feature","id":"n8354864156","geometry":{"type":"Point","coordinates":[0.0614315,51.4752069]},"properties":{"@type":"node","@id":8354864156,"@timestamp":1611411553},"coords":"51.4752069,0.0614315","bedrooms":"0","price":"224000","area":"650"} , +{"type":"Feature","id":"n8354909651","geometry":{"type":"Point","coordinates":[0.882784,51.8768992]},"properties":{"@type":"node","@id":8354909651,"@timestamp":1611412671},"coords":"51.8768992,0.882784","bedrooms":"2","price":"236000","area":"674"} , +{"type":"Feature","id":"n8354941045","geometry":{"type":"Point","coordinates":[-0.1708272,51.9297069]},"properties":{"@type":"node","@id":8354941045,"@timestamp":1611413982},"coords":"51.9297069,-0.1708272","bedrooms":"0","price":"197000","area":"474"} , +{"type":"Feature","id":"n8354941061","geometry":{"type":"Point","coordinates":[-0.1685972,51.9294455]},"properties":{"@type":"node","@id":8354941061,"@timestamp":1612014313},"coords":"51.9294455,-0.1685972","bedrooms":"0","price":"237000","area":"355"} , +{"type":"Feature","id":"n8354941083","geometry":{"type":"Point","coordinates":[-0.1806414,51.9298227]},"properties":{"@type":"node","@id":8354941083,"@timestamp":1611413982},"coords":"51.9298227,-0.1806414","bedrooms":"0","price":"203000","area":"610"} , +{"type":"Feature","id":"n8354941099","geometry":{"type":"Point","coordinates":[-0.1856558,51.9220064]},"properties":{"@type":"node","@id":8354941099,"@timestamp":1611413982},"coords":"51.9220064,-0.1856558","bedrooms":"4","price":"209000","area":"602"} , +{"type":"Feature","id":"n8354941109","geometry":{"type":"Point","coordinates":[-0.1789945,51.9260243]},"properties":{"@type":"node","@id":8354941109,"@timestamp":1611413982},"coords":"51.9260243,-0.1789945","bedrooms":"0","price":"204000","area":"367"} , +{"type":"Feature","id":"n8354946819","geometry":{"type":"Point","coordinates":[-0.1859213,51.9163553]},"properties":{"@type":"node","@id":8354946819,"@timestamp":1611413982},"coords":"51.9163553,-0.1859213","bedrooms":"2","price":"235000","area":"366"} , +{"type":"Feature","id":"n8354946829","geometry":{"type":"Point","coordinates":[-0.1718867,51.9090662]},"properties":{"@type":"node","@id":8354946829,"@timestamp":1611413982},"coords":"51.9090662,-0.1718867","bedrooms":"1","price":"181000","area":"693"} , +{"type":"Feature","id":"n8354946840","geometry":{"type":"Point","coordinates":[-0.1677735,51.907186]},"properties":{"@type":"node","@id":8354946840,"@timestamp":1611413982},"coords":"51.907186,-0.1677735","bedrooms":"3","price":"163000","area":"680"} , +{"type":"Feature","id":"n8354946854","geometry":{"type":"Point","coordinates":[-0.1717704,51.8975205]},"properties":{"@type":"node","@id":8354946854,"@timestamp":1611413982},"coords":"51.8975205,-0.1717704","bedrooms":"0","price":"258000","area":"384"} , +{"type":"Feature","id":"n8354946871","geometry":{"type":"Point","coordinates":[-0.1685293,51.8939447]},"properties":{"@type":"node","@id":8354946871,"@timestamp":1611413982},"coords":"51.8939447,-0.1685293","bedrooms":"0","price":"167000","area":"507"} , +{"type":"Feature","id":"n8355004739","geometry":{"type":"Point","coordinates":[-0.0036358,51.6096354]},"properties":{"@type":"node","@id":8355004739,"@timestamp":1611416011},"coords":"51.6096354,-0.0036358","bedrooms":"4","price":"274000","area":"535"} , +{"type":"Feature","id":"n8355011151","geometry":{"type":"Point","coordinates":[-0.2135464,51.8069366]},"properties":{"@type":"node","@id":8355011151,"@timestamp":1611416276},"coords":"51.8069366,-0.2135464","bedrooms":"2","price":"183000","area":"424"} , +{"type":"Feature","id":"n8355011161","geometry":{"type":"Point","coordinates":[-0.2081642,51.8091363]},"properties":{"@type":"node","@id":8355011161,"@timestamp":1611416276},"coords":"51.8091363,-0.2081642","bedrooms":"1","price":"180000","area":"441"} , +{"type":"Feature","id":"n8355011173","geometry":{"type":"Point","coordinates":[-0.2089186,51.8076628]},"properties":{"@type":"node","@id":8355011173,"@timestamp":1611416276},"coords":"51.8076628,-0.2089186","bedrooms":"0","price":"265000","area":"478"} , +{"type":"Feature","id":"n8355011185","geometry":{"type":"Point","coordinates":[-0.2103771,51.8092972]},"properties":{"@type":"node","@id":8355011185,"@timestamp":1611416276},"coords":"51.8092972,-0.2103771","bedrooms":"2","price":"297000","area":"432"} , +{"type":"Feature","id":"n8355011195","geometry":{"type":"Point","coordinates":[-0.211757,51.8082167]},"properties":{"@type":"node","@id":8355011195,"@timestamp":1611416276},"coords":"51.8082167,-0.211757","bedrooms":"1","price":"210000","area":"432"} , +{"type":"Feature","id":"n8355011206","geometry":{"type":"Point","coordinates":[-0.2099345,51.8091678]},"properties":{"@type":"node","@id":8355011206,"@timestamp":1611416276},"coords":"51.8091678,-0.2099345","bedrooms":"2","price":"229000","area":"588"} , +{"type":"Feature","id":"n8355127938","geometry":{"type":"Point","coordinates":[-0.3370423,51.4123355]},"properties":{"@type":"node","@id":8355127938,"@timestamp":1611419573},"coords":"51.4123355,-0.3370423","bedrooms":"0","price":"299000","area":"621"} , +{"type":"Feature","id":"n8355197015","geometry":{"type":"Point","coordinates":[0.1075426,51.5195342]},"properties":{"@type":"node","@id":8355197015,"@timestamp":1611421453},"coords":"51.5195342,0.1075426","bedrooms":"2","price":"207000","area":"527"} , +{"type":"Feature","id":"n8355214946","geometry":{"type":"Point","coordinates":[-0.2447836,51.375065]},"properties":{"@type":"node","@id":8355214946,"@timestamp":1611421666},"coords":"51.375065,-0.2447836","bedrooms":"4","price":"169000","area":"457"} , +{"type":"Feature","id":"n8355214956","geometry":{"type":"Point","coordinates":[-0.2660502,51.3702172]},"properties":{"@type":"node","@id":8355214956,"@timestamp":1611421666},"coords":"51.3702172,-0.2660502","bedrooms":"1","price":"215000","area":"584"} , +{"type":"Feature","id":"n8355223384","geometry":{"type":"Point","coordinates":[0.1039263,51.5237662]},"properties":{"@type":"node","@id":8355223384,"@timestamp":1611421801},"coords":"51.5237662,0.1039263","bedrooms":"2","price":"298000","area":"428"} , +{"type":"Feature","id":"n8355241938","geometry":{"type":"Point","coordinates":[-0.2093518,51.8079365]},"properties":{"@type":"node","@id":8355241938,"@timestamp":1611422773},"coords":"51.8079365,-0.2093518","bedrooms":"4","price":"298000","area":"380"} , +{"type":"Feature","id":"n8355241948","geometry":{"type":"Point","coordinates":[-0.2096106,51.8077773]},"properties":{"@type":"node","@id":8355241948,"@timestamp":1611422773},"coords":"51.8077773,-0.2096106","bedrooms":"1","price":"182000","area":"604"} , +{"type":"Feature","id":"n8355241958","geometry":{"type":"Point","coordinates":[-0.2074206,51.8072607]},"properties":{"@type":"node","@id":8355241958,"@timestamp":1611422773},"coords":"51.8072607,-0.2074206","bedrooms":"4","price":"244000","area":"628"} , +{"type":"Feature","id":"n8355241968","geometry":{"type":"Point","coordinates":[-0.2091493,51.8076429]},"properties":{"@type":"node","@id":8355241968,"@timestamp":1611422773},"coords":"51.8076429,-0.2091493","bedrooms":"3","price":"189000","area":"574"} , +{"type":"Feature","id":"n8355241978","geometry":{"type":"Point","coordinates":[-0.2110523,51.807072]},"properties":{"@type":"node","@id":8355241978,"@timestamp":1611422773},"coords":"51.807072,-0.2110523","bedrooms":"1","price":"229000","area":"553"} , +{"type":"Feature","id":"n8355241988","geometry":{"type":"Point","coordinates":[-0.2133523,51.8064095]},"properties":{"@type":"node","@id":8355241988,"@timestamp":1611422773},"coords":"51.8064095,-0.2133523","bedrooms":"1","price":"243000","area":"359"} , +{"type":"Feature","id":"n8355242001","geometry":{"type":"Point","coordinates":[-0.2147055,51.8058937]},"properties":{"@type":"node","@id":8355242001,"@timestamp":1611422773},"coords":"51.8058937,-0.2147055","bedrooms":"0","price":"184000","area":"673"} , +{"type":"Feature","id":"n8355242011","geometry":{"type":"Point","coordinates":[-0.2129084,51.8068386]},"properties":{"@type":"node","@id":8355242011,"@timestamp":1611422773},"coords":"51.8068386,-0.2129084","bedrooms":"1","price":"162000","area":"466"} , +{"type":"Feature","id":"n8355273520","geometry":{"type":"Point","coordinates":[-0.2101571,51.8091873]},"properties":{"@type":"node","@id":8355273520,"@timestamp":1611422773},"coords":"51.8091873,-0.2101571","bedrooms":"1","price":"174000","area":"400"} , +{"type":"Feature","id":"n8355278004","geometry":{"type":"Point","coordinates":[-0.049039,51.5543348]},"properties":{"@type":"node","@id":8355278004,"@timestamp":1621161861},"coords":"51.5543348,-0.049039","bedrooms":"3","price":"173000","area":"389"} , +{"type":"Feature","id":"n8355453799","geometry":{"type":"Point","coordinates":[-0.2130862,51.4378718]},"properties":{"@type":"node","@id":8355453799,"@timestamp":1611427125},"coords":"51.4378718,-0.2130862","bedrooms":"4","price":"276000","area":"551"} , +{"type":"Feature","id":"n8355498641","geometry":{"type":"Point","coordinates":[-0.216803,51.4385132]},"properties":{"@type":"node","@id":8355498641,"@timestamp":1617377658},"coords":"51.4385132,-0.216803","bedrooms":"3","price":"228000","area":"560"} , +{"type":"Feature","id":"n8355507627","geometry":{"type":"Point","coordinates":[-0.0787106,51.7955479]},"properties":{"@type":"node","@id":8355507627,"@timestamp":1611427390},"coords":"51.7955479,-0.0787106","bedrooms":"4","price":"214000","area":"438"} , +{"type":"Feature","id":"n8355548032","geometry":{"type":"Point","coordinates":[-0.3076165,51.4606137]},"properties":{"@type":"node","@id":8355548032,"@timestamp":1611429020},"coords":"51.4606137,-0.3076165","bedrooms":"4","price":"195000","area":"669"} , +{"type":"Feature","id":"n8355660847","geometry":{"type":"Point","coordinates":[-0.2068506,51.8089112]},"properties":{"@type":"node","@id":8355660847,"@timestamp":1611431792},"coords":"51.8089112,-0.2068506","bedrooms":"3","price":"169000","area":"543"} , +{"type":"Feature","id":"n8355660857","geometry":{"type":"Point","coordinates":[-0.2061925,51.8081373]},"properties":{"@type":"node","@id":8355660857,"@timestamp":1611431792},"coords":"51.8081373,-0.2061925","bedrooms":"3","price":"177000","area":"546"} , +{"type":"Feature","id":"n8355660867","geometry":{"type":"Point","coordinates":[-0.2064979,51.8083196]},"properties":{"@type":"node","@id":8355660867,"@timestamp":1611431792},"coords":"51.8083196,-0.2064979","bedrooms":"2","price":"241000","area":"569"} , +{"type":"Feature","id":"n8355660877","geometry":{"type":"Point","coordinates":[-0.2074018,51.8091761]},"properties":{"@type":"node","@id":8355660877,"@timestamp":1611431792},"coords":"51.8091761,-0.2074018","bedrooms":"0","price":"280000","area":"436"} , +{"type":"Feature","id":"n8355660887","geometry":{"type":"Point","coordinates":[-0.2070042,51.8088084]},"properties":{"@type":"node","@id":8355660887,"@timestamp":1611431792},"coords":"51.8088084,-0.2070042","bedrooms":"4","price":"265000","area":"413"} , +{"type":"Feature","id":"n8355910926","geometry":{"type":"Point","coordinates":[-0.8801006,51.1893494]},"properties":{"@type":"node","@id":8355910926,"@timestamp":1611438786},"coords":"51.1893494,-0.8801006","bedrooms":"1","price":"262000","area":"614"} , +{"type":"Feature","id":"n8355911490","geometry":{"type":"Point","coordinates":[0.0928513,51.7768666]},"properties":{"@type":"node","@id":8355911490,"@timestamp":1611439636},"coords":"51.7768666,0.0928513","bedrooms":"1","price":"167000","area":"584"} , +{"type":"Feature","id":"n8355914300","geometry":{"type":"Point","coordinates":[0.2959584,51.2062437]},"properties":{"@type":"node","@id":8355914300,"@timestamp":1619425131},"coords":"51.2062437,0.2959584","bedrooms":"3","price":"270000","area":"432"} , +{"type":"Feature","id":"n8355996324","geometry":{"type":"Point","coordinates":[0.2972274,51.206319]},"properties":{"@type":"node","@id":8355996324,"@timestamp":1619425131},"coords":"51.206319,0.2972274","bedrooms":"2","price":"203000","area":"689"} , +{"type":"Feature","id":"n8355996355","geometry":{"type":"Point","coordinates":[0.2986749,51.2060006]},"properties":{"@type":"node","@id":8355996355,"@timestamp":1619425131},"coords":"51.2060006,0.2986749","bedrooms":"1","price":"228000","area":"434"} , +{"type":"Feature","id":"n8355996365","geometry":{"type":"Point","coordinates":[0.2975118,51.205899]},"properties":{"@type":"node","@id":8355996365,"@timestamp":1619425131},"coords":"51.205899,0.2975118","bedrooms":"3","price":"237000","area":"435"} , +{"type":"Feature","id":"n8355996375","geometry":{"type":"Point","coordinates":[0.2999575,51.2054848]},"properties":{"@type":"node","@id":8355996375,"@timestamp":1619425131},"coords":"51.2054848,0.2999575","bedrooms":"4","price":"178000","area":"574"} , +{"type":"Feature","id":"n8355996385","geometry":{"type":"Point","coordinates":[0.301495,51.2057762]},"properties":{"@type":"node","@id":8355996385,"@timestamp":1619425131},"coords":"51.2057762,0.301495","bedrooms":"0","price":"288000","area":"500"} , +{"type":"Feature","id":"n8355996395","geometry":{"type":"Point","coordinates":[0.3012155,51.2067144]},"properties":{"@type":"node","@id":8355996395,"@timestamp":1619425131},"coords":"51.2067144,0.3012155","bedrooms":"4","price":"175000","area":"586"} , +{"type":"Feature","id":"n8355996408","geometry":{"type":"Point","coordinates":[0.2998603,51.2063502]},"properties":{"@type":"node","@id":8355996408,"@timestamp":1619425131},"coords":"51.2063502,0.2998603","bedrooms":"0","price":"293000","area":"574"} , +{"type":"Feature","id":"n8356045996","geometry":{"type":"Point","coordinates":[-0.3283289,51.4129854]},"properties":{"@type":"node","@id":8356045996,"@timestamp":1611442724},"coords":"51.4129854,-0.3283289","bedrooms":"4","price":"257000","area":"662"} , +{"type":"Feature","id":"n8356084424","geometry":{"type":"Point","coordinates":[0.2997421,51.2078623]},"properties":{"@type":"node","@id":8356084424,"@timestamp":1619425131},"coords":"51.2078623,0.2997421","bedrooms":"2","price":"191000","area":"401"} , +{"type":"Feature","id":"n8356084434","geometry":{"type":"Point","coordinates":[0.2970399,51.2077715]},"properties":{"@type":"node","@id":8356084434,"@timestamp":1619425131},"coords":"51.2077715,0.2970399","bedrooms":"1","price":"187000","area":"396"} , +{"type":"Feature","id":"n8356084444","geometry":{"type":"Point","coordinates":[0.2950143,51.2079464]},"properties":{"@type":"node","@id":8356084444,"@timestamp":1619425131},"coords":"51.2079464,0.2950143","bedrooms":"0","price":"187000","area":"383"} , +{"type":"Feature","id":"n8356084454","geometry":{"type":"Point","coordinates":[0.2943709,51.207889]},"properties":{"@type":"node","@id":8356084454,"@timestamp":1619425131},"coords":"51.207889,0.2943709","bedrooms":"3","price":"155000","area":"361"} , +{"type":"Feature","id":"n8356084464","geometry":{"type":"Point","coordinates":[0.2955249,51.2071621]},"properties":{"@type":"node","@id":8356084464,"@timestamp":1619425131},"coords":"51.2071621,0.2955249","bedrooms":"1","price":"170000","area":"571"} , +{"type":"Feature","id":"n8356084486","geometry":{"type":"Point","coordinates":[0.2929297,51.2068423]},"properties":{"@type":"node","@id":8356084486,"@timestamp":1619425131},"coords":"51.2068423,0.2929297","bedrooms":"1","price":"294000","area":"591"} , +{"type":"Feature","id":"n8356140985","geometry":{"type":"Point","coordinates":[0.0928982,51.7770067]},"properties":{"@type":"node","@id":8356140985,"@timestamp":1611446980},"coords":"51.7770067,0.0928982","bedrooms":"0","price":"232000","area":"478"} , +{"type":"Feature","id":"n8356173035","geometry":{"type":"Point","coordinates":[-0.306661,51.4825046]},"properties":{"@type":"node","@id":8356173035,"@timestamp":1611447169},"coords":"51.4825046,-0.306661","bedrooms":"2","price":"203000","area":"376"} , +{"type":"Feature","id":"n8356432884","geometry":{"type":"Point","coordinates":[-0.156138,51.4911036]},"properties":{"@type":"node","@id":8356432884,"@timestamp":1611462550},"coords":"51.4911036,-0.156138","bedrooms":"4","price":"196000","area":"572"} , +{"type":"Feature","id":"n8356432972","geometry":{"type":"Point","coordinates":[-0.1565837,51.4906872]},"properties":{"@type":"node","@id":8356432972,"@timestamp":1611462550},"coords":"51.4906872,-0.1565837","bedrooms":"1","price":"151000","area":"666"} , +{"type":"Feature","id":"n8356467711","geometry":{"type":"Point","coordinates":[0.2016558,51.5144602]},"properties":{"@type":"node","@id":8356467711,"@timestamp":1611465705},"coords":"51.5144602,0.2016558","bedrooms":"4","price":"189000","area":"362"} , +{"type":"Feature","id":"n8356642776","geometry":{"type":"Point","coordinates":[-0.1561429,51.4899695]},"properties":{"@type":"node","@id":8356642776,"@timestamp":1611474051},"coords":"51.4899695,-0.1561429","bedrooms":"3","price":"288000","area":"607"} , +{"type":"Feature","id":"n8357300012","geometry":{"type":"Point","coordinates":[0.1470709,51.8138237]},"properties":{"@type":"node","@id":8357300012,"@timestamp":1617983314},"coords":"51.8138237,0.1470709","bedrooms":"2","price":"261000","area":"527"} , +{"type":"Feature","id":"n8357345508","geometry":{"type":"Point","coordinates":[-0.0791094,51.7946917]},"properties":{"@type":"node","@id":8357345508,"@timestamp":1611496477},"coords":"51.7946917,-0.0791094","bedrooms":"2","price":"217000","area":"389"} , +{"type":"Feature","id":"n8357355022","geometry":{"type":"Point","coordinates":[-0.0797669,51.7947357]},"properties":{"@type":"node","@id":8357355022,"@timestamp":1611496477},"coords":"51.7947357,-0.0797669","bedrooms":"4","price":"244000","area":"443"} , +{"type":"Feature","id":"n8357355082","geometry":{"type":"Point","coordinates":[-0.080296,51.7951483]},"properties":{"@type":"node","@id":8357355082,"@timestamp":1611496477},"coords":"51.7951483,-0.080296","bedrooms":"4","price":"199000","area":"649"} , +{"type":"Feature","id":"n8357495944","geometry":{"type":"Point","coordinates":[-0.3128871,51.4843866]},"properties":{"@type":"node","@id":8357495944,"@timestamp":1611501054},"coords":"51.4843866,-0.3128871","bedrooms":"3","price":"290000","area":"501"} , +{"type":"Feature","id":"n8357495954","geometry":{"type":"Point","coordinates":[-0.3135154,51.4848693]},"properties":{"@type":"node","@id":8357495954,"@timestamp":1611501054},"coords":"51.4848693,-0.3135154","bedrooms":"0","price":"208000","area":"594"} , +{"type":"Feature","id":"n8357495967","geometry":{"type":"Point","coordinates":[-0.3181207,51.486861]},"properties":{"@type":"node","@id":8357495967,"@timestamp":1611501054},"coords":"51.486861,-0.3181207","bedrooms":"1","price":"225000","area":"662"} , +{"type":"Feature","id":"n8357528915","geometry":{"type":"Point","coordinates":[-0.4281784,51.8721293]},"properties":{"@type":"node","@id":8357528915,"@timestamp":1611503460},"coords":"51.8721293,-0.4281784","bedrooms":"2","price":"280000","area":"394"} , +{"type":"Feature","id":"n8357551622","geometry":{"type":"Point","coordinates":[-0.2169786,51.9174191]},"properties":{"@type":"node","@id":8357551622,"@timestamp":1611502057},"coords":"51.9174191,-0.2169786","bedrooms":"3","price":"255000","area":"402"} , +{"type":"Feature","id":"n8357551635","geometry":{"type":"Point","coordinates":[-0.2067138,51.9365156]},"properties":{"@type":"node","@id":8357551635,"@timestamp":1611502057},"coords":"51.9365156,-0.2067138","bedrooms":"2","price":"296000","area":"651"} , +{"type":"Feature","id":"n8357551650","geometry":{"type":"Point","coordinates":[-0.2179912,51.9243504]},"properties":{"@type":"node","@id":8357551650,"@timestamp":1611502057},"coords":"51.9243504,-0.2179912","bedrooms":"0","price":"271000","area":"475"} , +{"type":"Feature","id":"n8357551661","geometry":{"type":"Point","coordinates":[-0.2270249,51.9149523]},"properties":{"@type":"node","@id":8357551661,"@timestamp":1611502057},"coords":"51.9149523,-0.2270249","bedrooms":"4","price":"178000","area":"534"} , +{"type":"Feature","id":"n8357551671","geometry":{"type":"Point","coordinates":[-0.1937072,51.9055941]},"properties":{"@type":"node","@id":8357551671,"@timestamp":1631381590},"coords":"51.9055941,-0.1937072","bedrooms":"3","price":"212000","area":"639"} , +{"type":"Feature","id":"n8357612119","geometry":{"type":"Point","coordinates":[-0.4324619,51.8704373]},"properties":{"@type":"node","@id":8357612119,"@timestamp":1611503460},"coords":"51.8704373,-0.4324619","bedrooms":"0","price":"164000","area":"664"} , +{"type":"Feature","id":"n8357612134","geometry":{"type":"Point","coordinates":[-0.4427694,51.8772638]},"properties":{"@type":"node","@id":8357612134,"@timestamp":1611503460},"coords":"51.8772638,-0.4427694","bedrooms":"1","price":"172000","area":"524"} , +{"type":"Feature","id":"n8357612145","geometry":{"type":"Point","coordinates":[-0.4482571,51.8789334]},"properties":{"@type":"node","@id":8357612145,"@timestamp":1611503460},"coords":"51.8789334,-0.4482571","bedrooms":"0","price":"197000","area":"432"} , +{"type":"Feature","id":"n8357612156","geometry":{"type":"Point","coordinates":[-0.4426654,51.8800776]},"properties":{"@type":"node","@id":8357612156,"@timestamp":1611503460},"coords":"51.8800776,-0.4426654","bedrooms":"3","price":"163000","area":"566"} , +{"type":"Feature","id":"n8357692214","geometry":{"type":"Point","coordinates":[0.1088904,51.7797628]},"properties":{"@type":"node","@id":8357692214,"@timestamp":1611506017},"coords":"51.7797628,0.1088904","bedrooms":"3","price":"283000","area":"657"} , +{"type":"Feature","id":"n8357798597","geometry":{"type":"Point","coordinates":[-0.4295813,51.877524]},"properties":{"@type":"node","@id":8357798597,"@timestamp":1611508980},"coords":"51.877524,-0.4295813","bedrooms":"2","price":"244000","area":"519"} , +{"type":"Feature","id":"n8357976997","geometry":{"type":"Point","coordinates":[0.0407874,51.5106037]},"properties":{"@type":"node","@id":8357976997,"@timestamp":1611510022},"coords":"51.5106037,0.0407874","bedrooms":"4","price":"226000","area":"510"} , +{"type":"Feature","id":"n8358208924","geometry":{"type":"Point","coordinates":[0.042303,51.5077534]},"properties":{"@type":"node","@id":8358208924,"@timestamp":1611511043},"coords":"51.5077534,0.042303","bedrooms":"3","price":"273000","area":"464"} , +{"type":"Feature","id":"n8358241270","geometry":{"type":"Point","coordinates":[-0.3401216,51.4116924]},"properties":{"@type":"node","@id":8358241270,"@timestamp":1611512104},"coords":"51.4116924,-0.3401216","bedrooms":"0","price":"280000","area":"549"} , +{"type":"Feature","id":"n8358524099","geometry":{"type":"Point","coordinates":[-0.4143988,51.8637221]},"properties":{"@type":"node","@id":8358524099,"@timestamp":1611518219},"coords":"51.8637221,-0.4143988","bedrooms":"2","price":"248000","area":"682"} , +{"type":"Feature","id":"n8358632197","geometry":{"type":"Point","coordinates":[-0.4390291,51.8806133]},"properties":{"@type":"node","@id":8358632197,"@timestamp":1611520437},"coords":"51.8806133,-0.4390291","bedrooms":"2","price":"167000","area":"619"} , +{"type":"Feature","id":"n8358632207","geometry":{"type":"Point","coordinates":[-0.4301057,51.8795462]},"properties":{"@type":"node","@id":8358632207,"@timestamp":1611520437},"coords":"51.8795462,-0.4301057","bedrooms":"1","price":"152000","area":"395"} , +{"type":"Feature","id":"n8358634834","geometry":{"type":"Point","coordinates":[-0.4304711,51.8809932]},"properties":{"@type":"node","@id":8358634834,"@timestamp":1611520437},"coords":"51.8809932,-0.4304711","bedrooms":"0","price":"239000","area":"594"} , +{"type":"Feature","id":"n8358634844","geometry":{"type":"Point","coordinates":[-0.4313797,51.8813878]},"properties":{"@type":"node","@id":8358634844,"@timestamp":1611520437},"coords":"51.8813878,-0.4313797","bedrooms":"3","price":"257000","area":"524"} , +{"type":"Feature","id":"n8358634858","geometry":{"type":"Point","coordinates":[-0.4343036,51.881719]},"properties":{"@type":"node","@id":8358634858,"@timestamp":1611520437},"coords":"51.881719,-0.4343036","bedrooms":"2","price":"260000","area":"612"} , +{"type":"Feature","id":"n8358683402","geometry":{"type":"Point","coordinates":[-0.0618269,51.5539376]},"properties":{"@type":"node","@id":8358683402,"@timestamp":1611524257},"coords":"51.5539376,-0.0618269","bedrooms":"2","price":"272000","area":"675"} , +{"type":"Feature","id":"n8358802406","geometry":{"type":"Point","coordinates":[0.0675945,51.7654453]},"properties":{"@type":"node","@id":8358802406,"@timestamp":1624285823},"coords":"51.7654453,0.0675945","bedrooms":"3","price":"241000","area":"395"} , +{"type":"Feature","id":"n8359024702","geometry":{"type":"Point","coordinates":[0.1275187,51.7792124]},"properties":{"@type":"node","@id":8359024702,"@timestamp":1611535599},"coords":"51.7792124,0.1275187","bedrooms":"2","price":"243000","area":"585"} , +{"type":"Feature","id":"n8359036357","geometry":{"type":"Point","coordinates":[0.1287511,51.7747493]},"properties":{"@type":"node","@id":8359036357,"@timestamp":1624382112},"coords":"51.7747493,0.1287511","bedrooms":"3","price":"154000","area":"483"} , +{"type":"Feature","id":"n8360268077","geometry":{"type":"Point","coordinates":[-0.1592483,51.4917763]},"properties":{"@type":"node","@id":8360268077,"@timestamp":1611567985},"coords":"51.4917763,-0.1592483","bedrooms":"4","price":"251000","area":"599"} , +{"type":"Feature","id":"n8360383281","geometry":{"type":"Point","coordinates":[0.0879356,51.5344892]},"properties":{"@type":"node","@id":8360383281,"@timestamp":1611570905},"coords":"51.5344892,0.0879356","bedrooms":"3","price":"184000","area":"542"} , +{"type":"Feature","id":"n8360558080","geometry":{"type":"Point","coordinates":[-0.1577132,51.4919361]},"properties":{"@type":"node","@id":8360558080,"@timestamp":1611573940},"coords":"51.4919361,-0.1577132","bedrooms":"3","price":"172000","area":"350"} , +{"type":"Feature","id":"n8360558106","geometry":{"type":"Point","coordinates":[-0.1575499,51.4913592]},"properties":{"@type":"node","@id":8360558106,"@timestamp":1611573940},"coords":"51.4913592,-0.1575499","bedrooms":"0","price":"249000","area":"359"} , +{"type":"Feature","id":"n8360564231","geometry":{"type":"Point","coordinates":[-0.1573889,51.49079]},"properties":{"@type":"node","@id":8360564231,"@timestamp":1611573940},"coords":"51.49079,-0.1573889","bedrooms":"0","price":"274000","area":"681"} , +{"type":"Feature","id":"n8360724078","geometry":{"type":"Point","coordinates":[0.0293553,51.5146127]},"properties":{"@type":"node","@id":8360724078,"@timestamp":1611577601},"coords":"51.5146127,0.0293553","bedrooms":"2","price":"160000","area":"475"} , +{"type":"Feature","id":"n8361061980","geometry":{"type":"Point","coordinates":[0.0144523,51.5333169]},"properties":{"@type":"node","@id":8361061980,"@timestamp":1626211331},"coords":"51.5333169,0.0144523","bedrooms":"1","price":"155000","area":"581"} , +{"type":"Feature","id":"n8361062004","geometry":{"type":"Point","coordinates":[0.0144845,51.533523]},"properties":{"@type":"node","@id":8361062004,"@timestamp":1626211331},"coords":"51.533523,0.0144845","bedrooms":"2","price":"289000","area":"456"} , +{"type":"Feature","id":"n8361062049","geometry":{"type":"Point","coordinates":[0.0142565,51.5336362]},"properties":{"@type":"node","@id":8361062049,"@timestamp":1618070049},"coords":"51.5336362,0.0142565","bedrooms":"2","price":"239000","area":"675"} , +{"type":"Feature","id":"n8361077200","geometry":{"type":"Point","coordinates":[-0.8009143,51.8150546]},"properties":{"@type":"node","@id":8361077200,"@timestamp":1611585555},"coords":"51.8150546,-0.8009143","bedrooms":"2","price":"179000","area":"691"} , +{"type":"Feature","id":"n8361105743","geometry":{"type":"Point","coordinates":[-0.0973873,51.4430542]},"properties":{"@type":"node","@id":8361105743,"@timestamp":1611585750},"coords":"51.4430542,-0.0973873","bedrooms":"0","price":"279000","area":"579"} , +{"type":"Feature","id":"n8361120191","geometry":{"type":"Point","coordinates":[-0.0947061,51.4377892]},"properties":{"@type":"node","@id":8361120191,"@timestamp":1611586618},"coords":"51.4377892,-0.0947061","bedrooms":"1","price":"206000","area":"514"} , +{"type":"Feature","id":"n8361126405","geometry":{"type":"Point","coordinates":[-0.802588,51.7942171]},"properties":{"@type":"node","@id":8361126405,"@timestamp":1611586574},"coords":"51.7942171,-0.802588","bedrooms":"2","price":"292000","area":"645"} , +{"type":"Feature","id":"n8361262014","geometry":{"type":"Point","coordinates":[-0.4043033,51.8710348]},"properties":{"@type":"node","@id":8361262014,"@timestamp":1611589154},"coords":"51.8710348,-0.4043033","bedrooms":"0","price":"212000","area":"518"} , +{"type":"Feature","id":"n8361312523","geometry":{"type":"Point","coordinates":[-0.4073278,51.8723526]},"properties":{"@type":"node","@id":8361312523,"@timestamp":1611589744},"coords":"51.8723526,-0.4073278","bedrooms":"0","price":"230000","area":"621"} , +{"type":"Feature","id":"n8361321073","geometry":{"type":"Point","coordinates":[0.468831,51.7298242]},"properties":{"@type":"node","@id":8361321073,"@timestamp":1622814483},"coords":"51.7298242,0.468831","bedrooms":"4","price":"262000","area":"452"} , +{"type":"Feature","id":"n8361412662","geometry":{"type":"Point","coordinates":[0.492135,51.7573394]},"properties":{"@type":"node","@id":8361412662,"@timestamp":1611592483},"coords":"51.7573394,0.492135","bedrooms":"4","price":"215000","area":"429"} , +{"type":"Feature","id":"n8361418107","geometry":{"type":"Point","coordinates":[0.010139,51.5353468]},"properties":{"@type":"node","@id":8361418107,"@timestamp":1625147737},"coords":"51.5353468,0.010139","bedrooms":"2","price":"164000","area":"612"} , +{"type":"Feature","id":"n8361430266","geometry":{"type":"Point","coordinates":[0.0092972,51.5359325]},"properties":{"@type":"node","@id":8361430266,"@timestamp":1625147737},"coords":"51.5359325,0.0092972","bedrooms":"2","price":"213000","area":"626"} , +{"type":"Feature","id":"n8361430288","geometry":{"type":"Point","coordinates":[0.0096507,51.5359252]},"properties":{"@type":"node","@id":8361430288,"@timestamp":1625147737},"coords":"51.5359252,0.0096507","bedrooms":"1","price":"297000","area":"699"} , +{"type":"Feature","id":"n8361663715","geometry":{"type":"Point","coordinates":[0.47816,51.7332728]},"properties":{"@type":"node","@id":8361663715,"@timestamp":1611599293},"coords":"51.7332728,0.47816","bedrooms":"3","price":"286000","area":"638"} , +{"type":"Feature","id":"n8361963625","geometry":{"type":"Point","coordinates":[-0.4145639,51.8685662]},"properties":{"@type":"node","@id":8361963625,"@timestamp":1611603488},"coords":"51.8685662,-0.4145639","bedrooms":"3","price":"245000","area":"636"} , +{"type":"Feature","id":"n8361998535","geometry":{"type":"Point","coordinates":[-0.4116176,51.8731283]},"properties":{"@type":"node","@id":8361998535,"@timestamp":1611605175},"coords":"51.8731283,-0.4116176","bedrooms":"4","price":"225000","area":"481"} , +{"type":"Feature","id":"n8362598718","geometry":{"type":"Point","coordinates":[-0.4215802,51.8807897]},"properties":{"@type":"node","@id":8362598718,"@timestamp":1611609652},"coords":"51.8807897,-0.4215802","bedrooms":"3","price":"234000","area":"448"} , +{"type":"Feature","id":"n8362598769","geometry":{"type":"Point","coordinates":[-0.4378715,51.8854761]},"properties":{"@type":"node","@id":8362598769,"@timestamp":1611609652},"coords":"51.8854761,-0.4378715","bedrooms":"1","price":"231000","area":"671"} , +{"type":"Feature","id":"n8362598781","geometry":{"type":"Point","coordinates":[-0.4381676,51.8882661]},"properties":{"@type":"node","@id":8362598781,"@timestamp":1611875277},"coords":"51.8882661,-0.4381676","bedrooms":"3","price":"258000","area":"373"} , +{"type":"Feature","id":"n8362598796","geometry":{"type":"Point","coordinates":[-0.4487083,51.8893108]},"properties":{"@type":"node","@id":8362598796,"@timestamp":1611609652},"coords":"51.8893108,-0.4487083","bedrooms":"2","price":"152000","area":"633"} , +{"type":"Feature","id":"n8362599819","geometry":{"type":"Point","coordinates":[-0.4496269,51.8905037]},"properties":{"@type":"node","@id":8362599819,"@timestamp":1611609652},"coords":"51.8905037,-0.4496269","bedrooms":"4","price":"259000","area":"635"} , +{"type":"Feature","id":"n8362641072","geometry":{"type":"Point","coordinates":[-0.3817444,51.6546649]},"properties":{"@type":"node","@id":8362641072,"@timestamp":1611611198},"coords":"51.6546649,-0.3817444","bedrooms":"0","price":"213000","area":"448"} , +{"type":"Feature","id":"n8362760135","geometry":{"type":"Point","coordinates":[-0.3159602,51.4903303]},"properties":{"@type":"node","@id":8362760135,"@timestamp":1611615082},"coords":"51.4903303,-0.3159602","bedrooms":"3","price":"279000","area":"634"} , +{"type":"Feature","id":"n8362814266","geometry":{"type":"Point","coordinates":[-0.7362075,51.5021602]},"properties":{"@type":"node","@id":8362814266,"@timestamp":1611619810},"coords":"51.5021602,-0.7362075","bedrooms":"0","price":"220000","area":"530"} , +{"type":"Feature","id":"n8363422968","geometry":{"type":"Point","coordinates":[-0.1596078,51.4910016]},"properties":{"@type":"node","@id":8363422968,"@timestamp":1611645236},"coords":"51.4910016,-0.1596078","bedrooms":"1","price":"263000","area":"407"} , +{"type":"Feature","id":"n8363428585","geometry":{"type":"Point","coordinates":[-0.1574244,51.4894781]},"properties":{"@type":"node","@id":8363428585,"@timestamp":1611645236},"coords":"51.4894781,-0.1574244","bedrooms":"1","price":"273000","area":"618"} , +{"type":"Feature","id":"n8363428595","geometry":{"type":"Point","coordinates":[-0.156994,51.4890391]},"properties":{"@type":"node","@id":8363428595,"@timestamp":1611645236},"coords":"51.4890391,-0.156994","bedrooms":"1","price":"152000","area":"464"} , +{"type":"Feature","id":"n8363624815","geometry":{"type":"Point","coordinates":[-0.1565742,51.4895652]},"properties":{"@type":"node","@id":8363624815,"@timestamp":1611650297},"coords":"51.4895652,-0.1565742","bedrooms":"3","price":"247000","area":"420"} , +{"type":"Feature","id":"n8363700909","geometry":{"type":"Point","coordinates":[-0.2590948,51.373907]},"properties":{"@type":"node","@id":8363700909,"@timestamp":1621691067},"coords":"51.373907,-0.2590948","bedrooms":"1","price":"214000","area":"538"} , +{"type":"Feature","id":"n8363939918","geometry":{"type":"Point","coordinates":[-0.0427912,51.5352354]},"properties":{"@type":"node","@id":8363939918,"@timestamp":1611655273},"coords":"51.5352354,-0.0427912","bedrooms":"1","price":"196000","area":"432"} , +{"type":"Feature","id":"n8364162784","geometry":{"type":"Point","coordinates":[-0.1602606,51.4899588]},"properties":{"@type":"node","@id":8364162784,"@timestamp":1611660833},"coords":"51.4899588,-0.1602606","bedrooms":"2","price":"170000","area":"463"} , +{"type":"Feature","id":"n8364173162","geometry":{"type":"Point","coordinates":[-0.4758041,50.9858898]},"properties":{"@type":"node","@id":8364173162,"@timestamp":1611661878},"coords":"50.9858898,-0.4758041","bedrooms":"1","price":"223000","area":"484"} , +{"type":"Feature","id":"n8364181269","geometry":{"type":"Point","coordinates":[-0.1600848,51.4895244]},"properties":{"@type":"node","@id":8364181269,"@timestamp":1611660833},"coords":"51.4895244,-0.1600848","bedrooms":"0","price":"186000","area":"557"} , +{"type":"Feature","id":"n8364181318","geometry":{"type":"Point","coordinates":[-0.160411,51.489683]},"properties":{"@type":"node","@id":8364181318,"@timestamp":1611660833},"coords":"51.489683,-0.160411","bedrooms":"0","price":"162000","area":"383"} , +{"type":"Feature","id":"n8364455545","geometry":{"type":"Point","coordinates":[0.4924734,51.7551689]},"properties":{"@type":"node","@id":8364455545,"@timestamp":1611669429},"coords":"51.7551689,0.4924734","bedrooms":"1","price":"236000","area":"527"} , +{"type":"Feature","id":"n8364533899","geometry":{"type":"Point","coordinates":[0.0102644,51.535827]},"properties":{"@type":"node","@id":8364533899,"@timestamp":1625147737},"coords":"51.535827,0.0102644","bedrooms":"0","price":"297000","area":"383"} , +{"type":"Feature","id":"n8364533916","geometry":{"type":"Point","coordinates":[0.0105934,51.5359844]},"properties":{"@type":"node","@id":8364533916,"@timestamp":1625147737},"coords":"51.5359844,0.0105934","bedrooms":"3","price":"180000","area":"528"} , +{"type":"Feature","id":"n8364602041","geometry":{"type":"Point","coordinates":[0.0110418,51.5354139]},"properties":{"@type":"node","@id":8364602041,"@timestamp":1625147737},"coords":"51.5354139,0.0110418","bedrooms":"4","price":"257000","area":"582"} , +{"type":"Feature","id":"n8364602063","geometry":{"type":"Point","coordinates":[0.0103667,51.5351913]},"properties":{"@type":"node","@id":8364602063,"@timestamp":1625147737},"coords":"51.5351913,0.0103667","bedrooms":"4","price":"255000","area":"446"} , +{"type":"Feature","id":"n8364778286","geometry":{"type":"Point","coordinates":[0.0924921,51.7536645]},"properties":{"@type":"node","@id":8364778286,"@timestamp":1613583301},"coords":"51.7536645,0.0924921","bedrooms":"4","price":"219000","area":"634"} , +{"type":"Feature","id":"n8364851025","geometry":{"type":"Point","coordinates":[-0.1102257,51.4425825]},"properties":{"@type":"node","@id":8364851025,"@timestamp":1611679524},"coords":"51.4425825,-0.1102257","bedrooms":"2","price":"163000","area":"386"} , +{"type":"Feature","id":"n8364977167","geometry":{"type":"Point","coordinates":[-0.4889089,51.353419]},"properties":{"@type":"node","@id":8364977167,"@timestamp":1611682797},"coords":"51.353419,-0.4889089","bedrooms":"4","price":"170000","area":"684"} , +{"type":"Feature","id":"n8364995055","geometry":{"type":"Point","coordinates":[-0.1242328,51.4154729]},"properties":{"@type":"node","@id":8364995055,"@timestamp":1611683677},"coords":"51.4154729,-0.1242328","bedrooms":"2","price":"252000","area":"434"} , +{"type":"Feature","id":"n8365029197","geometry":{"type":"Point","coordinates":[-0.1360345,51.4182437]},"properties":{"@type":"node","@id":8365029197,"@timestamp":1611685127},"coords":"51.4182437,-0.1360345","bedrooms":"3","price":"297000","area":"688"} , +{"type":"Feature","id":"n8365062465","geometry":{"type":"Point","coordinates":[-0.1374473,51.4185639]},"properties":{"@type":"node","@id":8365062465,"@timestamp":1611684841},"coords":"51.4185639,-0.1374473","bedrooms":"2","price":"222000","area":"562"} , +{"type":"Feature","id":"n8365077085","geometry":{"type":"Point","coordinates":[-0.0567771,51.4266218]},"properties":{"@type":"node","@id":8365077085,"@timestamp":1611685631},"coords":"51.4266218,-0.0567771","bedrooms":"1","price":"188000","area":"671"} , +{"type":"Feature","id":"n8365201600","geometry":{"type":"Point","coordinates":[-0.1378022,51.4189355]},"properties":{"@type":"node","@id":8365201600,"@timestamp":1611689558},"coords":"51.4189355,-0.1378022","bedrooms":"3","price":"258000","area":"415"} , +{"type":"Feature","id":"n8365247943","geometry":{"type":"Point","coordinates":[-0.144415,51.4141127]},"properties":{"@type":"node","@id":8365247943,"@timestamp":1611690390},"coords":"51.4141127,-0.144415","bedrooms":"2","price":"253000","area":"614"} , +{"type":"Feature","id":"n8365308537","geometry":{"type":"Point","coordinates":[-0.1190956,51.4375245]},"properties":{"@type":"node","@id":8365308537,"@timestamp":1611691752},"coords":"51.4375245,-0.1190956","bedrooms":"1","price":"272000","area":"537"} , +{"type":"Feature","id":"n8365430266","geometry":{"type":"Point","coordinates":[-0.1566147,51.1589054]},"properties":{"@type":"node","@id":8365430266,"@timestamp":1626980531},"coords":"51.1589054,-0.1566147","bedrooms":"0","price":"212000","area":"623"} , +{"type":"Feature","id":"n8365512554","geometry":{"type":"Point","coordinates":[-0.1049288,51.4366213]},"properties":{"@type":"node","@id":8365512554,"@timestamp":1611698407},"coords":"51.4366213,-0.1049288","bedrooms":"0","price":"198000","area":"368"} , +{"type":"Feature","id":"n8365517248","geometry":{"type":"Point","coordinates":[-0.1053972,51.4225063]},"properties":{"@type":"node","@id":8365517248,"@timestamp":1611697577},"coords":"51.4225063,-0.1053972","bedrooms":"1","price":"162000","area":"419"} , +{"type":"Feature","id":"n8365564458","geometry":{"type":"Point","coordinates":[-0.3175909,51.5150263]},"properties":{"@type":"node","@id":8365564458,"@timestamp":1611701127},"coords":"51.5150263,-0.3175909","bedrooms":"1","price":"297000","area":"497"} , +{"type":"Feature","id":"n8365564468","geometry":{"type":"Point","coordinates":[-0.302981,51.5158143]},"properties":{"@type":"node","@id":8365564468,"@timestamp":1611701127},"coords":"51.5158143,-0.302981","bedrooms":"0","price":"218000","area":"375"} , +{"type":"Feature","id":"n8365564478","geometry":{"type":"Point","coordinates":[-0.2990239,51.5179416]},"properties":{"@type":"node","@id":8365564478,"@timestamp":1611701127},"coords":"51.5179416,-0.2990239","bedrooms":"1","price":"251000","area":"587"} , +{"type":"Feature","id":"n8365564488","geometry":{"type":"Point","coordinates":[-0.2971847,51.5132847]},"properties":{"@type":"node","@id":8365564488,"@timestamp":1611701127},"coords":"51.5132847,-0.2971847","bedrooms":"0","price":"175000","area":"422"} , +{"type":"Feature","id":"n8365761475","geometry":{"type":"Point","coordinates":[-0.4361042,51.880343]},"properties":{"@type":"node","@id":8365761475,"@timestamp":1611705773},"coords":"51.880343,-0.4361042","bedrooms":"0","price":"223000","area":"674"} , +{"type":"Feature","id":"n8365761508","geometry":{"type":"Point","coordinates":[-0.4307114,51.8901564]},"properties":{"@type":"node","@id":8365761508,"@timestamp":1611705773},"coords":"51.8901564,-0.4307114","bedrooms":"1","price":"260000","area":"539"} , +{"type":"Feature","id":"n8365772730","geometry":{"type":"Point","coordinates":[-0.43113,51.8906924]},"properties":{"@type":"node","@id":8365772730,"@timestamp":1611705773},"coords":"51.8906924,-0.43113","bedrooms":"4","price":"282000","area":"601"} , +{"type":"Feature","id":"n8365772744","geometry":{"type":"Point","coordinates":[-0.4340241,51.8919302]},"properties":{"@type":"node","@id":8365772744,"@timestamp":1611705773},"coords":"51.8919302,-0.4340241","bedrooms":"1","price":"242000","area":"555"} , +{"type":"Feature","id":"n8365772755","geometry":{"type":"Point","coordinates":[-0.4363489,51.894289]},"properties":{"@type":"node","@id":8365772755,"@timestamp":1611705773},"coords":"51.894289,-0.4363489","bedrooms":"0","price":"266000","area":"404"} , +{"type":"Feature","id":"n8365772767","geometry":{"type":"Point","coordinates":[-0.4348504,51.8949346]},"properties":{"@type":"node","@id":8365772767,"@timestamp":1611705773},"coords":"51.8949346,-0.4348504","bedrooms":"2","price":"282000","area":"407"} , +{"type":"Feature","id":"n8365772777","geometry":{"type":"Point","coordinates":[-0.4368375,51.8973]},"properties":{"@type":"node","@id":8365772777,"@timestamp":1611705773},"coords":"51.8973,-0.4368375","bedrooms":"2","price":"268000","area":"674"} , +{"type":"Feature","id":"n8365772795","geometry":{"type":"Point","coordinates":[-0.4398961,51.8983704]},"properties":{"@type":"node","@id":8365772795,"@timestamp":1611705773},"coords":"51.8983704,-0.4398961","bedrooms":"2","price":"277000","area":"386"} , +{"type":"Feature","id":"n8365772814","geometry":{"type":"Point","coordinates":[-0.4464792,51.8985849]},"properties":{"@type":"node","@id":8365772814,"@timestamp":1611705773},"coords":"51.8985849,-0.4464792","bedrooms":"2","price":"216000","area":"410"} , +{"type":"Feature","id":"n8366119314","geometry":{"type":"Point","coordinates":[-0.1608287,51.4896258]},"properties":{"@type":"node","@id":8366119314,"@timestamp":1611722773},"coords":"51.4896258,-0.1608287","bedrooms":"0","price":"199000","area":"642"} , +{"type":"Feature","id":"n8366125484","geometry":{"type":"Point","coordinates":[-0.1603949,51.4893277]},"properties":{"@type":"node","@id":8366125484,"@timestamp":1611722773},"coords":"51.4893277,-0.1603949","bedrooms":"0","price":"203000","area":"631"} , +{"type":"Feature","id":"n8366125544","geometry":{"type":"Point","coordinates":[-0.1611427,51.4894597]},"properties":{"@type":"node","@id":8366125544,"@timestamp":1611722773},"coords":"51.4894597,-0.1611427","bedrooms":"1","price":"167000","area":"363"} , +{"type":"Feature","id":"n8366125609","geometry":{"type":"Point","coordinates":[-0.1626351,51.4899268]},"properties":{"@type":"node","@id":8366125609,"@timestamp":1611722773},"coords":"51.4899268,-0.1626351","bedrooms":"1","price":"189000","area":"382"} , +{"type":"Feature","id":"n8367021048","geometry":{"type":"Point","coordinates":[-0.1702938,51.1301834]},"properties":{"@type":"node","@id":8367021048,"@timestamp":1611744188},"coords":"51.1301834,-0.1702938","bedrooms":"3","price":"157000","area":"437"} , +{"type":"Feature","id":"n8367160778","geometry":{"type":"Point","coordinates":[0.490101,51.7540751]},"properties":{"@type":"node","@id":8367160778,"@timestamp":1611746817},"coords":"51.7540751,0.490101","bedrooms":"2","price":"164000","area":"593"} , +{"type":"Feature","id":"n8367183584","geometry":{"type":"Point","coordinates":[-0.166663,51.1344773]},"properties":{"@type":"node","@id":8367183584,"@timestamp":1611747550},"coords":"51.1344773,-0.166663","bedrooms":"3","price":"166000","area":"360"} , +{"type":"Feature","id":"n8367260427","geometry":{"type":"Point","coordinates":[0.0119447,51.5351267]},"properties":{"@type":"node","@id":8367260427,"@timestamp":1617349902},"coords":"51.5351267,0.0119447","bedrooms":"3","price":"263000","area":"552"} , +{"type":"Feature","id":"n8367260440","geometry":{"type":"Point","coordinates":[0.0113379,51.5353157]},"properties":{"@type":"node","@id":8367260440,"@timestamp":1617349902},"coords":"51.5353157,0.0113379","bedrooms":"1","price":"222000","area":"409"} , +{"type":"Feature","id":"n8367260501","geometry":{"type":"Point","coordinates":[0.0121493,51.5353141]},"properties":{"@type":"node","@id":8367260501,"@timestamp":1617349902},"coords":"51.5353141,0.0121493","bedrooms":"0","price":"268000","area":"646"} , +{"type":"Feature","id":"n8367260512","geometry":{"type":"Point","coordinates":[0.0125759,51.5352369]},"properties":{"@type":"node","@id":8367260512,"@timestamp":1617349902},"coords":"51.5352369,0.0125759","bedrooms":"4","price":"170000","area":"507"} , +{"type":"Feature","id":"n8367267543","geometry":{"type":"Point","coordinates":[0.011936,51.5357555]},"properties":{"@type":"node","@id":8367267543,"@timestamp":1617349902},"coords":"51.5357555,0.011936","bedrooms":"4","price":"160000","area":"592"} , +{"type":"Feature","id":"n8367267553","geometry":{"type":"Point","coordinates":[0.0130183,51.5355169]},"properties":{"@type":"node","@id":8367267553,"@timestamp":1617349902},"coords":"51.5355169,0.0130183","bedrooms":"1","price":"211000","area":"643"} , +{"type":"Feature","id":"n8367270311","geometry":{"type":"Point","coordinates":[-0.8263434,51.8121316]},"properties":{"@type":"node","@id":8367270311,"@timestamp":1611750119},"coords":"51.8121316,-0.8263434","bedrooms":"2","price":"240000","area":"528"} , +{"type":"Feature","id":"n8367416537","geometry":{"type":"Point","coordinates":[-0.478056,51.517339]},"properties":{"@type":"node","@id":8367416537,"@timestamp":1612023331},"coords":"51.517339,-0.478056","bedrooms":"1","price":"166000","area":"387"} , +{"type":"Feature","id":"n8367659321","geometry":{"type":"Point","coordinates":[-0.3047168,51.0781291]},"properties":{"@type":"node","@id":8367659321,"@timestamp":1611758122},"coords":"51.0781291,-0.3047168","bedrooms":"0","price":"150000","area":"486"} , +{"type":"Feature","id":"n8367659331","geometry":{"type":"Point","coordinates":[-0.3032314,51.0764574]},"properties":{"@type":"node","@id":8367659331,"@timestamp":1611758122},"coords":"51.0764574,-0.3032314","bedrooms":"1","price":"154000","area":"484"} , +{"type":"Feature","id":"n8367659341","geometry":{"type":"Point","coordinates":[-0.2976167,51.0753339]},"properties":{"@type":"node","@id":8367659341,"@timestamp":1611758122},"coords":"51.0753339,-0.2976167","bedrooms":"0","price":"245000","area":"436"} , +{"type":"Feature","id":"n8367843834","geometry":{"type":"Point","coordinates":[0.1139648,51.7634202]},"properties":{"@type":"node","@id":8367843834,"@timestamp":1613767889},"coords":"51.7634202,0.1139648","bedrooms":"0","price":"256000","area":"417"} , +{"type":"Feature","id":"n8367971711","geometry":{"type":"Point","coordinates":[-0.4444665,51.8829657]},"properties":{"@type":"node","@id":8367971711,"@timestamp":1611766467},"coords":"51.8829657,-0.4444665","bedrooms":"1","price":"246000","area":"591"} , +{"type":"Feature","id":"n8367976829","geometry":{"type":"Point","coordinates":[-0.4513948,51.8842862]},"properties":{"@type":"node","@id":8367976829,"@timestamp":1611766467},"coords":"51.8842862,-0.4513948","bedrooms":"0","price":"236000","area":"622"} , +{"type":"Feature","id":"n8367976859","geometry":{"type":"Point","coordinates":[-0.4535087,51.8818403]},"properties":{"@type":"node","@id":8367976859,"@timestamp":1611766467},"coords":"51.8818403,-0.4535087","bedrooms":"2","price":"202000","area":"411"} , +{"type":"Feature","id":"n8367976875","geometry":{"type":"Point","coordinates":[-0.4521098,51.8827447]},"properties":{"@type":"node","@id":8367976875,"@timestamp":1611766467},"coords":"51.8827447,-0.4521098","bedrooms":"4","price":"280000","area":"685"} , +{"type":"Feature","id":"n8367982457","geometry":{"type":"Point","coordinates":[-0.4424225,51.8857615]},"properties":{"@type":"node","@id":8367982457,"@timestamp":1611767695},"coords":"51.8857615,-0.4424225","bedrooms":"4","price":"284000","area":"586"} , +{"type":"Feature","id":"n8367982467","geometry":{"type":"Point","coordinates":[-0.4420387,51.8835801]},"properties":{"@type":"node","@id":8367982467,"@timestamp":1611767695},"coords":"51.8835801,-0.4420387","bedrooms":"2","price":"215000","area":"515"} , +{"type":"Feature","id":"n8368099726","geometry":{"type":"Point","coordinates":[0.0107707,51.5362229]},"properties":{"@type":"node","@id":8368099726,"@timestamp":1617349902},"coords":"51.5362229,0.0107707","bedrooms":"4","price":"223000","area":"434"} , +{"type":"Feature","id":"n8368099760","geometry":{"type":"Point","coordinates":[0.0106886,51.5366604]},"properties":{"@type":"node","@id":8368099760,"@timestamp":1611769313},"coords":"51.5366604,0.0106886","bedrooms":"4","price":"196000","area":"455"} , +{"type":"Feature","id":"n8368099770","geometry":{"type":"Point","coordinates":[0.0094709,51.5368881]},"properties":{"@type":"node","@id":8368099770,"@timestamp":1611769313},"coords":"51.5368881,0.0094709","bedrooms":"3","price":"171000","area":"680"} , +{"type":"Feature","id":"n8369105464","geometry":{"type":"Point","coordinates":[-0.2483678,51.9492057]},"properties":{"@type":"node","@id":8369105464,"@timestamp":1611774984},"coords":"51.9492057,-0.2483678","bedrooms":"4","price":"176000","area":"417"} , +{"type":"Feature","id":"n8369399558","geometry":{"type":"Point","coordinates":[0.1349569,51.772774]},"properties":{"@type":"node","@id":8369399558,"@timestamp":1631223645},"coords":"51.772774,0.1349569","bedrooms":"2","price":"169000","area":"572"} , +{"type":"Feature","id":"n8369516253","geometry":{"type":"Point","coordinates":[-0.3952906,51.273763]},"properties":{"@type":"node","@id":8369516253,"@timestamp":1611782453},"coords":"51.273763,-0.3952906","bedrooms":"0","price":"168000","area":"621"} , +{"type":"Feature","id":"n8369676057","geometry":{"type":"Point","coordinates":[-0.0904318,51.4360125]},"properties":{"@type":"node","@id":8369676057,"@timestamp":1611787464},"coords":"51.4360125,-0.0904318","bedrooms":"1","price":"199000","area":"595"} , +{"type":"Feature","id":"n8369801981","geometry":{"type":"Point","coordinates":[0.1085308,51.7834551]},"properties":{"@type":"node","@id":8369801981,"@timestamp":1611792507},"coords":"51.7834551,0.1085308","bedrooms":"0","price":"262000","area":"360"} , +{"type":"Feature","id":"n8369802021","geometry":{"type":"Point","coordinates":[0.1188447,51.7856816]},"properties":{"@type":"node","@id":8369802021,"@timestamp":1613257512},"coords":"51.7856816,0.1188447","bedrooms":"0","price":"174000","area":"662"} , +{"type":"Feature","id":"n8369840767","geometry":{"type":"Point","coordinates":[0.0963479,51.7668778]},"properties":{"@type":"node","@id":8369840767,"@timestamp":1620917058},"coords":"51.7668778,0.0963479","bedrooms":"4","price":"191000","area":"423"} , +{"type":"Feature","id":"n8369903268","geometry":{"type":"Point","coordinates":[-0.0785753,51.7965323]},"properties":{"@type":"node","@id":8369903268,"@timestamp":1611798016},"coords":"51.7965323,-0.0785753","bedrooms":"2","price":"285000","area":"590"} , +{"type":"Feature","id":"n8369903475","geometry":{"type":"Point","coordinates":[-0.0782964,51.794863]},"properties":{"@type":"node","@id":8369903475,"@timestamp":1611798016},"coords":"51.794863,-0.0782964","bedrooms":"4","price":"224000","area":"674"} , +{"type":"Feature","id":"n8370058766","geometry":{"type":"Point","coordinates":[-0.1322085,51.5194759]},"properties":{"@type":"node","@id":8370058766,"@timestamp":1611803471},"coords":"51.5194759,-0.1322085","bedrooms":"4","price":"176000","area":"636"} , +{"type":"Feature","id":"n8370236859","geometry":{"type":"Point","coordinates":[-0.1629665,51.4897746]},"properties":{"@type":"node","@id":8370236859,"@timestamp":1611809421},"coords":"51.4897746,-0.1629665","bedrooms":"2","price":"252000","area":"635"} , +{"type":"Feature","id":"n8370236876","geometry":{"type":"Point","coordinates":[-0.1626041,51.4893857]},"properties":{"@type":"node","@id":8370236876,"@timestamp":1611809421},"coords":"51.4893857,-0.1626041","bedrooms":"0","price":"155000","area":"423"} , +{"type":"Feature","id":"n8370237033","geometry":{"type":"Point","coordinates":[-0.1623802,51.4889332]},"properties":{"@type":"node","@id":8370237033,"@timestamp":1611809421},"coords":"51.4889332,-0.1623802","bedrooms":"1","price":"296000","area":"360"} , +{"type":"Feature","id":"n8370237043","geometry":{"type":"Point","coordinates":[-0.1628238,51.4891061]},"properties":{"@type":"node","@id":8370237043,"@timestamp":1611809421},"coords":"51.4891061,-0.1628238","bedrooms":"0","price":"243000","area":"435"} , +{"type":"Feature","id":"n8370348403","geometry":{"type":"Point","coordinates":[-0.1622605,51.4895154]},"properties":{"@type":"node","@id":8370348403,"@timestamp":1611812741},"coords":"51.4895154,-0.1622605","bedrooms":"0","price":"178000","area":"425"} , +{"type":"Feature","id":"n8370348413","geometry":{"type":"Point","coordinates":[-0.1617204,51.489201]},"properties":{"@type":"node","@id":8370348413,"@timestamp":1611812741},"coords":"51.489201,-0.1617204","bedrooms":"4","price":"263000","area":"377"} , +{"type":"Feature","id":"n8370775527","geometry":{"type":"Point","coordinates":[-0.161274,51.488839]},"properties":{"@type":"node","@id":8370775527,"@timestamp":1611822545},"coords":"51.488839,-0.161274","bedrooms":"1","price":"179000","area":"539"} , +{"type":"Feature","id":"n8370775547","geometry":{"type":"Point","coordinates":[-0.1619601,51.4883309]},"properties":{"@type":"node","@id":8370775547,"@timestamp":1611822545},"coords":"51.4883309,-0.1619601","bedrooms":"1","price":"192000","area":"398"} , +{"type":"Feature","id":"n8370775643","geometry":{"type":"Point","coordinates":[-0.1615877,51.4884449]},"properties":{"@type":"node","@id":8370775643,"@timestamp":1611822545},"coords":"51.4884449,-0.1615877","bedrooms":"2","price":"218000","area":"507"} , +{"type":"Feature","id":"n8370792508","geometry":{"type":"Point","coordinates":[0.8807306,51.1592742]},"properties":{"@type":"node","@id":8370792508,"@timestamp":1611822960},"coords":"51.1592742,0.8807306","bedrooms":"3","price":"274000","area":"421"} , +{"type":"Feature","id":"n8370946685","geometry":{"type":"Point","coordinates":[0.0156995,51.5368501]},"properties":{"@type":"node","@id":8370946685,"@timestamp":1622044349},"coords":"51.5368501,0.0156995","bedrooms":"1","price":"272000","area":"520"} , +{"type":"Feature","id":"n8370994561","geometry":{"type":"Point","coordinates":[-0.1621495,51.488855]},"properties":{"@type":"node","@id":8370994561,"@timestamp":1611826633},"coords":"51.488855,-0.1621495","bedrooms":"1","price":"299000","area":"530"} , +{"type":"Feature","id":"n8371070491","geometry":{"type":"Point","coordinates":[-0.163553,51.4891766]},"properties":{"@type":"node","@id":8371070491,"@timestamp":1611828414},"coords":"51.4891766,-0.163553","bedrooms":"0","price":"283000","area":"545"} , +{"type":"Feature","id":"n8371070501","geometry":{"type":"Point","coordinates":[-0.1630254,51.4888449]},"properties":{"@type":"node","@id":8371070501,"@timestamp":1611828414},"coords":"51.4888449,-0.1630254","bedrooms":"1","price":"267000","area":"524"} , +{"type":"Feature","id":"n8371325738","geometry":{"type":"Point","coordinates":[0.5220592,51.2751853]},"properties":{"@type":"node","@id":8371325738,"@timestamp":1627988358},"coords":"51.2751853,0.5220592","bedrooms":"3","price":"184000","area":"570"} , +{"type":"Feature","id":"n8371325748","geometry":{"type":"Point","coordinates":[0.52059,51.2753526]},"properties":{"@type":"node","@id":8371325748,"@timestamp":1611833207},"coords":"51.2753526,0.52059","bedrooms":"4","price":"196000","area":"369"} , +{"type":"Feature","id":"n8371348798","geometry":{"type":"Point","coordinates":[-0.0954022,51.4267253]},"properties":{"@type":"node","@id":8371348798,"@timestamp":1611833510},"coords":"51.4267253,-0.0954022","bedrooms":"2","price":"195000","area":"535"} , +{"type":"Feature","id":"n8371377833","geometry":{"type":"Point","coordinates":[-0.7805271,51.7846264]},"properties":{"@type":"node","@id":8371377833,"@timestamp":1611834199},"coords":"51.7846264,-0.7805271","bedrooms":"2","price":"176000","area":"381"} , +{"type":"Feature","id":"n8371468966","geometry":{"type":"Point","coordinates":[-0.8191513,51.8054668]},"properties":{"@type":"node","@id":8371468966,"@timestamp":1611836474},"coords":"51.8054668,-0.8191513","bedrooms":"4","price":"227000","area":"503"} , +{"type":"Feature","id":"n8371487483","geometry":{"type":"Point","coordinates":[-0.1658852,51.9073428]},"properties":{"@type":"node","@id":8371487483,"@timestamp":1611836733},"coords":"51.9073428,-0.1658852","bedrooms":"0","price":"241000","area":"493"} , +{"type":"Feature","id":"n8371532834","geometry":{"type":"Point","coordinates":[-0.1701192,51.9090986]},"properties":{"@type":"node","@id":8371532834,"@timestamp":1612105152},"coords":"51.9090986,-0.1701192","bedrooms":"3","price":"167000","area":"578"} , +{"type":"Feature","id":"n8371532853","geometry":{"type":"Point","coordinates":[-0.1707897,51.9060123]},"properties":{"@type":"node","@id":8371532853,"@timestamp":1611836733},"coords":"51.9060123,-0.1707897","bedrooms":"3","price":"283000","area":"553"} , +{"type":"Feature","id":"n8371771428","geometry":{"type":"Point","coordinates":[0.8819433,51.1593965]},"properties":{"@type":"node","@id":8371771428,"@timestamp":1611838290},"coords":"51.1593965,0.8819433","bedrooms":"4","price":"233000","area":"463"} , +{"type":"Feature","id":"n8371824415","geometry":{"type":"Point","coordinates":[-0.7366603,51.2522608]},"properties":{"@type":"node","@id":8371824415,"@timestamp":1611840381},"coords":"51.2522608,-0.7366603","bedrooms":"3","price":"205000","area":"422"} , +{"type":"Feature","id":"n8371877925","geometry":{"type":"Point","coordinates":[-0.7390175,51.2518752]},"properties":{"@type":"node","@id":8371877925,"@timestamp":1611840381},"coords":"51.2518752,-0.7390175","bedrooms":"0","price":"163000","area":"426"} , +{"type":"Feature","id":"n8371916689","geometry":{"type":"Point","coordinates":[-0.2855739,51.4703871]},"properties":{"@type":"node","@id":8371916689,"@timestamp":1611841865},"coords":"51.4703871,-0.2855739","bedrooms":"2","price":"234000","area":"524"} , +{"type":"Feature","id":"n8371947939","geometry":{"type":"Point","coordinates":[-0.2839742,51.470124]},"properties":{"@type":"node","@id":8371947939,"@timestamp":1611841865},"coords":"51.470124,-0.2839742","bedrooms":"3","price":"167000","area":"694"} , +{"type":"Feature","id":"n8371947960","geometry":{"type":"Point","coordinates":[-0.2845569,51.4700997]},"properties":{"@type":"node","@id":8371947960,"@timestamp":1611841865},"coords":"51.4700997,-0.2845569","bedrooms":"4","price":"272000","area":"645"} , +{"type":"Feature","id":"n8372055822","geometry":{"type":"Point","coordinates":[-0.1238873,51.4381577]},"properties":{"@type":"node","@id":8372055822,"@timestamp":1611843961},"coords":"51.4381577,-0.1238873","bedrooms":"0","price":"173000","area":"569"} , +{"type":"Feature","id":"n8372055844","geometry":{"type":"Point","coordinates":[-0.1232431,51.4380605]},"properties":{"@type":"node","@id":8372055844,"@timestamp":1611843961},"coords":"51.4380605,-0.1232431","bedrooms":"0","price":"164000","area":"595"} , +{"type":"Feature","id":"n8372055873","geometry":{"type":"Point","coordinates":[-0.1216983,51.4378637]},"properties":{"@type":"node","@id":8372055873,"@timestamp":1611843961},"coords":"51.4378637,-0.1216983","bedrooms":"3","price":"193000","area":"370"} , +{"type":"Feature","id":"n8372057496","geometry":{"type":"Point","coordinates":[0.1024553,51.7805963]},"properties":{"@type":"node","@id":8372057496,"@timestamp":1612746720},"coords":"51.7805963,0.1024553","bedrooms":"1","price":"258000","area":"409"} , +{"type":"Feature","id":"n8372100234","geometry":{"type":"Point","coordinates":[-0.8037272,51.4137323]},"properties":{"@type":"node","@id":8372100234,"@timestamp":1611845302},"coords":"51.4137323,-0.8037272","bedrooms":"0","price":"294000","area":"689"} , +{"type":"Feature","id":"n8372460901","geometry":{"type":"Point","coordinates":[-0.1605902,51.4889256]},"properties":{"@type":"node","@id":8372460901,"@timestamp":1611852923},"coords":"51.4889256,-0.1605902","bedrooms":"3","price":"220000","area":"519"} , +{"type":"Feature","id":"n8372616262","geometry":{"type":"Point","coordinates":[0.0912669,51.7792331]},"properties":{"@type":"node","@id":8372616262,"@timestamp":1611855789},"coords":"51.7792331,0.0912669","bedrooms":"0","price":"218000","area":"678"} , +{"type":"Feature","id":"n8373174438","geometry":{"type":"Point","coordinates":[0.1964316,51.515473]},"properties":{"@type":"node","@id":8373174438,"@timestamp":1611864297},"coords":"51.515473,0.1964316","bedrooms":"2","price":"231000","area":"695"} , +{"type":"Feature","id":"n8373480150","geometry":{"type":"Point","coordinates":[-0.2653833,51.437386]},"properties":{"@type":"node","@id":8373480150,"@timestamp":1611873455},"coords":"51.437386,-0.2653833","bedrooms":"0","price":"258000","area":"603"} , +{"type":"Feature","id":"n8373542420","geometry":{"type":"Point","coordinates":[-0.4321649,51.8869849]},"properties":{"@type":"node","@id":8373542420,"@timestamp":1611875277},"coords":"51.8869849,-0.4321649","bedrooms":"3","price":"201000","area":"372"} , +{"type":"Feature","id":"n8373542436","geometry":{"type":"Point","coordinates":[-0.4415047,51.8938863]},"properties":{"@type":"node","@id":8373542436,"@timestamp":1611875277},"coords":"51.8938863,-0.4415047","bedrooms":"0","price":"169000","area":"672"} , +{"type":"Feature","id":"n8373542455","geometry":{"type":"Point","coordinates":[-0.4348739,51.8881935]},"properties":{"@type":"node","@id":8373542455,"@timestamp":1611875277},"coords":"51.8881935,-0.4348739","bedrooms":"4","price":"243000","area":"369"} , +{"type":"Feature","id":"n8373542465","geometry":{"type":"Point","coordinates":[-0.4374552,51.8904625]},"properties":{"@type":"node","@id":8373542465,"@timestamp":1611875277},"coords":"51.8904625,-0.4374552","bedrooms":"3","price":"273000","area":"693"} , +{"type":"Feature","id":"n8373542479","geometry":{"type":"Point","coordinates":[-0.4398309,51.8922948]},"properties":{"@type":"node","@id":8373542479,"@timestamp":1611875277},"coords":"51.8922948,-0.4398309","bedrooms":"4","price":"156000","area":"691"} , +{"type":"Feature","id":"n8373611431","geometry":{"type":"Point","coordinates":[-0.2112241,51.468575]},"properties":{"@type":"node","@id":8373611431,"@timestamp":1611878069},"coords":"51.468575,-0.2112241","bedrooms":"1","price":"295000","area":"483"} , +{"type":"Feature","id":"n8373642042","geometry":{"type":"Point","coordinates":[0.1114004,51.7776529]},"properties":{"@type":"node","@id":8373642042,"@timestamp":1611879764},"coords":"51.7776529,0.1114004","bedrooms":"1","price":"277000","area":"611"} , +{"type":"Feature","id":"n8373642073","geometry":{"type":"Point","coordinates":[0.1126984,51.776356]},"properties":{"@type":"node","@id":8373642073,"@timestamp":1624145902},"coords":"51.776356,0.1126984","bedrooms":"4","price":"249000","area":"537"} , +{"type":"Feature","id":"n8373690837","geometry":{"type":"Point","coordinates":[-0.1029712,51.5140695]},"properties":{"@type":"node","@id":8373690837,"@timestamp":1618843789},"coords":"51.5140695,-0.1029712","bedrooms":"1","price":"167000","area":"556"} , +{"type":"Feature","id":"n8374102129","geometry":{"type":"Point","coordinates":[-0.1071603,51.5347818]},"properties":{"@type":"node","@id":8374102129,"@timestamp":1611896471},"coords":"51.5347818,-0.1071603","bedrooms":"4","price":"246000","area":"534"} , +{"type":"Feature","id":"n8374589839","geometry":{"type":"Point","coordinates":[0.879188,51.1611968]},"properties":{"@type":"node","@id":8374589839,"@timestamp":1611909464},"coords":"51.1611968,0.879188","bedrooms":"4","price":"251000","area":"549"} , +{"type":"Feature","id":"n8374753553","geometry":{"type":"Point","coordinates":[-0.1518434,51.4870026]},"properties":{"@type":"node","@id":8374753553,"@timestamp":1611913148},"coords":"51.4870026,-0.1518434","bedrooms":"0","price":"234000","area":"515"} , +{"type":"Feature","id":"n8375013953","geometry":{"type":"Point","coordinates":[-0.341355,51.1794919]},"properties":{"@type":"node","@id":8375013953,"@timestamp":1629061670},"coords":"51.1794919,-0.341355","bedrooms":"1","price":"155000","area":"471"} , +{"type":"Feature","id":"n8375136428","geometry":{"type":"Point","coordinates":[-0.3739389,51.4476757]},"properties":{"@type":"node","@id":8375136428,"@timestamp":1611920257},"coords":"51.4476757,-0.3739389","bedrooms":"1","price":"194000","area":"391"} , +{"type":"Feature","id":"n8375136493","geometry":{"type":"Point","coordinates":[-0.3714075,51.4486794]},"properties":{"@type":"node","@id":8375136493,"@timestamp":1611920257},"coords":"51.4486794,-0.3714075","bedrooms":"3","price":"210000","area":"562"} , +{"type":"Feature","id":"n8375136503","geometry":{"type":"Point","coordinates":[-0.3714356,51.4487379]},"properties":{"@type":"node","@id":8375136503,"@timestamp":1611920257},"coords":"51.4487379,-0.3714356","bedrooms":"2","price":"295000","area":"442"} , +{"type":"Feature","id":"n8375136514","geometry":{"type":"Point","coordinates":[-0.373597,51.4484597]},"properties":{"@type":"node","@id":8375136514,"@timestamp":1611920257},"coords":"51.4484597,-0.373597","bedrooms":"4","price":"154000","area":"593"} , +{"type":"Feature","id":"n8375136524","geometry":{"type":"Point","coordinates":[-0.3744188,51.4484634]},"properties":{"@type":"node","@id":8375136524,"@timestamp":1611920257},"coords":"51.4484634,-0.3744188","bedrooms":"0","price":"185000","area":"591"} , +{"type":"Feature","id":"n8375136534","geometry":{"type":"Point","coordinates":[-0.3703562,51.4478335]},"properties":{"@type":"node","@id":8375136534,"@timestamp":1611920257},"coords":"51.4478335,-0.3703562","bedrooms":"3","price":"179000","area":"510"} , +{"type":"Feature","id":"n8375136544","geometry":{"type":"Point","coordinates":[-0.3713338,51.4467442]},"properties":{"@type":"node","@id":8375136544,"@timestamp":1611920257},"coords":"51.4467442,-0.3713338","bedrooms":"0","price":"247000","area":"514"} , +{"type":"Feature","id":"n8375136554","geometry":{"type":"Point","coordinates":[-0.372615,51.4471374]},"properties":{"@type":"node","@id":8375136554,"@timestamp":1611920257},"coords":"51.4471374,-0.372615","bedrooms":"3","price":"166000","area":"533"} , +{"type":"Feature","id":"n8375136564","geometry":{"type":"Point","coordinates":[-0.3739448,51.4475245]},"properties":{"@type":"node","@id":8375136564,"@timestamp":1611920257},"coords":"51.4475245,-0.3739448","bedrooms":"1","price":"179000","area":"534"} , +{"type":"Feature","id":"n8375136574","geometry":{"type":"Point","coordinates":[-0.3745547,51.4477853]},"properties":{"@type":"node","@id":8375136574,"@timestamp":1611920257},"coords":"51.4477853,-0.3745547","bedrooms":"1","price":"252000","area":"598"} , +{"type":"Feature","id":"n8375136584","geometry":{"type":"Point","coordinates":[-0.3758294,51.4482838]},"properties":{"@type":"node","@id":8375136584,"@timestamp":1611920257},"coords":"51.4482838,-0.3758294","bedrooms":"2","price":"215000","area":"683"} , +{"type":"Feature","id":"n8375136607","geometry":{"type":"Point","coordinates":[-0.3774861,51.449065]},"properties":{"@type":"node","@id":8375136607,"@timestamp":1611920257},"coords":"51.449065,-0.3774861","bedrooms":"3","price":"201000","area":"536"} , +{"type":"Feature","id":"n8375136617","geometry":{"type":"Point","coordinates":[-0.3767359,51.4487629]},"properties":{"@type":"node","@id":8375136617,"@timestamp":1611920257},"coords":"51.4487629,-0.3767359","bedrooms":"0","price":"294000","area":"545"} , +{"type":"Feature","id":"n8375348936","geometry":{"type":"Point","coordinates":[0.5266863,51.2661866]},"properties":{"@type":"node","@id":8375348936,"@timestamp":1611925354},"coords":"51.2661866,0.5266863","bedrooms":"2","price":"183000","area":"366"} , +{"type":"Feature","id":"n8375454243","geometry":{"type":"Point","coordinates":[0.8774482,51.1626101]},"properties":{"@type":"node","@id":8375454243,"@timestamp":1611927722},"coords":"51.1626101,0.8774482","bedrooms":"2","price":"220000","area":"626"} , +{"type":"Feature","id":"n8375522940","geometry":{"type":"Point","coordinates":[0.8787486,51.1592274]},"properties":{"@type":"node","@id":8375522940,"@timestamp":1611929216},"coords":"51.1592274,0.8787486","bedrooms":"0","price":"237000","area":"624"} , +{"type":"Feature","id":"n8375641494","geometry":{"type":"Point","coordinates":[-0.7793679,51.7902045]},"properties":{"@type":"node","@id":8375641494,"@timestamp":1634050906},"coords":"51.7902045,-0.7793679","bedrooms":"3","price":"172000","area":"668"} , +{"type":"Feature","id":"n8376022203","geometry":{"type":"Point","coordinates":[-0.1609287,51.4863145]},"properties":{"@type":"node","@id":8376022203,"@timestamp":1611940011},"coords":"51.4863145,-0.1609287","bedrooms":"0","price":"281000","area":"591"} , +{"type":"Feature","id":"n8376063177","geometry":{"type":"Point","coordinates":[-0.0161167,51.5487232]},"properties":{"@type":"node","@id":8376063177,"@timestamp":1611942171},"coords":"51.5487232,-0.0161167","bedrooms":"0","price":"291000","area":"439"} , +{"type":"Feature","id":"n8376189868","geometry":{"type":"Point","coordinates":[-0.3793893,51.8882542]},"properties":{"@type":"node","@id":8376189868,"@timestamp":1611945599},"coords":"51.8882542,-0.3793893","bedrooms":"2","price":"261000","area":"423"} , +{"type":"Feature","id":"n8376189904","geometry":{"type":"Point","coordinates":[-0.3761632,51.8908631]},"properties":{"@type":"node","@id":8376189904,"@timestamp":1611945599},"coords":"51.8908631,-0.3761632","bedrooms":"4","price":"223000","area":"522"} , +{"type":"Feature","id":"n8376383529","geometry":{"type":"Point","coordinates":[-0.152398,51.5496201]},"properties":{"@type":"node","@id":8376383529,"@timestamp":1630950807},"coords":"51.5496201,-0.152398","bedrooms":"4","price":"169000","area":"509"} , +{"type":"Feature","id":"n8376703825","geometry":{"type":"Point","coordinates":[-0.3789179,51.8849213]},"properties":{"@type":"node","@id":8376703825,"@timestamp":1611955822},"coords":"51.8849213,-0.3789179","bedrooms":"0","price":"210000","area":"372"} , +{"type":"Feature","id":"n8376703859","geometry":{"type":"Point","coordinates":[-0.3801052,51.8876701]},"properties":{"@type":"node","@id":8376703859,"@timestamp":1611955822},"coords":"51.8876701,-0.3801052","bedrooms":"4","price":"255000","area":"450"} , +{"type":"Feature","id":"n8376703873","geometry":{"type":"Point","coordinates":[-0.3817058,51.8893394]},"properties":{"@type":"node","@id":8376703873,"@timestamp":1611955822},"coords":"51.8893394,-0.3817058","bedrooms":"3","price":"216000","area":"683"} , +{"type":"Feature","id":"n8376703891","geometry":{"type":"Point","coordinates":[-0.386528,51.8870735]},"properties":{"@type":"node","@id":8376703891,"@timestamp":1611955822},"coords":"51.8870735,-0.386528","bedrooms":"1","price":"184000","area":"428"} , +{"type":"Feature","id":"n8376703905","geometry":{"type":"Point","coordinates":[-0.3820925,51.886665]},"properties":{"@type":"node","@id":8376703905,"@timestamp":1611955822},"coords":"51.886665,-0.3820925","bedrooms":"2","price":"294000","area":"469"} , +{"type":"Feature","id":"n8376709748","geometry":{"type":"Point","coordinates":[-0.3861252,51.8833849]},"properties":{"@type":"node","@id":8376709748,"@timestamp":1611955822},"coords":"51.8833849,-0.3861252","bedrooms":"1","price":"240000","area":"374"} , +{"type":"Feature","id":"n8376960646","geometry":{"type":"Point","coordinates":[-0.4724127,51.5122409]},"properties":{"@type":"node","@id":8376960646,"@timestamp":1613237077},"coords":"51.5122409,-0.4724127","bedrooms":"4","price":"180000","area":"584"} , +{"type":"Feature","id":"n8376989642","geometry":{"type":"Point","coordinates":[-0.4232508,51.6605809]},"properties":{"@type":"node","@id":8376989642,"@timestamp":1611962649},"coords":"51.6605809,-0.4232508","bedrooms":"2","price":"177000","area":"610"} , +{"type":"Feature","id":"n8377111472","geometry":{"type":"Point","coordinates":[0.1354937,51.8707184]},"properties":{"@type":"node","@id":8377111472,"@timestamp":1618935348},"coords":"51.8707184,0.1354937","bedrooms":"0","price":"274000","area":"637"} , +{"type":"Feature","id":"n8377204768","geometry":{"type":"Point","coordinates":[-0.1331504,51.5116919]},"properties":{"@type":"node","@id":8377204768,"@timestamp":1611971856},"coords":"51.5116919,-0.1331504","bedrooms":"0","price":"286000","area":"644"} , +{"type":"Feature","id":"n8377441378","geometry":{"type":"Point","coordinates":[-0.1595404,51.4849292]},"properties":{"@type":"node","@id":8377441378,"@timestamp":1611993703},"coords":"51.4849292,-0.1595404","bedrooms":"0","price":"215000","area":"680"} , +{"type":"Feature","id":"n8377561700","geometry":{"type":"Point","coordinates":[-0.1586921,51.484779]},"properties":{"@type":"node","@id":8377561700,"@timestamp":1611993703},"coords":"51.484779,-0.1586921","bedrooms":"3","price":"200000","area":"687"} , +{"type":"Feature","id":"n8377561735","geometry":{"type":"Point","coordinates":[-0.1572859,51.4849268]},"properties":{"@type":"node","@id":8377561735,"@timestamp":1611993703},"coords":"51.4849268,-0.1572859","bedrooms":"2","price":"155000","area":"546"} , +{"type":"Feature","id":"n8377952843","geometry":{"type":"Point","coordinates":[-0.0823718,51.66407]},"properties":{"@type":"node","@id":8377952843,"@timestamp":1621065966},"coords":"51.66407,-0.0823718","bedrooms":"3","price":"209000","area":"475"} , +{"type":"Feature","id":"n8378152371","geometry":{"type":"Point","coordinates":[-0.1459841,51.5228017]},"properties":{"@type":"node","@id":8378152371,"@timestamp":1612011300},"coords":"51.5228017,-0.1459841","bedrooms":"3","price":"258000","area":"509"} , +{"type":"Feature","id":"n8378253131","geometry":{"type":"Point","coordinates":[-0.1631639,51.8844365]},"properties":{"@type":"node","@id":8378253131,"@timestamp":1612014665},"coords":"51.8844365,-0.1631639","bedrooms":"2","price":"236000","area":"401"} , +{"type":"Feature","id":"n8378253146","geometry":{"type":"Point","coordinates":[-0.186131,51.8991561]},"properties":{"@type":"node","@id":8378253146,"@timestamp":1612014665},"coords":"51.8991561,-0.186131","bedrooms":"0","price":"221000","area":"504"} , +{"type":"Feature","id":"n8378253161","geometry":{"type":"Point","coordinates":[-0.182303,51.9063747]},"properties":{"@type":"node","@id":8378253161,"@timestamp":1612014665},"coords":"51.9063747,-0.182303","bedrooms":"3","price":"211000","area":"565"} , +{"type":"Feature","id":"n8378253174","geometry":{"type":"Point","coordinates":[-0.1843295,51.9110046]},"properties":{"@type":"node","@id":8378253174,"@timestamp":1612014665},"coords":"51.9110046,-0.1843295","bedrooms":"4","price":"174000","area":"637"} , +{"type":"Feature","id":"n8378253184","geometry":{"type":"Point","coordinates":[-0.1702842,51.9101848]},"properties":{"@type":"node","@id":8378253184,"@timestamp":1614261844},"coords":"51.9101848,-0.1702842","bedrooms":"0","price":"251000","area":"606"} , +{"type":"Feature","id":"n8378253194","geometry":{"type":"Point","coordinates":[-0.1708721,51.9137102]},"properties":{"@type":"node","@id":8378253194,"@timestamp":1612014665},"coords":"51.9137102,-0.1708721","bedrooms":"1","price":"257000","area":"443"} , +{"type":"Feature","id":"n8378253205","geometry":{"type":"Point","coordinates":[-0.1698294,51.9227144]},"properties":{"@type":"node","@id":8378253205,"@timestamp":1612014665},"coords":"51.9227144,-0.1698294","bedrooms":"3","price":"238000","area":"588"} , +{"type":"Feature","id":"n8378273938","geometry":{"type":"Point","coordinates":[-0.3905457,51.8879684]},"properties":{"@type":"node","@id":8378273938,"@timestamp":1612014154},"coords":"51.8879684,-0.3905457","bedrooms":"4","price":"285000","area":"529"} , +{"type":"Feature","id":"n8378360692","geometry":{"type":"Point","coordinates":[-0.3944435,51.8911744]},"properties":{"@type":"node","@id":8378360692,"@timestamp":1612016462},"coords":"51.8911744,-0.3944435","bedrooms":"4","price":"248000","area":"575"} , +{"type":"Feature","id":"n8378360704","geometry":{"type":"Point","coordinates":[-0.3913282,51.8906626]},"properties":{"@type":"node","@id":8378360704,"@timestamp":1612016462},"coords":"51.8906626,-0.3913282","bedrooms":"2","price":"151000","area":"536"} , +{"type":"Feature","id":"n8378360714","geometry":{"type":"Point","coordinates":[-0.3892519,51.8903522]},"properties":{"@type":"node","@id":8378360714,"@timestamp":1612016462},"coords":"51.8903522,-0.3892519","bedrooms":"3","price":"193000","area":"515"} , +{"type":"Feature","id":"n8378372231","geometry":{"type":"Point","coordinates":[-0.391074,51.892118]},"properties":{"@type":"node","@id":8378372231,"@timestamp":1612016462},"coords":"51.892118,-0.391074","bedrooms":"4","price":"295000","area":"692"} , +{"type":"Feature","id":"n8378437243","geometry":{"type":"Point","coordinates":[-0.3909113,51.8825409]},"properties":{"@type":"node","@id":8378437243,"@timestamp":1612018716},"coords":"51.8825409,-0.3909113","bedrooms":"4","price":"229000","area":"557"} , +{"type":"Feature","id":"n8378437271","geometry":{"type":"Point","coordinates":[-0.3941559,51.8857418]},"properties":{"@type":"node","@id":8378437271,"@timestamp":1612018716},"coords":"51.8857418,-0.3941559","bedrooms":"3","price":"288000","area":"509"} , +{"type":"Feature","id":"n8378439550","geometry":{"type":"Point","coordinates":[-0.5746686,51.2445382]},"properties":{"@type":"node","@id":8378439550,"@timestamp":1612019188},"coords":"51.2445382,-0.5746686","bedrooms":"4","price":"173000","area":"571"} , +{"type":"Feature","id":"n8378691692","geometry":{"type":"Point","coordinates":[-0.1906711,51.4621145]},"properties":{"@type":"node","@id":8378691692,"@timestamp":1612025320},"coords":"51.4621145,-0.1906711","bedrooms":"4","price":"271000","area":"524"} , +{"type":"Feature","id":"n8378888022","geometry":{"type":"Point","coordinates":[-0.3942492,51.8812664]},"properties":{"@type":"node","@id":8378888022,"@timestamp":1612030298},"coords":"51.8812664,-0.3942492","bedrooms":"1","price":"200000","area":"591"} , +{"type":"Feature","id":"n8378964763","geometry":{"type":"Point","coordinates":[-0.160954,51.4844354]},"properties":{"@type":"node","@id":8378964763,"@timestamp":1612032295},"coords":"51.4844354,-0.160954","bedrooms":"2","price":"175000","area":"408"} , +{"type":"Feature","id":"n8378987771","geometry":{"type":"Point","coordinates":[-0.1612447,51.4853667]},"properties":{"@type":"node","@id":8378987771,"@timestamp":1612034836},"coords":"51.4853667,-0.1612447","bedrooms":"3","price":"229000","area":"384"} , +{"type":"Feature","id":"n8378987805","geometry":{"type":"Point","coordinates":[-0.1611156,51.4854432]},"properties":{"@type":"node","@id":8378987805,"@timestamp":1612034836},"coords":"51.4854432,-0.1611156","bedrooms":"1","price":"166000","area":"589"} , +{"type":"Feature","id":"n8379013966","geometry":{"type":"Point","coordinates":[0.0211217,51.5491323]},"properties":{"@type":"node","@id":8379013966,"@timestamp":1620315682},"coords":"51.5491323,0.0211217","bedrooms":"0","price":"277000","area":"628"} , +{"type":"Feature","id":"n8379061002","geometry":{"type":"Point","coordinates":[-0.4733274,51.5142727]},"properties":{"@type":"node","@id":8379061002,"@timestamp":1612263135},"coords":"51.5142727,-0.4733274","bedrooms":"4","price":"267000","area":"368"} , +{"type":"Feature","id":"n8379081213","geometry":{"type":"Point","coordinates":[-0.4089092,51.8821496]},"properties":{"@type":"node","@id":8379081213,"@timestamp":1612036344},"coords":"51.8821496,-0.4089092","bedrooms":"1","price":"154000","area":"533"} , +{"type":"Feature","id":"n8379094823","geometry":{"type":"Point","coordinates":[-0.4052263,51.8838693]},"properties":{"@type":"node","@id":8379094823,"@timestamp":1612036344},"coords":"51.8838693,-0.4052263","bedrooms":"3","price":"155000","area":"504"} , +{"type":"Feature","id":"n8379094833","geometry":{"type":"Point","coordinates":[-0.4041435,51.8838998]},"properties":{"@type":"node","@id":8379094833,"@timestamp":1612036344},"coords":"51.8838998,-0.4041435","bedrooms":"1","price":"164000","area":"451"} , +{"type":"Feature","id":"n8379094843","geometry":{"type":"Point","coordinates":[-0.4050509,51.8841813]},"properties":{"@type":"node","@id":8379094843,"@timestamp":1612036344},"coords":"51.8841813,-0.4050509","bedrooms":"1","price":"231000","area":"679"} , +{"type":"Feature","id":"n8379094869","geometry":{"type":"Point","coordinates":[-0.4024771,51.8844635]},"properties":{"@type":"node","@id":8379094869,"@timestamp":1612036344},"coords":"51.8844635,-0.4024771","bedrooms":"1","price":"257000","area":"420"} , +{"type":"Feature","id":"n8379094903","geometry":{"type":"Point","coordinates":[-0.4030188,51.8889393]},"properties":{"@type":"node","@id":8379094903,"@timestamp":1612036344},"coords":"51.8889393,-0.4030188","bedrooms":"0","price":"293000","area":"523"} , +{"type":"Feature","id":"n8379222840","geometry":{"type":"Point","coordinates":[-0.7391001,51.5140339]},"properties":{"@type":"node","@id":8379222840,"@timestamp":1612040241},"coords":"51.5140339,-0.7391001","bedrooms":"4","price":"238000","area":"419"} , +{"type":"Feature","id":"n8379260153","geometry":{"type":"Point","coordinates":[-0.5306737,51.2458898]},"properties":{"@type":"node","@id":8379260153,"@timestamp":1620994451},"coords":"51.2458898,-0.5306737","bedrooms":"0","price":"156000","area":"571"} , +{"type":"Feature","id":"n8379674450","geometry":{"type":"Point","coordinates":[-0.195889,51.470432]},"properties":{"@type":"node","@id":8379674450,"@timestamp":1623690180},"coords":"51.470432,-0.195889","bedrooms":"4","price":"196000","area":"657"} , +{"type":"Feature","id":"n8379728221","geometry":{"type":"Point","coordinates":[0.198106,51.5152581]},"properties":{"@type":"node","@id":8379728221,"@timestamp":1612055322},"coords":"51.5152581,0.198106","bedrooms":"4","price":"232000","area":"647"} , +{"type":"Feature","id":"n8379910823","geometry":{"type":"Point","coordinates":[-0.1549416,51.5164179]},"properties":{"@type":"node","@id":8379910823,"@timestamp":1625853119},"coords":"51.5164179,-0.1549416","bedrooms":"3","price":"288000","area":"462"} , +{"type":"Feature","id":"n8379932162","geometry":{"type":"Point","coordinates":[-0.1611783,51.4858297]},"properties":{"@type":"node","@id":8379932162,"@timestamp":1612070599},"coords":"51.4858297,-0.1611783","bedrooms":"0","price":"262000","area":"469"} , +{"type":"Feature","id":"n8379987663","geometry":{"type":"Point","coordinates":[-0.1618419,51.485702]},"properties":{"@type":"node","@id":8379987663,"@timestamp":1612076670},"coords":"51.485702,-0.1618419","bedrooms":"2","price":"241000","area":"524"} , +{"type":"Feature","id":"n8379987703","geometry":{"type":"Point","coordinates":[-0.1615885,51.4853172]},"properties":{"@type":"node","@id":8379987703,"@timestamp":1612076670},"coords":"51.4853172,-0.1615885","bedrooms":"1","price":"262000","area":"572"} , +{"type":"Feature","id":"n8380128093","geometry":{"type":"Point","coordinates":[-0.1624545,51.4852283]},"properties":{"@type":"node","@id":8380128093,"@timestamp":1612081810},"coords":"51.4852283,-0.1624545","bedrooms":"3","price":"285000","area":"357"} , +{"type":"Feature","id":"n8380311645","geometry":{"type":"Point","coordinates":[-0.1634995,51.4842791]},"properties":{"@type":"node","@id":8380311645,"@timestamp":1612088472},"coords":"51.4842791,-0.1634995","bedrooms":"4","price":"284000","area":"560"} , +{"type":"Feature","id":"n8380622512","geometry":{"type":"Point","coordinates":[-0.7101504,51.4275892]},"properties":{"@type":"node","@id":8380622512,"@timestamp":1612098104},"coords":"51.4275892,-0.7101504","bedrooms":"2","price":"247000","area":"561"} , +{"type":"Feature","id":"n8380734035","geometry":{"type":"Point","coordinates":[-0.0779242,51.7978307]},"properties":{"@type":"node","@id":8380734035,"@timestamp":1612101752},"coords":"51.7978307,-0.0779242","bedrooms":"4","price":"296000","area":"520"} , +{"type":"Feature","id":"n8380807048","geometry":{"type":"Point","coordinates":[-0.1463621,51.4661709]},"properties":{"@type":"node","@id":8380807048,"@timestamp":1612104442},"coords":"51.4661709,-0.1463621","bedrooms":"2","price":"174000","area":"529"} , +{"type":"Feature","id":"n8380838775","geometry":{"type":"Point","coordinates":[-0.1733767,51.9128246]},"properties":{"@type":"node","@id":8380838775,"@timestamp":1612105152},"coords":"51.9128246,-0.1733767","bedrooms":"1","price":"212000","area":"522"} , +{"type":"Feature","id":"n8380854420","geometry":{"type":"Point","coordinates":[-0.1710378,51.9093201]},"properties":{"@type":"node","@id":8380854420,"@timestamp":1612105152},"coords":"51.9093201,-0.1710378","bedrooms":"3","price":"175000","area":"497"} , +{"type":"Feature","id":"n8380854446","geometry":{"type":"Point","coordinates":[-0.1700557,51.9085242]},"properties":{"@type":"node","@id":8380854446,"@timestamp":1612105152},"coords":"51.9085242,-0.1700557","bedrooms":"0","price":"198000","area":"676"} , +{"type":"Feature","id":"n8380854468","geometry":{"type":"Point","coordinates":[-0.170559,51.9087509]},"properties":{"@type":"node","@id":8380854468,"@timestamp":1612105152},"coords":"51.9087509,-0.170559","bedrooms":"4","price":"248000","area":"610"} , +{"type":"Feature","id":"n8380889630","geometry":{"type":"Point","coordinates":[0.0227303,51.5416985]},"properties":{"@type":"node","@id":8380889630,"@timestamp":1612166821},"coords":"51.5416985,0.0227303","bedrooms":"4","price":"187000","area":"656"} , +{"type":"Feature","id":"n8380920089","geometry":{"type":"Point","coordinates":[0.0022354,51.5534657]},"properties":{"@type":"node","@id":8380920089,"@timestamp":1615378742},"coords":"51.5534657,0.0022354","bedrooms":"3","price":"220000","area":"561"} , +{"type":"Feature","id":"n8381086092","geometry":{"type":"Point","coordinates":[-0.8175104,51.8261771]},"properties":{"@type":"node","@id":8381086092,"@timestamp":1612111305},"coords":"51.8261771,-0.8175104","bedrooms":"1","price":"268000","area":"527"} , +{"type":"Feature","id":"n8381143398","geometry":{"type":"Point","coordinates":[-0.3664682,51.8920708]},"properties":{"@type":"node","@id":8381143398,"@timestamp":1612111736},"coords":"51.8920708,-0.3664682","bedrooms":"0","price":"243000","area":"632"} , +{"type":"Feature","id":"n8381153236","geometry":{"type":"Point","coordinates":[-0.3671574,51.8898646]},"properties":{"@type":"node","@id":8381153236,"@timestamp":1612111736},"coords":"51.8898646,-0.3671574","bedrooms":"4","price":"241000","area":"641"} , +{"type":"Feature","id":"n8381360365","geometry":{"type":"Point","coordinates":[0.5438506,51.6325266]},"properties":{"@type":"node","@id":8381360365,"@timestamp":1612114842},"coords":"51.6325266,0.5438506","bedrooms":"0","price":"161000","area":"677"} , +{"type":"Feature","id":"n8381421312","geometry":{"type":"Point","coordinates":[-0.1380098,50.9542599]},"properties":{"@type":"node","@id":8381421312,"@timestamp":1612117053},"coords":"50.9542599,-0.1380098","bedrooms":"4","price":"280000","area":"666"} , +{"type":"Feature","id":"n8381493457","geometry":{"type":"Point","coordinates":[0.8810356,51.1620242]},"properties":{"@type":"node","@id":8381493457,"@timestamp":1612119520},"coords":"51.1620242,0.8810356","bedrooms":"1","price":"224000","area":"392"} , +{"type":"Feature","id":"n8381668980","geometry":{"type":"Point","coordinates":[-0.1267458,51.4380691]},"properties":{"@type":"node","@id":8381668980,"@timestamp":1616976464},"coords":"51.4380691,-0.1267458","bedrooms":"3","price":"226000","area":"392"} , +{"type":"Feature","id":"n8381682240","geometry":{"type":"Point","coordinates":[-0.126941,51.4383564]},"properties":{"@type":"node","@id":8381682240,"@timestamp":1612121606},"coords":"51.4383564,-0.126941","bedrooms":"1","price":"288000","area":"512"} , +{"type":"Feature","id":"n8381760805","geometry":{"type":"Point","coordinates":[-0.9752882,51.9522061]},"properties":{"@type":"node","@id":8381760805,"@timestamp":1612123378},"coords":"51.9522061,-0.9752882","bedrooms":"0","price":"241000","area":"546"} , +{"type":"Feature","id":"n8381802640","geometry":{"type":"Point","coordinates":[-0.1186798,51.4364062]},"properties":{"@type":"node","@id":8381802640,"@timestamp":1612124676},"coords":"51.4364062,-0.1186798","bedrooms":"3","price":"185000","area":"680"} , +{"type":"Feature","id":"n8381996115","geometry":{"type":"Point","coordinates":[-0.4328275,51.652321]},"properties":{"@type":"node","@id":8381996115,"@timestamp":1626612103},"coords":"51.652321,-0.4328275","bedrooms":"2","price":"294000","area":"449"} , +{"type":"Feature","id":"n8382148236","geometry":{"type":"Point","coordinates":[-0.7403208,51.7334027]},"properties":{"@type":"node","@id":8382148236,"@timestamp":1612134058},"coords":"51.7334027,-0.7403208","bedrooms":"4","price":"163000","area":"469"} , +{"type":"Feature","id":"n8382155347","geometry":{"type":"Point","coordinates":[0.8785369,51.1399426]},"properties":{"@type":"node","@id":8382155347,"@timestamp":1612132949},"coords":"51.1399426,0.8785369","bedrooms":"4","price":"225000","area":"432"} , +{"type":"Feature","id":"n8382225675","geometry":{"type":"Point","coordinates":[-0.3606872,51.8878454]},"properties":{"@type":"node","@id":8382225675,"@timestamp":1612136514},"coords":"51.8878454,-0.3606872","bedrooms":"2","price":"236000","area":"385"} , +{"type":"Feature","id":"n8382254433","geometry":{"type":"Point","coordinates":[-0.3632129,51.8906304]},"properties":{"@type":"node","@id":8382254433,"@timestamp":1612136514},"coords":"51.8906304,-0.3632129","bedrooms":"0","price":"167000","area":"366"} , +{"type":"Feature","id":"n8382254478","geometry":{"type":"Point","coordinates":[-0.3726013,51.8911275]},"properties":{"@type":"node","@id":8382254478,"@timestamp":1612136514},"coords":"51.8911275,-0.3726013","bedrooms":"4","price":"177000","area":"522"} , +{"type":"Feature","id":"n8382254654","geometry":{"type":"Point","coordinates":[-0.405395,51.0718238]},"properties":{"@type":"node","@id":8382254654,"@timestamp":1612138214},"coords":"51.0718238,-0.405395","bedrooms":"3","price":"234000","area":"584"} , +{"type":"Feature","id":"n8382264644","geometry":{"type":"Point","coordinates":[0.4752245,51.300803]},"properties":{"@type":"node","@id":8382264644,"@timestamp":1631376245},"coords":"51.300803,0.4752245","bedrooms":"2","price":"199000","area":"384"} , +{"type":"Feature","id":"n8382402601","geometry":{"type":"Point","coordinates":[0.8765709,51.2496322]},"properties":{"@type":"node","@id":8382402601,"@timestamp":1612142999},"coords":"51.2496322,0.8765709","bedrooms":"3","price":"179000","area":"524"} , +{"type":"Feature","id":"n8382510207","geometry":{"type":"Point","coordinates":[-0.1482376,51.5125602]},"properties":{"@type":"node","@id":8382510207,"@timestamp":1612148644},"coords":"51.5125602,-0.1482376","bedrooms":"2","price":"275000","area":"635"} , +{"type":"Feature","id":"n8382522032","geometry":{"type":"Point","coordinates":[0.4794602,51.2627962]},"properties":{"@type":"node","@id":8382522032,"@timestamp":1612148746},"coords":"51.2627962,0.4794602","bedrooms":"4","price":"284000","area":"478"} , +{"type":"Feature","id":"n8382524550","geometry":{"type":"Point","coordinates":[-0.1466515,51.5181146]},"properties":{"@type":"node","@id":8382524550,"@timestamp":1612149648},"coords":"51.5181146,-0.1466515","bedrooms":"0","price":"210000","area":"422"} , +{"type":"Feature","id":"n8382532165","geometry":{"type":"Point","coordinates":[-0.1510356,51.5160726]},"properties":{"@type":"node","@id":8382532165,"@timestamp":1612149404},"coords":"51.5160726,-0.1510356","bedrooms":"0","price":"197000","area":"367"} , +{"type":"Feature","id":"n8382744261","geometry":{"type":"Point","coordinates":[0.577633,51.2757951]},"properties":{"@type":"node","@id":8382744261,"@timestamp":1612156479},"coords":"51.2757951,0.577633","bedrooms":"0","price":"224000","area":"513"} , +{"type":"Feature","id":"n8383007230","geometry":{"type":"Point","coordinates":[0.1997906,51.5202023]},"properties":{"@type":"node","@id":8383007230,"@timestamp":1612164345},"coords":"51.5202023,0.1997906","bedrooms":"3","price":"283000","area":"525"} , +{"type":"Feature","id":"n8383449845","geometry":{"type":"Point","coordinates":[0.8792594,51.1584322]},"properties":{"@type":"node","@id":8383449845,"@timestamp":1612174331},"coords":"51.1584322,0.8792594","bedrooms":"0","price":"245000","area":"449"} , +{"type":"Feature","id":"n8383459052","geometry":{"type":"Point","coordinates":[-0.9526046,51.9427036]},"properties":{"@type":"node","@id":8383459052,"@timestamp":1612174321},"coords":"51.9427036,-0.9526046","bedrooms":"4","price":"196000","area":"641"} , +{"type":"Feature","id":"n8383563903","geometry":{"type":"Point","coordinates":[-0.8331567,51.8296008]},"properties":{"@type":"node","@id":8383563903,"@timestamp":1612176445},"coords":"51.8296008,-0.8331567","bedrooms":"2","price":"199000","area":"646"} , +{"type":"Feature","id":"n8383566534","geometry":{"type":"Point","coordinates":[-0.1995069,51.3472538]},"properties":{"@type":"node","@id":8383566534,"@timestamp":1612176353},"coords":"51.3472538,-0.1995069","bedrooms":"2","price":"168000","area":"647"} , +{"type":"Feature","id":"n8383630079","geometry":{"type":"Point","coordinates":[-0.4667976,51.5112473]},"properties":{"@type":"node","@id":8383630079,"@timestamp":1612177864},"coords":"51.5112473,-0.4667976","bedrooms":"3","price":"200000","area":"685"} , +{"type":"Feature","id":"n8383635794","geometry":{"type":"Point","coordinates":[-1.0260626,51.9441917]},"properties":{"@type":"node","@id":8383635794,"@timestamp":1612177406},"coords":"51.9441917,-1.0260626","bedrooms":"2","price":"176000","area":"411"} , +{"type":"Feature","id":"n8383730675","geometry":{"type":"Point","coordinates":[-0.1077154,51.4340575]},"properties":{"@type":"node","@id":8383730675,"@timestamp":1612179523},"coords":"51.4340575,-0.1077154","bedrooms":"4","price":"211000","area":"451"} , +{"type":"Feature","id":"n8383730685","geometry":{"type":"Point","coordinates":[-0.1155351,51.4320237]},"properties":{"@type":"node","@id":8383730685,"@timestamp":1619097726},"coords":"51.4320237,-0.1155351","bedrooms":"3","price":"184000","area":"481"} , +{"type":"Feature","id":"n8383730696","geometry":{"type":"Point","coordinates":[-0.1059013,51.4367385]},"properties":{"@type":"node","@id":8383730696,"@timestamp":1619097726},"coords":"51.4367385,-0.1059013","bedrooms":"3","price":"236000","area":"669"} , +{"type":"Feature","id":"n8383767845","geometry":{"type":"Point","coordinates":[-0.1001825,51.4398387]},"properties":{"@type":"node","@id":8383767845,"@timestamp":1612180073},"coords":"51.4398387,-0.1001825","bedrooms":"0","price":"179000","area":"416"} , +{"type":"Feature","id":"n8383855673","geometry":{"type":"Point","coordinates":[-0.19396,51.0350698]},"properties":{"@type":"node","@id":8383855673,"@timestamp":1612182199},"coords":"51.0350698,-0.19396","bedrooms":"3","price":"185000","area":"574"} , +{"type":"Feature","id":"n8383911434","geometry":{"type":"Point","coordinates":[-0.2682664,51.069495]},"properties":{"@type":"node","@id":8383911434,"@timestamp":1612183736},"coords":"51.069495,-0.2682664","bedrooms":"4","price":"278000","area":"403"} , +{"type":"Feature","id":"n8383922150","geometry":{"type":"Point","coordinates":[-0.1849293,51.4700781]},"properties":{"@type":"node","@id":8383922150,"@timestamp":1612183318},"coords":"51.4700781,-0.1849293","bedrooms":"1","price":"208000","area":"429"} , +{"type":"Feature","id":"n8383984917","geometry":{"type":"Point","coordinates":[-0.7513247,51.7424825]},"properties":{"@type":"node","@id":8383984917,"@timestamp":1612184699},"coords":"51.7424825,-0.7513247","bedrooms":"0","price":"262000","area":"485"} , +{"type":"Feature","id":"n8384035576","geometry":{"type":"Point","coordinates":[-0.4139963,51.6503376]},"properties":{"@type":"node","@id":8384035576,"@timestamp":1626445508},"coords":"51.6503376,-0.4139963","bedrooms":"3","price":"265000","area":"593"} , +{"type":"Feature","id":"n8384266444","geometry":{"type":"Point","coordinates":[-0.1073691,51.4413282]},"properties":{"@type":"node","@id":8384266444,"@timestamp":1612190818},"coords":"51.4413282,-0.1073691","bedrooms":"4","price":"230000","area":"651"} , +{"type":"Feature","id":"n8384377095","geometry":{"type":"Point","coordinates":[-0.4430463,51.5157879]},"properties":{"@type":"node","@id":8384377095,"@timestamp":1612313592},"coords":"51.5157879,-0.4430463","bedrooms":"1","price":"198000","area":"517"} , +{"type":"Feature","id":"n8384490779","geometry":{"type":"Point","coordinates":[-0.3692746,51.8930405]},"properties":{"@type":"node","@id":8384490779,"@timestamp":1612196023},"coords":"51.8930405,-0.3692746","bedrooms":"0","price":"236000","area":"613"} , +{"type":"Feature","id":"n8384490809","geometry":{"type":"Point","coordinates":[-0.3762919,51.8965553]},"properties":{"@type":"node","@id":8384490809,"@timestamp":1612196023},"coords":"51.8965553,-0.3762919","bedrooms":"3","price":"256000","area":"457"} , +{"type":"Feature","id":"n8384495717","geometry":{"type":"Point","coordinates":[-0.3796567,51.8964273]},"properties":{"@type":"node","@id":8384495717,"@timestamp":1612196023},"coords":"51.8964273,-0.3796567","bedrooms":"3","price":"224000","area":"500"} , +{"type":"Feature","id":"n8384495737","geometry":{"type":"Point","coordinates":[-0.3806718,51.8949497]},"properties":{"@type":"node","@id":8384495737,"@timestamp":1612196023},"coords":"51.8949497,-0.3806718","bedrooms":"4","price":"193000","area":"694"} , +{"type":"Feature","id":"n8384512106","geometry":{"type":"Point","coordinates":[-0.3805318,51.8934039]},"properties":{"@type":"node","@id":8384512106,"@timestamp":1612197047},"coords":"51.8934039,-0.3805318","bedrooms":"0","price":"223000","area":"491"} , +{"type":"Feature","id":"n8384537425","geometry":{"type":"Point","coordinates":[-0.3833816,51.8937701]},"properties":{"@type":"node","@id":8384537425,"@timestamp":1612197047},"coords":"51.8937701,-0.3833816","bedrooms":"4","price":"211000","area":"637"} , +{"type":"Feature","id":"n8384537435","geometry":{"type":"Point","coordinates":[-0.383023,51.8936233]},"properties":{"@type":"node","@id":8384537435,"@timestamp":1612197047},"coords":"51.8936233,-0.383023","bedrooms":"0","price":"182000","area":"467"} , +{"type":"Feature","id":"n8384541966","geometry":{"type":"Point","coordinates":[-0.3649418,51.3706008]},"properties":{"@type":"node","@id":8384541966,"@timestamp":1615152385},"coords":"51.3706008,-0.3649418","bedrooms":"3","price":"180000","area":"564"} , +{"type":"Feature","id":"n8384542065","geometry":{"type":"Point","coordinates":[-0.3643912,51.3703768]},"properties":{"@type":"node","@id":8384542065,"@timestamp":1615139172},"coords":"51.3703768,-0.3643912","bedrooms":"0","price":"153000","area":"638"} , +{"type":"Feature","id":"n8384542655","geometry":{"type":"Point","coordinates":[-0.4834132,51.5134052]},"properties":{"@type":"node","@id":8384542655,"@timestamp":1613060917},"coords":"51.5134052,-0.4834132","bedrooms":"4","price":"184000","area":"362"} , +{"type":"Feature","id":"n8384631428","geometry":{"type":"Point","coordinates":[-0.387856,51.8963108]},"properties":{"@type":"node","@id":8384631428,"@timestamp":1612199729},"coords":"51.8963108,-0.387856","bedrooms":"3","price":"159000","area":"658"} , +{"type":"Feature","id":"n8384632411","geometry":{"type":"Point","coordinates":[-0.4799587,51.5126963]},"properties":{"@type":"node","@id":8384632411,"@timestamp":1612200462},"coords":"51.5126963,-0.4799587","bedrooms":"2","price":"164000","area":"686"} , +{"type":"Feature","id":"n8384717640","geometry":{"type":"Point","coordinates":[-0.1622188,51.4873979]},"properties":{"@type":"node","@id":8384717640,"@timestamp":1612201901},"coords":"51.4873979,-0.1622188","bedrooms":"3","price":"223000","area":"397"} , +{"type":"Feature","id":"n8384731975","geometry":{"type":"Point","coordinates":[0.0024704,51.5557919]},"properties":{"@type":"node","@id":8384731975,"@timestamp":1612202482},"coords":"51.5557919,0.0024704","bedrooms":"0","price":"253000","area":"434"} , +{"type":"Feature","id":"n8384751975","geometry":{"type":"Point","coordinates":[-0.1636201,51.4867743]},"properties":{"@type":"node","@id":8384751975,"@timestamp":1612202969},"coords":"51.4867743,-0.1636201","bedrooms":"2","price":"268000","area":"445"} , +{"type":"Feature","id":"n8384782938","geometry":{"type":"Point","coordinates":[-0.38726,51.8977989]},"properties":{"@type":"node","@id":8384782938,"@timestamp":1612203529},"coords":"51.8977989,-0.38726","bedrooms":"1","price":"294000","area":"448"} , +{"type":"Feature","id":"n8384782959","geometry":{"type":"Point","coordinates":[-0.3848424,51.8976582]},"properties":{"@type":"node","@id":8384782959,"@timestamp":1612203529},"coords":"51.8976582,-0.3848424","bedrooms":"3","price":"167000","area":"564"} , +{"type":"Feature","id":"n8384783007","geometry":{"type":"Point","coordinates":[-0.3818138,51.8975558]},"properties":{"@type":"node","@id":8384783007,"@timestamp":1612203529},"coords":"51.8975558,-0.3818138","bedrooms":"1","price":"154000","area":"429"} , +{"type":"Feature","id":"n8384787439","geometry":{"type":"Point","coordinates":[-0.3786975,51.8988473]},"properties":{"@type":"node","@id":8384787439,"@timestamp":1612203529},"coords":"51.8988473,-0.3786975","bedrooms":"0","price":"168000","area":"649"} , +{"type":"Feature","id":"n8384903531","geometry":{"type":"Point","coordinates":[-0.164179,51.4867678]},"properties":{"@type":"node","@id":8384903531,"@timestamp":1612205434},"coords":"51.4867678,-0.164179","bedrooms":"3","price":"284000","area":"654"} , +{"type":"Feature","id":"n8384903541","geometry":{"type":"Point","coordinates":[-0.1647354,51.4864519]},"properties":{"@type":"node","@id":8384903541,"@timestamp":1612205434},"coords":"51.4864519,-0.1647354","bedrooms":"2","price":"242000","area":"635"} , +{"type":"Feature","id":"n8384903619","geometry":{"type":"Point","coordinates":[-0.1638654,51.4866437]},"properties":{"@type":"node","@id":8384903619,"@timestamp":1612205434},"coords":"51.4866437,-0.1638654","bedrooms":"2","price":"230000","area":"539"} , +{"type":"Feature","id":"n8384903629","geometry":{"type":"Point","coordinates":[-0.1644257,51.4863405]},"properties":{"@type":"node","@id":8384903629,"@timestamp":1612205434},"coords":"51.4863405,-0.1644257","bedrooms":"2","price":"286000","area":"444"} , +{"type":"Feature","id":"n8384938864","geometry":{"type":"Point","coordinates":[-1.0476189,51.2694633]},"properties":{"@type":"node","@id":8384938864,"@timestamp":1612206395},"coords":"51.2694633,-1.0476189","bedrooms":"1","price":"191000","area":"556"} , +{"type":"Feature","id":"n8384939225","geometry":{"type":"Point","coordinates":[-1.0445742,51.2726634]},"properties":{"@type":"node","@id":8384939225,"@timestamp":1612206395},"coords":"51.2726634,-1.0445742","bedrooms":"3","price":"266000","area":"652"} , +{"type":"Feature","id":"n8385179784","geometry":{"type":"Point","coordinates":[0.8831596,51.162949]},"properties":{"@type":"node","@id":8385179784,"@timestamp":1612212564},"coords":"51.162949,0.8831596","bedrooms":"1","price":"228000","area":"443"} , +{"type":"Feature","id":"n8385226110","geometry":{"type":"Point","coordinates":[0.8838978,51.1644433]},"properties":{"@type":"node","@id":8385226110,"@timestamp":1612214213},"coords":"51.1644433,0.8838978","bedrooms":"4","price":"218000","area":"527"} , +{"type":"Feature","id":"n8385429913","geometry":{"type":"Point","coordinates":[-0.3783351,51.6663613]},"properties":{"@type":"node","@id":8385429913,"@timestamp":1612222552},"coords":"51.6663613,-0.3783351","bedrooms":"4","price":"263000","area":"397"} , +{"type":"Feature","id":"n8385471253","geometry":{"type":"Point","coordinates":[-0.3790341,51.654968]},"properties":{"@type":"node","@id":8385471253,"@timestamp":1612221051},"coords":"51.654968,-0.3790341","bedrooms":"2","price":"206000","area":"628"} , +{"type":"Feature","id":"n8385471282","geometry":{"type":"Point","coordinates":[-0.3754441,51.6538475]},"properties":{"@type":"node","@id":8385471282,"@timestamp":1612221051},"coords":"51.6538475,-0.3754441","bedrooms":"0","price":"244000","area":"476"} , +{"type":"Feature","id":"n8385472230","geometry":{"type":"Point","coordinates":[-0.3855041,51.6570806]},"properties":{"@type":"node","@id":8385472230,"@timestamp":1612221051},"coords":"51.6570806,-0.3855041","bedrooms":"0","price":"267000","area":"540"} , +{"type":"Feature","id":"n8385472279","geometry":{"type":"Point","coordinates":[-0.3792736,51.6623679]},"properties":{"@type":"node","@id":8385472279,"@timestamp":1612221051},"coords":"51.6623679,-0.3792736","bedrooms":"4","price":"156000","area":"631"} , +{"type":"Feature","id":"n8385472302","geometry":{"type":"Point","coordinates":[-0.3710675,51.6641494]},"properties":{"@type":"node","@id":8385472302,"@timestamp":1612221051},"coords":"51.6641494,-0.3710675","bedrooms":"3","price":"270000","area":"355"} , +{"type":"Feature","id":"n8385507610","geometry":{"type":"Point","coordinates":[-0.3640096,51.6652096]},"properties":{"@type":"node","@id":8385507610,"@timestamp":1612224336},"coords":"51.6652096,-0.3640096","bedrooms":"4","price":"228000","area":"684"} , +{"type":"Feature","id":"n8385521751","geometry":{"type":"Point","coordinates":[-0.3764402,51.6657117]},"properties":{"@type":"node","@id":8385521751,"@timestamp":1612222552},"coords":"51.6657117,-0.3764402","bedrooms":"4","price":"292000","area":"550"} , +{"type":"Feature","id":"n8385640835","geometry":{"type":"Point","coordinates":[-0.2292028,51.4264046]},"properties":{"@type":"node","@id":8385640835,"@timestamp":1612225779},"coords":"51.4264046,-0.2292028","bedrooms":"4","price":"299000","area":"602"} , +{"type":"Feature","id":"n8385659399","geometry":{"type":"Point","coordinates":[-0.1613922,51.5154129]},"properties":{"@type":"node","@id":8385659399,"@timestamp":1612226901},"coords":"51.5154129,-0.1613922","bedrooms":"1","price":"234000","area":"626"} , +{"type":"Feature","id":"n8385668727","geometry":{"type":"Point","coordinates":[0.1467756,51.7892814]},"properties":{"@type":"node","@id":8385668727,"@timestamp":1612227041},"coords":"51.7892814,0.1467756","bedrooms":"4","price":"187000","area":"595"} , +{"type":"Feature","id":"n8386357252","geometry":{"type":"Point","coordinates":[-0.0943949,51.5328393]},"properties":{"@type":"node","@id":8386357252,"@timestamp":1612251108},"coords":"51.5328393,-0.0943949","bedrooms":"2","price":"164000","area":"531"} , +{"type":"Feature","id":"n8386361669","geometry":{"type":"Point","coordinates":[-0.1632418,51.4867149]},"properties":{"@type":"node","@id":8386361669,"@timestamp":1612250665},"coords":"51.4867149,-0.1632418","bedrooms":"2","price":"152000","area":"420"} , +{"type":"Feature","id":"n8386361679","geometry":{"type":"Point","coordinates":[-0.1638122,51.4864051]},"properties":{"@type":"node","@id":8386361679,"@timestamp":1612250665},"coords":"51.4864051,-0.1638122","bedrooms":"2","price":"270000","area":"401"} , +{"type":"Feature","id":"n8386361689","geometry":{"type":"Point","coordinates":[-0.1643731,51.4861004]},"properties":{"@type":"node","@id":8386361689,"@timestamp":1612250665},"coords":"51.4861004,-0.1643731","bedrooms":"2","price":"253000","area":"482"} , +{"type":"Feature","id":"n8386369786","geometry":{"type":"Point","coordinates":[-0.1647943,51.4856954]},"properties":{"@type":"node","@id":8386369786,"@timestamp":1612250665},"coords":"51.4856954,-0.1647943","bedrooms":"1","price":"152000","area":"357"} , +{"type":"Feature","id":"n8386369848","geometry":{"type":"Point","coordinates":[-0.1645001,51.4856819]},"properties":{"@type":"node","@id":8386369848,"@timestamp":1612250665},"coords":"51.4856819,-0.1645001","bedrooms":"0","price":"280000","area":"637"} , +{"type":"Feature","id":"n8386369858","geometry":{"type":"Point","coordinates":[-0.163989,51.4859885]},"properties":{"@type":"node","@id":8386369858,"@timestamp":1612250665},"coords":"51.4859885,-0.163989","bedrooms":"3","price":"236000","area":"368"} , +{"type":"Feature","id":"n8386369868","geometry":{"type":"Point","coordinates":[-0.1634863,51.48629]},"properties":{"@type":"node","@id":8386369868,"@timestamp":1612250665},"coords":"51.48629,-0.1634863","bedrooms":"2","price":"275000","area":"636"} , +{"type":"Feature","id":"n8386369954","geometry":{"type":"Point","coordinates":[-0.1628682,51.4865594]},"properties":{"@type":"node","@id":8386369954,"@timestamp":1612250665},"coords":"51.4865594,-0.1628682","bedrooms":"1","price":"178000","area":"353"} , +{"type":"Feature","id":"n8386475666","geometry":{"type":"Point","coordinates":[-0.1619498,51.4863968]},"properties":{"@type":"node","@id":8386475666,"@timestamp":1612252955},"coords":"51.4863968,-0.1619498","bedrooms":"3","price":"297000","area":"381"} , +{"type":"Feature","id":"n8386726884","geometry":{"type":"Point","coordinates":[-0.1626661,51.4864865]},"properties":{"@type":"node","@id":8386726884,"@timestamp":1612259168},"coords":"51.4864865,-0.1626661","bedrooms":"3","price":"274000","area":"472"} , +{"type":"Feature","id":"n8386739533","geometry":{"type":"Point","coordinates":[-0.16304,51.4860083]},"properties":{"@type":"node","@id":8386739533,"@timestamp":1612259168},"coords":"51.4860083,-0.16304","bedrooms":"2","price":"250000","area":"533"} , +{"type":"Feature","id":"n8386739543","geometry":{"type":"Point","coordinates":[-0.1635438,51.4857198]},"properties":{"@type":"node","@id":8386739543,"@timestamp":1612259168},"coords":"51.4857198,-0.1635438","bedrooms":"4","price":"237000","area":"423"} , +{"type":"Feature","id":"n8386850236","geometry":{"type":"Point","coordinates":[-0.1202057,51.4353547]},"properties":{"@type":"node","@id":8386850236,"@timestamp":1612261662},"coords":"51.4353547,-0.1202057","bedrooms":"3","price":"162000","area":"591"} , +{"type":"Feature","id":"n8386892060","geometry":{"type":"Point","coordinates":[-0.6433083,51.3028681]},"properties":{"@type":"node","@id":8386892060,"@timestamp":1612262944},"coords":"51.3028681,-0.6433083","bedrooms":"3","price":"276000","area":"366"} , +{"type":"Feature","id":"n8386894037","geometry":{"type":"Point","coordinates":[-0.1377247,50.9402647]},"properties":{"@type":"node","@id":8386894037,"@timestamp":1612262683},"coords":"50.9402647,-0.1377247","bedrooms":"1","price":"226000","area":"561"} , +{"type":"Feature","id":"n8386894047","geometry":{"type":"Point","coordinates":[-0.1446783,50.9343253]},"properties":{"@type":"node","@id":8386894047,"@timestamp":1612262683},"coords":"50.9343253,-0.1446783","bedrooms":"1","price":"160000","area":"626"} , +{"type":"Feature","id":"n8387051908","geometry":{"type":"Point","coordinates":[0.3261207,51.1451852]},"properties":{"@type":"node","@id":8387051908,"@timestamp":1612264409},"coords":"51.1451852,0.3261207","bedrooms":"4","price":"285000","area":"360"} , +{"type":"Feature","id":"n8387107423","geometry":{"type":"Point","coordinates":[-0.1709471,51.1548069]},"properties":{"@type":"node","@id":8387107423,"@timestamp":1612279106},"coords":"51.1548069,-0.1709471","bedrooms":"2","price":"270000","area":"444"} , +{"type":"Feature","id":"n8387155805","geometry":{"type":"Point","coordinates":[-0.1633618,51.4860998]},"properties":{"@type":"node","@id":8387155805,"@timestamp":1612267206},"coords":"51.4860998,-0.1633618","bedrooms":"3","price":"228000","area":"370"} , +{"type":"Feature","id":"n8387186225","geometry":{"type":"Point","coordinates":[-0.1641654,51.485615]},"properties":{"@type":"node","@id":8387186225,"@timestamp":1612267206},"coords":"51.485615,-0.1641654","bedrooms":"1","price":"287000","area":"603"} , +{"type":"Feature","id":"n8387361229","geometry":{"type":"Point","coordinates":[-0.3300894,51.2945227]},"properties":{"@type":"node","@id":8387361229,"@timestamp":1618698297},"coords":"51.2945227,-0.3300894","bedrooms":"1","price":"151000","area":"399"} , +{"type":"Feature","id":"n8387472173","geometry":{"type":"Point","coordinates":[-0.1729582,51.5435102]},"properties":{"@type":"node","@id":8387472173,"@timestamp":1612275616},"coords":"51.5435102,-0.1729582","bedrooms":"2","price":"262000","area":"410"} , +{"type":"Feature","id":"n8387591096","geometry":{"type":"Point","coordinates":[0.8854654,51.1641376]},"properties":{"@type":"node","@id":8387591096,"@timestamp":1612275159},"coords":"51.1641376,0.8854654","bedrooms":"3","price":"224000","area":"466"} , +{"type":"Feature","id":"n8387613916","geometry":{"type":"Point","coordinates":[-0.807552,51.8264321]},"properties":{"@type":"node","@id":8387613916,"@timestamp":1612276010},"coords":"51.8264321,-0.807552","bedrooms":"4","price":"254000","area":"382"} , +{"type":"Feature","id":"n8387668351","geometry":{"type":"Point","coordinates":[-0.8288441,51.825875]},"properties":{"@type":"node","@id":8387668351,"@timestamp":1631294584},"coords":"51.825875,-0.8288441","bedrooms":"0","price":"214000","area":"479"} , +{"type":"Feature","id":"n8387719257","geometry":{"type":"Point","coordinates":[0.6762022,51.6157958]},"properties":{"@type":"node","@id":8387719257,"@timestamp":1612279259},"coords":"51.6157958,0.6762022","bedrooms":"0","price":"259000","area":"516"} , +{"type":"Feature","id":"n8387793697","geometry":{"type":"Point","coordinates":[0.5769764,51.5682225]},"properties":{"@type":"node","@id":8387793697,"@timestamp":1612279765},"coords":"51.5682225,0.5769764","bedrooms":"1","price":"227000","area":"541"} , +{"type":"Feature","id":"n8387986361","geometry":{"type":"Point","coordinates":[0.0039595,51.6063031]},"properties":{"@type":"node","@id":8387986361,"@timestamp":1612283510},"coords":"51.6063031,0.0039595","bedrooms":"1","price":"291000","area":"686"} , +{"type":"Feature","id":"n8388107804","geometry":{"type":"Point","coordinates":[-0.3303523,51.2965877]},"properties":{"@type":"node","@id":8388107804,"@timestamp":1612288028},"coords":"51.2965877,-0.3303523","bedrooms":"1","price":"253000","area":"487"} , +{"type":"Feature","id":"n8388143316","geometry":{"type":"Point","coordinates":[-0.3292707,51.2967504]},"properties":{"@type":"node","@id":8388143316,"@timestamp":1618668214},"coords":"51.2967504,-0.3292707","bedrooms":"3","price":"167000","area":"535"} , +{"type":"Feature","id":"n8388143371","geometry":{"type":"Point","coordinates":[-0.3279425,51.2917827]},"properties":{"@type":"node","@id":8388143371,"@timestamp":1619138777},"coords":"51.2917827,-0.3279425","bedrooms":"1","price":"150000","area":"424"} , +{"type":"Feature","id":"n8388143467","geometry":{"type":"Point","coordinates":[-0.3210051,51.2966756]},"properties":{"@type":"node","@id":8388143467,"@timestamp":1618659388},"coords":"51.2966756,-0.3210051","bedrooms":"0","price":"247000","area":"652"} , +{"type":"Feature","id":"n8388209476","geometry":{"type":"Point","coordinates":[-0.1620521,51.4858685]},"properties":{"@type":"node","@id":8388209476,"@timestamp":1612289632},"coords":"51.4858685,-0.1620521","bedrooms":"2","price":"290000","area":"600"} , +{"type":"Feature","id":"n8388363932","geometry":{"type":"Point","coordinates":[-0.1697409,51.5437696]},"properties":{"@type":"node","@id":8388363932,"@timestamp":1612294657},"coords":"51.5437696,-0.1697409","bedrooms":"3","price":"299000","area":"398"} , +{"type":"Feature","id":"n8388376362","geometry":{"type":"Point","coordinates":[-0.002569,51.5533096]},"properties":{"@type":"node","@id":8388376362,"@timestamp":1612295655},"coords":"51.5533096,-0.002569","bedrooms":"3","price":"260000","area":"494"} , +{"type":"Feature","id":"n8388376372","geometry":{"type":"Point","coordinates":[-0.0039088,51.5518082]},"properties":{"@type":"node","@id":8388376372,"@timestamp":1618416044},"coords":"51.5518082,-0.0039088","bedrooms":"4","price":"209000","area":"380"} , +{"type":"Feature","id":"n8388376382","geometry":{"type":"Point","coordinates":[-0.0031241,51.5519858]},"properties":{"@type":"node","@id":8388376382,"@timestamp":1618416044},"coords":"51.5519858,-0.0031241","bedrooms":"4","price":"284000","area":"496"} , +{"type":"Feature","id":"n8388376392","geometry":{"type":"Point","coordinates":[-0.0005071,51.552048]},"properties":{"@type":"node","@id":8388376392,"@timestamp":1618416044},"coords":"51.552048,-0.0005071","bedrooms":"1","price":"293000","area":"453"} , +{"type":"Feature","id":"n8388376402","geometry":{"type":"Point","coordinates":[-0.0005164,51.552604]},"properties":{"@type":"node","@id":8388376402,"@timestamp":1618416044},"coords":"51.552604,-0.0005164","bedrooms":"2","price":"187000","area":"543"} , +{"type":"Feature","id":"n8388376412","geometry":{"type":"Point","coordinates":[0.0011199,51.5532261]},"properties":{"@type":"node","@id":8388376412,"@timestamp":1612295655},"coords":"51.5532261,0.0011199","bedrooms":"0","price":"249000","area":"587"} , +{"type":"Feature","id":"n8388398620","geometry":{"type":"Point","coordinates":[-0.0012858,51.5529301]},"properties":{"@type":"node","@id":8388398620,"@timestamp":1618416044},"coords":"51.5529301,-0.0012858","bedrooms":"0","price":"286000","area":"455"} , +{"type":"Feature","id":"n8388398630","geometry":{"type":"Point","coordinates":[-0.0025454,51.5527449]},"properties":{"@type":"node","@id":8388398630,"@timestamp":1618405176},"coords":"51.5527449,-0.0025454","bedrooms":"4","price":"211000","area":"353"} , +{"type":"Feature","id":"n8388398640","geometry":{"type":"Point","coordinates":[-0.0034928,51.5523906]},"properties":{"@type":"node","@id":8388398640,"@timestamp":1618416044},"coords":"51.5523906,-0.0034928","bedrooms":"1","price":"163000","area":"497"} , +{"type":"Feature","id":"n8388398667","geometry":{"type":"Point","coordinates":[-0.0038323,51.5522612]},"properties":{"@type":"node","@id":8388398667,"@timestamp":1618416044},"coords":"51.5522612,-0.0038323","bedrooms":"0","price":"243000","area":"514"} , +{"type":"Feature","id":"n8388407326","geometry":{"type":"Point","coordinates":[-0.3932829,51.8980246]},"properties":{"@type":"node","@id":8388407326,"@timestamp":1612295731},"coords":"51.8980246,-0.3932829","bedrooms":"2","price":"166000","area":"633"} , +{"type":"Feature","id":"n8388407362","geometry":{"type":"Point","coordinates":[-0.3984215,51.8950458]},"properties":{"@type":"node","@id":8388407362,"@timestamp":1612295731},"coords":"51.8950458,-0.3984215","bedrooms":"2","price":"258000","area":"557"} , +{"type":"Feature","id":"n8388446848","geometry":{"type":"Point","coordinates":[-0.3889404,51.9015854]},"properties":{"@type":"node","@id":8388446848,"@timestamp":1612297596},"coords":"51.9015854,-0.3889404","bedrooms":"3","price":"258000","area":"677"} , +{"type":"Feature","id":"n8388446881","geometry":{"type":"Point","coordinates":[-0.3875846,51.9004559]},"properties":{"@type":"node","@id":8388446881,"@timestamp":1612297596},"coords":"51.9004559,-0.3875846","bedrooms":"2","price":"196000","area":"639"} , +{"type":"Feature","id":"n8388595853","geometry":{"type":"Point","coordinates":[0.1272099,51.7622426]},"properties":{"@type":"node","@id":8388595853,"@timestamp":1625952325},"coords":"51.7622426,0.1272099","bedrooms":"1","price":"163000","area":"450"} , +{"type":"Feature","id":"n8388647586","geometry":{"type":"Point","coordinates":[-0.2889276,51.5107282]},"properties":{"@type":"node","@id":8388647586,"@timestamp":1612302191},"coords":"51.5107282,-0.2889276","bedrooms":"1","price":"277000","area":"645"} , +{"type":"Feature","id":"n8388647597","geometry":{"type":"Point","coordinates":[-0.3145668,51.5102499]},"properties":{"@type":"node","@id":8388647597,"@timestamp":1612302191},"coords":"51.5102499,-0.3145668","bedrooms":"1","price":"158000","area":"532"} , +{"type":"Feature","id":"n8388668488","geometry":{"type":"Point","coordinates":[-0.2657357,51.5017126]},"properties":{"@type":"node","@id":8388668488,"@timestamp":1612306089},"coords":"51.5017126,-0.2657357","bedrooms":"0","price":"297000","area":"457"} , +{"type":"Feature","id":"n8388668498","geometry":{"type":"Point","coordinates":[-0.2630742,51.509353]},"properties":{"@type":"node","@id":8388668498,"@timestamp":1612306089},"coords":"51.509353,-0.2630742","bedrooms":"3","price":"227000","area":"404"} , +{"type":"Feature","id":"n8388668508","geometry":{"type":"Point","coordinates":[-0.2738227,51.5124638]},"properties":{"@type":"node","@id":8388668508,"@timestamp":1612306089},"coords":"51.5124638,-0.2738227","bedrooms":"2","price":"273000","area":"676"} , +{"type":"Feature","id":"n8388701924","geometry":{"type":"Point","coordinates":[-0.288159,51.0834882]},"properties":{"@type":"node","@id":8388701924,"@timestamp":1612304264},"coords":"51.0834882,-0.288159","bedrooms":"1","price":"193000","area":"355"} , +{"type":"Feature","id":"n8388760919","geometry":{"type":"Point","coordinates":[-0.2857009,51.5097282]},"properties":{"@type":"node","@id":8388760919,"@timestamp":1629792329},"coords":"51.5097282,-0.2857009","bedrooms":"1","price":"215000","area":"594"} , +{"type":"Feature","id":"n8388830963","geometry":{"type":"Point","coordinates":[0.0183867,51.5085995]},"properties":{"@type":"node","@id":8388830963,"@timestamp":1612308351},"coords":"51.5085995,0.0183867","bedrooms":"1","price":"284000","area":"633"} , +{"type":"Feature","id":"n8388875362","geometry":{"type":"Point","coordinates":[0.0969459,51.7689345]},"properties":{"@type":"node","@id":8388875362,"@timestamp":1612749329},"coords":"51.7689345,0.0969459","bedrooms":"2","price":"162000","area":"663"} , +{"type":"Feature","id":"n8389283809","geometry":{"type":"Point","coordinates":[0.348598,50.9677534]},"properties":{"@type":"node","@id":8389283809,"@timestamp":1612328421},"coords":"50.9677534,0.348598","bedrooms":"2","price":"199000","area":"369"} , +{"type":"Feature","id":"n8389444921","geometry":{"type":"Point","coordinates":[-0.1635952,51.4847374]},"properties":{"@type":"node","@id":8389444921,"@timestamp":1612332892},"coords":"51.4847374,-0.1635952","bedrooms":"0","price":"238000","area":"391"} , +{"type":"Feature","id":"n8390029826","geometry":{"type":"Point","coordinates":[-0.1258532,51.433498]},"properties":{"@type":"node","@id":8390029826,"@timestamp":1612345796},"coords":"51.433498,-0.1258532","bedrooms":"2","price":"204000","area":"357"} , +{"type":"Feature","id":"n8390160849","geometry":{"type":"Point","coordinates":[-0.3919852,51.6007069]},"properties":{"@type":"node","@id":8390160849,"@timestamp":1612348734},"coords":"51.6007069,-0.3919852","bedrooms":"4","price":"272000","area":"437"} , +{"type":"Feature","id":"n8390160859","geometry":{"type":"Point","coordinates":[-0.3912706,51.6001741]},"properties":{"@type":"node","@id":8390160859,"@timestamp":1612348734},"coords":"51.6001741,-0.3912706","bedrooms":"0","price":"163000","area":"607"} , +{"type":"Feature","id":"n8390281975","geometry":{"type":"Point","coordinates":[-0.7829885,51.8268827]},"properties":{"@type":"node","@id":8390281975,"@timestamp":1612352541},"coords":"51.8268827,-0.7829885","bedrooms":"4","price":"225000","area":"420"} , +{"type":"Feature","id":"n8390387929","geometry":{"type":"Point","coordinates":[-0.1280242,50.9511447]},"properties":{"@type":"node","@id":8390387929,"@timestamp":1612354176},"coords":"50.9511447,-0.1280242","bedrooms":"0","price":"277000","area":"402"} , +{"type":"Feature","id":"n8390387939","geometry":{"type":"Point","coordinates":[-0.1278455,50.9513306]},"properties":{"@type":"node","@id":8390387939,"@timestamp":1612354176},"coords":"50.9513306,-0.1278455","bedrooms":"1","price":"208000","area":"562"} , +{"type":"Feature","id":"n8390477811","geometry":{"type":"Point","coordinates":[-0.3814069,51.9010518]},"properties":{"@type":"node","@id":8390477811,"@timestamp":1612357061},"coords":"51.9010518,-0.3814069","bedrooms":"0","price":"151000","area":"486"} , +{"type":"Feature","id":"n8390520108","geometry":{"type":"Point","coordinates":[-0.2295367,51.9630685]},"properties":{"@type":"node","@id":8390520108,"@timestamp":1612356766},"coords":"51.9630685,-0.2295367","bedrooms":"3","price":"226000","area":"566"} , +{"type":"Feature","id":"n8390539256","geometry":{"type":"Point","coordinates":[-0.0924213,51.5021551]},"properties":{"@type":"node","@id":8390539256,"@timestamp":1612358373},"coords":"51.5021551,-0.0924213","bedrooms":"3","price":"164000","area":"492"} , +{"type":"Feature","id":"n8390879430","geometry":{"type":"Point","coordinates":[-0.3255452,51.1943639]},"properties":{"@type":"node","@id":8390879430,"@timestamp":1612366190},"coords":"51.1943639,-0.3255452","bedrooms":"2","price":"240000","area":"612"} , +{"type":"Feature","id":"n8391000492","geometry":{"type":"Point","coordinates":[-0.3943335,51.9046332]},"properties":{"@type":"node","@id":8391000492,"@timestamp":1612368881},"coords":"51.9046332,-0.3943335","bedrooms":"0","price":"211000","area":"480"} , +{"type":"Feature","id":"n8391007121","geometry":{"type":"Point","coordinates":[-0.3844047,51.9080701]},"properties":{"@type":"node","@id":8391007121,"@timestamp":1612368881},"coords":"51.9080701,-0.3844047","bedrooms":"2","price":"254000","area":"679"} , +{"type":"Feature","id":"n8391127777","geometry":{"type":"Point","coordinates":[-0.0804963,51.6645313]},"properties":{"@type":"node","@id":8391127777,"@timestamp":1612372780},"coords":"51.6645313,-0.0804963","bedrooms":"3","price":"212000","area":"500"} , +{"type":"Feature","id":"n8391127787","geometry":{"type":"Point","coordinates":[-0.0802586,51.6649966]},"properties":{"@type":"node","@id":8391127787,"@timestamp":1612372780},"coords":"51.6649966,-0.0802586","bedrooms":"1","price":"284000","area":"456"} , +{"type":"Feature","id":"n8391198208","geometry":{"type":"Point","coordinates":[0.0131498,51.5330244]},"properties":{"@type":"node","@id":8391198208,"@timestamp":1617618862},"coords":"51.5330244,0.0131498","bedrooms":"4","price":"237000","area":"660"} , +{"type":"Feature","id":"n8391811171","geometry":{"type":"Point","coordinates":[-0.2642058,51.0796108]},"properties":{"@type":"node","@id":8391811171,"@timestamp":1612377257},"coords":"51.0796108,-0.2642058","bedrooms":"1","price":"281000","area":"363"} , +{"type":"Feature","id":"n8391811181","geometry":{"type":"Point","coordinates":[-0.2644037,51.079774]},"properties":{"@type":"node","@id":8391811181,"@timestamp":1612377257},"coords":"51.079774,-0.2644037","bedrooms":"4","price":"249000","area":"551"} , +{"type":"Feature","id":"n8391811191","geometry":{"type":"Point","coordinates":[-0.2637838,51.0795718]},"properties":{"@type":"node","@id":8391811191,"@timestamp":1612377257},"coords":"51.0795718,-0.2637838","bedrooms":"0","price":"298000","area":"374"} , +{"type":"Feature","id":"n8391905576","geometry":{"type":"Point","coordinates":[0.2166872,51.1699332]},"properties":{"@type":"node","@id":8391905576,"@timestamp":1616076549},"coords":"51.1699332,0.2166872","bedrooms":"2","price":"242000","area":"435"} , +{"type":"Feature","id":"n8391918599","geometry":{"type":"Point","coordinates":[0.1025263,51.7532914]},"properties":{"@type":"node","@id":8391918599,"@timestamp":1612380459},"coords":"51.7532914,0.1025263","bedrooms":"4","price":"156000","area":"627"} , +{"type":"Feature","id":"n8392080288","geometry":{"type":"Point","coordinates":[-0.5732712,51.2392934]},"properties":{"@type":"node","@id":8392080288,"@timestamp":1612385918},"coords":"51.2392934,-0.5732712","bedrooms":"3","price":"272000","area":"350"} , +{"type":"Feature","id":"n8392112134","geometry":{"type":"Point","coordinates":[-0.399737,51.8990229]},"properties":{"@type":"node","@id":8392112134,"@timestamp":1612386794},"coords":"51.8990229,-0.399737","bedrooms":"2","price":"196000","area":"500"} , +{"type":"Feature","id":"n8392112155","geometry":{"type":"Point","coordinates":[-0.4022944,51.9027194]},"properties":{"@type":"node","@id":8392112155,"@timestamp":1612386794},"coords":"51.9027194,-0.4022944","bedrooms":"3","price":"287000","area":"551"} , +{"type":"Feature","id":"n8392138305","geometry":{"type":"Point","coordinates":[-0.4100889,51.8938022]},"properties":{"@type":"node","@id":8392138305,"@timestamp":1612389393},"coords":"51.8938022,-0.4100889","bedrooms":"1","price":"253000","area":"617"} , +{"type":"Feature","id":"n8392163327","geometry":{"type":"Point","coordinates":[-0.4035266,51.8922405]},"properties":{"@type":"node","@id":8392163327,"@timestamp":1612387761},"coords":"51.8922405,-0.4035266","bedrooms":"2","price":"160000","area":"394"} , +{"type":"Feature","id":"n8392209635","geometry":{"type":"Point","coordinates":[-0.4063848,51.8961386]},"properties":{"@type":"node","@id":8392209635,"@timestamp":1612389393},"coords":"51.8961386,-0.4063848","bedrooms":"2","price":"153000","area":"603"} , +{"type":"Feature","id":"n8392273589","geometry":{"type":"Point","coordinates":[-0.2223943,51.4132935]},"properties":{"@type":"node","@id":8392273589,"@timestamp":1612396117},"coords":"51.4132935,-0.2223943","bedrooms":"1","price":"282000","area":"391"} , +{"type":"Feature","id":"n8392315539","geometry":{"type":"Point","coordinates":[-0.2049317,51.4134378]},"properties":{"@type":"node","@id":8392315539,"@timestamp":1612395367},"coords":"51.4134378,-0.2049317","bedrooms":"2","price":"294000","area":"435"} , +{"type":"Feature","id":"n8392333571","geometry":{"type":"Point","coordinates":[-0.2183509,51.4157591]},"properties":{"@type":"node","@id":8392333571,"@timestamp":1612396575},"coords":"51.4157591,-0.2183509","bedrooms":"3","price":"253000","area":"677"} , +{"type":"Feature","id":"n8392346068","geometry":{"type":"Point","coordinates":[-0.1686584,51.4009627]},"properties":{"@type":"node","@id":8392346068,"@timestamp":1612397872},"coords":"51.4009627,-0.1686584","bedrooms":"3","price":"242000","area":"464"} , +{"type":"Feature","id":"n8392370253","geometry":{"type":"Point","coordinates":[-0.1127636,51.380678]},"properties":{"@type":"node","@id":8392370253,"@timestamp":1612398144},"coords":"51.380678,-0.1127636","bedrooms":"1","price":"214000","area":"657"} , +{"type":"Feature","id":"n8392384417","geometry":{"type":"Point","coordinates":[0.1288158,51.7671643]},"properties":{"@type":"node","@id":8392384417,"@timestamp":1612398820},"coords":"51.7671643,0.1288158","bedrooms":"1","price":"257000","area":"493"} , +{"type":"Feature","id":"n8392415749","geometry":{"type":"Point","coordinates":[0.2679784,51.4398009]},"properties":{"@type":"node","@id":8392415749,"@timestamp":1612400817},"coords":"51.4398009,0.2679784","bedrooms":"3","price":"199000","area":"608"} , +{"type":"Feature","id":"n8392637363","geometry":{"type":"Point","coordinates":[-0.1629818,51.4877109]},"properties":{"@type":"node","@id":8392637363,"@timestamp":1612411980},"coords":"51.4877109,-0.1629818","bedrooms":"3","price":"230000","area":"593"} , +{"type":"Feature","id":"n8392637374","geometry":{"type":"Point","coordinates":[-0.1641557,51.4871126]},"properties":{"@type":"node","@id":8392637374,"@timestamp":1612411980},"coords":"51.4871126,-0.1641557","bedrooms":"2","price":"198000","area":"542"} , +{"type":"Feature","id":"n8392637432","geometry":{"type":"Point","coordinates":[-0.1629845,51.4881967]},"properties":{"@type":"node","@id":8392637432,"@timestamp":1612411980},"coords":"51.4881967,-0.1629845","bedrooms":"2","price":"169000","area":"570"} , +{"type":"Feature","id":"n8392637444","geometry":{"type":"Point","coordinates":[-0.1639942,51.4876135]},"properties":{"@type":"node","@id":8392637444,"@timestamp":1612411980},"coords":"51.4876135,-0.1639942","bedrooms":"2","price":"248000","area":"604"} , +{"type":"Feature","id":"n8392637454","geometry":{"type":"Point","coordinates":[-0.1638717,51.487656]},"properties":{"@type":"node","@id":8392637454,"@timestamp":1612411980},"coords":"51.487656,-0.1638717","bedrooms":"3","price":"232000","area":"605"} , +{"type":"Feature","id":"n8392637525","geometry":{"type":"Point","coordinates":[-0.1642429,51.4877057]},"properties":{"@type":"node","@id":8392637525,"@timestamp":1612411980},"coords":"51.4877057,-0.1642429","bedrooms":"4","price":"186000","area":"395"} , +{"type":"Feature","id":"n8392637535","geometry":{"type":"Point","coordinates":[-0.1636399,51.4879385]},"properties":{"@type":"node","@id":8392637535,"@timestamp":1612411980},"coords":"51.4879385,-0.1636399","bedrooms":"1","price":"193000","area":"474"} , +{"type":"Feature","id":"n8393118921","geometry":{"type":"Point","coordinates":[-0.162938,51.4885013]},"properties":{"@type":"node","@id":8393118921,"@timestamp":1612425831},"coords":"51.4885013,-0.162938","bedrooms":"0","price":"177000","area":"465"} , +{"type":"Feature","id":"n8393118931","geometry":{"type":"Point","coordinates":[-0.1634845,51.4888487]},"properties":{"@type":"node","@id":8393118931,"@timestamp":1612425831},"coords":"51.4888487,-0.1634845","bedrooms":"4","price":"202000","area":"571"} , +{"type":"Feature","id":"n8393118986","geometry":{"type":"Point","coordinates":[-0.1640381,51.4892007]},"properties":{"@type":"node","@id":8393118986,"@timestamp":1612425831},"coords":"51.4892007,-0.1640381","bedrooms":"4","price":"217000","area":"356"} , +{"type":"Feature","id":"n8393343818","geometry":{"type":"Point","coordinates":[0.5522774,51.0732308]},"properties":{"@type":"node","@id":8393343818,"@timestamp":1612430272},"coords":"51.0732308,0.5522774","bedrooms":"2","price":"197000","area":"409"} , +{"type":"Feature","id":"n8393741597","geometry":{"type":"Point","coordinates":[-0.4617084,51.5112675]},"properties":{"@type":"node","@id":8393741597,"@timestamp":1614888955},"coords":"51.5112675,-0.4617084","bedrooms":"4","price":"229000","area":"436"} , +{"type":"Feature","id":"n8393801783","geometry":{"type":"Point","coordinates":[-0.1652132,51.5450969]},"properties":{"@type":"node","@id":8393801783,"@timestamp":1612441343},"coords":"51.5450969,-0.1652132","bedrooms":"2","price":"226000","area":"646"} , +{"type":"Feature","id":"n8393925151","geometry":{"type":"Point","coordinates":[0.5257922,51.3392832]},"properties":{"@type":"node","@id":8393925151,"@timestamp":1612443927},"coords":"51.3392832,0.5257922","bedrooms":"1","price":"218000","area":"586"} , +{"type":"Feature","id":"n8393999458","geometry":{"type":"Point","coordinates":[0.0217151,51.5339906]},"properties":{"@type":"node","@id":8393999458,"@timestamp":1622021135},"coords":"51.5339906,0.0217151","bedrooms":"4","price":"295000","area":"560"} , +{"type":"Feature","id":"n8393999479","geometry":{"type":"Point","coordinates":[0.0208502,51.5349774]},"properties":{"@type":"node","@id":8393999479,"@timestamp":1622021135},"coords":"51.5349774,0.0208502","bedrooms":"0","price":"195000","area":"647"} , +{"type":"Feature","id":"n8393999499","geometry":{"type":"Point","coordinates":[0.0209283,51.5352464]},"properties":{"@type":"node","@id":8393999499,"@timestamp":1622021135},"coords":"51.5352464,0.0209283","bedrooms":"1","price":"185000","area":"601"} , +{"type":"Feature","id":"n8394025915","geometry":{"type":"Point","coordinates":[-0.1401931,51.4623644]},"properties":{"@type":"node","@id":8394025915,"@timestamp":1612446243},"coords":"51.4623644,-0.1401931","bedrooms":"2","price":"292000","area":"648"} , +{"type":"Feature","id":"n8394036903","geometry":{"type":"Point","coordinates":[0.0196672,51.5344475]},"properties":{"@type":"node","@id":8394036903,"@timestamp":1622021135},"coords":"51.5344475,0.0196672","bedrooms":"2","price":"191000","area":"536"} , +{"type":"Feature","id":"n8394036997","geometry":{"type":"Point","coordinates":[0.0212497,51.5365365]},"properties":{"@type":"node","@id":8394036997,"@timestamp":1622021135},"coords":"51.5365365,0.0212497","bedrooms":"2","price":"222000","area":"605"} , +{"type":"Feature","id":"n8394037065","geometry":{"type":"Point","coordinates":[0.0215495,51.535708]},"properties":{"@type":"node","@id":8394037065,"@timestamp":1622021135},"coords":"51.535708,0.0215495","bedrooms":"1","price":"167000","area":"609"} , +{"type":"Feature","id":"n8394037137","geometry":{"type":"Point","coordinates":[0.0211995,51.5338242]},"properties":{"@type":"node","@id":8394037137,"@timestamp":1622021135},"coords":"51.5338242,0.0211995","bedrooms":"0","price":"258000","area":"373"} , +{"type":"Feature","id":"n8394037165","geometry":{"type":"Point","coordinates":[0.0217248,51.5336766]},"properties":{"@type":"node","@id":8394037165,"@timestamp":1622021135},"coords":"51.5336766,0.0217248","bedrooms":"3","price":"283000","area":"436"} , +{"type":"Feature","id":"n8394037176","geometry":{"type":"Point","coordinates":[0.0195502,51.5341905]},"properties":{"@type":"node","@id":8394037176,"@timestamp":1622021135},"coords":"51.5341905,0.0195502","bedrooms":"3","price":"253000","area":"368"} , +{"type":"Feature","id":"n8394037211","geometry":{"type":"Point","coordinates":[0.0194674,51.5339375]},"properties":{"@type":"node","@id":8394037211,"@timestamp":1622021135},"coords":"51.5339375,0.0194674","bedrooms":"3","price":"240000","area":"608"} , +{"type":"Feature","id":"n8394037246","geometry":{"type":"Point","coordinates":[0.0199241,51.5341228]},"properties":{"@type":"node","@id":8394037246,"@timestamp":1622021135},"coords":"51.5341228,0.0199241","bedrooms":"1","price":"241000","area":"656"} , +{"type":"Feature","id":"n8394037269","geometry":{"type":"Point","coordinates":[0.0203588,51.5343629]},"properties":{"@type":"node","@id":8394037269,"@timestamp":1622021135},"coords":"51.5343629,0.0203588","bedrooms":"4","price":"151000","area":"378"} , +{"type":"Feature","id":"n8394037324","geometry":{"type":"Point","coordinates":[0.0198458,51.5349614]},"properties":{"@type":"node","@id":8394037324,"@timestamp":1622021135},"coords":"51.5349614,0.0198458","bedrooms":"2","price":"206000","area":"458"} , +{"type":"Feature","id":"n8394037346","geometry":{"type":"Point","coordinates":[0.0199889,51.5352233]},"properties":{"@type":"node","@id":8394037346,"@timestamp":1613742529},"coords":"51.5352233,0.0199889","bedrooms":"0","price":"166000","area":"382"} , +{"type":"Feature","id":"n8394037371","geometry":{"type":"Point","coordinates":[0.019722,51.5351908]},"properties":{"@type":"node","@id":8394037371,"@timestamp":1622021135},"coords":"51.5351908,0.019722","bedrooms":"2","price":"259000","area":"475"} , +{"type":"Feature","id":"n8394041681","geometry":{"type":"Point","coordinates":[-0.141998,51.4636792]},"properties":{"@type":"node","@id":8394041681,"@timestamp":1612446243},"coords":"51.4636792,-0.141998","bedrooms":"2","price":"258000","area":"533"} , +{"type":"Feature","id":"n8394055777","geometry":{"type":"Point","coordinates":[0.1319581,51.7674446]},"properties":{"@type":"node","@id":8394055777,"@timestamp":1612448557},"coords":"51.7674446,0.1319581","bedrooms":"0","price":"235000","area":"594"} , +{"type":"Feature","id":"n8394079891","geometry":{"type":"Point","coordinates":[-0.1246499,51.4323218]},"properties":{"@type":"node","@id":8394079891,"@timestamp":1612447820},"coords":"51.4323218,-0.1246499","bedrooms":"0","price":"227000","area":"503"} , +{"type":"Feature","id":"n8394120954","geometry":{"type":"Point","coordinates":[-0.0763846,51.664318]},"properties":{"@type":"node","@id":8394120954,"@timestamp":1612449125},"coords":"51.664318,-0.0763846","bedrooms":"2","price":"234000","area":"395"} , +{"type":"Feature","id":"n8394250613","geometry":{"type":"Point","coordinates":[-0.1653076,51.4882573]},"properties":{"@type":"node","@id":8394250613,"@timestamp":1612451253},"coords":"51.4882573,-0.1653076","bedrooms":"0","price":"219000","area":"480"} , +{"type":"Feature","id":"n8394257323","geometry":{"type":"Point","coordinates":[-0.1648888,51.4878727]},"properties":{"@type":"node","@id":8394257323,"@timestamp":1612451253},"coords":"51.4878727,-0.1648888","bedrooms":"2","price":"185000","area":"466"} , +{"type":"Feature","id":"n8394257335","geometry":{"type":"Point","coordinates":[-0.1652011,51.4883328]},"properties":{"@type":"node","@id":8394257335,"@timestamp":1612451253},"coords":"51.4883328,-0.1652011","bedrooms":"2","price":"173000","area":"503"} , +{"type":"Feature","id":"n8394264910","geometry":{"type":"Point","coordinates":[0.1327058,51.7648541]},"properties":{"@type":"node","@id":8394264910,"@timestamp":1612451813},"coords":"51.7648541,0.1327058","bedrooms":"0","price":"185000","area":"354"} , +{"type":"Feature","id":"n8394438331","geometry":{"type":"Point","coordinates":[0.0217562,51.5356161]},"properties":{"@type":"node","@id":8394438331,"@timestamp":1612453566},"coords":"51.5356161,0.0217562","bedrooms":"3","price":"297000","area":"608"} , +{"type":"Feature","id":"n8394438347","geometry":{"type":"Point","coordinates":[0.0217359,51.5364362]},"properties":{"@type":"node","@id":8394438347,"@timestamp":1612499581},"coords":"51.5364362,0.0217359","bedrooms":"4","price":"285000","area":"696"} , +{"type":"Feature","id":"n8394438424","geometry":{"type":"Point","coordinates":[0.0219892,51.5363224]},"properties":{"@type":"node","@id":8394438424,"@timestamp":1612453566},"coords":"51.5363224,0.0219892","bedrooms":"1","price":"275000","area":"378"} , +{"type":"Feature","id":"n8394491730","geometry":{"type":"Point","coordinates":[0.0528713,50.9433522]},"properties":{"@type":"node","@id":8394491730,"@timestamp":1612454698},"coords":"50.9433522,0.0528713","bedrooms":"4","price":"264000","area":"458"} , +{"type":"Feature","id":"n8394491741","geometry":{"type":"Point","coordinates":[0.8842173,51.0686238]},"properties":{"@type":"node","@id":8394491741,"@timestamp":1612454757},"coords":"51.0686238,0.8842173","bedrooms":"0","price":"207000","area":"424"} , +{"type":"Feature","id":"n8394497403","geometry":{"type":"Point","coordinates":[-0.3979236,51.8891084]},"properties":{"@type":"node","@id":8394497403,"@timestamp":1612455476},"coords":"51.8891084,-0.3979236","bedrooms":"0","price":"163000","area":"394"} , +{"type":"Feature","id":"n8394524861","geometry":{"type":"Point","coordinates":[-0.1655774,51.4882435]},"properties":{"@type":"node","@id":8394524861,"@timestamp":1612456219},"coords":"51.4882435,-0.1655774","bedrooms":"0","price":"279000","area":"569"} , +{"type":"Feature","id":"n8394524871","geometry":{"type":"Point","coordinates":[-0.1651755,51.4878812]},"properties":{"@type":"node","@id":8394524871,"@timestamp":1612456219},"coords":"51.4878812,-0.1651755","bedrooms":"1","price":"255000","area":"564"} , +{"type":"Feature","id":"n8394524881","geometry":{"type":"Point","coordinates":[-0.1648268,51.4875009]},"properties":{"@type":"node","@id":8394524881,"@timestamp":1612456219},"coords":"51.4875009,-0.1648268","bedrooms":"4","price":"267000","area":"367"} , +{"type":"Feature","id":"n8394591641","geometry":{"type":"Point","coordinates":[-0.3988341,51.8824795]},"properties":{"@type":"node","@id":8394591641,"@timestamp":1612457550},"coords":"51.8824795,-0.3988341","bedrooms":"0","price":"204000","area":"462"} , +{"type":"Feature","id":"n8394591666","geometry":{"type":"Point","coordinates":[-0.4071644,51.8867203]},"properties":{"@type":"node","@id":8394591666,"@timestamp":1612457550},"coords":"51.8867203,-0.4071644","bedrooms":"4","price":"212000","area":"605"} , +{"type":"Feature","id":"n8394720438","geometry":{"type":"Point","coordinates":[0.0207978,51.5340715]},"properties":{"@type":"node","@id":8394720438,"@timestamp":1622021135},"coords":"51.5340715,0.0207978","bedrooms":"2","price":"161000","area":"545"} , +{"type":"Feature","id":"n8394739313","geometry":{"type":"Point","coordinates":[0.0927964,51.6013021]},"properties":{"@type":"node","@id":8394739313,"@timestamp":1612461698},"coords":"51.6013021,0.0927964","bedrooms":"2","price":"175000","area":"425"} , +{"type":"Feature","id":"n8394746665","geometry":{"type":"Point","coordinates":[-0.4090406,51.8862402]},"properties":{"@type":"node","@id":8394746665,"@timestamp":1612461731},"coords":"51.8862402,-0.4090406","bedrooms":"3","price":"243000","area":"586"} , +{"type":"Feature","id":"n8394746690","geometry":{"type":"Point","coordinates":[-0.4133951,51.8849404]},"properties":{"@type":"node","@id":8394746690,"@timestamp":1612461731},"coords":"51.8849404,-0.4133951","bedrooms":"1","price":"164000","area":"509"} , +{"type":"Feature","id":"n8394746704","geometry":{"type":"Point","coordinates":[-0.4146885,51.8846246]},"properties":{"@type":"node","@id":8394746704,"@timestamp":1612461731},"coords":"51.8846246,-0.4146885","bedrooms":"0","price":"193000","area":"362"} , +{"type":"Feature","id":"n8394746716","geometry":{"type":"Point","coordinates":[-0.4126022,51.8866787]},"properties":{"@type":"node","@id":8394746716,"@timestamp":1612461731},"coords":"51.8866787,-0.4126022","bedrooms":"0","price":"243000","area":"583"} , +{"type":"Feature","id":"n8394755023","geometry":{"type":"Point","coordinates":[-0.4151765,51.8844811]},"properties":{"@type":"node","@id":8394755023,"@timestamp":1612461731},"coords":"51.8844811,-0.4151765","bedrooms":"3","price":"261000","area":"374"} , +{"type":"Feature","id":"n8394755050","geometry":{"type":"Point","coordinates":[-0.4147037,51.8855259]},"properties":{"@type":"node","@id":8394755050,"@timestamp":1612461731},"coords":"51.8855259,-0.4147037","bedrooms":"4","price":"288000","area":"446"} , +{"type":"Feature","id":"n8394755060","geometry":{"type":"Point","coordinates":[-0.4150749,51.8857321]},"properties":{"@type":"node","@id":8394755060,"@timestamp":1612461731},"coords":"51.8857321,-0.4150749","bedrooms":"2","price":"164000","area":"392"} , +{"type":"Feature","id":"n8394755070","geometry":{"type":"Point","coordinates":[-0.4167192,51.8852165]},"properties":{"@type":"node","@id":8394755070,"@timestamp":1612461731},"coords":"51.8852165,-0.4167192","bedrooms":"0","price":"237000","area":"366"} , +{"type":"Feature","id":"n8395038447","geometry":{"type":"Point","coordinates":[-0.7794004,51.7648424]},"properties":{"@type":"node","@id":8395038447,"@timestamp":1612907815},"coords":"51.7648424,-0.7794004","bedrooms":"4","price":"162000","area":"378"} , +{"type":"Feature","id":"n8395209181","geometry":{"type":"Point","coordinates":[0.0035797,51.536649]},"properties":{"@type":"node","@id":8395209181,"@timestamp":1627818085},"coords":"51.536649,0.0035797","bedrooms":"3","price":"282000","area":"593"} , +{"type":"Feature","id":"n8395223652","geometry":{"type":"Point","coordinates":[0.0050664,51.537623]},"properties":{"@type":"node","@id":8395223652,"@timestamp":1612473326},"coords":"51.537623,0.0050664","bedrooms":"4","price":"275000","area":"479"} , +{"type":"Feature","id":"n8395223674","geometry":{"type":"Point","coordinates":[0.0047433,51.538032]},"properties":{"@type":"node","@id":8395223674,"@timestamp":1612473326},"coords":"51.538032,0.0047433","bedrooms":"0","price":"257000","area":"391"} , +{"type":"Feature","id":"n8395366563","geometry":{"type":"Point","coordinates":[-0.1092293,51.4395887]},"properties":{"@type":"node","@id":8395366563,"@timestamp":1612479278},"coords":"51.4395887,-0.1092293","bedrooms":"2","price":"216000","area":"410"} , +{"type":"Feature","id":"n8395366573","geometry":{"type":"Point","coordinates":[-0.1121521,51.4399559]},"properties":{"@type":"node","@id":8395366573,"@timestamp":1612479278},"coords":"51.4399559,-0.1121521","bedrooms":"4","price":"193000","area":"553"} , +{"type":"Feature","id":"n8395376044","geometry":{"type":"Point","coordinates":[-0.1229292,51.4325357]},"properties":{"@type":"node","@id":8395376044,"@timestamp":1612477910},"coords":"51.4325357,-0.1229292","bedrooms":"4","price":"174000","area":"587"} , +{"type":"Feature","id":"n8395399004","geometry":{"type":"Point","coordinates":[-0.1196103,51.4334241]},"properties":{"@type":"node","@id":8395399004,"@timestamp":1612478623},"coords":"51.4334241,-0.1196103","bedrooms":"0","price":"212000","area":"612"} , +{"type":"Feature","id":"n8395500122","geometry":{"type":"Point","coordinates":[0.0981336,51.7695648]},"properties":{"@type":"node","@id":8395500122,"@timestamp":1612483518},"coords":"51.7695648,0.0981336","bedrooms":"1","price":"206000","area":"350"} , +{"type":"Feature","id":"n8395602025","geometry":{"type":"Point","coordinates":[0.0670866,51.5763398]},"properties":{"@type":"node","@id":8395602025,"@timestamp":1612489475},"coords":"51.5763398,0.0670866","bedrooms":"2","price":"230000","area":"612"} , +{"type":"Feature","id":"n8395688251","geometry":{"type":"Point","coordinates":[-0.1646728,51.4867705]},"properties":{"@type":"node","@id":8395688251,"@timestamp":1612495061},"coords":"51.4867705,-0.1646728","bedrooms":"0","price":"225000","area":"549"} , +{"type":"Feature","id":"n8395688266","geometry":{"type":"Point","coordinates":[-0.1651316,51.4872829]},"properties":{"@type":"node","@id":8395688266,"@timestamp":1612495061},"coords":"51.4872829,-0.1651316","bedrooms":"0","price":"207000","area":"622"} , +{"type":"Feature","id":"n8395688276","geometry":{"type":"Point","coordinates":[-0.1654857,51.4876863]},"properties":{"@type":"node","@id":8395688276,"@timestamp":1612495061},"coords":"51.4876863,-0.1654857","bedrooms":"4","price":"256000","area":"632"} , +{"type":"Feature","id":"n8395691567","geometry":{"type":"Point","coordinates":[-0.165862,51.4881151]},"properties":{"@type":"node","@id":8395691567,"@timestamp":1612495061},"coords":"51.4881151,-0.165862","bedrooms":"3","price":"290000","area":"393"} , +{"type":"Feature","id":"n8396203013","geometry":{"type":"Point","coordinates":[-0.1668607,51.488111]},"properties":{"@type":"node","@id":8396203013,"@timestamp":1612512031},"coords":"51.488111,-0.1668607","bedrooms":"2","price":"194000","area":"630"} , +{"type":"Feature","id":"n8396232745","geometry":{"type":"Point","coordinates":[-0.1657777,51.4876215]},"properties":{"@type":"node","@id":8396232745,"@timestamp":1612512031},"coords":"51.4876215,-0.1657777","bedrooms":"2","price":"207000","area":"512"} , +{"type":"Feature","id":"n8396232762","geometry":{"type":"Point","coordinates":[-0.1654036,51.4871769]},"properties":{"@type":"node","@id":8396232762,"@timestamp":1612512031},"coords":"51.4871769,-0.1654036","bedrooms":"3","price":"207000","area":"350"} , +{"type":"Feature","id":"n8396232780","geometry":{"type":"Point","coordinates":[-0.1649157,51.4866328]},"properties":{"@type":"node","@id":8396232780,"@timestamp":1612512031},"coords":"51.4866328,-0.1649157","bedrooms":"1","price":"235000","area":"436"} , +{"type":"Feature","id":"n8396232806","geometry":{"type":"Point","coordinates":[-0.1654077,51.4864575]},"properties":{"@type":"node","@id":8396232806,"@timestamp":1612512031},"coords":"51.4864575,-0.1654077","bedrooms":"3","price":"280000","area":"479"} , +{"type":"Feature","id":"n8396232830","geometry":{"type":"Point","coordinates":[-0.1663479,51.4876505]},"properties":{"@type":"node","@id":8396232830,"@timestamp":1612512031},"coords":"51.4876505,-0.1663479","bedrooms":"2","price":"204000","area":"556"} , +{"type":"Feature","id":"n8396232854","geometry":{"type":"Point","coordinates":[-0.1664025,51.4875209]},"properties":{"@type":"node","@id":8396232854,"@timestamp":1612512031},"coords":"51.4875209,-0.1664025","bedrooms":"0","price":"203000","area":"489"} , +{"type":"Feature","id":"n8396232873","geometry":{"type":"Point","coordinates":[-0.1659649,51.4871876]},"properties":{"@type":"node","@id":8396232873,"@timestamp":1612512031},"coords":"51.4871876,-0.1659649","bedrooms":"4","price":"166000","area":"466"} , +{"type":"Feature","id":"n8396232900","geometry":{"type":"Point","coordinates":[-0.1660701,51.4871325]},"properties":{"@type":"node","@id":8396232900,"@timestamp":1612512031},"coords":"51.4871325,-0.1660701","bedrooms":"2","price":"263000","area":"399"} , +{"type":"Feature","id":"n8396629376","geometry":{"type":"Point","coordinates":[-0.4739618,51.5105809]},"properties":{"@type":"node","@id":8396629376,"@timestamp":1613739889},"coords":"51.5105809,-0.4739618","bedrooms":"1","price":"266000","area":"480"} , +{"type":"Feature","id":"n8396877388","geometry":{"type":"Point","coordinates":[-0.0355604,51.4818249]},"properties":{"@type":"node","@id":8396877388,"@timestamp":1616116616},"coords":"51.4818249,-0.0355604","bedrooms":"4","price":"168000","area":"444"} , +{"type":"Feature","id":"n8396880024","geometry":{"type":"Point","coordinates":[-0.1115455,51.4418963]},"properties":{"@type":"node","@id":8396880024,"@timestamp":1612526821},"coords":"51.4418963,-0.1115455","bedrooms":"1","price":"186000","area":"561"} , +{"type":"Feature","id":"n8396901425","geometry":{"type":"Point","coordinates":[-0.1089583,51.441881]},"properties":{"@type":"node","@id":8396901425,"@timestamp":1612527472},"coords":"51.441881,-0.1089583","bedrooms":"3","price":"202000","area":"491"} , +{"type":"Feature","id":"n8397162912","geometry":{"type":"Point","coordinates":[-0.2007758,51.2416774]},"properties":{"@type":"node","@id":8397162912,"@timestamp":1632561193},"coords":"51.2416774,-0.2007758","bedrooms":"0","price":"284000","area":"381"} , +{"type":"Feature","id":"n8397589500","geometry":{"type":"Point","coordinates":[0.5398447,51.0817173]},"properties":{"@type":"node","@id":8397589500,"@timestamp":1612544366},"coords":"51.0817173,0.5398447","bedrooms":"0","price":"159000","area":"684"} , +{"type":"Feature","id":"n8397634393","geometry":{"type":"Point","coordinates":[-0.1995913,51.2404082]},"properties":{"@type":"node","@id":8397634393,"@timestamp":1612546082},"coords":"51.2404082,-0.1995913","bedrooms":"0","price":"292000","area":"452"} , +{"type":"Feature","id":"n8397701525","geometry":{"type":"Point","coordinates":[-0.1188322,50.9502281]},"properties":{"@type":"node","@id":8397701525,"@timestamp":1612547465},"coords":"50.9502281,-0.1188322","bedrooms":"2","price":"245000","area":"471"} , +{"type":"Feature","id":"n8397701575","geometry":{"type":"Point","coordinates":[-0.1145889,50.9475115]},"properties":{"@type":"node","@id":8397701575,"@timestamp":1612547465},"coords":"50.9475115,-0.1145889","bedrooms":"2","price":"269000","area":"497"} , +{"type":"Feature","id":"n8398093284","geometry":{"type":"Point","coordinates":[-0.3064424,51.4980997]},"properties":{"@type":"node","@id":8398093284,"@timestamp":1612558219},"coords":"51.4980997,-0.3064424","bedrooms":"3","price":"248000","area":"616"} , +{"type":"Feature","id":"n8398093294","geometry":{"type":"Point","coordinates":[-0.3079297,51.4980229]},"properties":{"@type":"node","@id":8398093294,"@timestamp":1612558219},"coords":"51.4980229,-0.3079297","bedrooms":"1","price":"190000","area":"679"} , +{"type":"Feature","id":"n8398093304","geometry":{"type":"Point","coordinates":[-0.3103088,51.4975745]},"properties":{"@type":"node","@id":8398093304,"@timestamp":1612558219},"coords":"51.4975745,-0.3103088","bedrooms":"1","price":"225000","area":"599"} , +{"type":"Feature","id":"n8398093314","geometry":{"type":"Point","coordinates":[-0.3112958,51.4970126]},"properties":{"@type":"node","@id":8398093314,"@timestamp":1612558219},"coords":"51.4970126,-0.3112958","bedrooms":"1","price":"179000","area":"444"} , +{"type":"Feature","id":"n8398134624","geometry":{"type":"Point","coordinates":[-0.3131895,51.497587]},"properties":{"@type":"node","@id":8398134624,"@timestamp":1612558219},"coords":"51.497587,-0.3131895","bedrooms":"1","price":"204000","area":"596"} , +{"type":"Feature","id":"n8398134634","geometry":{"type":"Point","coordinates":[-0.3142664,51.4989429]},"properties":{"@type":"node","@id":8398134634,"@timestamp":1612558219},"coords":"51.4989429,-0.3142664","bedrooms":"4","price":"276000","area":"608"} , +{"type":"Feature","id":"n8398134644","geometry":{"type":"Point","coordinates":[-0.315358,51.5005817]},"properties":{"@type":"node","@id":8398134644,"@timestamp":1612558219},"coords":"51.5005817,-0.315358","bedrooms":"2","price":"256000","area":"394"} , +{"type":"Feature","id":"n8398134654","geometry":{"type":"Point","coordinates":[-0.316382,51.5024472]},"properties":{"@type":"node","@id":8398134654,"@timestamp":1612558219},"coords":"51.5024472,-0.316382","bedrooms":"4","price":"290000","area":"669"} , +{"type":"Feature","id":"n8398134694","geometry":{"type":"Point","coordinates":[-0.3167602,51.5030227]},"properties":{"@type":"node","@id":8398134694,"@timestamp":1626373858},"coords":"51.5030227,-0.3167602","bedrooms":"1","price":"297000","area":"614"} , +{"type":"Feature","id":"n8398134704","geometry":{"type":"Point","coordinates":[-0.3177533,51.5039043]},"properties":{"@type":"node","@id":8398134704,"@timestamp":1612558219},"coords":"51.5039043,-0.3177533","bedrooms":"3","price":"293000","area":"373"} , +{"type":"Feature","id":"n8398181139","geometry":{"type":"Point","coordinates":[-0.4165739,51.884916]},"properties":{"@type":"node","@id":8398181139,"@timestamp":1612559512},"coords":"51.884916,-0.4165739","bedrooms":"3","price":"289000","area":"682"} , +{"type":"Feature","id":"n8398181157","geometry":{"type":"Point","coordinates":[-0.416828,51.8875674]},"properties":{"@type":"node","@id":8398181157,"@timestamp":1612559512},"coords":"51.8875674,-0.416828","bedrooms":"1","price":"288000","area":"620"} , +{"type":"Feature","id":"n8398401376","geometry":{"type":"Point","coordinates":[-0.2774298,51.0861026]},"properties":{"@type":"node","@id":8398401376,"@timestamp":1612566954},"coords":"51.0861026,-0.2774298","bedrooms":"3","price":"207000","area":"392"} , +{"type":"Feature","id":"n8398401386","geometry":{"type":"Point","coordinates":[-0.2769494,51.0857746]},"properties":{"@type":"node","@id":8398401386,"@timestamp":1612566954},"coords":"51.0857746,-0.2769494","bedrooms":"0","price":"257000","area":"614"} , +{"type":"Feature","id":"n8398401396","geometry":{"type":"Point","coordinates":[-0.2788806,51.0855511]},"properties":{"@type":"node","@id":8398401396,"@timestamp":1612566954},"coords":"51.0855511,-0.2788806","bedrooms":"0","price":"240000","area":"392"} , +{"type":"Feature","id":"n8398414103","geometry":{"type":"Point","coordinates":[-0.2841925,51.077364]},"properties":{"@type":"node","@id":8398414103,"@timestamp":1612566391},"coords":"51.077364,-0.2841925","bedrooms":"0","price":"290000","area":"575"} , +{"type":"Feature","id":"n8398452672","geometry":{"type":"Point","coordinates":[-0.2779579,51.0647815]},"properties":{"@type":"node","@id":8398452672,"@timestamp":1612568198},"coords":"51.0647815,-0.2779579","bedrooms":"2","price":"256000","area":"607"} , +{"type":"Feature","id":"n8398498375","geometry":{"type":"Point","coordinates":[0.1484641,51.8738802]},"properties":{"@type":"node","@id":8398498375,"@timestamp":1632174133},"coords":"51.8738802,0.1484641","bedrooms":"1","price":"257000","area":"672"} , +{"type":"Feature","id":"n8398498396","geometry":{"type":"Point","coordinates":[0.1600898,51.8680338]},"properties":{"@type":"node","@id":8398498396,"@timestamp":1612570979},"coords":"51.8680338,0.1600898","bedrooms":"3","price":"284000","area":"494"} , +{"type":"Feature","id":"n8398782975","geometry":{"type":"Point","coordinates":[-0.1671271,51.487214]},"properties":{"@type":"node","@id":8398782975,"@timestamp":1612591222},"coords":"51.487214,-0.1671271","bedrooms":"2","price":"224000","area":"365"} , +{"type":"Feature","id":"n8398892806","geometry":{"type":"Point","coordinates":[-0.166619,51.4862354]},"properties":{"@type":"node","@id":8398892806,"@timestamp":1612598159},"coords":"51.4862354,-0.166619","bedrooms":"4","price":"182000","area":"575"} , +{"type":"Feature","id":"n8399172867","geometry":{"type":"Point","coordinates":[-0.252987,51.9620139]},"properties":{"@type":"node","@id":8399172867,"@timestamp":1612608968},"coords":"51.9620139,-0.252987","bedrooms":"4","price":"243000","area":"647"} , +{"type":"Feature","id":"n8399172885","geometry":{"type":"Point","coordinates":[-0.2550969,51.9607112]},"properties":{"@type":"node","@id":8399172885,"@timestamp":1612608968},"coords":"51.9607112,-0.2550969","bedrooms":"1","price":"165000","area":"593"} , +{"type":"Feature","id":"n8399172899","geometry":{"type":"Point","coordinates":[-0.2503221,51.9621132]},"properties":{"@type":"node","@id":8399172899,"@timestamp":1612608968},"coords":"51.9621132,-0.2503221","bedrooms":"0","price":"239000","area":"692"} , +{"type":"Feature","id":"n8399172910","geometry":{"type":"Point","coordinates":[-0.2530537,51.9623181]},"properties":{"@type":"node","@id":8399172910,"@timestamp":1612608968},"coords":"51.9623181,-0.2530537","bedrooms":"0","price":"205000","area":"560"} , +{"type":"Feature","id":"n8399238889","geometry":{"type":"Point","coordinates":[-1.0594974,51.2840516]},"properties":{"@type":"node","@id":8399238889,"@timestamp":1612611819},"coords":"51.2840516,-1.0594974","bedrooms":"1","price":"170000","area":"673"} , +{"type":"Feature","id":"n8399446828","geometry":{"type":"Point","coordinates":[-0.1866147,51.9021581]},"properties":{"@type":"node","@id":8399446828,"@timestamp":1612617970},"coords":"51.9021581,-0.1866147","bedrooms":"2","price":"187000","area":"527"} , +{"type":"Feature","id":"n8399446838","geometry":{"type":"Point","coordinates":[-0.1930842,51.905338]},"properties":{"@type":"node","@id":8399446838,"@timestamp":1612617970},"coords":"51.905338,-0.1930842","bedrooms":"1","price":"208000","area":"419"} , +{"type":"Feature","id":"n8399446907","geometry":{"type":"Point","coordinates":[-0.1895987,51.9108027]},"properties":{"@type":"node","@id":8399446907,"@timestamp":1612617970},"coords":"51.9108027,-0.1895987","bedrooms":"2","price":"176000","area":"585"} , +{"type":"Feature","id":"n8399457539","geometry":{"type":"Point","coordinates":[-0.1581491,51.9111229]},"properties":{"@type":"node","@id":8399457539,"@timestamp":1612617970},"coords":"51.9111229,-0.1581491","bedrooms":"1","price":"278000","area":"639"} , +{"type":"Feature","id":"n8399472618","geometry":{"type":"Point","coordinates":[-0.3030355,51.3928717]},"properties":{"@type":"node","@id":8399472618,"@timestamp":1612620020},"coords":"51.3928717,-0.3030355","bedrooms":"4","price":"286000","area":"580"} , +{"type":"Feature","id":"n8399662483","geometry":{"type":"Point","coordinates":[-1.0629058,51.3304688]},"properties":{"@type":"node","@id":8399662483,"@timestamp":1612621540},"coords":"51.3304688,-1.0629058","bedrooms":"4","price":"275000","area":"691"} , +{"type":"Feature","id":"n8399721641","geometry":{"type":"Point","coordinates":[0.1514062,51.8165048]},"properties":{"@type":"node","@id":8399721641,"@timestamp":1612623218},"coords":"51.8165048,0.1514062","bedrooms":"4","price":"296000","area":"528"} , +{"type":"Feature","id":"n8399721703","geometry":{"type":"Point","coordinates":[0.1087691,51.7819114]},"properties":{"@type":"node","@id":8399721703,"@timestamp":1612623218},"coords":"51.7819114,0.1087691","bedrooms":"2","price":"298000","area":"666"} , +{"type":"Feature","id":"n8399743597","geometry":{"type":"Point","coordinates":[-0.4211393,51.8871845]},"properties":{"@type":"node","@id":8399743597,"@timestamp":1612624700},"coords":"51.8871845,-0.4211393","bedrooms":"3","price":"194000","area":"589"} , +{"type":"Feature","id":"n8399765633","geometry":{"type":"Point","coordinates":[-0.4157987,51.8966896]},"properties":{"@type":"node","@id":8399765633,"@timestamp":1612624700},"coords":"51.8966896,-0.4157987","bedrooms":"3","price":"225000","area":"424"} , +{"type":"Feature","id":"n8399801167","geometry":{"type":"Point","coordinates":[0.0235332,51.5099922]},"properties":{"@type":"node","@id":8399801167,"@timestamp":1612626645},"coords":"51.5099922,0.0235332","bedrooms":"0","price":"267000","area":"580"} , +{"type":"Feature","id":"n8399930583","geometry":{"type":"Point","coordinates":[-0.0047177,51.556481]},"properties":{"@type":"node","@id":8399930583,"@timestamp":1618072372},"coords":"51.556481,-0.0047177","bedrooms":"3","price":"175000","area":"677"} , +{"type":"Feature","id":"n8399930594","geometry":{"type":"Point","coordinates":[-7.77e-05,51.5544394]},"properties":{"@type":"node","@id":8399930594,"@timestamp":1618333134},"coords":"51.5544394,-7.77e-05","bedrooms":"1","price":"299000","area":"497"} , +{"type":"Feature","id":"n8399938240","geometry":{"type":"Point","coordinates":[0.0119252,51.5106981]},"properties":{"@type":"node","@id":8399938240,"@timestamp":1612629873},"coords":"51.5106981,0.0119252","bedrooms":"2","price":"258000","area":"389"} , +{"type":"Feature","id":"n8400141503","geometry":{"type":"Point","coordinates":[0.0224477,51.5336329]},"properties":{"@type":"node","@id":8400141503,"@timestamp":1612634930},"coords":"51.5336329,0.0224477","bedrooms":"2","price":"250000","area":"502"} , +{"type":"Feature","id":"n8400142401","geometry":{"type":"Point","coordinates":[0.0223182,51.5345904]},"properties":{"@type":"node","@id":8400142401,"@timestamp":1612634930},"coords":"51.5345904,0.0223182","bedrooms":"3","price":"206000","area":"607"} , +{"type":"Feature","id":"n8400211794","geometry":{"type":"Point","coordinates":[-0.2081978,51.810618]},"properties":{"@type":"node","@id":8400211794,"@timestamp":1612639347},"coords":"51.810618,-0.2081978","bedrooms":"2","price":"181000","area":"591"} , +{"type":"Feature","id":"n8400211804","geometry":{"type":"Point","coordinates":[-0.209386,51.8119745]},"properties":{"@type":"node","@id":8400211804,"@timestamp":1612639347},"coords":"51.8119745,-0.209386","bedrooms":"4","price":"249000","area":"369"} , +{"type":"Feature","id":"n8400211814","geometry":{"type":"Point","coordinates":[-0.2048256,51.8123261]},"properties":{"@type":"node","@id":8400211814,"@timestamp":1612639347},"coords":"51.8123261,-0.2048256","bedrooms":"3","price":"259000","area":"632"} , +{"type":"Feature","id":"n8400329126","geometry":{"type":"Point","coordinates":[-0.2077572,51.8116209]},"properties":{"@type":"node","@id":8400329126,"@timestamp":1612639347},"coords":"51.8116209,-0.2077572","bedrooms":"2","price":"255000","area":"518"} , +{"type":"Feature","id":"n8400329136","geometry":{"type":"Point","coordinates":[-0.2069582,51.8127688]},"properties":{"@type":"node","@id":8400329136,"@timestamp":1612639347},"coords":"51.8127688,-0.2069582","bedrooms":"0","price":"258000","area":"461"} , +{"type":"Feature","id":"n8400329146","geometry":{"type":"Point","coordinates":[-0.2092906,51.8111629]},"properties":{"@type":"node","@id":8400329146,"@timestamp":1612639347},"coords":"51.8111629,-0.2092906","bedrooms":"4","price":"276000","area":"488"} , +{"type":"Feature","id":"n8400329156","geometry":{"type":"Point","coordinates":[-0.2075919,51.8097166]},"properties":{"@type":"node","@id":8400329156,"@timestamp":1612639347},"coords":"51.8097166,-0.2075919","bedrooms":"1","price":"159000","area":"510"} , +{"type":"Feature","id":"n8400329166","geometry":{"type":"Point","coordinates":[-0.2049227,51.8109816]},"properties":{"@type":"node","@id":8400329166,"@timestamp":1612639347},"coords":"51.8109816,-0.2049227","bedrooms":"4","price":"242000","area":"604"} , +{"type":"Feature","id":"n8400329176","geometry":{"type":"Point","coordinates":[-0.2051014,51.8114055]},"properties":{"@type":"node","@id":8400329176,"@timestamp":1612639347},"coords":"51.8114055,-0.2051014","bedrooms":"2","price":"178000","area":"676"} , +{"type":"Feature","id":"n8400329186","geometry":{"type":"Point","coordinates":[-0.2067551,51.8110716]},"properties":{"@type":"node","@id":8400329186,"@timestamp":1612639347},"coords":"51.8110716,-0.2067551","bedrooms":"3","price":"173000","area":"624"} , +{"type":"Feature","id":"n8400329196","geometry":{"type":"Point","coordinates":[-0.2074092,51.8122272]},"properties":{"@type":"node","@id":8400329196,"@timestamp":1612639347},"coords":"51.8122272,-0.2074092","bedrooms":"2","price":"220000","area":"644"} , +{"type":"Feature","id":"n8400329206","geometry":{"type":"Point","coordinates":[-0.209228,51.8126207]},"properties":{"@type":"node","@id":8400329206,"@timestamp":1612639347},"coords":"51.8126207,-0.209228","bedrooms":"1","price":"214000","area":"401"} , +{"type":"Feature","id":"n8400329216","geometry":{"type":"Point","coordinates":[-0.2090764,51.8108704]},"properties":{"@type":"node","@id":8400329216,"@timestamp":1612639347},"coords":"51.8108704,-0.2090764","bedrooms":"1","price":"196000","area":"600"} , +{"type":"Feature","id":"n8400329226","geometry":{"type":"Point","coordinates":[-0.2083752,51.8117507]},"properties":{"@type":"node","@id":8400329226,"@timestamp":1612639347},"coords":"51.8117507,-0.2083752","bedrooms":"1","price":"283000","area":"543"} , +{"type":"Feature","id":"n8400650998","geometry":{"type":"Point","coordinates":[-0.744016,51.7256362]},"properties":{"@type":"node","@id":8400650998,"@timestamp":1612642644},"coords":"51.7256362,-0.744016","bedrooms":"1","price":"269000","area":"474"} , +{"type":"Feature","id":"n8400781050","geometry":{"type":"Point","coordinates":[-0.2314516,51.3671666]},"properties":{"@type":"node","@id":8400781050,"@timestamp":1612645883},"coords":"51.3671666,-0.2314516","bedrooms":"4","price":"208000","area":"671"} , +{"type":"Feature","id":"n8400781190","geometry":{"type":"Point","coordinates":[-0.2152469,51.378457]},"properties":{"@type":"node","@id":8400781190,"@timestamp":1612645883},"coords":"51.378457,-0.2152469","bedrooms":"3","price":"229000","area":"651"} , +{"type":"Feature","id":"n8400969061","geometry":{"type":"Point","coordinates":[-0.4095408,51.8922784]},"properties":{"@type":"node","@id":8400969061,"@timestamp":1612655983},"coords":"51.8922784,-0.4095408","bedrooms":"1","price":"277000","area":"462"} , +{"type":"Feature","id":"n8400969100","geometry":{"type":"Point","coordinates":[-0.410225,51.8918093]},"properties":{"@type":"node","@id":8400969100,"@timestamp":1612655983},"coords":"51.8918093,-0.410225","bedrooms":"4","price":"180000","area":"571"} , +{"type":"Feature","id":"n8401318948","geometry":{"type":"Point","coordinates":[-0.1680258,51.4876306]},"properties":{"@type":"node","@id":8401318948,"@timestamp":1623692674},"coords":"51.4876306,-0.1680258","bedrooms":"1","price":"251000","area":"590"} , +{"type":"Feature","id":"n8401343637","geometry":{"type":"Point","coordinates":[-0.1686838,51.4866703]},"properties":{"@type":"node","@id":8401343637,"@timestamp":1612676362},"coords":"51.4866703,-0.1686838","bedrooms":"1","price":"214000","area":"527"} , +{"type":"Feature","id":"n8401365307","geometry":{"type":"Point","coordinates":[-0.1687921,51.4858011]},"properties":{"@type":"node","@id":8401365307,"@timestamp":1612682880},"coords":"51.4858011,-0.1687921","bedrooms":"2","price":"250000","area":"561"} , +{"type":"Feature","id":"n8401365779","geometry":{"type":"Point","coordinates":[-0.1695378,51.4865809]},"properties":{"@type":"node","@id":8401365779,"@timestamp":1612680275},"coords":"51.4865809,-0.1695378","bedrooms":"3","price":"193000","area":"378"} , +{"type":"Feature","id":"n8401453779","geometry":{"type":"Point","coordinates":[-0.1683626,51.4852107]},"properties":{"@type":"node","@id":8401453779,"@timestamp":1612682880},"coords":"51.4852107,-0.1683626","bedrooms":"4","price":"283000","area":"575"} , +{"type":"Feature","id":"n8401453806","geometry":{"type":"Point","coordinates":[-0.1682812,51.485406]},"properties":{"@type":"node","@id":8401453806,"@timestamp":1612682880},"coords":"51.485406,-0.1682812","bedrooms":"0","price":"295000","area":"575"} , +{"type":"Feature","id":"n8401485124","geometry":{"type":"Point","coordinates":[-0.1680133,51.4855271]},"properties":{"@type":"node","@id":8401485124,"@timestamp":1612686003},"coords":"51.4855271,-0.1680133","bedrooms":"1","price":"286000","area":"401"} , +{"type":"Feature","id":"n8401485134","geometry":{"type":"Point","coordinates":[-0.1684176,51.4859492]},"properties":{"@type":"node","@id":8401485134,"@timestamp":1612686003},"coords":"51.4859492,-0.1684176","bedrooms":"2","price":"259000","area":"551"} , +{"type":"Feature","id":"n8401485144","geometry":{"type":"Point","coordinates":[-0.1688167,51.4863659]},"properties":{"@type":"node","@id":8401485144,"@timestamp":1612686003},"coords":"51.4863659,-0.1688167","bedrooms":"4","price":"200000","area":"565"} , +{"type":"Feature","id":"n8401606121","geometry":{"type":"Point","coordinates":[0.2030399,51.5176541]},"properties":{"@type":"node","@id":8401606121,"@timestamp":1612691043},"coords":"51.5176541,0.2030399","bedrooms":"3","price":"276000","area":"674"} , +{"type":"Feature","id":"n8401729007","geometry":{"type":"Point","coordinates":[-0.1669763,51.4863485]},"properties":{"@type":"node","@id":8401729007,"@timestamp":1612695434},"coords":"51.4863485,-0.1669763","bedrooms":"0","price":"161000","area":"369"} , +{"type":"Feature","id":"n8401729067","geometry":{"type":"Point","coordinates":[-0.1671702,51.4855101]},"properties":{"@type":"node","@id":8401729067,"@timestamp":1612695434},"coords":"51.4855101,-0.1671702","bedrooms":"4","price":"277000","area":"378"} , +{"type":"Feature","id":"n8401830080","geometry":{"type":"Point","coordinates":[-0.1663781,51.4852335]},"properties":{"@type":"node","@id":8401830080,"@timestamp":1612698452},"coords":"51.4852335,-0.1663781","bedrooms":"0","price":"299000","area":"430"} , +{"type":"Feature","id":"n8401830090","geometry":{"type":"Point","coordinates":[-0.1667906,51.4853868]},"properties":{"@type":"node","@id":8401830090,"@timestamp":1612698452},"coords":"51.4853868,-0.1667906","bedrooms":"0","price":"154000","area":"582"} , +{"type":"Feature","id":"n8401830127","geometry":{"type":"Point","coordinates":[-0.1665381,51.4851406]},"properties":{"@type":"node","@id":8401830127,"@timestamp":1612698452},"coords":"51.4851406,-0.1665381","bedrooms":"4","price":"190000","area":"517"} , +{"type":"Feature","id":"n8401830159","geometry":{"type":"Point","coordinates":[-0.1666363,51.4854909]},"properties":{"@type":"node","@id":8401830159,"@timestamp":1612698452},"coords":"51.4854909,-0.1666363","bedrooms":"3","price":"273000","area":"444"} , +{"type":"Feature","id":"n8401870781","geometry":{"type":"Point","coordinates":[-0.0801158,51.6606433]},"properties":{"@type":"node","@id":8401870781,"@timestamp":1612700904},"coords":"51.6606433,-0.0801158","bedrooms":"3","price":"255000","area":"694"} , +{"type":"Feature","id":"n8401928232","geometry":{"type":"Point","coordinates":[0.1060553,51.7540031]},"properties":{"@type":"node","@id":8401928232,"@timestamp":1612702146},"coords":"51.7540031,0.1060553","bedrooms":"2","price":"181000","area":"361"} , +{"type":"Feature","id":"n8401943805","geometry":{"type":"Point","coordinates":[-0.0867789,51.473562]},"properties":{"@type":"node","@id":8401943805,"@timestamp":1612704346},"coords":"51.473562,-0.0867789","bedrooms":"3","price":"247000","area":"446"} , +{"type":"Feature","id":"n8401985929","geometry":{"type":"Point","coordinates":[-0.0867533,51.4733934]},"properties":{"@type":"node","@id":8401985929,"@timestamp":1612704346},"coords":"51.4733934,-0.0867533","bedrooms":"0","price":"225000","area":"419"} , +{"type":"Feature","id":"n8401998385","geometry":{"type":"Point","coordinates":[-0.08687,51.4748776]},"properties":{"@type":"node","@id":8401998385,"@timestamp":1612704984},"coords":"51.4748776,-0.08687","bedrooms":"3","price":"175000","area":"664"} , +{"type":"Feature","id":"n8401998397","geometry":{"type":"Point","coordinates":[-0.0876125,51.4781169]},"properties":{"@type":"node","@id":8401998397,"@timestamp":1612704984},"coords":"51.4781169,-0.0876125","bedrooms":"0","price":"184000","area":"536"} , +{"type":"Feature","id":"n8402039119","geometry":{"type":"Point","coordinates":[0.0080294,51.5339804]},"properties":{"@type":"node","@id":8402039119,"@timestamp":1624379496},"coords":"51.5339804,0.0080294","bedrooms":"0","price":"238000","area":"379"} , +{"type":"Feature","id":"n8402039138","geometry":{"type":"Point","coordinates":[0.008153,51.5341707]},"properties":{"@type":"node","@id":8402039138,"@timestamp":1624379496},"coords":"51.5341707,0.008153","bedrooms":"2","price":"221000","area":"472"} , +{"type":"Feature","id":"n8402039148","geometry":{"type":"Point","coordinates":[0.008165,51.5347129]},"properties":{"@type":"node","@id":8402039148,"@timestamp":1624379496},"coords":"51.5347129,0.008165","bedrooms":"4","price":"214000","area":"592"} , +{"type":"Feature","id":"n8402043471","geometry":{"type":"Point","coordinates":[-0.165807,51.4850325]},"properties":{"@type":"node","@id":8402043471,"@timestamp":1612706222},"coords":"51.4850325,-0.165807","bedrooms":"4","price":"157000","area":"371"} , +{"type":"Feature","id":"n8402043483","geometry":{"type":"Point","coordinates":[-0.1651841,51.4856059]},"properties":{"@type":"node","@id":8402043483,"@timestamp":1612706222},"coords":"51.4856059,-0.1651841","bedrooms":"1","price":"266000","area":"413"} , +{"type":"Feature","id":"n8402268482","geometry":{"type":"Point","coordinates":[-0.4793824,51.5279334]},"properties":{"@type":"node","@id":8402268482,"@timestamp":1616712720},"coords":"51.5279334,-0.4793824","bedrooms":"1","price":"172000","area":"620"} , +{"type":"Feature","id":"n8402315090","geometry":{"type":"Point","coordinates":[-0.2274909,51.899799]},"properties":{"@type":"node","@id":8402315090,"@timestamp":1613922734},"coords":"51.899799,-0.2274909","bedrooms":"3","price":"151000","area":"561"} , +{"type":"Feature","id":"n8402317020","geometry":{"type":"Point","coordinates":[-0.2565828,51.9088999]},"properties":{"@type":"node","@id":8402317020,"@timestamp":1613923280},"coords":"51.9088999,-0.2565828","bedrooms":"1","price":"193000","area":"544"} , +{"type":"Feature","id":"n8402317030","geometry":{"type":"Point","coordinates":[-0.2555414,51.9132192]},"properties":{"@type":"node","@id":8402317030,"@timestamp":1612713385},"coords":"51.9132192,-0.2555414","bedrooms":"4","price":"214000","area":"681"} , +{"type":"Feature","id":"n8402333341","geometry":{"type":"Point","coordinates":[0.0217652,51.5347171]},"properties":{"@type":"node","@id":8402333341,"@timestamp":1612713708},"coords":"51.5347171,0.0217652","bedrooms":"4","price":"269000","area":"545"} , +{"type":"Feature","id":"n8402333367","geometry":{"type":"Point","coordinates":[0.0218839,51.5340875]},"properties":{"@type":"node","@id":8402333367,"@timestamp":1612713708},"coords":"51.5340875,0.0218839","bedrooms":"0","price":"239000","area":"561"} , +{"type":"Feature","id":"n8402333386","geometry":{"type":"Point","coordinates":[0.0220048,51.5335521]},"properties":{"@type":"node","@id":8402333386,"@timestamp":1612713708},"coords":"51.5335521,0.0220048","bedrooms":"1","price":"210000","area":"668"} , +{"type":"Feature","id":"n8402348304","geometry":{"type":"Point","coordinates":[0.8911479,51.8929797]},"properties":{"@type":"node","@id":8402348304,"@timestamp":1612714469},"coords":"51.8929797,0.8911479","bedrooms":"1","price":"166000","area":"377"} , +{"type":"Feature","id":"n8402411004","geometry":{"type":"Point","coordinates":[-0.4240402,51.8889072]},"properties":{"@type":"node","@id":8402411004,"@timestamp":1612715553},"coords":"51.8889072,-0.4240402","bedrooms":"1","price":"172000","area":"480"} , +{"type":"Feature","id":"n8402506282","geometry":{"type":"Point","coordinates":[0.0052306,51.5258021]},"properties":{"@type":"node","@id":8402506282,"@timestamp":1619453736},"coords":"51.5258021,0.0052306","bedrooms":"0","price":"236000","area":"523"} , +{"type":"Feature","id":"n8402627378","geometry":{"type":"Point","coordinates":[-0.4294253,51.8884318]},"properties":{"@type":"node","@id":8402627378,"@timestamp":1612721555},"coords":"51.8884318,-0.4294253","bedrooms":"4","price":"220000","area":"367"} , +{"type":"Feature","id":"n8402627393","geometry":{"type":"Point","coordinates":[-0.4235595,51.8901891]},"properties":{"@type":"node","@id":8402627393,"@timestamp":1612721555},"coords":"51.8901891,-0.4235595","bedrooms":"2","price":"275000","area":"668"} , +{"type":"Feature","id":"n8402627404","geometry":{"type":"Point","coordinates":[-0.4301165,51.8944097]},"properties":{"@type":"node","@id":8402627404,"@timestamp":1612721555},"coords":"51.8944097,-0.4301165","bedrooms":"0","price":"169000","area":"690"} , +{"type":"Feature","id":"n8402689197","geometry":{"type":"Point","coordinates":[0.7063276,51.5584124]},"properties":{"@type":"node","@id":8402689197,"@timestamp":1612724170},"coords":"51.5584124,0.7063276","bedrooms":"2","price":"182000","area":"476"} , +{"type":"Feature","id":"n8402705403","geometry":{"type":"Point","coordinates":[-0.0794416,51.799154]},"properties":{"@type":"node","@id":8402705403,"@timestamp":1612723106},"coords":"51.799154,-0.0794416","bedrooms":"3","price":"192000","area":"676"} , +{"type":"Feature","id":"n8402741053","geometry":{"type":"Point","coordinates":[-0.1645066,51.4848456]},"properties":{"@type":"node","@id":8402741053,"@timestamp":1612723738},"coords":"51.4848456,-0.1645066","bedrooms":"3","price":"211000","area":"414"} , +{"type":"Feature","id":"n8402744514","geometry":{"type":"Point","coordinates":[-0.4291011,51.8955625]},"properties":{"@type":"node","@id":8402744514,"@timestamp":1612724322},"coords":"51.8955625,-0.4291011","bedrooms":"3","price":"158000","area":"557"} , +{"type":"Feature","id":"n8402762735","geometry":{"type":"Point","coordinates":[-0.4263971,51.8934328]},"properties":{"@type":"node","@id":8402762735,"@timestamp":1612724322},"coords":"51.8934328,-0.4263971","bedrooms":"1","price":"204000","area":"403"} , +{"type":"Feature","id":"n8402762756","geometry":{"type":"Point","coordinates":[-0.4223048,51.8949913]},"properties":{"@type":"node","@id":8402762756,"@timestamp":1612724322},"coords":"51.8949913,-0.4223048","bedrooms":"4","price":"223000","area":"361"} , +{"type":"Feature","id":"n8402762786","geometry":{"type":"Point","coordinates":[-0.4328792,51.8962985]},"properties":{"@type":"node","@id":8402762786,"@timestamp":1620841486},"coords":"51.8962985,-0.4328792","bedrooms":"4","price":"192000","area":"581"} , +{"type":"Feature","id":"n8403190314","geometry":{"type":"Point","coordinates":[-0.3577889,51.6529004]},"properties":{"@type":"node","@id":8403190314,"@timestamp":1612734926},"coords":"51.6529004,-0.3577889","bedrooms":"0","price":"171000","area":"369"} , +{"type":"Feature","id":"n8403215631","geometry":{"type":"Point","coordinates":[-0.3534076,51.6518633]},"properties":{"@type":"node","@id":8403215631,"@timestamp":1612734926},"coords":"51.6518633,-0.3534076","bedrooms":"3","price":"267000","area":"561"} , +{"type":"Feature","id":"n8403215666","geometry":{"type":"Point","coordinates":[-0.3533958,51.6504782]},"properties":{"@type":"node","@id":8403215666,"@timestamp":1612734926},"coords":"51.6504782,-0.3533958","bedrooms":"1","price":"290000","area":"458"} , +{"type":"Feature","id":"n8403215676","geometry":{"type":"Point","coordinates":[-0.3537661,51.6503636]},"properties":{"@type":"node","@id":8403215676,"@timestamp":1612734926},"coords":"51.6503636,-0.3537661","bedrooms":"4","price":"179000","area":"557"} , +{"type":"Feature","id":"n8403215686","geometry":{"type":"Point","coordinates":[-0.3530376,51.649782]},"properties":{"@type":"node","@id":8403215686,"@timestamp":1612734926},"coords":"51.649782,-0.3530376","bedrooms":"2","price":"277000","area":"549"} , +{"type":"Feature","id":"n8403215701","geometry":{"type":"Point","coordinates":[-0.3545601,51.6521756]},"properties":{"@type":"node","@id":8403215701,"@timestamp":1612734926},"coords":"51.6521756,-0.3545601","bedrooms":"2","price":"254000","area":"586"} , +{"type":"Feature","id":"n8403306313","geometry":{"type":"Point","coordinates":[-0.0389789,51.4685882]},"properties":{"@type":"node","@id":8403306313,"@timestamp":1612737966},"coords":"51.4685882,-0.0389789","bedrooms":"1","price":"236000","area":"575"} , +{"type":"Feature","id":"n8403319153","geometry":{"type":"Point","coordinates":[-0.0130702,51.6724672]},"properties":{"@type":"node","@id":8403319153,"@timestamp":1613943477},"coords":"51.6724672,-0.0130702","bedrooms":"1","price":"197000","area":"427"} , +{"type":"Feature","id":"n8403474869","geometry":{"type":"Point","coordinates":[-0.2363982,51.5095266]},"properties":{"@type":"node","@id":8403474869,"@timestamp":1618025811},"coords":"51.5095266,-0.2363982","bedrooms":"2","price":"165000","area":"549"} , +{"type":"Feature","id":"n8403500917","geometry":{"type":"Point","coordinates":[-0.0777578,51.3749371]},"properties":{"@type":"node","@id":8403500917,"@timestamp":1612747353},"coords":"51.3749371,-0.0777578","bedrooms":"4","price":"171000","area":"634"} , +{"type":"Feature","id":"n8403555546","geometry":{"type":"Point","coordinates":[0.2098367,51.4564977]},"properties":{"@type":"node","@id":8403555546,"@timestamp":1612751564},"coords":"51.4564977,0.2098367","bedrooms":"0","price":"285000","area":"520"} , +{"type":"Feature","id":"n8403830981","geometry":{"type":"Point","coordinates":[-0.0745863,51.56689]},"properties":{"@type":"node","@id":8403830981,"@timestamp":1612762827},"coords":"51.56689,-0.0745863","bedrooms":"1","price":"241000","area":"588"} , +{"type":"Feature","id":"n8403985640","geometry":{"type":"Point","coordinates":[-0.1654393,51.4845177]},"properties":{"@type":"node","@id":8403985640,"@timestamp":1612767514},"coords":"51.4845177,-0.1654393","bedrooms":"3","price":"276000","area":"643"} , +{"type":"Feature","id":"n8403985726","geometry":{"type":"Point","coordinates":[-0.1644838,51.484139]},"properties":{"@type":"node","@id":8403985726,"@timestamp":1612767514},"coords":"51.484139,-0.1644838","bedrooms":"1","price":"210000","area":"479"} , +{"type":"Feature","id":"n8404255925","geometry":{"type":"Point","coordinates":[-0.150978,51.232397]},"properties":{"@type":"node","@id":8404255925,"@timestamp":1612774286},"coords":"51.232397,-0.150978","bedrooms":"3","price":"204000","area":"531"} , +{"type":"Feature","id":"n8404283198","geometry":{"type":"Point","coordinates":[-0.2450829,51.34671]},"properties":{"@type":"node","@id":8404283198,"@timestamp":1621048125},"coords":"51.34671,-0.2450829","bedrooms":"2","price":"224000","area":"424"} , +{"type":"Feature","id":"n8404283233","geometry":{"type":"Point","coordinates":[-0.2456076,51.3466785]},"properties":{"@type":"node","@id":8404283233,"@timestamp":1621048125},"coords":"51.3466785,-0.2456076","bedrooms":"1","price":"202000","area":"633"} , +{"type":"Feature","id":"n8404383826","geometry":{"type":"Point","coordinates":[-0.1675709,51.4841808]},"properties":{"@type":"node","@id":8404383826,"@timestamp":1612777011},"coords":"51.4841808,-0.1675709","bedrooms":"0","price":"288000","area":"491"} , +{"type":"Feature","id":"n8404383836","geometry":{"type":"Point","coordinates":[-0.1679301,51.4846506]},"properties":{"@type":"node","@id":8404383836,"@timestamp":1612777011},"coords":"51.4846506,-0.1679301","bedrooms":"3","price":"204000","area":"409"} , +{"type":"Feature","id":"n8404399226","geometry":{"type":"Point","coordinates":[-0.1674911,51.4850043]},"properties":{"@type":"node","@id":8404399226,"@timestamp":1612777011},"coords":"51.4850043,-0.1674911","bedrooms":"1","price":"270000","area":"501"} , +{"type":"Feature","id":"n8404399270","geometry":{"type":"Point","coordinates":[-0.1664446,51.4849937]},"properties":{"@type":"node","@id":8404399270,"@timestamp":1612777011},"coords":"51.4849937,-0.1664446","bedrooms":"1","price":"179000","area":"473"} , +{"type":"Feature","id":"n8404706016","geometry":{"type":"Point","coordinates":[0.2496786,51.4453227]},"properties":{"@type":"node","@id":8404706016,"@timestamp":1612784219},"coords":"51.4453227,0.2496786","bedrooms":"0","price":"186000","area":"523"} , +{"type":"Feature","id":"n8405105411","geometry":{"type":"Point","coordinates":[-0.4771665,51.5179655]},"properties":{"@type":"node","@id":8405105411,"@timestamp":1612790964},"coords":"51.5179655,-0.4771665","bedrooms":"3","price":"207000","area":"567"} , +{"type":"Feature","id":"n8405348806","geometry":{"type":"Point","coordinates":[-0.4179177,51.8968368]},"properties":{"@type":"node","@id":8405348806,"@timestamp":1612796188},"coords":"51.8968368,-0.4179177","bedrooms":"0","price":"206000","area":"638"} , +{"type":"Feature","id":"n8405353237","geometry":{"type":"Point","coordinates":[-0.4130881,51.9016079]},"properties":{"@type":"node","@id":8405353237,"@timestamp":1612796188},"coords":"51.9016079,-0.4130881","bedrooms":"3","price":"296000","area":"638"} , +{"type":"Feature","id":"n8405353263","geometry":{"type":"Point","coordinates":[-0.4169098,51.9050319]},"properties":{"@type":"node","@id":8405353263,"@timestamp":1612796188},"coords":"51.9050319,-0.4169098","bedrooms":"0","price":"194000","area":"425"} , +{"type":"Feature","id":"n8405553277","geometry":{"type":"Point","coordinates":[0.3083536,51.295507]},"properties":{"@type":"node","@id":8405553277,"@timestamp":1616076549},"coords":"51.295507,0.3083536","bedrooms":"4","price":"273000","area":"481"} , +{"type":"Feature","id":"n8405657114","geometry":{"type":"Point","coordinates":[0.1282629,51.7633634]},"properties":{"@type":"node","@id":8405657114,"@timestamp":1612804255},"coords":"51.7633634,0.1282629","bedrooms":"2","price":"172000","area":"537"} , +{"type":"Feature","id":"n8405736639","geometry":{"type":"Point","coordinates":[0.5429046,51.3022212]},"properties":{"@type":"node","@id":8405736639,"@timestamp":1616076549},"coords":"51.3022212,0.5429046","bedrooms":"2","price":"262000","area":"367"} , +{"type":"Feature","id":"n8405753115","geometry":{"type":"Point","coordinates":[0.8025987,51.4137645]},"properties":{"@type":"node","@id":8405753115,"@timestamp":1612806595},"coords":"51.4137645,0.8025987","bedrooms":"4","price":"208000","area":"684"} , +{"type":"Feature","id":"n8405758825","geometry":{"type":"Point","coordinates":[0.8012067,51.4142094]},"properties":{"@type":"node","@id":8405758825,"@timestamp":1612806595},"coords":"51.4142094,0.8012067","bedrooms":"0","price":"202000","area":"644"} , +{"type":"Feature","id":"n8405758835","geometry":{"type":"Point","coordinates":[0.8018062,51.4142513]},"properties":{"@type":"node","@id":8405758835,"@timestamp":1612806595},"coords":"51.4142513,0.8018062","bedrooms":"1","price":"236000","area":"407"} , +{"type":"Feature","id":"n8405758845","geometry":{"type":"Point","coordinates":[0.8021146,51.4143324]},"properties":{"@type":"node","@id":8405758845,"@timestamp":1612806595},"coords":"51.4143324,0.8021146","bedrooms":"0","price":"231000","area":"615"} , +{"type":"Feature","id":"n8405758855","geometry":{"type":"Point","coordinates":[0.8029219,51.4142262]},"properties":{"@type":"node","@id":8405758855,"@timestamp":1612806595},"coords":"51.4142262,0.8029219","bedrooms":"4","price":"172000","area":"360"} , +{"type":"Feature","id":"n8405758865","geometry":{"type":"Point","coordinates":[0.8056632,51.4147322]},"properties":{"@type":"node","@id":8405758865,"@timestamp":1612806595},"coords":"51.4147322,0.8056632","bedrooms":"4","price":"249000","area":"559"} , +{"type":"Feature","id":"n8405758875","geometry":{"type":"Point","coordinates":[0.8033162,51.4146168]},"properties":{"@type":"node","@id":8405758875,"@timestamp":1612806595},"coords":"51.4146168,0.8033162","bedrooms":"4","price":"174000","area":"483"} , +{"type":"Feature","id":"n8405794356","geometry":{"type":"Point","coordinates":[-0.1663643,51.4837488]},"properties":{"@type":"node","@id":8405794356,"@timestamp":1612807755},"coords":"51.4837488,-0.1663643","bedrooms":"3","price":"181000","area":"495"} , +{"type":"Feature","id":"n8405794376","geometry":{"type":"Point","coordinates":[-0.1665458,51.4837178]},"properties":{"@type":"node","@id":8405794376,"@timestamp":1612807755},"coords":"51.4837178,-0.1665458","bedrooms":"4","price":"150000","area":"375"} , +{"type":"Feature","id":"n8406098985","geometry":{"type":"Point","coordinates":[0.0210137,51.507722]},"properties":{"@type":"node","@id":8406098985,"@timestamp":1612813821},"coords":"51.507722,0.0210137","bedrooms":"4","price":"206000","area":"545"} , +{"type":"Feature","id":"n8406126665","geometry":{"type":"Point","coordinates":[0.8537046,51.0101417]},"properties":{"@type":"node","@id":8406126665,"@timestamp":1616711601},"coords":"51.0101417,0.8537046","bedrooms":"2","price":"274000","area":"511"} , +{"type":"Feature","id":"n8406155257","geometry":{"type":"Point","coordinates":[0.0247022,51.5077281]},"properties":{"@type":"node","@id":8406155257,"@timestamp":1612814894},"coords":"51.5077281,0.0247022","bedrooms":"2","price":"271000","area":"500"} , +{"type":"Feature","id":"n8406180256","geometry":{"type":"Point","coordinates":[-0.4186698,51.8989256]},"properties":{"@type":"node","@id":8406180256,"@timestamp":1612816337},"coords":"51.8989256,-0.4186698","bedrooms":"0","price":"263000","area":"394"} , +{"type":"Feature","id":"n8406180282","geometry":{"type":"Point","coordinates":[-0.4257011,51.9000651]},"properties":{"@type":"node","@id":8406180282,"@timestamp":1612816337},"coords":"51.9000651,-0.4257011","bedrooms":"2","price":"279000","area":"479"} , +{"type":"Feature","id":"n8406227020","geometry":{"type":"Point","coordinates":[-0.4213394,51.8966748]},"properties":{"@type":"node","@id":8406227020,"@timestamp":1612816337},"coords":"51.8966748,-0.4213394","bedrooms":"1","price":"286000","area":"577"} , +{"type":"Feature","id":"n8406243236","geometry":{"type":"Point","coordinates":[-1.1114202,51.2965281]},"properties":{"@type":"node","@id":8406243236,"@timestamp":1612816764},"coords":"51.2965281,-1.1114202","bedrooms":"1","price":"160000","area":"664"} , +{"type":"Feature","id":"n8406454605","geometry":{"type":"Point","coordinates":[0.8017606,51.4131631]},"properties":{"@type":"node","@id":8406454605,"@timestamp":1612823263},"coords":"51.4131631,0.8017606","bedrooms":"0","price":"279000","area":"364"} , +{"type":"Feature","id":"n8406454615","geometry":{"type":"Point","coordinates":[0.8007346,51.4137728]},"properties":{"@type":"node","@id":8406454615,"@timestamp":1612823263},"coords":"51.4137728,0.8007346","bedrooms":"2","price":"253000","area":"596"} , +{"type":"Feature","id":"n8406511724","geometry":{"type":"Point","coordinates":[0.8013193,51.4136641]},"properties":{"@type":"node","@id":8406511724,"@timestamp":1612823263},"coords":"51.4136641,0.8013193","bedrooms":"0","price":"156000","area":"557"} , +{"type":"Feature","id":"n8406511734","geometry":{"type":"Point","coordinates":[0.8024043,51.41347]},"properties":{"@type":"node","@id":8406511734,"@timestamp":1612823263},"coords":"51.41347,0.8024043","bedrooms":"1","price":"150000","area":"589"} , +{"type":"Feature","id":"n8406586587","geometry":{"type":"Point","coordinates":[-1.1077399,51.2925089]},"properties":{"@type":"node","@id":8406586587,"@timestamp":1612825454},"coords":"51.2925089,-1.1077399","bedrooms":"3","price":"209000","area":"696"} , +{"type":"Feature","id":"n8406586755","geometry":{"type":"Point","coordinates":[-1.1148217,51.2984966]},"properties":{"@type":"node","@id":8406586755,"@timestamp":1612825454},"coords":"51.2984966,-1.1148217","bedrooms":"0","price":"167000","area":"409"} , +{"type":"Feature","id":"n8406601323","geometry":{"type":"Point","coordinates":[-0.2983056,51.3921027]},"properties":{"@type":"node","@id":8406601323,"@timestamp":1613389082},"coords":"51.3921027,-0.2983056","bedrooms":"4","price":"177000","area":"441"} , +{"type":"Feature","id":"n8406617748","geometry":{"type":"Point","coordinates":[-0.5323182,51.4306923]},"properties":{"@type":"node","@id":8406617748,"@timestamp":1612827250},"coords":"51.4306923,-0.5323182","bedrooms":"2","price":"162000","area":"436"} , +{"type":"Feature","id":"n8406696706","geometry":{"type":"Point","coordinates":[0.6724591,51.20211]},"properties":{"@type":"node","@id":8406696706,"@timestamp":1616076549},"coords":"51.20211,0.6724591","bedrooms":"1","price":"215000","area":"615"} , +{"type":"Feature","id":"n8406828009","geometry":{"type":"Point","coordinates":[-0.2161639,51.4868431]},"properties":{"@type":"node","@id":8406828009,"@timestamp":1612838363},"coords":"51.4868431,-0.2161639","bedrooms":"0","price":"284000","area":"673"} , +{"type":"Feature","id":"n8406835619","geometry":{"type":"Point","coordinates":[-0.2484797,51.5042134]},"properties":{"@type":"node","@id":8406835619,"@timestamp":1623393042},"coords":"51.5042134,-0.2484797","bedrooms":"4","price":"258000","area":"429"} , +{"type":"Feature","id":"n8407425039","geometry":{"type":"Point","coordinates":[-0.1351408,51.4642282]},"properties":{"@type":"node","@id":8407425039,"@timestamp":1612858242},"coords":"51.4642282,-0.1351408","bedrooms":"4","price":"228000","area":"456"} , +{"type":"Feature","id":"n8407519890","geometry":{"type":"Point","coordinates":[-0.0164557,51.6690635]},"properties":{"@type":"node","@id":8407519890,"@timestamp":1613255922},"coords":"51.6690635,-0.0164557","bedrooms":"0","price":"182000","area":"619"} , +{"type":"Feature","id":"n8407773816","geometry":{"type":"Point","coordinates":[-0.2082554,51.5287891]},"properties":{"@type":"node","@id":8407773816,"@timestamp":1612865621},"coords":"51.5287891,-0.2082554","bedrooms":"0","price":"196000","area":"535"} , +{"type":"Feature","id":"n8407791117","geometry":{"type":"Point","coordinates":[-0.2082923,51.5287908]},"properties":{"@type":"node","@id":8407791117,"@timestamp":1612865621},"coords":"51.5287908,-0.2082923","bedrooms":"2","price":"176000","area":"639"} , +{"type":"Feature","id":"n8407827036","geometry":{"type":"Point","coordinates":[-0.1311166,50.9499149]},"properties":{"@type":"node","@id":8407827036,"@timestamp":1612866765},"coords":"50.9499149,-0.1311166","bedrooms":"4","price":"185000","area":"567"} , +{"type":"Feature","id":"n8408087586","geometry":{"type":"Point","coordinates":[-0.2061952,51.4206664]},"properties":{"@type":"node","@id":8408087586,"@timestamp":1612870653},"coords":"51.4206664,-0.2061952","bedrooms":"2","price":"197000","area":"514"} , +{"type":"Feature","id":"n8408180923","geometry":{"type":"Point","coordinates":[0.8178511,51.4151922]},"properties":{"@type":"node","@id":8408180923,"@timestamp":1612871771},"coords":"51.4151922,0.8178511","bedrooms":"1","price":"235000","area":"549"} , +{"type":"Feature","id":"n8408180933","geometry":{"type":"Point","coordinates":[0.8093753,51.4173451]},"properties":{"@type":"node","@id":8408180933,"@timestamp":1612871771},"coords":"51.4173451,0.8093753","bedrooms":"0","price":"257000","area":"563"} , +{"type":"Feature","id":"n8408180943","geometry":{"type":"Point","coordinates":[0.7981369,51.4191433]},"properties":{"@type":"node","@id":8408180943,"@timestamp":1612871771},"coords":"51.4191433,0.7981369","bedrooms":"0","price":"163000","area":"586"} , +{"type":"Feature","id":"n8408180953","geometry":{"type":"Point","coordinates":[0.7898837,51.4159299]},"properties":{"@type":"node","@id":8408180953,"@timestamp":1612871771},"coords":"51.4159299,0.7898837","bedrooms":"1","price":"196000","area":"371"} , +{"type":"Feature","id":"n8408455503","geometry":{"type":"Point","coordinates":[-0.9830023,51.7410379]},"properties":{"@type":"node","@id":8408455503,"@timestamp":1612877220},"coords":"51.7410379,-0.9830023","bedrooms":"4","price":"205000","area":"495"} , +{"type":"Feature","id":"n8408588441","geometry":{"type":"Point","coordinates":[-0.430528,51.897568]},"properties":{"@type":"node","@id":8408588441,"@timestamp":1612878571},"coords":"51.897568,-0.430528","bedrooms":"1","price":"261000","area":"635"} , +{"type":"Feature","id":"n8408588466","geometry":{"type":"Point","coordinates":[-0.4285819,51.90028]},"properties":{"@type":"node","@id":8408588466,"@timestamp":1612878571},"coords":"51.90028,-0.4285819","bedrooms":"0","price":"286000","area":"414"} , +{"type":"Feature","id":"n8408626277","geometry":{"type":"Point","coordinates":[-0.1693241,51.4847427]},"properties":{"@type":"node","@id":8408626277,"@timestamp":1612878944},"coords":"51.4847427,-0.1693241","bedrooms":"0","price":"190000","area":"580"} , +{"type":"Feature","id":"n8408626308","geometry":{"type":"Point","coordinates":[-0.1692228,51.4847723]},"properties":{"@type":"node","@id":8408626308,"@timestamp":1612878944},"coords":"51.4847723,-0.1692228","bedrooms":"4","price":"205000","area":"409"} , +{"type":"Feature","id":"n8408653824","geometry":{"type":"Point","coordinates":[-0.309271,51.4120468]},"properties":{"@type":"node","@id":8408653824,"@timestamp":1612879807},"coords":"51.4120468,-0.309271","bedrooms":"3","price":"225000","area":"606"} , +{"type":"Feature","id":"n8408653834","geometry":{"type":"Point","coordinates":[-0.3105695,51.4118126]},"properties":{"@type":"node","@id":8408653834,"@timestamp":1612879807},"coords":"51.4118126,-0.3105695","bedrooms":"4","price":"274000","area":"370"} , +{"type":"Feature","id":"n8408699402","geometry":{"type":"Point","coordinates":[-0.0986101,51.4390201]},"properties":{"@type":"node","@id":8408699402,"@timestamp":1612881115},"coords":"51.4390201,-0.0986101","bedrooms":"4","price":"235000","area":"660"} , +{"type":"Feature","id":"n8408700336","geometry":{"type":"Point","coordinates":[-0.099027,51.4385743]},"properties":{"@type":"node","@id":8408700336,"@timestamp":1612881115},"coords":"51.4385743,-0.099027","bedrooms":"0","price":"288000","area":"614"} , +{"type":"Feature","id":"n8408700349","geometry":{"type":"Point","coordinates":[-0.1002996,51.438035]},"properties":{"@type":"node","@id":8408700349,"@timestamp":1612881115},"coords":"51.438035,-0.1002996","bedrooms":"1","price":"236000","area":"658"} , +{"type":"Feature","id":"n8408700360","geometry":{"type":"Point","coordinates":[-0.1023964,51.4371126]},"properties":{"@type":"node","@id":8408700360,"@timestamp":1612881115},"coords":"51.4371126,-0.1023964","bedrooms":"3","price":"275000","area":"496"} , +{"type":"Feature","id":"n8408700372","geometry":{"type":"Point","coordinates":[-0.1037747,51.4366469]},"properties":{"@type":"node","@id":8408700372,"@timestamp":1612881115},"coords":"51.4366469,-0.1037747","bedrooms":"1","price":"275000","area":"350"} , +{"type":"Feature","id":"n8408839293","geometry":{"type":"Point","coordinates":[-0.1791639,51.4851724]},"properties":{"@type":"node","@id":8408839293,"@timestamp":1612884322},"coords":"51.4851724,-0.1791639","bedrooms":"3","price":"245000","area":"665"} , +{"type":"Feature","id":"n8408839310","geometry":{"type":"Point","coordinates":[-0.1800615,51.4858193]},"properties":{"@type":"node","@id":8408839310,"@timestamp":1612884322},"coords":"51.4858193,-0.1800615","bedrooms":"1","price":"256000","area":"410"} , +{"type":"Feature","id":"n8409018017","geometry":{"type":"Point","coordinates":[-0.0539985,51.5498617]},"properties":{"@type":"node","@id":8409018017,"@timestamp":1612886749},"coords":"51.5498617,-0.0539985","bedrooms":"1","price":"269000","area":"412"} , +{"type":"Feature","id":"n8409117415","geometry":{"type":"Point","coordinates":[-0.4364218,51.8977497]},"properties":{"@type":"node","@id":8409117415,"@timestamp":1612889548},"coords":"51.8977497,-0.4364218","bedrooms":"1","price":"199000","area":"570"} , +{"type":"Feature","id":"n8409235141","geometry":{"type":"Point","coordinates":[-0.868266,51.4244907]},"properties":{"@type":"node","@id":8409235141,"@timestamp":1620929404},"coords":"51.4244907,-0.868266","bedrooms":"3","price":"245000","area":"678"} , +{"type":"Feature","id":"n8409371490","geometry":{"type":"Point","coordinates":[0.0117207,51.5371071]},"properties":{"@type":"node","@id":8409371490,"@timestamp":1612891628},"coords":"51.5371071,0.0117207","bedrooms":"3","price":"270000","area":"456"} , +{"type":"Feature","id":"n8409432517","geometry":{"type":"Point","coordinates":[-0.434097,51.898234]},"properties":{"@type":"node","@id":8409432517,"@timestamp":1612892870},"coords":"51.898234,-0.434097","bedrooms":"2","price":"297000","area":"613"} , +{"type":"Feature","id":"n8409432527","geometry":{"type":"Point","coordinates":[-0.4349032,51.9002265]},"properties":{"@type":"node","@id":8409432527,"@timestamp":1612892870},"coords":"51.9002265,-0.4349032","bedrooms":"3","price":"156000","area":"362"} , +{"type":"Feature","id":"n8409432551","geometry":{"type":"Point","coordinates":[-0.433742,51.9019112]},"properties":{"@type":"node","@id":8409432551,"@timestamp":1612892870},"coords":"51.9019112,-0.433742","bedrooms":"3","price":"222000","area":"411"} , +{"type":"Feature","id":"n8409512397","geometry":{"type":"Point","coordinates":[0.1605963,51.7133948]},"properties":{"@type":"node","@id":8409512397,"@timestamp":1624925304},"coords":"51.7133948,0.1605963","bedrooms":"0","price":"235000","area":"513"} , +{"type":"Feature","id":"n8409868564","geometry":{"type":"Point","coordinates":[0.0224232,51.5330045]},"properties":{"@type":"node","@id":8409868564,"@timestamp":1612901802},"coords":"51.5330045,0.0224232","bedrooms":"1","price":"284000","area":"636"} , +{"type":"Feature","id":"n8409992355","geometry":{"type":"Point","coordinates":[-0.4379231,51.9013822]},"properties":{"@type":"node","@id":8409992355,"@timestamp":1612903969},"coords":"51.9013822,-0.4379231","bedrooms":"1","price":"152000","area":"675"} , +{"type":"Feature","id":"n8409992378","geometry":{"type":"Point","coordinates":[-0.4363857,51.9016735]},"properties":{"@type":"node","@id":8409992378,"@timestamp":1612903969},"coords":"51.9016735,-0.4363857","bedrooms":"4","price":"227000","area":"460"} , +{"type":"Feature","id":"n8410070118","geometry":{"type":"Point","coordinates":[-0.0617173,51.5538048]},"properties":{"@type":"node","@id":8410070118,"@timestamp":1612905677},"coords":"51.5538048,-0.0617173","bedrooms":"1","price":"191000","area":"577"} , +{"type":"Feature","id":"n8410080307","geometry":{"type":"Point","coordinates":[-0.1845843,50.9585855]},"properties":{"@type":"node","@id":8410080307,"@timestamp":1612906352},"coords":"50.9585855,-0.1845843","bedrooms":"0","price":"287000","area":"626"} , +{"type":"Feature","id":"n8410085739","geometry":{"type":"Point","coordinates":[-0.1847398,50.9563233]},"properties":{"@type":"node","@id":8410085739,"@timestamp":1612906352},"coords":"50.9563233,-0.1847398","bedrooms":"0","price":"189000","area":"515"} , +{"type":"Feature","id":"n8410085749","geometry":{"type":"Point","coordinates":[-0.1852877,50.9605621]},"properties":{"@type":"node","@id":8410085749,"@timestamp":1612906352},"coords":"50.9605621,-0.1852877","bedrooms":"3","price":"267000","area":"498"} , +{"type":"Feature","id":"n8410157207","geometry":{"type":"Point","coordinates":[-0.3235623,51.5099369]},"properties":{"@type":"node","@id":8410157207,"@timestamp":1612911304},"coords":"51.5099369,-0.3235623","bedrooms":"3","price":"159000","area":"454"} , +{"type":"Feature","id":"n8410333400","geometry":{"type":"Point","coordinates":[0.0813749,51.7443898]},"properties":{"@type":"node","@id":8410333400,"@timestamp":1612918744},"coords":"51.7443898,0.0813749","bedrooms":"3","price":"296000","area":"608"} , +{"type":"Feature","id":"n8410583411","geometry":{"type":"Point","coordinates":[-0.1691391,51.4849825]},"properties":{"@type":"node","@id":8410583411,"@timestamp":1614262477},"coords":"51.4849825,-0.1691391","bedrooms":"0","price":"158000","area":"605"} , +{"type":"Feature","id":"n8410583462","geometry":{"type":"Point","coordinates":[-0.1691981,51.4857092]},"properties":{"@type":"node","@id":8410583462,"@timestamp":1612931317},"coords":"51.4857092,-0.1691981","bedrooms":"4","price":"208000","area":"696"} , +{"type":"Feature","id":"n8410583472","geometry":{"type":"Point","coordinates":[-0.1696266,51.4861709]},"properties":{"@type":"node","@id":8410583472,"@timestamp":1612931317},"coords":"51.4861709,-0.1696266","bedrooms":"1","price":"220000","area":"350"} , +{"type":"Feature","id":"n8411303865","geometry":{"type":"Point","coordinates":[0.1728594,51.3981324]},"properties":{"@type":"node","@id":8411303865,"@timestamp":1612951581},"coords":"51.3981324,0.1728594","bedrooms":"2","price":"168000","area":"481"} , +{"type":"Feature","id":"n8411448077","geometry":{"type":"Point","coordinates":[-0.3168774,51.6212004]},"properties":{"@type":"node","@id":8411448077,"@timestamp":1612954435},"coords":"51.6212004,-0.3168774","bedrooms":"1","price":"279000","area":"570"} , +{"type":"Feature","id":"n8411456278","geometry":{"type":"Point","coordinates":[0.2973556,51.2084762]},"properties":{"@type":"node","@id":8411456278,"@timestamp":1619425131},"coords":"51.2084762,0.2973556","bedrooms":"2","price":"153000","area":"474"} , +{"type":"Feature","id":"n8411458666","geometry":{"type":"Point","coordinates":[0.2981611,51.2083966]},"properties":{"@type":"node","@id":8411458666,"@timestamp":1619425131},"coords":"51.2083966,0.2981611","bedrooms":"1","price":"193000","area":"626"} , +{"type":"Feature","id":"n8411458676","geometry":{"type":"Point","coordinates":[0.2987337,51.2095581]},"properties":{"@type":"node","@id":8411458676,"@timestamp":1619425131},"coords":"51.2095581,0.2987337","bedrooms":"3","price":"201000","area":"551"} , +{"type":"Feature","id":"n8411458686","geometry":{"type":"Point","coordinates":[0.2980767,51.2107095]},"properties":{"@type":"node","@id":8411458686,"@timestamp":1619425131},"coords":"51.2107095,0.2980767","bedrooms":"3","price":"185000","area":"679"} , +{"type":"Feature","id":"n8411458696","geometry":{"type":"Point","coordinates":[0.2972964,51.2096268]},"properties":{"@type":"node","@id":8411458696,"@timestamp":1619425132},"coords":"51.2096268,0.2972964","bedrooms":"0","price":"183000","area":"503"} , +{"type":"Feature","id":"n8411515135","geometry":{"type":"Point","coordinates":[0.0394751,51.5112911]},"properties":{"@type":"node","@id":8411515135,"@timestamp":1612956146},"coords":"51.5112911,0.0394751","bedrooms":"4","price":"252000","area":"634"} , +{"type":"Feature","id":"n8411573414","geometry":{"type":"Point","coordinates":[-0.1314715,51.4264527]},"properties":{"@type":"node","@id":8411573414,"@timestamp":1634940229},"coords":"51.4264527,-0.1314715","bedrooms":"3","price":"236000","area":"362"} , +{"type":"Feature","id":"n8411573840","geometry":{"type":"Point","coordinates":[-0.1310118,51.4289987]},"properties":{"@type":"node","@id":8411573840,"@timestamp":1612956940},"coords":"51.4289987,-0.1310118","bedrooms":"3","price":"211000","area":"439"} , +{"type":"Feature","id":"n8411600434","geometry":{"type":"Point","coordinates":[-0.1321546,51.4267707]},"properties":{"@type":"node","@id":8411600434,"@timestamp":1612957280},"coords":"51.4267707,-0.1321546","bedrooms":"4","price":"201000","area":"682"} , +{"type":"Feature","id":"n8411828570","geometry":{"type":"Point","coordinates":[-0.099679,51.4914626]},"properties":{"@type":"node","@id":8411828570,"@timestamp":1632842225},"coords":"51.4914626,-0.099679","bedrooms":"3","price":"251000","area":"384"} , +{"type":"Feature","id":"n8412115293","geometry":{"type":"Point","coordinates":[-0.1048152,51.433645]},"properties":{"@type":"node","@id":8412115293,"@timestamp":1612969295},"coords":"51.433645,-0.1048152","bedrooms":"1","price":"175000","area":"413"} , +{"type":"Feature","id":"n8412170779","geometry":{"type":"Point","coordinates":[-0.1699761,51.4866162]},"properties":{"@type":"node","@id":8412170779,"@timestamp":1612972449},"coords":"51.4866162,-0.1699761","bedrooms":"4","price":"289000","area":"379"} , +{"type":"Feature","id":"n8412250269","geometry":{"type":"Point","coordinates":[0.0813154,51.7794673]},"properties":{"@type":"node","@id":8412250269,"@timestamp":1612972103},"coords":"51.7794673,0.0813154","bedrooms":"4","price":"161000","area":"358"} , +{"type":"Feature","id":"n8412269920","geometry":{"type":"Point","coordinates":[-0.1706159,51.4866981]},"properties":{"@type":"node","@id":8412269920,"@timestamp":1612972449},"coords":"51.4866981,-0.1706159","bedrooms":"0","price":"176000","area":"561"} , +{"type":"Feature","id":"n8412269968","geometry":{"type":"Point","coordinates":[-0.1697629,51.4858281]},"properties":{"@type":"node","@id":8412269968,"@timestamp":1612972449},"coords":"51.4858281,-0.1697629","bedrooms":"4","price":"180000","area":"630"} , +{"type":"Feature","id":"n8412270040","geometry":{"type":"Point","coordinates":[-0.1700984,51.4851765]},"properties":{"@type":"node","@id":8412270040,"@timestamp":1612972449},"coords":"51.4851765,-0.1700984","bedrooms":"0","price":"169000","area":"573"} , +{"type":"Feature","id":"n8412284679","geometry":{"type":"Point","coordinates":[-0.1070799,51.4776476]},"properties":{"@type":"node","@id":8412284679,"@timestamp":1612974067},"coords":"51.4776476,-0.1070799","bedrooms":"3","price":"297000","area":"447"} , +{"type":"Feature","id":"n8412371263","geometry":{"type":"Point","coordinates":[-0.0923205,51.4311313]},"properties":{"@type":"node","@id":8412371263,"@timestamp":1612975055},"coords":"51.4311313,-0.0923205","bedrooms":"2","price":"262000","area":"669"} , +{"type":"Feature","id":"n8412468236","geometry":{"type":"Point","coordinates":[-0.7995746,51.3346706]},"properties":{"@type":"node","@id":8412468236,"@timestamp":1612976989},"coords":"51.3346706,-0.7995746","bedrooms":"1","price":"210000","area":"457"} , +{"type":"Feature","id":"n8412547984","geometry":{"type":"Point","coordinates":[0.0062064,51.7684623]},"properties":{"@type":"node","@id":8412547984,"@timestamp":1612978820},"coords":"51.7684623,0.0062064","bedrooms":"3","price":"162000","area":"647"} , +{"type":"Feature","id":"n8412565640","geometry":{"type":"Point","coordinates":[-0.4090357,51.9058052]},"properties":{"@type":"node","@id":8412565640,"@timestamp":1612979944},"coords":"51.9058052,-0.4090357","bedrooms":"0","price":"227000","area":"439"} , +{"type":"Feature","id":"n8412565679","geometry":{"type":"Point","coordinates":[-0.4138134,51.9089835]},"properties":{"@type":"node","@id":8412565679,"@timestamp":1612979944},"coords":"51.9089835,-0.4138134","bedrooms":"3","price":"185000","area":"357"} , +{"type":"Feature","id":"n8412696995","geometry":{"type":"Point","coordinates":[0.1310237,51.7731882]},"properties":{"@type":"node","@id":8412696995,"@timestamp":1626303271},"coords":"51.7731882,0.1310237","bedrooms":"2","price":"255000","area":"502"} , +{"type":"Feature","id":"n8412979831","geometry":{"type":"Point","coordinates":[-0.3076285,51.4347254]},"properties":{"@type":"node","@id":8412979831,"@timestamp":1613314581},"coords":"51.4347254,-0.3076285","bedrooms":"4","price":"289000","area":"470"} , +{"type":"Feature","id":"n8413003438","geometry":{"type":"Point","coordinates":[-0.1016432,51.4773731]},"properties":{"@type":"node","@id":8413003438,"@timestamp":1612991895},"coords":"51.4773731,-0.1016432","bedrooms":"2","price":"175000","area":"678"} , +{"type":"Feature","id":"n8413064392","geometry":{"type":"Point","coordinates":[-0.0835531,51.473716]},"properties":{"@type":"node","@id":8413064392,"@timestamp":1612992524},"coords":"51.473716,-0.0835531","bedrooms":"3","price":"243000","area":"660"} , +{"type":"Feature","id":"n8413064477","geometry":{"type":"Point","coordinates":[-0.4596192,51.5015726]},"properties":{"@type":"node","@id":8413064477,"@timestamp":1612991769},"coords":"51.5015726,-0.4596192","bedrooms":"0","price":"291000","area":"580"} , +{"type":"Feature","id":"n8413080657","geometry":{"type":"Point","coordinates":[-0.5783942,51.2318512]},"properties":{"@type":"node","@id":8413080657,"@timestamp":1612992388},"coords":"51.2318512,-0.5783942","bedrooms":"4","price":"256000","area":"575"} , +{"type":"Feature","id":"n8413090121","geometry":{"type":"Point","coordinates":[-0.320579,51.7548237]},"properties":{"@type":"node","@id":8413090121,"@timestamp":1613052753},"coords":"51.7548237,-0.320579","bedrooms":"4","price":"226000","area":"584"} , +{"type":"Feature","id":"n8413124659","geometry":{"type":"Point","coordinates":[0.0190912,51.5522295]},"properties":{"@type":"node","@id":8413124659,"@timestamp":1619778013},"coords":"51.5522295,0.0190912","bedrooms":"1","price":"191000","area":"528"} , +{"type":"Feature","id":"n8413205438","geometry":{"type":"Point","coordinates":[-0.4077119,51.6307816]},"properties":{"@type":"node","@id":8413205438,"@timestamp":1612997531},"coords":"51.6307816,-0.4077119","bedrooms":"4","price":"201000","area":"602"} , +{"type":"Feature","id":"n8413349116","geometry":{"type":"Point","coordinates":[-0.1054316,51.4791259]},"properties":{"@type":"node","@id":8413349116,"@timestamp":1613000876},"coords":"51.4791259,-0.1054316","bedrooms":"1","price":"275000","area":"496"} , +{"type":"Feature","id":"n8413385735","geometry":{"type":"Point","coordinates":[-0.795224,51.761031]},"properties":{"@type":"node","@id":8413385735,"@timestamp":1613001704},"coords":"51.761031,-0.795224","bedrooms":"0","price":"213000","area":"578"} , +{"type":"Feature","id":"n8413765797","geometry":{"type":"Point","coordinates":[-0.1702418,51.4857652]},"properties":{"@type":"node","@id":8413765797,"@timestamp":1613020659},"coords":"51.4857652,-0.1702418","bedrooms":"3","price":"204000","area":"627"} , +{"type":"Feature","id":"n8413765807","geometry":{"type":"Point","coordinates":[-0.1706306,51.4861827]},"properties":{"@type":"node","@id":8413765807,"@timestamp":1613020659},"coords":"51.4861827,-0.1706306","bedrooms":"2","price":"188000","area":"447"} , +{"type":"Feature","id":"n8413789417","geometry":{"type":"Point","coordinates":[-0.1714344,51.4863491]},"properties":{"@type":"node","@id":8413789417,"@timestamp":1613020659},"coords":"51.4863491,-0.1714344","bedrooms":"0","price":"258000","area":"412"} , +{"type":"Feature","id":"n8413789427","geometry":{"type":"Point","coordinates":[-0.1709311,51.4857945]},"properties":{"@type":"node","@id":8413789427,"@timestamp":1613020659},"coords":"51.4857945,-0.1709311","bedrooms":"2","price":"259000","area":"534"} , +{"type":"Feature","id":"n8413789437","geometry":{"type":"Point","coordinates":[-0.1706027,51.4854148]},"properties":{"@type":"node","@id":8413789437,"@timestamp":1613020659},"coords":"51.4854148,-0.1706027","bedrooms":"0","price":"276000","area":"465"} , +{"type":"Feature","id":"n8414061152","geometry":{"type":"Point","coordinates":[-0.1708622,51.4852836]},"properties":{"@type":"node","@id":8414061152,"@timestamp":1613026785},"coords":"51.4852836,-0.1708622","bedrooms":"1","price":"230000","area":"618"} , +{"type":"Feature","id":"n8414061162","geometry":{"type":"Point","coordinates":[-0.1711841,51.4856517]},"properties":{"@type":"node","@id":8414061162,"@timestamp":1613026785},"coords":"51.4856517,-0.1711841","bedrooms":"0","price":"244000","area":"569"} , +{"type":"Feature","id":"n8414061172","geometry":{"type":"Point","coordinates":[-0.171563,51.486085]},"properties":{"@type":"node","@id":8414061172,"@timestamp":1613026785},"coords":"51.486085,-0.171563","bedrooms":"3","price":"181000","area":"400"} , +{"type":"Feature","id":"n8414284106","geometry":{"type":"Point","coordinates":[-0.0143296,51.6643411]},"properties":{"@type":"node","@id":8414284106,"@timestamp":1613330270},"coords":"51.6643411,-0.0143296","bedrooms":"1","price":"202000","area":"649"} , +{"type":"Feature","id":"n8414503572","geometry":{"type":"Point","coordinates":[-0.9547699,51.3686466]},"properties":{"@type":"node","@id":8414503572,"@timestamp":1613036876},"coords":"51.3686466,-0.9547699","bedrooms":"0","price":"223000","area":"450"} , +{"type":"Feature","id":"n8414503582","geometry":{"type":"Point","coordinates":[-0.9593001,51.3677934]},"properties":{"@type":"node","@id":8414503582,"@timestamp":1613036876},"coords":"51.3677934,-0.9593001","bedrooms":"0","price":"150000","area":"619"} , +{"type":"Feature","id":"n8414503592","geometry":{"type":"Point","coordinates":[-0.9760854,51.3706518]},"properties":{"@type":"node","@id":8414503592,"@timestamp":1613036876},"coords":"51.3706518,-0.9760854","bedrooms":"1","price":"266000","area":"465"} , +{"type":"Feature","id":"n8414503602","geometry":{"type":"Point","coordinates":[-0.9707116,51.3702566]},"properties":{"@type":"node","@id":8414503602,"@timestamp":1613036876},"coords":"51.3702566,-0.9707116","bedrooms":"0","price":"160000","area":"481"} , +{"type":"Feature","id":"n8414503612","geometry":{"type":"Point","coordinates":[-0.957613,51.3682221]},"properties":{"@type":"node","@id":8414503612,"@timestamp":1613036876},"coords":"51.3682221,-0.957613","bedrooms":"4","price":"199000","area":"510"} , +{"type":"Feature","id":"n8414512421","geometry":{"type":"Point","coordinates":[-0.9412783,51.3690259]},"properties":{"@type":"node","@id":8414512421,"@timestamp":1613036876},"coords":"51.3690259,-0.9412783","bedrooms":"2","price":"156000","area":"389"} , +{"type":"Feature","id":"n8414514587","geometry":{"type":"Point","coordinates":[-0.452993,51.9202709]},"properties":{"@type":"node","@id":8414514587,"@timestamp":1613037010},"coords":"51.9202709,-0.452993","bedrooms":"3","price":"237000","area":"536"} , +{"type":"Feature","id":"n8414763075","geometry":{"type":"Point","coordinates":[0.028007,51.3629776]},"properties":{"@type":"node","@id":8414763075,"@timestamp":1613042542},"coords":"51.3629776,0.028007","bedrooms":"1","price":"247000","area":"428"} , +{"type":"Feature","id":"n8414794834","geometry":{"type":"Point","coordinates":[-0.171058,51.4843333]},"properties":{"@type":"node","@id":8414794834,"@timestamp":1613043129},"coords":"51.4843333,-0.171058","bedrooms":"2","price":"192000","area":"578"} , +{"type":"Feature","id":"n8414954654","geometry":{"type":"Point","coordinates":[-0.3077133,51.299003]},"properties":{"@type":"node","@id":8414954654,"@timestamp":1619392466},"coords":"51.299003,-0.3077133","bedrooms":"4","price":"194000","area":"624"} , +{"type":"Feature","id":"n8415034644","geometry":{"type":"Point","coordinates":[-0.1284568,51.6315046]},"properties":{"@type":"node","@id":8415034644,"@timestamp":1613049215},"coords":"51.6315046,-0.1284568","bedrooms":"2","price":"270000","area":"526"} , +{"type":"Feature","id":"n8415093734","geometry":{"type":"Point","coordinates":[-0.4369109,51.5591367]},"properties":{"@type":"node","@id":8415093734,"@timestamp":1613050115},"coords":"51.5591367,-0.4369109","bedrooms":"2","price":"160000","area":"669"} , +{"type":"Feature","id":"n8415273637","geometry":{"type":"Point","coordinates":[-0.3333538,51.598779]},"properties":{"@type":"node","@id":8415273637,"@timestamp":1615307860},"coords":"51.598779,-0.3333538","bedrooms":"0","price":"163000","area":"632"} , +{"type":"Feature","id":"n8415340645","geometry":{"type":"Point","coordinates":[0.2983994,51.2095728]},"properties":{"@type":"node","@id":8415340645,"@timestamp":1619425132},"coords":"51.2095728,0.2983994","bedrooms":"0","price":"188000","area":"626"} , +{"type":"Feature","id":"n8415340655","geometry":{"type":"Point","coordinates":[0.2974081,51.2091864]},"properties":{"@type":"node","@id":8415340655,"@timestamp":1619425132},"coords":"51.2091864,0.2974081","bedrooms":"1","price":"221000","area":"642"} , +{"type":"Feature","id":"n8415340665","geometry":{"type":"Point","coordinates":[0.2985358,51.2072761]},"properties":{"@type":"node","@id":8415340665,"@timestamp":1619425132},"coords":"51.2072761,0.2985358","bedrooms":"4","price":"196000","area":"486"} , +{"type":"Feature","id":"n8415340682","geometry":{"type":"Point","coordinates":[0.2959652,51.2068058]},"properties":{"@type":"node","@id":8415340682,"@timestamp":1619425132},"coords":"51.2068058,0.2959652","bedrooms":"0","price":"243000","area":"503"} , +{"type":"Feature","id":"n8415343902","geometry":{"type":"Point","coordinates":[0.295499,51.2088657]},"properties":{"@type":"node","@id":8415343902,"@timestamp":1619425132},"coords":"51.2088657,0.295499","bedrooms":"1","price":"160000","area":"481"} , +{"type":"Feature","id":"n8415343913","geometry":{"type":"Point","coordinates":[0.2950587,51.2092459]},"properties":{"@type":"node","@id":8415343913,"@timestamp":1619425132},"coords":"51.2092459,0.2950587","bedrooms":"4","price":"166000","area":"623"} , +{"type":"Feature","id":"n8415343923","geometry":{"type":"Point","coordinates":[0.2953882,51.2096271]},"properties":{"@type":"node","@id":8415343923,"@timestamp":1619425132},"coords":"51.2096271,0.2953882","bedrooms":"3","price":"194000","area":"500"} , +{"type":"Feature","id":"n8415343933","geometry":{"type":"Point","coordinates":[0.2958753,51.2097425]},"properties":{"@type":"node","@id":8415343933,"@timestamp":1619425132},"coords":"51.2097425,0.2958753","bedrooms":"3","price":"225000","area":"529"} , +{"type":"Feature","id":"n8415343943","geometry":{"type":"Point","coordinates":[0.2966104,51.2101656]},"properties":{"@type":"node","@id":8415343943,"@timestamp":1619425132},"coords":"51.2101656,0.2966104","bedrooms":"4","price":"226000","area":"368"} , +{"type":"Feature","id":"n8415346155","geometry":{"type":"Point","coordinates":[-0.48356,51.5149404]},"properties":{"@type":"node","@id":8415346155,"@timestamp":1613056257},"coords":"51.5149404,-0.48356","bedrooms":"2","price":"159000","area":"427"} , +{"type":"Feature","id":"n8415365801","geometry":{"type":"Point","coordinates":[-0.0138478,51.6707238]},"properties":{"@type":"node","@id":8415365801,"@timestamp":1613906493},"coords":"51.6707238,-0.0138478","bedrooms":"3","price":"151000","area":"358"} , +{"type":"Feature","id":"n8415369734","geometry":{"type":"Point","coordinates":[0.1618404,51.8683397]},"properties":{"@type":"node","@id":8415369734,"@timestamp":1632414086},"coords":"51.8683397,0.1618404","bedrooms":"2","price":"267000","area":"493"} , +{"type":"Feature","id":"n8415479673","geometry":{"type":"Point","coordinates":[-0.1356493,51.5420345]},"properties":{"@type":"node","@id":8415479673,"@timestamp":1613060128},"coords":"51.5420345,-0.1356493","bedrooms":"2","price":"223000","area":"541"} , +{"type":"Feature","id":"n8415506407","geometry":{"type":"Point","coordinates":[-0.1711629,51.484899]},"properties":{"@type":"node","@id":8415506407,"@timestamp":1613059952},"coords":"51.484899,-0.1711629","bedrooms":"2","price":"208000","area":"432"} , +{"type":"Feature","id":"n8415510084","geometry":{"type":"Point","coordinates":[-0.1373358,51.4294076]},"properties":{"@type":"node","@id":8415510084,"@timestamp":1613060046},"coords":"51.4294076,-0.1373358","bedrooms":"1","price":"241000","area":"490"} , +{"type":"Feature","id":"n8415618551","geometry":{"type":"Point","coordinates":[0.0657838,51.4994698]},"properties":{"@type":"node","@id":8415618551,"@timestamp":1613062685},"coords":"51.4994698,0.0657838","bedrooms":"4","price":"232000","area":"413"} , +{"type":"Feature","id":"n8415687465","geometry":{"type":"Point","coordinates":[0.2965834,51.2108993]},"properties":{"@type":"node","@id":8415687465,"@timestamp":1619425132},"coords":"51.2108993,0.2965834","bedrooms":"0","price":"159000","area":"582"} , +{"type":"Feature","id":"n8415687505","geometry":{"type":"Point","coordinates":[0.2936239,51.2103411]},"properties":{"@type":"node","@id":8415687505,"@timestamp":1619425132},"coords":"51.2103411,0.2936239","bedrooms":"1","price":"218000","area":"446"} , +{"type":"Feature","id":"n8415687515","geometry":{"type":"Point","coordinates":[0.2931432,51.2095015]},"properties":{"@type":"node","@id":8415687515,"@timestamp":1619425132},"coords":"51.2095015,0.2931432","bedrooms":"3","price":"265000","area":"659"} , +{"type":"Feature","id":"n8415717725","geometry":{"type":"Point","coordinates":[0.2935632,51.2089517]},"properties":{"@type":"node","@id":8415717725,"@timestamp":1619425132},"coords":"51.2089517,0.2935632","bedrooms":"1","price":"176000","area":"393"} , +{"type":"Feature","id":"n8415717735","geometry":{"type":"Point","coordinates":[0.2926238,51.2073029]},"properties":{"@type":"node","@id":8415717735,"@timestamp":1619425132},"coords":"51.2073029,0.2926238","bedrooms":"1","price":"274000","area":"475"} , +{"type":"Feature","id":"n8415717745","geometry":{"type":"Point","coordinates":[0.2922665,51.2076872]},"properties":{"@type":"node","@id":8415717745,"@timestamp":1619425132},"coords":"51.2076872,0.2922665","bedrooms":"3","price":"180000","area":"542"} , +{"type":"Feature","id":"n8415717755","geometry":{"type":"Point","coordinates":[0.2930377,51.2103084]},"properties":{"@type":"node","@id":8415717755,"@timestamp":1619425132},"coords":"51.2103084,0.2930377","bedrooms":"1","price":"191000","area":"580"} , +{"type":"Feature","id":"n8415717765","geometry":{"type":"Point","coordinates":[0.2940503,51.2107937]},"properties":{"@type":"node","@id":8415717765,"@timestamp":1619425132},"coords":"51.2107937,0.2940503","bedrooms":"4","price":"221000","area":"569"} , +{"type":"Feature","id":"n8415860613","geometry":{"type":"Point","coordinates":[-0.9190482,51.4204212]},"properties":{"@type":"node","@id":8415860613,"@timestamp":1613066888},"coords":"51.4204212,-0.9190482","bedrooms":"3","price":"245000","area":"642"} , +{"type":"Feature","id":"n8416162486","geometry":{"type":"Point","coordinates":[5.8e-05,51.5537126]},"properties":{"@type":"node","@id":8416162486,"@timestamp":1613071694},"coords":"51.5537126,5.8e-05","bedrooms":"1","price":"296000","area":"392"} , +{"type":"Feature","id":"n8416162496","geometry":{"type":"Point","coordinates":[-0.0035844,51.5512595]},"properties":{"@type":"node","@id":8416162496,"@timestamp":1618416044},"coords":"51.5512595,-0.0035844","bedrooms":"0","price":"170000","area":"356"} , +{"type":"Feature","id":"n8416375155","geometry":{"type":"Point","coordinates":[-0.414216,51.9092379]},"properties":{"@type":"node","@id":8416375155,"@timestamp":1613075134},"coords":"51.9092379,-0.414216","bedrooms":"3","price":"186000","area":"459"} , +{"type":"Feature","id":"n8416375202","geometry":{"type":"Point","coordinates":[-0.419252,51.910941]},"properties":{"@type":"node","@id":8416375202,"@timestamp":1613075134},"coords":"51.910941,-0.419252","bedrooms":"0","price":"198000","area":"635"} , +{"type":"Feature","id":"n8416438617","geometry":{"type":"Point","coordinates":[-0.4249016,51.9060643]},"properties":{"@type":"node","@id":8416438617,"@timestamp":1613076535},"coords":"51.9060643,-0.4249016","bedrooms":"2","price":"257000","area":"477"} , +{"type":"Feature","id":"n8416460817","geometry":{"type":"Point","coordinates":[-0.4292392,51.9063033]},"properties":{"@type":"node","@id":8416460817,"@timestamp":1613077187},"coords":"51.9063033,-0.4292392","bedrooms":"0","price":"155000","area":"689"} , +{"type":"Feature","id":"n8416544640","geometry":{"type":"Point","coordinates":[0.0549736,51.5015066]},"properties":{"@type":"node","@id":8416544640,"@timestamp":1613079793},"coords":"51.5015066,0.0549736","bedrooms":"1","price":"200000","area":"420"} , +{"type":"Feature","id":"n8416579792","geometry":{"type":"Point","coordinates":[0.2047447,51.5126377]},"properties":{"@type":"node","@id":8416579792,"@timestamp":1613080546},"coords":"51.5126377,0.2047447","bedrooms":"3","price":"167000","area":"661"} , +{"type":"Feature","id":"n8416599004","geometry":{"type":"Point","coordinates":[-0.4269179,51.9168658]},"properties":{"@type":"node","@id":8416599004,"@timestamp":1613081429},"coords":"51.9168658,-0.4269179","bedrooms":"3","price":"167000","area":"648"} , +{"type":"Feature","id":"n8416606595","geometry":{"type":"Point","coordinates":[-0.3377558,51.5082875]},"properties":{"@type":"node","@id":8416606595,"@timestamp":1613081670},"coords":"51.5082875,-0.3377558","bedrooms":"1","price":"175000","area":"361"} , +{"type":"Feature","id":"n8416606608","geometry":{"type":"Point","coordinates":[-0.338295,51.5088852]},"properties":{"@type":"node","@id":8416606608,"@timestamp":1613081670},"coords":"51.5088852,-0.338295","bedrooms":"3","price":"202000","area":"647"} , +{"type":"Feature","id":"n8416612431","geometry":{"type":"Point","coordinates":[-0.6091573,51.2385462]},"properties":{"@type":"node","@id":8416612431,"@timestamp":1613081552},"coords":"51.2385462,-0.6091573","bedrooms":"3","price":"274000","area":"634"} , +{"type":"Feature","id":"n8416616120","geometry":{"type":"Point","coordinates":[-0.3403978,51.5085121]},"properties":{"@type":"node","@id":8416616120,"@timestamp":1613081670},"coords":"51.5085121,-0.3403978","bedrooms":"3","price":"285000","area":"602"} , +{"type":"Feature","id":"n8416616130","geometry":{"type":"Point","coordinates":[-0.3412481,51.5083819]},"properties":{"@type":"node","@id":8416616130,"@timestamp":1613081670},"coords":"51.5083819,-0.3412481","bedrooms":"1","price":"295000","area":"391"} , +{"type":"Feature","id":"n8416634717","geometry":{"type":"Point","coordinates":[0.144048,51.8543867]},"properties":{"@type":"node","@id":8416634717,"@timestamp":1613082637},"coords":"51.8543867,0.144048","bedrooms":"1","price":"154000","area":"413"} , +{"type":"Feature","id":"n8416716972","geometry":{"type":"Point","coordinates":[-0.1285406,51.5467033]},"properties":{"@type":"node","@id":8416716972,"@timestamp":1613087663},"coords":"51.5467033,-0.1285406","bedrooms":"1","price":"193000","area":"613"} , +{"type":"Feature","id":"n8417203725","geometry":{"type":"Point","coordinates":[-0.7368544,51.8631185]},"properties":{"@type":"node","@id":8417203725,"@timestamp":1613109845},"coords":"51.8631185,-0.7368544","bedrooms":"1","price":"249000","area":"416"} , +{"type":"Feature","id":"n8417783804","geometry":{"type":"Point","coordinates":[-0.1711986,51.4830212]},"properties":{"@type":"node","@id":8417783804,"@timestamp":1613124869},"coords":"51.4830212,-0.1711986","bedrooms":"3","price":"206000","area":"403"} , +{"type":"Feature","id":"n8417945143","geometry":{"type":"Point","coordinates":[-0.1406562,51.4145898]},"properties":{"@type":"node","@id":8417945143,"@timestamp":1613128550},"coords":"51.4145898,-0.1406562","bedrooms":"0","price":"261000","area":"578"} , +{"type":"Feature","id":"n8417945206","geometry":{"type":"Point","coordinates":[-0.1422441,51.4156522]},"properties":{"@type":"node","@id":8417945206,"@timestamp":1613128550},"coords":"51.4156522,-0.1422441","bedrooms":"4","price":"183000","area":"441"} , +{"type":"Feature","id":"n8417948637","geometry":{"type":"Point","coordinates":[-0.4402524,51.9208933]},"properties":{"@type":"node","@id":8417948637,"@timestamp":1613760456},"coords":"51.9208933,-0.4402524","bedrooms":"1","price":"239000","area":"428"} , +{"type":"Feature","id":"n8418154684","geometry":{"type":"Point","coordinates":[-0.129961,51.4384114]},"properties":{"@type":"node","@id":8418154684,"@timestamp":1613133998},"coords":"51.4384114,-0.129961","bedrooms":"2","price":"232000","area":"688"} , +{"type":"Feature","id":"n8418231290","geometry":{"type":"Point","coordinates":[-0.1320138,51.4354751]},"properties":{"@type":"node","@id":8418231290,"@timestamp":1613134793},"coords":"51.4354751,-0.1320138","bedrooms":"4","price":"290000","area":"652"} , +{"type":"Feature","id":"n8418231316","geometry":{"type":"Point","coordinates":[-0.130084,51.4348442]},"properties":{"@type":"node","@id":8418231316,"@timestamp":1613134793},"coords":"51.4348442,-0.130084","bedrooms":"3","price":"289000","area":"438"} , +{"type":"Feature","id":"n8418238718","geometry":{"type":"Point","coordinates":[-0.1308052,51.4348637]},"properties":{"@type":"node","@id":8418238718,"@timestamp":1613134793},"coords":"51.4348637,-0.1308052","bedrooms":"2","price":"203000","area":"524"} , +{"type":"Feature","id":"n8418343384","geometry":{"type":"Point","coordinates":[0.1313733,51.7822178]},"properties":{"@type":"node","@id":8418343384,"@timestamp":1631671624},"coords":"51.7822178,0.1313733","bedrooms":"1","price":"209000","area":"652"} , +{"type":"Feature","id":"n8418356420","geometry":{"type":"Point","coordinates":[0.1404593,51.7816378]},"properties":{"@type":"node","@id":8418356420,"@timestamp":1613137994},"coords":"51.7816378,0.1404593","bedrooms":"1","price":"297000","area":"446"} , +{"type":"Feature","id":"n8418356453","geometry":{"type":"Point","coordinates":[0.1399135,51.7816594]},"properties":{"@type":"node","@id":8418356453,"@timestamp":1613137994},"coords":"51.7816594,0.1399135","bedrooms":"4","price":"174000","area":"451"} , +{"type":"Feature","id":"n8418356478","geometry":{"type":"Point","coordinates":[0.1442758,51.7857957]},"properties":{"@type":"node","@id":8418356478,"@timestamp":1613137994},"coords":"51.7857957,0.1442758","bedrooms":"3","price":"150000","area":"447"} , +{"type":"Feature","id":"n8418362288","geometry":{"type":"Point","coordinates":[-0.170464,51.4837996]},"properties":{"@type":"node","@id":8418362288,"@timestamp":1613138157},"coords":"51.4837996,-0.170464","bedrooms":"4","price":"185000","area":"491"} , +{"type":"Feature","id":"n8418529193","geometry":{"type":"Point","coordinates":[-0.5104976,51.8756934]},"properties":{"@type":"node","@id":8418529193,"@timestamp":1613142857},"coords":"51.8756934,-0.5104976","bedrooms":"2","price":"285000","area":"352"} , +{"type":"Feature","id":"n8418738307","geometry":{"type":"Point","coordinates":[-0.1718332,51.4836164]},"properties":{"@type":"node","@id":8418738307,"@timestamp":1613149005},"coords":"51.4836164,-0.1718332","bedrooms":"2","price":"173000","area":"591"} , +{"type":"Feature","id":"n8419078446","geometry":{"type":"Point","coordinates":[-0.4662528,51.4971929]},"properties":{"@type":"node","@id":8419078446,"@timestamp":1613158257},"coords":"51.4971929,-0.4662528","bedrooms":"2","price":"236000","area":"695"} , +{"type":"Feature","id":"n8419168580","geometry":{"type":"Point","coordinates":[0.8949318,51.1621875]},"properties":{"@type":"node","@id":8419168580,"@timestamp":1613160978},"coords":"51.1621875,0.8949318","bedrooms":"2","price":"160000","area":"526"} , +{"type":"Feature","id":"n8419209307","geometry":{"type":"Point","coordinates":[-0.0178774,51.6693143]},"properties":{"@type":"node","@id":8419209307,"@timestamp":1613162838},"coords":"51.6693143,-0.0178774","bedrooms":"0","price":"183000","area":"372"} , +{"type":"Feature","id":"n8419251679","geometry":{"type":"Point","coordinates":[-0.1317239,51.4320858]},"properties":{"@type":"node","@id":8419251679,"@timestamp":1613163766},"coords":"51.4320858,-0.1317239","bedrooms":"1","price":"277000","area":"695"} , +{"type":"Feature","id":"n8419251709","geometry":{"type":"Point","coordinates":[-0.133599,51.431795]},"properties":{"@type":"node","@id":8419251709,"@timestamp":1613163766},"coords":"51.431795,-0.133599","bedrooms":"0","price":"171000","area":"367"} , +{"type":"Feature","id":"n8419272954","geometry":{"type":"Point","coordinates":[-0.4220127,51.9168503]},"properties":{"@type":"node","@id":8419272954,"@timestamp":1613166560},"coords":"51.9168503,-0.4220127","bedrooms":"0","price":"230000","area":"414"} , +{"type":"Feature","id":"n8419289749","geometry":{"type":"Point","coordinates":[-0.1348363,51.432295]},"properties":{"@type":"node","@id":8419289749,"@timestamp":1613164200},"coords":"51.432295,-0.1348363","bedrooms":"2","price":"250000","area":"526"} , +{"type":"Feature","id":"n8419389511","geometry":{"type":"Point","coordinates":[0.0176304,51.4941869]},"properties":{"@type":"node","@id":8419389511,"@timestamp":1613169471},"coords":"51.4941869,0.0176304","bedrooms":"0","price":"228000","area":"674"} , +{"type":"Feature","id":"n8419398235","geometry":{"type":"Point","coordinates":[-0.4249137,51.9209629]},"properties":{"@type":"node","@id":8419398235,"@timestamp":1613168188},"coords":"51.9209629,-0.4249137","bedrooms":"2","price":"296000","area":"579"} , +{"type":"Feature","id":"n8419500330","geometry":{"type":"Point","coordinates":[0.115902,51.7792959]},"properties":{"@type":"node","@id":8419500330,"@timestamp":1613237274},"coords":"51.7792959,0.115902","bedrooms":"0","price":"246000","area":"636"} , +{"type":"Feature","id":"n8419500412","geometry":{"type":"Point","coordinates":[0.1007899,51.7747937]},"properties":{"@type":"node","@id":8419500412,"@timestamp":1613173577},"coords":"51.7747937,0.1007899","bedrooms":"1","price":"242000","area":"676"} , +{"type":"Feature","id":"n8419526184","geometry":{"type":"Point","coordinates":[-0.3648776,51.6455152]},"properties":{"@type":"node","@id":8419526184,"@timestamp":1613175983},"coords":"51.6455152,-0.3648776","bedrooms":"4","price":"298000","area":"366"} , +{"type":"Feature","id":"n8419548575","geometry":{"type":"Point","coordinates":[-0.3584873,51.6445868]},"properties":{"@type":"node","@id":8419548575,"@timestamp":1613176941},"coords":"51.6445868,-0.3584873","bedrooms":"4","price":"230000","area":"524"} , +{"type":"Feature","id":"n8419711656","geometry":{"type":"Point","coordinates":[-0.1725037,51.4838121]},"properties":{"@type":"node","@id":8419711656,"@timestamp":1613191850},"coords":"51.4838121,-0.1725037","bedrooms":"0","price":"232000","area":"493"} , +{"type":"Feature","id":"n8419711680","geometry":{"type":"Point","coordinates":[-0.1725722,51.4840174]},"properties":{"@type":"node","@id":8419711680,"@timestamp":1613191850},"coords":"51.4840174,-0.1725722","bedrooms":"0","price":"268000","area":"547"} , +{"type":"Feature","id":"n8419728917","geometry":{"type":"Point","coordinates":[-0.1730168,51.4836107]},"properties":{"@type":"node","@id":8419728917,"@timestamp":1613191850},"coords":"51.4836107,-0.1730168","bedrooms":"4","price":"156000","area":"537"} , +{"type":"Feature","id":"n8419728950","geometry":{"type":"Point","coordinates":[-0.1726541,51.48367]},"properties":{"@type":"node","@id":8419728950,"@timestamp":1613191850},"coords":"51.48367,-0.1726541","bedrooms":"2","price":"194000","area":"458"} , +{"type":"Feature","id":"n8419770838","geometry":{"type":"Point","coordinates":[-0.1730508,51.4842859]},"properties":{"@type":"node","@id":8419770838,"@timestamp":1613196535},"coords":"51.4842859,-0.1730508","bedrooms":"0","price":"238000","area":"419"} , +{"type":"Feature","id":"n8419770848","geometry":{"type":"Point","coordinates":[-0.1734461,51.4846958]},"properties":{"@type":"node","@id":8419770848,"@timestamp":1613196535},"coords":"51.4846958,-0.1734461","bedrooms":"3","price":"279000","area":"487"} , +{"type":"Feature","id":"n8419770867","geometry":{"type":"Point","coordinates":[-0.1737076,51.484282]},"properties":{"@type":"node","@id":8419770867,"@timestamp":1613196535},"coords":"51.484282,-0.1737076","bedrooms":"4","price":"191000","area":"546"} , +{"type":"Feature","id":"n8420193482","geometry":{"type":"Point","coordinates":[-0.1838757,51.8922575]},"properties":{"@type":"node","@id":8420193482,"@timestamp":1614261733},"coords":"51.8922575,-0.1838757","bedrooms":"2","price":"262000","area":"415"} , +{"type":"Feature","id":"n8420193492","geometry":{"type":"Point","coordinates":[-0.1734437,51.8920495]},"properties":{"@type":"node","@id":8420193492,"@timestamp":1613216438},"coords":"51.8920495,-0.1734437","bedrooms":"3","price":"264000","area":"503"} , +{"type":"Feature","id":"n8420193503","geometry":{"type":"Point","coordinates":[-0.1699221,51.8920978]},"properties":{"@type":"node","@id":8420193503,"@timestamp":1613216438},"coords":"51.8920978,-0.1699221","bedrooms":"4","price":"224000","area":"408"} , +{"type":"Feature","id":"n8420278246","geometry":{"type":"Point","coordinates":[-0.702912,51.3029323]},"properties":{"@type":"node","@id":8420278246,"@timestamp":1613221393},"coords":"51.3029323,-0.702912","bedrooms":"1","price":"290000","area":"389"} , +{"type":"Feature","id":"n8420306896","geometry":{"type":"Point","coordinates":[0.2063792,51.5199753]},"properties":{"@type":"node","@id":8420306896,"@timestamp":1613219890},"coords":"51.5199753,0.2063792","bedrooms":"1","price":"246000","area":"440"} , +{"type":"Feature","id":"n8420495492","geometry":{"type":"Point","coordinates":[0.1219546,51.785622]},"properties":{"@type":"node","@id":8420495492,"@timestamp":1629217843},"coords":"51.785622,0.1219546","bedrooms":"0","price":"246000","area":"630"} , +{"type":"Feature","id":"n8420503345","geometry":{"type":"Point","coordinates":[0.1234682,51.7775543]},"properties":{"@type":"node","@id":8420503345,"@timestamp":1613226076},"coords":"51.7775543,0.1234682","bedrooms":"2","price":"223000","area":"479"} , +{"type":"Feature","id":"n8420624119","geometry":{"type":"Point","coordinates":[-0.0448035,51.5533096]},"properties":{"@type":"node","@id":8420624119,"@timestamp":1613229907},"coords":"51.5533096,-0.0448035","bedrooms":"1","price":"228000","area":"500"} , +{"type":"Feature","id":"n8420761826","geometry":{"type":"Point","coordinates":[-0.1190782,51.542346]},"properties":{"@type":"node","@id":8420761826,"@timestamp":1613232968},"coords":"51.542346,-0.1190782","bedrooms":"4","price":"272000","area":"510"} , +{"type":"Feature","id":"n8420793884","geometry":{"type":"Point","coordinates":[-0.1319834,51.4319269]},"properties":{"@type":"node","@id":8420793884,"@timestamp":1613233768},"coords":"51.4319269,-0.1319834","bedrooms":"3","price":"197000","area":"483"} , +{"type":"Feature","id":"n8420876909","geometry":{"type":"Point","coordinates":[-0.4602184,51.9136038]},"properties":{"@type":"node","@id":8420876909,"@timestamp":1613236287},"coords":"51.9136038,-0.4602184","bedrooms":"1","price":"164000","area":"382"} , +{"type":"Feature","id":"n8420877019","geometry":{"type":"Point","coordinates":[-0.4615858,51.9134481]},"properties":{"@type":"node","@id":8420877019,"@timestamp":1613236287},"coords":"51.9134481,-0.4615858","bedrooms":"1","price":"288000","area":"369"} , +{"type":"Feature","id":"n8420877033","geometry":{"type":"Point","coordinates":[-0.4604316,51.9141726]},"properties":{"@type":"node","@id":8420877033,"@timestamp":1613236287},"coords":"51.9141726,-0.4604316","bedrooms":"3","price":"178000","area":"395"} , +{"type":"Feature","id":"n8420877065","geometry":{"type":"Point","coordinates":[-0.4575789,51.9173435]},"properties":{"@type":"node","@id":8420877065,"@timestamp":1613236287},"coords":"51.9173435,-0.4575789","bedrooms":"1","price":"254000","area":"594"} , +{"type":"Feature","id":"n8420877133","geometry":{"type":"Point","coordinates":[-0.4572793,51.9149654]},"properties":{"@type":"node","@id":8420877133,"@timestamp":1613236287},"coords":"51.9149654,-0.4572793","bedrooms":"0","price":"211000","area":"420"} , +{"type":"Feature","id":"n8420900640","geometry":{"type":"Point","coordinates":[-0.0055877,50.9836227]},"properties":{"@type":"node","@id":8420900640,"@timestamp":1613237174},"coords":"50.9836227,-0.0055877","bedrooms":"3","price":"254000","area":"641"} , +{"type":"Feature","id":"n8420901040","geometry":{"type":"Point","coordinates":[0.03457,51.4895822]},"properties":{"@type":"node","@id":8420901040,"@timestamp":1613237270},"coords":"51.4895822,0.03457","bedrooms":"2","price":"296000","area":"421"} , +{"type":"Feature","id":"n8420973195","geometry":{"type":"Point","coordinates":[-0.465252,51.9145484]},"properties":{"@type":"node","@id":8420973195,"@timestamp":1613239027},"coords":"51.9145484,-0.465252","bedrooms":"3","price":"226000","area":"632"} , +{"type":"Feature","id":"n8420979107","geometry":{"type":"Point","coordinates":[-0.0797904,51.7970212]},"properties":{"@type":"node","@id":8420979107,"@timestamp":1613239036},"coords":"51.7970212,-0.0797904","bedrooms":"1","price":"244000","area":"371"} , +{"type":"Feature","id":"n8420980153","geometry":{"type":"Point","coordinates":[-0.4747865,51.9219599]},"properties":{"@type":"node","@id":8420980153,"@timestamp":1613239027},"coords":"51.9219599,-0.4747865","bedrooms":"3","price":"240000","area":"561"} , +{"type":"Feature","id":"n8420980667","geometry":{"type":"Point","coordinates":[-0.0805547,51.7975557]},"properties":{"@type":"node","@id":8420980667,"@timestamp":1613239036},"coords":"51.7975557,-0.0805547","bedrooms":"2","price":"170000","area":"588"} , +{"type":"Feature","id":"n8421019847","geometry":{"type":"Point","coordinates":[-0.1855284,51.4433085]},"properties":{"@type":"node","@id":8421019847,"@timestamp":1613240621},"coords":"51.4433085,-0.1855284","bedrooms":"1","price":"265000","area":"519"} , +{"type":"Feature","id":"n8421019857","geometry":{"type":"Point","coordinates":[-0.1792777,51.4471146]},"properties":{"@type":"node","@id":8421019857,"@timestamp":1613240621},"coords":"51.4471146,-0.1792777","bedrooms":"2","price":"190000","area":"683"} , +{"type":"Feature","id":"n8421019867","geometry":{"type":"Point","coordinates":[-0.1822919,51.4474443]},"properties":{"@type":"node","@id":8421019867,"@timestamp":1613240621},"coords":"51.4474443,-0.1822919","bedrooms":"4","price":"182000","area":"533"} , +{"type":"Feature","id":"n8421019877","geometry":{"type":"Point","coordinates":[-0.1827898,51.446209]},"properties":{"@type":"node","@id":8421019877,"@timestamp":1613240621},"coords":"51.446209,-0.1827898","bedrooms":"2","price":"163000","area":"523"} , +{"type":"Feature","id":"n8421019887","geometry":{"type":"Point","coordinates":[-0.1841567,51.4449067]},"properties":{"@type":"node","@id":8421019887,"@timestamp":1613240621},"coords":"51.4449067,-0.1841567","bedrooms":"1","price":"221000","area":"537"} , +{"type":"Feature","id":"n8421019897","geometry":{"type":"Point","coordinates":[-0.1845126,51.4442676]},"properties":{"@type":"node","@id":8421019897,"@timestamp":1613240621},"coords":"51.4442676,-0.1845126","bedrooms":"3","price":"247000","area":"601"} , +{"type":"Feature","id":"n8421019907","geometry":{"type":"Point","coordinates":[-0.1860006,51.4428004]},"properties":{"@type":"node","@id":8421019907,"@timestamp":1613240621},"coords":"51.4428004,-0.1860006","bedrooms":"1","price":"250000","area":"518"} , +{"type":"Feature","id":"n8421030763","geometry":{"type":"Point","coordinates":[-0.1797932,51.4466547]},"properties":{"@type":"node","@id":8421030763,"@timestamp":1613240739},"coords":"51.4466547,-0.1797932","bedrooms":"3","price":"298000","area":"603"} , +{"type":"Feature","id":"n8421036126","geometry":{"type":"Point","coordinates":[-0.1832455,51.4455077]},"properties":{"@type":"node","@id":8421036126,"@timestamp":1613240621},"coords":"51.4455077,-0.1832455","bedrooms":"3","price":"258000","area":"562"} , +{"type":"Feature","id":"n8421036136","geometry":{"type":"Point","coordinates":[-0.1808278,51.4455243]},"properties":{"@type":"node","@id":8421036136,"@timestamp":1613240621},"coords":"51.4455243,-0.1808278","bedrooms":"0","price":"221000","area":"693"} , +{"type":"Feature","id":"n8421036146","geometry":{"type":"Point","coordinates":[-0.1810022,51.4470971]},"properties":{"@type":"node","@id":8421036146,"@timestamp":1613240621},"coords":"51.4470971,-0.1810022","bedrooms":"4","price":"285000","area":"558"} , +{"type":"Feature","id":"n8421036156","geometry":{"type":"Point","coordinates":[-0.1803327,51.4474732]},"properties":{"@type":"node","@id":8421036156,"@timestamp":1613240621},"coords":"51.4474732,-0.1803327","bedrooms":"3","price":"207000","area":"510"} , +{"type":"Feature","id":"n8421036166","geometry":{"type":"Point","coordinates":[-0.1829014,51.4456118]},"properties":{"@type":"node","@id":8421036166,"@timestamp":1613240621},"coords":"51.4456118,-0.1829014","bedrooms":"4","price":"190000","area":"406"} , +{"type":"Feature","id":"n8421088893","geometry":{"type":"Point","coordinates":[-0.1772264,51.4428452]},"properties":{"@type":"node","@id":8421088893,"@timestamp":1613241486},"coords":"51.4428452,-0.1772264","bedrooms":"2","price":"260000","area":"625"} , +{"type":"Feature","id":"n8421192198","geometry":{"type":"Point","coordinates":[0.0016533,51.5492298]},"properties":{"@type":"node","@id":8421192198,"@timestamp":1619004220},"coords":"51.5492298,0.0016533","bedrooms":"0","price":"269000","area":"613"} , +{"type":"Feature","id":"n8421519505","geometry":{"type":"Point","coordinates":[-0.8402951,51.3405716]},"properties":{"@type":"node","@id":8421519505,"@timestamp":1613253855},"coords":"51.3405716,-0.8402951","bedrooms":"4","price":"159000","area":"595"} , +{"type":"Feature","id":"n8421588168","geometry":{"type":"Point","coordinates":[-0.2059804,51.4126818]},"properties":{"@type":"node","@id":8421588168,"@timestamp":1613256980},"coords":"51.4126818,-0.2059804","bedrooms":"4","price":"297000","area":"426"} , +{"type":"Feature","id":"n8421612045","geometry":{"type":"Point","coordinates":[0.1129393,51.7841682]},"properties":{"@type":"node","@id":8421612045,"@timestamp":1613257512},"coords":"51.7841682,0.1129393","bedrooms":"0","price":"248000","area":"390"} , +{"type":"Feature","id":"n8421621511","geometry":{"type":"Point","coordinates":[-0.1452743,51.5121684]},"properties":{"@type":"node","@id":8421621511,"@timestamp":1613259577},"coords":"51.5121684,-0.1452743","bedrooms":"1","price":"250000","area":"535"} , +{"type":"Feature","id":"n8421658421","geometry":{"type":"Point","coordinates":[-0.148676,51.5039337]},"properties":{"@type":"node","@id":8421658421,"@timestamp":1613259577},"coords":"51.5039337,-0.148676","bedrooms":"4","price":"211000","area":"585"} , +{"type":"Feature","id":"n8421682156","geometry":{"type":"Point","coordinates":[-0.151506,51.5175757]},"properties":{"@type":"node","@id":8421682156,"@timestamp":1613261504},"coords":"51.5175757,-0.151506","bedrooms":"1","price":"252000","area":"602"} , +{"type":"Feature","id":"n8421890840","geometry":{"type":"Point","coordinates":[-0.1411069,51.5400671]},"properties":{"@type":"node","@id":8421890840,"@timestamp":1613277218},"coords":"51.5400671,-0.1411069","bedrooms":"2","price":"208000","area":"688"} , +{"type":"Feature","id":"n8422395946","geometry":{"type":"Point","coordinates":[-0.0358445,51.5097402]},"properties":{"@type":"node","@id":8422395946,"@timestamp":1613301349},"coords":"51.5097402,-0.0358445","bedrooms":"1","price":"250000","area":"521"} , +{"type":"Feature","id":"n8422685954","geometry":{"type":"Point","coordinates":[-0.1372676,51.4354578]},"properties":{"@type":"node","@id":8422685954,"@timestamp":1613312295},"coords":"51.4354578,-0.1372676","bedrooms":"3","price":"162000","area":"580"} , +{"type":"Feature","id":"n8422719214","geometry":{"type":"Point","coordinates":[-0.0763427,51.7971507]},"properties":{"@type":"node","@id":8422719214,"@timestamp":1613312157},"coords":"51.7971507,-0.0763427","bedrooms":"0","price":"172000","area":"350"} , +{"type":"Feature","id":"n8422765793","geometry":{"type":"Point","coordinates":[-0.4320551,51.9151023]},"properties":{"@type":"node","@id":8422765793,"@timestamp":1613313823},"coords":"51.9151023,-0.4320551","bedrooms":"3","price":"268000","area":"539"} , +{"type":"Feature","id":"n8422784633","geometry":{"type":"Point","coordinates":[-0.4273176,51.9185125]},"properties":{"@type":"node","@id":8422784633,"@timestamp":1613313823},"coords":"51.9185125,-0.4273176","bedrooms":"0","price":"174000","area":"466"} , +{"type":"Feature","id":"n8422865143","geometry":{"type":"Point","coordinates":[-0.0281224,51.5381535]},"properties":{"@type":"node","@id":8422865143,"@timestamp":1613315098},"coords":"51.5381535,-0.0281224","bedrooms":"4","price":"192000","area":"433"} , +{"type":"Feature","id":"n8422870340","geometry":{"type":"Point","coordinates":[-0.1594992,51.8889196]},"properties":{"@type":"node","@id":8422870340,"@timestamp":1613315318},"coords":"51.8889196,-0.1594992","bedrooms":"1","price":"160000","area":"356"} , +{"type":"Feature","id":"n8422904679","geometry":{"type":"Point","coordinates":[-0.4305603,51.9257309]},"properties":{"@type":"node","@id":8422904679,"@timestamp":1613316653},"coords":"51.9257309,-0.4305603","bedrooms":"4","price":"200000","area":"390"} , +{"type":"Feature","id":"n8422975981","geometry":{"type":"Point","coordinates":[-0.4314997,51.9255776]},"properties":{"@type":"node","@id":8422975981,"@timestamp":1613319554},"coords":"51.9255776,-0.4314997","bedrooms":"1","price":"159000","area":"443"} , +{"type":"Feature","id":"n8423013139","geometry":{"type":"Point","coordinates":[-0.4352028,51.9200183]},"properties":{"@type":"node","@id":8423013139,"@timestamp":1613319554},"coords":"51.9200183,-0.4352028","bedrooms":"2","price":"170000","area":"610"} , +{"type":"Feature","id":"n8423013200","geometry":{"type":"Point","coordinates":[-0.4371519,51.9192385]},"properties":{"@type":"node","@id":8423013200,"@timestamp":1613319554},"coords":"51.9192385,-0.4371519","bedrooms":"3","price":"242000","area":"448"} , +{"type":"Feature","id":"n8423266079","geometry":{"type":"Point","coordinates":[-0.0002584,51.5553651]},"properties":{"@type":"node","@id":8423266079,"@timestamp":1618318680},"coords":"51.5553651,-0.0002584","bedrooms":"1","price":"167000","area":"647"} , +{"type":"Feature","id":"n8423266089","geometry":{"type":"Point","coordinates":[-0.0014127,51.5544207]},"properties":{"@type":"node","@id":8423266089,"@timestamp":1618333134},"coords":"51.5544207,-0.0014127","bedrooms":"4","price":"210000","area":"518"} , +{"type":"Feature","id":"n8423266099","geometry":{"type":"Point","coordinates":[-0.0028196,51.5540855]},"properties":{"@type":"node","@id":8423266099,"@timestamp":1618333134},"coords":"51.5540855,-0.0028196","bedrooms":"3","price":"188000","area":"646"} , +{"type":"Feature","id":"n8423266109","geometry":{"type":"Point","coordinates":[-0.0045892,51.5535776]},"properties":{"@type":"node","@id":8423266109,"@timestamp":1618333134},"coords":"51.5535776,-0.0045892","bedrooms":"4","price":"193000","area":"629"} , +{"type":"Feature","id":"n8423338026","geometry":{"type":"Point","coordinates":[-0.0128012,51.6646175]},"properties":{"@type":"node","@id":8423338026,"@timestamp":1613826579},"coords":"51.6646175,-0.0128012","bedrooms":"0","price":"287000","area":"426"} , +{"type":"Feature","id":"n8423436749","geometry":{"type":"Point","coordinates":[-0.6151405,51.5551246]},"properties":{"@type":"node","@id":8423436749,"@timestamp":1613331228},"coords":"51.5551246,-0.6151405","bedrooms":"1","price":"167000","area":"573"} , +{"type":"Feature","id":"n8423436759","geometry":{"type":"Point","coordinates":[-0.6151781,51.5559852]},"properties":{"@type":"node","@id":8423436759,"@timestamp":1618327639},"coords":"51.5559852,-0.6151781","bedrooms":"1","price":"289000","area":"519"} , +{"type":"Feature","id":"n8423544502","geometry":{"type":"Point","coordinates":[0.0738195,51.0115438]},"properties":{"@type":"node","@id":8423544502,"@timestamp":1613336892},"coords":"51.0115438,0.0738195","bedrooms":"0","price":"282000","area":"585"} , +{"type":"Feature","id":"n8423619267","geometry":{"type":"Point","coordinates":[0.2799267,51.2121648]},"properties":{"@type":"node","@id":8423619267,"@timestamp":1613336903},"coords":"51.2121648,0.2799267","bedrooms":"4","price":"231000","area":"628"} , +{"type":"Feature","id":"n8423665487","geometry":{"type":"Point","coordinates":[-0.1950211,51.4299857]},"properties":{"@type":"node","@id":8423665487,"@timestamp":1613340206},"coords":"51.4299857,-0.1950211","bedrooms":"0","price":"298000","area":"387"} , +{"type":"Feature","id":"n8423676464","geometry":{"type":"Point","coordinates":[-0.4359798,51.9266791]},"properties":{"@type":"node","@id":8423676464,"@timestamp":1613338249},"coords":"51.9266791,-0.4359798","bedrooms":"4","price":"289000","area":"639"} , +{"type":"Feature","id":"n8423680077","geometry":{"type":"Point","coordinates":[-0.1867222,51.4398302]},"properties":{"@type":"node","@id":8423680077,"@timestamp":1613338702},"coords":"51.4398302,-0.1867222","bedrooms":"2","price":"185000","area":"455"} , +{"type":"Feature","id":"n8423731361","geometry":{"type":"Point","coordinates":[-0.0171501,51.6675505]},"properties":{"@type":"node","@id":8423731361,"@timestamp":1613341087},"coords":"51.6675505,-0.0171501","bedrooms":"4","price":"286000","area":"665"} , +{"type":"Feature","id":"n8423750094","geometry":{"type":"Point","coordinates":[-0.1264355,51.4460178]},"properties":{"@type":"node","@id":8423750094,"@timestamp":1613344028},"coords":"51.4460178,-0.1264355","bedrooms":"1","price":"243000","area":"610"} , +{"type":"Feature","id":"n8423750105","geometry":{"type":"Point","coordinates":[-0.1268663,51.4462068]},"properties":{"@type":"node","@id":8423750105,"@timestamp":1613344028},"coords":"51.4462068,-0.1268663","bedrooms":"3","price":"298000","area":"574"} , +{"type":"Feature","id":"n8423811226","geometry":{"type":"Point","coordinates":[-0.1265506,51.4458676]},"properties":{"@type":"node","@id":8423811226,"@timestamp":1613344028},"coords":"51.4458676,-0.1265506","bedrooms":"4","price":"261000","area":"583"} , +{"type":"Feature","id":"n8423811246","geometry":{"type":"Point","coordinates":[-0.1269441,51.4458676]},"properties":{"@type":"node","@id":8423811246,"@timestamp":1613344028},"coords":"51.4458676,-0.1269441","bedrooms":"0","price":"189000","area":"382"} , +{"type":"Feature","id":"n8423811262","geometry":{"type":"Point","coordinates":[-0.1281556,51.4465897]},"properties":{"@type":"node","@id":8423811262,"@timestamp":1613344028},"coords":"51.4465897,-0.1281556","bedrooms":"3","price":"222000","area":"658"} , +{"type":"Feature","id":"n8423811287","geometry":{"type":"Point","coordinates":[-0.1282233,51.4469792]},"properties":{"@type":"node","@id":8423811287,"@timestamp":1618588865},"coords":"51.4469792,-0.1282233","bedrooms":"3","price":"294000","area":"551"} , +{"type":"Feature","id":"n8423819933","geometry":{"type":"Point","coordinates":[0.1153593,51.7671992]},"properties":{"@type":"node","@id":8423819933,"@timestamp":1613344493},"coords":"51.7671992,0.1153593","bedrooms":"4","price":"231000","area":"633"} , +{"type":"Feature","id":"n8424023024","geometry":{"type":"Point","coordinates":[0.0802772,51.5403573]},"properties":{"@type":"node","@id":8424023024,"@timestamp":1613355835},"coords":"51.5403573,0.0802772","bedrooms":"1","price":"152000","area":"694"} , +{"type":"Feature","id":"n8424030019","geometry":{"type":"Point","coordinates":[0.3064263,51.44024]},"properties":{"@type":"node","@id":8424030019,"@timestamp":1613356027},"coords":"51.44024,0.3064263","bedrooms":"3","price":"216000","area":"503"} , +{"type":"Feature","id":"n8424114650","geometry":{"type":"Point","coordinates":[-0.1726506,51.4848685]},"properties":{"@type":"node","@id":8424114650,"@timestamp":1613360768},"coords":"51.4848685,-0.1726506","bedrooms":"3","price":"192000","area":"660"} , +{"type":"Feature","id":"n8424132634","geometry":{"type":"Point","coordinates":[-0.0970848,51.505181]},"properties":{"@type":"node","@id":8424132634,"@timestamp":1620233522},"coords":"51.505181,-0.0970848","bedrooms":"3","price":"229000","area":"476"} , +{"type":"Feature","id":"n8424594899","geometry":{"type":"Point","coordinates":[-0.7679701,51.8375176]},"properties":{"@type":"node","@id":8424594899,"@timestamp":1613375079},"coords":"51.8375176,-0.7679701","bedrooms":"0","price":"284000","area":"676"} , +{"type":"Feature","id":"n8424650784","geometry":{"type":"Point","coordinates":[-0.1753556,51.4845623]},"properties":{"@type":"node","@id":8424650784,"@timestamp":1613376071},"coords":"51.4845623,-0.1753556","bedrooms":"4","price":"150000","area":"570"} , +{"type":"Feature","id":"n8424650814","geometry":{"type":"Point","coordinates":[-0.1752294,51.4840408]},"properties":{"@type":"node","@id":8424650814,"@timestamp":1613376071},"coords":"51.4840408,-0.1752294","bedrooms":"3","price":"156000","area":"358"} , +{"type":"Feature","id":"n8424854379","geometry":{"type":"Point","coordinates":[-0.1411285,51.2579953]},"properties":{"@type":"node","@id":8424854379,"@timestamp":1613381362},"coords":"51.2579953,-0.1411285","bedrooms":"4","price":"299000","area":"350"} , +{"type":"Feature","id":"n8425128777","geometry":{"type":"Point","coordinates":[-0.0637289,51.0149108]},"properties":{"@type":"node","@id":8425128777,"@timestamp":1613386324},"coords":"51.0149108,-0.0637289","bedrooms":"1","price":"184000","area":"551"} , +{"type":"Feature","id":"n8425133592","geometry":{"type":"Point","coordinates":[-0.0627167,51.0166124]},"properties":{"@type":"node","@id":8425133592,"@timestamp":1613386324},"coords":"51.0166124,-0.0627167","bedrooms":"3","price":"161000","area":"465"} , +{"type":"Feature","id":"n8425133646","geometry":{"type":"Point","coordinates":[-0.0616195,51.0177791]},"properties":{"@type":"node","@id":8425133646,"@timestamp":1613386324},"coords":"51.0177791,-0.0616195","bedrooms":"0","price":"225000","area":"575"} , +{"type":"Feature","id":"n8425133711","geometry":{"type":"Point","coordinates":[-0.0582712,51.014837]},"properties":{"@type":"node","@id":8425133711,"@timestamp":1613386324},"coords":"51.014837,-0.0582712","bedrooms":"4","price":"200000","area":"492"} , +{"type":"Feature","id":"n8425133748","geometry":{"type":"Point","coordinates":[-0.0551172,51.0150036]},"properties":{"@type":"node","@id":8425133748,"@timestamp":1613386324},"coords":"51.0150036,-0.0551172","bedrooms":"0","price":"199000","area":"624"} , +{"type":"Feature","id":"n8425259790","geometry":{"type":"Point","coordinates":[-0.0169784,51.6687184]},"properties":{"@type":"node","@id":8425259790,"@timestamp":1613389200},"coords":"51.6687184,-0.0169784","bedrooms":"1","price":"174000","area":"489"} , +{"type":"Feature","id":"n8425336121","geometry":{"type":"Point","coordinates":[-0.1894967,51.5247444]},"properties":{"@type":"node","@id":8425336121,"@timestamp":1613391406},"coords":"51.5247444,-0.1894967","bedrooms":"0","price":"280000","area":"534"} , +{"type":"Feature","id":"n8425382520","geometry":{"type":"Point","coordinates":[-0.1895513,51.524727]},"properties":{"@type":"node","@id":8425382520,"@timestamp":1613391406},"coords":"51.524727,-0.1895513","bedrooms":"3","price":"194000","area":"467"} , +{"type":"Feature","id":"n8425389789","geometry":{"type":"Point","coordinates":[-0.2389183,51.4903575]},"properties":{"@type":"node","@id":8425389789,"@timestamp":1613391626},"coords":"51.4903575,-0.2389183","bedrooms":"0","price":"237000","area":"511"} , +{"type":"Feature","id":"n8425419753","geometry":{"type":"Point","coordinates":[-0.1811745,51.5284537]},"properties":{"@type":"node","@id":8425419753,"@timestamp":1613392557},"coords":"51.5284537,-0.1811745","bedrooms":"4","price":"195000","area":"628"} , +{"type":"Feature","id":"n8425489799","geometry":{"type":"Point","coordinates":[-0.2272496,51.4872159]},"properties":{"@type":"node","@id":8425489799,"@timestamp":1613393730},"coords":"51.4872159,-0.2272496","bedrooms":"2","price":"292000","area":"445"} , +{"type":"Feature","id":"n8425566405","geometry":{"type":"Point","coordinates":[0.0397799,51.6903713]},"properties":{"@type":"node","@id":8425566405,"@timestamp":1613396266},"coords":"51.6903713,0.0397799","bedrooms":"1","price":"163000","area":"596"} , +{"type":"Feature","id":"n8425635468","geometry":{"type":"Point","coordinates":[-0.0015967,51.5561387]},"properties":{"@type":"node","@id":8425635468,"@timestamp":1618072774},"coords":"51.5561387,-0.0015967","bedrooms":"0","price":"197000","area":"482"} , +{"type":"Feature","id":"n8425635490","geometry":{"type":"Point","coordinates":[-0.0072647,51.5535566]},"properties":{"@type":"node","@id":8425635490,"@timestamp":1617894882},"coords":"51.5535566,-0.0072647","bedrooms":"2","price":"207000","area":"553"} , +{"type":"Feature","id":"n8425635502","geometry":{"type":"Point","coordinates":[-0.0064185,51.5553048]},"properties":{"@type":"node","@id":8425635502,"@timestamp":1613397759},"coords":"51.5553048,-0.0064185","bedrooms":"2","price":"171000","area":"599"} , +{"type":"Feature","id":"n8425636309","geometry":{"type":"Point","coordinates":[-0.4319468,51.6193503]},"properties":{"@type":"node","@id":8425636309,"@timestamp":1613485737},"coords":"51.6193503,-0.4319468","bedrooms":"3","price":"240000","area":"494"} , +{"type":"Feature","id":"n8425660083","geometry":{"type":"Point","coordinates":[-0.434335,51.9096043]},"properties":{"@type":"node","@id":8425660083,"@timestamp":1613398817},"coords":"51.9096043,-0.434335","bedrooms":"0","price":"184000","area":"386"} , +{"type":"Feature","id":"n8425677017","geometry":{"type":"Point","coordinates":[-0.436597,51.9104082]},"properties":{"@type":"node","@id":8425677017,"@timestamp":1613398817},"coords":"51.9104082,-0.436597","bedrooms":"4","price":"285000","area":"376"} , +{"type":"Feature","id":"n8425746048","geometry":{"type":"Point","coordinates":[-0.439568,51.908434]},"properties":{"@type":"node","@id":8425746048,"@timestamp":1613400834},"coords":"51.908434,-0.439568","bedrooms":"0","price":"173000","area":"386"} , +{"type":"Feature","id":"n8425783420","geometry":{"type":"Point","coordinates":[-0.4390482,51.7576101]},"properties":{"@type":"node","@id":8425783420,"@timestamp":1613401426},"coords":"51.7576101,-0.4390482","bedrooms":"3","price":"217000","area":"448"} , +{"type":"Feature","id":"n8425909697","geometry":{"type":"Point","coordinates":[0.0952445,51.7798547]},"properties":{"@type":"node","@id":8425909697,"@timestamp":1613405350},"coords":"51.7798547,0.0952445","bedrooms":"3","price":"217000","area":"551"} , +{"type":"Feature","id":"n8425911411","geometry":{"type":"Point","coordinates":[-0.137422,51.437202]},"properties":{"@type":"node","@id":8425911411,"@timestamp":1613405066},"coords":"51.437202,-0.137422","bedrooms":"4","price":"172000","area":"532"} , +{"type":"Feature","id":"n8425953269","geometry":{"type":"Point","coordinates":[-0.2290704,51.4854995]},"properties":{"@type":"node","@id":8425953269,"@timestamp":1613407493},"coords":"51.4854995,-0.2290704","bedrooms":"1","price":"183000","area":"697"} , +{"type":"Feature","id":"n8426008288","geometry":{"type":"Point","coordinates":[0.0044816,51.5522718]},"properties":{"@type":"node","@id":8426008288,"@timestamp":1618500330},"coords":"51.5522718,0.0044816","bedrooms":"3","price":"278000","area":"697"} , +{"type":"Feature","id":"n8426368642","geometry":{"type":"Point","coordinates":[0.0020454,51.5521273]},"properties":{"@type":"node","@id":8426368642,"@timestamp":1618500330},"coords":"51.5521273,0.0020454","bedrooms":"4","price":"208000","area":"547"} , +{"type":"Feature","id":"n8426374757","geometry":{"type":"Point","coordinates":[-0.0589219,51.0143254]},"properties":{"@type":"node","@id":8426374757,"@timestamp":1613410283},"coords":"51.0143254,-0.0589219","bedrooms":"3","price":"277000","area":"382"} , +{"type":"Feature","id":"n8426542098","geometry":{"type":"Point","coordinates":[-0.1726346,51.4829149]},"properties":{"@type":"node","@id":8426542098,"@timestamp":1613414217},"coords":"51.4829149,-0.1726346","bedrooms":"4","price":"152000","area":"608"} , +{"type":"Feature","id":"n8426542108","geometry":{"type":"Point","coordinates":[-0.1730028,51.4832393]},"properties":{"@type":"node","@id":8426542108,"@timestamp":1613414217},"coords":"51.4832393,-0.1730028","bedrooms":"0","price":"164000","area":"442"} , +{"type":"Feature","id":"n8426549706","geometry":{"type":"Point","coordinates":[-0.1734451,51.4837122]},"properties":{"@type":"node","@id":8426549706,"@timestamp":1613414217},"coords":"51.4837122,-0.1734451","bedrooms":"1","price":"195000","area":"374"} , +{"type":"Feature","id":"n8426549716","geometry":{"type":"Point","coordinates":[-0.1740971,51.4843958]},"properties":{"@type":"node","@id":8426549716,"@timestamp":1613414217},"coords":"51.4843958,-0.1740971","bedrooms":"3","price":"153000","area":"691"} , +{"type":"Feature","id":"n8426549726","geometry":{"type":"Point","coordinates":[-0.1737149,51.483995]},"properties":{"@type":"node","@id":8426549726,"@timestamp":1613414217},"coords":"51.483995,-0.1737149","bedrooms":"3","price":"224000","area":"446"} , +{"type":"Feature","id":"n8426734799","geometry":{"type":"Point","coordinates":[0.0234116,51.5479076]},"properties":{"@type":"node","@id":8426734799,"@timestamp":1613419698},"coords":"51.5479076,0.0234116","bedrooms":"2","price":"290000","area":"621"} , +{"type":"Feature","id":"n8426976689","geometry":{"type":"Point","coordinates":[0.8555502,51.1242536]},"properties":{"@type":"node","@id":8426976689,"@timestamp":1616076549},"coords":"51.1242536,0.8555502","bedrooms":"4","price":"247000","area":"526"} , +{"type":"Feature","id":"n8426996696","geometry":{"type":"Point","coordinates":[-0.3192875,51.5108408]},"properties":{"@type":"node","@id":8426996696,"@timestamp":1613424280},"coords":"51.5108408,-0.3192875","bedrooms":"4","price":"254000","area":"632"} , +{"type":"Feature","id":"n8426996707","geometry":{"type":"Point","coordinates":[-0.3182495,51.5110053]},"properties":{"@type":"node","@id":8426996707,"@timestamp":1613424280},"coords":"51.5110053,-0.3182495","bedrooms":"3","price":"287000","area":"645"} , +{"type":"Feature","id":"n8427001117","geometry":{"type":"Point","coordinates":[-0.3174971,51.5110962]},"properties":{"@type":"node","@id":8427001117,"@timestamp":1613424280},"coords":"51.5110962,-0.3174971","bedrooms":"0","price":"249000","area":"430"} , +{"type":"Feature","id":"n8427001127","geometry":{"type":"Point","coordinates":[-0.3162861,51.5114627]},"properties":{"@type":"node","@id":8427001127,"@timestamp":1626218444},"coords":"51.5114627,-0.3162861","bedrooms":"1","price":"287000","area":"545"} , +{"type":"Feature","id":"n8427001138","geometry":{"type":"Point","coordinates":[-0.315401,51.5115962]},"properties":{"@type":"node","@id":8427001138,"@timestamp":1613424280},"coords":"51.5115962,-0.315401","bedrooms":"4","price":"160000","area":"550"} , +{"type":"Feature","id":"n8427141889","geometry":{"type":"Point","coordinates":[-0.0897554,51.5256901]},"properties":{"@type":"node","@id":8427141889,"@timestamp":1613671788},"coords":"51.5256901,-0.0897554","bedrooms":"3","price":"256000","area":"598"} , +{"type":"Feature","id":"n8427208059","geometry":{"type":"Point","coordinates":[0.1463699,51.1861108]},"properties":{"@type":"node","@id":8427208059,"@timestamp":1616076549},"coords":"51.1861108,0.1463699","bedrooms":"0","price":"193000","area":"449"} , +{"type":"Feature","id":"n8427251040","geometry":{"type":"Point","coordinates":[-0.3561738,51.6386332]},"properties":{"@type":"node","@id":8427251040,"@timestamp":1613434093},"coords":"51.6386332,-0.3561738","bedrooms":"4","price":"153000","area":"500"} , +{"type":"Feature","id":"n8427260305","geometry":{"type":"Point","coordinates":[-0.3500019,51.6360315]},"properties":{"@type":"node","@id":8427260305,"@timestamp":1613435502},"coords":"51.6360315,-0.3500019","bedrooms":"2","price":"180000","area":"352"} , +{"type":"Feature","id":"n8427652844","geometry":{"type":"Point","coordinates":[-0.175381,51.4819409]},"properties":{"@type":"node","@id":8427652844,"@timestamp":1613470894},"coords":"51.4819409,-0.175381","bedrooms":"0","price":"164000","area":"574"} , +{"type":"Feature","id":"n8427805313","geometry":{"type":"Point","coordinates":[-0.3129345,51.8470444]},"properties":{"@type":"node","@id":8427805313,"@timestamp":1613455908},"coords":"51.8470444,-0.3129345","bedrooms":"3","price":"161000","area":"568"} , +{"type":"Feature","id":"n8428268355","geometry":{"type":"Point","coordinates":[0.1444853,51.4097083]},"properties":{"@type":"node","@id":8428268355,"@timestamp":1613467001},"coords":"51.4097083,0.1444853","bedrooms":"3","price":"221000","area":"648"} , +{"type":"Feature","id":"n8428459290","geometry":{"type":"Point","coordinates":[-0.1753026,51.4838005]},"properties":{"@type":"node","@id":8428459290,"@timestamp":1613470894},"coords":"51.4838005,-0.1753026","bedrooms":"0","price":"196000","area":"609"} , +{"type":"Feature","id":"n8428459304","geometry":{"type":"Point","coordinates":[-0.1746179,51.483114]},"properties":{"@type":"node","@id":8428459304,"@timestamp":1613470894},"coords":"51.483114,-0.1746179","bedrooms":"3","price":"151000","area":"697"} , +{"type":"Feature","id":"n8428521377","geometry":{"type":"Point","coordinates":[-0.0652192,51.0181477]},"properties":{"@type":"node","@id":8428521377,"@timestamp":1613472478},"coords":"51.0181477,-0.0652192","bedrooms":"4","price":"166000","area":"441"} , +{"type":"Feature","id":"n8428603006","geometry":{"type":"Point","coordinates":[-0.2052222,51.9764629]},"properties":{"@type":"node","@id":8428603006,"@timestamp":1613473810},"coords":"51.9764629,-0.2052222","bedrooms":"2","price":"212000","area":"455"} , +{"type":"Feature","id":"n8428741594","geometry":{"type":"Point","coordinates":[0.0256318,51.50046]},"properties":{"@type":"node","@id":8428741594,"@timestamp":1613477222},"coords":"51.50046,0.0256318","bedrooms":"0","price":"208000","area":"638"} , +{"type":"Feature","id":"n8428754042","geometry":{"type":"Point","coordinates":[0.0118327,51.5365012]},"properties":{"@type":"node","@id":8428754042,"@timestamp":1617349902},"coords":"51.5365012,0.0118327","bedrooms":"1","price":"298000","area":"650"} , +{"type":"Feature","id":"n8428770312","geometry":{"type":"Point","coordinates":[0.0277384,51.5003036]},"properties":{"@type":"node","@id":8428770312,"@timestamp":1613477761},"coords":"51.5003036,0.0277384","bedrooms":"0","price":"157000","area":"495"} , +{"type":"Feature","id":"n8428808319","geometry":{"type":"Point","coordinates":[0.2032711,51.6736558]},"properties":{"@type":"node","@id":8428808319,"@timestamp":1613478677},"coords":"51.6736558,0.2032711","bedrooms":"0","price":"282000","area":"461"} , +{"type":"Feature","id":"n8429016012","geometry":{"type":"Point","coordinates":[-0.137315,51.4375844]},"properties":{"@type":"node","@id":8429016012,"@timestamp":1613486340},"coords":"51.4375844,-0.137315","bedrooms":"0","price":"195000","area":"446"} , +{"type":"Feature","id":"n8429063604","geometry":{"type":"Point","coordinates":[-0.3756392,51.2703243]},"properties":{"@type":"node","@id":8429063604,"@timestamp":1619997833},"coords":"51.2703243,-0.3756392","bedrooms":"1","price":"209000","area":"699"} , +{"type":"Feature","id":"n8429129231","geometry":{"type":"Point","coordinates":[-0.1371464,51.4377756]},"properties":{"@type":"node","@id":8429129231,"@timestamp":1613486340},"coords":"51.4377756,-0.1371464","bedrooms":"0","price":"294000","area":"688"} , +{"type":"Feature","id":"n8429138807","geometry":{"type":"Point","coordinates":[-1.028554,51.7856422]},"properties":{"@type":"node","@id":8429138807,"@timestamp":1613488442},"coords":"51.7856422,-1.028554","bedrooms":"4","price":"224000","area":"379"} , +{"type":"Feature","id":"n8429143425","geometry":{"type":"Point","coordinates":[-0.136514,51.4340962]},"properties":{"@type":"node","@id":8429143425,"@timestamp":1613486824},"coords":"51.4340962,-0.136514","bedrooms":"3","price":"259000","area":"458"} , +{"type":"Feature","id":"n8429200319","geometry":{"type":"Point","coordinates":[-1.0344945,51.7939099]},"properties":{"@type":"node","@id":8429200319,"@timestamp":1618586512},"coords":"51.7939099,-1.0344945","bedrooms":"4","price":"184000","area":"539"} , +{"type":"Feature","id":"n8429225406","geometry":{"type":"Point","coordinates":[-0.0734564,51.5136344]},"properties":{"@type":"node","@id":8429225406,"@timestamp":1613490635},"coords":"51.5136344,-0.0734564","bedrooms":"3","price":"198000","area":"480"} , +{"type":"Feature","id":"n8429249511","geometry":{"type":"Point","coordinates":[0.0229165,51.5485449]},"properties":{"@type":"node","@id":8429249511,"@timestamp":1634990168},"coords":"51.5485449,0.0229165","bedrooms":"4","price":"157000","area":"524"} , +{"type":"Feature","id":"n8429329839","geometry":{"type":"Point","coordinates":[-0.4273192,51.9116272]},"properties":{"@type":"node","@id":8429329839,"@timestamp":1613492252},"coords":"51.9116272,-0.4273192","bedrooms":"4","price":"213000","area":"575"} , +{"type":"Feature","id":"n8429378684","geometry":{"type":"Point","coordinates":[0.6991647,51.0667328]},"properties":{"@type":"node","@id":8429378684,"@timestamp":1613493504},"coords":"51.0667328,0.6991647","bedrooms":"3","price":"202000","area":"406"} , +{"type":"Feature","id":"n8429378694","geometry":{"type":"Point","coordinates":[0.6996354,51.067123]},"properties":{"@type":"node","@id":8429378694,"@timestamp":1613493504},"coords":"51.067123,0.6996354","bedrooms":"0","price":"155000","area":"467"} , +{"type":"Feature","id":"n8429378708","geometry":{"type":"Point","coordinates":[0.6950918,51.0767556]},"properties":{"@type":"node","@id":8429378708,"@timestamp":1613493504},"coords":"51.0767556,0.6950918","bedrooms":"4","price":"212000","area":"614"} , +{"type":"Feature","id":"n8429381829","geometry":{"type":"Point","coordinates":[0.6766623,51.0674239]},"properties":{"@type":"node","@id":8429381829,"@timestamp":1613493723},"coords":"51.0674239,0.6766623","bedrooms":"1","price":"287000","area":"360"} , +{"type":"Feature","id":"n8429381839","geometry":{"type":"Point","coordinates":[0.6826651,51.0681014]},"properties":{"@type":"node","@id":8429381839,"@timestamp":1613493723},"coords":"51.0681014,0.6826651","bedrooms":"0","price":"257000","area":"566"} , +{"type":"Feature","id":"n8429381849","geometry":{"type":"Point","coordinates":[0.6834778,51.0688414]},"properties":{"@type":"node","@id":8429381849,"@timestamp":1613493723},"coords":"51.0688414,0.6834778","bedrooms":"1","price":"255000","area":"503"} , +{"type":"Feature","id":"n8429384019","geometry":{"type":"Point","coordinates":[0.6924579,51.0858361]},"properties":{"@type":"node","@id":8429384019,"@timestamp":1613493504},"coords":"51.0858361,0.6924579","bedrooms":"1","price":"264000","area":"448"} , +{"type":"Feature","id":"n8429399700","geometry":{"type":"Point","coordinates":[-0.4379965,51.9119418]},"properties":{"@type":"node","@id":8429399700,"@timestamp":1613494166},"coords":"51.9119418,-0.4379965","bedrooms":"4","price":"236000","area":"560"} , +{"type":"Feature","id":"n8429424142","geometry":{"type":"Point","coordinates":[-0.7001987,51.7916778]},"properties":{"@type":"node","@id":8429424142,"@timestamp":1613494845},"coords":"51.7916778,-0.7001987","bedrooms":"1","price":"224000","area":"511"} , +{"type":"Feature","id":"n8429568139","geometry":{"type":"Point","coordinates":[0.0128802,51.5342279]},"properties":{"@type":"node","@id":8429568139,"@timestamp":1617349902},"coords":"51.5342279,0.0128802","bedrooms":"3","price":"238000","area":"456"} , +{"type":"Feature","id":"n8429643123","geometry":{"type":"Point","coordinates":[0.2106905,51.5178789]},"properties":{"@type":"node","@id":8429643123,"@timestamp":1613501024},"coords":"51.5178789,0.2106905","bedrooms":"1","price":"235000","area":"677"} , +{"type":"Feature","id":"n8429643133","geometry":{"type":"Point","coordinates":[0.2014399,51.521823]},"properties":{"@type":"node","@id":8429643133,"@timestamp":1613501024},"coords":"51.521823,0.2014399","bedrooms":"1","price":"201000","area":"604"} , +{"type":"Feature","id":"n8429795032","geometry":{"type":"Point","coordinates":[-0.0755077,51.513951]},"properties":{"@type":"node","@id":8429795032,"@timestamp":1613503812},"coords":"51.513951,-0.0755077","bedrooms":"4","price":"288000","area":"638"} , +{"type":"Feature","id":"n8429890997","geometry":{"type":"Point","coordinates":[0.4703983,51.7739446]},"properties":{"@type":"node","@id":8429890997,"@timestamp":1613506550},"coords":"51.7739446,0.4703983","bedrooms":"4","price":"206000","area":"530"} , +{"type":"Feature","id":"n8429903873","geometry":{"type":"Point","coordinates":[-0.4490418,51.9153541]},"properties":{"@type":"node","@id":8429903873,"@timestamp":1613505793},"coords":"51.9153541,-0.4490418","bedrooms":"1","price":"223000","area":"651"} , +{"type":"Feature","id":"n8429903893","geometry":{"type":"Point","coordinates":[-0.4463525,51.9164]},"properties":{"@type":"node","@id":8429903893,"@timestamp":1613505793},"coords":"51.9164,-0.4463525","bedrooms":"4","price":"226000","area":"681"} , +{"type":"Feature","id":"n8429903915","geometry":{"type":"Point","coordinates":[-0.4449895,51.9148633]},"properties":{"@type":"node","@id":8429903915,"@timestamp":1613505793},"coords":"51.9148633,-0.4449895","bedrooms":"0","price":"185000","area":"514"} , +{"type":"Feature","id":"n8429963333","geometry":{"type":"Point","coordinates":[-0.4504602,51.9163072]},"properties":{"@type":"node","@id":8429963333,"@timestamp":1613507417},"coords":"51.9163072,-0.4504602","bedrooms":"4","price":"261000","area":"449"} , +{"type":"Feature","id":"n8430067400","geometry":{"type":"Point","coordinates":[-0.3721448,51.4658179]},"properties":{"@type":"node","@id":8430067400,"@timestamp":1613511228},"coords":"51.4658179,-0.3721448","bedrooms":"1","price":"269000","area":"616"} , +{"type":"Feature","id":"n8430177493","geometry":{"type":"Point","coordinates":[0.4761126,51.5631553]},"properties":{"@type":"node","@id":8430177493,"@timestamp":1613514076},"coords":"51.5631553,0.4761126","bedrooms":"2","price":"166000","area":"389"} , +{"type":"Feature","id":"n8430208104","geometry":{"type":"Point","coordinates":[-0.3329067,51.6810459]},"properties":{"@type":"node","@id":8430208104,"@timestamp":1613516407},"coords":"51.6810459,-0.3329067","bedrooms":"1","price":"298000","area":"652"} , +{"type":"Feature","id":"n8430286632","geometry":{"type":"Point","coordinates":[0.4551406,51.188113]},"properties":{"@type":"node","@id":8430286632,"@timestamp":1613928509},"coords":"51.188113,0.4551406","bedrooms":"1","price":"238000","area":"683"} , +{"type":"Feature","id":"n8430300247","geometry":{"type":"Point","coordinates":[-0.1914953,51.4618258]},"properties":{"@type":"node","@id":8430300247,"@timestamp":1613519390},"coords":"51.4618258,-0.1914953","bedrooms":"1","price":"221000","area":"443"} , +{"type":"Feature","id":"n8430567465","geometry":{"type":"Point","coordinates":[-0.7639065,51.3311626]},"properties":{"@type":"node","@id":8430567465,"@timestamp":1613533893},"coords":"51.3311626,-0.7639065","bedrooms":"3","price":"163000","area":"397"} , +{"type":"Feature","id":"n8430816620","geometry":{"type":"Point","coordinates":[-0.3690458,51.7681243]},"properties":{"@type":"node","@id":8430816620,"@timestamp":1613541978},"coords":"51.7681243,-0.3690458","bedrooms":"4","price":"193000","area":"442"} , +{"type":"Feature","id":"n8431088136","geometry":{"type":"Point","coordinates":[-0.1748253,51.4819383]},"properties":{"@type":"node","@id":8431088136,"@timestamp":1613549178},"coords":"51.4819383,-0.1748253","bedrooms":"2","price":"187000","area":"674"} , +{"type":"Feature","id":"n8431115208","geometry":{"type":"Point","coordinates":[-0.3088735,51.4593822]},"properties":{"@type":"node","@id":8431115208,"@timestamp":1613551270},"coords":"51.4593822,-0.3088735","bedrooms":"2","price":"275000","area":"424"} , +{"type":"Feature","id":"n8431465248","geometry":{"type":"Point","coordinates":[-0.1363769,51.4338673]},"properties":{"@type":"node","@id":8431465248,"@timestamp":1613557145},"coords":"51.4338673,-0.1363769","bedrooms":"4","price":"189000","area":"389"} , +{"type":"Feature","id":"n8431465356","geometry":{"type":"Point","coordinates":[-0.1360884,51.4329397]},"properties":{"@type":"node","@id":8431465356,"@timestamp":1613557145},"coords":"51.4329397,-0.1360884","bedrooms":"1","price":"289000","area":"501"} , +{"type":"Feature","id":"n8431618139","geometry":{"type":"Point","coordinates":[-0.1926688,51.5332781]},"properties":{"@type":"node","@id":8431618139,"@timestamp":1613560757},"coords":"51.5332781,-0.1926688","bedrooms":"3","price":"222000","area":"611"} , +{"type":"Feature","id":"n8431769935","geometry":{"type":"Point","coordinates":[-0.3008776,51.8329612]},"properties":{"@type":"node","@id":8431769935,"@timestamp":1628973533},"coords":"51.8329612,-0.3008776","bedrooms":"3","price":"231000","area":"659"} , +{"type":"Feature","id":"n8431990518","geometry":{"type":"Point","coordinates":[-0.2116676,51.3859014]},"properties":{"@type":"node","@id":8431990518,"@timestamp":1613569174},"coords":"51.3859014,-0.2116676","bedrooms":"0","price":"294000","area":"591"} , +{"type":"Feature","id":"n8432054501","geometry":{"type":"Point","coordinates":[-0.4451559,51.9016506]},"properties":{"@type":"node","@id":8432054501,"@timestamp":1613573493},"coords":"51.9016506,-0.4451559","bedrooms":"2","price":"165000","area":"607"} , +{"type":"Feature","id":"n8432151817","geometry":{"type":"Point","coordinates":[-0.4443033,51.9120973]},"properties":{"@type":"node","@id":8432151817,"@timestamp":1613573493},"coords":"51.9120973,-0.4443033","bedrooms":"3","price":"273000","area":"583"} , +{"type":"Feature","id":"n8432179477","geometry":{"type":"Point","coordinates":[0.0233637,51.5031752]},"properties":{"@type":"node","@id":8432179477,"@timestamp":1613574431},"coords":"51.5031752,0.0233637","bedrooms":"0","price":"229000","area":"404"} , +{"type":"Feature","id":"n8432221502","geometry":{"type":"Point","coordinates":[-0.4511684,51.9098959]},"properties":{"@type":"node","@id":8432221502,"@timestamp":1613576020},"coords":"51.9098959,-0.4511684","bedrooms":"4","price":"188000","area":"563"} , +{"type":"Feature","id":"n8432317527","geometry":{"type":"Point","coordinates":[-0.4451009,51.9061592]},"properties":{"@type":"node","@id":8432317527,"@timestamp":1613577599},"coords":"51.9061592,-0.4451009","bedrooms":"1","price":"151000","area":"443"} , +{"type":"Feature","id":"n8432317537","geometry":{"type":"Point","coordinates":[-0.451229,51.9058522]},"properties":{"@type":"node","@id":8432317537,"@timestamp":1613577599},"coords":"51.9058522,-0.451229","bedrooms":"3","price":"284000","area":"537"} , +{"type":"Feature","id":"n8432363379","geometry":{"type":"Point","coordinates":[-0.4456909,51.9042762]},"properties":{"@type":"node","@id":8432363379,"@timestamp":1613578961},"coords":"51.9042762,-0.4456909","bedrooms":"3","price":"239000","area":"591"} , +{"type":"Feature","id":"n8432532402","geometry":{"type":"Point","coordinates":[0.0096339,51.5349836]},"properties":{"@type":"node","@id":8432532402,"@timestamp":1625147737},"coords":"51.5349836,0.0096339","bedrooms":"0","price":"271000","area":"477"} , +{"type":"Feature","id":"n8432532412","geometry":{"type":"Point","coordinates":[0.0104379,51.5349853]},"properties":{"@type":"node","@id":8432532412,"@timestamp":1625147737},"coords":"51.5349853,0.0104379","bedrooms":"0","price":"211000","area":"683"} , +{"type":"Feature","id":"n8432546781","geometry":{"type":"Point","coordinates":[-0.1296274,50.9563402]},"properties":{"@type":"node","@id":8432546781,"@timestamp":1613583572},"coords":"50.9563402,-0.1296274","bedrooms":"1","price":"278000","area":"689"} , +{"type":"Feature","id":"n8432933940","geometry":{"type":"Point","coordinates":[-0.1495888,51.4582006]},"properties":{"@type":"node","@id":8432933940,"@timestamp":1613592675},"coords":"51.4582006,-0.1495888","bedrooms":"2","price":"240000","area":"589"} , +{"type":"Feature","id":"n8432933950","geometry":{"type":"Point","coordinates":[-0.1490181,51.4578087]},"properties":{"@type":"node","@id":8432933950,"@timestamp":1619415369},"coords":"51.4578087,-0.1490181","bedrooms":"4","price":"216000","area":"500"} , +{"type":"Feature","id":"n8432959371","geometry":{"type":"Point","coordinates":[-0.4479138,51.9021258]},"properties":{"@type":"node","@id":8432959371,"@timestamp":1613593531},"coords":"51.9021258,-0.4479138","bedrooms":"0","price":"169000","area":"504"} , +{"type":"Feature","id":"n8432959386","geometry":{"type":"Point","coordinates":[-0.4495439,51.9023514]},"properties":{"@type":"node","@id":8432959386,"@timestamp":1613593531},"coords":"51.9023514,-0.4495439","bedrooms":"2","price":"151000","area":"530"} , +{"type":"Feature","id":"n8433035103","geometry":{"type":"Point","coordinates":[-0.447408,51.9138151]},"properties":{"@type":"node","@id":8433035103,"@timestamp":1613596341},"coords":"51.9138151,-0.447408","bedrooms":"3","price":"215000","area":"558"} , +{"type":"Feature","id":"n8433065650","geometry":{"type":"Point","coordinates":[-0.4525252,51.9108553]},"properties":{"@type":"node","@id":8433065650,"@timestamp":1613596341},"coords":"51.9108553,-0.4525252","bedrooms":"2","price":"290000","area":"397"} , +{"type":"Feature","id":"n8433151100","geometry":{"type":"Point","coordinates":[-0.1457848,51.457035]},"properties":{"@type":"node","@id":8433151100,"@timestamp":1613599948},"coords":"51.457035,-0.1457848","bedrooms":"3","price":"207000","area":"511"} , +{"type":"Feature","id":"n8433291526","geometry":{"type":"Point","coordinates":[-0.2955854,51.0817114]},"properties":{"@type":"node","@id":8433291526,"@timestamp":1613604534},"coords":"51.0817114,-0.2955854","bedrooms":"0","price":"163000","area":"690"} , +{"type":"Feature","id":"n8433291536","geometry":{"type":"Point","coordinates":[-0.2943135,51.0821757]},"properties":{"@type":"node","@id":8433291536,"@timestamp":1613604534},"coords":"51.0821757,-0.2943135","bedrooms":"1","price":"175000","area":"648"} , +{"type":"Feature","id":"n8433291546","geometry":{"type":"Point","coordinates":[-0.2901054,51.081996]},"properties":{"@type":"node","@id":8433291546,"@timestamp":1613604534},"coords":"51.081996,-0.2901054","bedrooms":"3","price":"170000","area":"567"} , +{"type":"Feature","id":"n8433299551","geometry":{"type":"Point","coordinates":[-0.2075106,51.5780917]},"properties":{"@type":"node","@id":8433299551,"@timestamp":1622378758},"coords":"51.5780917,-0.2075106","bedrooms":"3","price":"231000","area":"359"} , +{"type":"Feature","id":"n8433342417","geometry":{"type":"Point","coordinates":[-0.1152036,51.4377769]},"properties":{"@type":"node","@id":8433342417,"@timestamp":1613606249},"coords":"51.4377769,-0.1152036","bedrooms":"3","price":"199000","area":"417"} , +{"type":"Feature","id":"n8433494472","geometry":{"type":"Point","coordinates":[-0.060223,51.6658976]},"properties":{"@type":"node","@id":8433494472,"@timestamp":1613614673},"coords":"51.6658976,-0.060223","bedrooms":"1","price":"178000","area":"437"} , +{"type":"Feature","id":"n8433634661","geometry":{"type":"Point","coordinates":[-0.5125822,51.2818757]},"properties":{"@type":"node","@id":8433634661,"@timestamp":1613621375},"coords":"51.2818757,-0.5125822","bedrooms":"0","price":"179000","area":"596"} , +{"type":"Feature","id":"n8433760719","geometry":{"type":"Point","coordinates":[-0.6858409,51.1801681]},"properties":{"@type":"node","@id":8433760719,"@timestamp":1613626059},"coords":"51.1801681,-0.6858409","bedrooms":"4","price":"248000","area":"523"} , +{"type":"Feature","id":"n8434010911","geometry":{"type":"Point","coordinates":[-0.7125227,51.3016677]},"properties":{"@type":"node","@id":8434010911,"@timestamp":1613633178},"coords":"51.3016677,-0.7125227","bedrooms":"0","price":"250000","area":"513"} , +{"type":"Feature","id":"n8434230943","geometry":{"type":"Point","coordinates":[-0.4554151,51.2417329]},"properties":{"@type":"node","@id":8434230943,"@timestamp":1627934638},"coords":"51.2417329,-0.4554151","bedrooms":"2","price":"151000","area":"428"} , +{"type":"Feature","id":"n8434288546","geometry":{"type":"Point","coordinates":[-0.2419866,51.2808459]},"properties":{"@type":"node","@id":8434288546,"@timestamp":1616340830},"coords":"51.2808459,-0.2419866","bedrooms":"2","price":"285000","area":"456"} , +{"type":"Feature","id":"n8434497905","geometry":{"type":"Point","coordinates":[-0.7839738,51.2424901]},"properties":{"@type":"node","@id":8434497905,"@timestamp":1613643735},"coords":"51.2424901,-0.7839738","bedrooms":"2","price":"195000","area":"406"} , +{"type":"Feature","id":"n8434620202","geometry":{"type":"Point","coordinates":[-0.0082533,51.4415056]},"properties":{"@type":"node","@id":8434620202,"@timestamp":1613646036},"coords":"51.4415056,-0.0082533","bedrooms":"1","price":"284000","area":"665"} , +{"type":"Feature","id":"n8434620218","geometry":{"type":"Point","coordinates":[-0.0019692,51.4411183]},"properties":{"@type":"node","@id":8434620218,"@timestamp":1613646036},"coords":"51.4411183,-0.0019692","bedrooms":"3","price":"230000","area":"557"} , +{"type":"Feature","id":"n8434620228","geometry":{"type":"Point","coordinates":[-0.0087771,51.4392017]},"properties":{"@type":"node","@id":8434620228,"@timestamp":1613646036},"coords":"51.4392017,-0.0087771","bedrooms":"4","price":"183000","area":"558"} , +{"type":"Feature","id":"n8434620251","geometry":{"type":"Point","coordinates":[-0.007319,51.4401161]},"properties":{"@type":"node","@id":8434620251,"@timestamp":1613646036},"coords":"51.4401161,-0.007319","bedrooms":"4","price":"288000","area":"428"} , +{"type":"Feature","id":"n8434620261","geometry":{"type":"Point","coordinates":[-0.0040598,51.4379034]},"properties":{"@type":"node","@id":8434620261,"@timestamp":1613646036},"coords":"51.4379034,-0.0040598","bedrooms":"4","price":"215000","area":"653"} , +{"type":"Feature","id":"n8434620276","geometry":{"type":"Point","coordinates":[-0.0018184,51.438521]},"properties":{"@type":"node","@id":8434620276,"@timestamp":1613646036},"coords":"51.438521,-0.0018184","bedrooms":"3","price":"225000","area":"449"} , +{"type":"Feature","id":"n8434663484","geometry":{"type":"Point","coordinates":[-0.0066161,51.4441856]},"properties":{"@type":"node","@id":8434663484,"@timestamp":1613647807},"coords":"51.4441856,-0.0066161","bedrooms":"2","price":"200000","area":"483"} , +{"type":"Feature","id":"n8434663495","geometry":{"type":"Point","coordinates":[-0.0047434,51.4434864]},"properties":{"@type":"node","@id":8434663495,"@timestamp":1613647807},"coords":"51.4434864,-0.0047434","bedrooms":"4","price":"154000","area":"418"} , +{"type":"Feature","id":"n8434663505","geometry":{"type":"Point","coordinates":[-0.0027581,51.4427974]},"properties":{"@type":"node","@id":8434663505,"@timestamp":1613647807},"coords":"51.4427974,-0.0027581","bedrooms":"4","price":"281000","area":"578"} , +{"type":"Feature","id":"n8434833405","geometry":{"type":"Point","coordinates":[-2.65e-05,51.4339928]},"properties":{"@type":"node","@id":8434833405,"@timestamp":1613651150},"coords":"51.4339928,-2.65e-05","bedrooms":"2","price":"235000","area":"392"} , +{"type":"Feature","id":"n8434896645","geometry":{"type":"Point","coordinates":[0.0033601,51.4361221]},"properties":{"@type":"node","@id":8434896645,"@timestamp":1613653190},"coords":"51.4361221,0.0033601","bedrooms":"4","price":"285000","area":"698"} , +{"type":"Feature","id":"n8435007375","geometry":{"type":"Point","coordinates":[0.0004402,51.4389002]},"properties":{"@type":"node","@id":8435007375,"@timestamp":1613655307},"coords":"51.4389002,0.0004402","bedrooms":"3","price":"229000","area":"451"} , +{"type":"Feature","id":"n8435007387","geometry":{"type":"Point","coordinates":[0.0015644,51.4391918]},"properties":{"@type":"node","@id":8435007387,"@timestamp":1613655307},"coords":"51.4391918,0.0015644","bedrooms":"3","price":"252000","area":"642"} , +{"type":"Feature","id":"n8435007403","geometry":{"type":"Point","coordinates":[0.0014224,51.4417867]},"properties":{"@type":"node","@id":8435007403,"@timestamp":1613655307},"coords":"51.4417867,0.0014224","bedrooms":"3","price":"214000","area":"594"} , +{"type":"Feature","id":"n8435007446","geometry":{"type":"Point","coordinates":[0.005315,51.4396131]},"properties":{"@type":"node","@id":8435007446,"@timestamp":1613655307},"coords":"51.4396131,0.005315","bedrooms":"2","price":"196000","area":"685"} , +{"type":"Feature","id":"n8435046610","geometry":{"type":"Point","coordinates":[-0.7456428,51.5285314]},"properties":{"@type":"node","@id":8435046610,"@timestamp":1613656719},"coords":"51.5285314,-0.7456428","bedrooms":"1","price":"226000","area":"438"} , +{"type":"Feature","id":"n8435121776","geometry":{"type":"Point","coordinates":[-0.6421589,51.2301474]},"properties":{"@type":"node","@id":8435121776,"@timestamp":1613658945},"coords":"51.2301474,-0.6421589","bedrooms":"0","price":"165000","area":"563"} , +{"type":"Feature","id":"n8435122131","geometry":{"type":"Point","coordinates":[-0.028362,51.406658]},"properties":{"@type":"node","@id":8435122131,"@timestamp":1633772586},"coords":"51.406658,-0.028362","bedrooms":"4","price":"293000","area":"355"} , +{"type":"Feature","id":"n8435152374","geometry":{"type":"Point","coordinates":[-0.5649286,51.4245901]},"properties":{"@type":"node","@id":8435152374,"@timestamp":1613660120},"coords":"51.4245901,-0.5649286","bedrooms":"4","price":"206000","area":"442"} , +{"type":"Feature","id":"n8435161744","geometry":{"type":"Point","coordinates":[-0.3278965,51.7530609]},"properties":{"@type":"node","@id":8435161744,"@timestamp":1614435480},"coords":"51.7530609,-0.3278965","bedrooms":"0","price":"219000","area":"471"} , +{"type":"Feature","id":"n8435231051","geometry":{"type":"Point","coordinates":[-0.1350493,51.4286658]},"properties":{"@type":"node","@id":8435231051,"@timestamp":1613662015},"coords":"51.4286658,-0.1350493","bedrooms":"4","price":"272000","area":"364"} , +{"type":"Feature","id":"n8435624387","geometry":{"type":"Point","coordinates":[-0.4474939,51.9168657]},"properties":{"@type":"node","@id":8435624387,"@timestamp":1613672144},"coords":"51.9168657,-0.4474939","bedrooms":"2","price":"245000","area":"579"} , +{"type":"Feature","id":"n8435663881","geometry":{"type":"Point","coordinates":[-0.454297,51.9197373]},"properties":{"@type":"node","@id":8435663881,"@timestamp":1613673706},"coords":"51.9197373,-0.454297","bedrooms":"0","price":"258000","area":"422"} , +{"type":"Feature","id":"n8435692866","geometry":{"type":"Point","coordinates":[-0.4599501,51.9195243]},"properties":{"@type":"node","@id":8435692866,"@timestamp":1613673706},"coords":"51.9195243,-0.4599501","bedrooms":"2","price":"204000","area":"403"} , +{"type":"Feature","id":"n8435839851","geometry":{"type":"Point","coordinates":[0.0086075,51.5331358]},"properties":{"@type":"node","@id":8435839851,"@timestamp":1617618862},"coords":"51.5331358,0.0086075","bedrooms":"1","price":"209000","area":"482"} , +{"type":"Feature","id":"n8435952352","geometry":{"type":"Point","coordinates":[-0.4559851,51.9209915]},"properties":{"@type":"node","@id":8435952352,"@timestamp":1613681228},"coords":"51.9209915,-0.4559851","bedrooms":"4","price":"268000","area":"405"} , +{"type":"Feature","id":"n8435952389","geometry":{"type":"Point","coordinates":[-0.4583008,51.9217996]},"properties":{"@type":"node","@id":8435952389,"@timestamp":1613681228},"coords":"51.9217996,-0.4583008","bedrooms":"0","price":"254000","area":"559"} , +{"type":"Feature","id":"n8435997457","geometry":{"type":"Point","coordinates":[-0.4580886,51.9222728]},"properties":{"@type":"node","@id":8435997457,"@timestamp":1613682302},"coords":"51.9222728,-0.4580886","bedrooms":"1","price":"289000","area":"695"} , +{"type":"Feature","id":"n8436064018","geometry":{"type":"Point","coordinates":[-0.0532756,51.5507575]},"properties":{"@type":"node","@id":8436064018,"@timestamp":1613684612},"coords":"51.5507575,-0.0532756","bedrooms":"0","price":"220000","area":"479"} , +{"type":"Feature","id":"n8436173384","geometry":{"type":"Point","coordinates":[0.1120378,51.7577209]},"properties":{"@type":"node","@id":8436173384,"@timestamp":1613688307},"coords":"51.7577209,0.1120378","bedrooms":"4","price":"172000","area":"563"} , +{"type":"Feature","id":"n8436192080","geometry":{"type":"Point","coordinates":[0.1227133,51.762822]},"properties":{"@type":"node","@id":8436192080,"@timestamp":1613691628},"coords":"51.762822,0.1227133","bedrooms":"4","price":"160000","area":"461"} , +{"type":"Feature","id":"n8436254006","geometry":{"type":"Point","coordinates":[0.2026483,51.5206992]},"properties":{"@type":"node","@id":8436254006,"@timestamp":1613693213},"coords":"51.5206992,0.2026483","bedrooms":"3","price":"167000","area":"377"} , +{"type":"Feature","id":"n8436376376","geometry":{"type":"Point","coordinates":[-0.3321719,51.3794267]},"properties":{"@type":"node","@id":8436376376,"@timestamp":1613701101},"coords":"51.3794267,-0.3321719","bedrooms":"3","price":"255000","area":"567"} , +{"type":"Feature","id":"n8436725760","geometry":{"type":"Point","coordinates":[-0.4080728,51.3762646]},"properties":{"@type":"node","@id":8436725760,"@timestamp":1613715474},"coords":"51.3762646,-0.4080728","bedrooms":"4","price":"171000","area":"639"} , +{"type":"Feature","id":"n8436843662","geometry":{"type":"Point","coordinates":[-0.1798598,51.4816266]},"properties":{"@type":"node","@id":8436843662,"@timestamp":1613717630},"coords":"51.4816266,-0.1798598","bedrooms":"1","price":"158000","area":"506"} , +{"type":"Feature","id":"n8437080249","geometry":{"type":"Point","coordinates":[-0.197221,51.2259313]},"properties":{"@type":"node","@id":8437080249,"@timestamp":1630486639},"coords":"51.2259313,-0.197221","bedrooms":"3","price":"160000","area":"545"} , +{"type":"Feature","id":"n8437173489","geometry":{"type":"Point","coordinates":[-0.1779463,51.4811414]},"properties":{"@type":"node","@id":8437173489,"@timestamp":1613724684},"coords":"51.4811414,-0.1779463","bedrooms":"2","price":"249000","area":"372"} , +{"type":"Feature","id":"n8437400173","geometry":{"type":"Point","coordinates":[-0.1347134,51.4307546]},"properties":{"@type":"node","@id":8437400173,"@timestamp":1613730357},"coords":"51.4307546,-0.1347134","bedrooms":"3","price":"163000","area":"624"} , +{"type":"Feature","id":"n8437626895","geometry":{"type":"Point","coordinates":[-0.1293039,51.3572651]},"properties":{"@type":"node","@id":8437626895,"@timestamp":1613735910},"coords":"51.3572651,-0.1293039","bedrooms":"3","price":"262000","area":"551"} , +{"type":"Feature","id":"n8437637462","geometry":{"type":"Point","coordinates":[-0.0171806,51.4068302]},"properties":{"@type":"node","@id":8437637462,"@timestamp":1613735732},"coords":"51.4068302,-0.0171806","bedrooms":"1","price":"177000","area":"658"} , +{"type":"Feature","id":"n8437637592","geometry":{"type":"Point","coordinates":[-0.0182771,51.4070128]},"properties":{"@type":"node","@id":8437637592,"@timestamp":1613735732},"coords":"51.4070128,-0.0182771","bedrooms":"3","price":"284000","area":"429"} , +{"type":"Feature","id":"n8437716024","geometry":{"type":"Point","coordinates":[-0.018512,51.3997094]},"properties":{"@type":"node","@id":8437716024,"@timestamp":1613737784},"coords":"51.3997094,-0.018512","bedrooms":"4","price":"190000","area":"480"} , +{"type":"Feature","id":"n8437773085","geometry":{"type":"Point","coordinates":[-0.4744795,51.5103006]},"properties":{"@type":"node","@id":8437773085,"@timestamp":1616334819},"coords":"51.5103006,-0.4744795","bedrooms":"3","price":"280000","area":"563"} , +{"type":"Feature","id":"n8437821467","geometry":{"type":"Point","coordinates":[0.0200304,51.5361071]},"properties":{"@type":"node","@id":8437821467,"@timestamp":1613741792},"coords":"51.5361071,0.0200304","bedrooms":"4","price":"196000","area":"449"} , +{"type":"Feature","id":"n8437962513","geometry":{"type":"Point","coordinates":[-0.0140632,51.3803521]},"properties":{"@type":"node","@id":8437962513,"@timestamp":1613743491},"coords":"51.3803521,-0.0140632","bedrooms":"1","price":"263000","area":"639"} , +{"type":"Feature","id":"n8437962545","geometry":{"type":"Point","coordinates":[-0.0151225,51.3799619]},"properties":{"@type":"node","@id":8437962545,"@timestamp":1613743491},"coords":"51.3799619,-0.0151225","bedrooms":"0","price":"238000","area":"401"} , +{"type":"Feature","id":"n8437962608","geometry":{"type":"Point","coordinates":[-0.0151334,51.3794935]},"properties":{"@type":"node","@id":8437962608,"@timestamp":1613743491},"coords":"51.3794935,-0.0151334","bedrooms":"1","price":"183000","area":"452"} , +{"type":"Feature","id":"n8438203291","geometry":{"type":"Point","coordinates":[0.4510583,51.2998053]},"properties":{"@type":"node","@id":8438203291,"@timestamp":1613743899},"coords":"51.2998053,0.4510583","bedrooms":"2","price":"237000","area":"384"} , +{"type":"Feature","id":"n8438242598","geometry":{"type":"Point","coordinates":[-0.1309051,51.4306238]},"properties":{"@type":"node","@id":8438242598,"@timestamp":1613746484},"coords":"51.4306238,-0.1309051","bedrooms":"3","price":"270000","area":"357"} , +{"type":"Feature","id":"n8438255697","geometry":{"type":"Point","coordinates":[-0.3235037,51.7529075]},"properties":{"@type":"node","@id":8438255697,"@timestamp":1614426330},"coords":"51.7529075,-0.3235037","bedrooms":"2","price":"191000","area":"493"} , +{"type":"Feature","id":"n8438290579","geometry":{"type":"Point","coordinates":[-0.3482563,51.7492791]},"properties":{"@type":"node","@id":8438290579,"@timestamp":1613745769},"coords":"51.7492791,-0.3482563","bedrooms":"2","price":"293000","area":"474"} , +{"type":"Feature","id":"n8438290589","geometry":{"type":"Point","coordinates":[-0.350833,51.7526393]},"properties":{"@type":"node","@id":8438290589,"@timestamp":1613745769},"coords":"51.7526393,-0.350833","bedrooms":"4","price":"246000","area":"395"} , +{"type":"Feature","id":"n8438290599","geometry":{"type":"Point","coordinates":[-0.3499329,51.7484859]},"properties":{"@type":"node","@id":8438290599,"@timestamp":1613745769},"coords":"51.7484859,-0.3499329","bedrooms":"3","price":"280000","area":"602"} , +{"type":"Feature","id":"n8438336917","geometry":{"type":"Point","coordinates":[-0.1568032,51.5462304]},"properties":{"@type":"node","@id":8438336917,"@timestamp":1613746631},"coords":"51.5462304,-0.1568032","bedrooms":"0","price":"294000","area":"693"} , +{"type":"Feature","id":"n8438689609","geometry":{"type":"Point","coordinates":[-0.2676684,51.329829]},"properties":{"@type":"node","@id":8438689609,"@timestamp":1613752461},"coords":"51.329829,-0.2676684","bedrooms":"3","price":"214000","area":"407"} , +{"type":"Feature","id":"n8438722903","geometry":{"type":"Point","coordinates":[-0.4401402,51.9161846]},"properties":{"@type":"node","@id":8438722903,"@timestamp":1613753823},"coords":"51.9161846,-0.4401402","bedrooms":"1","price":"154000","area":"574"} , +{"type":"Feature","id":"n8438770541","geometry":{"type":"Point","coordinates":[-0.4330977,51.9197535]},"properties":{"@type":"node","@id":8438770541,"@timestamp":1613753823},"coords":"51.9197535,-0.4330977","bedrooms":"1","price":"216000","area":"403"} , +{"type":"Feature","id":"n8438975308","geometry":{"type":"Point","coordinates":[-0.4395304,51.9203483]},"properties":{"@type":"node","@id":8438975308,"@timestamp":1613760456},"coords":"51.9203483,-0.4395304","bedrooms":"3","price":"255000","area":"664"} , +{"type":"Feature","id":"n8438978392","geometry":{"type":"Point","coordinates":[-0.1795738,51.531072]},"properties":{"@type":"node","@id":8438978392,"@timestamp":1613812135},"coords":"51.531072,-0.1795738","bedrooms":"1","price":"260000","area":"580"} , +{"type":"Feature","id":"n8438982451","geometry":{"type":"Point","coordinates":[-0.4416044,51.923325]},"properties":{"@type":"node","@id":8438982451,"@timestamp":1613760456},"coords":"51.923325,-0.4416044","bedrooms":"3","price":"255000","area":"368"} , +{"type":"Feature","id":"n8439082344","geometry":{"type":"Point","coordinates":[-0.1466374,51.4825046]},"properties":{"@type":"node","@id":8439082344,"@timestamp":1613762880},"coords":"51.4825046,-0.1466374","bedrooms":"3","price":"277000","area":"458"} , +{"type":"Feature","id":"n8439253581","geometry":{"type":"Point","coordinates":[-0.5592863,51.4246289]},"properties":{"@type":"node","@id":8439253581,"@timestamp":1613767056},"coords":"51.4246289,-0.5592863","bedrooms":"2","price":"220000","area":"550"} , +{"type":"Feature","id":"n8439389598","geometry":{"type":"Point","coordinates":[-0.118067,51.5517592]},"properties":{"@type":"node","@id":8439389598,"@timestamp":1613770998},"coords":"51.5517592,-0.118067","bedrooms":"0","price":"299000","area":"630"} , +{"type":"Feature","id":"n8439501911","geometry":{"type":"Point","coordinates":[-0.4415703,51.919831]},"properties":{"@type":"node","@id":8439501911,"@timestamp":1613775307},"coords":"51.919831,-0.4415703","bedrooms":"4","price":"280000","area":"678"} , +{"type":"Feature","id":"n8439504348","geometry":{"type":"Point","coordinates":[-0.4421603,51.9220456]},"properties":{"@type":"node","@id":8439504348,"@timestamp":1613775307},"coords":"51.9220456,-0.4421603","bedrooms":"4","price":"281000","area":"396"} , +{"type":"Feature","id":"n8439590173","geometry":{"type":"Point","coordinates":[0.2337681,51.7132832]},"properties":{"@type":"node","@id":8439590173,"@timestamp":1613780060},"coords":"51.7132832,0.2337681","bedrooms":"1","price":"274000","area":"502"} , +{"type":"Feature","id":"n8440069838","geometry":{"type":"Point","coordinates":[-0.1812361,51.4811906]},"properties":{"@type":"node","@id":8440069838,"@timestamp":1615062432},"coords":"51.4811906,-0.1812361","bedrooms":"1","price":"295000","area":"463"} , +{"type":"Feature","id":"n8440071523","geometry":{"type":"Point","coordinates":[-0.1818995,51.4803872]},"properties":{"@type":"node","@id":8440071523,"@timestamp":1615062432},"coords":"51.4803872,-0.1818995","bedrooms":"0","price":"277000","area":"602"} , +{"type":"Feature","id":"n8440071667","geometry":{"type":"Point","coordinates":[-0.1809583,51.4808215]},"properties":{"@type":"node","@id":8440071667,"@timestamp":1615062432},"coords":"51.4808215,-0.1809583","bedrooms":"4","price":"188000","area":"579"} , +{"type":"Feature","id":"n8440071677","geometry":{"type":"Point","coordinates":[-0.1804834,51.4804193]},"properties":{"@type":"node","@id":8440071677,"@timestamp":1615062432},"coords":"51.4804193,-0.1804834","bedrooms":"1","price":"236000","area":"432"} , +{"type":"Feature","id":"n8440347627","geometry":{"type":"Point","coordinates":[-0.178965,51.4801217]},"properties":{"@type":"node","@id":8440347627,"@timestamp":1615062432},"coords":"51.4801217,-0.178965","bedrooms":"3","price":"286000","area":"627"} , +{"type":"Feature","id":"n8440347670","geometry":{"type":"Point","coordinates":[-0.1796415,51.4797654]},"properties":{"@type":"node","@id":8440347670,"@timestamp":1615062432},"coords":"51.4797654,-0.1796415","bedrooms":"0","price":"287000","area":"453"} , +{"type":"Feature","id":"n8440400899","geometry":{"type":"Point","coordinates":[0.0081443,51.5451393]},"properties":{"@type":"node","@id":8440400899,"@timestamp":1613820161},"coords":"51.5451393,0.0081443","bedrooms":"1","price":"282000","area":"676"} , +{"type":"Feature","id":"n8440488586","geometry":{"type":"Point","coordinates":[-0.3056483,51.7635434]},"properties":{"@type":"node","@id":8440488586,"@timestamp":1613823468},"coords":"51.7635434,-0.3056483","bedrooms":"3","price":"155000","area":"505"} , +{"type":"Feature","id":"n8440516187","geometry":{"type":"Point","coordinates":[-0.3075855,51.7648025]},"properties":{"@type":"node","@id":8440516187,"@timestamp":1613823804},"coords":"51.7648025,-0.3075855","bedrooms":"2","price":"166000","area":"561"} , +{"type":"Feature","id":"n8440595801","geometry":{"type":"Point","coordinates":[-0.3147373,51.7523522]},"properties":{"@type":"node","@id":8440595801,"@timestamp":1620739132},"coords":"51.7523522,-0.3147373","bedrooms":"1","price":"246000","area":"569"} , +{"type":"Feature","id":"n8440607950","geometry":{"type":"Point","coordinates":[0.2049374,51.5811134]},"properties":{"@type":"node","@id":8440607950,"@timestamp":1626726671},"coords":"51.5811134,0.2049374","bedrooms":"3","price":"150000","area":"376"} , +{"type":"Feature","id":"n8440665956","geometry":{"type":"Point","coordinates":[-0.0178705,51.667969]},"properties":{"@type":"node","@id":8440665956,"@timestamp":1613826579},"coords":"51.667969,-0.0178705","bedrooms":"2","price":"256000","area":"632"} , +{"type":"Feature","id":"n8440665991","geometry":{"type":"Point","coordinates":[-0.0135663,51.6645359]},"properties":{"@type":"node","@id":8440665991,"@timestamp":1613826579},"coords":"51.6645359,-0.0135663","bedrooms":"0","price":"230000","area":"412"} , +{"type":"Feature","id":"n8440672543","geometry":{"type":"Point","coordinates":[-0.0122108,51.6696167]},"properties":{"@type":"node","@id":8440672543,"@timestamp":1615414587},"coords":"51.6696167,-0.0122108","bedrooms":"3","price":"173000","area":"463"} , +{"type":"Feature","id":"n8440704100","geometry":{"type":"Point","coordinates":[0.2442458,51.7050527]},"properties":{"@type":"node","@id":8440704100,"@timestamp":1613827973},"coords":"51.7050527,0.2442458","bedrooms":"0","price":"200000","area":"599"} , +{"type":"Feature","id":"n8440714405","geometry":{"type":"Point","coordinates":[-0.174765,51.8801915]},"properties":{"@type":"node","@id":8440714405,"@timestamp":1615039588},"coords":"51.8801915,-0.174765","bedrooms":"4","price":"239000","area":"565"} , +{"type":"Feature","id":"n8440731727","geometry":{"type":"Point","coordinates":[-0.180455,51.8821703]},"properties":{"@type":"node","@id":8440731727,"@timestamp":1613828502},"coords":"51.8821703,-0.180455","bedrooms":"4","price":"153000","area":"461"} , +{"type":"Feature","id":"n8440731743","geometry":{"type":"Point","coordinates":[-0.1943749,51.8859099]},"properties":{"@type":"node","@id":8440731743,"@timestamp":1613828502},"coords":"51.8859099,-0.1943749","bedrooms":"4","price":"192000","area":"635"} , +{"type":"Feature","id":"n8440731765","geometry":{"type":"Point","coordinates":[-0.1890619,51.8829954]},"properties":{"@type":"node","@id":8440731765,"@timestamp":1613828502},"coords":"51.8829954,-0.1890619","bedrooms":"2","price":"288000","area":"440"} , +{"type":"Feature","id":"n8440731782","geometry":{"type":"Point","coordinates":[-0.1861964,51.8806513]},"properties":{"@type":"node","@id":8440731782,"@timestamp":1613828502},"coords":"51.8806513,-0.1861964","bedrooms":"2","price":"190000","area":"566"} , +{"type":"Feature","id":"n8440731800","geometry":{"type":"Point","coordinates":[-0.1753192,51.8767265]},"properties":{"@type":"node","@id":8440731800,"@timestamp":1613828502},"coords":"51.8767265,-0.1753192","bedrooms":"2","price":"277000","area":"446"} , +{"type":"Feature","id":"n8440731826","geometry":{"type":"Point","coordinates":[-0.1715259,51.8839394]},"properties":{"@type":"node","@id":8440731826,"@timestamp":1613828502},"coords":"51.8839394,-0.1715259","bedrooms":"0","price":"226000","area":"385"} , +{"type":"Feature","id":"n8440731847","geometry":{"type":"Point","coordinates":[-0.1565113,51.8926169]},"properties":{"@type":"node","@id":8440731847,"@timestamp":1613828502},"coords":"51.8926169,-0.1565113","bedrooms":"0","price":"292000","area":"541"} , +{"type":"Feature","id":"n8440811533","geometry":{"type":"Point","coordinates":[-0.1688226,51.1305731]},"properties":{"@type":"node","@id":8440811533,"@timestamp":1613831398},"coords":"51.1305731,-0.1688226","bedrooms":"2","price":"261000","area":"670"} , +{"type":"Feature","id":"n8440827189","geometry":{"type":"Point","coordinates":[-0.4622124,51.918803]},"properties":{"@type":"node","@id":8440827189,"@timestamp":1613832376},"coords":"51.918803,-0.4622124","bedrooms":"3","price":"256000","area":"603"} , +{"type":"Feature","id":"n8440834319","geometry":{"type":"Point","coordinates":[-0.4659881,51.9177771]},"properties":{"@type":"node","@id":8440834319,"@timestamp":1613832376},"coords":"51.9177771,-0.4659881","bedrooms":"4","price":"151000","area":"624"} , +{"type":"Feature","id":"n8440834353","geometry":{"type":"Point","coordinates":[-0.4695965,51.9129001]},"properties":{"@type":"node","@id":8440834353,"@timestamp":1613832376},"coords":"51.9129001,-0.4695965","bedrooms":"2","price":"183000","area":"403"} , +{"type":"Feature","id":"n8440835797","geometry":{"type":"Point","coordinates":[-0.3186261,51.7525584]},"properties":{"@type":"node","@id":8440835797,"@timestamp":1614866862},"coords":"51.7525584,-0.3186261","bedrooms":"0","price":"299000","area":"519"} , +{"type":"Feature","id":"n8440853881","geometry":{"type":"Point","coordinates":[-0.3214368,51.752021]},"properties":{"@type":"node","@id":8440853881,"@timestamp":1613833428},"coords":"51.752021,-0.3214368","bedrooms":"2","price":"153000","area":"459"} , +{"type":"Feature","id":"n8440853891","geometry":{"type":"Point","coordinates":[-0.3223611,51.7515556]},"properties":{"@type":"node","@id":8440853891,"@timestamp":1613833428},"coords":"51.7515556,-0.3223611","bedrooms":"1","price":"247000","area":"551"} , +{"type":"Feature","id":"n8440880747","geometry":{"type":"Point","coordinates":[-0.3160238,51.752647]},"properties":{"@type":"node","@id":8440880747,"@timestamp":1614345832},"coords":"51.752647,-0.3160238","bedrooms":"4","price":"175000","area":"496"} , +{"type":"Feature","id":"n8440984946","geometry":{"type":"Point","coordinates":[-0.1804803,51.4797425]},"properties":{"@type":"node","@id":8440984946,"@timestamp":1615062432},"coords":"51.4797425,-0.1804803","bedrooms":"2","price":"235000","area":"389"} , +{"type":"Feature","id":"n8440993596","geometry":{"type":"Point","coordinates":[-0.2590924,51.9562969]},"properties":{"@type":"node","@id":8440993596,"@timestamp":1613837690},"coords":"51.9562969,-0.2590924","bedrooms":"4","price":"202000","area":"606"} , +{"type":"Feature","id":"n8441051542","geometry":{"type":"Point","coordinates":[0.0095488,51.5610132]},"properties":{"@type":"node","@id":8441051542,"@timestamp":1613839709},"coords":"51.5610132,0.0095488","bedrooms":"0","price":"239000","area":"443"} , +{"type":"Feature","id":"n8441106982","geometry":{"type":"Point","coordinates":[0.2694796,51.6942819]},"properties":{"@type":"node","@id":8441106982,"@timestamp":1613841207},"coords":"51.6942819,0.2694796","bedrooms":"2","price":"153000","area":"464"} , +{"type":"Feature","id":"n8441112459","geometry":{"type":"Point","coordinates":[-0.1811825,51.4798523]},"properties":{"@type":"node","@id":8441112459,"@timestamp":1615062432},"coords":"51.4798523,-0.1811825","bedrooms":"1","price":"271000","area":"652"} , +{"type":"Feature","id":"n8441154842","geometry":{"type":"Point","coordinates":[-0.0349874,51.4749658]},"properties":{"@type":"node","@id":8441154842,"@timestamp":1613845397},"coords":"51.4749658,-0.0349874","bedrooms":"3","price":"270000","area":"420"} , +{"type":"Feature","id":"n8441170493","geometry":{"type":"Point","coordinates":[-0.1352668,51.4347888]},"properties":{"@type":"node","@id":8441170493,"@timestamp":1613842650},"coords":"51.4347888,-0.1352668","bedrooms":"1","price":"218000","area":"510"} , +{"type":"Feature","id":"n8441250821","geometry":{"type":"Point","coordinates":[-0.0212114,51.5855604]},"properties":{"@type":"node","@id":8441250821,"@timestamp":1613844480},"coords":"51.5855604,-0.0212114","bedrooms":"3","price":"263000","area":"697"} , +{"type":"Feature","id":"n8441297826","geometry":{"type":"Point","coordinates":[-0.1810216,51.4795529]},"properties":{"@type":"node","@id":8441297826,"@timestamp":1615062432},"coords":"51.4795529,-0.1810216","bedrooms":"3","price":"279000","area":"383"} , +{"type":"Feature","id":"n8441297872","geometry":{"type":"Point","coordinates":[-0.1805325,51.4795245]},"properties":{"@type":"node","@id":8441297872,"@timestamp":1615062432},"coords":"51.4795245,-0.1805325","bedrooms":"1","price":"193000","area":"495"} , +{"type":"Feature","id":"n8441305724","geometry":{"type":"Point","coordinates":[0.0122142,51.5358201]},"properties":{"@type":"node","@id":8441305724,"@timestamp":1622125870},"coords":"51.5358201,0.0122142","bedrooms":"1","price":"159000","area":"588"} , +{"type":"Feature","id":"n8441307739","geometry":{"type":"Point","coordinates":[-0.1811536,51.4789271]},"properties":{"@type":"node","@id":8441307739,"@timestamp":1615062432},"coords":"51.4789271,-0.1811536","bedrooms":"4","price":"267000","area":"466"} , +{"type":"Feature","id":"n8441347653","geometry":{"type":"Point","coordinates":[-0.0360982,51.475567]},"properties":{"@type":"node","@id":8441347653,"@timestamp":1613847379},"coords":"51.475567,-0.0360982","bedrooms":"2","price":"189000","area":"559"} , +{"type":"Feature","id":"n8441416070","geometry":{"type":"Point","coordinates":[-0.6618067,51.9133033]},"properties":{"@type":"node","@id":8441416070,"@timestamp":1613948275},"coords":"51.9133033,-0.6618067","bedrooms":"3","price":"211000","area":"404"} , +{"type":"Feature","id":"n8441416091","geometry":{"type":"Point","coordinates":[-0.6804711,51.9131585]},"properties":{"@type":"node","@id":8441416091,"@timestamp":1631893433},"coords":"51.9131585,-0.6804711","bedrooms":"0","price":"187000","area":"637"} , +{"type":"Feature","id":"n8441436583","geometry":{"type":"Point","coordinates":[-0.4617428,51.9233028]},"properties":{"@type":"node","@id":8441436583,"@timestamp":1613850521},"coords":"51.9233028,-0.4617428","bedrooms":"0","price":"260000","area":"450"} , +{"type":"Feature","id":"n8441441221","geometry":{"type":"Point","coordinates":[-0.4668004,51.9223353]},"properties":{"@type":"node","@id":8441441221,"@timestamp":1613850521},"coords":"51.9223353,-0.4668004","bedrooms":"1","price":"231000","area":"483"} , +{"type":"Feature","id":"n8441552909","geometry":{"type":"Point","coordinates":[-0.0343535,51.4750773]},"properties":{"@type":"node","@id":8441552909,"@timestamp":1613854775},"coords":"51.4750773,-0.0343535","bedrooms":"4","price":"264000","area":"363"} , +{"type":"Feature","id":"n8441669297","geometry":{"type":"Point","coordinates":[-0.430519,51.8820645]},"properties":{"@type":"node","@id":8441669297,"@timestamp":1613858970},"coords":"51.8820645,-0.430519","bedrooms":"2","price":"163000","area":"589"} , +{"type":"Feature","id":"n8441669315","geometry":{"type":"Point","coordinates":[-0.4366852,51.8824147]},"properties":{"@type":"node","@id":8441669315,"@timestamp":1613858970},"coords":"51.8824147,-0.4366852","bedrooms":"2","price":"218000","area":"616"} , +{"type":"Feature","id":"n8441724858","geometry":{"type":"Point","coordinates":[-0.0342612,51.4300647]},"properties":{"@type":"node","@id":8441724858,"@timestamp":1615303181},"coords":"51.4300647,-0.0342612","bedrooms":"2","price":"230000","area":"508"} , +{"type":"Feature","id":"n8441724868","geometry":{"type":"Point","coordinates":[-0.0562993,51.4328192]},"properties":{"@type":"node","@id":8441724868,"@timestamp":1613861149},"coords":"51.4328192,-0.0562993","bedrooms":"0","price":"182000","area":"541"} , +{"type":"Feature","id":"n8441775880","geometry":{"type":"Point","coordinates":[-0.4592891,51.8972928]},"properties":{"@type":"node","@id":8441775880,"@timestamp":1613864605},"coords":"51.8972928,-0.4592891","bedrooms":"0","price":"277000","area":"475"} , +{"type":"Feature","id":"n8441822889","geometry":{"type":"Point","coordinates":[-0.3490528,51.738999]},"properties":{"@type":"node","@id":8441822889,"@timestamp":1613866223},"coords":"51.738999,-0.3490528","bedrooms":"4","price":"209000","area":"559"} , +{"type":"Feature","id":"n8442113471","geometry":{"type":"Point","coordinates":[-0.183107,51.4807604]},"properties":{"@type":"node","@id":8442113471,"@timestamp":1613886650},"coords":"51.4807604,-0.183107","bedrooms":"1","price":"193000","area":"487"} , +{"type":"Feature","id":"n8442191294","geometry":{"type":"Point","coordinates":[-0.1840214,51.4802934]},"properties":{"@type":"node","@id":8442191294,"@timestamp":1615062432},"coords":"51.4802934,-0.1840214","bedrooms":"0","price":"202000","area":"492"} , +{"type":"Feature","id":"n8442220215","geometry":{"type":"Point","coordinates":[-0.1841609,51.4805718]},"properties":{"@type":"node","@id":8442220215,"@timestamp":1615062432},"coords":"51.4805718,-0.1841609","bedrooms":"2","price":"181000","area":"391"} , +{"type":"Feature","id":"n8442270461","geometry":{"type":"Point","coordinates":[-0.0113687,51.4977143]},"properties":{"@type":"node","@id":8442270461,"@timestamp":1620868832},"coords":"51.4977143,-0.0113687","bedrooms":"1","price":"249000","area":"619"} , +{"type":"Feature","id":"n8442306512","geometry":{"type":"Point","coordinates":[-0.1852241,51.480439]},"properties":{"@type":"node","@id":8442306512,"@timestamp":1613899607},"coords":"51.480439,-0.1852241","bedrooms":"0","price":"216000","area":"662"} , +{"type":"Feature","id":"n8442336529","geometry":{"type":"Point","coordinates":[-0.1853824,51.4802235]},"properties":{"@type":"node","@id":8442336529,"@timestamp":1613899607},"coords":"51.4802235,-0.1853824","bedrooms":"4","price":"168000","area":"676"} , +{"type":"Feature","id":"n8442434673","geometry":{"type":"Point","coordinates":[0.0051805,51.6245424]},"properties":{"@type":"node","@id":8442434673,"@timestamp":1613905226},"coords":"51.6245424,0.0051805","bedrooms":"4","price":"248000","area":"494"} , +{"type":"Feature","id":"n8442488361","geometry":{"type":"Point","coordinates":[-0.1831804,51.479319]},"properties":{"@type":"node","@id":8442488361,"@timestamp":1613907424},"coords":"51.479319,-0.1831804","bedrooms":"0","price":"205000","area":"589"} , +{"type":"Feature","id":"n8442527971","geometry":{"type":"Point","coordinates":[-0.3146989,51.7521162]},"properties":{"@type":"node","@id":8442527971,"@timestamp":1613908808},"coords":"51.7521162,-0.3146989","bedrooms":"0","price":"235000","area":"652"} , +{"type":"Feature","id":"n8442567661","geometry":{"type":"Point","coordinates":[-0.0267929,51.5472894]},"properties":{"@type":"node","@id":8442567661,"@timestamp":1613911662},"coords":"51.5472894,-0.0267929","bedrooms":"3","price":"197000","area":"437"} , +{"type":"Feature","id":"n8442620001","geometry":{"type":"Point","coordinates":[-0.0756671,51.7964613]},"properties":{"@type":"node","@id":8442620001,"@timestamp":1613912693},"coords":"51.7964613,-0.0756671","bedrooms":"4","price":"276000","area":"529"} , +{"type":"Feature","id":"n8442634853","geometry":{"type":"Point","coordinates":[-0.4612834,51.8892864]},"properties":{"@type":"node","@id":8442634853,"@timestamp":1613913904},"coords":"51.8892864,-0.4612834","bedrooms":"1","price":"239000","area":"678"} , +{"type":"Feature","id":"n8442634868","geometry":{"type":"Point","coordinates":[-0.4640135,51.8885845]},"properties":{"@type":"node","@id":8442634868,"@timestamp":1613913904},"coords":"51.8885845,-0.4640135","bedrooms":"0","price":"276000","area":"527"} , +{"type":"Feature","id":"n8442634898","geometry":{"type":"Point","coordinates":[-0.4661777,51.8929003]},"properties":{"@type":"node","@id":8442634898,"@timestamp":1613913904},"coords":"51.8929003,-0.4661777","bedrooms":"1","price":"256000","area":"375"} , +{"type":"Feature","id":"n8442685027","geometry":{"type":"Point","coordinates":[-0.4622117,51.8910293]},"properties":{"@type":"node","@id":8442685027,"@timestamp":1613913904},"coords":"51.8910293,-0.4622117","bedrooms":"0","price":"221000","area":"538"} , +{"type":"Feature","id":"n8442685041","geometry":{"type":"Point","coordinates":[-0.4617111,51.8891448]},"properties":{"@type":"node","@id":8442685041,"@timestamp":1613914460},"coords":"51.8891448,-0.4617111","bedrooms":"3","price":"259000","area":"356"} , +{"type":"Feature","id":"n8442697923","geometry":{"type":"Point","coordinates":[-0.4598466,51.892261]},"properties":{"@type":"node","@id":8442697923,"@timestamp":1613914460},"coords":"51.892261,-0.4598466","bedrooms":"3","price":"252000","area":"678"} , +{"type":"Feature","id":"n8442808314","geometry":{"type":"Point","coordinates":[-0.165613,51.9544217]},"properties":{"@type":"node","@id":8442808314,"@timestamp":1613918423},"coords":"51.9544217,-0.165613","bedrooms":"1","price":"294000","area":"501"} , +{"type":"Feature","id":"n8442932203","geometry":{"type":"Point","coordinates":[-0.2494884,51.8850743]},"properties":{"@type":"node","@id":8442932203,"@timestamp":1613923280},"coords":"51.8850743,-0.2494884","bedrooms":"3","price":"263000","area":"364"} , +{"type":"Feature","id":"n8442932213","geometry":{"type":"Point","coordinates":[-0.2125651,51.8756995]},"properties":{"@type":"node","@id":8442932213,"@timestamp":1613923280},"coords":"51.8756995,-0.2125651","bedrooms":"0","price":"210000","area":"523"} , +{"type":"Feature","id":"n8442995641","geometry":{"type":"Point","coordinates":[-0.0793511,51.562519]},"properties":{"@type":"node","@id":8442995641,"@timestamp":1614006490},"coords":"51.562519,-0.0793511","bedrooms":"4","price":"271000","area":"533"} , +{"type":"Feature","id":"n8443001326","geometry":{"type":"Point","coordinates":[-0.2598122,51.8890806]},"properties":{"@type":"node","@id":8443001326,"@timestamp":1613923280},"coords":"51.8890806,-0.2598122","bedrooms":"0","price":"279000","area":"442"} , +{"type":"Feature","id":"n8443001336","geometry":{"type":"Point","coordinates":[-0.2545825,51.8855287]},"properties":{"@type":"node","@id":8443001336,"@timestamp":1613923280},"coords":"51.8855287,-0.2545825","bedrooms":"4","price":"225000","area":"650"} , +{"type":"Feature","id":"n8443001346","geometry":{"type":"Point","coordinates":[-0.2526909,51.8831037]},"properties":{"@type":"node","@id":8443001346,"@timestamp":1613923280},"coords":"51.8831037,-0.2526909","bedrooms":"4","price":"173000","area":"517"} , +{"type":"Feature","id":"n8443001356","geometry":{"type":"Point","coordinates":[-0.2449447,51.8765589]},"properties":{"@type":"node","@id":8443001356,"@timestamp":1613923280},"coords":"51.8765589,-0.2449447","bedrooms":"0","price":"243000","area":"694"} , +{"type":"Feature","id":"n8443001366","geometry":{"type":"Point","coordinates":[-0.2496815,51.8598885]},"properties":{"@type":"node","@id":8443001366,"@timestamp":1613923280},"coords":"51.8598885,-0.2496815","bedrooms":"0","price":"185000","area":"521"} , +{"type":"Feature","id":"n8443001376","geometry":{"type":"Point","coordinates":[-0.255062,51.8674903]},"properties":{"@type":"node","@id":8443001376,"@timestamp":1613923280},"coords":"51.8674903,-0.255062","bedrooms":"0","price":"247000","area":"393"} , +{"type":"Feature","id":"n8443001394","geometry":{"type":"Point","coordinates":[-0.2472326,51.8982705]},"properties":{"@type":"node","@id":8443001394,"@timestamp":1613923280},"coords":"51.8982705,-0.2472326","bedrooms":"4","price":"197000","area":"459"} , +{"type":"Feature","id":"n8443001404","geometry":{"type":"Point","coordinates":[-0.238899,51.8887395]},"properties":{"@type":"node","@id":8443001404,"@timestamp":1613923280},"coords":"51.8887395,-0.238899","bedrooms":"0","price":"273000","area":"455"} , +{"type":"Feature","id":"n8443001414","geometry":{"type":"Point","coordinates":[-0.2463073,51.8754196]},"properties":{"@type":"node","@id":8443001414,"@timestamp":1613923280},"coords":"51.8754196,-0.2463073","bedrooms":"0","price":"293000","area":"544"} , +{"type":"Feature","id":"n8443001424","geometry":{"type":"Point","coordinates":[-0.2376531,51.8838959]},"properties":{"@type":"node","@id":8443001424,"@timestamp":1613923280},"coords":"51.8838959,-0.2376531","bedrooms":"1","price":"291000","area":"681"} , +{"type":"Feature","id":"n8443001434","geometry":{"type":"Point","coordinates":[-0.2349669,51.8914312]},"properties":{"@type":"node","@id":8443001434,"@timestamp":1613923280},"coords":"51.8914312,-0.2349669","bedrooms":"2","price":"290000","area":"355"} , +{"type":"Feature","id":"n8443007621","geometry":{"type":"Point","coordinates":[-0.4655986,51.8949041]},"properties":{"@type":"node","@id":8443007621,"@timestamp":1613923545},"coords":"51.8949041,-0.4655986","bedrooms":"1","price":"191000","area":"612"} , +{"type":"Feature","id":"n8443010410","geometry":{"type":"Point","coordinates":[-0.1847784,51.4310828]},"properties":{"@type":"node","@id":8443010410,"@timestamp":1618063352},"coords":"51.4310828,-0.1847784","bedrooms":"2","price":"195000","area":"428"} , +{"type":"Feature","id":"n8443013363","geometry":{"type":"Point","coordinates":[-0.1844967,51.4313763]},"properties":{"@type":"node","@id":8443013363,"@timestamp":1618063352},"coords":"51.4313763,-0.1844967","bedrooms":"1","price":"157000","area":"693"} , +{"type":"Feature","id":"n8443110345","geometry":{"type":"Point","coordinates":[-0.0257927,51.546672]},"properties":{"@type":"node","@id":8443110345,"@timestamp":1613926238},"coords":"51.546672,-0.0257927","bedrooms":"0","price":"289000","area":"595"} , +{"type":"Feature","id":"n8443127897","geometry":{"type":"Point","coordinates":[-0.4552335,51.893107]},"properties":{"@type":"node","@id":8443127897,"@timestamp":1613926704},"coords":"51.893107,-0.4552335","bedrooms":"0","price":"227000","area":"631"} , +{"type":"Feature","id":"n8443128328","geometry":{"type":"Point","coordinates":[-0.4562765,51.8986881]},"properties":{"@type":"node","@id":8443128328,"@timestamp":1613926704},"coords":"51.8986881,-0.4562765","bedrooms":"1","price":"155000","area":"586"} , +{"type":"Feature","id":"n8443128354","geometry":{"type":"Point","coordinates":[-0.451892,51.8933049]},"properties":{"@type":"node","@id":8443128354,"@timestamp":1613926704},"coords":"51.8933049,-0.451892","bedrooms":"4","price":"261000","area":"391"} , +{"type":"Feature","id":"n8443128393","geometry":{"type":"Point","coordinates":[-0.4513696,51.8947382]},"properties":{"@type":"node","@id":8443128393,"@timestamp":1613926704},"coords":"51.8947382,-0.4513696","bedrooms":"3","price":"241000","area":"522"} , +{"type":"Feature","id":"n8443131924","geometry":{"type":"Point","coordinates":[0.2139856,50.9654569]},"properties":{"@type":"node","@id":8443131924,"@timestamp":1628601988},"coords":"50.9654569,0.2139856","bedrooms":"4","price":"155000","area":"480"} , +{"type":"Feature","id":"n8443171139","geometry":{"type":"Point","coordinates":[-0.3124914,51.7528583]},"properties":{"@type":"node","@id":8443171139,"@timestamp":1613928514},"coords":"51.7528583,-0.3124914","bedrooms":"3","price":"203000","area":"369"} , +{"type":"Feature","id":"n8443187026","geometry":{"type":"Point","coordinates":[-0.4517802,51.8921238]},"properties":{"@type":"node","@id":8443187026,"@timestamp":1613928859},"coords":"51.8921238,-0.4517802","bedrooms":"0","price":"218000","area":"679"} , +{"type":"Feature","id":"n8443187062","geometry":{"type":"Point","coordinates":[-0.4471767,51.8946814]},"properties":{"@type":"node","@id":8443187062,"@timestamp":1613928859},"coords":"51.8946814,-0.4471767","bedrooms":"4","price":"181000","area":"499"} , +{"type":"Feature","id":"n8443187081","geometry":{"type":"Point","coordinates":[-0.4453639,51.8910512]},"properties":{"@type":"node","@id":8443187081,"@timestamp":1613928859},"coords":"51.8910512,-0.4453639","bedrooms":"2","price":"150000","area":"546"} , +{"type":"Feature","id":"n8443198248","geometry":{"type":"Point","coordinates":[-0.3126796,51.7523263]},"properties":{"@type":"node","@id":8443198248,"@timestamp":1613929046},"coords":"51.7523263,-0.3126796","bedrooms":"0","price":"174000","area":"551"} , +{"type":"Feature","id":"n8443205168","geometry":{"type":"Point","coordinates":[-0.3272207,51.750537]},"properties":{"@type":"node","@id":8443205168,"@timestamp":1613930600},"coords":"51.750537,-0.3272207","bedrooms":"3","price":"261000","area":"495"} , +{"type":"Feature","id":"n8443228655","geometry":{"type":"Point","coordinates":[-0.3193735,51.752333]},"properties":{"@type":"node","@id":8443228655,"@timestamp":1614866864},"coords":"51.752333,-0.3193735","bedrooms":"0","price":"295000","area":"409"} , +{"type":"Feature","id":"n8443233334","geometry":{"type":"Point","coordinates":[-0.3229168,51.7526565]},"properties":{"@type":"node","@id":8443233334,"@timestamp":1613998050},"coords":"51.7526565,-0.3229168","bedrooms":"0","price":"295000","area":"517"} , +{"type":"Feature","id":"n8443236135","geometry":{"type":"Point","coordinates":[-0.182712,51.4791189]},"properties":{"@type":"node","@id":8443236135,"@timestamp":1613929757},"coords":"51.4791189,-0.182712","bedrooms":"4","price":"210000","area":"537"} , +{"type":"Feature","id":"n8443236150","geometry":{"type":"Point","coordinates":[-0.1837567,51.4790614]},"properties":{"@type":"node","@id":8443236150,"@timestamp":1613929757},"coords":"51.4790614,-0.1837567","bedrooms":"1","price":"223000","area":"352"} , +{"type":"Feature","id":"n8443243257","geometry":{"type":"Point","coordinates":[-0.3270652,51.7500694]},"properties":{"@type":"node","@id":8443243257,"@timestamp":1614780275},"coords":"51.7500694,-0.3270652","bedrooms":"0","price":"209000","area":"661"} , +{"type":"Feature","id":"n8443271315","geometry":{"type":"Point","coordinates":[-0.3232071,51.4683715]},"properties":{"@type":"node","@id":8443271315,"@timestamp":1628947362},"coords":"51.4683715,-0.3232071","bedrooms":"3","price":"232000","area":"636"} , +{"type":"Feature","id":"n8443337528","geometry":{"type":"Point","coordinates":[-0.3247155,51.4669862]},"properties":{"@type":"node","@id":8443337528,"@timestamp":1613932433},"coords":"51.4669862,-0.3247155","bedrooms":"2","price":"254000","area":"415"} , +{"type":"Feature","id":"n8443337543","geometry":{"type":"Point","coordinates":[-0.3232111,51.4683753]},"properties":{"@type":"node","@id":8443337543,"@timestamp":1613932433},"coords":"51.4683753,-0.3232111","bedrooms":"0","price":"214000","area":"537"} , +{"type":"Feature","id":"n8443350861","geometry":{"type":"Point","coordinates":[-0.3150025,51.4813573]},"properties":{"@type":"node","@id":8443350861,"@timestamp":1613933148},"coords":"51.4813573,-0.3150025","bedrooms":"1","price":"188000","area":"546"} , +{"type":"Feature","id":"n8443386951","geometry":{"type":"Point","coordinates":[-0.1853154,51.4312427]},"properties":{"@type":"node","@id":8443386951,"@timestamp":1621708900},"coords":"51.4312427,-0.1853154","bedrooms":"2","price":"265000","area":"631"} , +{"type":"Feature","id":"n8443398847","geometry":{"type":"Point","coordinates":[-0.314631,51.4817783]},"properties":{"@type":"node","@id":8443398847,"@timestamp":1613933947},"coords":"51.4817783,-0.314631","bedrooms":"3","price":"196000","area":"548"} , +{"type":"Feature","id":"n8443430285","geometry":{"type":"Point","coordinates":[-0.328373,51.4981658]},"properties":{"@type":"node","@id":8443430285,"@timestamp":1613934898},"coords":"51.4981658,-0.328373","bedrooms":"1","price":"214000","area":"625"} , +{"type":"Feature","id":"n8443430315","geometry":{"type":"Point","coordinates":[-0.324745,51.4958363]},"properties":{"@type":"node","@id":8443430315,"@timestamp":1613934898},"coords":"51.4958363,-0.324745","bedrooms":"1","price":"234000","area":"496"} , +{"type":"Feature","id":"n8443479605","geometry":{"type":"Point","coordinates":[-0.4524518,51.8961006]},"properties":{"@type":"node","@id":8443479605,"@timestamp":1613938118},"coords":"51.8961006,-0.4524518","bedrooms":"4","price":"191000","area":"469"} , +{"type":"Feature","id":"n8443489927","geometry":{"type":"Point","coordinates":[-1.0577178,51.3016027]},"properties":{"@type":"node","@id":8443489927,"@timestamp":1613936440},"coords":"51.3016027,-1.0577178","bedrooms":"0","price":"192000","area":"441"} , +{"type":"Feature","id":"n8443549033","geometry":{"type":"Point","coordinates":[0.2085223,51.527507]},"properties":{"@type":"node","@id":8443549033,"@timestamp":1613938085},"coords":"51.527507,0.2085223","bedrooms":"1","price":"297000","area":"687"} , +{"type":"Feature","id":"n8443568145","geometry":{"type":"Point","coordinates":[-0.455479,51.9029551]},"properties":{"@type":"node","@id":8443568145,"@timestamp":1634772507},"coords":"51.9029551,-0.455479","bedrooms":"3","price":"272000","area":"621"} , +{"type":"Feature","id":"n8443568174","geometry":{"type":"Point","coordinates":[-0.4596656,51.8982021]},"properties":{"@type":"node","@id":8443568174,"@timestamp":1613939335},"coords":"51.8982021,-0.4596656","bedrooms":"0","price":"280000","area":"543"} , +{"type":"Feature","id":"n8443675478","geometry":{"type":"Point","coordinates":[-0.703132,51.7370001]},"properties":{"@type":"node","@id":8443675478,"@timestamp":1613941989},"coords":"51.7370001,-0.703132","bedrooms":"3","price":"185000","area":"517"} , +{"type":"Feature","id":"n8443733752","geometry":{"type":"Point","coordinates":[-0.756528,51.7373557]},"properties":{"@type":"node","@id":8443733752,"@timestamp":1613944691},"coords":"51.7373557,-0.756528","bedrooms":"3","price":"229000","area":"519"} , +{"type":"Feature","id":"n8443757856","geometry":{"type":"Point","coordinates":[-0.4654772,51.8961175]},"properties":{"@type":"node","@id":8443757856,"@timestamp":1613945551},"coords":"51.8961175,-0.4654772","bedrooms":"2","price":"181000","area":"532"} , +{"type":"Feature","id":"n8443757893","geometry":{"type":"Point","coordinates":[-0.4651116,51.8982763]},"properties":{"@type":"node","@id":8443757893,"@timestamp":1613945551},"coords":"51.8982763,-0.4651116","bedrooms":"1","price":"208000","area":"365"} , +{"type":"Feature","id":"n8443757915","geometry":{"type":"Point","coordinates":[-0.4647548,51.9005064]},"properties":{"@type":"node","@id":8443757915,"@timestamp":1613945551},"coords":"51.9005064,-0.4647548","bedrooms":"0","price":"283000","area":"436"} , +{"type":"Feature","id":"n8443768025","geometry":{"type":"Point","coordinates":[-0.4673185,51.9000317]},"properties":{"@type":"node","@id":8443768025,"@timestamp":1613945551},"coords":"51.9000317,-0.4673185","bedrooms":"0","price":"239000","area":"650"} , +{"type":"Feature","id":"n8443893136","geometry":{"type":"Point","coordinates":[-0.6736574,51.9089181]},"properties":{"@type":"node","@id":8443893136,"@timestamp":1613948275},"coords":"51.9089181,-0.6736574","bedrooms":"1","price":"169000","area":"494"} , +{"type":"Feature","id":"n8443909388","geometry":{"type":"Point","coordinates":[-0.0170694,51.6707565]},"properties":{"@type":"node","@id":8443909388,"@timestamp":1613949182},"coords":"51.6707565,-0.0170694","bedrooms":"1","price":"204000","area":"541"} , +{"type":"Feature","id":"n8443952852","geometry":{"type":"Point","coordinates":[-0.0124615,51.6642375]},"properties":{"@type":"node","@id":8443952852,"@timestamp":1613953005},"coords":"51.6642375,-0.0124615","bedrooms":"4","price":"256000","area":"589"} , +{"type":"Feature","id":"n8444049783","geometry":{"type":"Point","coordinates":[-0.9901326,51.9598728]},"properties":{"@type":"node","@id":8444049783,"@timestamp":1635332128},"coords":"51.9598728,-0.9901326","bedrooms":"3","price":"188000","area":"614"} , +{"type":"Feature","id":"n8444049793","geometry":{"type":"Point","coordinates":[-1.0113528,51.9660696]},"properties":{"@type":"node","@id":8444049793,"@timestamp":1613953112},"coords":"51.9660696,-1.0113528","bedrooms":"1","price":"228000","area":"629"} , +{"type":"Feature","id":"n8444351732","geometry":{"type":"Point","coordinates":[-0.8405784,51.2148628]},"properties":{"@type":"node","@id":8444351732,"@timestamp":1613967399},"coords":"51.2148628,-0.8405784","bedrooms":"3","price":"177000","area":"636"} , +{"type":"Feature","id":"n8444532326","geometry":{"type":"Point","coordinates":[-0.1816246,51.4789922]},"properties":{"@type":"node","@id":8444532326,"@timestamp":1615062432},"coords":"51.4789922,-0.1816246","bedrooms":"4","price":"294000","area":"413"} , +{"type":"Feature","id":"n8444662389","geometry":{"type":"Point","coordinates":[-0.1819351,51.4781741]},"properties":{"@type":"node","@id":8444662389,"@timestamp":1615062432},"coords":"51.4781741,-0.1819351","bedrooms":"4","price":"299000","area":"472"} , +{"type":"Feature","id":"n8444663530","geometry":{"type":"Point","coordinates":[-0.1826451,51.4786974]},"properties":{"@type":"node","@id":8444663530,"@timestamp":1615062432},"coords":"51.4786974,-0.1826451","bedrooms":"2","price":"264000","area":"378"} , +{"type":"Feature","id":"n8444777094","geometry":{"type":"Point","coordinates":[0.08124,51.9017795]},"properties":{"@type":"node","@id":8444777094,"@timestamp":1613978720},"coords":"51.9017795,0.08124","bedrooms":"4","price":"177000","area":"404"} , +{"type":"Feature","id":"n8444899754","geometry":{"type":"Point","coordinates":[0.097973,51.9104168]},"properties":{"@type":"node","@id":8444899754,"@timestamp":1613981767},"coords":"51.9104168,0.097973","bedrooms":"1","price":"249000","area":"472"} , +{"type":"Feature","id":"n8444981601","geometry":{"type":"Point","coordinates":[0.0989091,51.9129847]},"properties":{"@type":"node","@id":8444981601,"@timestamp":1613983982},"coords":"51.9129847,0.0989091","bedrooms":"1","price":"245000","area":"442"} , +{"type":"Feature","id":"n8445033618","geometry":{"type":"Point","coordinates":[0.0945505,51.9098724]},"properties":{"@type":"node","@id":8445033618,"@timestamp":1613984545},"coords":"51.9098724,0.0945505","bedrooms":"0","price":"180000","area":"697"} , +{"type":"Feature","id":"n8445041891","geometry":{"type":"Point","coordinates":[0.094505,51.9101685]},"properties":{"@type":"node","@id":8445041891,"@timestamp":1613985248},"coords":"51.9101685,0.094505","bedrooms":"3","price":"204000","area":"432"} , +{"type":"Feature","id":"n8445107616","geometry":{"type":"Point","coordinates":[-0.193176,51.5330919]},"properties":{"@type":"node","@id":8445107616,"@timestamp":1634554338},"coords":"51.5330919,-0.193176","bedrooms":"1","price":"228000","area":"529"} , +{"type":"Feature","id":"n8445179412","geometry":{"type":"Point","coordinates":[-0.4588381,51.5113049]},"properties":{"@type":"node","@id":8445179412,"@timestamp":1613987854},"coords":"51.5113049,-0.4588381","bedrooms":"0","price":"254000","area":"408"} , +{"type":"Feature","id":"n8445199923","geometry":{"type":"Point","coordinates":[-0.4605826,51.5109821]},"properties":{"@type":"node","@id":8445199923,"@timestamp":1613987854},"coords":"51.5109821,-0.4605826","bedrooms":"1","price":"256000","area":"584"} , +{"type":"Feature","id":"n8445201863","geometry":{"type":"Point","coordinates":[-0.1831958,51.477739]},"properties":{"@type":"node","@id":8445201863,"@timestamp":1615062432},"coords":"51.477739,-0.1831958","bedrooms":"0","price":"245000","area":"577"} , +{"type":"Feature","id":"n8445265597","geometry":{"type":"Point","coordinates":[-0.9885219,51.9371883]},"properties":{"@type":"node","@id":8445265597,"@timestamp":1613989102},"coords":"51.9371883,-0.9885219","bedrooms":"3","price":"212000","area":"622"} , +{"type":"Feature","id":"n8445396134","geometry":{"type":"Point","coordinates":[-0.8851956,50.9688648]},"properties":{"@type":"node","@id":8445396134,"@timestamp":1613990178},"coords":"50.9688648,-0.8851956","bedrooms":"1","price":"188000","area":"437"} , +{"type":"Feature","id":"n8445486733","geometry":{"type":"Point","coordinates":[0.8857053,51.1391435]},"properties":{"@type":"node","@id":8445486733,"@timestamp":1613992051},"coords":"51.1391435,0.8857053","bedrooms":"0","price":"282000","area":"372"} , +{"type":"Feature","id":"n8445551750","geometry":{"type":"Point","coordinates":[-0.2946869,51.3866605]},"properties":{"@type":"node","@id":8445551750,"@timestamp":1613998806},"coords":"51.3866605,-0.2946869","bedrooms":"0","price":"235000","area":"670"} , +{"type":"Feature","id":"n8445668812","geometry":{"type":"Point","coordinates":[-0.4700835,51.8887609]},"properties":{"@type":"node","@id":8445668812,"@timestamp":1613996398},"coords":"51.8887609,-0.4700835","bedrooms":"3","price":"273000","area":"481"} , +{"type":"Feature","id":"n8445703655","geometry":{"type":"Point","coordinates":[-0.0290692,51.5472399]},"properties":{"@type":"node","@id":8445703655,"@timestamp":1614026877},"coords":"51.5472399,-0.0290692","bedrooms":"0","price":"175000","area":"389"} , +{"type":"Feature","id":"n8445743788","geometry":{"type":"Point","coordinates":[-0.3230627,51.752761]},"properties":{"@type":"node","@id":8445743788,"@timestamp":1613998277},"coords":"51.752761,-0.3230627","bedrooms":"1","price":"208000","area":"685"} , +{"type":"Feature","id":"n8445749250","geometry":{"type":"Point","coordinates":[-0.3241942,51.753354]},"properties":{"@type":"node","@id":8445749250,"@timestamp":1613998035},"coords":"51.753354,-0.3241942","bedrooms":"1","price":"218000","area":"621"} , +{"type":"Feature","id":"n8445776920","geometry":{"type":"Point","coordinates":[-0.2956907,51.3863412]},"properties":{"@type":"node","@id":8445776920,"@timestamp":1616005234},"coords":"51.3863412,-0.2956907","bedrooms":"1","price":"187000","area":"669"} , +{"type":"Feature","id":"n8445870779","geometry":{"type":"Point","coordinates":[0.0046076,51.5363301]},"properties":{"@type":"node","@id":8445870779,"@timestamp":1614533350},"coords":"51.5363301,0.0046076","bedrooms":"3","price":"239000","area":"451"} , +{"type":"Feature","id":"n8445878647","geometry":{"type":"Point","coordinates":[0.0053583,51.5366268]},"properties":{"@type":"node","@id":8445878647,"@timestamp":1614000709},"coords":"51.5366268,0.0053583","bedrooms":"3","price":"181000","area":"495"} , +{"type":"Feature","id":"n8445930929","geometry":{"type":"Point","coordinates":[0.0716042,51.2313188]},"properties":{"@type":"node","@id":8445930929,"@timestamp":1614001995},"coords":"51.2313188,0.0716042","bedrooms":"1","price":"195000","area":"676"} , +{"type":"Feature","id":"n8446088163","geometry":{"type":"Point","coordinates":[-0.2570174,51.5079311]},"properties":{"@type":"node","@id":8446088163,"@timestamp":1614006741},"coords":"51.5079311,-0.2570174","bedrooms":"2","price":"289000","area":"437"} , +{"type":"Feature","id":"n8446141485","geometry":{"type":"Point","coordinates":[-0.726831,51.24477]},"properties":{"@type":"node","@id":8446141485,"@timestamp":1614007500},"coords":"51.24477,-0.726831","bedrooms":"2","price":"273000","area":"421"} , +{"type":"Feature","id":"n8446479529","geometry":{"type":"Point","coordinates":[-0.0301908,51.5463294]},"properties":{"@type":"node","@id":8446479529,"@timestamp":1614026877},"coords":"51.5463294,-0.0301908","bedrooms":"2","price":"215000","area":"591"} , +{"type":"Feature","id":"n8446534944","geometry":{"type":"Point","coordinates":[-0.4800928,51.8923017]},"properties":{"@type":"node","@id":8446534944,"@timestamp":1614015388},"coords":"51.8923017,-0.4800928","bedrooms":"3","price":"216000","area":"666"} , +{"type":"Feature","id":"n8446567483","geometry":{"type":"Point","coordinates":[-0.0308897,51.5468567]},"properties":{"@type":"node","@id":8446567483,"@timestamp":1614016476},"coords":"51.5468567,-0.0308897","bedrooms":"1","price":"154000","area":"503"} , +{"type":"Feature","id":"n8446642818","geometry":{"type":"Point","coordinates":[-0.1171573,51.5564216]},"properties":{"@type":"node","@id":8446642818,"@timestamp":1614018486},"coords":"51.5564216,-0.1171573","bedrooms":"0","price":"255000","area":"588"} , +{"type":"Feature","id":"n8446661554","geometry":{"type":"Point","coordinates":[-0.4578144,51.9030121]},"properties":{"@type":"node","@id":8446661554,"@timestamp":1614104595},"coords":"51.9030121,-0.4578144","bedrooms":"2","price":"163000","area":"648"} , +{"type":"Feature","id":"n8446661590","geometry":{"type":"Point","coordinates":[-0.4664418,51.9020894]},"properties":{"@type":"node","@id":8446661590,"@timestamp":1614018852},"coords":"51.9020894,-0.4664418","bedrooms":"2","price":"292000","area":"377"} , +{"type":"Feature","id":"n8446747844","geometry":{"type":"Point","coordinates":[0.1670294,51.918836]},"properties":{"@type":"node","@id":8446747844,"@timestamp":1616711618},"coords":"51.918836,0.1670294","bedrooms":"4","price":"159000","area":"451"} , +{"type":"Feature","id":"n8447254979","geometry":{"type":"Point","coordinates":[-0.3533566,51.6407831]},"properties":{"@type":"node","@id":8447254979,"@timestamp":1614035249},"coords":"51.6407831,-0.3533566","bedrooms":"4","price":"219000","area":"418"} , +{"type":"Feature","id":"n8448158890","geometry":{"type":"Point","coordinates":[-0.1840813,51.4780965]},"properties":{"@type":"node","@id":8448158890,"@timestamp":1614059093},"coords":"51.4780965,-0.1840813","bedrooms":"3","price":"294000","area":"534"} , +{"type":"Feature","id":"n8448566164","geometry":{"type":"Point","coordinates":[-0.8889849,51.8988351]},"properties":{"@type":"node","@id":8448566164,"@timestamp":1614069211},"coords":"51.8988351,-0.8889849","bedrooms":"1","price":"204000","area":"567"} , +{"type":"Feature","id":"n8448766579","geometry":{"type":"Point","coordinates":[-0.2288265,51.5299005]},"properties":{"@type":"node","@id":8448766579,"@timestamp":1614072858},"coords":"51.5299005,-0.2288265","bedrooms":"2","price":"151000","area":"412"} , +{"type":"Feature","id":"n8448784198","geometry":{"type":"Point","coordinates":[-0.2317126,51.5281512]},"properties":{"@type":"node","@id":8448784198,"@timestamp":1614072858},"coords":"51.5281512,-0.2317126","bedrooms":"3","price":"161000","area":"504"} , +{"type":"Feature","id":"n8448906674","geometry":{"type":"Point","coordinates":[-0.2619333,51.506524]},"properties":{"@type":"node","@id":8448906674,"@timestamp":1614075826},"coords":"51.506524,-0.2619333","bedrooms":"4","price":"238000","area":"398"} , +{"type":"Feature","id":"n8448906965","geometry":{"type":"Point","coordinates":[-0.2639718,51.5065857]},"properties":{"@type":"node","@id":8448906965,"@timestamp":1614075327},"coords":"51.5065857,-0.2639718","bedrooms":"2","price":"291000","area":"600"} , +{"type":"Feature","id":"n8448906977","geometry":{"type":"Point","coordinates":[-0.2645963,51.506553]},"properties":{"@type":"node","@id":8448906977,"@timestamp":1614075327},"coords":"51.506553,-0.2645963","bedrooms":"2","price":"200000","area":"366"} , +{"type":"Feature","id":"n8448973628","geometry":{"type":"Point","coordinates":[-0.26604,51.5057325]},"properties":{"@type":"node","@id":8448973628,"@timestamp":1614076544},"coords":"51.5057325,-0.26604","bedrooms":"2","price":"261000","area":"383"} , +{"type":"Feature","id":"n8449089456","geometry":{"type":"Point","coordinates":[-0.2369124,51.5310203]},"properties":{"@type":"node","@id":8449089456,"@timestamp":1614078763},"coords":"51.5310203,-0.2369124","bedrooms":"3","price":"150000","area":"446"} , +{"type":"Feature","id":"n8449089488","geometry":{"type":"Point","coordinates":[-0.2369922,51.5315192]},"properties":{"@type":"node","@id":8449089488,"@timestamp":1614078763},"coords":"51.5315192,-0.2369922","bedrooms":"1","price":"297000","area":"368"} , +{"type":"Feature","id":"n8449092559","geometry":{"type":"Point","coordinates":[-0.2694873,51.5045076]},"properties":{"@type":"node","@id":8449092559,"@timestamp":1614079061},"coords":"51.5045076,-0.2694873","bedrooms":"1","price":"247000","area":"682"} , +{"type":"Feature","id":"n8449092581","geometry":{"type":"Point","coordinates":[-0.2658142,51.5051152]},"properties":{"@type":"node","@id":8449092581,"@timestamp":1614079061},"coords":"51.5051152,-0.2658142","bedrooms":"2","price":"279000","area":"410"} , +{"type":"Feature","id":"n8449097441","geometry":{"type":"Point","coordinates":[-0.031791,51.5460259]},"properties":{"@type":"node","@id":8449097441,"@timestamp":1614078888},"coords":"51.5460259,-0.031791","bedrooms":"3","price":"254000","area":"644"} , +{"type":"Feature","id":"n8449098926","geometry":{"type":"Point","coordinates":[-0.0302518,51.5460637]},"properties":{"@type":"node","@id":8449098926,"@timestamp":1614078888},"coords":"51.5460637,-0.0302518","bedrooms":"4","price":"177000","area":"697"} , +{"type":"Feature","id":"n8449105539","geometry":{"type":"Point","coordinates":[-0.2671393,51.5047393]},"properties":{"@type":"node","@id":8449105539,"@timestamp":1614079061},"coords":"51.5047393,-0.2671393","bedrooms":"2","price":"196000","area":"590"} , +{"type":"Feature","id":"n8449105560","geometry":{"type":"Point","coordinates":[-0.268211,51.5046111]},"properties":{"@type":"node","@id":8449105560,"@timestamp":1614079061},"coords":"51.5046111,-0.268211","bedrooms":"1","price":"162000","area":"367"} , +{"type":"Feature","id":"n8449111164","geometry":{"type":"Point","coordinates":[-0.2710666,51.5039844]},"properties":{"@type":"node","@id":8449111164,"@timestamp":1614079591},"coords":"51.5039844,-0.2710666","bedrooms":"4","price":"197000","area":"605"} , +{"type":"Feature","id":"n8449113571","geometry":{"type":"Point","coordinates":[-1.0015417,51.754882]},"properties":{"@type":"node","@id":8449113571,"@timestamp":1614079395},"coords":"51.754882,-1.0015417","bedrooms":"1","price":"234000","area":"430"} , +{"type":"Feature","id":"n8449113581","geometry":{"type":"Point","coordinates":[-0.9888463,51.7610278]},"properties":{"@type":"node","@id":8449113581,"@timestamp":1614079395},"coords":"51.7610278,-0.9888463","bedrooms":"2","price":"228000","area":"430"} , +{"type":"Feature","id":"n8449113591","geometry":{"type":"Point","coordinates":[-0.9783757,51.7632838]},"properties":{"@type":"node","@id":8449113591,"@timestamp":1614079395},"coords":"51.7632838,-0.9783757","bedrooms":"3","price":"240000","area":"460"} , +{"type":"Feature","id":"n8449219931","geometry":{"type":"Point","coordinates":[-0.6288228,51.9215082]},"properties":{"@type":"node","@id":8449219931,"@timestamp":1630485241},"coords":"51.9215082,-0.6288228","bedrooms":"4","price":"297000","area":"625"} , +{"type":"Feature","id":"n8449296830","geometry":{"type":"Point","coordinates":[-0.471101,51.9016594]},"properties":{"@type":"node","@id":8449296830,"@timestamp":1614083029},"coords":"51.9016594,-0.471101","bedrooms":"2","price":"194000","area":"421"} , +{"type":"Feature","id":"n8449296867","geometry":{"type":"Point","coordinates":[-0.4709212,51.9062586]},"properties":{"@type":"node","@id":8449296867,"@timestamp":1614083029},"coords":"51.9062586,-0.4709212","bedrooms":"1","price":"162000","area":"507"} , +{"type":"Feature","id":"n8449314229","geometry":{"type":"Point","coordinates":[-0.3051514,51.4128042]},"properties":{"@type":"node","@id":8449314229,"@timestamp":1614083422},"coords":"51.4128042,-0.3051514","bedrooms":"3","price":"213000","area":"506"} , +{"type":"Feature","id":"n8449325297","geometry":{"type":"Point","coordinates":[-0.2758129,51.5020233]},"properties":{"@type":"node","@id":8449325297,"@timestamp":1614084147},"coords":"51.5020233,-0.2758129","bedrooms":"2","price":"296000","area":"385"} , +{"type":"Feature","id":"n8449589393","geometry":{"type":"Point","coordinates":[-0.323809,51.7516835]},"properties":{"@type":"node","@id":8449589393,"@timestamp":1614088237},"coords":"51.7516835,-0.323809","bedrooms":"0","price":"282000","area":"471"} , +{"type":"Feature","id":"n8449589403","geometry":{"type":"Point","coordinates":[-0.3264666,51.7530529]},"properties":{"@type":"node","@id":8449589403,"@timestamp":1614088237},"coords":"51.7530529,-0.3264666","bedrooms":"4","price":"184000","area":"404"} , +{"type":"Feature","id":"n8449589413","geometry":{"type":"Point","coordinates":[-0.3216865,51.7544363]},"properties":{"@type":"node","@id":8449589413,"@timestamp":1614088237},"coords":"51.7544363,-0.3216865","bedrooms":"4","price":"274000","area":"602"} , +{"type":"Feature","id":"n8449676985","geometry":{"type":"Point","coordinates":[-0.3380587,51.443932]},"properties":{"@type":"node","@id":8449676985,"@timestamp":1614090207},"coords":"51.443932,-0.3380587","bedrooms":"3","price":"292000","area":"626"} , +{"type":"Feature","id":"n8449728738","geometry":{"type":"Point","coordinates":[-0.0564536,51.0159884]},"properties":{"@type":"node","@id":8449728738,"@timestamp":1614094330},"coords":"51.0159884,-0.0564536","bedrooms":"2","price":"195000","area":"378"} , +{"type":"Feature","id":"n8449728748","geometry":{"type":"Point","coordinates":[-0.0567712,51.0165432]},"properties":{"@type":"node","@id":8449728748,"@timestamp":1614094330},"coords":"51.0165432,-0.0567712","bedrooms":"1","price":"242000","area":"436"} , +{"type":"Feature","id":"n8449728758","geometry":{"type":"Point","coordinates":[-0.0591219,51.0166633]},"properties":{"@type":"node","@id":8449728758,"@timestamp":1614094330},"coords":"51.0166633,-0.0591219","bedrooms":"3","price":"287000","area":"581"} , +{"type":"Feature","id":"n8449746883","geometry":{"type":"Point","coordinates":[-0.0512598,51.467287]},"properties":{"@type":"node","@id":8449746883,"@timestamp":1614091321},"coords":"51.467287,-0.0512598","bedrooms":"2","price":"225000","area":"610"} , +{"type":"Feature","id":"n8449820050","geometry":{"type":"Point","coordinates":[-0.3226409,51.7514793]},"properties":{"@type":"node","@id":8449820050,"@timestamp":1614093353},"coords":"51.7514793,-0.3226409","bedrooms":"0","price":"215000","area":"591"} , +{"type":"Feature","id":"n8449837375","geometry":{"type":"Point","coordinates":[-0.276061,51.5018787]},"properties":{"@type":"node","@id":8449837375,"@timestamp":1614093530},"coords":"51.5018787,-0.276061","bedrooms":"4","price":"277000","area":"471"} , +{"type":"Feature","id":"n8449837413","geometry":{"type":"Point","coordinates":[-0.2760724,51.5019044]},"properties":{"@type":"node","@id":8449837413,"@timestamp":1614093530},"coords":"51.5019044,-0.2760724","bedrooms":"1","price":"287000","area":"411"} , +{"type":"Feature","id":"n8449841572","geometry":{"type":"Point","coordinates":[-0.271384,51.5030036]},"properties":{"@type":"node","@id":8449841572,"@timestamp":1614093530},"coords":"51.5030036,-0.271384","bedrooms":"1","price":"226000","area":"498"} , +{"type":"Feature","id":"n8449981013","geometry":{"type":"Point","coordinates":[-0.475399,51.9089031]},"properties":{"@type":"node","@id":8449981013,"@timestamp":1624130809},"coords":"51.9089031,-0.475399","bedrooms":"4","price":"243000","area":"468"} , +{"type":"Feature","id":"n8450054336","geometry":{"type":"Point","coordinates":[-0.0290884,51.183947]},"properties":{"@type":"node","@id":8450054336,"@timestamp":1614097725},"coords":"51.183947,-0.0290884","bedrooms":"2","price":"162000","area":"439"} , +{"type":"Feature","id":"n8450123860","geometry":{"type":"Point","coordinates":[0.1713707,51.9784941]},"properties":{"@type":"node","@id":8450123860,"@timestamp":1614098618},"coords":"51.9784941,0.1713707","bedrooms":"2","price":"220000","area":"682"} , +{"type":"Feature","id":"n8450220028","geometry":{"type":"Point","coordinates":[-0.0702526,51.5236146]},"properties":{"@type":"node","@id":8450220028,"@timestamp":1623418065},"coords":"51.5236146,-0.0702526","bedrooms":"0","price":"217000","area":"592"} , +{"type":"Feature","id":"n8450372799","geometry":{"type":"Point","coordinates":[0.4970122,51.2348753]},"properties":{"@type":"node","@id":8450372799,"@timestamp":1614106538},"coords":"51.2348753,0.4970122","bedrooms":"1","price":"191000","area":"599"} , +{"type":"Feature","id":"n8450404041","geometry":{"type":"Point","coordinates":[-0.4788937,51.8913539]},"properties":{"@type":"node","@id":8450404041,"@timestamp":1614106335},"coords":"51.8913539,-0.4788937","bedrooms":"1","price":"191000","area":"673"} , +{"type":"Feature","id":"n8450404083","geometry":{"type":"Point","coordinates":[-0.4844772,51.890449]},"properties":{"@type":"node","@id":8450404083,"@timestamp":1614106335},"coords":"51.890449,-0.4844772","bedrooms":"4","price":"173000","area":"663"} , +{"type":"Feature","id":"n8450432597","geometry":{"type":"Point","coordinates":[0.6645024,51.2197587]},"properties":{"@type":"node","@id":8450432597,"@timestamp":1614107893},"coords":"51.2197587,0.6645024","bedrooms":"4","price":"158000","area":"655"} , +{"type":"Feature","id":"n8450561785","geometry":{"type":"Point","coordinates":[-0.3400129,51.444752]},"properties":{"@type":"node","@id":8450561785,"@timestamp":1625699722},"coords":"51.444752,-0.3400129","bedrooms":"2","price":"267000","area":"517"} , +{"type":"Feature","id":"n8450589717","geometry":{"type":"Point","coordinates":[0.0165457,51.5364868]},"properties":{"@type":"node","@id":8450589717,"@timestamp":1622044349},"coords":"51.5364868,0.0165457","bedrooms":"0","price":"282000","area":"399"} , +{"type":"Feature","id":"n8450721379","geometry":{"type":"Point","coordinates":[0.0394367,51.5340498]},"properties":{"@type":"node","@id":8450721379,"@timestamp":1614244369},"coords":"51.5340498,0.0394367","bedrooms":"0","price":"167000","area":"628"} , +{"type":"Feature","id":"n8450721416","geometry":{"type":"Point","coordinates":[0.039011,51.5347731]},"properties":{"@type":"node","@id":8450721416,"@timestamp":1614115192},"coords":"51.5347731,0.039011","bedrooms":"4","price":"214000","area":"544"} , +{"type":"Feature","id":"n8450757522","geometry":{"type":"Point","coordinates":[0.0393833,51.5340414]},"properties":{"@type":"node","@id":8450757522,"@timestamp":1614115192},"coords":"51.5340414,0.0393833","bedrooms":"4","price":"255000","area":"377"} , +{"type":"Feature","id":"n8450779724","geometry":{"type":"Point","coordinates":[-0.455727,51.5728985]},"properties":{"@type":"node","@id":8450779724,"@timestamp":1634918280},"coords":"51.5728985,-0.455727","bedrooms":"1","price":"217000","area":"613"} , +{"type":"Feature","id":"n8450858699","geometry":{"type":"Point","coordinates":[-0.4792208,51.8999139]},"properties":{"@type":"node","@id":8450858699,"@timestamp":1614117782},"coords":"51.8999139,-0.4792208","bedrooms":"0","price":"182000","area":"688"} , +{"type":"Feature","id":"n8450864443","geometry":{"type":"Point","coordinates":[-0.4762886,51.8993572]},"properties":{"@type":"node","@id":8450864443,"@timestamp":1614117782},"coords":"51.8993572,-0.4762886","bedrooms":"0","price":"299000","area":"462"} , +{"type":"Feature","id":"n8450961936","geometry":{"type":"Point","coordinates":[-0.3284912,51.4717071]},"properties":{"@type":"node","@id":8450961936,"@timestamp":1614118387},"coords":"51.4717071,-0.3284912","bedrooms":"2","price":"195000","area":"367"} , +{"type":"Feature","id":"n8451274197","geometry":{"type":"Point","coordinates":[-0.4771036,51.89867]},"properties":{"@type":"node","@id":8451274197,"@timestamp":1614122772},"coords":"51.89867,-0.4771036","bedrooms":"0","price":"255000","area":"490"} , +{"type":"Feature","id":"n8451298970","geometry":{"type":"Point","coordinates":[-0.9115161,51.9813814]},"properties":{"@type":"node","@id":8451298970,"@timestamp":1614123789},"coords":"51.9813814,-0.9115161","bedrooms":"4","price":"291000","area":"470"} , +{"type":"Feature","id":"n8451298986","geometry":{"type":"Point","coordinates":[-0.9217364,51.9702141]},"properties":{"@type":"node","@id":8451298986,"@timestamp":1614123789},"coords":"51.9702141,-0.9217364","bedrooms":"1","price":"181000","area":"591"} , +{"type":"Feature","id":"n8451298996","geometry":{"type":"Point","coordinates":[-0.938139,51.9658425]},"properties":{"@type":"node","@id":8451298996,"@timestamp":1614123789},"coords":"51.9658425,-0.938139","bedrooms":"4","price":"247000","area":"542"} , +{"type":"Feature","id":"n8451299006","geometry":{"type":"Point","coordinates":[-0.9093862,51.9696444]},"properties":{"@type":"node","@id":8451299006,"@timestamp":1614123789},"coords":"51.9696444,-0.9093862","bedrooms":"4","price":"154000","area":"431"} , +{"type":"Feature","id":"n8451299140","geometry":{"type":"Point","coordinates":[-0.9038348,51.9786646]},"properties":{"@type":"node","@id":8451299140,"@timestamp":1614123789},"coords":"51.9786646,-0.9038348","bedrooms":"4","price":"252000","area":"664"} , +{"type":"Feature","id":"n8451406421","geometry":{"type":"Point","coordinates":[-0.2369669,51.5321717]},"properties":{"@type":"node","@id":8451406421,"@timestamp":1614203388},"coords":"51.5321717,-0.2369669","bedrooms":"0","price":"251000","area":"435"} , +{"type":"Feature","id":"n8451566090","geometry":{"type":"Point","coordinates":[-0.2281411,51.5191739]},"properties":{"@type":"node","@id":8451566090,"@timestamp":1614539880},"coords":"51.5191739,-0.2281411","bedrooms":"1","price":"279000","area":"621"} , +{"type":"Feature","id":"n8451606452","geometry":{"type":"Point","coordinates":[0.2106158,51.4519044]},"properties":{"@type":"node","@id":8451606452,"@timestamp":1614137148},"coords":"51.4519044,0.2106158","bedrooms":"1","price":"288000","area":"495"} , +{"type":"Feature","id":"n8451606466","geometry":{"type":"Point","coordinates":[0.21089,51.4374554]},"properties":{"@type":"node","@id":8451606466,"@timestamp":1614137148},"coords":"51.4374554,0.21089","bedrooms":"4","price":"295000","area":"389"} , +{"type":"Feature","id":"n8451606488","geometry":{"type":"Point","coordinates":[0.2118791,51.4343955]},"properties":{"@type":"node","@id":8451606488,"@timestamp":1614137148},"coords":"51.4343955,0.2118791","bedrooms":"4","price":"231000","area":"615"} , +{"type":"Feature","id":"n8451606505","geometry":{"type":"Point","coordinates":[0.1966471,51.4418751]},"properties":{"@type":"node","@id":8451606505,"@timestamp":1614137148},"coords":"51.4418751,0.1966471","bedrooms":"1","price":"185000","area":"545"} , +{"type":"Feature","id":"n8451650285","geometry":{"type":"Point","coordinates":[-0.2271748,51.5168513]},"properties":{"@type":"node","@id":8451650285,"@timestamp":1615290269},"coords":"51.5168513,-0.2271748","bedrooms":"3","price":"281000","area":"566"} , +{"type":"Feature","id":"n8451878958","geometry":{"type":"Point","coordinates":[-0.2364003,51.5312899]},"properties":{"@type":"node","@id":8451878958,"@timestamp":1614145345},"coords":"51.5312899,-0.2364003","bedrooms":"1","price":"247000","area":"671"} , +{"type":"Feature","id":"n8451878968","geometry":{"type":"Point","coordinates":[-0.2364438,51.531744]},"properties":{"@type":"node","@id":8451878968,"@timestamp":1614145345},"coords":"51.531744,-0.2364438","bedrooms":"3","price":"204000","area":"390"} , +{"type":"Feature","id":"n8452129531","geometry":{"type":"Point","coordinates":[-0.2360481,51.5307823]},"properties":{"@type":"node","@id":8452129531,"@timestamp":1614150829},"coords":"51.5307823,-0.2360481","bedrooms":"0","price":"289000","area":"541"} , +{"type":"Feature","id":"n8452129541","geometry":{"type":"Point","coordinates":[-0.2353133,51.53075]},"properties":{"@type":"node","@id":8452129541,"@timestamp":1614150829},"coords":"51.53075,-0.2353133","bedrooms":"2","price":"250000","area":"697"} , +{"type":"Feature","id":"n8452129559","geometry":{"type":"Point","coordinates":[-0.2347557,51.5310353]},"properties":{"@type":"node","@id":8452129559,"@timestamp":1614150829},"coords":"51.5310353,-0.2347557","bedrooms":"3","price":"260000","area":"623"} , +{"type":"Feature","id":"n8452129596","geometry":{"type":"Point","coordinates":[-0.2352786,51.5312203]},"properties":{"@type":"node","@id":8452129596,"@timestamp":1614150829},"coords":"51.5312203,-0.2352786","bedrooms":"1","price":"225000","area":"391"} , +{"type":"Feature","id":"n8452129653","geometry":{"type":"Point","coordinates":[-0.2360157,51.5310583]},"properties":{"@type":"node","@id":8452129653,"@timestamp":1614150829},"coords":"51.5310583,-0.2360157","bedrooms":"1","price":"185000","area":"506"} , +{"type":"Feature","id":"n8452478204","geometry":{"type":"Point","coordinates":[0.0056607,51.531811]},"properties":{"@type":"node","@id":8452478204,"@timestamp":1621507034},"coords":"51.531811,0.0056607","bedrooms":"3","price":"273000","area":"463"} , +{"type":"Feature","id":"n8453434211","geometry":{"type":"Point","coordinates":[0.8915088,51.1393036]},"properties":{"@type":"node","@id":8453434211,"@timestamp":1614162743},"coords":"51.1393036,0.8915088","bedrooms":"0","price":"225000","area":"698"} , +{"type":"Feature","id":"n8453774606","geometry":{"type":"Point","coordinates":[-0.4841961,51.8952782]},"properties":{"@type":"node","@id":8453774606,"@timestamp":1614164704},"coords":"51.8952782,-0.4841961","bedrooms":"0","price":"299000","area":"646"} , +{"type":"Feature","id":"n8453822717","geometry":{"type":"Point","coordinates":[-0.4783568,51.894586]},"properties":{"@type":"node","@id":8453822717,"@timestamp":1614164704},"coords":"51.894586,-0.4783568","bedrooms":"0","price":"163000","area":"584"} , +{"type":"Feature","id":"n8453822749","geometry":{"type":"Point","coordinates":[-0.4804898,51.8932504]},"properties":{"@type":"node","@id":8453822749,"@timestamp":1614164704},"coords":"51.8932504,-0.4804898","bedrooms":"3","price":"266000","area":"507"} , +{"type":"Feature","id":"n8453822774","geometry":{"type":"Point","coordinates":[-0.4850852,51.8940257]},"properties":{"@type":"node","@id":8453822774,"@timestamp":1614164704},"coords":"51.8940257,-0.4850852","bedrooms":"3","price":"278000","area":"427"} , +{"type":"Feature","id":"n8453997496","geometry":{"type":"Point","coordinates":[-0.2349874,51.5318583]},"properties":{"@type":"node","@id":8453997496,"@timestamp":1614167599},"coords":"51.5318583,-0.2349874","bedrooms":"0","price":"243000","area":"516"} , +{"type":"Feature","id":"n8454005986","geometry":{"type":"Point","coordinates":[-0.3191386,51.7515882]},"properties":{"@type":"node","@id":8454005986,"@timestamp":1614168634},"coords":"51.7515882,-0.3191386","bedrooms":"4","price":"201000","area":"658"} , +{"type":"Feature","id":"n8454005996","geometry":{"type":"Point","coordinates":[-0.3188391,51.7517652]},"properties":{"@type":"node","@id":8454005996,"@timestamp":1614168634},"coords":"51.7517652,-0.3188391","bedrooms":"1","price":"276000","area":"417"} , +{"type":"Feature","id":"n8454006006","geometry":{"type":"Point","coordinates":[-0.3208941,51.7517766]},"properties":{"@type":"node","@id":8454006006,"@timestamp":1614168634},"coords":"51.7517766,-0.3208941","bedrooms":"1","price":"259000","area":"380"} , +{"type":"Feature","id":"n8454006016","geometry":{"type":"Point","coordinates":[-0.3189038,51.7513656]},"properties":{"@type":"node","@id":8454006016,"@timestamp":1614168634},"coords":"51.7513656,-0.3189038","bedrooms":"4","price":"290000","area":"674"} , +{"type":"Feature","id":"n8454053317","geometry":{"type":"Point","coordinates":[-0.3187297,51.7511863]},"properties":{"@type":"node","@id":8454053317,"@timestamp":1614168634},"coords":"51.7511863,-0.3187297","bedrooms":"1","price":"178000","area":"358"} , +{"type":"Feature","id":"n8454053327","geometry":{"type":"Point","coordinates":[-0.3171368,51.7513437]},"properties":{"@type":"node","@id":8454053327,"@timestamp":1614168634},"coords":"51.7513437,-0.3171368","bedrooms":"1","price":"226000","area":"540"} , +{"type":"Feature","id":"n8454053337","geometry":{"type":"Point","coordinates":[-0.3180057,51.7522268]},"properties":{"@type":"node","@id":8454053337,"@timestamp":1614168634},"coords":"51.7522268,-0.3180057","bedrooms":"0","price":"179000","area":"403"} , +{"type":"Feature","id":"n8454053357","geometry":{"type":"Point","coordinates":[-0.3202137,51.7511659]},"properties":{"@type":"node","@id":8454053357,"@timestamp":1614168634},"coords":"51.7511659,-0.3202137","bedrooms":"1","price":"153000","area":"420"} , +{"type":"Feature","id":"n8454104094","geometry":{"type":"Point","coordinates":[-0.07842,51.4166578]},"properties":{"@type":"node","@id":8454104094,"@timestamp":1614170859},"coords":"51.4166578,-0.07842","bedrooms":"3","price":"227000","area":"656"} , +{"type":"Feature","id":"n8454217788","geometry":{"type":"Point","coordinates":[-0.2358229,51.5318726]},"properties":{"@type":"node","@id":8454217788,"@timestamp":1614173549},"coords":"51.5318726,-0.2358229","bedrooms":"0","price":"202000","area":"390"} , +{"type":"Feature","id":"n8454217798","geometry":{"type":"Point","coordinates":[-0.2351175,51.531998]},"properties":{"@type":"node","@id":8454217798,"@timestamp":1614173549},"coords":"51.531998,-0.2351175","bedrooms":"4","price":"277000","area":"681"} , +{"type":"Feature","id":"n8454393081","geometry":{"type":"Point","coordinates":[-0.0373305,51.4023721]},"properties":{"@type":"node","@id":8454393081,"@timestamp":1614176506},"coords":"51.4023721,-0.0373305","bedrooms":"4","price":"157000","area":"596"} , +{"type":"Feature","id":"n8454393091","geometry":{"type":"Point","coordinates":[-0.0368635,51.4026733]},"properties":{"@type":"node","@id":8454393091,"@timestamp":1614176506},"coords":"51.4026733,-0.0368635","bedrooms":"4","price":"182000","area":"359"} , +{"type":"Feature","id":"n8454396418","geometry":{"type":"Point","coordinates":[0.0694089,51.3769147]},"properties":{"@type":"node","@id":8454396418,"@timestamp":1614176675},"coords":"51.3769147,0.0694089","bedrooms":"2","price":"171000","area":"382"} , +{"type":"Feature","id":"n8454496778","geometry":{"type":"Point","coordinates":[-0.2925597,51.5355276]},"properties":{"@type":"node","@id":8454496778,"@timestamp":1614180120},"coords":"51.5355276,-0.2925597","bedrooms":"1","price":"153000","area":"514"} , +{"type":"Feature","id":"n8454533241","geometry":{"type":"Point","coordinates":[-0.3207225,51.7586887]},"properties":{"@type":"node","@id":8454533241,"@timestamp":1614179843},"coords":"51.7586887,-0.3207225","bedrooms":"3","price":"256000","area":"598"} , +{"type":"Feature","id":"n8454853293","geometry":{"type":"Point","coordinates":[-0.2674875,51.5339034]},"properties":{"@type":"node","@id":8454853293,"@timestamp":1614184690},"coords":"51.5339034,-0.2674875","bedrooms":"2","price":"252000","area":"403"} , +{"type":"Feature","id":"n8454956981","geometry":{"type":"Point","coordinates":[0.1100807,51.4061902]},"properties":{"@type":"node","@id":8454956981,"@timestamp":1614187335},"coords":"51.4061902,0.1100807","bedrooms":"4","price":"233000","area":"461"} , +{"type":"Feature","id":"n8455210154","geometry":{"type":"Point","coordinates":[-0.1462544,51.5171004]},"properties":{"@type":"node","@id":8455210154,"@timestamp":1614262480},"coords":"51.5171004,-0.1462544","bedrooms":"2","price":"189000","area":"461"} , +{"type":"Feature","id":"n8455296871","geometry":{"type":"Point","coordinates":[-0.4917128,51.8947677]},"properties":{"@type":"node","@id":8455296871,"@timestamp":1614196124},"coords":"51.8947677,-0.4917128","bedrooms":"3","price":"277000","area":"576"} , +{"type":"Feature","id":"n8455296893","geometry":{"type":"Point","coordinates":[-0.4876205,51.8968411]},"properties":{"@type":"node","@id":8455296893,"@timestamp":1614196124},"coords":"51.8968411,-0.4876205","bedrooms":"4","price":"229000","area":"554"} , +{"type":"Feature","id":"n8455308718","geometry":{"type":"Point","coordinates":[-0.4889472,51.89476]},"properties":{"@type":"node","@id":8455308718,"@timestamp":1614196124},"coords":"51.89476,-0.4889472","bedrooms":"1","price":"249000","area":"551"} , +{"type":"Feature","id":"n8455308728","geometry":{"type":"Point","coordinates":[-0.4890183,51.8948587]},"properties":{"@type":"node","@id":8455308728,"@timestamp":1614196124},"coords":"51.8948587,-0.4890183","bedrooms":"0","price":"172000","area":"575"} , +{"type":"Feature","id":"n8455308753","geometry":{"type":"Point","coordinates":[-0.4872727,51.8988033]},"properties":{"@type":"node","@id":8455308753,"@timestamp":1614196124},"coords":"51.8988033,-0.4872727","bedrooms":"1","price":"297000","area":"363"} , +{"type":"Feature","id":"n8455468919","geometry":{"type":"Point","coordinates":[-1.0103541,51.9631992]},"properties":{"@type":"node","@id":8455468919,"@timestamp":1635332128},"coords":"51.9631992,-1.0103541","bedrooms":"1","price":"239000","area":"678"} , +{"type":"Feature","id":"n8455521855","geometry":{"type":"Point","coordinates":[-0.4809465,51.9050132]},"properties":{"@type":"node","@id":8455521855,"@timestamp":1614202279},"coords":"51.9050132,-0.4809465","bedrooms":"4","price":"202000","area":"636"} , +{"type":"Feature","id":"n8455521869","geometry":{"type":"Point","coordinates":[-0.4835932,51.9057083]},"properties":{"@type":"node","@id":8455521869,"@timestamp":1614202279},"coords":"51.9057083,-0.4835932","bedrooms":"0","price":"181000","area":"601"} , +{"type":"Feature","id":"n8455575764","geometry":{"type":"Point","coordinates":[-0.2344066,51.5325763]},"properties":{"@type":"node","@id":8455575764,"@timestamp":1614203388},"coords":"51.5325763,-0.2344066","bedrooms":"4","price":"230000","area":"429"} , +{"type":"Feature","id":"n8455690496","geometry":{"type":"Point","coordinates":[-0.1954771,51.2392923]},"properties":{"@type":"node","@id":8455690496,"@timestamp":1633721906},"coords":"51.2392923,-0.1954771","bedrooms":"0","price":"227000","area":"555"} , +{"type":"Feature","id":"n8455711967","geometry":{"type":"Point","coordinates":[-0.1965357,51.2396849]},"properties":{"@type":"node","@id":8455711967,"@timestamp":1633721906},"coords":"51.2396849,-0.1965357","bedrooms":"1","price":"258000","area":"396"} , +{"type":"Feature","id":"n8455720711","geometry":{"type":"Point","coordinates":[-0.7943037,51.7556221]},"properties":{"@type":"node","@id":8455720711,"@timestamp":1614209148},"coords":"51.7556221,-0.7943037","bedrooms":"1","price":"279000","area":"359"} , +{"type":"Feature","id":"n8455738057","geometry":{"type":"Point","coordinates":[0.5690691,51.2962266]},"properties":{"@type":"node","@id":8455738057,"@timestamp":1614214290},"coords":"51.2962266,0.5690691","bedrooms":"0","price":"180000","area":"592"} , +{"type":"Feature","id":"n8455774320","geometry":{"type":"Point","coordinates":[-0.365101,51.5817841]},"properties":{"@type":"node","@id":8455774320,"@timestamp":1630447619},"coords":"51.5817841,-0.365101","bedrooms":"2","price":"269000","area":"354"} , +{"type":"Feature","id":"n8455795263","geometry":{"type":"Point","coordinates":[-0.1955282,51.2369437]},"properties":{"@type":"node","@id":8455795263,"@timestamp":1614213337},"coords":"51.2369437,-0.1955282","bedrooms":"4","price":"266000","area":"625"} , +{"type":"Feature","id":"n8455920119","geometry":{"type":"Point","coordinates":[-0.1996761,51.5893845]},"properties":{"@type":"node","@id":8455920119,"@timestamp":1614220002},"coords":"51.5893845,-0.1996761","bedrooms":"1","price":"242000","area":"535"} , +{"type":"Feature","id":"n8456128965","geometry":{"type":"Point","coordinates":[0.2101048,51.5274363]},"properties":{"@type":"node","@id":8456128965,"@timestamp":1614228046},"coords":"51.5274363,0.2101048","bedrooms":"0","price":"257000","area":"572"} , +{"type":"Feature","id":"n8456584289","geometry":{"type":"Point","coordinates":[-0.0252223,51.3711272]},"properties":{"@type":"node","@id":8456584289,"@timestamp":1614342661},"coords":"51.3711272,-0.0252223","bedrooms":"3","price":"191000","area":"363"} , +{"type":"Feature","id":"n8456595993","geometry":{"type":"Point","coordinates":[-0.0286572,51.3666812]},"properties":{"@type":"node","@id":8456595993,"@timestamp":1614238574},"coords":"51.3666812,-0.0286572","bedrooms":"3","price":"239000","area":"490"} , +{"type":"Feature","id":"n8456733844","geometry":{"type":"Point","coordinates":[-0.03901,51.3697978]},"properties":{"@type":"node","@id":8456733844,"@timestamp":1614241718},"coords":"51.3697978,-0.03901","bedrooms":"4","price":"152000","area":"605"} , +{"type":"Feature","id":"n8456733957","geometry":{"type":"Point","coordinates":[-0.0455628,51.3717567]},"properties":{"@type":"node","@id":8456733957,"@timestamp":1614241718},"coords":"51.3717567,-0.0455628","bedrooms":"3","price":"219000","area":"674"} , +{"type":"Feature","id":"n8456862369","geometry":{"type":"Point","coordinates":[-0.2343712,51.5307001]},"properties":{"@type":"node","@id":8456862369,"@timestamp":1614244656},"coords":"51.5307001,-0.2343712","bedrooms":"0","price":"236000","area":"600"} , +{"type":"Feature","id":"n8456862396","geometry":{"type":"Point","coordinates":[-0.2343667,51.5312657]},"properties":{"@type":"node","@id":8456862396,"@timestamp":1614244656},"coords":"51.5312657,-0.2343667","bedrooms":"4","price":"188000","area":"402"} , +{"type":"Feature","id":"n8456862406","geometry":{"type":"Point","coordinates":[-0.2342828,51.5317197]},"properties":{"@type":"node","@id":8456862406,"@timestamp":1614244656},"coords":"51.5317197,-0.2342828","bedrooms":"1","price":"212000","area":"518"} , +{"type":"Feature","id":"n8456955977","geometry":{"type":"Point","coordinates":[-0.1237394,51.4450288]},"properties":{"@type":"node","@id":8456955977,"@timestamp":1614246593},"coords":"51.4450288,-0.1237394","bedrooms":"0","price":"268000","area":"422"} , +{"type":"Feature","id":"n8456955987","geometry":{"type":"Point","coordinates":[-0.1202535,51.4441341]},"properties":{"@type":"node","@id":8456955987,"@timestamp":1614246593},"coords":"51.4441341,-0.1202535","bedrooms":"2","price":"231000","area":"588"} , +{"type":"Feature","id":"n8456983982","geometry":{"type":"Point","coordinates":[-0.0337427,51.3694621]},"properties":{"@type":"node","@id":8456983982,"@timestamp":1614247127},"coords":"51.3694621,-0.0337427","bedrooms":"2","price":"299000","area":"566"} , +{"type":"Feature","id":"n8457172233","geometry":{"type":"Point","coordinates":[0.888863,51.1411685]},"properties":{"@type":"node","@id":8457172233,"@timestamp":1614250950},"coords":"51.1411685,0.888863","bedrooms":"1","price":"252000","area":"430"} , +{"type":"Feature","id":"n8457637014","geometry":{"type":"Point","coordinates":[0.1359885,51.8609036]},"properties":{"@type":"node","@id":8457637014,"@timestamp":1614258244},"coords":"51.8609036,0.1359885","bedrooms":"2","price":"181000","area":"370"} , +{"type":"Feature","id":"n8457658599","geometry":{"type":"Point","coordinates":[0.4712113,51.7741677]},"properties":{"@type":"node","@id":8457658599,"@timestamp":1618255769},"coords":"51.7741677,0.4712113","bedrooms":"2","price":"230000","area":"507"} , +{"type":"Feature","id":"n8457944727","geometry":{"type":"Point","coordinates":[-0.3282535,51.7583553]},"properties":{"@type":"node","@id":8457944727,"@timestamp":1627902175},"coords":"51.7583553,-0.3282535","bedrooms":"4","price":"242000","area":"611"} , +{"type":"Feature","id":"n8458049945","geometry":{"type":"Point","coordinates":[0.2919343,51.5213864]},"properties":{"@type":"node","@id":8458049945,"@timestamp":1614263189},"coords":"51.5213864,0.2919343","bedrooms":"3","price":"292000","area":"568"} , +{"type":"Feature","id":"n8458049989","geometry":{"type":"Point","coordinates":[0.2874523,51.5178781]},"properties":{"@type":"node","@id":8458049989,"@timestamp":1614263189},"coords":"51.5178781,0.2874523","bedrooms":"1","price":"269000","area":"472"} , +{"type":"Feature","id":"n8458049999","geometry":{"type":"Point","coordinates":[0.2897201,51.5174717]},"properties":{"@type":"node","@id":8458049999,"@timestamp":1614263189},"coords":"51.5174717,0.2897201","bedrooms":"1","price":"227000","area":"430"} , +{"type":"Feature","id":"n8458050009","geometry":{"type":"Point","coordinates":[0.2892239,51.5172597]},"properties":{"@type":"node","@id":8458050009,"@timestamp":1614263189},"coords":"51.5172597,0.2892239","bedrooms":"3","price":"187000","area":"583"} , +{"type":"Feature","id":"n8458077219","geometry":{"type":"Point","coordinates":[0.290038,51.517228]},"properties":{"@type":"node","@id":8458077219,"@timestamp":1614263189},"coords":"51.517228,0.290038","bedrooms":"1","price":"212000","area":"650"} , +{"type":"Feature","id":"n8458077229","geometry":{"type":"Point","coordinates":[0.2895391,51.5168759]},"properties":{"@type":"node","@id":8458077229,"@timestamp":1614263189},"coords":"51.5168759,0.2895391","bedrooms":"4","price":"296000","area":"492"} , +{"type":"Feature","id":"n8458077239","geometry":{"type":"Point","coordinates":[0.2900863,51.5166313]},"properties":{"@type":"node","@id":8458077239,"@timestamp":1614263189},"coords":"51.5166313,0.2900863","bedrooms":"0","price":"150000","area":"648"} , +{"type":"Feature","id":"n8458077249","geometry":{"type":"Point","coordinates":[0.2883455,51.5164661]},"properties":{"@type":"node","@id":8458077249,"@timestamp":1614263189},"coords":"51.5164661,0.2883455","bedrooms":"2","price":"284000","area":"588"} , +{"type":"Feature","id":"n8458077259","geometry":{"type":"Point","coordinates":[0.2887197,51.5166989]},"properties":{"@type":"node","@id":8458077259,"@timestamp":1614263189},"coords":"51.5166989,0.2887197","bedrooms":"4","price":"298000","area":"634"} , +{"type":"Feature","id":"n8458077269","geometry":{"type":"Point","coordinates":[0.2883026,51.5171621]},"properties":{"@type":"node","@id":8458077269,"@timestamp":1614263189},"coords":"51.5171621,0.2883026","bedrooms":"4","price":"208000","area":"483"} , +{"type":"Feature","id":"n8458077279","geometry":{"type":"Point","coordinates":[0.2879539,51.5168183]},"properties":{"@type":"node","@id":8458077279,"@timestamp":1614263189},"coords":"51.5168183,0.2879539","bedrooms":"1","price":"238000","area":"568"} , +{"type":"Feature","id":"n8458077289","geometry":{"type":"Point","coordinates":[0.2876133,51.5167699]},"properties":{"@type":"node","@id":8458077289,"@timestamp":1614263189},"coords":"51.5167699,0.2876133","bedrooms":"1","price":"206000","area":"364"} , +{"type":"Feature","id":"n8458077299","geometry":{"type":"Point","coordinates":[0.2861729,51.5168066]},"properties":{"@type":"node","@id":8458077299,"@timestamp":1614263189},"coords":"51.5168066,0.2861729","bedrooms":"0","price":"213000","area":"467"} , +{"type":"Feature","id":"n8458077309","geometry":{"type":"Point","coordinates":[0.2865203,51.5171546]},"properties":{"@type":"node","@id":8458077309,"@timestamp":1614263189},"coords":"51.5171546,0.2865203","bedrooms":"2","price":"213000","area":"452"} , +{"type":"Feature","id":"n8458077319","geometry":{"type":"Point","coordinates":[0.2861086,51.5175618]},"properties":{"@type":"node","@id":8458077319,"@timestamp":1614263189},"coords":"51.5175618,0.2861086","bedrooms":"1","price":"283000","area":"521"} , +{"type":"Feature","id":"n8458077329","geometry":{"type":"Point","coordinates":[0.2843034,51.5148136]},"properties":{"@type":"node","@id":8458077329,"@timestamp":1614263189},"coords":"51.5148136,0.2843034","bedrooms":"2","price":"292000","area":"446"} , +{"type":"Feature","id":"n8458077339","geometry":{"type":"Point","coordinates":[0.2868515,51.5148863]},"properties":{"@type":"node","@id":8458077339,"@timestamp":1614263189},"coords":"51.5148863,0.2868515","bedrooms":"0","price":"247000","area":"614"} , +{"type":"Feature","id":"n8458077349","geometry":{"type":"Point","coordinates":[0.2862963,51.5145649]},"properties":{"@type":"node","@id":8458077349,"@timestamp":1614263189},"coords":"51.5145649,0.2862963","bedrooms":"3","price":"168000","area":"538"} , +{"type":"Feature","id":"n8458077359","geometry":{"type":"Point","coordinates":[0.2873947,51.5154922]},"properties":{"@type":"node","@id":8458077359,"@timestamp":1614263189},"coords":"51.5154922,0.2873947","bedrooms":"2","price":"183000","area":"391"} , +{"type":"Feature","id":"n8458077369","geometry":{"type":"Point","coordinates":[0.288654,51.5159812]},"properties":{"@type":"node","@id":8458077369,"@timestamp":1614263189},"coords":"51.5159812,0.288654","bedrooms":"4","price":"241000","area":"643"} , +{"type":"Feature","id":"n8458077379","geometry":{"type":"Point","coordinates":[0.2884823,51.5158343]},"properties":{"@type":"node","@id":8458077379,"@timestamp":1614263189},"coords":"51.5158343,0.2884823","bedrooms":"3","price":"199000","area":"586"} , +{"type":"Feature","id":"n8458077389","geometry":{"type":"Point","coordinates":[0.2880907,51.5154229]},"properties":{"@type":"node","@id":8458077389,"@timestamp":1614263189},"coords":"51.5154229,0.2880907","bedrooms":"3","price":"204000","area":"485"} , +{"type":"Feature","id":"n8458077399","geometry":{"type":"Point","coordinates":[0.2884072,51.5151475]},"properties":{"@type":"node","@id":8458077399,"@timestamp":1614263189},"coords":"51.5151475,0.2884072","bedrooms":"4","price":"263000","area":"428"} , +{"type":"Feature","id":"n8458077409","geometry":{"type":"Point","coordinates":[0.2882275,51.5148462]},"properties":{"@type":"node","@id":8458077409,"@timestamp":1614263189},"coords":"51.5148462,0.2882275","bedrooms":"1","price":"169000","area":"660"} , +{"type":"Feature","id":"n8458077419","geometry":{"type":"Point","coordinates":[0.2879056,51.51462]},"properties":{"@type":"node","@id":8458077419,"@timestamp":1614263189},"coords":"51.51462,0.2879056","bedrooms":"0","price":"268000","area":"561"} , +{"type":"Feature","id":"n8458077441","geometry":{"type":"Point","coordinates":[0.2910894,51.5133314]},"properties":{"@type":"node","@id":8458077441,"@timestamp":1614263189},"coords":"51.5133314,0.2910894","bedrooms":"0","price":"215000","area":"664"} , +{"type":"Feature","id":"n8458124024","geometry":{"type":"Point","coordinates":[-0.3390093,51.7530439]},"properties":{"@type":"node","@id":8458124024,"@timestamp":1614264759},"coords":"51.7530439,-0.3390093","bedrooms":"0","price":"230000","area":"592"} , +{"type":"Feature","id":"n8458389879","geometry":{"type":"Point","coordinates":[-0.4855364,51.9003184]},"properties":{"@type":"node","@id":8458389879,"@timestamp":1614270642},"coords":"51.9003184,-0.4855364","bedrooms":"3","price":"232000","area":"579"} , +{"type":"Feature","id":"n8458389912","geometry":{"type":"Point","coordinates":[-0.4891088,51.9033964]},"properties":{"@type":"node","@id":8458389912,"@timestamp":1621031678},"coords":"51.9033964,-0.4891088","bedrooms":"1","price":"190000","area":"695"} , +{"type":"Feature","id":"n8458408229","geometry":{"type":"Point","coordinates":[-0.4911904,51.9008893]},"properties":{"@type":"node","@id":8458408229,"@timestamp":1614270642},"coords":"51.9008893,-0.4911904","bedrooms":"4","price":"190000","area":"640"} , +{"type":"Feature","id":"n8458408244","geometry":{"type":"Point","coordinates":[-0.4929102,51.8991156]},"properties":{"@type":"node","@id":8458408244,"@timestamp":1614270642},"coords":"51.8991156,-0.4929102","bedrooms":"0","price":"225000","area":"653"} , +{"type":"Feature","id":"n8458577715","geometry":{"type":"Point","coordinates":[-0.1158255,51.439037]},"properties":{"@type":"node","@id":8458577715,"@timestamp":1614274446},"coords":"51.439037,-0.1158255","bedrooms":"2","price":"205000","area":"629"} , +{"type":"Feature","id":"n8458619380","geometry":{"type":"Point","coordinates":[-0.9425908,51.8426369]},"properties":{"@type":"node","@id":8458619380,"@timestamp":1614276629},"coords":"51.8426369,-0.9425908","bedrooms":"2","price":"296000","area":"375"} , +{"type":"Feature","id":"n8458619394","geometry":{"type":"Point","coordinates":[-0.9423387,51.8423912]},"properties":{"@type":"node","@id":8458619394,"@timestamp":1614276629},"coords":"51.8423912,-0.9423387","bedrooms":"2","price":"180000","area":"496"} , +{"type":"Feature","id":"n8458698897","geometry":{"type":"Point","coordinates":[-0.2339115,51.5320891]},"properties":{"@type":"node","@id":8458698897,"@timestamp":1614276989},"coords":"51.5320891,-0.2339115","bedrooms":"0","price":"224000","area":"581"} , +{"type":"Feature","id":"n8458698907","geometry":{"type":"Point","coordinates":[-0.233354,51.5317686]},"properties":{"@type":"node","@id":8458698907,"@timestamp":1614276989},"coords":"51.5317686,-0.233354","bedrooms":"4","price":"253000","area":"434"} , +{"type":"Feature","id":"n8458707124","geometry":{"type":"Point","coordinates":[-0.2337319,51.5323563]},"properties":{"@type":"node","@id":8458707124,"@timestamp":1614276989},"coords":"51.5323563,-0.2337319","bedrooms":"3","price":"150000","area":"513"} , +{"type":"Feature","id":"n8459005033","geometry":{"type":"Point","coordinates":[-0.4941416,51.8954795]},"properties":{"@type":"node","@id":8459005033,"@timestamp":1614283873},"coords":"51.8954795,-0.4941416","bedrooms":"4","price":"230000","area":"549"} , +{"type":"Feature","id":"n8459005070","geometry":{"type":"Point","coordinates":[-0.4969073,51.8974116]},"properties":{"@type":"node","@id":8459005070,"@timestamp":1614283873},"coords":"51.8974116,-0.4969073","bedrooms":"0","price":"205000","area":"693"} , +{"type":"Feature","id":"n8459005113","geometry":{"type":"Point","coordinates":[-0.4945709,51.9002061]},"properties":{"@type":"node","@id":8459005113,"@timestamp":1614283873},"coords":"51.9002061,-0.4945709","bedrooms":"2","price":"285000","area":"545"} , +{"type":"Feature","id":"n8459023741","geometry":{"type":"Point","coordinates":[-0.4956796,51.9021326]},"properties":{"@type":"node","@id":8459023741,"@timestamp":1614283873},"coords":"51.9021326,-0.4956796","bedrooms":"0","price":"167000","area":"666"} , +{"type":"Feature","id":"n8459023763","geometry":{"type":"Point","coordinates":[-0.4979605,51.9036325]},"properties":{"@type":"node","@id":8459023763,"@timestamp":1614283873},"coords":"51.9036325,-0.4979605","bedrooms":"2","price":"232000","area":"602"} , +{"type":"Feature","id":"n8459023775","geometry":{"type":"Point","coordinates":[-0.4971174,51.9017444]},"properties":{"@type":"node","@id":8459023775,"@timestamp":1614283873},"coords":"51.9017444,-0.4971174","bedrooms":"3","price":"185000","area":"511"} , +{"type":"Feature","id":"n8459023790","geometry":{"type":"Point","coordinates":[-0.495907,51.9000723]},"properties":{"@type":"node","@id":8459023790,"@timestamp":1614283873},"coords":"51.9000723,-0.495907","bedrooms":"0","price":"192000","area":"432"} , +{"type":"Feature","id":"n8459023804","geometry":{"type":"Point","coordinates":[-0.4967533,51.8986071]},"properties":{"@type":"node","@id":8459023804,"@timestamp":1614283873},"coords":"51.8986071,-0.4967533","bedrooms":"1","price":"183000","area":"479"} , +{"type":"Feature","id":"n8459088584","geometry":{"type":"Point","coordinates":[-0.4954625,51.9033951]},"properties":{"@type":"node","@id":8459088584,"@timestamp":1614285786},"coords":"51.9033951,-0.4954625","bedrooms":"1","price":"233000","area":"537"} , +{"type":"Feature","id":"n8459088604","geometry":{"type":"Point","coordinates":[-0.4933074,51.9031644]},"properties":{"@type":"node","@id":8459088604,"@timestamp":1614285786},"coords":"51.9031644,-0.4933074","bedrooms":"4","price":"262000","area":"677"} , +{"type":"Feature","id":"n8459125044","geometry":{"type":"Point","coordinates":[-0.4913732,51.9046267]},"properties":{"@type":"node","@id":8459125044,"@timestamp":1614285786},"coords":"51.9046267,-0.4913732","bedrooms":"2","price":"202000","area":"677"} , +{"type":"Feature","id":"n8459287098","geometry":{"type":"Point","coordinates":[-0.4985644,51.8990329]},"properties":{"@type":"node","@id":8459287098,"@timestamp":1614290002},"coords":"51.8990329,-0.4985644","bedrooms":"2","price":"252000","area":"495"} , +{"type":"Feature","id":"n8459308718","geometry":{"type":"Point","coordinates":[-0.5016494,51.9015989]},"properties":{"@type":"node","@id":8459308718,"@timestamp":1614290002},"coords":"51.9015989,-0.5016494","bedrooms":"1","price":"270000","area":"390"} , +{"type":"Feature","id":"n8459308728","geometry":{"type":"Point","coordinates":[-0.5022894,51.9016005]},"properties":{"@type":"node","@id":8459308728,"@timestamp":1614290002},"coords":"51.9016005,-0.5022894","bedrooms":"3","price":"175000","area":"397"} , +{"type":"Feature","id":"n8459308770","geometry":{"type":"Point","coordinates":[-0.4981098,51.9025103]},"properties":{"@type":"node","@id":8459308770,"@timestamp":1614290002},"coords":"51.9025103,-0.4981098","bedrooms":"4","price":"209000","area":"426"} , +{"type":"Feature","id":"n8459349929","geometry":{"type":"Point","coordinates":[0.2017876,51.8439886]},"properties":{"@type":"node","@id":8459349929,"@timestamp":1614291491},"coords":"51.8439886,0.2017876","bedrooms":"4","price":"249000","area":"484"} , +{"type":"Feature","id":"n8459421026","geometry":{"type":"Point","coordinates":[-0.0104153,51.5127349]},"properties":{"@type":"node","@id":8459421026,"@timestamp":1614293333},"coords":"51.5127349,-0.0104153","bedrooms":"1","price":"272000","area":"570"} , +{"type":"Feature","id":"n8459509554","geometry":{"type":"Point","coordinates":[0.1706484,51.8866512]},"properties":{"@type":"node","@id":8459509554,"@timestamp":1614297821},"coords":"51.8866512,0.1706484","bedrooms":"0","price":"237000","area":"480"} , +{"type":"Feature","id":"n8459586243","geometry":{"type":"Point","coordinates":[-0.192574,51.4115357]},"properties":{"@type":"node","@id":8459586243,"@timestamp":1619910289},"coords":"51.4115357,-0.192574","bedrooms":"3","price":"157000","area":"396"} , +{"type":"Feature","id":"n8459846524","geometry":{"type":"Point","coordinates":[-1.103942,51.6410418]},"properties":{"@type":"node","@id":8459846524,"@timestamp":1614313514},"coords":"51.6410418,-1.103942","bedrooms":"4","price":"289000","area":"550"} , +{"type":"Feature","id":"n8459955779","geometry":{"type":"Point","coordinates":[-0.2334119,51.532186]},"properties":{"@type":"node","@id":8459955779,"@timestamp":1614316613},"coords":"51.532186,-0.2334119","bedrooms":"2","price":"247000","area":"599"} , +{"type":"Feature","id":"n8459955789","geometry":{"type":"Point","coordinates":[-0.2325881,51.5317834]},"properties":{"@type":"node","@id":8459955789,"@timestamp":1614316613},"coords":"51.5317834,-0.2325881","bedrooms":"2","price":"260000","area":"591"} , +{"type":"Feature","id":"n8460143602","geometry":{"type":"Point","coordinates":[-0.9178063,51.8390892]},"properties":{"@type":"node","@id":8460143602,"@timestamp":1614322200},"coords":"51.8390892,-0.9178063","bedrooms":"4","price":"256000","area":"443"} , +{"type":"Feature","id":"n8460270964","geometry":{"type":"Point","coordinates":[-0.5965707,51.5123462]},"properties":{"@type":"node","@id":8460270964,"@timestamp":1614324992},"coords":"51.5123462,-0.5965707","bedrooms":"0","price":"154000","area":"510"} , +{"type":"Feature","id":"n8460461515","geometry":{"type":"Point","coordinates":[-0.2624905,51.5545242]},"properties":{"@type":"node","@id":8460461515,"@timestamp":1614329827},"coords":"51.5545242,-0.2624905","bedrooms":"4","price":"193000","area":"452"} , +{"type":"Feature","id":"n8460742769","geometry":{"type":"Point","coordinates":[-0.4564225,51.5732647]},"properties":{"@type":"node","@id":8460742769,"@timestamp":1614334039},"coords":"51.5732647,-0.4564225","bedrooms":"3","price":"195000","area":"670"} , +{"type":"Feature","id":"n8460758899","geometry":{"type":"Point","coordinates":[-0.1351476,51.4321758]},"properties":{"@type":"node","@id":8460758899,"@timestamp":1614334662},"coords":"51.4321758,-0.1351476","bedrooms":"4","price":"252000","area":"640"} , +{"type":"Feature","id":"n8460810947","geometry":{"type":"Point","coordinates":[-0.7107276,51.5219775]},"properties":{"@type":"node","@id":8460810947,"@timestamp":1614335485},"coords":"51.5219775,-0.7107276","bedrooms":"4","price":"292000","area":"395"} , +{"type":"Feature","id":"n8460871794","geometry":{"type":"Point","coordinates":[-0.1421096,51.7858576]},"properties":{"@type":"node","@id":8460871794,"@timestamp":1614337877},"coords":"51.7858576,-0.1421096","bedrooms":"0","price":"217000","area":"656"} , +{"type":"Feature","id":"n8460885201","geometry":{"type":"Point","coordinates":[-0.4920358,51.9076954]},"properties":{"@type":"node","@id":8460885201,"@timestamp":1614337737},"coords":"51.9076954,-0.4920358","bedrooms":"0","price":"175000","area":"533"} , +{"type":"Feature","id":"n8460901131","geometry":{"type":"Point","coordinates":[-0.4911225,51.905559]},"properties":{"@type":"node","@id":8460901131,"@timestamp":1614337737},"coords":"51.905559,-0.4911225","bedrooms":"0","price":"213000","area":"518"} , +{"type":"Feature","id":"n8460901141","geometry":{"type":"Point","coordinates":[-0.4874067,51.9060886]},"properties":{"@type":"node","@id":8460901141,"@timestamp":1614337737},"coords":"51.9060886,-0.4874067","bedrooms":"0","price":"161000","area":"693"} , +{"type":"Feature","id":"n8460901162","geometry":{"type":"Point","coordinates":[-0.4905615,51.905194]},"properties":{"@type":"node","@id":8460901162,"@timestamp":1614337737},"coords":"51.905194,-0.4905615","bedrooms":"2","price":"287000","area":"628"} , +{"type":"Feature","id":"n8460901172","geometry":{"type":"Point","coordinates":[-0.4875078,51.9061111]},"properties":{"@type":"node","@id":8460901172,"@timestamp":1614337737},"coords":"51.9061111,-0.4875078","bedrooms":"0","price":"177000","area":"644"} , +{"type":"Feature","id":"n8460901182","geometry":{"type":"Point","coordinates":[-0.4899746,51.9051808]},"properties":{"@type":"node","@id":8460901182,"@timestamp":1614337737},"coords":"51.9051808,-0.4899746","bedrooms":"4","price":"154000","area":"675"} , +{"type":"Feature","id":"n8460901201","geometry":{"type":"Point","coordinates":[-0.4840779,51.9034838]},"properties":{"@type":"node","@id":8460901201,"@timestamp":1614337737},"coords":"51.9034838,-0.4840779","bedrooms":"2","price":"166000","area":"351"} , +{"type":"Feature","id":"n8460916645","geometry":{"type":"Point","coordinates":[-0.2333942,51.5315838]},"properties":{"@type":"node","@id":8460916645,"@timestamp":1614338385},"coords":"51.5315838,-0.2333942","bedrooms":"1","price":"252000","area":"661"} , +{"type":"Feature","id":"n8460940521","geometry":{"type":"Point","coordinates":[-0.3902364,51.60074]},"properties":{"@type":"node","@id":8460940521,"@timestamp":1614338812},"coords":"51.60074,-0.3902364","bedrooms":"3","price":"163000","area":"549"} , +{"type":"Feature","id":"n8461047104","geometry":{"type":"Point","coordinates":[0.2896025,51.2124575]},"properties":{"@type":"node","@id":8461047104,"@timestamp":1614341320},"coords":"51.2124575,0.2896025","bedrooms":"0","price":"180000","area":"631"} , +{"type":"Feature","id":"n8461100907","geometry":{"type":"Point","coordinates":[-0.1376025,51.426568]},"properties":{"@type":"node","@id":8461100907,"@timestamp":1614342476},"coords":"51.426568,-0.1376025","bedrooms":"1","price":"295000","area":"392"} , +{"type":"Feature","id":"n8461123871","geometry":{"type":"Point","coordinates":[-0.2288771,51.5304012]},"properties":{"@type":"node","@id":8461123871,"@timestamp":1614343041},"coords":"51.5304012,-0.2288771","bedrooms":"3","price":"251000","area":"625"} , +{"type":"Feature","id":"n8461294404","geometry":{"type":"Point","coordinates":[0.1704664,51.8762587]},"properties":{"@type":"node","@id":8461294404,"@timestamp":1615939954},"coords":"51.8762587,0.1704664","bedrooms":"2","price":"298000","area":"687"} , +{"type":"Feature","id":"n8461438309","geometry":{"type":"Point","coordinates":[0.2140886,51.9826683]},"properties":{"@type":"node","@id":8461438309,"@timestamp":1614351874},"coords":"51.9826683,0.2140886","bedrooms":"3","price":"151000","area":"675"} , +{"type":"Feature","id":"n8461505628","geometry":{"type":"Point","coordinates":[-0.0667561,51.5483034]},"properties":{"@type":"node","@id":8461505628,"@timestamp":1614354417},"coords":"51.5483034,-0.0667561","bedrooms":"1","price":"198000","area":"506"} , +{"type":"Feature","id":"n8461565446","geometry":{"type":"Point","coordinates":[-0.1214456,51.4467655]},"properties":{"@type":"node","@id":8461565446,"@timestamp":1614356820},"coords":"51.4467655,-0.1214456","bedrooms":"0","price":"264000","area":"681"} , +{"type":"Feature","id":"n8461635936","geometry":{"type":"Point","coordinates":[-0.2326528,51.3062261]},"properties":{"@type":"node","@id":8461635936,"@timestamp":1614357444},"coords":"51.3062261,-0.2326528","bedrooms":"2","price":"216000","area":"625"} , +{"type":"Feature","id":"n8461682488","geometry":{"type":"Point","coordinates":[-0.3751874,51.8794807]},"properties":{"@type":"node","@id":8461682488,"@timestamp":1614358952},"coords":"51.8794807,-0.3751874","bedrooms":"1","price":"272000","area":"505"} , +{"type":"Feature","id":"n8461691330","geometry":{"type":"Point","coordinates":[-0.3560666,51.060769]},"properties":{"@type":"node","@id":8461691330,"@timestamp":1634036473},"coords":"51.060769,-0.3560666","bedrooms":"4","price":"175000","area":"517"} , +{"type":"Feature","id":"n8461703744","geometry":{"type":"Point","coordinates":[-0.6612026,51.6875445]},"properties":{"@type":"node","@id":8461703744,"@timestamp":1614359932},"coords":"51.6875445,-0.6612026","bedrooms":"2","price":"150000","area":"424"} , +{"type":"Feature","id":"n8461838266","geometry":{"type":"Point","coordinates":[-0.4506123,51.5755053]},"properties":{"@type":"node","@id":8461838266,"@timestamp":1614363260},"coords":"51.5755053,-0.4506123","bedrooms":"0","price":"238000","area":"587"} , +{"type":"Feature","id":"n8461951536","geometry":{"type":"Point","coordinates":[-0.0703222,51.534991]},"properties":{"@type":"node","@id":8461951536,"@timestamp":1614365432},"coords":"51.534991,-0.0703222","bedrooms":"0","price":"256000","area":"435"} , +{"type":"Feature","id":"n8461972486","geometry":{"type":"Point","coordinates":[-0.1332657,51.49942]},"properties":{"@type":"node","@id":8461972486,"@timestamp":1614366656},"coords":"51.49942,-0.1332657","bedrooms":"3","price":"204000","area":"564"} , +{"type":"Feature","id":"n8462011188","geometry":{"type":"Point","coordinates":[-0.3959212,51.8901849]},"properties":{"@type":"node","@id":8462011188,"@timestamp":1614367700},"coords":"51.8901849,-0.3959212","bedrooms":"4","price":"185000","area":"616"} , +{"type":"Feature","id":"n8462134042","geometry":{"type":"Point","coordinates":[0.0882119,51.501833]},"properties":{"@type":"node","@id":8462134042,"@timestamp":1614369678},"coords":"51.501833,0.0882119","bedrooms":"4","price":"240000","area":"604"} , +{"type":"Feature","id":"n8462302952","geometry":{"type":"Point","coordinates":[0.0663075,51.489255]},"properties":{"@type":"node","@id":8462302952,"@timestamp":1614374601},"coords":"51.489255,0.0663075","bedrooms":"2","price":"274000","area":"624"} , +{"type":"Feature","id":"n8462333407","geometry":{"type":"Point","coordinates":[-0.3457301,51.6366594]},"properties":{"@type":"node","@id":8462333407,"@timestamp":1614376117},"coords":"51.6366594,-0.3457301","bedrooms":"2","price":"295000","area":"360"} , +{"type":"Feature","id":"n8462379817","geometry":{"type":"Point","coordinates":[-0.3359712,51.6310833]},"properties":{"@type":"node","@id":8462379817,"@timestamp":1614376117},"coords":"51.6310833,-0.3359712","bedrooms":"0","price":"288000","area":"374"} , +{"type":"Feature","id":"n8462570333","geometry":{"type":"Point","coordinates":[-0.1289751,51.4142295]},"properties":{"@type":"node","@id":8462570333,"@timestamp":1614384067},"coords":"51.4142295,-0.1289751","bedrooms":"2","price":"193000","area":"602"} , +{"type":"Feature","id":"n8462570357","geometry":{"type":"Point","coordinates":[-0.1281391,51.4141047]},"properties":{"@type":"node","@id":8462570357,"@timestamp":1614384067},"coords":"51.4141047,-0.1281391","bedrooms":"3","price":"173000","area":"464"} , +{"type":"Feature","id":"n8462570389","geometry":{"type":"Point","coordinates":[-0.1279376,51.4152958]},"properties":{"@type":"node","@id":8462570389,"@timestamp":1614384067},"coords":"51.4152958,-0.1279376","bedrooms":"1","price":"151000","area":"572"} , +{"type":"Feature","id":"n8462570399","geometry":{"type":"Point","coordinates":[-0.1258121,51.4165513]},"properties":{"@type":"node","@id":8462570399,"@timestamp":1614384067},"coords":"51.4165513,-0.1258121","bedrooms":"0","price":"160000","area":"474"} , +{"type":"Feature","id":"n8462579457","geometry":{"type":"Point","coordinates":[-0.1261647,51.4166763]},"properties":{"@type":"node","@id":8462579457,"@timestamp":1614385476},"coords":"51.4166763,-0.1261647","bedrooms":"1","price":"174000","area":"450"} , +{"type":"Feature","id":"n8462587426","geometry":{"type":"Point","coordinates":[-0.1258586,51.416529]},"properties":{"@type":"node","@id":8462587426,"@timestamp":1614385028},"coords":"51.416529,-0.1258586","bedrooms":"0","price":"184000","area":"418"} , +{"type":"Feature","id":"n8462653260","geometry":{"type":"Point","coordinates":[-0.1884958,51.5137956]},"properties":{"@type":"node","@id":8462653260,"@timestamp":1614389789},"coords":"51.5137956,-0.1884958","bedrooms":"1","price":"176000","area":"372"} , +{"type":"Feature","id":"n8462677701","geometry":{"type":"Point","coordinates":[-0.1759993,51.4892453]},"properties":{"@type":"node","@id":8462677701,"@timestamp":1614391615},"coords":"51.4892453,-0.1759993","bedrooms":"0","price":"286000","area":"400"} , +{"type":"Feature","id":"n8462897376","geometry":{"type":"Point","coordinates":[-0.1934807,51.5377834]},"properties":{"@type":"node","@id":8462897376,"@timestamp":1614407845},"coords":"51.5377834,-0.1934807","bedrooms":"0","price":"186000","area":"607"} , +{"type":"Feature","id":"n8462920343","geometry":{"type":"Point","coordinates":[-0.2107906,51.5336224]},"properties":{"@type":"node","@id":8462920343,"@timestamp":1614409322},"coords":"51.5336224,-0.2107906","bedrooms":"0","price":"169000","area":"459"} , +{"type":"Feature","id":"n8463353325","geometry":{"type":"Point","coordinates":[-0.0761099,51.7963436]},"properties":{"@type":"node","@id":8463353325,"@timestamp":1614424135},"coords":"51.7963436,-0.0761099","bedrooms":"2","price":"237000","area":"478"} , +{"type":"Feature","id":"n8463554318","geometry":{"type":"Point","coordinates":[-0.9020993,51.36968]},"properties":{"@type":"node","@id":8463554318,"@timestamp":1614428822},"coords":"51.36968,-0.9020993","bedrooms":"3","price":"279000","area":"468"} , +{"type":"Feature","id":"n8463554336","geometry":{"type":"Point","coordinates":[-0.8955582,51.369185]},"properties":{"@type":"node","@id":8463554336,"@timestamp":1614428822},"coords":"51.369185,-0.8955582","bedrooms":"3","price":"278000","area":"505"} , +{"type":"Feature","id":"n8463597048","geometry":{"type":"Point","coordinates":[-0.1616018,51.8887362]},"properties":{"@type":"node","@id":8463597048,"@timestamp":1614430245},"coords":"51.8887362,-0.1616018","bedrooms":"2","price":"288000","area":"635"} , +{"type":"Feature","id":"n8463597062","geometry":{"type":"Point","coordinates":[-0.1728268,51.8758369]},"properties":{"@type":"node","@id":8463597062,"@timestamp":1614430245},"coords":"51.8758369,-0.1728268","bedrooms":"2","price":"268000","area":"403"} , +{"type":"Feature","id":"n8463623731","geometry":{"type":"Point","coordinates":[-0.0592021,51.5531322]},"properties":{"@type":"node","@id":8463623731,"@timestamp":1614542271},"coords":"51.5531322,-0.0592021","bedrooms":"2","price":"163000","area":"599"} , +{"type":"Feature","id":"n8463691954","geometry":{"type":"Point","coordinates":[-0.7508974,51.2633227]},"properties":{"@type":"node","@id":8463691954,"@timestamp":1614433990},"coords":"51.2633227,-0.7508974","bedrooms":"4","price":"287000","area":"364"} , +{"type":"Feature","id":"n8463731596","geometry":{"type":"Point","coordinates":[0.1518227,51.8534483]},"properties":{"@type":"node","@id":8463731596,"@timestamp":1614437812},"coords":"51.8534483,0.1518227","bedrooms":"0","price":"218000","area":"575"} , +{"type":"Feature","id":"n8463818685","geometry":{"type":"Point","coordinates":[0.0711563,51.9088617]},"properties":{"@type":"node","@id":8463818685,"@timestamp":1614439196},"coords":"51.9088617,0.0711563","bedrooms":"2","price":"159000","area":"641"} , +{"type":"Feature","id":"n8463889356","geometry":{"type":"Point","coordinates":[-0.0988728,51.3279074]},"properties":{"@type":"node","@id":8463889356,"@timestamp":1614440093},"coords":"51.3279074,-0.0988728","bedrooms":"2","price":"218000","area":"358"} , +{"type":"Feature","id":"n8463927031","geometry":{"type":"Point","coordinates":[-0.2366537,51.5293649]},"properties":{"@type":"node","@id":8463927031,"@timestamp":1614441224},"coords":"51.5293649,-0.2366537","bedrooms":"4","price":"250000","area":"651"} , +{"type":"Feature","id":"n8463931644","geometry":{"type":"Point","coordinates":[-0.2358203,51.5283518]},"properties":{"@type":"node","@id":8463931644,"@timestamp":1614441224},"coords":"51.5283518,-0.2358203","bedrooms":"0","price":"258000","area":"684"} , +{"type":"Feature","id":"n8463947669","geometry":{"type":"Point","coordinates":[-0.2398829,51.3779053]},"properties":{"@type":"node","@id":8463947669,"@timestamp":1614734194},"coords":"51.3779053,-0.2398829","bedrooms":"1","price":"210000","area":"376"} , +{"type":"Feature","id":"n8463975298","geometry":{"type":"Point","coordinates":[-0.4222597,51.8750348]},"properties":{"@type":"node","@id":8463975298,"@timestamp":1614443072},"coords":"51.8750348,-0.4222597","bedrooms":"4","price":"243000","area":"438"} , +{"type":"Feature","id":"n8464008662","geometry":{"type":"Point","coordinates":[-0.2768982,51.9501992]},"properties":{"@type":"node","@id":8464008662,"@timestamp":1614444222},"coords":"51.9501992,-0.2768982","bedrooms":"0","price":"178000","area":"667"} , +{"type":"Feature","id":"n8464077321","geometry":{"type":"Point","coordinates":[-0.0348252,51.5539307]},"properties":{"@type":"node","@id":8464077321,"@timestamp":1614446987},"coords":"51.5539307,-0.0348252","bedrooms":"4","price":"170000","area":"646"} , +{"type":"Feature","id":"n8464214919","geometry":{"type":"Point","coordinates":[-0.8469913,51.3392833]},"properties":{"@type":"node","@id":8464214919,"@timestamp":1614450051},"coords":"51.3392833,-0.8469913","bedrooms":"4","price":"250000","area":"640"} , +{"type":"Feature","id":"n8464489365","geometry":{"type":"Point","coordinates":[-0.4275219,51.8695659]},"properties":{"@type":"node","@id":8464489365,"@timestamp":1614458414},"coords":"51.8695659,-0.4275219","bedrooms":"1","price":"236000","area":"434"} , +{"type":"Feature","id":"n8464555815","geometry":{"type":"Point","coordinates":[-0.4760811,51.5682011]},"properties":{"@type":"node","@id":8464555815,"@timestamp":1614459670},"coords":"51.5682011,-0.4760811","bedrooms":"1","price":"210000","area":"449"} , +{"type":"Feature","id":"n8464814766","geometry":{"type":"Point","coordinates":[-0.0492487,51.5529603]},"properties":{"@type":"node","@id":8464814766,"@timestamp":1614467979},"coords":"51.5529603,-0.0492487","bedrooms":"0","price":"215000","area":"611"} , +{"type":"Feature","id":"n8464819269","geometry":{"type":"Point","coordinates":[-0.6992169,51.7402802]},"properties":{"@type":"node","@id":8464819269,"@timestamp":1614469357},"coords":"51.7402802,-0.6992169","bedrooms":"0","price":"198000","area":"625"} , +{"type":"Feature","id":"n8465093520","geometry":{"type":"Point","coordinates":[-0.1188914,51.5580867]},"properties":{"@type":"node","@id":8465093520,"@timestamp":1614482652},"coords":"51.5580867,-0.1188914","bedrooms":"4","price":"203000","area":"422"} , +{"type":"Feature","id":"n8465237642","geometry":{"type":"Point","coordinates":[-0.0195618,51.4399004]},"properties":{"@type":"node","@id":8465237642,"@timestamp":1614492635},"coords":"51.4399004,-0.0195618","bedrooms":"0","price":"169000","area":"492"} , +{"type":"Feature","id":"n8465258719","geometry":{"type":"Point","coordinates":[-0.2409185,51.5271975]},"properties":{"@type":"node","@id":8465258719,"@timestamp":1614493949},"coords":"51.5271975,-0.2409185","bedrooms":"0","price":"188000","area":"640"} , +{"type":"Feature","id":"n8465359135","geometry":{"type":"Point","coordinates":[0.1708048,51.8705544]},"properties":{"@type":"node","@id":8465359135,"@timestamp":1614500025},"coords":"51.8705544,0.1708048","bedrooms":"1","price":"263000","area":"352"} , +{"type":"Feature","id":"n8465446835","geometry":{"type":"Point","coordinates":[-0.7128244,51.7415752]},"properties":{"@type":"node","@id":8465446835,"@timestamp":1614504278},"coords":"51.7415752,-0.7128244","bedrooms":"2","price":"222000","area":"633"} , +{"type":"Feature","id":"n8465727776","geometry":{"type":"Point","coordinates":[-0.4176517,51.8690809]},"properties":{"@type":"node","@id":8465727776,"@timestamp":1614512749},"coords":"51.8690809,-0.4176517","bedrooms":"3","price":"179000","area":"563"} , +{"type":"Feature","id":"n8465929413","geometry":{"type":"Point","coordinates":[-0.052929,51.3873902]},"properties":{"@type":"node","@id":8465929413,"@timestamp":1614514399},"coords":"51.3873902,-0.052929","bedrooms":"4","price":"193000","area":"468"} , +{"type":"Feature","id":"n8465929435","geometry":{"type":"Point","coordinates":[-0.0531044,51.3862374]},"properties":{"@type":"node","@id":8465929435,"@timestamp":1614514399},"coords":"51.3862374,-0.0531044","bedrooms":"0","price":"251000","area":"650"} , +{"type":"Feature","id":"n8465929445","geometry":{"type":"Point","coordinates":[-0.0528808,51.3877458]},"properties":{"@type":"node","@id":8465929445,"@timestamp":1614514399},"coords":"51.3877458,-0.0528808","bedrooms":"0","price":"170000","area":"586"} , +{"type":"Feature","id":"n8465929455","geometry":{"type":"Point","coordinates":[-0.053915,51.3889288]},"properties":{"@type":"node","@id":8465929455,"@timestamp":1614514399},"coords":"51.3889288,-0.053915","bedrooms":"4","price":"264000","area":"546"} , +{"type":"Feature","id":"n8465929487","geometry":{"type":"Point","coordinates":[-0.0589395,51.3846959]},"properties":{"@type":"node","@id":8465929487,"@timestamp":1614514399},"coords":"51.3846959,-0.0589395","bedrooms":"2","price":"173000","area":"386"} , +{"type":"Feature","id":"n8465929497","geometry":{"type":"Point","coordinates":[-0.0547729,51.3843024]},"properties":{"@type":"node","@id":8465929497,"@timestamp":1614514399},"coords":"51.3843024,-0.0547729","bedrooms":"2","price":"238000","area":"355"} , +{"type":"Feature","id":"n8467255531","geometry":{"type":"Point","coordinates":[0.438975,51.2859402]},"properties":{"@type":"node","@id":8467255531,"@timestamp":1621275673},"coords":"51.2859402,0.438975","bedrooms":"2","price":"202000","area":"586"} , +{"type":"Feature","id":"n8467330229","geometry":{"type":"Point","coordinates":[-0.5573832,51.427735]},"properties":{"@type":"node","@id":8467330229,"@timestamp":1614523488},"coords":"51.427735,-0.5573832","bedrooms":"1","price":"165000","area":"538"} , +{"type":"Feature","id":"n8467382559","geometry":{"type":"Point","coordinates":[0.8414571,51.412805]},"properties":{"@type":"node","@id":8467382559,"@timestamp":1614525040},"coords":"51.412805,0.8414571","bedrooms":"3","price":"267000","area":"592"} , +{"type":"Feature","id":"n8467395676","geometry":{"type":"Point","coordinates":[-0.3220747,51.4693795]},"properties":{"@type":"node","@id":8467395676,"@timestamp":1614525288},"coords":"51.4693795,-0.3220747","bedrooms":"1","price":"151000","area":"537"} , +{"type":"Feature","id":"n8467477357","geometry":{"type":"Point","coordinates":[-0.1688692,51.8892925]},"properties":{"@type":"node","@id":8467477357,"@timestamp":1614525404},"coords":"51.8892925,-0.1688692","bedrooms":"2","price":"158000","area":"355"} , +{"type":"Feature","id":"n8467514429","geometry":{"type":"Point","coordinates":[-0.1822463,51.4752657]},"properties":{"@type":"node","@id":8467514429,"@timestamp":1614526563},"coords":"51.4752657,-0.1822463","bedrooms":"1","price":"299000","area":"578"} , +{"type":"Feature","id":"n8467562159","geometry":{"type":"Point","coordinates":[-0.3445839,51.6437627]},"properties":{"@type":"node","@id":8467562159,"@timestamp":1614526717},"coords":"51.6437627,-0.3445839","bedrooms":"4","price":"284000","area":"616"} , +{"type":"Feature","id":"n8467694472","geometry":{"type":"Point","coordinates":[0.3362248,51.9428113]},"properties":{"@type":"node","@id":8467694472,"@timestamp":1614526001},"coords":"51.9428113,0.3362248","bedrooms":"0","price":"269000","area":"388"} , +{"type":"Feature","id":"n8467780750","geometry":{"type":"Point","coordinates":[-0.3036484,51.6424284]},"properties":{"@type":"node","@id":8467780750,"@timestamp":1614529819},"coords":"51.6424284,-0.3036484","bedrooms":"3","price":"165000","area":"588"} , +{"type":"Feature","id":"n8467780803","geometry":{"type":"Point","coordinates":[-0.2945287,51.642455]},"properties":{"@type":"node","@id":8467780803,"@timestamp":1614529819},"coords":"51.642455,-0.2945287","bedrooms":"1","price":"186000","area":"503"} , +{"type":"Feature","id":"n8467992306","geometry":{"type":"Point","coordinates":[-0.160539,51.6388947]},"properties":{"@type":"node","@id":8467992306,"@timestamp":1614533511},"coords":"51.6388947,-0.160539","bedrooms":"3","price":"209000","area":"609"} , +{"type":"Feature","id":"n8468004841","geometry":{"type":"Point","coordinates":[0.0066956,51.5260353]},"properties":{"@type":"node","@id":8468004841,"@timestamp":1619453736},"coords":"51.5260353,0.0066956","bedrooms":"0","price":"242000","area":"507"} , +{"type":"Feature","id":"n8468004863","geometry":{"type":"Point","coordinates":[0.0064572,51.5276713]},"properties":{"@type":"node","@id":8468004863,"@timestamp":1619453736},"coords":"51.5276713,0.0064572","bedrooms":"4","price":"175000","area":"495"} , +{"type":"Feature","id":"n8468004909","geometry":{"type":"Point","coordinates":[0.0050215,51.5366842]},"properties":{"@type":"node","@id":8468004909,"@timestamp":1614533350},"coords":"51.5366842,0.0050215","bedrooms":"4","price":"252000","area":"493"} , +{"type":"Feature","id":"n8468017983","geometry":{"type":"Point","coordinates":[-0.2848085,51.6488139]},"properties":{"@type":"node","@id":8468017983,"@timestamp":1614533839},"coords":"51.6488139,-0.2848085","bedrooms":"3","price":"223000","area":"604"} , +{"type":"Feature","id":"n8468018012","geometry":{"type":"Point","coordinates":[-0.2830529,51.6522846]},"properties":{"@type":"node","@id":8468018012,"@timestamp":1614533839},"coords":"51.6522846,-0.2830529","bedrooms":"3","price":"229000","area":"596"} , +{"type":"Feature","id":"n8468054539","geometry":{"type":"Point","coordinates":[-0.0007778,50.994784]},"properties":{"@type":"node","@id":8468054539,"@timestamp":1614534482},"coords":"50.994784,-0.0007778","bedrooms":"4","price":"262000","area":"646"} , +{"type":"Feature","id":"n8468440816","geometry":{"type":"Point","coordinates":[0.133853,51.9085308]},"properties":{"@type":"node","@id":8468440816,"@timestamp":1614535494},"coords":"51.9085308,0.133853","bedrooms":"3","price":"274000","area":"398"} , +{"type":"Feature","id":"n8468794609","geometry":{"type":"Point","coordinates":[-0.3007972,51.415303]},"properties":{"@type":"node","@id":8468794609,"@timestamp":1626615290},"coords":"51.415303,-0.3007972","bedrooms":"1","price":"218000","area":"652"} , +{"type":"Feature","id":"n8470956630","geometry":{"type":"Point","coordinates":[0.7072154,51.5563971]},"properties":{"@type":"node","@id":8470956630,"@timestamp":1629137645},"coords":"51.5563971,0.7072154","bedrooms":"2","price":"172000","area":"488"} , +{"type":"Feature","id":"n8471180773","geometry":{"type":"Point","coordinates":[-0.2283952,51.5197294]},"properties":{"@type":"node","@id":8471180773,"@timestamp":1614539880},"coords":"51.5197294,-0.2283952","bedrooms":"0","price":"217000","area":"539"} , +{"type":"Feature","id":"n8473102548","geometry":{"type":"Point","coordinates":[-0.8743326,51.2700988]},"properties":{"@type":"node","@id":8473102548,"@timestamp":1614541234},"coords":"51.2700988,-0.8743326","bedrooms":"3","price":"266000","area":"361"} , +{"type":"Feature","id":"n8473166759","geometry":{"type":"Point","coordinates":[-0.046234,51.5569373]},"properties":{"@type":"node","@id":8473166759,"@timestamp":1616778380},"coords":"51.5569373,-0.046234","bedrooms":"4","price":"207000","area":"605"} , +{"type":"Feature","id":"n8473534191","geometry":{"type":"Point","coordinates":[0.0311243,51.5022564]},"properties":{"@type":"node","@id":8473534191,"@timestamp":1614544826},"coords":"51.5022564,0.0311243","bedrooms":"4","price":"273000","area":"540"} , +{"type":"Feature","id":"n8473569111","geometry":{"type":"Point","coordinates":[0.0269426,51.4986309]},"properties":{"@type":"node","@id":8473569111,"@timestamp":1614546061},"coords":"51.4986309,0.0269426","bedrooms":"0","price":"244000","area":"493"} , +{"type":"Feature","id":"n8473588020","geometry":{"type":"Point","coordinates":[0.0314998,51.4989886]},"properties":{"@type":"node","@id":8473588020,"@timestamp":1614546061},"coords":"51.4989886,0.0314998","bedrooms":"1","price":"185000","area":"688"} , +{"type":"Feature","id":"n8473704398","geometry":{"type":"Point","coordinates":[-0.052629,51.3818072]},"properties":{"@type":"node","@id":8473704398,"@timestamp":1614550527},"coords":"51.3818072,-0.052629","bedrooms":"2","price":"168000","area":"394"} , +{"type":"Feature","id":"n8473780821","geometry":{"type":"Point","coordinates":[-0.2433877,51.7672632]},"properties":{"@type":"node","@id":8473780821,"@timestamp":1614549840},"coords":"51.7672632,-0.2433877","bedrooms":"1","price":"288000","area":"476"} , +{"type":"Feature","id":"n8473999472","geometry":{"type":"Point","coordinates":[0.2185055,51.5228037]},"properties":{"@type":"node","@id":8473999472,"@timestamp":1614557483},"coords":"51.5228037,0.2185055","bedrooms":"3","price":"214000","area":"419"} , +{"type":"Feature","id":"n8474048018","geometry":{"type":"Point","coordinates":[-0.0070608,51.5586036]},"properties":{"@type":"node","@id":8474048018,"@timestamp":1614560454},"coords":"51.5586036,-0.0070608","bedrooms":"3","price":"161000","area":"521"} , +{"type":"Feature","id":"n8474252668","geometry":{"type":"Point","coordinates":[-0.1352775,51.5215599]},"properties":{"@type":"node","@id":8474252668,"@timestamp":1635263421},"coords":"51.5215599,-0.1352775","bedrooms":"4","price":"255000","area":"482"} , +{"type":"Feature","id":"n8474252681","geometry":{"type":"Point","coordinates":[-0.1290083,51.5130647]},"properties":{"@type":"node","@id":8474252681,"@timestamp":1614571210},"coords":"51.5130647,-0.1290083","bedrooms":"0","price":"218000","area":"507"} , +{"type":"Feature","id":"n8474335880","geometry":{"type":"Point","coordinates":[0.2126803,51.5071315]},"properties":{"@type":"node","@id":8474335880,"@timestamp":1614574128},"coords":"51.5071315,0.2126803","bedrooms":"3","price":"276000","area":"450"} , +{"type":"Feature","id":"n8474335890","geometry":{"type":"Point","coordinates":[0.2205709,51.5064742]},"properties":{"@type":"node","@id":8474335890,"@timestamp":1614574128},"coords":"51.5064742,0.2205709","bedrooms":"2","price":"197000","area":"597"} , +{"type":"Feature","id":"n8474391795","geometry":{"type":"Point","coordinates":[-0.182397,51.5316369]},"properties":{"@type":"node","@id":8474391795,"@timestamp":1614575321},"coords":"51.5316369,-0.182397","bedrooms":"0","price":"282000","area":"574"} , +{"type":"Feature","id":"n8474425918","geometry":{"type":"Point","coordinates":[-0.1795397,51.5292254]},"properties":{"@type":"node","@id":8474425918,"@timestamp":1614576409},"coords":"51.5292254,-0.1795397","bedrooms":"3","price":"253000","area":"466"} , +{"type":"Feature","id":"n8474443821","geometry":{"type":"Point","coordinates":[-0.1873593,51.5336031]},"properties":{"@type":"node","@id":8474443821,"@timestamp":1614577084},"coords":"51.5336031,-0.1873593","bedrooms":"1","price":"183000","area":"644"} , +{"type":"Feature","id":"n8474458575","geometry":{"type":"Point","coordinates":[-0.1931639,51.532132]},"properties":{"@type":"node","@id":8474458575,"@timestamp":1614577576},"coords":"51.532132,-0.1931639","bedrooms":"4","price":"207000","area":"692"} , +{"type":"Feature","id":"n8474471458","geometry":{"type":"Point","coordinates":[-0.1932231,51.5263486]},"properties":{"@type":"node","@id":8474471458,"@timestamp":1614578013},"coords":"51.5263486,-0.1932231","bedrooms":"4","price":"225000","area":"392"} , +{"type":"Feature","id":"n8474499169","geometry":{"type":"Point","coordinates":[-0.4749401,51.6227921]},"properties":{"@type":"node","@id":8474499169,"@timestamp":1614579366},"coords":"51.6227921,-0.4749401","bedrooms":"3","price":"205000","area":"433"} , +{"type":"Feature","id":"n8474744771","geometry":{"type":"Point","coordinates":[-0.6171414,51.564564]},"properties":{"@type":"node","@id":8474744771,"@timestamp":1614584591},"coords":"51.564564,-0.6171414","bedrooms":"3","price":"207000","area":"408"} , +{"type":"Feature","id":"n8474957681","geometry":{"type":"Point","coordinates":[-0.4804511,51.554409]},"properties":{"@type":"node","@id":8474957681,"@timestamp":1614590062},"coords":"51.554409,-0.4804511","bedrooms":"3","price":"192000","area":"356"} , +{"type":"Feature","id":"n8474965217","geometry":{"type":"Point","coordinates":[-0.4794037,51.5554888]},"properties":{"@type":"node","@id":8474965217,"@timestamp":1614590062},"coords":"51.5554888,-0.4794037","bedrooms":"3","price":"192000","area":"435"} , +{"type":"Feature","id":"n8475049441","geometry":{"type":"Point","coordinates":[0.1154784,50.9997791]},"properties":{"@type":"node","@id":8475049441,"@timestamp":1629356734},"coords":"50.9997791,0.1154784","bedrooms":"0","price":"237000","area":"524"} , +{"type":"Feature","id":"n8475472653","geometry":{"type":"Point","coordinates":[0.4511502,51.9682723]},"properties":{"@type":"node","@id":8475472653,"@timestamp":1614594031},"coords":"51.9682723,0.4511502","bedrooms":"0","price":"185000","area":"555"} , +{"type":"Feature","id":"n8475532435","geometry":{"type":"Point","coordinates":[-1.0777195,51.931549]},"properties":{"@type":"node","@id":8475532435,"@timestamp":1614595234},"coords":"51.931549,-1.0777195","bedrooms":"0","price":"152000","area":"589"} , +{"type":"Feature","id":"n8475598267","geometry":{"type":"Point","coordinates":[-0.2341564,51.5167778]},"properties":{"@type":"node","@id":8475598267,"@timestamp":1614596379},"coords":"51.5167778,-0.2341564","bedrooms":"1","price":"186000","area":"518"} , +{"type":"Feature","id":"n8475721742","geometry":{"type":"Point","coordinates":[0.8764152,51.1556015]},"properties":{"@type":"node","@id":8475721742,"@timestamp":1614599326},"coords":"51.1556015,0.8764152","bedrooms":"4","price":"191000","area":"608"} , +{"type":"Feature","id":"n8475789232","geometry":{"type":"Point","coordinates":[0.0199066,51.5541914]},"properties":{"@type":"node","@id":8475789232,"@timestamp":1619778013},"coords":"51.5541914,0.0199066","bedrooms":"3","price":"195000","area":"397"} , +{"type":"Feature","id":"n8475789253","geometry":{"type":"Point","coordinates":[0.0193435,51.5539157]},"properties":{"@type":"node","@id":8475789253,"@timestamp":1619778013},"coords":"51.5539157,0.0193435","bedrooms":"2","price":"265000","area":"397"} , +{"type":"Feature","id":"n8475878061","geometry":{"type":"Point","coordinates":[-0.3125329,51.5627169]},"properties":{"@type":"node","@id":8475878061,"@timestamp":1614603055},"coords":"51.5627169,-0.3125329","bedrooms":"3","price":"209000","area":"664"} , +{"type":"Feature","id":"n8475949340","geometry":{"type":"Point","coordinates":[0.0105192,51.376144]},"properties":{"@type":"node","@id":8475949340,"@timestamp":1614604395},"coords":"51.376144,0.0105192","bedrooms":"0","price":"228000","area":"687"} , +{"type":"Feature","id":"n8475977472","geometry":{"type":"Point","coordinates":[-0.967647,51.4689587]},"properties":{"@type":"node","@id":8475977472,"@timestamp":1635716448},"coords":"51.4689587,-0.967647","bedrooms":"2","price":"180000","area":"617"} , +{"type":"Feature","id":"n8476008871","geometry":{"type":"Point","coordinates":[0.0108451,51.3770359]},"properties":{"@type":"node","@id":8476008871,"@timestamp":1614606265},"coords":"51.3770359,0.0108451","bedrooms":"0","price":"204000","area":"364"} , +{"type":"Feature","id":"n8476017941","geometry":{"type":"Point","coordinates":[0.0102796,51.3774853]},"properties":{"@type":"node","@id":8476017941,"@timestamp":1614606265},"coords":"51.3774853,0.0102796","bedrooms":"0","price":"249000","area":"581"} , +{"type":"Feature","id":"n8476033943","geometry":{"type":"Point","coordinates":[0.0041814,51.4321425]},"properties":{"@type":"node","@id":8476033943,"@timestamp":1614607094},"coords":"51.4321425,0.0041814","bedrooms":"1","price":"276000","area":"683"} , +{"type":"Feature","id":"n8476111032","geometry":{"type":"Point","coordinates":[-0.1316606,51.4153992]},"properties":{"@type":"node","@id":8476111032,"@timestamp":1614608998},"coords":"51.4153992,-0.1316606","bedrooms":"1","price":"169000","area":"458"} , +{"type":"Feature","id":"n8476126948","geometry":{"type":"Point","coordinates":[0.0110707,51.3772962]},"properties":{"@type":"node","@id":8476126948,"@timestamp":1614609628},"coords":"51.3772962,0.0110707","bedrooms":"4","price":"264000","area":"473"} , +{"type":"Feature","id":"n8476127012","geometry":{"type":"Point","coordinates":[0.0114041,51.3768104]},"properties":{"@type":"node","@id":8476127012,"@timestamp":1614609628},"coords":"51.3768104,0.0114041","bedrooms":"0","price":"299000","area":"483"} , +{"type":"Feature","id":"n8476141609","geometry":{"type":"Point","coordinates":[-0.8813698,51.7830899]},"properties":{"@type":"node","@id":8476141609,"@timestamp":1614610579},"coords":"51.7830899,-0.8813698","bedrooms":"4","price":"277000","area":"681"} , +{"type":"Feature","id":"n8476257591","geometry":{"type":"Point","coordinates":[-0.4779454,51.6497896]},"properties":{"@type":"node","@id":8476257591,"@timestamp":1614614244},"coords":"51.6497896,-0.4779454","bedrooms":"4","price":"210000","area":"507"} , +{"type":"Feature","id":"n8476362437","geometry":{"type":"Point","coordinates":[-0.2276576,51.3070303]},"properties":{"@type":"node","@id":8476362437,"@timestamp":1614615607},"coords":"51.3070303,-0.2276576","bedrooms":"1","price":"228000","area":"566"} , +{"type":"Feature","id":"n8476490180","geometry":{"type":"Point","coordinates":[0.0228226,51.5513206]},"properties":{"@type":"node","@id":8476490180,"@timestamp":1616540271},"coords":"51.5513206,0.0228226","bedrooms":"0","price":"257000","area":"476"} , +{"type":"Feature","id":"n8476490197","geometry":{"type":"Point","coordinates":[0.0230256,51.5510054]},"properties":{"@type":"node","@id":8476490197,"@timestamp":1616540271},"coords":"51.5510054,0.0230256","bedrooms":"0","price":"289000","area":"465"} , +{"type":"Feature","id":"n8476782753","geometry":{"type":"Point","coordinates":[0.8785978,51.1556753]},"properties":{"@type":"node","@id":8476782753,"@timestamp":1614623257},"coords":"51.1556753,0.8785978","bedrooms":"3","price":"274000","area":"657"} , +{"type":"Feature","id":"n8476852355","geometry":{"type":"Point","coordinates":[-0.0559176,51.4021954]},"properties":{"@type":"node","@id":8476852355,"@timestamp":1614624937},"coords":"51.4021954,-0.0559176","bedrooms":"2","price":"231000","area":"584"} , +{"type":"Feature","id":"n8476896544","geometry":{"type":"Point","coordinates":[0.8587573,51.0621404]},"properties":{"@type":"node","@id":8476896544,"@timestamp":1614626435},"coords":"51.0621404,0.8587573","bedrooms":"2","price":"179000","area":"363"} , +{"type":"Feature","id":"n8477230747","geometry":{"type":"Point","coordinates":[-0.1956274,51.2390679]},"properties":{"@type":"node","@id":8477230747,"@timestamp":1633721906},"coords":"51.2390679,-0.1956274","bedrooms":"4","price":"182000","area":"515"} , +{"type":"Feature","id":"n8477307386","geometry":{"type":"Point","coordinates":[0.8533589,51.0659488]},"properties":{"@type":"node","@id":8477307386,"@timestamp":1614852300},"coords":"51.0659488,0.8533589","bedrooms":"3","price":"279000","area":"569"} , +{"type":"Feature","id":"n8477394820","geometry":{"type":"Point","coordinates":[-0.3033806,51.5134673]},"properties":{"@type":"node","@id":8477394820,"@timestamp":1630455027},"coords":"51.5134673,-0.3033806","bedrooms":"1","price":"166000","area":"652"} , +{"type":"Feature","id":"n8477716296","geometry":{"type":"Point","coordinates":[-0.2335683,51.5202058]},"properties":{"@type":"node","@id":8477716296,"@timestamp":1614658601},"coords":"51.5202058,-0.2335683","bedrooms":"2","price":"160000","area":"410"} , +{"type":"Feature","id":"n8477999623","geometry":{"type":"Point","coordinates":[-0.331882,51.8899312]},"properties":{"@type":"node","@id":8477999623,"@timestamp":1614666324},"coords":"51.8899312,-0.331882","bedrooms":"1","price":"267000","area":"435"} , +{"type":"Feature","id":"n8478124762","geometry":{"type":"Point","coordinates":[0.0013473,51.3699896]},"properties":{"@type":"node","@id":8478124762,"@timestamp":1616712754},"coords":"51.3699896,0.0013473","bedrooms":"2","price":"224000","area":"490"} , +{"type":"Feature","id":"n8478275477","geometry":{"type":"Point","coordinates":[-0.4176926,51.8096787]},"properties":{"@type":"node","@id":8478275477,"@timestamp":1614672522},"coords":"51.8096787,-0.4176926","bedrooms":"2","price":"222000","area":"636"} , +{"type":"Feature","id":"n8478303117","geometry":{"type":"Point","coordinates":[0.0010021,51.3692865]},"properties":{"@type":"node","@id":8478303117,"@timestamp":1614673055},"coords":"51.3692865,0.0010021","bedrooms":"2","price":"162000","area":"525"} , +{"type":"Feature","id":"n8478307624","geometry":{"type":"Point","coordinates":[-0.130857,51.4131145]},"properties":{"@type":"node","@id":8478307624,"@timestamp":1625440526},"coords":"51.4131145,-0.130857","bedrooms":"4","price":"248000","area":"481"} , +{"type":"Feature","id":"n8478492409","geometry":{"type":"Point","coordinates":[0.8408452,51.1317491]},"properties":{"@type":"node","@id":8478492409,"@timestamp":1614677400},"coords":"51.1317491,0.8408452","bedrooms":"0","price":"270000","area":"672"} , +{"type":"Feature","id":"n8478594541","geometry":{"type":"Point","coordinates":[0.018105,51.5443979]},"properties":{"@type":"node","@id":8478594541,"@timestamp":1614679427},"coords":"51.5443979,0.018105","bedrooms":"4","price":"258000","area":"527"} , +{"type":"Feature","id":"n8478742450","geometry":{"type":"Point","coordinates":[-0.1837092,51.1900392]},"properties":{"@type":"node","@id":8478742450,"@timestamp":1629104123},"coords":"51.1900392,-0.1837092","bedrooms":"3","price":"272000","area":"619"} , +{"type":"Feature","id":"n8478928720","geometry":{"type":"Point","coordinates":[-0.8463544,51.6309339]},"properties":{"@type":"node","@id":8478928720,"@timestamp":1614686195},"coords":"51.6309339,-0.8463544","bedrooms":"4","price":"285000","area":"582"} , +{"type":"Feature","id":"n8479022148","geometry":{"type":"Point","coordinates":[-0.5507876,51.4250692]},"properties":{"@type":"node","@id":8479022148,"@timestamp":1614688688},"coords":"51.4250692,-0.5507876","bedrooms":"3","price":"203000","area":"576"} , +{"type":"Feature","id":"n8479022235","geometry":{"type":"Point","coordinates":[-0.5560206,51.4248701]},"properties":{"@type":"node","@id":8479022235,"@timestamp":1614688688},"coords":"51.4248701,-0.5560206","bedrooms":"3","price":"221000","area":"675"} , +{"type":"Feature","id":"n8479081901","geometry":{"type":"Point","coordinates":[-0.2223031,51.6504549]},"properties":{"@type":"node","@id":8479081901,"@timestamp":1614690791},"coords":"51.6504549,-0.2223031","bedrooms":"2","price":"197000","area":"520"} , +{"type":"Feature","id":"n8479085437","geometry":{"type":"Point","coordinates":[-0.5611087,51.424991]},"properties":{"@type":"node","@id":8479085437,"@timestamp":1614690242},"coords":"51.424991,-0.5611087","bedrooms":"3","price":"215000","area":"619"} , +{"type":"Feature","id":"n8479220070","geometry":{"type":"Point","coordinates":[-0.3588203,51.7915802]},"properties":{"@type":"node","@id":8479220070,"@timestamp":1614694885},"coords":"51.7915802,-0.3588203","bedrooms":"0","price":"294000","area":"685"} , +{"type":"Feature","id":"n8479345920","geometry":{"type":"Point","coordinates":[-0.6818611,51.618652]},"properties":{"@type":"node","@id":8479345920,"@timestamp":1614697374},"coords":"51.618652,-0.6818611","bedrooms":"4","price":"250000","area":"695"} , +{"type":"Feature","id":"n8479454297","geometry":{"type":"Point","coordinates":[0.4899483,51.7559187]},"properties":{"@type":"node","@id":8479454297,"@timestamp":1614699756},"coords":"51.7559187,0.4899483","bedrooms":"0","price":"283000","area":"471"} , +{"type":"Feature","id":"n8480165248","geometry":{"type":"Point","coordinates":[0.8466769,51.1295265]},"properties":{"@type":"node","@id":8480165248,"@timestamp":1614706340},"coords":"51.1295265,0.8466769","bedrooms":"0","price":"260000","area":"512"} , +{"type":"Feature","id":"n8480301940","geometry":{"type":"Point","coordinates":[-0.0514754,50.9847693]},"properties":{"@type":"node","@id":8480301940,"@timestamp":1614709151},"coords":"50.9847693,-0.0514754","bedrooms":"1","price":"175000","area":"674"} , +{"type":"Feature","id":"n8480480905","geometry":{"type":"Point","coordinates":[0.8804014,51.1545745]},"properties":{"@type":"node","@id":8480480905,"@timestamp":1614713824},"coords":"51.1545745,0.8804014","bedrooms":"3","price":"214000","area":"537"} , +{"type":"Feature","id":"n8480822876","geometry":{"type":"Point","coordinates":[0.0096357,51.5352045]},"properties":{"@type":"node","@id":8480822876,"@timestamp":1625147737},"coords":"51.5352045,0.0096357","bedrooms":"4","price":"232000","area":"694"} , +{"type":"Feature","id":"n8480888234","geometry":{"type":"Point","coordinates":[-0.1986766,51.2061306]},"properties":{"@type":"node","@id":8480888234,"@timestamp":1614717722},"coords":"51.2061306,-0.1986766","bedrooms":"1","price":"268000","area":"611"} , +{"type":"Feature","id":"n8481357070","geometry":{"type":"Point","coordinates":[-0.1507813,51.5431505]},"properties":{"@type":"node","@id":8481357070,"@timestamp":1631016980},"coords":"51.5431505,-0.1507813","bedrooms":"4","price":"157000","area":"396"} , +{"type":"Feature","id":"n8481629395","geometry":{"type":"Point","coordinates":[-0.2292768,51.5194138]},"properties":{"@type":"node","@id":8481629395,"@timestamp":1614748179},"coords":"51.5194138,-0.2292768","bedrooms":"3","price":"158000","area":"520"} , +{"type":"Feature","id":"n8481877410","geometry":{"type":"Point","coordinates":[-0.1539376,51.5777286]},"properties":{"@type":"node","@id":8481877410,"@timestamp":1614755602},"coords":"51.5777286,-0.1539376","bedrooms":"0","price":"277000","area":"536"} , +{"type":"Feature","id":"n8481957135","geometry":{"type":"Point","coordinates":[0.0018647,51.3697559]},"properties":{"@type":"node","@id":8481957135,"@timestamp":1614757129},"coords":"51.3697559,0.0018647","bedrooms":"0","price":"189000","area":"623"} , +{"type":"Feature","id":"n8481957216","geometry":{"type":"Point","coordinates":[0.0025688,51.369951]},"properties":{"@type":"node","@id":8481957216,"@timestamp":1614757129},"coords":"51.369951,0.0025688","bedrooms":"1","price":"218000","area":"572"} , +{"type":"Feature","id":"n8482511301","geometry":{"type":"Point","coordinates":[-0.1337615,51.418569]},"properties":{"@type":"node","@id":8482511301,"@timestamp":1614768316},"coords":"51.418569,-0.1337615","bedrooms":"1","price":"292000","area":"448"} , +{"type":"Feature","id":"n8482571776","geometry":{"type":"Point","coordinates":[0.1427838,51.881883]},"properties":{"@type":"node","@id":8482571776,"@timestamp":1627424001},"coords":"51.881883,0.1427838","bedrooms":"3","price":"227000","area":"444"} , +{"type":"Feature","id":"n8482602237","geometry":{"type":"Point","coordinates":[-0.0868928,51.5341919]},"properties":{"@type":"node","@id":8482602237,"@timestamp":1614770574},"coords":"51.5341919,-0.0868928","bedrooms":"4","price":"218000","area":"689"} , +{"type":"Feature","id":"n8482602247","geometry":{"type":"Point","coordinates":[-0.0872737,51.5353966]},"properties":{"@type":"node","@id":8482602247,"@timestamp":1614770574},"coords":"51.5353966,-0.0872737","bedrooms":"1","price":"261000","area":"577"} , +{"type":"Feature","id":"n8482602259","geometry":{"type":"Point","coordinates":[-0.0854042,51.534846]},"properties":{"@type":"node","@id":8482602259,"@timestamp":1614770574},"coords":"51.534846,-0.0854042","bedrooms":"0","price":"287000","area":"571"} , +{"type":"Feature","id":"n8482602269","geometry":{"type":"Point","coordinates":[-0.0834033,51.5332659]},"properties":{"@type":"node","@id":8482602269,"@timestamp":1614770574},"coords":"51.5332659,-0.0834033","bedrooms":"3","price":"298000","area":"485"} , +{"type":"Feature","id":"n8482602279","geometry":{"type":"Point","coordinates":[-0.083237,51.5337732]},"properties":{"@type":"node","@id":8482602279,"@timestamp":1614770574},"coords":"51.5337732,-0.083237","bedrooms":"3","price":"295000","area":"585"} , +{"type":"Feature","id":"n8482602289","geometry":{"type":"Point","coordinates":[-0.0841449,51.5334603]},"properties":{"@type":"node","@id":8482602289,"@timestamp":1614770574},"coords":"51.5334603,-0.0841449","bedrooms":"3","price":"277000","area":"449"} , +{"type":"Feature","id":"n8482602299","geometry":{"type":"Point","coordinates":[-0.0850904,51.5337957]},"properties":{"@type":"node","@id":8482602299,"@timestamp":1614770574},"coords":"51.5337957,-0.0850904","bedrooms":"1","price":"269000","area":"393"} , +{"type":"Feature","id":"n8482602309","geometry":{"type":"Point","coordinates":[-0.0860144,51.5332426]},"properties":{"@type":"node","@id":8482602309,"@timestamp":1614770574},"coords":"51.5332426,-0.0860144","bedrooms":"2","price":"280000","area":"427"} , +{"type":"Feature","id":"n8482615419","geometry":{"type":"Point","coordinates":[-0.087605,51.5334812]},"properties":{"@type":"node","@id":8482615419,"@timestamp":1614770574},"coords":"51.5334812,-0.087605","bedrooms":"0","price":"161000","area":"364"} , +{"type":"Feature","id":"n8482615429","geometry":{"type":"Point","coordinates":[-0.0894664,51.5347334]},"properties":{"@type":"node","@id":8482615429,"@timestamp":1614770574},"coords":"51.5347334,-0.0894664","bedrooms":"2","price":"181000","area":"670"} , +{"type":"Feature","id":"n8482615439","geometry":{"type":"Point","coordinates":[-0.0884043,51.5339592]},"properties":{"@type":"node","@id":8482615439,"@timestamp":1614770574},"coords":"51.5339592,-0.0884043","bedrooms":"3","price":"194000","area":"536"} , +{"type":"Feature","id":"n8482615449","geometry":{"type":"Point","coordinates":[-0.087605,51.5343404]},"properties":{"@type":"node","@id":8482615449,"@timestamp":1614770574},"coords":"51.5343404,-0.087605","bedrooms":"2","price":"162000","area":"526"} , +{"type":"Feature","id":"n8482615459","geometry":{"type":"Point","coordinates":[-0.088352,51.5347217]},"properties":{"@type":"node","@id":8482615459,"@timestamp":1614770574},"coords":"51.5347217,-0.088352","bedrooms":"3","price":"165000","area":"536"} , +{"type":"Feature","id":"n8482615469","geometry":{"type":"Point","coordinates":[-0.0887637,51.5352914]},"properties":{"@type":"node","@id":8482615469,"@timestamp":1614770574},"coords":"51.5352914,-0.0887637","bedrooms":"1","price":"161000","area":"619"} , +{"type":"Feature","id":"n8482615479","geometry":{"type":"Point","coordinates":[-0.088077,51.5356001]},"properties":{"@type":"node","@id":8482615479,"@timestamp":1614770574},"coords":"51.5356001,-0.088077","bedrooms":"1","price":"277000","area":"513"} , +{"type":"Feature","id":"n8482615489","geometry":{"type":"Point","coordinates":[-0.0871141,51.5357861]},"properties":{"@type":"node","@id":8482615489,"@timestamp":1614770574},"coords":"51.5357861,-0.0871141","bedrooms":"4","price":"256000","area":"439"} , +{"type":"Feature","id":"n8482615499","geometry":{"type":"Point","coordinates":[-0.0869371,51.534861]},"properties":{"@type":"node","@id":8482615499,"@timestamp":1614770574},"coords":"51.534861,-0.0869371","bedrooms":"2","price":"281000","area":"474"} , +{"type":"Feature","id":"n8482615509","geometry":{"type":"Point","coordinates":[-0.0859621,51.5399436]},"properties":{"@type":"node","@id":8482615509,"@timestamp":1614770574},"coords":"51.5399436,-0.0859621","bedrooms":"2","price":"195000","area":"585"} , +{"type":"Feature","id":"n8482615520","geometry":{"type":"Point","coordinates":[-0.0853948,51.5391161]},"properties":{"@type":"node","@id":8482615520,"@timestamp":1614770574},"coords":"51.5391161,-0.0853948","bedrooms":"2","price":"261000","area":"529"} , +{"type":"Feature","id":"n8482615530","geometry":{"type":"Point","coordinates":[-0.0857422,51.5390753]},"properties":{"@type":"node","@id":8482615530,"@timestamp":1614770574},"coords":"51.5390753,-0.0857422","bedrooms":"3","price":"177000","area":"405"} , +{"type":"Feature","id":"n8482615540","geometry":{"type":"Point","coordinates":[-0.0905795,51.5391612]},"properties":{"@type":"node","@id":8482615540,"@timestamp":1614770574},"coords":"51.5391612,-0.0905795","bedrooms":"4","price":"192000","area":"597"} , +{"type":"Feature","id":"n8482615550","geometry":{"type":"Point","coordinates":[-0.0905782,51.5397643]},"properties":{"@type":"node","@id":8482615550,"@timestamp":1614770574},"coords":"51.5397643,-0.0905782","bedrooms":"0","price":"262000","area":"359"} , +{"type":"Feature","id":"n8482615571","geometry":{"type":"Point","coordinates":[-0.0846921,51.5377156]},"properties":{"@type":"node","@id":8482615571,"@timestamp":1614770574},"coords":"51.5377156,-0.0846921","bedrooms":"0","price":"201000","area":"366"} , +{"type":"Feature","id":"n8482615583","geometry":{"type":"Point","coordinates":[-0.0866434,51.5383429]},"properties":{"@type":"node","@id":8482615583,"@timestamp":1614770574},"coords":"51.5383429,-0.0866434","bedrooms":"4","price":"243000","area":"614"} , +{"type":"Feature","id":"n8482615593","geometry":{"type":"Point","coordinates":[-0.0869344,51.5382545]},"properties":{"@type":"node","@id":8482615593,"@timestamp":1614770574},"coords":"51.5382545,-0.0869344","bedrooms":"1","price":"278000","area":"399"} , +{"type":"Feature","id":"n8482615603","geometry":{"type":"Point","coordinates":[-0.0867172,51.5388592]},"properties":{"@type":"node","@id":8482615603,"@timestamp":1614770574},"coords":"51.5388592,-0.0867172","bedrooms":"1","price":"290000","area":"366"} , +{"type":"Feature","id":"n8482615613","geometry":{"type":"Point","coordinates":[-0.0870135,51.5385823]},"properties":{"@type":"node","@id":8482615613,"@timestamp":1614770574},"coords":"51.5385823,-0.0870135","bedrooms":"0","price":"197000","area":"497"} , +{"type":"Feature","id":"n8482615623","geometry":{"type":"Point","coordinates":[-0.0873327,51.5381494]},"properties":{"@type":"node","@id":8482615623,"@timestamp":1614770574},"coords":"51.5381494,-0.0873327","bedrooms":"3","price":"181000","area":"672"} , +{"type":"Feature","id":"n8482615633","geometry":{"type":"Point","coordinates":[-0.0882246,51.5385064]},"properties":{"@type":"node","@id":8482615633,"@timestamp":1614770574},"coords":"51.5385064,-0.0882246","bedrooms":"3","price":"165000","area":"376"} , +{"type":"Feature","id":"n8482615643","geometry":{"type":"Point","coordinates":[-0.0875862,51.5377298]},"properties":{"@type":"node","@id":8482615643,"@timestamp":1614770574},"coords":"51.5377298,-0.0875862","bedrooms":"2","price":"269000","area":"648"} , +{"type":"Feature","id":"n8482615653","geometry":{"type":"Point","coordinates":[-0.0878839,51.5381452]},"properties":{"@type":"node","@id":8482615653,"@timestamp":1614770574},"coords":"51.5381452,-0.0878839","bedrooms":"2","price":"180000","area":"555"} , +{"type":"Feature","id":"n8482615663","geometry":{"type":"Point","coordinates":[-0.0870927,51.5373715]},"properties":{"@type":"node","@id":8482615663,"@timestamp":1614770574},"coords":"51.5373715,-0.0870927","bedrooms":"2","price":"191000","area":"429"} , +{"type":"Feature","id":"n8482627831","geometry":{"type":"Point","coordinates":[-0.0879396,51.5368614]},"properties":{"@type":"node","@id":8482627831,"@timestamp":1614770861},"coords":"51.5368614,-0.0879396","bedrooms":"0","price":"291000","area":"418"} , +{"type":"Feature","id":"n8482627842","geometry":{"type":"Point","coordinates":[-0.0890963,51.5362916]},"properties":{"@type":"node","@id":8482627842,"@timestamp":1614770861},"coords":"51.5362916,-0.0890963","bedrooms":"3","price":"263000","area":"632"} , +{"type":"Feature","id":"n8482627852","geometry":{"type":"Point","coordinates":[-0.0854766,51.5363409]},"properties":{"@type":"node","@id":8482627852,"@timestamp":1614770861},"coords":"51.5363409,-0.0854766","bedrooms":"1","price":"281000","area":"414"} , +{"type":"Feature","id":"n8482703119","geometry":{"type":"Point","coordinates":[-0.0828494,51.5424492]},"properties":{"@type":"node","@id":8482703119,"@timestamp":1614772652},"coords":"51.5424492,-0.0828494","bedrooms":"3","price":"207000","area":"484"} , +{"type":"Feature","id":"n8482703129","geometry":{"type":"Point","coordinates":[-0.0812374,51.5427287]},"properties":{"@type":"node","@id":8482703129,"@timestamp":1614772652},"coords":"51.5427287,-0.0812374","bedrooms":"4","price":"187000","area":"403"} , +{"type":"Feature","id":"n8482703139","geometry":{"type":"Point","coordinates":[-0.0805172,51.541812]},"properties":{"@type":"node","@id":8482703139,"@timestamp":1614772652},"coords":"51.541812,-0.0805172","bedrooms":"3","price":"297000","area":"618"} , +{"type":"Feature","id":"n8482703149","geometry":{"type":"Point","coordinates":[-0.0840524,51.5436178]},"properties":{"@type":"node","@id":8482703149,"@timestamp":1614772652},"coords":"51.5436178,-0.0840524","bedrooms":"1","price":"279000","area":"430"} , +{"type":"Feature","id":"n8482703159","geometry":{"type":"Point","coordinates":[-0.0843421,51.5426895]},"properties":{"@type":"node","@id":8482703159,"@timestamp":1614772652},"coords":"51.5426895,-0.0843421","bedrooms":"1","price":"282000","area":"551"} , +{"type":"Feature","id":"n8482703169","geometry":{"type":"Point","coordinates":[-0.0846384,51.542591]},"properties":{"@type":"node","@id":8482703169,"@timestamp":1614772652},"coords":"51.542591,-0.0846384","bedrooms":"4","price":"227000","area":"554"} , +{"type":"Feature","id":"n8482703179","geometry":{"type":"Point","coordinates":[-0.0834288,51.5413858]},"properties":{"@type":"node","@id":8482703179,"@timestamp":1614772652},"coords":"51.5413858,-0.0834288","bedrooms":"1","price":"151000","area":"571"} , +{"type":"Feature","id":"n8482703189","geometry":{"type":"Point","coordinates":[-0.0810242,51.5411013]},"properties":{"@type":"node","@id":8482703189,"@timestamp":1614772652},"coords":"51.5411013,-0.0810242","bedrooms":"3","price":"254000","area":"668"} , +{"type":"Feature","id":"n8482703199","geometry":{"type":"Point","coordinates":[-0.0763437,51.5430923]},"properties":{"@type":"node","@id":8482703199,"@timestamp":1614772652},"coords":"51.5430923,-0.0763437","bedrooms":"1","price":"198000","area":"649"} , +{"type":"Feature","id":"n8482703209","geometry":{"type":"Point","coordinates":[-0.076046,51.5433008]},"properties":{"@type":"node","@id":8482703209,"@timestamp":1614772652},"coords":"51.5433008,-0.076046","bedrooms":"1","price":"183000","area":"408"} , +{"type":"Feature","id":"n8482703219","geometry":{"type":"Point","coordinates":[-0.0771068,51.5424401]},"properties":{"@type":"node","@id":8482703219,"@timestamp":1614772652},"coords":"51.5424401,-0.0771068","bedrooms":"4","price":"202000","area":"475"} , +{"type":"Feature","id":"n8482703229","geometry":{"type":"Point","coordinates":[-0.0762606,51.5415101]},"properties":{"@type":"node","@id":8482703229,"@timestamp":1614772652},"coords":"51.5415101,-0.0762606","bedrooms":"0","price":"276000","area":"676"} , +{"type":"Feature","id":"n8482703239","geometry":{"type":"Point","coordinates":[-0.0801726,51.540676]},"properties":{"@type":"node","@id":8482703239,"@timestamp":1614772652},"coords":"51.540676,-0.0801726","bedrooms":"0","price":"207000","area":"476"} , +{"type":"Feature","id":"n8482703256","geometry":{"type":"Point","coordinates":[-0.0778766,51.5409262]},"properties":{"@type":"node","@id":8482703256,"@timestamp":1614772652},"coords":"51.5409262,-0.0778766","bedrooms":"1","price":"168000","area":"649"} , +{"type":"Feature","id":"n8482703266","geometry":{"type":"Point","coordinates":[-0.0785069,51.5415092]},"properties":{"@type":"node","@id":8482703266,"@timestamp":1614772652},"coords":"51.5415092,-0.0785069","bedrooms":"4","price":"174000","area":"479"} , +{"type":"Feature","id":"n8482703276","geometry":{"type":"Point","coordinates":[-0.0787027,51.5409529]},"properties":{"@type":"node","@id":8482703276,"@timestamp":1614772652},"coords":"51.5409529,-0.0787027","bedrooms":"1","price":"254000","area":"577"} , +{"type":"Feature","id":"n8482832405","geometry":{"type":"Point","coordinates":[-0.0898339,51.5473784]},"properties":{"@type":"node","@id":8482832405,"@timestamp":1614775772},"coords":"51.5473784,-0.0898339","bedrooms":"3","price":"225000","area":"365"} , +{"type":"Feature","id":"n8482832415","geometry":{"type":"Point","coordinates":[-0.0892143,51.547571]},"properties":{"@type":"node","@id":8482832415,"@timestamp":1614775772},"coords":"51.547571,-0.0892143","bedrooms":"4","price":"237000","area":"667"} , +{"type":"Feature","id":"n8482847188","geometry":{"type":"Point","coordinates":[-0.0950548,51.5426052]},"properties":{"@type":"node","@id":8482847188,"@timestamp":1614775580},"coords":"51.5426052,-0.0950548","bedrooms":"4","price":"185000","area":"397"} , +{"type":"Feature","id":"n8482847198","geometry":{"type":"Point","coordinates":[-0.0944553,51.5422949]},"properties":{"@type":"node","@id":8482847198,"@timestamp":1614775580},"coords":"51.5422949,-0.0944553","bedrooms":"1","price":"213000","area":"613"} , +{"type":"Feature","id":"n8482847208","geometry":{"type":"Point","coordinates":[-0.0928313,51.54242]},"properties":{"@type":"node","@id":8482847208,"@timestamp":1614775580},"coords":"51.54242,-0.0928313","bedrooms":"2","price":"201000","area":"484"} , +{"type":"Feature","id":"n8482852918","geometry":{"type":"Point","coordinates":[-0.0937539,51.5420022]},"properties":{"@type":"node","@id":8482852918,"@timestamp":1614775580},"coords":"51.5420022,-0.0937539","bedrooms":"2","price":"214000","area":"685"} , +{"type":"Feature","id":"n8482852928","geometry":{"type":"Point","coordinates":[-0.0931934,51.5420489]},"properties":{"@type":"node","@id":8482852928,"@timestamp":1614775580},"coords":"51.5420489,-0.0931934","bedrooms":"1","price":"252000","area":"539"} , +{"type":"Feature","id":"n8482852938","geometry":{"type":"Point","coordinates":[-0.093133,51.5416735]},"properties":{"@type":"node","@id":8482852938,"@timestamp":1614775580},"coords":"51.5416735,-0.093133","bedrooms":"1","price":"241000","area":"357"} , +{"type":"Feature","id":"n8482852948","geometry":{"type":"Point","coordinates":[-0.0920065,51.54236]},"properties":{"@type":"node","@id":8482852948,"@timestamp":1614775580},"coords":"51.54236,-0.0920065","bedrooms":"0","price":"206000","area":"401"} , +{"type":"Feature","id":"n8482852958","geometry":{"type":"Point","coordinates":[-0.0934307,51.5437637]},"properties":{"@type":"node","@id":8482852958,"@timestamp":1614775580},"coords":"51.5437637,-0.0934307","bedrooms":"1","price":"257000","area":"504"} , +{"type":"Feature","id":"n8482852968","geometry":{"type":"Point","coordinates":[-0.0925764,51.543481]},"properties":{"@type":"node","@id":8482852968,"@timestamp":1614775580},"coords":"51.543481,-0.0925764","bedrooms":"3","price":"193000","area":"665"} , +{"type":"Feature","id":"n8482852978","geometry":{"type":"Point","coordinates":[-0.0935608,51.5431632]},"properties":{"@type":"node","@id":8482852978,"@timestamp":1614775580},"coords":"51.5431632,-0.0935608","bedrooms":"1","price":"276000","area":"402"} , +{"type":"Feature","id":"n8482852988","geometry":{"type":"Point","coordinates":[-0.0942676,51.5431532]},"properties":{"@type":"node","@id":8482852988,"@timestamp":1614775580},"coords":"51.5431532,-0.0942676","bedrooms":"1","price":"153000","area":"606"} , +{"type":"Feature","id":"n8482852998","geometry":{"type":"Point","coordinates":[-0.0978792,51.541968]},"properties":{"@type":"node","@id":8482852998,"@timestamp":1614775580},"coords":"51.541968,-0.0978792","bedrooms":"4","price":"209000","area":"370"} , +{"type":"Feature","id":"n8482853008","geometry":{"type":"Point","coordinates":[-0.0976552,51.5425143]},"properties":{"@type":"node","@id":8482853008,"@timestamp":1614775580},"coords":"51.5425143,-0.0976552","bedrooms":"3","price":"207000","area":"507"} , +{"type":"Feature","id":"n8482853018","geometry":{"type":"Point","coordinates":[-0.096644,51.5426603]},"properties":{"@type":"node","@id":8482853018,"@timestamp":1614775580},"coords":"51.5426603,-0.096644","bedrooms":"4","price":"266000","area":"558"} , +{"type":"Feature","id":"n8482853028","geometry":{"type":"Point","coordinates":[-0.0960432,51.5431273]},"properties":{"@type":"node","@id":8482853028,"@timestamp":1614775580},"coords":"51.5431273,-0.0960432","bedrooms":"1","price":"280000","area":"378"} , +{"type":"Feature","id":"n8482853038","geometry":{"type":"Point","coordinates":[-0.0956395,51.5434001]},"properties":{"@type":"node","@id":8482853038,"@timestamp":1614775580},"coords":"51.5434001,-0.0956395","bedrooms":"4","price":"182000","area":"542"} , +{"type":"Feature","id":"n8482853048","geometry":{"type":"Point","coordinates":[-0.094564,51.5440298]},"properties":{"@type":"node","@id":8482853048,"@timestamp":1614775580},"coords":"51.5440298,-0.094564","bedrooms":"2","price":"178000","area":"444"} , +{"type":"Feature","id":"n8482853058","geometry":{"type":"Point","coordinates":[-0.0931625,51.5442225]},"properties":{"@type":"node","@id":8482853058,"@timestamp":1614775580},"coords":"51.5442225,-0.0931625","bedrooms":"1","price":"295000","area":"425"} , +{"type":"Feature","id":"n8482853068","geometry":{"type":"Point","coordinates":[-0.0943896,51.544074]},"properties":{"@type":"node","@id":8482853068,"@timestamp":1614775580},"coords":"51.544074,-0.0943896","bedrooms":"1","price":"203000","area":"509"} , +{"type":"Feature","id":"n8482853078","geometry":{"type":"Point","coordinates":[-0.0941268,51.5446153]},"properties":{"@type":"node","@id":8482853078,"@timestamp":1614775580},"coords":"51.5446153,-0.0941268","bedrooms":"4","price":"288000","area":"355"} , +{"type":"Feature","id":"n8482853088","geometry":{"type":"Point","coordinates":[-0.0935729,51.5449114]},"properties":{"@type":"node","@id":8482853088,"@timestamp":1614775580},"coords":"51.5449114,-0.0935729","bedrooms":"1","price":"163000","area":"652"} , +{"type":"Feature","id":"n8482853098","geometry":{"type":"Point","coordinates":[-0.0931209,51.5453134]},"properties":{"@type":"node","@id":8482853098,"@timestamp":1614775580},"coords":"51.5453134,-0.0931209","bedrooms":"0","price":"255000","area":"619"} , +{"type":"Feature","id":"n8482853108","geometry":{"type":"Point","coordinates":[-0.092618,51.5453075]},"properties":{"@type":"node","@id":8482853108,"@timestamp":1614775580},"coords":"51.5453075,-0.092618","bedrooms":"4","price":"153000","area":"459"} , +{"type":"Feature","id":"n8482853118","geometry":{"type":"Point","coordinates":[-0.0918764,51.5455085]},"properties":{"@type":"node","@id":8482853118,"@timestamp":1614775580},"coords":"51.5455085,-0.0918764","bedrooms":"3","price":"236000","area":"511"} , +{"type":"Feature","id":"n8482853128","geometry":{"type":"Point","coordinates":[-0.0922814,51.544893]},"properties":{"@type":"node","@id":8482853128,"@timestamp":1614775580},"coords":"51.544893,-0.0922814","bedrooms":"4","price":"188000","area":"677"} , +{"type":"Feature","id":"n8482853138","geometry":{"type":"Point","coordinates":[-0.093011,51.5459456]},"properties":{"@type":"node","@id":8482853138,"@timestamp":1614775580},"coords":"51.5459456,-0.093011","bedrooms":"4","price":"170000","area":"597"} , +{"type":"Feature","id":"n8482853148","geometry":{"type":"Point","coordinates":[-0.0924893,51.5465602]},"properties":{"@type":"node","@id":8482853148,"@timestamp":1614775580},"coords":"51.5465602,-0.0924893","bedrooms":"1","price":"154000","area":"398"} , +{"type":"Feature","id":"n8482853158","geometry":{"type":"Point","coordinates":[-0.0918522,51.546039]},"properties":{"@type":"node","@id":8482853158,"@timestamp":1614775580},"coords":"51.546039,-0.0918522","bedrooms":"3","price":"294000","area":"574"} , +{"type":"Feature","id":"n8482853168","geometry":{"type":"Point","coordinates":[-0.0915129,51.5465686]},"properties":{"@type":"node","@id":8482853168,"@timestamp":1614775580},"coords":"51.5465686,-0.0915129","bedrooms":"3","price":"201000","area":"631"} , +{"type":"Feature","id":"n8482853178","geometry":{"type":"Point","coordinates":[-0.0890534,51.5463317]},"properties":{"@type":"node","@id":8482853178,"@timestamp":1614775580},"coords":"51.5463317,-0.0890534","bedrooms":"2","price":"189000","area":"637"} , +{"type":"Feature","id":"n8482853188","geometry":{"type":"Point","coordinates":[-0.0890775,51.545516]},"properties":{"@type":"node","@id":8482853188,"@timestamp":1614775580},"coords":"51.545516,-0.0890775","bedrooms":"4","price":"231000","area":"497"} , +{"type":"Feature","id":"n8482853204","geometry":{"type":"Point","coordinates":[-0.0875352,51.5461391]},"properties":{"@type":"node","@id":8482853204,"@timestamp":1614775580},"coords":"51.5461391,-0.0875352","bedrooms":"4","price":"256000","area":"620"} , +{"type":"Feature","id":"n8482853214","geometry":{"type":"Point","coordinates":[-0.0897843,51.5455336]},"properties":{"@type":"node","@id":8482853214,"@timestamp":1614775580},"coords":"51.5455336,-0.0897843","bedrooms":"4","price":"243000","area":"623"} , +{"type":"Feature","id":"n8482853224","geometry":{"type":"Point","coordinates":[-0.0898594,51.5449064]},"properties":{"@type":"node","@id":8482853224,"@timestamp":1614775580},"coords":"51.5449064,-0.0898594","bedrooms":"3","price":"210000","area":"408"} , +{"type":"Feature","id":"n8482853234","geometry":{"type":"Point","coordinates":[-0.0890802,51.5451541]},"properties":{"@type":"node","@id":8482853234,"@timestamp":1614775580},"coords":"51.5451541,-0.0890802","bedrooms":"1","price":"255000","area":"483"} , +{"type":"Feature","id":"n8482853244","geometry":{"type":"Point","coordinates":[-0.0887872,51.5449222]},"properties":{"@type":"node","@id":8482853244,"@timestamp":1614775580},"coords":"51.5449222,-0.0887872","bedrooms":"2","price":"266000","area":"670"} , +{"type":"Feature","id":"n8482859820","geometry":{"type":"Point","coordinates":[-0.0898272,51.5474343]},"properties":{"@type":"node","@id":8482859820,"@timestamp":1614775772},"coords":"51.5474343,-0.0898272","bedrooms":"0","price":"181000","area":"369"} , +{"type":"Feature","id":"n8482859830","geometry":{"type":"Point","coordinates":[-0.0914526,51.5455953]},"properties":{"@type":"node","@id":8482859830,"@timestamp":1614775772},"coords":"51.5455953,-0.0914526","bedrooms":"0","price":"266000","area":"362"} , +{"type":"Feature","id":"n8482859840","geometry":{"type":"Point","coordinates":[-0.09123,51.5435836]},"properties":{"@type":"node","@id":8482859840,"@timestamp":1614775772},"coords":"51.5435836,-0.09123","bedrooms":"4","price":"228000","area":"611"} , +{"type":"Feature","id":"n8482859850","geometry":{"type":"Point","coordinates":[-0.090255,51.5421465]},"properties":{"@type":"node","@id":8482859850,"@timestamp":1614775772},"coords":"51.5421465,-0.090255","bedrooms":"2","price":"196000","area":"684"} , +{"type":"Feature","id":"n8482859860","geometry":{"type":"Point","coordinates":[-0.0918616,51.5414075]},"properties":{"@type":"node","@id":8482859860,"@timestamp":1614775772},"coords":"51.5414075,-0.0918616","bedrooms":"4","price":"209000","area":"639"} , +{"type":"Feature","id":"n8482923944","geometry":{"type":"Point","coordinates":[-0.3251863,51.1655459]},"properties":{"@type":"node","@id":8482923944,"@timestamp":1614777607},"coords":"51.1655459,-0.3251863","bedrooms":"0","price":"244000","area":"486"} , +{"type":"Feature","id":"n8483089965","geometry":{"type":"Point","coordinates":[-0.485665,51.5219269]},"properties":{"@type":"node","@id":8483089965,"@timestamp":1616182173},"coords":"51.5219269,-0.485665","bedrooms":"1","price":"182000","area":"404"} , +{"type":"Feature","id":"n8483150150","geometry":{"type":"Point","coordinates":[0.4913177,51.7564229]},"properties":{"@type":"node","@id":8483150150,"@timestamp":1614784410},"coords":"51.7564229,0.4913177","bedrooms":"4","price":"169000","area":"402"} , +{"type":"Feature","id":"n8483225248","geometry":{"type":"Point","coordinates":[-0.0890842,51.5437095]},"properties":{"@type":"node","@id":8483225248,"@timestamp":1614785436},"coords":"51.5437095,-0.0890842","bedrooms":"1","price":"208000","area":"523"} , +{"type":"Feature","id":"n8483225258","geometry":{"type":"Point","coordinates":[-0.0883225,51.5444301]},"properties":{"@type":"node","@id":8483225258,"@timestamp":1614785436},"coords":"51.5444301,-0.0883225","bedrooms":"2","price":"245000","area":"357"} , +{"type":"Feature","id":"n8483352789","geometry":{"type":"Point","coordinates":[-0.1249336,51.4125282]},"properties":{"@type":"node","@id":8483352789,"@timestamp":1614788831},"coords":"51.4125282,-0.1249336","bedrooms":"1","price":"264000","area":"412"} , +{"type":"Feature","id":"n8483368437","geometry":{"type":"Point","coordinates":[-0.124222,51.412612]},"properties":{"@type":"node","@id":8483368437,"@timestamp":1614788831},"coords":"51.412612,-0.124222","bedrooms":"2","price":"279000","area":"486"} , +{"type":"Feature","id":"n8483605595","geometry":{"type":"Point","coordinates":[-0.3323607,51.6770507]},"properties":{"@type":"node","@id":8483605595,"@timestamp":1614794864},"coords":"51.6770507,-0.3323607","bedrooms":"1","price":"194000","area":"362"} , +{"type":"Feature","id":"n8483606132","geometry":{"type":"Point","coordinates":[-0.3268204,51.6803682]},"properties":{"@type":"node","@id":8483606132,"@timestamp":1615074754},"coords":"51.6803682,-0.3268204","bedrooms":"1","price":"177000","area":"606"} , +{"type":"Feature","id":"n8483629733","geometry":{"type":"Point","coordinates":[-0.1219133,51.5449901]},"properties":{"@type":"node","@id":8483629733,"@timestamp":1614795856},"coords":"51.5449901,-0.1219133","bedrooms":"1","price":"174000","area":"366"} , +{"type":"Feature","id":"n8483648630","geometry":{"type":"Point","coordinates":[-0.3022769,51.414908]},"properties":{"@type":"node","@id":8483648630,"@timestamp":1614796910},"coords":"51.414908,-0.3022769","bedrooms":"4","price":"260000","area":"483"} , +{"type":"Feature","id":"n8483831585","geometry":{"type":"Point","coordinates":[-0.0575255,51.5197792]},"properties":{"@type":"node","@id":8483831585,"@timestamp":1614801988},"coords":"51.5197792,-0.0575255","bedrooms":"3","price":"271000","area":"463"} , +{"type":"Feature","id":"n8483931387","geometry":{"type":"Point","coordinates":[-0.1096488,51.5015588]},"properties":{"@type":"node","@id":8483931387,"@timestamp":1614805248},"coords":"51.5015588,-0.1096488","bedrooms":"2","price":"182000","area":"391"} , +{"type":"Feature","id":"n8484005435","geometry":{"type":"Point","coordinates":[-0.1651039,51.5166452]},"properties":{"@type":"node","@id":8484005435,"@timestamp":1614808028},"coords":"51.5166452,-0.1651039","bedrooms":"3","price":"282000","area":"586"} , +{"type":"Feature","id":"n8484116367","geometry":{"type":"Point","coordinates":[-0.3463244,51.5082916]},"properties":{"@type":"node","@id":8484116367,"@timestamp":1614812769},"coords":"51.5082916,-0.3463244","bedrooms":"2","price":"223000","area":"494"} , +{"type":"Feature","id":"n8484118388","geometry":{"type":"Point","coordinates":[-0.3235605,51.6751852]},"properties":{"@type":"node","@id":8484118388,"@timestamp":1614812904},"coords":"51.6751852,-0.3235605","bedrooms":"1","price":"206000","area":"408"} , +{"type":"Feature","id":"n8484161912","geometry":{"type":"Point","coordinates":[-0.3470363,51.5071895]},"properties":{"@type":"node","@id":8484161912,"@timestamp":1614814314},"coords":"51.5071895,-0.3470363","bedrooms":"0","price":"173000","area":"690"} , +{"type":"Feature","id":"n8484239814","geometry":{"type":"Point","coordinates":[-0.9636516,51.4571129]},"properties":{"@type":"node","@id":8484239814,"@timestamp":1614822923},"coords":"51.4571129,-0.9636516","bedrooms":"3","price":"283000","area":"555"} , +{"type":"Feature","id":"n8484470205","geometry":{"type":"Point","coordinates":[0.0056843,51.4855164]},"properties":{"@type":"node","@id":8484470205,"@timestamp":1614829866},"coords":"51.4855164,0.0056843","bedrooms":"2","price":"250000","area":"666"} , +{"type":"Feature","id":"n8484739386","geometry":{"type":"Point","coordinates":[-0.2491239,51.5195235]},"properties":{"@type":"node","@id":8484739386,"@timestamp":1614836573},"coords":"51.5195235,-0.2491239","bedrooms":"2","price":"287000","area":"697"} , +{"type":"Feature","id":"n8484740068","geometry":{"type":"Point","coordinates":[-0.2482381,51.5194496]},"properties":{"@type":"node","@id":8484740068,"@timestamp":1614836573},"coords":"51.5194496,-0.2482381","bedrooms":"1","price":"292000","area":"541"} , +{"type":"Feature","id":"n8484740078","geometry":{"type":"Point","coordinates":[-0.2474379,51.5194741]},"properties":{"@type":"node","@id":8484740078,"@timestamp":1614836573},"coords":"51.5194741,-0.2474379","bedrooms":"4","price":"238000","area":"429"} , +{"type":"Feature","id":"n8484740138","geometry":{"type":"Point","coordinates":[-0.2465785,51.5194269]},"properties":{"@type":"node","@id":8484740138,"@timestamp":1614836573},"coords":"51.5194269,-0.2465785","bedrooms":"3","price":"184000","area":"658"} , +{"type":"Feature","id":"n8484740158","geometry":{"type":"Point","coordinates":[-0.246111,51.5196375]},"properties":{"@type":"node","@id":8484740158,"@timestamp":1614836573},"coords":"51.5196375,-0.246111","bedrooms":"2","price":"226000","area":"611"} , +{"type":"Feature","id":"n8484740182","geometry":{"type":"Point","coordinates":[-0.2470185,51.5197972]},"properties":{"@type":"node","@id":8484740182,"@timestamp":1614836573},"coords":"51.5197972,-0.2470185","bedrooms":"4","price":"178000","area":"681"} , +{"type":"Feature","id":"n8484740200","geometry":{"type":"Point","coordinates":[-0.2478894,51.5197911]},"properties":{"@type":"node","@id":8484740200,"@timestamp":1614839488},"coords":"51.5197911,-0.2478894","bedrooms":"4","price":"270000","area":"582"} , +{"type":"Feature","id":"n8484740250","geometry":{"type":"Point","coordinates":[-0.2472856,51.5199004]},"properties":{"@type":"node","@id":8484740250,"@timestamp":1614836573},"coords":"51.5199004,-0.2472856","bedrooms":"4","price":"254000","area":"485"} , +{"type":"Feature","id":"n8484864639","geometry":{"type":"Point","coordinates":[-0.2484895,51.5198391]},"properties":{"@type":"node","@id":8484864639,"@timestamp":1614839488},"coords":"51.5198391,-0.2484895","bedrooms":"0","price":"251000","area":"565"} , +{"type":"Feature","id":"n8484864663","geometry":{"type":"Point","coordinates":[-0.2467845,51.5198462]},"properties":{"@type":"node","@id":8484864663,"@timestamp":1614839488},"coords":"51.5198462,-0.2467845","bedrooms":"2","price":"179000","area":"389"} , +{"type":"Feature","id":"n8484864694","geometry":{"type":"Point","coordinates":[-0.2478753,51.5194039]},"properties":{"@type":"node","@id":8484864694,"@timestamp":1614839488},"coords":"51.5194039,-0.2478753","bedrooms":"3","price":"160000","area":"667"} , +{"type":"Feature","id":"n8485063441","geometry":{"type":"Point","coordinates":[-0.2460805,51.5191669]},"properties":{"@type":"node","@id":8485063441,"@timestamp":1614843902},"coords":"51.5191669,-0.2460805","bedrooms":"2","price":"252000","area":"448"} , +{"type":"Feature","id":"n8485063482","geometry":{"type":"Point","coordinates":[-0.2455335,51.5186817]},"properties":{"@type":"node","@id":8485063482,"@timestamp":1614845342},"coords":"51.5186817,-0.2455335","bedrooms":"1","price":"161000","area":"645"} , +{"type":"Feature","id":"n8485063509","geometry":{"type":"Point","coordinates":[-0.2454022,51.5191911]},"properties":{"@type":"node","@id":8485063509,"@timestamp":1614843902},"coords":"51.5191911,-0.2454022","bedrooms":"4","price":"240000","area":"619"} , +{"type":"Feature","id":"n8485066119","geometry":{"type":"Point","coordinates":[-0.2448161,51.5188419]},"properties":{"@type":"node","@id":8485066119,"@timestamp":1614843902},"coords":"51.5188419,-0.2448161","bedrooms":"0","price":"249000","area":"385"} , +{"type":"Feature","id":"n8485066165","geometry":{"type":"Point","coordinates":[-0.2451826,51.5191496]},"properties":{"@type":"node","@id":8485066165,"@timestamp":1614843902},"coords":"51.5191496,-0.2451826","bedrooms":"3","price":"166000","area":"511"} , +{"type":"Feature","id":"n8485066181","geometry":{"type":"Point","coordinates":[-0.2447806,51.5184522]},"properties":{"@type":"node","@id":8485066181,"@timestamp":1614843902},"coords":"51.5184522,-0.2447806","bedrooms":"2","price":"156000","area":"366"} , +{"type":"Feature","id":"n8485120573","geometry":{"type":"Point","coordinates":[-0.2453681,51.5187001]},"properties":{"@type":"node","@id":8485120573,"@timestamp":1614845342},"coords":"51.5187001,-0.2453681","bedrooms":"4","price":"241000","area":"529"} , +{"type":"Feature","id":"n8485321782","geometry":{"type":"Point","coordinates":[0.1579275,51.5938174]},"properties":{"@type":"node","@id":8485321782,"@timestamp":1614848734},"coords":"51.5938174,0.1579275","bedrooms":"2","price":"228000","area":"489"} , +{"type":"Feature","id":"n8485461456","geometry":{"type":"Point","coordinates":[-1.0633515,51.7703125]},"properties":{"@type":"node","@id":8485461456,"@timestamp":1614851871},"coords":"51.7703125,-1.0633515","bedrooms":"1","price":"172000","area":"588"} , +{"type":"Feature","id":"n8485477027","geometry":{"type":"Point","coordinates":[-1.0846766,51.7813458]},"properties":{"@type":"node","@id":8485477027,"@timestamp":1614851871},"coords":"51.7813458,-1.0846766","bedrooms":"4","price":"181000","area":"362"} , +{"type":"Feature","id":"n8485509767","geometry":{"type":"Point","coordinates":[-0.2481457,51.5192925]},"properties":{"@type":"node","@id":8485509767,"@timestamp":1614852284},"coords":"51.5192925,-0.2481457","bedrooms":"4","price":"227000","area":"635"} , +{"type":"Feature","id":"n8485615791","geometry":{"type":"Point","coordinates":[-0.2458109,51.5187236]},"properties":{"@type":"node","@id":8485615791,"@timestamp":1614854181},"coords":"51.5187236,-0.2458109","bedrooms":"3","price":"152000","area":"666"} , +{"type":"Feature","id":"n8485618959","geometry":{"type":"Point","coordinates":[-0.2467503,51.5181043]},"properties":{"@type":"node","@id":8485618959,"@timestamp":1614854181},"coords":"51.5181043,-0.2467503","bedrooms":"1","price":"282000","area":"500"} , +{"type":"Feature","id":"n8485665171","geometry":{"type":"Point","coordinates":[-0.247903,51.518818]},"properties":{"@type":"node","@id":8485665171,"@timestamp":1614855505},"coords":"51.518818,-0.247903","bedrooms":"3","price":"253000","area":"377"} , +{"type":"Feature","id":"n8485665181","geometry":{"type":"Point","coordinates":[-0.2481528,51.5192429]},"properties":{"@type":"node","@id":8485665181,"@timestamp":1614855505},"coords":"51.5192429,-0.2481528","bedrooms":"0","price":"181000","area":"572"} , +{"type":"Feature","id":"n8485665191","geometry":{"type":"Point","coordinates":[-0.2473676,51.5192155]},"properties":{"@type":"node","@id":8485665191,"@timestamp":1614855505},"coords":"51.5192155,-0.2473676","bedrooms":"1","price":"297000","area":"476"} , +{"type":"Feature","id":"n8485665201","geometry":{"type":"Point","coordinates":[-0.2468366,51.5189961]},"properties":{"@type":"node","@id":8485665201,"@timestamp":1614855505},"coords":"51.5189961,-0.2468366","bedrooms":"2","price":"261000","area":"553"} , +{"type":"Feature","id":"n8485665211","geometry":{"type":"Point","coordinates":[-0.2463944,51.518903]},"properties":{"@type":"node","@id":8485665211,"@timestamp":1614855505},"coords":"51.518903,-0.2463944","bedrooms":"3","price":"178000","area":"563"} , +{"type":"Feature","id":"n8485683121","geometry":{"type":"Point","coordinates":[-0.2462406,51.5186335]},"properties":{"@type":"node","@id":8485683121,"@timestamp":1614855505},"coords":"51.5186335,-0.2462406","bedrooms":"4","price":"225000","area":"515"} , +{"type":"Feature","id":"n8485683131","geometry":{"type":"Point","coordinates":[-0.2457823,51.5185486]},"properties":{"@type":"node","@id":8485683131,"@timestamp":1614855505},"coords":"51.5185486,-0.2457823","bedrooms":"0","price":"199000","area":"527"} , +{"type":"Feature","id":"n8485683141","geometry":{"type":"Point","coordinates":[-0.2451307,51.5183291]},"properties":{"@type":"node","@id":8485683141,"@timestamp":1614855505},"coords":"51.5183291,-0.2451307","bedrooms":"2","price":"167000","area":"515"} , +{"type":"Feature","id":"n8485750823","geometry":{"type":"Point","coordinates":[-0.2456105,51.5179027]},"properties":{"@type":"node","@id":8485750823,"@timestamp":1614856723},"coords":"51.5179027,-0.2456105","bedrooms":"4","price":"261000","area":"609"} , +{"type":"Feature","id":"n8485750833","geometry":{"type":"Point","coordinates":[-0.2458055,51.5182009]},"properties":{"@type":"node","@id":8485750833,"@timestamp":1614856723},"coords":"51.5182009,-0.2458055","bedrooms":"1","price":"195000","area":"416"} , +{"type":"Feature","id":"n8485750843","geometry":{"type":"Point","coordinates":[-0.2465897,51.5180134]},"properties":{"@type":"node","@id":8485750843,"@timestamp":1614856723},"coords":"51.5180134,-0.2465897","bedrooms":"4","price":"196000","area":"556"} , +{"type":"Feature","id":"n8485750853","geometry":{"type":"Point","coordinates":[-0.2464673,51.5183235]},"properties":{"@type":"node","@id":8485750853,"@timestamp":1614856723},"coords":"51.5183235,-0.2464673","bedrooms":"4","price":"299000","area":"556"} , +{"type":"Feature","id":"n8485750863","geometry":{"type":"Point","coordinates":[-0.2471826,51.5183647]},"properties":{"@type":"node","@id":8485750863,"@timestamp":1614856723},"coords":"51.5183647,-0.2471826","bedrooms":"1","price":"264000","area":"658"} , +{"type":"Feature","id":"n8485750873","geometry":{"type":"Point","coordinates":[-0.2470731,51.5186726]},"properties":{"@type":"node","@id":8485750873,"@timestamp":1614856723},"coords":"51.5186726,-0.2470731","bedrooms":"1","price":"278000","area":"577"} , +{"type":"Feature","id":"n8485763633","geometry":{"type":"Point","coordinates":[0.8873598,51.1435815]},"properties":{"@type":"node","@id":8485763633,"@timestamp":1614856969},"coords":"51.1435815,0.8873598","bedrooms":"4","price":"241000","area":"590"} , +{"type":"Feature","id":"n8485777900","geometry":{"type":"Point","coordinates":[-0.1348344,51.418675]},"properties":{"@type":"node","@id":8485777900,"@timestamp":1614857477},"coords":"51.418675,-0.1348344","bedrooms":"4","price":"156000","area":"477"} , +{"type":"Feature","id":"n8485777910","geometry":{"type":"Point","coordinates":[-0.135609,51.4189438]},"properties":{"@type":"node","@id":8485777910,"@timestamp":1614857477},"coords":"51.4189438,-0.135609","bedrooms":"4","price":"275000","area":"490"} , +{"type":"Feature","id":"n8485832064","geometry":{"type":"Point","coordinates":[-0.0022942,51.536128]},"properties":{"@type":"node","@id":8485832064,"@timestamp":1627576079},"coords":"51.536128,-0.0022942","bedrooms":"2","price":"164000","area":"691"} , +{"type":"Feature","id":"n8485908935","geometry":{"type":"Point","coordinates":[-0.2495426,51.5194536]},"properties":{"@type":"node","@id":8485908935,"@timestamp":1614860902},"coords":"51.5194536,-0.2495426","bedrooms":"1","price":"268000","area":"561"} , +{"type":"Feature","id":"n8485908961","geometry":{"type":"Point","coordinates":[-0.2494272,51.5194218]},"properties":{"@type":"node","@id":8485908961,"@timestamp":1614860902},"coords":"51.5194218,-0.2494272","bedrooms":"0","price":"187000","area":"419"} , +{"type":"Feature","id":"n8485908987","geometry":{"type":"Point","coordinates":[-0.2489893,51.5190612]},"properties":{"@type":"node","@id":8485908987,"@timestamp":1614860902},"coords":"51.5190612,-0.2489893","bedrooms":"0","price":"225000","area":"573"} , +{"type":"Feature","id":"n8485909007","geometry":{"type":"Point","coordinates":[-0.2486451,51.5188591]},"properties":{"@type":"node","@id":8485909007,"@timestamp":1614860902},"coords":"51.5188591,-0.2486451","bedrooms":"2","price":"247000","area":"677"} , +{"type":"Feature","id":"n8485932789","geometry":{"type":"Point","coordinates":[0.4909226,51.7558778]},"properties":{"@type":"node","@id":8485932789,"@timestamp":1614863451},"coords":"51.7558778,0.4909226","bedrooms":"3","price":"172000","area":"536"} , +{"type":"Feature","id":"n8486068262","geometry":{"type":"Point","coordinates":[-0.3185982,51.510866]},"properties":{"@type":"node","@id":8486068262,"@timestamp":1615759179},"coords":"51.510866,-0.3185982","bedrooms":"2","price":"209000","area":"519"} , +{"type":"Feature","id":"n8486249451","geometry":{"type":"Point","coordinates":[-0.3202214,51.6847343]},"properties":{"@type":"node","@id":8486249451,"@timestamp":1614868478},"coords":"51.6847343,-0.3202214","bedrooms":"0","price":"178000","area":"636"} , +{"type":"Feature","id":"n8486450046","geometry":{"type":"Point","coordinates":[-0.1335474,51.6625595]},"properties":{"@type":"node","@id":8486450046,"@timestamp":1614873812},"coords":"51.6625595,-0.1335474","bedrooms":"3","price":"234000","area":"583"} , +{"type":"Feature","id":"n8486473579","geometry":{"type":"Point","coordinates":[0.884877,51.1439411]},"properties":{"@type":"node","@id":8486473579,"@timestamp":1614874477},"coords":"51.1439411,0.884877","bedrooms":"0","price":"193000","area":"558"} , +{"type":"Feature","id":"n8486641341","geometry":{"type":"Point","coordinates":[-0.2485873,51.5185569]},"properties":{"@type":"node","@id":8486641341,"@timestamp":1614879374},"coords":"51.5185569,-0.2485873","bedrooms":"0","price":"285000","area":"532"} , +{"type":"Feature","id":"n8486641351","geometry":{"type":"Point","coordinates":[-0.2481109,51.5185834]},"properties":{"@type":"node","@id":8486641351,"@timestamp":1614879374},"coords":"51.5185834,-0.2481109","bedrooms":"4","price":"239000","area":"351"} , +{"type":"Feature","id":"n8486642240","geometry":{"type":"Point","coordinates":[-0.2480111,51.5182185]},"properties":{"@type":"node","@id":8486642240,"@timestamp":1614879374},"coords":"51.5182185,-0.2480111","bedrooms":"3","price":"207000","area":"534"} , +{"type":"Feature","id":"n8486642258","geometry":{"type":"Point","coordinates":[-0.2478715,51.5179088]},"properties":{"@type":"node","@id":8486642258,"@timestamp":1614879374},"coords":"51.5179088,-0.2478715","bedrooms":"2","price":"213000","area":"653"} , +{"type":"Feature","id":"n8486642288","geometry":{"type":"Point","coordinates":[-0.2476394,51.517553]},"properties":{"@type":"node","@id":8486642288,"@timestamp":1614879374},"coords":"51.517553,-0.2476394","bedrooms":"0","price":"177000","area":"479"} , +{"type":"Feature","id":"n8486642298","geometry":{"type":"Point","coordinates":[-0.2472676,51.5173182]},"properties":{"@type":"node","@id":8486642298,"@timestamp":1614879374},"coords":"51.5173182,-0.2472676","bedrooms":"3","price":"238000","area":"391"} , +{"type":"Feature","id":"n8486704907","geometry":{"type":"Point","coordinates":[-0.2097058,51.975242]},"properties":{"@type":"node","@id":8486704907,"@timestamp":1614882789},"coords":"51.975242,-0.2097058","bedrooms":"4","price":"254000","area":"597"} , +{"type":"Feature","id":"n8486815293","geometry":{"type":"Point","coordinates":[-0.0159697,51.4535797]},"properties":{"@type":"node","@id":8486815293,"@timestamp":1626613258},"coords":"51.4535797,-0.0159697","bedrooms":"0","price":"200000","area":"470"} , +{"type":"Feature","id":"n8486907519","geometry":{"type":"Point","coordinates":[-0.0342763,51.4610518]},"properties":{"@type":"node","@id":8486907519,"@timestamp":1614886666},"coords":"51.4610518,-0.0342763","bedrooms":"3","price":"168000","area":"505"} , +{"type":"Feature","id":"n8486934337","geometry":{"type":"Point","coordinates":[0.0227786,51.5458029]},"properties":{"@type":"node","@id":8486934337,"@timestamp":1614886934},"coords":"51.5458029,0.0227786","bedrooms":"1","price":"274000","area":"511"} , +{"type":"Feature","id":"n8487277341","geometry":{"type":"Point","coordinates":[-0.3233537,51.686754]},"properties":{"@type":"node","@id":8487277341,"@timestamp":1614895251},"coords":"51.686754,-0.3233537","bedrooms":"1","price":"187000","area":"497"} , +{"type":"Feature","id":"n8487277376","geometry":{"type":"Point","coordinates":[-0.3246729,51.6929073]},"properties":{"@type":"node","@id":8487277376,"@timestamp":1614895251},"coords":"51.6929073,-0.3246729","bedrooms":"4","price":"195000","area":"409"} , +{"type":"Feature","id":"n8487301618","geometry":{"type":"Point","coordinates":[0.1593879,50.9859424]},"properties":{"@type":"node","@id":8487301618,"@timestamp":1614896201},"coords":"50.9859424,0.1593879","bedrooms":"2","price":"256000","area":"432"} , +{"type":"Feature","id":"n8487327028","geometry":{"type":"Point","coordinates":[-0.0605444,51.5659596]},"properties":{"@type":"node","@id":8487327028,"@timestamp":1614897693},"coords":"51.5659596,-0.0605444","bedrooms":"1","price":"226000","area":"437"} , +{"type":"Feature","id":"n8487823833","geometry":{"type":"Point","coordinates":[-0.246338,51.5173794]},"properties":{"@type":"node","@id":8487823833,"@timestamp":1614920378},"coords":"51.5173794,-0.246338","bedrooms":"3","price":"240000","area":"695"} , +{"type":"Feature","id":"n8487823909","geometry":{"type":"Point","coordinates":[-0.2465723,51.5176562]},"properties":{"@type":"node","@id":8487823909,"@timestamp":1614920378},"coords":"51.5176562,-0.2465723","bedrooms":"2","price":"268000","area":"645"} , +{"type":"Feature","id":"n8487826170","geometry":{"type":"Point","coordinates":[-0.2468868,51.517905]},"properties":{"@type":"node","@id":8487826170,"@timestamp":1614920378},"coords":"51.517905,-0.2468868","bedrooms":"0","price":"285000","area":"476"} , +{"type":"Feature","id":"n8487826180","geometry":{"type":"Point","coordinates":[-0.2471646,51.5181266]},"properties":{"@type":"node","@id":8487826180,"@timestamp":1614920378},"coords":"51.5181266,-0.2471646","bedrooms":"2","price":"271000","area":"687"} , +{"type":"Feature","id":"n8487826251","geometry":{"type":"Point","coordinates":[-0.2475452,51.5181327]},"properties":{"@type":"node","@id":8487826251,"@timestamp":1614920378},"coords":"51.5181327,-0.2475452","bedrooms":"0","price":"199000","area":"469"} , +{"type":"Feature","id":"n8487826341","geometry":{"type":"Point","coordinates":[-0.2472748,51.5178143]},"properties":{"@type":"node","@id":8487826341,"@timestamp":1614920378},"coords":"51.5178143,-0.2472748","bedrooms":"1","price":"262000","area":"597"} , +{"type":"Feature","id":"n8487826351","geometry":{"type":"Point","coordinates":[-0.2469712,51.5175293]},"properties":{"@type":"node","@id":8487826351,"@timestamp":1614920378},"coords":"51.5175293,-0.2469712","bedrooms":"3","price":"254000","area":"578"} , +{"type":"Feature","id":"n8487826361","geometry":{"type":"Point","coordinates":[-0.2472422,51.5176467]},"properties":{"@type":"node","@id":8487826361,"@timestamp":1614920378},"coords":"51.5176467,-0.2472422","bedrooms":"0","price":"174000","area":"394"} , +{"type":"Feature","id":"n8488265678","geometry":{"type":"Point","coordinates":[-0.2505465,51.5192384]},"properties":{"@type":"node","@id":8488265678,"@timestamp":1614952830},"coords":"51.5192384,-0.2505465","bedrooms":"4","price":"222000","area":"640"} , +{"type":"Feature","id":"n8488269426","geometry":{"type":"Point","coordinates":[-0.2500029,51.5185512]},"properties":{"@type":"node","@id":8488269426,"@timestamp":1614952830},"coords":"51.5185512,-0.2500029","bedrooms":"2","price":"240000","area":"665"} , +{"type":"Feature","id":"n8488743044","geometry":{"type":"Point","coordinates":[-0.1369008,51.4722736]},"properties":{"@type":"node","@id":8488743044,"@timestamp":1624012526},"coords":"51.4722736,-0.1369008","bedrooms":"2","price":"225000","area":"554"} , +{"type":"Feature","id":"n8488828433","geometry":{"type":"Point","coordinates":[-0.3417828,51.751493]},"properties":{"@type":"node","@id":8488828433,"@timestamp":1614943454},"coords":"51.751493,-0.3417828","bedrooms":"2","price":"212000","area":"422"} , +{"type":"Feature","id":"n8488853422","geometry":{"type":"Point","coordinates":[-0.9549737,51.8467521]},"properties":{"@type":"node","@id":8488853422,"@timestamp":1614944286},"coords":"51.8467521,-0.9549737","bedrooms":"1","price":"271000","area":"412"} , +{"type":"Feature","id":"n8488983310","geometry":{"type":"Point","coordinates":[-0.9541923,51.8584423]},"properties":{"@type":"node","@id":8488983310,"@timestamp":1614948122},"coords":"51.8584423,-0.9541923","bedrooms":"2","price":"273000","area":"667"} , +{"type":"Feature","id":"n8489042413","geometry":{"type":"Point","coordinates":[-0.1346441,51.4232286]},"properties":{"@type":"node","@id":8489042413,"@timestamp":1614949262},"coords":"51.4232286,-0.1346441","bedrooms":"3","price":"172000","area":"512"} , +{"type":"Feature","id":"n8489046571","geometry":{"type":"Point","coordinates":[0.1319314,51.7797754]},"properties":{"@type":"node","@id":8489046571,"@timestamp":1614949674},"coords":"51.7797754,0.1319314","bedrooms":"3","price":"255000","area":"634"} , +{"type":"Feature","id":"n8489165876","geometry":{"type":"Point","coordinates":[-0.2494983,51.5178366]},"properties":{"@type":"node","@id":8489165876,"@timestamp":1614952830},"coords":"51.5178366,-0.2494983","bedrooms":"3","price":"203000","area":"415"} , +{"type":"Feature","id":"n8489165985","geometry":{"type":"Point","coordinates":[-0.2486039,51.5171109]},"properties":{"@type":"node","@id":8489165985,"@timestamp":1614952830},"coords":"51.5171109,-0.2486039","bedrooms":"1","price":"209000","area":"585"} , +{"type":"Feature","id":"n8489203834","geometry":{"type":"Point","coordinates":[-0.680214,51.9170381]},"properties":{"@type":"node","@id":8489203834,"@timestamp":1614953402},"coords":"51.9170381,-0.680214","bedrooms":"1","price":"153000","area":"655"} , +{"type":"Feature","id":"n8489203875","geometry":{"type":"Point","coordinates":[-0.6794795,51.9170369]},"properties":{"@type":"node","@id":8489203875,"@timestamp":1614953402},"coords":"51.9170369,-0.6794795","bedrooms":"0","price":"231000","area":"398"} , +{"type":"Feature","id":"n8489268518","geometry":{"type":"Point","coordinates":[-0.2477924,51.5164598]},"properties":{"@type":"node","@id":8489268518,"@timestamp":1614954832},"coords":"51.5164598,-0.2477924","bedrooms":"0","price":"167000","area":"617"} , +{"type":"Feature","id":"n8489288663","geometry":{"type":"Point","coordinates":[-0.676616,51.9173143]},"properties":{"@type":"node","@id":8489288663,"@timestamp":1614955808},"coords":"51.9173143,-0.676616","bedrooms":"4","price":"208000","area":"490"} , +{"type":"Feature","id":"n8489665744","geometry":{"type":"Point","coordinates":[0.8836646,51.145502]},"properties":{"@type":"node","@id":8489665744,"@timestamp":1614964070},"coords":"51.145502,0.8836646","bedrooms":"2","price":"169000","area":"677"} , +{"type":"Feature","id":"n8489713969","geometry":{"type":"Point","coordinates":[-0.1310715,50.9628422]},"properties":{"@type":"node","@id":8489713969,"@timestamp":1614965884},"coords":"50.9628422,-0.1310715","bedrooms":"1","price":"259000","area":"631"} , +{"type":"Feature","id":"n8489770414","geometry":{"type":"Point","coordinates":[0.4434577,51.0711779]},"properties":{"@type":"node","@id":8489770414,"@timestamp":1614966844},"coords":"51.0711779,0.4434577","bedrooms":"1","price":"229000","area":"620"} , +{"type":"Feature","id":"n8489775540","geometry":{"type":"Point","coordinates":[-0.2490817,51.5170846]},"properties":{"@type":"node","@id":8489775540,"@timestamp":1614966511},"coords":"51.5170846,-0.2490817","bedrooms":"4","price":"239000","area":"456"} , +{"type":"Feature","id":"n8489775617","geometry":{"type":"Point","coordinates":[-0.2492444,51.5164395]},"properties":{"@type":"node","@id":8489775617,"@timestamp":1614966511},"coords":"51.5164395,-0.2492444","bedrooms":"0","price":"272000","area":"436"} , +{"type":"Feature","id":"n8489775629","geometry":{"type":"Point","coordinates":[-0.2487196,51.5165088]},"properties":{"@type":"node","@id":8489775629,"@timestamp":1614966511},"coords":"51.5165088,-0.2487196","bedrooms":"0","price":"289000","area":"431"} , +{"type":"Feature","id":"n8489775680","geometry":{"type":"Point","coordinates":[-0.2495949,51.5163048]},"properties":{"@type":"node","@id":8489775680,"@timestamp":1614966511},"coords":"51.5163048,-0.2495949","bedrooms":"3","price":"273000","area":"527"} , +{"type":"Feature","id":"n8489775690","geometry":{"type":"Point","coordinates":[-0.248603,51.5166316]},"properties":{"@type":"node","@id":8489775690,"@timestamp":1614966511},"coords":"51.5166316,-0.248603","bedrooms":"2","price":"237000","area":"490"} , +{"type":"Feature","id":"n8489775736","geometry":{"type":"Point","coordinates":[-0.2495606,51.5167637]},"properties":{"@type":"node","@id":8489775736,"@timestamp":1614966511},"coords":"51.5167637,-0.2495606","bedrooms":"1","price":"163000","area":"584"} , +{"type":"Feature","id":"n8489775746","geometry":{"type":"Point","coordinates":[-0.2495197,51.5168554]},"properties":{"@type":"node","@id":8489775746,"@timestamp":1614966511},"coords":"51.5168554,-0.2495197","bedrooms":"4","price":"288000","area":"462"} , +{"type":"Feature","id":"n8489775766","geometry":{"type":"Point","coordinates":[-0.24997,51.5172672]},"properties":{"@type":"node","@id":8489775766,"@timestamp":1614966511},"coords":"51.5172672,-0.24997","bedrooms":"1","price":"244000","area":"646"} , +{"type":"Feature","id":"n8489775776","geometry":{"type":"Point","coordinates":[-0.24995,51.5173367]},"properties":{"@type":"node","@id":8489775776,"@timestamp":1614966511},"coords":"51.5173367,-0.24995","bedrooms":"0","price":"170000","area":"487"} , +{"type":"Feature","id":"n8489861483","geometry":{"type":"Point","coordinates":[0.4511706,51.0693052]},"properties":{"@type":"node","@id":8489861483,"@timestamp":1614968693},"coords":"51.0693052,0.4511706","bedrooms":"1","price":"164000","area":"677"} , +{"type":"Feature","id":"n8489902434","geometry":{"type":"Point","coordinates":[-0.2491859,51.515959]},"properties":{"@type":"node","@id":8489902434,"@timestamp":1614969436},"coords":"51.515959,-0.2491859","bedrooms":"4","price":"268000","area":"540"} , +{"type":"Feature","id":"n8489902446","geometry":{"type":"Point","coordinates":[-0.2491567,51.5160094]},"properties":{"@type":"node","@id":8489902446,"@timestamp":1614969436},"coords":"51.5160094,-0.2491567","bedrooms":"1","price":"286000","area":"454"} , +{"type":"Feature","id":"n8489910004","geometry":{"type":"Point","coordinates":[0.0593736,51.4917641]},"properties":{"@type":"node","@id":8489910004,"@timestamp":1632166100},"coords":"51.4917641,0.0593736","bedrooms":"3","price":"215000","area":"450"} , +{"type":"Feature","id":"n8489928512","geometry":{"type":"Point","coordinates":[-0.3459134,51.6434671]},"properties":{"@type":"node","@id":8489928512,"@timestamp":1614970137},"coords":"51.6434671,-0.3459134","bedrooms":"3","price":"173000","area":"469"} , +{"type":"Feature","id":"n8489936013","geometry":{"type":"Point","coordinates":[-0.4954426,51.5244848]},"properties":{"@type":"node","@id":8489936013,"@timestamp":1614970642},"coords":"51.5244848,-0.4954426","bedrooms":"2","price":"245000","area":"507"} , +{"type":"Feature","id":"n8490229641","geometry":{"type":"Point","coordinates":[-0.3116069,51.6833269]},"properties":{"@type":"node","@id":8490229641,"@timestamp":1614979081},"coords":"51.6833269,-0.3116069","bedrooms":"0","price":"211000","area":"497"} , +{"type":"Feature","id":"n8490451998","geometry":{"type":"Point","coordinates":[0.183631,51.8500437]},"properties":{"@type":"node","@id":8490451998,"@timestamp":1614987418},"coords":"51.8500437,0.183631","bedrooms":"4","price":"205000","area":"491"} , +{"type":"Feature","id":"n8490471560","geometry":{"type":"Point","coordinates":[-0.0285786,51.6702985]},"properties":{"@type":"node","@id":8490471560,"@timestamp":1614986392},"coords":"51.6702985,-0.0285786","bedrooms":"0","price":"235000","area":"477"} , +{"type":"Feature","id":"n8490519515","geometry":{"type":"Point","coordinates":[-0.6765925,51.794193]},"properties":{"@type":"node","@id":8490519515,"@timestamp":1614988867},"coords":"51.794193,-0.6765925","bedrooms":"0","price":"169000","area":"683"} , +{"type":"Feature","id":"n8490550302","geometry":{"type":"Point","coordinates":[-0.0203804,51.6683096]},"properties":{"@type":"node","@id":8490550302,"@timestamp":1614990609},"coords":"51.6683096,-0.0203804","bedrooms":"1","price":"201000","area":"356"} , +{"type":"Feature","id":"n8490571464","geometry":{"type":"Point","coordinates":[-0.202898,51.2369048]},"properties":{"@type":"node","@id":8490571464,"@timestamp":1614990505},"coords":"51.2369048,-0.202898","bedrooms":"3","price":"249000","area":"469"} , +{"type":"Feature","id":"n8490618942","geometry":{"type":"Point","coordinates":[-0.3197787,51.5082128]},"properties":{"@type":"node","@id":8490618942,"@timestamp":1626477125},"coords":"51.5082128,-0.3197787","bedrooms":"0","price":"174000","area":"535"} , +{"type":"Feature","id":"n8490736717","geometry":{"type":"Point","coordinates":[-0.2487584,51.5162127]},"properties":{"@type":"node","@id":8490736717,"@timestamp":1615004769},"coords":"51.5162127,-0.2487584","bedrooms":"0","price":"180000","area":"574"} , +{"type":"Feature","id":"n8490736737","geometry":{"type":"Point","coordinates":[-0.2484221,51.5164693]},"properties":{"@type":"node","@id":8490736737,"@timestamp":1615004769},"coords":"51.5164693,-0.2484221","bedrooms":"1","price":"191000","area":"393"} , +{"type":"Feature","id":"n8490736820","geometry":{"type":"Point","coordinates":[-0.2488422,51.5157895]},"properties":{"@type":"node","@id":8490736820,"@timestamp":1615004769},"coords":"51.5157895,-0.2488422","bedrooms":"2","price":"224000","area":"408"} , +{"type":"Feature","id":"n8490736830","geometry":{"type":"Point","coordinates":[-0.2483967,51.5160799]},"properties":{"@type":"node","@id":8490736830,"@timestamp":1615004769},"coords":"51.5160799,-0.2483967","bedrooms":"2","price":"191000","area":"509"} , +{"type":"Feature","id":"n8490736840","geometry":{"type":"Point","coordinates":[-0.2488763,51.5157268]},"properties":{"@type":"node","@id":8490736840,"@timestamp":1615004769},"coords":"51.5157268,-0.2488763","bedrooms":"2","price":"232000","area":"698"} , +{"type":"Feature","id":"n8490736858","geometry":{"type":"Point","coordinates":[-0.2493948,51.5155917]},"properties":{"@type":"node","@id":8490736858,"@timestamp":1615004769},"coords":"51.5155917,-0.2493948","bedrooms":"4","price":"290000","area":"367"} , +{"type":"Feature","id":"n8490863888","geometry":{"type":"Point","coordinates":[-0.248618,51.5155935]},"properties":{"@type":"node","@id":8490863888,"@timestamp":1615014497},"coords":"51.5155935,-0.248618","bedrooms":"1","price":"278000","area":"459"} , +{"type":"Feature","id":"n8490863898","geometry":{"type":"Point","coordinates":[-0.2481643,51.5158859]},"properties":{"@type":"node","@id":8490863898,"@timestamp":1615014497},"coords":"51.5158859,-0.2481643","bedrooms":"1","price":"194000","area":"584"} , +{"type":"Feature","id":"n8490863908","geometry":{"type":"Point","coordinates":[-0.2482998,51.5158305]},"properties":{"@type":"node","@id":8490863908,"@timestamp":1615014497},"coords":"51.5158305,-0.2482998","bedrooms":"3","price":"265000","area":"423"} , +{"type":"Feature","id":"n8490863918","geometry":{"type":"Point","coordinates":[-0.2486805,51.5156103]},"properties":{"@type":"node","@id":8490863918,"@timestamp":1615014497},"coords":"51.5156103,-0.2486805","bedrooms":"2","price":"271000","area":"681"} , +{"type":"Feature","id":"n8490863960","geometry":{"type":"Point","coordinates":[-0.2474676,51.5159269]},"properties":{"@type":"node","@id":8490863960,"@timestamp":1615014497},"coords":"51.5159269,-0.2474676","bedrooms":"4","price":"193000","area":"558"} , +{"type":"Feature","id":"n8490864008","geometry":{"type":"Point","coordinates":[-0.246961,51.5156678]},"properties":{"@type":"node","@id":8490864008,"@timestamp":1615014497},"coords":"51.5156678,-0.246961","bedrooms":"4","price":"298000","area":"395"} , +{"type":"Feature","id":"n8490864024","geometry":{"type":"Point","coordinates":[-0.2471594,51.5158352]},"properties":{"@type":"node","@id":8490864024,"@timestamp":1615014497},"coords":"51.5158352,-0.2471594","bedrooms":"1","price":"221000","area":"665"} , +{"type":"Feature","id":"n8490864034","geometry":{"type":"Point","coordinates":[-0.2472862,51.5158623]},"properties":{"@type":"node","@id":8490864034,"@timestamp":1615014497},"coords":"51.5158623,-0.2472862","bedrooms":"2","price":"288000","area":"575"} , +{"type":"Feature","id":"n8490864077","geometry":{"type":"Point","coordinates":[-0.2468969,51.5154632]},"properties":{"@type":"node","@id":8490864077,"@timestamp":1615014497},"coords":"51.5154632,-0.2468969","bedrooms":"1","price":"212000","area":"480"} , +{"type":"Feature","id":"n8490864088","geometry":{"type":"Point","coordinates":[-0.2475427,51.5156064]},"properties":{"@type":"node","@id":8490864088,"@timestamp":1615014497},"coords":"51.5156064,-0.2475427","bedrooms":"0","price":"165000","area":"640"} , +{"type":"Feature","id":"n8490864098","geometry":{"type":"Point","coordinates":[-0.248173,51.5154155]},"properties":{"@type":"node","@id":8490864098,"@timestamp":1615014497},"coords":"51.5154155,-0.248173","bedrooms":"1","price":"283000","area":"570"} , +{"type":"Feature","id":"n8490864150","geometry":{"type":"Point","coordinates":[-0.2474183,51.5155289]},"properties":{"@type":"node","@id":8490864150,"@timestamp":1615014497},"coords":"51.5155289,-0.2474183","bedrooms":"2","price":"161000","area":"629"} , +{"type":"Feature","id":"n8490864180","geometry":{"type":"Point","coordinates":[-0.2486654,51.5153004]},"properties":{"@type":"node","@id":8490864180,"@timestamp":1615014497},"coords":"51.5153004,-0.2486654","bedrooms":"1","price":"236000","area":"588"} , +{"type":"Feature","id":"n8490879372","geometry":{"type":"Point","coordinates":[-0.2456728,51.5155117]},"properties":{"@type":"node","@id":8490879372,"@timestamp":1615017722},"coords":"51.5155117,-0.2456728","bedrooms":"3","price":"182000","area":"510"} , +{"type":"Feature","id":"n8490879407","geometry":{"type":"Point","coordinates":[-0.246371,51.5154509]},"properties":{"@type":"node","@id":8490879407,"@timestamp":1615017722},"coords":"51.5154509,-0.246371","bedrooms":"1","price":"162000","area":"602"} , +{"type":"Feature","id":"n8490951677","geometry":{"type":"Point","coordinates":[-0.2461252,51.516811]},"properties":{"@type":"node","@id":8490951677,"@timestamp":1615089676},"coords":"51.516811,-0.2461252","bedrooms":"4","price":"288000","area":"535"} , +{"type":"Feature","id":"n8490961350","geometry":{"type":"Point","coordinates":[-0.2465354,51.515899]},"properties":{"@type":"node","@id":8490961350,"@timestamp":1615020108},"coords":"51.515899,-0.2465354","bedrooms":"3","price":"231000","area":"383"} , +{"type":"Feature","id":"n8490961360","geometry":{"type":"Point","coordinates":[-0.2469751,51.5159078]},"properties":{"@type":"node","@id":8490961360,"@timestamp":1615020108},"coords":"51.5159078,-0.2469751","bedrooms":"4","price":"243000","area":"452"} , +{"type":"Feature","id":"n8490961386","geometry":{"type":"Point","coordinates":[-0.2469456,51.5158698]},"properties":{"@type":"node","@id":8490961386,"@timestamp":1615020108},"coords":"51.5158698,-0.2469456","bedrooms":"3","price":"221000","area":"381"} , +{"type":"Feature","id":"n8490961470","geometry":{"type":"Point","coordinates":[-0.2474884,51.5163327]},"properties":{"@type":"node","@id":8490961470,"@timestamp":1615020108},"coords":"51.5163327,-0.2474884","bedrooms":"3","price":"287000","area":"618"} , +{"type":"Feature","id":"n8491019810","geometry":{"type":"Point","coordinates":[0.3280408,51.6300534]},"properties":{"@type":"node","@id":8491019810,"@timestamp":1615022744},"coords":"51.6300534,0.3280408","bedrooms":"3","price":"210000","area":"379"} , +{"type":"Feature","id":"n8491147488","geometry":{"type":"Point","coordinates":[-0.0573459,51.4737963]},"properties":{"@type":"node","@id":8491147488,"@timestamp":1615028698},"coords":"51.4737963,-0.0573459","bedrooms":"1","price":"275000","area":"517"} , +{"type":"Feature","id":"n8491287099","geometry":{"type":"Point","coordinates":[-0.2337793,51.3064127]},"properties":{"@type":"node","@id":8491287099,"@timestamp":1615033681},"coords":"51.3064127,-0.2337793","bedrooms":"0","price":"192000","area":"505"} , +{"type":"Feature","id":"n8491306928","geometry":{"type":"Point","coordinates":[-0.2345726,51.3041995]},"properties":{"@type":"node","@id":8491306928,"@timestamp":1615032538},"coords":"51.3041995,-0.2345726","bedrooms":"0","price":"255000","area":"611"} , +{"type":"Feature","id":"n8491335930","geometry":{"type":"Point","coordinates":[-0.2341502,51.3061552]},"properties":{"@type":"node","@id":8491335930,"@timestamp":1615033681},"coords":"51.3061552,-0.2341502","bedrooms":"4","price":"299000","area":"634"} , +{"type":"Feature","id":"n8491417967","geometry":{"type":"Point","coordinates":[-0.0887411,51.4553205]},"properties":{"@type":"node","@id":8491417967,"@timestamp":1615035758},"coords":"51.4553205,-0.0887411","bedrooms":"3","price":"223000","area":"487"} , +{"type":"Feature","id":"n8491531288","geometry":{"type":"Point","coordinates":[-0.2466047,51.5168992]},"properties":{"@type":"node","@id":8491531288,"@timestamp":1615042217},"coords":"51.5168992,-0.2466047","bedrooms":"3","price":"221000","area":"505"} , +{"type":"Feature","id":"n8491533154","geometry":{"type":"Point","coordinates":[-1.0632729,51.3316051]},"properties":{"@type":"node","@id":8491533154,"@timestamp":1615040473},"coords":"51.3316051,-1.0632729","bedrooms":"3","price":"248000","area":"640"} , +{"type":"Feature","id":"n8491572037","geometry":{"type":"Point","coordinates":[-0.7488858,51.4307474]},"properties":{"@type":"node","@id":8491572037,"@timestamp":1615041317},"coords":"51.4307474,-0.7488858","bedrooms":"3","price":"229000","area":"485"} , +{"type":"Feature","id":"n8491598131","geometry":{"type":"Point","coordinates":[-0.2463494,51.5166869]},"properties":{"@type":"node","@id":8491598131,"@timestamp":1615042217},"coords":"51.5166869,-0.2463494","bedrooms":"3","price":"286000","area":"502"} , +{"type":"Feature","id":"n8491598141","geometry":{"type":"Point","coordinates":[-0.2459265,51.5164371]},"properties":{"@type":"node","@id":8491598141,"@timestamp":1615042217},"coords":"51.5164371,-0.2459265","bedrooms":"2","price":"288000","area":"362"} , +{"type":"Feature","id":"n8491598153","geometry":{"type":"Point","coordinates":[-0.2462984,51.51668]},"properties":{"@type":"node","@id":8491598153,"@timestamp":1615042217},"coords":"51.51668,-0.2462984","bedrooms":"2","price":"208000","area":"514"} , +{"type":"Feature","id":"n8491598197","geometry":{"type":"Point","coordinates":[-0.2454044,51.516245]},"properties":{"@type":"node","@id":8491598197,"@timestamp":1615042217},"coords":"51.516245,-0.2454044","bedrooms":"3","price":"281000","area":"466"} , +{"type":"Feature","id":"n8491598235","geometry":{"type":"Point","coordinates":[-0.2448799,51.5162331]},"properties":{"@type":"node","@id":8491598235,"@timestamp":1615042217},"coords":"51.5162331,-0.2448799","bedrooms":"2","price":"188000","area":"654"} , +{"type":"Feature","id":"n8491598245","geometry":{"type":"Point","coordinates":[-0.2450793,51.5161427]},"properties":{"@type":"node","@id":8491598245,"@timestamp":1615042217},"coords":"51.5161427,-0.2450793","bedrooms":"3","price":"263000","area":"437"} , +{"type":"Feature","id":"n8491598330","geometry":{"type":"Point","coordinates":[-0.2442918,51.516367]},"properties":{"@type":"node","@id":8491598330,"@timestamp":1615042217},"coords":"51.516367,-0.2442918","bedrooms":"4","price":"254000","area":"526"} , +{"type":"Feature","id":"n8491598340","geometry":{"type":"Point","coordinates":[-0.2444364,51.5164835]},"properties":{"@type":"node","@id":8491598340,"@timestamp":1615042217},"coords":"51.5164835,-0.2444364","bedrooms":"4","price":"267000","area":"687"} , +{"type":"Feature","id":"n8491598362","geometry":{"type":"Point","coordinates":[-0.2437602,51.5160568]},"properties":{"@type":"node","@id":8491598362,"@timestamp":1615042217},"coords":"51.5160568,-0.2437602","bedrooms":"2","price":"152000","area":"531"} , +{"type":"Feature","id":"n8491598379","geometry":{"type":"Point","coordinates":[-0.2437704,51.5161434]},"properties":{"@type":"node","@id":8491598379,"@timestamp":1615042217},"coords":"51.5161434,-0.2437704","bedrooms":"1","price":"217000","area":"369"} , +{"type":"Feature","id":"n8491598431","geometry":{"type":"Point","coordinates":[-0.2442691,51.5159159]},"properties":{"@type":"node","@id":8491598431,"@timestamp":1615042217},"coords":"51.5159159,-0.2442691","bedrooms":"4","price":"151000","area":"623"} , +{"type":"Feature","id":"n8491598441","geometry":{"type":"Point","coordinates":[-0.2434715,51.5156315]},"properties":{"@type":"node","@id":8491598441,"@timestamp":1615042217},"coords":"51.5156315,-0.2434715","bedrooms":"4","price":"217000","area":"685"} , +{"type":"Feature","id":"n8491637489","geometry":{"type":"Point","coordinates":[-0.0160764,51.6685203]},"properties":{"@type":"node","@id":8491637489,"@timestamp":1615044840},"coords":"51.6685203,-0.0160764","bedrooms":"0","price":"248000","area":"394"} , +{"type":"Feature","id":"n8491646316","geometry":{"type":"Point","coordinates":[-0.1489778,51.461467]},"properties":{"@type":"node","@id":8491646316,"@timestamp":1615044630},"coords":"51.461467,-0.1489778","bedrooms":"3","price":"192000","area":"404"} , +{"type":"Feature","id":"n8491664429","geometry":{"type":"Point","coordinates":[-0.1504864,51.4676385]},"properties":{"@type":"node","@id":8491664429,"@timestamp":1615044630},"coords":"51.4676385,-0.1504864","bedrooms":"0","price":"262000","area":"404"} , +{"type":"Feature","id":"n8491664440","geometry":{"type":"Point","coordinates":[-0.1491426,51.4708901]},"properties":{"@type":"node","@id":8491664440,"@timestamp":1615044630},"coords":"51.4708901,-0.1491426","bedrooms":"2","price":"254000","area":"603"} , +{"type":"Feature","id":"n8491730368","geometry":{"type":"Point","coordinates":[-0.3202336,51.6918618]},"properties":{"@type":"node","@id":8491730368,"@timestamp":1615047717},"coords":"51.6918618,-0.3202336","bedrooms":"1","price":"182000","area":"664"} , +{"type":"Feature","id":"n8491730393","geometry":{"type":"Point","coordinates":[-0.3120751,51.6874389]},"properties":{"@type":"node","@id":8491730393,"@timestamp":1615047717},"coords":"51.6874389,-0.3120751","bedrooms":"3","price":"210000","area":"539"} , +{"type":"Feature","id":"n8491886321","geometry":{"type":"Point","coordinates":[-0.2433539,51.5158167]},"properties":{"@type":"node","@id":8491886321,"@timestamp":1615051122},"coords":"51.5158167,-0.2433539","bedrooms":"0","price":"188000","area":"550"} , +{"type":"Feature","id":"n8491935839","geometry":{"type":"Point","coordinates":[-0.1473609,51.4742254]},"properties":{"@type":"node","@id":8491935839,"@timestamp":1615052633},"coords":"51.4742254,-0.1473609","bedrooms":"3","price":"163000","area":"500"} , +{"type":"Feature","id":"n8491950598","geometry":{"type":"Point","coordinates":[0.0837681,51.9022092]},"properties":{"@type":"node","@id":8491950598,"@timestamp":1615054417},"coords":"51.9022092,0.0837681","bedrooms":"4","price":"216000","area":"381"} , +{"type":"Feature","id":"n8491963081","geometry":{"type":"Point","coordinates":[0.0576057,51.9043009]},"properties":{"@type":"node","@id":8491963081,"@timestamp":1615053675},"coords":"51.9043009,0.0576057","bedrooms":"0","price":"277000","area":"575"} , +{"type":"Feature","id":"n8491989837","geometry":{"type":"Point","coordinates":[-0.2958006,51.6944366]},"properties":{"@type":"node","@id":8491989837,"@timestamp":1615054347},"coords":"51.6944366,-0.2958006","bedrooms":"1","price":"256000","area":"628"} , +{"type":"Feature","id":"n8491989899","geometry":{"type":"Point","coordinates":[-0.2899174,51.704136]},"properties":{"@type":"node","@id":8491989899,"@timestamp":1615054347},"coords":"51.704136,-0.2899174","bedrooms":"1","price":"192000","area":"453"} , +{"type":"Feature","id":"n8492010815","geometry":{"type":"Point","coordinates":[0.0953016,51.9036349]},"properties":{"@type":"node","@id":8492010815,"@timestamp":1615055982},"coords":"51.9036349,0.0953016","bedrooms":"2","price":"183000","area":"524"} , +{"type":"Feature","id":"n8492044610","geometry":{"type":"Point","coordinates":[0.0959319,51.9045073]},"properties":{"@type":"node","@id":8492044610,"@timestamp":1615057515},"coords":"51.9045073,0.0959319","bedrooms":"1","price":"182000","area":"624"} , +{"type":"Feature","id":"n8492084431","geometry":{"type":"Point","coordinates":[0.0958219,51.9042128]},"properties":{"@type":"node","@id":8492084431,"@timestamp":1615057374},"coords":"51.9042128,0.0958219","bedrooms":"0","price":"226000","area":"471"} , +{"type":"Feature","id":"n8492097304","geometry":{"type":"Point","coordinates":[0.0943226,51.9041829]},"properties":{"@type":"node","@id":8492097304,"@timestamp":1615058135},"coords":"51.9041829,0.0943226","bedrooms":"2","price":"155000","area":"519"} , +{"type":"Feature","id":"n8492164068","geometry":{"type":"Point","coordinates":[-0.065337,51.430867]},"properties":{"@type":"node","@id":8492164068,"@timestamp":1615060812},"coords":"51.430867,-0.065337","bedrooms":"4","price":"219000","area":"510"} , +{"type":"Feature","id":"n8493332490","geometry":{"type":"Point","coordinates":[-0.2463221,51.5170812]},"properties":{"@type":"node","@id":8493332490,"@timestamp":1615089676},"coords":"51.5170812,-0.2463221","bedrooms":"1","price":"220000","area":"516"} , +{"type":"Feature","id":"n8493372735","geometry":{"type":"Point","coordinates":[-0.246064,51.5172315]},"properties":{"@type":"node","@id":8493372735,"@timestamp":1615089676},"coords":"51.5172315,-0.246064","bedrooms":"3","price":"229000","area":"430"} , +{"type":"Feature","id":"n8493372824","geometry":{"type":"Point","coordinates":[-0.2458018,51.5173308]},"properties":{"@type":"node","@id":8493372824,"@timestamp":1615089676},"coords":"51.5173308,-0.2458018","bedrooms":"1","price":"175000","area":"580"} , +{"type":"Feature","id":"n8493372921","geometry":{"type":"Point","coordinates":[-0.2458767,51.5168722]},"properties":{"@type":"node","@id":8493372921,"@timestamp":1615089676},"coords":"51.5168722,-0.2458767","bedrooms":"3","price":"253000","area":"684"} , +{"type":"Feature","id":"n8493372931","geometry":{"type":"Point","coordinates":[-0.2454482,51.5166583]},"properties":{"@type":"node","@id":8493372931,"@timestamp":1615089676},"coords":"51.5166583,-0.2454482","bedrooms":"0","price":"269000","area":"396"} , +{"type":"Feature","id":"n8493372943","geometry":{"type":"Point","coordinates":[-0.2458409,51.5168152]},"properties":{"@type":"node","@id":8493372943,"@timestamp":1615089676},"coords":"51.5168152,-0.2458409","bedrooms":"0","price":"251000","area":"444"} , +{"type":"Feature","id":"n8493391977","geometry":{"type":"Point","coordinates":[-0.2450761,51.5164407]},"properties":{"@type":"node","@id":8493391977,"@timestamp":1615091417},"coords":"51.5164407,-0.2450761","bedrooms":"3","price":"152000","area":"512"} , +{"type":"Feature","id":"n8493398345","geometry":{"type":"Point","coordinates":[-0.2454159,51.5169754]},"properties":{"@type":"node","@id":8493398345,"@timestamp":1615091417},"coords":"51.5169754,-0.2454159","bedrooms":"2","price":"223000","area":"523"} , +{"type":"Feature","id":"n8493398355","geometry":{"type":"Point","coordinates":[-0.2449386,51.5167443]},"properties":{"@type":"node","@id":8493398355,"@timestamp":1615091417},"coords":"51.5167443,-0.2449386","bedrooms":"2","price":"251000","area":"431"} , +{"type":"Feature","id":"n8493398368","geometry":{"type":"Point","coordinates":[-0.2455703,51.5171713]},"properties":{"@type":"node","@id":8493398368,"@timestamp":1615091417},"coords":"51.5171713,-0.2455703","bedrooms":"3","price":"151000","area":"456"} , +{"type":"Feature","id":"n8493452643","geometry":{"type":"Point","coordinates":[-0.2455013,51.5174948]},"properties":{"@type":"node","@id":8493452643,"@timestamp":1615095792},"coords":"51.5174948,-0.2455013","bedrooms":"1","price":"237000","area":"519"} , +{"type":"Feature","id":"n8493452701","geometry":{"type":"Point","coordinates":[-0.2453641,51.5177042]},"properties":{"@type":"node","@id":8493452701,"@timestamp":1615095792},"coords":"51.5177042,-0.2453641","bedrooms":"4","price":"296000","area":"558"} , +{"type":"Feature","id":"n8493452712","geometry":{"type":"Point","coordinates":[-0.2449788,51.5180535]},"properties":{"@type":"node","@id":8493452712,"@timestamp":1615095792},"coords":"51.5180535,-0.2449788","bedrooms":"0","price":"195000","area":"693"} , +{"type":"Feature","id":"n8493452722","geometry":{"type":"Point","coordinates":[-0.2454719,51.5177216]},"properties":{"@type":"node","@id":8493452722,"@timestamp":1615095792},"coords":"51.5177216,-0.2454719","bedrooms":"1","price":"273000","area":"564"} , +{"type":"Feature","id":"n8493452759","geometry":{"type":"Point","coordinates":[-0.2446789,51.5180681]},"properties":{"@type":"node","@id":8493452759,"@timestamp":1615095792},"coords":"51.5180681,-0.2446789","bedrooms":"3","price":"172000","area":"384"} , +{"type":"Feature","id":"n8493452785","geometry":{"type":"Point","coordinates":[-0.2445949,51.5176447]},"properties":{"@type":"node","@id":8493452785,"@timestamp":1615095792},"coords":"51.5176447,-0.2445949","bedrooms":"3","price":"233000","area":"580"} , +{"type":"Feature","id":"n8493452806","geometry":{"type":"Point","coordinates":[-0.2448417,51.5174716]},"properties":{"@type":"node","@id":8493452806,"@timestamp":1615095792},"coords":"51.5174716,-0.2448417","bedrooms":"2","price":"295000","area":"451"} , +{"type":"Feature","id":"n8493452826","geometry":{"type":"Point","coordinates":[-0.2451476,51.5172157]},"properties":{"@type":"node","@id":8493452826,"@timestamp":1615095792},"coords":"51.5172157,-0.2451476","bedrooms":"3","price":"259000","area":"501"} , +{"type":"Feature","id":"n8493452837","geometry":{"type":"Point","coordinates":[-0.2454066,51.5172913]},"properties":{"@type":"node","@id":8493452837,"@timestamp":1615095792},"coords":"51.5172913,-0.2454066","bedrooms":"2","price":"249000","area":"573"} , +{"type":"Feature","id":"n8493479582","geometry":{"type":"Point","coordinates":[-0.2445248,51.51734]},"properties":{"@type":"node","@id":8493479582,"@timestamp":1615098593},"coords":"51.51734,-0.2445248","bedrooms":"0","price":"219000","area":"583"} , +{"type":"Feature","id":"n8493479594","geometry":{"type":"Point","coordinates":[-0.244393,51.5174843]},"properties":{"@type":"node","@id":8493479594,"@timestamp":1615098593},"coords":"51.5174843,-0.244393","bedrooms":"0","price":"217000","area":"656"} , +{"type":"Feature","id":"n8493479632","geometry":{"type":"Point","coordinates":[-0.2436272,51.5165068]},"properties":{"@type":"node","@id":8493479632,"@timestamp":1615101621},"coords":"51.5165068,-0.2436272","bedrooms":"3","price":"251000","area":"608"} , +{"type":"Feature","id":"n8493479648","geometry":{"type":"Point","coordinates":[-0.2435705,51.5174363]},"properties":{"@type":"node","@id":8493479648,"@timestamp":1615098593},"coords":"51.5174363,-0.2435705","bedrooms":"3","price":"184000","area":"408"} , +{"type":"Feature","id":"n8493497678","geometry":{"type":"Point","coordinates":[-0.2434596,51.516708]},"properties":{"@type":"node","@id":8493497678,"@timestamp":1615101621},"coords":"51.516708,-0.2434596","bedrooms":"4","price":"168000","area":"476"} , +{"type":"Feature","id":"n8493497688","geometry":{"type":"Point","coordinates":[-0.2434187,51.517222]},"properties":{"@type":"node","@id":8493497688,"@timestamp":1615101621},"coords":"51.517222,-0.2434187","bedrooms":"2","price":"279000","area":"540"} , +{"type":"Feature","id":"n8493513329","geometry":{"type":"Point","coordinates":[-0.244064,51.5165041]},"properties":{"@type":"node","@id":8493513329,"@timestamp":1615101621},"coords":"51.5165041,-0.244064","bedrooms":"4","price":"180000","area":"475"} , +{"type":"Feature","id":"n8493513339","geometry":{"type":"Point","coordinates":[-0.2440181,51.5165555]},"properties":{"@type":"node","@id":8493513339,"@timestamp":1615101621},"coords":"51.5165555,-0.2440181","bedrooms":"2","price":"165000","area":"648"} , +{"type":"Feature","id":"n8493723251","geometry":{"type":"Point","coordinates":[-0.2439241,51.5168773]},"properties":{"@type":"node","@id":8493723251,"@timestamp":1615111530},"coords":"51.5168773,-0.2439241","bedrooms":"3","price":"208000","area":"598"} , +{"type":"Feature","id":"n8493723261","geometry":{"type":"Point","coordinates":[-0.2440955,51.5171435]},"properties":{"@type":"node","@id":8493723261,"@timestamp":1615111530},"coords":"51.5171435,-0.2440955","bedrooms":"0","price":"267000","area":"413"} , +{"type":"Feature","id":"n8493723312","geometry":{"type":"Point","coordinates":[-0.2446529,51.5169344]},"properties":{"@type":"node","@id":8493723312,"@timestamp":1615111530},"coords":"51.5169344,-0.2446529","bedrooms":"4","price":"266000","area":"454"} , +{"type":"Feature","id":"n8493729124","geometry":{"type":"Point","coordinates":[-0.2446124,51.5168294]},"properties":{"@type":"node","@id":8493729124,"@timestamp":1615111530},"coords":"51.5168294,-0.2446124","bedrooms":"2","price":"272000","area":"568"} , +{"type":"Feature","id":"n8494107415","geometry":{"type":"Point","coordinates":[-0.6848584,51.9123701]},"properties":{"@type":"node","@id":8494107415,"@timestamp":1626812587},"coords":"51.9123701,-0.6848584","bedrooms":"4","price":"281000","area":"456"} , +{"type":"Feature","id":"n8494223530","geometry":{"type":"Point","coordinates":[-0.3567834,51.3683519]},"properties":{"@type":"node","@id":8494223530,"@timestamp":1615127318},"coords":"51.3683519,-0.3567834","bedrooms":"3","price":"207000","area":"412"} , +{"type":"Feature","id":"n8494241718","geometry":{"type":"Point","coordinates":[-0.1821922,51.8529046]},"properties":{"@type":"node","@id":8494241718,"@timestamp":1615128169},"coords":"51.8529046,-0.1821922","bedrooms":"0","price":"189000","area":"479"} , +{"type":"Feature","id":"n8494293465","geometry":{"type":"Point","coordinates":[-0.4590194,51.5106198]},"properties":{"@type":"node","@id":8494293465,"@timestamp":1615130112},"coords":"51.5106198,-0.4590194","bedrooms":"0","price":"221000","area":"500"} , +{"type":"Feature","id":"n8494437501","geometry":{"type":"Point","coordinates":[0.0651931,50.9721268]},"properties":{"@type":"node","@id":8494437501,"@timestamp":1615134019},"coords":"50.9721268,0.0651931","bedrooms":"1","price":"247000","area":"618"} , +{"type":"Feature","id":"n8494455334","geometry":{"type":"Point","coordinates":[0.0044378,51.5510076]},"properties":{"@type":"node","@id":8494455334,"@timestamp":1636391208},"coords":"51.5510076,0.0044378","bedrooms":"3","price":"268000","area":"393"} , +{"type":"Feature","id":"n8494455344","geometry":{"type":"Point","coordinates":[0.0049192,51.5505796]},"properties":{"@type":"node","@id":8494455344,"@timestamp":1636391208},"coords":"51.5505796,0.0049192","bedrooms":"3","price":"155000","area":"472"} , +{"type":"Feature","id":"n8494455354","geometry":{"type":"Point","coordinates":[0.0049599,51.5507752]},"properties":{"@type":"node","@id":8494455354,"@timestamp":1636391208},"coords":"51.5507752,0.0049599","bedrooms":"3","price":"287000","area":"422"} , +{"type":"Feature","id":"n8494455364","geometry":{"type":"Point","coordinates":[0.0049402,51.5511686]},"properties":{"@type":"node","@id":8494455364,"@timestamp":1636391208},"coords":"51.5511686,0.0049402","bedrooms":"2","price":"222000","area":"385"} , +{"type":"Feature","id":"n8494524063","geometry":{"type":"Point","coordinates":[0.0028159,51.5543935]},"properties":{"@type":"node","@id":8494524063,"@timestamp":1615378742},"coords":"51.5543935,0.0028159","bedrooms":"4","price":"242000","area":"601"} , +{"type":"Feature","id":"n8494536453","geometry":{"type":"Point","coordinates":[-0.0315276,51.5687071]},"properties":{"@type":"node","@id":8494536453,"@timestamp":1615137051},"coords":"51.5687071,-0.0315276","bedrooms":"0","price":"195000","area":"470"} , +{"type":"Feature","id":"n8494609568","geometry":{"type":"Point","coordinates":[-0.364484,51.3703282]},"properties":{"@type":"node","@id":8494609568,"@timestamp":1615139172},"coords":"51.3703282,-0.364484","bedrooms":"0","price":"186000","area":"625"} , +{"type":"Feature","id":"n8494769072","geometry":{"type":"Point","coordinates":[-0.3393243,51.0914846]},"properties":{"@type":"node","@id":8494769072,"@timestamp":1615143539},"coords":"51.0914846,-0.3393243","bedrooms":"2","price":"206000","area":"393"} , +{"type":"Feature","id":"n8494769646","geometry":{"type":"Point","coordinates":[-0.3381022,51.0832555]},"properties":{"@type":"node","@id":8494769646,"@timestamp":1615143539},"coords":"51.0832555,-0.3381022","bedrooms":"0","price":"284000","area":"639"} , +{"type":"Feature","id":"n8494769659","geometry":{"type":"Point","coordinates":[-0.3374323,51.0838616]},"properties":{"@type":"node","@id":8494769659,"@timestamp":1615143539},"coords":"51.0838616,-0.3374323","bedrooms":"1","price":"260000","area":"532"} , +{"type":"Feature","id":"n8494769810","geometry":{"type":"Point","coordinates":[-0.3378004,51.0857814]},"properties":{"@type":"node","@id":8494769810,"@timestamp":1615143539},"coords":"51.0857814,-0.3378004","bedrooms":"3","price":"286000","area":"392"} , +{"type":"Feature","id":"n8494769820","geometry":{"type":"Point","coordinates":[-0.3378457,51.0849697]},"properties":{"@type":"node","@id":8494769820,"@timestamp":1615143539},"coords":"51.0849697,-0.3378457","bedrooms":"0","price":"162000","area":"373"} , +{"type":"Feature","id":"n8494769830","geometry":{"type":"Point","coordinates":[-0.3397197,51.0843751]},"properties":{"@type":"node","@id":8494769830,"@timestamp":1615143539},"coords":"51.0843751,-0.3397197","bedrooms":"2","price":"271000","area":"684"} , +{"type":"Feature","id":"n8494769840","geometry":{"type":"Point","coordinates":[-0.3425115,51.0849068]},"properties":{"@type":"node","@id":8494769840,"@timestamp":1615143539},"coords":"51.0849068,-0.3425115","bedrooms":"3","price":"159000","area":"475"} , +{"type":"Feature","id":"n8494769850","geometry":{"type":"Point","coordinates":[-0.3446812,51.0856571]},"properties":{"@type":"node","@id":8494769850,"@timestamp":1615143539},"coords":"51.0856571,-0.3446812","bedrooms":"1","price":"195000","area":"503"} , +{"type":"Feature","id":"n8494769865","geometry":{"type":"Point","coordinates":[-0.3384942,51.0804405]},"properties":{"@type":"node","@id":8494769865,"@timestamp":1615143539},"coords":"51.0804405,-0.3384942","bedrooms":"1","price":"298000","area":"598"} , +{"type":"Feature","id":"n8494873149","geometry":{"type":"Point","coordinates":[-0.2928367,51.6667842]},"properties":{"@type":"node","@id":8494873149,"@timestamp":1615147652},"coords":"51.6667842,-0.2928367","bedrooms":"2","price":"198000","area":"358"} , +{"type":"Feature","id":"n8494873182","geometry":{"type":"Point","coordinates":[-0.2907646,51.6645936]},"properties":{"@type":"node","@id":8494873182,"@timestamp":1615147652},"coords":"51.6645936,-0.2907646","bedrooms":"2","price":"260000","area":"369"} , +{"type":"Feature","id":"n8494920180","geometry":{"type":"Point","coordinates":[-0.2918639,51.6670672]},"properties":{"@type":"node","@id":8494920180,"@timestamp":1615148792},"coords":"51.6670672,-0.2918639","bedrooms":"3","price":"219000","area":"672"} , +{"type":"Feature","id":"n8494940737","geometry":{"type":"Point","coordinates":[-0.8263886,50.9612402]},"properties":{"@type":"node","@id":8494940737,"@timestamp":1615148983},"coords":"50.9612402,-0.8263886","bedrooms":"2","price":"213000","area":"664"} , +{"type":"Feature","id":"n8495028515","geometry":{"type":"Point","coordinates":[-0.2908533,51.6686559]},"properties":{"@type":"node","@id":8495028515,"@timestamp":1615152104},"coords":"51.6686559,-0.2908533","bedrooms":"2","price":"152000","area":"477"} , +{"type":"Feature","id":"n8495034681","geometry":{"type":"Point","coordinates":[-0.170504,51.2288478]},"properties":{"@type":"node","@id":8495034681,"@timestamp":1615152686},"coords":"51.2288478,-0.170504","bedrooms":"3","price":"282000","area":"439"} , +{"type":"Feature","id":"n8495049443","geometry":{"type":"Point","coordinates":[-0.2877377,51.666779]},"properties":{"@type":"node","@id":8495049443,"@timestamp":1615152104},"coords":"51.666779,-0.2877377","bedrooms":"2","price":"286000","area":"540"} , +{"type":"Feature","id":"n8495056294","geometry":{"type":"Point","coordinates":[-0.366723,51.3706295]},"properties":{"@type":"node","@id":8495056294,"@timestamp":1615152385},"coords":"51.3706295,-0.366723","bedrooms":"1","price":"156000","area":"491"} , +{"type":"Feature","id":"n8495117439","geometry":{"type":"Point","coordinates":[-0.01654,51.6692487]},"properties":{"@type":"node","@id":8495117439,"@timestamp":1615155660},"coords":"51.6692487,-0.01654","bedrooms":"1","price":"248000","area":"475"} , +{"type":"Feature","id":"n8495141616","geometry":{"type":"Point","coordinates":[-0.0161925,51.66962]},"properties":{"@type":"node","@id":8495141616,"@timestamp":1615155660},"coords":"51.66962,-0.0161925","bedrooms":"4","price":"150000","area":"418"} , +{"type":"Feature","id":"n8495150332","geometry":{"type":"Point","coordinates":[-0.3698679,51.3798118]},"properties":{"@type":"node","@id":8495150332,"@timestamp":1615155802},"coords":"51.3798118,-0.3698679","bedrooms":"2","price":"248000","area":"556"} , +{"type":"Feature","id":"n8495186375","geometry":{"type":"Point","coordinates":[-0.3528151,51.3773763]},"properties":{"@type":"node","@id":8495186375,"@timestamp":1615157110},"coords":"51.3773763,-0.3528151","bedrooms":"1","price":"159000","area":"512"} , +{"type":"Feature","id":"n8495193977","geometry":{"type":"Point","coordinates":[-0.0164448,51.6700914]},"properties":{"@type":"node","@id":8495193977,"@timestamp":1617657620},"coords":"51.6700914,-0.0164448","bedrooms":"0","price":"258000","area":"430"} , +{"type":"Feature","id":"n8495193990","geometry":{"type":"Point","coordinates":[-0.0164513,51.6698923]},"properties":{"@type":"node","@id":8495193990,"@timestamp":1615157549},"coords":"51.6698923,-0.0164513","bedrooms":"4","price":"241000","area":"457"} , +{"type":"Feature","id":"n8495282653","geometry":{"type":"Point","coordinates":[0.2150374,51.5258626]},"properties":{"@type":"node","@id":8495282653,"@timestamp":1615161340},"coords":"51.5258626,0.2150374","bedrooms":"0","price":"291000","area":"458"} , +{"type":"Feature","id":"n8495952087","geometry":{"type":"Point","coordinates":[-0.0975502,51.4584312]},"properties":{"@type":"node","@id":8495952087,"@timestamp":1615186389},"coords":"51.4584312,-0.0975502","bedrooms":"2","price":"195000","area":"434"} , +{"type":"Feature","id":"n8496451403","geometry":{"type":"Point","coordinates":[-0.0734021,51.6622861]},"properties":{"@type":"node","@id":8496451403,"@timestamp":1615196849},"coords":"51.6622861,-0.0734021","bedrooms":"1","price":"217000","area":"556"} , +{"type":"Feature","id":"n8496644129","geometry":{"type":"Point","coordinates":[0.0056334,51.490768]},"properties":{"@type":"node","@id":8496644129,"@timestamp":1632566712},"coords":"51.490768,0.0056334","bedrooms":"3","price":"293000","area":"472"} , +{"type":"Feature","id":"n8496836523","geometry":{"type":"Point","coordinates":[-0.256765,51.646779]},"properties":{"@type":"node","@id":8496836523,"@timestamp":1615205174},"coords":"51.646779,-0.256765","bedrooms":"3","price":"282000","area":"541"} , +{"type":"Feature","id":"n8496836545","geometry":{"type":"Point","coordinates":[-0.2540875,51.6484582]},"properties":{"@type":"node","@id":8496836545,"@timestamp":1615205174},"coords":"51.6484582,-0.2540875","bedrooms":"2","price":"285000","area":"637"} , +{"type":"Feature","id":"n8496971560","geometry":{"type":"Point","coordinates":[-0.2431005,51.5175527]},"properties":{"@type":"node","@id":8496971560,"@timestamp":1615208287},"coords":"51.5175527,-0.2431005","bedrooms":"1","price":"174000","area":"403"} , +{"type":"Feature","id":"n8496971570","geometry":{"type":"Point","coordinates":[-0.2430273,51.5170341]},"properties":{"@type":"node","@id":8496971570,"@timestamp":1615208287},"coords":"51.5170341,-0.2430273","bedrooms":"3","price":"173000","area":"407"} , +{"type":"Feature","id":"n8496971580","geometry":{"type":"Point","coordinates":[-0.2429549,51.5165211]},"properties":{"@type":"node","@id":8496971580,"@timestamp":1615208287},"coords":"51.5165211,-0.2429549","bedrooms":"3","price":"203000","area":"532"} , +{"type":"Feature","id":"n8497112683","geometry":{"type":"Point","coordinates":[0.1653264,51.5256747]},"properties":{"@type":"node","@id":8497112683,"@timestamp":1615211596},"coords":"51.5256747,0.1653264","bedrooms":"4","price":"226000","area":"478"} , +{"type":"Feature","id":"n8497151002","geometry":{"type":"Point","coordinates":[-0.2432315,51.5178767]},"properties":{"@type":"node","@id":8497151002,"@timestamp":1615212206},"coords":"51.5178767,-0.2432315","bedrooms":"0","price":"193000","area":"633"} , +{"type":"Feature","id":"n8497151012","geometry":{"type":"Point","coordinates":[-0.243098,51.5168999]},"properties":{"@type":"node","@id":8497151012,"@timestamp":1615212206},"coords":"51.5168999,-0.243098","bedrooms":"2","price":"191000","area":"362"} , +{"type":"Feature","id":"n8497155901","geometry":{"type":"Point","coordinates":[-0.2433323,51.5161587]},"properties":{"@type":"node","@id":8497155901,"@timestamp":1615212206},"coords":"51.5161587,-0.2433323","bedrooms":"3","price":"293000","area":"587"} , +{"type":"Feature","id":"n8497155925","geometry":{"type":"Point","coordinates":[-0.2430317,51.5160776]},"properties":{"@type":"node","@id":8497155925,"@timestamp":1615212206},"coords":"51.5160776,-0.2430317","bedrooms":"2","price":"289000","area":"398"} , +{"type":"Feature","id":"n8497208051","geometry":{"type":"Point","coordinates":[-0.3239312,51.5101215]},"properties":{"@type":"node","@id":8497208051,"@timestamp":1626477125},"coords":"51.5101215,-0.3239312","bedrooms":"3","price":"209000","area":"597"} , +{"type":"Feature","id":"n8497422421","geometry":{"type":"Point","coordinates":[-0.2668444,51.6492141]},"properties":{"@type":"node","@id":8497422421,"@timestamp":1615218723},"coords":"51.6492141,-0.2668444","bedrooms":"2","price":"180000","area":"504"} , +{"type":"Feature","id":"n8497422437","geometry":{"type":"Point","coordinates":[-0.2681186,51.6475847]},"properties":{"@type":"node","@id":8497422437,"@timestamp":1615218723},"coords":"51.6475847,-0.2681186","bedrooms":"3","price":"279000","area":"379"} , +{"type":"Feature","id":"n8497422475","geometry":{"type":"Point","coordinates":[-0.2628147,51.6495154]},"properties":{"@type":"node","@id":8497422475,"@timestamp":1615218723},"coords":"51.6495154,-0.2628147","bedrooms":"3","price":"165000","area":"442"} , +{"type":"Feature","id":"n8497458968","geometry":{"type":"Point","coordinates":[0.0043951,51.5507391]},"properties":{"@type":"node","@id":8497458968,"@timestamp":1636391208},"coords":"51.5507391,0.0043951","bedrooms":"1","price":"251000","area":"380"} , +{"type":"Feature","id":"n8497570941","geometry":{"type":"Point","coordinates":[-0.2416883,51.5157951]},"properties":{"@type":"node","@id":8497570941,"@timestamp":1615221894},"coords":"51.5157951,-0.2416883","bedrooms":"4","price":"193000","area":"673"} , +{"type":"Feature","id":"n8497571029","geometry":{"type":"Point","coordinates":[-0.2401111,51.5160072]},"properties":{"@type":"node","@id":8497571029,"@timestamp":1615221894},"coords":"51.5160072,-0.2401111","bedrooms":"2","price":"252000","area":"678"} , +{"type":"Feature","id":"n8497571113","geometry":{"type":"Point","coordinates":[-0.2384722,51.5160083]},"properties":{"@type":"node","@id":8497571113,"@timestamp":1615221894},"coords":"51.5160083,-0.2384722","bedrooms":"4","price":"211000","area":"366"} , +{"type":"Feature","id":"n8497605108","geometry":{"type":"Point","coordinates":[-0.0756696,51.5107114]},"properties":{"@type":"node","@id":8497605108,"@timestamp":1615223252},"coords":"51.5107114,-0.0756696","bedrooms":"1","price":"164000","area":"553"} , +{"type":"Feature","id":"n8497806700","geometry":{"type":"Point","coordinates":[0.8215456,51.7878251]},"properties":{"@type":"node","@id":8497806700,"@timestamp":1615229932},"coords":"51.7878251,0.8215456","bedrooms":"2","price":"243000","area":"498"} , +{"type":"Feature","id":"n8497877462","geometry":{"type":"Point","coordinates":[0.0064598,51.5466769]},"properties":{"@type":"node","@id":8497877462,"@timestamp":1615230785},"coords":"51.5466769,0.0064598","bedrooms":"2","price":"187000","area":"552"} , +{"type":"Feature","id":"n8498100106","geometry":{"type":"Point","coordinates":[-0.1345943,51.6045272]},"properties":{"@type":"node","@id":8498100106,"@timestamp":1615237580},"coords":"51.6045272,-0.1345943","bedrooms":"2","price":"174000","area":"690"} , +{"type":"Feature","id":"n8498288726","geometry":{"type":"Point","coordinates":[0.0029083,51.5544954]},"properties":{"@type":"node","@id":8498288726,"@timestamp":1615242205},"coords":"51.5544954,0.0029083","bedrooms":"4","price":"232000","area":"431"} , +{"type":"Feature","id":"n8498288790","geometry":{"type":"Point","coordinates":[0.00322,51.5532689]},"properties":{"@type":"node","@id":8498288790,"@timestamp":1619508525},"coords":"51.5532689,0.00322","bedrooms":"2","price":"178000","area":"361"} , +{"type":"Feature","id":"n8498517117","geometry":{"type":"Point","coordinates":[0.470223,51.7309971]},"properties":{"@type":"node","@id":8498517117,"@timestamp":1618867752},"coords":"51.7309971,0.470223","bedrooms":"2","price":"245000","area":"553"} , +{"type":"Feature","id":"n8499457719","geometry":{"type":"Point","coordinates":[-0.1802505,51.4594812]},"properties":{"@type":"node","@id":8499457719,"@timestamp":1615283750},"coords":"51.4594812,-0.1802505","bedrooms":"2","price":"264000","area":"578"} , +{"type":"Feature","id":"n8499555890","geometry":{"type":"Point","coordinates":[0.0277196,51.5144206]},"properties":{"@type":"node","@id":8499555890,"@timestamp":1615286053},"coords":"51.5144206,0.0277196","bedrooms":"1","price":"242000","area":"455"} , +{"type":"Feature","id":"n8499555901","geometry":{"type":"Point","coordinates":[0.0259243,51.5102934]},"properties":{"@type":"node","@id":8499555901,"@timestamp":1615371786},"coords":"51.5102934,0.0259243","bedrooms":"2","price":"284000","area":"690"} , +{"type":"Feature","id":"n8499653856","geometry":{"type":"Point","coordinates":[0.019815,51.5530653]},"properties":{"@type":"node","@id":8499653856,"@timestamp":1619778013},"coords":"51.5530653,0.019815","bedrooms":"3","price":"171000","area":"446"} , +{"type":"Feature","id":"n8499807547","geometry":{"type":"Point","coordinates":[-0.2282817,51.520292]},"properties":{"@type":"node","@id":8499807547,"@timestamp":1615290269},"coords":"51.520292,-0.2282817","bedrooms":"2","price":"155000","area":"527"} , +{"type":"Feature","id":"n8500287002","geometry":{"type":"Point","coordinates":[0.0218705,51.6066254]},"properties":{"@type":"node","@id":8500287002,"@timestamp":1619263494},"coords":"51.6066254,0.0218705","bedrooms":"3","price":"199000","area":"419"} , +{"type":"Feature","id":"n8500361138","geometry":{"type":"Point","coordinates":[0.0225099,51.4906683]},"properties":{"@type":"node","@id":8500361138,"@timestamp":1615303177},"coords":"51.4906683,0.0225099","bedrooms":"3","price":"191000","area":"686"} , +{"type":"Feature","id":"n8500616997","geometry":{"type":"Point","coordinates":[0.1182488,51.7684394]},"properties":{"@type":"node","@id":8500616997,"@timestamp":1615309085},"coords":"51.7684394,0.1182488","bedrooms":"1","price":"219000","area":"682"} , +{"type":"Feature","id":"n8500691743","geometry":{"type":"Point","coordinates":[0.0125273,51.4902692]},"properties":{"@type":"node","@id":8500691743,"@timestamp":1624545683},"coords":"51.4902692,0.0125273","bedrooms":"2","price":"257000","area":"373"} , +{"type":"Feature","id":"n8500986506","geometry":{"type":"Point","coordinates":[0.0160942,51.0027456]},"properties":{"@type":"node","@id":8500986506,"@timestamp":1615319717},"coords":"51.0027456,0.0160942","bedrooms":"3","price":"254000","area":"435"} , +{"type":"Feature","id":"n8501333290","geometry":{"type":"Point","coordinates":[0.0863657,51.7688308]},"properties":{"@type":"node","@id":8501333290,"@timestamp":1615323815},"coords":"51.7688308,0.0863657","bedrooms":"3","price":"232000","area":"586"} , +{"type":"Feature","id":"n8501360595","geometry":{"type":"Point","coordinates":[-0.2880728,51.6703875]},"properties":{"@type":"node","@id":8501360595,"@timestamp":1615324308},"coords":"51.6703875,-0.2880728","bedrooms":"1","price":"284000","area":"610"} , +{"type":"Feature","id":"n8501405322","geometry":{"type":"Point","coordinates":[-0.2831823,51.6705468]},"properties":{"@type":"node","@id":8501405322,"@timestamp":1615324308},"coords":"51.6705468,-0.2831823","bedrooms":"4","price":"205000","area":"623"} , +{"type":"Feature","id":"n8501405362","geometry":{"type":"Point","coordinates":[-0.2827281,51.6666179]},"properties":{"@type":"node","@id":8501405362,"@timestamp":1615324308},"coords":"51.6666179,-0.2827281","bedrooms":"4","price":"184000","area":"564"} , +{"type":"Feature","id":"n8501422002","geometry":{"type":"Point","coordinates":[-0.112961,51.4410294]},"properties":{"@type":"node","@id":8501422002,"@timestamp":1615326780},"coords":"51.4410294,-0.112961","bedrooms":"3","price":"289000","area":"538"} , +{"type":"Feature","id":"n8501496451","geometry":{"type":"Point","coordinates":[-0.5066417,51.5950086]},"properties":{"@type":"node","@id":8501496451,"@timestamp":1615326793},"coords":"51.5950086,-0.5066417","bedrooms":"0","price":"247000","area":"583"} , +{"type":"Feature","id":"n8501513995","geometry":{"type":"Point","coordinates":[-0.2784266,51.6708304]},"properties":{"@type":"node","@id":8501513995,"@timestamp":1615328032},"coords":"51.6708304,-0.2784266","bedrooms":"4","price":"254000","area":"505"} , +{"type":"Feature","id":"n8501568114","geometry":{"type":"Point","coordinates":[0.0725759,51.2091512]},"properties":{"@type":"node","@id":8501568114,"@timestamp":1616076549},"coords":"51.2091512,0.0725759","bedrooms":"1","price":"195000","area":"353"} , +{"type":"Feature","id":"n8501933609","geometry":{"type":"Point","coordinates":[-0.3536218,51.4026193]},"properties":{"@type":"node","@id":8501933609,"@timestamp":1615337326},"coords":"51.4026193,-0.3536218","bedrooms":"2","price":"213000","area":"474"} , +{"type":"Feature","id":"n8502438314","geometry":{"type":"Point","coordinates":[-0.2271238,51.5185365]},"properties":{"@type":"node","@id":8502438314,"@timestamp":1615351916},"coords":"51.5185365,-0.2271238","bedrooms":"4","price":"162000","area":"385"} , +{"type":"Feature","id":"n8502438376","geometry":{"type":"Point","coordinates":[-0.2269018,51.51877]},"properties":{"@type":"node","@id":8502438376,"@timestamp":1615351916},"coords":"51.51877,-0.2269018","bedrooms":"3","price":"257000","area":"557"} , +{"type":"Feature","id":"n8502806356","geometry":{"type":"Point","coordinates":[-0.2274178,51.5176667]},"properties":{"@type":"node","@id":8502806356,"@timestamp":1615361617},"coords":"51.5176667,-0.2274178","bedrooms":"3","price":"154000","area":"457"} , +{"type":"Feature","id":"n8502815428","geometry":{"type":"Point","coordinates":[-0.2276,51.5181577]},"properties":{"@type":"node","@id":8502815428,"@timestamp":1615361617},"coords":"51.5181577,-0.2276","bedrooms":"2","price":"178000","area":"453"} , +{"type":"Feature","id":"n8502815442","geometry":{"type":"Point","coordinates":[-0.226949,51.5178736]},"properties":{"@type":"node","@id":8502815442,"@timestamp":1615361617},"coords":"51.5178736,-0.226949","bedrooms":"4","price":"168000","area":"543"} , +{"type":"Feature","id":"n8502815472","geometry":{"type":"Point","coordinates":[-0.2265876,51.5182556]},"properties":{"@type":"node","@id":8502815472,"@timestamp":1615361617},"coords":"51.5182556,-0.2265876","bedrooms":"0","price":"287000","area":"635"} , +{"type":"Feature","id":"n8503045985","geometry":{"type":"Point","coordinates":[-0.227215,51.517429]},"properties":{"@type":"node","@id":8503045985,"@timestamp":1615367270},"coords":"51.517429,-0.227215","bedrooms":"2","price":"163000","area":"671"} , +{"type":"Feature","id":"n8503056917","geometry":{"type":"Point","coordinates":[-0.226512,51.5177915]},"properties":{"@type":"node","@id":8503056917,"@timestamp":1615367270},"coords":"51.5177915,-0.226512","bedrooms":"3","price":"288000","area":"484"} , +{"type":"Feature","id":"n8503056982","geometry":{"type":"Point","coordinates":[-0.226194,51.5178763]},"properties":{"@type":"node","@id":8503056982,"@timestamp":1615367270},"coords":"51.5178763,-0.226194","bedrooms":"0","price":"230000","area":"466"} , +{"type":"Feature","id":"n8503127187","geometry":{"type":"Point","coordinates":[-0.3547986,51.4032037]},"properties":{"@type":"node","@id":8503127187,"@timestamp":1615369015},"coords":"51.4032037,-0.3547986","bedrooms":"0","price":"263000","area":"692"} , +{"type":"Feature","id":"n8503373559","geometry":{"type":"Point","coordinates":[0.2267404,51.3848165]},"properties":{"@type":"node","@id":8503373559,"@timestamp":1615374656},"coords":"51.3848165,0.2267404","bedrooms":"4","price":"268000","area":"491"} , +{"type":"Feature","id":"n8503557656","geometry":{"type":"Point","coordinates":[0.002021,51.5547569]},"properties":{"@type":"node","@id":8503557656,"@timestamp":1615378742},"coords":"51.5547569,0.002021","bedrooms":"4","price":"268000","area":"503"} , +{"type":"Feature","id":"n8503561749","geometry":{"type":"Point","coordinates":[0.0033725,51.5535768]},"properties":{"@type":"node","@id":8503561749,"@timestamp":1615378742},"coords":"51.5535768,0.0033725","bedrooms":"3","price":"245000","area":"567"} , +{"type":"Feature","id":"n8503619974","geometry":{"type":"Point","coordinates":[0.9036097,51.3057383]},"properties":{"@type":"node","@id":8503619974,"@timestamp":1615380294},"coords":"51.3057383,0.9036097","bedrooms":"1","price":"234000","area":"354"} , +{"type":"Feature","id":"n8503715746","geometry":{"type":"Point","coordinates":[0.5090257,51.1106566]},"properties":{"@type":"node","@id":8503715746,"@timestamp":1616076549},"coords":"51.1106566,0.5090257","bedrooms":"4","price":"270000","area":"577"} , +{"type":"Feature","id":"n8503839775","geometry":{"type":"Point","coordinates":[0.6329437,51.5482245]},"properties":{"@type":"node","@id":8503839775,"@timestamp":1615386086},"coords":"51.5482245,0.6329437","bedrooms":"1","price":"249000","area":"351"} , +{"type":"Feature","id":"n8503892923","geometry":{"type":"Point","coordinates":[-0.9630927,51.3985657]},"properties":{"@type":"node","@id":8503892923,"@timestamp":1618331859},"coords":"51.3985657,-0.9630927","bedrooms":"3","price":"259000","area":"491"} , +{"type":"Feature","id":"n8504011036","geometry":{"type":"Point","coordinates":[-0.1149432,51.4463819]},"properties":{"@type":"node","@id":8504011036,"@timestamp":1615389955},"coords":"51.4463819,-0.1149432","bedrooms":"4","price":"185000","area":"425"} , +{"type":"Feature","id":"n8504039904","geometry":{"type":"Point","coordinates":[-0.226401,51.5184478]},"properties":{"@type":"node","@id":8504039904,"@timestamp":1615392296},"coords":"51.5184478,-0.226401","bedrooms":"3","price":"230000","area":"422"} , +{"type":"Feature","id":"n8504039914","geometry":{"type":"Point","coordinates":[-0.2259086,51.5179586]},"properties":{"@type":"node","@id":8504039914,"@timestamp":1615392296},"coords":"51.5179586,-0.2259086","bedrooms":"0","price":"222000","area":"506"} , +{"type":"Feature","id":"n8504040080","geometry":{"type":"Point","coordinates":[-0.2262037,51.517284]},"properties":{"@type":"node","@id":8504040080,"@timestamp":1615390611},"coords":"51.517284,-0.2262037","bedrooms":"0","price":"232000","area":"601"} , +{"type":"Feature","id":"n8504040632","geometry":{"type":"Point","coordinates":[-0.226862,51.5167513]},"properties":{"@type":"node","@id":8504040632,"@timestamp":1615390611},"coords":"51.5167513,-0.226862","bedrooms":"0","price":"269000","area":"585"} , +{"type":"Feature","id":"n8504040697","geometry":{"type":"Point","coordinates":[-0.226454,51.5168408]},"properties":{"@type":"node","@id":8504040697,"@timestamp":1615390611},"coords":"51.5168408,-0.226454","bedrooms":"4","price":"278000","area":"356"} , +{"type":"Feature","id":"n8504040707","geometry":{"type":"Point","coordinates":[-0.225798,51.517019]},"properties":{"@type":"node","@id":8504040707,"@timestamp":1615390611},"coords":"51.517019,-0.225798","bedrooms":"2","price":"294000","area":"388"} , +{"type":"Feature","id":"n8504052548","geometry":{"type":"Point","coordinates":[0.6345058,51.5543891]},"properties":{"@type":"node","@id":8504052548,"@timestamp":1615391356},"coords":"51.5543891,0.6345058","bedrooms":"2","price":"238000","area":"459"} , +{"type":"Feature","id":"n8504102326","geometry":{"type":"Point","coordinates":[-0.2253248,51.5173786]},"properties":{"@type":"node","@id":8504102326,"@timestamp":1615392296},"coords":"51.5173786,-0.2253248","bedrooms":"0","price":"291000","area":"362"} , +{"type":"Feature","id":"n8504515701","geometry":{"type":"Point","coordinates":[-0.2251303,51.5170988]},"properties":{"@type":"node","@id":8504515701,"@timestamp":1615398269},"coords":"51.5170988,-0.2251303","bedrooms":"3","price":"242000","area":"688"} , +{"type":"Feature","id":"n8504550757","geometry":{"type":"Point","coordinates":[-0.0893548,51.4224007]},"properties":{"@type":"node","@id":8504550757,"@timestamp":1615399169},"coords":"51.4224007,-0.0893548","bedrooms":"4","price":"173000","area":"573"} , +{"type":"Feature","id":"n8504556605","geometry":{"type":"Point","coordinates":[-0.0870536,51.4194946]},"properties":{"@type":"node","@id":8504556605,"@timestamp":1615399169},"coords":"51.4194946,-0.0870536","bedrooms":"1","price":"180000","area":"482"} , +{"type":"Feature","id":"n8504708930","geometry":{"type":"Point","coordinates":[-0.0859571,51.4323091]},"properties":{"@type":"node","@id":8504708930,"@timestamp":1615402515},"coords":"51.4323091,-0.0859571","bedrooms":"1","price":"241000","area":"526"} , +{"type":"Feature","id":"n8504708994","geometry":{"type":"Point","coordinates":[-0.0816018,51.4371145]},"properties":{"@type":"node","@id":8504708994,"@timestamp":1615402515},"coords":"51.4371145,-0.0816018","bedrooms":"0","price":"268000","area":"534"} , +{"type":"Feature","id":"n8504709079","geometry":{"type":"Point","coordinates":[-0.0803342,51.4295165]},"properties":{"@type":"node","@id":8504709079,"@timestamp":1615402515},"coords":"51.4295165,-0.0803342","bedrooms":"4","price":"174000","area":"681"} , +{"type":"Feature","id":"n8505005209","geometry":{"type":"Point","coordinates":[0.006434,51.7547693]},"properties":{"@type":"node","@id":8505005209,"@timestamp":1615410755},"coords":"51.7547693,0.006434","bedrooms":"3","price":"281000","area":"528"} , +{"type":"Feature","id":"n8505141357","geometry":{"type":"Point","coordinates":[-0.2559146,51.6505424]},"properties":{"@type":"node","@id":8505141357,"@timestamp":1615415809},"coords":"51.6505424,-0.2559146","bedrooms":"4","price":"227000","area":"360"} , +{"type":"Feature","id":"n8505141370","geometry":{"type":"Point","coordinates":[-0.2535385,51.6497287]},"properties":{"@type":"node","@id":8505141370,"@timestamp":1615930280},"coords":"51.6497287,-0.2535385","bedrooms":"4","price":"181000","area":"600"} , +{"type":"Feature","id":"n8505141406","geometry":{"type":"Point","coordinates":[-0.2628895,51.6518375]},"properties":{"@type":"node","@id":8505141406,"@timestamp":1615676504},"coords":"51.6518375,-0.2628895","bedrooms":"3","price":"174000","area":"498"} , +{"type":"Feature","id":"n8505221262","geometry":{"type":"Point","coordinates":[-0.12902,51.4328444]},"properties":{"@type":"node","@id":8505221262,"@timestamp":1615417828},"coords":"51.4328444,-0.12902","bedrooms":"4","price":"190000","area":"536"} , +{"type":"Feature","id":"n8505249391","geometry":{"type":"Point","coordinates":[0.0415131,51.5927634]},"properties":{"@type":"node","@id":8505249391,"@timestamp":1615420707},"coords":"51.5927634,0.0415131","bedrooms":"4","price":"206000","area":"516"} , +{"type":"Feature","id":"n8506034777","geometry":{"type":"Point","coordinates":[-0.2491291,51.5148978]},"properties":{"@type":"node","@id":8506034777,"@timestamp":1615448219},"coords":"51.5148978,-0.2491291","bedrooms":"4","price":"152000","area":"630"} , +{"type":"Feature","id":"n8506059276","geometry":{"type":"Point","coordinates":[-0.2493623,51.5152635]},"properties":{"@type":"node","@id":8506059276,"@timestamp":1615566425},"coords":"51.5152635,-0.2493623","bedrooms":"4","price":"232000","area":"368"} , +{"type":"Feature","id":"n8506168424","geometry":{"type":"Point","coordinates":[0.8882347,51.1481239]},"properties":{"@type":"node","@id":8506168424,"@timestamp":1615450627},"coords":"51.1481239,0.8882347","bedrooms":"3","price":"298000","area":"520"} , +{"type":"Feature","id":"n8506882134","geometry":{"type":"Point","coordinates":[-0.1232911,51.5350605]},"properties":{"@type":"node","@id":8506882134,"@timestamp":1615464586},"coords":"51.5350605,-0.1232911","bedrooms":"1","price":"284000","area":"633"} , +{"type":"Feature","id":"n8507461956","geometry":{"type":"Point","coordinates":[0.107972,51.2282511]},"properties":{"@type":"node","@id":8507461956,"@timestamp":1615475616},"coords":"51.2282511,0.107972","bedrooms":"1","price":"295000","area":"443"} , +{"type":"Feature","id":"n8507581577","geometry":{"type":"Point","coordinates":[-0.7646972,51.6165015]},"properties":{"@type":"node","@id":8507581577,"@timestamp":1615480156},"coords":"51.6165015,-0.7646972","bedrooms":"0","price":"191000","area":"524"} , +{"type":"Feature","id":"n8507615532","geometry":{"type":"Point","coordinates":[-0.7631139,51.617113]},"properties":{"@type":"node","@id":8507615532,"@timestamp":1615479965},"coords":"51.617113,-0.7631139","bedrooms":"2","price":"298000","area":"603"} , +{"type":"Feature","id":"n8507639877","geometry":{"type":"Point","coordinates":[0.5066907,51.0620751]},"properties":{"@type":"node","@id":8507639877,"@timestamp":1615479848},"coords":"51.0620751,0.5066907","bedrooms":"4","price":"284000","area":"506"} , +{"type":"Feature","id":"n8507803647","geometry":{"type":"Point","coordinates":[0.8478888,51.1528088]},"properties":{"@type":"node","@id":8507803647,"@timestamp":1616076549},"coords":"51.1528088,0.8478888","bedrooms":"0","price":"246000","area":"697"} , +{"type":"Feature","id":"n8507871226","geometry":{"type":"Point","coordinates":[-0.5140891,51.4385859]},"properties":{"@type":"node","@id":8507871226,"@timestamp":1615486991},"coords":"51.4385859,-0.5140891","bedrooms":"3","price":"243000","area":"612"} , +{"type":"Feature","id":"n8507897008","geometry":{"type":"Point","coordinates":[-0.248396,51.5150977]},"properties":{"@type":"node","@id":8507897008,"@timestamp":1615488570},"coords":"51.5150977,-0.248396","bedrooms":"0","price":"264000","area":"397"} , +{"type":"Feature","id":"n8507928291","geometry":{"type":"Point","coordinates":[-0.2477548,51.5151534]},"properties":{"@type":"node","@id":8507928291,"@timestamp":1615488570},"coords":"51.5151534,-0.2477548","bedrooms":"0","price":"259000","area":"610"} , +{"type":"Feature","id":"n8507928356","geometry":{"type":"Point","coordinates":[-0.2472539,51.515242]},"properties":{"@type":"node","@id":8507928356,"@timestamp":1615488570},"coords":"51.515242,-0.2472539","bedrooms":"4","price":"186000","area":"538"} , +{"type":"Feature","id":"n8507928415","geometry":{"type":"Point","coordinates":[-0.2464299,51.5152268]},"properties":{"@type":"node","@id":8507928415,"@timestamp":1615488570},"coords":"51.5152268,-0.2464299","bedrooms":"1","price":"168000","area":"455"} , +{"type":"Feature","id":"n8507928476","geometry":{"type":"Point","coordinates":[-0.2460551,51.5150026]},"properties":{"@type":"node","@id":8507928476,"@timestamp":1615488570},"coords":"51.5150026,-0.2460551","bedrooms":"3","price":"203000","area":"412"} , +{"type":"Feature","id":"n8507928509","geometry":{"type":"Point","coordinates":[-0.2474525,51.5147994]},"properties":{"@type":"node","@id":8507928509,"@timestamp":1615488570},"coords":"51.5147994,-0.2474525","bedrooms":"1","price":"200000","area":"503"} , +{"type":"Feature","id":"n8507990424","geometry":{"type":"Point","coordinates":[-0.153748,51.4443933]},"properties":{"@type":"node","@id":8507990424,"@timestamp":1615490580},"coords":"51.4443933,-0.153748","bedrooms":"3","price":"291000","area":"384"} , +{"type":"Feature","id":"n8508205157","geometry":{"type":"Point","coordinates":[-0.2802712,51.6624503]},"properties":{"@type":"node","@id":8508205157,"@timestamp":1615494171},"coords":"51.6624503,-0.2802712","bedrooms":"1","price":"279000","area":"428"} , +{"type":"Feature","id":"n8508398522","geometry":{"type":"Point","coordinates":[0.0206247,51.5502794]},"properties":{"@type":"node","@id":8508398522,"@timestamp":1620390394},"coords":"51.5502794,0.0206247","bedrooms":"1","price":"158000","area":"681"} , +{"type":"Feature","id":"n8508398532","geometry":{"type":"Point","coordinates":[0.0205939,51.550241]},"properties":{"@type":"node","@id":8508398532,"@timestamp":1620390394},"coords":"51.550241,0.0205939","bedrooms":"4","price":"187000","area":"364"} , +{"type":"Feature","id":"n8509579257","geometry":{"type":"Point","coordinates":[0.8883977,51.1490897]},"properties":{"@type":"node","@id":8509579257,"@timestamp":1615539004},"coords":"51.1490897,0.8883977","bedrooms":"4","price":"255000","area":"600"} , +{"type":"Feature","id":"n8509961205","geometry":{"type":"Point","coordinates":[-0.3588876,51.4073122]},"properties":{"@type":"node","@id":8509961205,"@timestamp":1615545742},"coords":"51.4073122,-0.3588876","bedrooms":"2","price":"232000","area":"697"} , +{"type":"Feature","id":"n8510000086","geometry":{"type":"Point","coordinates":[0.1713595,51.3965907]},"properties":{"@type":"node","@id":8510000086,"@timestamp":1617664625},"coords":"51.3965907,0.1713595","bedrooms":"0","price":"200000","area":"617"} , +{"type":"Feature","id":"n8510178399","geometry":{"type":"Point","coordinates":[0.0587741,51.5525404]},"properties":{"@type":"node","@id":8510178399,"@timestamp":1623923693},"coords":"51.5525404,0.0587741","bedrooms":"4","price":"174000","area":"655"} , +{"type":"Feature","id":"n8510228258","geometry":{"type":"Point","coordinates":[-0.3655931,51.40407]},"properties":{"@type":"node","@id":8510228258,"@timestamp":1615550507},"coords":"51.40407,-0.3655931","bedrooms":"3","price":"197000","area":"418"} , +{"type":"Feature","id":"n8510244333","geometry":{"type":"Point","coordinates":[-0.5610095,51.424996]},"properties":{"@type":"node","@id":8510244333,"@timestamp":1615550922},"coords":"51.424996,-0.5610095","bedrooms":"2","price":"211000","area":"353"} , +{"type":"Feature","id":"n8510279235","geometry":{"type":"Point","coordinates":[-0.9961848,51.8663439]},"properties":{"@type":"node","@id":8510279235,"@timestamp":1628449960},"coords":"51.8663439,-0.9961848","bedrooms":"3","price":"245000","area":"362"} , +{"type":"Feature","id":"n8510374718","geometry":{"type":"Point","coordinates":[-0.2814544,51.659209]},"properties":{"@type":"node","@id":8510374718,"@timestamp":1615553712},"coords":"51.659209,-0.2814544","bedrooms":"1","price":"213000","area":"436"} , +{"type":"Feature","id":"n8510395894","geometry":{"type":"Point","coordinates":[0.0908111,50.9887783]},"properties":{"@type":"node","@id":8510395894,"@timestamp":1615554786},"coords":"50.9887783,0.0908111","bedrooms":"3","price":"231000","area":"511"} , +{"type":"Feature","id":"n8510410826","geometry":{"type":"Point","coordinates":[0.090384,50.9889226]},"properties":{"@type":"node","@id":8510410826,"@timestamp":1615554786},"coords":"50.9889226,0.090384","bedrooms":"1","price":"258000","area":"363"} , +{"type":"Feature","id":"n8510599446","geometry":{"type":"Point","coordinates":[0.3619704,51.4392837]},"properties":{"@type":"node","@id":8510599446,"@timestamp":1615557696},"coords":"51.4392837,0.3619704","bedrooms":"2","price":"266000","area":"477"} , +{"type":"Feature","id":"n8510599462","geometry":{"type":"Point","coordinates":[0.3824057,51.414648]},"properties":{"@type":"node","@id":8510599462,"@timestamp":1616076549},"coords":"51.414648,0.3824057","bedrooms":"1","price":"299000","area":"573"} , +{"type":"Feature","id":"n8510722324","geometry":{"type":"Point","coordinates":[0.8074902,51.1505993]},"properties":{"@type":"node","@id":8510722324,"@timestamp":1615561861},"coords":"51.1505993,0.8074902","bedrooms":"0","price":"196000","area":"483"} , +{"type":"Feature","id":"n8510753100","geometry":{"type":"Point","coordinates":[0.806259,51.1500004]},"properties":{"@type":"node","@id":8510753100,"@timestamp":1615562012},"coords":"51.1500004,0.806259","bedrooms":"0","price":"178000","area":"655"} , +{"type":"Feature","id":"n8510787646","geometry":{"type":"Point","coordinates":[0.7617048,51.1626527]},"properties":{"@type":"node","@id":8510787646,"@timestamp":1615562981},"coords":"51.1626527,0.7617048","bedrooms":"2","price":"278000","area":"519"} , +{"type":"Feature","id":"n8510850364","geometry":{"type":"Point","coordinates":[0.613812,51.1697084]},"properties":{"@type":"node","@id":8510850364,"@timestamp":1615565114},"coords":"51.1697084,0.613812","bedrooms":"3","price":"299000","area":"425"} , +{"type":"Feature","id":"n8510947436","geometry":{"type":"Point","coordinates":[-0.2491261,51.5151915]},"properties":{"@type":"node","@id":8510947436,"@timestamp":1615566425},"coords":"51.5151915,-0.2491261","bedrooms":"2","price":"188000","area":"527"} , +{"type":"Feature","id":"n8511154060","geometry":{"type":"Point","coordinates":[-0.3495208,51.6430752]},"properties":{"@type":"node","@id":8511154060,"@timestamp":1615568571},"coords":"51.6430752,-0.3495208","bedrooms":"2","price":"197000","area":"650"} , +{"type":"Feature","id":"n8511177117","geometry":{"type":"Point","coordinates":[-0.3022644,51.7510005]},"properties":{"@type":"node","@id":8511177117,"@timestamp":1615568726},"coords":"51.7510005,-0.3022644","bedrooms":"1","price":"290000","area":"379"} , +{"type":"Feature","id":"n8511177137","geometry":{"type":"Point","coordinates":[-0.3034988,51.7564458]},"properties":{"@type":"node","@id":8511177137,"@timestamp":1615568726},"coords":"51.7564458,-0.3034988","bedrooms":"3","price":"170000","area":"505"} , +{"type":"Feature","id":"n8511301867","geometry":{"type":"Point","coordinates":[-0.0486148,51.5024824]},"properties":{"@type":"node","@id":8511301867,"@timestamp":1635681973},"coords":"51.5024824,-0.0486148","bedrooms":"3","price":"235000","area":"589"} , +{"type":"Feature","id":"n8511490033","geometry":{"type":"Point","coordinates":[-0.1587383,51.5705466]},"properties":{"@type":"node","@id":8511490033,"@timestamp":1615575503},"coords":"51.5705466,-0.1587383","bedrooms":"2","price":"164000","area":"442"} , +{"type":"Feature","id":"n8511744975","geometry":{"type":"Point","coordinates":[0.8679618,51.1363661]},"properties":{"@type":"node","@id":8511744975,"@timestamp":1615581103},"coords":"51.1363661,0.8679618","bedrooms":"3","price":"277000","area":"360"} , +{"type":"Feature","id":"n8512358385","geometry":{"type":"Point","coordinates":[-0.1239453,51.3703446]},"properties":{"@type":"node","@id":8512358385,"@timestamp":1615602388},"coords":"51.3703446,-0.1239453","bedrooms":"1","price":"265000","area":"484"} , +{"type":"Feature","id":"n8512508064","geometry":{"type":"Point","coordinates":[-0.2483024,51.5141339]},"properties":{"@type":"node","@id":8512508064,"@timestamp":1615611639},"coords":"51.5141339,-0.2483024","bedrooms":"0","price":"176000","area":"625"} , +{"type":"Feature","id":"n8512508127","geometry":{"type":"Point","coordinates":[-0.2477436,51.5141166]},"properties":{"@type":"node","@id":8512508127,"@timestamp":1615611639},"coords":"51.5141166,-0.2477436","bedrooms":"4","price":"217000","area":"692"} , +{"type":"Feature","id":"n8512508137","geometry":{"type":"Point","coordinates":[-0.2468582,51.5142689]},"properties":{"@type":"node","@id":8512508137,"@timestamp":1615611639},"coords":"51.5142689,-0.2468582","bedrooms":"1","price":"210000","area":"383"} , +{"type":"Feature","id":"n8512508195","geometry":{"type":"Point","coordinates":[-0.2464756,51.5142513]},"properties":{"@type":"node","@id":8512508195,"@timestamp":1615611639},"coords":"51.5142513,-0.2464756","bedrooms":"3","price":"249000","area":"676"} , +{"type":"Feature","id":"n8512519268","geometry":{"type":"Point","coordinates":[-0.2460051,51.514217]},"properties":{"@type":"node","@id":8512519268,"@timestamp":1615613302},"coords":"51.514217,-0.2460051","bedrooms":"1","price":"157000","area":"390"} , +{"type":"Feature","id":"n8512519278","geometry":{"type":"Point","coordinates":[-0.2457939,51.5142271]},"properties":{"@type":"node","@id":8512519278,"@timestamp":1615613302},"coords":"51.5142271,-0.2457939","bedrooms":"4","price":"292000","area":"560"} , +{"type":"Feature","id":"n8512553533","geometry":{"type":"Point","coordinates":[-0.2481972,51.5145429]},"properties":{"@type":"node","@id":8512553533,"@timestamp":1615613302},"coords":"51.5145429,-0.2481972","bedrooms":"4","price":"273000","area":"527"} , +{"type":"Feature","id":"n8512553570","geometry":{"type":"Point","coordinates":[-0.2468527,51.5146241]},"properties":{"@type":"node","@id":8512553570,"@timestamp":1615613302},"coords":"51.5146241,-0.2468527","bedrooms":"2","price":"216000","area":"649"} , +{"type":"Feature","id":"n8512751378","geometry":{"type":"Point","coordinates":[-0.2453373,51.515274]},"properties":{"@type":"node","@id":8512751378,"@timestamp":1615621530},"coords":"51.515274,-0.2453373","bedrooms":"2","price":"262000","area":"475"} , +{"type":"Feature","id":"n8512751431","geometry":{"type":"Point","coordinates":[-0.2449897,51.5150991]},"properties":{"@type":"node","@id":8512751431,"@timestamp":1615621530},"coords":"51.5150991,-0.2449897","bedrooms":"4","price":"211000","area":"504"} , +{"type":"Feature","id":"n8512751549","geometry":{"type":"Point","coordinates":[-0.2450285,51.5149566]},"properties":{"@type":"node","@id":8512751549,"@timestamp":1615621530},"coords":"51.5149566,-0.2450285","bedrooms":"4","price":"261000","area":"508"} , +{"type":"Feature","id":"n8512751559","geometry":{"type":"Point","coordinates":[-0.2436205,51.5149697]},"properties":{"@type":"node","@id":8512751559,"@timestamp":1615621530},"coords":"51.5149697,-0.2436205","bedrooms":"4","price":"209000","area":"600"} , +{"type":"Feature","id":"n8512752015","geometry":{"type":"Point","coordinates":[-0.2437235,51.5148914]},"properties":{"@type":"node","@id":8512752015,"@timestamp":1615622380},"coords":"51.5148914,-0.2437235","bedrooms":"2","price":"195000","area":"422"} , +{"type":"Feature","id":"n8513097653","geometry":{"type":"Point","coordinates":[-0.2085042,51.9198832]},"properties":{"@type":"node","@id":8513097653,"@timestamp":1615635900},"coords":"51.9198832,-0.2085042","bedrooms":"2","price":"170000","area":"442"} , +{"type":"Feature","id":"n8513097663","geometry":{"type":"Point","coordinates":[-0.2091475,51.923836]},"properties":{"@type":"node","@id":8513097663,"@timestamp":1615635900},"coords":"51.923836,-0.2091475","bedrooms":"3","price":"168000","area":"487"} , +{"type":"Feature","id":"n8513110963","geometry":{"type":"Point","coordinates":[-0.1596341,50.962803]},"properties":{"@type":"node","@id":8513110963,"@timestamp":1615637815},"coords":"50.962803,-0.1596341","bedrooms":"3","price":"160000","area":"542"} , +{"type":"Feature","id":"n8513472932","geometry":{"type":"Point","coordinates":[-0.7558689,51.2320669]},"properties":{"@type":"node","@id":8513472932,"@timestamp":1631186967},"coords":"51.2320669,-0.7558689","bedrooms":"2","price":"229000","area":"537"} , +{"type":"Feature","id":"n8513533384","geometry":{"type":"Point","coordinates":[-0.1358212,50.9744287]},"properties":{"@type":"node","@id":8513533384,"@timestamp":1624228194},"coords":"50.9744287,-0.1358212","bedrooms":"1","price":"229000","area":"604"} , +{"type":"Feature","id":"n8513540298","geometry":{"type":"Point","coordinates":[-0.1162974,50.9842571]},"properties":{"@type":"node","@id":8513540298,"@timestamp":1615643724},"coords":"50.9842571,-0.1162974","bedrooms":"1","price":"222000","area":"588"} , +{"type":"Feature","id":"n8513568752","geometry":{"type":"Point","coordinates":[-0.1745136,51.9190146]},"properties":{"@type":"node","@id":8513568752,"@timestamp":1615644145},"coords":"51.9190146,-0.1745136","bedrooms":"2","price":"257000","area":"549"} , +{"type":"Feature","id":"n8514351252","geometry":{"type":"Point","coordinates":[-0.2450011,51.5147449]},"properties":{"@type":"node","@id":8514351252,"@timestamp":1615648698},"coords":"51.5147449,-0.2450011","bedrooms":"0","price":"224000","area":"395"} , +{"type":"Feature","id":"n8514351295","geometry":{"type":"Point","coordinates":[-0.2457217,51.5147202]},"properties":{"@type":"node","@id":8514351295,"@timestamp":1615648698},"coords":"51.5147202,-0.2457217","bedrooms":"0","price":"234000","area":"400"} , +{"type":"Feature","id":"n8514389768","geometry":{"type":"Point","coordinates":[-0.2732429,51.6611689]},"properties":{"@type":"node","@id":8514389768,"@timestamp":1624371363},"coords":"51.6611689,-0.2732429","bedrooms":"0","price":"254000","area":"626"} , +{"type":"Feature","id":"n8514403220","geometry":{"type":"Point","coordinates":[-0.245406,51.5143143]},"properties":{"@type":"node","@id":8514403220,"@timestamp":1615650543},"coords":"51.5143143,-0.245406","bedrooms":"1","price":"162000","area":"557"} , +{"type":"Feature","id":"n8514403230","geometry":{"type":"Point","coordinates":[-0.2445468,51.5144096]},"properties":{"@type":"node","@id":8514403230,"@timestamp":1615650543},"coords":"51.5144096,-0.2445468","bedrooms":"2","price":"150000","area":"482"} , +{"type":"Feature","id":"n8514403240","geometry":{"type":"Point","coordinates":[-0.2436961,51.514409]},"properties":{"@type":"node","@id":8514403240,"@timestamp":1615650543},"coords":"51.514409,-0.2436961","bedrooms":"0","price":"299000","area":"509"} , +{"type":"Feature","id":"n8514403275","geometry":{"type":"Point","coordinates":[-0.2442155,51.5143276]},"properties":{"@type":"node","@id":8514403275,"@timestamp":1615650543},"coords":"51.5143276,-0.2442155","bedrooms":"1","price":"266000","area":"579"} , +{"type":"Feature","id":"n8514403332","geometry":{"type":"Point","coordinates":[-0.2434674,51.5145798]},"properties":{"@type":"node","@id":8514403332,"@timestamp":1615650543},"coords":"51.5145798,-0.2434674","bedrooms":"3","price":"177000","area":"503"} , +{"type":"Feature","id":"n8514475804","geometry":{"type":"Point","coordinates":[-0.2530441,51.4929815]},"properties":{"@type":"node","@id":8514475804,"@timestamp":1615654258},"coords":"51.4929815,-0.2530441","bedrooms":"2","price":"157000","area":"560"} , +{"type":"Feature","id":"n8514703318","geometry":{"type":"Point","coordinates":[0.002081,51.5550272]},"properties":{"@type":"node","@id":8514703318,"@timestamp":1615657332},"coords":"51.5550272,0.002081","bedrooms":"2","price":"173000","area":"480"} , +{"type":"Feature","id":"n8514703332","geometry":{"type":"Point","coordinates":[0.0019991,51.5554644]},"properties":{"@type":"node","@id":8514703332,"@timestamp":1615657332},"coords":"51.5554644,0.0019991","bedrooms":"4","price":"200000","area":"481"} , +{"type":"Feature","id":"n8515021960","geometry":{"type":"Point","coordinates":[-0.2422617,51.5148828]},"properties":{"@type":"node","@id":8515021960,"@timestamp":1615664160},"coords":"51.5148828,-0.2422617","bedrooms":"1","price":"239000","area":"466"} , +{"type":"Feature","id":"n8515022018","geometry":{"type":"Point","coordinates":[-0.2417013,51.5149848]},"properties":{"@type":"node","@id":8515022018,"@timestamp":1615664160},"coords":"51.5149848,-0.2417013","bedrooms":"0","price":"284000","area":"509"} , +{"type":"Feature","id":"n8515022061","geometry":{"type":"Point","coordinates":[-0.2408231,51.5150414]},"properties":{"@type":"node","@id":8515022061,"@timestamp":1615664160},"coords":"51.5150414,-0.2408231","bedrooms":"1","price":"245000","area":"569"} , +{"type":"Feature","id":"n8515022083","geometry":{"type":"Point","coordinates":[-0.2399169,51.5150133]},"properties":{"@type":"node","@id":8515022083,"@timestamp":1615664160},"coords":"51.5150133,-0.2399169","bedrooms":"1","price":"179000","area":"395"} , +{"type":"Feature","id":"n8515022128","geometry":{"type":"Point","coordinates":[-0.2402144,51.5149499]},"properties":{"@type":"node","@id":8515022128,"@timestamp":1615664160},"coords":"51.5149499,-0.2402144","bedrooms":"0","price":"213000","area":"421"} , +{"type":"Feature","id":"n8515022171","geometry":{"type":"Point","coordinates":[-0.2397397,51.5148657]},"properties":{"@type":"node","@id":8515022171,"@timestamp":1615664160},"coords":"51.5148657,-0.2397397","bedrooms":"1","price":"194000","area":"698"} , +{"type":"Feature","id":"n8515215570","geometry":{"type":"Point","coordinates":[0.0039627,51.5550602]},"properties":{"@type":"node","@id":8515215570,"@timestamp":1616348060},"coords":"51.5550602,0.0039627","bedrooms":"2","price":"217000","area":"407"} , +{"type":"Feature","id":"n8515215601","geometry":{"type":"Point","coordinates":[0.0034822,51.5550918]},"properties":{"@type":"node","@id":8515215601,"@timestamp":1616348060},"coords":"51.5550918,0.0034822","bedrooms":"2","price":"222000","area":"549"} , +{"type":"Feature","id":"n8515246183","geometry":{"type":"Point","coordinates":[-1.0237325,51.3973418]},"properties":{"@type":"node","@id":8515246183,"@timestamp":1634501454},"coords":"51.3973418,-1.0237325","bedrooms":"0","price":"265000","area":"563"} , +{"type":"Feature","id":"n8515252856","geometry":{"type":"Point","coordinates":[0.0044476,51.5552489]},"properties":{"@type":"node","@id":8515252856,"@timestamp":1615669740},"coords":"51.5552489,0.0044476","bedrooms":"1","price":"156000","area":"628"} , +{"type":"Feature","id":"n8515252866","geometry":{"type":"Point","coordinates":[0.0037309,51.5553918]},"properties":{"@type":"node","@id":8515252866,"@timestamp":1615669740},"coords":"51.5553918,0.0037309","bedrooms":"0","price":"237000","area":"587"} , +{"type":"Feature","id":"n8515375480","geometry":{"type":"Point","coordinates":[-0.1054201,51.6354695]},"properties":{"@type":"node","@id":8515375480,"@timestamp":1625849490},"coords":"51.6354695,-0.1054201","bedrooms":"3","price":"243000","area":"681"} , +{"type":"Feature","id":"n8515375492","geometry":{"type":"Point","coordinates":[-0.0932609,51.6308833]},"properties":{"@type":"node","@id":8515375492,"@timestamp":1615673592},"coords":"51.6308833,-0.0932609","bedrooms":"0","price":"191000","area":"540"} , +{"type":"Feature","id":"n8515494393","geometry":{"type":"Point","coordinates":[-0.2635227,51.6553694]},"properties":{"@type":"node","@id":8515494393,"@timestamp":1615676504},"coords":"51.6553694,-0.2635227","bedrooms":"0","price":"267000","area":"588"} , +{"type":"Feature","id":"n8515513926","geometry":{"type":"Point","coordinates":[-0.2609345,51.6571174]},"properties":{"@type":"node","@id":8515513926,"@timestamp":1615676504},"coords":"51.6571174,-0.2609345","bedrooms":"1","price":"193000","area":"431"} , +{"type":"Feature","id":"n8515602308","geometry":{"type":"Point","coordinates":[-0.9710458,51.1652694]},"properties":{"@type":"node","@id":8515602308,"@timestamp":1615681244},"coords":"51.1652694,-0.9710458","bedrooms":"1","price":"153000","area":"576"} , +{"type":"Feature","id":"n8515836184","geometry":{"type":"Point","coordinates":[-0.2391713,51.5151204]},"properties":{"@type":"node","@id":8515836184,"@timestamp":1615697238},"coords":"51.5151204,-0.2391713","bedrooms":"3","price":"153000","area":"637"} , +{"type":"Feature","id":"n8515859376","geometry":{"type":"Point","coordinates":[-0.2401164,51.5147856]},"properties":{"@type":"node","@id":8515859376,"@timestamp":1615697238},"coords":"51.5147856,-0.2401164","bedrooms":"3","price":"214000","area":"558"} , +{"type":"Feature","id":"n8515859390","geometry":{"type":"Point","coordinates":[-0.2409192,51.5145998]},"properties":{"@type":"node","@id":8515859390,"@timestamp":1615697238},"coords":"51.5145998,-0.2409192","bedrooms":"0","price":"257000","area":"496"} , +{"type":"Feature","id":"n8515859400","geometry":{"type":"Point","coordinates":[-0.2394545,51.5145629]},"properties":{"@type":"node","@id":8515859400,"@timestamp":1615697238},"coords":"51.5145629,-0.2394545","bedrooms":"1","price":"210000","area":"623"} , +{"type":"Feature","id":"n8515859410","geometry":{"type":"Point","coordinates":[-0.2390232,51.5148578]},"properties":{"@type":"node","@id":8515859410,"@timestamp":1615697238},"coords":"51.5148578,-0.2390232","bedrooms":"4","price":"166000","area":"408"} , +{"type":"Feature","id":"n8515859498","geometry":{"type":"Point","coordinates":[-0.2422266,51.514447]},"properties":{"@type":"node","@id":8515859498,"@timestamp":1615697238},"coords":"51.514447,-0.2422266","bedrooms":"2","price":"232000","area":"624"} , +{"type":"Feature","id":"n8515952425","geometry":{"type":"Point","coordinates":[-0.2385797,51.5146545]},"properties":{"@type":"node","@id":8515952425,"@timestamp":1615703888},"coords":"51.5146545,-0.2385797","bedrooms":"1","price":"207000","area":"554"} , +{"type":"Feature","id":"n8515952435","geometry":{"type":"Point","coordinates":[-0.2377581,51.5148868]},"properties":{"@type":"node","@id":8515952435,"@timestamp":1615703888},"coords":"51.5148868,-0.2377581","bedrooms":"3","price":"274000","area":"539"} , +{"type":"Feature","id":"n8515952445","geometry":{"type":"Point","coordinates":[-0.2369095,51.5149551]},"properties":{"@type":"node","@id":8515952445,"@timestamp":1615703888},"coords":"51.5149551,-0.2369095","bedrooms":"3","price":"262000","area":"497"} , +{"type":"Feature","id":"n8515952455","geometry":{"type":"Point","coordinates":[-0.237038,51.5145293]},"properties":{"@type":"node","@id":8515952455,"@timestamp":1615703888},"coords":"51.5145293,-0.237038","bedrooms":"1","price":"226000","area":"530"} , +{"type":"Feature","id":"n8515952465","geometry":{"type":"Point","coordinates":[-0.2379376,51.5145175]},"properties":{"@type":"node","@id":8515952465,"@timestamp":1615703888},"coords":"51.5145175,-0.2379376","bedrooms":"1","price":"152000","area":"495"} , +{"type":"Feature","id":"n8515952566","geometry":{"type":"Point","coordinates":[-0.2378097,51.514472]},"properties":{"@type":"node","@id":8515952566,"@timestamp":1615703888},"coords":"51.514472,-0.2378097","bedrooms":"1","price":"226000","area":"467"} , +{"type":"Feature","id":"n8515952609","geometry":{"type":"Point","coordinates":[-0.2364962,51.5148955]},"properties":{"@type":"node","@id":8515952609,"@timestamp":1615703888},"coords":"51.5148955,-0.2364962","bedrooms":"2","price":"258000","area":"694"} , +{"type":"Feature","id":"n8516125190","geometry":{"type":"Point","coordinates":[-0.7084507,51.3960665]},"properties":{"@type":"node","@id":8516125190,"@timestamp":1615712918},"coords":"51.3960665,-0.7084507","bedrooms":"3","price":"249000","area":"693"} , +{"type":"Feature","id":"n8517968152","geometry":{"type":"Point","coordinates":[-0.1257044,50.9650319]},"properties":{"@type":"node","@id":8517968152,"@timestamp":1615736115},"coords":"50.9650319,-0.1257044","bedrooms":"3","price":"250000","area":"424"} , +{"type":"Feature","id":"n8518221045","geometry":{"type":"Point","coordinates":[0.0116534,51.5592149]},"properties":{"@type":"node","@id":8518221045,"@timestamp":1620579228},"coords":"51.5592149,0.0116534","bedrooms":"2","price":"239000","area":"556"} , +{"type":"Feature","id":"n8518305549","geometry":{"type":"Point","coordinates":[-0.1245464,50.9656869]},"properties":{"@type":"node","@id":8518305549,"@timestamp":1615742442},"coords":"50.9656869,-0.1245464","bedrooms":"2","price":"157000","area":"603"} , +{"type":"Feature","id":"n8518408395","geometry":{"type":"Point","coordinates":[-0.1243374,50.9664336]},"properties":{"@type":"node","@id":8518408395,"@timestamp":1615744636},"coords":"50.9664336,-0.1243374","bedrooms":"1","price":"245000","area":"566"} , +{"type":"Feature","id":"n8518447265","geometry":{"type":"Point","coordinates":[0.0195492,51.8839871]},"properties":{"@type":"node","@id":8518447265,"@timestamp":1625095856},"coords":"51.8839871,0.0195492","bedrooms":"2","price":"226000","area":"544"} , +{"type":"Feature","id":"n8518447318","geometry":{"type":"Point","coordinates":[-0.0124102,51.9383582]},"properties":{"@type":"node","@id":8518447318,"@timestamp":1632052623},"coords":"51.9383582,-0.0124102","bedrooms":"4","price":"173000","area":"483"} , +{"type":"Feature","id":"n8518700997","geometry":{"type":"Point","coordinates":[-0.0834617,51.5044368]},"properties":{"@type":"node","@id":8518700997,"@timestamp":1615752318},"coords":"51.5044368,-0.0834617","bedrooms":"2","price":"188000","area":"384"} , +{"type":"Feature","id":"n8518741932","geometry":{"type":"Point","coordinates":[0.0407485,51.4949437]},"properties":{"@type":"node","@id":8518741932,"@timestamp":1615752972},"coords":"51.4949437,0.0407485","bedrooms":"4","price":"172000","area":"654"} , +{"type":"Feature","id":"n8518765270","geometry":{"type":"Point","coordinates":[0.0270433,51.4891627]},"properties":{"@type":"node","@id":8518765270,"@timestamp":1630882002},"coords":"51.4891627,0.0270433","bedrooms":"0","price":"256000","area":"680"} , +{"type":"Feature","id":"n8518765280","geometry":{"type":"Point","coordinates":[0.0274244,51.4891176]},"properties":{"@type":"node","@id":8518765280,"@timestamp":1630882002},"coords":"51.4891176,0.0274244","bedrooms":"2","price":"167000","area":"389"} , +{"type":"Feature","id":"n8518765290","geometry":{"type":"Point","coordinates":[0.0269024,51.4890812]},"properties":{"@type":"node","@id":8518765290,"@timestamp":1630882002},"coords":"51.4890812,0.0269024","bedrooms":"0","price":"197000","area":"413"} , +{"type":"Feature","id":"n8518768008","geometry":{"type":"Point","coordinates":[0.0347046,51.4894479]},"properties":{"@type":"node","@id":8518768008,"@timestamp":1615753580},"coords":"51.4894479,0.0347046","bedrooms":"3","price":"191000","area":"420"} , +{"type":"Feature","id":"n8518768418","geometry":{"type":"Point","coordinates":[0.0341812,51.4894226]},"properties":{"@type":"node","@id":8518768418,"@timestamp":1615753580},"coords":"51.4894226,0.0341812","bedrooms":"4","price":"150000","area":"574"} , +{"type":"Feature","id":"n8518772804","geometry":{"type":"Point","coordinates":[-0.2611448,51.6631098]},"properties":{"@type":"node","@id":8518772804,"@timestamp":1615753704},"coords":"51.6631098,-0.2611448","bedrooms":"4","price":"163000","area":"500"} , +{"type":"Feature","id":"n8518786066","geometry":{"type":"Point","coordinates":[0.0280205,51.4876206]},"properties":{"@type":"node","@id":8518786066,"@timestamp":1632182108},"coords":"51.4876206,0.0280205","bedrooms":"1","price":"211000","area":"503"} , +{"type":"Feature","id":"n8518789955","geometry":{"type":"Point","coordinates":[-0.0974467,51.4234251]},"properties":{"@type":"node","@id":8518789955,"@timestamp":1615753879},"coords":"51.4234251,-0.0974467","bedrooms":"1","price":"180000","area":"686"} , +{"type":"Feature","id":"n8518983739","geometry":{"type":"Point","coordinates":[0.0231123,51.3576049]},"properties":{"@type":"node","@id":8518983739,"@timestamp":1615759869},"coords":"51.3576049,0.0231123","bedrooms":"0","price":"161000","area":"382"} , +{"type":"Feature","id":"n8519176235","geometry":{"type":"Point","coordinates":[-0.3226416,51.5102975]},"properties":{"@type":"node","@id":8519176235,"@timestamp":1615765882},"coords":"51.5102975,-0.3226416","bedrooms":"0","price":"257000","area":"359"} , +{"type":"Feature","id":"n8519739360","geometry":{"type":"Point","coordinates":[-0.2363006,51.5151008]},"properties":{"@type":"node","@id":8519739360,"@timestamp":1615790686},"coords":"51.5151008,-0.2363006","bedrooms":"4","price":"218000","area":"401"} , +{"type":"Feature","id":"n8519739390","geometry":{"type":"Point","coordinates":[-0.2363441,51.5148119]},"properties":{"@type":"node","@id":8519739390,"@timestamp":1615790686},"coords":"51.5148119,-0.2363441","bedrooms":"0","price":"166000","area":"649"} , +{"type":"Feature","id":"n8519739467","geometry":{"type":"Point","coordinates":[-0.2358263,51.5145232]},"properties":{"@type":"node","@id":8519739467,"@timestamp":1615790686},"coords":"51.5145232,-0.2358263","bedrooms":"3","price":"237000","area":"360"} , +{"type":"Feature","id":"n8519739516","geometry":{"type":"Point","coordinates":[-0.2358458,51.5151994]},"properties":{"@type":"node","@id":8519739516,"@timestamp":1615790686},"coords":"51.5151994,-0.2358458","bedrooms":"2","price":"158000","area":"481"} , +{"type":"Feature","id":"n8519739550","geometry":{"type":"Point","coordinates":[-0.2356201,51.514717]},"properties":{"@type":"node","@id":8519739550,"@timestamp":1615790686},"coords":"51.514717,-0.2356201","bedrooms":"0","price":"249000","area":"540"} , +{"type":"Feature","id":"n8520077336","geometry":{"type":"Point","coordinates":[-0.9897242,51.1251955]},"properties":{"@type":"node","@id":8520077336,"@timestamp":1615797249},"coords":"51.1251955,-0.9897242","bedrooms":"2","price":"289000","area":"501"} , +{"type":"Feature","id":"n8520269323","geometry":{"type":"Point","coordinates":[0.8895502,51.14935]},"properties":{"@type":"node","@id":8520269323,"@timestamp":1615801075},"coords":"51.14935,0.8895502","bedrooms":"1","price":"237000","area":"523"} , +{"type":"Feature","id":"n8520456438","geometry":{"type":"Point","coordinates":[-0.2241662,51.483991]},"properties":{"@type":"node","@id":8520456438,"@timestamp":1615804366},"coords":"51.483991,-0.2241662","bedrooms":"3","price":"156000","area":"531"} , +{"type":"Feature","id":"n8520570805","geometry":{"type":"Point","coordinates":[-0.2512393,51.482908]},"properties":{"@type":"node","@id":8520570805,"@timestamp":1615806064},"coords":"51.482908,-0.2512393","bedrooms":"1","price":"188000","area":"372"} , +{"type":"Feature","id":"n8520658829","geometry":{"type":"Point","coordinates":[-0.1245915,51.4140258]},"properties":{"@type":"node","@id":8520658829,"@timestamp":1615807192},"coords":"51.4140258,-0.1245915","bedrooms":"1","price":"258000","area":"350"} , +{"type":"Feature","id":"n8520769539","geometry":{"type":"Point","coordinates":[0.2087301,51.2883297]},"properties":{"@type":"node","@id":8520769539,"@timestamp":1615809650},"coords":"51.2883297,0.2087301","bedrooms":"3","price":"294000","area":"377"} , +{"type":"Feature","id":"n8520850544","geometry":{"type":"Point","coordinates":[-0.1243645,51.4134469]},"properties":{"@type":"node","@id":8520850544,"@timestamp":1615811325},"coords":"51.4134469,-0.1243645","bedrooms":"0","price":"295000","area":"490"} , +{"type":"Feature","id":"n8520911138","geometry":{"type":"Point","coordinates":[-0.2080528,51.5556622]},"properties":{"@type":"node","@id":8520911138,"@timestamp":1615812837},"coords":"51.5556622,-0.2080528","bedrooms":"3","price":"190000","area":"408"} , +{"type":"Feature","id":"n8520991808","geometry":{"type":"Point","coordinates":[-0.3178573,51.5096735]},"properties":{"@type":"node","@id":8520991808,"@timestamp":1616114979},"coords":"51.5096735,-0.3178573","bedrooms":"0","price":"281000","area":"572"} , +{"type":"Feature","id":"n8521060354","geometry":{"type":"Point","coordinates":[0.2809279,51.4507681]},"properties":{"@type":"node","@id":8521060354,"@timestamp":1615816496},"coords":"51.4507681,0.2809279","bedrooms":"0","price":"240000","area":"644"} , +{"type":"Feature","id":"n8521184893","geometry":{"type":"Point","coordinates":[0.2786736,51.4519301]},"properties":{"@type":"node","@id":8521184893,"@timestamp":1615819328},"coords":"51.4519301,0.2786736","bedrooms":"4","price":"213000","area":"666"} , +{"type":"Feature","id":"n8521361240","geometry":{"type":"Point","coordinates":[-0.2661702,51.6648847]},"properties":{"@type":"node","@id":8521361240,"@timestamp":1615823644},"coords":"51.6648847,-0.2661702","bedrooms":"4","price":"263000","area":"476"} , +{"type":"Feature","id":"n8521361275","geometry":{"type":"Point","coordinates":[-0.2631957,51.6642847]},"properties":{"@type":"node","@id":8521361275,"@timestamp":1615823644},"coords":"51.6642847,-0.2631957","bedrooms":"3","price":"228000","area":"646"} , +{"type":"Feature","id":"n8521397516","geometry":{"type":"Point","coordinates":[-0.0703222,51.6638334]},"properties":{"@type":"node","@id":8521397516,"@timestamp":1615823561},"coords":"51.6638334,-0.0703222","bedrooms":"3","price":"170000","area":"678"} , +{"type":"Feature","id":"n8521403026","geometry":{"type":"Point","coordinates":[-0.0698452,51.6635581]},"properties":{"@type":"node","@id":8521403026,"@timestamp":1615823561},"coords":"51.6635581,-0.0698452","bedrooms":"2","price":"191000","area":"694"} , +{"type":"Feature","id":"n8521446639","geometry":{"type":"Point","coordinates":[-0.1547291,51.5197404]},"properties":{"@type":"node","@id":8521446639,"@timestamp":1615824762},"coords":"51.5197404,-0.1547291","bedrooms":"3","price":"211000","area":"666"} , +{"type":"Feature","id":"n8521468862","geometry":{"type":"Point","coordinates":[-0.1243266,51.4135713]},"properties":{"@type":"node","@id":8521468862,"@timestamp":1615825185},"coords":"51.4135713,-0.1243266","bedrooms":"3","price":"230000","area":"395"} , +{"type":"Feature","id":"n8521532697","geometry":{"type":"Point","coordinates":[-0.27189,51.6687401]},"properties":{"@type":"node","@id":8521532697,"@timestamp":1615827429},"coords":"51.6687401,-0.27189","bedrooms":"4","price":"187000","area":"678"} , +{"type":"Feature","id":"n8521532707","geometry":{"type":"Point","coordinates":[-0.2761485,51.6675909]},"properties":{"@type":"node","@id":8521532707,"@timestamp":1615827429},"coords":"51.6675909,-0.2761485","bedrooms":"4","price":"192000","area":"629"} , +{"type":"Feature","id":"n8521552741","geometry":{"type":"Point","coordinates":[-0.277189,51.664743]},"properties":{"@type":"node","@id":8521552741,"@timestamp":1615827429},"coords":"51.664743,-0.277189","bedrooms":"4","price":"197000","area":"604"} , +{"type":"Feature","id":"n8521552771","geometry":{"type":"Point","coordinates":[-0.2731219,51.6635475]},"properties":{"@type":"node","@id":8521552771,"@timestamp":1615827429},"coords":"51.6635475,-0.2731219","bedrooms":"0","price":"211000","area":"656"} , +{"type":"Feature","id":"n8521886681","geometry":{"type":"Point","coordinates":[-0.2785364,51.6658391]},"properties":{"@type":"node","@id":8521886681,"@timestamp":1615833244},"coords":"51.6658391,-0.2785364","bedrooms":"4","price":"220000","area":"561"} , +{"type":"Feature","id":"n8521942189","geometry":{"type":"Point","coordinates":[-0.234715,51.5154948]},"properties":{"@type":"node","@id":8521942189,"@timestamp":1615833591},"coords":"51.5154948,-0.234715","bedrooms":"1","price":"257000","area":"481"} , +{"type":"Feature","id":"n8521942199","geometry":{"type":"Point","coordinates":[-0.2339379,51.5155984]},"properties":{"@type":"node","@id":8521942199,"@timestamp":1615833591},"coords":"51.5155984,-0.2339379","bedrooms":"0","price":"176000","area":"586"} , +{"type":"Feature","id":"n8521942209","geometry":{"type":"Point","coordinates":[-0.2330919,51.5156957]},"properties":{"@type":"node","@id":8521942209,"@timestamp":1615833591},"coords":"51.5156957,-0.2330919","bedrooms":"4","price":"150000","area":"538"} , +{"type":"Feature","id":"n8521958140","geometry":{"type":"Point","coordinates":[-0.235239,51.5153752]},"properties":{"@type":"node","@id":8521958140,"@timestamp":1615833591},"coords":"51.5153752,-0.235239","bedrooms":"0","price":"271000","area":"450"} , +{"type":"Feature","id":"n8521958245","geometry":{"type":"Point","coordinates":[-0.2334603,51.5155772]},"properties":{"@type":"node","@id":8521958245,"@timestamp":1615833591},"coords":"51.5155772,-0.2334603","bedrooms":"4","price":"183000","area":"457"} , +{"type":"Feature","id":"n8521958272","geometry":{"type":"Point","coordinates":[-0.2322603,51.5157849]},"properties":{"@type":"node","@id":8521958272,"@timestamp":1615833591},"coords":"51.5157849,-0.2322603","bedrooms":"1","price":"297000","area":"376"} , +{"type":"Feature","id":"n8521958282","geometry":{"type":"Point","coordinates":[-0.2314035,51.5158216]},"properties":{"@type":"node","@id":8521958282,"@timestamp":1615833591},"coords":"51.5158216,-0.2314035","bedrooms":"3","price":"152000","area":"497"} , +{"type":"Feature","id":"n8521958334","geometry":{"type":"Point","coordinates":[-0.2324666,51.5156885]},"properties":{"@type":"node","@id":8521958334,"@timestamp":1615833591},"coords":"51.5156885,-0.2324666","bedrooms":"1","price":"239000","area":"667"} , +{"type":"Feature","id":"n8522032426","geometry":{"type":"Point","coordinates":[0.4875232,51.755616]},"properties":{"@type":"node","@id":8522032426,"@timestamp":1615835593},"coords":"51.755616,0.4875232","bedrooms":"2","price":"281000","area":"410"} , +{"type":"Feature","id":"n8522334757","geometry":{"type":"Point","coordinates":[0.0061986,51.5359797]},"properties":{"@type":"node","@id":8522334757,"@timestamp":1625146438},"coords":"51.5359797,0.0061986","bedrooms":"4","price":"243000","area":"635"} , +{"type":"Feature","id":"n8522785608","geometry":{"type":"Point","coordinates":[-0.2892503,51.3834409]},"properties":{"@type":"node","@id":8522785608,"@timestamp":1615862688},"coords":"51.3834409,-0.2892503","bedrooms":"4","price":"233000","area":"434"} , +{"type":"Feature","id":"n8522944336","geometry":{"type":"Point","coordinates":[-0.2310587,51.5158068]},"properties":{"@type":"node","@id":8522944336,"@timestamp":1615869596},"coords":"51.5158068,-0.2310587","bedrooms":"2","price":"214000","area":"427"} , +{"type":"Feature","id":"n8522944346","geometry":{"type":"Point","coordinates":[-0.2301398,51.5157688]},"properties":{"@type":"node","@id":8522944346,"@timestamp":1615869596},"coords":"51.5157688,-0.2301398","bedrooms":"1","price":"295000","area":"378"} , +{"type":"Feature","id":"n8522944356","geometry":{"type":"Point","coordinates":[-0.2302197,51.5157757]},"properties":{"@type":"node","@id":8522944356,"@timestamp":1615869596},"coords":"51.5157757,-0.2302197","bedrooms":"1","price":"207000","area":"383"} , +{"type":"Feature","id":"n8522944413","geometry":{"type":"Point","coordinates":[-0.229663,51.5156614]},"properties":{"@type":"node","@id":8522944413,"@timestamp":1615869596},"coords":"51.5156614,-0.229663","bedrooms":"1","price":"290000","area":"530"} , +{"type":"Feature","id":"n8522952429","geometry":{"type":"Point","coordinates":[-0.2289056,51.5155694]},"properties":{"@type":"node","@id":8522952429,"@timestamp":1615869596},"coords":"51.5155694,-0.2289056","bedrooms":"0","price":"297000","area":"595"} , +{"type":"Feature","id":"n8522952493","geometry":{"type":"Point","coordinates":[-0.2287612,51.5154203]},"properties":{"@type":"node","@id":8522952493,"@timestamp":1615869596},"coords":"51.5154203,-0.2287612","bedrooms":"4","price":"238000","area":"455"} , +{"type":"Feature","id":"n8523475538","geometry":{"type":"Point","coordinates":[-0.2351735,51.5146352]},"properties":{"@type":"node","@id":8523475538,"@timestamp":1615884212},"coords":"51.5146352,-0.2351735","bedrooms":"2","price":"205000","area":"570"} , +{"type":"Feature","id":"n8523475548","geometry":{"type":"Point","coordinates":[-0.234307,51.5147102]},"properties":{"@type":"node","@id":8523475548,"@timestamp":1615883483},"coords":"51.5147102,-0.234307","bedrooms":"1","price":"290000","area":"506"} , +{"type":"Feature","id":"n8523475612","geometry":{"type":"Point","coordinates":[-0.2348188,51.5146185]},"properties":{"@type":"node","@id":8523475612,"@timestamp":1615883483},"coords":"51.5146185,-0.2348188","bedrooms":"0","price":"215000","area":"443"} , +{"type":"Feature","id":"n8523475723","geometry":{"type":"Point","coordinates":[-0.2353809,51.5149084]},"properties":{"@type":"node","@id":8523475723,"@timestamp":1615883483},"coords":"51.5149084,-0.2353809","bedrooms":"4","price":"221000","area":"655"} , +{"type":"Feature","id":"n8523475733","geometry":{"type":"Point","coordinates":[-0.2346697,51.5152578]},"properties":{"@type":"node","@id":8523475733,"@timestamp":1615883483},"coords":"51.5152578,-0.2346697","bedrooms":"3","price":"290000","area":"678"} , +{"type":"Feature","id":"n8523475743","geometry":{"type":"Point","coordinates":[-0.2341243,51.5153197]},"properties":{"@type":"node","@id":8523475743,"@timestamp":1615883483},"coords":"51.5153197,-0.2341243","bedrooms":"3","price":"228000","area":"430"} , +{"type":"Feature","id":"n8523475753","geometry":{"type":"Point","coordinates":[-0.2336317,51.5149986]},"properties":{"@type":"node","@id":8523475753,"@timestamp":1615883483},"coords":"51.5149986,-0.2336317","bedrooms":"4","price":"176000","area":"424"} , +{"type":"Feature","id":"n8523475800","geometry":{"type":"Point","coordinates":[-0.2343014,51.5153489]},"properties":{"@type":"node","@id":8523475800,"@timestamp":1615883483},"coords":"51.5153489,-0.2343014","bedrooms":"1","price":"225000","area":"606"} , +{"type":"Feature","id":"n8523561064","geometry":{"type":"Point","coordinates":[-0.2355082,51.5150525]},"properties":{"@type":"node","@id":8523561064,"@timestamp":1615884212},"coords":"51.5150525,-0.2355082","bedrooms":"3","price":"220000","area":"608"} , +{"type":"Feature","id":"n8523987561","geometry":{"type":"Point","coordinates":[-0.9847214,51.4143175]},"properties":{"@type":"node","@id":8523987561,"@timestamp":1615889730},"coords":"51.4143175,-0.9847214","bedrooms":"1","price":"190000","area":"553"} , +{"type":"Feature","id":"n8524199492","geometry":{"type":"Point","coordinates":[-0.2332801,51.5151217]},"properties":{"@type":"node","@id":8524199492,"@timestamp":1615892595},"coords":"51.5151217,-0.2332801","bedrooms":"2","price":"236000","area":"457"} , +{"type":"Feature","id":"n8524199502","geometry":{"type":"Point","coordinates":[-0.2324923,51.5148571]},"properties":{"@type":"node","@id":8524199502,"@timestamp":1615892595},"coords":"51.5148571,-0.2324923","bedrooms":"3","price":"294000","area":"492"} , +{"type":"Feature","id":"n8524199512","geometry":{"type":"Point","coordinates":[-0.231588,51.5149333]},"properties":{"@type":"node","@id":8524199512,"@timestamp":1615892595},"coords":"51.5149333,-0.231588","bedrooms":"0","price":"249000","area":"488"} , +{"type":"Feature","id":"n8524214820","geometry":{"type":"Point","coordinates":[-0.23098,51.515167]},"properties":{"@type":"node","@id":8524214820,"@timestamp":1615892595},"coords":"51.515167,-0.23098","bedrooms":"3","price":"175000","area":"582"} , +{"type":"Feature","id":"n8524214830","geometry":{"type":"Point","coordinates":[-0.232087,51.5155339]},"properties":{"@type":"node","@id":8524214830,"@timestamp":1615892595},"coords":"51.5155339,-0.232087","bedrooms":"1","price":"205000","area":"558"} , +{"type":"Feature","id":"n8524214840","geometry":{"type":"Point","coordinates":[-0.2314678,51.5153239]},"properties":{"@type":"node","@id":8524214840,"@timestamp":1615892595},"coords":"51.5153239,-0.2314678","bedrooms":"1","price":"169000","area":"431"} , +{"type":"Feature","id":"n8524397037","geometry":{"type":"Point","coordinates":[0.3723443,51.3376617]},"properties":{"@type":"node","@id":8524397037,"@timestamp":1615896756},"coords":"51.3376617,0.3723443","bedrooms":"4","price":"284000","area":"674"} , +{"type":"Feature","id":"n8524550793","geometry":{"type":"Point","coordinates":[-0.6372464,51.9735414]},"properties":{"@type":"node","@id":8524550793,"@timestamp":1615900638},"coords":"51.9735414,-0.6372464","bedrooms":"3","price":"233000","area":"483"} , +{"type":"Feature","id":"n8525093745","geometry":{"type":"Point","coordinates":[-0.2316329,51.5155798]},"properties":{"@type":"node","@id":8525093745,"@timestamp":1615912895},"coords":"51.5155798,-0.2316329","bedrooms":"1","price":"283000","area":"613"} , +{"type":"Feature","id":"n8525093867","geometry":{"type":"Point","coordinates":[-0.2328004,51.5147737]},"properties":{"@type":"node","@id":8525093867,"@timestamp":1615912895},"coords":"51.5147737,-0.2328004","bedrooms":"1","price":"226000","area":"433"} , +{"type":"Feature","id":"n8525510604","geometry":{"type":"Point","coordinates":[-0.2838442,51.3819104]},"properties":{"@type":"node","@id":8525510604,"@timestamp":1615915529},"coords":"51.3819104,-0.2838442","bedrooms":"0","price":"205000","area":"432"} , +{"type":"Feature","id":"n8526229519","geometry":{"type":"Point","coordinates":[-0.3682786,51.4715367]},"properties":{"@type":"node","@id":8526229519,"@timestamp":1615929499},"coords":"51.4715367,-0.3682786","bedrooms":"3","price":"182000","area":"520"} , +{"type":"Feature","id":"n8526252567","geometry":{"type":"Point","coordinates":[-0.2513614,51.6531074]},"properties":{"@type":"node","@id":8526252567,"@timestamp":1615930280},"coords":"51.6531074,-0.2513614","bedrooms":"1","price":"221000","area":"395"} , +{"type":"Feature","id":"n8526252601","geometry":{"type":"Point","coordinates":[-0.2541245,51.6557006]},"properties":{"@type":"node","@id":8526252601,"@timestamp":1615930280},"coords":"51.6557006,-0.2541245","bedrooms":"3","price":"161000","area":"476"} , +{"type":"Feature","id":"n8526252614","geometry":{"type":"Point","coordinates":[-0.2565295,51.6557899]},"properties":{"@type":"node","@id":8526252614,"@timestamp":1615930280},"coords":"51.6557899,-0.2565295","bedrooms":"1","price":"178000","area":"547"} , +{"type":"Feature","id":"n8526276529","geometry":{"type":"Point","coordinates":[0.0266649,51.5209497]},"properties":{"@type":"node","@id":8526276529,"@timestamp":1615930756},"coords":"51.5209497,0.0266649","bedrooms":"4","price":"208000","area":"483"} , +{"type":"Feature","id":"n8526321462","geometry":{"type":"Point","coordinates":[-0.0067819,51.4892604]},"properties":{"@type":"node","@id":8526321462,"@timestamp":1636388099},"coords":"51.4892604,-0.0067819","bedrooms":"1","price":"174000","area":"619"} , +{"type":"Feature","id":"n8526331038","geometry":{"type":"Point","coordinates":[-0.2808248,51.6908701]},"properties":{"@type":"node","@id":8526331038,"@timestamp":1615932795},"coords":"51.6908701,-0.2808248","bedrooms":"0","price":"231000","area":"531"} , +{"type":"Feature","id":"n8526381925","geometry":{"type":"Point","coordinates":[-0.4867776,51.6103249]},"properties":{"@type":"node","@id":8526381925,"@timestamp":1615934338},"coords":"51.6103249,-0.4867776","bedrooms":"0","price":"252000","area":"555"} , +{"type":"Feature","id":"n8526513906","geometry":{"type":"Point","coordinates":[0.1852271,51.8725941]},"properties":{"@type":"node","@id":8526513906,"@timestamp":1615939954},"coords":"51.8725941,0.1852271","bedrooms":"3","price":"213000","area":"448"} , +{"type":"Feature","id":"n8526589282","geometry":{"type":"Point","coordinates":[-0.3519636,51.467503]},"properties":{"@type":"node","@id":8526589282,"@timestamp":1615941445},"coords":"51.467503,-0.3519636","bedrooms":"0","price":"245000","area":"552"} , +{"type":"Feature","id":"n8526667782","geometry":{"type":"Point","coordinates":[-0.1942992,51.4894606]},"properties":{"@type":"node","@id":8526667782,"@timestamp":1615945977},"coords":"51.4894606,-0.1942992","bedrooms":"2","price":"288000","area":"586"} , +{"type":"Feature","id":"n8526728700","geometry":{"type":"Point","coordinates":[-0.1901902,51.4896726]},"properties":{"@type":"node","@id":8526728700,"@timestamp":1615947554},"coords":"51.4896726,-0.1901902","bedrooms":"3","price":"242000","area":"622"} , +{"type":"Feature","id":"n8526786455","geometry":{"type":"Point","coordinates":[-0.1892332,51.4924556]},"properties":{"@type":"node","@id":8526786455,"@timestamp":1615949896},"coords":"51.4924556,-0.1892332","bedrooms":"1","price":"287000","area":"446"} , +{"type":"Feature","id":"n8526839820","geometry":{"type":"Point","coordinates":[-0.1859403,51.4949351]},"properties":{"@type":"node","@id":8526839820,"@timestamp":1615952314},"coords":"51.4949351,-0.1859403","bedrooms":"0","price":"176000","area":"689"} , +{"type":"Feature","id":"n8526920895","geometry":{"type":"Point","coordinates":[-0.2297823,51.5150861]},"properties":{"@type":"node","@id":8526920895,"@timestamp":1615956064},"coords":"51.5150861,-0.2297823","bedrooms":"4","price":"257000","area":"671"} , +{"type":"Feature","id":"n8526920905","geometry":{"type":"Point","coordinates":[-0.2305973,51.5151995]},"properties":{"@type":"node","@id":8526920905,"@timestamp":1615956064},"coords":"51.5151995,-0.2305973","bedrooms":"4","price":"228000","area":"448"} , +{"type":"Feature","id":"n8526932135","geometry":{"type":"Point","coordinates":[-0.2292086,51.5150877]},"properties":{"@type":"node","@id":8526932135,"@timestamp":1615956064},"coords":"51.5150877,-0.2292086","bedrooms":"4","price":"274000","area":"499"} , +{"type":"Feature","id":"n8526932201","geometry":{"type":"Point","coordinates":[-0.2299337,51.5155116]},"properties":{"@type":"node","@id":8526932201,"@timestamp":1615956064},"coords":"51.5155116,-0.2299337","bedrooms":"2","price":"290000","area":"581"} , +{"type":"Feature","id":"n8526932211","geometry":{"type":"Point","coordinates":[-0.2290174,51.5151964]},"properties":{"@type":"node","@id":8526932211,"@timestamp":1615956064},"coords":"51.5151964,-0.2290174","bedrooms":"4","price":"168000","area":"586"} , +{"type":"Feature","id":"n8526932275","geometry":{"type":"Point","coordinates":[-0.2296285,51.5155467]},"properties":{"@type":"node","@id":8526932275,"@timestamp":1615956064},"coords":"51.5155467,-0.2296285","bedrooms":"0","price":"238000","area":"387"} , +{"type":"Feature","id":"n8527329133","geometry":{"type":"Point","coordinates":[-0.0489958,51.4095405]},"properties":{"@type":"node","@id":8527329133,"@timestamp":1615966121},"coords":"51.4095405,-0.0489958","bedrooms":"1","price":"163000","area":"641"} , +{"type":"Feature","id":"n8527329146","geometry":{"type":"Point","coordinates":[-0.0524657,51.4068153]},"properties":{"@type":"node","@id":8527329146,"@timestamp":1615966121},"coords":"51.4068153,-0.0524657","bedrooms":"0","price":"199000","area":"625"} , +{"type":"Feature","id":"n8527350029","geometry":{"type":"Point","coordinates":[-0.1683029,51.5439242]},"properties":{"@type":"node","@id":8527350029,"@timestamp":1615966312},"coords":"51.5439242,-0.1683029","bedrooms":"1","price":"235000","area":"382"} , +{"type":"Feature","id":"n8527952642","geometry":{"type":"Point","coordinates":[-0.1509854,51.5759542]},"properties":{"@type":"node","@id":8527952642,"@timestamp":1621779353},"coords":"51.5759542,-0.1509854","bedrooms":"3","price":"290000","area":"654"} , +{"type":"Feature","id":"n8528186022","geometry":{"type":"Point","coordinates":[0.0258305,51.5229371]},"properties":{"@type":"node","@id":8528186022,"@timestamp":1615980655},"coords":"51.5229371,0.0258305","bedrooms":"2","price":"203000","area":"665"} , +{"type":"Feature","id":"n8528454057","geometry":{"type":"Point","coordinates":[-0.2543562,51.6964971]},"properties":{"@type":"node","@id":8528454057,"@timestamp":1615986149},"coords":"51.6964971,-0.2543562","bedrooms":"1","price":"264000","area":"692"} , +{"type":"Feature","id":"n8528521032","geometry":{"type":"Point","coordinates":[0.1847948,51.1192749]},"properties":{"@type":"node","@id":8528521032,"@timestamp":1615987585},"coords":"51.1192749,0.1847948","bedrooms":"1","price":"254000","area":"418"} , +{"type":"Feature","id":"n8528583626","geometry":{"type":"Point","coordinates":[0.1782398,51.1114341]},"properties":{"@type":"node","@id":8528583626,"@timestamp":1615988631},"coords":"51.1114341,0.1782398","bedrooms":"1","price":"231000","area":"522"} , +{"type":"Feature","id":"n8528743628","geometry":{"type":"Point","coordinates":[-0.1275895,50.9656764]},"properties":{"@type":"node","@id":8528743628,"@timestamp":1615991832},"coords":"50.9656764,-0.1275895","bedrooms":"0","price":"155000","area":"645"} , +{"type":"Feature","id":"n8528936989","geometry":{"type":"Point","coordinates":[0.3249246,51.2200119]},"properties":{"@type":"node","@id":8528936989,"@timestamp":1615995602},"coords":"51.2200119,0.3249246","bedrooms":"3","price":"154000","area":"630"} , +{"type":"Feature","id":"n8528979440","geometry":{"type":"Point","coordinates":[-0.1349949,51.4297522]},"properties":{"@type":"node","@id":8528979440,"@timestamp":1616414387},"coords":"51.4297522,-0.1349949","bedrooms":"1","price":"266000","area":"543"} , +{"type":"Feature","id":"n8528979450","geometry":{"type":"Point","coordinates":[-0.1333103,51.4274045]},"properties":{"@type":"node","@id":8528979450,"@timestamp":1616001052},"coords":"51.4274045,-0.1333103","bedrooms":"0","price":"179000","area":"595"} , +{"type":"Feature","id":"n8529100172","geometry":{"type":"Point","coordinates":[-0.1348774,51.4286985]},"properties":{"@type":"node","@id":8529100172,"@timestamp":1615997493},"coords":"51.4286985,-0.1348774","bedrooms":"1","price":"160000","area":"634"} , +{"type":"Feature","id":"n8529224555","geometry":{"type":"Point","coordinates":[-0.221235,51.5132929]},"properties":{"@type":"node","@id":8529224555,"@timestamp":1616000140},"coords":"51.5132929,-0.221235","bedrooms":"2","price":"294000","area":"458"} , +{"type":"Feature","id":"n8529260000","geometry":{"type":"Point","coordinates":[-0.1333501,51.4274573]},"properties":{"@type":"node","@id":8529260000,"@timestamp":1616001052},"coords":"51.4274573,-0.1333501","bedrooms":"4","price":"230000","area":"450"} , +{"type":"Feature","id":"n8529438374","geometry":{"type":"Point","coordinates":[0.3938207,51.2161769]},"properties":{"@type":"node","@id":8529438374,"@timestamp":1616004889},"coords":"51.2161769,0.3938207","bedrooms":"0","price":"249000","area":"633"} , +{"type":"Feature","id":"n8529755371","geometry":{"type":"Point","coordinates":[0.1267959,50.9584742]},"properties":{"@type":"node","@id":8529755371,"@timestamp":1616011165},"coords":"50.9584742,0.1267959","bedrooms":"1","price":"197000","area":"363"} , +{"type":"Feature","id":"n8530125106","geometry":{"type":"Point","coordinates":[-0.2371082,51.6897716]},"properties":{"@type":"node","@id":8530125106,"@timestamp":1616018863},"coords":"51.6897716,-0.2371082","bedrooms":"0","price":"287000","area":"597"} , +{"type":"Feature","id":"n8530140230","geometry":{"type":"Point","coordinates":[-0.4852433,51.6060473]},"properties":{"@type":"node","@id":8530140230,"@timestamp":1616019572},"coords":"51.6060473,-0.4852433","bedrooms":"3","price":"292000","area":"460"} , +{"type":"Feature","id":"n8530140240","geometry":{"type":"Point","coordinates":[-0.4855799,51.6053482]},"properties":{"@type":"node","@id":8530140240,"@timestamp":1616019572},"coords":"51.6053482,-0.4855799","bedrooms":"3","price":"198000","area":"354"} , +{"type":"Feature","id":"n8530142719","geometry":{"type":"Point","coordinates":[-0.4822612,51.6074887]},"properties":{"@type":"node","@id":8530142719,"@timestamp":1616018756},"coords":"51.6074887,-0.4822612","bedrooms":"4","price":"157000","area":"581"} , +{"type":"Feature","id":"n8530252275","geometry":{"type":"Point","coordinates":[0.1407455,51.8859395]},"properties":{"@type":"node","@id":8530252275,"@timestamp":1616022783},"coords":"51.8859395,0.1407455","bedrooms":"4","price":"205000","area":"372"} , +{"type":"Feature","id":"n8530379917","geometry":{"type":"Point","coordinates":[0.0285445,51.8838938]},"properties":{"@type":"node","@id":8530379917,"@timestamp":1616028461},"coords":"51.8838938,0.0285445","bedrooms":"1","price":"235000","area":"518"} , +{"type":"Feature","id":"n8530664566","geometry":{"type":"Point","coordinates":[-0.0488282,51.5606576]},"properties":{"@type":"node","@id":8530664566,"@timestamp":1616042877},"coords":"51.5606576,-0.0488282","bedrooms":"1","price":"268000","area":"667"} , +{"type":"Feature","id":"n8530816961","geometry":{"type":"Point","coordinates":[-0.0205948,51.5510298]},"properties":{"@type":"node","@id":8530816961,"@timestamp":1616047445},"coords":"51.5510298,-0.0205948","bedrooms":"0","price":"263000","area":"414"} , +{"type":"Feature","id":"n8531237218","geometry":{"type":"Point","coordinates":[-0.2251591,51.5127138]},"properties":{"@type":"node","@id":8531237218,"@timestamp":1621959034},"coords":"51.5127138,-0.2251591","bedrooms":"3","price":"266000","area":"382"} , +{"type":"Feature","id":"n8532078473","geometry":{"type":"Point","coordinates":[-0.0865861,51.5748948]},"properties":{"@type":"node","@id":8532078473,"@timestamp":1616071391},"coords":"51.5748948,-0.0865861","bedrooms":"0","price":"197000","area":"565"} , +{"type":"Feature","id":"n8532248633","geometry":{"type":"Point","coordinates":[-0.2480318,51.5132061]},"properties":{"@type":"node","@id":8532248633,"@timestamp":1616074517},"coords":"51.5132061,-0.2480318","bedrooms":"3","price":"234000","area":"393"} , +{"type":"Feature","id":"n8532248691","geometry":{"type":"Point","coordinates":[-0.2478729,51.513343]},"properties":{"@type":"node","@id":8532248691,"@timestamp":1616074517},"coords":"51.513343,-0.2478729","bedrooms":"0","price":"254000","area":"530"} , +{"type":"Feature","id":"n8532248719","geometry":{"type":"Point","coordinates":[-0.2470082,51.5134252]},"properties":{"@type":"node","@id":8532248719,"@timestamp":1616074517},"coords":"51.5134252,-0.2470082","bedrooms":"1","price":"285000","area":"476"} , +{"type":"Feature","id":"n8532248848","geometry":{"type":"Point","coordinates":[-0.2468625,51.5132867]},"properties":{"@type":"node","@id":8532248848,"@timestamp":1616074517},"coords":"51.5132867,-0.2468625","bedrooms":"3","price":"184000","area":"627"} , +{"type":"Feature","id":"n8532248926","geometry":{"type":"Point","coordinates":[-0.2460535,51.5132152]},"properties":{"@type":"node","@id":8532248926,"@timestamp":1616074517},"coords":"51.5132152,-0.2460535","bedrooms":"1","price":"224000","area":"503"} , +{"type":"Feature","id":"n8532248981","geometry":{"type":"Point","coordinates":[-0.2459599,51.5135897]},"properties":{"@type":"node","@id":8532248981,"@timestamp":1616074517},"coords":"51.5135897,-0.2459599","bedrooms":"3","price":"217000","area":"669"} , +{"type":"Feature","id":"n8532574249","geometry":{"type":"Point","coordinates":[0.4389476,51.3239044]},"properties":{"@type":"node","@id":8532574249,"@timestamp":1616077858},"coords":"51.3239044,0.4389476","bedrooms":"2","price":"281000","area":"574"} , +{"type":"Feature","id":"n8533045808","geometry":{"type":"Point","coordinates":[-0.2478418,51.5131867]},"properties":{"@type":"node","@id":8533045808,"@timestamp":1616085329},"coords":"51.5131867,-0.2478418","bedrooms":"2","price":"278000","area":"386"} , +{"type":"Feature","id":"n8533076500","geometry":{"type":"Point","coordinates":[-0.247587,51.5124308]},"properties":{"@type":"node","@id":8533076500,"@timestamp":1616085329},"coords":"51.5124308,-0.247587","bedrooms":"4","price":"159000","area":"368"} , +{"type":"Feature","id":"n8533076605","geometry":{"type":"Point","coordinates":[-0.2468654,51.5128488]},"properties":{"@type":"node","@id":8533076605,"@timestamp":1616085329},"coords":"51.5128488,-0.2468654","bedrooms":"4","price":"167000","area":"377"} , +{"type":"Feature","id":"n8533128969","geometry":{"type":"Point","coordinates":[0.0288303,51.5165113]},"properties":{"@type":"node","@id":8533128969,"@timestamp":1616086116},"coords":"51.5165113,0.0288303","bedrooms":"3","price":"287000","area":"446"} , +{"type":"Feature","id":"n8533128979","geometry":{"type":"Point","coordinates":[0.031001,51.5162542]},"properties":{"@type":"node","@id":8533128979,"@timestamp":1616086116},"coords":"51.5162542,0.031001","bedrooms":"0","price":"194000","area":"479"} , +{"type":"Feature","id":"n8533128989","geometry":{"type":"Point","coordinates":[0.0261811,51.5165253]},"properties":{"@type":"node","@id":8533128989,"@timestamp":1616086116},"coords":"51.5165253,0.0261811","bedrooms":"2","price":"275000","area":"371"} , +{"type":"Feature","id":"n8533185886","geometry":{"type":"Point","coordinates":[0.1223564,51.7906902]},"properties":{"@type":"node","@id":8533185886,"@timestamp":1616088010},"coords":"51.7906902,0.1223564","bedrooms":"3","price":"161000","area":"544"} , +{"type":"Feature","id":"n8533296007","geometry":{"type":"Point","coordinates":[-0.7269216,51.0927654]},"properties":{"@type":"node","@id":8533296007,"@timestamp":1616089734},"coords":"51.0927654,-0.7269216","bedrooms":"3","price":"224000","area":"561"} , +{"type":"Feature","id":"n8533318117","geometry":{"type":"Point","coordinates":[-0.7094282,51.0904187]},"properties":{"@type":"node","@id":8533318117,"@timestamp":1616089734},"coords":"51.0904187,-0.7094282","bedrooms":"4","price":"263000","area":"513"} , +{"type":"Feature","id":"n8533318127","geometry":{"type":"Point","coordinates":[-0.7160077,51.0970121]},"properties":{"@type":"node","@id":8533318127,"@timestamp":1616089734},"coords":"51.0970121,-0.7160077","bedrooms":"3","price":"180000","area":"591"} , +{"type":"Feature","id":"n8533318137","geometry":{"type":"Point","coordinates":[-0.7117537,51.095213]},"properties":{"@type":"node","@id":8533318137,"@timestamp":1616089734},"coords":"51.095213,-0.7117537","bedrooms":"3","price":"229000","area":"642"} , +{"type":"Feature","id":"n8533318147","geometry":{"type":"Point","coordinates":[-0.7098278,51.0961934]},"properties":{"@type":"node","@id":8533318147,"@timestamp":1616089734},"coords":"51.0961934,-0.7098278","bedrooms":"2","price":"169000","area":"640"} , +{"type":"Feature","id":"n8533318157","geometry":{"type":"Point","coordinates":[-0.7079691,51.0961008]},"properties":{"@type":"node","@id":8533318157,"@timestamp":1616089734},"coords":"51.0961008,-0.7079691","bedrooms":"0","price":"291000","area":"390"} , +{"type":"Feature","id":"n8533318167","geometry":{"type":"Point","coordinates":[-0.7109088,51.0967863]},"properties":{"@type":"node","@id":8533318167,"@timestamp":1616089734},"coords":"51.0967863,-0.7109088","bedrooms":"3","price":"218000","area":"398"} , +{"type":"Feature","id":"n8533318177","geometry":{"type":"Point","coordinates":[-0.7096615,51.0977347]},"properties":{"@type":"node","@id":8533318177,"@timestamp":1616089734},"coords":"51.0977347,-0.7096615","bedrooms":"1","price":"254000","area":"695"} , +{"type":"Feature","id":"n8533403153","geometry":{"type":"Point","coordinates":[-0.3234452,51.2204474]},"properties":{"@type":"node","@id":8533403153,"@timestamp":1616091841},"coords":"51.2204474,-0.3234452","bedrooms":"2","price":"282000","area":"387"} , +{"type":"Feature","id":"n8533599535","geometry":{"type":"Point","coordinates":[-0.0241632,51.5393798]},"properties":{"@type":"node","@id":8533599535,"@timestamp":1616097545},"coords":"51.5393798,-0.0241632","bedrooms":"1","price":"151000","area":"400"} , +{"type":"Feature","id":"n8534242759","geometry":{"type":"Point","coordinates":[-0.4809768,51.6041568]},"properties":{"@type":"node","@id":8534242759,"@timestamp":1616105449},"coords":"51.6041568,-0.4809768","bedrooms":"1","price":"243000","area":"613"} , +{"type":"Feature","id":"n8534242769","geometry":{"type":"Point","coordinates":[-0.4813525,51.6049094]},"properties":{"@type":"node","@id":8534242769,"@timestamp":1616105449},"coords":"51.6049094,-0.4813525","bedrooms":"3","price":"198000","area":"377"} , +{"type":"Feature","id":"n8534242779","geometry":{"type":"Point","coordinates":[-0.4798499,51.6050853]},"properties":{"@type":"node","@id":8534242779,"@timestamp":1616105449},"coords":"51.6050853,-0.4798499","bedrooms":"2","price":"189000","area":"549"} , +{"type":"Feature","id":"n8534417063","geometry":{"type":"Point","coordinates":[-0.3763106,51.4056976]},"properties":{"@type":"node","@id":8534417063,"@timestamp":1616110546},"coords":"51.4056976,-0.3763106","bedrooms":"0","price":"177000","area":"452"} , +{"type":"Feature","id":"n8534500612","geometry":{"type":"Point","coordinates":[0.0058801,51.5449768]},"properties":{"@type":"node","@id":8534500612,"@timestamp":1616114283},"coords":"51.5449768,0.0058801","bedrooms":"2","price":"274000","area":"449"} , +{"type":"Feature","id":"n8534506058","geometry":{"type":"Point","coordinates":[0.2096602,51.5202844]},"properties":{"@type":"node","@id":8534506058,"@timestamp":1616114425},"coords":"51.5202844,0.2096602","bedrooms":"1","price":"276000","area":"635"} , +{"type":"Feature","id":"n8535654032","geometry":{"type":"Point","coordinates":[0.1441524,51.5551414]},"properties":{"@type":"node","@id":8535654032,"@timestamp":1616135385},"coords":"51.5551414,0.1441524","bedrooms":"4","price":"150000","area":"507"} , +{"type":"Feature","id":"n8536169801","geometry":{"type":"Point","coordinates":[0.005119,51.5448013]},"properties":{"@type":"node","@id":8536169801,"@timestamp":1635430503},"coords":"51.5448013,0.005119","bedrooms":"2","price":"266000","area":"604"} , +{"type":"Feature","id":"n8536175324","geometry":{"type":"Point","coordinates":[0.007162,51.5461285]},"properties":{"@type":"node","@id":8536175324,"@timestamp":1616146414},"coords":"51.5461285,0.007162","bedrooms":"2","price":"168000","area":"359"} , +{"type":"Feature","id":"n8536530844","geometry":{"type":"Point","coordinates":[-0.1489876,51.4804305]},"properties":{"@type":"node","@id":8536530844,"@timestamp":1616152222},"coords":"51.4804305,-0.1489876","bedrooms":"1","price":"290000","area":"514"} , +{"type":"Feature","id":"n8536590471","geometry":{"type":"Point","coordinates":[-0.1229954,51.8506302]},"properties":{"@type":"node","@id":8536590471,"@timestamp":1616153422},"coords":"51.8506302,-0.1229954","bedrooms":"0","price":"205000","area":"424"} , +{"type":"Feature","id":"n8536590481","geometry":{"type":"Point","coordinates":[-0.09285,51.8270771]},"properties":{"@type":"node","@id":8536590481,"@timestamp":1616153422},"coords":"51.8270771,-0.09285","bedrooms":"3","price":"295000","area":"500"} , +{"type":"Feature","id":"n8536590491","geometry":{"type":"Point","coordinates":[-0.0987992,51.8349107]},"properties":{"@type":"node","@id":8536590491,"@timestamp":1616153422},"coords":"51.8349107,-0.0987992","bedrooms":"0","price":"152000","area":"493"} , +{"type":"Feature","id":"n8536590501","geometry":{"type":"Point","coordinates":[-0.1295346,51.8135614]},"properties":{"@type":"node","@id":8536590501,"@timestamp":1616153422},"coords":"51.8135614,-0.1295346","bedrooms":"0","price":"184000","area":"667"} , +{"type":"Feature","id":"n8536590511","geometry":{"type":"Point","coordinates":[-0.1301059,51.8105484]},"properties":{"@type":"node","@id":8536590511,"@timestamp":1616153422},"coords":"51.8105484,-0.1301059","bedrooms":"1","price":"215000","area":"583"} , +{"type":"Feature","id":"n8536613719","geometry":{"type":"Point","coordinates":[-0.1365808,51.8117822]},"properties":{"@type":"node","@id":8536613719,"@timestamp":1616153422},"coords":"51.8117822,-0.1365808","bedrooms":"1","price":"283000","area":"370"} , +{"type":"Feature","id":"n8536613729","geometry":{"type":"Point","coordinates":[-0.1313558,51.8205718]},"properties":{"@type":"node","@id":8536613729,"@timestamp":1616153422},"coords":"51.8205718,-0.1313558","bedrooms":"3","price":"210000","area":"387"} , +{"type":"Feature","id":"n8536613739","geometry":{"type":"Point","coordinates":[-0.1337349,51.8267372]},"properties":{"@type":"node","@id":8536613739,"@timestamp":1616153422},"coords":"51.8267372,-0.1337349","bedrooms":"4","price":"177000","area":"687"} , +{"type":"Feature","id":"n8536613749","geometry":{"type":"Point","coordinates":[-0.1323536,51.830026]},"properties":{"@type":"node","@id":8536613749,"@timestamp":1616153422},"coords":"51.830026,-0.1323536","bedrooms":"0","price":"286000","area":"480"} , +{"type":"Feature","id":"n8536613759","geometry":{"type":"Point","coordinates":[-0.1025288,51.8361629]},"properties":{"@type":"node","@id":8536613759,"@timestamp":1616153422},"coords":"51.8361629,-0.1025288","bedrooms":"4","price":"247000","area":"385"} , +{"type":"Feature","id":"n8536613769","geometry":{"type":"Point","coordinates":[-0.1170194,51.8382055]},"properties":{"@type":"node","@id":8536613769,"@timestamp":1616153422},"coords":"51.8382055,-0.1170194","bedrooms":"3","price":"190000","area":"499"} , +{"type":"Feature","id":"n8536673422","geometry":{"type":"Point","coordinates":[-0.2402497,51.6878664]},"properties":{"@type":"node","@id":8536673422,"@timestamp":1616154838},"coords":"51.6878664,-0.2402497","bedrooms":"4","price":"205000","area":"433"} , +{"type":"Feature","id":"n8536764507","geometry":{"type":"Point","coordinates":[0.0246597,51.5486842]},"properties":{"@type":"node","@id":8536764507,"@timestamp":1616156637},"coords":"51.5486842,0.0246597","bedrooms":"0","price":"211000","area":"420"} , +{"type":"Feature","id":"n8536905800","geometry":{"type":"Point","coordinates":[0.276435,51.8678624]},"properties":{"@type":"node","@id":8536905800,"@timestamp":1616159684},"coords":"51.8678624,0.276435","bedrooms":"0","price":"240000","area":"468"} , +{"type":"Feature","id":"n8536974526","geometry":{"type":"Point","coordinates":[-0.3131179,51.5094824]},"properties":{"@type":"node","@id":8536974526,"@timestamp":1616457235},"coords":"51.5094824,-0.3131179","bedrooms":"0","price":"180000","area":"564"} , +{"type":"Feature","id":"n8537051556","geometry":{"type":"Point","coordinates":[-0.2499819,51.6892671]},"properties":{"@type":"node","@id":8537051556,"@timestamp":1616162703},"coords":"51.6892671,-0.2499819","bedrooms":"4","price":"178000","area":"401"} , +{"type":"Feature","id":"n8537089782","geometry":{"type":"Point","coordinates":[-0.2092075,51.6999912]},"properties":{"@type":"node","@id":8537089782,"@timestamp":1616165090},"coords":"51.6999912,-0.2092075","bedrooms":"2","price":"257000","area":"494"} , +{"type":"Feature","id":"n8537089816","geometry":{"type":"Point","coordinates":[-0.2086876,51.6968508]},"properties":{"@type":"node","@id":8537089816,"@timestamp":1629243953},"coords":"51.6968508,-0.2086876","bedrooms":"3","price":"165000","area":"458"} , +{"type":"Feature","id":"n8537120889","geometry":{"type":"Point","coordinates":[-0.2466962,51.5115914]},"properties":{"@type":"node","@id":8537120889,"@timestamp":1616164195},"coords":"51.5115914,-0.2466962","bedrooms":"2","price":"238000","area":"622"} , +{"type":"Feature","id":"n8537120956","geometry":{"type":"Point","coordinates":[-0.2467187,51.5124016]},"properties":{"@type":"node","@id":8537120956,"@timestamp":1616164195},"coords":"51.5124016,-0.2467187","bedrooms":"4","price":"176000","area":"610"} , +{"type":"Feature","id":"n8537121042","geometry":{"type":"Point","coordinates":[-0.2459573,51.5128208]},"properties":{"@type":"node","@id":8537121042,"@timestamp":1616164195},"coords":"51.5128208,-0.2459573","bedrooms":"2","price":"255000","area":"599"} , +{"type":"Feature","id":"n8537121118","geometry":{"type":"Point","coordinates":[-0.245534,51.5130088]},"properties":{"@type":"node","@id":8537121118,"@timestamp":1616164195},"coords":"51.5130088,-0.245534","bedrooms":"3","price":"261000","area":"577"} , +{"type":"Feature","id":"n8537121176","geometry":{"type":"Point","coordinates":[-0.2450296,51.5127883]},"properties":{"@type":"node","@id":8537121176,"@timestamp":1616164195},"coords":"51.5127883,-0.2450296","bedrooms":"3","price":"260000","area":"494"} , +{"type":"Feature","id":"n8537194505","geometry":{"type":"Point","coordinates":[-0.1133517,51.4642935]},"properties":{"@type":"node","@id":8537194505,"@timestamp":1616166447},"coords":"51.4642935,-0.1133517","bedrooms":"0","price":"231000","area":"489"} , +{"type":"Feature","id":"n8537195805","geometry":{"type":"Point","coordinates":[-0.135984,50.9633022]},"properties":{"@type":"node","@id":8537195805,"@timestamp":1616166687},"coords":"50.9633022,-0.135984","bedrooms":"2","price":"293000","area":"695"} , +{"type":"Feature","id":"n8537220028","geometry":{"type":"Point","coordinates":[-0.2059285,51.7002383]},"properties":{"@type":"node","@id":8537220028,"@timestamp":1616165886},"coords":"51.7002383,-0.2059285","bedrooms":"0","price":"296000","area":"429"} , +{"type":"Feature","id":"n8537252565","geometry":{"type":"Point","coordinates":[-0.2450937,51.5122278]},"properties":{"@type":"node","@id":8537252565,"@timestamp":1616166618},"coords":"51.5122278,-0.2450937","bedrooms":"1","price":"226000","area":"507"} , +{"type":"Feature","id":"n8537258306","geometry":{"type":"Point","coordinates":[-0.2455005,51.5122889]},"properties":{"@type":"node","@id":8537258306,"@timestamp":1616166618},"coords":"51.5122889,-0.2455005","bedrooms":"4","price":"213000","area":"385"} , +{"type":"Feature","id":"n8537258318","geometry":{"type":"Point","coordinates":[-0.2460501,51.5123796]},"properties":{"@type":"node","@id":8537258318,"@timestamp":1616166618},"coords":"51.5123796,-0.2460501","bedrooms":"2","price":"256000","area":"472"} , +{"type":"Feature","id":"n8537258328","geometry":{"type":"Point","coordinates":[-0.246062,51.511943]},"properties":{"@type":"node","@id":8537258328,"@timestamp":1616166618},"coords":"51.511943,-0.246062","bedrooms":"0","price":"183000","area":"384"} , +{"type":"Feature","id":"n8537342749","geometry":{"type":"Point","coordinates":[0.2294091,51.8694621]},"properties":{"@type":"node","@id":8537342749,"@timestamp":1616168503},"coords":"51.8694621,0.2294091","bedrooms":"3","price":"165000","area":"408"} , +{"type":"Feature","id":"n8537840596","geometry":{"type":"Point","coordinates":[-0.4694362,51.3848992]},"properties":{"@type":"node","@id":8537840596,"@timestamp":1616171802},"coords":"51.3848992,-0.4694362","bedrooms":"4","price":"289000","area":"689"} , +{"type":"Feature","id":"n8537903899","geometry":{"type":"Point","coordinates":[-0.4759036,51.3901153]},"properties":{"@type":"node","@id":8537903899,"@timestamp":1616171756},"coords":"51.3901153,-0.4759036","bedrooms":"0","price":"267000","area":"656"} , +{"type":"Feature","id":"n8537903909","geometry":{"type":"Point","coordinates":[-0.4869363,51.3887248]},"properties":{"@type":"node","@id":8537903909,"@timestamp":1616171756},"coords":"51.3887248,-0.4869363","bedrooms":"2","price":"179000","area":"395"} , +{"type":"Feature","id":"n8537994125","geometry":{"type":"Point","coordinates":[-0.4414192,51.3900403]},"properties":{"@type":"node","@id":8537994125,"@timestamp":1616173533},"coords":"51.3900403,-0.4414192","bedrooms":"0","price":"217000","area":"536"} , +{"type":"Feature","id":"n8537994159","geometry":{"type":"Point","coordinates":[-0.4509115,51.3900027]},"properties":{"@type":"node","@id":8537994159,"@timestamp":1616173533},"coords":"51.3900027,-0.4509115","bedrooms":"3","price":"195000","area":"449"} , +{"type":"Feature","id":"n8537994173","geometry":{"type":"Point","coordinates":[-0.4592465,51.3821471]},"properties":{"@type":"node","@id":8537994173,"@timestamp":1616173533},"coords":"51.3821471,-0.4592465","bedrooms":"0","price":"174000","area":"403"} , +{"type":"Feature","id":"n8538022968","geometry":{"type":"Point","coordinates":[-0.2122007,51.2952112]},"properties":{"@type":"node","@id":8538022968,"@timestamp":1616174618},"coords":"51.2952112,-0.2122007","bedrooms":"2","price":"266000","area":"660"} , +{"type":"Feature","id":"n8538110365","geometry":{"type":"Point","coordinates":[-0.2460637,51.511511]},"properties":{"@type":"node","@id":8538110365,"@timestamp":1616176272},"coords":"51.511511,-0.2460637","bedrooms":"0","price":"180000","area":"454"} , +{"type":"Feature","id":"n8538581268","geometry":{"type":"Point","coordinates":[0.6747633,51.2418374]},"properties":{"@type":"node","@id":8538581268,"@timestamp":1616183226},"coords":"51.2418374,0.6747633","bedrooms":"3","price":"155000","area":"642"} , +{"type":"Feature","id":"n8538666734","geometry":{"type":"Point","coordinates":[0.3057303,51.3828413]},"properties":{"@type":"node","@id":8538666734,"@timestamp":1616185577},"coords":"51.3828413,0.3057303","bedrooms":"0","price":"182000","area":"659"} , +{"type":"Feature","id":"n8538877767","geometry":{"type":"Point","coordinates":[0.5086457,51.0446637]},"properties":{"@type":"node","@id":8538877767,"@timestamp":1616190805},"coords":"51.0446637,0.5086457","bedrooms":"2","price":"151000","area":"396"} , +{"type":"Feature","id":"n8538877785","geometry":{"type":"Point","coordinates":[0.5124113,51.047255]},"properties":{"@type":"node","@id":8538877785,"@timestamp":1616190805},"coords":"51.047255,0.5124113","bedrooms":"0","price":"242000","area":"394"} , +{"type":"Feature","id":"n8538972362","geometry":{"type":"Point","coordinates":[-0.0125251,51.6109659]},"properties":{"@type":"node","@id":8538972362,"@timestamp":1616193351},"coords":"51.6109659,-0.0125251","bedrooms":"2","price":"284000","area":"460"} , +{"type":"Feature","id":"n8539201934","geometry":{"type":"Point","coordinates":[0.6056993,51.1880788]},"properties":{"@type":"node","@id":8539201934,"@timestamp":1616194748},"coords":"51.1880788,0.6056993","bedrooms":"3","price":"239000","area":"448"} , +{"type":"Feature","id":"n8539686318","geometry":{"type":"Point","coordinates":[0.0184429,51.5578189]},"properties":{"@type":"node","@id":8539686318,"@timestamp":1616210301},"coords":"51.5578189,0.0184429","bedrooms":"0","price":"183000","area":"450"} , +{"type":"Feature","id":"n8539729159","geometry":{"type":"Point","coordinates":[-0.2452731,51.513289]},"properties":{"@type":"node","@id":8539729159,"@timestamp":1616215725},"coords":"51.513289,-0.2452731","bedrooms":"4","price":"234000","area":"415"} , +{"type":"Feature","id":"n8539740855","geometry":{"type":"Point","coordinates":[-0.2448969,51.5129815]},"properties":{"@type":"node","@id":8539740855,"@timestamp":1616215725},"coords":"51.5129815,-0.2448969","bedrooms":"3","price":"201000","area":"648"} , +{"type":"Feature","id":"n8539740894","geometry":{"type":"Point","coordinates":[-0.2442459,51.5129391]},"properties":{"@type":"node","@id":8539740894,"@timestamp":1616215725},"coords":"51.5129391,-0.2442459","bedrooms":"1","price":"244000","area":"489"} , +{"type":"Feature","id":"n8539740904","geometry":{"type":"Point","coordinates":[-0.2433513,51.5137102]},"properties":{"@type":"node","@id":8539740904,"@timestamp":1616215725},"coords":"51.5137102,-0.2433513","bedrooms":"4","price":"198000","area":"552"} , +{"type":"Feature","id":"n8539740955","geometry":{"type":"Point","coordinates":[-0.2433999,51.5135528]},"properties":{"@type":"node","@id":8539740955,"@timestamp":1616215725},"coords":"51.5135528,-0.2433999","bedrooms":"1","price":"238000","area":"553"} , +{"type":"Feature","id":"n8539740978","geometry":{"type":"Point","coordinates":[-0.2445737,51.5135405]},"properties":{"@type":"node","@id":8539740978,"@timestamp":1616215725},"coords":"51.5135405,-0.2445737","bedrooms":"3","price":"257000","area":"501"} , +{"type":"Feature","id":"n8539748393","geometry":{"type":"Point","coordinates":[-0.2450705,51.5137597]},"properties":{"@type":"node","@id":8539748393,"@timestamp":1616218261},"coords":"51.5137597,-0.2450705","bedrooms":"0","price":"240000","area":"358"} , +{"type":"Feature","id":"n8540113752","geometry":{"type":"Point","coordinates":[-0.2440208,51.5140228]},"properties":{"@type":"node","@id":8540113752,"@timestamp":1616218261},"coords":"51.5140228,-0.2440208","bedrooms":"0","price":"266000","area":"602"} , +{"type":"Feature","id":"n8540526986","geometry":{"type":"Point","coordinates":[-0.9607244,51.1528704]},"properties":{"@type":"node","@id":8540526986,"@timestamp":1616235454},"coords":"51.1528704,-0.9607244","bedrooms":"1","price":"157000","area":"518"} , +{"type":"Feature","id":"n8540526996","geometry":{"type":"Point","coordinates":[-0.9436923,51.1525735]},"properties":{"@type":"node","@id":8540526996,"@timestamp":1616235454},"coords":"51.1525735,-0.9436923","bedrooms":"0","price":"267000","area":"685"} , +{"type":"Feature","id":"n8540527006","geometry":{"type":"Point","coordinates":[-0.9029254,51.1380537]},"properties":{"@type":"node","@id":8540527006,"@timestamp":1616235454},"coords":"51.1380537,-0.9029254","bedrooms":"2","price":"265000","area":"637"} , +{"type":"Feature","id":"n8540527016","geometry":{"type":"Point","coordinates":[-0.8945087,51.1465433]},"properties":{"@type":"node","@id":8540527016,"@timestamp":1616235454},"coords":"51.1465433,-0.8945087","bedrooms":"3","price":"203000","area":"362"} , +{"type":"Feature","id":"n8540527226","geometry":{"type":"Point","coordinates":[-0.9018351,51.1364035]},"properties":{"@type":"node","@id":8540527226,"@timestamp":1616235454},"coords":"51.1364035,-0.9018351","bedrooms":"4","price":"244000","area":"558"} , +{"type":"Feature","id":"n8540527236","geometry":{"type":"Point","coordinates":[-0.8954072,51.137542]},"properties":{"@type":"node","@id":8540527236,"@timestamp":1616235454},"coords":"51.137542,-0.8954072","bedrooms":"4","price":"261000","area":"456"} , +{"type":"Feature","id":"n8540527246","geometry":{"type":"Point","coordinates":[-0.8855997,51.1370447]},"properties":{"@type":"node","@id":8540527246,"@timestamp":1616235454},"coords":"51.1370447,-0.8855997","bedrooms":"2","price":"228000","area":"411"} , +{"type":"Feature","id":"n8540527256","geometry":{"type":"Point","coordinates":[-0.8799993,51.1375555]},"properties":{"@type":"node","@id":8540527256,"@timestamp":1616235454},"coords":"51.1375555,-0.8799993","bedrooms":"4","price":"182000","area":"556"} , +{"type":"Feature","id":"n8540527266","geometry":{"type":"Point","coordinates":[-0.8712257,51.1379333]},"properties":{"@type":"node","@id":8540527266,"@timestamp":1616235454},"coords":"51.1379333,-0.8712257","bedrooms":"4","price":"171000","area":"593"} , +{"type":"Feature","id":"n8540527276","geometry":{"type":"Point","coordinates":[-0.8592993,51.1341407]},"properties":{"@type":"node","@id":8540527276,"@timestamp":1616235454},"coords":"51.1341407,-0.8592993","bedrooms":"4","price":"182000","area":"489"} , +{"type":"Feature","id":"n8540527286","geometry":{"type":"Point","coordinates":[-0.8534749,51.1303998]},"properties":{"@type":"node","@id":8540527286,"@timestamp":1616235454},"coords":"51.1303998,-0.8534749","bedrooms":"1","price":"189000","area":"424"} , +{"type":"Feature","id":"n8540527296","geometry":{"type":"Point","coordinates":[-0.8447859,51.1248129]},"properties":{"@type":"node","@id":8540527296,"@timestamp":1616235454},"coords":"51.1248129,-0.8447859","bedrooms":"0","price":"205000","area":"511"} , +{"type":"Feature","id":"n8540527306","geometry":{"type":"Point","coordinates":[-0.84492,51.109908]},"properties":{"@type":"node","@id":8540527306,"@timestamp":1616235454},"coords":"51.109908,-0.84492","bedrooms":"0","price":"291000","area":"642"} , +{"type":"Feature","id":"n8540527316","geometry":{"type":"Point","coordinates":[-0.8355416,51.1185266]},"properties":{"@type":"node","@id":8540527316,"@timestamp":1616235454},"coords":"51.1185266,-0.8355416","bedrooms":"0","price":"178000","area":"637"} , +{"type":"Feature","id":"n8540527326","geometry":{"type":"Point","coordinates":[-0.830247,51.1150842]},"properties":{"@type":"node","@id":8540527326,"@timestamp":1616235454},"coords":"51.1150842,-0.830247","bedrooms":"2","price":"185000","area":"489"} , +{"type":"Feature","id":"n8540527336","geometry":{"type":"Point","coordinates":[-0.8193156,51.1104923]},"properties":{"@type":"node","@id":8540527336,"@timestamp":1616235454},"coords":"51.1104923,-0.8193156","bedrooms":"2","price":"158000","area":"696"} , +{"type":"Feature","id":"n8540527357","geometry":{"type":"Point","coordinates":[-0.8302818,51.1144099]},"properties":{"@type":"node","@id":8540527357,"@timestamp":1616235454},"coords":"51.1144099,-0.8302818","bedrooms":"1","price":"242000","area":"635"} , +{"type":"Feature","id":"n8540566563","geometry":{"type":"Point","coordinates":[-1.0081565,51.685082]},"properties":{"@type":"node","@id":8540566563,"@timestamp":1616236559},"coords":"51.685082,-1.0081565","bedrooms":"4","price":"193000","area":"639"} , +{"type":"Feature","id":"n8540566574","geometry":{"type":"Point","coordinates":[-1.0316017,51.6765454]},"properties":{"@type":"node","@id":8540566574,"@timestamp":1616236559},"coords":"51.6765454,-1.0316017","bedrooms":"3","price":"278000","area":"452"} , +{"type":"Feature","id":"n8540777708","geometry":{"type":"Point","coordinates":[-0.7526365,51.4180592]},"properties":{"@type":"node","@id":8540777708,"@timestamp":1616244910},"coords":"51.4180592,-0.7526365","bedrooms":"2","price":"177000","area":"576"} , +{"type":"Feature","id":"n8540792524","geometry":{"type":"Point","coordinates":[-0.7525321,51.4186341]},"properties":{"@type":"node","@id":8540792524,"@timestamp":1616244910},"coords":"51.4186341,-0.7525321","bedrooms":"0","price":"272000","area":"692"} , +{"type":"Feature","id":"n8540943264","geometry":{"type":"Point","coordinates":[0.3447473,51.8723008]},"properties":{"@type":"node","@id":8540943264,"@timestamp":1616249532},"coords":"51.8723008,0.3447473","bedrooms":"1","price":"179000","area":"488"} , +{"type":"Feature","id":"n8541073786","geometry":{"type":"Point","coordinates":[-0.3800578,51.4441867]},"properties":{"@type":"node","@id":8541073786,"@timestamp":1616252328},"coords":"51.4441867,-0.3800578","bedrooms":"3","price":"211000","area":"649"} , +{"type":"Feature","id":"n8541240375","geometry":{"type":"Point","coordinates":[-0.2037551,51.70228]},"properties":{"@type":"node","@id":8541240375,"@timestamp":1628242387},"coords":"51.70228,-0.2037551","bedrooms":"2","price":"154000","area":"600"} , +{"type":"Feature","id":"n8541247028","geometry":{"type":"Point","coordinates":[-0.2056489,51.6937594]},"properties":{"@type":"node","@id":8541247028,"@timestamp":1616256918},"coords":"51.6937594,-0.2056489","bedrooms":"1","price":"294000","area":"377"} , +{"type":"Feature","id":"n8541249852","geometry":{"type":"Point","coordinates":[-0.3493885,51.5129519]},"properties":{"@type":"node","@id":8541249852,"@timestamp":1616257441},"coords":"51.5129519,-0.3493885","bedrooms":"0","price":"259000","area":"636"} , +{"type":"Feature","id":"n8541256137","geometry":{"type":"Point","coordinates":[-0.9728527,51.4524059]},"properties":{"@type":"node","@id":8541256137,"@timestamp":1616257218},"coords":"51.4524059,-0.9728527","bedrooms":"1","price":"252000","area":"503"} , +{"type":"Feature","id":"n8541306753","geometry":{"type":"Point","coordinates":[-0.3484599,51.5276007]},"properties":{"@type":"node","@id":8541306753,"@timestamp":1616258432},"coords":"51.5276007,-0.3484599","bedrooms":"4","price":"223000","area":"667"} , +{"type":"Feature","id":"n8541337712","geometry":{"type":"Point","coordinates":[-0.3386038,51.5354061]},"properties":{"@type":"node","@id":8541337712,"@timestamp":1616259089},"coords":"51.5354061,-0.3386038","bedrooms":"3","price":"262000","area":"377"} , +{"type":"Feature","id":"n8541370364","geometry":{"type":"Point","coordinates":[-0.3432275,51.5410346]},"properties":{"@type":"node","@id":8541370364,"@timestamp":1616259928},"coords":"51.5410346,-0.3432275","bedrooms":"0","price":"161000","area":"536"} , +{"type":"Feature","id":"n8541370376","geometry":{"type":"Point","coordinates":[-0.3403796,51.5395341]},"properties":{"@type":"node","@id":8541370376,"@timestamp":1616259928},"coords":"51.5395341,-0.3403796","bedrooms":"2","price":"283000","area":"463"} , +{"type":"Feature","id":"n8541402299","geometry":{"type":"Point","coordinates":[-0.3436991,51.5411384]},"properties":{"@type":"node","@id":8541402299,"@timestamp":1616260770},"coords":"51.5411384,-0.3436991","bedrooms":"1","price":"150000","area":"509"} , +{"type":"Feature","id":"n8541465386","geometry":{"type":"Point","coordinates":[-0.2459749,51.5104626]},"properties":{"@type":"node","@id":8541465386,"@timestamp":1616950145},"coords":"51.5104626,-0.2459749","bedrooms":"3","price":"238000","area":"484"} , +{"type":"Feature","id":"n8541471489","geometry":{"type":"Point","coordinates":[-0.24627,51.5109451]},"properties":{"@type":"node","@id":8541471489,"@timestamp":1616262315},"coords":"51.5109451,-0.24627","bedrooms":"0","price":"218000","area":"564"} , +{"type":"Feature","id":"n8541471533","geometry":{"type":"Point","coordinates":[-0.2454319,51.5105952]},"properties":{"@type":"node","@id":8541471533,"@timestamp":1616262315},"coords":"51.5105952,-0.2454319","bedrooms":"4","price":"167000","area":"586"} , +{"type":"Feature","id":"n8541471624","geometry":{"type":"Point","coordinates":[-0.244761,51.5107837]},"properties":{"@type":"node","@id":8541471624,"@timestamp":1616262315},"coords":"51.5107837,-0.244761","bedrooms":"4","price":"251000","area":"572"} , +{"type":"Feature","id":"n8541471698","geometry":{"type":"Point","coordinates":[-0.2453926,51.5113803]},"properties":{"@type":"node","@id":8541471698,"@timestamp":1616262315},"coords":"51.5113803,-0.2453926","bedrooms":"4","price":"295000","area":"467"} , +{"type":"Feature","id":"n8541538489","geometry":{"type":"Point","coordinates":[-0.1007511,51.4926976]},"properties":{"@type":"node","@id":8541538489,"@timestamp":1616264364},"coords":"51.4926976,-0.1007511","bedrooms":"4","price":"184000","area":"630"} , +{"type":"Feature","id":"n8541885470","geometry":{"type":"Point","coordinates":[-0.1026719,51.4831774]},"properties":{"@type":"node","@id":8541885470,"@timestamp":1616269554},"coords":"51.4831774,-0.1026719","bedrooms":"0","price":"224000","area":"516"} , +{"type":"Feature","id":"n8541958178","geometry":{"type":"Point","coordinates":[-0.7580692,51.2539072]},"properties":{"@type":"node","@id":8541958178,"@timestamp":1616270663},"coords":"51.2539072,-0.7580692","bedrooms":"1","price":"210000","area":"688"} , +{"type":"Feature","id":"n8542061834","geometry":{"type":"Point","coordinates":[0.6021592,51.2867511]},"properties":{"@type":"node","@id":8542061834,"@timestamp":1616272693},"coords":"51.2867511,0.6021592","bedrooms":"0","price":"280000","area":"624"} , +{"type":"Feature","id":"n8542143464","geometry":{"type":"Point","coordinates":[0.2177068,51.525632]},"properties":{"@type":"node","@id":8542143464,"@timestamp":1616276149},"coords":"51.525632,0.2177068","bedrooms":"3","price":"216000","area":"536"} , +{"type":"Feature","id":"n8542375629","geometry":{"type":"Point","coordinates":[-0.1937272,51.6949739]},"properties":{"@type":"node","@id":8542375629,"@timestamp":1616277966},"coords":"51.6949739,-0.1937272","bedrooms":"2","price":"169000","area":"568"} , +{"type":"Feature","id":"n8542375649","geometry":{"type":"Point","coordinates":[-0.2001686,51.6953566]},"properties":{"@type":"node","@id":8542375649,"@timestamp":1616277966},"coords":"51.6953566,-0.2001686","bedrooms":"1","price":"206000","area":"589"} , +{"type":"Feature","id":"n8542753060","geometry":{"type":"Point","coordinates":[-0.165543,51.6971599]},"properties":{"@type":"node","@id":8542753060,"@timestamp":1616284823},"coords":"51.6971599,-0.165543","bedrooms":"0","price":"221000","area":"526"} , +{"type":"Feature","id":"n8542791715","geometry":{"type":"Point","coordinates":[-0.1707392,51.6981443]},"properties":{"@type":"node","@id":8542791715,"@timestamp":1629726249},"coords":"51.6981443,-0.1707392","bedrooms":"1","price":"202000","area":"608"} , +{"type":"Feature","id":"n8542895218","geometry":{"type":"Point","coordinates":[-0.0949076,51.4868031]},"properties":{"@type":"node","@id":8542895218,"@timestamp":1616291854},"coords":"51.4868031,-0.0949076","bedrooms":"3","price":"296000","area":"567"} , +{"type":"Feature","id":"n8542921516","geometry":{"type":"Point","coordinates":[0.0011654,51.5811266]},"properties":{"@type":"node","@id":8542921516,"@timestamp":1629253142},"coords":"51.5811266,0.0011654","bedrooms":"0","price":"211000","area":"391"} , +{"type":"Feature","id":"n8543002345","geometry":{"type":"Point","coordinates":[0.0436522,51.5164953]},"properties":{"@type":"node","@id":8543002345,"@timestamp":1616302685},"coords":"51.5164953,0.0436522","bedrooms":"3","price":"264000","area":"634"} , +{"type":"Feature","id":"n8543541923","geometry":{"type":"Point","coordinates":[-0.196734,50.9581253]},"properties":{"@type":"node","@id":8543541923,"@timestamp":1616319897},"coords":"50.9581253,-0.196734","bedrooms":"3","price":"250000","area":"462"} , +{"type":"Feature","id":"n8543771765","geometry":{"type":"Point","coordinates":[-0.149392,51.4514695]},"properties":{"@type":"node","@id":8543771765,"@timestamp":1616325151},"coords":"51.4514695,-0.149392","bedrooms":"0","price":"172000","area":"651"} , +{"type":"Feature","id":"n8543935680","geometry":{"type":"Point","coordinates":[-2.95e-05,51.6147573]},"properties":{"@type":"node","@id":8543935680,"@timestamp":1616329647},"coords":"51.6147573,-2.95e-05","bedrooms":"0","price":"162000","area":"498"} , +{"type":"Feature","id":"n8543935697","geometry":{"type":"Point","coordinates":[-0.0009146,51.6157949]},"properties":{"@type":"node","@id":8543935697,"@timestamp":1616329647},"coords":"51.6157949,-0.0009146","bedrooms":"3","price":"162000","area":"410"} , +{"type":"Feature","id":"n8543935714","geometry":{"type":"Point","coordinates":[-0.0025132,51.6163778]},"properties":{"@type":"node","@id":8543935714,"@timestamp":1616329647},"coords":"51.6163778,-0.0025132","bedrooms":"4","price":"294000","area":"402"} , +{"type":"Feature","id":"n8544277459","geometry":{"type":"Point","coordinates":[-0.0731852,51.4772212]},"properties":{"@type":"node","@id":8544277459,"@timestamp":1616336306},"coords":"51.4772212,-0.0731852","bedrooms":"2","price":"189000","area":"592"} , +{"type":"Feature","id":"n8544341232","geometry":{"type":"Point","coordinates":[0.6674495,51.5625813]},"properties":{"@type":"node","@id":8544341232,"@timestamp":1616337301},"coords":"51.5625813,0.6674495","bedrooms":"4","price":"200000","area":"426"} , +{"type":"Feature","id":"n8544454021","geometry":{"type":"Point","coordinates":[-0.8335068,51.4171848]},"properties":{"@type":"node","@id":8544454021,"@timestamp":1616339863},"coords":"51.4171848,-0.8335068","bedrooms":"2","price":"160000","area":"570"} , +{"type":"Feature","id":"n8544488137","geometry":{"type":"Point","coordinates":[-0.2801413,51.2839609]},"properties":{"@type":"node","@id":8544488137,"@timestamp":1616341892},"coords":"51.2839609,-0.2801413","bedrooms":"0","price":"279000","area":"546"} , +{"type":"Feature","id":"n8544488569","geometry":{"type":"Point","coordinates":[-0.2445571,51.2785031]},"properties":{"@type":"node","@id":8544488569,"@timestamp":1616340830},"coords":"51.2785031,-0.2445571","bedrooms":"0","price":"249000","area":"571"} , +{"type":"Feature","id":"n8544663536","geometry":{"type":"Point","coordinates":[0.0090006,51.5477833]},"properties":{"@type":"node","@id":8544663536,"@timestamp":1616344462},"coords":"51.5477833,0.0090006","bedrooms":"1","price":"179000","area":"579"} , +{"type":"Feature","id":"n8544761995","geometry":{"type":"Point","coordinates":[-0.0950126,51.4279218]},"properties":{"@type":"node","@id":8544761995,"@timestamp":1616345434},"coords":"51.4279218,-0.0950126","bedrooms":"0","price":"208000","area":"536"} , +{"type":"Feature","id":"n8544800048","geometry":{"type":"Point","coordinates":[-0.094728,51.4271401]},"properties":{"@type":"node","@id":8544800048,"@timestamp":1616345434},"coords":"51.4271401,-0.094728","bedrooms":"4","price":"224000","area":"451"} , +{"type":"Feature","id":"n8544847193","geometry":{"type":"Point","coordinates":[0.0156905,51.4636489]},"properties":{"@type":"node","@id":8544847193,"@timestamp":1616347501},"coords":"51.4636489,0.0156905","bedrooms":"1","price":"297000","area":"628"} , +{"type":"Feature","id":"n8544856498","geometry":{"type":"Point","coordinates":[0.0022354,51.5545669]},"properties":{"@type":"node","@id":8544856498,"@timestamp":1616348060},"coords":"51.5545669,0.0022354","bedrooms":"4","price":"176000","area":"472"} , +{"type":"Feature","id":"n8544887420","geometry":{"type":"Point","coordinates":[0.0025903,51.5557936]},"properties":{"@type":"node","@id":8544887420,"@timestamp":1616348060},"coords":"51.5557936,0.0025903","bedrooms":"1","price":"150000","area":"684"} , +{"type":"Feature","id":"n8544887438","geometry":{"type":"Point","coordinates":[-0.0033918,51.5567196]},"properties":{"@type":"node","@id":8544887438,"@timestamp":1616348060},"coords":"51.5567196,-0.0033918","bedrooms":"4","price":"205000","area":"672"} , +{"type":"Feature","id":"n8544887448","geometry":{"type":"Point","coordinates":[-0.0037506,51.5569831]},"properties":{"@type":"node","@id":8544887448,"@timestamp":1616348060},"coords":"51.5569831,-0.0037506","bedrooms":"0","price":"160000","area":"694"} , +{"type":"Feature","id":"n8544887458","geometry":{"type":"Point","coordinates":[-0.0040598,51.5565525]},"properties":{"@type":"node","@id":8544887458,"@timestamp":1618072372},"coords":"51.5565525,-0.0040598","bedrooms":"0","price":"175000","area":"392"} , +{"type":"Feature","id":"n8544887468","geometry":{"type":"Point","coordinates":[-0.0037122,51.5562591]},"properties":{"@type":"node","@id":8544887468,"@timestamp":1616348060},"coords":"51.5562591,-0.0037122","bedrooms":"0","price":"203000","area":"580"} , +{"type":"Feature","id":"n8544929011","geometry":{"type":"Point","coordinates":[-0.3369264,51.8965821]},"properties":{"@type":"node","@id":8544929011,"@timestamp":1616349937},"coords":"51.8965821,-0.3369264","bedrooms":"0","price":"279000","area":"374"} , +{"type":"Feature","id":"n8544975513","geometry":{"type":"Point","coordinates":[-0.1915775,51.697754]},"properties":{"@type":"node","@id":8544975513,"@timestamp":1626873882},"coords":"51.697754,-0.1915775","bedrooms":"1","price":"232000","area":"681"} , +{"type":"Feature","id":"n8545010892","geometry":{"type":"Point","coordinates":[-0.0079073,51.5642617]},"properties":{"@type":"node","@id":8545010892,"@timestamp":1616351368},"coords":"51.5642617,-0.0079073","bedrooms":"1","price":"238000","area":"669"} , +{"type":"Feature","id":"n8545465265","geometry":{"type":"Point","coordinates":[0.8926848,51.8133492]},"properties":{"@type":"node","@id":8545465265,"@timestamp":1616359167},"coords":"51.8133492,0.8926848","bedrooms":"1","price":"202000","area":"686"} , +{"type":"Feature","id":"n8545465275","geometry":{"type":"Point","coordinates":[0.9044355,51.8140887]},"properties":{"@type":"node","@id":8545465275,"@timestamp":1616359167},"coords":"51.8140887,0.9044355","bedrooms":"0","price":"266000","area":"585"} , +{"type":"Feature","id":"n8545484653","geometry":{"type":"Point","coordinates":[0.8898912,51.8413244]},"properties":{"@type":"node","@id":8545484653,"@timestamp":1616359167},"coords":"51.8413244,0.8898912","bedrooms":"3","price":"248000","area":"670"} , +{"type":"Feature","id":"n8545484677","geometry":{"type":"Point","coordinates":[0.8877106,51.8450372]},"properties":{"@type":"node","@id":8545484677,"@timestamp":1616359167},"coords":"51.8450372,0.8877106","bedrooms":"3","price":"243000","area":"410"} , +{"type":"Feature","id":"n8546069162","geometry":{"type":"Point","coordinates":[-0.1924729,51.7052487]},"properties":{"@type":"node","@id":8546069162,"@timestamp":1616360261},"coords":"51.7052487,-0.1924729","bedrooms":"4","price":"170000","area":"507"} , +{"type":"Feature","id":"n8546970552","geometry":{"type":"Point","coordinates":[0.1059052,51.1767919]},"properties":{"@type":"node","@id":8546970552,"@timestamp":1616366367},"coords":"51.1767919,0.1059052","bedrooms":"2","price":"251000","area":"615"} , +{"type":"Feature","id":"n8547050539","geometry":{"type":"Point","coordinates":[-0.1240711,51.4710032]},"properties":{"@type":"node","@id":8547050539,"@timestamp":1616370968},"coords":"51.4710032,-0.1240711","bedrooms":"4","price":"294000","area":"468"} , +{"type":"Feature","id":"n8547146502","geometry":{"type":"Point","coordinates":[0.3466442,51.8738613]},"properties":{"@type":"node","@id":8547146502,"@timestamp":1616374997},"coords":"51.8738613,0.3466442","bedrooms":"2","price":"151000","area":"514"} , +{"type":"Feature","id":"n8547273821","geometry":{"type":"Point","coordinates":[-0.3216181,51.505683]},"properties":{"@type":"node","@id":8547273821,"@timestamp":1626488124},"coords":"51.505683,-0.3216181","bedrooms":"3","price":"192000","area":"430"} , +{"type":"Feature","id":"n8547311187","geometry":{"type":"Point","coordinates":[0.4737501,51.7303858]},"properties":{"@type":"node","@id":8547311187,"@timestamp":1619037145},"coords":"51.7303858,0.4737501","bedrooms":"2","price":"248000","area":"376"} , +{"type":"Feature","id":"n8547395015","geometry":{"type":"Point","coordinates":[-0.2448401,51.5114008]},"properties":{"@type":"node","@id":8547395015,"@timestamp":1616385995},"coords":"51.5114008,-0.2448401","bedrooms":"2","price":"240000","area":"351"} , +{"type":"Feature","id":"n8547401233","geometry":{"type":"Point","coordinates":[-0.2451148,51.5113785]},"properties":{"@type":"node","@id":8547401233,"@timestamp":1616385995},"coords":"51.5113785,-0.2451148","bedrooms":"1","price":"166000","area":"542"} , +{"type":"Feature","id":"n8547401307","geometry":{"type":"Point","coordinates":[-0.2443833,51.5108633]},"properties":{"@type":"node","@id":8547401307,"@timestamp":1616385995},"coords":"51.5108633,-0.2443833","bedrooms":"3","price":"152000","area":"452"} , +{"type":"Feature","id":"n8547401398","geometry":{"type":"Point","coordinates":[-0.2435325,51.5106337]},"properties":{"@type":"node","@id":8547401398,"@timestamp":1616385995},"coords":"51.5106337,-0.2435325","bedrooms":"4","price":"161000","area":"570"} , +{"type":"Feature","id":"n8547401422","geometry":{"type":"Point","coordinates":[-0.2434042,51.5107587]},"properties":{"@type":"node","@id":8547401422,"@timestamp":1616385995},"coords":"51.5107587,-0.2434042","bedrooms":"4","price":"152000","area":"696"} , +{"type":"Feature","id":"n8547512746","geometry":{"type":"Point","coordinates":[-0.2433447,51.5111214]},"properties":{"@type":"node","@id":8547512746,"@timestamp":1616389061},"coords":"51.5111214,-0.2433447","bedrooms":"0","price":"272000","area":"512"} , +{"type":"Feature","id":"n8547512756","geometry":{"type":"Point","coordinates":[-0.2442467,51.5115344]},"properties":{"@type":"node","@id":8547512756,"@timestamp":1616389061},"coords":"51.5115344,-0.2442467","bedrooms":"0","price":"155000","area":"437"} , +{"type":"Feature","id":"n8547512825","geometry":{"type":"Point","coordinates":[-0.24328,51.5111733]},"properties":{"@type":"node","@id":8547512825,"@timestamp":1616389061},"coords":"51.5111733,-0.24328","bedrooms":"0","price":"164000","area":"596"} , +{"type":"Feature","id":"n8548225622","geometry":{"type":"Point","coordinates":[-0.1406246,51.4630674]},"properties":{"@type":"node","@id":8548225622,"@timestamp":1616400747},"coords":"51.4630674,-0.1406246","bedrooms":"2","price":"153000","area":"436"} , +{"type":"Feature","id":"n8548702078","geometry":{"type":"Point","coordinates":[-1.0787067,51.5237795]},"properties":{"@type":"node","@id":8548702078,"@timestamp":1616409986},"coords":"51.5237795,-1.0787067","bedrooms":"0","price":"163000","area":"486"} , +{"type":"Feature","id":"n8548702088","geometry":{"type":"Point","coordinates":[-1.0839584,51.5169802]},"properties":{"@type":"node","@id":8548702088,"@timestamp":1616409986},"coords":"51.5169802,-1.0839584","bedrooms":"0","price":"155000","area":"538"} , +{"type":"Feature","id":"n8548702098","geometry":{"type":"Point","coordinates":[-1.0875392,51.5075655]},"properties":{"@type":"node","@id":8548702098,"@timestamp":1616409986},"coords":"51.5075655,-1.0875392","bedrooms":"0","price":"191000","area":"356"} , +{"type":"Feature","id":"n8548702108","geometry":{"type":"Point","coordinates":[-1.0884833,51.4982792]},"properties":{"@type":"node","@id":8548702108,"@timestamp":1616409986},"coords":"51.4982792,-1.0884833","bedrooms":"4","price":"291000","area":"459"} , +{"type":"Feature","id":"n8548727169","geometry":{"type":"Point","coordinates":[-1.112304,51.5651997]},"properties":{"@type":"node","@id":8548727169,"@timestamp":1616410338},"coords":"51.5651997,-1.112304","bedrooms":"4","price":"280000","area":"544"} , +{"type":"Feature","id":"n8548727184","geometry":{"type":"Point","coordinates":[-1.1014853,51.5665886]},"properties":{"@type":"node","@id":8548727184,"@timestamp":1616410338},"coords":"51.5665886,-1.1014853","bedrooms":"0","price":"163000","area":"697"} , +{"type":"Feature","id":"n8548727194","geometry":{"type":"Point","coordinates":[-1.0706815,51.5629655]},"properties":{"@type":"node","@id":8548727194,"@timestamp":1616410338},"coords":"51.5629655,-1.0706815","bedrooms":"2","price":"200000","area":"423"} , +{"type":"Feature","id":"n8548727204","geometry":{"type":"Point","coordinates":[-1.0801122,51.5576761]},"properties":{"@type":"node","@id":8548727204,"@timestamp":1616410338},"coords":"51.5576761,-1.0801122","bedrooms":"1","price":"203000","area":"434"} , +{"type":"Feature","id":"n8548727214","geometry":{"type":"Point","coordinates":[-1.0749677,51.5636841]},"properties":{"@type":"node","@id":8548727214,"@timestamp":1616410338},"coords":"51.5636841,-1.0749677","bedrooms":"1","price":"272000","area":"450"} , +{"type":"Feature","id":"n8548750012","geometry":{"type":"Point","coordinates":[-1.111891,51.5482949]},"properties":{"@type":"node","@id":8548750012,"@timestamp":1616410551},"coords":"51.5482949,-1.111891","bedrooms":"1","price":"208000","area":"545"} , +{"type":"Feature","id":"n8548751622","geometry":{"type":"Point","coordinates":[-1.1109039,51.5521761]},"properties":{"@type":"node","@id":8548751622,"@timestamp":1616410551},"coords":"51.5521761,-1.1109039","bedrooms":"0","price":"222000","area":"590"} , +{"type":"Feature","id":"n8548751632","geometry":{"type":"Point","coordinates":[-1.1155039,51.5561903]},"properties":{"@type":"node","@id":8548751632,"@timestamp":1616410551},"coords":"51.5561903,-1.1155039","bedrooms":"2","price":"211000","area":"574"} , +{"type":"Feature","id":"n8548757452","geometry":{"type":"Point","coordinates":[-1.0142827,51.5886738]},"properties":{"@type":"node","@id":8548757452,"@timestamp":1616410803},"coords":"51.5886738,-1.0142827","bedrooms":"1","price":"294000","area":"522"} , +{"type":"Feature","id":"n8548757462","geometry":{"type":"Point","coordinates":[-1.0105115,51.5871631]},"properties":{"@type":"node","@id":8548757462,"@timestamp":1616410803},"coords":"51.5871631,-1.0105115","bedrooms":"3","price":"259000","area":"422"} , +{"type":"Feature","id":"n8548757472","geometry":{"type":"Point","coordinates":[-1.0188237,51.5813516]},"properties":{"@type":"node","@id":8548757472,"@timestamp":1616410803},"coords":"51.5813516,-1.0188237","bedrooms":"3","price":"290000","area":"465"} , +{"type":"Feature","id":"n8549449966","geometry":{"type":"Point","coordinates":[-0.1321082,51.4282387]},"properties":{"@type":"node","@id":8549449966,"@timestamp":1616414254},"coords":"51.4282387,-0.1321082","bedrooms":"3","price":"232000","area":"663"} , +{"type":"Feature","id":"n8549554633","geometry":{"type":"Point","coordinates":[-0.9002218,51.6554074]},"properties":{"@type":"node","@id":8549554633,"@timestamp":1616415983},"coords":"51.6554074,-0.9002218","bedrooms":"2","price":"251000","area":"550"} , +{"type":"Feature","id":"n8549554643","geometry":{"type":"Point","coordinates":[-0.8943719,51.6481434]},"properties":{"@type":"node","@id":8549554643,"@timestamp":1616415983},"coords":"51.6481434,-0.8943719","bedrooms":"2","price":"167000","area":"654"} , +{"type":"Feature","id":"n8549554653","geometry":{"type":"Point","coordinates":[-0.8716133,51.6426692]},"properties":{"@type":"node","@id":8549554653,"@timestamp":1616415983},"coords":"51.6426692,-0.8716133","bedrooms":"2","price":"243000","area":"408"} , +{"type":"Feature","id":"n8549557670","geometry":{"type":"Point","coordinates":[-0.8039519,51.6264426]},"properties":{"@type":"node","@id":8549557670,"@timestamp":1616416153},"coords":"51.6264426,-0.8039519","bedrooms":"4","price":"225000","area":"420"} , +{"type":"Feature","id":"n8549557680","geometry":{"type":"Point","coordinates":[-0.8206192,51.629806]},"properties":{"@type":"node","@id":8549557680,"@timestamp":1616416153},"coords":"51.629806,-0.8206192","bedrooms":"4","price":"160000","area":"432"} , +{"type":"Feature","id":"n8549577323","geometry":{"type":"Point","coordinates":[-0.8267346,51.6107715]},"properties":{"@type":"node","@id":8549577323,"@timestamp":1616416778},"coords":"51.6107715,-0.8267346","bedrooms":"1","price":"291000","area":"364"} , +{"type":"Feature","id":"n8549577333","geometry":{"type":"Point","coordinates":[-0.8319542,51.6137296]},"properties":{"@type":"node","@id":8549577333,"@timestamp":1616416778},"coords":"51.6137296,-0.8319542","bedrooms":"3","price":"287000","area":"388"} , +{"type":"Feature","id":"n8549594273","geometry":{"type":"Point","coordinates":[-0.9334141,51.6294996]},"properties":{"@type":"node","@id":8549594273,"@timestamp":1616417208},"coords":"51.6294996,-0.9334141","bedrooms":"0","price":"280000","area":"446"} , +{"type":"Feature","id":"n8549594283","geometry":{"type":"Point","coordinates":[-0.8837208,51.613648]},"properties":{"@type":"node","@id":8549594283,"@timestamp":1616417208},"coords":"51.613648,-0.8837208","bedrooms":"3","price":"170000","area":"582"} , +{"type":"Feature","id":"n8549634457","geometry":{"type":"Point","coordinates":[-0.217291,51.3067147]},"properties":{"@type":"node","@id":8549634457,"@timestamp":1624267275},"coords":"51.3067147,-0.217291","bedrooms":"2","price":"226000","area":"380"} , +{"type":"Feature","id":"n8549760404","geometry":{"type":"Point","coordinates":[-0.1834091,51.7118267]},"properties":{"@type":"node","@id":8549760404,"@timestamp":1616420643},"coords":"51.7118267,-0.1834091","bedrooms":"3","price":"247000","area":"511"} , +{"type":"Feature","id":"n8549768075","geometry":{"type":"Point","coordinates":[-0.1790267,51.7025279]},"properties":{"@type":"node","@id":8549768075,"@timestamp":1616420643},"coords":"51.7025279,-0.1790267","bedrooms":"0","price":"215000","area":"595"} , +{"type":"Feature","id":"n8549824828","geometry":{"type":"Point","coordinates":[0.005138,51.5396446]},"properties":{"@type":"node","@id":8549824828,"@timestamp":1629842758},"coords":"51.5396446,0.005138","bedrooms":"4","price":"238000","area":"354"} , +{"type":"Feature","id":"n8550299695","geometry":{"type":"Point","coordinates":[-1.0447599,51.7293295]},"properties":{"@type":"node","@id":8550299695,"@timestamp":1616425396},"coords":"51.7293295,-1.0447599","bedrooms":"0","price":"184000","area":"406"} , +{"type":"Feature","id":"n8550313659","geometry":{"type":"Point","coordinates":[-0.1490183,51.5429207]},"properties":{"@type":"node","@id":8550313659,"@timestamp":1616425448},"coords":"51.5429207,-0.1490183","bedrooms":"2","price":"281000","area":"395"} , +{"type":"Feature","id":"n8550467661","geometry":{"type":"Point","coordinates":[0.851203,51.1316765]},"properties":{"@type":"node","@id":8550467661,"@timestamp":1616426864},"coords":"51.1316765,0.851203","bedrooms":"2","price":"152000","area":"631"} , +{"type":"Feature","id":"n8550504065","geometry":{"type":"Point","coordinates":[0.8543671,51.1315733]},"properties":{"@type":"node","@id":8550504065,"@timestamp":1616427722},"coords":"51.1315733,0.8543671","bedrooms":"0","price":"179000","area":"505"} , +{"type":"Feature","id":"n8550740134","geometry":{"type":"Point","coordinates":[-0.1177762,51.4432796]},"properties":{"@type":"node","@id":8550740134,"@timestamp":1616429622},"coords":"51.4432796,-0.1177762","bedrooms":"4","price":"282000","area":"697"} , +{"type":"Feature","id":"n8550794093","geometry":{"type":"Point","coordinates":[-0.7238394,51.129128]},"properties":{"@type":"node","@id":8550794093,"@timestamp":1616430677},"coords":"51.129128,-0.7238394","bedrooms":"2","price":"295000","area":"410"} , +{"type":"Feature","id":"n8550887942","geometry":{"type":"Point","coordinates":[-0.0080021,51.4247884]},"properties":{"@type":"node","@id":8550887942,"@timestamp":1616433402},"coords":"51.4247884,-0.0080021","bedrooms":"3","price":"177000","area":"415"} , +{"type":"Feature","id":"n8550953387","geometry":{"type":"Point","coordinates":[0.5740719,50.9512434]},"properties":{"@type":"node","@id":8550953387,"@timestamp":1616434694},"coords":"50.9512434,0.5740719","bedrooms":"0","price":"231000","area":"539"} , +{"type":"Feature","id":"n8551002062","geometry":{"type":"Point","coordinates":[-0.244357,51.5118982]},"properties":{"@type":"node","@id":8551002062,"@timestamp":1616434950},"coords":"51.5118982,-0.244357","bedrooms":"3","price":"242000","area":"621"} , +{"type":"Feature","id":"n8551002076","geometry":{"type":"Point","coordinates":[-0.2438905,51.5116333]},"properties":{"@type":"node","@id":8551002076,"@timestamp":1616434950},"coords":"51.5116333,-0.2438905","bedrooms":"3","price":"205000","area":"520"} , +{"type":"Feature","id":"n8551002091","geometry":{"type":"Point","coordinates":[-0.2442748,51.5117811]},"properties":{"@type":"node","@id":8551002091,"@timestamp":1616434950},"coords":"51.5117811,-0.2442748","bedrooms":"4","price":"277000","area":"595"} , +{"type":"Feature","id":"n8551002181","geometry":{"type":"Point","coordinates":[-0.2426556,51.5113722]},"properties":{"@type":"node","@id":8551002181,"@timestamp":1616434950},"coords":"51.5113722,-0.2426556","bedrooms":"2","price":"296000","area":"484"} , +{"type":"Feature","id":"n8551002231","geometry":{"type":"Point","coordinates":[-0.2428238,51.5117764]},"properties":{"@type":"node","@id":8551002231,"@timestamp":1616434950},"coords":"51.5117764,-0.2428238","bedrooms":"4","price":"274000","area":"647"} , +{"type":"Feature","id":"n8551108626","geometry":{"type":"Point","coordinates":[-0.2687485,51.5290829]},"properties":{"@type":"node","@id":8551108626,"@timestamp":1616437720},"coords":"51.5290829,-0.2687485","bedrooms":"3","price":"214000","area":"590"} , +{"type":"Feature","id":"n8551108636","geometry":{"type":"Point","coordinates":[-0.2689988,51.5293393]},"properties":{"@type":"node","@id":8551108636,"@timestamp":1616437720},"coords":"51.5293393,-0.2689988","bedrooms":"0","price":"186000","area":"506"} , +{"type":"Feature","id":"n8551108646","geometry":{"type":"Point","coordinates":[-0.2686334,51.5286284]},"properties":{"@type":"node","@id":8551108646,"@timestamp":1616437720},"coords":"51.5286284,-0.2686334","bedrooms":"1","price":"280000","area":"699"} , +{"type":"Feature","id":"n8551108656","geometry":{"type":"Point","coordinates":[-0.2684108,51.5288014]},"properties":{"@type":"node","@id":8551108656,"@timestamp":1616437720},"coords":"51.5288014,-0.2684108","bedrooms":"2","price":"263000","area":"621"} , +{"type":"Feature","id":"n8551108666","geometry":{"type":"Point","coordinates":[-0.2688075,51.5287449]},"properties":{"@type":"node","@id":8551108666,"@timestamp":1616437720},"coords":"51.5287449,-0.2688075","bedrooms":"1","price":"162000","area":"380"} , +{"type":"Feature","id":"n8551264894","geometry":{"type":"Point","coordinates":[0.00295,51.5350166]},"properties":{"@type":"node","@id":8551264894,"@timestamp":1627567038},"coords":"51.5350166,0.00295","bedrooms":"2","price":"240000","area":"538"} , +{"type":"Feature","id":"n8551692237","geometry":{"type":"Point","coordinates":[-0.1752842,51.6974249]},"properties":{"@type":"node","@id":8551692237,"@timestamp":1628515032},"coords":"51.6974249,-0.1752842","bedrooms":"1","price":"291000","area":"542"} , +{"type":"Feature","id":"n8551789882","geometry":{"type":"Point","coordinates":[-0.1891473,51.6975258]},"properties":{"@type":"node","@id":8551789882,"@timestamp":1616453168},"coords":"51.6975258,-0.1891473","bedrooms":"1","price":"197000","area":"478"} , +{"type":"Feature","id":"n8551789906","geometry":{"type":"Point","coordinates":[-0.1895744,51.6953]},"properties":{"@type":"node","@id":8551789906,"@timestamp":1629574520},"coords":"51.6953,-0.1895744","bedrooms":"0","price":"267000","area":"513"} , +{"type":"Feature","id":"n8551795162","geometry":{"type":"Point","coordinates":[-0.1870126,51.6934058]},"properties":{"@type":"node","@id":8551795162,"@timestamp":1629567805},"coords":"51.6934058,-0.1870126","bedrooms":"2","price":"168000","area":"544"} , +{"type":"Feature","id":"n8551836500","geometry":{"type":"Point","coordinates":[0.0219954,51.4692619]},"properties":{"@type":"node","@id":8551836500,"@timestamp":1616454573},"coords":"51.4692619,0.0219954","bedrooms":"1","price":"165000","area":"608"} , +{"type":"Feature","id":"n8551853847","geometry":{"type":"Point","coordinates":[-0.3220253,51.5055567]},"properties":{"@type":"node","@id":8551853847,"@timestamp":1626488124},"coords":"51.5055567,-0.3220253","bedrooms":"0","price":"290000","area":"502"} , +{"type":"Feature","id":"n8551941605","geometry":{"type":"Point","coordinates":[-0.1026056,51.6339244]},"properties":{"@type":"node","@id":8551941605,"@timestamp":1616460449},"coords":"51.6339244,-0.1026056","bedrooms":"4","price":"185000","area":"407"} , +{"type":"Feature","id":"n8552033831","geometry":{"type":"Point","coordinates":[-0.2545254,51.4683195]},"properties":{"@type":"node","@id":8552033831,"@timestamp":1616466787},"coords":"51.4683195,-0.2545254","bedrooms":"3","price":"299000","area":"369"} , +{"type":"Feature","id":"n8552045364","geometry":{"type":"Point","coordinates":[-0.2434917,51.5118545]},"properties":{"@type":"node","@id":8552045364,"@timestamp":1616467621},"coords":"51.5118545,-0.2434917","bedrooms":"1","price":"259000","area":"452"} , +{"type":"Feature","id":"n8552045374","geometry":{"type":"Point","coordinates":[-0.2447269,51.5121256]},"properties":{"@type":"node","@id":8552045374,"@timestamp":1616467621},"coords":"51.5121256,-0.2447269","bedrooms":"3","price":"179000","area":"584"} , +{"type":"Feature","id":"n8552045404","geometry":{"type":"Point","coordinates":[-0.2448506,51.5121305]},"properties":{"@type":"node","@id":8552045404,"@timestamp":1616467621},"coords":"51.5121305,-0.2448506","bedrooms":"4","price":"175000","area":"619"} , +{"type":"Feature","id":"n8552128545","geometry":{"type":"Point","coordinates":[-0.2426712,51.5120855]},"properties":{"@type":"node","@id":8552128545,"@timestamp":1616470825},"coords":"51.5120855,-0.2426712","bedrooms":"3","price":"221000","area":"550"} , +{"type":"Feature","id":"n8552128555","geometry":{"type":"Point","coordinates":[-0.2435315,51.5123957]},"properties":{"@type":"node","@id":8552128555,"@timestamp":1616470825},"coords":"51.5123957,-0.2435315","bedrooms":"1","price":"292000","area":"503"} , +{"type":"Feature","id":"n8552128591","geometry":{"type":"Point","coordinates":[-0.2424609,51.5124917]},"properties":{"@type":"node","@id":8552128591,"@timestamp":1616470825},"coords":"51.5124917,-0.2424609","bedrooms":"2","price":"207000","area":"393"} , +{"type":"Feature","id":"n8552128601","geometry":{"type":"Point","coordinates":[-0.243459,51.5129169]},"properties":{"@type":"node","@id":8552128601,"@timestamp":1616470825},"coords":"51.5129169,-0.243459","bedrooms":"2","price":"201000","area":"591"} , +{"type":"Feature","id":"n8552128705","geometry":{"type":"Point","coordinates":[-0.2438729,51.5129644]},"properties":{"@type":"node","@id":8552128705,"@timestamp":1616470825},"coords":"51.5129644,-0.2438729","bedrooms":"4","price":"258000","area":"440"} , +{"type":"Feature","id":"n8552170612","geometry":{"type":"Point","coordinates":[-0.242929,51.5120003]},"properties":{"@type":"node","@id":8552170612,"@timestamp":1616472936},"coords":"51.5120003,-0.242929","bedrooms":"1","price":"159000","area":"371"} , +{"type":"Feature","id":"n8552186913","geometry":{"type":"Point","coordinates":[-0.2418918,51.5119359]},"properties":{"@type":"node","@id":8552186913,"@timestamp":1616472936},"coords":"51.5119359,-0.2418918","bedrooms":"3","price":"176000","area":"587"} , +{"type":"Feature","id":"n8552274942","geometry":{"type":"Point","coordinates":[-0.2435107,51.5130361]},"properties":{"@type":"node","@id":8552274942,"@timestamp":1616474859},"coords":"51.5130361,-0.2435107","bedrooms":"4","price":"237000","area":"564"} , +{"type":"Feature","id":"n8553306188","geometry":{"type":"Point","coordinates":[0.8490577,51.1698442]},"properties":{"@type":"node","@id":8553306188,"@timestamp":1616493982},"coords":"51.1698442,0.8490577","bedrooms":"3","price":"197000","area":"432"} , +{"type":"Feature","id":"n8553353818","geometry":{"type":"Point","coordinates":[0.2773841,51.1494374]},"properties":{"@type":"node","@id":8553353818,"@timestamp":1616494531},"coords":"51.1494374,0.2773841","bedrooms":"2","price":"186000","area":"620"} , +{"type":"Feature","id":"n8553403054","geometry":{"type":"Point","coordinates":[-0.0070012,51.5283863]},"properties":{"@type":"node","@id":8553403054,"@timestamp":1616495985},"coords":"51.5283863,-0.0070012","bedrooms":"3","price":"201000","area":"673"} , +{"type":"Feature","id":"n8553487374","geometry":{"type":"Point","coordinates":[0.466277,51.4265704]},"properties":{"@type":"node","@id":8553487374,"@timestamp":1616498570},"coords":"51.4265704,0.466277","bedrooms":"0","price":"287000","area":"435"} , +{"type":"Feature","id":"n8553489660","geometry":{"type":"Point","coordinates":[0.8712804,51.1744017]},"properties":{"@type":"node","@id":8553489660,"@timestamp":1616497232},"coords":"51.1744017,0.8712804","bedrooms":"2","price":"228000","area":"427"} , +{"type":"Feature","id":"n8553583668","geometry":{"type":"Point","coordinates":[-0.4550626,51.511145]},"properties":{"@type":"node","@id":8553583668,"@timestamp":1616498939},"coords":"51.511145,-0.4550626","bedrooms":"4","price":"165000","area":"536"} , +{"type":"Feature","id":"n8553901555","geometry":{"type":"Point","coordinates":[0.0189012,51.5524471]},"properties":{"@type":"node","@id":8553901555,"@timestamp":1619778013},"coords":"51.5524471,0.0189012","bedrooms":"1","price":"263000","area":"363"} , +{"type":"Feature","id":"n8553996613","geometry":{"type":"Point","coordinates":[0.2944326,51.212187]},"properties":{"@type":"node","@id":8553996613,"@timestamp":1616508186},"coords":"51.212187,0.2944326","bedrooms":"4","price":"228000","area":"663"} , +{"type":"Feature","id":"n8554012917","geometry":{"type":"Point","coordinates":[0.2953163,51.2121067]},"properties":{"@type":"node","@id":8554012917,"@timestamp":1616508186},"coords":"51.2121067,0.2953163","bedrooms":"2","price":"196000","area":"610"} , +{"type":"Feature","id":"n8554025581","geometry":{"type":"Point","coordinates":[-0.2431135,51.513514]},"properties":{"@type":"node","@id":8554025581,"@timestamp":1616508460},"coords":"51.513514,-0.2431135","bedrooms":"1","price":"163000","area":"392"} , +{"type":"Feature","id":"n8554025653","geometry":{"type":"Point","coordinates":[-0.2432242,51.513113]},"properties":{"@type":"node","@id":8554025653,"@timestamp":1616508460},"coords":"51.513113,-0.2432242","bedrooms":"0","price":"178000","area":"488"} , +{"type":"Feature","id":"n8554025663","geometry":{"type":"Point","coordinates":[-0.2421478,51.513006]},"properties":{"@type":"node","@id":8554025663,"@timestamp":1616508460},"coords":"51.513006,-0.2421478","bedrooms":"1","price":"297000","area":"692"} , +{"type":"Feature","id":"n8554025679","geometry":{"type":"Point","coordinates":[-0.2416556,51.5124048]},"properties":{"@type":"node","@id":8554025679,"@timestamp":1616508460},"coords":"51.5124048,-0.2416556","bedrooms":"1","price":"193000","area":"696"} , +{"type":"Feature","id":"n8554052496","geometry":{"type":"Point","coordinates":[-0.3271732,51.7625032]},"properties":{"@type":"node","@id":8554052496,"@timestamp":1616509267},"coords":"51.7625032,-0.3271732","bedrooms":"4","price":"271000","area":"515"} , +{"type":"Feature","id":"n8554098429","geometry":{"type":"Point","coordinates":[0.2193797,51.2315701]},"properties":{"@type":"node","@id":8554098429,"@timestamp":1616510649},"coords":"51.2315701,0.2193797","bedrooms":"1","price":"154000","area":"397"} , +{"type":"Feature","id":"n8554109386","geometry":{"type":"Point","coordinates":[-0.2425105,51.5126962]},"properties":{"@type":"node","@id":8554109386,"@timestamp":1616510517},"coords":"51.5126962,-0.2425105","bedrooms":"2","price":"174000","area":"398"} , +{"type":"Feature","id":"n8554155879","geometry":{"type":"Point","coordinates":[-0.4578645,51.5124122]},"properties":{"@type":"node","@id":8554155879,"@timestamp":1616511596},"coords":"51.5124122,-0.4578645","bedrooms":"4","price":"264000","area":"485"} , +{"type":"Feature","id":"n8554228015","geometry":{"type":"Point","coordinates":[-0.1330488,51.4429391]},"properties":{"@type":"node","@id":8554228015,"@timestamp":1616513404},"coords":"51.4429391,-0.1330488","bedrooms":"2","price":"153000","area":"451"} , +{"type":"Feature","id":"n8554244738","geometry":{"type":"Point","coordinates":[-0.1802425,51.6906275]},"properties":{"@type":"node","@id":8554244738,"@timestamp":1616513468},"coords":"51.6906275,-0.1802425","bedrooms":"1","price":"277000","area":"398"} , +{"type":"Feature","id":"n8554246359","geometry":{"type":"Point","coordinates":[-0.1329056,51.4429906]},"properties":{"@type":"node","@id":8554246359,"@timestamp":1616514784},"coords":"51.4429906,-0.1329056","bedrooms":"4","price":"254000","area":"393"} , +{"type":"Feature","id":"n8554436737","geometry":{"type":"Point","coordinates":[-0.2412389,51.5126948]},"properties":{"@type":"node","@id":8554436737,"@timestamp":1616515472},"coords":"51.5126948,-0.2412389","bedrooms":"1","price":"194000","area":"688"} , +{"type":"Feature","id":"n8554436835","geometry":{"type":"Point","coordinates":[-0.2413614,51.5129861]},"properties":{"@type":"node","@id":8554436835,"@timestamp":1616515472},"coords":"51.5129861,-0.2413614","bedrooms":"3","price":"192000","area":"446"} , +{"type":"Feature","id":"n8554500232","geometry":{"type":"Point","coordinates":[-1.1130819,51.4990422]},"properties":{"@type":"node","@id":8554500232,"@timestamp":1616517878},"coords":"51.4990422,-1.1130819","bedrooms":"4","price":"236000","area":"667"} , +{"type":"Feature","id":"n8554513554","geometry":{"type":"Point","coordinates":[-0.1670621,51.6952286]},"properties":{"@type":"node","@id":8554513554,"@timestamp":1628436329},"coords":"51.6952286,-0.1670621","bedrooms":"3","price":"161000","area":"573"} , +{"type":"Feature","id":"n8554513583","geometry":{"type":"Point","coordinates":[-0.1703225,51.694946]},"properties":{"@type":"node","@id":8554513583,"@timestamp":1616518094},"coords":"51.694946,-0.1703225","bedrooms":"1","price":"290000","area":"532"} , +{"type":"Feature","id":"n8554742808","geometry":{"type":"Point","coordinates":[-0.2405845,51.5131911]},"properties":{"@type":"node","@id":8554742808,"@timestamp":1616523393},"coords":"51.5131911,-0.2405845","bedrooms":"3","price":"219000","area":"549"} , +{"type":"Feature","id":"n8554742818","geometry":{"type":"Point","coordinates":[-0.2398753,51.5138111]},"properties":{"@type":"node","@id":8554742818,"@timestamp":1616523393},"coords":"51.5138111,-0.2398753","bedrooms":"4","price":"188000","area":"578"} , +{"type":"Feature","id":"n8554742828","geometry":{"type":"Point","coordinates":[-0.2410079,51.5135425]},"properties":{"@type":"node","@id":8554742828,"@timestamp":1616523393},"coords":"51.5135425,-0.2410079","bedrooms":"4","price":"264000","area":"383"} , +{"type":"Feature","id":"n8554742838","geometry":{"type":"Point","coordinates":[-0.2403186,51.5138441]},"properties":{"@type":"node","@id":8554742838,"@timestamp":1616523393},"coords":"51.5138441,-0.2403186","bedrooms":"4","price":"192000","area":"653"} , +{"type":"Feature","id":"n8554742848","geometry":{"type":"Point","coordinates":[-0.2414077,51.5137705]},"properties":{"@type":"node","@id":8554742848,"@timestamp":1616523393},"coords":"51.5137705,-0.2414077","bedrooms":"0","price":"252000","area":"693"} , +{"type":"Feature","id":"n8554803719","geometry":{"type":"Point","coordinates":[-0.0441996,51.5526786]},"properties":{"@type":"node","@id":8554803719,"@timestamp":1616525519},"coords":"51.5526786,-0.0441996","bedrooms":"1","price":"261000","area":"481"} , +{"type":"Feature","id":"n8555135618","geometry":{"type":"Point","coordinates":[-0.6264362,51.522993]},"properties":{"@type":"node","@id":8555135618,"@timestamp":1616533671},"coords":"51.522993,-0.6264362","bedrooms":"0","price":"282000","area":"408"} , +{"type":"Feature","id":"n8555299644","geometry":{"type":"Point","coordinates":[0.1332032,51.9071661]},"properties":{"@type":"node","@id":8555299644,"@timestamp":1616537956},"coords":"51.9071661,0.1332032","bedrooms":"2","price":"188000","area":"671"} , +{"type":"Feature","id":"n8555362079","geometry":{"type":"Point","coordinates":[0.0235669,51.5508909]},"properties":{"@type":"node","@id":8555362079,"@timestamp":1616540271},"coords":"51.5508909,0.0235669","bedrooms":"0","price":"249000","area":"676"} , +{"type":"Feature","id":"n8555362093","geometry":{"type":"Point","coordinates":[0.0232989,51.5506169]},"properties":{"@type":"node","@id":8555362093,"@timestamp":1616540271},"coords":"51.5506169,0.0232989","bedrooms":"0","price":"179000","area":"403"} , +{"type":"Feature","id":"n8555413659","geometry":{"type":"Point","coordinates":[-0.1123031,51.4990812]},"properties":{"@type":"node","@id":8555413659,"@timestamp":1616543056},"coords":"51.4990812,-0.1123031","bedrooms":"1","price":"174000","area":"465"} , +{"type":"Feature","id":"n8555619457","geometry":{"type":"Point","coordinates":[-0.1269685,51.5338487]},"properties":{"@type":"node","@id":8555619457,"@timestamp":1616554544},"coords":"51.5338487,-0.1269685","bedrooms":"1","price":"241000","area":"678"} , +{"type":"Feature","id":"n8555752611","geometry":{"type":"Point","coordinates":[-7.83e-05,51.5106318]},"properties":{"@type":"node","@id":8555752611,"@timestamp":1616560687},"coords":"51.5106318,-7.83e-05","bedrooms":"2","price":"155000","area":"525"} , +{"type":"Feature","id":"n8555840740","geometry":{"type":"Point","coordinates":[0.0142338,51.5081312]},"properties":{"@type":"node","@id":8555840740,"@timestamp":1616562905},"coords":"51.5081312,0.0142338","bedrooms":"0","price":"208000","area":"598"} , +{"type":"Feature","id":"n8555840750","geometry":{"type":"Point","coordinates":[0.0156135,51.5081476]},"properties":{"@type":"node","@id":8555840750,"@timestamp":1616562905},"coords":"51.5081476,0.0156135","bedrooms":"2","price":"180000","area":"543"} , +{"type":"Feature","id":"n8556338554","geometry":{"type":"Point","coordinates":[-0.2400152,51.5139451]},"properties":{"@type":"node","@id":8556338554,"@timestamp":1616574955},"coords":"51.5139451,-0.2400152","bedrooms":"4","price":"250000","area":"452"} , +{"type":"Feature","id":"n8556338852","geometry":{"type":"Point","coordinates":[-0.2415894,51.5133603]},"properties":{"@type":"node","@id":8556338852,"@timestamp":1616574955},"coords":"51.5133603,-0.2415894","bedrooms":"2","price":"202000","area":"541"} , +{"type":"Feature","id":"n8556338909","geometry":{"type":"Point","coordinates":[-0.2411958,51.5130659]},"properties":{"@type":"node","@id":8556338909,"@timestamp":1616574955},"coords":"51.5130659,-0.2411958","bedrooms":"1","price":"295000","area":"484"} , +{"type":"Feature","id":"n8556410217","geometry":{"type":"Point","coordinates":[-0.0633878,51.5357323]},"properties":{"@type":"node","@id":8556410217,"@timestamp":1616576531},"coords":"51.5357323,-0.0633878","bedrooms":"3","price":"266000","area":"585"} , +{"type":"Feature","id":"n8556499664","geometry":{"type":"Point","coordinates":[-0.2413719,51.5141502]},"properties":{"@type":"node","@id":8556499664,"@timestamp":1616578480},"coords":"51.5141502,-0.2413719","bedrooms":"3","price":"298000","area":"461"} , +{"type":"Feature","id":"n8556499674","geometry":{"type":"Point","coordinates":[-0.2401068,51.5141384]},"properties":{"@type":"node","@id":8556499674,"@timestamp":1616578480},"coords":"51.5141384,-0.2401068","bedrooms":"3","price":"282000","area":"426"} , +{"type":"Feature","id":"n8556499703","geometry":{"type":"Point","coordinates":[-0.2404471,51.514125]},"properties":{"@type":"node","@id":8556499703,"@timestamp":1616578480},"coords":"51.514125,-0.2404471","bedrooms":"0","price":"251000","area":"532"} , +{"type":"Feature","id":"n8556722065","geometry":{"type":"Point","coordinates":[0.058376,51.3691537]},"properties":{"@type":"node","@id":8556722065,"@timestamp":1616582321},"coords":"51.3691537,0.058376","bedrooms":"2","price":"281000","area":"599"} , +{"type":"Feature","id":"n8556928543","geometry":{"type":"Point","coordinates":[-0.1140961,51.4379665]},"properties":{"@type":"node","@id":8556928543,"@timestamp":1616586124},"coords":"51.4379665,-0.1140961","bedrooms":"1","price":"185000","area":"698"} , +{"type":"Feature","id":"n8557032753","geometry":{"type":"Point","coordinates":[0.0357902,51.5476768]},"properties":{"@type":"node","@id":8557032753,"@timestamp":1616946988},"coords":"51.5476768,0.0357902","bedrooms":"3","price":"274000","area":"559"} , +{"type":"Feature","id":"n8557032779","geometry":{"type":"Point","coordinates":[0.0306616,51.5492694]},"properties":{"@type":"node","@id":8557032779,"@timestamp":1628786455},"coords":"51.5492694,0.0306616","bedrooms":"3","price":"185000","area":"472"} , +{"type":"Feature","id":"n8557032797","geometry":{"type":"Point","coordinates":[0.0327435,51.548096]},"properties":{"@type":"node","@id":8557032797,"@timestamp":1616588679},"coords":"51.548096,0.0327435","bedrooms":"0","price":"205000","area":"415"} , +{"type":"Feature","id":"n8557044525","geometry":{"type":"Point","coordinates":[0.0346812,51.5504396]},"properties":{"@type":"node","@id":8557044525,"@timestamp":1616946988},"coords":"51.5504396,0.0346812","bedrooms":"0","price":"278000","area":"526"} , +{"type":"Feature","id":"n8557243484","geometry":{"type":"Point","coordinates":[0.1562161,51.5741507]},"properties":{"@type":"node","@id":8557243484,"@timestamp":1616593284},"coords":"51.5741507,0.1562161","bedrooms":"0","price":"195000","area":"689"} , +{"type":"Feature","id":"n8557513778","geometry":{"type":"Point","coordinates":[-0.2702558,51.9566949]},"properties":{"@type":"node","@id":8557513778,"@timestamp":1616599232},"coords":"51.9566949,-0.2702558","bedrooms":"3","price":"269000","area":"603"} , +{"type":"Feature","id":"n8557513788","geometry":{"type":"Point","coordinates":[-0.2703921,51.9565004]},"properties":{"@type":"node","@id":8557513788,"@timestamp":1616599232},"coords":"51.9565004,-0.2703921","bedrooms":"2","price":"202000","area":"437"} , +{"type":"Feature","id":"n8557516604","geometry":{"type":"Point","coordinates":[-0.1834769,51.4580543]},"properties":{"@type":"node","@id":8557516604,"@timestamp":1616599848},"coords":"51.4580543,-0.1834769","bedrooms":"0","price":"271000","area":"413"} , +{"type":"Feature","id":"n8557543822","geometry":{"type":"Point","coordinates":[-0.1812829,51.4580394]},"properties":{"@type":"node","@id":8557543822,"@timestamp":1616599848},"coords":"51.4580394,-0.1812829","bedrooms":"0","price":"203000","area":"537"} , +{"type":"Feature","id":"n8557544460","geometry":{"type":"Point","coordinates":[-0.2737227,51.9525863]},"properties":{"@type":"node","@id":8557544460,"@timestamp":1616600425},"coords":"51.9525863,-0.2737227","bedrooms":"2","price":"155000","area":"690"} , +{"type":"Feature","id":"n8557591245","geometry":{"type":"Point","coordinates":[-0.4138259,51.6592798]},"properties":{"@type":"node","@id":8557591245,"@timestamp":1616601522},"coords":"51.6592798,-0.4138259","bedrooms":"4","price":"251000","area":"683"} , +{"type":"Feature","id":"n8557654917","geometry":{"type":"Point","coordinates":[-0.3001124,51.4278036]},"properties":{"@type":"node","@id":8557654917,"@timestamp":1621874856},"coords":"51.4278036,-0.3001124","bedrooms":"3","price":"177000","area":"384"} , +{"type":"Feature","id":"n8557654927","geometry":{"type":"Point","coordinates":[-0.2974717,51.4266028]},"properties":{"@type":"node","@id":8557654927,"@timestamp":1616930634},"coords":"51.4266028,-0.2974717","bedrooms":"2","price":"156000","area":"660"} , +{"type":"Feature","id":"n8557749122","geometry":{"type":"Point","coordinates":[0.0434153,51.549203]},"properties":{"@type":"node","@id":8557749122,"@timestamp":1616604593},"coords":"51.549203,0.0434153","bedrooms":"4","price":"271000","area":"361"} , +{"type":"Feature","id":"n8557895088","geometry":{"type":"Point","coordinates":[-0.2157694,51.2029243]},"properties":{"@type":"node","@id":8557895088,"@timestamp":1616608294},"coords":"51.2029243,-0.2157694","bedrooms":"4","price":"214000","area":"572"} , +{"type":"Feature","id":"n8557909027","geometry":{"type":"Point","coordinates":[-0.2286798,51.7682939]},"properties":{"@type":"node","@id":8557909027,"@timestamp":1616608739},"coords":"51.7682939,-0.2286798","bedrooms":"2","price":"190000","area":"505"} , +{"type":"Feature","id":"n8557909037","geometry":{"type":"Point","coordinates":[-0.2216591,51.7696782]},"properties":{"@type":"node","@id":8557909037,"@timestamp":1616608739},"coords":"51.7696782,-0.2216591","bedrooms":"0","price":"212000","area":"358"} , +{"type":"Feature","id":"n8557909047","geometry":{"type":"Point","coordinates":[-0.2253954,51.769962]},"properties":{"@type":"node","@id":8557909047,"@timestamp":1616608739},"coords":"51.769962,-0.2253954","bedrooms":"2","price":"235000","area":"389"} , +{"type":"Feature","id":"n8557909057","geometry":{"type":"Point","coordinates":[-0.2308483,51.7704691]},"properties":{"@type":"node","@id":8557909057,"@timestamp":1616608739},"coords":"51.7704691,-0.2308483","bedrooms":"4","price":"233000","area":"525"} , +{"type":"Feature","id":"n8557909067","geometry":{"type":"Point","coordinates":[-0.227623,51.7716483]},"properties":{"@type":"node","@id":8557909067,"@timestamp":1616608739},"coords":"51.7716483,-0.227623","bedrooms":"4","price":"234000","area":"412"} , +{"type":"Feature","id":"n8557909077","geometry":{"type":"Point","coordinates":[-0.2293785,51.7709089]},"properties":{"@type":"node","@id":8557909077,"@timestamp":1616608739},"coords":"51.7709089,-0.2293785","bedrooms":"2","price":"261000","area":"595"} , +{"type":"Feature","id":"n8557909087","geometry":{"type":"Point","coordinates":[-0.2226797,51.7720873]},"properties":{"@type":"node","@id":8557909087,"@timestamp":1616608739},"coords":"51.7720873,-0.2226797","bedrooms":"0","price":"152000","area":"516"} , +{"type":"Feature","id":"n8557909097","geometry":{"type":"Point","coordinates":[-0.2217087,51.7741279]},"properties":{"@type":"node","@id":8557909097,"@timestamp":1616608739},"coords":"51.7741279,-0.2217087","bedrooms":"2","price":"220000","area":"622"} , +{"type":"Feature","id":"n8557909107","geometry":{"type":"Point","coordinates":[-0.2255818,51.7728774]},"properties":{"@type":"node","@id":8557909107,"@timestamp":1616608739},"coords":"51.7728774,-0.2255818","bedrooms":"4","price":"153000","area":"439"} , +{"type":"Feature","id":"n8557920317","geometry":{"type":"Point","coordinates":[-0.2251071,51.7731869]},"properties":{"@type":"node","@id":8557920317,"@timestamp":1616608739},"coords":"51.7731869,-0.2251071","bedrooms":"1","price":"189000","area":"574"} , +{"type":"Feature","id":"n8557978306","geometry":{"type":"Point","coordinates":[-0.1883999,51.6921987]},"properties":{"@type":"node","@id":8557978306,"@timestamp":1616611877},"coords":"51.6921987,-0.1883999","bedrooms":"2","price":"153000","area":"405"} , +{"type":"Feature","id":"n8558043931","geometry":{"type":"Point","coordinates":[-0.1918714,51.6939292]},"properties":{"@type":"node","@id":8558043931,"@timestamp":1616611877},"coords":"51.6939292,-0.1918714","bedrooms":"3","price":"288000","area":"666"} , +{"type":"Feature","id":"n8558062754","geometry":{"type":"Point","coordinates":[0.007141,51.5754475]},"properties":{"@type":"node","@id":8558062754,"@timestamp":1616931257},"coords":"51.5754475,0.007141","bedrooms":"0","price":"263000","area":"639"} , +{"type":"Feature","id":"n8558083017","geometry":{"type":"Point","coordinates":[-0.0551132,51.5485763]},"properties":{"@type":"node","@id":8558083017,"@timestamp":1633163583},"coords":"51.5485763,-0.0551132","bedrooms":"3","price":"286000","area":"585"} , +{"type":"Feature","id":"n8558101479","geometry":{"type":"Point","coordinates":[-0.4539241,51.6551259]},"properties":{"@type":"node","@id":8558101479,"@timestamp":1618253582},"coords":"51.6551259,-0.4539241","bedrooms":"4","price":"211000","area":"519"} , +{"type":"Feature","id":"n8558126117","geometry":{"type":"Point","coordinates":[-0.0528379,51.5496789]},"properties":{"@type":"node","@id":8558126117,"@timestamp":1624732748},"coords":"51.5496789,-0.0528379","bedrooms":"4","price":"289000","area":"363"} , +{"type":"Feature","id":"n8558355367","geometry":{"type":"Point","coordinates":[-0.1343452,50.9665958]},"properties":{"@type":"node","@id":8558355367,"@timestamp":1616620380},"coords":"50.9665958,-0.1343452","bedrooms":"3","price":"208000","area":"427"} , +{"type":"Feature","id":"n8558543128","geometry":{"type":"Point","coordinates":[-0.7459667,51.4280189]},"properties":{"@type":"node","@id":8558543128,"@timestamp":1616627312},"coords":"51.4280189,-0.7459667","bedrooms":"2","price":"253000","area":"484"} , +{"type":"Feature","id":"n8558566729","geometry":{"type":"Point","coordinates":[-0.9487781,51.0362792]},"properties":{"@type":"node","@id":8558566729,"@timestamp":1616628841},"coords":"51.0362792,-0.9487781","bedrooms":"1","price":"176000","area":"541"} , +{"type":"Feature","id":"n8558638030","geometry":{"type":"Point","coordinates":[-0.2236034,51.4902013]},"properties":{"@type":"node","@id":8558638030,"@timestamp":1616631141},"coords":"51.4902013,-0.2236034","bedrooms":"3","price":"209000","area":"424"} , +{"type":"Feature","id":"n8558671481","geometry":{"type":"Point","coordinates":[0.2247565,51.9173498]},"properties":{"@type":"node","@id":8558671481,"@timestamp":1617056974},"coords":"51.9173498,0.2247565","bedrooms":"1","price":"188000","area":"492"} , +{"type":"Feature","id":"n8558895867","geometry":{"type":"Point","coordinates":[-0.2424713,51.5111153]},"properties":{"@type":"node","@id":8558895867,"@timestamp":1616645155},"coords":"51.5111153,-0.2424713","bedrooms":"1","price":"277000","area":"590"} , +{"type":"Feature","id":"n8558895877","geometry":{"type":"Point","coordinates":[-0.2418711,51.5107811]},"properties":{"@type":"node","@id":8558895877,"@timestamp":1616645155},"coords":"51.5107811,-0.2418711","bedrooms":"0","price":"202000","area":"369"} , +{"type":"Feature","id":"n8558895887","geometry":{"type":"Point","coordinates":[-0.2419534,51.5113467]},"properties":{"@type":"node","@id":8558895887,"@timestamp":1616645155},"coords":"51.5113467,-0.2419534","bedrooms":"1","price":"173000","area":"411"} , +{"type":"Feature","id":"n8558895984","geometry":{"type":"Point","coordinates":[-0.2427161,51.5109959]},"properties":{"@type":"node","@id":8558895984,"@timestamp":1616645155},"coords":"51.5109959,-0.2427161","bedrooms":"4","price":"194000","area":"612"} , +{"type":"Feature","id":"n8559571660","geometry":{"type":"Point","coordinates":[-0.1284966,50.9510735]},"properties":{"@type":"node","@id":8559571660,"@timestamp":1616662456},"coords":"50.9510735,-0.1284966","bedrooms":"2","price":"216000","area":"677"} , +{"type":"Feature","id":"n8559571670","geometry":{"type":"Point","coordinates":[-0.1197016,50.9509569]},"properties":{"@type":"node","@id":8559571670,"@timestamp":1616662456},"coords":"50.9509569,-0.1197016","bedrooms":"1","price":"294000","area":"597"} , +{"type":"Feature","id":"n8559571680","geometry":{"type":"Point","coordinates":[-0.1177329,50.9509164]},"properties":{"@type":"node","@id":8559571680,"@timestamp":1616662456},"coords":"50.9509164,-0.1177329","bedrooms":"4","price":"290000","area":"441"} , +{"type":"Feature","id":"n8559571690","geometry":{"type":"Point","coordinates":[-0.1171884,50.9474691]},"properties":{"@type":"node","@id":8559571690,"@timestamp":1616662456},"coords":"50.9474691,-0.1171884","bedrooms":"2","price":"283000","area":"505"} , +{"type":"Feature","id":"n8559595555","geometry":{"type":"Point","coordinates":[-0.1335928,50.9493787]},"properties":{"@type":"node","@id":8559595555,"@timestamp":1616662845},"coords":"50.9493787,-0.1335928","bedrooms":"2","price":"188000","area":"536"} , +{"type":"Feature","id":"n8560046647","geometry":{"type":"Point","coordinates":[-0.0310372,51.5076469]},"properties":{"@type":"node","@id":8560046647,"@timestamp":1616669141},"coords":"51.5076469,-0.0310372","bedrooms":"4","price":"158000","area":"470"} , +{"type":"Feature","id":"n8560172855","geometry":{"type":"Point","coordinates":[-0.4237521,51.647959]},"properties":{"@type":"node","@id":8560172855,"@timestamp":1616671642},"coords":"51.647959,-0.4237521","bedrooms":"4","price":"153000","area":"539"} , +{"type":"Feature","id":"n8560215309","geometry":{"type":"Point","coordinates":[-0.1164136,51.4405981]},"properties":{"@type":"node","@id":8560215309,"@timestamp":1616672484},"coords":"51.4405981,-0.1164136","bedrooms":"2","price":"213000","area":"472"} , +{"type":"Feature","id":"n8560234972","geometry":{"type":"Point","coordinates":[-0.1165409,51.4408238]},"properties":{"@type":"node","@id":8560234972,"@timestamp":1616673017},"coords":"51.4408238,-0.1165409","bedrooms":"1","price":"295000","area":"400"} , +{"type":"Feature","id":"n8560385876","geometry":{"type":"Point","coordinates":[0.0064452,51.5462973]},"properties":{"@type":"node","@id":8560385876,"@timestamp":1617467799},"coords":"51.5462973,0.0064452","bedrooms":"0","price":"275000","area":"575"} , +{"type":"Feature","id":"n8560564458","geometry":{"type":"Point","coordinates":[0.4375085,51.3360126]},"properties":{"@type":"node","@id":8560564458,"@timestamp":1616679435},"coords":"51.3360126,0.4375085","bedrooms":"4","price":"227000","area":"441"} , +{"type":"Feature","id":"n8560582876","geometry":{"type":"Point","coordinates":[0.4388483,51.3343923]},"properties":{"@type":"node","@id":8560582876,"@timestamp":1616678981},"coords":"51.3343923,0.4388483","bedrooms":"1","price":"248000","area":"374"} , +{"type":"Feature","id":"n8560728608","geometry":{"type":"Point","coordinates":[0.8732746,51.1715391]},"properties":{"@type":"node","@id":8560728608,"@timestamp":1616682758},"coords":"51.1715391,0.8732746","bedrooms":"2","price":"252000","area":"489"} , +{"type":"Feature","id":"n8560798554","geometry":{"type":"Point","coordinates":[-0.1040582,51.4386121]},"properties":{"@type":"node","@id":8560798554,"@timestamp":1616685018},"coords":"51.4386121,-0.1040582","bedrooms":"0","price":"250000","area":"681"} , +{"type":"Feature","id":"n8560817289","geometry":{"type":"Point","coordinates":[-0.1030445,51.4390844]},"properties":{"@type":"node","@id":8560817289,"@timestamp":1635806088},"coords":"51.4390844,-0.1030445","bedrooms":"1","price":"245000","area":"623"} , +{"type":"Feature","id":"n8560881087","geometry":{"type":"Point","coordinates":[-0.1053887,51.4381953]},"properties":{"@type":"node","@id":8560881087,"@timestamp":1616685018},"coords":"51.4381953,-0.1053887","bedrooms":"1","price":"184000","area":"400"} , +{"type":"Feature","id":"n8560911877","geometry":{"type":"Point","coordinates":[-0.1055471,51.4379457]},"properties":{"@type":"node","@id":8560911877,"@timestamp":1616686035},"coords":"51.4379457,-0.1055471","bedrooms":"3","price":"191000","area":"657"} , +{"type":"Feature","id":"n8561001798","geometry":{"type":"Point","coordinates":[-0.1012894,51.4398562]},"properties":{"@type":"node","@id":8561001798,"@timestamp":1616687319},"coords":"51.4398562,-0.1012894","bedrooms":"3","price":"170000","area":"410"} , +{"type":"Feature","id":"n8561001890","geometry":{"type":"Point","coordinates":[-0.1009133,51.440351]},"properties":{"@type":"node","@id":8561001890,"@timestamp":1616687319},"coords":"51.440351,-0.1009133","bedrooms":"0","price":"219000","area":"471"} , +{"type":"Feature","id":"n8561031362","geometry":{"type":"Point","coordinates":[-0.102653,51.4407878]},"properties":{"@type":"node","@id":8561031362,"@timestamp":1616687854},"coords":"51.4407878,-0.102653","bedrooms":"0","price":"238000","area":"481"} , +{"type":"Feature","id":"n8561128410","geometry":{"type":"Point","coordinates":[0.0376268,51.5022748]},"properties":{"@type":"node","@id":8561128410,"@timestamp":1616689851},"coords":"51.5022748,0.0376268","bedrooms":"1","price":"189000","area":"657"} , +{"type":"Feature","id":"n8561135006","geometry":{"type":"Point","coordinates":[-0.2412241,51.5119207]},"properties":{"@type":"node","@id":8561135006,"@timestamp":1616689883},"coords":"51.5119207,-0.2412241","bedrooms":"3","price":"192000","area":"448"} , +{"type":"Feature","id":"n8561135016","geometry":{"type":"Point","coordinates":[-0.2402104,51.5118602]},"properties":{"@type":"node","@id":8561135016,"@timestamp":1616689883},"coords":"51.5118602,-0.2402104","bedrooms":"2","price":"263000","area":"454"} , +{"type":"Feature","id":"n8561135135","geometry":{"type":"Point","coordinates":[-0.2392445,51.5120801]},"properties":{"@type":"node","@id":8561135135,"@timestamp":1616689883},"coords":"51.5120801,-0.2392445","bedrooms":"4","price":"275000","area":"501"} , +{"type":"Feature","id":"n8561135148","geometry":{"type":"Point","coordinates":[-0.2401959,51.5114187]},"properties":{"@type":"node","@id":8561135148,"@timestamp":1616689883},"coords":"51.5114187,-0.2401959","bedrooms":"3","price":"257000","area":"430"} , +{"type":"Feature","id":"n8561135158","geometry":{"type":"Point","coordinates":[-0.2398518,51.5117441]},"properties":{"@type":"node","@id":8561135158,"@timestamp":1616689883},"coords":"51.5117441,-0.2398518","bedrooms":"3","price":"248000","area":"454"} , +{"type":"Feature","id":"n8561170915","geometry":{"type":"Point","coordinates":[-0.4956207,51.5050721]},"properties":{"@type":"node","@id":8561170915,"@timestamp":1616691707},"coords":"51.5050721,-0.4956207","bedrooms":"4","price":"177000","area":"653"} , +{"type":"Feature","id":"n8561213492","geometry":{"type":"Point","coordinates":[-0.776253,51.8364104]},"properties":{"@type":"node","@id":8561213492,"@timestamp":1616693748},"coords":"51.8364104,-0.776253","bedrooms":"0","price":"238000","area":"496"} , +{"type":"Feature","id":"n8561261535","geometry":{"type":"Point","coordinates":[-0.1632748,51.4999741]},"properties":{"@type":"node","@id":8561261535,"@timestamp":1616693406},"coords":"51.4999741,-0.1632748","bedrooms":"4","price":"160000","area":"565"} , +{"type":"Feature","id":"n8561492162","geometry":{"type":"Point","coordinates":[-0.0376451,50.9879121]},"properties":{"@type":"node","@id":8561492162,"@timestamp":1616697093},"coords":"50.9879121,-0.0376451","bedrooms":"2","price":"278000","area":"603"} , +{"type":"Feature","id":"n8561492249","geometry":{"type":"Point","coordinates":[-0.0345927,50.9927089]},"properties":{"@type":"node","@id":8561492249,"@timestamp":1616697093},"coords":"50.9927089,-0.0345927","bedrooms":"2","price":"253000","area":"451"} , +{"type":"Feature","id":"n8561512843","geometry":{"type":"Point","coordinates":[-0.2410955,51.5118571]},"properties":{"@type":"node","@id":8561512843,"@timestamp":1616697759},"coords":"51.5118571,-0.2410955","bedrooms":"4","price":"223000","area":"563"} , +{"type":"Feature","id":"n8561512943","geometry":{"type":"Point","coordinates":[-0.2393479,51.5121467]},"properties":{"@type":"node","@id":8561512943,"@timestamp":1616697759},"coords":"51.5121467,-0.2393479","bedrooms":"0","price":"268000","area":"360"} , +{"type":"Feature","id":"n8561706482","geometry":{"type":"Point","coordinates":[-0.0401836,51.4717287]},"properties":{"@type":"node","@id":8561706482,"@timestamp":1616702286},"coords":"51.4717287,-0.0401836","bedrooms":"3","price":"156000","area":"546"} , +{"type":"Feature","id":"n8561898920","geometry":{"type":"Point","coordinates":[0.0627869,51.501848]},"properties":{"@type":"node","@id":8561898920,"@timestamp":1616707595},"coords":"51.501848,0.0627869","bedrooms":"3","price":"228000","area":"604"} , +{"type":"Feature","id":"n8562036922","geometry":{"type":"Point","coordinates":[0.017344,51.5353249]},"properties":{"@type":"node","@id":8562036922,"@timestamp":1622044349},"coords":"51.5353249,0.017344","bedrooms":"0","price":"236000","area":"521"} , +{"type":"Feature","id":"n8562087787","geometry":{"type":"Point","coordinates":[-0.6929336,51.4173045]},"properties":{"@type":"node","@id":8562087787,"@timestamp":1616714080},"coords":"51.4173045,-0.6929336","bedrooms":"3","price":"165000","area":"408"} , +{"type":"Feature","id":"n8562087815","geometry":{"type":"Point","coordinates":[-0.6974528,51.4166978]},"properties":{"@type":"node","@id":8562087815,"@timestamp":1616714080},"coords":"51.4166978,-0.6974528","bedrooms":"3","price":"189000","area":"510"} , +{"type":"Feature","id":"n8562104585","geometry":{"type":"Point","coordinates":[-0.7106781,51.4184113]},"properties":{"@type":"node","@id":8562104585,"@timestamp":1616715334},"coords":"51.4184113,-0.7106781","bedrooms":"4","price":"200000","area":"369"} , +{"type":"Feature","id":"n8562112424","geometry":{"type":"Point","coordinates":[-0.7010485,51.4183573]},"properties":{"@type":"node","@id":8562112424,"@timestamp":1616714080},"coords":"51.4183573,-0.7010485","bedrooms":"4","price":"292000","area":"468"} , +{"type":"Feature","id":"n8562119903","geometry":{"type":"Point","coordinates":[-0.2282314,51.6181116]},"properties":{"@type":"node","@id":8562119903,"@timestamp":1616715816},"coords":"51.6181116,-0.2282314","bedrooms":"3","price":"236000","area":"350"} , +{"type":"Feature","id":"n8562159905","geometry":{"type":"Point","coordinates":[-0.2804314,51.6115116]},"properties":{"@type":"node","@id":8562159905,"@timestamp":1616716451},"coords":"51.6115116,-0.2804314","bedrooms":"2","price":"154000","area":"618"} , +{"type":"Feature","id":"n8562200624","geometry":{"type":"Point","coordinates":[0.1972311,51.9120226]},"properties":{"@type":"node","@id":8562200624,"@timestamp":1616718501},"coords":"51.9120226,0.1972311","bedrooms":"2","price":"284000","area":"408"} , +{"type":"Feature","id":"n8562200739","geometry":{"type":"Point","coordinates":[0.2227304,51.9091944]},"properties":{"@type":"node","@id":8562200739,"@timestamp":1616718501},"coords":"51.9091944,0.2227304","bedrooms":"0","price":"257000","area":"574"} , +{"type":"Feature","id":"n8562200867","geometry":{"type":"Point","coordinates":[0.1673823,51.8866234]},"properties":{"@type":"node","@id":8562200867,"@timestamp":1616718501},"coords":"51.8866234,0.1673823","bedrooms":"1","price":"167000","area":"616"} , +{"type":"Feature","id":"n8562225298","geometry":{"type":"Point","coordinates":[-0.3797633,51.5944233]},"properties":{"@type":"node","@id":8562225298,"@timestamp":1616724255},"coords":"51.5944233,-0.3797633","bedrooms":"0","price":"298000","area":"600"} , +{"type":"Feature","id":"n8562285552","geometry":{"type":"Point","coordinates":[-0.4444125,51.5644496]},"properties":{"@type":"node","@id":8562285552,"@timestamp":1616724949},"coords":"51.5644496,-0.4444125","bedrooms":"3","price":"173000","area":"374"} , +{"type":"Feature","id":"n8562318657","geometry":{"type":"Point","coordinates":[-0.0846144,51.6524141]},"properties":{"@type":"node","@id":8562318657,"@timestamp":1616728110},"coords":"51.6524141,-0.0846144","bedrooms":"1","price":"222000","area":"593"} , +{"type":"Feature","id":"n8562363150","geometry":{"type":"Point","coordinates":[-0.0457205,51.4743822]},"properties":{"@type":"node","@id":8562363150,"@timestamp":1616730193},"coords":"51.4743822,-0.0457205","bedrooms":"0","price":"199000","area":"429"} , +{"type":"Feature","id":"n8562371378","geometry":{"type":"Point","coordinates":[-0.0411232,51.4746462]},"properties":{"@type":"node","@id":8562371378,"@timestamp":1616730635},"coords":"51.4746462,-0.0411232","bedrooms":"0","price":"185000","area":"643"} , +{"type":"Feature","id":"n8562392432","geometry":{"type":"Point","coordinates":[-0.0314989,51.4723147]},"properties":{"@type":"node","@id":8562392432,"@timestamp":1631792695},"coords":"51.4723147,-0.0314989","bedrooms":"0","price":"178000","area":"611"} , +{"type":"Feature","id":"n8562398528","geometry":{"type":"Point","coordinates":[-0.2392986,51.5114188]},"properties":{"@type":"node","@id":8562398528,"@timestamp":1616731465},"coords":"51.5114188,-0.2392986","bedrooms":"1","price":"290000","area":"353"} , +{"type":"Feature","id":"n8562758618","geometry":{"type":"Point","coordinates":[-0.7756603,51.9091889]},"properties":{"@type":"node","@id":8562758618,"@timestamp":1616741430},"coords":"51.9091889,-0.7756603","bedrooms":"4","price":"221000","area":"599"} , +{"type":"Feature","id":"n8563297629","geometry":{"type":"Point","coordinates":[-0.0319241,51.4397786]},"properties":{"@type":"node","@id":8563297629,"@timestamp":1616753202},"coords":"51.4397786,-0.0319241","bedrooms":"3","price":"285000","area":"617"} , +{"type":"Feature","id":"n8563379572","geometry":{"type":"Point","coordinates":[0.0570851,50.9918355]},"properties":{"@type":"node","@id":8563379572,"@timestamp":1616754873},"coords":"50.9918355,0.0570851","bedrooms":"0","price":"263000","area":"668"} , +{"type":"Feature","id":"n8563446321","geometry":{"type":"Point","coordinates":[0.0492016,50.9666587]},"properties":{"@type":"node","@id":8563446321,"@timestamp":1616756136},"coords":"50.9666587,0.0492016","bedrooms":"1","price":"168000","area":"687"} , +{"type":"Feature","id":"n8563871003","geometry":{"type":"Point","coordinates":[-0.098744,51.439497]},"properties":{"@type":"node","@id":8563871003,"@timestamp":1616759596},"coords":"51.439497,-0.098744","bedrooms":"1","price":"212000","area":"503"} , +{"type":"Feature","id":"n8563967220","geometry":{"type":"Point","coordinates":[-0.0982571,51.4394153]},"properties":{"@type":"node","@id":8563967220,"@timestamp":1630436637},"coords":"51.4394153,-0.0982571","bedrooms":"0","price":"237000","area":"374"} , +{"type":"Feature","id":"n8564002913","geometry":{"type":"Point","coordinates":[0.552424,51.1602965]},"properties":{"@type":"node","@id":8564002913,"@timestamp":1616762555},"coords":"51.1602965,0.552424","bedrooms":"0","price":"207000","area":"689"} , +{"type":"Feature","id":"n8564011647","geometry":{"type":"Point","coordinates":[0.5520195,51.1601803]},"properties":{"@type":"node","@id":8564011647,"@timestamp":1616762555},"coords":"51.1601803,0.5520195","bedrooms":"0","price":"150000","area":"406"} , +{"type":"Feature","id":"n8564295571","geometry":{"type":"Point","coordinates":[-0.0960003,51.4401483]},"properties":{"@type":"node","@id":8564295571,"@timestamp":1616770314},"coords":"51.4401483,-0.0960003","bedrooms":"2","price":"185000","area":"369"} , +{"type":"Feature","id":"n8564323380","geometry":{"type":"Point","coordinates":[-0.0943008,51.4365762]},"properties":{"@type":"node","@id":8564323380,"@timestamp":1616770314},"coords":"51.4365762,-0.0943008","bedrooms":"0","price":"242000","area":"411"} , +{"type":"Feature","id":"n8564371745","geometry":{"type":"Point","coordinates":[-0.0949225,51.4406734]},"properties":{"@type":"node","@id":8564371745,"@timestamp":1616771226},"coords":"51.4406734,-0.0949225","bedrooms":"1","price":"261000","area":"391"} , +{"type":"Feature","id":"n8564429166","geometry":{"type":"Point","coordinates":[-0.0950495,51.4386022]},"properties":{"@type":"node","@id":8564429166,"@timestamp":1616772365},"coords":"51.4386022,-0.0950495","bedrooms":"1","price":"250000","area":"610"} , +{"type":"Feature","id":"n8564439970","geometry":{"type":"Point","coordinates":[-0.0943914,51.4373112]},"properties":{"@type":"node","@id":8564439970,"@timestamp":1616772365},"coords":"51.4373112,-0.0943914","bedrooms":"4","price":"255000","area":"646"} , +{"type":"Feature","id":"n8564511342","geometry":{"type":"Point","coordinates":[-0.049723,51.5534153]},"properties":{"@type":"node","@id":8564511342,"@timestamp":1616773662},"coords":"51.5534153,-0.049723","bedrooms":"2","price":"260000","area":"629"} , +{"type":"Feature","id":"n8564653654","geometry":{"type":"Point","coordinates":[-0.7612498,51.5901211]},"properties":{"@type":"node","@id":8564653654,"@timestamp":1616775665},"coords":"51.5901211,-0.7612498","bedrooms":"2","price":"292000","area":"500"} , +{"type":"Feature","id":"n8564653664","geometry":{"type":"Point","coordinates":[-0.7697296,51.6057526]},"properties":{"@type":"node","@id":8564653664,"@timestamp":1616775665},"coords":"51.6057526,-0.7697296","bedrooms":"1","price":"250000","area":"377"} , +{"type":"Feature","id":"n8564653674","geometry":{"type":"Point","coordinates":[-0.7648507,51.6029273]},"properties":{"@type":"node","@id":8564653674,"@timestamp":1616775665},"coords":"51.6029273,-0.7648507","bedrooms":"1","price":"185000","area":"559"} , +{"type":"Feature","id":"n8564653684","geometry":{"type":"Point","coordinates":[-0.7598028,51.5914325]},"properties":{"@type":"node","@id":8564653684,"@timestamp":1616775665},"coords":"51.5914325,-0.7598028","bedrooms":"0","price":"174000","area":"496"} , +{"type":"Feature","id":"n8564653694","geometry":{"type":"Point","coordinates":[-0.7794875,51.6028657]},"properties":{"@type":"node","@id":8564653694,"@timestamp":1616775665},"coords":"51.6028657,-0.7794875","bedrooms":"3","price":"156000","area":"407"} , +{"type":"Feature","id":"n8564653704","geometry":{"type":"Point","coordinates":[-0.7734177,51.5926989]},"properties":{"@type":"node","@id":8564653704,"@timestamp":1616775665},"coords":"51.5926989,-0.7734177","bedrooms":"3","price":"156000","area":"423"} , +{"type":"Feature","id":"n8564653714","geometry":{"type":"Point","coordinates":[-0.7711431,51.5899144]},"properties":{"@type":"node","@id":8564653714,"@timestamp":1616775665},"coords":"51.5899144,-0.7711431","bedrooms":"3","price":"295000","area":"592"} , +{"type":"Feature","id":"n8564660124","geometry":{"type":"Point","coordinates":[-0.7610875,51.5839916]},"properties":{"@type":"node","@id":8564660124,"@timestamp":1616775665},"coords":"51.5839916,-0.7610875","bedrooms":"4","price":"231000","area":"541"} , +{"type":"Feature","id":"n8564660141","geometry":{"type":"Point","coordinates":[-0.7626808,51.5640276]},"properties":{"@type":"node","@id":8564660141,"@timestamp":1616775665},"coords":"51.5640276,-0.7626808","bedrooms":"4","price":"293000","area":"539"} , +{"type":"Feature","id":"n8564660151","geometry":{"type":"Point","coordinates":[-0.7750136,51.5552364]},"properties":{"@type":"node","@id":8564660151,"@timestamp":1616775665},"coords":"51.5552364,-0.7750136","bedrooms":"4","price":"158000","area":"484"} , +{"type":"Feature","id":"n8564660161","geometry":{"type":"Point","coordinates":[-0.7848814,51.5483183]},"properties":{"@type":"node","@id":8564660161,"@timestamp":1616775665},"coords":"51.5483183,-0.7848814","bedrooms":"1","price":"161000","area":"638"} , +{"type":"Feature","id":"n8564662396","geometry":{"type":"Point","coordinates":[-0.9257716,51.7624457]},"properties":{"@type":"node","@id":8564662396,"@timestamp":1632927066},"coords":"51.7624457,-0.9257716","bedrooms":"4","price":"276000","area":"642"} , +{"type":"Feature","id":"n8564662406","geometry":{"type":"Point","coordinates":[-0.9189409,51.7630459]},"properties":{"@type":"node","@id":8564662406,"@timestamp":1616776161},"coords":"51.7630459,-0.9189409","bedrooms":"4","price":"197000","area":"545"} , +{"type":"Feature","id":"n8564662416","geometry":{"type":"Point","coordinates":[-0.9024185,51.7576437]},"properties":{"@type":"node","@id":8564662416,"@timestamp":1616776161},"coords":"51.7576437,-0.9024185","bedrooms":"3","price":"271000","area":"424"} , +{"type":"Feature","id":"n8564802330","geometry":{"type":"Point","coordinates":[-0.4370123,51.7642054]},"properties":{"@type":"node","@id":8564802330,"@timestamp":1616776738},"coords":"51.7642054,-0.4370123","bedrooms":"2","price":"188000","area":"519"} , +{"type":"Feature","id":"n8564940332","geometry":{"type":"Point","coordinates":[-0.6328887,51.3959809]},"properties":{"@type":"node","@id":8564940332,"@timestamp":1616778080},"coords":"51.3959809,-0.6328887","bedrooms":"1","price":"219000","area":"419"} , +{"type":"Feature","id":"n8564949259","geometry":{"type":"Point","coordinates":[-0.6122504,51.3600362]},"properties":{"@type":"node","@id":8564949259,"@timestamp":1616778460},"coords":"51.3600362,-0.6122504","bedrooms":"1","price":"278000","area":"690"} , +{"type":"Feature","id":"n8564949269","geometry":{"type":"Point","coordinates":[-0.6267343,51.357137]},"properties":{"@type":"node","@id":8564949269,"@timestamp":1616778460},"coords":"51.357137,-0.6267343","bedrooms":"1","price":"197000","area":"454"} , +{"type":"Feature","id":"n8564949279","geometry":{"type":"Point","coordinates":[-0.6402178,51.350492]},"properties":{"@type":"node","@id":8564949279,"@timestamp":1616778460},"coords":"51.350492,-0.6402178","bedrooms":"3","price":"173000","area":"394"} , +{"type":"Feature","id":"n8564949289","geometry":{"type":"Point","coordinates":[-0.662224,51.3545207]},"properties":{"@type":"node","@id":8564949289,"@timestamp":1616778460},"coords":"51.3545207,-0.662224","bedrooms":"0","price":"265000","area":"677"} , +{"type":"Feature","id":"n8565033654","geometry":{"type":"Point","coordinates":[-0.2409325,51.5120683]},"properties":{"@type":"node","@id":8565033654,"@timestamp":1616778729},"coords":"51.5120683,-0.2409325","bedrooms":"1","price":"247000","area":"481"} , +{"type":"Feature","id":"n8565033664","geometry":{"type":"Point","coordinates":[-0.241018,51.5123587]},"properties":{"@type":"node","@id":8565033664,"@timestamp":1616778729},"coords":"51.5123587,-0.241018","bedrooms":"3","price":"217000","area":"398"} , +{"type":"Feature","id":"n8565033755","geometry":{"type":"Point","coordinates":[-0.2410749,51.5120463]},"properties":{"@type":"node","@id":8565033755,"@timestamp":1616778729},"coords":"51.5120463,-0.2410749","bedrooms":"1","price":"168000","area":"418"} , +{"type":"Feature","id":"n8565036043","geometry":{"type":"Point","coordinates":[-0.0943813,51.4353821]},"properties":{"@type":"node","@id":8565036043,"@timestamp":1616778741},"coords":"51.4353821,-0.0943813","bedrooms":"1","price":"236000","area":"529"} , +{"type":"Feature","id":"n8565290074","geometry":{"type":"Point","coordinates":[-0.523352,51.4346735]},"properties":{"@type":"node","@id":8565290074,"@timestamp":1616780475},"coords":"51.4346735,-0.523352","bedrooms":"0","price":"292000","area":"409"} , +{"type":"Feature","id":"n8565374492","geometry":{"type":"Point","coordinates":[-0.4410987,51.4533943]},"properties":{"@type":"node","@id":8565374492,"@timestamp":1616780960},"coords":"51.4533943,-0.4410987","bedrooms":"3","price":"175000","area":"686"} , +{"type":"Feature","id":"n8565446160","geometry":{"type":"Point","coordinates":[-0.1605188,51.5133405]},"properties":{"@type":"node","@id":8565446160,"@timestamp":1616781637},"coords":"51.5133405,-0.1605188","bedrooms":"1","price":"191000","area":"554"} , +{"type":"Feature","id":"n8565475921","geometry":{"type":"Point","coordinates":[-0.2199378,51.2994665]},"properties":{"@type":"node","@id":8565475921,"@timestamp":1616782159},"coords":"51.2994665,-0.2199378","bedrooms":"2","price":"162000","area":"508"} , +{"type":"Feature","id":"n8565508478","geometry":{"type":"Point","coordinates":[-0.91775,51.4420231]},"properties":{"@type":"node","@id":8565508478,"@timestamp":1616783614},"coords":"51.4420231,-0.91775","bedrooms":"1","price":"282000","area":"621"} , +{"type":"Feature","id":"n8565508509","geometry":{"type":"Point","coordinates":[0.0231489,51.5484612]},"properties":{"@type":"node","@id":8565508509,"@timestamp":1616784152},"coords":"51.5484612,0.0231489","bedrooms":"3","price":"199000","area":"488"} , +{"type":"Feature","id":"n8565511874","geometry":{"type":"Point","coordinates":[-1.0030255,51.4292861]},"properties":{"@type":"node","@id":8565511874,"@timestamp":1616783404},"coords":"51.4292861,-1.0030255","bedrooms":"0","price":"163000","area":"375"} , +{"type":"Feature","id":"n8565545141","geometry":{"type":"Point","coordinates":[-0.3008848,51.4280996]},"properties":{"@type":"node","@id":8565545141,"@timestamp":1616930634},"coords":"51.4280996,-0.3008848","bedrooms":"0","price":"161000","area":"449"} , +{"type":"Feature","id":"n8565545151","geometry":{"type":"Point","coordinates":[-0.30281,51.4292016]},"properties":{"@type":"node","@id":8565545151,"@timestamp":1624876080},"coords":"51.4292016,-0.30281","bedrooms":"3","price":"252000","area":"433"} , +{"type":"Feature","id":"n8565545161","geometry":{"type":"Point","coordinates":[-0.3055425,51.42996]},"properties":{"@type":"node","@id":8565545161,"@timestamp":1616936702},"coords":"51.42996,-0.3055425","bedrooms":"0","price":"292000","area":"540"} , +{"type":"Feature","id":"n8565545171","geometry":{"type":"Point","coordinates":[-0.3060508,51.4301189]},"properties":{"@type":"node","@id":8565545171,"@timestamp":1616930634},"coords":"51.4301189,-0.3060508","bedrooms":"2","price":"152000","area":"403"} , +{"type":"Feature","id":"n8565545181","geometry":{"type":"Point","coordinates":[-0.3023145,51.4291218]},"properties":{"@type":"node","@id":8565545181,"@timestamp":1616948735},"coords":"51.4291218,-0.3023145","bedrooms":"1","price":"284000","area":"396"} , +{"type":"Feature","id":"n8565545191","geometry":{"type":"Point","coordinates":[-0.3008929,51.4282568]},"properties":{"@type":"node","@id":8565545191,"@timestamp":1621874856},"coords":"51.4282568,-0.3008929","bedrooms":"1","price":"256000","area":"648"} , +{"type":"Feature","id":"n8565642122","geometry":{"type":"Point","coordinates":[-0.2384905,51.5114647]},"properties":{"@type":"node","@id":8565642122,"@timestamp":1616787435},"coords":"51.5114647,-0.2384905","bedrooms":"4","price":"250000","area":"667"} , +{"type":"Feature","id":"n8565792361","geometry":{"type":"Point","coordinates":[-0.5746729,51.6287944]},"properties":{"@type":"node","@id":8565792361,"@timestamp":1616791355},"coords":"51.6287944,-0.5746729","bedrooms":"0","price":"192000","area":"654"} , +{"type":"Feature","id":"n8565809193","geometry":{"type":"Point","coordinates":[-0.3219,51.5106013]},"properties":{"@type":"node","@id":8565809193,"@timestamp":1616791952},"coords":"51.5106013,-0.3219","bedrooms":"0","price":"288000","area":"604"} , +{"type":"Feature","id":"n8566196410","geometry":{"type":"Point","coordinates":[-0.166446,51.5125765]},"properties":{"@type":"node","@id":8566196410,"@timestamp":1616807142},"coords":"51.5125765,-0.166446","bedrooms":"1","price":"255000","area":"652"} , +{"type":"Feature","id":"n8566215892","geometry":{"type":"Point","coordinates":[0.1924662,51.9041647]},"properties":{"@type":"node","@id":8566215892,"@timestamp":1616807278},"coords":"51.9041647,0.1924662","bedrooms":"1","price":"181000","area":"469"} , +{"type":"Feature","id":"n8566242254","geometry":{"type":"Point","coordinates":[-0.3065208,51.4605301]},"properties":{"@type":"node","@id":8566242254,"@timestamp":1616815040},"coords":"51.4605301,-0.3065208","bedrooms":"2","price":"205000","area":"407"} , +{"type":"Feature","id":"n8566318143","geometry":{"type":"Point","coordinates":[-0.1647558,51.5726237]},"properties":{"@type":"node","@id":8566318143,"@timestamp":1616817206},"coords":"51.5726237,-0.1647558","bedrooms":"0","price":"246000","area":"462"} , +{"type":"Feature","id":"n8566356731","geometry":{"type":"Point","coordinates":[-0.2407943,51.511149]},"properties":{"@type":"node","@id":8566356731,"@timestamp":1616821294},"coords":"51.511149,-0.2407943","bedrooms":"4","price":"227000","area":"612"} , +{"type":"Feature","id":"n8566356759","geometry":{"type":"Point","coordinates":[-0.2402232,51.510159]},"properties":{"@type":"node","@id":8566356759,"@timestamp":1616821294},"coords":"51.510159,-0.2402232","bedrooms":"4","price":"294000","area":"571"} , +{"type":"Feature","id":"n8566356769","geometry":{"type":"Point","coordinates":[-0.2398481,51.5108507]},"properties":{"@type":"node","@id":8566356769,"@timestamp":1616821294},"coords":"51.5108507,-0.2398481","bedrooms":"1","price":"243000","area":"407"} , +{"type":"Feature","id":"n8566356830","geometry":{"type":"Point","coordinates":[-0.2409179,51.5101712]},"properties":{"@type":"node","@id":8566356830,"@timestamp":1616821294},"coords":"51.5101712,-0.2409179","bedrooms":"1","price":"290000","area":"355"} , +{"type":"Feature","id":"n8566356840","geometry":{"type":"Point","coordinates":[-0.2410504,51.5107943]},"properties":{"@type":"node","@id":8566356840,"@timestamp":1616821294},"coords":"51.5107943,-0.2410504","bedrooms":"3","price":"278000","area":"632"} , +{"type":"Feature","id":"n8566356943","geometry":{"type":"Point","coordinates":[-0.2410387,51.5102552]},"properties":{"@type":"node","@id":8566356943,"@timestamp":1616821294},"coords":"51.5102552,-0.2410387","bedrooms":"0","price":"253000","area":"477"} , +{"type":"Feature","id":"n8566427253","geometry":{"type":"Point","coordinates":[-0.2390268,51.5102212]},"properties":{"@type":"node","@id":8566427253,"@timestamp":1616825169},"coords":"51.5102212,-0.2390268","bedrooms":"0","price":"157000","area":"359"} , +{"type":"Feature","id":"n8566427263","geometry":{"type":"Point","coordinates":[-0.2393914,51.5107969]},"properties":{"@type":"node","@id":8566427263,"@timestamp":1616825169},"coords":"51.5107969,-0.2393914","bedrooms":"4","price":"213000","area":"478"} , +{"type":"Feature","id":"n8566427295","geometry":{"type":"Point","coordinates":[-0.2397446,51.5107651]},"properties":{"@type":"node","@id":8566427295,"@timestamp":1616825169},"coords":"51.5107651,-0.2397446","bedrooms":"3","price":"258000","area":"392"} , +{"type":"Feature","id":"n8566778212","geometry":{"type":"Point","coordinates":[0.0271105,51.5477643]},"properties":{"@type":"node","@id":8566778212,"@timestamp":1616839278},"coords":"51.5477643,0.0271105","bedrooms":"4","price":"240000","area":"478"} , +{"type":"Feature","id":"n8566935980","geometry":{"type":"Point","coordinates":[-0.2280958,51.310545]},"properties":{"@type":"node","@id":8566935980,"@timestamp":1616845850},"coords":"51.310545,-0.2280958","bedrooms":"2","price":"243000","area":"635"} , +{"type":"Feature","id":"n8566940231","geometry":{"type":"Point","coordinates":[-0.2401493,51.5126074]},"properties":{"@type":"node","@id":8566940231,"@timestamp":1616846093},"coords":"51.5126074,-0.2401493","bedrooms":"4","price":"209000","area":"490"} , +{"type":"Feature","id":"n8566940318","geometry":{"type":"Point","coordinates":[-0.2404471,51.5128763]},"properties":{"@type":"node","@id":8566940318,"@timestamp":1616846093},"coords":"51.5128763,-0.2404471","bedrooms":"3","price":"151000","area":"362"} , +{"type":"Feature","id":"n8566940375","geometry":{"type":"Point","coordinates":[-0.2402399,51.5131297]},"properties":{"@type":"node","@id":8566940375,"@timestamp":1616846093},"coords":"51.5131297,-0.2402399","bedrooms":"3","price":"270000","area":"642"} , +{"type":"Feature","id":"n8567004954","geometry":{"type":"Point","coordinates":[-0.2393849,51.5123739]},"properties":{"@type":"node","@id":8567004954,"@timestamp":1616849745},"coords":"51.5123739,-0.2393849","bedrooms":"4","price":"253000","area":"383"} , +{"type":"Feature","id":"n8567004986","geometry":{"type":"Point","coordinates":[-0.2395157,51.5128238]},"properties":{"@type":"node","@id":8567004986,"@timestamp":1616849745},"coords":"51.5128238,-0.2395157","bedrooms":"0","price":"158000","area":"462"} , +{"type":"Feature","id":"n8567004996","geometry":{"type":"Point","coordinates":[-0.2397128,51.5134671]},"properties":{"@type":"node","@id":8567004996,"@timestamp":1616849745},"coords":"51.5134671,-0.2397128","bedrooms":"2","price":"157000","area":"477"} , +{"type":"Feature","id":"n8567008544","geometry":{"type":"Point","coordinates":[-0.8546003,51.4210907]},"properties":{"@type":"node","@id":8567008544,"@timestamp":1616849808},"coords":"51.4210907,-0.8546003","bedrooms":"4","price":"209000","area":"481"} , +{"type":"Feature","id":"n8567009690","geometry":{"type":"Point","coordinates":[-0.0250277,51.4720511]},"properties":{"@type":"node","@id":8567009690,"@timestamp":1616850196},"coords":"51.4720511,-0.0250277","bedrooms":"1","price":"166000","area":"354"} , +{"type":"Feature","id":"n8567009700","geometry":{"type":"Point","coordinates":[-0.0252946,51.4722115]},"properties":{"@type":"node","@id":8567009700,"@timestamp":1616850196},"coords":"51.4722115,-0.0252946","bedrooms":"0","price":"262000","area":"683"} , +{"type":"Feature","id":"n8567009710","geometry":{"type":"Point","coordinates":[-0.0245181,51.4728606]},"properties":{"@type":"node","@id":8567009710,"@timestamp":1616850196},"coords":"51.4728606,-0.0245181","bedrooms":"3","price":"213000","area":"538"} , +{"type":"Feature","id":"n8567012212","geometry":{"type":"Point","coordinates":[-0.8531307,51.4228555]},"properties":{"@type":"node","@id":8567012212,"@timestamp":1616850113},"coords":"51.4228555,-0.8531307","bedrooms":"0","price":"202000","area":"653"} , +{"type":"Feature","id":"n8567017926","geometry":{"type":"Point","coordinates":[-0.0267792,51.4735431]},"properties":{"@type":"node","@id":8567017926,"@timestamp":1616850196},"coords":"51.4735431,-0.0267792","bedrooms":"0","price":"152000","area":"690"} , +{"type":"Feature","id":"n8567050019","geometry":{"type":"Point","coordinates":[-0.8435246,51.4159084]},"properties":{"@type":"node","@id":8567050019,"@timestamp":1616851452},"coords":"51.4159084,-0.8435246","bedrooms":"0","price":"202000","area":"677"} , +{"type":"Feature","id":"n8567079845","geometry":{"type":"Point","coordinates":[0.0216937,51.9081492]},"properties":{"@type":"node","@id":8567079845,"@timestamp":1616854157},"coords":"51.9081492,0.0216937","bedrooms":"0","price":"273000","area":"458"} , +{"type":"Feature","id":"n8567079856","geometry":{"type":"Point","coordinates":[0.0224581,51.9076528]},"properties":{"@type":"node","@id":8567079856,"@timestamp":1616854157},"coords":"51.9076528,0.0224581","bedrooms":"1","price":"197000","area":"597"} , +{"type":"Feature","id":"n8567129987","geometry":{"type":"Point","coordinates":[0.1972625,51.8966713]},"properties":{"@type":"node","@id":8567129987,"@timestamp":1616854669},"coords":"51.8966713,0.1972625","bedrooms":"0","price":"206000","area":"538"} , +{"type":"Feature","id":"n8567142238","geometry":{"type":"Point","coordinates":[0.198985,51.8961228]},"properties":{"@type":"node","@id":8567142238,"@timestamp":1616951446},"coords":"51.8961228,0.198985","bedrooms":"2","price":"197000","area":"453"} , +{"type":"Feature","id":"n8567159815","geometry":{"type":"Point","coordinates":[-0.1169184,51.4592437]},"properties":{"@type":"node","@id":8567159815,"@timestamp":1616857000},"coords":"51.4592437,-0.1169184","bedrooms":"4","price":"171000","area":"647"} , +{"type":"Feature","id":"n8567279378","geometry":{"type":"Point","coordinates":[0.038085,51.5502193]},"properties":{"@type":"node","@id":8567279378,"@timestamp":1616858980},"coords":"51.5502193,0.038085","bedrooms":"3","price":"282000","area":"665"} , +{"type":"Feature","id":"n8567282617","geometry":{"type":"Point","coordinates":[0.0415777,51.5492364]},"properties":{"@type":"node","@id":8567282617,"@timestamp":1628866712},"coords":"51.5492364,0.0415777","bedrooms":"1","price":"277000","area":"521"} , +{"type":"Feature","id":"n8567348942","geometry":{"type":"Point","coordinates":[-0.7019995,51.4499378]},"properties":{"@type":"node","@id":8567348942,"@timestamp":1616861338},"coords":"51.4499378,-0.7019995","bedrooms":"3","price":"183000","area":"439"} , +{"type":"Feature","id":"n8567348992","geometry":{"type":"Point","coordinates":[-0.7118948,51.4297618]},"properties":{"@type":"node","@id":8567348992,"@timestamp":1617977481},"coords":"51.4297618,-0.7118948","bedrooms":"4","price":"272000","area":"472"} , +{"type":"Feature","id":"n8567396729","geometry":{"type":"Point","coordinates":[-0.1655434,51.4510156]},"properties":{"@type":"node","@id":8567396729,"@timestamp":1616863820},"coords":"51.4510156,-0.1655434","bedrooms":"2","price":"211000","area":"522"} , +{"type":"Feature","id":"n8567404751","geometry":{"type":"Point","coordinates":[-0.1810359,51.5857496]},"properties":{"@type":"node","@id":8567404751,"@timestamp":1620572442},"coords":"51.5857496,-0.1810359","bedrooms":"2","price":"176000","area":"699"} , +{"type":"Feature","id":"n8567460624","geometry":{"type":"Point","coordinates":[-0.2138737,51.4289691]},"properties":{"@type":"node","@id":8567460624,"@timestamp":1616868623},"coords":"51.4289691,-0.2138737","bedrooms":"0","price":"229000","area":"523"} , +{"type":"Feature","id":"n8567464207","geometry":{"type":"Point","coordinates":[-0.3006434,51.4279541]},"properties":{"@type":"node","@id":8567464207,"@timestamp":1616865048},"coords":"51.4279541,-0.3006434","bedrooms":"3","price":"291000","area":"612"} , +{"type":"Feature","id":"n8567475484","geometry":{"type":"Point","coordinates":[-0.8430737,51.3444953]},"properties":{"@type":"node","@id":8567475484,"@timestamp":1616864755},"coords":"51.3444953,-0.8430737","bedrooms":"4","price":"219000","area":"603"} , +{"type":"Feature","id":"n8567484218","geometry":{"type":"Point","coordinates":[-0.2976669,51.4265618]},"properties":{"@type":"node","@id":8567484218,"@timestamp":1616865048},"coords":"51.4265618,-0.2976669","bedrooms":"2","price":"234000","area":"655"} , +{"type":"Feature","id":"n8567508914","geometry":{"type":"Point","coordinates":[-0.1598063,51.5220687]},"properties":{"@type":"node","@id":8567508914,"@timestamp":1616866843},"coords":"51.5220687,-0.1598063","bedrooms":"2","price":"181000","area":"556"} , +{"type":"Feature","id":"n8567696752","geometry":{"type":"Point","coordinates":[-0.2215333,51.5226195]},"properties":{"@type":"node","@id":8567696752,"@timestamp":1616871765},"coords":"51.5226195,-0.2215333","bedrooms":"0","price":"159000","area":"480"} , +{"type":"Feature","id":"n8567768683","geometry":{"type":"Point","coordinates":[-0.2065574,51.4446855]},"properties":{"@type":"node","@id":8567768683,"@timestamp":1618330230},"coords":"51.4446855,-0.2065574","bedrooms":"3","price":"193000","area":"428"} , +{"type":"Feature","id":"n8567827818","geometry":{"type":"Point","coordinates":[0.0093922,51.5345448]},"properties":{"@type":"node","@id":8567827818,"@timestamp":1616875689},"coords":"51.5345448,0.0093922","bedrooms":"3","price":"268000","area":"366"} , +{"type":"Feature","id":"n8567827949","geometry":{"type":"Point","coordinates":[0.0081604,51.5351912]},"properties":{"@type":"node","@id":8567827949,"@timestamp":1616875689},"coords":"51.5351912,0.0081604","bedrooms":"2","price":"294000","area":"662"} , +{"type":"Feature","id":"n8567835459","geometry":{"type":"Point","coordinates":[-0.724775,51.4238125]},"properties":{"@type":"node","@id":8567835459,"@timestamp":1616876278},"coords":"51.4238125,-0.724775","bedrooms":"3","price":"188000","area":"619"} , +{"type":"Feature","id":"n8567847513","geometry":{"type":"Point","coordinates":[-0.7288564,51.4279874]},"properties":{"@type":"node","@id":8567847513,"@timestamp":1616877390},"coords":"51.4279874,-0.7288564","bedrooms":"1","price":"236000","area":"383"} , +{"type":"Feature","id":"n8568004171","geometry":{"type":"Point","coordinates":[-0.9407835,51.0394918]},"properties":{"@type":"node","@id":8568004171,"@timestamp":1616883848},"coords":"51.0394918,-0.9407835","bedrooms":"1","price":"181000","area":"543"} , +{"type":"Feature","id":"n8568208377","geometry":{"type":"Point","coordinates":[-0.1428424,51.5912521]},"properties":{"@type":"node","@id":8568208377,"@timestamp":1616888499},"coords":"51.5912521,-0.1428424","bedrooms":"3","price":"245000","area":"380"} , +{"type":"Feature","id":"n8568238628","geometry":{"type":"Point","coordinates":[-0.3401509,51.4446312]},"properties":{"@type":"node","@id":8568238628,"@timestamp":1632644901},"coords":"51.4446312,-0.3401509","bedrooms":"3","price":"210000","area":"434"} , +{"type":"Feature","id":"n8568331368","geometry":{"type":"Point","coordinates":[0.6781648,51.7371918]},"properties":{"@type":"node","@id":8568331368,"@timestamp":1616899313},"coords":"51.7371918,0.6781648","bedrooms":"3","price":"274000","area":"468"} , +{"type":"Feature","id":"n8568336547","geometry":{"type":"Point","coordinates":[-0.2104092,51.5087276]},"properties":{"@type":"node","@id":8568336547,"@timestamp":1616897491},"coords":"51.5087276,-0.2104092","bedrooms":"0","price":"180000","area":"434"} , +{"type":"Feature","id":"n8568357135","geometry":{"type":"Point","coordinates":[0.6803245,51.735378]},"properties":{"@type":"node","@id":8568357135,"@timestamp":1616899313},"coords":"51.735378,0.6803245","bedrooms":"0","price":"292000","area":"676"} , +{"type":"Feature","id":"n8568357177","geometry":{"type":"Point","coordinates":[0.6812661,51.7363316]},"properties":{"@type":"node","@id":8568357177,"@timestamp":1616899313},"coords":"51.7363316,0.6812661","bedrooms":"2","price":"230000","area":"471"} , +{"type":"Feature","id":"n8568530541","geometry":{"type":"Point","coordinates":[-0.1862554,51.4543113]},"properties":{"@type":"node","@id":8568530541,"@timestamp":1616916532},"coords":"51.4543113,-0.1862554","bedrooms":"1","price":"290000","area":"512"} , +{"type":"Feature","id":"n8568544733","geometry":{"type":"Point","coordinates":[-0.2365028,51.5138364]},"properties":{"@type":"node","@id":8568544733,"@timestamp":1616914766},"coords":"51.5138364,-0.2365028","bedrooms":"3","price":"181000","area":"606"} , +{"type":"Feature","id":"n8568843466","geometry":{"type":"Point","coordinates":[-0.7300406,51.4266633]},"properties":{"@type":"node","@id":8568843466,"@timestamp":1616932111},"coords":"51.4266633,-0.7300406","bedrooms":"0","price":"242000","area":"376"} , +{"type":"Feature","id":"n8568908113","geometry":{"type":"Point","coordinates":[0.4662683,51.7391619]},"properties":{"@type":"node","@id":8568908113,"@timestamp":1616931995},"coords":"51.7391619,0.4662683","bedrooms":"1","price":"229000","area":"593"} , +{"type":"Feature","id":"n8569000650","geometry":{"type":"Point","coordinates":[-0.0031167,51.612194]},"properties":{"@type":"node","@id":8569000650,"@timestamp":1616936933},"coords":"51.612194,-0.0031167","bedrooms":"1","price":"262000","area":"595"} , +{"type":"Feature","id":"n8569024550","geometry":{"type":"Point","coordinates":[-0.2355243,51.5135056]},"properties":{"@type":"node","@id":8569024550,"@timestamp":1616936501},"coords":"51.5135056,-0.2355243","bedrooms":"0","price":"245000","area":"400"} , +{"type":"Feature","id":"n8569024560","geometry":{"type":"Point","coordinates":[-0.2354814,51.5129537]},"properties":{"@type":"node","@id":8569024560,"@timestamp":1616936501},"coords":"51.5129537,-0.2354814","bedrooms":"1","price":"248000","area":"376"} , +{"type":"Feature","id":"n8569024615","geometry":{"type":"Point","coordinates":[-0.2354268,51.5137688]},"properties":{"@type":"node","@id":8569024615,"@timestamp":1616936501},"coords":"51.5137688,-0.2354268","bedrooms":"0","price":"282000","area":"426"} , +{"type":"Feature","id":"n8569054471","geometry":{"type":"Point","coordinates":[-0.1676129,51.8745121]},"properties":{"@type":"node","@id":8569054471,"@timestamp":1616938465},"coords":"51.8745121,-0.1676129","bedrooms":"4","price":"223000","area":"664"} , +{"type":"Feature","id":"n8569262121","geometry":{"type":"Point","coordinates":[-0.7403195,51.4237409]},"properties":{"@type":"node","@id":8569262121,"@timestamp":1616943677},"coords":"51.4237409,-0.7403195","bedrooms":"3","price":"173000","area":"475"} , +{"type":"Feature","id":"n8569274669","geometry":{"type":"Point","coordinates":[-0.4807114,51.54523]},"properties":{"@type":"node","@id":8569274669,"@timestamp":1616944013},"coords":"51.54523,-0.4807114","bedrooms":"0","price":"277000","area":"542"} , +{"type":"Feature","id":"n8569287469","geometry":{"type":"Point","coordinates":[-0.1261665,51.5085532]},"properties":{"@type":"node","@id":8569287469,"@timestamp":1616944590},"coords":"51.5085532,-0.1261665","bedrooms":"2","price":"163000","area":"686"} , +{"type":"Feature","id":"n8569337080","geometry":{"type":"Point","coordinates":[-0.4752173,51.5050601]},"properties":{"@type":"node","@id":8569337080,"@timestamp":1616946634},"coords":"51.5050601,-0.4752173","bedrooms":"4","price":"263000","area":"363"} , +{"type":"Feature","id":"n8569370608","geometry":{"type":"Point","coordinates":[0.0353083,51.549206]},"properties":{"@type":"node","@id":8569370608,"@timestamp":1616946988},"coords":"51.549206,0.0353083","bedrooms":"3","price":"233000","area":"418"} , +{"type":"Feature","id":"n8569372427","geometry":{"type":"Point","coordinates":[0.0351597,51.549063]},"properties":{"@type":"node","@id":8569372427,"@timestamp":1628517097},"coords":"51.549063,0.0351597","bedrooms":"0","price":"241000","area":"614"} , +{"type":"Feature","id":"n8569372462","geometry":{"type":"Point","coordinates":[0.0354182,51.5491271]},"properties":{"@type":"node","@id":8569372462,"@timestamp":1628786455},"coords":"51.5491271,0.0354182","bedrooms":"3","price":"194000","area":"426"} , +{"type":"Feature","id":"n8569372518","geometry":{"type":"Point","coordinates":[0.0348738,51.549763]},"properties":{"@type":"node","@id":8569372518,"@timestamp":1616946988},"coords":"51.549763,0.0348738","bedrooms":"1","price":"213000","area":"684"} , +{"type":"Feature","id":"n8569425604","geometry":{"type":"Point","coordinates":[-0.7719227,51.1836339]},"properties":{"@type":"node","@id":8569425604,"@timestamp":1616948867},"coords":"51.1836339,-0.7719227","bedrooms":"1","price":"298000","area":"630"} , +{"type":"Feature","id":"n8569457010","geometry":{"type":"Point","coordinates":[-0.5592012,51.6301343]},"properties":{"@type":"node","@id":8569457010,"@timestamp":1616949615},"coords":"51.6301343,-0.5592012","bedrooms":"2","price":"191000","area":"510"} , +{"type":"Feature","id":"n8569464914","geometry":{"type":"Point","coordinates":[-9.87e-05,51.5368495]},"properties":{"@type":"node","@id":8569464914,"@timestamp":1616950546},"coords":"51.5368495,-9.87e-05","bedrooms":"4","price":"155000","area":"566"} , +{"type":"Feature","id":"n8569472592","geometry":{"type":"Point","coordinates":[-0.2375268,51.511781]},"properties":{"@type":"node","@id":8569472592,"@timestamp":1616950153},"coords":"51.511781,-0.2375268","bedrooms":"0","price":"238000","area":"591"} , +{"type":"Feature","id":"n8569472608","geometry":{"type":"Point","coordinates":[-0.2376205,51.5119768]},"properties":{"@type":"node","@id":8569472608,"@timestamp":1616950153},"coords":"51.5119768,-0.2376205","bedrooms":"4","price":"284000","area":"665"} , +{"type":"Feature","id":"n8569472654","geometry":{"type":"Point","coordinates":[-0.2369438,51.5116266]},"properties":{"@type":"node","@id":8569472654,"@timestamp":1616950153},"coords":"51.5116266,-0.2369438","bedrooms":"4","price":"254000","area":"695"} , +{"type":"Feature","id":"n8569485918","geometry":{"type":"Point","coordinates":[-0.0002988,51.5366701]},"properties":{"@type":"node","@id":8569485918,"@timestamp":1616950546},"coords":"51.5366701,-0.0002988","bedrooms":"2","price":"245000","area":"380"} , +{"type":"Feature","id":"n8569485931","geometry":{"type":"Point","coordinates":[-0.0011609,51.5361264]},"properties":{"@type":"node","@id":8569485931,"@timestamp":1628024729},"coords":"51.5361264,-0.0011609","bedrooms":"2","price":"174000","area":"620"} , +{"type":"Feature","id":"n8569485943","geometry":{"type":"Point","coordinates":[-0.0014463,51.5365154]},"properties":{"@type":"node","@id":8569485943,"@timestamp":1627575769},"coords":"51.5365154,-0.0014463","bedrooms":"2","price":"179000","area":"438"} , +{"type":"Feature","id":"n8569489579","geometry":{"type":"Point","coordinates":[0.0352519,51.5504657]},"properties":{"@type":"node","@id":8569489579,"@timestamp":1616951554},"coords":"51.5504657,0.0352519","bedrooms":"0","price":"265000","area":"687"} , +{"type":"Feature","id":"n8569489609","geometry":{"type":"Point","coordinates":[0.0351134,51.5503621]},"properties":{"@type":"node","@id":8569489609,"@timestamp":1616951554},"coords":"51.5503621,0.0351134","bedrooms":"2","price":"151000","area":"525"} , +{"type":"Feature","id":"n8569594819","geometry":{"type":"Point","coordinates":[-0.0727684,51.4675088]},"properties":{"@type":"node","@id":8569594819,"@timestamp":1616951817},"coords":"51.4675088,-0.0727684","bedrooms":"0","price":"234000","area":"654"} , +{"type":"Feature","id":"n8569597599","geometry":{"type":"Point","coordinates":[0.001274,51.5391768]},"properties":{"@type":"node","@id":8569597599,"@timestamp":1616952774},"coords":"51.5391768,0.001274","bedrooms":"3","price":"193000","area":"356"} , +{"type":"Feature","id":"n8569610398","geometry":{"type":"Point","coordinates":[0.0378946,51.5495513]},"properties":{"@type":"node","@id":8569610398,"@timestamp":1616954110},"coords":"51.5495513,0.0378946","bedrooms":"2","price":"212000","area":"400"} , +{"type":"Feature","id":"n8569658032","geometry":{"type":"Point","coordinates":[0.0387561,51.5495683]},"properties":{"@type":"node","@id":8569658032,"@timestamp":1616954110},"coords":"51.5495683,0.0387561","bedrooms":"4","price":"205000","area":"501"} , +{"type":"Feature","id":"n8569759815","geometry":{"type":"Point","coordinates":[-0.7680469,51.4970136]},"properties":{"@type":"node","@id":8569759815,"@timestamp":1616958993},"coords":"51.4970136,-0.7680469","bedrooms":"1","price":"174000","area":"606"} , +{"type":"Feature","id":"n8569800436","geometry":{"type":"Point","coordinates":[-0.5569109,51.622126]},"properties":{"@type":"node","@id":8569800436,"@timestamp":1616959375},"coords":"51.622126,-0.5569109","bedrooms":"1","price":"238000","area":"673"} , +{"type":"Feature","id":"n8569805122","geometry":{"type":"Point","coordinates":[0.1671947,50.9509665]},"properties":{"@type":"node","@id":8569805122,"@timestamp":1616961716},"coords":"50.9509665,0.1671947","bedrooms":"0","price":"178000","area":"406"} , +{"type":"Feature","id":"n8569808279","geometry":{"type":"Point","coordinates":[-0.1081882,51.8990161]},"properties":{"@type":"node","@id":8569808279,"@timestamp":1616960636},"coords":"51.8990161,-0.1081882","bedrooms":"1","price":"151000","area":"574"} , +{"type":"Feature","id":"n8569839054","geometry":{"type":"Point","coordinates":[0.8688946,51.1636309]},"properties":{"@type":"node","@id":8569839054,"@timestamp":1616960463},"coords":"51.1636309,0.8688946","bedrooms":"2","price":"170000","area":"535"} , +{"type":"Feature","id":"n8569881860","geometry":{"type":"Point","coordinates":[0.1874065,50.9449379]},"properties":{"@type":"node","@id":8569881860,"@timestamp":1625476150},"coords":"50.9449379,0.1874065","bedrooms":"4","price":"231000","area":"632"} , +{"type":"Feature","id":"n8569914571","geometry":{"type":"Point","coordinates":[0.03708,51.5494632]},"properties":{"@type":"node","@id":8569914571,"@timestamp":1616962643},"coords":"51.5494632,0.03708","bedrooms":"0","price":"225000","area":"373"} , +{"type":"Feature","id":"n8569914589","geometry":{"type":"Point","coordinates":[0.0373484,51.5494812]},"properties":{"@type":"node","@id":8569914589,"@timestamp":1616962643},"coords":"51.5494812,0.0373484","bedrooms":"3","price":"257000","area":"502"} , +{"type":"Feature","id":"n8569984570","geometry":{"type":"Point","coordinates":[-0.2395357,51.3182941]},"properties":{"@type":"node","@id":8569984570,"@timestamp":1616964622},"coords":"51.3182941,-0.2395357","bedrooms":"0","price":"228000","area":"496"} , +{"type":"Feature","id":"n8570007853","geometry":{"type":"Point","coordinates":[-0.1792603,51.4273005]},"properties":{"@type":"node","@id":8570007853,"@timestamp":1618402969},"coords":"51.4273005,-0.1792603","bedrooms":"2","price":"187000","area":"465"} , +{"type":"Feature","id":"n8570036761","geometry":{"type":"Point","coordinates":[-0.2261847,51.3240093]},"properties":{"@type":"node","@id":8570036761,"@timestamp":1616966498},"coords":"51.3240093,-0.2261847","bedrooms":"2","price":"278000","area":"444"} , +{"type":"Feature","id":"n8570048435","geometry":{"type":"Point","coordinates":[-0.4497782,51.5195479]},"properties":{"@type":"node","@id":8570048435,"@timestamp":1616967017},"coords":"51.5195479,-0.4497782","bedrooms":"4","price":"203000","area":"558"} , +{"type":"Feature","id":"n8570048445","geometry":{"type":"Point","coordinates":[-0.4498922,51.5189316]},"properties":{"@type":"node","@id":8570048445,"@timestamp":1616967017},"coords":"51.5189316,-0.4498922","bedrooms":"4","price":"159000","area":"599"} , +{"type":"Feature","id":"n8570048455","geometry":{"type":"Point","coordinates":[-0.4497393,51.5183141]},"properties":{"@type":"node","@id":8570048455,"@timestamp":1616967017},"coords":"51.5183141,-0.4497393","bedrooms":"0","price":"284000","area":"483"} , +{"type":"Feature","id":"n8570048465","geometry":{"type":"Point","coordinates":[-0.4498694,51.5177633]},"properties":{"@type":"node","@id":8570048465,"@timestamp":1616967017},"coords":"51.5177633,-0.4498694","bedrooms":"2","price":"234000","area":"371"} , +{"type":"Feature","id":"n8570048475","geometry":{"type":"Point","coordinates":[-0.4499164,51.5183909]},"properties":{"@type":"node","@id":8570048475,"@timestamp":1616967017},"coords":"51.5183909,-0.4499164","bedrooms":"1","price":"179000","area":"554"} , +{"type":"Feature","id":"n8570048485","geometry":{"type":"Point","coordinates":[-0.4500867,51.5190576]},"properties":{"@type":"node","@id":8570048485,"@timestamp":1616967017},"coords":"51.5190576,-0.4500867","bedrooms":"4","price":"198000","area":"478"} , +{"type":"Feature","id":"n8570049860","geometry":{"type":"Point","coordinates":[-0.4501859,51.5191628]},"properties":{"@type":"node","@id":8570049860,"@timestamp":1616967292},"coords":"51.5191628,-0.4501859","bedrooms":"2","price":"171000","area":"531"} , +{"type":"Feature","id":"n8570049870","geometry":{"type":"Point","coordinates":[-0.4498426,51.517099]},"properties":{"@type":"node","@id":8570049870,"@timestamp":1616967292},"coords":"51.517099,-0.4498426","bedrooms":"4","price":"275000","area":"549"} , +{"type":"Feature","id":"n8570049880","geometry":{"type":"Point","coordinates":[-0.4501993,51.5175839]},"properties":{"@type":"node","@id":8570049880,"@timestamp":1616967292},"coords":"51.5175839,-0.4501993","bedrooms":"1","price":"183000","area":"552"} , +{"type":"Feature","id":"n8570080301","geometry":{"type":"Point","coordinates":[-0.1599252,51.5227256]},"properties":{"@type":"node","@id":8570080301,"@timestamp":1616971678},"coords":"51.5227256,-0.1599252","bedrooms":"3","price":"194000","area":"452"} , +{"type":"Feature","id":"n8570131376","geometry":{"type":"Point","coordinates":[-0.6264802,51.7152733]},"properties":{"@type":"node","@id":8570131376,"@timestamp":1616974429},"coords":"51.7152733,-0.6264802","bedrooms":"2","price":"178000","area":"623"} , +{"type":"Feature","id":"n8570131388","geometry":{"type":"Point","coordinates":[-0.619233,51.7252205]},"properties":{"@type":"node","@id":8570131388,"@timestamp":1616974429},"coords":"51.7252205,-0.619233","bedrooms":"0","price":"220000","area":"446"} , +{"type":"Feature","id":"n8570228696","geometry":{"type":"Point","coordinates":[0.2323988,51.9147679]},"properties":{"@type":"node","@id":8570228696,"@timestamp":1616976628},"coords":"51.9147679,0.2323988","bedrooms":"4","price":"269000","area":"388"} , +{"type":"Feature","id":"n8570241448","geometry":{"type":"Point","coordinates":[-0.0373067,51.4291142]},"properties":{"@type":"node","@id":8570241448,"@timestamp":1616978081},"coords":"51.4291142,-0.0373067","bedrooms":"3","price":"281000","area":"567"} , +{"type":"Feature","id":"n8570379167","geometry":{"type":"Point","coordinates":[-0.4136065,51.562614]},"properties":{"@type":"node","@id":8570379167,"@timestamp":1616987476},"coords":"51.562614,-0.4136065","bedrooms":"1","price":"169000","area":"652"} , +{"type":"Feature","id":"n8570438967","geometry":{"type":"Point","coordinates":[-0.6959038,51.3240417]},"properties":{"@type":"node","@id":8570438967,"@timestamp":1616991307},"coords":"51.3240417,-0.6959038","bedrooms":"2","price":"263000","area":"649"} , +{"type":"Feature","id":"n8570487450","geometry":{"type":"Point","coordinates":[-0.2356067,51.5117051]},"properties":{"@type":"node","@id":8570487450,"@timestamp":1616993106},"coords":"51.5117051,-0.2356067","bedrooms":"0","price":"195000","area":"438"} , +{"type":"Feature","id":"n8570487462","geometry":{"type":"Point","coordinates":[-0.2352464,51.5120439]},"properties":{"@type":"node","@id":8570487462,"@timestamp":1616993106},"coords":"51.5120439,-0.2352464","bedrooms":"1","price":"278000","area":"691"} , +{"type":"Feature","id":"n8570487494","geometry":{"type":"Point","coordinates":[-0.2357071,51.5116382]},"properties":{"@type":"node","@id":8570487494,"@timestamp":1616993106},"coords":"51.5116382,-0.2357071","bedrooms":"2","price":"189000","area":"581"} , +{"type":"Feature","id":"n8570896332","geometry":{"type":"Point","coordinates":[-0.0007755,51.5366564]},"properties":{"@type":"node","@id":8570896332,"@timestamp":1617005633},"coords":"51.5366564,-0.0007755","bedrooms":"2","price":"233000","area":"415"} , +{"type":"Feature","id":"n8571133506","geometry":{"type":"Point","coordinates":[-0.0935251,51.4349623]},"properties":{"@type":"node","@id":8571133506,"@timestamp":1617010191},"coords":"51.4349623,-0.0935251","bedrooms":"2","price":"244000","area":"417"} , +{"type":"Feature","id":"n8571136530","geometry":{"type":"Point","coordinates":[-0.0930102,51.4338959]},"properties":{"@type":"node","@id":8571136530,"@timestamp":1617010191},"coords":"51.4338959,-0.0930102","bedrooms":"2","price":"285000","area":"404"} , +{"type":"Feature","id":"n8571224733","geometry":{"type":"Point","coordinates":[-0.0909884,51.4320058]},"properties":{"@type":"node","@id":8571224733,"@timestamp":1617011877},"coords":"51.4320058,-0.0909884","bedrooms":"0","price":"271000","area":"419"} , +{"type":"Feature","id":"n8571246414","geometry":{"type":"Point","coordinates":[-0.08997,51.4294408]},"properties":{"@type":"node","@id":8571246414,"@timestamp":1617012772},"coords":"51.4294408,-0.08997","bedrooms":"2","price":"155000","area":"618"} , +{"type":"Feature","id":"n8571358108","geometry":{"type":"Point","coordinates":[-0.1772712,51.425445]},"properties":{"@type":"node","@id":8571358108,"@timestamp":1617014990},"coords":"51.425445,-0.1772712","bedrooms":"0","price":"244000","area":"656"} , +{"type":"Feature","id":"n8571436839","geometry":{"type":"Point","coordinates":[-0.0727903,51.5246054]},"properties":{"@type":"node","@id":8571436839,"@timestamp":1617017474},"coords":"51.5246054,-0.0727903","bedrooms":"4","price":"174000","area":"398"} , +{"type":"Feature","id":"n8571664816","geometry":{"type":"Point","coordinates":[-0.1443289,51.3586]},"properties":{"@type":"node","@id":8571664816,"@timestamp":1617023944},"coords":"51.3586,-0.1443289","bedrooms":"2","price":"281000","area":"630"} , +{"type":"Feature","id":"n8571872219","geometry":{"type":"Point","coordinates":[-0.0902876,51.4302828]},"properties":{"@type":"node","@id":8571872219,"@timestamp":1617025831},"coords":"51.4302828,-0.0902876","bedrooms":"4","price":"267000","area":"497"} , +{"type":"Feature","id":"n8571889107","geometry":{"type":"Point","coordinates":[0.4677802,51.7349595]},"properties":{"@type":"node","@id":8571889107,"@timestamp":1617273405},"coords":"51.7349595,0.4677802","bedrooms":"4","price":"161000","area":"383"} , +{"type":"Feature","id":"n8571917019","geometry":{"type":"Point","coordinates":[-0.1772427,51.4244962]},"properties":{"@type":"node","@id":8571917019,"@timestamp":1617143490},"coords":"51.4244962,-0.1772427","bedrooms":"0","price":"183000","area":"448"} , +{"type":"Feature","id":"n8572002432","geometry":{"type":"Point","coordinates":[-0.0627224,51.3431877]},"properties":{"@type":"node","@id":8572002432,"@timestamp":1617028730},"coords":"51.3431877,-0.0627224","bedrooms":"2","price":"270000","area":"357"} , +{"type":"Feature","id":"n8572038664","geometry":{"type":"Point","coordinates":[-0.1274108,51.4814106]},"properties":{"@type":"node","@id":8572038664,"@timestamp":1617029653},"coords":"51.4814106,-0.1274108","bedrooms":"0","price":"153000","area":"598"} , +{"type":"Feature","id":"n8572219139","geometry":{"type":"Point","coordinates":[-0.0921885,51.4348433]},"properties":{"@type":"node","@id":8572219139,"@timestamp":1622899277},"coords":"51.4348433,-0.0921885","bedrooms":"3","price":"152000","area":"697"} , +{"type":"Feature","id":"n8572407085","geometry":{"type":"Point","coordinates":[0.3159797,51.6218103]},"properties":{"@type":"node","@id":8572407085,"@timestamp":1617038743},"coords":"51.6218103,0.3159797","bedrooms":"0","price":"229000","area":"580"} , +{"type":"Feature","id":"n8572476158","geometry":{"type":"Point","coordinates":[-0.2355071,51.5102152]},"properties":{"@type":"node","@id":8572476158,"@timestamp":1617039485},"coords":"51.5102152,-0.2355071","bedrooms":"3","price":"299000","area":"450"} , +{"type":"Feature","id":"n8572481286","geometry":{"type":"Point","coordinates":[0.5024635,51.756498]},"properties":{"@type":"node","@id":8572481286,"@timestamp":1617039627},"coords":"51.756498,0.5024635","bedrooms":"3","price":"210000","area":"506"} , +{"type":"Feature","id":"n8572481296","geometry":{"type":"Point","coordinates":[0.5033651,51.7560928]},"properties":{"@type":"node","@id":8572481296,"@timestamp":1617039627},"coords":"51.7560928,0.5033651","bedrooms":"0","price":"247000","area":"465"} , +{"type":"Feature","id":"n8572481306","geometry":{"type":"Point","coordinates":[0.5037337,51.7556378]},"properties":{"@type":"node","@id":8572481306,"@timestamp":1617039627},"coords":"51.7556378,0.5037337","bedrooms":"2","price":"186000","area":"380"} , +{"type":"Feature","id":"n8572481321","geometry":{"type":"Point","coordinates":[0.5048334,51.7552642]},"properties":{"@type":"node","@id":8572481321,"@timestamp":1617039627},"coords":"51.7552642,0.5048334","bedrooms":"3","price":"268000","area":"467"} , +{"type":"Feature","id":"n8572481331","geometry":{"type":"Point","coordinates":[0.5046731,51.7544501]},"properties":{"@type":"node","@id":8572481331,"@timestamp":1617039627},"coords":"51.7544501,0.5046731","bedrooms":"0","price":"250000","area":"465"} , +{"type":"Feature","id":"n8572481347","geometry":{"type":"Point","coordinates":[0.5043096,51.7544608]},"properties":{"@type":"node","@id":8572481347,"@timestamp":1617039627},"coords":"51.7544608,0.5043096","bedrooms":"0","price":"152000","area":"568"} , +{"type":"Feature","id":"n8572481360","geometry":{"type":"Point","coordinates":[0.503845,51.7551618]},"properties":{"@type":"node","@id":8572481360,"@timestamp":1617039627},"coords":"51.7551618,0.503845","bedrooms":"4","price":"176000","area":"528"} , +{"type":"Feature","id":"n8572481370","geometry":{"type":"Point","coordinates":[0.502729,51.7569619]},"properties":{"@type":"node","@id":8572481370,"@timestamp":1617039627},"coords":"51.7569619,0.502729","bedrooms":"4","price":"274000","area":"608"} , +{"type":"Feature","id":"n8572481380","geometry":{"type":"Point","coordinates":[0.5022078,51.7573423]},"properties":{"@type":"node","@id":8572481380,"@timestamp":1617039627},"coords":"51.7573423,0.5022078","bedrooms":"3","price":"219000","area":"661"} , +{"type":"Feature","id":"n8572641707","geometry":{"type":"Point","coordinates":[0.0398929,51.5495427]},"properties":{"@type":"node","@id":8572641707,"@timestamp":1617042801},"coords":"51.5495427,0.0398929","bedrooms":"1","price":"254000","area":"479"} , +{"type":"Feature","id":"n8572641717","geometry":{"type":"Point","coordinates":[0.0373623,51.5492304]},"properties":{"@type":"node","@id":8572641717,"@timestamp":1617042801},"coords":"51.5492304,0.0373623","bedrooms":"2","price":"177000","area":"648"} , +{"type":"Feature","id":"n8572666988","geometry":{"type":"Point","coordinates":[-0.0093417,51.4866426]},"properties":{"@type":"node","@id":8572666988,"@timestamp":1617043784},"coords":"51.4866426,-0.0093417","bedrooms":"3","price":"194000","area":"602"} , +{"type":"Feature","id":"n8572669985","geometry":{"type":"Point","coordinates":[-0.1838962,51.4315379]},"properties":{"@type":"node","@id":8572669985,"@timestamp":1617485553},"coords":"51.4315379,-0.1838962","bedrooms":"1","price":"288000","area":"637"} , +{"type":"Feature","id":"n8572696658","geometry":{"type":"Point","coordinates":[-0.0937419,51.3629405]},"properties":{"@type":"node","@id":8572696658,"@timestamp":1617045879},"coords":"51.3629405,-0.0937419","bedrooms":"1","price":"199000","area":"555"} , +{"type":"Feature","id":"n8572746988","geometry":{"type":"Point","coordinates":[-0.1851356,51.4328257]},"properties":{"@type":"node","@id":8572746988,"@timestamp":1617046105},"coords":"51.4328257,-0.1851356","bedrooms":"2","price":"244000","area":"541"} , +{"type":"Feature","id":"n8572887652","geometry":{"type":"Point","coordinates":[-0.6778788,51.9195332]},"properties":{"@type":"node","@id":8572887652,"@timestamp":1629314459},"coords":"51.9195332,-0.6778788","bedrooms":"1","price":"249000","area":"622"} , +{"type":"Feature","id":"n8572998867","geometry":{"type":"Point","coordinates":[-0.1853204,51.4336625]},"properties":{"@type":"node","@id":8572998867,"@timestamp":1622394850},"coords":"51.4336625,-0.1853204","bedrooms":"0","price":"299000","area":"656"} , +{"type":"Feature","id":"n8573008327","geometry":{"type":"Point","coordinates":[-0.7912452,51.4328584]},"properties":{"@type":"node","@id":8573008327,"@timestamp":1617053187},"coords":"51.4328584,-0.7912452","bedrooms":"2","price":"293000","area":"555"} , +{"type":"Feature","id":"n8573008369","geometry":{"type":"Point","coordinates":[-0.7891506,51.4270757]},"properties":{"@type":"node","@id":8573008369,"@timestamp":1617053187},"coords":"51.4270757,-0.7891506","bedrooms":"2","price":"216000","area":"664"} , +{"type":"Feature","id":"n8573075459","geometry":{"type":"Point","coordinates":[-0.1370143,51.4622116]},"properties":{"@type":"node","@id":8573075459,"@timestamp":1617056305},"coords":"51.4622116,-0.1370143","bedrooms":"3","price":"154000","area":"698"} , +{"type":"Feature","id":"n8573149365","geometry":{"type":"Point","coordinates":[0.2186627,51.9050285]},"properties":{"@type":"node","@id":8573149365,"@timestamp":1617056974},"coords":"51.9050285,0.2186627","bedrooms":"3","price":"286000","area":"517"} , +{"type":"Feature","id":"n8573175902","geometry":{"type":"Point","coordinates":[-0.0933392,51.4738448]},"properties":{"@type":"node","@id":8573175902,"@timestamp":1617058321},"coords":"51.4738448,-0.0933392","bedrooms":"3","price":"195000","area":"373"} , +{"type":"Feature","id":"n8573263299","geometry":{"type":"Point","coordinates":[0.1842115,51.2880762]},"properties":{"@type":"node","@id":8573263299,"@timestamp":1617065568},"coords":"51.2880762,0.1842115","bedrooms":"1","price":"250000","area":"485"} , +{"type":"Feature","id":"n8573425677","geometry":{"type":"Point","coordinates":[0.1957383,51.2885292]},"properties":{"@type":"node","@id":8573425677,"@timestamp":1617073697},"coords":"51.2885292,0.1957383","bedrooms":"2","price":"153000","area":"487"} , +{"type":"Feature","id":"n8573431806","geometry":{"type":"Point","coordinates":[-0.1257851,51.4399623]},"properties":{"@type":"node","@id":8573431806,"@timestamp":1617072761},"coords":"51.4399623,-0.1257851","bedrooms":"1","price":"246000","area":"528"} , +{"type":"Feature","id":"n8573458739","geometry":{"type":"Point","coordinates":[-0.5394662,51.4904804]},"properties":{"@type":"node","@id":8573458739,"@timestamp":1617074326},"coords":"51.4904804,-0.5394662","bedrooms":"3","price":"221000","area":"436"} , +{"type":"Feature","id":"n8573685487","geometry":{"type":"Point","coordinates":[0.4736055,51.7369414]},"properties":{"@type":"node","@id":8573685487,"@timestamp":1617081260},"coords":"51.7369414,0.4736055","bedrooms":"2","price":"165000","area":"638"} , +{"type":"Feature","id":"n8574389956","geometry":{"type":"Point","coordinates":[-0.0966903,51.6784808]},"properties":{"@type":"node","@id":8574389956,"@timestamp":1617093925},"coords":"51.6784808,-0.0966903","bedrooms":"4","price":"243000","area":"580"} , +{"type":"Feature","id":"n8574562845","geometry":{"type":"Point","coordinates":[0.1460088,51.5953195]},"properties":{"@type":"node","@id":8574562845,"@timestamp":1617096552},"coords":"51.5953195,0.1460088","bedrooms":"0","price":"229000","area":"488"} , +{"type":"Feature","id":"n8574792803","geometry":{"type":"Point","coordinates":[-0.4077131,51.0261477]},"properties":{"@type":"node","@id":8574792803,"@timestamp":1617100966},"coords":"51.0261477,-0.4077131","bedrooms":"4","price":"249000","area":"688"} , +{"type":"Feature","id":"n8574952082","geometry":{"type":"Point","coordinates":[-0.7739303,51.1843605]},"properties":{"@type":"node","@id":8574952082,"@timestamp":1617188508},"coords":"51.1843605,-0.7739303","bedrooms":"3","price":"213000","area":"353"} , +{"type":"Feature","id":"n8575003889","geometry":{"type":"Point","coordinates":[-0.0150869,51.9145924]},"properties":{"@type":"node","@id":8575003889,"@timestamp":1617105070},"coords":"51.9145924,-0.0150869","bedrooms":"2","price":"268000","area":"575"} , +{"type":"Feature","id":"n8575072278","geometry":{"type":"Point","coordinates":[-0.119332,51.7523423]},"properties":{"@type":"node","@id":8575072278,"@timestamp":1617106778},"coords":"51.7523423,-0.119332","bedrooms":"3","price":"296000","area":"431"} , +{"type":"Feature","id":"n8575297446","geometry":{"type":"Point","coordinates":[0.1320884,51.2554862]},"properties":{"@type":"node","@id":8575297446,"@timestamp":1617110460},"coords":"51.2554862,0.1320884","bedrooms":"2","price":"265000","area":"573"} , +{"type":"Feature","id":"n8575498967","geometry":{"type":"Point","coordinates":[0.2249554,51.9158689]},"properties":{"@type":"node","@id":8575498967,"@timestamp":1617114257},"coords":"51.9158689,0.2249554","bedrooms":"3","price":"291000","area":"597"} , +{"type":"Feature","id":"n8575577046","geometry":{"type":"Point","coordinates":[-0.0186161,51.6674277]},"properties":{"@type":"node","@id":8575577046,"@timestamp":1617116568},"coords":"51.6674277,-0.0186161","bedrooms":"2","price":"293000","area":"596"} , +{"type":"Feature","id":"n8575684787","geometry":{"type":"Point","coordinates":[0.0471588,50.9994]},"properties":{"@type":"node","@id":8575684787,"@timestamp":1617118526},"coords":"50.9994,0.0471588","bedrooms":"3","price":"246000","area":"547"} , +{"type":"Feature","id":"n8576327356","geometry":{"type":"Point","coordinates":[-0.2303456,51.5140753]},"properties":{"@type":"node","@id":8576327356,"@timestamp":1617128536},"coords":"51.5140753,-0.2303456","bedrooms":"0","price":"249000","area":"377"} , +{"type":"Feature","id":"n8576327366","geometry":{"type":"Point","coordinates":[-0.2308232,51.5144939]},"properties":{"@type":"node","@id":8576327366,"@timestamp":1617128536},"coords":"51.5144939,-0.2308232","bedrooms":"0","price":"295000","area":"479"} , +{"type":"Feature","id":"n8576423639","geometry":{"type":"Point","coordinates":[-0.0069504,51.0166577]},"properties":{"@type":"node","@id":8576423639,"@timestamp":1617130982},"coords":"51.0166577,-0.0069504","bedrooms":"2","price":"249000","area":"576"} , +{"type":"Feature","id":"n8576760678","geometry":{"type":"Point","coordinates":[0.1171958,51.8675269]},"properties":{"@type":"node","@id":8576760678,"@timestamp":1617135524},"coords":"51.8675269,0.1171958","bedrooms":"0","price":"175000","area":"619"} , +{"type":"Feature","id":"n8576767463","geometry":{"type":"Point","coordinates":[0.0123695,50.9971109]},"properties":{"@type":"node","@id":8576767463,"@timestamp":1617135393},"coords":"50.9971109,0.0123695","bedrooms":"0","price":"244000","area":"491"} , +{"type":"Feature","id":"n8576767540","geometry":{"type":"Point","coordinates":[0.0139478,50.9899634]},"properties":{"@type":"node","@id":8576767540,"@timestamp":1617221448},"coords":"50.9899634,0.0139478","bedrooms":"2","price":"268000","area":"390"} , +{"type":"Feature","id":"n8576772679","geometry":{"type":"Point","coordinates":[0.1511973,51.8120306]},"properties":{"@type":"node","@id":8576772679,"@timestamp":1617135524},"coords":"51.8120306,0.1511973","bedrooms":"0","price":"203000","area":"574"} , +{"type":"Feature","id":"n8576902033","geometry":{"type":"Point","coordinates":[-0.7833592,51.3502265]},"properties":{"@type":"node","@id":8576902033,"@timestamp":1617139463},"coords":"51.3502265,-0.7833592","bedrooms":"3","price":"189000","area":"606"} , +{"type":"Feature","id":"n8576902062","geometry":{"type":"Point","coordinates":[-0.7866793,51.3543647]},"properties":{"@type":"node","@id":8576902062,"@timestamp":1617139463},"coords":"51.3543647,-0.7866793","bedrooms":"4","price":"269000","area":"362"} , +{"type":"Feature","id":"n8576953417","geometry":{"type":"Point","coordinates":[0.06949,51.476008]},"properties":{"@type":"node","@id":8576953417,"@timestamp":1617139890},"coords":"51.476008,0.06949","bedrooms":"4","price":"290000","area":"521"} , +{"type":"Feature","id":"n8577033869","geometry":{"type":"Point","coordinates":[-0.7266322,51.3493206]},"properties":{"@type":"node","@id":8577033869,"@timestamp":1617145250},"coords":"51.3493206,-0.7266322","bedrooms":"0","price":"161000","area":"388"} , +{"type":"Feature","id":"n8577038801","geometry":{"type":"Point","coordinates":[-0.1736951,51.4258783]},"properties":{"@type":"node","@id":8577038801,"@timestamp":1617622380},"coords":"51.4258783,-0.1736951","bedrooms":"3","price":"205000","area":"526"} , +{"type":"Feature","id":"n8577060128","geometry":{"type":"Point","coordinates":[-0.7777783,51.3533457]},"properties":{"@type":"node","@id":8577060128,"@timestamp":1617143591},"coords":"51.3533457,-0.7777783","bedrooms":"3","price":"154000","area":"409"} , +{"type":"Feature","id":"n8577084085","geometry":{"type":"Point","coordinates":[0.098399,51.7894033]},"properties":{"@type":"node","@id":8577084085,"@timestamp":1617144492},"coords":"51.7894033,0.098399","bedrooms":"1","price":"270000","area":"382"} , +{"type":"Feature","id":"n8577137736","geometry":{"type":"Point","coordinates":[0.1416914,51.8338236]},"properties":{"@type":"node","@id":8577137736,"@timestamp":1617148129},"coords":"51.8338236,0.1416914","bedrooms":"3","price":"191000","area":"384"} , +{"type":"Feature","id":"n8577184060","geometry":{"type":"Point","coordinates":[-0.1182852,51.5690443]},"properties":{"@type":"node","@id":8577184060,"@timestamp":1617149653},"coords":"51.5690443,-0.1182852","bedrooms":"3","price":"296000","area":"421"} , +{"type":"Feature","id":"n8577325929","geometry":{"type":"Point","coordinates":[0.326018,51.9085247]},"properties":{"@type":"node","@id":8577325929,"@timestamp":1617159683},"coords":"51.9085247,0.326018","bedrooms":"2","price":"299000","area":"542"} , +{"type":"Feature","id":"n8577457424","geometry":{"type":"Point","coordinates":[-0.3299692,51.0113983]},"properties":{"@type":"node","@id":8577457424,"@timestamp":1617165481},"coords":"51.0113983,-0.3299692","bedrooms":"1","price":"261000","area":"580"} , +{"type":"Feature","id":"n8577552286","geometry":{"type":"Point","coordinates":[-0.0436353,51.7968859]},"properties":{"@type":"node","@id":8577552286,"@timestamp":1617168701},"coords":"51.7968859,-0.0436353","bedrooms":"1","price":"230000","area":"473"} , +{"type":"Feature","id":"n8577809221","geometry":{"type":"Point","coordinates":[-0.0732742,51.7229894]},"properties":{"@type":"node","@id":8577809221,"@timestamp":1617170942},"coords":"51.7229894,-0.0732742","bedrooms":"0","price":"229000","area":"422"} , +{"type":"Feature","id":"n8578030253","geometry":{"type":"Point","coordinates":[-0.0042272,51.5494325]},"properties":{"@type":"node","@id":8578030253,"@timestamp":1617175234},"coords":"51.5494325,-0.0042272","bedrooms":"4","price":"203000","area":"490"} , +{"type":"Feature","id":"n8578153844","geometry":{"type":"Point","coordinates":[-0.0131227,51.5500141]},"properties":{"@type":"node","@id":8578153844,"@timestamp":1617175760},"coords":"51.5500141,-0.0131227","bedrooms":"2","price":"159000","area":"513"} , +{"type":"Feature","id":"n8578471741","geometry":{"type":"Point","coordinates":[-0.2927492,51.4615616]},"properties":{"@type":"node","@id":8578471741,"@timestamp":1617181850},"coords":"51.4615616,-0.2927492","bedrooms":"1","price":"295000","area":"453"} , +{"type":"Feature","id":"n8578599862","geometry":{"type":"Point","coordinates":[-0.2148689,51.7412105]},"properties":{"@type":"node","@id":8578599862,"@timestamp":1617183216},"coords":"51.7412105,-0.2148689","bedrooms":"0","price":"239000","area":"696"} , +{"type":"Feature","id":"n8578801701","geometry":{"type":"Point","coordinates":[0.0199175,51.4606994]},"properties":{"@type":"node","@id":8578801701,"@timestamp":1617187451},"coords":"51.4606994,0.0199175","bedrooms":"1","price":"156000","area":"447"} , +{"type":"Feature","id":"n8578957873","geometry":{"type":"Point","coordinates":[-0.3323588,51.5030667]},"properties":{"@type":"node","@id":8578957873,"@timestamp":1619612904},"coords":"51.5030667,-0.3323588","bedrooms":"0","price":"150000","area":"412"} , +{"type":"Feature","id":"n8579030405","geometry":{"type":"Point","coordinates":[-0.170407,51.8407035]},"properties":{"@type":"node","@id":8579030405,"@timestamp":1617193509},"coords":"51.8407035,-0.170407","bedrooms":"4","price":"171000","area":"523"} , +{"type":"Feature","id":"n8579233861","geometry":{"type":"Point","coordinates":[-0.0799792,51.5121501]},"properties":{"@type":"node","@id":8579233861,"@timestamp":1625711851},"coords":"51.5121501,-0.0799792","bedrooms":"0","price":"282000","area":"439"} , +{"type":"Feature","id":"n8579233873","geometry":{"type":"Point","coordinates":[-0.0795412,51.5116327]},"properties":{"@type":"node","@id":8579233873,"@timestamp":1617198046},"coords":"51.5116327,-0.0795412","bedrooms":"1","price":"237000","area":"685"} , +{"type":"Feature","id":"n8579240310","geometry":{"type":"Point","coordinates":[-0.0753307,51.5117258]},"properties":{"@type":"node","@id":8579240310,"@timestamp":1633021690},"coords":"51.5117258,-0.0753307","bedrooms":"0","price":"217000","area":"665"} , +{"type":"Feature","id":"n8579339850","geometry":{"type":"Point","coordinates":[-0.5469938,51.6200404]},"properties":{"@type":"node","@id":8579339850,"@timestamp":1617200211},"coords":"51.6200404,-0.5469938","bedrooms":"0","price":"298000","area":"639"} , +{"type":"Feature","id":"n8579339883","geometry":{"type":"Point","coordinates":[-0.5550057,51.6145525]},"properties":{"@type":"node","@id":8579339883,"@timestamp":1617200211},"coords":"51.6145525,-0.5550057","bedrooms":"2","price":"176000","area":"640"} , +{"type":"Feature","id":"n8579395907","geometry":{"type":"Point","coordinates":[-0.5470412,51.4150639]},"properties":{"@type":"node","@id":8579395907,"@timestamp":1617201506},"coords":"51.4150639,-0.5470412","bedrooms":"2","price":"274000","area":"455"} , +{"type":"Feature","id":"n8579578947","geometry":{"type":"Point","coordinates":[0.0315627,51.4798015]},"properties":{"@type":"node","@id":8579578947,"@timestamp":1617206866},"coords":"51.4798015,0.0315627","bedrooms":"3","price":"277000","area":"481"} , +{"type":"Feature","id":"n8579754666","geometry":{"type":"Point","coordinates":[-0.0801147,51.5187415]},"properties":{"@type":"node","@id":8579754666,"@timestamp":1617211359},"coords":"51.5187415,-0.0801147","bedrooms":"1","price":"194000","area":"414"} , +{"type":"Feature","id":"n8579775489","geometry":{"type":"Point","coordinates":[-0.7795699,51.3434647]},"properties":{"@type":"node","@id":8579775489,"@timestamp":1619612686},"coords":"51.3434647,-0.7795699","bedrooms":"2","price":"165000","area":"502"} , +{"type":"Feature","id":"n8579775499","geometry":{"type":"Point","coordinates":[-0.7766572,51.3484134]},"properties":{"@type":"node","@id":8579775499,"@timestamp":1619612686},"coords":"51.3484134,-0.7766572","bedrooms":"3","price":"171000","area":"567"} , +{"type":"Feature","id":"n8579775510","geometry":{"type":"Point","coordinates":[-0.7738911,51.3496505]},"properties":{"@type":"node","@id":8579775510,"@timestamp":1619612686},"coords":"51.3496505,-0.7738911","bedrooms":"0","price":"236000","area":"507"} , +{"type":"Feature","id":"n8579841018","geometry":{"type":"Point","coordinates":[-0.7750423,51.3476687]},"properties":{"@type":"node","@id":8579841018,"@timestamp":1619612686},"coords":"51.3476687,-0.7750423","bedrooms":"1","price":"275000","area":"623"} , +{"type":"Feature","id":"n8579841692","geometry":{"type":"Point","coordinates":[-0.0414387,51.5479428]},"properties":{"@type":"node","@id":8579841692,"@timestamp":1617212787},"coords":"51.5479428,-0.0414387","bedrooms":"1","price":"273000","area":"353"} , +{"type":"Feature","id":"n8579881802","geometry":{"type":"Point","coordinates":[-0.8014031,51.352771]},"properties":{"@type":"node","@id":8579881802,"@timestamp":1617214137},"coords":"51.352771,-0.8014031","bedrooms":"4","price":"281000","area":"400"} , +{"type":"Feature","id":"n8579892509","geometry":{"type":"Point","coordinates":[-0.234702,51.5121249]},"properties":{"@type":"node","@id":8579892509,"@timestamp":1617213940},"coords":"51.5121249,-0.234702","bedrooms":"0","price":"208000","area":"496"} , +{"type":"Feature","id":"n8579897321","geometry":{"type":"Point","coordinates":[-0.8067591,51.3493141]},"properties":{"@type":"node","@id":8579897321,"@timestamp":1617214137},"coords":"51.3493141,-0.8067591","bedrooms":"0","price":"293000","area":"460"} , +{"type":"Feature","id":"n8580209367","geometry":{"type":"Point","coordinates":[-0.1742985,51.4373047]},"properties":{"@type":"node","@id":8580209367,"@timestamp":1617217129},"coords":"51.4373047,-0.1742985","bedrooms":"3","price":"223000","area":"612"} , +{"type":"Feature","id":"n8580591604","geometry":{"type":"Point","coordinates":[0.014003,50.9900151]},"properties":{"@type":"node","@id":8580591604,"@timestamp":1617293019},"coords":"50.9900151,0.014003","bedrooms":"3","price":"214000","area":"523"} , +{"type":"Feature","id":"n8580591616","geometry":{"type":"Point","coordinates":[0.0061278,50.9882842]},"properties":{"@type":"node","@id":8580591616,"@timestamp":1617221448},"coords":"50.9882842,0.0061278","bedrooms":"3","price":"186000","area":"639"} , +{"type":"Feature","id":"n8580598047","geometry":{"type":"Point","coordinates":[0.1147352,51.7750538]},"properties":{"@type":"node","@id":8580598047,"@timestamp":1617221127},"coords":"51.7750538,0.1147352","bedrooms":"0","price":"295000","area":"409"} , +{"type":"Feature","id":"n8580598070","geometry":{"type":"Point","coordinates":[0.1143973,51.7754872]},"properties":{"@type":"node","@id":8580598070,"@timestamp":1631365127},"coords":"51.7754872,0.1143973","bedrooms":"2","price":"175000","area":"593"} , +{"type":"Feature","id":"n8580637070","geometry":{"type":"Point","coordinates":[-0.1269558,51.5902935]},"properties":{"@type":"node","@id":8580637070,"@timestamp":1626542451},"coords":"51.5902935,-0.1269558","bedrooms":"3","price":"283000","area":"491"} , +{"type":"Feature","id":"n8580804477","geometry":{"type":"Point","coordinates":[0.0179156,51.557906]},"properties":{"@type":"node","@id":8580804477,"@timestamp":1617225856},"coords":"51.557906,0.0179156","bedrooms":"2","price":"288000","area":"673"} , +{"type":"Feature","id":"n8580804490","geometry":{"type":"Point","coordinates":[0.0242592,51.5516549]},"properties":{"@type":"node","@id":8580804490,"@timestamp":1617225856},"coords":"51.5516549,0.0242592","bedrooms":"4","price":"281000","area":"660"} , +{"type":"Feature","id":"n8580804500","geometry":{"type":"Point","coordinates":[0.0247961,51.5516494]},"properties":{"@type":"node","@id":8580804500,"@timestamp":1617225856},"coords":"51.5516494,0.0247961","bedrooms":"1","price":"161000","area":"362"} , +{"type":"Feature","id":"n8580970689","geometry":{"type":"Point","coordinates":[0.203225,51.901204]},"properties":{"@type":"node","@id":8580970689,"@timestamp":1617233085},"coords":"51.901204,0.203225","bedrooms":"3","price":"241000","area":"522"} , +{"type":"Feature","id":"n8581208859","geometry":{"type":"Point","coordinates":[-0.6025894,51.1537934]},"properties":{"@type":"node","@id":8581208859,"@timestamp":1617244710},"coords":"51.1537934,-0.6025894","bedrooms":"1","price":"273000","area":"399"} , +{"type":"Feature","id":"n8581278621","geometry":{"type":"Point","coordinates":[-0.7594255,51.5808331]},"properties":{"@type":"node","@id":8581278621,"@timestamp":1617247195},"coords":"51.5808331,-0.7594255","bedrooms":"3","price":"229000","area":"522"} , +{"type":"Feature","id":"n8581392002","geometry":{"type":"Point","coordinates":[0.0575899,51.7426078]},"properties":{"@type":"node","@id":8581392002,"@timestamp":1617250325},"coords":"51.7426078,0.0575899","bedrooms":"1","price":"252000","area":"674"} , +{"type":"Feature","id":"n8581398059","geometry":{"type":"Point","coordinates":[-0.2346222,51.5115838]},"properties":{"@type":"node","@id":8581398059,"@timestamp":1617250152},"coords":"51.5115838,-0.2346222","bedrooms":"0","price":"252000","area":"606"} , +{"type":"Feature","id":"n8581456293","geometry":{"type":"Point","coordinates":[-0.1231553,51.7436961]},"properties":{"@type":"node","@id":8581456293,"@timestamp":1617251961},"coords":"51.7436961,-0.1231553","bedrooms":"1","price":"278000","area":"486"} , +{"type":"Feature","id":"n8581530341","geometry":{"type":"Point","coordinates":[0.3687452,51.9542904]},"properties":{"@type":"node","@id":8581530341,"@timestamp":1617254343},"coords":"51.9542904,0.3687452","bedrooms":"1","price":"202000","area":"513"} , +{"type":"Feature","id":"n8581637570","geometry":{"type":"Point","coordinates":[-0.0142426,51.6142698]},"properties":{"@type":"node","@id":8581637570,"@timestamp":1617256806},"coords":"51.6142698,-0.0142426","bedrooms":"0","price":"160000","area":"648"} , +{"type":"Feature","id":"n8581640152","geometry":{"type":"Point","coordinates":[-0.0141209,51.6141293]},"properties":{"@type":"node","@id":8581640152,"@timestamp":1617256575},"coords":"51.6141293,-0.0141209","bedrooms":"2","price":"181000","area":"602"} , +{"type":"Feature","id":"n8581768476","geometry":{"type":"Point","coordinates":[0.1093,51.4709948]},"properties":{"@type":"node","@id":8581768476,"@timestamp":1617259980},"coords":"51.4709948,0.1093","bedrooms":"2","price":"233000","area":"573"} , +{"type":"Feature","id":"n8582093941","geometry":{"type":"Point","coordinates":[0.2992448,51.6984809]},"properties":{"@type":"node","@id":8582093941,"@timestamp":1617265403},"coords":"51.6984809,0.2992448","bedrooms":"4","price":"242000","area":"489"} , +{"type":"Feature","id":"n8582165452","geometry":{"type":"Point","coordinates":[0.0682905,51.6315207]},"properties":{"@type":"node","@id":8582165452,"@timestamp":1617266542},"coords":"51.6315207,0.0682905","bedrooms":"3","price":"236000","area":"660"} , +{"type":"Feature","id":"n8582228728","geometry":{"type":"Point","coordinates":[-0.1712489,51.4359253]},"properties":{"@type":"node","@id":8582228728,"@timestamp":1617268450},"coords":"51.4359253,-0.1712489","bedrooms":"0","price":"177000","area":"405"} , +{"type":"Feature","id":"n8582228766","geometry":{"type":"Point","coordinates":[-0.169566,51.4359403]},"properties":{"@type":"node","@id":8582228766,"@timestamp":1617268450},"coords":"51.4359403,-0.169566","bedrooms":"1","price":"160000","area":"484"} , +{"type":"Feature","id":"n8582228802","geometry":{"type":"Point","coordinates":[-0.1705879,51.4366288]},"properties":{"@type":"node","@id":8582228802,"@timestamp":1617268450},"coords":"51.4366288,-0.1705879","bedrooms":"0","price":"211000","area":"668"} , +{"type":"Feature","id":"n8582228838","geometry":{"type":"Point","coordinates":[-0.1730913,51.4364206]},"properties":{"@type":"node","@id":8582228838,"@timestamp":1617268450},"coords":"51.4364206,-0.1730913","bedrooms":"2","price":"199000","area":"422"} , +{"type":"Feature","id":"n8582265628","geometry":{"type":"Point","coordinates":[0.3396206,51.8448679]},"properties":{"@type":"node","@id":8582265628,"@timestamp":1617268397},"coords":"51.8448679,0.3396206","bedrooms":"1","price":"269000","area":"583"} , +{"type":"Feature","id":"n8582414635","geometry":{"type":"Point","coordinates":[0.5108704,51.7441629]},"properties":{"@type":"node","@id":8582414635,"@timestamp":1617271527},"coords":"51.7441629,0.5108704","bedrooms":"1","price":"277000","area":"465"} , +{"type":"Feature","id":"n8582642271","geometry":{"type":"Point","coordinates":[-0.1724908,51.1829287]},"properties":{"@type":"node","@id":8582642271,"@timestamp":1617276958},"coords":"51.1829287,-0.1724908","bedrooms":"4","price":"241000","area":"417"} , +{"type":"Feature","id":"n8582707663","geometry":{"type":"Point","coordinates":[-0.4864788,51.5362641]},"properties":{"@type":"node","@id":8582707663,"@timestamp":1617278439},"coords":"51.5362641,-0.4864788","bedrooms":"4","price":"205000","area":"403"} , +{"type":"Feature","id":"n8582735438","geometry":{"type":"Point","coordinates":[-0.7810584,51.3418521]},"properties":{"@type":"node","@id":8582735438,"@timestamp":1617279290},"coords":"51.3418521,-0.7810584","bedrooms":"3","price":"297000","area":"386"} , +{"type":"Feature","id":"n8582735455","geometry":{"type":"Point","coordinates":[-0.7838881,51.3427354]},"properties":{"@type":"node","@id":8582735455,"@timestamp":1617279290},"coords":"51.3427354,-0.7838881","bedrooms":"3","price":"268000","area":"569"} , +{"type":"Feature","id":"n8582786448","geometry":{"type":"Point","coordinates":[0.6219023,51.8787214]},"properties":{"@type":"node","@id":8582786448,"@timestamp":1617280025},"coords":"51.8787214,0.6219023","bedrooms":"4","price":"178000","area":"618"} , +{"type":"Feature","id":"n8582788636","geometry":{"type":"Point","coordinates":[0.5814654,51.8898503]},"properties":{"@type":"node","@id":8582788636,"@timestamp":1617280452},"coords":"51.8898503,0.5814654","bedrooms":"4","price":"285000","area":"697"} , +{"type":"Feature","id":"n8582788646","geometry":{"type":"Point","coordinates":[0.5915505,51.8952085]},"properties":{"@type":"node","@id":8582788646,"@timestamp":1617280452},"coords":"51.8952085,0.5915505","bedrooms":"1","price":"276000","area":"395"} , +{"type":"Feature","id":"n8582788656","geometry":{"type":"Point","coordinates":[0.5913788,51.8980272]},"properties":{"@type":"node","@id":8582788656,"@timestamp":1617280452},"coords":"51.8980272,0.5913788","bedrooms":"3","price":"271000","area":"534"} , +{"type":"Feature","id":"n8582788666","geometry":{"type":"Point","coordinates":[0.5924946,51.9051783]},"properties":{"@type":"node","@id":8582788666,"@timestamp":1617280452},"coords":"51.9051783,0.5924946","bedrooms":"2","price":"170000","area":"363"} , +{"type":"Feature","id":"n8582788676","geometry":{"type":"Point","coordinates":[0.602341,51.9143228]},"properties":{"@type":"node","@id":8582788676,"@timestamp":1617280452},"coords":"51.9143228,0.602341","bedrooms":"3","price":"268000","area":"536"} , +{"type":"Feature","id":"n8582842643","geometry":{"type":"Point","coordinates":[0.2104338,51.9096571]},"properties":{"@type":"node","@id":8582842643,"@timestamp":1617282103},"coords":"51.9096571,0.2104338","bedrooms":"2","price":"238000","area":"357"} , +{"type":"Feature","id":"n8582912833","geometry":{"type":"Point","coordinates":[-0.722868,51.4198742]},"properties":{"@type":"node","@id":8582912833,"@timestamp":1617283967},"coords":"51.4198742,-0.722868","bedrooms":"3","price":"286000","area":"388"} , +{"type":"Feature","id":"n8582912869","geometry":{"type":"Point","coordinates":[-0.731041,51.4225123]},"properties":{"@type":"node","@id":8582912869,"@timestamp":1617283967},"coords":"51.4225123,-0.731041","bedrooms":"0","price":"242000","area":"577"} , +{"type":"Feature","id":"n8582913641","geometry":{"type":"Point","coordinates":[0.8666258,51.6881517]},"properties":{"@type":"node","@id":8582913641,"@timestamp":1617284037},"coords":"51.6881517,0.8666258","bedrooms":"3","price":"170000","area":"672"} , +{"type":"Feature","id":"n8582913653","geometry":{"type":"Point","coordinates":[0.8699249,51.6827955]},"properties":{"@type":"node","@id":8582913653,"@timestamp":1617284037},"coords":"51.6827955,0.8699249","bedrooms":"2","price":"226000","area":"465"} , +{"type":"Feature","id":"n8582913663","geometry":{"type":"Point","coordinates":[0.839164,51.6264426]},"properties":{"@type":"node","@id":8582913663,"@timestamp":1617284037},"coords":"51.6264426,0.839164","bedrooms":"4","price":"153000","area":"585"} , +{"type":"Feature","id":"n8582913673","geometry":{"type":"Point","coordinates":[0.8458453,51.6349953]},"properties":{"@type":"node","@id":8582913673,"@timestamp":1617284037},"coords":"51.6349953,0.8458453","bedrooms":"1","price":"279000","area":"396"} , +{"type":"Feature","id":"n8582913683","geometry":{"type":"Point","coordinates":[0.8512768,51.6426293]},"properties":{"@type":"node","@id":8582913683,"@timestamp":1617284037},"coords":"51.6426293,0.8512768","bedrooms":"2","price":"299000","area":"431"} , +{"type":"Feature","id":"n8582913693","geometry":{"type":"Point","coordinates":[0.8556622,51.6510874]},"properties":{"@type":"node","@id":8582913693,"@timestamp":1617284037},"coords":"51.6510874,0.8556622","bedrooms":"2","price":"291000","area":"612"} , +{"type":"Feature","id":"n8582913703","geometry":{"type":"Point","coordinates":[0.8613244,51.6569516]},"properties":{"@type":"node","@id":8582913703,"@timestamp":1617284037},"coords":"51.6569516,0.8613244","bedrooms":"3","price":"246000","area":"499"} , +{"type":"Feature","id":"n8582913713","geometry":{"type":"Point","coordinates":[0.8689097,51.6640079]},"properties":{"@type":"node","@id":8582913713,"@timestamp":1617284037},"coords":"51.6640079,0.8689097","bedrooms":"0","price":"150000","area":"698"} , +{"type":"Feature","id":"n8582918521","geometry":{"type":"Point","coordinates":[0.1793989,51.8346299]},"properties":{"@type":"node","@id":8582918521,"@timestamp":1617283977},"coords":"51.8346299,0.1793989","bedrooms":"0","price":"219000","area":"512"} , +{"type":"Feature","id":"n8582919153","geometry":{"type":"Point","coordinates":[-0.2293535,51.3119041]},"properties":{"@type":"node","@id":8582919153,"@timestamp":1617284005},"coords":"51.3119041,-0.2293535","bedrooms":"3","price":"218000","area":"500"} , +{"type":"Feature","id":"n8582919199","geometry":{"type":"Point","coordinates":[-0.2273019,51.3120705]},"properties":{"@type":"node","@id":8582919199,"@timestamp":1617284005},"coords":"51.3120705,-0.2273019","bedrooms":"2","price":"228000","area":"556"} , +{"type":"Feature","id":"n8582919213","geometry":{"type":"Point","coordinates":[-0.2268716,51.3128048]},"properties":{"@type":"node","@id":8582919213,"@timestamp":1617284005},"coords":"51.3128048,-0.2268716","bedrooms":"3","price":"206000","area":"654"} , +{"type":"Feature","id":"n8582919237","geometry":{"type":"Point","coordinates":[-0.226491,51.3123986]},"properties":{"@type":"node","@id":8582919237,"@timestamp":1617284005},"coords":"51.3123986,-0.226491","bedrooms":"4","price":"253000","area":"492"} , +{"type":"Feature","id":"n8582920417","geometry":{"type":"Point","coordinates":[0.8703017,51.6674333]},"properties":{"@type":"node","@id":8582920417,"@timestamp":1617284037},"coords":"51.6674333,0.8703017","bedrooms":"2","price":"194000","area":"596"} , +{"type":"Feature","id":"n8582920427","geometry":{"type":"Point","coordinates":[0.8650124,51.6704642]},"properties":{"@type":"node","@id":8582920427,"@timestamp":1617284037},"coords":"51.6704642,0.8650124","bedrooms":"2","price":"219000","area":"497"} , +{"type":"Feature","id":"n8582920437","geometry":{"type":"Point","coordinates":[0.8517301,51.6714457]},"properties":{"@type":"node","@id":8582920437,"@timestamp":1617284037},"coords":"51.6714457,0.8517301","bedrooms":"3","price":"251000","area":"675"} , +{"type":"Feature","id":"n8582920447","geometry":{"type":"Point","coordinates":[0.8382842,51.6732405]},"properties":{"@type":"node","@id":8582920447,"@timestamp":1617284037},"coords":"51.6732405,0.8382842","bedrooms":"1","price":"233000","area":"404"} , +{"type":"Feature","id":"n8582920457","geometry":{"type":"Point","coordinates":[0.8244091,51.6719364]},"properties":{"@type":"node","@id":8582920457,"@timestamp":1617284037},"coords":"51.6719364,0.8244091","bedrooms":"0","price":"262000","area":"561"} , +{"type":"Feature","id":"n8582920467","geometry":{"type":"Point","coordinates":[0.8063444,51.6715405]},"properties":{"@type":"node","@id":8582920467,"@timestamp":1617284037},"coords":"51.6715405,0.8063444","bedrooms":"4","price":"244000","area":"361"} , +{"type":"Feature","id":"n8582920477","geometry":{"type":"Point","coordinates":[0.7934591,51.6691168]},"properties":{"@type":"node","@id":8582920477,"@timestamp":1617284037},"coords":"51.6691168,0.7934591","bedrooms":"2","price":"173000","area":"657"} , +{"type":"Feature","id":"n8582920487","geometry":{"type":"Point","coordinates":[0.7764459,51.6682451]},"properties":{"@type":"node","@id":8582920487,"@timestamp":1617284037},"coords":"51.6682451,0.7764459","bedrooms":"0","price":"262000","area":"643"} , +{"type":"Feature","id":"n8582920497","geometry":{"type":"Point","coordinates":[0.7634318,51.6710747]},"properties":{"@type":"node","@id":8582920497,"@timestamp":1617284037},"coords":"51.6710747,0.7634318","bedrooms":"1","price":"176000","area":"535"} , +{"type":"Feature","id":"n8582920507","geometry":{"type":"Point","coordinates":[0.7476979,51.674463]},"properties":{"@type":"node","@id":8582920507,"@timestamp":1617284037},"coords":"51.674463,0.7476979","bedrooms":"0","price":"221000","area":"442"} , +{"type":"Feature","id":"n8582920517","geometry":{"type":"Point","coordinates":[0.7320258,51.6790934]},"properties":{"@type":"node","@id":8582920517,"@timestamp":1617284037},"coords":"51.6790934,0.7320258","bedrooms":"0","price":"231000","area":"357"} , +{"type":"Feature","id":"n8582920527","geometry":{"type":"Point","coordinates":[0.7191485,51.6842173]},"properties":{"@type":"node","@id":8582920527,"@timestamp":1617284037},"coords":"51.6842173,0.7191485","bedrooms":"4","price":"173000","area":"472"} , +{"type":"Feature","id":"n8582920537","geometry":{"type":"Point","coordinates":[0.7049596,51.6932371]},"properties":{"@type":"node","@id":8582920537,"@timestamp":1617284037},"coords":"51.6932371,0.7049596","bedrooms":"3","price":"294000","area":"450"} , +{"type":"Feature","id":"n8582920547","geometry":{"type":"Point","coordinates":[0.7050119,51.6929329]},"properties":{"@type":"node","@id":8582920547,"@timestamp":1617284037},"coords":"51.6929329,0.7050119","bedrooms":"3","price":"297000","area":"415"} , +{"type":"Feature","id":"n8582920557","geometry":{"type":"Point","coordinates":[0.6930131,51.6959213]},"properties":{"@type":"node","@id":8582920557,"@timestamp":1617284037},"coords":"51.6959213,0.6930131","bedrooms":"4","price":"245000","area":"481"} , +{"type":"Feature","id":"n8582920567","geometry":{"type":"Point","coordinates":[0.6854519,51.7061148]},"properties":{"@type":"node","@id":8582920567,"@timestamp":1617284037},"coords":"51.7061148,0.6854519","bedrooms":"1","price":"166000","area":"368"} , +{"type":"Feature","id":"n8582920577","geometry":{"type":"Point","coordinates":[0.6724057,51.708716]},"properties":{"@type":"node","@id":8582920577,"@timestamp":1617284037},"coords":"51.708716,0.6724057","bedrooms":"1","price":"211000","area":"571"} , +{"type":"Feature","id":"n8582968830","geometry":{"type":"Point","coordinates":[0.5968612,51.6518787]},"properties":{"@type":"node","@id":8582968830,"@timestamp":1617284985},"coords":"51.6518787,0.5968612","bedrooms":"1","price":"235000","area":"539"} , +{"type":"Feature","id":"n8583153170","geometry":{"type":"Point","coordinates":[-0.4833682,51.7435439]},"properties":{"@type":"node","@id":8583153170,"@timestamp":1617289634},"coords":"51.7435439,-0.4833682","bedrooms":"4","price":"298000","area":"477"} , +{"type":"Feature","id":"n8583153180","geometry":{"type":"Point","coordinates":[-0.4912415,51.7436355]},"properties":{"@type":"node","@id":8583153180,"@timestamp":1617289634},"coords":"51.7436355,-0.4912415","bedrooms":"4","price":"246000","area":"643"} , +{"type":"Feature","id":"n8583323690","geometry":{"type":"Point","coordinates":[-0.8120576,51.8189841]},"properties":{"@type":"node","@id":8583323690,"@timestamp":1617292935},"coords":"51.8189841,-0.8120576","bedrooms":"0","price":"248000","area":"472"} , +{"type":"Feature","id":"n8583354983","geometry":{"type":"Point","coordinates":[-0.2919238,51.4249272]},"properties":{"@type":"node","@id":8583354983,"@timestamp":1617294444},"coords":"51.4249272,-0.2919238","bedrooms":"0","price":"159000","area":"487"} , +{"type":"Feature","id":"n8583354993","geometry":{"type":"Point","coordinates":[-0.2914649,51.4247674]},"properties":{"@type":"node","@id":8583354993,"@timestamp":1617294444},"coords":"51.4247674,-0.2914649","bedrooms":"4","price":"188000","area":"462"} , +{"type":"Feature","id":"n8583412912","geometry":{"type":"Point","coordinates":[-0.2431562,51.3712046]},"properties":{"@type":"node","@id":8583412912,"@timestamp":1621690950},"coords":"51.3712046,-0.2431562","bedrooms":"2","price":"194000","area":"654"} , +{"type":"Feature","id":"n8583858375","geometry":{"type":"Point","coordinates":[-0.7604502,51.4248701]},"properties":{"@type":"node","@id":8583858375,"@timestamp":1617304203},"coords":"51.4248701,-0.7604502","bedrooms":"0","price":"226000","area":"519"} , +{"type":"Feature","id":"n8583880231","geometry":{"type":"Point","coordinates":[-0.7354595,51.4278439]},"properties":{"@type":"node","@id":8583880231,"@timestamp":1617302780},"coords":"51.4278439,-0.7354595","bedrooms":"3","price":"230000","area":"573"} , +{"type":"Feature","id":"n8583959317","geometry":{"type":"Point","coordinates":[0.7164949,51.1764785]},"properties":{"@type":"node","@id":8583959317,"@timestamp":1617305043},"coords":"51.1764785,0.7164949","bedrooms":"2","price":"215000","area":"484"} , +{"type":"Feature","id":"n8584414458","geometry":{"type":"Point","coordinates":[0.2981773,51.8978766]},"properties":{"@type":"node","@id":8584414458,"@timestamp":1620050427},"coords":"51.8978766,0.2981773","bedrooms":"1","price":"259000","area":"552"} , +{"type":"Feature","id":"n8584491103","geometry":{"type":"Point","coordinates":[0.3537278,51.8781563]},"properties":{"@type":"node","@id":8584491103,"@timestamp":1617320924},"coords":"51.8781563,0.3537278","bedrooms":"0","price":"248000","area":"474"} , +{"type":"Feature","id":"n8584495985","geometry":{"type":"Point","coordinates":[-0.1769673,51.4316725]},"properties":{"@type":"node","@id":8584495985,"@timestamp":1617319730},"coords":"51.4316725,-0.1769673","bedrooms":"0","price":"173000","area":"484"} , +{"type":"Feature","id":"n8584512227","geometry":{"type":"Point","coordinates":[0.2880195,51.8666379]},"properties":{"@type":"node","@id":8584512227,"@timestamp":1617320924},"coords":"51.8666379,0.2880195","bedrooms":"1","price":"153000","area":"537"} , +{"type":"Feature","id":"n8584512255","geometry":{"type":"Point","coordinates":[0.1681401,51.8668293]},"properties":{"@type":"node","@id":8584512255,"@timestamp":1617320924},"coords":"51.8668293,0.1681401","bedrooms":"4","price":"167000","area":"452"} , +{"type":"Feature","id":"n8584643102","geometry":{"type":"Point","coordinates":[0.5507206,51.5676103]},"properties":{"@type":"node","@id":8584643102,"@timestamp":1617329686},"coords":"51.5676103,0.5507206","bedrooms":"4","price":"293000","area":"693"} , +{"type":"Feature","id":"n8584883163","geometry":{"type":"Point","coordinates":[-0.0349065,51.6770528]},"properties":{"@type":"node","@id":8584883163,"@timestamp":1617337354},"coords":"51.6770528,-0.0349065","bedrooms":"4","price":"235000","area":"370"} , +{"type":"Feature","id":"n8584883216","geometry":{"type":"Point","coordinates":[-0.0407311,51.6710199]},"properties":{"@type":"node","@id":8584883216,"@timestamp":1617337354},"coords":"51.6710199,-0.0407311","bedrooms":"2","price":"163000","area":"478"} , +{"type":"Feature","id":"n8584948918","geometry":{"type":"Point","coordinates":[-0.2326698,51.5124374]},"properties":{"@type":"node","@id":8584948918,"@timestamp":1617340037},"coords":"51.5124374,-0.2326698","bedrooms":"3","price":"233000","area":"517"} , +{"type":"Feature","id":"n8584971513","geometry":{"type":"Point","coordinates":[0.5789669,51.5317363]},"properties":{"@type":"node","@id":8584971513,"@timestamp":1617429474},"coords":"51.5317363,0.5789669","bedrooms":"2","price":"260000","area":"597"} , +{"type":"Feature","id":"n8585084901","geometry":{"type":"Point","coordinates":[0.541525,51.2437286]},"properties":{"@type":"node","@id":8585084901,"@timestamp":1617344469},"coords":"51.2437286,0.541525","bedrooms":"4","price":"221000","area":"557"} , +{"type":"Feature","id":"n8585141825","geometry":{"type":"Point","coordinates":[-0.0179606,51.7382126]},"properties":{"@type":"node","@id":8585141825,"@timestamp":1617345923},"coords":"51.7382126,-0.0179606","bedrooms":"0","price":"235000","area":"655"} , +{"type":"Feature","id":"n8585314936","geometry":{"type":"Point","coordinates":[-0.056463,51.5233353]},"properties":{"@type":"node","@id":8585314936,"@timestamp":1617349912},"coords":"51.5233353,-0.056463","bedrooms":"3","price":"198000","area":"450"} , +{"type":"Feature","id":"n8585355844","geometry":{"type":"Point","coordinates":[-0.2746917,51.5658362]},"properties":{"@type":"node","@id":8585355844,"@timestamp":1617350963},"coords":"51.5658362,-0.2746917","bedrooms":"1","price":"201000","area":"619"} , +{"type":"Feature","id":"n8585684878","geometry":{"type":"Point","coordinates":[0.7776582,51.6461612]},"properties":{"@type":"node","@id":8585684878,"@timestamp":1617355259},"coords":"51.6461612,0.7776582","bedrooms":"1","price":"251000","area":"411"} , +{"type":"Feature","id":"n8585684888","geometry":{"type":"Point","coordinates":[0.7896061,51.6459423]},"properties":{"@type":"node","@id":8585684888,"@timestamp":1617355259},"coords":"51.6459423,0.7896061","bedrooms":"2","price":"277000","area":"368"} , +{"type":"Feature","id":"n8585684898","geometry":{"type":"Point","coordinates":[0.7920349,51.6411212]},"properties":{"@type":"node","@id":8585684898,"@timestamp":1617355259},"coords":"51.6411212,0.7920349","bedrooms":"3","price":"197000","area":"392"} , +{"type":"Feature","id":"n8585689117","geometry":{"type":"Point","coordinates":[0.746381,51.6055178]},"properties":{"@type":"node","@id":8585689117,"@timestamp":1617355051},"coords":"51.6055178,0.746381","bedrooms":"1","price":"224000","area":"562"} , +{"type":"Feature","id":"n8585689127","geometry":{"type":"Point","coordinates":[0.7606611,51.6046332]},"properties":{"@type":"node","@id":8585689127,"@timestamp":1617355051},"coords":"51.6046332,0.7606611","bedrooms":"3","price":"270000","area":"617"} , +{"type":"Feature","id":"n8585689137","geometry":{"type":"Point","coordinates":[0.7745013,51.6045499]},"properties":{"@type":"node","@id":8585689137,"@timestamp":1617355051},"coords":"51.6045499,0.7745013","bedrooms":"4","price":"193000","area":"624"} , +{"type":"Feature","id":"n8585689147","geometry":{"type":"Point","coordinates":[0.7888618,51.6011164]},"properties":{"@type":"node","@id":8585689147,"@timestamp":1617355051},"coords":"51.6011164,0.7888618","bedrooms":"2","price":"265000","area":"511"} , +{"type":"Feature","id":"n8585689157","geometry":{"type":"Point","coordinates":[0.8039197,51.5980008]},"properties":{"@type":"node","@id":8585689157,"@timestamp":1617355051},"coords":"51.5980008,0.8039197","bedrooms":"3","price":"216000","area":"657"} , +{"type":"Feature","id":"n8585689167","geometry":{"type":"Point","coordinates":[0.7915172,51.6162112]},"properties":{"@type":"node","@id":8585689167,"@timestamp":1617355051},"coords":"51.6162112,0.7915172","bedrooms":"2","price":"155000","area":"491"} , +{"type":"Feature","id":"n8585689177","geometry":{"type":"Point","coordinates":[0.7995263,51.6149105]},"properties":{"@type":"node","@id":8585689177,"@timestamp":1617355051},"coords":"51.6149105,0.7995263","bedrooms":"3","price":"213000","area":"409"} , +{"type":"Feature","id":"n8585689187","geometry":{"type":"Point","coordinates":[0.7984225,51.6078207]},"properties":{"@type":"node","@id":8585689187,"@timestamp":1617355051},"coords":"51.6078207,0.7984225","bedrooms":"3","price":"170000","area":"688"} , +{"type":"Feature","id":"n8585689197","geometry":{"type":"Point","coordinates":[0.8700174,51.6888609]},"properties":{"@type":"node","@id":8585689197,"@timestamp":1617355051},"coords":"51.6888609,0.8700174","bedrooms":"0","price":"244000","area":"630"} , +{"type":"Feature","id":"n8585689207","geometry":{"type":"Point","coordinates":[0.8589721,51.6839379]},"properties":{"@type":"node","@id":8585689207,"@timestamp":1617355051},"coords":"51.6839379,0.8589721","bedrooms":"1","price":"191000","area":"390"} , +{"type":"Feature","id":"n8585691110","geometry":{"type":"Point","coordinates":[0.8810788,51.7097938]},"properties":{"@type":"node","@id":8585691110,"@timestamp":1617355578},"coords":"51.7097938,0.8810788","bedrooms":"2","price":"175000","area":"654"} , +{"type":"Feature","id":"n8585696206","geometry":{"type":"Point","coordinates":[0.6474088,51.7150031]},"properties":{"@type":"node","@id":8585696206,"@timestamp":1617355793},"coords":"51.7150031,0.6474088","bedrooms":"3","price":"281000","area":"499"} , +{"type":"Feature","id":"n8585696216","geometry":{"type":"Point","coordinates":[0.69617,51.7175988]},"properties":{"@type":"node","@id":8585696216,"@timestamp":1617355793},"coords":"51.7175988,0.69617","bedrooms":"4","price":"154000","area":"427"} , +{"type":"Feature","id":"n8585700398","geometry":{"type":"Point","coordinates":[0.7892454,51.5909126]},"properties":{"@type":"node","@id":8585700398,"@timestamp":1617356194},"coords":"51.5909126,0.7892454","bedrooms":"2","price":"179000","area":"388"} , +{"type":"Feature","id":"n8585700408","geometry":{"type":"Point","coordinates":[0.7762635,51.588558]},"properties":{"@type":"node","@id":8585700408,"@timestamp":1617356194},"coords":"51.588558,0.7762635","bedrooms":"2","price":"275000","area":"609"} , +{"type":"Feature","id":"n8585708518","geometry":{"type":"Point","coordinates":[0.8827995,51.7100265]},"properties":{"@type":"node","@id":8585708518,"@timestamp":1617355578},"coords":"51.7100265,0.8827995","bedrooms":"0","price":"228000","area":"420"} , +{"type":"Feature","id":"n8585708528","geometry":{"type":"Point","coordinates":[0.8768329,51.7107769]},"properties":{"@type":"node","@id":8585708528,"@timestamp":1617355578},"coords":"51.7107769,0.8768329","bedrooms":"0","price":"249000","area":"365"} , +{"type":"Feature","id":"n8585750818","geometry":{"type":"Point","coordinates":[0.7626861,51.588423]},"properties":{"@type":"node","@id":8585750818,"@timestamp":1617356194},"coords":"51.588423,0.7626861","bedrooms":"0","price":"274000","area":"520"} , +{"type":"Feature","id":"n8585750828","geometry":{"type":"Point","coordinates":[0.7477435,51.5868798]},"properties":{"@type":"node","@id":8585750828,"@timestamp":1617356194},"coords":"51.5868798,0.7477435","bedrooms":"3","price":"267000","area":"527"} , +{"type":"Feature","id":"n8585751711","geometry":{"type":"Point","coordinates":[0.6833759,51.6291949]},"properties":{"@type":"node","@id":8585751711,"@timestamp":1617356731},"coords":"51.6291949,0.6833759","bedrooms":"1","price":"252000","area":"587"} , +{"type":"Feature","id":"n8585771221","geometry":{"type":"Point","coordinates":[0.6827697,51.6165143]},"properties":{"@type":"node","@id":8585771221,"@timestamp":1617356731},"coords":"51.6165143,0.6827697","bedrooms":"4","price":"170000","area":"650"} , +{"type":"Feature","id":"n8585771231","geometry":{"type":"Point","coordinates":[0.6849959,51.6222598]},"properties":{"@type":"node","@id":8585771231,"@timestamp":1617356731},"coords":"51.6222598,0.6849959","bedrooms":"3","price":"192000","area":"484"} , +{"type":"Feature","id":"n8585771241","geometry":{"type":"Point","coordinates":[0.6976077,51.6197852]},"properties":{"@type":"node","@id":8585771241,"@timestamp":1617356731},"coords":"51.6197852,0.6976077","bedrooms":"4","price":"279000","area":"577"} , +{"type":"Feature","id":"n8585771251","geometry":{"type":"Point","coordinates":[0.7078028,51.6195787]},"properties":{"@type":"node","@id":8585771251,"@timestamp":1617356731},"coords":"51.6195787,0.7078028","bedrooms":"1","price":"258000","area":"514"} , +{"type":"Feature","id":"n8585771261","geometry":{"type":"Point","coordinates":[0.7096589,51.6185778]},"properties":{"@type":"node","@id":8585771261,"@timestamp":1617356731},"coords":"51.6185778,0.7096589","bedrooms":"3","price":"257000","area":"460"} , +{"type":"Feature","id":"n8585771271","geometry":{"type":"Point","coordinates":[0.7183439,51.614166]},"properties":{"@type":"node","@id":8585771271,"@timestamp":1617356731},"coords":"51.614166,0.7183439","bedrooms":"2","price":"220000","area":"658"} , +{"type":"Feature","id":"n8585771281","geometry":{"type":"Point","coordinates":[0.7374921,51.6135864]},"properties":{"@type":"node","@id":8585771281,"@timestamp":1617356731},"coords":"51.6135864,0.7374921","bedrooms":"2","price":"177000","area":"588"} , +{"type":"Feature","id":"n8585856511","geometry":{"type":"Point","coordinates":[-0.4378746,51.3909031]},"properties":{"@type":"node","@id":8585856511,"@timestamp":1617359126},"coords":"51.3909031,-0.4378746","bedrooms":"1","price":"253000","area":"520"} , +{"type":"Feature","id":"n8586075952","geometry":{"type":"Point","coordinates":[-0.4635219,51.511062]},"properties":{"@type":"node","@id":8586075952,"@timestamp":1617361389},"coords":"51.511062,-0.4635219","bedrooms":"0","price":"291000","area":"394"} , +{"type":"Feature","id":"n8586100620","geometry":{"type":"Point","coordinates":[-0.1844685,51.4259439]},"properties":{"@type":"node","@id":8586100620,"@timestamp":1618407313},"coords":"51.4259439,-0.1844685","bedrooms":"3","price":"254000","area":"409"} , +{"type":"Feature","id":"n8586125899","geometry":{"type":"Point","coordinates":[0.5112773,51.7261941]},"properties":{"@type":"node","@id":8586125899,"@timestamp":1617362200},"coords":"51.7261941,0.5112773","bedrooms":"0","price":"180000","area":"377"} , +{"type":"Feature","id":"n8586204937","geometry":{"type":"Point","coordinates":[0.537643,51.7652452]},"properties":{"@type":"node","@id":8586204937,"@timestamp":1617362842},"coords":"51.7652452,0.537643","bedrooms":"0","price":"293000","area":"529"} , +{"type":"Feature","id":"n8586206730","geometry":{"type":"Point","coordinates":[0.6559902,51.1337737]},"properties":{"@type":"node","@id":8586206730,"@timestamp":1617362847},"coords":"51.1337737,0.6559902","bedrooms":"3","price":"156000","area":"585"} , +{"type":"Feature","id":"n8586283138","geometry":{"type":"Point","coordinates":[-0.2064027,51.9839468]},"properties":{"@type":"node","@id":8586283138,"@timestamp":1617364995},"coords":"51.9839468,-0.2064027","bedrooms":"0","price":"213000","area":"405"} , +{"type":"Feature","id":"n8586460524","geometry":{"type":"Point","coordinates":[0.2636905,51.8899275]},"properties":{"@type":"node","@id":8586460524,"@timestamp":1617366785},"coords":"51.8899275,0.2636905","bedrooms":"1","price":"284000","area":"537"} , +{"type":"Feature","id":"n8586549434","geometry":{"type":"Point","coordinates":[-0.0974265,51.6260128]},"properties":{"@type":"node","@id":8586549434,"@timestamp":1617368867},"coords":"51.6260128,-0.0974265","bedrooms":"3","price":"169000","area":"370"} , +{"type":"Feature","id":"n8586558997","geometry":{"type":"Point","coordinates":[-0.7980766,51.3491889]},"properties":{"@type":"node","@id":8586558997,"@timestamp":1617369377},"coords":"51.3491889,-0.7980766","bedrooms":"2","price":"173000","area":"371"} , +{"type":"Feature","id":"n8586573922","geometry":{"type":"Point","coordinates":[-0.174812,51.4303628]},"properties":{"@type":"node","@id":8586573922,"@timestamp":1618612540},"coords":"51.4303628,-0.174812","bedrooms":"2","price":"294000","area":"371"} , +{"type":"Feature","id":"n8586573932","geometry":{"type":"Point","coordinates":[-0.1763889,51.4315468]},"properties":{"@type":"node","@id":8586573932,"@timestamp":1617369787},"coords":"51.4315468,-0.1763889","bedrooms":"4","price":"193000","area":"527"} , +{"type":"Feature","id":"n8586701853","geometry":{"type":"Point","coordinates":[-0.0741056,51.1261939]},"properties":{"@type":"node","@id":8586701853,"@timestamp":1625764025},"coords":"51.1261939,-0.0741056","bedrooms":"4","price":"261000","area":"656"} , +{"type":"Feature","id":"n8586914041","geometry":{"type":"Point","coordinates":[-0.7886759,51.4255248]},"properties":{"@type":"node","@id":8586914041,"@timestamp":1617376926},"coords":"51.4255248,-0.7886759","bedrooms":"2","price":"226000","area":"363"} , +{"type":"Feature","id":"n8586914053","geometry":{"type":"Point","coordinates":[-0.7880441,51.4245591]},"properties":{"@type":"node","@id":8586914053,"@timestamp":1617376926},"coords":"51.4245591,-0.7880441","bedrooms":"0","price":"187000","area":"678"} , +{"type":"Feature","id":"n8586914063","geometry":{"type":"Point","coordinates":[-0.7885344,51.4244132]},"properties":{"@type":"node","@id":8586914063,"@timestamp":1617376926},"coords":"51.4244132,-0.7885344","bedrooms":"1","price":"171000","area":"516"} , +{"type":"Feature","id":"n8586914073","geometry":{"type":"Point","coordinates":[-0.7876899,51.4240986]},"properties":{"@type":"node","@id":8586914073,"@timestamp":1617376926},"coords":"51.4240986,-0.7876899","bedrooms":"1","price":"261000","area":"684"} , +{"type":"Feature","id":"n8586972290","geometry":{"type":"Point","coordinates":[-0.0150085,51.613378]},"properties":{"@type":"node","@id":8586972290,"@timestamp":1617379228},"coords":"51.613378,-0.0150085","bedrooms":"1","price":"198000","area":"557"} , +{"type":"Feature","id":"n8587007147","geometry":{"type":"Point","coordinates":[-0.2253332,51.3123217]},"properties":{"@type":"node","@id":8587007147,"@timestamp":1625491420},"coords":"51.3123217,-0.2253332","bedrooms":"3","price":"162000","area":"480"} , +{"type":"Feature","id":"n8587007171","geometry":{"type":"Point","coordinates":[-0.2254701,51.3120832]},"properties":{"@type":"node","@id":8587007171,"@timestamp":1625491420},"coords":"51.3120832,-0.2254701","bedrooms":"1","price":"154000","area":"532"} , +{"type":"Feature","id":"n8587007197","geometry":{"type":"Point","coordinates":[-0.2260078,51.3128584]},"properties":{"@type":"node","@id":8587007197,"@timestamp":1625491420},"coords":"51.3128584,-0.2260078","bedrooms":"3","price":"288000","area":"499"} , +{"type":"Feature","id":"n8587007221","geometry":{"type":"Point","coordinates":[-0.2251269,51.3127299]},"properties":{"@type":"node","@id":8587007221,"@timestamp":1625491420},"coords":"51.3127299,-0.2251269","bedrooms":"2","price":"264000","area":"525"} , +{"type":"Feature","id":"n8587007243","geometry":{"type":"Point","coordinates":[-0.2255569,51.3129066]},"properties":{"@type":"node","@id":8587007243,"@timestamp":1625491420},"coords":"51.3129066,-0.2255569","bedrooms":"4","price":"269000","area":"417"} , +{"type":"Feature","id":"n8587007268","geometry":{"type":"Point","coordinates":[-0.2256662,51.3132051]},"properties":{"@type":"node","@id":8587007268,"@timestamp":1625491420},"coords":"51.3132051,-0.2256662","bedrooms":"0","price":"281000","area":"380"} , +{"type":"Feature","id":"n8587051051","geometry":{"type":"Point","coordinates":[-0.2938362,51.4255696]},"properties":{"@type":"node","@id":8587051051,"@timestamp":1617381418},"coords":"51.4255696,-0.2938362","bedrooms":"2","price":"286000","area":"545"} , +{"type":"Feature","id":"n8587051061","geometry":{"type":"Point","coordinates":[-0.2908821,51.424723]},"properties":{"@type":"node","@id":8587051061,"@timestamp":1617381418},"coords":"51.424723,-0.2908821","bedrooms":"3","price":"164000","area":"438"} , +{"type":"Feature","id":"n8587119440","geometry":{"type":"Point","coordinates":[-0.3205287,51.2117828]},"properties":{"@type":"node","@id":8587119440,"@timestamp":1617383509},"coords":"51.2117828,-0.3205287","bedrooms":"4","price":"201000","area":"569"} , +{"type":"Feature","id":"n8587180521","geometry":{"type":"Point","coordinates":[-0.2299704,51.5111198]},"properties":{"@type":"node","@id":8587180521,"@timestamp":1617385765},"coords":"51.5111198,-0.2299704","bedrooms":"2","price":"270000","area":"692"} , +{"type":"Feature","id":"n8587271238","geometry":{"type":"Point","coordinates":[0.1156102,51.6948987]},"properties":{"@type":"node","@id":8587271238,"@timestamp":1617388408},"coords":"51.6948987,0.1156102","bedrooms":"0","price":"272000","area":"688"} , +{"type":"Feature","id":"n8588090820","geometry":{"type":"Point","coordinates":[-0.5678097,51.6107902]},"properties":{"@type":"node","@id":8588090820,"@timestamp":1617399887},"coords":"51.6107902,-0.5678097","bedrooms":"2","price":"207000","area":"408"} , +{"type":"Feature","id":"n8588215882","geometry":{"type":"Point","coordinates":[-0.2438919,51.3230221]},"properties":{"@type":"node","@id":8588215882,"@timestamp":1617408018},"coords":"51.3230221,-0.2438919","bedrooms":"2","price":"267000","area":"492"} , +{"type":"Feature","id":"n8588226189","geometry":{"type":"Point","coordinates":[-0.2636739,51.3338171]},"properties":{"@type":"node","@id":8588226189,"@timestamp":1617407634},"coords":"51.3338171,-0.2636739","bedrooms":"1","price":"276000","area":"360"} , +{"type":"Feature","id":"n8588329348","geometry":{"type":"Point","coordinates":[-0.2443727,51.3313733]},"properties":{"@type":"node","@id":8588329348,"@timestamp":1617410565},"coords":"51.3313733,-0.2443727","bedrooms":"1","price":"197000","area":"696"} , +{"type":"Feature","id":"n8588450443","geometry":{"type":"Point","coordinates":[-0.0144709,51.5294126]},"properties":{"@type":"node","@id":8588450443,"@timestamp":1617418958},"coords":"51.5294126,-0.0144709","bedrooms":"3","price":"195000","area":"501"} , +{"type":"Feature","id":"n8588678027","geometry":{"type":"Point","coordinates":[-0.2292317,51.513474]},"properties":{"@type":"node","@id":8588678027,"@timestamp":1617427134},"coords":"51.513474,-0.2292317","bedrooms":"1","price":"197000","area":"569"} , +{"type":"Feature","id":"n8588792521","geometry":{"type":"Point","coordinates":[0.5762887,51.2706636]},"properties":{"@type":"node","@id":8588792521,"@timestamp":1617432769},"coords":"51.2706636,0.5762887","bedrooms":"0","price":"193000","area":"635"} , +{"type":"Feature","id":"n8588792531","geometry":{"type":"Point","coordinates":[0.571214,51.275253]},"properties":{"@type":"node","@id":8588792531,"@timestamp":1617432769},"coords":"51.275253,0.571214","bedrooms":"0","price":"291000","area":"402"} , +{"type":"Feature","id":"n8588792586","geometry":{"type":"Point","coordinates":[0.5510062,51.2753738]},"properties":{"@type":"node","@id":8588792586,"@timestamp":1617433725},"coords":"51.2753738,0.5510062","bedrooms":"0","price":"187000","area":"564"} , +{"type":"Feature","id":"n8588792596","geometry":{"type":"Point","coordinates":[0.5537555,51.2784578]},"properties":{"@type":"node","@id":8588792596,"@timestamp":1617433725},"coords":"51.2784578,0.5537555","bedrooms":"2","price":"277000","area":"576"} , +{"type":"Feature","id":"n8588792606","geometry":{"type":"Point","coordinates":[0.5586451,51.277097]},"properties":{"@type":"node","@id":8588792606,"@timestamp":1617433725},"coords":"51.277097,0.5586451","bedrooms":"0","price":"151000","area":"646"} , +{"type":"Feature","id":"n8588792616","geometry":{"type":"Point","coordinates":[0.5523875,51.2719541]},"properties":{"@type":"node","@id":8588792616,"@timestamp":1617433725},"coords":"51.2719541,0.5523875","bedrooms":"0","price":"296000","area":"394"} , +{"type":"Feature","id":"n8588815526","geometry":{"type":"Point","coordinates":[0.5660132,51.2774595]},"properties":{"@type":"node","@id":8588815526,"@timestamp":1617433725},"coords":"51.2774595,0.5660132","bedrooms":"2","price":"212000","area":"379"} , +{"type":"Feature","id":"n8588815536","geometry":{"type":"Point","coordinates":[0.5634087,51.2646506]},"properties":{"@type":"node","@id":8588815536,"@timestamp":1617433725},"coords":"51.2646506,0.5634087","bedrooms":"4","price":"268000","area":"571"} , +{"type":"Feature","id":"n8588815546","geometry":{"type":"Point","coordinates":[0.5604959,51.2616413]},"properties":{"@type":"node","@id":8588815546,"@timestamp":1617433725},"coords":"51.2616413,0.5604959","bedrooms":"0","price":"181000","area":"605"} , +{"type":"Feature","id":"n8588815556","geometry":{"type":"Point","coordinates":[0.5664906,51.2661275]},"properties":{"@type":"node","@id":8588815556,"@timestamp":1617433725},"coords":"51.2661275,0.5664906","bedrooms":"0","price":"165000","area":"555"} , +{"type":"Feature","id":"n8588815566","geometry":{"type":"Point","coordinates":[0.5662921,51.2740566]},"properties":{"@type":"node","@id":8588815566,"@timestamp":1617433725},"coords":"51.2740566,0.5662921","bedrooms":"4","price":"268000","area":"581"} , +{"type":"Feature","id":"n8588815576","geometry":{"type":"Point","coordinates":[0.57156,51.2643938]},"properties":{"@type":"node","@id":8588815576,"@timestamp":1617433725},"coords":"51.2643938,0.57156","bedrooms":"4","price":"267000","area":"605"} , +{"type":"Feature","id":"n8588815586","geometry":{"type":"Point","coordinates":[0.5728286,51.2644089]},"properties":{"@type":"node","@id":8588815586,"@timestamp":1617433725},"coords":"51.2644089,0.5728286","bedrooms":"0","price":"235000","area":"670"} , +{"type":"Feature","id":"n8588829708","geometry":{"type":"Point","coordinates":[0.73746,51.3550081]},"properties":{"@type":"node","@id":8588829708,"@timestamp":1617434640},"coords":"51.3550081,0.73746","bedrooms":"3","price":"260000","area":"601"} , +{"type":"Feature","id":"n8588838218","geometry":{"type":"Point","coordinates":[0.7339811,51.363565]},"properties":{"@type":"node","@id":8588838218,"@timestamp":1617434640},"coords":"51.363565,0.7339811","bedrooms":"0","price":"270000","area":"560"} , +{"type":"Feature","id":"n8588838228","geometry":{"type":"Point","coordinates":[0.7350299,51.3624547]},"properties":{"@type":"node","@id":8588838228,"@timestamp":1617434640},"coords":"51.3624547,0.7350299","bedrooms":"2","price":"187000","area":"428"} , +{"type":"Feature","id":"n8588838246","geometry":{"type":"Point","coordinates":[0.7457373,51.3623223]},"properties":{"@type":"node","@id":8588838246,"@timestamp":1617434640},"coords":"51.3623223,0.7457373","bedrooms":"0","price":"280000","area":"471"} , +{"type":"Feature","id":"n8588838256","geometry":{"type":"Point","coordinates":[0.7399893,51.3620226]},"properties":{"@type":"node","@id":8588838256,"@timestamp":1617434640},"coords":"51.3620226,0.7399893","bedrooms":"3","price":"295000","area":"456"} , +{"type":"Feature","id":"n8588838266","geometry":{"type":"Point","coordinates":[0.7348716,51.3611483]},"properties":{"@type":"node","@id":8588838266,"@timestamp":1617434640},"coords":"51.3611483,0.7348716","bedrooms":"3","price":"198000","area":"439"} , +{"type":"Feature","id":"n8588838276","geometry":{"type":"Point","coordinates":[0.7477516,51.3589576]},"properties":{"@type":"node","@id":8588838276,"@timestamp":1617434640},"coords":"51.3589576,0.7477516","bedrooms":"3","price":"175000","area":"545"} , +{"type":"Feature","id":"n8588838286","geometry":{"type":"Point","coordinates":[0.7413652,51.3574235]},"properties":{"@type":"node","@id":8588838286,"@timestamp":1619457691},"coords":"51.3574235,0.7413652","bedrooms":"3","price":"160000","area":"361"} , +{"type":"Feature","id":"n8588994899","geometry":{"type":"Point","coordinates":[0.4715653,51.7383022]},"properties":{"@type":"node","@id":8588994899,"@timestamp":1617439066},"coords":"51.7383022,0.4715653","bedrooms":"4","price":"206000","area":"695"} , +{"type":"Feature","id":"n8588994909","geometry":{"type":"Point","coordinates":[0.4715627,51.7384309]},"properties":{"@type":"node","@id":8588994909,"@timestamp":1617439066},"coords":"51.7384309,0.4715627","bedrooms":"4","price":"198000","area":"643"} , +{"type":"Feature","id":"n8589000816","geometry":{"type":"Point","coordinates":[0.1901016,51.8922696]},"properties":{"@type":"node","@id":8589000816,"@timestamp":1617439595},"coords":"51.8922696,0.1901016","bedrooms":"1","price":"181000","area":"640"} , +{"type":"Feature","id":"n8589100989","geometry":{"type":"Point","coordinates":[0.5721715,51.4156021]},"properties":{"@type":"node","@id":8589100989,"@timestamp":1617441791},"coords":"51.4156021,0.5721715","bedrooms":"4","price":"280000","area":"419"} , +{"type":"Feature","id":"n8589101004","geometry":{"type":"Point","coordinates":[0.5642925,51.4132091]},"properties":{"@type":"node","@id":8589101004,"@timestamp":1617441791},"coords":"51.4132091,0.5642925","bedrooms":"2","price":"268000","area":"638"} , +{"type":"Feature","id":"n8589212555","geometry":{"type":"Point","coordinates":[-0.1921704,51.415519]},"properties":{"@type":"node","@id":8589212555,"@timestamp":1617446549},"coords":"51.415519,-0.1921704","bedrooms":"3","price":"224000","area":"681"} , +{"type":"Feature","id":"n8589316880","geometry":{"type":"Point","coordinates":[-0.2458069,51.5099644]},"properties":{"@type":"node","@id":8589316880,"@timestamp":1617447815},"coords":"51.5099644,-0.2458069","bedrooms":"3","price":"169000","area":"459"} , +{"type":"Feature","id":"n8589317032","geometry":{"type":"Point","coordinates":[-0.2456209,51.5093469]},"properties":{"@type":"node","@id":8589317032,"@timestamp":1617447815},"coords":"51.5093469,-0.2456209","bedrooms":"4","price":"224000","area":"647"} , +{"type":"Feature","id":"n8589334814","geometry":{"type":"Point","coordinates":[-0.3793797,51.3668456]},"properties":{"@type":"node","@id":8589334814,"@timestamp":1617449446},"coords":"51.3668456,-0.3793797","bedrooms":"3","price":"277000","area":"650"} , +{"type":"Feature","id":"n8589344165","geometry":{"type":"Point","coordinates":[-0.245876,51.5095831]},"properties":{"@type":"node","@id":8589344165,"@timestamp":1617449824},"coords":"51.5095831,-0.245876","bedrooms":"3","price":"190000","area":"447"} , +{"type":"Feature","id":"n8589360999","geometry":{"type":"Point","coordinates":[-0.0014612,51.6084468]},"properties":{"@type":"node","@id":8589360999,"@timestamp":1617452873},"coords":"51.6084468,-0.0014612","bedrooms":"3","price":"188000","area":"447"} , +{"type":"Feature","id":"n8589530738","geometry":{"type":"Point","coordinates":[-0.6780072,51.9153297]},"properties":{"@type":"node","@id":8589530738,"@timestamp":1617456614},"coords":"51.9153297,-0.6780072","bedrooms":"4","price":"177000","area":"670"} , +{"type":"Feature","id":"n8589538592","geometry":{"type":"Point","coordinates":[0.0603658,51.8410659]},"properties":{"@type":"node","@id":8589538592,"@timestamp":1617458235},"coords":"51.8410659,0.0603658","bedrooms":"4","price":"185000","area":"374"} , +{"type":"Feature","id":"n8589538602","geometry":{"type":"Point","coordinates":[0.0520268,51.8346646]},"properties":{"@type":"node","@id":8589538602,"@timestamp":1617458235},"coords":"51.8346646,0.0520268","bedrooms":"0","price":"239000","area":"380"} , +{"type":"Feature","id":"n8589538612","geometry":{"type":"Point","coordinates":[0.0403002,51.8322778]},"properties":{"@type":"node","@id":8589538612,"@timestamp":1617458235},"coords":"51.8322778,0.0403002","bedrooms":"2","price":"251000","area":"571"} , +{"type":"Feature","id":"n8589556710","geometry":{"type":"Point","coordinates":[-0.3542444,51.8334915]},"properties":{"@type":"node","@id":8589556710,"@timestamp":1630951451},"coords":"51.8334915,-0.3542444","bedrooms":"4","price":"261000","area":"409"} , +{"type":"Feature","id":"n8589568692","geometry":{"type":"Point","coordinates":[-0.0072526,51.6168649]},"properties":{"@type":"node","@id":8589568692,"@timestamp":1617513232},"coords":"51.6168649,-0.0072526","bedrooms":"0","price":"174000","area":"652"} , +{"type":"Feature","id":"n8589569728","geometry":{"type":"Point","coordinates":[0.0246696,51.8278247]},"properties":{"@type":"node","@id":8589569728,"@timestamp":1617458235},"coords":"51.8278247,0.0246696","bedrooms":"4","price":"212000","area":"654"} , +{"type":"Feature","id":"n8589569740","geometry":{"type":"Point","coordinates":[-0.0050801,51.8074439]},"properties":{"@type":"node","@id":8589569740,"@timestamp":1617458235},"coords":"51.8074439,-0.0050801","bedrooms":"3","price":"298000","area":"567"} , +{"type":"Feature","id":"n8589569750","geometry":{"type":"Point","coordinates":[0.0061369,51.8086628]},"properties":{"@type":"node","@id":8589569750,"@timestamp":1617458235},"coords":"51.8086628,0.0061369","bedrooms":"3","price":"180000","area":"426"} , +{"type":"Feature","id":"n8589569760","geometry":{"type":"Point","coordinates":[0.0164258,51.8115633]},"properties":{"@type":"node","@id":8589569760,"@timestamp":1617458235},"coords":"51.8115633,0.0164258","bedrooms":"2","price":"296000","area":"637"} , +{"type":"Feature","id":"n8589569790","geometry":{"type":"Point","coordinates":[-0.0079528,51.7895011]},"properties":{"@type":"node","@id":8589569790,"@timestamp":1617458235},"coords":"51.7895011,-0.0079528","bedrooms":"4","price":"270000","area":"634"} , +{"type":"Feature","id":"n8589569800","geometry":{"type":"Point","coordinates":[0.0133587,51.7919889]},"properties":{"@type":"node","@id":8589569800,"@timestamp":1617458235},"coords":"51.7919889,0.0133587","bedrooms":"0","price":"222000","area":"558"} , +{"type":"Feature","id":"n8589575240","geometry":{"type":"Point","coordinates":[-0.2557084,51.8508713]},"properties":{"@type":"node","@id":8589575240,"@timestamp":1617459306},"coords":"51.8508713,-0.2557084","bedrooms":"3","price":"283000","area":"459"} , +{"type":"Feature","id":"n8589575250","geometry":{"type":"Point","coordinates":[-0.2533722,51.8487381]},"properties":{"@type":"node","@id":8589575250,"@timestamp":1617459306},"coords":"51.8487381,-0.2533722","bedrooms":"4","price":"279000","area":"426"} , +{"type":"Feature","id":"n8589575260","geometry":{"type":"Point","coordinates":[-0.2450654,51.8450563]},"properties":{"@type":"node","@id":8589575260,"@timestamp":1617459306},"coords":"51.8450563,-0.2450654","bedrooms":"2","price":"218000","area":"691"} , +{"type":"Feature","id":"n8589575270","geometry":{"type":"Point","coordinates":[-0.2425066,51.8401163]},"properties":{"@type":"node","@id":8589575270,"@timestamp":1617459306},"coords":"51.8401163,-0.2425066","bedrooms":"1","price":"204000","area":"592"} , +{"type":"Feature","id":"n8589575280","geometry":{"type":"Point","coordinates":[-0.219571,51.8246319]},"properties":{"@type":"node","@id":8589575280,"@timestamp":1617459306},"coords":"51.8246319,-0.219571","bedrooms":"1","price":"172000","area":"632"} , +{"type":"Feature","id":"n8589575290","geometry":{"type":"Point","coordinates":[-0.2269699,51.8278114]},"properties":{"@type":"node","@id":8589575290,"@timestamp":1617459306},"coords":"51.8278114,-0.2269699","bedrooms":"3","price":"195000","area":"438"} , +{"type":"Feature","id":"n8589580417","geometry":{"type":"Point","coordinates":[-0.3582177,51.8390859]},"properties":{"@type":"node","@id":8589580417,"@timestamp":1632069934},"coords":"51.8390859,-0.3582177","bedrooms":"1","price":"197000","area":"465"} , +{"type":"Feature","id":"n8589580427","geometry":{"type":"Point","coordinates":[-0.362928,51.8422611]},"properties":{"@type":"node","@id":8589580427,"@timestamp":1628973533},"coords":"51.8422611,-0.362928","bedrooms":"2","price":"154000","area":"610"} , +{"type":"Feature","id":"n8589628062","geometry":{"type":"Point","coordinates":[-0.2780998,51.5084042]},"properties":{"@type":"node","@id":8589628062,"@timestamp":1632793357},"coords":"51.5084042,-0.2780998","bedrooms":"1","price":"165000","area":"415"} , +{"type":"Feature","id":"n8589752674","geometry":{"type":"Point","coordinates":[-0.8304818,51.411296]},"properties":{"@type":"node","@id":8589752674,"@timestamp":1617461737},"coords":"51.411296,-0.8304818","bedrooms":"1","price":"205000","area":"597"} , +{"type":"Feature","id":"n8589761143","geometry":{"type":"Point","coordinates":[-0.7914479,51.4159121]},"properties":{"@type":"node","@id":8589761143,"@timestamp":1617461686},"coords":"51.4159121,-0.7914479","bedrooms":"1","price":"244000","area":"357"} , +{"type":"Feature","id":"n8589761154","geometry":{"type":"Point","coordinates":[-0.7938763,51.4159413]},"properties":{"@type":"node","@id":8589761154,"@timestamp":1617461686},"coords":"51.4159413,-0.7938763","bedrooms":"4","price":"210000","area":"521"} , +{"type":"Feature","id":"n8589761164","geometry":{"type":"Point","coordinates":[-0.79514,51.4162531]},"properties":{"@type":"node","@id":8589761164,"@timestamp":1617461686},"coords":"51.4162531,-0.79514","bedrooms":"3","price":"280000","area":"659"} , +{"type":"Feature","id":"n8589807822","geometry":{"type":"Point","coordinates":[-0.9748714,51.4311633]},"properties":{"@type":"node","@id":8589807822,"@timestamp":1617461812},"coords":"51.4311633,-0.9748714","bedrooms":"1","price":"292000","area":"520"} , +{"type":"Feature","id":"n8589856467","geometry":{"type":"Point","coordinates":[-0.7882843,51.4169428]},"properties":{"@type":"node","@id":8589856467,"@timestamp":1617463148},"coords":"51.4169428,-0.7882843","bedrooms":"0","price":"272000","area":"531"} , +{"type":"Feature","id":"n8589856485","geometry":{"type":"Point","coordinates":[-0.7850727,51.4190555]},"properties":{"@type":"node","@id":8589856485,"@timestamp":1617463148},"coords":"51.4190555,-0.7850727","bedrooms":"3","price":"152000","area":"494"} , +{"type":"Feature","id":"n8589891233","geometry":{"type":"Point","coordinates":[-0.7568069,51.2395974]},"properties":{"@type":"node","@id":8589891233,"@timestamp":1617463972},"coords":"51.2395974,-0.7568069","bedrooms":"1","price":"183000","area":"429"} , +{"type":"Feature","id":"n8589924419","geometry":{"type":"Point","coordinates":[-0.7810536,51.5932059]},"properties":{"@type":"node","@id":8589924419,"@timestamp":1617464721},"coords":"51.5932059,-0.7810536","bedrooms":"1","price":"227000","area":"505"} , +{"type":"Feature","id":"n8589937979","geometry":{"type":"Point","coordinates":[-0.1477085,51.4504779]},"properties":{"@type":"node","@id":8589937979,"@timestamp":1617466658},"coords":"51.4504779,-0.1477085","bedrooms":"1","price":"213000","area":"577"} , +{"type":"Feature","id":"n8589963015","geometry":{"type":"Point","coordinates":[0.0026556,51.5423222]},"properties":{"@type":"node","@id":8589963015,"@timestamp":1621184261},"coords":"51.5423222,0.0026556","bedrooms":"2","price":"275000","area":"466"} , +{"type":"Feature","id":"n8589989792","geometry":{"type":"Point","coordinates":[-0.285859,51.7031904]},"properties":{"@type":"node","@id":8589989792,"@timestamp":1626431285},"coords":"51.7031904,-0.285859","bedrooms":"1","price":"213000","area":"511"} , +{"type":"Feature","id":"n8590002059","geometry":{"type":"Point","coordinates":[-0.7006519,51.3084298]},"properties":{"@type":"node","@id":8590002059,"@timestamp":1617467158},"coords":"51.3084298,-0.7006519","bedrooms":"2","price":"294000","area":"644"} , +{"type":"Feature","id":"n8590056100","geometry":{"type":"Point","coordinates":[0.0242389,51.5508862]},"properties":{"@type":"node","@id":8590056100,"@timestamp":1617468892},"coords":"51.5508862,0.0242389","bedrooms":"4","price":"178000","area":"552"} , +{"type":"Feature","id":"n8590057957","geometry":{"type":"Point","coordinates":[-0.2445936,51.5081342]},"properties":{"@type":"node","@id":8590057957,"@timestamp":1617469424},"coords":"51.5081342,-0.2445936","bedrooms":"4","price":"240000","area":"617"} , +{"type":"Feature","id":"n8590067292","geometry":{"type":"Point","coordinates":[-0.2443805,51.5085424]},"properties":{"@type":"node","@id":8590067292,"@timestamp":1617469424},"coords":"51.5085424,-0.2443805","bedrooms":"1","price":"298000","area":"481"} , +{"type":"Feature","id":"n8590067302","geometry":{"type":"Point","coordinates":[-0.2444937,51.5090235]},"properties":{"@type":"node","@id":8590067302,"@timestamp":1617469424},"coords":"51.5090235,-0.2444937","bedrooms":"0","price":"156000","area":"685"} , +{"type":"Feature","id":"n8590067312","geometry":{"type":"Point","coordinates":[-0.2446252,51.5095062]},"properties":{"@type":"node","@id":8590067312,"@timestamp":1617469424},"coords":"51.5095062,-0.2446252","bedrooms":"0","price":"159000","area":"364"} , +{"type":"Feature","id":"n8590067322","geometry":{"type":"Point","coordinates":[-0.2447739,51.5099859]},"properties":{"@type":"node","@id":8590067322,"@timestamp":1617469424},"coords":"51.5099859,-0.2447739","bedrooms":"2","price":"232000","area":"541"} , +{"type":"Feature","id":"n8590067341","geometry":{"type":"Point","coordinates":[-0.2453996,51.5103653]},"properties":{"@type":"node","@id":8590067341,"@timestamp":1617469424},"coords":"51.5103653,-0.2453996","bedrooms":"3","price":"178000","area":"440"} , +{"type":"Feature","id":"n8590071663","geometry":{"type":"Point","coordinates":[-0.771687,51.4249801]},"properties":{"@type":"node","@id":8590071663,"@timestamp":1617471412},"coords":"51.4249801,-0.771687","bedrooms":"2","price":"194000","area":"608"} , +{"type":"Feature","id":"n8590079831","geometry":{"type":"Point","coordinates":[-0.1002833,51.5846236]},"properties":{"@type":"node","@id":8590079831,"@timestamp":1617469920},"coords":"51.5846236,-0.1002833","bedrooms":"2","price":"203000","area":"372"} , +{"type":"Feature","id":"n8590103135","geometry":{"type":"Point","coordinates":[-0.2439207,51.4893373]},"properties":{"@type":"node","@id":8590103135,"@timestamp":1617470929},"coords":"51.4893373,-0.2439207","bedrooms":"3","price":"182000","area":"697"} , +{"type":"Feature","id":"n8590128530","geometry":{"type":"Point","coordinates":[-0.1196346,51.7708301]},"properties":{"@type":"node","@id":8590128530,"@timestamp":1617472485},"coords":"51.7708301,-0.1196346","bedrooms":"3","price":"183000","area":"664"} , +{"type":"Feature","id":"n8590128540","geometry":{"type":"Point","coordinates":[-0.1083505,51.7767825]},"properties":{"@type":"node","@id":8590128540,"@timestamp":1617472485},"coords":"51.7767825,-0.1083505","bedrooms":"2","price":"271000","area":"363"} , +{"type":"Feature","id":"n8590128550","geometry":{"type":"Point","coordinates":[-0.1075003,51.7791373]},"properties":{"@type":"node","@id":8590128550,"@timestamp":1617472485},"coords":"51.7791373,-0.1075003","bedrooms":"4","price":"175000","area":"418"} , +{"type":"Feature","id":"n8590152994","geometry":{"type":"Point","coordinates":[-0.3305115,51.5503538]},"properties":{"@type":"node","@id":8590152994,"@timestamp":1617473048},"coords":"51.5503538,-0.3305115","bedrooms":"3","price":"240000","area":"549"} , +{"type":"Feature","id":"n8590161133","geometry":{"type":"Point","coordinates":[-0.3323914,51.5533422]},"properties":{"@type":"node","@id":8590161133,"@timestamp":1617473048},"coords":"51.5533422,-0.3323914","bedrooms":"3","price":"291000","area":"604"} , +{"type":"Feature","id":"n8590161144","geometry":{"type":"Point","coordinates":[-0.332147,51.552273]},"properties":{"@type":"node","@id":8590161144,"@timestamp":1617473048},"coords":"51.552273,-0.332147","bedrooms":"1","price":"168000","area":"679"} , +{"type":"Feature","id":"n8590161177","geometry":{"type":"Point","coordinates":[-0.3338772,51.5535924]},"properties":{"@type":"node","@id":8590161177,"@timestamp":1617473048},"coords":"51.5535924,-0.3338772","bedrooms":"0","price":"254000","area":"448"} , +{"type":"Feature","id":"n8590161256","geometry":{"type":"Point","coordinates":[-0.33556,51.5577365]},"properties":{"@type":"node","@id":8590161256,"@timestamp":1617473048},"coords":"51.5577365,-0.33556","bedrooms":"0","price":"197000","area":"626"} , +{"type":"Feature","id":"n8590161284","geometry":{"type":"Point","coordinates":[-0.3377215,51.5607218]},"properties":{"@type":"node","@id":8590161284,"@timestamp":1617473048},"coords":"51.5607218,-0.3377215","bedrooms":"1","price":"239000","area":"590"} , +{"type":"Feature","id":"n8590161318","geometry":{"type":"Point","coordinates":[-0.3368135,51.5598828]},"properties":{"@type":"node","@id":8590161318,"@timestamp":1617473048},"coords":"51.5598828,-0.3368135","bedrooms":"2","price":"209000","area":"587"} , +{"type":"Feature","id":"n8590163950","geometry":{"type":"Point","coordinates":[-0.0923433,51.5861548]},"properties":{"@type":"node","@id":8590163950,"@timestamp":1617473220},"coords":"51.5861548,-0.0923433","bedrooms":"3","price":"179000","area":"590"} , +{"type":"Feature","id":"n8590163989","geometry":{"type":"Point","coordinates":[-0.0680561,51.5973525]},"properties":{"@type":"node","@id":8590163989,"@timestamp":1617473220},"coords":"51.5973525,-0.0680561","bedrooms":"4","price":"168000","area":"617"} , +{"type":"Feature","id":"n8590195819","geometry":{"type":"Point","coordinates":[-0.3389818,51.5659783]},"properties":{"@type":"node","@id":8590195819,"@timestamp":1617473779},"coords":"51.5659783,-0.3389818","bedrooms":"2","price":"261000","area":"535"} , +{"type":"Feature","id":"n8590195870","geometry":{"type":"Point","coordinates":[-0.3396984,51.5698372]},"properties":{"@type":"node","@id":8590195870,"@timestamp":1625577660},"coords":"51.5698372,-0.3396984","bedrooms":"1","price":"188000","area":"590"} , +{"type":"Feature","id":"n8590202173","geometry":{"type":"Point","coordinates":[-0.313528,51.5714589]},"properties":{"@type":"node","@id":8590202173,"@timestamp":1617474344},"coords":"51.5714589,-0.313528","bedrooms":"1","price":"274000","area":"370"} , +{"type":"Feature","id":"n8590215421","geometry":{"type":"Point","coordinates":[-0.086181,51.6046233]},"properties":{"@type":"node","@id":8590215421,"@timestamp":1617474582},"coords":"51.6046233,-0.086181","bedrooms":"4","price":"247000","area":"398"} , +{"type":"Feature","id":"n8590223162","geometry":{"type":"Point","coordinates":[-0.0951381,51.613921]},"properties":{"@type":"node","@id":8590223162,"@timestamp":1617474966},"coords":"51.613921,-0.0951381","bedrooms":"2","price":"293000","area":"478"} , +{"type":"Feature","id":"n8590300224","geometry":{"type":"Point","coordinates":[-0.2444426,51.5103315]},"properties":{"@type":"node","@id":8590300224,"@timestamp":1617477048},"coords":"51.5103315,-0.2444426","bedrooms":"0","price":"281000","area":"381"} , +{"type":"Feature","id":"n8590300234","geometry":{"type":"Point","coordinates":[-0.2442901,51.5098758]},"properties":{"@type":"node","@id":8590300234,"@timestamp":1617477048},"coords":"51.5098758,-0.2442901","bedrooms":"1","price":"189000","area":"529"} , +{"type":"Feature","id":"n8590300540","geometry":{"type":"Point","coordinates":[-0.2434554,51.5101919]},"properties":{"@type":"node","@id":8590300540,"@timestamp":1617477048},"coords":"51.5101919,-0.2434554","bedrooms":"3","price":"189000","area":"360"} , +{"type":"Feature","id":"n8590430649","geometry":{"type":"Point","coordinates":[-0.0003363,51.5397067]},"properties":{"@type":"node","@id":8590430649,"@timestamp":1629271828},"coords":"51.5397067,-0.0003363","bedrooms":"0","price":"250000","area":"679"} , +{"type":"Feature","id":"n8590430663","geometry":{"type":"Point","coordinates":[-0.0004079,51.5396436]},"properties":{"@type":"node","@id":8590430663,"@timestamp":1629241661},"coords":"51.5396436,-0.0004079","bedrooms":"0","price":"263000","area":"590"} , +{"type":"Feature","id":"n8590526828","geometry":{"type":"Point","coordinates":[0.0006518,51.543199]},"properties":{"@type":"node","@id":8590526828,"@timestamp":1617480917},"coords":"51.543199,0.0006518","bedrooms":"2","price":"164000","area":"634"} , +{"type":"Feature","id":"n8591274817","geometry":{"type":"Point","coordinates":[-0.7825816,51.4215709]},"properties":{"@type":"node","@id":8591274817,"@timestamp":1617483714},"coords":"51.4215709,-0.7825816","bedrooms":"3","price":"179000","area":"685"} , +{"type":"Feature","id":"n8591397411","geometry":{"type":"Point","coordinates":[-0.7629882,51.4257201]},"properties":{"@type":"node","@id":8591397411,"@timestamp":1617488106},"coords":"51.4257201,-0.7629882","bedrooms":"4","price":"173000","area":"645"} , +{"type":"Feature","id":"n8591432678","geometry":{"type":"Point","coordinates":[-0.7584532,51.422521]},"properties":{"@type":"node","@id":8591432678,"@timestamp":1617490871},"coords":"51.422521,-0.7584532","bedrooms":"0","price":"223000","area":"595"} , +{"type":"Feature","id":"n8591432698","geometry":{"type":"Point","coordinates":[-0.7572375,51.4236582]},"properties":{"@type":"node","@id":8591432698,"@timestamp":1617490871},"coords":"51.4236582,-0.7572375","bedrooms":"1","price":"168000","area":"428"} , +{"type":"Feature","id":"n8591436841","geometry":{"type":"Point","coordinates":[-0.753489,51.4230766]},"properties":{"@type":"node","@id":8591436841,"@timestamp":1617490871},"coords":"51.4230766,-0.753489","bedrooms":"0","price":"278000","area":"433"} , +{"type":"Feature","id":"n8591436852","geometry":{"type":"Point","coordinates":[-0.7570975,51.421897]},"properties":{"@type":"node","@id":8591436852,"@timestamp":1617490871},"coords":"51.421897,-0.7570975","bedrooms":"2","price":"192000","area":"480"} , +{"type":"Feature","id":"n8591445492","geometry":{"type":"Point","coordinates":[-0.2440238,51.3274156]},"properties":{"@type":"node","@id":8591445492,"@timestamp":1617492383},"coords":"51.3274156,-0.2440238","bedrooms":"1","price":"167000","area":"466"} , +{"type":"Feature","id":"n8591472562","geometry":{"type":"Point","coordinates":[0.5227338,50.9614106]},"properties":{"@type":"node","@id":8591472562,"@timestamp":1617493822},"coords":"50.9614106,0.5227338","bedrooms":"1","price":"173000","area":"681"} , +{"type":"Feature","id":"n8591614654","geometry":{"type":"Point","coordinates":[-0.0022658,51.5404977]},"properties":{"@type":"node","@id":8591614654,"@timestamp":1629368824},"coords":"51.5404977,-0.0022658","bedrooms":"2","price":"269000","area":"601"} , +{"type":"Feature","id":"n8591686645","geometry":{"type":"Point","coordinates":[-0.2441842,51.5095739]},"properties":{"@type":"node","@id":8591686645,"@timestamp":1617509559},"coords":"51.5095739,-0.2441842","bedrooms":"1","price":"182000","area":"494"} , +{"type":"Feature","id":"n8591686655","geometry":{"type":"Point","coordinates":[-0.244059,51.5091016]},"properties":{"@type":"node","@id":8591686655,"@timestamp":1617509559},"coords":"51.5091016,-0.244059","bedrooms":"1","price":"266000","area":"682"} , +{"type":"Feature","id":"n8591686723","geometry":{"type":"Point","coordinates":[-0.2435607,51.5089197]},"properties":{"@type":"node","@id":8591686723,"@timestamp":1617509559},"coords":"51.5089197,-0.2435607","bedrooms":"4","price":"263000","area":"550"} , +{"type":"Feature","id":"n8591697301","geometry":{"type":"Point","coordinates":[-0.0010297,51.5403165]},"properties":{"@type":"node","@id":8591697301,"@timestamp":1629275186},"coords":"51.5403165,-0.0010297","bedrooms":"2","price":"169000","area":"566"} , +{"type":"Feature","id":"n8591741636","geometry":{"type":"Point","coordinates":[-0.377315,51.2671229]},"properties":{"@type":"node","@id":8591741636,"@timestamp":1617515173},"coords":"51.2671229,-0.377315","bedrooms":"2","price":"178000","area":"576"} , +{"type":"Feature","id":"n8591776338","geometry":{"type":"Point","coordinates":[-0.2430661,51.5094535]},"properties":{"@type":"node","@id":8591776338,"@timestamp":1617514872},"coords":"51.5094535,-0.2430661","bedrooms":"2","price":"156000","area":"400"} , +{"type":"Feature","id":"n8591834438","geometry":{"type":"Point","coordinates":[-0.310328,51.0921981]},"properties":{"@type":"node","@id":8591834438,"@timestamp":1617518778},"coords":"51.0921981,-0.310328","bedrooms":"3","price":"170000","area":"486"} , +{"type":"Feature","id":"n8591834458","geometry":{"type":"Point","coordinates":[-0.3113067,51.093006]},"properties":{"@type":"node","@id":8591834458,"@timestamp":1617518778},"coords":"51.093006,-0.3113067","bedrooms":"4","price":"171000","area":"557"} , +{"type":"Feature","id":"n8591834840","geometry":{"type":"Point","coordinates":[-0.2439038,51.5084546]},"properties":{"@type":"node","@id":8591834840,"@timestamp":1617518612},"coords":"51.5084546,-0.2439038","bedrooms":"0","price":"161000","area":"652"} , +{"type":"Feature","id":"n8591834929","geometry":{"type":"Point","coordinates":[-0.2426835,51.5087416]},"properties":{"@type":"node","@id":8591834929,"@timestamp":1617518612},"coords":"51.5087416,-0.2426835","bedrooms":"4","price":"248000","area":"542"} , +{"type":"Feature","id":"n8591834939","geometry":{"type":"Point","coordinates":[-0.2419096,51.5087564]},"properties":{"@type":"node","@id":8591834939,"@timestamp":1617518612},"coords":"51.5087564,-0.2419096","bedrooms":"1","price":"194000","area":"460"} , +{"type":"Feature","id":"n8591834995","geometry":{"type":"Point","coordinates":[-0.2409403,51.5081205]},"properties":{"@type":"node","@id":8591834995,"@timestamp":1617518612},"coords":"51.5081205,-0.2409403","bedrooms":"4","price":"243000","area":"580"} , +{"type":"Feature","id":"n8591835005","geometry":{"type":"Point","coordinates":[-0.2410679,51.5087187]},"properties":{"@type":"node","@id":8591835005,"@timestamp":1617518612},"coords":"51.5087187,-0.2410679","bedrooms":"4","price":"157000","area":"683"} , +{"type":"Feature","id":"n8591877166","geometry":{"type":"Point","coordinates":[-0.243225,51.5081475]},"properties":{"@type":"node","@id":8591877166,"@timestamp":1617521376},"coords":"51.5081475,-0.243225","bedrooms":"4","price":"168000","area":"450"} , +{"type":"Feature","id":"n8591877176","geometry":{"type":"Point","coordinates":[-0.2422798,51.5081155]},"properties":{"@type":"node","@id":8591877176,"@timestamp":1617521376},"coords":"51.5081155,-0.2422798","bedrooms":"3","price":"170000","area":"613"} , +{"type":"Feature","id":"n8591889872","geometry":{"type":"Point","coordinates":[-0.1750273,51.42691]},"properties":{"@type":"node","@id":8591889872,"@timestamp":1633537628},"coords":"51.42691,-0.1750273","bedrooms":"0","price":"164000","area":"374"} , +{"type":"Feature","id":"n8592011783","geometry":{"type":"Point","coordinates":[-0.2930299,51.4830646]},"properties":{"@type":"node","@id":8592011783,"@timestamp":1623793718},"coords":"51.4830646,-0.2930299","bedrooms":"0","price":"152000","area":"692"} , +{"type":"Feature","id":"n8592011793","geometry":{"type":"Point","coordinates":[-0.2936296,51.4829663]},"properties":{"@type":"node","@id":8592011793,"@timestamp":1617530355},"coords":"51.4829663,-0.2936296","bedrooms":"2","price":"151000","area":"366"} , +{"type":"Feature","id":"n8592113220","geometry":{"type":"Point","coordinates":[-0.4386444,51.5159423]},"properties":{"@type":"node","@id":8592113220,"@timestamp":1617531427},"coords":"51.5159423,-0.4386444","bedrooms":"2","price":"170000","area":"668"} , +{"type":"Feature","id":"n8592139726","geometry":{"type":"Point","coordinates":[-0.2963887,51.4800855]},"properties":{"@type":"node","@id":8592139726,"@timestamp":1617532322},"coords":"51.4800855,-0.2963887","bedrooms":"1","price":"202000","area":"451"} , +{"type":"Feature","id":"n8592151251","geometry":{"type":"Point","coordinates":[-0.7839111,51.4085109]},"properties":{"@type":"node","@id":8592151251,"@timestamp":1617532669},"coords":"51.4085109,-0.7839111","bedrooms":"3","price":"216000","area":"588"} , +{"type":"Feature","id":"n8592151347","geometry":{"type":"Point","coordinates":[-0.7849058,51.4039494]},"properties":{"@type":"node","@id":8592151347,"@timestamp":1617532669},"coords":"51.4039494,-0.7849058","bedrooms":"4","price":"232000","area":"415"} , +{"type":"Feature","id":"n8592254991","geometry":{"type":"Point","coordinates":[-0.3006925,51.4765088]},"properties":{"@type":"node","@id":8592254991,"@timestamp":1617538184},"coords":"51.4765088,-0.3006925","bedrooms":"1","price":"156000","area":"364"} , +{"type":"Feature","id":"n8592327923","geometry":{"type":"Point","coordinates":[-0.1409579,51.4799523]},"properties":{"@type":"node","@id":8592327923,"@timestamp":1617572429},"coords":"51.4799523,-0.1409579","bedrooms":"4","price":"207000","area":"442"} , +{"type":"Feature","id":"n8592353923","geometry":{"type":"Point","coordinates":[0.0853157,51.902588]},"properties":{"@type":"node","@id":8592353923,"@timestamp":1617540001},"coords":"51.902588,0.0853157","bedrooms":"2","price":"150000","area":"639"} , +{"type":"Feature","id":"n8592393931","geometry":{"type":"Point","coordinates":[-0.3610729,51.3444061]},"properties":{"@type":"node","@id":8592393931,"@timestamp":1617541262},"coords":"51.3444061,-0.3610729","bedrooms":"4","price":"234000","area":"537"} , +{"type":"Feature","id":"n8592422401","geometry":{"type":"Point","coordinates":[-0.0535316,51.520359]},"properties":{"@type":"node","@id":8592422401,"@timestamp":1617542772},"coords":"51.520359,-0.0535316","bedrooms":"2","price":"200000","area":"589"} , +{"type":"Feature","id":"n8592491085","geometry":{"type":"Point","coordinates":[-0.1299918,51.5075371]},"properties":{"@type":"node","@id":8592491085,"@timestamp":1617546723},"coords":"51.5075371,-0.1299918","bedrooms":"3","price":"272000","area":"627"} , +{"type":"Feature","id":"n8592511954","geometry":{"type":"Point","coordinates":[-0.77456,51.2606867]},"properties":{"@type":"node","@id":8592511954,"@timestamp":1617546142},"coords":"51.2606867,-0.77456","bedrooms":"2","price":"287000","area":"464"} , +{"type":"Feature","id":"n8592545921","geometry":{"type":"Point","coordinates":[-0.1313008,51.5100867]},"properties":{"@type":"node","@id":8592545921,"@timestamp":1617547240},"coords":"51.5100867,-0.1313008","bedrooms":"1","price":"152000","area":"490"} , +{"type":"Feature","id":"n8592736532","geometry":{"type":"Point","coordinates":[-0.1283057,51.5115191]},"properties":{"@type":"node","@id":8592736532,"@timestamp":1617551831},"coords":"51.5115191,-0.1283057","bedrooms":"0","price":"164000","area":"566"} , +{"type":"Feature","id":"n8592782586","geometry":{"type":"Point","coordinates":[-0.1457642,51.5168015]},"properties":{"@type":"node","@id":8592782586,"@timestamp":1617554782},"coords":"51.5168015,-0.1457642","bedrooms":"3","price":"209000","area":"570"} , +{"type":"Feature","id":"n8592798270","geometry":{"type":"Point","coordinates":[-0.1468593,51.5066123]},"properties":{"@type":"node","@id":8592798270,"@timestamp":1617553851},"coords":"51.5066123,-0.1468593","bedrooms":"1","price":"222000","area":"504"} , +{"type":"Feature","id":"n8592835375","geometry":{"type":"Point","coordinates":[-0.0683224,51.5491327]},"properties":{"@type":"node","@id":8592835375,"@timestamp":1617555420},"coords":"51.5491327,-0.0683224","bedrooms":"4","price":"193000","area":"405"} , +{"type":"Feature","id":"n8592849414","geometry":{"type":"Point","coordinates":[-0.0565876,51.5518773]},"properties":{"@type":"node","@id":8592849414,"@timestamp":1622284897},"coords":"51.5518773,-0.0565876","bedrooms":"3","price":"276000","area":"431"} , +{"type":"Feature","id":"n8592883353","geometry":{"type":"Point","coordinates":[-0.3538182,51.3339893]},"properties":{"@type":"node","@id":8592883353,"@timestamp":1617557434},"coords":"51.3339893,-0.3538182","bedrooms":"3","price":"173000","area":"452"} , +{"type":"Feature","id":"n8592972784","geometry":{"type":"Point","coordinates":[-0.0500862,51.5481037]},"properties":{"@type":"node","@id":8592972784,"@timestamp":1617560178},"coords":"51.5481037,-0.0500862","bedrooms":"3","price":"167000","area":"691"} , +{"type":"Feature","id":"n8593061736","geometry":{"type":"Point","coordinates":[-0.2420952,51.5078387]},"properties":{"@type":"node","@id":8593061736,"@timestamp":1617563034},"coords":"51.5078387,-0.2420952","bedrooms":"2","price":"248000","area":"497"} , +{"type":"Feature","id":"n8593061820","geometry":{"type":"Point","coordinates":[-0.244643,51.5078684]},"properties":{"@type":"node","@id":8593061820,"@timestamp":1617563034},"coords":"51.5078684,-0.244643","bedrooms":"1","price":"241000","area":"439"} , +{"type":"Feature","id":"n8593061830","geometry":{"type":"Point","coordinates":[-0.2436863,51.5078946]},"properties":{"@type":"node","@id":8593061830,"@timestamp":1617563034},"coords":"51.5078946,-0.2436863","bedrooms":"4","price":"279000","area":"427"} , +{"type":"Feature","id":"n8593061840","geometry":{"type":"Point","coordinates":[-0.2427685,51.5078725]},"properties":{"@type":"node","@id":8593061840,"@timestamp":1617563034},"coords":"51.5078725,-0.2427685","bedrooms":"2","price":"223000","area":"620"} , +{"type":"Feature","id":"n8593112364","geometry":{"type":"Point","coordinates":[0.1371971,51.8769767]},"properties":{"@type":"node","@id":8593112364,"@timestamp":1617564310},"coords":"51.8769767,0.1371971","bedrooms":"2","price":"291000","area":"444"} , +{"type":"Feature","id":"n8593112807","geometry":{"type":"Point","coordinates":[-0.449214,51.5212926]},"properties":{"@type":"node","@id":8593112807,"@timestamp":1617564451},"coords":"51.5212926,-0.449214","bedrooms":"1","price":"213000","area":"607"} , +{"type":"Feature","id":"n8593207334","geometry":{"type":"Point","coordinates":[0.1792187,50.9679771]},"properties":{"@type":"node","@id":8593207334,"@timestamp":1617567804},"coords":"50.9679771,0.1792187","bedrooms":"0","price":"238000","area":"641"} , +{"type":"Feature","id":"n8593434474","geometry":{"type":"Point","coordinates":[-0.1462791,51.307319]},"properties":{"@type":"node","@id":8593434474,"@timestamp":1629084559},"coords":"51.307319,-0.1462791","bedrooms":"4","price":"197000","area":"569"} , +{"type":"Feature","id":"n8593474616","geometry":{"type":"Point","coordinates":[0.0079184,51.5295225]},"properties":{"@type":"node","@id":8593474616,"@timestamp":1617572392},"coords":"51.5295225,0.0079184","bedrooms":"4","price":"157000","area":"422"} , +{"type":"Feature","id":"n8593483992","geometry":{"type":"Point","coordinates":[0.0097164,51.5297932]},"properties":{"@type":"node","@id":8593483992,"@timestamp":1617719891},"coords":"51.5297932,0.0097164","bedrooms":"0","price":"242000","area":"583"} , +{"type":"Feature","id":"n8593484072","geometry":{"type":"Point","coordinates":[0.0050811,51.5295781]},"properties":{"@type":"node","@id":8593484072,"@timestamp":1617572392},"coords":"51.5295781,0.0050811","bedrooms":"0","price":"166000","area":"630"} , +{"type":"Feature","id":"n8593488802","geometry":{"type":"Point","coordinates":[-0.7736509,51.4024485]},"properties":{"@type":"node","@id":8593488802,"@timestamp":1617573415},"coords":"51.4024485,-0.7736509","bedrooms":"4","price":"172000","area":"355"} , +{"type":"Feature","id":"n8593557564","geometry":{"type":"Point","coordinates":[-0.475314,51.5462846]},"properties":{"@type":"node","@id":8593557564,"@timestamp":1617574724},"coords":"51.5462846,-0.475314","bedrooms":"4","price":"171000","area":"555"} , +{"type":"Feature","id":"n8593624974","geometry":{"type":"Point","coordinates":[-0.3625153,51.3349655]},"properties":{"@type":"node","@id":8593624974,"@timestamp":1617579201},"coords":"51.3349655,-0.3625153","bedrooms":"3","price":"291000","area":"408"} , +{"type":"Feature","id":"n8593625009","geometry":{"type":"Point","coordinates":[-0.35309,51.3359642]},"properties":{"@type":"node","@id":8593625009,"@timestamp":1617579201},"coords":"51.3359642,-0.35309","bedrooms":"0","price":"233000","area":"489"} , +{"type":"Feature","id":"n8593699328","geometry":{"type":"Point","coordinates":[-0.0077105,51.6780011]},"properties":{"@type":"node","@id":8593699328,"@timestamp":1618065658},"coords":"51.6780011,-0.0077105","bedrooms":"0","price":"204000","area":"696"} , +{"type":"Feature","id":"n8593897171","geometry":{"type":"Point","coordinates":[0.4491367,51.9623178]},"properties":{"@type":"node","@id":8593897171,"@timestamp":1617592597},"coords":"51.9623178,0.4491367","bedrooms":"0","price":"247000","area":"688"} , +{"type":"Feature","id":"n8594039595","geometry":{"type":"Point","coordinates":[0.2844245,51.8592437]},"properties":{"@type":"node","@id":8594039595,"@timestamp":1617597378},"coords":"51.8592437,0.2844245","bedrooms":"2","price":"218000","area":"608"} , +{"type":"Feature","id":"n8594227256","geometry":{"type":"Point","coordinates":[0.2818781,51.7858558]},"properties":{"@type":"node","@id":8594227256,"@timestamp":1617601411},"coords":"51.7858558,0.2818781","bedrooms":"0","price":"238000","area":"552"} , +{"type":"Feature","id":"n8594248015","geometry":{"type":"Point","coordinates":[-0.2425235,51.507517]},"properties":{"@type":"node","@id":8594248015,"@timestamp":1617601951},"coords":"51.507517,-0.2425235","bedrooms":"4","price":"277000","area":"680"} , +{"type":"Feature","id":"n8594261767","geometry":{"type":"Point","coordinates":[0.8460301,51.191765]},"properties":{"@type":"node","@id":8594261767,"@timestamp":1617602280},"coords":"51.191765,0.8460301","bedrooms":"0","price":"275000","area":"496"} , +{"type":"Feature","id":"n8594298723","geometry":{"type":"Point","coordinates":[0.6749556,51.2417222]},"properties":{"@type":"node","@id":8594298723,"@timestamp":1617603283},"coords":"51.2417222,0.6749556","bedrooms":"2","price":"158000","area":"363"} , +{"type":"Feature","id":"n8594412431","geometry":{"type":"Point","coordinates":[0.2682113,51.7991149]},"properties":{"@type":"node","@id":8594412431,"@timestamp":1617606593},"coords":"51.7991149,0.2682113","bedrooms":"4","price":"279000","area":"664"} , +{"type":"Feature","id":"n8594593783","geometry":{"type":"Point","coordinates":[-0.1502973,51.4659212]},"properties":{"@type":"node","@id":8594593783,"@timestamp":1617611124},"coords":"51.4659212,-0.1502973","bedrooms":"2","price":"162000","area":"686"} , +{"type":"Feature","id":"n8594677962","geometry":{"type":"Point","coordinates":[-0.2484065,51.3363801]},"properties":{"@type":"node","@id":8594677962,"@timestamp":1617612764},"coords":"51.3363801,-0.2484065","bedrooms":"4","price":"231000","area":"693"} , +{"type":"Feature","id":"n8594815783","geometry":{"type":"Point","coordinates":[0.1091776,51.6182608]},"properties":{"@type":"node","@id":8594815783,"@timestamp":1618561921},"coords":"51.6182608,0.1091776","bedrooms":"1","price":"249000","area":"401"} , +{"type":"Feature","id":"n8594949415","geometry":{"type":"Point","coordinates":[-0.7762325,51.4201671]},"properties":{"@type":"node","@id":8594949415,"@timestamp":1617618990},"coords":"51.4201671,-0.7762325","bedrooms":"0","price":"150000","area":"604"} , +{"type":"Feature","id":"n8594953788","geometry":{"type":"Point","coordinates":[-0.2412332,51.2843553]},"properties":{"@type":"node","@id":8594953788,"@timestamp":1617618790},"coords":"51.2843553,-0.2412332","bedrooms":"4","price":"264000","area":"536"} , +{"type":"Feature","id":"n8594961058","geometry":{"type":"Point","coordinates":[0.1164205,51.6171628]},"properties":{"@type":"node","@id":8594961058,"@timestamp":1618411578},"coords":"51.6171628,0.1164205","bedrooms":"3","price":"208000","area":"384"} , +{"type":"Feature","id":"n8594989538","geometry":{"type":"Point","coordinates":[0.1120886,51.6283468]},"properties":{"@type":"node","@id":8594989538,"@timestamp":1617619839},"coords":"51.6283468,0.1120886","bedrooms":"2","price":"223000","area":"416"} , +{"type":"Feature","id":"n8595002039","geometry":{"type":"Point","coordinates":[0.0047391,51.5355444]},"properties":{"@type":"node","@id":8595002039,"@timestamp":1627567038},"coords":"51.5355444,0.0047391","bedrooms":"1","price":"187000","area":"418"} , +{"type":"Feature","id":"n8595047548","geometry":{"type":"Point","coordinates":[-0.7858318,51.4195229]},"properties":{"@type":"node","@id":8595047548,"@timestamp":1617621135},"coords":"51.4195229,-0.7858318","bedrooms":"4","price":"186000","area":"485"} , +{"type":"Feature","id":"n8595075187","geometry":{"type":"Point","coordinates":[0.3591051,51.5623564]},"properties":{"@type":"node","@id":8595075187,"@timestamp":1617621980},"coords":"51.5623564,0.3591051","bedrooms":"2","price":"190000","area":"587"} , +{"type":"Feature","id":"n8595105542","geometry":{"type":"Point","coordinates":[-0.1740925,51.4256266]},"properties":{"@type":"node","@id":8595105542,"@timestamp":1617622380},"coords":"51.4256266,-0.1740925","bedrooms":"4","price":"265000","area":"367"} , +{"type":"Feature","id":"n8595113576","geometry":{"type":"Point","coordinates":[0.4623258,51.7370152]},"properties":{"@type":"node","@id":8595113576,"@timestamp":1617622943},"coords":"51.7370152,0.4623258","bedrooms":"3","price":"290000","area":"402"} , +{"type":"Feature","id":"n8595281884","geometry":{"type":"Point","coordinates":[-0.0134016,51.6704704]},"properties":{"@type":"node","@id":8595281884,"@timestamp":1617626921},"coords":"51.6704704,-0.0134016","bedrooms":"1","price":"279000","area":"617"} , +{"type":"Feature","id":"n8595489679","geometry":{"type":"Point","coordinates":[-0.0563483,51.3960595]},"properties":{"@type":"node","@id":8595489679,"@timestamp":1617632294},"coords":"51.3960595,-0.0563483","bedrooms":"3","price":"219000","area":"415"} , +{"type":"Feature","id":"n8595587937","geometry":{"type":"Point","coordinates":[0.4524215,51.1938205]},"properties":{"@type":"node","@id":8595587937,"@timestamp":1617633717},"coords":"51.1938205,0.4524215","bedrooms":"0","price":"157000","area":"535"} , +{"type":"Feature","id":"n8595604936","geometry":{"type":"Point","coordinates":[-0.1462522,50.9660856]},"properties":{"@type":"node","@id":8595604936,"@timestamp":1617633828},"coords":"50.9660856,-0.1462522","bedrooms":"3","price":"171000","area":"447"} , +{"type":"Feature","id":"n8595649273","geometry":{"type":"Point","coordinates":[-0.7680008,51.4198676]},"properties":{"@type":"node","@id":8595649273,"@timestamp":1617635387},"coords":"51.4198676,-0.7680008","bedrooms":"4","price":"268000","area":"365"} , +{"type":"Feature","id":"n8595752576","geometry":{"type":"Point","coordinates":[0.076362,51.6568446]},"properties":{"@type":"node","@id":8595752576,"@timestamp":1617638530},"coords":"51.6568446,0.076362","bedrooms":"3","price":"219000","area":"577"} , +{"type":"Feature","id":"n8595818864","geometry":{"type":"Point","coordinates":[-0.0638869,51.6167482]},"properties":{"@type":"node","@id":8595818864,"@timestamp":1617639187},"coords":"51.6167482,-0.0638869","bedrooms":"2","price":"237000","area":"642"} , +{"type":"Feature","id":"n8595835621","geometry":{"type":"Point","coordinates":[0.0211822,51.5393375]},"properties":{"@type":"node","@id":8595835621,"@timestamp":1617640345},"coords":"51.5393375,0.0211822","bedrooms":"0","price":"226000","area":"432"} , +{"type":"Feature","id":"n8595844294","geometry":{"type":"Point","coordinates":[-0.188548,51.4393712]},"properties":{"@type":"node","@id":8595844294,"@timestamp":1617640324},"coords":"51.4393712,-0.188548","bedrooms":"4","price":"225000","area":"522"} , +{"type":"Feature","id":"n8595883217","geometry":{"type":"Point","coordinates":[-0.0098726,51.3552847]},"properties":{"@type":"node","@id":8595883217,"@timestamp":1617641077},"coords":"51.3552847,-0.0098726","bedrooms":"4","price":"290000","area":"611"} , +{"type":"Feature","id":"n8595891647","geometry":{"type":"Point","coordinates":[-0.1857909,51.4218001]},"properties":{"@type":"node","@id":8595891647,"@timestamp":1617641304},"coords":"51.4218001,-0.1857909","bedrooms":"0","price":"156000","area":"613"} , +{"type":"Feature","id":"n8595891662","geometry":{"type":"Point","coordinates":[-0.1895999,51.421068]},"properties":{"@type":"node","@id":8595891662,"@timestamp":1617641304},"coords":"51.421068,-0.1895999","bedrooms":"1","price":"250000","area":"435"} , +{"type":"Feature","id":"n8595900608","geometry":{"type":"Point","coordinates":[-0.1059886,51.5334593]},"properties":{"@type":"node","@id":8595900608,"@timestamp":1617642375},"coords":"51.5334593,-0.1059886","bedrooms":"2","price":"299000","area":"570"} , +{"type":"Feature","id":"n8595921178","geometry":{"type":"Point","coordinates":[-0.1919109,51.4207313]},"properties":{"@type":"node","@id":8595921178,"@timestamp":1617642394},"coords":"51.4207313,-0.1919109","bedrooms":"4","price":"292000","area":"385"} , +{"type":"Feature","id":"n8595921188","geometry":{"type":"Point","coordinates":[-0.197355,51.4201213]},"properties":{"@type":"node","@id":8595921188,"@timestamp":1617642394},"coords":"51.4201213,-0.197355","bedrooms":"0","price":"206000","area":"422"} , +{"type":"Feature","id":"n8595924020","geometry":{"type":"Point","coordinates":[-0.2043539,51.4209442]},"properties":{"@type":"node","@id":8595924020,"@timestamp":1617642394},"coords":"51.4209442,-0.2043539","bedrooms":"4","price":"184000","area":"661"} , +{"type":"Feature","id":"n8595924036","geometry":{"type":"Point","coordinates":[-0.2105924,51.4194123]},"properties":{"@type":"node","@id":8595924036,"@timestamp":1617642394},"coords":"51.4194123,-0.2105924","bedrooms":"1","price":"167000","area":"503"} , +{"type":"Feature","id":"n8595976717","geometry":{"type":"Point","coordinates":[-0.3180728,51.4941442]},"properties":{"@type":"node","@id":8595976717,"@timestamp":1617643813},"coords":"51.4941442,-0.3180728","bedrooms":"3","price":"179000","area":"409"} , +{"type":"Feature","id":"n8595984110","geometry":{"type":"Point","coordinates":[-0.2263345,51.4088035]},"properties":{"@type":"node","@id":8595984110,"@timestamp":1617644204},"coords":"51.4088035,-0.2263345","bedrooms":"3","price":"282000","area":"564"} , +{"type":"Feature","id":"n8595989420","geometry":{"type":"Point","coordinates":[-0.2261605,51.4081927]},"properties":{"@type":"node","@id":8595989420,"@timestamp":1617644204},"coords":"51.4081927,-0.2261605","bedrooms":"2","price":"282000","area":"581"} , +{"type":"Feature","id":"n8595989430","geometry":{"type":"Point","coordinates":[-0.2258558,51.4075951]},"properties":{"@type":"node","@id":8595989430,"@timestamp":1617644204},"coords":"51.4075951,-0.2258558","bedrooms":"4","price":"191000","area":"551"} , +{"type":"Feature","id":"n8595989458","geometry":{"type":"Point","coordinates":[-0.2225931,51.407408]},"properties":{"@type":"node","@id":8595989458,"@timestamp":1617644204},"coords":"51.407408,-0.2225931","bedrooms":"3","price":"271000","area":"556"} , +{"type":"Feature","id":"n8595989492","geometry":{"type":"Point","coordinates":[-0.2194017,51.4076453]},"properties":{"@type":"node","@id":8595989492,"@timestamp":1617644204},"coords":"51.4076453,-0.2194017","bedrooms":"4","price":"257000","area":"675"} , +{"type":"Feature","id":"n8595989586","geometry":{"type":"Point","coordinates":[-0.2176044,51.4059016]},"properties":{"@type":"node","@id":8595989586,"@timestamp":1617645169},"coords":"51.4059016,-0.2176044","bedrooms":"4","price":"281000","area":"444"} , +{"type":"Feature","id":"n8595990341","geometry":{"type":"Point","coordinates":[0.056,51.6482518]},"properties":{"@type":"node","@id":8595990341,"@timestamp":1625610614},"coords":"51.6482518,0.056","bedrooms":"1","price":"262000","area":"435"} , +{"type":"Feature","id":"n8596013384","geometry":{"type":"Point","coordinates":[-0.12246,51.1992487]},"properties":{"@type":"node","@id":8596013384,"@timestamp":1617645579},"coords":"51.1992487,-0.12246","bedrooms":"0","price":"152000","area":"502"} , +{"type":"Feature","id":"n8596092763","geometry":{"type":"Point","coordinates":[-0.2032917,51.3851272]},"properties":{"@type":"node","@id":8596092763,"@timestamp":1617646755},"coords":"51.3851272,-0.2032917","bedrooms":"3","price":"175000","area":"428"} , +{"type":"Feature","id":"n8596092798","geometry":{"type":"Point","coordinates":[-0.1939654,51.3791494]},"properties":{"@type":"node","@id":8596092798,"@timestamp":1617646755},"coords":"51.3791494,-0.1939654","bedrooms":"0","price":"273000","area":"405"} , +{"type":"Feature","id":"n8596111712","geometry":{"type":"Point","coordinates":[0.0062891,51.6190045]},"properties":{"@type":"node","@id":8596111712,"@timestamp":1617649851},"coords":"51.6190045,0.0062891","bedrooms":"2","price":"192000","area":"657"} , +{"type":"Feature","id":"n8596112570","geometry":{"type":"Point","coordinates":[-0.0142052,51.6704277]},"properties":{"@type":"node","@id":8596112570,"@timestamp":1617657620},"coords":"51.6704277,-0.0142052","bedrooms":"0","price":"237000","area":"451"} , +{"type":"Feature","id":"n8596165114","geometry":{"type":"Point","coordinates":[0.0544961,51.6424447]},"properties":{"@type":"node","@id":8596165114,"@timestamp":1617648772},"coords":"51.6424447,0.0544961","bedrooms":"0","price":"190000","area":"690"} , +{"type":"Feature","id":"n8596703168","geometry":{"type":"Point","coordinates":[-0.4584778,51.5279998]},"properties":{"@type":"node","@id":8596703168,"@timestamp":1617654787},"coords":"51.5279998,-0.4584778","bedrooms":"2","price":"214000","area":"521"} , +{"type":"Feature","id":"n8596784851","geometry":{"type":"Point","coordinates":[-0.7313,51.2545117]},"properties":{"@type":"node","@id":8596784851,"@timestamp":1617656958},"coords":"51.2545117,-0.7313","bedrooms":"2","price":"187000","area":"624"} , +{"type":"Feature","id":"n8596841292","geometry":{"type":"Point","coordinates":[-0.5592936,51.6004984]},"properties":{"@type":"node","@id":8596841292,"@timestamp":1617658490},"coords":"51.6004984,-0.5592936","bedrooms":"2","price":"192000","area":"541"} , +{"type":"Feature","id":"n8596844387","geometry":{"type":"Point","coordinates":[-0.0149772,51.6685713]},"properties":{"@type":"node","@id":8596844387,"@timestamp":1617659497},"coords":"51.6685713,-0.0149772","bedrooms":"3","price":"280000","area":"468"} , +{"type":"Feature","id":"n8596885765","geometry":{"type":"Point","coordinates":[-0.0144347,51.6688308]},"properties":{"@type":"node","@id":8596885765,"@timestamp":1617660174},"coords":"51.6688308,-0.0144347","bedrooms":"0","price":"287000","area":"581"} , +{"type":"Feature","id":"n8596904805","geometry":{"type":"Point","coordinates":[0.1644505,51.8606856]},"properties":{"@type":"node","@id":8596904805,"@timestamp":1625230320},"coords":"51.8606856,0.1644505","bedrooms":"0","price":"169000","area":"394"} , +{"type":"Feature","id":"n8596962238","geometry":{"type":"Point","coordinates":[-0.2617916,51.2635811]},"properties":{"@type":"node","@id":8596962238,"@timestamp":1617662535},"coords":"51.2635811,-0.2617916","bedrooms":"2","price":"277000","area":"524"} , +{"type":"Feature","id":"n8596983502","geometry":{"type":"Point","coordinates":[-0.2011051,51.4136387]},"properties":{"@type":"node","@id":8596983502,"@timestamp":1617665328},"coords":"51.4136387,-0.2011051","bedrooms":"0","price":"227000","area":"442"} , +{"type":"Feature","id":"n8596995335","geometry":{"type":"Point","coordinates":[0.1723668,51.3966059]},"properties":{"@type":"node","@id":8596995335,"@timestamp":1617664625},"coords":"51.3966059,0.1723668","bedrooms":"2","price":"282000","area":"463"} , +{"type":"Feature","id":"n8597013160","geometry":{"type":"Point","coordinates":[-0.3223448,51.5104643]},"properties":{"@type":"node","@id":8597013160,"@timestamp":1617667686},"coords":"51.5104643,-0.3223448","bedrooms":"2","price":"164000","area":"609"} , +{"type":"Feature","id":"n8597203254","geometry":{"type":"Point","coordinates":[-0.0379428,51.2032645]},"properties":{"@type":"node","@id":8597203254,"@timestamp":1617678752},"coords":"51.2032645,-0.0379428","bedrooms":"4","price":"228000","area":"684"} , +{"type":"Feature","id":"n8597325719","geometry":{"type":"Point","coordinates":[-0.2395366,51.5066047]},"properties":{"@type":"node","@id":8597325719,"@timestamp":1617681410},"coords":"51.5066047,-0.2395366","bedrooms":"2","price":"227000","area":"368"} , +{"type":"Feature","id":"n8597325805","geometry":{"type":"Point","coordinates":[-0.2404056,51.5077587]},"properties":{"@type":"node","@id":8597325805,"@timestamp":1617684863},"coords":"51.5077587,-0.2404056","bedrooms":"3","price":"195000","area":"567"} , +{"type":"Feature","id":"n8597325849","geometry":{"type":"Point","coordinates":[-0.2405332,51.5083444]},"properties":{"@type":"node","@id":8597325849,"@timestamp":1617684863},"coords":"51.5083444,-0.2405332","bedrooms":"2","price":"194000","area":"519"} , +{"type":"Feature","id":"n8597325883","geometry":{"type":"Point","coordinates":[-0.2406556,51.5089008]},"properties":{"@type":"node","@id":8597325883,"@timestamp":1617684863},"coords":"51.5089008,-0.2406556","bedrooms":"4","price":"236000","area":"433"} , +{"type":"Feature","id":"n8597328723","geometry":{"type":"Point","coordinates":[-0.183857,51.3244889]},"properties":{"@type":"node","@id":8597328723,"@timestamp":1617681526},"coords":"51.3244889,-0.183857","bedrooms":"3","price":"178000","area":"418"} , +{"type":"Feature","id":"n8597479142","geometry":{"type":"Point","coordinates":[-0.2402442,51.509941]},"properties":{"@type":"node","@id":8597479142,"@timestamp":1617684863},"coords":"51.509941,-0.2402442","bedrooms":"4","price":"197000","area":"620"} , +{"type":"Feature","id":"n8597482680","geometry":{"type":"Point","coordinates":[0.0990534,51.1847678]},"properties":{"@type":"node","@id":8597482680,"@timestamp":1617684951},"coords":"51.1847678,0.0990534","bedrooms":"1","price":"155000","area":"387"} , +{"type":"Feature","id":"n8597687212","geometry":{"type":"Point","coordinates":[0.7579771,51.3332968]},"properties":{"@type":"node","@id":8597687212,"@timestamp":1617689848},"coords":"51.3332968,0.7579771","bedrooms":"4","price":"275000","area":"486"} , +{"type":"Feature","id":"n8597756821","geometry":{"type":"Point","coordinates":[0.6852903,51.0092922]},"properties":{"@type":"node","@id":8597756821,"@timestamp":1617691070},"coords":"51.0092922,0.6852903","bedrooms":"0","price":"267000","area":"657"} , +{"type":"Feature","id":"n8597840552","geometry":{"type":"Point","coordinates":[-0.0563737,51.1541485]},"properties":{"@type":"node","@id":8597840552,"@timestamp":1617693010},"coords":"51.1541485,-0.0563737","bedrooms":"4","price":"298000","area":"555"} , +{"type":"Feature","id":"n8597959560","geometry":{"type":"Point","coordinates":[-0.1670828,51.1372551]},"properties":{"@type":"node","@id":8597959560,"@timestamp":1617694606},"coords":"51.1372551,-0.1670828","bedrooms":"2","price":"198000","area":"521"} , +{"type":"Feature","id":"n8598111130","geometry":{"type":"Point","coordinates":[-0.2159715,51.285153]},"properties":{"@type":"node","@id":8598111130,"@timestamp":1617696683},"coords":"51.285153,-0.2159715","bedrooms":"0","price":"207000","area":"573"} , +{"type":"Feature","id":"n8598382725","geometry":{"type":"Point","coordinates":[-0.0953614,51.3974874]},"properties":{"@type":"node","@id":8598382725,"@timestamp":1617699647},"coords":"51.3974874,-0.0953614","bedrooms":"2","price":"275000","area":"580"} , +{"type":"Feature","id":"n8598491638","geometry":{"type":"Point","coordinates":[-0.3340832,51.3121356]},"properties":{"@type":"node","@id":8598491638,"@timestamp":1617701334},"coords":"51.3121356,-0.3340832","bedrooms":"2","price":"258000","area":"688"} , +{"type":"Feature","id":"n8598696941","geometry":{"type":"Point","coordinates":[0.0643693,51.1969917]},"properties":{"@type":"node","@id":8598696941,"@timestamp":1617705270},"coords":"51.1969917,0.0643693","bedrooms":"2","price":"270000","area":"488"} , +{"type":"Feature","id":"n8598951162","geometry":{"type":"Point","coordinates":[0.017077,51.5065501]},"properties":{"@type":"node","@id":8598951162,"@timestamp":1617709609},"coords":"51.5065501,0.017077","bedrooms":"1","price":"209000","area":"558"} , +{"type":"Feature","id":"n8598951208","geometry":{"type":"Point","coordinates":[0.0169395,51.5064541]},"properties":{"@type":"node","@id":8598951208,"@timestamp":1617709609},"coords":"51.5064541,0.0169395","bedrooms":"4","price":"186000","area":"402"} , +{"type":"Feature","id":"n8598965131","geometry":{"type":"Point","coordinates":[0.0168989,51.506707]},"properties":{"@type":"node","@id":8598965131,"@timestamp":1617709609},"coords":"51.506707,0.0168989","bedrooms":"4","price":"155000","area":"429"} , +{"type":"Feature","id":"n8599014911","geometry":{"type":"Point","coordinates":[-0.7948935,51.3442422]},"properties":{"@type":"node","@id":8599014911,"@timestamp":1617723464},"coords":"51.3442422,-0.7948935","bedrooms":"2","price":"221000","area":"418"} , +{"type":"Feature","id":"n8599080744","geometry":{"type":"Point","coordinates":[-0.8005984,51.34801]},"properties":{"@type":"node","@id":8599080744,"@timestamp":1617710686},"coords":"51.34801,-0.8005984","bedrooms":"2","price":"217000","area":"475"} , +{"type":"Feature","id":"n8599097465","geometry":{"type":"Point","coordinates":[-1.1034165,51.281414]},"properties":{"@type":"node","@id":8599097465,"@timestamp":1617710901},"coords":"51.281414,-1.1034165","bedrooms":"4","price":"162000","area":"399"} , +{"type":"Feature","id":"n8599282649","geometry":{"type":"Point","coordinates":[0.0166934,51.5067183]},"properties":{"@type":"node","@id":8599282649,"@timestamp":1617714955},"coords":"51.5067183,0.0166934","bedrooms":"4","price":"205000","area":"528"} , +{"type":"Feature","id":"n8599282676","geometry":{"type":"Point","coordinates":[0.0172278,51.5074434]},"properties":{"@type":"node","@id":8599282676,"@timestamp":1617714955},"coords":"51.5074434,0.0172278","bedrooms":"0","price":"204000","area":"464"} , +{"type":"Feature","id":"n8599282686","geometry":{"type":"Point","coordinates":[0.0163288,51.5068092]},"properties":{"@type":"node","@id":8599282686,"@timestamp":1617714955},"coords":"51.5068092,0.0163288","bedrooms":"3","price":"167000","area":"647"} , +{"type":"Feature","id":"n8599534884","geometry":{"type":"Point","coordinates":[-0.1301368,51.5723137]},"properties":{"@type":"node","@id":8599534884,"@timestamp":1617720805},"coords":"51.5723137,-0.1301368","bedrooms":"3","price":"243000","area":"358"} , +{"type":"Feature","id":"n8599547965","geometry":{"type":"Point","coordinates":[0.6126388,51.1262685]},"properties":{"@type":"node","@id":8599547965,"@timestamp":1617721164},"coords":"51.1262685,0.6126388","bedrooms":"0","price":"188000","area":"673"} , +{"type":"Feature","id":"n8599568593","geometry":{"type":"Point","coordinates":[-0.1835378,51.3654865]},"properties":{"@type":"node","@id":8599568593,"@timestamp":1617721379},"coords":"51.3654865,-0.1835378","bedrooms":"4","price":"178000","area":"359"} , +{"type":"Feature","id":"n8599568613","geometry":{"type":"Point","coordinates":[-0.1746484,51.3660999]},"properties":{"@type":"node","@id":8599568613,"@timestamp":1617721379},"coords":"51.3660999,-0.1746484","bedrooms":"3","price":"268000","area":"590"} , +{"type":"Feature","id":"n8599572325","geometry":{"type":"Point","coordinates":[-0.1710495,51.3672013]},"properties":{"@type":"node","@id":8599572325,"@timestamp":1617721379},"coords":"51.3672013,-0.1710495","bedrooms":"0","price":"286000","area":"501"} , +{"type":"Feature","id":"n8599572335","geometry":{"type":"Point","coordinates":[-0.1714355,51.3666803]},"properties":{"@type":"node","@id":8599572335,"@timestamp":1617721379},"coords":"51.3666803,-0.1714355","bedrooms":"1","price":"171000","area":"599"} , +{"type":"Feature","id":"n8599572345","geometry":{"type":"Point","coordinates":[-0.1697025,51.3681363]},"properties":{"@type":"node","@id":8599572345,"@timestamp":1617721379},"coords":"51.3681363,-0.1697025","bedrooms":"0","price":"277000","area":"363"} , +{"type":"Feature","id":"n8599572355","geometry":{"type":"Point","coordinates":[-0.1684061,51.3686739]},"properties":{"@type":"node","@id":8599572355,"@timestamp":1617721379},"coords":"51.3686739,-0.1684061","bedrooms":"3","price":"287000","area":"685"} , +{"type":"Feature","id":"n8599658915","geometry":{"type":"Point","coordinates":[-0.7727554,51.4212194]},"properties":{"@type":"node","@id":8599658915,"@timestamp":1617723464},"coords":"51.4212194,-0.7727554","bedrooms":"3","price":"234000","area":"615"} , +{"type":"Feature","id":"n8599678542","geometry":{"type":"Point","coordinates":[-0.7668914,51.4229376]},"properties":{"@type":"node","@id":8599678542,"@timestamp":1617723464},"coords":"51.4229376,-0.7668914","bedrooms":"2","price":"203000","area":"463"} , +{"type":"Feature","id":"n8599678571","geometry":{"type":"Point","coordinates":[-0.7706305,51.4204907]},"properties":{"@type":"node","@id":8599678571,"@timestamp":1617723464},"coords":"51.4204907,-0.7706305","bedrooms":"0","price":"210000","area":"380"} , +{"type":"Feature","id":"n8599847700","geometry":{"type":"Point","coordinates":[-0.0036028,51.1299518]},"properties":{"@type":"node","@id":8599847700,"@timestamp":1621345216},"coords":"51.1299518,-0.0036028","bedrooms":"3","price":"233000","area":"676"} , +{"type":"Feature","id":"n8600003520","geometry":{"type":"Point","coordinates":[-1.1338162,51.9004451]},"properties":{"@type":"node","@id":8600003520,"@timestamp":1617730967},"coords":"51.9004451,-1.1338162","bedrooms":"1","price":"182000","area":"495"} , +{"type":"Feature","id":"n8600145170","geometry":{"type":"Point","coordinates":[-0.4149679,51.646991]},"properties":{"@type":"node","@id":8600145170,"@timestamp":1617735031},"coords":"51.646991,-0.4149679","bedrooms":"4","price":"173000","area":"480"} , +{"type":"Feature","id":"n8600167128","geometry":{"type":"Point","coordinates":[-0.2397124,51.5093835]},"properties":{"@type":"node","@id":8600167128,"@timestamp":1617735533},"coords":"51.5093835,-0.2397124","bedrooms":"2","price":"192000","area":"394"} , +{"type":"Feature","id":"n8600167138","geometry":{"type":"Point","coordinates":[-0.239663,51.5089446]},"properties":{"@type":"node","@id":8600167138,"@timestamp":1617735533},"coords":"51.5089446,-0.239663","bedrooms":"2","price":"220000","area":"646"} , +{"type":"Feature","id":"n8600167148","geometry":{"type":"Point","coordinates":[-0.2396143,51.508511]},"properties":{"@type":"node","@id":8600167148,"@timestamp":1617735533},"coords":"51.508511,-0.2396143","bedrooms":"1","price":"270000","area":"547"} , +{"type":"Feature","id":"n8600167158","geometry":{"type":"Point","coordinates":[-0.239565,51.5080732]},"properties":{"@type":"node","@id":8600167158,"@timestamp":1617735533},"coords":"51.5080732,-0.239565","bedrooms":"4","price":"240000","area":"604"} , +{"type":"Feature","id":"n8600167168","geometry":{"type":"Point","coordinates":[-0.2395156,51.5076341]},"properties":{"@type":"node","@id":8600167168,"@timestamp":1617735533},"coords":"51.5076341,-0.2395156","bedrooms":"2","price":"198000","area":"572"} , +{"type":"Feature","id":"n8600167178","geometry":{"type":"Point","coordinates":[-0.2394665,51.5071972]},"properties":{"@type":"node","@id":8600167178,"@timestamp":1617735533},"coords":"51.5071972,-0.2394665","bedrooms":"0","price":"162000","area":"643"} , +{"type":"Feature","id":"n8600167194","geometry":{"type":"Point","coordinates":[-0.2394692,51.506625]},"properties":{"@type":"node","@id":8600167194,"@timestamp":1617735533},"coords":"51.506625,-0.2394692","bedrooms":"4","price":"220000","area":"579"} , +{"type":"Feature","id":"n8600421420","geometry":{"type":"Point","coordinates":[-0.9748158,51.431326]},"properties":{"@type":"node","@id":8600421420,"@timestamp":1627721632},"coords":"51.431326,-0.9748158","bedrooms":"3","price":"160000","area":"523"} , +{"type":"Feature","id":"n8600439707","geometry":{"type":"Point","coordinates":[0.0158242,51.545164]},"properties":{"@type":"node","@id":8600439707,"@timestamp":1617743519},"coords":"51.545164,0.0158242","bedrooms":"0","price":"247000","area":"397"} , +{"type":"Feature","id":"n8600500528","geometry":{"type":"Point","coordinates":[-0.9964741,51.4256528]},"properties":{"@type":"node","@id":8600500528,"@timestamp":1617745692},"coords":"51.4256528,-0.9964741","bedrooms":"4","price":"228000","area":"678"} , +{"type":"Feature","id":"n8600502756","geometry":{"type":"Point","coordinates":[-0.1809307,51.4336198]},"properties":{"@type":"node","@id":8600502756,"@timestamp":1617745883},"coords":"51.4336198,-0.1809307","bedrooms":"2","price":"259000","area":"392"} , +{"type":"Feature","id":"n8600502786","geometry":{"type":"Point","coordinates":[-0.1835082,51.43645]},"properties":{"@type":"node","@id":8600502786,"@timestamp":1617745883},"coords":"51.43645,-0.1835082","bedrooms":"2","price":"163000","area":"620"} , +{"type":"Feature","id":"n8600503229","geometry":{"type":"Point","coordinates":[-0.2451575,51.6889366]},"properties":{"@type":"node","@id":8600503229,"@timestamp":1617746412},"coords":"51.6889366,-0.2451575","bedrooms":"1","price":"154000","area":"680"} , +{"type":"Feature","id":"n8600531462","geometry":{"type":"Point","coordinates":[-0.1800353,51.4308999]},"properties":{"@type":"node","@id":8600531462,"@timestamp":1617748552},"coords":"51.4308999,-0.1800353","bedrooms":"2","price":"168000","area":"491"} , +{"type":"Feature","id":"n8600531480","geometry":{"type":"Point","coordinates":[-0.177247,51.4308397]},"properties":{"@type":"node","@id":8600531480,"@timestamp":1617748552},"coords":"51.4308397,-0.177247","bedrooms":"4","price":"159000","area":"351"} , +{"type":"Feature","id":"n8600531505","geometry":{"type":"Point","coordinates":[-0.1779509,51.4309505]},"properties":{"@type":"node","@id":8600531505,"@timestamp":1617748552},"coords":"51.4309505,-0.1779509","bedrooms":"2","price":"268000","area":"572"} , +{"type":"Feature","id":"n8600568128","geometry":{"type":"Point","coordinates":[-0.97093,51.4595821]},"properties":{"@type":"node","@id":8600568128,"@timestamp":1617749005},"coords":"51.4595821,-0.97093","bedrooms":"1","price":"185000","area":"570"} , +{"type":"Feature","id":"n8600983058","geometry":{"type":"Point","coordinates":[0.6402308,50.9803994]},"properties":{"@type":"node","@id":8600983058,"@timestamp":1617768549},"coords":"50.9803994,0.6402308","bedrooms":"1","price":"296000","area":"362"} , +{"type":"Feature","id":"n8601141610","geometry":{"type":"Point","coordinates":[-0.0529962,51.4986586]},"properties":{"@type":"node","@id":8601141610,"@timestamp":1617772668},"coords":"51.4986586,-0.0529962","bedrooms":"0","price":"165000","area":"412"} , +{"type":"Feature","id":"n8601243196","geometry":{"type":"Point","coordinates":[-0.2394649,51.5096751]},"properties":{"@type":"node","@id":8601243196,"@timestamp":1617775290},"coords":"51.5096751,-0.2394649","bedrooms":"3","price":"271000","area":"363"} , +{"type":"Feature","id":"n8601261232","geometry":{"type":"Point","coordinates":[-0.2387284,51.5099351]},"properties":{"@type":"node","@id":8601261232,"@timestamp":1617775290},"coords":"51.5099351,-0.2387284","bedrooms":"1","price":"279000","area":"372"} , +{"type":"Feature","id":"n8601261245","geometry":{"type":"Point","coordinates":[-0.2382673,51.5100701]},"properties":{"@type":"node","@id":8601261245,"@timestamp":1617775290},"coords":"51.5100701,-0.2382673","bedrooms":"3","price":"205000","area":"646"} , +{"type":"Feature","id":"n8601261294","geometry":{"type":"Point","coordinates":[-0.2377702,51.5098845]},"properties":{"@type":"node","@id":8601261294,"@timestamp":1617775290},"coords":"51.5098845,-0.2377702","bedrooms":"1","price":"171000","area":"517"} , +{"type":"Feature","id":"n8601261320","geometry":{"type":"Point","coordinates":[-0.2376672,51.5097258]},"properties":{"@type":"node","@id":8601261320,"@timestamp":1617775290},"coords":"51.5097258,-0.2376672","bedrooms":"2","price":"257000","area":"484"} , +{"type":"Feature","id":"n8601261372","geometry":{"type":"Point","coordinates":[-0.2385687,51.5095812]},"properties":{"@type":"node","@id":8601261372,"@timestamp":1617775290},"coords":"51.5095812,-0.2385687","bedrooms":"1","price":"268000","area":"406"} , +{"type":"Feature","id":"n8601263214","geometry":{"type":"Point","coordinates":[0.082388,51.5292784]},"properties":{"@type":"node","@id":8601263214,"@timestamp":1617776061},"coords":"51.5292784,0.082388","bedrooms":"0","price":"249000","area":"466"} , +{"type":"Feature","id":"n8601346318","geometry":{"type":"Point","coordinates":[-0.2394048,51.50918]},"properties":{"@type":"node","@id":8601346318,"@timestamp":1617777059},"coords":"51.50918,-0.2394048","bedrooms":"0","price":"277000","area":"614"} , +{"type":"Feature","id":"n8601346328","geometry":{"type":"Point","coordinates":[-0.2393556,51.5087412]},"properties":{"@type":"node","@id":8601346328,"@timestamp":1617777059},"coords":"51.5087412,-0.2393556","bedrooms":"0","price":"269000","area":"441"} , +{"type":"Feature","id":"n8601346338","geometry":{"type":"Point","coordinates":[-0.2393069,51.5083068]},"properties":{"@type":"node","@id":8601346338,"@timestamp":1617777059},"coords":"51.5083068,-0.2393069","bedrooms":"0","price":"167000","area":"675"} , +{"type":"Feature","id":"n8601346348","geometry":{"type":"Point","coordinates":[-0.2392583,51.5078728]},"properties":{"@type":"node","@id":8601346348,"@timestamp":1617777059},"coords":"51.5078728,-0.2392583","bedrooms":"2","price":"162000","area":"679"} , +{"type":"Feature","id":"n8601346358","geometry":{"type":"Point","coordinates":[-0.2392085,51.5074284]},"properties":{"@type":"node","@id":8601346358,"@timestamp":1617777059},"coords":"51.5074284,-0.2392085","bedrooms":"4","price":"172000","area":"480"} , +{"type":"Feature","id":"n8601346368","geometry":{"type":"Point","coordinates":[-0.2391595,51.5069915]},"properties":{"@type":"node","@id":8601346368,"@timestamp":1617777059},"coords":"51.5069915,-0.2391595","bedrooms":"3","price":"209000","area":"563"} , +{"type":"Feature","id":"n8601396888","geometry":{"type":"Point","coordinates":[0.0593091,51.5469222]},"properties":{"@type":"node","@id":8601396888,"@timestamp":1617778252},"coords":"51.5469222,0.0593091","bedrooms":"3","price":"150000","area":"661"} , +{"type":"Feature","id":"n8601544885","geometry":{"type":"Point","coordinates":[-0.0797102,51.5871962]},"properties":{"@type":"node","@id":8601544885,"@timestamp":1617781110},"coords":"51.5871962,-0.0797102","bedrooms":"3","price":"186000","area":"401"} , +{"type":"Feature","id":"n8601763998","geometry":{"type":"Point","coordinates":[0.0472128,51.4879161]},"properties":{"@type":"node","@id":8601763998,"@timestamp":1617784364},"coords":"51.4879161,0.0472128","bedrooms":"0","price":"231000","area":"544"} , +{"type":"Feature","id":"n8601954272","geometry":{"type":"Point","coordinates":[0.4499772,51.0894344]},"properties":{"@type":"node","@id":8601954272,"@timestamp":1617786849},"coords":"51.0894344,0.4499772","bedrooms":"1","price":"299000","area":"379"} , +{"type":"Feature","id":"n8602224177","geometry":{"type":"Point","coordinates":[0.7107782,50.9772627]},"properties":{"@type":"node","@id":8602224177,"@timestamp":1617790942},"coords":"50.9772627,0.7107782","bedrooms":"2","price":"184000","area":"653"} , +{"type":"Feature","id":"n8602279127","geometry":{"type":"Point","coordinates":[0.0098426,51.5394011]},"properties":{"@type":"node","@id":8602279127,"@timestamp":1617792006},"coords":"51.5394011,0.0098426","bedrooms":"3","price":"224000","area":"650"} , +{"type":"Feature","id":"n8602431193","geometry":{"type":"Point","coordinates":[0.4583309,51.1189515]},"properties":{"@type":"node","@id":8602431193,"@timestamp":1617794886},"coords":"51.1189515,0.4583309","bedrooms":"2","price":"189000","area":"584"} , +{"type":"Feature","id":"n8602496986","geometry":{"type":"Point","coordinates":[-0.8075319,51.3480629]},"properties":{"@type":"node","@id":8602496986,"@timestamp":1617796318},"coords":"51.3480629,-0.8075319","bedrooms":"1","price":"182000","area":"501"} , +{"type":"Feature","id":"n8602543162","geometry":{"type":"Point","coordinates":[-0.8051519,51.3463984]},"properties":{"@type":"node","@id":8602543162,"@timestamp":1617797548},"coords":"51.3463984,-0.8051519","bedrooms":"0","price":"199000","area":"535"} , +{"type":"Feature","id":"n8602557786","geometry":{"type":"Point","coordinates":[-0.2130533,51.494301]},"properties":{"@type":"node","@id":8602557786,"@timestamp":1635354371},"coords":"51.494301,-0.2130533","bedrooms":"0","price":"176000","area":"610"} , +{"type":"Feature","id":"n8602557796","geometry":{"type":"Point","coordinates":[-0.2128323,51.4943832]},"properties":{"@type":"node","@id":8602557796,"@timestamp":1635354371},"coords":"51.4943832,-0.2128323","bedrooms":"4","price":"283000","area":"555"} , +{"type":"Feature","id":"n8602564076","geometry":{"type":"Point","coordinates":[-0.2120757,51.4937074]},"properties":{"@type":"node","@id":8602564076,"@timestamp":1635412925},"coords":"51.4937074,-0.2120757","bedrooms":"3","price":"173000","area":"395"} , +{"type":"Feature","id":"n8602726079","geometry":{"type":"Point","coordinates":[0.8516168,51.1556177]},"properties":{"@type":"node","@id":8602726079,"@timestamp":1617801766},"coords":"51.1556177,0.8516168","bedrooms":"0","price":"153000","area":"536"} , +{"type":"Feature","id":"n8602884373","geometry":{"type":"Point","coordinates":[-0.8133751,51.3511732]},"properties":{"@type":"node","@id":8602884373,"@timestamp":1617804363},"coords":"51.3511732,-0.8133751","bedrooms":"4","price":"285000","area":"495"} , +{"type":"Feature","id":"n8602884386","geometry":{"type":"Point","coordinates":[-0.8099202,51.3541452]},"properties":{"@type":"node","@id":8602884386,"@timestamp":1617804363},"coords":"51.3541452,-0.8099202","bedrooms":"2","price":"279000","area":"597"} , +{"type":"Feature","id":"n8602900565","geometry":{"type":"Point","coordinates":[-0.8106402,51.3558164]},"properties":{"@type":"node","@id":8602900565,"@timestamp":1617804886},"coords":"51.3558164,-0.8106402","bedrooms":"2","price":"212000","area":"412"} , +{"type":"Feature","id":"n8602956584","geometry":{"type":"Point","coordinates":[-0.0895721,51.5668023]},"properties":{"@type":"node","@id":8602956584,"@timestamp":1617806221},"coords":"51.5668023,-0.0895721","bedrooms":"4","price":"179000","area":"355"} , +{"type":"Feature","id":"n8602971165","geometry":{"type":"Point","coordinates":[-0.0908738,51.5664857]},"properties":{"@type":"node","@id":8602971165,"@timestamp":1617806221},"coords":"51.5664857,-0.0908738","bedrooms":"1","price":"277000","area":"568"} , +{"type":"Feature","id":"n8603231308","geometry":{"type":"Point","coordinates":[0.3160876,51.4497526]},"properties":{"@type":"node","@id":8603231308,"@timestamp":1617814197},"coords":"51.4497526,0.3160876","bedrooms":"2","price":"263000","area":"660"} , +{"type":"Feature","id":"n8603255876","geometry":{"type":"Point","coordinates":[0.2726164,51.4697542]},"properties":{"@type":"node","@id":8603255876,"@timestamp":1617814283},"coords":"51.4697542,0.2726164","bedrooms":"1","price":"192000","area":"430"} , +{"type":"Feature","id":"n8603306285","geometry":{"type":"Point","coordinates":[-0.6135027,51.4830537]},"properties":{"@type":"node","@id":8603306285,"@timestamp":1617815905},"coords":"51.4830537,-0.6135027","bedrooms":"0","price":"174000","area":"654"} , +{"type":"Feature","id":"n8603359706","geometry":{"type":"Point","coordinates":[-0.2391325,51.5090666]},"properties":{"@type":"node","@id":8603359706,"@timestamp":1617817942},"coords":"51.5090666,-0.2391325","bedrooms":"4","price":"245000","area":"411"} , +{"type":"Feature","id":"n8603359716","geometry":{"type":"Point","coordinates":[-0.23909,51.5086303]},"properties":{"@type":"node","@id":8603359716,"@timestamp":1617817942},"coords":"51.5086303,-0.23909","bedrooms":"0","price":"220000","area":"351"} , +{"type":"Feature","id":"n8603376225","geometry":{"type":"Point","coordinates":[-0.2390516,51.5082362]},"properties":{"@type":"node","@id":8603376225,"@timestamp":1617817942},"coords":"51.5082362,-0.2390516","bedrooms":"2","price":"286000","area":"427"} , +{"type":"Feature","id":"n8603376235","geometry":{"type":"Point","coordinates":[-0.2390093,51.5078016]},"properties":{"@type":"node","@id":8603376235,"@timestamp":1617817942},"coords":"51.5078016,-0.2390093","bedrooms":"1","price":"292000","area":"494"} , +{"type":"Feature","id":"n8603376245","geometry":{"type":"Point","coordinates":[-0.2389666,51.5073639]},"properties":{"@type":"node","@id":8603376245,"@timestamp":1617817942},"coords":"51.5073639,-0.2389666","bedrooms":"1","price":"207000","area":"416"} , +{"type":"Feature","id":"n8603376255","geometry":{"type":"Point","coordinates":[-0.2388444,51.5069319]},"properties":{"@type":"node","@id":8603376255,"@timestamp":1617817942},"coords":"51.5069319,-0.2388444","bedrooms":"3","price":"174000","area":"630"} , +{"type":"Feature","id":"n8603476787","geometry":{"type":"Point","coordinates":[-0.2388557,51.5091109]},"properties":{"@type":"node","@id":8603476787,"@timestamp":1617820861},"coords":"51.5091109,-0.2388557","bedrooms":"0","price":"255000","area":"495"} , +{"type":"Feature","id":"n8603476797","geometry":{"type":"Point","coordinates":[-0.2388122,51.5086728]},"properties":{"@type":"node","@id":8603476797,"@timestamp":1617820861},"coords":"51.5086728,-0.2388122","bedrooms":"1","price":"194000","area":"427"} , +{"type":"Feature","id":"n8603476807","geometry":{"type":"Point","coordinates":[-0.2387686,51.5082334]},"properties":{"@type":"node","@id":8603476807,"@timestamp":1617820861},"coords":"51.5082334,-0.2387686","bedrooms":"0","price":"203000","area":"623"} , +{"type":"Feature","id":"n8603476817","geometry":{"type":"Point","coordinates":[-0.2387255,51.5077984]},"properties":{"@type":"node","@id":8603476817,"@timestamp":1617820861},"coords":"51.5077984,-0.2387255","bedrooms":"1","price":"238000","area":"582"} , +{"type":"Feature","id":"n8603476827","geometry":{"type":"Point","coordinates":[-0.2386821,51.5073613]},"properties":{"@type":"node","@id":8603476827,"@timestamp":1617820861},"coords":"51.5073613,-0.2386821","bedrooms":"3","price":"212000","area":"487"} , +{"type":"Feature","id":"n8603492650","geometry":{"type":"Point","coordinates":[-0.1905376,51.4267646]},"properties":{"@type":"node","@id":8603492650,"@timestamp":1617821479},"coords":"51.4267646,-0.1905376","bedrooms":"4","price":"269000","area":"512"} , +{"type":"Feature","id":"n8603644485","geometry":{"type":"Point","coordinates":[0.4732363,51.734028]},"properties":{"@type":"node","@id":8603644485,"@timestamp":1617826621},"coords":"51.734028,0.4732363","bedrooms":"4","price":"276000","area":"357"} , +{"type":"Feature","id":"n8603644497","geometry":{"type":"Point","coordinates":[0.473535,51.7336682]},"properties":{"@type":"node","@id":8603644497,"@timestamp":1617826621},"coords":"51.7336682,0.473535","bedrooms":"4","price":"208000","area":"616"} , +{"type":"Feature","id":"n8603703517","geometry":{"type":"Point","coordinates":[0.8811694,51.1740835]},"properties":{"@type":"node","@id":8603703517,"@timestamp":1617828243},"coords":"51.1740835,0.8811694","bedrooms":"1","price":"299000","area":"691"} , +{"type":"Feature","id":"n8604055549","geometry":{"type":"Point","coordinates":[-0.0994839,51.5199075]},"properties":{"@type":"node","@id":8604055549,"@timestamp":1617829537},"coords":"51.5199075,-0.0994839","bedrooms":"2","price":"274000","area":"619"} , +{"type":"Feature","id":"n8604170026","geometry":{"type":"Point","coordinates":[-0.3355967,51.2980434]},"properties":{"@type":"node","@id":8604170026,"@timestamp":1617874997},"coords":"51.2980434,-0.3355967","bedrooms":"1","price":"295000","area":"482"} , +{"type":"Feature","id":"n8604179205","geometry":{"type":"Point","coordinates":[-0.1736087,51.4301488]},"properties":{"@type":"node","@id":8604179205,"@timestamp":1617834873},"coords":"51.4301488,-0.1736087","bedrooms":"2","price":"291000","area":"686"} , +{"type":"Feature","id":"n8604181862","geometry":{"type":"Point","coordinates":[-0.7457701,51.4204895]},"properties":{"@type":"node","@id":8604181862,"@timestamp":1617834269},"coords":"51.4204895,-0.7457701","bedrooms":"4","price":"171000","area":"414"} , +{"type":"Feature","id":"n8604181880","geometry":{"type":"Point","coordinates":[-0.7470249,51.4229548]},"properties":{"@type":"node","@id":8604181880,"@timestamp":1617834269},"coords":"51.4229548,-0.7470249","bedrooms":"0","price":"186000","area":"571"} , +{"type":"Feature","id":"n8604811659","geometry":{"type":"Point","coordinates":[0.8750017,51.1409616]},"properties":{"@type":"node","@id":8604811659,"@timestamp":1617855456},"coords":"51.1409616,0.8750017","bedrooms":"2","price":"213000","area":"653"} , +{"type":"Feature","id":"n8605453807","geometry":{"type":"Point","coordinates":[-0.1667131,51.4268426]},"properties":{"@type":"node","@id":8605453807,"@timestamp":1619897093},"coords":"51.4268426,-0.1667131","bedrooms":"1","price":"292000","area":"588"} , +{"type":"Feature","id":"n8605558199","geometry":{"type":"Point","coordinates":[0.8154403,51.139838]},"properties":{"@type":"node","@id":8605558199,"@timestamp":1617869063},"coords":"51.139838,0.8154403","bedrooms":"2","price":"190000","area":"662"} , +{"type":"Feature","id":"n8605716508","geometry":{"type":"Point","coordinates":[-0.2383354,51.5081403]},"properties":{"@type":"node","@id":8605716508,"@timestamp":1617870887},"coords":"51.5081403,-0.2383354","bedrooms":"0","price":"299000","area":"656"} , +{"type":"Feature","id":"n8605716568","geometry":{"type":"Point","coordinates":[-0.2383944,51.5074877]},"properties":{"@type":"node","@id":8605716568,"@timestamp":1617870887},"coords":"51.5074877,-0.2383944","bedrooms":"3","price":"271000","area":"590"} , +{"type":"Feature","id":"n8605861078","geometry":{"type":"Point","coordinates":[-0.238521,51.5082293]},"properties":{"@type":"node","@id":8605861078,"@timestamp":1617872485},"coords":"51.5082293,-0.238521","bedrooms":"1","price":"267000","area":"563"} , +{"type":"Feature","id":"n8605861088","geometry":{"type":"Point","coordinates":[-0.2384773,51.5086523]},"properties":{"@type":"node","@id":8605861088,"@timestamp":1617872485},"coords":"51.5086523,-0.2384773","bedrooms":"1","price":"202000","area":"445"} , +{"type":"Feature","id":"n8605861098","geometry":{"type":"Point","coordinates":[-0.2385166,51.5090937]},"properties":{"@type":"node","@id":8605861098,"@timestamp":1617872485},"coords":"51.5090937,-0.2385166","bedrooms":"4","price":"224000","area":"458"} , +{"type":"Feature","id":"n8605927658","geometry":{"type":"Point","coordinates":[-0.1277975,51.4200116]},"properties":{"@type":"node","@id":8605927658,"@timestamp":1617873610},"coords":"51.4200116,-0.1277975","bedrooms":"1","price":"246000","area":"564"} , +{"type":"Feature","id":"n8605928128","geometry":{"type":"Point","coordinates":[-0.1267178,51.4187074]},"properties":{"@type":"node","@id":8605928128,"@timestamp":1617873610},"coords":"51.4187074,-0.1267178","bedrooms":"0","price":"274000","area":"642"} , +{"type":"Feature","id":"n8605928150","geometry":{"type":"Point","coordinates":[-0.126674,51.4177578]},"properties":{"@type":"node","@id":8605928150,"@timestamp":1617873610},"coords":"51.4177578,-0.126674","bedrooms":"0","price":"204000","area":"605"} , +{"type":"Feature","id":"n8606023970","geometry":{"type":"Point","coordinates":[-0.1262219,51.4172076]},"properties":{"@type":"node","@id":8606023970,"@timestamp":1617874961},"coords":"51.4172076,-0.1262219","bedrooms":"2","price":"259000","area":"522"} , +{"type":"Feature","id":"n8606023983","geometry":{"type":"Point","coordinates":[-0.1250739,51.4161183]},"properties":{"@type":"node","@id":8606023983,"@timestamp":1617874961},"coords":"51.4161183,-0.1250739","bedrooms":"4","price":"213000","area":"531"} , +{"type":"Feature","id":"n8606027963","geometry":{"type":"Point","coordinates":[-0.1238812,51.4152844]},"properties":{"@type":"node","@id":8606027963,"@timestamp":1617874961},"coords":"51.4152844,-0.1238812","bedrooms":"1","price":"251000","area":"357"} , +{"type":"Feature","id":"n8606030435","geometry":{"type":"Point","coordinates":[-0.3336805,51.2982486]},"properties":{"@type":"node","@id":8606030435,"@timestamp":1617919804},"coords":"51.2982486,-0.3336805","bedrooms":"1","price":"254000","area":"371"} , +{"type":"Feature","id":"n8606030491","geometry":{"type":"Point","coordinates":[-0.3375567,51.2965176]},"properties":{"@type":"node","@id":8606030491,"@timestamp":1617874997},"coords":"51.2965176,-0.3375567","bedrooms":"2","price":"248000","area":"531"} , +{"type":"Feature","id":"n8606030510","geometry":{"type":"Point","coordinates":[-0.3375848,51.295996]},"properties":{"@type":"node","@id":8606030510,"@timestamp":1617874997},"coords":"51.295996,-0.3375848","bedrooms":"3","price":"153000","area":"470"} , +{"type":"Feature","id":"n8606044364","geometry":{"type":"Point","coordinates":[-1.0599321,51.0040315]},"properties":{"@type":"node","@id":8606044364,"@timestamp":1617875352},"coords":"51.0040315,-1.0599321","bedrooms":"4","price":"227000","area":"485"} , +{"type":"Feature","id":"n8606075469","geometry":{"type":"Point","coordinates":[-0.1280171,51.420002]},"properties":{"@type":"node","@id":8606075469,"@timestamp":1617875668},"coords":"51.420002,-0.1280171","bedrooms":"4","price":"222000","area":"582"} , +{"type":"Feature","id":"n8606112242","geometry":{"type":"Point","coordinates":[-0.151636,51.543845]},"properties":{"@type":"node","@id":8606112242,"@timestamp":1630186436},"coords":"51.543845,-0.151636","bedrooms":"0","price":"221000","area":"413"} , +{"type":"Feature","id":"n8606114820","geometry":{"type":"Point","coordinates":[-0.1515247,51.5443104]},"properties":{"@type":"node","@id":8606114820,"@timestamp":1630186436},"coords":"51.5443104,-0.1515247","bedrooms":"2","price":"255000","area":"633"} , +{"type":"Feature","id":"n8606114830","geometry":{"type":"Point","coordinates":[-0.1518251,51.5452929]},"properties":{"@type":"node","@id":8606114830,"@timestamp":1630186436},"coords":"51.5452929,-0.1518251","bedrooms":"2","price":"209000","area":"646"} , +{"type":"Feature","id":"n8606114840","geometry":{"type":"Point","coordinates":[-0.151243,51.5449151]},"properties":{"@type":"node","@id":8606114840,"@timestamp":1630186436},"coords":"51.5449151,-0.151243","bedrooms":"3","price":"188000","area":"430"} , +{"type":"Feature","id":"n8606114850","geometry":{"type":"Point","coordinates":[-0.149804,51.5452837]},"properties":{"@type":"node","@id":8606114850,"@timestamp":1630186436},"coords":"51.5452837,-0.149804","bedrooms":"4","price":"176000","area":"675"} , +{"type":"Feature","id":"n8606114860","geometry":{"type":"Point","coordinates":[-0.1504987,51.5453371]},"properties":{"@type":"node","@id":8606114860,"@timestamp":1630186436},"coords":"51.5453371,-0.1504987","bedrooms":"1","price":"261000","area":"431"} , +{"type":"Feature","id":"n8606114870","geometry":{"type":"Point","coordinates":[-0.151235,51.5455648]},"properties":{"@type":"node","@id":8606114870,"@timestamp":1630186436},"coords":"51.5455648,-0.151235","bedrooms":"0","price":"235000","area":"451"} , +{"type":"Feature","id":"n8606201231","geometry":{"type":"Point","coordinates":[0.7355896,50.9496197]},"properties":{"@type":"node","@id":8606201231,"@timestamp":1617877624},"coords":"50.9496197,0.7355896","bedrooms":"2","price":"275000","area":"505"} , +{"type":"Feature","id":"n8606285485","geometry":{"type":"Point","coordinates":[-0.1521309,51.5445706]},"properties":{"@type":"node","@id":8606285485,"@timestamp":1630186436},"coords":"51.5445706,-0.1521309","bedrooms":"4","price":"190000","area":"496"} , +{"type":"Feature","id":"n8606285495","geometry":{"type":"Point","coordinates":[-0.1538662,51.5450394]},"properties":{"@type":"node","@id":8606285495,"@timestamp":1630186436},"coords":"51.5450394,-0.1538662","bedrooms":"2","price":"163000","area":"486"} , +{"type":"Feature","id":"n8606285505","geometry":{"type":"Point","coordinates":[-0.15359,51.5450177]},"properties":{"@type":"node","@id":8606285505,"@timestamp":1630186436},"coords":"51.5450177,-0.15359","bedrooms":"0","price":"241000","area":"420"} , +{"type":"Feature","id":"n8606285515","geometry":{"type":"Point","coordinates":[-0.1534411,51.544418]},"properties":{"@type":"node","@id":8606285515,"@timestamp":1630186436},"coords":"51.544418,-0.1534411","bedrooms":"3","price":"251000","area":"639"} , +{"type":"Feature","id":"n8606292487","geometry":{"type":"Point","coordinates":[-0.2052104,51.7175506]},"properties":{"@type":"node","@id":8606292487,"@timestamp":1617879335},"coords":"51.7175506,-0.2052104","bedrooms":"3","price":"173000","area":"404"} , +{"type":"Feature","id":"n8606330613","geometry":{"type":"Point","coordinates":[0.729069,50.9497109]},"properties":{"@type":"node","@id":8606330613,"@timestamp":1617880294},"coords":"50.9497109,0.729069","bedrooms":"4","price":"223000","area":"667"} , +{"type":"Feature","id":"n8606356544","geometry":{"type":"Point","coordinates":[0.728926,50.9496592]},"properties":{"@type":"node","@id":8606356544,"@timestamp":1617880294},"coords":"50.9496592,0.728926","bedrooms":"2","price":"235000","area":"577"} , +{"type":"Feature","id":"n8606356581","geometry":{"type":"Point","coordinates":[0.7300829,50.9516593]},"properties":{"@type":"node","@id":8606356581,"@timestamp":1617880294},"coords":"50.9516593,0.7300829","bedrooms":"0","price":"217000","area":"515"} , +{"type":"Feature","id":"n8606386628","geometry":{"type":"Point","coordinates":[-0.1284975,51.4202799]},"properties":{"@type":"node","@id":8606386628,"@timestamp":1617880910},"coords":"51.4202799,-0.1284975","bedrooms":"0","price":"255000","area":"431"} , +{"type":"Feature","id":"n8606464273","geometry":{"type":"Point","coordinates":[-0.04041,51.5869806]},"properties":{"@type":"node","@id":8606464273,"@timestamp":1626400501},"coords":"51.5869806,-0.04041","bedrooms":"2","price":"236000","area":"547"} , +{"type":"Feature","id":"n8606715183","geometry":{"type":"Point","coordinates":[-0.057627,51.514333]},"properties":{"@type":"node","@id":8606715183,"@timestamp":1630973662},"coords":"51.514333,-0.057627","bedrooms":"4","price":"251000","area":"664"} , +{"type":"Feature","id":"n8606738661","geometry":{"type":"Point","coordinates":[-0.1266342,51.4173552]},"properties":{"@type":"node","@id":8606738661,"@timestamp":1617887427},"coords":"51.4173552,-0.1266342","bedrooms":"4","price":"209000","area":"510"} , +{"type":"Feature","id":"n8606738680","geometry":{"type":"Point","coordinates":[-0.1274201,51.4176147]},"properties":{"@type":"node","@id":8606738680,"@timestamp":1617887427},"coords":"51.4176147,-0.1274201","bedrooms":"0","price":"282000","area":"391"} , +{"type":"Feature","id":"n8606824078","geometry":{"type":"Point","coordinates":[0.8268859,51.0292794]},"properties":{"@type":"node","@id":8606824078,"@timestamp":1617888753},"coords":"51.0292794,0.8268859","bedrooms":"3","price":"259000","area":"559"} , +{"type":"Feature","id":"n8607040997","geometry":{"type":"Point","coordinates":[0.7223504,50.9713139]},"properties":{"@type":"node","@id":8607040997,"@timestamp":1617892405},"coords":"50.9713139,0.7223504","bedrooms":"2","price":"167000","area":"692"} , +{"type":"Feature","id":"n8607387896","geometry":{"type":"Point","coordinates":[-0.7407991,51.4201246]},"properties":{"@type":"node","@id":8607387896,"@timestamp":1617899084},"coords":"51.4201246,-0.7407991","bedrooms":"3","price":"245000","area":"448"} , +{"type":"Feature","id":"n8607388412","geometry":{"type":"Point","coordinates":[0.17074,51.2915093]},"properties":{"@type":"node","@id":8607388412,"@timestamp":1617898335},"coords":"51.2915093,0.17074","bedrooms":"0","price":"238000","area":"415"} , +{"type":"Feature","id":"n8607487076","geometry":{"type":"Point","coordinates":[-0.7358512,51.4166432]},"properties":{"@type":"node","@id":8607487076,"@timestamp":1617901827},"coords":"51.4166432,-0.7358512","bedrooms":"1","price":"219000","area":"679"} , +{"type":"Feature","id":"n8607528657","geometry":{"type":"Point","coordinates":[0.142576,51.8563235]},"properties":{"@type":"node","@id":8607528657,"@timestamp":1617901598},"coords":"51.8563235,0.142576","bedrooms":"0","price":"150000","area":"661"} , +{"type":"Feature","id":"n8607589917","geometry":{"type":"Point","coordinates":[-0.0384987,51.5514489]},"properties":{"@type":"node","@id":8607589917,"@timestamp":1617902841},"coords":"51.5514489,-0.0384987","bedrooms":"2","price":"232000","area":"367"} , +{"type":"Feature","id":"n8607589933","geometry":{"type":"Point","coordinates":[-0.0374986,51.5514959]},"properties":{"@type":"node","@id":8607589933,"@timestamp":1617902841},"coords":"51.5514959,-0.0374986","bedrooms":"4","price":"250000","area":"691"} , +{"type":"Feature","id":"n8607593185","geometry":{"type":"Point","coordinates":[-0.7432136,51.4154532]},"properties":{"@type":"node","@id":8607593185,"@timestamp":1617903091},"coords":"51.4154532,-0.7432136","bedrooms":"0","price":"181000","area":"384"} , +{"type":"Feature","id":"n8607599774","geometry":{"type":"Point","coordinates":[-0.7313514,51.4184892]},"properties":{"@type":"node","@id":8607599774,"@timestamp":1617903847},"coords":"51.4184892,-0.7313514","bedrooms":"4","price":"155000","area":"424"} , +{"type":"Feature","id":"n8607620145","geometry":{"type":"Point","coordinates":[-0.8145668,51.1420446]},"properties":{"@type":"node","@id":8607620145,"@timestamp":1617903820},"coords":"51.1420446,-0.8145668","bedrooms":"3","price":"297000","area":"435"} , +{"type":"Feature","id":"n8607811292","geometry":{"type":"Point","coordinates":[-0.0541852,51.5342668]},"properties":{"@type":"node","@id":8607811292,"@timestamp":1617907343},"coords":"51.5342668,-0.0541852","bedrooms":"4","price":"173000","area":"405"} , +{"type":"Feature","id":"n8608108574","geometry":{"type":"Point","coordinates":[0.4659128,51.7356797]},"properties":{"@type":"node","@id":8608108574,"@timestamp":1617913683},"coords":"51.7356797,0.4659128","bedrooms":"2","price":"235000","area":"393"} , +{"type":"Feature","id":"n8608108584","geometry":{"type":"Point","coordinates":[0.4650316,51.7352949]},"properties":{"@type":"node","@id":8608108584,"@timestamp":1617913683},"coords":"51.7352949,0.4650316","bedrooms":"0","price":"154000","area":"559"} , +{"type":"Feature","id":"n8608233270","geometry":{"type":"Point","coordinates":[-0.1683134,51.4280034]},"properties":{"@type":"node","@id":8608233270,"@timestamp":1624607614},"coords":"51.4280034,-0.1683134","bedrooms":"1","price":"274000","area":"561"} , +{"type":"Feature","id":"n8608258802","geometry":{"type":"Point","coordinates":[-0.765511,51.2717615]},"properties":{"@type":"node","@id":8608258802,"@timestamp":1623190979},"coords":"51.2717615,-0.765511","bedrooms":"3","price":"233000","area":"651"} , +{"type":"Feature","id":"n8608363433","geometry":{"type":"Point","coordinates":[-0.1654623,51.4292711]},"properties":{"@type":"node","@id":8608363433,"@timestamp":1618090728},"coords":"51.4292711,-0.1654623","bedrooms":"0","price":"259000","area":"612"} , +{"type":"Feature","id":"n8608363457","geometry":{"type":"Point","coordinates":[-0.1660624,51.42879]},"properties":{"@type":"node","@id":8608363457,"@timestamp":1621467078},"coords":"51.42879,-0.1660624","bedrooms":"2","price":"164000","area":"635"} , +{"type":"Feature","id":"n8608372171","geometry":{"type":"Point","coordinates":[-0.3367681,51.3021567]},"properties":{"@type":"node","@id":8608372171,"@timestamp":1617916363},"coords":"51.3021567,-0.3367681","bedrooms":"4","price":"160000","area":"637"} , +{"type":"Feature","id":"n8608489371","geometry":{"type":"Point","coordinates":[-0.1658042,51.4299332]},"properties":{"@type":"node","@id":8608489371,"@timestamp":1622062016},"coords":"51.4299332,-0.1658042","bedrooms":"3","price":"168000","area":"587"} , +{"type":"Feature","id":"n8608489383","geometry":{"type":"Point","coordinates":[-0.1662155,51.4300045]},"properties":{"@type":"node","@id":8608489383,"@timestamp":1617920574},"coords":"51.4300045,-0.1662155","bedrooms":"0","price":"295000","area":"674"} , +{"type":"Feature","id":"n8608489396","geometry":{"type":"Point","coordinates":[-0.1656354,51.430106]},"properties":{"@type":"node","@id":8608489396,"@timestamp":1617920574},"coords":"51.430106,-0.1656354","bedrooms":"3","price":"202000","area":"389"} , +{"type":"Feature","id":"n8608504090","geometry":{"type":"Point","coordinates":[-0.3338945,51.2981115]},"properties":{"@type":"node","@id":8608504090,"@timestamp":1617919804},"coords":"51.2981115,-0.3338945","bedrooms":"3","price":"157000","area":"393"} , +{"type":"Feature","id":"n8608559693","geometry":{"type":"Point","coordinates":[-0.731112,51.4188834]},"properties":{"@type":"node","@id":8608559693,"@timestamp":1617921679},"coords":"51.4188834,-0.731112","bedrooms":"2","price":"213000","area":"424"} , +{"type":"Feature","id":"n8608559703","geometry":{"type":"Point","coordinates":[-0.7309061,51.4188342]},"properties":{"@type":"node","@id":8608559703,"@timestamp":1617921679},"coords":"51.4188342,-0.7309061","bedrooms":"0","price":"247000","area":"476"} , +{"type":"Feature","id":"n8608559713","geometry":{"type":"Point","coordinates":[-0.7316164,51.4188048]},"properties":{"@type":"node","@id":8608559713,"@timestamp":1617921679},"coords":"51.4188048,-0.7316164","bedrooms":"2","price":"204000","area":"545"} , +{"type":"Feature","id":"n8608559723","geometry":{"type":"Point","coordinates":[-0.7311092,51.4188296]},"properties":{"@type":"node","@id":8608559723,"@timestamp":1617921679},"coords":"51.4188296,-0.7311092","bedrooms":"3","price":"188000","area":"588"} , +{"type":"Feature","id":"n8608559733","geometry":{"type":"Point","coordinates":[-0.7319212,51.4187987]},"properties":{"@type":"node","@id":8608559733,"@timestamp":1617921679},"coords":"51.4187987,-0.7319212","bedrooms":"0","price":"235000","area":"591"} , +{"type":"Feature","id":"n8608616047","geometry":{"type":"Point","coordinates":[-0.1655202,51.4292612]},"properties":{"@type":"node","@id":8608616047,"@timestamp":1618090728},"coords":"51.4292612,-0.1655202","bedrooms":"4","price":"246000","area":"595"} , +{"type":"Feature","id":"n8608616066","geometry":{"type":"Point","coordinates":[-0.1661087,51.428016]},"properties":{"@type":"node","@id":8608616066,"@timestamp":1618525340},"coords":"51.428016,-0.1661087","bedrooms":"0","price":"195000","area":"373"} , +{"type":"Feature","id":"n8608643458","geometry":{"type":"Point","coordinates":[0.1345143,51.2983809]},"properties":{"@type":"node","@id":8608643458,"@timestamp":1626965809},"coords":"51.2983809,0.1345143","bedrooms":"1","price":"259000","area":"419"} , +{"type":"Feature","id":"n8608667162","geometry":{"type":"Point","coordinates":[-0.3316277,51.3003799]},"properties":{"@type":"node","@id":8608667162,"@timestamp":1617923767},"coords":"51.3003799,-0.3316277","bedrooms":"4","price":"292000","area":"675"} , +{"type":"Feature","id":"n8608697620","geometry":{"type":"Point","coordinates":[0.1911916,51.5228542]},"properties":{"@type":"node","@id":8608697620,"@timestamp":1617925022},"coords":"51.5228542,0.1911916","bedrooms":"0","price":"240000","area":"372"} , +{"type":"Feature","id":"n8609124433","geometry":{"type":"Point","coordinates":[-0.2375312,51.5090172]},"properties":{"@type":"node","@id":8609124433,"@timestamp":1617940375},"coords":"51.5090172,-0.2375312","bedrooms":"0","price":"227000","area":"364"} , +{"type":"Feature","id":"n8609138523","geometry":{"type":"Point","coordinates":[-0.2382219,51.5092195]},"properties":{"@type":"node","@id":8609138523,"@timestamp":1617940375},"coords":"51.5092195,-0.2382219","bedrooms":"2","price":"257000","area":"392"} , +{"type":"Feature","id":"n8609138533","geometry":{"type":"Point","coordinates":[-0.2381705,51.5087114]},"properties":{"@type":"node","@id":8609138533,"@timestamp":1617940375},"coords":"51.5087114,-0.2381705","bedrooms":"1","price":"220000","area":"535"} , +{"type":"Feature","id":"n8609231910","geometry":{"type":"Point","coordinates":[-0.2377269,51.5092252]},"properties":{"@type":"node","@id":8609231910,"@timestamp":1617942922},"coords":"51.5092252,-0.2377269","bedrooms":"0","price":"268000","area":"536"} , +{"type":"Feature","id":"n8609234220","geometry":{"type":"Point","coordinates":[-0.2376988,51.5087384]},"properties":{"@type":"node","@id":8609234220,"@timestamp":1617942922},"coords":"51.5087384,-0.2376988","bedrooms":"1","price":"290000","area":"543"} , +{"type":"Feature","id":"n8609234230","geometry":{"type":"Point","coordinates":[-0.2376715,51.5082634]},"properties":{"@type":"node","@id":8609234230,"@timestamp":1617942922},"coords":"51.5082634,-0.2376715","bedrooms":"3","price":"275000","area":"381"} , +{"type":"Feature","id":"n8609485309","geometry":{"type":"Point","coordinates":[-0.7144234,51.0634873]},"properties":{"@type":"node","@id":8609485309,"@timestamp":1617948724},"coords":"51.0634873,-0.7144234","bedrooms":"1","price":"195000","area":"628"} , +{"type":"Feature","id":"n8609495715","geometry":{"type":"Point","coordinates":[-0.237614,51.5076267]},"properties":{"@type":"node","@id":8609495715,"@timestamp":1617948358},"coords":"51.5076267,-0.237614","bedrooms":"2","price":"298000","area":"567"} , +{"type":"Feature","id":"n8609503278","geometry":{"type":"Point","coordinates":[-0.237558,51.5071579]},"properties":{"@type":"node","@id":8609503278,"@timestamp":1617948358},"coords":"51.5071579,-0.237558","bedrooms":"4","price":"235000","area":"503"} , +{"type":"Feature","id":"n8609814037","geometry":{"type":"Point","coordinates":[-0.7495361,51.1207607]},"properties":{"@type":"node","@id":8609814037,"@timestamp":1617953546},"coords":"51.1207607,-0.7495361","bedrooms":"3","price":"205000","area":"554"} , +{"type":"Feature","id":"n8609844062","geometry":{"type":"Point","coordinates":[-0.1623218,51.4235836]},"properties":{"@type":"node","@id":8609844062,"@timestamp":1619897093},"coords":"51.4235836,-0.1623218","bedrooms":"3","price":"170000","area":"510"} , +{"type":"Feature","id":"n8610064204","geometry":{"type":"Point","coordinates":[0.0693703,51.6483906]},"properties":{"@type":"node","@id":8610064204,"@timestamp":1617956647},"coords":"51.6483906,0.0693703","bedrooms":"2","price":"233000","area":"449"} , +{"type":"Feature","id":"n8610106393","geometry":{"type":"Point","coordinates":[0.0749594,51.6480813]},"properties":{"@type":"node","@id":8610106393,"@timestamp":1617957661},"coords":"51.6480813,0.0749594","bedrooms":"1","price":"261000","area":"513"} , +{"type":"Feature","id":"n8610280609","geometry":{"type":"Point","coordinates":[0.5163148,51.1861019]},"properties":{"@type":"node","@id":8610280609,"@timestamp":1617959190},"coords":"51.1861019,0.5163148","bedrooms":"3","price":"215000","area":"499"} , +{"type":"Feature","id":"n8610380431","geometry":{"type":"Point","coordinates":[-0.1603337,51.4380757]},"properties":{"@type":"node","@id":8610380431,"@timestamp":1617960807},"coords":"51.4380757,-0.1603337","bedrooms":"0","price":"211000","area":"406"} , +{"type":"Feature","id":"n8610509531","geometry":{"type":"Point","coordinates":[-0.0806391,51.419633]},"properties":{"@type":"node","@id":8610509531,"@timestamp":1617962782},"coords":"51.419633,-0.0806391","bedrooms":"2","price":"247000","area":"667"} , +{"type":"Feature","id":"n8610515501","geometry":{"type":"Point","coordinates":[0.4347462,51.7020607]},"properties":{"@type":"node","@id":8610515501,"@timestamp":1617962900},"coords":"51.7020607,0.4347462","bedrooms":"3","price":"286000","area":"414"} , +{"type":"Feature","id":"n8610850589","geometry":{"type":"Point","coordinates":[0.8077458,51.2864273]},"properties":{"@type":"node","@id":8610850589,"@timestamp":1617967700},"coords":"51.2864273,0.8077458","bedrooms":"1","price":"284000","area":"380"} , +{"type":"Feature","id":"n8610913022","geometry":{"type":"Point","coordinates":[-0.1292653,51.4573812]},"properties":{"@type":"node","@id":8610913022,"@timestamp":1617968595},"coords":"51.4573812,-0.1292653","bedrooms":"3","price":"254000","area":"368"} , +{"type":"Feature","id":"n8610916141","geometry":{"type":"Point","coordinates":[-0.7319759,51.4174293]},"properties":{"@type":"node","@id":8610916141,"@timestamp":1617968342},"coords":"51.4174293,-0.7319759","bedrooms":"0","price":"248000","area":"642"} , +{"type":"Feature","id":"n8610951956","geometry":{"type":"Point","coordinates":[0.4288242,51.7275747]},"properties":{"@type":"node","@id":8610951956,"@timestamp":1617968947},"coords":"51.7275747,0.4288242","bedrooms":"4","price":"197000","area":"385"} , +{"type":"Feature","id":"n8610963104","geometry":{"type":"Point","coordinates":[-0.7221096,51.4155032]},"properties":{"@type":"node","@id":8610963104,"@timestamp":1617969566},"coords":"51.4155032,-0.7221096","bedrooms":"2","price":"211000","area":"552"} , +{"type":"Feature","id":"n8611017804","geometry":{"type":"Point","coordinates":[-0.005715,51.7055423]},"properties":{"@type":"node","@id":8611017804,"@timestamp":1617970666},"coords":"51.7055423,-0.005715","bedrooms":"0","price":"163000","area":"672"} , +{"type":"Feature","id":"n8611110784","geometry":{"type":"Point","coordinates":[0.8200757,51.3377247]},"properties":{"@type":"node","@id":8611110784,"@timestamp":1617972336},"coords":"51.3377247,0.8200757","bedrooms":"4","price":"183000","area":"559"} , +{"type":"Feature","id":"n8611391265","geometry":{"type":"Point","coordinates":[-0.703751,51.4262093]},"properties":{"@type":"node","@id":8611391265,"@timestamp":1617977481},"coords":"51.4262093,-0.703751","bedrooms":"3","price":"213000","area":"422"} , +{"type":"Feature","id":"n8611391310","geometry":{"type":"Point","coordinates":[-0.7129755,51.4291016]},"properties":{"@type":"node","@id":8611391310,"@timestamp":1617977481},"coords":"51.4291016,-0.7129755","bedrooms":"4","price":"173000","area":"610"} , +{"type":"Feature","id":"n8611605826","geometry":{"type":"Point","coordinates":[-0.1451427,50.9625916]},"properties":{"@type":"node","@id":8611605826,"@timestamp":1617979030},"coords":"50.9625916,-0.1451427","bedrooms":"4","price":"199000","area":"358"} , +{"type":"Feature","id":"n8611623547","geometry":{"type":"Point","coordinates":[-0.0084774,51.6538795]},"properties":{"@type":"node","@id":8611623547,"@timestamp":1617979436},"coords":"51.6538795,-0.0084774","bedrooms":"0","price":"172000","area":"516"} , +{"type":"Feature","id":"n8611731018","geometry":{"type":"Point","coordinates":[-0.3240657,51.0373265]},"properties":{"@type":"node","@id":8611731018,"@timestamp":1617981538},"coords":"51.0373265,-0.3240657","bedrooms":"4","price":"266000","area":"397"} , +{"type":"Feature","id":"n8612050406","geometry":{"type":"Point","coordinates":[0.1489132,51.8129913]},"properties":{"@type":"node","@id":8612050406,"@timestamp":1633117467},"coords":"51.8129913,0.1489132","bedrooms":"4","price":"208000","area":"571"} , +{"type":"Feature","id":"n8612301491","geometry":{"type":"Point","coordinates":[0.0356908,51.7021391]},"properties":{"@type":"node","@id":8612301491,"@timestamp":1617987932},"coords":"51.7021391,0.0356908","bedrooms":"2","price":"220000","area":"666"} , +{"type":"Feature","id":"n8612319705","geometry":{"type":"Point","coordinates":[-0.2860903,51.038492]},"properties":{"@type":"node","@id":8612319705,"@timestamp":1617989118},"coords":"51.038492,-0.2860903","bedrooms":"2","price":"236000","area":"532"} , +{"type":"Feature","id":"n8612365198","geometry":{"type":"Point","coordinates":[0.1351018,51.8629349]},"properties":{"@type":"node","@id":8612365198,"@timestamp":1617989455},"coords":"51.8629349,0.1351018","bedrooms":"3","price":"292000","area":"597"} , +{"type":"Feature","id":"n8612380665","geometry":{"type":"Point","coordinates":[-0.8791262,51.1960349]},"properties":{"@type":"node","@id":8612380665,"@timestamp":1617990046},"coords":"51.1960349,-0.8791262","bedrooms":"4","price":"167000","area":"584"} , +{"type":"Feature","id":"n8612395404","geometry":{"type":"Point","coordinates":[-0.1874894,51.4414328]},"properties":{"@type":"node","@id":8612395404,"@timestamp":1617990263},"coords":"51.4414328,-0.1874894","bedrooms":"3","price":"293000","area":"591"} , +{"type":"Feature","id":"n8612624634","geometry":{"type":"Point","coordinates":[-0.7324324,51.3901311]},"properties":{"@type":"node","@id":8612624634,"@timestamp":1617992620},"coords":"51.3901311,-0.7324324","bedrooms":"4","price":"203000","area":"513"} , +{"type":"Feature","id":"n8612699271","geometry":{"type":"Point","coordinates":[-0.7194641,51.4113146]},"properties":{"@type":"node","@id":8612699271,"@timestamp":1617993752},"coords":"51.4113146,-0.7194641","bedrooms":"2","price":"254000","area":"545"} , +{"type":"Feature","id":"n8613528503","geometry":{"type":"Point","coordinates":[-0.1791909,51.4296477]},"properties":{"@type":"node","@id":8613528503,"@timestamp":1618005079},"coords":"51.4296477,-0.1791909","bedrooms":"3","price":"274000","area":"415"} , +{"type":"Feature","id":"n8613532114","geometry":{"type":"Point","coordinates":[0.1736154,51.3953751]},"properties":{"@type":"node","@id":8613532114,"@timestamp":1618006649},"coords":"51.3953751,0.1736154","bedrooms":"0","price":"211000","area":"579"} , +{"type":"Feature","id":"n8613567428","geometry":{"type":"Point","coordinates":[0.1746628,51.3953224]},"properties":{"@type":"node","@id":8613567428,"@timestamp":1618006649},"coords":"51.3953224,0.1746628","bedrooms":"1","price":"225000","area":"581"} , +{"type":"Feature","id":"n8613908641","geometry":{"type":"Point","coordinates":[-0.2373857,51.509612]},"properties":{"@type":"node","@id":8613908641,"@timestamp":1618025811},"coords":"51.509612,-0.2373857","bedrooms":"2","price":"276000","area":"492"} , +{"type":"Feature","id":"n8613908703","geometry":{"type":"Point","coordinates":[-0.2353985,51.5100867]},"properties":{"@type":"node","@id":8613908703,"@timestamp":1618025811},"coords":"51.5100867,-0.2353985","bedrooms":"0","price":"282000","area":"597"} , +{"type":"Feature","id":"n8613908713","geometry":{"type":"Point","coordinates":[-0.2363366,51.5100146]},"properties":{"@type":"node","@id":8613908713,"@timestamp":1618025811},"coords":"51.5100146,-0.2363366","bedrooms":"4","price":"223000","area":"444"} , +{"type":"Feature","id":"n8613915623","geometry":{"type":"Point","coordinates":[-0.2372712,51.5100312]},"properties":{"@type":"node","@id":8613915623,"@timestamp":1618025811},"coords":"51.5100312,-0.2372712","bedrooms":"4","price":"298000","area":"397"} , +{"type":"Feature","id":"n8613915685","geometry":{"type":"Point","coordinates":[-0.2364554,51.5096353]},"properties":{"@type":"node","@id":8613915685,"@timestamp":1618025811},"coords":"51.5096353,-0.2364554","bedrooms":"1","price":"223000","area":"506"} , +{"type":"Feature","id":"n8613915695","geometry":{"type":"Point","coordinates":[-0.2356025,51.5096449]},"properties":{"@type":"node","@id":8613915695,"@timestamp":1618025811},"coords":"51.5096449,-0.2356025","bedrooms":"2","price":"163000","area":"649"} , +{"type":"Feature","id":"n8613945741","geometry":{"type":"Point","coordinates":[-0.2367645,51.5101123]},"properties":{"@type":"node","@id":8613945741,"@timestamp":1618027899},"coords":"51.5101123,-0.2367645","bedrooms":"4","price":"233000","area":"404"} , +{"type":"Feature","id":"n8614303298","geometry":{"type":"Point","coordinates":[-0.540514,51.6450247]},"properties":{"@type":"node","@id":8614303298,"@timestamp":1618052683},"coords":"51.6450247,-0.540514","bedrooms":"0","price":"179000","area":"622"} , +{"type":"Feature","id":"n8614370046","geometry":{"type":"Point","coordinates":[-0.7217441,51.4052335]},"properties":{"@type":"node","@id":8614370046,"@timestamp":1618045397},"coords":"51.4052335,-0.7217441","bedrooms":"3","price":"174000","area":"698"} , +{"type":"Feature","id":"n8614404142","geometry":{"type":"Point","coordinates":[-0.726346,51.4066185]},"properties":{"@type":"node","@id":8614404142,"@timestamp":1618046685},"coords":"51.4066185,-0.726346","bedrooms":"4","price":"206000","area":"596"} , +{"type":"Feature","id":"n8614490834","geometry":{"type":"Point","coordinates":[-0.7161274,51.748548]},"properties":{"@type":"node","@id":8614490834,"@timestamp":1618050159},"coords":"51.748548,-0.7161274","bedrooms":"2","price":"159000","area":"642"} , +{"type":"Feature","id":"n8614572202","geometry":{"type":"Point","coordinates":[-0.147553,51.5483212]},"properties":{"@type":"node","@id":8614572202,"@timestamp":1630950807},"coords":"51.5483212,-0.147553","bedrooms":"1","price":"203000","area":"594"} , +{"type":"Feature","id":"n8614575397","geometry":{"type":"Point","coordinates":[-0.1473626,51.5464923]},"properties":{"@type":"node","@id":8614575397,"@timestamp":1630950807},"coords":"51.5464923,-0.1473626","bedrooms":"2","price":"251000","area":"400"} , +{"type":"Feature","id":"n8614575407","geometry":{"type":"Point","coordinates":[-0.1479554,51.5465231]},"properties":{"@type":"node","@id":8614575407,"@timestamp":1630950807},"coords":"51.5465231,-0.1479554","bedrooms":"2","price":"196000","area":"648"} , +{"type":"Feature","id":"n8614575439","geometry":{"type":"Point","coordinates":[-0.1485642,51.5463789]},"properties":{"@type":"node","@id":8614575439,"@timestamp":1630950807},"coords":"51.5463789,-0.1485642","bedrooms":"2","price":"167000","area":"359"} , +{"type":"Feature","id":"n8614575463","geometry":{"type":"Point","coordinates":[-0.1476509,51.5472521]},"properties":{"@type":"node","@id":8614575463,"@timestamp":1630950807},"coords":"51.5472521,-0.1476509","bedrooms":"1","price":"255000","area":"653"} , +{"type":"Feature","id":"n8614576332","geometry":{"type":"Point","coordinates":[-0.5452231,51.6432857]},"properties":{"@type":"node","@id":8614576332,"@timestamp":1618052683},"coords":"51.6432857,-0.5452231","bedrooms":"0","price":"260000","area":"505"} , +{"type":"Feature","id":"n8614576342","geometry":{"type":"Point","coordinates":[-0.5327773,51.6471229]},"properties":{"@type":"node","@id":8614576342,"@timestamp":1618052683},"coords":"51.6471229,-0.5327773","bedrooms":"2","price":"158000","area":"686"} , +{"type":"Feature","id":"n8614592097","geometry":{"type":"Point","coordinates":[0.4897052,51.754966]},"properties":{"@type":"node","@id":8614592097,"@timestamp":1631362844},"coords":"51.754966,0.4897052","bedrooms":"0","price":"208000","area":"530"} , +{"type":"Feature","id":"n8614640851","geometry":{"type":"Point","coordinates":[-0.6003574,51.4829839]},"properties":{"@type":"node","@id":8614640851,"@timestamp":1618054359},"coords":"51.4829839,-0.6003574","bedrooms":"2","price":"281000","area":"624"} , +{"type":"Feature","id":"n8614641115","geometry":{"type":"Point","coordinates":[-0.5968136,51.4801725]},"properties":{"@type":"node","@id":8614641115,"@timestamp":1618054359},"coords":"51.4801725,-0.5968136","bedrooms":"1","price":"171000","area":"449"} , +{"type":"Feature","id":"n8614641125","geometry":{"type":"Point","coordinates":[-0.597072,51.477646]},"properties":{"@type":"node","@id":8614641125,"@timestamp":1618054359},"coords":"51.477646,-0.597072","bedrooms":"3","price":"228000","area":"452"} , +{"type":"Feature","id":"n8614641135","geometry":{"type":"Point","coordinates":[-0.5927245,51.4757027]},"properties":{"@type":"node","@id":8614641135,"@timestamp":1618054359},"coords":"51.4757027,-0.5927245","bedrooms":"4","price":"161000","area":"539"} , +{"type":"Feature","id":"n8614955456","geometry":{"type":"Point","coordinates":[-0.5089615,51.5935225]},"properties":{"@type":"node","@id":8614955456,"@timestamp":1618063666},"coords":"51.5935225,-0.5089615","bedrooms":"4","price":"222000","area":"458"} , +{"type":"Feature","id":"n8615072123","geometry":{"type":"Point","coordinates":[-0.2084883,51.44267]},"properties":{"@type":"node","@id":8615072123,"@timestamp":1618066160},"coords":"51.44267,-0.2084883","bedrooms":"4","price":"191000","area":"474"} , +{"type":"Feature","id":"n8615163085","geometry":{"type":"Point","coordinates":[-0.6036626,51.5727638]},"properties":{"@type":"node","@id":8615163085,"@timestamp":1618068598},"coords":"51.5727638,-0.6036626","bedrooms":"2","price":"224000","area":"655"} , +{"type":"Feature","id":"n8615183509","geometry":{"type":"Point","coordinates":[0.184088,51.3929182]},"properties":{"@type":"node","@id":8615183509,"@timestamp":1618069421},"coords":"51.3929182,0.184088","bedrooms":"0","price":"185000","area":"379"} , +{"type":"Feature","id":"n8615192517","geometry":{"type":"Point","coordinates":[0.1831734,51.3932731]},"properties":{"@type":"node","@id":8615192517,"@timestamp":1618069421},"coords":"51.3932731,0.1831734","bedrooms":"1","price":"296000","area":"640"} , +{"type":"Feature","id":"n8615192527","geometry":{"type":"Point","coordinates":[0.1828837,51.3937433]},"properties":{"@type":"node","@id":8615192527,"@timestamp":1618069421},"coords":"51.3937433,0.1828837","bedrooms":"4","price":"212000","area":"563"} , +{"type":"Feature","id":"n8615192537","geometry":{"type":"Point","coordinates":[0.181658,51.3938739]},"properties":{"@type":"node","@id":8615192537,"@timestamp":1618069421},"coords":"51.3938739,0.181658","bedrooms":"4","price":"204000","area":"625"} , +{"type":"Feature","id":"n8615233079","geometry":{"type":"Point","coordinates":[0.0096478,51.5420888]},"properties":{"@type":"node","@id":8615233079,"@timestamp":1618070049},"coords":"51.5420888,0.0096478","bedrooms":"0","price":"231000","area":"489"} , +{"type":"Feature","id":"n8615233094","geometry":{"type":"Point","coordinates":[0.0075461,51.5328297]},"properties":{"@type":"node","@id":8615233094,"@timestamp":1621519373},"coords":"51.5328297,0.0075461","bedrooms":"3","price":"249000","area":"442"} , +{"type":"Feature","id":"n8615247616","geometry":{"type":"Point","coordinates":[0.0089781,51.7213131]},"properties":{"@type":"node","@id":8615247616,"@timestamp":1618072049},"coords":"51.7213131,0.0089781","bedrooms":"0","price":"298000","area":"667"} , +{"type":"Feature","id":"n8615300331","geometry":{"type":"Point","coordinates":[-0.1512452,51.5457756]},"properties":{"@type":"node","@id":8615300331,"@timestamp":1630186436},"coords":"51.5457756,-0.1512452","bedrooms":"0","price":"203000","area":"393"} , +{"type":"Feature","id":"n8615300341","geometry":{"type":"Point","coordinates":[-0.1532171,51.5457028]},"properties":{"@type":"node","@id":8615300341,"@timestamp":1630186436},"coords":"51.5457028,-0.1532171","bedrooms":"3","price":"242000","area":"467"} , +{"type":"Feature","id":"n8615300351","geometry":{"type":"Point","coordinates":[-0.1543524,51.5456752]},"properties":{"@type":"node","@id":8615300351,"@timestamp":1630186436},"coords":"51.5456752,-0.1543524","bedrooms":"2","price":"286000","area":"457"} , +{"type":"Feature","id":"n8615317020","geometry":{"type":"Point","coordinates":[0.0095172,51.7210434]},"properties":{"@type":"node","@id":8615317020,"@timestamp":1618072049},"coords":"51.7210434,0.0095172","bedrooms":"1","price":"265000","area":"375"} , +{"type":"Feature","id":"n8615557289","geometry":{"type":"Point","coordinates":[-0.0037403,51.6627293]},"properties":{"@type":"node","@id":8615557289,"@timestamp":1618080243},"coords":"51.6627293,-0.0037403","bedrooms":"3","price":"277000","area":"554"} , +{"type":"Feature","id":"n8615790320","geometry":{"type":"Point","coordinates":[-0.1669137,51.4288817]},"properties":{"@type":"node","@id":8615790320,"@timestamp":1619821179},"coords":"51.4288817,-0.1669137","bedrooms":"1","price":"249000","area":"388"} , +{"type":"Feature","id":"n8615790334","geometry":{"type":"Point","coordinates":[-0.165448,51.4292635]},"properties":{"@type":"node","@id":8615790334,"@timestamp":1618090728},"coords":"51.4292635,-0.165448","bedrooms":"2","price":"210000","area":"638"} , +{"type":"Feature","id":"n8616059901","geometry":{"type":"Point","coordinates":[0.0533516,51.7008621]},"properties":{"@type":"node","@id":8616059901,"@timestamp":1618094034},"coords":"51.7008621,0.0533516","bedrooms":"3","price":"215000","area":"600"} , +{"type":"Feature","id":"n8616153148","geometry":{"type":"Point","coordinates":[0.0524046,51.7014324]},"properties":{"@type":"node","@id":8616153148,"@timestamp":1618094034},"coords":"51.7014324,0.0524046","bedrooms":"3","price":"275000","area":"491"} , +{"type":"Feature","id":"n8616259748","geometry":{"type":"Point","coordinates":[-0.238815,51.4933285]},"properties":{"@type":"node","@id":8616259748,"@timestamp":1618098959},"coords":"51.4933285,-0.238815","bedrooms":"2","price":"250000","area":"525"} , +{"type":"Feature","id":"n8616671705","geometry":{"type":"Point","coordinates":[-0.2367644,51.507606]},"properties":{"@type":"node","@id":8616671705,"@timestamp":1618114804},"coords":"51.507606,-0.2367644","bedrooms":"1","price":"216000","area":"689"} , +{"type":"Feature","id":"n8616671716","geometry":{"type":"Point","coordinates":[-0.2373321,51.5089879]},"properties":{"@type":"node","@id":8616671716,"@timestamp":1618114804},"coords":"51.5089879,-0.2373321","bedrooms":"0","price":"268000","area":"446"} , +{"type":"Feature","id":"n8616671726","geometry":{"type":"Point","coordinates":[-0.2373016,51.5085104]},"properties":{"@type":"node","@id":8616671726,"@timestamp":1618114804},"coords":"51.5085104,-0.2373016","bedrooms":"1","price":"158000","area":"527"} , +{"type":"Feature","id":"n8616671796","geometry":{"type":"Point","coordinates":[-0.2372796,51.5080668]},"properties":{"@type":"node","@id":8616671796,"@timestamp":1618114804},"coords":"51.5080668,-0.2372796","bedrooms":"0","price":"236000","area":"533"} , +{"type":"Feature","id":"n8616671806","geometry":{"type":"Point","coordinates":[-0.2371901,51.5073692]},"properties":{"@type":"node","@id":8616671806,"@timestamp":1618114804},"coords":"51.5073692,-0.2371901","bedrooms":"2","price":"242000","area":"576"} , +{"type":"Feature","id":"n8616671852","geometry":{"type":"Point","coordinates":[-0.2372523,51.5070957]},"properties":{"@type":"node","@id":8616671852,"@timestamp":1618114804},"coords":"51.5070957,-0.2372523","bedrooms":"3","price":"156000","area":"418"} , +{"type":"Feature","id":"n8616671905","geometry":{"type":"Point","coordinates":[-0.2368093,51.5066871]},"properties":{"@type":"node","@id":8616671905,"@timestamp":1618114804},"coords":"51.5066871,-0.2368093","bedrooms":"3","price":"212000","area":"364"} , +{"type":"Feature","id":"n8616671940","geometry":{"type":"Point","coordinates":[-0.2368034,51.5071177]},"properties":{"@type":"node","@id":8616671940,"@timestamp":1618114804},"coords":"51.5071177,-0.2368034","bedrooms":"2","price":"272000","area":"482"} , +{"type":"Feature","id":"n8616681180","geometry":{"type":"Point","coordinates":[-0.2369374,51.5075152]},"properties":{"@type":"node","@id":8616681180,"@timestamp":1618116216},"coords":"51.5075152,-0.2369374","bedrooms":"2","price":"289000","area":"481"} , +{"type":"Feature","id":"n8616681215","geometry":{"type":"Point","coordinates":[-0.2370926,51.5093764]},"properties":{"@type":"node","@id":8616681215,"@timestamp":1618116216},"coords":"51.5093764,-0.2370926","bedrooms":"4","price":"174000","area":"491"} , +{"type":"Feature","id":"n8616684225","geometry":{"type":"Point","coordinates":[-0.2370643,51.508897]},"properties":{"@type":"node","@id":8616684225,"@timestamp":1618116216},"coords":"51.508897,-0.2370643","bedrooms":"3","price":"290000","area":"386"} , +{"type":"Feature","id":"n8616684235","geometry":{"type":"Point","coordinates":[-0.2370359,51.5084179]},"properties":{"@type":"node","@id":8616684235,"@timestamp":1618116216},"coords":"51.5084179,-0.2370359","bedrooms":"3","price":"239000","area":"690"} , +{"type":"Feature","id":"n8616720292","geometry":{"type":"Point","coordinates":[-0.236647,51.5082956]},"properties":{"@type":"node","@id":8616720292,"@timestamp":1618119691},"coords":"51.5082956,-0.236647","bedrooms":"1","price":"270000","area":"574"} , +{"type":"Feature","id":"n8616720302","geometry":{"type":"Point","coordinates":[-0.2366778,51.5087748]},"properties":{"@type":"node","@id":8616720302,"@timestamp":1618119691},"coords":"51.5087748,-0.2366778","bedrooms":"1","price":"245000","area":"487"} , +{"type":"Feature","id":"n8616720312","geometry":{"type":"Point","coordinates":[-0.2367083,51.5092497]},"properties":{"@type":"node","@id":8616720312,"@timestamp":1618119691},"coords":"51.5092497,-0.2367083","bedrooms":"2","price":"246000","area":"420"} , +{"type":"Feature","id":"n8616738387","geometry":{"type":"Point","coordinates":[-0.236128,51.5084129]},"properties":{"@type":"node","@id":8616738387,"@timestamp":1618119691},"coords":"51.5084129,-0.236128","bedrooms":"4","price":"210000","area":"663"} , +{"type":"Feature","id":"n8616738397","geometry":{"type":"Point","coordinates":[-0.23616,51.5089321]},"properties":{"@type":"node","@id":8616738397,"@timestamp":1618119691},"coords":"51.5089321,-0.23616","bedrooms":"3","price":"191000","area":"515"} , +{"type":"Feature","id":"n8616738407","geometry":{"type":"Point","coordinates":[-0.2361918,51.5094486]},"properties":{"@type":"node","@id":8616738407,"@timestamp":1618119691},"coords":"51.5094486,-0.2361918","bedrooms":"1","price":"228000","area":"554"} , +{"type":"Feature","id":"n8616778139","geometry":{"type":"Point","coordinates":[-0.2358227,51.5085768]},"properties":{"@type":"node","@id":8616778139,"@timestamp":1618121533},"coords":"51.5085768,-0.2358227","bedrooms":"3","price":"248000","area":"386"} , +{"type":"Feature","id":"n8616778149","geometry":{"type":"Point","coordinates":[-0.2358535,51.5090913]},"properties":{"@type":"node","@id":8616778149,"@timestamp":1618121533},"coords":"51.5090913,-0.2358535","bedrooms":"1","price":"282000","area":"353"} , +{"type":"Feature","id":"n8616778520","geometry":{"type":"Point","coordinates":[-0.2353661,51.509359]},"properties":{"@type":"node","@id":8616778520,"@timestamp":1618122028},"coords":"51.509359,-0.2353661","bedrooms":"0","price":"234000","area":"566"} , +{"type":"Feature","id":"n8616778530","geometry":{"type":"Point","coordinates":[-0.235334,51.5088413]},"properties":{"@type":"node","@id":8616778530,"@timestamp":1618122028},"coords":"51.5088413,-0.235334","bedrooms":"3","price":"265000","area":"574"} , +{"type":"Feature","id":"n8616778540","geometry":{"type":"Point","coordinates":[-0.2353017,51.5083212]},"properties":{"@type":"node","@id":8616778540,"@timestamp":1618122028},"coords":"51.5083212,-0.2353017","bedrooms":"1","price":"281000","area":"515"} , +{"type":"Feature","id":"n8616908399","geometry":{"type":"Point","coordinates":[-0.2350721,51.5097013]},"properties":{"@type":"node","@id":8616908399,"@timestamp":1618127028},"coords":"51.5097013,-0.2350721","bedrooms":"4","price":"231000","area":"614"} , +{"type":"Feature","id":"n8616908409","geometry":{"type":"Point","coordinates":[-0.2350421,51.5091735]},"properties":{"@type":"node","@id":8616908409,"@timestamp":1618127028},"coords":"51.5091735,-0.2350421","bedrooms":"2","price":"229000","area":"410"} , +{"type":"Feature","id":"n8616908419","geometry":{"type":"Point","coordinates":[-0.2350119,51.5086424]},"properties":{"@type":"node","@id":8616908419,"@timestamp":1618127028},"coords":"51.5086424,-0.2350119","bedrooms":"4","price":"278000","area":"560"} , +{"type":"Feature","id":"n8617070731","geometry":{"type":"Point","coordinates":[-0.2366062,51.5078864]},"properties":{"@type":"node","@id":8617070731,"@timestamp":1618132266},"coords":"51.5078864,-0.2366062","bedrooms":"1","price":"240000","area":"549"} , +{"type":"Feature","id":"n8617070741","geometry":{"type":"Point","coordinates":[-0.2365465,51.5074009]},"properties":{"@type":"node","@id":8617070741,"@timestamp":1618132266},"coords":"51.5074009,-0.2365465","bedrooms":"3","price":"161000","area":"649"} , +{"type":"Feature","id":"n8617070807","geometry":{"type":"Point","coordinates":[-0.236012,51.5079763]},"properties":{"@type":"node","@id":8617070807,"@timestamp":1618132266},"coords":"51.5079763,-0.236012","bedrooms":"1","price":"230000","area":"432"} , +{"type":"Feature","id":"n8617079260","geometry":{"type":"Point","coordinates":[-0.2363568,51.5065608]},"properties":{"@type":"node","@id":8617079260,"@timestamp":1618132266},"coords":"51.5065608,-0.2363568","bedrooms":"3","price":"209000","area":"597"} , +{"type":"Feature","id":"n8617406785","geometry":{"type":"Point","coordinates":[-0.7959519,51.3665115]},"properties":{"@type":"node","@id":8617406785,"@timestamp":1618142399},"coords":"51.3665115,-0.7959519","bedrooms":"1","price":"253000","area":"404"} , +{"type":"Feature","id":"n8617406795","geometry":{"type":"Point","coordinates":[-0.7954325,51.366888]},"properties":{"@type":"node","@id":8617406795,"@timestamp":1618142399},"coords":"51.366888,-0.7954325","bedrooms":"0","price":"252000","area":"429"} , +{"type":"Feature","id":"n8617476008","geometry":{"type":"Point","coordinates":[0.0725827,51.5009691]},"properties":{"@type":"node","@id":8617476008,"@timestamp":1618219784},"coords":"51.5009691,0.0725827","bedrooms":"0","price":"238000","area":"463"} , +{"type":"Feature","id":"n8617557901","geometry":{"type":"Point","coordinates":[0.4891242,51.7550938]},"properties":{"@type":"node","@id":8617557901,"@timestamp":1631362844},"coords":"51.7550938,0.4891242","bedrooms":"2","price":"283000","area":"649"} , +{"type":"Feature","id":"n8617572941","geometry":{"type":"Point","coordinates":[0.8814468,51.1640528]},"properties":{"@type":"node","@id":8617572941,"@timestamp":1618148246},"coords":"51.1640528,0.8814468","bedrooms":"4","price":"278000","area":"629"} , +{"type":"Feature","id":"n8617613663","geometry":{"type":"Point","coordinates":[-0.0270394,51.4356525]},"properties":{"@type":"node","@id":8617613663,"@timestamp":1618149242},"coords":"51.4356525,-0.0270394","bedrooms":"3","price":"264000","area":"476"} , +{"type":"Feature","id":"n8617617415","geometry":{"type":"Point","coordinates":[-0.1904656,51.4276313]},"properties":{"@type":"node","@id":8617617415,"@timestamp":1630439466},"coords":"51.4276313,-0.1904656","bedrooms":"4","price":"258000","area":"365"} , +{"type":"Feature","id":"n8617617460","geometry":{"type":"Point","coordinates":[-0.1945152,51.4278355]},"properties":{"@type":"node","@id":8617617460,"@timestamp":1618148677},"coords":"51.4278355,-0.1945152","bedrooms":"1","price":"248000","area":"407"} , +{"type":"Feature","id":"n8617617517","geometry":{"type":"Point","coordinates":[-0.1927525,51.4307507]},"properties":{"@type":"node","@id":8617617517,"@timestamp":1618148677},"coords":"51.4307507,-0.1927525","bedrooms":"0","price":"178000","area":"683"} , +{"type":"Feature","id":"n8617644513","geometry":{"type":"Point","coordinates":[-0.2602293,51.9380712]},"properties":{"@type":"node","@id":8617644513,"@timestamp":1618150295},"coords":"51.9380712,-0.2602293","bedrooms":"2","price":"272000","area":"504"} , +{"type":"Feature","id":"n8617651468","geometry":{"type":"Point","coordinates":[-0.2354998,51.5070184]},"properties":{"@type":"node","@id":8617651468,"@timestamp":1618149884},"coords":"51.5070184,-0.2354998","bedrooms":"1","price":"254000","area":"624"} , +{"type":"Feature","id":"n8617651478","geometry":{"type":"Point","coordinates":[-0.2355753,51.5076059]},"properties":{"@type":"node","@id":8617651478,"@timestamp":1618149884},"coords":"51.5076059,-0.2355753","bedrooms":"0","price":"247000","area":"670"} , +{"type":"Feature","id":"n8617651488","geometry":{"type":"Point","coordinates":[-0.2356397,51.5081078]},"properties":{"@type":"node","@id":8617651488,"@timestamp":1618149884},"coords":"51.5081078,-0.2356397","bedrooms":"1","price":"180000","area":"381"} , +{"type":"Feature","id":"n8617659959","geometry":{"type":"Point","coordinates":[-0.2347502,51.5073259]},"properties":{"@type":"node","@id":8617659959,"@timestamp":1618149884},"coords":"51.5073259,-0.2347502","bedrooms":"4","price":"199000","area":"661"} , +{"type":"Feature","id":"n8617659969","geometry":{"type":"Point","coordinates":[-0.2347508,51.5078445]},"properties":{"@type":"node","@id":8617659969,"@timestamp":1618149884},"coords":"51.5078445,-0.2347508","bedrooms":"2","price":"162000","area":"580"} , +{"type":"Feature","id":"n8617671004","geometry":{"type":"Point","coordinates":[-0.1876429,51.4298839]},"properties":{"@type":"node","@id":8617671004,"@timestamp":1618151321},"coords":"51.4298839,-0.1876429","bedrooms":"0","price":"165000","area":"547"} , +{"type":"Feature","id":"n8617831756","geometry":{"type":"Point","coordinates":[-0.5495463,51.6798221]},"properties":{"@type":"node","@id":8617831756,"@timestamp":1632438605},"coords":"51.6798221,-0.5495463","bedrooms":"0","price":"197000","area":"682"} , +{"type":"Feature","id":"n8617957610","geometry":{"type":"Point","coordinates":[-0.0609852,51.434978]},"properties":{"@type":"node","@id":8617957610,"@timestamp":1618157744},"coords":"51.434978,-0.0609852","bedrooms":"3","price":"291000","area":"475"} , +{"type":"Feature","id":"n8617988715","geometry":{"type":"Point","coordinates":[-0.2346796,51.5067118]},"properties":{"@type":"node","@id":8617988715,"@timestamp":1618158980},"coords":"51.5067118,-0.2346796","bedrooms":"3","price":"191000","area":"584"} , +{"type":"Feature","id":"n8618027186","geometry":{"type":"Point","coordinates":[-0.0567759,51.4288738]},"properties":{"@type":"node","@id":8618027186,"@timestamp":1618159723},"coords":"51.4288738,-0.0567759","bedrooms":"3","price":"240000","area":"563"} , +{"type":"Feature","id":"n8618122341","geometry":{"type":"Point","coordinates":[-0.0088552,51.5667655]},"properties":{"@type":"node","@id":8618122341,"@timestamp":1618162344},"coords":"51.5667655,-0.0088552","bedrooms":"1","price":"288000","area":"418"} , +{"type":"Feature","id":"n8618160619","geometry":{"type":"Point","coordinates":[0.0086883,51.5471767]},"properties":{"@type":"node","@id":8618160619,"@timestamp":1618163478},"coords":"51.5471767,0.0086883","bedrooms":"1","price":"230000","area":"606"} , +{"type":"Feature","id":"n8618206327","geometry":{"type":"Point","coordinates":[0.0576647,51.4036373]},"properties":{"@type":"node","@id":8618206327,"@timestamp":1618165259},"coords":"51.4036373,0.0576647","bedrooms":"4","price":"152000","area":"688"} , +{"type":"Feature","id":"n8618228052","geometry":{"type":"Point","coordinates":[0.0470574,51.4413005]},"properties":{"@type":"node","@id":8618228052,"@timestamp":1618165342},"coords":"51.4413005,0.0470574","bedrooms":"3","price":"255000","area":"524"} , +{"type":"Feature","id":"n8618228080","geometry":{"type":"Point","coordinates":[0.0481792,51.4411015]},"properties":{"@type":"node","@id":8618228080,"@timestamp":1618165342},"coords":"51.4411015,0.0481792","bedrooms":"0","price":"230000","area":"408"} , +{"type":"Feature","id":"n8618228096","geometry":{"type":"Point","coordinates":[0.0509544,51.4407834]},"properties":{"@type":"node","@id":8618228096,"@timestamp":1618165342},"coords":"51.4407834,0.0509544","bedrooms":"2","price":"200000","area":"528"} , +{"type":"Feature","id":"n8618242906","geometry":{"type":"Point","coordinates":[0.0139653,51.5257333]},"properties":{"@type":"node","@id":8618242906,"@timestamp":1618166128},"coords":"51.5257333,0.0139653","bedrooms":"3","price":"258000","area":"591"} , +{"type":"Feature","id":"n8618259757","geometry":{"type":"Point","coordinates":[-0.0250569,51.4118715]},"properties":{"@type":"node","@id":8618259757,"@timestamp":1618166335},"coords":"51.4118715,-0.0250569","bedrooms":"2","price":"298000","area":"664"} , +{"type":"Feature","id":"n8618571911","geometry":{"type":"Point","coordinates":[0.015514,51.5298753]},"properties":{"@type":"node","@id":8618571911,"@timestamp":1618167978},"coords":"51.5298753,0.015514","bedrooms":"0","price":"265000","area":"507"} , +{"type":"Feature","id":"n8618575466","geometry":{"type":"Point","coordinates":[-0.0206425,51.5530944]},"properties":{"@type":"node","@id":8618575466,"@timestamp":1618168937},"coords":"51.5530944,-0.0206425","bedrooms":"3","price":"223000","area":"678"} , +{"type":"Feature","id":"n8618575476","geometry":{"type":"Point","coordinates":[-0.0218194,51.5535503]},"properties":{"@type":"node","@id":8618575476,"@timestamp":1618168937},"coords":"51.5535503,-0.0218194","bedrooms":"3","price":"168000","area":"539"} , +{"type":"Feature","id":"n8618650046","geometry":{"type":"Point","coordinates":[-0.3936229,51.4880363]},"properties":{"@type":"node","@id":8618650046,"@timestamp":1618170495},"coords":"51.4880363,-0.3936229","bedrooms":"4","price":"267000","area":"689"} , +{"type":"Feature","id":"n8618892028","geometry":{"type":"Point","coordinates":[-0.8142431,51.3670365]},"properties":{"@type":"node","@id":8618892028,"@timestamp":1618174143},"coords":"51.3670365,-0.8142431","bedrooms":"2","price":"222000","area":"626"} , +{"type":"Feature","id":"n8618892039","geometry":{"type":"Point","coordinates":[-0.8149276,51.3675022]},"properties":{"@type":"node","@id":8618892039,"@timestamp":1618174143},"coords":"51.3675022,-0.8149276","bedrooms":"4","price":"155000","area":"445"} , +{"type":"Feature","id":"n8618892091","geometry":{"type":"Point","coordinates":[-0.7954642,51.3673613]},"properties":{"@type":"node","@id":8618892091,"@timestamp":1618174143},"coords":"51.3673613,-0.7954642","bedrooms":"1","price":"229000","area":"517"} , +{"type":"Feature","id":"n8618904406","geometry":{"type":"Point","coordinates":[-0.8123322,51.3656355]},"properties":{"@type":"node","@id":8618904406,"@timestamp":1618174672},"coords":"51.3656355,-0.8123322","bedrooms":"3","price":"280000","area":"579"} , +{"type":"Feature","id":"n8618965912","geometry":{"type":"Point","coordinates":[-0.3405342,51.5121986]},"properties":{"@type":"node","@id":8618965912,"@timestamp":1618175343},"coords":"51.5121986,-0.3405342","bedrooms":"0","price":"236000","area":"609"} , +{"type":"Feature","id":"n8618989637","geometry":{"type":"Point","coordinates":[-0.2249975,51.5829836]},"properties":{"@type":"node","@id":8618989637,"@timestamp":1618175963},"coords":"51.5829836,-0.2249975","bedrooms":"4","price":"163000","area":"661"} , +{"type":"Feature","id":"n8619110567","geometry":{"type":"Point","coordinates":[0.093958,51.7775817]},"properties":{"@type":"node","@id":8619110567,"@timestamp":1618178122},"coords":"51.7775817,0.093958","bedrooms":"4","price":"185000","area":"373"} , +{"type":"Feature","id":"n8619256023","geometry":{"type":"Point","coordinates":[0.0916283,51.7666311]},"properties":{"@type":"node","@id":8619256023,"@timestamp":1618183452},"coords":"51.7666311,0.0916283","bedrooms":"0","price":"170000","area":"512"} , +{"type":"Feature","id":"n8619266868","geometry":{"type":"Point","coordinates":[0.0791435,51.7692324]},"properties":{"@type":"node","@id":8619266868,"@timestamp":1618184853},"coords":"51.7692324,0.0791435","bedrooms":"4","price":"201000","area":"491"} , +{"type":"Feature","id":"n8620105242","geometry":{"type":"Point","coordinates":[-0.1044513,51.5120032]},"properties":{"@type":"node","@id":8620105242,"@timestamp":1618194285},"coords":"51.5120032,-0.1044513","bedrooms":"4","price":"258000","area":"460"} , +{"type":"Feature","id":"n8620153705","geometry":{"type":"Point","coordinates":[-0.0034066,51.4234203]},"properties":{"@type":"node","@id":8620153705,"@timestamp":1618196541},"coords":"51.4234203,-0.0034066","bedrooms":"4","price":"219000","area":"585"} , +{"type":"Feature","id":"n8620447748","geometry":{"type":"Point","coordinates":[-0.4427477,51.1988354]},"properties":{"@type":"node","@id":8620447748,"@timestamp":1618204115},"coords":"51.1988354,-0.4427477","bedrooms":"1","price":"237000","area":"434"} , +{"type":"Feature","id":"n8620475295","geometry":{"type":"Point","coordinates":[-0.230552,51.5102619]},"properties":{"@type":"node","@id":8620475295,"@timestamp":1618204646},"coords":"51.5102619,-0.230552","bedrooms":"4","price":"218000","area":"473"} , +{"type":"Feature","id":"n8620669341","geometry":{"type":"Point","coordinates":[-0.6379104,51.7413684]},"properties":{"@type":"node","@id":8620669341,"@timestamp":1618209242},"coords":"51.7413684,-0.6379104","bedrooms":"3","price":"187000","area":"600"} , +{"type":"Feature","id":"n8620915956","geometry":{"type":"Point","coordinates":[-0.3234263,51.0279792]},"properties":{"@type":"node","@id":8620915956,"@timestamp":1618213666},"coords":"51.0279792,-0.3234263","bedrooms":"0","price":"215000","area":"546"} , +{"type":"Feature","id":"n8621179441","geometry":{"type":"Point","coordinates":[-0.3300606,51.30625]},"properties":{"@type":"node","@id":8621179441,"@timestamp":1618217982},"coords":"51.30625,-0.3300606","bedrooms":"3","price":"168000","area":"504"} , +{"type":"Feature","id":"n8621249713","geometry":{"type":"Point","coordinates":[-0.3076366,51.5708378]},"properties":{"@type":"node","@id":8621249713,"@timestamp":1618219957},"coords":"51.5708378,-0.3076366","bedrooms":"4","price":"268000","area":"495"} , +{"type":"Feature","id":"n8621263396","geometry":{"type":"Point","coordinates":[-0.1960985,51.4256906]},"properties":{"@type":"node","@id":8621263396,"@timestamp":1618219090},"coords":"51.4256906,-0.1960985","bedrooms":"0","price":"159000","area":"678"} , +{"type":"Feature","id":"n8621287844","geometry":{"type":"Point","coordinates":[-0.1945928,51.4266402]},"properties":{"@type":"node","@id":8621287844,"@timestamp":1618219090},"coords":"51.4266402,-0.1945928","bedrooms":"4","price":"229000","area":"542"} , +{"type":"Feature","id":"n8621304062","geometry":{"type":"Point","coordinates":[-0.0919484,51.5666277]},"properties":{"@type":"node","@id":8621304062,"@timestamp":1634208659},"coords":"51.5666277,-0.0919484","bedrooms":"4","price":"266000","area":"514"} , +{"type":"Feature","id":"n8621376604","geometry":{"type":"Point","coordinates":[-0.2817687,51.7502107]},"properties":{"@type":"node","@id":8621376604,"@timestamp":1618221074},"coords":"51.7502107,-0.2817687","bedrooms":"2","price":"151000","area":"518"} , +{"type":"Feature","id":"n8621377542","geometry":{"type":"Point","coordinates":[-0.2451148,51.4830411]},"properties":{"@type":"node","@id":8621377542,"@timestamp":1618220786},"coords":"51.4830411,-0.2451148","bedrooms":"1","price":"278000","area":"579"} , +{"type":"Feature","id":"n8621377556","geometry":{"type":"Point","coordinates":[-0.2461407,51.4820447]},"properties":{"@type":"node","@id":8621377556,"@timestamp":1618220786},"coords":"51.4820447,-0.2461407","bedrooms":"0","price":"275000","area":"385"} , +{"type":"Feature","id":"n8621377566","geometry":{"type":"Point","coordinates":[-0.2452918,51.4820815]},"properties":{"@type":"node","@id":8621377566,"@timestamp":1618220786},"coords":"51.4820815,-0.2452918","bedrooms":"4","price":"269000","area":"581"} , +{"type":"Feature","id":"n8621573848","geometry":{"type":"Point","coordinates":[-0.0658922,51.583067]},"properties":{"@type":"node","@id":8621573848,"@timestamp":1618224362},"coords":"51.583067,-0.0658922","bedrooms":"0","price":"204000","area":"393"} , +{"type":"Feature","id":"n8621693317","geometry":{"type":"Point","coordinates":[-0.0421042,51.546952]},"properties":{"@type":"node","@id":8621693317,"@timestamp":1629901567},"coords":"51.546952,-0.0421042","bedrooms":"2","price":"184000","area":"648"} , +{"type":"Feature","id":"n8621809175","geometry":{"type":"Point","coordinates":[-0.1962741,51.4162369]},"properties":{"@type":"node","@id":8621809175,"@timestamp":1618228203},"coords":"51.4162369,-0.1962741","bedrooms":"1","price":"248000","area":"351"} , +{"type":"Feature","id":"n8621809298","geometry":{"type":"Point","coordinates":[-0.1911059,51.4123386]},"properties":{"@type":"node","@id":8621809298,"@timestamp":1618228203},"coords":"51.4123386,-0.1911059","bedrooms":"0","price":"156000","area":"419"} , +{"type":"Feature","id":"n8621862857","geometry":{"type":"Point","coordinates":[-0.3054368,51.5705755]},"properties":{"@type":"node","@id":8621862857,"@timestamp":1618229117},"coords":"51.5705755,-0.3054368","bedrooms":"4","price":"236000","area":"614"} , +{"type":"Feature","id":"n8621971260","geometry":{"type":"Point","coordinates":[-0.1738407,51.4300434]},"properties":{"@type":"node","@id":8621971260,"@timestamp":1618262226},"coords":"51.4300434,-0.1738407","bedrooms":"1","price":"268000","area":"394"} , +{"type":"Feature","id":"n8622076347","geometry":{"type":"Point","coordinates":[-0.7951559,51.366021]},"properties":{"@type":"node","@id":8622076347,"@timestamp":1618233694},"coords":"51.366021,-0.7951559","bedrooms":"1","price":"281000","area":"646"} , +{"type":"Feature","id":"n8622076369","geometry":{"type":"Point","coordinates":[-0.7942934,51.3687305]},"properties":{"@type":"node","@id":8622076369,"@timestamp":1618233694},"coords":"51.3687305,-0.7942934","bedrooms":"1","price":"291000","area":"649"} , +{"type":"Feature","id":"n8622195907","geometry":{"type":"Point","coordinates":[-0.0814442,51.5031082]},"properties":{"@type":"node","@id":8622195907,"@timestamp":1618237172},"coords":"51.5031082,-0.0814442","bedrooms":"4","price":"192000","area":"599"} , +{"type":"Feature","id":"n8622284560","geometry":{"type":"Point","coordinates":[-0.2976672,51.5707114]},"properties":{"@type":"node","@id":8622284560,"@timestamp":1618237451},"coords":"51.5707114,-0.2976672","bedrooms":"4","price":"151000","area":"386"} , +{"type":"Feature","id":"n8622284634","geometry":{"type":"Point","coordinates":[-0.294547,51.5725489]},"properties":{"@type":"node","@id":8622284634,"@timestamp":1618237451},"coords":"51.5725489,-0.294547","bedrooms":"1","price":"277000","area":"467"} , +{"type":"Feature","id":"n8622341228","geometry":{"type":"Point","coordinates":[-0.2907823,51.5719104]},"properties":{"@type":"node","@id":8622341228,"@timestamp":1618238278},"coords":"51.5719104,-0.2907823","bedrooms":"4","price":"253000","area":"689"} , +{"type":"Feature","id":"n8622484876","geometry":{"type":"Point","coordinates":[-0.2903886,51.4237785]},"properties":{"@type":"node","@id":8622484876,"@timestamp":1619778334},"coords":"51.4237785,-0.2903886","bedrooms":"3","price":"219000","area":"463"} , +{"type":"Feature","id":"n8622636772","geometry":{"type":"Point","coordinates":[-0.1284661,51.518521]},"properties":{"@type":"node","@id":8622636772,"@timestamp":1618244935},"coords":"51.518521,-0.1284661","bedrooms":"0","price":"157000","area":"357"} , +{"type":"Feature","id":"n8622658768","geometry":{"type":"Point","coordinates":[-1.0347077,51.4546086]},"properties":{"@type":"node","@id":8622658768,"@timestamp":1618245117},"coords":"51.4546086,-1.0347077","bedrooms":"3","price":"212000","area":"645"} , +{"type":"Feature","id":"n8622658778","geometry":{"type":"Point","coordinates":[-1.0240325,51.4531679]},"properties":{"@type":"node","@id":8622658778,"@timestamp":1618245117},"coords":"51.4531679,-1.0240325","bedrooms":"4","price":"254000","area":"399"} , +{"type":"Feature","id":"n8622658788","geometry":{"type":"Point","coordinates":[-1.0215354,51.4509565]},"properties":{"@type":"node","@id":8622658788,"@timestamp":1618245117},"coords":"51.4509565,-1.0215354","bedrooms":"1","price":"276000","area":"523"} , +{"type":"Feature","id":"n8622658798","geometry":{"type":"Point","coordinates":[-1.0212162,51.4499051]},"properties":{"@type":"node","@id":8622658798,"@timestamp":1618245117},"coords":"51.4499051,-1.0212162","bedrooms":"3","price":"165000","area":"603"} , +{"type":"Feature","id":"n8622658808","geometry":{"type":"Point","coordinates":[-1.0326102,51.4519611]},"properties":{"@type":"node","@id":8622658808,"@timestamp":1618245117},"coords":"51.4519611,-1.0326102","bedrooms":"4","price":"184000","area":"541"} , +{"type":"Feature","id":"n8622661738","geometry":{"type":"Point","coordinates":[-0.288382,51.5742051]},"properties":{"@type":"node","@id":8622661738,"@timestamp":1618244824},"coords":"51.5742051,-0.288382","bedrooms":"4","price":"253000","area":"548"} , +{"type":"Feature","id":"n8622671124","geometry":{"type":"Point","coordinates":[-1.0535395,51.4434792]},"properties":{"@type":"node","@id":8622671124,"@timestamp":1618245117},"coords":"51.4434792,-1.0535395","bedrooms":"3","price":"290000","area":"405"} , +{"type":"Feature","id":"n8622671134","geometry":{"type":"Point","coordinates":[-1.0499346,51.4441262]},"properties":{"@type":"node","@id":8622671134,"@timestamp":1618245117},"coords":"51.4441262,-1.0499346","bedrooms":"3","price":"256000","area":"365"} , +{"type":"Feature","id":"n8622671144","geometry":{"type":"Point","coordinates":[-1.047231,51.4435929]},"properties":{"@type":"node","@id":8622671144,"@timestamp":1618245117},"coords":"51.4435929,-1.047231","bedrooms":"1","price":"167000","area":"472"} , +{"type":"Feature","id":"n8622671154","geometry":{"type":"Point","coordinates":[-1.0409117,51.4396908]},"properties":{"@type":"node","@id":8622671154,"@timestamp":1618245117},"coords":"51.4396908,-1.0409117","bedrooms":"3","price":"245000","area":"625"} , +{"type":"Feature","id":"n8622671164","geometry":{"type":"Point","coordinates":[-1.0355473,51.4415984]},"properties":{"@type":"node","@id":8622671164,"@timestamp":1618245117},"coords":"51.4415984,-1.0355473","bedrooms":"2","price":"280000","area":"445"} , +{"type":"Feature","id":"n8622671174","geometry":{"type":"Point","coordinates":[-1.0345414,51.4381944]},"properties":{"@type":"node","@id":8622671174,"@timestamp":1618245117},"coords":"51.4381944,-1.0345414","bedrooms":"0","price":"192000","area":"382"} , +{"type":"Feature","id":"n8622703641","geometry":{"type":"Point","coordinates":[0.4904842,51.7568689]},"properties":{"@type":"node","@id":8622703641,"@timestamp":1618246062},"coords":"51.7568689,0.4904842","bedrooms":"2","price":"177000","area":"463"} , +{"type":"Feature","id":"n8622958455","geometry":{"type":"Point","coordinates":[0.0730336,51.8625616]},"properties":{"@type":"node","@id":8622958455,"@timestamp":1618251682},"coords":"51.8625616,0.0730336","bedrooms":"1","price":"295000","area":"584"} , +{"type":"Feature","id":"n8623183290","geometry":{"type":"Point","coordinates":[-0.7525157,51.4152239]},"properties":{"@type":"node","@id":8623183290,"@timestamp":1618256216},"coords":"51.4152239,-0.7525157","bedrooms":"1","price":"160000","area":"527"} , +{"type":"Feature","id":"n8623228234","geometry":{"type":"Point","coordinates":[-0.7600037,51.4097233]},"properties":{"@type":"node","@id":8623228234,"@timestamp":1618257466},"coords":"51.4097233,-0.7600037","bedrooms":"0","price":"164000","area":"499"} , +{"type":"Feature","id":"n8623394419","geometry":{"type":"Point","coordinates":[-0.1681515,51.4319857]},"properties":{"@type":"node","@id":8623394419,"@timestamp":1622394850},"coords":"51.4319857,-0.1681515","bedrooms":"2","price":"192000","area":"547"} , +{"type":"Feature","id":"n8623394431","geometry":{"type":"Point","coordinates":[-0.1638278,51.434878]},"properties":{"@type":"node","@id":8623394431,"@timestamp":1622394850},"coords":"51.434878,-0.1638278","bedrooms":"3","price":"198000","area":"356"} , +{"type":"Feature","id":"n8623394444","geometry":{"type":"Point","coordinates":[-0.1595944,51.4354788]},"properties":{"@type":"node","@id":8623394444,"@timestamp":1618262226},"coords":"51.4354788,-0.1595944","bedrooms":"1","price":"241000","area":"611"} , +{"type":"Feature","id":"n8623394460","geometry":{"type":"Point","coordinates":[-0.1620146,51.4371019]},"properties":{"@type":"node","@id":8623394460,"@timestamp":1618262226},"coords":"51.4371019,-0.1620146","bedrooms":"1","price":"223000","area":"450"} , +{"type":"Feature","id":"n8623394472","geometry":{"type":"Point","coordinates":[-0.1637059,51.4351781]},"properties":{"@type":"node","@id":8623394472,"@timestamp":1622394850},"coords":"51.4351781,-0.1637059","bedrooms":"4","price":"189000","area":"422"} , +{"type":"Feature","id":"n8623394484","geometry":{"type":"Point","coordinates":[-0.1691751,51.4306347]},"properties":{"@type":"node","@id":8623394484,"@timestamp":1622394850},"coords":"51.4306347,-0.1691751","bedrooms":"3","price":"161000","area":"424"} , +{"type":"Feature","id":"n8623394498","geometry":{"type":"Point","coordinates":[-0.1724262,51.4312476]},"properties":{"@type":"node","@id":8623394498,"@timestamp":1618262226},"coords":"51.4312476,-0.1724262","bedrooms":"2","price":"261000","area":"360"} , +{"type":"Feature","id":"n8623394508","geometry":{"type":"Point","coordinates":[-0.1592865,51.4357424]},"properties":{"@type":"node","@id":8623394508,"@timestamp":1618262226},"coords":"51.4357424,-0.1592865","bedrooms":"3","price":"298000","area":"586"} , +{"type":"Feature","id":"n8623394522","geometry":{"type":"Point","coordinates":[-0.1618102,51.4370098]},"properties":{"@type":"node","@id":8623394522,"@timestamp":1618262226},"coords":"51.4370098,-0.1618102","bedrooms":"3","price":"250000","area":"695"} , +{"type":"Feature","id":"n8623394534","geometry":{"type":"Point","coordinates":[-0.1624997,51.4342664]},"properties":{"@type":"node","@id":8623394534,"@timestamp":1618267773},"coords":"51.4342664,-0.1624997","bedrooms":"1","price":"202000","area":"432"} , +{"type":"Feature","id":"n8623563963","geometry":{"type":"Point","coordinates":[-0.1599494,51.4359492]},"properties":{"@type":"node","@id":8623563963,"@timestamp":1618264400},"coords":"51.4359492,-0.1599494","bedrooms":"3","price":"166000","area":"503"} , +{"type":"Feature","id":"n8623593264","geometry":{"type":"Point","coordinates":[-0.6074204,51.4823793]},"properties":{"@type":"node","@id":8623593264,"@timestamp":1634902937},"coords":"51.4823793,-0.6074204","bedrooms":"0","price":"273000","area":"596"} , +{"type":"Feature","id":"n8623661455","geometry":{"type":"Point","coordinates":[-0.2754808,51.5759394]},"properties":{"@type":"node","@id":8623661455,"@timestamp":1625770535},"coords":"51.5759394,-0.2754808","bedrooms":"1","price":"221000","area":"630"} , +{"type":"Feature","id":"n8623690169","geometry":{"type":"Point","coordinates":[-0.1601071,51.4355254]},"properties":{"@type":"node","@id":8623690169,"@timestamp":1625531591},"coords":"51.4355254,-0.1601071","bedrooms":"4","price":"179000","area":"492"} , +{"type":"Feature","id":"n8623690181","geometry":{"type":"Point","coordinates":[-0.1658946,51.4302855]},"properties":{"@type":"node","@id":8623690181,"@timestamp":1620335292},"coords":"51.4302855,-0.1658946","bedrooms":"1","price":"160000","area":"519"} , +{"type":"Feature","id":"n8623690194","geometry":{"type":"Point","coordinates":[-0.1664139,51.4296555]},"properties":{"@type":"node","@id":8623690194,"@timestamp":1619821179},"coords":"51.4296555,-0.1664139","bedrooms":"2","price":"179000","area":"673"} , +{"type":"Feature","id":"n8623690207","geometry":{"type":"Point","coordinates":[-0.1661485,51.4296704]},"properties":{"@type":"node","@id":8623690207,"@timestamp":1619604777},"coords":"51.4296704,-0.1661485","bedrooms":"0","price":"263000","area":"519"} , +{"type":"Feature","id":"n8623705619","geometry":{"type":"Point","coordinates":[-0.1653784,51.4304424]},"properties":{"@type":"node","@id":8623705619,"@timestamp":1620339725},"coords":"51.4304424,-0.1653784","bedrooms":"4","price":"267000","area":"529"} , +{"type":"Feature","id":"n8623705631","geometry":{"type":"Point","coordinates":[-0.1651652,51.4310032]},"properties":{"@type":"node","@id":8623705631,"@timestamp":1618267773},"coords":"51.4310032,-0.1651652","bedrooms":"2","price":"260000","area":"564"} , +{"type":"Feature","id":"n8623799499","geometry":{"type":"Point","coordinates":[-0.3291456,51.3034073]},"properties":{"@type":"node","@id":8623799499,"@timestamp":1624643849},"coords":"51.3034073,-0.3291456","bedrooms":"0","price":"277000","area":"478"} , +{"type":"Feature","id":"n8623812033","geometry":{"type":"Point","coordinates":[-0.3265838,51.3059154]},"properties":{"@type":"node","@id":8623812033,"@timestamp":1618272845},"coords":"51.3059154,-0.3265838","bedrooms":"1","price":"289000","area":"677"} , +{"type":"Feature","id":"n8623914289","geometry":{"type":"Point","coordinates":[-0.0138584,51.4721142]},"properties":{"@type":"node","@id":8623914289,"@timestamp":1618277430},"coords":"51.4721142,-0.0138584","bedrooms":"1","price":"177000","area":"385"} , +{"type":"Feature","id":"n8623914303","geometry":{"type":"Point","coordinates":[-0.0121409,51.4717719]},"properties":{"@type":"node","@id":8623914303,"@timestamp":1618277430},"coords":"51.4717719,-0.0121409","bedrooms":"4","price":"274000","area":"616"} , +{"type":"Feature","id":"n8624319393","geometry":{"type":"Point","coordinates":[-0.133271,51.5354446]},"properties":{"@type":"node","@id":8624319393,"@timestamp":1631607483},"coords":"51.5354446,-0.133271","bedrooms":"1","price":"267000","area":"400"} , +{"type":"Feature","id":"n8625251820","geometry":{"type":"Point","coordinates":[0.0467547,51.4414631]},"properties":{"@type":"node","@id":8625251820,"@timestamp":1618304370},"coords":"51.4414631,0.0467547","bedrooms":"1","price":"272000","area":"590"} , +{"type":"Feature","id":"n8625425910","geometry":{"type":"Point","coordinates":[-0.7842237,51.370928]},"properties":{"@type":"node","@id":8625425910,"@timestamp":1618309203},"coords":"51.370928,-0.7842237","bedrooms":"4","price":"175000","area":"693"} , +{"type":"Feature","id":"n8625787625","geometry":{"type":"Point","coordinates":[-0.0094115,51.5068319]},"properties":{"@type":"node","@id":8625787625,"@timestamp":1618316383},"coords":"51.5068319,-0.0094115","bedrooms":"0","price":"238000","area":"369"} , +{"type":"Feature","id":"n8626077049","geometry":{"type":"Point","coordinates":[-0.2678999,51.5747483]},"properties":{"@type":"node","@id":8626077049,"@timestamp":1618322929},"coords":"51.5747483,-0.2678999","bedrooms":"1","price":"284000","area":"620"} , +{"type":"Feature","id":"n8626077084","geometry":{"type":"Point","coordinates":[-0.2677064,51.5743643]},"properties":{"@type":"node","@id":8626077084,"@timestamp":1618322929},"coords":"51.5743643,-0.2677064","bedrooms":"3","price":"185000","area":"624"} , +{"type":"Feature","id":"n8626077200","geometry":{"type":"Point","coordinates":[-0.2679184,51.5738594]},"properties":{"@type":"node","@id":8626077200,"@timestamp":1618322929},"coords":"51.5738594,-0.2679184","bedrooms":"2","price":"220000","area":"603"} , +{"type":"Feature","id":"n8626077240","geometry":{"type":"Point","coordinates":[-0.2651385,51.5724735]},"properties":{"@type":"node","@id":8626077240,"@timestamp":1618322929},"coords":"51.5724735,-0.2651385","bedrooms":"4","price":"208000","area":"405"} , +{"type":"Feature","id":"n8626077287","geometry":{"type":"Point","coordinates":[-0.2631048,51.5694932]},"properties":{"@type":"node","@id":8626077287,"@timestamp":1618322929},"coords":"51.5694932,-0.2631048","bedrooms":"3","price":"178000","area":"556"} , +{"type":"Feature","id":"n8626077301","geometry":{"type":"Point","coordinates":[-0.263141,51.5692239]},"properties":{"@type":"node","@id":8626077301,"@timestamp":1618322929},"coords":"51.5692239,-0.263141","bedrooms":"1","price":"161000","area":"541"} , +{"type":"Feature","id":"n8626097718","geometry":{"type":"Point","coordinates":[-0.0443182,51.5475333]},"properties":{"@type":"node","@id":8626097718,"@timestamp":1618323846},"coords":"51.5475333,-0.0443182","bedrooms":"1","price":"259000","area":"364"} , +{"type":"Feature","id":"n8626134503","geometry":{"type":"Point","coordinates":[-0.2614359,51.5670226]},"properties":{"@type":"node","@id":8626134503,"@timestamp":1618324366},"coords":"51.5670226,-0.2614359","bedrooms":"0","price":"293000","area":"398"} , +{"type":"Feature","id":"n8626237550","geometry":{"type":"Point","coordinates":[0.1086661,51.5320748]},"properties":{"@type":"node","@id":8626237550,"@timestamp":1618327243},"coords":"51.5320748,0.1086661","bedrooms":"2","price":"203000","area":"598"} , +{"type":"Feature","id":"n8626241077","geometry":{"type":"Point","coordinates":[-0.2250734,51.5793655]},"properties":{"@type":"node","@id":8626241077,"@timestamp":1618326409},"coords":"51.5793655,-0.2250734","bedrooms":"0","price":"280000","area":"624"} , +{"type":"Feature","id":"n8626241094","geometry":{"type":"Point","coordinates":[-0.2365108,51.5769584]},"properties":{"@type":"node","@id":8626241094,"@timestamp":1618326409},"coords":"51.5769584,-0.2365108","bedrooms":"3","price":"157000","area":"627"} , +{"type":"Feature","id":"n8626241109","geometry":{"type":"Point","coordinates":[-0.2322526,51.5772802]},"properties":{"@type":"node","@id":8626241109,"@timestamp":1618326409},"coords":"51.5772802,-0.2322526","bedrooms":"3","price":"210000","area":"553"} , +{"type":"Feature","id":"n8626241124","geometry":{"type":"Point","coordinates":[-0.2296006,51.5778791]},"properties":{"@type":"node","@id":8626241124,"@timestamp":1618326409},"coords":"51.5778791,-0.2296006","bedrooms":"3","price":"243000","area":"623"} , +{"type":"Feature","id":"n8626241138","geometry":{"type":"Point","coordinates":[-0.2250901,51.5793047]},"properties":{"@type":"node","@id":8626241138,"@timestamp":1618326409},"coords":"51.5793047,-0.2250901","bedrooms":"2","price":"242000","area":"525"} , +{"type":"Feature","id":"n8626241171","geometry":{"type":"Point","coordinates":[-0.2232238,51.5802661]},"properties":{"@type":"node","@id":8626241171,"@timestamp":1618326409},"coords":"51.5802661,-0.2232238","bedrooms":"3","price":"272000","area":"464"} , +{"type":"Feature","id":"n8626379675","geometry":{"type":"Point","coordinates":[-0.753366,51.4091344]},"properties":{"@type":"node","@id":8626379675,"@timestamp":1618329848},"coords":"51.4091344,-0.753366","bedrooms":"1","price":"248000","area":"588"} , +{"type":"Feature","id":"n8626379686","geometry":{"type":"Point","coordinates":[-0.7542717,51.4062108]},"properties":{"@type":"node","@id":8626379686,"@timestamp":1618329848},"coords":"51.4062108,-0.7542717","bedrooms":"3","price":"169000","area":"632"} , +{"type":"Feature","id":"n8626421322","geometry":{"type":"Point","coordinates":[-0.207813,51.4436334]},"properties":{"@type":"node","@id":8626421322,"@timestamp":1618330230},"coords":"51.4436334,-0.207813","bedrooms":"2","price":"255000","area":"375"} , +{"type":"Feature","id":"n8626421349","geometry":{"type":"Point","coordinates":[-0.2027473,51.4421727]},"properties":{"@type":"node","@id":8626421349,"@timestamp":1618330230},"coords":"51.4421727,-0.2027473","bedrooms":"4","price":"191000","area":"649"} , +{"type":"Feature","id":"n8626421359","geometry":{"type":"Point","coordinates":[-0.199258,51.442683]},"properties":{"@type":"node","@id":8626421359,"@timestamp":1618330230},"coords":"51.442683,-0.199258","bedrooms":"4","price":"152000","area":"519"} , +{"type":"Feature","id":"n8626507091","geometry":{"type":"Point","coordinates":[0.1465585,51.8692132]},"properties":{"@type":"node","@id":8626507091,"@timestamp":1618331952},"coords":"51.8692132,0.1465585","bedrooms":"0","price":"256000","area":"542"} , +{"type":"Feature","id":"n8626507101","geometry":{"type":"Point","coordinates":[0.145816,51.8690363]},"properties":{"@type":"node","@id":8626507101,"@timestamp":1618331952},"coords":"51.8690363,0.145816","bedrooms":"4","price":"196000","area":"480"} , +{"type":"Feature","id":"n8626507111","geometry":{"type":"Point","coordinates":[0.145026,51.8688314]},"properties":{"@type":"node","@id":8626507111,"@timestamp":1618331952},"coords":"51.8688314,0.145026","bedrooms":"2","price":"292000","area":"489"} , +{"type":"Feature","id":"n8626507221","geometry":{"type":"Point","coordinates":[0.144183,51.8687559]},"properties":{"@type":"node","@id":8626507221,"@timestamp":1618331952},"coords":"51.8687559,0.144183","bedrooms":"3","price":"219000","area":"662"} , +{"type":"Feature","id":"n8626507231","geometry":{"type":"Point","coordinates":[0.1439677,51.8688086]},"properties":{"@type":"node","@id":8626507231,"@timestamp":1618331952},"coords":"51.8688086,0.1439677","bedrooms":"4","price":"160000","area":"365"} , +{"type":"Feature","id":"n8626548421","geometry":{"type":"Point","coordinates":[-0.0049924,51.5535564]},"properties":{"@type":"node","@id":8626548421,"@timestamp":1618333134},"coords":"51.5535564,-0.0049924","bedrooms":"2","price":"184000","area":"642"} , +{"type":"Feature","id":"n8626718462","geometry":{"type":"Point","coordinates":[-0.0975307,51.4425027]},"properties":{"@type":"node","@id":8626718462,"@timestamp":1618337051},"coords":"51.4425027,-0.0975307","bedrooms":"0","price":"187000","area":"376"} , +{"type":"Feature","id":"n8626718477","geometry":{"type":"Point","coordinates":[-0.0975677,51.4434478]},"properties":{"@type":"node","@id":8626718477,"@timestamp":1618337051},"coords":"51.4434478,-0.0975677","bedrooms":"2","price":"207000","area":"413"} , +{"type":"Feature","id":"n8626718776","geometry":{"type":"Point","coordinates":[-0.2177644,51.4351363]},"properties":{"@type":"node","@id":8626718776,"@timestamp":1618336621},"coords":"51.4351363,-0.2177644","bedrooms":"4","price":"188000","area":"602"} , +{"type":"Feature","id":"n8626744978","geometry":{"type":"Point","coordinates":[0.084639,51.6395803]},"properties":{"@type":"node","@id":8626744978,"@timestamp":1618338644},"coords":"51.6395803,0.084639","bedrooms":"3","price":"289000","area":"658"} , +{"type":"Feature","id":"n8626773075","geometry":{"type":"Point","coordinates":[0.0097605,51.5473894]},"properties":{"@type":"node","@id":8626773075,"@timestamp":1618338710},"coords":"51.5473894,0.0097605","bedrooms":"1","price":"243000","area":"533"} , +{"type":"Feature","id":"n8626786594","geometry":{"type":"Point","coordinates":[-0.1853255,51.4313721]},"properties":{"@type":"node","@id":8626786594,"@timestamp":1618339227},"coords":"51.4313721,-0.1853255","bedrooms":"0","price":"230000","area":"584"} , +{"type":"Feature","id":"n8626800909","geometry":{"type":"Point","coordinates":[0.0869681,51.6349078]},"properties":{"@type":"node","@id":8626800909,"@timestamp":1618340407},"coords":"51.6349078,0.0869681","bedrooms":"2","price":"245000","area":"367"} , +{"type":"Feature","id":"n8626873049","geometry":{"type":"Point","coordinates":[0.4272816,51.7298004]},"properties":{"@type":"node","@id":8626873049,"@timestamp":1618341264},"coords":"51.7298004,0.4272816","bedrooms":"1","price":"196000","area":"642"} , +{"type":"Feature","id":"n8626873059","geometry":{"type":"Point","coordinates":[0.4268675,51.729898]},"properties":{"@type":"node","@id":8626873059,"@timestamp":1618341264},"coords":"51.729898,0.4268675","bedrooms":"2","price":"219000","area":"410"} , +{"type":"Feature","id":"n8626873069","geometry":{"type":"Point","coordinates":[0.4272667,51.730714]},"properties":{"@type":"node","@id":8626873069,"@timestamp":1618341264},"coords":"51.730714,0.4272667","bedrooms":"2","price":"200000","area":"541"} , +{"type":"Feature","id":"n8626873079","geometry":{"type":"Point","coordinates":[0.4265371,51.7309289]},"properties":{"@type":"node","@id":8626873079,"@timestamp":1618341264},"coords":"51.7309289,0.4265371","bedrooms":"0","price":"217000","area":"425"} , +{"type":"Feature","id":"n8626959555","geometry":{"type":"Point","coordinates":[0.0930078,51.6318953]},"properties":{"@type":"node","@id":8626959555,"@timestamp":1618343107},"coords":"51.6318953,0.0930078","bedrooms":"3","price":"211000","area":"657"} , +{"type":"Feature","id":"n8626960332","geometry":{"type":"Point","coordinates":[0.0927593,51.6337589]},"properties":{"@type":"node","@id":8626960332,"@timestamp":1618343107},"coords":"51.6337589,0.0927593","bedrooms":"2","price":"183000","area":"510"} , +{"type":"Feature","id":"n8627078346","geometry":{"type":"Point","coordinates":[0.0958109,51.6394794]},"properties":{"@type":"node","@id":8627078346,"@timestamp":1618345824},"coords":"51.6394794,0.0958109","bedrooms":"3","price":"273000","area":"529"} , +{"type":"Feature","id":"n8627203083","geometry":{"type":"Point","coordinates":[-0.1917744,51.2238698]},"properties":{"@type":"node","@id":8627203083,"@timestamp":1629474116},"coords":"51.2238698,-0.1917744","bedrooms":"4","price":"197000","area":"622"} , +{"type":"Feature","id":"n8627266571","geometry":{"type":"Point","coordinates":[-0.1410176,51.5370868]},"properties":{"@type":"node","@id":8627266571,"@timestamp":1618353198},"coords":"51.5370868,-0.1410176","bedrooms":"4","price":"236000","area":"385"} , +{"type":"Feature","id":"n8627296768","geometry":{"type":"Point","coordinates":[-0.1422064,51.5410683]},"properties":{"@type":"node","@id":8627296768,"@timestamp":1624032878},"coords":"51.5410683,-0.1422064","bedrooms":"0","price":"184000","area":"443"} , +{"type":"Feature","id":"n8627312091","geometry":{"type":"Point","coordinates":[-0.6039719,51.6683839]},"properties":{"@type":"node","@id":8627312091,"@timestamp":1618355673},"coords":"51.6683839,-0.6039719","bedrooms":"2","price":"233000","area":"444"} , +{"type":"Feature","id":"n8627322740","geometry":{"type":"Point","coordinates":[0.144421,51.8586208]},"properties":{"@type":"node","@id":8627322740,"@timestamp":1618355610},"coords":"51.8586208,0.144421","bedrooms":"0","price":"194000","area":"376"} , +{"type":"Feature","id":"n8627339605","geometry":{"type":"Point","coordinates":[-0.0473282,51.4620888]},"properties":{"@type":"node","@id":8627339605,"@timestamp":1618361071},"coords":"51.4620888,-0.0473282","bedrooms":"0","price":"229000","area":"554"} , +{"type":"Feature","id":"n8627339626","geometry":{"type":"Point","coordinates":[0.1013915,51.636114]},"properties":{"@type":"node","@id":8627339626,"@timestamp":1618356569},"coords":"51.636114,0.1013915","bedrooms":"4","price":"206000","area":"617"} , +{"type":"Feature","id":"n8627351538","geometry":{"type":"Point","coordinates":[-0.6065273,51.4818255]},"properties":{"@type":"node","@id":8627351538,"@timestamp":1618357419},"coords":"51.4818255,-0.6065273","bedrooms":"4","price":"287000","area":"650"} , +{"type":"Feature","id":"n8627351560","geometry":{"type":"Point","coordinates":[-0.606304,51.4816276]},"properties":{"@type":"node","@id":8627351560,"@timestamp":1618357419},"coords":"51.4816276,-0.606304","bedrooms":"2","price":"198000","area":"489"} , +{"type":"Feature","id":"n8627351582","geometry":{"type":"Point","coordinates":[-0.6064472,51.4817469]},"properties":{"@type":"node","@id":8627351582,"@timestamp":1618357419},"coords":"51.4817469,-0.6064472","bedrooms":"3","price":"212000","area":"359"} , +{"type":"Feature","id":"n8627412488","geometry":{"type":"Point","coordinates":[-0.2693865,51.532289]},"properties":{"@type":"node","@id":8627412488,"@timestamp":1618362354},"coords":"51.532289,-0.2693865","bedrooms":"1","price":"221000","area":"694"} , +{"type":"Feature","id":"n8627493976","geometry":{"type":"Point","coordinates":[-0.2686804,51.5299146]},"properties":{"@type":"node","@id":8627493976,"@timestamp":1618366047},"coords":"51.5299146,-0.2686804","bedrooms":"4","price":"166000","area":"591"} , +{"type":"Feature","id":"n8627494013","geometry":{"type":"Point","coordinates":[-0.2667696,51.530314]},"properties":{"@type":"node","@id":8627494013,"@timestamp":1618366047},"coords":"51.530314,-0.2667696","bedrooms":"4","price":"210000","area":"674"} , +{"type":"Feature","id":"n8627782681","geometry":{"type":"Point","coordinates":[-0.2273385,51.5088698]},"properties":{"@type":"node","@id":8627782681,"@timestamp":1618430678},"coords":"51.5088698,-0.2273385","bedrooms":"1","price":"243000","area":"378"} , +{"type":"Feature","id":"n8627937162","geometry":{"type":"Point","coordinates":[-1.008508,51.2338725]},"properties":{"@type":"node","@id":8627937162,"@timestamp":1618380377},"coords":"51.2338725,-1.008508","bedrooms":"0","price":"203000","area":"487"} , +{"type":"Feature","id":"n8628135342","geometry":{"type":"Point","coordinates":[-0.497642,51.5151138]},"properties":{"@type":"node","@id":8628135342,"@timestamp":1618383954},"coords":"51.5151138,-0.497642","bedrooms":"4","price":"236000","area":"682"} , +{"type":"Feature","id":"n8628238065","geometry":{"type":"Point","coordinates":[-0.225588,51.5126201]},"properties":{"@type":"node","@id":8628238065,"@timestamp":1618386634},"coords":"51.5126201,-0.225588","bedrooms":"3","price":"250000","area":"585"} , +{"type":"Feature","id":"n8628238075","geometry":{"type":"Point","coordinates":[-0.2259782,51.5123531]},"properties":{"@type":"node","@id":8628238075,"@timestamp":1618386634},"coords":"51.5123531,-0.2259782","bedrooms":"3","price":"294000","area":"485"} , +{"type":"Feature","id":"n8628238085","geometry":{"type":"Point","coordinates":[-0.2265804,51.5121225]},"properties":{"@type":"node","@id":8628238085,"@timestamp":1618386634},"coords":"51.5121225,-0.2265804","bedrooms":"1","price":"255000","area":"566"} , +{"type":"Feature","id":"n8628238095","geometry":{"type":"Point","coordinates":[-0.2259414,51.5121091]},"properties":{"@type":"node","@id":8628238095,"@timestamp":1618386634},"coords":"51.5121091,-0.2259414","bedrooms":"0","price":"163000","area":"579"} , +{"type":"Feature","id":"n8628238105","geometry":{"type":"Point","coordinates":[-0.2264956,51.5118791]},"properties":{"@type":"node","@id":8628238105,"@timestamp":1618386634},"coords":"51.5118791,-0.2264956","bedrooms":"4","price":"284000","area":"520"} , +{"type":"Feature","id":"n8628238115","geometry":{"type":"Point","coordinates":[-0.2265928,51.5115366]},"properties":{"@type":"node","@id":8628238115,"@timestamp":1618386634},"coords":"51.5115366,-0.2265928","bedrooms":"4","price":"162000","area":"424"} , +{"type":"Feature","id":"n8628243356","geometry":{"type":"Point","coordinates":[-0.1725264,51.4236187]},"properties":{"@type":"node","@id":8628243356,"@timestamp":1618386560},"coords":"51.4236187,-0.1725264","bedrooms":"4","price":"295000","area":"596"} , +{"type":"Feature","id":"n8628250018","geometry":{"type":"Point","coordinates":[-0.226791,51.5114671]},"properties":{"@type":"node","@id":8628250018,"@timestamp":1618386634},"coords":"51.5114671,-0.226791","bedrooms":"0","price":"175000","area":"578"} , +{"type":"Feature","id":"n8628250028","geometry":{"type":"Point","coordinates":[-0.2271932,51.5112489]},"properties":{"@type":"node","@id":8628250028,"@timestamp":1618386634},"coords":"51.5112489,-0.2271932","bedrooms":"2","price":"189000","area":"641"} , +{"type":"Feature","id":"n8628250038","geometry":{"type":"Point","coordinates":[-0.2265872,51.5110737]},"properties":{"@type":"node","@id":8628250038,"@timestamp":1618386634},"coords":"51.5110737,-0.2265872","bedrooms":"1","price":"275000","area":"495"} , +{"type":"Feature","id":"n8628250048","geometry":{"type":"Point","coordinates":[-0.2259844,51.5114512]},"properties":{"@type":"node","@id":8628250048,"@timestamp":1618386634},"coords":"51.5114512,-0.2259844","bedrooms":"3","price":"226000","area":"503"} , +{"type":"Feature","id":"n8628250058","geometry":{"type":"Point","coordinates":[-0.2257865,51.5115756]},"properties":{"@type":"node","@id":8628250058,"@timestamp":1618386634},"coords":"51.5115756,-0.2257865","bedrooms":"1","price":"293000","area":"407"} , +{"type":"Feature","id":"n8628250068","geometry":{"type":"Point","coordinates":[-0.2255427,51.5119031]},"properties":{"@type":"node","@id":8628250068,"@timestamp":1618386634},"coords":"51.5119031,-0.2255427","bedrooms":"2","price":"236000","area":"662"} , +{"type":"Feature","id":"n8628250078","geometry":{"type":"Point","coordinates":[-0.2252229,51.5118392]},"properties":{"@type":"node","@id":8628250078,"@timestamp":1618386634},"coords":"51.5118392,-0.2252229","bedrooms":"0","price":"239000","area":"573"} , +{"type":"Feature","id":"n8628250088","geometry":{"type":"Point","coordinates":[-0.2253276,51.5122049]},"properties":{"@type":"node","@id":8628250088,"@timestamp":1618386634},"coords":"51.5122049,-0.2253276","bedrooms":"0","price":"269000","area":"390"} , +{"type":"Feature","id":"n8628250098","geometry":{"type":"Point","coordinates":[-0.2253141,51.5122541]},"properties":{"@type":"node","@id":8628250098,"@timestamp":1618386634},"coords":"51.5122541,-0.2253141","bedrooms":"2","price":"177000","area":"634"} , +{"type":"Feature","id":"n8628306390","geometry":{"type":"Point","coordinates":[-1.0990729,51.2472841]},"properties":{"@type":"node","@id":8628306390,"@timestamp":1618388666},"coords":"51.2472841,-1.0990729","bedrooms":"1","price":"200000","area":"454"} , +{"type":"Feature","id":"n8628465830","geometry":{"type":"Point","coordinates":[0.1138192,51.6338745]},"properties":{"@type":"node","@id":8628465830,"@timestamp":1618390978},"coords":"51.6338745,0.1138192","bedrooms":"4","price":"212000","area":"396"} , +{"type":"Feature","id":"n8628538988","geometry":{"type":"Point","coordinates":[-0.4999763,51.5137332]},"properties":{"@type":"node","@id":8628538988,"@timestamp":1618427659},"coords":"51.5137332,-0.4999763","bedrooms":"2","price":"201000","area":"402"} , +{"type":"Feature","id":"n8628632184","geometry":{"type":"Point","coordinates":[0.1128754,51.629771]},"properties":{"@type":"node","@id":8628632184,"@timestamp":1618395040},"coords":"51.629771,0.1128754","bedrooms":"2","price":"223000","area":"440"} , +{"type":"Feature","id":"n8628746687","geometry":{"type":"Point","coordinates":[-0.489212,51.5290412]},"properties":{"@type":"node","@id":8628746687,"@timestamp":1618595619},"coords":"51.5290412,-0.489212","bedrooms":"1","price":"212000","area":"661"} , +{"type":"Feature","id":"n8629047101","geometry":{"type":"Point","coordinates":[0.104069,51.6265442]},"properties":{"@type":"node","@id":8629047101,"@timestamp":1618401746},"coords":"51.6265442,0.104069","bedrooms":"1","price":"210000","area":"683"} , +{"type":"Feature","id":"n8629091308","geometry":{"type":"Point","coordinates":[0.1057508,51.6209979]},"properties":{"@type":"node","@id":8629091308,"@timestamp":1618403097},"coords":"51.6209979,0.1057508","bedrooms":"3","price":"208000","area":"436"} , +{"type":"Feature","id":"n8629107728","geometry":{"type":"Point","coordinates":[-0.1812637,51.430967]},"properties":{"@type":"node","@id":8629107728,"@timestamp":1618402969},"coords":"51.430967,-0.1812637","bedrooms":"4","price":"299000","area":"424"} , +{"type":"Feature","id":"n8629107745","geometry":{"type":"Point","coordinates":[-0.182713,51.4318079]},"properties":{"@type":"node","@id":8629107745,"@timestamp":1618402969},"coords":"51.4318079,-0.182713","bedrooms":"0","price":"256000","area":"644"} , +{"type":"Feature","id":"n8629242313","geometry":{"type":"Point","coordinates":[-0.7240282,51.41237]},"properties":{"@type":"node","@id":8629242313,"@timestamp":1618406291},"coords":"51.41237,-0.7240282","bedrooms":"0","price":"296000","area":"486"} , +{"type":"Feature","id":"n8629254544","geometry":{"type":"Point","coordinates":[-0.7280417,51.4115161]},"properties":{"@type":"node","@id":8629254544,"@timestamp":1618406291},"coords":"51.4115161,-0.7280417","bedrooms":"4","price":"152000","area":"546"} , +{"type":"Feature","id":"n8629273303","geometry":{"type":"Point","coordinates":[0.1130204,51.6199801]},"properties":{"@type":"node","@id":8629273303,"@timestamp":1618407840},"coords":"51.6199801,0.1130204","bedrooms":"3","price":"234000","area":"413"} , +{"type":"Feature","id":"n8629373954","geometry":{"type":"Point","coordinates":[0.0820016,51.7791043]},"properties":{"@type":"node","@id":8629373954,"@timestamp":1631219502},"coords":"51.7791043,0.0820016","bedrooms":"2","price":"223000","area":"364"} , +{"type":"Feature","id":"n8629471349","geometry":{"type":"Point","coordinates":[0.1109506,51.6180129]},"properties":{"@type":"node","@id":8629471349,"@timestamp":1618411578},"coords":"51.6180129,0.1109506","bedrooms":"0","price":"168000","area":"666"} , +{"type":"Feature","id":"n8629582809","geometry":{"type":"Point","coordinates":[0.1132438,51.6196046]},"properties":{"@type":"node","@id":8629582809,"@timestamp":1618415286},"coords":"51.6196046,0.1132438","bedrooms":"2","price":"195000","area":"529"} , +{"type":"Feature","id":"n8629605232","geometry":{"type":"Point","coordinates":[0.1135943,51.6194968]},"properties":{"@type":"node","@id":8629605232,"@timestamp":1618415286},"coords":"51.6194968,0.1135943","bedrooms":"0","price":"181000","area":"353"} , +{"type":"Feature","id":"n8629605266","geometry":{"type":"Point","coordinates":[0.1106297,51.6185434]},"properties":{"@type":"node","@id":8629605266,"@timestamp":1618415286},"coords":"51.6185434,0.1106297","bedrooms":"4","price":"189000","area":"691"} , +{"type":"Feature","id":"n8629674027","geometry":{"type":"Point","coordinates":[0.5290321,51.3808078]},"properties":{"@type":"node","@id":8629674027,"@timestamp":1618417421},"coords":"51.3808078,0.5290321","bedrooms":"2","price":"171000","area":"605"} , +{"type":"Feature","id":"n8629754280","geometry":{"type":"Point","coordinates":[-0.2248861,51.5104532]},"properties":{"@type":"node","@id":8629754280,"@timestamp":1618418246},"coords":"51.5104532,-0.2248861","bedrooms":"0","price":"293000","area":"456"} , +{"type":"Feature","id":"n8629768738","geometry":{"type":"Point","coordinates":[0.2189136,51.0900269]},"properties":{"@type":"node","@id":8629768738,"@timestamp":1618418643},"coords":"51.0900269,0.2189136","bedrooms":"4","price":"235000","area":"397"} , +{"type":"Feature","id":"n8629832493","geometry":{"type":"Point","coordinates":[-0.0206698,51.4456253]},"properties":{"@type":"node","@id":8629832493,"@timestamp":1619403871},"coords":"51.4456253,-0.0206698","bedrooms":"2","price":"168000","area":"502"} , +{"type":"Feature","id":"n8629844384","geometry":{"type":"Point","coordinates":[0.2175099,51.0867247]},"properties":{"@type":"node","@id":8629844384,"@timestamp":1618421204},"coords":"51.0867247,0.2175099","bedrooms":"3","price":"250000","area":"580"} , +{"type":"Feature","id":"n8629903035","geometry":{"type":"Point","coordinates":[-0.0207851,51.446152]},"properties":{"@type":"node","@id":8629903035,"@timestamp":1618956040},"coords":"51.446152,-0.0207851","bedrooms":"1","price":"247000","area":"465"} , +{"type":"Feature","id":"n8630018365","geometry":{"type":"Point","coordinates":[-0.4935019,51.510266]},"properties":{"@type":"node","@id":8630018365,"@timestamp":1618426483},"coords":"51.510266,-0.4935019","bedrooms":"4","price":"226000","area":"430"} , +{"type":"Feature","id":"n8630054832","geometry":{"type":"Point","coordinates":[-0.7631281,51.4060727]},"properties":{"@type":"node","@id":8630054832,"@timestamp":1618427642},"coords":"51.4060727,-0.7631281","bedrooms":"4","price":"296000","area":"511"} , +{"type":"Feature","id":"n8630145044","geometry":{"type":"Point","coordinates":[-0.2312124,51.5085704]},"properties":{"@type":"node","@id":8630145044,"@timestamp":1618430678},"coords":"51.5085704,-0.2312124","bedrooms":"2","price":"202000","area":"680"} , +{"type":"Feature","id":"n8630145054","geometry":{"type":"Point","coordinates":[-0.2319775,51.5085971]},"properties":{"@type":"node","@id":8630145054,"@timestamp":1618430678},"coords":"51.5085971,-0.2319775","bedrooms":"4","price":"250000","area":"355"} , +{"type":"Feature","id":"n8630145064","geometry":{"type":"Point","coordinates":[-0.2330612,51.5086349]},"properties":{"@type":"node","@id":8630145064,"@timestamp":1618430678},"coords":"51.5086349,-0.2330612","bedrooms":"0","price":"263000","area":"354"} , +{"type":"Feature","id":"n8630247715","geometry":{"type":"Point","coordinates":[-0.5973186,51.67788]},"properties":{"@type":"node","@id":8630247715,"@timestamp":1618434936},"coords":"51.67788,-0.5973186","bedrooms":"2","price":"267000","area":"598"} , +{"type":"Feature","id":"n8630279759","geometry":{"type":"Point","coordinates":[-0.0092251,51.9510069]},"properties":{"@type":"node","@id":8630279759,"@timestamp":1618435680},"coords":"51.9510069,-0.0092251","bedrooms":"0","price":"194000","area":"383"} , +{"type":"Feature","id":"n8630279843","geometry":{"type":"Point","coordinates":[0.0139448,51.8837393]},"properties":{"@type":"node","@id":8630279843,"@timestamp":1621555250},"coords":"51.8837393,0.0139448","bedrooms":"0","price":"295000","area":"387"} , +{"type":"Feature","id":"n8630298256","geometry":{"type":"Point","coordinates":[-0.6005731,51.6805849]},"properties":{"@type":"node","@id":8630298256,"@timestamp":1618436496},"coords":"51.6805849,-0.6005731","bedrooms":"0","price":"240000","area":"487"} , +{"type":"Feature","id":"n8630391012","geometry":{"type":"Point","coordinates":[-0.0190385,51.9467936]},"properties":{"@type":"node","@id":8630391012,"@timestamp":1618440697},"coords":"51.9467936,-0.0190385","bedrooms":"2","price":"248000","area":"490"} , +{"type":"Feature","id":"n8630447843","geometry":{"type":"Point","coordinates":[-0.3039075,51.4149237]},"properties":{"@type":"node","@id":8630447843,"@timestamp":1618442786},"coords":"51.4149237,-0.3039075","bedrooms":"4","price":"291000","area":"369"} , +{"type":"Feature","id":"n8630462433","geometry":{"type":"Point","coordinates":[-0.3011249,51.4153875]},"properties":{"@type":"node","@id":8630462433,"@timestamp":1625908702},"coords":"51.4153875,-0.3011249","bedrooms":"2","price":"155000","area":"640"} , +{"type":"Feature","id":"n8630467542","geometry":{"type":"Point","coordinates":[-0.3014905,51.4169575]},"properties":{"@type":"node","@id":8630467542,"@timestamp":1618443375},"coords":"51.4169575,-0.3014905","bedrooms":"3","price":"215000","area":"513"} , +{"type":"Feature","id":"n8630571754","geometry":{"type":"Point","coordinates":[-0.0174447,51.47239]},"properties":{"@type":"node","@id":8630571754,"@timestamp":1618450598},"coords":"51.47239,-0.0174447","bedrooms":"1","price":"218000","area":"417"} , +{"type":"Feature","id":"n8630844026","geometry":{"type":"Point","coordinates":[-0.5794649,51.2673358]},"properties":{"@type":"node","@id":8630844026,"@timestamp":1618461609},"coords":"51.2673358,-0.5794649","bedrooms":"3","price":"151000","area":"389"} , +{"type":"Feature","id":"n8630882157","geometry":{"type":"Point","coordinates":[-0.2306205,51.509168]},"properties":{"@type":"node","@id":8630882157,"@timestamp":1618462464},"coords":"51.509168,-0.2306205","bedrooms":"1","price":"201000","area":"468"} , +{"type":"Feature","id":"n8631000802","geometry":{"type":"Point","coordinates":[-0.2336109,51.5078004]},"properties":{"@type":"node","@id":8631000802,"@timestamp":1618466422},"coords":"51.5078004,-0.2336109","bedrooms":"4","price":"292000","area":"405"} , +{"type":"Feature","id":"n8631019631","geometry":{"type":"Point","coordinates":[-0.2343802,51.5079574]},"properties":{"@type":"node","@id":8631019631,"@timestamp":1618466422},"coords":"51.5079574,-0.2343802","bedrooms":"0","price":"219000","area":"633"} , +{"type":"Feature","id":"n8631019641","geometry":{"type":"Point","coordinates":[-0.2343794,51.5074006]},"properties":{"@type":"node","@id":8631019641,"@timestamp":1618466422},"coords":"51.5074006,-0.2343794","bedrooms":"0","price":"299000","area":"627"} , +{"type":"Feature","id":"n8631112615","geometry":{"type":"Point","coordinates":[-0.2337377,51.507199]},"properties":{"@type":"node","@id":8631112615,"@timestamp":1618469315},"coords":"51.507199,-0.2337377","bedrooms":"0","price":"247000","area":"557"} , +{"type":"Feature","id":"n8631130484","geometry":{"type":"Point","coordinates":[-0.2337827,51.5077686]},"properties":{"@type":"node","@id":8631130484,"@timestamp":1618469315},"coords":"51.5077686,-0.2337827","bedrooms":"0","price":"193000","area":"384"} , +{"type":"Feature","id":"n8631130495","geometry":{"type":"Point","coordinates":[-0.2337839,51.508248]},"properties":{"@type":"node","@id":8631130495,"@timestamp":1618469315},"coords":"51.508248,-0.2337839","bedrooms":"1","price":"157000","area":"397"} , +{"type":"Feature","id":"n8631512411","geometry":{"type":"Point","coordinates":[-0.0067995,51.5292432]},"properties":{"@type":"node","@id":8631512411,"@timestamp":1618476496},"coords":"51.5292432,-0.0067995","bedrooms":"4","price":"253000","area":"592"} , +{"type":"Feature","id":"n8631675698","geometry":{"type":"Point","coordinates":[-0.0977873,51.4443326]},"properties":{"@type":"node","@id":8631675698,"@timestamp":1618480202},"coords":"51.4443326,-0.0977873","bedrooms":"0","price":"189000","area":"576"} , +{"type":"Feature","id":"n8631832602","geometry":{"type":"Point","coordinates":[-0.2334386,51.5082917]},"properties":{"@type":"node","@id":8631832602,"@timestamp":1618482335},"coords":"51.5082917,-0.2334386","bedrooms":"2","price":"196000","area":"560"} , +{"type":"Feature","id":"n8631832612","geometry":{"type":"Point","coordinates":[-0.2334361,51.5078237]},"properties":{"@type":"node","@id":8631832612,"@timestamp":1618482335},"coords":"51.5078237,-0.2334361","bedrooms":"1","price":"261000","area":"591"} , +{"type":"Feature","id":"n8631832622","geometry":{"type":"Point","coordinates":[-0.2334334,51.5073393]},"properties":{"@type":"node","@id":8631832622,"@timestamp":1618482335},"coords":"51.5073393,-0.2334334","bedrooms":"0","price":"249000","area":"697"} , +{"type":"Feature","id":"n8631863794","geometry":{"type":"Point","coordinates":[-0.3164401,51.5364353]},"properties":{"@type":"node","@id":8631863794,"@timestamp":1618483333},"coords":"51.5364353,-0.3164401","bedrooms":"0","price":"224000","area":"442"} , +{"type":"Feature","id":"n8631891169","geometry":{"type":"Point","coordinates":[-0.4222079,51.3844505]},"properties":{"@type":"node","@id":8631891169,"@timestamp":1618483980},"coords":"51.3844505,-0.4222079","bedrooms":"0","price":"205000","area":"568"} , +{"type":"Feature","id":"n8631983486","geometry":{"type":"Point","coordinates":[-0.0032347,51.5506583]},"properties":{"@type":"node","@id":8631983486,"@timestamp":1618485616},"coords":"51.5506583,-0.0032347","bedrooms":"4","price":"176000","area":"534"} , +{"type":"Feature","id":"n8631993288","geometry":{"type":"Point","coordinates":[-0.5007859,51.5095754]},"properties":{"@type":"node","@id":8631993288,"@timestamp":1618486397},"coords":"51.5095754,-0.5007859","bedrooms":"2","price":"284000","area":"540"} , +{"type":"Feature","id":"n8632065538","geometry":{"type":"Point","coordinates":[0.1017559,51.6168129]},"properties":{"@type":"node","@id":8632065538,"@timestamp":1618487552},"coords":"51.6168129,0.1017559","bedrooms":"1","price":"169000","area":"482"} , +{"type":"Feature","id":"n8632314500","geometry":{"type":"Point","coordinates":[0.1055295,51.6203672]},"properties":{"@type":"node","@id":8632314500,"@timestamp":1618493548},"coords":"51.6203672,0.1055295","bedrooms":"2","price":"267000","area":"454"} , +{"type":"Feature","id":"n8632467167","geometry":{"type":"Point","coordinates":[-0.0930025,51.4413023]},"properties":{"@type":"node","@id":8632467167,"@timestamp":1618496723},"coords":"51.4413023,-0.0930025","bedrooms":"3","price":"175000","area":"418"} , +{"type":"Feature","id":"n8632505247","geometry":{"type":"Point","coordinates":[-0.1004892,51.4503352]},"properties":{"@type":"node","@id":8632505247,"@timestamp":1618497598},"coords":"51.4503352,-0.1004892","bedrooms":"4","price":"227000","area":"391"} , +{"type":"Feature","id":"n8632517995","geometry":{"type":"Point","coordinates":[-0.0438131,51.5468462]},"properties":{"@type":"node","@id":8632517995,"@timestamp":1618497985},"coords":"51.5468462,-0.0438131","bedrooms":"0","price":"259000","area":"635"} , +{"type":"Feature","id":"n8632648961","geometry":{"type":"Point","coordinates":[0.001656,51.5505085]},"properties":{"@type":"node","@id":8632648961,"@timestamp":1629082297},"coords":"51.5505085,0.001656","bedrooms":"2","price":"168000","area":"638"} , +{"type":"Feature","id":"n8632649015","geometry":{"type":"Point","coordinates":[0.0025556,51.5521494]},"properties":{"@type":"node","@id":8632649015,"@timestamp":1620718039},"coords":"51.5521494,0.0025556","bedrooms":"1","price":"244000","area":"600"} , +{"type":"Feature","id":"n8632692483","geometry":{"type":"Point","coordinates":[-0.4791985,51.6368363]},"properties":{"@type":"node","@id":8632692483,"@timestamp":1618501569},"coords":"51.6368363,-0.4791985","bedrooms":"3","price":"274000","area":"611"} , +{"type":"Feature","id":"n8632731565","geometry":{"type":"Point","coordinates":[-0.0910874,51.4411985]},"properties":{"@type":"node","@id":8632731565,"@timestamp":1634903501},"coords":"51.4411985,-0.0910874","bedrooms":"4","price":"217000","area":"458"} , +{"type":"Feature","id":"n8632988435","geometry":{"type":"Point","coordinates":[-0.850373,51.3657721]},"properties":{"@type":"node","@id":8632988435,"@timestamp":1618508507},"coords":"51.3657721,-0.850373","bedrooms":"1","price":"172000","area":"391"} , +{"type":"Feature","id":"n8633192434","geometry":{"type":"Point","coordinates":[0.106023,51.6190308]},"properties":{"@type":"node","@id":8633192434,"@timestamp":1618514073},"coords":"51.6190308,0.106023","bedrooms":"4","price":"182000","area":"553"} , +{"type":"Feature","id":"n8633244047","geometry":{"type":"Point","coordinates":[-0.0417212,51.5198548]},"properties":{"@type":"node","@id":8633244047,"@timestamp":1618516955},"coords":"51.5198548,-0.0417212","bedrooms":"3","price":"263000","area":"406"} , +{"type":"Feature","id":"n8633416594","geometry":{"type":"Point","coordinates":[-0.1825765,51.4317895]},"properties":{"@type":"node","@id":8633416594,"@timestamp":1618522433},"coords":"51.4317895,-0.1825765","bedrooms":"0","price":"263000","area":"541"} , +{"type":"Feature","id":"n8633432110","geometry":{"type":"Point","coordinates":[-0.59263,51.6797103]},"properties":{"@type":"node","@id":8633432110,"@timestamp":1618522086},"coords":"51.6797103,-0.59263","bedrooms":"1","price":"192000","area":"492"} , +{"type":"Feature","id":"n8633525037","geometry":{"type":"Point","coordinates":[-0.1674171,51.4288535]},"properties":{"@type":"node","@id":8633525037,"@timestamp":1618525340},"coords":"51.4288535,-0.1674171","bedrooms":"2","price":"157000","area":"427"} , +{"type":"Feature","id":"n8633652360","geometry":{"type":"Point","coordinates":[-0.0298493,51.9530422]},"properties":{"@type":"node","@id":8633652360,"@timestamp":1618529190},"coords":"51.9530422,-0.0298493","bedrooms":"2","price":"222000","area":"438"} , +{"type":"Feature","id":"n8633713143","geometry":{"type":"Point","coordinates":[-0.6045105,51.4806147]},"properties":{"@type":"node","@id":8633713143,"@timestamp":1618532096},"coords":"51.4806147,-0.6045105","bedrooms":"4","price":"274000","area":"697"} , +{"type":"Feature","id":"n8633870440","geometry":{"type":"Point","coordinates":[-0.233023,51.5083787]},"properties":{"@type":"node","@id":8633870440,"@timestamp":1618542651},"coords":"51.5083787,-0.233023","bedrooms":"0","price":"287000","area":"658"} , +{"type":"Feature","id":"n8633870450","geometry":{"type":"Point","coordinates":[-0.2322336,51.5083509]},"properties":{"@type":"node","@id":8633870450,"@timestamp":1618542651},"coords":"51.5083509,-0.2322336","bedrooms":"4","price":"218000","area":"638"} , +{"type":"Feature","id":"n8633870460","geometry":{"type":"Point","coordinates":[-0.2314456,51.5083232]},"properties":{"@type":"node","@id":8633870460,"@timestamp":1618542651},"coords":"51.5083232,-0.2314456","bedrooms":"4","price":"165000","area":"424"} , +{"type":"Feature","id":"n8634048527","geometry":{"type":"Point","coordinates":[-0.285232,51.490185]},"properties":{"@type":"node","@id":8634048527,"@timestamp":1618549045},"coords":"51.490185,-0.285232","bedrooms":"2","price":"295000","area":"672"} , +{"type":"Feature","id":"n8634306001","geometry":{"type":"Point","coordinates":[-0.2340078,51.5065987]},"properties":{"@type":"node","@id":8634306001,"@timestamp":1618555818},"coords":"51.5065987,-0.2340078","bedrooms":"4","price":"205000","area":"420"} , +{"type":"Feature","id":"n8634388189","geometry":{"type":"Point","coordinates":[-0.1845666,51.4483142]},"properties":{"@type":"node","@id":8634388189,"@timestamp":1618557400},"coords":"51.4483142,-0.1845666","bedrooms":"4","price":"276000","area":"625"} , +{"type":"Feature","id":"n8634618649","geometry":{"type":"Point","coordinates":[0.1073648,51.6193605]},"properties":{"@type":"node","@id":8634618649,"@timestamp":1618561921},"coords":"51.6193605,0.1073648","bedrooms":"3","price":"294000","area":"654"} , +{"type":"Feature","id":"n8634892105","geometry":{"type":"Point","coordinates":[-0.7762764,51.4118461]},"properties":{"@type":"node","@id":8634892105,"@timestamp":1618568396},"coords":"51.4118461,-0.7762764","bedrooms":"3","price":"278000","area":"391"} , +{"type":"Feature","id":"n8634928923","geometry":{"type":"Point","coordinates":[-0.776563,51.4114838]},"properties":{"@type":"node","@id":8634928923,"@timestamp":1618568396},"coords":"51.4114838,-0.776563","bedrooms":"2","price":"233000","area":"532"} , +{"type":"Feature","id":"n8634928937","geometry":{"type":"Point","coordinates":[-0.7809481,51.4111359]},"properties":{"@type":"node","@id":8634928937,"@timestamp":1618568396},"coords":"51.4111359,-0.7809481","bedrooms":"1","price":"221000","area":"575"} , +{"type":"Feature","id":"n8634928961","geometry":{"type":"Point","coordinates":[-0.7812985,51.4105057]},"properties":{"@type":"node","@id":8634928961,"@timestamp":1618568396},"coords":"51.4105057,-0.7812985","bedrooms":"4","price":"160000","area":"615"} , +{"type":"Feature","id":"n8634928971","geometry":{"type":"Point","coordinates":[-0.7814581,51.4111104]},"properties":{"@type":"node","@id":8634928971,"@timestamp":1618568396},"coords":"51.4111104,-0.7814581","bedrooms":"1","price":"243000","area":"504"} , +{"type":"Feature","id":"n8634928981","geometry":{"type":"Point","coordinates":[-0.7813467,51.4100166]},"properties":{"@type":"node","@id":8634928981,"@timestamp":1618568396},"coords":"51.4100166,-0.7813467","bedrooms":"0","price":"243000","area":"405"} , +{"type":"Feature","id":"n8634995965","geometry":{"type":"Point","coordinates":[-0.4125073,51.4716571]},"properties":{"@type":"node","@id":8634995965,"@timestamp":1618570020},"coords":"51.4716571,-0.4125073","bedrooms":"2","price":"165000","area":"603"} , +{"type":"Feature","id":"n8635069512","geometry":{"type":"Point","coordinates":[0.7881081,51.4224701]},"properties":{"@type":"node","@id":8635069512,"@timestamp":1618572235},"coords":"51.4224701,0.7881081","bedrooms":"0","price":"189000","area":"474"} , +{"type":"Feature","id":"n8635080222","geometry":{"type":"Point","coordinates":[0.7749411,51.4183688]},"properties":{"@type":"node","@id":8635080222,"@timestamp":1618572235},"coords":"51.4183688,0.7749411","bedrooms":"2","price":"255000","area":"486"} , +{"type":"Feature","id":"n8635080232","geometry":{"type":"Point","coordinates":[0.7711217,51.4198056]},"properties":{"@type":"node","@id":8635080232,"@timestamp":1618572235},"coords":"51.4198056,0.7711217","bedrooms":"4","price":"151000","area":"457"} , +{"type":"Feature","id":"n8635080242","geometry":{"type":"Point","coordinates":[0.7660094,51.4170239]},"properties":{"@type":"node","@id":8635080242,"@timestamp":1618572235},"coords":"51.4170239,0.7660094","bedrooms":"4","price":"249000","area":"493"} , +{"type":"Feature","id":"n8635096251","geometry":{"type":"Point","coordinates":[-0.3028776,51.4605159]},"properties":{"@type":"node","@id":8635096251,"@timestamp":1618572750},"coords":"51.4605159,-0.3028776","bedrooms":"1","price":"208000","area":"439"} , +{"type":"Feature","id":"n8635104874","geometry":{"type":"Point","coordinates":[0.8025706,51.4206487]},"properties":{"@type":"node","@id":8635104874,"@timestamp":1618572858},"coords":"51.4206487,0.8025706","bedrooms":"1","price":"197000","area":"399"} , +{"type":"Feature","id":"n8635104884","geometry":{"type":"Point","coordinates":[0.7956558,51.4331815]},"properties":{"@type":"node","@id":8635104884,"@timestamp":1618572858},"coords":"51.4331815,0.7956558","bedrooms":"1","price":"192000","area":"435"} , +{"type":"Feature","id":"n8635104894","geometry":{"type":"Point","coordinates":[0.7985097,51.4219081]},"properties":{"@type":"node","@id":8635104894,"@timestamp":1618572858},"coords":"51.4219081,0.7985097","bedrooms":"0","price":"152000","area":"379"} , +{"type":"Feature","id":"n8635157150","geometry":{"type":"Point","coordinates":[-0.7242268,51.4009351]},"properties":{"@type":"node","@id":8635157150,"@timestamp":1618573963},"coords":"51.4009351,-0.7242268","bedrooms":"0","price":"184000","area":"678"} , +{"type":"Feature","id":"n8635251677","geometry":{"type":"Point","coordinates":[0.106817,51.6667957]},"properties":{"@type":"node","@id":8635251677,"@timestamp":1618577163},"coords":"51.6667957,0.106817","bedrooms":"4","price":"269000","area":"449"} , +{"type":"Feature","id":"n8635428722","geometry":{"type":"Point","coordinates":[-0.1276931,51.4471383]},"properties":{"@type":"node","@id":8635428722,"@timestamp":1618825711},"coords":"51.4471383,-0.1276931","bedrooms":"0","price":"214000","area":"565"} , +{"type":"Feature","id":"n8635429557","geometry":{"type":"Point","coordinates":[-0.2328888,51.5071352]},"properties":{"@type":"node","@id":8635429557,"@timestamp":1618580535},"coords":"51.5071352,-0.2328888","bedrooms":"4","price":"184000","area":"613"} , +{"type":"Feature","id":"n8635429567","geometry":{"type":"Point","coordinates":[-0.2328752,51.5076027]},"properties":{"@type":"node","@id":8635429567,"@timestamp":1618580535},"coords":"51.5076027,-0.2328752","bedrooms":"1","price":"251000","area":"604"} , +{"type":"Feature","id":"n8635429659","geometry":{"type":"Point","coordinates":[-0.2325191,51.5071959]},"properties":{"@type":"node","@id":8635429659,"@timestamp":1618580535},"coords":"51.5071959,-0.2325191","bedrooms":"1","price":"186000","area":"689"} , +{"type":"Feature","id":"n8635429669","geometry":{"type":"Point","coordinates":[-0.2325294,51.5067308]},"properties":{"@type":"node","@id":8635429669,"@timestamp":1618580535},"coords":"51.5067308,-0.2325294","bedrooms":"1","price":"225000","area":"630"} , +{"type":"Feature","id":"n8635429746","geometry":{"type":"Point","coordinates":[-0.2324164,51.5077625]},"properties":{"@type":"node","@id":8635429746,"@timestamp":1618580535},"coords":"51.5077625,-0.2324164","bedrooms":"2","price":"287000","area":"594"} , +{"type":"Feature","id":"n8635454642","geometry":{"type":"Point","coordinates":[-0.3664682,51.0641952]},"properties":{"@type":"node","@id":8635454642,"@timestamp":1618581178},"coords":"51.0641952,-0.3664682","bedrooms":"2","price":"206000","area":"465"} , +{"type":"Feature","id":"n8635454663","geometry":{"type":"Point","coordinates":[-0.3662275,51.0647539]},"properties":{"@type":"node","@id":8635454663,"@timestamp":1618581178},"coords":"51.0647539,-0.3662275","bedrooms":"0","price":"176000","area":"467"} , +{"type":"Feature","id":"n8635657402","geometry":{"type":"Point","coordinates":[0.1145458,51.6198787]},"properties":{"@type":"node","@id":8635657402,"@timestamp":1618585766},"coords":"51.6198787,0.1145458","bedrooms":"3","price":"155000","area":"440"} , +{"type":"Feature","id":"n8635877542","geometry":{"type":"Point","coordinates":[-0.1248718,51.4487696]},"properties":{"@type":"node","@id":8635877542,"@timestamp":1618594233},"coords":"51.4487696,-0.1248718","bedrooms":"0","price":"187000","area":"648"} , +{"type":"Feature","id":"n8635965372","geometry":{"type":"Point","coordinates":[-0.2331086,51.5079834]},"properties":{"@type":"node","@id":8635965372,"@timestamp":1618590954},"coords":"51.5079834,-0.2331086","bedrooms":"0","price":"206000","area":"355"} , +{"type":"Feature","id":"n8635965382","geometry":{"type":"Point","coordinates":[-0.232367,51.5079772]},"properties":{"@type":"node","@id":8635965382,"@timestamp":1618590954},"coords":"51.5079772,-0.232367","bedrooms":"1","price":"169000","area":"653"} , +{"type":"Feature","id":"n8635965394","geometry":{"type":"Point","coordinates":[-0.2330719,51.5079173]},"properties":{"@type":"node","@id":8635965394,"@timestamp":1618590954},"coords":"51.5079173,-0.2330719","bedrooms":"1","price":"280000","area":"675"} , +{"type":"Feature","id":"n8635971152","geometry":{"type":"Point","coordinates":[0.0050098,51.6068145]},"properties":{"@type":"node","@id":8635971152,"@timestamp":1618611605},"coords":"51.6068145,0.0050098","bedrooms":"0","price":"261000","area":"543"} , +{"type":"Feature","id":"n8635985038","geometry":{"type":"Point","coordinates":[0.1200136,51.6222939]},"properties":{"@type":"node","@id":8635985038,"@timestamp":1618590868},"coords":"51.6222939,0.1200136","bedrooms":"3","price":"167000","area":"453"} , +{"type":"Feature","id":"n8635994110","geometry":{"type":"Point","coordinates":[-0.2316281,51.5070849]},"properties":{"@type":"node","@id":8635994110,"@timestamp":1618590954},"coords":"51.5070849,-0.2316281","bedrooms":"3","price":"210000","area":"396"} , +{"type":"Feature","id":"n8635994120","geometry":{"type":"Point","coordinates":[-0.2315953,51.5075501]},"properties":{"@type":"node","@id":8635994120,"@timestamp":1618590954},"coords":"51.5075501,-0.2315953","bedrooms":"4","price":"297000","area":"486"} , +{"type":"Feature","id":"n8635999040","geometry":{"type":"Point","coordinates":[-0.1233392,51.4493639]},"properties":{"@type":"node","@id":8635999040,"@timestamp":1618591091},"coords":"51.4493639,-0.1233392","bedrooms":"1","price":"185000","area":"538"} , +{"type":"Feature","id":"n8636012802","geometry":{"type":"Point","coordinates":[-0.2320299,51.5066767]},"properties":{"@type":"node","@id":8636012802,"@timestamp":1618591679},"coords":"51.5066767,-0.2320299","bedrooms":"0","price":"246000","area":"507"} , +{"type":"Feature","id":"n8636012812","geometry":{"type":"Point","coordinates":[-0.232,51.5071406]},"properties":{"@type":"node","@id":8636012812,"@timestamp":1618591679},"coords":"51.5071406,-0.232","bedrooms":"1","price":"249000","area":"547"} , +{"type":"Feature","id":"n8636049603","geometry":{"type":"Point","coordinates":[-0.1413459,50.9597967]},"properties":{"@type":"node","@id":8636049603,"@timestamp":1618592524},"coords":"50.9597967,-0.1413459","bedrooms":"0","price":"196000","area":"531"} , +{"type":"Feature","id":"n8636165133","geometry":{"type":"Point","coordinates":[-0.1246146,51.4489225]},"properties":{"@type":"node","@id":8636165133,"@timestamp":1618594233},"coords":"51.4489225,-0.1246146","bedrooms":"1","price":"193000","area":"547"} , +{"type":"Feature","id":"n8636206770","geometry":{"type":"Point","coordinates":[-0.4893853,51.5226516]},"properties":{"@type":"node","@id":8636206770,"@timestamp":1618595619},"coords":"51.5226516,-0.4893853","bedrooms":"4","price":"210000","area":"412"} , +{"type":"Feature","id":"n8636463944","geometry":{"type":"Point","coordinates":[-0.1893455,51.4559166]},"properties":{"@type":"node","@id":8636463944,"@timestamp":1618603499},"coords":"51.4559166,-0.1893455","bedrooms":"2","price":"209000","area":"449"} , +{"type":"Feature","id":"n8636713829","geometry":{"type":"Point","coordinates":[-0.0012242,51.9246999]},"properties":{"@type":"node","@id":8636713829,"@timestamp":1618612911},"coords":"51.9246999,-0.0012242","bedrooms":"3","price":"269000","area":"640"} , +{"type":"Feature","id":"n8636760504","geometry":{"type":"Point","coordinates":[0.0264953,51.9437242]},"properties":{"@type":"node","@id":8636760504,"@timestamp":1618615960},"coords":"51.9437242,0.0264953","bedrooms":"2","price":"235000","area":"609"} , +{"type":"Feature","id":"n8637173631","geometry":{"type":"Point","coordinates":[-0.2315524,51.5063915]},"properties":{"@type":"node","@id":8637173631,"@timestamp":1618638258},"coords":"51.5063915,-0.2315524","bedrooms":"1","price":"162000","area":"566"} , +{"type":"Feature","id":"n8637173722","geometry":{"type":"Point","coordinates":[-0.2305844,51.5068787]},"properties":{"@type":"node","@id":8637173722,"@timestamp":1618638258},"coords":"51.5068787,-0.2305844","bedrooms":"0","price":"289000","area":"423"} , +{"type":"Feature","id":"n8637173760","geometry":{"type":"Point","coordinates":[-0.2307951,51.507223]},"properties":{"@type":"node","@id":8637173760,"@timestamp":1618638258},"coords":"51.507223,-0.2307951","bedrooms":"4","price":"299000","area":"662"} , +{"type":"Feature","id":"n8637173795","geometry":{"type":"Point","coordinates":[-0.2307683,51.5077055]},"properties":{"@type":"node","@id":8637173795,"@timestamp":1618638258},"coords":"51.5077055,-0.2307683","bedrooms":"4","price":"252000","area":"439"} , +{"type":"Feature","id":"n8637173827","geometry":{"type":"Point","coordinates":[-0.2307419,51.5081809]},"properties":{"@type":"node","@id":8637173827,"@timestamp":1618638258},"coords":"51.5081809,-0.2307419","bedrooms":"3","price":"269000","area":"362"} , +{"type":"Feature","id":"n8637256693","geometry":{"type":"Point","coordinates":[-0.2302187,51.5089949]},"properties":{"@type":"node","@id":8637256693,"@timestamp":1618642310},"coords":"51.5089949,-0.2302187","bedrooms":"3","price":"228000","area":"433"} , +{"type":"Feature","id":"n8637256703","geometry":{"type":"Point","coordinates":[-0.2301796,51.5094727]},"properties":{"@type":"node","@id":8637256703,"@timestamp":1618642310},"coords":"51.5094727,-0.2301796","bedrooms":"2","price":"225000","area":"466"} , +{"type":"Feature","id":"n8637256759","geometry":{"type":"Point","coordinates":[-0.2297604,51.5089242]},"properties":{"@type":"node","@id":8637256759,"@timestamp":1618642310},"coords":"51.5089242,-0.2297604","bedrooms":"0","price":"215000","area":"632"} , +{"type":"Feature","id":"n8637409806","geometry":{"type":"Point","coordinates":[-0.2303089,51.5080006]},"properties":{"@type":"node","@id":8637409806,"@timestamp":1618646144},"coords":"51.5080006,-0.2303089","bedrooms":"1","price":"247000","area":"364"} , +{"type":"Feature","id":"n8637409816","geometry":{"type":"Point","coordinates":[-0.2303321,51.5074755]},"properties":{"@type":"node","@id":8637409816,"@timestamp":1618646144},"coords":"51.5074755,-0.2303321","bedrooms":"1","price":"239000","area":"591"} , +{"type":"Feature","id":"n8637409826","geometry":{"type":"Point","coordinates":[-0.2303553,51.5069503]},"properties":{"@type":"node","@id":8637409826,"@timestamp":1618646144},"coords":"51.5069503,-0.2303553","bedrooms":"2","price":"217000","area":"430"} , +{"type":"Feature","id":"n8637514873","geometry":{"type":"Point","coordinates":[0.4911147,51.7577514]},"properties":{"@type":"node","@id":8637514873,"@timestamp":1626908520},"coords":"51.7577514,0.4911147","bedrooms":"0","price":"280000","area":"572"} , +{"type":"Feature","id":"n8637550555","geometry":{"type":"Point","coordinates":[-0.8898068,50.9475182]},"properties":{"@type":"node","@id":8637550555,"@timestamp":1618651484},"coords":"50.9475182,-0.8898068","bedrooms":"4","price":"179000","area":"454"} , +{"type":"Feature","id":"n8637593733","geometry":{"type":"Point","coordinates":[-0.734505,51.4093722]},"properties":{"@type":"node","@id":8637593733,"@timestamp":1618653170},"coords":"51.4093722,-0.734505","bedrooms":"3","price":"207000","area":"532"} , +{"type":"Feature","id":"n8637593775","geometry":{"type":"Point","coordinates":[-0.74452,51.4053573]},"properties":{"@type":"node","@id":8637593775,"@timestamp":1618653170},"coords":"51.4053573,-0.74452","bedrooms":"4","price":"199000","area":"523"} , +{"type":"Feature","id":"n8637593785","geometry":{"type":"Point","coordinates":[-0.7437492,51.4045751]},"properties":{"@type":"node","@id":8637593785,"@timestamp":1618653170},"coords":"51.4045751,-0.7437492","bedrooms":"4","price":"222000","area":"396"} , +{"type":"Feature","id":"n8637593795","geometry":{"type":"Point","coordinates":[-0.74403,51.4049566]},"properties":{"@type":"node","@id":8637593795,"@timestamp":1618653170},"coords":"51.4049566,-0.74403","bedrooms":"3","price":"242000","area":"509"} , +{"type":"Feature","id":"n8637593811","geometry":{"type":"Point","coordinates":[-0.743431,51.4067786]},"properties":{"@type":"node","@id":8637593811,"@timestamp":1618653170},"coords":"51.4067786,-0.743431","bedrooms":"3","price":"184000","area":"434"} , +{"type":"Feature","id":"n8637608139","geometry":{"type":"Point","coordinates":[-0.7466549,51.4071202]},"properties":{"@type":"node","@id":8637608139,"@timestamp":1618653966},"coords":"51.4071202,-0.7466549","bedrooms":"1","price":"268000","area":"685"} , +{"type":"Feature","id":"n8637635679","geometry":{"type":"Point","coordinates":[-0.9037965,51.500075]},"properties":{"@type":"node","@id":8637635679,"@timestamp":1618868569},"coords":"51.500075,-0.9037965","bedrooms":"3","price":"176000","area":"365"} , +{"type":"Feature","id":"n8637753646","geometry":{"type":"Point","coordinates":[-0.316325,51.2982111]},"properties":{"@type":"node","@id":8637753646,"@timestamp":1618659388},"coords":"51.2982111,-0.316325","bedrooms":"0","price":"219000","area":"501"} , +{"type":"Feature","id":"n8637791276","geometry":{"type":"Point","coordinates":[-0.0148916,51.6146742]},"properties":{"@type":"node","@id":8637791276,"@timestamp":1618661067},"coords":"51.6146742,-0.0148916","bedrooms":"2","price":"169000","area":"484"} , +{"type":"Feature","id":"n8637823129","geometry":{"type":"Point","coordinates":[-0.3311698,51.2965709]},"properties":{"@type":"node","@id":8637823129,"@timestamp":1618668214},"coords":"51.2965709,-0.3311698","bedrooms":"4","price":"158000","area":"542"} , +{"type":"Feature","id":"n8637878464","geometry":{"type":"Point","coordinates":[0.0068383,51.5256128]},"properties":{"@type":"node","@id":8637878464,"@timestamp":1619453736},"coords":"51.5256128,0.0068383","bedrooms":"4","price":"253000","area":"509"} , +{"type":"Feature","id":"n8637878482","geometry":{"type":"Point","coordinates":[0.0057035,51.5260314]},"properties":{"@type":"node","@id":8637878482,"@timestamp":1619453736},"coords":"51.5260314,0.0057035","bedrooms":"0","price":"218000","area":"361"} , +{"type":"Feature","id":"n8637902795","geometry":{"type":"Point","coordinates":[-0.7531177,51.253015]},"properties":{"@type":"node","@id":8637902795,"@timestamp":1618665408},"coords":"51.253015,-0.7531177","bedrooms":"4","price":"158000","area":"599"} , +{"type":"Feature","id":"n8637910748","geometry":{"type":"Point","coordinates":[0.0059854,51.5272218]},"properties":{"@type":"node","@id":8637910748,"@timestamp":1619453736},"coords":"51.5272218,0.0059854","bedrooms":"1","price":"181000","area":"373"} , +{"type":"Feature","id":"n8637910772","geometry":{"type":"Point","coordinates":[0.0050176,51.5270548]},"properties":{"@type":"node","@id":8637910772,"@timestamp":1619453736},"coords":"51.5270548,0.0050176","bedrooms":"3","price":"222000","area":"355"} , +{"type":"Feature","id":"n8637910788","geometry":{"type":"Point","coordinates":[0.0068386,51.528609]},"properties":{"@type":"node","@id":8637910788,"@timestamp":1619453736},"coords":"51.528609,0.0068386","bedrooms":"4","price":"296000","area":"399"} , +{"type":"Feature","id":"n8637970394","geometry":{"type":"Point","coordinates":[-0.4070262,51.6485548]},"properties":{"@type":"node","@id":8637970394,"@timestamp":1618669171},"coords":"51.6485548,-0.4070262","bedrooms":"2","price":"262000","area":"678"} , +{"type":"Feature","id":"n8637990267","geometry":{"type":"Point","coordinates":[-0.3307251,51.2970945]},"properties":{"@type":"node","@id":8637990267,"@timestamp":1618668214},"coords":"51.2970945,-0.3307251","bedrooms":"1","price":"222000","area":"511"} , +{"type":"Feature","id":"n8638045943","geometry":{"type":"Point","coordinates":[0.4912067,51.7571435]},"properties":{"@type":"node","@id":8638045943,"@timestamp":1618671357},"coords":"51.7571435,0.4912067","bedrooms":"2","price":"277000","area":"486"} , +{"type":"Feature","id":"n8638226451","geometry":{"type":"Point","coordinates":[-0.1000088,51.4381175]},"properties":{"@type":"node","@id":8638226451,"@timestamp":1618678004},"coords":"51.4381175,-0.1000088","bedrooms":"4","price":"187000","area":"627"} , +{"type":"Feature","id":"n8638366916","geometry":{"type":"Point","coordinates":[-0.1250262,51.4486952]},"properties":{"@type":"node","@id":8638366916,"@timestamp":1618682264},"coords":"51.4486952,-0.1250262","bedrooms":"1","price":"159000","area":"542"} , +{"type":"Feature","id":"n8638397326","geometry":{"type":"Point","coordinates":[-0.1255928,51.4484699]},"properties":{"@type":"node","@id":8638397326,"@timestamp":1618682264},"coords":"51.4484699,-0.1255928","bedrooms":"4","price":"179000","area":"645"} , +{"type":"Feature","id":"n8638397377","geometry":{"type":"Point","coordinates":[-0.1277597,51.4472007]},"properties":{"@type":"node","@id":8638397377,"@timestamp":1618826768},"coords":"51.4472007,-0.1277597","bedrooms":"3","price":"256000","area":"351"} , +{"type":"Feature","id":"n8638397396","geometry":{"type":"Point","coordinates":[-0.1258747,51.4482731]},"properties":{"@type":"node","@id":8638397396,"@timestamp":1618682264},"coords":"51.4482731,-0.1258747","bedrooms":"4","price":"252000","area":"407"} , +{"type":"Feature","id":"n8638397481","geometry":{"type":"Point","coordinates":[-0.1270119,51.4491095]},"properties":{"@type":"node","@id":8638397481,"@timestamp":1618682264},"coords":"51.4491095,-0.1270119","bedrooms":"1","price":"262000","area":"464"} , +{"type":"Feature","id":"n8638397571","geometry":{"type":"Point","coordinates":[-0.1277848,51.4491642]},"properties":{"@type":"node","@id":8638397571,"@timestamp":1618682264},"coords":"51.4491642,-0.1277848","bedrooms":"0","price":"244000","area":"382"} , +{"type":"Feature","id":"n8638439915","geometry":{"type":"Point","coordinates":[0.4282025,51.1392423]},"properties":{"@type":"node","@id":8638439915,"@timestamp":1618683892},"coords":"51.1392423,0.4282025","bedrooms":"4","price":"199000","area":"593"} , +{"type":"Feature","id":"n8638469158","geometry":{"type":"Point","coordinates":[-0.1263564,51.4478802]},"properties":{"@type":"node","@id":8638469158,"@timestamp":1618684726},"coords":"51.4478802,-0.1263564","bedrooms":"2","price":"205000","area":"477"} , +{"type":"Feature","id":"n8638472974","geometry":{"type":"Point","coordinates":[-0.3828071,51.5333714]},"properties":{"@type":"node","@id":8638472974,"@timestamp":1618685826},"coords":"51.5333714,-0.3828071","bedrooms":"0","price":"253000","area":"371"} , +{"type":"Feature","id":"n8638508244","geometry":{"type":"Point","coordinates":[-0.2296798,51.5066948]},"properties":{"@type":"node","@id":8638508244,"@timestamp":1618686376},"coords":"51.5066948,-0.2296798","bedrooms":"3","price":"274000","area":"422"} , +{"type":"Feature","id":"n8638508366","geometry":{"type":"Point","coordinates":[-0.2298025,51.5081074]},"properties":{"@type":"node","@id":8638508366,"@timestamp":1618686376},"coords":"51.5081074,-0.2298025","bedrooms":"3","price":"234000","area":"592"} , +{"type":"Feature","id":"n8638508376","geometry":{"type":"Point","coordinates":[-0.2298224,51.5076133]},"properties":{"@type":"node","@id":8638508376,"@timestamp":1618686376},"coords":"51.5076133,-0.2298224","bedrooms":"0","price":"280000","area":"590"} , +{"type":"Feature","id":"n8638508386","geometry":{"type":"Point","coordinates":[-0.2298422,51.5071197]},"properties":{"@type":"node","@id":8638508386,"@timestamp":1618686376},"coords":"51.5071197,-0.2298422","bedrooms":"0","price":"207000","area":"630"} , +{"type":"Feature","id":"n8638591862","geometry":{"type":"Point","coordinates":[0.2047285,51.4468211]},"properties":{"@type":"node","@id":8638591862,"@timestamp":1618689416},"coords":"51.4468211,0.2047285","bedrooms":"3","price":"184000","area":"607"} , +{"type":"Feature","id":"n8638652954","geometry":{"type":"Point","coordinates":[-0.2871399,51.0803301]},"properties":{"@type":"node","@id":8638652954,"@timestamp":1618691824},"coords":"51.0803301,-0.2871399","bedrooms":"3","price":"268000","area":"460"} , +{"type":"Feature","id":"n8638779108","geometry":{"type":"Point","coordinates":[-0.7360635,51.4010377]},"properties":{"@type":"node","@id":8638779108,"@timestamp":1618695617},"coords":"51.4010377,-0.7360635","bedrooms":"0","price":"256000","area":"434"} , +{"type":"Feature","id":"n8638860265","geometry":{"type":"Point","coordinates":[-0.3286269,51.2966459]},"properties":{"@type":"node","@id":8638860265,"@timestamp":1618696651},"coords":"51.2966459,-0.3286269","bedrooms":"0","price":"245000","area":"488"} , +{"type":"Feature","id":"n8638901201","geometry":{"type":"Point","coordinates":[-0.6015512,51.4801963]},"properties":{"@type":"node","@id":8638901201,"@timestamp":1618698304},"coords":"51.4801963,-0.6015512","bedrooms":"1","price":"189000","area":"400"} , +{"type":"Feature","id":"n8638913633","geometry":{"type":"Point","coordinates":[-0.5949674,51.4782542]},"properties":{"@type":"node","@id":8638913633,"@timestamp":1618698304},"coords":"51.4782542,-0.5949674","bedrooms":"4","price":"185000","area":"605"} , +{"type":"Feature","id":"n8638913643","geometry":{"type":"Point","coordinates":[-0.5971491,51.4785927]},"properties":{"@type":"node","@id":8638913643,"@timestamp":1618698304},"coords":"51.4785927,-0.5971491","bedrooms":"0","price":"184000","area":"448"} , +{"type":"Feature","id":"n8638913664","geometry":{"type":"Point","coordinates":[-0.5848268,51.4807548]},"properties":{"@type":"node","@id":8638913664,"@timestamp":1618698304},"coords":"51.4807548,-0.5848268","bedrooms":"1","price":"250000","area":"675"} , +{"type":"Feature","id":"n8638913674","geometry":{"type":"Point","coordinates":[-0.5888681,51.4839157]},"properties":{"@type":"node","@id":8638913674,"@timestamp":1618698304},"coords":"51.4839157,-0.5888681","bedrooms":"3","price":"154000","area":"386"} , +{"type":"Feature","id":"n8638913684","geometry":{"type":"Point","coordinates":[-0.5958345,51.4860421]},"properties":{"@type":"node","@id":8638913684,"@timestamp":1618698304},"coords":"51.4860421,-0.5958345","bedrooms":"4","price":"252000","area":"426"} , +{"type":"Feature","id":"n8638913694","geometry":{"type":"Point","coordinates":[-0.5938802,51.4844564]},"properties":{"@type":"node","@id":8638913694,"@timestamp":1618698304},"coords":"51.4844564,-0.5938802","bedrooms":"2","price":"163000","area":"560"} , +{"type":"Feature","id":"n8638913704","geometry":{"type":"Point","coordinates":[-0.5864175,51.4812177]},"properties":{"@type":"node","@id":8638913704,"@timestamp":1618698304},"coords":"51.4812177,-0.5864175","bedrooms":"2","price":"189000","area":"451"} , +{"type":"Feature","id":"n8638913714","geometry":{"type":"Point","coordinates":[-0.5874111,51.475982]},"properties":{"@type":"node","@id":8638913714,"@timestamp":1618698304},"coords":"51.475982,-0.5874111","bedrooms":"1","price":"291000","area":"684"} , +{"type":"Feature","id":"n8638969637","geometry":{"type":"Point","coordinates":[0.2090983,51.4537637]},"properties":{"@type":"node","@id":8638969637,"@timestamp":1618701131},"coords":"51.4537637,0.2090983","bedrooms":"0","price":"295000","area":"556"} , +{"type":"Feature","id":"n8638970472","geometry":{"type":"Point","coordinates":[0.2072632,51.4529615]},"properties":{"@type":"node","@id":8638970472,"@timestamp":1618701131},"coords":"51.4529615,0.2072632","bedrooms":"2","price":"279000","area":"512"} , +{"type":"Feature","id":"n8639163440","geometry":{"type":"Point","coordinates":[0.1093603,51.5072248]},"properties":{"@type":"node","@id":8639163440,"@timestamp":1618713772},"coords":"51.5072248,0.1093603","bedrooms":"1","price":"236000","area":"361"} , +{"type":"Feature","id":"n8639237203","geometry":{"type":"Point","coordinates":[0.1074868,51.5064967]},"properties":{"@type":"node","@id":8639237203,"@timestamp":1618716915},"coords":"51.5064967,0.1074868","bedrooms":"4","price":"266000","area":"353"} , +{"type":"Feature","id":"n8639293399","geometry":{"type":"Point","coordinates":[-0.2292401,51.5075499]},"properties":{"@type":"node","@id":8639293399,"@timestamp":1618725089},"coords":"51.5075499,-0.2292401","bedrooms":"4","price":"190000","area":"589"} , +{"type":"Feature","id":"n8639294584","geometry":{"type":"Point","coordinates":[-0.2295368,51.5068379]},"properties":{"@type":"node","@id":8639294584,"@timestamp":1618722241},"coords":"51.5068379,-0.2295368","bedrooms":"1","price":"274000","area":"695"} , +{"type":"Feature","id":"n8639294594","geometry":{"type":"Point","coordinates":[-0.2295252,51.5073501]},"properties":{"@type":"node","@id":8639294594,"@timestamp":1618722241},"coords":"51.5073501,-0.2295252","bedrooms":"0","price":"191000","area":"371"} , +{"type":"Feature","id":"n8639294606","geometry":{"type":"Point","coordinates":[-0.2296672,51.5076482]},"properties":{"@type":"node","@id":8639294606,"@timestamp":1618722241},"coords":"51.5076482,-0.2296672","bedrooms":"3","price":"241000","area":"407"} , +{"type":"Feature","id":"n8639294672","geometry":{"type":"Point","coordinates":[-0.2294992,51.5084544]},"properties":{"@type":"node","@id":8639294672,"@timestamp":1618722241},"coords":"51.5084544,-0.2294992","bedrooms":"4","price":"276000","area":"570"} , +{"type":"Feature","id":"n8639294698","geometry":{"type":"Point","coordinates":[-0.2291633,51.5090431]},"properties":{"@type":"node","@id":8639294698,"@timestamp":1618722241},"coords":"51.5090431,-0.2291633","bedrooms":"0","price":"156000","area":"413"} , +{"type":"Feature","id":"n8639294710","geometry":{"type":"Point","coordinates":[-0.229202,51.5087366]},"properties":{"@type":"node","@id":8639294710,"@timestamp":1618722241},"coords":"51.5087366,-0.229202","bedrooms":"2","price":"195000","area":"484"} , +{"type":"Feature","id":"n8639294720","geometry":{"type":"Point","coordinates":[-0.22921,51.5082482]},"properties":{"@type":"node","@id":8639294720,"@timestamp":1618722241},"coords":"51.5082482,-0.22921","bedrooms":"0","price":"257000","area":"632"} , +{"type":"Feature","id":"n8639294806","geometry":{"type":"Point","coordinates":[-0.2289045,51.508183]},"properties":{"@type":"node","@id":8639294806,"@timestamp":1618722241},"coords":"51.508183,-0.2289045","bedrooms":"1","price":"253000","area":"491"} , +{"type":"Feature","id":"n8639294816","geometry":{"type":"Point","coordinates":[-0.2288983,51.5086784]},"properties":{"@type":"node","@id":8639294816,"@timestamp":1618722241},"coords":"51.5086784,-0.2288983","bedrooms":"4","price":"270000","area":"659"} , +{"type":"Feature","id":"n8639339478","geometry":{"type":"Point","coordinates":[-0.2292549,51.5069104]},"properties":{"@type":"node","@id":8639339478,"@timestamp":1618725089},"coords":"51.5069104,-0.2292549","bedrooms":"2","price":"218000","area":"395"} , +{"type":"Feature","id":"n8639385968","geometry":{"type":"Point","coordinates":[-0.228956,51.5069809]},"properties":{"@type":"node","@id":8639385968,"@timestamp":1618730826},"coords":"51.5069809,-0.228956","bedrooms":"1","price":"283000","area":"502"} , +{"type":"Feature","id":"n8639386007","geometry":{"type":"Point","coordinates":[-0.2289412,51.5074482]},"properties":{"@type":"node","@id":8639386007,"@timestamp":1618730826},"coords":"51.5074482,-0.2289412","bedrooms":"4","price":"263000","area":"421"} , +{"type":"Feature","id":"n8639430084","geometry":{"type":"Point","coordinates":[-0.2287646,51.5066909]},"properties":{"@type":"node","@id":8639430084,"@timestamp":1618730826},"coords":"51.5066909,-0.2287646","bedrooms":"4","price":"152000","area":"604"} , +{"type":"Feature","id":"n8639430156","geometry":{"type":"Point","coordinates":[-0.22848,51.5073234]},"properties":{"@type":"node","@id":8639430156,"@timestamp":1618730826},"coords":"51.5073234,-0.22848","bedrooms":"2","price":"187000","area":"437"} , +{"type":"Feature","id":"n8639477157","geometry":{"type":"Point","coordinates":[-0.1662972,51.4289667]},"properties":{"@type":"node","@id":8639477157,"@timestamp":1621467078},"coords":"51.4289667,-0.1662972","bedrooms":"4","price":"155000","area":"433"} , +{"type":"Feature","id":"n8639537340","geometry":{"type":"Point","coordinates":[-0.2284371,51.5083878]},"properties":{"@type":"node","@id":8639537340,"@timestamp":1618737130},"coords":"51.5083878,-0.2284371","bedrooms":"2","price":"255000","area":"640"} , +{"type":"Feature","id":"n8639537405","geometry":{"type":"Point","coordinates":[-0.228243,51.5081733]},"properties":{"@type":"node","@id":8639537405,"@timestamp":1618737130},"coords":"51.5081733,-0.228243","bedrooms":"3","price":"256000","area":"509"} , +{"type":"Feature","id":"n8639557389","geometry":{"type":"Point","coordinates":[-0.2293972,51.5092591]},"properties":{"@type":"node","@id":8639557389,"@timestamp":1618737130},"coords":"51.5092591,-0.2293972","bedrooms":"4","price":"297000","area":"437"} , +{"type":"Feature","id":"n8639557399","geometry":{"type":"Point","coordinates":[-0.2285295,51.5091733]},"properties":{"@type":"node","@id":8639557399,"@timestamp":1618737130},"coords":"51.5091733,-0.2285295","bedrooms":"4","price":"265000","area":"693"} , +{"type":"Feature","id":"n8639557479","geometry":{"type":"Point","coordinates":[-0.2280271,51.5085152]},"properties":{"@type":"node","@id":8639557479,"@timestamp":1618737130},"coords":"51.5085152,-0.2280271","bedrooms":"1","price":"202000","area":"380"} , +{"type":"Feature","id":"n8639557489","geometry":{"type":"Point","coordinates":[-0.2280356,51.5080459]},"properties":{"@type":"node","@id":8639557489,"@timestamp":1618737130},"coords":"51.5080459,-0.2280356","bedrooms":"4","price":"202000","area":"421"} , +{"type":"Feature","id":"n8639585212","geometry":{"type":"Point","coordinates":[0.4886,51.7562328]},"properties":{"@type":"node","@id":8639585212,"@timestamp":1631373844},"coords":"51.7562328,0.4886","bedrooms":"1","price":"204000","area":"374"} , +{"type":"Feature","id":"n8639698396","geometry":{"type":"Point","coordinates":[-0.3327897,51.2946735]},"properties":{"@type":"node","@id":8639698396,"@timestamp":1618743911},"coords":"51.2946735,-0.3327897","bedrooms":"4","price":"272000","area":"688"} , +{"type":"Feature","id":"n8639708098","geometry":{"type":"Point","coordinates":[-0.2280663,51.5073794]},"properties":{"@type":"node","@id":8639708098,"@timestamp":1618743035},"coords":"51.5073794,-0.2280663","bedrooms":"3","price":"245000","area":"451"} , +{"type":"Feature","id":"n8639708108","geometry":{"type":"Point","coordinates":[-0.2280814,51.5068841]},"properties":{"@type":"node","@id":8639708108,"@timestamp":1618743035},"coords":"51.5068841,-0.2280814","bedrooms":"3","price":"172000","area":"475"} , +{"type":"Feature","id":"n8639729257","geometry":{"type":"Point","coordinates":[-0.3300264,51.2957396]},"properties":{"@type":"node","@id":8639729257,"@timestamp":1618743911},"coords":"51.2957396,-0.3300264","bedrooms":"3","price":"265000","area":"450"} , +{"type":"Feature","id":"n8639729505","geometry":{"type":"Point","coordinates":[-0.3312568,51.2953008]},"properties":{"@type":"node","@id":8639729505,"@timestamp":1618743911},"coords":"51.2953008,-0.3312568","bedrooms":"3","price":"286000","area":"498"} , +{"type":"Feature","id":"n8639808319","geometry":{"type":"Point","coordinates":[0.149522,51.6890523]},"properties":{"@type":"node","@id":8639808319,"@timestamp":1618746806},"coords":"51.6890523,0.149522","bedrooms":"1","price":"197000","area":"490"} , +{"type":"Feature","id":"n8639808329","geometry":{"type":"Point","coordinates":[0.1352144,51.6912848]},"properties":{"@type":"node","@id":8639808329,"@timestamp":1618746806},"coords":"51.6912848,0.1352144","bedrooms":"2","price":"166000","area":"612"} , +{"type":"Feature","id":"n8639864267","geometry":{"type":"Point","coordinates":[-0.7423274,51.4085436]},"properties":{"@type":"node","@id":8639864267,"@timestamp":1618748889},"coords":"51.4085436,-0.7423274","bedrooms":"1","price":"289000","area":"565"} , +{"type":"Feature","id":"n8639864287","geometry":{"type":"Point","coordinates":[-0.7431309,51.409806]},"properties":{"@type":"node","@id":8639864287,"@timestamp":1618748889},"coords":"51.409806,-0.7431309","bedrooms":"4","price":"155000","area":"457"} , +{"type":"Feature","id":"n8639871128","geometry":{"type":"Point","coordinates":[-0.7376408,51.4101255]},"properties":{"@type":"node","@id":8639871128,"@timestamp":1618748889},"coords":"51.4101255,-0.7376408","bedrooms":"3","price":"259000","area":"534"} , +{"type":"Feature","id":"n8640199597","geometry":{"type":"Point","coordinates":[-0.024227,51.5253607]},"properties":{"@type":"node","@id":8640199597,"@timestamp":1618762315},"coords":"51.5253607,-0.024227","bedrooms":"3","price":"209000","area":"403"} , +{"type":"Feature","id":"n8640324201","geometry":{"type":"Point","coordinates":[0.1366261,51.7719643]},"properties":{"@type":"node","@id":8640324201,"@timestamp":1618763158},"coords":"51.7719643,0.1366261","bedrooms":"1","price":"294000","area":"430"} , +{"type":"Feature","id":"n8640360525","geometry":{"type":"Point","coordinates":[0.1353438,51.7715477]},"properties":{"@type":"node","@id":8640360525,"@timestamp":1618763158},"coords":"51.7715477,0.1353438","bedrooms":"1","price":"252000","area":"649"} , +{"type":"Feature","id":"n8640412193","geometry":{"type":"Point","coordinates":[0.5053319,51.7472468]},"properties":{"@type":"node","@id":8640412193,"@timestamp":1618764463},"coords":"51.7472468,0.5053319","bedrooms":"0","price":"279000","area":"552"} , +{"type":"Feature","id":"n8640412203","geometry":{"type":"Point","coordinates":[0.5007482,51.7453804]},"properties":{"@type":"node","@id":8640412203,"@timestamp":1618764463},"coords":"51.7453804,0.5007482","bedrooms":"2","price":"270000","area":"672"} , +{"type":"Feature","id":"n8640503395","geometry":{"type":"Point","coordinates":[-0.1282052,51.4474041]},"properties":{"@type":"node","@id":8640503395,"@timestamp":1618767004},"coords":"51.4474041,-0.1282052","bedrooms":"3","price":"162000","area":"387"} , +{"type":"Feature","id":"n8640523428","geometry":{"type":"Point","coordinates":[-0.1279857,51.4475224]},"properties":{"@type":"node","@id":8640523428,"@timestamp":1618767004},"coords":"51.4475224,-0.1279857","bedrooms":"4","price":"247000","area":"398"} , +{"type":"Feature","id":"n8640523463","geometry":{"type":"Point","coordinates":[-0.1283738,51.4471266]},"properties":{"@type":"node","@id":8640523463,"@timestamp":1618767004},"coords":"51.4471266,-0.1283738","bedrooms":"3","price":"231000","area":"405"} , +{"type":"Feature","id":"n8640784991","geometry":{"type":"Point","coordinates":[0.168104,51.6437322]},"properties":{"@type":"node","@id":8640784991,"@timestamp":1618769089},"coords":"51.6437322,0.168104","bedrooms":"4","price":"183000","area":"618"} , +{"type":"Feature","id":"n8641058870","geometry":{"type":"Point","coordinates":[-0.2191818,51.5802097]},"properties":{"@type":"node","@id":8641058870,"@timestamp":1618773864},"coords":"51.5802097,-0.2191818","bedrooms":"0","price":"223000","area":"566"} , +{"type":"Feature","id":"n8641058904","geometry":{"type":"Point","coordinates":[-0.2154386,51.5829828]},"properties":{"@type":"node","@id":8641058904,"@timestamp":1618773864},"coords":"51.5829828,-0.2154386","bedrooms":"0","price":"261000","area":"496"} , +{"type":"Feature","id":"n8641059519","geometry":{"type":"Point","coordinates":[-0.2170638,51.5812092]},"properties":{"@type":"node","@id":8641059519,"@timestamp":1618773864},"coords":"51.5812092,-0.2170638","bedrooms":"0","price":"170000","area":"540"} , +{"type":"Feature","id":"n8641059545","geometry":{"type":"Point","coordinates":[-0.2134889,51.5818701]},"properties":{"@type":"node","@id":8641059545,"@timestamp":1618773864},"coords":"51.5818701,-0.2134889","bedrooms":"1","price":"214000","area":"515"} , +{"type":"Feature","id":"n8641059556","geometry":{"type":"Point","coordinates":[-0.2138136,51.5809356]},"properties":{"@type":"node","@id":8641059556,"@timestamp":1618773864},"coords":"51.5809356,-0.2138136","bedrooms":"4","price":"172000","area":"673"} , +{"type":"Feature","id":"n8641196345","geometry":{"type":"Point","coordinates":[0.4878121,51.7556502]},"properties":{"@type":"node","@id":8641196345,"@timestamp":1618774682},"coords":"51.7556502,0.4878121","bedrooms":"1","price":"273000","area":"551"} , +{"type":"Feature","id":"n8641453428","geometry":{"type":"Point","coordinates":[-0.7264597,51.4008674]},"properties":{"@type":"node","@id":8641453428,"@timestamp":1618776629},"coords":"51.4008674,-0.7264597","bedrooms":"3","price":"229000","area":"609"} , +{"type":"Feature","id":"n8641613897","geometry":{"type":"Point","coordinates":[-0.9771876,51.2804163]},"properties":{"@type":"node","@id":8641613897,"@timestamp":1618778421},"coords":"51.2804163,-0.9771876","bedrooms":"3","price":"240000","area":"421"} , +{"type":"Feature","id":"n8641796741","geometry":{"type":"Point","coordinates":[-0.3462839,51.2881814]},"properties":{"@type":"node","@id":8641796741,"@timestamp":1618785105},"coords":"51.2881814,-0.3462839","bedrooms":"3","price":"176000","area":"504"} , +{"type":"Feature","id":"n8641915937","geometry":{"type":"Point","coordinates":[0.1352611,51.8560647]},"properties":{"@type":"node","@id":8641915937,"@timestamp":1618790658},"coords":"51.8560647,0.1352611","bedrooms":"1","price":"299000","area":"454"} , +{"type":"Feature","id":"n8642376154","geometry":{"type":"Point","coordinates":[-0.2290493,51.5063922]},"properties":{"@type":"node","@id":8642376154,"@timestamp":1618810896},"coords":"51.5063922,-0.2290493","bedrooms":"4","price":"206000","area":"530"} , +{"type":"Feature","id":"n8642381737","geometry":{"type":"Point","coordinates":[-0.2286333,51.5060328]},"properties":{"@type":"node","@id":8642381737,"@timestamp":1618810896},"coords":"51.5060328,-0.2286333","bedrooms":"0","price":"166000","area":"682"} , +{"type":"Feature","id":"n8642570060","geometry":{"type":"Point","coordinates":[0.1368689,51.5185385]},"properties":{"@type":"node","@id":8642570060,"@timestamp":1618815822},"coords":"51.5185385,0.1368689","bedrooms":"0","price":"260000","area":"655"} , +{"type":"Feature","id":"n8642718855","geometry":{"type":"Point","coordinates":[-0.172225,51.4236798]},"properties":{"@type":"node","@id":8642718855,"@timestamp":1618818580},"coords":"51.4236798,-0.172225","bedrooms":"1","price":"212000","area":"463"} , +{"type":"Feature","id":"n8642855365","geometry":{"type":"Point","coordinates":[0.1446109,51.5169836]},"properties":{"@type":"node","@id":8642855365,"@timestamp":1619096184},"coords":"51.5169836,0.1446109","bedrooms":"4","price":"182000","area":"620"} , +{"type":"Feature","id":"n8642945191","geometry":{"type":"Point","coordinates":[0.5769271,51.700503]},"properties":{"@type":"node","@id":8642945191,"@timestamp":1618823294},"coords":"51.700503,0.5769271","bedrooms":"0","price":"275000","area":"604"} , +{"type":"Feature","id":"n8642945201","geometry":{"type":"Point","coordinates":[0.583654,51.6908088]},"properties":{"@type":"node","@id":8642945201,"@timestamp":1618823294},"coords":"51.6908088,0.583654","bedrooms":"3","price":"208000","area":"383"} , +{"type":"Feature","id":"n8642956318","geometry":{"type":"Point","coordinates":[0.5895361,51.6970036]},"properties":{"@type":"node","@id":8642956318,"@timestamp":1618823294},"coords":"51.6970036,0.5895361","bedrooms":"3","price":"226000","area":"593"} , +{"type":"Feature","id":"n8643088004","geometry":{"type":"Point","coordinates":[-0.1277829,51.4471451]},"properties":{"@type":"node","@id":8643088004,"@timestamp":1618825711},"coords":"51.4471451,-0.1277829","bedrooms":"0","price":"241000","area":"470"} , +{"type":"Feature","id":"n8643148288","geometry":{"type":"Point","coordinates":[0.2094617,51.6098321]},"properties":{"@type":"node","@id":8643148288,"@timestamp":1618827122},"coords":"51.6098321,0.2094617","bedrooms":"3","price":"283000","area":"573"} , +{"type":"Feature","id":"n8643148298","geometry":{"type":"Point","coordinates":[0.2098185,51.6101419]},"properties":{"@type":"node","@id":8643148298,"@timestamp":1618827122},"coords":"51.6101419,0.2098185","bedrooms":"1","price":"200000","area":"355"} , +{"type":"Feature","id":"n8643148308","geometry":{"type":"Point","coordinates":[0.2097273,51.6106366]},"properties":{"@type":"node","@id":8643148308,"@timestamp":1618827122},"coords":"51.6106366,0.2097273","bedrooms":"4","price":"287000","area":"370"} , +{"type":"Feature","id":"n8643148541","geometry":{"type":"Point","coordinates":[-0.1264877,51.4474048]},"properties":{"@type":"node","@id":8643148541,"@timestamp":1618826768},"coords":"51.4474048,-0.1264877","bedrooms":"3","price":"197000","area":"419"} , +{"type":"Feature","id":"n8643150863","geometry":{"type":"Point","coordinates":[-0.2287241,51.5059352]},"properties":{"@type":"node","@id":8643150863,"@timestamp":1618826995},"coords":"51.5059352,-0.2287241","bedrooms":"4","price":"230000","area":"428"} , +{"type":"Feature","id":"n8643150914","geometry":{"type":"Point","coordinates":[-0.2282335,51.5060928]},"properties":{"@type":"node","@id":8643150914,"@timestamp":1618826995},"coords":"51.5060928,-0.2282335","bedrooms":"4","price":"183000","area":"687"} , +{"type":"Feature","id":"n8643160506","geometry":{"type":"Point","coordinates":[-0.2271688,51.5062941]},"properties":{"@type":"node","@id":8643160506,"@timestamp":1618826995},"coords":"51.5062941,-0.2271688","bedrooms":"2","price":"241000","area":"447"} , +{"type":"Feature","id":"n8643160552","geometry":{"type":"Point","coordinates":[0.211122,51.6110863]},"properties":{"@type":"node","@id":8643160552,"@timestamp":1618827122},"coords":"51.6110863,0.211122","bedrooms":"0","price":"283000","area":"674"} , +{"type":"Feature","id":"n8643160562","geometry":{"type":"Point","coordinates":[0.2116638,51.6110997]},"properties":{"@type":"node","@id":8643160562,"@timestamp":1618827122},"coords":"51.6110997,0.2116638","bedrooms":"0","price":"265000","area":"372"} , +{"type":"Feature","id":"n8643160572","geometry":{"type":"Point","coordinates":[0.2111167,51.6115111]},"properties":{"@type":"node","@id":8643160572,"@timestamp":1618827122},"coords":"51.6115111,0.2111167","bedrooms":"4","price":"256000","area":"354"} , +{"type":"Feature","id":"n8643160582","geometry":{"type":"Point","coordinates":[0.2107331,51.6111713]},"properties":{"@type":"node","@id":8643160582,"@timestamp":1618827122},"coords":"51.6111713,0.2107331","bedrooms":"0","price":"276000","area":"476"} , +{"type":"Feature","id":"n8643160592","geometry":{"type":"Point","coordinates":[0.210076,51.6107532]},"properties":{"@type":"node","@id":8643160592,"@timestamp":1618827122},"coords":"51.6107532,0.210076","bedrooms":"2","price":"184000","area":"354"} , +{"type":"Feature","id":"n8643160602","geometry":{"type":"Point","coordinates":[0.2108565,51.6101936]},"properties":{"@type":"node","@id":8643160602,"@timestamp":1618827122},"coords":"51.6101936,0.2108565","bedrooms":"0","price":"173000","area":"695"} , +{"type":"Feature","id":"n8643160612","geometry":{"type":"Point","coordinates":[0.211181,51.6102968]},"properties":{"@type":"node","@id":8643160612,"@timestamp":1618827122},"coords":"51.6102968,0.211181","bedrooms":"1","price":"152000","area":"489"} , +{"type":"Feature","id":"n8643168726","geometry":{"type":"Point","coordinates":[0.2095181,51.6053812]},"properties":{"@type":"node","@id":8643168726,"@timestamp":1618827121},"coords":"51.6053812,0.2095181","bedrooms":"0","price":"225000","area":"518"} , +{"type":"Feature","id":"n8643168739","geometry":{"type":"Point","coordinates":[0.2089494,51.608253]},"properties":{"@type":"node","@id":8643168739,"@timestamp":1618827121},"coords":"51.608253,0.2089494","bedrooms":"3","price":"257000","area":"392"} , +{"type":"Feature","id":"n8643168749","geometry":{"type":"Point","coordinates":[0.2124605,51.6102169]},"properties":{"@type":"node","@id":8643168749,"@timestamp":1618827121},"coords":"51.6102169,0.2124605","bedrooms":"3","price":"262000","area":"442"} , +{"type":"Feature","id":"n8643168759","geometry":{"type":"Point","coordinates":[0.2117926,51.6102768]},"properties":{"@type":"node","@id":8643168759,"@timestamp":1618827121},"coords":"51.6102768,0.2117926","bedrooms":"1","price":"182000","area":"396"} , +{"type":"Feature","id":"n8643168769","geometry":{"type":"Point","coordinates":[0.2110228,51.6104217]},"properties":{"@type":"node","@id":8643168769,"@timestamp":1618827121},"coords":"51.6104217,0.2110228","bedrooms":"2","price":"188000","area":"401"} , +{"type":"Feature","id":"n8643168779","geometry":{"type":"Point","coordinates":[0.210835,51.610585]},"properties":{"@type":"node","@id":8643168779,"@timestamp":1618827121},"coords":"51.610585,0.210835","bedrooms":"4","price":"282000","area":"603"} , +{"type":"Feature","id":"n8643168819","geometry":{"type":"Point","coordinates":[0.2103978,51.6097655]},"properties":{"@type":"node","@id":8643168819,"@timestamp":1618827122},"coords":"51.6097655,0.2103978","bedrooms":"1","price":"158000","area":"594"} , +{"type":"Feature","id":"n8643168829","geometry":{"type":"Point","coordinates":[0.2078792,51.6096355]},"properties":{"@type":"node","@id":8643168829,"@timestamp":1618827122},"coords":"51.6096355,0.2078792","bedrooms":"0","price":"287000","area":"402"} , +{"type":"Feature","id":"n8643168839","geometry":{"type":"Point","coordinates":[0.2094832,51.6095723]},"properties":{"@type":"node","@id":8643168839,"@timestamp":1618827122},"coords":"51.6095723,0.2094832","bedrooms":"3","price":"227000","area":"399"} , +{"type":"Feature","id":"n8643168849","geometry":{"type":"Point","coordinates":[0.2090862,51.6096739]},"properties":{"@type":"node","@id":8643168849,"@timestamp":1618827122},"coords":"51.6096739,0.2090862","bedrooms":"4","price":"167000","area":"567"} , +{"type":"Feature","id":"n8643168924","geometry":{"type":"Point","coordinates":[0.2081662,51.6099837]},"properties":{"@type":"node","@id":8643168924,"@timestamp":1618827122},"coords":"51.6099837,0.2081662","bedrooms":"4","price":"250000","area":"432"} , +{"type":"Feature","id":"n8643168934","geometry":{"type":"Point","coordinates":[0.2090272,51.6101802]},"properties":{"@type":"node","@id":8643168934,"@timestamp":1618827122},"coords":"51.6101802,0.2090272","bedrooms":"4","price":"185000","area":"649"} , +{"type":"Feature","id":"n8643361669","geometry":{"type":"Point","coordinates":[0.5326246,51.8835928]},"properties":{"@type":"node","@id":8643361669,"@timestamp":1618831223},"coords":"51.8835928,0.5326246","bedrooms":"3","price":"262000","area":"487"} , +{"type":"Feature","id":"n8643405816","geometry":{"type":"Point","coordinates":[-0.7307305,51.3949276]},"properties":{"@type":"node","@id":8643405816,"@timestamp":1618831831},"coords":"51.3949276,-0.7307305","bedrooms":"4","price":"172000","area":"582"} , +{"type":"Feature","id":"n8643514081","geometry":{"type":"Point","coordinates":[-0.0482393,51.7447105]},"properties":{"@type":"node","@id":8643514081,"@timestamp":1618833919},"coords":"51.7447105,-0.0482393","bedrooms":"1","price":"237000","area":"635"} , +{"type":"Feature","id":"n8643635890","geometry":{"type":"Point","coordinates":[-0.6493732,51.5633235]},"properties":{"@type":"node","@id":8643635890,"@timestamp":1618836930},"coords":"51.5633235,-0.6493732","bedrooms":"2","price":"222000","area":"569"} , +{"type":"Feature","id":"n8643747234","geometry":{"type":"Point","coordinates":[0.1604092,51.5692233]},"properties":{"@type":"node","@id":8643747234,"@timestamp":1618838802},"coords":"51.5692233,0.1604092","bedrooms":"1","price":"271000","area":"672"} , +{"type":"Feature","id":"n8643821275","geometry":{"type":"Point","coordinates":[-0.1510899,50.9645944]},"properties":{"@type":"node","@id":8643821275,"@timestamp":1618840460},"coords":"50.9645944,-0.1510899","bedrooms":"2","price":"174000","area":"641"} , +{"type":"Feature","id":"n8643821458","geometry":{"type":"Point","coordinates":[-0.1507739,50.9645526]},"properties":{"@type":"node","@id":8643821458,"@timestamp":1618840460},"coords":"50.9645526,-0.1507739","bedrooms":"4","price":"200000","area":"569"} , +{"type":"Feature","id":"n8643866088","geometry":{"type":"Point","coordinates":[-0.6726928,51.9135554]},"properties":{"@type":"node","@id":8643866088,"@timestamp":1618841658},"coords":"51.9135554,-0.6726928","bedrooms":"3","price":"199000","area":"470"} , +{"type":"Feature","id":"n8644129021","geometry":{"type":"Point","coordinates":[-0.1921204,51.5870094]},"properties":{"@type":"node","@id":8644129021,"@timestamp":1618844415},"coords":"51.5870094,-0.1921204","bedrooms":"0","price":"282000","area":"474"} , +{"type":"Feature","id":"n8644129048","geometry":{"type":"Point","coordinates":[-0.1919042,51.5869972]},"properties":{"@type":"node","@id":8644129048,"@timestamp":1618844415},"coords":"51.5869972,-0.1919042","bedrooms":"3","price":"230000","area":"449"} , +{"type":"Feature","id":"n8644132376","geometry":{"type":"Point","coordinates":[-0.0484399,51.6464937]},"properties":{"@type":"node","@id":8644132376,"@timestamp":1618844653},"coords":"51.6464937,-0.0484399","bedrooms":"1","price":"150000","area":"506"} , +{"type":"Feature","id":"n8644161574","geometry":{"type":"Point","coordinates":[-0.1727863,51.5848397]},"properties":{"@type":"node","@id":8644161574,"@timestamp":1618845357},"coords":"51.5848397,-0.1727863","bedrooms":"3","price":"253000","area":"491"} , +{"type":"Feature","id":"n8644183460","geometry":{"type":"Point","coordinates":[-0.1695934,51.5854867]},"properties":{"@type":"node","@id":8644183460,"@timestamp":1618845990},"coords":"51.5854867,-0.1695934","bedrooms":"1","price":"273000","area":"457"} , +{"type":"Feature","id":"n8644183473","geometry":{"type":"Point","coordinates":[-0.1722486,51.5852295]},"properties":{"@type":"node","@id":8644183473,"@timestamp":1618845990},"coords":"51.5852295,-0.1722486","bedrooms":"4","price":"191000","area":"575"} , +{"type":"Feature","id":"n8644226716","geometry":{"type":"Point","coordinates":[-0.2273461,51.5082139]},"properties":{"@type":"node","@id":8644226716,"@timestamp":1618847624},"coords":"51.5082139,-0.2273461","bedrooms":"4","price":"243000","area":"515"} , +{"type":"Feature","id":"n8644233629","geometry":{"type":"Point","coordinates":[-0.2274578,51.508475]},"properties":{"@type":"node","@id":8644233629,"@timestamp":1618847624},"coords":"51.508475,-0.2274578","bedrooms":"3","price":"192000","area":"413"} , +{"type":"Feature","id":"n8644267698","geometry":{"type":"Point","coordinates":[-1.5e-05,51.7600399]},"properties":{"@type":"node","@id":8644267698,"@timestamp":1618848574},"coords":"51.7600399,-1.5e-05","bedrooms":"1","price":"197000","area":"453"} , +{"type":"Feature","id":"n8644481985","geometry":{"type":"Point","coordinates":[-0.5610859,51.3061586]},"properties":{"@type":"node","@id":8644481985,"@timestamp":1618852510},"coords":"51.3061586,-0.5610859","bedrooms":"0","price":"277000","area":"408"} , +{"type":"Feature","id":"n8644485388","geometry":{"type":"Point","coordinates":[-0.5659515,51.3015857]},"properties":{"@type":"node","@id":8644485388,"@timestamp":1618852509},"coords":"51.3015857,-0.5659515","bedrooms":"3","price":"207000","area":"372"} , +{"type":"Feature","id":"n8644485398","geometry":{"type":"Point","coordinates":[-0.5657503,51.303702]},"properties":{"@type":"node","@id":8644485398,"@timestamp":1618852509},"coords":"51.303702,-0.5657503","bedrooms":"4","price":"167000","area":"431"} , +{"type":"Feature","id":"n8644485408","geometry":{"type":"Point","coordinates":[-0.5617538,51.3058182]},"properties":{"@type":"node","@id":8644485408,"@timestamp":1618852509},"coords":"51.3058182,-0.5617538","bedrooms":"3","price":"247000","area":"385"} , +{"type":"Feature","id":"n8644489336","geometry":{"type":"Point","coordinates":[0.7718901,51.4372765]},"properties":{"@type":"node","@id":8644489336,"@timestamp":1618852392},"coords":"51.4372765,0.7718901","bedrooms":"2","price":"267000","area":"525"} , +{"type":"Feature","id":"n8644489346","geometry":{"type":"Point","coordinates":[0.7619338,51.4409263]},"properties":{"@type":"node","@id":8644489346,"@timestamp":1618852392},"coords":"51.4409263,0.7619338","bedrooms":"4","price":"263000","area":"444"} , +{"type":"Feature","id":"n8644489368","geometry":{"type":"Point","coordinates":[0.7687828,51.434546]},"properties":{"@type":"node","@id":8644489368,"@timestamp":1618852392},"coords":"51.434546,0.7687828","bedrooms":"0","price":"271000","area":"442"} , +{"type":"Feature","id":"n8644489378","geometry":{"type":"Point","coordinates":[0.7568711,51.4271605]},"properties":{"@type":"node","@id":8644489378,"@timestamp":1626294251},"coords":"51.4271605,0.7568711","bedrooms":"3","price":"258000","area":"677"} , +{"type":"Feature","id":"n8644499622","geometry":{"type":"Point","coordinates":[-0.5614883,51.3050871]},"properties":{"@type":"node","@id":8644499622,"@timestamp":1618852509},"coords":"51.3050871,-0.5614883","bedrooms":"0","price":"209000","area":"551"} , +{"type":"Feature","id":"n8644499632","geometry":{"type":"Point","coordinates":[-0.561161,51.3056103]},"properties":{"@type":"node","@id":8644499632,"@timestamp":1618852509},"coords":"51.3056103,-0.561161","bedrooms":"2","price":"150000","area":"526"} , +{"type":"Feature","id":"n8644499642","geometry":{"type":"Point","coordinates":[-0.5616492,51.3065795]},"properties":{"@type":"node","@id":8644499642,"@timestamp":1618852509},"coords":"51.3065795,-0.5616492","bedrooms":"4","price":"185000","area":"484"} , +{"type":"Feature","id":"n8644499652","geometry":{"type":"Point","coordinates":[-0.5614051,51.3068058]},"properties":{"@type":"node","@id":8644499652,"@timestamp":1618852509},"coords":"51.3068058,-0.5614051","bedrooms":"3","price":"207000","area":"446"} , +{"type":"Feature","id":"n8644499662","geometry":{"type":"Point","coordinates":[-0.5603617,51.306831]},"properties":{"@type":"node","@id":8644499662,"@timestamp":1618852509},"coords":"51.306831,-0.5603617","bedrooms":"2","price":"263000","area":"502"} , +{"type":"Feature","id":"n8644499672","geometry":{"type":"Point","coordinates":[-0.5610833,51.3064889]},"properties":{"@type":"node","@id":8644499672,"@timestamp":1618852509},"coords":"51.3064889,-0.5610833","bedrooms":"4","price":"210000","area":"554"} , +{"type":"Feature","id":"n8644646655","geometry":{"type":"Point","coordinates":[-0.2269514,51.5082225]},"properties":{"@type":"node","@id":8644646655,"@timestamp":1618855103},"coords":"51.5082225,-0.2269514","bedrooms":"4","price":"264000","area":"408"} , +{"type":"Feature","id":"n8644650427","geometry":{"type":"Point","coordinates":[-0.2267185,51.5073479]},"properties":{"@type":"node","@id":8644650427,"@timestamp":1618855103},"coords":"51.5073479,-0.2267185","bedrooms":"4","price":"272000","area":"555"} , +{"type":"Feature","id":"n8644650477","geometry":{"type":"Point","coordinates":[-0.2267321,51.5068006]},"properties":{"@type":"node","@id":8644650477,"@timestamp":1618855103},"coords":"51.5068006,-0.2267321","bedrooms":"0","price":"160000","area":"527"} , +{"type":"Feature","id":"n8644650495","geometry":{"type":"Point","coordinates":[-0.2267782,51.5062543]},"properties":{"@type":"node","@id":8644650495,"@timestamp":1618855103},"coords":"51.5062543,-0.2267782","bedrooms":"2","price":"198000","area":"483"} , +{"type":"Feature","id":"n8644650554","geometry":{"type":"Point","coordinates":[-0.2267221,51.5056734]},"properties":{"@type":"node","@id":8644650554,"@timestamp":1618855103},"coords":"51.5056734,-0.2267221","bedrooms":"0","price":"211000","area":"483"} , +{"type":"Feature","id":"n8644980866","geometry":{"type":"Point","coordinates":[-0.4854037,51.5285123]},"properties":{"@type":"node","@id":8644980866,"@timestamp":1618860367},"coords":"51.5285123,-0.4854037","bedrooms":"4","price":"248000","area":"468"} , +{"type":"Feature","id":"n8645025403","geometry":{"type":"Point","coordinates":[-0.7373505,51.399755]},"properties":{"@type":"node","@id":8645025403,"@timestamp":1618859909},"coords":"51.399755,-0.7373505","bedrooms":"3","price":"234000","area":"593"} , +{"type":"Feature","id":"n8645196793","geometry":{"type":"Point","coordinates":[-0.1638856,51.5872692]},"properties":{"@type":"node","@id":8645196793,"@timestamp":1618870194},"coords":"51.5872692,-0.1638856","bedrooms":"4","price":"217000","area":"487"} , +{"type":"Feature","id":"n8645280293","geometry":{"type":"Point","coordinates":[0.4698375,51.7300145]},"properties":{"@type":"node","@id":8645280293,"@timestamp":1618867752},"coords":"51.7300145,0.4698375","bedrooms":"1","price":"256000","area":"528"} , +{"type":"Feature","id":"n8645292064","geometry":{"type":"Point","coordinates":[-0.3216014,51.2972838]},"properties":{"@type":"node","@id":8645292064,"@timestamp":1618870365},"coords":"51.2972838,-0.3216014","bedrooms":"1","price":"208000","area":"586"} , +{"type":"Feature","id":"n8645294580","geometry":{"type":"Point","coordinates":[-0.8683147,51.511168]},"properties":{"@type":"node","@id":8645294580,"@timestamp":1618868569},"coords":"51.511168,-0.8683147","bedrooms":"4","price":"172000","area":"458"} , +{"type":"Feature","id":"n8645294605","geometry":{"type":"Point","coordinates":[-0.8810585,51.5101827]},"properties":{"@type":"node","@id":8645294605,"@timestamp":1618868569},"coords":"51.5101827,-0.8810585","bedrooms":"4","price":"286000","area":"548"} , +{"type":"Feature","id":"n8645334960","geometry":{"type":"Point","coordinates":[-0.1689366,51.5882833]},"properties":{"@type":"node","@id":8645334960,"@timestamp":1618869574},"coords":"51.5882833,-0.1689366","bedrooms":"1","price":"198000","area":"474"} , +{"type":"Feature","id":"n8645335013","geometry":{"type":"Point","coordinates":[-0.1674419,51.5867626]},"properties":{"@type":"node","@id":8645335013,"@timestamp":1618869574},"coords":"51.5867626,-0.1674419","bedrooms":"0","price":"238000","area":"687"} , +{"type":"Feature","id":"n8645452059","geometry":{"type":"Point","coordinates":[-0.3217779,51.294349]},"properties":{"@type":"node","@id":8645452059,"@timestamp":1618875293},"coords":"51.294349,-0.3217779","bedrooms":"0","price":"275000","area":"382"} , +{"type":"Feature","id":"n8645464763","geometry":{"type":"Point","coordinates":[-0.0151542,51.4731793]},"properties":{"@type":"node","@id":8645464763,"@timestamp":1627340729},"coords":"51.4731793,-0.0151542","bedrooms":"1","price":"215000","area":"400"} , +{"type":"Feature","id":"n8645481783","geometry":{"type":"Point","coordinates":[-0.608912,51.4802278]},"properties":{"@type":"node","@id":8645481783,"@timestamp":1618876609},"coords":"51.4802278,-0.608912","bedrooms":"1","price":"291000","area":"531"} , +{"type":"Feature","id":"n8645492234","geometry":{"type":"Point","coordinates":[0.1161836,51.785105]},"properties":{"@type":"node","@id":8645492234,"@timestamp":1634313413},"coords":"51.785105,0.1161836","bedrooms":"2","price":"160000","area":"426"} , +{"type":"Feature","id":"n8645667437","geometry":{"type":"Point","coordinates":[0.547055,51.6023405]},"properties":{"@type":"node","@id":8645667437,"@timestamp":1618886610},"coords":"51.6023405,0.547055","bedrooms":"4","price":"219000","area":"649"} , +{"type":"Feature","id":"n8646034267","geometry":{"type":"Point","coordinates":[0.5206737,51.5925369]},"properties":{"@type":"node","@id":8646034267,"@timestamp":1618896781},"coords":"51.5925369,0.5206737","bedrooms":"3","price":"252000","area":"380"} , +{"type":"Feature","id":"n8646123175","geometry":{"type":"Point","coordinates":[0.0239926,51.7930785]},"properties":{"@type":"node","@id":8646123175,"@timestamp":1618899126},"coords":"51.7930785,0.0239926","bedrooms":"1","price":"248000","area":"627"} , +{"type":"Feature","id":"n8646244929","geometry":{"type":"Point","coordinates":[-0.2257869,51.5071198]},"properties":{"@type":"node","@id":8646244929,"@timestamp":1618901084},"coords":"51.5071198,-0.2257869","bedrooms":"3","price":"217000","area":"524"} , +{"type":"Feature","id":"n8646245009","geometry":{"type":"Point","coordinates":[-0.2258106,51.5064841]},"properties":{"@type":"node","@id":8646245009,"@timestamp":1618901084},"coords":"51.5064841,-0.2258106","bedrooms":"1","price":"278000","area":"633"} , +{"type":"Feature","id":"n8646245019","geometry":{"type":"Point","coordinates":[-0.225794,51.5069619]},"properties":{"@type":"node","@id":8646245019,"@timestamp":1618901084},"coords":"51.5069619,-0.225794","bedrooms":"1","price":"198000","area":"438"} , +{"type":"Feature","id":"n8646245103","geometry":{"type":"Point","coordinates":[-0.2254961,51.5057202]},"properties":{"@type":"node","@id":8646245103,"@timestamp":1618901084},"coords":"51.5057202,-0.2254961","bedrooms":"1","price":"219000","area":"496"} , +{"type":"Feature","id":"n8646338741","geometry":{"type":"Point","coordinates":[0.6560655,51.8955206]},"properties":{"@type":"node","@id":8646338741,"@timestamp":1618902513},"coords":"51.8955206,0.6560655","bedrooms":"0","price":"216000","area":"489"} , +{"type":"Feature","id":"n8646555698","geometry":{"type":"Point","coordinates":[-0.1537612,51.5859541]},"properties":{"@type":"node","@id":8646555698,"@timestamp":1629085728},"coords":"51.5859541,-0.1537612","bedrooms":"0","price":"274000","area":"358"} , +{"type":"Feature","id":"n8646555711","geometry":{"type":"Point","coordinates":[-0.1564368,51.5861559]},"properties":{"@type":"node","@id":8646555711,"@timestamp":1618907123},"coords":"51.5861559,-0.1564368","bedrooms":"4","price":"286000","area":"503"} , +{"type":"Feature","id":"n8646837785","geometry":{"type":"Point","coordinates":[-0.336806,51.4238289]},"properties":{"@type":"node","@id":8646837785,"@timestamp":1618912784},"coords":"51.4238289,-0.336806","bedrooms":"4","price":"221000","area":"384"} , +{"type":"Feature","id":"n8647044930","geometry":{"type":"Point","coordinates":[-0.161757,51.2198924]},"properties":{"@type":"node","@id":8647044930,"@timestamp":1618915427},"coords":"51.2198924,-0.161757","bedrooms":"2","price":"257000","area":"639"} , +{"type":"Feature","id":"n8647155255","geometry":{"type":"Point","coordinates":[-0.1649387,51.4254919]},"properties":{"@type":"node","@id":8647155255,"@timestamp":1618916963},"coords":"51.4254919,-0.1649387","bedrooms":"0","price":"282000","area":"529"} , +{"type":"Feature","id":"n8647174797","geometry":{"type":"Point","coordinates":[-0.1632888,51.4240064]},"properties":{"@type":"node","@id":8647174797,"@timestamp":1618917310},"coords":"51.4240064,-0.1632888","bedrooms":"4","price":"292000","area":"388"} , +{"type":"Feature","id":"n8647277283","geometry":{"type":"Point","coordinates":[-0.1438346,51.5781833]},"properties":{"@type":"node","@id":8647277283,"@timestamp":1618918315},"coords":"51.5781833,-0.1438346","bedrooms":"2","price":"223000","area":"621"} , +{"type":"Feature","id":"n8647384921","geometry":{"type":"Point","coordinates":[0.006668,51.5021434]},"properties":{"@type":"node","@id":8647384921,"@timestamp":1618920105},"coords":"51.5021434,0.006668","bedrooms":"4","price":"167000","area":"682"} , +{"type":"Feature","id":"n8647384977","geometry":{"type":"Point","coordinates":[0.0062638,51.5014242]},"properties":{"@type":"node","@id":8647384977,"@timestamp":1618920105},"coords":"51.5014242,0.0062638","bedrooms":"1","price":"211000","area":"358"} , +{"type":"Feature","id":"n8647385004","geometry":{"type":"Point","coordinates":[0.0048962,51.5006521]},"properties":{"@type":"node","@id":8647385004,"@timestamp":1618920105},"coords":"51.5006521,0.0048962","bedrooms":"3","price":"285000","area":"569"} , +{"type":"Feature","id":"n8647426868","geometry":{"type":"Point","coordinates":[0.2126055,51.6135613]},"properties":{"@type":"node","@id":8647426868,"@timestamp":1618921942},"coords":"51.6135613,0.2126055","bedrooms":"3","price":"174000","area":"658"} , +{"type":"Feature","id":"n8647523863","geometry":{"type":"Point","coordinates":[-0.7358982,51.3942699]},"properties":{"@type":"node","@id":8647523863,"@timestamp":1618923281},"coords":"51.3942699,-0.7358982","bedrooms":"0","price":"216000","area":"697"} , +{"type":"Feature","id":"n8647539810","geometry":{"type":"Point","coordinates":[0.0958076,51.7854866]},"properties":{"@type":"node","@id":8647539810,"@timestamp":1631237365},"coords":"51.7854866,0.0958076","bedrooms":"0","price":"251000","area":"538"} , +{"type":"Feature","id":"n8647625264","geometry":{"type":"Point","coordinates":[-0.7419466,51.3972777]},"properties":{"@type":"node","@id":8647625264,"@timestamp":1618925425},"coords":"51.3972777,-0.7419466","bedrooms":"3","price":"269000","area":"536"} , +{"type":"Feature","id":"n8647721104","geometry":{"type":"Point","coordinates":[0.5020946,51.7916009]},"properties":{"@type":"node","@id":8647721104,"@timestamp":1618928263},"coords":"51.7916009,0.5020946","bedrooms":"0","price":"239000","area":"646"} , +{"type":"Feature","id":"n8647790988","geometry":{"type":"Point","coordinates":[-0.7662477,51.4029354]},"properties":{"@type":"node","@id":8647790988,"@timestamp":1618930563},"coords":"51.4029354,-0.7662477","bedrooms":"3","price":"256000","area":"658"} , +{"type":"Feature","id":"n8647832374","geometry":{"type":"Point","coordinates":[-0.7694448,51.4001991]},"properties":{"@type":"node","@id":8647832374,"@timestamp":1618930563},"coords":"51.4001991,-0.7694448","bedrooms":"3","price":"197000","area":"619"} , +{"type":"Feature","id":"n8647832420","geometry":{"type":"Point","coordinates":[-0.7644625,51.3982711]},"properties":{"@type":"node","@id":8647832420,"@timestamp":1618930563},"coords":"51.3982711,-0.7644625","bedrooms":"1","price":"281000","area":"527"} , +{"type":"Feature","id":"n8647910316","geometry":{"type":"Point","coordinates":[0.0161448,51.7384846]},"properties":{"@type":"node","@id":8647910316,"@timestamp":1618933384},"coords":"51.7384846,0.0161448","bedrooms":"1","price":"299000","area":"579"} , +{"type":"Feature","id":"n8647994007","geometry":{"type":"Point","coordinates":[0.1410808,51.8071726]},"properties":{"@type":"node","@id":8647994007,"@timestamp":1618935348},"coords":"51.8071726,0.1410808","bedrooms":"4","price":"184000","area":"405"} , +{"type":"Feature","id":"n8648026123","geometry":{"type":"Point","coordinates":[0.1411831,51.8167553]},"properties":{"@type":"node","@id":8648026123,"@timestamp":1618935348},"coords":"51.8167553,0.1411831","bedrooms":"4","price":"207000","area":"369"} , +{"type":"Feature","id":"n8648053864","geometry":{"type":"Point","coordinates":[-0.7618888,51.3979856]},"properties":{"@type":"node","@id":8648053864,"@timestamp":1618936539},"coords":"51.3979856,-0.7618888","bedrooms":"2","price":"202000","area":"484"} , +{"type":"Feature","id":"n8648101122","geometry":{"type":"Point","coordinates":[-0.7254021,51.2355255]},"properties":{"@type":"node","@id":8648101122,"@timestamp":1618936599},"coords":"51.2355255,-0.7254021","bedrooms":"3","price":"260000","area":"543"} , +{"type":"Feature","id":"n8648147251","geometry":{"type":"Point","coordinates":[-0.2255012,51.5059921]},"properties":{"@type":"node","@id":8648147251,"@timestamp":1618938524},"coords":"51.5059921,-0.2255012","bedrooms":"3","price":"192000","area":"457"} , +{"type":"Feature","id":"n8648162120","geometry":{"type":"Point","coordinates":[0.4622185,51.8926221]},"properties":{"@type":"node","@id":8648162120,"@timestamp":1618938357},"coords":"51.8926221,0.4622185","bedrooms":"1","price":"254000","area":"630"} , +{"type":"Feature","id":"n8648171077","geometry":{"type":"Point","coordinates":[-0.2254558,51.5072469]},"properties":{"@type":"node","@id":8648171077,"@timestamp":1618938524},"coords":"51.5072469,-0.2254558","bedrooms":"2","price":"266000","area":"550"} , +{"type":"Feature","id":"n8648171087","geometry":{"type":"Point","coordinates":[-0.2254387,51.5077179]},"properties":{"@type":"node","@id":8648171087,"@timestamp":1618938524},"coords":"51.5077179,-0.2254387","bedrooms":"2","price":"154000","area":"500"} , +{"type":"Feature","id":"n8648171131","geometry":{"type":"Point","coordinates":[-0.2248365,51.5074924]},"properties":{"@type":"node","@id":8648171131,"@timestamp":1618938524},"coords":"51.5074924,-0.2248365","bedrooms":"2","price":"263000","area":"474"} , +{"type":"Feature","id":"n8648171147","geometry":{"type":"Point","coordinates":[-0.2248463,51.5068437]},"properties":{"@type":"node","@id":8648171147,"@timestamp":1618938524},"coords":"51.5068437,-0.2248463","bedrooms":"1","price":"161000","area":"433"} , +{"type":"Feature","id":"n8648171172","geometry":{"type":"Point","coordinates":[-0.2248576,51.5060894]},"properties":{"@type":"node","@id":8648171172,"@timestamp":1618938524},"coords":"51.5060894,-0.2248576","bedrooms":"2","price":"244000","area":"508"} , +{"type":"Feature","id":"n8648255168","geometry":{"type":"Point","coordinates":[-0.1302207,51.4236437]},"properties":{"@type":"node","@id":8648255168,"@timestamp":1622302499},"coords":"51.4236437,-0.1302207","bedrooms":"0","price":"257000","area":"628"} , +{"type":"Feature","id":"n8648338953","geometry":{"type":"Point","coordinates":[-0.6733904,51.4396246]},"properties":{"@type":"node","@id":8648338953,"@timestamp":1618942682},"coords":"51.4396246,-0.6733904","bedrooms":"2","price":"217000","area":"379"} , +{"type":"Feature","id":"n8648338975","geometry":{"type":"Point","coordinates":[-0.6688011,51.4494019]},"properties":{"@type":"node","@id":8648338975,"@timestamp":1618942682},"coords":"51.4494019,-0.6688011","bedrooms":"0","price":"213000","area":"558"} , +{"type":"Feature","id":"n8648376025","geometry":{"type":"Point","coordinates":[0.0022554,51.552536]},"properties":{"@type":"node","@id":8648376025,"@timestamp":1618943870},"coords":"51.552536,0.0022554","bedrooms":"3","price":"282000","area":"383"} , +{"type":"Feature","id":"n8648598322","geometry":{"type":"Point","coordinates":[-0.2253123,51.5054204]},"properties":{"@type":"node","@id":8648598322,"@timestamp":1618946039},"coords":"51.5054204,-0.2253123","bedrooms":"0","price":"203000","area":"389"} , +{"type":"Feature","id":"n8648681173","geometry":{"type":"Point","coordinates":[-0.703739,51.4677349]},"properties":{"@type":"node","@id":8648681173,"@timestamp":1618948520},"coords":"51.4677349,-0.703739","bedrooms":"1","price":"219000","area":"581"} , +{"type":"Feature","id":"n8648681203","geometry":{"type":"Point","coordinates":[-0.6993471,51.4685126]},"properties":{"@type":"node","@id":8648681203,"@timestamp":1618948520},"coords":"51.4685126,-0.6993471","bedrooms":"0","price":"273000","area":"408"} , +{"type":"Feature","id":"n8648783626","geometry":{"type":"Point","coordinates":[-0.0171984,51.6083283]},"properties":{"@type":"node","@id":8648783626,"@timestamp":1618950287},"coords":"51.6083283,-0.0171984","bedrooms":"4","price":"294000","area":"380"} , +{"type":"Feature","id":"n8648847284","geometry":{"type":"Point","coordinates":[-0.6648073,51.65493]},"properties":{"@type":"node","@id":8648847284,"@timestamp":1618953753},"coords":"51.65493,-0.6648073","bedrooms":"0","price":"159000","area":"475"} , +{"type":"Feature","id":"n8648939997","geometry":{"type":"Point","coordinates":[-0.0209373,51.4461724]},"properties":{"@type":"node","@id":8648939997,"@timestamp":1618956040},"coords":"51.4461724,-0.0209373","bedrooms":"0","price":"286000","area":"528"} , +{"type":"Feature","id":"n8648940009","geometry":{"type":"Point","coordinates":[-0.0203519,51.4459078]},"properties":{"@type":"node","@id":8648940009,"@timestamp":1619403871},"coords":"51.4459078,-0.0203519","bedrooms":"1","price":"270000","area":"583"} , +{"type":"Feature","id":"n8648981721","geometry":{"type":"Point","coordinates":[-0.0195902,51.4460428]},"properties":{"@type":"node","@id":8648981721,"@timestamp":1618956040},"coords":"51.4460428,-0.0195902","bedrooms":"4","price":"209000","area":"651"} , +{"type":"Feature","id":"n8648981731","geometry":{"type":"Point","coordinates":[-0.0191993,51.4466756]},"properties":{"@type":"node","@id":8648981731,"@timestamp":1618956040},"coords":"51.4466756,-0.0191993","bedrooms":"1","price":"198000","area":"625"} , +{"type":"Feature","id":"n8648985258","geometry":{"type":"Point","coordinates":[-0.2174315,51.4198723]},"properties":{"@type":"node","@id":8648985258,"@timestamp":1618956205},"coords":"51.4198723,-0.2174315","bedrooms":"4","price":"255000","area":"601"} , +{"type":"Feature","id":"n8649108805","geometry":{"type":"Point","coordinates":[0.7161522,51.846873]},"properties":{"@type":"node","@id":8649108805,"@timestamp":1618960557},"coords":"51.846873,0.7161522","bedrooms":"1","price":"248000","area":"359"} , +{"type":"Feature","id":"n8649163843","geometry":{"type":"Point","coordinates":[-0.3174931,51.2910883]},"properties":{"@type":"node","@id":8649163843,"@timestamp":1619138777},"coords":"51.2910883,-0.3174931","bedrooms":"3","price":"277000","area":"351"} , +{"type":"Feature","id":"n8649455918","geometry":{"type":"Point","coordinates":[-0.0206169,51.5460173]},"properties":{"@type":"node","@id":8649455918,"@timestamp":1618974383},"coords":"51.5460173,-0.0206169","bedrooms":"1","price":"175000","area":"518"} , +{"type":"Feature","id":"n8649531414","geometry":{"type":"Point","coordinates":[0.7378665,51.8210379]},"properties":{"@type":"node","@id":8649531414,"@timestamp":1618977922},"coords":"51.8210379,0.7378665","bedrooms":"0","price":"154000","area":"515"} , +{"type":"Feature","id":"n8649731085","geometry":{"type":"Point","coordinates":[0.8445125,51.9082247]},"properties":{"@type":"node","@id":8649731085,"@timestamp":1618982866},"coords":"51.9082247,0.8445125","bedrooms":"4","price":"162000","area":"598"} , +{"type":"Feature","id":"n8649982842","geometry":{"type":"Point","coordinates":[0.763425,51.6717048]},"properties":{"@type":"node","@id":8649982842,"@timestamp":1618987352},"coords":"51.6717048,0.763425","bedrooms":"3","price":"283000","area":"650"} , +{"type":"Feature","id":"n8650373725","geometry":{"type":"Point","coordinates":[0.3415809,51.8112226]},"properties":{"@type":"node","@id":8650373725,"@timestamp":1618990842},"coords":"51.8112226,0.3415809","bedrooms":"4","price":"228000","area":"560"} , +{"type":"Feature","id":"n8650543280","geometry":{"type":"Point","coordinates":[-0.2406626,51.4159745]},"properties":{"@type":"node","@id":8650543280,"@timestamp":1618993928},"coords":"51.4159745,-0.2406626","bedrooms":"4","price":"256000","area":"469"} , +{"type":"Feature","id":"n8650758591","geometry":{"type":"Point","coordinates":[-0.2229991,51.5090447]},"properties":{"@type":"node","@id":8650758591,"@timestamp":1630438793},"coords":"51.5090447,-0.2229991","bedrooms":"3","price":"207000","area":"689"} , +{"type":"Feature","id":"n8650915290","geometry":{"type":"Point","coordinates":[-0.377222,51.4355165]},"properties":{"@type":"node","@id":8650915290,"@timestamp":1618999623},"coords":"51.4355165,-0.377222","bedrooms":"0","price":"199000","area":"353"} , +{"type":"Feature","id":"n8650915300","geometry":{"type":"Point","coordinates":[-0.3781413,51.4359589]},"properties":{"@type":"node","@id":8650915300,"@timestamp":1618999623},"coords":"51.4359589,-0.3781413","bedrooms":"2","price":"224000","area":"541"} , +{"type":"Feature","id":"n8650915310","geometry":{"type":"Point","coordinates":[-0.3795035,51.4353831]},"properties":{"@type":"node","@id":8650915310,"@timestamp":1618999623},"coords":"51.4353831,-0.3795035","bedrooms":"4","price":"268000","area":"648"} , +{"type":"Feature","id":"n8651338013","geometry":{"type":"Point","coordinates":[-0.0084564,51.5676311]},"properties":{"@type":"node","@id":8651338013,"@timestamp":1619008791},"coords":"51.5676311,-0.0084564","bedrooms":"4","price":"261000","area":"648"} , +{"type":"Feature","id":"n8651374371","geometry":{"type":"Point","coordinates":[-0.109525,51.4607353]},"properties":{"@type":"node","@id":8651374371,"@timestamp":1619010306},"coords":"51.4607353,-0.109525","bedrooms":"3","price":"260000","area":"575"} , +{"type":"Feature","id":"n8651392317","geometry":{"type":"Point","coordinates":[-0.7748352,51.3986411]},"properties":{"@type":"node","@id":8651392317,"@timestamp":1619009789},"coords":"51.3986411,-0.7748352","bedrooms":"3","price":"247000","area":"524"} , +{"type":"Feature","id":"n8651545478","geometry":{"type":"Point","coordinates":[-0.0792468,51.5134005]},"properties":{"@type":"node","@id":8651545478,"@timestamp":1619012473},"coords":"51.5134005,-0.0792468","bedrooms":"3","price":"275000","area":"487"} , +{"type":"Feature","id":"n8651581069","geometry":{"type":"Point","coordinates":[-0.0491281,51.4184885]},"properties":{"@type":"node","@id":8651581069,"@timestamp":1619016320},"coords":"51.4184885,-0.0491281","bedrooms":"1","price":"171000","area":"446"} , +{"type":"Feature","id":"n8651624557","geometry":{"type":"Point","coordinates":[0.0085433,51.4171644]},"properties":{"@type":"node","@id":8651624557,"@timestamp":1619014440},"coords":"51.4171644,0.0085433","bedrooms":"4","price":"191000","area":"468"} , +{"type":"Feature","id":"n8651624581","geometry":{"type":"Point","coordinates":[-0.0330564,51.4307916]},"properties":{"@type":"node","@id":8651624581,"@timestamp":1619014440},"coords":"51.4307916,-0.0330564","bedrooms":"3","price":"248000","area":"397"} , +{"type":"Feature","id":"n8651624595","geometry":{"type":"Point","coordinates":[-0.0457805,51.4355973]},"properties":{"@type":"node","@id":8651624595,"@timestamp":1619014440},"coords":"51.4355973,-0.0457805","bedrooms":"3","price":"261000","area":"477"} , +{"type":"Feature","id":"n8651624605","geometry":{"type":"Point","coordinates":[-0.0506843,51.4386179]},"properties":{"@type":"node","@id":8651624605,"@timestamp":1619014440},"coords":"51.4386179,-0.0506843","bedrooms":"0","price":"238000","area":"544"} , +{"type":"Feature","id":"n8651671078","geometry":{"type":"Point","coordinates":[-0.0569625,51.4170627]},"properties":{"@type":"node","@id":8651671078,"@timestamp":1619015819},"coords":"51.4170627,-0.0569625","bedrooms":"3","price":"275000","area":"360"} , +{"type":"Feature","id":"n8651671088","geometry":{"type":"Point","coordinates":[-0.0465862,51.4169366]},"properties":{"@type":"node","@id":8651671088,"@timestamp":1619015819},"coords":"51.4169366,-0.0465862","bedrooms":"1","price":"263000","area":"650"} , +{"type":"Feature","id":"n8651671098","geometry":{"type":"Point","coordinates":[-0.0150732,51.4123028]},"properties":{"@type":"node","@id":8651671098,"@timestamp":1619015819},"coords":"51.4123028,-0.0150732","bedrooms":"3","price":"277000","area":"588"} , +{"type":"Feature","id":"n8651692113","geometry":{"type":"Point","coordinates":[-0.7680749,51.3973747]},"properties":{"@type":"node","@id":8651692113,"@timestamp":1619016160},"coords":"51.3973747,-0.7680749","bedrooms":"1","price":"254000","area":"365"} , +{"type":"Feature","id":"n8651701443","geometry":{"type":"Point","coordinates":[-0.7735536,51.3954143]},"properties":{"@type":"node","@id":8651701443,"@timestamp":1619016160},"coords":"51.3954143,-0.7735536","bedrooms":"3","price":"250000","area":"687"} , +{"type":"Feature","id":"n8651701461","geometry":{"type":"Point","coordinates":[-0.768279,51.393975]},"properties":{"@type":"node","@id":8651701461,"@timestamp":1619016160},"coords":"51.393975,-0.768279","bedrooms":"0","price":"212000","area":"470"} , +{"type":"Feature","id":"n8651712814","geometry":{"type":"Point","coordinates":[-0.7703973,51.3921138]},"properties":{"@type":"node","@id":8651712814,"@timestamp":1619016631},"coords":"51.3921138,-0.7703973","bedrooms":"0","price":"245000","area":"446"} , +{"type":"Feature","id":"n8651977812","geometry":{"type":"Point","coordinates":[-0.5374661,51.6427587]},"properties":{"@type":"node","@id":8651977812,"@timestamp":1619021686},"coords":"51.6427587,-0.5374661","bedrooms":"0","price":"290000","area":"556"} , +{"type":"Feature","id":"n8652206269","geometry":{"type":"Point","coordinates":[0.7576261,51.433842]},"properties":{"@type":"node","@id":8652206269,"@timestamp":1619024977},"coords":"51.433842,0.7576261","bedrooms":"0","price":"277000","area":"562"} , +{"type":"Feature","id":"n8652963995","geometry":{"type":"Point","coordinates":[0.1492695,51.0608332]},"properties":{"@type":"node","@id":8652963995,"@timestamp":1619421723},"coords":"51.0608332,0.1492695","bedrooms":"0","price":"231000","area":"653"} , +{"type":"Feature","id":"n8653114003","geometry":{"type":"Point","coordinates":[-0.2219707,51.5100269]},"properties":{"@type":"node","@id":8653114003,"@timestamp":1619032349},"coords":"51.5100269,-0.2219707","bedrooms":"1","price":"222000","area":"360"} , +{"type":"Feature","id":"n8653238216","geometry":{"type":"Point","coordinates":[-0.7146485,51.9171022]},"properties":{"@type":"node","@id":8653238216,"@timestamp":1627576306},"coords":"51.9171022,-0.7146485","bedrooms":"4","price":"280000","area":"668"} , +{"type":"Feature","id":"n8653249673","geometry":{"type":"Point","coordinates":[0.1604708,51.5523909]},"properties":{"@type":"node","@id":8653249673,"@timestamp":1625616653},"coords":"51.5523909,0.1604708","bedrooms":"4","price":"232000","area":"654"} , +{"type":"Feature","id":"n8653264225","geometry":{"type":"Point","coordinates":[-0.7162373,51.9181619]},"properties":{"@type":"node","@id":8653264225,"@timestamp":1627576307},"coords":"51.9181619,-0.7162373","bedrooms":"2","price":"219000","area":"663"} , +{"type":"Feature","id":"n8653264235","geometry":{"type":"Point","coordinates":[-0.7134249,51.9169426]},"properties":{"@type":"node","@id":8653264235,"@timestamp":1627576307},"coords":"51.9169426,-0.7134249","bedrooms":"1","price":"286000","area":"477"} , +{"type":"Feature","id":"n8653264245","geometry":{"type":"Point","coordinates":[-0.7109937,51.9168442]},"properties":{"@type":"node","@id":8653264245,"@timestamp":1627576307},"coords":"51.9168442,-0.7109937","bedrooms":"1","price":"271000","area":"404"} , +{"type":"Feature","id":"n8653468400","geometry":{"type":"Point","coordinates":[-0.7640443,51.4083275]},"properties":{"@type":"node","@id":8653468400,"@timestamp":1619040524},"coords":"51.4083275,-0.7640443","bedrooms":"3","price":"247000","area":"505"} , +{"type":"Feature","id":"n8653490634","geometry":{"type":"Point","coordinates":[-0.0024898,51.5470674]},"properties":{"@type":"node","@id":8653490634,"@timestamp":1619041117},"coords":"51.5470674,-0.0024898","bedrooms":"3","price":"276000","area":"496"} , +{"type":"Feature","id":"n8653490680","geometry":{"type":"Point","coordinates":[-0.0033937,51.5471915]},"properties":{"@type":"node","@id":8653490680,"@timestamp":1619041117},"coords":"51.5471915,-0.0033937","bedrooms":"3","price":"155000","area":"568"} , +{"type":"Feature","id":"n8653490696","geometry":{"type":"Point","coordinates":[-0.0028821,51.5465836]},"properties":{"@type":"node","@id":8653490696,"@timestamp":1631959907},"coords":"51.5465836,-0.0028821","bedrooms":"3","price":"276000","area":"659"} , +{"type":"Feature","id":"n8653526828","geometry":{"type":"Point","coordinates":[-0.0107397,51.5496591]},"properties":{"@type":"node","@id":8653526828,"@timestamp":1634399350},"coords":"51.5496591,-0.0107397","bedrooms":"4","price":"296000","area":"637"} , +{"type":"Feature","id":"n8653593946","geometry":{"type":"Point","coordinates":[-0.7576429,51.4049683]},"properties":{"@type":"node","@id":8653593946,"@timestamp":1619042645},"coords":"51.4049683,-0.7576429","bedrooms":"0","price":"213000","area":"440"} , +{"type":"Feature","id":"n8653697945","geometry":{"type":"Point","coordinates":[0.1463497,51.8490905]},"properties":{"@type":"node","@id":8653697945,"@timestamp":1619048899},"coords":"51.8490905,0.1463497","bedrooms":"0","price":"239000","area":"395"} , +{"type":"Feature","id":"n8653698061","geometry":{"type":"Point","coordinates":[0.1573102,51.8401746]},"properties":{"@type":"node","@id":8653698061,"@timestamp":1619048899},"coords":"51.8401746,0.1573102","bedrooms":"1","price":"215000","area":"403"} , +{"type":"Feature","id":"n8653702606","geometry":{"type":"Point","coordinates":[0.7768289,51.3780937]},"properties":{"@type":"node","@id":8653702606,"@timestamp":1619050365},"coords":"51.3780937,0.7768289","bedrooms":"2","price":"225000","area":"589"} , +{"type":"Feature","id":"n8653720150","geometry":{"type":"Point","coordinates":[0.1427874,51.7833287]},"properties":{"@type":"node","@id":8653720150,"@timestamp":1619051027},"coords":"51.7833287,0.1427874","bedrooms":"4","price":"273000","area":"625"} , +{"type":"Feature","id":"n8653752717","geometry":{"type":"Point","coordinates":[-0.6106545,51.4808918]},"properties":{"@type":"node","@id":8653752717,"@timestamp":1619052967},"coords":"51.4808918,-0.6106545","bedrooms":"4","price":"244000","area":"449"} , +{"type":"Feature","id":"n8653752983","geometry":{"type":"Point","coordinates":[-0.6113821,51.4798591]},"properties":{"@type":"node","@id":8653752983,"@timestamp":1619052967},"coords":"51.4798591,-0.6113821","bedrooms":"0","price":"154000","area":"616"} , +{"type":"Feature","id":"n8653894503","geometry":{"type":"Point","coordinates":[-0.1326085,51.5354459]},"properties":{"@type":"node","@id":8653894503,"@timestamp":1619062035},"coords":"51.5354459,-0.1326085","bedrooms":"4","price":"165000","area":"675"} , +{"type":"Feature","id":"n8654367177","geometry":{"type":"Point","coordinates":[0.0968848,51.4939284]},"properties":{"@type":"node","@id":8654367177,"@timestamp":1619074047},"coords":"51.4939284,0.0968848","bedrooms":"2","price":"171000","area":"647"} , +{"type":"Feature","id":"n8654631176","geometry":{"type":"Point","coordinates":[-0.2160808,51.5063931]},"properties":{"@type":"node","@id":8654631176,"@timestamp":1619079310},"coords":"51.5063931,-0.2160808","bedrooms":"4","price":"226000","area":"683"} , +{"type":"Feature","id":"n8654634932","geometry":{"type":"Point","coordinates":[-0.2172979,51.5097792]},"properties":{"@type":"node","@id":8654634932,"@timestamp":1619079310},"coords":"51.5097792,-0.2172979","bedrooms":"0","price":"171000","area":"511"} , +{"type":"Feature","id":"n8654783037","geometry":{"type":"Point","coordinates":[0.4021254,51.5875139]},"properties":{"@type":"node","@id":8654783037,"@timestamp":1619082056},"coords":"51.5875139,0.4021254","bedrooms":"4","price":"291000","area":"420"} , +{"type":"Feature","id":"n8655113543","geometry":{"type":"Point","coordinates":[0.0139726,51.4789805]},"properties":{"@type":"node","@id":8655113543,"@timestamp":1629501234},"coords":"51.4789805,0.0139726","bedrooms":"1","price":"296000","area":"395"} , +{"type":"Feature","id":"n8655500761","geometry":{"type":"Point","coordinates":[-0.215858,51.4493668]},"properties":{"@type":"node","@id":8655500761,"@timestamp":1619095102},"coords":"51.4493668,-0.215858","bedrooms":"1","price":"242000","area":"654"} , +{"type":"Feature","id":"n8655553204","geometry":{"type":"Point","coordinates":[0.7295831,50.9494759]},"properties":{"@type":"node","@id":8655553204,"@timestamp":1619097349},"coords":"50.9494759,0.7295831","bedrooms":"0","price":"212000","area":"506"} , +{"type":"Feature","id":"n8655619351","geometry":{"type":"Point","coordinates":[0.1651888,51.5001571]},"properties":{"@type":"node","@id":8655619351,"@timestamp":1619097736},"coords":"51.5001571,0.1651888","bedrooms":"2","price":"238000","area":"373"} , +{"type":"Feature","id":"n8655651923","geometry":{"type":"Point","coordinates":[0.1570032,51.8088225]},"properties":{"@type":"node","@id":8655651923,"@timestamp":1619097909},"coords":"51.8088225,0.1570032","bedrooms":"3","price":"188000","area":"551"} , +{"type":"Feature","id":"n8655670564","geometry":{"type":"Point","coordinates":[-0.0100952,51.5429593]},"properties":{"@type":"node","@id":8655670564,"@timestamp":1619098893},"coords":"51.5429593,-0.0100952","bedrooms":"2","price":"279000","area":"519"} , +{"type":"Feature","id":"n8655676678","geometry":{"type":"Point","coordinates":[-0.157443,51.4350913]},"properties":{"@type":"node","@id":8655676678,"@timestamp":1635706492},"coords":"51.4350913,-0.157443","bedrooms":"3","price":"270000","area":"536"} , +{"type":"Feature","id":"n8655773103","geometry":{"type":"Point","coordinates":[-0.005998,51.5640786]},"properties":{"@type":"node","@id":8655773103,"@timestamp":1632573634},"coords":"51.5640786,-0.005998","bedrooms":"3","price":"256000","area":"629"} , +{"type":"Feature","id":"n8655994856","geometry":{"type":"Point","coordinates":[-0.433029,51.6393155]},"properties":{"@type":"node","@id":8655994856,"@timestamp":1619403871},"coords":"51.6393155,-0.433029","bedrooms":"1","price":"179000","area":"398"} , +{"type":"Feature","id":"n8656079234","geometry":{"type":"Point","coordinates":[-0.5361384,51.6588587]},"properties":{"@type":"node","@id":8656079234,"@timestamp":1619106434},"coords":"51.6588587,-0.5361384","bedrooms":"4","price":"299000","area":"433"} , +{"type":"Feature","id":"n8656092544","geometry":{"type":"Point","coordinates":[-0.0915921,51.9762895]},"properties":{"@type":"node","@id":8656092544,"@timestamp":1619106780},"coords":"51.9762895,-0.0915921","bedrooms":"4","price":"175000","area":"513"} , +{"type":"Feature","id":"n8656092560","geometry":{"type":"Point","coordinates":[-0.0825638,51.9465779]},"properties":{"@type":"node","@id":8656092560,"@timestamp":1619106780},"coords":"51.9465779,-0.0825638","bedrooms":"1","price":"235000","area":"512"} , +{"type":"Feature","id":"n8656092570","geometry":{"type":"Point","coordinates":[-0.1329115,51.9171122]},"properties":{"@type":"node","@id":8656092570,"@timestamp":1619106780},"coords":"51.9171122,-0.1329115","bedrooms":"2","price":"226000","area":"421"} , +{"type":"Feature","id":"n8656115734","geometry":{"type":"Point","coordinates":[0.4946583,51.7324985]},"properties":{"@type":"node","@id":8656115734,"@timestamp":1619107514},"coords":"51.7324985,0.4946583","bedrooms":"1","price":"292000","area":"403"} , +{"type":"Feature","id":"n8656149799","geometry":{"type":"Point","coordinates":[-0.7243122,51.2347027]},"properties":{"@type":"node","@id":8656149799,"@timestamp":1619109251},"coords":"51.2347027,-0.7243122","bedrooms":"0","price":"229000","area":"524"} , +{"type":"Feature","id":"n8656384838","geometry":{"type":"Point","coordinates":[0.4664483,51.7751062]},"properties":{"@type":"node","@id":8656384838,"@timestamp":1619113396},"coords":"51.7751062,0.4664483","bedrooms":"0","price":"181000","area":"675"} , +{"type":"Feature","id":"n8656571080","geometry":{"type":"Point","coordinates":[-0.2182414,51.509531]},"properties":{"@type":"node","@id":8656571080,"@timestamp":1619117229},"coords":"51.509531,-0.2182414","bedrooms":"2","price":"271000","area":"500"} , +{"type":"Feature","id":"n8656578857","geometry":{"type":"Point","coordinates":[-0.2183356,51.5086929]},"properties":{"@type":"node","@id":8656578857,"@timestamp":1619117229},"coords":"51.5086929,-0.2183356","bedrooms":"0","price":"249000","area":"355"} , +{"type":"Feature","id":"n8656578901","geometry":{"type":"Point","coordinates":[-0.2178628,51.5082639]},"properties":{"@type":"node","@id":8656578901,"@timestamp":1619117229},"coords":"51.5082639,-0.2178628","bedrooms":"3","price":"167000","area":"549"} , +{"type":"Feature","id":"n8656579065","geometry":{"type":"Point","coordinates":[-0.2172522,51.5093529]},"properties":{"@type":"node","@id":8656579065,"@timestamp":1619117229},"coords":"51.5093529,-0.2172522","bedrooms":"1","price":"200000","area":"462"} , +{"type":"Feature","id":"n8656801597","geometry":{"type":"Point","coordinates":[-0.7540853,51.4022906]},"properties":{"@type":"node","@id":8656801597,"@timestamp":1619120894},"coords":"51.4022906,-0.7540853","bedrooms":"4","price":"193000","area":"449"} , +{"type":"Feature","id":"n8656887583","geometry":{"type":"Point","coordinates":[0.2504548,51.5591884]},"properties":{"@type":"node","@id":8656887583,"@timestamp":1619122791},"coords":"51.5591884,0.2504548","bedrooms":"1","price":"292000","area":"512"} , +{"type":"Feature","id":"n8657037753","geometry":{"type":"Point","coordinates":[0.0175503,51.5370562]},"properties":{"@type":"node","@id":8657037753,"@timestamp":1619126070},"coords":"51.5370562,0.0175503","bedrooms":"4","price":"231000","area":"400"} , +{"type":"Feature","id":"n8657182792","geometry":{"type":"Point","coordinates":[0.1591662,51.8370249]},"properties":{"@type":"node","@id":8657182792,"@timestamp":1619132290},"coords":"51.8370249,0.1591662","bedrooms":"3","price":"251000","area":"670"} , +{"type":"Feature","id":"n8657219645","geometry":{"type":"Point","coordinates":[-0.1552527,51.5168437]},"properties":{"@type":"node","@id":8657219645,"@timestamp":1619131417},"coords":"51.5168437,-0.1552527","bedrooms":"2","price":"231000","area":"462"} , +{"type":"Feature","id":"n8657281657","geometry":{"type":"Point","coordinates":[0.2184076,51.4490708]},"properties":{"@type":"node","@id":8657281657,"@timestamp":1619133746},"coords":"51.4490708,0.2184076","bedrooms":"2","price":"275000","area":"488"} , +{"type":"Feature","id":"n8657281789","geometry":{"type":"Point","coordinates":[0.2281293,51.4494789]},"properties":{"@type":"node","@id":8657281789,"@timestamp":1619133746},"coords":"51.4494789,0.2281293","bedrooms":"4","price":"244000","area":"520"} , +{"type":"Feature","id":"n8657282153","geometry":{"type":"Point","coordinates":[0.2187998,51.4493593]},"properties":{"@type":"node","@id":8657282153,"@timestamp":1619133746},"coords":"51.4493593,0.2187998","bedrooms":"3","price":"292000","area":"627"} , +{"type":"Feature","id":"n8657282163","geometry":{"type":"Point","coordinates":[0.2283168,51.4496536]},"properties":{"@type":"node","@id":8657282163,"@timestamp":1619133746},"coords":"51.4496536,0.2283168","bedrooms":"4","price":"159000","area":"684"} , +{"type":"Feature","id":"n8657282173","geometry":{"type":"Point","coordinates":[0.2284227,51.449036]},"properties":{"@type":"node","@id":8657282173,"@timestamp":1619133746},"coords":"51.449036,0.2284227","bedrooms":"1","price":"165000","area":"540"} , +{"type":"Feature","id":"n8657282183","geometry":{"type":"Point","coordinates":[0.2290627,51.4482061]},"properties":{"@type":"node","@id":8657282183,"@timestamp":1619133746},"coords":"51.4482061,0.2290627","bedrooms":"0","price":"230000","area":"620"} , +{"type":"Feature","id":"n8657282193","geometry":{"type":"Point","coordinates":[0.2252641,51.4482763]},"properties":{"@type":"node","@id":8657282193,"@timestamp":1619133746},"coords":"51.4482763,0.2252641","bedrooms":"2","price":"213000","area":"401"} , +{"type":"Feature","id":"n8657332371","geometry":{"type":"Point","coordinates":[-0.3061259,51.512304]},"properties":{"@type":"node","@id":8657332371,"@timestamp":1619136497},"coords":"51.512304,-0.3061259","bedrooms":"0","price":"297000","area":"352"} , +{"type":"Feature","id":"n8657346922","geometry":{"type":"Point","coordinates":[-0.5654258,51.5828083]},"properties":{"@type":"node","@id":8657346922,"@timestamp":1619138437},"coords":"51.5828083,-0.5654258","bedrooms":"4","price":"154000","area":"534"} , +{"type":"Feature","id":"n8657360327","geometry":{"type":"Point","coordinates":[-0.3038594,51.5135259]},"properties":{"@type":"node","@id":8657360327,"@timestamp":1619137509},"coords":"51.5135259,-0.3038594","bedrooms":"1","price":"235000","area":"653"} , +{"type":"Feature","id":"n8657360337","geometry":{"type":"Point","coordinates":[-0.3068541,51.5128214]},"properties":{"@type":"node","@id":8657360337,"@timestamp":1619137509},"coords":"51.5128214,-0.3068541","bedrooms":"4","price":"179000","area":"614"} , +{"type":"Feature","id":"n8657360347","geometry":{"type":"Point","coordinates":[-0.304939,51.5130743]},"properties":{"@type":"node","@id":8657360347,"@timestamp":1619137509},"coords":"51.5130743,-0.304939","bedrooms":"2","price":"246000","area":"493"} , +{"type":"Feature","id":"n8657360357","geometry":{"type":"Point","coordinates":[-0.3060816,51.5131077]},"properties":{"@type":"node","@id":8657360357,"@timestamp":1631236029},"coords":"51.5131077,-0.3060816","bedrooms":"0","price":"186000","area":"532"} , +{"type":"Feature","id":"n8657368630","geometry":{"type":"Point","coordinates":[-0.3242281,51.5100537]},"properties":{"@type":"node","@id":8657368630,"@timestamp":1619139714},"coords":"51.5100537,-0.3242281","bedrooms":"3","price":"230000","area":"364"} , +{"type":"Feature","id":"n8657368640","geometry":{"type":"Point","coordinates":[-0.3059435,51.5129642]},"properties":{"@type":"node","@id":8657368640,"@timestamp":1619139714},"coords":"51.5129642,-0.3059435","bedrooms":"4","price":"154000","area":"678"} , +{"type":"Feature","id":"n8657370511","geometry":{"type":"Point","coordinates":[-0.3241483,51.2864259]},"properties":{"@type":"node","@id":8657370511,"@timestamp":1619138777},"coords":"51.2864259,-0.3241483","bedrooms":"0","price":"195000","area":"472"} , +{"type":"Feature","id":"n8657388832","geometry":{"type":"Point","coordinates":[-0.3240709,51.293013]},"properties":{"@type":"node","@id":8657388832,"@timestamp":1619138777},"coords":"51.293013,-0.3240709","bedrooms":"0","price":"266000","area":"690"} , +{"type":"Feature","id":"n8657388929","geometry":{"type":"Point","coordinates":[-0.3267018,51.2929522]},"properties":{"@type":"node","@id":8657388929,"@timestamp":1619138777},"coords":"51.2929522,-0.3267018","bedrooms":"4","price":"233000","area":"481"} , +{"type":"Feature","id":"n8657505855","geometry":{"type":"Point","coordinates":[-0.0202324,51.5463983]},"properties":{"@type":"node","@id":8657505855,"@timestamp":1619145728},"coords":"51.5463983,-0.0202324","bedrooms":"1","price":"267000","area":"603"} , +{"type":"Feature","id":"n8657999899","geometry":{"type":"Point","coordinates":[-0.2160686,51.5089984]},"properties":{"@type":"node","@id":8657999899,"@timestamp":1619160569},"coords":"51.5089984,-0.2160686","bedrooms":"4","price":"213000","area":"351"} , +{"type":"Feature","id":"n8658057073","geometry":{"type":"Point","coordinates":[-0.145177,51.4831228]},"properties":{"@type":"node","@id":8658057073,"@timestamp":1629202068},"coords":"51.4831228,-0.145177","bedrooms":"2","price":"156000","area":"644"} , +{"type":"Feature","id":"n8658269700","geometry":{"type":"Point","coordinates":[-0.3639478,51.5436446]},"properties":{"@type":"node","@id":8658269700,"@timestamp":1619165601},"coords":"51.5436446,-0.3639478","bedrooms":"1","price":"277000","area":"464"} , +{"type":"Feature","id":"n8658589262","geometry":{"type":"Point","coordinates":[-0.3629784,51.0214892]},"properties":{"@type":"node","@id":8658589262,"@timestamp":1619170905},"coords":"51.0214892,-0.3629784","bedrooms":"0","price":"241000","area":"634"} , +{"type":"Feature","id":"n8658645867","geometry":{"type":"Point","coordinates":[-0.2190698,51.5050761]},"properties":{"@type":"node","@id":8658645867,"@timestamp":1619171903},"coords":"51.5050761,-0.2190698","bedrooms":"2","price":"216000","area":"537"} , +{"type":"Feature","id":"n8658645877","geometry":{"type":"Point","coordinates":[-0.2190156,51.5054622]},"properties":{"@type":"node","@id":8658645877,"@timestamp":1619171903},"coords":"51.5054622,-0.2190156","bedrooms":"1","price":"179000","area":"411"} , +{"type":"Feature","id":"n8658645887","geometry":{"type":"Point","coordinates":[-0.2187313,51.5052696]},"properties":{"@type":"node","@id":8658645887,"@timestamp":1619171903},"coords":"51.5052696,-0.2187313","bedrooms":"2","price":"162000","area":"359"} , +{"type":"Feature","id":"n8658775507","geometry":{"type":"Point","coordinates":[-0.2223948,51.1787925]},"properties":{"@type":"node","@id":8658775507,"@timestamp":1624366574},"coords":"51.1787925,-0.2223948","bedrooms":"1","price":"255000","area":"397"} , +{"type":"Feature","id":"n8658875288","geometry":{"type":"Point","coordinates":[-0.7396009,51.3915266]},"properties":{"@type":"node","@id":8658875288,"@timestamp":1619178293},"coords":"51.3915266,-0.7396009","bedrooms":"2","price":"187000","area":"449"} , +{"type":"Feature","id":"n8658910071","geometry":{"type":"Point","coordinates":[-0.1009145,51.4478507]},"properties":{"@type":"node","@id":8658910071,"@timestamp":1619178358},"coords":"51.4478507,-0.1009145","bedrooms":"3","price":"171000","area":"573"} , +{"type":"Feature","id":"n8658922429","geometry":{"type":"Point","coordinates":[-0.74433,51.3924082]},"properties":{"@type":"node","@id":8658922429,"@timestamp":1619178293},"coords":"51.3924082,-0.74433","bedrooms":"0","price":"184000","area":"386"} , +{"type":"Feature","id":"n8658956887","geometry":{"type":"Point","coordinates":[0.1574581,51.541347]},"properties":{"@type":"node","@id":8658956887,"@timestamp":1619179435},"coords":"51.541347,0.1574581","bedrooms":"4","price":"197000","area":"630"} , +{"type":"Feature","id":"n8659041088","geometry":{"type":"Point","coordinates":[-0.5327701,51.4451103]},"properties":{"@type":"node","@id":8659041088,"@timestamp":1619182774},"coords":"51.4451103,-0.5327701","bedrooms":"3","price":"277000","area":"570"} , +{"type":"Feature","id":"n8659059822","geometry":{"type":"Point","coordinates":[-0.4853681,51.5264196]},"properties":{"@type":"node","@id":8659059822,"@timestamp":1619182076},"coords":"51.5264196,-0.4853681","bedrooms":"1","price":"299000","area":"589"} , +{"type":"Feature","id":"n8659059832","geometry":{"type":"Point","coordinates":[-0.4842107,51.5276674]},"properties":{"@type":"node","@id":8659059832,"@timestamp":1619182076},"coords":"51.5276674,-0.4842107","bedrooms":"0","price":"212000","area":"431"} , +{"type":"Feature","id":"n8659089833","geometry":{"type":"Point","coordinates":[0.0166453,51.5194393]},"properties":{"@type":"node","@id":8659089833,"@timestamp":1619184077},"coords":"51.5194393,0.0166453","bedrooms":"4","price":"175000","area":"378"} , +{"type":"Feature","id":"n8659205352","geometry":{"type":"Point","coordinates":[0.7422021,51.4101417]},"properties":{"@type":"node","@id":8659205352,"@timestamp":1619185812},"coords":"51.4101417,0.7422021","bedrooms":"1","price":"240000","area":"496"} , +{"type":"Feature","id":"n8659205362","geometry":{"type":"Point","coordinates":[0.7448883,51.4086469]},"properties":{"@type":"node","@id":8659205362,"@timestamp":1619185812},"coords":"51.4086469,0.7448883","bedrooms":"4","price":"244000","area":"432"} , +{"type":"Feature","id":"n8659205372","geometry":{"type":"Point","coordinates":[0.7427345,51.4065622]},"properties":{"@type":"node","@id":8659205372,"@timestamp":1619185812},"coords":"51.4065622,0.7427345","bedrooms":"3","price":"220000","area":"698"} , +{"type":"Feature","id":"n8659205382","geometry":{"type":"Point","coordinates":[0.7438181,51.406031]},"properties":{"@type":"node","@id":8659205382,"@timestamp":1619185812},"coords":"51.406031,0.7438181","bedrooms":"0","price":"212000","area":"697"} , +{"type":"Feature","id":"n8659205392","geometry":{"type":"Point","coordinates":[0.7454087,51.4069788]},"properties":{"@type":"node","@id":8659205392,"@timestamp":1619185812},"coords":"51.4069788,0.7454087","bedrooms":"4","price":"151000","area":"495"} , +{"type":"Feature","id":"n8659205402","geometry":{"type":"Point","coordinates":[0.7454838,51.4081299]},"properties":{"@type":"node","@id":8659205402,"@timestamp":1619185812},"coords":"51.4081299,0.7454838","bedrooms":"0","price":"284000","area":"445"} , +{"type":"Feature","id":"n8659205412","geometry":{"type":"Point","coordinates":[0.7472956,51.418506]},"properties":{"@type":"node","@id":8659205412,"@timestamp":1619185812},"coords":"51.418506,0.7472956","bedrooms":"3","price":"190000","area":"383"} , +{"type":"Feature","id":"n8659207622","geometry":{"type":"Point","coordinates":[0.7509461,51.4172732]},"properties":{"@type":"node","@id":8659207622,"@timestamp":1619185812},"coords":"51.4172732,0.7509461","bedrooms":"2","price":"228000","area":"407"} , +{"type":"Feature","id":"n8659207632","geometry":{"type":"Point","coordinates":[0.75288,51.4160621]},"properties":{"@type":"node","@id":8659207632,"@timestamp":1619185812},"coords":"51.4160621,0.75288","bedrooms":"1","price":"189000","area":"691"} , +{"type":"Feature","id":"n8659240198","geometry":{"type":"Point","coordinates":[-1.0609639,51.440826]},"properties":{"@type":"node","@id":8659240198,"@timestamp":1628503089},"coords":"51.440826,-1.0609639","bedrooms":"0","price":"178000","area":"585"} , +{"type":"Feature","id":"n8659255854","geometry":{"type":"Point","coordinates":[0.6692192,51.373284]},"properties":{"@type":"node","@id":8659255854,"@timestamp":1619187431},"coords":"51.373284,0.6692192","bedrooms":"0","price":"151000","area":"405"} , +{"type":"Feature","id":"n8659255864","geometry":{"type":"Point","coordinates":[0.6645656,51.3722877]},"properties":{"@type":"node","@id":8659255864,"@timestamp":1619187431},"coords":"51.3722877,0.6645656","bedrooms":"4","price":"244000","area":"615"} , +{"type":"Feature","id":"n8659255874","geometry":{"type":"Point","coordinates":[0.6674355,51.3753551]},"properties":{"@type":"node","@id":8659255874,"@timestamp":1619187431},"coords":"51.3753551,0.6674355","bedrooms":"1","price":"173000","area":"363"} , +{"type":"Feature","id":"n8659260465","geometry":{"type":"Point","coordinates":[0.7278308,51.3767297]},"properties":{"@type":"node","@id":8659260465,"@timestamp":1619187255},"coords":"51.3767297,0.7278308","bedrooms":"3","price":"294000","area":"546"} , +{"type":"Feature","id":"n8659260475","geometry":{"type":"Point","coordinates":[0.7260123,51.3749633]},"properties":{"@type":"node","@id":8659260475,"@timestamp":1619187255},"coords":"51.3749633,0.7260123","bedrooms":"4","price":"194000","area":"621"} , +{"type":"Feature","id":"n8659278854","geometry":{"type":"Point","coordinates":[0.6373197,51.3728369]},"properties":{"@type":"node","@id":8659278854,"@timestamp":1619187760},"coords":"51.3728369,0.6373197","bedrooms":"3","price":"238000","area":"512"} , +{"type":"Feature","id":"n8659288367","geometry":{"type":"Point","coordinates":[0.669879,51.3593136]},"properties":{"@type":"node","@id":8659288367,"@timestamp":1619188412},"coords":"51.3593136,0.669879","bedrooms":"4","price":"186000","area":"547"} , +{"type":"Feature","id":"n8659288385","geometry":{"type":"Point","coordinates":[0.670791,51.3543146]},"properties":{"@type":"node","@id":8659288385,"@timestamp":1619188412},"coords":"51.3543146,0.670791","bedrooms":"4","price":"234000","area":"512"} , +{"type":"Feature","id":"n8659288395","geometry":{"type":"Point","coordinates":[0.6682295,51.351998]},"properties":{"@type":"node","@id":8659288395,"@timestamp":1619188412},"coords":"51.351998,0.6682295","bedrooms":"3","price":"229000","area":"682"} , +{"type":"Feature","id":"n8659288405","geometry":{"type":"Point","coordinates":[0.6638494,51.3512894]},"properties":{"@type":"node","@id":8659288405,"@timestamp":1619188412},"coords":"51.3512894,0.6638494","bedrooms":"4","price":"204000","area":"651"} , +{"type":"Feature","id":"n8659309342","geometry":{"type":"Point","coordinates":[0.0253015,51.5113048]},"properties":{"@type":"node","@id":8659309342,"@timestamp":1619189173},"coords":"51.5113048,0.0253015","bedrooms":"1","price":"237000","area":"646"} , +{"type":"Feature","id":"n8659309352","geometry":{"type":"Point","coordinates":[0.0253426,51.5113462]},"properties":{"@type":"node","@id":8659309352,"@timestamp":1619189173},"coords":"51.5113462,0.0253426","bedrooms":"0","price":"213000","area":"441"} , +{"type":"Feature","id":"n8659331518","geometry":{"type":"Point","coordinates":[-0.1760144,51.4946482]},"properties":{"@type":"node","@id":8659331518,"@timestamp":1619189013},"coords":"51.4946482,-0.1760144","bedrooms":"0","price":"294000","area":"589"} , +{"type":"Feature","id":"n8659341071","geometry":{"type":"Point","coordinates":[-0.0044448,51.5886159]},"properties":{"@type":"node","@id":8659341071,"@timestamp":1619190604},"coords":"51.5886159,-0.0044448","bedrooms":"0","price":"215000","area":"665"} , +{"type":"Feature","id":"n8659341082","geometry":{"type":"Point","coordinates":[-0.0046904,51.5885818]},"properties":{"@type":"node","@id":8659341082,"@timestamp":1619191955},"coords":"51.5885818,-0.0046904","bedrooms":"2","price":"193000","area":"379"} , +{"type":"Feature","id":"n8659381724","geometry":{"type":"Point","coordinates":[-0.0045301,51.5884173]},"properties":{"@type":"node","@id":8659381724,"@timestamp":1619191955},"coords":"51.5884173,-0.0045301","bedrooms":"0","price":"227000","area":"589"} , +{"type":"Feature","id":"n8659381734","geometry":{"type":"Point","coordinates":[-0.0045812,51.5885684]},"properties":{"@type":"node","@id":8659381734,"@timestamp":1619190604},"coords":"51.5885684,-0.0045812","bedrooms":"2","price":"242000","area":"616"} , +{"type":"Feature","id":"n8659542772","geometry":{"type":"Point","coordinates":[-0.6301978,51.4778551]},"properties":{"@type":"node","@id":8659542772,"@timestamp":1619195044},"coords":"51.4778551,-0.6301978","bedrooms":"4","price":"222000","area":"627"} , +{"type":"Feature","id":"n8659733949","geometry":{"type":"Point","coordinates":[-0.778352,51.3951723]},"properties":{"@type":"node","@id":8659733949,"@timestamp":1619197184},"coords":"51.3951723,-0.778352","bedrooms":"1","price":"157000","area":"440"} , +{"type":"Feature","id":"n8659989746","geometry":{"type":"Point","coordinates":[-0.4148309,51.647637]},"properties":{"@type":"node","@id":8659989746,"@timestamp":1619265102},"coords":"51.647637,-0.4148309","bedrooms":"3","price":"180000","area":"385"} , +{"type":"Feature","id":"n8659989767","geometry":{"type":"Point","coordinates":[-0.4149167,51.6475536]},"properties":{"@type":"node","@id":8659989767,"@timestamp":1619199829},"coords":"51.6475536,-0.4149167","bedrooms":"0","price":"298000","area":"574"} , +{"type":"Feature","id":"n8659989790","geometry":{"type":"Point","coordinates":[-0.4147115,51.6474476]},"properties":{"@type":"node","@id":8659989790,"@timestamp":1620214465},"coords":"51.6474476,-0.4147115","bedrooms":"0","price":"252000","area":"695"} , +{"type":"Feature","id":"n8660076515","geometry":{"type":"Point","coordinates":[-0.4147155,51.647285]},"properties":{"@type":"node","@id":8660076515,"@timestamp":1619203848},"coords":"51.647285,-0.4147155","bedrooms":"2","price":"243000","area":"382"} , +{"type":"Feature","id":"n8660082491","geometry":{"type":"Point","coordinates":[-0.2196289,51.5049415]},"properties":{"@type":"node","@id":8660082491,"@timestamp":1619203240},"coords":"51.5049415,-0.2196289","bedrooms":"1","price":"256000","area":"449"} , +{"type":"Feature","id":"n8660088227","geometry":{"type":"Point","coordinates":[-0.2213079,51.5059441]},"properties":{"@type":"node","@id":8660088227,"@timestamp":1619203240},"coords":"51.5059441,-0.2213079","bedrooms":"4","price":"294000","area":"405"} , +{"type":"Feature","id":"n8660088237","geometry":{"type":"Point","coordinates":[-0.2207512,51.5056682]},"properties":{"@type":"node","@id":8660088237,"@timestamp":1619203240},"coords":"51.5056682,-0.2207512","bedrooms":"3","price":"161000","area":"484"} , +{"type":"Feature","id":"n8660094189","geometry":{"type":"Point","coordinates":[0.0240231,51.5468047]},"properties":{"@type":"node","@id":8660094189,"@timestamp":1630018549},"coords":"51.5468047,0.0240231","bedrooms":"1","price":"275000","area":"509"} , +{"type":"Feature","id":"n8660107338","geometry":{"type":"Point","coordinates":[-0.4146647,51.6473571]},"properties":{"@type":"node","@id":8660107338,"@timestamp":1619203848},"coords":"51.6473571,-0.4146647","bedrooms":"3","price":"285000","area":"353"} , +{"type":"Feature","id":"n8660124276","geometry":{"type":"Point","coordinates":[0.0201653,51.5462112]},"properties":{"@type":"node","@id":8660124276,"@timestamp":1619204434},"coords":"51.5462112,0.0201653","bedrooms":"3","price":"161000","area":"432"} , +{"type":"Feature","id":"n8660277880","geometry":{"type":"Point","coordinates":[-0.0519753,51.0902462]},"properties":{"@type":"node","@id":8660277880,"@timestamp":1619208242},"coords":"51.0902462,-0.0519753","bedrooms":"4","price":"208000","area":"394"} , +{"type":"Feature","id":"n8660280853","geometry":{"type":"Point","coordinates":[-0.7763152,51.3941791]},"properties":{"@type":"node","@id":8660280853,"@timestamp":1619208340},"coords":"51.3941791,-0.7763152","bedrooms":"1","price":"224000","area":"485"} , +{"type":"Feature","id":"n8660638153","geometry":{"type":"Point","coordinates":[0.0125214,51.5241709]},"properties":{"@type":"node","@id":8660638153,"@timestamp":1619453736},"coords":"51.5241709,0.0125214","bedrooms":"1","price":"252000","area":"481"} , +{"type":"Feature","id":"n8660652542","geometry":{"type":"Point","coordinates":[-0.6107423,51.4811925]},"properties":{"@type":"node","@id":8660652542,"@timestamp":1619220572},"coords":"51.4811925,-0.6107423","bedrooms":"1","price":"243000","area":"383"} , +{"type":"Feature","id":"n8660682553","geometry":{"type":"Point","coordinates":[0.1399394,51.8847459]},"properties":{"@type":"node","@id":8660682553,"@timestamp":1619222281},"coords":"51.8847459,0.1399394","bedrooms":"1","price":"153000","area":"600"} , +{"type":"Feature","id":"n8660692143","geometry":{"type":"Point","coordinates":[0.1943635,51.9009642]},"properties":{"@type":"node","@id":8660692143,"@timestamp":1619222281},"coords":"51.9009642,0.1943635","bedrooms":"1","price":"217000","area":"607"} , +{"type":"Feature","id":"n8660989533","geometry":{"type":"Point","coordinates":[-0.22017,51.5054761]},"properties":{"@type":"node","@id":8660989533,"@timestamp":1619240283},"coords":"51.5054761,-0.22017","bedrooms":"0","price":"270000","area":"369"} , +{"type":"Feature","id":"n8660989603","geometry":{"type":"Point","coordinates":[-0.2215835,51.5056084]},"properties":{"@type":"node","@id":8660989603,"@timestamp":1619240283},"coords":"51.5056084,-0.2215835","bedrooms":"2","price":"239000","area":"504"} , +{"type":"Feature","id":"n8660989649","geometry":{"type":"Point","coordinates":[-0.2211558,51.5052116]},"properties":{"@type":"node","@id":8660989649,"@timestamp":1619240283},"coords":"51.5052116,-0.2211558","bedrooms":"3","price":"250000","area":"559"} , +{"type":"Feature","id":"n8660989691","geometry":{"type":"Point","coordinates":[-0.220981,51.5053568]},"properties":{"@type":"node","@id":8660989691,"@timestamp":1619240283},"coords":"51.5053568,-0.220981","bedrooms":"2","price":"236000","area":"575"} , +{"type":"Feature","id":"n8660989762","geometry":{"type":"Point","coordinates":[-0.2213372,51.5050707]},"properties":{"@type":"node","@id":8660989762,"@timestamp":1619240283},"coords":"51.5050707,-0.2213372","bedrooms":"0","price":"278000","area":"442"} , +{"type":"Feature","id":"n8660989788","geometry":{"type":"Point","coordinates":[-0.2205322,51.5052116]},"properties":{"@type":"node","@id":8660989788,"@timestamp":1619240283},"coords":"51.5052116,-0.2205322","bedrooms":"4","price":"262000","area":"571"} , +{"type":"Feature","id":"n8661011238","geometry":{"type":"Point","coordinates":[0.0314465,51.4879084]},"properties":{"@type":"node","@id":8661011238,"@timestamp":1632319581},"coords":"51.4879084,0.0314465","bedrooms":"1","price":"252000","area":"482"} , +{"type":"Feature","id":"n8661333304","geometry":{"type":"Point","coordinates":[0.4905846,51.7549624]},"properties":{"@type":"node","@id":8661333304,"@timestamp":1619250932},"coords":"51.7549624,0.4905846","bedrooms":"4","price":"182000","area":"513"} , +{"type":"Feature","id":"n8661333314","geometry":{"type":"Point","coordinates":[0.4912887,51.7550528]},"properties":{"@type":"node","@id":8661333314,"@timestamp":1619250932},"coords":"51.7550528,0.4912887","bedrooms":"2","price":"225000","area":"388"} , +{"type":"Feature","id":"n8661356223","geometry":{"type":"Point","coordinates":[0.4920719,51.754759]},"properties":{"@type":"node","@id":8661356223,"@timestamp":1619250932},"coords":"51.754759,0.4920719","bedrooms":"2","price":"215000","area":"622"} , +{"type":"Feature","id":"n8661356233","geometry":{"type":"Point","coordinates":[0.4922259,51.7549076]},"properties":{"@type":"node","@id":8661356233,"@timestamp":1619250932},"coords":"51.7549076,0.4922259","bedrooms":"2","price":"158000","area":"372"} , +{"type":"Feature","id":"n8661676819","geometry":{"type":"Point","coordinates":[0.0064506,51.6324753]},"properties":{"@type":"node","@id":8661676819,"@timestamp":1619256863},"coords":"51.6324753,0.0064506","bedrooms":"4","price":"249000","area":"423"} , +{"type":"Feature","id":"n8661776517","geometry":{"type":"Point","coordinates":[-0.0361777,51.5245244]},"properties":{"@type":"node","@id":8661776517,"@timestamp":1619258858},"coords":"51.5245244,-0.0361777","bedrooms":"4","price":"223000","area":"394"} , +{"type":"Feature","id":"n8661865281","geometry":{"type":"Point","coordinates":[-1.0123358,51.4488173]},"properties":{"@type":"node","@id":8661865281,"@timestamp":1619263381},"coords":"51.4488173,-1.0123358","bedrooms":"2","price":"295000","area":"678"} , +{"type":"Feature","id":"n8661899060","geometry":{"type":"Point","coordinates":[-0.1463456,51.5278973]},"properties":{"@type":"node","@id":8661899060,"@timestamp":1619263652},"coords":"51.5278973,-0.1463456","bedrooms":"0","price":"190000","area":"624"} , +{"type":"Feature","id":"n8661927917","geometry":{"type":"Point","coordinates":[-0.0408845,51.5296511]},"properties":{"@type":"node","@id":8661927917,"@timestamp":1619264152},"coords":"51.5296511,-0.0408845","bedrooms":"4","price":"266000","area":"511"} , +{"type":"Feature","id":"n8661933709","geometry":{"type":"Point","coordinates":[0.8486414,51.1559917]},"properties":{"@type":"node","@id":8661933709,"@timestamp":1619264194},"coords":"51.1559917,0.8486414","bedrooms":"4","price":"196000","area":"669"} , +{"type":"Feature","id":"n8661953359","geometry":{"type":"Point","coordinates":[-0.414431,51.647368]},"properties":{"@type":"node","@id":8661953359,"@timestamp":1619264899},"coords":"51.647368,-0.414431","bedrooms":"2","price":"260000","area":"415"} , +{"type":"Feature","id":"n8661967114","geometry":{"type":"Point","coordinates":[-0.8508282,51.4134525]},"properties":{"@type":"node","@id":8661967114,"@timestamp":1625153319},"coords":"51.4134525,-0.8508282","bedrooms":"0","price":"170000","area":"667"} , +{"type":"Feature","id":"n8662081425","geometry":{"type":"Point","coordinates":[-0.7759498,51.3903078]},"properties":{"@type":"node","@id":8662081425,"@timestamp":1619268555},"coords":"51.3903078,-0.7759498","bedrooms":"3","price":"215000","area":"600"} , +{"type":"Feature","id":"n8662081462","geometry":{"type":"Point","coordinates":[-0.7749701,51.3943966]},"properties":{"@type":"node","@id":8662081462,"@timestamp":1619268555},"coords":"51.3943966,-0.7749701","bedrooms":"2","price":"281000","area":"653"} , +{"type":"Feature","id":"n8662081483","geometry":{"type":"Point","coordinates":[-0.7730524,51.3911413]},"properties":{"@type":"node","@id":8662081483,"@timestamp":1619268555},"coords":"51.3911413,-0.7730524","bedrooms":"3","price":"266000","area":"420"} , +{"type":"Feature","id":"n8662120485","geometry":{"type":"Point","coordinates":[-0.1298053,51.5963058]},"properties":{"@type":"node","@id":8662120485,"@timestamp":1626795134},"coords":"51.5963058,-0.1298053","bedrooms":"3","price":"283000","area":"668"} , +{"type":"Feature","id":"n8662315214","geometry":{"type":"Point","coordinates":[-0.4152934,51.6472168]},"properties":{"@type":"node","@id":8662315214,"@timestamp":1619275648},"coords":"51.6472168,-0.4152934","bedrooms":"2","price":"274000","area":"630"} , +{"type":"Feature","id":"n8662360751","geometry":{"type":"Point","coordinates":[-0.7534663,51.3978122]},"properties":{"@type":"node","@id":8662360751,"@timestamp":1619276197},"coords":"51.3978122,-0.7534663","bedrooms":"1","price":"252000","area":"688"} , +{"type":"Feature","id":"n8662373648","geometry":{"type":"Point","coordinates":[-0.4933354,51.5043006]},"properties":{"@type":"node","@id":8662373648,"@timestamp":1619276319},"coords":"51.5043006,-0.4933354","bedrooms":"4","price":"193000","area":"368"} , +{"type":"Feature","id":"n8662468006","geometry":{"type":"Point","coordinates":[0.8516592,51.1509586]},"properties":{"@type":"node","@id":8662468006,"@timestamp":1619279298},"coords":"51.1509586,0.8516592","bedrooms":"0","price":"233000","area":"489"} , +{"type":"Feature","id":"n8662468046","geometry":{"type":"Point","coordinates":[0.8519447,51.1513761]},"properties":{"@type":"node","@id":8662468046,"@timestamp":1619279298},"coords":"51.1513761,0.8519447","bedrooms":"0","price":"290000","area":"375"} , +{"type":"Feature","id":"n8662515294","geometry":{"type":"Point","coordinates":[0.2292986,51.9141559]},"properties":{"@type":"node","@id":8662515294,"@timestamp":1619280619},"coords":"51.9141559,0.2292986","bedrooms":"3","price":"236000","area":"400"} , +{"type":"Feature","id":"n8662756256","geometry":{"type":"Point","coordinates":[-0.4240814,51.6983743]},"properties":{"@type":"node","@id":8662756256,"@timestamp":1619287682},"coords":"51.6983743,-0.4240814","bedrooms":"0","price":"156000","area":"463"} , +{"type":"Feature","id":"n8662837962","geometry":{"type":"Point","coordinates":[-0.3559117,51.2972904]},"properties":{"@type":"node","@id":8662837962,"@timestamp":1619290499},"coords":"51.2972904,-0.3559117","bedrooms":"3","price":"189000","area":"446"} , +{"type":"Feature","id":"n8663044496","geometry":{"type":"Point","coordinates":[-0.7495085,51.3877892]},"properties":{"@type":"node","@id":8663044496,"@timestamp":1619297242},"coords":"51.3877892,-0.7495085","bedrooms":"2","price":"210000","area":"580"} , +{"type":"Feature","id":"n8663130877","geometry":{"type":"Point","coordinates":[-0.4855497,51.505733]},"properties":{"@type":"node","@id":8663130877,"@timestamp":1619299129},"coords":"51.505733,-0.4855497","bedrooms":"0","price":"275000","area":"415"} , +{"type":"Feature","id":"n8663157237","geometry":{"type":"Point","coordinates":[-0.5985441,51.6582447]},"properties":{"@type":"node","@id":8663157237,"@timestamp":1619299615},"coords":"51.6582447,-0.5985441","bedrooms":"4","price":"248000","area":"383"} , +{"type":"Feature","id":"n8663175609","geometry":{"type":"Point","coordinates":[-1.0900022,51.3624791]},"properties":{"@type":"node","@id":8663175609,"@timestamp":1619300403},"coords":"51.3624791,-1.0900022","bedrooms":"1","price":"221000","area":"619"} , +{"type":"Feature","id":"n8663513198","geometry":{"type":"Point","coordinates":[0.1250048,51.8776144]},"properties":{"@type":"node","@id":8663513198,"@timestamp":1620691833},"coords":"51.8776144,0.1250048","bedrooms":"1","price":"264000","area":"410"} , +{"type":"Feature","id":"n8663583919","geometry":{"type":"Point","coordinates":[0.2230867,51.4567312]},"properties":{"@type":"node","@id":8663583919,"@timestamp":1620175648},"coords":"51.4567312,0.2230867","bedrooms":"3","price":"249000","area":"596"} , +{"type":"Feature","id":"n8663584152","geometry":{"type":"Point","coordinates":[0.2224456,51.4560873]},"properties":{"@type":"node","@id":8663584152,"@timestamp":1620175648},"coords":"51.4560873,0.2224456","bedrooms":"1","price":"231000","area":"514"} , +{"type":"Feature","id":"n8663584162","geometry":{"type":"Point","coordinates":[0.2223806,51.4555884]},"properties":{"@type":"node","@id":8663584162,"@timestamp":1620175648},"coords":"51.4555884,0.2223806","bedrooms":"4","price":"167000","area":"546"} , +{"type":"Feature","id":"n8663584172","geometry":{"type":"Point","coordinates":[0.222449,51.4551564]},"properties":{"@type":"node","@id":8663584172,"@timestamp":1620175648},"coords":"51.4551564,0.222449","bedrooms":"0","price":"242000","area":"502"} , +{"type":"Feature","id":"n8663680219","geometry":{"type":"Point","coordinates":[0.2225798,51.4581384]},"properties":{"@type":"node","@id":8663680219,"@timestamp":1620175648},"coords":"51.4581384,0.2225798","bedrooms":"3","price":"292000","area":"508"} , +{"type":"Feature","id":"n8663744289","geometry":{"type":"Point","coordinates":[-0.221366,51.5047142]},"properties":{"@type":"node","@id":8663744289,"@timestamp":1619321963},"coords":"51.5047142,-0.221366","bedrooms":"1","price":"284000","area":"485"} , +{"type":"Feature","id":"n8663747418","geometry":{"type":"Point","coordinates":[-0.2199576,51.5045772]},"properties":{"@type":"node","@id":8663747418,"@timestamp":1619321963},"coords":"51.5045772,-0.2199576","bedrooms":"0","price":"293000","area":"491"} , +{"type":"Feature","id":"n8663747431","geometry":{"type":"Point","coordinates":[-0.2191505,51.5045007]},"properties":{"@type":"node","@id":8663747431,"@timestamp":1619321963},"coords":"51.5045007,-0.2191505","bedrooms":"1","price":"177000","area":"696"} , +{"type":"Feature","id":"n8663803208","geometry":{"type":"Point","coordinates":[-0.2234497,51.5058448]},"properties":{"@type":"node","@id":8663803208,"@timestamp":1619326765},"coords":"51.5058448,-0.2234497","bedrooms":"1","price":"281000","area":"477"} , +{"type":"Feature","id":"n8663803218","geometry":{"type":"Point","coordinates":[-0.2227164,51.5059591]},"properties":{"@type":"node","@id":8663803218,"@timestamp":1619326765},"coords":"51.5059591,-0.2227164","bedrooms":"2","price":"217000","area":"442"} , +{"type":"Feature","id":"n8663803228","geometry":{"type":"Point","coordinates":[-0.2219513,51.5060783]},"properties":{"@type":"node","@id":8663803228,"@timestamp":1619326765},"coords":"51.5060783,-0.2219513","bedrooms":"4","price":"186000","area":"416"} , +{"type":"Feature","id":"n8663906122","geometry":{"type":"Point","coordinates":[-0.22252,51.5056802]},"properties":{"@type":"node","@id":8663906122,"@timestamp":1619333289},"coords":"51.5056802,-0.22252","bedrooms":"1","price":"296000","area":"350"} , +{"type":"Feature","id":"n8663906173","geometry":{"type":"Point","coordinates":[-0.2218569,51.5051697]},"properties":{"@type":"node","@id":8663906173,"@timestamp":1619333289},"coords":"51.5051697,-0.2218569","bedrooms":"0","price":"168000","area":"385"} , +{"type":"Feature","id":"n8663961538","geometry":{"type":"Point","coordinates":[-0.2218991,51.5047922]},"properties":{"@type":"node","@id":8663961538,"@timestamp":1619335922},"coords":"51.5047922,-0.2218991","bedrooms":"0","price":"245000","area":"394"} , +{"type":"Feature","id":"n8664053602","geometry":{"type":"Point","coordinates":[-0.4719521,51.5149625]},"properties":{"@type":"node","@id":8664053602,"@timestamp":1620046301},"coords":"51.5149625,-0.4719521","bedrooms":"2","price":"230000","area":"561"} , +{"type":"Feature","id":"n8664324211","geometry":{"type":"Point","coordinates":[0.0142542,51.5249908]},"properties":{"@type":"node","@id":8664324211,"@timestamp":1619349777},"coords":"51.5249908,0.0142542","bedrooms":"2","price":"253000","area":"640"} , +{"type":"Feature","id":"n8664459498","geometry":{"type":"Point","coordinates":[0.2232959,51.4604726]},"properties":{"@type":"node","@id":8664459498,"@timestamp":1619561283},"coords":"51.4604726,0.2232959","bedrooms":"0","price":"198000","area":"437"} , +{"type":"Feature","id":"n8664476347","geometry":{"type":"Point","coordinates":[-0.1767924,51.9225349]},"properties":{"@type":"node","@id":8664476347,"@timestamp":1619355573},"coords":"51.9225349,-0.1767924","bedrooms":"1","price":"151000","area":"540"} , +{"type":"Feature","id":"n8664477693","geometry":{"type":"Point","coordinates":[-0.1723376,51.9309154]},"properties":{"@type":"node","@id":8664477693,"@timestamp":1635606780},"coords":"51.9309154,-0.1723376","bedrooms":"0","price":"267000","area":"603"} , +{"type":"Feature","id":"n8664477765","geometry":{"type":"Point","coordinates":[-0.1589088,51.9254805]},"properties":{"@type":"node","@id":8664477765,"@timestamp":1619355573},"coords":"51.9254805,-0.1589088","bedrooms":"4","price":"285000","area":"591"} , +{"type":"Feature","id":"n8665014812","geometry":{"type":"Point","coordinates":[-0.1001376,51.562015]},"properties":{"@type":"node","@id":8665014812,"@timestamp":1619367985},"coords":"51.562015,-0.1001376","bedrooms":"3","price":"290000","area":"350"} , +{"type":"Feature","id":"n8665018466","geometry":{"type":"Point","coordinates":[0.2232932,51.4619599]},"properties":{"@type":"node","@id":8665018466,"@timestamp":1619561283},"coords":"51.4619599,0.2232932","bedrooms":"0","price":"273000","area":"585"} , +{"type":"Feature","id":"n8665141983","geometry":{"type":"Point","coordinates":[0.0239581,51.52554]},"properties":{"@type":"node","@id":8665141983,"@timestamp":1619369493},"coords":"51.52554,0.0239581","bedrooms":"3","price":"190000","area":"693"} , +{"type":"Feature","id":"n8665166789","geometry":{"type":"Point","coordinates":[0.0229688,51.5257459]},"properties":{"@type":"node","@id":8665166789,"@timestamp":1619369493},"coords":"51.5257459,0.0229688","bedrooms":"2","price":"209000","area":"585"} , +{"type":"Feature","id":"n8665294933","geometry":{"type":"Point","coordinates":[0.0180816,51.531159]},"properties":{"@type":"node","@id":8665294933,"@timestamp":1619372035},"coords":"51.531159,0.0180816","bedrooms":"4","price":"285000","area":"389"} , +{"type":"Feature","id":"n8665415280","geometry":{"type":"Point","coordinates":[-0.1254544,51.4472633]},"properties":{"@type":"node","@id":8665415280,"@timestamp":1619373456},"coords":"51.4472633,-0.1254544","bedrooms":"3","price":"171000","area":"499"} , +{"type":"Feature","id":"n8665466474","geometry":{"type":"Point","coordinates":[-0.223191,51.5050068]},"properties":{"@type":"node","@id":8665466474,"@timestamp":1619373710},"coords":"51.5050068,-0.223191","bedrooms":"3","price":"295000","area":"516"} , +{"type":"Feature","id":"n8665466600","geometry":{"type":"Point","coordinates":[-0.2228411,51.5056437]},"properties":{"@type":"node","@id":8665466600,"@timestamp":1619373710},"coords":"51.5056437,-0.2228411","bedrooms":"4","price":"273000","area":"670"} , +{"type":"Feature","id":"n8665608682","geometry":{"type":"Point","coordinates":[0.2039852,51.8949612]},"properties":{"@type":"node","@id":8665608682,"@timestamp":1619376635},"coords":"51.8949612,0.2039852","bedrooms":"4","price":"215000","area":"604"} , +{"type":"Feature","id":"n8665724690","geometry":{"type":"Point","coordinates":[-0.0789555,51.0490144]},"properties":{"@type":"node","@id":8665724690,"@timestamp":1619380620},"coords":"51.0490144,-0.0789555","bedrooms":"0","price":"186000","area":"484"} , +{"type":"Feature","id":"n8665880166","geometry":{"type":"Point","coordinates":[-0.7693619,51.3898327]},"properties":{"@type":"node","@id":8665880166,"@timestamp":1619385349},"coords":"51.3898327,-0.7693619","bedrooms":"4","price":"210000","area":"380"} , +{"type":"Feature","id":"n8665880187","geometry":{"type":"Point","coordinates":[-0.7662722,51.3901035]},"properties":{"@type":"node","@id":8665880187,"@timestamp":1619385349},"coords":"51.3901035,-0.7662722","bedrooms":"3","price":"238000","area":"458"} , +{"type":"Feature","id":"n8665880213","geometry":{"type":"Point","coordinates":[-0.7663376,51.3887499]},"properties":{"@type":"node","@id":8665880213,"@timestamp":1619385349},"coords":"51.3887499,-0.7663376","bedrooms":"3","price":"226000","area":"499"} , +{"type":"Feature","id":"n8665911736","geometry":{"type":"Point","coordinates":[-0.7646101,51.3885229]},"properties":{"@type":"node","@id":8665911736,"@timestamp":1619385349},"coords":"51.3885229,-0.7646101","bedrooms":"1","price":"165000","area":"514"} , +{"type":"Feature","id":"n8665911763","geometry":{"type":"Point","coordinates":[-0.759866,51.3887902]},"properties":{"@type":"node","@id":8665911763,"@timestamp":1619385349},"coords":"51.3887902,-0.759866","bedrooms":"1","price":"209000","area":"438"} , +{"type":"Feature","id":"n8665950305","geometry":{"type":"Point","coordinates":[-0.3118557,51.3002839]},"properties":{"@type":"node","@id":8665950305,"@timestamp":1619387020},"coords":"51.3002839,-0.3118557","bedrooms":"4","price":"259000","area":"644"} , +{"type":"Feature","id":"n8666078360","geometry":{"type":"Point","coordinates":[-0.3095055,51.2976346]},"properties":{"@type":"node","@id":8666078360,"@timestamp":1619461576},"coords":"51.2976346,-0.3095055","bedrooms":"0","price":"195000","area":"630"} , +{"type":"Feature","id":"n8666078558","geometry":{"type":"Point","coordinates":[-0.307017,51.3029168]},"properties":{"@type":"node","@id":8666078558,"@timestamp":1619480769},"coords":"51.3029168,-0.307017","bedrooms":"1","price":"268000","area":"448"} , +{"type":"Feature","id":"n8666102343","geometry":{"type":"Point","coordinates":[-0.1198919,51.474554]},"properties":{"@type":"node","@id":8666102343,"@timestamp":1619394348},"coords":"51.474554,-0.1198919","bedrooms":"3","price":"249000","area":"524"} , +{"type":"Feature","id":"n8666167324","geometry":{"type":"Point","coordinates":[-0.1174891,51.5266875]},"properties":{"@type":"node","@id":8666167324,"@timestamp":1619396942},"coords":"51.5266875,-0.1174891","bedrooms":"2","price":"167000","area":"360"} , +{"type":"Feature","id":"n8666198997","geometry":{"type":"Point","coordinates":[-1.1065377,51.3580072]},"properties":{"@type":"node","@id":8666198997,"@timestamp":1619398560},"coords":"51.3580072,-1.1065377","bedrooms":"1","price":"233000","area":"426"} , +{"type":"Feature","id":"n8666223761","geometry":{"type":"Point","coordinates":[-0.2871107,51.4670123]},"properties":{"@type":"node","@id":8666223761,"@timestamp":1619402706},"coords":"51.4670123,-0.2871107","bedrooms":"4","price":"162000","area":"465"} , +{"type":"Feature","id":"n8666686798","geometry":{"type":"Point","coordinates":[-0.0547803,51.4494688]},"properties":{"@type":"node","@id":8666686798,"@timestamp":1619415801},"coords":"51.4494688,-0.0547803","bedrooms":"2","price":"225000","area":"551"} , +{"type":"Feature","id":"n8666942728","geometry":{"type":"Point","coordinates":[0.1985245,51.5514354]},"properties":{"@type":"node","@id":8666942728,"@timestamp":1619420312},"coords":"51.5514354,0.1985245","bedrooms":"4","price":"239000","area":"477"} , +{"type":"Feature","id":"n8667087460","geometry":{"type":"Point","coordinates":[0.1661032,51.0643481]},"properties":{"@type":"node","@id":8667087460,"@timestamp":1619423229},"coords":"51.0643481,0.1661032","bedrooms":"2","price":"156000","area":"375"} , +{"type":"Feature","id":"n8667806118","geometry":{"type":"Point","coordinates":[-0.0958271,51.4413054]},"properties":{"@type":"node","@id":8667806118,"@timestamp":1619428818},"coords":"51.4413054,-0.0958271","bedrooms":"1","price":"179000","area":"540"} , +{"type":"Feature","id":"n8667806132","geometry":{"type":"Point","coordinates":[-0.096775,51.442285]},"properties":{"@type":"node","@id":8667806132,"@timestamp":1619428818},"coords":"51.442285,-0.096775","bedrooms":"0","price":"297000","area":"479"} , +{"type":"Feature","id":"n8667806149","geometry":{"type":"Point","coordinates":[-0.0964822,51.4410661]},"properties":{"@type":"node","@id":8667806149,"@timestamp":1619428818},"coords":"51.4410661,-0.0964822","bedrooms":"0","price":"199000","area":"481"} , +{"type":"Feature","id":"n8667806162","geometry":{"type":"Point","coordinates":[-0.0933158,51.4409834]},"properties":{"@type":"node","@id":8667806162,"@timestamp":1619428818},"coords":"51.4409834,-0.0933158","bedrooms":"1","price":"189000","area":"631"} , +{"type":"Feature","id":"n8667927999","geometry":{"type":"Point","coordinates":[-0.1313029,51.4477839]},"properties":{"@type":"node","@id":8667927999,"@timestamp":1619430900},"coords":"51.4477839,-0.1313029","bedrooms":"2","price":"287000","area":"390"} , +{"type":"Feature","id":"n8667952735","geometry":{"type":"Point","coordinates":[-0.1324206,51.4480946]},"properties":{"@type":"node","@id":8667952735,"@timestamp":1619430900},"coords":"51.4480946,-0.1324206","bedrooms":"4","price":"240000","area":"606"} , +{"type":"Feature","id":"n8667952800","geometry":{"type":"Point","coordinates":[-0.1338104,51.448355]},"properties":{"@type":"node","@id":8667952800,"@timestamp":1619430900},"coords":"51.448355,-0.1338104","bedrooms":"2","price":"225000","area":"434"} , +{"type":"Feature","id":"n8667952818","geometry":{"type":"Point","coordinates":[-0.1327298,51.4482871]},"properties":{"@type":"node","@id":8667952818,"@timestamp":1619430900},"coords":"51.4482871,-0.1327298","bedrooms":"2","price":"207000","area":"371"} , +{"type":"Feature","id":"n8667952828","geometry":{"type":"Point","coordinates":[-0.1346941,51.4489348]},"properties":{"@type":"node","@id":8667952828,"@timestamp":1619430900},"coords":"51.4489348,-0.1346941","bedrooms":"2","price":"168000","area":"592"} , +{"type":"Feature","id":"n8667952855","geometry":{"type":"Point","coordinates":[-0.1354922,51.4492552]},"properties":{"@type":"node","@id":8667952855,"@timestamp":1619430900},"coords":"51.4492552,-0.1354922","bedrooms":"3","price":"260000","area":"514"} , +{"type":"Feature","id":"n8667952865","geometry":{"type":"Point","coordinates":[-0.1337984,51.4492378]},"properties":{"@type":"node","@id":8667952865,"@timestamp":1619430900},"coords":"51.4492378,-0.1337984","bedrooms":"0","price":"226000","area":"501"} , +{"type":"Feature","id":"n8668116902","geometry":{"type":"Point","coordinates":[-0.2850178,51.4808649]},"properties":{"@type":"node","@id":8668116902,"@timestamp":1619432929},"coords":"51.4808649,-0.2850178","bedrooms":"4","price":"160000","area":"428"} , +{"type":"Feature","id":"n8668262859","geometry":{"type":"Point","coordinates":[-0.7270896,51.2494677]},"properties":{"@type":"node","@id":8668262859,"@timestamp":1619436269},"coords":"51.2494677,-0.7270896","bedrooms":"2","price":"221000","area":"454"} , +{"type":"Feature","id":"n8668343204","geometry":{"type":"Point","coordinates":[-0.1303006,51.4554782]},"properties":{"@type":"node","@id":8668343204,"@timestamp":1619437519},"coords":"51.4554782,-0.1303006","bedrooms":"1","price":"202000","area":"394"} , +{"type":"Feature","id":"n8668357051","geometry":{"type":"Point","coordinates":[-0.130626,51.454559]},"properties":{"@type":"node","@id":8668357051,"@timestamp":1619437519},"coords":"51.454559,-0.130626","bedrooms":"4","price":"192000","area":"404"} , +{"type":"Feature","id":"n8668569920","geometry":{"type":"Point","coordinates":[-0.7477305,51.389073]},"properties":{"@type":"node","@id":8668569920,"@timestamp":1619441538},"coords":"51.389073,-0.7477305","bedrooms":"1","price":"277000","area":"478"} , +{"type":"Feature","id":"n8668703541","geometry":{"type":"Point","coordinates":[0.0926991,51.4909511]},"properties":{"@type":"node","@id":8668703541,"@timestamp":1619444733},"coords":"51.4909511,0.0926991","bedrooms":"4","price":"170000","area":"389"} , +{"type":"Feature","id":"n8668761513","geometry":{"type":"Point","coordinates":[-0.1309892,51.4501009]},"properties":{"@type":"node","@id":8668761513,"@timestamp":1619445628},"coords":"51.4501009,-0.1309892","bedrooms":"1","price":"159000","area":"578"} , +{"type":"Feature","id":"n8668797385","geometry":{"type":"Point","coordinates":[-0.0151857,51.5325753]},"properties":{"@type":"node","@id":8668797385,"@timestamp":1619446660},"coords":"51.5325753,-0.0151857","bedrooms":"2","price":"256000","area":"469"} , +{"type":"Feature","id":"n8668890173","geometry":{"type":"Point","coordinates":[-0.1368333,51.4507511]},"properties":{"@type":"node","@id":8668890173,"@timestamp":1619449421},"coords":"51.4507511,-0.1368333","bedrooms":"1","price":"225000","area":"697"} , +{"type":"Feature","id":"n8668895789","geometry":{"type":"Point","coordinates":[-1.0928706,51.0739651]},"properties":{"@type":"node","@id":8668895789,"@timestamp":1619448827},"coords":"51.0739651,-1.0928706","bedrooms":"1","price":"223000","area":"428"} , +{"type":"Feature","id":"n8668993778","geometry":{"type":"Point","coordinates":[-0.724628,51.2359414]},"properties":{"@type":"node","@id":8668993778,"@timestamp":1619451585},"coords":"51.2359414,-0.724628","bedrooms":"3","price":"198000","area":"573"} , +{"type":"Feature","id":"n8669093947","geometry":{"type":"Point","coordinates":[0.0106913,51.5275501]},"properties":{"@type":"node","@id":8669093947,"@timestamp":1619453736},"coords":"51.5275501,0.0106913","bedrooms":"3","price":"262000","area":"592"} , +{"type":"Feature","id":"n8669093961","geometry":{"type":"Point","coordinates":[0.0091986,51.5271738]},"properties":{"@type":"node","@id":8669093961,"@timestamp":1619453736},"coords":"51.5271738,0.0091986","bedrooms":"2","price":"199000","area":"430"} , +{"type":"Feature","id":"n8669093971","geometry":{"type":"Point","coordinates":[0.0087145,51.5253599]},"properties":{"@type":"node","@id":8669093971,"@timestamp":1619453736},"coords":"51.5253599,0.0087145","bedrooms":"0","price":"297000","area":"513"} , +{"type":"Feature","id":"n8669093981","geometry":{"type":"Point","coordinates":[0.0096855,51.5254834]},"properties":{"@type":"node","@id":8669093981,"@timestamp":1619453736},"coords":"51.5254834,0.0096855","bedrooms":"4","price":"181000","area":"522"} , +{"type":"Feature","id":"n8669100943","geometry":{"type":"Point","coordinates":[-1.0369688,51.3061099]},"properties":{"@type":"node","@id":8669100943,"@timestamp":1619454087},"coords":"51.3061099,-1.0369688","bedrooms":"4","price":"289000","area":"614"} , +{"type":"Feature","id":"n8669235684","geometry":{"type":"Point","coordinates":[0.1725144,51.897521]},"properties":{"@type":"node","@id":8669235684,"@timestamp":1619457174},"coords":"51.897521,0.1725144","bedrooms":"0","price":"163000","area":"613"} , +{"type":"Feature","id":"n8669251914","geometry":{"type":"Point","coordinates":[0.3394991,51.9043124]},"properties":{"@type":"node","@id":8669251914,"@timestamp":1619457174},"coords":"51.9043124,0.3394991","bedrooms":"3","price":"276000","area":"511"} , +{"type":"Feature","id":"n8669278130","geometry":{"type":"Point","coordinates":[0.7346946,51.3540299]},"properties":{"@type":"node","@id":8669278130,"@timestamp":1619457691},"coords":"51.3540299,0.7346946","bedrooms":"4","price":"276000","area":"425"} , +{"type":"Feature","id":"n8669278140","geometry":{"type":"Point","coordinates":[0.7345819,51.3516563]},"properties":{"@type":"node","@id":8669278140,"@timestamp":1619457691},"coords":"51.3516563,0.7345819","bedrooms":"0","price":"172000","area":"550"} , +{"type":"Feature","id":"n8669278150","geometry":{"type":"Point","coordinates":[0.7420868,51.3580298]},"properties":{"@type":"node","@id":8669278150,"@timestamp":1619457691},"coords":"51.3580298,0.7420868","bedrooms":"1","price":"235000","area":"678"} , +{"type":"Feature","id":"n8669352624","geometry":{"type":"Point","coordinates":[-0.2253638,51.505153]},"properties":{"@type":"node","@id":8669352624,"@timestamp":1619459104},"coords":"51.505153,-0.2253638","bedrooms":"0","price":"167000","area":"583"} , +{"type":"Feature","id":"n8669391503","geometry":{"type":"Point","coordinates":[-0.0566858,51.5397128]},"properties":{"@type":"node","@id":8669391503,"@timestamp":1619460025},"coords":"51.5397128,-0.0566858","bedrooms":"2","price":"266000","area":"676"} , +{"type":"Feature","id":"n8669423302","geometry":{"type":"Point","coordinates":[0.0030383,51.5549415]},"properties":{"@type":"node","@id":8669423302,"@timestamp":1619460799},"coords":"51.5549415,0.0030383","bedrooms":"1","price":"286000","area":"438"} , +{"type":"Feature","id":"n8669470248","geometry":{"type":"Point","coordinates":[-0.3092634,51.2975432]},"properties":{"@type":"node","@id":8669470248,"@timestamp":1619461576},"coords":"51.2975432,-0.3092634","bedrooms":"2","price":"272000","area":"481"} , +{"type":"Feature","id":"n8669530566","geometry":{"type":"Point","coordinates":[-0.1368778,51.4496906]},"properties":{"@type":"node","@id":8669530566,"@timestamp":1619464545},"coords":"51.4496906,-0.1368778","bedrooms":"1","price":"230000","area":"528"} , +{"type":"Feature","id":"n8669530587","geometry":{"type":"Point","coordinates":[-0.1345647,51.4517924]},"properties":{"@type":"node","@id":8669530587,"@timestamp":1619464545},"coords":"51.4517924,-0.1345647","bedrooms":"1","price":"220000","area":"677"} , +{"type":"Feature","id":"n8669530601","geometry":{"type":"Point","coordinates":[-0.1337348,51.4519432]},"properties":{"@type":"node","@id":8669530601,"@timestamp":1619464545},"coords":"51.4519432,-0.1337348","bedrooms":"3","price":"254000","area":"438"} , +{"type":"Feature","id":"n8669556896","geometry":{"type":"Point","coordinates":[0.1607448,51.3004907]},"properties":{"@type":"node","@id":8669556896,"@timestamp":1619807962},"coords":"51.3004907,0.1607448","bedrooms":"1","price":"272000","area":"574"} , +{"type":"Feature","id":"n8669562163","geometry":{"type":"Point","coordinates":[-0.1333191,51.4530214]},"properties":{"@type":"node","@id":8669562163,"@timestamp":1619464545},"coords":"51.4530214,-0.1333191","bedrooms":"1","price":"219000","area":"648"} , +{"type":"Feature","id":"n8669576644","geometry":{"type":"Point","coordinates":[-0.1843872,51.4240678]},"properties":{"@type":"node","@id":8669576644,"@timestamp":1619465575},"coords":"51.4240678,-0.1843872","bedrooms":"4","price":"297000","area":"474"} , +{"type":"Feature","id":"n8669775611","geometry":{"type":"Point","coordinates":[0.0678371,51.6392684]},"properties":{"@type":"node","@id":8669775611,"@timestamp":1619469518},"coords":"51.6392684,0.0678371","bedrooms":"4","price":"152000","area":"697"} , +{"type":"Feature","id":"n8669779529","geometry":{"type":"Point","coordinates":[0.4732558,51.7701839]},"properties":{"@type":"node","@id":8669779529,"@timestamp":1619468856},"coords":"51.7701839,0.4732558","bedrooms":"4","price":"288000","area":"656"} , +{"type":"Feature","id":"n8669779539","geometry":{"type":"Point","coordinates":[0.4732042,51.7714985]},"properties":{"@type":"node","@id":8669779539,"@timestamp":1619468856},"coords":"51.7714985,0.4732042","bedrooms":"4","price":"278000","area":"376"} , +{"type":"Feature","id":"n8669988013","geometry":{"type":"Point","coordinates":[-0.774013,51.4103256]},"properties":{"@type":"node","@id":8669988013,"@timestamp":1619475090},"coords":"51.4103256,-0.774013","bedrooms":"1","price":"263000","area":"528"} , +{"type":"Feature","id":"n8670015353","geometry":{"type":"Point","coordinates":[0.2275258,51.4625248]},"properties":{"@type":"node","@id":8670015353,"@timestamp":1619561283},"coords":"51.4625248,0.2275258","bedrooms":"0","price":"189000","area":"630"} , +{"type":"Feature","id":"n8670064223","geometry":{"type":"Point","coordinates":[-0.3233844,51.4774903]},"properties":{"@type":"node","@id":8670064223,"@timestamp":1619478904},"coords":"51.4774903,-0.3233844","bedrooms":"3","price":"224000","area":"520"} , +{"type":"Feature","id":"n8670095777","geometry":{"type":"Point","coordinates":[-0.3027462,51.3061858]},"properties":{"@type":"node","@id":8670095777,"@timestamp":1619654199},"coords":"51.3061858,-0.3027462","bedrooms":"2","price":"251000","area":"626"} , +{"type":"Feature","id":"n8670108258","geometry":{"type":"Point","coordinates":[-0.3297998,51.4676838]},"properties":{"@type":"node","@id":8670108258,"@timestamp":1619480919},"coords":"51.4676838,-0.3297998","bedrooms":"4","price":"208000","area":"426"} , +{"type":"Feature","id":"n8670206644","geometry":{"type":"Point","coordinates":[-0.1218286,51.4923808]},"properties":{"@type":"node","@id":8670206644,"@timestamp":1619486570},"coords":"51.4923808,-0.1218286","bedrooms":"0","price":"171000","area":"472"} , +{"type":"Feature","id":"n8670315066","geometry":{"type":"Point","coordinates":[-0.2251361,51.5034263]},"properties":{"@type":"node","@id":8670315066,"@timestamp":1619492651},"coords":"51.5034263,-0.2251361","bedrooms":"0","price":"177000","area":"361"} , +{"type":"Feature","id":"n8670316045","geometry":{"type":"Point","coordinates":[-0.2254281,51.5039504]},"properties":{"@type":"node","@id":8670316045,"@timestamp":1619492651},"coords":"51.5039504,-0.2254281","bedrooms":"3","price":"296000","area":"514"} , +{"type":"Feature","id":"n8670316117","geometry":{"type":"Point","coordinates":[-0.2256479,51.5046179]},"properties":{"@type":"node","@id":8670316117,"@timestamp":1619492651},"coords":"51.5046179,-0.2256479","bedrooms":"3","price":"260000","area":"481"} , +{"type":"Feature","id":"n8670357246","geometry":{"type":"Point","coordinates":[-0.0617099,51.447796]},"properties":{"@type":"node","@id":8670357246,"@timestamp":1619494662},"coords":"51.447796,-0.0617099","bedrooms":"0","price":"161000","area":"693"} , +{"type":"Feature","id":"n8670617286","geometry":{"type":"Point","coordinates":[-0.9449627,51.218353]},"properties":{"@type":"node","@id":8670617286,"@timestamp":1619501915},"coords":"51.218353,-0.9449627","bedrooms":"4","price":"243000","area":"605"} , +{"type":"Feature","id":"n8670627411","geometry":{"type":"Point","coordinates":[-0.2253112,51.5031314]},"properties":{"@type":"node","@id":8670627411,"@timestamp":1619501988},"coords":"51.5031314,-0.2253112","bedrooms":"2","price":"247000","area":"626"} , +{"type":"Feature","id":"n8670632442","geometry":{"type":"Point","coordinates":[-0.2259878,51.5046253]},"properties":{"@type":"node","@id":8670632442,"@timestamp":1619501988},"coords":"51.5046253,-0.2259878","bedrooms":"2","price":"169000","area":"487"} , +{"type":"Feature","id":"n8670632452","geometry":{"type":"Point","coordinates":[-0.2258951,51.5041265]},"properties":{"@type":"node","@id":8670632452,"@timestamp":1619501988},"coords":"51.5041265,-0.2258951","bedrooms":"4","price":"246000","area":"485"} , +{"type":"Feature","id":"n8670632462","geometry":{"type":"Point","coordinates":[-0.2256468,51.5036517]},"properties":{"@type":"node","@id":8670632462,"@timestamp":1619501988},"coords":"51.5036517,-0.2256468","bedrooms":"0","price":"294000","area":"485"} , +{"type":"Feature","id":"n8670662528","geometry":{"type":"Point","coordinates":[-0.280964,51.5608762]},"properties":{"@type":"node","@id":8670662528,"@timestamp":1619503021},"coords":"51.5608762,-0.280964","bedrooms":"3","price":"153000","area":"516"} , +{"type":"Feature","id":"n8670794822","geometry":{"type":"Point","coordinates":[0.1656194,51.3999974]},"properties":{"@type":"node","@id":8670794822,"@timestamp":1619505559},"coords":"51.3999974,0.1656194","bedrooms":"2","price":"289000","area":"392"} , +{"type":"Feature","id":"n8670934824","geometry":{"type":"Point","coordinates":[-0.0549858,51.4946582]},"properties":{"@type":"node","@id":8670934824,"@timestamp":1619509672},"coords":"51.4946582,-0.0549858","bedrooms":"3","price":"265000","area":"411"} , +{"type":"Feature","id":"n8670973150","geometry":{"type":"Point","coordinates":[-0.1714902,51.4245936]},"properties":{"@type":"node","@id":8670973150,"@timestamp":1619735230},"coords":"51.4245936,-0.1714902","bedrooms":"0","price":"258000","area":"662"} , +{"type":"Feature","id":"n8671096118","geometry":{"type":"Point","coordinates":[-0.4878121,50.9522286]},"properties":{"@type":"node","@id":8671096118,"@timestamp":1631532523},"coords":"50.9522286,-0.4878121","bedrooms":"1","price":"203000","area":"539"} , +{"type":"Feature","id":"n8671268793","geometry":{"type":"Point","coordinates":[-0.1287976,51.4430979]},"properties":{"@type":"node","@id":8671268793,"@timestamp":1619516474},"coords":"51.4430979,-0.1287976","bedrooms":"1","price":"261000","area":"621"} , +{"type":"Feature","id":"n8671364198","geometry":{"type":"Point","coordinates":[-0.1438491,51.4441042]},"properties":{"@type":"node","@id":8671364198,"@timestamp":1619517392},"coords":"51.4441042,-0.1438491","bedrooms":"1","price":"199000","area":"350"} , +{"type":"Feature","id":"n8671383264","geometry":{"type":"Point","coordinates":[-0.1427534,51.4443647]},"properties":{"@type":"node","@id":8671383264,"@timestamp":1619517392},"coords":"51.4443647,-0.1427534","bedrooms":"2","price":"209000","area":"570"} , +{"type":"Feature","id":"n8671384948","geometry":{"type":"Point","coordinates":[0.6828817,51.2190147]},"properties":{"@type":"node","@id":8671384948,"@timestamp":1619517703},"coords":"51.2190147,0.6828817","bedrooms":"1","price":"216000","area":"382"} , +{"type":"Feature","id":"n8671442111","geometry":{"type":"Point","coordinates":[-0.7618775,51.3933036]},"properties":{"@type":"node","@id":8671442111,"@timestamp":1619520469},"coords":"51.3933036,-0.7618775","bedrooms":"1","price":"284000","area":"352"} , +{"type":"Feature","id":"n8671448474","geometry":{"type":"Point","coordinates":[-0.1443419,51.443585]},"properties":{"@type":"node","@id":8671448474,"@timestamp":1619518763},"coords":"51.443585,-0.1443419","bedrooms":"1","price":"229000","area":"385"} , +{"type":"Feature","id":"n8671529837","geometry":{"type":"Point","coordinates":[-0.3635084,51.4784462]},"properties":{"@type":"node","@id":8671529837,"@timestamp":1619520208},"coords":"51.4784462,-0.3635084","bedrooms":"3","price":"175000","area":"503"} , +{"type":"Feature","id":"n8671626943","geometry":{"type":"Point","coordinates":[-0.7588322,51.3949885]},"properties":{"@type":"node","@id":8671626943,"@timestamp":1619522544},"coords":"51.3949885,-0.7588322","bedrooms":"2","price":"209000","area":"540"} , +{"type":"Feature","id":"n8671626963","geometry":{"type":"Point","coordinates":[-0.7559371,51.3928009]},"properties":{"@type":"node","@id":8671626963,"@timestamp":1619522544},"coords":"51.3928009,-0.7559371","bedrooms":"0","price":"283000","area":"475"} , +{"type":"Feature","id":"n8671705273","geometry":{"type":"Point","coordinates":[-0.7542559,51.3894852]},"properties":{"@type":"node","@id":8671705273,"@timestamp":1619523885},"coords":"51.3894852,-0.7542559","bedrooms":"3","price":"237000","area":"454"} , +{"type":"Feature","id":"n8671901840","geometry":{"type":"Point","coordinates":[0.0741441,51.4345834]},"properties":{"@type":"node","@id":8671901840,"@timestamp":1619528267},"coords":"51.4345834,0.0741441","bedrooms":"3","price":"154000","area":"694"} , +{"type":"Feature","id":"n8672104017","geometry":{"type":"Point","coordinates":[0.492534,51.6944126]},"properties":{"@type":"node","@id":8672104017,"@timestamp":1619532567},"coords":"51.6944126,0.492534","bedrooms":"4","price":"295000","area":"693"} , +{"type":"Feature","id":"n8672215558","geometry":{"type":"Point","coordinates":[0.0753461,51.4346356]},"properties":{"@type":"node","@id":8672215558,"@timestamp":1619535064},"coords":"51.4346356,0.0753461","bedrooms":"1","price":"168000","area":"681"} , +{"type":"Feature","id":"n8672228816","geometry":{"type":"Point","coordinates":[0.0726915,51.4336415]},"properties":{"@type":"node","@id":8672228816,"@timestamp":1619535064},"coords":"51.4336415,0.0726915","bedrooms":"0","price":"199000","area":"497"} , +{"type":"Feature","id":"n8672342823","geometry":{"type":"Point","coordinates":[-0.7751224,51.3530025]},"properties":{"@type":"node","@id":8672342823,"@timestamp":1619537213},"coords":"51.3530025,-0.7751224","bedrooms":"3","price":"181000","area":"644"} , +{"type":"Feature","id":"n8672488267","geometry":{"type":"Point","coordinates":[0.0745761,51.4352764]},"properties":{"@type":"node","@id":8672488267,"@timestamp":1619540042},"coords":"51.4352764,0.0745761","bedrooms":"4","price":"220000","area":"392"} , +{"type":"Feature","id":"n8672556651","geometry":{"type":"Point","coordinates":[0.269328,51.8918919]},"properties":{"@type":"node","@id":8672556651,"@timestamp":1619541905},"coords":"51.8918919,0.269328","bedrooms":"1","price":"246000","area":"539"} , +{"type":"Feature","id":"n8672582026","geometry":{"type":"Point","coordinates":[0.2821955,51.8700072]},"properties":{"@type":"node","@id":8672582026,"@timestamp":1619541905},"coords":"51.8700072,0.2821955","bedrooms":"3","price":"201000","area":"690"} , +{"type":"Feature","id":"n8672702163","geometry":{"type":"Point","coordinates":[-0.0847,51.4801567]},"properties":{"@type":"node","@id":8672702163,"@timestamp":1619545663},"coords":"51.4801567,-0.0847","bedrooms":"4","price":"228000","area":"665"} , +{"type":"Feature","id":"n8672784563","geometry":{"type":"Point","coordinates":[0.0674695,51.4358419]},"properties":{"@type":"node","@id":8672784563,"@timestamp":1619546647},"coords":"51.4358419,0.0674695","bedrooms":"3","price":"223000","area":"539"} , +{"type":"Feature","id":"n8672784575","geometry":{"type":"Point","coordinates":[0.0710309,51.4369247]},"properties":{"@type":"node","@id":8672784575,"@timestamp":1619546647},"coords":"51.4369247,0.0710309","bedrooms":"1","price":"202000","area":"565"} , +{"type":"Feature","id":"n8672824063","geometry":{"type":"Point","coordinates":[-1.1144506,51.8576725]},"properties":{"@type":"node","@id":8672824063,"@timestamp":1619548074},"coords":"51.8576725,-1.1144506","bedrooms":"0","price":"187000","area":"533"} , +{"type":"Feature","id":"n8672829762","geometry":{"type":"Point","coordinates":[0.4895009,51.7555917]},"properties":{"@type":"node","@id":8672829762,"@timestamp":1619548602},"coords":"51.7555917,0.4895009","bedrooms":"2","price":"154000","area":"502"} , +{"type":"Feature","id":"n8674025253","geometry":{"type":"Point","coordinates":[-0.2886108,50.9510009]},"properties":{"@type":"node","@id":8674025253,"@timestamp":1619554598},"coords":"50.9510009,-0.2886108","bedrooms":"4","price":"275000","area":"381"} , +{"type":"Feature","id":"n8674025272","geometry":{"type":"Point","coordinates":[-0.2912302,50.9504874]},"properties":{"@type":"node","@id":8674025272,"@timestamp":1619554598},"coords":"50.9504874,-0.2912302","bedrooms":"3","price":"223000","area":"402"} , +{"type":"Feature","id":"n8674074435","geometry":{"type":"Point","coordinates":[-0.4515582,51.5172362]},"properties":{"@type":"node","@id":8674074435,"@timestamp":1619554487},"coords":"51.5172362,-0.4515582","bedrooms":"4","price":"226000","area":"514"} , +{"type":"Feature","id":"n8674074445","geometry":{"type":"Point","coordinates":[-0.4513195,51.5171006]},"properties":{"@type":"node","@id":8674074445,"@timestamp":1619554487},"coords":"51.5171006,-0.4513195","bedrooms":"0","price":"155000","area":"505"} , +{"type":"Feature","id":"n8674074455","geometry":{"type":"Point","coordinates":[-0.4509621,51.5170702]},"properties":{"@type":"node","@id":8674074455,"@timestamp":1619554487},"coords":"51.5170702,-0.4509621","bedrooms":"0","price":"189000","area":"364"} , +{"type":"Feature","id":"n8674074465","geometry":{"type":"Point","coordinates":[-0.4505678,51.5171519]},"properties":{"@type":"node","@id":8674074465,"@timestamp":1619554487},"coords":"51.5171519,-0.4505678","bedrooms":"2","price":"184000","area":"641"} , +{"type":"Feature","id":"n8674074475","geometry":{"type":"Point","coordinates":[-0.4503841,51.5170919]},"properties":{"@type":"node","@id":8674074475,"@timestamp":1619554487},"coords":"51.5170919,-0.4503841","bedrooms":"2","price":"204000","area":"582"} , +{"type":"Feature","id":"n8674176096","geometry":{"type":"Point","coordinates":[-0.3281016,50.9442928]},"properties":{"@type":"node","@id":8674176096,"@timestamp":1619554598},"coords":"50.9442928,-0.3281016","bedrooms":"1","price":"229000","area":"579"} , +{"type":"Feature","id":"n8674176106","geometry":{"type":"Point","coordinates":[-0.329226,50.9523475]},"properties":{"@type":"node","@id":8674176106,"@timestamp":1619554598},"coords":"50.9523475,-0.329226","bedrooms":"0","price":"198000","area":"550"} , +{"type":"Feature","id":"n8674176130","geometry":{"type":"Point","coordinates":[-0.3260369,50.9399917]},"properties":{"@type":"node","@id":8674176130,"@timestamp":1619554598},"coords":"50.9399917,-0.3260369","bedrooms":"4","price":"255000","area":"390"} , +{"type":"Feature","id":"n8674182234","geometry":{"type":"Point","coordinates":[-0.4498369,51.5170476]},"properties":{"@type":"node","@id":8674182234,"@timestamp":1619555157},"coords":"51.5170476,-0.4498369","bedrooms":"1","price":"151000","area":"504"} , +{"type":"Feature","id":"n8674182244","geometry":{"type":"Point","coordinates":[-0.4497504,51.5166842]},"properties":{"@type":"node","@id":8674182244,"@timestamp":1619555157},"coords":"51.5166842,-0.4497504","bedrooms":"1","price":"265000","area":"657"} , +{"type":"Feature","id":"n8674182254","geometry":{"type":"Point","coordinates":[-0.4495304,51.5164192]},"properties":{"@type":"node","@id":8674182254,"@timestamp":1619555157},"coords":"51.5164192,-0.4495304","bedrooms":"0","price":"291000","area":"623"} , +{"type":"Feature","id":"n8674182264","geometry":{"type":"Point","coordinates":[-0.4491227,51.5161955]},"properties":{"@type":"node","@id":8674182264,"@timestamp":1619555157},"coords":"51.5161955,-0.4491227","bedrooms":"4","price":"151000","area":"496"} , +{"type":"Feature","id":"n8674186128","geometry":{"type":"Point","coordinates":[-0.4494466,51.5174691]},"properties":{"@type":"node","@id":8674186128,"@timestamp":1619554912},"coords":"51.5174691,-0.4494466","bedrooms":"3","price":"222000","area":"508"} , +{"type":"Feature","id":"n8674186138","geometry":{"type":"Point","coordinates":[-0.4490322,51.5174632]},"properties":{"@type":"node","@id":8674186138,"@timestamp":1619554912},"coords":"51.5174632,-0.4490322","bedrooms":"1","price":"238000","area":"462"} , +{"type":"Feature","id":"n8674186148","geometry":{"type":"Point","coordinates":[-0.4484247,51.5176535]},"properties":{"@type":"node","@id":8674186148,"@timestamp":1619554912},"coords":"51.5176535,-0.4484247","bedrooms":"2","price":"279000","area":"449"} , +{"type":"Feature","id":"n8674186158","geometry":{"type":"Point","coordinates":[-0.4478775,51.5177244]},"properties":{"@type":"node","@id":8674186158,"@timestamp":1619554912},"coords":"51.5177244,-0.4478775","bedrooms":"1","price":"292000","area":"387"} , +{"type":"Feature","id":"n8674259139","geometry":{"type":"Point","coordinates":[-0.7791848,51.4055579]},"properties":{"@type":"node","@id":8674259139,"@timestamp":1619557384},"coords":"51.4055579,-0.7791848","bedrooms":"2","price":"238000","area":"537"} , +{"type":"Feature","id":"n8674371273","geometry":{"type":"Point","coordinates":[-0.0750575,51.5818537]},"properties":{"@type":"node","@id":8674371273,"@timestamp":1619563035},"coords":"51.5818537,-0.0750575","bedrooms":"4","price":"216000","area":"638"} , +{"type":"Feature","id":"n8674486597","geometry":{"type":"Point","coordinates":[-0.2982824,51.3045861]},"properties":{"@type":"node","@id":8674486597,"@timestamp":1619567933},"coords":"51.3045861,-0.2982824","bedrooms":"0","price":"181000","area":"688"} , +{"type":"Feature","id":"n8674948530","geometry":{"type":"Point","coordinates":[-0.0432685,51.5116599]},"properties":{"@type":"node","@id":8674948530,"@timestamp":1619587177},"coords":"51.5116599,-0.0432685","bedrooms":"3","price":"174000","area":"533"} , +{"type":"Feature","id":"n8675092259","geometry":{"type":"Point","coordinates":[-0.1438614,51.5767719]},"properties":{"@type":"node","@id":8675092259,"@timestamp":1620729432},"coords":"51.5767719,-0.1438614","bedrooms":"4","price":"164000","area":"369"} , +{"type":"Feature","id":"n8675211116","geometry":{"type":"Point","coordinates":[-0.1286865,51.5296616]},"properties":{"@type":"node","@id":8675211116,"@timestamp":1619593820},"coords":"51.5296616,-0.1286865","bedrooms":"2","price":"236000","area":"354"} , +{"type":"Feature","id":"n8675315214","geometry":{"type":"Point","coordinates":[-0.0655657,51.5689941]},"properties":{"@type":"node","@id":8675315214,"@timestamp":1619595408},"coords":"51.5689941,-0.0655657","bedrooms":"3","price":"227000","area":"590"} , +{"type":"Feature","id":"n8675428656","geometry":{"type":"Point","coordinates":[0.0797166,51.5391019]},"properties":{"@type":"node","@id":8675428656,"@timestamp":1619596687},"coords":"51.5391019,0.0797166","bedrooms":"0","price":"264000","area":"663"} , +{"type":"Feature","id":"n8675642201","geometry":{"type":"Point","coordinates":[0.008516,51.5528403]},"properties":{"@type":"node","@id":8675642201,"@timestamp":1619600980},"coords":"51.5528403,0.008516","bedrooms":"4","price":"198000","area":"382"} , +{"type":"Feature","id":"n8675649154","geometry":{"type":"Point","coordinates":[-0.1706766,51.4258009]},"properties":{"@type":"node","@id":8675649154,"@timestamp":1619769916},"coords":"51.4258009,-0.1706766","bedrooms":"4","price":"249000","area":"368"} , +{"type":"Feature","id":"n8675649169","geometry":{"type":"Point","coordinates":[-0.1713931,51.4275548]},"properties":{"@type":"node","@id":8675649169,"@timestamp":1619600746},"coords":"51.4275548,-0.1713931","bedrooms":"2","price":"169000","area":"617"} , +{"type":"Feature","id":"n8675723365","geometry":{"type":"Point","coordinates":[-0.5049816,51.3402052]},"properties":{"@type":"node","@id":8675723365,"@timestamp":1619603073},"coords":"51.3402052,-0.5049816","bedrooms":"3","price":"264000","area":"486"} , +{"type":"Feature","id":"n8675945687","geometry":{"type":"Point","coordinates":[0.0751627,51.4349208]},"properties":{"@type":"node","@id":8675945687,"@timestamp":1619634110},"coords":"51.4349208,0.0751627","bedrooms":"3","price":"188000","area":"439"} , +{"type":"Feature","id":"n8676230502","geometry":{"type":"Point","coordinates":[-0.0532737,51.5138217]},"properties":{"@type":"node","@id":8676230502,"@timestamp":1619611880},"coords":"51.5138217,-0.0532737","bedrooms":"0","price":"274000","area":"653"} , +{"type":"Feature","id":"n8676275839","geometry":{"type":"Point","coordinates":[-0.7798978,51.3472733]},"properties":{"@type":"node","@id":8676275839,"@timestamp":1619612686},"coords":"51.3472733,-0.7798978","bedrooms":"4","price":"290000","area":"382"} , +{"type":"Feature","id":"n8676390555","geometry":{"type":"Point","coordinates":[0.0704686,51.4362982]},"properties":{"@type":"node","@id":8676390555,"@timestamp":1619615387},"coords":"51.4362982,0.0704686","bedrooms":"1","price":"285000","area":"372"} , +{"type":"Feature","id":"n8676408781","geometry":{"type":"Point","coordinates":[-0.1373637,51.4490804]},"properties":{"@type":"node","@id":8676408781,"@timestamp":1619616119},"coords":"51.4490804,-0.1373637","bedrooms":"0","price":"251000","area":"508"} , +{"type":"Feature","id":"n8676419418","geometry":{"type":"Point","coordinates":[-0.137212,51.4490489]},"properties":{"@type":"node","@id":8676419418,"@timestamp":1619616119},"coords":"51.4490489,-0.137212","bedrooms":"1","price":"193000","area":"673"} , +{"type":"Feature","id":"n8676533089","geometry":{"type":"Point","coordinates":[-0.1405686,51.441783]},"properties":{"@type":"node","@id":8676533089,"@timestamp":1619619232},"coords":"51.441783,-0.1405686","bedrooms":"0","price":"180000","area":"440"} , +{"type":"Feature","id":"n8676533101","geometry":{"type":"Point","coordinates":[-0.1402987,51.4416975]},"properties":{"@type":"node","@id":8676533101,"@timestamp":1619619232},"coords":"51.4416975,-0.1402987","bedrooms":"0","price":"250000","area":"668"} , +{"type":"Feature","id":"n8676533111","geometry":{"type":"Point","coordinates":[-0.1384608,51.4414495]},"properties":{"@type":"node","@id":8676533111,"@timestamp":1619619232},"coords":"51.4414495,-0.1384608","bedrooms":"0","price":"258000","area":"656"} , +{"type":"Feature","id":"n8676561520","geometry":{"type":"Point","coordinates":[-0.1433848,51.4417591]},"properties":{"@type":"node","@id":8676561520,"@timestamp":1619619232},"coords":"51.4417591,-0.1433848","bedrooms":"4","price":"297000","area":"464"} , +{"type":"Feature","id":"n8676658151","geometry":{"type":"Point","coordinates":[-0.0710052,51.5246569]},"properties":{"@type":"node","@id":8676658151,"@timestamp":1619621437},"coords":"51.5246569,-0.0710052","bedrooms":"2","price":"194000","area":"583"} , +{"type":"Feature","id":"n8676785414","geometry":{"type":"Point","coordinates":[0.0822509,51.5362659]},"properties":{"@type":"node","@id":8676785414,"@timestamp":1619624584},"coords":"51.5362659,0.0822509","bedrooms":"1","price":"292000","area":"443"} , +{"type":"Feature","id":"n8676934300","geometry":{"type":"Point","coordinates":[0.7220963,51.3493026]},"properties":{"@type":"node","@id":8676934300,"@timestamp":1619628920},"coords":"51.3493026,0.7220963","bedrooms":"4","price":"251000","area":"579"} , +{"type":"Feature","id":"n8676934310","geometry":{"type":"Point","coordinates":[0.729357,51.3522526]},"properties":{"@type":"node","@id":8676934310,"@timestamp":1619628920},"coords":"51.3522526,0.729357","bedrooms":"1","price":"294000","area":"628"} , +{"type":"Feature","id":"n8676950576","geometry":{"type":"Point","coordinates":[0.7085216,51.3460224]},"properties":{"@type":"node","@id":8676950576,"@timestamp":1619629162},"coords":"51.3460224,0.7085216","bedrooms":"4","price":"204000","area":"558"} , +{"type":"Feature","id":"n8676950586","geometry":{"type":"Point","coordinates":[0.714047,51.3451546]},"properties":{"@type":"node","@id":8676950586,"@timestamp":1619629162},"coords":"51.3451546,0.714047","bedrooms":"1","price":"295000","area":"380"} , +{"type":"Feature","id":"n8676951618","geometry":{"type":"Point","coordinates":[0.7255483,51.3516998]},"properties":{"@type":"node","@id":8676951618,"@timestamp":1619628920},"coords":"51.3516998,0.7255483","bedrooms":"3","price":"251000","area":"528"} , +{"type":"Feature","id":"n8676951628","geometry":{"type":"Point","coordinates":[0.7273695,51.3475671]},"properties":{"@type":"node","@id":8676951628,"@timestamp":1619628920},"coords":"51.3475671,0.7273695","bedrooms":"1","price":"294000","area":"663"} , +{"type":"Feature","id":"n8677036698","geometry":{"type":"Point","coordinates":[0.7183921,51.3523875]},"properties":{"@type":"node","@id":8677036698,"@timestamp":1619630833},"coords":"51.3523875,0.7183921","bedrooms":"3","price":"174000","area":"456"} , +{"type":"Feature","id":"n8677135719","geometry":{"type":"Point","coordinates":[-0.6539333,51.3055968]},"properties":{"@type":"node","@id":8677135719,"@timestamp":1619632905},"coords":"51.3055968,-0.6539333","bedrooms":"3","price":"186000","area":"418"} , +{"type":"Feature","id":"n8677135729","geometry":{"type":"Point","coordinates":[-0.6537321,51.3059507]},"properties":{"@type":"node","@id":8677135729,"@timestamp":1619632905},"coords":"51.3059507,-0.6537321","bedrooms":"4","price":"249000","area":"602"} , +{"type":"Feature","id":"n8677135739","geometry":{"type":"Point","coordinates":[-0.6545663,51.304532]},"properties":{"@type":"node","@id":8677135739,"@timestamp":1619632905},"coords":"51.304532,-0.6545663","bedrooms":"0","price":"274000","area":"671"} , +{"type":"Feature","id":"n8677281547","geometry":{"type":"Point","coordinates":[0.1131932,51.3934597]},"properties":{"@type":"node","@id":8677281547,"@timestamp":1620075956},"coords":"51.3934597,0.1131932","bedrooms":"0","price":"272000","area":"578"} , +{"type":"Feature","id":"n8677406797","geometry":{"type":"Point","coordinates":[0.0151441,51.4065889]},"properties":{"@type":"node","@id":8677406797,"@timestamp":1619638007},"coords":"51.4065889,0.0151441","bedrooms":"3","price":"278000","area":"572"} , +{"type":"Feature","id":"n8677602050","geometry":{"type":"Point","coordinates":[-0.7370396,51.4229655]},"properties":{"@type":"node","@id":8677602050,"@timestamp":1619641929},"coords":"51.4229655,-0.7370396","bedrooms":"2","price":"276000","area":"558"} , +{"type":"Feature","id":"n8677649665","geometry":{"type":"Point","coordinates":[-0.4143587,51.6472402]},"properties":{"@type":"node","@id":8677649665,"@timestamp":1619643989},"coords":"51.6472402,-0.4143587","bedrooms":"0","price":"216000","area":"372"} , +{"type":"Feature","id":"n8677649675","geometry":{"type":"Point","coordinates":[-0.4139211,51.6476185]},"properties":{"@type":"node","@id":8677649675,"@timestamp":1619643989},"coords":"51.6476185,-0.4139211","bedrooms":"2","price":"156000","area":"664"} , +{"type":"Feature","id":"n8677660536","geometry":{"type":"Point","coordinates":[-0.1959003,51.2401924]},"properties":{"@type":"node","@id":8677660536,"@timestamp":1633721906},"coords":"51.2401924,-0.1959003","bedrooms":"2","price":"197000","area":"426"} , +{"type":"Feature","id":"n8677672497","geometry":{"type":"Point","coordinates":[-0.140391,51.4418328]},"properties":{"@type":"node","@id":8677672497,"@timestamp":1619644215},"coords":"51.4418328,-0.140391","bedrooms":"0","price":"291000","area":"695"} , +{"type":"Feature","id":"n8677679491","geometry":{"type":"Point","coordinates":[-0.1358149,51.4491426]},"properties":{"@type":"node","@id":8677679491,"@timestamp":1619643960},"coords":"51.4491426,-0.1358149","bedrooms":"0","price":"284000","area":"478"} , +{"type":"Feature","id":"n8677683526","geometry":{"type":"Point","coordinates":[-0.4079966,51.6484244]},"properties":{"@type":"node","@id":8677683526,"@timestamp":1619643989},"coords":"51.6484244,-0.4079966","bedrooms":"4","price":"222000","area":"491"} , +{"type":"Feature","id":"n8677841240","geometry":{"type":"Point","coordinates":[-0.2936751,51.3094383]},"properties":{"@type":"node","@id":8677841240,"@timestamp":1619733813},"coords":"51.3094383,-0.2936751","bedrooms":"1","price":"160000","area":"389"} , +{"type":"Feature","id":"n8677904001","geometry":{"type":"Point","coordinates":[0.2367277,51.4630466]},"properties":{"@type":"node","@id":8677904001,"@timestamp":1619658075},"coords":"51.4630466,0.2367277","bedrooms":"4","price":"214000","area":"483"} , +{"type":"Feature","id":"n8677904255","geometry":{"type":"Point","coordinates":[0.2312681,51.4632003]},"properties":{"@type":"node","@id":8677904255,"@timestamp":1619658075},"coords":"51.4632003,0.2312681","bedrooms":"2","price":"285000","area":"490"} , +{"type":"Feature","id":"n8677904265","geometry":{"type":"Point","coordinates":[0.2310012,51.4632651]},"properties":{"@type":"node","@id":8677904265,"@timestamp":1619658075},"coords":"51.4632651,0.2310012","bedrooms":"3","price":"227000","area":"672"} , +{"type":"Feature","id":"n8677904275","geometry":{"type":"Point","coordinates":[0.2307233,51.4632816]},"properties":{"@type":"node","@id":8677904275,"@timestamp":1619658075},"coords":"51.4632816,0.2307233","bedrooms":"0","price":"227000","area":"545"} , +{"type":"Feature","id":"n8677904285","geometry":{"type":"Point","coordinates":[0.2303954,51.4632609]},"properties":{"@type":"node","@id":8677904285,"@timestamp":1619658075},"coords":"51.4632609,0.2303954","bedrooms":"0","price":"234000","area":"630"} , +{"type":"Feature","id":"n8677904295","geometry":{"type":"Point","coordinates":[0.2305235,51.4632331]},"properties":{"@type":"node","@id":8677904295,"@timestamp":1619658075},"coords":"51.4632331,0.2305235","bedrooms":"1","price":"158000","area":"668"} , +{"type":"Feature","id":"n8677904305","geometry":{"type":"Point","coordinates":[0.2304641,51.4631373]},"properties":{"@type":"node","@id":8677904305,"@timestamp":1619658075},"coords":"51.4631373,0.2304641","bedrooms":"2","price":"197000","area":"350"} , +{"type":"Feature","id":"n8677975976","geometry":{"type":"Point","coordinates":[-0.1161572,51.6031081]},"properties":{"@type":"node","@id":8677975976,"@timestamp":1619664156},"coords":"51.6031081,-0.1161572","bedrooms":"2","price":"286000","area":"575"} , +{"type":"Feature","id":"n8678291552","geometry":{"type":"Point","coordinates":[-0.2275669,51.5052211]},"properties":{"@type":"node","@id":8678291552,"@timestamp":1619673579},"coords":"51.5052211,-0.2275669","bedrooms":"1","price":"242000","area":"416"} , +{"type":"Feature","id":"n8678291562","geometry":{"type":"Point","coordinates":[-0.2275711,51.5047057]},"properties":{"@type":"node","@id":8678291562,"@timestamp":1619673579},"coords":"51.5047057,-0.2275711","bedrooms":"4","price":"291000","area":"602"} , +{"type":"Feature","id":"n8678291572","geometry":{"type":"Point","coordinates":[-0.2275754,51.5041885]},"properties":{"@type":"node","@id":8678291572,"@timestamp":1619673579},"coords":"51.5041885,-0.2275754","bedrooms":"0","price":"216000","area":"567"} , +{"type":"Feature","id":"n8678843142","geometry":{"type":"Point","coordinates":[-0.77853,51.8214099]},"properties":{"@type":"node","@id":8678843142,"@timestamp":1619685150},"coords":"51.8214099,-0.77853","bedrooms":"4","price":"250000","area":"525"} , +{"type":"Feature","id":"n8678918963","geometry":{"type":"Point","coordinates":[-0.2276056,51.5038835]},"properties":{"@type":"node","@id":8678918963,"@timestamp":1619686576},"coords":"51.5038835,-0.2276056","bedrooms":"2","price":"195000","area":"449"} , +{"type":"Feature","id":"n8678918994","geometry":{"type":"Point","coordinates":[-0.2276216,51.5031433]},"properties":{"@type":"node","@id":8678918994,"@timestamp":1619686576},"coords":"51.5031433,-0.2276216","bedrooms":"2","price":"193000","area":"351"} , +{"type":"Feature","id":"n8678958701","geometry":{"type":"Point","coordinates":[-0.1437713,51.4423124]},"properties":{"@type":"node","@id":8678958701,"@timestamp":1619687218},"coords":"51.4423124,-0.1437713","bedrooms":"2","price":"200000","area":"412"} , +{"type":"Feature","id":"n8679129316","geometry":{"type":"Point","coordinates":[-0.1674241,51.427795]},"properties":{"@type":"node","@id":8679129316,"@timestamp":1619690763},"coords":"51.427795,-0.1674241","bedrooms":"0","price":"156000","area":"682"} , +{"type":"Feature","id":"n8679208450","geometry":{"type":"Point","coordinates":[-0.227751,51.5022804]},"properties":{"@type":"node","@id":8679208450,"@timestamp":1619691643},"coords":"51.5022804,-0.227751","bedrooms":"0","price":"225000","area":"599"} , +{"type":"Feature","id":"n8679272360","geometry":{"type":"Point","coordinates":[0.074058,51.4324857]},"properties":{"@type":"node","@id":8679272360,"@timestamp":1619692792},"coords":"51.4324857,0.074058","bedrooms":"1","price":"219000","area":"601"} , +{"type":"Feature","id":"n8679272370","geometry":{"type":"Point","coordinates":[0.0762058,51.4320375]},"properties":{"@type":"node","@id":8679272370,"@timestamp":1619692792},"coords":"51.4320375,0.0762058","bedrooms":"2","price":"209000","area":"674"} , +{"type":"Feature","id":"n8679451620","geometry":{"type":"Point","coordinates":[0.0705807,51.4348069]},"properties":{"@type":"node","@id":8679451620,"@timestamp":1619695962},"coords":"51.4348069,0.0705807","bedrooms":"0","price":"260000","area":"669"} , +{"type":"Feature","id":"n8679454479","geometry":{"type":"Point","coordinates":[-0.1449639,51.4441066]},"properties":{"@type":"node","@id":8679454479,"@timestamp":1619696766},"coords":"51.4441066,-0.1449639","bedrooms":"3","price":"299000","area":"596"} , +{"type":"Feature","id":"n8679487722","geometry":{"type":"Point","coordinates":[-0.1452847,51.4448822]},"properties":{"@type":"node","@id":8679487722,"@timestamp":1619696766},"coords":"51.4448822,-0.1452847","bedrooms":"2","price":"289000","area":"673"} , +{"type":"Feature","id":"n8679487762","geometry":{"type":"Point","coordinates":[-0.1455302,51.4455096]},"properties":{"@type":"node","@id":8679487762,"@timestamp":1619696766},"coords":"51.4455096,-0.1455302","bedrooms":"3","price":"299000","area":"374"} , +{"type":"Feature","id":"n8679596127","geometry":{"type":"Point","coordinates":[-0.2781855,51.4811338]},"properties":{"@type":"node","@id":8679596127,"@timestamp":1619699046},"coords":"51.4811338,-0.2781855","bedrooms":"1","price":"188000","area":"507"} , +{"type":"Feature","id":"n8679619987","geometry":{"type":"Point","coordinates":[-0.1408408,51.1112416]},"properties":{"@type":"node","@id":8679619987,"@timestamp":1619699921},"coords":"51.1112416,-0.1408408","bedrooms":"2","price":"286000","area":"603"} , +{"type":"Feature","id":"n8679623573","geometry":{"type":"Point","coordinates":[0.4830962,51.2740564]},"properties":{"@type":"node","@id":8679623573,"@timestamp":1619699802},"coords":"51.2740564,0.4830962","bedrooms":"3","price":"234000","area":"387"} , +{"type":"Feature","id":"n8679649416","geometry":{"type":"Point","coordinates":[-0.1654794,51.4258378]},"properties":{"@type":"node","@id":8679649416,"@timestamp":1619965636},"coords":"51.4258378,-0.1654794","bedrooms":"4","price":"166000","area":"421"} , +{"type":"Feature","id":"n8679652029","geometry":{"type":"Point","coordinates":[-0.1650832,51.4258087]},"properties":{"@type":"node","@id":8679652029,"@timestamp":1619965636},"coords":"51.4258087,-0.1650832","bedrooms":"2","price":"173000","area":"645"} , +{"type":"Feature","id":"n8679668278","geometry":{"type":"Point","coordinates":[0.486349,51.2746046]},"properties":{"@type":"node","@id":8679668278,"@timestamp":1619700343},"coords":"51.2746046,0.486349","bedrooms":"3","price":"156000","area":"359"} , +{"type":"Feature","id":"n8679839227","geometry":{"type":"Point","coordinates":[-0.1790232,51.4289615]},"properties":{"@type":"node","@id":8679839227,"@timestamp":1619703529},"coords":"51.4289615,-0.1790232","bedrooms":"1","price":"214000","area":"548"} , +{"type":"Feature","id":"n8679839237","geometry":{"type":"Point","coordinates":[-0.1663432,51.4264844]},"properties":{"@type":"node","@id":8679839237,"@timestamp":1619897093},"coords":"51.4264844,-0.1663432","bedrooms":"0","price":"196000","area":"563"} , +{"type":"Feature","id":"n8679839247","geometry":{"type":"Point","coordinates":[-0.175638,51.4281191]},"properties":{"@type":"node","@id":8679839247,"@timestamp":1619703529},"coords":"51.4281191,-0.175638","bedrooms":"1","price":"194000","area":"641"} , +{"type":"Feature","id":"n8679839257","geometry":{"type":"Point","coordinates":[-0.1656091,51.4262839]},"properties":{"@type":"node","@id":8679839257,"@timestamp":1619965636},"coords":"51.4262839,-0.1656091","bedrooms":"2","price":"172000","area":"519"} , +{"type":"Feature","id":"n8680006968","geometry":{"type":"Point","coordinates":[-0.7403689,51.2415914]},"properties":{"@type":"node","@id":8680006968,"@timestamp":1619862043},"coords":"51.2415914,-0.7403689","bedrooms":"4","price":"269000","area":"514"} , +{"type":"Feature","id":"n8680008459","geometry":{"type":"Point","coordinates":[-0.1457141,51.4459878]},"properties":{"@type":"node","@id":8680008459,"@timestamp":1619706536},"coords":"51.4459878,-0.1457141","bedrooms":"3","price":"167000","area":"631"} , +{"type":"Feature","id":"n8680021392","geometry":{"type":"Point","coordinates":[-0.4020398,51.6065219]},"properties":{"@type":"node","@id":8680021392,"@timestamp":1619707597},"coords":"51.6065219,-0.4020398","bedrooms":"2","price":"264000","area":"524"} , +{"type":"Feature","id":"n8680063623","geometry":{"type":"Point","coordinates":[-0.391521,51.6061326]},"properties":{"@type":"node","@id":8680063623,"@timestamp":1619707597},"coords":"51.6061326,-0.391521","bedrooms":"1","price":"241000","area":"681"} , +{"type":"Feature","id":"n8680063646","geometry":{"type":"Point","coordinates":[-0.3873244,51.6089005]},"properties":{"@type":"node","@id":8680063646,"@timestamp":1619707597},"coords":"51.6089005,-0.3873244","bedrooms":"2","price":"291000","area":"553"} , +{"type":"Feature","id":"n8680063670","geometry":{"type":"Point","coordinates":[-0.3995226,51.6040936]},"properties":{"@type":"node","@id":8680063670,"@timestamp":1619707597},"coords":"51.6040936,-0.3995226","bedrooms":"3","price":"260000","area":"393"} , +{"type":"Feature","id":"n8680155416","geometry":{"type":"Point","coordinates":[-0.4600298,51.5594513]},"properties":{"@type":"node","@id":8680155416,"@timestamp":1619709436},"coords":"51.5594513,-0.4600298","bedrooms":"0","price":"289000","area":"646"} , +{"type":"Feature","id":"n8680468601","geometry":{"type":"Point","coordinates":[-0.2315919,51.2467646]},"properties":{"@type":"node","@id":8680468601,"@timestamp":1619715208},"coords":"51.2467646,-0.2315919","bedrooms":"4","price":"297000","area":"640"} , +{"type":"Feature","id":"n8680495448","geometry":{"type":"Point","coordinates":[-0.2279421,51.5022907]},"properties":{"@type":"node","@id":8680495448,"@timestamp":1619715393},"coords":"51.5022907,-0.2279421","bedrooms":"2","price":"256000","area":"645"} , +{"type":"Feature","id":"n8680778966","geometry":{"type":"Point","coordinates":[-0.6689434,51.0147083]},"properties":{"@type":"node","@id":8680778966,"@timestamp":1619720379},"coords":"51.0147083,-0.6689434","bedrooms":"0","price":"248000","area":"358"} , +{"type":"Feature","id":"n8680778994","geometry":{"type":"Point","coordinates":[-0.6550333,51.0022073]},"properties":{"@type":"node","@id":8680778994,"@timestamp":1619720379},"coords":"51.0022073,-0.6550333","bedrooms":"4","price":"252000","area":"629"} , +{"type":"Feature","id":"n8680779013","geometry":{"type":"Point","coordinates":[-0.6523753,51.0359765]},"properties":{"@type":"node","@id":8680779013,"@timestamp":1619720379},"coords":"51.0359765,-0.6523753","bedrooms":"0","price":"183000","area":"660"} , +{"type":"Feature","id":"n8680851775","geometry":{"type":"Point","coordinates":[-0.2300938,51.5022396]},"properties":{"@type":"node","@id":8680851775,"@timestamp":1619723111},"coords":"51.5022396,-0.2300938","bedrooms":"4","price":"210000","area":"666"} , +{"type":"Feature","id":"n8680851810","geometry":{"type":"Point","coordinates":[-0.2303495,51.5028166]},"properties":{"@type":"node","@id":8680851810,"@timestamp":1619723111},"coords":"51.5028166,-0.2303495","bedrooms":"0","price":"193000","area":"551"} , +{"type":"Feature","id":"n8680880283","geometry":{"type":"Point","coordinates":[-0.2299556,51.5031153]},"properties":{"@type":"node","@id":8680880283,"@timestamp":1619723111},"coords":"51.5031153,-0.2299556","bedrooms":"0","price":"271000","area":"684"} , +{"type":"Feature","id":"n8680936209","geometry":{"type":"Point","coordinates":[-0.1184787,51.5105844]},"properties":{"@type":"node","@id":8680936209,"@timestamp":1619724535},"coords":"51.5105844,-0.1184787","bedrooms":"1","price":"286000","area":"393"} , +{"type":"Feature","id":"n8681225215","geometry":{"type":"Point","coordinates":[-0.2954762,51.3082981]},"properties":{"@type":"node","@id":8681225215,"@timestamp":1619733813},"coords":"51.3082981,-0.2954762","bedrooms":"1","price":"246000","area":"450"} , +{"type":"Feature","id":"n8681251674","geometry":{"type":"Point","coordinates":[-0.170678,51.4249042]},"properties":{"@type":"node","@id":8681251674,"@timestamp":1619735230},"coords":"51.4249042,-0.170678","bedrooms":"1","price":"276000","area":"378"} , +{"type":"Feature","id":"n8681255936","geometry":{"type":"Point","coordinates":[-0.298093,51.3102022]},"properties":{"@type":"node","@id":8681255936,"@timestamp":1619733813},"coords":"51.3102022,-0.298093","bedrooms":"0","price":"151000","area":"476"} , +{"type":"Feature","id":"n8681255996","geometry":{"type":"Point","coordinates":[-0.2936982,51.3095525]},"properties":{"@type":"node","@id":8681255996,"@timestamp":1619733813},"coords":"51.3095525,-0.2936982","bedrooms":"0","price":"253000","area":"395"} , +{"type":"Feature","id":"n8681332147","geometry":{"type":"Point","coordinates":[0.2437685,51.4598389]},"properties":{"@type":"node","@id":8681332147,"@timestamp":1619735367},"coords":"51.4598389,0.2437685","bedrooms":"0","price":"158000","area":"467"} , +{"type":"Feature","id":"n8681332319","geometry":{"type":"Point","coordinates":[0.2414639,51.4611643]},"properties":{"@type":"node","@id":8681332319,"@timestamp":1619735367},"coords":"51.4611643,0.2414639","bedrooms":"1","price":"262000","area":"596"} , +{"type":"Feature","id":"n8681425756","geometry":{"type":"Point","coordinates":[0.1966603,51.9409494]},"properties":{"@type":"node","@id":8681425756,"@timestamp":1619740231},"coords":"51.9409494,0.1966603","bedrooms":"4","price":"203000","area":"570"} , +{"type":"Feature","id":"n8681454333","geometry":{"type":"Point","coordinates":[0.2520318,51.4566639]},"properties":{"@type":"node","@id":8681454333,"@timestamp":1619742416},"coords":"51.4566639,0.2520318","bedrooms":"4","price":"278000","area":"637"} , +{"type":"Feature","id":"n8681454343","geometry":{"type":"Point","coordinates":[0.2533118,51.4563017]},"properties":{"@type":"node","@id":8681454343,"@timestamp":1619742416},"coords":"51.4563017,0.2533118","bedrooms":"4","price":"209000","area":"614"} , +{"type":"Feature","id":"n8681603592","geometry":{"type":"Point","coordinates":[-0.0177295,51.4813575]},"properties":{"@type":"node","@id":8681603592,"@timestamp":1619750297},"coords":"51.4813575,-0.0177295","bedrooms":"3","price":"206000","area":"399"} , +{"type":"Feature","id":"n8682234754","geometry":{"type":"Point","coordinates":[-0.0131132,51.6714063]},"properties":{"@type":"node","@id":8682234754,"@timestamp":1619765452},"coords":"51.6714063,-0.0131132","bedrooms":"3","price":"151000","area":"626"} , +{"type":"Feature","id":"n8682472026","geometry":{"type":"Point","coordinates":[-0.1684595,51.4284011]},"properties":{"@type":"node","@id":8682472026,"@timestamp":1619769916},"coords":"51.4284011,-0.1684595","bedrooms":"2","price":"198000","area":"635"} , +{"type":"Feature","id":"n8682547401","geometry":{"type":"Point","coordinates":[-1.052503,51.4009622]},"properties":{"@type":"node","@id":8682547401,"@timestamp":1626965810},"coords":"51.4009622,-1.052503","bedrooms":"4","price":"212000","area":"529"} , +{"type":"Feature","id":"n8682588100","geometry":{"type":"Point","coordinates":[-0.2305909,51.503627]},"properties":{"@type":"node","@id":8682588100,"@timestamp":1619772244},"coords":"51.503627,-0.2305909","bedrooms":"1","price":"295000","area":"677"} , +{"type":"Feature","id":"n8682588197","geometry":{"type":"Point","coordinates":[-0.2292684,51.5041215]},"properties":{"@type":"node","@id":8682588197,"@timestamp":1619772244},"coords":"51.5041215,-0.2292684","bedrooms":"0","price":"183000","area":"659"} , +{"type":"Feature","id":"n8682588207","geometry":{"type":"Point","coordinates":[-0.230143,51.5040804]},"properties":{"@type":"node","@id":8682588207,"@timestamp":1619772244},"coords":"51.5040804,-0.230143","bedrooms":"3","price":"193000","area":"523"} , +{"type":"Feature","id":"n8682759063","geometry":{"type":"Point","coordinates":[0.7086518,51.2117069]},"properties":{"@type":"node","@id":8682759063,"@timestamp":1619775450},"coords":"51.2117069,0.7086518","bedrooms":"2","price":"225000","area":"485"} , +{"type":"Feature","id":"n8682942825","geometry":{"type":"Point","coordinates":[0.3531288,51.1351682]},"properties":{"@type":"node","@id":8682942825,"@timestamp":1619778488},"coords":"51.1351682,0.3531288","bedrooms":"3","price":"157000","area":"382"} , +{"type":"Feature","id":"n8683059691","geometry":{"type":"Point","coordinates":[-0.7907686,51.8243788]},"properties":{"@type":"node","@id":8683059691,"@timestamp":1619781304},"coords":"51.8243788,-0.7907686","bedrooms":"4","price":"232000","area":"643"} , +{"type":"Feature","id":"n8684209394","geometry":{"type":"Point","coordinates":[-0.2793907,51.479698]},"properties":{"@type":"node","@id":8684209394,"@timestamp":1619784241},"coords":"51.479698,-0.2793907","bedrooms":"0","price":"221000","area":"639"} , +{"type":"Feature","id":"n8684223234","geometry":{"type":"Point","coordinates":[0.1921548,51.0499376]},"properties":{"@type":"node","@id":8684223234,"@timestamp":1619784331},"coords":"51.0499376,0.1921548","bedrooms":"1","price":"193000","area":"654"} , +{"type":"Feature","id":"n8684282276","geometry":{"type":"Point","coordinates":[-0.2873489,51.4836599]},"properties":{"@type":"node","@id":8684282276,"@timestamp":1619785669},"coords":"51.4836599,-0.2873489","bedrooms":"3","price":"172000","area":"508"} , +{"type":"Feature","id":"n8684282290","geometry":{"type":"Point","coordinates":[-0.2882332,51.4860009]},"properties":{"@type":"node","@id":8684282290,"@timestamp":1621260003},"coords":"51.4860009,-0.2882332","bedrooms":"1","price":"213000","area":"553"} , +{"type":"Feature","id":"n8684359814","geometry":{"type":"Point","coordinates":[-0.4027371,51.587375]},"properties":{"@type":"node","@id":8684359814,"@timestamp":1619786848},"coords":"51.587375,-0.4027371","bedrooms":"2","price":"238000","area":"576"} , +{"type":"Feature","id":"n8684385507","geometry":{"type":"Point","coordinates":[0.8102404,51.4285151]},"properties":{"@type":"node","@id":8684385507,"@timestamp":1619787441},"coords":"51.4285151,0.8102404","bedrooms":"3","price":"185000","area":"566"} , +{"type":"Feature","id":"n8684386345","geometry":{"type":"Point","coordinates":[-1.1098507,51.2796608]},"properties":{"@type":"node","@id":8684386345,"@timestamp":1619787332},"coords":"51.2796608,-1.1098507","bedrooms":"1","price":"157000","area":"483"} , +{"type":"Feature","id":"n8684405623","geometry":{"type":"Point","coordinates":[-0.403632,51.5865601]},"properties":{"@type":"node","@id":8684405623,"@timestamp":1619787878},"coords":"51.5865601,-0.403632","bedrooms":"3","price":"287000","area":"593"} , +{"type":"Feature","id":"n8684558027","geometry":{"type":"Point","coordinates":[-0.1835559,51.4889234]},"properties":{"@type":"node","@id":8684558027,"@timestamp":1619792107},"coords":"51.4889234,-0.1835559","bedrooms":"2","price":"220000","area":"597"} , +{"type":"Feature","id":"n8684615906","geometry":{"type":"Point","coordinates":[-0.1439362,51.4491612]},"properties":{"@type":"node","@id":8684615906,"@timestamp":1619792817},"coords":"51.4491612,-0.1439362","bedrooms":"3","price":"246000","area":"497"} , +{"type":"Feature","id":"n8684667540","geometry":{"type":"Point","coordinates":[-0.3886919,51.6060715]},"properties":{"@type":"node","@id":8684667540,"@timestamp":1619794078},"coords":"51.6060715,-0.3886919","bedrooms":"3","price":"298000","area":"523"} , +{"type":"Feature","id":"n8684667561","geometry":{"type":"Point","coordinates":[-0.3853733,51.6084753]},"properties":{"@type":"node","@id":8684667561,"@timestamp":1619794078},"coords":"51.6084753,-0.3853733","bedrooms":"2","price":"262000","area":"491"} , +{"type":"Feature","id":"n8684667599","geometry":{"type":"Point","coordinates":[-0.3802692,51.6086268]},"properties":{"@type":"node","@id":8684667599,"@timestamp":1619794078},"coords":"51.6086268,-0.3802692","bedrooms":"1","price":"207000","area":"361"} , +{"type":"Feature","id":"n8684695244","geometry":{"type":"Point","coordinates":[-0.1423816,51.4508177]},"properties":{"@type":"node","@id":8684695244,"@timestamp":1619794275},"coords":"51.4508177,-0.1423816","bedrooms":"2","price":"222000","area":"409"} , +{"type":"Feature","id":"n8684976229","geometry":{"type":"Point","coordinates":[-0.0879356,51.5035786]},"properties":{"@type":"node","@id":8684976229,"@timestamp":1619800098},"coords":"51.5035786,-0.0879356","bedrooms":"3","price":"276000","area":"654"} , +{"type":"Feature","id":"n8685136692","geometry":{"type":"Point","coordinates":[-0.4308893,51.6406446]},"properties":{"@type":"node","@id":8685136692,"@timestamp":1621005383},"coords":"51.6406446,-0.4308893","bedrooms":"4","price":"182000","area":"606"} , +{"type":"Feature","id":"n8685217841","geometry":{"type":"Point","coordinates":[-0.018227,51.4466146]},"properties":{"@type":"node","@id":8685217841,"@timestamp":1622228069},"coords":"51.4466146,-0.018227","bedrooms":"3","price":"223000","area":"428"} , +{"type":"Feature","id":"n8685217851","geometry":{"type":"Point","coordinates":[-0.0185582,51.4465602]},"properties":{"@type":"node","@id":8685217851,"@timestamp":1619833089},"coords":"51.4465602,-0.0185582","bedrooms":"0","price":"273000","area":"605"} , +{"type":"Feature","id":"n8685217882","geometry":{"type":"Point","coordinates":[-0.0277019,51.4428201]},"properties":{"@type":"node","@id":8685217882,"@timestamp":1619833089},"coords":"51.4428201,-0.0277019","bedrooms":"0","price":"237000","area":"603"} , +{"type":"Feature","id":"n8685322801","geometry":{"type":"Point","coordinates":[-0.1825046,51.4365436]},"properties":{"@type":"node","@id":8685322801,"@timestamp":1619807113},"coords":"51.4365436,-0.1825046","bedrooms":"1","price":"212000","area":"646"} , +{"type":"Feature","id":"n8685322814","geometry":{"type":"Point","coordinates":[-0.1852528,51.4344406]},"properties":{"@type":"node","@id":8685322814,"@timestamp":1619807113},"coords":"51.4344406,-0.1852528","bedrooms":"4","price":"263000","area":"649"} , +{"type":"Feature","id":"n8685397323","geometry":{"type":"Point","coordinates":[-0.1852605,51.4343908]},"properties":{"@type":"node","@id":8685397323,"@timestamp":1619807113},"coords":"51.4343908,-0.1852605","bedrooms":"4","price":"201000","area":"362"} , +{"type":"Feature","id":"n8685600018","geometry":{"type":"Point","coordinates":[-0.2918149,51.0782077]},"properties":{"@type":"node","@id":8685600018,"@timestamp":1619811438},"coords":"51.0782077,-0.2918149","bedrooms":"1","price":"207000","area":"463"} , +{"type":"Feature","id":"n8685600028","geometry":{"type":"Point","coordinates":[-0.2908552,51.0789933]},"properties":{"@type":"node","@id":8685600028,"@timestamp":1619811438},"coords":"51.0789933,-0.2908552","bedrooms":"2","price":"153000","area":"478"} , +{"type":"Feature","id":"n8685704211","geometry":{"type":"Point","coordinates":[0.144271,51.5261457]},"properties":{"@type":"node","@id":8685704211,"@timestamp":1619814875},"coords":"51.5261457,0.144271","bedrooms":"2","price":"273000","area":"631"} , +{"type":"Feature","id":"n8685776882","geometry":{"type":"Point","coordinates":[0.3698399,51.822825]},"properties":{"@type":"node","@id":8685776882,"@timestamp":1619817302},"coords":"51.822825,0.3698399","bedrooms":"4","price":"166000","area":"432"} , +{"type":"Feature","id":"n8685843252","geometry":{"type":"Point","coordinates":[-0.3960715,51.5990865]},"properties":{"@type":"node","@id":8685843252,"@timestamp":1619818488},"coords":"51.5990865,-0.3960715","bedrooms":"4","price":"170000","area":"372"} , +{"type":"Feature","id":"n8685843262","geometry":{"type":"Point","coordinates":[-0.3963098,51.5992758]},"properties":{"@type":"node","@id":8685843262,"@timestamp":1619818488},"coords":"51.5992758,-0.3963098","bedrooms":"0","price":"244000","area":"593"} , +{"type":"Feature","id":"n8685843272","geometry":{"type":"Point","coordinates":[-0.3971611,51.5995199]},"properties":{"@type":"node","@id":8685843272,"@timestamp":1619818488},"coords":"51.5995199,-0.3971611","bedrooms":"1","price":"280000","area":"689"} , +{"type":"Feature","id":"n8685843294","geometry":{"type":"Point","coordinates":[-0.3980495,51.599681]},"properties":{"@type":"node","@id":8685843294,"@timestamp":1619818488},"coords":"51.599681,-0.3980495","bedrooms":"4","price":"223000","area":"368"} , +{"type":"Feature","id":"n8685843312","geometry":{"type":"Point","coordinates":[-0.3979282,51.600306]},"properties":{"@type":"node","@id":8685843312,"@timestamp":1619818488},"coords":"51.600306,-0.3979282","bedrooms":"2","price":"213000","area":"531"} , +{"type":"Feature","id":"n8685849437","geometry":{"type":"Point","coordinates":[-0.3968287,51.6000246]},"properties":{"@type":"node","@id":8685849437,"@timestamp":1619818488},"coords":"51.6000246,-0.3968287","bedrooms":"0","price":"155000","area":"351"} , +{"type":"Feature","id":"n8685849447","geometry":{"type":"Point","coordinates":[-0.3962737,51.5996813]},"properties":{"@type":"node","@id":8685849447,"@timestamp":1619818488},"coords":"51.5996813,-0.3962737","bedrooms":"4","price":"222000","area":"451"} , +{"type":"Feature","id":"n8685849469","geometry":{"type":"Point","coordinates":[-0.3970274,51.6008934]},"properties":{"@type":"node","@id":8685849469,"@timestamp":1619818488},"coords":"51.6008934,-0.3970274","bedrooms":"4","price":"272000","area":"629"} , +{"type":"Feature","id":"n8685885791","geometry":{"type":"Point","coordinates":[-0.1663263,51.4299036]},"properties":{"@type":"node","@id":8685885791,"@timestamp":1619821179},"coords":"51.4299036,-0.1663263","bedrooms":"3","price":"193000","area":"476"} , +{"type":"Feature","id":"n8685938805","geometry":{"type":"Point","coordinates":[-0.5568251,51.3223188]},"properties":{"@type":"node","@id":8685938805,"@timestamp":1619823976},"coords":"51.3223188,-0.5568251","bedrooms":"4","price":"163000","area":"591"} , +{"type":"Feature","id":"n8686080254","geometry":{"type":"Point","coordinates":[-0.1327464,51.5725354]},"properties":{"@type":"node","@id":8686080254,"@timestamp":1624129896},"coords":"51.5725354,-0.1327464","bedrooms":"4","price":"250000","area":"378"} , +{"type":"Feature","id":"n8686080299","geometry":{"type":"Point","coordinates":[-0.1322372,51.5721523]},"properties":{"@type":"node","@id":8686080299,"@timestamp":1624129896},"coords":"51.5721523,-0.1322372","bedrooms":"0","price":"205000","area":"620"} , +{"type":"Feature","id":"n8686155935","geometry":{"type":"Point","coordinates":[0.2574733,51.4561496]},"properties":{"@type":"node","@id":8686155935,"@timestamp":1619835478},"coords":"51.4561496,0.2574733","bedrooms":"3","price":"273000","area":"501"} , +{"type":"Feature","id":"n8686156007","geometry":{"type":"Point","coordinates":[0.2585462,51.4585963]},"properties":{"@type":"node","@id":8686156007,"@timestamp":1619835478},"coords":"51.4585963,0.2585462","bedrooms":"2","price":"238000","area":"661"} , +{"type":"Feature","id":"n8686156914","geometry":{"type":"Point","coordinates":[0.2578112,51.4573709]},"properties":{"@type":"node","@id":8686156914,"@timestamp":1619835478},"coords":"51.4573709,0.2578112","bedrooms":"3","price":"275000","area":"680"} , +{"type":"Feature","id":"n8686156932","geometry":{"type":"Point","coordinates":[0.2588332,51.457012]},"properties":{"@type":"node","@id":8686156932,"@timestamp":1619835478},"coords":"51.457012,0.2588332","bedrooms":"0","price":"191000","area":"617"} , +{"type":"Feature","id":"n8686156965","geometry":{"type":"Point","coordinates":[0.2567518,51.4559432]},"properties":{"@type":"node","@id":8686156965,"@timestamp":1619835478},"coords":"51.4559432,0.2567518","bedrooms":"4","price":"169000","area":"530"} , +{"type":"Feature","id":"n8686156994","geometry":{"type":"Point","coordinates":[0.2560289,51.4564822]},"properties":{"@type":"node","@id":8686156994,"@timestamp":1619835478},"coords":"51.4564822,0.2560289","bedrooms":"4","price":"198000","area":"617"} , +{"type":"Feature","id":"n8686157054","geometry":{"type":"Point","coordinates":[0.2544652,51.4565808]},"properties":{"@type":"node","@id":8686157054,"@timestamp":1619835478},"coords":"51.4565808,0.2544652","bedrooms":"4","price":"240000","area":"375"} , +{"type":"Feature","id":"n8686277863","geometry":{"type":"Point","coordinates":[-0.2278597,51.5051624]},"properties":{"@type":"node","@id":8686277863,"@timestamp":1619842580},"coords":"51.5051624,-0.2278597","bedrooms":"2","price":"226000","area":"577"} , +{"type":"Feature","id":"n8686303559","geometry":{"type":"Point","coordinates":[-0.2292355,51.5049]},"properties":{"@type":"node","@id":8686303559,"@timestamp":1619842580},"coords":"51.5049,-0.2292355","bedrooms":"4","price":"288000","area":"355"} , +{"type":"Feature","id":"n8686303661","geometry":{"type":"Point","coordinates":[-0.2280297,51.5043702]},"properties":{"@type":"node","@id":8686303661,"@timestamp":1619842580},"coords":"51.5043702,-0.2280297","bedrooms":"4","price":"287000","area":"620"} , +{"type":"Feature","id":"n8686303671","geometry":{"type":"Point","coordinates":[-0.2280294,51.5050842]},"properties":{"@type":"node","@id":8686303671,"@timestamp":1619842580},"coords":"51.5050842,-0.2280294","bedrooms":"1","price":"243000","area":"358"} , +{"type":"Feature","id":"n8686629493","geometry":{"type":"Point","coordinates":[0.1613433,51.060683]},"properties":{"@type":"node","@id":8686629493,"@timestamp":1619853504},"coords":"51.060683,0.1613433","bedrooms":"4","price":"259000","area":"522"} , +{"type":"Feature","id":"n8687022887","geometry":{"type":"Point","coordinates":[0.6933725,51.3250481]},"properties":{"@type":"node","@id":8687022887,"@timestamp":1619857888},"coords":"51.3250481,0.6933725","bedrooms":"4","price":"207000","area":"487"} , +{"type":"Feature","id":"n8687022912","geometry":{"type":"Point","coordinates":[0.7066226,51.3319306]},"properties":{"@type":"node","@id":8687022912,"@timestamp":1619857888},"coords":"51.3319306,0.7066226","bedrooms":"0","price":"295000","area":"573"} , +{"type":"Feature","id":"n8687655178","geometry":{"type":"Point","coordinates":[-0.1647103,51.5269993]},"properties":{"@type":"node","@id":8687655178,"@timestamp":1619865681},"coords":"51.5269993,-0.1647103","bedrooms":"3","price":"261000","area":"653"} , +{"type":"Feature","id":"n8687921762","geometry":{"type":"Point","coordinates":[-0.1980744,50.9872294]},"properties":{"@type":"node","@id":8687921762,"@timestamp":1619873556},"coords":"50.9872294,-0.1980744","bedrooms":"0","price":"264000","area":"629"} , +{"type":"Feature","id":"n8687935820","geometry":{"type":"Point","coordinates":[0.2592462,51.4548393]},"properties":{"@type":"node","@id":8687935820,"@timestamp":1619874050},"coords":"51.4548393,0.2592462","bedrooms":"4","price":"175000","area":"515"} , +{"type":"Feature","id":"n8687935958","geometry":{"type":"Point","coordinates":[0.2566177,51.4548785]},"properties":{"@type":"node","@id":8687935958,"@timestamp":1619874050},"coords":"51.4548785,0.2566177","bedrooms":"3","price":"274000","area":"521"} , +{"type":"Feature","id":"n8687942917","geometry":{"type":"Point","coordinates":[-0.6386465,51.1644335]},"properties":{"@type":"node","@id":8687942917,"@timestamp":1619874256},"coords":"51.1644335,-0.6386465","bedrooms":"3","price":"163000","area":"698"} , +{"type":"Feature","id":"n8688130318","geometry":{"type":"Point","coordinates":[-0.0606743,51.5500059]},"properties":{"@type":"node","@id":8688130318,"@timestamp":1619879743},"coords":"51.5500059,-0.0606743","bedrooms":"4","price":"176000","area":"690"} , +{"type":"Feature","id":"n8688368007","geometry":{"type":"Point","coordinates":[0.0104648,51.5513101]},"properties":{"@type":"node","@id":8688368007,"@timestamp":1619887079},"coords":"51.5513101,0.0104648","bedrooms":"2","price":"222000","area":"591"} , +{"type":"Feature","id":"n8688400923","geometry":{"type":"Point","coordinates":[-0.1416389,51.4509601]},"properties":{"@type":"node","@id":8688400923,"@timestamp":1619886403},"coords":"51.4509601,-0.1416389","bedrooms":"0","price":"246000","area":"558"} , +{"type":"Feature","id":"n8688400960","geometry":{"type":"Point","coordinates":[-0.1422824,51.4513147]},"properties":{"@type":"node","@id":8688400960,"@timestamp":1619886403},"coords":"51.4513147,-0.1422824","bedrooms":"4","price":"217000","area":"502"} , +{"type":"Feature","id":"n8688400973","geometry":{"type":"Point","coordinates":[-0.1414656,51.4521875]},"properties":{"@type":"node","@id":8688400973,"@timestamp":1619886403},"coords":"51.4521875,-0.1414656","bedrooms":"4","price":"272000","area":"408"} , +{"type":"Feature","id":"n8688433825","geometry":{"type":"Point","coordinates":[0.0119077,51.551306]},"properties":{"@type":"node","@id":8688433825,"@timestamp":1619887079},"coords":"51.551306,0.0119077","bedrooms":"2","price":"200000","area":"412"} , +{"type":"Feature","id":"n8688433835","geometry":{"type":"Point","coordinates":[0.0127021,51.5508891]},"properties":{"@type":"node","@id":8688433835,"@timestamp":1619887079},"coords":"51.5508891,0.0127021","bedrooms":"3","price":"298000","area":"508"} , +{"type":"Feature","id":"n8688552819","geometry":{"type":"Point","coordinates":[-0.1968667,51.5375317]},"properties":{"@type":"node","@id":8688552819,"@timestamp":1619890539},"coords":"51.5375317,-0.1968667","bedrooms":"3","price":"164000","area":"657"} , +{"type":"Feature","id":"n8688609011","geometry":{"type":"Point","coordinates":[0.2640541,51.5609693]},"properties":{"@type":"node","@id":8688609011,"@timestamp":1619892354},"coords":"51.5609693,0.2640541","bedrooms":"0","price":"254000","area":"679"} , +{"type":"Feature","id":"n8688641774","geometry":{"type":"Point","coordinates":[0.068835,51.5438098]},"properties":{"@type":"node","@id":8688641774,"@timestamp":1619893765},"coords":"51.5438098,0.068835","bedrooms":"0","price":"155000","area":"623"} , +{"type":"Feature","id":"n8688676509","geometry":{"type":"Point","coordinates":[0.295358,51.2062175]},"properties":{"@type":"node","@id":8688676509,"@timestamp":1619894543},"coords":"51.2062175,0.295358","bedrooms":"1","price":"179000","area":"655"} , +{"type":"Feature","id":"n8688743610","geometry":{"type":"Point","coordinates":[-0.1778421,51.4281926]},"properties":{"@type":"node","@id":8688743610,"@timestamp":1619897093},"coords":"51.4281926,-0.1778421","bedrooms":"0","price":"174000","area":"697"} , +{"type":"Feature","id":"n8688749190","geometry":{"type":"Point","coordinates":[-0.1299739,51.4292641]},"properties":{"@type":"node","@id":8688749190,"@timestamp":1619897963},"coords":"51.4292641,-0.1299739","bedrooms":"1","price":"197000","area":"616"} , +{"type":"Feature","id":"n8688763731","geometry":{"type":"Point","coordinates":[-0.1626393,51.4236968]},"properties":{"@type":"node","@id":8688763731,"@timestamp":1619897093},"coords":"51.4236968,-0.1626393","bedrooms":"2","price":"161000","area":"657"} , +{"type":"Feature","id":"n8688763748","geometry":{"type":"Point","coordinates":[-0.1625685,51.4236696]},"properties":{"@type":"node","@id":8688763748,"@timestamp":1619897093},"coords":"51.4236696,-0.1625685","bedrooms":"3","price":"186000","area":"656"} , +{"type":"Feature","id":"n8688782056","geometry":{"type":"Point","coordinates":[-0.3634366,51.0504169]},"properties":{"@type":"node","@id":8688782056,"@timestamp":1619898719},"coords":"51.0504169,-0.3634366","bedrooms":"0","price":"247000","area":"682"} , +{"type":"Feature","id":"n8688811796","geometry":{"type":"Point","coordinates":[-0.3629838,51.6152]},"properties":{"@type":"node","@id":8688811796,"@timestamp":1619899538},"coords":"51.6152,-0.3629838","bedrooms":"4","price":"200000","area":"418"} , +{"type":"Feature","id":"n8688869513","geometry":{"type":"Point","coordinates":[-0.2779928,51.5541092]},"properties":{"@type":"node","@id":8688869513,"@timestamp":1619901799},"coords":"51.5541092,-0.2779928","bedrooms":"0","price":"230000","area":"477"} , +{"type":"Feature","id":"n8688981172","geometry":{"type":"Point","coordinates":[-0.4124116,51.41568]},"properties":{"@type":"node","@id":8688981172,"@timestamp":1619905376},"coords":"51.41568,-0.4124116","bedrooms":"0","price":"210000","area":"421"} , +{"type":"Feature","id":"n8689105174","geometry":{"type":"Point","coordinates":[0.3659138,51.8698865]},"properties":{"@type":"node","@id":8689105174,"@timestamp":1619909627},"coords":"51.8698865,0.3659138","bedrooms":"0","price":"234000","area":"498"} , +{"type":"Feature","id":"n8689122641","geometry":{"type":"Point","coordinates":[-0.1873986,51.4110727]},"properties":{"@type":"node","@id":8689122641,"@timestamp":1619910289},"coords":"51.4110727,-0.1873986","bedrooms":"3","price":"180000","area":"469"} , +{"type":"Feature","id":"n8689151323","geometry":{"type":"Point","coordinates":[-0.190753,51.4091679]},"properties":{"@type":"node","@id":8689151323,"@timestamp":1622166033},"coords":"51.4091679,-0.190753","bedrooms":"3","price":"272000","area":"660"} , +{"type":"Feature","id":"n8689337032","geometry":{"type":"Point","coordinates":[0.7022892,51.5721036]},"properties":{"@type":"node","@id":8689337032,"@timestamp":1619918101},"coords":"51.5721036,0.7022892","bedrooms":"1","price":"264000","area":"473"} , +{"type":"Feature","id":"n8689348666","geometry":{"type":"Point","coordinates":[-0.235387,51.4062928]},"properties":{"@type":"node","@id":8689348666,"@timestamp":1619921042},"coords":"51.4062928,-0.235387","bedrooms":"0","price":"166000","area":"573"} , +{"type":"Feature","id":"n8689390796","geometry":{"type":"Point","coordinates":[0.2542359,51.4540136]},"properties":{"@type":"node","@id":8689390796,"@timestamp":1619921749},"coords":"51.4540136,0.2542359","bedrooms":"3","price":"291000","area":"693"} , +{"type":"Feature","id":"n8689390806","geometry":{"type":"Point","coordinates":[0.2539824,51.4533492]},"properties":{"@type":"node","@id":8689390806,"@timestamp":1619921749},"coords":"51.4533492,0.2539824","bedrooms":"2","price":"241000","area":"679"} , +{"type":"Feature","id":"n8689390817","geometry":{"type":"Point","coordinates":[0.2542057,51.4537604]},"properties":{"@type":"node","@id":8689390817,"@timestamp":1619921749},"coords":"51.4537604,0.2542057","bedrooms":"0","price":"199000","area":"358"} , +{"type":"Feature","id":"n8689390881","geometry":{"type":"Point","coordinates":[0.2554308,51.4541306]},"properties":{"@type":"node","@id":8689390881,"@timestamp":1619921749},"coords":"51.4541306,0.2554308","bedrooms":"1","price":"260000","area":"453"} , +{"type":"Feature","id":"n8690055974","geometry":{"type":"Point","coordinates":[-0.2896086,51.3649907]},"properties":{"@type":"node","@id":8690055974,"@timestamp":1619946433},"coords":"51.3649907,-0.2896086","bedrooms":"3","price":"258000","area":"499"} , +{"type":"Feature","id":"n8690055984","geometry":{"type":"Point","coordinates":[-0.2885305,51.3643302]},"properties":{"@type":"node","@id":8690055984,"@timestamp":1619946433},"coords":"51.3643302,-0.2885305","bedrooms":"3","price":"170000","area":"527"} , +{"type":"Feature","id":"n8690055994","geometry":{"type":"Point","coordinates":[-0.287207,51.3647994]},"properties":{"@type":"node","@id":8690055994,"@timestamp":1619946433},"coords":"51.3647994,-0.287207","bedrooms":"3","price":"288000","area":"385"} , +{"type":"Feature","id":"n8690056004","geometry":{"type":"Point","coordinates":[-0.2860142,51.3653852]},"properties":{"@type":"node","@id":8690056004,"@timestamp":1619946433},"coords":"51.3653852,-0.2860142","bedrooms":"0","price":"157000","area":"456"} , +{"type":"Feature","id":"n8690056014","geometry":{"type":"Point","coordinates":[-0.283602,51.3660496]},"properties":{"@type":"node","@id":8690056014,"@timestamp":1619946433},"coords":"51.3660496,-0.283602","bedrooms":"3","price":"248000","area":"628"} , +{"type":"Feature","id":"n8690059224","geometry":{"type":"Point","coordinates":[-0.287228,51.3643293]},"properties":{"@type":"node","@id":8690059224,"@timestamp":1619946433},"coords":"51.3643293,-0.287228","bedrooms":"3","price":"263000","area":"634"} , +{"type":"Feature","id":"n8690334855","geometry":{"type":"Point","coordinates":[-0.3582062,51.6107548]},"properties":{"@type":"node","@id":8690334855,"@timestamp":1619953169},"coords":"51.6107548,-0.3582062","bedrooms":"1","price":"242000","area":"377"} , +{"type":"Feature","id":"n8690411430","geometry":{"type":"Point","coordinates":[0.3622359,51.8748645]},"properties":{"@type":"node","@id":8690411430,"@timestamp":1619955417},"coords":"51.8748645,0.3622359","bedrooms":"4","price":"230000","area":"531"} , +{"type":"Feature","id":"n8690597333","geometry":{"type":"Point","coordinates":[-0.0046361,51.5595454]},"properties":{"@type":"node","@id":8690597333,"@timestamp":1619961324},"coords":"51.5595454,-0.0046361","bedrooms":"4","price":"277000","area":"511"} , +{"type":"Feature","id":"n8690597868","geometry":{"type":"Point","coordinates":[0.2504848,51.4530638]},"properties":{"@type":"node","@id":8690597868,"@timestamp":1619960822},"coords":"51.4530638,0.2504848","bedrooms":"2","price":"281000","area":"429"} , +{"type":"Feature","id":"n8690597956","geometry":{"type":"Point","coordinates":[0.2515268,51.452676]},"properties":{"@type":"node","@id":8690597956,"@timestamp":1619960822},"coords":"51.452676,0.2515268","bedrooms":"2","price":"245000","area":"563"} , +{"type":"Feature","id":"n8690598090","geometry":{"type":"Point","coordinates":[0.2534177,51.452789]},"properties":{"@type":"node","@id":8690598090,"@timestamp":1619960822},"coords":"51.452789,0.2534177","bedrooms":"3","price":"268000","area":"430"} , +{"type":"Feature","id":"n8690601932","geometry":{"type":"Point","coordinates":[-0.1952605,51.5087709]},"properties":{"@type":"node","@id":8690601932,"@timestamp":1619961214},"coords":"51.5087709,-0.1952605","bedrooms":"3","price":"167000","area":"681"} , +{"type":"Feature","id":"n8690610476","geometry":{"type":"Point","coordinates":[-0.0301686,51.0897664]},"properties":{"@type":"node","@id":8690610476,"@timestamp":1619961509},"coords":"51.0897664,-0.0301686","bedrooms":"2","price":"256000","area":"547"} , +{"type":"Feature","id":"n8690689912","geometry":{"type":"Point","coordinates":[0.0085005,51.563272]},"properties":{"@type":"node","@id":8690689912,"@timestamp":1620300962},"coords":"51.563272,0.0085005","bedrooms":"3","price":"281000","area":"531"} , +{"type":"Feature","id":"n8690764818","geometry":{"type":"Point","coordinates":[-0.7272726,51.2585738]},"properties":{"@type":"node","@id":8690764818,"@timestamp":1619964811},"coords":"51.2585738,-0.7272726","bedrooms":"2","price":"163000","area":"495"} , +{"type":"Feature","id":"n8690768448","geometry":{"type":"Point","coordinates":[-0.0199928,51.4453353]},"properties":{"@type":"node","@id":8690768448,"@timestamp":1619964982},"coords":"51.4453353,-0.0199928","bedrooms":"1","price":"181000","area":"590"} , +{"type":"Feature","id":"n8690889477","geometry":{"type":"Point","coordinates":[-0.2313036,51.8467634]},"properties":{"@type":"node","@id":8690889477,"@timestamp":1619971394},"coords":"51.8467634,-0.2313036","bedrooms":"1","price":"234000","area":"560"} , +{"type":"Feature","id":"n8690889498","geometry":{"type":"Point","coordinates":[-0.2832359,51.8765191]},"properties":{"@type":"node","@id":8690889498,"@timestamp":1619971394},"coords":"51.8765191,-0.2832359","bedrooms":"0","price":"192000","area":"658"} , +{"type":"Feature","id":"n8690929827","geometry":{"type":"Point","coordinates":[-0.3679145,51.5399404]},"properties":{"@type":"node","@id":8690929827,"@timestamp":1619969576},"coords":"51.5399404,-0.3679145","bedrooms":"0","price":"153000","area":"368"} , +{"type":"Feature","id":"n8690985292","geometry":{"type":"Point","coordinates":[-0.2832922,51.8749601]},"properties":{"@type":"node","@id":8690985292,"@timestamp":1619971394},"coords":"51.8749601,-0.2832922","bedrooms":"2","price":"187000","area":"580"} , +{"type":"Feature","id":"n8690985307","geometry":{"type":"Point","coordinates":[-0.1793754,51.9115853]},"properties":{"@type":"node","@id":8690985307,"@timestamp":1619971394},"coords":"51.9115853,-0.1793754","bedrooms":"1","price":"270000","area":"419"} , +{"type":"Feature","id":"n8690985317","geometry":{"type":"Point","coordinates":[-0.1788819,51.9125169]},"properties":{"@type":"node","@id":8690985317,"@timestamp":1619971394},"coords":"51.9125169,-0.1788819","bedrooms":"0","price":"278000","area":"382"} , +{"type":"Feature","id":"n8691058248","geometry":{"type":"Point","coordinates":[-0.1627163,51.4241715]},"properties":{"@type":"node","@id":8691058248,"@timestamp":1619973163},"coords":"51.4241715,-0.1627163","bedrooms":"4","price":"220000","area":"409"} , +{"type":"Feature","id":"n8691058263","geometry":{"type":"Point","coordinates":[-0.167174,51.4273085]},"properties":{"@type":"node","@id":8691058263,"@timestamp":1619973163},"coords":"51.4273085,-0.167174","bedrooms":"3","price":"214000","area":"441"} , +{"type":"Feature","id":"n8691075509","geometry":{"type":"Point","coordinates":[-0.3522854,51.610463]},"properties":{"@type":"node","@id":8691075509,"@timestamp":1619974015},"coords":"51.610463,-0.3522854","bedrooms":"1","price":"206000","area":"650"} , +{"type":"Feature","id":"n8691079979","geometry":{"type":"Point","coordinates":[-0.3427699,51.6207929]},"properties":{"@type":"node","@id":8691079979,"@timestamp":1619974015},"coords":"51.6207929,-0.3427699","bedrooms":"0","price":"239000","area":"435"} , +{"type":"Feature","id":"n8691157083","geometry":{"type":"Point","coordinates":[-0.0719466,51.529206]},"properties":{"@type":"node","@id":8691157083,"@timestamp":1619976127},"coords":"51.529206,-0.0719466","bedrooms":"2","price":"218000","area":"665"} , +{"type":"Feature","id":"n8691198729","geometry":{"type":"Point","coordinates":[-0.1444141,51.5766715]},"properties":{"@type":"node","@id":8691198729,"@timestamp":1619977515},"coords":"51.5766715,-0.1444141","bedrooms":"4","price":"274000","area":"523"} , +{"type":"Feature","id":"n8691212743","geometry":{"type":"Point","coordinates":[0.1023192,51.4232511]},"properties":{"@type":"node","@id":8691212743,"@timestamp":1619977889},"coords":"51.4232511,0.1023192","bedrooms":"0","price":"190000","area":"527"} , +{"type":"Feature","id":"n8691212753","geometry":{"type":"Point","coordinates":[0.1033514,51.4237324]},"properties":{"@type":"node","@id":8691212753,"@timestamp":1619977889},"coords":"51.4237324,0.1033514","bedrooms":"3","price":"281000","area":"571"} , +{"type":"Feature","id":"n8691351260","geometry":{"type":"Point","coordinates":[-0.1195221,51.5723427]},"properties":{"@type":"node","@id":8691351260,"@timestamp":1619982496},"coords":"51.5723427,-0.1195221","bedrooms":"2","price":"232000","area":"477"} , +{"type":"Feature","id":"n8691361756","geometry":{"type":"Point","coordinates":[0.2454632,51.4536998]},"properties":{"@type":"node","@id":8691361756,"@timestamp":1625684818},"coords":"51.4536998,0.2454632","bedrooms":"2","price":"206000","area":"675"} , +{"type":"Feature","id":"n8691361843","geometry":{"type":"Point","coordinates":[0.2456355,51.4531408]},"properties":{"@type":"node","@id":8691361843,"@timestamp":1619982012},"coords":"51.4531408,0.2456355","bedrooms":"2","price":"250000","area":"386"} , +{"type":"Feature","id":"n8691362090","geometry":{"type":"Point","coordinates":[0.2477791,51.4532122]},"properties":{"@type":"node","@id":8691362090,"@timestamp":1619982012},"coords":"51.4532122,0.2477791","bedrooms":"4","price":"235000","area":"432"} , +{"type":"Feature","id":"n8691402399","geometry":{"type":"Point","coordinates":[0.1127853,51.3921114]},"properties":{"@type":"node","@id":8691402399,"@timestamp":1627668198},"coords":"51.3921114,0.1127853","bedrooms":"0","price":"191000","area":"418"} , +{"type":"Feature","id":"n8691423908","geometry":{"type":"Point","coordinates":[-0.0817134,51.5616484]},"properties":{"@type":"node","@id":8691423908,"@timestamp":1628349367},"coords":"51.5616484,-0.0817134","bedrooms":"3","price":"270000","area":"478"} , +{"type":"Feature","id":"n8691424122","geometry":{"type":"Point","coordinates":[-0.3282205,51.0597627]},"properties":{"@type":"node","@id":8691424122,"@timestamp":1619983781},"coords":"51.0597627,-0.3282205","bedrooms":"4","price":"181000","area":"605"} , +{"type":"Feature","id":"n8691424132","geometry":{"type":"Point","coordinates":[-0.3290907,51.0593446]},"properties":{"@type":"node","@id":8691424132,"@timestamp":1619983781},"coords":"51.0593446,-0.3290907","bedrooms":"0","price":"298000","area":"641"} , +{"type":"Feature","id":"n8691424142","geometry":{"type":"Point","coordinates":[-0.3275815,51.0596803]},"properties":{"@type":"node","@id":8691424142,"@timestamp":1619983781},"coords":"51.0596803,-0.3275815","bedrooms":"2","price":"156000","area":"417"} , +{"type":"Feature","id":"n8691424152","geometry":{"type":"Point","coordinates":[-0.327777,51.0590404]},"properties":{"@type":"node","@id":8691424152,"@timestamp":1619983781},"coords":"51.0590404,-0.327777","bedrooms":"0","price":"257000","area":"567"} , +{"type":"Feature","id":"n8691424178","geometry":{"type":"Point","coordinates":[-0.3325514,51.0579258]},"properties":{"@type":"node","@id":8691424178,"@timestamp":1619983781},"coords":"51.0579258,-0.3325514","bedrooms":"1","price":"266000","area":"473"} , +{"type":"Feature","id":"n8691424188","geometry":{"type":"Point","coordinates":[-0.3315643,51.0600057]},"properties":{"@type":"node","@id":8691424188,"@timestamp":1619983781},"coords":"51.0600057,-0.3315643","bedrooms":"3","price":"271000","area":"657"} , +{"type":"Feature","id":"n8691425495","geometry":{"type":"Point","coordinates":[-0.0863344,51.5741763]},"properties":{"@type":"node","@id":8691425495,"@timestamp":1619983898},"coords":"51.5741763,-0.0863344","bedrooms":"4","price":"273000","area":"612"} , +{"type":"Feature","id":"n8691428224","geometry":{"type":"Point","coordinates":[-0.0918596,51.5628122]},"properties":{"@type":"node","@id":8691428224,"@timestamp":1628346999},"coords":"51.5628122,-0.0918596","bedrooms":"3","price":"177000","area":"478"} , +{"type":"Feature","id":"n8691446028","geometry":{"type":"Point","coordinates":[-0.0793195,51.5622092]},"properties":{"@type":"node","@id":8691446028,"@timestamp":1632139518},"coords":"51.5622092,-0.0793195","bedrooms":"3","price":"198000","area":"559"} , +{"type":"Feature","id":"n8691447918","geometry":{"type":"Point","coordinates":[-0.0176564,51.1385997]},"properties":{"@type":"node","@id":8691447918,"@timestamp":1619984700},"coords":"51.1385997,-0.0176564","bedrooms":"1","price":"246000","area":"663"} , +{"type":"Feature","id":"n8691479431","geometry":{"type":"Point","coordinates":[0.1039321,51.4331885]},"properties":{"@type":"node","@id":8691479431,"@timestamp":1619985420},"coords":"51.4331885,0.1039321","bedrooms":"4","price":"244000","area":"644"} , +{"type":"Feature","id":"n8691479441","geometry":{"type":"Point","coordinates":[0.0953543,51.4348419]},"properties":{"@type":"node","@id":8691479441,"@timestamp":1619985420},"coords":"51.4348419,0.0953543","bedrooms":"0","price":"152000","area":"510"} , +{"type":"Feature","id":"n8691479451","geometry":{"type":"Point","coordinates":[0.0888099,51.435981]},"properties":{"@type":"node","@id":8691479451,"@timestamp":1619985420},"coords":"51.435981,0.0888099","bedrooms":"2","price":"248000","area":"521"} , +{"type":"Feature","id":"n8691535720","geometry":{"type":"Point","coordinates":[0.204603,51.5161121]},"properties":{"@type":"node","@id":8691535720,"@timestamp":1619987413},"coords":"51.5161121,0.204603","bedrooms":"2","price":"170000","area":"578"} , +{"type":"Feature","id":"n8691615313","geometry":{"type":"Point","coordinates":[0.0833164,51.4433456]},"properties":{"@type":"node","@id":8691615313,"@timestamp":1635096481},"coords":"51.4433456,0.0833164","bedrooms":"4","price":"188000","area":"400"} , +{"type":"Feature","id":"n8691660723","geometry":{"type":"Point","coordinates":[0.0854303,51.4419079]},"properties":{"@type":"node","@id":8691660723,"@timestamp":1635096481},"coords":"51.4419079,0.0854303","bedrooms":"1","price":"169000","area":"658"} , +{"type":"Feature","id":"n8691813397","geometry":{"type":"Point","coordinates":[-0.8428487,51.5048434]},"properties":{"@type":"node","@id":8691813397,"@timestamp":1619994749},"coords":"51.5048434,-0.8428487","bedrooms":"3","price":"193000","area":"357"} , +{"type":"Feature","id":"n8691818211","geometry":{"type":"Point","coordinates":[-0.3663267,51.2948136]},"properties":{"@type":"node","@id":8691818211,"@timestamp":1619994001},"coords":"51.2948136,-0.3663267","bedrooms":"3","price":"186000","area":"420"} , +{"type":"Feature","id":"n8691866258","geometry":{"type":"Point","coordinates":[-0.3731684,51.2877524]},"properties":{"@type":"node","@id":8691866258,"@timestamp":1619996160},"coords":"51.2877524,-0.3731684","bedrooms":"2","price":"288000","area":"500"} , +{"type":"Feature","id":"n8691882496","geometry":{"type":"Point","coordinates":[-0.9121622,51.4300271]},"properties":{"@type":"node","@id":8691882496,"@timestamp":1619996399},"coords":"51.4300271,-0.9121622","bedrooms":"2","price":"277000","area":"566"} , +{"type":"Feature","id":"n8691891106","geometry":{"type":"Point","coordinates":[-0.3664508,51.2760232]},"properties":{"@type":"node","@id":8691891106,"@timestamp":1619999378},"coords":"51.2760232,-0.3664508","bedrooms":"0","price":"256000","area":"640"} , +{"type":"Feature","id":"n8691907086","geometry":{"type":"Point","coordinates":[0.3459383,51.874103]},"properties":{"@type":"node","@id":8691907086,"@timestamp":1619998001},"coords":"51.874103,0.3459383","bedrooms":"1","price":"284000","area":"416"} , +{"type":"Feature","id":"n8691942852","geometry":{"type":"Point","coordinates":[-0.1056026,51.5650102]},"properties":{"@type":"node","@id":8691942852,"@timestamp":1619999241},"coords":"51.5650102,-0.1056026","bedrooms":"4","price":"217000","area":"352"} , +{"type":"Feature","id":"n8692087295","geometry":{"type":"Point","coordinates":[0.2398016,51.454317]},"properties":{"@type":"node","@id":8692087295,"@timestamp":1620005945},"coords":"51.454317,0.2398016","bedrooms":"1","price":"209000","area":"683"} , +{"type":"Feature","id":"n8692087443","geometry":{"type":"Point","coordinates":[0.2403055,51.4544989]},"properties":{"@type":"node","@id":8692087443,"@timestamp":1620005945},"coords":"51.4544989,0.2403055","bedrooms":"3","price":"252000","area":"390"} , +{"type":"Feature","id":"n8692087600","geometry":{"type":"Point","coordinates":[0.2428526,51.454843]},"properties":{"@type":"node","@id":8692087600,"@timestamp":1620005945},"coords":"51.454843,0.2428526","bedrooms":"2","price":"288000","area":"683"} , +{"type":"Feature","id":"n8692087821","geometry":{"type":"Point","coordinates":[0.2427252,51.4538373]},"properties":{"@type":"node","@id":8692087821,"@timestamp":1620005945},"coords":"51.4538373,0.2427252","bedrooms":"3","price":"277000","area":"641"} , +{"type":"Feature","id":"n8692170691","geometry":{"type":"Point","coordinates":[-0.2295835,51.5056539]},"properties":{"@type":"node","@id":8692170691,"@timestamp":1620012467},"coords":"51.5056539,-0.2295835","bedrooms":"1","price":"283000","area":"486"} , +{"type":"Feature","id":"n8692170701","geometry":{"type":"Point","coordinates":[-0.2295502,51.5051116]},"properties":{"@type":"node","@id":8692170701,"@timestamp":1620012467},"coords":"51.5051116,-0.2295502","bedrooms":"0","price":"189000","area":"448"} , +{"type":"Feature","id":"n8692170711","geometry":{"type":"Point","coordinates":[-0.2294909,51.5045793]},"properties":{"@type":"node","@id":8692170711,"@timestamp":1620012467},"coords":"51.5045793,-0.2294909","bedrooms":"4","price":"254000","area":"630"} , +{"type":"Feature","id":"n8692191032","geometry":{"type":"Point","coordinates":[-0.2299618,51.50594]},"properties":{"@type":"node","@id":8692191032,"@timestamp":1620011831},"coords":"51.50594,-0.2299618","bedrooms":"3","price":"270000","area":"525"} , +{"type":"Feature","id":"n8692191111","geometry":{"type":"Point","coordinates":[-0.230058,51.5053723]},"properties":{"@type":"node","@id":8692191111,"@timestamp":1620011831},"coords":"51.5053723,-0.230058","bedrooms":"4","price":"260000","area":"627"} , +{"type":"Feature","id":"n8692191121","geometry":{"type":"Point","coordinates":[-0.23,51.5048745]},"properties":{"@type":"node","@id":8692191121,"@timestamp":1620011831},"coords":"51.5048745,-0.23","bedrooms":"4","price":"250000","area":"562"} , +{"type":"Feature","id":"n8692191131","geometry":{"type":"Point","coordinates":[-0.2299427,51.5043814]},"properties":{"@type":"node","@id":8692191131,"@timestamp":1620011831},"coords":"51.5043814,-0.2299427","bedrooms":"2","price":"236000","area":"521"} , +{"type":"Feature","id":"n8693011947","geometry":{"type":"Point","coordinates":[0.4914937,51.7560043]},"properties":{"@type":"node","@id":8693011947,"@timestamp":1620032211},"coords":"51.7560043,0.4914937","bedrooms":"1","price":"201000","area":"619"} , +{"type":"Feature","id":"n8693011957","geometry":{"type":"Point","coordinates":[0.4924468,51.7555139]},"properties":{"@type":"node","@id":8693011957,"@timestamp":1620032211},"coords":"51.7555139,0.4924468","bedrooms":"3","price":"154000","area":"641"} , +{"type":"Feature","id":"n8693011967","geometry":{"type":"Point","coordinates":[0.4915791,51.7567804]},"properties":{"@type":"node","@id":8693011967,"@timestamp":1620032211},"coords":"51.7567804,0.4915791","bedrooms":"4","price":"224000","area":"390"} , +{"type":"Feature","id":"n8693037709","geometry":{"type":"Point","coordinates":[-0.3741603,51.2770585]},"properties":{"@type":"node","@id":8693037709,"@timestamp":1620032599},"coords":"51.2770585,-0.3741603","bedrooms":"2","price":"280000","area":"567"} , +{"type":"Feature","id":"n8693127921","geometry":{"type":"Point","coordinates":[0.4899452,51.7565128]},"properties":{"@type":"node","@id":8693127921,"@timestamp":1620034655},"coords":"51.7565128,0.4899452","bedrooms":"4","price":"247000","area":"696"} , +{"type":"Feature","id":"n8693127931","geometry":{"type":"Point","coordinates":[0.490593,51.7564671]},"properties":{"@type":"node","@id":8693127931,"@timestamp":1620034655},"coords":"51.7564671,0.490593","bedrooms":"2","price":"233000","area":"447"} , +{"type":"Feature","id":"n8693225445","geometry":{"type":"Point","coordinates":[0.0559413,51.4908994]},"properties":{"@type":"node","@id":8693225445,"@timestamp":1620036624},"coords":"51.4908994,0.0559413","bedrooms":"4","price":"164000","area":"541"} , +{"type":"Feature","id":"n8693681993","geometry":{"type":"Point","coordinates":[0.1635993,51.0600327]},"properties":{"@type":"node","@id":8693681993,"@timestamp":1620047220},"coords":"51.0600327,0.1635993","bedrooms":"1","price":"164000","area":"473"} , +{"type":"Feature","id":"n8693687158","geometry":{"type":"Point","coordinates":[-0.3871265,51.5992366]},"properties":{"@type":"node","@id":8693687158,"@timestamp":1620046239},"coords":"51.5992366,-0.3871265","bedrooms":"4","price":"157000","area":"568"} , +{"type":"Feature","id":"n8693693627","geometry":{"type":"Point","coordinates":[-0.3919601,51.6821334]},"properties":{"@type":"node","@id":8693693627,"@timestamp":1620046604},"coords":"51.6821334,-0.3919601","bedrooms":"0","price":"215000","area":"538"} , +{"type":"Feature","id":"n8693693639","geometry":{"type":"Point","coordinates":[-0.3916038,51.6528205]},"properties":{"@type":"node","@id":8693693639,"@timestamp":1620046604},"coords":"51.6528205,-0.3916038","bedrooms":"1","price":"200000","area":"407"} , +{"type":"Feature","id":"n8693707314","geometry":{"type":"Point","coordinates":[-0.39751,51.6694668]},"properties":{"@type":"node","@id":8693707314,"@timestamp":1620046604},"coords":"51.6694668,-0.39751","bedrooms":"2","price":"287000","area":"457"} , +{"type":"Feature","id":"n8693707325","geometry":{"type":"Point","coordinates":[-0.4219783,51.6601675]},"properties":{"@type":"node","@id":8693707325,"@timestamp":1620046604},"coords":"51.6601675,-0.4219783","bedrooms":"3","price":"289000","area":"436"} , +{"type":"Feature","id":"n8693707335","geometry":{"type":"Point","coordinates":[-0.3959696,51.6791708]},"properties":{"@type":"node","@id":8693707335,"@timestamp":1620046604},"coords":"51.6791708,-0.3959696","bedrooms":"4","price":"175000","area":"593"} , +{"type":"Feature","id":"n8693707346","geometry":{"type":"Point","coordinates":[-0.4275587,51.641013]},"properties":{"@type":"node","@id":8693707346,"@timestamp":1620046604},"coords":"51.641013,-0.4275587","bedrooms":"2","price":"279000","area":"442"} , +{"type":"Feature","id":"n8693723238","geometry":{"type":"Point","coordinates":[0.2390586,51.453962]},"properties":{"@type":"node","@id":8693723238,"@timestamp":1620046993},"coords":"51.453962,0.2390586","bedrooms":"4","price":"278000","area":"479"} , +{"type":"Feature","id":"n8693784886","geometry":{"type":"Point","coordinates":[0.166052,51.0629375]},"properties":{"@type":"node","@id":8693784886,"@timestamp":1620049315},"coords":"51.0629375,0.166052","bedrooms":"1","price":"279000","area":"430"} , +{"type":"Feature","id":"n8693798474","geometry":{"type":"Point","coordinates":[-0.6885205,51.9073065]},"properties":{"@type":"node","@id":8693798474,"@timestamp":1620049365},"coords":"51.9073065,-0.6885205","bedrooms":"4","price":"250000","area":"696"} , +{"type":"Feature","id":"n8693865422","geometry":{"type":"Point","coordinates":[0.3372507,51.8965645]},"properties":{"@type":"node","@id":8693865422,"@timestamp":1620050427},"coords":"51.8965645,0.3372507","bedrooms":"3","price":"174000","area":"645"} , +{"type":"Feature","id":"n8693867433","geometry":{"type":"Point","coordinates":[-0.0165908,51.6145454]},"properties":{"@type":"node","@id":8693867433,"@timestamp":1620050461},"coords":"51.6145454,-0.0165908","bedrooms":"2","price":"169000","area":"600"} , +{"type":"Feature","id":"n8693867445","geometry":{"type":"Point","coordinates":[-0.0270994,51.6084947]},"properties":{"@type":"node","@id":8693867445,"@timestamp":1620050461},"coords":"51.6084947,-0.0270994","bedrooms":"1","price":"275000","area":"600"} , +{"type":"Feature","id":"n8693935888","geometry":{"type":"Point","coordinates":[-0.00799,51.4142755]},"properties":{"@type":"node","@id":8693935888,"@timestamp":1620052529},"coords":"51.4142755,-0.00799","bedrooms":"1","price":"237000","area":"496"} , +{"type":"Feature","id":"n8694006255","geometry":{"type":"Point","coordinates":[-0.0673016,51.5285384]},"properties":{"@type":"node","@id":8694006255,"@timestamp":1622500073},"coords":"51.5285384,-0.0673016","bedrooms":"1","price":"154000","area":"659"} , +{"type":"Feature","id":"n8694097091","geometry":{"type":"Point","coordinates":[-0.0741509,51.4815467]},"properties":{"@type":"node","@id":8694097091,"@timestamp":1620056459},"coords":"51.4815467,-0.0741509","bedrooms":"1","price":"277000","area":"643"} , +{"type":"Feature","id":"n8694210294","geometry":{"type":"Point","coordinates":[-0.0657447,51.5069296]},"properties":{"@type":"node","@id":8694210294,"@timestamp":1620060979},"coords":"51.5069296,-0.0657447","bedrooms":"1","price":"172000","area":"393"} , +{"type":"Feature","id":"n8694246202","geometry":{"type":"Point","coordinates":[-0.0172237,51.1264856]},"properties":{"@type":"node","@id":8694246202,"@timestamp":1620060368},"coords":"51.1264856,-0.0172237","bedrooms":"2","price":"269000","area":"582"} , +{"type":"Feature","id":"n8694252473","geometry":{"type":"Point","coordinates":[-0.8081301,51.4313222]},"properties":{"@type":"node","@id":8694252473,"@timestamp":1620060324},"coords":"51.4313222,-0.8081301","bedrooms":"4","price":"246000","area":"678"} , +{"type":"Feature","id":"n8694253091","geometry":{"type":"Point","coordinates":[-0.0163129,51.1263347]},"properties":{"@type":"node","@id":8694253091,"@timestamp":1620060368},"coords":"51.1263347,-0.0163129","bedrooms":"1","price":"231000","area":"667"} , +{"type":"Feature","id":"n8694253137","geometry":{"type":"Point","coordinates":[-0.0163589,51.1260159]},"properties":{"@type":"node","@id":8694253137,"@timestamp":1620060368},"coords":"51.1260159,-0.0163589","bedrooms":"3","price":"267000","area":"647"} , +{"type":"Feature","id":"n8694253156","geometry":{"type":"Point","coordinates":[-0.016349,51.1263268]},"properties":{"@type":"node","@id":8694253156,"@timestamp":1620060368},"coords":"51.1263268,-0.016349","bedrooms":"3","price":"249000","area":"624"} , +{"type":"Feature","id":"n8694291829","geometry":{"type":"Point","coordinates":[-0.301669,51.4127549]},"properties":{"@type":"node","@id":8694291829,"@timestamp":1620083248},"coords":"51.4127549,-0.301669","bedrooms":"2","price":"236000","area":"601"} , +{"type":"Feature","id":"n8694565716","geometry":{"type":"Point","coordinates":[-0.3145763,51.4876184]},"properties":{"@type":"node","@id":8694565716,"@timestamp":1620066643},"coords":"51.4876184,-0.3145763","bedrooms":"1","price":"282000","area":"367"} , +{"type":"Feature","id":"n8694719279","geometry":{"type":"Point","coordinates":[-0.3099475,51.4872467]},"properties":{"@type":"node","@id":8694719279,"@timestamp":1620066980},"coords":"51.4872467,-0.3099475","bedrooms":"1","price":"162000","area":"493"} , +{"type":"Feature","id":"n8694789799","geometry":{"type":"Point","coordinates":[-0.3363749,51.5771485]},"properties":{"@type":"node","@id":8694789799,"@timestamp":1620069587},"coords":"51.5771485,-0.3363749","bedrooms":"4","price":"293000","area":"669"} , +{"type":"Feature","id":"n8695212374","geometry":{"type":"Point","coordinates":[-0.2782912,51.5718033]},"properties":{"@type":"node","@id":8695212374,"@timestamp":1620079343},"coords":"51.5718033,-0.2782912","bedrooms":"4","price":"259000","area":"523"} , +{"type":"Feature","id":"n8695253539","geometry":{"type":"Point","coordinates":[-0.16325,51.4318839]},"properties":{"@type":"node","@id":8695253539,"@timestamp":1621108390},"coords":"51.4318839,-0.16325","bedrooms":"2","price":"262000","area":"652"} , +{"type":"Feature","id":"n8695298270","geometry":{"type":"Point","coordinates":[0.4783694,50.9529964]},"properties":{"@type":"node","@id":8695298270,"@timestamp":1620082033},"coords":"50.9529964,0.4783694","bedrooms":"3","price":"257000","area":"646"} , +{"type":"Feature","id":"n8695322297","geometry":{"type":"Point","coordinates":[-0.3739539,51.8842451]},"properties":{"@type":"node","@id":8695322297,"@timestamp":1620083855},"coords":"51.8842451,-0.3739539","bedrooms":"1","price":"161000","area":"371"} , +{"type":"Feature","id":"n8695331938","geometry":{"type":"Point","coordinates":[-0.373353,51.8810078]},"properties":{"@type":"node","@id":8695331938,"@timestamp":1620083855},"coords":"51.8810078,-0.373353","bedrooms":"2","price":"266000","area":"364"} , +{"type":"Feature","id":"n8695331955","geometry":{"type":"Point","coordinates":[-0.3615923,51.8777055]},"properties":{"@type":"node","@id":8695331955,"@timestamp":1620083855},"coords":"51.8777055,-0.3615923","bedrooms":"0","price":"188000","area":"496"} , +{"type":"Feature","id":"n8695331968","geometry":{"type":"Point","coordinates":[-0.3770217,51.88099]},"properties":{"@type":"node","@id":8695331968,"@timestamp":1620083855},"coords":"51.88099,-0.3770217","bedrooms":"1","price":"269000","area":"431"} , +{"type":"Feature","id":"n8695332018","geometry":{"type":"Point","coordinates":[-0.3790574,51.8792415]},"properties":{"@type":"node","@id":8695332018,"@timestamp":1620083855},"coords":"51.8792415,-0.3790574","bedrooms":"2","price":"194000","area":"384"} , +{"type":"Feature","id":"n8695344892","geometry":{"type":"Point","coordinates":[-0.9958566,51.3961993]},"properties":{"@type":"node","@id":8695344892,"@timestamp":1620085858},"coords":"51.3961993,-0.9958566","bedrooms":"4","price":"230000","area":"546"} , +{"type":"Feature","id":"n8695344915","geometry":{"type":"Point","coordinates":[-1.0034636,51.3716235]},"properties":{"@type":"node","@id":8695344915,"@timestamp":1620086129},"coords":"51.3716235,-1.0034636","bedrooms":"3","price":"189000","area":"617"} , +{"type":"Feature","id":"n8695760736","geometry":{"type":"Point","coordinates":[-0.230475,51.5055723]},"properties":{"@type":"node","@id":8695760736,"@timestamp":1620103991},"coords":"51.5055723,-0.230475","bedrooms":"2","price":"155000","area":"568"} , +{"type":"Feature","id":"n8695760746","geometry":{"type":"Point","coordinates":[-0.230402,51.5049656]},"properties":{"@type":"node","@id":8695760746,"@timestamp":1620103991},"coords":"51.5049656,-0.230402","bedrooms":"2","price":"173000","area":"439"} , +{"type":"Feature","id":"n8695760756","geometry":{"type":"Point","coordinates":[-0.2303365,51.5044209]},"properties":{"@type":"node","@id":8695760756,"@timestamp":1620103991},"coords":"51.5044209,-0.2303365","bedrooms":"2","price":"163000","area":"669"} , +{"type":"Feature","id":"n8695762250","geometry":{"type":"Point","coordinates":[-0.2308437,51.5046717]},"properties":{"@type":"node","@id":8695762250,"@timestamp":1620103991},"coords":"51.5046717,-0.2308437","bedrooms":"4","price":"277000","area":"494"} , +{"type":"Feature","id":"n8695762260","geometry":{"type":"Point","coordinates":[-0.2309117,51.5052172]},"properties":{"@type":"node","@id":8695762260,"@timestamp":1620103991},"coords":"51.5052172,-0.2309117","bedrooms":"3","price":"244000","area":"569"} , +{"type":"Feature","id":"n8695762270","geometry":{"type":"Point","coordinates":[-0.2309801,51.5057662]},"properties":{"@type":"node","@id":8695762270,"@timestamp":1620103991},"coords":"51.5057662,-0.2309801","bedrooms":"0","price":"294000","area":"567"} , +{"type":"Feature","id":"n8696731772","geometry":{"type":"Point","coordinates":[0.1761089,51.4817941]},"properties":{"@type":"node","@id":8696731772,"@timestamp":1620121900},"coords":"51.4817941,0.1761089","bedrooms":"2","price":"214000","area":"373"} , +{"type":"Feature","id":"n8696731830","geometry":{"type":"Point","coordinates":[0.1780313,51.4828163]},"properties":{"@type":"node","@id":8696731830,"@timestamp":1620121900},"coords":"51.4828163,0.1780313","bedrooms":"1","price":"201000","area":"545"} , +{"type":"Feature","id":"n8696780648","geometry":{"type":"Point","coordinates":[0.196779,51.4677203]},"properties":{"@type":"node","@id":8696780648,"@timestamp":1620123061},"coords":"51.4677203,0.196779","bedrooms":"2","price":"230000","area":"564"} , +{"type":"Feature","id":"n8697069592","geometry":{"type":"Point","coordinates":[0.186381,51.4799814]},"properties":{"@type":"node","@id":8697069592,"@timestamp":1620129110},"coords":"51.4799814,0.186381","bedrooms":"1","price":"157000","area":"473"} , +{"type":"Feature","id":"n8697262471","geometry":{"type":"Point","coordinates":[-0.003964,51.1241607]},"properties":{"@type":"node","@id":8697262471,"@timestamp":1620133421},"coords":"51.1241607,-0.003964","bedrooms":"0","price":"260000","area":"446"} , +{"type":"Feature","id":"n8697399939","geometry":{"type":"Point","coordinates":[-0.0629813,51.5454489]},"properties":{"@type":"node","@id":8697399939,"@timestamp":1620136272},"coords":"51.5454489,-0.0629813","bedrooms":"1","price":"231000","area":"528"} , +{"type":"Feature","id":"n8697437244","geometry":{"type":"Point","coordinates":[0.191464,51.4776977]},"properties":{"@type":"node","@id":8697437244,"@timestamp":1620136534},"coords":"51.4776977,0.191464","bedrooms":"0","price":"255000","area":"678"} , +{"type":"Feature","id":"n8698203351","geometry":{"type":"Point","coordinates":[-0.301578,51.3868794]},"properties":{"@type":"node","@id":8698203351,"@timestamp":1620145619},"coords":"51.3868794,-0.301578","bedrooms":"4","price":"217000","area":"569"} , +{"type":"Feature","id":"n8698460303","geometry":{"type":"Point","coordinates":[-0.7229531,51.8914131]},"properties":{"@type":"node","@id":8698460303,"@timestamp":1620148630},"coords":"51.8914131,-0.7229531","bedrooms":"1","price":"150000","area":"548"} , +{"type":"Feature","id":"n8699205605","geometry":{"type":"Point","coordinates":[0.1904151,51.4536058]},"properties":{"@type":"node","@id":8699205605,"@timestamp":1620155345},"coords":"51.4536058,0.1904151","bedrooms":"2","price":"213000","area":"577"} , +{"type":"Feature","id":"n8699238743","geometry":{"type":"Point","coordinates":[-0.3753319,51.6053697]},"properties":{"@type":"node","@id":8699238743,"@timestamp":1620156378},"coords":"51.6053697,-0.3753319","bedrooms":"0","price":"222000","area":"563"} , +{"type":"Feature","id":"n8699487952","geometry":{"type":"Point","coordinates":[0.2606915,51.7334758]},"properties":{"@type":"node","@id":8699487952,"@timestamp":1620162523},"coords":"51.7334758,0.2606915","bedrooms":"4","price":"211000","area":"400"} , +{"type":"Feature","id":"n8699499884","geometry":{"type":"Point","coordinates":[-0.3344854,51.630482]},"properties":{"@type":"node","@id":8699499884,"@timestamp":1620165401},"coords":"51.630482,-0.3344854","bedrooms":"4","price":"276000","area":"564"} , +{"type":"Feature","id":"n8699499907","geometry":{"type":"Point","coordinates":[-0.3182714,51.6168941]},"properties":{"@type":"node","@id":8699499907,"@timestamp":1620165401},"coords":"51.6168941,-0.3182714","bedrooms":"0","price":"243000","area":"380"} , +{"type":"Feature","id":"n8699569340","geometry":{"type":"Point","coordinates":[0.6896039,51.7406778]},"properties":{"@type":"node","@id":8699569340,"@timestamp":1622325149},"coords":"51.7406778,0.6896039","bedrooms":"4","price":"199000","area":"445"} , +{"type":"Feature","id":"n8699691940","geometry":{"type":"Point","coordinates":[0.2200732,51.4469493]},"properties":{"@type":"node","@id":8699691940,"@timestamp":1620172462},"coords":"51.4469493,0.2200732","bedrooms":"0","price":"165000","area":"675"} , +{"type":"Feature","id":"n8699692043","geometry":{"type":"Point","coordinates":[0.2211977,51.4464774]},"properties":{"@type":"node","@id":8699692043,"@timestamp":1620172462},"coords":"51.4464774,0.2211977","bedrooms":"2","price":"181000","area":"664"} , +{"type":"Feature","id":"n8700057877","geometry":{"type":"Point","coordinates":[-0.2305094,51.506046]},"properties":{"@type":"node","@id":8700057877,"@timestamp":1620189970},"coords":"51.506046,-0.2305094","bedrooms":"4","price":"288000","area":"403"} , +{"type":"Feature","id":"n8700731002","geometry":{"type":"Point","coordinates":[-0.4145437,51.6477081]},"properties":{"@type":"node","@id":8700731002,"@timestamp":1620201284},"coords":"51.6477081,-0.4145437","bedrooms":"1","price":"240000","area":"655"} , +{"type":"Feature","id":"n8700817362","geometry":{"type":"Point","coordinates":[0.16621,51.054971]},"properties":{"@type":"node","@id":8700817362,"@timestamp":1620202918},"coords":"51.054971,0.16621","bedrooms":"4","price":"195000","area":"617"} , +{"type":"Feature","id":"n8700817372","geometry":{"type":"Point","coordinates":[0.1610648,51.0512172]},"properties":{"@type":"node","@id":8700817372,"@timestamp":1620202918},"coords":"51.0512172,0.1610648","bedrooms":"4","price":"271000","area":"665"} , +{"type":"Feature","id":"n8700900513","geometry":{"type":"Point","coordinates":[0.8486581,51.1339799]},"properties":{"@type":"node","@id":8700900513,"@timestamp":1620204911},"coords":"51.1339799,0.8486581","bedrooms":"3","price":"216000","area":"505"} , +{"type":"Feature","id":"n8701104944","geometry":{"type":"Point","coordinates":[-0.140871,51.1236513]},"properties":{"@type":"node","@id":8701104944,"@timestamp":1633714558},"coords":"51.1236513,-0.140871","bedrooms":"1","price":"180000","area":"564"} , +{"type":"Feature","id":"n8701104954","geometry":{"type":"Point","coordinates":[-0.1821602,51.0889143]},"properties":{"@type":"node","@id":8701104954,"@timestamp":1633714558},"coords":"51.0889143,-0.1821602","bedrooms":"1","price":"264000","area":"355"} , +{"type":"Feature","id":"n8701197153","geometry":{"type":"Point","coordinates":[-0.2319758,51.5049235]},"properties":{"@type":"node","@id":8701197153,"@timestamp":1620211360},"coords":"51.5049235,-0.2319758","bedrooms":"0","price":"255000","area":"425"} , +{"type":"Feature","id":"n8701354075","geometry":{"type":"Point","coordinates":[-0.1405826,51.1347937]},"properties":{"@type":"node","@id":8701354075,"@timestamp":1625415448},"coords":"51.1347937,-0.1405826","bedrooms":"3","price":"277000","area":"485"} , +{"type":"Feature","id":"n8701365732","geometry":{"type":"Point","coordinates":[-0.1362676,51.1537289]},"properties":{"@type":"node","@id":8701365732,"@timestamp":1633714558},"coords":"51.1537289,-0.1362676","bedrooms":"2","price":"293000","area":"614"} , +{"type":"Feature","id":"n8701365819","geometry":{"type":"Point","coordinates":[-0.1357627,51.156373]},"properties":{"@type":"node","@id":8701365819,"@timestamp":1633714558},"coords":"51.156373,-0.1357627","bedrooms":"3","price":"221000","area":"649"} , +{"type":"Feature","id":"n8701365874","geometry":{"type":"Point","coordinates":[-0.1370924,51.1458425]},"properties":{"@type":"node","@id":8701365874,"@timestamp":1633714558},"coords":"51.1458425,-0.1370924","bedrooms":"0","price":"238000","area":"374"} , +{"type":"Feature","id":"n8701365955","geometry":{"type":"Point","coordinates":[-0.1381923,51.141857]},"properties":{"@type":"node","@id":8701365955,"@timestamp":1625415448},"coords":"51.141857,-0.1381923","bedrooms":"0","price":"288000","area":"613"} , +{"type":"Feature","id":"n8701451877","geometry":{"type":"Point","coordinates":[-0.2313308,51.5053848]},"properties":{"@type":"node","@id":8701451877,"@timestamp":1620216968},"coords":"51.5053848,-0.2313308","bedrooms":"0","price":"184000","area":"500"} , +{"type":"Feature","id":"n8701451887","geometry":{"type":"Point","coordinates":[-0.2312589,51.504816]},"properties":{"@type":"node","@id":8701451887,"@timestamp":1620216968},"coords":"51.504816,-0.2312589","bedrooms":"4","price":"186000","area":"419"} , +{"type":"Feature","id":"n8701451897","geometry":{"type":"Point","coordinates":[-0.2311978,51.5043332]},"properties":{"@type":"node","@id":8701451897,"@timestamp":1620216968},"coords":"51.5043332,-0.2311978","bedrooms":"2","price":"170000","area":"635"} , +{"type":"Feature","id":"n8701469523","geometry":{"type":"Point","coordinates":[-0.2317226,51.5044604]},"properties":{"@type":"node","@id":8701469523,"@timestamp":1620216968},"coords":"51.5044604,-0.2317226","bedrooms":"4","price":"217000","area":"443"} , +{"type":"Feature","id":"n8701469553","geometry":{"type":"Point","coordinates":[-0.2318024,51.5051178]},"properties":{"@type":"node","@id":8701469553,"@timestamp":1620216968},"coords":"51.5051178,-0.2318024","bedrooms":"4","price":"198000","area":"503"} , +{"type":"Feature","id":"n8701490144","geometry":{"type":"Point","coordinates":[-0.1085437,51.5512873]},"properties":{"@type":"node","@id":8701490144,"@timestamp":1620217791},"coords":"51.5512873,-0.1085437","bedrooms":"2","price":"191000","area":"491"} , +{"type":"Feature","id":"n8701547023","geometry":{"type":"Point","coordinates":[-0.1362515,51.1593291]},"properties":{"@type":"node","@id":8701547023,"@timestamp":1633714558},"coords":"51.1593291,-0.1362515","bedrooms":"4","price":"215000","area":"585"} , +{"type":"Feature","id":"n8701951157","geometry":{"type":"Point","coordinates":[-0.0736248,51.5782176]},"properties":{"@type":"node","@id":8701951157,"@timestamp":1620226893},"coords":"51.5782176,-0.0736248","bedrooms":"4","price":"188000","area":"598"} , +{"type":"Feature","id":"n8701994093","geometry":{"type":"Point","coordinates":[-0.232271,51.5056386]},"properties":{"@type":"node","@id":8701994093,"@timestamp":1620228037},"coords":"51.5056386,-0.232271","bedrooms":"4","price":"222000","area":"631"} , +{"type":"Feature","id":"n8701994103","geometry":{"type":"Point","coordinates":[-0.2321913,51.5049901]},"properties":{"@type":"node","@id":8701994103,"@timestamp":1620228037},"coords":"51.5049901,-0.2321913","bedrooms":"3","price":"240000","area":"580"} , +{"type":"Feature","id":"n8701994113","geometry":{"type":"Point","coordinates":[-0.232131,51.5044996]},"properties":{"@type":"node","@id":8701994113,"@timestamp":1620228037},"coords":"51.5044996,-0.232131","bedrooms":"4","price":"206000","area":"507"} , +{"type":"Feature","id":"n8702007521","geometry":{"type":"Point","coordinates":[-0.2326019,51.5042054]},"properties":{"@type":"node","@id":8702007521,"@timestamp":1620228037},"coords":"51.5042054,-0.2326019","bedrooms":"2","price":"204000","area":"552"} , +{"type":"Feature","id":"n8702007532","geometry":{"type":"Point","coordinates":[-0.232726,51.5053757]},"properties":{"@type":"node","@id":8702007532,"@timestamp":1620228037},"coords":"51.5053757,-0.232726","bedrooms":"3","price":"250000","area":"683"} , +{"type":"Feature","id":"n8702007542","geometry":{"type":"Point","coordinates":[-0.23266,51.5048592]},"properties":{"@type":"node","@id":8702007542,"@timestamp":1620228037},"coords":"51.5048592,-0.23266","bedrooms":"0","price":"221000","area":"540"} , +{"type":"Feature","id":"n8702007552","geometry":{"type":"Point","coordinates":[-0.2325906,51.5043162]},"properties":{"@type":"node","@id":8702007552,"@timestamp":1620228037},"coords":"51.5043162,-0.2325906","bedrooms":"3","price":"226000","area":"404"} , +{"type":"Feature","id":"n8702102360","geometry":{"type":"Point","coordinates":[-0.1220955,51.219584]},"properties":{"@type":"node","@id":8702102360,"@timestamp":1625415448},"coords":"51.219584,-0.1220955","bedrooms":"3","price":"218000","area":"661"} , +{"type":"Feature","id":"n8702102382","geometry":{"type":"Point","coordinates":[-0.1245743,51.2124441]},"properties":{"@type":"node","@id":8702102382,"@timestamp":1625415448},"coords":"51.2124441,-0.1245743","bedrooms":"3","price":"299000","area":"669"} , +{"type":"Feature","id":"n8702102446","geometry":{"type":"Point","coordinates":[-0.130523,51.1642673]},"properties":{"@type":"node","@id":8702102446,"@timestamp":1633714558},"coords":"51.1642673,-0.130523","bedrooms":"3","price":"171000","area":"553"} , +{"type":"Feature","id":"n8702102507","geometry":{"type":"Point","coordinates":[-0.1270777,51.1802493]},"properties":{"@type":"node","@id":8702102507,"@timestamp":1633714558},"coords":"51.1802493,-0.1270777","bedrooms":"0","price":"223000","area":"562"} , +{"type":"Feature","id":"n8702102543","geometry":{"type":"Point","coordinates":[-0.1262851,51.1938469]},"properties":{"@type":"node","@id":8702102543,"@timestamp":1625415448},"coords":"51.1938469,-0.1262851","bedrooms":"0","price":"204000","area":"513"} , +{"type":"Feature","id":"n8702102623","geometry":{"type":"Point","coordinates":[-0.1271173,51.1864255]},"properties":{"@type":"node","@id":8702102623,"@timestamp":1633714558},"coords":"51.1864255,-0.1271173","bedrooms":"4","price":"197000","area":"423"} , +{"type":"Feature","id":"n8702102673","geometry":{"type":"Point","coordinates":[-0.1287032,51.1689802]},"properties":{"@type":"node","@id":8702102673,"@timestamp":1625415448},"coords":"51.1689802,-0.1287032","bedrooms":"0","price":"207000","area":"372"} , +{"type":"Feature","id":"n8702192530","geometry":{"type":"Point","coordinates":[0.0675963,51.4339114]},"properties":{"@type":"node","@id":8702192530,"@timestamp":1620231794},"coords":"51.4339114,0.0675963","bedrooms":"3","price":"180000","area":"450"} , +{"type":"Feature","id":"n8702262702","geometry":{"type":"Point","coordinates":[-0.1153739,51.2304051]},"properties":{"@type":"node","@id":8702262702,"@timestamp":1633714558},"coords":"51.2304051,-0.1153739","bedrooms":"2","price":"212000","area":"412"} , +{"type":"Feature","id":"n8702288049","geometry":{"type":"Point","coordinates":[-0.1206864,51.2499139]},"properties":{"@type":"node","@id":8702288049,"@timestamp":1625415448},"coords":"51.2499139,-0.1206864","bedrooms":"0","price":"153000","area":"573"} , +{"type":"Feature","id":"n8702288136","geometry":{"type":"Point","coordinates":[-0.1255891,51.2587811]},"properties":{"@type":"node","@id":8702288136,"@timestamp":1633714558},"coords":"51.2587811,-0.1255891","bedrooms":"2","price":"295000","area":"435"} , +{"type":"Feature","id":"n8702288155","geometry":{"type":"Point","coordinates":[-0.1264878,51.2594168]},"properties":{"@type":"node","@id":8702288155,"@timestamp":1625415448},"coords":"51.2594168,-0.1264878","bedrooms":"1","price":"284000","area":"620"} , +{"type":"Feature","id":"n8702288176","geometry":{"type":"Point","coordinates":[-0.1226923,51.2523212]},"properties":{"@type":"node","@id":8702288176,"@timestamp":1633714558},"coords":"51.2523212,-0.1226923","bedrooms":"3","price":"168000","area":"403"} , +{"type":"Feature","id":"n8702288228","geometry":{"type":"Point","coordinates":[-0.1174023,51.2430995]},"properties":{"@type":"node","@id":8702288228,"@timestamp":1625415448},"coords":"51.2430995,-0.1174023","bedrooms":"3","price":"194000","area":"442"} , +{"type":"Feature","id":"n8702288267","geometry":{"type":"Point","coordinates":[-0.1178723,51.2361613]},"properties":{"@type":"node","@id":8702288267,"@timestamp":1625415448},"coords":"51.2361613,-0.1178723","bedrooms":"4","price":"246000","area":"364"} , +{"type":"Feature","id":"n8702288306","geometry":{"type":"Point","coordinates":[-0.1170623,51.2258297]},"properties":{"@type":"node","@id":8702288306,"@timestamp":1633714558},"coords":"51.2258297,-0.1170623","bedrooms":"2","price":"253000","area":"439"} , +{"type":"Feature","id":"n8702299792","geometry":{"type":"Point","coordinates":[-0.304352,51.6146989]},"properties":{"@type":"node","@id":8702299792,"@timestamp":1620234580},"coords":"51.6146989,-0.304352","bedrooms":"2","price":"188000","area":"397"} , +{"type":"Feature","id":"n8702359709","geometry":{"type":"Point","coordinates":[-0.3052376,51.6133784]},"properties":{"@type":"node","@id":8702359709,"@timestamp":1620236673},"coords":"51.6133784,-0.3052376","bedrooms":"2","price":"239000","area":"501"} , +{"type":"Feature","id":"n8702392830","geometry":{"type":"Point","coordinates":[-0.2954791,51.6162515]},"properties":{"@type":"node","@id":8702392830,"@timestamp":1620236673},"coords":"51.6162515,-0.2954791","bedrooms":"3","price":"151000","area":"495"} , +{"type":"Feature","id":"n8702493917","geometry":{"type":"Point","coordinates":[-0.0434787,51.5512856]},"properties":{"@type":"node","@id":8702493917,"@timestamp":1620725398},"coords":"51.5512856,-0.0434787","bedrooms":"2","price":"292000","area":"490"} , +{"type":"Feature","id":"n8702557393","geometry":{"type":"Point","coordinates":[-0.0250813,51.6074201]},"properties":{"@type":"node","@id":8702557393,"@timestamp":1620240975},"coords":"51.6074201,-0.0250813","bedrooms":"2","price":"163000","area":"645"} , +{"type":"Feature","id":"n8702738578","geometry":{"type":"Point","coordinates":[-0.1304546,51.2674214]},"properties":{"@type":"node","@id":8702738578,"@timestamp":1625415448},"coords":"51.2674214,-0.1304546","bedrooms":"2","price":"156000","area":"516"} , +{"type":"Feature","id":"n8702738667","geometry":{"type":"Point","coordinates":[-0.1456202,51.265391]},"properties":{"@type":"node","@id":8702738667,"@timestamp":1625415448},"coords":"51.265391,-0.1456202","bedrooms":"0","price":"292000","area":"463"} , +{"type":"Feature","id":"n8702738756","geometry":{"type":"Point","coordinates":[-0.1232113,51.2622052]},"properties":{"@type":"node","@id":8702738756,"@timestamp":1633714558},"coords":"51.2622052,-0.1232113","bedrooms":"4","price":"189000","area":"391"} , +{"type":"Feature","id":"n8702738807","geometry":{"type":"Point","coordinates":[-0.1186204,51.2617727]},"properties":{"@type":"node","@id":8702738807,"@timestamp":1625415448},"coords":"51.2617727,-0.1186204","bedrooms":"1","price":"150000","area":"498"} , +{"type":"Feature","id":"n8702738866","geometry":{"type":"Point","coordinates":[-0.1340231,51.2649259]},"properties":{"@type":"node","@id":8702738866,"@timestamp":1625415448},"coords":"51.2649259,-0.1340231","bedrooms":"0","price":"210000","area":"354"} , +{"type":"Feature","id":"n8702738912","geometry":{"type":"Point","coordinates":[-0.1460005,51.2656173]},"properties":{"@type":"node","@id":8702738912,"@timestamp":1625415448},"coords":"51.2656173,-0.1460005","bedrooms":"4","price":"170000","area":"525"} , +{"type":"Feature","id":"n8702738952","geometry":{"type":"Point","coordinates":[-0.1302401,51.2676953]},"properties":{"@type":"node","@id":8702738952,"@timestamp":1625415448},"coords":"51.2676953,-0.1302401","bedrooms":"1","price":"251000","area":"649"} , +{"type":"Feature","id":"n8702738988","geometry":{"type":"Point","coordinates":[-0.1223647,51.2633154]},"properties":{"@type":"node","@id":8702738988,"@timestamp":1625415448},"coords":"51.2633154,-0.1223647","bedrooms":"0","price":"156000","area":"597"} , +{"type":"Feature","id":"n8702886352","geometry":{"type":"Point","coordinates":[-0.3174918,51.5036906]},"properties":{"@type":"node","@id":8702886352,"@timestamp":1626373858},"coords":"51.5036906,-0.3174918","bedrooms":"2","price":"270000","area":"431"} , +{"type":"Feature","id":"n8702886362","geometry":{"type":"Point","coordinates":[-0.3179316,51.5036822]},"properties":{"@type":"node","@id":8702886362,"@timestamp":1620245752},"coords":"51.5036822,-0.3179316","bedrooms":"1","price":"268000","area":"461"} , +{"type":"Feature","id":"n8702886372","geometry":{"type":"Point","coordinates":[-0.3185526,51.5042057]},"properties":{"@type":"node","@id":8702886372,"@timestamp":1620245752},"coords":"51.5042057,-0.3185526","bedrooms":"2","price":"268000","area":"692"} , +{"type":"Feature","id":"n8702886382","geometry":{"type":"Point","coordinates":[-0.3192472,51.5048142]},"properties":{"@type":"node","@id":8702886382,"@timestamp":1620245752},"coords":"51.5048142,-0.3192472","bedrooms":"2","price":"187000","area":"595"} , +{"type":"Feature","id":"n8702886392","geometry":{"type":"Point","coordinates":[-0.3193559,51.5057683]},"properties":{"@type":"node","@id":8702886392,"@timestamp":1620245752},"coords":"51.5057683,-0.3193559","bedrooms":"4","price":"201000","area":"656"} , +{"type":"Feature","id":"n8703093549","geometry":{"type":"Point","coordinates":[-0.8773266,51.428571]},"properties":{"@type":"node","@id":8703093549,"@timestamp":1620249662},"coords":"51.428571,-0.8773266","bedrooms":"3","price":"257000","area":"636"} , +{"type":"Feature","id":"n8703187128","geometry":{"type":"Point","coordinates":[-0.8839691,51.4239258]},"properties":{"@type":"node","@id":8703187128,"@timestamp":1620252996},"coords":"51.4239258,-0.8839691","bedrooms":"0","price":"229000","area":"406"} , +{"type":"Feature","id":"n8703187156","geometry":{"type":"Point","coordinates":[-0.8849888,51.4240832]},"properties":{"@type":"node","@id":8703187156,"@timestamp":1620252996},"coords":"51.4240832,-0.8849888","bedrooms":"2","price":"185000","area":"512"} , +{"type":"Feature","id":"n8703263211","geometry":{"type":"Point","coordinates":[-0.1465093,51.5372448]},"properties":{"@type":"node","@id":8703263211,"@timestamp":1620257775},"coords":"51.5372448,-0.1465093","bedrooms":"4","price":"258000","area":"693"} , +{"type":"Feature","id":"n8703286442","geometry":{"type":"Point","coordinates":[0.3264996,51.8661044]},"properties":{"@type":"node","@id":8703286442,"@timestamp":1620259228},"coords":"51.8661044,0.3264996","bedrooms":"3","price":"214000","area":"529"} , +{"type":"Feature","id":"n8703305479","geometry":{"type":"Point","coordinates":[-0.3791204,51.8813568]},"properties":{"@type":"node","@id":8703305479,"@timestamp":1620261793},"coords":"51.8813568,-0.3791204","bedrooms":"3","price":"270000","area":"388"} , +{"type":"Feature","id":"n8703342943","geometry":{"type":"Point","coordinates":[-0.3801976,51.8805311]},"properties":{"@type":"node","@id":8703342943,"@timestamp":1620261793},"coords":"51.8805311,-0.3801976","bedrooms":"3","price":"204000","area":"625"} , +{"type":"Feature","id":"n8704116514","geometry":{"type":"Point","coordinates":[-0.233045,51.5063536]},"properties":{"@type":"node","@id":8704116514,"@timestamp":1620284132},"coords":"51.5063536,-0.233045","bedrooms":"1","price":"150000","area":"467"} , +{"type":"Feature","id":"n8704193495","geometry":{"type":"Point","coordinates":[-0.2332108,51.5061001]},"properties":{"@type":"node","@id":8704193495,"@timestamp":1620284132},"coords":"51.5061001,-0.2332108","bedrooms":"4","price":"211000","area":"577"} , +{"type":"Feature","id":"n8704283632","geometry":{"type":"Point","coordinates":[0.015594,51.5657812]},"properties":{"@type":"node","@id":8704283632,"@timestamp":1620286643},"coords":"51.5657812,0.015594","bedrooms":"2","price":"238000","area":"389"} , +{"type":"Feature","id":"n8704666617","geometry":{"type":"Point","coordinates":[-0.8333001,51.4216179]},"properties":{"@type":"node","@id":8704666617,"@timestamp":1625248491},"coords":"51.4216179,-0.8333001","bedrooms":"4","price":"250000","area":"553"} , +{"type":"Feature","id":"n8705067078","geometry":{"type":"Point","coordinates":[-0.1667744,51.2687367]},"properties":{"@type":"node","@id":8705067078,"@timestamp":1625415448},"coords":"51.2687367,-0.1667744","bedrooms":"0","price":"159000","area":"599"} , +{"type":"Feature","id":"n8705077232","geometry":{"type":"Point","coordinates":[-0.1900989,51.2608734]},"properties":{"@type":"node","@id":8705077232,"@timestamp":1625415448},"coords":"51.2608734,-0.1900989","bedrooms":"0","price":"173000","area":"418"} , +{"type":"Feature","id":"n8705077423","geometry":{"type":"Point","coordinates":[-0.1917452,51.2599908]},"properties":{"@type":"node","@id":8705077423,"@timestamp":1625415448},"coords":"51.2599908,-0.1917452","bedrooms":"0","price":"261000","area":"461"} , +{"type":"Feature","id":"n8705077466","geometry":{"type":"Point","coordinates":[-0.180702,51.2643391]},"properties":{"@type":"node","@id":8705077466,"@timestamp":1633714558},"coords":"51.2643391,-0.180702","bedrooms":"1","price":"230000","area":"628"} , +{"type":"Feature","id":"n8705077544","geometry":{"type":"Point","coordinates":[-0.1563357,51.268078]},"properties":{"@type":"node","@id":8705077544,"@timestamp":1625415448},"coords":"51.268078,-0.1563357","bedrooms":"1","price":"165000","area":"352"} , +{"type":"Feature","id":"n8706246650","geometry":{"type":"Point","coordinates":[0.0789307,51.4318588]},"properties":{"@type":"node","@id":8706246650,"@timestamp":1620306840},"coords":"51.4318588,0.0789307","bedrooms":"3","price":"253000","area":"390"} , +{"type":"Feature","id":"n8706246660","geometry":{"type":"Point","coordinates":[0.0791486,51.4320406]},"properties":{"@type":"node","@id":8706246660,"@timestamp":1620306840},"coords":"51.4320406,0.0791486","bedrooms":"1","price":"279000","area":"645"} , +{"type":"Feature","id":"n8706246670","geometry":{"type":"Point","coordinates":[0.0793948,51.4312838]},"properties":{"@type":"node","@id":8706246670,"@timestamp":1620306840},"coords":"51.4312838,0.0793948","bedrooms":"3","price":"172000","area":"351"} , +{"type":"Feature","id":"n8706437070","geometry":{"type":"Point","coordinates":[0.851454,51.1353155]},"properties":{"@type":"node","@id":8706437070,"@timestamp":1620309121},"coords":"51.1353155,0.851454","bedrooms":"1","price":"179000","area":"359"} , +{"type":"Feature","id":"n8706532314","geometry":{"type":"Point","coordinates":[-0.1421064,50.9562356]},"properties":{"@type":"node","@id":8706532314,"@timestamp":1620310010},"coords":"50.9562356,-0.1421064","bedrooms":"0","price":"267000","area":"526"} , +{"type":"Feature","id":"n8706639302","geometry":{"type":"Point","coordinates":[0.1001455,51.431787]},"properties":{"@type":"node","@id":8706639302,"@timestamp":1620312517},"coords":"51.431787,0.1001455","bedrooms":"1","price":"157000","area":"645"} , +{"type":"Feature","id":"n8706640620","geometry":{"type":"Point","coordinates":[0.0999674,51.4329931]},"properties":{"@type":"node","@id":8706640620,"@timestamp":1620312517},"coords":"51.4329931,0.0999674","bedrooms":"2","price":"194000","area":"412"} , +{"type":"Feature","id":"n8706640632","geometry":{"type":"Point","coordinates":[0.0980868,51.4328383]},"properties":{"@type":"node","@id":8706640632,"@timestamp":1620312517},"coords":"51.4328383,0.0980868","bedrooms":"4","price":"244000","area":"466"} , +{"type":"Feature","id":"n8706914675","geometry":{"type":"Point","coordinates":[-0.209199,51.2577455]},"properties":{"@type":"node","@id":8706914675,"@timestamp":1625415448},"coords":"51.2577455,-0.209199","bedrooms":"2","price":"290000","area":"475"} , +{"type":"Feature","id":"n8706951522","geometry":{"type":"Point","coordinates":[-0.2304274,51.2599947]},"properties":{"@type":"node","@id":8706951522,"@timestamp":1625415448},"coords":"51.2599947,-0.2304274","bedrooms":"4","price":"199000","area":"449"} , +{"type":"Feature","id":"n8706951616","geometry":{"type":"Point","coordinates":[-0.2598151,51.2760095]},"properties":{"@type":"node","@id":8706951616,"@timestamp":1625415448},"coords":"51.2760095,-0.2598151","bedrooms":"2","price":"168000","area":"361"} , +{"type":"Feature","id":"n8706951673","geometry":{"type":"Point","coordinates":[-0.2817754,51.2908653]},"properties":{"@type":"node","@id":8706951673,"@timestamp":1625415448},"coords":"51.2908653,-0.2817754","bedrooms":"3","price":"255000","area":"679"} , +{"type":"Feature","id":"n8706951756","geometry":{"type":"Point","coordinates":[-0.2691019,51.2849537]},"properties":{"@type":"node","@id":8706951756,"@timestamp":1625415448},"coords":"51.2849537,-0.2691019","bedrooms":"1","price":"221000","area":"401"} , +{"type":"Feature","id":"n8706951868","geometry":{"type":"Point","coordinates":[-0.2527675,51.2698908]},"properties":{"@type":"node","@id":8706951868,"@timestamp":1625415448},"coords":"51.2698908,-0.2527675","bedrooms":"4","price":"294000","area":"496"} , +{"type":"Feature","id":"n8706952064","geometry":{"type":"Point","coordinates":[-0.2304829,51.2599253]},"properties":{"@type":"node","@id":8706952064,"@timestamp":1633714558},"coords":"51.2599253,-0.2304829","bedrooms":"1","price":"198000","area":"431"} , +{"type":"Feature","id":"n8706952091","geometry":{"type":"Point","coordinates":[-0.2197903,51.2577001]},"properties":{"@type":"node","@id":8706952091,"@timestamp":1625415448},"coords":"51.2577001,-0.2197903","bedrooms":"4","price":"280000","area":"377"} , +{"type":"Feature","id":"n8706959517","geometry":{"type":"Point","coordinates":[-0.0832199,51.4754238]},"properties":{"@type":"node","@id":8706959517,"@timestamp":1620319870},"coords":"51.4754238,-0.0832199","bedrooms":"0","price":"236000","area":"466"} , +{"type":"Feature","id":"n8706989616","geometry":{"type":"Point","coordinates":[-0.2331146,51.5053227]},"properties":{"@type":"node","@id":8706989616,"@timestamp":1620321778},"coords":"51.5053227,-0.2331146","bedrooms":"0","price":"190000","area":"357"} , +{"type":"Feature","id":"n8707043524","geometry":{"type":"Point","coordinates":[-0.233107,51.5052223]},"properties":{"@type":"node","@id":8707043524,"@timestamp":1620321778},"coords":"51.5052223,-0.233107","bedrooms":"0","price":"272000","area":"671"} , +{"type":"Feature","id":"n8707043558","geometry":{"type":"Point","coordinates":[-0.2330232,51.504565]},"properties":{"@type":"node","@id":8707043558,"@timestamp":1620321778},"coords":"51.504565,-0.2330232","bedrooms":"1","price":"205000","area":"402"} , +{"type":"Feature","id":"n8707043607","geometry":{"type":"Point","coordinates":[-0.2335759,51.5056005]},"properties":{"@type":"node","@id":8707043607,"@timestamp":1620321778},"coords":"51.5056005,-0.2335759","bedrooms":"2","price":"202000","area":"495"} , +{"type":"Feature","id":"n8707043617","geometry":{"type":"Point","coordinates":[-0.2336577,51.5061195]},"properties":{"@type":"node","@id":8707043617,"@timestamp":1620321778},"coords":"51.5061195,-0.2336577","bedrooms":"4","price":"237000","area":"680"} , +{"type":"Feature","id":"n8707334321","geometry":{"type":"Point","coordinates":[-0.3171563,51.5030911]},"properties":{"@type":"node","@id":8707334321,"@timestamp":1620327991},"coords":"51.5030911,-0.3171563","bedrooms":"3","price":"277000","area":"668"} , +{"type":"Feature","id":"n8707334331","geometry":{"type":"Point","coordinates":[-0.3173448,51.503233]},"properties":{"@type":"node","@id":8707334331,"@timestamp":1620327991},"coords":"51.503233,-0.3173448","bedrooms":"3","price":"262000","area":"670"} , +{"type":"Feature","id":"n8707426612","geometry":{"type":"Point","coordinates":[-0.232884,51.5019704]},"properties":{"@type":"node","@id":8707426612,"@timestamp":1620330392},"coords":"51.5019704,-0.232884","bedrooms":"4","price":"188000","area":"568"} , +{"type":"Feature","id":"n8707436476","geometry":{"type":"Point","coordinates":[-0.2339558,51.5057357]},"properties":{"@type":"node","@id":8707436476,"@timestamp":1620330392},"coords":"51.5057357,-0.2339558","bedrooms":"1","price":"281000","area":"624"} , +{"type":"Feature","id":"n8707613181","geometry":{"type":"Point","coordinates":[0.172531,51.88314]},"properties":{"@type":"node","@id":8707613181,"@timestamp":1620335717},"coords":"51.88314,0.172531","bedrooms":"0","price":"268000","area":"599"} , +{"type":"Feature","id":"n8707667207","geometry":{"type":"Point","coordinates":[-0.1603986,51.4352382]},"properties":{"@type":"node","@id":8707667207,"@timestamp":1620339725},"coords":"51.4352382,-0.1603986","bedrooms":"0","price":"255000","area":"508"} , +{"type":"Feature","id":"n8707732898","geometry":{"type":"Point","coordinates":[0.3352432,51.7758941]},"properties":{"@type":"node","@id":8707732898,"@timestamp":1620341372},"coords":"51.7758941,0.3352432","bedrooms":"2","price":"285000","area":"358"} , +{"type":"Feature","id":"n8707850279","geometry":{"type":"Point","coordinates":[-0.3163345,51.5027296]},"properties":{"@type":"node","@id":8707850279,"@timestamp":1620347151},"coords":"51.5027296,-0.3163345","bedrooms":"2","price":"299000","area":"470"} , +{"type":"Feature","id":"n8707895634","geometry":{"type":"Point","coordinates":[-0.0651994,51.4923525]},"properties":{"@type":"node","@id":8707895634,"@timestamp":1620351044},"coords":"51.4923525,-0.0651994","bedrooms":"4","price":"175000","area":"676"} , +{"type":"Feature","id":"n8708142898","geometry":{"type":"Point","coordinates":[0.2433848,51.4838331]},"properties":{"@type":"node","@id":8708142898,"@timestamp":1620363103},"coords":"51.4838331,0.2433848","bedrooms":"4","price":"178000","area":"507"} , +{"type":"Feature","id":"n8708542252","geometry":{"type":"Point","coordinates":[-0.2342261,51.5051107]},"properties":{"@type":"node","@id":8708542252,"@timestamp":1620368559},"coords":"51.5051107,-0.2342261","bedrooms":"3","price":"175000","area":"597"} , +{"type":"Feature","id":"n8708542262","geometry":{"type":"Point","coordinates":[-0.2340361,51.504549]},"properties":{"@type":"node","@id":8708542262,"@timestamp":1620368559},"coords":"51.504549,-0.2340361","bedrooms":"0","price":"266000","area":"525"} , +{"type":"Feature","id":"n8708542348","geometry":{"type":"Point","coordinates":[-0.2338675,51.505225]},"properties":{"@type":"node","@id":8708542348,"@timestamp":1620368559},"coords":"51.505225,-0.2338675","bedrooms":"4","price":"287000","area":"483"} , +{"type":"Feature","id":"n8708542493","geometry":{"type":"Point","coordinates":[-0.2332509,51.5040997]},"properties":{"@type":"node","@id":8708542493,"@timestamp":1620368559},"coords":"51.5040997,-0.2332509","bedrooms":"0","price":"281000","area":"541"} , +{"type":"Feature","id":"n8708845508","geometry":{"type":"Point","coordinates":[0.0385538,51.5675506]},"properties":{"@type":"node","@id":8708845508,"@timestamp":1620375546},"coords":"51.5675506,0.0385538","bedrooms":"4","price":"236000","area":"419"} , +{"type":"Feature","id":"n8709047005","geometry":{"type":"Point","coordinates":[-0.1438089,50.9560931]},"properties":{"@type":"node","@id":8709047005,"@timestamp":1620379931},"coords":"50.9560931,-0.1438089","bedrooms":"0","price":"269000","area":"688"} , +{"type":"Feature","id":"n8709119043","geometry":{"type":"Point","coordinates":[0.8535714,51.1341465]},"properties":{"@type":"node","@id":8709119043,"@timestamp":1620381686},"coords":"51.1341465,0.8535714","bedrooms":"2","price":"220000","area":"453"} , +{"type":"Feature","id":"n8709128359","geometry":{"type":"Point","coordinates":[0.1735642,51.451908]},"properties":{"@type":"node","@id":8709128359,"@timestamp":1620382749},"coords":"51.451908,0.1735642","bedrooms":"0","price":"270000","area":"372"} , +{"type":"Feature","id":"n8709142777","geometry":{"type":"Point","coordinates":[-0.2110566,51.53575]},"properties":{"@type":"node","@id":8709142777,"@timestamp":1620382890},"coords":"51.53575,-0.2110566","bedrooms":"3","price":"205000","area":"681"} , +{"type":"Feature","id":"n8709167933","geometry":{"type":"Point","coordinates":[0.1737017,51.4519326]},"properties":{"@type":"node","@id":8709167933,"@timestamp":1620382749},"coords":"51.4519326,0.1737017","bedrooms":"3","price":"274000","area":"542"} , +{"type":"Feature","id":"n8709167970","geometry":{"type":"Point","coordinates":[0.1717016,51.4521099]},"properties":{"@type":"node","@id":8709167970,"@timestamp":1620382749},"coords":"51.4521099,0.1717016","bedrooms":"0","price":"153000","area":"449"} , +{"type":"Feature","id":"n8709182954","geometry":{"type":"Point","coordinates":[-0.2087149,51.5350193]},"properties":{"@type":"node","@id":8709182954,"@timestamp":1620383641},"coords":"51.5350193,-0.2087149","bedrooms":"3","price":"289000","area":"696"} , +{"type":"Feature","id":"n8709182964","geometry":{"type":"Point","coordinates":[-0.2089215,51.5352863]},"properties":{"@type":"node","@id":8709182964,"@timestamp":1620383641},"coords":"51.5352863,-0.2089215","bedrooms":"0","price":"252000","area":"399"} , +{"type":"Feature","id":"n8709184410","geometry":{"type":"Point","coordinates":[-0.2080576,51.5343209]},"properties":{"@type":"node","@id":8709184410,"@timestamp":1620383381},"coords":"51.5343209,-0.2080576","bedrooms":"2","price":"267000","area":"386"} , +{"type":"Feature","id":"n8709193920","geometry":{"type":"Point","coordinates":[-0.2084346,51.5343125]},"properties":{"@type":"node","@id":8709193920,"@timestamp":1620383381},"coords":"51.5343125,-0.2084346","bedrooms":"4","price":"244000","area":"692"} , +{"type":"Feature","id":"n8709251268","geometry":{"type":"Point","coordinates":[-0.292289,51.292852]},"properties":{"@type":"node","@id":8709251268,"@timestamp":1625415448},"coords":"51.292852,-0.292289","bedrooms":"3","price":"273000","area":"555"} , +{"type":"Feature","id":"n8709251316","geometry":{"type":"Point","coordinates":[-0.3145373,51.2984174]},"properties":{"@type":"node","@id":8709251316,"@timestamp":1633714558},"coords":"51.2984174,-0.3145373","bedrooms":"4","price":"228000","area":"586"} , +{"type":"Feature","id":"n8709256030","geometry":{"type":"Point","coordinates":[-0.3359791,51.3155429]},"properties":{"@type":"node","@id":8709256030,"@timestamp":1625415448},"coords":"51.3155429,-0.3359791","bedrooms":"3","price":"276000","area":"504"} , +{"type":"Feature","id":"n8709256051","geometry":{"type":"Point","coordinates":[-0.3414441,51.3158981]},"properties":{"@type":"node","@id":8709256051,"@timestamp":1625415448},"coords":"51.3158981,-0.3414441","bedrooms":"0","price":"295000","area":"586"} , +{"type":"Feature","id":"n8709256148","geometry":{"type":"Point","coordinates":[-0.3761849,51.3111919]},"properties":{"@type":"node","@id":8709256148,"@timestamp":1625415448},"coords":"51.3111919,-0.3761849","bedrooms":"2","price":"282000","area":"563"} , +{"type":"Feature","id":"n8709256194","geometry":{"type":"Point","coordinates":[-0.3511847,51.313906]},"properties":{"@type":"node","@id":8709256194,"@timestamp":1625415448},"coords":"51.313906,-0.3511847","bedrooms":"4","price":"180000","area":"538"} , +{"type":"Feature","id":"n8709256291","geometry":{"type":"Point","coordinates":[-0.3264295,51.3111803]},"properties":{"@type":"node","@id":8709256291,"@timestamp":1633714558},"coords":"51.3111803,-0.3264295","bedrooms":"3","price":"164000","area":"377"} , +{"type":"Feature","id":"n8709256388","geometry":{"type":"Point","coordinates":[-0.3182054,51.300799]},"properties":{"@type":"node","@id":8709256388,"@timestamp":1625415448},"coords":"51.300799,-0.3182054","bedrooms":"3","price":"292000","area":"351"} , +{"type":"Feature","id":"n8709256438","geometry":{"type":"Point","coordinates":[-0.3052213,51.2940058]},"properties":{"@type":"node","@id":8709256438,"@timestamp":1625415448},"coords":"51.2940058,-0.3052213","bedrooms":"4","price":"267000","area":"427"} , +{"type":"Feature","id":"n8709256468","geometry":{"type":"Point","coordinates":[-0.2952951,51.2927371]},"properties":{"@type":"node","@id":8709256468,"@timestamp":1625415448},"coords":"51.2927371,-0.2952951","bedrooms":"3","price":"298000","area":"592"} , +{"type":"Feature","id":"n8709405650","geometry":{"type":"Point","coordinates":[-0.0057576,51.5636231]},"properties":{"@type":"node","@id":8709405650,"@timestamp":1620388012},"coords":"51.5636231,-0.0057576","bedrooms":"1","price":"267000","area":"686"} , +{"type":"Feature","id":"n8709587624","geometry":{"type":"Point","coordinates":[0.8550072,51.1339512]},"properties":{"@type":"node","@id":8709587624,"@timestamp":1620391773},"coords":"51.1339512,0.8550072","bedrooms":"0","price":"257000","area":"537"} , +{"type":"Feature","id":"n8709803858","geometry":{"type":"Point","coordinates":[0.5455906,51.1793576]},"properties":{"@type":"node","@id":8709803858,"@timestamp":1620396473},"coords":"51.1793576,0.5455906","bedrooms":"1","price":"242000","area":"565"} , +{"type":"Feature","id":"n8709883560","geometry":{"type":"Point","coordinates":[-0.2360832,51.5716798]},"properties":{"@type":"node","@id":8709883560,"@timestamp":1620824186},"coords":"51.5716798,-0.2360832","bedrooms":"1","price":"199000","area":"384"} , +{"type":"Feature","id":"n8710152334","geometry":{"type":"Point","coordinates":[0.1042389,51.3976776]},"properties":{"@type":"node","@id":8710152334,"@timestamp":1621156945},"coords":"51.3976776,0.1042389","bedrooms":"2","price":"180000","area":"457"} , +{"type":"Feature","id":"n8710380131","geometry":{"type":"Point","coordinates":[0.5033367,51.7559472]},"properties":{"@type":"node","@id":8710380131,"@timestamp":1626965810},"coords":"51.7559472,0.5033367","bedrooms":"4","price":"251000","area":"425"} , +{"type":"Feature","id":"n8710454958","geometry":{"type":"Point","coordinates":[-0.5080426,51.3911525]},"properties":{"@type":"node","@id":8710454958,"@timestamp":1620410211},"coords":"51.3911525,-0.5080426","bedrooms":"1","price":"201000","area":"595"} , +{"type":"Feature","id":"n8710497471","geometry":{"type":"Point","coordinates":[0.1523032,51.4407933]},"properties":{"@type":"node","@id":8710497471,"@timestamp":1620410995},"coords":"51.4407933,0.1523032","bedrooms":"2","price":"180000","area":"663"} , +{"type":"Feature","id":"n8710521581","geometry":{"type":"Point","coordinates":[0.1162198,51.4173103]},"properties":{"@type":"node","@id":8710521581,"@timestamp":1620412268},"coords":"51.4173103,0.1162198","bedrooms":"1","price":"247000","area":"436"} , +{"type":"Feature","id":"n8710536111","geometry":{"type":"Point","coordinates":[-0.2351952,51.5059048]},"properties":{"@type":"node","@id":8710536111,"@timestamp":1620412571},"coords":"51.5059048,-0.2351952","bedrooms":"1","price":"249000","area":"491"} , +{"type":"Feature","id":"n8710555645","geometry":{"type":"Point","coordinates":[0.1181931,51.418602]},"properties":{"@type":"node","@id":8710555645,"@timestamp":1620670430},"coords":"51.418602,0.1181931","bedrooms":"4","price":"212000","area":"674"} , +{"type":"Feature","id":"n8710586014","geometry":{"type":"Point","coordinates":[0.6786094,51.735288]},"properties":{"@type":"node","@id":8710586014,"@timestamp":1620414537},"coords":"51.735288,0.6786094","bedrooms":"2","price":"269000","area":"372"} , +{"type":"Feature","id":"n8710593912","geometry":{"type":"Point","coordinates":[-0.2627016,51.3847756]},"properties":{"@type":"node","@id":8710593912,"@timestamp":1620840106},"coords":"51.3847756,-0.2627016","bedrooms":"2","price":"286000","area":"409"} , +{"type":"Feature","id":"n8710602145","geometry":{"type":"Point","coordinates":[0.6780587,51.7351768]},"properties":{"@type":"node","@id":8710602145,"@timestamp":1620414537},"coords":"51.7351768,0.6780587","bedrooms":"3","price":"159000","area":"695"} , +{"type":"Feature","id":"n8710602155","geometry":{"type":"Point","coordinates":[0.6784583,51.7351042]},"properties":{"@type":"node","@id":8710602155,"@timestamp":1620414537},"coords":"51.7351042,0.6784583","bedrooms":"3","price":"204000","area":"624"} , +{"type":"Feature","id":"n8710602165","geometry":{"type":"Point","coordinates":[0.6783427,51.7346071]},"properties":{"@type":"node","@id":8710602165,"@timestamp":1620414537},"coords":"51.7346071,0.6783427","bedrooms":"0","price":"212000","area":"590"} , +{"type":"Feature","id":"n8710687847","geometry":{"type":"Point","coordinates":[-0.2641403,51.384492]},"properties":{"@type":"node","@id":8710687847,"@timestamp":1620416972},"coords":"51.384492,-0.2641403","bedrooms":"1","price":"266000","area":"633"} , +{"type":"Feature","id":"n8710687875","geometry":{"type":"Point","coordinates":[-0.2645834,51.3846199]},"properties":{"@type":"node","@id":8710687875,"@timestamp":1620416972},"coords":"51.3846199,-0.2645834","bedrooms":"4","price":"219000","area":"599"} , +{"type":"Feature","id":"n8710689981","geometry":{"type":"Point","coordinates":[-0.2628585,51.3847831]},"properties":{"@type":"node","@id":8710689981,"@timestamp":1620840106},"coords":"51.3847831,-0.2628585","bedrooms":"0","price":"242000","area":"685"} , +{"type":"Feature","id":"n8710730246","geometry":{"type":"Point","coordinates":[-0.3521084,51.4327134]},"properties":{"@type":"node","@id":8710730246,"@timestamp":1620418231},"coords":"51.4327134,-0.3521084","bedrooms":"3","price":"172000","area":"397"} , +{"type":"Feature","id":"n8710730286","geometry":{"type":"Point","coordinates":[-0.3543743,51.4302333]},"properties":{"@type":"node","@id":8710730286,"@timestamp":1620418231},"coords":"51.4302333,-0.3543743","bedrooms":"0","price":"158000","area":"419"} , +{"type":"Feature","id":"n8710732610","geometry":{"type":"Point","coordinates":[-0.3957216,51.5921866]},"properties":{"@type":"node","@id":8710732610,"@timestamp":1620422187},"coords":"51.5921866,-0.3957216","bedrooms":"2","price":"154000","area":"505"} , +{"type":"Feature","id":"n8710783007","geometry":{"type":"Point","coordinates":[-0.3032939,51.6202862]},"properties":{"@type":"node","@id":8710783007,"@timestamp":1620421153},"coords":"51.6202862,-0.3032939","bedrooms":"3","price":"175000","area":"689"} , +{"type":"Feature","id":"n8710815957","geometry":{"type":"Point","coordinates":[0.6812348,51.7356772]},"properties":{"@type":"node","@id":8710815957,"@timestamp":1620420874},"coords":"51.7356772,0.6812348","bedrooms":"2","price":"184000","area":"460"} , +{"type":"Feature","id":"n8710821957","geometry":{"type":"Point","coordinates":[-0.3028551,51.6203145]},"properties":{"@type":"node","@id":8710821957,"@timestamp":1620421153},"coords":"51.6203145,-0.3028551","bedrooms":"0","price":"290000","area":"602"} , +{"type":"Feature","id":"n8710854336","geometry":{"type":"Point","coordinates":[-0.3803409,51.5907699]},"properties":{"@type":"node","@id":8710854336,"@timestamp":1620422187},"coords":"51.5907699,-0.3803409","bedrooms":"4","price":"170000","area":"699"} , +{"type":"Feature","id":"n8710868907","geometry":{"type":"Point","coordinates":[0.6890993,51.7350951]},"properties":{"@type":"node","@id":8710868907,"@timestamp":1620425140},"coords":"51.7350951,0.6890993","bedrooms":"3","price":"253000","area":"464"} , +{"type":"Feature","id":"n8710894627","geometry":{"type":"Point","coordinates":[-0.0944406,51.6656672]},"properties":{"@type":"node","@id":8710894627,"@timestamp":1620423733},"coords":"51.6656672,-0.0944406","bedrooms":"3","price":"253000","area":"483"} , +{"type":"Feature","id":"n8710894637","geometry":{"type":"Point","coordinates":[-0.094078,51.6644048]},"properties":{"@type":"node","@id":8710894637,"@timestamp":1620423733},"coords":"51.6644048,-0.094078","bedrooms":"2","price":"189000","area":"473"} , +{"type":"Feature","id":"n8710895898","geometry":{"type":"Point","coordinates":[-0.0891394,51.6675628]},"properties":{"@type":"node","@id":8710895898,"@timestamp":1620424740},"coords":"51.6675628,-0.0891394","bedrooms":"4","price":"159000","area":"600"} , +{"type":"Feature","id":"n8710909625","geometry":{"type":"Point","coordinates":[-0.0906692,51.6666758]},"properties":{"@type":"node","@id":8710909625,"@timestamp":1620424740},"coords":"51.6666758,-0.0906692","bedrooms":"1","price":"209000","area":"644"} , +{"type":"Feature","id":"n8710909670","geometry":{"type":"Point","coordinates":[-0.0932231,51.6650738]},"properties":{"@type":"node","@id":8710909670,"@timestamp":1620424740},"coords":"51.6650738,-0.0932231","bedrooms":"0","price":"229000","area":"459"} , +{"type":"Feature","id":"n8710921244","geometry":{"type":"Point","coordinates":[0.6852441,51.7360603]},"properties":{"@type":"node","@id":8710921244,"@timestamp":1620425140},"coords":"51.7360603,0.6852441","bedrooms":"2","price":"292000","area":"623"} , +{"type":"Feature","id":"n8710966696","geometry":{"type":"Point","coordinates":[0.267084,51.9002815]},"properties":{"@type":"node","@id":8710966696,"@timestamp":1620428557},"coords":"51.9002815,0.267084","bedrooms":"1","price":"201000","area":"549"} , +{"type":"Feature","id":"n8710979163","geometry":{"type":"Point","coordinates":[-0.3002797,51.6216934]},"properties":{"@type":"node","@id":8710979163,"@timestamp":1620429985},"coords":"51.6216934,-0.3002797","bedrooms":"3","price":"292000","area":"473"} , +{"type":"Feature","id":"n8710979201","geometry":{"type":"Point","coordinates":[-0.294333,51.6182037]},"properties":{"@type":"node","@id":8710979201,"@timestamp":1620429985},"coords":"51.6182037,-0.294333","bedrooms":"1","price":"154000","area":"565"} , +{"type":"Feature","id":"n8711006328","geometry":{"type":"Point","coordinates":[-0.3000129,51.6182017]},"properties":{"@type":"node","@id":8711006328,"@timestamp":1620429985},"coords":"51.6182017,-0.3000129","bedrooms":"0","price":"184000","area":"403"} , +{"type":"Feature","id":"n8711154404","geometry":{"type":"Point","coordinates":[0.2118362,51.4451623]},"properties":{"@type":"node","@id":8711154404,"@timestamp":1620439604},"coords":"51.4451623,0.2118362","bedrooms":"4","price":"185000","area":"664"} , +{"type":"Feature","id":"n8711160175","geometry":{"type":"Point","coordinates":[-0.0214599,51.540413]},"properties":{"@type":"node","@id":8711160175,"@timestamp":1631965490},"coords":"51.540413,-0.0214599","bedrooms":"2","price":"271000","area":"525"} , +{"type":"Feature","id":"n8711320909","geometry":{"type":"Point","coordinates":[-0.2310497,51.5037286]},"properties":{"@type":"node","@id":8711320909,"@timestamp":1620450456},"coords":"51.5037286,-0.2310497","bedrooms":"3","price":"250000","area":"379"} , +{"type":"Feature","id":"n8711324159","geometry":{"type":"Point","coordinates":[-0.2316314,51.5040054]},"properties":{"@type":"node","@id":8711324159,"@timestamp":1620450456},"coords":"51.5040054,-0.2316314","bedrooms":"1","price":"282000","area":"472"} , +{"type":"Feature","id":"n8711324169","geometry":{"type":"Point","coordinates":[-0.2314051,51.5033792]},"properties":{"@type":"node","@id":8711324169,"@timestamp":1620450456},"coords":"51.5033792,-0.2314051","bedrooms":"2","price":"262000","area":"406"} , +{"type":"Feature","id":"n8711676906","geometry":{"type":"Point","coordinates":[-0.1680977,51.4278753]},"properties":{"@type":"node","@id":8711676906,"@timestamp":1620462222},"coords":"51.4278753,-0.1680977","bedrooms":"2","price":"202000","area":"355"} , +{"type":"Feature","id":"n8711729673","geometry":{"type":"Point","coordinates":[-0.3731167,51.2750978]},"properties":{"@type":"node","@id":8711729673,"@timestamp":1620464868},"coords":"51.2750978,-0.3731167","bedrooms":"0","price":"283000","area":"540"} , +{"type":"Feature","id":"n8711842651","geometry":{"type":"Point","coordinates":[-0.366712,51.2773517]},"properties":{"@type":"node","@id":8711842651,"@timestamp":1620467828},"coords":"51.2773517,-0.366712","bedrooms":"1","price":"177000","area":"356"} , +{"type":"Feature","id":"n8711871503","geometry":{"type":"Point","coordinates":[-0.0534036,51.4798081]},"properties":{"@type":"node","@id":8711871503,"@timestamp":1620468880},"coords":"51.4798081,-0.0534036","bedrooms":"0","price":"295000","area":"696"} , +{"type":"Feature","id":"n8711942188","geometry":{"type":"Point","coordinates":[-0.3172866,51.2198024]},"properties":{"@type":"node","@id":8711942188,"@timestamp":1620473057},"coords":"51.2198024,-0.3172866","bedrooms":"3","price":"160000","area":"460"} , +{"type":"Feature","id":"n8712138901","geometry":{"type":"Point","coordinates":[-0.6062981,51.4858023]},"properties":{"@type":"node","@id":8712138901,"@timestamp":1620480402},"coords":"51.4858023,-0.6062981","bedrooms":"3","price":"272000","area":"412"} , +{"type":"Feature","id":"n8712160774","geometry":{"type":"Point","coordinates":[-0.7081035,51.9051568]},"properties":{"@type":"node","@id":8712160774,"@timestamp":1620479749},"coords":"51.9051568,-0.7081035","bedrooms":"1","price":"269000","area":"363"} , +{"type":"Feature","id":"n8712179042","geometry":{"type":"Point","coordinates":[0.2126992,51.4447845]},"properties":{"@type":"node","@id":8712179042,"@timestamp":1620480205},"coords":"51.4447845,0.2126992","bedrooms":"3","price":"287000","area":"689"} , +{"type":"Feature","id":"n8712249604","geometry":{"type":"Point","coordinates":[-0.1102947,51.503755]},"properties":{"@type":"node","@id":8712249604,"@timestamp":1620483645},"coords":"51.503755,-0.1102947","bedrooms":"3","price":"206000","area":"457"} , +{"type":"Feature","id":"n8712298003","geometry":{"type":"Point","coordinates":[-0.4259055,51.3120358]},"properties":{"@type":"node","@id":8712298003,"@timestamp":1625415448},"coords":"51.3120358,-0.4259055","bedrooms":"0","price":"223000","area":"438"} , +{"type":"Feature","id":"n8712298014","geometry":{"type":"Point","coordinates":[-0.4489649,51.3221458]},"properties":{"@type":"node","@id":8712298014,"@timestamp":1625415448},"coords":"51.3221458,-0.4489649","bedrooms":"1","price":"297000","area":"411"} , +{"type":"Feature","id":"n8712298094","geometry":{"type":"Point","coordinates":[-0.4519321,51.3221596]},"properties":{"@type":"node","@id":8712298094,"@timestamp":1625415448},"coords":"51.3221596,-0.4519321","bedrooms":"2","price":"261000","area":"396"} , +{"type":"Feature","id":"n8712298168","geometry":{"type":"Point","coordinates":[-0.4418653,51.3187185]},"properties":{"@type":"node","@id":8712298168,"@timestamp":1625415448},"coords":"51.3187185,-0.4418653","bedrooms":"1","price":"285000","area":"557"} , +{"type":"Feature","id":"n8712298199","geometry":{"type":"Point","coordinates":[-0.4303703,51.3136789]},"properties":{"@type":"node","@id":8712298199,"@timestamp":1625415448},"coords":"51.3136789,-0.4303703","bedrooms":"4","price":"288000","area":"371"} , +{"type":"Feature","id":"n8712298254","geometry":{"type":"Point","coordinates":[-0.3793783,51.310706]},"properties":{"@type":"node","@id":8712298254,"@timestamp":1625415448},"coords":"51.310706,-0.3793783","bedrooms":"4","price":"270000","area":"578"} , +{"type":"Feature","id":"n8712298284","geometry":{"type":"Point","coordinates":[-0.3977113,51.3061081]},"properties":{"@type":"node","@id":8712298284,"@timestamp":1625415448},"coords":"51.3061081,-0.3977113","bedrooms":"4","price":"231000","area":"684"} , +{"type":"Feature","id":"n8712298383","geometry":{"type":"Point","coordinates":[-0.4092675,51.306032]},"properties":{"@type":"node","@id":8712298383,"@timestamp":1625415448},"coords":"51.306032,-0.4092675","bedrooms":"4","price":"201000","area":"596"} , +{"type":"Feature","id":"n8712298450","geometry":{"type":"Point","coordinates":[-0.3976796,51.305974]},"properties":{"@type":"node","@id":8712298450,"@timestamp":1625415448},"coords":"51.305974,-0.3976796","bedrooms":"0","price":"156000","area":"629"} , +{"type":"Feature","id":"n8712334719","geometry":{"type":"Point","coordinates":[-0.2325418,51.5039552]},"properties":{"@type":"node","@id":8712334719,"@timestamp":1620485522},"coords":"51.5039552,-0.2325418","bedrooms":"4","price":"241000","area":"397"} , +{"type":"Feature","id":"n8712334820","geometry":{"type":"Point","coordinates":[-0.2326277,51.503948]},"properties":{"@type":"node","@id":8712334820,"@timestamp":1620485522},"coords":"51.503948,-0.2326277","bedrooms":"2","price":"244000","area":"387"} , +{"type":"Feature","id":"n8712334874","geometry":{"type":"Point","coordinates":[-0.2322094,51.5031262]},"properties":{"@type":"node","@id":8712334874,"@timestamp":1620485522},"coords":"51.5031262,-0.2322094","bedrooms":"3","price":"166000","area":"660"} , +{"type":"Feature","id":"n8712370265","geometry":{"type":"Point","coordinates":[0.1529631,51.0520601]},"properties":{"@type":"node","@id":8712370265,"@timestamp":1620486278},"coords":"51.0520601,0.1529631","bedrooms":"3","price":"265000","area":"384"} , +{"type":"Feature","id":"n8712486888","geometry":{"type":"Point","coordinates":[-0.2326858,51.5032695]},"properties":{"@type":"node","@id":8712486888,"@timestamp":1620488374},"coords":"51.5032695,-0.2326858","bedrooms":"3","price":"169000","area":"690"} , +{"type":"Feature","id":"n8712486898","geometry":{"type":"Point","coordinates":[-0.2328855,51.5038312]},"properties":{"@type":"node","@id":8712486898,"@timestamp":1620488374},"coords":"51.5038312,-0.2328855","bedrooms":"0","price":"212000","area":"512"} , +{"type":"Feature","id":"n8712487767","geometry":{"type":"Point","coordinates":[-0.2333566,51.5037559]},"properties":{"@type":"node","@id":8712487767,"@timestamp":1620488374},"coords":"51.5037559,-0.2333566","bedrooms":"0","price":"281000","area":"576"} , +{"type":"Feature","id":"n8712487777","geometry":{"type":"Point","coordinates":[-0.2331585,51.5032671]},"properties":{"@type":"node","@id":8712487777,"@timestamp":1620488374},"coords":"51.5032671,-0.2331585","bedrooms":"3","price":"289000","area":"475"} , +{"type":"Feature","id":"n8712498598","geometry":{"type":"Point","coordinates":[-0.0081139,51.5487711]},"properties":{"@type":"node","@id":8712498598,"@timestamp":1620491119},"coords":"51.5487711,-0.0081139","bedrooms":"2","price":"269000","area":"568"} , +{"type":"Feature","id":"n8712498608","geometry":{"type":"Point","coordinates":[-0.0075571,51.5490801]},"properties":{"@type":"node","@id":8712498608,"@timestamp":1620491119},"coords":"51.5490801,-0.0075571","bedrooms":"0","price":"156000","area":"539"} , +{"type":"Feature","id":"n8712572034","geometry":{"type":"Point","coordinates":[0.000826,51.551532]},"properties":{"@type":"node","@id":8712572034,"@timestamp":1620490895},"coords":"51.551532,0.000826","bedrooms":"2","price":"157000","area":"481"} , +{"type":"Feature","id":"n8712622353","geometry":{"type":"Point","coordinates":[-0.6098284,51.4866379]},"properties":{"@type":"node","@id":8712622353,"@timestamp":1620493028},"coords":"51.4866379,-0.6098284","bedrooms":"4","price":"204000","area":"366"} , +{"type":"Feature","id":"n8712704499","geometry":{"type":"Point","coordinates":[-0.1871967,51.6469936]},"properties":{"@type":"node","@id":8712704499,"@timestamp":1620496075},"coords":"51.6469936,-0.1871967","bedrooms":"0","price":"271000","area":"469"} , +{"type":"Feature","id":"n8712715057","geometry":{"type":"Point","coordinates":[-0.1981562,51.539499]},"properties":{"@type":"node","@id":8712715057,"@timestamp":1620496291},"coords":"51.539499,-0.1981562","bedrooms":"0","price":"269000","area":"666"} , +{"type":"Feature","id":"n8712745874","geometry":{"type":"Point","coordinates":[-0.3098187,51.487426]},"properties":{"@type":"node","@id":8712745874,"@timestamp":1620497616},"coords":"51.487426,-0.3098187","bedrooms":"4","price":"261000","area":"545"} , +{"type":"Feature","id":"n8712767031","geometry":{"type":"Point","coordinates":[-0.3815668,51.5987171]},"properties":{"@type":"node","@id":8712767031,"@timestamp":1620498378},"coords":"51.5987171,-0.3815668","bedrooms":"2","price":"299000","area":"689"} , +{"type":"Feature","id":"n8712815513","geometry":{"type":"Point","coordinates":[-0.2337808,51.5036886]},"properties":{"@type":"node","@id":8712815513,"@timestamp":1620500019},"coords":"51.5036886,-0.2337808","bedrooms":"1","price":"154000","area":"630"} , +{"type":"Feature","id":"n8712823421","geometry":{"type":"Point","coordinates":[-0.2336325,51.5033037]},"properties":{"@type":"node","@id":8712823421,"@timestamp":1620500019},"coords":"51.5033037,-0.2336325","bedrooms":"4","price":"171000","area":"447"} , +{"type":"Feature","id":"n8712823431","geometry":{"type":"Point","coordinates":[-0.2334453,51.5028176]},"properties":{"@type":"node","@id":8712823431,"@timestamp":1620500019},"coords":"51.5028176,-0.2334453","bedrooms":"2","price":"197000","area":"580"} , +{"type":"Feature","id":"n8712823594","geometry":{"type":"Point","coordinates":[-0.2340782,51.503285]},"properties":{"@type":"node","@id":8712823594,"@timestamp":1620500019},"coords":"51.503285,-0.2340782","bedrooms":"4","price":"175000","area":"693"} , +{"type":"Feature","id":"n8712823604","geometry":{"type":"Point","coordinates":[-0.2338835,51.5028055]},"properties":{"@type":"node","@id":8712823604,"@timestamp":1620500019},"coords":"51.5028055,-0.2338835","bedrooms":"0","price":"262000","area":"386"} , +{"type":"Feature","id":"n8712879158","geometry":{"type":"Point","coordinates":[-0.3393687,51.6106314]},"properties":{"@type":"node","@id":8712879158,"@timestamp":1620503148},"coords":"51.6106314,-0.3393687","bedrooms":"2","price":"215000","area":"586"} , +{"type":"Feature","id":"n8712879202","geometry":{"type":"Point","coordinates":[-0.34279,51.6083268]},"properties":{"@type":"node","@id":8712879202,"@timestamp":1636392478},"coords":"51.6083268,-0.34279","bedrooms":"1","price":"205000","area":"446"} , +{"type":"Feature","id":"n8712909659","geometry":{"type":"Point","coordinates":[-0.3328757,51.603596]},"properties":{"@type":"node","@id":8712909659,"@timestamp":1634466202},"coords":"51.603596,-0.3328757","bedrooms":"3","price":"177000","area":"358"} , +{"type":"Feature","id":"n8713179393","geometry":{"type":"Point","coordinates":[-0.4321099,51.2737382]},"properties":{"@type":"node","@id":8713179393,"@timestamp":1620511658},"coords":"51.2737382,-0.4321099","bedrooms":"1","price":"172000","area":"535"} , +{"type":"Feature","id":"n8713183431","geometry":{"type":"Point","coordinates":[-0.4315031,51.2691777]},"properties":{"@type":"node","@id":8713183431,"@timestamp":1620511658},"coords":"51.2691777,-0.4315031","bedrooms":"3","price":"159000","area":"466"} , +{"type":"Feature","id":"n8713183560","geometry":{"type":"Point","coordinates":[-0.4261105,51.280102]},"properties":{"@type":"node","@id":8713183560,"@timestamp":1620511658},"coords":"51.280102,-0.4261105","bedrooms":"3","price":"191000","area":"639"} , +{"type":"Feature","id":"n8713353484","geometry":{"type":"Point","coordinates":[-0.4323386,51.2652433]},"properties":{"@type":"node","@id":8713353484,"@timestamp":1620514304},"coords":"51.2652433,-0.4323386","bedrooms":"0","price":"259000","area":"536"} , +{"type":"Feature","id":"n8713422033","geometry":{"type":"Point","coordinates":[-0.3963745,51.2689108]},"properties":{"@type":"node","@id":8713422033,"@timestamp":1620515799},"coords":"51.2689108,-0.3963745","bedrooms":"3","price":"282000","area":"420"} , +{"type":"Feature","id":"n8714150020","geometry":{"type":"Point","coordinates":[-0.2308051,51.5029565]},"properties":{"@type":"node","@id":8714150020,"@timestamp":1620539203},"coords":"51.5029565,-0.2308051","bedrooms":"1","price":"180000","area":"512"} , +{"type":"Feature","id":"n8714150090","geometry":{"type":"Point","coordinates":[-0.23048,51.5021244]},"properties":{"@type":"node","@id":8714150090,"@timestamp":1620539203},"coords":"51.5021244,-0.23048","bedrooms":"2","price":"198000","area":"682"} , +{"type":"Feature","id":"n8714150100","geometry":{"type":"Point","coordinates":[-0.230607,51.5020939]},"properties":{"@type":"node","@id":8714150100,"@timestamp":1620539203},"coords":"51.5020939,-0.230607","bedrooms":"0","price":"275000","area":"573"} , +{"type":"Feature","id":"n8714150159","geometry":{"type":"Point","coordinates":[-0.2310393,51.5023505]},"properties":{"@type":"node","@id":8714150159,"@timestamp":1620539203},"coords":"51.5023505,-0.2310393","bedrooms":"2","price":"298000","area":"353"} , +{"type":"Feature","id":"n8714193786","geometry":{"type":"Point","coordinates":[-0.3882577,51.5904981]},"properties":{"@type":"node","@id":8714193786,"@timestamp":1620542946},"coords":"51.5904981,-0.3882577","bedrooms":"3","price":"174000","area":"660"} , +{"type":"Feature","id":"n8714201041","geometry":{"type":"Point","coordinates":[-0.3832827,51.5837405]},"properties":{"@type":"node","@id":8714201041,"@timestamp":1620542946},"coords":"51.5837405,-0.3832827","bedrooms":"2","price":"248000","area":"520"} , +{"type":"Feature","id":"n8714352610","geometry":{"type":"Point","coordinates":[-0.904826,51.4250808]},"properties":{"@type":"node","@id":8714352610,"@timestamp":1620551779},"coords":"51.4250808,-0.904826","bedrooms":"1","price":"226000","area":"655"} , +{"type":"Feature","id":"n8714409427","geometry":{"type":"Point","coordinates":[-0.3158156,51.5016013]},"properties":{"@type":"node","@id":8714409427,"@timestamp":1620552797},"coords":"51.5016013,-0.3158156","bedrooms":"3","price":"298000","area":"630"} , +{"type":"Feature","id":"n8714409437","geometry":{"type":"Point","coordinates":[-0.316089,51.5024292]},"properties":{"@type":"node","@id":8714409437,"@timestamp":1620552797},"coords":"51.5024292,-0.316089","bedrooms":"2","price":"245000","area":"619"} , +{"type":"Feature","id":"n8714422622","geometry":{"type":"Point","coordinates":[-0.9434936,51.4048565]},"properties":{"@type":"node","@id":8714422622,"@timestamp":1620551779},"coords":"51.4048565,-0.9434936","bedrooms":"2","price":"232000","area":"518"} , +{"type":"Feature","id":"n8714465006","geometry":{"type":"Point","coordinates":[-0.973587,51.4081463]},"properties":{"@type":"node","@id":8714465006,"@timestamp":1620559105},"coords":"51.4081463,-0.973587","bedrooms":"2","price":"151000","area":"620"} , +{"type":"Feature","id":"n8714465809","geometry":{"type":"Point","coordinates":[0.107817,51.4132665]},"properties":{"@type":"node","@id":8714465809,"@timestamp":1620562484},"coords":"51.4132665,0.107817","bedrooms":"4","price":"296000","area":"510"} , +{"type":"Feature","id":"n8714655866","geometry":{"type":"Point","coordinates":[-0.9736185,51.3861548]},"properties":{"@type":"node","@id":8714655866,"@timestamp":1620561168},"coords":"51.3861548,-0.9736185","bedrooms":"0","price":"269000","area":"585"} , +{"type":"Feature","id":"n8714655882","geometry":{"type":"Point","coordinates":[-0.9659344,51.394742]},"properties":{"@type":"node","@id":8714655882,"@timestamp":1620561168},"coords":"51.394742,-0.9659344","bedrooms":"1","price":"226000","area":"544"} , +{"type":"Feature","id":"n8714655892","geometry":{"type":"Point","coordinates":[-0.963853,51.3952447]},"properties":{"@type":"node","@id":8714655892,"@timestamp":1620561168},"coords":"51.3952447,-0.963853","bedrooms":"4","price":"286000","area":"457"} , +{"type":"Feature","id":"n8714655902","geometry":{"type":"Point","coordinates":[-0.9627774,51.3953044]},"properties":{"@type":"node","@id":8714655902,"@timestamp":1620561168},"coords":"51.3953044,-0.9627774","bedrooms":"4","price":"186000","area":"378"} , +{"type":"Feature","id":"n8714655912","geometry":{"type":"Point","coordinates":[-0.9612843,51.3953043]},"properties":{"@type":"node","@id":8714655912,"@timestamp":1620561168},"coords":"51.3953043,-0.9612843","bedrooms":"4","price":"220000","area":"359"} , +{"type":"Feature","id":"n8714655922","geometry":{"type":"Point","coordinates":[-0.9612962,51.3945189]},"properties":{"@type":"node","@id":8714655922,"@timestamp":1620561168},"coords":"51.3945189,-0.9612962","bedrooms":"3","price":"181000","area":"656"} , +{"type":"Feature","id":"n8714705588","geometry":{"type":"Point","coordinates":[0.2673457,51.8929254]},"properties":{"@type":"node","@id":8714705588,"@timestamp":1620563202},"coords":"51.8929254,0.2673457","bedrooms":"0","price":"155000","area":"648"} , +{"type":"Feature","id":"n8714712742","geometry":{"type":"Point","coordinates":[0.2654598,51.8918866]},"properties":{"@type":"node","@id":8714712742,"@timestamp":1620563202},"coords":"51.8918866,0.2654598","bedrooms":"1","price":"241000","area":"474"} , +{"type":"Feature","id":"n8714716884","geometry":{"type":"Point","coordinates":[-0.9560658,51.3764175]},"properties":{"@type":"node","@id":8714716884,"@timestamp":1620566480},"coords":"51.3764175,-0.9560658","bedrooms":"0","price":"174000","area":"605"} , +{"type":"Feature","id":"n8714751325","geometry":{"type":"Point","coordinates":[-0.1626226,51.8959044]},"properties":{"@type":"node","@id":8714751325,"@timestamp":1620566252},"coords":"51.8959044,-0.1626226","bedrooms":"0","price":"210000","area":"443"} , +{"type":"Feature","id":"n8714751341","geometry":{"type":"Point","coordinates":[-0.1630932,51.895612]},"properties":{"@type":"node","@id":8714751341,"@timestamp":1620566252},"coords":"51.895612,-0.1630932","bedrooms":"3","price":"231000","area":"483"} , +{"type":"Feature","id":"n8714751373","geometry":{"type":"Point","coordinates":[-0.1598159,51.8930758]},"properties":{"@type":"node","@id":8714751373,"@timestamp":1620566252},"coords":"51.8930758,-0.1598159","bedrooms":"3","price":"290000","area":"667"} , +{"type":"Feature","id":"n8714751394","geometry":{"type":"Point","coordinates":[-0.1592012,51.8997842]},"properties":{"@type":"node","@id":8714751394,"@timestamp":1620566252},"coords":"51.8997842,-0.1592012","bedrooms":"1","price":"220000","area":"657"} , +{"type":"Feature","id":"n8714776298","geometry":{"type":"Point","coordinates":[0.211297,51.4422258]},"properties":{"@type":"node","@id":8714776298,"@timestamp":1620566621},"coords":"51.4422258,0.211297","bedrooms":"4","price":"201000","area":"445"} , +{"type":"Feature","id":"n8714789098","geometry":{"type":"Point","coordinates":[0.2115046,51.4440403]},"properties":{"@type":"node","@id":8714789098,"@timestamp":1620566621},"coords":"51.4440403,0.2115046","bedrooms":"1","price":"255000","area":"662"} , +{"type":"Feature","id":"n8714979811","geometry":{"type":"Point","coordinates":[0.1665089,51.4538832]},"properties":{"@type":"node","@id":8714979811,"@timestamp":1620575841},"coords":"51.4538832,0.1665089","bedrooms":"4","price":"259000","area":"424"} , +{"type":"Feature","id":"n8715022209","geometry":{"type":"Point","coordinates":[0.2985498,51.0296462]},"properties":{"@type":"node","@id":8715022209,"@timestamp":1620575048},"coords":"51.0296462,0.2985498","bedrooms":"3","price":"257000","area":"584"} , +{"type":"Feature","id":"n8715138787","geometry":{"type":"Point","coordinates":[-0.0232903,51.4519556]},"properties":{"@type":"node","@id":8715138787,"@timestamp":1620578520},"coords":"51.4519556,-0.0232903","bedrooms":"3","price":"289000","area":"579"} , +{"type":"Feature","id":"n8715165161","geometry":{"type":"Point","coordinates":[0.0121645,51.5595235]},"properties":{"@type":"node","@id":8715165161,"@timestamp":1620718039},"coords":"51.5595235,0.0121645","bedrooms":"2","price":"228000","area":"678"} , +{"type":"Feature","id":"n8715219755","geometry":{"type":"Point","coordinates":[-0.6282626,51.3930134]},"properties":{"@type":"node","@id":8715219755,"@timestamp":1620580544},"coords":"51.3930134,-0.6282626","bedrooms":"4","price":"219000","area":"470"} , +{"type":"Feature","id":"n8715399157","geometry":{"type":"Point","coordinates":[-0.0816491,51.0513227]},"properties":{"@type":"node","@id":8715399157,"@timestamp":1620586724},"coords":"51.0513227,-0.0816491","bedrooms":"3","price":"261000","area":"358"} , +{"type":"Feature","id":"n8715400798","geometry":{"type":"Point","coordinates":[-0.9602332,51.4383701]},"properties":{"@type":"node","@id":8715400798,"@timestamp":1620587186},"coords":"51.4383701,-0.9602332","bedrooms":"3","price":"291000","area":"356"} , +{"type":"Feature","id":"n8715400813","geometry":{"type":"Point","coordinates":[-0.9572912,51.4376694]},"properties":{"@type":"node","@id":8715400813,"@timestamp":1620587186},"coords":"51.4376694,-0.9572912","bedrooms":"0","price":"229000","area":"474"} , +{"type":"Feature","id":"n8715487633","geometry":{"type":"Point","coordinates":[0.1114312,51.3930627]},"properties":{"@type":"node","@id":8715487633,"@timestamp":1631551609},"coords":"51.3930627,0.1114312","bedrooms":"4","price":"236000","area":"407"} , +{"type":"Feature","id":"n8715537612","geometry":{"type":"Point","coordinates":[-0.0560513,51.5613508]},"properties":{"@type":"node","@id":8715537612,"@timestamp":1620592616},"coords":"51.5613508,-0.0560513","bedrooms":"3","price":"207000","area":"490"} , +{"type":"Feature","id":"n8715566934","geometry":{"type":"Point","coordinates":[-0.0694446,51.5651508]},"properties":{"@type":"node","@id":8715566934,"@timestamp":1628349522},"coords":"51.5651508,-0.0694446","bedrooms":"1","price":"164000","area":"681"} , +{"type":"Feature","id":"n8715614042","geometry":{"type":"Point","coordinates":[-0.0680783,51.5653492]},"properties":{"@type":"node","@id":8715614042,"@timestamp":1620591644},"coords":"51.5653492,-0.0680783","bedrooms":"4","price":"152000","area":"419"} , +{"type":"Feature","id":"n8715614056","geometry":{"type":"Point","coordinates":[-0.0676925,51.5662587]},"properties":{"@type":"node","@id":8715614056,"@timestamp":1620591644},"coords":"51.5662587,-0.0676925","bedrooms":"0","price":"292000","area":"374"} , +{"type":"Feature","id":"n8715614067","geometry":{"type":"Point","coordinates":[-0.0659844,51.566438]},"properties":{"@type":"node","@id":8715614067,"@timestamp":1620591644},"coords":"51.566438,-0.0659844","bedrooms":"3","price":"192000","area":"557"} , +{"type":"Feature","id":"n8715614087","geometry":{"type":"Point","coordinates":[-0.0632396,51.5669861]},"properties":{"@type":"node","@id":8715614087,"@timestamp":1620591644},"coords":"51.5669861,-0.0632396","bedrooms":"1","price":"186000","area":"648"} , +{"type":"Feature","id":"n8715614097","geometry":{"type":"Point","coordinates":[-0.0614399,51.56749]},"properties":{"@type":"node","@id":8715614097,"@timestamp":1620591644},"coords":"51.56749,-0.0614399","bedrooms":"1","price":"294000","area":"379"} , +{"type":"Feature","id":"n8715614620","geometry":{"type":"Point","coordinates":[-0.1351603,51.546455]},"properties":{"@type":"node","@id":8715614620,"@timestamp":1627423273},"coords":"51.546455,-0.1351603","bedrooms":"0","price":"195000","area":"521"} , +{"type":"Feature","id":"n8715662717","geometry":{"type":"Point","coordinates":[-0.0556341,51.5613902]},"properties":{"@type":"node","@id":8715662717,"@timestamp":1620592616},"coords":"51.5613902,-0.0556341","bedrooms":"3","price":"224000","area":"598"} , +{"type":"Feature","id":"n8715662727","geometry":{"type":"Point","coordinates":[-0.0529989,51.5618762]},"properties":{"@type":"node","@id":8715662727,"@timestamp":1620592616},"coords":"51.5618762,-0.0529989","bedrooms":"3","price":"264000","area":"511"} , +{"type":"Feature","id":"n8715708485","geometry":{"type":"Point","coordinates":[-0.0235795,51.542562]},"properties":{"@type":"node","@id":8715708485,"@timestamp":1620593829},"coords":"51.542562,-0.0235795","bedrooms":"3","price":"216000","area":"593"} , +{"type":"Feature","id":"n8715756377","geometry":{"type":"Point","coordinates":[-0.134291,51.5485097]},"properties":{"@type":"node","@id":8715756377,"@timestamp":1628959548},"coords":"51.5485097,-0.134291","bedrooms":"1","price":"264000","area":"353"} , +{"type":"Feature","id":"n8715756407","geometry":{"type":"Point","coordinates":[-0.1333574,51.5479069]},"properties":{"@type":"node","@id":8715756407,"@timestamp":1628959548},"coords":"51.5479069,-0.1333574","bedrooms":"3","price":"197000","area":"693"} , +{"type":"Feature","id":"n8715763986","geometry":{"type":"Point","coordinates":[-0.1355771,51.5492902]},"properties":{"@type":"node","@id":8715763986,"@timestamp":1628959548},"coords":"51.5492902,-0.1355771","bedrooms":"3","price":"281000","area":"536"} , +{"type":"Feature","id":"n8715778727","geometry":{"type":"Point","coordinates":[-0.1339565,51.5475745]},"properties":{"@type":"node","@id":8715778727,"@timestamp":1628959548},"coords":"51.5475745,-0.1339565","bedrooms":"1","price":"196000","area":"498"} , +{"type":"Feature","id":"n8715778739","geometry":{"type":"Point","coordinates":[-0.1338328,51.5489014]},"properties":{"@type":"node","@id":8715778739,"@timestamp":1628959548},"coords":"51.5489014,-0.1338328","bedrooms":"0","price":"280000","area":"659"} , +{"type":"Feature","id":"n8715821497","geometry":{"type":"Point","coordinates":[-0.1599067,51.4221912]},"properties":{"@type":"node","@id":8715821497,"@timestamp":1620597832},"coords":"51.4221912,-0.1599067","bedrooms":"1","price":"221000","area":"555"} , +{"type":"Feature","id":"n8715844307","geometry":{"type":"Point","coordinates":[-0.3154535,51.5003106]},"properties":{"@type":"node","@id":8715844307,"@timestamp":1620598734},"coords":"51.5003106,-0.3154535","bedrooms":"0","price":"293000","area":"413"} , +{"type":"Feature","id":"n8715844621","geometry":{"type":"Point","coordinates":[-0.0725837,51.5295695]},"properties":{"@type":"node","@id":8715844621,"@timestamp":1620598808},"coords":"51.5295695,-0.0725837","bedrooms":"3","price":"180000","area":"372"} , +{"type":"Feature","id":"n8715936822","geometry":{"type":"Point","coordinates":[0.2139471,51.4417422]},"properties":{"@type":"node","@id":8715936822,"@timestamp":1620599126},"coords":"51.4417422,0.2139471","bedrooms":"1","price":"216000","area":"625"} , +{"type":"Feature","id":"n8715968839","geometry":{"type":"Point","coordinates":[-0.1347339,51.5497493]},"properties":{"@type":"node","@id":8715968839,"@timestamp":1628959548},"coords":"51.5497493,-0.1347339","bedrooms":"3","price":"214000","area":"632"} , +{"type":"Feature","id":"n8716017939","geometry":{"type":"Point","coordinates":[-0.1404993,51.5505817]},"properties":{"@type":"node","@id":8716017939,"@timestamp":1628959548},"coords":"51.5505817,-0.1404993","bedrooms":"3","price":"193000","area":"355"} , +{"type":"Feature","id":"n8716017988","geometry":{"type":"Point","coordinates":[-0.1401652,51.5494124]},"properties":{"@type":"node","@id":8716017988,"@timestamp":1628959548},"coords":"51.5494124,-0.1401652","bedrooms":"1","price":"261000","area":"371"} , +{"type":"Feature","id":"n8716017998","geometry":{"type":"Point","coordinates":[-0.1381864,51.5493426]},"properties":{"@type":"node","@id":8716017998,"@timestamp":1628959548},"coords":"51.5493426,-0.1381864","bedrooms":"0","price":"278000","area":"390"} , +{"type":"Feature","id":"n8716018048","geometry":{"type":"Point","coordinates":[-0.1365159,51.5492321]},"properties":{"@type":"node","@id":8716018048,"@timestamp":1628959548},"coords":"51.5492321,-0.1365159","bedrooms":"1","price":"225000","area":"604"} , +{"type":"Feature","id":"n8716033662","geometry":{"type":"Point","coordinates":[0.1569766,51.8698251]},"properties":{"@type":"node","@id":8716033662,"@timestamp":1620602693},"coords":"51.8698251,0.1569766","bedrooms":"1","price":"217000","area":"689"} , +{"type":"Feature","id":"n8716033715","geometry":{"type":"Point","coordinates":[0.158596,51.8526728]},"properties":{"@type":"node","@id":8716033715,"@timestamp":1620602693},"coords":"51.8526728,0.158596","bedrooms":"2","price":"162000","area":"648"} , +{"type":"Feature","id":"n8716106974","geometry":{"type":"Point","coordinates":[-0.0589887,51.5304708]},"properties":{"@type":"node","@id":8716106974,"@timestamp":1620607538},"coords":"51.5304708,-0.0589887","bedrooms":"1","price":"213000","area":"661"} , +{"type":"Feature","id":"n8716245743","geometry":{"type":"Point","coordinates":[-0.0692699,51.5305896]},"properties":{"@type":"node","@id":8716245743,"@timestamp":1620609931},"coords":"51.5305896,-0.0692699","bedrooms":"2","price":"260000","area":"618"} , +{"type":"Feature","id":"n8716483398","geometry":{"type":"Point","coordinates":[0.0883324,51.1727096]},"properties":{"@type":"node","@id":8716483398,"@timestamp":1620616623},"coords":"51.1727096,0.0883324","bedrooms":"3","price":"197000","area":"624"} , +{"type":"Feature","id":"n8717025352","geometry":{"type":"Point","coordinates":[-0.2316604,51.5028589]},"properties":{"@type":"node","@id":8717025352,"@timestamp":1620626490},"coords":"51.5028589,-0.2316604","bedrooms":"1","price":"219000","area":"444"} , +{"type":"Feature","id":"n8717025362","geometry":{"type":"Point","coordinates":[-0.2313862,51.5020289]},"properties":{"@type":"node","@id":8717025362,"@timestamp":1620626490},"coords":"51.5020289,-0.2313862","bedrooms":"4","price":"181000","area":"594"} , +{"type":"Feature","id":"n8717025430","geometry":{"type":"Point","coordinates":[-0.2318221,51.5020807]},"properties":{"@type":"node","@id":8717025430,"@timestamp":1620626490},"coords":"51.5020807,-0.2318221","bedrooms":"0","price":"170000","area":"636"} , +{"type":"Feature","id":"n8717770546","geometry":{"type":"Point","coordinates":[-0.3912779,51.4361788]},"properties":{"@type":"node","@id":8717770546,"@timestamp":1620634926},"coords":"51.4361788,-0.3912779","bedrooms":"3","price":"226000","area":"401"} , +{"type":"Feature","id":"n8717803099","geometry":{"type":"Point","coordinates":[-0.2324647,51.502637]},"properties":{"@type":"node","@id":8717803099,"@timestamp":1620635765},"coords":"51.502637,-0.2324647","bedrooms":"1","price":"282000","area":"691"} , +{"type":"Feature","id":"n8717803171","geometry":{"type":"Point","coordinates":[-0.232727,51.5021514]},"properties":{"@type":"node","@id":8717803171,"@timestamp":1620635765},"coords":"51.5021514,-0.232727","bedrooms":"2","price":"299000","area":"462"} , +{"type":"Feature","id":"n8717803248","geometry":{"type":"Point","coordinates":[-0.4133503,51.6444353]},"properties":{"@type":"node","@id":8717803248,"@timestamp":1620636023},"coords":"51.6444353,-0.4133503","bedrooms":"1","price":"151000","area":"679"} , +{"type":"Feature","id":"n8717808471","geometry":{"type":"Point","coordinates":[-0.1696101,51.4265373]},"properties":{"@type":"node","@id":8717808471,"@timestamp":1620636209},"coords":"51.4265373,-0.1696101","bedrooms":"4","price":"161000","area":"526"} , +{"type":"Feature","id":"n8717915320","geometry":{"type":"Point","coordinates":[-0.4173022,51.6452094]},"properties":{"@type":"node","@id":8717915320,"@timestamp":1620638156},"coords":"51.6452094,-0.4173022","bedrooms":"0","price":"173000","area":"630"} , +{"type":"Feature","id":"n8718097833","geometry":{"type":"Point","coordinates":[-0.3363929,51.4295915]},"properties":{"@type":"node","@id":8718097833,"@timestamp":1620641526},"coords":"51.4295915,-0.3363929","bedrooms":"0","price":"188000","area":"578"} , +{"type":"Feature","id":"n8718393383","geometry":{"type":"Point","coordinates":[-0.0065549,51.1241026]},"properties":{"@type":"node","@id":8718393383,"@timestamp":1620648455},"coords":"51.1241026,-0.0065549","bedrooms":"0","price":"215000","area":"644"} , +{"type":"Feature","id":"n8718512015","geometry":{"type":"Point","coordinates":[-0.4232263,51.6461543]},"properties":{"@type":"node","@id":8718512015,"@timestamp":1620652757},"coords":"51.6461543,-0.4232263","bedrooms":"3","price":"163000","area":"392"} , +{"type":"Feature","id":"n8718538924","geometry":{"type":"Point","coordinates":[-0.4232083,51.6454777]},"properties":{"@type":"node","@id":8718538924,"@timestamp":1620652757},"coords":"51.6454777,-0.4232083","bedrooms":"1","price":"295000","area":"686"} , +{"type":"Feature","id":"n8718538934","geometry":{"type":"Point","coordinates":[-0.4220961,51.6458181]},"properties":{"@type":"node","@id":8718538934,"@timestamp":1620652757},"coords":"51.6458181,-0.4220961","bedrooms":"2","price":"238000","area":"699"} , +{"type":"Feature","id":"n8718621560","geometry":{"type":"Point","coordinates":[-0.1874867,51.4352149]},"properties":{"@type":"node","@id":8718621560,"@timestamp":1620684220},"coords":"51.4352149,-0.1874867","bedrooms":"4","price":"290000","area":"393"} , +{"type":"Feature","id":"n8718621596","geometry":{"type":"Point","coordinates":[-0.1879845,51.4347672]},"properties":{"@type":"node","@id":8718621596,"@timestamp":1620654722},"coords":"51.4347672,-0.1879845","bedrooms":"4","price":"150000","area":"396"} , +{"type":"Feature","id":"n8718628229","geometry":{"type":"Point","coordinates":[-0.1869618,51.4393202]},"properties":{"@type":"node","@id":8718628229,"@timestamp":1620654722},"coords":"51.4393202,-0.1869618","bedrooms":"3","price":"154000","area":"417"} , +{"type":"Feature","id":"n8718735378","geometry":{"type":"Point","coordinates":[0.1739238,51.0475988]},"properties":{"@type":"node","@id":8718735378,"@timestamp":1620657585},"coords":"51.0475988,0.1739238","bedrooms":"0","price":"292000","area":"570"} , +{"type":"Feature","id":"n8718779378","geometry":{"type":"Point","coordinates":[-0.1782046,51.5444692]},"properties":{"@type":"node","@id":8718779378,"@timestamp":1621894354},"coords":"51.5444692,-0.1782046","bedrooms":"3","price":"245000","area":"565"} , +{"type":"Feature","id":"n8718789641","geometry":{"type":"Point","coordinates":[-1.0726345,51.4232891]},"properties":{"@type":"node","@id":8718789641,"@timestamp":1620659178},"coords":"51.4232891,-1.0726345","bedrooms":"4","price":"270000","area":"694"} , +{"type":"Feature","id":"n8718803672","geometry":{"type":"Point","coordinates":[-0.2032681,51.6777901]},"properties":{"@type":"node","@id":8718803672,"@timestamp":1620659543},"coords":"51.6777901,-0.2032681","bedrooms":"4","price":"177000","area":"397"} , +{"type":"Feature","id":"n8719147958","geometry":{"type":"Point","coordinates":[-0.2321273,51.1617422]},"properties":{"@type":"node","@id":8719147958,"@timestamp":1620666926},"coords":"51.1617422,-0.2321273","bedrooms":"1","price":"222000","area":"350"} , +{"type":"Feature","id":"n8719242444","geometry":{"type":"Point","coordinates":[-0.2333476,51.5025655]},"properties":{"@type":"node","@id":8719242444,"@timestamp":1620667953},"coords":"51.5025655,-0.2333476","bedrooms":"1","price":"261000","area":"487"} , +{"type":"Feature","id":"n8719242462","geometry":{"type":"Point","coordinates":[-0.2336619,51.5021856]},"properties":{"@type":"node","@id":8719242462,"@timestamp":1620667953},"coords":"51.5021856,-0.2336619","bedrooms":"4","price":"212000","area":"621"} , +{"type":"Feature","id":"n8719242472","geometry":{"type":"Point","coordinates":[-0.2334668,51.5017017]},"properties":{"@type":"node","@id":8719242472,"@timestamp":1620667953},"coords":"51.5017017,-0.2334668","bedrooms":"0","price":"287000","area":"515"} , +{"type":"Feature","id":"n8719337112","geometry":{"type":"Point","coordinates":[-0.2156118,51.4493396]},"properties":{"@type":"node","@id":8719337112,"@timestamp":1620670453},"coords":"51.4493396,-0.2156118","bedrooms":"1","price":"158000","area":"550"} , +{"type":"Feature","id":"n8719347764","geometry":{"type":"Point","coordinates":[-0.4810011,51.3315075]},"properties":{"@type":"node","@id":8719347764,"@timestamp":1625415448},"coords":"51.3315075,-0.4810011","bedrooms":"3","price":"264000","area":"451"} , +{"type":"Feature","id":"n8719347809","geometry":{"type":"Point","coordinates":[-0.4851962,51.3451359]},"properties":{"@type":"node","@id":8719347809,"@timestamp":1625415448},"coords":"51.3451359,-0.4851962","bedrooms":"1","price":"258000","area":"557"} , +{"type":"Feature","id":"n8719358139","geometry":{"type":"Point","coordinates":[-0.4854899,51.3451327]},"properties":{"@type":"node","@id":8719358139,"@timestamp":1625415448},"coords":"51.3451327,-0.4854899","bedrooms":"3","price":"218000","area":"658"} , +{"type":"Feature","id":"n8719358183","geometry":{"type":"Point","coordinates":[-0.480849,51.3315669]},"properties":{"@type":"node","@id":8719358183,"@timestamp":1625415448},"coords":"51.3315669,-0.480849","bedrooms":"4","price":"201000","area":"439"} , +{"type":"Feature","id":"n8719358239","geometry":{"type":"Point","coordinates":[-0.4636962,51.324587]},"properties":{"@type":"node","@id":8719358239,"@timestamp":1625415448},"coords":"51.324587,-0.4636962","bedrooms":"0","price":"283000","area":"673"} , +{"type":"Feature","id":"n8719394910","geometry":{"type":"Point","coordinates":[-0.3697212,51.5906889]},"properties":{"@type":"node","@id":8719394910,"@timestamp":1620670741},"coords":"51.5906889,-0.3697212","bedrooms":"1","price":"208000","area":"478"} , +{"type":"Feature","id":"n8719396261","geometry":{"type":"Point","coordinates":[-0.3660072,51.5937985]},"properties":{"@type":"node","@id":8719396261,"@timestamp":1620670741},"coords":"51.5937985,-0.3660072","bedrooms":"3","price":"219000","area":"576"} , +{"type":"Feature","id":"n8719396297","geometry":{"type":"Point","coordinates":[-0.3597507,51.5958999]},"properties":{"@type":"node","@id":8719396297,"@timestamp":1620670741},"coords":"51.5958999,-0.3597507","bedrooms":"0","price":"254000","area":"691"} , +{"type":"Feature","id":"n8719396318","geometry":{"type":"Point","coordinates":[-0.3651551,51.5938221]},"properties":{"@type":"node","@id":8719396318,"@timestamp":1620670741},"coords":"51.5938221,-0.3651551","bedrooms":"0","price":"183000","area":"674"} , +{"type":"Feature","id":"n8719451615","geometry":{"type":"Point","coordinates":[-0.0143393,51.1284526]},"properties":{"@type":"node","@id":8719451615,"@timestamp":1620674592},"coords":"51.1284526,-0.0143393","bedrooms":"0","price":"271000","area":"493"} , +{"type":"Feature","id":"n8719525060","geometry":{"type":"Point","coordinates":[-0.3660159,51.5947561]},"properties":{"@type":"node","@id":8719525060,"@timestamp":1620674826},"coords":"51.5947561,-0.3660159","bedrooms":"0","price":"299000","area":"668"} , +{"type":"Feature","id":"n8719655560","geometry":{"type":"Point","coordinates":[-0.3766391,51.5892365]},"properties":{"@type":"node","@id":8719655560,"@timestamp":1620678347},"coords":"51.5892365,-0.3766391","bedrooms":"2","price":"278000","area":"425"} , +{"type":"Feature","id":"n8719887201","geometry":{"type":"Point","coordinates":[-0.1614566,51.419839]},"properties":{"@type":"node","@id":8719887201,"@timestamp":1620688055},"coords":"51.419839,-0.1614566","bedrooms":"3","price":"173000","area":"569"} , +{"type":"Feature","id":"n8720439615","geometry":{"type":"Point","coordinates":[-0.2347261,51.5037085]},"properties":{"@type":"node","@id":8720439615,"@timestamp":1620709460},"coords":"51.5037085,-0.2347261","bedrooms":"0","price":"204000","area":"381"} , +{"type":"Feature","id":"n8720449525","geometry":{"type":"Point","coordinates":[-0.234528,51.5032318]},"properties":{"@type":"node","@id":8720449525,"@timestamp":1620709460},"coords":"51.5032318,-0.234528","bedrooms":"1","price":"254000","area":"683"} , +{"type":"Feature","id":"n8720449535","geometry":{"type":"Point","coordinates":[-0.2343294,51.5027539]},"properties":{"@type":"node","@id":8720449535,"@timestamp":1620709460},"coords":"51.5027539,-0.2343294","bedrooms":"3","price":"287000","area":"584"} , +{"type":"Feature","id":"n8720449545","geometry":{"type":"Point","coordinates":[-0.2341311,51.5022767]},"properties":{"@type":"node","@id":8720449545,"@timestamp":1620709460},"coords":"51.5022767,-0.2341311","bedrooms":"0","price":"242000","area":"376"} , +{"type":"Feature","id":"n8720449555","geometry":{"type":"Point","coordinates":[-0.2338662,51.5016393]},"properties":{"@type":"node","@id":8720449555,"@timestamp":1620709460},"coords":"51.5016393,-0.2338662","bedrooms":"1","price":"283000","area":"398"} , +{"type":"Feature","id":"n8720449852","geometry":{"type":"Point","coordinates":[-0.2343356,51.5016232]},"properties":{"@type":"node","@id":8720449852,"@timestamp":1620709460},"coords":"51.5016232,-0.2343356","bedrooms":"0","price":"251000","area":"358"} , +{"type":"Feature","id":"n8720577285","geometry":{"type":"Point","coordinates":[-0.235136,51.5033333]},"properties":{"@type":"node","@id":8720577285,"@timestamp":1620712680},"coords":"51.5033333,-0.235136","bedrooms":"1","price":"175000","area":"599"} , +{"type":"Feature","id":"n8720577295","geometry":{"type":"Point","coordinates":[-0.2349507,51.5028636]},"properties":{"@type":"node","@id":8720577295,"@timestamp":1620712680},"coords":"51.5028636,-0.2349507","bedrooms":"4","price":"201000","area":"449"} , +{"type":"Feature","id":"n8720577305","geometry":{"type":"Point","coordinates":[-0.2347619,51.502385]},"properties":{"@type":"node","@id":8720577305,"@timestamp":1620712680},"coords":"51.502385,-0.2347619","bedrooms":"4","price":"166000","area":"519"} , +{"type":"Feature","id":"n8720686119","geometry":{"type":"Point","coordinates":[0.7873142,51.8560321]},"properties":{"@type":"node","@id":8720686119,"@timestamp":1620715386},"coords":"51.8560321,0.7873142","bedrooms":"0","price":"191000","area":"388"} , +{"type":"Feature","id":"n8720839427","geometry":{"type":"Point","coordinates":[-0.4532846,51.5089207]},"properties":{"@type":"node","@id":8720839427,"@timestamp":1620726621},"coords":"51.5089207,-0.4532846","bedrooms":"4","price":"158000","area":"643"} , +{"type":"Feature","id":"n8720839437","geometry":{"type":"Point","coordinates":[-0.4532729,51.5089495]},"properties":{"@type":"node","@id":8720839437,"@timestamp":1620726621},"coords":"51.5089495,-0.4532729","bedrooms":"4","price":"252000","area":"422"} , +{"type":"Feature","id":"n8720904567","geometry":{"type":"Point","coordinates":[0.1550613,51.0682993]},"properties":{"@type":"node","@id":8720904567,"@timestamp":1620721276},"coords":"51.0682993,0.1550613","bedrooms":"1","price":"207000","area":"425"} , +{"type":"Feature","id":"n8721253859","geometry":{"type":"Point","coordinates":[0.4676436,51.7741632]},"properties":{"@type":"node","@id":8721253859,"@timestamp":1620728150},"coords":"51.7741632,0.4676436","bedrooms":"1","price":"180000","area":"602"} , +{"type":"Feature","id":"n8721479795","geometry":{"type":"Point","coordinates":[-0.6426749,51.7526202]},"properties":{"@type":"node","@id":8721479795,"@timestamp":1620732220},"coords":"51.7526202,-0.6426749","bedrooms":"0","price":"254000","area":"524"} , +{"type":"Feature","id":"n8721530090","geometry":{"type":"Point","coordinates":[-0.1386526,51.4594857]},"properties":{"@type":"node","@id":8721530090,"@timestamp":1620733530},"coords":"51.4594857,-0.1386526","bedrooms":"2","price":"242000","area":"659"} , +{"type":"Feature","id":"n8721704002","geometry":{"type":"Point","coordinates":[-0.3761115,51.5897002]},"properties":{"@type":"node","@id":8721704002,"@timestamp":1620736699},"coords":"51.5897002,-0.3761115","bedrooms":"3","price":"165000","area":"387"} , +{"type":"Feature","id":"n8721824184","geometry":{"type":"Point","coordinates":[-0.1398628,51.4602064]},"properties":{"@type":"node","@id":8721824184,"@timestamp":1620740497},"coords":"51.4602064,-0.1398628","bedrooms":"0","price":"172000","area":"610"} , +{"type":"Feature","id":"n8721824216","geometry":{"type":"Point","coordinates":[-0.1351965,51.4579528]},"properties":{"@type":"node","@id":8721824216,"@timestamp":1620740497},"coords":"51.4579528,-0.1351965","bedrooms":"3","price":"194000","area":"679"} , +{"type":"Feature","id":"n8721865927","geometry":{"type":"Point","coordinates":[-0.1356106,51.4582334]},"properties":{"@type":"node","@id":8721865927,"@timestamp":1620740497},"coords":"51.4582334,-0.1356106","bedrooms":"1","price":"237000","area":"678"} , +{"type":"Feature","id":"n8721924504","geometry":{"type":"Point","coordinates":[-0.1340116,51.4569515]},"properties":{"@type":"node","@id":8721924504,"@timestamp":1620742251},"coords":"51.4569515,-0.1340116","bedrooms":"1","price":"254000","area":"441"} , +{"type":"Feature","id":"n8721941352","geometry":{"type":"Point","coordinates":[-0.1335613,51.4566501]},"properties":{"@type":"node","@id":8721941352,"@timestamp":1620742251},"coords":"51.4566501,-0.1335613","bedrooms":"3","price":"221000","area":"469"} , +{"type":"Feature","id":"n8721957897","geometry":{"type":"Point","coordinates":[-0.1289978,51.4578009]},"properties":{"@type":"node","@id":8721957897,"@timestamp":1620743396},"coords":"51.4578009,-0.1289978","bedrooms":"0","price":"174000","area":"656"} , +{"type":"Feature","id":"n8721958150","geometry":{"type":"Point","coordinates":[-0.3811006,51.5838006]},"properties":{"@type":"node","@id":8721958150,"@timestamp":1620742731},"coords":"51.5838006,-0.3811006","bedrooms":"1","price":"151000","area":"562"} , +{"type":"Feature","id":"n8721985690","geometry":{"type":"Point","coordinates":[-0.3890183,51.5844856]},"properties":{"@type":"node","@id":8721985690,"@timestamp":1620744318},"coords":"51.5844856,-0.3890183","bedrooms":"4","price":"152000","area":"383"} , +{"type":"Feature","id":"n8722189625","geometry":{"type":"Point","coordinates":[0.4875738,51.3072733]},"properties":{"@type":"node","@id":8722189625,"@timestamp":1620748731},"coords":"51.3072733,0.4875738","bedrooms":"3","price":"187000","area":"470"} , +{"type":"Feature","id":"n8722979417","geometry":{"type":"Point","coordinates":[-0.3718964,51.675701]},"properties":{"@type":"node","@id":8722979417,"@timestamp":1620766142},"coords":"51.675701,-0.3718964","bedrooms":"1","price":"297000","area":"647"} , +{"type":"Feature","id":"n8722996847","geometry":{"type":"Point","coordinates":[-0.3547204,51.0720713]},"properties":{"@type":"node","@id":8722996847,"@timestamp":1620766598},"coords":"51.0720713,-0.3547204","bedrooms":"2","price":"163000","area":"654"} , +{"type":"Feature","id":"n8723000364","geometry":{"type":"Point","coordinates":[-1.0031081,51.3919038]},"properties":{"@type":"node","@id":8723000364,"@timestamp":1620767900},"coords":"51.3919038,-1.0031081","bedrooms":"2","price":"175000","area":"652"} , +{"type":"Feature","id":"n8723137443","geometry":{"type":"Point","coordinates":[0.0129395,51.5560835]},"properties":{"@type":"node","@id":8723137443,"@timestamp":1620771865},"coords":"51.5560835,0.0129395","bedrooms":"2","price":"155000","area":"592"} , +{"type":"Feature","id":"n8723142998","geometry":{"type":"Point","coordinates":[0.008461,51.5541603]},"properties":{"@type":"node","@id":8723142998,"@timestamp":1633190968},"coords":"51.5541603,0.008461","bedrooms":"0","price":"226000","area":"402"} , +{"type":"Feature","id":"n8723159614","geometry":{"type":"Point","coordinates":[-0.1120749,51.9405887]},"properties":{"@type":"node","@id":8723159614,"@timestamp":1620774407},"coords":"51.9405887,-0.1120749","bedrooms":"1","price":"176000","area":"590"} , +{"type":"Feature","id":"n8723185769","geometry":{"type":"Point","coordinates":[-0.5173093,51.3836456]},"properties":{"@type":"node","@id":8723185769,"@timestamp":1625415448},"coords":"51.3836456,-0.5173093","bedrooms":"3","price":"192000","area":"656"} , +{"type":"Feature","id":"n8723185820","geometry":{"type":"Point","coordinates":[-0.5080451,51.3720774]},"properties":{"@type":"node","@id":8723185820,"@timestamp":1625415448},"coords":"51.3720774,-0.5080451","bedrooms":"4","price":"286000","area":"682"} , +{"type":"Feature","id":"n8723185931","geometry":{"type":"Point","coordinates":[-0.4922001,51.3548798]},"properties":{"@type":"node","@id":8723185931,"@timestamp":1625415448},"coords":"51.3548798,-0.4922001","bedrooms":"1","price":"203000","area":"584"} , +{"type":"Feature","id":"n8723185988","geometry":{"type":"Point","coordinates":[-0.5048025,51.3675141]},"properties":{"@type":"node","@id":8723185988,"@timestamp":1625415448},"coords":"51.3675141,-0.5048025","bedrooms":"2","price":"180000","area":"511"} , +{"type":"Feature","id":"n8723186038","geometry":{"type":"Point","coordinates":[-0.4919768,51.3549654]},"properties":{"@type":"node","@id":8723186038,"@timestamp":1625415448},"coords":"51.3549654,-0.4919768","bedrooms":"1","price":"274000","area":"391"} , +{"type":"Feature","id":"n8723231993","geometry":{"type":"Point","coordinates":[-0.1524076,51.4431818]},"properties":{"@type":"node","@id":8723231993,"@timestamp":1620775272},"coords":"51.4431818,-0.1524076","bedrooms":"0","price":"176000","area":"460"} , +{"type":"Feature","id":"n8723271651","geometry":{"type":"Point","coordinates":[-0.131566,51.4649672]},"properties":{"@type":"node","@id":8723271651,"@timestamp":1620776708},"coords":"51.4649672,-0.131566","bedrooms":"0","price":"247000","area":"510"} , +{"type":"Feature","id":"n8723303355","geometry":{"type":"Point","coordinates":[-0.0404379,51.5226396]},"properties":{"@type":"node","@id":8723303355,"@timestamp":1620779828},"coords":"51.5226396,-0.0404379","bedrooms":"2","price":"155000","area":"419"} , +{"type":"Feature","id":"n8723303373","geometry":{"type":"Point","coordinates":[-0.0396449,51.522425]},"properties":{"@type":"node","@id":8723303373,"@timestamp":1620779828},"coords":"51.522425,-0.0396449","bedrooms":"3","price":"178000","area":"668"} , +{"type":"Feature","id":"n8723352220","geometry":{"type":"Point","coordinates":[-0.0438707,51.5238939]},"properties":{"@type":"node","@id":8723352220,"@timestamp":1623410524},"coords":"51.5238939,-0.0438707","bedrooms":"0","price":"273000","area":"605"} , +{"type":"Feature","id":"n8723392017","geometry":{"type":"Point","coordinates":[-0.0325787,51.5323646]},"properties":{"@type":"node","@id":8723392017,"@timestamp":1620783557},"coords":"51.5323646,-0.0325787","bedrooms":"0","price":"235000","area":"383"} , +{"type":"Feature","id":"n8723496069","geometry":{"type":"Point","coordinates":[-0.040049,51.5287357]},"properties":{"@type":"node","@id":8723496069,"@timestamp":1620790056},"coords":"51.5287357,-0.040049","bedrooms":"1","price":"249000","area":"632"} , +{"type":"Feature","id":"n8724281607","geometry":{"type":"Point","coordinates":[0.0100258,51.5595161]},"properties":{"@type":"node","@id":8724281607,"@timestamp":1620806979},"coords":"51.5595161,0.0100258","bedrooms":"2","price":"237000","area":"375"} , +{"type":"Feature","id":"n8724298607","geometry":{"type":"Point","coordinates":[-0.2100869,51.4976793]},"properties":{"@type":"node","@id":8724298607,"@timestamp":1620808035},"coords":"51.4976793,-0.2100869","bedrooms":"2","price":"279000","area":"640"} , +{"type":"Feature","id":"n8724452648","geometry":{"type":"Point","coordinates":[-0.5246354,51.2999909]},"properties":{"@type":"node","@id":8724452648,"@timestamp":1620810282},"coords":"51.2999909,-0.5246354","bedrooms":"4","price":"227000","area":"567"} , +{"type":"Feature","id":"n8724557704","geometry":{"type":"Point","coordinates":[-0.328424,51.4239371]},"properties":{"@type":"node","@id":8724557704,"@timestamp":1620812352},"coords":"51.4239371,-0.328424","bedrooms":"2","price":"180000","area":"679"} , +{"type":"Feature","id":"n8724569225","geometry":{"type":"Point","coordinates":[-0.324159,51.423613]},"properties":{"@type":"node","@id":8724569225,"@timestamp":1620812758},"coords":"51.423613,-0.324159","bedrooms":"1","price":"219000","area":"444"} , +{"type":"Feature","id":"n8724569235","geometry":{"type":"Point","coordinates":[-0.3278705,51.4231478]},"properties":{"@type":"node","@id":8724569235,"@timestamp":1620812758},"coords":"51.4231478,-0.3278705","bedrooms":"3","price":"250000","area":"531"} , +{"type":"Feature","id":"n8724612536","geometry":{"type":"Point","coordinates":[-0.831591,51.9115157]},"properties":{"@type":"node","@id":8724612536,"@timestamp":1620813895},"coords":"51.9115157,-0.831591","bedrooms":"2","price":"240000","area":"586"} , +{"type":"Feature","id":"n8724636852","geometry":{"type":"Point","coordinates":[-0.2875923,51.4851061]},"properties":{"@type":"node","@id":8724636852,"@timestamp":1620814407},"coords":"51.4851061,-0.2875923","bedrooms":"2","price":"211000","area":"502"} , +{"type":"Feature","id":"n8724636862","geometry":{"type":"Point","coordinates":[-0.2875259,51.4845097]},"properties":{"@type":"node","@id":8724636862,"@timestamp":1620814407},"coords":"51.4845097,-0.2875259","bedrooms":"4","price":"169000","area":"691"} , +{"type":"Feature","id":"n8724636872","geometry":{"type":"Point","coordinates":[-0.2873321,51.4837816]},"properties":{"@type":"node","@id":8724636872,"@timestamp":1620814407},"coords":"51.4837816,-0.2873321","bedrooms":"4","price":"284000","area":"460"} , +{"type":"Feature","id":"n8724636882","geometry":{"type":"Point","coordinates":[-0.2872583,51.4845336]},"properties":{"@type":"node","@id":8724636882,"@timestamp":1620814407},"coords":"51.4845336,-0.2872583","bedrooms":"3","price":"213000","area":"382"} , +{"type":"Feature","id":"n8724636892","geometry":{"type":"Point","coordinates":[-0.2858638,51.4847962]},"properties":{"@type":"node","@id":8724636892,"@timestamp":1620814407},"coords":"51.4847962,-0.2858638","bedrooms":"0","price":"215000","area":"692"} , +{"type":"Feature","id":"n8724636902","geometry":{"type":"Point","coordinates":[-0.2856422,51.4845031]},"properties":{"@type":"node","@id":8724636902,"@timestamp":1620814407},"coords":"51.4845031,-0.2856422","bedrooms":"0","price":"277000","area":"690"} , +{"type":"Feature","id":"n8724636912","geometry":{"type":"Point","coordinates":[-0.2908739,51.4845635]},"properties":{"@type":"node","@id":8724636912,"@timestamp":1620814407},"coords":"51.4845635,-0.2908739","bedrooms":"3","price":"226000","area":"428"} , +{"type":"Feature","id":"n8724666154","geometry":{"type":"Point","coordinates":[-0.4227363,51.6101826]},"properties":{"@type":"node","@id":8724666154,"@timestamp":1620815551},"coords":"51.6101826,-0.4227363","bedrooms":"0","price":"248000","area":"393"} , +{"type":"Feature","id":"n8724716442","geometry":{"type":"Point","coordinates":[-0.1880167,51.5188423]},"properties":{"@type":"node","@id":8724716442,"@timestamp":1620816568},"coords":"51.5188423,-0.1880167","bedrooms":"2","price":"294000","area":"635"} , +{"type":"Feature","id":"n8725127848","geometry":{"type":"Point","coordinates":[-0.8743569,51.3353007]},"properties":{"@type":"node","@id":8725127848,"@timestamp":1620823241},"coords":"51.3353007,-0.8743569","bedrooms":"3","price":"179000","area":"458"} , +{"type":"Feature","id":"n8725278519","geometry":{"type":"Point","coordinates":[-0.1398444,51.4545932]},"properties":{"@type":"node","@id":8725278519,"@timestamp":1620826920},"coords":"51.4545932,-0.1398444","bedrooms":"2","price":"212000","area":"410"} , +{"type":"Feature","id":"n8725278531","geometry":{"type":"Point","coordinates":[-0.1442533,51.456076]},"properties":{"@type":"node","@id":8725278531,"@timestamp":1620912708},"coords":"51.456076,-0.1442533","bedrooms":"4","price":"177000","area":"545"} , +{"type":"Feature","id":"n8725280402","geometry":{"type":"Point","coordinates":[-0.6786305,51.5227975]},"properties":{"@type":"node","@id":8725280402,"@timestamp":1620827115},"coords":"51.5227975,-0.6786305","bedrooms":"1","price":"204000","area":"512"} , +{"type":"Feature","id":"n8725318753","geometry":{"type":"Point","coordinates":[-0.1409825,51.4547769]},"properties":{"@type":"node","@id":8725318753,"@timestamp":1620828207},"coords":"51.4547769,-0.1409825","bedrooms":"1","price":"290000","area":"531"} , +{"type":"Feature","id":"n8725318764","geometry":{"type":"Point","coordinates":[-0.1377961,51.4533901]},"properties":{"@type":"node","@id":8725318764,"@timestamp":1620828207},"coords":"51.4533901,-0.1377961","bedrooms":"2","price":"269000","area":"649"} , +{"type":"Feature","id":"n8725450051","geometry":{"type":"Point","coordinates":[-0.4080396,51.6482408]},"properties":{"@type":"node","@id":8725450051,"@timestamp":1620831331},"coords":"51.6482408,-0.4080396","bedrooms":"3","price":"254000","area":"697"} , +{"type":"Feature","id":"n8725540038","geometry":{"type":"Point","coordinates":[-0.4856133,51.5055308]},"properties":{"@type":"node","@id":8725540038,"@timestamp":1620833426},"coords":"51.5055308,-0.4856133","bedrooms":"0","price":"206000","area":"353"} , +{"type":"Feature","id":"n8725689012","geometry":{"type":"Point","coordinates":[-0.3685898,51.5838667]},"properties":{"@type":"node","@id":8725689012,"@timestamp":1620837264},"coords":"51.5838667,-0.3685898","bedrooms":"0","price":"222000","area":"355"} , +{"type":"Feature","id":"n8725775034","geometry":{"type":"Point","coordinates":[-0.3686791,51.5821421]},"properties":{"@type":"node","@id":8725775034,"@timestamp":1620837264},"coords":"51.5821421,-0.3686791","bedrooms":"0","price":"227000","area":"554"} , +{"type":"Feature","id":"n8725775060","geometry":{"type":"Point","coordinates":[-0.3716636,51.5802101]},"properties":{"@type":"node","@id":8725775060,"@timestamp":1620843645},"coords":"51.5802101,-0.3716636","bedrooms":"2","price":"198000","area":"657"} , +{"type":"Feature","id":"n8725822618","geometry":{"type":"Point","coordinates":[-0.2409885,51.1488189]},"properties":{"@type":"node","@id":8725822618,"@timestamp":1620838456},"coords":"51.1488189,-0.2409885","bedrooms":"4","price":"248000","area":"558"} , +{"type":"Feature","id":"n8725845841","geometry":{"type":"Point","coordinates":[-0.2353051,51.5027597]},"properties":{"@type":"node","@id":8725845841,"@timestamp":1620839806},"coords":"51.5027597,-0.2353051","bedrooms":"3","price":"289000","area":"575"} , +{"type":"Feature","id":"n8725845851","geometry":{"type":"Point","coordinates":[-0.2355027,51.5032359]},"properties":{"@type":"node","@id":8725845851,"@timestamp":1620839806},"coords":"51.5032359,-0.2355027","bedrooms":"4","price":"186000","area":"371"} , +{"type":"Feature","id":"n8725846222","geometry":{"type":"Point","coordinates":[-0.3652171,51.5830058]},"properties":{"@type":"node","@id":8725846222,"@timestamp":1620839306},"coords":"51.5830058,-0.3652171","bedrooms":"4","price":"289000","area":"549"} , +{"type":"Feature","id":"n8725867539","geometry":{"type":"Point","coordinates":[-0.2358519,51.5032387]},"properties":{"@type":"node","@id":8725867539,"@timestamp":1620839806},"coords":"51.5032387,-0.2358519","bedrooms":"3","price":"280000","area":"671"} , +{"type":"Feature","id":"n8725895167","geometry":{"type":"Point","coordinates":[0.1531697,51.2797513]},"properties":{"@type":"node","@id":8725895167,"@timestamp":1620841161},"coords":"51.2797513,0.1531697","bedrooms":"1","price":"203000","area":"633"} , +{"type":"Feature","id":"n8726014698","geometry":{"type":"Point","coordinates":[-0.3777623,51.5814563]},"properties":{"@type":"node","@id":8726014698,"@timestamp":1620843645},"coords":"51.5814563,-0.3777623","bedrooms":"4","price":"285000","area":"627"} , +{"type":"Feature","id":"n8726302206","geometry":{"type":"Point","coordinates":[0.7555423,51.1293784]},"properties":{"@type":"node","@id":8726302206,"@timestamp":1623610374},"coords":"51.1293784,0.7555423","bedrooms":"2","price":"298000","area":"608"} , +{"type":"Feature","id":"n8726330467","geometry":{"type":"Point","coordinates":[-0.0068469,51.5487782]},"properties":{"@type":"node","@id":8726330467,"@timestamp":1620853405},"coords":"51.5487782,-0.0068469","bedrooms":"2","price":"152000","area":"352"} , +{"type":"Feature","id":"n8726330480","geometry":{"type":"Point","coordinates":[-0.0068488,51.5487549]},"properties":{"@type":"node","@id":8726330480,"@timestamp":1620853405},"coords":"51.5487549,-0.0068488","bedrooms":"4","price":"184000","area":"669"} , +{"type":"Feature","id":"n8726330490","geometry":{"type":"Point","coordinates":[-0.0074279,51.5491711]},"properties":{"@type":"node","@id":8726330490,"@timestamp":1620853405},"coords":"51.5491711,-0.0074279","bedrooms":"1","price":"172000","area":"682"} , +{"type":"Feature","id":"n8726384895","geometry":{"type":"Point","coordinates":[0.2193409,51.4894933]},"properties":{"@type":"node","@id":8726384895,"@timestamp":1620854215},"coords":"51.4894933,0.2193409","bedrooms":"4","price":"286000","area":"615"} , +{"type":"Feature","id":"n8726384908","geometry":{"type":"Point","coordinates":[0.2276336,51.4875863]},"properties":{"@type":"node","@id":8726384908,"@timestamp":1620854215},"coords":"51.4875863,0.2276336","bedrooms":"3","price":"250000","area":"679"} , +{"type":"Feature","id":"n8726397084","geometry":{"type":"Point","coordinates":[-0.1355669,51.4184065]},"properties":{"@type":"node","@id":8726397084,"@timestamp":1620855159},"coords":"51.4184065,-0.1355669","bedrooms":"2","price":"202000","area":"499"} , +{"type":"Feature","id":"n8726414540","geometry":{"type":"Point","coordinates":[-0.9659502,51.3641216]},"properties":{"@type":"node","@id":8726414540,"@timestamp":1620855888},"coords":"51.3641216,-0.9659502","bedrooms":"0","price":"298000","area":"616"} , +{"type":"Feature","id":"n8726433264","geometry":{"type":"Point","coordinates":[-0.2678655,51.5160819]},"properties":{"@type":"node","@id":8726433264,"@timestamp":1620857564},"coords":"51.5160819,-0.2678655","bedrooms":"4","price":"226000","area":"634"} , +{"type":"Feature","id":"n8726456079","geometry":{"type":"Point","coordinates":[-0.3928077,51.6502064]},"properties":{"@type":"node","@id":8726456079,"@timestamp":1620858387},"coords":"51.6502064,-0.3928077","bedrooms":"1","price":"269000","area":"517"} , +{"type":"Feature","id":"n8726456089","geometry":{"type":"Point","coordinates":[-0.3905981,51.6507551]},"properties":{"@type":"node","@id":8726456089,"@timestamp":1620858387},"coords":"51.6507551,-0.3905981","bedrooms":"2","price":"192000","area":"673"} , +{"type":"Feature","id":"n8726860103","geometry":{"type":"Point","coordinates":[-0.2362445,51.5032696]},"properties":{"@type":"node","@id":8726860103,"@timestamp":1620879016},"coords":"51.5032696,-0.2362445","bedrooms":"3","price":"160000","area":"402"} , +{"type":"Feature","id":"n8726860113","geometry":{"type":"Point","coordinates":[-0.2370204,51.5030869]},"properties":{"@type":"node","@id":8726860113,"@timestamp":1620879016},"coords":"51.5030869,-0.2370204","bedrooms":"4","price":"224000","area":"448"} , +{"type":"Feature","id":"n8727054204","geometry":{"type":"Point","coordinates":[-0.0924962,51.9415233]},"properties":{"@type":"node","@id":8727054204,"@timestamp":1620884543},"coords":"51.9415233,-0.0924962","bedrooms":"2","price":"277000","area":"679"} , +{"type":"Feature","id":"n8727450157","geometry":{"type":"Point","coordinates":[-0.0848983,51.945475]},"properties":{"@type":"node","@id":8727450157,"@timestamp":1620893661},"coords":"51.945475,-0.0848983","bedrooms":"1","price":"258000","area":"687"} , +{"type":"Feature","id":"n8727596120","geometry":{"type":"Point","coordinates":[-0.3307942,51.4281565]},"properties":{"@type":"node","@id":8727596120,"@timestamp":1620896522},"coords":"51.4281565,-0.3307942","bedrooms":"3","price":"180000","area":"518"} , +{"type":"Feature","id":"n8727596196","geometry":{"type":"Point","coordinates":[-0.3320139,51.4276989]},"properties":{"@type":"node","@id":8727596196,"@timestamp":1620896522},"coords":"51.4276989,-0.3320139","bedrooms":"2","price":"234000","area":"406"} , +{"type":"Feature","id":"n8727596206","geometry":{"type":"Point","coordinates":[-0.3322443,51.4285489]},"properties":{"@type":"node","@id":8727596206,"@timestamp":1620896522},"coords":"51.4285489,-0.3322443","bedrooms":"0","price":"150000","area":"564"} , +{"type":"Feature","id":"n8727643380","geometry":{"type":"Point","coordinates":[-0.3360326,51.4218098]},"properties":{"@type":"node","@id":8727643380,"@timestamp":1620897943},"coords":"51.4218098,-0.3360326","bedrooms":"2","price":"286000","area":"518"} , +{"type":"Feature","id":"n8727754937","geometry":{"type":"Point","coordinates":[0.0113538,51.5940361]},"properties":{"@type":"node","@id":8727754937,"@timestamp":1620900150},"coords":"51.5940361,0.0113538","bedrooms":"0","price":"196000","area":"658"} , +{"type":"Feature","id":"n8727837703","geometry":{"type":"Point","coordinates":[-0.2730336,51.4952623]},"properties":{"@type":"node","@id":8727837703,"@timestamp":1620901794},"coords":"51.4952623,-0.2730336","bedrooms":"4","price":"203000","area":"403"} , +{"type":"Feature","id":"n8727980413","geometry":{"type":"Point","coordinates":[-0.1346187,51.4553977]},"properties":{"@type":"node","@id":8727980413,"@timestamp":1620904101},"coords":"51.4553977,-0.1346187","bedrooms":"0","price":"197000","area":"479"} , +{"type":"Feature","id":"n8727998123","geometry":{"type":"Point","coordinates":[-0.1358466,51.4548946]},"properties":{"@type":"node","@id":8727998123,"@timestamp":1620904101},"coords":"51.4548946,-0.1358466","bedrooms":"3","price":"287000","area":"438"} , +{"type":"Feature","id":"n8728076582","geometry":{"type":"Point","coordinates":[0.7171351,51.4482652]},"properties":{"@type":"node","@id":8728076582,"@timestamp":1625082302},"coords":"51.4482652,0.7171351","bedrooms":"0","price":"229000","area":"359"} , +{"type":"Feature","id":"n8728177055","geometry":{"type":"Point","coordinates":[0.0541478,51.6161013]},"properties":{"@type":"node","@id":8728177055,"@timestamp":1620907592},"coords":"51.6161013,0.0541478","bedrooms":"3","price":"240000","area":"670"} , +{"type":"Feature","id":"n8728358869","geometry":{"type":"Point","coordinates":[-0.2789374,51.3751001]},"properties":{"@type":"node","@id":8728358869,"@timestamp":1620912113},"coords":"51.3751001,-0.2789374","bedrooms":"1","price":"192000","area":"592"} , +{"type":"Feature","id":"n8728410210","geometry":{"type":"Point","coordinates":[-0.1438767,51.4571989]},"properties":{"@type":"node","@id":8728410210,"@timestamp":1620913118},"coords":"51.4571989,-0.1438767","bedrooms":"2","price":"257000","area":"634"} , +{"type":"Feature","id":"n8728414527","geometry":{"type":"Point","coordinates":[-0.144642,51.4569103]},"properties":{"@type":"node","@id":8728414527,"@timestamp":1620912708},"coords":"51.4569103,-0.144642","bedrooms":"0","price":"284000","area":"606"} , +{"type":"Feature","id":"n8728414550","geometry":{"type":"Point","coordinates":[-0.1452457,51.4551186]},"properties":{"@type":"node","@id":8728414550,"@timestamp":1620912708},"coords":"51.4551186,-0.1452457","bedrooms":"3","price":"257000","area":"643"} , +{"type":"Feature","id":"n8728438075","geometry":{"type":"Point","coordinates":[-0.3926697,51.5774879]},"properties":{"@type":"node","@id":8728438075,"@timestamp":1620913550},"coords":"51.5774879,-0.3926697","bedrooms":"3","price":"172000","area":"415"} , +{"type":"Feature","id":"n8728583105","geometry":{"type":"Point","coordinates":[0.0081713,51.5502172]},"properties":{"@type":"node","@id":8728583105,"@timestamp":1620917775},"coords":"51.5502172,0.0081713","bedrooms":"3","price":"241000","area":"401"} , +{"type":"Feature","id":"n8728583115","geometry":{"type":"Point","coordinates":[0.0085214,51.5499061]},"properties":{"@type":"node","@id":8728583115,"@timestamp":1620917775},"coords":"51.5499061,0.0085214","bedrooms":"2","price":"291000","area":"505"} , +{"type":"Feature","id":"n8728584090","geometry":{"type":"Point","coordinates":[0.0948969,51.7686108]},"properties":{"@type":"node","@id":8728584090,"@timestamp":1620917058},"coords":"51.7686108,0.0948969","bedrooms":"0","price":"236000","area":"664"} , +{"type":"Feature","id":"n8728701786","geometry":{"type":"Point","coordinates":[-0.2375627,51.500012]},"properties":{"@type":"node","@id":8728701786,"@timestamp":1626504814},"coords":"51.500012,-0.2375627","bedrooms":"1","price":"192000","area":"392"} , +{"type":"Feature","id":"n8728774699","geometry":{"type":"Point","coordinates":[-0.382867,51.578817]},"properties":{"@type":"node","@id":8728774699,"@timestamp":1620922933},"coords":"51.578817,-0.382867","bedrooms":"2","price":"250000","area":"672"} , +{"type":"Feature","id":"n8728793417","geometry":{"type":"Point","coordinates":[-0.1301127,51.5297761]},"properties":{"@type":"node","@id":8728793417,"@timestamp":1620922364},"coords":"51.5297761,-0.1301127","bedrooms":"2","price":"205000","area":"494"} , +{"type":"Feature","id":"n8729047796","geometry":{"type":"Point","coordinates":[-0.8709275,51.4255009]},"properties":{"@type":"node","@id":8729047796,"@timestamp":1625520953},"coords":"51.4255009,-0.8709275","bedrooms":"1","price":"284000","area":"400"} , +{"type":"Feature","id":"n8729147260","geometry":{"type":"Point","coordinates":[0.1147566,51.3937911]},"properties":{"@type":"node","@id":8729147260,"@timestamp":1623357284},"coords":"51.3937911,0.1147566","bedrooms":"4","price":"194000","area":"532"} , +{"type":"Feature","id":"n8729183056","geometry":{"type":"Point","coordinates":[-0.1781339,51.434567]},"properties":{"@type":"node","@id":8729183056,"@timestamp":1620931335},"coords":"51.434567,-0.1781339","bedrooms":"4","price":"222000","area":"438"} , +{"type":"Feature","id":"n8729300682","geometry":{"type":"Point","coordinates":[-0.2374758,51.5022918]},"properties":{"@type":"node","@id":8729300682,"@timestamp":1620936103},"coords":"51.5022918,-0.2374758","bedrooms":"2","price":"213000","area":"354"} , +{"type":"Feature","id":"n8729300692","geometry":{"type":"Point","coordinates":[-0.2376831,51.5018347]},"properties":{"@type":"node","@id":8729300692,"@timestamp":1620936103},"coords":"51.5018347,-0.2376831","bedrooms":"2","price":"269000","area":"500"} , +{"type":"Feature","id":"n8729864037","geometry":{"type":"Point","coordinates":[0.6412667,51.0416405]},"properties":{"@type":"node","@id":8729864037,"@timestamp":1620947462},"coords":"51.0416405,0.6412667","bedrooms":"0","price":"288000","area":"670"} , +{"type":"Feature","id":"n8729865613","geometry":{"type":"Point","coordinates":[-0.7449561,51.2350793]},"properties":{"@type":"node","@id":8729865613,"@timestamp":1620945697},"coords":"51.2350793,-0.7449561","bedrooms":"2","price":"169000","area":"667"} , +{"type":"Feature","id":"n8730090589","geometry":{"type":"Point","coordinates":[-0.3638622,51.5902483]},"properties":{"@type":"node","@id":8730090589,"@timestamp":1620962128},"coords":"51.5902483,-0.3638622","bedrooms":"1","price":"184000","area":"409"} , +{"type":"Feature","id":"n8730210603","geometry":{"type":"Point","coordinates":[0.3904701,51.9738927]},"properties":{"@type":"node","@id":8730210603,"@timestamp":1620971070},"coords":"51.9738927,0.3904701","bedrooms":"0","price":"155000","area":"561"} , +{"type":"Feature","id":"n8730333704","geometry":{"type":"Point","coordinates":[-0.2375196,51.5013071]},"properties":{"@type":"node","@id":8730333704,"@timestamp":1620977334},"coords":"51.5013071,-0.2375196","bedrooms":"3","price":"265000","area":"637"} , +{"type":"Feature","id":"n8730362819","geometry":{"type":"Point","coordinates":[-0.2364536,51.5004257]},"properties":{"@type":"node","@id":8730362819,"@timestamp":1620977334},"coords":"51.5004257,-0.2364536","bedrooms":"4","price":"248000","area":"387"} , +{"type":"Feature","id":"n8730464379","geometry":{"type":"Point","coordinates":[-0.0345935,51.8107582]},"properties":{"@type":"node","@id":8730464379,"@timestamp":1623665944},"coords":"51.8107582,-0.0345935","bedrooms":"2","price":"239000","area":"416"} , +{"type":"Feature","id":"n8730658914","geometry":{"type":"Point","coordinates":[-0.1295784,51.5293637]},"properties":{"@type":"node","@id":8730658914,"@timestamp":1620987043},"coords":"51.5293637,-0.1295784","bedrooms":"4","price":"197000","area":"652"} , +{"type":"Feature","id":"n8730970499","geometry":{"type":"Point","coordinates":[0.5418807,51.0942415]},"properties":{"@type":"node","@id":8730970499,"@timestamp":1620995963},"coords":"51.0942415,0.5418807","bedrooms":"0","price":"251000","area":"403"} , +{"type":"Feature","id":"n8731083206","geometry":{"type":"Point","coordinates":[-0.6728205,51.4585063]},"properties":{"@type":"node","@id":8731083206,"@timestamp":1620999204},"coords":"51.4585063,-0.6728205","bedrooms":"0","price":"267000","area":"692"} , +{"type":"Feature","id":"n8731095256","geometry":{"type":"Point","coordinates":[-0.1385051,51.4556121]},"properties":{"@type":"node","@id":8731095256,"@timestamp":1620999642},"coords":"51.4556121,-0.1385051","bedrooms":"1","price":"258000","area":"477"} , +{"type":"Feature","id":"n8731097451","geometry":{"type":"Point","coordinates":[-0.4338404,51.6399986]},"properties":{"@type":"node","@id":8731097451,"@timestamp":1621001060},"coords":"51.6399986,-0.4338404","bedrooms":"4","price":"263000","area":"689"} , +{"type":"Feature","id":"n8731133069","geometry":{"type":"Point","coordinates":[-0.83347,51.8372672]},"properties":{"@type":"node","@id":8731133069,"@timestamp":1621807524},"coords":"51.8372672,-0.83347","bedrooms":"2","price":"242000","area":"671"} , +{"type":"Feature","id":"n8731193231","geometry":{"type":"Point","coordinates":[-0.0278054,51.0095185]},"properties":{"@type":"node","@id":8731193231,"@timestamp":1621002391},"coords":"51.0095185,-0.0278054","bedrooms":"4","price":"151000","area":"385"} , +{"type":"Feature","id":"n8731199038","geometry":{"type":"Point","coordinates":[-0.4364207,51.6399502]},"properties":{"@type":"node","@id":8731199038,"@timestamp":1621003113},"coords":"51.6399502,-0.4364207","bedrooms":"4","price":"176000","area":"689"} , +{"type":"Feature","id":"n8731270198","geometry":{"type":"Point","coordinates":[-0.4320664,51.6403719]},"properties":{"@type":"node","@id":8731270198,"@timestamp":1621005383},"coords":"51.6403719,-0.4320664","bedrooms":"2","price":"168000","area":"422"} , +{"type":"Feature","id":"n8731297125","geometry":{"type":"Point","coordinates":[0.0646874,51.4349446]},"properties":{"@type":"node","@id":8731297125,"@timestamp":1621005030},"coords":"51.4349446,0.0646874","bedrooms":"0","price":"289000","area":"361"} , +{"type":"Feature","id":"n8731442705","geometry":{"type":"Point","coordinates":[-0.5952198,51.5103419]},"properties":{"@type":"node","@id":8731442705,"@timestamp":1621008517},"coords":"51.5103419,-0.5952198","bedrooms":"4","price":"251000","area":"363"} , +{"type":"Feature","id":"n8731545958","geometry":{"type":"Point","coordinates":[-0.1169237,51.0931105]},"properties":{"@type":"node","@id":8731545958,"@timestamp":1621011409},"coords":"51.0931105,-0.1169237","bedrooms":"0","price":"192000","area":"366"} , +{"type":"Feature","id":"n8731545974","geometry":{"type":"Point","coordinates":[-0.1160027,51.0929896]},"properties":{"@type":"node","@id":8731545974,"@timestamp":1621011409},"coords":"51.0929896,-0.1160027","bedrooms":"3","price":"164000","area":"397"} , +{"type":"Feature","id":"n8731559852","geometry":{"type":"Point","coordinates":[-0.1125855,51.0934216]},"properties":{"@type":"node","@id":8731559852,"@timestamp":1621011409},"coords":"51.0934216,-0.1125855","bedrooms":"1","price":"232000","area":"643"} , +{"type":"Feature","id":"n8731559862","geometry":{"type":"Point","coordinates":[-0.1114189,51.0935977]},"properties":{"@type":"node","@id":8731559862,"@timestamp":1621011409},"coords":"51.0935977,-0.1114189","bedrooms":"0","price":"282000","area":"533"} , +{"type":"Feature","id":"n8731559872","geometry":{"type":"Point","coordinates":[-0.1113546,51.0938821]},"properties":{"@type":"node","@id":8731559872,"@timestamp":1621011409},"coords":"51.0938821,-0.1113546","bedrooms":"0","price":"280000","area":"649"} , +{"type":"Feature","id":"n8731559882","geometry":{"type":"Point","coordinates":[-0.1107122,51.092931]},"properties":{"@type":"node","@id":8731559882,"@timestamp":1621011409},"coords":"51.092931,-0.1107122","bedrooms":"4","price":"171000","area":"460"} , +{"type":"Feature","id":"n8731559955","geometry":{"type":"Point","coordinates":[-0.1120806,51.0934256]},"properties":{"@type":"node","@id":8731559955,"@timestamp":1621011409},"coords":"51.0934256,-0.1120806","bedrooms":"0","price":"189000","area":"677"} , +{"type":"Feature","id":"n8731625885","geometry":{"type":"Point","coordinates":[-0.2370128,51.5019955]},"properties":{"@type":"node","@id":8731625885,"@timestamp":1621014336},"coords":"51.5019955,-0.2370128","bedrooms":"0","price":"223000","area":"474"} , +{"type":"Feature","id":"n8731652134","geometry":{"type":"Point","coordinates":[-0.1156133,51.0867114]},"properties":{"@type":"node","@id":8731652134,"@timestamp":1621014213},"coords":"51.0867114,-0.1156133","bedrooms":"4","price":"168000","area":"450"} , +{"type":"Feature","id":"n8731883057","geometry":{"type":"Point","coordinates":[0.0130615,51.3732929]},"properties":{"@type":"node","@id":8731883057,"@timestamp":1621103783},"coords":"51.3732929,0.0130615","bedrooms":"4","price":"153000","area":"556"} , +{"type":"Feature","id":"n8731887524","geometry":{"type":"Point","coordinates":[0.5796862,51.1172813]},"properties":{"@type":"node","@id":8731887524,"@timestamp":1621019588},"coords":"51.1172813,0.5796862","bedrooms":"4","price":"240000","area":"400"} , +{"type":"Feature","id":"n8732012782","geometry":{"type":"Point","coordinates":[0.0073889,51.3690143]},"properties":{"@type":"node","@id":8732012782,"@timestamp":1621021447},"coords":"51.3690143,0.0073889","bedrooms":"3","price":"219000","area":"512"} , +{"type":"Feature","id":"n8732155295","geometry":{"type":"Point","coordinates":[-0.3510213,51.6077739]},"properties":{"@type":"node","@id":8732155295,"@timestamp":1621025057},"coords":"51.6077739,-0.3510213","bedrooms":"3","price":"195000","area":"410"} , +{"type":"Feature","id":"n8732155308","geometry":{"type":"Point","coordinates":[-0.3551272,51.6040197]},"properties":{"@type":"node","@id":8732155308,"@timestamp":1621025057},"coords":"51.6040197,-0.3551272","bedrooms":"3","price":"280000","area":"375"} , +{"type":"Feature","id":"n8732484711","geometry":{"type":"Point","coordinates":[-0.1471205,51.1388968]},"properties":{"@type":"node","@id":8732484711,"@timestamp":1621041933},"coords":"51.1388968,-0.1471205","bedrooms":"3","price":"168000","area":"690"} , +{"type":"Feature","id":"n8732560539","geometry":{"type":"Point","coordinates":[-0.0278109,51.4431727]},"properties":{"@type":"node","@id":8732560539,"@timestamp":1621041905},"coords":"51.4431727,-0.0278109","bedrooms":"2","price":"176000","area":"612"} , +{"type":"Feature","id":"n8732563361","geometry":{"type":"Point","coordinates":[-0.0273256,51.4431871]},"properties":{"@type":"node","@id":8732563361,"@timestamp":1621043037},"coords":"51.4431871,-0.0273256","bedrooms":"3","price":"228000","area":"683"} , +{"type":"Feature","id":"n8732594999","geometry":{"type":"Point","coordinates":[-0.032471,51.5042015]},"properties":{"@type":"node","@id":8732594999,"@timestamp":1621044666},"coords":"51.5042015,-0.032471","bedrooms":"4","price":"245000","area":"418"} , +{"type":"Feature","id":"n8732661164","geometry":{"type":"Point","coordinates":[0.2465635,51.5564873]},"properties":{"@type":"node","@id":8732661164,"@timestamp":1621049314},"coords":"51.5564873,0.2465635","bedrooms":"0","price":"240000","area":"616"} , +{"type":"Feature","id":"n8732779998","geometry":{"type":"Point","coordinates":[-0.2347715,51.5015488]},"properties":{"@type":"node","@id":8732779998,"@timestamp":1621051525},"coords":"51.5015488,-0.2347715","bedrooms":"4","price":"199000","area":"622"} , +{"type":"Feature","id":"n8733323255","geometry":{"type":"Point","coordinates":[-0.1117654,51.0820425]},"properties":{"@type":"node","@id":8733323255,"@timestamp":1621067886},"coords":"51.0820425,-0.1117654","bedrooms":"3","price":"220000","area":"404"} , +{"type":"Feature","id":"n8733374689","geometry":{"type":"Point","coordinates":[-0.1211024,51.0839824]},"properties":{"@type":"node","@id":8733374689,"@timestamp":1621070097},"coords":"51.0839824,-0.1211024","bedrooms":"0","price":"271000","area":"425"} , +{"type":"Feature","id":"n8733537139","geometry":{"type":"Point","coordinates":[-0.440766,51.4221599]},"properties":{"@type":"node","@id":8733537139,"@timestamp":1621074481},"coords":"51.4221599,-0.440766","bedrooms":"2","price":"157000","area":"500"} , +{"type":"Feature","id":"n8733647533","geometry":{"type":"Point","coordinates":[-0.1203808,51.0895275]},"properties":{"@type":"node","@id":8733647533,"@timestamp":1621077242},"coords":"51.0895275,-0.1203808","bedrooms":"1","price":"261000","area":"671"} , +{"type":"Feature","id":"n8733647547","geometry":{"type":"Point","coordinates":[-0.1212099,51.0886032]},"properties":{"@type":"node","@id":8733647547,"@timestamp":1621077242},"coords":"51.0886032,-0.1212099","bedrooms":"1","price":"190000","area":"597"} , +{"type":"Feature","id":"n8733647564","geometry":{"type":"Point","coordinates":[-0.1201184,51.0891475]},"properties":{"@type":"node","@id":8733647564,"@timestamp":1621077242},"coords":"51.0891475,-0.1201184","bedrooms":"3","price":"169000","area":"416"} , +{"type":"Feature","id":"n8733647576","geometry":{"type":"Point","coordinates":[-0.1187759,51.0880608]},"properties":{"@type":"node","@id":8733647576,"@timestamp":1621077242},"coords":"51.0880608,-0.1187759","bedrooms":"1","price":"240000","area":"644"} , +{"type":"Feature","id":"n8733722931","geometry":{"type":"Point","coordinates":[0.2145774,51.4386479]},"properties":{"@type":"node","@id":8733722931,"@timestamp":1621078919},"coords":"51.4386479,0.2145774","bedrooms":"0","price":"224000","area":"532"} , +{"type":"Feature","id":"n8733724356","geometry":{"type":"Point","coordinates":[0.2144332,51.4381618]},"properties":{"@type":"node","@id":8733724356,"@timestamp":1621078919},"coords":"51.4381618,0.2144332","bedrooms":"1","price":"232000","area":"365"} , +{"type":"Feature","id":"n8733724453","geometry":{"type":"Point","coordinates":[0.2140711,51.4385673]},"properties":{"@type":"node","@id":8733724453,"@timestamp":1621078919},"coords":"51.4385673,0.2140711","bedrooms":"3","price":"257000","area":"455"} , +{"type":"Feature","id":"n8733863134","geometry":{"type":"Point","coordinates":[-0.2436516,51.3092636]},"properties":{"@type":"node","@id":8733863134,"@timestamp":1621083498},"coords":"51.3092636,-0.2436516","bedrooms":"2","price":"296000","area":"649"} , +{"type":"Feature","id":"n8733934995","geometry":{"type":"Point","coordinates":[0.0141323,51.375776]},"properties":{"@type":"node","@id":8733934995,"@timestamp":1621093123},"coords":"51.375776,0.0141323","bedrooms":"2","price":"287000","area":"672"} , +{"type":"Feature","id":"n8733983788","geometry":{"type":"Point","coordinates":[-0.3493294,51.6068353]},"properties":{"@type":"node","@id":8733983788,"@timestamp":1621087677},"coords":"51.6068353,-0.3493294","bedrooms":"2","price":"232000","area":"680"} , +{"type":"Feature","id":"n8734015554","geometry":{"type":"Point","coordinates":[-1.0604594,51.2828856]},"properties":{"@type":"node","@id":8734015554,"@timestamp":1621088940},"coords":"51.2828856,-1.0604594","bedrooms":"4","price":"288000","area":"691"} , +{"type":"Feature","id":"n8734101846","geometry":{"type":"Point","coordinates":[-0.6261114,51.4300624]},"properties":{"@type":"node","@id":8734101846,"@timestamp":1621090616},"coords":"51.4300624,-0.6261114","bedrooms":"0","price":"154000","area":"423"} , +{"type":"Feature","id":"n8734101921","geometry":{"type":"Point","coordinates":[-0.6352486,51.43163]},"properties":{"@type":"node","@id":8734101921,"@timestamp":1621090616},"coords":"51.43163,-0.6352486","bedrooms":"4","price":"204000","area":"379"} , +{"type":"Feature","id":"n8734114018","geometry":{"type":"Point","coordinates":[0.0275669,51.3900029]},"properties":{"@type":"node","@id":8734114018,"@timestamp":1621091390},"coords":"51.3900029,0.0275669","bedrooms":"3","price":"268000","area":"553"} , +{"type":"Feature","id":"n8734247338","geometry":{"type":"Point","coordinates":[-0.2438616,51.4711469]},"properties":{"@type":"node","@id":8734247338,"@timestamp":1621091664},"coords":"51.4711469,-0.2438616","bedrooms":"0","price":"224000","area":"458"} , +{"type":"Feature","id":"n8734261767","geometry":{"type":"Point","coordinates":[-0.1767433,51.6184315]},"properties":{"@type":"node","@id":8734261767,"@timestamp":1621241431},"coords":"51.6184315,-0.1767433","bedrooms":"1","price":"199000","area":"651"} , +{"type":"Feature","id":"n8734301302","geometry":{"type":"Point","coordinates":[0.1035722,51.4418108]},"properties":{"@type":"node","@id":8734301302,"@timestamp":1621095524},"coords":"51.4418108,0.1035722","bedrooms":"4","price":"234000","area":"369"} , +{"type":"Feature","id":"n8734382374","geometry":{"type":"Point","coordinates":[-0.2387164,51.500467]},"properties":{"@type":"node","@id":8734382374,"@timestamp":1621096050},"coords":"51.500467,-0.2387164","bedrooms":"1","price":"271000","area":"432"} , +{"type":"Feature","id":"n8734382395","geometry":{"type":"Point","coordinates":[-0.2384541,51.5009851]},"properties":{"@type":"node","@id":8734382395,"@timestamp":1621096050},"coords":"51.5009851,-0.2384541","bedrooms":"1","price":"193000","area":"452"} , +{"type":"Feature","id":"n8734382405","geometry":{"type":"Point","coordinates":[-0.2382426,51.5014583]},"properties":{"@type":"node","@id":8734382405,"@timestamp":1621096050},"coords":"51.5014583,-0.2382426","bedrooms":"1","price":"248000","area":"376"} , +{"type":"Feature","id":"n8734382415","geometry":{"type":"Point","coordinates":[-0.2380482,51.5018932]},"properties":{"@type":"node","@id":8734382415,"@timestamp":1621096050},"coords":"51.5018932,-0.2380482","bedrooms":"1","price":"173000","area":"548"} , +{"type":"Feature","id":"n8734391225","geometry":{"type":"Point","coordinates":[-0.2378542,51.5023272]},"properties":{"@type":"node","@id":8734391225,"@timestamp":1621096050},"coords":"51.5023272,-0.2378542","bedrooms":"1","price":"258000","area":"648"} , +{"type":"Feature","id":"n8734393572","geometry":{"type":"Point","coordinates":[-0.3498022,51.6004432]},"properties":{"@type":"node","@id":8734393572,"@timestamp":1621096441},"coords":"51.6004432,-0.3498022","bedrooms":"1","price":"227000","area":"595"} , +{"type":"Feature","id":"n8734415695","geometry":{"type":"Point","coordinates":[-0.3458457,51.5997119]},"properties":{"@type":"node","@id":8734415695,"@timestamp":1621097870},"coords":"51.5997119,-0.3458457","bedrooms":"0","price":"252000","area":"441"} , +{"type":"Feature","id":"n8734415714","geometry":{"type":"Point","coordinates":[-0.3486412,51.604246]},"properties":{"@type":"node","@id":8734415714,"@timestamp":1621097870},"coords":"51.604246,-0.3486412","bedrooms":"3","price":"201000","area":"616"} , +{"type":"Feature","id":"n8734454126","geometry":{"type":"Point","coordinates":[-0.3490551,51.6028498]},"properties":{"@type":"node","@id":8734454126,"@timestamp":1621097870},"coords":"51.6028498,-0.3490551","bedrooms":"0","price":"177000","area":"457"} , +{"type":"Feature","id":"n8734527506","geometry":{"type":"Point","coordinates":[-0.1240516,51.0935048]},"properties":{"@type":"node","@id":8734527506,"@timestamp":1621099469},"coords":"51.0935048,-0.1240516","bedrooms":"0","price":"299000","area":"434"} , +{"type":"Feature","id":"n8734527517","geometry":{"type":"Point","coordinates":[-0.1213918,51.0923809]},"properties":{"@type":"node","@id":8734527517,"@timestamp":1621099469},"coords":"51.0923809,-0.1213918","bedrooms":"4","price":"179000","area":"536"} , +{"type":"Feature","id":"n8734527537","geometry":{"type":"Point","coordinates":[-0.122622,51.0931756]},"properties":{"@type":"node","@id":8734527537,"@timestamp":1621099469},"coords":"51.0931756,-0.122622","bedrooms":"0","price":"184000","area":"570"} , +{"type":"Feature","id":"n8734578337","geometry":{"type":"Point","coordinates":[0.2477053,51.93294]},"properties":{"@type":"node","@id":8734578337,"@timestamp":1621103364},"coords":"51.93294,0.2477053","bedrooms":"4","price":"243000","area":"480"} , +{"type":"Feature","id":"n8734648962","geometry":{"type":"Point","coordinates":[-0.9515277,51.4081392]},"properties":{"@type":"node","@id":8734648962,"@timestamp":1621105024},"coords":"51.4081392,-0.9515277","bedrooms":"4","price":"256000","area":"381"} , +{"type":"Feature","id":"n8734667966","geometry":{"type":"Point","coordinates":[-0.9265642,51.3793975]},"properties":{"@type":"node","@id":8734667966,"@timestamp":1621103990},"coords":"51.3793975,-0.9265642","bedrooms":"3","price":"183000","area":"651"} , +{"type":"Feature","id":"n8734682879","geometry":{"type":"Point","coordinates":[-0.9660565,51.4402989]},"properties":{"@type":"node","@id":8734682879,"@timestamp":1621104093},"coords":"51.4402989,-0.9660565","bedrooms":"2","price":"299000","area":"415"} , +{"type":"Feature","id":"n8734769449","geometry":{"type":"Point","coordinates":[-0.338781,51.4482767]},"properties":{"@type":"node","@id":8734769449,"@timestamp":1621106642},"coords":"51.4482767,-0.338781","bedrooms":"3","price":"229000","area":"496"} , +{"type":"Feature","id":"n8734826520","geometry":{"type":"Point","coordinates":[-0.1645317,51.4220325]},"properties":{"@type":"node","@id":8734826520,"@timestamp":1621108462},"coords":"51.4220325,-0.1645317","bedrooms":"2","price":"217000","area":"476"} , +{"type":"Feature","id":"n8734853595","geometry":{"type":"Point","coordinates":[0.05094,51.4397899]},"properties":{"@type":"node","@id":8734853595,"@timestamp":1621110499},"coords":"51.4397899,0.05094","bedrooms":"0","price":"252000","area":"546"} , +{"type":"Feature","id":"n8734884889","geometry":{"type":"Point","coordinates":[-0.8999187,51.3884168]},"properties":{"@type":"node","@id":8734884889,"@timestamp":1621110944},"coords":"51.3884168,-0.8999187","bedrooms":"4","price":"294000","area":"686"} , +{"type":"Feature","id":"n8735007020","geometry":{"type":"Point","coordinates":[-0.1943066,51.4161454]},"properties":{"@type":"node","@id":8735007020,"@timestamp":1621115981},"coords":"51.4161454,-0.1943066","bedrooms":"1","price":"190000","area":"662"} , +{"type":"Feature","id":"n8735087368","geometry":{"type":"Point","coordinates":[-0.2877805,51.4326727]},"properties":{"@type":"node","@id":8735087368,"@timestamp":1621120192},"coords":"51.4326727,-0.2877805","bedrooms":"3","price":"219000","area":"621"} , +{"type":"Feature","id":"n8735212755","geometry":{"type":"Point","coordinates":[0.5020132,51.7561818]},"properties":{"@type":"node","@id":8735212755,"@timestamp":1621123292},"coords":"51.7561818,0.5020132","bedrooms":"4","price":"186000","area":"601"} , +{"type":"Feature","id":"n8735293654","geometry":{"type":"Point","coordinates":[-0.339049,51.4417092]},"properties":{"@type":"node","@id":8735293654,"@timestamp":1621128706},"coords":"51.4417092,-0.339049","bedrooms":"0","price":"153000","area":"414"} , +{"type":"Feature","id":"n8735321231","geometry":{"type":"Point","coordinates":[0.2141368,51.4412294]},"properties":{"@type":"node","@id":8735321231,"@timestamp":1621130655},"coords":"51.4412294,0.2141368","bedrooms":"4","price":"241000","area":"621"} , +{"type":"Feature","id":"n8735359219","geometry":{"type":"Point","coordinates":[-0.2380492,51.5029774]},"properties":{"@type":"node","@id":8735359219,"@timestamp":1621135246},"coords":"51.5029774,-0.2380492","bedrooms":"4","price":"181000","area":"375"} , +{"type":"Feature","id":"n8735359229","geometry":{"type":"Point","coordinates":[-0.2382452,51.5025399]},"properties":{"@type":"node","@id":8735359229,"@timestamp":1621135246},"coords":"51.5025399,-0.2382452","bedrooms":"2","price":"163000","area":"548"} , +{"type":"Feature","id":"n8735359239","geometry":{"type":"Point","coordinates":[-0.2384468,51.5020897]},"properties":{"@type":"node","@id":8735359239,"@timestamp":1621135246},"coords":"51.5020897,-0.2384468","bedrooms":"1","price":"166000","area":"557"} , +{"type":"Feature","id":"n8735359249","geometry":{"type":"Point","coordinates":[-0.2386468,51.5016432]},"properties":{"@type":"node","@id":8735359249,"@timestamp":1621135246},"coords":"51.5016432,-0.2386468","bedrooms":"3","price":"266000","area":"396"} , +{"type":"Feature","id":"n8735359259","geometry":{"type":"Point","coordinates":[-0.2388482,51.5011936]},"properties":{"@type":"node","@id":8735359259,"@timestamp":1621135246},"coords":"51.5011936,-0.2388482","bedrooms":"2","price":"250000","area":"466"} , +{"type":"Feature","id":"n8735782269","geometry":{"type":"Point","coordinates":[0.1006496,51.4048324]},"properties":{"@type":"node","@id":8735782269,"@timestamp":1621167940},"coords":"51.4048324,0.1006496","bedrooms":"2","price":"295000","area":"404"} , +{"type":"Feature","id":"n8735829744","geometry":{"type":"Point","coordinates":[-0.1511718,51.4433843]},"properties":{"@type":"node","@id":8735829744,"@timestamp":1621159393},"coords":"51.4433843,-0.1511718","bedrooms":"2","price":"176000","area":"698"} , +{"type":"Feature","id":"n8735945314","geometry":{"type":"Point","coordinates":[0.0990896,51.2523775]},"properties":{"@type":"node","@id":8735945314,"@timestamp":1621163039},"coords":"51.2523775,0.0990896","bedrooms":"2","price":"199000","area":"555"} , +{"type":"Feature","id":"n8735957547","geometry":{"type":"Point","coordinates":[-0.0293029,51.6731223]},"properties":{"@type":"node","@id":8735957547,"@timestamp":1621201327},"coords":"51.6731223,-0.0293029","bedrooms":"2","price":"221000","area":"373"} , +{"type":"Feature","id":"n8735957575","geometry":{"type":"Point","coordinates":[-0.0293793,51.6717875]},"properties":{"@type":"node","@id":8735957575,"@timestamp":1621164695},"coords":"51.6717875,-0.0293793","bedrooms":"1","price":"186000","area":"471"} , +{"type":"Feature","id":"n8735989274","geometry":{"type":"Point","coordinates":[0.0567312,51.4374473]},"properties":{"@type":"node","@id":8735989274,"@timestamp":1621165392},"coords":"51.4374473,0.0567312","bedrooms":"1","price":"180000","area":"684"} , +{"type":"Feature","id":"n8735989284","geometry":{"type":"Point","coordinates":[0.0595543,51.4366043]},"properties":{"@type":"node","@id":8735989284,"@timestamp":1621165392},"coords":"51.4366043,0.0595543","bedrooms":"4","price":"293000","area":"411"} , +{"type":"Feature","id":"n8735989294","geometry":{"type":"Point","coordinates":[0.0626389,51.4352968]},"properties":{"@type":"node","@id":8735989294,"@timestamp":1621165392},"coords":"51.4352968,0.0626389","bedrooms":"4","price":"152000","area":"634"} , +{"type":"Feature","id":"n8735989304","geometry":{"type":"Point","coordinates":[0.0629352,51.4364965]},"properties":{"@type":"node","@id":8735989304,"@timestamp":1621165392},"coords":"51.4364965,0.0629352","bedrooms":"0","price":"232000","area":"481"} , +{"type":"Feature","id":"n8736002665","geometry":{"type":"Point","coordinates":[0.0637034,51.4342466]},"properties":{"@type":"node","@id":8736002665,"@timestamp":1621165847},"coords":"51.4342466,0.0637034","bedrooms":"2","price":"161000","area":"416"} , +{"type":"Feature","id":"n8736011224","geometry":{"type":"Point","coordinates":[-0.826287,51.2658893]},"properties":{"@type":"node","@id":8736011224,"@timestamp":1621164730},"coords":"51.2658893,-0.826287","bedrooms":"3","price":"282000","area":"622"} , +{"type":"Feature","id":"n8736042724","geometry":{"type":"Point","coordinates":[0.0571305,51.4371448]},"properties":{"@type":"node","@id":8736042724,"@timestamp":1621165392},"coords":"51.4371448,0.0571305","bedrooms":"2","price":"277000","area":"570"} , +{"type":"Feature","id":"n8736042734","geometry":{"type":"Point","coordinates":[0.0553376,51.4375414]},"properties":{"@type":"node","@id":8736042734,"@timestamp":1621165392},"coords":"51.4375414,0.0553376","bedrooms":"2","price":"229000","area":"428"} , +{"type":"Feature","id":"n8736042744","geometry":{"type":"Point","coordinates":[0.0537358,51.4380774]},"properties":{"@type":"node","@id":8736042744,"@timestamp":1621165392},"coords":"51.4380774,0.0537358","bedrooms":"1","price":"236000","area":"532"} , +{"type":"Feature","id":"n8736062992","geometry":{"type":"Point","coordinates":[-0.0285294,51.674607]},"properties":{"@type":"node","@id":8736062992,"@timestamp":1621201396},"coords":"51.674607,-0.0285294","bedrooms":"0","price":"298000","area":"571"} , +{"type":"Feature","id":"n8736064137","geometry":{"type":"Point","coordinates":[-0.0289816,51.6734526]},"properties":{"@type":"node","@id":8736064137,"@timestamp":1621201327},"coords":"51.6734526,-0.0289816","bedrooms":"1","price":"175000","area":"669"} , +{"type":"Feature","id":"n8736085482","geometry":{"type":"Point","coordinates":[-0.1636998,51.4249933]},"properties":{"@type":"node","@id":8736085482,"@timestamp":1621167862},"coords":"51.4249933,-0.1636998","bedrooms":"3","price":"164000","area":"589"} , +{"type":"Feature","id":"n8736085501","geometry":{"type":"Point","coordinates":[-0.1596968,51.4227583]},"properties":{"@type":"node","@id":8736085501,"@timestamp":1621167862},"coords":"51.4227583,-0.1596968","bedrooms":"0","price":"241000","area":"523"} , +{"type":"Feature","id":"n8736095300","geometry":{"type":"Point","coordinates":[-0.0992947,51.5614994]},"properties":{"@type":"node","@id":8736095300,"@timestamp":1621169041},"coords":"51.5614994,-0.0992947","bedrooms":"2","price":"155000","area":"581"} , +{"type":"Feature","id":"n8736136180","geometry":{"type":"Point","coordinates":[-0.3210878,51.5136624]},"properties":{"@type":"node","@id":8736136180,"@timestamp":1621169291},"coords":"51.5136624,-0.3210878","bedrooms":"0","price":"167000","area":"405"} , +{"type":"Feature","id":"n8736143945","geometry":{"type":"Point","coordinates":[-0.266922,51.5169213]},"properties":{"@type":"node","@id":8736143945,"@timestamp":1621170376},"coords":"51.5169213,-0.266922","bedrooms":"4","price":"210000","area":"364"} , +{"type":"Feature","id":"n8736186438","geometry":{"type":"Point","coordinates":[-0.1889691,51.5390609]},"properties":{"@type":"node","@id":8736186438,"@timestamp":1621172306},"coords":"51.5390609,-0.1889691","bedrooms":"0","price":"182000","area":"500"} , +{"type":"Feature","id":"n8736248428","geometry":{"type":"Point","coordinates":[-0.9215254,51.3878615]},"properties":{"@type":"node","@id":8736248428,"@timestamp":1621173946},"coords":"51.3878615,-0.9215254","bedrooms":"4","price":"168000","area":"468"} , +{"type":"Feature","id":"n8736250211","geometry":{"type":"Point","coordinates":[-0.8076429,51.229357]},"properties":{"@type":"node","@id":8736250211,"@timestamp":1621174570},"coords":"51.229357,-0.8076429","bedrooms":"3","price":"234000","area":"510"} , +{"type":"Feature","id":"n8736321983","geometry":{"type":"Point","coordinates":[-0.8329455,51.8314529]},"properties":{"@type":"node","@id":8736321983,"@timestamp":1621175180},"coords":"51.8314529,-0.8329455","bedrooms":"1","price":"284000","area":"657"} , +{"type":"Feature","id":"n8736343363","geometry":{"type":"Point","coordinates":[-0.0997675,51.5618783]},"properties":{"@type":"node","@id":8736343363,"@timestamp":1621176817},"coords":"51.5618783,-0.0997675","bedrooms":"2","price":"194000","area":"376"} , +{"type":"Feature","id":"n8736373147","geometry":{"type":"Point","coordinates":[0.715618,51.4490475]},"properties":{"@type":"node","@id":8736373147,"@timestamp":1626931410},"coords":"51.4490475,0.715618","bedrooms":"2","price":"226000","area":"530"} , +{"type":"Feature","id":"n8736436365","geometry":{"type":"Point","coordinates":[-0.1023394,51.5619523]},"properties":{"@type":"node","@id":8736436365,"@timestamp":1621178582},"coords":"51.5619523,-0.1023394","bedrooms":"1","price":"297000","area":"492"} , +{"type":"Feature","id":"n8736465139","geometry":{"type":"Point","coordinates":[-0.8887882,51.3855235]},"properties":{"@type":"node","@id":8736465139,"@timestamp":1621179529},"coords":"51.3855235,-0.8887882","bedrooms":"0","price":"189000","area":"480"} , +{"type":"Feature","id":"n8736465151","geometry":{"type":"Point","coordinates":[-0.8878195,51.3851511]},"properties":{"@type":"node","@id":8736465151,"@timestamp":1621179529},"coords":"51.3851511,-0.8878195","bedrooms":"3","price":"177000","area":"478"} , +{"type":"Feature","id":"n8736465161","geometry":{"type":"Point","coordinates":[-0.887361,51.3854989]},"properties":{"@type":"node","@id":8736465161,"@timestamp":1621179529},"coords":"51.3854989,-0.887361","bedrooms":"3","price":"184000","area":"679"} , +{"type":"Feature","id":"n8736465171","geometry":{"type":"Point","coordinates":[-0.8880124,51.3858853]},"properties":{"@type":"node","@id":8736465171,"@timestamp":1621179529},"coords":"51.3858853,-0.8880124","bedrooms":"4","price":"183000","area":"607"} , +{"type":"Feature","id":"n8736465199","geometry":{"type":"Point","coordinates":[-0.8871732,51.3868278]},"properties":{"@type":"node","@id":8736465199,"@timestamp":1621179529},"coords":"51.3868278,-0.8871732","bedrooms":"0","price":"151000","area":"474"} , +{"type":"Feature","id":"n8736471746","geometry":{"type":"Point","coordinates":[-0.0003012,51.5417383]},"properties":{"@type":"node","@id":8736471746,"@timestamp":1629874460},"coords":"51.5417383,-0.0003012","bedrooms":"2","price":"194000","area":"395"} , +{"type":"Feature","id":"n8736478424","geometry":{"type":"Point","coordinates":[-0.8870005,51.3859175]},"properties":{"@type":"node","@id":8736478424,"@timestamp":1621179529},"coords":"51.3859175,-0.8870005","bedrooms":"2","price":"236000","area":"669"} , +{"type":"Feature","id":"n8736478438","geometry":{"type":"Point","coordinates":[-0.8867823,51.3856256]},"properties":{"@type":"node","@id":8736478438,"@timestamp":1621179529},"coords":"51.3856256,-0.8867823","bedrooms":"2","price":"240000","area":"479"} , +{"type":"Feature","id":"n8736478448","geometry":{"type":"Point","coordinates":[-0.8857877,51.3856592]},"properties":{"@type":"node","@id":8736478448,"@timestamp":1621179529},"coords":"51.3856592,-0.8857877","bedrooms":"0","price":"231000","area":"394"} , +{"type":"Feature","id":"n8736518499","geometry":{"type":"Point","coordinates":[-0.2999135,51.1569405]},"properties":{"@type":"node","@id":8736518499,"@timestamp":1621180582},"coords":"51.1569405,-0.2999135","bedrooms":"1","price":"283000","area":"690"} , +{"type":"Feature","id":"n8736526250","geometry":{"type":"Point","coordinates":[-0.3139472,51.1351]},"properties":{"@type":"node","@id":8736526250,"@timestamp":1621180582},"coords":"51.1351,-0.3139472","bedrooms":"0","price":"262000","area":"396"} , +{"type":"Feature","id":"n8736588937","geometry":{"type":"Point","coordinates":[0.0050238,51.5293128]},"properties":{"@type":"node","@id":8736588937,"@timestamp":1624457602},"coords":"51.5293128,0.0050238","bedrooms":"3","price":"237000","area":"431"} , +{"type":"Feature","id":"n8736659925","geometry":{"type":"Point","coordinates":[-0.0128799,51.5340011]},"properties":{"@type":"node","@id":8736659925,"@timestamp":1621184855},"coords":"51.5340011,-0.0128799","bedrooms":"3","price":"176000","area":"643"} , +{"type":"Feature","id":"n8736724473","geometry":{"type":"Point","coordinates":[-0.0073729,51.5339484]},"properties":{"@type":"node","@id":8736724473,"@timestamp":1629145427},"coords":"51.5339484,-0.0073729","bedrooms":"2","price":"268000","area":"653"} , +{"type":"Feature","id":"n8736788583","geometry":{"type":"Point","coordinates":[0.4967441,51.7477477]},"properties":{"@type":"node","@id":8736788583,"@timestamp":1626965810},"coords":"51.7477477,0.4967441","bedrooms":"2","price":"157000","area":"435"} , +{"type":"Feature","id":"n8736788608","geometry":{"type":"Point","coordinates":[0.4972643,51.7473913]},"properties":{"@type":"node","@id":8736788608,"@timestamp":1621189774},"coords":"51.7473913,0.4972643","bedrooms":"4","price":"253000","area":"506"} , +{"type":"Feature","id":"n8737048591","geometry":{"type":"Point","coordinates":[-0.0299789,51.6755178]},"properties":{"@type":"node","@id":8737048591,"@timestamp":1621201490},"coords":"51.6755178,-0.0299789","bedrooms":"0","price":"214000","area":"398"} , +{"type":"Feature","id":"n8737048604","geometry":{"type":"Point","coordinates":[-0.0291656,51.6750305]},"properties":{"@type":"node","@id":8737048604,"@timestamp":1621201396},"coords":"51.6750305,-0.0291656","bedrooms":"4","price":"165000","area":"363"} , +{"type":"Feature","id":"n8737100643","geometry":{"type":"Point","coordinates":[-0.0327618,51.6753516]},"properties":{"@type":"node","@id":8737100643,"@timestamp":1621201490},"coords":"51.6753516,-0.0327618","bedrooms":"4","price":"162000","area":"532"} , +{"type":"Feature","id":"n8737100686","geometry":{"type":"Point","coordinates":[-0.0308659,51.6755374]},"properties":{"@type":"node","@id":8737100686,"@timestamp":1621201490},"coords":"51.6755374,-0.0308659","bedrooms":"3","price":"153000","area":"666"} , +{"type":"Feature","id":"n8737125628","geometry":{"type":"Point","coordinates":[-0.8576109,51.3816026]},"properties":{"@type":"node","@id":8737125628,"@timestamp":1636048515},"coords":"51.3816026,-0.8576109","bedrooms":"3","price":"265000","area":"616"} , +{"type":"Feature","id":"n8737182583","geometry":{"type":"Point","coordinates":[-0.0302104,51.6747227]},"properties":{"@type":"node","@id":8737182583,"@timestamp":1621201490},"coords":"51.6747227,-0.0302104","bedrooms":"2","price":"254000","area":"573"} , +{"type":"Feature","id":"n8737182593","geometry":{"type":"Point","coordinates":[-0.0314381,51.674744]},"properties":{"@type":"node","@id":8737182593,"@timestamp":1621201490},"coords":"51.674744,-0.0314381","bedrooms":"2","price":"256000","area":"411"} , +{"type":"Feature","id":"n8737182603","geometry":{"type":"Point","coordinates":[-0.0324071,51.6747674]},"properties":{"@type":"node","@id":8737182603,"@timestamp":1621201490},"coords":"51.6747674,-0.0324071","bedrooms":"1","price":"280000","area":"630"} , +{"type":"Feature","id":"n8737182613","geometry":{"type":"Point","coordinates":[-0.0300971,51.6745047]},"properties":{"@type":"node","@id":8737182613,"@timestamp":1621201396},"coords":"51.6745047,-0.0300971","bedrooms":"3","price":"230000","area":"442"} , +{"type":"Feature","id":"n8737226905","geometry":{"type":"Point","coordinates":[-0.0203712,51.9472808]},"properties":{"@type":"node","@id":8737226905,"@timestamp":1621202227},"coords":"51.9472808,-0.0203712","bedrooms":"4","price":"290000","area":"612"} , +{"type":"Feature","id":"n8737259744","geometry":{"type":"Point","coordinates":[-0.3150207,51.499416]},"properties":{"@type":"node","@id":8737259744,"@timestamp":1621205349},"coords":"51.499416,-0.3150207","bedrooms":"3","price":"210000","area":"505"} , +{"type":"Feature","id":"n8737289894","geometry":{"type":"Point","coordinates":[0.2218951,51.4404858]},"properties":{"@type":"node","@id":8737289894,"@timestamp":1621205609},"coords":"51.4404858,0.2218951","bedrooms":"0","price":"180000","area":"517"} , +{"type":"Feature","id":"n8737589129","geometry":{"type":"Point","coordinates":[-0.022267,51.6547922]},"properties":{"@type":"node","@id":8737589129,"@timestamp":1621221570},"coords":"51.6547922,-0.022267","bedrooms":"0","price":"229000","area":"549"} , +{"type":"Feature","id":"n8738435675","geometry":{"type":"Point","coordinates":[-0.0156305,51.6086268]},"properties":{"@type":"node","@id":8738435675,"@timestamp":1621237666},"coords":"51.6086268,-0.0156305","bedrooms":"0","price":"296000","area":"595"} , +{"type":"Feature","id":"n8738793179","geometry":{"type":"Point","coordinates":[0.5265266,51.9444117]},"properties":{"@type":"node","@id":8738793179,"@timestamp":1621245772},"coords":"51.9444117,0.5265266","bedrooms":"3","price":"208000","area":"386"} , +{"type":"Feature","id":"n8739066062","geometry":{"type":"Point","coordinates":[0.1664713,51.0447667]},"properties":{"@type":"node","@id":8739066062,"@timestamp":1632407027},"coords":"51.0447667,0.1664713","bedrooms":"4","price":"156000","area":"547"} , +{"type":"Feature","id":"n8739470296","geometry":{"type":"Point","coordinates":[-0.8973262,51.3930772]},"properties":{"@type":"node","@id":8739470296,"@timestamp":1621258589},"coords":"51.3930772,-0.8973262","bedrooms":"4","price":"262000","area":"584"} , +{"type":"Feature","id":"n8739481423","geometry":{"type":"Point","coordinates":[-0.8732503,51.4043445]},"properties":{"@type":"node","@id":8739481423,"@timestamp":1621258589},"coords":"51.4043445,-0.8732503","bedrooms":"0","price":"190000","area":"614"} , +{"type":"Feature","id":"n8739481436","geometry":{"type":"Point","coordinates":[-0.8733738,51.4016674]},"properties":{"@type":"node","@id":8739481436,"@timestamp":1621258589},"coords":"51.4016674,-0.8733738","bedrooms":"1","price":"299000","area":"593"} , +{"type":"Feature","id":"n8739548347","geometry":{"type":"Point","coordinates":[-0.2802954,51.4789514]},"properties":{"@type":"node","@id":8739548347,"@timestamp":1621260003},"coords":"51.4789514,-0.2802954","bedrooms":"3","price":"167000","area":"383"} , +{"type":"Feature","id":"n8739613352","geometry":{"type":"Point","coordinates":[-0.1550362,50.9601669]},"properties":{"@type":"node","@id":8739613352,"@timestamp":1621261875},"coords":"50.9601669,-0.1550362","bedrooms":"1","price":"246000","area":"564"} , +{"type":"Feature","id":"n8739875467","geometry":{"type":"Point","coordinates":[-0.2549923,51.4728706]},"properties":{"@type":"node","@id":8739875467,"@timestamp":1621268766},"coords":"51.4728706,-0.2549923","bedrooms":"0","price":"263000","area":"464"} , +{"type":"Feature","id":"n8739906505","geometry":{"type":"Point","coordinates":[-0.1505886,50.9609875]},"properties":{"@type":"node","@id":8739906505,"@timestamp":1621269668},"coords":"50.9609875,-0.1505886","bedrooms":"0","price":"274000","area":"693"} , +{"type":"Feature","id":"n8739930988","geometry":{"type":"Point","coordinates":[-0.6229304,51.4797234]},"properties":{"@type":"node","@id":8739930988,"@timestamp":1621270481},"coords":"51.4797234,-0.6229304","bedrooms":"3","price":"289000","area":"687"} , +{"type":"Feature","id":"n8739934163","geometry":{"type":"Point","coordinates":[-0.3237588,51.6157702]},"properties":{"@type":"node","@id":8739934163,"@timestamp":1621270907},"coords":"51.6157702,-0.3237588","bedrooms":"0","price":"284000","area":"556"} , +{"type":"Feature","id":"n8739952624","geometry":{"type":"Point","coordinates":[0.1736433,51.4848849]},"properties":{"@type":"node","@id":8739952624,"@timestamp":1635465923},"coords":"51.4848849,0.1736433","bedrooms":"3","price":"199000","area":"623"} , +{"type":"Feature","id":"n8739952638","geometry":{"type":"Point","coordinates":[0.1753743,51.4841315]},"properties":{"@type":"node","@id":8739952638,"@timestamp":1621271051},"coords":"51.4841315,0.1753743","bedrooms":"4","price":"201000","area":"551"} , +{"type":"Feature","id":"n8739952657","geometry":{"type":"Point","coordinates":[0.1739438,51.4846925]},"properties":{"@type":"node","@id":8739952657,"@timestamp":1621271051},"coords":"51.4846925,0.1739438","bedrooms":"4","price":"287000","area":"387"} , +{"type":"Feature","id":"n8739952702","geometry":{"type":"Point","coordinates":[0.1713093,51.4862657]},"properties":{"@type":"node","@id":8739952702,"@timestamp":1621271051},"coords":"51.4862657,0.1713093","bedrooms":"2","price":"291000","area":"456"} , +{"type":"Feature","id":"n8739952712","geometry":{"type":"Point","coordinates":[0.1777274,51.4823865]},"properties":{"@type":"node","@id":8739952712,"@timestamp":1621271051},"coords":"51.4823865,0.1777274","bedrooms":"3","price":"286000","area":"527"} , +{"type":"Feature","id":"n8739986949","geometry":{"type":"Point","coordinates":[-0.3206561,51.6154611]},"properties":{"@type":"node","@id":8739986949,"@timestamp":1621272278},"coords":"51.6154611,-0.3206561","bedrooms":"4","price":"256000","area":"355"} , +{"type":"Feature","id":"n8739986959","geometry":{"type":"Point","coordinates":[-0.3202188,51.6152232]},"properties":{"@type":"node","@id":8739986959,"@timestamp":1621272278},"coords":"51.6152232,-0.3202188","bedrooms":"4","price":"255000","area":"582"} , +{"type":"Feature","id":"n8739986969","geometry":{"type":"Point","coordinates":[-0.3200833,51.6149611]},"properties":{"@type":"node","@id":8739986969,"@timestamp":1621272278},"coords":"51.6149611,-0.3200833","bedrooms":"2","price":"249000","area":"616"} , +{"type":"Feature","id":"n8739986979","geometry":{"type":"Point","coordinates":[-0.3206192,51.6149824]},"properties":{"@type":"node","@id":8739986979,"@timestamp":1621272278},"coords":"51.6149824,-0.3206192","bedrooms":"0","price":"281000","area":"389"} , +{"type":"Feature","id":"n8739986989","geometry":{"type":"Point","coordinates":[-0.3211169,51.6150205]},"properties":{"@type":"node","@id":8739986989,"@timestamp":1621272278},"coords":"51.6150205,-0.3211169","bedrooms":"2","price":"205000","area":"493"} , +{"type":"Feature","id":"n8740028238","geometry":{"type":"Point","coordinates":[-0.8398144,51.8261852]},"properties":{"@type":"node","@id":8740028238,"@timestamp":1621273078},"coords":"51.8261852,-0.8398144","bedrooms":"3","price":"257000","area":"397"} , +{"type":"Feature","id":"n8740048516","geometry":{"type":"Point","coordinates":[0.0917963,51.4386638]},"properties":{"@type":"node","@id":8740048516,"@timestamp":1621273338},"coords":"51.4386638,0.0917963","bedrooms":"4","price":"252000","area":"355"} , +{"type":"Feature","id":"n8740071832","geometry":{"type":"Point","coordinates":[-0.3226473,51.6113412]},"properties":{"@type":"node","@id":8740071832,"@timestamp":1621273638},"coords":"51.6113412,-0.3226473","bedrooms":"3","price":"229000","area":"491"} , +{"type":"Feature","id":"n8740158175","geometry":{"type":"Point","coordinates":[-0.9510227,51.4545304]},"properties":{"@type":"node","@id":8740158175,"@timestamp":1621275068},"coords":"51.4545304,-0.9510227","bedrooms":"1","price":"153000","area":"567"} , +{"type":"Feature","id":"n8740227655","geometry":{"type":"Point","coordinates":[-0.1923026,51.8258966]},"properties":{"@type":"node","@id":8740227655,"@timestamp":1621276700},"coords":"51.8258966,-0.1923026","bedrooms":"1","price":"196000","area":"602"} , +{"type":"Feature","id":"n8740227689","geometry":{"type":"Point","coordinates":[-0.2285092,51.8113506]},"properties":{"@type":"node","@id":8740227689,"@timestamp":1621276700},"coords":"51.8113506,-0.2285092","bedrooms":"0","price":"287000","area":"448"} , +{"type":"Feature","id":"n8740227699","geometry":{"type":"Point","coordinates":[-0.2077994,51.8387626]},"properties":{"@type":"node","@id":8740227699,"@timestamp":1621276700},"coords":"51.8387626,-0.2077994","bedrooms":"0","price":"199000","area":"443"} , +{"type":"Feature","id":"n8740227710","geometry":{"type":"Point","coordinates":[-0.1805878,51.8515746]},"properties":{"@type":"node","@id":8740227710,"@timestamp":1621276700},"coords":"51.8515746,-0.1805878","bedrooms":"3","price":"205000","area":"577"} , +{"type":"Feature","id":"n8740232024","geometry":{"type":"Point","coordinates":[-0.1835409,51.861545]},"properties":{"@type":"node","@id":8740232024,"@timestamp":1621276700},"coords":"51.861545,-0.1835409","bedrooms":"1","price":"192000","area":"498"} , +{"type":"Feature","id":"n8740232034","geometry":{"type":"Point","coordinates":[-0.1840043,51.8665255]},"properties":{"@type":"node","@id":8740232034,"@timestamp":1621276700},"coords":"51.8665255,-0.1840043","bedrooms":"0","price":"207000","area":"667"} , +{"type":"Feature","id":"n8740232062","geometry":{"type":"Point","coordinates":[-0.187705,51.8848433]},"properties":{"@type":"node","@id":8740232062,"@timestamp":1621276700},"coords":"51.8848433,-0.187705","bedrooms":"4","price":"171000","area":"657"} , +{"type":"Feature","id":"n8740353722","geometry":{"type":"Point","coordinates":[0.103289,51.3431579]},"properties":{"@type":"node","@id":8740353722,"@timestamp":1621280977},"coords":"51.3431579,0.103289","bedrooms":"0","price":"292000","area":"690"} , +{"type":"Feature","id":"n8740462930","geometry":{"type":"Point","coordinates":[-0.1954136,51.4831485]},"properties":{"@type":"node","@id":8740462930,"@timestamp":1621284791},"coords":"51.4831485,-0.1954136","bedrooms":"2","price":"204000","area":"489"} , +{"type":"Feature","id":"n8740462940","geometry":{"type":"Point","coordinates":[-0.1959475,51.4826719]},"properties":{"@type":"node","@id":8740462940,"@timestamp":1621284791},"coords":"51.4826719,-0.1959475","bedrooms":"4","price":"225000","area":"391"} , +{"type":"Feature","id":"n8740462970","geometry":{"type":"Point","coordinates":[-0.1960602,51.484388]},"properties":{"@type":"node","@id":8740462970,"@timestamp":1621284791},"coords":"51.484388,-0.1960602","bedrooms":"0","price":"258000","area":"552"} , +{"type":"Feature","id":"n8740473433","geometry":{"type":"Point","coordinates":[-0.2677168,51.5993276]},"properties":{"@type":"node","@id":8740473433,"@timestamp":1621285119},"coords":"51.5993276,-0.2677168","bedrooms":"2","price":"153000","area":"584"} , +{"type":"Feature","id":"n8740473463","geometry":{"type":"Point","coordinates":[-0.2703859,51.6004482]},"properties":{"@type":"node","@id":8740473463,"@timestamp":1621285119},"coords":"51.6004482,-0.2703859","bedrooms":"3","price":"281000","area":"680"} , +{"type":"Feature","id":"n8740473483","geometry":{"type":"Point","coordinates":[-0.2715712,51.6024805]},"properties":{"@type":"node","@id":8740473483,"@timestamp":1621285119},"coords":"51.6024805,-0.2715712","bedrooms":"1","price":"209000","area":"617"} , +{"type":"Feature","id":"n8740473500","geometry":{"type":"Point","coordinates":[-0.2738552,51.6015213]},"properties":{"@type":"node","@id":8740473500,"@timestamp":1621285119},"coords":"51.6015213,-0.2738552","bedrooms":"2","price":"174000","area":"600"} , +{"type":"Feature","id":"n8740473511","geometry":{"type":"Point","coordinates":[-0.2756979,51.6019661]},"properties":{"@type":"node","@id":8740473511,"@timestamp":1621285119},"coords":"51.6019661,-0.2756979","bedrooms":"2","price":"294000","area":"522"} , +{"type":"Feature","id":"n8740473529","geometry":{"type":"Point","coordinates":[-0.2773536,51.6007002]},"properties":{"@type":"node","@id":8740473529,"@timestamp":1621285119},"coords":"51.6007002,-0.2773536","bedrooms":"4","price":"275000","area":"549"} , +{"type":"Feature","id":"n8740578201","geometry":{"type":"Point","coordinates":[-0.7066114,51.1836325]},"properties":{"@type":"node","@id":8740578201,"@timestamp":1622619830},"coords":"51.1836325,-0.7066114","bedrooms":"2","price":"287000","area":"586"} , +{"type":"Feature","id":"n8740669574","geometry":{"type":"Point","coordinates":[0.2271181,51.4356003]},"properties":{"@type":"node","@id":8740669574,"@timestamp":1621293005},"coords":"51.4356003,0.2271181","bedrooms":"0","price":"236000","area":"614"} , +{"type":"Feature","id":"n8740705942","geometry":{"type":"Point","coordinates":[0.2258836,51.4366085]},"properties":{"@type":"node","@id":8740705942,"@timestamp":1621293005},"coords":"51.4366085,0.2258836","bedrooms":"2","price":"153000","area":"696"} , +{"type":"Feature","id":"n8740706150","geometry":{"type":"Point","coordinates":[0.2258715,51.437641]},"properties":{"@type":"node","@id":8740706150,"@timestamp":1621293005},"coords":"51.437641,0.2258715","bedrooms":"2","price":"245000","area":"631"} , +{"type":"Feature","id":"n8741648789","geometry":{"type":"Point","coordinates":[-0.355315,51.4305413]},"properties":{"@type":"node","@id":8741648789,"@timestamp":1621327404},"coords":"51.4305413,-0.355315","bedrooms":"1","price":"218000","area":"418"} , +{"type":"Feature","id":"n8741682313","geometry":{"type":"Point","coordinates":[-0.2404132,51.4933309]},"properties":{"@type":"node","@id":8741682313,"@timestamp":1621327148},"coords":"51.4933309,-0.2404132","bedrooms":"3","price":"235000","area":"634"} , +{"type":"Feature","id":"n8741747886","geometry":{"type":"Point","coordinates":[-0.0201613,51.6271835]},"properties":{"@type":"node","@id":8741747886,"@timestamp":1621329142},"coords":"51.6271835,-0.0201613","bedrooms":"4","price":"216000","area":"424"} , +{"type":"Feature","id":"n8741878692","geometry":{"type":"Point","coordinates":[0.5224924,51.2755624]},"properties":{"@type":"node","@id":8741878692,"@timestamp":1628007141},"coords":"51.2755624,0.5224924","bedrooms":"2","price":"172000","area":"441"} , +{"type":"Feature","id":"n8742064329","geometry":{"type":"Point","coordinates":[-0.3070992,51.4299366]},"properties":{"@type":"node","@id":8742064329,"@timestamp":1627930470},"coords":"51.4299366,-0.3070992","bedrooms":"1","price":"229000","area":"565"} , +{"type":"Feature","id":"n8742110339","geometry":{"type":"Point","coordinates":[-0.1408982,51.4534771]},"properties":{"@type":"node","@id":8742110339,"@timestamp":1621334903},"coords":"51.4534771,-0.1408982","bedrooms":"2","price":"167000","area":"414"} , +{"type":"Feature","id":"n8742116729","geometry":{"type":"Point","coordinates":[-0.0463553,51.5487816]},"properties":{"@type":"node","@id":8742116729,"@timestamp":1621335229},"coords":"51.5487816,-0.0463553","bedrooms":"4","price":"243000","area":"571"} , +{"type":"Feature","id":"n8742252749","geometry":{"type":"Point","coordinates":[-0.3101652,51.427048]},"properties":{"@type":"node","@id":8742252749,"@timestamp":1621337644},"coords":"51.427048,-0.3101652","bedrooms":"2","price":"171000","area":"546"} , +{"type":"Feature","id":"n8742252759","geometry":{"type":"Point","coordinates":[-0.3093084,51.4266273]},"properties":{"@type":"node","@id":8742252759,"@timestamp":1621337644},"coords":"51.4266273,-0.3093084","bedrooms":"1","price":"261000","area":"376"} , +{"type":"Feature","id":"n8742252796","geometry":{"type":"Point","coordinates":[-0.3111278,51.4273192]},"properties":{"@type":"node","@id":8742252796,"@timestamp":1621337644},"coords":"51.4273192,-0.3111278","bedrooms":"4","price":"201000","area":"403"} , +{"type":"Feature","id":"n8742288595","geometry":{"type":"Point","coordinates":[0.099178,51.4438825]},"properties":{"@type":"node","@id":8742288595,"@timestamp":1621338487},"coords":"51.4438825,0.099178","bedrooms":"3","price":"198000","area":"417"} , +{"type":"Feature","id":"n8742293218","geometry":{"type":"Point","coordinates":[0.1009041,51.4427506]},"properties":{"@type":"node","@id":8742293218,"@timestamp":1621338487},"coords":"51.4427506,0.1009041","bedrooms":"1","price":"221000","area":"533"} , +{"type":"Feature","id":"n8742409037","geometry":{"type":"Point","coordinates":[-0.4543854,51.6552275]},"properties":{"@type":"node","@id":8742409037,"@timestamp":1621340931},"coords":"51.6552275,-0.4543854","bedrooms":"0","price":"247000","area":"449"} , +{"type":"Feature","id":"n8742409047","geometry":{"type":"Point","coordinates":[-0.4542969,51.6541841]},"properties":{"@type":"node","@id":8742409047,"@timestamp":1621340931},"coords":"51.6541841,-0.4542969","bedrooms":"1","price":"254000","area":"575"} , +{"type":"Feature","id":"n8742543183","geometry":{"type":"Point","coordinates":[-0.3028589,51.4647614]},"properties":{"@type":"node","@id":8742543183,"@timestamp":1621344163},"coords":"51.4647614,-0.3028589","bedrooms":"3","price":"270000","area":"495"} , +{"type":"Feature","id":"n8742546272","geometry":{"type":"Point","coordinates":[-0.3023944,51.4640913]},"properties":{"@type":"node","@id":8742546272,"@timestamp":1621344163},"coords":"51.4640913,-0.3023944","bedrooms":"1","price":"289000","area":"615"} , +{"type":"Feature","id":"n8742597202","geometry":{"type":"Point","coordinates":[-0.3460181,51.6069662]},"properties":{"@type":"node","@id":8742597202,"@timestamp":1621345484},"coords":"51.6069662,-0.3460181","bedrooms":"1","price":"273000","area":"486"} , +{"type":"Feature","id":"n8742597436","geometry":{"type":"Point","coordinates":[-0.3453743,51.6043434]},"properties":{"@type":"node","@id":8742597436,"@timestamp":1621345484},"coords":"51.6043434,-0.3453743","bedrooms":"2","price":"298000","area":"561"} , +{"type":"Feature","id":"n8742679694","geometry":{"type":"Point","coordinates":[-0.3352668,51.6096536]},"properties":{"@type":"node","@id":8742679694,"@timestamp":1621347843},"coords":"51.6096536,-0.3352668","bedrooms":"0","price":"258000","area":"592"} , +{"type":"Feature","id":"n8742962190","geometry":{"type":"Point","coordinates":[-0.1963538,51.4831246]},"properties":{"@type":"node","@id":8742962190,"@timestamp":1621353659},"coords":"51.4831246,-0.1963538","bedrooms":"3","price":"159000","area":"403"} , +{"type":"Feature","id":"n8742962200","geometry":{"type":"Point","coordinates":[-0.1967714,51.483513]},"properties":{"@type":"node","@id":8742962200,"@timestamp":1621541318},"coords":"51.483513,-0.1967714","bedrooms":"4","price":"219000","area":"419"} , +{"type":"Feature","id":"n8742962210","geometry":{"type":"Point","coordinates":[-0.1961921,51.4839661]},"properties":{"@type":"node","@id":8742962210,"@timestamp":1621353659},"coords":"51.4839661,-0.1961921","bedrooms":"1","price":"280000","area":"502"} , +{"type":"Feature","id":"n8742967982","geometry":{"type":"Point","coordinates":[0.1007693,51.4308338]},"properties":{"@type":"node","@id":8742967982,"@timestamp":1621353117},"coords":"51.4308338,0.1007693","bedrooms":"3","price":"153000","area":"416"} , +{"type":"Feature","id":"n8742967992","geometry":{"type":"Point","coordinates":[0.0996833,51.4308185]},"properties":{"@type":"node","@id":8742967992,"@timestamp":1621353117},"coords":"51.4308185,0.0996833","bedrooms":"0","price":"150000","area":"675"} , +{"type":"Feature","id":"n8742968002","geometry":{"type":"Point","coordinates":[0.0983153,51.4306936]},"properties":{"@type":"node","@id":8742968002,"@timestamp":1621353117},"coords":"51.4306936,0.0983153","bedrooms":"2","price":"240000","area":"571"} , +{"type":"Feature","id":"n8742986862","geometry":{"type":"Point","coordinates":[-0.1972024,51.4840205]},"properties":{"@type":"node","@id":8742986862,"@timestamp":1621353659},"coords":"51.4840205,-0.1972024","bedrooms":"4","price":"159000","area":"478"} , +{"type":"Feature","id":"n8742986872","geometry":{"type":"Point","coordinates":[-0.196515,51.4842455]},"properties":{"@type":"node","@id":8742986872,"@timestamp":1621353659},"coords":"51.4842455,-0.196515","bedrooms":"4","price":"235000","area":"422"} , +{"type":"Feature","id":"n8743322293","geometry":{"type":"Point","coordinates":[0.102696,51.4319055]},"properties":{"@type":"node","@id":8743322293,"@timestamp":1621360383},"coords":"51.4319055,0.102696","bedrooms":"1","price":"290000","area":"682"} , +{"type":"Feature","id":"n8743474040","geometry":{"type":"Point","coordinates":[-0.1963996,51.4845923]},"properties":{"@type":"node","@id":8743474040,"@timestamp":1621363686},"coords":"51.4845923,-0.1963996","bedrooms":"1","price":"242000","area":"675"} , +{"type":"Feature","id":"n8743806792","geometry":{"type":"Point","coordinates":[-0.1449494,51.4535532]},"properties":{"@type":"node","@id":8743806792,"@timestamp":1621374207},"coords":"51.4535532,-0.1449494","bedrooms":"3","price":"235000","area":"693"} , +{"type":"Feature","id":"n8743806802","geometry":{"type":"Point","coordinates":[-0.1435798,51.4531881]},"properties":{"@type":"node","@id":8743806802,"@timestamp":1621374207},"coords":"51.4531881,-0.1435798","bedrooms":"2","price":"159000","area":"460"} , +{"type":"Feature","id":"n8743864517","geometry":{"type":"Point","coordinates":[-0.1449652,51.5132302]},"properties":{"@type":"node","@id":8743864517,"@timestamp":1621372450},"coords":"51.5132302,-0.1449652","bedrooms":"2","price":"207000","area":"469"} , +{"type":"Feature","id":"n8743899688","geometry":{"type":"Point","coordinates":[-0.2146113,51.7625756]},"properties":{"@type":"node","@id":8743899688,"@timestamp":1621373605},"coords":"51.7625756,-0.2146113","bedrooms":"3","price":"231000","area":"509"} , +{"type":"Feature","id":"n8744150405","geometry":{"type":"Point","coordinates":[-0.1279977,51.5640291]},"properties":{"@type":"node","@id":8744150405,"@timestamp":1621382187},"coords":"51.5640291,-0.1279977","bedrooms":"4","price":"203000","area":"387"} , +{"type":"Feature","id":"n8744178321","geometry":{"type":"Point","coordinates":[-0.1277489,51.5642223]},"properties":{"@type":"node","@id":8744178321,"@timestamp":1621382187},"coords":"51.5642223,-0.1277489","bedrooms":"2","price":"227000","area":"469"} , +{"type":"Feature","id":"n8744178371","geometry":{"type":"Point","coordinates":[-0.1272624,51.5646104]},"properties":{"@type":"node","@id":8744178371,"@timestamp":1621382187},"coords":"51.5646104,-0.1272624","bedrooms":"3","price":"203000","area":"460"} , +{"type":"Feature","id":"n8744240329","geometry":{"type":"Point","coordinates":[0.1219237,51.4911061]},"properties":{"@type":"node","@id":8744240329,"@timestamp":1621387157},"coords":"51.4911061,0.1219237","bedrooms":"2","price":"252000","area":"530"} , +{"type":"Feature","id":"n8744603674","geometry":{"type":"Point","coordinates":[-1.1111068,51.3277804]},"properties":{"@type":"node","@id":8744603674,"@timestamp":1621402533},"coords":"51.3277804,-1.1111068","bedrooms":"1","price":"217000","area":"498"} , +{"type":"Feature","id":"n8744957454","geometry":{"type":"Point","coordinates":[0.4754695,51.6585303]},"properties":{"@type":"node","@id":8744957454,"@timestamp":1621411265},"coords":"51.6585303,0.4754695","bedrooms":"3","price":"184000","area":"696"} , +{"type":"Feature","id":"n8745130953","geometry":{"type":"Point","coordinates":[0.5138533,51.7132576]},"properties":{"@type":"node","@id":8745130953,"@timestamp":1621414588},"coords":"51.7132576,0.5138533","bedrooms":"1","price":"180000","area":"440"} , +{"type":"Feature","id":"n8745195420","geometry":{"type":"Point","coordinates":[-0.3281039,51.4250827]},"properties":{"@type":"node","@id":8745195420,"@timestamp":1621415888},"coords":"51.4250827,-0.3281039","bedrooms":"1","price":"204000","area":"469"} , +{"type":"Feature","id":"n8745195430","geometry":{"type":"Point","coordinates":[-0.3282587,51.4254174]},"properties":{"@type":"node","@id":8745195430,"@timestamp":1621415888},"coords":"51.4254174,-0.3282587","bedrooms":"1","price":"293000","area":"390"} , +{"type":"Feature","id":"n8745195440","geometry":{"type":"Point","coordinates":[-0.3282136,51.424275]},"properties":{"@type":"node","@id":8745195440,"@timestamp":1621415888},"coords":"51.424275,-0.3282136","bedrooms":"0","price":"193000","area":"600"} , +{"type":"Feature","id":"n8745195450","geometry":{"type":"Point","coordinates":[-0.3283592,51.4235185]},"properties":{"@type":"node","@id":8745195450,"@timestamp":1621415888},"coords":"51.4235185,-0.3283592","bedrooms":"4","price":"299000","area":"496"} , +{"type":"Feature","id":"n8745377040","geometry":{"type":"Point","coordinates":[0.2757619,51.656572]},"properties":{"@type":"node","@id":8745377040,"@timestamp":1628662909},"coords":"51.656572,0.2757619","bedrooms":"0","price":"232000","area":"521"} , +{"type":"Feature","id":"n8745593936","geometry":{"type":"Point","coordinates":[0.5870396,51.8664156]},"properties":{"@type":"node","@id":8745593936,"@timestamp":1621423104},"coords":"51.8664156,0.5870396","bedrooms":"4","price":"281000","area":"426"} , +{"type":"Feature","id":"n8745834670","geometry":{"type":"Point","coordinates":[-0.3255108,51.4251528]},"properties":{"@type":"node","@id":8745834670,"@timestamp":1621427270},"coords":"51.4251528,-0.3255108","bedrooms":"3","price":"288000","area":"619"} , +{"type":"Feature","id":"n8745834688","geometry":{"type":"Point","coordinates":[-0.3231124,51.4235549]},"properties":{"@type":"node","@id":8745834688,"@timestamp":1621427270},"coords":"51.4235549,-0.3231124","bedrooms":"4","price":"260000","area":"540"} , +{"type":"Feature","id":"n8745834699","geometry":{"type":"Point","coordinates":[-0.3210221,51.4233603]},"properties":{"@type":"node","@id":8745834699,"@timestamp":1621427270},"coords":"51.4233603,-0.3210221","bedrooms":"3","price":"278000","area":"568"} , +{"type":"Feature","id":"n8745866776","geometry":{"type":"Point","coordinates":[-0.0439342,51.5481602]},"properties":{"@type":"node","@id":8745866776,"@timestamp":1621427806},"coords":"51.5481602,-0.0439342","bedrooms":"4","price":"191000","area":"530"} , +{"type":"Feature","id":"n8746087863","geometry":{"type":"Point","coordinates":[-0.3284055,51.6052572]},"properties":{"@type":"node","@id":8746087863,"@timestamp":1621432297},"coords":"51.6052572,-0.3284055","bedrooms":"1","price":"189000","area":"690"} , +{"type":"Feature","id":"n8746320614","geometry":{"type":"Point","coordinates":[-0.3382361,51.4321617]},"properties":{"@type":"node","@id":8746320614,"@timestamp":1621437783},"coords":"51.4321617,-0.3382361","bedrooms":"0","price":"163000","area":"381"} , +{"type":"Feature","id":"n8746367225","geometry":{"type":"Point","coordinates":[-0.3369625,51.4302664]},"properties":{"@type":"node","@id":8746367225,"@timestamp":1621437783},"coords":"51.4302664,-0.3369625","bedrooms":"2","price":"248000","area":"617"} , +{"type":"Feature","id":"n8746367235","geometry":{"type":"Point","coordinates":[-0.3359591,51.4294585]},"properties":{"@type":"node","@id":8746367235,"@timestamp":1621437783},"coords":"51.4294585,-0.3359591","bedrooms":"2","price":"255000","area":"550"} , +{"type":"Feature","id":"n8746367245","geometry":{"type":"Point","coordinates":[-0.3349347,51.428209]},"properties":{"@type":"node","@id":8746367245,"@timestamp":1621437783},"coords":"51.428209,-0.3349347","bedrooms":"1","price":"255000","area":"506"} , +{"type":"Feature","id":"n8746367405","geometry":{"type":"Point","coordinates":[-0.4555554,51.885019]},"properties":{"@type":"node","@id":8746367405,"@timestamp":1621438029},"coords":"51.885019,-0.4555554","bedrooms":"4","price":"166000","area":"643"} , +{"type":"Feature","id":"n8746606377","geometry":{"type":"Point","coordinates":[-0.1982485,51.4855205]},"properties":{"@type":"node","@id":8746606377,"@timestamp":1621443488},"coords":"51.4855205,-0.1982485","bedrooms":"0","price":"241000","area":"488"} , +{"type":"Feature","id":"n8746606387","geometry":{"type":"Point","coordinates":[-0.1988443,51.4853504]},"properties":{"@type":"node","@id":8746606387,"@timestamp":1621443488},"coords":"51.4853504,-0.1988443","bedrooms":"0","price":"233000","area":"624"} , +{"type":"Feature","id":"n8746606397","geometry":{"type":"Point","coordinates":[-0.199619,51.4851351]},"properties":{"@type":"node","@id":8746606397,"@timestamp":1621443488},"coords":"51.4851351,-0.199619","bedrooms":"2","price":"171000","area":"558"} , +{"type":"Feature","id":"n8746606407","geometry":{"type":"Point","coordinates":[-0.2004269,51.4849181]},"properties":{"@type":"node","@id":8746606407,"@timestamp":1621443488},"coords":"51.4849181,-0.2004269","bedrooms":"0","price":"265000","area":"379"} , +{"type":"Feature","id":"n8746606417","geometry":{"type":"Point","coordinates":[-0.2012206,51.4847034]},"properties":{"@type":"node","@id":8746606417,"@timestamp":1621443488},"coords":"51.4847034,-0.2012206","bedrooms":"0","price":"256000","area":"398"} , +{"type":"Feature","id":"n8746606427","geometry":{"type":"Point","coordinates":[-0.2007462,51.4846233]},"properties":{"@type":"node","@id":8746606427,"@timestamp":1621443488},"coords":"51.4846233,-0.2007462","bedrooms":"4","price":"177000","area":"596"} , +{"type":"Feature","id":"n8746670916","geometry":{"type":"Point","coordinates":[-0.3138497,51.6213459]},"properties":{"@type":"node","@id":8746670916,"@timestamp":1621443803},"coords":"51.6213459,-0.3138497","bedrooms":"4","price":"268000","area":"578"} , +{"type":"Feature","id":"n8746927259","geometry":{"type":"Point","coordinates":[-0.3149394,51.6165195]},"properties":{"@type":"node","@id":8746927259,"@timestamp":1621582662},"coords":"51.6165195,-0.3149394","bedrooms":"4","price":"179000","area":"377"} , +{"type":"Feature","id":"n8747093915","geometry":{"type":"Point","coordinates":[0.2011518,50.9543117]},"properties":{"@type":"node","@id":8747093915,"@timestamp":1621451470},"coords":"50.9543117,0.2011518","bedrooms":"4","price":"183000","area":"671"} , +{"type":"Feature","id":"n8747184623","geometry":{"type":"Point","coordinates":[-0.1999471,51.4848422]},"properties":{"@type":"node","@id":8747184623,"@timestamp":1621452622},"coords":"51.4848422,-0.1999471","bedrooms":"2","price":"192000","area":"620"} , +{"type":"Feature","id":"n8747184633","geometry":{"type":"Point","coordinates":[-0.199146,51.4850603]},"properties":{"@type":"node","@id":8747184633,"@timestamp":1621452622},"coords":"51.4850603,-0.199146","bedrooms":"4","price":"151000","area":"531"} , +{"type":"Feature","id":"n8747227720","geometry":{"type":"Point","coordinates":[-0.2888372,51.610178]},"properties":{"@type":"node","@id":8747227720,"@timestamp":1621453486},"coords":"51.610178,-0.2888372","bedrooms":"4","price":"261000","area":"469"} , +{"type":"Feature","id":"n8747385429","geometry":{"type":"Point","coordinates":[-0.1985101,51.4851206]},"properties":{"@type":"node","@id":8747385429,"@timestamp":1621457388},"coords":"51.4851206,-0.1985101","bedrooms":"1","price":"208000","area":"558"} , +{"type":"Feature","id":"n8747434024","geometry":{"type":"Point","coordinates":[-0.431053,51.0186134]},"properties":{"@type":"node","@id":8747434024,"@timestamp":1621458715},"coords":"51.0186134,-0.431053","bedrooms":"4","price":"257000","area":"492"} , +{"type":"Feature","id":"n8747488965","geometry":{"type":"Point","coordinates":[-0.1829375,51.1296011]},"properties":{"@type":"node","@id":8747488965,"@timestamp":1621461083},"coords":"51.1296011,-0.1829375","bedrooms":"2","price":"161000","area":"387"} , +{"type":"Feature","id":"n8747489011","geometry":{"type":"Point","coordinates":[-0.1861279,51.1322345]},"properties":{"@type":"node","@id":8747489011,"@timestamp":1628714921},"coords":"51.1322345,-0.1861279","bedrooms":"3","price":"169000","area":"669"} , +{"type":"Feature","id":"n8747510284","geometry":{"type":"Point","coordinates":[-0.4290026,51.0167683]},"properties":{"@type":"node","@id":8747510284,"@timestamp":1621461448},"coords":"51.0167683,-0.4290026","bedrooms":"4","price":"234000","area":"573"} , +{"type":"Feature","id":"n8747613209","geometry":{"type":"Point","coordinates":[-0.1659138,51.4289733]},"properties":{"@type":"node","@id":8747613209,"@timestamp":1621467078},"coords":"51.4289733,-0.1659138","bedrooms":"4","price":"238000","area":"363"} , +{"type":"Feature","id":"n8747645819","geometry":{"type":"Point","coordinates":[-0.1663598,51.4289904]},"properties":{"@type":"node","@id":8747645819,"@timestamp":1621467078},"coords":"51.4289904,-0.1663598","bedrooms":"4","price":"258000","area":"406"} , +{"type":"Feature","id":"n8747645829","geometry":{"type":"Point","coordinates":[-0.1657187,51.4289005]},"properties":{"@type":"node","@id":8747645829,"@timestamp":1621467078},"coords":"51.4289005,-0.1657187","bedrooms":"2","price":"195000","area":"358"} , +{"type":"Feature","id":"n8747659246","geometry":{"type":"Point","coordinates":[-0.0562022,51.8902062]},"properties":{"@type":"node","@id":8747659246,"@timestamp":1621468663},"coords":"51.8902062,-0.0562022","bedrooms":"4","price":"277000","area":"557"} , +{"type":"Feature","id":"n8747659312","geometry":{"type":"Point","coordinates":[0.1247202,51.8775234]},"properties":{"@type":"node","@id":8747659312,"@timestamp":1621468663},"coords":"51.8775234,0.1247202","bedrooms":"2","price":"168000","area":"615"} , +{"type":"Feature","id":"n8748258119","geometry":{"type":"Point","coordinates":[-0.3830951,51.877486]},"properties":{"@type":"node","@id":8748258119,"@timestamp":1621487316},"coords":"51.877486,-0.3830951","bedrooms":"1","price":"200000","area":"667"} , +{"type":"Feature","id":"n8748753737","geometry":{"type":"Point","coordinates":[0.5750023,51.9821319]},"properties":{"@type":"node","@id":8748753737,"@timestamp":1621497135},"coords":"51.9821319,0.5750023","bedrooms":"4","price":"239000","area":"648"} , +{"type":"Feature","id":"n8748901346","geometry":{"type":"Point","coordinates":[-0.7177637,51.2235769]},"properties":{"@type":"node","@id":8748901346,"@timestamp":1621500765},"coords":"51.2235769,-0.7177637","bedrooms":"4","price":"176000","area":"532"} , +{"type":"Feature","id":"n8749218584","geometry":{"type":"Point","coordinates":[-0.3054859,51.4218989]},"properties":{"@type":"node","@id":8749218584,"@timestamp":1621505785},"coords":"51.4218989,-0.3054859","bedrooms":"1","price":"253000","area":"438"} , +{"type":"Feature","id":"n8749218631","geometry":{"type":"Point","coordinates":[-0.3056479,51.4225001]},"properties":{"@type":"node","@id":8749218631,"@timestamp":1621505785},"coords":"51.4225001,-0.3056479","bedrooms":"4","price":"154000","area":"450"} , +{"type":"Feature","id":"n8749218656","geometry":{"type":"Point","coordinates":[-0.3053262,51.4224119]},"properties":{"@type":"node","@id":8749218656,"@timestamp":1621505785},"coords":"51.4224119,-0.3053262","bedrooms":"4","price":"175000","area":"632"} , +{"type":"Feature","id":"n8749282318","geometry":{"type":"Point","coordinates":[-0.1430241,51.4611376]},"properties":{"@type":"node","@id":8749282318,"@timestamp":1621507236},"coords":"51.4611376,-0.1430241","bedrooms":"1","price":"297000","area":"594"} , +{"type":"Feature","id":"n8749282328","geometry":{"type":"Point","coordinates":[-0.1460194,51.4614493]},"properties":{"@type":"node","@id":8749282328,"@timestamp":1621507236},"coords":"51.4614493,-0.1460194","bedrooms":"3","price":"199000","area":"563"} , +{"type":"Feature","id":"n8749595553","geometry":{"type":"Point","coordinates":[-0.2395003,51.5008314]},"properties":{"@type":"node","@id":8749595553,"@timestamp":1621509565},"coords":"51.5008314,-0.2395003","bedrooms":"1","price":"260000","area":"686"} , +{"type":"Feature","id":"n8749599756","geometry":{"type":"Point","coordinates":[-0.2393463,51.5002975]},"properties":{"@type":"node","@id":8749599756,"@timestamp":1621509565},"coords":"51.5002975,-0.2393463","bedrooms":"1","price":"298000","area":"422"} , +{"type":"Feature","id":"n8749776418","geometry":{"type":"Point","coordinates":[-0.1260095,51.5359513]},"properties":{"@type":"node","@id":8749776418,"@timestamp":1623931089},"coords":"51.5359513,-0.1260095","bedrooms":"3","price":"237000","area":"622"} , +{"type":"Feature","id":"n8750049830","geometry":{"type":"Point","coordinates":[0.0059471,51.5328305]},"properties":{"@type":"node","@id":8750049830,"@timestamp":1621519373},"coords":"51.5328305,0.0059471","bedrooms":"0","price":"156000","area":"659"} , +{"type":"Feature","id":"n8750110462","geometry":{"type":"Point","coordinates":[0.4891289,51.8076658]},"properties":{"@type":"node","@id":8750110462,"@timestamp":1621521181},"coords":"51.8076658,0.4891289","bedrooms":"3","price":"254000","area":"503"} , +{"type":"Feature","id":"n8750249334","geometry":{"type":"Point","coordinates":[0.0879868,51.4465973]},"properties":{"@type":"node","@id":8750249334,"@timestamp":1621523618},"coords":"51.4465973,0.0879868","bedrooms":"4","price":"274000","area":"417"} , +{"type":"Feature","id":"n8750354343","geometry":{"type":"Point","coordinates":[-0.062405,51.5555425]},"properties":{"@type":"node","@id":8750354343,"@timestamp":1621525784},"coords":"51.5555425,-0.062405","bedrooms":"1","price":"200000","area":"542"} , +{"type":"Feature","id":"n8750413031","geometry":{"type":"Point","coordinates":[-0.1470766,51.4536415]},"properties":{"@type":"node","@id":8750413031,"@timestamp":1621526557},"coords":"51.4536415,-0.1470766","bedrooms":"1","price":"196000","area":"681"} , +{"type":"Feature","id":"n8750413042","geometry":{"type":"Point","coordinates":[-0.1447537,51.4559579]},"properties":{"@type":"node","@id":8750413042,"@timestamp":1621526557},"coords":"51.4559579,-0.1447537","bedrooms":"1","price":"170000","area":"582"} , +{"type":"Feature","id":"n8750415673","geometry":{"type":"Point","coordinates":[-0.1470149,51.4532263]},"properties":{"@type":"node","@id":8750415673,"@timestamp":1621526777},"coords":"51.4532263,-0.1470149","bedrooms":"2","price":"166000","area":"617"} , +{"type":"Feature","id":"n8750415758","geometry":{"type":"Point","coordinates":[-0.4177666,51.6466754]},"properties":{"@type":"node","@id":8750415758,"@timestamp":1621527069},"coords":"51.6466754,-0.4177666","bedrooms":"1","price":"207000","area":"470"} , +{"type":"Feature","id":"n8750440662","geometry":{"type":"Point","coordinates":[-0.2875465,51.3070182]},"properties":{"@type":"node","@id":8750440662,"@timestamp":1621527146},"coords":"51.3070182,-0.2875465","bedrooms":"0","price":"232000","area":"484"} , +{"type":"Feature","id":"n8750748210","geometry":{"type":"Point","coordinates":[0.1042155,51.432331]},"properties":{"@type":"node","@id":8750748210,"@timestamp":1621533848},"coords":"51.432331,0.1042155","bedrooms":"2","price":"183000","area":"417"} , +{"type":"Feature","id":"n8750767122","geometry":{"type":"Point","coordinates":[0.1031202,51.4279588]},"properties":{"@type":"node","@id":8750767122,"@timestamp":1621533848},"coords":"51.4279588,0.1031202","bedrooms":"1","price":"171000","area":"518"} , +{"type":"Feature","id":"n8750815503","geometry":{"type":"Point","coordinates":[-0.0698888,51.5286682]},"properties":{"@type":"node","@id":8750815503,"@timestamp":1621535356},"coords":"51.5286682,-0.0698888","bedrooms":"4","price":"233000","area":"554"} , +{"type":"Feature","id":"n8750899390","geometry":{"type":"Point","coordinates":[-0.3268062,51.6135221]},"properties":{"@type":"node","@id":8750899390,"@timestamp":1621540435},"coords":"51.6135221,-0.3268062","bedrooms":"2","price":"245000","area":"655"} , +{"type":"Feature","id":"n8750979809","geometry":{"type":"Point","coordinates":[-0.2391206,51.4751293]},"properties":{"@type":"node","@id":8750979809,"@timestamp":1625865941},"coords":"51.4751293,-0.2391206","bedrooms":"4","price":"269000","area":"491"} , +{"type":"Feature","id":"n8751266409","geometry":{"type":"Point","coordinates":[-0.4197713,51.0273969]},"properties":{"@type":"node","@id":8751266409,"@timestamp":1621546782},"coords":"51.0273969,-0.4197713","bedrooms":"3","price":"281000","area":"690"} , +{"type":"Feature","id":"n8751314735","geometry":{"type":"Point","coordinates":[-0.0943446,51.5357268]},"properties":{"@type":"node","@id":8751314735,"@timestamp":1621549205},"coords":"51.5357268,-0.0943446","bedrooms":"1","price":"182000","area":"462"} , +{"type":"Feature","id":"n8751340423","geometry":{"type":"Point","coordinates":[-0.7906896,51.2184428]},"properties":{"@type":"node","@id":8751340423,"@timestamp":1621550433},"coords":"51.2184428,-0.7906896","bedrooms":"2","price":"150000","area":"633"} , +{"type":"Feature","id":"n8751363572","geometry":{"type":"Point","coordinates":[-0.0928568,51.5399063]},"properties":{"@type":"node","@id":8751363572,"@timestamp":1621556513},"coords":"51.5399063,-0.0928568","bedrooms":"2","price":"263000","area":"512"} , +{"type":"Feature","id":"n8751483853","geometry":{"type":"Point","coordinates":[-0.0706205,51.5292301]},"properties":{"@type":"node","@id":8751483853,"@timestamp":1621561803},"coords":"51.5292301,-0.0706205","bedrooms":"2","price":"190000","area":"491"} , +{"type":"Feature","id":"n8751852393","geometry":{"type":"Point","coordinates":[0.5028163,51.9608543]},"properties":{"@type":"node","@id":8751852393,"@timestamp":1621575347},"coords":"51.9608543,0.5028163","bedrooms":"3","price":"188000","area":"362"} , +{"type":"Feature","id":"n8752072934","geometry":{"type":"Point","coordinates":[0.4336844,51.8270187]},"properties":{"@type":"node","@id":8752072934,"@timestamp":1621580467},"coords":"51.8270187,0.4336844","bedrooms":"1","price":"165000","area":"655"} , +{"type":"Feature","id":"n8752195671","geometry":{"type":"Point","coordinates":[-0.3117796,51.615536]},"properties":{"@type":"node","@id":8752195671,"@timestamp":1621582662},"coords":"51.615536,-0.3117796","bedrooms":"3","price":"248000","area":"489"} , +{"type":"Feature","id":"n8752328182","geometry":{"type":"Point","coordinates":[-0.1611357,51.4350966]},"properties":{"@type":"node","@id":8752328182,"@timestamp":1621586081},"coords":"51.4350966,-0.1611357","bedrooms":"3","price":"157000","area":"642"} , +{"type":"Feature","id":"n8752412034","geometry":{"type":"Point","coordinates":[-0.2587309,51.9195441]},"properties":{"@type":"node","@id":8752412034,"@timestamp":1621588333},"coords":"51.9195441,-0.2587309","bedrooms":"3","price":"268000","area":"632"} , +{"type":"Feature","id":"n8752448542","geometry":{"type":"Point","coordinates":[-0.1473689,51.4532992]},"properties":{"@type":"node","@id":8752448542,"@timestamp":1621588511},"coords":"51.4532992,-0.1473689","bedrooms":"1","price":"168000","area":"521"} , +{"type":"Feature","id":"n8752522530","geometry":{"type":"Point","coordinates":[0.2455149,51.198225]},"properties":{"@type":"node","@id":8752522530,"@timestamp":1633519182},"coords":"51.198225,0.2455149","bedrooms":"1","price":"244000","area":"491"} , +{"type":"Feature","id":"n8752652191","geometry":{"type":"Point","coordinates":[-0.287326,51.4324428]},"properties":{"@type":"node","@id":8752652191,"@timestamp":1621592732},"coords":"51.4324428,-0.287326","bedrooms":"3","price":"261000","area":"420"} , +{"type":"Feature","id":"n8752652244","geometry":{"type":"Point","coordinates":[-0.2873601,51.4313481]},"properties":{"@type":"node","@id":8752652244,"@timestamp":1621592732},"coords":"51.4313481,-0.2873601","bedrooms":"4","price":"186000","area":"398"} , +{"type":"Feature","id":"n8752652390","geometry":{"type":"Point","coordinates":[-0.2901028,51.4326946]},"properties":{"@type":"node","@id":8752652390,"@timestamp":1621592732},"coords":"51.4326946,-0.2901028","bedrooms":"4","price":"169000","area":"590"} , +{"type":"Feature","id":"n8752652400","geometry":{"type":"Point","coordinates":[-0.2909295,51.4333903]},"properties":{"@type":"node","@id":8752652400,"@timestamp":1621592732},"coords":"51.4333903,-0.2909295","bedrooms":"3","price":"285000","area":"513"} , +{"type":"Feature","id":"n8752652526","geometry":{"type":"Point","coordinates":[-0.2924746,51.4338647]},"properties":{"@type":"node","@id":8752652526,"@timestamp":1621592732},"coords":"51.4338647,-0.2924746","bedrooms":"0","price":"288000","area":"384"} , +{"type":"Feature","id":"n8752652536","geometry":{"type":"Point","coordinates":[-0.2925917,51.4331233]},"properties":{"@type":"node","@id":8752652536,"@timestamp":1621592732},"coords":"51.4331233,-0.2925917","bedrooms":"1","price":"240000","area":"666"} , +{"type":"Feature","id":"n8752652560","geometry":{"type":"Point","coordinates":[-0.2921018,51.4322541]},"properties":{"@type":"node","@id":8752652560,"@timestamp":1621592732},"coords":"51.4322541,-0.2921018","bedrooms":"3","price":"243000","area":"361"} , +{"type":"Feature","id":"n8752682998","geometry":{"type":"Point","coordinates":[-0.5774359,51.7657903]},"properties":{"@type":"node","@id":8752682998,"@timestamp":1621594046},"coords":"51.7657903,-0.5774359","bedrooms":"2","price":"256000","area":"565"} , +{"type":"Feature","id":"n8752698234","geometry":{"type":"Point","coordinates":[-0.2980563,51.610907]},"properties":{"@type":"node","@id":8752698234,"@timestamp":1621593857},"coords":"51.610907,-0.2980563","bedrooms":"1","price":"199000","area":"694"} , +{"type":"Feature","id":"n8752698278","geometry":{"type":"Point","coordinates":[-0.2972442,51.6078351]},"properties":{"@type":"node","@id":8752698278,"@timestamp":1621593857},"coords":"51.6078351,-0.2972442","bedrooms":"4","price":"168000","area":"515"} , +{"type":"Feature","id":"n8752698298","geometry":{"type":"Point","coordinates":[-0.3035483,51.6017591]},"properties":{"@type":"node","@id":8752698298,"@timestamp":1621593857},"coords":"51.6017591,-0.3035483","bedrooms":"1","price":"280000","area":"430"} , +{"type":"Feature","id":"n8752808818","geometry":{"type":"Point","coordinates":[-0.1429779,51.4576245]},"properties":{"@type":"node","@id":8752808818,"@timestamp":1621596244},"coords":"51.4576245,-0.1429779","bedrooms":"1","price":"299000","area":"410"} , +{"type":"Feature","id":"n8752808841","geometry":{"type":"Point","coordinates":[-0.141594,51.4590854]},"properties":{"@type":"node","@id":8752808841,"@timestamp":1621596244},"coords":"51.4590854,-0.141594","bedrooms":"1","price":"188000","area":"554"} , +{"type":"Feature","id":"n8752808865","geometry":{"type":"Point","coordinates":[-0.1424112,51.4580505]},"properties":{"@type":"node","@id":8752808865,"@timestamp":1621596244},"coords":"51.4580505,-0.1424112","bedrooms":"2","price":"155000","area":"475"} , +{"type":"Feature","id":"n8752899187","geometry":{"type":"Point","coordinates":[-0.2934568,51.4289906]},"properties":{"@type":"node","@id":8752899187,"@timestamp":1621598178},"coords":"51.4289906,-0.2934568","bedrooms":"4","price":"224000","area":"564"} , +{"type":"Feature","id":"n8752899435","geometry":{"type":"Point","coordinates":[-0.2947071,51.4282735]},"properties":{"@type":"node","@id":8752899435,"@timestamp":1621598178},"coords":"51.4282735,-0.2947071","bedrooms":"1","price":"275000","area":"651"} , +{"type":"Feature","id":"n8752899473","geometry":{"type":"Point","coordinates":[-0.2934372,51.4277087]},"properties":{"@type":"node","@id":8752899473,"@timestamp":1621598178},"coords":"51.4277087,-0.2934372","bedrooms":"2","price":"282000","area":"540"} , +{"type":"Feature","id":"n8752899483","geometry":{"type":"Point","coordinates":[-0.2948443,51.4275573]},"properties":{"@type":"node","@id":8752899483,"@timestamp":1621598178},"coords":"51.4275573,-0.2948443","bedrooms":"1","price":"241000","area":"481"} , +{"type":"Feature","id":"n8752899503","geometry":{"type":"Point","coordinates":[-0.2921683,51.429893]},"properties":{"@type":"node","@id":8752899503,"@timestamp":1621598178},"coords":"51.429893,-0.2921683","bedrooms":"3","price":"251000","area":"515"} , +{"type":"Feature","id":"n8752899513","geometry":{"type":"Point","coordinates":[-0.292119,51.4293955]},"properties":{"@type":"node","@id":8752899513,"@timestamp":1621598178},"coords":"51.4293955,-0.292119","bedrooms":"2","price":"222000","area":"566"} , +{"type":"Feature","id":"n8752899523","geometry":{"type":"Point","coordinates":[-0.2923655,51.4294262]},"properties":{"@type":"node","@id":8752899523,"@timestamp":1621598178},"coords":"51.4294262,-0.2923655","bedrooms":"1","price":"160000","area":"696"} , +{"type":"Feature","id":"n8752899533","geometry":{"type":"Point","coordinates":[-0.2919373,51.4306133]},"properties":{"@type":"node","@id":8752899533,"@timestamp":1621598178},"coords":"51.4306133,-0.2919373","bedrooms":"2","price":"181000","area":"444"} , +{"type":"Feature","id":"n8753078235","geometry":{"type":"Point","coordinates":[-0.8362194,51.8240395]},"properties":{"@type":"node","@id":8753078235,"@timestamp":1621601950},"coords":"51.8240395,-0.8362194","bedrooms":"4","price":"274000","area":"476"} , +{"type":"Feature","id":"n8753268954","geometry":{"type":"Point","coordinates":[-0.2953388,51.6169422]},"properties":{"@type":"node","@id":8753268954,"@timestamp":1621606219},"coords":"51.6169422,-0.2953388","bedrooms":"4","price":"166000","area":"452"} , +{"type":"Feature","id":"n8753439167","geometry":{"type":"Point","coordinates":[-0.9976712,51.8735561]},"properties":{"@type":"node","@id":8753439167,"@timestamp":1621611471},"coords":"51.8735561,-0.9976712","bedrooms":"1","price":"186000","area":"382"} , +{"type":"Feature","id":"n8753575714","geometry":{"type":"Point","coordinates":[-0.0106015,51.6493317]},"properties":{"@type":"node","@id":8753575714,"@timestamp":1621614894},"coords":"51.6493317,-0.0106015","bedrooms":"2","price":"286000","area":"635"} , +{"type":"Feature","id":"n8753665671","geometry":{"type":"Point","coordinates":[-0.018519,51.4814188]},"properties":{"@type":"node","@id":8753665671,"@timestamp":1621616853},"coords":"51.4814188,-0.018519","bedrooms":"2","price":"218000","area":"476"} , +{"type":"Feature","id":"n8753869764","geometry":{"type":"Point","coordinates":[0.5918841,50.9967084]},"properties":{"@type":"node","@id":8753869764,"@timestamp":1621622184},"coords":"50.9967084,0.5918841","bedrooms":"3","price":"167000","area":"685"} , +{"type":"Feature","id":"n8754198902","geometry":{"type":"Point","coordinates":[-0.2858745,51.6089229]},"properties":{"@type":"node","@id":8754198902,"@timestamp":1621631869},"coords":"51.6089229,-0.2858745","bedrooms":"0","price":"260000","area":"353"} , +{"type":"Feature","id":"n8754205331","geometry":{"type":"Point","coordinates":[-0.2845209,51.6071791]},"properties":{"@type":"node","@id":8754205331,"@timestamp":1621631869},"coords":"51.6071791,-0.2845209","bedrooms":"3","price":"213000","area":"441"} , +{"type":"Feature","id":"n8754320298","geometry":{"type":"Point","coordinates":[-0.2769582,51.3624844]},"properties":{"@type":"node","@id":8754320298,"@timestamp":1621635718},"coords":"51.3624844,-0.2769582","bedrooms":"1","price":"205000","area":"587"} , +{"type":"Feature","id":"n8754373949","geometry":{"type":"Point","coordinates":[-0.2656111,51.3562882]},"properties":{"@type":"node","@id":8754373949,"@timestamp":1621638131},"coords":"51.3562882,-0.2656111","bedrooms":"1","price":"294000","area":"670"} , +{"type":"Feature","id":"n8754374573","geometry":{"type":"Point","coordinates":[-0.1111192,51.5109468]},"properties":{"@type":"node","@id":8754374573,"@timestamp":1621641464},"coords":"51.5109468,-0.1111192","bedrooms":"3","price":"206000","area":"692"} , +{"type":"Feature","id":"n8754374583","geometry":{"type":"Point","coordinates":[-0.1150636,51.5105592]},"properties":{"@type":"node","@id":8754374583,"@timestamp":1625883211},"coords":"51.5105592,-0.1150636","bedrooms":"4","price":"153000","area":"496"} , +{"type":"Feature","id":"n8754377555","geometry":{"type":"Point","coordinates":[-0.160793,51.4209211]},"properties":{"@type":"node","@id":8754377555,"@timestamp":1621639395},"coords":"51.4209211,-0.160793","bedrooms":"0","price":"289000","area":"486"} , +{"type":"Feature","id":"n8754377566","geometry":{"type":"Point","coordinates":[-0.160715,51.4209523]},"properties":{"@type":"node","@id":8754377566,"@timestamp":1621639395},"coords":"51.4209523,-0.160715","bedrooms":"1","price":"296000","area":"350"} , +{"type":"Feature","id":"n8754377577","geometry":{"type":"Point","coordinates":[-0.161812,51.4201687]},"properties":{"@type":"node","@id":8754377577,"@timestamp":1621639395},"coords":"51.4201687,-0.161812","bedrooms":"3","price":"279000","area":"668"} , +{"type":"Feature","id":"n8754377589","geometry":{"type":"Point","coordinates":[-0.1619582,51.420147]},"properties":{"@type":"node","@id":8754377589,"@timestamp":1621639395},"coords":"51.420147,-0.1619582","bedrooms":"1","price":"200000","area":"483"} , +{"type":"Feature","id":"n8754413423","geometry":{"type":"Point","coordinates":[0.2697712,51.1903164]},"properties":{"@type":"node","@id":8754413423,"@timestamp":1621640459},"coords":"51.1903164,0.2697712","bedrooms":"1","price":"236000","area":"441"} , +{"type":"Feature","id":"n8754502933","geometry":{"type":"Point","coordinates":[-0.0624185,51.6142194]},"properties":{"@type":"node","@id":8754502933,"@timestamp":1621649401},"coords":"51.6142194,-0.0624185","bedrooms":"1","price":"292000","area":"488"} , +{"type":"Feature","id":"n8754685202","geometry":{"type":"Point","coordinates":[-0.6567722,51.4148232]},"properties":{"@type":"node","@id":8754685202,"@timestamp":1621659686},"coords":"51.4148232,-0.6567722","bedrooms":"0","price":"246000","area":"417"} , +{"type":"Feature","id":"n8755171777","geometry":{"type":"Point","coordinates":[0.0042923,51.6311856]},"properties":{"@type":"node","@id":8755171777,"@timestamp":1621675148},"coords":"51.6311856,0.0042923","bedrooms":"4","price":"270000","area":"513"} , +{"type":"Feature","id":"n8755212603","geometry":{"type":"Point","coordinates":[0.0016856,51.6306687]},"properties":{"@type":"node","@id":8755212603,"@timestamp":1621676835},"coords":"51.6306687,0.0016856","bedrooms":"3","price":"274000","area":"403"} , +{"type":"Feature","id":"n8755262275","geometry":{"type":"Point","coordinates":[-0.1602045,51.421952]},"properties":{"@type":"node","@id":8755262275,"@timestamp":1621679013},"coords":"51.421952,-0.1602045","bedrooms":"1","price":"288000","area":"595"} , +{"type":"Feature","id":"n8755262296","geometry":{"type":"Point","coordinates":[-0.1601856,51.4224234]},"properties":{"@type":"node","@id":8755262296,"@timestamp":1621679013},"coords":"51.4224234,-0.1601856","bedrooms":"0","price":"283000","area":"669"} , +{"type":"Feature","id":"n8755312705","geometry":{"type":"Point","coordinates":[-1.0055171,51.4504743]},"properties":{"@type":"node","@id":8755312705,"@timestamp":1621681126},"coords":"51.4504743,-1.0055171","bedrooms":"2","price":"226000","area":"601"} , +{"type":"Feature","id":"n8755389229","geometry":{"type":"Point","coordinates":[-0.143931,51.4567467]},"properties":{"@type":"node","@id":8755389229,"@timestamp":1621684971},"coords":"51.4567467,-0.143931","bedrooms":"1","price":"292000","area":"493"} , +{"type":"Feature","id":"n8755413354","geometry":{"type":"Point","coordinates":[-0.1423514,51.4586843]},"properties":{"@type":"node","@id":8755413354,"@timestamp":1621685195},"coords":"51.4586843,-0.1423514","bedrooms":"0","price":"205000","area":"692"} , +{"type":"Feature","id":"n8755413365","geometry":{"type":"Point","coordinates":[-0.1419622,51.4592573]},"properties":{"@type":"node","@id":8755413365,"@timestamp":1621685195},"coords":"51.4592573,-0.1419622","bedrooms":"2","price":"230000","area":"614"} , +{"type":"Feature","id":"n8755561399","geometry":{"type":"Point","coordinates":[-0.1309518,51.5383209]},"properties":{"@type":"node","@id":8755561399,"@timestamp":1621690778},"coords":"51.5383209,-0.1309518","bedrooms":"3","price":"183000","area":"625"} , +{"type":"Feature","id":"n8755598770","geometry":{"type":"Point","coordinates":[-0.1760983,51.5790163]},"properties":{"@type":"node","@id":8755598770,"@timestamp":1621699053},"coords":"51.5790163,-0.1760983","bedrooms":"4","price":"151000","area":"363"} , +{"type":"Feature","id":"n8755616668","geometry":{"type":"Point","coordinates":[-0.2799007,51.6047702]},"properties":{"@type":"node","@id":8755616668,"@timestamp":1621693402},"coords":"51.6047702,-0.2799007","bedrooms":"2","price":"227000","area":"495"} , +{"type":"Feature","id":"n8755616744","geometry":{"type":"Point","coordinates":[-0.2858507,51.6056485]},"properties":{"@type":"node","@id":8755616744,"@timestamp":1621691930},"coords":"51.6056485,-0.2858507","bedrooms":"0","price":"273000","area":"561"} , +{"type":"Feature","id":"n8755645434","geometry":{"type":"Point","coordinates":[0.1194683,51.4571599]},"properties":{"@type":"node","@id":8755645434,"@timestamp":1621693354},"coords":"51.4571599,0.1194683","bedrooms":"3","price":"188000","area":"406"} , +{"type":"Feature","id":"n8755704909","geometry":{"type":"Point","coordinates":[-0.1261368,51.542518]},"properties":{"@type":"node","@id":8755704909,"@timestamp":1621695103},"coords":"51.542518,-0.1261368","bedrooms":"4","price":"210000","area":"543"} , +{"type":"Feature","id":"n8755764034","geometry":{"type":"Point","coordinates":[0.0982161,51.4632363]},"properties":{"@type":"node","@id":8755764034,"@timestamp":1621698055},"coords":"51.4632363,0.0982161","bedrooms":"0","price":"258000","area":"494"} , +{"type":"Feature","id":"n8755832698","geometry":{"type":"Point","coordinates":[-0.3460696,51.4910389]},"properties":{"@type":"node","@id":8755832698,"@timestamp":1621699448},"coords":"51.4910389,-0.3460696","bedrooms":"2","price":"213000","area":"404"} , +{"type":"Feature","id":"n8755896042","geometry":{"type":"Point","coordinates":[-0.3560002,51.6013739]},"properties":{"@type":"node","@id":8755896042,"@timestamp":1621702174},"coords":"51.6013739,-0.3560002","bedrooms":"0","price":"288000","area":"376"} , +{"type":"Feature","id":"n8755896087","geometry":{"type":"Point","coordinates":[-0.3517489,51.5965322]},"properties":{"@type":"node","@id":8755896087,"@timestamp":1621702174},"coords":"51.5965322,-0.3517489","bedrooms":"3","price":"260000","area":"362"} , +{"type":"Feature","id":"n8755949621","geometry":{"type":"Point","coordinates":[-0.3496682,51.5970955]},"properties":{"@type":"node","@id":8755949621,"@timestamp":1621702174},"coords":"51.5970955,-0.3496682","bedrooms":"4","price":"207000","area":"586"} , +{"type":"Feature","id":"n8755949633","geometry":{"type":"Point","coordinates":[-0.3504859,51.5958662]},"properties":{"@type":"node","@id":8755949633,"@timestamp":1621702174},"coords":"51.5958662,-0.3504859","bedrooms":"1","price":"284000","area":"356"} , +{"type":"Feature","id":"n8755949643","geometry":{"type":"Point","coordinates":[-0.351007,51.5947281]},"properties":{"@type":"node","@id":8755949643,"@timestamp":1621702174},"coords":"51.5947281,-0.351007","bedrooms":"1","price":"213000","area":"640"} , +{"type":"Feature","id":"n8755949653","geometry":{"type":"Point","coordinates":[-0.3502007,51.5946744]},"properties":{"@type":"node","@id":8755949653,"@timestamp":1621702174},"coords":"51.5946744,-0.3502007","bedrooms":"0","price":"231000","area":"679"} , +{"type":"Feature","id":"n8755949663","geometry":{"type":"Point","coordinates":[-0.3500019,51.5949871]},"properties":{"@type":"node","@id":8755949663,"@timestamp":1621702174},"coords":"51.5949871,-0.3500019","bedrooms":"3","price":"249000","area":"646"} , +{"type":"Feature","id":"n8755959615","geometry":{"type":"Point","coordinates":[-0.1509957,50.95378]},"properties":{"@type":"node","@id":8755959615,"@timestamp":1621704255},"coords":"50.95378,-0.1509957","bedrooms":"0","price":"294000","area":"378"} , +{"type":"Feature","id":"n8756226596","geometry":{"type":"Point","coordinates":[-0.1987614,51.4820669]},"properties":{"@type":"node","@id":8756226596,"@timestamp":1621713952},"coords":"51.4820669,-0.1987614","bedrooms":"4","price":"181000","area":"378"} , +{"type":"Feature","id":"n8756226606","geometry":{"type":"Point","coordinates":[-0.1976461,51.4825098]},"properties":{"@type":"node","@id":8756226606,"@timestamp":1621713952},"coords":"51.4825098,-0.1976461","bedrooms":"1","price":"151000","area":"387"} , +{"type":"Feature","id":"n8756226616","geometry":{"type":"Point","coordinates":[-0.1967309,51.4828739]},"properties":{"@type":"node","@id":8756226616,"@timestamp":1621713952},"coords":"51.4828739,-0.1967309","bedrooms":"1","price":"264000","area":"498"} , +{"type":"Feature","id":"n8756275535","geometry":{"type":"Point","coordinates":[-0.3424939,51.5930463]},"properties":{"@type":"node","@id":8756275535,"@timestamp":1629830659},"coords":"51.5930463,-0.3424939","bedrooms":"4","price":"297000","area":"473"} , +{"type":"Feature","id":"n8756275558","geometry":{"type":"Point","coordinates":[-0.3493009,51.5924901]},"properties":{"@type":"node","@id":8756275558,"@timestamp":1621713388},"coords":"51.5924901,-0.3493009","bedrooms":"4","price":"167000","area":"493"} , +{"type":"Feature","id":"n8756487237","geometry":{"type":"Point","coordinates":[-0.1708641,51.5415338]},"properties":{"@type":"node","@id":8756487237,"@timestamp":1621717288},"coords":"51.5415338,-0.1708641","bedrooms":"1","price":"289000","area":"516"} , +{"type":"Feature","id":"n8756604207","geometry":{"type":"Point","coordinates":[-0.0878983,51.5388831]},"properties":{"@type":"node","@id":8756604207,"@timestamp":1621723779},"coords":"51.5388831,-0.0878983","bedrooms":"0","price":"285000","area":"474"} , +{"type":"Feature","id":"n8757584569","geometry":{"type":"Point","coordinates":[-0.3757245,51.2800543]},"properties":{"@type":"node","@id":8757584569,"@timestamp":1621765036},"coords":"51.2800543,-0.3757245","bedrooms":"1","price":"243000","area":"446"} , +{"type":"Feature","id":"n8757588717","geometry":{"type":"Point","coordinates":[-0.0703479,51.3870114]},"properties":{"@type":"node","@id":8757588717,"@timestamp":1621765003},"coords":"51.3870114,-0.0703479","bedrooms":"2","price":"248000","area":"635"} , +{"type":"Feature","id":"n8757714063","geometry":{"type":"Point","coordinates":[-0.3737255,51.2788327]},"properties":{"@type":"node","@id":8757714063,"@timestamp":1621772107},"coords":"51.2788327,-0.3737255","bedrooms":"1","price":"201000","area":"530"} , +{"type":"Feature","id":"n8757724523","geometry":{"type":"Point","coordinates":[0.2275177,51.4335987]},"properties":{"@type":"node","@id":8757724523,"@timestamp":1621770930},"coords":"51.4335987,0.2275177","bedrooms":"3","price":"217000","area":"615"} , +{"type":"Feature","id":"n8757724871","geometry":{"type":"Point","coordinates":[0.2277866,51.4353194]},"properties":{"@type":"node","@id":8757724871,"@timestamp":1621770930},"coords":"51.4353194,0.2277866","bedrooms":"2","price":"258000","area":"458"} , +{"type":"Feature","id":"n8757724943","geometry":{"type":"Point","coordinates":[0.2262691,51.4370926]},"properties":{"@type":"node","@id":8757724943,"@timestamp":1621770930},"coords":"51.4370926,0.2262691","bedrooms":"4","price":"287000","area":"687"} , +{"type":"Feature","id":"n8757766369","geometry":{"type":"Point","coordinates":[-0.0558908,51.5516303]},"properties":{"@type":"node","@id":8757766369,"@timestamp":1621774346},"coords":"51.5516303,-0.0558908","bedrooms":"0","price":"212000","area":"518"} , +{"type":"Feature","id":"n8757820119","geometry":{"type":"Point","coordinates":[0.0640193,51.4327801]},"properties":{"@type":"node","@id":8757820119,"@timestamp":1621799472},"coords":"51.4327801,0.0640193","bedrooms":"2","price":"268000","area":"397"} , +{"type":"Feature","id":"n8757820129","geometry":{"type":"Point","coordinates":[0.0638241,51.4314516]},"properties":{"@type":"node","@id":8757820129,"@timestamp":1621799472},"coords":"51.4314516,0.0638241","bedrooms":"1","price":"212000","area":"400"} , +{"type":"Feature","id":"n8757909151","geometry":{"type":"Point","coordinates":[-0.1489442,51.5454142]},"properties":{"@type":"node","@id":8757909151,"@timestamp":1630186436},"coords":"51.5454142,-0.1489442","bedrooms":"3","price":"223000","area":"602"} , +{"type":"Feature","id":"n8757919111","geometry":{"type":"Point","coordinates":[0.0575341,51.4312554]},"properties":{"@type":"node","@id":8757919111,"@timestamp":1621779236},"coords":"51.4312554,0.0575341","bedrooms":"4","price":"206000","area":"684"} , +{"type":"Feature","id":"n8757995093","geometry":{"type":"Point","coordinates":[0.2277142,51.4324466]},"properties":{"@type":"node","@id":8757995093,"@timestamp":1621781890},"coords":"51.4324466,0.2277142","bedrooms":"1","price":"196000","area":"450"} , +{"type":"Feature","id":"n8758139168","geometry":{"type":"Point","coordinates":[-0.3732828,51.2783248]},"properties":{"@type":"node","@id":8758139168,"@timestamp":1621787059},"coords":"51.2783248,-0.3732828","bedrooms":"3","price":"159000","area":"561"} , +{"type":"Feature","id":"n8758202397","geometry":{"type":"Point","coordinates":[-0.0165594,51.6055313]},"properties":{"@type":"node","@id":8758202397,"@timestamp":1624958387},"coords":"51.6055313,-0.0165594","bedrooms":"2","price":"212000","area":"642"} , +{"type":"Feature","id":"n8758381452","geometry":{"type":"Point","coordinates":[0.0559917,51.5110079]},"properties":{"@type":"node","@id":8758381452,"@timestamp":1621791103},"coords":"51.5110079,0.0559917","bedrooms":"3","price":"192000","area":"527"} , +{"type":"Feature","id":"n8758381465","geometry":{"type":"Point","coordinates":[0.0566928,51.5110531]},"properties":{"@type":"node","@id":8758381465,"@timestamp":1621791103},"coords":"51.5110531,0.0566928","bedrooms":"1","price":"239000","area":"605"} , +{"type":"Feature","id":"n8758443428","geometry":{"type":"Point","coordinates":[0.0633485,51.5092315]},"properties":{"@type":"node","@id":8758443428,"@timestamp":1621791693},"coords":"51.5092315,0.0633485","bedrooms":"3","price":"254000","area":"617"} , +{"type":"Feature","id":"n8758448536","geometry":{"type":"Point","coordinates":[0.063818,51.5076239]},"properties":{"@type":"node","@id":8758448536,"@timestamp":1621792046},"coords":"51.5076239,0.063818","bedrooms":"1","price":"212000","area":"576"} , +{"type":"Feature","id":"n8758463946","geometry":{"type":"Point","coordinates":[0.0709313,51.5074115]},"properties":{"@type":"node","@id":8758463946,"@timestamp":1621792628},"coords":"51.5074115,0.0709313","bedrooms":"0","price":"238000","area":"565"} , +{"type":"Feature","id":"n8758571851","geometry":{"type":"Point","coordinates":[-0.2740894,51.6062724]},"properties":{"@type":"node","@id":8758571851,"@timestamp":1621795280},"coords":"51.6062724,-0.2740894","bedrooms":"1","price":"159000","area":"435"} , +{"type":"Feature","id":"n8758571871","geometry":{"type":"Point","coordinates":[-0.2812702,51.599258]},"properties":{"@type":"node","@id":8758571871,"@timestamp":1621795280},"coords":"51.599258,-0.2812702","bedrooms":"4","price":"235000","area":"613"} , +{"type":"Feature","id":"n8758571899","geometry":{"type":"Point","coordinates":[-0.285444,51.6002353]},"properties":{"@type":"node","@id":8758571899,"@timestamp":1621795280},"coords":"51.6002353,-0.285444","bedrooms":"3","price":"292000","area":"584"} , +{"type":"Feature","id":"n8758576682","geometry":{"type":"Point","coordinates":[-0.0850139,51.4607578]},"properties":{"@type":"node","@id":8758576682,"@timestamp":1621795512},"coords":"51.4607578,-0.0850139","bedrooms":"0","price":"195000","area":"496"} , +{"type":"Feature","id":"n8758808742","geometry":{"type":"Point","coordinates":[0.1985968,51.2886202]},"properties":{"@type":"node","@id":8758808742,"@timestamp":1621803350},"coords":"51.2886202,0.1985968","bedrooms":"3","price":"221000","area":"560"} , +{"type":"Feature","id":"n8758968666","geometry":{"type":"Point","coordinates":[-0.0099441,51.5019513]},"properties":{"@type":"node","@id":8758968666,"@timestamp":1622321726},"coords":"51.5019513,-0.0099441","bedrooms":"2","price":"282000","area":"491"} , +{"type":"Feature","id":"n8758981819","geometry":{"type":"Point","coordinates":[-0.2785656,51.5979939]},"properties":{"@type":"node","@id":8758981819,"@timestamp":1621810605},"coords":"51.5979939,-0.2785656","bedrooms":"1","price":"283000","area":"698"} , +{"type":"Feature","id":"n8758981851","geometry":{"type":"Point","coordinates":[-0.2807577,51.5988026]},"properties":{"@type":"node","@id":8758981851,"@timestamp":1621810605},"coords":"51.5988026,-0.2807577","bedrooms":"0","price":"168000","area":"624"} , +{"type":"Feature","id":"n8759460074","geometry":{"type":"Point","coordinates":[-0.3566496,51.8968022]},"properties":{"@type":"node","@id":8759460074,"@timestamp":1621834200},"coords":"51.8968022,-0.3566496","bedrooms":"2","price":"182000","area":"682"} , +{"type":"Feature","id":"n8759882419","geometry":{"type":"Point","coordinates":[0.5033296,51.8243077]},"properties":{"@type":"node","@id":8759882419,"@timestamp":1621842204},"coords":"51.8243077,0.5033296","bedrooms":"0","price":"282000","area":"698"} , +{"type":"Feature","id":"n8760275231","geometry":{"type":"Point","coordinates":[-0.1606309,51.4350638]},"properties":{"@type":"node","@id":8760275231,"@timestamp":1621843584},"coords":"51.4350638,-0.1606309","bedrooms":"2","price":"191000","area":"456"} , +{"type":"Feature","id":"n8760275249","geometry":{"type":"Point","coordinates":[-0.1605224,51.4351326]},"properties":{"@type":"node","@id":8760275249,"@timestamp":1621843584},"coords":"51.4351326,-0.1605224","bedrooms":"2","price":"186000","area":"691"} , +{"type":"Feature","id":"n8760275264","geometry":{"type":"Point","coordinates":[-0.1605761,51.4350989]},"properties":{"@type":"node","@id":8760275264,"@timestamp":1621843584},"coords":"51.4350989,-0.1605761","bedrooms":"3","price":"245000","area":"602"} , +{"type":"Feature","id":"n8760503342","geometry":{"type":"Point","coordinates":[-0.4167348,51.4123933]},"properties":{"@type":"node","@id":8760503342,"@timestamp":1621846988},"coords":"51.4123933,-0.4167348","bedrooms":"1","price":"287000","area":"614"} , +{"type":"Feature","id":"n8760505220","geometry":{"type":"Point","coordinates":[-0.4166732,51.4142175]},"properties":{"@type":"node","@id":8760505220,"@timestamp":1621846988},"coords":"51.4142175,-0.4166732","bedrooms":"4","price":"201000","area":"427"} , +{"type":"Feature","id":"n8760505350","geometry":{"type":"Point","coordinates":[-0.4168227,51.4150423]},"properties":{"@type":"node","@id":8760505350,"@timestamp":1621846988},"coords":"51.4150423,-0.4168227","bedrooms":"0","price":"162000","area":"367"} , +{"type":"Feature","id":"n8760689328","geometry":{"type":"Point","coordinates":[-0.4133684,51.4170808]},"properties":{"@type":"node","@id":8760689328,"@timestamp":1621850990},"coords":"51.4170808,-0.4133684","bedrooms":"4","price":"238000","area":"614"} , +{"type":"Feature","id":"n8760905772","geometry":{"type":"Point","coordinates":[-0.4625488,51.4345044]},"properties":{"@type":"node","@id":8760905772,"@timestamp":1621854985},"coords":"51.4345044,-0.4625488","bedrooms":"2","price":"221000","area":"690"} , +{"type":"Feature","id":"n8760905872","geometry":{"type":"Point","coordinates":[-0.4628409,51.4363256]},"properties":{"@type":"node","@id":8760905872,"@timestamp":1621854985},"coords":"51.4363256,-0.4628409","bedrooms":"2","price":"212000","area":"424"} , +{"type":"Feature","id":"n8760905902","geometry":{"type":"Point","coordinates":[-0.4643542,51.4339371]},"properties":{"@type":"node","@id":8760905902,"@timestamp":1623796497},"coords":"51.4339371,-0.4643542","bedrooms":"4","price":"156000","area":"422"} , +{"type":"Feature","id":"n8760993601","geometry":{"type":"Point","coordinates":[-0.2391765,51.5012068]},"properties":{"@type":"node","@id":8760993601,"@timestamp":1621856822},"coords":"51.5012068,-0.2391765","bedrooms":"3","price":"244000","area":"444"} , +{"type":"Feature","id":"n8760993615","geometry":{"type":"Point","coordinates":[-0.238805,51.5020307]},"properties":{"@type":"node","@id":8760993615,"@timestamp":1621856822},"coords":"51.5020307,-0.238805","bedrooms":"4","price":"228000","area":"513"} , +{"type":"Feature","id":"n8760995125","geometry":{"type":"Point","coordinates":[-0.2389969,51.501579]},"properties":{"@type":"node","@id":8760995125,"@timestamp":1621856822},"coords":"51.501579,-0.2389969","bedrooms":"0","price":"221000","area":"622"} , +{"type":"Feature","id":"n8761025404","geometry":{"type":"Point","coordinates":[-0.3501054,51.5894949]},"properties":{"@type":"node","@id":8761025404,"@timestamp":1621857465},"coords":"51.5894949,-0.3501054","bedrooms":"2","price":"206000","area":"678"} , +{"type":"Feature","id":"n8761029018","geometry":{"type":"Point","coordinates":[-0.3448384,51.5920002]},"properties":{"@type":"node","@id":8761029018,"@timestamp":1621857465},"coords":"51.5920002,-0.3448384","bedrooms":"1","price":"195000","area":"504"} , +{"type":"Feature","id":"n8761029029","geometry":{"type":"Point","coordinates":[-0.3467217,51.5872584]},"properties":{"@type":"node","@id":8761029029,"@timestamp":1621857465},"coords":"51.5872584,-0.3467217","bedrooms":"2","price":"182000","area":"551"} , +{"type":"Feature","id":"n8761029061","geometry":{"type":"Point","coordinates":[-0.3405635,51.5813392]},"properties":{"@type":"node","@id":8761029061,"@timestamp":1621857465},"coords":"51.5813392,-0.3405635","bedrooms":"4","price":"205000","area":"470"} , +{"type":"Feature","id":"n8761029087","geometry":{"type":"Point","coordinates":[-0.3405641,51.5813666]},"properties":{"@type":"node","@id":8761029087,"@timestamp":1621857465},"coords":"51.5813666,-0.3405641","bedrooms":"3","price":"218000","area":"554"} , +{"type":"Feature","id":"n8761114011","geometry":{"type":"Point","coordinates":[-0.2384306,51.503142]},"properties":{"@type":"node","@id":8761114011,"@timestamp":1621858775},"coords":"51.503142,-0.2384306","bedrooms":"0","price":"194000","area":"601"} , +{"type":"Feature","id":"n8761195640","geometry":{"type":"Point","coordinates":[-0.4599329,51.4075492]},"properties":{"@type":"node","@id":8761195640,"@timestamp":1621861012},"coords":"51.4075492,-0.4599329","bedrooms":"4","price":"217000","area":"448"} , +{"type":"Feature","id":"n8761195650","geometry":{"type":"Point","coordinates":[-0.4610953,51.4073461]},"properties":{"@type":"node","@id":8761195650,"@timestamp":1621861012},"coords":"51.4073461,-0.4610953","bedrooms":"3","price":"210000","area":"474"} , +{"type":"Feature","id":"n8761249284","geometry":{"type":"Point","coordinates":[-0.2933529,51.8132485]},"properties":{"@type":"node","@id":8761249284,"@timestamp":1621938542},"coords":"51.8132485,-0.2933529","bedrooms":"3","price":"249000","area":"515"} , +{"type":"Feature","id":"n8761450873","geometry":{"type":"Point","coordinates":[-0.0975452,51.5321664]},"properties":{"@type":"node","@id":8761450873,"@timestamp":1621864803},"coords":"51.5321664,-0.0975452","bedrooms":"1","price":"244000","area":"598"} , +{"type":"Feature","id":"n8761450883","geometry":{"type":"Point","coordinates":[-0.0974815,51.5310117]},"properties":{"@type":"node","@id":8761450883,"@timestamp":1621864803},"coords":"51.5310117,-0.0974815","bedrooms":"4","price":"238000","area":"619"} , +{"type":"Feature","id":"n8761755573","geometry":{"type":"Point","coordinates":[-0.1127995,51.4242343]},"properties":{"@type":"node","@id":8761755573,"@timestamp":1621871363},"coords":"51.4242343,-0.1127995","bedrooms":"2","price":"249000","area":"517"} , +{"type":"Feature","id":"n8761763717","geometry":{"type":"Point","coordinates":[-0.1122554,51.4236548]},"properties":{"@type":"node","@id":8761763717,"@timestamp":1621871363},"coords":"51.4236548,-0.1122554","bedrooms":"3","price":"257000","area":"419"} , +{"type":"Feature","id":"n8761763738","geometry":{"type":"Point","coordinates":[-0.1141136,51.4241571]},"properties":{"@type":"node","@id":8761763738,"@timestamp":1621871363},"coords":"51.4241571,-0.1141136","bedrooms":"4","price":"256000","area":"526"} , +{"type":"Feature","id":"n8761763766","geometry":{"type":"Point","coordinates":[-0.1141697,51.4238275]},"properties":{"@type":"node","@id":8761763766,"@timestamp":1621871363},"coords":"51.4238275,-0.1141697","bedrooms":"1","price":"232000","area":"450"} , +{"type":"Feature","id":"n8761973673","geometry":{"type":"Point","coordinates":[-0.1111783,51.4245918]},"properties":{"@type":"node","@id":8761973673,"@timestamp":1621876793},"coords":"51.4245918,-0.1111783","bedrooms":"3","price":"181000","area":"619"} , +{"type":"Feature","id":"n8762006671","geometry":{"type":"Point","coordinates":[-0.1061474,51.45332]},"properties":{"@type":"node","@id":8762006671,"@timestamp":1621876807},"coords":"51.45332,-0.1061474","bedrooms":"0","price":"207000","area":"499"} , +{"type":"Feature","id":"n8762024761","geometry":{"type":"Point","coordinates":[-0.2392156,51.50225]},"properties":{"@type":"node","@id":8762024761,"@timestamp":1621877085},"coords":"51.50225,-0.2392156","bedrooms":"0","price":"265000","area":"585"} , +{"type":"Feature","id":"n8762024771","geometry":{"type":"Point","coordinates":[-0.2394352,51.501799]},"properties":{"@type":"node","@id":8762024771,"@timestamp":1621877085},"coords":"51.501799,-0.2394352","bedrooms":"4","price":"280000","area":"360"} , +{"type":"Feature","id":"n8762027602","geometry":{"type":"Point","coordinates":[-0.0565717,51.426002]},"properties":{"@type":"node","@id":8762027602,"@timestamp":1622666391},"coords":"51.426002,-0.0565717","bedrooms":"2","price":"256000","area":"419"} , +{"type":"Feature","id":"n8762027612","geometry":{"type":"Point","coordinates":[-0.0571592,51.4247194]},"properties":{"@type":"node","@id":8762027612,"@timestamp":1622666391},"coords":"51.4247194,-0.0571592","bedrooms":"1","price":"219000","area":"354"} , +{"type":"Feature","id":"n8762028847","geometry":{"type":"Point","coordinates":[-0.2803857,51.4057823]},"properties":{"@type":"node","@id":8762028847,"@timestamp":1621876699},"coords":"51.4057823,-0.2803857","bedrooms":"2","price":"230000","area":"620"} , +{"type":"Feature","id":"n8762058323","geometry":{"type":"Point","coordinates":[-0.0570198,51.4250109]},"properties":{"@type":"node","@id":8762058323,"@timestamp":1622666391},"coords":"51.4250109,-0.0570198","bedrooms":"2","price":"296000","area":"617"} , +{"type":"Feature","id":"n8762097500","geometry":{"type":"Point","coordinates":[-0.0154957,51.547025]},"properties":{"@type":"node","@id":8762097500,"@timestamp":1621879105},"coords":"51.547025,-0.0154957","bedrooms":"2","price":"233000","area":"683"} , +{"type":"Feature","id":"n8762097510","geometry":{"type":"Point","coordinates":[-0.0156404,51.5471377]},"properties":{"@type":"node","@id":8762097510,"@timestamp":1621879105},"coords":"51.5471377,-0.0156404","bedrooms":"1","price":"190000","area":"438"} , +{"type":"Feature","id":"n8762098478","geometry":{"type":"Point","coordinates":[-0.0571993,51.4261527]},"properties":{"@type":"node","@id":8762098478,"@timestamp":1622496493},"coords":"51.4261527,-0.0571993","bedrooms":"1","price":"200000","area":"458"} , +{"type":"Feature","id":"n8762098488","geometry":{"type":"Point","coordinates":[-0.0571753,51.4262406]},"properties":{"@type":"node","@id":8762098488,"@timestamp":1622496493},"coords":"51.4262406,-0.0571753","bedrooms":"3","price":"252000","area":"614"} , +{"type":"Feature","id":"n8762098498","geometry":{"type":"Point","coordinates":[-0.0571734,51.4262477]},"properties":{"@type":"node","@id":8762098498,"@timestamp":1622496493},"coords":"51.4262477,-0.0571734","bedrooms":"2","price":"290000","area":"547"} , +{"type":"Feature","id":"n8762108117","geometry":{"type":"Point","coordinates":[-0.0159726,51.5472721]},"properties":{"@type":"node","@id":8762108117,"@timestamp":1621879105},"coords":"51.5472721,-0.0159726","bedrooms":"2","price":"260000","area":"528"} , +{"type":"Feature","id":"n8762133304","geometry":{"type":"Point","coordinates":[-0.2406643,51.5016139]},"properties":{"@type":"node","@id":8762133304,"@timestamp":1622021462},"coords":"51.5016139,-0.2406643","bedrooms":"0","price":"164000","area":"447"} , +{"type":"Feature","id":"n8762144347","geometry":{"type":"Point","coordinates":[-0.2402368,51.5015209]},"properties":{"@type":"node","@id":8762144347,"@timestamp":1621880082},"coords":"51.5015209,-0.2402368","bedrooms":"2","price":"276000","area":"615"} , +{"type":"Feature","id":"n8762281867","geometry":{"type":"Point","coordinates":[0.0842442,51.4479276]},"properties":{"@type":"node","@id":8762281867,"@timestamp":1621884673},"coords":"51.4479276,0.0842442","bedrooms":"2","price":"216000","area":"379"} , +{"type":"Feature","id":"n8762431109","geometry":{"type":"Point","coordinates":[0.0347401,51.5549031]},"properties":{"@type":"node","@id":8762431109,"@timestamp":1633713304},"coords":"51.5549031,0.0347401","bedrooms":"0","price":"259000","area":"458"} , +{"type":"Feature","id":"n8762572591","geometry":{"type":"Point","coordinates":[-0.3457012,51.5811501]},"properties":{"@type":"node","@id":8762572591,"@timestamp":1621888555},"coords":"51.5811501,-0.3457012","bedrooms":"3","price":"279000","area":"416"} , +{"type":"Feature","id":"n8762577223","geometry":{"type":"Point","coordinates":[-0.3531063,51.5825963]},"properties":{"@type":"node","@id":8762577223,"@timestamp":1621888555},"coords":"51.5825963,-0.3531063","bedrooms":"4","price":"286000","area":"477"} , +{"type":"Feature","id":"n8762577253","geometry":{"type":"Point","coordinates":[-0.3585207,51.5845369]},"properties":{"@type":"node","@id":8762577253,"@timestamp":1621888555},"coords":"51.5845369,-0.3585207","bedrooms":"2","price":"226000","area":"582"} , +{"type":"Feature","id":"n8762719733","geometry":{"type":"Point","coordinates":[-0.8444949,51.8288989]},"properties":{"@type":"node","@id":8762719733,"@timestamp":1621978359},"coords":"51.8288989,-0.8444949","bedrooms":"1","price":"224000","area":"557"} , +{"type":"Feature","id":"n8762793740","geometry":{"type":"Point","coordinates":[-0.0900847,51.5047127]},"properties":{"@type":"node","@id":8762793740,"@timestamp":1621897331},"coords":"51.5047127,-0.0900847","bedrooms":"2","price":"201000","area":"389"} , +{"type":"Feature","id":"n8762945320","geometry":{"type":"Point","coordinates":[-0.0165836,51.60298]},"properties":{"@type":"node","@id":8762945320,"@timestamp":1621903526},"coords":"51.60298,-0.0165836","bedrooms":"4","price":"225000","area":"606"} , +{"type":"Feature","id":"n8762984856","geometry":{"type":"Point","coordinates":[0.228393,51.4333772]},"properties":{"@type":"node","@id":8762984856,"@timestamp":1621905839},"coords":"51.4333772,0.228393","bedrooms":"1","price":"291000","area":"609"} , +{"type":"Feature","id":"n8762985951","geometry":{"type":"Point","coordinates":[0.2279837,51.4330578]},"properties":{"@type":"node","@id":8762985951,"@timestamp":1621905839},"coords":"51.4330578,0.2279837","bedrooms":"1","price":"221000","area":"560"} , +{"type":"Feature","id":"n8763987135","geometry":{"type":"Point","coordinates":[-0.5779644,51.7629583]},"properties":{"@type":"node","@id":8763987135,"@timestamp":1622157466},"coords":"51.7629583,-0.5779644","bedrooms":"4","price":"196000","area":"584"} , +{"type":"Feature","id":"n8763987146","geometry":{"type":"Point","coordinates":[-0.5777444,51.7628784]},"properties":{"@type":"node","@id":8763987146,"@timestamp":1625529075},"coords":"51.7628784,-0.5777444","bedrooms":"1","price":"246000","area":"382"} , +{"type":"Feature","id":"n8764024065","geometry":{"type":"Point","coordinates":[0.0732958,51.5004645]},"properties":{"@type":"node","@id":8764024065,"@timestamp":1621933145},"coords":"51.5004645,0.0732958","bedrooms":"4","price":"236000","area":"509"} , +{"type":"Feature","id":"n8764024075","geometry":{"type":"Point","coordinates":[0.072746,51.5005102]},"properties":{"@type":"node","@id":8764024075,"@timestamp":1621933145},"coords":"51.5005102,0.072746","bedrooms":"0","price":"168000","area":"602"} , +{"type":"Feature","id":"n8764024085","geometry":{"type":"Point","coordinates":[0.0722011,51.5001859]},"properties":{"@type":"node","@id":8764024085,"@timestamp":1621933145},"coords":"51.5001859,0.0722011","bedrooms":"4","price":"276000","area":"650"} , +{"type":"Feature","id":"n8764024095","geometry":{"type":"Point","coordinates":[0.0712159,51.4997321]},"properties":{"@type":"node","@id":8764024095,"@timestamp":1621933145},"coords":"51.4997321,0.0712159","bedrooms":"0","price":"295000","area":"585"} , +{"type":"Feature","id":"n8764024105","geometry":{"type":"Point","coordinates":[0.0703229,51.499492]},"properties":{"@type":"node","@id":8764024105,"@timestamp":1621933145},"coords":"51.499492,0.0703229","bedrooms":"3","price":"192000","area":"461"} , +{"type":"Feature","id":"n8764083022","geometry":{"type":"Point","coordinates":[-0.4659361,51.3990324]},"properties":{"@type":"node","@id":8764083022,"@timestamp":1621934447},"coords":"51.3990324,-0.4659361","bedrooms":"4","price":"158000","area":"604"} , +{"type":"Feature","id":"n8764083174","geometry":{"type":"Point","coordinates":[-0.4612869,51.3974343]},"properties":{"@type":"node","@id":8764083174,"@timestamp":1621934447},"coords":"51.3974343,-0.4612869","bedrooms":"3","price":"205000","area":"559"} , +{"type":"Feature","id":"n8764283492","geometry":{"type":"Point","coordinates":[0.0680728,51.4992167]},"properties":{"@type":"node","@id":8764283492,"@timestamp":1621938760},"coords":"51.4992167,0.0680728","bedrooms":"0","price":"199000","area":"684"} , +{"type":"Feature","id":"n8764283502","geometry":{"type":"Point","coordinates":[0.0671352,51.4992703]},"properties":{"@type":"node","@id":8764283502,"@timestamp":1621938760},"coords":"51.4992703,0.0671352","bedrooms":"2","price":"210000","area":"513"} , +{"type":"Feature","id":"n8764283512","geometry":{"type":"Point","coordinates":[0.0660029,51.498969]},"properties":{"@type":"node","@id":8764283512,"@timestamp":1621938760},"coords":"51.498969,0.0660029","bedrooms":"3","price":"204000","area":"672"} , +{"type":"Feature","id":"n8764309792","geometry":{"type":"Point","coordinates":[-0.2955883,51.8115888]},"properties":{"@type":"node","@id":8764309792,"@timestamp":1621938542},"coords":"51.8115888,-0.2955883","bedrooms":"1","price":"188000","area":"379"} , +{"type":"Feature","id":"n8764336943","geometry":{"type":"Point","coordinates":[-0.4458713,51.39222]},"properties":{"@type":"node","@id":8764336943,"@timestamp":1621938547},"coords":"51.39222,-0.4458713","bedrooms":"1","price":"167000","area":"604"} , +{"type":"Feature","id":"n8764337041","geometry":{"type":"Point","coordinates":[-0.438121,51.3907849]},"properties":{"@type":"node","@id":8764337041,"@timestamp":1621938547},"coords":"51.3907849,-0.438121","bedrooms":"1","price":"243000","area":"678"} , +{"type":"Feature","id":"n8764337072","geometry":{"type":"Point","coordinates":[-0.4365845,51.3874405]},"properties":{"@type":"node","@id":8764337072,"@timestamp":1621938547},"coords":"51.3874405,-0.4365845","bedrooms":"0","price":"178000","area":"467"} , +{"type":"Feature","id":"n8764345527","geometry":{"type":"Point","coordinates":[0.063104,51.4987043]},"properties":{"@type":"node","@id":8764345527,"@timestamp":1621938760},"coords":"51.4987043,0.063104","bedrooms":"0","price":"186000","area":"671"} , +{"type":"Feature","id":"n8764347557","geometry":{"type":"Point","coordinates":[0.4489377,51.3018142]},"properties":{"@type":"node","@id":8764347557,"@timestamp":1621940100},"coords":"51.3018142,0.4489377","bedrooms":"2","price":"165000","area":"507"} , +{"type":"Feature","id":"n8764421527","geometry":{"type":"Point","coordinates":[0.063078,51.5014223]},"properties":{"@type":"node","@id":8764421527,"@timestamp":1621940365},"coords":"51.5014223,0.063078","bedrooms":"4","price":"246000","area":"520"} , +{"type":"Feature","id":"n8764488697","geometry":{"type":"Point","coordinates":[0.4825774,51.2968647]},"properties":{"@type":"node","@id":8764488697,"@timestamp":1621941936},"coords":"51.2968647,0.4825774","bedrooms":"2","price":"156000","area":"607"} , +{"type":"Feature","id":"n8764497796","geometry":{"type":"Point","coordinates":[0.0706778,51.5012686]},"properties":{"@type":"node","@id":8764497796,"@timestamp":1621942086},"coords":"51.5012686,0.0706778","bedrooms":"0","price":"279000","area":"664"} , +{"type":"Feature","id":"n8764514830","geometry":{"type":"Point","coordinates":[-0.4336757,51.3882835]},"properties":{"@type":"node","@id":8764514830,"@timestamp":1621942312},"coords":"51.3882835,-0.4336757","bedrooms":"2","price":"226000","area":"582"} , +{"type":"Feature","id":"n8764514840","geometry":{"type":"Point","coordinates":[-0.4331181,51.388651]},"properties":{"@type":"node","@id":8764514840,"@timestamp":1621942312},"coords":"51.388651,-0.4331181","bedrooms":"0","price":"269000","area":"595"} , +{"type":"Feature","id":"n8764514850","geometry":{"type":"Point","coordinates":[-0.4334496,51.3875329]},"properties":{"@type":"node","@id":8764514850,"@timestamp":1621942312},"coords":"51.3875329,-0.4334496","bedrooms":"3","price":"171000","area":"550"} , +{"type":"Feature","id":"n8764514872","geometry":{"type":"Point","coordinates":[-0.430143,51.388517]},"properties":{"@type":"node","@id":8764514872,"@timestamp":1621942312},"coords":"51.388517,-0.430143","bedrooms":"1","price":"245000","area":"491"} , +{"type":"Feature","id":"n8764641463","geometry":{"type":"Point","coordinates":[-0.9814166,51.4611729]},"properties":{"@type":"node","@id":8764641463,"@timestamp":1621945606},"coords":"51.4611729,-0.9814166","bedrooms":"3","price":"286000","area":"436"} , +{"type":"Feature","id":"n8764813936","geometry":{"type":"Point","coordinates":[-0.1061776,51.7915547]},"properties":{"@type":"node","@id":8764813936,"@timestamp":1626965810},"coords":"51.7915547,-0.1061776","bedrooms":"4","price":"266000","area":"357"} , +{"type":"Feature","id":"n8764848439","geometry":{"type":"Point","coordinates":[-0.1440152,50.9543619]},"properties":{"@type":"node","@id":8764848439,"@timestamp":1621949606},"coords":"50.9543619,-0.1440152","bedrooms":"2","price":"164000","area":"548"} , +{"type":"Feature","id":"n8765075039","geometry":{"type":"Point","coordinates":[0.0794926,51.4498817]},"properties":{"@type":"node","@id":8765075039,"@timestamp":1621953882},"coords":"51.4498817,0.0794926","bedrooms":"4","price":"230000","area":"588"} , +{"type":"Feature","id":"n8765116869","geometry":{"type":"Point","coordinates":[0.0766119,51.4500731]},"properties":{"@type":"node","@id":8765116869,"@timestamp":1621954418},"coords":"51.4500731,0.0766119","bedrooms":"0","price":"287000","area":"358"} , +{"type":"Feature","id":"n8765238017","geometry":{"type":"Point","coordinates":[0.0754599,51.4501592]},"properties":{"@type":"node","@id":8765238017,"@timestamp":1621955632},"coords":"51.4501592,0.0754599","bedrooms":"1","price":"254000","area":"478"} , +{"type":"Feature","id":"n8765353001","geometry":{"type":"Point","coordinates":[-0.2401802,51.5021785]},"properties":{"@type":"node","@id":8765353001,"@timestamp":1621958295},"coords":"51.5021785,-0.2401802","bedrooms":"4","price":"223000","area":"681"} , +{"type":"Feature","id":"n8765353011","geometry":{"type":"Point","coordinates":[-0.2399524,51.5026295]},"properties":{"@type":"node","@id":8765353011,"@timestamp":1621958295},"coords":"51.5026295,-0.2399524","bedrooms":"0","price":"170000","area":"625"} , +{"type":"Feature","id":"n8765386921","geometry":{"type":"Point","coordinates":[-0.2397221,51.5030856]},"properties":{"@type":"node","@id":8765386921,"@timestamp":1621958295},"coords":"51.5030856,-0.2397221","bedrooms":"3","price":"188000","area":"428"} , +{"type":"Feature","id":"n8765491728","geometry":{"type":"Point","coordinates":[-0.4155561,51.6437952]},"properties":{"@type":"node","@id":8765491728,"@timestamp":1621961309},"coords":"51.6437952,-0.4155561","bedrooms":"2","price":"175000","area":"452"} , +{"type":"Feature","id":"n8765491738","geometry":{"type":"Point","coordinates":[-0.4172557,51.6458069]},"properties":{"@type":"node","@id":8765491738,"@timestamp":1621961309},"coords":"51.6458069,-0.4172557","bedrooms":"3","price":"167000","area":"601"} , +{"type":"Feature","id":"n8765528336","geometry":{"type":"Point","coordinates":[-0.2392263,51.502997]},"properties":{"@type":"node","@id":8765528336,"@timestamp":1621962013},"coords":"51.502997,-0.2392263","bedrooms":"4","price":"287000","area":"397"} , +{"type":"Feature","id":"n8765528395","geometry":{"type":"Point","coordinates":[-0.2394816,51.5024518]},"properties":{"@type":"node","@id":8765528395,"@timestamp":1621962013},"coords":"51.5024518,-0.2394816","bedrooms":"0","price":"271000","area":"615"} , +{"type":"Feature","id":"n8765528425","geometry":{"type":"Point","coordinates":[-0.2397058,51.5019979]},"properties":{"@type":"node","@id":8765528425,"@timestamp":1621962013},"coords":"51.5019979,-0.2397058","bedrooms":"3","price":"192000","area":"429"} , +{"type":"Feature","id":"n8765609053","geometry":{"type":"Point","coordinates":[-0.1285668,51.4242304]},"properties":{"@type":"node","@id":8765609053,"@timestamp":1621964029},"coords":"51.4242304,-0.1285668","bedrooms":"1","price":"208000","area":"697"} , +{"type":"Feature","id":"n8765609086","geometry":{"type":"Point","coordinates":[-0.1293213,51.4241447]},"properties":{"@type":"node","@id":8765609086,"@timestamp":1621964029},"coords":"51.4241447,-0.1293213","bedrooms":"0","price":"168000","area":"557"} , +{"type":"Feature","id":"n8765609116","geometry":{"type":"Point","coordinates":[-0.1287528,51.4233528]},"properties":{"@type":"node","@id":8765609116,"@timestamp":1621964029},"coords":"51.4233528,-0.1287528","bedrooms":"3","price":"152000","area":"467"} , +{"type":"Feature","id":"n8765631831","geometry":{"type":"Point","coordinates":[-0.118331,51.4300343]},"properties":{"@type":"node","@id":8765631831,"@timestamp":1621965174},"coords":"51.4300343,-0.118331","bedrooms":"3","price":"254000","area":"422"} , +{"type":"Feature","id":"n8765632687","geometry":{"type":"Point","coordinates":[0.0834831,51.4391236]},"properties":{"@type":"node","@id":8765632687,"@timestamp":1621963358},"coords":"51.4391236,0.0834831","bedrooms":"0","price":"152000","area":"381"} , +{"type":"Feature","id":"n8765642367","geometry":{"type":"Point","coordinates":[-0.1645951,51.4311352]},"properties":{"@type":"node","@id":8765642367,"@timestamp":1621963939},"coords":"51.4311352,-0.1645951","bedrooms":"1","price":"186000","area":"662"} , +{"type":"Feature","id":"n8765656019","geometry":{"type":"Point","coordinates":[-0.1297282,51.4237286]},"properties":{"@type":"node","@id":8765656019,"@timestamp":1621964029},"coords":"51.4237286,-0.1297282","bedrooms":"3","price":"270000","area":"641"} , +{"type":"Feature","id":"n8765656050","geometry":{"type":"Point","coordinates":[-0.1297799,51.4249601]},"properties":{"@type":"node","@id":8765656050,"@timestamp":1621964029},"coords":"51.4249601,-0.1297799","bedrooms":"3","price":"209000","area":"501"} , +{"type":"Feature","id":"n8765778965","geometry":{"type":"Point","coordinates":[-0.0571407,51.4267895]},"properties":{"@type":"node","@id":8765778965,"@timestamp":1621968139},"coords":"51.4267895,-0.0571407","bedrooms":"2","price":"157000","area":"505"} , +{"type":"Feature","id":"n8765856124","geometry":{"type":"Point","coordinates":[-0.0278418,51.1173806]},"properties":{"@type":"node","@id":8765856124,"@timestamp":1621968785},"coords":"51.1173806,-0.0278418","bedrooms":"3","price":"175000","area":"649"} , +{"type":"Feature","id":"n8766098619","geometry":{"type":"Point","coordinates":[-0.421739,51.6516504]},"properties":{"@type":"node","@id":8766098619,"@timestamp":1621975535},"coords":"51.6516504,-0.421739","bedrooms":"2","price":"282000","area":"470"} , +{"type":"Feature","id":"n8766211219","geometry":{"type":"Point","coordinates":[-0.2069372,51.760181]},"properties":{"@type":"node","@id":8766211219,"@timestamp":1630887142},"coords":"51.760181,-0.2069372","bedrooms":"3","price":"285000","area":"682"} , +{"type":"Feature","id":"n8766246172","geometry":{"type":"Point","coordinates":[-0.1798693,51.4279721]},"properties":{"@type":"node","@id":8766246172,"@timestamp":1621981367},"coords":"51.4279721,-0.1798693","bedrooms":"2","price":"212000","area":"372"} , +{"type":"Feature","id":"n8766246182","geometry":{"type":"Point","coordinates":[-0.1639432,51.4317722]},"properties":{"@type":"node","@id":8766246182,"@timestamp":1621981367},"coords":"51.4317722,-0.1639432","bedrooms":"3","price":"227000","area":"398"} , +{"type":"Feature","id":"n8766413576","geometry":{"type":"Point","coordinates":[-0.3491892,51.6001653]},"properties":{"@type":"node","@id":8766413576,"@timestamp":1621987068},"coords":"51.6001653,-0.3491892","bedrooms":"0","price":"267000","area":"532"} , +{"type":"Feature","id":"n8766413611","geometry":{"type":"Point","coordinates":[-0.3416786,51.5978451]},"properties":{"@type":"node","@id":8766413611,"@timestamp":1621987068},"coords":"51.5978451,-0.3416786","bedrooms":"4","price":"220000","area":"621"} , +{"type":"Feature","id":"n8766464473","geometry":{"type":"Point","coordinates":[0.2361906,51.4338696]},"properties":{"@type":"node","@id":8766464473,"@timestamp":1621986955},"coords":"51.4338696,0.2361906","bedrooms":"2","price":"172000","area":"593"} , +{"type":"Feature","id":"n8766465226","geometry":{"type":"Point","coordinates":[-0.3387905,51.5979759]},"properties":{"@type":"node","@id":8766465226,"@timestamp":1621987068},"coords":"51.5979759,-0.3387905","bedrooms":"2","price":"260000","area":"696"} , +{"type":"Feature","id":"n8766465244","geometry":{"type":"Point","coordinates":[-0.3382596,51.5990456]},"properties":{"@type":"node","@id":8766465244,"@timestamp":1621987068},"coords":"51.5990456,-0.3382596","bedrooms":"3","price":"231000","area":"477"} , +{"type":"Feature","id":"n8766540015","geometry":{"type":"Point","coordinates":[-0.0215287,51.5395419]},"properties":{"@type":"node","@id":8766540015,"@timestamp":1630362719},"coords":"51.5395419,-0.0215287","bedrooms":"4","price":"179000","area":"442"} , +{"type":"Feature","id":"n8767274873","geometry":{"type":"Point","coordinates":[-0.0387558,51.6305806]},"properties":{"@type":"node","@id":8767274873,"@timestamp":1622012226},"coords":"51.6305806,-0.0387558","bedrooms":"3","price":"201000","area":"505"} , +{"type":"Feature","id":"n8767274883","geometry":{"type":"Point","coordinates":[-0.0389632,51.6313165]},"properties":{"@type":"node","@id":8767274883,"@timestamp":1622012226},"coords":"51.6313165,-0.0389632","bedrooms":"4","price":"247000","area":"469"} , +{"type":"Feature","id":"n8767274896","geometry":{"type":"Point","coordinates":[-0.0372311,51.6320377]},"properties":{"@type":"node","@id":8767274896,"@timestamp":1622012226},"coords":"51.6320377,-0.0372311","bedrooms":"3","price":"228000","area":"610"} , +{"type":"Feature","id":"n8767753356","geometry":{"type":"Point","coordinates":[-0.2407144,51.5033968]},"properties":{"@type":"node","@id":8767753356,"@timestamp":1622021462},"coords":"51.5033968,-0.2407144","bedrooms":"0","price":"151000","area":"693"} , +{"type":"Feature","id":"n8767753416","geometry":{"type":"Point","coordinates":[-0.2405856,51.5021048]},"properties":{"@type":"node","@id":8767753416,"@timestamp":1622021462},"coords":"51.5021048,-0.2405856","bedrooms":"1","price":"222000","area":"554"} , +{"type":"Feature","id":"n8767757026","geometry":{"type":"Point","coordinates":[-0.2403159,51.5026371]},"properties":{"@type":"node","@id":8767757026,"@timestamp":1622021462},"coords":"51.5026371,-0.2403159","bedrooms":"4","price":"241000","area":"597"} , +{"type":"Feature","id":"n8767757036","geometry":{"type":"Point","coordinates":[-0.2400904,51.5030824]},"properties":{"@type":"node","@id":8767757036,"@timestamp":1622021462},"coords":"51.5030824,-0.2400904","bedrooms":"3","price":"165000","area":"642"} , +{"type":"Feature","id":"n8767757046","geometry":{"type":"Point","coordinates":[-0.2398599,51.5035376]},"properties":{"@type":"node","@id":8767757046,"@timestamp":1622021462},"coords":"51.5035376,-0.2398599","bedrooms":"4","price":"265000","area":"498"} , +{"type":"Feature","id":"n8768248198","geometry":{"type":"Point","coordinates":[-0.3223873,51.6037683]},"properties":{"@type":"node","@id":8768248198,"@timestamp":1622030403},"coords":"51.6037683,-0.3223873","bedrooms":"2","price":"283000","area":"666"} , +{"type":"Feature","id":"n8768273062","geometry":{"type":"Point","coordinates":[-0.2936216,51.8131296]},"properties":{"@type":"node","@id":8768273062,"@timestamp":1622029807},"coords":"51.8131296,-0.2936216","bedrooms":"1","price":"196000","area":"662"} , +{"type":"Feature","id":"n8768384622","geometry":{"type":"Point","coordinates":[-0.3112423,51.4145086]},"properties":{"@type":"node","@id":8768384622,"@timestamp":1622031331},"coords":"51.4145086,-0.3112423","bedrooms":"1","price":"152000","area":"545"} , +{"type":"Feature","id":"n8768384822","geometry":{"type":"Point","coordinates":[-0.3116869,51.4137607]},"properties":{"@type":"node","@id":8768384822,"@timestamp":1622031331},"coords":"51.4137607,-0.3116869","bedrooms":"0","price":"153000","area":"410"} , +{"type":"Feature","id":"n8768424650","geometry":{"type":"Point","coordinates":[0.057848,51.4278574]},"properties":{"@type":"node","@id":8768424650,"@timestamp":1622032271},"coords":"51.4278574,0.057848","bedrooms":"1","price":"276000","area":"590"} , +{"type":"Feature","id":"n8768444707","geometry":{"type":"Point","coordinates":[-0.3123569,51.4113089]},"properties":{"@type":"node","@id":8768444707,"@timestamp":1622033831},"coords":"51.4113089,-0.3123569","bedrooms":"1","price":"209000","area":"371"} , +{"type":"Feature","id":"n8768454647","geometry":{"type":"Point","coordinates":[0.0624306,51.4309187]},"properties":{"@type":"node","@id":8768454647,"@timestamp":1622033188},"coords":"51.4309187,0.0624306","bedrooms":"4","price":"171000","area":"531"} , +{"type":"Feature","id":"n8768511884","geometry":{"type":"Point","coordinates":[-0.3110576,51.6049812]},"properties":{"@type":"node","@id":8768511884,"@timestamp":1622034930},"coords":"51.6049812,-0.3110576","bedrooms":"4","price":"158000","area":"380"} , +{"type":"Feature","id":"n8768656180","geometry":{"type":"Point","coordinates":[-0.2393598,51.5037259]},"properties":{"@type":"node","@id":8768656180,"@timestamp":1622037297},"coords":"51.5037259,-0.2393598","bedrooms":"3","price":"269000","area":"657"} , +{"type":"Feature","id":"n8768656205","geometry":{"type":"Point","coordinates":[-0.2400571,51.5038987]},"properties":{"@type":"node","@id":8768656205,"@timestamp":1622037297},"coords":"51.5038987,-0.2400571","bedrooms":"2","price":"206000","area":"433"} , +{"type":"Feature","id":"n8768875982","geometry":{"type":"Point","coordinates":[-0.0042607,51.1261473]},"properties":{"@type":"node","@id":8768875982,"@timestamp":1622039508},"coords":"51.1261473,-0.0042607","bedrooms":"3","price":"199000","area":"548"} , +{"type":"Feature","id":"n8769149001","geometry":{"type":"Point","coordinates":[0.4129338,51.8588051]},"properties":{"@type":"node","@id":8769149001,"@timestamp":1622042920},"coords":"51.8588051,0.4129338","bedrooms":"3","price":"225000","area":"632"} , +{"type":"Feature","id":"n8769279213","geometry":{"type":"Point","coordinates":[0.046003,51.5127788]},"properties":{"@type":"node","@id":8769279213,"@timestamp":1622044708},"coords":"51.5127788,0.046003","bedrooms":"2","price":"180000","area":"383"} , +{"type":"Feature","id":"n8769401008","geometry":{"type":"Point","coordinates":[-0.3117961,51.6068673]},"properties":{"@type":"node","@id":8769401008,"@timestamp":1622047640},"coords":"51.6068673,-0.3117961","bedrooms":"1","price":"184000","area":"557"} , +{"type":"Feature","id":"n8769427498","geometry":{"type":"Point","coordinates":[-0.2404234,51.5036261]},"properties":{"@type":"node","@id":8769427498,"@timestamp":1622048298},"coords":"51.5036261,-0.2404234","bedrooms":"4","price":"293000","area":"660"} , +{"type":"Feature","id":"n8769427508","geometry":{"type":"Point","coordinates":[-0.2406272,51.5032048]},"properties":{"@type":"node","@id":8769427508,"@timestamp":1622048298},"coords":"51.5032048,-0.2406272","bedrooms":"1","price":"226000","area":"381"} , +{"type":"Feature","id":"n8769631738","geometry":{"type":"Point","coordinates":[-0.0985337,51.5534078]},"properties":{"@type":"node","@id":8769631738,"@timestamp":1626780182},"coords":"51.5534078,-0.0985337","bedrooms":"1","price":"237000","area":"483"} , +{"type":"Feature","id":"n8769644131","geometry":{"type":"Point","coordinates":[-0.1354298,51.4341292]},"properties":{"@type":"node","@id":8769644131,"@timestamp":1622052746},"coords":"51.4341292,-0.1354298","bedrooms":"0","price":"274000","area":"662"} , +{"type":"Feature","id":"n8769740776","geometry":{"type":"Point","coordinates":[-0.133414,51.4361516]},"properties":{"@type":"node","@id":8769740776,"@timestamp":1622054883},"coords":"51.4361516,-0.133414","bedrooms":"3","price":"211000","area":"487"} , +{"type":"Feature","id":"n8769740802","geometry":{"type":"Point","coordinates":[-0.1328142,51.4370645]},"properties":{"@type":"node","@id":8769740802,"@timestamp":1622054883},"coords":"51.4370645,-0.1328142","bedrooms":"2","price":"238000","area":"469"} , +{"type":"Feature","id":"n8769774041","geometry":{"type":"Point","coordinates":[-0.1314996,51.4385307]},"properties":{"@type":"node","@id":8769774041,"@timestamp":1622054883},"coords":"51.4385307,-0.1314996","bedrooms":"0","price":"286000","area":"564"} , +{"type":"Feature","id":"n8769886318","geometry":{"type":"Point","coordinates":[-0.060774,51.5422189]},"properties":{"@type":"node","@id":8769886318,"@timestamp":1622056861},"coords":"51.5422189,-0.060774","bedrooms":"0","price":"177000","area":"445"} , +{"type":"Feature","id":"n8769916681","geometry":{"type":"Point","coordinates":[0.0700352,51.4477672]},"properties":{"@type":"node","@id":8769916681,"@timestamp":1633096197},"coords":"51.4477672,0.0700352","bedrooms":"3","price":"256000","area":"415"} , +{"type":"Feature","id":"n8770051492","geometry":{"type":"Point","coordinates":[-0.4176082,51.644432]},"properties":{"@type":"node","@id":8770051492,"@timestamp":1622061841},"coords":"51.644432,-0.4176082","bedrooms":"1","price":"246000","area":"601"} , +{"type":"Feature","id":"n8770400405","geometry":{"type":"Point","coordinates":[-0.342289,51.4482069]},"properties":{"@type":"node","@id":8770400405,"@timestamp":1622073455},"coords":"51.4482069,-0.342289","bedrooms":"4","price":"168000","area":"636"} , +{"type":"Feature","id":"n8770416241","geometry":{"type":"Point","coordinates":[-0.3530746,51.5854279]},"properties":{"@type":"node","@id":8770416241,"@timestamp":1622068750},"coords":"51.5854279,-0.3530746","bedrooms":"4","price":"278000","area":"474"} , +{"type":"Feature","id":"n8770438654","geometry":{"type":"Point","coordinates":[-0.1312393,51.4283042]},"properties":{"@type":"node","@id":8770438654,"@timestamp":1622068349},"coords":"51.4283042,-0.1312393","bedrooms":"4","price":"217000","area":"369"} , +{"type":"Feature","id":"n8770456563","geometry":{"type":"Point","coordinates":[0.2367479,51.4361236]},"properties":{"@type":"node","@id":8770456563,"@timestamp":1622068911},"coords":"51.4361236,0.2367479","bedrooms":"4","price":"245000","area":"364"} , +{"type":"Feature","id":"n8770456588","geometry":{"type":"Point","coordinates":[0.236202,51.4355543]},"properties":{"@type":"node","@id":8770456588,"@timestamp":1622068911},"coords":"51.4355543,0.236202","bedrooms":"0","price":"220000","area":"499"} , +{"type":"Feature","id":"n8770528866","geometry":{"type":"Point","coordinates":[0.0446262,51.9770455]},"properties":{"@type":"node","@id":8770528866,"@timestamp":1622073644},"coords":"51.9770455,0.0446262","bedrooms":"2","price":"175000","area":"664"} , +{"type":"Feature","id":"n8770634042","geometry":{"type":"Point","coordinates":[0.2310549,51.4377263]},"properties":{"@type":"node","@id":8770634042,"@timestamp":1622078505},"coords":"51.4377263,0.2310549","bedrooms":"3","price":"269000","area":"457"} , +{"type":"Feature","id":"n8770634060","geometry":{"type":"Point","coordinates":[0.233673,51.437984]},"properties":{"@type":"node","@id":8770634060,"@timestamp":1622078505},"coords":"51.437984,0.233673","bedrooms":"3","price":"171000","area":"613"} , +{"type":"Feature","id":"n8770638141","geometry":{"type":"Point","coordinates":[0.234742,51.4380356]},"properties":{"@type":"node","@id":8770638141,"@timestamp":1622078505},"coords":"51.4380356,0.234742","bedrooms":"2","price":"289000","area":"561"} , +{"type":"Feature","id":"n8770726265","geometry":{"type":"Point","coordinates":[-0.0213695,51.5402088]},"properties":{"@type":"node","@id":8770726265,"@timestamp":1622085084},"coords":"51.5402088,-0.0213695","bedrooms":"4","price":"287000","area":"464"} , +{"type":"Feature","id":"n8770726288","geometry":{"type":"Point","coordinates":[-0.021699,51.538007]},"properties":{"@type":"node","@id":8770726288,"@timestamp":1622085084},"coords":"51.538007,-0.021699","bedrooms":"1","price":"225000","area":"526"} , +{"type":"Feature","id":"n8770741835","geometry":{"type":"Point","coordinates":[-0.0211911,51.5380088]},"properties":{"@type":"node","@id":8770741835,"@timestamp":1622085084},"coords":"51.5380088,-0.0211911","bedrooms":"2","price":"204000","area":"681"} , +{"type":"Feature","id":"n8770873588","geometry":{"type":"Point","coordinates":[-0.2415722,51.5020088]},"properties":{"@type":"node","@id":8770873588,"@timestamp":1622090920},"coords":"51.5020088,-0.2415722","bedrooms":"1","price":"164000","area":"692"} , +{"type":"Feature","id":"n8770920260","geometry":{"type":"Point","coordinates":[-0.2418953,51.5019616]},"properties":{"@type":"node","@id":8770920260,"@timestamp":1622090920},"coords":"51.5019616,-0.2418953","bedrooms":"0","price":"292000","area":"400"} , +{"type":"Feature","id":"n8770994194","geometry":{"type":"Point","coordinates":[-0.2412305,51.5027258]},"properties":{"@type":"node","@id":8770994194,"@timestamp":1622093064},"coords":"51.5027258,-0.2412305","bedrooms":"1","price":"243000","area":"485"} , +{"type":"Feature","id":"n8770994204","geometry":{"type":"Point","coordinates":[-0.2410193,51.5031518]},"properties":{"@type":"node","@id":8770994204,"@timestamp":1622093064},"coords":"51.5031518,-0.2410193","bedrooms":"4","price":"290000","area":"456"} , +{"type":"Feature","id":"n8770994214","geometry":{"type":"Point","coordinates":[-0.2408081,51.5035777]},"properties":{"@type":"node","@id":8770994214,"@timestamp":1622093064},"coords":"51.5035777,-0.2408081","bedrooms":"1","price":"281000","area":"679"} , +{"type":"Feature","id":"n8771005989","geometry":{"type":"Point","coordinates":[-0.2411279,51.5038433]},"properties":{"@type":"node","@id":8771005989,"@timestamp":1622093064},"coords":"51.5038433,-0.2411279","bedrooms":"4","price":"165000","area":"360"} , +{"type":"Feature","id":"n8771577760","geometry":{"type":"Point","coordinates":[0.0539058,51.4289533]},"properties":{"@type":"node","@id":8771577760,"@timestamp":1622103580},"coords":"51.4289533,0.0539058","bedrooms":"3","price":"263000","area":"463"} , +{"type":"Feature","id":"n8771577770","geometry":{"type":"Point","coordinates":[0.0559969,51.429795]},"properties":{"@type":"node","@id":8771577770,"@timestamp":1622103580},"coords":"51.429795,0.0559969","bedrooms":"1","price":"202000","area":"617"} , +{"type":"Feature","id":"n8771712357","geometry":{"type":"Point","coordinates":[-0.0578266,51.4245652]},"properties":{"@type":"node","@id":8771712357,"@timestamp":1622474935},"coords":"51.4245652,-0.0578266","bedrooms":"0","price":"240000","area":"408"} , +{"type":"Feature","id":"n8771712367","geometry":{"type":"Point","coordinates":[-0.0584427,51.4250946]},"properties":{"@type":"node","@id":8771712367,"@timestamp":1622474935},"coords":"51.4250946,-0.0584427","bedrooms":"4","price":"251000","area":"695"} , +{"type":"Feature","id":"n8771960572","geometry":{"type":"Point","coordinates":[-0.3128031,51.4146485]},"properties":{"@type":"node","@id":8771960572,"@timestamp":1622108325},"coords":"51.4146485,-0.3128031","bedrooms":"4","price":"193000","area":"592"} , +{"type":"Feature","id":"n8772056511","geometry":{"type":"Point","coordinates":[-0.2415631,51.5030771]},"properties":{"@type":"node","@id":8772056511,"@timestamp":1622109839},"coords":"51.5030771,-0.2415631","bedrooms":"3","price":"182000","area":"673"} , +{"type":"Feature","id":"n8772276518","geometry":{"type":"Point","coordinates":[-0.0488138,51.5506438]},"properties":{"@type":"node","@id":8772276518,"@timestamp":1622115224},"coords":"51.5506438,-0.0488138","bedrooms":"3","price":"201000","area":"692"} , +{"type":"Feature","id":"n8772376634","geometry":{"type":"Point","coordinates":[-0.0378785,51.6286438]},"properties":{"@type":"node","@id":8772376634,"@timestamp":1622123143},"coords":"51.6286438,-0.0378785","bedrooms":"2","price":"261000","area":"618"} , +{"type":"Feature","id":"n8772392064","geometry":{"type":"Point","coordinates":[-0.0381408,51.6306045]},"properties":{"@type":"node","@id":8772392064,"@timestamp":1622117058},"coords":"51.6306045,-0.0381408","bedrooms":"4","price":"281000","area":"563"} , +{"type":"Feature","id":"n8772416927","geometry":{"type":"Point","coordinates":[-0.4530811,51.3879888]},"properties":{"@type":"node","@id":8772416927,"@timestamp":1622117740},"coords":"51.3879888,-0.4530811","bedrooms":"2","price":"249000","area":"661"} , +{"type":"Feature","id":"n8772527680","geometry":{"type":"Point","coordinates":[-0.3385386,51.601143]},"properties":{"@type":"node","@id":8772527680,"@timestamp":1622122261},"coords":"51.601143,-0.3385386","bedrooms":"1","price":"222000","area":"522"} , +{"type":"Feature","id":"n8772596073","geometry":{"type":"Point","coordinates":[-0.0347239,51.6306834]},"properties":{"@type":"node","@id":8772596073,"@timestamp":1622123143},"coords":"51.6306834,-0.0347239","bedrooms":"1","price":"158000","area":"685"} , +{"type":"Feature","id":"n8772596083","geometry":{"type":"Point","coordinates":[-0.0357176,51.6282958]},"properties":{"@type":"node","@id":8772596083,"@timestamp":1622123143},"coords":"51.6282958,-0.0357176","bedrooms":"0","price":"282000","area":"392"} , +{"type":"Feature","id":"n8772597145","geometry":{"type":"Point","coordinates":[0.0569266,51.4273567]},"properties":{"@type":"node","@id":8772597145,"@timestamp":1622122757},"coords":"51.4273567,0.0569266","bedrooms":"1","price":"255000","area":"494"} , +{"type":"Feature","id":"n8772597155","geometry":{"type":"Point","coordinates":[0.0579866,51.4265887]},"properties":{"@type":"node","@id":8772597155,"@timestamp":1622122757},"coords":"51.4265887,0.0579866","bedrooms":"0","price":"196000","area":"527"} , +{"type":"Feature","id":"n8772614992","geometry":{"type":"Point","coordinates":[-0.2420543,51.5022524]},"properties":{"@type":"node","@id":8772614992,"@timestamp":1622122660},"coords":"51.5022524,-0.2420543","bedrooms":"3","price":"237000","area":"653"} , +{"type":"Feature","id":"n8772626724","geometry":{"type":"Point","coordinates":[-0.2419699,51.5027195]},"properties":{"@type":"node","@id":8772626724,"@timestamp":1622122660},"coords":"51.5027195,-0.2419699","bedrooms":"2","price":"252000","area":"532"} , +{"type":"Feature","id":"n8772626734","geometry":{"type":"Point","coordinates":[-0.2418804,51.5032147]},"properties":{"@type":"node","@id":8772626734,"@timestamp":1622122660},"coords":"51.5032147,-0.2418804","bedrooms":"0","price":"158000","area":"560"} , +{"type":"Feature","id":"n8772632024","geometry":{"type":"Point","coordinates":[0.0570667,51.4258169]},"properties":{"@type":"node","@id":8772632024,"@timestamp":1622122757},"coords":"51.4258169,0.0570667","bedrooms":"0","price":"222000","area":"360"} , +{"type":"Feature","id":"n8772633197","geometry":{"type":"Point","coordinates":[-0.3372751,51.6006526]},"properties":{"@type":"node","@id":8772633197,"@timestamp":1622122819},"coords":"51.6006526,-0.3372751","bedrooms":"0","price":"239000","area":"439"} , +{"type":"Feature","id":"n8772648283","geometry":{"type":"Point","coordinates":[-0.0387809,51.6295779]},"properties":{"@type":"node","@id":8772648283,"@timestamp":1622123143},"coords":"51.6295779,-0.0387809","bedrooms":"4","price":"272000","area":"405"} , +{"type":"Feature","id":"n8772648293","geometry":{"type":"Point","coordinates":[-0.0385457,51.6300788]},"properties":{"@type":"node","@id":8772648293,"@timestamp":1622123143},"coords":"51.6300788,-0.0385457","bedrooms":"2","price":"219000","area":"370"} , +{"type":"Feature","id":"n8772648311","geometry":{"type":"Point","coordinates":[-0.0389162,51.6311367]},"properties":{"@type":"node","@id":8772648311,"@timestamp":1622123143},"coords":"51.6311367,-0.0389162","bedrooms":"3","price":"221000","area":"422"} , +{"type":"Feature","id":"n8772648321","geometry":{"type":"Point","coordinates":[-0.0383931,51.6309106]},"properties":{"@type":"node","@id":8772648321,"@timestamp":1622123143},"coords":"51.6309106,-0.0383931","bedrooms":"2","price":"205000","area":"543"} , +{"type":"Feature","id":"n8772648331","geometry":{"type":"Point","coordinates":[-0.0393011,51.6308707]},"properties":{"@type":"node","@id":8772648331,"@timestamp":1622123143},"coords":"51.6308707,-0.0393011","bedrooms":"1","price":"189000","area":"473"} , +{"type":"Feature","id":"n8772648341","geometry":{"type":"Point","coordinates":[-0.038074,51.6315708]},"properties":{"@type":"node","@id":8772648341,"@timestamp":1622123143},"coords":"51.6315708,-0.038074","bedrooms":"4","price":"259000","area":"557"} , +{"type":"Feature","id":"n8772648351","geometry":{"type":"Point","coordinates":[-0.0386272,51.6317701]},"properties":{"@type":"node","@id":8772648351,"@timestamp":1622123143},"coords":"51.6317701,-0.0386272","bedrooms":"2","price":"298000","area":"450"} , +{"type":"Feature","id":"n8772648361","geometry":{"type":"Point","coordinates":[-0.0387961,51.6319716]},"properties":{"@type":"node","@id":8772648361,"@timestamp":1622123143},"coords":"51.6319716,-0.0387961","bedrooms":"1","price":"211000","area":"485"} , +{"type":"Feature","id":"n8772648371","geometry":{"type":"Point","coordinates":[-0.0384796,51.6302372]},"properties":{"@type":"node","@id":8772648371,"@timestamp":1622123143},"coords":"51.6302372,-0.0384796","bedrooms":"2","price":"166000","area":"397"} , +{"type":"Feature","id":"n8772648381","geometry":{"type":"Point","coordinates":[-0.0388893,51.6298696]},"properties":{"@type":"node","@id":8772648381,"@timestamp":1622123143},"coords":"51.6298696,-0.0388893","bedrooms":"3","price":"152000","area":"421"} , +{"type":"Feature","id":"n8772667084","geometry":{"type":"Point","coordinates":[-0.7787703,51.9499095]},"properties":{"@type":"node","@id":8772667084,"@timestamp":1622123885},"coords":"51.9499095,-0.7787703","bedrooms":"3","price":"254000","area":"565"} , +{"type":"Feature","id":"n8772715883","geometry":{"type":"Point","coordinates":[-0.3399395,51.5963874]},"properties":{"@type":"node","@id":8772715883,"@timestamp":1622125391},"coords":"51.5963874,-0.3399395","bedrooms":"2","price":"273000","area":"382"} , +{"type":"Feature","id":"n8773017449","geometry":{"type":"Point","coordinates":[-0.4684673,51.4285548]},"properties":{"@type":"node","@id":8773017449,"@timestamp":1622130229},"coords":"51.4285548,-0.4684673","bedrooms":"3","price":"273000","area":"599"} , +{"type":"Feature","id":"n8773324134","geometry":{"type":"Point","coordinates":[-0.2426162,51.502883]},"properties":{"@type":"node","@id":8773324134,"@timestamp":1622137661},"coords":"51.502883,-0.2426162","bedrooms":"1","price":"275000","area":"409"} , +{"type":"Feature","id":"n8773341507","geometry":{"type":"Point","coordinates":[-0.3567661,51.4421188]},"properties":{"@type":"node","@id":8773341507,"@timestamp":1622403015},"coords":"51.4421188,-0.3567661","bedrooms":"2","price":"298000","area":"365"} , +{"type":"Feature","id":"n8773396155","geometry":{"type":"Point","coordinates":[-0.6670162,51.9038051]},"properties":{"@type":"node","@id":8773396155,"@timestamp":1622139654},"coords":"51.9038051,-0.6670162","bedrooms":"3","price":"195000","area":"491"} , +{"type":"Feature","id":"n8773396231","geometry":{"type":"Point","coordinates":[-0.6703852,51.9129972]},"properties":{"@type":"node","@id":8773396231,"@timestamp":1622139654},"coords":"51.9129972,-0.6703852","bedrooms":"3","price":"239000","area":"552"} , +{"type":"Feature","id":"n8773402651","geometry":{"type":"Point","coordinates":[-0.0580821,51.4231573]},"properties":{"@type":"node","@id":8773402651,"@timestamp":1622228069},"coords":"51.4231573,-0.0580821","bedrooms":"1","price":"165000","area":"523"} , +{"type":"Feature","id":"n8773520961","geometry":{"type":"Point","coordinates":[0.5364249,51.2655572]},"properties":{"@type":"node","@id":8773520961,"@timestamp":1622142672},"coords":"51.2655572,0.5364249","bedrooms":"3","price":"296000","area":"652"} , +{"type":"Feature","id":"n8773537327","geometry":{"type":"Point","coordinates":[0.5269079,51.2625836]},"properties":{"@type":"node","@id":8773537327,"@timestamp":1622143176},"coords":"51.2625836,0.5269079","bedrooms":"4","price":"256000","area":"560"} , +{"type":"Feature","id":"n8773837570","geometry":{"type":"Point","coordinates":[0.0421191,51.5322086]},"properties":{"@type":"node","@id":8773837570,"@timestamp":1622149510},"coords":"51.5322086,0.0421191","bedrooms":"3","price":"175000","area":"542"} , +{"type":"Feature","id":"n8773969822","geometry":{"type":"Point","coordinates":[-0.4351709,51.650232]},"properties":{"@type":"node","@id":8773969822,"@timestamp":1622154139},"coords":"51.650232,-0.4351709","bedrooms":"3","price":"228000","area":"387"} , +{"type":"Feature","id":"n8773983184","geometry":{"type":"Point","coordinates":[-0.7424736,51.3386776]},"properties":{"@type":"node","@id":8773983184,"@timestamp":1622155072},"coords":"51.3386776,-0.7424736","bedrooms":"4","price":"266000","area":"435"} , +{"type":"Feature","id":"n8773983196","geometry":{"type":"Point","coordinates":[-0.7427229,51.3373823]},"properties":{"@type":"node","@id":8773983196,"@timestamp":1622155072},"coords":"51.3373823,-0.7427229","bedrooms":"1","price":"220000","area":"557"} , +{"type":"Feature","id":"n8773994587","geometry":{"type":"Point","coordinates":[0.5273738,51.8654906]},"properties":{"@type":"node","@id":8773994587,"@timestamp":1622155533},"coords":"51.8654906,0.5273738","bedrooms":"3","price":"217000","area":"688"} , +{"type":"Feature","id":"n8774032435","geometry":{"type":"Point","coordinates":[-0.5732167,51.7621085]},"properties":{"@type":"node","@id":8774032435,"@timestamp":1622157466},"coords":"51.7621085,-0.5732167","bedrooms":"1","price":"184000","area":"605"} , +{"type":"Feature","id":"n8774129119","geometry":{"type":"Point","coordinates":[0.2186611,51.4339997]},"properties":{"@type":"node","@id":8774129119,"@timestamp":1622162440},"coords":"51.4339997,0.2186611","bedrooms":"4","price":"289000","area":"698"} , +{"type":"Feature","id":"n8774129414","geometry":{"type":"Point","coordinates":[0.2254377,51.4353411]},"properties":{"@type":"node","@id":8774129414,"@timestamp":1622162440},"coords":"51.4353411,0.2254377","bedrooms":"3","price":"289000","area":"534"} , +{"type":"Feature","id":"n8774830958","geometry":{"type":"Point","coordinates":[-0.1924077,51.4099892]},"properties":{"@type":"node","@id":8774830958,"@timestamp":1622166165},"coords":"51.4099892,-0.1924077","bedrooms":"4","price":"160000","area":"541"} , +{"type":"Feature","id":"n8775571281","geometry":{"type":"Point","coordinates":[-0.8095617,51.3962468]},"properties":{"@type":"node","@id":8775571281,"@timestamp":1622186905},"coords":"51.3962468,-0.8095617","bedrooms":"0","price":"184000","area":"430"} , +{"type":"Feature","id":"n8775601602","geometry":{"type":"Point","coordinates":[-0.2424852,51.5023013]},"properties":{"@type":"node","@id":8775601602,"@timestamp":1622187439},"coords":"51.5023013,-0.2424852","bedrooms":"0","price":"208000","area":"360"} , +{"type":"Feature","id":"n8775641366","geometry":{"type":"Point","coordinates":[-0.0372098,51.6289904]},"properties":{"@type":"node","@id":8775641366,"@timestamp":1622188149},"coords":"51.6289904,-0.0372098","bedrooms":"4","price":"215000","area":"443"} , +{"type":"Feature","id":"n8775757433","geometry":{"type":"Point","coordinates":[-0.0593217,51.4239233]},"properties":{"@type":"node","@id":8775757433,"@timestamp":1623356753},"coords":"51.4239233,-0.0593217","bedrooms":"0","price":"282000","area":"489"} , +{"type":"Feature","id":"n8775757444","geometry":{"type":"Point","coordinates":[-0.058812,51.4233943]},"properties":{"@type":"node","@id":8775757444,"@timestamp":1623356753},"coords":"51.4233943,-0.058812","bedrooms":"2","price":"253000","area":"632"} , +{"type":"Feature","id":"n8775862373","geometry":{"type":"Point","coordinates":[-0.4789093,51.4147095]},"properties":{"@type":"node","@id":8775862373,"@timestamp":1622192595},"coords":"51.4147095,-0.4789093","bedrooms":"1","price":"182000","area":"434"} , +{"type":"Feature","id":"n8775862503","geometry":{"type":"Point","coordinates":[-0.4482507,51.4220226]},"properties":{"@type":"node","@id":8775862503,"@timestamp":1622192595},"coords":"51.4220226,-0.4482507","bedrooms":"0","price":"278000","area":"413"} , +{"type":"Feature","id":"n8775862543","geometry":{"type":"Point","coordinates":[-0.4544906,51.423242]},"properties":{"@type":"node","@id":8775862543,"@timestamp":1622192595},"coords":"51.423242,-0.4544906","bedrooms":"1","price":"226000","area":"683"} , +{"type":"Feature","id":"n8775862553","geometry":{"type":"Point","coordinates":[-0.45062,51.4231435]},"properties":{"@type":"node","@id":8775862553,"@timestamp":1622192595},"coords":"51.4231435,-0.45062","bedrooms":"4","price":"267000","area":"405"} , +{"type":"Feature","id":"n8775939440","geometry":{"type":"Point","coordinates":[-0.2424004,51.5033712]},"properties":{"@type":"node","@id":8775939440,"@timestamp":1622194186},"coords":"51.5033712,-0.2424004","bedrooms":"2","price":"169000","area":"366"} , +{"type":"Feature","id":"n8776023348","geometry":{"type":"Point","coordinates":[-0.3333482,51.5993705]},"properties":{"@type":"node","@id":8776023348,"@timestamp":1622195908},"coords":"51.5993705,-0.3333482","bedrooms":"1","price":"234000","area":"691"} , +{"type":"Feature","id":"n8776110520","geometry":{"type":"Point","coordinates":[0.2841094,51.8635639]},"properties":{"@type":"node","@id":8776110520,"@timestamp":1622197816},"coords":"51.8635639,0.2841094","bedrooms":"0","price":"184000","area":"611"} , +{"type":"Feature","id":"n8776437930","geometry":{"type":"Point","coordinates":[0.3672426,51.9198972]},"properties":{"@type":"node","@id":8776437930,"@timestamp":1622202395},"coords":"51.9198972,0.3672426","bedrooms":"1","price":"188000","area":"404"} , +{"type":"Feature","id":"n8776593019","geometry":{"type":"Point","coordinates":[-0.5321028,51.4164881]},"properties":{"@type":"node","@id":8776593019,"@timestamp":1622206418},"coords":"51.4164881,-0.5321028","bedrooms":"1","price":"156000","area":"457"} , +{"type":"Feature","id":"n8776731803","geometry":{"type":"Point","coordinates":[0.4826307,51.9439581]},"properties":{"@type":"node","@id":8776731803,"@timestamp":1622211070},"coords":"51.9439581,0.4826307","bedrooms":"4","price":"215000","area":"510"} , +{"type":"Feature","id":"n8776999743","geometry":{"type":"Point","coordinates":[0.2031573,51.8574453]},"properties":{"@type":"node","@id":8776999743,"@timestamp":1622216004},"coords":"51.8574453,0.2031573","bedrooms":"0","price":"179000","area":"479"} , +{"type":"Feature","id":"n8777045385","geometry":{"type":"Point","coordinates":[-0.2427952,51.5038024]},"properties":{"@type":"node","@id":8777045385,"@timestamp":1622217380},"coords":"51.5038024,-0.2427952","bedrooms":"1","price":"274000","area":"395"} , +{"type":"Feature","id":"n8777169148","geometry":{"type":"Point","coordinates":[-0.6787811,51.5221222]},"properties":{"@type":"node","@id":8777169148,"@timestamp":1622221023},"coords":"51.5221222,-0.6787811","bedrooms":"2","price":"154000","area":"532"} , +{"type":"Feature","id":"n8777199251","geometry":{"type":"Point","coordinates":[0.6892593,51.7404235]},"properties":{"@type":"node","@id":8777199251,"@timestamp":1622222894},"coords":"51.7404235,0.6892593","bedrooms":"4","price":"164000","area":"467"} , +{"type":"Feature","id":"n8777241414","geometry":{"type":"Point","coordinates":[-0.23512,51.5045109]},"properties":{"@type":"node","@id":8777241414,"@timestamp":1622223858},"coords":"51.5045109,-0.23512","bedrooms":"2","price":"245000","area":"654"} , +{"type":"Feature","id":"n8777265120","geometry":{"type":"Point","coordinates":[-0.2349953,51.5041904]},"properties":{"@type":"node","@id":8777265120,"@timestamp":1622223858},"coords":"51.5041904,-0.2349953","bedrooms":"3","price":"258000","area":"653"} , +{"type":"Feature","id":"n8777281205","geometry":{"type":"Point","coordinates":[-0.6130865,51.7034339]},"properties":{"@type":"node","@id":8777281205,"@timestamp":1622225506},"coords":"51.7034339,-0.6130865","bedrooms":"4","price":"269000","area":"670"} , +{"type":"Feature","id":"n8777342058","geometry":{"type":"Point","coordinates":[-0.5351994,51.724372]},"properties":{"@type":"node","@id":8777342058,"@timestamp":1622226695},"coords":"51.724372,-0.5351994","bedrooms":"1","price":"220000","area":"515"} , +{"type":"Feature","id":"n8777364195","geometry":{"type":"Point","coordinates":[-0.13104,51.4495645]},"properties":{"@type":"node","@id":8777364195,"@timestamp":1622228505},"coords":"51.4495645,-0.13104","bedrooms":"3","price":"191000","area":"686"} , +{"type":"Feature","id":"n8777423321","geometry":{"type":"Point","coordinates":[-0.1304867,51.4493222]},"properties":{"@type":"node","@id":8777423321,"@timestamp":1622228505},"coords":"51.4493222,-0.1304867","bedrooms":"1","price":"224000","area":"474"} , +{"type":"Feature","id":"n8777423342","geometry":{"type":"Point","coordinates":[-0.1300184,51.4489616]},"properties":{"@type":"node","@id":8777423342,"@timestamp":1622228505},"coords":"51.4489616,-0.1300184","bedrooms":"4","price":"245000","area":"539"} , +{"type":"Feature","id":"n8777450348","geometry":{"type":"Point","coordinates":[-0.3608176,51.5851917]},"properties":{"@type":"node","@id":8777450348,"@timestamp":1631124284},"coords":"51.5851917,-0.3608176","bedrooms":"4","price":"248000","area":"381"} , +{"type":"Feature","id":"n8777450400","geometry":{"type":"Point","coordinates":[-0.3584967,51.5887172]},"properties":{"@type":"node","@id":8777450400,"@timestamp":1622230237},"coords":"51.5887172,-0.3584967","bedrooms":"2","price":"176000","area":"415"} , +{"type":"Feature","id":"n8777511890","geometry":{"type":"Point","coordinates":[0.1054517,51.4271001]},"properties":{"@type":"node","@id":8777511890,"@timestamp":1622230815},"coords":"51.4271001,0.1054517","bedrooms":"1","price":"230000","area":"596"} , +{"type":"Feature","id":"n8777613095","geometry":{"type":"Point","coordinates":[-0.3849076,51.593385]},"properties":{"@type":"node","@id":8777613095,"@timestamp":1622235262},"coords":"51.593385,-0.3849076","bedrooms":"1","price":"230000","area":"610"} , +{"type":"Feature","id":"n8777613118","geometry":{"type":"Point","coordinates":[-0.3843337,51.5934833]},"properties":{"@type":"node","@id":8777613118,"@timestamp":1622235262},"coords":"51.5934833,-0.3843337","bedrooms":"2","price":"263000","area":"640"} , +{"type":"Feature","id":"n8777618387","geometry":{"type":"Point","coordinates":[-0.3846115,51.5930359]},"properties":{"@type":"node","@id":8777618387,"@timestamp":1622235738},"coords":"51.5930359,-0.3846115","bedrooms":"2","price":"298000","area":"618"} , +{"type":"Feature","id":"n8777639676","geometry":{"type":"Point","coordinates":[-0.3535073,51.5877269]},"properties":{"@type":"node","@id":8777639676,"@timestamp":1622237070},"coords":"51.5877269,-0.3535073","bedrooms":"2","price":"168000","area":"666"} , +{"type":"Feature","id":"n8777639697","geometry":{"type":"Point","coordinates":[-0.3518457,51.5881408]},"properties":{"@type":"node","@id":8777639697,"@timestamp":1622237070},"coords":"51.5881408,-0.3518457","bedrooms":"4","price":"291000","area":"602"} , +{"type":"Feature","id":"n8777639709","geometry":{"type":"Point","coordinates":[-0.3520009,51.5894116]},"properties":{"@type":"node","@id":8777639709,"@timestamp":1622237070},"coords":"51.5894116,-0.3520009","bedrooms":"0","price":"272000","area":"404"} , +{"type":"Feature","id":"n8778554944","geometry":{"type":"Point","coordinates":[-0.306863,51.4220003]},"properties":{"@type":"node","@id":8778554944,"@timestamp":1622278573},"coords":"51.4220003,-0.306863","bedrooms":"3","price":"274000","area":"350"} , +{"type":"Feature","id":"n8778581669","geometry":{"type":"Point","coordinates":[-0.3391753,51.5899292]},"properties":{"@type":"node","@id":8778581669,"@timestamp":1622279140},"coords":"51.5899292,-0.3391753","bedrooms":"3","price":"189000","area":"490"} , +{"type":"Feature","id":"n8778581689","geometry":{"type":"Point","coordinates":[-0.3394783,51.5904304]},"properties":{"@type":"node","@id":8778581689,"@timestamp":1622279140},"coords":"51.5904304,-0.3394783","bedrooms":"4","price":"244000","area":"459"} , +{"type":"Feature","id":"n8778581711","geometry":{"type":"Point","coordinates":[-0.3378392,51.5948002]},"properties":{"@type":"node","@id":8778581711,"@timestamp":1622279140},"coords":"51.5948002,-0.3378392","bedrooms":"3","price":"173000","area":"568"} , +{"type":"Feature","id":"n8778582397","geometry":{"type":"Point","coordinates":[-0.3343966,51.5852598]},"properties":{"@type":"node","@id":8778582397,"@timestamp":1622280168},"coords":"51.5852598,-0.3343966","bedrooms":"3","price":"185000","area":"541"} , +{"type":"Feature","id":"n8778684306","geometry":{"type":"Point","coordinates":[-0.4155193,51.8199186]},"properties":{"@type":"node","@id":8778684306,"@timestamp":1622286159},"coords":"51.8199186,-0.4155193","bedrooms":"2","price":"244000","area":"400"} , +{"type":"Feature","id":"n8778731918","geometry":{"type":"Point","coordinates":[-0.0581815,51.5528695]},"properties":{"@type":"node","@id":8778731918,"@timestamp":1622285670},"coords":"51.5528695,-0.0581815","bedrooms":"0","price":"154000","area":"673"} , +{"type":"Feature","id":"n8778748219","geometry":{"type":"Point","coordinates":[-0.0629307,51.5545383]},"properties":{"@type":"node","@id":8778748219,"@timestamp":1622286193},"coords":"51.5545383,-0.0629307","bedrooms":"1","price":"171000","area":"625"} , +{"type":"Feature","id":"n8778753972","geometry":{"type":"Point","coordinates":[0.2164228,51.4332045]},"properties":{"@type":"node","@id":8778753972,"@timestamp":1622286478},"coords":"51.4332045,0.2164228","bedrooms":"0","price":"280000","area":"641"} , +{"type":"Feature","id":"n8778772734","geometry":{"type":"Point","coordinates":[-0.3629181,51.4794238]},"properties":{"@type":"node","@id":8778772734,"@timestamp":1630768169},"coords":"51.4794238,-0.3629181","bedrooms":"4","price":"242000","area":"679"} , +{"type":"Feature","id":"n8778858056","geometry":{"type":"Point","coordinates":[-0.0606308,51.5512455]},"properties":{"@type":"node","@id":8778858056,"@timestamp":1622291857},"coords":"51.5512455,-0.0606308","bedrooms":"1","price":"215000","area":"506"} , +{"type":"Feature","id":"n8778865475","geometry":{"type":"Point","coordinates":[0.0732431,51.4572593]},"properties":{"@type":"node","@id":8778865475,"@timestamp":1622292172},"coords":"51.4572593,0.0732431","bedrooms":"1","price":"292000","area":"488"} , +{"type":"Feature","id":"n8778865486","geometry":{"type":"Point","coordinates":[0.066091,51.4536275]},"properties":{"@type":"node","@id":8778865486,"@timestamp":1622292172},"coords":"51.4536275,0.066091","bedrooms":"1","price":"207000","area":"616"} , +{"type":"Feature","id":"n8779061926","geometry":{"type":"Point","coordinates":[-0.3226166,51.5957011]},"properties":{"@type":"node","@id":8779061926,"@timestamp":1622299878},"coords":"51.5957011,-0.3226166","bedrooms":"0","price":"255000","area":"572"} , +{"type":"Feature","id":"n8779061950","geometry":{"type":"Point","coordinates":[-0.3290573,51.5958526]},"properties":{"@type":"node","@id":8779061950,"@timestamp":1622299878},"coords":"51.5958526,-0.3290573","bedrooms":"4","price":"189000","area":"469"} , +{"type":"Feature","id":"n8779068235","geometry":{"type":"Point","coordinates":[-0.329622,51.5940534]},"properties":{"@type":"node","@id":8779068235,"@timestamp":1622300192},"coords":"51.5940534,-0.329622","bedrooms":"4","price":"292000","area":"351"} , +{"type":"Feature","id":"n8779068245","geometry":{"type":"Point","coordinates":[-0.3290475,51.5931168]},"properties":{"@type":"node","@id":8779068245,"@timestamp":1622300192},"coords":"51.5931168,-0.3290475","bedrooms":"3","price":"195000","area":"651"} , +{"type":"Feature","id":"n8779116326","geometry":{"type":"Point","coordinates":[0.2159639,51.4332331]},"properties":{"@type":"node","@id":8779116326,"@timestamp":1622302496},"coords":"51.4332331,0.2159639","bedrooms":"4","price":"271000","area":"364"} , +{"type":"Feature","id":"n8779133575","geometry":{"type":"Point","coordinates":[0.8100488,51.9594364]},"properties":{"@type":"node","@id":8779133575,"@timestamp":1622303877},"coords":"51.9594364,0.8100488","bedrooms":"2","price":"206000","area":"654"} , +{"type":"Feature","id":"n8779148667","geometry":{"type":"Point","coordinates":[-0.2362543,51.5046087]},"properties":{"@type":"node","@id":8779148667,"@timestamp":1622306042},"coords":"51.5046087,-0.2362543","bedrooms":"3","price":"194000","area":"459"} , +{"type":"Feature","id":"n8779149294","geometry":{"type":"Point","coordinates":[-0.2352032,51.5038961]},"properties":{"@type":"node","@id":8779149294,"@timestamp":1622303997},"coords":"51.5038961,-0.2352032","bedrooms":"4","price":"250000","area":"542"} , +{"type":"Feature","id":"n8779149359","geometry":{"type":"Point","coordinates":[-0.2355456,51.5041463]},"properties":{"@type":"node","@id":8779149359,"@timestamp":1622303997},"coords":"51.5041463,-0.2355456","bedrooms":"4","price":"290000","area":"587"} , +{"type":"Feature","id":"n8779167003","geometry":{"type":"Point","coordinates":[-0.066611,51.4295038]},"properties":{"@type":"node","@id":8779167003,"@timestamp":1622305313},"coords":"51.4295038,-0.066611","bedrooms":"4","price":"173000","area":"580"} , +{"type":"Feature","id":"n8779174517","geometry":{"type":"Point","coordinates":[-0.0680242,51.4285197]},"properties":{"@type":"node","@id":8779174517,"@timestamp":1622305313},"coords":"51.4285197,-0.0680242","bedrooms":"0","price":"259000","area":"485"} , +{"type":"Feature","id":"n8779242122","geometry":{"type":"Point","coordinates":[-0.1405443,51.564319]},"properties":{"@type":"node","@id":8779242122,"@timestamp":1622308912},"coords":"51.564319,-0.1405443","bedrooms":"3","price":"163000","area":"659"} , +{"type":"Feature","id":"n8779283176","geometry":{"type":"Point","coordinates":[0.0264098,51.4619994]},"properties":{"@type":"node","@id":8779283176,"@timestamp":1622311360},"coords":"51.4619994,0.0264098","bedrooms":"2","price":"210000","area":"458"} , +{"type":"Feature","id":"n8779418887","geometry":{"type":"Point","coordinates":[-0.1428244,51.4423805]},"properties":{"@type":"node","@id":8779418887,"@timestamp":1622314490},"coords":"51.4423805,-0.1428244","bedrooms":"2","price":"170000","area":"439"} , +{"type":"Feature","id":"n8779418897","geometry":{"type":"Point","coordinates":[-0.1433648,51.4434003]},"properties":{"@type":"node","@id":8779418897,"@timestamp":1622314490},"coords":"51.4434003,-0.1433648","bedrooms":"2","price":"224000","area":"375"} , +{"type":"Feature","id":"n8779584237","geometry":{"type":"Point","coordinates":[-0.0005465,51.6092004]},"properties":{"@type":"node","@id":8779584237,"@timestamp":1622320359},"coords":"51.6092004,-0.0005465","bedrooms":"2","price":"198000","area":"389"} , +{"type":"Feature","id":"n8779668456","geometry":{"type":"Point","coordinates":[-0.2987454,51.404213]},"properties":{"@type":"node","@id":8779668456,"@timestamp":1622322576},"coords":"51.404213,-0.2987454","bedrooms":"1","price":"272000","area":"418"} , +{"type":"Feature","id":"n8779669304","geometry":{"type":"Point","coordinates":[-0.1581138,51.4371399]},"properties":{"@type":"node","@id":8779669304,"@timestamp":1622322938},"coords":"51.4371399,-0.1581138","bedrooms":"0","price":"252000","area":"398"} , +{"type":"Feature","id":"n8779673066","geometry":{"type":"Point","coordinates":[-0.3928581,51.6625541]},"properties":{"@type":"node","@id":8779673066,"@timestamp":1622322181},"coords":"51.6625541,-0.3928581","bedrooms":"1","price":"234000","area":"584"} , +{"type":"Feature","id":"n8779673084","geometry":{"type":"Point","coordinates":[-0.3907624,51.6628438]},"properties":{"@type":"node","@id":8779673084,"@timestamp":1622322181},"coords":"51.6628438,-0.3907624","bedrooms":"3","price":"200000","area":"402"} , +{"type":"Feature","id":"n8779679441","geometry":{"type":"Point","coordinates":[-0.2956268,51.4112903]},"properties":{"@type":"node","@id":8779679441,"@timestamp":1622322437},"coords":"51.4112903,-0.2956268","bedrooms":"4","price":"222000","area":"634"} , +{"type":"Feature","id":"n8779699651","geometry":{"type":"Point","coordinates":[-0.1571288,51.4371841]},"properties":{"@type":"node","@id":8779699651,"@timestamp":1622322938},"coords":"51.4371841,-0.1571288","bedrooms":"1","price":"228000","area":"482"} , +{"type":"Feature","id":"n8779810496","geometry":{"type":"Point","coordinates":[0.6891058,51.7404033]},"properties":{"@type":"node","@id":8779810496,"@timestamp":1622325149},"coords":"51.7404033,0.6891058","bedrooms":"2","price":"152000","area":"616"} , +{"type":"Feature","id":"n8779922724","geometry":{"type":"Point","coordinates":[-0.1269917,51.538579]},"properties":{"@type":"node","@id":8779922724,"@timestamp":1622327176},"coords":"51.538579,-0.1269917","bedrooms":"4","price":"194000","area":"369"} , +{"type":"Feature","id":"n8780127410","geometry":{"type":"Point","coordinates":[0.2152398,51.4343182]},"properties":{"@type":"node","@id":8780127410,"@timestamp":1622338520},"coords":"51.4343182,0.2152398","bedrooms":"1","price":"295000","area":"683"} , +{"type":"Feature","id":"n8780262959","geometry":{"type":"Point","coordinates":[-0.0904919,51.5579411]},"properties":{"@type":"node","@id":8780262959,"@timestamp":1622946933},"coords":"51.5579411,-0.0904919","bedrooms":"2","price":"151000","area":"699"} , +{"type":"Feature","id":"n8780504499","geometry":{"type":"Point","coordinates":[-0.2355278,51.5057329]},"properties":{"@type":"node","@id":8780504499,"@timestamp":1622360430},"coords":"51.5057329,-0.2355278","bedrooms":"4","price":"161000","area":"491"} , +{"type":"Feature","id":"n8780528246","geometry":{"type":"Point","coordinates":[-0.2364671,51.5062424]},"properties":{"@type":"node","@id":8780528246,"@timestamp":1622360430},"coords":"51.5062424,-0.2364671","bedrooms":"1","price":"210000","area":"562"} , +{"type":"Feature","id":"n8780602746","geometry":{"type":"Point","coordinates":[-0.2367523,51.5057055]},"properties":{"@type":"node","@id":8780602746,"@timestamp":1622365194},"coords":"51.5057055,-0.2367523","bedrooms":"0","price":"227000","area":"418"} , +{"type":"Feature","id":"n8780607541","geometry":{"type":"Point","coordinates":[-0.3185645,51.6008234]},"properties":{"@type":"node","@id":8780607541,"@timestamp":1622364643},"coords":"51.6008234,-0.3185645","bedrooms":"0","price":"242000","area":"650"} , +{"type":"Feature","id":"n8780607551","geometry":{"type":"Point","coordinates":[-0.3209049,51.5932549]},"properties":{"@type":"node","@id":8780607551,"@timestamp":1622364643},"coords":"51.5932549,-0.3209049","bedrooms":"4","price":"158000","area":"497"} , +{"type":"Feature","id":"n8780607572","geometry":{"type":"Point","coordinates":[-0.3224356,51.5916468]},"properties":{"@type":"node","@id":8780607572,"@timestamp":1622364643},"coords":"51.5916468,-0.3224356","bedrooms":"2","price":"194000","area":"573"} , +{"type":"Feature","id":"n8780607608","geometry":{"type":"Point","coordinates":[-0.3170627,51.5938226]},"properties":{"@type":"node","@id":8780607608,"@timestamp":1622364643},"coords":"51.5938226,-0.3170627","bedrooms":"2","price":"199000","area":"687"} , +{"type":"Feature","id":"n8780628833","geometry":{"type":"Point","coordinates":[-0.3123726,51.5955263]},"properties":{"@type":"node","@id":8780628833,"@timestamp":1622364643},"coords":"51.5955263,-0.3123726","bedrooms":"0","price":"173000","area":"691"} , +{"type":"Feature","id":"n8780628862","geometry":{"type":"Point","coordinates":[-0.313827,51.5924125]},"properties":{"@type":"node","@id":8780628862,"@timestamp":1622364643},"coords":"51.5924125,-0.313827","bedrooms":"4","price":"166000","area":"386"} , +{"type":"Feature","id":"n8780628874","geometry":{"type":"Point","coordinates":[-0.3110099,51.5930582]},"properties":{"@type":"node","@id":8780628874,"@timestamp":1622364643},"coords":"51.5930582,-0.3110099","bedrooms":"4","price":"182000","area":"601"} , +{"type":"Feature","id":"n8780636225","geometry":{"type":"Point","coordinates":[-0.2357183,51.5052791]},"properties":{"@type":"node","@id":8780636225,"@timestamp":1622365194},"coords":"51.5052791,-0.2357183","bedrooms":"4","price":"185000","area":"419"} , +{"type":"Feature","id":"n8780646009","geometry":{"type":"Point","coordinates":[-0.3552438,51.3257965]},"properties":{"@type":"node","@id":8780646009,"@timestamp":1622365783},"coords":"51.3257965,-0.3552438","bedrooms":"3","price":"264000","area":"476"} , +{"type":"Feature","id":"n8780848183","geometry":{"type":"Point","coordinates":[-0.8388239,51.8279706]},"properties":{"@type":"node","@id":8780848183,"@timestamp":1622373514},"coords":"51.8279706,-0.8388239","bedrooms":"2","price":"240000","area":"399"} , +{"type":"Feature","id":"n8780881852","geometry":{"type":"Point","coordinates":[0.2157354,51.4395395]},"properties":{"@type":"node","@id":8780881852,"@timestamp":1622374364},"coords":"51.4395395,0.2157354","bedrooms":"4","price":"231000","area":"464"} , +{"type":"Feature","id":"n8780884604","geometry":{"type":"Point","coordinates":[-0.3157973,51.5979324]},"properties":{"@type":"node","@id":8780884604,"@timestamp":1622375200},"coords":"51.5979324,-0.3157973","bedrooms":"1","price":"178000","area":"673"} , +{"type":"Feature","id":"n8780884614","geometry":{"type":"Point","coordinates":[-0.3154343,51.5987369]},"properties":{"@type":"node","@id":8780884614,"@timestamp":1622375200},"coords":"51.5987369,-0.3154343","bedrooms":"0","price":"260000","area":"383"} , +{"type":"Feature","id":"n8780886967","geometry":{"type":"Point","coordinates":[0.2152419,51.4361938]},"properties":{"@type":"node","@id":8780886967,"@timestamp":1622374364},"coords":"51.4361938,0.2152419","bedrooms":"4","price":"201000","area":"537"} , +{"type":"Feature","id":"n8780886986","geometry":{"type":"Point","coordinates":[0.2157602,51.435163]},"properties":{"@type":"node","@id":8780886986,"@timestamp":1622374364},"coords":"51.435163,0.2157602","bedrooms":"1","price":"277000","area":"461"} , +{"type":"Feature","id":"n8780913121","geometry":{"type":"Point","coordinates":[-0.3148861,51.5986217]},"properties":{"@type":"node","@id":8780913121,"@timestamp":1622375200},"coords":"51.5986217,-0.3148861","bedrooms":"0","price":"267000","area":"464"} , +{"type":"Feature","id":"n8780913150","geometry":{"type":"Point","coordinates":[-0.3111129,51.5998994]},"properties":{"@type":"node","@id":8780913150,"@timestamp":1622375200},"coords":"51.5998994,-0.3111129","bedrooms":"4","price":"173000","area":"681"} , +{"type":"Feature","id":"n8780913180","geometry":{"type":"Point","coordinates":[-0.3092219,51.6011117]},"properties":{"@type":"node","@id":8780913180,"@timestamp":1622375200},"coords":"51.6011117,-0.3092219","bedrooms":"2","price":"152000","area":"441"} , +{"type":"Feature","id":"n8781000047","geometry":{"type":"Point","coordinates":[0.082901,51.4940518]},"properties":{"@type":"node","@id":8781000047,"@timestamp":1622378757},"coords":"51.4940518,0.082901","bedrooms":"1","price":"209000","area":"403"} , +{"type":"Feature","id":"n8781007917","geometry":{"type":"Point","coordinates":[0.0155317,51.5525984]},"properties":{"@type":"node","@id":8781007917,"@timestamp":1624956624},"coords":"51.5525984,0.0155317","bedrooms":"0","price":"203000","area":"611"} , +{"type":"Feature","id":"n8781113748","geometry":{"type":"Point","coordinates":[-0.3129197,51.4551406]},"properties":{"@type":"node","@id":8781113748,"@timestamp":1622387704},"coords":"51.4551406,-0.3129197","bedrooms":"2","price":"260000","area":"464"} , +{"type":"Feature","id":"n8781122540","geometry":{"type":"Point","coordinates":[-0.0066648,51.8922991]},"properties":{"@type":"node","@id":8781122540,"@timestamp":1622383451},"coords":"51.8922991,-0.0066648","bedrooms":"1","price":"253000","area":"401"} , +{"type":"Feature","id":"n8781128615","geometry":{"type":"Point","coordinates":[0.2156027,51.4390095]},"properties":{"@type":"node","@id":8781128615,"@timestamp":1622383642},"coords":"51.4390095,0.2156027","bedrooms":"4","price":"260000","area":"651"} , +{"type":"Feature","id":"n8781159518","geometry":{"type":"Point","coordinates":[-0.0465109,51.5535831]},"properties":{"@type":"node","@id":8781159518,"@timestamp":1622384730},"coords":"51.5535831,-0.0465109","bedrooms":"0","price":"230000","area":"414"} , +{"type":"Feature","id":"n8781241323","geometry":{"type":"Point","coordinates":[-0.1425558,50.9488875]},"properties":{"@type":"node","@id":8781241323,"@timestamp":1622386839},"coords":"50.9488875,-0.1425558","bedrooms":"4","price":"168000","area":"642"} , +{"type":"Feature","id":"n8781275405","geometry":{"type":"Point","coordinates":[0.0135942,51.1340646]},"properties":{"@type":"node","@id":8781275405,"@timestamp":1622388665},"coords":"51.1340646,0.0135942","bedrooms":"4","price":"187000","area":"667"} , +{"type":"Feature","id":"n8781324549","geometry":{"type":"Point","coordinates":[-0.5582669,51.4482352]},"properties":{"@type":"node","@id":8781324549,"@timestamp":1622389517},"coords":"51.4482352,-0.5582669","bedrooms":"0","price":"154000","area":"581"} , +{"type":"Feature","id":"n8781324579","geometry":{"type":"Point","coordinates":[-0.5540478,51.4467508]},"properties":{"@type":"node","@id":8781324579,"@timestamp":1622389517},"coords":"51.4467508,-0.5540478","bedrooms":"2","price":"249000","area":"635"} , +{"type":"Feature","id":"n8781324589","geometry":{"type":"Point","coordinates":[-0.5576447,51.4472155]},"properties":{"@type":"node","@id":8781324589,"@timestamp":1622389517},"coords":"51.4472155,-0.5576447","bedrooms":"1","price":"272000","area":"475"} , +{"type":"Feature","id":"n8781324599","geometry":{"type":"Point","coordinates":[-0.5615795,51.4482135]},"properties":{"@type":"node","@id":8781324599,"@timestamp":1622389517},"coords":"51.4482135,-0.5615795","bedrooms":"3","price":"273000","area":"516"} , +{"type":"Feature","id":"n8781324609","geometry":{"type":"Point","coordinates":[-0.5554479,51.4453048]},"properties":{"@type":"node","@id":8781324609,"@timestamp":1622389517},"coords":"51.4453048,-0.5554479","bedrooms":"2","price":"159000","area":"640"} , +{"type":"Feature","id":"n8781324627","geometry":{"type":"Point","coordinates":[-0.5536348,51.4456274]},"properties":{"@type":"node","@id":8781324627,"@timestamp":1622389517},"coords":"51.4456274,-0.5536348","bedrooms":"4","price":"273000","area":"352"} , +{"type":"Feature","id":"n8781324637","geometry":{"type":"Point","coordinates":[-0.5540505,51.4445809]},"properties":{"@type":"node","@id":8781324637,"@timestamp":1622389517},"coords":"51.4445809,-0.5540505","bedrooms":"1","price":"255000","area":"544"} , +{"type":"Feature","id":"n8781324647","geometry":{"type":"Point","coordinates":[-0.5509713,51.4447481]},"properties":{"@type":"node","@id":8781324647,"@timestamp":1622389517},"coords":"51.4447481,-0.5509713","bedrooms":"1","price":"161000","area":"577"} , +{"type":"Feature","id":"n8781398550","geometry":{"type":"Point","coordinates":[-0.550101,51.4421259]},"properties":{"@type":"node","@id":8781398550,"@timestamp":1622391783},"coords":"51.4421259,-0.550101","bedrooms":"2","price":"158000","area":"599"} , +{"type":"Feature","id":"n8781398560","geometry":{"type":"Point","coordinates":[-0.5508238,51.4432611]},"properties":{"@type":"node","@id":8781398560,"@timestamp":1622391783},"coords":"51.4432611,-0.5508238","bedrooms":"3","price":"193000","area":"506"} , +{"type":"Feature","id":"n8781398570","geometry":{"type":"Point","coordinates":[-0.5519933,51.442655]},"properties":{"@type":"node","@id":8781398570,"@timestamp":1622391783},"coords":"51.442655,-0.5519933","bedrooms":"3","price":"239000","area":"675"} , +{"type":"Feature","id":"n8781398580","geometry":{"type":"Point","coordinates":[-0.553569,51.4413627]},"properties":{"@type":"node","@id":8781398580,"@timestamp":1622391783},"coords":"51.4413627,-0.553569","bedrooms":"4","price":"279000","area":"351"} , +{"type":"Feature","id":"n8781398590","geometry":{"type":"Point","coordinates":[-0.5510196,51.4408369]},"properties":{"@type":"node","@id":8781398590,"@timestamp":1622391783},"coords":"51.4408369,-0.5510196","bedrooms":"4","price":"165000","area":"408"} , +{"type":"Feature","id":"n8781398714","geometry":{"type":"Point","coordinates":[-0.5551536,51.441183]},"properties":{"@type":"node","@id":8781398714,"@timestamp":1622391783},"coords":"51.441183,-0.5551536","bedrooms":"4","price":"257000","area":"454"} , +{"type":"Feature","id":"n8781435933","geometry":{"type":"Point","coordinates":[-0.2373721,51.5058655]},"properties":{"@type":"node","@id":8781435933,"@timestamp":1622393207},"coords":"51.5058655,-0.2373721","bedrooms":"1","price":"183000","area":"530"} , +{"type":"Feature","id":"n8781435943","geometry":{"type":"Point","coordinates":[-0.2371075,51.5052051]},"properties":{"@type":"node","@id":8781435943,"@timestamp":1622393207},"coords":"51.5052051,-0.2371075","bedrooms":"4","price":"232000","area":"419"} , +{"type":"Feature","id":"n8781454545","geometry":{"type":"Point","coordinates":[-0.1341927,51.5423578]},"properties":{"@type":"node","@id":8781454545,"@timestamp":1622394098},"coords":"51.5423578,-0.1341927","bedrooms":"1","price":"277000","area":"650"} , +{"type":"Feature","id":"n8781471024","geometry":{"type":"Point","coordinates":[-0.1666461,51.432882]},"properties":{"@type":"node","@id":8781471024,"@timestamp":1622394850},"coords":"51.432882,-0.1666461","bedrooms":"0","price":"183000","area":"366"} , +{"type":"Feature","id":"n8781471079","geometry":{"type":"Point","coordinates":[-0.169999,51.4297994]},"properties":{"@type":"node","@id":8781471079,"@timestamp":1622394850},"coords":"51.4297994,-0.169999","bedrooms":"0","price":"191000","area":"428"} , +{"type":"Feature","id":"n8781471181","geometry":{"type":"Point","coordinates":[-0.1810473,51.4296125]},"properties":{"@type":"node","@id":8781471181,"@timestamp":1622394850},"coords":"51.4296125,-0.1810473","bedrooms":"0","price":"162000","area":"388"} , +{"type":"Feature","id":"n8781471216","geometry":{"type":"Point","coordinates":[-0.1859725,51.4355409]},"properties":{"@type":"node","@id":8781471216,"@timestamp":1622394850},"coords":"51.4355409,-0.1859725","bedrooms":"2","price":"191000","area":"590"} , +{"type":"Feature","id":"n8781471241","geometry":{"type":"Point","coordinates":[-0.1868176,51.4394841]},"properties":{"@type":"node","@id":8781471241,"@timestamp":1626405936},"coords":"51.4394841,-0.1868176","bedrooms":"1","price":"181000","area":"542"} , +{"type":"Feature","id":"n8781471282","geometry":{"type":"Point","coordinates":[-0.185204,51.4463569]},"properties":{"@type":"node","@id":8781471282,"@timestamp":1622394850},"coords":"51.4463569,-0.185204","bedrooms":"1","price":"281000","area":"368"} , +{"type":"Feature","id":"n8783547015","geometry":{"type":"Point","coordinates":[0.0394089,51.5024535]},"properties":{"@type":"node","@id":8783547015,"@timestamp":1622405547},"coords":"51.5024535,0.0394089","bedrooms":"0","price":"271000","area":"673"} , +{"type":"Feature","id":"n8783713787","geometry":{"type":"Point","coordinates":[-0.361577,51.4413834]},"properties":{"@type":"node","@id":8783713787,"@timestamp":1622407842},"coords":"51.4413834,-0.361577","bedrooms":"0","price":"229000","area":"585"} , +{"type":"Feature","id":"n8783754600","geometry":{"type":"Point","coordinates":[-0.7481277,51.3375415]},"properties":{"@type":"node","@id":8783754600,"@timestamp":1622409428},"coords":"51.3375415,-0.7481277","bedrooms":"3","price":"205000","area":"410"} , +{"type":"Feature","id":"n8783836540","geometry":{"type":"Point","coordinates":[0.2187846,51.9589719]},"properties":{"@type":"node","@id":8783836540,"@timestamp":1622414947},"coords":"51.9589719,0.2187846","bedrooms":"4","price":"251000","area":"406"} , +{"type":"Feature","id":"n8783929616","geometry":{"type":"Point","coordinates":[0.4989105,51.7606809]},"properties":{"@type":"node","@id":8783929616,"@timestamp":1632520159},"coords":"51.7606809,0.4989105","bedrooms":"3","price":"258000","area":"471"} , +{"type":"Feature","id":"n8783940574","geometry":{"type":"Point","coordinates":[0.2156349,51.4429468]},"properties":{"@type":"node","@id":8783940574,"@timestamp":1622420279},"coords":"51.4429468,0.2156349","bedrooms":"3","price":"168000","area":"699"} , +{"type":"Feature","id":"n8783940689","geometry":{"type":"Point","coordinates":[0.2154887,51.4407984]},"properties":{"@type":"node","@id":8783940689,"@timestamp":1622420279},"coords":"51.4407984,0.2154887","bedrooms":"1","price":"190000","area":"607"} , +{"type":"Feature","id":"n8783940785","geometry":{"type":"Point","coordinates":[0.2152057,51.4399224]},"properties":{"@type":"node","@id":8783940785,"@timestamp":1622420279},"coords":"51.4399224,0.2152057","bedrooms":"2","price":"238000","area":"645"} , +{"type":"Feature","id":"n8783941047","geometry":{"type":"Point","coordinates":[0.2160023,51.4390287]},"properties":{"@type":"node","@id":8783941047,"@timestamp":1622420279},"coords":"51.4390287,0.2160023","bedrooms":"2","price":"275000","area":"357"} , +{"type":"Feature","id":"n8784051686","geometry":{"type":"Point","coordinates":[0.2123089,51.443498]},"properties":{"@type":"node","@id":8784051686,"@timestamp":1622426662},"coords":"51.443498,0.2123089","bedrooms":"4","price":"287000","area":"611"} , +{"type":"Feature","id":"n8784051746","geometry":{"type":"Point","coordinates":[0.212388,51.44319]},"properties":{"@type":"node","@id":8784051746,"@timestamp":1622426662},"coords":"51.44319,0.212388","bedrooms":"4","price":"176000","area":"577"} , +{"type":"Feature","id":"n8784051838","geometry":{"type":"Point","coordinates":[0.2125517,51.4428916]},"properties":{"@type":"node","@id":8784051838,"@timestamp":1622426662},"coords":"51.4428916,0.2125517","bedrooms":"4","price":"159000","area":"389"} , +{"type":"Feature","id":"n8784161436","geometry":{"type":"Point","coordinates":[-0.0837206,51.5347431]},"properties":{"@type":"node","@id":8784161436,"@timestamp":1625947812},"coords":"51.5347431,-0.0837206","bedrooms":"0","price":"242000","area":"646"} , +{"type":"Feature","id":"n8784290889","geometry":{"type":"Point","coordinates":[-0.238413,51.5050305]},"properties":{"@type":"node","@id":8784290889,"@timestamp":1622435485},"coords":"51.5050305,-0.238413","bedrooms":"1","price":"196000","area":"483"} , +{"type":"Feature","id":"n8784337030","geometry":{"type":"Point","coordinates":[-0.2382466,51.5058842]},"properties":{"@type":"node","@id":8784337030,"@timestamp":1622437136},"coords":"51.5058842,-0.2382466","bedrooms":"2","price":"157000","area":"430"} , +{"type":"Feature","id":"n8784337078","geometry":{"type":"Point","coordinates":[-0.2377351,51.5053682]},"properties":{"@type":"node","@id":8784337078,"@timestamp":1622437136},"coords":"51.5053682,-0.2377351","bedrooms":"4","price":"205000","area":"539"} , +{"type":"Feature","id":"n8784970740","geometry":{"type":"Point","coordinates":[-0.2372695,51.5047548]},"properties":{"@type":"node","@id":8784970740,"@timestamp":1622451809},"coords":"51.5047548,-0.2372695","bedrooms":"0","price":"223000","area":"591"} , +{"type":"Feature","id":"n8784984659","geometry":{"type":"Point","coordinates":[-0.2368485,51.5041322]},"properties":{"@type":"node","@id":8784984659,"@timestamp":1622451809},"coords":"51.5041322,-0.2368485","bedrooms":"1","price":"183000","area":"641"} , +{"type":"Feature","id":"n8784984669","geometry":{"type":"Point","coordinates":[-0.2376074,51.5042292]},"properties":{"@type":"node","@id":8784984669,"@timestamp":1622451809},"coords":"51.5042292,-0.2376074","bedrooms":"4","price":"185000","area":"581"} , +{"type":"Feature","id":"n8784984679","geometry":{"type":"Point","coordinates":[-0.2379244,51.5044068]},"properties":{"@type":"node","@id":8784984679,"@timestamp":1622451809},"coords":"51.5044068,-0.2379244","bedrooms":"3","price":"202000","area":"592"} , +{"type":"Feature","id":"n8784984689","geometry":{"type":"Point","coordinates":[-0.238134,51.5038907]},"properties":{"@type":"node","@id":8784984689,"@timestamp":1622451809},"coords":"51.5038907,-0.238134","bedrooms":"4","price":"223000","area":"372"} , +{"type":"Feature","id":"n8785076819","geometry":{"type":"Point","coordinates":[-0.055465,51.556583]},"properties":{"@type":"node","@id":8785076819,"@timestamp":1622454212},"coords":"51.556583,-0.055465","bedrooms":"4","price":"176000","area":"557"} , +{"type":"Feature","id":"n8785233817","geometry":{"type":"Point","coordinates":[-0.7449514,51.3383519]},"properties":{"@type":"node","@id":8785233817,"@timestamp":1622457070},"coords":"51.3383519,-0.7449514","bedrooms":"1","price":"183000","area":"489"} , +{"type":"Feature","id":"n8785233827","geometry":{"type":"Point","coordinates":[-0.7453798,51.3374054]},"properties":{"@type":"node","@id":8785233827,"@timestamp":1622457070},"coords":"51.3374054,-0.7453798","bedrooms":"2","price":"230000","area":"563"} , +{"type":"Feature","id":"n8785233837","geometry":{"type":"Point","coordinates":[-0.7457317,51.3380052]},"properties":{"@type":"node","@id":8785233837,"@timestamp":1622457070},"coords":"51.3380052,-0.7457317","bedrooms":"4","price":"293000","area":"648"} , +{"type":"Feature","id":"n8785249028","geometry":{"type":"Point","coordinates":[-0.300619,51.6063148]},"properties":{"@type":"node","@id":8785249028,"@timestamp":1622457435},"coords":"51.6063148,-0.300619","bedrooms":"0","price":"228000","area":"691"} , +{"type":"Feature","id":"n8785277962","geometry":{"type":"Point","coordinates":[-0.0311657,51.5806668]},"properties":{"@type":"node","@id":8785277962,"@timestamp":1622458351},"coords":"51.5806668,-0.0311657","bedrooms":"3","price":"213000","area":"624"} , +{"type":"Feature","id":"n8785376077","geometry":{"type":"Point","coordinates":[-0.9257989,51.4629001]},"properties":{"@type":"node","@id":8785376077,"@timestamp":1622460717},"coords":"51.4629001,-0.9257989","bedrooms":"0","price":"205000","area":"688"} , +{"type":"Feature","id":"n8785392273","geometry":{"type":"Point","coordinates":[-0.1256368,51.4981266]},"properties":{"@type":"node","@id":8785392273,"@timestamp":1622460752},"coords":"51.4981266,-0.1256368","bedrooms":"0","price":"296000","area":"660"} , +{"type":"Feature","id":"n8785445830","geometry":{"type":"Point","coordinates":[-0.9266789,51.4618215]},"properties":{"@type":"node","@id":8785445830,"@timestamp":1622462007},"coords":"51.4618215,-0.9266789","bedrooms":"1","price":"153000","area":"424"} , +{"type":"Feature","id":"n8785445888","geometry":{"type":"Point","coordinates":[-0.9316641,51.4611252]},"properties":{"@type":"node","@id":8785445888,"@timestamp":1622462007},"coords":"51.4611252,-0.9316641","bedrooms":"4","price":"236000","area":"392"} , +{"type":"Feature","id":"n8785546401","geometry":{"type":"Point","coordinates":[-0.9332013,51.4577315]},"properties":{"@type":"node","@id":8785546401,"@timestamp":1622464287},"coords":"51.4577315,-0.9332013","bedrooms":"1","price":"192000","area":"370"} , +{"type":"Feature","id":"n8785563377","geometry":{"type":"Point","coordinates":[-0.0605077,51.4242107]},"properties":{"@type":"node","@id":8785563377,"@timestamp":1623356753},"coords":"51.4242107,-0.0605077","bedrooms":"4","price":"161000","area":"412"} , +{"type":"Feature","id":"n8785568244","geometry":{"type":"Point","coordinates":[-0.1115739,51.5152422]},"properties":{"@type":"node","@id":8785568244,"@timestamp":1627839822},"coords":"51.5152422,-0.1115739","bedrooms":"4","price":"196000","area":"592"} , +{"type":"Feature","id":"n8785592127","geometry":{"type":"Point","coordinates":[-0.1194848,51.5162964]},"properties":{"@type":"node","@id":8785592127,"@timestamp":1630547270},"coords":"51.5162964,-0.1194848","bedrooms":"1","price":"172000","area":"519"} , +{"type":"Feature","id":"n8785713153","geometry":{"type":"Point","coordinates":[-0.122493,51.5134737]},"properties":{"@type":"node","@id":8785713153,"@timestamp":1632570154},"coords":"51.5134737,-0.122493","bedrooms":"3","price":"222000","area":"562"} , +{"type":"Feature","id":"n8786331987","geometry":{"type":"Point","coordinates":[-1.0721337,51.8314102]},"properties":{"@type":"node","@id":8786331987,"@timestamp":1622475078},"coords":"51.8314102,-1.0721337","bedrooms":"2","price":"171000","area":"378"} , +{"type":"Feature","id":"n8786414969","geometry":{"type":"Point","coordinates":[-0.0582315,51.5684386]},"properties":{"@type":"node","@id":8786414969,"@timestamp":1622476887},"coords":"51.5684386,-0.0582315","bedrooms":"1","price":"201000","area":"569"} , +{"type":"Feature","id":"n8786509847","geometry":{"type":"Point","coordinates":[-0.2365724,51.5035951]},"properties":{"@type":"node","@id":8786509847,"@timestamp":1622480859},"coords":"51.5035951,-0.2365724","bedrooms":"1","price":"168000","area":"395"} , +{"type":"Feature","id":"n8786594239","geometry":{"type":"Point","coordinates":[0.1487084,51.4632054]},"properties":{"@type":"node","@id":8786594239,"@timestamp":1622484002},"coords":"51.4632054,0.1487084","bedrooms":"2","price":"199000","area":"460"} , +{"type":"Feature","id":"n8786725676","geometry":{"type":"Point","coordinates":[0.1212947,51.4330536]},"properties":{"@type":"node","@id":8786725676,"@timestamp":1622487331},"coords":"51.4330536,0.1212947","bedrooms":"3","price":"180000","area":"569"} , +{"type":"Feature","id":"n8786762636","geometry":{"type":"Point","coordinates":[0.1264626,51.4313656]},"properties":{"@type":"node","@id":8786762636,"@timestamp":1622487331},"coords":"51.4313656,0.1264626","bedrooms":"1","price":"186000","area":"463"} , +{"type":"Feature","id":"n8786796782","geometry":{"type":"Point","coordinates":[0.0372406,51.4944401]},"properties":{"@type":"node","@id":8786796782,"@timestamp":1631753504},"coords":"51.4944401,0.0372406","bedrooms":"2","price":"273000","area":"642"} , +{"type":"Feature","id":"n8786829217","geometry":{"type":"Point","coordinates":[-0.0248582,51.5567605]},"properties":{"@type":"node","@id":8786829217,"@timestamp":1622489705},"coords":"51.5567605,-0.0248582","bedrooms":"0","price":"294000","area":"511"} , +{"type":"Feature","id":"n8786843095","geometry":{"type":"Point","coordinates":[-0.4964102,51.3796403]},"properties":{"@type":"node","@id":8786843095,"@timestamp":1622490038},"coords":"51.3796403,-0.4964102","bedrooms":"2","price":"170000","area":"460"} , +{"type":"Feature","id":"n8787168717","geometry":{"type":"Point","coordinates":[-0.3520215,51.4466269]},"properties":{"@type":"node","@id":8787168717,"@timestamp":1622493117},"coords":"51.4466269,-0.3520215","bedrooms":"4","price":"247000","area":"600"} , +{"type":"Feature","id":"n8787414713","geometry":{"type":"Point","coordinates":[0.1641281,51.8992446]},"properties":{"@type":"node","@id":8787414713,"@timestamp":1622504804},"coords":"51.8992446,0.1641281","bedrooms":"2","price":"177000","area":"377"} , +{"type":"Feature","id":"n8787647051","geometry":{"type":"Point","coordinates":[0.0708925,51.501722]},"properties":{"@type":"node","@id":8787647051,"@timestamp":1622511200},"coords":"51.501722,0.0708925","bedrooms":"2","price":"188000","area":"570"} , +{"type":"Feature","id":"n8787813922","geometry":{"type":"Point","coordinates":[-0.2390196,51.5035217]},"properties":{"@type":"node","@id":8787813922,"@timestamp":1622519317},"coords":"51.5035217,-0.2390196","bedrooms":"2","price":"209000","area":"416"} , +{"type":"Feature","id":"n8787813992","geometry":{"type":"Point","coordinates":[-0.2387521,51.5041421]},"properties":{"@type":"node","@id":8787813992,"@timestamp":1622519317},"coords":"51.5041421,-0.2387521","bedrooms":"1","price":"247000","area":"493"} , +{"type":"Feature","id":"n8787842056","geometry":{"type":"Point","coordinates":[-0.2409901,51.504525]},"properties":{"@type":"node","@id":8787842056,"@timestamp":1622520854},"coords":"51.504525,-0.2409901","bedrooms":"1","price":"161000","area":"426"} , +{"type":"Feature","id":"n8787842096","geometry":{"type":"Point","coordinates":[-0.2421782,51.5040242]},"properties":{"@type":"node","@id":8787842096,"@timestamp":1622520854},"coords":"51.5040242,-0.2421782","bedrooms":"4","price":"296000","area":"376"} , +{"type":"Feature","id":"n8787842106","geometry":{"type":"Point","coordinates":[-0.2413913,51.5040632]},"properties":{"@type":"node","@id":8787842106,"@timestamp":1622520854},"coords":"51.5040632,-0.2413913","bedrooms":"4","price":"255000","area":"607"} , +{"type":"Feature","id":"n8787842116","geometry":{"type":"Point","coordinates":[-0.2406572,51.5040996]},"properties":{"@type":"node","@id":8787842116,"@timestamp":1622520854},"coords":"51.5040996,-0.2406572","bedrooms":"0","price":"181000","area":"355"} , +{"type":"Feature","id":"n8787852426","geometry":{"type":"Point","coordinates":[-0.2399112,51.5041366]},"properties":{"@type":"node","@id":8787852426,"@timestamp":1622520854},"coords":"51.5041366,-0.2399112","bedrooms":"2","price":"170000","area":"469"} , +{"type":"Feature","id":"n8787880244","geometry":{"type":"Point","coordinates":[-0.2414168,51.5043964]},"properties":{"@type":"node","@id":8787880244,"@timestamp":1622522425},"coords":"51.5043964,-0.2414168","bedrooms":"0","price":"246000","area":"396"} , +{"type":"Feature","id":"n8787880254","geometry":{"type":"Point","coordinates":[-0.2406745,51.5044151]},"properties":{"@type":"node","@id":8787880254,"@timestamp":1622522425},"coords":"51.5044151,-0.2406745","bedrooms":"0","price":"170000","area":"492"} , +{"type":"Feature","id":"n8787880264","geometry":{"type":"Point","coordinates":[-0.2398279,51.5044364]},"properties":{"@type":"node","@id":8787880264,"@timestamp":1622522425},"coords":"51.5044364,-0.2398279","bedrooms":"0","price":"285000","area":"632"} , +{"type":"Feature","id":"n8788381629","geometry":{"type":"Point","coordinates":[-0.2414878,51.5047514]},"properties":{"@type":"node","@id":8788381629,"@timestamp":1622534941},"coords":"51.5047514,-0.2414878","bedrooms":"0","price":"175000","area":"440"} , +{"type":"Feature","id":"n8788381642","geometry":{"type":"Point","coordinates":[-0.2388726,51.5049654]},"properties":{"@type":"node","@id":8788381642,"@timestamp":1622534941},"coords":"51.5049654,-0.2388726","bedrooms":"1","price":"238000","area":"647"} , +{"type":"Feature","id":"n8788381699","geometry":{"type":"Point","coordinates":[-0.2400972,51.5046512]},"properties":{"@type":"node","@id":8788381699,"@timestamp":1622534941},"coords":"51.5046512,-0.2400972","bedrooms":"3","price":"206000","area":"651"} , +{"type":"Feature","id":"n8788381709","geometry":{"type":"Point","coordinates":[-0.2393454,51.504667]},"properties":{"@type":"node","@id":8788381709,"@timestamp":1622534941},"coords":"51.504667,-0.2393454","bedrooms":"2","price":"204000","area":"598"} , +{"type":"Feature","id":"n8788390697","geometry":{"type":"Point","coordinates":[-0.2409505,51.5049877]},"properties":{"@type":"node","@id":8788390697,"@timestamp":1622534941},"coords":"51.5049877,-0.2409505","bedrooms":"4","price":"219000","area":"417"} , +{"type":"Feature","id":"n8788390707","geometry":{"type":"Point","coordinates":[-0.2402471,51.5049869]},"properties":{"@type":"node","@id":8788390707,"@timestamp":1622534941},"coords":"51.5049869,-0.2402471","bedrooms":"0","price":"244000","area":"550"} , +{"type":"Feature","id":"n8788390717","geometry":{"type":"Point","coordinates":[-0.2395457,51.5049862]},"properties":{"@type":"node","@id":8788390717,"@timestamp":1622534941},"coords":"51.5049862,-0.2395457","bedrooms":"0","price":"202000","area":"498"} , +{"type":"Feature","id":"n8788638978","geometry":{"type":"Point","coordinates":[-0.2422468,51.5053312]},"properties":{"@type":"node","@id":8788638978,"@timestamp":1622541185},"coords":"51.5053312,-0.2422468","bedrooms":"2","price":"169000","area":"558"} , +{"type":"Feature","id":"n8788638997","geometry":{"type":"Point","coordinates":[-0.2404029,51.5052049]},"properties":{"@type":"node","@id":8788638997,"@timestamp":1622541185},"coords":"51.5052049,-0.2404029","bedrooms":"0","price":"185000","area":"390"} , +{"type":"Feature","id":"n8788639007","geometry":{"type":"Point","coordinates":[-0.2396348,51.5052022]},"properties":{"@type":"node","@id":8788639007,"@timestamp":1622541185},"coords":"51.5052022,-0.2396348","bedrooms":"2","price":"201000","area":"475"} , +{"type":"Feature","id":"n8788643613","geometry":{"type":"Point","coordinates":[-0.2415732,51.5054037]},"properties":{"@type":"node","@id":8788643613,"@timestamp":1622541185},"coords":"51.5054037,-0.2415732","bedrooms":"3","price":"276000","area":"412"} , +{"type":"Feature","id":"n8788643637","geometry":{"type":"Point","coordinates":[-0.2416053,51.5048319]},"properties":{"@type":"node","@id":8788643637,"@timestamp":1622541185},"coords":"51.5048319,-0.2416053","bedrooms":"3","price":"253000","area":"611"} , +{"type":"Feature","id":"n8788695299","geometry":{"type":"Point","coordinates":[-0.2722885,51.6449237]},"properties":{"@type":"node","@id":8788695299,"@timestamp":1622542627},"coords":"51.6449237,-0.2722885","bedrooms":"1","price":"185000","area":"531"} , +{"type":"Feature","id":"n8789053138","geometry":{"type":"Point","coordinates":[-0.3450697,51.3909351]},"properties":{"@type":"node","@id":8789053138,"@timestamp":1630722115},"coords":"51.3909351,-0.3450697","bedrooms":"3","price":"170000","area":"412"} , +{"type":"Feature","id":"n8789161733","geometry":{"type":"Point","coordinates":[-0.3619029,51.5831646]},"properties":{"@type":"node","@id":8789161733,"@timestamp":1622548510},"coords":"51.5831646,-0.3619029","bedrooms":"3","price":"150000","area":"546"} , +{"type":"Feature","id":"n8789163435","geometry":{"type":"Point","coordinates":[-0.3402598,51.3995373]},"properties":{"@type":"node","@id":8789163435,"@timestamp":1622548245},"coords":"51.3995373,-0.3402598","bedrooms":"1","price":"150000","area":"652"} , +{"type":"Feature","id":"n8789163656","geometry":{"type":"Point","coordinates":[-0.3404938,51.399424]},"properties":{"@type":"node","@id":8789163656,"@timestamp":1622548245},"coords":"51.399424,-0.3404938","bedrooms":"1","price":"172000","area":"497"} , +{"type":"Feature","id":"n8789163669","geometry":{"type":"Point","coordinates":[-0.3412731,51.3983285]},"properties":{"@type":"node","@id":8789163669,"@timestamp":1622548245},"coords":"51.3983285,-0.3412731","bedrooms":"0","price":"163000","area":"593"} , +{"type":"Feature","id":"n8789320849","geometry":{"type":"Point","coordinates":[-0.1998788,51.4830568]},"properties":{"@type":"node","@id":8789320849,"@timestamp":1622553001},"coords":"51.4830568,-0.1998788","bedrooms":"4","price":"201000","area":"664"} , +{"type":"Feature","id":"n8789320890","geometry":{"type":"Point","coordinates":[-0.1998131,51.4827633]},"properties":{"@type":"node","@id":8789320890,"@timestamp":1622553001},"coords":"51.4827633,-0.1998131","bedrooms":"0","price":"202000","area":"699"} , +{"type":"Feature","id":"n8789378992","geometry":{"type":"Point","coordinates":[-0.2354127,51.3193884]},"properties":{"@type":"node","@id":8789378992,"@timestamp":1622555103},"coords":"51.3193884,-0.2354127","bedrooms":"2","price":"154000","area":"566"} , +{"type":"Feature","id":"n8789442137","geometry":{"type":"Point","coordinates":[-0.1046554,51.5130783]},"properties":{"@type":"node","@id":8789442137,"@timestamp":1626022699},"coords":"51.5130783,-0.1046554","bedrooms":"1","price":"198000","area":"355"} , +{"type":"Feature","id":"n8789487290","geometry":{"type":"Point","coordinates":[-0.2387248,51.5056058]},"properties":{"@type":"node","@id":8789487290,"@timestamp":1622558030},"coords":"51.5056058,-0.2387248","bedrooms":"3","price":"186000","area":"602"} , +{"type":"Feature","id":"n8789493266","geometry":{"type":"Point","coordinates":[-0.0119249,51.1281568]},"properties":{"@type":"node","@id":8789493266,"@timestamp":1630085210},"coords":"51.1281568,-0.0119249","bedrooms":"0","price":"290000","area":"440"} , +{"type":"Feature","id":"n8789710529","geometry":{"type":"Point","coordinates":[-0.5595517,51.420923]},"properties":{"@type":"node","@id":8789710529,"@timestamp":1622562592},"coords":"51.420923,-0.5595517","bedrooms":"3","price":"268000","area":"367"} , +{"type":"Feature","id":"n8789710539","geometry":{"type":"Point","coordinates":[-0.5639184,51.4200733]},"properties":{"@type":"node","@id":8789710539,"@timestamp":1622562592},"coords":"51.4200733,-0.5639184","bedrooms":"1","price":"285000","area":"432"} , +{"type":"Feature","id":"n8789710549","geometry":{"type":"Point","coordinates":[-0.5631888,51.4211638]},"properties":{"@type":"node","@id":8789710549,"@timestamp":1622562592},"coords":"51.4211638,-0.5631888","bedrooms":"0","price":"294000","area":"687"} , +{"type":"Feature","id":"n8789710559","geometry":{"type":"Point","coordinates":[-0.5653802,51.4211839]},"properties":{"@type":"node","@id":8789710559,"@timestamp":1622562592},"coords":"51.4211839,-0.5653802","bedrooms":"3","price":"240000","area":"438"} , +{"type":"Feature","id":"n8789995027","geometry":{"type":"Point","coordinates":[-0.0653899,51.4201576]},"properties":{"@type":"node","@id":8789995027,"@timestamp":1622586355},"coords":"51.4201576,-0.0653899","bedrooms":"2","price":"224000","area":"600"} , +{"type":"Feature","id":"n8789995040","geometry":{"type":"Point","coordinates":[-0.0643816,51.4220689]},"properties":{"@type":"node","@id":8789995040,"@timestamp":1622586355},"coords":"51.4220689,-0.0643816","bedrooms":"2","price":"248000","area":"482"} , +{"type":"Feature","id":"n8789995505","geometry":{"type":"Point","coordinates":[-0.0653638,51.4197269]},"properties":{"@type":"node","@id":8789995505,"@timestamp":1622586355},"coords":"51.4197269,-0.0653638","bedrooms":"4","price":"196000","area":"453"} , +{"type":"Feature","id":"n8789995515","geometry":{"type":"Point","coordinates":[-0.0651409,51.4196722]},"properties":{"@type":"node","@id":8789995515,"@timestamp":1622586355},"coords":"51.4196722,-0.0651409","bedrooms":"4","price":"210000","area":"610"} , +{"type":"Feature","id":"n8790032625","geometry":{"type":"Point","coordinates":[-0.0644293,51.4193994]},"properties":{"@type":"node","@id":8790032625,"@timestamp":1622586355},"coords":"51.4193994,-0.0644293","bedrooms":"1","price":"290000","area":"569"} , +{"type":"Feature","id":"n8790555141","geometry":{"type":"Point","coordinates":[-0.0651134,51.4203969]},"properties":{"@type":"node","@id":8790555141,"@timestamp":1622586355},"coords":"51.4203969,-0.0651134","bedrooms":"1","price":"263000","area":"522"} , +{"type":"Feature","id":"n8790616667","geometry":{"type":"Point","coordinates":[-0.593736,51.7616219]},"properties":{"@type":"node","@id":8790616667,"@timestamp":1622590260},"coords":"51.7616219,-0.593736","bedrooms":"3","price":"179000","area":"665"} , +{"type":"Feature","id":"n8790680441","geometry":{"type":"Point","coordinates":[-0.0187382,51.7670981]},"properties":{"@type":"node","@id":8790680441,"@timestamp":1622593349},"coords":"51.7670981,-0.0187382","bedrooms":"1","price":"259000","area":"638"} , +{"type":"Feature","id":"n8790742859","geometry":{"type":"Point","coordinates":[-0.0073707,51.505396]},"properties":{"@type":"node","@id":8790742859,"@timestamp":1622596539},"coords":"51.505396,-0.0073707","bedrooms":"2","price":"251000","area":"598"} , +{"type":"Feature","id":"n8791091544","geometry":{"type":"Point","coordinates":[-1.1132279,51.2455953]},"properties":{"@type":"node","@id":8791091544,"@timestamp":1622617193},"coords":"51.2455953,-1.1132279","bedrooms":"0","price":"172000","area":"380"} , +{"type":"Feature","id":"n8791588697","geometry":{"type":"Point","coordinates":[-0.2777485,51.5656379]},"properties":{"@type":"node","@id":8791588697,"@timestamp":1623894323},"coords":"51.5656379,-0.2777485","bedrooms":"2","price":"221000","area":"654"} , +{"type":"Feature","id":"n8791675794","geometry":{"type":"Point","coordinates":[-0.3962946,51.4128175]},"properties":{"@type":"node","@id":8791675794,"@timestamp":1622632887},"coords":"51.4128175,-0.3962946","bedrooms":"1","price":"275000","area":"602"} , +{"type":"Feature","id":"n8791761145","geometry":{"type":"Point","coordinates":[-0.3404646,51.4212212]},"properties":{"@type":"node","@id":8791761145,"@timestamp":1622634326},"coords":"51.4212212,-0.3404646","bedrooms":"2","price":"163000","area":"437"} , +{"type":"Feature","id":"n8791761197","geometry":{"type":"Point","coordinates":[-0.325697,51.4214203]},"properties":{"@type":"node","@id":8791761197,"@timestamp":1622634326},"coords":"51.4214203,-0.325697","bedrooms":"2","price":"210000","area":"620"} , +{"type":"Feature","id":"n8791761207","geometry":{"type":"Point","coordinates":[-0.3168218,51.4191381]},"properties":{"@type":"node","@id":8791761207,"@timestamp":1622634326},"coords":"51.4191381,-0.3168218","bedrooms":"2","price":"156000","area":"635"} , +{"type":"Feature","id":"n8791773044","geometry":{"type":"Point","coordinates":[-1.1111952,51.2795275]},"properties":{"@type":"node","@id":8791773044,"@timestamp":1622634395},"coords":"51.2795275,-1.1111952","bedrooms":"4","price":"151000","area":"623"} , +{"type":"Feature","id":"n8791788529","geometry":{"type":"Point","coordinates":[-1.1092909,51.280834]},"properties":{"@type":"node","@id":8791788529,"@timestamp":1622635781},"coords":"51.280834,-1.1092909","bedrooms":"2","price":"260000","area":"624"} , +{"type":"Feature","id":"n8791824223","geometry":{"type":"Point","coordinates":[0.1506221,51.462486]},"properties":{"@type":"node","@id":8791824223,"@timestamp":1622636191},"coords":"51.462486,0.1506221","bedrooms":"1","price":"211000","area":"450"} , +{"type":"Feature","id":"n8792161361","geometry":{"type":"Point","coordinates":[-0.1410328,50.9488587]},"properties":{"@type":"node","@id":8792161361,"@timestamp":1622642130},"coords":"50.9488587,-0.1410328","bedrooms":"4","price":"277000","area":"443"} , +{"type":"Feature","id":"n8792175971","geometry":{"type":"Point","coordinates":[-0.2335955,51.3248356]},"properties":{"@type":"node","@id":8792175971,"@timestamp":1622642891},"coords":"51.3248356,-0.2335955","bedrooms":"2","price":"181000","area":"657"} , +{"type":"Feature","id":"n8792224191","geometry":{"type":"Point","coordinates":[-0.3819027,51.565685]},"properties":{"@type":"node","@id":8792224191,"@timestamp":1622664616},"coords":"51.565685,-0.3819027","bedrooms":"0","price":"264000","area":"695"} , +{"type":"Feature","id":"n8792322720","geometry":{"type":"Point","coordinates":[0.4654351,51.3983862]},"properties":{"@type":"node","@id":8792322720,"@timestamp":1622646221},"coords":"51.3983862,0.4654351","bedrooms":"2","price":"238000","area":"403"} , +{"type":"Feature","id":"n8792348990","geometry":{"type":"Point","coordinates":[-0.3787398,51.5665416]},"properties":{"@type":"node","@id":8792348990,"@timestamp":1622902306},"coords":"51.5665416,-0.3787398","bedrooms":"3","price":"197000","area":"543"} , +{"type":"Feature","id":"n8792370490","geometry":{"type":"Point","coordinates":[-0.3622625,51.3756458]},"properties":{"@type":"node","@id":8792370490,"@timestamp":1622647847},"coords":"51.3756458,-0.3622625","bedrooms":"4","price":"268000","area":"619"} , +{"type":"Feature","id":"n8792375758","geometry":{"type":"Point","coordinates":[-0.6438112,51.7806042]},"properties":{"@type":"node","@id":8792375758,"@timestamp":1622648363},"coords":"51.7806042,-0.6438112","bedrooms":"4","price":"251000","area":"400"} , +{"type":"Feature","id":"n8792430111","geometry":{"type":"Point","coordinates":[-0.1436498,50.9492769]},"properties":{"@type":"node","@id":8792430111,"@timestamp":1622651137},"coords":"50.9492769,-0.1436498","bedrooms":"0","price":"240000","area":"645"} , +{"type":"Feature","id":"n8792438882","geometry":{"type":"Point","coordinates":[0.4555275,51.2943258]},"properties":{"@type":"node","@id":8792438882,"@timestamp":1622650297},"coords":"51.2943258,0.4555275","bedrooms":"4","price":"195000","area":"480"} , +{"type":"Feature","id":"n8792559598","geometry":{"type":"Point","coordinates":[0.7305286,51.3448747]},"properties":{"@type":"node","@id":8792559598,"@timestamp":1622655221},"coords":"51.3448747,0.7305286","bedrooms":"1","price":"259000","area":"393"} , +{"type":"Feature","id":"n8792951255","geometry":{"type":"Point","coordinates":[-0.3793043,51.5648575]},"properties":{"@type":"node","@id":8792951255,"@timestamp":1622664616},"coords":"51.5648575,-0.3793043","bedrooms":"1","price":"154000","area":"384"} , +{"type":"Feature","id":"n8793003584","geometry":{"type":"Point","coordinates":[-0.3756314,51.5650529]},"properties":{"@type":"node","@id":8793003584,"@timestamp":1622666424},"coords":"51.5650529,-0.3756314","bedrooms":"0","price":"281000","area":"362"} , +{"type":"Feature","id":"n8793003609","geometry":{"type":"Point","coordinates":[-0.3767543,51.5619663]},"properties":{"@type":"node","@id":8793003609,"@timestamp":1622666424},"coords":"51.5619663,-0.3767543","bedrooms":"4","price":"233000","area":"577"} , +{"type":"Feature","id":"n8793036363","geometry":{"type":"Point","coordinates":[-0.681082,51.723094]},"properties":{"@type":"node","@id":8793036363,"@timestamp":1622667838},"coords":"51.723094,-0.681082","bedrooms":"1","price":"153000","area":"420"} , +{"type":"Feature","id":"n8793172299","geometry":{"type":"Point","coordinates":[-0.033582,51.5341467]},"properties":{"@type":"node","@id":8793172299,"@timestamp":1622673515},"coords":"51.5341467,-0.033582","bedrooms":"4","price":"287000","area":"429"} , +{"type":"Feature","id":"n8793274503","geometry":{"type":"Point","coordinates":[0.1658269,51.9562925]},"properties":{"@type":"node","@id":8793274503,"@timestamp":1622675159},"coords":"51.9562925,0.1658269","bedrooms":"1","price":"226000","area":"556"} , +{"type":"Feature","id":"n8793327594","geometry":{"type":"Point","coordinates":[-0.0259016,51.5344028]},"properties":{"@type":"node","@id":8793327594,"@timestamp":1628953322},"coords":"51.5344028,-0.0259016","bedrooms":"2","price":"171000","area":"450"} , +{"type":"Feature","id":"n8793375700","geometry":{"type":"Point","coordinates":[0.560194,51.8790521]},"properties":{"@type":"node","@id":8793375700,"@timestamp":1622683431},"coords":"51.8790521,0.560194","bedrooms":"0","price":"299000","area":"383"} , +{"type":"Feature","id":"n8794397358","geometry":{"type":"Point","coordinates":[0.3949054,51.8149129]},"properties":{"@type":"node","@id":8794397358,"@timestamp":1622707515},"coords":"51.8149129,0.3949054","bedrooms":"4","price":"181000","area":"482"} , +{"type":"Feature","id":"n8794562425","geometry":{"type":"Point","coordinates":[-0.239644,51.5060957]},"properties":{"@type":"node","@id":8794562425,"@timestamp":1622710170},"coords":"51.5060957,-0.239644","bedrooms":"3","price":"273000","area":"545"} , +{"type":"Feature","id":"n8794583953","geometry":{"type":"Point","coordinates":[0.4926122,51.757803]},"properties":{"@type":"node","@id":8794583953,"@timestamp":1622710548},"coords":"51.757803,0.4926122","bedrooms":"2","price":"299000","area":"395"} , +{"type":"Feature","id":"n8794726530","geometry":{"type":"Point","coordinates":[-0.1439866,50.9479442]},"properties":{"@type":"node","@id":8794726530,"@timestamp":1622713714},"coords":"50.9479442,-0.1439866","bedrooms":"4","price":"271000","area":"501"} , +{"type":"Feature","id":"n8794840240","geometry":{"type":"Point","coordinates":[0.1085808,51.4299432]},"properties":{"@type":"node","@id":8794840240,"@timestamp":1622715862},"coords":"51.4299432,0.1085808","bedrooms":"2","price":"278000","area":"507"} , +{"type":"Feature","id":"n8794985291","geometry":{"type":"Point","coordinates":[-0.1705166,51.54738]},"properties":{"@type":"node","@id":8794985291,"@timestamp":1622719168},"coords":"51.54738,-0.1705166","bedrooms":"2","price":"259000","area":"494"} , +{"type":"Feature","id":"n8794995558","geometry":{"type":"Point","coordinates":[-0.3686885,51.5567956]},"properties":{"@type":"node","@id":8794995558,"@timestamp":1622719413},"coords":"51.5567956,-0.3686885","bedrooms":"0","price":"265000","area":"469"} , +{"type":"Feature","id":"n8794995568","geometry":{"type":"Point","coordinates":[-0.376994,51.5581814]},"properties":{"@type":"node","@id":8794995568,"@timestamp":1622719413},"coords":"51.5581814,-0.376994","bedrooms":"1","price":"284000","area":"404"} , +{"type":"Feature","id":"n8794995591","geometry":{"type":"Point","coordinates":[-0.3723933,51.56139]},"properties":{"@type":"node","@id":8794995591,"@timestamp":1622719413},"coords":"51.56139,-0.3723933","bedrooms":"3","price":"189000","area":"624"} , +{"type":"Feature","id":"n8795038134","geometry":{"type":"Point","coordinates":[-0.1845126,51.5467521]},"properties":{"@type":"node","@id":8795038134,"@timestamp":1622720159},"coords":"51.5467521,-0.1845126","bedrooms":"0","price":"251000","area":"371"} , +{"type":"Feature","id":"n8795148497","geometry":{"type":"Point","coordinates":[-0.3325773,51.4242472]},"properties":{"@type":"node","@id":8795148497,"@timestamp":1622722878},"coords":"51.4242472,-0.3325773","bedrooms":"2","price":"171000","area":"467"} , +{"type":"Feature","id":"n8795349379","geometry":{"type":"Point","coordinates":[-0.977725,51.7467678]},"properties":{"@type":"node","@id":8795349379,"@timestamp":1626798254},"coords":"51.7467678,-0.977725","bedrooms":"1","price":"197000","area":"426"} , +{"type":"Feature","id":"n8795510522","geometry":{"type":"Point","coordinates":[-0.0603112,51.6237762]},"properties":{"@type":"node","@id":8795510522,"@timestamp":1622729880},"coords":"51.6237762,-0.0603112","bedrooms":"4","price":"246000","area":"439"} , +{"type":"Feature","id":"n8795620015","geometry":{"type":"Point","coordinates":[-0.7129557,51.1497747]},"properties":{"@type":"node","@id":8795620015,"@timestamp":1622732458},"coords":"51.1497747,-0.7129557","bedrooms":"2","price":"168000","area":"693"} , +{"type":"Feature","id":"n8795718950","geometry":{"type":"Point","coordinates":[-0.1023452,51.458411]},"properties":{"@type":"node","@id":8795718950,"@timestamp":1622734068},"coords":"51.458411,-0.1023452","bedrooms":"2","price":"261000","area":"636"} , +{"type":"Feature","id":"n8795718976","geometry":{"type":"Point","coordinates":[-0.1007647,51.4599471]},"properties":{"@type":"node","@id":8795718976,"@timestamp":1622734068},"coords":"51.4599471,-0.1007647","bedrooms":"2","price":"297000","area":"620"} , +{"type":"Feature","id":"n8795743432","geometry":{"type":"Point","coordinates":[0.4559658,51.2988073]},"properties":{"@type":"node","@id":8795743432,"@timestamp":1626023614},"coords":"51.2988073,0.4559658","bedrooms":"3","price":"190000","area":"649"} , +{"type":"Feature","id":"n8795783849","geometry":{"type":"Point","coordinates":[0.448313,51.3004196]},"properties":{"@type":"node","@id":8795783849,"@timestamp":1622735951},"coords":"51.3004196,0.448313","bedrooms":"1","price":"203000","area":"639"} , +{"type":"Feature","id":"n8795851383","geometry":{"type":"Point","coordinates":[-0.1229165,51.5071252]},"properties":{"@type":"node","@id":8795851383,"@timestamp":1630358371},"coords":"51.5071252,-0.1229165","bedrooms":"2","price":"186000","area":"665"} , +{"type":"Feature","id":"n8796071712","geometry":{"type":"Point","coordinates":[-0.0710132,51.4246558]},"properties":{"@type":"node","@id":8796071712,"@timestamp":1622744463},"coords":"51.4246558,-0.0710132","bedrooms":"2","price":"264000","area":"453"} , +{"type":"Feature","id":"n8796268626","geometry":{"type":"Point","coordinates":[-0.3596416,51.5589825]},"properties":{"@type":"node","@id":8796268626,"@timestamp":1622748560},"coords":"51.5589825,-0.3596416","bedrooms":"1","price":"174000","area":"640"} , +{"type":"Feature","id":"n8796283054","geometry":{"type":"Point","coordinates":[-0.3517909,51.5628478]},"properties":{"@type":"node","@id":8796283054,"@timestamp":1622749235},"coords":"51.5628478,-0.3517909","bedrooms":"2","price":"212000","area":"596"} , +{"type":"Feature","id":"n8796313254","geometry":{"type":"Point","coordinates":[-0.1006855,51.4610619]},"properties":{"@type":"node","@id":8796313254,"@timestamp":1622749836},"coords":"51.4610619,-0.1006855","bedrooms":"0","price":"246000","area":"696"} , +{"type":"Feature","id":"n8796374338","geometry":{"type":"Point","coordinates":[-0.5954466,51.777551]},"properties":{"@type":"node","@id":8796374338,"@timestamp":1622751397},"coords":"51.777551,-0.5954466","bedrooms":"4","price":"248000","area":"623"} , +{"type":"Feature","id":"n8796374353","geometry":{"type":"Point","coordinates":[-0.5992054,51.778988]},"properties":{"@type":"node","@id":8796374353,"@timestamp":1622751397},"coords":"51.778988,-0.5992054","bedrooms":"2","price":"270000","area":"608"} , +{"type":"Feature","id":"n8796386583","geometry":{"type":"Point","coordinates":[0.0557013,51.6390031]},"properties":{"@type":"node","@id":8796386583,"@timestamp":1622751539},"coords":"51.6390031,0.0557013","bedrooms":"2","price":"277000","area":"603"} , +{"type":"Feature","id":"n8796390724","geometry":{"type":"Point","coordinates":[0.056064,51.6388232]},"properties":{"@type":"node","@id":8796390724,"@timestamp":1622751539},"coords":"51.6388232,0.056064","bedrooms":"3","price":"237000","area":"540"} , +{"type":"Feature","id":"n8796432373","geometry":{"type":"Point","coordinates":[-0.132176,51.4190745]},"properties":{"@type":"node","@id":8796432373,"@timestamp":1622753348},"coords":"51.4190745,-0.132176","bedrooms":"4","price":"163000","area":"466"} , +{"type":"Feature","id":"n8796433746","geometry":{"type":"Point","coordinates":[-0.1314005,51.4197844]},"properties":{"@type":"node","@id":8796433746,"@timestamp":1622752610},"coords":"51.4197844,-0.1314005","bedrooms":"2","price":"290000","area":"363"} , +{"type":"Feature","id":"n8796476525","geometry":{"type":"Point","coordinates":[-0.0460541,51.5482358]},"properties":{"@type":"node","@id":8796476525,"@timestamp":1622754738},"coords":"51.5482358,-0.0460541","bedrooms":"1","price":"262000","area":"608"} , +{"type":"Feature","id":"n8796922110","geometry":{"type":"Point","coordinates":[-0.2403887,51.5055031]},"properties":{"@type":"node","@id":8796922110,"@timestamp":1622776248},"coords":"51.5055031,-0.2403887","bedrooms":"4","price":"248000","area":"379"} , +{"type":"Feature","id":"n8796964899","geometry":{"type":"Point","coordinates":[-0.2409679,51.5057326]},"properties":{"@type":"node","@id":8796964899,"@timestamp":1622776248},"coords":"51.5057326,-0.2409679","bedrooms":"2","price":"278000","area":"663"} , +{"type":"Feature","id":"n8796964934","geometry":{"type":"Point","coordinates":[-0.2400723,51.5057972]},"properties":{"@type":"node","@id":8796964934,"@timestamp":1622776248},"coords":"51.5057972,-0.2400723","bedrooms":"4","price":"263000","area":"642"} , +{"type":"Feature","id":"n8796965012","geometry":{"type":"Point","coordinates":[-0.240595,51.5063924]},"properties":{"@type":"node","@id":8796965012,"@timestamp":1622776248},"coords":"51.5063924,-0.240595","bedrooms":"3","price":"152000","area":"453"} , +{"type":"Feature","id":"n8796965756","geometry":{"type":"Point","coordinates":[-0.2401436,51.506451]},"properties":{"@type":"node","@id":8796965756,"@timestamp":1622776610},"coords":"51.506451,-0.2401436","bedrooms":"1","price":"296000","area":"654"} , +{"type":"Feature","id":"n8797223723","geometry":{"type":"Point","coordinates":[0.1334337,51.9155777]},"properties":{"@type":"node","@id":8797223723,"@timestamp":1622784674},"coords":"51.9155777,0.1334337","bedrooms":"0","price":"238000","area":"630"} , +{"type":"Feature","id":"n8797574638","geometry":{"type":"Point","coordinates":[0.3311163,51.7914647]},"properties":{"@type":"node","@id":8797574638,"@timestamp":1622791722},"coords":"51.7914647,0.3311163","bedrooms":"4","price":"213000","area":"649"} , +{"type":"Feature","id":"n8797658336","geometry":{"type":"Point","coordinates":[-0.8496148,50.9503466]},"properties":{"@type":"node","@id":8797658336,"@timestamp":1622793408},"coords":"50.9503466,-0.8496148","bedrooms":"1","price":"201000","area":"406"} , +{"type":"Feature","id":"n8797658360","geometry":{"type":"Point","coordinates":[-0.8514219,50.9509425]},"properties":{"@type":"node","@id":8797658360,"@timestamp":1622793408},"coords":"50.9509425,-0.8514219","bedrooms":"1","price":"250000","area":"611"} , +{"type":"Feature","id":"n8798266563","geometry":{"type":"Point","coordinates":[-0.4751807,51.1314879]},"properties":{"@type":"node","@id":8798266563,"@timestamp":1629158112},"coords":"51.1314879,-0.4751807","bedrooms":"3","price":"256000","area":"665"} , +{"type":"Feature","id":"n8798386320","geometry":{"type":"Point","coordinates":[-0.3356415,51.4212151]},"properties":{"@type":"node","@id":8798386320,"@timestamp":1622802892},"coords":"51.4212151,-0.3356415","bedrooms":"2","price":"199000","area":"618"} , +{"type":"Feature","id":"n8798541664","geometry":{"type":"Point","coordinates":[0.4710025,51.7327308]},"properties":{"@type":"node","@id":8798541664,"@timestamp":1622803145},"coords":"51.7327308,0.4710025","bedrooms":"1","price":"279000","area":"452"} , +{"type":"Feature","id":"n8799260872","geometry":{"type":"Point","coordinates":[-0.0018106,51.725375]},"properties":{"@type":"node","@id":8799260872,"@timestamp":1622803644},"coords":"51.725375,-0.0018106","bedrooms":"3","price":"187000","area":"580"} , +{"type":"Feature","id":"n8800047743","geometry":{"type":"Point","coordinates":[-0.0510408,51.5488672]},"properties":{"@type":"node","@id":8800047743,"@timestamp":1622805152},"coords":"51.5488672,-0.0510408","bedrooms":"0","price":"270000","area":"469"} , +{"type":"Feature","id":"n8801021537","geometry":{"type":"Point","coordinates":[0.4783648,51.7477852]},"properties":{"@type":"node","@id":8801021537,"@timestamp":1622805328},"coords":"51.7477852,0.4783648","bedrooms":"2","price":"154000","area":"538"} , +{"type":"Feature","id":"n8801152990","geometry":{"type":"Point","coordinates":[-0.3554912,51.5603341]},"properties":{"@type":"node","@id":8801152990,"@timestamp":1622807096},"coords":"51.5603341,-0.3554912","bedrooms":"2","price":"278000","area":"369"} , +{"type":"Feature","id":"n8802565975","geometry":{"type":"Point","coordinates":[-0.1241468,51.4466632]},"properties":{"@type":"node","@id":8802565975,"@timestamp":1622808838},"coords":"51.4466632,-0.1241468","bedrooms":"0","price":"255000","area":"374"} , +{"type":"Feature","id":"n8802666730","geometry":{"type":"Point","coordinates":[-0.1220617,51.4451671]},"properties":{"@type":"node","@id":8802666730,"@timestamp":1622808838},"coords":"51.4451671,-0.1220617","bedrooms":"0","price":"154000","area":"516"} , +{"type":"Feature","id":"n8803236889","geometry":{"type":"Point","coordinates":[0.4666412,51.7455756]},"properties":{"@type":"node","@id":8803236889,"@timestamp":1622810096},"coords":"51.7455756,0.4666412","bedrooms":"0","price":"231000","area":"458"} , +{"type":"Feature","id":"n8803997395","geometry":{"type":"Point","coordinates":[0.1942108,51.744251]},"properties":{"@type":"node","@id":8803997395,"@timestamp":1622812162},"coords":"51.744251,0.1942108","bedrooms":"2","price":"185000","area":"527"} , +{"type":"Feature","id":"n8804169315","geometry":{"type":"Point","coordinates":[-0.6059137,51.4391441]},"properties":{"@type":"node","@id":8804169315,"@timestamp":1622815054},"coords":"51.4391441,-0.6059137","bedrooms":"1","price":"239000","area":"549"} , +{"type":"Feature","id":"n8804321883","geometry":{"type":"Point","coordinates":[-0.1212968,51.4450085]},"properties":{"@type":"node","@id":8804321883,"@timestamp":1622815622},"coords":"51.4450085,-0.1212968","bedrooms":"1","price":"152000","area":"692"} , +{"type":"Feature","id":"n8804387119","geometry":{"type":"Point","coordinates":[-0.6072092,51.4393965]},"properties":{"@type":"node","@id":8804387119,"@timestamp":1622815054},"coords":"51.4393965,-0.6072092","bedrooms":"4","price":"256000","area":"590"} , +{"type":"Feature","id":"n8804387129","geometry":{"type":"Point","coordinates":[-0.6057045,51.4379052]},"properties":{"@type":"node","@id":8804387129,"@timestamp":1622815054},"coords":"51.4379052,-0.6057045","bedrooms":"3","price":"198000","area":"365"} , +{"type":"Feature","id":"n8804387321","geometry":{"type":"Point","coordinates":[-0.6071556,51.4347625]},"properties":{"@type":"node","@id":8804387321,"@timestamp":1622815054},"coords":"51.4347625,-0.6071556","bedrooms":"3","price":"272000","area":"656"} , +{"type":"Feature","id":"n8804440225","geometry":{"type":"Point","coordinates":[0.1096219,51.4290957]},"properties":{"@type":"node","@id":8804440225,"@timestamp":1622815759},"coords":"51.4290957,0.1096219","bedrooms":"4","price":"257000","area":"585"} , +{"type":"Feature","id":"n8804506700","geometry":{"type":"Point","coordinates":[-0.3336648,51.4229866]},"properties":{"@type":"node","@id":8804506700,"@timestamp":1622817925},"coords":"51.4229866,-0.3336648","bedrooms":"3","price":"296000","area":"380"} , +{"type":"Feature","id":"n8804506710","geometry":{"type":"Point","coordinates":[-0.3324568,51.4230503]},"properties":{"@type":"node","@id":8804506710,"@timestamp":1622817925},"coords":"51.4230503,-0.3324568","bedrooms":"1","price":"290000","area":"592"} , +{"type":"Feature","id":"n8804506720","geometry":{"type":"Point","coordinates":[-0.3307676,51.4222701]},"properties":{"@type":"node","@id":8804506720,"@timestamp":1622817925},"coords":"51.4222701,-0.3307676","bedrooms":"4","price":"272000","area":"534"} , +{"type":"Feature","id":"n8804506730","geometry":{"type":"Point","coordinates":[-0.3305562,51.4211815]},"properties":{"@type":"node","@id":8804506730,"@timestamp":1622817925},"coords":"51.4211815,-0.3305562","bedrooms":"1","price":"209000","area":"400"} , +{"type":"Feature","id":"n8804506740","geometry":{"type":"Point","coordinates":[-0.3321651,51.421704]},"properties":{"@type":"node","@id":8804506740,"@timestamp":1622817925},"coords":"51.421704,-0.3321651","bedrooms":"2","price":"260000","area":"613"} , +{"type":"Feature","id":"n8804527513","geometry":{"type":"Point","coordinates":[0.0134392,51.5602525]},"properties":{"@type":"node","@id":8804527513,"@timestamp":1622819153},"coords":"51.5602525,0.0134392","bedrooms":"0","price":"191000","area":"396"} , +{"type":"Feature","id":"n8804536049","geometry":{"type":"Point","coordinates":[0.011775,51.5620344]},"properties":{"@type":"node","@id":8804536049,"@timestamp":1622818957},"coords":"51.5620344,0.011775","bedrooms":"0","price":"271000","area":"409"} , +{"type":"Feature","id":"n8804598916","geometry":{"type":"Point","coordinates":[-0.540702,51.4257925]},"properties":{"@type":"node","@id":8804598916,"@timestamp":1625415448},"coords":"51.4257925,-0.540702","bedrooms":"2","price":"278000","area":"464"} , +{"type":"Feature","id":"n8804688575","geometry":{"type":"Point","coordinates":[-0.5406927,51.430135]},"properties":{"@type":"node","@id":8804688575,"@timestamp":1625415448},"coords":"51.430135,-0.5406927","bedrooms":"2","price":"259000","area":"468"} , +{"type":"Feature","id":"n8804688602","geometry":{"type":"Point","coordinates":[-0.5410715,51.4257643]},"properties":{"@type":"node","@id":8804688602,"@timestamp":1625415448},"coords":"51.4257643,-0.5410715","bedrooms":"1","price":"287000","area":"565"} , +{"type":"Feature","id":"n8804688633","geometry":{"type":"Point","coordinates":[-0.5392273,51.4190078]},"properties":{"@type":"node","@id":8804688633,"@timestamp":1633714558},"coords":"51.4190078,-0.5392273","bedrooms":"2","price":"153000","area":"601"} , +{"type":"Feature","id":"n8804688661","geometry":{"type":"Point","coordinates":[-0.53979,51.4205508]},"properties":{"@type":"node","@id":8804688661,"@timestamp":1625415448},"coords":"51.4205508,-0.53979","bedrooms":"4","price":"167000","area":"433"} , +{"type":"Feature","id":"n8804688707","geometry":{"type":"Point","coordinates":[-0.540154,51.4005502]},"properties":{"@type":"node","@id":8804688707,"@timestamp":1633714558},"coords":"51.4005502,-0.540154","bedrooms":"4","price":"221000","area":"358"} , +{"type":"Feature","id":"n8804688853","geometry":{"type":"Point","coordinates":[-0.5386506,51.4023674]},"properties":{"@type":"node","@id":8804688853,"@timestamp":1625415448},"coords":"51.4023674,-0.5386506","bedrooms":"2","price":"288000","area":"468"} , +{"type":"Feature","id":"n8804688919","geometry":{"type":"Point","coordinates":[-0.5321338,51.4008619]},"properties":{"@type":"node","@id":8804688919,"@timestamp":1625415448},"coords":"51.4008619,-0.5321338","bedrooms":"0","price":"289000","area":"635"} , +{"type":"Feature","id":"n8804688965","geometry":{"type":"Point","coordinates":[-0.5288215,51.3903704]},"properties":{"@type":"node","@id":8804688965,"@timestamp":1625415448},"coords":"51.3903704,-0.5288215","bedrooms":"2","price":"250000","area":"619"} , +{"type":"Feature","id":"n8804689096","geometry":{"type":"Point","coordinates":[-0.5393392,51.4046914]},"properties":{"@type":"node","@id":8804689096,"@timestamp":1625415448},"coords":"51.4046914,-0.5393392","bedrooms":"1","price":"191000","area":"395"} , +{"type":"Feature","id":"n8804689118","geometry":{"type":"Point","coordinates":[-0.5408881,51.4102882]},"properties":{"@type":"node","@id":8804689118,"@timestamp":1625415448},"coords":"51.4102882,-0.5408881","bedrooms":"1","price":"167000","area":"526"} , +{"type":"Feature","id":"n8804689157","geometry":{"type":"Point","coordinates":[-0.5376874,51.4013737]},"properties":{"@type":"node","@id":8804689157,"@timestamp":1625415448},"coords":"51.4013737,-0.5376874","bedrooms":"4","price":"215000","area":"680"} , +{"type":"Feature","id":"n8804689267","geometry":{"type":"Point","coordinates":[-0.5392573,51.3993015]},"properties":{"@type":"node","@id":8804689267,"@timestamp":1625415448},"coords":"51.3993015,-0.5392573","bedrooms":"1","price":"164000","area":"427"} , +{"type":"Feature","id":"n8804689352","geometry":{"type":"Point","coordinates":[-0.5305774,51.3913029]},"properties":{"@type":"node","@id":8804689352,"@timestamp":1625415448},"coords":"51.3913029,-0.5305774","bedrooms":"0","price":"285000","area":"655"} , +{"type":"Feature","id":"n8804710772","geometry":{"type":"Point","coordinates":[-0.0178127,51.5315076]},"properties":{"@type":"node","@id":8804710772,"@timestamp":1622822268},"coords":"51.5315076,-0.0178127","bedrooms":"2","price":"160000","area":"605"} , +{"type":"Feature","id":"n8804862765","geometry":{"type":"Point","coordinates":[-0.2217366,51.548471]},"properties":{"@type":"node","@id":8804862765,"@timestamp":1622828375},"coords":"51.548471,-0.2217366","bedrooms":"3","price":"282000","area":"533"} , +{"type":"Feature","id":"n8805117893","geometry":{"type":"Point","coordinates":[-0.3461342,51.5691301]},"properties":{"@type":"node","@id":8805117893,"@timestamp":1622835323},"coords":"51.5691301,-0.3461342","bedrooms":"1","price":"257000","area":"587"} , +{"type":"Feature","id":"n8805260922","geometry":{"type":"Point","coordinates":[-0.1856948,51.4318338]},"properties":{"@type":"node","@id":8805260922,"@timestamp":1622838852},"coords":"51.4318338,-0.1856948","bedrooms":"1","price":"160000","area":"492"} , +{"type":"Feature","id":"n8805563315","geometry":{"type":"Point","coordinates":[-0.0295324,51.5892871]},"properties":{"@type":"node","@id":8805563315,"@timestamp":1622853962},"coords":"51.5892871,-0.0295324","bedrooms":"3","price":"286000","area":"489"} , +{"type":"Feature","id":"n8805590229","geometry":{"type":"Point","coordinates":[-0.0352872,51.5877699]},"properties":{"@type":"node","@id":8805590229,"@timestamp":1622853962},"coords":"51.5877699,-0.0352872","bedrooms":"4","price":"201000","area":"677"} , +{"type":"Feature","id":"n8805590269","geometry":{"type":"Point","coordinates":[-0.02138,51.5908035]},"properties":{"@type":"node","@id":8805590269,"@timestamp":1622853962},"coords":"51.5908035,-0.02138","bedrooms":"2","price":"209000","area":"485"} , +{"type":"Feature","id":"n8805718958","geometry":{"type":"Point","coordinates":[-0.2425528,51.503987]},"properties":{"@type":"node","@id":8805718958,"@timestamp":1622864793},"coords":"51.503987,-0.2425528","bedrooms":"3","price":"247000","area":"544"} , +{"type":"Feature","id":"n8805728883","geometry":{"type":"Point","coordinates":[-0.2433654,51.5044812]},"properties":{"@type":"node","@id":8805728883,"@timestamp":1622864793},"coords":"51.5044812,-0.2433654","bedrooms":"0","price":"268000","area":"389"} , +{"type":"Feature","id":"n8805728912","geometry":{"type":"Point","coordinates":[-0.2434037,51.504377]},"properties":{"@type":"node","@id":8805728912,"@timestamp":1622864793},"coords":"51.504377,-0.2434037","bedrooms":"2","price":"219000","area":"612"} , +{"type":"Feature","id":"n8806112504","geometry":{"type":"Point","coordinates":[-0.2432625,51.5051008]},"properties":{"@type":"node","@id":8806112504,"@timestamp":1622873699},"coords":"51.5051008,-0.2432625","bedrooms":"0","price":"162000","area":"670"} , +{"type":"Feature","id":"n8806392039","geometry":{"type":"Point","coordinates":[-0.1854806,51.4327482]},"properties":{"@type":"node","@id":8806392039,"@timestamp":1622883906},"coords":"51.4327482,-0.1854806","bedrooms":"0","price":"244000","area":"663"} , +{"type":"Feature","id":"n8806508243","geometry":{"type":"Point","coordinates":[-0.0234234,51.0655288]},"properties":{"@type":"node","@id":8806508243,"@timestamp":1622884876},"coords":"51.0655288,-0.0234234","bedrooms":"3","price":"187000","area":"480"} , +{"type":"Feature","id":"n8806520426","geometry":{"type":"Point","coordinates":[-0.2432801,51.5054654]},"properties":{"@type":"node","@id":8806520426,"@timestamp":1622885614},"coords":"51.5054654,-0.2432801","bedrooms":"3","price":"286000","area":"639"} , +{"type":"Feature","id":"n8806581317","geometry":{"type":"Point","coordinates":[-0.1157088,51.4388875]},"properties":{"@type":"node","@id":8806581317,"@timestamp":1624807143},"coords":"51.4388875,-0.1157088","bedrooms":"0","price":"248000","area":"382"} , +{"type":"Feature","id":"n8806647722","geometry":{"type":"Point","coordinates":[-0.7696465,51.292712]},"properties":{"@type":"node","@id":8806647722,"@timestamp":1622890527},"coords":"51.292712,-0.7696465","bedrooms":"2","price":"280000","area":"457"} , +{"type":"Feature","id":"n8806706458","geometry":{"type":"Point","coordinates":[-0.3032751,51.4630033]},"properties":{"@type":"node","@id":8806706458,"@timestamp":1622892662},"coords":"51.4630033,-0.3032751","bedrooms":"1","price":"155000","area":"461"} , +{"type":"Feature","id":"n8806898537","geometry":{"type":"Point","coordinates":[0.0873079,51.3962893]},"properties":{"@type":"node","@id":8806898537,"@timestamp":1622899078},"coords":"51.3962893,0.0873079","bedrooms":"1","price":"179000","area":"355"} , +{"type":"Feature","id":"n8806977758","geometry":{"type":"Point","coordinates":[-0.6096215,51.188217]},"properties":{"@type":"node","@id":8806977758,"@timestamp":1622901274},"coords":"51.188217,-0.6096215","bedrooms":"2","price":"242000","area":"508"} , +{"type":"Feature","id":"n8806980233","geometry":{"type":"Point","coordinates":[-0.6160844,51.1868368]},"properties":{"@type":"node","@id":8806980233,"@timestamp":1622902348},"coords":"51.1868368,-0.6160844","bedrooms":"4","price":"154000","area":"431"} , +{"type":"Feature","id":"n8807013167","geometry":{"type":"Point","coordinates":[-0.6159206,51.1875679]},"properties":{"@type":"node","@id":8807013167,"@timestamp":1622902058},"coords":"51.1875679,-0.6159206","bedrooms":"2","price":"284000","area":"683"} , +{"type":"Feature","id":"n8807036156","geometry":{"type":"Point","coordinates":[-0.3724152,51.565611]},"properties":{"@type":"node","@id":8807036156,"@timestamp":1622903447},"coords":"51.565611,-0.3724152","bedrooms":"1","price":"159000","area":"471"} , +{"type":"Feature","id":"n8807036174","geometry":{"type":"Point","coordinates":[-0.3670861,51.5658736]},"properties":{"@type":"node","@id":8807036174,"@timestamp":1622903447},"coords":"51.5658736,-0.3670861","bedrooms":"1","price":"294000","area":"473"} , +{"type":"Feature","id":"n8807085329","geometry":{"type":"Point","coordinates":[0.0687664,51.4167655]},"properties":{"@type":"node","@id":8807085329,"@timestamp":1631654200},"coords":"51.4167655,0.0687664","bedrooms":"4","price":"155000","area":"641"} , +{"type":"Feature","id":"n8807085339","geometry":{"type":"Point","coordinates":[0.0678777,51.4175978]},"properties":{"@type":"node","@id":8807085339,"@timestamp":1631654200},"coords":"51.4175978,0.0678777","bedrooms":"4","price":"210000","area":"618"} , +{"type":"Feature","id":"n8807151717","geometry":{"type":"Point","coordinates":[-0.06107,51.4323759]},"properties":{"@type":"node","@id":8807151717,"@timestamp":1622923016},"coords":"51.4323759,-0.06107","bedrooms":"2","price":"189000","area":"666"} , +{"type":"Feature","id":"n8807202543","geometry":{"type":"Point","coordinates":[-0.3726333,51.562126]},"properties":{"@type":"node","@id":8807202543,"@timestamp":1622909035},"coords":"51.562126,-0.3726333","bedrooms":"1","price":"162000","area":"596"} , +{"type":"Feature","id":"n8807214637","geometry":{"type":"Point","coordinates":[-0.3690128,51.5649693]},"properties":{"@type":"node","@id":8807214637,"@timestamp":1622909035},"coords":"51.5649693,-0.3690128","bedrooms":"0","price":"294000","area":"679"} , +{"type":"Feature","id":"n8807225428","geometry":{"type":"Point","coordinates":[-0.7723768,51.7777762]},"properties":{"@type":"node","@id":8807225428,"@timestamp":1622909696},"coords":"51.7777762,-0.7723768","bedrooms":"3","price":"245000","area":"693"} , +{"type":"Feature","id":"n8807311665","geometry":{"type":"Point","coordinates":[-0.611147,51.1845012]},"properties":{"@type":"node","@id":8807311665,"@timestamp":1622986069},"coords":"51.1845012,-0.611147","bedrooms":"1","price":"265000","area":"661"} , +{"type":"Feature","id":"n8807327941","geometry":{"type":"Point","coordinates":[-0.7901052,51.7842107]},"properties":{"@type":"node","@id":8807327941,"@timestamp":1622912447},"coords":"51.7842107,-0.7901052","bedrooms":"3","price":"259000","area":"450"} , +{"type":"Feature","id":"n8807338641","geometry":{"type":"Point","coordinates":[-0.3662937,51.5721562]},"properties":{"@type":"node","@id":8807338641,"@timestamp":1622912852},"coords":"51.5721562,-0.3662937","bedrooms":"2","price":"263000","area":"455"} , +{"type":"Feature","id":"n8807338671","geometry":{"type":"Point","coordinates":[-0.3639629,51.5703612]},"properties":{"@type":"node","@id":8807338671,"@timestamp":1622912852},"coords":"51.5703612,-0.3639629","bedrooms":"0","price":"220000","area":"661"} , +{"type":"Feature","id":"n8807338681","geometry":{"type":"Point","coordinates":[-0.3635949,51.5700637]},"properties":{"@type":"node","@id":8807338681,"@timestamp":1622912852},"coords":"51.5700637,-0.3635949","bedrooms":"2","price":"194000","area":"653"} , +{"type":"Feature","id":"n8807338691","geometry":{"type":"Point","coordinates":[-0.3639362,51.5698486]},"properties":{"@type":"node","@id":8807338691,"@timestamp":1622912852},"coords":"51.5698486,-0.3639362","bedrooms":"2","price":"274000","area":"364"} , +{"type":"Feature","id":"n8807338701","geometry":{"type":"Point","coordinates":[-0.3637951,51.5695796]},"properties":{"@type":"node","@id":8807338701,"@timestamp":1622912852},"coords":"51.5695796,-0.3637951","bedrooms":"1","price":"295000","area":"354"} , +{"type":"Feature","id":"n8807338713","geometry":{"type":"Point","coordinates":[-0.3629094,51.5699079]},"properties":{"@type":"node","@id":8807338713,"@timestamp":1622912852},"coords":"51.5699079,-0.3629094","bedrooms":"3","price":"275000","area":"624"} , +{"type":"Feature","id":"n8807338723","geometry":{"type":"Point","coordinates":[-0.362375,51.5704421]},"properties":{"@type":"node","@id":8807338723,"@timestamp":1622912852},"coords":"51.5704421,-0.362375","bedrooms":"3","price":"233000","area":"618"} , +{"type":"Feature","id":"n8807338733","geometry":{"type":"Point","coordinates":[-0.3625816,51.5699362]},"properties":{"@type":"node","@id":8807338733,"@timestamp":1622912852},"coords":"51.5699362,-0.3625816","bedrooms":"0","price":"185000","area":"565"} , +{"type":"Feature","id":"n8807364046","geometry":{"type":"Point","coordinates":[-0.2168866,51.4608946]},"properties":{"@type":"node","@id":8807364046,"@timestamp":1622914592},"coords":"51.4608946,-0.2168866","bedrooms":"1","price":"278000","area":"538"} , +{"type":"Feature","id":"n8807393849","geometry":{"type":"Point","coordinates":[-0.878414,51.1064027]},"properties":{"@type":"node","@id":8807393849,"@timestamp":1622915175},"coords":"51.1064027,-0.878414","bedrooms":"1","price":"203000","area":"398"} , +{"type":"Feature","id":"n8807410123","geometry":{"type":"Point","coordinates":[-0.0781226,51.5095281]},"properties":{"@type":"node","@id":8807410123,"@timestamp":1622915934},"coords":"51.5095281,-0.0781226","bedrooms":"2","price":"184000","area":"632"} , +{"type":"Feature","id":"n8807410153","geometry":{"type":"Point","coordinates":[-0.0840145,51.5105892]},"properties":{"@type":"node","@id":8807410153,"@timestamp":1622915934},"coords":"51.5105892,-0.0840145","bedrooms":"2","price":"225000","area":"495"} , +{"type":"Feature","id":"n8807431550","geometry":{"type":"Point","coordinates":[-0.0872313,51.5110389]},"properties":{"@type":"node","@id":8807431550,"@timestamp":1629681763},"coords":"51.5110389,-0.0872313","bedrooms":"1","price":"203000","area":"650"} , +{"type":"Feature","id":"n8807699530","geometry":{"type":"Point","coordinates":[-0.5315379,51.4399232]},"properties":{"@type":"node","@id":8807699530,"@timestamp":1625415448},"coords":"51.4399232,-0.5315379","bedrooms":"0","price":"286000","area":"465"} , +{"type":"Feature","id":"n8807713423","geometry":{"type":"Point","coordinates":[-0.5779451,51.7629601]},"properties":{"@type":"node","@id":8807713423,"@timestamp":1622927324},"coords":"51.7629601,-0.5779451","bedrooms":"0","price":"227000","area":"556"} , +{"type":"Feature","id":"n8807735451","geometry":{"type":"Point","coordinates":[-0.5216664,51.4510043]},"properties":{"@type":"node","@id":8807735451,"@timestamp":1625415448},"coords":"51.4510043,-0.5216664","bedrooms":"2","price":"167000","area":"620"} , +{"type":"Feature","id":"n8807735473","geometry":{"type":"Point","coordinates":[-0.5194,51.4559553]},"properties":{"@type":"node","@id":8807735473,"@timestamp":1625415448},"coords":"51.4559553,-0.5194","bedrooms":"4","price":"208000","area":"698"} , +{"type":"Feature","id":"n8807735504","geometry":{"type":"Point","coordinates":[-0.516899,51.4603112]},"properties":{"@type":"node","@id":8807735504,"@timestamp":1625415448},"coords":"51.4603112,-0.516899","bedrooms":"3","price":"200000","area":"543"} , +{"type":"Feature","id":"n8807735534","geometry":{"type":"Point","coordinates":[-0.5196036,51.4559829]},"properties":{"@type":"node","@id":8807735534,"@timestamp":1625415448},"coords":"51.4559829,-0.5196036","bedrooms":"1","price":"199000","area":"616"} , +{"type":"Feature","id":"n8807735559","geometry":{"type":"Point","coordinates":[-0.5220902,51.4511321]},"properties":{"@type":"node","@id":8807735559,"@timestamp":1625415448},"coords":"51.4511321,-0.5220902","bedrooms":"3","price":"231000","area":"586"} , +{"type":"Feature","id":"n8807735606","geometry":{"type":"Point","coordinates":[-0.5271974,51.4469526]},"properties":{"@type":"node","@id":8807735606,"@timestamp":1625415448},"coords":"51.4469526,-0.5271974","bedrooms":"1","price":"217000","area":"535"} , +{"type":"Feature","id":"n8807735723","geometry":{"type":"Point","coordinates":[-0.5322044,51.4397696]},"properties":{"@type":"node","@id":8807735723,"@timestamp":1625415448},"coords":"51.4397696,-0.5322044","bedrooms":"2","price":"195000","area":"551"} , +{"type":"Feature","id":"n8807735736","geometry":{"type":"Point","coordinates":[-0.5381635,51.4343642]},"properties":{"@type":"node","@id":8807735736,"@timestamp":1625415448},"coords":"51.4343642,-0.5381635","bedrooms":"2","price":"210000","area":"492"} , +{"type":"Feature","id":"n8807743997","geometry":{"type":"Point","coordinates":[0.2381739,51.9629108]},"properties":{"@type":"node","@id":8807743997,"@timestamp":1622928126},"coords":"51.9629108,0.2381739","bedrooms":"1","price":"208000","area":"586"} , +{"type":"Feature","id":"n8807788716","geometry":{"type":"Point","coordinates":[-0.3607069,51.5780473]},"properties":{"@type":"node","@id":8807788716,"@timestamp":1622929501},"coords":"51.5780473,-0.3607069","bedrooms":"2","price":"209000","area":"558"} , +{"type":"Feature","id":"n8807875812","geometry":{"type":"Point","coordinates":[-0.9381286,51.4491661]},"properties":{"@type":"node","@id":8807875812,"@timestamp":1622934518},"coords":"51.4491661,-0.9381286","bedrooms":"3","price":"253000","area":"628"} , +{"type":"Feature","id":"n8808086452","geometry":{"type":"Point","coordinates":[-0.2440978,51.5050291]},"properties":{"@type":"node","@id":8808086452,"@timestamp":1622952614},"coords":"51.5050291,-0.2440978","bedrooms":"2","price":"167000","area":"459"} , +{"type":"Feature","id":"n8808127087","geometry":{"type":"Point","coordinates":[-0.2442959,51.5053498]},"properties":{"@type":"node","@id":8808127087,"@timestamp":1622955746},"coords":"51.5053498,-0.2442959","bedrooms":"2","price":"239000","area":"362"} , +{"type":"Feature","id":"n8808157950","geometry":{"type":"Point","coordinates":[-0.2442268,51.5059444]},"properties":{"@type":"node","@id":8808157950,"@timestamp":1622955746},"coords":"51.5059444,-0.2442268","bedrooms":"4","price":"253000","area":"658"} , +{"type":"Feature","id":"n8808157960","geometry":{"type":"Point","coordinates":[-0.2435414,51.506125]},"properties":{"@type":"node","@id":8808157960,"@timestamp":1622955746},"coords":"51.506125,-0.2435414","bedrooms":"3","price":"219000","area":"694"} , +{"type":"Feature","id":"n8808158048","geometry":{"type":"Point","coordinates":[-0.2435585,51.5056182]},"properties":{"@type":"node","@id":8808158048,"@timestamp":1622955746},"coords":"51.5056182,-0.2435585","bedrooms":"1","price":"167000","area":"640"} , +{"type":"Feature","id":"n8808255255","geometry":{"type":"Point","coordinates":[-0.2431058,51.5060821]},"properties":{"@type":"node","@id":8808255255,"@timestamp":1622961928},"coords":"51.5060821,-0.2431058","bedrooms":"3","price":"187000","area":"445"} , +{"type":"Feature","id":"n8808263372","geometry":{"type":"Point","coordinates":[-0.2424487,51.5066432]},"properties":{"@type":"node","@id":8808263372,"@timestamp":1622961928},"coords":"51.5066432,-0.2424487","bedrooms":"4","price":"151000","area":"575"} , +{"type":"Feature","id":"n8808489700","geometry":{"type":"Point","coordinates":[0.4536253,51.785248]},"properties":{"@type":"node","@id":8808489700,"@timestamp":1623604464},"coords":"51.785248,0.4536253","bedrooms":"4","price":"293000","area":"445"} , +{"type":"Feature","id":"n8808550927","geometry":{"type":"Point","coordinates":[-0.4298167,51.0434362]},"properties":{"@type":"node","@id":8808550927,"@timestamp":1622970712},"coords":"51.0434362,-0.4298167","bedrooms":"4","price":"177000","area":"676"} , +{"type":"Feature","id":"n8808699675","geometry":{"type":"Point","coordinates":[-0.7363024,51.2524297]},"properties":{"@type":"node","@id":8808699675,"@timestamp":1623943444},"coords":"51.2524297,-0.7363024","bedrooms":"1","price":"215000","area":"583"} , +{"type":"Feature","id":"n8808745210","geometry":{"type":"Point","coordinates":[-0.1933874,51.4538122]},"properties":{"@type":"node","@id":8808745210,"@timestamp":1622978507},"coords":"51.4538122,-0.1933874","bedrooms":"0","price":"266000","area":"670"} , +{"type":"Feature","id":"n8808786292","geometry":{"type":"Point","coordinates":[-0.1503675,51.398107]},"properties":{"@type":"node","@id":8808786292,"@timestamp":1622979962},"coords":"51.398107,-0.1503675","bedrooms":"0","price":"198000","area":"636"} , +{"type":"Feature","id":"n8808867768","geometry":{"type":"Point","coordinates":[-0.366052,51.5702284]},"properties":{"@type":"node","@id":8808867768,"@timestamp":1622984459},"coords":"51.5702284,-0.366052","bedrooms":"4","price":"202000","area":"498"} , +{"type":"Feature","id":"n8808867801","geometry":{"type":"Point","coordinates":[-0.361123,51.5681094]},"properties":{"@type":"node","@id":8808867801,"@timestamp":1622984459},"coords":"51.5681094,-0.361123","bedrooms":"2","price":"199000","area":"479"} , +{"type":"Feature","id":"n8808890375","geometry":{"type":"Point","coordinates":[-0.1400636,51.7175207]},"properties":{"@type":"node","@id":8808890375,"@timestamp":1622984567},"coords":"51.7175207,-0.1400636","bedrooms":"4","price":"235000","area":"404"} , +{"type":"Feature","id":"n8809000775","geometry":{"type":"Point","coordinates":[-0.0523974,51.1637336]},"properties":{"@type":"node","@id":8809000775,"@timestamp":1622987143},"coords":"51.1637336,-0.0523974","bedrooms":"1","price":"222000","area":"369"} , +{"type":"Feature","id":"n8809060354","geometry":{"type":"Point","coordinates":[-0.0134413,51.1282034]},"properties":{"@type":"node","@id":8809060354,"@timestamp":1622989762},"coords":"51.1282034,-0.0134413","bedrooms":"1","price":"184000","area":"644"} , +{"type":"Feature","id":"n8809144179","geometry":{"type":"Point","coordinates":[-0.0639764,51.4186795]},"properties":{"@type":"node","@id":8809144179,"@timestamp":1622992957},"coords":"51.4186795,-0.0639764","bedrooms":"3","price":"265000","area":"684"} , +{"type":"Feature","id":"n8809152429","geometry":{"type":"Point","coordinates":[-0.066203,51.4193539]},"properties":{"@type":"node","@id":8809152429,"@timestamp":1622994369},"coords":"51.4193539,-0.066203","bedrooms":"2","price":"197000","area":"545"} , +{"type":"Feature","id":"n8809161929","geometry":{"type":"Point","coordinates":[-0.225113,51.4685028]},"properties":{"@type":"node","@id":8809161929,"@timestamp":1622993012},"coords":"51.4685028,-0.225113","bedrooms":"3","price":"230000","area":"384"} , +{"type":"Feature","id":"n8809242235","geometry":{"type":"Point","coordinates":[-0.5761128,51.7642961]},"properties":{"@type":"node","@id":8809242235,"@timestamp":1622997152},"coords":"51.7642961,-0.5761128","bedrooms":"4","price":"184000","area":"492"} , +{"type":"Feature","id":"n8809242245","geometry":{"type":"Point","coordinates":[-0.5803159,51.7739696]},"properties":{"@type":"node","@id":8809242245,"@timestamp":1622997152},"coords":"51.7739696,-0.5803159","bedrooms":"4","price":"192000","area":"396"} , +{"type":"Feature","id":"n8809270331","geometry":{"type":"Point","coordinates":[-0.3303642,51.4501438]},"properties":{"@type":"node","@id":8809270331,"@timestamp":1622997081},"coords":"51.4501438,-0.3303642","bedrooms":"0","price":"262000","area":"697"} , +{"type":"Feature","id":"n8809469826","geometry":{"type":"Point","coordinates":[-0.2072538,51.4374616]},"properties":{"@type":"node","@id":8809469826,"@timestamp":1623002658},"coords":"51.4374616,-0.2072538","bedrooms":"2","price":"188000","area":"556"} , +{"type":"Feature","id":"n8809521061","geometry":{"type":"Point","coordinates":[-0.1044259,51.4310064]},"properties":{"@type":"node","@id":8809521061,"@timestamp":1628784382},"coords":"51.4310064,-0.1044259","bedrooms":"3","price":"181000","area":"454"} , +{"type":"Feature","id":"n8809583442","geometry":{"type":"Point","coordinates":[-0.1064717,51.4310743]},"properties":{"@type":"node","@id":8809583442,"@timestamp":1628784394},"coords":"51.4310743,-0.1064717","bedrooms":"3","price":"260000","area":"665"} , +{"type":"Feature","id":"n8809940939","geometry":{"type":"Point","coordinates":[-0.3523796,51.0235393]},"properties":{"@type":"node","@id":8809940939,"@timestamp":1623014602},"coords":"51.0235393,-0.3523796","bedrooms":"0","price":"211000","area":"353"} , +{"type":"Feature","id":"n8810688347","geometry":{"type":"Point","coordinates":[-0.1479608,51.4634337]},"properties":{"@type":"node","@id":8810688347,"@timestamp":1623046895},"coords":"51.4634337,-0.1479608","bedrooms":"1","price":"262000","area":"649"} , +{"type":"Feature","id":"n8810849606","geometry":{"type":"Point","coordinates":[0.5338678,51.2453878]},"properties":{"@type":"node","@id":8810849606,"@timestamp":1623050579},"coords":"51.2453878,0.5338678","bedrooms":"3","price":"157000","area":"424"} , +{"type":"Feature","id":"n8810924551","geometry":{"type":"Point","coordinates":[0.441298,51.8514104]},"properties":{"@type":"node","@id":8810924551,"@timestamp":1623052959},"coords":"51.8514104,0.441298","bedrooms":"4","price":"279000","area":"456"} , +{"type":"Feature","id":"n8811058350","geometry":{"type":"Point","coordinates":[-0.131039,51.470451]},"properties":{"@type":"node","@id":8811058350,"@timestamp":1623055754},"coords":"51.470451,-0.131039","bedrooms":"2","price":"268000","area":"541"} , +{"type":"Feature","id":"n8811058384","geometry":{"type":"Point","coordinates":[-0.1308336,51.4700683]},"properties":{"@type":"node","@id":8811058384,"@timestamp":1623055754},"coords":"51.4700683,-0.1308336","bedrooms":"3","price":"256000","area":"688"} , +{"type":"Feature","id":"n8811058401","geometry":{"type":"Point","coordinates":[-0.1302246,51.4695319]},"properties":{"@type":"node","@id":8811058401,"@timestamp":1623055754},"coords":"51.4695319,-0.1302246","bedrooms":"0","price":"247000","area":"649"} , +{"type":"Feature","id":"n8811168487","geometry":{"type":"Point","coordinates":[-0.3583315,51.5659377]},"properties":{"@type":"node","@id":8811168487,"@timestamp":1623058496},"coords":"51.5659377,-0.3583315","bedrooms":"0","price":"241000","area":"585"} , +{"type":"Feature","id":"n8811199559","geometry":{"type":"Point","coordinates":[-0.1302479,51.471497]},"properties":{"@type":"node","@id":8811199559,"@timestamp":1636070590},"coords":"51.471497,-0.1302479","bedrooms":"2","price":"253000","area":"482"} , +{"type":"Feature","id":"n8811222939","geometry":{"type":"Point","coordinates":[-0.1283887,51.4700254]},"properties":{"@type":"node","@id":8811222939,"@timestamp":1623059285},"coords":"51.4700254,-0.1283887","bedrooms":"0","price":"253000","area":"362"} , +{"type":"Feature","id":"n8811249633","geometry":{"type":"Point","coordinates":[-0.1303042,51.4692301]},"properties":{"@type":"node","@id":8811249633,"@timestamp":1623059737},"coords":"51.4692301,-0.1303042","bedrooms":"4","price":"179000","area":"469"} , +{"type":"Feature","id":"n8811331166","geometry":{"type":"Point","coordinates":[-0.5492858,51.3026035]},"properties":{"@type":"node","@id":8811331166,"@timestamp":1623062009},"coords":"51.3026035,-0.5492858","bedrooms":"3","price":"170000","area":"619"} , +{"type":"Feature","id":"n8811352450","geometry":{"type":"Point","coordinates":[-0.129085,51.4704818]},"properties":{"@type":"node","@id":8811352450,"@timestamp":1623061616},"coords":"51.4704818,-0.129085","bedrooms":"4","price":"277000","area":"354"} , +{"type":"Feature","id":"n8811363422","geometry":{"type":"Point","coordinates":[-0.1301152,51.4700773]},"properties":{"@type":"node","@id":8811363422,"@timestamp":1623061900},"coords":"51.4700773,-0.1301152","bedrooms":"0","price":"274000","area":"457"} , +{"type":"Feature","id":"n8811536079","geometry":{"type":"Point","coordinates":[-0.1080088,51.4674928]},"properties":{"@type":"node","@id":8811536079,"@timestamp":1623066537},"coords":"51.4674928,-0.1080088","bedrooms":"4","price":"195000","area":"431"} , +{"type":"Feature","id":"n8811646544","geometry":{"type":"Point","coordinates":[-0.1002093,51.4269907]},"properties":{"@type":"node","@id":8811646544,"@timestamp":1623068816},"coords":"51.4269907,-0.1002093","bedrooms":"4","price":"294000","area":"482"} , +{"type":"Feature","id":"n8811745981","geometry":{"type":"Point","coordinates":[-0.5733066,51.7665928]},"properties":{"@type":"node","@id":8811745981,"@timestamp":1623072099},"coords":"51.7665928,-0.5733066","bedrooms":"3","price":"276000","area":"556"} , +{"type":"Feature","id":"n8811745992","geometry":{"type":"Point","coordinates":[-0.5755271,51.7674103]},"properties":{"@type":"node","@id":8811745992,"@timestamp":1623072099},"coords":"51.7674103,-0.5755271","bedrooms":"2","price":"247000","area":"697"} , +{"type":"Feature","id":"n8811746003","geometry":{"type":"Point","coordinates":[-0.5697265,51.7656812]},"properties":{"@type":"node","@id":8811746003,"@timestamp":1623072099},"coords":"51.7656812,-0.5697265","bedrooms":"1","price":"264000","area":"628"} , +{"type":"Feature","id":"n8811748470","geometry":{"type":"Point","coordinates":[-0.3352065,51.5028812]},"properties":{"@type":"node","@id":8811748470,"@timestamp":1623967181},"coords":"51.5028812,-0.3352065","bedrooms":"2","price":"231000","area":"473"} , +{"type":"Feature","id":"n8811794935","geometry":{"type":"Point","coordinates":[-0.3375503,51.5043934]},"properties":{"@type":"node","@id":8811794935,"@timestamp":1626210733},"coords":"51.5043934,-0.3375503","bedrooms":"2","price":"226000","area":"590"} , +{"type":"Feature","id":"n8811794945","geometry":{"type":"Point","coordinates":[-0.3373014,51.5043473]},"properties":{"@type":"node","@id":8811794945,"@timestamp":1626210733},"coords":"51.5043473,-0.3373014","bedrooms":"2","price":"225000","area":"450"} , +{"type":"Feature","id":"n8811850085","geometry":{"type":"Point","coordinates":[-0.1011701,51.799923]},"properties":{"@type":"node","@id":8811850085,"@timestamp":1626965810},"coords":"51.799923,-0.1011701","bedrooms":"2","price":"181000","area":"371"} , +{"type":"Feature","id":"n8811861824","geometry":{"type":"Point","coordinates":[-0.3325815,51.4265208]},"properties":{"@type":"node","@id":8811861824,"@timestamp":1623074374},"coords":"51.4265208,-0.3325815","bedrooms":"4","price":"151000","area":"552"} , +{"type":"Feature","id":"n8811863969","geometry":{"type":"Point","coordinates":[0.572229,51.882602]},"properties":{"@type":"node","@id":8811863969,"@timestamp":1623074660},"coords":"51.882602,0.572229","bedrooms":"2","price":"247000","area":"460"} , +{"type":"Feature","id":"n8811912415","geometry":{"type":"Point","coordinates":[-0.1227547,51.4452033]},"properties":{"@type":"node","@id":8811912415,"@timestamp":1623075808},"coords":"51.4452033,-0.1227547","bedrooms":"0","price":"232000","area":"481"} , +{"type":"Feature","id":"n8811978880","geometry":{"type":"Point","coordinates":[-0.1369908,51.4418963]},"properties":{"@type":"node","@id":8811978880,"@timestamp":1623077664},"coords":"51.4418963,-0.1369908","bedrooms":"0","price":"150000","area":"374"} , +{"type":"Feature","id":"n8812003102","geometry":{"type":"Point","coordinates":[-0.3493797,51.5634146]},"properties":{"@type":"node","@id":8812003102,"@timestamp":1623078151},"coords":"51.5634146,-0.3493797","bedrooms":"0","price":"256000","area":"615"} , +{"type":"Feature","id":"n8812014081","geometry":{"type":"Point","coordinates":[-0.0076368,51.131184]},"properties":{"@type":"node","@id":8812014081,"@timestamp":1629566210},"coords":"51.131184,-0.0076368","bedrooms":"0","price":"200000","area":"448"} , +{"type":"Feature","id":"n8812109779","geometry":{"type":"Point","coordinates":[-0.0915479,51.587617]},"properties":{"@type":"node","@id":8812109779,"@timestamp":1623080625},"coords":"51.587617,-0.0915479","bedrooms":"4","price":"185000","area":"478"} , +{"type":"Feature","id":"n8812122768","geometry":{"type":"Point","coordinates":[0.0491733,51.6991389]},"properties":{"@type":"node","@id":8812122768,"@timestamp":1623081275},"coords":"51.6991389,0.0491733","bedrooms":"3","price":"293000","area":"681"} , +{"type":"Feature","id":"n8812144590","geometry":{"type":"Point","coordinates":[-0.7685988,51.7529079]},"properties":{"@type":"node","@id":8812144590,"@timestamp":1623082284},"coords":"51.7529079,-0.7685988","bedrooms":"0","price":"215000","area":"640"} , +{"type":"Feature","id":"n8812144600","geometry":{"type":"Point","coordinates":[-0.7712164,51.7522598]},"properties":{"@type":"node","@id":8812144600,"@timestamp":1623082284},"coords":"51.7522598,-0.7712164","bedrooms":"0","price":"244000","area":"531"} , +{"type":"Feature","id":"n8812175774","geometry":{"type":"Point","coordinates":[-0.1084003,51.4750257]},"properties":{"@type":"node","@id":8812175774,"@timestamp":1623083009},"coords":"51.4750257,-0.1084003","bedrooms":"1","price":"167000","area":"473"} , +{"type":"Feature","id":"n8812175784","geometry":{"type":"Point","coordinates":[-0.1078084,51.4746926]},"properties":{"@type":"node","@id":8812175784,"@timestamp":1623083009},"coords":"51.4746926,-0.1078084","bedrooms":"1","price":"222000","area":"651"} , +{"type":"Feature","id":"n8812175794","geometry":{"type":"Point","coordinates":[-0.1074409,51.4745676]},"properties":{"@type":"node","@id":8812175794,"@timestamp":1623083009},"coords":"51.4745676,-0.1074409","bedrooms":"0","price":"289000","area":"395"} , +{"type":"Feature","id":"n8812175805","geometry":{"type":"Point","coordinates":[-0.110164,51.4741221]},"properties":{"@type":"node","@id":8812175805,"@timestamp":1623083009},"coords":"51.4741221,-0.110164","bedrooms":"4","price":"260000","area":"557"} , +{"type":"Feature","id":"n8812175815","geometry":{"type":"Point","coordinates":[-0.1094933,51.4741846]},"properties":{"@type":"node","@id":8812175815,"@timestamp":1623083009},"coords":"51.4741846,-0.1094933","bedrooms":"1","price":"237000","area":"586"} , +{"type":"Feature","id":"n8812211890","geometry":{"type":"Point","coordinates":[-0.1054604,51.7911735]},"properties":{"@type":"node","@id":8812211890,"@timestamp":1623087086},"coords":"51.7911735,-0.1054604","bedrooms":"2","price":"152000","area":"599"} , +{"type":"Feature","id":"n8812221926","geometry":{"type":"Point","coordinates":[-0.1060051,51.7936146]},"properties":{"@type":"node","@id":8812221926,"@timestamp":1623087086},"coords":"51.7936146,-0.1060051","bedrooms":"4","price":"223000","area":"468"} , +{"type":"Feature","id":"n8812224592","geometry":{"type":"Point","coordinates":[-0.1106342,51.474279]},"properties":{"@type":"node","@id":8812224592,"@timestamp":1623084743},"coords":"51.474279,-0.1106342","bedrooms":"2","price":"285000","area":"376"} , +{"type":"Feature","id":"n8812256026","geometry":{"type":"Point","coordinates":[-0.1098364,51.475855]},"properties":{"@type":"node","@id":8812256026,"@timestamp":1623084743},"coords":"51.475855,-0.1098364","bedrooms":"0","price":"224000","area":"361"} , +{"type":"Feature","id":"n8812256036","geometry":{"type":"Point","coordinates":[-0.1102495,51.4752345]},"properties":{"@type":"node","@id":8812256036,"@timestamp":1623084743},"coords":"51.4752345,-0.1102495","bedrooms":"0","price":"260000","area":"434"} , +{"type":"Feature","id":"n8812314874","geometry":{"type":"Point","coordinates":[-0.1063557,51.791842]},"properties":{"@type":"node","@id":8812314874,"@timestamp":1623094628},"coords":"51.791842,-0.1063557","bedrooms":"3","price":"237000","area":"407"} , +{"type":"Feature","id":"n8812426585","geometry":{"type":"Point","coordinates":[-0.6187846,51.1870416]},"properties":{"@type":"node","@id":8812426585,"@timestamp":1623091810},"coords":"51.1870416,-0.6187846","bedrooms":"0","price":"235000","area":"604"} , +{"type":"Feature","id":"n8812612733","geometry":{"type":"Point","coordinates":[-0.1029378,51.790716]},"properties":{"@type":"node","@id":8812612733,"@timestamp":1623094628},"coords":"51.790716,-0.1029378","bedrooms":"1","price":"208000","area":"410"} , +{"type":"Feature","id":"n8812612759","geometry":{"type":"Point","coordinates":[-0.0910654,51.7939729]},"properties":{"@type":"node","@id":8812612759,"@timestamp":1623094628},"coords":"51.7939729,-0.0910654","bedrooms":"0","price":"210000","area":"441"} , +{"type":"Feature","id":"n8812625389","geometry":{"type":"Point","coordinates":[-0.2146648,51.4661066]},"properties":{"@type":"node","@id":8812625389,"@timestamp":1623096170},"coords":"51.4661066,-0.2146648","bedrooms":"3","price":"165000","area":"442"} , +{"type":"Feature","id":"n8812770273","geometry":{"type":"Point","coordinates":[0.0880529,51.7419836]},"properties":{"@type":"node","@id":8812770273,"@timestamp":1623100391},"coords":"51.7419836,0.0880529","bedrooms":"1","price":"150000","area":"606"} , +{"type":"Feature","id":"n8812770285","geometry":{"type":"Point","coordinates":[0.0878936,51.7419443]},"properties":{"@type":"node","@id":8812770285,"@timestamp":1623100391},"coords":"51.7419443,0.0878936","bedrooms":"0","price":"216000","area":"645"} , +{"type":"Feature","id":"n8812829976","geometry":{"type":"Point","coordinates":[-0.1050548,51.7906239]},"properties":{"@type":"node","@id":8812829976,"@timestamp":1623100040},"coords":"51.7906239,-0.1050548","bedrooms":"4","price":"218000","area":"686"} , +{"type":"Feature","id":"n8812838918","geometry":{"type":"Point","coordinates":[-0.103853,51.7869069]},"properties":{"@type":"node","@id":8812838918,"@timestamp":1623100040},"coords":"51.7869069,-0.103853","bedrooms":"0","price":"258000","area":"438"} , +{"type":"Feature","id":"n8812899138","geometry":{"type":"Point","coordinates":[-0.0882521,51.5867233]},"properties":{"@type":"node","@id":8812899138,"@timestamp":1623101405},"coords":"51.5867233,-0.0882521","bedrooms":"1","price":"272000","area":"648"} , +{"type":"Feature","id":"n8812958456","geometry":{"type":"Point","coordinates":[-0.3352292,51.5793598]},"properties":{"@type":"node","@id":8812958456,"@timestamp":1623103445},"coords":"51.5793598,-0.3352292","bedrooms":"2","price":"251000","area":"673"} , +{"type":"Feature","id":"n8812961577","geometry":{"type":"Point","coordinates":[-0.2243544,51.4683234]},"properties":{"@type":"node","@id":8812961577,"@timestamp":1623103592},"coords":"51.4683234,-0.2243544","bedrooms":"1","price":"254000","area":"520"} , +{"type":"Feature","id":"n8812961587","geometry":{"type":"Point","coordinates":[-0.2228306,51.4679788]},"properties":{"@type":"node","@id":8812961587,"@timestamp":1623103592},"coords":"51.4679788,-0.2228306","bedrooms":"3","price":"188000","area":"573"} , +{"type":"Feature","id":"n8812961597","geometry":{"type":"Point","coordinates":[-0.2217077,51.4676911]},"properties":{"@type":"node","@id":8812961597,"@timestamp":1623103592},"coords":"51.4676911,-0.2217077","bedrooms":"3","price":"229000","area":"417"} , +{"type":"Feature","id":"n8813007783","geometry":{"type":"Point","coordinates":[-0.1015415,51.5875015]},"properties":{"@type":"node","@id":8813007783,"@timestamp":1623105626},"coords":"51.5875015,-0.1015415","bedrooms":"1","price":"174000","area":"392"} , +{"type":"Feature","id":"n8813007793","geometry":{"type":"Point","coordinates":[-0.1026323,51.5877243]},"properties":{"@type":"node","@id":8813007793,"@timestamp":1623105626},"coords":"51.5877243,-0.1026323","bedrooms":"0","price":"227000","area":"643"} , +{"type":"Feature","id":"n8813007803","geometry":{"type":"Point","coordinates":[-0.1021306,51.5885334]},"properties":{"@type":"node","@id":8813007803,"@timestamp":1623105626},"coords":"51.5885334,-0.1021306","bedrooms":"0","price":"270000","area":"518"} , +{"type":"Feature","id":"n8813007813","geometry":{"type":"Point","coordinates":[-0.1023963,51.5889788]},"properties":{"@type":"node","@id":8813007813,"@timestamp":1623105626},"coords":"51.5889788,-0.1023963","bedrooms":"3","price":"219000","area":"433"} , +{"type":"Feature","id":"n8813008623","geometry":{"type":"Point","coordinates":[-0.103769,51.5899992]},"properties":{"@type":"node","@id":8813008623,"@timestamp":1623105626},"coords":"51.5899992,-0.103769","bedrooms":"4","price":"154000","area":"579"} , +{"type":"Feature","id":"n8813008637","geometry":{"type":"Point","coordinates":[-0.1036317,51.5896675]},"properties":{"@type":"node","@id":8813008637,"@timestamp":1623105626},"coords":"51.5896675,-0.1036317","bedrooms":"4","price":"177000","area":"531"} , +{"type":"Feature","id":"n8813034960","geometry":{"type":"Point","coordinates":[-0.0870428,51.5864997]},"properties":{"@type":"node","@id":8813034960,"@timestamp":1623108092},"coords":"51.5864997,-0.0870428","bedrooms":"3","price":"159000","area":"458"} , +{"type":"Feature","id":"n8813040021","geometry":{"type":"Point","coordinates":[-0.3373679,51.5840953]},"properties":{"@type":"node","@id":8813040021,"@timestamp":1623107983},"coords":"51.5840953,-0.3373679","bedrooms":"0","price":"210000","area":"432"} , +{"type":"Feature","id":"n8813043331","geometry":{"type":"Point","coordinates":[-0.088197,51.586677]},"properties":{"@type":"node","@id":8813043331,"@timestamp":1623108092},"coords":"51.586677,-0.088197","bedrooms":"4","price":"154000","area":"587"} , +{"type":"Feature","id":"n8813043694","geometry":{"type":"Point","coordinates":[-0.1303498,51.5720221]},"properties":{"@type":"node","@id":8813043694,"@timestamp":1623110234},"coords":"51.5720221,-0.1303498","bedrooms":"3","price":"292000","area":"510"} , +{"type":"Feature","id":"n8813207921","geometry":{"type":"Point","coordinates":[-0.075864,51.5827286]},"properties":{"@type":"node","@id":8813207921,"@timestamp":1623119942},"coords":"51.5827286,-0.075864","bedrooms":"1","price":"270000","area":"369"} , +{"type":"Feature","id":"n8813381465","geometry":{"type":"Point","coordinates":[-0.244654,51.5060563]},"properties":{"@type":"node","@id":8813381465,"@timestamp":1623126029},"coords":"51.5060563,-0.244654","bedrooms":"2","price":"298000","area":"616"} , +{"type":"Feature","id":"n8813398233","geometry":{"type":"Point","coordinates":[-0.2442049,51.506596]},"properties":{"@type":"node","@id":8813398233,"@timestamp":1623126029},"coords":"51.506596,-0.2442049","bedrooms":"0","price":"157000","area":"624"} , +{"type":"Feature","id":"n8814006746","geometry":{"type":"Point","coordinates":[0.735832,51.9270843]},"properties":{"@type":"node","@id":8814006746,"@timestamp":1623140708},"coords":"51.9270843,0.735832","bedrooms":"0","price":"159000","area":"528"} , +{"type":"Feature","id":"n8814025160","geometry":{"type":"Point","coordinates":[-0.1105589,51.4747769]},"properties":{"@type":"node","@id":8814025160,"@timestamp":1623141275},"coords":"51.4747769,-0.1105589","bedrooms":"2","price":"184000","area":"484"} , +{"type":"Feature","id":"n8814025184","geometry":{"type":"Point","coordinates":[-0.1085124,51.4751736]},"properties":{"@type":"node","@id":8814025184,"@timestamp":1623141275},"coords":"51.4751736,-0.1085124","bedrooms":"0","price":"237000","area":"534"} , +{"type":"Feature","id":"n8814025205","geometry":{"type":"Point","coordinates":[-0.1084281,51.4747663]},"properties":{"@type":"node","@id":8814025205,"@timestamp":1623141275},"coords":"51.4747663,-0.1084281","bedrooms":"4","price":"248000","area":"471"} , +{"type":"Feature","id":"n8814025215","geometry":{"type":"Point","coordinates":[-0.1084856,51.4742899]},"properties":{"@type":"node","@id":8814025215,"@timestamp":1623141275},"coords":"51.4742899,-0.1084856","bedrooms":"1","price":"203000","area":"550"} , +{"type":"Feature","id":"n8814045825","geometry":{"type":"Point","coordinates":[-0.1077519,51.4743206]},"properties":{"@type":"node","@id":8814045825,"@timestamp":1623141275},"coords":"51.4743206,-0.1077519","bedrooms":"1","price":"215000","area":"631"} , +{"type":"Feature","id":"n8814045835","geometry":{"type":"Point","coordinates":[-0.1088505,51.4742057]},"properties":{"@type":"node","@id":8814045835,"@timestamp":1623141275},"coords":"51.4742057,-0.1088505","bedrooms":"0","price":"297000","area":"598"} , +{"type":"Feature","id":"n8814047263","geometry":{"type":"Point","coordinates":[-0.1074178,51.4744147]},"properties":{"@type":"node","@id":8814047263,"@timestamp":1623141896},"coords":"51.4744147,-0.1074178","bedrooms":"4","price":"150000","area":"473"} , +{"type":"Feature","id":"n8814047273","geometry":{"type":"Point","coordinates":[-0.1070283,51.4742546]},"properties":{"@type":"node","@id":8814047273,"@timestamp":1623141896},"coords":"51.4742546,-0.1070283","bedrooms":"4","price":"170000","area":"352"} , +{"type":"Feature","id":"n8814047312","geometry":{"type":"Point","coordinates":[-0.1103434,51.4759862]},"properties":{"@type":"node","@id":8814047312,"@timestamp":1623141896},"coords":"51.4759862,-0.1103434","bedrooms":"2","price":"207000","area":"588"} , +{"type":"Feature","id":"n8814081639","geometry":{"type":"Point","coordinates":[-0.1101122,51.4763719]},"properties":{"@type":"node","@id":8814081639,"@timestamp":1623142524},"coords":"51.4763719,-0.1101122","bedrooms":"2","price":"155000","area":"475"} , +{"type":"Feature","id":"n8814081649","geometry":{"type":"Point","coordinates":[-0.1100894,51.4765924]},"properties":{"@type":"node","@id":8814081649,"@timestamp":1623142524},"coords":"51.4765924,-0.1100894","bedrooms":"1","price":"259000","area":"464"} , +{"type":"Feature","id":"n8814081677","geometry":{"type":"Point","coordinates":[-0.1100492,51.4768105]},"properties":{"@type":"node","@id":8814081677,"@timestamp":1623142524},"coords":"51.4768105,-0.1100492","bedrooms":"3","price":"176000","area":"578"} , +{"type":"Feature","id":"n8814121083","geometry":{"type":"Point","coordinates":[-0.3842448,51.435017]},"properties":{"@type":"node","@id":8814121083,"@timestamp":1623142917},"coords":"51.435017,-0.3842448","bedrooms":"4","price":"230000","area":"622"} , +{"type":"Feature","id":"n8814121126","geometry":{"type":"Point","coordinates":[-0.3782136,51.4366726]},"properties":{"@type":"node","@id":8814121126,"@timestamp":1623142917},"coords":"51.4366726,-0.3782136","bedrooms":"4","price":"267000","area":"377"} , +{"type":"Feature","id":"n8814172982","geometry":{"type":"Point","coordinates":[-0.4264526,51.4048712]},"properties":{"@type":"node","@id":8814172982,"@timestamp":1623144886},"coords":"51.4048712,-0.4264526","bedrooms":"0","price":"291000","area":"647"} , +{"type":"Feature","id":"n8814617928","geometry":{"type":"Point","coordinates":[-0.3305059,51.5806061]},"properties":{"@type":"node","@id":8814617928,"@timestamp":1623154826},"coords":"51.5806061,-0.3305059","bedrooms":"1","price":"278000","area":"640"} , +{"type":"Feature","id":"n8814643231","geometry":{"type":"Point","coordinates":[-0.0983597,51.5580571]},"properties":{"@type":"node","@id":8814643231,"@timestamp":1623155644},"coords":"51.5580571,-0.0983597","bedrooms":"2","price":"257000","area":"624"} , +{"type":"Feature","id":"n8814795716","geometry":{"type":"Point","coordinates":[-0.1289421,51.7898086]},"properties":{"@type":"node","@id":8814795716,"@timestamp":1623160008},"coords":"51.7898086,-0.1289421","bedrooms":"1","price":"162000","area":"576"} , +{"type":"Feature","id":"n8814836028","geometry":{"type":"Point","coordinates":[-0.1153618,51.4746095]},"properties":{"@type":"node","@id":8814836028,"@timestamp":1623161115},"coords":"51.4746095,-0.1153618","bedrooms":"0","price":"239000","area":"379"} , +{"type":"Feature","id":"n8814836092","geometry":{"type":"Point","coordinates":[-0.1151714,51.4751137]},"properties":{"@type":"node","@id":8814836092,"@timestamp":1623161115},"coords":"51.4751137,-0.1151714","bedrooms":"2","price":"292000","area":"433"} , +{"type":"Feature","id":"n8814836109","geometry":{"type":"Point","coordinates":[-0.1151449,51.4757603]},"properties":{"@type":"node","@id":8814836109,"@timestamp":1623161115},"coords":"51.4757603,-0.1151449","bedrooms":"2","price":"167000","area":"411"} , +{"type":"Feature","id":"n8814867407","geometry":{"type":"Point","coordinates":[-0.106446,51.7925722]},"properties":{"@type":"node","@id":8814867407,"@timestamp":1623162389},"coords":"51.7925722,-0.106446","bedrooms":"0","price":"297000","area":"424"} , +{"type":"Feature","id":"n8815017503","geometry":{"type":"Point","coordinates":[0.0931761,51.4423511]},"properties":{"@type":"node","@id":8815017503,"@timestamp":1623168755},"coords":"51.4423511,0.0931761","bedrooms":"3","price":"169000","area":"442"} , +{"type":"Feature","id":"n8815086935","geometry":{"type":"Point","coordinates":[0.0827535,51.6073359]},"properties":{"@type":"node","@id":8815086935,"@timestamp":1623168854},"coords":"51.6073359,0.0827535","bedrooms":"4","price":"272000","area":"536"} , +{"type":"Feature","id":"n8815202369","geometry":{"type":"Point","coordinates":[-0.2456059,51.5066704]},"properties":{"@type":"node","@id":8815202369,"@timestamp":1623171976},"coords":"51.5066704,-0.2456059","bedrooms":"3","price":"231000","area":"600"} , +{"type":"Feature","id":"n8815202396","geometry":{"type":"Point","coordinates":[-0.2451509,51.506071]},"properties":{"@type":"node","@id":8815202396,"@timestamp":1623171976},"coords":"51.506071,-0.2451509","bedrooms":"0","price":"210000","area":"352"} , +{"type":"Feature","id":"n8815202406","geometry":{"type":"Point","coordinates":[-0.2448318,51.5054664]},"properties":{"@type":"node","@id":8815202406,"@timestamp":1623171976},"coords":"51.5054664,-0.2448318","bedrooms":"0","price":"217000","area":"377"} , +{"type":"Feature","id":"n8815202508","geometry":{"type":"Point","coordinates":[-0.2451625,51.5051075]},"properties":{"@type":"node","@id":8815202508,"@timestamp":1623171976},"coords":"51.5051075,-0.2451625","bedrooms":"4","price":"190000","area":"501"} , +{"type":"Feature","id":"n8815243249","geometry":{"type":"Point","coordinates":[-0.2460606,51.506081]},"properties":{"@type":"node","@id":8815243249,"@timestamp":1623173212},"coords":"51.506081,-0.2460606","bedrooms":"0","price":"164000","area":"553"} , +{"type":"Feature","id":"n8815243259","geometry":{"type":"Point","coordinates":[-0.2458649,51.5056459]},"properties":{"@type":"node","@id":8815243259,"@timestamp":1623173212},"coords":"51.5056459,-0.2458649","bedrooms":"1","price":"181000","area":"668"} , +{"type":"Feature","id":"n8815243269","geometry":{"type":"Point","coordinates":[-0.2456693,51.5052109]},"properties":{"@type":"node","@id":8815243269,"@timestamp":1623173212},"coords":"51.5052109,-0.2456693","bedrooms":"4","price":"199000","area":"655"} , +{"type":"Feature","id":"n8815287678","geometry":{"type":"Point","coordinates":[-0.0641432,51.512455]},"properties":{"@type":"node","@id":8815287678,"@timestamp":1623174874},"coords":"51.512455,-0.0641432","bedrooms":"1","price":"189000","area":"658"} , +{"type":"Feature","id":"n8815307779","geometry":{"type":"Point","coordinates":[-0.0646713,51.5123943]},"properties":{"@type":"node","@id":8815307779,"@timestamp":1623174874},"coords":"51.5123943,-0.0646713","bedrooms":"1","price":"151000","area":"451"} , +{"type":"Feature","id":"n8815365940","geometry":{"type":"Point","coordinates":[-0.3068984,51.5128114]},"properties":{"@type":"node","@id":8815365940,"@timestamp":1623176555},"coords":"51.5128114,-0.3068984","bedrooms":"3","price":"151000","area":"617"} , +{"type":"Feature","id":"n8815443117","geometry":{"type":"Point","coordinates":[-0.0380131,51.5493221]},"properties":{"@type":"node","@id":8815443117,"@timestamp":1623177923},"coords":"51.5493221,-0.0380131","bedrooms":"4","price":"228000","area":"396"} , +{"type":"Feature","id":"n8815591103","geometry":{"type":"Point","coordinates":[-0.0204868,51.1092042]},"properties":{"@type":"node","@id":8815591103,"@timestamp":1623182657},"coords":"51.1092042,-0.0204868","bedrooms":"1","price":"186000","area":"653"} , +{"type":"Feature","id":"n8815674956","geometry":{"type":"Point","coordinates":[0.0101081,51.512559]},"properties":{"@type":"node","@id":8815674956,"@timestamp":1624980319},"coords":"51.512559,0.0101081","bedrooms":"2","price":"256000","area":"490"} , +{"type":"Feature","id":"n8815759928","geometry":{"type":"Point","coordinates":[-0.2825465,51.451295]},"properties":{"@type":"node","@id":8815759928,"@timestamp":1623186964},"coords":"51.451295,-0.2825465","bedrooms":"4","price":"184000","area":"363"} , +{"type":"Feature","id":"n8815819046","geometry":{"type":"Point","coordinates":[-0.3268456,51.5809435]},"properties":{"@type":"node","@id":8815819046,"@timestamp":1623190633},"coords":"51.5809435,-0.3268456","bedrooms":"3","price":"204000","area":"444"} , +{"type":"Feature","id":"n8815848753","geometry":{"type":"Point","coordinates":[-0.3241389,51.5838783]},"properties":{"@type":"node","@id":8815848753,"@timestamp":1623192664},"coords":"51.5838783,-0.3241389","bedrooms":"3","price":"246000","area":"391"} , +{"type":"Feature","id":"n8815854169","geometry":{"type":"Point","coordinates":[-0.3213428,51.5816302]},"properties":{"@type":"node","@id":8815854169,"@timestamp":1623192065},"coords":"51.5816302,-0.3213428","bedrooms":"3","price":"191000","area":"658"} , +{"type":"Feature","id":"n8816094478","geometry":{"type":"Point","coordinates":[-0.2450121,51.5048819]},"properties":{"@type":"node","@id":8816094478,"@timestamp":1623208952},"coords":"51.5048819,-0.2450121","bedrooms":"0","price":"202000","area":"380"} , +{"type":"Feature","id":"n8816128431","geometry":{"type":"Point","coordinates":[-0.244238,51.5046879]},"properties":{"@type":"node","@id":8816128431,"@timestamp":1623208952},"coords":"51.5046879,-0.244238","bedrooms":"1","price":"206000","area":"406"} , +{"type":"Feature","id":"n8816128513","geometry":{"type":"Point","coordinates":[-0.2450152,51.504529]},"properties":{"@type":"node","@id":8816128513,"@timestamp":1623208952},"coords":"51.504529,-0.2450152","bedrooms":"4","price":"214000","area":"614"} , +{"type":"Feature","id":"n8816586889","geometry":{"type":"Point","coordinates":[0.2469739,51.4559563]},"properties":{"@type":"node","@id":8816586889,"@timestamp":1630769343},"coords":"51.4559563,0.2469739","bedrooms":"2","price":"186000","area":"648"} , +{"type":"Feature","id":"n8816648052","geometry":{"type":"Point","coordinates":[-0.0213119,51.5350383]},"properties":{"@type":"node","@id":8816648052,"@timestamp":1623224566},"coords":"51.5350383,-0.0213119","bedrooms":"4","price":"195000","area":"492"} , +{"type":"Feature","id":"n8816657917","geometry":{"type":"Point","coordinates":[-0.0606799,51.5382136]},"properties":{"@type":"node","@id":8816657917,"@timestamp":1623224696},"coords":"51.5382136,-0.0606799","bedrooms":"0","price":"278000","area":"678"} , +{"type":"Feature","id":"n8816735087","geometry":{"type":"Point","coordinates":[0.2622087,51.4202673]},"properties":{"@type":"node","@id":8816735087,"@timestamp":1623227238},"coords":"51.4202673,0.2622087","bedrooms":"1","price":"192000","area":"649"} , +{"type":"Feature","id":"n8816926958","geometry":{"type":"Point","coordinates":[-0.0377188,51.5494495]},"properties":{"@type":"node","@id":8816926958,"@timestamp":1623231686},"coords":"51.5494495,-0.0377188","bedrooms":"1","price":"250000","area":"463"} , +{"type":"Feature","id":"n8817024744","geometry":{"type":"Point","coordinates":[-0.3313461,51.427105]},"properties":{"@type":"node","@id":8817024744,"@timestamp":1623233867},"coords":"51.427105,-0.3313461","bedrooms":"2","price":"254000","area":"410"} , +{"type":"Feature","id":"n8817024788","geometry":{"type":"Point","coordinates":[-0.333164,51.4274529]},"properties":{"@type":"node","@id":8817024788,"@timestamp":1623233867},"coords":"51.4274529,-0.333164","bedrooms":"0","price":"280000","area":"686"} , +{"type":"Feature","id":"n8817082529","geometry":{"type":"Point","coordinates":[-0.0223361,51.8049486]},"properties":{"@type":"node","@id":8817082529,"@timestamp":1623234434},"coords":"51.8049486,-0.0223361","bedrooms":"4","price":"244000","area":"425"} , +{"type":"Feature","id":"n8817208601","geometry":{"type":"Point","coordinates":[-0.1136604,51.49469]},"properties":{"@type":"node","@id":8817208601,"@timestamp":1623234968},"coords":"51.49469,-0.1136604","bedrooms":"1","price":"240000","area":"492"} , +{"type":"Feature","id":"n8817216723","geometry":{"type":"Point","coordinates":[-0.1119112,51.4937735]},"properties":{"@type":"node","@id":8817216723,"@timestamp":1623234968},"coords":"51.4937735,-0.1119112","bedrooms":"1","price":"157000","area":"554"} , +{"type":"Feature","id":"n8817236000","geometry":{"type":"Point","coordinates":[-1.093778,51.8232056]},"properties":{"@type":"node","@id":8817236000,"@timestamp":1635014374},"coords":"51.8232056,-1.093778","bedrooms":"0","price":"211000","area":"580"} , +{"type":"Feature","id":"n8817236010","geometry":{"type":"Point","coordinates":[-1.0884933,51.8295847]},"properties":{"@type":"node","@id":8817236010,"@timestamp":1635014374},"coords":"51.8295847,-1.0884933","bedrooms":"3","price":"157000","area":"523"} , +{"type":"Feature","id":"n8817320621","geometry":{"type":"Point","coordinates":[-1.0799955,51.8174705]},"properties":{"@type":"node","@id":8817320621,"@timestamp":1635014374},"coords":"51.8174705,-1.0799955","bedrooms":"4","price":"227000","area":"544"} , +{"type":"Feature","id":"n8817320631","geometry":{"type":"Point","coordinates":[-1.0738092,51.8138184]},"properties":{"@type":"node","@id":8817320631,"@timestamp":1623235559},"coords":"51.8138184,-1.0738092","bedrooms":"0","price":"198000","area":"485"} , +{"type":"Feature","id":"n8817322513","geometry":{"type":"Point","coordinates":[-0.1119325,51.4936853]},"properties":{"@type":"node","@id":8817322513,"@timestamp":1623236176},"coords":"51.4936853,-0.1119325","bedrooms":"3","price":"154000","area":"618"} , +{"type":"Feature","id":"n8817415455","geometry":{"type":"Point","coordinates":[-0.7541652,51.2658705]},"properties":{"@type":"node","@id":8817415455,"@timestamp":1623236047},"coords":"51.2658705,-0.7541652","bedrooms":"0","price":"169000","area":"651"} , +{"type":"Feature","id":"n8817450335","geometry":{"type":"Point","coordinates":[-0.1133261,51.4943609]},"properties":{"@type":"node","@id":8817450335,"@timestamp":1623236176},"coords":"51.4943609,-0.1133261","bedrooms":"1","price":"221000","area":"602"} , +{"type":"Feature","id":"n8817820253","geometry":{"type":"Point","coordinates":[-0.3269002,51.4275345]},"properties":{"@type":"node","@id":8817820253,"@timestamp":1623242619},"coords":"51.4275345,-0.3269002","bedrooms":"0","price":"283000","area":"464"} , +{"type":"Feature","id":"n8817820293","geometry":{"type":"Point","coordinates":[-0.3326498,51.4251219]},"properties":{"@type":"node","@id":8817820293,"@timestamp":1623242619},"coords":"51.4251219,-0.3326498","bedrooms":"3","price":"244000","area":"421"} , +{"type":"Feature","id":"n8817820303","geometry":{"type":"Point","coordinates":[-0.3325903,51.425249]},"properties":{"@type":"node","@id":8817820303,"@timestamp":1623242619},"coords":"51.425249,-0.3325903","bedrooms":"3","price":"238000","area":"608"} , +{"type":"Feature","id":"n8817820313","geometry":{"type":"Point","coordinates":[-0.3316684,51.4258448]},"properties":{"@type":"node","@id":8817820313,"@timestamp":1623242619},"coords":"51.4258448,-0.3316684","bedrooms":"1","price":"263000","area":"516"} , +{"type":"Feature","id":"n8817878475","geometry":{"type":"Point","coordinates":[-0.1901755,51.4478339]},"properties":{"@type":"node","@id":8817878475,"@timestamp":1623242890},"coords":"51.4478339,-0.1901755","bedrooms":"2","price":"176000","area":"357"} , +{"type":"Feature","id":"n8817890235","geometry":{"type":"Point","coordinates":[-0.2466363,51.5043477]},"properties":{"@type":"node","@id":8817890235,"@timestamp":1623243410},"coords":"51.5043477,-0.2466363","bedrooms":"1","price":"244000","area":"522"} , +{"type":"Feature","id":"n8817890245","geometry":{"type":"Point","coordinates":[-0.2474673,51.5042541]},"properties":{"@type":"node","@id":8817890245,"@timestamp":1623243410},"coords":"51.5042541,-0.2474673","bedrooms":"4","price":"185000","area":"443"} , +{"type":"Feature","id":"n8817890315","geometry":{"type":"Point","coordinates":[-0.2456702,51.5042891]},"properties":{"@type":"node","@id":8817890315,"@timestamp":1623243410},"coords":"51.5042891,-0.2456702","bedrooms":"1","price":"220000","area":"475"} , +{"type":"Feature","id":"n8817898145","geometry":{"type":"Point","coordinates":[-0.2448216,51.5043042]},"properties":{"@type":"node","@id":8817898145,"@timestamp":1623243410},"coords":"51.5043042,-0.2448216","bedrooms":"2","price":"254000","area":"654"} , +{"type":"Feature","id":"n8817921688","geometry":{"type":"Point","coordinates":[0.1241529,51.4346735]},"properties":{"@type":"node","@id":8817921688,"@timestamp":1623243601},"coords":"51.4346735,0.1241529","bedrooms":"2","price":"264000","area":"484"} , +{"type":"Feature","id":"n8817978351","geometry":{"type":"Point","coordinates":[-0.544605,51.432824]},"properties":{"@type":"node","@id":8817978351,"@timestamp":1625402359},"coords":"51.432824,-0.544605","bedrooms":"1","price":"275000","area":"513"} , +{"type":"Feature","id":"n8818039395","geometry":{"type":"Point","coordinates":[-0.3556073,51.5690659]},"properties":{"@type":"node","@id":8818039395,"@timestamp":1623247220},"coords":"51.5690659,-0.3556073","bedrooms":"3","price":"299000","area":"583"} , +{"type":"Feature","id":"n8818056915","geometry":{"type":"Point","coordinates":[-0.0245833,51.5389704]},"properties":{"@type":"node","@id":8818056915,"@timestamp":1623247459},"coords":"51.5389704,-0.0245833","bedrooms":"0","price":"206000","area":"539"} , +{"type":"Feature","id":"n8818114527","geometry":{"type":"Point","coordinates":[-0.111116,51.4923969]},"properties":{"@type":"node","@id":8818114527,"@timestamp":1633533641},"coords":"51.4923969,-0.111116","bedrooms":"2","price":"293000","area":"493"} , +{"type":"Feature","id":"n8818114582","geometry":{"type":"Point","coordinates":[-0.1148188,51.4941124]},"properties":{"@type":"node","@id":8818114582,"@timestamp":1623248436},"coords":"51.4941124,-0.1148188","bedrooms":"2","price":"242000","area":"620"} , +{"type":"Feature","id":"n8818127810","geometry":{"type":"Point","coordinates":[0.4523374,51.2959612]},"properties":{"@type":"node","@id":8818127810,"@timestamp":1623248747},"coords":"51.2959612,0.4523374","bedrooms":"0","price":"184000","area":"467"} , +{"type":"Feature","id":"n8818188506","geometry":{"type":"Point","coordinates":[-0.1368461,51.4123027]},"properties":{"@type":"node","@id":8818188506,"@timestamp":1623250527},"coords":"51.4123027,-0.1368461","bedrooms":"4","price":"221000","area":"607"} , +{"type":"Feature","id":"n8818192462","geometry":{"type":"Point","coordinates":[-0.1360917,51.4135466]},"properties":{"@type":"node","@id":8818192462,"@timestamp":1623250527},"coords":"51.4135466,-0.1360917","bedrooms":"4","price":"256000","area":"653"} , +{"type":"Feature","id":"n8818410904","geometry":{"type":"Point","coordinates":[-0.1105974,51.4916954]},"properties":{"@type":"node","@id":8818410904,"@timestamp":1623257481},"coords":"51.4916954,-0.1105974","bedrooms":"2","price":"159000","area":"476"} , +{"type":"Feature","id":"n8818424834","geometry":{"type":"Point","coordinates":[-0.1088348,51.4919725]},"properties":{"@type":"node","@id":8818424834,"@timestamp":1623257481},"coords":"51.4919725,-0.1088348","bedrooms":"1","price":"290000","area":"369"} , +{"type":"Feature","id":"n8818446924","geometry":{"type":"Point","coordinates":[-0.1082176,51.4912562]},"properties":{"@type":"node","@id":8818446924,"@timestamp":1623258093},"coords":"51.4912562,-0.1082176","bedrooms":"2","price":"281000","area":"498"} , +{"type":"Feature","id":"n8818591040","geometry":{"type":"Point","coordinates":[-0.0655992,51.4184847]},"properties":{"@type":"node","@id":8818591040,"@timestamp":1623262619},"coords":"51.4184847,-0.0655992","bedrooms":"4","price":"181000","area":"525"} , +{"type":"Feature","id":"n8818657587","geometry":{"type":"Point","coordinates":[-0.1146497,51.5317635]},"properties":{"@type":"node","@id":8818657587,"@timestamp":1623264167},"coords":"51.5317635,-0.1146497","bedrooms":"0","price":"282000","area":"591"} , +{"type":"Feature","id":"n8818687838","geometry":{"type":"Point","coordinates":[-0.2465481,51.5039572]},"properties":{"@type":"node","@id":8818687838,"@timestamp":1623264737},"coords":"51.5039572,-0.2465481","bedrooms":"0","price":"279000","area":"427"} , +{"type":"Feature","id":"n8818687940","geometry":{"type":"Point","coordinates":[-0.247426,51.5035333]},"properties":{"@type":"node","@id":8818687940,"@timestamp":1623264737},"coords":"51.5035333,-0.247426","bedrooms":"1","price":"206000","area":"400"} , +{"type":"Feature","id":"n8818688073","geometry":{"type":"Point","coordinates":[-0.247944,51.503384]},"properties":{"@type":"node","@id":8818688073,"@timestamp":1623264737},"coords":"51.503384,-0.247944","bedrooms":"1","price":"175000","area":"415"} , +{"type":"Feature","id":"n8818688083","geometry":{"type":"Point","coordinates":[-0.2480685,51.503822]},"properties":{"@type":"node","@id":8818688083,"@timestamp":1623264737},"coords":"51.503822,-0.2480685","bedrooms":"3","price":"231000","area":"388"} , +{"type":"Feature","id":"n8818690552","geometry":{"type":"Point","coordinates":[-0.8368681,51.8249794]},"properties":{"@type":"node","@id":8818690552,"@timestamp":1635943627},"coords":"51.8249794,-0.8368681","bedrooms":"2","price":"231000","area":"692"} , +{"type":"Feature","id":"n8818867319","geometry":{"type":"Point","coordinates":[-0.231884,51.2845243]},"properties":{"@type":"node","@id":8818867319,"@timestamp":1623269063},"coords":"51.2845243,-0.231884","bedrooms":"4","price":"287000","area":"579"} , +{"type":"Feature","id":"n8818933492","geometry":{"type":"Point","coordinates":[-0.1048887,51.7960728]},"properties":{"@type":"node","@id":8818933492,"@timestamp":1623271827},"coords":"51.7960728,-0.1048887","bedrooms":"4","price":"177000","area":"602"} , +{"type":"Feature","id":"n8818933502","geometry":{"type":"Point","coordinates":[-0.101973,51.7996998]},"properties":{"@type":"node","@id":8818933502,"@timestamp":1623271827},"coords":"51.7996998,-0.101973","bedrooms":"4","price":"163000","area":"428"} , +{"type":"Feature","id":"n8818972747","geometry":{"type":"Point","coordinates":[-0.1057989,51.7913513]},"properties":{"@type":"node","@id":8818972747,"@timestamp":1623272618},"coords":"51.7913513,-0.1057989","bedrooms":"4","price":"201000","area":"496"} , +{"type":"Feature","id":"n8819055263","geometry":{"type":"Point","coordinates":[-0.4702326,51.4809526]},"properties":{"@type":"node","@id":8819055263,"@timestamp":1623276797},"coords":"51.4809526,-0.4702326","bedrooms":"1","price":"274000","area":"669"} , +{"type":"Feature","id":"n8819099636","geometry":{"type":"Point","coordinates":[-0.1397444,51.4527894]},"properties":{"@type":"node","@id":8819099636,"@timestamp":1623280950},"coords":"51.4527894,-0.1397444","bedrooms":"0","price":"175000","area":"464"} , +{"type":"Feature","id":"n8819099666","geometry":{"type":"Point","coordinates":[-0.1392566,51.4524554]},"properties":{"@type":"node","@id":8819099666,"@timestamp":1623280950},"coords":"51.4524554,-0.1392566","bedrooms":"1","price":"233000","area":"482"} , +{"type":"Feature","id":"n8819211032","geometry":{"type":"Point","coordinates":[-0.0292383,51.5812656]},"properties":{"@type":"node","@id":8819211032,"@timestamp":1623286525},"coords":"51.5812656,-0.0292383","bedrooms":"0","price":"170000","area":"583"} , +{"type":"Feature","id":"n8819369074","geometry":{"type":"Point","coordinates":[-0.2441431,51.5041052]},"properties":{"@type":"node","@id":8819369074,"@timestamp":1623298876},"coords":"51.5041052,-0.2441431","bedrooms":"0","price":"234000","area":"525"} , +{"type":"Feature","id":"n8819369084","geometry":{"type":"Point","coordinates":[-0.2448355,51.5040035]},"properties":{"@type":"node","@id":8819369084,"@timestamp":1623298876},"coords":"51.5040035,-0.2448355","bedrooms":"0","price":"223000","area":"594"} , +{"type":"Feature","id":"n8819369094","geometry":{"type":"Point","coordinates":[-0.2455166,51.5039034]},"properties":{"@type":"node","@id":8819369094,"@timestamp":1623298876},"coords":"51.5039034,-0.2455166","bedrooms":"4","price":"240000","area":"636"} , +{"type":"Feature","id":"n8819369104","geometry":{"type":"Point","coordinates":[-0.2462198,51.5038]},"properties":{"@type":"node","@id":8819369104,"@timestamp":1623298876},"coords":"51.5038,-0.2462198","bedrooms":"0","price":"228000","area":"538"} , +{"type":"Feature","id":"n8819369114","geometry":{"type":"Point","coordinates":[-0.24692,51.5036653]},"properties":{"@type":"node","@id":8819369114,"@timestamp":1623298876},"coords":"51.5036653,-0.24692","bedrooms":"3","price":"232000","area":"394"} , +{"type":"Feature","id":"n8819394890","geometry":{"type":"Point","coordinates":[-0.2465126,51.5034552]},"properties":{"@type":"node","@id":8819394890,"@timestamp":1623298876},"coords":"51.5034552,-0.2465126","bedrooms":"2","price":"212000","area":"415"} , +{"type":"Feature","id":"n8819394900","geometry":{"type":"Point","coordinates":[-0.2458269,51.5035556]},"properties":{"@type":"node","@id":8819394900,"@timestamp":1623298876},"coords":"51.5035556,-0.2458269","bedrooms":"4","price":"221000","area":"666"} , +{"type":"Feature","id":"n8819394910","geometry":{"type":"Point","coordinates":[-0.2451409,51.503656]},"properties":{"@type":"node","@id":8819394910,"@timestamp":1623298876},"coords":"51.503656,-0.2451409","bedrooms":"2","price":"205000","area":"667"} , +{"type":"Feature","id":"n8819394920","geometry":{"type":"Point","coordinates":[-0.2444564,51.5037562]},"properties":{"@type":"node","@id":8819394920,"@timestamp":1623298876},"coords":"51.5037562,-0.2444564","bedrooms":"0","price":"151000","area":"476"} , +{"type":"Feature","id":"n8820178271","geometry":{"type":"Point","coordinates":[0.0693736,51.8287337]},"properties":{"@type":"node","@id":8820178271,"@timestamp":1623312705},"coords":"51.8287337,0.0693736","bedrooms":"2","price":"190000","area":"542"} , +{"type":"Feature","id":"n8820586666","geometry":{"type":"Point","coordinates":[-0.7314783,51.0308446]},"properties":{"@type":"node","@id":8820586666,"@timestamp":1623319567},"coords":"51.0308446,-0.7314783","bedrooms":"4","price":"221000","area":"599"} , +{"type":"Feature","id":"n8820702203","geometry":{"type":"Point","coordinates":[-0.6902031,51.1232084]},"properties":{"@type":"node","@id":8820702203,"@timestamp":1623322833},"coords":"51.1232084,-0.6902031","bedrooms":"2","price":"173000","area":"426"} , +{"type":"Feature","id":"n8820878179","geometry":{"type":"Point","coordinates":[-0.1400417,51.7670569]},"properties":{"@type":"node","@id":8820878179,"@timestamp":1623325633},"coords":"51.7670569,-0.1400417","bedrooms":"0","price":"287000","area":"649"} , +{"type":"Feature","id":"n8820957132","geometry":{"type":"Point","coordinates":[0.6208543,51.640909]},"properties":{"@type":"node","@id":8820957132,"@timestamp":1623327517},"coords":"51.640909,0.6208543","bedrooms":"4","price":"153000","area":"668"} , +{"type":"Feature","id":"n8821085773","geometry":{"type":"Point","coordinates":[-0.1189233,51.4663653]},"properties":{"@type":"node","@id":8821085773,"@timestamp":1623332124},"coords":"51.4663653,-0.1189233","bedrooms":"0","price":"179000","area":"612"} , +{"type":"Feature","id":"n8821124902","geometry":{"type":"Point","coordinates":[-0.117478,51.4668988]},"properties":{"@type":"node","@id":8821124902,"@timestamp":1623332905},"coords":"51.4668988,-0.117478","bedrooms":"0","price":"182000","area":"670"} , +{"type":"Feature","id":"n8821150662","geometry":{"type":"Point","coordinates":[-0.3146606,51.4893015]},"properties":{"@type":"node","@id":8821150662,"@timestamp":1623333998},"coords":"51.4893015,-0.3146606","bedrooms":"4","price":"188000","area":"449"} , +{"type":"Feature","id":"n8821652161","geometry":{"type":"Point","coordinates":[-0.3382452,51.5022903]},"properties":{"@type":"node","@id":8821652161,"@timestamp":1623345599},"coords":"51.5022903,-0.3382452","bedrooms":"1","price":"162000","area":"481"} , +{"type":"Feature","id":"n8821652180","geometry":{"type":"Point","coordinates":[-0.3380431,51.5017471]},"properties":{"@type":"node","@id":8821652180,"@timestamp":1627745778},"coords":"51.5017471,-0.3380431","bedrooms":"4","price":"259000","area":"513"} , +{"type":"Feature","id":"n8821714312","geometry":{"type":"Point","coordinates":[-0.2437517,51.5040797]},"properties":{"@type":"node","@id":8821714312,"@timestamp":1623346813},"coords":"51.5040797,-0.2437517","bedrooms":"1","price":"216000","area":"461"} , +{"type":"Feature","id":"n8821998482","geometry":{"type":"Point","coordinates":[0.0914553,51.7532487]},"properties":{"@type":"node","@id":8821998482,"@timestamp":1623352862},"coords":"51.7532487,0.0914553","bedrooms":"4","price":"247000","area":"650"} , +{"type":"Feature","id":"n8822231474","geometry":{"type":"Point","coordinates":[-0.0585924,51.4233989]},"properties":{"@type":"node","@id":8822231474,"@timestamp":1623356753},"coords":"51.4233989,-0.0585924","bedrooms":"1","price":"264000","area":"560"} , +{"type":"Feature","id":"n8822512298","geometry":{"type":"Point","coordinates":[-0.81857,51.2171112]},"properties":{"@type":"node","@id":8822512298,"@timestamp":1623362406},"coords":"51.2171112,-0.81857","bedrooms":"4","price":"225000","area":"602"} , +{"type":"Feature","id":"n8822551847","geometry":{"type":"Point","coordinates":[0.6842047,51.5764796]},"properties":{"@type":"node","@id":8822551847,"@timestamp":1623362107},"coords":"51.5764796,0.6842047","bedrooms":"4","price":"278000","area":"419"} , +{"type":"Feature","id":"n8823183703","geometry":{"type":"Point","coordinates":[-0.2492311,51.5035381]},"properties":{"@type":"node","@id":8823183703,"@timestamp":1623389520},"coords":"51.5035381,-0.2492311","bedrooms":"2","price":"271000","area":"532"} , +{"type":"Feature","id":"n8823200879","geometry":{"type":"Point","coordinates":[-0.2483181,51.5036169]},"properties":{"@type":"node","@id":8823200879,"@timestamp":1623389520},"coords":"51.5036169,-0.2483181","bedrooms":"3","price":"210000","area":"608"} , +{"type":"Feature","id":"n8823350379","geometry":{"type":"Point","coordinates":[-0.2484893,51.5041777]},"properties":{"@type":"node","@id":8823350379,"@timestamp":1623393042},"coords":"51.5041777,-0.2484893","bedrooms":"3","price":"221000","area":"637"} , +{"type":"Feature","id":"n8823352926","geometry":{"type":"Point","coordinates":[-0.2493381,51.5036885]},"properties":{"@type":"node","@id":8823352926,"@timestamp":1623393042},"coords":"51.5036885,-0.2493381","bedrooms":"0","price":"150000","area":"567"} , +{"type":"Feature","id":"n8823352975","geometry":{"type":"Point","coordinates":[-0.2499403,51.5037576]},"properties":{"@type":"node","@id":8823352975,"@timestamp":1623393042},"coords":"51.5037576,-0.2499403","bedrooms":"3","price":"268000","area":"441"} , +{"type":"Feature","id":"n8823353015","geometry":{"type":"Point","coordinates":[-0.2493402,51.5040466]},"properties":{"@type":"node","@id":8823353015,"@timestamp":1623393042},"coords":"51.5040466,-0.2493402","bedrooms":"1","price":"288000","area":"648"} , +{"type":"Feature","id":"n8823621496","geometry":{"type":"Point","coordinates":[-0.2480409,51.5044074]},"properties":{"@type":"node","@id":8823621496,"@timestamp":1623400635},"coords":"51.5044074,-0.2480409","bedrooms":"2","price":"197000","area":"602"} , +{"type":"Feature","id":"n8824138589","geometry":{"type":"Point","coordinates":[-0.4040384,51.6131788]},"properties":{"@type":"node","@id":8824138589,"@timestamp":1623410841},"coords":"51.6131788,-0.4040384","bedrooms":"4","price":"244000","area":"686"} , +{"type":"Feature","id":"n8824540217","geometry":{"type":"Point","coordinates":[-0.3453741,51.5772396]},"properties":{"@type":"node","@id":8824540217,"@timestamp":1623416266},"coords":"51.5772396,-0.3453741","bedrooms":"4","price":"273000","area":"377"} , +{"type":"Feature","id":"n8824540237","geometry":{"type":"Point","coordinates":[-0.3498587,51.5785835]},"properties":{"@type":"node","@id":8824540237,"@timestamp":1623416266},"coords":"51.5785835,-0.3498587","bedrooms":"2","price":"204000","area":"358"} , +{"type":"Feature","id":"n8824750111","geometry":{"type":"Point","coordinates":[-0.6138081,51.1872968]},"properties":{"@type":"node","@id":8824750111,"@timestamp":1623421023},"coords":"51.1872968,-0.6138081","bedrooms":"1","price":"286000","area":"681"} , +{"type":"Feature","id":"n8825279135","geometry":{"type":"Point","coordinates":[-0.1534717,51.5165655]},"properties":{"@type":"node","@id":8825279135,"@timestamp":1623423527},"coords":"51.5165655,-0.1534717","bedrooms":"3","price":"238000","area":"372"} , +{"type":"Feature","id":"n8825632009","geometry":{"type":"Point","coordinates":[-0.2212661,51.4678417]},"properties":{"@type":"node","@id":8825632009,"@timestamp":1623894323},"coords":"51.4678417,-0.2212661","bedrooms":"1","price":"227000","area":"508"} , +{"type":"Feature","id":"n8825676718","geometry":{"type":"Point","coordinates":[-0.2204864,51.4676811]},"properties":{"@type":"node","@id":8825676718,"@timestamp":1623894323},"coords":"51.4676811,-0.2204864","bedrooms":"0","price":"160000","area":"646"} , +{"type":"Feature","id":"n8825676730","geometry":{"type":"Point","coordinates":[-0.2193932,51.4674333]},"properties":{"@type":"node","@id":8825676730,"@timestamp":1623894323},"coords":"51.4674333,-0.2193932","bedrooms":"3","price":"264000","area":"518"} , +{"type":"Feature","id":"n8825676740","geometry":{"type":"Point","coordinates":[-0.2184693,51.4672911]},"properties":{"@type":"node","@id":8825676740,"@timestamp":1623894323},"coords":"51.4672911,-0.2184693","bedrooms":"2","price":"225000","area":"564"} , +{"type":"Feature","id":"n8825723247","geometry":{"type":"Point","coordinates":[-0.9488877,51.6855043]},"properties":{"@type":"node","@id":8825723247,"@timestamp":1623576112},"coords":"51.6855043,-0.9488877","bedrooms":"1","price":"266000","area":"380"} , +{"type":"Feature","id":"n8825878781","geometry":{"type":"Point","coordinates":[0.4741332,51.7410882]},"properties":{"@type":"node","@id":8825878781,"@timestamp":1623437773},"coords":"51.7410882,0.4741332","bedrooms":"1","price":"277000","area":"387"} , +{"type":"Feature","id":"n8825980209","geometry":{"type":"Point","coordinates":[0.1074163,51.3957329]},"properties":{"@type":"node","@id":8825980209,"@timestamp":1623446489},"coords":"51.3957329,0.1074163","bedrooms":"3","price":"166000","area":"549"} , +{"type":"Feature","id":"n8826005240","geometry":{"type":"Point","coordinates":[-0.1208516,51.0839404]},"properties":{"@type":"node","@id":8826005240,"@timestamp":1623505238},"coords":"51.0839404,-0.1208516","bedrooms":"0","price":"170000","area":"578"} , +{"type":"Feature","id":"n8826015646","geometry":{"type":"Point","coordinates":[-0.1422108,51.5427003]},"properties":{"@type":"node","@id":8826015646,"@timestamp":1626448160},"coords":"51.5427003,-0.1422108","bedrooms":"4","price":"289000","area":"596"} , +{"type":"Feature","id":"n8826015656","geometry":{"type":"Point","coordinates":[-0.1433399,51.5438922]},"properties":{"@type":"node","@id":8826015656,"@timestamp":1626383270},"coords":"51.5438922,-0.1433399","bedrooms":"3","price":"189000","area":"614"} , +{"type":"Feature","id":"n8826015668","geometry":{"type":"Point","coordinates":[-0.142656,51.5451291]},"properties":{"@type":"node","@id":8826015668,"@timestamp":1626383270},"coords":"51.5451291,-0.142656","bedrooms":"1","price":"198000","area":"666"} , +{"type":"Feature","id":"n8826015678","geometry":{"type":"Point","coordinates":[-0.1451296,51.5450369]},"properties":{"@type":"node","@id":8826015678,"@timestamp":1628605533},"coords":"51.5450369,-0.1451296","bedrooms":"1","price":"159000","area":"397"} , +{"type":"Feature","id":"n8826015688","geometry":{"type":"Point","coordinates":[-0.1449721,51.5439593]},"properties":{"@type":"node","@id":8826015688,"@timestamp":1628605533},"coords":"51.5439593,-0.1449721","bedrooms":"1","price":"224000","area":"690"} , +{"type":"Feature","id":"n8826015698","geometry":{"type":"Point","coordinates":[-0.1452517,51.5434731]},"properties":{"@type":"node","@id":8826015698,"@timestamp":1628605533},"coords":"51.5434731,-0.1452517","bedrooms":"3","price":"254000","area":"628"} , +{"type":"Feature","id":"n8826015708","geometry":{"type":"Point","coordinates":[-0.1450411,51.5430519]},"properties":{"@type":"node","@id":8826015708,"@timestamp":1628605533},"coords":"51.5430519,-0.1450411","bedrooms":"0","price":"282000","area":"432"} , +{"type":"Feature","id":"n8826019718","geometry":{"type":"Point","coordinates":[-0.1445161,51.5438204]},"properties":{"@type":"node","@id":8826019718,"@timestamp":1623442489},"coords":"51.5438204,-0.1445161","bedrooms":"3","price":"258000","area":"527"} , +{"type":"Feature","id":"n8826019731","geometry":{"type":"Point","coordinates":[-0.1456688,51.5439534]},"properties":{"@type":"node","@id":8826019731,"@timestamp":1628605533},"coords":"51.5439534,-0.1456688","bedrooms":"3","price":"256000","area":"523"} , +{"type":"Feature","id":"n8826019772","geometry":{"type":"Point","coordinates":[-0.1444638,51.5444335]},"properties":{"@type":"node","@id":8826019772,"@timestamp":1628605533},"coords":"51.5444335,-0.1444638","bedrooms":"2","price":"248000","area":"386"} , +{"type":"Feature","id":"n8826019782","geometry":{"type":"Point","coordinates":[-0.145756,51.5452913]},"properties":{"@type":"node","@id":8826019782,"@timestamp":1628605533},"coords":"51.5452913,-0.145756","bedrooms":"1","price":"231000","area":"485"} , +{"type":"Feature","id":"n8826019792","geometry":{"type":"Point","coordinates":[-0.1452256,51.5447283]},"properties":{"@type":"node","@id":8826019792,"@timestamp":1628605533},"coords":"51.5447283,-0.1452256","bedrooms":"4","price":"297000","area":"599"} , +{"type":"Feature","id":"n8826019802","geometry":{"type":"Point","coordinates":[-0.1452302,51.5441954]},"properties":{"@type":"node","@id":8826019802,"@timestamp":1623442489},"coords":"51.5441954,-0.1452302","bedrooms":"2","price":"232000","area":"543"} , +{"type":"Feature","id":"n8826019840","geometry":{"type":"Point","coordinates":[-0.145507,51.545459]},"properties":{"@type":"node","@id":8826019840,"@timestamp":1628605533},"coords":"51.545459,-0.145507","bedrooms":"3","price":"215000","area":"388"} , +{"type":"Feature","id":"n8826019876","geometry":{"type":"Point","coordinates":[-0.1443328,51.5451431]},"properties":{"@type":"node","@id":8826019876,"@timestamp":1628605533},"coords":"51.5451431,-0.1443328","bedrooms":"0","price":"230000","area":"542"} , +{"type":"Feature","id":"n8826019905","geometry":{"type":"Point","coordinates":[-0.1451049,51.5465294]},"properties":{"@type":"node","@id":8826019905,"@timestamp":1623442489},"coords":"51.5465294,-0.1451049","bedrooms":"1","price":"180000","area":"462"} , +{"type":"Feature","id":"n8826019918","geometry":{"type":"Point","coordinates":[-0.1443633,51.5465354]},"properties":{"@type":"node","@id":8826019918,"@timestamp":1628605533},"coords":"51.5465354,-0.1443633","bedrooms":"4","price":"287000","area":"432"} , +{"type":"Feature","id":"n8826019939","geometry":{"type":"Point","coordinates":[-0.144286,51.544216]},"properties":{"@type":"node","@id":8826019939,"@timestamp":1628605533},"coords":"51.544216,-0.144286","bedrooms":"2","price":"245000","area":"592"} , +{"type":"Feature","id":"n8826060496","geometry":{"type":"Point","coordinates":[-0.9968439,51.3495285]},"properties":{"@type":"node","@id":8826060496,"@timestamp":1623444225},"coords":"51.3495285,-0.9968439","bedrooms":"1","price":"280000","area":"621"} , +{"type":"Feature","id":"n8826063225","geometry":{"type":"Point","coordinates":[-0.324553,51.5896641]},"properties":{"@type":"node","@id":8826063225,"@timestamp":1623444004},"coords":"51.5896641,-0.324553","bedrooms":"1","price":"240000","area":"535"} , +{"type":"Feature","id":"n8826063286","geometry":{"type":"Point","coordinates":[-0.3129795,51.5923739]},"properties":{"@type":"node","@id":8826063286,"@timestamp":1623444004},"coords":"51.5923739,-0.3129795","bedrooms":"1","price":"172000","area":"424"} , +{"type":"Feature","id":"n8826063334","geometry":{"type":"Point","coordinates":[-0.319637,51.5901085]},"properties":{"@type":"node","@id":8826063334,"@timestamp":1623444004},"coords":"51.5901085,-0.319637","bedrooms":"2","price":"208000","area":"623"} , +{"type":"Feature","id":"n8826087712","geometry":{"type":"Point","coordinates":[-0.454884,51.0506281]},"properties":{"@type":"node","@id":8826087712,"@timestamp":1623445096},"coords":"51.0506281,-0.454884","bedrooms":"3","price":"259000","area":"539"} , +{"type":"Feature","id":"n8826150820","geometry":{"type":"Point","coordinates":[0.2848185,51.2992884]},"properties":{"@type":"node","@id":8826150820,"@timestamp":1623447458},"coords":"51.2992884,0.2848185","bedrooms":"4","price":"180000","area":"524"} , +{"type":"Feature","id":"n8826193052","geometry":{"type":"Point","coordinates":[0.4723991,51.7313118]},"properties":{"@type":"node","@id":8826193052,"@timestamp":1623450503},"coords":"51.7313118,0.4723991","bedrooms":"0","price":"289000","area":"547"} , +{"type":"Feature","id":"n8826317749","geometry":{"type":"Point","coordinates":[0.5050311,51.7582789]},"properties":{"@type":"node","@id":8826317749,"@timestamp":1623460659},"coords":"51.7582789,0.5050311","bedrooms":"0","price":"185000","area":"486"} , +{"type":"Feature","id":"n8826522794","geometry":{"type":"Point","coordinates":[-0.2498769,51.5041691]},"properties":{"@type":"node","@id":8826522794,"@timestamp":1623473387},"coords":"51.5041691,-0.2498769","bedrooms":"2","price":"157000","area":"515"} , +{"type":"Feature","id":"n8826575172","geometry":{"type":"Point","coordinates":[-0.2503048,51.5039299]},"properties":{"@type":"node","@id":8826575172,"@timestamp":1623474980},"coords":"51.5039299,-0.2503048","bedrooms":"1","price":"162000","area":"589"} , +{"type":"Feature","id":"n8826575191","geometry":{"type":"Point","coordinates":[-0.2501735,51.5034658]},"properties":{"@type":"node","@id":8826575191,"@timestamp":1623474980},"coords":"51.5034658,-0.2501735","bedrooms":"3","price":"246000","area":"534"} , +{"type":"Feature","id":"n8826575201","geometry":{"type":"Point","coordinates":[-0.2500524,51.5030571]},"properties":{"@type":"node","@id":8826575201,"@timestamp":1623474980},"coords":"51.5030571,-0.2500524","bedrooms":"2","price":"175000","area":"374"} , +{"type":"Feature","id":"n8826938047","geometry":{"type":"Point","coordinates":[0.0095963,51.5660017]},"properties":{"@type":"node","@id":8826938047,"@timestamp":1623482875},"coords":"51.5660017,0.0095963","bedrooms":"4","price":"172000","area":"539"} , +{"type":"Feature","id":"n8827109428","geometry":{"type":"Point","coordinates":[-0.3161601,51.5823229]},"properties":{"@type":"node","@id":8827109428,"@timestamp":1625537592},"coords":"51.5823229,-0.3161601","bedrooms":"4","price":"208000","area":"677"} , +{"type":"Feature","id":"n8827122600","geometry":{"type":"Point","coordinates":[-0.3168066,51.585174]},"properties":{"@type":"node","@id":8827122600,"@timestamp":1623491965},"coords":"51.585174,-0.3168066","bedrooms":"3","price":"235000","area":"560"} , +{"type":"Feature","id":"n8827122612","geometry":{"type":"Point","coordinates":[-0.3115249,51.5850902]},"properties":{"@type":"node","@id":8827122612,"@timestamp":1623491965},"coords":"51.5850902,-0.3115249","bedrooms":"3","price":"243000","area":"642"} , +{"type":"Feature","id":"n8827160627","geometry":{"type":"Point","coordinates":[-0.3115467,51.58633]},"properties":{"@type":"node","@id":8827160627,"@timestamp":1623491965},"coords":"51.58633,-0.3115467","bedrooms":"3","price":"211000","area":"592"} , +{"type":"Feature","id":"n8827160650","geometry":{"type":"Point","coordinates":[-0.3149666,51.5861284]},"properties":{"@type":"node","@id":8827160650,"@timestamp":1623491965},"coords":"51.5861284,-0.3149666","bedrooms":"4","price":"159000","area":"695"} , +{"type":"Feature","id":"n8827285041","geometry":{"type":"Point","coordinates":[-0.8810821,51.3757522]},"properties":{"@type":"node","@id":8827285041,"@timestamp":1623498659},"coords":"51.3757522,-0.8810821","bedrooms":"4","price":"221000","area":"561"} , +{"type":"Feature","id":"n8827316957","geometry":{"type":"Point","coordinates":[-0.8797763,51.3751866]},"properties":{"@type":"node","@id":8827316957,"@timestamp":1623499760},"coords":"51.3751866,-0.8797763","bedrooms":"2","price":"174000","area":"392"} , +{"type":"Feature","id":"n8827503971","geometry":{"type":"Point","coordinates":[-0.1310401,51.4136954]},"properties":{"@type":"node","@id":8827503971,"@timestamp":1623507590},"coords":"51.4136954,-0.1310401","bedrooms":"1","price":"202000","area":"554"} , +{"type":"Feature","id":"n8827580218","geometry":{"type":"Point","coordinates":[-0.047129,51.5487336]},"properties":{"@type":"node","@id":8827580218,"@timestamp":1623511151},"coords":"51.5487336,-0.047129","bedrooms":"0","price":"280000","area":"408"} , +{"type":"Feature","id":"n8827844365","geometry":{"type":"Point","coordinates":[-0.3327904,51.4244151]},"properties":{"@type":"node","@id":8827844365,"@timestamp":1623514750},"coords":"51.4244151,-0.3327904","bedrooms":"0","price":"284000","area":"414"} , +{"type":"Feature","id":"n8827952531","geometry":{"type":"Point","coordinates":[-0.1446717,51.4137203]},"properties":{"@type":"node","@id":8827952531,"@timestamp":1623517611},"coords":"51.4137203,-0.1446717","bedrooms":"2","price":"165000","area":"543"} , +{"type":"Feature","id":"n8827952598","geometry":{"type":"Point","coordinates":[-0.1455739,51.4138999]},"properties":{"@type":"node","@id":8827952598,"@timestamp":1623517611},"coords":"51.4138999,-0.1455739","bedrooms":"2","price":"234000","area":"593"} , +{"type":"Feature","id":"n8828078750","geometry":{"type":"Point","coordinates":[-0.1465491,51.5448682]},"properties":{"@type":"node","@id":8828078750,"@timestamp":1630186436},"coords":"51.5448682,-0.1465491","bedrooms":"0","price":"209000","area":"517"} , +{"type":"Feature","id":"n8828134540","geometry":{"type":"Point","coordinates":[-0.118479,51.4216946]},"properties":{"@type":"node","@id":8828134540,"@timestamp":1623525842},"coords":"51.4216946,-0.118479","bedrooms":"2","price":"150000","area":"660"} , +{"type":"Feature","id":"n8828146210","geometry":{"type":"Point","coordinates":[-0.1490369,51.5456645]},"properties":{"@type":"node","@id":8828146210,"@timestamp":1630186436},"coords":"51.5456645,-0.1490369","bedrooms":"4","price":"213000","area":"672"} , +{"type":"Feature","id":"n8828150480","geometry":{"type":"Point","coordinates":[0.1068311,51.3905238]},"properties":{"@type":"node","@id":8828150480,"@timestamp":1623579462},"coords":"51.3905238,0.1068311","bedrooms":"1","price":"267000","area":"372"} , +{"type":"Feature","id":"n8828199845","geometry":{"type":"Point","coordinates":[-0.1486547,51.5449497]},"properties":{"@type":"node","@id":8828199845,"@timestamp":1630186436},"coords":"51.5449497,-0.1486547","bedrooms":"1","price":"160000","area":"660"} , +{"type":"Feature","id":"n8828199855","geometry":{"type":"Point","coordinates":[-0.1482918,51.5456119]},"properties":{"@type":"node","@id":8828199855,"@timestamp":1630186436},"coords":"51.5456119,-0.1482918","bedrooms":"1","price":"213000","area":"687"} , +{"type":"Feature","id":"n8828199883","geometry":{"type":"Point","coordinates":[-0.1481599,51.5459829]},"properties":{"@type":"node","@id":8828199883,"@timestamp":1623528253},"coords":"51.5459829,-0.1481599","bedrooms":"3","price":"169000","area":"644"} , +{"type":"Feature","id":"n8828199943","geometry":{"type":"Point","coordinates":[-0.1478419,51.5430307]},"properties":{"@type":"node","@id":8828199943,"@timestamp":1630186436},"coords":"51.5430307,-0.1478419","bedrooms":"0","price":"232000","area":"680"} , +{"type":"Feature","id":"n8828205602","geometry":{"type":"Point","coordinates":[0.4721108,51.7298017]},"properties":{"@type":"node","@id":8828205602,"@timestamp":1623529403},"coords":"51.7298017,0.4721108","bedrooms":"3","price":"193000","area":"509"} , +{"type":"Feature","id":"n8828237029","geometry":{"type":"Point","coordinates":[-0.1496741,51.5710533]},"properties":{"@type":"node","@id":8828237029,"@timestamp":1623530319},"coords":"51.5710533,-0.1496741","bedrooms":"0","price":"260000","area":"404"} , +{"type":"Feature","id":"n8828336974","geometry":{"type":"Point","coordinates":[-0.150135,51.5442799]},"properties":{"@type":"node","@id":8828336974,"@timestamp":1630186436},"coords":"51.5442799,-0.150135","bedrooms":"3","price":"157000","area":"674"} , +{"type":"Feature","id":"n8828337006","geometry":{"type":"Point","coordinates":[-0.1479426,51.5448713]},"properties":{"@type":"node","@id":8828337006,"@timestamp":1630186436},"coords":"51.5448713,-0.1479426","bedrooms":"3","price":"176000","area":"603"} , +{"type":"Feature","id":"n8828337520","geometry":{"type":"Point","coordinates":[-0.1490624,51.544466]},"properties":{"@type":"node","@id":8828337520,"@timestamp":1630186436},"coords":"51.544466,-0.1490624","bedrooms":"1","price":"251000","area":"630"} , +{"type":"Feature","id":"n8828337530","geometry":{"type":"Point","coordinates":[-0.1474303,51.5426185]},"properties":{"@type":"node","@id":8828337530,"@timestamp":1630186436},"coords":"51.5426185,-0.1474303","bedrooms":"3","price":"227000","area":"427"} , +{"type":"Feature","id":"n8828337540","geometry":{"type":"Point","coordinates":[-0.1476918,51.5432224]},"properties":{"@type":"node","@id":8828337540,"@timestamp":1623535435},"coords":"51.5432224,-0.1476918","bedrooms":"0","price":"245000","area":"596"} , +{"type":"Feature","id":"n8828337550","geometry":{"type":"Point","coordinates":[-0.1478567,51.5436803]},"properties":{"@type":"node","@id":8828337550,"@timestamp":1630186436},"coords":"51.5436803,-0.1478567","bedrooms":"1","price":"175000","area":"604"} , +{"type":"Feature","id":"n8828337560","geometry":{"type":"Point","coordinates":[-0.1484026,51.5439881]},"properties":{"@type":"node","@id":8828337560,"@timestamp":1630186436},"coords":"51.5439881,-0.1484026","bedrooms":"1","price":"249000","area":"473"} , +{"type":"Feature","id":"n8828337600","geometry":{"type":"Point","coordinates":[-0.1492716,51.5433681]},"properties":{"@type":"node","@id":8828337600,"@timestamp":1630186436},"coords":"51.5433681,-0.1492716","bedrooms":"2","price":"255000","area":"564"} , +{"type":"Feature","id":"n8828337764","geometry":{"type":"Point","coordinates":[-0.1501369,51.545428]},"properties":{"@type":"node","@id":8828337764,"@timestamp":1630186436},"coords":"51.545428,-0.1501369","bedrooms":"2","price":"288000","area":"685"} , +{"type":"Feature","id":"n8828518765","geometry":{"type":"Point","coordinates":[0.4726782,51.7300808]},"properties":{"@type":"node","@id":8828518765,"@timestamp":1623543338},"coords":"51.7300808,0.4726782","bedrooms":"1","price":"244000","area":"681"} , +{"type":"Feature","id":"n8828834615","geometry":{"type":"Point","coordinates":[-0.2508191,51.5029242]},"properties":{"@type":"node","@id":8828834615,"@timestamp":1623561540},"coords":"51.5029242,-0.2508191","bedrooms":"3","price":"178000","area":"633"} , +{"type":"Feature","id":"n8828932185","geometry":{"type":"Point","coordinates":[-0.2519577,51.5045572]},"properties":{"@type":"node","@id":8828932185,"@timestamp":1623564810},"coords":"51.5045572,-0.2519577","bedrooms":"1","price":"248000","area":"659"} , +{"type":"Feature","id":"n8828992431","geometry":{"type":"Point","coordinates":[-0.251782,51.5028134]},"properties":{"@type":"node","@id":8828992431,"@timestamp":1623568974},"coords":"51.5028134,-0.251782","bedrooms":"0","price":"170000","area":"409"} , +{"type":"Feature","id":"n8828992484","geometry":{"type":"Point","coordinates":[-0.2523547,51.5042445]},"properties":{"@type":"node","@id":8828992484,"@timestamp":1623568974},"coords":"51.5042445,-0.2523547","bedrooms":"3","price":"210000","area":"699"} , +{"type":"Feature","id":"n8828992494","geometry":{"type":"Point","coordinates":[-0.2522004,51.5037442]},"properties":{"@type":"node","@id":8828992494,"@timestamp":1623568974},"coords":"51.5037442,-0.2522004","bedrooms":"3","price":"244000","area":"594"} , +{"type":"Feature","id":"n8828992504","geometry":{"type":"Point","coordinates":[-0.2520453,51.5032417]},"properties":{"@type":"node","@id":8828992504,"@timestamp":1623568974},"coords":"51.5032417,-0.2520453","bedrooms":"4","price":"276000","area":"666"} , +{"type":"Feature","id":"n8829352185","geometry":{"type":"Point","coordinates":[-0.2103507,51.5101057]},"properties":{"@type":"node","@id":8829352185,"@timestamp":1623582707},"coords":"51.5101057,-0.2103507","bedrooms":"4","price":"167000","area":"385"} , +{"type":"Feature","id":"n8829538317","geometry":{"type":"Point","coordinates":[-0.0255452,51.5474643]},"properties":{"@type":"node","@id":8829538317,"@timestamp":1623589281},"coords":"51.5474643,-0.0255452","bedrooms":"3","price":"283000","area":"556"} , +{"type":"Feature","id":"n8829654220","geometry":{"type":"Point","coordinates":[0.1228918,51.7853899]},"properties":{"@type":"node","@id":8829654220,"@timestamp":1623594410},"coords":"51.7853899,0.1228918","bedrooms":"0","price":"203000","area":"402"} , +{"type":"Feature","id":"n8829654231","geometry":{"type":"Point","coordinates":[0.1258617,51.7876696]},"properties":{"@type":"node","@id":8829654231,"@timestamp":1623594410},"coords":"51.7876696,0.1258617","bedrooms":"3","price":"272000","area":"691"} , +{"type":"Feature","id":"n8829716895","geometry":{"type":"Point","coordinates":[-0.2531235,51.5046209]},"properties":{"@type":"node","@id":8829716895,"@timestamp":1623600340},"coords":"51.5046209,-0.2531235","bedrooms":"4","price":"268000","area":"611"} , +{"type":"Feature","id":"n8829789935","geometry":{"type":"Point","coordinates":[-0.2540615,51.5045048]},"properties":{"@type":"node","@id":8829789935,"@timestamp":1623600340},"coords":"51.5045048,-0.2540615","bedrooms":"3","price":"296000","area":"639"} , +{"type":"Feature","id":"n8829798037","geometry":{"type":"Point","coordinates":[0.0151384,51.5516615]},"properties":{"@type":"node","@id":8829798037,"@timestamp":1623600927},"coords":"51.5516615,0.0151384","bedrooms":"3","price":"208000","area":"395"} , +{"type":"Feature","id":"n8829798047","geometry":{"type":"Point","coordinates":[0.015129,51.5522207]},"properties":{"@type":"node","@id":8829798047,"@timestamp":1623600927},"coords":"51.5522207,0.015129","bedrooms":"4","price":"199000","area":"389"} , +{"type":"Feature","id":"n8829798057","geometry":{"type":"Point","coordinates":[0.0112999,51.5526362]},"properties":{"@type":"node","@id":8829798057,"@timestamp":1623600927},"coords":"51.5526362,0.0112999","bedrooms":"4","price":"185000","area":"675"} , +{"type":"Feature","id":"n8829798067","geometry":{"type":"Point","coordinates":[0.010989,51.5538197]},"properties":{"@type":"node","@id":8829798067,"@timestamp":1623600927},"coords":"51.5538197,0.010989","bedrooms":"2","price":"158000","area":"691"} , +{"type":"Feature","id":"n8829798077","geometry":{"type":"Point","coordinates":[0.0126192,51.5525272]},"properties":{"@type":"node","@id":8829798077,"@timestamp":1623600927},"coords":"51.5525272,0.0126192","bedrooms":"4","price":"177000","area":"589"} , +{"type":"Feature","id":"n8829798087","geometry":{"type":"Point","coordinates":[0.0132909,51.551192]},"properties":{"@type":"node","@id":8829798087,"@timestamp":1623600927},"coords":"51.551192,0.0132909","bedrooms":"1","price":"211000","area":"635"} , +{"type":"Feature","id":"n8829798097","geometry":{"type":"Point","coordinates":[0.014684,51.5515093]},"properties":{"@type":"node","@id":8829798097,"@timestamp":1623600927},"coords":"51.5515093,0.014684","bedrooms":"4","price":"218000","area":"429"} , +{"type":"Feature","id":"n8829798107","geometry":{"type":"Point","coordinates":[0.0145118,51.5548461]},"properties":{"@type":"node","@id":8829798107,"@timestamp":1623600927},"coords":"51.5548461,0.0145118","bedrooms":"4","price":"285000","area":"550"} , +{"type":"Feature","id":"n8829798317","geometry":{"type":"Point","coordinates":[0.0158642,51.5536143]},"properties":{"@type":"node","@id":8829798317,"@timestamp":1623600927},"coords":"51.5536143,0.0158642","bedrooms":"2","price":"216000","area":"692"} , +{"type":"Feature","id":"n8829798327","geometry":{"type":"Point","coordinates":[0.0146711,51.5535848]},"properties":{"@type":"node","@id":8829798327,"@timestamp":1623600927},"coords":"51.5535848,0.0146711","bedrooms":"4","price":"160000","area":"619"} , +{"type":"Feature","id":"n8829798337","geometry":{"type":"Point","coordinates":[0.0163472,51.5530021]},"properties":{"@type":"node","@id":8829798337,"@timestamp":1623600927},"coords":"51.5530021,0.0163472","bedrooms":"0","price":"230000","area":"536"} , +{"type":"Feature","id":"n8829798347","geometry":{"type":"Point","coordinates":[0.01601,51.5524478]},"properties":{"@type":"node","@id":8829798347,"@timestamp":1623600927},"coords":"51.5524478,0.01601","bedrooms":"2","price":"272000","area":"581"} , +{"type":"Feature","id":"n8829798357","geometry":{"type":"Point","coordinates":[0.0149033,51.5528156]},"properties":{"@type":"node","@id":8829798357,"@timestamp":1623600927},"coords":"51.5528156,0.0149033","bedrooms":"1","price":"298000","area":"598"} , +{"type":"Feature","id":"n8829798367","geometry":{"type":"Point","coordinates":[0.0147745,51.5519599]},"properties":{"@type":"node","@id":8829798367,"@timestamp":1623600927},"coords":"51.5519599,0.0147745","bedrooms":"2","price":"223000","area":"681"} , +{"type":"Feature","id":"n8829798377","geometry":{"type":"Point","coordinates":[0.0146593,51.55255]},"properties":{"@type":"node","@id":8829798377,"@timestamp":1623600927},"coords":"51.55255,0.0146593","bedrooms":"2","price":"288000","area":"444"} , +{"type":"Feature","id":"n8829798387","geometry":{"type":"Point","coordinates":[0.0141305,51.5520442]},"properties":{"@type":"node","@id":8829798387,"@timestamp":1623600927},"coords":"51.5520442,0.0141305","bedrooms":"4","price":"279000","area":"515"} , +{"type":"Feature","id":"n8829798397","geometry":{"type":"Point","coordinates":[0.0134526,51.5524657]},"properties":{"@type":"node","@id":8829798397,"@timestamp":1623600927},"coords":"51.5524657,0.0134526","bedrooms":"4","price":"281000","area":"477"} , +{"type":"Feature","id":"n8829798407","geometry":{"type":"Point","coordinates":[0.0134425,51.5536269]},"properties":{"@type":"node","@id":8829798407,"@timestamp":1623600927},"coords":"51.5536269,0.0134425","bedrooms":"1","price":"295000","area":"655"} , +{"type":"Feature","id":"n8829798417","geometry":{"type":"Point","coordinates":[0.0137492,51.5535163]},"properties":{"@type":"node","@id":8829798417,"@timestamp":1623600927},"coords":"51.5535163,0.0137492","bedrooms":"0","price":"229000","area":"655"} , +{"type":"Feature","id":"n8829798427","geometry":{"type":"Point","coordinates":[0.0135086,51.5538883]},"properties":{"@type":"node","@id":8829798427,"@timestamp":1623600927},"coords":"51.5538883,0.0135086","bedrooms":"3","price":"168000","area":"458"} , +{"type":"Feature","id":"n8829798437","geometry":{"type":"Point","coordinates":[0.0128764,51.5536575]},"properties":{"@type":"node","@id":8829798437,"@timestamp":1623600927},"coords":"51.5536575,0.0128764","bedrooms":"4","price":"219000","area":"403"} , +{"type":"Feature","id":"n8829798447","geometry":{"type":"Point","coordinates":[0.0120172,51.5537239]},"properties":{"@type":"node","@id":8829798447,"@timestamp":1623600927},"coords":"51.5537239,0.0120172","bedrooms":"0","price":"246000","area":"445"} , +{"type":"Feature","id":"n8829886385","geometry":{"type":"Point","coordinates":[0.1271526,51.4349748]},"properties":{"@type":"node","@id":8829886385,"@timestamp":1623604877},"coords":"51.4349748,0.1271526","bedrooms":"1","price":"151000","area":"356"} , +{"type":"Feature","id":"n8829886395","geometry":{"type":"Point","coordinates":[0.1266363,51.434534]},"properties":{"@type":"node","@id":8829886395,"@timestamp":1623604877},"coords":"51.434534,0.1266363","bedrooms":"3","price":"175000","area":"529"} , +{"type":"Feature","id":"n8829886405","geometry":{"type":"Point","coordinates":[0.1292689,51.431698]},"properties":{"@type":"node","@id":8829886405,"@timestamp":1623604877},"coords":"51.431698,0.1292689","bedrooms":"4","price":"206000","area":"514"} , +{"type":"Feature","id":"n8829886415","geometry":{"type":"Point","coordinates":[0.1319355,51.4324985]},"properties":{"@type":"node","@id":8829886415,"@timestamp":1623604877},"coords":"51.4324985,0.1319355","bedrooms":"2","price":"241000","area":"656"} , +{"type":"Feature","id":"n8829946207","geometry":{"type":"Point","coordinates":[0.690171,51.224849]},"properties":{"@type":"node","@id":8829946207,"@timestamp":1623605954},"coords":"51.224849,0.690171","bedrooms":"2","price":"238000","area":"633"} , +{"type":"Feature","id":"n8830081416","geometry":{"type":"Point","coordinates":[-0.1156192,51.7956017]},"properties":{"@type":"node","@id":8830081416,"@timestamp":1623613298},"coords":"51.7956017,-0.1156192","bedrooms":"0","price":"207000","area":"378"} , +{"type":"Feature","id":"n8830140706","geometry":{"type":"Point","coordinates":[-0.0367729,51.8115383]},"properties":{"@type":"node","@id":8830140706,"@timestamp":1623614164},"coords":"51.8115383,-0.0367729","bedrooms":"4","price":"228000","area":"641"} , +{"type":"Feature","id":"n8830157045","geometry":{"type":"Point","coordinates":[0.1583244,51.872259]},"properties":{"@type":"node","@id":8830157045,"@timestamp":1623615669},"coords":"51.872259,0.1583244","bedrooms":"0","price":"244000","area":"431"} , +{"type":"Feature","id":"n8830157055","geometry":{"type":"Point","coordinates":[0.158697,51.8705671]},"properties":{"@type":"node","@id":8830157055,"@timestamp":1623615669},"coords":"51.8705671,0.158697","bedrooms":"0","price":"211000","area":"351"} , +{"type":"Feature","id":"n8830157065","geometry":{"type":"Point","coordinates":[0.1609207,51.8706191]},"properties":{"@type":"node","@id":8830157065,"@timestamp":1623615669},"coords":"51.8706191,0.1609207","bedrooms":"4","price":"201000","area":"622"} , +{"type":"Feature","id":"n8830157075","geometry":{"type":"Point","coordinates":[0.1608093,51.8688774]},"properties":{"@type":"node","@id":8830157075,"@timestamp":1631832883},"coords":"51.8688774,0.1608093","bedrooms":"2","price":"266000","area":"453"} , +{"type":"Feature","id":"n8830180768","geometry":{"type":"Point","coordinates":[0.5769579,51.6648501]},"properties":{"@type":"node","@id":8830180768,"@timestamp":1623615683},"coords":"51.6648501,0.5769579","bedrooms":"4","price":"161000","area":"464"} , +{"type":"Feature","id":"n8830193994","geometry":{"type":"Point","coordinates":[0.1656934,51.86974]},"properties":{"@type":"node","@id":8830193994,"@timestamp":1623616274},"coords":"51.86974,0.1656934","bedrooms":"3","price":"201000","area":"361"} , +{"type":"Feature","id":"n8830269580","geometry":{"type":"Point","coordinates":[-0.0087052,51.1254158]},"properties":{"@type":"node","@id":8830269580,"@timestamp":1623617704},"coords":"51.1254158,-0.0087052","bedrooms":"1","price":"245000","area":"627"} , +{"type":"Feature","id":"n8830781847","geometry":{"type":"Point","coordinates":[-0.2523398,51.50279]},"properties":{"@type":"node","@id":8830781847,"@timestamp":1624615301},"coords":"51.50279,-0.2523398","bedrooms":"4","price":"161000","area":"683"} , +{"type":"Feature","id":"n8831637826","geometry":{"type":"Point","coordinates":[-0.0364331,51.8117167]},"properties":{"@type":"node","@id":8831637826,"@timestamp":1623665944},"coords":"51.8117167,-0.0364331","bedrooms":"4","price":"293000","area":"560"} , +{"type":"Feature","id":"n8831791332","geometry":{"type":"Point","coordinates":[-0.0773271,51.8009028]},"properties":{"@type":"node","@id":8831791332,"@timestamp":1623669709},"coords":"51.8009028,-0.0773271","bedrooms":"2","price":"275000","area":"454"} , +{"type":"Feature","id":"n8831862740","geometry":{"type":"Point","coordinates":[0.080987,51.4493514]},"properties":{"@type":"node","@id":8831862740,"@timestamp":1623671857},"coords":"51.4493514,0.080987","bedrooms":"4","price":"204000","area":"623"} , +{"type":"Feature","id":"n8831929817","geometry":{"type":"Point","coordinates":[-0.0460985,51.5449468]},"properties":{"@type":"node","@id":8831929817,"@timestamp":1634042745},"coords":"51.5449468,-0.0460985","bedrooms":"2","price":"185000","area":"601"} , +{"type":"Feature","id":"n8832093812","geometry":{"type":"Point","coordinates":[0.2974422,51.1021521]},"properties":{"@type":"node","@id":8832093812,"@timestamp":1623677783},"coords":"51.1021521,0.2974422","bedrooms":"3","price":"212000","area":"628"} , +{"type":"Feature","id":"n8832265312","geometry":{"type":"Point","coordinates":[-0.2047036,51.4200398]},"properties":{"@type":"node","@id":8832265312,"@timestamp":1623679020},"coords":"51.4200398,-0.2047036","bedrooms":"0","price":"209000","area":"495"} , +{"type":"Feature","id":"n8832448618","geometry":{"type":"Point","coordinates":[-0.038786,51.0964855]},"properties":{"@type":"node","@id":8832448618,"@timestamp":1623679855},"coords":"51.0964855,-0.038786","bedrooms":"2","price":"226000","area":"414"} , +{"type":"Feature","id":"n8832616738","geometry":{"type":"Point","coordinates":[-0.3087354,51.5857381]},"properties":{"@type":"node","@id":8832616738,"@timestamp":1623683506},"coords":"51.5857381,-0.3087354","bedrooms":"4","price":"171000","area":"550"} , +{"type":"Feature","id":"n8832616786","geometry":{"type":"Point","coordinates":[-0.3043834,51.5870911]},"properties":{"@type":"node","@id":8832616786,"@timestamp":1623683506},"coords":"51.5870911,-0.3043834","bedrooms":"3","price":"290000","area":"445"} , +{"type":"Feature","id":"n8832616810","geometry":{"type":"Point","coordinates":[-0.3028903,51.5891154]},"properties":{"@type":"node","@id":8832616810,"@timestamp":1623683506},"coords":"51.5891154,-0.3028903","bedrooms":"2","price":"222000","area":"433"} , +{"type":"Feature","id":"n8832722379","geometry":{"type":"Point","coordinates":[-0.1433194,51.4141826]},"properties":{"@type":"node","@id":8832722379,"@timestamp":1623686756},"coords":"51.4141826,-0.1433194","bedrooms":"4","price":"222000","area":"456"} , +{"type":"Feature","id":"n8832722390","geometry":{"type":"Point","coordinates":[-0.1427067,51.4157753]},"properties":{"@type":"node","@id":8832722390,"@timestamp":1623686756},"coords":"51.4157753,-0.1427067","bedrooms":"3","price":"165000","area":"630"} , +{"type":"Feature","id":"n8832755429","geometry":{"type":"Point","coordinates":[-0.1382639,51.4136648]},"properties":{"@type":"node","@id":8832755429,"@timestamp":1623687721},"coords":"51.4136648,-0.1382639","bedrooms":"2","price":"265000","area":"600"} , +{"type":"Feature","id":"n8832808828","geometry":{"type":"Point","coordinates":[-0.9380445,51.4493571]},"properties":{"@type":"node","@id":8832808828,"@timestamp":1623688855},"coords":"51.4493571,-0.9380445","bedrooms":"2","price":"274000","area":"607"} , +{"type":"Feature","id":"n8833091125","geometry":{"type":"Point","coordinates":[-0.1688409,51.4877046]},"properties":{"@type":"node","@id":8833091125,"@timestamp":1623692674},"coords":"51.4877046,-0.1688409","bedrooms":"4","price":"270000","area":"429"} , +{"type":"Feature","id":"n8833385214","geometry":{"type":"Point","coordinates":[-0.0602627,51.5662471]},"properties":{"@type":"node","@id":8833385214,"@timestamp":1627911868},"coords":"51.5662471,-0.0602627","bedrooms":"3","price":"299000","area":"385"} , +{"type":"Feature","id":"n8833901064","geometry":{"type":"Point","coordinates":[-0.2223809,51.6871641]},"properties":{"@type":"node","@id":8833901064,"@timestamp":1623725213},"coords":"51.6871641,-0.2223809","bedrooms":"4","price":"206000","area":"421"} , +{"type":"Feature","id":"n8833910373","geometry":{"type":"Point","coordinates":[-0.223262,51.6874958]},"properties":{"@type":"node","@id":8833910373,"@timestamp":1623725213},"coords":"51.6874958,-0.223262","bedrooms":"1","price":"203000","area":"482"} , +{"type":"Feature","id":"n8833963644","geometry":{"type":"Point","coordinates":[-0.2486941,51.497989]},"properties":{"@type":"node","@id":8833963644,"@timestamp":1623899352},"coords":"51.497989,-0.2486941","bedrooms":"0","price":"193000","area":"437"} , +{"type":"Feature","id":"n8833972715","geometry":{"type":"Point","coordinates":[-0.2520685,51.5016707]},"properties":{"@type":"node","@id":8833972715,"@timestamp":1623728322},"coords":"51.5016707,-0.2520685","bedrooms":"0","price":"263000","area":"402"} , +{"type":"Feature","id":"n8835230862","geometry":{"type":"Point","coordinates":[-0.468724,51.5041913]},"properties":{"@type":"node","@id":8835230862,"@timestamp":1623749546},"coords":"51.5041913,-0.468724","bedrooms":"4","price":"231000","area":"405"} , +{"type":"Feature","id":"n8835245350","geometry":{"type":"Point","coordinates":[-0.3211028,51.4232954]},"properties":{"@type":"node","@id":8835245350,"@timestamp":1623749689},"coords":"51.4232954,-0.3211028","bedrooms":"1","price":"154000","area":"464"} , +{"type":"Feature","id":"n8835246988","geometry":{"type":"Point","coordinates":[-0.3053629,51.5909275]},"properties":{"@type":"node","@id":8835246988,"@timestamp":1623750040},"coords":"51.5909275,-0.3053629","bedrooms":"1","price":"280000","area":"386"} , +{"type":"Feature","id":"n8835246998","geometry":{"type":"Point","coordinates":[-0.3035339,51.5909891]},"properties":{"@type":"node","@id":8835246998,"@timestamp":1623750040},"coords":"51.5909891,-0.3035339","bedrooms":"2","price":"280000","area":"594"} , +{"type":"Feature","id":"n8835603659","geometry":{"type":"Point","coordinates":[0.0942743,51.4328508]},"properties":{"@type":"node","@id":8835603659,"@timestamp":1623753118},"coords":"51.4328508,0.0942743","bedrooms":"1","price":"285000","area":"389"} , +{"type":"Feature","id":"n8835604068","geometry":{"type":"Point","coordinates":[-0.008001,51.5706216]},"properties":{"@type":"node","@id":8835604068,"@timestamp":1623753409},"coords":"51.5706216,-0.008001","bedrooms":"1","price":"166000","area":"478"} , +{"type":"Feature","id":"n8835761271","geometry":{"type":"Point","coordinates":[0.0111123,51.4977914]},"properties":{"@type":"node","@id":8835761271,"@timestamp":1623757151},"coords":"51.4977914,0.0111123","bedrooms":"3","price":"242000","area":"641"} , +{"type":"Feature","id":"n8836047605","geometry":{"type":"Point","coordinates":[-0.1333732,51.4139774]},"properties":{"@type":"node","@id":8836047605,"@timestamp":1625440526},"coords":"51.4139774,-0.1333732","bedrooms":"0","price":"217000","area":"516"} , +{"type":"Feature","id":"n8836172408","geometry":{"type":"Point","coordinates":[-0.1150842,51.5237049]},"properties":{"@type":"node","@id":8836172408,"@timestamp":1629502499},"coords":"51.5237049,-0.1150842","bedrooms":"0","price":"154000","area":"509"} , +{"type":"Feature","id":"n8836282979","geometry":{"type":"Point","coordinates":[-0.1268795,51.411464]},"properties":{"@type":"node","@id":8836282979,"@timestamp":1623770758},"coords":"51.411464,-0.1268795","bedrooms":"1","price":"274000","area":"431"} , +{"type":"Feature","id":"n8836289326","geometry":{"type":"Point","coordinates":[-0.1320118,51.4126155]},"properties":{"@type":"node","@id":8836289326,"@timestamp":1623770642},"coords":"51.4126155,-0.1320118","bedrooms":"1","price":"278000","area":"474"} , +{"type":"Feature","id":"n8836821671","geometry":{"type":"Point","coordinates":[-0.3084891,51.5970268]},"properties":{"@type":"node","@id":8836821671,"@timestamp":1623786739},"coords":"51.5970268,-0.3084891","bedrooms":"3","price":"236000","area":"588"} , +{"type":"Feature","id":"n8836884669","geometry":{"type":"Point","coordinates":[-0.3125325,51.5982723]},"properties":{"@type":"node","@id":8836884669,"@timestamp":1623787752},"coords":"51.5982723,-0.3125325","bedrooms":"0","price":"266000","area":"656"} , +{"type":"Feature","id":"n8836903894","geometry":{"type":"Point","coordinates":[-0.3032074,51.6011398]},"properties":{"@type":"node","@id":8836903894,"@timestamp":1623790225},"coords":"51.6011398,-0.3032074","bedrooms":"1","price":"158000","area":"415"} , +{"type":"Feature","id":"n8836903907","geometry":{"type":"Point","coordinates":[-0.2988232,51.6019199]},"properties":{"@type":"node","@id":8836903907,"@timestamp":1623790225},"coords":"51.6019199,-0.2988232","bedrooms":"3","price":"284000","area":"577"} , +{"type":"Feature","id":"n8837035905","geometry":{"type":"Point","coordinates":[-0.6142324,51.1855308]},"properties":{"@type":"node","@id":8837035905,"@timestamp":1623792727},"coords":"51.1855308,-0.6142324","bedrooms":"2","price":"193000","area":"493"} , +{"type":"Feature","id":"n8837035916","geometry":{"type":"Point","coordinates":[-0.6120196,51.1857124]},"properties":{"@type":"node","@id":8837035916,"@timestamp":1623792727},"coords":"51.1857124,-0.6120196","bedrooms":"4","price":"229000","area":"553"} , +{"type":"Feature","id":"n8837169201","geometry":{"type":"Point","coordinates":[0.2010083,51.9514399]},"properties":{"@type":"node","@id":8837169201,"@timestamp":1623800916},"coords":"51.9514399,0.2010083","bedrooms":"2","price":"289000","area":"509"} , +{"type":"Feature","id":"n8837317635","geometry":{"type":"Point","coordinates":[-0.1159962,51.5245265]},"properties":{"@type":"node","@id":8837317635,"@timestamp":1623811643},"coords":"51.5245265,-0.1159962","bedrooms":"1","price":"200000","area":"552"} , +{"type":"Feature","id":"n8837414664","geometry":{"type":"Point","coordinates":[-0.2508418,51.5003328]},"properties":{"@type":"node","@id":8837414664,"@timestamp":1623815569},"coords":"51.5003328,-0.2508418","bedrooms":"3","price":"170000","area":"390"} , +{"type":"Feature","id":"n8837414674","geometry":{"type":"Point","coordinates":[-0.2502228,51.4996581]},"properties":{"@type":"node","@id":8837414674,"@timestamp":1623815569},"coords":"51.4996581,-0.2502228","bedrooms":"4","price":"268000","area":"491"} , +{"type":"Feature","id":"n8837416428","geometry":{"type":"Point","coordinates":[-0.2496931,51.4989553]},"properties":{"@type":"node","@id":8837416428,"@timestamp":1623815569},"coords":"51.4989553,-0.2496931","bedrooms":"0","price":"232000","area":"464"} , +{"type":"Feature","id":"n8837416528","geometry":{"type":"Point","coordinates":[-0.2490706,51.4981188]},"properties":{"@type":"node","@id":8837416528,"@timestamp":1623815569},"coords":"51.4981188,-0.2490706","bedrooms":"0","price":"228000","area":"625"} , +{"type":"Feature","id":"n8838080334","geometry":{"type":"Point","coordinates":[-0.1877608,51.5395401]},"properties":{"@type":"node","@id":8838080334,"@timestamp":1623832365},"coords":"51.5395401,-0.1877608","bedrooms":"4","price":"294000","area":"629"} , +{"type":"Feature","id":"n8838187392","geometry":{"type":"Point","coordinates":[-0.1447817,51.4145557]},"properties":{"@type":"node","@id":8838187392,"@timestamp":1623835070},"coords":"51.4145557,-0.1447817","bedrooms":"1","price":"158000","area":"562"} , +{"type":"Feature","id":"n8838187411","geometry":{"type":"Point","coordinates":[-0.1448628,51.4146733]},"properties":{"@type":"node","@id":8838187411,"@timestamp":1623835070},"coords":"51.4146733,-0.1448628","bedrooms":"4","price":"257000","area":"582"} , +{"type":"Feature","id":"n8838353684","geometry":{"type":"Point","coordinates":[-0.0833683,51.5259629]},"properties":{"@type":"node","@id":8838353684,"@timestamp":1623839101},"coords":"51.5259629,-0.0833683","bedrooms":"0","price":"216000","area":"683"} , +{"type":"Feature","id":"n8838475236","geometry":{"type":"Point","coordinates":[-0.0796641,51.8012968]},"properties":{"@type":"node","@id":8838475236,"@timestamp":1623841005},"coords":"51.8012968,-0.0796641","bedrooms":"3","price":"295000","area":"643"} , +{"type":"Feature","id":"n8838595470","geometry":{"type":"Point","coordinates":[0.0847855,51.4338461]},"properties":{"@type":"node","@id":8838595470,"@timestamp":1623843632},"coords":"51.4338461,0.0847855","bedrooms":"1","price":"243000","area":"360"} , +{"type":"Feature","id":"n8838606385","geometry":{"type":"Point","coordinates":[-0.1216392,51.6208155]},"properties":{"@type":"node","@id":8838606385,"@timestamp":1623844335},"coords":"51.6208155,-0.1216392","bedrooms":"2","price":"220000","area":"639"} , +{"type":"Feature","id":"n8838626884","geometry":{"type":"Point","coordinates":[0.0455852,51.548028]},"properties":{"@type":"node","@id":8838626884,"@timestamp":1623967770},"coords":"51.548028,0.0455852","bedrooms":"3","price":"273000","area":"546"} , +{"type":"Feature","id":"n8838694912","geometry":{"type":"Point","coordinates":[-0.01425,51.5312469]},"properties":{"@type":"node","@id":8838694912,"@timestamp":1623847472},"coords":"51.5312469,-0.01425","bedrooms":"3","price":"264000","area":"630"} , +{"type":"Feature","id":"n8838877590","geometry":{"type":"Point","coordinates":[-0.0436509,51.5463417]},"properties":{"@type":"node","@id":8838877590,"@timestamp":1623850435},"coords":"51.5463417,-0.0436509","bedrooms":"2","price":"247000","area":"658"} , +{"type":"Feature","id":"n8839105151","geometry":{"type":"Point","coordinates":[0.5170025,51.2690923]},"properties":{"@type":"node","@id":8839105151,"@timestamp":1623853994},"coords":"51.2690923,0.5170025","bedrooms":"3","price":"241000","area":"565"} , +{"type":"Feature","id":"n8839135844","geometry":{"type":"Point","coordinates":[-0.3023644,51.5923291]},"properties":{"@type":"node","@id":8839135844,"@timestamp":1623854915},"coords":"51.5923291,-0.3023644","bedrooms":"2","price":"185000","area":"423"} , +{"type":"Feature","id":"n8839135855","geometry":{"type":"Point","coordinates":[-0.2965415,51.5939743]},"properties":{"@type":"node","@id":8839135855,"@timestamp":1623854915},"coords":"51.5939743,-0.2965415","bedrooms":"1","price":"220000","area":"366"} , +{"type":"Feature","id":"n8839156542","geometry":{"type":"Point","coordinates":[-0.2960864,51.5930166]},"properties":{"@type":"node","@id":8839156542,"@timestamp":1623855737},"coords":"51.5930166,-0.2960864","bedrooms":"0","price":"198000","area":"627"} , +{"type":"Feature","id":"n8839159110","geometry":{"type":"Point","coordinates":[0.5172041,51.2711342]},"properties":{"@type":"node","@id":8839159110,"@timestamp":1623855604},"coords":"51.2711342,0.5172041","bedrooms":"2","price":"277000","area":"615"} , +{"type":"Feature","id":"n8839170666","geometry":{"type":"Point","coordinates":[0.0573414,51.5541858]},"properties":{"@type":"node","@id":8839170666,"@timestamp":1623855697},"coords":"51.5541858,0.0573414","bedrooms":"0","price":"214000","area":"369"} , +{"type":"Feature","id":"n8839170677","geometry":{"type":"Point","coordinates":[0.0584435,51.5544074]},"properties":{"@type":"node","@id":8839170677,"@timestamp":1623855697},"coords":"51.5544074,0.0584435","bedrooms":"4","price":"279000","area":"682"} , +{"type":"Feature","id":"n8839170689","geometry":{"type":"Point","coordinates":[0.0566487,51.5539504]},"properties":{"@type":"node","@id":8839170689,"@timestamp":1623855697},"coords":"51.5539504,0.0566487","bedrooms":"3","price":"282000","area":"560"} , +{"type":"Feature","id":"n8839170702","geometry":{"type":"Point","coordinates":[0.0521857,51.5523673]},"properties":{"@type":"node","@id":8839170702,"@timestamp":1623855697},"coords":"51.5523673,0.0521857","bedrooms":"2","price":"173000","area":"552"} , +{"type":"Feature","id":"n8839173479","geometry":{"type":"Point","coordinates":[0.4488744,51.3980409]},"properties":{"@type":"node","@id":8839173479,"@timestamp":1623856032},"coords":"51.3980409,0.4488744","bedrooms":"1","price":"246000","area":"515"} , +{"type":"Feature","id":"n8839212666","geometry":{"type":"Point","coordinates":[0.5229205,51.2786744]},"properties":{"@type":"node","@id":8839212666,"@timestamp":1623857377},"coords":"51.2786744,0.5229205","bedrooms":"4","price":"159000","area":"565"} , +{"type":"Feature","id":"n8839243645","geometry":{"type":"Point","coordinates":[0.0567408,51.5006504]},"properties":{"@type":"node","@id":8839243645,"@timestamp":1623858055},"coords":"51.5006504,0.0567408","bedrooms":"0","price":"279000","area":"639"} , +{"type":"Feature","id":"n8839243655","geometry":{"type":"Point","coordinates":[0.056439,51.5005986]},"properties":{"@type":"node","@id":8839243655,"@timestamp":1623858055},"coords":"51.5005986,0.056439","bedrooms":"3","price":"275000","area":"547"} , +{"type":"Feature","id":"n8839245257","geometry":{"type":"Point","coordinates":[0.0463555,51.5020692]},"properties":{"@type":"node","@id":8839245257,"@timestamp":1623858055},"coords":"51.5020692,0.0463555","bedrooms":"0","price":"230000","area":"404"} , +{"type":"Feature","id":"n8839246061","geometry":{"type":"Point","coordinates":[-0.1374083,51.4165521]},"properties":{"@type":"node","@id":8839246061,"@timestamp":1623858122},"coords":"51.4165521,-0.1374083","bedrooms":"0","price":"174000","area":"514"} , +{"type":"Feature","id":"n8839277598","geometry":{"type":"Point","coordinates":[-0.1380727,51.449738]},"properties":{"@type":"node","@id":8839277598,"@timestamp":1623859288},"coords":"51.449738,-0.1380727","bedrooms":"0","price":"254000","area":"515"} , +{"type":"Feature","id":"n8839883965","geometry":{"type":"Point","coordinates":[0.0458627,51.5522454]},"properties":{"@type":"node","@id":8839883965,"@timestamp":1625085527},"coords":"51.5522454,0.0458627","bedrooms":"1","price":"231000","area":"389"} , +{"type":"Feature","id":"n8840281878","geometry":{"type":"Point","coordinates":[-0.8737006,51.3752213]},"properties":{"@type":"node","@id":8840281878,"@timestamp":1623882569},"coords":"51.3752213,-0.8737006","bedrooms":"2","price":"239000","area":"544"} , +{"type":"Feature","id":"n8840345923","geometry":{"type":"Point","coordinates":[-0.8879072,51.3569265]},"properties":{"@type":"node","@id":8840345923,"@timestamp":1624720470},"coords":"51.3569265,-0.8879072","bedrooms":"0","price":"285000","area":"531"} , +{"type":"Feature","id":"n8840373226","geometry":{"type":"Point","coordinates":[0.0475266,51.5508187]},"properties":{"@type":"node","@id":8840373226,"@timestamp":1633987554},"coords":"51.5508187,0.0475266","bedrooms":"3","price":"168000","area":"610"} , +{"type":"Feature","id":"n8840395094","geometry":{"type":"Point","coordinates":[-0.1434217,51.6107865]},"properties":{"@type":"node","@id":8840395094,"@timestamp":1623886327},"coords":"51.6107865,-0.1434217","bedrooms":"1","price":"290000","area":"500"} , +{"type":"Feature","id":"n8840598365","geometry":{"type":"Point","coordinates":[-0.2485908,51.497321]},"properties":{"@type":"node","@id":8840598365,"@timestamp":1623899352},"coords":"51.497321,-0.2485908","bedrooms":"4","price":"205000","area":"434"} , +{"type":"Feature","id":"n8841308811","geometry":{"type":"Point","coordinates":[0.061882,51.5555071]},"properties":{"@type":"node","@id":8841308811,"@timestamp":1623920014},"coords":"51.5555071,0.061882","bedrooms":"4","price":"249000","area":"413"} , +{"type":"Feature","id":"n8841326609","geometry":{"type":"Point","coordinates":[0.0983386,51.4267663]},"properties":{"@type":"node","@id":8841326609,"@timestamp":1623920369},"coords":"51.4267663,0.0983386","bedrooms":"1","price":"279000","area":"552"} , +{"type":"Feature","id":"n8841349842","geometry":{"type":"Point","coordinates":[0.061191,51.553801]},"properties":{"@type":"node","@id":8841349842,"@timestamp":1623920344},"coords":"51.553801,0.061191","bedrooms":"3","price":"280000","area":"524"} , +{"type":"Feature","id":"n8841469711","geometry":{"type":"Point","coordinates":[0.0986741,51.4296613]},"properties":{"@type":"node","@id":8841469711,"@timestamp":1623922892},"coords":"51.4296613,0.0986741","bedrooms":"3","price":"240000","area":"598"} , +{"type":"Feature","id":"n8841588386","geometry":{"type":"Point","coordinates":[-0.1058728,51.4750108]},"properties":{"@type":"node","@id":8841588386,"@timestamp":1623925818},"coords":"51.4750108,-0.1058728","bedrooms":"3","price":"284000","area":"464"} , +{"type":"Feature","id":"n8841943739","geometry":{"type":"Point","coordinates":[0.0457073,51.5524096]},"properties":{"@type":"node","@id":8841943739,"@timestamp":1625085527},"coords":"51.5524096,0.0457073","bedrooms":"1","price":"157000","area":"416"} , +{"type":"Feature","id":"n8841956760","geometry":{"type":"Point","coordinates":[-0.295886,51.5914884]},"properties":{"@type":"node","@id":8841956760,"@timestamp":1623935779},"coords":"51.5914884,-0.295886","bedrooms":"2","price":"196000","area":"608"} , +{"type":"Feature","id":"n8841967953","geometry":{"type":"Point","coordinates":[-0.6210184,51.6696564]},"properties":{"@type":"node","@id":8841967953,"@timestamp":1623934563},"coords":"51.6696564,-0.6210184","bedrooms":"0","price":"227000","area":"375"} , +{"type":"Feature","id":"n8842003597","geometry":{"type":"Point","coordinates":[0.0520793,51.552168]},"properties":{"@type":"node","@id":8842003597,"@timestamp":1623935833},"coords":"51.552168,0.0520793","bedrooms":"3","price":"233000","area":"552"} , +{"type":"Feature","id":"n8842010718","geometry":{"type":"Point","coordinates":[0.0490482,51.5512542]},"properties":{"@type":"node","@id":8842010718,"@timestamp":1623935833},"coords":"51.5512542,0.0490482","bedrooms":"3","price":"156000","area":"367"} , +{"type":"Feature","id":"n8842040492","geometry":{"type":"Point","coordinates":[-0.0173801,51.0697005]},"properties":{"@type":"node","@id":8842040492,"@timestamp":1623936898},"coords":"51.0697005,-0.0173801","bedrooms":"0","price":"183000","area":"605"} , +{"type":"Feature","id":"n8842061157","geometry":{"type":"Point","coordinates":[0.0492547,51.5509994]},"properties":{"@type":"node","@id":8842061157,"@timestamp":1623937647},"coords":"51.5509994,0.0492547","bedrooms":"1","price":"295000","area":"464"} , +{"type":"Feature","id":"n8842132592","geometry":{"type":"Point","coordinates":[-0.3098781,51.5372534]},"properties":{"@type":"node","@id":8842132592,"@timestamp":1623939725},"coords":"51.5372534,-0.3098781","bedrooms":"3","price":"158000","area":"577"} , +{"type":"Feature","id":"n8842207836","geometry":{"type":"Point","coordinates":[-0.1065793,51.4771298]},"properties":{"@type":"node","@id":8842207836,"@timestamp":1623940238},"coords":"51.4771298,-0.1065793","bedrooms":"0","price":"213000","area":"359"} , +{"type":"Feature","id":"n8842234415","geometry":{"type":"Point","coordinates":[-0.247863,51.4985708]},"properties":{"@type":"node","@id":8842234415,"@timestamp":1623941151},"coords":"51.4985708,-0.247863","bedrooms":"1","price":"203000","area":"409"} , +{"type":"Feature","id":"n8842249129","geometry":{"type":"Point","coordinates":[-0.2470901,51.4980258]},"properties":{"@type":"node","@id":8842249129,"@timestamp":1623941151},"coords":"51.4980258,-0.2470901","bedrooms":"4","price":"190000","area":"434"} , +{"type":"Feature","id":"n8842311848","geometry":{"type":"Point","coordinates":[-0.2956162,51.5913087]},"properties":{"@type":"node","@id":8842311848,"@timestamp":1623943001},"coords":"51.5913087,-0.2956162","bedrooms":"0","price":"181000","area":"683"} , +{"type":"Feature","id":"n8842311885","geometry":{"type":"Point","coordinates":[-0.301242,51.5872558]},"properties":{"@type":"node","@id":8842311885,"@timestamp":1623943001},"coords":"51.5872558,-0.301242","bedrooms":"1","price":"268000","area":"679"} , +{"type":"Feature","id":"n8842328032","geometry":{"type":"Point","coordinates":[-0.2897962,51.5861098]},"properties":{"@type":"node","@id":8842328032,"@timestamp":1623943001},"coords":"51.5861098,-0.2897962","bedrooms":"4","price":"189000","area":"427"} , +{"type":"Feature","id":"n8842328067","geometry":{"type":"Point","coordinates":[-0.2934533,51.588001]},"properties":{"@type":"node","@id":8842328067,"@timestamp":1623943001},"coords":"51.588001,-0.2934533","bedrooms":"3","price":"226000","area":"589"} , +{"type":"Feature","id":"n8842328087","geometry":{"type":"Point","coordinates":[-0.2895338,51.588226]},"properties":{"@type":"node","@id":8842328087,"@timestamp":1623943001},"coords":"51.588226,-0.2895338","bedrooms":"1","price":"294000","area":"529"} , +{"type":"Feature","id":"n8842361791","geometry":{"type":"Point","coordinates":[0.0064041,51.6096924]},"properties":{"@type":"node","@id":8842361791,"@timestamp":1624079948},"coords":"51.6096924,0.0064041","bedrooms":"0","price":"231000","area":"359"} , +{"type":"Feature","id":"n8842401623","geometry":{"type":"Point","coordinates":[-0.2874219,51.5862875]},"properties":{"@type":"node","@id":8842401623,"@timestamp":1623945944},"coords":"51.5862875,-0.2874219","bedrooms":"3","price":"265000","area":"672"} , +{"type":"Feature","id":"n8842401648","geometry":{"type":"Point","coordinates":[-0.2850094,51.590194]},"properties":{"@type":"node","@id":8842401648,"@timestamp":1623945944},"coords":"51.590194,-0.2850094","bedrooms":"1","price":"202000","area":"521"} , +{"type":"Feature","id":"n8842401666","geometry":{"type":"Point","coordinates":[-0.2863873,51.5890953]},"properties":{"@type":"node","@id":8842401666,"@timestamp":1623945944},"coords":"51.5890953,-0.2863873","bedrooms":"0","price":"251000","area":"648"} , +{"type":"Feature","id":"n8842401689","geometry":{"type":"Point","coordinates":[-0.2831589,51.5879833]},"properties":{"@type":"node","@id":8842401689,"@timestamp":1623945944},"coords":"51.5879833,-0.2831589","bedrooms":"0","price":"194000","area":"440"} , +{"type":"Feature","id":"n8842525758","geometry":{"type":"Point","coordinates":[-0.0028296,51.4830406]},"properties":{"@type":"node","@id":8842525758,"@timestamp":1630010598},"coords":"51.4830406,-0.0028296","bedrooms":"4","price":"267000","area":"552"} , +{"type":"Feature","id":"n8842525768","geometry":{"type":"Point","coordinates":[-0.0022657,51.4832639]},"properties":{"@type":"node","@id":8842525768,"@timestamp":1623949541},"coords":"51.4832639,-0.0022657","bedrooms":"3","price":"249000","area":"500"} , +{"type":"Feature","id":"n8842525778","geometry":{"type":"Point","coordinates":[-0.0039582,51.4835303]},"properties":{"@type":"node","@id":8842525778,"@timestamp":1623949541},"coords":"51.4835303,-0.0039582","bedrooms":"4","price":"250000","area":"670"} , +{"type":"Feature","id":"n8842525788","geometry":{"type":"Point","coordinates":[-0.0022054,51.4837099]},"properties":{"@type":"node","@id":8842525788,"@timestamp":1623949541},"coords":"51.4837099,-0.0022054","bedrooms":"2","price":"279000","area":"638"} , +{"type":"Feature","id":"n8842558406","geometry":{"type":"Point","coordinates":[-0.0744888,51.0948761]},"properties":{"@type":"node","@id":8842558406,"@timestamp":1623949451},"coords":"51.0948761,-0.0744888","bedrooms":"3","price":"239000","area":"674"} , +{"type":"Feature","id":"n8842658497","geometry":{"type":"Point","coordinates":[-0.4762049,51.5016818]},"properties":{"@type":"node","@id":8842658497,"@timestamp":1623953393},"coords":"51.5016818,-0.4762049","bedrooms":"2","price":"164000","area":"681"} , +{"type":"Feature","id":"n8842858267","geometry":{"type":"Point","coordinates":[-0.2484205,51.4980231]},"properties":{"@type":"node","@id":8842858267,"@timestamp":1623956510},"coords":"51.4980231,-0.2484205","bedrooms":"0","price":"202000","area":"602"} , +{"type":"Feature","id":"n8842874832","geometry":{"type":"Point","coordinates":[-0.247643,51.4985116]},"properties":{"@type":"node","@id":8842874832,"@timestamp":1623956510},"coords":"51.4985116,-0.247643","bedrooms":"1","price":"223000","area":"375"} , +{"type":"Feature","id":"n8842926940","geometry":{"type":"Point","coordinates":[-0.287696,51.4887867]},"properties":{"@type":"node","@id":8842926940,"@timestamp":1623958607},"coords":"51.4887867,-0.287696","bedrooms":"1","price":"195000","area":"359"} , +{"type":"Feature","id":"n8843033864","geometry":{"type":"Point","coordinates":[-0.5668172,51.7591243]},"properties":{"@type":"node","@id":8843033864,"@timestamp":1623961569},"coords":"51.7591243,-0.5668172","bedrooms":"0","price":"295000","area":"572"} , +{"type":"Feature","id":"n8843033884","geometry":{"type":"Point","coordinates":[-0.5674267,51.758556]},"properties":{"@type":"node","@id":8843033884,"@timestamp":1623961569},"coords":"51.758556,-0.5674267","bedrooms":"0","price":"239000","area":"584"} , +{"type":"Feature","id":"n8843257254","geometry":{"type":"Point","coordinates":[0.0989462,51.4295805]},"properties":{"@type":"node","@id":8843257254,"@timestamp":1623964831},"coords":"51.4295805,0.0989462","bedrooms":"4","price":"191000","area":"527"} , +{"type":"Feature","id":"n8843277112","geometry":{"type":"Point","coordinates":[-0.2929633,51.5994244]},"properties":{"@type":"node","@id":8843277112,"@timestamp":1624678166},"coords":"51.5994244,-0.2929633","bedrooms":"1","price":"196000","area":"392"} , +{"type":"Feature","id":"n8843352403","geometry":{"type":"Point","coordinates":[0.5584855,51.2383967]},"properties":{"@type":"node","@id":8843352403,"@timestamp":1623969547},"coords":"51.2383967,0.5584855","bedrooms":"1","price":"175000","area":"490"} , +{"type":"Feature","id":"n8843352413","geometry":{"type":"Point","coordinates":[0.5455345,51.246632]},"properties":{"@type":"node","@id":8843352413,"@timestamp":1623969547},"coords":"51.246632,0.5455345","bedrooms":"3","price":"174000","area":"529"} , +{"type":"Feature","id":"n8843373721","geometry":{"type":"Point","coordinates":[0.553793,51.2443518]},"properties":{"@type":"node","@id":8843373721,"@timestamp":1623969547},"coords":"51.2443518,0.553793","bedrooms":"0","price":"251000","area":"525"} , +{"type":"Feature","id":"n8843373731","geometry":{"type":"Point","coordinates":[0.5588034,51.2514907]},"properties":{"@type":"node","@id":8843373731,"@timestamp":1623969547},"coords":"51.2514907,0.5588034","bedrooms":"3","price":"188000","area":"487"} , +{"type":"Feature","id":"n8843373741","geometry":{"type":"Point","coordinates":[0.5627221,51.2451502]},"properties":{"@type":"node","@id":8843373741,"@timestamp":1623969547},"coords":"51.2451502,0.5627221","bedrooms":"2","price":"236000","area":"511"} , +{"type":"Feature","id":"n8843373751","geometry":{"type":"Point","coordinates":[0.5622232,51.2420951]},"properties":{"@type":"node","@id":8843373751,"@timestamp":1623969547},"coords":"51.2420951,0.5622232","bedrooms":"1","price":"236000","area":"687"} , +{"type":"Feature","id":"n8843373761","geometry":{"type":"Point","coordinates":[0.5634436,51.2420187]},"properties":{"@type":"node","@id":8843373761,"@timestamp":1623969547},"coords":"51.2420187,0.5634436","bedrooms":"3","price":"200000","area":"357"} , +{"type":"Feature","id":"n8843373771","geometry":{"type":"Point","coordinates":[0.5637547,51.242033]},"properties":{"@type":"node","@id":8843373771,"@timestamp":1623969547},"coords":"51.242033,0.5637547","bedrooms":"1","price":"157000","area":"380"} , +{"type":"Feature","id":"n8843373781","geometry":{"type":"Point","coordinates":[0.5641825,51.2417299]},"properties":{"@type":"node","@id":8843373781,"@timestamp":1623969547},"coords":"51.2417299,0.5641825","bedrooms":"0","price":"265000","area":"503"} , +{"type":"Feature","id":"n8843373791","geometry":{"type":"Point","coordinates":[0.5652635,51.2420019]},"properties":{"@type":"node","@id":8843373791,"@timestamp":1623969547},"coords":"51.2420019,0.5652635","bedrooms":"1","price":"158000","area":"388"} , +{"type":"Feature","id":"n8843373801","geometry":{"type":"Point","coordinates":[0.5662304,51.2417047]},"properties":{"@type":"node","@id":8843373801,"@timestamp":1623969547},"coords":"51.2417047,0.5662304","bedrooms":"4","price":"262000","area":"501"} , +{"type":"Feature","id":"n8843373811","geometry":{"type":"Point","coordinates":[0.5671611,51.2419272]},"properties":{"@type":"node","@id":8843373811,"@timestamp":1623969547},"coords":"51.2419272,0.5671611","bedrooms":"3","price":"269000","area":"439"} , +{"type":"Feature","id":"n8843373821","geometry":{"type":"Point","coordinates":[0.567255,51.241625]},"properties":{"@type":"node","@id":8843373821,"@timestamp":1623969547},"coords":"51.241625,0.567255","bedrooms":"3","price":"176000","area":"619"} , +{"type":"Feature","id":"n8843373831","geometry":{"type":"Point","coordinates":[0.5675125,51.2424654]},"properties":{"@type":"node","@id":8843373831,"@timestamp":1623969547},"coords":"51.2424654,0.5675125","bedrooms":"4","price":"236000","area":"602"} , +{"type":"Feature","id":"n8843373841","geometry":{"type":"Point","coordinates":[0.5657154,51.2421892]},"properties":{"@type":"node","@id":8843373841,"@timestamp":1623969547},"coords":"51.2421892,0.5657154","bedrooms":"3","price":"266000","area":"658"} , +{"type":"Feature","id":"n8843373851","geometry":{"type":"Point","coordinates":[0.5664383,51.2423865]},"properties":{"@type":"node","@id":8843373851,"@timestamp":1623969547},"coords":"51.2423865,0.5664383","bedrooms":"3","price":"292000","area":"518"} , +{"type":"Feature","id":"n8843373861","geometry":{"type":"Point","coordinates":[0.5638982,51.2429515]},"properties":{"@type":"node","@id":8843373861,"@timestamp":1623969547},"coords":"51.2429515,0.5638982","bedrooms":"4","price":"207000","area":"365"} , +{"type":"Feature","id":"n8843373871","geometry":{"type":"Point","coordinates":[0.5614977,51.2432881]},"properties":{"@type":"node","@id":8843373871,"@timestamp":1623969547},"coords":"51.2432881,0.5614977","bedrooms":"1","price":"274000","area":"379"} , +{"type":"Feature","id":"n8843373881","geometry":{"type":"Point","coordinates":[0.5604865,51.2430254]},"properties":{"@type":"node","@id":8843373881,"@timestamp":1623969547},"coords":"51.2430254,0.5604865","bedrooms":"3","price":"180000","area":"635"} , +{"type":"Feature","id":"n8843373891","geometry":{"type":"Point","coordinates":[0.5538896,51.2464859]},"properties":{"@type":"node","@id":8843373891,"@timestamp":1623969547},"coords":"51.2464859,0.5538896","bedrooms":"4","price":"270000","area":"360"} , +{"type":"Feature","id":"n8843373901","geometry":{"type":"Point","coordinates":[0.5567569,51.2577589]},"properties":{"@type":"node","@id":8843373901,"@timestamp":1623969547},"coords":"51.2577589,0.5567569","bedrooms":"3","price":"298000","area":"540"} , +{"type":"Feature","id":"n8843397782","geometry":{"type":"Point","coordinates":[-0.284253,51.5984404]},"properties":{"@type":"node","@id":8843397782,"@timestamp":1623970884},"coords":"51.5984404,-0.284253","bedrooms":"4","price":"158000","area":"590"} , +{"type":"Feature","id":"n8843424630","geometry":{"type":"Point","coordinates":[-0.2881414,51.60305]},"properties":{"@type":"node","@id":8843424630,"@timestamp":1623972960},"coords":"51.60305,-0.2881414","bedrooms":"2","price":"297000","area":"350"} , +{"type":"Feature","id":"n8843424699","geometry":{"type":"Point","coordinates":[-0.285745,51.6013364]},"properties":{"@type":"node","@id":8843424699,"@timestamp":1623972960},"coords":"51.6013364,-0.285745","bedrooms":"4","price":"298000","area":"478"} , +{"type":"Feature","id":"n8843558767","geometry":{"type":"Point","coordinates":[-0.145747,51.5168839]},"properties":{"@type":"node","@id":8843558767,"@timestamp":1623979685},"coords":"51.5168839,-0.145747","bedrooms":"4","price":"225000","area":"527"} , +{"type":"Feature","id":"n8843558781","geometry":{"type":"Point","coordinates":[-0.1375553,51.5185005]},"properties":{"@type":"node","@id":8843558781,"@timestamp":1636079908},"coords":"51.5185005,-0.1375553","bedrooms":"4","price":"231000","area":"507"} , +{"type":"Feature","id":"n8843596277","geometry":{"type":"Point","coordinates":[-0.1328971,51.5115861]},"properties":{"@type":"node","@id":8843596277,"@timestamp":1623981658},"coords":"51.5115861,-0.1328971","bedrooms":"1","price":"191000","area":"569"} , +{"type":"Feature","id":"n8843858648","geometry":{"type":"Point","coordinates":[-0.2486592,51.4983949]},"properties":{"@type":"node","@id":8843858648,"@timestamp":1623988862},"coords":"51.4983949,-0.2486592","bedrooms":"2","price":"208000","area":"380"} , +{"type":"Feature","id":"n8843858726","geometry":{"type":"Point","coordinates":[-0.2488338,51.4985577]},"properties":{"@type":"node","@id":8843858726,"@timestamp":1623988862},"coords":"51.4985577,-0.2488338","bedrooms":"0","price":"270000","area":"687"} , +{"type":"Feature","id":"n8843858736","geometry":{"type":"Point","coordinates":[-0.2493756,51.4992783]},"properties":{"@type":"node","@id":8843858736,"@timestamp":1623988862},"coords":"51.4992783,-0.2493756","bedrooms":"4","price":"292000","area":"674"} , +{"type":"Feature","id":"n8843858746","geometry":{"type":"Point","coordinates":[-0.2499123,51.4999922]},"properties":{"@type":"node","@id":8843858746,"@timestamp":1623988862},"coords":"51.4999922,-0.2499123","bedrooms":"3","price":"239000","area":"374"} , +{"type":"Feature","id":"n8843859040","geometry":{"type":"Point","coordinates":[-0.250642,51.5006389]},"properties":{"@type":"node","@id":8843859040,"@timestamp":1623988862},"coords":"51.5006389,-0.250642","bedrooms":"1","price":"277000","area":"579"} , +{"type":"Feature","id":"n8844525321","geometry":{"type":"Point","coordinates":[-0.7108584,51.4320201]},"properties":{"@type":"node","@id":8844525321,"@timestamp":1624005278},"coords":"51.4320201,-0.7108584","bedrooms":"0","price":"247000","area":"565"} , +{"type":"Feature","id":"n8844642327","geometry":{"type":"Point","coordinates":[0.0981459,51.4285872]},"properties":{"@type":"node","@id":8844642327,"@timestamp":1624008211},"coords":"51.4285872,0.0981459","bedrooms":"4","price":"231000","area":"412"} , +{"type":"Feature","id":"n8844659800","geometry":{"type":"Point","coordinates":[-0.3566818,51.5578277]},"properties":{"@type":"node","@id":8844659800,"@timestamp":1624008907},"coords":"51.5578277,-0.3566818","bedrooms":"0","price":"239000","area":"423"} , +{"type":"Feature","id":"n8844687220","geometry":{"type":"Point","coordinates":[0.0984541,51.4285042]},"properties":{"@type":"node","@id":8844687220,"@timestamp":1624009240},"coords":"51.4285042,0.0984541","bedrooms":"0","price":"233000","area":"620"} , +{"type":"Feature","id":"n8844687232","geometry":{"type":"Point","coordinates":[0.1013589,51.4285911]},"properties":{"@type":"node","@id":8844687232,"@timestamp":1624009240},"coords":"51.4285911,0.1013589","bedrooms":"4","price":"162000","area":"488"} , +{"type":"Feature","id":"n8844765361","geometry":{"type":"Point","coordinates":[-0.1241041,51.4471287]},"properties":{"@type":"node","@id":8844765361,"@timestamp":1624010842},"coords":"51.4471287,-0.1241041","bedrooms":"1","price":"199000","area":"632"} , +{"type":"Feature","id":"n8844765383","geometry":{"type":"Point","coordinates":[-0.1235133,51.4477602]},"properties":{"@type":"node","@id":8844765383,"@timestamp":1624010842},"coords":"51.4477602,-0.1235133","bedrooms":"0","price":"195000","area":"668"} , +{"type":"Feature","id":"n8844765409","geometry":{"type":"Point","coordinates":[-0.1237476,51.4480387]},"properties":{"@type":"node","@id":8844765409,"@timestamp":1624010842},"coords":"51.4480387,-0.1237476","bedrooms":"0","price":"169000","area":"613"} , +{"type":"Feature","id":"n8844773619","geometry":{"type":"Point","coordinates":[-0.1231174,51.4486151]},"properties":{"@type":"node","@id":8844773619,"@timestamp":1624010842},"coords":"51.4486151,-0.1231174","bedrooms":"3","price":"229000","area":"660"} , +{"type":"Feature","id":"n8844773635","geometry":{"type":"Point","coordinates":[-0.1227297,51.4490242]},"properties":{"@type":"node","@id":8844773635,"@timestamp":1624010842},"coords":"51.4490242,-0.1227297","bedrooms":"0","price":"184000","area":"674"} , +{"type":"Feature","id":"n8844773662","geometry":{"type":"Point","coordinates":[-0.1227358,51.449825]},"properties":{"@type":"node","@id":8844773662,"@timestamp":1624010842},"coords":"51.449825,-0.1227358","bedrooms":"0","price":"280000","area":"460"} , +{"type":"Feature","id":"n8844773676","geometry":{"type":"Point","coordinates":[-0.1228464,51.4496142]},"properties":{"@type":"node","@id":8844773676,"@timestamp":1624010842},"coords":"51.4496142,-0.1228464","bedrooms":"4","price":"251000","area":"533"} , +{"type":"Feature","id":"n8844830614","geometry":{"type":"Point","coordinates":[-1.1004669,51.0787555]},"properties":{"@type":"node","@id":8844830614,"@timestamp":1624012534},"coords":"51.0787555,-1.1004669","bedrooms":"0","price":"166000","area":"415"} , +{"type":"Feature","id":"n8844893041","geometry":{"type":"Point","coordinates":[-0.1221204,51.4506206]},"properties":{"@type":"node","@id":8844893041,"@timestamp":1624012465},"coords":"51.4506206,-0.1221204","bedrooms":"0","price":"152000","area":"558"} , +{"type":"Feature","id":"n8844893051","geometry":{"type":"Point","coordinates":[-0.1215228,51.4504869]},"properties":{"@type":"node","@id":8844893051,"@timestamp":1624012465},"coords":"51.4504869,-0.1215228","bedrooms":"3","price":"281000","area":"478"} , +{"type":"Feature","id":"n8844893063","geometry":{"type":"Point","coordinates":[-0.1218537,51.4500128]},"properties":{"@type":"node","@id":8844893063,"@timestamp":1624012465},"coords":"51.4500128,-0.1218537","bedrooms":"2","price":"278000","area":"543"} , +{"type":"Feature","id":"n8844893073","geometry":{"type":"Point","coordinates":[-0.1218305,51.4498131]},"properties":{"@type":"node","@id":8844893073,"@timestamp":1624012465},"coords":"51.4498131,-0.1218305","bedrooms":"2","price":"234000","area":"644"} , +{"type":"Feature","id":"n8844896920","geometry":{"type":"Point","coordinates":[-0.120181,51.4500701]},"properties":{"@type":"node","@id":8844896920,"@timestamp":1624012540},"coords":"51.4500701,-0.120181","bedrooms":"0","price":"257000","area":"429"} , +{"type":"Feature","id":"n8845283750","geometry":{"type":"Point","coordinates":[-0.7606822,51.260416]},"properties":{"@type":"node","@id":8845283750,"@timestamp":1624015479},"coords":"51.260416,-0.7606822","bedrooms":"2","price":"264000","area":"451"} , +{"type":"Feature","id":"n8845526633","geometry":{"type":"Point","coordinates":[0.4259001,51.3189567]},"properties":{"@type":"node","@id":8845526633,"@timestamp":1624016499},"coords":"51.3189567,0.4259001","bedrooms":"4","price":"255000","area":"564"} , +{"type":"Feature","id":"n8845526643","geometry":{"type":"Point","coordinates":[0.4287736,51.3185145]},"properties":{"@type":"node","@id":8845526643,"@timestamp":1624016499},"coords":"51.3185145,0.4287736","bedrooms":"4","price":"168000","area":"492"} , +{"type":"Feature","id":"n8845526771","geometry":{"type":"Point","coordinates":[0.4229894,51.3199539]},"properties":{"@type":"node","@id":8845526771,"@timestamp":1624016499},"coords":"51.3199539,0.4229894","bedrooms":"0","price":"177000","area":"497"} , +{"type":"Feature","id":"n8845659021","geometry":{"type":"Point","coordinates":[0.4257292,51.3212313]},"properties":{"@type":"node","@id":8845659021,"@timestamp":1624017179},"coords":"51.3212313,0.4257292","bedrooms":"0","price":"197000","area":"560"} , +{"type":"Feature","id":"n8845761823","geometry":{"type":"Point","coordinates":[-0.7821729,51.0772016]},"properties":{"@type":"node","@id":8845761823,"@timestamp":1624019787},"coords":"51.0772016,-0.7821729","bedrooms":"2","price":"279000","area":"615"} , +{"type":"Feature","id":"n8845777483","geometry":{"type":"Point","coordinates":[-0.2238103,51.3121719]},"properties":{"@type":"node","@id":8845777483,"@timestamp":1624020394},"coords":"51.3121719,-0.2238103","bedrooms":"3","price":"166000","area":"691"} , +{"type":"Feature","id":"n8845837795","geometry":{"type":"Point","coordinates":[0.0032988,51.4715021]},"properties":{"@type":"node","@id":8845837795,"@timestamp":1624022743},"coords":"51.4715021,0.0032988","bedrooms":"4","price":"188000","area":"664"} , +{"type":"Feature","id":"n8845837805","geometry":{"type":"Point","coordinates":[-0.0087836,51.4680435]},"properties":{"@type":"node","@id":8845837805,"@timestamp":1624022743},"coords":"51.4680435,-0.0087836","bedrooms":"4","price":"253000","area":"479"} , +{"type":"Feature","id":"n8845895714","geometry":{"type":"Point","coordinates":[-0.8702679,51.4160513]},"properties":{"@type":"node","@id":8845895714,"@timestamp":1624024227},"coords":"51.4160513,-0.8702679","bedrooms":"2","price":"265000","area":"433"} , +{"type":"Feature","id":"n8845953734","geometry":{"type":"Point","coordinates":[-0.8657877,51.4170378]},"properties":{"@type":"node","@id":8845953734,"@timestamp":1624024227},"coords":"51.4170378,-0.8657877","bedrooms":"3","price":"211000","area":"698"} , +{"type":"Feature","id":"n8845953755","geometry":{"type":"Point","coordinates":[-0.860319,51.4183665]},"properties":{"@type":"node","@id":8845953755,"@timestamp":1624024227},"coords":"51.4183665,-0.860319","bedrooms":"0","price":"225000","area":"626"} , +{"type":"Feature","id":"n8845982851","geometry":{"type":"Point","coordinates":[-0.992332,51.5333129]},"properties":{"@type":"node","@id":8845982851,"@timestamp":1624025281},"coords":"51.5333129,-0.992332","bedrooms":"4","price":"206000","area":"691"} , +{"type":"Feature","id":"n8846102813","geometry":{"type":"Point","coordinates":[-0.213481,51.5139427]},"properties":{"@type":"node","@id":8846102813,"@timestamp":1624030267},"coords":"51.5139427,-0.213481","bedrooms":"3","price":"226000","area":"603"} , +{"type":"Feature","id":"n8846104960","geometry":{"type":"Point","coordinates":[0.1610412,51.8669381]},"properties":{"@type":"node","@id":8846104960,"@timestamp":1624028482},"coords":"51.8669381,0.1610412","bedrooms":"0","price":"197000","area":"571"} , +{"type":"Feature","id":"n8846242789","geometry":{"type":"Point","coordinates":[-1.0020399,51.3929132]},"properties":{"@type":"node","@id":8846242789,"@timestamp":1624031631},"coords":"51.3929132,-1.0020399","bedrooms":"1","price":"296000","area":"578"} , +{"type":"Feature","id":"n8846398693","geometry":{"type":"Point","coordinates":[-0.0940278,51.0809268]},"properties":{"@type":"node","@id":8846398693,"@timestamp":1624036222},"coords":"51.0809268,-0.0940278","bedrooms":"1","price":"226000","area":"360"} , +{"type":"Feature","id":"n8846790203","geometry":{"type":"Point","coordinates":[0.1592004,51.8121451]},"properties":{"@type":"node","@id":8846790203,"@timestamp":1629772691},"coords":"51.8121451,0.1592004","bedrooms":"1","price":"259000","area":"413"} , +{"type":"Feature","id":"n8846868716","geometry":{"type":"Point","coordinates":[-0.4535479,51.0634937]},"properties":{"@type":"node","@id":8846868716,"@timestamp":1624050382},"coords":"51.0634937,-0.4535479","bedrooms":"3","price":"157000","area":"535"} , +{"type":"Feature","id":"n8846868927","geometry":{"type":"Point","coordinates":[-0.8549127,51.4163547]},"properties":{"@type":"node","@id":8846868927,"@timestamp":1624051013},"coords":"51.4163547,-0.8549127","bedrooms":"3","price":"155000","area":"675"} , +{"type":"Feature","id":"n8846875476","geometry":{"type":"Point","coordinates":[0.0547014,51.3668867]},"properties":{"@type":"node","@id":8846875476,"@timestamp":1624096393},"coords":"51.3668867,0.0547014","bedrooms":"3","price":"244000","area":"604"} , +{"type":"Feature","id":"n8846875487","geometry":{"type":"Point","coordinates":[0.0545907,51.3668393]},"properties":{"@type":"node","@id":8846875487,"@timestamp":1624096393},"coords":"51.3668393,0.0545907","bedrooms":"0","price":"158000","area":"355"} , +{"type":"Feature","id":"n8846979638","geometry":{"type":"Point","coordinates":[0.2044868,51.3627035]},"properties":{"@type":"node","@id":8846979638,"@timestamp":1624055636},"coords":"51.3627035,0.2044868","bedrooms":"0","price":"245000","area":"481"} , +{"type":"Feature","id":"n8847443622","geometry":{"type":"Point","coordinates":[-0.2489784,51.50008]},"properties":{"@type":"node","@id":8847443622,"@timestamp":1624075219},"coords":"51.50008,-0.2489784","bedrooms":"1","price":"232000","area":"552"} , +{"type":"Feature","id":"n8847443666","geometry":{"type":"Point","coordinates":[-0.2499952,51.5010616]},"properties":{"@type":"node","@id":8847443666,"@timestamp":1624075219},"coords":"51.5010616,-0.2499952","bedrooms":"2","price":"154000","area":"357"} , +{"type":"Feature","id":"n8847450409","geometry":{"type":"Point","coordinates":[-0.249077,51.5010543]},"properties":{"@type":"node","@id":8847450409,"@timestamp":1624079429},"coords":"51.5010543,-0.249077","bedrooms":"0","price":"284000","area":"449"} , +{"type":"Feature","id":"n8847525851","geometry":{"type":"Point","coordinates":[-0.2485389,51.5003981]},"properties":{"@type":"node","@id":8847525851,"@timestamp":1624079429},"coords":"51.5003981,-0.2485389","bedrooms":"3","price":"214000","area":"493"} , +{"type":"Feature","id":"n8847525977","geometry":{"type":"Point","coordinates":[-0.2479177,51.4996341]},"properties":{"@type":"node","@id":8847525977,"@timestamp":1624079429},"coords":"51.4996341,-0.2479177","bedrooms":"3","price":"289000","area":"616"} , +{"type":"Feature","id":"n8847810128","geometry":{"type":"Point","coordinates":[0.5348861,51.2638408]},"properties":{"@type":"node","@id":8847810128,"@timestamp":1624093384},"coords":"51.2638408,0.5348861","bedrooms":"3","price":"204000","area":"371"} , +{"type":"Feature","id":"n8847810196","geometry":{"type":"Point","coordinates":[0.5341807,51.257487]},"properties":{"@type":"node","@id":8847810196,"@timestamp":1624093384},"coords":"51.257487,0.5341807","bedrooms":"1","price":"191000","area":"512"} , +{"type":"Feature","id":"n8847810206","geometry":{"type":"Point","coordinates":[0.5358705,51.2546115]},"properties":{"@type":"node","@id":8847810206,"@timestamp":1624093384},"coords":"51.2546115,0.5358705","bedrooms":"2","price":"199000","area":"584"} , +{"type":"Feature","id":"n8847810216","geometry":{"type":"Point","coordinates":[0.5399796,51.2588164]},"properties":{"@type":"node","@id":8847810216,"@timestamp":1624093384},"coords":"51.2588164,0.5399796","bedrooms":"0","price":"288000","area":"496"} , +{"type":"Feature","id":"n8847824326","geometry":{"type":"Point","coordinates":[0.5447808,51.2583179]},"properties":{"@type":"node","@id":8847824326,"@timestamp":1624093384},"coords":"51.2583179,0.5447808","bedrooms":"1","price":"279000","area":"603"} , +{"type":"Feature","id":"n8847824336","geometry":{"type":"Point","coordinates":[0.5420825,51.2548163]},"properties":{"@type":"node","@id":8847824336,"@timestamp":1624093384},"coords":"51.2548163,0.5420825","bedrooms":"3","price":"198000","area":"472"} , +{"type":"Feature","id":"n8847828401","geometry":{"type":"Point","coordinates":[-0.2860565,51.4770591]},"properties":{"@type":"node","@id":8847828401,"@timestamp":1624095185},"coords":"51.4770591,-0.2860565","bedrooms":"0","price":"211000","area":"646"} , +{"type":"Feature","id":"n8848319064","geometry":{"type":"Point","coordinates":[-0.1670094,51.428832]},"properties":{"@type":"node","@id":8848319064,"@timestamp":1624109238},"coords":"51.428832,-0.1670094","bedrooms":"3","price":"224000","area":"440"} , +{"type":"Feature","id":"n8848415309","geometry":{"type":"Point","coordinates":[0.4967715,51.2989926]},"properties":{"@type":"node","@id":8848415309,"@timestamp":1624200801},"coords":"51.2989926,0.4967715","bedrooms":"1","price":"201000","area":"506"} , +{"type":"Feature","id":"n8848534036","geometry":{"type":"Point","coordinates":[-0.8570085,51.423502]},"properties":{"@type":"node","@id":8848534036,"@timestamp":1624113824},"coords":"51.423502,-0.8570085","bedrooms":"1","price":"263000","area":"489"} , +{"type":"Feature","id":"n8848534065","geometry":{"type":"Point","coordinates":[-0.8534095,51.4237603]},"properties":{"@type":"node","@id":8848534065,"@timestamp":1624113824},"coords":"51.4237603,-0.8534095","bedrooms":"0","price":"291000","area":"488"} , +{"type":"Feature","id":"n8848534084","geometry":{"type":"Point","coordinates":[-0.8499999,51.4246364]},"properties":{"@type":"node","@id":8848534084,"@timestamp":1624113824},"coords":"51.4246364,-0.8499999","bedrooms":"0","price":"220000","area":"357"} , +{"type":"Feature","id":"n8848591416","geometry":{"type":"Point","coordinates":[-0.0037039,51.5169713]},"properties":{"@type":"node","@id":8848591416,"@timestamp":1624117602},"coords":"51.5169713,-0.0037039","bedrooms":"2","price":"187000","area":"563"} , +{"type":"Feature","id":"n8848639617","geometry":{"type":"Point","coordinates":[-0.0040936,51.5163427]},"properties":{"@type":"node","@id":8848639617,"@timestamp":1624117602},"coords":"51.5163427,-0.0040936","bedrooms":"2","price":"185000","area":"659"} , +{"type":"Feature","id":"n8848652521","geometry":{"type":"Point","coordinates":[-0.3231824,51.5712547]},"properties":{"@type":"node","@id":8848652521,"@timestamp":1624118320},"coords":"51.5712547,-0.3231824","bedrooms":"1","price":"270000","area":"367"} , +{"type":"Feature","id":"n8848842742","geometry":{"type":"Point","coordinates":[-0.0843221,51.4232951]},"properties":{"@type":"node","@id":8848842742,"@timestamp":1624120143},"coords":"51.4232951,-0.0843221","bedrooms":"4","price":"201000","area":"600"} , +{"type":"Feature","id":"n8848842796","geometry":{"type":"Point","coordinates":[-0.0846443,51.4224771]},"properties":{"@type":"node","@id":8848842796,"@timestamp":1624120143},"coords":"51.4224771,-0.0846443","bedrooms":"3","price":"153000","area":"569"} , +{"type":"Feature","id":"n8848842820","geometry":{"type":"Point","coordinates":[-0.0835392,51.4224572]},"properties":{"@type":"node","@id":8848842820,"@timestamp":1624120143},"coords":"51.4224572,-0.0835392","bedrooms":"4","price":"237000","area":"439"} , +{"type":"Feature","id":"n8848918964","geometry":{"type":"Point","coordinates":[-0.019306,51.1196866]},"properties":{"@type":"node","@id":8848918964,"@timestamp":1624123227},"coords":"51.1196866,-0.019306","bedrooms":"2","price":"253000","area":"522"} , +{"type":"Feature","id":"n8848941590","geometry":{"type":"Point","coordinates":[0.0647149,51.367182]},"properties":{"@type":"node","@id":8848941590,"@timestamp":1624125934},"coords":"51.367182,0.0647149","bedrooms":"2","price":"234000","area":"394"} , +{"type":"Feature","id":"n8848971699","geometry":{"type":"Point","coordinates":[0.1187793,51.7703166]},"properties":{"@type":"node","@id":8848971699,"@timestamp":1635450189},"coords":"51.7703166,0.1187793","bedrooms":"1","price":"151000","area":"442"} , +{"type":"Feature","id":"n8849141288","geometry":{"type":"Point","coordinates":[-0.1880105,51.4024531]},"properties":{"@type":"node","@id":8849141288,"@timestamp":1624135900},"coords":"51.4024531,-0.1880105","bedrooms":"2","price":"278000","area":"357"} , +{"type":"Feature","id":"n8849174596","geometry":{"type":"Point","coordinates":[-0.1887347,51.4013838]},"properties":{"@type":"node","@id":8849174596,"@timestamp":1624135100},"coords":"51.4013838,-0.1887347","bedrooms":"2","price":"194000","area":"564"} , +{"type":"Feature","id":"n8849228535","geometry":{"type":"Point","coordinates":[-0.8465274,51.4181801]},"properties":{"@type":"node","@id":8849228535,"@timestamp":1624135758},"coords":"51.4181801,-0.8465274","bedrooms":"0","price":"237000","area":"423"} , +{"type":"Feature","id":"n8849228553","geometry":{"type":"Point","coordinates":[-0.8441994,51.4201539]},"properties":{"@type":"node","@id":8849228553,"@timestamp":1624135758},"coords":"51.4201539,-0.8441994","bedrooms":"4","price":"203000","area":"656"} , +{"type":"Feature","id":"n8849270665","geometry":{"type":"Point","coordinates":[-0.0562246,51.5889283]},"properties":{"@type":"node","@id":8849270665,"@timestamp":1629166232},"coords":"51.5889283,-0.0562246","bedrooms":"2","price":"194000","area":"350"} , +{"type":"Feature","id":"n8849299845","geometry":{"type":"Point","coordinates":[-0.4248009,51.0654517]},"properties":{"@type":"node","@id":8849299845,"@timestamp":1624139773},"coords":"51.0654517,-0.4248009","bedrooms":"4","price":"244000","area":"360"} , +{"type":"Feature","id":"n8849299855","geometry":{"type":"Point","coordinates":[-0.4209076,51.064722]},"properties":{"@type":"node","@id":8849299855,"@timestamp":1624139773},"coords":"51.064722,-0.4209076","bedrooms":"0","price":"294000","area":"491"} , +{"type":"Feature","id":"n8849516468","geometry":{"type":"Point","coordinates":[-0.0743436,51.5675324]},"properties":{"@type":"node","@id":8849516468,"@timestamp":1624155163},"coords":"51.5675324,-0.0743436","bedrooms":"3","price":"247000","area":"668"} , +{"type":"Feature","id":"n8849527587","geometry":{"type":"Point","coordinates":[0.5067092,51.7355399]},"properties":{"@type":"node","@id":8849527587,"@timestamp":1624156761},"coords":"51.7355399,0.5067092","bedrooms":"4","price":"276000","area":"368"} , +{"type":"Feature","id":"n8849650248","geometry":{"type":"Point","coordinates":[-0.2509073,51.5010375]},"properties":{"@type":"node","@id":8849650248,"@timestamp":1624163733},"coords":"51.5010375,-0.2509073","bedrooms":"4","price":"247000","area":"653"} , +{"type":"Feature","id":"n8849650258","geometry":{"type":"Point","coordinates":[-0.2513372,51.5015457]},"properties":{"@type":"node","@id":8849650258,"@timestamp":1624163733},"coords":"51.5015457,-0.2513372","bedrooms":"2","price":"275000","area":"476"} , +{"type":"Feature","id":"n8849650268","geometry":{"type":"Point","coordinates":[-0.2516715,51.5020785]},"properties":{"@type":"node","@id":8849650268,"@timestamp":1624163733},"coords":"51.5020785,-0.2516715","bedrooms":"0","price":"212000","area":"630"} , +{"type":"Feature","id":"n8849650278","geometry":{"type":"Point","coordinates":[-0.2518224,51.5026004]},"properties":{"@type":"node","@id":8849650278,"@timestamp":1624163733},"coords":"51.5026004,-0.2518224","bedrooms":"3","price":"205000","area":"430"} , +{"type":"Feature","id":"n8849650378","geometry":{"type":"Point","coordinates":[-0.2509392,51.5021823]},"properties":{"@type":"node","@id":8849650378,"@timestamp":1624163733},"coords":"51.5021823,-0.2509392","bedrooms":"3","price":"183000","area":"465"} , +{"type":"Feature","id":"n8849650388","geometry":{"type":"Point","coordinates":[-0.2506612,51.5016258]},"properties":{"@type":"node","@id":8849650388,"@timestamp":1624163733},"coords":"51.5016258,-0.2506612","bedrooms":"4","price":"183000","area":"451"} , +{"type":"Feature","id":"n8849653474","geometry":{"type":"Point","coordinates":[-0.2507012,51.5026687]},"properties":{"@type":"node","@id":8849653474,"@timestamp":1624166157},"coords":"51.5026687,-0.2507012","bedrooms":"0","price":"251000","area":"517"} , +{"type":"Feature","id":"n8849653484","geometry":{"type":"Point","coordinates":[-0.2505246,51.5021319]},"properties":{"@type":"node","@id":8849653484,"@timestamp":1624166157},"coords":"51.5021319,-0.2505246","bedrooms":"4","price":"264000","area":"652"} , +{"type":"Feature","id":"n8849653494","geometry":{"type":"Point","coordinates":[-0.2502075,51.501584]},"properties":{"@type":"node","@id":8849653494,"@timestamp":1624166157},"coords":"51.501584,-0.2502075","bedrooms":"0","price":"211000","area":"370"} , +{"type":"Feature","id":"n8849689234","geometry":{"type":"Point","coordinates":[-0.2499546,51.5025924]},"properties":{"@type":"node","@id":8849689234,"@timestamp":1624166157},"coords":"51.5025924,-0.2499546","bedrooms":"0","price":"260000","area":"617"} , +{"type":"Feature","id":"n8849689244","geometry":{"type":"Point","coordinates":[-0.2497585,51.5020406]},"properties":{"@type":"node","@id":8849689244,"@timestamp":1624166157},"coords":"51.5020406,-0.2497585","bedrooms":"0","price":"266000","area":"391"} , +{"type":"Feature","id":"n8849689254","geometry":{"type":"Point","coordinates":[-0.2494267,51.5015144]},"properties":{"@type":"node","@id":8849689254,"@timestamp":1624166157},"coords":"51.5015144,-0.2494267","bedrooms":"2","price":"238000","area":"523"} , +{"type":"Feature","id":"n8849920419","geometry":{"type":"Point","coordinates":[-0.5072074,51.6656178]},"properties":{"@type":"node","@id":8849920419,"@timestamp":1624178548},"coords":"51.6656178,-0.5072074","bedrooms":"4","price":"235000","area":"620"} , +{"type":"Feature","id":"n8850108940","geometry":{"type":"Point","coordinates":[-0.2540189,51.5065012]},"properties":{"@type":"node","@id":8850108940,"@timestamp":1624188037},"coords":"51.5065012,-0.2540189","bedrooms":"0","price":"160000","area":"587"} , +{"type":"Feature","id":"n8850170849","geometry":{"type":"Point","coordinates":[-0.2536861,51.5065254]},"properties":{"@type":"node","@id":8850170849,"@timestamp":1624851866},"coords":"51.5065254,-0.2536861","bedrooms":"1","price":"271000","area":"478"} , +{"type":"Feature","id":"n8850188912","geometry":{"type":"Point","coordinates":[-0.2538537,51.5065166]},"properties":{"@type":"node","@id":8850188912,"@timestamp":1624851866},"coords":"51.5065166,-0.2538537","bedrooms":"1","price":"154000","area":"589"} , +{"type":"Feature","id":"n8850202309","geometry":{"type":"Point","coordinates":[-0.0082765,51.4672817]},"properties":{"@type":"node","@id":8850202309,"@timestamp":1626644112},"coords":"51.4672817,-0.0082765","bedrooms":"2","price":"282000","area":"385"} , +{"type":"Feature","id":"n8850226948","geometry":{"type":"Point","coordinates":[-0.2544503,51.5064878]},"properties":{"@type":"node","@id":8850226948,"@timestamp":1624851866},"coords":"51.5064878,-0.2544503","bedrooms":"4","price":"238000","area":"430"} , +{"type":"Feature","id":"n8850246849","geometry":{"type":"Point","coordinates":[-0.2509131,51.5065314]},"properties":{"@type":"node","@id":8850246849,"@timestamp":1624189254},"coords":"51.5065314,-0.2509131","bedrooms":"3","price":"239000","area":"627"} , +{"type":"Feature","id":"n8850254638","geometry":{"type":"Point","coordinates":[-0.2510853,51.5065269]},"properties":{"@type":"node","@id":8850254638,"@timestamp":1624189267},"coords":"51.5065269,-0.2510853","bedrooms":"0","price":"199000","area":"547"} , +{"type":"Feature","id":"n8850547202","geometry":{"type":"Point","coordinates":[-0.8698297,51.4116845]},"properties":{"@type":"node","@id":8850547202,"@timestamp":1624199009},"coords":"51.4116845,-0.8698297","bedrooms":"3","price":"281000","area":"420"} , +{"type":"Feature","id":"n8850575988","geometry":{"type":"Point","coordinates":[-0.259835,51.7414791]},"properties":{"@type":"node","@id":8850575988,"@timestamp":1624198454},"coords":"51.7414791,-0.259835","bedrooms":"0","price":"248000","area":"678"} , +{"type":"Feature","id":"n8850576163","geometry":{"type":"Point","coordinates":[-0.2583383,51.7390625]},"properties":{"@type":"node","@id":8850576163,"@timestamp":1624198454},"coords":"51.7390625,-0.2583383","bedrooms":"0","price":"155000","area":"468"} , +{"type":"Feature","id":"n8850588321","geometry":{"type":"Point","coordinates":[-0.8673604,51.4139454]},"properties":{"@type":"node","@id":8850588321,"@timestamp":1624199009},"coords":"51.4139454,-0.8673604","bedrooms":"3","price":"230000","area":"690"} , +{"type":"Feature","id":"n8850660343","geometry":{"type":"Point","coordinates":[0.0180882,51.5159032]},"properties":{"@type":"node","@id":8850660343,"@timestamp":1624201186},"coords":"51.5159032,0.0180882","bedrooms":"0","price":"229000","area":"633"} , +{"type":"Feature","id":"n8850724026","geometry":{"type":"Point","coordinates":[-0.1022741,51.4250609]},"properties":{"@type":"node","@id":8850724026,"@timestamp":1624203446},"coords":"51.4250609,-0.1022741","bedrooms":"4","price":"228000","area":"529"} , +{"type":"Feature","id":"n8850724036","geometry":{"type":"Point","coordinates":[-0.1048631,51.4251648]},"properties":{"@type":"node","@id":8850724036,"@timestamp":1624203446},"coords":"51.4251648,-0.1048631","bedrooms":"0","price":"289000","area":"424"} , +{"type":"Feature","id":"n8850780297","geometry":{"type":"Point","coordinates":[-0.3035327,51.4633032]},"properties":{"@type":"node","@id":8850780297,"@timestamp":1628195406},"coords":"51.4633032,-0.3035327","bedrooms":"3","price":"221000","area":"424"} , +{"type":"Feature","id":"n8851005218","geometry":{"type":"Point","coordinates":[0.7537296,51.133815]},"properties":{"@type":"node","@id":8851005218,"@timestamp":1624213327},"coords":"51.133815,0.7537296","bedrooms":"1","price":"183000","area":"691"} , +{"type":"Feature","id":"n8851026489","geometry":{"type":"Point","coordinates":[-0.0079799,51.1022757]},"properties":{"@type":"node","@id":8851026489,"@timestamp":1624214910},"coords":"51.1022757,-0.0079799","bedrooms":"2","price":"159000","area":"571"} , +{"type":"Feature","id":"n8851704878","geometry":{"type":"Point","coordinates":[-0.2495499,51.50233]},"properties":{"@type":"node","@id":8851704878,"@timestamp":1624243633},"coords":"51.50233,-0.2495499","bedrooms":"0","price":"226000","area":"582"} , +{"type":"Feature","id":"n8851952960","geometry":{"type":"Point","coordinates":[-0.7373615,51.2250145]},"properties":{"@type":"node","@id":8851952960,"@timestamp":1624253730},"coords":"51.2250145,-0.7373615","bedrooms":"3","price":"176000","area":"498"} , +{"type":"Feature","id":"n8852034406","geometry":{"type":"Point","coordinates":[-0.4599125,51.5119908]},"properties":{"@type":"node","@id":8852034406,"@timestamp":1624256397},"coords":"51.5119908,-0.4599125","bedrooms":"4","price":"171000","area":"597"} , +{"type":"Feature","id":"n8852131956","geometry":{"type":"Point","coordinates":[-0.806969,51.4231257]},"properties":{"@type":"node","@id":8852131956,"@timestamp":1624259788},"coords":"51.4231257,-0.806969","bedrooms":"3","price":"152000","area":"521"} , +{"type":"Feature","id":"n8852290165","geometry":{"type":"Point","coordinates":[-0.2285554,51.1753166]},"properties":{"@type":"node","@id":8852290165,"@timestamp":1624263066},"coords":"51.1753166,-0.2285554","bedrooms":"1","price":"234000","area":"625"} , +{"type":"Feature","id":"n8852339179","geometry":{"type":"Point","coordinates":[-0.8775702,51.3893139]},"properties":{"@type":"node","@id":8852339179,"@timestamp":1624264612},"coords":"51.3893139,-0.8775702","bedrooms":"2","price":"182000","area":"453"} , +{"type":"Feature","id":"n8852395559","geometry":{"type":"Point","coordinates":[-1.0995193,51.3279533]},"properties":{"@type":"node","@id":8852395559,"@timestamp":1624266529},"coords":"51.3279533,-1.0995193","bedrooms":"2","price":"153000","area":"352"} , +{"type":"Feature","id":"n8852447226","geometry":{"type":"Point","coordinates":[-0.2163907,51.3079984]},"properties":{"@type":"node","@id":8852447226,"@timestamp":1624267275},"coords":"51.3079984,-0.2163907","bedrooms":"1","price":"185000","area":"548"} , +{"type":"Feature","id":"n8852580023","geometry":{"type":"Point","coordinates":[-0.0206215,51.4942648]},"properties":{"@type":"node","@id":8852580023,"@timestamp":1624270457},"coords":"51.4942648,-0.0206215","bedrooms":"1","price":"216000","area":"662"} , +{"type":"Feature","id":"n8852599391","geometry":{"type":"Point","coordinates":[-0.7598821,51.4452645]},"properties":{"@type":"node","@id":8852599391,"@timestamp":1624271285},"coords":"51.4452645,-0.7598821","bedrooms":"1","price":"273000","area":"519"} , +{"type":"Feature","id":"n8852638014","geometry":{"type":"Point","coordinates":[-0.9699101,51.3188665]},"properties":{"@type":"node","@id":8852638014,"@timestamp":1624272978},"coords":"51.3188665,-0.9699101","bedrooms":"1","price":"293000","area":"419"} , +{"type":"Feature","id":"n8852683233","geometry":{"type":"Point","coordinates":[-1.0993539,51.2544725]},"properties":{"@type":"node","@id":8852683233,"@timestamp":1624274094},"coords":"51.2544725,-1.0993539","bedrooms":"3","price":"256000","area":"658"} , +{"type":"Feature","id":"n8852731338","geometry":{"type":"Point","coordinates":[-0.7347922,51.2659858]},"properties":{"@type":"node","@id":8852731338,"@timestamp":1624275609},"coords":"51.2659858,-0.7347922","bedrooms":"3","price":"170000","area":"695"} , +{"type":"Feature","id":"n8852787517","geometry":{"type":"Point","coordinates":[-0.9972314,51.4174793]},"properties":{"@type":"node","@id":8852787517,"@timestamp":1624276667},"coords":"51.4174793,-0.9972314","bedrooms":"0","price":"269000","area":"448"} , +{"type":"Feature","id":"n8852819437","geometry":{"type":"Point","coordinates":[-0.9139839,51.5738468]},"properties":{"@type":"node","@id":8852819437,"@timestamp":1624277701},"coords":"51.5738468,-0.9139839","bedrooms":"3","price":"212000","area":"375"} , +{"type":"Feature","id":"n8852900619","geometry":{"type":"Point","coordinates":[-0.5372352,51.7171099]},"properties":{"@type":"node","@id":8852900619,"@timestamp":1624278978},"coords":"51.7171099,-0.5372352","bedrooms":"0","price":"193000","area":"434"} , +{"type":"Feature","id":"n8852933505","geometry":{"type":"Point","coordinates":[-0.3293208,51.456322]},"properties":{"@type":"node","@id":8852933505,"@timestamp":1624280081},"coords":"51.456322,-0.3293208","bedrooms":"4","price":"253000","area":"645"} , +{"type":"Feature","id":"n8852943276","geometry":{"type":"Point","coordinates":[0.0836871,51.7720182]},"properties":{"@type":"node","@id":8852943276,"@timestamp":1631208860},"coords":"51.7720182,0.0836871","bedrooms":"0","price":"211000","area":"561"} , +{"type":"Feature","id":"n8853112384","geometry":{"type":"Point","coordinates":[-0.4202517,51.4070988]},"properties":{"@type":"node","@id":8853112384,"@timestamp":1624284324},"coords":"51.4070988,-0.4202517","bedrooms":"4","price":"260000","area":"606"} , +{"type":"Feature","id":"n8853175974","geometry":{"type":"Point","coordinates":[0.160636,51.8680536]},"properties":{"@type":"node","@id":8853175974,"@timestamp":1624285789},"coords":"51.8680536,0.160636","bedrooms":"3","price":"213000","area":"495"} , +{"type":"Feature","id":"n8853210420","geometry":{"type":"Point","coordinates":[0.0857565,51.7699709]},"properties":{"@type":"node","@id":8853210420,"@timestamp":1631208860},"coords":"51.7699709,0.0857565","bedrooms":"3","price":"299000","area":"468"} , +{"type":"Feature","id":"n8853210461","geometry":{"type":"Point","coordinates":[0.0856559,51.773302]},"properties":{"@type":"node","@id":8853210461,"@timestamp":1631208860},"coords":"51.773302,0.0856559","bedrooms":"1","price":"254000","area":"525"} , +{"type":"Feature","id":"n8853565766","geometry":{"type":"Point","coordinates":[-0.457699,51.9066044]},"properties":{"@type":"node","@id":8853565766,"@timestamp":1624292745},"coords":"51.9066044,-0.457699","bedrooms":"0","price":"157000","area":"480"} , +{"type":"Feature","id":"n8853631777","geometry":{"type":"Point","coordinates":[-0.4589881,51.9063432]},"properties":{"@type":"node","@id":8853631777,"@timestamp":1624292745},"coords":"51.9063432,-0.4589881","bedrooms":"1","price":"213000","area":"371"} , +{"type":"Feature","id":"n8853736436","geometry":{"type":"Point","coordinates":[-0.4581788,51.9069989]},"properties":{"@type":"node","@id":8853736436,"@timestamp":1624293473},"coords":"51.9069989,-0.4581788","bedrooms":"1","price":"297000","area":"673"} , +{"type":"Feature","id":"n8853753121","geometry":{"type":"Point","coordinates":[-0.4582864,51.9074203]},"properties":{"@type":"node","@id":8853753121,"@timestamp":1624293880},"coords":"51.9074203,-0.4582864","bedrooms":"2","price":"174000","area":"492"} , +{"type":"Feature","id":"n8853774623","geometry":{"type":"Point","coordinates":[-0.4577144,51.9074071]},"properties":{"@type":"node","@id":8853774623,"@timestamp":1624294648},"coords":"51.9074071,-0.4577144","bedrooms":"2","price":"266000","area":"667"} , +{"type":"Feature","id":"n8853774661","geometry":{"type":"Point","coordinates":[-0.4542078,51.9083444]},"properties":{"@type":"node","@id":8853774661,"@timestamp":1624294648},"coords":"51.9083444,-0.4542078","bedrooms":"1","price":"291000","area":"681"} , +{"type":"Feature","id":"n8853774671","geometry":{"type":"Point","coordinates":[-0.4515816,51.9077264]},"properties":{"@type":"node","@id":8853774671,"@timestamp":1624294648},"coords":"51.9077264,-0.4515816","bedrooms":"0","price":"295000","area":"696"} , +{"type":"Feature","id":"n8853774684","geometry":{"type":"Point","coordinates":[-0.4477489,51.9062469]},"properties":{"@type":"node","@id":8853774684,"@timestamp":1624294648},"coords":"51.9062469,-0.4477489","bedrooms":"3","price":"224000","area":"530"} , +{"type":"Feature","id":"n8853774694","geometry":{"type":"Point","coordinates":[-0.4452045,51.9069803]},"properties":{"@type":"node","@id":8853774694,"@timestamp":1624294648},"coords":"51.9069803,-0.4452045","bedrooms":"0","price":"153000","area":"597"} , +{"type":"Feature","id":"n8853776402","geometry":{"type":"Point","coordinates":[0.0108486,51.2394707]},"properties":{"@type":"node","@id":8853776402,"@timestamp":1624295337},"coords":"51.2394707,0.0108486","bedrooms":"4","price":"280000","area":"679"} , +{"type":"Feature","id":"n8853814907","geometry":{"type":"Point","coordinates":[-0.419455,51.8966329]},"properties":{"@type":"node","@id":8853814907,"@timestamp":1624296665},"coords":"51.8966329,-0.419455","bedrooms":"3","price":"222000","area":"395"} , +{"type":"Feature","id":"n8853816497","geometry":{"type":"Point","coordinates":[-0.4398256,51.9076342]},"properties":{"@type":"node","@id":8853816497,"@timestamp":1624296025},"coords":"51.9076342,-0.4398256","bedrooms":"0","price":"260000","area":"582"} , +{"type":"Feature","id":"n8853830235","geometry":{"type":"Point","coordinates":[-0.4342853,51.9058542]},"properties":{"@type":"node","@id":8853830235,"@timestamp":1624296025},"coords":"51.9058542,-0.4342853","bedrooms":"0","price":"287000","area":"460"} , +{"type":"Feature","id":"n8853830258","geometry":{"type":"Point","coordinates":[-0.4288455,51.9058921]},"properties":{"@type":"node","@id":8853830258,"@timestamp":1624296025},"coords":"51.9058921,-0.4288455","bedrooms":"4","price":"266000","area":"589"} , +{"type":"Feature","id":"n8853830268","geometry":{"type":"Point","coordinates":[-0.4269102,51.9046797]},"properties":{"@type":"node","@id":8853830268,"@timestamp":1624296025},"coords":"51.9046797,-0.4269102","bedrooms":"3","price":"210000","area":"448"} , +{"type":"Feature","id":"n8853830320","geometry":{"type":"Point","coordinates":[-0.42275,51.9032533]},"properties":{"@type":"node","@id":8853830320,"@timestamp":1624296025},"coords":"51.9032533,-0.42275","bedrooms":"3","price":"268000","area":"649"} , +{"type":"Feature","id":"n8853918310","geometry":{"type":"Point","coordinates":[-0.4211396,51.8872361]},"properties":{"@type":"node","@id":8853918310,"@timestamp":1624298313},"coords":"51.8872361,-0.4211396","bedrooms":"0","price":"232000","area":"440"} , +{"type":"Feature","id":"n8853932177","geometry":{"type":"Point","coordinates":[-0.4193109,51.8826715]},"properties":{"@type":"node","@id":8853932177,"@timestamp":1624299202},"coords":"51.8826715,-0.4193109","bedrooms":"3","price":"167000","area":"611"} , +{"type":"Feature","id":"n8853992221","geometry":{"type":"Point","coordinates":[-0.5324445,51.6466279]},"properties":{"@type":"node","@id":8853992221,"@timestamp":1624300185},"coords":"51.6466279,-0.5324445","bedrooms":"0","price":"269000","area":"520"} , +{"type":"Feature","id":"n8854690069","geometry":{"type":"Point","coordinates":[-0.4159705,51.8788335]},"properties":{"@type":"node","@id":8854690069,"@timestamp":1624303117},"coords":"51.8788335,-0.4159705","bedrooms":"2","price":"251000","area":"592"} , +{"type":"Feature","id":"n8854690080","geometry":{"type":"Point","coordinates":[-0.4126002,51.8782841]},"properties":{"@type":"node","@id":8854690080,"@timestamp":1624303117},"coords":"51.8782841,-0.4126002","bedrooms":"1","price":"211000","area":"698"} , +{"type":"Feature","id":"n8854704243","geometry":{"type":"Point","coordinates":[-0.4073793,51.8781532]},"properties":{"@type":"node","@id":8854704243,"@timestamp":1624303117},"coords":"51.8781532,-0.4073793","bedrooms":"2","price":"290000","area":"557"} , +{"type":"Feature","id":"n8854875638","geometry":{"type":"Point","coordinates":[-0.3966317,51.8713753]},"properties":{"@type":"node","@id":8854875638,"@timestamp":1624304009},"coords":"51.8713753,-0.3966317","bedrooms":"0","price":"293000","area":"404"} , +{"type":"Feature","id":"n8855108788","geometry":{"type":"Point","coordinates":[-0.6077376,51.1871358]},"properties":{"@type":"node","@id":8855108788,"@timestamp":1624305167},"coords":"51.1871358,-0.6077376","bedrooms":"2","price":"251000","area":"620"} , +{"type":"Feature","id":"n8855380754","geometry":{"type":"Point","coordinates":[0.0651279,51.7624888]},"properties":{"@type":"node","@id":8855380754,"@timestamp":1624317623},"coords":"51.7624888,0.0651279","bedrooms":"4","price":"269000","area":"571"} , +{"type":"Feature","id":"n8855668059","geometry":{"type":"Point","coordinates":[-0.7719633,51.6227383]},"properties":{"@type":"node","@id":8855668059,"@timestamp":1624332789},"coords":"51.6227383,-0.7719633","bedrooms":"2","price":"150000","area":"407"} , +{"type":"Feature","id":"n8855875920","geometry":{"type":"Point","coordinates":[-0.2466976,51.5021022]},"properties":{"@type":"node","@id":8855875920,"@timestamp":1624340694},"coords":"51.5021022,-0.2466976","bedrooms":"2","price":"225000","area":"681"} , +{"type":"Feature","id":"n8855875949","geometry":{"type":"Point","coordinates":[-0.24683,51.5024707]},"properties":{"@type":"node","@id":8855875949,"@timestamp":1624340694},"coords":"51.5024707,-0.24683","bedrooms":"1","price":"242000","area":"693"} , +{"type":"Feature","id":"n8855876045","geometry":{"type":"Point","coordinates":[-0.2475249,51.5031145]},"properties":{"@type":"node","@id":8855876045,"@timestamp":1624340694},"coords":"51.5031145,-0.2475249","bedrooms":"0","price":"268000","area":"619"} , +{"type":"Feature","id":"n8855876055","geometry":{"type":"Point","coordinates":[-0.2470402,51.5027132]},"properties":{"@type":"node","@id":8855876055,"@timestamp":1624340694},"coords":"51.5027132,-0.2470402","bedrooms":"3","price":"166000","area":"401"} , +{"type":"Feature","id":"n8855876065","geometry":{"type":"Point","coordinates":[-0.2462453,51.5027893]},"properties":{"@type":"node","@id":8855876065,"@timestamp":1624340694},"coords":"51.5027893,-0.2462453","bedrooms":"0","price":"283000","area":"357"} , +{"type":"Feature","id":"n8856014282","geometry":{"type":"Point","coordinates":[-0.245383,51.5022456]},"properties":{"@type":"node","@id":8856014282,"@timestamp":1624509558},"coords":"51.5022456,-0.245383","bedrooms":"4","price":"268000","area":"523"} , +{"type":"Feature","id":"n8856014292","geometry":{"type":"Point","coordinates":[-0.2457398,51.5022958]},"properties":{"@type":"node","@id":8856014292,"@timestamp":1624344938},"coords":"51.5022958,-0.2457398","bedrooms":"2","price":"187000","area":"467"} , +{"type":"Feature","id":"n8856021098","geometry":{"type":"Point","coordinates":[-0.3051431,51.4636095]},"properties":{"@type":"node","@id":8856021098,"@timestamp":1624344641},"coords":"51.4636095,-0.3051431","bedrooms":"2","price":"261000","area":"567"} , +{"type":"Feature","id":"n8856139618","geometry":{"type":"Point","coordinates":[-0.0493505,51.5461415]},"properties":{"@type":"node","@id":8856139618,"@timestamp":1624348108},"coords":"51.5461415,-0.0493505","bedrooms":"3","price":"230000","area":"375"} , +{"type":"Feature","id":"n8856172214","geometry":{"type":"Point","coordinates":[0.4730153,51.3556763]},"properties":{"@type":"node","@id":8856172214,"@timestamp":1624348373},"coords":"51.3556763,0.4730153","bedrooms":"2","price":"187000","area":"614"} , +{"type":"Feature","id":"n8856190559","geometry":{"type":"Point","coordinates":[-0.510189,51.4658736]},"properties":{"@type":"node","@id":8856190559,"@timestamp":1633714558},"coords":"51.4658736,-0.510189","bedrooms":"4","price":"162000","area":"660"} , +{"type":"Feature","id":"n8856190631","geometry":{"type":"Point","coordinates":[-0.5045998,51.4744426]},"properties":{"@type":"node","@id":8856190631,"@timestamp":1625415448},"coords":"51.4744426,-0.5045998","bedrooms":"1","price":"250000","area":"374"} , +{"type":"Feature","id":"n8856190700","geometry":{"type":"Point","coordinates":[-0.5036378,51.4755815]},"properties":{"@type":"node","@id":8856190700,"@timestamp":1625415448},"coords":"51.4755815,-0.5036378","bedrooms":"1","price":"286000","area":"593"} , +{"type":"Feature","id":"n8856190761","geometry":{"type":"Point","coordinates":[-0.5016039,51.4827919]},"properties":{"@type":"node","@id":8856190761,"@timestamp":1625415448},"coords":"51.4827919,-0.5016039","bedrooms":"3","price":"238000","area":"655"} , +{"type":"Feature","id":"n8856190791","geometry":{"type":"Point","coordinates":[-0.5038733,51.4788519]},"properties":{"@type":"node","@id":8856190791,"@timestamp":1625415448},"coords":"51.4788519,-0.5038733","bedrooms":"1","price":"220000","area":"480"} , +{"type":"Feature","id":"n8856190847","geometry":{"type":"Point","coordinates":[-0.5065352,51.4739223]},"properties":{"@type":"node","@id":8856190847,"@timestamp":1633714558},"coords":"51.4739223,-0.5065352","bedrooms":"3","price":"197000","area":"638"} , +{"type":"Feature","id":"n8856190970","geometry":{"type":"Point","coordinates":[-0.5067062,51.474203]},"properties":{"@type":"node","@id":8856190970,"@timestamp":1633714558},"coords":"51.474203,-0.5067062","bedrooms":"1","price":"287000","area":"444"} , +{"type":"Feature","id":"n8856191030","geometry":{"type":"Point","coordinates":[-0.5053638,51.4740131]},"properties":{"@type":"node","@id":8856191030,"@timestamp":1625415448},"coords":"51.4740131,-0.5053638","bedrooms":"0","price":"229000","area":"635"} , +{"type":"Feature","id":"n8856191219","geometry":{"type":"Point","coordinates":[-0.5120961,51.4651975]},"properties":{"@type":"node","@id":8856191219,"@timestamp":1625415448},"coords":"51.4651975,-0.5120961","bedrooms":"3","price":"248000","area":"549"} , +{"type":"Feature","id":"n8856301221","geometry":{"type":"Point","coordinates":[0.0045249,51.1453789]},"properties":{"@type":"node","@id":8856301221,"@timestamp":1624351253},"coords":"51.1453789,0.0045249","bedrooms":"4","price":"283000","area":"611"} , +{"type":"Feature","id":"n8856368068","geometry":{"type":"Point","coordinates":[0.2292059,51.4947517]},"properties":{"@type":"node","@id":8856368068,"@timestamp":1624353324},"coords":"51.4947517,0.2292059","bedrooms":"0","price":"285000","area":"421"} , +{"type":"Feature","id":"n8856495420","geometry":{"type":"Point","coordinates":[0.2759392,51.4797185]},"properties":{"@type":"node","@id":8856495420,"@timestamp":1624355317},"coords":"51.4797185,0.2759392","bedrooms":"0","price":"270000","area":"352"} , +{"type":"Feature","id":"n8856619250","geometry":{"type":"Point","coordinates":[0.0173811,51.4071136]},"properties":{"@type":"node","@id":8856619250,"@timestamp":1624358158},"coords":"51.4071136,0.0173811","bedrooms":"4","price":"169000","area":"630"} , +{"type":"Feature","id":"n8856662149","geometry":{"type":"Point","coordinates":[-0.611954,51.1874939]},"properties":{"@type":"node","@id":8856662149,"@timestamp":1628410428},"coords":"51.1874939,-0.611954","bedrooms":"4","price":"281000","area":"455"} , +{"type":"Feature","id":"n8856694023","geometry":{"type":"Point","coordinates":[0.1782517,51.508949]},"properties":{"@type":"node","@id":8856694023,"@timestamp":1624360378},"coords":"51.508949,0.1782517","bedrooms":"3","price":"298000","area":"406"} , +{"type":"Feature","id":"n8856709705","geometry":{"type":"Point","coordinates":[-0.0065876,51.4301074]},"properties":{"@type":"node","@id":8856709705,"@timestamp":1624361753},"coords":"51.4301074,-0.0065876","bedrooms":"0","price":"183000","area":"460"} , +{"type":"Feature","id":"n8856749450","geometry":{"type":"Point","coordinates":[0.0138701,51.5057715]},"properties":{"@type":"node","@id":8856749450,"@timestamp":1624361865},"coords":"51.5057715,0.0138701","bedrooms":"1","price":"177000","area":"476"} , +{"type":"Feature","id":"n8856778139","geometry":{"type":"Point","coordinates":[0.0380642,51.4716318]},"properties":{"@type":"node","@id":8856778139,"@timestamp":1624362616},"coords":"51.4716318,0.0380642","bedrooms":"2","price":"225000","area":"482"} , +{"type":"Feature","id":"n8856853208","geometry":{"type":"Point","coordinates":[0.0560541,51.3655831]},"properties":{"@type":"node","@id":8856853208,"@timestamp":1624365028},"coords":"51.3655831,0.0560541","bedrooms":"4","price":"256000","area":"418"} , +{"type":"Feature","id":"n8856881923","geometry":{"type":"Point","coordinates":[-0.4158312,51.4012123]},"properties":{"@type":"node","@id":8856881923,"@timestamp":1624365036},"coords":"51.4012123,-0.4158312","bedrooms":"4","price":"265000","area":"382"} , +{"type":"Feature","id":"n8856881940","geometry":{"type":"Point","coordinates":[-0.4343253,51.390222]},"properties":{"@type":"node","@id":8856881940,"@timestamp":1624365036},"coords":"51.390222,-0.4343253","bedrooms":"2","price":"211000","area":"661"} , +{"type":"Feature","id":"n8856881972","geometry":{"type":"Point","coordinates":[-0.4301578,51.400381]},"properties":{"@type":"node","@id":8856881972,"@timestamp":1624365036},"coords":"51.400381,-0.4301578","bedrooms":"3","price":"158000","area":"492"} , +{"type":"Feature","id":"n8856906420","geometry":{"type":"Point","coordinates":[0.1318284,51.7575752]},"properties":{"@type":"node","@id":8856906420,"@timestamp":1624365693},"coords":"51.7575752,0.1318284","bedrooms":"0","price":"269000","area":"477"} , +{"type":"Feature","id":"n8856906490","geometry":{"type":"Point","coordinates":[0.1320854,51.7636911]},"properties":{"@type":"node","@id":8856906490,"@timestamp":1624365693},"coords":"51.7636911,0.1320854","bedrooms":"2","price":"264000","area":"426"} , +{"type":"Feature","id":"n8856911986","geometry":{"type":"Point","coordinates":[-0.0452697,51.5490531]},"properties":{"@type":"node","@id":8856911986,"@timestamp":1624366010},"coords":"51.5490531,-0.0452697","bedrooms":"1","price":"152000","area":"675"} , +{"type":"Feature","id":"n8856919436","geometry":{"type":"Point","coordinates":[0.7232135,51.3751325]},"properties":{"@type":"node","@id":8856919436,"@timestamp":1624366932},"coords":"51.3751325,0.7232135","bedrooms":"0","price":"258000","area":"544"} , +{"type":"Feature","id":"n8856925023","geometry":{"type":"Point","coordinates":[0.2088058,51.4054499]},"properties":{"@type":"node","@id":8856925023,"@timestamp":1624366212},"coords":"51.4054499,0.2088058","bedrooms":"1","price":"216000","area":"494"} , +{"type":"Feature","id":"n8856964595","geometry":{"type":"Point","coordinates":[-0.1047817,51.3573114]},"properties":{"@type":"node","@id":8856964595,"@timestamp":1624367036},"coords":"51.3573114,-0.1047817","bedrooms":"1","price":"250000","area":"350"} , +{"type":"Feature","id":"n8857073279","geometry":{"type":"Point","coordinates":[0.148929,51.3557374]},"properties":{"@type":"node","@id":8857073279,"@timestamp":1624370143},"coords":"51.3557374,0.148929","bedrooms":"1","price":"157000","area":"584"} , +{"type":"Feature","id":"n8857121726","geometry":{"type":"Point","coordinates":[0.1476245,51.3513602]},"properties":{"@type":"node","@id":8857121726,"@timestamp":1624371526},"coords":"51.3513602,0.1476245","bedrooms":"2","price":"222000","area":"490"} , +{"type":"Feature","id":"n8857165688","geometry":{"type":"Point","coordinates":[0.1706601,51.4191343]},"properties":{"@type":"node","@id":8857165688,"@timestamp":1624372140},"coords":"51.4191343,0.1706601","bedrooms":"1","price":"279000","area":"392"} , +{"type":"Feature","id":"n8857229348","geometry":{"type":"Point","coordinates":[-0.1493012,51.4354032]},"properties":{"@type":"node","@id":8857229348,"@timestamp":1624373072},"coords":"51.4354032,-0.1493012","bedrooms":"2","price":"234000","area":"696"} , +{"type":"Feature","id":"n8857247618","geometry":{"type":"Point","coordinates":[-0.1240376,51.4127346]},"properties":{"@type":"node","@id":8857247618,"@timestamp":1624373618},"coords":"51.4127346,-0.1240376","bedrooms":"3","price":"153000","area":"484"} , +{"type":"Feature","id":"n8857263390","geometry":{"type":"Point","coordinates":[-0.2293449,51.3204826]},"properties":{"@type":"node","@id":8857263390,"@timestamp":1624464156},"coords":"51.3204826,-0.2293449","bedrooms":"2","price":"201000","area":"433"} , +{"type":"Feature","id":"n8857302827","geometry":{"type":"Point","coordinates":[0.8143273,51.0626304]},"properties":{"@type":"node","@id":8857302827,"@timestamp":1624375417},"coords":"51.0626304,0.8143273","bedrooms":"3","price":"163000","area":"447"} , +{"type":"Feature","id":"n8857373654","geometry":{"type":"Point","coordinates":[0.0267366,51.3712725]},"properties":{"@type":"node","@id":8857373654,"@timestamp":1624377748},"coords":"51.3712725,0.0267366","bedrooms":"1","price":"237000","area":"478"} , +{"type":"Feature","id":"n8857451185","geometry":{"type":"Point","coordinates":[-0.2236548,51.3115571]},"properties":{"@type":"node","@id":8857451185,"@timestamp":1624378308},"coords":"51.3115571,-0.2236548","bedrooms":"2","price":"227000","area":"568"} , +{"type":"Feature","id":"n8857507392","geometry":{"type":"Point","coordinates":[-0.0110477,51.115538]},"properties":{"@type":"node","@id":8857507392,"@timestamp":1624380179},"coords":"51.115538,-0.0110477","bedrooms":"0","price":"228000","area":"500"} , +{"type":"Feature","id":"n8857528693","geometry":{"type":"Point","coordinates":[0.0780921,51.4352061]},"properties":{"@type":"node","@id":8857528693,"@timestamp":1624380357},"coords":"51.4352061,0.0780921","bedrooms":"1","price":"228000","area":"372"} , +{"type":"Feature","id":"n8857528703","geometry":{"type":"Point","coordinates":[0.0762411,51.4356523]},"properties":{"@type":"node","@id":8857528703,"@timestamp":1624380357},"coords":"51.4356523,0.0762411","bedrooms":"1","price":"211000","area":"525"} , +{"type":"Feature","id":"n8857594830","geometry":{"type":"Point","coordinates":[0.140447,51.7738818]},"properties":{"@type":"node","@id":8857594830,"@timestamp":1624382112},"coords":"51.7738818,0.140447","bedrooms":"4","price":"196000","area":"365"} , +{"type":"Feature","id":"n8857651017","geometry":{"type":"Point","coordinates":[-0.0419602,51.5475703]},"properties":{"@type":"node","@id":8857651017,"@timestamp":1624384149},"coords":"51.5475703,-0.0419602","bedrooms":"1","price":"296000","area":"414"} , +{"type":"Feature","id":"n8857921195","geometry":{"type":"Point","coordinates":[0.0803488,51.4355438]},"properties":{"@type":"node","@id":8857921195,"@timestamp":1624391998},"coords":"51.4355438,0.0803488","bedrooms":"3","price":"199000","area":"677"} , +{"type":"Feature","id":"n8857921205","geometry":{"type":"Point","coordinates":[0.0821682,51.4348956]},"properties":{"@type":"node","@id":8857921205,"@timestamp":1624391998},"coords":"51.4348956,0.0821682","bedrooms":"1","price":"202000","area":"588"} , +{"type":"Feature","id":"n8858041758","geometry":{"type":"Point","coordinates":[-0.359858,51.8260712]},"properties":{"@type":"node","@id":8858041758,"@timestamp":1626726330},"coords":"51.8260712,-0.359858","bedrooms":"3","price":"194000","area":"502"} , +{"type":"Feature","id":"n8858041768","geometry":{"type":"Point","coordinates":[-0.3603988,51.8255912]},"properties":{"@type":"node","@id":8858041768,"@timestamp":1626726330},"coords":"51.8255912,-0.3603988","bedrooms":"4","price":"273000","area":"652"} , +{"type":"Feature","id":"n8858061767","geometry":{"type":"Point","coordinates":[0.497797,51.3387022]},"properties":{"@type":"node","@id":8858061767,"@timestamp":1624397735},"coords":"51.3387022,0.497797","bedrooms":"1","price":"274000","area":"654"} , +{"type":"Feature","id":"n8858514417","geometry":{"type":"Point","coordinates":[0.0281193,51.5111673]},"properties":{"@type":"node","@id":8858514417,"@timestamp":1624399537},"coords":"51.5111673,0.0281193","bedrooms":"2","price":"270000","area":"388"} , +{"type":"Feature","id":"n8858514427","geometry":{"type":"Point","coordinates":[0.0275327,51.5107507]},"properties":{"@type":"node","@id":8858514427,"@timestamp":1624399537},"coords":"51.5107507,0.0275327","bedrooms":"0","price":"209000","area":"482"} , +{"type":"Feature","id":"n8858514437","geometry":{"type":"Point","coordinates":[0.0282682,51.5105464]},"properties":{"@type":"node","@id":8858514437,"@timestamp":1624399537},"coords":"51.5105464,0.0282682","bedrooms":"3","price":"267000","area":"670"} , +{"type":"Feature","id":"n8858514447","geometry":{"type":"Point","coordinates":[0.0302649,51.5106161]},"properties":{"@type":"node","@id":8858514447,"@timestamp":1624399537},"coords":"51.5106161,0.0302649","bedrooms":"2","price":"236000","area":"546"} , +{"type":"Feature","id":"n8858514457","geometry":{"type":"Point","coordinates":[0.0300002,51.5100728]},"properties":{"@type":"node","@id":8858514457,"@timestamp":1624399537},"coords":"51.5100728,0.0300002","bedrooms":"0","price":"282000","area":"375"} , +{"type":"Feature","id":"n8858514467","geometry":{"type":"Point","coordinates":[0.0315451,51.510167]},"properties":{"@type":"node","@id":8858514467,"@timestamp":1624399537},"coords":"51.510167,0.0315451","bedrooms":"1","price":"180000","area":"650"} , +{"type":"Feature","id":"n8858514477","geometry":{"type":"Point","coordinates":[0.0314585,51.5103524]},"properties":{"@type":"node","@id":8858514477,"@timestamp":1624399537},"coords":"51.5103524,0.0314585","bedrooms":"2","price":"270000","area":"637"} , +{"type":"Feature","id":"n8858514487","geometry":{"type":"Point","coordinates":[0.0317449,51.5103033]},"properties":{"@type":"node","@id":8858514487,"@timestamp":1624399537},"coords":"51.5103033,0.0317449","bedrooms":"1","price":"299000","area":"429"} , +{"type":"Feature","id":"n8858514497","geometry":{"type":"Point","coordinates":[0.0334094,51.5104838]},"properties":{"@type":"node","@id":8858514497,"@timestamp":1624399537},"coords":"51.5104838,0.0334094","bedrooms":"1","price":"269000","area":"690"} , +{"type":"Feature","id":"n8858514507","geometry":{"type":"Point","coordinates":[0.0336945,51.5103452]},"properties":{"@type":"node","@id":8858514507,"@timestamp":1624399537},"coords":"51.5103452,0.0336945","bedrooms":"2","price":"219000","area":"529"} , +{"type":"Feature","id":"n8858514517","geometry":{"type":"Point","coordinates":[0.0334775,51.5101068]},"properties":{"@type":"node","@id":8858514517,"@timestamp":1624399537},"coords":"51.5101068,0.0334775","bedrooms":"2","price":"163000","area":"368"} , +{"type":"Feature","id":"n8858514527","geometry":{"type":"Point","coordinates":[0.0322556,51.5100351]},"properties":{"@type":"node","@id":8858514527,"@timestamp":1624399537},"coords":"51.5100351,0.0322556","bedrooms":"4","price":"185000","area":"529"} , +{"type":"Feature","id":"n8858545878","geometry":{"type":"Point","coordinates":[-0.6586786,51.5349534]},"properties":{"@type":"node","@id":8858545878,"@timestamp":1624401529},"coords":"51.5349534,-0.6586786","bedrooms":"1","price":"245000","area":"556"} , +{"type":"Feature","id":"n8858605432","geometry":{"type":"Point","coordinates":[-0.8255592,51.4132459]},"properties":{"@type":"node","@id":8858605432,"@timestamp":1624403799},"coords":"51.4132459,-0.8255592","bedrooms":"3","price":"237000","area":"508"} , +{"type":"Feature","id":"n8858605442","geometry":{"type":"Point","coordinates":[-0.8295617,51.4176993]},"properties":{"@type":"node","@id":8858605442,"@timestamp":1624403799},"coords":"51.4176993,-0.8295617","bedrooms":"0","price":"283000","area":"655"} , +{"type":"Feature","id":"n8858605457","geometry":{"type":"Point","coordinates":[-0.8269802,51.419186]},"properties":{"@type":"node","@id":8858605457,"@timestamp":1624403799},"coords":"51.419186,-0.8269802","bedrooms":"0","price":"201000","area":"514"} , +{"type":"Feature","id":"n8858605467","geometry":{"type":"Point","coordinates":[-0.8274582,51.4206265]},"properties":{"@type":"node","@id":8858605467,"@timestamp":1624403799},"coords":"51.4206265,-0.8274582","bedrooms":"0","price":"252000","area":"421"} , +{"type":"Feature","id":"n8858723950","geometry":{"type":"Point","coordinates":[-0.2934464,51.5950657]},"properties":{"@type":"node","@id":8858723950,"@timestamp":1624411806},"coords":"51.5950657,-0.2934464","bedrooms":"2","price":"215000","area":"539"} , +{"type":"Feature","id":"n8858878939","geometry":{"type":"Point","coordinates":[-0.2440915,51.5034108]},"properties":{"@type":"node","@id":8858878939,"@timestamp":1624420563},"coords":"51.5034108,-0.2440915","bedrooms":"4","price":"251000","area":"698"} , +{"type":"Feature","id":"n8858878973","geometry":{"type":"Point","coordinates":[-0.2447622,51.503277]},"properties":{"@type":"node","@id":8858878973,"@timestamp":1624420563},"coords":"51.503277,-0.2447622","bedrooms":"3","price":"270000","area":"412"} , +{"type":"Feature","id":"n8858879328","geometry":{"type":"Point","coordinates":[-0.2454194,51.5031022]},"properties":{"@type":"node","@id":8858879328,"@timestamp":1624420563},"coords":"51.5031022,-0.2454194","bedrooms":"3","price":"267000","area":"464"} , +{"type":"Feature","id":"n8858879368","geometry":{"type":"Point","coordinates":[-0.2461107,51.5030155]},"properties":{"@type":"node","@id":8858879368,"@timestamp":1624420563},"coords":"51.5030155,-0.2461107","bedrooms":"0","price":"282000","area":"436"} , +{"type":"Feature","id":"n8858879378","geometry":{"type":"Point","coordinates":[-0.246804,51.5029286]},"properties":{"@type":"node","@id":8858879378,"@timestamp":1624420563},"coords":"51.5029286,-0.246804","bedrooms":"0","price":"265000","area":"409"} , +{"type":"Feature","id":"n8858879469","geometry":{"type":"Point","coordinates":[-0.2465423,51.5032362]},"properties":{"@type":"node","@id":8858879469,"@timestamp":1624420563},"coords":"51.5032362,-0.2465423","bedrooms":"3","price":"293000","area":"352"} , +{"type":"Feature","id":"n8858879479","geometry":{"type":"Point","coordinates":[-0.2458597,51.5033349]},"properties":{"@type":"node","@id":8858879479,"@timestamp":1624420563},"coords":"51.5033349,-0.2458597","bedrooms":"2","price":"260000","area":"529"} , +{"type":"Feature","id":"n8858879489","geometry":{"type":"Point","coordinates":[-0.2451759,51.5034338]},"properties":{"@type":"node","@id":8858879489,"@timestamp":1624420563},"coords":"51.5034338,-0.2451759","bedrooms":"4","price":"275000","area":"427"} , +{"type":"Feature","id":"n8858879499","geometry":{"type":"Point","coordinates":[-0.2444911,51.5035328]},"properties":{"@type":"node","@id":8858879499,"@timestamp":1624420563},"coords":"51.5035328,-0.2444911","bedrooms":"2","price":"168000","area":"536"} , +{"type":"Feature","id":"n8858950703","geometry":{"type":"Point","coordinates":[-0.726922,51.3377023]},"properties":{"@type":"node","@id":8858950703,"@timestamp":1624425346},"coords":"51.3377023,-0.726922","bedrooms":"3","price":"279000","area":"509"} , +{"type":"Feature","id":"n8859443220","geometry":{"type":"Point","coordinates":[0.717786,51.5450365]},"properties":{"@type":"node","@id":8859443220,"@timestamp":1624439486},"coords":"51.5450365,0.717786","bedrooms":"3","price":"250000","area":"587"} , +{"type":"Feature","id":"n8859516405","geometry":{"type":"Point","coordinates":[-0.4028022,51.4139035]},"properties":{"@type":"node","@id":8859516405,"@timestamp":1624441077},"coords":"51.4139035,-0.4028022","bedrooms":"2","price":"288000","area":"678"} , +{"type":"Feature","id":"n8859770804","geometry":{"type":"Point","coordinates":[-0.558302,51.4537288]},"properties":{"@type":"node","@id":8859770804,"@timestamp":1624445361},"coords":"51.4537288,-0.558302","bedrooms":"0","price":"177000","area":"513"} , +{"type":"Feature","id":"n8859868293","geometry":{"type":"Point","coordinates":[-0.4502899,51.5024558]},"properties":{"@type":"node","@id":8859868293,"@timestamp":1624447727},"coords":"51.5024558,-0.4502899","bedrooms":"2","price":"269000","area":"370"} , +{"type":"Feature","id":"n8860015101","geometry":{"type":"Point","coordinates":[-0.601749,51.4917686]},"properties":{"@type":"node","@id":8860015101,"@timestamp":1624448734},"coords":"51.4917686,-0.601749","bedrooms":"2","price":"235000","area":"473"} , +{"type":"Feature","id":"n8860111917","geometry":{"type":"Point","coordinates":[-0.041797,51.5425938]},"properties":{"@type":"node","@id":8860111917,"@timestamp":1624450715},"coords":"51.5425938,-0.041797","bedrooms":"2","price":"244000","area":"644"} , +{"type":"Feature","id":"n8860194323","geometry":{"type":"Point","coordinates":[-0.4299716,51.4205025]},"properties":{"@type":"node","@id":8860194323,"@timestamp":1624452975},"coords":"51.4205025,-0.4299716","bedrooms":"3","price":"162000","area":"461"} , +{"type":"Feature","id":"n8860242077","geometry":{"type":"Point","coordinates":[0.1039759,51.5249636]},"properties":{"@type":"node","@id":8860242077,"@timestamp":1624454429},"coords":"51.5249636,0.1039759","bedrooms":"1","price":"162000","area":"644"} , +{"type":"Feature","id":"n8860261047","geometry":{"type":"Point","coordinates":[0.2016013,51.4241139]},"properties":{"@type":"node","@id":8860261047,"@timestamp":1624454671},"coords":"51.4241139,0.2016013","bedrooms":"2","price":"289000","area":"693"} , +{"type":"Feature","id":"n8860372652","geometry":{"type":"Point","coordinates":[0.5074234,51.3052222]},"properties":{"@type":"node","@id":8860372652,"@timestamp":1624458809},"coords":"51.3052222,0.5074234","bedrooms":"1","price":"207000","area":"606"} , +{"type":"Feature","id":"n8860372662","geometry":{"type":"Point","coordinates":[0.506942,51.3049866]},"properties":{"@type":"node","@id":8860372662,"@timestamp":1624458809},"coords":"51.3049866,0.506942","bedrooms":"4","price":"229000","area":"511"} , +{"type":"Feature","id":"n8860372672","geometry":{"type":"Point","coordinates":[0.5064952,51.3045441]},"properties":{"@type":"node","@id":8860372672,"@timestamp":1624458809},"coords":"51.3045441,0.5064952","bedrooms":"1","price":"208000","area":"435"} , +{"type":"Feature","id":"n8860372682","geometry":{"type":"Point","coordinates":[0.5061638,51.304133]},"properties":{"@type":"node","@id":8860372682,"@timestamp":1624458809},"coords":"51.304133,0.5061638","bedrooms":"2","price":"261000","area":"532"} , +{"type":"Feature","id":"n8860372713","geometry":{"type":"Point","coordinates":[0.5096581,51.303726]},"properties":{"@type":"node","@id":8860372713,"@timestamp":1624458809},"coords":"51.303726,0.5096581","bedrooms":"4","price":"285000","area":"533"} , +{"type":"Feature","id":"n8860747713","geometry":{"type":"Point","coordinates":[0.3727519,51.4169353]},"properties":{"@type":"node","@id":8860747713,"@timestamp":1624468335},"coords":"51.4169353,0.3727519","bedrooms":"3","price":"224000","area":"447"} , +{"type":"Feature","id":"n8860790562","geometry":{"type":"Point","coordinates":[0.3870615,51.4106871]},"properties":{"@type":"node","@id":8860790562,"@timestamp":1624468155},"coords":"51.4106871,0.3870615","bedrooms":"1","price":"209000","area":"571"} , +{"type":"Feature","id":"n8860790572","geometry":{"type":"Point","coordinates":[0.383808,51.4115604]},"properties":{"@type":"node","@id":8860790572,"@timestamp":1624468155},"coords":"51.4115604,0.383808","bedrooms":"0","price":"166000","area":"472"} , +{"type":"Feature","id":"n8860790582","geometry":{"type":"Point","coordinates":[0.3860852,51.4111422]},"properties":{"@type":"node","@id":8860790582,"@timestamp":1624468155},"coords":"51.4111422,0.3860852","bedrooms":"0","price":"244000","area":"530"} , +{"type":"Feature","id":"n8860790592","geometry":{"type":"Point","coordinates":[0.3866699,51.4115872]},"properties":{"@type":"node","@id":8860790592,"@timestamp":1624468155},"coords":"51.4115872,0.3866699","bedrooms":"2","price":"174000","area":"593"} , +{"type":"Feature","id":"n8860790602","geometry":{"type":"Point","coordinates":[0.386912,51.41235]},"properties":{"@type":"node","@id":8860790602,"@timestamp":1624468155},"coords":"51.41235,0.386912","bedrooms":"0","price":"219000","area":"395"} , +{"type":"Feature","id":"n8860790612","geometry":{"type":"Point","coordinates":[0.3852376,51.412442]},"properties":{"@type":"node","@id":8860790612,"@timestamp":1624468155},"coords":"51.412442,0.3852376","bedrooms":"3","price":"157000","area":"598"} , +{"type":"Feature","id":"n8860791322","geometry":{"type":"Point","coordinates":[0.384492,51.41324]},"properties":{"@type":"node","@id":8860791322,"@timestamp":1624468155},"coords":"51.41324,0.384492","bedrooms":"2","price":"167000","area":"544"} , +{"type":"Feature","id":"n8860791332","geometry":{"type":"Point","coordinates":[0.3871554,51.4150501]},"properties":{"@type":"node","@id":8860791332,"@timestamp":1624468155},"coords":"51.4150501,0.3871554","bedrooms":"0","price":"225000","area":"602"} , +{"type":"Feature","id":"n8860796925","geometry":{"type":"Point","coordinates":[0.3748441,51.4119602]},"properties":{"@type":"node","@id":8860796925,"@timestamp":1624468335},"coords":"51.4119602,0.3748441","bedrooms":"2","price":"259000","area":"669"} , +{"type":"Feature","id":"n8860796935","geometry":{"type":"Point","coordinates":[0.3735781,51.4124956]},"properties":{"@type":"node","@id":8860796935,"@timestamp":1624468335},"coords":"51.4124956,0.3735781","bedrooms":"4","price":"288000","area":"412"} , +{"type":"Feature","id":"n8860807673","geometry":{"type":"Point","coordinates":[0.3835183,51.4164836]},"properties":{"@type":"node","@id":8860807673,"@timestamp":1624468564},"coords":"51.4164836,0.3835183","bedrooms":"4","price":"152000","area":"581"} , +{"type":"Feature","id":"n8860807683","geometry":{"type":"Point","coordinates":[0.3748897,51.4216924]},"properties":{"@type":"node","@id":8860807683,"@timestamp":1624468564},"coords":"51.4216924,0.3748897","bedrooms":"0","price":"234000","area":"436"} , +{"type":"Feature","id":"n8860927201","geometry":{"type":"Point","coordinates":[-0.0613755,51.4257662]},"properties":{"@type":"node","@id":8860927201,"@timestamp":1624471666},"coords":"51.4257662,-0.0613755","bedrooms":"2","price":"203000","area":"421"} , +{"type":"Feature","id":"n8860927216","geometry":{"type":"Point","coordinates":[-0.0622031,51.426587]},"properties":{"@type":"node","@id":8860927216,"@timestamp":1624471666},"coords":"51.426587,-0.0622031","bedrooms":"3","price":"182000","area":"528"} , +{"type":"Feature","id":"n8861003246","geometry":{"type":"Point","coordinates":[0.1046692,51.4372129]},"properties":{"@type":"node","@id":8861003246,"@timestamp":1624473203},"coords":"51.4372129,0.1046692","bedrooms":"4","price":"203000","area":"584"} , +{"type":"Feature","id":"n8861003269","geometry":{"type":"Point","coordinates":[0.1091941,51.4376711]},"properties":{"@type":"node","@id":8861003269,"@timestamp":1624473203},"coords":"51.4376711,0.1091941","bedrooms":"1","price":"263000","area":"437"} , +{"type":"Feature","id":"n8861083199","geometry":{"type":"Point","coordinates":[0.0881033,51.4317605]},"properties":{"@type":"node","@id":8861083199,"@timestamp":1624475346},"coords":"51.4317605,0.0881033","bedrooms":"4","price":"245000","area":"442"} , +{"type":"Feature","id":"n8861169488","geometry":{"type":"Point","coordinates":[0.8847672,51.1715649]},"properties":{"@type":"node","@id":8861169488,"@timestamp":1624478570},"coords":"51.1715649,0.8847672","bedrooms":"3","price":"257000","area":"394"} , +{"type":"Feature","id":"n8861232839","geometry":{"type":"Point","coordinates":[0.7083678,51.3447471]},"properties":{"@type":"node","@id":8861232839,"@timestamp":1624480764},"coords":"51.3447471,0.7083678","bedrooms":"2","price":"159000","area":"631"} , +{"type":"Feature","id":"n8861286703","geometry":{"type":"Point","coordinates":[-0.1767326,51.4155495]},"properties":{"@type":"node","@id":8861286703,"@timestamp":1624908416},"coords":"51.4155495,-0.1767326","bedrooms":"1","price":"159000","area":"530"} , +{"type":"Feature","id":"n8861307511","geometry":{"type":"Point","coordinates":[0.0080492,51.5504745]},"properties":{"@type":"node","@id":8861307511,"@timestamp":1624568008},"coords":"51.5504745,0.0080492","bedrooms":"3","price":"150000","area":"559"} , +{"type":"Feature","id":"n8861573060","geometry":{"type":"Point","coordinates":[0.2079102,51.9792561]},"properties":{"@type":"node","@id":8861573060,"@timestamp":1624494620},"coords":"51.9792561,0.2079102","bedrooms":"2","price":"210000","area":"681"} , +{"type":"Feature","id":"n8861698522","geometry":{"type":"Point","coordinates":[0.0985035,51.526205]},"properties":{"@type":"node","@id":8861698522,"@timestamp":1624503207},"coords":"51.526205,0.0985035","bedrooms":"1","price":"210000","area":"427"} , +{"type":"Feature","id":"n8861733634","geometry":{"type":"Point","coordinates":[0.1113583,51.5229671]},"properties":{"@type":"node","@id":8861733634,"@timestamp":1624505858},"coords":"51.5229671,0.1113583","bedrooms":"3","price":"235000","area":"674"} , +{"type":"Feature","id":"n8861811054","geometry":{"type":"Point","coordinates":[-0.2454224,51.5028988]},"properties":{"@type":"node","@id":8861811054,"@timestamp":1624509558},"coords":"51.5028988,-0.2454224","bedrooms":"4","price":"162000","area":"476"} , +{"type":"Feature","id":"n8862030741","geometry":{"type":"Point","coordinates":[0.5365571,51.2525718]},"properties":{"@type":"node","@id":8862030741,"@timestamp":1624514977},"coords":"51.2525718,0.5365571","bedrooms":"4","price":"195000","area":"381"} , +{"type":"Feature","id":"n8862030751","geometry":{"type":"Point","coordinates":[0.5472605,51.2435652]},"properties":{"@type":"node","@id":8862030751,"@timestamp":1624514977},"coords":"51.2435652,0.5472605","bedrooms":"2","price":"266000","area":"630"} , +{"type":"Feature","id":"n8862030761","geometry":{"type":"Point","coordinates":[0.5485842,51.2438817]},"properties":{"@type":"node","@id":8862030761,"@timestamp":1624514977},"coords":"51.2438817,0.5485842","bedrooms":"4","price":"277000","area":"597"} , +{"type":"Feature","id":"n8862030771","geometry":{"type":"Point","coordinates":[0.5485828,51.244754]},"properties":{"@type":"node","@id":8862030771,"@timestamp":1624514977},"coords":"51.244754,0.5485828","bedrooms":"2","price":"234000","area":"663"} , +{"type":"Feature","id":"n8862030781","geometry":{"type":"Point","coordinates":[0.5479109,51.2448279]},"properties":{"@type":"node","@id":8862030781,"@timestamp":1624514977},"coords":"51.2448279,0.5479109","bedrooms":"0","price":"237000","area":"689"} , +{"type":"Feature","id":"n8862030791","geometry":{"type":"Point","coordinates":[0.5481268,51.245873]},"properties":{"@type":"node","@id":8862030791,"@timestamp":1624514977},"coords":"51.245873,0.5481268","bedrooms":"1","price":"251000","area":"516"} , +{"type":"Feature","id":"n8862030801","geometry":{"type":"Point","coordinates":[0.5414388,51.2509602]},"properties":{"@type":"node","@id":8862030801,"@timestamp":1624514977},"coords":"51.2509602,0.5414388","bedrooms":"3","price":"208000","area":"366"} , +{"type":"Feature","id":"n8862030811","geometry":{"type":"Point","coordinates":[0.5520321,51.2531896]},"properties":{"@type":"node","@id":8862030811,"@timestamp":1624514977},"coords":"51.2531896,0.5520321","bedrooms":"4","price":"238000","area":"503"} , +{"type":"Feature","id":"n8862480372","geometry":{"type":"Point","coordinates":[-0.4259678,51.4168561]},"properties":{"@type":"node","@id":8862480372,"@timestamp":1624523674},"coords":"51.4168561,-0.4259678","bedrooms":"4","price":"206000","area":"509"} , +{"type":"Feature","id":"n8862480616","geometry":{"type":"Point","coordinates":[-0.4250668,51.4198117]},"properties":{"@type":"node","@id":8862480616,"@timestamp":1624523674},"coords":"51.4198117,-0.4250668","bedrooms":"3","price":"269000","area":"433"} , +{"type":"Feature","id":"n8862561242","geometry":{"type":"Point","coordinates":[-0.4171205,51.4205348]},"properties":{"@type":"node","@id":8862561242,"@timestamp":1624525232},"coords":"51.4205348,-0.4171205","bedrooms":"2","price":"244000","area":"691"} , +{"type":"Feature","id":"n8862561252","geometry":{"type":"Point","coordinates":[-0.4155741,51.4212593]},"properties":{"@type":"node","@id":8862561252,"@timestamp":1624525232},"coords":"51.4212593,-0.4155741","bedrooms":"0","price":"275000","area":"414"} , +{"type":"Feature","id":"n8862561262","geometry":{"type":"Point","coordinates":[-0.4166901,51.4209516]},"properties":{"@type":"node","@id":8862561262,"@timestamp":1624525232},"coords":"51.4209516,-0.4166901","bedrooms":"3","price":"260000","area":"570"} , +{"type":"Feature","id":"n8862561275","geometry":{"type":"Point","coordinates":[-0.4173729,51.4209416]},"properties":{"@type":"node","@id":8862561275,"@timestamp":1624525232},"coords":"51.4209416,-0.4173729","bedrooms":"1","price":"161000","area":"532"} , +{"type":"Feature","id":"n8862580740","geometry":{"type":"Point","coordinates":[0.466308,51.2908325]},"properties":{"@type":"node","@id":8862580740,"@timestamp":1624525809},"coords":"51.2908325,0.466308","bedrooms":"1","price":"246000","area":"426"} , +{"type":"Feature","id":"n8862658980","geometry":{"type":"Point","coordinates":[-0.1728365,51.4160453]},"properties":{"@type":"node","@id":8862658980,"@timestamp":1624824639},"coords":"51.4160453,-0.1728365","bedrooms":"1","price":"207000","area":"390"} , +{"type":"Feature","id":"n8862665150","geometry":{"type":"Point","coordinates":[0.4719728,51.2914922]},"properties":{"@type":"node","@id":8862665150,"@timestamp":1624527415},"coords":"51.2914922,0.4719728","bedrooms":"4","price":"268000","area":"461"} , +{"type":"Feature","id":"n8862665160","geometry":{"type":"Point","coordinates":[0.4718646,51.2916452]},"properties":{"@type":"node","@id":8862665160,"@timestamp":1624527415},"coords":"51.2916452,0.4718646","bedrooms":"0","price":"151000","area":"494"} , +{"type":"Feature","id":"n8862665170","geometry":{"type":"Point","coordinates":[0.4717501,51.2914279]},"properties":{"@type":"node","@id":8862665170,"@timestamp":1624527415},"coords":"51.2914279,0.4717501","bedrooms":"4","price":"243000","area":"672"} , +{"type":"Feature","id":"n8862665180","geometry":{"type":"Point","coordinates":[0.4716988,51.2916237]},"properties":{"@type":"node","@id":8862665180,"@timestamp":1624527415},"coords":"51.2916237,0.4716988","bedrooms":"4","price":"190000","area":"550"} , +{"type":"Feature","id":"n8862665190","geometry":{"type":"Point","coordinates":[0.471505,51.2912161]},"properties":{"@type":"node","@id":8862665190,"@timestamp":1624527415},"coords":"51.2912161,0.471505","bedrooms":"0","price":"214000","area":"600"} , +{"type":"Feature","id":"n8862665200","geometry":{"type":"Point","coordinates":[0.4714139,51.2911252]},"properties":{"@type":"node","@id":8862665200,"@timestamp":1624527415},"coords":"51.2911252,0.4714139","bedrooms":"3","price":"152000","area":"614"} , +{"type":"Feature","id":"n8862665210","geometry":{"type":"Point","coordinates":[0.470097,51.290552]},"properties":{"@type":"node","@id":8862665210,"@timestamp":1624527415},"coords":"51.290552,0.470097","bedrooms":"0","price":"285000","area":"557"} , +{"type":"Feature","id":"n8862666720","geometry":{"type":"Point","coordinates":[0.4704186,51.2904731]},"properties":{"@type":"node","@id":8862666720,"@timestamp":1624527415},"coords":"51.2904731,0.4704186","bedrooms":"3","price":"291000","area":"698"} , +{"type":"Feature","id":"n8862666730","geometry":{"type":"Point","coordinates":[0.4703036,51.2904027]},"properties":{"@type":"node","@id":8862666730,"@timestamp":1624527415},"coords":"51.2904027,0.4703036","bedrooms":"3","price":"203000","area":"491"} , +{"type":"Feature","id":"n8862666740","geometry":{"type":"Point","coordinates":[0.4698201,51.2902223]},"properties":{"@type":"node","@id":8862666740,"@timestamp":1624527415},"coords":"51.2902223,0.4698201","bedrooms":"1","price":"188000","area":"632"} , +{"type":"Feature","id":"n8862666750","geometry":{"type":"Point","coordinates":[0.4701692,51.2902238]},"properties":{"@type":"node","@id":8862666750,"@timestamp":1624527415},"coords":"51.2902238,0.4701692","bedrooms":"2","price":"213000","area":"535"} , +{"type":"Feature","id":"n8862666760","geometry":{"type":"Point","coordinates":[0.4692345,51.2906837]},"properties":{"@type":"node","@id":8862666760,"@timestamp":1624527415},"coords":"51.2906837,0.4692345","bedrooms":"3","price":"199000","area":"542"} , +{"type":"Feature","id":"n8862666770","geometry":{"type":"Point","coordinates":[0.4695582,51.2906196]},"properties":{"@type":"node","@id":8862666770,"@timestamp":1624527415},"coords":"51.2906196,0.4695582","bedrooms":"0","price":"158000","area":"622"} , +{"type":"Feature","id":"n8862666780","geometry":{"type":"Point","coordinates":[0.4698391,51.2904972]},"properties":{"@type":"node","@id":8862666780,"@timestamp":1624527415},"coords":"51.2904972,0.4698391","bedrooms":"0","price":"230000","area":"622"} , +{"type":"Feature","id":"n8862666790","geometry":{"type":"Point","coordinates":[0.470116,51.2903714]},"properties":{"@type":"node","@id":8862666790,"@timestamp":1624527415},"coords":"51.2903714,0.470116","bedrooms":"4","price":"240000","area":"579"} , +{"type":"Feature","id":"n8862666800","geometry":{"type":"Point","coordinates":[0.4693509,51.2902724]},"properties":{"@type":"node","@id":8862666800,"@timestamp":1624527415},"coords":"51.2902724,0.4693509","bedrooms":"4","price":"211000","area":"389"} , +{"type":"Feature","id":"n8862666810","geometry":{"type":"Point","coordinates":[0.4694729,51.2903885]},"properties":{"@type":"node","@id":8862666810,"@timestamp":1624527415},"coords":"51.2903885,0.4694729","bedrooms":"4","price":"239000","area":"652"} , +{"type":"Feature","id":"n8862666820","geometry":{"type":"Point","coordinates":[0.4691905,51.2905008]},"properties":{"@type":"node","@id":8862666820,"@timestamp":1624527415},"coords":"51.2905008,0.4691905","bedrooms":"3","price":"222000","area":"372"} , +{"type":"Feature","id":"n8862666830","geometry":{"type":"Point","coordinates":[0.4699331,51.2903525]},"properties":{"@type":"node","@id":8862666830,"@timestamp":1624527415},"coords":"51.2903525,0.4699331","bedrooms":"2","price":"282000","area":"571"} , +{"type":"Feature","id":"n8862666840","geometry":{"type":"Point","coordinates":[0.4696478,51.2904751]},"properties":{"@type":"node","@id":8862666840,"@timestamp":1624527415},"coords":"51.2904751,0.4696478","bedrooms":"4","price":"250000","area":"561"} , +{"type":"Feature","id":"n8862666850","geometry":{"type":"Point","coordinates":[0.4693678,51.2905916]},"properties":{"@type":"node","@id":8862666850,"@timestamp":1624527415},"coords":"51.2905916,0.4693678","bedrooms":"3","price":"204000","area":"558"} , +{"type":"Feature","id":"n8862666860","geometry":{"type":"Point","coordinates":[0.4698396,51.2903434]},"properties":{"@type":"node","@id":8862666860,"@timestamp":1624527415},"coords":"51.2903434,0.4698396","bedrooms":"4","price":"176000","area":"570"} , +{"type":"Feature","id":"n8862666870","geometry":{"type":"Point","coordinates":[0.4695534,51.2904651]},"properties":{"@type":"node","@id":8862666870,"@timestamp":1624527415},"coords":"51.2904651,0.4695534","bedrooms":"1","price":"189000","area":"479"} , +{"type":"Feature","id":"n8862666884","geometry":{"type":"Point","coordinates":[0.471124,51.2923132]},"properties":{"@type":"node","@id":8862666884,"@timestamp":1624527415},"coords":"51.2923132,0.471124","bedrooms":"4","price":"177000","area":"573"} , +{"type":"Feature","id":"n8862666894","geometry":{"type":"Point","coordinates":[0.4711374,51.292161]},"properties":{"@type":"node","@id":8862666894,"@timestamp":1624527415},"coords":"51.292161,0.4711374","bedrooms":"1","price":"238000","area":"650"} , +{"type":"Feature","id":"n8862666905","geometry":{"type":"Point","coordinates":[0.4679654,51.2909636]},"properties":{"@type":"node","@id":8862666905,"@timestamp":1624527415},"coords":"51.2909636,0.4679654","bedrooms":"3","price":"189000","area":"549"} , +{"type":"Feature","id":"n8862666916","geometry":{"type":"Point","coordinates":[0.4657827,51.2904373]},"properties":{"@type":"node","@id":8862666916,"@timestamp":1624527415},"coords":"51.2904373,0.4657827","bedrooms":"2","price":"247000","area":"545"} , +{"type":"Feature","id":"n8862669494","geometry":{"type":"Point","coordinates":[-0.3468407,51.3962678]},"properties":{"@type":"node","@id":8862669494,"@timestamp":1624527782},"coords":"51.3962678,-0.3468407","bedrooms":"1","price":"278000","area":"492"} , +{"type":"Feature","id":"n8862678197","geometry":{"type":"Point","coordinates":[-0.3433869,51.3958699]},"properties":{"@type":"node","@id":8862678197,"@timestamp":1624527782},"coords":"51.3958699,-0.3433869","bedrooms":"3","price":"156000","area":"500"} , +{"type":"Feature","id":"n8862726710","geometry":{"type":"Point","coordinates":[-0.0592884,51.5493559]},"properties":{"@type":"node","@id":8862726710,"@timestamp":1624616137},"coords":"51.5493559,-0.0592884","bedrooms":"1","price":"168000","area":"628"} , +{"type":"Feature","id":"n8862781431","geometry":{"type":"Point","coordinates":[-0.3363575,51.3871283]},"properties":{"@type":"node","@id":8862781431,"@timestamp":1624529596},"coords":"51.3871283,-0.3363575","bedrooms":"1","price":"240000","area":"359"} , +{"type":"Feature","id":"n8862850423","geometry":{"type":"Point","coordinates":[-0.3118946,51.3666108]},"properties":{"@type":"node","@id":8862850423,"@timestamp":1624531451},"coords":"51.3666108,-0.3118946","bedrooms":"4","price":"223000","area":"447"} , +{"type":"Feature","id":"n8862888449","geometry":{"type":"Point","coordinates":[-0.2667036,51.3596205]},"properties":{"@type":"node","@id":8862888449,"@timestamp":1624532957},"coords":"51.3596205,-0.2667036","bedrooms":"2","price":"208000","area":"515"} , +{"type":"Feature","id":"n8862944848","geometry":{"type":"Point","coordinates":[-0.3050396,51.7023374]},"properties":{"@type":"node","@id":8862944848,"@timestamp":1624534609},"coords":"51.7023374,-0.3050396","bedrooms":"3","price":"231000","area":"514"} , +{"type":"Feature","id":"n8862944858","geometry":{"type":"Point","coordinates":[-0.3046131,51.7002587]},"properties":{"@type":"node","@id":8862944858,"@timestamp":1624534609},"coords":"51.7002587,-0.3046131","bedrooms":"4","price":"155000","area":"665"} , +{"type":"Feature","id":"n8862944868","geometry":{"type":"Point","coordinates":[-0.3048492,51.701143]},"properties":{"@type":"node","@id":8862944868,"@timestamp":1624534609},"coords":"51.701143,-0.3048492","bedrooms":"1","price":"251000","area":"419"} , +{"type":"Feature","id":"n8862944878","geometry":{"type":"Point","coordinates":[-0.3047928,51.7014489]},"properties":{"@type":"node","@id":8862944878,"@timestamp":1624534609},"coords":"51.7014489,-0.3047928","bedrooms":"4","price":"262000","area":"575"} , +{"type":"Feature","id":"n8862944888","geometry":{"type":"Point","coordinates":[-0.3045461,51.7005596]},"properties":{"@type":"node","@id":8862944888,"@timestamp":1624534609},"coords":"51.7005596,-0.3045461","bedrooms":"3","price":"195000","area":"592"} , +{"type":"Feature","id":"n8862973519","geometry":{"type":"Point","coordinates":[-0.2586546,51.3387498]},"properties":{"@type":"node","@id":8862973519,"@timestamp":1624534974},"coords":"51.3387498,-0.2586546","bedrooms":"2","price":"210000","area":"487"} , +{"type":"Feature","id":"n8863006785","geometry":{"type":"Point","coordinates":[-0.2520992,51.3351717]},"properties":{"@type":"node","@id":8863006785,"@timestamp":1624536103},"coords":"51.3351717,-0.2520992","bedrooms":"2","price":"151000","area":"590"} , +{"type":"Feature","id":"n8863051571","geometry":{"type":"Point","coordinates":[-0.8716541,51.0330903]},"properties":{"@type":"node","@id":8863051571,"@timestamp":1624538046},"coords":"51.0330903,-0.8716541","bedrooms":"3","price":"216000","area":"668"} , +{"type":"Feature","id":"n8863060497","geometry":{"type":"Point","coordinates":[-0.2498802,51.3554541]},"properties":{"@type":"node","@id":8863060497,"@timestamp":1624537574},"coords":"51.3554541,-0.2498802","bedrooms":"3","price":"271000","area":"690"} , +{"type":"Feature","id":"n8863060507","geometry":{"type":"Point","coordinates":[-0.2496396,51.3546383]},"properties":{"@type":"node","@id":8863060507,"@timestamp":1624537574},"coords":"51.3546383,-0.2496396","bedrooms":"4","price":"296000","area":"359"} , +{"type":"Feature","id":"n8863076693","geometry":{"type":"Point","coordinates":[-0.5244869,51.6746183]},"properties":{"@type":"node","@id":8863076693,"@timestamp":1624539846},"coords":"51.6746183,-0.5244869","bedrooms":"0","price":"275000","area":"443"} , +{"type":"Feature","id":"n8863092240","geometry":{"type":"Point","coordinates":[-0.2464256,51.3824017]},"properties":{"@type":"node","@id":8863092240,"@timestamp":1624538378},"coords":"51.3824017,-0.2464256","bedrooms":"0","price":"156000","area":"453"} , +{"type":"Feature","id":"n8863207970","geometry":{"type":"Point","coordinates":[-0.4420444,51.5365822]},"properties":{"@type":"node","@id":8863207970,"@timestamp":1624541597},"coords":"51.5365822,-0.4420444","bedrooms":"4","price":"191000","area":"637"} , +{"type":"Feature","id":"n8863323558","geometry":{"type":"Point","coordinates":[-0.0944447,51.4342466]},"properties":{"@type":"node","@id":8863323558,"@timestamp":1624544283},"coords":"51.4342466,-0.0944447","bedrooms":"2","price":"151000","area":"548"} , +{"type":"Feature","id":"n8863355192","geometry":{"type":"Point","coordinates":[0.0847367,51.431959]},"properties":{"@type":"node","@id":8863355192,"@timestamp":1624544955},"coords":"51.431959,0.0847367","bedrooms":"0","price":"271000","area":"362"} , +{"type":"Feature","id":"n8863355378","geometry":{"type":"Point","coordinates":[0.090181,51.432451]},"properties":{"@type":"node","@id":8863355378,"@timestamp":1624544955},"coords":"51.432451,0.090181","bedrooms":"1","price":"204000","area":"598"} , +{"type":"Feature","id":"n8863440384","geometry":{"type":"Point","coordinates":[-0.2433438,51.5029821]},"properties":{"@type":"node","@id":8863440384,"@timestamp":1624547720},"coords":"51.5029821,-0.2433438","bedrooms":"3","price":"256000","area":"508"} , +{"type":"Feature","id":"n8863451918","geometry":{"type":"Point","coordinates":[-0.2432471,51.5022324]},"properties":{"@type":"node","@id":8863451918,"@timestamp":1624547720},"coords":"51.5022324,-0.2432471","bedrooms":"1","price":"179000","area":"373"} , +{"type":"Feature","id":"n8863457732","geometry":{"type":"Point","coordinates":[0.0796073,51.4329733]},"properties":{"@type":"node","@id":8863457732,"@timestamp":1624547821},"coords":"51.4329733,0.0796073","bedrooms":"1","price":"198000","area":"490"} , +{"type":"Feature","id":"n8863457742","geometry":{"type":"Point","coordinates":[0.0806458,51.4338696]},"properties":{"@type":"node","@id":8863457742,"@timestamp":1624547821},"coords":"51.4338696,0.0806458","bedrooms":"4","price":"155000","area":"591"} , +{"type":"Feature","id":"n8863549708","geometry":{"type":"Point","coordinates":[-0.1756543,51.4162342]},"properties":{"@type":"node","@id":8863549708,"@timestamp":1624908416},"coords":"51.4162342,-0.1756543","bedrooms":"0","price":"253000","area":"359"} , +{"type":"Feature","id":"n8863632366","geometry":{"type":"Point","coordinates":[-0.8004439,51.0262205]},"properties":{"@type":"node","@id":8863632366,"@timestamp":1624553967},"coords":"51.0262205,-0.8004439","bedrooms":"3","price":"229000","area":"614"} , +{"type":"Feature","id":"n8863680695","geometry":{"type":"Point","coordinates":[-0.0622743,51.4255586]},"properties":{"@type":"node","@id":8863680695,"@timestamp":1624555711},"coords":"51.4255586,-0.0622743","bedrooms":"0","price":"245000","area":"692"} , +{"type":"Feature","id":"n8863862817","geometry":{"type":"Point","coordinates":[-0.8576387,51.4080498]},"properties":{"@type":"node","@id":8863862817,"@timestamp":1624560985},"coords":"51.4080498,-0.8576387","bedrooms":"2","price":"180000","area":"623"} , +{"type":"Feature","id":"n8863903225","geometry":{"type":"Point","coordinates":[-0.8550034,51.4126366]},"properties":{"@type":"node","@id":8863903225,"@timestamp":1624562059},"coords":"51.4126366,-0.8550034","bedrooms":"3","price":"184000","area":"477"} , +{"type":"Feature","id":"n8864084434","geometry":{"type":"Point","coordinates":[-0.1713672,51.417444]},"properties":{"@type":"node","@id":8864084434,"@timestamp":1624824639},"coords":"51.417444,-0.1713672","bedrooms":"4","price":"170000","area":"427"} , +{"type":"Feature","id":"n8864084474","geometry":{"type":"Point","coordinates":[-0.1730418,51.4169555]},"properties":{"@type":"node","@id":8864084474,"@timestamp":1624895059},"coords":"51.4169555,-0.1730418","bedrooms":"0","price":"244000","area":"534"} , +{"type":"Feature","id":"n8864272086","geometry":{"type":"Point","coordinates":[-0.4216051,51.0543923]},"properties":{"@type":"node","@id":8864272086,"@timestamp":1624570237},"coords":"51.0543923,-0.4216051","bedrooms":"4","price":"216000","area":"576"} , +{"type":"Feature","id":"n8864272101","geometry":{"type":"Point","coordinates":[-0.4235613,51.0542912]},"properties":{"@type":"node","@id":8864272101,"@timestamp":1624570237},"coords":"51.0542912,-0.4235613","bedrooms":"1","price":"159000","area":"499"} , +{"type":"Feature","id":"n8864444931","geometry":{"type":"Point","coordinates":[-0.3190462,51.421184]},"properties":{"@type":"node","@id":8864444931,"@timestamp":1624577245},"coords":"51.421184,-0.3190462","bedrooms":"0","price":"268000","area":"687"} , +{"type":"Feature","id":"n8864517628","geometry":{"type":"Point","coordinates":[-0.1045917,51.5041932]},"properties":{"@type":"node","@id":8864517628,"@timestamp":1624581392},"coords":"51.5041932,-0.1045917","bedrooms":"3","price":"242000","area":"384"} , +{"type":"Feature","id":"n8864517638","geometry":{"type":"Point","coordinates":[-0.1045096,51.5061721]},"properties":{"@type":"node","@id":8864517638,"@timestamp":1624581392},"coords":"51.5061721,-0.1045096","bedrooms":"1","price":"299000","area":"429"} , +{"type":"Feature","id":"n8864562260","geometry":{"type":"Point","coordinates":[-0.2444852,51.5019878]},"properties":{"@type":"node","@id":8864562260,"@timestamp":1624590392},"coords":"51.5019878,-0.2444852","bedrooms":"1","price":"191000","area":"635"} , +{"type":"Feature","id":"n8864661555","geometry":{"type":"Point","coordinates":[0.1233026,51.5268335]},"properties":{"@type":"node","@id":8864661555,"@timestamp":1624593067},"coords":"51.5268335,0.1233026","bedrooms":"3","price":"237000","area":"367"} , +{"type":"Feature","id":"n8865092789","geometry":{"type":"Point","coordinates":[-0.9944569,51.4565849]},"properties":{"@type":"node","@id":8865092789,"@timestamp":1624605397},"coords":"51.4565849,-0.9944569","bedrooms":"0","price":"151000","area":"535"} , +{"type":"Feature","id":"n8865239602","geometry":{"type":"Point","coordinates":[-0.172425,51.4172731]},"properties":{"@type":"node","@id":8865239602,"@timestamp":1624910792},"coords":"51.4172731,-0.172425","bedrooms":"3","price":"261000","area":"433"} , +{"type":"Feature","id":"n8865260826","geometry":{"type":"Point","coordinates":[-0.1739113,51.4159135]},"properties":{"@type":"node","@id":8865260826,"@timestamp":1624908416},"coords":"51.4159135,-0.1739113","bedrooms":"1","price":"187000","area":"681"} , +{"type":"Feature","id":"n8865491327","geometry":{"type":"Point","coordinates":[0.0851512,51.4352046]},"properties":{"@type":"node","@id":8865491327,"@timestamp":1624615221},"coords":"51.4352046,0.0851512","bedrooms":"2","price":"182000","area":"389"} , +{"type":"Feature","id":"n8865491337","geometry":{"type":"Point","coordinates":[0.082714,51.4351032]},"properties":{"@type":"node","@id":8865491337,"@timestamp":1624615221},"coords":"51.4351032,0.082714","bedrooms":"1","price":"181000","area":"578"} , +{"type":"Feature","id":"n8865491347","geometry":{"type":"Point","coordinates":[0.0871676,51.4350288]},"properties":{"@type":"node","@id":8865491347,"@timestamp":1624615221},"coords":"51.4350288,0.0871676","bedrooms":"0","price":"236000","area":"432"} , +{"type":"Feature","id":"n8865491357","geometry":{"type":"Point","coordinates":[0.082458,51.4343362]},"properties":{"@type":"node","@id":8865491357,"@timestamp":1624615221},"coords":"51.4343362,0.082458","bedrooms":"3","price":"202000","area":"440"} , +{"type":"Feature","id":"n8865583596","geometry":{"type":"Point","coordinates":[-0.1778044,51.4165804]},"properties":{"@type":"node","@id":8865583596,"@timestamp":1624908416},"coords":"51.4165804,-0.1778044","bedrooms":"3","price":"209000","area":"530"} , +{"type":"Feature","id":"n8865615937","geometry":{"type":"Point","coordinates":[-0.1769328,51.4165717]},"properties":{"@type":"node","@id":8865615937,"@timestamp":1624908416},"coords":"51.4165717,-0.1769328","bedrooms":"3","price":"263000","area":"539"} , +{"type":"Feature","id":"n8865615947","geometry":{"type":"Point","coordinates":[-0.1750759,51.4166409]},"properties":{"@type":"node","@id":8865615947,"@timestamp":1624908416},"coords":"51.4166409,-0.1750759","bedrooms":"2","price":"176000","area":"454"} , +{"type":"Feature","id":"n8865670770","geometry":{"type":"Point","coordinates":[-0.2778005,51.6130259]},"properties":{"@type":"node","@id":8865670770,"@timestamp":1624618938},"coords":"51.6130259,-0.2778005","bedrooms":"1","price":"187000","area":"468"} , +{"type":"Feature","id":"n8865701936","geometry":{"type":"Point","coordinates":[-0.8367973,51.2553657]},"properties":{"@type":"node","@id":8865701936,"@timestamp":1624624829},"coords":"51.2553657,-0.8367973","bedrooms":"4","price":"291000","area":"374"} , +{"type":"Feature","id":"n8865722164","geometry":{"type":"Point","coordinates":[-0.2703458,51.5981509]},"properties":{"@type":"node","@id":8865722164,"@timestamp":1624842231},"coords":"51.5981509,-0.2703458","bedrooms":"4","price":"208000","area":"477"} , +{"type":"Feature","id":"n8865803975","geometry":{"type":"Point","coordinates":[-0.209882,51.1314182]},"properties":{"@type":"node","@id":8865803975,"@timestamp":1624622481},"coords":"51.1314182,-0.209882","bedrooms":"2","price":"235000","area":"462"} , +{"type":"Feature","id":"n8865861344","geometry":{"type":"Point","coordinates":[0.1013979,51.3781052]},"properties":{"@type":"node","@id":8865861344,"@timestamp":1624624025},"coords":"51.3781052,0.1013979","bedrooms":"2","price":"182000","area":"557"} , +{"type":"Feature","id":"n8865868886","geometry":{"type":"Point","coordinates":[0.2569418,51.3506161]},"properties":{"@type":"node","@id":8865868886,"@timestamp":1627321298},"coords":"51.3506161,0.2569418","bedrooms":"1","price":"274000","area":"521"} , +{"type":"Feature","id":"n8865868896","geometry":{"type":"Point","coordinates":[0.2566956,51.3506513]},"properties":{"@type":"node","@id":8865868896,"@timestamp":1624624981},"coords":"51.3506513,0.2566956","bedrooms":"1","price":"280000","area":"488"} , +{"type":"Feature","id":"n8865871045","geometry":{"type":"Point","coordinates":[0.5189377,51.2612519]},"properties":{"@type":"node","@id":8865871045,"@timestamp":1624624594},"coords":"51.2612519,0.5189377","bedrooms":"3","price":"226000","area":"506"} , +{"type":"Feature","id":"n8865871055","geometry":{"type":"Point","coordinates":[0.5226257,51.255497]},"properties":{"@type":"node","@id":8865871055,"@timestamp":1624624594},"coords":"51.255497,0.5226257","bedrooms":"3","price":"284000","area":"461"} , +{"type":"Feature","id":"n8865871065","geometry":{"type":"Point","coordinates":[0.5254421,51.2586368]},"properties":{"@type":"node","@id":8865871065,"@timestamp":1624624594},"coords":"51.2586368,0.5254421","bedrooms":"4","price":"299000","area":"515"} , +{"type":"Feature","id":"n8865871075","geometry":{"type":"Point","coordinates":[0.5244617,51.2595751]},"properties":{"@type":"node","@id":8865871075,"@timestamp":1624624594},"coords":"51.2595751,0.5244617","bedrooms":"1","price":"207000","area":"668"} , +{"type":"Feature","id":"n8865871085","geometry":{"type":"Point","coordinates":[0.524628,51.2601139]},"properties":{"@type":"node","@id":8865871085,"@timestamp":1624624594},"coords":"51.2601139,0.524628","bedrooms":"3","price":"174000","area":"567"} , +{"type":"Feature","id":"n8865871095","geometry":{"type":"Point","coordinates":[0.5250075,51.2605159]},"properties":{"@type":"node","@id":8865871095,"@timestamp":1624624594},"coords":"51.2605159,0.5250075","bedrooms":"2","price":"277000","area":"523"} , +{"type":"Feature","id":"n8865875730","geometry":{"type":"Point","coordinates":[0.5305718,51.2538258]},"properties":{"@type":"node","@id":8865875730,"@timestamp":1624624594},"coords":"51.2538258,0.5305718","bedrooms":"1","price":"242000","area":"675"} , +{"type":"Feature","id":"n8865875740","geometry":{"type":"Point","coordinates":[0.5294989,51.2532752]},"properties":{"@type":"node","@id":8865875740,"@timestamp":1624624594},"coords":"51.2532752,0.5294989","bedrooms":"1","price":"194000","area":"590"} , +{"type":"Feature","id":"n8865875750","geometry":{"type":"Point","coordinates":[0.5298959,51.2525869]},"properties":{"@type":"node","@id":8865875750,"@timestamp":1624624594},"coords":"51.2525869,0.5298959","bedrooms":"1","price":"154000","area":"415"} , +{"type":"Feature","id":"n8865875760","geometry":{"type":"Point","coordinates":[0.5485372,51.2548272]},"properties":{"@type":"node","@id":8865875760,"@timestamp":1624624594},"coords":"51.2548272,0.5485372","bedrooms":"1","price":"158000","area":"430"} , +{"type":"Feature","id":"n8865929890","geometry":{"type":"Point","coordinates":[-0.1907016,51.5205623]},"properties":{"@type":"node","@id":8865929890,"@timestamp":1624626566},"coords":"51.5205623,-0.1907016","bedrooms":"2","price":"199000","area":"476"} , +{"type":"Feature","id":"n8866029317","geometry":{"type":"Point","coordinates":[-0.2957152,51.5219013]},"properties":{"@type":"node","@id":8866029317,"@timestamp":1624629235},"coords":"51.5219013,-0.2957152","bedrooms":"2","price":"240000","area":"535"} , +{"type":"Feature","id":"n8866047763","geometry":{"type":"Point","coordinates":[-0.2521743,51.4906629]},"properties":{"@type":"node","@id":8866047763,"@timestamp":1624630264},"coords":"51.4906629,-0.2521743","bedrooms":"0","price":"189000","area":"643"} , +{"type":"Feature","id":"n8866127624","geometry":{"type":"Point","coordinates":[-0.1555506,51.4360768]},"properties":{"@type":"node","@id":8866127624,"@timestamp":1624632774},"coords":"51.4360768,-0.1555506","bedrooms":"4","price":"268000","area":"422"} , +{"type":"Feature","id":"n8866175148","geometry":{"type":"Point","coordinates":[-0.1705283,51.5079317]},"properties":{"@type":"node","@id":8866175148,"@timestamp":1624634969},"coords":"51.5079317,-0.1705283","bedrooms":"3","price":"183000","area":"581"} , +{"type":"Feature","id":"n8866204730","geometry":{"type":"Point","coordinates":[-0.1770437,51.4168186]},"properties":{"@type":"node","@id":8866204730,"@timestamp":1624910792},"coords":"51.4168186,-0.1770437","bedrooms":"4","price":"203000","area":"567"} , +{"type":"Feature","id":"n8866204740","geometry":{"type":"Point","coordinates":[-0.1751518,51.4168353]},"properties":{"@type":"node","@id":8866204740,"@timestamp":1624910792},"coords":"51.4168353,-0.1751518","bedrooms":"0","price":"265000","area":"623"} , +{"type":"Feature","id":"n8866219062","geometry":{"type":"Point","coordinates":[0.0886256,51.4345237]},"properties":{"@type":"node","@id":8866219062,"@timestamp":1624635891},"coords":"51.4345237,0.0886256","bedrooms":"3","price":"265000","area":"666"} , +{"type":"Feature","id":"n8866344412","geometry":{"type":"Point","coordinates":[-0.0177243,51.5217825]},"properties":{"@type":"node","@id":8866344412,"@timestamp":1624815657},"coords":"51.5217825,-0.0177243","bedrooms":"4","price":"261000","area":"422"} , +{"type":"Feature","id":"n8866403093","geometry":{"type":"Point","coordinates":[-0.3147678,51.5524266]},"properties":{"@type":"node","@id":8866403093,"@timestamp":1624642777},"coords":"51.5524266,-0.3147678","bedrooms":"0","price":"198000","area":"459"} , +{"type":"Feature","id":"n8866572048","geometry":{"type":"Point","coordinates":[-0.1110145,51.6057567]},"properties":{"@type":"node","@id":8866572048,"@timestamp":1624648010},"coords":"51.6057567,-0.1110145","bedrooms":"0","price":"260000","area":"660"} , +{"type":"Feature","id":"n8866647025","geometry":{"type":"Point","coordinates":[0.0618287,51.5171213]},"properties":{"@type":"node","@id":8866647025,"@timestamp":1624650009},"coords":"51.5171213,0.0618287","bedrooms":"4","price":"170000","area":"603"} , +{"type":"Feature","id":"n8866731767","geometry":{"type":"Point","coordinates":[0.2659396,51.3397641]},"properties":{"@type":"node","@id":8866731767,"@timestamp":1624653807},"coords":"51.3397641,0.2659396","bedrooms":"0","price":"230000","area":"365"} , +{"type":"Feature","id":"n8866773972","geometry":{"type":"Point","coordinates":[-0.0717478,51.5694919]},"properties":{"@type":"node","@id":8866773972,"@timestamp":1624654283},"coords":"51.5694919,-0.0717478","bedrooms":"4","price":"273000","area":"651"} , +{"type":"Feature","id":"n8866851168","geometry":{"type":"Point","coordinates":[0.2650713,51.3355634]},"properties":{"@type":"node","@id":8866851168,"@timestamp":1624657365},"coords":"51.3355634,0.2650713","bedrooms":"2","price":"247000","area":"430"} , +{"type":"Feature","id":"n8866957074","geometry":{"type":"Point","coordinates":[0.263511,51.3367457]},"properties":{"@type":"node","@id":8866957074,"@timestamp":1624663743},"coords":"51.3367457,0.263511","bedrooms":"1","price":"164000","area":"629"} , +{"type":"Feature","id":"n8866995150","geometry":{"type":"Point","coordinates":[0.0670293,51.5154964]},"properties":{"@type":"node","@id":8866995150,"@timestamp":1624666076},"coords":"51.5154964,0.0670293","bedrooms":"3","price":"278000","area":"538"} , +{"type":"Feature","id":"n8867123497","geometry":{"type":"Point","coordinates":[-0.2938799,51.5990488]},"properties":{"@type":"node","@id":8867123497,"@timestamp":1624678166},"coords":"51.5990488,-0.2938799","bedrooms":"0","price":"267000","area":"522"} , +{"type":"Feature","id":"n8867199742","geometry":{"type":"Point","coordinates":[-0.2442053,51.501779]},"properties":{"@type":"node","@id":8867199742,"@timestamp":1624680647},"coords":"51.501779,-0.2442053","bedrooms":"3","price":"295000","area":"608"} , +{"type":"Feature","id":"n8867199752","geometry":{"type":"Point","coordinates":[-0.2434227,51.501976]},"properties":{"@type":"node","@id":8867199752,"@timestamp":1624680647},"coords":"51.501976,-0.2434227","bedrooms":"3","price":"295000","area":"595"} , +{"type":"Feature","id":"n8867210478","geometry":{"type":"Point","coordinates":[-0.2423881,51.5017568]},"properties":{"@type":"node","@id":8867210478,"@timestamp":1624680647},"coords":"51.5017568,-0.2423881","bedrooms":"4","price":"268000","area":"659"} , +{"type":"Feature","id":"n8867210598","geometry":{"type":"Point","coordinates":[-0.2439305,51.5011515]},"properties":{"@type":"node","@id":8867210598,"@timestamp":1624680647},"coords":"51.5011515,-0.2439305","bedrooms":"1","price":"177000","area":"601"} , +{"type":"Feature","id":"n8867210657","geometry":{"type":"Point","coordinates":[-0.2441915,51.5013639]},"properties":{"@type":"node","@id":8867210657,"@timestamp":1624680647},"coords":"51.5013639,-0.2441915","bedrooms":"4","price":"164000","area":"497"} , +{"type":"Feature","id":"n8867299152","geometry":{"type":"Point","coordinates":[-0.2409442,51.5006044]},"properties":{"@type":"node","@id":8867299152,"@timestamp":1624685831},"coords":"51.5006044,-0.2409442","bedrooms":"1","price":"257000","area":"353"} , +{"type":"Feature","id":"n8867299162","geometry":{"type":"Point","coordinates":[-0.2406859,51.5001245]},"properties":{"@type":"node","@id":8867299162,"@timestamp":1624685831},"coords":"51.5001245,-0.2406859","bedrooms":"2","price":"218000","area":"433"} , +{"type":"Feature","id":"n8867299274","geometry":{"type":"Point","coordinates":[-0.2410159,51.5004614]},"properties":{"@type":"node","@id":8867299274,"@timestamp":1624685831},"coords":"51.5004614,-0.2410159","bedrooms":"3","price":"272000","area":"604"} , +{"type":"Feature","id":"n8867299297","geometry":{"type":"Point","coordinates":[-0.2405247,51.4999539]},"properties":{"@type":"node","@id":8867299297,"@timestamp":1624685831},"coords":"51.4999539,-0.2405247","bedrooms":"2","price":"221000","area":"581"} , +{"type":"Feature","id":"n8867628888","geometry":{"type":"Point","coordinates":[0.4918968,51.7574778]},"properties":{"@type":"node","@id":8867628888,"@timestamp":1624703863},"coords":"51.7574778,0.4918968","bedrooms":"0","price":"239000","area":"489"} , +{"type":"Feature","id":"n8867700252","geometry":{"type":"Point","coordinates":[-0.8517828,51.4080999]},"properties":{"@type":"node","@id":8867700252,"@timestamp":1624705328},"coords":"51.4080999,-0.8517828","bedrooms":"4","price":"191000","area":"613"} , +{"type":"Feature","id":"n8867700266","geometry":{"type":"Point","coordinates":[-0.8479009,51.4106577]},"properties":{"@type":"node","@id":8867700266,"@timestamp":1624705328},"coords":"51.4106577,-0.8479009","bedrooms":"2","price":"168000","area":"691"} , +{"type":"Feature","id":"n8867822017","geometry":{"type":"Point","coordinates":[-0.0427078,51.5444928]},"properties":{"@type":"node","@id":8867822017,"@timestamp":1632915213},"coords":"51.5444928,-0.0427078","bedrooms":"2","price":"204000","area":"610"} , +{"type":"Feature","id":"n8868010145","geometry":{"type":"Point","coordinates":[-0.0866573,51.5148768]},"properties":{"@type":"node","@id":8868010145,"@timestamp":1624712304},"coords":"51.5148768,-0.0866573","bedrooms":"1","price":"245000","area":"429"} , +{"type":"Feature","id":"n8868069249","geometry":{"type":"Point","coordinates":[-0.2870911,51.5956061]},"properties":{"@type":"node","@id":8868069249,"@timestamp":1624714926},"coords":"51.5956061,-0.2870911","bedrooms":"4","price":"228000","area":"520"} , +{"type":"Feature","id":"n8868220607","geometry":{"type":"Point","coordinates":[-0.8845195,51.3567593]},"properties":{"@type":"node","@id":8868220607,"@timestamp":1624720470},"coords":"51.3567593,-0.8845195","bedrooms":"2","price":"182000","area":"556"} , +{"type":"Feature","id":"n8868268654","geometry":{"type":"Point","coordinates":[0.069323,51.433346]},"properties":{"@type":"node","@id":8868268654,"@timestamp":1624722507},"coords":"51.433346,0.069323","bedrooms":"1","price":"206000","area":"623"} , +{"type":"Feature","id":"n8868268664","geometry":{"type":"Point","coordinates":[0.0744087,51.432238]},"properties":{"@type":"node","@id":8868268664,"@timestamp":1624722507},"coords":"51.432238,0.0744087","bedrooms":"1","price":"290000","area":"675"} , +{"type":"Feature","id":"n8868302074","geometry":{"type":"Point","coordinates":[0.0927845,51.4342745]},"properties":{"@type":"node","@id":8868302074,"@timestamp":1624723491},"coords":"51.4342745,0.0927845","bedrooms":"4","price":"151000","area":"548"} , +{"type":"Feature","id":"n8868335024","geometry":{"type":"Point","coordinates":[-0.9680973,51.1535736]},"properties":{"@type":"node","@id":8868335024,"@timestamp":1624724080},"coords":"51.1535736,-0.9680973","bedrooms":"1","price":"235000","area":"454"} , +{"type":"Feature","id":"n8868579953","geometry":{"type":"Point","coordinates":[0.0677173,51.4327692]},"properties":{"@type":"node","@id":8868579953,"@timestamp":1624732340},"coords":"51.4327692,0.0677173","bedrooms":"4","price":"217000","area":"526"} , +{"type":"Feature","id":"n8868794173","geometry":{"type":"Point","coordinates":[0.1261421,51.4318341]},"properties":{"@type":"node","@id":8868794173,"@timestamp":1624739570},"coords":"51.4318341,0.1261421","bedrooms":"4","price":"249000","area":"491"} , +{"type":"Feature","id":"n8868824882","geometry":{"type":"Point","coordinates":[-0.0971324,51.5159804]},"properties":{"@type":"node","@id":8868824882,"@timestamp":1624742423},"coords":"51.5159804,-0.0971324","bedrooms":"4","price":"280000","area":"605"} , +{"type":"Feature","id":"n8868893422","geometry":{"type":"Point","coordinates":[-0.1740755,51.4179801]},"properties":{"@type":"node","@id":8868893422,"@timestamp":1624963292},"coords":"51.4179801,-0.1740755","bedrooms":"3","price":"266000","area":"435"} , +{"type":"Feature","id":"n8868895360","geometry":{"type":"Point","coordinates":[-0.4198331,51.0633426]},"properties":{"@type":"node","@id":8868895360,"@timestamp":1624744771},"coords":"51.0633426,-0.4198331","bedrooms":"4","price":"250000","area":"384"} , +{"type":"Feature","id":"n8868969975","geometry":{"type":"Point","coordinates":[-0.204084,51.5132454]},"properties":{"@type":"node","@id":8868969975,"@timestamp":1624752070},"coords":"51.5132454,-0.204084","bedrooms":"0","price":"288000","area":"516"} , +{"type":"Feature","id":"n8868988383","geometry":{"type":"Point","coordinates":[-0.1341875,51.5111184]},"properties":{"@type":"node","@id":8868988383,"@timestamp":1624757944},"coords":"51.5111184,-0.1341875","bedrooms":"0","price":"278000","area":"356"} , +{"type":"Feature","id":"n8869166529","geometry":{"type":"Point","coordinates":[-0.8479857,51.2546404]},"properties":{"@type":"node","@id":8869166529,"@timestamp":1624773321},"coords":"51.2546404,-0.8479857","bedrooms":"4","price":"176000","area":"599"} , +{"type":"Feature","id":"n8869170745","geometry":{"type":"Point","coordinates":[-0.2397265,51.5004723]},"properties":{"@type":"node","@id":8869170745,"@timestamp":1624770035},"coords":"51.5004723,-0.2397265","bedrooms":"2","price":"207000","area":"362"} , +{"type":"Feature","id":"n8869170780","geometry":{"type":"Point","coordinates":[-0.2403514,51.5013678]},"properties":{"@type":"node","@id":8869170780,"@timestamp":1624770035},"coords":"51.5013678,-0.2403514","bedrooms":"3","price":"226000","area":"547"} , +{"type":"Feature","id":"n8869435266","geometry":{"type":"Point","coordinates":[-0.0906382,51.5136062]},"properties":{"@type":"node","@id":8869435266,"@timestamp":1624784871},"coords":"51.5136062,-0.0906382","bedrooms":"2","price":"262000","area":"625"} , +{"type":"Feature","id":"n8869464390","geometry":{"type":"Point","coordinates":[-0.0898239,51.5165212]},"properties":{"@type":"node","@id":8869464390,"@timestamp":1624786160},"coords":"51.5165212,-0.0898239","bedrooms":"0","price":"271000","area":"466"} , +{"type":"Feature","id":"n8869466966","geometry":{"type":"Point","coordinates":[-0.8242042,51.4232893]},"properties":{"@type":"node","@id":8869466966,"@timestamp":1624787500},"coords":"51.4232893,-0.8242042","bedrooms":"0","price":"198000","area":"568"} , +{"type":"Feature","id":"n8869466991","geometry":{"type":"Point","coordinates":[-0.8226775,51.4209229]},"properties":{"@type":"node","@id":8869466991,"@timestamp":1624787500},"coords":"51.4209229,-0.8226775","bedrooms":"0","price":"173000","area":"648"} , +{"type":"Feature","id":"n8869467001","geometry":{"type":"Point","coordinates":[-0.8238763,51.4206265]},"properties":{"@type":"node","@id":8869467001,"@timestamp":1624787500},"coords":"51.4206265,-0.8238763","bedrooms":"4","price":"248000","area":"583"} , +{"type":"Feature","id":"n8869467011","geometry":{"type":"Point","coordinates":[-0.8243308,51.419706]},"properties":{"@type":"node","@id":8869467011,"@timestamp":1624787500},"coords":"51.419706,-0.8243308","bedrooms":"2","price":"215000","area":"601"} , +{"type":"Feature","id":"n8869474270","geometry":{"type":"Point","coordinates":[-0.924595,51.442865]},"properties":{"@type":"node","@id":8869474270,"@timestamp":1624789975},"coords":"51.442865,-0.924595","bedrooms":"2","price":"259000","area":"556"} , +{"type":"Feature","id":"n8869487323","geometry":{"type":"Point","coordinates":[-0.8236091,51.4203077]},"properties":{"@type":"node","@id":8869487323,"@timestamp":1624787500},"coords":"51.4203077,-0.8236091","bedrooms":"2","price":"243000","area":"678"} , +{"type":"Feature","id":"n8869487333","geometry":{"type":"Point","coordinates":[-0.8246691,51.4199631]},"properties":{"@type":"node","@id":8869487333,"@timestamp":1624787500},"coords":"51.4199631,-0.8246691","bedrooms":"0","price":"221000","area":"486"} , +{"type":"Feature","id":"n8869487364","geometry":{"type":"Point","coordinates":[-0.824907,51.4190659]},"properties":{"@type":"node","@id":8869487364,"@timestamp":1624787500},"coords":"51.4190659,-0.824907","bedrooms":"4","price":"168000","area":"368"} , +{"type":"Feature","id":"n8869513775","geometry":{"type":"Point","coordinates":[-0.0058574,51.4773866]},"properties":{"@type":"node","@id":8869513775,"@timestamp":1624791804},"coords":"51.4773866,-0.0058574","bedrooms":"1","price":"274000","area":"658"} , +{"type":"Feature","id":"n8869528637","geometry":{"type":"Point","coordinates":[-0.9130575,51.3955048]},"properties":{"@type":"node","@id":8869528637,"@timestamp":1624789983},"coords":"51.3955048,-0.9130575","bedrooms":"0","price":"220000","area":"603"} , +{"type":"Feature","id":"n8869535098","geometry":{"type":"Point","coordinates":[0.0034619,51.4740934]},"properties":{"@type":"node","@id":8869535098,"@timestamp":1624790376},"coords":"51.4740934,0.0034619","bedrooms":"1","price":"286000","area":"568"} , +{"type":"Feature","id":"n8869535108","geometry":{"type":"Point","coordinates":[0.0036775,51.4753513]},"properties":{"@type":"node","@id":8869535108,"@timestamp":1624790376},"coords":"51.4753513,0.0036775","bedrooms":"1","price":"216000","area":"599"} , +{"type":"Feature","id":"n8869559150","geometry":{"type":"Point","coordinates":[-0.8917488,51.3748954]},"properties":{"@type":"node","@id":8869559150,"@timestamp":1624792328},"coords":"51.3748954,-0.8917488","bedrooms":"2","price":"186000","area":"693"} , +{"type":"Feature","id":"n8869580759","geometry":{"type":"Point","coordinates":[-0.8373434,51.8219184]},"properties":{"@type":"node","@id":8869580759,"@timestamp":1624792148},"coords":"51.8219184,-0.8373434","bedrooms":"3","price":"214000","area":"412"} , +{"type":"Feature","id":"n8869607199","geometry":{"type":"Point","coordinates":[-0.0016286,51.4742166]},"properties":{"@type":"node","@id":8869607199,"@timestamp":1628210267},"coords":"51.4742166,-0.0016286","bedrooms":"3","price":"276000","area":"605"} , +{"type":"Feature","id":"n8869625533","geometry":{"type":"Point","coordinates":[-0.3319187,51.451426]},"properties":{"@type":"node","@id":8869625533,"@timestamp":1624793515},"coords":"51.451426,-0.3319187","bedrooms":"3","price":"276000","area":"502"} , +{"type":"Feature","id":"n8869653356","geometry":{"type":"Point","coordinates":[-0.8761231,51.3763706]},"properties":{"@type":"node","@id":8869653356,"@timestamp":1624796098},"coords":"51.3763706,-0.8761231","bedrooms":"4","price":"227000","area":"403"} , +{"type":"Feature","id":"n8869653383","geometry":{"type":"Point","coordinates":[-0.8653128,51.3787003]},"properties":{"@type":"node","@id":8869653383,"@timestamp":1624796098},"coords":"51.3787003,-0.8653128","bedrooms":"0","price":"255000","area":"674"} , +{"type":"Feature","id":"n8869671201","geometry":{"type":"Point","coordinates":[-0.1970769,51.5719865]},"properties":{"@type":"node","@id":8869671201,"@timestamp":1624851866},"coords":"51.5719865,-0.1970769","bedrooms":"1","price":"276000","area":"393"} , +{"type":"Feature","id":"n8869689535","geometry":{"type":"Point","coordinates":[-0.8589918,51.3801551]},"properties":{"@type":"node","@id":8869689535,"@timestamp":1624796098},"coords":"51.3801551,-0.8589918","bedrooms":"2","price":"208000","area":"374"} , +{"type":"Feature","id":"n8869721942","geometry":{"type":"Point","coordinates":[-0.3296395,51.4487409]},"properties":{"@type":"node","@id":8869721942,"@timestamp":1624797807},"coords":"51.4487409,-0.3296395","bedrooms":"4","price":"218000","area":"526"} , +{"type":"Feature","id":"n8869763817","geometry":{"type":"Point","coordinates":[0.4908768,51.7586393]},"properties":{"@type":"node","@id":8869763817,"@timestamp":1624799615},"coords":"51.7586393,0.4908768","bedrooms":"1","price":"202000","area":"391"} , +{"type":"Feature","id":"n8869784814","geometry":{"type":"Point","coordinates":[-0.862424,51.382659]},"properties":{"@type":"node","@id":8869784814,"@timestamp":1624802474},"coords":"51.382659,-0.862424","bedrooms":"2","price":"167000","area":"695"} , +{"type":"Feature","id":"n8869826097","geometry":{"type":"Point","coordinates":[-0.2700268,51.7247424]},"properties":{"@type":"node","@id":8869826097,"@timestamp":1624802743},"coords":"51.7247424,-0.2700268","bedrooms":"2","price":"153000","area":"551"} , +{"type":"Feature","id":"n8869831463","geometry":{"type":"Point","coordinates":[-0.2728135,51.7353458]},"properties":{"@type":"node","@id":8869831463,"@timestamp":1624802743},"coords":"51.7353458,-0.2728135","bedrooms":"0","price":"297000","area":"671"} , +{"type":"Feature","id":"n8869831479","geometry":{"type":"Point","coordinates":[-0.2863079,51.7210001]},"properties":{"@type":"node","@id":8869831479,"@timestamp":1624802743},"coords":"51.7210001,-0.2863079","bedrooms":"1","price":"260000","area":"418"} , +{"type":"Feature","id":"n8869873497","geometry":{"type":"Point","coordinates":[-0.260943,51.3368102]},"properties":{"@type":"node","@id":8869873497,"@timestamp":1624804385},"coords":"51.3368102,-0.260943","bedrooms":"1","price":"285000","area":"424"} , +{"type":"Feature","id":"n8869905403","geometry":{"type":"Point","coordinates":[-0.4924284,51.8239098]},"properties":{"@type":"node","@id":8869905403,"@timestamp":1629632771},"coords":"51.8239098,-0.4924284","bedrooms":"0","price":"194000","area":"640"} , +{"type":"Feature","id":"n8869914086","geometry":{"type":"Point","coordinates":[-0.1313377,51.4283609]},"properties":{"@type":"node","@id":8869914086,"@timestamp":1624806209},"coords":"51.4283609,-0.1313377","bedrooms":"4","price":"178000","area":"646"} , +{"type":"Feature","id":"n8869926945","geometry":{"type":"Point","coordinates":[-0.1178468,51.4311818]},"properties":{"@type":"node","@id":8869926945,"@timestamp":1624807342},"coords":"51.4311818,-0.1178468","bedrooms":"2","price":"182000","area":"672"} , +{"type":"Feature","id":"n8869983929","geometry":{"type":"Point","coordinates":[-0.8424097,51.8242352]},"properties":{"@type":"node","@id":8869983929,"@timestamp":1624809376},"coords":"51.8242352,-0.8424097","bedrooms":"1","price":"265000","area":"554"} , +{"type":"Feature","id":"n8870018763","geometry":{"type":"Point","coordinates":[-0.494724,51.4904346]},"properties":{"@type":"node","@id":8870018763,"@timestamp":1625415448},"coords":"51.4904346,-0.494724","bedrooms":"2","price":"186000","area":"399"} , +{"type":"Feature","id":"n8870018805","geometry":{"type":"Point","coordinates":[-0.4968591,51.487069]},"properties":{"@type":"node","@id":8870018805,"@timestamp":1633714558},"coords":"51.487069,-0.4968591","bedrooms":"4","price":"179000","area":"586"} , +{"type":"Feature","id":"n8870019369","geometry":{"type":"Point","coordinates":[-0.4951202,51.499695]},"properties":{"@type":"node","@id":8870019369,"@timestamp":1625415448},"coords":"51.499695,-0.4951202","bedrooms":"2","price":"295000","area":"370"} , +{"type":"Feature","id":"n8870019423","geometry":{"type":"Point","coordinates":[-0.5016445,51.5085032]},"properties":{"@type":"node","@id":8870019423,"@timestamp":1625415448},"coords":"51.5085032,-0.5016445","bedrooms":"4","price":"257000","area":"357"} , +{"type":"Feature","id":"n8870019496","geometry":{"type":"Point","coordinates":[-0.4953028,51.4989483]},"properties":{"@type":"node","@id":8870019496,"@timestamp":1633714558},"coords":"51.4989483,-0.4953028","bedrooms":"4","price":"207000","area":"590"} , +{"type":"Feature","id":"n8870019572","geometry":{"type":"Point","coordinates":[-0.4958859,51.4898164]},"properties":{"@type":"node","@id":8870019572,"@timestamp":1625415448},"coords":"51.4898164,-0.4958859","bedrooms":"0","price":"270000","area":"580"} , +{"type":"Feature","id":"n8870137748","geometry":{"type":"Point","coordinates":[0.1566293,51.8652861]},"properties":{"@type":"node","@id":8870137748,"@timestamp":1624818382},"coords":"51.8652861,0.1566293","bedrooms":"1","price":"299000","area":"489"} , +{"type":"Feature","id":"n8870382397","geometry":{"type":"Point","coordinates":[-0.3614844,51.8268313]},"properties":{"@type":"node","@id":8870382397,"@timestamp":1624825740},"coords":"51.8268313,-0.3614844","bedrooms":"0","price":"271000","area":"583"} , +{"type":"Feature","id":"n8870384256","geometry":{"type":"Point","coordinates":[-0.4989206,51.5183088]},"properties":{"@type":"node","@id":8870384256,"@timestamp":1625415448},"coords":"51.5183088,-0.4989206","bedrooms":"2","price":"187000","area":"613"} , +{"type":"Feature","id":"n8870384290","geometry":{"type":"Point","coordinates":[-0.4985565,51.5292269]},"properties":{"@type":"node","@id":8870384290,"@timestamp":1625415448},"coords":"51.5292269,-0.4985565","bedrooms":"3","price":"178000","area":"448"} , +{"type":"Feature","id":"n8870397340","geometry":{"type":"Point","coordinates":[-0.502576,51.5408642]},"properties":{"@type":"node","@id":8870397340,"@timestamp":1625415448},"coords":"51.5408642,-0.502576","bedrooms":"0","price":"211000","area":"565"} , +{"type":"Feature","id":"n8870397405","geometry":{"type":"Point","coordinates":[-0.5050506,51.5440615]},"properties":{"@type":"node","@id":8870397405,"@timestamp":1633714558},"coords":"51.5440615,-0.5050506","bedrooms":"2","price":"246000","area":"361"} , +{"type":"Feature","id":"n8870397539","geometry":{"type":"Point","coordinates":[-0.5004122,51.5354841]},"properties":{"@type":"node","@id":8870397539,"@timestamp":1625415448},"coords":"51.5354841,-0.5004122","bedrooms":"3","price":"189000","area":"378"} , +{"type":"Feature","id":"n8870397566","geometry":{"type":"Point","coordinates":[-0.4987897,51.5275472]},"properties":{"@type":"node","@id":8870397566,"@timestamp":1625415448},"coords":"51.5275472,-0.4987897","bedrooms":"4","price":"231000","area":"452"} , +{"type":"Feature","id":"n8870478240","geometry":{"type":"Point","coordinates":[-0.5792,51.3366569]},"properties":{"@type":"node","@id":8870478240,"@timestamp":1624828296},"coords":"51.3366569,-0.5792","bedrooms":"1","price":"288000","area":"411"} , +{"type":"Feature","id":"n8870656125","geometry":{"type":"Point","coordinates":[-0.973927,51.4048371]},"properties":{"@type":"node","@id":8870656125,"@timestamp":1624835358},"coords":"51.4048371,-0.973927","bedrooms":"3","price":"193000","area":"619"} , +{"type":"Feature","id":"n8870787693","geometry":{"type":"Point","coordinates":[-0.3286675,51.4475156]},"properties":{"@type":"node","@id":8870787693,"@timestamp":1624841927},"coords":"51.4475156,-0.3286675","bedrooms":"0","price":"286000","area":"419"} , +{"type":"Feature","id":"n8870858865","geometry":{"type":"Point","coordinates":[-0.1347696,51.4581386]},"properties":{"@type":"node","@id":8870858865,"@timestamp":1624848422},"coords":"51.4581386,-0.1347696","bedrooms":"3","price":"283000","area":"423"} , +{"type":"Feature","id":"n8870970426","geometry":{"type":"Point","coordinates":[-0.2409037,51.4998828]},"properties":{"@type":"node","@id":8870970426,"@timestamp":1624854717},"coords":"51.4998828,-0.2409037","bedrooms":"4","price":"216000","area":"351"} , +{"type":"Feature","id":"n8870970490","geometry":{"type":"Point","coordinates":[-0.2408853,51.4994228]},"properties":{"@type":"node","@id":8870970490,"@timestamp":1624854717},"coords":"51.4994228,-0.2408853","bedrooms":"4","price":"177000","area":"532"} , +{"type":"Feature","id":"n8870970536","geometry":{"type":"Point","coordinates":[-0.2408153,51.4993707]},"properties":{"@type":"node","@id":8870970536,"@timestamp":1624854717},"coords":"51.4993707,-0.2408153","bedrooms":"0","price":"220000","area":"372"} , +{"type":"Feature","id":"n8870970579","geometry":{"type":"Point","coordinates":[-0.2412215,51.4996136]},"properties":{"@type":"node","@id":8870970579,"@timestamp":1624854717},"coords":"51.4996136,-0.2412215","bedrooms":"3","price":"233000","area":"562"} , +{"type":"Feature","id":"n8870970667","geometry":{"type":"Point","coordinates":[-0.2421045,51.5001079]},"properties":{"@type":"node","@id":8870970667,"@timestamp":1624854717},"coords":"51.5001079,-0.2421045","bedrooms":"3","price":"218000","area":"584"} , +{"type":"Feature","id":"n8871015877","geometry":{"type":"Point","coordinates":[-0.2624804,51.5476272]},"properties":{"@type":"node","@id":8871015877,"@timestamp":1624856871},"coords":"51.5476272,-0.2624804","bedrooms":"2","price":"289000","area":"637"} , +{"type":"Feature","id":"n8871459421","geometry":{"type":"Point","coordinates":[-0.2254529,51.3912519]},"properties":{"@type":"node","@id":8871459421,"@timestamp":1624870066},"coords":"51.3912519,-0.2254529","bedrooms":"1","price":"294000","area":"414"} , +{"type":"Feature","id":"n8871605511","geometry":{"type":"Point","coordinates":[-0.2234522,51.4047146]},"properties":{"@type":"node","@id":8871605511,"@timestamp":1624872663},"coords":"51.4047146,-0.2234522","bedrooms":"4","price":"259000","area":"394"} , +{"type":"Feature","id":"n8871781025","geometry":{"type":"Point","coordinates":[-0.3629205,51.4127821]},"properties":{"@type":"node","@id":8871781025,"@timestamp":1624875695},"coords":"51.4127821,-0.3629205","bedrooms":"2","price":"192000","area":"518"} , +{"type":"Feature","id":"n8871983367","geometry":{"type":"Point","coordinates":[-0.2152584,51.9820664]},"properties":{"@type":"node","@id":8871983367,"@timestamp":1624879251},"coords":"51.9820664,-0.2152584","bedrooms":"3","price":"159000","area":"515"} , +{"type":"Feature","id":"n8872029244","geometry":{"type":"Point","coordinates":[-0.5378922,51.563088]},"properties":{"@type":"node","@id":8872029244,"@timestamp":1633714558},"coords":"51.563088,-0.5378922","bedrooms":"3","price":"280000","area":"354"} , +{"type":"Feature","id":"n8872029307","geometry":{"type":"Point","coordinates":[-0.537447,51.5614865]},"properties":{"@type":"node","@id":8872029307,"@timestamp":1625415448},"coords":"51.5614865,-0.537447","bedrooms":"1","price":"158000","area":"557"} , +{"type":"Feature","id":"n8872029409","geometry":{"type":"Point","coordinates":[-0.526405,51.5571367]},"properties":{"@type":"node","@id":8872029409,"@timestamp":1633714558},"coords":"51.5571367,-0.526405","bedrooms":"0","price":"196000","area":"624"} , +{"type":"Feature","id":"n8872029443","geometry":{"type":"Point","coordinates":[-0.5158585,51.5608528]},"properties":{"@type":"node","@id":8872029443,"@timestamp":1633714558},"coords":"51.5608528,-0.5158585","bedrooms":"1","price":"202000","area":"650"} , +{"type":"Feature","id":"n8872029535","geometry":{"type":"Point","coordinates":[-0.5157392,51.5472534]},"properties":{"@type":"node","@id":8872029535,"@timestamp":1625415448},"coords":"51.5472534,-0.5157392","bedrooms":"1","price":"192000","area":"352"} , +{"type":"Feature","id":"n8872029603","geometry":{"type":"Point","coordinates":[-0.5300488,51.5590473]},"properties":{"@type":"node","@id":8872029603,"@timestamp":1625415448},"coords":"51.5590473,-0.5300488","bedrooms":"2","price":"234000","area":"453"} , +{"type":"Feature","id":"n8872029663","geometry":{"type":"Point","coordinates":[-0.5345668,51.5695873]},"properties":{"@type":"node","@id":8872029663,"@timestamp":1625415448},"coords":"51.5695873,-0.5345668","bedrooms":"1","price":"229000","area":"510"} , +{"type":"Feature","id":"n8872029695","geometry":{"type":"Point","coordinates":[-0.5355258,51.5775363]},"properties":{"@type":"node","@id":8872029695,"@timestamp":1633714558},"coords":"51.5775363,-0.5355258","bedrooms":"2","price":"282000","area":"417"} , +{"type":"Feature","id":"n8872029747","geometry":{"type":"Point","coordinates":[-0.5338926,51.5665585]},"properties":{"@type":"node","@id":8872029747,"@timestamp":1625415448},"coords":"51.5665585,-0.5338926","bedrooms":"2","price":"172000","area":"676"} , +{"type":"Feature","id":"n8872029816","geometry":{"type":"Point","coordinates":[-0.5323413,51.5623676]},"properties":{"@type":"node","@id":8872029816,"@timestamp":1625415448},"coords":"51.5623676,-0.5323413","bedrooms":"2","price":"235000","area":"555"} , +{"type":"Feature","id":"n8872029876","geometry":{"type":"Point","coordinates":[-0.5374859,51.5612818]},"properties":{"@type":"node","@id":8872029876,"@timestamp":1625415448},"coords":"51.5612818,-0.5374859","bedrooms":"4","price":"269000","area":"365"} , +{"type":"Feature","id":"n8872029925","geometry":{"type":"Point","coordinates":[-0.5242112,51.5512103]},"properties":{"@type":"node","@id":8872029925,"@timestamp":1625415448},"coords":"51.5512103,-0.5242112","bedrooms":"0","price":"287000","area":"498"} , +{"type":"Feature","id":"n8872198728","geometry":{"type":"Point","coordinates":[-0.8686423,51.3783562]},"properties":{"@type":"node","@id":8872198728,"@timestamp":1624883031},"coords":"51.3783562,-0.8686423","bedrooms":"2","price":"223000","area":"671"} , +{"type":"Feature","id":"n8872198769","geometry":{"type":"Point","coordinates":[-0.8625617,51.3865507]},"properties":{"@type":"node","@id":8872198769,"@timestamp":1624883031},"coords":"51.3865507,-0.8625617","bedrooms":"3","price":"279000","area":"428"} , +{"type":"Feature","id":"n8872309810","geometry":{"type":"Point","coordinates":[-0.4006264,51.6583345]},"properties":{"@type":"node","@id":8872309810,"@timestamp":1624884459},"coords":"51.6583345,-0.4006264","bedrooms":"0","price":"160000","area":"411"} , +{"type":"Feature","id":"n8872522768","geometry":{"type":"Point","coordinates":[-0.8572784,51.3821123]},"properties":{"@type":"node","@id":8872522768,"@timestamp":1624889637},"coords":"51.3821123,-0.8572784","bedrooms":"4","price":"153000","area":"495"} , +{"type":"Feature","id":"n8872570411","geometry":{"type":"Point","coordinates":[-0.8572243,51.3875989]},"properties":{"@type":"node","@id":8872570411,"@timestamp":1624890935},"coords":"51.3875989,-0.8572243","bedrooms":"1","price":"228000","area":"678"} , +{"type":"Feature","id":"n8872614760","geometry":{"type":"Point","coordinates":[0.177713,51.8730912]},"properties":{"@type":"node","@id":8872614760,"@timestamp":1624892922},"coords":"51.8730912,0.177713","bedrooms":"4","price":"233000","area":"408"} , +{"type":"Feature","id":"n8872727267","geometry":{"type":"Point","coordinates":[0.1776876,51.8733048]},"properties":{"@type":"node","@id":8872727267,"@timestamp":1624895900},"coords":"51.8733048,0.1776876","bedrooms":"0","price":"170000","area":"574"} , +{"type":"Feature","id":"n8872727277","geometry":{"type":"Point","coordinates":[0.1768909,51.8733098]},"properties":{"@type":"node","@id":8872727277,"@timestamp":1624895900},"coords":"51.8733098,0.1768909","bedrooms":"0","price":"204000","area":"378"} , +{"type":"Feature","id":"n8872793037","geometry":{"type":"Point","coordinates":[-0.1918601,51.1344314]},"properties":{"@type":"node","@id":8872793037,"@timestamp":1624897026},"coords":"51.1344314,-0.1918601","bedrooms":"4","price":"161000","area":"364"} , +{"type":"Feature","id":"n8872937784","geometry":{"type":"Point","coordinates":[0.5203351,51.2675876]},"properties":{"@type":"node","@id":8872937784,"@timestamp":1624901641},"coords":"51.2675876,0.5203351","bedrooms":"4","price":"211000","area":"426"} , +{"type":"Feature","id":"n8872937794","geometry":{"type":"Point","coordinates":[0.5253576,51.2690904]},"properties":{"@type":"node","@id":8872937794,"@timestamp":1624901641},"coords":"51.2690904,0.5253576","bedrooms":"1","price":"244000","area":"528"} , +{"type":"Feature","id":"n8872937990","geometry":{"type":"Point","coordinates":[0.5293366,51.2673191]},"properties":{"@type":"node","@id":8872937990,"@timestamp":1624901641},"coords":"51.2673191,0.5293366","bedrooms":"0","price":"243000","area":"671"} , +{"type":"Feature","id":"n8872938000","geometry":{"type":"Point","coordinates":[0.5323608,51.2702055]},"properties":{"@type":"node","@id":8872938000,"@timestamp":1624901641},"coords":"51.2702055,0.5323608","bedrooms":"2","price":"265000","area":"628"} , +{"type":"Feature","id":"n8873108090","geometry":{"type":"Point","coordinates":[-0.0396401,51.4206279]},"properties":{"@type":"node","@id":8873108090,"@timestamp":1624906653},"coords":"51.4206279,-0.0396401","bedrooms":"2","price":"165000","area":"531"} , +{"type":"Feature","id":"n8873255378","geometry":{"type":"Point","coordinates":[-0.8608957,51.4088579]},"properties":{"@type":"node","@id":8873255378,"@timestamp":1624909660},"coords":"51.4088579,-0.8608957","bedrooms":"3","price":"274000","area":"440"} , +{"type":"Feature","id":"n8873588648","geometry":{"type":"Point","coordinates":[-0.5942908,51.6151017]},"properties":{"@type":"node","@id":8873588648,"@timestamp":1624922869},"coords":"51.6151017,-0.5942908","bedrooms":"4","price":"173000","area":"370"} , +{"type":"Feature","id":"n8873662386","geometry":{"type":"Point","coordinates":[0.1575814,51.7134373]},"properties":{"@type":"node","@id":8873662386,"@timestamp":1632008231},"coords":"51.7134373,0.1575814","bedrooms":"2","price":"167000","area":"409"} , +{"type":"Feature","id":"n8873662447","geometry":{"type":"Point","coordinates":[0.1174882,51.7294497]},"properties":{"@type":"node","@id":8873662447,"@timestamp":1624925304},"coords":"51.7294497,0.1174882","bedrooms":"1","price":"174000","area":"358"} , +{"type":"Feature","id":"n8873712186","geometry":{"type":"Point","coordinates":[0.6893981,51.7403672]},"properties":{"@type":"node","@id":8873712186,"@timestamp":1624932125},"coords":"51.7403672,0.6893981","bedrooms":"3","price":"277000","area":"448"} , +{"type":"Feature","id":"n8873846414","geometry":{"type":"Point","coordinates":[-0.241464,51.500705]},"properties":{"@type":"node","@id":8873846414,"@timestamp":1624940299},"coords":"51.500705,-0.241464","bedrooms":"0","price":"280000","area":"662"} , +{"type":"Feature","id":"n8873867224","geometry":{"type":"Point","coordinates":[-0.2417084,51.5012669]},"properties":{"@type":"node","@id":8873867224,"@timestamp":1624940299},"coords":"51.5012669,-0.2417084","bedrooms":"0","price":"244000","area":"430"} , +{"type":"Feature","id":"n8873867459","geometry":{"type":"Point","coordinates":[-0.2413702,51.5008651]},"properties":{"@type":"node","@id":8873867459,"@timestamp":1624940299},"coords":"51.5008651,-0.2413702","bedrooms":"1","price":"212000","area":"653"} , +{"type":"Feature","id":"n8873867469","geometry":{"type":"Point","coordinates":[-0.2416596,51.5014163]},"properties":{"@type":"node","@id":8873867469,"@timestamp":1624940299},"coords":"51.5014163,-0.2416596","bedrooms":"4","price":"184000","area":"402"} , +{"type":"Feature","id":"n8874303263","geometry":{"type":"Point","coordinates":[0.1777157,51.8735565]},"properties":{"@type":"node","@id":8874303263,"@timestamp":1624953070},"coords":"51.8735565,0.1777157","bedrooms":"3","price":"280000","area":"408"} , +{"type":"Feature","id":"n8874303273","geometry":{"type":"Point","coordinates":[0.1766053,51.8739523]},"properties":{"@type":"node","@id":8874303273,"@timestamp":1624953070},"coords":"51.8739523,0.1766053","bedrooms":"1","price":"286000","area":"502"} , +{"type":"Feature","id":"n8874303283","geometry":{"type":"Point","coordinates":[0.1762418,51.874613]},"properties":{"@type":"node","@id":8874303283,"@timestamp":1624953070},"coords":"51.874613,0.1762418","bedrooms":"3","price":"281000","area":"627"} , +{"type":"Feature","id":"n8874364235","geometry":{"type":"Point","coordinates":[0.1768909,51.8746321]},"properties":{"@type":"node","@id":8874364235,"@timestamp":1624954329},"coords":"51.8746321,0.1768909","bedrooms":"0","price":"283000","area":"444"} , +{"type":"Feature","id":"n8874364245","geometry":{"type":"Point","coordinates":[0.1779866,51.8742793]},"properties":{"@type":"node","@id":8874364245,"@timestamp":1624954329},"coords":"51.8742793,0.1779866","bedrooms":"4","price":"241000","area":"658"} , +{"type":"Feature","id":"n8874385228","geometry":{"type":"Point","coordinates":[0.1778458,51.8744905]},"properties":{"@type":"node","@id":8874385228,"@timestamp":1624954692},"coords":"51.8744905,0.1778458","bedrooms":"3","price":"173000","area":"370"} , +{"type":"Feature","id":"n8874500733","geometry":{"type":"Point","coordinates":[-0.0159781,51.5998137]},"properties":{"@type":"node","@id":8874500733,"@timestamp":1624958116},"coords":"51.5998137,-0.0159781","bedrooms":"3","price":"246000","area":"527"} , +{"type":"Feature","id":"n8874530421","geometry":{"type":"Point","coordinates":[-0.4310276,51.4073367]},"properties":{"@type":"node","@id":8874530421,"@timestamp":1624958527},"coords":"51.4073367,-0.4310276","bedrooms":"2","price":"193000","area":"356"} , +{"type":"Feature","id":"n8874605321","geometry":{"type":"Point","coordinates":[-0.8559521,51.3825825]},"properties":{"@type":"node","@id":8874605321,"@timestamp":1624960718},"coords":"51.3825825,-0.8559521","bedrooms":"4","price":"197000","area":"409"} , +{"type":"Feature","id":"n8874645509","geometry":{"type":"Point","coordinates":[-0.4414764,51.4119973]},"properties":{"@type":"node","@id":8874645509,"@timestamp":1624962221},"coords":"51.4119973,-0.4414764","bedrooms":"3","price":"175000","area":"362"} , +{"type":"Feature","id":"n8874682878","geometry":{"type":"Point","coordinates":[-0.4476028,51.4041103]},"properties":{"@type":"node","@id":8874682878,"@timestamp":1624962221},"coords":"51.4041103,-0.4476028","bedrooms":"1","price":"257000","area":"590"} , +{"type":"Feature","id":"n8874683076","geometry":{"type":"Point","coordinates":[-0.4480956,51.4047288]},"properties":{"@type":"node","@id":8874683076,"@timestamp":1624962221},"coords":"51.4047288,-0.4480956","bedrooms":"0","price":"266000","area":"441"} , +{"type":"Feature","id":"n8874723962","geometry":{"type":"Point","coordinates":[0.1771113,51.8752893]},"properties":{"@type":"node","@id":8874723962,"@timestamp":1624963554},"coords":"51.8752893,0.1771113","bedrooms":"1","price":"183000","area":"559"} , +{"type":"Feature","id":"n8874723972","geometry":{"type":"Point","coordinates":[0.1761524,51.875931]},"properties":{"@type":"node","@id":8874723972,"@timestamp":1624963554},"coords":"51.875931,0.1761524","bedrooms":"3","price":"214000","area":"370"} , +{"type":"Feature","id":"n8874723982","geometry":{"type":"Point","coordinates":[0.1778007,51.8755137]},"properties":{"@type":"node","@id":8874723982,"@timestamp":1624963554},"coords":"51.8755137,0.1778007","bedrooms":"3","price":"246000","area":"500"} , +{"type":"Feature","id":"n8874723992","geometry":{"type":"Point","coordinates":[0.1745005,51.8760999]},"properties":{"@type":"node","@id":8874723992,"@timestamp":1624963554},"coords":"51.8760999,0.1745005","bedrooms":"0","price":"189000","area":"544"} , +{"type":"Feature","id":"n8874724002","geometry":{"type":"Point","coordinates":[0.174129,51.8763541]},"properties":{"@type":"node","@id":8874724002,"@timestamp":1624963554},"coords":"51.8763541,0.174129","bedrooms":"2","price":"258000","area":"551"} , +{"type":"Feature","id":"n8874725985","geometry":{"type":"Point","coordinates":[-0.1733618,51.4180453]},"properties":{"@type":"node","@id":8874725985,"@timestamp":1624963292},"coords":"51.4180453,-0.1733618","bedrooms":"0","price":"295000","area":"449"} , +{"type":"Feature","id":"n8874742344","geometry":{"type":"Point","coordinates":[0.1670952,51.8704436]},"properties":{"@type":"node","@id":8874742344,"@timestamp":1624964409},"coords":"51.8704436,0.1670952","bedrooms":"4","price":"197000","area":"531"} , +{"type":"Feature","id":"n8874799357","geometry":{"type":"Point","coordinates":[-0.0904056,51.5530781]},"properties":{"@type":"node","@id":8874799357,"@timestamp":1624964807},"coords":"51.5530781,-0.0904056","bedrooms":"0","price":"266000","area":"416"} , +{"type":"Feature","id":"n8874799367","geometry":{"type":"Point","coordinates":[-0.0903816,51.5522298]},"properties":{"@type":"node","@id":8874799367,"@timestamp":1624964807},"coords":"51.5522298,-0.0903816","bedrooms":"4","price":"259000","area":"682"} , +{"type":"Feature","id":"n8874849372","geometry":{"type":"Point","coordinates":[-0.8489955,51.3815303]},"properties":{"@type":"node","@id":8874849372,"@timestamp":1624966451},"coords":"51.3815303,-0.8489955","bedrooms":"1","price":"269000","area":"610"} , +{"type":"Feature","id":"n8874864759","geometry":{"type":"Point","coordinates":[-0.0133561,51.59064]},"properties":{"@type":"node","@id":8874864759,"@timestamp":1625089598},"coords":"51.59064,-0.0133561","bedrooms":"0","price":"226000","area":"498"} , +{"type":"Feature","id":"n8874946100","geometry":{"type":"Point","coordinates":[0.0941417,51.7950522]},"properties":{"@type":"node","@id":8874946100,"@timestamp":1624969832},"coords":"51.7950522,0.0941417","bedrooms":"3","price":"185000","area":"360"} , +{"type":"Feature","id":"n8875209369","geometry":{"type":"Point","coordinates":[0.4955465,51.75186]},"properties":{"@type":"node","@id":8875209369,"@timestamp":1624974162},"coords":"51.75186,0.4955465","bedrooms":"2","price":"256000","area":"596"} , +{"type":"Feature","id":"n8875274559","geometry":{"type":"Point","coordinates":[-0.8431388,51.3779621]},"properties":{"@type":"node","@id":8875274559,"@timestamp":1624975186},"coords":"51.3779621,-0.8431388","bedrooms":"2","price":"162000","area":"628"} , +{"type":"Feature","id":"n8875288446","geometry":{"type":"Point","coordinates":[-0.8436348,51.3862875]},"properties":{"@type":"node","@id":8875288446,"@timestamp":1624975186},"coords":"51.3862875,-0.8436348","bedrooms":"0","price":"285000","area":"657"} , +{"type":"Feature","id":"n8875431354","geometry":{"type":"Point","coordinates":[0.1729936,51.8765263]},"properties":{"@type":"node","@id":8875431354,"@timestamp":1624979510},"coords":"51.8765263,0.1729936","bedrooms":"0","price":"288000","area":"604"} , +{"type":"Feature","id":"n8875431364","geometry":{"type":"Point","coordinates":[0.1724022,51.8762713]},"properties":{"@type":"node","@id":8875431364,"@timestamp":1624979510},"coords":"51.8762713,0.1724022","bedrooms":"2","price":"214000","area":"420"} , +{"type":"Feature","id":"n8875431374","geometry":{"type":"Point","coordinates":[0.1728206,51.8762043]},"properties":{"@type":"node","@id":8875431374,"@timestamp":1624979510},"coords":"51.8762043,0.1728206","bedrooms":"3","price":"287000","area":"354"} , +{"type":"Feature","id":"n8875431384","geometry":{"type":"Point","coordinates":[0.1737755,51.876605]},"properties":{"@type":"node","@id":8875431384,"@timestamp":1624979510},"coords":"51.876605,0.1737755","bedrooms":"0","price":"212000","area":"432"} , +{"type":"Feature","id":"n8875477662","geometry":{"type":"Point","coordinates":[0.1736883,51.8783091]},"properties":{"@type":"node","@id":8875477662,"@timestamp":1624981359},"coords":"51.8783091,0.1736883","bedrooms":"0","price":"213000","area":"377"} , +{"type":"Feature","id":"n8875477672","geometry":{"type":"Point","coordinates":[0.1732417,51.8790111]},"properties":{"@type":"node","@id":8875477672,"@timestamp":1624981359},"coords":"51.8790111,0.1732417","bedrooms":"0","price":"177000","area":"437"} , +{"type":"Feature","id":"n8875477700","geometry":{"type":"Point","coordinates":[0.172315,51.8795741]},"properties":{"@type":"node","@id":8875477700,"@timestamp":1624981359},"coords":"51.8795741,0.172315","bedrooms":"2","price":"163000","area":"610"} , +{"type":"Feature","id":"n8875477710","geometry":{"type":"Point","coordinates":[0.1730714,51.879637]},"properties":{"@type":"node","@id":8875477710,"@timestamp":1624981359},"coords":"51.879637,0.1730714","bedrooms":"1","price":"267000","area":"649"} , +{"type":"Feature","id":"n8875478057","geometry":{"type":"Point","coordinates":[0.1735341,51.8768946]},"properties":{"@type":"node","@id":8875478057,"@timestamp":1624980694},"coords":"51.8768946,0.1735341","bedrooms":"0","price":"218000","area":"672"} , +{"type":"Feature","id":"n8875478067","geometry":{"type":"Point","coordinates":[0.1728957,51.8772009]},"properties":{"@type":"node","@id":8875478067,"@timestamp":1624980694},"coords":"51.8772009,0.1728957","bedrooms":"0","price":"260000","area":"675"} , +{"type":"Feature","id":"n8875478077","geometry":{"type":"Point","coordinates":[0.1728514,51.8777001]},"properties":{"@type":"node","@id":8875478077,"@timestamp":1624980694},"coords":"51.8777001,0.1728514","bedrooms":"3","price":"160000","area":"677"} , +{"type":"Feature","id":"n8875478087","geometry":{"type":"Point","coordinates":[0.1730191,51.8782209]},"properties":{"@type":"node","@id":8875478087,"@timestamp":1624980694},"coords":"51.8782209,0.1730191","bedrooms":"2","price":"164000","area":"477"} , +{"type":"Feature","id":"n8875478097","geometry":{"type":"Point","coordinates":[0.1737164,51.8789197]},"properties":{"@type":"node","@id":8875478097,"@timestamp":1624980694},"coords":"51.8789197,0.1737164","bedrooms":"3","price":"255000","area":"421"} , +{"type":"Feature","id":"n8875495897","geometry":{"type":"Point","coordinates":[0.17272,51.8801362]},"properties":{"@type":"node","@id":8875495897,"@timestamp":1624982326},"coords":"51.8801362,0.17272","bedrooms":"2","price":"174000","area":"698"} , +{"type":"Feature","id":"n8875495907","geometry":{"type":"Point","coordinates":[0.1718912,51.8803051]},"properties":{"@type":"node","@id":8875495907,"@timestamp":1624982326},"coords":"51.8803051,0.1718912","bedrooms":"4","price":"280000","area":"518"} , +{"type":"Feature","id":"n8875502017","geometry":{"type":"Point","coordinates":[0.1732256,51.8799831]},"properties":{"@type":"node","@id":8875502017,"@timestamp":1624981359},"coords":"51.8799831,0.1732256","bedrooms":"0","price":"278000","area":"450"} , +{"type":"Feature","id":"n8875526037","geometry":{"type":"Point","coordinates":[-0.0175471,51.5403615]},"properties":{"@type":"node","@id":8875526037,"@timestamp":1624982197},"coords":"51.5403615,-0.0175471","bedrooms":"1","price":"279000","area":"691"} , +{"type":"Feature","id":"n8875547069","geometry":{"type":"Point","coordinates":[0.1287753,51.721353]},"properties":{"@type":"node","@id":8875547069,"@timestamp":1624984664},"coords":"51.721353,0.1287753","bedrooms":"3","price":"159000","area":"631"} , +{"type":"Feature","id":"n8875900517","geometry":{"type":"Point","coordinates":[-0.0523265,51.5466193]},"properties":{"@type":"node","@id":8875900517,"@timestamp":1624988813},"coords":"51.5466193,-0.0523265","bedrooms":"3","price":"272000","area":"355"} , +{"type":"Feature","id":"n8878034517","geometry":{"type":"Point","coordinates":[-0.0629915,51.54282]},"properties":{"@type":"node","@id":8878034517,"@timestamp":1625064181},"coords":"51.54282,-0.0629915","bedrooms":"0","price":"287000","area":"664"} , +{"type":"Feature","id":"n8878093308","geometry":{"type":"Point","coordinates":[0.1075548,51.7832237]},"properties":{"@type":"node","@id":8878093308,"@timestamp":1625924460},"coords":"51.7832237,0.1075548","bedrooms":"4","price":"262000","area":"395"} , +{"type":"Feature","id":"n8878169269","geometry":{"type":"Point","coordinates":[0.1198213,51.3876012]},"properties":{"@type":"node","@id":8878169269,"@timestamp":1624999467},"coords":"51.3876012,0.1198213","bedrooms":"0","price":"284000","area":"459"} , +{"type":"Feature","id":"n8878172480","geometry":{"type":"Point","coordinates":[-0.2421562,51.5015292]},"properties":{"@type":"node","@id":8878172480,"@timestamp":1624997314},"coords":"51.5015292,-0.2421562","bedrooms":"4","price":"266000","area":"515"} , +{"type":"Feature","id":"n8878172504","geometry":{"type":"Point","coordinates":[-0.2421878,51.5016165]},"properties":{"@type":"node","@id":8878172504,"@timestamp":1624997314},"coords":"51.5016165,-0.2421878","bedrooms":"4","price":"212000","area":"514"} , +{"type":"Feature","id":"n8878328947","geometry":{"type":"Point","coordinates":[0.3752358,51.4311852]},"properties":{"@type":"node","@id":8878328947,"@timestamp":1625002456},"coords":"51.4311852,0.3752358","bedrooms":"0","price":"286000","area":"695"} , +{"type":"Feature","id":"n8878328989","geometry":{"type":"Point","coordinates":[0.3685583,51.4307961]},"properties":{"@type":"node","@id":8878328989,"@timestamp":1625002456},"coords":"51.4307961,0.3685583","bedrooms":"1","price":"233000","area":"500"} , +{"type":"Feature","id":"n8878392277","geometry":{"type":"Point","coordinates":[0.3759448,51.43168]},"properties":{"@type":"node","@id":8878392277,"@timestamp":1625005394},"coords":"51.43168,0.3759448","bedrooms":"0","price":"226000","area":"514"} , +{"type":"Feature","id":"n8878392287","geometry":{"type":"Point","coordinates":[0.3850526,51.4233967]},"properties":{"@type":"node","@id":8878392287,"@timestamp":1625005394},"coords":"51.4233967,0.3850526","bedrooms":"0","price":"242000","area":"536"} , +{"type":"Feature","id":"n8878429937","geometry":{"type":"Point","coordinates":[0.1715238,51.7183236]},"properties":{"@type":"node","@id":8878429937,"@timestamp":1625006115},"coords":"51.7183236,0.1715238","bedrooms":"2","price":"277000","area":"618"} , +{"type":"Feature","id":"n8878460678","geometry":{"type":"Point","coordinates":[-0.3245768,51.4481784]},"properties":{"@type":"node","@id":8878460678,"@timestamp":1625008533},"coords":"51.4481784,-0.3245768","bedrooms":"1","price":"159000","area":"561"} , +{"type":"Feature","id":"n8878463734","geometry":{"type":"Point","coordinates":[0.4135381,51.2725074]},"properties":{"@type":"node","@id":8878463734,"@timestamp":1625009012},"coords":"51.2725074,0.4135381","bedrooms":"2","price":"253000","area":"508"} , +{"type":"Feature","id":"n8878463755","geometry":{"type":"Point","coordinates":[0.4083144,51.2717916]},"properties":{"@type":"node","@id":8878463755,"@timestamp":1625009012},"coords":"51.2717916,0.4083144","bedrooms":"3","price":"238000","area":"658"} , +{"type":"Feature","id":"n8878463766","geometry":{"type":"Point","coordinates":[0.4037771,51.2760383]},"properties":{"@type":"node","@id":8878463766,"@timestamp":1625009012},"coords":"51.2760383,0.4037771","bedrooms":"0","price":"247000","area":"428"} , +{"type":"Feature","id":"n8878463777","geometry":{"type":"Point","coordinates":[0.406124,51.2771608]},"properties":{"@type":"node","@id":8878463777,"@timestamp":1625009012},"coords":"51.2771608,0.406124","bedrooms":"0","price":"224000","area":"501"} , +{"type":"Feature","id":"n8878472575","geometry":{"type":"Point","coordinates":[-0.3281917,51.4467951]},"properties":{"@type":"node","@id":8878472575,"@timestamp":1625008533},"coords":"51.4467951,-0.3281917","bedrooms":"1","price":"282000","area":"464"} , +{"type":"Feature","id":"n8878500298","geometry":{"type":"Point","coordinates":[-0.0845036,51.5389226]},"properties":{"@type":"node","@id":8878500298,"@timestamp":1625011343},"coords":"51.5389226,-0.0845036","bedrooms":"0","price":"235000","area":"613"} , +{"type":"Feature","id":"n8878543306","geometry":{"type":"Point","coordinates":[-0.0897365,51.5441292]},"properties":{"@type":"node","@id":8878543306,"@timestamp":1625013969},"coords":"51.5441292,-0.0897365","bedrooms":"4","price":"252000","area":"563"} , +{"type":"Feature","id":"n8878994788","geometry":{"type":"Point","coordinates":[0.2877971,51.5220327]},"properties":{"@type":"node","@id":8878994788,"@timestamp":1625029607},"coords":"51.5220327,0.2877971","bedrooms":"4","price":"160000","area":"659"} , +{"type":"Feature","id":"n8879117097","geometry":{"type":"Point","coordinates":[0.1546426,51.2845554]},"properties":{"@type":"node","@id":8879117097,"@timestamp":1625032916},"coords":"51.2845554,0.1546426","bedrooms":"2","price":"274000","area":"620"} , +{"type":"Feature","id":"n8879167280","geometry":{"type":"Point","coordinates":[0.0830862,51.4831818]},"properties":{"@type":"node","@id":8879167280,"@timestamp":1625034572},"coords":"51.4831818,0.0830862","bedrooms":"2","price":"239000","area":"590"} , +{"type":"Feature","id":"n8879225486","geometry":{"type":"Point","coordinates":[0.0355975,51.2941597]},"properties":{"@type":"node","@id":8879225486,"@timestamp":1625036662},"coords":"51.2941597,0.0355975","bedrooms":"3","price":"174000","area":"464"} , +{"type":"Feature","id":"n8879312861","geometry":{"type":"Point","coordinates":[0.1716399,51.8800369]},"properties":{"@type":"node","@id":8879312861,"@timestamp":1625038250},"coords":"51.8800369,0.1716399","bedrooms":"2","price":"204000","area":"697"} , +{"type":"Feature","id":"n8879312871","geometry":{"type":"Point","coordinates":[0.1711283,51.8802967]},"properties":{"@type":"node","@id":8879312871,"@timestamp":1625038250},"coords":"51.8802967,0.1711283","bedrooms":"2","price":"216000","area":"467"} , +{"type":"Feature","id":"n8879312881","geometry":{"type":"Point","coordinates":[0.1724829,51.8816513]},"properties":{"@type":"node","@id":8879312881,"@timestamp":1625038250},"coords":"51.8816513,0.1724829","bedrooms":"2","price":"230000","area":"351"} , +{"type":"Feature","id":"n8879312891","geometry":{"type":"Point","coordinates":[0.1740976,51.8823103]},"properties":{"@type":"node","@id":8879312891,"@timestamp":1625038250},"coords":"51.8823103,0.1740976","bedrooms":"1","price":"176000","area":"431"} , +{"type":"Feature","id":"n8879336925","geometry":{"type":"Point","coordinates":[0.1721462,51.8825212]},"properties":{"@type":"node","@id":8879336925,"@timestamp":1625038614},"coords":"51.8825212,0.1721462","bedrooms":"4","price":"203000","area":"479"} , +{"type":"Feature","id":"n8879336935","geometry":{"type":"Point","coordinates":[0.1718976,51.8820126]},"properties":{"@type":"node","@id":8879336935,"@timestamp":1625038614},"coords":"51.8820126,0.1718976","bedrooms":"1","price":"299000","area":"558"} , +{"type":"Feature","id":"n8879343689","geometry":{"type":"Point","coordinates":[0.173453,51.8852981]},"properties":{"@type":"node","@id":8879343689,"@timestamp":1625039286},"coords":"51.8852981,0.173453","bedrooms":"4","price":"268000","area":"393"} , +{"type":"Feature","id":"n8879343699","geometry":{"type":"Point","coordinates":[0.1741788,51.885666]},"properties":{"@type":"node","@id":8879343699,"@timestamp":1625039286},"coords":"51.885666,0.1741788","bedrooms":"4","price":"293000","area":"356"} , +{"type":"Feature","id":"n8879343709","geometry":{"type":"Point","coordinates":[0.1744799,51.8859467]},"properties":{"@type":"node","@id":8879343709,"@timestamp":1625039286},"coords":"51.8859467,0.1744799","bedrooms":"1","price":"165000","area":"631"} , +{"type":"Feature","id":"n8879365218","geometry":{"type":"Point","coordinates":[0.1754992,51.8863659]},"properties":{"@type":"node","@id":8879365218,"@timestamp":1625039286},"coords":"51.8863659,0.1754992","bedrooms":"0","price":"196000","area":"351"} , +{"type":"Feature","id":"n8879371276","geometry":{"type":"Point","coordinates":[0.1741562,51.8851406]},"properties":{"@type":"node","@id":8879371276,"@timestamp":1625039574},"coords":"51.8851406,0.1741562","bedrooms":"2","price":"211000","area":"488"} , +{"type":"Feature","id":"n8879399285","geometry":{"type":"Point","coordinates":[0.0797616,51.4057899]},"properties":{"@type":"node","@id":8879399285,"@timestamp":1625039753},"coords":"51.4057899,0.0797616","bedrooms":"0","price":"225000","area":"593"} , +{"type":"Feature","id":"n8879524886","geometry":{"type":"Point","coordinates":[-0.1757733,51.413984]},"properties":{"@type":"node","@id":8879524886,"@timestamp":1625043545},"coords":"51.413984,-0.1757733","bedrooms":"0","price":"156000","area":"373"} , +{"type":"Feature","id":"n8879556795","geometry":{"type":"Point","coordinates":[-0.1055187,51.7947061]},"properties":{"@type":"node","@id":8879556795,"@timestamp":1625044683},"coords":"51.7947061,-0.1055187","bedrooms":"2","price":"194000","area":"647"} , +{"type":"Feature","id":"n8879640704","geometry":{"type":"Point","coordinates":[0.0192621,51.472127]},"properties":{"@type":"node","@id":8879640704,"@timestamp":1625045761},"coords":"51.472127,0.0192621","bedrooms":"3","price":"158000","area":"394"} , +{"type":"Feature","id":"n8879691811","geometry":{"type":"Point","coordinates":[-0.4060535,51.3984171]},"properties":{"@type":"node","@id":8879691811,"@timestamp":1625046470},"coords":"51.3984171,-0.4060535","bedrooms":"1","price":"154000","area":"520"} , +{"type":"Feature","id":"n8879765565","geometry":{"type":"Point","coordinates":[-0.5299831,51.6463902]},"properties":{"@type":"node","@id":8879765565,"@timestamp":1625048605},"coords":"51.6463902,-0.5299831","bedrooms":"2","price":"176000","area":"506"} , +{"type":"Feature","id":"n8879798438","geometry":{"type":"Point","coordinates":[0.0477883,51.3866046]},"properties":{"@type":"node","@id":8879798438,"@timestamp":1625049263},"coords":"51.3866046,0.0477883","bedrooms":"0","price":"161000","area":"484"} , +{"type":"Feature","id":"n8879872540","geometry":{"type":"Point","coordinates":[0.3019757,51.3967879]},"properties":{"@type":"node","@id":8879872540,"@timestamp":1625051130},"coords":"51.3967879,0.3019757","bedrooms":"4","price":"227000","area":"437"} , +{"type":"Feature","id":"n8879903261","geometry":{"type":"Point","coordinates":[0.1668396,51.5115665]},"properties":{"@type":"node","@id":8879903261,"@timestamp":1625052083},"coords":"51.5115665,0.1668396","bedrooms":"4","price":"290000","area":"383"} , +{"type":"Feature","id":"n8879932302","geometry":{"type":"Point","coordinates":[-0.8301305,51.3748375]},"properties":{"@type":"node","@id":8879932302,"@timestamp":1625053016},"coords":"51.3748375,-0.8301305","bedrooms":"0","price":"198000","area":"351"} , +{"type":"Feature","id":"n8879932327","geometry":{"type":"Point","coordinates":[-0.8260971,51.3771635]},"properties":{"@type":"node","@id":8879932327,"@timestamp":1625053016},"coords":"51.3771635,-0.8260971","bedrooms":"2","price":"207000","area":"651"} , +{"type":"Feature","id":"n8879976878","geometry":{"type":"Point","coordinates":[0.0479944,51.5476895]},"properties":{"@type":"node","@id":8879976878,"@timestamp":1625053847},"coords":"51.5476895,0.0479944","bedrooms":"4","price":"184000","area":"445"} , +{"type":"Feature","id":"n8880027306","geometry":{"type":"Point","coordinates":[0.1795707,51.5115353]},"properties":{"@type":"node","@id":8880027306,"@timestamp":1625055646},"coords":"51.5115353,0.1795707","bedrooms":"2","price":"159000","area":"640"} , +{"type":"Feature","id":"n8880077362","geometry":{"type":"Point","coordinates":[0.284514,51.2861772]},"properties":{"@type":"node","@id":8880077362,"@timestamp":1625057122},"coords":"51.2861772,0.284514","bedrooms":"2","price":"272000","area":"467"} , +{"type":"Feature","id":"n8880139182","geometry":{"type":"Point","coordinates":[-0.528682,51.6053354]},"properties":{"@type":"node","@id":8880139182,"@timestamp":1625415448},"coords":"51.6053354,-0.528682","bedrooms":"3","price":"187000","area":"688"} , +{"type":"Feature","id":"n8880158832","geometry":{"type":"Point","coordinates":[0.0208285,51.4144805]},"properties":{"@type":"node","@id":8880158832,"@timestamp":1625058192},"coords":"51.4144805,0.0208285","bedrooms":"2","price":"227000","area":"463"} , +{"type":"Feature","id":"n8880169545","geometry":{"type":"Point","coordinates":[-0.525367,51.6188474]},"properties":{"@type":"node","@id":8880169545,"@timestamp":1625415448},"coords":"51.6188474,-0.525367","bedrooms":"1","price":"240000","area":"646"} , +{"type":"Feature","id":"n8880169570","geometry":{"type":"Point","coordinates":[-0.522334,51.6260148]},"properties":{"@type":"node","@id":8880169570,"@timestamp":1625415448},"coords":"51.6260148,-0.522334","bedrooms":"2","price":"256000","area":"611"} , +{"type":"Feature","id":"n8880169643","geometry":{"type":"Point","coordinates":[-0.5257489,51.6188739]},"properties":{"@type":"node","@id":8880169643,"@timestamp":1625415448},"coords":"51.6188739,-0.5257489","bedrooms":"2","price":"153000","area":"414"} , +{"type":"Feature","id":"n8880169674","geometry":{"type":"Point","coordinates":[-0.5268839,51.6135274]},"properties":{"@type":"node","@id":8880169674,"@timestamp":1625415448},"coords":"51.6135274,-0.5268839","bedrooms":"3","price":"295000","area":"471"} , +{"type":"Feature","id":"n8880169686","geometry":{"type":"Point","coordinates":[-0.5285226,51.6053179]},"properties":{"@type":"node","@id":8880169686,"@timestamp":1625058527},"coords":"51.6053179,-0.5285226","bedrooms":"4","price":"281000","area":"685"} , +{"type":"Feature","id":"n8880169750","geometry":{"type":"Point","coordinates":[-0.5334427,51.5889896]},"properties":{"@type":"node","@id":8880169750,"@timestamp":1625415448},"coords":"51.5889896,-0.5334427","bedrooms":"1","price":"171000","area":"632"} , +{"type":"Feature","id":"n8880169791","geometry":{"type":"Point","coordinates":[-0.5307862,51.5985357]},"properties":{"@type":"node","@id":8880169791,"@timestamp":1625415448},"coords":"51.5985357,-0.5307862","bedrooms":"3","price":"261000","area":"535"} , +{"type":"Feature","id":"n8880169827","geometry":{"type":"Point","coordinates":[-0.5328109,51.5937489]},"properties":{"@type":"node","@id":8880169827,"@timestamp":1625415448},"coords":"51.5937489,-0.5328109","bedrooms":"0","price":"210000","area":"391"} , +{"type":"Feature","id":"n8880169863","geometry":{"type":"Point","coordinates":[-0.53418,51.5847774]},"properties":{"@type":"node","@id":8880169863,"@timestamp":1633714558},"coords":"51.5847774,-0.53418","bedrooms":"3","price":"213000","area":"381"} , +{"type":"Feature","id":"n8880211080","geometry":{"type":"Point","coordinates":[0.1303498,51.4146903]},"properties":{"@type":"node","@id":8880211080,"@timestamp":1625059705},"coords":"51.4146903,0.1303498","bedrooms":"2","price":"189000","area":"364"} , +{"type":"Feature","id":"n8880279075","geometry":{"type":"Point","coordinates":[0.1633946,51.3881281]},"properties":{"@type":"node","@id":8880279075,"@timestamp":1625061449},"coords":"51.3881281,0.1633946","bedrooms":"4","price":"243000","area":"584"} , +{"type":"Feature","id":"n8880330603","geometry":{"type":"Point","coordinates":[0.1411906,51.5058213]},"properties":{"@type":"node","@id":8880330603,"@timestamp":1625063855},"coords":"51.5058213,0.1411906","bedrooms":"4","price":"237000","area":"454"} , +{"type":"Feature","id":"n8880360401","geometry":{"type":"Point","coordinates":[-0.5646771,51.4245056]},"properties":{"@type":"node","@id":8880360401,"@timestamp":1625064077},"coords":"51.4245056,-0.5646771","bedrooms":"0","price":"234000","area":"406"} , +{"type":"Feature","id":"n8880438290","geometry":{"type":"Point","coordinates":[0.1385579,51.443756]},"properties":{"@type":"node","@id":8880438290,"@timestamp":1625066963},"coords":"51.443756,0.1385579","bedrooms":"4","price":"291000","area":"555"} , +{"type":"Feature","id":"n8880466530","geometry":{"type":"Point","coordinates":[-0.5653493,51.4259401]},"properties":{"@type":"node","@id":8880466530,"@timestamp":1625066945},"coords":"51.4259401,-0.5653493","bedrooms":"4","price":"252000","area":"369"} , +{"type":"Feature","id":"n8880492907","geometry":{"type":"Point","coordinates":[-0.2133871,51.4919842]},"properties":{"@type":"node","@id":8880492907,"@timestamp":1635266155},"coords":"51.4919842,-0.2133871","bedrooms":"0","price":"151000","area":"468"} , +{"type":"Feature","id":"n8880553727","geometry":{"type":"Point","coordinates":[-0.1782856,51.4131464]},"properties":{"@type":"node","@id":8880553727,"@timestamp":1625069724},"coords":"51.4131464,-0.1782856","bedrooms":"1","price":"228000","area":"564"} , +{"type":"Feature","id":"n8880600930","geometry":{"type":"Point","coordinates":[0.1742134,51.8815629]},"properties":{"@type":"node","@id":8880600930,"@timestamp":1625071590},"coords":"51.8815629,0.1742134","bedrooms":"3","price":"221000","area":"537"} , +{"type":"Feature","id":"n8880689942","geometry":{"type":"Point","coordinates":[0.0458233,51.5161756]},"properties":{"@type":"node","@id":8880689942,"@timestamp":1625073770},"coords":"51.5161756,0.0458233","bedrooms":"0","price":"150000","area":"441"} , +{"type":"Feature","id":"n8880845146","geometry":{"type":"Point","coordinates":[-0.0130304,51.4159314]},"properties":{"@type":"node","@id":8880845146,"@timestamp":1625078616},"coords":"51.4159314,-0.0130304","bedrooms":"4","price":"192000","area":"484"} , +{"type":"Feature","id":"n8880860694","geometry":{"type":"Point","coordinates":[0.0094045,51.4789134]},"properties":{"@type":"node","@id":8880860694,"@timestamp":1625079139},"coords":"51.4789134,0.0094045","bedrooms":"0","price":"159000","area":"564"} , +{"type":"Feature","id":"n8880897994","geometry":{"type":"Point","coordinates":[-0.0836291,51.5347636]},"properties":{"@type":"node","@id":8880897994,"@timestamp":1625080038},"coords":"51.5347636,-0.0836291","bedrooms":"3","price":"174000","area":"383"} , +{"type":"Feature","id":"n8880966376","geometry":{"type":"Point","coordinates":[0.7177193,51.4487449]},"properties":{"@type":"node","@id":8880966376,"@timestamp":1625082302},"coords":"51.4487449,0.7177193","bedrooms":"1","price":"241000","area":"442"} , +{"type":"Feature","id":"n8881069126","geometry":{"type":"Point","coordinates":[0.0108735,51.4777441]},"properties":{"@type":"node","@id":8881069126,"@timestamp":1626841648},"coords":"51.4777441,0.0108735","bedrooms":"4","price":"297000","area":"358"} , +{"type":"Feature","id":"n8881071462","geometry":{"type":"Point","coordinates":[-0.4053425,51.0771574]},"properties":{"@type":"node","@id":8881071462,"@timestamp":1625086071},"coords":"51.0771574,-0.4053425","bedrooms":"3","price":"264000","area":"552"} , +{"type":"Feature","id":"n8881071536","geometry":{"type":"Point","coordinates":[-0.4047917,51.0773107]},"properties":{"@type":"node","@id":8881071536,"@timestamp":1625086071},"coords":"51.0773107,-0.4047917","bedrooms":"4","price":"157000","area":"683"} , +{"type":"Feature","id":"n8881148401","geometry":{"type":"Point","coordinates":[-0.1337039,51.5010225]},"properties":{"@type":"node","@id":8881148401,"@timestamp":1625089144},"coords":"51.5010225,-0.1337039","bedrooms":"4","price":"294000","area":"467"} , +{"type":"Feature","id":"n8881154110","geometry":{"type":"Point","coordinates":[-0.1386871,51.5005096]},"properties":{"@type":"node","@id":8881154110,"@timestamp":1625089259},"coords":"51.5005096,-0.1386871","bedrooms":"3","price":"295000","area":"611"} , +{"type":"Feature","id":"n8881159789","geometry":{"type":"Point","coordinates":[-0.812811,51.4144856]},"properties":{"@type":"node","@id":8881159789,"@timestamp":1625088709},"coords":"51.4144856,-0.812811","bedrooms":"4","price":"160000","area":"350"} , +{"type":"Feature","id":"n8881159805","geometry":{"type":"Point","coordinates":[-0.8161382,51.4123983]},"properties":{"@type":"node","@id":8881159805,"@timestamp":1625088709},"coords":"51.4123983,-0.8161382","bedrooms":"0","price":"179000","area":"455"} , +{"type":"Feature","id":"n8881159816","geometry":{"type":"Point","coordinates":[-0.8196429,51.4126044]},"properties":{"@type":"node","@id":8881159816,"@timestamp":1625088709},"coords":"51.4126044,-0.8196429","bedrooms":"1","price":"189000","area":"650"} , +{"type":"Feature","id":"n8881176662","geometry":{"type":"Point","coordinates":[0.0955323,51.7826989]},"properties":{"@type":"node","@id":8881176662,"@timestamp":1631237365},"coords":"51.7826989,0.0955323","bedrooms":"2","price":"162000","area":"368"} , +{"type":"Feature","id":"n8881207883","geometry":{"type":"Point","coordinates":[0.1665545,51.8844736]},"properties":{"@type":"node","@id":8881207883,"@timestamp":1625092789},"coords":"51.8844736,0.1665545","bedrooms":"2","price":"272000","area":"509"} , +{"type":"Feature","id":"n8881207893","geometry":{"type":"Point","coordinates":[0.1663748,51.8850464]},"properties":{"@type":"node","@id":8881207893,"@timestamp":1625092789},"coords":"51.8850464,0.1663748","bedrooms":"1","price":"250000","area":"519"} , +{"type":"Feature","id":"n8881207903","geometry":{"type":"Point","coordinates":[0.1667717,51.885111]},"properties":{"@type":"node","@id":8881207903,"@timestamp":1625092789},"coords":"51.885111,0.1667717","bedrooms":"0","price":"178000","area":"545"} , +{"type":"Feature","id":"n8881301928","geometry":{"type":"Point","coordinates":[0.1664606,51.8858096]},"properties":{"@type":"node","@id":8881301928,"@timestamp":1625092789},"coords":"51.8858096,0.1664606","bedrooms":"1","price":"294000","area":"470"} , +{"type":"Feature","id":"n8881328512","geometry":{"type":"Point","coordinates":[0.0107985,51.4768152]},"properties":{"@type":"node","@id":8881328512,"@timestamp":1626902832},"coords":"51.4768152,0.0107985","bedrooms":"2","price":"273000","area":"632"} , +{"type":"Feature","id":"n8881331427","geometry":{"type":"Point","coordinates":[0.0110652,51.4781731]},"properties":{"@type":"node","@id":8881331427,"@timestamp":1625094486},"coords":"51.4781731,0.0110652","bedrooms":"1","price":"163000","area":"396"} , +{"type":"Feature","id":"n8881338582","geometry":{"type":"Point","coordinates":[-0.0929036,51.5386486]},"properties":{"@type":"node","@id":8881338582,"@timestamp":1625096726},"coords":"51.5386486,-0.0929036","bedrooms":"4","price":"223000","area":"415"} , +{"type":"Feature","id":"n8881729683","geometry":{"type":"Point","coordinates":[0.2599797,51.0198502]},"properties":{"@type":"node","@id":8881729683,"@timestamp":1625113826},"coords":"51.0198502,0.2599797","bedrooms":"4","price":"247000","area":"627"} , +{"type":"Feature","id":"n8881746031","geometry":{"type":"Point","coordinates":[-0.2428128,51.5007045]},"properties":{"@type":"node","@id":8881746031,"@timestamp":1625114020},"coords":"51.5007045,-0.2428128","bedrooms":"3","price":"267000","area":"570"} , +{"type":"Feature","id":"n8881746041","geometry":{"type":"Point","coordinates":[-0.24246,51.5000859]},"properties":{"@type":"node","@id":8881746041,"@timestamp":1625114020},"coords":"51.5000859,-0.24246","bedrooms":"2","price":"296000","area":"427"} , +{"type":"Feature","id":"n8881747050","geometry":{"type":"Point","coordinates":[-0.24225,51.5000244]},"properties":{"@type":"node","@id":8881747050,"@timestamp":1625114020},"coords":"51.5000244,-0.24225","bedrooms":"3","price":"273000","area":"655"} , +{"type":"Feature","id":"n8881747060","geometry":{"type":"Point","coordinates":[-0.2426073,51.5006387]},"properties":{"@type":"node","@id":8881747060,"@timestamp":1625114020},"coords":"51.5006387,-0.2426073","bedrooms":"0","price":"288000","area":"613"} , +{"type":"Feature","id":"n8881873917","geometry":{"type":"Point","coordinates":[0.4512668,51.2856192]},"properties":{"@type":"node","@id":8881873917,"@timestamp":1625115531},"coords":"51.2856192,0.4512668","bedrooms":"4","price":"233000","area":"620"} , +{"type":"Feature","id":"n8882019082","geometry":{"type":"Point","coordinates":[0.0820944,50.9691382]},"properties":{"@type":"node","@id":8882019082,"@timestamp":1625120477},"coords":"50.9691382,0.0820944","bedrooms":"3","price":"187000","area":"554"} , +{"type":"Feature","id":"n8882242996","geometry":{"type":"Point","coordinates":[-0.3472198,51.4310616]},"properties":{"@type":"node","@id":8882242996,"@timestamp":1625124660},"coords":"51.4310616,-0.3472198","bedrooms":"3","price":"178000","area":"555"} , +{"type":"Feature","id":"n8882481395","geometry":{"type":"Point","coordinates":[-0.2198423,51.1236463]},"properties":{"@type":"node","@id":8882481395,"@timestamp":1625129692},"coords":"51.1236463,-0.2198423","bedrooms":"1","price":"188000","area":"603"} , +{"type":"Feature","id":"n8882525541","geometry":{"type":"Point","coordinates":[0.1649669,51.8826532]},"properties":{"@type":"node","@id":8882525541,"@timestamp":1625131005},"coords":"51.8826532,0.1649669","bedrooms":"2","price":"179000","area":"613"} , +{"type":"Feature","id":"n8882525557","geometry":{"type":"Point","coordinates":[0.1650631,51.8799493]},"properties":{"@type":"node","@id":8882525557,"@timestamp":1625131005},"coords":"51.8799493,0.1650631","bedrooms":"4","price":"200000","area":"414"} , +{"type":"Feature","id":"n8882525571","geometry":{"type":"Point","coordinates":[0.1626196,51.8773936]},"properties":{"@type":"node","@id":8882525571,"@timestamp":1625131005},"coords":"51.8773936,0.1626196","bedrooms":"1","price":"235000","area":"396"} , +{"type":"Feature","id":"n8882564544","geometry":{"type":"Point","coordinates":[0.1648968,51.8736921]},"properties":{"@type":"node","@id":8882564544,"@timestamp":1625131553},"coords":"51.8736921,0.1648968","bedrooms":"4","price":"177000","area":"642"} , +{"type":"Feature","id":"n8882642287","geometry":{"type":"Point","coordinates":[0.1593531,51.8698831]},"properties":{"@type":"node","@id":8882642287,"@timestamp":1625133652},"coords":"51.8698831,0.1593531","bedrooms":"2","price":"163000","area":"437"} , +{"type":"Feature","id":"n8882642304","geometry":{"type":"Point","coordinates":[0.159274,51.869614]},"properties":{"@type":"node","@id":8882642304,"@timestamp":1625133652},"coords":"51.869614,0.159274","bedrooms":"4","price":"194000","area":"550"} , +{"type":"Feature","id":"n8882647603","geometry":{"type":"Point","coordinates":[0.8542711,51.0931725]},"properties":{"@type":"node","@id":8882647603,"@timestamp":1625135887},"coords":"51.0931725,0.8542711","bedrooms":"0","price":"222000","area":"586"} , +{"type":"Feature","id":"n8882648983","geometry":{"type":"Point","coordinates":[0.1570853,51.868761]},"properties":{"@type":"node","@id":8882648983,"@timestamp":1625134131},"coords":"51.868761,0.1570853","bedrooms":"4","price":"153000","area":"629"} , +{"type":"Feature","id":"n8882649002","geometry":{"type":"Point","coordinates":[0.1561227,51.8686751]},"properties":{"@type":"node","@id":8882649002,"@timestamp":1625134131},"coords":"51.8686751,0.1561227","bedrooms":"4","price":"194000","area":"370"} , +{"type":"Feature","id":"n8882649146","geometry":{"type":"Point","coordinates":[-0.0602964,51.4990852]},"properties":{"@type":"node","@id":8882649146,"@timestamp":1625133915},"coords":"51.4990852,-0.0602964","bedrooms":"3","price":"260000","area":"641"} , +{"type":"Feature","id":"n8882658143","geometry":{"type":"Point","coordinates":[-0.3257683,51.4281132]},"properties":{"@type":"node","@id":8882658143,"@timestamp":1625134147},"coords":"51.4281132,-0.3257683","bedrooms":"1","price":"197000","area":"571"} , +{"type":"Feature","id":"n8882658294","geometry":{"type":"Point","coordinates":[0.1543466,51.8697616]},"properties":{"@type":"node","@id":8882658294,"@timestamp":1625134283},"coords":"51.8697616,0.1543466","bedrooms":"4","price":"290000","area":"676"} , +{"type":"Feature","id":"n8882681768","geometry":{"type":"Point","coordinates":[0.1531034,51.8687298]},"properties":{"@type":"node","@id":8882681768,"@timestamp":1625135113},"coords":"51.8687298,0.1531034","bedrooms":"2","price":"206000","area":"653"} , +{"type":"Feature","id":"n8882733723","geometry":{"type":"Point","coordinates":[0.1523926,51.8683663]},"properties":{"@type":"node","@id":8882733723,"@timestamp":1625135980},"coords":"51.8683663,0.1523926","bedrooms":"1","price":"180000","area":"651"} , +{"type":"Feature","id":"n8882733733","geometry":{"type":"Point","coordinates":[0.1532778,51.8673949]},"properties":{"@type":"node","@id":8882733733,"@timestamp":1625135980},"coords":"51.8673949,0.1532778","bedrooms":"0","price":"187000","area":"560"} , +{"type":"Feature","id":"n8882733743","geometry":{"type":"Point","coordinates":[0.1533096,51.8664937]},"properties":{"@type":"node","@id":8882733743,"@timestamp":1625135980},"coords":"51.8664937,0.1533096","bedrooms":"0","price":"201000","area":"614"} , +{"type":"Feature","id":"n8882733753","geometry":{"type":"Point","coordinates":[0.1526458,51.8667156]},"properties":{"@type":"node","@id":8882733753,"@timestamp":1625135980},"coords":"51.8667156,0.1526458","bedrooms":"2","price":"277000","area":"562"} , +{"type":"Feature","id":"n8882733827","geometry":{"type":"Point","coordinates":[0.1523095,51.8688173]},"properties":{"@type":"node","@id":8882733827,"@timestamp":1625135980},"coords":"51.8688173,0.1523095","bedrooms":"3","price":"290000","area":"481"} , +{"type":"Feature","id":"n8882751437","geometry":{"type":"Point","coordinates":[-0.836301,51.3603372]},"properties":{"@type":"node","@id":8882751437,"@timestamp":1625136388},"coords":"51.3603372,-0.836301","bedrooms":"4","price":"244000","area":"587"} , +{"type":"Feature","id":"n8882768623","geometry":{"type":"Point","coordinates":[0.1526619,51.8649864]},"properties":{"@type":"node","@id":8882768623,"@timestamp":1625136962},"coords":"51.8649864,0.1526619","bedrooms":"4","price":"222000","area":"509"} , +{"type":"Feature","id":"n8882831873","geometry":{"type":"Point","coordinates":[-0.3243694,51.4292943]},"properties":{"@type":"node","@id":8882831873,"@timestamp":1625138753},"coords":"51.4292943,-0.3243694","bedrooms":"1","price":"243000","area":"515"} , +{"type":"Feature","id":"n8882831912","geometry":{"type":"Point","coordinates":[-0.3242751,51.4306511]},"properties":{"@type":"node","@id":8882831912,"@timestamp":1625138753},"coords":"51.4306511,-0.3242751","bedrooms":"3","price":"202000","area":"410"} , +{"type":"Feature","id":"n8882831924","geometry":{"type":"Point","coordinates":[-0.3248025,51.4302016]},"properties":{"@type":"node","@id":8882831924,"@timestamp":1625138753},"coords":"51.4302016,-0.3248025","bedrooms":"2","price":"282000","area":"377"} , +{"type":"Feature","id":"n8882876410","geometry":{"type":"Point","coordinates":[0.4530575,51.3047392]},"properties":{"@type":"node","@id":8882876410,"@timestamp":1625140128},"coords":"51.3047392,0.4530575","bedrooms":"1","price":"206000","area":"538"} , +{"type":"Feature","id":"n8882886998","geometry":{"type":"Point","coordinates":[-0.0448932,51.5168791]},"properties":{"@type":"node","@id":8882886998,"@timestamp":1625141261},"coords":"51.5168791,-0.0448932","bedrooms":"2","price":"248000","area":"626"} , +{"type":"Feature","id":"n8882892666","geometry":{"type":"Point","coordinates":[0.1568967,51.8659351]},"properties":{"@type":"node","@id":8882892666,"@timestamp":1625140973},"coords":"51.8659351,0.1568967","bedrooms":"4","price":"238000","area":"676"} , +{"type":"Feature","id":"n8882892677","geometry":{"type":"Point","coordinates":[0.1559673,51.8657761]},"properties":{"@type":"node","@id":8882892677,"@timestamp":1625140973},"coords":"51.8657761,0.1559673","bedrooms":"4","price":"152000","area":"372"} , +{"type":"Feature","id":"n8882953976","geometry":{"type":"Point","coordinates":[0.6785419,51.2073477]},"properties":{"@type":"node","@id":8882953976,"@timestamp":1625142222},"coords":"51.2073477,0.6785419","bedrooms":"2","price":"193000","area":"451"} , +{"type":"Feature","id":"n8882964849","geometry":{"type":"Point","coordinates":[0.1569249,51.8663442]},"properties":{"@type":"node","@id":8882964849,"@timestamp":1625142288},"coords":"51.8663442,0.1569249","bedrooms":"4","price":"186000","area":"366"} , +{"type":"Feature","id":"n8882964859","geometry":{"type":"Point","coordinates":[0.1574992,51.8660384]},"properties":{"@type":"node","@id":8882964859,"@timestamp":1625142288},"coords":"51.8660384,0.1574992","bedrooms":"1","price":"211000","area":"686"} , +{"type":"Feature","id":"n8882964869","geometry":{"type":"Point","coordinates":[0.1585895,51.8664078]},"properties":{"@type":"node","@id":8882964869,"@timestamp":1625142288},"coords":"51.8664078,0.1585895","bedrooms":"2","price":"178000","area":"654"} , +{"type":"Feature","id":"n8882994356","geometry":{"type":"Point","coordinates":[0.1579807,51.866479]},"properties":{"@type":"node","@id":8882994356,"@timestamp":1625143662},"coords":"51.866479,0.1579807","bedrooms":"0","price":"176000","area":"614"} , +{"type":"Feature","id":"n8882994366","geometry":{"type":"Point","coordinates":[0.1585252,51.8665486]},"properties":{"@type":"node","@id":8882994366,"@timestamp":1625143662},"coords":"51.8665486,0.1585252","bedrooms":"1","price":"297000","area":"433"} , +{"type":"Feature","id":"n8883019099","geometry":{"type":"Point","coordinates":[0.1590683,51.8662521]},"properties":{"@type":"node","@id":8883019099,"@timestamp":1625144346},"coords":"51.8662521,0.1590683","bedrooms":"3","price":"204000","area":"400"} , +{"type":"Feature","id":"n8883019109","geometry":{"type":"Point","coordinates":[0.1592132,51.8658347]},"properties":{"@type":"node","@id":8883019109,"@timestamp":1625144346},"coords":"51.8658347,0.1592132","bedrooms":"3","price":"167000","area":"354"} , +{"type":"Feature","id":"n8883032919","geometry":{"type":"Point","coordinates":[0.1589999,51.8658952]},"properties":{"@type":"node","@id":8883032919,"@timestamp":1625144346},"coords":"51.8658952,0.1589999","bedrooms":"4","price":"152000","area":"511"} , +{"type":"Feature","id":"n8883069858","geometry":{"type":"Point","coordinates":[0.1592091,51.8666332]},"properties":{"@type":"node","@id":8883069858,"@timestamp":1625145925},"coords":"51.8666332,0.1592091","bedrooms":"3","price":"181000","area":"375"} , +{"type":"Feature","id":"n8883085029","geometry":{"type":"Point","coordinates":[0.1593332,51.8666756]},"properties":{"@type":"node","@id":8883085029,"@timestamp":1625146117},"coords":"51.8666756,0.1593332","bedrooms":"1","price":"271000","area":"501"} , +{"type":"Feature","id":"n8883176214","geometry":{"type":"Point","coordinates":[-0.9599458,51.4096862]},"properties":{"@type":"node","@id":8883176214,"@timestamp":1625150692},"coords":"51.4096862,-0.9599458","bedrooms":"3","price":"263000","area":"460"} , +{"type":"Feature","id":"n8883315113","geometry":{"type":"Point","coordinates":[-0.8517383,51.4162727]},"properties":{"@type":"node","@id":8883315113,"@timestamp":1625153319},"coords":"51.4162727,-0.8517383","bedrooms":"0","price":"243000","area":"683"} , +{"type":"Feature","id":"n8883419710","geometry":{"type":"Point","coordinates":[0.6202698,51.3610298]},"properties":{"@type":"node","@id":8883419710,"@timestamp":1625160085},"coords":"51.3610298,0.6202698","bedrooms":"4","price":"293000","area":"414"} , +{"type":"Feature","id":"n8883453482","geometry":{"type":"Point","coordinates":[-0.2422886,51.4991062]},"properties":{"@type":"node","@id":8883453482,"@timestamp":1625158181},"coords":"51.4991062,-0.2422886","bedrooms":"2","price":"207000","area":"561"} , +{"type":"Feature","id":"n8883477109","geometry":{"type":"Point","coordinates":[-0.2437092,51.5007112]},"properties":{"@type":"node","@id":8883477109,"@timestamp":1625158181},"coords":"51.5007112,-0.2437092","bedrooms":"3","price":"269000","area":"629"} , +{"type":"Feature","id":"n8883508128","geometry":{"type":"Point","coordinates":[0.4822519,51.2714866]},"properties":{"@type":"node","@id":8883508128,"@timestamp":1625159614},"coords":"51.2714866,0.4822519","bedrooms":"2","price":"184000","area":"357"} , +{"type":"Feature","id":"n8883670526","geometry":{"type":"Point","coordinates":[-0.1960042,51.3671931]},"properties":{"@type":"node","@id":8883670526,"@timestamp":1625164211},"coords":"51.3671931,-0.1960042","bedrooms":"2","price":"173000","area":"672"} , +{"type":"Feature","id":"n8883844369","geometry":{"type":"Point","coordinates":[-0.1600048,51.3803729]},"properties":{"@type":"node","@id":8883844369,"@timestamp":1625171730},"coords":"51.3803729,-0.1600048","bedrooms":"2","price":"187000","area":"457"} , +{"type":"Feature","id":"n8883889099","geometry":{"type":"Point","coordinates":[-0.1598645,51.3707886]},"properties":{"@type":"node","@id":8883889099,"@timestamp":1625172607},"coords":"51.3707886,-0.1598645","bedrooms":"1","price":"194000","area":"479"} , +{"type":"Feature","id":"n8883928379","geometry":{"type":"Point","coordinates":[-0.4359234,51.0652792]},"properties":{"@type":"node","@id":8883928379,"@timestamp":1625172595},"coords":"51.0652792,-0.4359234","bedrooms":"3","price":"235000","area":"627"} , +{"type":"Feature","id":"n8883981912","geometry":{"type":"Point","coordinates":[0.1491554,51.7811919]},"properties":{"@type":"node","@id":8883981912,"@timestamp":1625174095},"coords":"51.7811919,0.1491554","bedrooms":"1","price":"292000","area":"431"} , +{"type":"Feature","id":"n8883981937","geometry":{"type":"Point","coordinates":[0.1510661,51.7464749]},"properties":{"@type":"node","@id":8883981937,"@timestamp":1625174095},"coords":"51.7464749,0.1510661","bedrooms":"0","price":"224000","area":"587"} , +{"type":"Feature","id":"n8884042885","geometry":{"type":"Point","coordinates":[-0.4256761,51.0591547]},"properties":{"@type":"node","@id":8884042885,"@timestamp":1625176437},"coords":"51.0591547,-0.4256761","bedrooms":"3","price":"272000","area":"681"} , +{"type":"Feature","id":"n8884063714","geometry":{"type":"Point","coordinates":[0.1598941,51.8670939]},"properties":{"@type":"node","@id":8884063714,"@timestamp":1625180910},"coords":"51.8670939,0.1598941","bedrooms":"3","price":"223000","area":"499"} , +{"type":"Feature","id":"n8884117645","geometry":{"type":"Point","coordinates":[0.0452834,51.5531016]},"properties":{"@type":"node","@id":8884117645,"@timestamp":1625956708},"coords":"51.5531016,0.0452834","bedrooms":"3","price":"222000","area":"358"} , +{"type":"Feature","id":"n8884117892","geometry":{"type":"Point","coordinates":[0.1584254,51.8677193]},"properties":{"@type":"node","@id":8884117892,"@timestamp":1625180763},"coords":"51.8677193,0.1584254","bedrooms":"3","price":"200000","area":"537"} , +{"type":"Feature","id":"n8884175816","geometry":{"type":"Point","coordinates":[0.0448863,51.5538682]},"properties":{"@type":"node","@id":8884175816,"@timestamp":1633880316},"coords":"51.5538682,0.0448863","bedrooms":"2","price":"181000","area":"569"} , +{"type":"Feature","id":"n8884223726","geometry":{"type":"Point","coordinates":[0.1587757,51.8671128]},"properties":{"@type":"node","@id":8884223726,"@timestamp":1625180508},"coords":"51.8671128,0.1587757","bedrooms":"3","price":"151000","area":"547"} , +{"type":"Feature","id":"n8884223736","geometry":{"type":"Point","coordinates":[0.1589792,51.8674293]},"properties":{"@type":"node","@id":8884223736,"@timestamp":1625180508},"coords":"51.8674293,0.1589792","bedrooms":"3","price":"226000","area":"530"} , +{"type":"Feature","id":"n8884415138","geometry":{"type":"Point","coordinates":[0.1676414,51.868732]},"properties":{"@type":"node","@id":8884415138,"@timestamp":1625181271},"coords":"51.868732,0.1676414","bedrooms":"3","price":"268000","area":"599"} , +{"type":"Feature","id":"n8884415148","geometry":{"type":"Point","coordinates":[0.1681065,51.8688463]},"properties":{"@type":"node","@id":8884415148,"@timestamp":1625181271},"coords":"51.8688463,0.1681065","bedrooms":"2","price":"162000","area":"571"} , +{"type":"Feature","id":"n8886270083","geometry":{"type":"Point","coordinates":[0.0422403,51.554062]},"properties":{"@type":"node","@id":8886270083,"@timestamp":1633880316},"coords":"51.554062,0.0422403","bedrooms":"4","price":"176000","area":"359"} , +{"type":"Feature","id":"n8886553988","geometry":{"type":"Point","coordinates":[0.1783075,50.9837051]},"properties":{"@type":"node","@id":8886553988,"@timestamp":1625198215},"coords":"50.9837051,0.1783075","bedrooms":"4","price":"203000","area":"594"} , +{"type":"Feature","id":"n8886666231","geometry":{"type":"Point","coordinates":[-0.2453337,51.5021363]},"properties":{"@type":"node","@id":8886666231,"@timestamp":1625202086},"coords":"51.5021363,-0.2453337","bedrooms":"3","price":"159000","area":"378"} , +{"type":"Feature","id":"n8886666241","geometry":{"type":"Point","coordinates":[-0.2460488,51.5019942]},"properties":{"@type":"node","@id":8886666241,"@timestamp":1625202086},"coords":"51.5019942,-0.2460488","bedrooms":"0","price":"284000","area":"392"} , +{"type":"Feature","id":"n8886666251","geometry":{"type":"Point","coordinates":[-0.2467636,51.5018522]},"properties":{"@type":"node","@id":8886666251,"@timestamp":1625202086},"coords":"51.5018522,-0.2467636","bedrooms":"0","price":"238000","area":"388"} , +{"type":"Feature","id":"n8886666307","geometry":{"type":"Point","coordinates":[-0.2460445,51.5016825]},"properties":{"@type":"node","@id":8886666307,"@timestamp":1625202086},"coords":"51.5016825,-0.2460445","bedrooms":"1","price":"246000","area":"447"} , +{"type":"Feature","id":"n8886669217","geometry":{"type":"Point","coordinates":[-0.2451559,51.5018559]},"properties":{"@type":"node","@id":8886669217,"@timestamp":1625202086},"coords":"51.5018559,-0.2451559","bedrooms":"1","price":"270000","area":"434"} , +{"type":"Feature","id":"n8886781184","geometry":{"type":"Point","coordinates":[0.571156,51.2961949]},"properties":{"@type":"node","@id":8886781184,"@timestamp":1625205679},"coords":"51.2961949,0.571156","bedrooms":"4","price":"254000","area":"616"} , +{"type":"Feature","id":"n8886956777","geometry":{"type":"Point","coordinates":[0.5911898,51.2534175]},"properties":{"@type":"node","@id":8886956777,"@timestamp":1625210502},"coords":"51.2534175,0.5911898","bedrooms":"3","price":"274000","area":"360"} , +{"type":"Feature","id":"n8887045145","geometry":{"type":"Point","coordinates":[0.7924342,51.1286713]},"properties":{"@type":"node","@id":8887045145,"@timestamp":1625213896},"coords":"51.1286713,0.7924342","bedrooms":"0","price":"216000","area":"523"} , +{"type":"Feature","id":"n8887104924","geometry":{"type":"Point","coordinates":[-0.2443795,51.5010661]},"properties":{"@type":"node","@id":8887104924,"@timestamp":1625214435},"coords":"51.5010661,-0.2443795","bedrooms":"2","price":"238000","area":"485"} , +{"type":"Feature","id":"n8887104974","geometry":{"type":"Point","coordinates":[-0.2442976,51.501213]},"properties":{"@type":"node","@id":8887104974,"@timestamp":1625214435},"coords":"51.501213,-0.2442976","bedrooms":"3","price":"232000","area":"682"} , +{"type":"Feature","id":"n8887114070","geometry":{"type":"Point","coordinates":[-0.2459561,51.501409]},"properties":{"@type":"node","@id":8887114070,"@timestamp":1625214435},"coords":"51.501409,-0.2459561","bedrooms":"3","price":"284000","area":"511"} , +{"type":"Feature","id":"n8887114080","geometry":{"type":"Point","coordinates":[-0.245045,51.5015947]},"properties":{"@type":"node","@id":8887114080,"@timestamp":1625214435},"coords":"51.5015947,-0.245045","bedrooms":"1","price":"291000","area":"367"} , +{"type":"Feature","id":"n8887114132","geometry":{"type":"Point","coordinates":[-0.2453981,51.5016061]},"properties":{"@type":"node","@id":8887114132,"@timestamp":1625214435},"coords":"51.5016061,-0.2453981","bedrooms":"3","price":"297000","area":"412"} , +{"type":"Feature","id":"n8887114142","geometry":{"type":"Point","coordinates":[-0.2462236,51.5014434]},"properties":{"@type":"node","@id":8887114142,"@timestamp":1625214435},"coords":"51.5014434,-0.2462236","bedrooms":"3","price":"182000","area":"395"} , +{"type":"Feature","id":"n8887114173","geometry":{"type":"Point","coordinates":[-0.2464948,51.5009559]},"properties":{"@type":"node","@id":8887114173,"@timestamp":1625214435},"coords":"51.5009559,-0.2464948","bedrooms":"3","price":"213000","area":"540"} , +{"type":"Feature","id":"n8887183157","geometry":{"type":"Point","coordinates":[0.053671,51.1540859]},"properties":{"@type":"node","@id":8887183157,"@timestamp":1625216313},"coords":"51.1540859,0.053671","bedrooms":"4","price":"229000","area":"394"} , +{"type":"Feature","id":"n8887289067","geometry":{"type":"Point","coordinates":[0.4377676,51.3311788]},"properties":{"@type":"node","@id":8887289067,"@timestamp":1625218914},"coords":"51.3311788,0.4377676","bedrooms":"3","price":"223000","area":"697"} , +{"type":"Feature","id":"n8887305249","geometry":{"type":"Point","coordinates":[-0.2458916,51.5007754]},"properties":{"@type":"node","@id":8887305249,"@timestamp":1625219401},"coords":"51.5007754,-0.2458916","bedrooms":"2","price":"278000","area":"519"} , +{"type":"Feature","id":"n8887305259","geometry":{"type":"Point","coordinates":[-0.244924,51.500967]},"properties":{"@type":"node","@id":8887305259,"@timestamp":1625219401},"coords":"51.500967,-0.244924","bedrooms":"0","price":"199000","area":"595"} , +{"type":"Feature","id":"n8887530139","geometry":{"type":"Point","coordinates":[0.2598229,51.2856428]},"properties":{"@type":"node","@id":8887530139,"@timestamp":1625224348},"coords":"51.2856428,0.2598229","bedrooms":"4","price":"151000","area":"499"} , +{"type":"Feature","id":"n8887572138","geometry":{"type":"Point","coordinates":[-0.1473137,51.3219475]},"properties":{"@type":"node","@id":8887572138,"@timestamp":1625225659},"coords":"51.3219475,-0.1473137","bedrooms":"1","price":"260000","area":"474"} , +{"type":"Feature","id":"n8887575421","geometry":{"type":"Point","coordinates":[0.4384393,51.2187455]},"properties":{"@type":"node","@id":8887575421,"@timestamp":1625225620},"coords":"51.2187455,0.4384393","bedrooms":"3","price":"153000","area":"435"} , +{"type":"Feature","id":"n8887693856","geometry":{"type":"Point","coordinates":[-0.8220221,51.3675469]},"properties":{"@type":"node","@id":8887693856,"@timestamp":1625229364},"coords":"51.3675469,-0.8220221","bedrooms":"0","price":"294000","area":"699"} , +{"type":"Feature","id":"n8887716108","geometry":{"type":"Point","coordinates":[0.634746,51.4536696]},"properties":{"@type":"node","@id":8887716108,"@timestamp":1625229992},"coords":"51.4536696,0.634746","bedrooms":"4","price":"189000","area":"699"} , +{"type":"Feature","id":"n8887757637","geometry":{"type":"Point","coordinates":[-0.4433481,51.3508399]},"properties":{"@type":"node","@id":8887757637,"@timestamp":1625231204},"coords":"51.3508399,-0.4433481","bedrooms":"4","price":"288000","area":"490"} , +{"type":"Feature","id":"n8887786079","geometry":{"type":"Point","coordinates":[-0.1555847,51.3562602]},"properties":{"@type":"node","@id":8887786079,"@timestamp":1627392302},"coords":"51.3562602,-0.1555847","bedrooms":"4","price":"245000","area":"501"} , +{"type":"Feature","id":"n8887786093","geometry":{"type":"Point","coordinates":[-0.1565229,51.3633951]},"properties":{"@type":"node","@id":8887786093,"@timestamp":1625232927},"coords":"51.3633951,-0.1565229","bedrooms":"4","price":"167000","area":"692"} , +{"type":"Feature","id":"n8887792256","geometry":{"type":"Point","coordinates":[0.1450729,51.1604868]},"properties":{"@type":"node","@id":8887792256,"@timestamp":1625232944},"coords":"51.1604868,0.1450729","bedrooms":"1","price":"239000","area":"383"} , +{"type":"Feature","id":"n8887953593","geometry":{"type":"Point","coordinates":[0.2194967,51.0438235]},"properties":{"@type":"node","@id":8887953593,"@timestamp":1625238223},"coords":"51.0438235,0.2194967","bedrooms":"2","price":"259000","area":"504"} , +{"type":"Feature","id":"n8888238302","geometry":{"type":"Point","coordinates":[-0.1394194,51.3187763]},"properties":{"@type":"node","@id":8888238302,"@timestamp":1625244992},"coords":"51.3187763,-0.1394194","bedrooms":"2","price":"208000","area":"380"} , +{"type":"Feature","id":"n8888293980","geometry":{"type":"Point","coordinates":[0.0075747,50.9963139]},"properties":{"@type":"node","@id":8888293980,"@timestamp":1625246477},"coords":"50.9963139,0.0075747","bedrooms":"1","price":"259000","area":"419"} , +{"type":"Feature","id":"n8888294014","geometry":{"type":"Point","coordinates":[0.0048329,50.9869587]},"properties":{"@type":"node","@id":8888294014,"@timestamp":1625246477},"coords":"50.9869587,0.0048329","bedrooms":"4","price":"263000","area":"679"} , +{"type":"Feature","id":"n8888312246","geometry":{"type":"Point","coordinates":[0.0198627,50.9938619]},"properties":{"@type":"node","@id":8888312246,"@timestamp":1625246477},"coords":"50.9938619,0.0198627","bedrooms":"1","price":"264000","area":"356"} , +{"type":"Feature","id":"n8888312257","geometry":{"type":"Point","coordinates":[0.0220679,50.9950829]},"properties":{"@type":"node","@id":8888312257,"@timestamp":1625246477},"coords":"50.9950829,0.0220679","bedrooms":"1","price":"151000","area":"542"} , +{"type":"Feature","id":"n8888312267","geometry":{"type":"Point","coordinates":[0.0234627,50.9948423]},"properties":{"@type":"node","@id":8888312267,"@timestamp":1625246477},"coords":"50.9948423,0.0234627","bedrooms":"3","price":"296000","area":"359"} , +{"type":"Feature","id":"n8888385165","geometry":{"type":"Point","coordinates":[0.0128113,51.4784992]},"properties":{"@type":"node","@id":8888385165,"@timestamp":1629501234},"coords":"51.4784992,0.0128113","bedrooms":"1","price":"196000","area":"453"} , +{"type":"Feature","id":"n8888485188","geometry":{"type":"Point","coordinates":[-0.8097108,51.3767711]},"properties":{"@type":"node","@id":8888485188,"@timestamp":1625252632},"coords":"51.3767711,-0.8097108","bedrooms":"1","price":"281000","area":"590"} , +{"type":"Feature","id":"n8888506763","geometry":{"type":"Point","coordinates":[-0.6742262,51.9367628]},"properties":{"@type":"node","@id":8888506763,"@timestamp":1625253110},"coords":"51.9367628,-0.6742262","bedrooms":"0","price":"211000","area":"692"} , +{"type":"Feature","id":"n8888657375","geometry":{"type":"Point","coordinates":[0.0933179,51.3737915]},"properties":{"@type":"node","@id":8888657375,"@timestamp":1625257608},"coords":"51.3737915,0.0933179","bedrooms":"4","price":"211000","area":"406"} , +{"type":"Feature","id":"n8888861014","geometry":{"type":"Point","coordinates":[-0.1094769,51.4824089]},"properties":{"@type":"node","@id":8888861014,"@timestamp":1625263821},"coords":"51.4824089,-0.1094769","bedrooms":"2","price":"177000","area":"548"} , +{"type":"Feature","id":"n8888969051","geometry":{"type":"Point","coordinates":[-0.5109172,51.6365435]},"properties":{"@type":"node","@id":8888969051,"@timestamp":1625415448},"coords":"51.6365435,-0.5109172","bedrooms":"2","price":"154000","area":"365"} , +{"type":"Feature","id":"n8888969086","geometry":{"type":"Point","coordinates":[-0.5055886,51.6401948]},"properties":{"@type":"node","@id":8888969086,"@timestamp":1625415448},"coords":"51.6401948,-0.5055886","bedrooms":"4","price":"268000","area":"352"} , +{"type":"Feature","id":"n8888969100","geometry":{"type":"Point","coordinates":[-0.5035028,51.6416908]},"properties":{"@type":"node","@id":8888969100,"@timestamp":1625415448},"coords":"51.6416908,-0.5035028","bedrooms":"3","price":"221000","area":"561"} , +{"type":"Feature","id":"n8888969882","geometry":{"type":"Point","coordinates":[-0.5016583,51.6440249]},"properties":{"@type":"node","@id":8888969882,"@timestamp":1625415448},"coords":"51.6440249,-0.5016583","bedrooms":"3","price":"150000","area":"361"} , +{"type":"Feature","id":"n8888969924","geometry":{"type":"Point","coordinates":[-0.5089132,51.6385914]},"properties":{"@type":"node","@id":8888969924,"@timestamp":1625415448},"coords":"51.6385914,-0.5089132","bedrooms":"3","price":"292000","area":"414"} , +{"type":"Feature","id":"n8888969966","geometry":{"type":"Point","coordinates":[-0.5141738,51.6346213]},"properties":{"@type":"node","@id":8888969966,"@timestamp":1625415448},"coords":"51.6346213,-0.5141738","bedrooms":"4","price":"238000","area":"466"} , +{"type":"Feature","id":"n8888990485","geometry":{"type":"Point","coordinates":[-0.1076035,51.5895403]},"properties":{"@type":"node","@id":8888990485,"@timestamp":1625267762},"coords":"51.5895403,-0.1076035","bedrooms":"1","price":"199000","area":"618"} , +{"type":"Feature","id":"n8889059929","geometry":{"type":"Point","coordinates":[-0.3248169,51.4485089]},"properties":{"@type":"node","@id":8889059929,"@timestamp":1625271276},"coords":"51.4485089,-0.3248169","bedrooms":"4","price":"294000","area":"572"} , +{"type":"Feature","id":"n8889253824","geometry":{"type":"Point","coordinates":[-0.3334188,51.5919866]},"properties":{"@type":"node","@id":8889253824,"@timestamp":1625284381},"coords":"51.5919866,-0.3334188","bedrooms":"2","price":"168000","area":"583"} , +{"type":"Feature","id":"n8889321192","geometry":{"type":"Point","coordinates":[-0.2460092,51.5004917]},"properties":{"@type":"node","@id":8889321192,"@timestamp":1625287279},"coords":"51.5004917,-0.2460092","bedrooms":"2","price":"252000","area":"492"} , +{"type":"Feature","id":"n8889321202","geometry":{"type":"Point","coordinates":[-0.2451702,51.5006532]},"properties":{"@type":"node","@id":8889321202,"@timestamp":1625287279},"coords":"51.5006532,-0.2451702","bedrooms":"1","price":"254000","area":"407"} , +{"type":"Feature","id":"n8889327533","geometry":{"type":"Point","coordinates":[-0.2455077,51.5000694]},"properties":{"@type":"node","@id":8889327533,"@timestamp":1625287279},"coords":"51.5000694,-0.2455077","bedrooms":"1","price":"250000","area":"582"} , +{"type":"Feature","id":"n8889327584","geometry":{"type":"Point","coordinates":[-0.2443955,51.5000613]},"properties":{"@type":"node","@id":8889327584,"@timestamp":1625287279},"coords":"51.5000613,-0.2443955","bedrooms":"4","price":"155000","area":"581"} , +{"type":"Feature","id":"n8889372850","geometry":{"type":"Point","coordinates":[-0.2450777,51.4998782]},"properties":{"@type":"node","@id":8889372850,"@timestamp":1625288774},"coords":"51.4998782,-0.2450777","bedrooms":"2","price":"189000","area":"571"} , +{"type":"Feature","id":"n8889619967","geometry":{"type":"Point","coordinates":[-0.4945569,51.6556685]},"properties":{"@type":"node","@id":8889619967,"@timestamp":1625415448},"coords":"51.6556685,-0.4945569","bedrooms":"4","price":"186000","area":"631"} , +{"type":"Feature","id":"n8889620034","geometry":{"type":"Point","coordinates":[-0.4938879,51.6589581]},"properties":{"@type":"node","@id":8889620034,"@timestamp":1625415448},"coords":"51.6589581,-0.4938879","bedrooms":"2","price":"292000","area":"421"} , +{"type":"Feature","id":"n8889620067","geometry":{"type":"Point","coordinates":[-0.4913128,51.667798]},"properties":{"@type":"node","@id":8889620067,"@timestamp":1625415448},"coords":"51.667798,-0.4913128","bedrooms":"3","price":"170000","area":"513"} , +{"type":"Feature","id":"n8889620098","geometry":{"type":"Point","coordinates":[-0.4799025,51.6720663]},"properties":{"@type":"node","@id":8889620098,"@timestamp":1625415448},"coords":"51.6720663,-0.4799025","bedrooms":"3","price":"228000","area":"500"} , +{"type":"Feature","id":"n8889620141","geometry":{"type":"Point","coordinates":[-0.4586028,51.6768515]},"properties":{"@type":"node","@id":8889620141,"@timestamp":1633714558},"coords":"51.6768515,-0.4586028","bedrooms":"3","price":"159000","area":"674"} , +{"type":"Feature","id":"n8889620163","geometry":{"type":"Point","coordinates":[-0.4595297,51.6767248]},"properties":{"@type":"node","@id":8889620163,"@timestamp":1625415448},"coords":"51.6767248,-0.4595297","bedrooms":"0","price":"299000","area":"647"} , +{"type":"Feature","id":"n8889620207","geometry":{"type":"Point","coordinates":[-0.4713862,51.6730766]},"properties":{"@type":"node","@id":8889620207,"@timestamp":1633714558},"coords":"51.6730766,-0.4713862","bedrooms":"1","price":"263000","area":"465"} , +{"type":"Feature","id":"n8889620248","geometry":{"type":"Point","coordinates":[-0.4917121,51.6679678]},"properties":{"@type":"node","@id":8889620248,"@timestamp":1625415448},"coords":"51.6679678,-0.4917121","bedrooms":"0","price":"273000","area":"494"} , +{"type":"Feature","id":"n8889620337","geometry":{"type":"Point","coordinates":[-0.4943695,51.659649]},"properties":{"@type":"node","@id":8889620337,"@timestamp":1625415448},"coords":"51.659649,-0.4943695","bedrooms":"0","price":"205000","area":"682"} , +{"type":"Feature","id":"n8889620400","geometry":{"type":"Point","coordinates":[-0.4970721,51.6528796]},"properties":{"@type":"node","@id":8889620400,"@timestamp":1625415448},"coords":"51.6528796,-0.4970721","bedrooms":"4","price":"190000","area":"476"} , +{"type":"Feature","id":"n8889635053","geometry":{"type":"Point","coordinates":[-0.1753628,51.4129388]},"properties":{"@type":"node","@id":8889635053,"@timestamp":1625300834},"coords":"51.4129388,-0.1753628","bedrooms":"4","price":"201000","area":"411"} , +{"type":"Feature","id":"n8889691946","geometry":{"type":"Point","coordinates":[-0.2470685,51.4992811]},"properties":{"@type":"node","@id":8889691946,"@timestamp":1625303691},"coords":"51.4992811,-0.2470685","bedrooms":"1","price":"256000","area":"565"} , +{"type":"Feature","id":"n8889691956","geometry":{"type":"Point","coordinates":[-0.2461951,51.4987207]},"properties":{"@type":"node","@id":8889691956,"@timestamp":1625303691},"coords":"51.4987207,-0.2461951","bedrooms":"3","price":"282000","area":"374"} , +{"type":"Feature","id":"n8889704452","geometry":{"type":"Point","coordinates":[-0.245812,51.4992923]},"properties":{"@type":"node","@id":8889704452,"@timestamp":1625303691},"coords":"51.4992923,-0.245812","bedrooms":"4","price":"245000","area":"496"} , +{"type":"Feature","id":"n8889704605","geometry":{"type":"Point","coordinates":[-0.2456113,51.4984835]},"properties":{"@type":"node","@id":8889704605,"@timestamp":1625303691},"coords":"51.4984835,-0.2456113","bedrooms":"1","price":"284000","area":"527"} , +{"type":"Feature","id":"n8889764790","geometry":{"type":"Point","coordinates":[-0.2465768,51.4997141]},"properties":{"@type":"node","@id":8889764790,"@timestamp":1625306795},"coords":"51.4997141,-0.2465768","bedrooms":"4","price":"267000","area":"460"} , +{"type":"Feature","id":"n8889764800","geometry":{"type":"Point","coordinates":[-0.2454722,51.4994541]},"properties":{"@type":"node","@id":8889764800,"@timestamp":1625306795},"coords":"51.4994541,-0.2454722","bedrooms":"3","price":"189000","area":"421"} , +{"type":"Feature","id":"n8889769326","geometry":{"type":"Point","coordinates":[-0.3259233,51.4470049]},"properties":{"@type":"node","@id":8889769326,"@timestamp":1630904942},"coords":"51.4470049,-0.3259233","bedrooms":"3","price":"243000","area":"694"} , +{"type":"Feature","id":"n8889822766","geometry":{"type":"Point","coordinates":[-0.8687079,51.4246055]},"properties":{"@type":"node","@id":8889822766,"@timestamp":1625479578},"coords":"51.4246055,-0.8687079","bedrooms":"4","price":"290000","area":"403"} , +{"type":"Feature","id":"n8889893255","geometry":{"type":"Point","coordinates":[-0.3455188,51.4314581]},"properties":{"@type":"node","@id":8889893255,"@timestamp":1625311339},"coords":"51.4314581,-0.3455188","bedrooms":"2","price":"256000","area":"647"} , +{"type":"Feature","id":"n8889893265","geometry":{"type":"Point","coordinates":[-0.3494823,51.4311833]},"properties":{"@type":"node","@id":8889893265,"@timestamp":1625311339},"coords":"51.4311833,-0.3494823","bedrooms":"0","price":"175000","area":"469"} , +{"type":"Feature","id":"n8889943800","geometry":{"type":"Point","coordinates":[-0.4020391,51.1644431]},"properties":{"@type":"node","@id":8889943800,"@timestamp":1625312885},"coords":"51.1644431,-0.4020391","bedrooms":"0","price":"221000","area":"437"} , +{"type":"Feature","id":"n8890436837","geometry":{"type":"Point","coordinates":[-0.3350799,51.5930668]},"properties":{"@type":"node","@id":8890436837,"@timestamp":1628336822},"coords":"51.5930668,-0.3350799","bedrooms":"2","price":"169000","area":"636"} , +{"type":"Feature","id":"n8890467556","geometry":{"type":"Point","coordinates":[0.128213,51.7870564]},"properties":{"@type":"node","@id":8890467556,"@timestamp":1629217843},"coords":"51.7870564,0.128213","bedrooms":"3","price":"258000","area":"396"} , +{"type":"Feature","id":"n8890554960","geometry":{"type":"Point","coordinates":[-0.3333075,51.5931003]},"properties":{"@type":"node","@id":8890554960,"@timestamp":1630784928},"coords":"51.5931003,-0.3333075","bedrooms":"2","price":"214000","area":"612"} , +{"type":"Feature","id":"n8890609046","geometry":{"type":"Point","coordinates":[-0.7802748,51.1617246]},"properties":{"@type":"node","@id":8890609046,"@timestamp":1625329475},"coords":"51.1617246,-0.7802748","bedrooms":"3","price":"241000","area":"449"} , +{"type":"Feature","id":"n8890699570","geometry":{"type":"Point","coordinates":[-0.0366395,51.5854825]},"properties":{"@type":"node","@id":8890699570,"@timestamp":1625334944},"coords":"51.5854825,-0.0366395","bedrooms":"0","price":"276000","area":"655"} , +{"type":"Feature","id":"n8890735459","geometry":{"type":"Point","coordinates":[-0.7973883,51.3745142]},"properties":{"@type":"node","@id":8890735459,"@timestamp":1625335227},"coords":"51.3745142,-0.7973883","bedrooms":"3","price":"195000","area":"672"} , +{"type":"Feature","id":"n8890735492","geometry":{"type":"Point","coordinates":[-0.7942112,51.3753978]},"properties":{"@type":"node","@id":8890735492,"@timestamp":1625335227},"coords":"51.3753978,-0.7942112","bedrooms":"4","price":"187000","area":"600"} , +{"type":"Feature","id":"n8890779242","geometry":{"type":"Point","coordinates":[-0.0449876,51.5484569]},"properties":{"@type":"node","@id":8890779242,"@timestamp":1625335547},"coords":"51.5484569,-0.0449876","bedrooms":"4","price":"235000","area":"575"} , +{"type":"Feature","id":"n8890967472","geometry":{"type":"Point","coordinates":[-0.8059698,51.3659203]},"properties":{"@type":"node","@id":8890967472,"@timestamp":1625342679},"coords":"51.3659203,-0.8059698","bedrooms":"4","price":"295000","area":"393"} , +{"type":"Feature","id":"n8891001296","geometry":{"type":"Point","coordinates":[-0.917059,51.3444095]},"properties":{"@type":"node","@id":8891001296,"@timestamp":1625344025},"coords":"51.3444095,-0.917059","bedrooms":"4","price":"290000","area":"480"} , +{"type":"Feature","id":"n8891079379","geometry":{"type":"Point","coordinates":[-0.7965729,51.3764526]},"properties":{"@type":"node","@id":8891079379,"@timestamp":1625347216},"coords":"51.3764526,-0.7965729","bedrooms":"1","price":"292000","area":"436"} , +{"type":"Feature","id":"n8891079399","geometry":{"type":"Point","coordinates":[-0.7937929,51.3793325]},"properties":{"@type":"node","@id":8891079399,"@timestamp":1625347216},"coords":"51.3793325,-0.7937929","bedrooms":"1","price":"185000","area":"504"} , +{"type":"Feature","id":"n8891079411","geometry":{"type":"Point","coordinates":[-0.79247,51.3805047]},"properties":{"@type":"node","@id":8891079411,"@timestamp":1625347216},"coords":"51.3805047,-0.79247","bedrooms":"2","price":"240000","area":"653"} , +{"type":"Feature","id":"n8891098621","geometry":{"type":"Point","coordinates":[-0.7938453,51.3812081]},"properties":{"@type":"node","@id":8891098621,"@timestamp":1625347216},"coords":"51.3812081,-0.7938453","bedrooms":"3","price":"214000","area":"636"} , +{"type":"Feature","id":"n8891098631","geometry":{"type":"Point","coordinates":[-0.7971364,51.3815868]},"properties":{"@type":"node","@id":8891098631,"@timestamp":1625347216},"coords":"51.3815868,-0.7971364","bedrooms":"3","price":"231000","area":"416"} , +{"type":"Feature","id":"n8891142755","geometry":{"type":"Point","coordinates":[-0.3292512,51.4458661]},"properties":{"@type":"node","@id":8891142755,"@timestamp":1625349351},"coords":"51.4458661,-0.3292512","bedrooms":"2","price":"203000","area":"455"} , +{"type":"Feature","id":"n8891238728","geometry":{"type":"Point","coordinates":[0.0475595,51.5496207]},"properties":{"@type":"node","@id":8891238728,"@timestamp":1625354293},"coords":"51.5496207,0.0475595","bedrooms":"4","price":"165000","area":"662"} , +{"type":"Feature","id":"n8891256169","geometry":{"type":"Point","coordinates":[-0.330779,51.0633728]},"properties":{"@type":"node","@id":8891256169,"@timestamp":1625357284},"coords":"51.0633728,-0.330779","bedrooms":"2","price":"247000","area":"352"} , +{"type":"Feature","id":"n8891256179","geometry":{"type":"Point","coordinates":[-0.3316172,51.0634195]},"properties":{"@type":"node","@id":8891256179,"@timestamp":1625357284},"coords":"51.0634195,-0.3316172","bedrooms":"2","price":"183000","area":"354"} , +{"type":"Feature","id":"n8891256189","geometry":{"type":"Point","coordinates":[-0.3294694,51.0638585]},"properties":{"@type":"node","@id":8891256189,"@timestamp":1625357284},"coords":"51.0638585,-0.3294694","bedrooms":"0","price":"251000","area":"446"} , +{"type":"Feature","id":"n8891341392","geometry":{"type":"Point","coordinates":[-0.0129629,51.7437847]},"properties":{"@type":"node","@id":8891341392,"@timestamp":1625361660},"coords":"51.7437847,-0.0129629","bedrooms":"1","price":"203000","area":"381"} , +{"type":"Feature","id":"n8891800967","geometry":{"type":"Point","coordinates":[-0.2476973,51.5000122]},"properties":{"@type":"node","@id":8891800967,"@timestamp":1625380209},"coords":"51.5000122,-0.2476973","bedrooms":"1","price":"273000","area":"602"} , +{"type":"Feature","id":"n8891811876","geometry":{"type":"Point","coordinates":[-0.2483759,51.5008435]},"properties":{"@type":"node","@id":8891811876,"@timestamp":1625380209},"coords":"51.5008435,-0.2483759","bedrooms":"3","price":"258000","area":"500"} , +{"type":"Feature","id":"n8891811910","geometry":{"type":"Point","coordinates":[-0.2484789,51.5015062]},"properties":{"@type":"node","@id":8891811910,"@timestamp":1625380209},"coords":"51.5015062,-0.2484789","bedrooms":"1","price":"293000","area":"561"} , +{"type":"Feature","id":"n8891811920","geometry":{"type":"Point","coordinates":[-0.2476184,51.5016745]},"properties":{"@type":"node","@id":8891811920,"@timestamp":1625380209},"coords":"51.5016745,-0.2476184","bedrooms":"2","price":"252000","area":"381"} , +{"type":"Feature","id":"n8892083502","geometry":{"type":"Point","coordinates":[-0.0009752,51.4765123]},"properties":{"@type":"node","@id":8892083502,"@timestamp":1625391731},"coords":"51.4765123,-0.0009752","bedrooms":"2","price":"194000","area":"443"} , +{"type":"Feature","id":"n8892106909","geometry":{"type":"Point","coordinates":[-0.0032744,51.4721851]},"properties":{"@type":"node","@id":8892106909,"@timestamp":1625393197},"coords":"51.4721851,-0.0032744","bedrooms":"2","price":"249000","area":"390"} , +{"type":"Feature","id":"n8892144718","geometry":{"type":"Point","coordinates":[-0.0004084,51.4719425]},"properties":{"@type":"node","@id":8892144718,"@timestamp":1625393197},"coords":"51.4719425,-0.0004084","bedrooms":"2","price":"166000","area":"628"} , +{"type":"Feature","id":"n8892144728","geometry":{"type":"Point","coordinates":[-0.0013846,51.4729123]},"properties":{"@type":"node","@id":8892144728,"@timestamp":1625393197},"coords":"51.4729123,-0.0013846","bedrooms":"2","price":"173000","area":"477"} , +{"type":"Feature","id":"n8892148189","geometry":{"type":"Point","coordinates":[-0.3309833,51.4454444]},"properties":{"@type":"node","@id":8892148189,"@timestamp":1625393824},"coords":"51.4454444,-0.3309833","bedrooms":"0","price":"272000","area":"455"} , +{"type":"Feature","id":"n8892171630","geometry":{"type":"Point","coordinates":[-0.114674,51.4774133]},"properties":{"@type":"node","@id":8892171630,"@timestamp":1625394032},"coords":"51.4774133,-0.114674","bedrooms":"4","price":"206000","area":"538"} , +{"type":"Feature","id":"n8892173934","geometry":{"type":"Point","coordinates":[-0.114836,51.4769152]},"properties":{"@type":"node","@id":8892173934,"@timestamp":1625394032},"coords":"51.4769152,-0.114836","bedrooms":"4","price":"217000","area":"589"} , +{"type":"Feature","id":"n8892173982","geometry":{"type":"Point","coordinates":[-0.1148076,51.4770523]},"properties":{"@type":"node","@id":8892173982,"@timestamp":1625394032},"coords":"51.4770523,-0.1148076","bedrooms":"0","price":"298000","area":"355"} , +{"type":"Feature","id":"n8892187975","geometry":{"type":"Point","coordinates":[-0.3266457,51.0622118]},"properties":{"@type":"node","@id":8892187975,"@timestamp":1625394892},"coords":"51.0622118,-0.3266457","bedrooms":"2","price":"248000","area":"413"} , +{"type":"Feature","id":"n8892187985","geometry":{"type":"Point","coordinates":[-0.3270576,51.0630141]},"properties":{"@type":"node","@id":8892187985,"@timestamp":1625394892},"coords":"51.0630141,-0.3270576","bedrooms":"2","price":"224000","area":"478"} , +{"type":"Feature","id":"n8892216674","geometry":{"type":"Point","coordinates":[0.0151789,51.5680657]},"properties":{"@type":"node","@id":8892216674,"@timestamp":1625396885},"coords":"51.5680657,0.0151789","bedrooms":"4","price":"251000","area":"584"} , +{"type":"Feature","id":"n8892267756","geometry":{"type":"Point","coordinates":[-0.8550448,51.3952831]},"properties":{"@type":"node","@id":8892267756,"@timestamp":1625400636},"coords":"51.3952831,-0.8550448","bedrooms":"3","price":"152000","area":"463"} , +{"type":"Feature","id":"n8892267798","geometry":{"type":"Point","coordinates":[-0.8496409,51.3955381]},"properties":{"@type":"node","@id":8892267798,"@timestamp":1625400636},"coords":"51.3955381,-0.8496409","bedrooms":"1","price":"152000","area":"372"} , +{"type":"Feature","id":"n8892278111","geometry":{"type":"Point","coordinates":[-0.1718449,51.4121663]},"properties":{"@type":"node","@id":8892278111,"@timestamp":1625400501},"coords":"51.4121663,-0.1718449","bedrooms":"3","price":"273000","area":"545"} , +{"type":"Feature","id":"n8892354420","geometry":{"type":"Point","coordinates":[0.0473403,51.552114]},"properties":{"@type":"node","@id":8892354420,"@timestamp":1625401342},"coords":"51.552114,0.0473403","bedrooms":"3","price":"151000","area":"682"} , +{"type":"Feature","id":"n8892379980","geometry":{"type":"Point","coordinates":[-0.8371726,51.3990997]},"properties":{"@type":"node","@id":8892379980,"@timestamp":1625403111},"coords":"51.3990997,-0.8371726","bedrooms":"4","price":"194000","area":"520"} , +{"type":"Feature","id":"n8892419788","geometry":{"type":"Point","coordinates":[-1.0842165,51.3582275]},"properties":{"@type":"node","@id":8892419788,"@timestamp":1625404248},"coords":"51.3582275,-1.0842165","bedrooms":"2","price":"218000","area":"619"} , +{"type":"Feature","id":"n8892480596","geometry":{"type":"Point","coordinates":[0.1116088,51.3640084]},"properties":{"@type":"node","@id":8892480596,"@timestamp":1625405941},"coords":"51.3640084,0.1116088","bedrooms":"3","price":"208000","area":"480"} , +{"type":"Feature","id":"n8892480607","geometry":{"type":"Point","coordinates":[0.100933,51.3660122]},"properties":{"@type":"node","@id":8892480607,"@timestamp":1625405941},"coords":"51.3660122,0.100933","bedrooms":"3","price":"164000","area":"429"} , +{"type":"Feature","id":"n8892486513","geometry":{"type":"Point","coordinates":[-0.2656323,51.7390539]},"properties":{"@type":"node","@id":8892486513,"@timestamp":1625406027},"coords":"51.7390539,-0.2656323","bedrooms":"4","price":"248000","area":"656"} , +{"type":"Feature","id":"n8892596244","geometry":{"type":"Point","coordinates":[-0.3296998,51.4450542]},"properties":{"@type":"node","@id":8892596244,"@timestamp":1625409902},"coords":"51.4450542,-0.3296998","bedrooms":"1","price":"257000","area":"366"} , +{"type":"Feature","id":"n8892626235","geometry":{"type":"Point","coordinates":[-0.1082032,51.5046846]},"properties":{"@type":"node","@id":8892626235,"@timestamp":1625410347},"coords":"51.5046846,-0.1082032","bedrooms":"0","price":"256000","area":"525"} , +{"type":"Feature","id":"n8892626245","geometry":{"type":"Point","coordinates":[-0.1092479,51.5045548]},"properties":{"@type":"node","@id":8892626245,"@timestamp":1625410347},"coords":"51.5045548,-0.1092479","bedrooms":"3","price":"240000","area":"384"} , +{"type":"Feature","id":"n8892722842","geometry":{"type":"Point","coordinates":[0.0479491,51.5493952]},"properties":{"@type":"node","@id":8892722842,"@timestamp":1625413163},"coords":"51.5493952,0.0479491","bedrooms":"3","price":"263000","area":"400"} , +{"type":"Feature","id":"n8892802129","geometry":{"type":"Point","coordinates":[0.0723308,51.0915744]},"properties":{"@type":"node","@id":8892802129,"@timestamp":1625415344},"coords":"51.0915744,0.0723308","bedrooms":"2","price":"248000","area":"588"} , +{"type":"Feature","id":"n8892836017","geometry":{"type":"Point","coordinates":[-0.0255385,51.5477429]},"properties":{"@type":"node","@id":8892836017,"@timestamp":1625416171},"coords":"51.5477429,-0.0255385","bedrooms":"2","price":"194000","area":"545"} , +{"type":"Feature","id":"n8892895317","geometry":{"type":"Point","coordinates":[-0.0376486,51.5496402]},"properties":{"@type":"node","@id":8892895317,"@timestamp":1625417854},"coords":"51.5496402,-0.0376486","bedrooms":"4","price":"198000","area":"510"} , +{"type":"Feature","id":"n8892935163","geometry":{"type":"Point","coordinates":[-0.1134154,51.4777143]},"properties":{"@type":"node","@id":8892935163,"@timestamp":1625420137},"coords":"51.4777143,-0.1134154","bedrooms":"2","price":"190000","area":"668"} , +{"type":"Feature","id":"n8893014106","geometry":{"type":"Point","coordinates":[-0.4532444,51.6797859]},"properties":{"@type":"node","@id":8893014106,"@timestamp":1625422166},"coords":"51.6797859,-0.4532444","bedrooms":"2","price":"244000","area":"560"} , +{"type":"Feature","id":"n8893020133","geometry":{"type":"Point","coordinates":[-0.019464,51.4660361]},"properties":{"@type":"node","@id":8893020133,"@timestamp":1627177807},"coords":"51.4660361,-0.019464","bedrooms":"2","price":"155000","area":"526"} , +{"type":"Feature","id":"n8893051258","geometry":{"type":"Point","coordinates":[0.0635136,51.4937749]},"properties":{"@type":"node","@id":8893051258,"@timestamp":1625424907},"coords":"51.4937749,0.0635136","bedrooms":"1","price":"253000","area":"413"} , +{"type":"Feature","id":"n8893062915","geometry":{"type":"Point","coordinates":[0.06704,51.4927058]},"properties":{"@type":"node","@id":8893062915,"@timestamp":1625424749},"coords":"51.4927058,0.06704","bedrooms":"1","price":"263000","area":"389"} , +{"type":"Feature","id":"n8893223484","geometry":{"type":"Point","coordinates":[-0.3329574,51.440425]},"properties":{"@type":"node","@id":8893223484,"@timestamp":1625430251},"coords":"51.440425,-0.3329574","bedrooms":"4","price":"170000","area":"368"} , +{"type":"Feature","id":"n8893294540","geometry":{"type":"Point","coordinates":[-0.4171947,51.0710727]},"properties":{"@type":"node","@id":8893294540,"@timestamp":1625432097},"coords":"51.0710727,-0.4171947","bedrooms":"4","price":"159000","area":"586"} , +{"type":"Feature","id":"n8893627093","geometry":{"type":"Point","coordinates":[-0.0401505,51.4889246]},"properties":{"@type":"node","@id":8893627093,"@timestamp":1625447124},"coords":"51.4889246,-0.0401505","bedrooms":"2","price":"152000","area":"660"} , +{"type":"Feature","id":"n8893627105","geometry":{"type":"Point","coordinates":[-0.0316194,51.4837463]},"properties":{"@type":"node","@id":8893627105,"@timestamp":1625447124},"coords":"51.4837463,-0.0316194","bedrooms":"3","price":"263000","area":"456"} , +{"type":"Feature","id":"n8893730233","geometry":{"type":"Point","coordinates":[0.5167261,51.279084]},"properties":{"@type":"node","@id":8893730233,"@timestamp":1625454716},"coords":"51.279084,0.5167261","bedrooms":"3","price":"201000","area":"613"} , +{"type":"Feature","id":"n8893841640","geometry":{"type":"Point","coordinates":[0.3418533,51.4294887]},"properties":{"@type":"node","@id":8893841640,"@timestamp":1625459392},"coords":"51.4294887,0.3418533","bedrooms":"3","price":"273000","area":"391"} , +{"type":"Feature","id":"n8894143059","geometry":{"type":"Point","coordinates":[0.5685027,51.3242724]},"properties":{"@type":"node","@id":8894143059,"@timestamp":1625466606},"coords":"51.3242724,0.5685027","bedrooms":"3","price":"236000","area":"390"} , +{"type":"Feature","id":"n8894175031","geometry":{"type":"Point","coordinates":[-0.2469327,51.5003754]},"properties":{"@type":"node","@id":8894175031,"@timestamp":1625466807},"coords":"51.5003754,-0.2469327","bedrooms":"3","price":"262000","area":"627"} , +{"type":"Feature","id":"n8894175102","geometry":{"type":"Point","coordinates":[-0.2464721,51.5001632]},"properties":{"@type":"node","@id":8894175102,"@timestamp":1625466807},"coords":"51.5001632,-0.2464721","bedrooms":"4","price":"270000","area":"515"} , +{"type":"Feature","id":"n8894312821","geometry":{"type":"Point","coordinates":[0.8150546,51.2968964]},"properties":{"@type":"node","@id":8894312821,"@timestamp":1625470550},"coords":"51.2968964,0.8150546","bedrooms":"3","price":"224000","area":"518"} , +{"type":"Feature","id":"n8894388526","geometry":{"type":"Point","coordinates":[0.3332912,51.4671728]},"properties":{"@type":"node","@id":8894388526,"@timestamp":1625472481},"coords":"51.4671728,0.3332912","bedrooms":"2","price":"190000","area":"571"} , +{"type":"Feature","id":"n8894583468","geometry":{"type":"Point","coordinates":[0.4567067,51.2823595]},"properties":{"@type":"node","@id":8894583468,"@timestamp":1625477534},"coords":"51.2823595,0.4567067","bedrooms":"3","price":"290000","area":"493"} , +{"type":"Feature","id":"n8894592253","geometry":{"type":"Point","coordinates":[-0.1871357,51.2459312]},"properties":{"@type":"node","@id":8894592253,"@timestamp":1625477644},"coords":"51.2459312,-0.1871357","bedrooms":"1","price":"176000","area":"586"} , +{"type":"Feature","id":"n8894682793","geometry":{"type":"Point","coordinates":[0.7692978,51.4257749]},"properties":{"@type":"node","@id":8894682793,"@timestamp":1625479614},"coords":"51.4257749,0.7692978","bedrooms":"2","price":"256000","area":"583"} , +{"type":"Feature","id":"n8894718003","geometry":{"type":"Point","coordinates":[-0.0515063,51.4665155]},"properties":{"@type":"node","@id":8894718003,"@timestamp":1625480633},"coords":"51.4665155,-0.0515063","bedrooms":"0","price":"213000","area":"498"} , +{"type":"Feature","id":"n8894800461","geometry":{"type":"Point","coordinates":[-0.151601,51.6836549]},"properties":{"@type":"node","@id":8894800461,"@timestamp":1625482397},"coords":"51.6836549,-0.151601","bedrooms":"4","price":"267000","area":"559"} , +{"type":"Feature","id":"n8894808228","geometry":{"type":"Point","coordinates":[-0.1220836,51.7060676]},"properties":{"@type":"node","@id":8894808228,"@timestamp":1625482397},"coords":"51.7060676,-0.1220836","bedrooms":"3","price":"233000","area":"497"} , +{"type":"Feature","id":"n8894826567","geometry":{"type":"Point","coordinates":[-0.5075461,51.2330887]},"properties":{"@type":"node","@id":8894826567,"@timestamp":1625483242},"coords":"51.2330887,-0.5075461","bedrooms":"2","price":"248000","area":"454"} , +{"type":"Feature","id":"n8894835151","geometry":{"type":"Point","coordinates":[-0.0423074,51.4643463]},"properties":{"@type":"node","@id":8894835151,"@timestamp":1625483105},"coords":"51.4643463,-0.0423074","bedrooms":"2","price":"293000","area":"387"} , +{"type":"Feature","id":"n8894835167","geometry":{"type":"Point","coordinates":[-0.0436942,51.4646297]},"properties":{"@type":"node","@id":8894835167,"@timestamp":1625483105},"coords":"51.4646297,-0.0436942","bedrooms":"2","price":"197000","area":"489"} , +{"type":"Feature","id":"n8894893910","geometry":{"type":"Point","coordinates":[-0.1931285,51.4529144]},"properties":{"@type":"node","@id":8894893910,"@timestamp":1625484691},"coords":"51.4529144,-0.1931285","bedrooms":"3","price":"166000","area":"636"} , +{"type":"Feature","id":"n8894928677","geometry":{"type":"Point","coordinates":[0.32302,51.3989615]},"properties":{"@type":"node","@id":8894928677,"@timestamp":1625487370},"coords":"51.3989615,0.32302","bedrooms":"0","price":"225000","area":"361"} , +{"type":"Feature","id":"n8894952001","geometry":{"type":"Point","coordinates":[-0.421649,51.7129875]},"properties":{"@type":"node","@id":8894952001,"@timestamp":1625486801},"coords":"51.7129875,-0.421649","bedrooms":"4","price":"166000","area":"508"} , +{"type":"Feature","id":"n8894957954","geometry":{"type":"Point","coordinates":[-0.4197316,51.7136546]},"properties":{"@type":"node","@id":8894957954,"@timestamp":1625486801},"coords":"51.7136546,-0.4197316","bedrooms":"0","price":"232000","area":"447"} , +{"type":"Feature","id":"n8894958019","geometry":{"type":"Point","coordinates":[-0.4343054,51.7070937]},"properties":{"@type":"node","@id":8894958019,"@timestamp":1625486801},"coords":"51.7070937,-0.4343054","bedrooms":"4","price":"209000","area":"639"} , +{"type":"Feature","id":"n8894958048","geometry":{"type":"Point","coordinates":[-0.446725,51.6889596]},"properties":{"@type":"node","@id":8894958048,"@timestamp":1625486801},"coords":"51.6889596,-0.446725","bedrooms":"4","price":"179000","area":"378"} , +{"type":"Feature","id":"n8894958086","geometry":{"type":"Point","coordinates":[-0.4460424,51.6957787]},"properties":{"@type":"node","@id":8894958086,"@timestamp":1625486801},"coords":"51.6957787,-0.4460424","bedrooms":"2","price":"154000","area":"557"} , +{"type":"Feature","id":"n8894958128","geometry":{"type":"Point","coordinates":[-0.4361068,51.7058024]},"properties":{"@type":"node","@id":8894958128,"@timestamp":1625486801},"coords":"51.7058024,-0.4361068","bedrooms":"0","price":"188000","area":"654"} , +{"type":"Feature","id":"n8894958193","geometry":{"type":"Point","coordinates":[-0.4420987,51.7020793]},"properties":{"@type":"node","@id":8894958193,"@timestamp":1625486801},"coords":"51.7020793,-0.4420987","bedrooms":"4","price":"228000","area":"593"} , +{"type":"Feature","id":"n8894958258","geometry":{"type":"Point","coordinates":[-0.4472382,51.6930139]},"properties":{"@type":"node","@id":8894958258,"@timestamp":1633714558},"coords":"51.6930139,-0.4472382","bedrooms":"0","price":"227000","area":"582"} , +{"type":"Feature","id":"n8894958308","geometry":{"type":"Point","coordinates":[-0.4491697,51.6834836]},"properties":{"@type":"node","@id":8894958308,"@timestamp":1625486801},"coords":"51.6834836,-0.4491697","bedrooms":"2","price":"154000","area":"502"} , +{"type":"Feature","id":"n8895080043","geometry":{"type":"Point","coordinates":[-0.8102044,51.390538]},"properties":{"@type":"node","@id":8895080043,"@timestamp":1625491261},"coords":"51.390538,-0.8102044","bedrooms":"3","price":"215000","area":"589"} , +{"type":"Feature","id":"n8895165114","geometry":{"type":"Point","coordinates":[-0.1905106,51.1134526]},"properties":{"@type":"node","@id":8895165114,"@timestamp":1625493202},"coords":"51.1134526,-0.1905106","bedrooms":"3","price":"252000","area":"618"} , +{"type":"Feature","id":"n8895335619","geometry":{"type":"Point","coordinates":[0.8791704,51.9032967]},"properties":{"@type":"node","@id":8895335619,"@timestamp":1625497823},"coords":"51.9032967,0.8791704","bedrooms":"4","price":"232000","area":"658"} , +{"type":"Feature","id":"n8895412817","geometry":{"type":"Point","coordinates":[0.1790489,51.451938]},"properties":{"@type":"node","@id":8895412817,"@timestamp":1625499899},"coords":"51.451938,0.1790489","bedrooms":"0","price":"231000","area":"463"} , +{"type":"Feature","id":"n8895431893","geometry":{"type":"Point","coordinates":[-0.2447266,51.4997002]},"properties":{"@type":"node","@id":8895431893,"@timestamp":1625500753},"coords":"51.4997002,-0.2447266","bedrooms":"2","price":"249000","area":"553"} , +{"type":"Feature","id":"n8895519279","geometry":{"type":"Point","coordinates":[-0.3539229,51.1843599]},"properties":{"@type":"node","@id":8895519279,"@timestamp":1625503794},"coords":"51.1843599,-0.3539229","bedrooms":"0","price":"162000","area":"655"} , +{"type":"Feature","id":"n8895562452","geometry":{"type":"Point","coordinates":[0.0003709,51.4763813]},"properties":{"@type":"node","@id":8895562452,"@timestamp":1625505105},"coords":"51.4763813,0.0003709","bedrooms":"2","price":"193000","area":"362"} , +{"type":"Feature","id":"n8895685154","geometry":{"type":"Point","coordinates":[-0.2435516,51.4994799]},"properties":{"@type":"node","@id":8895685154,"@timestamp":1625509615},"coords":"51.4994799,-0.2435516","bedrooms":"2","price":"236000","area":"657"} , +{"type":"Feature","id":"n8895687044","geometry":{"type":"Point","coordinates":[-0.2440829,51.4988206]},"properties":{"@type":"node","@id":8895687044,"@timestamp":1625509615},"coords":"51.4988206,-0.2440829","bedrooms":"3","price":"281000","area":"663"} , +{"type":"Feature","id":"n8895724482","geometry":{"type":"Point","coordinates":[0.041587,51.0708668]},"properties":{"@type":"node","@id":8895724482,"@timestamp":1625512075},"coords":"51.0708668,0.041587","bedrooms":"2","price":"294000","area":"355"} , +{"type":"Feature","id":"n8895992689","geometry":{"type":"Point","coordinates":[-0.8369431,51.4095257]},"properties":{"@type":"node","@id":8895992689,"@timestamp":1625520953},"coords":"51.4095257,-0.8369431","bedrooms":"1","price":"212000","area":"517"} , +{"type":"Feature","id":"n8896013592","geometry":{"type":"Point","coordinates":[-0.8228998,51.4034972]},"properties":{"@type":"node","@id":8896013592,"@timestamp":1625521233},"coords":"51.4034972,-0.8228998","bedrooms":"2","price":"222000","area":"355"} , +{"type":"Feature","id":"n8896013602","geometry":{"type":"Point","coordinates":[-0.8157107,51.4036566]},"properties":{"@type":"node","@id":8896013602,"@timestamp":1625521233},"coords":"51.4036566,-0.8157107","bedrooms":"1","price":"224000","area":"477"} , +{"type":"Feature","id":"n8896013612","geometry":{"type":"Point","coordinates":[-0.797736,51.4073722]},"properties":{"@type":"node","@id":8896013612,"@timestamp":1625521233},"coords":"51.4073722,-0.797736","bedrooms":"3","price":"292000","area":"635"} , +{"type":"Feature","id":"n8896179236","geometry":{"type":"Point","coordinates":[0.8770708,51.9025088]},"properties":{"@type":"node","@id":8896179236,"@timestamp":1625696009},"coords":"51.9025088,0.8770708","bedrooms":"4","price":"212000","area":"676"} , +{"type":"Feature","id":"n8896548802","geometry":{"type":"Point","coordinates":[-0.3141798,51.5836483]},"properties":{"@type":"node","@id":8896548802,"@timestamp":1625537592},"coords":"51.5836483,-0.3141798","bedrooms":"3","price":"260000","area":"573"} , +{"type":"Feature","id":"n8896739263","geometry":{"type":"Point","coordinates":[-0.3330183,51.5772542]},"properties":{"@type":"node","@id":8896739263,"@timestamp":1625538639},"coords":"51.5772542,-0.3330183","bedrooms":"1","price":"273000","area":"646"} , +{"type":"Feature","id":"n8896808976","geometry":{"type":"Point","coordinates":[-0.3322381,51.5838008]},"properties":{"@type":"node","@id":8896808976,"@timestamp":1625539074},"coords":"51.5838008,-0.3322381","bedrooms":"0","price":"190000","area":"569"} , +{"type":"Feature","id":"n8896824723","geometry":{"type":"Point","coordinates":[-0.3320002,51.5851024]},"properties":{"@type":"node","@id":8896824723,"@timestamp":1625540135},"coords":"51.5851024,-0.3320002","bedrooms":"4","price":"270000","area":"468"} , +{"type":"Feature","id":"n8896858568","geometry":{"type":"Point","coordinates":[-0.24463,51.4984833]},"properties":{"@type":"node","@id":8896858568,"@timestamp":1625541792},"coords":"51.4984833,-0.24463","bedrooms":"4","price":"156000","area":"555"} , +{"type":"Feature","id":"n8896999378","geometry":{"type":"Point","coordinates":[0.7095274,51.448131]},"properties":{"@type":"node","@id":8896999378,"@timestamp":1625547866},"coords":"51.448131,0.7095274","bedrooms":"4","price":"237000","area":"634"} , +{"type":"Feature","id":"n8897543136","geometry":{"type":"Point","coordinates":[-0.3445027,51.4480581]},"properties":{"@type":"node","@id":8897543136,"@timestamp":1625561895},"coords":"51.4480581,-0.3445027","bedrooms":"1","price":"289000","area":"529"} , +{"type":"Feature","id":"n8897578376","geometry":{"type":"Point","coordinates":[-0.0097753,51.2092448]},"properties":{"@type":"node","@id":8897578376,"@timestamp":1625562529},"coords":"51.2092448,-0.0097753","bedrooms":"3","price":"290000","area":"575"} , +{"type":"Feature","id":"n8897696375","geometry":{"type":"Point","coordinates":[-0.2444742,51.4964212]},"properties":{"@type":"node","@id":8897696375,"@timestamp":1625565267},"coords":"51.4964212,-0.2444742","bedrooms":"0","price":"164000","area":"599"} , +{"type":"Feature","id":"n8897852229","geometry":{"type":"Point","coordinates":[-0.8562511,51.4043824]},"properties":{"@type":"node","@id":8897852229,"@timestamp":1625568787},"coords":"51.4043824,-0.8562511","bedrooms":"3","price":"161000","area":"389"} , +{"type":"Feature","id":"n8897852239","geometry":{"type":"Point","coordinates":[-0.8549623,51.4049929]},"properties":{"@type":"node","@id":8897852239,"@timestamp":1625568787},"coords":"51.4049929,-0.8549623","bedrooms":"3","price":"210000","area":"479"} , +{"type":"Feature","id":"n8897852249","geometry":{"type":"Point","coordinates":[-0.8554021,51.4045637]},"properties":{"@type":"node","@id":8897852249,"@timestamp":1625568787},"coords":"51.4045637,-0.8554021","bedrooms":"2","price":"260000","area":"478"} , +{"type":"Feature","id":"n8897852259","geometry":{"type":"Point","coordinates":[-0.8536282,51.4041086]},"properties":{"@type":"node","@id":8897852259,"@timestamp":1625568787},"coords":"51.4041086,-0.8536282","bedrooms":"4","price":"153000","area":"385"} , +{"type":"Feature","id":"n8897852269","geometry":{"type":"Point","coordinates":[-0.8553564,51.4048425]},"properties":{"@type":"node","@id":8897852269,"@timestamp":1625568787},"coords":"51.4048425,-0.8553564","bedrooms":"4","price":"177000","area":"502"} , +{"type":"Feature","id":"n8897852279","geometry":{"type":"Point","coordinates":[-0.8565011,51.4042397]},"properties":{"@type":"node","@id":8897852279,"@timestamp":1625568787},"coords":"51.4042397,-0.8565011","bedrooms":"3","price":"253000","area":"521"} , +{"type":"Feature","id":"n8897852289","geometry":{"type":"Point","coordinates":[-0.8559911,51.403919]},"properties":{"@type":"node","@id":8897852289,"@timestamp":1625568787},"coords":"51.403919,-0.8559911","bedrooms":"4","price":"229000","area":"638"} , +{"type":"Feature","id":"n8897852299","geometry":{"type":"Point","coordinates":[-0.8539124,51.4032338]},"properties":{"@type":"node","@id":8897852299,"@timestamp":1625568787},"coords":"51.4032338,-0.8539124","bedrooms":"2","price":"198000","area":"408"} , +{"type":"Feature","id":"n8897852309","geometry":{"type":"Point","coordinates":[-0.855287,51.4041436]},"properties":{"@type":"node","@id":8897852309,"@timestamp":1625568787},"coords":"51.4041436,-0.855287","bedrooms":"2","price":"280000","area":"496"} , +{"type":"Feature","id":"n8897859119","geometry":{"type":"Point","coordinates":[-0.8547108,51.4041347]},"properties":{"@type":"node","@id":8897859119,"@timestamp":1625568787},"coords":"51.4041347,-0.8547108","bedrooms":"0","price":"279000","area":"430"} , +{"type":"Feature","id":"n8897919820","geometry":{"type":"Point","coordinates":[0.4831914,51.2595186]},"properties":{"@type":"node","@id":8897919820,"@timestamp":1625570137},"coords":"51.2595186,0.4831914","bedrooms":"0","price":"212000","area":"527"} , +{"type":"Feature","id":"n8898096718","geometry":{"type":"Point","coordinates":[0.7875471,51.4285582]},"properties":{"@type":"node","@id":8898096718,"@timestamp":1625574864},"coords":"51.4285582,0.7875471","bedrooms":"0","price":"285000","area":"390"} , +{"type":"Feature","id":"n8898165093","geometry":{"type":"Point","coordinates":[0.3758936,51.057591]},"properties":{"@type":"node","@id":8898165093,"@timestamp":1625577360},"coords":"51.057591,0.3758936","bedrooms":"2","price":"185000","area":"476"} , +{"type":"Feature","id":"n8898207743","geometry":{"type":"Point","coordinates":[-0.8476135,51.4065631]},"properties":{"@type":"node","@id":8898207743,"@timestamp":1625578675},"coords":"51.4065631,-0.8476135","bedrooms":"2","price":"174000","area":"498"} , +{"type":"Feature","id":"n8898207783","geometry":{"type":"Point","coordinates":[-0.8467611,51.3998427]},"properties":{"@type":"node","@id":8898207783,"@timestamp":1625578675},"coords":"51.3998427,-0.8467611","bedrooms":"3","price":"254000","area":"364"} , +{"type":"Feature","id":"n8898416379","geometry":{"type":"Point","coordinates":[0.0039291,51.4722723]},"properties":{"@type":"node","@id":8898416379,"@timestamp":1625584545},"coords":"51.4722723,0.0039291","bedrooms":"1","price":"247000","area":"620"} , +{"type":"Feature","id":"n8898432910","geometry":{"type":"Point","coordinates":[-0.0356504,51.8225335]},"properties":{"@type":"node","@id":8898432910,"@timestamp":1625584049},"coords":"51.8225335,-0.0356504","bedrooms":"0","price":"253000","area":"624"} , +{"type":"Feature","id":"n8898495655","geometry":{"type":"Point","coordinates":[0.127667,51.5400033]},"properties":{"@type":"node","@id":8898495655,"@timestamp":1625586424},"coords":"51.5400033,0.127667","bedrooms":"3","price":"184000","area":"643"} , +{"type":"Feature","id":"n8898515459","geometry":{"type":"Point","coordinates":[0.0177972,51.4044148]},"properties":{"@type":"node","@id":8898515459,"@timestamp":1625586602},"coords":"51.4044148,0.0177972","bedrooms":"0","price":"168000","area":"360"} , +{"type":"Feature","id":"n8898515469","geometry":{"type":"Point","coordinates":[0.0177405,51.4046798]},"properties":{"@type":"node","@id":8898515469,"@timestamp":1625586602},"coords":"51.4046798,0.0177405","bedrooms":"4","price":"168000","area":"651"} , +{"type":"Feature","id":"n8898515479","geometry":{"type":"Point","coordinates":[0.0184554,51.4049745]},"properties":{"@type":"node","@id":8898515479,"@timestamp":1625586602},"coords":"51.4049745,0.0184554","bedrooms":"1","price":"289000","area":"467"} , +{"type":"Feature","id":"n8898532720","geometry":{"type":"Point","coordinates":[-0.8461784,51.4084833]},"properties":{"@type":"node","@id":8898532720,"@timestamp":1625587265},"coords":"51.4084833,-0.8461784","bedrooms":"0","price":"294000","area":"462"} , +{"type":"Feature","id":"n8898596377","geometry":{"type":"Point","coordinates":[-0.4369822,51.4516371]},"properties":{"@type":"node","@id":8898596377,"@timestamp":1625589677},"coords":"51.4516371,-0.4369822","bedrooms":"4","price":"210000","area":"683"} , +{"type":"Feature","id":"n8898610300","geometry":{"type":"Point","coordinates":[-0.1924381,51.5371815]},"properties":{"@type":"node","@id":8898610300,"@timestamp":1625590561},"coords":"51.5371815,-0.1924381","bedrooms":"4","price":"178000","area":"617"} , +{"type":"Feature","id":"n8898616664","geometry":{"type":"Point","coordinates":[-0.1941909,51.5386299]},"properties":{"@type":"node","@id":8898616664,"@timestamp":1625590094},"coords":"51.5386299,-0.1941909","bedrooms":"4","price":"271000","area":"552"} , +{"type":"Feature","id":"n8898668002","geometry":{"type":"Point","coordinates":[-0.0310527,51.8182379]},"properties":{"@type":"node","@id":8898668002,"@timestamp":1625592256},"coords":"51.8182379,-0.0310527","bedrooms":"3","price":"194000","area":"434"} , +{"type":"Feature","id":"n8898740471","geometry":{"type":"Point","coordinates":[0.4902808,51.1318089]},"properties":{"@type":"node","@id":8898740471,"@timestamp":1625593882},"coords":"51.1318089,0.4902808","bedrooms":"3","price":"291000","area":"672"} , +{"type":"Feature","id":"n8898855071","geometry":{"type":"Point","coordinates":[-0.2048994,51.5345892]},"properties":{"@type":"node","@id":8898855071,"@timestamp":1625598624},"coords":"51.5345892,-0.2048994","bedrooms":"1","price":"162000","area":"491"} , +{"type":"Feature","id":"n8898974328","geometry":{"type":"Point","coordinates":[0.0432202,51.5541687]},"properties":{"@type":"node","@id":8898974328,"@timestamp":1625600146},"coords":"51.5541687,0.0432202","bedrooms":"1","price":"298000","area":"618"} , +{"type":"Feature","id":"n8899041270","geometry":{"type":"Point","coordinates":[-0.8416565,51.4148109]},"properties":{"@type":"node","@id":8899041270,"@timestamp":1625602531},"coords":"51.4148109,-0.8416565","bedrooms":"2","price":"198000","area":"655"} , +{"type":"Feature","id":"n8899208236","geometry":{"type":"Point","coordinates":[0.794366,51.4358764]},"properties":{"@type":"node","@id":8899208236,"@timestamp":1625605395},"coords":"51.4358764,0.794366","bedrooms":"0","price":"273000","area":"460"} , +{"type":"Feature","id":"n8899319690","geometry":{"type":"Point","coordinates":[-0.1976727,51.4804688]},"properties":{"@type":"node","@id":8899319690,"@timestamp":1630436851},"coords":"51.4804688,-0.1976727","bedrooms":"3","price":"194000","area":"393"} , +{"type":"Feature","id":"n8899354960","geometry":{"type":"Point","coordinates":[0.0612481,51.6387877]},"properties":{"@type":"node","@id":8899354960,"@timestamp":1625610984},"coords":"51.6387877,0.0612481","bedrooms":"1","price":"261000","area":"378"} , +{"type":"Feature","id":"n8899419425","geometry":{"type":"Point","coordinates":[0.1478604,51.5416265]},"properties":{"@type":"node","@id":8899419425,"@timestamp":1625613768},"coords":"51.5416265,0.1478604","bedrooms":"4","price":"270000","area":"358"} , +{"type":"Feature","id":"n8899473114","geometry":{"type":"Point","coordinates":[0.1609199,51.5513504]},"properties":{"@type":"node","@id":8899473114,"@timestamp":1625616653},"coords":"51.5513504,0.1609199","bedrooms":"0","price":"230000","area":"640"} , +{"type":"Feature","id":"n8899498318","geometry":{"type":"Point","coordinates":[0.1608783,51.551442]},"properties":{"@type":"node","@id":8899498318,"@timestamp":1625616653},"coords":"51.551442,0.1608783","bedrooms":"1","price":"280000","area":"664"} , +{"type":"Feature","id":"n8899500147","geometry":{"type":"Point","coordinates":[0.1571507,51.5398572]},"properties":{"@type":"node","@id":8899500147,"@timestamp":1625618010},"coords":"51.5398572,0.1571507","bedrooms":"3","price":"252000","area":"542"} , +{"type":"Feature","id":"n8899534240","geometry":{"type":"Point","coordinates":[-0.1493941,51.4974721]},"properties":{"@type":"node","@id":8899534240,"@timestamp":1625619477},"coords":"51.4974721,-0.1493941","bedrooms":"3","price":"281000","area":"639"} , +{"type":"Feature","id":"n8899534287","geometry":{"type":"Point","coordinates":[-0.2526835,51.5449215]},"properties":{"@type":"node","@id":8899534287,"@timestamp":1625623123},"coords":"51.5449215,-0.2526835","bedrooms":"2","price":"192000","area":"666"} , +{"type":"Feature","id":"n8899574482","geometry":{"type":"Point","coordinates":[-0.1787182,51.4952933]},"properties":{"@type":"node","@id":8899574482,"@timestamp":1625623644},"coords":"51.4952933,-0.1787182","bedrooms":"3","price":"183000","area":"420"} , +{"type":"Feature","id":"n8899582421","geometry":{"type":"Point","coordinates":[-0.251667,51.546112]},"properties":{"@type":"node","@id":8899582421,"@timestamp":1625622429},"coords":"51.546112,-0.251667","bedrooms":"3","price":"215000","area":"503"} , +{"type":"Feature","id":"n8899590790","geometry":{"type":"Point","coordinates":[-0.1783641,51.4919483]},"properties":{"@type":"node","@id":8899590790,"@timestamp":1625623954},"coords":"51.4919483,-0.1783641","bedrooms":"0","price":"247000","area":"470"} , +{"type":"Feature","id":"n8899610249","geometry":{"type":"Point","coordinates":[-0.4998563,51.5804118]},"properties":{"@type":"node","@id":8899610249,"@timestamp":1625625059},"coords":"51.5804118,-0.4998563","bedrooms":"3","price":"280000","area":"635"} , +{"type":"Feature","id":"n8899636971","geometry":{"type":"Point","coordinates":[-0.4095061,51.5586827]},"properties":{"@type":"node","@id":8899636971,"@timestamp":1625627838},"coords":"51.5586827,-0.4095061","bedrooms":"0","price":"176000","area":"399"} , +{"type":"Feature","id":"n8899754823","geometry":{"type":"Point","coordinates":[-0.4688578,51.5601092]},"properties":{"@type":"node","@id":8899754823,"@timestamp":1625629648},"coords":"51.5601092,-0.4688578","bedrooms":"3","price":"170000","area":"380"} , +{"type":"Feature","id":"n8899956749","geometry":{"type":"Point","coordinates":[-0.2443602,51.4957958]},"properties":{"@type":"node","@id":8899956749,"@timestamp":1625636836},"coords":"51.4957958,-0.2443602","bedrooms":"0","price":"176000","area":"572"} , +{"type":"Feature","id":"n8900456616","geometry":{"type":"Point","coordinates":[-0.7516345,51.1593116]},"properties":{"@type":"node","@id":8900456616,"@timestamp":1625649536},"coords":"51.1593116,-0.7516345","bedrooms":"4","price":"282000","area":"637"} , +{"type":"Feature","id":"n8900639610","geometry":{"type":"Point","coordinates":[-0.1920664,51.8689972]},"properties":{"@type":"node","@id":8900639610,"@timestamp":1625653069},"coords":"51.8689972,-0.1920664","bedrooms":"3","price":"165000","area":"691"} , +{"type":"Feature","id":"n8900660344","geometry":{"type":"Point","coordinates":[-0.8356535,51.4081428]},"properties":{"@type":"node","@id":8900660344,"@timestamp":1625653411},"coords":"51.4081428,-0.8356535","bedrooms":"3","price":"164000","area":"506"} , +{"type":"Feature","id":"n8900669731","geometry":{"type":"Point","coordinates":[-0.4698404,51.5575423]},"properties":{"@type":"node","@id":8900669731,"@timestamp":1625653696},"coords":"51.5575423,-0.4698404","bedrooms":"2","price":"198000","area":"444"} , +{"type":"Feature","id":"n8900694438","geometry":{"type":"Point","coordinates":[-0.3860664,51.6736222]},"properties":{"@type":"node","@id":8900694438,"@timestamp":1630688433},"coords":"51.6736222,-0.3860664","bedrooms":"1","price":"229000","area":"562"} , +{"type":"Feature","id":"n8900758354","geometry":{"type":"Point","coordinates":[-0.2360318,51.404316]},"properties":{"@type":"node","@id":8900758354,"@timestamp":1625655800},"coords":"51.404316,-0.2360318","bedrooms":"1","price":"239000","area":"409"} , +{"type":"Feature","id":"n8900859621","geometry":{"type":"Point","coordinates":[-0.8372278,51.4075001]},"properties":{"@type":"node","@id":8900859621,"@timestamp":1625657893},"coords":"51.4075001,-0.8372278","bedrooms":"4","price":"201000","area":"368"} , +{"type":"Feature","id":"n8900859651","geometry":{"type":"Point","coordinates":[-0.8326551,51.4096801]},"properties":{"@type":"node","@id":8900859651,"@timestamp":1625657893},"coords":"51.4096801,-0.8326551","bedrooms":"4","price":"193000","area":"601"} , +{"type":"Feature","id":"n8900868423","geometry":{"type":"Point","coordinates":[-0.2524643,51.3327025]},"properties":{"@type":"node","@id":8900868423,"@timestamp":1625658218},"coords":"51.3327025,-0.2524643","bedrooms":"0","price":"251000","area":"630"} , +{"type":"Feature","id":"n8900893178","geometry":{"type":"Point","coordinates":[-0.4230416,51.6414952]},"properties":{"@type":"node","@id":8900893178,"@timestamp":1625658748},"coords":"51.6414952,-0.4230416","bedrooms":"3","price":"242000","area":"491"} , +{"type":"Feature","id":"n8900938560","geometry":{"type":"Point","coordinates":[-0.8238147,51.4114711]},"properties":{"@type":"node","@id":8900938560,"@timestamp":1625659386},"coords":"51.4114711,-0.8238147","bedrooms":"1","price":"234000","area":"380"} , +{"type":"Feature","id":"n8900977171","geometry":{"type":"Point","coordinates":[-0.4079136,51.652729]},"properties":{"@type":"node","@id":8900977171,"@timestamp":1631717143},"coords":"51.652729,-0.4079136","bedrooms":"0","price":"240000","area":"696"} , +{"type":"Feature","id":"n8901002247","geometry":{"type":"Point","coordinates":[-0.3671012,51.3705443]},"properties":{"@type":"node","@id":8901002247,"@timestamp":1625660914},"coords":"51.3705443,-0.3671012","bedrooms":"1","price":"215000","area":"559"} , +{"type":"Feature","id":"n8901013470","geometry":{"type":"Point","coordinates":[-0.3431111,51.4026841]},"properties":{"@type":"node","@id":8901013470,"@timestamp":1626271256},"coords":"51.4026841,-0.3431111","bedrooms":"3","price":"246000","area":"366"} , +{"type":"Feature","id":"n8901047342","geometry":{"type":"Point","coordinates":[-0.035409,51.4748931]},"properties":{"@type":"node","@id":8901047342,"@timestamp":1625662280},"coords":"51.4748931,-0.035409","bedrooms":"3","price":"271000","area":"378"} , +{"type":"Feature","id":"n8901093496","geometry":{"type":"Point","coordinates":[-0.4127742,51.7140068]},"properties":{"@type":"node","@id":8901093496,"@timestamp":1625663693},"coords":"51.7140068,-0.4127742","bedrooms":"0","price":"236000","area":"610"} , +{"type":"Feature","id":"n8901118397","geometry":{"type":"Point","coordinates":[-0.3080343,51.3023461]},"properties":{"@type":"node","@id":8901118397,"@timestamp":1625664235},"coords":"51.3023461,-0.3080343","bedrooms":"1","price":"236000","area":"373"} , +{"type":"Feature","id":"n8901119659","geometry":{"type":"Point","coordinates":[-0.3899132,51.7155874]},"properties":{"@type":"node","@id":8901119659,"@timestamp":1625663693},"coords":"51.7155874,-0.3899132","bedrooms":"2","price":"240000","area":"447"} , +{"type":"Feature","id":"n8901119693","geometry":{"type":"Point","coordinates":[-0.3744877,51.7156296]},"properties":{"@type":"node","@id":8901119693,"@timestamp":1625663693},"coords":"51.7156296,-0.3744877","bedrooms":"3","price":"223000","area":"630"} , +{"type":"Feature","id":"n8901119716","geometry":{"type":"Point","coordinates":[-0.379318,51.7161946]},"properties":{"@type":"node","@id":8901119716,"@timestamp":1633714558},"coords":"51.7161946,-0.379318","bedrooms":"4","price":"190000","area":"671"} , +{"type":"Feature","id":"n8901119748","geometry":{"type":"Point","coordinates":[-0.3659266,51.713199]},"properties":{"@type":"node","@id":8901119748,"@timestamp":1625663693},"coords":"51.713199,-0.3659266","bedrooms":"2","price":"245000","area":"573"} , +{"type":"Feature","id":"n8901119825","geometry":{"type":"Point","coordinates":[-0.3862649,51.7210742]},"properties":{"@type":"node","@id":8901119825,"@timestamp":1633714558},"coords":"51.7210742,-0.3862649","bedrooms":"3","price":"273000","area":"381"} , +{"type":"Feature","id":"n8901119968","geometry":{"type":"Point","coordinates":[-0.3686824,51.71449]},"properties":{"@type":"node","@id":8901119968,"@timestamp":1633714558},"coords":"51.71449,-0.3686824","bedrooms":"4","price":"261000","area":"598"} , +{"type":"Feature","id":"n8901120017","geometry":{"type":"Point","coordinates":[-0.381758,51.7165266]},"properties":{"@type":"node","@id":8901120017,"@timestamp":1625663693},"coords":"51.7165266,-0.381758","bedrooms":"1","price":"174000","area":"360"} , +{"type":"Feature","id":"n8901120099","geometry":{"type":"Point","coordinates":[-0.3876748,51.7211537]},"properties":{"@type":"node","@id":8901120099,"@timestamp":1625663693},"coords":"51.7211537,-0.3876748","bedrooms":"0","price":"191000","area":"696"} , +{"type":"Feature","id":"n8901120142","geometry":{"type":"Point","coordinates":[-0.3921418,51.7153118]},"properties":{"@type":"node","@id":8901120142,"@timestamp":1625663693},"coords":"51.7153118,-0.3921418","bedrooms":"0","price":"154000","area":"574"} , +{"type":"Feature","id":"n8901120249","geometry":{"type":"Point","coordinates":[-0.3168334,51.299028]},"properties":{"@type":"node","@id":8901120249,"@timestamp":1625663991},"coords":"51.299028,-0.3168334","bedrooms":"1","price":"287000","area":"372"} , +{"type":"Feature","id":"n8901155597","geometry":{"type":"Point","coordinates":[-0.8253019,51.4076901]},"properties":{"@type":"node","@id":8901155597,"@timestamp":1625664816},"coords":"51.4076901,-0.8253019","bedrooms":"3","price":"236000","area":"623"} , +{"type":"Feature","id":"n8901161227","geometry":{"type":"Point","coordinates":[-0.8187505,51.4085426]},"properties":{"@type":"node","@id":8901161227,"@timestamp":1625664816},"coords":"51.4085426,-0.8187505","bedrooms":"3","price":"226000","area":"585"} , +{"type":"Feature","id":"n8901161241","geometry":{"type":"Point","coordinates":[-0.8140208,51.409057]},"properties":{"@type":"node","@id":8901161241,"@timestamp":1625664816},"coords":"51.409057,-0.8140208","bedrooms":"2","price":"187000","area":"597"} , +{"type":"Feature","id":"n8901355611","geometry":{"type":"Point","coordinates":[-0.0419806,51.5224078]},"properties":{"@type":"node","@id":8901355611,"@timestamp":1625670878},"coords":"51.5224078,-0.0419806","bedrooms":"3","price":"221000","area":"375"} , +{"type":"Feature","id":"n8901451038","geometry":{"type":"Point","coordinates":[-0.8082847,51.4068795]},"properties":{"@type":"node","@id":8901451038,"@timestamp":1625671827},"coords":"51.4068795,-0.8082847","bedrooms":"0","price":"230000","area":"606"} , +{"type":"Feature","id":"n8901451065","geometry":{"type":"Point","coordinates":[-0.8093736,51.4082044]},"properties":{"@type":"node","@id":8901451065,"@timestamp":1625671827},"coords":"51.4082044,-0.8093736","bedrooms":"0","price":"152000","area":"392"} , +{"type":"Feature","id":"n8901451075","geometry":{"type":"Point","coordinates":[-0.8099236,51.408385]},"properties":{"@type":"node","@id":8901451075,"@timestamp":1625671827},"coords":"51.408385,-0.8099236","bedrooms":"0","price":"213000","area":"636"} , +{"type":"Feature","id":"n8901451085","geometry":{"type":"Point","coordinates":[-0.8106375,51.4084351]},"properties":{"@type":"node","@id":8901451085,"@timestamp":1625671827},"coords":"51.4084351,-0.8106375","bedrooms":"1","price":"163000","area":"479"} , +{"type":"Feature","id":"n8901451098","geometry":{"type":"Point","coordinates":[-0.8106944,51.4088723]},"properties":{"@type":"node","@id":8901451098,"@timestamp":1625671827},"coords":"51.4088723,-0.8106944","bedrooms":"3","price":"205000","area":"697"} , +{"type":"Feature","id":"n8901451108","geometry":{"type":"Point","coordinates":[-0.811553,51.4094809]},"properties":{"@type":"node","@id":8901451108,"@timestamp":1625671827},"coords":"51.4094809,-0.811553","bedrooms":"4","price":"197000","area":"547"} , +{"type":"Feature","id":"n8901451127","geometry":{"type":"Point","coordinates":[-0.8098178,51.4097479]},"properties":{"@type":"node","@id":8901451127,"@timestamp":1625671827},"coords":"51.4097479,-0.8098178","bedrooms":"0","price":"181000","area":"379"} , +{"type":"Feature","id":"n8901451150","geometry":{"type":"Point","coordinates":[-0.8062413,51.41129]},"properties":{"@type":"node","@id":8901451150,"@timestamp":1625671827},"coords":"51.41129,-0.8062413","bedrooms":"2","price":"254000","area":"574"} , +{"type":"Feature","id":"n8901451167","geometry":{"type":"Point","coordinates":[-0.8065288,51.411326]},"properties":{"@type":"node","@id":8901451167,"@timestamp":1625671827},"coords":"51.411326,-0.8065288","bedrooms":"2","price":"291000","area":"510"} , +{"type":"Feature","id":"n8901451181","geometry":{"type":"Point","coordinates":[-0.8085843,51.4105939]},"properties":{"@type":"node","@id":8901451181,"@timestamp":1625671827},"coords":"51.4105939,-0.8085843","bedrooms":"3","price":"272000","area":"568"} , +{"type":"Feature","id":"n8901715685","geometry":{"type":"Point","coordinates":[-0.2768182,51.4643141]},"properties":{"@type":"node","@id":8901715685,"@timestamp":1625929538},"coords":"51.4643141,-0.2768182","bedrooms":"2","price":"267000","area":"686"} , +{"type":"Feature","id":"n8901732403","geometry":{"type":"Point","coordinates":[-0.4986941,51.7613105]},"properties":{"@type":"node","@id":8901732403,"@timestamp":1625680134},"coords":"51.7613105,-0.4986941","bedrooms":"3","price":"176000","area":"503"} , +{"type":"Feature","id":"n8901742606","geometry":{"type":"Point","coordinates":[-0.5210911,51.6573927]},"properties":{"@type":"node","@id":8901742606,"@timestamp":1625680292},"coords":"51.6573927,-0.5210911","bedrooms":"0","price":"295000","area":"484"} , +{"type":"Feature","id":"n8901788759","geometry":{"type":"Point","coordinates":[-1.0124848,51.4482297]},"properties":{"@type":"node","@id":8901788759,"@timestamp":1625682811},"coords":"51.4482297,-1.0124848","bedrooms":"3","price":"285000","area":"605"} , +{"type":"Feature","id":"n8901864000","geometry":{"type":"Point","coordinates":[0.3757245,51.4526898]},"properties":{"@type":"node","@id":8901864000,"@timestamp":1625684246},"coords":"51.4526898,0.3757245","bedrooms":"3","price":"272000","area":"486"} , +{"type":"Feature","id":"n8901864143","geometry":{"type":"Point","coordinates":[0.3743765,51.4521207]},"properties":{"@type":"node","@id":8901864143,"@timestamp":1625684246},"coords":"51.4521207,0.3743765","bedrooms":"2","price":"258000","area":"502"} , +{"type":"Feature","id":"n8901923851","geometry":{"type":"Point","coordinates":[0.3746934,51.4528626]},"properties":{"@type":"node","@id":8901923851,"@timestamp":1625686338},"coords":"51.4528626,0.3746934","bedrooms":"4","price":"274000","area":"382"} , +{"type":"Feature","id":"n8902313651","geometry":{"type":"Point","coordinates":[-0.3650413,51.4443515]},"properties":{"@type":"node","@id":8902313651,"@timestamp":1628693639},"coords":"51.4443515,-0.3650413","bedrooms":"0","price":"188000","area":"623"} , +{"type":"Feature","id":"n8902336323","geometry":{"type":"Point","coordinates":[-0.3294515,51.4486498]},"properties":{"@type":"node","@id":8902336323,"@timestamp":1625696578},"coords":"51.4486498,-0.3294515","bedrooms":"4","price":"248000","area":"511"} , +{"type":"Feature","id":"n8902336406","geometry":{"type":"Point","coordinates":[-0.4478147,51.2200944]},"properties":{"@type":"node","@id":8902336406,"@timestamp":1625699194},"coords":"51.2200944,-0.4478147","bedrooms":"2","price":"256000","area":"681"} , +{"type":"Feature","id":"n8902338666","geometry":{"type":"Point","coordinates":[-0.5392065,51.4972246]},"properties":{"@type":"node","@id":8902338666,"@timestamp":1625696918},"coords":"51.4972246,-0.5392065","bedrooms":"3","price":"250000","area":"432"} , +{"type":"Feature","id":"n8902338676","geometry":{"type":"Point","coordinates":[-0.5399017,51.497437]},"properties":{"@type":"node","@id":8902338676,"@timestamp":1625696918},"coords":"51.497437,-0.5399017","bedrooms":"2","price":"170000","area":"396"} , +{"type":"Feature","id":"n8902338686","geometry":{"type":"Point","coordinates":[-0.5390842,51.4960437]},"properties":{"@type":"node","@id":8902338686,"@timestamp":1625696918},"coords":"51.4960437,-0.5390842","bedrooms":"2","price":"242000","area":"573"} , +{"type":"Feature","id":"n8902338696","geometry":{"type":"Point","coordinates":[-0.5395949,51.4979353]},"properties":{"@type":"node","@id":8902338696,"@timestamp":1625696918},"coords":"51.4979353,-0.5395949","bedrooms":"3","price":"287000","area":"539"} , +{"type":"Feature","id":"n8902338706","geometry":{"type":"Point","coordinates":[-0.5422836,51.4969508]},"properties":{"@type":"node","@id":8902338706,"@timestamp":1625696918},"coords":"51.4969508,-0.5422836","bedrooms":"4","price":"156000","area":"591"} , +{"type":"Feature","id":"n8902358484","geometry":{"type":"Point","coordinates":[-0.3029141,51.4547147]},"properties":{"@type":"node","@id":8902358484,"@timestamp":1632218019},"coords":"51.4547147,-0.3029141","bedrooms":"2","price":"216000","area":"413"} , +{"type":"Feature","id":"n8902376780","geometry":{"type":"Point","coordinates":[-0.5286372,51.1391155]},"properties":{"@type":"node","@id":8902376780,"@timestamp":1625698640},"coords":"51.1391155,-0.5286372","bedrooms":"2","price":"269000","area":"592"} , +{"type":"Feature","id":"n8902376816","geometry":{"type":"Point","coordinates":[-0.5103724,51.2222451]},"properties":{"@type":"node","@id":8902376816,"@timestamp":1625698640},"coords":"51.2222451,-0.5103724","bedrooms":"3","price":"234000","area":"484"} , +{"type":"Feature","id":"n8902376941","geometry":{"type":"Point","coordinates":[-0.5723494,51.2382996]},"properties":{"@type":"node","@id":8902376941,"@timestamp":1625698640},"coords":"51.2382996,-0.5723494","bedrooms":"3","price":"241000","area":"487"} , +{"type":"Feature","id":"n8902404148","geometry":{"type":"Point","coordinates":[-0.5471053,51.7512939]},"properties":{"@type":"node","@id":8902404148,"@timestamp":1625701431},"coords":"51.7512939,-0.5471053","bedrooms":"1","price":"299000","area":"657"} , +{"type":"Feature","id":"n8902408415","geometry":{"type":"Point","coordinates":[-0.3397819,51.4262176]},"properties":{"@type":"node","@id":8902408415,"@timestamp":1625703479},"coords":"51.4262176,-0.3397819","bedrooms":"0","price":"191000","area":"607"} , +{"type":"Feature","id":"n8902458646","geometry":{"type":"Point","coordinates":[-0.1209252,51.387158]},"properties":{"@type":"node","@id":8902458646,"@timestamp":1625706959},"coords":"51.387158,-0.1209252","bedrooms":"4","price":"168000","area":"552"} , +{"type":"Feature","id":"n8902466521","geometry":{"type":"Point","coordinates":[-0.19241,51.3649504]},"properties":{"@type":"node","@id":8902466521,"@timestamp":1625704737},"coords":"51.3649504,-0.19241","bedrooms":"1","price":"196000","area":"658"} , +{"type":"Feature","id":"n8902491358","geometry":{"type":"Point","coordinates":[-0.1185556,51.3745572]},"properties":{"@type":"node","@id":8902491358,"@timestamp":1625706266},"coords":"51.3745572,-0.1185556","bedrooms":"0","price":"210000","area":"646"} , +{"type":"Feature","id":"n8902499864","geometry":{"type":"Point","coordinates":[-0.1173408,51.3921047]},"properties":{"@type":"node","@id":8902499864,"@timestamp":1625706873},"coords":"51.3921047,-0.1173408","bedrooms":"3","price":"224000","area":"503"} , +{"type":"Feature","id":"n8902534454","geometry":{"type":"Point","coordinates":[-0.2160663,51.4244634]},"properties":{"@type":"node","@id":8902534454,"@timestamp":1625707417},"coords":"51.4244634,-0.2160663","bedrooms":"1","price":"255000","area":"624"} , +{"type":"Feature","id":"n8902610926","geometry":{"type":"Point","coordinates":[-0.1617586,51.4106385]},"properties":{"@type":"node","@id":8902610926,"@timestamp":1625709100},"coords":"51.4106385,-0.1617586","bedrooms":"1","price":"202000","area":"402"} , +{"type":"Feature","id":"n8902619459","geometry":{"type":"Point","coordinates":[-0.2456061,51.3993204]},"properties":{"@type":"node","@id":8902619459,"@timestamp":1625711065},"coords":"51.3993204,-0.2456061","bedrooms":"4","price":"233000","area":"381"} , +{"type":"Feature","id":"n8902697692","geometry":{"type":"Point","coordinates":[-0.2408684,51.3998196]},"properties":{"@type":"node","@id":8902697692,"@timestamp":1625711344},"coords":"51.3998196,-0.2408684","bedrooms":"4","price":"201000","area":"415"} , +{"type":"Feature","id":"n8902721813","geometry":{"type":"Point","coordinates":[0.0134808,51.3684449]},"properties":{"@type":"node","@id":8902721813,"@timestamp":1625712463},"coords":"51.3684449,0.0134808","bedrooms":"4","price":"217000","area":"425"} , +{"type":"Feature","id":"n8902742026","geometry":{"type":"Point","coordinates":[-0.1678138,51.13349]},"properties":{"@type":"node","@id":8902742026,"@timestamp":1625712161},"coords":"51.13349,-0.1678138","bedrooms":"2","price":"210000","area":"369"} , +{"type":"Feature","id":"n8902759893","geometry":{"type":"Point","coordinates":[0.4183139,51.2893812]},"properties":{"@type":"node","@id":8902759893,"@timestamp":1625714074},"coords":"51.2893812,0.4183139","bedrooms":"4","price":"182000","area":"496"} , +{"type":"Feature","id":"n8902917528","geometry":{"type":"Point","coordinates":[-0.5636394,51.1228775]},"properties":{"@type":"node","@id":8902917528,"@timestamp":1625719392},"coords":"51.1228775,-0.5636394","bedrooms":"2","price":"153000","area":"609"} , +{"type":"Feature","id":"n8903279132","geometry":{"type":"Point","coordinates":[-0.3128999,51.0747028]},"properties":{"@type":"node","@id":8903279132,"@timestamp":1625724028},"coords":"51.0747028,-0.3128999","bedrooms":"1","price":"295000","area":"595"} , +{"type":"Feature","id":"n8903391468","geometry":{"type":"Point","coordinates":[-0.5825482,51.0888243]},"properties":{"@type":"node","@id":8903391468,"@timestamp":1625727182},"coords":"51.0888243,-0.5825482","bedrooms":"4","price":"251000","area":"599"} , +{"type":"Feature","id":"n8903776262","geometry":{"type":"Point","coordinates":[-0.3122695,51.0797236]},"properties":{"@type":"node","@id":8903776262,"@timestamp":1625735067},"coords":"51.0797236,-0.3122695","bedrooms":"3","price":"295000","area":"476"} , +{"type":"Feature","id":"n8903820138","geometry":{"type":"Point","coordinates":[-0.0158,51.5407694]},"properties":{"@type":"node","@id":8903820138,"@timestamp":1625735863},"coords":"51.5407694,-0.0158","bedrooms":"4","price":"255000","area":"652"} , +{"type":"Feature","id":"n8903954838","geometry":{"type":"Point","coordinates":[7.19e-05,51.0314117]},"properties":{"@type":"node","@id":8903954838,"@timestamp":1625738988},"coords":"51.0314117,7.19e-05","bedrooms":"0","price":"158000","area":"639"} , +{"type":"Feature","id":"n8903954848","geometry":{"type":"Point","coordinates":[0.0095452,51.0277913]},"properties":{"@type":"node","@id":8903954848,"@timestamp":1625738988},"coords":"51.0277913,0.0095452","bedrooms":"3","price":"224000","area":"622"} , +{"type":"Feature","id":"n8903954858","geometry":{"type":"Point","coordinates":[0.0032043,51.0296526]},"properties":{"@type":"node","@id":8903954858,"@timestamp":1625738988},"coords":"51.0296526,0.0032043","bedrooms":"2","price":"216000","area":"550"} , +{"type":"Feature","id":"n8903973401","geometry":{"type":"Point","coordinates":[-0.5270392,51.7416291]},"properties":{"@type":"node","@id":8903973401,"@timestamp":1625739212},"coords":"51.7416291,-0.5270392","bedrooms":"1","price":"226000","area":"565"} , +{"type":"Feature","id":"n8904125742","geometry":{"type":"Point","coordinates":[-0.4711518,51.6391914]},"properties":{"@type":"node","@id":8904125742,"@timestamp":1625742267},"coords":"51.6391914,-0.4711518","bedrooms":"3","price":"203000","area":"698"} , +{"type":"Feature","id":"n8904142915","geometry":{"type":"Point","coordinates":[-0.0470636,51.5477672]},"properties":{"@type":"node","@id":8904142915,"@timestamp":1625743160},"coords":"51.5477672,-0.0470636","bedrooms":"1","price":"174000","area":"687"} , +{"type":"Feature","id":"n8904314077","geometry":{"type":"Point","coordinates":[-0.3747918,51.7066363]},"properties":{"@type":"node","@id":8904314077,"@timestamp":1625746342},"coords":"51.7066363,-0.3747918","bedrooms":"3","price":"200000","area":"514"} , +{"type":"Feature","id":"n8904314097","geometry":{"type":"Point","coordinates":[-0.3758252,51.7081945]},"properties":{"@type":"node","@id":8904314097,"@timestamp":1625746342},"coords":"51.7081945,-0.3758252","bedrooms":"3","price":"247000","area":"666"} , +{"type":"Feature","id":"n8904319837","geometry":{"type":"Point","coordinates":[-0.3738911,51.7126706]},"properties":{"@type":"node","@id":8904319837,"@timestamp":1627142685},"coords":"51.7126706,-0.3738911","bedrooms":"1","price":"297000","area":"553"} , +{"type":"Feature","id":"n8904344881","geometry":{"type":"Point","coordinates":[-0.539022,51.4989572]},"properties":{"@type":"node","@id":8904344881,"@timestamp":1625748168},"coords":"51.4989572,-0.539022","bedrooms":"2","price":"174000","area":"436"} , +{"type":"Feature","id":"n8904359408","geometry":{"type":"Point","coordinates":[-0.18815,51.1670598]},"properties":{"@type":"node","@id":8904359408,"@timestamp":1625747313},"coords":"51.1670598,-0.18815","bedrooms":"0","price":"193000","area":"499"} , +{"type":"Feature","id":"n8904410635","geometry":{"type":"Point","coordinates":[-0.5384083,51.4943411]},"properties":{"@type":"node","@id":8904410635,"@timestamp":1625748778},"coords":"51.4943411,-0.5384083","bedrooms":"3","price":"240000","area":"575"} , +{"type":"Feature","id":"n8904410645","geometry":{"type":"Point","coordinates":[-0.5446503,51.4959596]},"properties":{"@type":"node","@id":8904410645,"@timestamp":1625748778},"coords":"51.4959596,-0.5446503","bedrooms":"2","price":"254000","area":"641"} , +{"type":"Feature","id":"n8904410655","geometry":{"type":"Point","coordinates":[-0.5439111,51.4956116]},"properties":{"@type":"node","@id":8904410655,"@timestamp":1625748778},"coords":"51.4956116,-0.5439111","bedrooms":"3","price":"223000","area":"402"} , +{"type":"Feature","id":"n8904410665","geometry":{"type":"Point","coordinates":[-0.5437212,51.4964191]},"properties":{"@type":"node","@id":8904410665,"@timestamp":1625748778},"coords":"51.4964191,-0.5437212","bedrooms":"2","price":"254000","area":"435"} , +{"type":"Feature","id":"n8904426337","geometry":{"type":"Point","coordinates":[-0.4718616,51.6394667]},"properties":{"@type":"node","@id":8904426337,"@timestamp":1625749388},"coords":"51.6394667,-0.4718616","bedrooms":"0","price":"186000","area":"377"} , +{"type":"Feature","id":"n8904534872","geometry":{"type":"Point","coordinates":[-0.8634099,51.101237]},"properties":{"@type":"node","@id":8904534872,"@timestamp":1625752256},"coords":"51.101237,-0.8634099","bedrooms":"4","price":"295000","area":"427"} , +{"type":"Feature","id":"n8904732970","geometry":{"type":"Point","coordinates":[-0.0191639,51.577128]},"properties":{"@type":"node","@id":8904732970,"@timestamp":1625759089},"coords":"51.577128,-0.0191639","bedrooms":"2","price":"244000","area":"623"} , +{"type":"Feature","id":"n8904886764","geometry":{"type":"Point","coordinates":[0.1872718,51.0191694]},"properties":{"@type":"node","@id":8904886764,"@timestamp":1625764104},"coords":"51.0191694,0.1872718","bedrooms":"3","price":"150000","area":"392"} , +{"type":"Feature","id":"n8905034863","geometry":{"type":"Point","coordinates":[0.3750706,51.4523006]},"properties":{"@type":"node","@id":8905034863,"@timestamp":1625769303},"coords":"51.4523006,0.3750706","bedrooms":"4","price":"242000","area":"679"} , +{"type":"Feature","id":"n8905041121","geometry":{"type":"Point","coordinates":[0.3746007,51.4520932]},"properties":{"@type":"node","@id":8905041121,"@timestamp":1625769303},"coords":"51.4520932,0.3746007","bedrooms":"3","price":"159000","area":"381"} , +{"type":"Feature","id":"n8905077045","geometry":{"type":"Point","coordinates":[0.0484657,51.5156766]},"properties":{"@type":"node","@id":8905077045,"@timestamp":1625770650},"coords":"51.5156766,0.0484657","bedrooms":"3","price":"192000","area":"376"} , +{"type":"Feature","id":"n8905083371","geometry":{"type":"Point","coordinates":[0.1659167,51.5262226]},"properties":{"@type":"node","@id":8905083371,"@timestamp":1625771770},"coords":"51.5262226,0.1659167","bedrooms":"4","price":"268000","area":"475"} , +{"type":"Feature","id":"n8905103131","geometry":{"type":"Point","coordinates":[0.1330464,51.5712466]},"properties":{"@type":"node","@id":8905103131,"@timestamp":1625771031},"coords":"51.5712466,0.1330464","bedrooms":"1","price":"293000","area":"421"} , +{"type":"Feature","id":"n8905153241","geometry":{"type":"Point","coordinates":[-0.8032499,51.6433079]},"properties":{"@type":"node","@id":8905153241,"@timestamp":1625772607},"coords":"51.6433079,-0.8032499","bedrooms":"0","price":"245000","area":"508"} , +{"type":"Feature","id":"n8905577251","geometry":{"type":"Point","coordinates":[-0.4214859,51.0887636]},"properties":{"@type":"node","@id":8905577251,"@timestamp":1625780005},"coords":"51.0887636,-0.4214859","bedrooms":"3","price":"282000","area":"581"} , +{"type":"Feature","id":"n8905647121","geometry":{"type":"Point","coordinates":[0.1512317,51.7915228]},"properties":{"@type":"node","@id":8905647121,"@timestamp":1625781918},"coords":"51.7915228,0.1512317","bedrooms":"3","price":"295000","area":"490"} , +{"type":"Feature","id":"n8905672843","geometry":{"type":"Point","coordinates":[0.0202965,51.4764835]},"properties":{"@type":"node","@id":8905672843,"@timestamp":1625783412},"coords":"51.4764835,0.0202965","bedrooms":"3","price":"284000","area":"485"} , +{"type":"Feature","id":"n8905694463","geometry":{"type":"Point","coordinates":[0.104298,51.7520289]},"properties":{"@type":"node","@id":8905694463,"@timestamp":1625786046},"coords":"51.7520289,0.104298","bedrooms":"0","price":"208000","area":"670"} , +{"type":"Feature","id":"n8905699772","geometry":{"type":"Point","coordinates":[-0.4756193,51.5159049]},"properties":{"@type":"node","@id":8905699772,"@timestamp":1636179142},"coords":"51.5159049,-0.4756193","bedrooms":"1","price":"239000","area":"567"} , +{"type":"Feature","id":"n8905699813","geometry":{"type":"Point","coordinates":[-0.4747502,51.5154467]},"properties":{"@type":"node","@id":8905699813,"@timestamp":1625785769},"coords":"51.5154467,-0.4747502","bedrooms":"3","price":"299000","area":"362"} , +{"type":"Feature","id":"n8905711256","geometry":{"type":"Point","coordinates":[-0.3023984,51.432749]},"properties":{"@type":"node","@id":8905711256,"@timestamp":1625787610},"coords":"51.432749,-0.3023984","bedrooms":"3","price":"299000","area":"668"} , +{"type":"Feature","id":"n8905730203","geometry":{"type":"Point","coordinates":[-0.2860831,51.5548593]},"properties":{"@type":"node","@id":8905730203,"@timestamp":1625788489},"coords":"51.5548593,-0.2860831","bedrooms":"0","price":"152000","area":"595"} , +{"type":"Feature","id":"n8905741618","geometry":{"type":"Point","coordinates":[0.0353572,51.4524308]},"properties":{"@type":"node","@id":8905741618,"@timestamp":1625789405},"coords":"51.4524308,0.0353572","bedrooms":"1","price":"295000","area":"556"} , +{"type":"Feature","id":"n8905748244","geometry":{"type":"Point","coordinates":[0.4246884,51.3096619]},"properties":{"@type":"node","@id":8905748244,"@timestamp":1625790400},"coords":"51.3096619,0.4246884","bedrooms":"1","price":"221000","area":"390"} , +{"type":"Feature","id":"n8905758599","geometry":{"type":"Point","coordinates":[-0.8684084,51.0504711]},"properties":{"@type":"node","@id":8905758599,"@timestamp":1625792685},"coords":"51.0504711,-0.8684084","bedrooms":"1","price":"201000","area":"616"} , +{"type":"Feature","id":"n8905759829","geometry":{"type":"Point","coordinates":[-0.5872424,51.2375567]},"properties":{"@type":"node","@id":8905759829,"@timestamp":1625791475},"coords":"51.2375567,-0.5872424","bedrooms":"4","price":"275000","area":"504"} , +{"type":"Feature","id":"n8905829254","geometry":{"type":"Point","coordinates":[-0.9104626,51.0638106]},"properties":{"@type":"node","@id":8905829254,"@timestamp":1625797044},"coords":"51.0638106,-0.9104626","bedrooms":"3","price":"156000","area":"648"} , +{"type":"Feature","id":"n8905849757","geometry":{"type":"Point","coordinates":[-0.0298962,51.5763804]},"properties":{"@type":"node","@id":8905849757,"@timestamp":1625797086},"coords":"51.5763804,-0.0298962","bedrooms":"4","price":"265000","area":"476"} , +{"type":"Feature","id":"n8905901804","geometry":{"type":"Point","coordinates":[-0.05817,51.0542622]},"properties":{"@type":"node","@id":8905901804,"@timestamp":1625800209},"coords":"51.0542622,-0.05817","bedrooms":"4","price":"274000","area":"547"} , +{"type":"Feature","id":"n8905931633","geometry":{"type":"Point","coordinates":[-0.0276189,51.5693554]},"properties":{"@type":"node","@id":8905931633,"@timestamp":1625800780},"coords":"51.5693554,-0.0276189","bedrooms":"2","price":"174000","area":"654"} , +{"type":"Feature","id":"n8905996757","geometry":{"type":"Point","coordinates":[-0.0203105,51.5719515]},"properties":{"@type":"node","@id":8905996757,"@timestamp":1625802491},"coords":"51.5719515,-0.0203105","bedrooms":"2","price":"228000","area":"658"} , +{"type":"Feature","id":"n8906075830","geometry":{"type":"Point","coordinates":[-0.4063791,51.8871492]},"properties":{"@type":"node","@id":8906075830,"@timestamp":1625805389},"coords":"51.8871492,-0.4063791","bedrooms":"2","price":"230000","area":"681"} , +{"type":"Feature","id":"n8906236278","geometry":{"type":"Point","coordinates":[-0.4224879,51.1346743]},"properties":{"@type":"node","@id":8906236278,"@timestamp":1625810415},"coords":"51.1346743,-0.4224879","bedrooms":"1","price":"167000","area":"390"} , +{"type":"Feature","id":"n8906420034","geometry":{"type":"Point","coordinates":[-0.5241209,51.009048]},"properties":{"@type":"node","@id":8906420034,"@timestamp":1625814757},"coords":"51.009048,-0.5241209","bedrooms":"2","price":"161000","area":"435"} , +{"type":"Feature","id":"n8906464325","geometry":{"type":"Point","coordinates":[0.14874,51.484109]},"properties":{"@type":"node","@id":8906464325,"@timestamp":1625815709},"coords":"51.484109,0.14874","bedrooms":"4","price":"276000","area":"433"} , +{"type":"Feature","id":"n8906543054","geometry":{"type":"Point","coordinates":[-0.323944,51.0379064]},"properties":{"@type":"node","@id":8906543054,"@timestamp":1625817930},"coords":"51.0379064,-0.323944","bedrooms":"4","price":"209000","area":"515"} , +{"type":"Feature","id":"n8906595988","geometry":{"type":"Point","coordinates":[-0.2241396,51.3118443]},"properties":{"@type":"node","@id":8906595988,"@timestamp":1625819168},"coords":"51.3118443,-0.2241396","bedrooms":"0","price":"284000","area":"540"} , +{"type":"Feature","id":"n8906638848","geometry":{"type":"Point","coordinates":[0.3053356,51.6211618]},"properties":{"@type":"node","@id":8906638848,"@timestamp":1625820500},"coords":"51.6211618,0.3053356","bedrooms":"4","price":"253000","area":"656"} , +{"type":"Feature","id":"n8906659174","geometry":{"type":"Point","coordinates":[-0.048331,51.4114551]},"properties":{"@type":"node","@id":8906659174,"@timestamp":1625820944},"coords":"51.4114551,-0.048331","bedrooms":"3","price":"287000","area":"450"} , +{"type":"Feature","id":"n8906732102","geometry":{"type":"Point","coordinates":[-0.1883101,51.1682551]},"properties":{"@type":"node","@id":8906732102,"@timestamp":1625822170},"coords":"51.1682551,-0.1883101","bedrooms":"4","price":"236000","area":"395"} , +{"type":"Feature","id":"n8906737409","geometry":{"type":"Point","coordinates":[-0.1894149,51.1695914]},"properties":{"@type":"node","@id":8906737409,"@timestamp":1625822726},"coords":"51.1695914,-0.1894149","bedrooms":"1","price":"224000","area":"460"} , +{"type":"Feature","id":"n8906795860","geometry":{"type":"Point","coordinates":[0.3329871,51.0685234]},"properties":{"@type":"node","@id":8906795860,"@timestamp":1625824651},"coords":"51.0685234,0.3329871","bedrooms":"1","price":"265000","area":"541"} , +{"type":"Feature","id":"n8906918386","geometry":{"type":"Point","coordinates":[-0.0206745,51.5418023]},"properties":{"@type":"node","@id":8906918386,"@timestamp":1625827424},"coords":"51.5418023,-0.0206745","bedrooms":"2","price":"184000","area":"694"} , +{"type":"Feature","id":"n8906982361","geometry":{"type":"Point","coordinates":[-1.0470939,51.4817164]},"properties":{"@type":"node","@id":8906982361,"@timestamp":1631365560},"coords":"51.4817164,-1.0470939","bedrooms":"2","price":"235000","area":"360"} , +{"type":"Feature","id":"n8907087748","geometry":{"type":"Point","coordinates":[-0.0942217,51.482968]},"properties":{"@type":"node","@id":8907087748,"@timestamp":1625830433},"coords":"51.482968,-0.0942217","bedrooms":"4","price":"235000","area":"353"} , +{"type":"Feature","id":"n8907146653","geometry":{"type":"Point","coordinates":[-0.0942691,51.4832579]},"properties":{"@type":"node","@id":8907146653,"@timestamp":1625831750},"coords":"51.4832579,-0.0942691","bedrooms":"3","price":"286000","area":"638"} , +{"type":"Feature","id":"n8907149275","geometry":{"type":"Point","coordinates":[0.1351717,51.8772697]},"properties":{"@type":"node","@id":8907149275,"@timestamp":1625832441},"coords":"51.8772697,0.1351717","bedrooms":"4","price":"289000","area":"432"} , +{"type":"Feature","id":"n8907308561","geometry":{"type":"Point","coordinates":[0.1663841,51.8681784]},"properties":{"@type":"node","@id":8907308561,"@timestamp":1625836961},"coords":"51.8681784,0.1663841","bedrooms":"3","price":"219000","area":"606"} , +{"type":"Feature","id":"n8907308571","geometry":{"type":"Point","coordinates":[0.1664136,51.8688437]},"properties":{"@type":"node","@id":8907308571,"@timestamp":1625837160},"coords":"51.8688437,0.1664136","bedrooms":"3","price":"186000","area":"427"} , +{"type":"Feature","id":"n8907314847","geometry":{"type":"Point","coordinates":[0.1680578,51.8681883]},"properties":{"@type":"node","@id":8907314847,"@timestamp":1625836725},"coords":"51.8681883,0.1680578","bedrooms":"0","price":"215000","area":"354"} , +{"type":"Feature","id":"n8907314857","geometry":{"type":"Point","coordinates":[0.1671566,51.8678952]},"properties":{"@type":"node","@id":8907314857,"@timestamp":1625836725},"coords":"51.8678952,0.1671566","bedrooms":"4","price":"245000","area":"669"} , +{"type":"Feature","id":"n8907314867","geometry":{"type":"Point","coordinates":[0.1688544,51.867925]},"properties":{"@type":"node","@id":8907314867,"@timestamp":1625836725},"coords":"51.867925,0.1688544","bedrooms":"0","price":"168000","area":"531"} , +{"type":"Feature","id":"n8907336329","geometry":{"type":"Point","coordinates":[0.1698925,51.8679821]},"properties":{"@type":"node","@id":8907336329,"@timestamp":1625837546},"coords":"51.8679821,0.1698925","bedrooms":"2","price":"257000","area":"516"} , +{"type":"Feature","id":"n8907336339","geometry":{"type":"Point","coordinates":[0.1689456,51.8682521]},"properties":{"@type":"node","@id":8907336339,"@timestamp":1625837546},"coords":"51.8682521,0.1689456","bedrooms":"4","price":"156000","area":"473"} , +{"type":"Feature","id":"n8907337641","geometry":{"type":"Point","coordinates":[0.1663949,51.8686641]},"properties":{"@type":"node","@id":8907337641,"@timestamp":1625837160},"coords":"51.8686641,0.1663949","bedrooms":"0","price":"189000","area":"593"} , +{"type":"Feature","id":"n8907354149","geometry":{"type":"Point","coordinates":[0.1702476,51.8688034]},"properties":{"@type":"node","@id":8907354149,"@timestamp":1625838091},"coords":"51.8688034,0.1702476","bedrooms":"2","price":"192000","area":"691"} , +{"type":"Feature","id":"n8907354409","geometry":{"type":"Point","coordinates":[0.1712158,51.8695704]},"properties":{"@type":"node","@id":8907354409,"@timestamp":1625838737},"coords":"51.8695704,0.1712158","bedrooms":"1","price":"290000","area":"637"} , +{"type":"Feature","id":"n8907386126","geometry":{"type":"Point","coordinates":[-0.9652077,51.3754256]},"properties":{"@type":"node","@id":8907386126,"@timestamp":1625838627},"coords":"51.3754256,-0.9652077","bedrooms":"1","price":"227000","area":"684"} , +{"type":"Feature","id":"n8907389931","geometry":{"type":"Point","coordinates":[0.1724912,51.8697815]},"properties":{"@type":"node","@id":8907389931,"@timestamp":1625838737},"coords":"51.8697815,0.1724912","bedrooms":"3","price":"210000","area":"504"} , +{"type":"Feature","id":"n8907391149","geometry":{"type":"Point","coordinates":[-0.2218715,51.5660995]},"properties":{"@type":"node","@id":8907391149,"@timestamp":1625838769},"coords":"51.5660995,-0.2218715","bedrooms":"0","price":"203000","area":"590"} , +{"type":"Feature","id":"n8907391305","geometry":{"type":"Point","coordinates":[-0.216721,51.5623989]},"properties":{"@type":"node","@id":8907391305,"@timestamp":1625838769},"coords":"51.5623989,-0.216721","bedrooms":"4","price":"274000","area":"542"} , +{"type":"Feature","id":"n8907393425","geometry":{"type":"Point","coordinates":[0.1721291,51.8700341]},"properties":{"@type":"node","@id":8907393425,"@timestamp":1625839328},"coords":"51.8700341,0.1721291","bedrooms":"4","price":"166000","area":"674"} , +{"type":"Feature","id":"n8907393435","geometry":{"type":"Point","coordinates":[0.1732811,51.8697989]},"properties":{"@type":"node","@id":8907393435,"@timestamp":1625839328},"coords":"51.8697989,0.1732811","bedrooms":"0","price":"280000","area":"476"} , +{"type":"Feature","id":"n8907393450","geometry":{"type":"Point","coordinates":[0.1736808,51.8697931]},"properties":{"@type":"node","@id":8907393450,"@timestamp":1625839328},"coords":"51.8697931,0.1736808","bedrooms":"4","price":"198000","area":"370"} , +{"type":"Feature","id":"n8907393460","geometry":{"type":"Point","coordinates":[0.174814,51.8695818]},"properties":{"@type":"node","@id":8907393460,"@timestamp":1625839328},"coords":"51.8695818,0.174814","bedrooms":"0","price":"196000","area":"417"} , +{"type":"Feature","id":"n8907398517","geometry":{"type":"Point","coordinates":[-0.0767507,51.5366151]},"properties":{"@type":"node","@id":8907398517,"@timestamp":1625838927},"coords":"51.5366151,-0.0767507","bedrooms":"2","price":"226000","area":"664"} , +{"type":"Feature","id":"n8907413870","geometry":{"type":"Point","coordinates":[-0.0841581,51.6162847]},"properties":{"@type":"node","@id":8907413870,"@timestamp":1625839659},"coords":"51.6162847,-0.0841581","bedrooms":"3","price":"155000","area":"420"} , +{"type":"Feature","id":"n8907421135","geometry":{"type":"Point","coordinates":[0.176071,51.8692334]},"properties":{"@type":"node","@id":8907421135,"@timestamp":1625839676},"coords":"51.8692334,0.176071","bedrooms":"0","price":"223000","area":"488"} , +{"type":"Feature","id":"n8907422265","geometry":{"type":"Point","coordinates":[0.1778855,51.8689816]},"properties":{"@type":"node","@id":8907422265,"@timestamp":1625840155},"coords":"51.8689816,0.1778855","bedrooms":"1","price":"210000","area":"454"} , +{"type":"Feature","id":"n8907422279","geometry":{"type":"Point","coordinates":[0.176983,51.869086]},"properties":{"@type":"node","@id":8907422279,"@timestamp":1625840155},"coords":"51.869086,0.176983","bedrooms":"4","price":"265000","area":"661"} , +{"type":"Feature","id":"n8907443879","geometry":{"type":"Point","coordinates":[0.1795192,51.8686035]},"properties":{"@type":"node","@id":8907443879,"@timestamp":1625840522},"coords":"51.8686035,0.1795192","bedrooms":"1","price":"201000","area":"538"} , +{"type":"Feature","id":"n8907443893","geometry":{"type":"Point","coordinates":[0.1789063,51.8681572]},"properties":{"@type":"node","@id":8907443893,"@timestamp":1631358239},"coords":"51.8681572,0.1789063","bedrooms":"2","price":"283000","area":"354"} , +{"type":"Feature","id":"n8907443903","geometry":{"type":"Point","coordinates":[0.1811003,51.8688619]},"properties":{"@type":"node","@id":8907443903,"@timestamp":1625840522},"coords":"51.8688619,0.1811003","bedrooms":"3","price":"175000","area":"577"} , +{"type":"Feature","id":"n8907462691","geometry":{"type":"Point","coordinates":[0.1803278,51.8697777]},"properties":{"@type":"node","@id":8907462691,"@timestamp":1625841102},"coords":"51.8697777,0.1803278","bedrooms":"1","price":"241000","area":"405"} , +{"type":"Feature","id":"n8907462701","geometry":{"type":"Point","coordinates":[0.1810561,51.8693496]},"properties":{"@type":"node","@id":8907462701,"@timestamp":1625841102},"coords":"51.8693496,0.1810561","bedrooms":"2","price":"269000","area":"550"} , +{"type":"Feature","id":"n8907462716","geometry":{"type":"Point","coordinates":[0.183411,51.8704493]},"properties":{"@type":"node","@id":8907462716,"@timestamp":1625841102},"coords":"51.8704493,0.183411","bedrooms":"0","price":"186000","area":"680"} , +{"type":"Feature","id":"n8907462735","geometry":{"type":"Point","coordinates":[0.1842211,51.8717286]},"properties":{"@type":"node","@id":8907462735,"@timestamp":1625841102},"coords":"51.8717286,0.1842211","bedrooms":"1","price":"290000","area":"492"} , +{"type":"Feature","id":"n8907477183","geometry":{"type":"Point","coordinates":[-0.202981,51.1831686]},"properties":{"@type":"node","@id":8907477183,"@timestamp":1625841331},"coords":"51.1831686,-0.202981","bedrooms":"2","price":"248000","area":"491"} , +{"type":"Feature","id":"n8907478624","geometry":{"type":"Point","coordinates":[0.1844839,51.8708302]},"properties":{"@type":"node","@id":8907478624,"@timestamp":1625841355},"coords":"51.8708302,0.1844839","bedrooms":"4","price":"245000","area":"508"} , +{"type":"Feature","id":"n8907478634","geometry":{"type":"Point","coordinates":[0.1822027,51.8691873]},"properties":{"@type":"node","@id":8907478634,"@timestamp":1625841355},"coords":"51.8691873,0.1822027","bedrooms":"4","price":"198000","area":"673"} , +{"type":"Feature","id":"n8907490156","geometry":{"type":"Point","coordinates":[0.182446,51.8733284]},"properties":{"@type":"node","@id":8907490156,"@timestamp":1625842490},"coords":"51.8733284,0.182446","bedrooms":"3","price":"291000","area":"682"} , +{"type":"Feature","id":"n8907490166","geometry":{"type":"Point","coordinates":[0.1817715,51.8733806]},"properties":{"@type":"node","@id":8907490166,"@timestamp":1625842490},"coords":"51.8733806,0.1817715","bedrooms":"3","price":"157000","area":"620"} , +{"type":"Feature","id":"n8907490176","geometry":{"type":"Point","coordinates":[0.1823897,51.8730295]},"properties":{"@type":"node","@id":8907490176,"@timestamp":1625842490},"coords":"51.8730295,0.1823897","bedrooms":"3","price":"232000","area":"473"} , +{"type":"Feature","id":"n8907490190","geometry":{"type":"Point","coordinates":[0.1811639,51.8746759]},"properties":{"@type":"node","@id":8907490190,"@timestamp":1625842490},"coords":"51.8746759,0.1811639","bedrooms":"4","price":"153000","area":"531"} , +{"type":"Feature","id":"n8907490200","geometry":{"type":"Point","coordinates":[0.179969,51.8750079]},"properties":{"@type":"node","@id":8907490200,"@timestamp":1625842490},"coords":"51.8750079,0.179969","bedrooms":"4","price":"295000","area":"369"} , +{"type":"Feature","id":"n8907490210","geometry":{"type":"Point","coordinates":[0.1798706,51.874611]},"properties":{"@type":"node","@id":8907490210,"@timestamp":1625842490},"coords":"51.874611,0.1798706","bedrooms":"4","price":"199000","area":"539"} , +{"type":"Feature","id":"n8907504329","geometry":{"type":"Point","coordinates":[0.0131323,51.5179968]},"properties":{"@type":"node","@id":8907504329,"@timestamp":1625842189},"coords":"51.5179968,0.0131323","bedrooms":"2","price":"215000","area":"440"} , +{"type":"Feature","id":"n8907540633","geometry":{"type":"Point","coordinates":[-0.1634862,51.528648]},"properties":{"@type":"node","@id":8907540633,"@timestamp":1625843124},"coords":"51.528648,-0.1634862","bedrooms":"4","price":"289000","area":"652"} , +{"type":"Feature","id":"n8907554178","geometry":{"type":"Point","coordinates":[-0.094142,51.4595083]},"properties":{"@type":"node","@id":8907554178,"@timestamp":1625843886},"coords":"51.4595083,-0.094142","bedrooms":"2","price":"222000","area":"352"} , +{"type":"Feature","id":"n8907702790","geometry":{"type":"Point","coordinates":[-0.2861091,51.5554379]},"properties":{"@type":"node","@id":8907702790,"@timestamp":1625847622},"coords":"51.5554379,-0.2861091","bedrooms":"3","price":"162000","area":"591"} , +{"type":"Feature","id":"n8907778830","geometry":{"type":"Point","coordinates":[-0.0761651,51.668315]},"properties":{"@type":"node","@id":8907778830,"@timestamp":1625849490},"coords":"51.668315,-0.0761651","bedrooms":"1","price":"296000","area":"370"} , +{"type":"Feature","id":"n8907843468","geometry":{"type":"Point","coordinates":[-0.2258115,51.5301722]},"properties":{"@type":"node","@id":8907843468,"@timestamp":1625851819},"coords":"51.5301722,-0.2258115","bedrooms":"4","price":"203000","area":"526"} , +{"type":"Feature","id":"n8907846410","geometry":{"type":"Point","coordinates":[-0.1434617,51.4613037]},"properties":{"@type":"node","@id":8907846410,"@timestamp":1625851593},"coords":"51.4613037,-0.1434617","bedrooms":"0","price":"234000","area":"684"} , +{"type":"Feature","id":"n8907885082","geometry":{"type":"Point","coordinates":[-0.1569216,51.5202527]},"properties":{"@type":"node","@id":8907885082,"@timestamp":1625853119},"coords":"51.5202527,-0.1569216","bedrooms":"2","price":"264000","area":"390"} , +{"type":"Feature","id":"n8907885092","geometry":{"type":"Point","coordinates":[-0.1557736,51.5182205]},"properties":{"@type":"node","@id":8907885092,"@timestamp":1625853119},"coords":"51.5182205,-0.1557736","bedrooms":"2","price":"292000","area":"617"} , +{"type":"Feature","id":"n8907885102","geometry":{"type":"Point","coordinates":[-0.1543993,51.5152507]},"properties":{"@type":"node","@id":8907885102,"@timestamp":1625853119},"coords":"51.5152507,-0.1543993","bedrooms":"1","price":"277000","area":"577"} , +{"type":"Feature","id":"n8907893543","geometry":{"type":"Point","coordinates":[-0.2438191,51.4740547]},"properties":{"@type":"node","@id":8907893543,"@timestamp":1625853012},"coords":"51.4740547,-0.2438191","bedrooms":"3","price":"248000","area":"651"} , +{"type":"Feature","id":"n8907903024","geometry":{"type":"Point","coordinates":[0.4619779,51.7563619]},"properties":{"@type":"node","@id":8907903024,"@timestamp":1625853370},"coords":"51.7563619,0.4619779","bedrooms":"1","price":"211000","area":"650"} , +{"type":"Feature","id":"n8907953965","geometry":{"type":"Point","coordinates":[0.4691218,51.7515082]},"properties":{"@type":"node","@id":8907953965,"@timestamp":1625855213},"coords":"51.7515082,0.4691218","bedrooms":"3","price":"183000","area":"479"} , +{"type":"Feature","id":"n8907986983","geometry":{"type":"Point","coordinates":[-0.0179068,51.5219317]},"properties":{"@type":"node","@id":8907986983,"@timestamp":1625856792},"coords":"51.5219317,-0.0179068","bedrooms":"4","price":"287000","area":"697"} , +{"type":"Feature","id":"n8908037661","geometry":{"type":"Point","coordinates":[-0.2806718,51.5585597]},"properties":{"@type":"node","@id":8908037661,"@timestamp":1628845443},"coords":"51.5585597,-0.2806718","bedrooms":"0","price":"173000","area":"499"} , +{"type":"Feature","id":"n8908234952","geometry":{"type":"Point","coordinates":[-0.2853389,51.5583973]},"properties":{"@type":"node","@id":8908234952,"@timestamp":1625865037},"coords":"51.5583973,-0.2853389","bedrooms":"4","price":"237000","area":"359"} , +{"type":"Feature","id":"n8908263560","geometry":{"type":"Point","coordinates":[-0.2393833,51.475671]},"properties":{"@type":"node","@id":8908263560,"@timestamp":1625865941},"coords":"51.475671,-0.2393833","bedrooms":"4","price":"286000","area":"586"} , +{"type":"Feature","id":"n8908271296","geometry":{"type":"Point","coordinates":[0.0952428,51.7712214]},"properties":{"@type":"node","@id":8908271296,"@timestamp":1625866020},"coords":"51.7712214,0.0952428","bedrooms":"2","price":"244000","area":"580"} , +{"type":"Feature","id":"n8908319375","geometry":{"type":"Point","coordinates":[0.0844815,51.778]},"properties":{"@type":"node","@id":8908319375,"@timestamp":1625868053},"coords":"51.778,0.0844815","bedrooms":"0","price":"165000","area":"684"} , +{"type":"Feature","id":"n8908394265","geometry":{"type":"Point","coordinates":[0.2072731,51.4450289]},"properties":{"@type":"node","@id":8908394265,"@timestamp":1625870006},"coords":"51.4450289,0.2072731","bedrooms":"3","price":"285000","area":"450"} , +{"type":"Feature","id":"n8908453548","geometry":{"type":"Point","coordinates":[-0.3628505,51.7122994]},"properties":{"@type":"node","@id":8908453548,"@timestamp":1625872554},"coords":"51.7122994,-0.3628505","bedrooms":"3","price":"284000","area":"543"} , +{"type":"Feature","id":"n8908453573","geometry":{"type":"Point","coordinates":[-0.347605,51.7094057]},"properties":{"@type":"node","@id":8908453573,"@timestamp":1625872554},"coords":"51.7094057,-0.347605","bedrooms":"0","price":"266000","area":"430"} , +{"type":"Feature","id":"n8908453605","geometry":{"type":"Point","coordinates":[-0.3268772,51.7109797]},"properties":{"@type":"node","@id":8908453605,"@timestamp":1625872554},"coords":"51.7109797,-0.3268772","bedrooms":"1","price":"179000","area":"425"} , +{"type":"Feature","id":"n8908473833","geometry":{"type":"Point","coordinates":[-0.3166069,51.7116166]},"properties":{"@type":"node","@id":8908473833,"@timestamp":1625872554},"coords":"51.7116166,-0.3166069","bedrooms":"2","price":"224000","area":"604"} , +{"type":"Feature","id":"n8908473880","geometry":{"type":"Point","coordinates":[-0.3165736,51.7118235]},"properties":{"@type":"node","@id":8908473880,"@timestamp":1625872554},"coords":"51.7118235,-0.3165736","bedrooms":"2","price":"156000","area":"585"} , +{"type":"Feature","id":"n8908473955","geometry":{"type":"Point","coordinates":[-0.3351521,51.710017]},"properties":{"@type":"node","@id":8908473955,"@timestamp":1633714558},"coords":"51.710017,-0.3351521","bedrooms":"2","price":"255000","area":"607"} , +{"type":"Feature","id":"n8908473987","geometry":{"type":"Point","coordinates":[-0.3475821,51.7095499]},"properties":{"@type":"node","@id":8908473987,"@timestamp":1625872554},"coords":"51.7095499,-0.3475821","bedrooms":"3","price":"194000","area":"375"} , +{"type":"Feature","id":"n8908478709","geometry":{"type":"Point","coordinates":[-0.4181387,51.6450093]},"properties":{"@type":"node","@id":8908478709,"@timestamp":1625875929},"coords":"51.6450093,-0.4181387","bedrooms":"3","price":"247000","area":"473"} , +{"type":"Feature","id":"n8908504534","geometry":{"type":"Point","coordinates":[-0.1358433,51.4179483]},"properties":{"@type":"node","@id":8908504534,"@timestamp":1625875776},"coords":"51.4179483,-0.1358433","bedrooms":"1","price":"261000","area":"429"} , +{"type":"Feature","id":"n8908551116","geometry":{"type":"Point","coordinates":[-0.1745344,51.5018884]},"properties":{"@type":"node","@id":8908551116,"@timestamp":1625884762},"coords":"51.5018884,-0.1745344","bedrooms":"1","price":"293000","area":"385"} , +{"type":"Feature","id":"n8908581235","geometry":{"type":"Point","coordinates":[0.8920285,51.8906359]},"properties":{"@type":"node","@id":8908581235,"@timestamp":1625882028},"coords":"51.8906359,0.8920285","bedrooms":"0","price":"264000","area":"517"} , +{"type":"Feature","id":"n8908681518","geometry":{"type":"Point","coordinates":[-0.1190109,51.5335214]},"properties":{"@type":"node","@id":8908681518,"@timestamp":1625887866},"coords":"51.5335214,-0.1190109","bedrooms":"4","price":"270000","area":"353"} , +{"type":"Feature","id":"n8908780528","geometry":{"type":"Point","coordinates":[0.3042087,51.493744]},"properties":{"@type":"node","@id":8908780528,"@timestamp":1625890024},"coords":"51.493744,0.3042087","bedrooms":"0","price":"187000","area":"358"} , +{"type":"Feature","id":"n8909401230","geometry":{"type":"Point","coordinates":[-0.1268647,51.6302369]},"properties":{"@type":"node","@id":8909401230,"@timestamp":1625906937},"coords":"51.6302369,-0.1268647","bedrooms":"4","price":"206000","area":"453"} , +{"type":"Feature","id":"n8909602412","geometry":{"type":"Point","coordinates":[0.1576043,51.8901444]},"properties":{"@type":"node","@id":8909602412,"@timestamp":1625915182},"coords":"51.8901444,0.1576043","bedrooms":"2","price":"249000","area":"370"} , +{"type":"Feature","id":"n8909725422","geometry":{"type":"Point","coordinates":[-0.0676039,51.5365482]},"properties":{"@type":"node","@id":8909725422,"@timestamp":1625921612},"coords":"51.5365482,-0.0676039","bedrooms":"1","price":"243000","area":"682"} , +{"type":"Feature","id":"n8909760820","geometry":{"type":"Point","coordinates":[-0.2274156,51.3647289]},"properties":{"@type":"node","@id":8909760820,"@timestamp":1625922553},"coords":"51.3647289,-0.2274156","bedrooms":"4","price":"195000","area":"398"} , +{"type":"Feature","id":"n8909806072","geometry":{"type":"Point","coordinates":[-0.0301556,51.5454899]},"properties":{"@type":"node","@id":8909806072,"@timestamp":1625924799},"coords":"51.5454899,-0.0301556","bedrooms":"0","price":"233000","area":"540"} , +{"type":"Feature","id":"n8909808474","geometry":{"type":"Point","coordinates":[0.5718236,51.6661493]},"properties":{"@type":"node","@id":8909808474,"@timestamp":1625924766},"coords":"51.6661493,0.5718236","bedrooms":"0","price":"236000","area":"449"} , +{"type":"Feature","id":"n8909808484","geometry":{"type":"Point","coordinates":[0.5744113,51.6657242]},"properties":{"@type":"node","@id":8909808484,"@timestamp":1625924766},"coords":"51.6657242,0.5744113","bedrooms":"2","price":"268000","area":"430"} , +{"type":"Feature","id":"n8909808548","geometry":{"type":"Point","coordinates":[0.5736891,51.6648654]},"properties":{"@type":"node","@id":8909808548,"@timestamp":1625924766},"coords":"51.6648654,0.5736891","bedrooms":"3","price":"192000","area":"391"} , +{"type":"Feature","id":"n8909808581","geometry":{"type":"Point","coordinates":[0.5759348,51.6648371]},"properties":{"@type":"node","@id":8909808581,"@timestamp":1625924766},"coords":"51.6648371,0.5759348","bedrooms":"2","price":"254000","area":"532"} , +{"type":"Feature","id":"n8909814979","geometry":{"type":"Point","coordinates":[0.4339467,51.7095118]},"properties":{"@type":"node","@id":8909814979,"@timestamp":1625925176},"coords":"51.7095118,0.4339467","bedrooms":"4","price":"286000","area":"479"} , +{"type":"Feature","id":"n8909814989","geometry":{"type":"Point","coordinates":[0.4369266,51.7091378]},"properties":{"@type":"node","@id":8909814989,"@timestamp":1625925176},"coords":"51.7091378,0.4369266","bedrooms":"2","price":"253000","area":"455"} , +{"type":"Feature","id":"n8909816825","geometry":{"type":"Point","coordinates":[-0.679811,51.9244151]},"properties":{"@type":"node","@id":8909816825,"@timestamp":1625925877},"coords":"51.9244151,-0.679811","bedrooms":"1","price":"231000","area":"596"} , +{"type":"Feature","id":"n8909852117","geometry":{"type":"Point","coordinates":[-0.0546938,51.5501083]},"properties":{"@type":"node","@id":8909852117,"@timestamp":1625926603},"coords":"51.5501083,-0.0546938","bedrooms":"0","price":"252000","area":"393"} , +{"type":"Feature","id":"n8909896977","geometry":{"type":"Point","coordinates":[-0.2352807,51.5553775]},"properties":{"@type":"node","@id":8909896977,"@timestamp":1625929856},"coords":"51.5553775,-0.2352807","bedrooms":"3","price":"250000","area":"470"} , +{"type":"Feature","id":"n8909896990","geometry":{"type":"Point","coordinates":[-0.2415109,51.5529823]},"properties":{"@type":"node","@id":8909896990,"@timestamp":1625929856},"coords":"51.5529823,-0.2415109","bedrooms":"3","price":"286000","area":"477"} , +{"type":"Feature","id":"n8909912466","geometry":{"type":"Point","coordinates":[-0.2251045,51.5510617]},"properties":{"@type":"node","@id":8909912466,"@timestamp":1625929338},"coords":"51.5510617,-0.2251045","bedrooms":"4","price":"289000","area":"591"} , +{"type":"Feature","id":"n8909912477","geometry":{"type":"Point","coordinates":[-0.2301876,51.5530595]},"properties":{"@type":"node","@id":8909912477,"@timestamp":1625929338},"coords":"51.5530595,-0.2301876","bedrooms":"0","price":"152000","area":"354"} , +{"type":"Feature","id":"n8909937706","geometry":{"type":"Point","coordinates":[-0.7286851,51.5713967]},"properties":{"@type":"node","@id":8909937706,"@timestamp":1625930572},"coords":"51.5713967,-0.7286851","bedrooms":"2","price":"282000","area":"621"} , +{"type":"Feature","id":"n8909946986","geometry":{"type":"Point","coordinates":[-0.3062602,51.434091]},"properties":{"@type":"node","@id":8909946986,"@timestamp":1625930950},"coords":"51.434091,-0.3062602","bedrooms":"2","price":"287000","area":"361"} , +{"type":"Feature","id":"n8909946996","geometry":{"type":"Point","coordinates":[-0.305857,51.4356051]},"properties":{"@type":"node","@id":8909946996,"@timestamp":1625930950},"coords":"51.4356051,-0.305857","bedrooms":"4","price":"247000","area":"644"} , +{"type":"Feature","id":"n8909961795","geometry":{"type":"Point","coordinates":[-0.369333,51.2566543]},"properties":{"@type":"node","@id":8909961795,"@timestamp":1625932498},"coords":"51.2566543,-0.369333","bedrooms":"0","price":"205000","area":"685"} , +{"type":"Feature","id":"n8909977532","geometry":{"type":"Point","coordinates":[-0.3326328,51.4393957]},"properties":{"@type":"node","@id":8909977532,"@timestamp":1625932402},"coords":"51.4393957,-0.3326328","bedrooms":"2","price":"286000","area":"559"} , +{"type":"Feature","id":"n8909998538","geometry":{"type":"Point","coordinates":[-0.3791223,51.2563033]},"properties":{"@type":"node","@id":8909998538,"@timestamp":1627378868},"coords":"51.2563033,-0.3791223","bedrooms":"1","price":"229000","area":"544"} , +{"type":"Feature","id":"n8910053956","geometry":{"type":"Point","coordinates":[-0.3651724,51.7115627]},"properties":{"@type":"node","@id":8910053956,"@timestamp":1625936221},"coords":"51.7115627,-0.3651724","bedrooms":"2","price":"267000","area":"441"} , +{"type":"Feature","id":"n8910064403","geometry":{"type":"Point","coordinates":[0.0191881,51.4778522]},"properties":{"@type":"node","@id":8910064403,"@timestamp":1625936262},"coords":"51.4778522,0.0191881","bedrooms":"3","price":"209000","area":"393"} , +{"type":"Feature","id":"n8910116982","geometry":{"type":"Point","coordinates":[-0.2087914,51.5509694]},"properties":{"@type":"node","@id":8910116982,"@timestamp":1625939323},"coords":"51.5509694,-0.2087914","bedrooms":"1","price":"223000","area":"577"} , +{"type":"Feature","id":"n8910141673","geometry":{"type":"Point","coordinates":[-0.2075361,51.5515772]},"properties":{"@type":"node","@id":8910141673,"@timestamp":1625940137},"coords":"51.5515772,-0.2075361","bedrooms":"1","price":"206000","area":"360"} , +{"type":"Feature","id":"n8910432611","geometry":{"type":"Point","coordinates":[-0.3625233,51.7038003]},"properties":{"@type":"node","@id":8910432611,"@timestamp":1625952261},"coords":"51.7038003,-0.3625233","bedrooms":"3","price":"288000","area":"544"} , +{"type":"Feature","id":"n8910552519","geometry":{"type":"Point","coordinates":[-1.1025598,51.0873872]},"properties":{"@type":"node","@id":8910552519,"@timestamp":1625953648},"coords":"51.0873872,-1.1025598","bedrooms":"1","price":"163000","area":"541"} , +{"type":"Feature","id":"n8910553006","geometry":{"type":"Point","coordinates":[0.136613,51.4578355]},"properties":{"@type":"node","@id":8910553006,"@timestamp":1625953614},"coords":"51.4578355,0.136613","bedrooms":"4","price":"185000","area":"400"} , +{"type":"Feature","id":"n8910610667","geometry":{"type":"Point","coordinates":[-0.3571002,51.7075629]},"properties":{"@type":"node","@id":8910610667,"@timestamp":1625955490},"coords":"51.7075629,-0.3571002","bedrooms":"2","price":"283000","area":"429"} , +{"type":"Feature","id":"n8910681388","geometry":{"type":"Point","coordinates":[-0.1200463,51.5873389]},"properties":{"@type":"node","@id":8910681388,"@timestamp":1625960221},"coords":"51.5873389,-0.1200463","bedrooms":"4","price":"252000","area":"361"} , +{"type":"Feature","id":"n8910697728","geometry":{"type":"Point","coordinates":[0.1358586,51.4578902]},"properties":{"@type":"node","@id":8910697728,"@timestamp":1625959181},"coords":"51.4578902,0.1358586","bedrooms":"3","price":"242000","area":"359"} , +{"type":"Feature","id":"n8910750827","geometry":{"type":"Point","coordinates":[-0.2553275,51.5064631]},"properties":{"@type":"node","@id":8910750827,"@timestamp":1627177807},"coords":"51.5064631,-0.2553275","bedrooms":"2","price":"274000","area":"421"} , +{"type":"Feature","id":"n8910782783","geometry":{"type":"Point","coordinates":[-0.2524516,51.5083498]},"properties":{"@type":"node","@id":8910782783,"@timestamp":1627177807},"coords":"51.5083498,-0.2524516","bedrooms":"4","price":"162000","area":"401"} , +{"type":"Feature","id":"n8910818888","geometry":{"type":"Point","coordinates":[0.3655149,51.43358]},"properties":{"@type":"node","@id":8910818888,"@timestamp":1625973170},"coords":"51.43358,0.3655149","bedrooms":"2","price":"199000","area":"541"} , +{"type":"Feature","id":"n8910838693","geometry":{"type":"Point","coordinates":[-0.5093642,51.6245078]},"properties":{"@type":"node","@id":8910838693,"@timestamp":1625974558},"coords":"51.6245078,-0.5093642","bedrooms":"0","price":"291000","area":"499"} , +{"type":"Feature","id":"n8910857237","geometry":{"type":"Point","coordinates":[0.1448734,51.5674957]},"properties":{"@type":"node","@id":8910857237,"@timestamp":1635792206},"coords":"51.5674957,0.1448734","bedrooms":"4","price":"151000","area":"584"} , +{"type":"Feature","id":"n8911098016","geometry":{"type":"Point","coordinates":[-0.0140102,51.5017363]},"properties":{"@type":"node","@id":8911098016,"@timestamp":1626032071},"coords":"51.5017363,-0.0140102","bedrooms":"0","price":"227000","area":"507"} , +{"type":"Feature","id":"n8911103426","geometry":{"type":"Point","coordinates":[-0.0146741,51.5018031]},"properties":{"@type":"node","@id":8911103426,"@timestamp":1626032071},"coords":"51.5018031,-0.0146741","bedrooms":"3","price":"170000","area":"512"} , +{"type":"Feature","id":"n8911103436","geometry":{"type":"Point","coordinates":[-0.0151421,51.501953]},"properties":{"@type":"node","@id":8911103436,"@timestamp":1626032071},"coords":"51.501953,-0.0151421","bedrooms":"2","price":"192000","area":"625"} , +{"type":"Feature","id":"n8911209350","geometry":{"type":"Point","coordinates":[-0.2818843,51.5581092]},"properties":{"@type":"node","@id":8911209350,"@timestamp":1625996678},"coords":"51.5581092,-0.2818843","bedrooms":"3","price":"271000","area":"482"} , +{"type":"Feature","id":"n8911245164","geometry":{"type":"Point","coordinates":[0.131964,51.4584992]},"properties":{"@type":"node","@id":8911245164,"@timestamp":1625998217},"coords":"51.4584992,0.131964","bedrooms":"2","price":"173000","area":"581"} , +{"type":"Feature","id":"n8911386545","geometry":{"type":"Point","coordinates":[-0.1943137,51.3472665]},"properties":{"@type":"node","@id":8911386545,"@timestamp":1627134288},"coords":"51.3472665,-0.1943137","bedrooms":"0","price":"194000","area":"464"} , +{"type":"Feature","id":"n8911458557","geometry":{"type":"Point","coordinates":[0.1467329,51.7689959]},"properties":{"@type":"node","@id":8911458557,"@timestamp":1626006560},"coords":"51.7689959,0.1467329","bedrooms":"4","price":"233000","area":"500"} , +{"type":"Feature","id":"n8911481929","geometry":{"type":"Point","coordinates":[-0.2756359,51.7434521]},"properties":{"@type":"node","@id":8911481929,"@timestamp":1626007960},"coords":"51.7434521,-0.2756359","bedrooms":"4","price":"254000","area":"418"} , +{"type":"Feature","id":"n8911625004","geometry":{"type":"Point","coordinates":[0.0369284,51.5523063]},"properties":{"@type":"node","@id":8911625004,"@timestamp":1626014304},"coords":"51.5523063,0.0369284","bedrooms":"0","price":"229000","area":"668"} , +{"type":"Feature","id":"n8911719481","geometry":{"type":"Point","coordinates":[-0.0555497,51.356128]},"properties":{"@type":"node","@id":8911719481,"@timestamp":1626017210},"coords":"51.356128,-0.0555497","bedrooms":"1","price":"299000","area":"512"} , +{"type":"Feature","id":"n8911810174","geometry":{"type":"Point","coordinates":[-0.2794468,51.5580931]},"properties":{"@type":"node","@id":8911810174,"@timestamp":1626019529},"coords":"51.5580931,-0.2794468","bedrooms":"0","price":"159000","area":"503"} , +{"type":"Feature","id":"n8911810184","geometry":{"type":"Point","coordinates":[-0.2795809,51.5583775]},"properties":{"@type":"node","@id":8911810184,"@timestamp":1626019529},"coords":"51.5583775,-0.2795809","bedrooms":"2","price":"201000","area":"462"} , +{"type":"Feature","id":"n8911839059","geometry":{"type":"Point","coordinates":[0.2320235,51.4455265]},"properties":{"@type":"node","@id":8911839059,"@timestamp":1626020863},"coords":"51.4455265,0.2320235","bedrooms":"2","price":"262000","area":"588"} , +{"type":"Feature","id":"n8911946920","geometry":{"type":"Point","coordinates":[-0.3075156,51.7106512]},"properties":{"@type":"node","@id":8911946920,"@timestamp":1626024857},"coords":"51.7106512,-0.3075156","bedrooms":"4","price":"175000","area":"580"} , +{"type":"Feature","id":"n8911946934","geometry":{"type":"Point","coordinates":[-0.2913432,51.7110801]},"properties":{"@type":"node","@id":8911946934,"@timestamp":1626024857},"coords":"51.7110801,-0.2913432","bedrooms":"1","price":"230000","area":"624"} , +{"type":"Feature","id":"n8911946995","geometry":{"type":"Point","coordinates":[-0.2818292,51.7154133]},"properties":{"@type":"node","@id":8911946995,"@timestamp":1626024857},"coords":"51.7154133,-0.2818292","bedrooms":"1","price":"273000","area":"385"} , +{"type":"Feature","id":"n8911947030","geometry":{"type":"Point","coordinates":[-0.273189,51.7155264]},"properties":{"@type":"node","@id":8911947030,"@timestamp":1626024857},"coords":"51.7155264,-0.273189","bedrooms":"2","price":"255000","area":"472"} , +{"type":"Feature","id":"n8911947064","geometry":{"type":"Point","coordinates":[-0.2587808,51.708479]},"properties":{"@type":"node","@id":8911947064,"@timestamp":1626024857},"coords":"51.708479,-0.2587808","bedrooms":"3","price":"222000","area":"664"} , +{"type":"Feature","id":"n8911947103","geometry":{"type":"Point","coordinates":[-0.2586437,51.7085873]},"properties":{"@type":"node","@id":8911947103,"@timestamp":1626024857},"coords":"51.7085873,-0.2586437","bedrooms":"3","price":"151000","area":"668"} , +{"type":"Feature","id":"n8911947158","geometry":{"type":"Point","coordinates":[-0.2778762,51.7175311]},"properties":{"@type":"node","@id":8911947158,"@timestamp":1626024857},"coords":"51.7175311,-0.2778762","bedrooms":"4","price":"288000","area":"371"} , +{"type":"Feature","id":"n8911947176","geometry":{"type":"Point","coordinates":[-0.2754186,51.7161668]},"properties":{"@type":"node","@id":8911947176,"@timestamp":1633714558},"coords":"51.7161668,-0.2754186","bedrooms":"3","price":"294000","area":"560"} , +{"type":"Feature","id":"n8911947241","geometry":{"type":"Point","coordinates":[-0.2872902,51.7135988]},"properties":{"@type":"node","@id":8911947241,"@timestamp":1626024857},"coords":"51.7135988,-0.2872902","bedrooms":"0","price":"292000","area":"519"} , +{"type":"Feature","id":"n8911947281","geometry":{"type":"Point","coordinates":[-0.2976704,51.7098671]},"properties":{"@type":"node","@id":8911947281,"@timestamp":1626024857},"coords":"51.7098671,-0.2976704","bedrooms":"1","price":"273000","area":"668"} , +{"type":"Feature","id":"n8911961140","geometry":{"type":"Point","coordinates":[0.4549741,51.2988806]},"properties":{"@type":"node","@id":8911961140,"@timestamp":1626025467},"coords":"51.2988806,0.4549741","bedrooms":"4","price":"203000","area":"567"} , +{"type":"Feature","id":"n8911961171","geometry":{"type":"Point","coordinates":[0.4548724,51.2989713]},"properties":{"@type":"node","@id":8911961171,"@timestamp":1626025467},"coords":"51.2989713,0.4548724","bedrooms":"4","price":"166000","area":"380"} , +{"type":"Feature","id":"n8911966496","geometry":{"type":"Point","coordinates":[-0.0133942,51.1131166]},"properties":{"@type":"node","@id":8911966496,"@timestamp":1626028268},"coords":"51.1131166,-0.0133942","bedrooms":"0","price":"254000","area":"402"} , +{"type":"Feature","id":"n8912120194","geometry":{"type":"Point","coordinates":[-0.013704,51.5017188]},"properties":{"@type":"node","@id":8912120194,"@timestamp":1626032071},"coords":"51.5017188,-0.013704","bedrooms":"3","price":"267000","area":"504"} , +{"type":"Feature","id":"n8912159471","geometry":{"type":"Point","coordinates":[-0.2862401,51.2385346]},"properties":{"@type":"node","@id":8912159471,"@timestamp":1626033070},"coords":"51.2385346,-0.2862401","bedrooms":"0","price":"206000","area":"563"} , +{"type":"Feature","id":"n8912213935","geometry":{"type":"Point","coordinates":[-0.0189756,50.9792662]},"properties":{"@type":"node","@id":8912213935,"@timestamp":1626035544},"coords":"50.9792662,-0.0189756","bedrooms":"3","price":"234000","area":"495"} , +{"type":"Feature","id":"n8912214056","geometry":{"type":"Point","coordinates":[-0.0369495,50.9773417]},"properties":{"@type":"node","@id":8912214056,"@timestamp":1626035544},"coords":"50.9773417,-0.0369495","bedrooms":"2","price":"288000","area":"530"} , +{"type":"Feature","id":"n8912214245","geometry":{"type":"Point","coordinates":[-0.0241618,50.9756035]},"properties":{"@type":"node","@id":8912214245,"@timestamp":1626035544},"coords":"50.9756035,-0.0241618","bedrooms":"3","price":"190000","area":"564"} , +{"type":"Feature","id":"n8912214267","geometry":{"type":"Point","coordinates":[-0.0208216,50.9770443]},"properties":{"@type":"node","@id":8912214267,"@timestamp":1626035544},"coords":"50.9770443,-0.0208216","bedrooms":"3","price":"296000","area":"552"} , +{"type":"Feature","id":"n8912214285","geometry":{"type":"Point","coordinates":[-0.0251689,50.9784094]},"properties":{"@type":"node","@id":8912214285,"@timestamp":1626035544},"coords":"50.9784094,-0.0251689","bedrooms":"0","price":"165000","area":"363"} , +{"type":"Feature","id":"n8912214338","geometry":{"type":"Point","coordinates":[-0.030401,50.9793939]},"properties":{"@type":"node","@id":8912214338,"@timestamp":1626035544},"coords":"50.9793939,-0.030401","bedrooms":"0","price":"291000","area":"619"} , +{"type":"Feature","id":"n8912214385","geometry":{"type":"Point","coordinates":[-0.0352494,50.9794326]},"properties":{"@type":"node","@id":8912214385,"@timestamp":1626035544},"coords":"50.9794326,-0.0352494","bedrooms":"1","price":"287000","area":"565"} , +{"type":"Feature","id":"n8912214439","geometry":{"type":"Point","coordinates":[-0.0359659,50.9772246]},"properties":{"@type":"node","@id":8912214439,"@timestamp":1626035544},"coords":"50.9772246,-0.0359659","bedrooms":"3","price":"217000","area":"575"} , +{"type":"Feature","id":"n8912257347","geometry":{"type":"Point","coordinates":[-1.1032368,51.0872913]},"properties":{"@type":"node","@id":8912257347,"@timestamp":1626038504},"coords":"51.0872913,-1.1032368","bedrooms":"1","price":"185000","area":"448"} , +{"type":"Feature","id":"n8912346598","geometry":{"type":"Point","coordinates":[0.100109,50.9780763]},"properties":{"@type":"node","@id":8912346598,"@timestamp":1632396713},"coords":"50.9780763,0.100109","bedrooms":"1","price":"217000","area":"561"} , +{"type":"Feature","id":"n8912346608","geometry":{"type":"Point","coordinates":[0.1153625,51.0323686]},"properties":{"@type":"node","@id":8912346608,"@timestamp":1626041868},"coords":"51.0323686,0.1153625","bedrooms":"4","price":"298000","area":"477"} , +{"type":"Feature","id":"n8912362818","geometry":{"type":"Point","coordinates":[0.1621762,51.059343]},"properties":{"@type":"node","@id":8912362818,"@timestamp":1632407027},"coords":"51.059343,0.1621762","bedrooms":"4","price":"212000","area":"384"} , +{"type":"Feature","id":"n8912411025","geometry":{"type":"Point","coordinates":[0.0922703,50.9474109]},"properties":{"@type":"node","@id":8912411025,"@timestamp":1626045405},"coords":"50.9474109,0.0922703","bedrooms":"3","price":"252000","area":"494"} , +{"type":"Feature","id":"n8912441990","geometry":{"type":"Point","coordinates":[-0.4135763,51.5737628]},"properties":{"@type":"node","@id":8912441990,"@timestamp":1626049969},"coords":"51.5737628,-0.4135763","bedrooms":"1","price":"191000","area":"504"} , +{"type":"Feature","id":"n8912456962","geometry":{"type":"Point","coordinates":[-0.4051384,51.5548044]},"properties":{"@type":"node","@id":8912456962,"@timestamp":1626050265},"coords":"51.5548044,-0.4051384","bedrooms":"0","price":"179000","area":"462"} , +{"type":"Feature","id":"n8912510730","geometry":{"type":"Point","coordinates":[-0.4043148,51.5541611]},"properties":{"@type":"node","@id":8912510730,"@timestamp":1626054219},"coords":"51.5541611,-0.4043148","bedrooms":"1","price":"219000","area":"540"} , +{"type":"Feature","id":"n8912541963","geometry":{"type":"Point","coordinates":[-0.6928763,51.5231144]},"properties":{"@type":"node","@id":8912541963,"@timestamp":1626054987},"coords":"51.5231144,-0.6928763","bedrooms":"0","price":"229000","area":"682"} , +{"type":"Feature","id":"n8912716133","geometry":{"type":"Point","coordinates":[-0.4367822,50.9913497]},"properties":{"@type":"node","@id":8912716133,"@timestamp":1626064481},"coords":"50.9913497,-0.4367822","bedrooms":"0","price":"185000","area":"507"} , +{"type":"Feature","id":"n8912876044","geometry":{"type":"Point","coordinates":[-0.0460799,51.0434283]},"properties":{"@type":"node","@id":8912876044,"@timestamp":1626071129},"coords":"51.0434283,-0.0460799","bedrooms":"0","price":"275000","area":"474"} , +{"type":"Feature","id":"n8913012249","geometry":{"type":"Point","coordinates":[0.2323436,51.0160747]},"properties":{"@type":"node","@id":8913012249,"@timestamp":1626074422},"coords":"51.0160747,0.2323436","bedrooms":"1","price":"191000","area":"654"} , +{"type":"Feature","id":"n8913142857","geometry":{"type":"Point","coordinates":[0.1925109,50.9785914]},"properties":{"@type":"node","@id":8913142857,"@timestamp":1626078400},"coords":"50.9785914,0.1925109","bedrooms":"4","price":"217000","area":"625"} , +{"type":"Feature","id":"n8913180099","geometry":{"type":"Point","coordinates":[-0.3175306,51.4143037]},"properties":{"@type":"node","@id":8913180099,"@timestamp":1626078704},"coords":"51.4143037,-0.3175306","bedrooms":"2","price":"209000","area":"530"} , +{"type":"Feature","id":"n8913182224","geometry":{"type":"Point","coordinates":[0.4420985,51.2982688]},"properties":{"@type":"node","@id":8913182224,"@timestamp":1626078547},"coords":"51.2982688,0.4420985","bedrooms":"4","price":"154000","area":"464"} , +{"type":"Feature","id":"n8913193491","geometry":{"type":"Point","coordinates":[-0.0367957,51.5489684]},"properties":{"@type":"node","@id":8913193491,"@timestamp":1632066372},"coords":"51.5489684,-0.0367957","bedrooms":"0","price":"257000","area":"500"} , +{"type":"Feature","id":"n8913239657","geometry":{"type":"Point","coordinates":[-0.3317568,51.1198394]},"properties":{"@type":"node","@id":8913239657,"@timestamp":1626080031},"coords":"51.1198394,-0.3317568","bedrooms":"4","price":"299000","area":"452"} , +{"type":"Feature","id":"n8913302306","geometry":{"type":"Point","coordinates":[0.5044857,51.0898962]},"properties":{"@type":"node","@id":8913302306,"@timestamp":1626081653},"coords":"51.0898962,0.5044857","bedrooms":"2","price":"299000","area":"454"} , +{"type":"Feature","id":"n8913460258","geometry":{"type":"Point","coordinates":[0.0036413,51.5432336]},"properties":{"@type":"node","@id":8913460258,"@timestamp":1626086207},"coords":"51.5432336,0.0036413","bedrooms":"3","price":"183000","area":"413"} , +{"type":"Feature","id":"n8913538563","geometry":{"type":"Point","coordinates":[-0.6401851,51.096996]},"properties":{"@type":"node","@id":8913538563,"@timestamp":1626087334},"coords":"51.096996,-0.6401851","bedrooms":"2","price":"238000","area":"398"} , +{"type":"Feature","id":"n8913552637","geometry":{"type":"Point","coordinates":[-0.3481196,51.7150361]},"properties":{"@type":"node","@id":8913552637,"@timestamp":1626087741},"coords":"51.7150361,-0.3481196","bedrooms":"0","price":"275000","area":"627"} , +{"type":"Feature","id":"n8913552687","geometry":{"type":"Point","coordinates":[-0.3511394,51.7190163]},"properties":{"@type":"node","@id":8913552687,"@timestamp":1626087741},"coords":"51.7190163,-0.3511394","bedrooms":"2","price":"294000","area":"465"} , +{"type":"Feature","id":"n8913552712","geometry":{"type":"Point","coordinates":[-0.3504088,51.7191648]},"properties":{"@type":"node","@id":8913552712,"@timestamp":1626087741},"coords":"51.7191648,-0.3504088","bedrooms":"0","price":"154000","area":"405"} , +{"type":"Feature","id":"n8913567354","geometry":{"type":"Point","coordinates":[-0.3477353,51.721692]},"properties":{"@type":"node","@id":8913567354,"@timestamp":1626087741},"coords":"51.721692,-0.3477353","bedrooms":"3","price":"205000","area":"598"} , +{"type":"Feature","id":"n8913585372","geometry":{"type":"Point","coordinates":[-0.4866395,51.0042963]},"properties":{"@type":"node","@id":8913585372,"@timestamp":1626088883},"coords":"51.0042963,-0.4866395","bedrooms":"0","price":"192000","area":"392"} , +{"type":"Feature","id":"n8913686225","geometry":{"type":"Point","coordinates":[-0.0053114,51.5483327]},"properties":{"@type":"node","@id":8913686225,"@timestamp":1626091223},"coords":"51.5483327,-0.0053114","bedrooms":"1","price":"274000","area":"592"} , +{"type":"Feature","id":"n8913698933","geometry":{"type":"Point","coordinates":[-0.0029008,51.5481904]},"properties":{"@type":"node","@id":8913698933,"@timestamp":1626091223},"coords":"51.5481904,-0.0029008","bedrooms":"1","price":"288000","area":"588"} , +{"type":"Feature","id":"n8913791776","geometry":{"type":"Point","coordinates":[-0.1938613,51.3598114]},"properties":{"@type":"node","@id":8913791776,"@timestamp":1627320563},"coords":"51.3598114,-0.1938613","bedrooms":"3","price":"180000","area":"588"} , +{"type":"Feature","id":"n8913857025","geometry":{"type":"Point","coordinates":[0.1283684,50.9467089]},"properties":{"@type":"node","@id":8913857025,"@timestamp":1626095189},"coords":"50.9467089,0.1283684","bedrooms":"1","price":"205000","area":"504"} , +{"type":"Feature","id":"n8913859650","geometry":{"type":"Point","coordinates":[-0.0259899,50.9713566]},"properties":{"@type":"node","@id":8913859650,"@timestamp":1626095089},"coords":"50.9713566,-0.0259899","bedrooms":"2","price":"219000","area":"581"} , +{"type":"Feature","id":"n8913860765","geometry":{"type":"Point","coordinates":[-0.0228239,50.9773646]},"properties":{"@type":"node","@id":8913860765,"@timestamp":1626095089},"coords":"50.9773646,-0.0228239","bedrooms":"1","price":"255000","area":"367"} , +{"type":"Feature","id":"n8913997891","geometry":{"type":"Point","coordinates":[-0.2134621,51.1752468]},"properties":{"@type":"node","@id":8913997891,"@timestamp":1626099584},"coords":"51.1752468,-0.2134621","bedrooms":"0","price":"290000","area":"553"} , +{"type":"Feature","id":"n8914121191","geometry":{"type":"Point","coordinates":[-0.0092015,51.5502001]},"properties":{"@type":"node","@id":8914121191,"@timestamp":1626101898},"coords":"51.5502001,-0.0092015","bedrooms":"4","price":"234000","area":"547"} , +{"type":"Feature","id":"n8914125419","geometry":{"type":"Point","coordinates":[-0.0104608,51.5492199]},"properties":{"@type":"node","@id":8914125419,"@timestamp":1634399350},"coords":"51.5492199,-0.0104608","bedrooms":"0","price":"176000","area":"697"} , +{"type":"Feature","id":"n8914125515","geometry":{"type":"Point","coordinates":[-0.0103015,51.549566]},"properties":{"@type":"node","@id":8914125515,"@timestamp":1626101898},"coords":"51.549566,-0.0103015","bedrooms":"1","price":"283000","area":"673"} , +{"type":"Feature","id":"n8914126677","geometry":{"type":"Point","coordinates":[-0.2754316,51.5573741]},"properties":{"@type":"node","@id":8914126677,"@timestamp":1626102086},"coords":"51.5573741,-0.2754316","bedrooms":"0","price":"216000","area":"472"} , +{"type":"Feature","id":"n8914173042","geometry":{"type":"Point","coordinates":[-0.2431824,51.9578152]},"properties":{"@type":"node","@id":8914173042,"@timestamp":1626104564},"coords":"51.9578152,-0.2431824","bedrooms":"0","price":"273000","area":"625"} , +{"type":"Feature","id":"n8914199311","geometry":{"type":"Point","coordinates":[-0.2424559,51.4977218]},"properties":{"@type":"node","@id":8914199311,"@timestamp":1626104073},"coords":"51.4977218,-0.2424559","bedrooms":"0","price":"233000","area":"432"} , +{"type":"Feature","id":"n8914225617","geometry":{"type":"Point","coordinates":[-0.3585464,51.7230092]},"properties":{"@type":"node","@id":8914225617,"@timestamp":1626105121},"coords":"51.7230092,-0.3585464","bedrooms":"1","price":"218000","area":"568"} , +{"type":"Feature","id":"n8914225642","geometry":{"type":"Point","coordinates":[-0.3579306,51.725196]},"properties":{"@type":"node","@id":8914225642,"@timestamp":1626105121},"coords":"51.725196,-0.3579306","bedrooms":"2","price":"277000","area":"547"} , +{"type":"Feature","id":"n8914225667","geometry":{"type":"Point","coordinates":[-0.3544158,51.7284597]},"properties":{"@type":"node","@id":8914225667,"@timestamp":1626105121},"coords":"51.7284597,-0.3544158","bedrooms":"2","price":"209000","area":"565"} , +{"type":"Feature","id":"n8914271690","geometry":{"type":"Point","coordinates":[0.1704047,51.4868796]},"properties":{"@type":"node","@id":8914271690,"@timestamp":1626107170},"coords":"51.4868796,0.1704047","bedrooms":"4","price":"225000","area":"531"} , +{"type":"Feature","id":"n8914329632","geometry":{"type":"Point","coordinates":[0.1496721,51.4885998]},"properties":{"@type":"node","@id":8914329632,"@timestamp":1626173335},"coords":"51.4885998,0.1496721","bedrooms":"3","price":"294000","area":"549"} , +{"type":"Feature","id":"n8914340439","geometry":{"type":"Point","coordinates":[0.1664508,51.487174]},"properties":{"@type":"node","@id":8914340439,"@timestamp":1626108518},"coords":"51.487174,0.1664508","bedrooms":"4","price":"221000","area":"422"} , +{"type":"Feature","id":"n8914357871","geometry":{"type":"Point","coordinates":[0.1220264,51.4818707]},"properties":{"@type":"node","@id":8914357871,"@timestamp":1626109807},"coords":"51.4818707,0.1220264","bedrooms":"2","price":"257000","area":"355"} , +{"type":"Feature","id":"n8914368136","geometry":{"type":"Point","coordinates":[-0.1401494,51.40578]},"properties":{"@type":"node","@id":8914368136,"@timestamp":1626109972},"coords":"51.40578,-0.1401494","bedrooms":"0","price":"236000","area":"357"} , +{"type":"Feature","id":"n8914368146","geometry":{"type":"Point","coordinates":[-0.1408455,51.4055048]},"properties":{"@type":"node","@id":8914368146,"@timestamp":1626109972},"coords":"51.4055048,-0.1408455","bedrooms":"0","price":"235000","area":"445"} , +{"type":"Feature","id":"n8914368156","geometry":{"type":"Point","coordinates":[-0.1419573,51.4056361]},"properties":{"@type":"node","@id":8914368156,"@timestamp":1626109972},"coords":"51.4056361,-0.1419573","bedrooms":"4","price":"202000","area":"372"} , +{"type":"Feature","id":"n8914368166","geometry":{"type":"Point","coordinates":[-0.1424159,51.4052312]},"properties":{"@type":"node","@id":8914368166,"@timestamp":1626109972},"coords":"51.4052312,-0.1424159","bedrooms":"0","price":"154000","area":"476"} , +{"type":"Feature","id":"n8914368176","geometry":{"type":"Point","coordinates":[-0.1412827,51.4053391]},"properties":{"@type":"node","@id":8914368176,"@timestamp":1626109972},"coords":"51.4053391,-0.1412827","bedrooms":"4","price":"277000","area":"627"} , +{"type":"Feature","id":"n8914368186","geometry":{"type":"Point","coordinates":[-0.1420645,51.4048965]},"properties":{"@type":"node","@id":8914368186,"@timestamp":1626109972},"coords":"51.4048965,-0.1420645","bedrooms":"2","price":"295000","area":"673"} , +{"type":"Feature","id":"n8914368196","geometry":{"type":"Point","coordinates":[-0.1418419,51.4044188]},"properties":{"@type":"node","@id":8914368196,"@timestamp":1626109972},"coords":"51.4044188,-0.1418419","bedrooms":"3","price":"154000","area":"525"} , +{"type":"Feature","id":"n8914368206","geometry":{"type":"Point","coordinates":[-0.1417494,51.4047493]},"properties":{"@type":"node","@id":8914368206,"@timestamp":1626109972},"coords":"51.4047493,-0.1417494","bedrooms":"4","price":"178000","area":"565"} , +{"type":"Feature","id":"n8914368216","geometry":{"type":"Point","coordinates":[-0.1410131,51.4044941]},"properties":{"@type":"node","@id":8914368216,"@timestamp":1626109972},"coords":"51.4044941,-0.1410131","bedrooms":"1","price":"216000","area":"355"} , +{"type":"Feature","id":"n8914385523","geometry":{"type":"Point","coordinates":[-0.1406027,51.4041603]},"properties":{"@type":"node","@id":8914385523,"@timestamp":1626109972},"coords":"51.4041603,-0.1406027","bedrooms":"3","price":"167000","area":"467"} , +{"type":"Feature","id":"n8914385533","geometry":{"type":"Point","coordinates":[-0.1408495,51.4040189]},"properties":{"@type":"node","@id":8914385533,"@timestamp":1626109972},"coords":"51.4040189,-0.1408495","bedrooms":"4","price":"266000","area":"506"} , +{"type":"Feature","id":"n8914385543","geometry":{"type":"Point","coordinates":[-0.1408508,51.4037027]},"properties":{"@type":"node","@id":8914385543,"@timestamp":1626109972},"coords":"51.4037027,-0.1408508","bedrooms":"1","price":"217000","area":"635"} , +{"type":"Feature","id":"n8914385553","geometry":{"type":"Point","coordinates":[-0.1406497,51.4065722]},"properties":{"@type":"node","@id":8914385553,"@timestamp":1626109972},"coords":"51.4065722,-0.1406497","bedrooms":"4","price":"295000","area":"468"} , +{"type":"Feature","id":"n8914385563","geometry":{"type":"Point","coordinates":[-0.1407583,51.4062928]},"properties":{"@type":"node","@id":8914385563,"@timestamp":1626109972},"coords":"51.4062928,-0.1407583","bedrooms":"1","price":"189000","area":"499"} , +{"type":"Feature","id":"n8914385573","geometry":{"type":"Point","coordinates":[-0.1416904,51.4062016]},"properties":{"@type":"node","@id":8914385573,"@timestamp":1626109972},"coords":"51.4062016,-0.1416904","bedrooms":"3","price":"196000","area":"543"} , +{"type":"Feature","id":"n8914385583","geometry":{"type":"Point","coordinates":[-0.1414718,51.405954]},"properties":{"@type":"node","@id":8914385583,"@timestamp":1626109972},"coords":"51.405954,-0.1414718","bedrooms":"2","price":"273000","area":"374"} , +{"type":"Feature","id":"n8914385593","geometry":{"type":"Point","coordinates":[-0.1361221,51.4071034]},"properties":{"@type":"node","@id":8914385593,"@timestamp":1626109972},"coords":"51.4071034,-0.1361221","bedrooms":"3","price":"228000","area":"416"} , +{"type":"Feature","id":"n8914394531","geometry":{"type":"Point","coordinates":[-0.4611924,50.9416472]},"properties":{"@type":"node","@id":8914394531,"@timestamp":1626110243},"coords":"50.9416472,-0.4611924","bedrooms":"3","price":"256000","area":"506"} , +{"type":"Feature","id":"n8914412062","geometry":{"type":"Point","coordinates":[-0.1406148,51.1124036]},"properties":{"@type":"node","@id":8914412062,"@timestamp":1626110986},"coords":"51.1124036,-0.1406148","bedrooms":"2","price":"150000","area":"671"} , +{"type":"Feature","id":"n8914412072","geometry":{"type":"Point","coordinates":[-0.1424977,51.1184264]},"properties":{"@type":"node","@id":8914412072,"@timestamp":1626110986},"coords":"51.1184264,-0.1424977","bedrooms":"1","price":"206000","area":"526"} , +{"type":"Feature","id":"n8914432251","geometry":{"type":"Point","coordinates":[0.1519095,51.4919132]},"properties":{"@type":"node","@id":8914432251,"@timestamp":1626111696},"coords":"51.4919132,0.1519095","bedrooms":"0","price":"247000","area":"463"} , +{"type":"Feature","id":"n8914721487","geometry":{"type":"Point","coordinates":[-0.0065574,51.1245146]},"properties":{"@type":"node","@id":8914721487,"@timestamp":1626123086},"coords":"51.1245146,-0.0065574","bedrooms":"2","price":"288000","area":"360"} , +{"type":"Feature","id":"n8914747810","geometry":{"type":"Point","coordinates":[-0.0124306,51.1263309]},"properties":{"@type":"node","@id":8914747810,"@timestamp":1626122633},"coords":"51.1263309,-0.0124306","bedrooms":"4","price":"190000","area":"474"} , +{"type":"Feature","id":"n8914765027","geometry":{"type":"Point","coordinates":[-0.0110638,51.126516]},"properties":{"@type":"node","@id":8914765027,"@timestamp":1626122633},"coords":"51.126516,-0.0110638","bedrooms":"3","price":"181000","area":"608"} , +{"type":"Feature","id":"n8914765171","geometry":{"type":"Point","coordinates":[-0.0145336,51.1260028]},"properties":{"@type":"node","@id":8914765171,"@timestamp":1626122633},"coords":"51.1260028,-0.0145336","bedrooms":"4","price":"272000","area":"508"} , +{"type":"Feature","id":"n8914774376","geometry":{"type":"Point","coordinates":[-0.4417523,51.0873151]},"properties":{"@type":"node","@id":8914774376,"@timestamp":1626123048},"coords":"51.0873151,-0.4417523","bedrooms":"4","price":"274000","area":"480"} , +{"type":"Feature","id":"n8914774386","geometry":{"type":"Point","coordinates":[-0.4423257,51.0876453]},"properties":{"@type":"node","@id":8914774386,"@timestamp":1626123048},"coords":"51.0876453,-0.4423257","bedrooms":"4","price":"269000","area":"374"} , +{"type":"Feature","id":"n8914774396","geometry":{"type":"Point","coordinates":[-0.4422518,51.0868501]},"properties":{"@type":"node","@id":8914774396,"@timestamp":1626123048},"coords":"51.0868501,-0.4422518","bedrooms":"0","price":"160000","area":"521"} , +{"type":"Feature","id":"n8914774406","geometry":{"type":"Point","coordinates":[-0.4425236,51.0865925]},"properties":{"@type":"node","@id":8914774406,"@timestamp":1626123048},"coords":"51.0865925,-0.4425236","bedrooms":"4","price":"196000","area":"611"} , +{"type":"Feature","id":"n8914774416","geometry":{"type":"Point","coordinates":[-0.4420587,51.0866217]},"properties":{"@type":"node","@id":8914774416,"@timestamp":1626123048},"coords":"51.0866217,-0.4420587","bedrooms":"4","price":"195000","area":"552"} , +{"type":"Feature","id":"n8914774426","geometry":{"type":"Point","coordinates":[-0.4424747,51.08629]},"properties":{"@type":"node","@id":8914774426,"@timestamp":1626123048},"coords":"51.08629,-0.4424747","bedrooms":"0","price":"151000","area":"415"} , +{"type":"Feature","id":"n8914774436","geometry":{"type":"Point","coordinates":[-0.4426893,51.0863851]},"properties":{"@type":"node","@id":8914774436,"@timestamp":1626123048},"coords":"51.0863851,-0.4426893","bedrooms":"0","price":"280000","area":"646"} , +{"type":"Feature","id":"n8914800801","geometry":{"type":"Point","coordinates":[0.012262,51.5200709]},"properties":{"@type":"node","@id":8914800801,"@timestamp":1626124437},"coords":"51.5200709,0.012262","bedrooms":"3","price":"191000","area":"373"} , +{"type":"Feature","id":"n8914804366","geometry":{"type":"Point","coordinates":[0.4894408,51.7216187]},"properties":{"@type":"node","@id":8914804366,"@timestamp":1626125038},"coords":"51.7216187,0.4894408","bedrooms":"4","price":"201000","area":"370"} , +{"type":"Feature","id":"n8914804964","geometry":{"type":"Point","coordinates":[-0.4403051,51.0869923]},"properties":{"@type":"node","@id":8914804964,"@timestamp":1626124437},"coords":"51.0869923,-0.4403051","bedrooms":"2","price":"292000","area":"388"} , +{"type":"Feature","id":"n8914804974","geometry":{"type":"Point","coordinates":[-0.4408642,51.0866568]},"properties":{"@type":"node","@id":8914804974,"@timestamp":1626124437},"coords":"51.0866568,-0.4408642","bedrooms":"4","price":"257000","area":"402"} , +{"type":"Feature","id":"n8914869852","geometry":{"type":"Point","coordinates":[0.1005181,51.7895979]},"properties":{"@type":"node","@id":8914869852,"@timestamp":1631237365},"coords":"51.7895979,0.1005181","bedrooms":"0","price":"211000","area":"439"} , +{"type":"Feature","id":"n8914928275","geometry":{"type":"Point","coordinates":[0.0258954,51.3954888]},"properties":{"@type":"node","@id":8914928275,"@timestamp":1626130601},"coords":"51.3954888,0.0258954","bedrooms":"2","price":"290000","area":"365"} , +{"type":"Feature","id":"n8914935164","geometry":{"type":"Point","coordinates":[0.8918989,51.8898023]},"properties":{"@type":"node","@id":8914935164,"@timestamp":1626130669},"coords":"51.8898023,0.8918989","bedrooms":"4","price":"260000","area":"425"} , +{"type":"Feature","id":"n8915067735","geometry":{"type":"Point","coordinates":[-0.3323373,51.4386194]},"properties":{"@type":"node","@id":8915067735,"@timestamp":1626139891},"coords":"51.4386194,-0.3323373","bedrooms":"0","price":"255000","area":"561"} , +{"type":"Feature","id":"n8915263179","geometry":{"type":"Point","coordinates":[-0.2409884,51.495596]},"properties":{"@type":"node","@id":8915263179,"@timestamp":1626146327},"coords":"51.495596,-0.2409884","bedrooms":"0","price":"206000","area":"663"} , +{"type":"Feature","id":"n8915275603","geometry":{"type":"Point","coordinates":[-0.2402497,51.4969087]},"properties":{"@type":"node","@id":8915275603,"@timestamp":1626148016},"coords":"51.4969087,-0.2402497","bedrooms":"4","price":"184000","area":"422"} , +{"type":"Feature","id":"n8915409420","geometry":{"type":"Point","coordinates":[0.1758964,50.9411729]},"properties":{"@type":"node","@id":8915409420,"@timestamp":1626151625},"coords":"50.9411729,0.1758964","bedrooms":"2","price":"229000","area":"535"} , +{"type":"Feature","id":"n8915566239","geometry":{"type":"Point","coordinates":[-0.3430491,50.9438797]},"properties":{"@type":"node","@id":8915566239,"@timestamp":1626156891},"coords":"50.9438797,-0.3430491","bedrooms":"0","price":"225000","area":"646"} , +{"type":"Feature","id":"n8915836530","geometry":{"type":"Point","coordinates":[-0.9146839,51.0147356]},"properties":{"@type":"node","@id":8915836530,"@timestamp":1626163498},"coords":"51.0147356,-0.9146839","bedrooms":"1","price":"264000","area":"469"} , +{"type":"Feature","id":"n8915878334","geometry":{"type":"Point","coordinates":[-0.2424009,51.4982849]},"properties":{"@type":"node","@id":8915878334,"@timestamp":1626164502},"coords":"51.4982849,-0.2424009","bedrooms":"3","price":"151000","area":"351"} , +{"type":"Feature","id":"n8915878495","geometry":{"type":"Point","coordinates":[-0.2412842,51.4990794]},"properties":{"@type":"node","@id":8915878495,"@timestamp":1626164502},"coords":"51.4990794,-0.2412842","bedrooms":"2","price":"237000","area":"441"} , +{"type":"Feature","id":"n8916017426","geometry":{"type":"Point","coordinates":[-0.0906257,51.1100688]},"properties":{"@type":"node","@id":8916017426,"@timestamp":1626167770},"coords":"51.1100688,-0.0906257","bedrooms":"4","price":"199000","area":"677"} , +{"type":"Feature","id":"n8916220545","geometry":{"type":"Point","coordinates":[-0.2397724,51.4995486]},"properties":{"@type":"node","@id":8916220545,"@timestamp":1626172212},"coords":"51.4995486,-0.2397724","bedrooms":"1","price":"250000","area":"492"} , +{"type":"Feature","id":"n8916259602","geometry":{"type":"Point","coordinates":[0.1431619,51.4890096]},"properties":{"@type":"node","@id":8916259602,"@timestamp":1626173282},"coords":"51.4890096,0.1431619","bedrooms":"1","price":"274000","area":"540"} , +{"type":"Feature","id":"n8916295262","geometry":{"type":"Point","coordinates":[-0.3241316,51.5372748]},"properties":{"@type":"node","@id":8916295262,"@timestamp":1626174274},"coords":"51.5372748,-0.3241316","bedrooms":"1","price":"190000","area":"698"} , +{"type":"Feature","id":"n8916305800","geometry":{"type":"Point","coordinates":[-0.3402192,51.7262061]},"properties":{"@type":"node","@id":8916305800,"@timestamp":1626174277},"coords":"51.7262061,-0.3402192","bedrooms":"4","price":"268000","area":"559"} , +{"type":"Feature","id":"n8916324416","geometry":{"type":"Point","coordinates":[0.0679482,51.4310678]},"properties":{"@type":"node","@id":8916324416,"@timestamp":1626174649},"coords":"51.4310678,0.0679482","bedrooms":"3","price":"245000","area":"600"} , +{"type":"Feature","id":"n8916342213","geometry":{"type":"Point","coordinates":[0.065906,51.4292271]},"properties":{"@type":"node","@id":8916342213,"@timestamp":1626175220},"coords":"51.4292271,0.065906","bedrooms":"1","price":"289000","area":"444"} , +{"type":"Feature","id":"n8916355755","geometry":{"type":"Point","coordinates":[-0.4175476,51.6456571]},"properties":{"@type":"node","@id":8916355755,"@timestamp":1635418596},"coords":"51.6456571,-0.4175476","bedrooms":"4","price":"298000","area":"684"} , +{"type":"Feature","id":"n8916506524","geometry":{"type":"Point","coordinates":[-0.1432951,51.4811359]},"properties":{"@type":"node","@id":8916506524,"@timestamp":1626178018},"coords":"51.4811359,-0.1432951","bedrooms":"0","price":"233000","area":"470"} , +{"type":"Feature","id":"n8916506615","geometry":{"type":"Point","coordinates":[-0.1400104,51.4800993]},"properties":{"@type":"node","@id":8916506615,"@timestamp":1630807593},"coords":"51.4800993,-0.1400104","bedrooms":"0","price":"168000","area":"653"} , +{"type":"Feature","id":"n8916598248","geometry":{"type":"Point","coordinates":[-0.3355604,51.7188432]},"properties":{"@type":"node","@id":8916598248,"@timestamp":1626179872},"coords":"51.7188432,-0.3355604","bedrooms":"4","price":"206000","area":"496"} , +{"type":"Feature","id":"n8916680154","geometry":{"type":"Point","coordinates":[-0.3340071,51.7172096]},"properties":{"@type":"node","@id":8916680154,"@timestamp":1626182157},"coords":"51.7172096,-0.3340071","bedrooms":"2","price":"176000","area":"500"} , +{"type":"Feature","id":"n8916716892","geometry":{"type":"Point","coordinates":[-0.0471481,51.4512131]},"properties":{"@type":"node","@id":8916716892,"@timestamp":1626183168},"coords":"51.4512131,-0.0471481","bedrooms":"4","price":"177000","area":"654"} , +{"type":"Feature","id":"n8916892174","geometry":{"type":"Point","coordinates":[-0.0612347,51.5455634]},"properties":{"@type":"node","@id":8916892174,"@timestamp":1626193772},"coords":"51.5455634,-0.0612347","bedrooms":"3","price":"248000","area":"354"} , +{"type":"Feature","id":"n8916902737","geometry":{"type":"Point","coordinates":[0.1085228,51.475811]},"properties":{"@type":"node","@id":8916902737,"@timestamp":1626187167},"coords":"51.475811,0.1085228","bedrooms":"1","price":"271000","area":"632"} , +{"type":"Feature","id":"n8916938183","geometry":{"type":"Point","coordinates":[0.0925766,51.4680453]},"properties":{"@type":"node","@id":8916938183,"@timestamp":1626189383},"coords":"51.4680453,0.0925766","bedrooms":"0","price":"185000","area":"594"} , +{"type":"Feature","id":"n8916938195","geometry":{"type":"Point","coordinates":[0.0954998,51.472851]},"properties":{"@type":"node","@id":8916938195,"@timestamp":1626189383},"coords":"51.472851,0.0954998","bedrooms":"3","price":"289000","area":"575"} , +{"type":"Feature","id":"n8916974994","geometry":{"type":"Point","coordinates":[0.0969884,51.4729684]},"properties":{"@type":"node","@id":8916974994,"@timestamp":1626189383},"coords":"51.4729684,0.0969884","bedrooms":"0","price":"239000","area":"523"} , +{"type":"Feature","id":"n8917018766","geometry":{"type":"Point","coordinates":[0.8595139,51.3308128]},"properties":{"@type":"node","@id":8917018766,"@timestamp":1626191397},"coords":"51.3308128,0.8595139","bedrooms":"1","price":"165000","area":"516"} , +{"type":"Feature","id":"n8917027044","geometry":{"type":"Point","coordinates":[0.8625555,51.3306753]},"properties":{"@type":"node","@id":8917027044,"@timestamp":1626191397},"coords":"51.3306753,0.8625555","bedrooms":"2","price":"170000","area":"402"} , +{"type":"Feature","id":"n8917037789","geometry":{"type":"Point","coordinates":[0.1794183,51.4526698]},"properties":{"@type":"node","@id":8917037789,"@timestamp":1626192346},"coords":"51.4526698,0.1794183","bedrooms":"4","price":"193000","area":"674"} , +{"type":"Feature","id":"n8917042253","geometry":{"type":"Point","coordinates":[0.0449064,51.5537739]},"properties":{"@type":"node","@id":8917042253,"@timestamp":1633880316},"coords":"51.5537739,0.0449064","bedrooms":"3","price":"229000","area":"363"} , +{"type":"Feature","id":"n8917051943","geometry":{"type":"Point","coordinates":[-0.3067846,51.7225461]},"properties":{"@type":"node","@id":8917051943,"@timestamp":1626192691},"coords":"51.7225461,-0.3067846","bedrooms":"2","price":"216000","area":"529"} , +{"type":"Feature","id":"n8917137639","geometry":{"type":"Point","coordinates":[0.5131562,51.271131]},"properties":{"@type":"node","@id":8917137639,"@timestamp":1626194789},"coords":"51.271131,0.5131562","bedrooms":"1","price":"237000","area":"557"} , +{"type":"Feature","id":"n8917137649","geometry":{"type":"Point","coordinates":[0.5132031,51.271235]},"properties":{"@type":"node","@id":8917137649,"@timestamp":1626194789},"coords":"51.271235,0.5132031","bedrooms":"1","price":"151000","area":"659"} , +{"type":"Feature","id":"n8917137659","geometry":{"type":"Point","coordinates":[0.5138703,51.2705902]},"properties":{"@type":"node","@id":8917137659,"@timestamp":1626194789},"coords":"51.2705902,0.5138703","bedrooms":"1","price":"198000","area":"614"} , +{"type":"Feature","id":"n8917194457","geometry":{"type":"Point","coordinates":[-0.7447485,51.2772088]},"properties":{"@type":"node","@id":8917194457,"@timestamp":1626196410},"coords":"51.2772088,-0.7447485","bedrooms":"4","price":"290000","area":"589"} , +{"type":"Feature","id":"n8917320667","geometry":{"type":"Point","coordinates":[0.4897235,51.7585079]},"properties":{"@type":"node","@id":8917320667,"@timestamp":1626200604},"coords":"51.7585079,0.4897235","bedrooms":"0","price":"257000","area":"579"} , +{"type":"Feature","id":"n8917320680","geometry":{"type":"Point","coordinates":[0.4898562,51.7575474]},"properties":{"@type":"node","@id":8917320680,"@timestamp":1626200604},"coords":"51.7575474,0.4898562","bedrooms":"3","price":"259000","area":"628"} , +{"type":"Feature","id":"n8917379638","geometry":{"type":"Point","coordinates":[0.0179352,51.5322161]},"properties":{"@type":"node","@id":8917379638,"@timestamp":1626202605},"coords":"51.5322161,0.0179352","bedrooms":"3","price":"193000","area":"691"} , +{"type":"Feature","id":"n8917586958","geometry":{"type":"Point","coordinates":[-0.4598336,51.5055076]},"properties":{"@type":"node","@id":8917586958,"@timestamp":1626211240},"coords":"51.5055076,-0.4598336","bedrooms":"4","price":"164000","area":"513"} , +{"type":"Feature","id":"n8917638979","geometry":{"type":"Point","coordinates":[-0.4591676,51.5045679]},"properties":{"@type":"node","@id":8917638979,"@timestamp":1626211240},"coords":"51.5045679,-0.4591676","bedrooms":"0","price":"245000","area":"360"} , +{"type":"Feature","id":"n8917766315","geometry":{"type":"Point","coordinates":[0.1975853,51.7901508]},"properties":{"@type":"node","@id":8917766315,"@timestamp":1626218099},"coords":"51.7901508,0.1975853","bedrooms":"3","price":"224000","area":"464"} , +{"type":"Feature","id":"n8917778667","geometry":{"type":"Point","coordinates":[0.0733803,51.7490158]},"properties":{"@type":"node","@id":8917778667,"@timestamp":1631223645},"coords":"51.7490158,0.0733803","bedrooms":"4","price":"236000","area":"646"} , +{"type":"Feature","id":"n8917853652","geometry":{"type":"Point","coordinates":[-0.0166444,51.5777835]},"properties":{"@type":"node","@id":8917853652,"@timestamp":1626223628},"coords":"51.5777835,-0.0166444","bedrooms":"0","price":"248000","area":"467"} , +{"type":"Feature","id":"n8918206272","geometry":{"type":"Point","coordinates":[0.5340731,51.5743964]},"properties":{"@type":"node","@id":8918206272,"@timestamp":1626233084},"coords":"51.5743964,0.5340731","bedrooms":"3","price":"194000","area":"542"} , +{"type":"Feature","id":"n8918328449","geometry":{"type":"Point","coordinates":[-0.2377728,51.4991815]},"properties":{"@type":"node","@id":8918328449,"@timestamp":1626237667},"coords":"51.4991815,-0.2377728","bedrooms":"3","price":"299000","area":"541"} , +{"type":"Feature","id":"n8918803686","geometry":{"type":"Point","coordinates":[0.0156125,51.5333936]},"properties":{"@type":"node","@id":8918803686,"@timestamp":1626250874},"coords":"51.5333936,0.0156125","bedrooms":"3","price":"178000","area":"428"} , +{"type":"Feature","id":"n8918810865","geometry":{"type":"Point","coordinates":[0.8450916,51.3332159]},"properties":{"@type":"node","@id":8918810865,"@timestamp":1626250569},"coords":"51.3332159,0.8450916","bedrooms":"4","price":"177000","area":"540"} , +{"type":"Feature","id":"n8918840158","geometry":{"type":"Point","coordinates":[-0.2876246,51.3738867]},"properties":{"@type":"node","@id":8918840158,"@timestamp":1626252125},"coords":"51.3738867,-0.2876246","bedrooms":"3","price":"243000","area":"594"} , +{"type":"Feature","id":"n8918957217","geometry":{"type":"Point","coordinates":[0.7770829,51.3459177]},"properties":{"@type":"node","@id":8918957217,"@timestamp":1626253118},"coords":"51.3459177,0.7770829","bedrooms":"4","price":"150000","area":"617"} , +{"type":"Feature","id":"n8918957227","geometry":{"type":"Point","coordinates":[0.829787,51.3352218]},"properties":{"@type":"node","@id":8918957227,"@timestamp":1626253118},"coords":"51.3352218,0.829787","bedrooms":"3","price":"216000","area":"385"} , +{"type":"Feature","id":"n8918957237","geometry":{"type":"Point","coordinates":[0.8164269,51.337603]},"properties":{"@type":"node","@id":8918957237,"@timestamp":1626253118},"coords":"51.337603,0.8164269","bedrooms":"3","price":"168000","area":"381"} , +{"type":"Feature","id":"n8918957247","geometry":{"type":"Point","coordinates":[0.7998776,51.3412457]},"properties":{"@type":"node","@id":8918957247,"@timestamp":1626253118},"coords":"51.3412457,0.7998776","bedrooms":"1","price":"255000","area":"643"} , +{"type":"Feature","id":"n8919130953","geometry":{"type":"Point","coordinates":[-0.339259,51.3739243]},"properties":{"@type":"node","@id":8919130953,"@timestamp":1626257065},"coords":"51.3739243,-0.339259","bedrooms":"3","price":"285000","area":"519"} , +{"type":"Feature","id":"n8919260416","geometry":{"type":"Point","coordinates":[-0.3450043,51.3764687]},"properties":{"@type":"node","@id":8919260416,"@timestamp":1626260797},"coords":"51.3764687,-0.3450043","bedrooms":"0","price":"217000","area":"667"} , +{"type":"Feature","id":"n8919271936","geometry":{"type":"Point","coordinates":[-0.4161328,51.6459977]},"properties":{"@type":"node","@id":8919271936,"@timestamp":1635418596},"coords":"51.6459977,-0.4161328","bedrooms":"1","price":"218000","area":"652"} , +{"type":"Feature","id":"n8919307154","geometry":{"type":"Point","coordinates":[-0.2607617,51.9651059]},"properties":{"@type":"node","@id":8919307154,"@timestamp":1626260917},"coords":"51.9651059,-0.2607617","bedrooms":"0","price":"188000","area":"678"} , +{"type":"Feature","id":"n8919339347","geometry":{"type":"Point","coordinates":[-0.1238616,51.5397846]},"properties":{"@type":"node","@id":8919339347,"@timestamp":1626262031},"coords":"51.5397846,-0.1238616","bedrooms":"2","price":"277000","area":"518"} , +{"type":"Feature","id":"n8919406388","geometry":{"type":"Point","coordinates":[0.2191485,51.054318]},"properties":{"@type":"node","@id":8919406388,"@timestamp":1626262958},"coords":"51.054318,0.2191485","bedrooms":"3","price":"173000","area":"510"} , +{"type":"Feature","id":"n8919519190","geometry":{"type":"Point","coordinates":[0.717794,51.378326]},"properties":{"@type":"node","@id":8919519190,"@timestamp":1626266587},"coords":"51.378326,0.717794","bedrooms":"0","price":"261000","area":"366"} , +{"type":"Feature","id":"n8919519200","geometry":{"type":"Point","coordinates":[0.7154095,51.370846]},"properties":{"@type":"node","@id":8919519200,"@timestamp":1626266587},"coords":"51.370846,0.7154095","bedrooms":"0","price":"222000","area":"567"} , +{"type":"Feature","id":"n8919519210","geometry":{"type":"Point","coordinates":[0.7302877,51.3954671]},"properties":{"@type":"node","@id":8919519210,"@timestamp":1626266587},"coords":"51.3954671,0.7302877","bedrooms":"4","price":"228000","area":"527"} , +{"type":"Feature","id":"n8919527817","geometry":{"type":"Point","coordinates":[-0.1922812,51.6620126]},"properties":{"@type":"node","@id":8919527817,"@timestamp":1626266200},"coords":"51.6620126,-0.1922812","bedrooms":"4","price":"284000","area":"413"} , +{"type":"Feature","id":"n8919548626","geometry":{"type":"Point","coordinates":[0.7222304,51.385244]},"properties":{"@type":"node","@id":8919548626,"@timestamp":1626266587},"coords":"51.385244,0.7222304","bedrooms":"4","price":"277000","area":"603"} , +{"type":"Feature","id":"n8919548636","geometry":{"type":"Point","coordinates":[0.7205379,51.3827096]},"properties":{"@type":"node","@id":8919548636,"@timestamp":1626266587},"coords":"51.3827096,0.7205379","bedrooms":"3","price":"208000","area":"620"} , +{"type":"Feature","id":"n8919548646","geometry":{"type":"Point","coordinates":[0.7260123,51.3914153]},"properties":{"@type":"node","@id":8919548646,"@timestamp":1626266587},"coords":"51.3914153,0.7260123","bedrooms":"4","price":"250000","area":"635"} , +{"type":"Feature","id":"n8919609956","geometry":{"type":"Point","coordinates":[-0.0211184,51.544548]},"properties":{"@type":"node","@id":8919609956,"@timestamp":1626267594},"coords":"51.544548,-0.0211184","bedrooms":"2","price":"157000","area":"354"} , +{"type":"Feature","id":"n8919738570","geometry":{"type":"Point","coordinates":[-0.0428174,51.0547826]},"properties":{"@type":"node","@id":8919738570,"@timestamp":1630252492},"coords":"51.0547826,-0.0428174","bedrooms":"3","price":"289000","area":"669"} , +{"type":"Feature","id":"n8919789762","geometry":{"type":"Point","coordinates":[-0.3631532,51.7335985]},"properties":{"@type":"node","@id":8919789762,"@timestamp":1626272524},"coords":"51.7335985,-0.3631532","bedrooms":"0","price":"296000","area":"680"} , +{"type":"Feature","id":"n8919789795","geometry":{"type":"Point","coordinates":[-0.3555398,51.7341979]},"properties":{"@type":"node","@id":8919789795,"@timestamp":1626272524},"coords":"51.7341979,-0.3555398","bedrooms":"0","price":"211000","area":"566"} , +{"type":"Feature","id":"n8919826270","geometry":{"type":"Point","coordinates":[-0.3548728,51.7306636]},"properties":{"@type":"node","@id":8919826270,"@timestamp":1626273548},"coords":"51.7306636,-0.3548728","bedrooms":"3","price":"242000","area":"352"} , +{"type":"Feature","id":"n8919834101","geometry":{"type":"Point","coordinates":[0.1942872,51.4284205]},"properties":{"@type":"node","@id":8919834101,"@timestamp":1626274484},"coords":"51.4284205,0.1942872","bedrooms":"0","price":"244000","area":"366"} , +{"type":"Feature","id":"n8919852490","geometry":{"type":"Point","coordinates":[0.1953128,51.4280338]},"properties":{"@type":"node","@id":8919852490,"@timestamp":1626274539},"coords":"51.4280338,0.1953128","bedrooms":"2","price":"166000","area":"598"} , +{"type":"Feature","id":"n8919872335","geometry":{"type":"Point","coordinates":[0.1938654,51.4287587]},"properties":{"@type":"node","@id":8919872335,"@timestamp":1626274484},"coords":"51.4287587,0.1938654","bedrooms":"1","price":"214000","area":"627"} , +{"type":"Feature","id":"n8919888833","geometry":{"type":"Point","coordinates":[-0.0129812,51.5478529]},"properties":{"@type":"node","@id":8919888833,"@timestamp":1626274975},"coords":"51.5478529,-0.0129812","bedrooms":"2","price":"216000","area":"673"} , +{"type":"Feature","id":"n8919932139","geometry":{"type":"Point","coordinates":[0.2422008,51.6335511]},"properties":{"@type":"node","@id":8919932139,"@timestamp":1626276478},"coords":"51.6335511,0.2422008","bedrooms":"2","price":"289000","area":"526"} , +{"type":"Feature","id":"n8919934426","geometry":{"type":"Point","coordinates":[0.2468394,51.6391061]},"properties":{"@type":"node","@id":8919934426,"@timestamp":1626276478},"coords":"51.6391061,0.2468394","bedrooms":"1","price":"263000","area":"591"} , +{"type":"Feature","id":"n8920089539","geometry":{"type":"Point","coordinates":[-0.1992151,51.5430346]},"properties":{"@type":"node","@id":8920089539,"@timestamp":1626282359},"coords":"51.5430346,-0.1992151","bedrooms":"2","price":"197000","area":"594"} , +{"type":"Feature","id":"n8920262453","geometry":{"type":"Point","coordinates":[0.2140016,51.0552592]},"properties":{"@type":"node","@id":8920262453,"@timestamp":1626287020},"coords":"51.0552592,0.2140016","bedrooms":"4","price":"151000","area":"430"} , +{"type":"Feature","id":"n8920488950","geometry":{"type":"Point","coordinates":[-0.079765,51.1828252]},"properties":{"@type":"node","@id":8920488950,"@timestamp":1626293211},"coords":"51.1828252,-0.079765","bedrooms":"0","price":"251000","area":"382"} , +{"type":"Feature","id":"n8920518357","geometry":{"type":"Point","coordinates":[0.7553516,51.4290653]},"properties":{"@type":"node","@id":8920518357,"@timestamp":1626294251},"coords":"51.4290653,0.7553516","bedrooms":"3","price":"222000","area":"358"} , +{"type":"Feature","id":"n8920531966","geometry":{"type":"Point","coordinates":[-0.5602756,51.2139337]},"properties":{"@type":"node","@id":8920531966,"@timestamp":1626294717},"coords":"51.2139337,-0.5602756","bedrooms":"3","price":"298000","area":"527"} , +{"type":"Feature","id":"n8920553213","geometry":{"type":"Point","coordinates":[-0.3053214,51.3995327]},"properties":{"@type":"node","@id":8920553213,"@timestamp":1626295682},"coords":"51.3995327,-0.3053214","bedrooms":"3","price":"212000","area":"390"} , +{"type":"Feature","id":"n8920553602","geometry":{"type":"Point","coordinates":[-0.3068992,51.3997369]},"properties":{"@type":"node","@id":8920553602,"@timestamp":1626295682},"coords":"51.3997369,-0.3068992","bedrooms":"0","price":"203000","area":"646"} , +{"type":"Feature","id":"n8920553665","geometry":{"type":"Point","coordinates":[-0.3068678,51.3998673]},"properties":{"@type":"node","@id":8920553665,"@timestamp":1626295682},"coords":"51.3998673,-0.3068678","bedrooms":"0","price":"290000","area":"672"} , +{"type":"Feature","id":"n8920553691","geometry":{"type":"Point","coordinates":[-0.3065431,51.399808]},"properties":{"@type":"node","@id":8920553691,"@timestamp":1626295682},"coords":"51.399808,-0.3065431","bedrooms":"3","price":"274000","area":"444"} , +{"type":"Feature","id":"n8920672902","geometry":{"type":"Point","coordinates":[0.1376778,51.4576786]},"properties":{"@type":"node","@id":8920672902,"@timestamp":1626300589},"coords":"51.4576786,0.1376778","bedrooms":"3","price":"246000","area":"475"} , +{"type":"Feature","id":"n8920706641","geometry":{"type":"Point","coordinates":[-0.3005898,51.4116538]},"properties":{"@type":"node","@id":8920706641,"@timestamp":1626302895},"coords":"51.4116538,-0.3005898","bedrooms":"3","price":"196000","area":"528"} , +{"type":"Feature","id":"n8920745264","geometry":{"type":"Point","coordinates":[-0.2636457,51.3337229]},"properties":{"@type":"node","@id":8920745264,"@timestamp":1626304065},"coords":"51.3337229,-0.2636457","bedrooms":"4","price":"201000","area":"566"} , +{"type":"Feature","id":"n8920868757","geometry":{"type":"Point","coordinates":[-0.1916998,51.3604153]},"properties":{"@type":"node","@id":8920868757,"@timestamp":1627382124},"coords":"51.3604153,-0.1916998","bedrooms":"1","price":"185000","area":"579"} , +{"type":"Feature","id":"n8920955602","geometry":{"type":"Point","coordinates":[-0.1913234,51.3591341]},"properties":{"@type":"node","@id":8920955602,"@timestamp":1627382124},"coords":"51.3591341,-0.1913234","bedrooms":"3","price":"252000","area":"442"} , +{"type":"Feature","id":"n8921330890","geometry":{"type":"Point","coordinates":[-0.2437497,51.4951642]},"properties":{"@type":"node","@id":8921330890,"@timestamp":1626328128},"coords":"51.4951642,-0.2437497","bedrooms":"3","price":"198000","area":"591"} , +{"type":"Feature","id":"n8921330966","geometry":{"type":"Point","coordinates":[-0.2427074,51.4951825]},"properties":{"@type":"node","@id":8921330966,"@timestamp":1626328128},"coords":"51.4951825,-0.2427074","bedrooms":"1","price":"248000","area":"637"} , +{"type":"Feature","id":"n8921331023","geometry":{"type":"Point","coordinates":[-0.242662,51.4952312]},"properties":{"@type":"node","@id":8921331023,"@timestamp":1626328128},"coords":"51.4952312,-0.242662","bedrooms":"0","price":"262000","area":"484"} , +{"type":"Feature","id":"n8921528428","geometry":{"type":"Point","coordinates":[-0.2407778,51.4953514]},"properties":{"@type":"node","@id":8921528428,"@timestamp":1626332612},"coords":"51.4953514,-0.2407778","bedrooms":"3","price":"203000","area":"697"} , +{"type":"Feature","id":"n8922031349","geometry":{"type":"Point","coordinates":[-0.3005323,51.4099313]},"properties":{"@type":"node","@id":8922031349,"@timestamp":1626342634},"coords":"51.4099313,-0.3005323","bedrooms":"1","price":"160000","area":"635"} , +{"type":"Feature","id":"n8922031393","geometry":{"type":"Point","coordinates":[-0.3017,51.4081287]},"properties":{"@type":"node","@id":8922031393,"@timestamp":1626342634},"coords":"51.4081287,-0.3017","bedrooms":"3","price":"172000","area":"667"} , +{"type":"Feature","id":"n8922170396","geometry":{"type":"Point","coordinates":[-0.2789646,51.5897925]},"properties":{"@type":"node","@id":8922170396,"@timestamp":1626346064},"coords":"51.5897925,-0.2789646","bedrooms":"0","price":"190000","area":"519"} , +{"type":"Feature","id":"n8922430042","geometry":{"type":"Point","coordinates":[-0.2367138,51.4977194]},"properties":{"@type":"node","@id":8922430042,"@timestamp":1626350740},"coords":"51.4977194,-0.2367138","bedrooms":"3","price":"176000","area":"369"} , +{"type":"Feature","id":"n8922431135","geometry":{"type":"Point","coordinates":[-0.2365594,51.4971923]},"properties":{"@type":"node","@id":8922431135,"@timestamp":1626350740},"coords":"51.4971923,-0.2365594","bedrooms":"3","price":"173000","area":"427"} , +{"type":"Feature","id":"n8922431145","geometry":{"type":"Point","coordinates":[-0.2366144,51.4966384]},"properties":{"@type":"node","@id":8922431145,"@timestamp":1626350740},"coords":"51.4966384,-0.2366144","bedrooms":"0","price":"261000","area":"580"} , +{"type":"Feature","id":"n8922431155","geometry":{"type":"Point","coordinates":[-0.2366687,51.4960905]},"properties":{"@type":"node","@id":8922431155,"@timestamp":1626350740},"coords":"51.4960905,-0.2366687","bedrooms":"1","price":"228000","area":"524"} , +{"type":"Feature","id":"n8922556590","geometry":{"type":"Point","coordinates":[-0.2366013,51.4954393]},"properties":{"@type":"node","@id":8922556590,"@timestamp":1626354433},"coords":"51.4954393,-0.2366013","bedrooms":"0","price":"156000","area":"417"} , +{"type":"Feature","id":"n8922647729","geometry":{"type":"Point","coordinates":[0.0454051,51.5494199]},"properties":{"@type":"node","@id":8922647729,"@timestamp":1626356826},"coords":"51.5494199,0.0454051","bedrooms":"2","price":"214000","area":"586"} , +{"type":"Feature","id":"n8922729790","geometry":{"type":"Point","coordinates":[-0.4661829,51.5312447]},"properties":{"@type":"node","@id":8922729790,"@timestamp":1626359044},"coords":"51.5312447,-0.4661829","bedrooms":"1","price":"202000","area":"415"} , +{"type":"Feature","id":"n8922736612","geometry":{"type":"Point","coordinates":[0.0203667,51.5323654]},"properties":{"@type":"node","@id":8922736612,"@timestamp":1626359069},"coords":"51.5323654,0.0203667","bedrooms":"1","price":"230000","area":"441"} , +{"type":"Feature","id":"n8922765562","geometry":{"type":"Point","coordinates":[-0.3036596,51.4067625]},"properties":{"@type":"node","@id":8922765562,"@timestamp":1626359858},"coords":"51.4067625,-0.3036596","bedrooms":"2","price":"282000","area":"458"} , +{"type":"Feature","id":"n8922783019","geometry":{"type":"Point","coordinates":[-0.400267,51.7168812]},"properties":{"@type":"node","@id":8922783019,"@timestamp":1626360231},"coords":"51.7168812,-0.400267","bedrooms":"2","price":"275000","area":"619"} , +{"type":"Feature","id":"n8922783131","geometry":{"type":"Point","coordinates":[-0.3723473,51.7229279]},"properties":{"@type":"node","@id":8922783131,"@timestamp":1626360231},"coords":"51.7229279,-0.3723473","bedrooms":"2","price":"171000","area":"612"} , +{"type":"Feature","id":"n8922938442","geometry":{"type":"Point","coordinates":[-0.3498756,51.7350756]},"properties":{"@type":"node","@id":8922938442,"@timestamp":1626364690},"coords":"51.7350756,-0.3498756","bedrooms":"1","price":"248000","area":"581"} , +{"type":"Feature","id":"n8922939776","geometry":{"type":"Point","coordinates":[-0.4143562,51.6460064]},"properties":{"@type":"node","@id":8922939776,"@timestamp":1631051987},"coords":"51.6460064,-0.4143562","bedrooms":"3","price":"232000","area":"602"} , +{"type":"Feature","id":"n8922986459","geometry":{"type":"Point","coordinates":[-0.1427498,51.5391824]},"properties":{"@type":"node","@id":8922986459,"@timestamp":1626366365},"coords":"51.5391824,-0.1427498","bedrooms":"1","price":"220000","area":"658"} , +{"type":"Feature","id":"n8922986473","geometry":{"type":"Point","coordinates":[-0.1434673,51.5400804]},"properties":{"@type":"node","@id":8922986473,"@timestamp":1626366365},"coords":"51.5400804,-0.1434673","bedrooms":"2","price":"190000","area":"665"} , +{"type":"Feature","id":"n8922986483","geometry":{"type":"Point","coordinates":[-0.1445885,51.5410405]},"properties":{"@type":"node","@id":8922986483,"@timestamp":1630949078},"coords":"51.5410405,-0.1445885","bedrooms":"0","price":"183000","area":"579"} , +{"type":"Feature","id":"n8922986494","geometry":{"type":"Point","coordinates":[-0.1447956,51.5412257]},"properties":{"@type":"node","@id":8922986494,"@timestamp":1626366365},"coords":"51.5412257,-0.1447956","bedrooms":"3","price":"189000","area":"513"} , +{"type":"Feature","id":"n8922986506","geometry":{"type":"Point","coordinates":[-0.146643,51.5423178]},"properties":{"@type":"node","@id":8922986506,"@timestamp":1630186436},"coords":"51.5423178,-0.146643","bedrooms":"2","price":"209000","area":"596"} , +{"type":"Feature","id":"n8923001023","geometry":{"type":"Point","coordinates":[-0.1482282,51.5428216]},"properties":{"@type":"node","@id":8923001023,"@timestamp":1630186436},"coords":"51.5428216,-0.1482282","bedrooms":"1","price":"228000","area":"529"} , +{"type":"Feature","id":"n8923001037","geometry":{"type":"Point","coordinates":[-0.1497708,51.5431711]},"properties":{"@type":"node","@id":8923001037,"@timestamp":1630186436},"coords":"51.5431711,-0.1497708","bedrooms":"1","price":"281000","area":"693"} , +{"type":"Feature","id":"n8923001059","geometry":{"type":"Point","coordinates":[-0.154465,51.5452491]},"properties":{"@type":"node","@id":8923001059,"@timestamp":1630186436},"coords":"51.5452491,-0.154465","bedrooms":"0","price":"207000","area":"353"} , +{"type":"Feature","id":"n8923001080","geometry":{"type":"Point","coordinates":[-0.1551571,51.5454029]},"properties":{"@type":"node","@id":8923001080,"@timestamp":1630186436},"coords":"51.5454029,-0.1551571","bedrooms":"0","price":"277000","area":"602"} , +{"type":"Feature","id":"n8923042487","geometry":{"type":"Point","coordinates":[-0.30808,51.4053231]},"properties":{"@type":"node","@id":8923042487,"@timestamp":1626367995},"coords":"51.4053231,-0.30808","bedrooms":"4","price":"172000","area":"350"} , +{"type":"Feature","id":"n8923070252","geometry":{"type":"Point","coordinates":[0.0185401,51.5319374]},"properties":{"@type":"node","@id":8923070252,"@timestamp":1626369055},"coords":"51.5319374,0.0185401","bedrooms":"4","price":"294000","area":"451"} , +{"type":"Feature","id":"n8923070262","geometry":{"type":"Point","coordinates":[0.0190008,51.5331617]},"properties":{"@type":"node","@id":8923070262,"@timestamp":1626369055},"coords":"51.5331617,0.0190008","bedrooms":"1","price":"253000","area":"698"} , +{"type":"Feature","id":"n8923070272","geometry":{"type":"Point","coordinates":[0.0186749,51.5329014]},"properties":{"@type":"node","@id":8923070272,"@timestamp":1626369055},"coords":"51.5329014,0.0186749","bedrooms":"2","price":"164000","area":"696"} , +{"type":"Feature","id":"n8923102028","geometry":{"type":"Point","coordinates":[-0.3078054,51.4033957]},"properties":{"@type":"node","@id":8923102028,"@timestamp":1635124942},"coords":"51.4033957,-0.3078054","bedrooms":"0","price":"260000","area":"521"} , +{"type":"Feature","id":"n8923102056","geometry":{"type":"Point","coordinates":[-0.30708,51.403689]},"properties":{"@type":"node","@id":8923102056,"@timestamp":1626369425},"coords":"51.403689,-0.30708","bedrooms":"3","price":"258000","area":"586"} , +{"type":"Feature","id":"n8923123119","geometry":{"type":"Point","coordinates":[-0.304473,51.4035214]},"properties":{"@type":"node","@id":8923123119,"@timestamp":1626369978},"coords":"51.4035214,-0.304473","bedrooms":"2","price":"286000","area":"511"} , +{"type":"Feature","id":"n8923278361","geometry":{"type":"Point","coordinates":[-0.0871212,51.5498553]},"properties":{"@type":"node","@id":8923278361,"@timestamp":1626376943},"coords":"51.5498553,-0.0871212","bedrooms":"4","price":"277000","area":"538"} , +{"type":"Feature","id":"n8923373137","geometry":{"type":"Point","coordinates":[-0.0728312,51.6158978]},"properties":{"@type":"node","@id":8923373137,"@timestamp":1626379701},"coords":"51.6158978,-0.0728312","bedrooms":"0","price":"245000","area":"604"} , +{"type":"Feature","id":"n8923612465","geometry":{"type":"Point","coordinates":[-0.1419607,51.5428393]},"properties":{"@type":"node","@id":8923612465,"@timestamp":1626383270},"coords":"51.5428393,-0.1419607","bedrooms":"2","price":"255000","area":"520"} , +{"type":"Feature","id":"n8923641186","geometry":{"type":"Point","coordinates":[0.445934,51.7553867]},"properties":{"@type":"node","@id":8923641186,"@timestamp":1626386261},"coords":"51.7553867,0.445934","bedrooms":"4","price":"192000","area":"538"} , +{"type":"Feature","id":"n8924653617","geometry":{"type":"Point","coordinates":[-0.2987562,51.4215441]},"properties":{"@type":"node","@id":8924653617,"@timestamp":1626390446},"coords":"51.4215441,-0.2987562","bedrooms":"2","price":"268000","area":"687"} , +{"type":"Feature","id":"n8925056640","geometry":{"type":"Point","coordinates":[-0.0141911,51.6660278]},"properties":{"@type":"node","@id":8925056640,"@timestamp":1626392800},"coords":"51.6660278,-0.0141911","bedrooms":"1","price":"298000","area":"463"} , +{"type":"Feature","id":"n8925154806","geometry":{"type":"Point","coordinates":[0.4446041,51.7554494]},"properties":{"@type":"node","@id":8925154806,"@timestamp":1626965810},"coords":"51.7554494,0.4446041","bedrooms":"4","price":"257000","area":"492"} , +{"type":"Feature","id":"n8925197827","geometry":{"type":"Point","coordinates":[0.4531546,51.7490387]},"properties":{"@type":"node","@id":8925197827,"@timestamp":1626401966},"coords":"51.7490387,0.4531546","bedrooms":"3","price":"252000","area":"413"} , +{"type":"Feature","id":"n8925197837","geometry":{"type":"Point","coordinates":[0.4523593,51.7490173]},"properties":{"@type":"node","@id":8925197837,"@timestamp":1626401966},"coords":"51.7490173,0.4523593","bedrooms":"3","price":"160000","area":"569"} , +{"type":"Feature","id":"n8925197847","geometry":{"type":"Point","coordinates":[0.4534139,51.7492127]},"properties":{"@type":"node","@id":8925197847,"@timestamp":1626401966},"coords":"51.7492127,0.4534139","bedrooms":"1","price":"278000","area":"387"} , +{"type":"Feature","id":"n8925397542","geometry":{"type":"Point","coordinates":[-0.257165,51.5727363]},"properties":{"@type":"node","@id":8925397542,"@timestamp":1626410549},"coords":"51.5727363,-0.257165","bedrooms":"4","price":"223000","area":"519"} , +{"type":"Feature","id":"n8925518917","geometry":{"type":"Point","coordinates":[-0.2363735,51.494654]},"properties":{"@type":"node","@id":8925518917,"@timestamp":1626414131},"coords":"51.494654,-0.2363735","bedrooms":"2","price":"221000","area":"377"} , +{"type":"Feature","id":"n8925888298","geometry":{"type":"Point","coordinates":[-0.8265779,51.3796524]},"properties":{"@type":"node","@id":8925888298,"@timestamp":1626423287},"coords":"51.3796524,-0.8265779","bedrooms":"2","price":"151000","area":"691"} , +{"type":"Feature","id":"n8925976280","geometry":{"type":"Point","coordinates":[-0.3110418,51.3918742]},"properties":{"@type":"node","@id":8925976280,"@timestamp":1626425548},"coords":"51.3918742,-0.3110418","bedrooms":"0","price":"244000","area":"687"} , +{"type":"Feature","id":"n8926044108","geometry":{"type":"Point","coordinates":[-0.3102399,51.3923987]},"properties":{"@type":"node","@id":8926044108,"@timestamp":1626427166},"coords":"51.3923987,-0.3102399","bedrooms":"1","price":"284000","area":"595"} , +{"type":"Feature","id":"n8926046218","geometry":{"type":"Point","coordinates":[-0.3071834,51.3955043]},"properties":{"@type":"node","@id":8926046218,"@timestamp":1626427166},"coords":"51.3955043,-0.3071834","bedrooms":"2","price":"164000","area":"510"} , +{"type":"Feature","id":"n8926046228","geometry":{"type":"Point","coordinates":[-0.2961216,51.4013834]},"properties":{"@type":"node","@id":8926046228,"@timestamp":1626427166},"coords":"51.4013834,-0.2961216","bedrooms":"1","price":"280000","area":"670"} , +{"type":"Feature","id":"n8926067657","geometry":{"type":"Point","coordinates":[-0.3475855,51.3821139]},"properties":{"@type":"node","@id":8926067657,"@timestamp":1626427748},"coords":"51.3821139,-0.3475855","bedrooms":"0","price":"253000","area":"414"} , +{"type":"Feature","id":"n8926090778","geometry":{"type":"Point","coordinates":[-0.763235,51.9292595]},"properties":{"@type":"node","@id":8926090778,"@timestamp":1626428461},"coords":"51.9292595,-0.763235","bedrooms":"1","price":"159000","area":"460"} , +{"type":"Feature","id":"n8926236946","geometry":{"type":"Point","coordinates":[-0.3008289,51.7180189]},"properties":{"@type":"node","@id":8926236946,"@timestamp":1626431285},"coords":"51.7180189,-0.3008289","bedrooms":"4","price":"259000","area":"670"} , +{"type":"Feature","id":"n8926237015","geometry":{"type":"Point","coordinates":[-0.2995085,51.7214631]},"properties":{"@type":"node","@id":8926237015,"@timestamp":1626431285},"coords":"51.7214631,-0.2995085","bedrooms":"4","price":"199000","area":"522"} , +{"type":"Feature","id":"n8926237054","geometry":{"type":"Point","coordinates":[-0.3042985,51.7240564]},"properties":{"@type":"node","@id":8926237054,"@timestamp":1626431285},"coords":"51.7240564,-0.3042985","bedrooms":"3","price":"264000","area":"352"} , +{"type":"Feature","id":"n8926310728","geometry":{"type":"Point","coordinates":[0.1880195,51.0475529]},"properties":{"@type":"node","@id":8926310728,"@timestamp":1626442257},"coords":"51.0475529,0.1880195","bedrooms":"0","price":"288000","area":"617"} , +{"type":"Feature","id":"n8926382079","geometry":{"type":"Point","coordinates":[0.0178299,51.5336802]},"properties":{"@type":"node","@id":8926382079,"@timestamp":1631899475},"coords":"51.5336802,0.0178299","bedrooms":"3","price":"213000","area":"529"} , +{"type":"Feature","id":"n8926382111","geometry":{"type":"Point","coordinates":[0.0177803,51.533393]},"properties":{"@type":"node","@id":8926382111,"@timestamp":1626433997},"coords":"51.533393,0.0177803","bedrooms":"4","price":"296000","area":"692"} , +{"type":"Feature","id":"n8926382924","geometry":{"type":"Point","coordinates":[0.0180829,51.5326541]},"properties":{"@type":"node","@id":8926382924,"@timestamp":1626433997},"coords":"51.5326541,0.0180829","bedrooms":"4","price":"214000","area":"527"} , +{"type":"Feature","id":"n8926382934","geometry":{"type":"Point","coordinates":[0.0183903,51.5325674]},"properties":{"@type":"node","@id":8926382934,"@timestamp":1626433997},"coords":"51.5325674,0.0183903","bedrooms":"0","price":"260000","area":"464"} , +{"type":"Feature","id":"n8926382989","geometry":{"type":"Point","coordinates":[0.0177573,51.532913]},"properties":{"@type":"node","@id":8926382989,"@timestamp":1626433997},"coords":"51.532913,0.0177573","bedrooms":"4","price":"249000","area":"469"} , +{"type":"Feature","id":"n8926383012","geometry":{"type":"Point","coordinates":[0.0173404,51.5327608]},"properties":{"@type":"node","@id":8926383012,"@timestamp":1634824384},"coords":"51.5327608,0.0173404","bedrooms":"2","price":"162000","area":"522"} , +{"type":"Feature","id":"n8926383027","geometry":{"type":"Point","coordinates":[0.0188787,51.5334516]},"properties":{"@type":"node","@id":8926383027,"@timestamp":1626433997},"coords":"51.5334516,0.0188787","bedrooms":"4","price":"219000","area":"571"} , +{"type":"Feature","id":"n8926383040","geometry":{"type":"Point","coordinates":[0.0194134,51.5327332]},"properties":{"@type":"node","@id":8926383040,"@timestamp":1626433997},"coords":"51.5327332,0.0194134","bedrooms":"4","price":"254000","area":"634"} , +{"type":"Feature","id":"n8926383050","geometry":{"type":"Point","coordinates":[0.0193871,51.5328445]},"properties":{"@type":"node","@id":8926383050,"@timestamp":1626433997},"coords":"51.5328445,0.0193871","bedrooms":"3","price":"219000","area":"676"} , +{"type":"Feature","id":"n8926383095","geometry":{"type":"Point","coordinates":[0.0192911,51.5323993]},"properties":{"@type":"node","@id":8926383095,"@timestamp":1626433997},"coords":"51.5323993,0.0192911","bedrooms":"2","price":"264000","area":"617"} , +{"type":"Feature","id":"n8926383139","geometry":{"type":"Point","coordinates":[0.0198845,51.5327541]},"properties":{"@type":"node","@id":8926383139,"@timestamp":1626433997},"coords":"51.5327541,0.0198845","bedrooms":"1","price":"292000","area":"606"} , +{"type":"Feature","id":"n8926383152","geometry":{"type":"Point","coordinates":[0.0202363,51.5325964]},"properties":{"@type":"node","@id":8926383152,"@timestamp":1626471268},"coords":"51.5325964,0.0202363","bedrooms":"1","price":"206000","area":"604"} , +{"type":"Feature","id":"n8926383162","geometry":{"type":"Point","coordinates":[0.020247,51.5326835]},"properties":{"@type":"node","@id":8926383162,"@timestamp":1626471268},"coords":"51.5326835,0.020247","bedrooms":"0","price":"289000","area":"593"} , +{"type":"Feature","id":"n8926383188","geometry":{"type":"Point","coordinates":[0.0205904,51.5330048]},"properties":{"@type":"node","@id":8926383188,"@timestamp":1626461812},"coords":"51.5330048,0.0205904","bedrooms":"1","price":"163000","area":"606"} , +{"type":"Feature","id":"n8926383199","geometry":{"type":"Point","coordinates":[0.0219185,51.5325635]},"properties":{"@type":"node","@id":8926383199,"@timestamp":1626433997},"coords":"51.5325635,0.0219185","bedrooms":"4","price":"268000","area":"653"} , +{"type":"Feature","id":"n8926394605","geometry":{"type":"Point","coordinates":[-0.3144742,51.3940099]},"properties":{"@type":"node","@id":8926394605,"@timestamp":1626434413},"coords":"51.3940099,-0.3144742","bedrooms":"2","price":"187000","area":"467"} , +{"type":"Feature","id":"n8926473861","geometry":{"type":"Point","coordinates":[-0.3119169,51.3959585]},"properties":{"@type":"node","@id":8926473861,"@timestamp":1626436154},"coords":"51.3959585,-0.3119169","bedrooms":"4","price":"213000","area":"501"} , +{"type":"Feature","id":"n8926542459","geometry":{"type":"Point","coordinates":[-0.0431256,51.5426077]},"properties":{"@type":"node","@id":8926542459,"@timestamp":1626659356},"coords":"51.5426077,-0.0431256","bedrooms":"0","price":"171000","area":"610"} , +{"type":"Feature","id":"n8926613932","geometry":{"type":"Point","coordinates":[0.0883966,51.4343544]},"properties":{"@type":"node","@id":8926613932,"@timestamp":1626439421},"coords":"51.4343544,0.0883966","bedrooms":"0","price":"230000","area":"456"} , +{"type":"Feature","id":"n8926700609","geometry":{"type":"Point","coordinates":[-0.2818833,51.7178558]},"properties":{"@type":"node","@id":8926700609,"@timestamp":1626442481},"coords":"51.7178558,-0.2818833","bedrooms":"1","price":"245000","area":"436"} , +{"type":"Feature","id":"n8926809311","geometry":{"type":"Point","coordinates":[-0.3113338,51.3967729]},"properties":{"@type":"node","@id":8926809311,"@timestamp":1626444958},"coords":"51.3967729,-0.3113338","bedrooms":"3","price":"284000","area":"373"} , +{"type":"Feature","id":"n8926818451","geometry":{"type":"Point","coordinates":[-0.3099328,51.3984407]},"properties":{"@type":"node","@id":8926818451,"@timestamp":1626444958},"coords":"51.3984407,-0.3099328","bedrooms":"4","price":"189000","area":"443"} , +{"type":"Feature","id":"n8926849999","geometry":{"type":"Point","coordinates":[-0.0355947,51.5214215]},"properties":{"@type":"node","@id":8926849999,"@timestamp":1626446128},"coords":"51.5214215,-0.0355947","bedrooms":"1","price":"186000","area":"544"} , +{"type":"Feature","id":"n8926850073","geometry":{"type":"Point","coordinates":[-0.0356846,51.5242175]},"properties":{"@type":"node","@id":8926850073,"@timestamp":1626446128},"coords":"51.5242175,-0.0356846","bedrooms":"3","price":"196000","area":"368"} , +{"type":"Feature","id":"n8926852362","geometry":{"type":"Point","coordinates":[-0.2908329,51.7252045]},"properties":{"@type":"node","@id":8926852362,"@timestamp":1626447018},"coords":"51.7252045,-0.2908329","bedrooms":"3","price":"244000","area":"542"} , +{"type":"Feature","id":"n8926852385","geometry":{"type":"Point","coordinates":[-0.2975165,51.7284558]},"properties":{"@type":"node","@id":8926852385,"@timestamp":1626447018},"coords":"51.7284558,-0.2975165","bedrooms":"4","price":"231000","area":"428"} , +{"type":"Feature","id":"n8926852395","geometry":{"type":"Point","coordinates":[-0.3036689,51.726127]},"properties":{"@type":"node","@id":8926852395,"@timestamp":1626447018},"coords":"51.726127,-0.3036689","bedrooms":"1","price":"253000","area":"510"} , +{"type":"Feature","id":"n8926896243","geometry":{"type":"Point","coordinates":[-0.1437604,51.5428354]},"properties":{"@type":"node","@id":8926896243,"@timestamp":1626448160},"coords":"51.5428354,-0.1437604","bedrooms":"4","price":"200000","area":"684"} , +{"type":"Feature","id":"n8926929707","geometry":{"type":"Point","coordinates":[-0.7810524,51.2329777]},"properties":{"@type":"node","@id":8926929707,"@timestamp":1626449433},"coords":"51.2329777,-0.7810524","bedrooms":"2","price":"187000","area":"424"} , +{"type":"Feature","id":"n8926945694","geometry":{"type":"Point","coordinates":[0.0835858,51.4343816]},"properties":{"@type":"node","@id":8926945694,"@timestamp":1626450220},"coords":"51.4343816,0.0835858","bedrooms":"3","price":"188000","area":"503"} , +{"type":"Feature","id":"n8927025212","geometry":{"type":"Point","coordinates":[0.161238,51.8704088]},"properties":{"@type":"node","@id":8927025212,"@timestamp":1626453348},"coords":"51.8704088,0.161238","bedrooms":"2","price":"261000","area":"384"} , +{"type":"Feature","id":"n8927105918","geometry":{"type":"Point","coordinates":[-0.0785227,51.5390649]},"properties":{"@type":"node","@id":8927105918,"@timestamp":1626455686},"coords":"51.5390649,-0.0785227","bedrooms":"1","price":"238000","area":"604"} , +{"type":"Feature","id":"n8927314656","geometry":{"type":"Point","coordinates":[0.0188456,51.5322211]},"properties":{"@type":"node","@id":8927314656,"@timestamp":1626461201},"coords":"51.5322211,0.0188456","bedrooms":"3","price":"238000","area":"374"} , +{"type":"Feature","id":"n8927314694","geometry":{"type":"Point","coordinates":[0.0153752,51.5327705]},"properties":{"@type":"node","@id":8927314694,"@timestamp":1626461201},"coords":"51.5327705,0.0153752","bedrooms":"1","price":"214000","area":"503"} , +{"type":"Feature","id":"n8927408122","geometry":{"type":"Point","coordinates":[0.1240025,51.7539969]},"properties":{"@type":"node","@id":8927408122,"@timestamp":1626464641},"coords":"51.7539969,0.1240025","bedrooms":"0","price":"202000","area":"487"} , +{"type":"Feature","id":"n8927605363","geometry":{"type":"Point","coordinates":[-0.0069362,50.9743069]},"properties":{"@type":"node","@id":8927605363,"@timestamp":1626469769},"coords":"50.9743069,-0.0069362","bedrooms":"2","price":"287000","area":"372"} , +{"type":"Feature","id":"n8927780005","geometry":{"type":"Point","coordinates":[0.0747867,51.7753308]},"properties":{"@type":"node","@id":8927780005,"@timestamp":1626479672},"coords":"51.7753308,0.0747867","bedrooms":"1","price":"271000","area":"429"} , +{"type":"Feature","id":"n8927846433","geometry":{"type":"Point","coordinates":[-0.4360629,51.6752691]},"properties":{"@type":"node","@id":8927846433,"@timestamp":1626486053},"coords":"51.6752691,-0.4360629","bedrooms":"1","price":"201000","area":"668"} , +{"type":"Feature","id":"n8927946199","geometry":{"type":"Point","coordinates":[-0.2362734,51.4955291]},"properties":{"@type":"node","@id":8927946199,"@timestamp":1626494066},"coords":"51.4955291,-0.2362734","bedrooms":"3","price":"172000","area":"510"} , +{"type":"Feature","id":"n8927946209","geometry":{"type":"Point","coordinates":[-0.2362136,51.4961695]},"properties":{"@type":"node","@id":8927946209,"@timestamp":1626494066},"coords":"51.4961695,-0.2362136","bedrooms":"0","price":"236000","area":"382"} , +{"type":"Feature","id":"n8927946281","geometry":{"type":"Point","coordinates":[-0.2363574,51.4960312]},"properties":{"@type":"node","@id":8927946281,"@timestamp":1626494066},"coords":"51.4960312,-0.2363574","bedrooms":"4","price":"159000","area":"519"} , +{"type":"Feature","id":"n8927962743","geometry":{"type":"Point","coordinates":[-0.2362853,51.4967834]},"properties":{"@type":"node","@id":8927962743,"@timestamp":1626495310},"coords":"51.4967834,-0.2362853","bedrooms":"2","price":"171000","area":"514"} , +{"type":"Feature","id":"n8927962753","geometry":{"type":"Point","coordinates":[-0.2362406,51.4973186]},"properties":{"@type":"node","@id":8927962753,"@timestamp":1626495310},"coords":"51.4973186,-0.2362406","bedrooms":"2","price":"298000","area":"623"} , +{"type":"Feature","id":"n8928098584","geometry":{"type":"Point","coordinates":[-0.2369718,51.4999787]},"properties":{"@type":"node","@id":8928098584,"@timestamp":1626504814},"coords":"51.4999787,-0.2369718","bedrooms":"0","price":"295000","area":"638"} , +{"type":"Feature","id":"n8928304140","geometry":{"type":"Point","coordinates":[-0.0910525,51.5047776]},"properties":{"@type":"node","@id":8928304140,"@timestamp":1626514522},"coords":"51.5047776,-0.0910525","bedrooms":"4","price":"203000","area":"495"} , +{"type":"Feature","id":"n8928342913","geometry":{"type":"Point","coordinates":[-0.4304539,51.0985372]},"properties":{"@type":"node","@id":8928342913,"@timestamp":1626516994},"coords":"51.0985372,-0.4304539","bedrooms":"1","price":"281000","area":"486"} , +{"type":"Feature","id":"n8928400618","geometry":{"type":"Point","coordinates":[-0.4304992,51.0983905]},"properties":{"@type":"node","@id":8928400618,"@timestamp":1626516994},"coords":"51.0983905,-0.4304992","bedrooms":"1","price":"291000","area":"361"} , +{"type":"Feature","id":"n8928400628","geometry":{"type":"Point","coordinates":[-0.4303574,51.0975767]},"properties":{"@type":"node","@id":8928400628,"@timestamp":1626516994},"coords":"51.0975767,-0.4303574","bedrooms":"0","price":"217000","area":"495"} , +{"type":"Feature","id":"n8928527951","geometry":{"type":"Point","coordinates":[-0.9582996,51.4444296]},"properties":{"@type":"node","@id":8928527951,"@timestamp":1626522667},"coords":"51.4444296,-0.9582996","bedrooms":"0","price":"213000","area":"653"} , +{"type":"Feature","id":"n8928540750","geometry":{"type":"Point","coordinates":[-0.3143737,51.3190858]},"properties":{"@type":"node","@id":8928540750,"@timestamp":1626523314},"coords":"51.3190858,-0.3143737","bedrooms":"2","price":"252000","area":"591"} , +{"type":"Feature","id":"n8928605971","geometry":{"type":"Point","coordinates":[0.1421779,51.4570688]},"properties":{"@type":"node","@id":8928605971,"@timestamp":1626525471},"coords":"51.4570688,0.1421779","bedrooms":"4","price":"234000","area":"628"} , +{"type":"Feature","id":"n8928614541","geometry":{"type":"Point","coordinates":[0.1409206,51.4576454]},"properties":{"@type":"node","@id":8928614541,"@timestamp":1626525471},"coords":"51.4576454,0.1409206","bedrooms":"3","price":"285000","area":"599"} , +{"type":"Feature","id":"n8928614569","geometry":{"type":"Point","coordinates":[0.1409373,51.4573425]},"properties":{"@type":"node","@id":8928614569,"@timestamp":1626525471},"coords":"51.4573425,0.1409373","bedrooms":"0","price":"164000","area":"659"} , +{"type":"Feature","id":"n8928614711","geometry":{"type":"Point","coordinates":[0.1398832,51.4573646]},"properties":{"@type":"node","@id":8928614711,"@timestamp":1626525471},"coords":"51.4573646,0.1398832","bedrooms":"0","price":"263000","area":"560"} , +{"type":"Feature","id":"n8928688041","geometry":{"type":"Point","coordinates":[-0.3173018,51.7395432]},"properties":{"@type":"node","@id":8928688041,"@timestamp":1626527696},"coords":"51.7395432,-0.3173018","bedrooms":"0","price":"278000","area":"490"} , +{"type":"Feature","id":"n8928733892","geometry":{"type":"Point","coordinates":[0.3475961,51.3264873]},"properties":{"@type":"node","@id":8928733892,"@timestamp":1626530517},"coords":"51.3264873,0.3475961","bedrooms":"1","price":"212000","area":"455"} , +{"type":"Feature","id":"n8928968856","geometry":{"type":"Point","coordinates":[-0.2849529,51.47636]},"properties":{"@type":"node","@id":8928968856,"@timestamp":1628194652},"coords":"51.47636,-0.2849529","bedrooms":"1","price":"238000","area":"433"} , +{"type":"Feature","id":"n8929028334","geometry":{"type":"Point","coordinates":[0.1433071,51.4568591]},"properties":{"@type":"node","@id":8929028334,"@timestamp":1626540287},"coords":"51.4568591,0.1433071","bedrooms":"2","price":"203000","area":"360"} , +{"type":"Feature","id":"n8929028348","geometry":{"type":"Point","coordinates":[0.1430557,51.4569356]},"properties":{"@type":"node","@id":8929028348,"@timestamp":1626540287},"coords":"51.4569356,0.1430557","bedrooms":"4","price":"218000","area":"565"} , +{"type":"Feature","id":"n8929034856","geometry":{"type":"Point","coordinates":[-0.31499,51.742798]},"properties":{"@type":"node","@id":8929034856,"@timestamp":1626540015},"coords":"51.742798,-0.31499","bedrooms":"1","price":"210000","area":"459"} , +{"type":"Feature","id":"n8929233771","geometry":{"type":"Point","coordinates":[0.5036964,51.7566821]},"properties":{"@type":"node","@id":8929233771,"@timestamp":1626547498},"coords":"51.7566821,0.5036964","bedrooms":"0","price":"282000","area":"455"} , +{"type":"Feature","id":"n8929263354","geometry":{"type":"Point","coordinates":[-0.0485492,51.5505207]},"properties":{"@type":"node","@id":8929263354,"@timestamp":1633977322},"coords":"51.5505207,-0.0485492","bedrooms":"3","price":"247000","area":"638"} , +{"type":"Feature","id":"n8929301533","geometry":{"type":"Point","coordinates":[-0.3341934,51.7394513]},"properties":{"@type":"node","@id":8929301533,"@timestamp":1626550751},"coords":"51.7394513,-0.3341934","bedrooms":"0","price":"239000","area":"421"} , +{"type":"Feature","id":"n8929301551","geometry":{"type":"Point","coordinates":[-0.3299018,51.7368408]},"properties":{"@type":"node","@id":8929301551,"@timestamp":1626550751},"coords":"51.7368408,-0.3299018","bedrooms":"4","price":"250000","area":"643"} , +{"type":"Feature","id":"n8929427061","geometry":{"type":"Point","coordinates":[-0.1119102,51.5814287]},"properties":{"@type":"node","@id":8929427061,"@timestamp":1626559132},"coords":"51.5814287,-0.1119102","bedrooms":"3","price":"199000","area":"485"} , +{"type":"Feature","id":"n8929463349","geometry":{"type":"Point","coordinates":[-0.7785972,51.2916185]},"properties":{"@type":"node","@id":8929463349,"@timestamp":1626559911},"coords":"51.2916185,-0.7785972","bedrooms":"3","price":"186000","area":"444"} , +{"type":"Feature","id":"n8929476426","geometry":{"type":"Point","coordinates":[-0.4224576,51.1069249]},"properties":{"@type":"node","@id":8929476426,"@timestamp":1626559349},"coords":"51.1069249,-0.4224576","bedrooms":"0","price":"227000","area":"578"} , +{"type":"Feature","id":"n8929485870","geometry":{"type":"Point","coordinates":[-0.2852972,51.3441703]},"properties":{"@type":"node","@id":8929485870,"@timestamp":1627119337},"coords":"51.3441703,-0.2852972","bedrooms":"0","price":"292000","area":"580"} , +{"type":"Feature","id":"n8929508040","geometry":{"type":"Point","coordinates":[-0.2613095,51.3499681]},"properties":{"@type":"node","@id":8929508040,"@timestamp":1626561642},"coords":"51.3499681,-0.2613095","bedrooms":"3","price":"210000","area":"513"} , +{"type":"Feature","id":"n8929529857","geometry":{"type":"Point","coordinates":[-0.3428519,51.7346982]},"properties":{"@type":"node","@id":8929529857,"@timestamp":1626562996},"coords":"51.7346982,-0.3428519","bedrooms":"3","price":"164000","area":"536"} , +{"type":"Feature","id":"n8929529901","geometry":{"type":"Point","coordinates":[-0.3436084,51.7400985]},"properties":{"@type":"node","@id":8929529901,"@timestamp":1626562996},"coords":"51.7400985,-0.3436084","bedrooms":"2","price":"206000","area":"511"} , +{"type":"Feature","id":"n8929584342","geometry":{"type":"Point","coordinates":[0.0241317,51.8268289]},"properties":{"@type":"node","@id":8929584342,"@timestamp":1626565895},"coords":"51.8268289,0.0241317","bedrooms":"0","price":"224000","area":"437"} , +{"type":"Feature","id":"n8929658653","geometry":{"type":"Point","coordinates":[-0.1083928,51.5512558]},"properties":{"@type":"node","@id":8929658653,"@timestamp":1626572231},"coords":"51.5512558,-0.1083928","bedrooms":"3","price":"294000","area":"435"} , +{"type":"Feature","id":"n8929658666","geometry":{"type":"Point","coordinates":[-0.1024359,51.5631795]},"properties":{"@type":"node","@id":8929658666,"@timestamp":1626572231},"coords":"51.5631795,-0.1024359","bedrooms":"2","price":"291000","area":"423"} , +{"type":"Feature","id":"n8930289859","geometry":{"type":"Point","coordinates":[-0.415751,51.1093986]},"properties":{"@type":"node","@id":8930289859,"@timestamp":1626599593},"coords":"51.1093986,-0.415751","bedrooms":"0","price":"262000","area":"379"} , +{"type":"Feature","id":"n8930289869","geometry":{"type":"Point","coordinates":[-0.4151466,51.1090326]},"properties":{"@type":"node","@id":8930289869,"@timestamp":1626599593},"coords":"51.1090326,-0.4151466","bedrooms":"3","price":"237000","area":"378"} , +{"type":"Feature","id":"n8930289892","geometry":{"type":"Point","coordinates":[-0.4132547,51.1086531]},"properties":{"@type":"node","@id":8930289892,"@timestamp":1626599593},"coords":"51.1086531,-0.4132547","bedrooms":"3","price":"249000","area":"460"} , +{"type":"Feature","id":"n8930289902","geometry":{"type":"Point","coordinates":[-0.4126861,51.1085588]},"properties":{"@type":"node","@id":8930289902,"@timestamp":1626599593},"coords":"51.1085588,-0.4126861","bedrooms":"2","price":"211000","area":"424"} , +{"type":"Feature","id":"n8930289912","geometry":{"type":"Point","coordinates":[-0.4049506,51.1111229]},"properties":{"@type":"node","@id":8930289912,"@timestamp":1626599593},"coords":"51.1111229,-0.4049506","bedrooms":"3","price":"193000","area":"457"} , +{"type":"Feature","id":"n8930289922","geometry":{"type":"Point","coordinates":[-0.4166307,51.1078066]},"properties":{"@type":"node","@id":8930289922,"@timestamp":1626599593},"coords":"51.1078066,-0.4166307","bedrooms":"0","price":"254000","area":"614"} , +{"type":"Feature","id":"n8930335365","geometry":{"type":"Point","coordinates":[0.5087744,51.3432968]},"properties":{"@type":"node","@id":8930335365,"@timestamp":1626601822},"coords":"51.3432968,0.5087744","bedrooms":"0","price":"246000","area":"623"} , +{"type":"Feature","id":"n8930364620","geometry":{"type":"Point","coordinates":[-0.3119878,51.7385187]},"properties":{"@type":"node","@id":8930364620,"@timestamp":1626603275},"coords":"51.7385187,-0.3119878","bedrooms":"1","price":"234000","area":"481"} , +{"type":"Feature","id":"n8930364650","geometry":{"type":"Point","coordinates":[-0.3140959,51.7409677]},"properties":{"@type":"node","@id":8930364650,"@timestamp":1626603275},"coords":"51.7409677,-0.3140959","bedrooms":"3","price":"171000","area":"507"} , +{"type":"Feature","id":"n8930438020","geometry":{"type":"Point","coordinates":[-0.8180247,51.3673602]},"properties":{"@type":"node","@id":8930438020,"@timestamp":1626606167},"coords":"51.3673602,-0.8180247","bedrooms":"1","price":"287000","area":"442"} , +{"type":"Feature","id":"n8930463082","geometry":{"type":"Point","coordinates":[0.1454873,51.4563915]},"properties":{"@type":"node","@id":8930463082,"@timestamp":1626607037},"coords":"51.4563915,0.1454873","bedrooms":"1","price":"266000","area":"596"} , +{"type":"Feature","id":"n8930463113","geometry":{"type":"Point","coordinates":[0.1433646,51.4567247]},"properties":{"@type":"node","@id":8930463113,"@timestamp":1626828309},"coords":"51.4567247,0.1433646","bedrooms":"1","price":"218000","area":"614"} , +{"type":"Feature","id":"n8930463723","geometry":{"type":"Point","coordinates":[0.1442862,51.4567623]},"properties":{"@type":"node","@id":8930463723,"@timestamp":1626607037},"coords":"51.4567623,0.1442862","bedrooms":"0","price":"238000","area":"576"} , +{"type":"Feature","id":"n8930463733","geometry":{"type":"Point","coordinates":[0.1437114,51.4566793]},"properties":{"@type":"node","@id":8930463733,"@timestamp":1626607037},"coords":"51.4566793,0.1437114","bedrooms":"2","price":"169000","area":"534"} , +{"type":"Feature","id":"n8930463749","geometry":{"type":"Point","coordinates":[0.1448966,51.4566752]},"properties":{"@type":"node","@id":8930463749,"@timestamp":1626607037},"coords":"51.4566752,0.1448966","bedrooms":"1","price":"278000","area":"390"} , +{"type":"Feature","id":"n8930463762","geometry":{"type":"Point","coordinates":[0.1450029,51.4565089]},"properties":{"@type":"node","@id":8930463762,"@timestamp":1626607037},"coords":"51.4565089,0.1450029","bedrooms":"1","price":"158000","area":"513"} , +{"type":"Feature","id":"n8930463808","geometry":{"type":"Point","coordinates":[0.1445067,51.4566861]},"properties":{"@type":"node","@id":8930463808,"@timestamp":1626607037},"coords":"51.4566861,0.1445067","bedrooms":"2","price":"195000","area":"445"} , +{"type":"Feature","id":"n8930463830","geometry":{"type":"Point","coordinates":[0.1445784,51.4565699]},"properties":{"@type":"node","@id":8930463830,"@timestamp":1626607037},"coords":"51.4565699,0.1445784","bedrooms":"0","price":"256000","area":"604"} , +{"type":"Feature","id":"n8930463946","geometry":{"type":"Point","coordinates":[0.1437463,51.4567968]},"properties":{"@type":"node","@id":8930463946,"@timestamp":1626607037},"coords":"51.4567968,0.1437463","bedrooms":"0","price":"233000","area":"441"} , +{"type":"Feature","id":"n8930506817","geometry":{"type":"Point","coordinates":[-0.0442697,51.5275982]},"properties":{"@type":"node","@id":8930506817,"@timestamp":1627466447},"coords":"51.5275982,-0.0442697","bedrooms":"1","price":"214000","area":"561"} , +{"type":"Feature","id":"n8930546435","geometry":{"type":"Point","coordinates":[0.0391914,51.5732433]},"properties":{"@type":"node","@id":8930546435,"@timestamp":1626610520},"coords":"51.5732433,0.0391914","bedrooms":"1","price":"294000","area":"624"} , +{"type":"Feature","id":"n8930546445","geometry":{"type":"Point","coordinates":[0.0384324,51.5729999]},"properties":{"@type":"node","@id":8930546445,"@timestamp":1626610520},"coords":"51.5729999,0.0384324","bedrooms":"3","price":"293000","area":"408"} , +{"type":"Feature","id":"n8930546455","geometry":{"type":"Point","coordinates":[0.0392075,51.574967]},"properties":{"@type":"node","@id":8930546455,"@timestamp":1626610520},"coords":"51.574967,0.0392075","bedrooms":"0","price":"297000","area":"419"} , +{"type":"Feature","id":"n8930546473","geometry":{"type":"Point","coordinates":[0.0377216,51.5721614]},"properties":{"@type":"node","@id":8930546473,"@timestamp":1626610520},"coords":"51.5721614,0.0377216","bedrooms":"2","price":"229000","area":"589"} , +{"type":"Feature","id":"n8930579114","geometry":{"type":"Point","coordinates":[-0.3355544,51.7421527]},"properties":{"@type":"node","@id":8930579114,"@timestamp":1626611914},"coords":"51.7421527,-0.3355544","bedrooms":"4","price":"276000","area":"352"} , +{"type":"Feature","id":"n8930581527","geometry":{"type":"Point","coordinates":[-0.3358446,51.7455155]},"properties":{"@type":"node","@id":8930581527,"@timestamp":1626611914},"coords":"51.7455155,-0.3358446","bedrooms":"4","price":"171000","area":"481"} , +{"type":"Feature","id":"n8930590619","geometry":{"type":"Point","coordinates":[-0.0514754,51.5292331]},"properties":{"@type":"node","@id":8930590619,"@timestamp":1626613000},"coords":"51.5292331,-0.0514754","bedrooms":"2","price":"201000","area":"421"} , +{"type":"Feature","id":"n8930722027","geometry":{"type":"Point","coordinates":[-0.0138303,51.7864038]},"properties":{"@type":"node","@id":8930722027,"@timestamp":1626617823},"coords":"51.7864038,-0.0138303","bedrooms":"3","price":"227000","area":"637"} , +{"type":"Feature","id":"n8930753633","geometry":{"type":"Point","coordinates":[-0.3038413,51.4008573]},"properties":{"@type":"node","@id":8930753633,"@timestamp":1626619684},"coords":"51.4008573,-0.3038413","bedrooms":"2","price":"234000","area":"426"} , +{"type":"Feature","id":"n8930754772","geometry":{"type":"Point","coordinates":[-0.3042008,51.4038275]},"properties":{"@type":"node","@id":8930754772,"@timestamp":1626619178},"coords":"51.4038275,-0.3042008","bedrooms":"4","price":"158000","area":"666"} , +{"type":"Feature","id":"n8930755376","geometry":{"type":"Point","coordinates":[-0.2675201,51.3981928]},"properties":{"@type":"node","@id":8930755376,"@timestamp":1626620691},"coords":"51.3981928,-0.2675201","bedrooms":"2","price":"197000","area":"463"} , +{"type":"Feature","id":"n8930774512","geometry":{"type":"Point","coordinates":[-0.2661096,51.3945475]},"properties":{"@type":"node","@id":8930774512,"@timestamp":1626620850},"coords":"51.3945475,-0.2661096","bedrooms":"0","price":"170000","area":"541"} , +{"type":"Feature","id":"n8930795045","geometry":{"type":"Point","coordinates":[-0.271806,51.3819589]},"properties":{"@type":"node","@id":8930795045,"@timestamp":1626621834},"coords":"51.3819589,-0.271806","bedrooms":"1","price":"281000","area":"551"} , +{"type":"Feature","id":"n8930795820","geometry":{"type":"Point","coordinates":[-0.2714003,51.3977116]},"properties":{"@type":"node","@id":8930795820,"@timestamp":1626621072},"coords":"51.3977116,-0.2714003","bedrooms":"3","price":"298000","area":"528"} , +{"type":"Feature","id":"n8930807975","geometry":{"type":"Point","coordinates":[-0.2374629,51.499287]},"properties":{"@type":"node","@id":8930807975,"@timestamp":1626621603},"coords":"51.499287,-0.2374629","bedrooms":"1","price":"212000","area":"628"} , +{"type":"Feature","id":"n8930807985","geometry":{"type":"Point","coordinates":[-0.2371612,51.498768]},"properties":{"@type":"node","@id":8930807985,"@timestamp":1626621603},"coords":"51.498768,-0.2371612","bedrooms":"4","price":"181000","area":"495"} , +{"type":"Feature","id":"n8930808083","geometry":{"type":"Point","coordinates":[-0.2362369,51.498578]},"properties":{"@type":"node","@id":8930808083,"@timestamp":1626621603},"coords":"51.498578,-0.2362369","bedrooms":"4","price":"164000","area":"592"} , +{"type":"Feature","id":"n8930808134","geometry":{"type":"Point","coordinates":[-0.235879,51.4993848]},"properties":{"@type":"node","@id":8930808134,"@timestamp":1626621603},"coords":"51.4993848,-0.235879","bedrooms":"0","price":"159000","area":"629"} , +{"type":"Feature","id":"n8930808144","geometry":{"type":"Point","coordinates":[-0.2356961,51.4989117]},"properties":{"@type":"node","@id":8930808144,"@timestamp":1626621603},"coords":"51.4989117,-0.2356961","bedrooms":"3","price":"208000","area":"401"} , +{"type":"Feature","id":"n8930812878","geometry":{"type":"Point","coordinates":[-0.2630299,51.3907927]},"properties":{"@type":"node","@id":8930812878,"@timestamp":1626621972},"coords":"51.3907927,-0.2630299","bedrooms":"1","price":"284000","area":"514"} , +{"type":"Feature","id":"n8930888866","geometry":{"type":"Point","coordinates":[-0.4011955,51.1074283]},"properties":{"@type":"node","@id":8930888866,"@timestamp":1626625099},"coords":"51.1074283,-0.4011955","bedrooms":"3","price":"278000","area":"453"} , +{"type":"Feature","id":"n8930893558","geometry":{"type":"Point","coordinates":[-0.4035161,51.1221297]},"properties":{"@type":"node","@id":8930893558,"@timestamp":1626627496},"coords":"51.1221297,-0.4035161","bedrooms":"4","price":"251000","area":"617"} , +{"type":"Feature","id":"n8930893569","geometry":{"type":"Point","coordinates":[-0.4042957,51.1140391]},"properties":{"@type":"node","@id":8930893569,"@timestamp":1626627496},"coords":"51.1140391,-0.4042957","bedrooms":"3","price":"283000","area":"499"} , +{"type":"Feature","id":"n8930988094","geometry":{"type":"Point","coordinates":[-0.419917,51.1015038]},"properties":{"@type":"node","@id":8930988094,"@timestamp":1626629658},"coords":"51.1015038,-0.419917","bedrooms":"1","price":"277000","area":"521"} , +{"type":"Feature","id":"n8930988176","geometry":{"type":"Point","coordinates":[-0.4180904,51.1000064]},"properties":{"@type":"node","@id":8930988176,"@timestamp":1626629658},"coords":"51.1000064,-0.4180904","bedrooms":"2","price":"299000","area":"360"} , +{"type":"Feature","id":"n8930988186","geometry":{"type":"Point","coordinates":[-0.4164203,51.1008059]},"properties":{"@type":"node","@id":8930988186,"@timestamp":1626629658},"coords":"51.1008059,-0.4164203","bedrooms":"4","price":"281000","area":"681"} , +{"type":"Feature","id":"n8930988196","geometry":{"type":"Point","coordinates":[-0.4194458,51.0997908]},"properties":{"@type":"node","@id":8930988196,"@timestamp":1626629658},"coords":"51.0997908,-0.4194458","bedrooms":"2","price":"237000","area":"642"} , +{"type":"Feature","id":"n8930988262","geometry":{"type":"Point","coordinates":[-0.3968679,51.1049631]},"properties":{"@type":"node","@id":8930988262,"@timestamp":1626629658},"coords":"51.1049631,-0.3968679","bedrooms":"0","price":"177000","area":"656"} , +{"type":"Feature","id":"n8931052818","geometry":{"type":"Point","coordinates":[-0.0742435,51.5258565]},"properties":{"@type":"node","@id":8931052818,"@timestamp":1626631851},"coords":"51.5258565,-0.0742435","bedrooms":"0","price":"160000","area":"403"} , +{"type":"Feature","id":"n8931201593","geometry":{"type":"Point","coordinates":[0.2547442,51.3586121]},"properties":{"@type":"node","@id":8931201593,"@timestamp":1626638326},"coords":"51.3586121,0.2547442","bedrooms":"4","price":"150000","area":"659"} , +{"type":"Feature","id":"n8931335571","geometry":{"type":"Point","coordinates":[-0.7936755,51.2188885]},"properties":{"@type":"node","@id":8931335571,"@timestamp":1626645169},"coords":"51.2188885,-0.7936755","bedrooms":"4","price":"286000","area":"350"} , +{"type":"Feature","id":"n8931357447","geometry":{"type":"Point","coordinates":[-0.3600929,51.7419994]},"properties":{"@type":"node","@id":8931357447,"@timestamp":1626648103},"coords":"51.7419994,-0.3600929","bedrooms":"4","price":"238000","area":"590"} , +{"type":"Feature","id":"n8931357465","geometry":{"type":"Point","coordinates":[-0.3639746,51.7452769]},"properties":{"@type":"node","@id":8931357465,"@timestamp":1626648103},"coords":"51.7452769,-0.3639746","bedrooms":"0","price":"161000","area":"575"} , +{"type":"Feature","id":"n8931357493","geometry":{"type":"Point","coordinates":[-0.3581249,51.745973]},"properties":{"@type":"node","@id":8931357493,"@timestamp":1626648103},"coords":"51.745973,-0.3581249","bedrooms":"4","price":"277000","area":"497"} , +{"type":"Feature","id":"n8931357516","geometry":{"type":"Point","coordinates":[-0.3538952,51.7433472]},"properties":{"@type":"node","@id":8931357516,"@timestamp":1626648103},"coords":"51.7433472,-0.3538952","bedrooms":"4","price":"209000","area":"637"} , +{"type":"Feature","id":"n8931409617","geometry":{"type":"Point","coordinates":[-0.3559647,51.7425956]},"properties":{"@type":"node","@id":8931409617,"@timestamp":1626648103},"coords":"51.7425956,-0.3559647","bedrooms":"3","price":"274000","area":"646"} , +{"type":"Feature","id":"n8931476525","geometry":{"type":"Point","coordinates":[-0.3750742,51.4351891]},"properties":{"@type":"node","@id":8931476525,"@timestamp":1631009879},"coords":"51.4351891,-0.3750742","bedrooms":"2","price":"190000","area":"663"} , +{"type":"Feature","id":"n8931694901","geometry":{"type":"Point","coordinates":[-0.0998734,51.5688043]},"properties":{"@type":"node","@id":8931694901,"@timestamp":1626662055},"coords":"51.5688043,-0.0998734","bedrooms":"4","price":"224000","area":"535"} , +{"type":"Feature","id":"n8931697883","geometry":{"type":"Point","coordinates":[-0.0994029,51.5681016]},"properties":{"@type":"node","@id":8931697883,"@timestamp":1626662344},"coords":"51.5681016,-0.0994029","bedrooms":"3","price":"233000","area":"393"} , +{"type":"Feature","id":"n8932086787","geometry":{"type":"Point","coordinates":[-0.2324194,51.5000104]},"properties":{"@type":"node","@id":8932086787,"@timestamp":1626675483},"coords":"51.5000104,-0.2324194","bedrooms":"0","price":"296000","area":"608"} , +{"type":"Feature","id":"n8932087147","geometry":{"type":"Point","coordinates":[-0.2343632,51.4999531]},"properties":{"@type":"node","@id":8932087147,"@timestamp":1626675483},"coords":"51.4999531,-0.2343632","bedrooms":"3","price":"286000","area":"537"} , +{"type":"Feature","id":"n8932087157","geometry":{"type":"Point","coordinates":[-0.2341186,51.499529]},"properties":{"@type":"node","@id":8932087157,"@timestamp":1626675483},"coords":"51.499529,-0.2341186","bedrooms":"0","price":"252000","area":"595"} , +{"type":"Feature","id":"n8932126873","geometry":{"type":"Point","coordinates":[0.8763355,51.2497307]},"properties":{"@type":"node","@id":8932126873,"@timestamp":1626676788},"coords":"51.2497307,0.8763355","bedrooms":"4","price":"224000","area":"376"} , +{"type":"Feature","id":"n8932317101","geometry":{"type":"Point","coordinates":[-0.2338143,51.5005882]},"properties":{"@type":"node","@id":8932317101,"@timestamp":1626681646},"coords":"51.5005882,-0.2338143","bedrooms":"1","price":"231000","area":"658"} , +{"type":"Feature","id":"n8932403639","geometry":{"type":"Point","coordinates":[0.1209493,51.4004526]},"properties":{"@type":"node","@id":8932403639,"@timestamp":1626683729},"coords":"51.4004526,0.1209493","bedrooms":"3","price":"199000","area":"360"} , +{"type":"Feature","id":"n8932557204","geometry":{"type":"Point","coordinates":[0.0849634,51.4468332]},"properties":{"@type":"node","@id":8932557204,"@timestamp":1626687489},"coords":"51.4468332,0.0849634","bedrooms":"1","price":"190000","area":"360"} , +{"type":"Feature","id":"n8932689445","geometry":{"type":"Point","coordinates":[-0.2971396,51.3881891]},"properties":{"@type":"node","@id":8932689445,"@timestamp":1626690477},"coords":"51.3881891,-0.2971396","bedrooms":"1","price":"296000","area":"659"} , +{"type":"Feature","id":"n8932742280","geometry":{"type":"Point","coordinates":[-0.2982953,51.3917805]},"properties":{"@type":"node","@id":8932742280,"@timestamp":1626920192},"coords":"51.3917805,-0.2982953","bedrooms":"3","price":"264000","area":"559"} , +{"type":"Feature","id":"n8933084027","geometry":{"type":"Point","coordinates":[-0.1582536,51.5022165]},"properties":{"@type":"node","@id":8933084027,"@timestamp":1626699637},"coords":"51.5022165,-0.1582536","bedrooms":"0","price":"221000","area":"417"} , +{"type":"Feature","id":"n8933086078","geometry":{"type":"Point","coordinates":[-1.1148476,51.0452238]},"properties":{"@type":"node","@id":8933086078,"@timestamp":1626699686},"coords":"51.0452238,-1.1148476","bedrooms":"3","price":"181000","area":"499"} , +{"type":"Feature","id":"n8933255104","geometry":{"type":"Point","coordinates":[-0.444795,51.3521968]},"properties":{"@type":"node","@id":8933255104,"@timestamp":1626704902},"coords":"51.3521968,-0.444795","bedrooms":"2","price":"187000","area":"671"} , +{"type":"Feature","id":"n8933293415","geometry":{"type":"Point","coordinates":[-0.2905278,51.7397901]},"properties":{"@type":"node","@id":8933293415,"@timestamp":1626706270},"coords":"51.7397901,-0.2905278","bedrooms":"1","price":"237000","area":"606"} , +{"type":"Feature","id":"n8933319463","geometry":{"type":"Point","coordinates":[0.8058415,51.4245816]},"properties":{"@type":"node","@id":8933319463,"@timestamp":1626706575},"coords":"51.4245816,0.8058415","bedrooms":"4","price":"165000","area":"668"} , +{"type":"Feature","id":"n8933319473","geometry":{"type":"Point","coordinates":[0.8030654,51.4245248]},"properties":{"@type":"node","@id":8933319473,"@timestamp":1626706575},"coords":"51.4245248,0.8030654","bedrooms":"1","price":"278000","area":"384"} , +{"type":"Feature","id":"n8933368997","geometry":{"type":"Point","coordinates":[-0.2555605,51.4000139]},"properties":{"@type":"node","@id":8933368997,"@timestamp":1626707755},"coords":"51.4000139,-0.2555605","bedrooms":"1","price":"194000","area":"676"} , +{"type":"Feature","id":"n8933424453","geometry":{"type":"Point","coordinates":[-0.035206,51.5963809]},"properties":{"@type":"node","@id":8933424453,"@timestamp":1626708893},"coords":"51.5963809,-0.035206","bedrooms":"1","price":"243000","area":"518"} , +{"type":"Feature","id":"n8933569709","geometry":{"type":"Point","coordinates":[-0.2508935,51.5594302]},"properties":{"@type":"node","@id":8933569709,"@timestamp":1626713927},"coords":"51.5594302,-0.2508935","bedrooms":"1","price":"215000","area":"676"} , +{"type":"Feature","id":"n8933705069","geometry":{"type":"Point","coordinates":[-0.3797371,51.1043117]},"properties":{"@type":"node","@id":8933705069,"@timestamp":1626718346},"coords":"51.1043117,-0.3797371","bedrooms":"3","price":"172000","area":"668"} , +{"type":"Feature","id":"n8933705079","geometry":{"type":"Point","coordinates":[-0.3808883,51.1044373]},"properties":{"@type":"node","@id":8933705079,"@timestamp":1626718346},"coords":"51.1044373,-0.3808883","bedrooms":"3","price":"264000","area":"530"} , +{"type":"Feature","id":"n8933705527","geometry":{"type":"Point","coordinates":[-0.3786732,51.1024043]},"properties":{"@type":"node","@id":8933705527,"@timestamp":1626717007},"coords":"51.1024043,-0.3786732","bedrooms":"1","price":"207000","area":"651"} , +{"type":"Feature","id":"n8933705537","geometry":{"type":"Point","coordinates":[-0.3787447,51.1025103]},"properties":{"@type":"node","@id":8933705537,"@timestamp":1626717007},"coords":"51.1025103,-0.3787447","bedrooms":"2","price":"252000","area":"540"} , +{"type":"Feature","id":"n8933705547","geometry":{"type":"Point","coordinates":[-0.3799886,51.1031215]},"properties":{"@type":"node","@id":8933705547,"@timestamp":1626717007},"coords":"51.1031215,-0.3799886","bedrooms":"1","price":"158000","area":"541"} , +{"type":"Feature","id":"n8933746998","geometry":{"type":"Point","coordinates":[0.0100998,51.133433]},"properties":{"@type":"node","@id":8933746998,"@timestamp":1626718013},"coords":"51.133433,0.0100998","bedrooms":"1","price":"276000","area":"511"} , +{"type":"Feature","id":"n8933796149","geometry":{"type":"Point","coordinates":[-0.2353823,51.5002254]},"properties":{"@type":"node","@id":8933796149,"@timestamp":1626720477},"coords":"51.5002254,-0.2353823","bedrooms":"4","price":"251000","area":"598"} , +{"type":"Feature","id":"n8933798035","geometry":{"type":"Point","coordinates":[-0.0048963,51.5498312]},"properties":{"@type":"node","@id":8933798035,"@timestamp":1626720027},"coords":"51.5498312,-0.0048963","bedrooms":"0","price":"260000","area":"570"} , +{"type":"Feature","id":"n8933803761","geometry":{"type":"Point","coordinates":[-0.2355669,51.4996061]},"properties":{"@type":"node","@id":8933803761,"@timestamp":1626720477},"coords":"51.4996061,-0.2355669","bedrooms":"3","price":"194000","area":"646"} , +{"type":"Feature","id":"n8933803826","geometry":{"type":"Point","coordinates":[-0.2357095,51.4996489]},"properties":{"@type":"node","@id":8933803826,"@timestamp":1626720477},"coords":"51.4996489,-0.2357095","bedrooms":"1","price":"290000","area":"371"} , +{"type":"Feature","id":"n8933809763","geometry":{"type":"Point","coordinates":[0.1612289,51.8653568]},"properties":{"@type":"node","@id":8933809763,"@timestamp":1626721363},"coords":"51.8653568,0.1612289","bedrooms":"1","price":"163000","area":"391"} , +{"type":"Feature","id":"n8933993634","geometry":{"type":"Point","coordinates":[-0.3837908,51.0957696]},"properties":{"@type":"node","@id":8933993634,"@timestamp":1626725960},"coords":"51.0957696,-0.3837908","bedrooms":"0","price":"177000","area":"513"} , +{"type":"Feature","id":"n8934012338","geometry":{"type":"Point","coordinates":[-0.4246777,51.4703058]},"properties":{"@type":"node","@id":8934012338,"@timestamp":1626730329},"coords":"51.4703058,-0.4246777","bedrooms":"3","price":"263000","area":"360"} , +{"type":"Feature","id":"n8934034975","geometry":{"type":"Point","coordinates":[0.2994963,51.9646083]},"properties":{"@type":"node","@id":8934034975,"@timestamp":1626729060},"coords":"51.9646083,0.2994963","bedrooms":"1","price":"193000","area":"616"} , +{"type":"Feature","id":"n8934091292","geometry":{"type":"Point","coordinates":[0.2633297,51.3366657]},"properties":{"@type":"node","@id":8934091292,"@timestamp":1626730537},"coords":"51.3366657,0.2633297","bedrooms":"4","price":"250000","area":"412"} , +{"type":"Feature","id":"n8934099751","geometry":{"type":"Point","coordinates":[-0.3939569,51.0950623]},"properties":{"@type":"node","@id":8934099751,"@timestamp":1626730230},"coords":"51.0950623,-0.3939569","bedrooms":"1","price":"200000","area":"551"} , +{"type":"Feature","id":"n8934106027","geometry":{"type":"Point","coordinates":[0.2604559,51.3430099]},"properties":{"@type":"node","@id":8934106027,"@timestamp":1626730537},"coords":"51.3430099,0.2604559","bedrooms":"2","price":"228000","area":"554"} , +{"type":"Feature","id":"n8934106037","geometry":{"type":"Point","coordinates":[0.2603297,51.3427397]},"properties":{"@type":"node","@id":8934106037,"@timestamp":1626730537},"coords":"51.3427397,0.2603297","bedrooms":"1","price":"242000","area":"512"} , +{"type":"Feature","id":"n8934106437","geometry":{"type":"Point","coordinates":[0.2646688,51.3363941]},"properties":{"@type":"node","@id":8934106437,"@timestamp":1626730537},"coords":"51.3363941,0.2646688","bedrooms":"1","price":"262000","area":"623"} , +{"type":"Feature","id":"n8934106447","geometry":{"type":"Point","coordinates":[0.2642925,51.3364764]},"properties":{"@type":"node","@id":8934106447,"@timestamp":1626730537},"coords":"51.3364764,0.2642925","bedrooms":"0","price":"152000","area":"480"} , +{"type":"Feature","id":"n8934145710","geometry":{"type":"Point","coordinates":[-0.0665233,51.6178734]},"properties":{"@type":"node","@id":8934145710,"@timestamp":1626736971},"coords":"51.6178734,-0.0665233","bedrooms":"0","price":"155000","area":"693"} , +{"type":"Feature","id":"n8934229960","geometry":{"type":"Point","coordinates":[0.0457533,51.5515134]},"properties":{"@type":"node","@id":8934229960,"@timestamp":1626736581},"coords":"51.5515134,0.0457533","bedrooms":"3","price":"171000","area":"668"} , +{"type":"Feature","id":"n8934230135","geometry":{"type":"Point","coordinates":[0.0463685,51.5509999]},"properties":{"@type":"node","@id":8934230135,"@timestamp":1626736581},"coords":"51.5509999,0.0463685","bedrooms":"1","price":"278000","area":"513"} , +{"type":"Feature","id":"n8934303633","geometry":{"type":"Point","coordinates":[-0.0003527,51.7677012]},"properties":{"@type":"node","@id":8934303633,"@timestamp":1626738672},"coords":"51.7677012,-0.0003527","bedrooms":"2","price":"150000","area":"665"} , +{"type":"Feature","id":"n8934320640","geometry":{"type":"Point","coordinates":[0.1472385,51.456361]},"properties":{"@type":"node","@id":8934320640,"@timestamp":1626740106},"coords":"51.456361,0.1472385","bedrooms":"1","price":"270000","area":"679"} , +{"type":"Feature","id":"n8934320690","geometry":{"type":"Point","coordinates":[0.1466976,51.4566151]},"properties":{"@type":"node","@id":8934320690,"@timestamp":1626740106},"coords":"51.4566151,0.1466976","bedrooms":"0","price":"262000","area":"532"} , +{"type":"Feature","id":"n8934320707","geometry":{"type":"Point","coordinates":[0.1466122,51.4566631]},"properties":{"@type":"node","@id":8934320707,"@timestamp":1626740106},"coords":"51.4566631,0.1466122","bedrooms":"1","price":"228000","area":"588"} , +{"type":"Feature","id":"n8934320730","geometry":{"type":"Point","coordinates":[0.1461603,51.4560443]},"properties":{"@type":"node","@id":8934320730,"@timestamp":1626779559},"coords":"51.4560443,0.1461603","bedrooms":"2","price":"228000","area":"430"} , +{"type":"Feature","id":"n8934320793","geometry":{"type":"Point","coordinates":[0.1457968,51.4565139]},"properties":{"@type":"node","@id":8934320793,"@timestamp":1626740106},"coords":"51.4565139,0.1457968","bedrooms":"0","price":"197000","area":"391"} , +{"type":"Feature","id":"n8934586542","geometry":{"type":"Point","coordinates":[-0.2353145,51.498928]},"properties":{"@type":"node","@id":8934586542,"@timestamp":1626754365},"coords":"51.498928,-0.2353145","bedrooms":"2","price":"223000","area":"553"} , +{"type":"Feature","id":"n8934590920","geometry":{"type":"Point","coordinates":[-0.234483,51.4988374]},"properties":{"@type":"node","@id":8934590920,"@timestamp":1626754365},"coords":"51.4988374,-0.234483","bedrooms":"4","price":"269000","area":"693"} , +{"type":"Feature","id":"n8934591047","geometry":{"type":"Point","coordinates":[-0.2331736,51.4993751]},"properties":{"@type":"node","@id":8934591047,"@timestamp":1626754365},"coords":"51.4993751,-0.2331736","bedrooms":"4","price":"235000","area":"368"} , +{"type":"Feature","id":"n8934591057","geometry":{"type":"Point","coordinates":[-0.2338895,51.4992135]},"properties":{"@type":"node","@id":8934591057,"@timestamp":1626754365},"coords":"51.4992135,-0.2338895","bedrooms":"3","price":"213000","area":"457"} , +{"type":"Feature","id":"n8935063875","geometry":{"type":"Point","coordinates":[-0.8296205,51.4124449]},"properties":{"@type":"node","@id":8935063875,"@timestamp":1626765832},"coords":"51.4124449,-0.8296205","bedrooms":"4","price":"183000","area":"559"} , +{"type":"Feature","id":"n8935264169","geometry":{"type":"Point","coordinates":[0.0052412,51.5612208]},"properties":{"@type":"node","@id":8935264169,"@timestamp":1626771151},"coords":"51.5612208,0.0052412","bedrooms":"3","price":"178000","area":"543"} , +{"type":"Feature","id":"n8935316663","geometry":{"type":"Point","coordinates":[-0.236197,51.4977734]},"properties":{"@type":"node","@id":8935316663,"@timestamp":1626772247},"coords":"51.4977734,-0.236197","bedrooms":"4","price":"254000","area":"491"} , +{"type":"Feature","id":"n8935316745","geometry":{"type":"Point","coordinates":[-0.2354975,51.4977911]},"properties":{"@type":"node","@id":8935316745,"@timestamp":1626772247},"coords":"51.4977911,-0.2354975","bedrooms":"1","price":"276000","area":"695"} , +{"type":"Feature","id":"n8935363953","geometry":{"type":"Point","coordinates":[-0.1076914,51.7901701]},"properties":{"@type":"node","@id":8935363953,"@timestamp":1626773275},"coords":"51.7901701,-0.1076914","bedrooms":"4","price":"215000","area":"383"} , +{"type":"Feature","id":"n8935418775","geometry":{"type":"Point","coordinates":[0.7617876,51.4418099]},"properties":{"@type":"node","@id":8935418775,"@timestamp":1626774335},"coords":"51.4418099,0.7617876","bedrooms":"3","price":"150000","area":"689"} , +{"type":"Feature","id":"n8935449179","geometry":{"type":"Point","coordinates":[0.0053314,51.5637405]},"properties":{"@type":"node","@id":8935449179,"@timestamp":1626775038},"coords":"51.5637405,0.0053314","bedrooms":"2","price":"210000","area":"394"} , +{"type":"Feature","id":"n8935548284","geometry":{"type":"Point","coordinates":[-0.3492909,51.7564653]},"properties":{"@type":"node","@id":8935548284,"@timestamp":1626777446},"coords":"51.7564653,-0.3492909","bedrooms":"3","price":"297000","area":"398"} , +{"type":"Feature","id":"n8935712374","geometry":{"type":"Point","coordinates":[-0.9583789,51.3806681]},"properties":{"@type":"node","@id":8935712374,"@timestamp":1626809592},"coords":"51.3806681,-0.9583789","bedrooms":"2","price":"268000","area":"359"} , +{"type":"Feature","id":"n8935808809","geometry":{"type":"Point","coordinates":[-0.6690017,51.3025319]},"properties":{"@type":"node","@id":8935808809,"@timestamp":1626783034},"coords":"51.3025319,-0.6690017","bedrooms":"0","price":"228000","area":"621"} , +{"type":"Feature","id":"n8935850718","geometry":{"type":"Point","coordinates":[-0.4076136,51.7895863]},"properties":{"@type":"node","@id":8935850718,"@timestamp":1626784336},"coords":"51.7895863,-0.4076136","bedrooms":"4","price":"210000","area":"526"} , +{"type":"Feature","id":"n8936002490","geometry":{"type":"Point","coordinates":[-0.547877,51.9468011]},"properties":{"@type":"node","@id":8936002490,"@timestamp":1626788850},"coords":"51.9468011,-0.547877","bedrooms":"1","price":"247000","area":"620"} , +{"type":"Feature","id":"n8936002504","geometry":{"type":"Point","coordinates":[-0.5597261,51.9533741]},"properties":{"@type":"node","@id":8936002504,"@timestamp":1626788850},"coords":"51.9533741,-0.5597261","bedrooms":"4","price":"192000","area":"662"} , +{"type":"Feature","id":"n8936002514","geometry":{"type":"Point","coordinates":[-0.5475113,51.9496579]},"properties":{"@type":"node","@id":8936002514,"@timestamp":1626788850},"coords":"51.9496579,-0.5475113","bedrooms":"1","price":"217000","area":"456"} , +{"type":"Feature","id":"n8936094198","geometry":{"type":"Point","coordinates":[-0.1880273,51.1691661]},"properties":{"@type":"node","@id":8936094198,"@timestamp":1626791344},"coords":"51.1691661,-0.1880273","bedrooms":"1","price":"175000","area":"415"} , +{"type":"Feature","id":"n8936129773","geometry":{"type":"Point","coordinates":[-0.016439,50.9819189]},"properties":{"@type":"node","@id":8936129773,"@timestamp":1626792955},"coords":"50.9819189,-0.016439","bedrooms":"3","price":"286000","area":"532"} , +{"type":"Feature","id":"n8936353537","geometry":{"type":"Point","coordinates":[0.2735363,51.0593205]},"properties":{"@type":"node","@id":8936353537,"@timestamp":1626801703},"coords":"51.0593205,0.2735363","bedrooms":"2","price":"259000","area":"433"} , +{"type":"Feature","id":"n8936438266","geometry":{"type":"Point","coordinates":[0.0283569,51.4789167]},"properties":{"@type":"node","@id":8936438266,"@timestamp":1626804299},"coords":"51.4789167,0.0283569","bedrooms":"4","price":"230000","area":"591"} , +{"type":"Feature","id":"n8936438276","geometry":{"type":"Point","coordinates":[0.0285716,51.4789215]},"properties":{"@type":"node","@id":8936438276,"@timestamp":1626804299},"coords":"51.4789215,0.0285716","bedrooms":"2","price":"292000","area":"366"} , +{"type":"Feature","id":"n8936438286","geometry":{"type":"Point","coordinates":[0.0269872,51.4790551]},"properties":{"@type":"node","@id":8936438286,"@timestamp":1626804299},"coords":"51.4790551,0.0269872","bedrooms":"2","price":"222000","area":"367"} , +{"type":"Feature","id":"n8936438305","geometry":{"type":"Point","coordinates":[0.0292017,51.4774097]},"properties":{"@type":"node","@id":8936438305,"@timestamp":1626804299},"coords":"51.4774097,0.0292017","bedrooms":"4","price":"255000","area":"433"} , +{"type":"Feature","id":"n8936464741","geometry":{"type":"Point","coordinates":[-0.0161319,51.547285]},"properties":{"@type":"node","@id":8936464741,"@timestamp":1626805258},"coords":"51.547285,-0.0161319","bedrooms":"2","price":"294000","area":"548"} , +{"type":"Feature","id":"n8936697551","geometry":{"type":"Point","coordinates":[-0.1029444,51.4931864]},"properties":{"@type":"node","@id":8936697551,"@timestamp":1626813856},"coords":"51.4931864,-0.1029444","bedrooms":"3","price":"184000","area":"356"} , +{"type":"Feature","id":"n8936699085","geometry":{"type":"Point","coordinates":[-0.1041649,51.4933732]},"properties":{"@type":"node","@id":8936699085,"@timestamp":1626814190},"coords":"51.4933732,-0.1041649","bedrooms":"4","price":"207000","area":"365"} , +{"type":"Feature","id":"n8936830392","geometry":{"type":"Point","coordinates":[-0.099675,51.4951646]},"properties":{"@type":"node","@id":8936830392,"@timestamp":1626818917},"coords":"51.4951646,-0.099675","bedrooms":"1","price":"209000","area":"485"} , +{"type":"Feature","id":"n8936853179","geometry":{"type":"Point","coordinates":[0.2528312,51.3526303]},"properties":{"@type":"node","@id":8936853179,"@timestamp":1629298790},"coords":"51.3526303,0.2528312","bedrooms":"0","price":"180000","area":"489"} , +{"type":"Feature","id":"n8936900769","geometry":{"type":"Point","coordinates":[-0.1993887,51.6874501]},"properties":{"@type":"node","@id":8936900769,"@timestamp":1626823730},"coords":"51.6874501,-0.1993887","bedrooms":"2","price":"179000","area":"533"} , +{"type":"Feature","id":"n8936900779","geometry":{"type":"Point","coordinates":[-0.1844779,51.6857648]},"properties":{"@type":"node","@id":8936900779,"@timestamp":1626823730},"coords":"51.6857648,-0.1844779","bedrooms":"0","price":"271000","area":"637"} , +{"type":"Feature","id":"n8936920420","geometry":{"type":"Point","coordinates":[-0.4055411,51.4718156]},"properties":{"@type":"node","@id":8936920420,"@timestamp":1626822467},"coords":"51.4718156,-0.4055411","bedrooms":"1","price":"154000","area":"478"} , +{"type":"Feature","id":"n8936982900","geometry":{"type":"Point","coordinates":[0.0149219,51.4123879]},"properties":{"@type":"node","@id":8936982900,"@timestamp":1626825708},"coords":"51.4123879,0.0149219","bedrooms":"1","price":"289000","area":"444"} , +{"type":"Feature","id":"n8936997803","geometry":{"type":"Point","coordinates":[-0.1072788,51.4974737]},"properties":{"@type":"node","@id":8936997803,"@timestamp":1627170115},"coords":"51.4974737,-0.1072788","bedrooms":"1","price":"150000","area":"546"} , +{"type":"Feature","id":"n8937046462","geometry":{"type":"Point","coordinates":[0.1405695,51.4570872]},"properties":{"@type":"node","@id":8937046462,"@timestamp":1626828309},"coords":"51.4570872,0.1405695","bedrooms":"1","price":"150000","area":"383"} , +{"type":"Feature","id":"n8937046498","geometry":{"type":"Point","coordinates":[0.1414605,51.4569728]},"properties":{"@type":"node","@id":8937046498,"@timestamp":1626828309},"coords":"51.4569728,0.1414605","bedrooms":"3","price":"150000","area":"541"} , +{"type":"Feature","id":"n8937046541","geometry":{"type":"Point","coordinates":[0.1421483,51.456883]},"properties":{"@type":"node","@id":8937046541,"@timestamp":1626828309},"coords":"51.456883,0.1421483","bedrooms":"2","price":"220000","area":"661"} , +{"type":"Feature","id":"n8937046564","geometry":{"type":"Point","coordinates":[0.1426814,51.4568183]},"properties":{"@type":"node","@id":8937046564,"@timestamp":1626828309},"coords":"51.4568183,0.1426814","bedrooms":"2","price":"168000","area":"635"} , +{"type":"Feature","id":"n8937058252","geometry":{"type":"Point","coordinates":[-0.0860084,51.4723674]},"properties":{"@type":"node","@id":8937058252,"@timestamp":1626829410},"coords":"51.4723674,-0.0860084","bedrooms":"3","price":"186000","area":"372"} , +{"type":"Feature","id":"n8937059744","geometry":{"type":"Point","coordinates":[-0.0859671,51.4722011]},"properties":{"@type":"node","@id":8937059744,"@timestamp":1626829310},"coords":"51.4722011,-0.0859671","bedrooms":"2","price":"245000","area":"525"} , +{"type":"Feature","id":"n8937065737","geometry":{"type":"Point","coordinates":[-0.0857506,51.4734744]},"properties":{"@type":"node","@id":8937065737,"@timestamp":1626830354},"coords":"51.4734744,-0.0857506","bedrooms":"1","price":"278000","area":"467"} , +{"type":"Feature","id":"n8937142674","geometry":{"type":"Point","coordinates":[-0.173775,51.6964743]},"properties":{"@type":"node","@id":8937142674,"@timestamp":1626833519},"coords":"51.6964743,-0.173775","bedrooms":"3","price":"198000","area":"597"} , +{"type":"Feature","id":"n8937142719","geometry":{"type":"Point","coordinates":[-0.1758281,51.6964931]},"properties":{"@type":"node","@id":8937142719,"@timestamp":1626833519},"coords":"51.6964931,-0.1758281","bedrooms":"2","price":"259000","area":"487"} , +{"type":"Feature","id":"n8937346809","geometry":{"type":"Point","coordinates":[0.0115112,51.4779779]},"properties":{"@type":"node","@id":8937346809,"@timestamp":1626841648},"coords":"51.4779779,0.0115112","bedrooms":"2","price":"261000","area":"406"} , +{"type":"Feature","id":"n8937372619","geometry":{"type":"Point","coordinates":[0.0120272,51.4776995]},"properties":{"@type":"node","@id":8937372619,"@timestamp":1626841648},"coords":"51.4776995,0.0120272","bedrooms":"3","price":"243000","area":"622"} , +{"type":"Feature","id":"n8937583139","geometry":{"type":"Point","coordinates":[0.3460984,51.4680831]},"properties":{"@type":"node","@id":8937583139,"@timestamp":1626847738},"coords":"51.4680831,0.3460984","bedrooms":"4","price":"286000","area":"642"} , +{"type":"Feature","id":"n8938102284","geometry":{"type":"Point","coordinates":[-0.869593,51.1113208]},"properties":{"@type":"node","@id":8938102284,"@timestamp":1626856795},"coords":"51.1113208,-0.869593","bedrooms":"0","price":"291000","area":"667"} , +{"type":"Feature","id":"n8938282318","geometry":{"type":"Point","coordinates":[-0.0015196,51.5455314]},"properties":{"@type":"node","@id":8938282318,"@timestamp":1626858909},"coords":"51.5455314,-0.0015196","bedrooms":"0","price":"235000","area":"415"} , +{"type":"Feature","id":"n8938282328","geometry":{"type":"Point","coordinates":[-0.0014852,51.5457505]},"properties":{"@type":"node","@id":8938282328,"@timestamp":1626858909},"coords":"51.5457505,-0.0014852","bedrooms":"2","price":"266000","area":"488"} , +{"type":"Feature","id":"n8938282462","geometry":{"type":"Point","coordinates":[-0.0009169,51.5456495]},"properties":{"@type":"node","@id":8938282462,"@timestamp":1626858909},"coords":"51.5456495,-0.0009169","bedrooms":"3","price":"207000","area":"559"} , +{"type":"Feature","id":"n8938443226","geometry":{"type":"Point","coordinates":[-0.0440885,51.5215776]},"properties":{"@type":"node","@id":8938443226,"@timestamp":1626861325},"coords":"51.5215776,-0.0440885","bedrooms":"2","price":"152000","area":"408"} , +{"type":"Feature","id":"n8938599594","geometry":{"type":"Point","coordinates":[-0.37921,51.7865213]},"properties":{"@type":"node","@id":8938599594,"@timestamp":1626865156},"coords":"51.7865213,-0.37921","bedrooms":"2","price":"158000","area":"359"} , +{"type":"Feature","id":"n8938763772","geometry":{"type":"Point","coordinates":[-0.045132,51.523673]},"properties":{"@type":"node","@id":8938763772,"@timestamp":1626869493},"coords":"51.523673,-0.045132","bedrooms":"2","price":"269000","area":"367"} , +{"type":"Feature","id":"n8938778553","geometry":{"type":"Point","coordinates":[-0.4848843,51.489419]},"properties":{"@type":"node","@id":8938778553,"@timestamp":1627473244},"coords":"51.489419,-0.4848843","bedrooms":"3","price":"163000","area":"409"} , +{"type":"Feature","id":"n8938798713","geometry":{"type":"Point","coordinates":[-0.0370172,51.5169676]},"properties":{"@type":"node","@id":8938798713,"@timestamp":1626870710},"coords":"51.5169676,-0.0370172","bedrooms":"1","price":"158000","area":"406"} , +{"type":"Feature","id":"n8938864738","geometry":{"type":"Point","coordinates":[-0.193912,51.6954409]},"properties":{"@type":"node","@id":8938864738,"@timestamp":1626872539},"coords":"51.6954409,-0.193912","bedrooms":"0","price":"179000","area":"443"} , +{"type":"Feature","id":"n8938864748","geometry":{"type":"Point","coordinates":[-0.1932642,51.6957422]},"properties":{"@type":"node","@id":8938864748,"@timestamp":1626872539},"coords":"51.6957422,-0.1932642","bedrooms":"1","price":"190000","area":"352"} , +{"type":"Feature","id":"n8938905260","geometry":{"type":"Point","coordinates":[-0.1915551,51.6972391]},"properties":{"@type":"node","@id":8938905260,"@timestamp":1632972460},"coords":"51.6972391,-0.1915551","bedrooms":"3","price":"256000","area":"504"} , +{"type":"Feature","id":"n8939009442","geometry":{"type":"Point","coordinates":[-0.1762109,51.6953336]},"properties":{"@type":"node","@id":8939009442,"@timestamp":1626876023},"coords":"51.6953336,-0.1762109","bedrooms":"2","price":"284000","area":"586"} , +{"type":"Feature","id":"n8939067458","geometry":{"type":"Point","coordinates":[-0.3537113,51.7953725]},"properties":{"@type":"node","@id":8939067458,"@timestamp":1626876303},"coords":"51.7953725,-0.3537113","bedrooms":"4","price":"232000","area":"639"} , +{"type":"Feature","id":"n8939067475","geometry":{"type":"Point","coordinates":[-0.3640318,51.7946149]},"properties":{"@type":"node","@id":8939067475,"@timestamp":1626876303},"coords":"51.7946149,-0.3640318","bedrooms":"1","price":"220000","area":"643"} , +{"type":"Feature","id":"n8939067490","geometry":{"type":"Point","coordinates":[-0.3616344,51.797912]},"properties":{"@type":"node","@id":8939067490,"@timestamp":1626876303},"coords":"51.797912,-0.3616344","bedrooms":"3","price":"239000","area":"677"} , +{"type":"Feature","id":"n8939067501","geometry":{"type":"Point","coordinates":[-0.3522979,51.8017936]},"properties":{"@type":"node","@id":8939067501,"@timestamp":1626876303},"coords":"51.8017936,-0.3522979","bedrooms":"2","price":"183000","area":"629"} , +{"type":"Feature","id":"n8939139077","geometry":{"type":"Point","coordinates":[0.0238926,51.594723]},"properties":{"@type":"node","@id":8939139077,"@timestamp":1626878933},"coords":"51.594723,0.0238926","bedrooms":"1","price":"154000","area":"666"} , +{"type":"Feature","id":"n8939192986","geometry":{"type":"Point","coordinates":[-0.1994169,51.6940238]},"properties":{"@type":"node","@id":8939192986,"@timestamp":1626880462},"coords":"51.6940238,-0.1994169","bedrooms":"1","price":"276000","area":"452"} , +{"type":"Feature","id":"n8939193027","geometry":{"type":"Point","coordinates":[-0.1990607,51.6951843]},"properties":{"@type":"node","@id":8939193027,"@timestamp":1626880462},"coords":"51.6951843,-0.1990607","bedrooms":"3","price":"150000","area":"353"} , +{"type":"Feature","id":"n8939193059","geometry":{"type":"Point","coordinates":[-0.1977855,51.6960212]},"properties":{"@type":"node","@id":8939193059,"@timestamp":1626880462},"coords":"51.6960212,-0.1977855","bedrooms":"2","price":"233000","area":"658"} , +{"type":"Feature","id":"n8939193099","geometry":{"type":"Point","coordinates":[-0.1979948,51.6946173]},"properties":{"@type":"node","@id":8939193099,"@timestamp":1626880462},"coords":"51.6946173,-0.1979948","bedrooms":"2","price":"223000","area":"522"} , +{"type":"Feature","id":"n8939242641","geometry":{"type":"Point","coordinates":[-0.1808787,51.6931769]},"properties":{"@type":"node","@id":8939242641,"@timestamp":1629581656},"coords":"51.6931769,-0.1808787","bedrooms":"2","price":"178000","area":"361"} , +{"type":"Feature","id":"n8939269525","geometry":{"type":"Point","coordinates":[-0.198919,51.6904417]},"properties":{"@type":"node","@id":8939269525,"@timestamp":1626883250},"coords":"51.6904417,-0.198919","bedrooms":"4","price":"166000","area":"523"} , +{"type":"Feature","id":"n8939317315","geometry":{"type":"Point","coordinates":[-0.1740352,51.6980278]},"properties":{"@type":"node","@id":8939317315,"@timestamp":1626885395},"coords":"51.6980278,-0.1740352","bedrooms":"4","price":"218000","area":"427"} , +{"type":"Feature","id":"n8939353077","geometry":{"type":"Point","coordinates":[-0.2009854,51.6988679]},"properties":{"@type":"node","@id":8939353077,"@timestamp":1626886846},"coords":"51.6988679,-0.2009854","bedrooms":"1","price":"252000","area":"649"} , +{"type":"Feature","id":"n8939405696","geometry":{"type":"Point","coordinates":[0.4950345,51.7519183]},"properties":{"@type":"node","@id":8939405696,"@timestamp":1626887929},"coords":"51.7519183,0.4950345","bedrooms":"4","price":"153000","area":"581"} , +{"type":"Feature","id":"n8939488720","geometry":{"type":"Point","coordinates":[-0.2353187,51.4983735]},"properties":{"@type":"node","@id":8939488720,"@timestamp":1626891014},"coords":"51.4983735,-0.2353187","bedrooms":"1","price":"286000","area":"577"} , +{"type":"Feature","id":"n8939488730","geometry":{"type":"Point","coordinates":[-0.2351502,51.4978416]},"properties":{"@type":"node","@id":8939488730,"@timestamp":1626891014},"coords":"51.4978416,-0.2351502","bedrooms":"0","price":"274000","area":"590"} , +{"type":"Feature","id":"n8939492890","geometry":{"type":"Point","coordinates":[-0.2348128,51.4977431]},"properties":{"@type":"node","@id":8939492890,"@timestamp":1626891014},"coords":"51.4977431,-0.2348128","bedrooms":"2","price":"150000","area":"651"} , +{"type":"Feature","id":"n8939499013","geometry":{"type":"Point","coordinates":[-0.2019988,51.7139189]},"properties":{"@type":"node","@id":8939499013,"@timestamp":1626892239},"coords":"51.7139189,-0.2019988","bedrooms":"4","price":"239000","area":"645"} , +{"type":"Feature","id":"n8939501000","geometry":{"type":"Point","coordinates":[-0.397135,51.0961801]},"properties":{"@type":"node","@id":8939501000,"@timestamp":1626891398},"coords":"51.0961801,-0.397135","bedrooms":"0","price":"289000","area":"356"} , +{"type":"Feature","id":"n8939521317","geometry":{"type":"Point","coordinates":[-0.2020941,51.713151]},"properties":{"@type":"node","@id":8939521317,"@timestamp":1626892239},"coords":"51.713151,-0.2020941","bedrooms":"1","price":"284000","area":"462"} , +{"type":"Feature","id":"n8939775611","geometry":{"type":"Point","coordinates":[-0.3989611,51.0960158]},"properties":{"@type":"node","@id":8939775611,"@timestamp":1626899881},"coords":"51.0960158,-0.3989611","bedrooms":"3","price":"286000","area":"520"} , +{"type":"Feature","id":"n8939775621","geometry":{"type":"Point","coordinates":[-0.3977407,51.0952677]},"properties":{"@type":"node","@id":8939775621,"@timestamp":1626899881},"coords":"51.0952677,-0.3977407","bedrooms":"0","price":"236000","area":"698"} , +{"type":"Feature","id":"n8939848057","geometry":{"type":"Point","coordinates":[0.4928568,51.7589026]},"properties":{"@type":"node","@id":8939848057,"@timestamp":1626902148},"coords":"51.7589026,0.4928568","bedrooms":"4","price":"278000","area":"497"} , +{"type":"Feature","id":"n8939848067","geometry":{"type":"Point","coordinates":[0.4965101,51.753287]},"properties":{"@type":"node","@id":8939848067,"@timestamp":1626902148},"coords":"51.753287,0.4965101","bedrooms":"1","price":"233000","area":"659"} , +{"type":"Feature","id":"n8939878091","geometry":{"type":"Point","coordinates":[0.1739689,51.8700251]},"properties":{"@type":"node","@id":8939878091,"@timestamp":1626904429},"coords":"51.8700251,0.1739689","bedrooms":"4","price":"225000","area":"413"} , +{"type":"Feature","id":"n8939878101","geometry":{"type":"Point","coordinates":[0.1749452,51.8704093]},"properties":{"@type":"node","@id":8939878101,"@timestamp":1626904429},"coords":"51.8704093,0.1749452","bedrooms":"2","price":"165000","area":"543"} , +{"type":"Feature","id":"n8939878112","geometry":{"type":"Point","coordinates":[0.1746729,51.8710105]},"properties":{"@type":"node","@id":8939878112,"@timestamp":1626904429},"coords":"51.8710105,0.1746729","bedrooms":"1","price":"191000","area":"518"} , +{"type":"Feature","id":"n8939906782","geometry":{"type":"Point","coordinates":[-0.3098722,51.6372332]},"properties":{"@type":"node","@id":8939906782,"@timestamp":1633299953},"coords":"51.6372332,-0.3098722","bedrooms":"2","price":"199000","area":"379"} , +{"type":"Feature","id":"n8939912116","geometry":{"type":"Point","coordinates":[0.1752858,51.8712986]},"properties":{"@type":"node","@id":8939912116,"@timestamp":1626905445},"coords":"51.8712986,0.1752858","bedrooms":"1","price":"260000","area":"398"} , +{"type":"Feature","id":"n8939928592","geometry":{"type":"Point","coordinates":[0.1731673,51.8757972]},"properties":{"@type":"node","@id":8939928592,"@timestamp":1626906510},"coords":"51.8757972,0.1731673","bedrooms":"1","price":"241000","area":"423"} , +{"type":"Feature","id":"n8939935721","geometry":{"type":"Point","coordinates":[0.1756439,51.8714228]},"properties":{"@type":"node","@id":8939935721,"@timestamp":1626905445},"coords":"51.8714228,0.1756439","bedrooms":"0","price":"263000","area":"469"} , +{"type":"Feature","id":"n8939935731","geometry":{"type":"Point","coordinates":[0.1746528,51.8719611]},"properties":{"@type":"node","@id":8939935731,"@timestamp":1626905445},"coords":"51.8719611,0.1746528","bedrooms":"3","price":"269000","area":"455"} , +{"type":"Feature","id":"n8939935741","geometry":{"type":"Point","coordinates":[0.1735692,51.8728081]},"properties":{"@type":"node","@id":8939935741,"@timestamp":1626905445},"coords":"51.8728081,0.1735692","bedrooms":"3","price":"160000","area":"397"} , +{"type":"Feature","id":"n8939944604","geometry":{"type":"Point","coordinates":[0.1690862,51.8753062]},"properties":{"@type":"node","@id":8939944604,"@timestamp":1626906855},"coords":"51.8753062,0.1690862","bedrooms":"0","price":"244000","area":"663"} , +{"type":"Feature","id":"n8939956155","geometry":{"type":"Point","coordinates":[0.1388779,51.457323]},"properties":{"@type":"node","@id":8939956155,"@timestamp":1626906482},"coords":"51.457323,0.1388779","bedrooms":"0","price":"293000","area":"586"} , +{"type":"Feature","id":"n8939962029","geometry":{"type":"Point","coordinates":[0.1699311,51.8756092]},"properties":{"@type":"node","@id":8939962029,"@timestamp":1626906720},"coords":"51.8756092,0.1699311","bedrooms":"2","price":"281000","area":"566"} , +{"type":"Feature","id":"n8939963551","geometry":{"type":"Point","coordinates":[0.1690178,51.8756382]},"properties":{"@type":"node","@id":8939963551,"@timestamp":1626907236},"coords":"51.8756382,0.1690178","bedrooms":"4","price":"270000","area":"616"} , +{"type":"Feature","id":"n8939977391","geometry":{"type":"Point","coordinates":[-0.2502315,51.6410074]},"properties":{"@type":"node","@id":8939977391,"@timestamp":1631044432},"coords":"51.6410074,-0.2502315","bedrooms":"3","price":"210000","area":"454"} , +{"type":"Feature","id":"n8940037042","geometry":{"type":"Point","coordinates":[-0.1930568,51.6954026]},"properties":{"@type":"node","@id":8940037042,"@timestamp":1627053120},"coords":"51.6954026,-0.1930568","bedrooms":"2","price":"278000","area":"605"} , +{"type":"Feature","id":"n8940040229","geometry":{"type":"Point","coordinates":[-0.0309125,51.8145936]},"properties":{"@type":"node","@id":8940040229,"@timestamp":1626910784},"coords":"51.8145936,-0.0309125","bedrooms":"1","price":"195000","area":"488"} , +{"type":"Feature","id":"n8940057830","geometry":{"type":"Point","coordinates":[-0.1933581,51.6949153]},"properties":{"@type":"node","@id":8940057830,"@timestamp":1626912392},"coords":"51.6949153,-0.1933581","bedrooms":"0","price":"161000","area":"637"} , +{"type":"Feature","id":"n8940065668","geometry":{"type":"Point","coordinates":[0.1326141,51.4629194]},"properties":{"@type":"node","@id":8940065668,"@timestamp":1626913067},"coords":"51.4629194,0.1326141","bedrooms":"4","price":"172000","area":"650"} , +{"type":"Feature","id":"n8940086331","geometry":{"type":"Point","coordinates":[-0.1939347,51.6969374]},"properties":{"@type":"node","@id":8940086331,"@timestamp":1626914670},"coords":"51.6969374,-0.1939347","bedrooms":"4","price":"255000","area":"474"} , +{"type":"Feature","id":"n8940158878","geometry":{"type":"Point","coordinates":[-0.2137653,51.6993359]},"properties":{"@type":"node","@id":8940158878,"@timestamp":1633013568},"coords":"51.6993359,-0.2137653","bedrooms":"1","price":"266000","area":"438"} , +{"type":"Feature","id":"n8940196078","geometry":{"type":"Point","coordinates":[-0.7388723,51.2583334]},"properties":{"@type":"node","@id":8940196078,"@timestamp":1635861984},"coords":"51.2583334,-0.7388723","bedrooms":"4","price":"223000","area":"634"} , +{"type":"Feature","id":"n8940359701","geometry":{"type":"Point","coordinates":[-0.2344631,51.4973098]},"properties":{"@type":"node","@id":8940359701,"@timestamp":1626930232},"coords":"51.4973098,-0.2344631","bedrooms":"0","price":"299000","area":"388"} , +{"type":"Feature","id":"n8940374258","geometry":{"type":"Point","coordinates":[-0.2345029,51.4977764]},"properties":{"@type":"node","@id":8940374258,"@timestamp":1626930232},"coords":"51.4977764,-0.2345029","bedrooms":"0","price":"191000","area":"588"} , +{"type":"Feature","id":"n8940374268","geometry":{"type":"Point","coordinates":[-0.2345394,51.4983679]},"properties":{"@type":"node","@id":8940374268,"@timestamp":1626930232},"coords":"51.4983679,-0.2345394","bedrooms":"3","price":"229000","area":"671"} , +{"type":"Feature","id":"n8940374305","geometry":{"type":"Point","coordinates":[-0.2341204,51.4989002]},"properties":{"@type":"node","@id":8940374305,"@timestamp":1626930232},"coords":"51.4989002,-0.2341204","bedrooms":"1","price":"152000","area":"662"} , +{"type":"Feature","id":"n8940374354","geometry":{"type":"Point","coordinates":[-0.2340666,51.4983463]},"properties":{"@type":"node","@id":8940374354,"@timestamp":1626930232},"coords":"51.4983463,-0.2340666","bedrooms":"4","price":"161000","area":"619"} , +{"type":"Feature","id":"n8940374364","geometry":{"type":"Point","coordinates":[-0.2340103,51.4979039]},"properties":{"@type":"node","@id":8940374364,"@timestamp":1626930232},"coords":"51.4979039,-0.2340103","bedrooms":"4","price":"290000","area":"631"} , +{"type":"Feature","id":"n8940374374","geometry":{"type":"Point","coordinates":[-0.2339489,51.4974215]},"properties":{"@type":"node","@id":8940374374,"@timestamp":1626930232},"coords":"51.4974215,-0.2339489","bedrooms":"3","price":"204000","area":"619"} , +{"type":"Feature","id":"n8940467046","geometry":{"type":"Point","coordinates":[-0.6228451,51.309098]},"properties":{"@type":"node","@id":8940467046,"@timestamp":1626933808},"coords":"51.309098,-0.6228451","bedrooms":"3","price":"271000","area":"640"} , +{"type":"Feature","id":"n8940586647","geometry":{"type":"Point","coordinates":[0.1681864,51.8746248]},"properties":{"@type":"node","@id":8940586647,"@timestamp":1626936384},"coords":"51.8746248,0.1681864","bedrooms":"4","price":"194000","area":"527"} , +{"type":"Feature","id":"n8940586657","geometry":{"type":"Point","coordinates":[0.167808,51.8750258]},"properties":{"@type":"node","@id":8940586657,"@timestamp":1626936384},"coords":"51.8750258,0.167808","bedrooms":"1","price":"267000","area":"640"} , +{"type":"Feature","id":"n8940586667","geometry":{"type":"Point","coordinates":[0.1664951,51.8743195]},"properties":{"@type":"node","@id":8940586667,"@timestamp":1626936384},"coords":"51.8743195,0.1664951","bedrooms":"3","price":"245000","area":"447"} , +{"type":"Feature","id":"n8940586677","geometry":{"type":"Point","coordinates":[0.1663851,51.8733541]},"properties":{"@type":"node","@id":8940586677,"@timestamp":1632315972},"coords":"51.8733541,0.1663851","bedrooms":"4","price":"222000","area":"419"} , +{"type":"Feature","id":"n8940677563","geometry":{"type":"Point","coordinates":[-0.6286959,51.3024991]},"properties":{"@type":"node","@id":8940677563,"@timestamp":1626938730},"coords":"51.3024991,-0.6286959","bedrooms":"1","price":"181000","area":"452"} , +{"type":"Feature","id":"n8940708049","geometry":{"type":"Point","coordinates":[0.1576969,51.865815]},"properties":{"@type":"node","@id":8940708049,"@timestamp":1626939416},"coords":"51.865815,0.1576969","bedrooms":"0","price":"262000","area":"537"} , +{"type":"Feature","id":"n8940708061","geometry":{"type":"Point","coordinates":[0.1580979,51.8659591]},"properties":{"@type":"node","@id":8940708061,"@timestamp":1626939416},"coords":"51.8659591,0.1580979","bedrooms":"1","price":"181000","area":"582"} , +{"type":"Feature","id":"n8940721456","geometry":{"type":"Point","coordinates":[-0.2338649,51.496964]},"properties":{"@type":"node","@id":8940721456,"@timestamp":1626940334},"coords":"51.496964,-0.2338649","bedrooms":"2","price":"220000","area":"561"} , +{"type":"Feature","id":"n8940721514","geometry":{"type":"Point","coordinates":[-0.2330094,51.4971379]},"properties":{"@type":"node","@id":8940721514,"@timestamp":1626940334},"coords":"51.4971379,-0.2330094","bedrooms":"2","price":"268000","area":"649"} , +{"type":"Feature","id":"n8940742959","geometry":{"type":"Point","coordinates":[0.1587108,51.8660643]},"properties":{"@type":"node","@id":8940742959,"@timestamp":1626940229},"coords":"51.8660643,0.1587108","bedrooms":"4","price":"287000","area":"484"} , +{"type":"Feature","id":"n8940745229","geometry":{"type":"Point","coordinates":[-0.2342681,51.4966523]},"properties":{"@type":"node","@id":8940745229,"@timestamp":1626940334},"coords":"51.4966523,-0.2342681","bedrooms":"3","price":"227000","area":"583"} , +{"type":"Feature","id":"n8940745283","geometry":{"type":"Point","coordinates":[-0.2336856,51.4966579]},"properties":{"@type":"node","@id":8940745283,"@timestamp":1626940334},"coords":"51.4966579,-0.2336856","bedrooms":"3","price":"263000","area":"586"} , +{"type":"Feature","id":"n8940745293","geometry":{"type":"Point","coordinates":[-0.2329891,51.4966858]},"properties":{"@type":"node","@id":8940745293,"@timestamp":1626940334},"coords":"51.4966858,-0.2329891","bedrooms":"2","price":"210000","area":"565"} , +{"type":"Feature","id":"n8940835202","geometry":{"type":"Point","coordinates":[-0.2328074,51.4965622]},"properties":{"@type":"node","@id":8940835202,"@timestamp":1626942923},"coords":"51.4965622,-0.2328074","bedrooms":"4","price":"217000","area":"589"} , +{"type":"Feature","id":"n8940852121","geometry":{"type":"Point","coordinates":[-0.2327869,51.4960587]},"properties":{"@type":"node","@id":8940852121,"@timestamp":1626942923},"coords":"51.4960587,-0.2327869","bedrooms":"0","price":"217000","area":"375"} , +{"type":"Feature","id":"n8940852184","geometry":{"type":"Point","coordinates":[-0.2326444,51.4955977]},"properties":{"@type":"node","@id":8940852184,"@timestamp":1626942923},"coords":"51.4955977,-0.2326444","bedrooms":"4","price":"265000","area":"521"} , +{"type":"Feature","id":"n8940852264","geometry":{"type":"Point","coordinates":[-0.2324467,51.4964215]},"properties":{"@type":"node","@id":8940852264,"@timestamp":1626942923},"coords":"51.4964215,-0.2324467","bedrooms":"3","price":"168000","area":"629"} , +{"type":"Feature","id":"n8940852274","geometry":{"type":"Point","coordinates":[-0.2324111,51.4958696]},"properties":{"@type":"node","@id":8940852274,"@timestamp":1626942923},"coords":"51.4958696,-0.2324111","bedrooms":"3","price":"297000","area":"653"} , +{"type":"Feature","id":"n8940932025","geometry":{"type":"Point","coordinates":[-0.3004418,51.3963981]},"properties":{"@type":"node","@id":8940932025,"@timestamp":1626944713},"coords":"51.3963981,-0.3004418","bedrooms":"3","price":"289000","area":"511"} , +{"type":"Feature","id":"n8940932049","geometry":{"type":"Point","coordinates":[-0.300364,51.3958526]},"properties":{"@type":"node","@id":8940932049,"@timestamp":1626944713},"coords":"51.3958526,-0.300364","bedrooms":"4","price":"201000","area":"611"} , +{"type":"Feature","id":"n8940943728","geometry":{"type":"Point","coordinates":[-0.4413239,51.7643809]},"properties":{"@type":"node","@id":8940943728,"@timestamp":1626944981},"coords":"51.7643809,-0.4413239","bedrooms":"4","price":"232000","area":"502"} , +{"type":"Feature","id":"n8941112562","geometry":{"type":"Point","coordinates":[-0.345633,51.7410526]},"properties":{"@type":"node","@id":8941112562,"@timestamp":1626948449},"coords":"51.7410526,-0.345633","bedrooms":"2","price":"274000","area":"520"} , +{"type":"Feature","id":"n8941173470","geometry":{"type":"Point","coordinates":[-0.6665205,51.2009869]},"properties":{"@type":"node","@id":8941173470,"@timestamp":1626950297},"coords":"51.2009869,-0.6665205","bedrooms":"3","price":"159000","area":"575"} , +{"type":"Feature","id":"n8941246192","geometry":{"type":"Point","coordinates":[0.2552137,51.4603867]},"properties":{"@type":"node","@id":8941246192,"@timestamp":1626951999},"coords":"51.4603867,0.2552137","bedrooms":"1","price":"261000","area":"673"} , +{"type":"Feature","id":"n8941284864","geometry":{"type":"Point","coordinates":[-0.4052294,51.6458607]},"properties":{"@type":"node","@id":8941284864,"@timestamp":1626953350},"coords":"51.6458607,-0.4052294","bedrooms":"1","price":"227000","area":"512"} , +{"type":"Feature","id":"n8941372334","geometry":{"type":"Point","coordinates":[-0.2769087,51.6558884]},"properties":{"@type":"node","@id":8941372334,"@timestamp":1626955130},"coords":"51.6558884,-0.2769087","bedrooms":"0","price":"182000","area":"587"} , +{"type":"Feature","id":"n8941489038","geometry":{"type":"Point","coordinates":[-0.2759356,51.6507328]},"properties":{"@type":"node","@id":8941489038,"@timestamp":1626957331},"coords":"51.6507328,-0.2759356","bedrooms":"1","price":"273000","area":"456"} , +{"type":"Feature","id":"n8941662806","geometry":{"type":"Point","coordinates":[0.1663721,51.8675701]},"properties":{"@type":"node","@id":8941662806,"@timestamp":1626962184},"coords":"51.8675701,0.1663721","bedrooms":"4","price":"225000","area":"604"} , +{"type":"Feature","id":"n8941668680","geometry":{"type":"Point","coordinates":[-0.3047957,51.3998177]},"properties":{"@type":"node","@id":8941668680,"@timestamp":1626960815},"coords":"51.3998177,-0.3047957","bedrooms":"0","price":"222000","area":"551"} , +{"type":"Feature","id":"n8941684481","geometry":{"type":"Point","coordinates":[0.1640708,51.8686781]},"properties":{"@type":"node","@id":8941684481,"@timestamp":1626961560},"coords":"51.8686781,0.1640708","bedrooms":"0","price":"226000","area":"498"} , +{"type":"Feature","id":"n8941695298","geometry":{"type":"Point","coordinates":[-0.4021904,51.3734676]},"properties":{"@type":"node","@id":8941695298,"@timestamp":1626960905},"coords":"51.3734676,-0.4021904","bedrooms":"2","price":"222000","area":"682"} , +{"type":"Feature","id":"n8941730817","geometry":{"type":"Point","coordinates":[0.166407,51.8670384]},"properties":{"@type":"node","@id":8941730817,"@timestamp":1626962184},"coords":"51.8670384,0.166407","bedrooms":"0","price":"253000","area":"684"} , +{"type":"Feature","id":"n8941764003","geometry":{"type":"Point","coordinates":[0.1666591,51.8669076]},"properties":{"@type":"node","@id":8941764003,"@timestamp":1626963818},"coords":"51.8669076,0.1666591","bedrooms":"0","price":"272000","area":"435"} , +{"type":"Feature","id":"n8941764013","geometry":{"type":"Point","coordinates":[0.1682108,51.8670393]},"properties":{"@type":"node","@id":8941764013,"@timestamp":1626963818},"coords":"51.8670393,0.1682108","bedrooms":"2","price":"198000","area":"419"} , +{"type":"Feature","id":"n8941771323","geometry":{"type":"Point","coordinates":[0.1697276,51.8671552]},"properties":{"@type":"node","@id":8941771323,"@timestamp":1626963818},"coords":"51.8671552,0.1697276","bedrooms":"4","price":"220000","area":"553"} , +{"type":"Feature","id":"n8941813879","geometry":{"type":"Point","coordinates":[-0.3359083,51.7458277]},"properties":{"@type":"node","@id":8941813879,"@timestamp":1626965225},"coords":"51.7458277,-0.3359083","bedrooms":"4","price":"243000","area":"677"} , +{"type":"Feature","id":"n8941813895","geometry":{"type":"Point","coordinates":[-0.3394719,51.7508186]},"properties":{"@type":"node","@id":8941813895,"@timestamp":1626965225},"coords":"51.7508186,-0.3394719","bedrooms":"1","price":"150000","area":"500"} , +{"type":"Feature","id":"n8941842060","geometry":{"type":"Point","coordinates":[-0.1041387,51.491714]},"properties":{"@type":"node","@id":8941842060,"@timestamp":1626965032},"coords":"51.491714,-0.1041387","bedrooms":"4","price":"234000","area":"651"} , +{"type":"Feature","id":"n8941842070","geometry":{"type":"Point","coordinates":[-0.104837,51.4920865]},"properties":{"@type":"node","@id":8941842070,"@timestamp":1626965032},"coords":"51.4920865,-0.104837","bedrooms":"1","price":"152000","area":"511"} , +{"type":"Feature","id":"n8941852419","geometry":{"type":"Point","coordinates":[-0.1048172,51.4928205]},"properties":{"@type":"node","@id":8941852419,"@timestamp":1626965032},"coords":"51.4928205,-0.1048172","bedrooms":"3","price":"269000","area":"481"} , +{"type":"Feature","id":"n8941852429","geometry":{"type":"Point","coordinates":[-0.1051531,51.4931633]},"properties":{"@type":"node","@id":8941852429,"@timestamp":1626965032},"coords":"51.4931633,-0.1051531","bedrooms":"4","price":"211000","area":"441"} , +{"type":"Feature","id":"n8941852447","geometry":{"type":"Point","coordinates":[-0.1017827,51.4922143]},"properties":{"@type":"node","@id":8941852447,"@timestamp":1627528481},"coords":"51.4922143,-0.1017827","bedrooms":"3","price":"287000","area":"489"} , +{"type":"Feature","id":"n8941924843","geometry":{"type":"Point","coordinates":[0.2273977,51.0345109]},"properties":{"@type":"node","@id":8941924843,"@timestamp":1626966831},"coords":"51.0345109,0.2273977","bedrooms":"2","price":"246000","area":"633"} , +{"type":"Feature","id":"n8942017672","geometry":{"type":"Point","coordinates":[-0.1023665,51.4925053]},"properties":{"@type":"node","@id":8942017672,"@timestamp":1626969197},"coords":"51.4925053,-0.1023665","bedrooms":"4","price":"284000","area":"506"} , +{"type":"Feature","id":"n8942021548","geometry":{"type":"Point","coordinates":[-0.3294588,51.7505056]},"properties":{"@type":"node","@id":8942021548,"@timestamp":1626969278},"coords":"51.7505056,-0.3294588","bedrooms":"2","price":"231000","area":"411"} , +{"type":"Feature","id":"n8942029764","geometry":{"type":"Point","coordinates":[0.1719203,51.8671966]},"properties":{"@type":"node","@id":8942029764,"@timestamp":1626970236},"coords":"51.8671966,0.1719203","bedrooms":"2","price":"253000","area":"685"} , +{"type":"Feature","id":"n8942029774","geometry":{"type":"Point","coordinates":[0.1737173,51.8675664]},"properties":{"@type":"node","@id":8942029774,"@timestamp":1635696384},"coords":"51.8675664,0.1737173","bedrooms":"3","price":"220000","area":"424"} , +{"type":"Feature","id":"n8942030356","geometry":{"type":"Point","coordinates":[-0.1415187,51.5399194]},"properties":{"@type":"node","@id":8942030356,"@timestamp":1626969594},"coords":"51.5399194,-0.1415187","bedrooms":"1","price":"234000","area":"685"} , +{"type":"Feature","id":"n8942053289","geometry":{"type":"Point","coordinates":[-0.1008732,51.4928327]},"properties":{"@type":"node","@id":8942053289,"@timestamp":1626971638},"coords":"51.4928327,-0.1008732","bedrooms":"0","price":"176000","area":"481"} , +{"type":"Feature","id":"n8942055102","geometry":{"type":"Point","coordinates":[0.174813,51.8677767]},"properties":{"@type":"node","@id":8942055102,"@timestamp":1626971669},"coords":"51.8677767,0.174813","bedrooms":"1","price":"220000","area":"669"} , +{"type":"Feature","id":"n8942055113","geometry":{"type":"Point","coordinates":[-0.2020492,51.655623]},"properties":{"@type":"node","@id":8942055113,"@timestamp":1626971701},"coords":"51.655623,-0.2020492","bedrooms":"0","price":"242000","area":"565"} , +{"type":"Feature","id":"n8942060958","geometry":{"type":"Point","coordinates":[0.1737844,51.8679738]},"properties":{"@type":"node","@id":8942060958,"@timestamp":1626971020},"coords":"51.8679738,0.1737844","bedrooms":"1","price":"213000","area":"500"} , +{"type":"Feature","id":"n8942080237","geometry":{"type":"Point","coordinates":[-0.0989862,51.4918636]},"properties":{"@type":"node","@id":8942080237,"@timestamp":1626971226},"coords":"51.4918636,-0.0989862","bedrooms":"2","price":"265000","area":"438"} , +{"type":"Feature","id":"n8942109030","geometry":{"type":"Point","coordinates":[-0.2026422,51.6562809]},"properties":{"@type":"node","@id":8942109030,"@timestamp":1626971701},"coords":"51.6562809,-0.2026422","bedrooms":"2","price":"298000","area":"388"} , +{"type":"Feature","id":"n8942161072","geometry":{"type":"Point","coordinates":[-0.10043,51.4932505]},"properties":{"@type":"node","@id":8942161072,"@timestamp":1626975091},"coords":"51.4932505,-0.10043","bedrooms":"3","price":"226000","area":"428"} , +{"type":"Feature","id":"n8942217476","geometry":{"type":"Point","coordinates":[-0.1033723,51.4975426]},"properties":{"@type":"node","@id":8942217476,"@timestamp":1627355407},"coords":"51.4975426,-0.1033723","bedrooms":"2","price":"276000","area":"354"} , +{"type":"Feature","id":"n8942248852","geometry":{"type":"Point","coordinates":[-0.5340144,51.8931604]},"properties":{"@type":"node","@id":8942248852,"@timestamp":1626977638},"coords":"51.8931604,-0.5340144","bedrooms":"2","price":"153000","area":"407"} , +{"type":"Feature","id":"n8942251645","geometry":{"type":"Point","coordinates":[-0.1049342,51.4985412]},"properties":{"@type":"node","@id":8942251645,"@timestamp":1626977487},"coords":"51.4985412,-0.1049342","bedrooms":"4","price":"266000","area":"529"} , +{"type":"Feature","id":"n8942262344","geometry":{"type":"Point","coordinates":[-0.1056952,51.4964741]},"properties":{"@type":"node","@id":8942262344,"@timestamp":1626978121},"coords":"51.4964741,-0.1056952","bedrooms":"0","price":"293000","area":"563"} , +{"type":"Feature","id":"n8942262354","geometry":{"type":"Point","coordinates":[-0.103689,51.4957441]},"properties":{"@type":"node","@id":8942262354,"@timestamp":1626978121},"coords":"51.4957441,-0.103689","bedrooms":"1","price":"296000","area":"618"} , +{"type":"Feature","id":"n8942283346","geometry":{"type":"Point","coordinates":[-0.1033935,51.6845702]},"properties":{"@type":"node","@id":8942283346,"@timestamp":1626979185},"coords":"51.6845702,-0.1033935","bedrooms":"3","price":"295000","area":"522"} , +{"type":"Feature","id":"n8942303247","geometry":{"type":"Point","coordinates":[-0.1024885,51.4943828]},"properties":{"@type":"node","@id":8942303247,"@timestamp":1626979467},"coords":"51.4943828,-0.1024885","bedrooms":"2","price":"202000","area":"383"} , +{"type":"Feature","id":"n8942303257","geometry":{"type":"Point","coordinates":[-0.1009914,51.4942905]},"properties":{"@type":"node","@id":8942303257,"@timestamp":1626979467},"coords":"51.4942905,-0.1009914","bedrooms":"0","price":"235000","area":"507"} , +{"type":"Feature","id":"n8942303267","geometry":{"type":"Point","coordinates":[-0.1019529,51.4933197]},"properties":{"@type":"node","@id":8942303267,"@timestamp":1626979467},"coords":"51.4933197,-0.1019529","bedrooms":"3","price":"156000","area":"429"} , +{"type":"Feature","id":"n8942303846","geometry":{"type":"Point","coordinates":[-0.1015073,51.4947383]},"properties":{"@type":"node","@id":8942303846,"@timestamp":1626979467},"coords":"51.4947383,-0.1015073","bedrooms":"0","price":"233000","area":"681"} , +{"type":"Feature","id":"n8942310284","geometry":{"type":"Point","coordinates":[-0.0932992,51.6537632]},"properties":{"@type":"node","@id":8942310284,"@timestamp":1626981590},"coords":"51.6537632,-0.0932992","bedrooms":"3","price":"175000","area":"655"} , +{"type":"Feature","id":"n8942310294","geometry":{"type":"Point","coordinates":[-0.0919578,51.6537489]},"properties":{"@type":"node","@id":8942310294,"@timestamp":1626980261},"coords":"51.6537489,-0.0919578","bedrooms":"2","price":"236000","area":"452"} , +{"type":"Feature","id":"n8942376179","geometry":{"type":"Point","coordinates":[-0.191188,51.69751]},"properties":{"@type":"node","@id":8942376179,"@timestamp":1626983746},"coords":"51.69751,-0.191188","bedrooms":"4","price":"295000","area":"455"} , +{"type":"Feature","id":"n8942376189","geometry":{"type":"Point","coordinates":[-0.1907701,51.6980566]},"properties":{"@type":"node","@id":8942376189,"@timestamp":1626983746},"coords":"51.6980566,-0.1907701","bedrooms":"0","price":"273000","area":"393"} , +{"type":"Feature","id":"n8942442408","geometry":{"type":"Point","coordinates":[-0.0337988,51.8193245]},"properties":{"@type":"node","@id":8942442408,"@timestamp":1626984349},"coords":"51.8193245,-0.0337988","bedrooms":"1","price":"166000","area":"490"} , +{"type":"Feature","id":"n8942663610","geometry":{"type":"Point","coordinates":[-0.1906701,51.6981928]},"properties":{"@type":"node","@id":8942663610,"@timestamp":1626991601},"coords":"51.6981928,-0.1906701","bedrooms":"2","price":"262000","area":"586"} , +{"type":"Feature","id":"n8942678423","geometry":{"type":"Point","coordinates":[-0.3838667,51.1179281]},"properties":{"@type":"node","@id":8942678423,"@timestamp":1626991015},"coords":"51.1179281,-0.3838667","bedrooms":"1","price":"186000","area":"407"} , +{"type":"Feature","id":"n8942678433","geometry":{"type":"Point","coordinates":[-0.383375,51.1190575]},"properties":{"@type":"node","@id":8942678433,"@timestamp":1626991015},"coords":"51.1190575,-0.383375","bedrooms":"2","price":"155000","area":"606"} , +{"type":"Feature","id":"n8942680281","geometry":{"type":"Point","coordinates":[-0.1898085,51.6986049]},"properties":{"@type":"node","@id":8942680281,"@timestamp":1626992244},"coords":"51.6986049,-0.1898085","bedrooms":"2","price":"298000","area":"415"} , +{"type":"Feature","id":"n8942686696","geometry":{"type":"Point","coordinates":[-0.1901081,51.6980947]},"properties":{"@type":"node","@id":8942686696,"@timestamp":1626991601},"coords":"51.6980947,-0.1901081","bedrooms":"2","price":"251000","area":"352"} , +{"type":"Feature","id":"n8942725641","geometry":{"type":"Point","coordinates":[-0.192591,51.6963026]},"properties":{"@type":"node","@id":8942725641,"@timestamp":1626994343},"coords":"51.6963026,-0.192591","bedrooms":"3","price":"204000","area":"507"} , +{"type":"Feature","id":"n8942797418","geometry":{"type":"Point","coordinates":[-0.7434192,51.7041796]},"properties":{"@type":"node","@id":8942797418,"@timestamp":1626996837},"coords":"51.7041796,-0.7434192","bedrooms":"2","price":"244000","area":"582"} , +{"type":"Feature","id":"n8942812354","geometry":{"type":"Point","coordinates":[0.0806955,51.7846542]},"properties":{"@type":"node","@id":8942812354,"@timestamp":1626997949},"coords":"51.7846542,0.0806955","bedrooms":"1","price":"152000","area":"371"} , +{"type":"Feature","id":"n8942836748","geometry":{"type":"Point","coordinates":[-0.3629347,51.6383775]},"properties":{"@type":"node","@id":8942836748,"@timestamp":1626998312},"coords":"51.6383775,-0.3629347","bedrooms":"0","price":"226000","area":"429"} , +{"type":"Feature","id":"n8942836906","geometry":{"type":"Point","coordinates":[-0.362047,51.637935]},"properties":{"@type":"node","@id":8942836906,"@timestamp":1626998312},"coords":"51.637935,-0.362047","bedrooms":"3","price":"160000","area":"418"} , +{"type":"Feature","id":"n8943081792","geometry":{"type":"Point","coordinates":[-0.7170904,51.2226845]},"properties":{"@type":"node","@id":8943081792,"@timestamp":1627478767},"coords":"51.2226845,-0.7170904","bedrooms":"3","price":"266000","area":"486"} , +{"type":"Feature","id":"n8943184262","geometry":{"type":"Point","coordinates":[-0.2336001,51.4972622]},"properties":{"@type":"node","@id":8943184262,"@timestamp":1627017038},"coords":"51.4972622,-0.2336001","bedrooms":"0","price":"218000","area":"670"} , +{"type":"Feature","id":"n8943184272","geometry":{"type":"Point","coordinates":[-0.2336548,51.4976958]},"properties":{"@type":"node","@id":8943184272,"@timestamp":1627017038},"coords":"51.4976958,-0.2336548","bedrooms":"4","price":"204000","area":"411"} , +{"type":"Feature","id":"n8943184282","geometry":{"type":"Point","coordinates":[-0.2337107,51.498138]},"properties":{"@type":"node","@id":8943184282,"@timestamp":1627017038},"coords":"51.498138,-0.2337107","bedrooms":"0","price":"261000","area":"352"} , +{"type":"Feature","id":"n8943184292","geometry":{"type":"Point","coordinates":[-0.2337772,51.4986649]},"properties":{"@type":"node","@id":8943184292,"@timestamp":1627017038},"coords":"51.4986649,-0.2337772","bedrooms":"1","price":"197000","area":"516"} , +{"type":"Feature","id":"n8943187701","geometry":{"type":"Point","coordinates":[-0.2334861,51.4990304]},"properties":{"@type":"node","@id":8943187701,"@timestamp":1627017038},"coords":"51.4990304,-0.2334861","bedrooms":"3","price":"266000","area":"672"} , +{"type":"Feature","id":"n8943187729","geometry":{"type":"Point","coordinates":[-0.2332689,51.4986047]},"properties":{"@type":"node","@id":8943187729,"@timestamp":1627017038},"coords":"51.4986047,-0.2332689","bedrooms":"3","price":"162000","area":"565"} , +{"type":"Feature","id":"n8943187739","geometry":{"type":"Point","coordinates":[-0.2331431,51.4981548]},"properties":{"@type":"node","@id":8943187739,"@timestamp":1627017038},"coords":"51.4981548,-0.2331431","bedrooms":"0","price":"230000","area":"605"} , +{"type":"Feature","id":"n8943187749","geometry":{"type":"Point","coordinates":[-0.2331316,51.4977038]},"properties":{"@type":"node","@id":8943187749,"@timestamp":1627017038},"coords":"51.4977038,-0.2331316","bedrooms":"1","price":"159000","area":"530"} , +{"type":"Feature","id":"n8943187759","geometry":{"type":"Point","coordinates":[-0.2331438,51.4972721]},"properties":{"@type":"node","@id":8943187759,"@timestamp":1627017038},"coords":"51.4972721,-0.2331438","bedrooms":"2","price":"297000","area":"388"} , +{"type":"Feature","id":"n8943301997","geometry":{"type":"Point","coordinates":[-0.163274,51.4084014]},"properties":{"@type":"node","@id":8943301997,"@timestamp":1627020713},"coords":"51.4084014,-0.163274","bedrooms":"4","price":"176000","area":"416"} , +{"type":"Feature","id":"n8943437344","geometry":{"type":"Point","coordinates":[0.2112735,51.5695483]},"properties":{"@type":"node","@id":8943437344,"@timestamp":1627024108},"coords":"51.5695483,0.2112735","bedrooms":"1","price":"190000","area":"372"} , +{"type":"Feature","id":"n8943751617","geometry":{"type":"Point","coordinates":[-0.4884632,51.4851484]},"properties":{"@type":"node","@id":8943751617,"@timestamp":1627032021},"coords":"51.4851484,-0.4884632","bedrooms":"0","price":"288000","area":"352"} , +{"type":"Feature","id":"n8943858018","geometry":{"type":"Point","coordinates":[-0.1564103,51.356871]},"properties":{"@type":"node","@id":8943858018,"@timestamp":1627034875},"coords":"51.356871,-0.1564103","bedrooms":"3","price":"202000","area":"511"} , +{"type":"Feature","id":"n8943979652","geometry":{"type":"Point","coordinates":[-0.6559907,51.628361]},"properties":{"@type":"node","@id":8943979652,"@timestamp":1627038196},"coords":"51.628361,-0.6559907","bedrooms":"3","price":"172000","area":"622"} , +{"type":"Feature","id":"n8944104342","geometry":{"type":"Point","coordinates":[-0.3326647,51.7508464]},"properties":{"@type":"node","@id":8944104342,"@timestamp":1627042447},"coords":"51.7508464,-0.3326647","bedrooms":"0","price":"164000","area":"482"} , +{"type":"Feature","id":"n8944311615","geometry":{"type":"Point","coordinates":[-0.9888679,51.483939]},"properties":{"@type":"node","@id":8944311615,"@timestamp":1627048118},"coords":"51.483939,-0.9888679","bedrooms":"3","price":"220000","area":"623"} , +{"type":"Feature","id":"n8944402958","geometry":{"type":"Point","coordinates":[-0.3162042,51.7468314]},"properties":{"@type":"node","@id":8944402958,"@timestamp":1627051479},"coords":"51.7468314,-0.3162042","bedrooms":"4","price":"205000","area":"502"} , +{"type":"Feature","id":"n8944457259","geometry":{"type":"Point","coordinates":[-0.1946665,51.6937906]},"properties":{"@type":"node","@id":8944457259,"@timestamp":1627053551},"coords":"51.6937906,-0.1946665","bedrooms":"4","price":"271000","area":"694"} , +{"type":"Feature","id":"n8944485961","geometry":{"type":"Point","coordinates":[-0.1969556,51.455888]},"properties":{"@type":"node","@id":8944485961,"@timestamp":1629838475},"coords":"51.455888,-0.1969556","bedrooms":"1","price":"285000","area":"578"} , +{"type":"Feature","id":"n8944487748","geometry":{"type":"Point","coordinates":[-0.7374131,51.2105999]},"properties":{"@type":"node","@id":8944487748,"@timestamp":1627478767},"coords":"51.2105999,-0.7374131","bedrooms":"2","price":"254000","area":"354"} , +{"type":"Feature","id":"n8944673817","geometry":{"type":"Point","coordinates":[-0.5350081,51.5747183]},"properties":{"@type":"node","@id":8944673817,"@timestamp":1627059978},"coords":"51.5747183,-0.5350081","bedrooms":"1","price":"194000","area":"435"} , +{"type":"Feature","id":"n8944700617","geometry":{"type":"Point","coordinates":[-0.073967,51.5380172]},"properties":{"@type":"node","@id":8944700617,"@timestamp":1627060775},"coords":"51.5380172,-0.073967","bedrooms":"3","price":"269000","area":"372"} , +{"type":"Feature","id":"n8944901312","geometry":{"type":"Point","coordinates":[-0.3136953,51.74477]},"properties":{"@type":"node","@id":8944901312,"@timestamp":1627070689},"coords":"51.74477,-0.3136953","bedrooms":"0","price":"224000","area":"627"} , +{"type":"Feature","id":"n8944928910","geometry":{"type":"Point","coordinates":[-0.3155916,51.7455422]},"properties":{"@type":"node","@id":8944928910,"@timestamp":1627068656},"coords":"51.7455422,-0.3155916","bedrooms":"0","price":"197000","area":"570"} , +{"type":"Feature","id":"n8945103032","geometry":{"type":"Point","coordinates":[0.2561992,51.0498238]},"properties":{"@type":"node","@id":8945103032,"@timestamp":1627073390},"coords":"51.0498238,0.2561992","bedrooms":"0","price":"299000","area":"461"} , +{"type":"Feature","id":"n8945113076","geometry":{"type":"Point","coordinates":[-0.3330577,51.7486735]},"properties":{"@type":"node","@id":8945113076,"@timestamp":1627074772},"coords":"51.7486735,-0.3330577","bedrooms":"1","price":"208000","area":"658"} , +{"type":"Feature","id":"n8945125891","geometry":{"type":"Point","coordinates":[-0.2484202,51.7358972]},"properties":{"@type":"node","@id":8945125891,"@timestamp":1627076090},"coords":"51.7358972,-0.2484202","bedrooms":"4","price":"255000","area":"465"} , +{"type":"Feature","id":"n8945182470","geometry":{"type":"Point","coordinates":[-0.2467218,51.7365054]},"properties":{"@type":"node","@id":8945182470,"@timestamp":1627076090},"coords":"51.7365054,-0.2467218","bedrooms":"4","price":"175000","area":"401"} , +{"type":"Feature","id":"n8945182501","geometry":{"type":"Point","coordinates":[-0.2455945,51.7415658]},"properties":{"@type":"node","@id":8945182501,"@timestamp":1627076090},"coords":"51.7415658,-0.2455945","bedrooms":"2","price":"207000","area":"639"} , +{"type":"Feature","id":"n8945276260","geometry":{"type":"Point","coordinates":[-0.2814549,51.7230888]},"properties":{"@type":"node","@id":8945276260,"@timestamp":1627080096},"coords":"51.7230888,-0.2814549","bedrooms":"3","price":"200000","area":"504"} , +{"type":"Feature","id":"n8945276551","geometry":{"type":"Point","coordinates":[-0.2805607,51.7239175]},"properties":{"@type":"node","@id":8945276551,"@timestamp":1627080096},"coords":"51.7239175,-0.2805607","bedrooms":"0","price":"174000","area":"583"} , +{"type":"Feature","id":"n8945908209","geometry":{"type":"Point","coordinates":[-0.2331584,51.4959928]},"properties":{"@type":"node","@id":8945908209,"@timestamp":1627109029},"coords":"51.4959928,-0.2331584","bedrooms":"1","price":"224000","area":"612"} , +{"type":"Feature","id":"n8946008518","geometry":{"type":"Point","coordinates":[-0.2332042,51.4963873]},"properties":{"@type":"node","@id":8946008518,"@timestamp":1627109029},"coords":"51.4963873,-0.2332042","bedrooms":"4","price":"192000","area":"664"} , +{"type":"Feature","id":"n8946008587","geometry":{"type":"Point","coordinates":[-0.234275,51.4964492]},"properties":{"@type":"node","@id":8946008587,"@timestamp":1627109029},"coords":"51.4964492,-0.234275","bedrooms":"4","price":"227000","area":"515"} , +{"type":"Feature","id":"n8946008653","geometry":{"type":"Point","coordinates":[-0.2346025,51.4962578]},"properties":{"@type":"node","@id":8946008653,"@timestamp":1627109029},"coords":"51.4962578,-0.2346025","bedrooms":"2","price":"165000","area":"617"} , +{"type":"Feature","id":"n8946008665","geometry":{"type":"Point","coordinates":[-0.2335044,51.4960059]},"properties":{"@type":"node","@id":8946008665,"@timestamp":1627109029},"coords":"51.4960059,-0.2335044","bedrooms":"2","price":"292000","area":"575"} , +{"type":"Feature","id":"n8946277575","geometry":{"type":"Point","coordinates":[-0.7138952,51.7063705]},"properties":{"@type":"node","@id":8946277575,"@timestamp":1627121968},"coords":"51.7063705,-0.7138952","bedrooms":"2","price":"222000","area":"550"} , +{"type":"Feature","id":"n8946352057","geometry":{"type":"Point","coordinates":[-0.1920714,51.3606814]},"properties":{"@type":"node","@id":8946352057,"@timestamp":1627320563},"coords":"51.3606814,-0.1920714","bedrooms":"1","price":"271000","area":"557"} , +{"type":"Feature","id":"n8946352069","geometry":{"type":"Point","coordinates":[-0.1940399,51.3651443]},"properties":{"@type":"node","@id":8946352069,"@timestamp":1627123973},"coords":"51.3651443,-0.1940399","bedrooms":"4","price":"185000","area":"354"} , +{"type":"Feature","id":"n8946372434","geometry":{"type":"Point","coordinates":[-0.0352705,51.5549428]},"properties":{"@type":"node","@id":8946372434,"@timestamp":1627124455},"coords":"51.5549428,-0.0352705","bedrooms":"1","price":"193000","area":"448"} , +{"type":"Feature","id":"n8946372444","geometry":{"type":"Point","coordinates":[-0.0350499,51.5542707]},"properties":{"@type":"node","@id":8946372444,"@timestamp":1627124455},"coords":"51.5542707,-0.0350499","bedrooms":"3","price":"209000","area":"519"} , +{"type":"Feature","id":"n8946376495","geometry":{"type":"Point","coordinates":[-0.1433977,51.4965024]},"properties":{"@type":"node","@id":8946376495,"@timestamp":1627125702},"coords":"51.4965024,-0.1433977","bedrooms":"1","price":"274000","area":"422"} , +{"type":"Feature","id":"n8946452868","geometry":{"type":"Point","coordinates":[-0.3992314,51.1089748]},"properties":{"@type":"node","@id":8946452868,"@timestamp":1627127089},"coords":"51.1089748,-0.3992314","bedrooms":"2","price":"258000","area":"497"} , +{"type":"Feature","id":"n8946452919","geometry":{"type":"Point","coordinates":[-0.3973888,51.1094522]},"properties":{"@type":"node","@id":8946452919,"@timestamp":1627127089},"coords":"51.1094522,-0.3973888","bedrooms":"4","price":"227000","area":"484"} , +{"type":"Feature","id":"n8946509231","geometry":{"type":"Point","coordinates":[-0.1941449,51.3661779]},"properties":{"@type":"node","@id":8946509231,"@timestamp":1630395492},"coords":"51.3661779,-0.1941449","bedrooms":"1","price":"153000","area":"645"} , +{"type":"Feature","id":"n8946509253","geometry":{"type":"Point","coordinates":[-0.191817,51.360861]},"properties":{"@type":"node","@id":8946509253,"@timestamp":1627128999},"coords":"51.360861,-0.191817","bedrooms":"1","price":"220000","area":"459"} , +{"type":"Feature","id":"n8946532017","geometry":{"type":"Point","coordinates":[0.0597847,51.5016991]},"properties":{"@type":"node","@id":8946532017,"@timestamp":1627129447},"coords":"51.5016991,0.0597847","bedrooms":"3","price":"294000","area":"393"} , +{"type":"Feature","id":"n8946532027","geometry":{"type":"Point","coordinates":[0.0593504,51.501961]},"properties":{"@type":"node","@id":8946532027,"@timestamp":1627129447},"coords":"51.501961,0.0593504","bedrooms":"2","price":"189000","area":"622"} , +{"type":"Feature","id":"n8946532037","geometry":{"type":"Point","coordinates":[0.0608456,51.5009018]},"properties":{"@type":"node","@id":8946532037,"@timestamp":1627129447},"coords":"51.5009018,0.0608456","bedrooms":"4","price":"201000","area":"376"} , +{"type":"Feature","id":"n8946532047","geometry":{"type":"Point","coordinates":[0.0616579,51.5008882]},"properties":{"@type":"node","@id":8946532047,"@timestamp":1627129447},"coords":"51.5008882,0.0616579","bedrooms":"2","price":"251000","area":"516"} , +{"type":"Feature","id":"n8946541928","geometry":{"type":"Point","coordinates":[-0.189481,51.1696818]},"properties":{"@type":"node","@id":8946541928,"@timestamp":1627130365},"coords":"51.1696818,-0.189481","bedrooms":"0","price":"268000","area":"581"} , +{"type":"Feature","id":"n8946655500","geometry":{"type":"Point","coordinates":[-0.7088086,51.7002518]},"properties":{"@type":"node","@id":8946655500,"@timestamp":1627138257},"coords":"51.7002518,-0.7088086","bedrooms":"1","price":"208000","area":"549"} , +{"type":"Feature","id":"n8946722711","geometry":{"type":"Point","coordinates":[0.4679787,51.7364534]},"properties":{"@type":"node","@id":8946722711,"@timestamp":1627139749},"coords":"51.7364534,0.4679787","bedrooms":"1","price":"251000","area":"624"} , +{"type":"Feature","id":"n8946769455","geometry":{"type":"Point","coordinates":[0.0820348,51.4502711]},"properties":{"@type":"node","@id":8946769455,"@timestamp":1627142510},"coords":"51.4502711,0.0820348","bedrooms":"3","price":"203000","area":"526"} , +{"type":"Feature","id":"n8946788505","geometry":{"type":"Point","coordinates":[-0.2059825,51.8018125]},"properties":{"@type":"node","@id":8946788505,"@timestamp":1627142983},"coords":"51.8018125,-0.2059825","bedrooms":"0","price":"191000","area":"564"} , +{"type":"Feature","id":"n8946789585","geometry":{"type":"Point","coordinates":[-0.1958869,51.4485295]},"properties":{"@type":"node","@id":8946789585,"@timestamp":1627145582},"coords":"51.4485295,-0.1958869","bedrooms":"4","price":"268000","area":"372"} , +{"type":"Feature","id":"n8946810524","geometry":{"type":"Point","coordinates":[-0.2052462,51.8020638]},"properties":{"@type":"node","@id":8946810524,"@timestamp":1627142983},"coords":"51.8020638,-0.2052462","bedrooms":"0","price":"175000","area":"392"} , +{"type":"Feature","id":"n8946967681","geometry":{"type":"Point","coordinates":[-0.1758464,51.7051824]},"properties":{"@type":"node","@id":8946967681,"@timestamp":1627150178},"coords":"51.7051824,-0.1758464","bedrooms":"3","price":"256000","area":"590"} , +{"type":"Feature","id":"n8947269064","geometry":{"type":"Point","coordinates":[-0.2363169,51.6896878]},"properties":{"@type":"node","@id":8947269064,"@timestamp":1627161352},"coords":"51.6896878,-0.2363169","bedrooms":"3","price":"245000","area":"656"} , +{"type":"Feature","id":"n8947355575","geometry":{"type":"Point","coordinates":[-0.2765046,51.6920254]},"properties":{"@type":"node","@id":8947355575,"@timestamp":1627164005},"coords":"51.6920254,-0.2765046","bedrooms":"0","price":"233000","area":"430"} , +{"type":"Feature","id":"n8947401712","geometry":{"type":"Point","coordinates":[-0.197264,51.5631133]},"properties":{"@type":"node","@id":8947401712,"@timestamp":1627166201},"coords":"51.5631133,-0.197264","bedrooms":"1","price":"291000","area":"572"} , +{"type":"Feature","id":"n8947416277","geometry":{"type":"Point","coordinates":[-0.3040776,51.7459284]},"properties":{"@type":"node","@id":8947416277,"@timestamp":1627167718},"coords":"51.7459284,-0.3040776","bedrooms":"4","price":"271000","area":"627"} , +{"type":"Feature","id":"n8947442154","geometry":{"type":"Point","coordinates":[-0.1072353,51.49731]},"properties":{"@type":"node","@id":8947442154,"@timestamp":1629069187},"coords":"51.49731,-0.1072353","bedrooms":"3","price":"281000","area":"680"} , +{"type":"Feature","id":"n8947475647","geometry":{"type":"Point","coordinates":[-0.3972106,51.6574839]},"properties":{"@type":"node","@id":8947475647,"@timestamp":1627174963},"coords":"51.6574839,-0.3972106","bedrooms":"4","price":"207000","area":"385"} , +{"type":"Feature","id":"n8947500840","geometry":{"type":"Point","coordinates":[0.0972391,51.7805315]},"properties":{"@type":"node","@id":8947500840,"@timestamp":1627171189},"coords":"51.7805315,0.0972391","bedrooms":"1","price":"260000","area":"400"} , +{"type":"Feature","id":"n8947524328","geometry":{"type":"Point","coordinates":[-0.3970125,51.6468644]},"properties":{"@type":"node","@id":8947524328,"@timestamp":1627174835},"coords":"51.6468644,-0.3970125","bedrooms":"4","price":"253000","area":"638"} , +{"type":"Feature","id":"n8947542438","geometry":{"type":"Point","coordinates":[-0.3860446,51.6899243]},"properties":{"@type":"node","@id":8947542438,"@timestamp":1627175621},"coords":"51.6899243,-0.3860446","bedrooms":"3","price":"171000","area":"699"} , +{"type":"Feature","id":"n8947598742","geometry":{"type":"Point","coordinates":[0.0047204,51.4760285]},"properties":{"@type":"node","@id":8947598742,"@timestamp":1627181730},"coords":"51.4760285,0.0047204","bedrooms":"3","price":"175000","area":"368"} , +{"type":"Feature","id":"n8947753238","geometry":{"type":"Point","coordinates":[0.0042386,51.5419878]},"properties":{"@type":"node","@id":8947753238,"@timestamp":1627186530},"coords":"51.5419878,0.0042386","bedrooms":"4","price":"205000","area":"593"} , +{"type":"Feature","id":"n8947791420","geometry":{"type":"Point","coordinates":[-0.2328484,51.497309]},"properties":{"@type":"node","@id":8947791420,"@timestamp":1627190314},"coords":"51.497309,-0.2328484","bedrooms":"2","price":"247000","area":"502"} , +{"type":"Feature","id":"n8947791430","geometry":{"type":"Point","coordinates":[-0.2328384,51.4977483]},"properties":{"@type":"node","@id":8947791430,"@timestamp":1627190314},"coords":"51.4977483,-0.2328384","bedrooms":"1","price":"242000","area":"628"} , +{"type":"Feature","id":"n8947791440","geometry":{"type":"Point","coordinates":[-0.2328567,51.4981841]},"properties":{"@type":"node","@id":8947791440,"@timestamp":1627190314},"coords":"51.4981841,-0.2328567","bedrooms":"4","price":"183000","area":"550"} , +{"type":"Feature","id":"n8947791450","geometry":{"type":"Point","coordinates":[-0.2329758,51.4986083]},"properties":{"@type":"node","@id":8947791450,"@timestamp":1627190314},"coords":"51.4986083,-0.2329758","bedrooms":"4","price":"278000","area":"656"} , +{"type":"Feature","id":"n8947791562","geometry":{"type":"Point","coordinates":[-0.2323843,51.4972098]},"properties":{"@type":"node","@id":8947791562,"@timestamp":1627190314},"coords":"51.4972098,-0.2323843","bedrooms":"4","price":"214000","area":"379"} , +{"type":"Feature","id":"n8947791572","geometry":{"type":"Point","coordinates":[-0.2324059,51.4976491]},"properties":{"@type":"node","@id":8947791572,"@timestamp":1627190314},"coords":"51.4976491,-0.2324059","bedrooms":"3","price":"223000","area":"570"} , +{"type":"Feature","id":"n8947791582","geometry":{"type":"Point","coordinates":[-0.2324274,51.4980884]},"properties":{"@type":"node","@id":8947791582,"@timestamp":1627190314},"coords":"51.4980884,-0.2324274","bedrooms":"4","price":"153000","area":"444"} , +{"type":"Feature","id":"n8947791592","geometry":{"type":"Point","coordinates":[-0.232449,51.4985279]},"properties":{"@type":"node","@id":8947791592,"@timestamp":1627190314},"coords":"51.4985279,-0.232449","bedrooms":"4","price":"192000","area":"558"} , +{"type":"Feature","id":"n8947791602","geometry":{"type":"Point","coordinates":[-0.2324705,51.4989666]},"properties":{"@type":"node","@id":8947791602,"@timestamp":1627190314},"coords":"51.4989666,-0.2324705","bedrooms":"1","price":"255000","area":"457"} , +{"type":"Feature","id":"n8948071743","geometry":{"type":"Point","coordinates":[-0.2321416,51.4998297]},"properties":{"@type":"node","@id":8948071743,"@timestamp":1627198122},"coords":"51.4998297,-0.2321416","bedrooms":"4","price":"218000","area":"504"} , +{"type":"Feature","id":"n8948071753","geometry":{"type":"Point","coordinates":[-0.2320353,51.4993127]},"properties":{"@type":"node","@id":8948071753,"@timestamp":1627198122},"coords":"51.4993127,-0.2320353","bedrooms":"4","price":"189000","area":"567"} , +{"type":"Feature","id":"n8948452067","geometry":{"type":"Point","coordinates":[0.1326531,51.4640138]},"properties":{"@type":"node","@id":8948452067,"@timestamp":1627208367},"coords":"51.4640138,0.1326531","bedrooms":"4","price":"215000","area":"663"} , +{"type":"Feature","id":"n8948583898","geometry":{"type":"Point","coordinates":[-0.3091854,51.748742]},"properties":{"@type":"node","@id":8948583898,"@timestamp":1627216750},"coords":"51.748742,-0.3091854","bedrooms":"4","price":"233000","area":"696"} , +{"type":"Feature","id":"n8948604659","geometry":{"type":"Point","coordinates":[0.4964125,51.4600419]},"properties":{"@type":"node","@id":8948604659,"@timestamp":1627214147},"coords":"51.4600419,0.4964125","bedrooms":"4","price":"161000","area":"487"} , +{"type":"Feature","id":"n8948605011","geometry":{"type":"Point","coordinates":[0.533596,51.4595523]},"properties":{"@type":"node","@id":8948605011,"@timestamp":1627214147},"coords":"51.4595523,0.533596","bedrooms":"1","price":"249000","area":"444"} , +{"type":"Feature","id":"n8948605021","geometry":{"type":"Point","coordinates":[0.520547,51.4600135]},"properties":{"@type":"node","@id":8948605021,"@timestamp":1627214147},"coords":"51.4600135,0.520547","bedrooms":"3","price":"247000","area":"371"} , +{"type":"Feature","id":"n8948609967","geometry":{"type":"Point","coordinates":[-0.7252237,51.2772317]},"properties":{"@type":"node","@id":8948609967,"@timestamp":1627215087},"coords":"51.2772317,-0.7252237","bedrooms":"4","price":"281000","area":"687"} , +{"type":"Feature","id":"n8948633245","geometry":{"type":"Point","coordinates":[0.5192783,51.4429543]},"properties":{"@type":"node","@id":8948633245,"@timestamp":1627215374},"coords":"51.4429543,0.5192783","bedrooms":"0","price":"209000","area":"660"} , +{"type":"Feature","id":"n8948642181","geometry":{"type":"Point","coordinates":[-0.3053607,51.4611076]},"properties":{"@type":"node","@id":8948642181,"@timestamp":1627217033},"coords":"51.4611076,-0.3053607","bedrooms":"4","price":"171000","area":"575"} , +{"type":"Feature","id":"n8948656205","geometry":{"type":"Point","coordinates":[-0.133108,51.7932961]},"properties":{"@type":"node","@id":8948656205,"@timestamp":1627217642},"coords":"51.7932961,-0.133108","bedrooms":"2","price":"189000","area":"566"} , +{"type":"Feature","id":"n8948670740","geometry":{"type":"Point","coordinates":[-0.2337239,51.689389]},"properties":{"@type":"node","@id":8948670740,"@timestamp":1627216815},"coords":"51.689389,-0.2337239","bedrooms":"2","price":"187000","area":"582"} , +{"type":"Feature","id":"n8948670767","geometry":{"type":"Point","coordinates":[-0.2383685,51.6932861]},"properties":{"@type":"node","@id":8948670767,"@timestamp":1627216815},"coords":"51.6932861,-0.2383685","bedrooms":"3","price":"280000","area":"681"} , +{"type":"Feature","id":"n8948670810","geometry":{"type":"Point","coordinates":[-0.2415168,51.6981379]},"properties":{"@type":"node","@id":8948670810,"@timestamp":1627216815},"coords":"51.6981379,-0.2415168","bedrooms":"2","price":"160000","area":"511"} , +{"type":"Feature","id":"n8948670846","geometry":{"type":"Point","coordinates":[-0.249728,51.7042123]},"properties":{"@type":"node","@id":8948670846,"@timestamp":1627216815},"coords":"51.7042123,-0.249728","bedrooms":"1","price":"184000","area":"500"} , +{"type":"Feature","id":"n8948735471","geometry":{"type":"Point","coordinates":[0.0120518,51.4751457]},"properties":{"@type":"node","@id":8948735471,"@timestamp":1627219241},"coords":"51.4751457,0.0120518","bedrooms":"1","price":"220000","area":"663"} , +{"type":"Feature","id":"n8948861038","geometry":{"type":"Point","coordinates":[-0.4570223,51.5045383]},"properties":{"@type":"node","@id":8948861038,"@timestamp":1627224405},"coords":"51.5045383,-0.4570223","bedrooms":"3","price":"257000","area":"410"} , +{"type":"Feature","id":"n8948936245","geometry":{"type":"Point","coordinates":[0.1338127,51.4634165]},"properties":{"@type":"node","@id":8948936245,"@timestamp":1627227961},"coords":"51.4634165,0.1338127","bedrooms":"2","price":"297000","area":"513"} , +{"type":"Feature","id":"n8948936297","geometry":{"type":"Point","coordinates":[0.1327787,51.4639206]},"properties":{"@type":"node","@id":8948936297,"@timestamp":1627227961},"coords":"51.4639206,0.1327787","bedrooms":"1","price":"162000","area":"526"} , +{"type":"Feature","id":"n8948937028","geometry":{"type":"Point","coordinates":[-0.2777313,51.2244662]},"properties":{"@type":"node","@id":8948937028,"@timestamp":1627228189},"coords":"51.2244662,-0.2777313","bedrooms":"4","price":"243000","area":"643"} , +{"type":"Feature","id":"n8948937061","geometry":{"type":"Point","coordinates":[-0.0968747,51.5452069]},"properties":{"@type":"node","@id":8948937061,"@timestamp":1628768719},"coords":"51.5452069,-0.0968747","bedrooms":"0","price":"175000","area":"618"} , +{"type":"Feature","id":"n8948948074","geometry":{"type":"Point","coordinates":[-0.0027295,51.480939]},"properties":{"@type":"node","@id":8948948074,"@timestamp":1627228039},"coords":"51.480939,-0.0027295","bedrooms":"4","price":"173000","area":"385"} , +{"type":"Feature","id":"n8948948084","geometry":{"type":"Point","coordinates":[-0.0027322,51.4811521]},"properties":{"@type":"node","@id":8948948084,"@timestamp":1627228039},"coords":"51.4811521,-0.0027322","bedrooms":"0","price":"197000","area":"639"} , +{"type":"Feature","id":"n8948948094","geometry":{"type":"Point","coordinates":[-0.0043299,51.4819239]},"properties":{"@type":"node","@id":8948948094,"@timestamp":1627228039},"coords":"51.4819239,-0.0043299","bedrooms":"2","price":"196000","area":"691"} , +{"type":"Feature","id":"n8948953632","geometry":{"type":"Point","coordinates":[0.1328401,51.4641349]},"properties":{"@type":"node","@id":8948953632,"@timestamp":1627227961},"coords":"51.4641349,0.1328401","bedrooms":"3","price":"194000","area":"643"} , +{"type":"Feature","id":"n8948953646","geometry":{"type":"Point","coordinates":[0.1328998,51.4643394]},"properties":{"@type":"node","@id":8948953646,"@timestamp":1627227961},"coords":"51.4643394,0.1328998","bedrooms":"3","price":"156000","area":"355"} , +{"type":"Feature","id":"n8948953656","geometry":{"type":"Point","coordinates":[0.1329078,51.4642796]},"properties":{"@type":"node","@id":8948953656,"@timestamp":1627227961},"coords":"51.4642796,0.1329078","bedrooms":"3","price":"172000","area":"500"} , +{"type":"Feature","id":"n8948989172","geometry":{"type":"Point","coordinates":[-0.5305678,51.5844749]},"properties":{"@type":"node","@id":8948989172,"@timestamp":1627229731},"coords":"51.5844749,-0.5305678","bedrooms":"4","price":"265000","area":"427"} , +{"type":"Feature","id":"n8949005447","geometry":{"type":"Point","coordinates":[-0.700254,51.6618397]},"properties":{"@type":"node","@id":8949005447,"@timestamp":1627231342},"coords":"51.6618397,-0.700254","bedrooms":"0","price":"198000","area":"611"} , +{"type":"Feature","id":"n8949235550","geometry":{"type":"Point","coordinates":[0.2671145,51.3408192]},"properties":{"@type":"node","@id":8949235550,"@timestamp":1627233380},"coords":"51.3408192,0.2671145","bedrooms":"4","price":"274000","area":"671"} , +{"type":"Feature","id":"n8949264706","geometry":{"type":"Point","coordinates":[0.5935611,51.5121744]},"properties":{"@type":"node","@id":8949264706,"@timestamp":1627235165},"coords":"51.5121744,0.5935611","bedrooms":"4","price":"209000","area":"386"} , +{"type":"Feature","id":"n8949324871","geometry":{"type":"Point","coordinates":[0.2571959,51.348073]},"properties":{"@type":"node","@id":8949324871,"@timestamp":1627236897},"coords":"51.348073,0.2571959","bedrooms":"3","price":"294000","area":"435"} , +{"type":"Feature","id":"n8949325755","geometry":{"type":"Point","coordinates":[-0.0047514,51.4805161]},"properties":{"@type":"node","@id":8949325755,"@timestamp":1627236916},"coords":"51.4805161,-0.0047514","bedrooms":"4","price":"229000","area":"635"} , +{"type":"Feature","id":"n8949325765","geometry":{"type":"Point","coordinates":[-0.0028977,51.4813923]},"properties":{"@type":"node","@id":8949325765,"@timestamp":1627236916},"coords":"51.4813923,-0.0028977","bedrooms":"0","price":"196000","area":"422"} , +{"type":"Feature","id":"n8949326712","geometry":{"type":"Point","coordinates":[-0.0006288,51.4733516]},"properties":{"@type":"node","@id":8949326712,"@timestamp":1628210257},"coords":"51.4733516,-0.0006288","bedrooms":"3","price":"166000","area":"414"} , +{"type":"Feature","id":"n8949326807","geometry":{"type":"Point","coordinates":[-0.0012337,51.4733207]},"properties":{"@type":"node","@id":8949326807,"@timestamp":1627236916},"coords":"51.4733207,-0.0012337","bedrooms":"0","price":"226000","area":"638"} , +{"type":"Feature","id":"n8949326826","geometry":{"type":"Point","coordinates":[-0.0016262,51.4739317]},"properties":{"@type":"node","@id":8949326826,"@timestamp":1627236916},"coords":"51.4739317,-0.0016262","bedrooms":"1","price":"200000","area":"698"} , +{"type":"Feature","id":"n8949391205","geometry":{"type":"Point","coordinates":[-0.2956388,51.748806]},"properties":{"@type":"node","@id":8949391205,"@timestamp":1627240723},"coords":"51.748806,-0.2956388","bedrooms":"1","price":"268000","area":"401"} , +{"type":"Feature","id":"n8949517195","geometry":{"type":"Point","coordinates":[-0.1387346,51.5450707]},"properties":{"@type":"node","@id":8949517195,"@timestamp":1627244556},"coords":"51.5450707,-0.1387346","bedrooms":"3","price":"210000","area":"394"} , +{"type":"Feature","id":"n8949532619","geometry":{"type":"Point","coordinates":[-0.3401431,51.763847]},"properties":{"@type":"node","@id":8949532619,"@timestamp":1627244374},"coords":"51.763847,-0.3401431","bedrooms":"4","price":"227000","area":"462"} , +{"type":"Feature","id":"n8949651946","geometry":{"type":"Point","coordinates":[-0.6023249,51.433939]},"properties":{"@type":"node","@id":8949651946,"@timestamp":1627247892},"coords":"51.433939,-0.6023249","bedrooms":"3","price":"275000","area":"537"} , +{"type":"Feature","id":"n8949651956","geometry":{"type":"Point","coordinates":[-0.6034917,51.433832]},"properties":{"@type":"node","@id":8949651956,"@timestamp":1627247892},"coords":"51.433832,-0.6034917","bedrooms":"4","price":"225000","area":"544"} , +{"type":"Feature","id":"n8949651966","geometry":{"type":"Point","coordinates":[-0.6010294,51.4337534]},"properties":{"@type":"node","@id":8949651966,"@timestamp":1627247892},"coords":"51.4337534,-0.6010294","bedrooms":"2","price":"187000","area":"426"} , +{"type":"Feature","id":"n8949651976","geometry":{"type":"Point","coordinates":[-0.601649,51.433924]},"properties":{"@type":"node","@id":8949651976,"@timestamp":1627247892},"coords":"51.433924,-0.601649","bedrooms":"0","price":"213000","area":"656"} , +{"type":"Feature","id":"n8949718357","geometry":{"type":"Point","coordinates":[0.257581,51.3468562]},"properties":{"@type":"node","@id":8949718357,"@timestamp":1627573064},"coords":"51.3468562,0.257581","bedrooms":"1","price":"196000","area":"474"} , +{"type":"Feature","id":"n8949773378","geometry":{"type":"Point","coordinates":[-0.3407391,51.7656985]},"properties":{"@type":"node","@id":8949773378,"@timestamp":1627253370},"coords":"51.7656985,-0.3407391","bedrooms":"0","price":"288000","area":"448"} , +{"type":"Feature","id":"n8949773404","geometry":{"type":"Point","coordinates":[-0.3368079,51.7690637]},"properties":{"@type":"node","@id":8949773404,"@timestamp":1627253370},"coords":"51.7690637,-0.3368079","bedrooms":"3","price":"242000","area":"454"} , +{"type":"Feature","id":"n8949773632","geometry":{"type":"Point","coordinates":[-0.343841,51.7720806]},"properties":{"@type":"node","@id":8949773632,"@timestamp":1627253370},"coords":"51.7720806,-0.343841","bedrooms":"2","price":"233000","area":"619"} , +{"type":"Feature","id":"n8949839026","geometry":{"type":"Point","coordinates":[-0.422462,51.572362]},"properties":{"@type":"node","@id":8949839026,"@timestamp":1627258194},"coords":"51.572362,-0.422462","bedrooms":"0","price":"263000","area":"419"} , +{"type":"Feature","id":"n8949875658","geometry":{"type":"Point","coordinates":[0.2577114,51.3470694]},"properties":{"@type":"node","@id":8949875658,"@timestamp":1627261238},"coords":"51.3470694,0.2577114","bedrooms":"1","price":"282000","area":"372"} , +{"type":"Feature","id":"n8949923739","geometry":{"type":"Point","coordinates":[0.7085266,51.8390911]},"properties":{"@type":"node","@id":8949923739,"@timestamp":1627265363},"coords":"51.8390911,0.7085266","bedrooms":"4","price":"158000","area":"473"} , +{"type":"Feature","id":"n8950009495","geometry":{"type":"Point","coordinates":[-0.2320936,51.498685]},"properties":{"@type":"node","@id":8950009495,"@timestamp":1627271951},"coords":"51.498685,-0.2320936","bedrooms":"4","price":"163000","area":"597"} , +{"type":"Feature","id":"n8950009505","geometry":{"type":"Point","coordinates":[-0.2320715,51.4982445]},"properties":{"@type":"node","@id":8950009505,"@timestamp":1627271951},"coords":"51.4982445,-0.2320715","bedrooms":"1","price":"166000","area":"608"} , +{"type":"Feature","id":"n8950009515","geometry":{"type":"Point","coordinates":[-0.2320495,51.4978068]},"properties":{"@type":"node","@id":8950009515,"@timestamp":1627271951},"coords":"51.4978068,-0.2320495","bedrooms":"3","price":"157000","area":"570"} , +{"type":"Feature","id":"n8950107525","geometry":{"type":"Point","coordinates":[-0.2320272,51.4973649]},"properties":{"@type":"node","@id":8950107525,"@timestamp":1627271951},"coords":"51.4973649,-0.2320272","bedrooms":"3","price":"184000","area":"481"} , +{"type":"Feature","id":"n8950107623","geometry":{"type":"Point","coordinates":[-0.231901,51.4990511]},"properties":{"@type":"node","@id":8950107623,"@timestamp":1627271951},"coords":"51.4990511,-0.231901","bedrooms":"1","price":"278000","area":"668"} , +{"type":"Feature","id":"n8950107651","geometry":{"type":"Point","coordinates":[-0.2316962,51.4985844]},"properties":{"@type":"node","@id":8950107651,"@timestamp":1627271951},"coords":"51.4985844,-0.2316962","bedrooms":"2","price":"292000","area":"437"} , +{"type":"Feature","id":"n8950107661","geometry":{"type":"Point","coordinates":[-0.2316894,51.4981187]},"properties":{"@type":"node","@id":8950107661,"@timestamp":1627271951},"coords":"51.4981187,-0.2316894","bedrooms":"0","price":"205000","area":"650"} , +{"type":"Feature","id":"n8950107671","geometry":{"type":"Point","coordinates":[-0.2316696,51.4976699]},"properties":{"@type":"node","@id":8950107671,"@timestamp":1627271951},"coords":"51.4976699,-0.2316696","bedrooms":"0","price":"210000","area":"514"} , +{"type":"Feature","id":"n8950107681","geometry":{"type":"Point","coordinates":[-0.2316497,51.4972211]},"properties":{"@type":"node","@id":8950107681,"@timestamp":1627271951},"coords":"51.4972211,-0.2316497","bedrooms":"2","price":"188000","area":"600"} , +{"type":"Feature","id":"n8950207247","geometry":{"type":"Point","coordinates":[-0.2232712,51.4913486]},"properties":{"@type":"node","@id":8950207247,"@timestamp":1627275746},"coords":"51.4913486,-0.2232712","bedrooms":"1","price":"230000","area":"358"} , +{"type":"Feature","id":"n8950257163","geometry":{"type":"Point","coordinates":[-0.2340107,51.4959786]},"properties":{"@type":"node","@id":8950257163,"@timestamp":1627277192},"coords":"51.4959786,-0.2340107","bedrooms":"4","price":"170000","area":"516"} , +{"type":"Feature","id":"n8950257173","geometry":{"type":"Point","coordinates":[-0.2334347,51.4957187]},"properties":{"@type":"node","@id":8950257173,"@timestamp":1627277192},"coords":"51.4957187,-0.2334347","bedrooms":"0","price":"291000","area":"473"} , +{"type":"Feature","id":"n8950257183","geometry":{"type":"Point","coordinates":[-0.2330982,51.4955669]},"properties":{"@type":"node","@id":8950257183,"@timestamp":1627277192},"coords":"51.4955669,-0.2330982","bedrooms":"0","price":"262000","area":"501"} , +{"type":"Feature","id":"n8950257263","geometry":{"type":"Point","coordinates":[-0.2338501,51.4955354]},"properties":{"@type":"node","@id":8950257263,"@timestamp":1627277192},"coords":"51.4955354,-0.2338501","bedrooms":"0","price":"203000","area":"501"} , +{"type":"Feature","id":"n8950257273","geometry":{"type":"Point","coordinates":[-0.2332194,51.4953632]},"properties":{"@type":"node","@id":8950257273,"@timestamp":1627277192},"coords":"51.4953632,-0.2332194","bedrooms":"0","price":"167000","area":"379"} , +{"type":"Feature","id":"n8950306631","geometry":{"type":"Point","coordinates":[-0.1987407,51.639426]},"properties":{"@type":"node","@id":8950306631,"@timestamp":1627278982},"coords":"51.639426,-0.1987407","bedrooms":"1","price":"213000","area":"431"} , +{"type":"Feature","id":"n8950756195","geometry":{"type":"Point","coordinates":[0.256612,51.346546]},"properties":{"@type":"node","@id":8950756195,"@timestamp":1627289085},"coords":"51.346546,0.256612","bedrooms":"4","price":"298000","area":"644"} , +{"type":"Feature","id":"n8950914734","geometry":{"type":"Point","coordinates":[-0.2420244,51.6049337]},"properties":{"@type":"node","@id":8950914734,"@timestamp":1627293359},"coords":"51.6049337,-0.2420244","bedrooms":"1","price":"170000","area":"555"} , +{"type":"Feature","id":"n8951108660","geometry":{"type":"Point","coordinates":[0.2676488,51.3419483]},"properties":{"@type":"node","@id":8951108660,"@timestamp":1627296819},"coords":"51.3419483,0.2676488","bedrooms":"3","price":"272000","area":"497"} , +{"type":"Feature","id":"n8951108781","geometry":{"type":"Point","coordinates":[0.2638275,51.3420834]},"properties":{"@type":"node","@id":8951108781,"@timestamp":1627296819},"coords":"51.3420834,0.2638275","bedrooms":"2","price":"180000","area":"552"} , +{"type":"Feature","id":"n8951156059","geometry":{"type":"Point","coordinates":[-0.7544631,51.30558]},"properties":{"@type":"node","@id":8951156059,"@timestamp":1627298272},"coords":"51.30558,-0.7544631","bedrooms":"3","price":"190000","area":"365"} , +{"type":"Feature","id":"n8951219454","geometry":{"type":"Point","coordinates":[-0.3086648,51.7515294]},"properties":{"@type":"node","@id":8951219454,"@timestamp":1627299664},"coords":"51.7515294,-0.3086648","bedrooms":"4","price":"219000","area":"679"} , +{"type":"Feature","id":"n8951219467","geometry":{"type":"Point","coordinates":[-0.2978765,51.7494847]},"properties":{"@type":"node","@id":8951219467,"@timestamp":1627299664},"coords":"51.7494847,-0.2978765","bedrooms":"1","price":"285000","area":"687"} , +{"type":"Feature","id":"n8951358111","geometry":{"type":"Point","coordinates":[-0.0179338,51.5441518]},"properties":{"@type":"node","@id":8951358111,"@timestamp":1633084430},"coords":"51.5441518,-0.0179338","bedrooms":"0","price":"167000","area":"416"} , +{"type":"Feature","id":"n8951506777","geometry":{"type":"Point","coordinates":[-0.2930834,51.7515217]},"properties":{"@type":"node","@id":8951506777,"@timestamp":1627307904},"coords":"51.7515217,-0.2930834","bedrooms":"1","price":"252000","area":"456"} , +{"type":"Feature","id":"n8951521985","geometry":{"type":"Point","coordinates":[-0.0957647,51.4933953]},"properties":{"@type":"node","@id":8951521985,"@timestamp":1629129877},"coords":"51.4933953,-0.0957647","bedrooms":"1","price":"173000","area":"374"} , +{"type":"Feature","id":"n8951549214","geometry":{"type":"Point","coordinates":[-0.250027,51.508993]},"properties":{"@type":"node","@id":8951549214,"@timestamp":1627308934},"coords":"51.508993,-0.250027","bedrooms":"3","price":"246000","area":"448"} , +{"type":"Feature","id":"n8951549224","geometry":{"type":"Point","coordinates":[-0.2508825,51.5075489]},"properties":{"@type":"node","@id":8951549224,"@timestamp":1627308934},"coords":"51.5075489,-0.2508825","bedrooms":"1","price":"288000","area":"610"} , +{"type":"Feature","id":"n8951634615","geometry":{"type":"Point","coordinates":[-0.1552598,51.1734096]},"properties":{"@type":"node","@id":8951634615,"@timestamp":1627311956},"coords":"51.1734096,-0.1552598","bedrooms":"2","price":"155000","area":"482"} , +{"type":"Feature","id":"n8951654492","geometry":{"type":"Point","coordinates":[-0.7526041,51.2438705]},"properties":{"@type":"node","@id":8951654492,"@timestamp":1627312103},"coords":"51.2438705,-0.7526041","bedrooms":"1","price":"211000","area":"686"} , +{"type":"Feature","id":"n8951779358","geometry":{"type":"Point","coordinates":[-0.3068116,51.7569593]},"properties":{"@type":"node","@id":8951779358,"@timestamp":1627316058},"coords":"51.7569593,-0.3068116","bedrooms":"1","price":"278000","area":"581"} , +{"type":"Feature","id":"n8951835316","geometry":{"type":"Point","coordinates":[-0.0010522,51.5131293]},"properties":{"@type":"node","@id":8951835316,"@timestamp":1627317128},"coords":"51.5131293,-0.0010522","bedrooms":"1","price":"217000","area":"383"} , +{"type":"Feature","id":"n8951846233","geometry":{"type":"Point","coordinates":[-0.0019951,51.5130594]},"properties":{"@type":"node","@id":8951846233,"@timestamp":1627317128},"coords":"51.5130594,-0.0019951","bedrooms":"2","price":"170000","area":"686"} , +{"type":"Feature","id":"n8951846247","geometry":{"type":"Point","coordinates":[-0.0026992,51.5128457]},"properties":{"@type":"node","@id":8951846247,"@timestamp":1627317128},"coords":"51.5128457,-0.0026992","bedrooms":"4","price":"217000","area":"506"} , +{"type":"Feature","id":"n8951953127","geometry":{"type":"Point","coordinates":[-0.0229816,51.5444902]},"properties":{"@type":"node","@id":8951953127,"@timestamp":1627320557},"coords":"51.5444902,-0.0229816","bedrooms":"3","price":"185000","area":"542"} , +{"type":"Feature","id":"n8951980855","geometry":{"type":"Point","coordinates":[0.2576221,51.3485883]},"properties":{"@type":"node","@id":8951980855,"@timestamp":1627321298},"coords":"51.3485883,0.2576221","bedrooms":"4","price":"226000","area":"453"} , +{"type":"Feature","id":"n8952014891","geometry":{"type":"Point","coordinates":[-0.09147,51.4943074]},"properties":{"@type":"node","@id":8952014891,"@timestamp":1627323572},"coords":"51.4943074,-0.09147","bedrooms":"3","price":"246000","area":"533"} , +{"type":"Feature","id":"n8952095238","geometry":{"type":"Point","coordinates":[-0.0710402,51.4986197]},"properties":{"@type":"node","@id":8952095238,"@timestamp":1627326082},"coords":"51.4986197,-0.0710402","bedrooms":"2","price":"263000","area":"404"} , +{"type":"Feature","id":"n8952180346","geometry":{"type":"Point","coordinates":[-0.2481787,50.9517934]},"properties":{"@type":"node","@id":8952180346,"@timestamp":1627327939},"coords":"50.9517934,-0.2481787","bedrooms":"3","price":"221000","area":"681"} , +{"type":"Feature","id":"n8952180356","geometry":{"type":"Point","coordinates":[-0.2458484,50.9517806]},"properties":{"@type":"node","@id":8952180356,"@timestamp":1628633386},"coords":"50.9517806,-0.2458484","bedrooms":"4","price":"209000","area":"463"} , +{"type":"Feature","id":"n8952350908","geometry":{"type":"Point","coordinates":[0.2528673,51.3529793]},"properties":{"@type":"node","@id":8952350908,"@timestamp":1627332980},"coords":"51.3529793,0.2528673","bedrooms":"4","price":"155000","area":"470"} , +{"type":"Feature","id":"n8952402958","geometry":{"type":"Point","coordinates":[-0.3687527,51.1089848]},"properties":{"@type":"node","@id":8952402958,"@timestamp":1627337332},"coords":"51.1089848,-0.3687527","bedrooms":"0","price":"265000","area":"535"} , +{"type":"Feature","id":"n8952434420","geometry":{"type":"Point","coordinates":[-0.369882,51.109869]},"properties":{"@type":"node","@id":8952434420,"@timestamp":1627336297},"coords":"51.109869,-0.369882","bedrooms":"2","price":"165000","area":"409"} , +{"type":"Feature","id":"n8952484032","geometry":{"type":"Point","coordinates":[0.0393955,51.5084844]},"properties":{"@type":"node","@id":8952484032,"@timestamp":1627341016},"coords":"51.5084844,0.0393955","bedrooms":"0","price":"198000","area":"671"} , +{"type":"Feature","id":"n8952498414","geometry":{"type":"Point","coordinates":[0.2574931,51.3521032]},"properties":{"@type":"node","@id":8952498414,"@timestamp":1627339682},"coords":"51.3521032,0.2574931","bedrooms":"4","price":"238000","area":"407"} , +{"type":"Feature","id":"n8952523276","geometry":{"type":"Point","coordinates":[-0.4254473,51.5748828]},"properties":{"@type":"node","@id":8952523276,"@timestamp":1627342939},"coords":"51.5748828,-0.4254473","bedrooms":"3","price":"165000","area":"400"} , +{"type":"Feature","id":"n8952554366","geometry":{"type":"Point","coordinates":[-0.4252954,51.5744973]},"properties":{"@type":"node","@id":8952554366,"@timestamp":1627342939},"coords":"51.5744973,-0.4252954","bedrooms":"1","price":"199000","area":"595"} , +{"type":"Feature","id":"n8952554540","geometry":{"type":"Point","coordinates":[-0.4242215,51.5742474]},"properties":{"@type":"node","@id":8952554540,"@timestamp":1627342939},"coords":"51.5742474,-0.4242215","bedrooms":"3","price":"169000","area":"436"} , +{"type":"Feature","id":"n8952554680","geometry":{"type":"Point","coordinates":[-0.4230682,51.5732655]},"properties":{"@type":"node","@id":8952554680,"@timestamp":1627342939},"coords":"51.5732655,-0.4230682","bedrooms":"2","price":"197000","area":"692"} , +{"type":"Feature","id":"n8952699994","geometry":{"type":"Point","coordinates":[-0.9483273,51.3136994]},"properties":{"@type":"node","@id":8952699994,"@timestamp":1627353749},"coords":"51.3136994,-0.9483273","bedrooms":"2","price":"296000","area":"423"} , +{"type":"Feature","id":"n8952792493","geometry":{"type":"Point","coordinates":[-0.233791,51.4953006]},"properties":{"@type":"node","@id":8952792493,"@timestamp":1627358160},"coords":"51.4953006,-0.233791","bedrooms":"0","price":"272000","area":"405"} , +{"type":"Feature","id":"n8952792503","geometry":{"type":"Point","coordinates":[-0.2331503,51.4951283]},"properties":{"@type":"node","@id":8952792503,"@timestamp":1627358160},"coords":"51.4951283,-0.2331503","bedrooms":"1","price":"299000","area":"548"} , +{"type":"Feature","id":"n8952807777","geometry":{"type":"Point","coordinates":[-0.2325757,51.4948017]},"properties":{"@type":"node","@id":8952807777,"@timestamp":1627358160},"coords":"51.4948017,-0.2325757","bedrooms":"4","price":"250000","area":"616"} , +{"type":"Feature","id":"n8952807807","geometry":{"type":"Point","coordinates":[-0.2335088,51.4949937]},"properties":{"@type":"node","@id":8952807807,"@timestamp":1627358160},"coords":"51.4949937,-0.2335088","bedrooms":"3","price":"287000","area":"472"} , +{"type":"Feature","id":"n8952807881","geometry":{"type":"Point","coordinates":[-0.234316,51.4951248]},"properties":{"@type":"node","@id":8952807881,"@timestamp":1627358160},"coords":"51.4951248,-0.234316","bedrooms":"3","price":"217000","area":"449"} , +{"type":"Feature","id":"n8952854732","geometry":{"type":"Point","coordinates":[-0.2132249,51.4909145]},"properties":{"@type":"node","@id":8952854732,"@timestamp":1635063857},"coords":"51.4909145,-0.2132249","bedrooms":"1","price":"176000","area":"525"} , +{"type":"Feature","id":"n8953711877","geometry":{"type":"Point","coordinates":[-0.0865292,51.5035001]},"properties":{"@type":"node","@id":8953711877,"@timestamp":1627379657},"coords":"51.5035001,-0.0865292","bedrooms":"2","price":"291000","area":"614"} , +{"type":"Feature","id":"n8953842537","geometry":{"type":"Point","coordinates":[-0.322988,51.4282093]},"properties":{"@type":"node","@id":8953842537,"@timestamp":1627382799},"coords":"51.4282093,-0.322988","bedrooms":"2","price":"158000","area":"539"} , +{"type":"Feature","id":"n8953988705","geometry":{"type":"Point","coordinates":[-0.1526862,51.499372]},"properties":{"@type":"node","@id":8953988705,"@timestamp":1627388405},"coords":"51.499372,-0.1526862","bedrooms":"2","price":"239000","area":"566"} , +{"type":"Feature","id":"n8954183378","geometry":{"type":"Point","coordinates":[-0.3082411,51.7574304]},"properties":{"@type":"node","@id":8954183378,"@timestamp":1627392148},"coords":"51.7574304,-0.3082411","bedrooms":"3","price":"264000","area":"502"} , +{"type":"Feature","id":"n8954265855","geometry":{"type":"Point","coordinates":[0.2550867,51.3478696]},"properties":{"@type":"node","@id":8954265855,"@timestamp":1627393820},"coords":"51.3478696,0.2550867","bedrooms":"0","price":"154000","area":"611"} , +{"type":"Feature","id":"n8954265922","geometry":{"type":"Point","coordinates":[0.256122,51.3471628]},"properties":{"@type":"node","@id":8954265922,"@timestamp":1628080002},"coords":"51.3471628,0.256122","bedrooms":"2","price":"197000","area":"469"} , +{"type":"Feature","id":"n8954314486","geometry":{"type":"Point","coordinates":[-0.3095175,51.7563909]},"properties":{"@type":"node","@id":8954314486,"@timestamp":1627395104},"coords":"51.7563909,-0.3095175","bedrooms":"3","price":"167000","area":"394"} , +{"type":"Feature","id":"n8954326776","geometry":{"type":"Point","coordinates":[-0.1939338,51.3654398]},"properties":{"@type":"node","@id":8954326776,"@timestamp":1627395384},"coords":"51.3654398,-0.1939338","bedrooms":"1","price":"223000","area":"428"} , +{"type":"Feature","id":"n8954327536","geometry":{"type":"Point","coordinates":[-0.7632816,51.2490551]},"properties":{"@type":"node","@id":8954327536,"@timestamp":1627395524},"coords":"51.2490551,-0.7632816","bedrooms":"2","price":"251000","area":"398"} , +{"type":"Feature","id":"n8954569392","geometry":{"type":"Point","coordinates":[-0.1924743,51.3638453]},"properties":{"@type":"node","@id":8954569392,"@timestamp":1627399848},"coords":"51.3638453,-0.1924743","bedrooms":"0","price":"152000","area":"561"} , +{"type":"Feature","id":"n8954641391","geometry":{"type":"Point","coordinates":[-0.9556453,51.2570551]},"properties":{"@type":"node","@id":8954641391,"@timestamp":1627402304},"coords":"51.2570551,-0.9556453","bedrooms":"4","price":"279000","area":"601"} , +{"type":"Feature","id":"n8954672896","geometry":{"type":"Point","coordinates":[-0.0515908,51.5209066]},"properties":{"@type":"node","@id":8954672896,"@timestamp":1627404154},"coords":"51.5209066,-0.0515908","bedrooms":"1","price":"220000","area":"585"} , +{"type":"Feature","id":"n8954672906","geometry":{"type":"Point","coordinates":[-0.0504694,51.5208789]},"properties":{"@type":"node","@id":8954672906,"@timestamp":1627404154},"coords":"51.5208789,-0.0504694","bedrooms":"4","price":"213000","area":"585"} , +{"type":"Feature","id":"n8954753262","geometry":{"type":"Point","coordinates":[0.1092937,51.4424214]},"properties":{"@type":"node","@id":8954753262,"@timestamp":1627406772},"coords":"51.4424214,0.1092937","bedrooms":"2","price":"222000","area":"682"} , +{"type":"Feature","id":"n8954757984","geometry":{"type":"Point","coordinates":[0.0989595,51.4482636]},"properties":{"@type":"node","@id":8954757984,"@timestamp":1627406140},"coords":"51.4482636,0.0989595","bedrooms":"3","price":"153000","area":"366"} , +{"type":"Feature","id":"n8954854032","geometry":{"type":"Point","coordinates":[-0.0170411,51.4722107]},"properties":{"@type":"node","@id":8954854032,"@timestamp":1627748967},"coords":"51.4722107,-0.0170411","bedrooms":"2","price":"160000","area":"457"} , +{"type":"Feature","id":"n8954948435","geometry":{"type":"Point","coordinates":[-0.234367,51.4945959]},"properties":{"@type":"node","@id":8954948435,"@timestamp":1627413016},"coords":"51.4945959,-0.234367","bedrooms":"2","price":"225000","area":"408"} , +{"type":"Feature","id":"n8954948483","geometry":{"type":"Point","coordinates":[-0.2340016,51.4947485]},"properties":{"@type":"node","@id":8954948483,"@timestamp":1627413016},"coords":"51.4947485,-0.2340016","bedrooms":"4","price":"192000","area":"431"} , +{"type":"Feature","id":"n8954979757","geometry":{"type":"Point","coordinates":[-0.1778361,51.5185672]},"properties":{"@type":"node","@id":8954979757,"@timestamp":1627414772},"coords":"51.5185672,-0.1778361","bedrooms":"2","price":"299000","area":"686"} , +{"type":"Feature","id":"n8955159829","geometry":{"type":"Point","coordinates":[-0.1012133,51.8000812]},"properties":{"@type":"node","@id":8955159829,"@timestamp":1627419281},"coords":"51.8000812,-0.1012133","bedrooms":"4","price":"270000","area":"471"} , +{"type":"Feature","id":"n8955174375","geometry":{"type":"Point","coordinates":[-0.2719403,51.486805]},"properties":{"@type":"node","@id":8955174375,"@timestamp":1627419315},"coords":"51.486805,-0.2719403","bedrooms":"3","price":"171000","area":"575"} , +{"type":"Feature","id":"n8955175013","geometry":{"type":"Point","coordinates":[-0.3675883,51.1084459]},"properties":{"@type":"node","@id":8955175013,"@timestamp":1627419145},"coords":"51.1084459,-0.3675883","bedrooms":"0","price":"268000","area":"420"} , +{"type":"Feature","id":"n8955175023","geometry":{"type":"Point","coordinates":[-0.3679415,51.1089988]},"properties":{"@type":"node","@id":8955175023,"@timestamp":1627419145},"coords":"51.1089988,-0.3679415","bedrooms":"2","price":"255000","area":"626"} , +{"type":"Feature","id":"n8955313876","geometry":{"type":"Point","coordinates":[-0.4272363,51.5769827]},"properties":{"@type":"node","@id":8955313876,"@timestamp":1627424082},"coords":"51.5769827,-0.4272363","bedrooms":"0","price":"230000","area":"370"} , +{"type":"Feature","id":"n8955314053","geometry":{"type":"Point","coordinates":[-0.4262023,51.5759223]},"properties":{"@type":"node","@id":8955314053,"@timestamp":1627424082},"coords":"51.5759223,-0.4262023","bedrooms":"0","price":"194000","area":"628"} , +{"type":"Feature","id":"n8955478253","geometry":{"type":"Point","coordinates":[-0.217641,51.5045098]},"properties":{"@type":"node","@id":8955478253,"@timestamp":1627431056},"coords":"51.5045098,-0.217641","bedrooms":"2","price":"254000","area":"383"} , +{"type":"Feature","id":"n8955478272","geometry":{"type":"Point","coordinates":[-0.2128673,51.5056035]},"properties":{"@type":"node","@id":8955478272,"@timestamp":1627431056},"coords":"51.5056035,-0.2128673","bedrooms":"1","price":"188000","area":"458"} , +{"type":"Feature","id":"n8955584871","geometry":{"type":"Point","coordinates":[0.1874801,51.4631426]},"properties":{"@type":"node","@id":8955584871,"@timestamp":1627440058},"coords":"51.4631426,0.1874801","bedrooms":"1","price":"299000","area":"668"} , +{"type":"Feature","id":"n8955633953","geometry":{"type":"Point","coordinates":[-0.0489032,51.6839697]},"properties":{"@type":"node","@id":8955633953,"@timestamp":1627440734},"coords":"51.6839697,-0.0489032","bedrooms":"1","price":"267000","area":"416"} , +{"type":"Feature","id":"n8955832311","geometry":{"type":"Point","coordinates":[-0.2332974,51.4947474]},"properties":{"@type":"node","@id":8955832311,"@timestamp":1627447991},"coords":"51.4947474,-0.2332974","bedrooms":"4","price":"225000","area":"527"} , +{"type":"Feature","id":"n8955838053","geometry":{"type":"Point","coordinates":[-0.2331205,51.4945428]},"properties":{"@type":"node","@id":8955838053,"@timestamp":1627447991},"coords":"51.4945428,-0.2331205","bedrooms":"2","price":"173000","area":"655"} , +{"type":"Feature","id":"n8955838566","geometry":{"type":"Point","coordinates":[-0.0405457,51.6510714]},"properties":{"@type":"node","@id":8955838566,"@timestamp":1627448273},"coords":"51.6510714,-0.0405457","bedrooms":"1","price":"192000","area":"680"} , +{"type":"Feature","id":"n8956416532","geometry":{"type":"Point","coordinates":[-0.3706966,51.2545576]},"properties":{"@type":"node","@id":8956416532,"@timestamp":1627461076},"coords":"51.2545576,-0.3706966","bedrooms":"3","price":"190000","area":"482"} , +{"type":"Feature","id":"n8956482586","geometry":{"type":"Point","coordinates":[-0.2593802,51.3496414]},"properties":{"@type":"node","@id":8956482586,"@timestamp":1627462333},"coords":"51.3496414,-0.2593802","bedrooms":"1","price":"219000","area":"491"} , +{"type":"Feature","id":"n8956789219","geometry":{"type":"Point","coordinates":[-0.0238872,51.6535504]},"properties":{"@type":"node","@id":8956789219,"@timestamp":1627468629},"coords":"51.6535504,-0.0238872","bedrooms":"0","price":"298000","area":"443"} , +{"type":"Feature","id":"n8957031098","geometry":{"type":"Point","coordinates":[-0.306815,51.4124374]},"properties":{"@type":"node","@id":8957031098,"@timestamp":1627474377},"coords":"51.4124374,-0.306815","bedrooms":"0","price":"172000","area":"644"} , +{"type":"Feature","id":"n8957081517","geometry":{"type":"Point","coordinates":[-0.3069986,51.4126121]},"properties":{"@type":"node","@id":8957081517,"@timestamp":1627474377},"coords":"51.4126121,-0.3069986","bedrooms":"2","price":"173000","area":"368"} , +{"type":"Feature","id":"n8957192498","geometry":{"type":"Point","coordinates":[-0.0175807,51.5442516]},"properties":{"@type":"node","@id":8957192498,"@timestamp":1628136296},"coords":"51.5442516,-0.0175807","bedrooms":"1","price":"162000","area":"602"} , +{"type":"Feature","id":"n8957443089","geometry":{"type":"Point","coordinates":[-0.0177177,51.5439024]},"properties":{"@type":"node","@id":8957443089,"@timestamp":1627482078},"coords":"51.5439024,-0.0177177","bedrooms":"0","price":"198000","area":"485"} , +{"type":"Feature","id":"n8957474635","geometry":{"type":"Point","coordinates":[-0.0176982,51.5427183]},"properties":{"@type":"node","@id":8957474635,"@timestamp":1628795947},"coords":"51.5427183,-0.0176982","bedrooms":"2","price":"165000","area":"359"} , +{"type":"Feature","id":"n8957498891","geometry":{"type":"Point","coordinates":[-0.5777439,51.2202246]},"properties":{"@type":"node","@id":8957498891,"@timestamp":1627483664},"coords":"51.2202246,-0.5777439","bedrooms":"2","price":"244000","area":"569"} , +{"type":"Feature","id":"n8957539535","geometry":{"type":"Point","coordinates":[-0.0178337,51.5427889]},"properties":{"@type":"node","@id":8957539535,"@timestamp":1627484358},"coords":"51.5427889,-0.0178337","bedrooms":"3","price":"251000","area":"508"} , +{"type":"Feature","id":"n8957621303","geometry":{"type":"Point","coordinates":[-0.7538297,51.2234866]},"properties":{"@type":"node","@id":8957621303,"@timestamp":1627488083},"coords":"51.2234866,-0.7538297","bedrooms":"1","price":"251000","area":"396"} , +{"type":"Feature","id":"n8957778630","geometry":{"type":"Point","coordinates":[0.191036,51.440456]},"properties":{"@type":"node","@id":8957778630,"@timestamp":1627491777},"coords":"51.440456,0.191036","bedrooms":"4","price":"269000","area":"400"} , +{"type":"Feature","id":"n8958121572","geometry":{"type":"Point","coordinates":[-0.3235675,51.7559007]},"properties":{"@type":"node","@id":8958121572,"@timestamp":1627503626},"coords":"51.7559007,-0.3235675","bedrooms":"3","price":"279000","area":"415"} , +{"type":"Feature","id":"n8958201434","geometry":{"type":"Point","coordinates":[0.0222022,51.5508245]},"properties":{"@type":"node","@id":8958201434,"@timestamp":1636025535},"coords":"51.5508245,0.0222022","bedrooms":"1","price":"236000","area":"545"} , +{"type":"Feature","id":"n8958257561","geometry":{"type":"Point","coordinates":[-0.3578173,51.1005049]},"properties":{"@type":"node","@id":8958257561,"@timestamp":1627507835},"coords":"51.1005049,-0.3578173","bedrooms":"1","price":"182000","area":"528"} , +{"type":"Feature","id":"n8958257571","geometry":{"type":"Point","coordinates":[-0.3572719,51.1007519]},"properties":{"@type":"node","@id":8958257571,"@timestamp":1627507835},"coords":"51.1007519,-0.3572719","bedrooms":"0","price":"241000","area":"438"} , +{"type":"Feature","id":"n8958257581","geometry":{"type":"Point","coordinates":[-0.3578709,51.1006509]},"properties":{"@type":"node","@id":8958257581,"@timestamp":1627507835},"coords":"51.1006509,-0.3578709","bedrooms":"0","price":"286000","area":"556"} , +{"type":"Feature","id":"n8958301938","geometry":{"type":"Point","coordinates":[-0.3254487,51.7581285]},"properties":{"@type":"node","@id":8958301938,"@timestamp":1627508844},"coords":"51.7581285,-0.3254487","bedrooms":"3","price":"296000","area":"479"} , +{"type":"Feature","id":"n8958322115","geometry":{"type":"Point","coordinates":[0.758585,51.8206165]},"properties":{"@type":"node","@id":8958322115,"@timestamp":1627511684},"coords":"51.8206165,0.758585","bedrooms":"4","price":"235000","area":"632"} , +{"type":"Feature","id":"n8958397424","geometry":{"type":"Point","coordinates":[0.7998776,51.8360535]},"properties":{"@type":"node","@id":8958397424,"@timestamp":1627511684},"coords":"51.8360535,0.7998776","bedrooms":"0","price":"230000","area":"695"} , +{"type":"Feature","id":"n8958397434","geometry":{"type":"Point","coordinates":[0.7838917,51.826419]},"properties":{"@type":"node","@id":8958397434,"@timestamp":1627511684},"coords":"51.826419,0.7838917","bedrooms":"1","price":"278000","area":"374"} , +{"type":"Feature","id":"n8958397444","geometry":{"type":"Point","coordinates":[0.7720926,51.8224436]},"properties":{"@type":"node","@id":8958397444,"@timestamp":1627511684},"coords":"51.8224436,0.7720926","bedrooms":"0","price":"163000","area":"663"} , +{"type":"Feature","id":"n8958397454","geometry":{"type":"Point","coordinates":[0.7737663,51.8225513]},"properties":{"@type":"node","@id":8958397454,"@timestamp":1627511684},"coords":"51.8225513,0.7737663","bedrooms":"0","price":"298000","area":"354"} , +{"type":"Feature","id":"n8958397464","geometry":{"type":"Point","coordinates":[0.7882905,51.82746]},"properties":{"@type":"node","@id":8958397464,"@timestamp":1627511684},"coords":"51.82746,0.7882905","bedrooms":"2","price":"226000","area":"413"} , +{"type":"Feature","id":"n8958419525","geometry":{"type":"Point","coordinates":[-0.5796133,51.7629363]},"properties":{"@type":"node","@id":8958419525,"@timestamp":1627513197},"coords":"51.7629363,-0.5796133","bedrooms":"0","price":"205000","area":"571"} , +{"type":"Feature","id":"n8958613756","geometry":{"type":"Point","coordinates":[-0.1034043,51.4912994]},"properties":{"@type":"node","@id":8958613756,"@timestamp":1627527535},"coords":"51.4912994,-0.1034043","bedrooms":"2","price":"266000","area":"566"} , +{"type":"Feature","id":"n8958724748","geometry":{"type":"Point","coordinates":[-0.2323033,51.4946489]},"properties":{"@type":"node","@id":8958724748,"@timestamp":1627531897},"coords":"51.4946489,-0.2323033","bedrooms":"4","price":"243000","area":"493"} , +{"type":"Feature","id":"n8959023463","geometry":{"type":"Point","coordinates":[-0.3286476,51.5063973]},"properties":{"@type":"node","@id":8959023463,"@timestamp":1627540965},"coords":"51.5063973,-0.3286476","bedrooms":"0","price":"249000","area":"428"} , +{"type":"Feature","id":"n8959142751","geometry":{"type":"Point","coordinates":[-0.3533318,51.1004712]},"properties":{"@type":"node","@id":8959142751,"@timestamp":1627542982},"coords":"51.1004712,-0.3533318","bedrooms":"0","price":"223000","area":"547"} , +{"type":"Feature","id":"n8959142761","geometry":{"type":"Point","coordinates":[-0.354046,51.1005217]},"properties":{"@type":"node","@id":8959142761,"@timestamp":1627542982},"coords":"51.1005217,-0.354046","bedrooms":"0","price":"254000","area":"462"} , +{"type":"Feature","id":"n8959142771","geometry":{"type":"Point","coordinates":[-0.3558408,51.1001726]},"properties":{"@type":"node","@id":8959142771,"@timestamp":1627542982},"coords":"51.1001726,-0.3558408","bedrooms":"1","price":"286000","area":"662"} , +{"type":"Feature","id":"n8959221152","geometry":{"type":"Point","coordinates":[-0.3602623,51.1007543]},"properties":{"@type":"node","@id":8959221152,"@timestamp":1627544660},"coords":"51.1007543,-0.3602623","bedrooms":"3","price":"288000","area":"526"} , +{"type":"Feature","id":"n8959279313","geometry":{"type":"Point","coordinates":[-0.1472557,51.5200058]},"properties":{"@type":"node","@id":8959279313,"@timestamp":1627546029},"coords":"51.5200058,-0.1472557","bedrooms":"2","price":"219000","area":"356"} , +{"type":"Feature","id":"n8959764409","geometry":{"type":"Point","coordinates":[-0.4855153,51.4961256]},"properties":{"@type":"node","@id":8959764409,"@timestamp":1627556751},"coords":"51.4961256,-0.4855153","bedrooms":"3","price":"247000","area":"367"} , +{"type":"Feature","id":"n8959937801","geometry":{"type":"Point","coordinates":[-0.3113884,51.4900531]},"properties":{"@type":"node","@id":8959937801,"@timestamp":1627561409},"coords":"51.4900531,-0.3113884","bedrooms":"1","price":"155000","area":"532"} , +{"type":"Feature","id":"n8960003542","geometry":{"type":"Point","coordinates":[-0.341766,51.50405]},"properties":{"@type":"node","@id":8960003542,"@timestamp":1627745778},"coords":"51.50405,-0.341766","bedrooms":"3","price":"210000","area":"430"} , +{"type":"Feature","id":"n8960028702","geometry":{"type":"Point","coordinates":[-0.3421502,51.5036427]},"properties":{"@type":"node","@id":8960028702,"@timestamp":1627745778},"coords":"51.5036427,-0.3421502","bedrooms":"1","price":"298000","area":"589"} , +{"type":"Feature","id":"n8960044343","geometry":{"type":"Point","coordinates":[-0.3402609,51.5031225]},"properties":{"@type":"node","@id":8960044343,"@timestamp":1627745778},"coords":"51.5031225,-0.3402609","bedrooms":"2","price":"196000","area":"369"} , +{"type":"Feature","id":"n8960044353","geometry":{"type":"Point","coordinates":[-0.3410338,51.5033254]},"properties":{"@type":"node","@id":8960044353,"@timestamp":1627745778},"coords":"51.5033254,-0.3410338","bedrooms":"2","price":"152000","area":"557"} , +{"type":"Feature","id":"n8960178920","geometry":{"type":"Point","coordinates":[-0.2148516,51.4661229]},"properties":{"@type":"node","@id":8960178920,"@timestamp":1627566991},"coords":"51.4661229,-0.2148516","bedrooms":"4","price":"260000","area":"629"} , +{"type":"Feature","id":"n8960225254","geometry":{"type":"Point","coordinates":[0.2671739,51.3397306]},"properties":{"@type":"node","@id":8960225254,"@timestamp":1627568373},"coords":"51.3397306,0.2671739","bedrooms":"3","price":"278000","area":"418"} , +{"type":"Feature","id":"n8960225356","geometry":{"type":"Point","coordinates":[0.2673237,51.3410914]},"properties":{"@type":"node","@id":8960225356,"@timestamp":1627568373},"coords":"51.3410914,0.2673237","bedrooms":"2","price":"241000","area":"672"} , +{"type":"Feature","id":"n8960273541","geometry":{"type":"Point","coordinates":[-0.3349097,51.7592604]},"properties":{"@type":"node","@id":8960273541,"@timestamp":1627569655},"coords":"51.7592604,-0.3349097","bedrooms":"1","price":"290000","area":"530"} , +{"type":"Feature","id":"n8960275314","geometry":{"type":"Point","coordinates":[-0.04576,51.516813]},"properties":{"@type":"node","@id":8960275314,"@timestamp":1627569728},"coords":"51.516813,-0.04576","bedrooms":"4","price":"293000","area":"639"} , +{"type":"Feature","id":"n8960400322","geometry":{"type":"Point","coordinates":[0.2586728,51.348193]},"properties":{"@type":"node","@id":8960400322,"@timestamp":1627573064},"coords":"51.348193,0.2586728","bedrooms":"4","price":"221000","area":"638"} , +{"type":"Feature","id":"n8960473837","geometry":{"type":"Point","coordinates":[-0.1119064,51.4825284]},"properties":{"@type":"node","@id":8960473837,"@timestamp":1627580857},"coords":"51.4825284,-0.1119064","bedrooms":"4","price":"267000","area":"653"} , +{"type":"Feature","id":"n8960476484","geometry":{"type":"Point","coordinates":[-0.7198513,51.9175878]},"properties":{"@type":"node","@id":8960476484,"@timestamp":1627576306},"coords":"51.9175878,-0.7198513","bedrooms":"4","price":"243000","area":"409"} , +{"type":"Feature","id":"n8960477163","geometry":{"type":"Point","coordinates":[-0.7238102,51.9199336]},"properties":{"@type":"node","@id":8960477163,"@timestamp":1627576306},"coords":"51.9199336,-0.7238102","bedrooms":"3","price":"272000","area":"630"} , +{"type":"Feature","id":"n8960496181","geometry":{"type":"Point","coordinates":[-0.7293248,51.9246332]},"properties":{"@type":"node","@id":8960496181,"@timestamp":1627576305},"coords":"51.9246332,-0.7293248","bedrooms":"0","price":"178000","area":"595"} , +{"type":"Feature","id":"n8960496193","geometry":{"type":"Point","coordinates":[-0.7280186,51.9231776]},"properties":{"@type":"node","@id":8960496193,"@timestamp":1627576305},"coords":"51.9231776,-0.7280186","bedrooms":"1","price":"167000","area":"692"} , +{"type":"Feature","id":"n8960569749","geometry":{"type":"Point","coordinates":[0.2515529,51.4812361]},"properties":{"@type":"node","@id":8960569749,"@timestamp":1627579782},"coords":"51.4812361,0.2515529","bedrooms":"1","price":"224000","area":"401"} , +{"type":"Feature","id":"n8960599104","geometry":{"type":"Point","coordinates":[0.1456059,51.0586495]},"properties":{"@type":"node","@id":8960599104,"@timestamp":1627580712},"coords":"51.0586495,0.1456059","bedrooms":"0","price":"238000","area":"396"} , +{"type":"Feature","id":"n8960627005","geometry":{"type":"Point","coordinates":[0.600104,51.2381389]},"properties":{"@type":"node","@id":8960627005,"@timestamp":1627581203},"coords":"51.2381389,0.600104","bedrooms":"4","price":"265000","area":"591"} , +{"type":"Feature","id":"n8960627015","geometry":{"type":"Point","coordinates":[0.5950052,51.2336776]},"properties":{"@type":"node","@id":8960627015,"@timestamp":1627581203},"coords":"51.2336776,0.5950052","bedrooms":"2","price":"265000","area":"403"} , +{"type":"Feature","id":"n8960648726","geometry":{"type":"Point","coordinates":[0.5901249,51.2267502]},"properties":{"@type":"node","@id":8960648726,"@timestamp":1627581401},"coords":"51.2267502,0.5901249","bedrooms":"2","price":"176000","area":"540"} , +{"type":"Feature","id":"n8960686977","geometry":{"type":"Point","coordinates":[-0.0095644,51.5508037]},"properties":{"@type":"node","@id":8960686977,"@timestamp":1627582839},"coords":"51.5508037,-0.0095644","bedrooms":"4","price":"282000","area":"370"} , +{"type":"Feature","id":"n8960761700","geometry":{"type":"Point","coordinates":[-0.2319738,51.4947309]},"properties":{"@type":"node","@id":8960761700,"@timestamp":1627586656},"coords":"51.4947309,-0.2319738","bedrooms":"3","price":"202000","area":"602"} , +{"type":"Feature","id":"n8960799702","geometry":{"type":"Point","coordinates":[-0.0022572,50.9511948]},"properties":{"@type":"node","@id":8960799702,"@timestamp":1627586251},"coords":"50.9511948,-0.0022572","bedrooms":"1","price":"225000","area":"686"} , +{"type":"Feature","id":"n8960799712","geometry":{"type":"Point","coordinates":[0.0009356,50.9476237]},"properties":{"@type":"node","@id":8960799712,"@timestamp":1627586251},"coords":"50.9476237,0.0009356","bedrooms":"0","price":"258000","area":"633"} , +{"type":"Feature","id":"n8960813904","geometry":{"type":"Point","coordinates":[-0.2315014,51.4949442]},"properties":{"@type":"node","@id":8960813904,"@timestamp":1627586656},"coords":"51.4949442,-0.2315014","bedrooms":"4","price":"158000","area":"473"} , +{"type":"Feature","id":"n8960813925","geometry":{"type":"Point","coordinates":[-0.2316275,51.4956244]},"properties":{"@type":"node","@id":8960813925,"@timestamp":1627586656},"coords":"51.4956244,-0.2316275","bedrooms":"1","price":"150000","area":"521"} , +{"type":"Feature","id":"n8960813935","geometry":{"type":"Point","coordinates":[-0.2316893,51.496106]},"properties":{"@type":"node","@id":8960813935,"@timestamp":1627586656},"coords":"51.496106,-0.2316893","bedrooms":"4","price":"256000","area":"571"} , +{"type":"Feature","id":"n8960813945","geometry":{"type":"Point","coordinates":[-0.2317627,51.4965456]},"properties":{"@type":"node","@id":8960813945,"@timestamp":1627586656},"coords":"51.4965456,-0.2317627","bedrooms":"4","price":"293000","area":"485"} , +{"type":"Feature","id":"n8960997364","geometry":{"type":"Point","coordinates":[-0.0787342,51.2632781]},"properties":{"@type":"node","@id":8960997364,"@timestamp":1627592704},"coords":"51.2632781,-0.0787342","bedrooms":"1","price":"237000","area":"464"} , +{"type":"Feature","id":"n8961005787","geometry":{"type":"Point","coordinates":[-0.3394542,51.8032744]},"properties":{"@type":"node","@id":8961005787,"@timestamp":1627594555},"coords":"51.8032744,-0.3394542","bedrooms":"4","price":"292000","area":"637"} , +{"type":"Feature","id":"n8961121061","geometry":{"type":"Point","coordinates":[-0.9737967,51.4676963]},"properties":{"@type":"node","@id":8961121061,"@timestamp":1627597603},"coords":"51.4676963,-0.9737967","bedrooms":"2","price":"211000","area":"508"} , +{"type":"Feature","id":"n8961141073","geometry":{"type":"Point","coordinates":[-0.0682467,51.4621693]},"properties":{"@type":"node","@id":8961141073,"@timestamp":1627599026},"coords":"51.4621693,-0.0682467","bedrooms":"4","price":"246000","area":"411"} , +{"type":"Feature","id":"n8961141086","geometry":{"type":"Point","coordinates":[-0.0666527,51.4625281]},"properties":{"@type":"node","@id":8961141086,"@timestamp":1627599026},"coords":"51.4625281,-0.0666527","bedrooms":"1","price":"204000","area":"582"} , +{"type":"Feature","id":"n8961211566","geometry":{"type":"Point","coordinates":[-0.138501,51.5567586]},"properties":{"@type":"node","@id":8961211566,"@timestamp":1627602873},"coords":"51.5567586,-0.138501","bedrooms":"1","price":"176000","area":"519"} , +{"type":"Feature","id":"n8961211580","geometry":{"type":"Point","coordinates":[-0.1382766,51.5567604]},"properties":{"@type":"node","@id":8961211580,"@timestamp":1627602873},"coords":"51.5567604,-0.1382766","bedrooms":"3","price":"203000","area":"681"} , +{"type":"Feature","id":"n8961372433","geometry":{"type":"Point","coordinates":[0.1392312,51.7401497]},"properties":{"@type":"node","@id":8961372433,"@timestamp":1627603464},"coords":"51.7401497,0.1392312","bedrooms":"1","price":"234000","area":"548"} , +{"type":"Feature","id":"n8961512639","geometry":{"type":"Point","coordinates":[-0.0489529,51.5415155]},"properties":{"@type":"node","@id":8961512639,"@timestamp":1627609545},"coords":"51.5415155,-0.0489529","bedrooms":"0","price":"231000","area":"630"} , +{"type":"Feature","id":"n8961567960","geometry":{"type":"Point","coordinates":[-0.0569585,51.5355042]},"properties":{"@type":"node","@id":8961567960,"@timestamp":1627614386},"coords":"51.5355042,-0.0569585","bedrooms":"1","price":"222000","area":"612"} , +{"type":"Feature","id":"n8961811355","geometry":{"type":"Point","coordinates":[-0.0850024,51.5657947]},"properties":{"@type":"node","@id":8961811355,"@timestamp":1627615351},"coords":"51.5657947,-0.0850024","bedrooms":"2","price":"170000","area":"471"} , +{"type":"Feature","id":"n8961877840","geometry":{"type":"Point","coordinates":[-0.232118,51.4966354]},"properties":{"@type":"node","@id":8961877840,"@timestamp":1627618134},"coords":"51.4966354,-0.232118","bedrooms":"3","price":"298000","area":"685"} , +{"type":"Feature","id":"n8961877850","geometry":{"type":"Point","coordinates":[-0.2320809,51.4961219]},"properties":{"@type":"node","@id":8961877850,"@timestamp":1627618134},"coords":"51.4961219,-0.2320809","bedrooms":"4","price":"249000","area":"434"} , +{"type":"Feature","id":"n8962346901","geometry":{"type":"Point","coordinates":[0.5245854,51.2496784]},"properties":{"@type":"node","@id":8962346901,"@timestamp":1627630590},"coords":"51.2496784,0.5245854","bedrooms":"4","price":"195000","area":"439"} , +{"type":"Feature","id":"n8962828916","geometry":{"type":"Point","coordinates":[-0.4853573,51.4933753]},"properties":{"@type":"node","@id":8962828916,"@timestamp":1627642173},"coords":"51.4933753,-0.4853573","bedrooms":"0","price":"294000","area":"446"} , +{"type":"Feature","id":"n8962851626","geometry":{"type":"Point","coordinates":[-0.4856346,51.4933404]},"properties":{"@type":"node","@id":8962851626,"@timestamp":1627641942},"coords":"51.4933404,-0.4856346","bedrooms":"0","price":"197000","area":"411"} , +{"type":"Feature","id":"n8962851636","geometry":{"type":"Point","coordinates":[-0.4856754,51.4931356]},"properties":{"@type":"node","@id":8962851636,"@timestamp":1627641942},"coords":"51.4931356,-0.4856754","bedrooms":"3","price":"298000","area":"487"} , +{"type":"Feature","id":"n8962851646","geometry":{"type":"Point","coordinates":[-0.4854066,51.4932142]},"properties":{"@type":"node","@id":8962851646,"@timestamp":1627641942},"coords":"51.4932142,-0.4854066","bedrooms":"4","price":"283000","area":"602"} , +{"type":"Feature","id":"n8963147140","geometry":{"type":"Point","coordinates":[-0.0453272,51.544342]},"properties":{"@type":"node","@id":8963147140,"@timestamp":1627648761},"coords":"51.544342,-0.0453272","bedrooms":"1","price":"205000","area":"540"} , +{"type":"Feature","id":"n8963157073","geometry":{"type":"Point","coordinates":[-0.29365,51.8127041]},"properties":{"@type":"node","@id":8963157073,"@timestamp":1627649067},"coords":"51.8127041,-0.29365","bedrooms":"0","price":"225000","area":"618"} , +{"type":"Feature","id":"n8963164426","geometry":{"type":"Point","coordinates":[-0.2939306,51.8159143]},"properties":{"@type":"node","@id":8963164426,"@timestamp":1627649067},"coords":"51.8159143,-0.2939306","bedrooms":"1","price":"280000","area":"391"} , +{"type":"Feature","id":"n8963164448","geometry":{"type":"Point","coordinates":[-0.298439,51.8099095]},"properties":{"@type":"node","@id":8963164448,"@timestamp":1627649067},"coords":"51.8099095,-0.298439","bedrooms":"2","price":"257000","area":"450"} , +{"type":"Feature","id":"n8963164480","geometry":{"type":"Point","coordinates":[-0.2951063,51.8094477]},"properties":{"@type":"node","@id":8963164480,"@timestamp":1627649067},"coords":"51.8094477,-0.2951063","bedrooms":"0","price":"210000","area":"356"} , +{"type":"Feature","id":"n8963164505","geometry":{"type":"Point","coordinates":[-0.2922129,51.80747]},"properties":{"@type":"node","@id":8963164505,"@timestamp":1627649067},"coords":"51.80747,-0.2922129","bedrooms":"1","price":"292000","area":"522"} , +{"type":"Feature","id":"n8963164552","geometry":{"type":"Point","coordinates":[-0.2864412,51.8098454]},"properties":{"@type":"node","@id":8963164552,"@timestamp":1627649067},"coords":"51.8098454,-0.2864412","bedrooms":"2","price":"198000","area":"454"} , +{"type":"Feature","id":"n8963164566","geometry":{"type":"Point","coordinates":[-0.2844581,51.8093899]},"properties":{"@type":"node","@id":8963164566,"@timestamp":1627649067},"coords":"51.8093899,-0.2844581","bedrooms":"3","price":"292000","area":"508"} , +{"type":"Feature","id":"n8963332420","geometry":{"type":"Point","coordinates":[-0.2875714,51.8056654]},"properties":{"@type":"node","@id":8963332420,"@timestamp":1627653601},"coords":"51.8056654,-0.2875714","bedrooms":"2","price":"260000","area":"495"} , +{"type":"Feature","id":"n8963548539","geometry":{"type":"Point","coordinates":[-0.0070081,51.5342348]},"properties":{"@type":"node","@id":8963548539,"@timestamp":1628836622},"coords":"51.5342348,-0.0070081","bedrooms":"3","price":"249000","area":"445"} , +{"type":"Feature","id":"n8963631832","geometry":{"type":"Point","coordinates":[-0.315089,51.8239951]},"properties":{"@type":"node","@id":8963631832,"@timestamp":1627659219},"coords":"51.8239951,-0.315089","bedrooms":"0","price":"155000","area":"546"} , +{"type":"Feature","id":"n8963666175","geometry":{"type":"Point","coordinates":[-0.0096912,51.5321468]},"properties":{"@type":"node","@id":8963666175,"@timestamp":1628879920},"coords":"51.5321468,-0.0096912","bedrooms":"4","price":"222000","area":"625"} , +{"type":"Feature","id":"n8963716742","geometry":{"type":"Point","coordinates":[-0.0004785,51.5440583]},"properties":{"@type":"node","@id":8963716742,"@timestamp":1627661768},"coords":"51.5440583,-0.0004785","bedrooms":"2","price":"164000","area":"666"} , +{"type":"Feature","id":"n8963775806","geometry":{"type":"Point","coordinates":[-0.4915932,51.3005904]},"properties":{"@type":"node","@id":8963775806,"@timestamp":1627664032},"coords":"51.3005904,-0.4915932","bedrooms":"2","price":"166000","area":"542"} , +{"type":"Feature","id":"n8963796335","geometry":{"type":"Point","coordinates":[-0.1156335,51.5928626]},"properties":{"@type":"node","@id":8963796335,"@timestamp":1627664482},"coords":"51.5928626,-0.1156335","bedrooms":"2","price":"260000","area":"409"} , +{"type":"Feature","id":"n8963904069","geometry":{"type":"Point","coordinates":[-0.4741123,51.1203594]},"properties":{"@type":"node","@id":8963904069,"@timestamp":1627667817},"coords":"51.1203594,-0.4741123","bedrooms":"3","price":"151000","area":"671"} , +{"type":"Feature","id":"n8964165316","geometry":{"type":"Point","coordinates":[-0.3320212,51.8179176]},"properties":{"@type":"node","@id":8964165316,"@timestamp":1627677825},"coords":"51.8179176,-0.3320212","bedrooms":"3","price":"278000","area":"445"} , +{"type":"Feature","id":"n8964351764","geometry":{"type":"Point","coordinates":[-0.5048517,51.2875658]},"properties":{"@type":"node","@id":8964351764,"@timestamp":1636234487},"coords":"51.2875658,-0.5048517","bedrooms":"4","price":"191000","area":"589"} , +{"type":"Feature","id":"n8964518704","geometry":{"type":"Point","coordinates":[-0.2433486,51.4549173]},"properties":{"@type":"node","@id":8964518704,"@timestamp":1627698380},"coords":"51.4549173,-0.2433486","bedrooms":"4","price":"216000","area":"625"} , +{"type":"Feature","id":"n8964533295","geometry":{"type":"Point","coordinates":[-0.0783383,51.5271962]},"properties":{"@type":"node","@id":8964533295,"@timestamp":1627696120},"coords":"51.5271962,-0.0783383","bedrooms":"2","price":"205000","area":"406"} , +{"type":"Feature","id":"n8964547263","geometry":{"type":"Point","coordinates":[-0.3052661,51.4356336]},"properties":{"@type":"node","@id":8964547263,"@timestamp":1627698187},"coords":"51.4356336,-0.3052661","bedrooms":"3","price":"207000","area":"407"} , +{"type":"Feature","id":"n8964587777","geometry":{"type":"Point","coordinates":[-0.3790322,51.4704708]},"properties":{"@type":"node","@id":8964587777,"@timestamp":1627701790},"coords":"51.4704708,-0.3790322","bedrooms":"1","price":"172000","area":"589"} , +{"type":"Feature","id":"n8964613434","geometry":{"type":"Point","coordinates":[-0.2318828,51.4999311]},"properties":{"@type":"node","@id":8964613434,"@timestamp":1627702768},"coords":"51.4999311,-0.2318828","bedrooms":"2","price":"150000","area":"507"} , +{"type":"Feature","id":"n8964613444","geometry":{"type":"Point","coordinates":[-0.232215,51.5001946]},"properties":{"@type":"node","@id":8964613444,"@timestamp":1627702768},"coords":"51.5001946,-0.232215","bedrooms":"3","price":"258000","area":"554"} , +{"type":"Feature","id":"n8964613585","geometry":{"type":"Point","coordinates":[-0.2321335,51.5011411]},"properties":{"@type":"node","@id":8964613585,"@timestamp":1627710497},"coords":"51.5011411,-0.2321335","bedrooms":"0","price":"291000","area":"438"} , +{"type":"Feature","id":"n8964707475","geometry":{"type":"Point","coordinates":[-0.2306766,51.5014431]},"properties":{"@type":"node","@id":8964707475,"@timestamp":1627710497},"coords":"51.5014431,-0.2306766","bedrooms":"1","price":"291000","area":"568"} , +{"type":"Feature","id":"n8964722949","geometry":{"type":"Point","coordinates":[-0.2311337,51.5010133]},"properties":{"@type":"node","@id":8964722949,"@timestamp":1627710497},"coords":"51.5010133,-0.2311337","bedrooms":"1","price":"261000","area":"469"} , +{"type":"Feature","id":"n8964723019","geometry":{"type":"Point","coordinates":[-0.2313129,51.5006884]},"properties":{"@type":"node","@id":8964723019,"@timestamp":1627710497},"coords":"51.5006884,-0.2313129","bedrooms":"3","price":"229000","area":"611"} , +{"type":"Feature","id":"n8967670068","geometry":{"type":"Point","coordinates":[-0.9722879,51.4568748]},"properties":{"@type":"node","@id":8967670068,"@timestamp":1627718568},"coords":"51.4568748,-0.9722879","bedrooms":"2","price":"199000","area":"544"} , +{"type":"Feature","id":"n8967964265","geometry":{"type":"Point","coordinates":[-0.2306552,51.5006461]},"properties":{"@type":"node","@id":8967964265,"@timestamp":1627726974},"coords":"51.5006461,-0.2306552","bedrooms":"2","price":"265000","area":"579"} , +{"type":"Feature","id":"n8967976232","geometry":{"type":"Point","coordinates":[-0.2308099,51.5005028]},"properties":{"@type":"node","@id":8967976232,"@timestamp":1627726974},"coords":"51.5005028,-0.2308099","bedrooms":"4","price":"215000","area":"520"} , +{"type":"Feature","id":"n8967976279","geometry":{"type":"Point","coordinates":[-0.2309823,51.5000682]},"properties":{"@type":"node","@id":8967976279,"@timestamp":1627726974},"coords":"51.5000682,-0.2309823","bedrooms":"0","price":"178000","area":"682"} , +{"type":"Feature","id":"n8967976331","geometry":{"type":"Point","coordinates":[-0.2298696,51.5001817]},"properties":{"@type":"node","@id":8967976331,"@timestamp":1627726974},"coords":"51.5001817,-0.2298696","bedrooms":"0","price":"159000","area":"697"} , +{"type":"Feature","id":"n8968110419","geometry":{"type":"Point","coordinates":[-0.9642728,51.416691]},"properties":{"@type":"node","@id":8968110419,"@timestamp":1628246455},"coords":"51.416691,-0.9642728","bedrooms":"3","price":"295000","area":"540"} , +{"type":"Feature","id":"n8968175176","geometry":{"type":"Point","coordinates":[-0.0034439,51.5322197]},"properties":{"@type":"node","@id":8968175176,"@timestamp":1627729783},"coords":"51.5322197,-0.0034439","bedrooms":"0","price":"198000","area":"627"} , +{"type":"Feature","id":"n8968247807","geometry":{"type":"Point","coordinates":[-0.4862424,51.5026468]},"properties":{"@type":"node","@id":8968247807,"@timestamp":1627730828},"coords":"51.5026468,-0.4862424","bedrooms":"3","price":"233000","area":"607"} , +{"type":"Feature","id":"n8968281455","geometry":{"type":"Point","coordinates":[-0.0077679,51.508242]},"properties":{"@type":"node","@id":8968281455,"@timestamp":1627731351},"coords":"51.508242,-0.0077679","bedrooms":"3","price":"181000","area":"373"} , +{"type":"Feature","id":"n8968332853","geometry":{"type":"Point","coordinates":[-0.0257352,51.5533931]},"properties":{"@type":"node","@id":8968332853,"@timestamp":1627732263},"coords":"51.5533931,-0.0257352","bedrooms":"0","price":"241000","area":"445"} , +{"type":"Feature","id":"n8968344777","geometry":{"type":"Point","coordinates":[-0.4855323,51.506728]},"properties":{"@type":"node","@id":8968344777,"@timestamp":1627732626},"coords":"51.506728,-0.4855323","bedrooms":"2","price":"231000","area":"628"} , +{"type":"Feature","id":"n8968354810","geometry":{"type":"Point","coordinates":[-0.4268239,51.5758619]},"properties":{"@type":"node","@id":8968354810,"@timestamp":1627732812},"coords":"51.5758619,-0.4268239","bedrooms":"0","price":"179000","area":"577"} , +{"type":"Feature","id":"n8968478493","geometry":{"type":"Point","coordinates":[-0.3147304,51.5063447]},"properties":{"@type":"node","@id":8968478493,"@timestamp":1627736494},"coords":"51.5063447,-0.3147304","bedrooms":"0","price":"175000","area":"580"} , +{"type":"Feature","id":"n8968546439","geometry":{"type":"Point","coordinates":[-0.3997297,51.0922101]},"properties":{"@type":"node","@id":8968546439,"@timestamp":1627738533},"coords":"51.0922101,-0.3997297","bedrooms":"4","price":"274000","area":"482"} , +{"type":"Feature","id":"n8968546449","geometry":{"type":"Point","coordinates":[-0.4001398,51.0918437]},"properties":{"@type":"node","@id":8968546449,"@timestamp":1627738533},"coords":"51.0918437,-0.4001398","bedrooms":"1","price":"258000","area":"404"} , +{"type":"Feature","id":"n8968548320","geometry":{"type":"Point","coordinates":[-0.349842,51.4338618]},"properties":{"@type":"node","@id":8968548320,"@timestamp":1627738708},"coords":"51.4338618,-0.349842","bedrooms":"4","price":"183000","area":"493"} , +{"type":"Feature","id":"n8968569203","geometry":{"type":"Point","coordinates":[-0.4246607,51.5742522]},"properties":{"@type":"node","@id":8968569203,"@timestamp":1627740446},"coords":"51.5742522,-0.4246607","bedrooms":"1","price":"252000","area":"443"} , +{"type":"Feature","id":"n8968624761","geometry":{"type":"Point","coordinates":[-0.0274578,51.5437296]},"properties":{"@type":"node","@id":8968624761,"@timestamp":1627743636},"coords":"51.5437296,-0.0274578","bedrooms":"2","price":"247000","area":"358"} , +{"type":"Feature","id":"n8968624779","geometry":{"type":"Point","coordinates":[-0.0270476,51.5438139]},"properties":{"@type":"node","@id":8968624779,"@timestamp":1627743636},"coords":"51.5438139,-0.0270476","bedrooms":"1","price":"211000","area":"612"} , +{"type":"Feature","id":"n8968666235","geometry":{"type":"Point","coordinates":[-0.1747842,51.4845083]},"properties":{"@type":"node","@id":8968666235,"@timestamp":1627744369},"coords":"51.4845083,-0.1747842","bedrooms":"2","price":"263000","area":"543"} , +{"type":"Feature","id":"n8968732054","geometry":{"type":"Point","coordinates":[0.0563277,51.6197736]},"properties":{"@type":"node","@id":8968732054,"@timestamp":1627745822},"coords":"51.6197736,0.0563277","bedrooms":"1","price":"162000","area":"587"} , +{"type":"Feature","id":"n8969085029","geometry":{"type":"Point","coordinates":[-0.1625808,51.471887]},"properties":{"@type":"node","@id":8969085029,"@timestamp":1627762565},"coords":"51.471887,-0.1625808","bedrooms":"1","price":"170000","area":"563"} , +{"type":"Feature","id":"n8969178461","geometry":{"type":"Point","coordinates":[-0.3224963,51.7587355]},"properties":{"@type":"node","@id":8969178461,"@timestamp":1627769435},"coords":"51.7587355,-0.3224963","bedrooms":"0","price":"174000","area":"402"} , +{"type":"Feature","id":"n8969178482","geometry":{"type":"Point","coordinates":[-0.3157618,51.7587906]},"properties":{"@type":"node","@id":8969178482,"@timestamp":1627769435},"coords":"51.7587906,-0.3157618","bedrooms":"1","price":"298000","area":"502"} , +{"type":"Feature","id":"n8971317472","geometry":{"type":"Point","coordinates":[-0.229192,51.5004862]},"properties":{"@type":"node","@id":8971317472,"@timestamp":1627794015},"coords":"51.5004862,-0.229192","bedrooms":"0","price":"211000","area":"671"} , +{"type":"Feature","id":"n8971317557","geometry":{"type":"Point","coordinates":[-0.2296548,51.5016211]},"properties":{"@type":"node","@id":8971317557,"@timestamp":1627794015},"coords":"51.5016211,-0.2296548","bedrooms":"3","price":"289000","area":"372"} , +{"type":"Feature","id":"n8971351009","geometry":{"type":"Point","coordinates":[-0.2287485,51.5009873]},"properties":{"@type":"node","@id":8971351009,"@timestamp":1627797676},"coords":"51.5009873,-0.2287485","bedrooms":"2","price":"261000","area":"494"} , +{"type":"Feature","id":"n8971364019","geometry":{"type":"Point","coordinates":[-0.2285598,51.5004443]},"properties":{"@type":"node","@id":8971364019,"@timestamp":1627797676},"coords":"51.5004443,-0.2285598","bedrooms":"0","price":"226000","area":"488"} , +{"type":"Feature","id":"n8971478893","geometry":{"type":"Point","coordinates":[-0.2316625,51.4994105]},"properties":{"@type":"node","@id":8971478893,"@timestamp":1627806105},"coords":"51.4994105,-0.2316625","bedrooms":"3","price":"183000","area":"475"} , +{"type":"Feature","id":"n8971478903","geometry":{"type":"Point","coordinates":[-0.2314496,51.4988118]},"properties":{"@type":"node","@id":8971478903,"@timestamp":1627806105},"coords":"51.4988118,-0.2314496","bedrooms":"3","price":"207000","area":"699"} , +{"type":"Feature","id":"n8971501377","geometry":{"type":"Point","coordinates":[-0.2308237,51.4994245]},"properties":{"@type":"node","@id":8971501377,"@timestamp":1627806105},"coords":"51.4994245,-0.2308237","bedrooms":"0","price":"287000","area":"463"} , +{"type":"Feature","id":"n8971501387","geometry":{"type":"Point","coordinates":[-0.2309339,51.4991673]},"properties":{"@type":"node","@id":8971501387,"@timestamp":1627806105},"coords":"51.4991673,-0.2309339","bedrooms":"4","price":"186000","area":"400"} , +{"type":"Feature","id":"n8971501459","geometry":{"type":"Point","coordinates":[-0.231121,51.4997983]},"properties":{"@type":"node","@id":8971501459,"@timestamp":1627806105},"coords":"51.4997983,-0.231121","bedrooms":"3","price":"279000","area":"557"} , +{"type":"Feature","id":"n8971536776","geometry":{"type":"Point","coordinates":[0.0101782,51.5663159]},"properties":{"@type":"node","@id":8971536776,"@timestamp":1627809754},"coords":"51.5663159,0.0101782","bedrooms":"2","price":"201000","area":"400"} , +{"type":"Feature","id":"n8971536796","geometry":{"type":"Point","coordinates":[0.0102769,51.5656885]},"properties":{"@type":"node","@id":8971536796,"@timestamp":1627809754},"coords":"51.5656885,0.0102769","bedrooms":"1","price":"168000","area":"626"} , +{"type":"Feature","id":"n8971895190","geometry":{"type":"Point","coordinates":[-0.4227537,51.5724333]},"properties":{"@type":"node","@id":8971895190,"@timestamp":1627818644},"coords":"51.5724333,-0.4227537","bedrooms":"1","price":"278000","area":"474"} , +{"type":"Feature","id":"n8971973501","geometry":{"type":"Point","coordinates":[-0.0771782,51.5396476]},"properties":{"@type":"node","@id":8971973501,"@timestamp":1627821725},"coords":"51.5396476,-0.0771782","bedrooms":"0","price":"264000","area":"379"} , +{"type":"Feature","id":"n8972055898","geometry":{"type":"Point","coordinates":[-0.0776687,51.5401294]},"properties":{"@type":"node","@id":8972055898,"@timestamp":1627822441},"coords":"51.5401294,-0.0776687","bedrooms":"1","price":"270000","area":"682"} , +{"type":"Feature","id":"n8972058662","geometry":{"type":"Point","coordinates":[-0.2302537,51.4993257]},"properties":{"@type":"node","@id":8972058662,"@timestamp":1627822751},"coords":"51.4993257,-0.2302537","bedrooms":"2","price":"227000","area":"621"} , +{"type":"Feature","id":"n8972058672","geometry":{"type":"Point","coordinates":[-0.2302364,51.4990257]},"properties":{"@type":"node","@id":8972058672,"@timestamp":1627822751},"coords":"51.4990257,-0.2302364","bedrooms":"2","price":"287000","area":"549"} , +{"type":"Feature","id":"n8972058707","geometry":{"type":"Point","coordinates":[-0.2310984,51.4987558]},"properties":{"@type":"node","@id":8972058707,"@timestamp":1627822751},"coords":"51.4987558,-0.2310984","bedrooms":"4","price":"294000","area":"645"} , +{"type":"Feature","id":"n8972075034","geometry":{"type":"Point","coordinates":[0.1023751,51.3773907]},"properties":{"@type":"node","@id":8972075034,"@timestamp":1627823152},"coords":"51.3773907,0.1023751","bedrooms":"4","price":"290000","area":"386"} , +{"type":"Feature","id":"n8972075044","geometry":{"type":"Point","coordinates":[0.1011177,51.3764306]},"properties":{"@type":"node","@id":8972075044,"@timestamp":1627823152},"coords":"51.3764306,0.1011177","bedrooms":"1","price":"291000","area":"696"} , +{"type":"Feature","id":"n8972091603","geometry":{"type":"Point","coordinates":[-0.0010622,51.9643887]},"properties":{"@type":"node","@id":8972091603,"@timestamp":1631448798},"coords":"51.9643887,-0.0010622","bedrooms":"1","price":"224000","area":"490"} , +{"type":"Feature","id":"n8972091614","geometry":{"type":"Point","coordinates":[0.0035626,51.9618779]},"properties":{"@type":"node","@id":8972091614,"@timestamp":1631448802},"coords":"51.9618779,0.0035626","bedrooms":"3","price":"265000","area":"394"} , +{"type":"Feature","id":"n8972118222","geometry":{"type":"Point","coordinates":[0.0024893,51.9774953]},"properties":{"@type":"node","@id":8972118222,"@timestamp":1627825050},"coords":"51.9774953,0.0024893","bedrooms":"0","price":"233000","area":"401"} , +{"type":"Feature","id":"n8972118318","geometry":{"type":"Point","coordinates":[-0.0325917,51.9682228]},"properties":{"@type":"node","@id":8972118318,"@timestamp":1627825050},"coords":"51.9682228,-0.0325917","bedrooms":"3","price":"244000","area":"598"} , +{"type":"Feature","id":"n8972118329","geometry":{"type":"Point","coordinates":[-0.026814,51.9921842]},"properties":{"@type":"node","@id":8972118329,"@timestamp":1627825050},"coords":"51.9921842,-0.026814","bedrooms":"4","price":"242000","area":"411"} , +{"type":"Feature","id":"n8972162316","geometry":{"type":"Point","coordinates":[0.1415039,51.5542503]},"properties":{"@type":"node","@id":8972162316,"@timestamp":1627828873},"coords":"51.5542503,0.1415039","bedrooms":"4","price":"200000","area":"371"} , +{"type":"Feature","id":"n8972234796","geometry":{"type":"Point","coordinates":[0.1365181,51.5526854]},"properties":{"@type":"node","@id":8972234796,"@timestamp":1627828873},"coords":"51.5526854,0.1365181","bedrooms":"0","price":"193000","area":"505"} , +{"type":"Feature","id":"n8972353537","geometry":{"type":"Point","coordinates":[-0.218318,51.4755774]},"properties":{"@type":"node","@id":8972353537,"@timestamp":1627832644},"coords":"51.4755774,-0.218318","bedrooms":"3","price":"194000","area":"588"} , +{"type":"Feature","id":"n8972353560","geometry":{"type":"Point","coordinates":[-0.220962,51.4797128]},"properties":{"@type":"node","@id":8972353560,"@timestamp":1627832644},"coords":"51.4797128,-0.220962","bedrooms":"4","price":"235000","area":"494"} , +{"type":"Feature","id":"n8972414946","geometry":{"type":"Point","coordinates":[-0.0051225,51.535339]},"properties":{"@type":"node","@id":8972414946,"@timestamp":1627835642},"coords":"51.535339,-0.0051225","bedrooms":"4","price":"188000","area":"546"} , +{"type":"Feature","id":"n8972465034","geometry":{"type":"Point","coordinates":[0.7594342,51.9262775]},"properties":{"@type":"node","@id":8972465034,"@timestamp":1627836960},"coords":"51.9262775,0.7594342","bedrooms":"1","price":"156000","area":"354"} , +{"type":"Feature","id":"n8972497998","geometry":{"type":"Point","coordinates":[-0.3874649,51.0900002]},"properties":{"@type":"node","@id":8972497998,"@timestamp":1627838504},"coords":"51.0900002,-0.3874649","bedrooms":"1","price":"162000","area":"377"} , +{"type":"Feature","id":"n8972536363","geometry":{"type":"Point","coordinates":[-0.116523,51.5206537]},"properties":{"@type":"node","@id":8972536363,"@timestamp":1633714505},"coords":"51.5206537,-0.116523","bedrooms":"2","price":"190000","area":"466"} , +{"type":"Feature","id":"n8972536379","geometry":{"type":"Point","coordinates":[-0.1159483,51.5195171]},"properties":{"@type":"node","@id":8972536379,"@timestamp":1627840763},"coords":"51.5195171,-0.1159483","bedrooms":"2","price":"296000","area":"681"} , +{"type":"Feature","id":"n8972536389","geometry":{"type":"Point","coordinates":[-0.116274,51.5200574]},"properties":{"@type":"node","@id":8972536389,"@timestamp":1627840763},"coords":"51.5200574,-0.116274","bedrooms":"0","price":"219000","area":"512"} , +{"type":"Feature","id":"n8972582970","geometry":{"type":"Point","coordinates":[-0.3961733,51.0934185]},"properties":{"@type":"node","@id":8972582970,"@timestamp":1627842532},"coords":"51.0934185,-0.3961733","bedrooms":"2","price":"191000","area":"603"} , +{"type":"Feature","id":"n8972644934","geometry":{"type":"Point","coordinates":[-0.3220427,51.7664129]},"properties":{"@type":"node","@id":8972644934,"@timestamp":1627844529},"coords":"51.7664129,-0.3220427","bedrooms":"0","price":"288000","area":"605"} , +{"type":"Feature","id":"n8972710897","geometry":{"type":"Point","coordinates":[-0.1171376,51.52192]},"properties":{"@type":"node","@id":8972710897,"@timestamp":1627847497},"coords":"51.52192,-0.1171376","bedrooms":"1","price":"289000","area":"400"} , +{"type":"Feature","id":"n8972715352","geometry":{"type":"Point","coordinates":[0.014703,51.2783408]},"properties":{"@type":"node","@id":8972715352,"@timestamp":1627848568},"coords":"51.2783408,0.014703","bedrooms":"4","price":"274000","area":"581"} , +{"type":"Feature","id":"n8972718082","geometry":{"type":"Point","coordinates":[-0.3205224,51.7611322]},"properties":{"@type":"node","@id":8972718082,"@timestamp":1627847778},"coords":"51.7611322,-0.3205224","bedrooms":"3","price":"230000","area":"676"} , +{"type":"Feature","id":"n8972718101","geometry":{"type":"Point","coordinates":[-0.3165902,51.7603692]},"properties":{"@type":"node","@id":8972718101,"@timestamp":1627847778},"coords":"51.7603692,-0.3165902","bedrooms":"1","price":"151000","area":"365"} , +{"type":"Feature","id":"n8972718111","geometry":{"type":"Point","coordinates":[-0.3175203,51.7590939]},"properties":{"@type":"node","@id":8972718111,"@timestamp":1627847778},"coords":"51.7590939,-0.3175203","bedrooms":"4","price":"264000","area":"406"} , +{"type":"Feature","id":"n8972724037","geometry":{"type":"Point","coordinates":[-0.1192613,51.5235856]},"properties":{"@type":"node","@id":8972724037,"@timestamp":1627847497},"coords":"51.5235856,-0.1192613","bedrooms":"3","price":"297000","area":"480"} , +{"type":"Feature","id":"n8972731456","geometry":{"type":"Point","coordinates":[-0.1248307,51.5246512]},"properties":{"@type":"node","@id":8972731456,"@timestamp":1627848120},"coords":"51.5246512,-0.1248307","bedrooms":"2","price":"290000","area":"621"} , +{"type":"Feature","id":"n8972731468","geometry":{"type":"Point","coordinates":[-0.1243482,51.5272294]},"properties":{"@type":"node","@id":8972731468,"@timestamp":1630092590},"coords":"51.5272294,-0.1243482","bedrooms":"1","price":"165000","area":"565"} , +{"type":"Feature","id":"n8972794498","geometry":{"type":"Point","coordinates":[-0.1995969,51.6933561]},"properties":{"@type":"node","@id":8972794498,"@timestamp":1627850071},"coords":"51.6933561,-0.1995969","bedrooms":"2","price":"216000","area":"453"} , +{"type":"Feature","id":"n8972931439","geometry":{"type":"Point","coordinates":[-0.3764091,51.2593913]},"properties":{"@type":"node","@id":8972931439,"@timestamp":1627856109},"coords":"51.2593913,-0.3764091","bedrooms":"4","price":"181000","area":"585"} , +{"type":"Feature","id":"n8972948108","geometry":{"type":"Point","coordinates":[-0.3115733,51.7636745]},"properties":{"@type":"node","@id":8972948108,"@timestamp":1627859350},"coords":"51.7636745,-0.3115733","bedrooms":"2","price":"248000","area":"532"} , +{"type":"Feature","id":"n8972949778","geometry":{"type":"Point","coordinates":[-0.5183171,51.3657058]},"properties":{"@type":"node","@id":8972949778,"@timestamp":1627857763},"coords":"51.3657058,-0.5183171","bedrooms":"1","price":"248000","area":"369"} , +{"type":"Feature","id":"n8972949796","geometry":{"type":"Point","coordinates":[-0.5116414,51.3360878]},"properties":{"@type":"node","@id":8972949796,"@timestamp":1627857763},"coords":"51.3360878,-0.5116414","bedrooms":"2","price":"188000","area":"537"} , +{"type":"Feature","id":"n8972957096","geometry":{"type":"Point","coordinates":[0.0003873,51.4770826]},"properties":{"@type":"node","@id":8972957096,"@timestamp":1627859104},"coords":"51.4770826,0.0003873","bedrooms":"4","price":"165000","area":"548"} , +{"type":"Feature","id":"n8972957106","geometry":{"type":"Point","coordinates":[0.000302,51.4770878]},"properties":{"@type":"node","@id":8972957106,"@timestamp":1627859104},"coords":"51.4770878,0.000302","bedrooms":"3","price":"283000","area":"406"} , +{"type":"Feature","id":"n8972957116","geometry":{"type":"Point","coordinates":[0.0008956,51.477273]},"properties":{"@type":"node","@id":8972957116,"@timestamp":1627859104},"coords":"51.477273,0.0008956","bedrooms":"0","price":"272000","area":"547"} , +{"type":"Feature","id":"n8972985926","geometry":{"type":"Point","coordinates":[0.0008755,51.4769691]},"properties":{"@type":"node","@id":8972985926,"@timestamp":1627859104},"coords":"51.4769691,0.0008755","bedrooms":"1","price":"205000","area":"559"} , +{"type":"Feature","id":"n8972990324","geometry":{"type":"Point","coordinates":[-0.30806,51.7641227]},"properties":{"@type":"node","@id":8972990324,"@timestamp":1627859350},"coords":"51.7641227,-0.30806","bedrooms":"2","price":"201000","area":"445"} , +{"type":"Feature","id":"n8973003796","geometry":{"type":"Point","coordinates":[-0.0073228,51.478871]},"properties":{"@type":"node","@id":8973003796,"@timestamp":1627861917},"coords":"51.478871,-0.0073228","bedrooms":"0","price":"151000","area":"659"} , +{"type":"Feature","id":"n8973057504","geometry":{"type":"Point","coordinates":[-0.0041252,51.4823257]},"properties":{"@type":"node","@id":8973057504,"@timestamp":1627864476},"coords":"51.4823257,-0.0041252","bedrooms":"3","price":"277000","area":"688"} , +{"type":"Feature","id":"n8973057514","geometry":{"type":"Point","coordinates":[-0.0041843,51.4824053]},"properties":{"@type":"node","@id":8973057514,"@timestamp":1627864476},"coords":"51.4824053,-0.0041843","bedrooms":"3","price":"229000","area":"619"} , +{"type":"Feature","id":"n8973060824","geometry":{"type":"Point","coordinates":[-0.0055886,51.4819247]},"properties":{"@type":"node","@id":8973060824,"@timestamp":1627864476},"coords":"51.4819247,-0.0055886","bedrooms":"2","price":"228000","area":"387"} , +{"type":"Feature","id":"n8973060834","geometry":{"type":"Point","coordinates":[-0.0028507,51.4823483]},"properties":{"@type":"node","@id":8973060834,"@timestamp":1627864476},"coords":"51.4823483,-0.0028507","bedrooms":"0","price":"245000","area":"390"} , +{"type":"Feature","id":"n8973156830","geometry":{"type":"Point","coordinates":[-0.0070651,51.4827542]},"properties":{"@type":"node","@id":8973156830,"@timestamp":1627872718},"coords":"51.4827542,-0.0070651","bedrooms":"4","price":"292000","area":"533"} , +{"type":"Feature","id":"n8973229913","geometry":{"type":"Point","coordinates":[-0.2313508,51.4982055]},"properties":{"@type":"node","@id":8973229913,"@timestamp":1627877946},"coords":"51.4982055,-0.2313508","bedrooms":"3","price":"181000","area":"529"} , +{"type":"Feature","id":"n8973261523","geometry":{"type":"Point","coordinates":[-0.2313307,51.4977451]},"properties":{"@type":"node","@id":8973261523,"@timestamp":1627877946},"coords":"51.4977451,-0.2313307","bedrooms":"0","price":"183000","area":"672"} , +{"type":"Feature","id":"n8973261619","geometry":{"type":"Point","coordinates":[-0.2313202,51.4972607]},"properties":{"@type":"node","@id":8973261619,"@timestamp":1627877946},"coords":"51.4972607,-0.2313202","bedrooms":"3","price":"283000","area":"627"} , +{"type":"Feature","id":"n8973261660","geometry":{"type":"Point","coordinates":[-0.2309146,51.4982322]},"properties":{"@type":"node","@id":8973261660,"@timestamp":1627877946},"coords":"51.4982322,-0.2309146","bedrooms":"0","price":"162000","area":"420"} , +{"type":"Feature","id":"n8973261670","geometry":{"type":"Point","coordinates":[-0.2308975,51.4977387]},"properties":{"@type":"node","@id":8973261670,"@timestamp":1627877946},"coords":"51.4977387,-0.2308975","bedrooms":"3","price":"294000","area":"410"} , +{"type":"Feature","id":"n8973261680","geometry":{"type":"Point","coordinates":[-0.230892,51.4972871]},"properties":{"@type":"node","@id":8973261680,"@timestamp":1627877946},"coords":"51.4972871,-0.230892","bedrooms":"0","price":"292000","area":"557"} , +{"type":"Feature","id":"n8973518493","geometry":{"type":"Point","coordinates":[0.241719,51.5978013]},"properties":{"@type":"node","@id":8973518493,"@timestamp":1627886403},"coords":"51.5978013,0.241719","bedrooms":"3","price":"162000","area":"518"} , +{"type":"Feature","id":"n8973828349","geometry":{"type":"Point","coordinates":[-0.120626,51.5178268]},"properties":{"@type":"node","@id":8973828349,"@timestamp":1627893388},"coords":"51.5178268,-0.120626","bedrooms":"1","price":"271000","area":"566"} , +{"type":"Feature","id":"n8974043458","geometry":{"type":"Point","coordinates":[-0.3282618,51.7649059]},"properties":{"@type":"node","@id":8974043458,"@timestamp":1627898259},"coords":"51.7649059,-0.3282618","bedrooms":"1","price":"251000","area":"646"} , +{"type":"Feature","id":"n8974192881","geometry":{"type":"Point","coordinates":[-0.3340302,51.7603724]},"properties":{"@type":"node","@id":8974192881,"@timestamp":1627902175},"coords":"51.7603724,-0.3340302","bedrooms":"2","price":"204000","area":"494"} , +{"type":"Feature","id":"n8974192895","geometry":{"type":"Point","coordinates":[-0.3288993,51.7629687]},"properties":{"@type":"node","@id":8974192895,"@timestamp":1627902175},"coords":"51.7629687,-0.3288993","bedrooms":"1","price":"298000","area":"446"} , +{"type":"Feature","id":"n8974401938","geometry":{"type":"Point","coordinates":[-0.2766524,51.4034207]},"properties":{"@type":"node","@id":8974401938,"@timestamp":1627906018},"coords":"51.4034207,-0.2766524","bedrooms":"1","price":"185000","area":"564"} , +{"type":"Feature","id":"n8974596936","geometry":{"type":"Point","coordinates":[-0.0601986,51.5658885]},"properties":{"@type":"node","@id":8974596936,"@timestamp":1627911868},"coords":"51.5658885,-0.0601986","bedrooms":"0","price":"244000","area":"641"} , +{"type":"Feature","id":"n8974646892","geometry":{"type":"Point","coordinates":[-0.208665,51.6946736]},"properties":{"@type":"node","@id":8974646892,"@timestamp":1627911501},"coords":"51.6946736,-0.208665","bedrooms":"2","price":"230000","area":"631"} , +{"type":"Feature","id":"n8974669209","geometry":{"type":"Point","coordinates":[-0.0734457,51.5089726]},"properties":{"@type":"node","@id":8974669209,"@timestamp":1627912646},"coords":"51.5089726,-0.0734457","bedrooms":"3","price":"209000","area":"359"} , +{"type":"Feature","id":"n8974714032","geometry":{"type":"Point","coordinates":[-0.1232562,51.5286253]},"properties":{"@type":"node","@id":8974714032,"@timestamp":1627913852},"coords":"51.5286253,-0.1232562","bedrooms":"0","price":"178000","area":"690"} , +{"type":"Feature","id":"n8974736852","geometry":{"type":"Point","coordinates":[0.0061019,51.5837071]},"properties":{"@type":"node","@id":8974736852,"@timestamp":1634752718},"coords":"51.5837071,0.0061019","bedrooms":"0","price":"240000","area":"410"} , +{"type":"Feature","id":"n8974786808","geometry":{"type":"Point","coordinates":[0.0356794,51.09634]},"properties":{"@type":"node","@id":8974786808,"@timestamp":1627915585},"coords":"51.09634,0.0356794","bedrooms":"4","price":"277000","area":"483"} , +{"type":"Feature","id":"n8974792865","geometry":{"type":"Point","coordinates":[0.0378939,51.5300571]},"properties":{"@type":"node","@id":8974792865,"@timestamp":1627916312},"coords":"51.5300571,0.0378939","bedrooms":"1","price":"262000","area":"610"} , +{"type":"Feature","id":"n8974797918","geometry":{"type":"Point","coordinates":[0.006714,51.5566723]},"properties":{"@type":"node","@id":8974797918,"@timestamp":1627915826},"coords":"51.5566723,0.006714","bedrooms":"0","price":"254000","area":"694"} , +{"type":"Feature","id":"n8974799802","geometry":{"type":"Point","coordinates":[0.0028719,51.5591869]},"properties":{"@type":"node","@id":8974799802,"@timestamp":1627917157},"coords":"51.5591869,0.0028719","bedrooms":"0","price":"230000","area":"613"} , +{"type":"Feature","id":"n8974844829","geometry":{"type":"Point","coordinates":[0.0024677,51.5589381]},"properties":{"@type":"node","@id":8974844829,"@timestamp":1627917157},"coords":"51.5589381,0.0024677","bedrooms":"2","price":"183000","area":"417"} , +{"type":"Feature","id":"n8974876818","geometry":{"type":"Point","coordinates":[-0.3366393,51.7640161]},"properties":{"@type":"node","@id":8974876818,"@timestamp":1627918019},"coords":"51.7640161,-0.3366393","bedrooms":"4","price":"294000","area":"642"} , +{"type":"Feature","id":"n8974953816","geometry":{"type":"Point","coordinates":[-0.0204163,51.5279405]},"properties":{"@type":"node","@id":8974953816,"@timestamp":1627921289},"coords":"51.5279405,-0.0204163","bedrooms":"3","price":"232000","area":"655"} , +{"type":"Feature","id":"n8975030707","geometry":{"type":"Point","coordinates":[-0.1961541,51.6928475]},"properties":{"@type":"node","@id":8975030707,"@timestamp":1629505614},"coords":"51.6928475,-0.1961541","bedrooms":"4","price":"226000","area":"471"} , +{"type":"Feature","id":"n8975071649","geometry":{"type":"Point","coordinates":[-0.0350721,51.5248719]},"properties":{"@type":"node","@id":8975071649,"@timestamp":1627924874},"coords":"51.5248719,-0.0350721","bedrooms":"0","price":"219000","area":"490"} , +{"type":"Feature","id":"n8975130108","geometry":{"type":"Point","coordinates":[-0.0297391,51.5170714]},"properties":{"@type":"node","@id":8975130108,"@timestamp":1627927920},"coords":"51.5170714,-0.0297391","bedrooms":"1","price":"211000","area":"463"} , +{"type":"Feature","id":"n8975191089","geometry":{"type":"Point","coordinates":[-0.2291744,51.4069948]},"properties":{"@type":"node","@id":8975191089,"@timestamp":1627930795},"coords":"51.4069948,-0.2291744","bedrooms":"2","price":"171000","area":"624"} , +{"type":"Feature","id":"n8975232685","geometry":{"type":"Point","coordinates":[-0.2768369,51.4034327]},"properties":{"@type":"node","@id":8975232685,"@timestamp":1627931503},"coords":"51.4034327,-0.2768369","bedrooms":"2","price":"204000","area":"692"} , +{"type":"Feature","id":"n8975255621","geometry":{"type":"Point","coordinates":[-0.3388858,51.1852409]},"properties":{"@type":"node","@id":8975255621,"@timestamp":1627932371},"coords":"51.1852409,-0.3388858","bedrooms":"3","price":"153000","area":"386"} , +{"type":"Feature","id":"n8975290927","geometry":{"type":"Point","coordinates":[-0.2754124,51.3996644]},"properties":{"@type":"node","@id":8975290927,"@timestamp":1627932944},"coords":"51.3996644,-0.2754124","bedrooms":"3","price":"187000","area":"590"} , +{"type":"Feature","id":"n8975290937","geometry":{"type":"Point","coordinates":[-0.2755285,51.3995662]},"properties":{"@type":"node","@id":8975290937,"@timestamp":1627932944},"coords":"51.3995662,-0.2755285","bedrooms":"2","price":"254000","area":"485"} , +{"type":"Feature","id":"n8975331641","geometry":{"type":"Point","coordinates":[-0.2743303,51.4075523]},"properties":{"@type":"node","@id":8975331641,"@timestamp":1627934644},"coords":"51.4075523,-0.2743303","bedrooms":"0","price":"171000","area":"509"} , +{"type":"Feature","id":"n8975352821","geometry":{"type":"Point","coordinates":[-0.3160167,51.1824889]},"properties":{"@type":"node","@id":8975352821,"@timestamp":1627935716},"coords":"51.1824889,-0.3160167","bedrooms":"3","price":"245000","area":"686"} , +{"type":"Feature","id":"n8975529082","geometry":{"type":"Point","coordinates":[-0.1057592,51.5184095]},"properties":{"@type":"node","@id":8975529082,"@timestamp":1635292483},"coords":"51.5184095,-0.1057592","bedrooms":"2","price":"251000","area":"597"} , +{"type":"Feature","id":"n8975571471","geometry":{"type":"Point","coordinates":[-0.1073688,51.5221537]},"properties":{"@type":"node","@id":8975571471,"@timestamp":1627940192},"coords":"51.5221537,-0.1073688","bedrooms":"2","price":"232000","area":"579"} , +{"type":"Feature","id":"n8975593981","geometry":{"type":"Point","coordinates":[-0.1124154,51.5218864]},"properties":{"@type":"node","@id":8975593981,"@timestamp":1627942118},"coords":"51.5218864,-0.1124154","bedrooms":"0","price":"274000","area":"557"} , +{"type":"Feature","id":"n8975638417","geometry":{"type":"Point","coordinates":[0.0127839,51.5475175]},"properties":{"@type":"node","@id":8975638417,"@timestamp":1627943179},"coords":"51.5475175,0.0127839","bedrooms":"1","price":"227000","area":"589"} , +{"type":"Feature","id":"n8975737313","geometry":{"type":"Point","coordinates":[-0.184299,51.7034316]},"properties":{"@type":"node","@id":8975737313,"@timestamp":1627993473},"coords":"51.7034316,-0.184299","bedrooms":"4","price":"185000","area":"592"} , +{"type":"Feature","id":"n8975760330","geometry":{"type":"Point","coordinates":[-0.1740947,51.5119767]},"properties":{"@type":"node","@id":8975760330,"@timestamp":1627950094},"coords":"51.5119767,-0.1740947","bedrooms":"4","price":"182000","area":"658"} , +{"type":"Feature","id":"n8975833904","geometry":{"type":"Point","coordinates":[-0.0934395,51.5177714]},"properties":{"@type":"node","@id":8975833904,"@timestamp":1627955400},"coords":"51.5177714,-0.0934395","bedrooms":"0","price":"197000","area":"407"} , +{"type":"Feature","id":"n8975854147","geometry":{"type":"Point","coordinates":[-0.0123859,51.5334018]},"properties":{"@type":"node","@id":8975854147,"@timestamp":1634061131},"coords":"51.5334018,-0.0123859","bedrooms":"2","price":"177000","area":"426"} , +{"type":"Feature","id":"n8975903924","geometry":{"type":"Point","coordinates":[-0.2300121,51.4983955]},"properties":{"@type":"node","@id":8975903924,"@timestamp":1627959896},"coords":"51.4983955,-0.2300121","bedrooms":"2","price":"279000","area":"386"} , +{"type":"Feature","id":"n8975903936","geometry":{"type":"Point","coordinates":[-0.2305671,51.4982233]},"properties":{"@type":"node","@id":8975903936,"@timestamp":1627959896},"coords":"51.4982233,-0.2305671","bedrooms":"1","price":"246000","area":"507"} , +{"type":"Feature","id":"n8975903969","geometry":{"type":"Point","coordinates":[-0.2301878,51.4983611]},"properties":{"@type":"node","@id":8975903969,"@timestamp":1627959896},"coords":"51.4983611,-0.2301878","bedrooms":"2","price":"207000","area":"636"} , +{"type":"Feature","id":"n8975903986","geometry":{"type":"Point","coordinates":[-0.2301483,51.4978121]},"properties":{"@type":"node","@id":8975903986,"@timestamp":1627959896},"coords":"51.4978121,-0.2301483","bedrooms":"0","price":"292000","area":"413"} , +{"type":"Feature","id":"n8975903996","geometry":{"type":"Point","coordinates":[-0.22997,51.4973614]},"properties":{"@type":"node","@id":8975903996,"@timestamp":1627959896},"coords":"51.4973614,-0.22997","bedrooms":"3","price":"202000","area":"581"} , +{"type":"Feature","id":"n8975910572","geometry":{"type":"Point","coordinates":[-0.2305339,51.497409]},"properties":{"@type":"node","@id":8975910572,"@timestamp":1627959896},"coords":"51.497409,-0.2305339","bedrooms":"0","price":"266000","area":"365"} , +{"type":"Feature","id":"n8975910582","geometry":{"type":"Point","coordinates":[-0.2305478,51.4978597]},"properties":{"@type":"node","@id":8975910582,"@timestamp":1627959896},"coords":"51.4978597,-0.2305478","bedrooms":"4","price":"221000","area":"454"} , +{"type":"Feature","id":"n8975910628","geometry":{"type":"Point","coordinates":[-0.2301546,51.4971289]},"properties":{"@type":"node","@id":8975910628,"@timestamp":1627959896},"coords":"51.4971289,-0.2301546","bedrooms":"1","price":"229000","area":"586"} , +{"type":"Feature","id":"n8975954978","geometry":{"type":"Point","coordinates":[-0.2297446,51.4999812]},"properties":{"@type":"node","@id":8975954978,"@timestamp":1627963721},"coords":"51.4999812,-0.2297446","bedrooms":"1","price":"256000","area":"523"} , +{"type":"Feature","id":"n8975955016","geometry":{"type":"Point","coordinates":[-0.2295888,51.4996598]},"properties":{"@type":"node","@id":8975955016,"@timestamp":1627963721},"coords":"51.4996598,-0.2295888","bedrooms":"2","price":"259000","area":"608"} , +{"type":"Feature","id":"n8976088539","geometry":{"type":"Point","coordinates":[0.2862331,51.5138406]},"properties":{"@type":"node","@id":8976088539,"@timestamp":1627967785},"coords":"51.5138406,0.2862331","bedrooms":"1","price":"181000","area":"683"} , +{"type":"Feature","id":"n8976643283","geometry":{"type":"Point","coordinates":[-0.1257648,51.5286223]},"properties":{"@type":"node","@id":8976643283,"@timestamp":1627981564},"coords":"51.5286223,-0.1257648","bedrooms":"4","price":"168000","area":"695"} , +{"type":"Feature","id":"n8976643297","geometry":{"type":"Point","coordinates":[-0.1258234,51.5280312]},"properties":{"@type":"node","@id":8976643297,"@timestamp":1627981564},"coords":"51.5280312,-0.1258234","bedrooms":"4","price":"285000","area":"362"} , +{"type":"Feature","id":"n8976683825","geometry":{"type":"Point","coordinates":[0.0429993,51.5340723]},"properties":{"@type":"node","@id":8976683825,"@timestamp":1627982808},"coords":"51.5340723,0.0429993","bedrooms":"0","price":"202000","area":"573"} , +{"type":"Feature","id":"n8976783634","geometry":{"type":"Point","coordinates":[0.5765762,51.5834387]},"properties":{"@type":"node","@id":8976783634,"@timestamp":1627985425},"coords":"51.5834387,0.5765762","bedrooms":"2","price":"187000","area":"503"} , +{"type":"Feature","id":"n8976967405","geometry":{"type":"Point","coordinates":[0.5977815,51.5944538]},"properties":{"@type":"node","@id":8976967405,"@timestamp":1627990260},"coords":"51.5944538,0.5977815","bedrooms":"2","price":"159000","area":"447"} , +{"type":"Feature","id":"n8977170533","geometry":{"type":"Point","coordinates":[0.1355407,51.565548]},"properties":{"@type":"node","@id":8977170533,"@timestamp":1627993234},"coords":"51.565548,0.1355407","bedrooms":"0","price":"248000","area":"492"} , +{"type":"Feature","id":"n8977170694","geometry":{"type":"Point","coordinates":[-0.3257924,51.7711865]},"properties":{"@type":"node","@id":8977170694,"@timestamp":1627993208},"coords":"51.7711865,-0.3257924","bedrooms":"3","price":"268000","area":"437"} , +{"type":"Feature","id":"n8977289557","geometry":{"type":"Point","coordinates":[0.3240917,51.6811809]},"properties":{"@type":"node","@id":8977289557,"@timestamp":1627996267},"coords":"51.6811809,0.3240917","bedrooms":"3","price":"207000","area":"485"} , +{"type":"Feature","id":"n8977354662","geometry":{"type":"Point","coordinates":[-0.311451,51.770224]},"properties":{"@type":"node","@id":8977354662,"@timestamp":1627998758},"coords":"51.770224,-0.311451","bedrooms":"1","price":"280000","area":"635"} , +{"type":"Feature","id":"n8977354691","geometry":{"type":"Point","coordinates":[-0.2999709,51.7639663]},"properties":{"@type":"node","@id":8977354691,"@timestamp":1627998758},"coords":"51.7639663,-0.2999709","bedrooms":"1","price":"283000","area":"532"} , +{"type":"Feature","id":"n8977357808","geometry":{"type":"Point","coordinates":[-0.1281834,51.5266158]},"properties":{"@type":"node","@id":8977357808,"@timestamp":1633001473},"coords":"51.5266158,-0.1281834","bedrooms":"0","price":"208000","area":"697"} , +{"type":"Feature","id":"n8977439418","geometry":{"type":"Point","coordinates":[0.2558567,51.6406765]},"properties":{"@type":"node","@id":8977439418,"@timestamp":1628001792},"coords":"51.6406765,0.2558567","bedrooms":"4","price":"219000","area":"593"} , +{"type":"Feature","id":"n8977566928","geometry":{"type":"Point","coordinates":[-0.1291656,51.5267318]},"properties":{"@type":"node","@id":8977566928,"@timestamp":1628005614},"coords":"51.5267318,-0.1291656","bedrooms":"2","price":"235000","area":"551"} , +{"type":"Feature","id":"n8977586993","geometry":{"type":"Point","coordinates":[0.2097338,51.270072]},"properties":{"@type":"node","@id":8977586993,"@timestamp":1634389222},"coords":"51.270072,0.2097338","bedrooms":"2","price":"178000","area":"467"} , +{"type":"Feature","id":"n8977626400","geometry":{"type":"Point","coordinates":[0.5225329,51.2736944]},"properties":{"@type":"node","@id":8977626400,"@timestamp":1628007723},"coords":"51.2736944,0.5225329","bedrooms":"0","price":"293000","area":"351"} , +{"type":"Feature","id":"n8977628303","geometry":{"type":"Point","coordinates":[0.0056596,51.4710985]},"properties":{"@type":"node","@id":8977628303,"@timestamp":1628007674},"coords":"51.4710985,0.0056596","bedrooms":"1","price":"213000","area":"496"} , +{"type":"Feature","id":"n8977628313","geometry":{"type":"Point","coordinates":[0.0064985,51.4688462]},"properties":{"@type":"node","@id":8977628313,"@timestamp":1628007674},"coords":"51.4688462,0.0064985","bedrooms":"3","price":"168000","area":"460"} , +{"type":"Feature","id":"n8977638518","geometry":{"type":"Point","coordinates":[0.0077323,51.4678992]},"properties":{"@type":"node","@id":8977638518,"@timestamp":1628007674},"coords":"51.4678992,0.0077323","bedrooms":"3","price":"162000","area":"588"} , +{"type":"Feature","id":"n8977638528","geometry":{"type":"Point","coordinates":[0.0052409,51.4688886]},"properties":{"@type":"node","@id":8977638528,"@timestamp":1628007674},"coords":"51.4688886,0.0052409","bedrooms":"3","price":"284000","area":"377"} , +{"type":"Feature","id":"n8977638538","geometry":{"type":"Point","coordinates":[0.0132523,51.4699384]},"properties":{"@type":"node","@id":8977638538,"@timestamp":1628348763},"coords":"51.4699384,0.0132523","bedrooms":"2","price":"186000","area":"434"} , +{"type":"Feature","id":"n8977868490","geometry":{"type":"Point","coordinates":[0.5262722,51.6248623]},"properties":{"@type":"node","@id":8977868490,"@timestamp":1628015397},"coords":"51.6248623,0.5262722","bedrooms":"0","price":"207000","area":"533"} , +{"type":"Feature","id":"n8977952682","geometry":{"type":"Point","coordinates":[0.0152065,51.5494405]},"properties":{"@type":"node","@id":8977952682,"@timestamp":1628016555},"coords":"51.5494405,0.0152065","bedrooms":"2","price":"210000","area":"688"} , +{"type":"Feature","id":"n8977962884","geometry":{"type":"Point","coordinates":[-0.2741984,51.4074211]},"properties":{"@type":"node","@id":8977962884,"@timestamp":1628017349},"coords":"51.4074211,-0.2741984","bedrooms":"4","price":"255000","area":"644"} , +{"type":"Feature","id":"n8977962895","geometry":{"type":"Point","coordinates":[-0.2742927,51.4077365]},"properties":{"@type":"node","@id":8977962895,"@timestamp":1628017349},"coords":"51.4077365,-0.2742927","bedrooms":"4","price":"286000","area":"556"} , +{"type":"Feature","id":"n8977994246","geometry":{"type":"Point","coordinates":[0.0120803,51.5480735]},"properties":{"@type":"node","@id":8977994246,"@timestamp":1628018222},"coords":"51.5480735,0.0120803","bedrooms":"0","price":"161000","area":"690"} , +{"type":"Feature","id":"n8978051801","geometry":{"type":"Point","coordinates":[-0.7066347,51.5239527]},"properties":{"@type":"node","@id":8978051801,"@timestamp":1629121799},"coords":"51.5239527,-0.7066347","bedrooms":"0","price":"250000","area":"499"} , +{"type":"Feature","id":"n8978051815","geometry":{"type":"Point","coordinates":[-0.7090071,51.5238688]},"properties":{"@type":"node","@id":8978051815,"@timestamp":1628019571},"coords":"51.5238688,-0.7090071","bedrooms":"4","price":"292000","area":"419"} , +{"type":"Feature","id":"n8978504314","geometry":{"type":"Point","coordinates":[-0.7806529,51.7498905]},"properties":{"@type":"node","@id":8978504314,"@timestamp":1628032707},"coords":"51.7498905,-0.7806529","bedrooms":"3","price":"219000","area":"546"} , +{"type":"Feature","id":"n8978536120","geometry":{"type":"Point","coordinates":[-0.7832935,51.7551956]},"properties":{"@type":"node","@id":8978536120,"@timestamp":1628032707},"coords":"51.7551956,-0.7832935","bedrooms":"1","price":"223000","area":"605"} , +{"type":"Feature","id":"n8978536130","geometry":{"type":"Point","coordinates":[-0.7720926,51.7625047]},"properties":{"@type":"node","@id":8978536130,"@timestamp":1628032707},"coords":"51.7625047,-0.7720926","bedrooms":"3","price":"298000","area":"563"} , +{"type":"Feature","id":"n8978536140","geometry":{"type":"Point","coordinates":[-0.7752335,51.7420645]},"properties":{"@type":"node","@id":8978536140,"@timestamp":1628032707},"coords":"51.7420645,-0.7752335","bedrooms":"3","price":"293000","area":"526"} , +{"type":"Feature","id":"n8978536150","geometry":{"type":"Point","coordinates":[-0.7723743,51.7269285]},"properties":{"@type":"node","@id":8978536150,"@timestamp":1628032707},"coords":"51.7269285,-0.7723743","bedrooms":"4","price":"162000","area":"597"} , +{"type":"Feature","id":"n8978536160","geometry":{"type":"Point","coordinates":[-0.7597652,51.7343659]},"properties":{"@type":"node","@id":8978536160,"@timestamp":1628032707},"coords":"51.7343659,-0.7597652","bedrooms":"1","price":"204000","area":"484"} , +{"type":"Feature","id":"n8978536170","geometry":{"type":"Point","coordinates":[-0.7456568,51.7388706]},"properties":{"@type":"node","@id":8978536170,"@timestamp":1628032707},"coords":"51.7388706,-0.7456568","bedrooms":"3","price":"190000","area":"551"} , +{"type":"Feature","id":"n8978536180","geometry":{"type":"Point","coordinates":[-0.7446912,51.7479617]},"properties":{"@type":"node","@id":8978536180,"@timestamp":1628032707},"coords":"51.7479617,-0.7446912","bedrooms":"3","price":"195000","area":"615"} , +{"type":"Feature","id":"n8978536190","geometry":{"type":"Point","coordinates":[-0.7586494,51.7634294]},"properties":{"@type":"node","@id":8978536190,"@timestamp":1628032707},"coords":"51.7634294,-0.7586494","bedrooms":"0","price":"288000","area":"403"} , +{"type":"Feature","id":"n8978652776","geometry":{"type":"Point","coordinates":[-0.2284546,51.5000902]},"properties":{"@type":"node","@id":8978652776,"@timestamp":1628046151},"coords":"51.5000902,-0.2284546","bedrooms":"3","price":"254000","area":"533"} , +{"type":"Feature","id":"n8978665907","geometry":{"type":"Point","coordinates":[0.4614214,51.753234]},"properties":{"@type":"node","@id":8978665907,"@timestamp":1628044387},"coords":"51.753234,0.4614214","bedrooms":"4","price":"278000","area":"641"} , +{"type":"Feature","id":"n8978704652","geometry":{"type":"Point","coordinates":[-0.2282467,51.5000207]},"properties":{"@type":"node","@id":8978704652,"@timestamp":1628046151},"coords":"51.5000207,-0.2282467","bedrooms":"0","price":"216000","area":"677"} , +{"type":"Feature","id":"n8978787548","geometry":{"type":"Point","coordinates":[-0.2294836,51.4994135]},"properties":{"@type":"node","@id":8978787548,"@timestamp":1628050183},"coords":"51.4994135,-0.2294836","bedrooms":"4","price":"188000","area":"453"} , +{"type":"Feature","id":"n8978787580","geometry":{"type":"Point","coordinates":[-0.2298518,51.4988984]},"properties":{"@type":"node","@id":8978787580,"@timestamp":1628050183},"coords":"51.4988984,-0.2298518","bedrooms":"0","price":"155000","area":"375"} , +{"type":"Feature","id":"n8978824157","geometry":{"type":"Point","coordinates":[0.6807077,51.7391261]},"properties":{"@type":"node","@id":8978824157,"@timestamp":1628051673},"coords":"51.7391261,0.6807077","bedrooms":"4","price":"239000","area":"396"} , +{"type":"Feature","id":"n8978877463","geometry":{"type":"Point","coordinates":[-0.2288754,51.4986122]},"properties":{"@type":"node","@id":8978877463,"@timestamp":1628053074},"coords":"51.4986122,-0.2288754","bedrooms":"3","price":"190000","area":"463"} , +{"type":"Feature","id":"n8978877501","geometry":{"type":"Point","coordinates":[-0.2295894,51.4987332]},"properties":{"@type":"node","@id":8978877501,"@timestamp":1628053074},"coords":"51.4987332,-0.2295894","bedrooms":"0","price":"239000","area":"374"} , +{"type":"Feature","id":"n8978886647","geometry":{"type":"Point","coordinates":[-0.2298319,51.4982999]},"properties":{"@type":"node","@id":8978886647,"@timestamp":1628053074},"coords":"51.4982999,-0.2298319","bedrooms":"2","price":"278000","area":"515"} , +{"type":"Feature","id":"n8978938530","geometry":{"type":"Point","coordinates":[0.2210244,51.6005917]},"properties":{"@type":"node","@id":8978938530,"@timestamp":1628054291},"coords":"51.6005917,0.2210244","bedrooms":"3","price":"151000","area":"438"} , +{"type":"Feature","id":"n8979106094","geometry":{"type":"Point","coordinates":[0.2988892,51.5996574]},"properties":{"@type":"node","@id":8979106094,"@timestamp":1628059873},"coords":"51.5996574,0.2988892","bedrooms":"0","price":"271000","area":"450"} , +{"type":"Feature","id":"n8979268817","geometry":{"type":"Point","coordinates":[-0.0574961,51.5408566]},"properties":{"@type":"node","@id":8979268817,"@timestamp":1628063377},"coords":"51.5408566,-0.0574961","bedrooms":"4","price":"297000","area":"511"} , +{"type":"Feature","id":"n8979396201","geometry":{"type":"Point","coordinates":[-0.1330613,51.5257976]},"properties":{"@type":"node","@id":8979396201,"@timestamp":1628068383},"coords":"51.5257976,-0.1330613","bedrooms":"4","price":"250000","area":"567"} , +{"type":"Feature","id":"n8979523383","geometry":{"type":"Point","coordinates":[0.7089234,51.5614799]},"properties":{"@type":"node","@id":8979523383,"@timestamp":1628071058},"coords":"51.5614799,0.7089234","bedrooms":"2","price":"180000","area":"508"} , +{"type":"Feature","id":"n8979535018","geometry":{"type":"Point","coordinates":[-0.3074016,51.7661054]},"properties":{"@type":"node","@id":8979535018,"@timestamp":1628070835},"coords":"51.7661054,-0.3074016","bedrooms":"0","price":"213000","area":"445"} , +{"type":"Feature","id":"n8979626844","geometry":{"type":"Point","coordinates":[-0.0506787,51.5083167]},"properties":{"@type":"node","@id":8979626844,"@timestamp":1628073192},"coords":"51.5083167,-0.0506787","bedrooms":"1","price":"182000","area":"540"} , +{"type":"Feature","id":"n8979797955","geometry":{"type":"Point","coordinates":[-0.4759425,51.54429]},"properties":{"@type":"node","@id":8979797955,"@timestamp":1628077799},"coords":"51.54429,-0.4759425","bedrooms":"4","price":"244000","area":"356"} , +{"type":"Feature","id":"n8979905116","geometry":{"type":"Point","coordinates":[-0.3000669,51.7622212]},"properties":{"@type":"node","@id":8979905116,"@timestamp":1628082239},"coords":"51.7622212,-0.3000669","bedrooms":"0","price":"262000","area":"561"} , +{"type":"Feature","id":"n8979948624","geometry":{"type":"Point","coordinates":[0.3814691,51.4548426]},"properties":{"@type":"node","@id":8979948624,"@timestamp":1628081952},"coords":"51.4548426,0.3814691","bedrooms":"0","price":"246000","area":"410"} , +{"type":"Feature","id":"n8979956842","geometry":{"type":"Point","coordinates":[-0.3014849,51.7700388]},"properties":{"@type":"node","@id":8979956842,"@timestamp":1628082239},"coords":"51.7700388,-0.3014849","bedrooms":"0","price":"203000","area":"445"} , +{"type":"Feature","id":"n8979982125","geometry":{"type":"Point","coordinates":[-0.0546862,51.5090801]},"properties":{"@type":"node","@id":8979982125,"@timestamp":1628083604},"coords":"51.5090801,-0.0546862","bedrooms":"1","price":"175000","area":"681"} , +{"type":"Feature","id":"n8979982135","geometry":{"type":"Point","coordinates":[-0.0522846,51.5089689]},"properties":{"@type":"node","@id":8979982135,"@timestamp":1628083604},"coords":"51.5089689,-0.0522846","bedrooms":"1","price":"293000","area":"452"} , +{"type":"Feature","id":"n8979982145","geometry":{"type":"Point","coordinates":[-0.0508983,51.5082365]},"properties":{"@type":"node","@id":8979982145,"@timestamp":1628083604},"coords":"51.5082365,-0.0508983","bedrooms":"4","price":"273000","area":"553"} , +{"type":"Feature","id":"n8980011022","geometry":{"type":"Point","coordinates":[0.8186986,51.6161674]},"properties":{"@type":"node","@id":8980011022,"@timestamp":1628083825},"coords":"51.6161674,0.8186986","bedrooms":"2","price":"182000","area":"573"} , +{"type":"Feature","id":"n8980069831","geometry":{"type":"Point","coordinates":[-1.0836676,51.2655183]},"properties":{"@type":"node","@id":8980069831,"@timestamp":1628085643},"coords":"51.2655183,-1.0836676","bedrooms":"3","price":"181000","area":"644"} , +{"type":"Feature","id":"n8980112877","geometry":{"type":"Point","coordinates":[-0.1734001,51.7000114]},"properties":{"@type":"node","@id":8980112877,"@timestamp":1628087288},"coords":"51.7000114,-0.1734001","bedrooms":"2","price":"277000","area":"590"} , +{"type":"Feature","id":"n8980281207","geometry":{"type":"Point","coordinates":[0.392627,51.4531306]},"properties":{"@type":"node","@id":8980281207,"@timestamp":1628092944},"coords":"51.4531306,0.392627","bedrooms":"3","price":"175000","area":"677"} , +{"type":"Feature","id":"n8980429605","geometry":{"type":"Point","coordinates":[-0.107497,51.5258776]},"properties":{"@type":"node","@id":8980429605,"@timestamp":1628095264},"coords":"51.5258776,-0.107497","bedrooms":"3","price":"264000","area":"425"} , +{"type":"Feature","id":"n8980596810","geometry":{"type":"Point","coordinates":[0.4309825,51.4606607]},"properties":{"@type":"node","@id":8980596810,"@timestamp":1628097611},"coords":"51.4606607,0.4309825","bedrooms":"4","price":"174000","area":"614"} , +{"type":"Feature","id":"n8980602916","geometry":{"type":"Point","coordinates":[0.624712,51.2626559]},"properties":{"@type":"node","@id":8980602916,"@timestamp":1628096762},"coords":"51.2626559,0.624712","bedrooms":"2","price":"218000","area":"460"} , +{"type":"Feature","id":"n8980655903","geometry":{"type":"Point","coordinates":[0.6393233,51.3258585]},"properties":{"@type":"node","@id":8980655903,"@timestamp":1628097591},"coords":"51.3258585,0.6393233","bedrooms":"2","price":"253000","area":"481"} , +{"type":"Feature","id":"n8980680213","geometry":{"type":"Point","coordinates":[-0.0112726,51.5307038]},"properties":{"@type":"node","@id":8980680213,"@timestamp":1629116686},"coords":"51.5307038,-0.0112726","bedrooms":"3","price":"246000","area":"459"} , +{"type":"Feature","id":"n8980772915","geometry":{"type":"Point","coordinates":[-0.0106472,51.532705]},"properties":{"@type":"node","@id":8980772915,"@timestamp":1628102354},"coords":"51.532705,-0.0106472","bedrooms":"1","price":"261000","area":"450"} , +{"type":"Feature","id":"n8980958575","geometry":{"type":"Point","coordinates":[-0.4655275,51.4810269]},"properties":{"@type":"node","@id":8980958575,"@timestamp":1628108289},"coords":"51.4810269,-0.4655275","bedrooms":"0","price":"238000","area":"675"} , +{"type":"Feature","id":"n8980989361","geometry":{"type":"Point","coordinates":[-0.2733272,51.3976908]},"properties":{"@type":"node","@id":8980989361,"@timestamp":1630170708},"coords":"51.3976908,-0.2733272","bedrooms":"2","price":"167000","area":"408"} , +{"type":"Feature","id":"n8981318707","geometry":{"type":"Point","coordinates":[0.6513543,51.3207763]},"properties":{"@type":"node","@id":8981318707,"@timestamp":1628114503},"coords":"51.3207763,0.6513543","bedrooms":"2","price":"167000","area":"513"} , +{"type":"Feature","id":"n8981414038","geometry":{"type":"Point","coordinates":[-1.0249721,51.4441625]},"properties":{"@type":"node","@id":8981414038,"@timestamp":1628115057},"coords":"51.4441625,-1.0249721","bedrooms":"0","price":"237000","area":"632"} , +{"type":"Feature","id":"n8981506580","geometry":{"type":"Point","coordinates":[-0.0942286,51.3744664]},"properties":{"@type":"node","@id":8981506580,"@timestamp":1628121747},"coords":"51.3744664,-0.0942286","bedrooms":"0","price":"211000","area":"511"} , +{"type":"Feature","id":"n8981524031","geometry":{"type":"Point","coordinates":[-0.0953527,51.3788841]},"properties":{"@type":"node","@id":8981524031,"@timestamp":1628121747},"coords":"51.3788841,-0.0953527","bedrooms":"0","price":"157000","area":"583"} , +{"type":"Feature","id":"n8981616222","geometry":{"type":"Point","coordinates":[-0.4079957,51.4488536]},"properties":{"@type":"node","@id":8981616222,"@timestamp":1628128630},"coords":"51.4488536,-0.4079957","bedrooms":"1","price":"154000","area":"691"} , +{"type":"Feature","id":"n8981640764","geometry":{"type":"Point","coordinates":[-0.229011,51.4981123]},"properties":{"@type":"node","@id":8981640764,"@timestamp":1628132567},"coords":"51.4981123,-0.229011","bedrooms":"2","price":"211000","area":"558"} , +{"type":"Feature","id":"n8981640796","geometry":{"type":"Point","coordinates":[-0.229815,51.497961]},"properties":{"@type":"node","@id":8981640796,"@timestamp":1628132567},"coords":"51.497961,-0.229815","bedrooms":"4","price":"194000","area":"674"} , +{"type":"Feature","id":"n8981650233","geometry":{"type":"Point","coordinates":[-0.4096073,51.4466234]},"properties":{"@type":"node","@id":8981650233,"@timestamp":1628132157},"coords":"51.4466234,-0.4096073","bedrooms":"0","price":"263000","area":"603"} , +{"type":"Feature","id":"n8981657468","geometry":{"type":"Point","coordinates":[-0.2287156,51.4981986]},"properties":{"@type":"node","@id":8981657468,"@timestamp":1628132567},"coords":"51.4981986,-0.2287156","bedrooms":"0","price":"174000","area":"519"} , +{"type":"Feature","id":"n8981747369","geometry":{"type":"Point","coordinates":[-0.2284521,51.4976005]},"properties":{"@type":"node","@id":8981747369,"@timestamp":1628136003},"coords":"51.4976005,-0.2284521","bedrooms":"4","price":"257000","area":"603"} , +{"type":"Feature","id":"n8981747387","geometry":{"type":"Point","coordinates":[-0.2291569,51.4974739]},"properties":{"@type":"node","@id":8981747387,"@timestamp":1628136003},"coords":"51.4974739,-0.2291569","bedrooms":"1","price":"269000","area":"495"} , +{"type":"Feature","id":"n8981754017","geometry":{"type":"Point","coordinates":[-0.2294361,51.4971261]},"properties":{"@type":"node","@id":8981754017,"@timestamp":1628136003},"coords":"51.4971261,-0.2294361","bedrooms":"1","price":"291000","area":"641"} , +{"type":"Feature","id":"n8981754061","geometry":{"type":"Point","coordinates":[-0.228694,51.4971607]},"properties":{"@type":"node","@id":8981754061,"@timestamp":1628136003},"coords":"51.4971607,-0.228694","bedrooms":"3","price":"176000","area":"457"} , +{"type":"Feature","id":"n8981871422","geometry":{"type":"Point","coordinates":[0.7130601,51.5825326]},"properties":{"@type":"node","@id":8981871422,"@timestamp":1628139809},"coords":"51.5825326,0.7130601","bedrooms":"3","price":"232000","area":"651"} , +{"type":"Feature","id":"n8981892779","geometry":{"type":"Point","coordinates":[-0.2283804,51.4982873]},"properties":{"@type":"node","@id":8981892779,"@timestamp":1628140960},"coords":"51.4982873,-0.2283804","bedrooms":"0","price":"189000","area":"357"} , +{"type":"Feature","id":"n8981892813","geometry":{"type":"Point","coordinates":[-0.2286489,51.4990867]},"properties":{"@type":"node","@id":8981892813,"@timestamp":1628140960},"coords":"51.4990867,-0.2286489","bedrooms":"1","price":"205000","area":"597"} , +{"type":"Feature","id":"n8981900721","geometry":{"type":"Point","coordinates":[-0.228476,51.4986662]},"properties":{"@type":"node","@id":8981900721,"@timestamp":1628140960},"coords":"51.4986662,-0.228476","bedrooms":"0","price":"294000","area":"448"} , +{"type":"Feature","id":"n8981900773","geometry":{"type":"Point","coordinates":[-0.2282275,51.4995611]},"properties":{"@type":"node","@id":8981900773,"@timestamp":1628140960},"coords":"51.4995611,-0.2282275","bedrooms":"2","price":"221000","area":"545"} , +{"type":"Feature","id":"n8981900783","geometry":{"type":"Point","coordinates":[-0.2280419,51.4990315]},"properties":{"@type":"node","@id":8981900783,"@timestamp":1628140960},"coords":"51.4990315,-0.2280419","bedrooms":"1","price":"263000","area":"509"} , +{"type":"Feature","id":"n8981900793","geometry":{"type":"Point","coordinates":[-0.2278548,51.498498]},"properties":{"@type":"node","@id":8981900793,"@timestamp":1628140960},"coords":"51.498498,-0.2278548","bedrooms":"0","price":"227000","area":"484"} , +{"type":"Feature","id":"n8981955275","geometry":{"type":"Point","coordinates":[-0.2280715,51.4976532]},"properties":{"@type":"node","@id":8981955275,"@timestamp":1628142288},"coords":"51.4976532,-0.2280715","bedrooms":"4","price":"298000","area":"446"} , +{"type":"Feature","id":"n8982203661","geometry":{"type":"Point","coordinates":[0.3184733,51.5805708]},"properties":{"@type":"node","@id":8982203661,"@timestamp":1628143561},"coords":"51.5805708,0.3184733","bedrooms":"1","price":"252000","area":"689"} , +{"type":"Feature","id":"n8982459421","geometry":{"type":"Point","coordinates":[0.5226965,51.5957314]},"properties":{"@type":"node","@id":8982459421,"@timestamp":1628146884},"coords":"51.5957314,0.5226965","bedrooms":"0","price":"178000","area":"615"} , +{"type":"Feature","id":"n8982671328","geometry":{"type":"Point","coordinates":[-0.6260314,50.9455217]},"properties":{"@type":"node","@id":8982671328,"@timestamp":1628150433},"coords":"50.9455217,-0.6260314","bedrooms":"2","price":"236000","area":"524"} , +{"type":"Feature","id":"n8982805227","geometry":{"type":"Point","coordinates":[0.4136337,51.5441652]},"properties":{"@type":"node","@id":8982805227,"@timestamp":1628153918},"coords":"51.5441652,0.4136337","bedrooms":"0","price":"298000","area":"542"} , +{"type":"Feature","id":"n8982883216","geometry":{"type":"Point","coordinates":[-0.126088,51.5182036]},"properties":{"@type":"node","@id":8982883216,"@timestamp":1628155899},"coords":"51.5182036,-0.126088","bedrooms":"4","price":"150000","area":"448"} , +{"type":"Feature","id":"n8982919126","geometry":{"type":"Point","coordinates":[0.2999768,51.5095433]},"properties":{"@type":"node","@id":8982919126,"@timestamp":1628156399},"coords":"51.5095433,0.2999768","bedrooms":"4","price":"152000","area":"510"} , +{"type":"Feature","id":"n8982922963","geometry":{"type":"Point","coordinates":[0.6193,51.7010627]},"properties":{"@type":"node","@id":8982922963,"@timestamp":1628156412},"coords":"51.7010627,0.6193","bedrooms":"2","price":"281000","area":"439"} , +{"type":"Feature","id":"n8982978775","geometry":{"type":"Point","coordinates":[-0.3715363,51.1266107]},"properties":{"@type":"node","@id":8982978775,"@timestamp":1628158370},"coords":"51.1266107,-0.3715363","bedrooms":"2","price":"200000","area":"677"} , +{"type":"Feature","id":"n8983015137","geometry":{"type":"Point","coordinates":[0.4606217,51.594378]},"properties":{"@type":"node","@id":8983015137,"@timestamp":1628159294},"coords":"51.594378,0.4606217","bedrooms":"2","price":"278000","area":"541"} , +{"type":"Feature","id":"n8983083230","geometry":{"type":"Point","coordinates":[0.5171588,51.5157171]},"properties":{"@type":"node","@id":8983083230,"@timestamp":1628161052},"coords":"51.5157171,0.5171588","bedrooms":"4","price":"252000","area":"581"} , +{"type":"Feature","id":"n8983093732","geometry":{"type":"Point","coordinates":[0.6255008,51.6939636]},"properties":{"@type":"node","@id":8983093732,"@timestamp":1628161779},"coords":"51.6939636,0.6255008","bedrooms":"4","price":"172000","area":"451"} , +{"type":"Feature","id":"n8983153258","geometry":{"type":"Point","coordinates":[-0.3022916,51.7613328]},"properties":{"@type":"node","@id":8983153258,"@timestamp":1628162296},"coords":"51.7613328,-0.3022916","bedrooms":"4","price":"271000","area":"360"} , +{"type":"Feature","id":"n8983153302","geometry":{"type":"Point","coordinates":[-0.2954896,51.7659412]},"properties":{"@type":"node","@id":8983153302,"@timestamp":1628162296},"coords":"51.7659412,-0.2954896","bedrooms":"0","price":"245000","area":"396"} , +{"type":"Feature","id":"n8983212105","geometry":{"type":"Point","coordinates":[-0.0450786,51.5101685]},"properties":{"@type":"node","@id":8983212105,"@timestamp":1628163950},"coords":"51.5101685,-0.0450786","bedrooms":"0","price":"165000","area":"532"} , +{"type":"Feature","id":"n8983223243","geometry":{"type":"Point","coordinates":[-0.0423743,51.5104518]},"properties":{"@type":"node","@id":8983223243,"@timestamp":1628163950},"coords":"51.5104518,-0.0423743","bedrooms":"2","price":"268000","area":"560"} , +{"type":"Feature","id":"n8983325474","geometry":{"type":"Point","coordinates":[0.0111986,51.545592]},"properties":{"@type":"node","@id":8983325474,"@timestamp":1628168436},"coords":"51.545592,0.0111986","bedrooms":"2","price":"163000","area":"494"} , +{"type":"Feature","id":"n8983373030","geometry":{"type":"Point","coordinates":[-0.1822442,51.7094673]},"properties":{"@type":"node","@id":8983373030,"@timestamp":1628167877},"coords":"51.7094673,-0.1822442","bedrooms":"4","price":"212000","area":"668"} , +{"type":"Feature","id":"n8983388581","geometry":{"type":"Point","coordinates":[0.6259337,51.2793596]},"properties":{"@type":"node","@id":8983388581,"@timestamp":1628169180},"coords":"51.2793596,0.6259337","bedrooms":"4","price":"283000","area":"468"} , +{"type":"Feature","id":"n8983480657","geometry":{"type":"Point","coordinates":[0.0123288,51.5468596]},"properties":{"@type":"node","@id":8983480657,"@timestamp":1628171440},"coords":"51.5468596,0.0123288","bedrooms":"3","price":"204000","area":"380"} , +{"type":"Feature","id":"n8983574715","geometry":{"type":"Point","coordinates":[-0.2982601,51.7747566]},"properties":{"@type":"node","@id":8983574715,"@timestamp":1628174351},"coords":"51.7747566,-0.2982601","bedrooms":"2","price":"207000","area":"498"} , +{"type":"Feature","id":"n8983669500","geometry":{"type":"Point","coordinates":[-0.3011069,51.0904483]},"properties":{"@type":"node","@id":8983669500,"@timestamp":1628176717},"coords":"51.0904483,-0.3011069","bedrooms":"0","price":"282000","area":"401"} , +{"type":"Feature","id":"n8983701950","geometry":{"type":"Point","coordinates":[0.013443,51.5465048]},"properties":{"@type":"node","@id":8983701950,"@timestamp":1628177785},"coords":"51.5465048,0.013443","bedrooms":"3","price":"215000","area":"466"} , +{"type":"Feature","id":"n8983701960","geometry":{"type":"Point","coordinates":[0.0138553,51.546721]},"properties":{"@type":"node","@id":8983701960,"@timestamp":1628177785},"coords":"51.546721,0.0138553","bedrooms":"3","price":"177000","area":"512"} , +{"type":"Feature","id":"n8983754089","geometry":{"type":"Point","coordinates":[-0.6199473,51.7186353]},"properties":{"@type":"node","@id":8983754089,"@timestamp":1628179676},"coords":"51.7186353,-0.6199473","bedrooms":"3","price":"267000","area":"633"} , +{"type":"Feature","id":"n8983802532","geometry":{"type":"Point","coordinates":[-0.0540842,51.5096761]},"properties":{"@type":"node","@id":8983802532,"@timestamp":1628181242},"coords":"51.5096761,-0.0540842","bedrooms":"0","price":"233000","area":"396"} , +{"type":"Feature","id":"n8983830000","geometry":{"type":"Point","coordinates":[-0.1909872,51.7045866]},"properties":{"@type":"node","@id":8983830000,"@timestamp":1628182660},"coords":"51.7045866,-0.1909872","bedrooms":"0","price":"267000","area":"665"} , +{"type":"Feature","id":"n8983847496","geometry":{"type":"Point","coordinates":[0.5931055,50.9759634]},"properties":{"@type":"node","@id":8983847496,"@timestamp":1628183173},"coords":"50.9759634,0.5931055","bedrooms":"0","price":"263000","area":"630"} , +{"type":"Feature","id":"n8983906991","geometry":{"type":"Point","coordinates":[-0.1080483,51.7936983]},"properties":{"@type":"node","@id":8983906991,"@timestamp":1628186257},"coords":"51.7936983,-0.1080483","bedrooms":"2","price":"163000","area":"407"} , +{"type":"Feature","id":"n8983914311","geometry":{"type":"Point","coordinates":[0.4335255,51.4652983]},"properties":{"@type":"node","@id":8983914311,"@timestamp":1628185644},"coords":"51.4652983,0.4335255","bedrooms":"0","price":"218000","area":"585"} , +{"type":"Feature","id":"n8983938793","geometry":{"type":"Point","coordinates":[-0.0048487,51.5355369]},"properties":{"@type":"node","@id":8983938793,"@timestamp":1628187552},"coords":"51.5355369,-0.0048487","bedrooms":"2","price":"286000","area":"443"} , +{"type":"Feature","id":"n8983960412","geometry":{"type":"Point","coordinates":[0.0814999,51.5625402]},"properties":{"@type":"node","@id":8983960412,"@timestamp":1628187122},"coords":"51.5625402,0.0814999","bedrooms":"3","price":"187000","area":"409"} , +{"type":"Feature","id":"n8983990958","geometry":{"type":"Point","coordinates":[0.1093495,51.4449011]},"properties":{"@type":"node","@id":8983990958,"@timestamp":1628187319},"coords":"51.4449011,0.1093495","bedrooms":"3","price":"181000","area":"546"} , +{"type":"Feature","id":"n8984020149","geometry":{"type":"Point","coordinates":[0.3788402,51.4522424]},"properties":{"@type":"node","@id":8984020149,"@timestamp":1628188290},"coords":"51.4522424,0.3788402","bedrooms":"1","price":"227000","area":"586"} , +{"type":"Feature","id":"n8984107048","geometry":{"type":"Point","coordinates":[0.4618365,51.5766588]},"properties":{"@type":"node","@id":8984107048,"@timestamp":1628191727},"coords":"51.5766588,0.4618365","bedrooms":"3","price":"294000","area":"630"} , +{"type":"Feature","id":"n8984107059","geometry":{"type":"Point","coordinates":[0.4677694,51.5718056]},"properties":{"@type":"node","@id":8984107059,"@timestamp":1628191727},"coords":"51.5718056,0.4677694","bedrooms":"2","price":"181000","area":"585"} , +{"type":"Feature","id":"n8984120755","geometry":{"type":"Point","coordinates":[0.1666805,51.5711617]},"properties":{"@type":"node","@id":8984120755,"@timestamp":1628194061},"coords":"51.5711617,0.1666805","bedrooms":"4","price":"246000","area":"610"} , +{"type":"Feature","id":"n8984209067","geometry":{"type":"Point","coordinates":[-0.1163758,51.5024551]},"properties":{"@type":"node","@id":8984209067,"@timestamp":1628195636},"coords":"51.5024551,-0.1163758","bedrooms":"2","price":"212000","area":"379"} , +{"type":"Feature","id":"n8984242012","geometry":{"type":"Point","coordinates":[0.0126132,51.5460247]},"properties":{"@type":"node","@id":8984242012,"@timestamp":1628197136},"coords":"51.5460247,0.0126132","bedrooms":"3","price":"263000","area":"518"} , +{"type":"Feature","id":"n8984283754","geometry":{"type":"Point","coordinates":[-0.3154777,51.7736494]},"properties":{"@type":"node","@id":8984283754,"@timestamp":1629037454},"coords":"51.7736494,-0.3154777","bedrooms":"2","price":"299000","area":"575"} , +{"type":"Feature","id":"n8984283793","geometry":{"type":"Point","coordinates":[-0.3054431,51.7790208]},"properties":{"@type":"node","@id":8984283793,"@timestamp":1629037454},"coords":"51.7790208,-0.3054431","bedrooms":"0","price":"280000","area":"356"} , +{"type":"Feature","id":"n8984283804","geometry":{"type":"Point","coordinates":[-0.3030075,51.7824867]},"properties":{"@type":"node","@id":8984283804,"@timestamp":1628199261},"coords":"51.7824867,-0.3030075","bedrooms":"1","price":"221000","area":"523"} , +{"type":"Feature","id":"n8984290812","geometry":{"type":"Point","coordinates":[-0.4921875,51.1723739]},"properties":{"@type":"node","@id":8984290812,"@timestamp":1628199122},"coords":"51.1723739,-0.4921875","bedrooms":"1","price":"261000","area":"570"} , +{"type":"Feature","id":"n8984309508","geometry":{"type":"Point","coordinates":[-0.2917303,51.7938445]},"properties":{"@type":"node","@id":8984309508,"@timestamp":1628200290},"coords":"51.7938445,-0.2917303","bedrooms":"2","price":"263000","area":"354"} , +{"type":"Feature","id":"n8984376245","geometry":{"type":"Point","coordinates":[-0.1904596,51.4015305]},"properties":{"@type":"node","@id":8984376245,"@timestamp":1628205759},"coords":"51.4015305,-0.1904596","bedrooms":"1","price":"274000","area":"437"} , +{"type":"Feature","id":"n8984404963","geometry":{"type":"Point","coordinates":[-0.0159201,51.6678929]},"properties":{"@type":"node","@id":8984404963,"@timestamp":1628205827},"coords":"51.6678929,-0.0159201","bedrooms":"1","price":"191000","area":"659"} , +{"type":"Feature","id":"n8984404973","geometry":{"type":"Point","coordinates":[-0.0167851,51.6676217]},"properties":{"@type":"node","@id":8984404973,"@timestamp":1628205827},"coords":"51.6676217,-0.0167851","bedrooms":"3","price":"234000","area":"523"} , +{"type":"Feature","id":"n8984412448","geometry":{"type":"Point","coordinates":[-0.204575,51.6938285]},"properties":{"@type":"node","@id":8984412448,"@timestamp":1628206736},"coords":"51.6938285,-0.204575","bedrooms":"2","price":"162000","area":"533"} , +{"type":"Feature","id":"n8984412500","geometry":{"type":"Point","coordinates":[-0.2045346,51.6941341]},"properties":{"@type":"node","@id":8984412500,"@timestamp":1628206736},"coords":"51.6941341,-0.2045346","bedrooms":"1","price":"267000","area":"696"} , +{"type":"Feature","id":"n8984421808","geometry":{"type":"Point","coordinates":[-0.7687184,51.5714801]},"properties":{"@type":"node","@id":8984421808,"@timestamp":1628207616},"coords":"51.5714801,-0.7687184","bedrooms":"2","price":"279000","area":"395"} , +{"type":"Feature","id":"n8984644549","geometry":{"type":"Point","coordinates":[-0.2276068,51.4978513]},"properties":{"@type":"node","@id":8984644549,"@timestamp":1628223013},"coords":"51.4978513,-0.2276068","bedrooms":"0","price":"277000","area":"585"} , +{"type":"Feature","id":"n8984857341","geometry":{"type":"Point","coordinates":[0.1745174,51.5272736]},"properties":{"@type":"node","@id":8984857341,"@timestamp":1628230455},"coords":"51.5272736,0.1745174","bedrooms":"0","price":"166000","area":"590"} , +{"type":"Feature","id":"n8984977489","geometry":{"type":"Point","coordinates":[0.3738016,51.6811242]},"properties":{"@type":"node","@id":8984977489,"@timestamp":1628234576},"coords":"51.6811242,0.3738016","bedrooms":"1","price":"243000","area":"654"} , +{"type":"Feature","id":"n8985189466","geometry":{"type":"Point","coordinates":[0.6984935,51.2432495]},"properties":{"@type":"node","@id":8985189466,"@timestamp":1628238926},"coords":"51.2432495,0.6984935","bedrooms":"3","price":"240000","area":"574"} , +{"type":"Feature","id":"n8985210485","geometry":{"type":"Point","coordinates":[0.7087885,51.6108977]},"properties":{"@type":"node","@id":8985210485,"@timestamp":1628239380},"coords":"51.6108977,0.7087885","bedrooms":"4","price":"213000","area":"624"} , +{"type":"Feature","id":"n8985294661","geometry":{"type":"Point","coordinates":[0.3891121,51.5705479]},"properties":{"@type":"node","@id":8985294661,"@timestamp":1628241198},"coords":"51.5705479,0.3891121","bedrooms":"4","price":"234000","area":"404"} , +{"type":"Feature","id":"n8985359769","geometry":{"type":"Point","coordinates":[0.7839933,51.6814184]},"properties":{"@type":"node","@id":8985359769,"@timestamp":1628242968},"coords":"51.6814184,0.7839933","bedrooms":"0","price":"228000","area":"408"} , +{"type":"Feature","id":"n8985396490","geometry":{"type":"Point","coordinates":[0.3819011,51.5109046]},"properties":{"@type":"node","@id":8985396490,"@timestamp":1628244013},"coords":"51.5109046,0.3819011","bedrooms":"3","price":"287000","area":"533"} , +{"type":"Feature","id":"n8985477523","geometry":{"type":"Point","coordinates":[-0.0910747,51.5305568]},"properties":{"@type":"node","@id":8985477523,"@timestamp":1628245968},"coords":"51.5305568,-0.0910747","bedrooms":"4","price":"244000","area":"604"} , +{"type":"Feature","id":"n8985501447","geometry":{"type":"Point","coordinates":[-0.275852,51.7835542]},"properties":{"@type":"node","@id":8985501447,"@timestamp":1628246654},"coords":"51.7835542,-0.275852","bedrooms":"2","price":"258000","area":"594"} , +{"type":"Feature","id":"n8985501555","geometry":{"type":"Point","coordinates":[-0.277307,51.7902806]},"properties":{"@type":"node","@id":8985501555,"@timestamp":1628246654},"coords":"51.7902806,-0.277307","bedrooms":"2","price":"193000","area":"368"} , +{"type":"Feature","id":"n8985544185","geometry":{"type":"Point","coordinates":[0.6909275,51.5378505]},"properties":{"@type":"node","@id":8985544185,"@timestamp":1628248018},"coords":"51.5378505,0.6909275","bedrooms":"2","price":"208000","area":"389"} , +{"type":"Feature","id":"n8985661210","geometry":{"type":"Point","coordinates":[-0.2085255,51.6987798]},"properties":{"@type":"node","@id":8985661210,"@timestamp":1628250931},"coords":"51.6987798,-0.2085255","bedrooms":"4","price":"195000","area":"482"} , +{"type":"Feature","id":"n8985679655","geometry":{"type":"Point","coordinates":[0.2751459,51.6481938]},"properties":{"@type":"node","@id":8985679655,"@timestamp":1628252458},"coords":"51.6481938,0.2751459","bedrooms":"0","price":"203000","area":"500"} , +{"type":"Feature","id":"n8985733262","geometry":{"type":"Point","coordinates":[0.6337137,51.5764009]},"properties":{"@type":"node","@id":8985733262,"@timestamp":1628253521},"coords":"51.5764009,0.6337137","bedrooms":"0","price":"223000","area":"598"} , +{"type":"Feature","id":"n8985763396","geometry":{"type":"Point","coordinates":[0.3002886,51.553805]},"properties":{"@type":"node","@id":8985763396,"@timestamp":1628254710},"coords":"51.553805,0.3002886","bedrooms":"0","price":"266000","area":"404"} , +{"type":"Feature","id":"n8985956385","geometry":{"type":"Point","coordinates":[-0.0585763,51.5095645]},"properties":{"@type":"node","@id":8985956385,"@timestamp":1628260483},"coords":"51.5095645,-0.0585763","bedrooms":"2","price":"230000","area":"498"} , +{"type":"Feature","id":"n8986049711","geometry":{"type":"Point","coordinates":[-0.3224128,51.8048119]},"properties":{"@type":"node","@id":8986049711,"@timestamp":1628262724},"coords":"51.8048119,-0.3224128","bedrooms":"4","price":"282000","area":"489"} , +{"type":"Feature","id":"n8986049728","geometry":{"type":"Point","coordinates":[-0.3231824,51.8103228]},"properties":{"@type":"node","@id":8986049728,"@timestamp":1628262724},"coords":"51.8103228,-0.3231824","bedrooms":"4","price":"177000","area":"622"} , +{"type":"Feature","id":"n8986049754","geometry":{"type":"Point","coordinates":[-0.3344066,51.8067215]},"properties":{"@type":"node","@id":8986049754,"@timestamp":1628262724},"coords":"51.8067215,-0.3344066","bedrooms":"2","price":"265000","area":"439"} , +{"type":"Feature","id":"n8986131902","geometry":{"type":"Point","coordinates":[-0.3381497,51.8044216]},"properties":{"@type":"node","@id":8986131902,"@timestamp":1628264679},"coords":"51.8044216,-0.3381497","bedrooms":"2","price":"166000","area":"408"} , +{"type":"Feature","id":"n8986317904","geometry":{"type":"Point","coordinates":[-0.3758506,51.6071605]},"properties":{"@type":"node","@id":8986317904,"@timestamp":1628268823},"coords":"51.6071605,-0.3758506","bedrooms":"4","price":"201000","area":"699"} , +{"type":"Feature","id":"n8986413725","geometry":{"type":"Point","coordinates":[-0.2016742,51.6932437]},"properties":{"@type":"node","@id":8986413725,"@timestamp":1628272078},"coords":"51.6932437,-0.2016742","bedrooms":"1","price":"201000","area":"458"} , +{"type":"Feature","id":"n8986568212","geometry":{"type":"Point","coordinates":[-0.982526,51.8120265]},"properties":{"@type":"node","@id":8986568212,"@timestamp":1628278735},"coords":"51.8120265,-0.982526","bedrooms":"4","price":"205000","area":"625"} , +{"type":"Feature","id":"n8986636709","geometry":{"type":"Point","coordinates":[0.6988844,51.227606]},"properties":{"@type":"node","@id":8986636709,"@timestamp":1628284201},"coords":"51.227606,0.6988844","bedrooms":"0","price":"210000","area":"681"} , +{"type":"Feature","id":"n8986643625","geometry":{"type":"Point","coordinates":[-0.1900186,51.6966518]},"properties":{"@type":"node","@id":8986643625,"@timestamp":1632973028},"coords":"51.6966518,-0.1900186","bedrooms":"4","price":"201000","area":"662"} , +{"type":"Feature","id":"n8986643677","geometry":{"type":"Point","coordinates":[-0.1893392,51.697805]},"properties":{"@type":"node","@id":8986643677,"@timestamp":1632973131},"coords":"51.697805,-0.1893392","bedrooms":"1","price":"164000","area":"417"} , +{"type":"Feature","id":"n8986659694","geometry":{"type":"Point","coordinates":[-0.1860138,51.4330229]},"properties":{"@type":"node","@id":8986659694,"@timestamp":1628282495},"coords":"51.4330229,-0.1860138","bedrooms":"3","price":"289000","area":"565"} , +{"type":"Feature","id":"n8986659704","geometry":{"type":"Point","coordinates":[-0.1864738,51.4324489]},"properties":{"@type":"node","@id":8986659704,"@timestamp":1628282495},"coords":"51.4324489,-0.1864738","bedrooms":"2","price":"172000","area":"350"} , +{"type":"Feature","id":"n8986659714","geometry":{"type":"Point","coordinates":[-0.1863166,51.4324439]},"properties":{"@type":"node","@id":8986659714,"@timestamp":1628282495},"coords":"51.4324439,-0.1863166","bedrooms":"0","price":"276000","area":"617"} , +{"type":"Feature","id":"n8986660753","geometry":{"type":"Point","coordinates":[-0.1888337,51.6989174]},"properties":{"@type":"node","@id":8986660753,"@timestamp":1628282100},"coords":"51.6989174,-0.1888337","bedrooms":"1","price":"222000","area":"442"} , +{"type":"Feature","id":"n8986707422","geometry":{"type":"Point","coordinates":[0.681029,51.2241206]},"properties":{"@type":"node","@id":8986707422,"@timestamp":1628284201},"coords":"51.2241206,0.681029","bedrooms":"1","price":"296000","area":"541"} , +{"type":"Feature","id":"n8986774371","geometry":{"type":"Point","coordinates":[-0.0211102,51.5401359]},"properties":{"@type":"node","@id":8986774371,"@timestamp":1628289119},"coords":"51.5401359,-0.0211102","bedrooms":"3","price":"274000","area":"454"} , +{"type":"Feature","id":"n8986898273","geometry":{"type":"Point","coordinates":[-0.0818511,51.5362824]},"properties":{"@type":"node","@id":8986898273,"@timestamp":1633696452},"coords":"51.5362824,-0.0818511","bedrooms":"4","price":"215000","area":"645"} , +{"type":"Feature","id":"n8986903691","geometry":{"type":"Point","coordinates":[0.0205338,51.4767953]},"properties":{"@type":"node","@id":8986903691,"@timestamp":1628300494},"coords":"51.4767953,0.0205338","bedrooms":"4","price":"247000","area":"374"} , +{"type":"Feature","id":"n8986930373","geometry":{"type":"Point","coordinates":[0.0178854,51.4778084]},"properties":{"@type":"node","@id":8986930373,"@timestamp":1628300494},"coords":"51.4778084,0.0178854","bedrooms":"1","price":"289000","area":"641"} , +{"type":"Feature","id":"n8986990862","geometry":{"type":"Point","coordinates":[-0.2299893,51.4969145]},"properties":{"@type":"node","@id":8986990862,"@timestamp":1628307369},"coords":"51.4969145,-0.2299893","bedrooms":"2","price":"256000","area":"613"} , +{"type":"Feature","id":"n8986990872","geometry":{"type":"Point","coordinates":[-0.2307122,51.4969084]},"properties":{"@type":"node","@id":8986990872,"@timestamp":1628307369},"coords":"51.4969084,-0.2307122","bedrooms":"0","price":"283000","area":"552"} , +{"type":"Feature","id":"n8986990882","geometry":{"type":"Point","coordinates":[-0.2314113,51.4969533]},"properties":{"@type":"node","@id":8986990882,"@timestamp":1628307369},"coords":"51.4969533,-0.2314113","bedrooms":"4","price":"275000","area":"381"} , +{"type":"Feature","id":"n8986997231","geometry":{"type":"Point","coordinates":[-0.0712281,51.3846385]},"properties":{"@type":"node","@id":8986997231,"@timestamp":1628307815},"coords":"51.3846385,-0.0712281","bedrooms":"3","price":"228000","area":"451"} , +{"type":"Feature","id":"n8987074472","geometry":{"type":"Point","coordinates":[-0.2306506,51.4946977]},"properties":{"@type":"node","@id":8987074472,"@timestamp":1628312626},"coords":"51.4946977,-0.2306506","bedrooms":"4","price":"217000","area":"616"} , +{"type":"Feature","id":"n8987619250","geometry":{"type":"Point","coordinates":[-0.9385908,51.0044191]},"properties":{"@type":"node","@id":8987619250,"@timestamp":1628332295},"coords":"51.0044191,-0.9385908","bedrooms":"4","price":"189000","area":"530"} , +{"type":"Feature","id":"n8987619260","geometry":{"type":"Point","coordinates":[-0.9383386,51.0046752]},"properties":{"@type":"node","@id":8987619260,"@timestamp":1628332295},"coords":"51.0046752,-0.9383386","bedrooms":"0","price":"210000","area":"441"} , +{"type":"Feature","id":"n8987712942","geometry":{"type":"Point","coordinates":[-0.395516,51.8712344]},"properties":{"@type":"node","@id":8987712942,"@timestamp":1628335047},"coords":"51.8712344,-0.395516","bedrooms":"3","price":"212000","area":"599"} , +{"type":"Feature","id":"n8987738105","geometry":{"type":"Point","coordinates":[-0.9384627,51.0052596]},"properties":{"@type":"node","@id":8987738105,"@timestamp":1628340042},"coords":"51.0052596,-0.9384627","bedrooms":"0","price":"206000","area":"422"} , +{"type":"Feature","id":"n8987760391","geometry":{"type":"Point","coordinates":[-0.3415062,51.8237986]},"properties":{"@type":"node","@id":8987760391,"@timestamp":1628336440},"coords":"51.8237986,-0.3415062","bedrooms":"3","price":"278000","area":"483"} , +{"type":"Feature","id":"n8987809326","geometry":{"type":"Point","coordinates":[-0.9382119,51.0054398]},"properties":{"@type":"node","@id":8987809326,"@timestamp":1628338752},"coords":"51.0054398,-0.9382119","bedrooms":"2","price":"156000","area":"363"} , +{"type":"Feature","id":"n8987813977","geometry":{"type":"Point","coordinates":[-0.2329719,51.6941237]},"properties":{"@type":"node","@id":8987813977,"@timestamp":1628338243},"coords":"51.6941237,-0.2329719","bedrooms":"1","price":"269000","area":"451"} , +{"type":"Feature","id":"n8987871338","geometry":{"type":"Point","coordinates":[-0.9370076,51.0036604]},"properties":{"@type":"node","@id":8987871338,"@timestamp":1628342608},"coords":"51.0036604,-0.9370076","bedrooms":"3","price":"211000","area":"350"} , +{"type":"Feature","id":"n8987912372","geometry":{"type":"Point","coordinates":[0.0538013,51.5022572]},"properties":{"@type":"node","@id":8987912372,"@timestamp":1628342959},"coords":"51.5022572,0.0538013","bedrooms":"1","price":"236000","area":"578"} , +{"type":"Feature","id":"n8988010326","geometry":{"type":"Point","coordinates":[-0.3416431,51.8006841]},"properties":{"@type":"node","@id":8988010326,"@timestamp":1628347267},"coords":"51.8006841,-0.3416431","bedrooms":"4","price":"155000","area":"618"} , +{"type":"Feature","id":"n8988109921","geometry":{"type":"Point","coordinates":[-0.1850043,51.4314334]},"properties":{"@type":"node","@id":8988109921,"@timestamp":1628351565},"coords":"51.4314334,-0.1850043","bedrooms":"3","price":"260000","area":"363"} , +{"type":"Feature","id":"n8988109931","geometry":{"type":"Point","coordinates":[-0.1852403,51.4319568]},"properties":{"@type":"node","@id":8988109931,"@timestamp":1628351565},"coords":"51.4319568,-0.1852403","bedrooms":"1","price":"226000","area":"629"} , +{"type":"Feature","id":"n8988109941","geometry":{"type":"Point","coordinates":[-0.1857674,51.4323263]},"properties":{"@type":"node","@id":8988109941,"@timestamp":1628351565},"coords":"51.4323263,-0.1857674","bedrooms":"2","price":"254000","area":"424"} , +{"type":"Feature","id":"n8988109952","geometry":{"type":"Point","coordinates":[-0.184779,51.4315479]},"properties":{"@type":"node","@id":8988109952,"@timestamp":1628351565},"coords":"51.4315479,-0.184779","bedrooms":"1","price":"261000","area":"599"} , +{"type":"Feature","id":"n8988156187","geometry":{"type":"Point","coordinates":[-0.233852,51.0979029]},"properties":{"@type":"node","@id":8988156187,"@timestamp":1628355793},"coords":"51.0979029,-0.233852","bedrooms":"3","price":"153000","area":"535"} , +{"type":"Feature","id":"n8988338783","geometry":{"type":"Point","coordinates":[0.2274926,51.3210906]},"properties":{"@type":"node","@id":8988338783,"@timestamp":1628359782},"coords":"51.3210906,0.2274926","bedrooms":"1","price":"271000","area":"458"} , +{"type":"Feature","id":"n8988615669","geometry":{"type":"Point","coordinates":[-0.319413,51.1694582]},"properties":{"@type":"node","@id":8988615669,"@timestamp":1628368386},"coords":"51.1694582,-0.319413","bedrooms":"2","price":"239000","area":"553"} , +{"type":"Feature","id":"n8988682029","geometry":{"type":"Point","coordinates":[-0.3613028,51.8187228]},"properties":{"@type":"node","@id":8988682029,"@timestamp":1628370935},"coords":"51.8187228,-0.3613028","bedrooms":"4","price":"292000","area":"674"} , +{"type":"Feature","id":"n8988952531","geometry":{"type":"Point","coordinates":[-0.3064806,51.4588993]},"properties":{"@type":"node","@id":8988952531,"@timestamp":1628373780},"coords":"51.4588993,-0.3064806","bedrooms":"1","price":"298000","area":"542"} , +{"type":"Feature","id":"n8988985533","geometry":{"type":"Point","coordinates":[-0.065339,51.2611561]},"properties":{"@type":"node","@id":8988985533,"@timestamp":1628374043},"coords":"51.2611561,-0.065339","bedrooms":"0","price":"205000","area":"572"} , +{"type":"Feature","id":"n8989000533","geometry":{"type":"Point","coordinates":[-0.0646286,51.5092368]},"properties":{"@type":"node","@id":8989000533,"@timestamp":1628375090},"coords":"51.5092368,-0.0646286","bedrooms":"2","price":"297000","area":"510"} , +{"type":"Feature","id":"n8989176119","geometry":{"type":"Point","coordinates":[-0.2292587,51.494855]},"properties":{"@type":"node","@id":8989176119,"@timestamp":1628391059},"coords":"51.494855,-0.2292587","bedrooms":"3","price":"168000","area":"469"} , +{"type":"Feature","id":"n8989219405","geometry":{"type":"Point","coordinates":[-0.2284194,51.49508]},"properties":{"@type":"node","@id":8989219405,"@timestamp":1628400278},"coords":"51.49508,-0.2284194","bedrooms":"3","price":"181000","area":"563"} , +{"type":"Feature","id":"n8989220324","geometry":{"type":"Point","coordinates":[-0.2292622,51.496526]},"properties":{"@type":"node","@id":8989220324,"@timestamp":1628395326},"coords":"51.496526,-0.2292622","bedrooms":"0","price":"195000","area":"437"} , +{"type":"Feature","id":"n8989220334","geometry":{"type":"Point","coordinates":[-0.2291695,51.495983]},"properties":{"@type":"node","@id":8989220334,"@timestamp":1628395326},"coords":"51.495983,-0.2291695","bedrooms":"1","price":"218000","area":"433"} , +{"type":"Feature","id":"n8989220344","geometry":{"type":"Point","coordinates":[-0.2289831,51.4952948]},"properties":{"@type":"node","@id":8989220344,"@timestamp":1628395326},"coords":"51.4952948,-0.2289831","bedrooms":"2","price":"247000","area":"526"} , +{"type":"Feature","id":"n8989220408","geometry":{"type":"Point","coordinates":[-0.228995,51.4967085]},"properties":{"@type":"node","@id":8989220408,"@timestamp":1628395326},"coords":"51.4967085,-0.228995","bedrooms":"0","price":"227000","area":"554"} , +{"type":"Feature","id":"n8989220418","geometry":{"type":"Point","coordinates":[-0.2288257,51.4962264]},"properties":{"@type":"node","@id":8989220418,"@timestamp":1628395326},"coords":"51.4962264,-0.2288257","bedrooms":"2","price":"168000","area":"627"} , +{"type":"Feature","id":"n8989220428","geometry":{"type":"Point","coordinates":[-0.2286565,51.4957445]},"properties":{"@type":"node","@id":8989220428,"@timestamp":1628395326},"coords":"51.4957445,-0.2286565","bedrooms":"2","price":"299000","area":"658"} , +{"type":"Feature","id":"n8989269972","geometry":{"type":"Point","coordinates":[-0.2285374,51.4944796]},"properties":{"@type":"node","@id":8989269972,"@timestamp":1628400278},"coords":"51.4944796,-0.2285374","bedrooms":"4","price":"235000","area":"449"} , +{"type":"Feature","id":"n8989396205","geometry":{"type":"Point","coordinates":[-0.9349775,51.0036225]},"properties":{"@type":"node","@id":8989396205,"@timestamp":1628410436},"coords":"51.0036225,-0.9349775","bedrooms":"1","price":"259000","area":"641"} , +{"type":"Feature","id":"n8989396215","geometry":{"type":"Point","coordinates":[-0.9366462,51.0038465]},"properties":{"@type":"node","@id":8989396215,"@timestamp":1628410436},"coords":"51.0038465,-0.9366462","bedrooms":"1","price":"290000","area":"665"} , +{"type":"Feature","id":"n8989512483","geometry":{"type":"Point","coordinates":[-0.9343193,51.0036794]},"properties":{"@type":"node","@id":8989512483,"@timestamp":1628415868},"coords":"51.0036794,-0.9343193","bedrooms":"2","price":"166000","area":"557"} , +{"type":"Feature","id":"n8989514464","geometry":{"type":"Point","coordinates":[-0.2280051,51.4949107]},"properties":{"@type":"node","@id":8989514464,"@timestamp":1628415321},"coords":"51.4949107,-0.2280051","bedrooms":"4","price":"194000","area":"518"} , +{"type":"Feature","id":"n8989523319","geometry":{"type":"Point","coordinates":[-0.2277268,51.4949978]},"properties":{"@type":"node","@id":8989523319,"@timestamp":1628415321},"coords":"51.4949978,-0.2277268","bedrooms":"1","price":"273000","area":"431"} , +{"type":"Feature","id":"n8989523329","geometry":{"type":"Point","coordinates":[-0.2273493,51.4949376]},"properties":{"@type":"node","@id":8989523329,"@timestamp":1628488078},"coords":"51.4949376,-0.2273493","bedrooms":"4","price":"192000","area":"436"} , +{"type":"Feature","id":"n8989523339","geometry":{"type":"Point","coordinates":[-0.2275106,51.4954194]},"properties":{"@type":"node","@id":8989523339,"@timestamp":1628488078},"coords":"51.4954194,-0.2275106","bedrooms":"0","price":"208000","area":"488"} , +{"type":"Feature","id":"n8989523437","geometry":{"type":"Point","coordinates":[-0.2278782,51.4955128]},"properties":{"@type":"node","@id":8989523437,"@timestamp":1628415321},"coords":"51.4955128,-0.2278782","bedrooms":"0","price":"280000","area":"653"} , +{"type":"Feature","id":"n8989603435","geometry":{"type":"Point","coordinates":[-0.3275767,51.1836399]},"properties":{"@type":"node","@id":8989603435,"@timestamp":1628417827},"coords":"51.1836399,-0.3275767","bedrooms":"4","price":"273000","area":"605"} , +{"type":"Feature","id":"n8989604479","geometry":{"type":"Point","coordinates":[-0.2286561,51.4967692]},"properties":{"@type":"node","@id":8989604479,"@timestamp":1628418596},"coords":"51.4967692,-0.2286561","bedrooms":"3","price":"163000","area":"419"} , +{"type":"Feature","id":"n8989604489","geometry":{"type":"Point","coordinates":[-0.2284759,51.4962654]},"properties":{"@type":"node","@id":8989604489,"@timestamp":1628418596},"coords":"51.4962654,-0.2284759","bedrooms":"0","price":"234000","area":"637"} , +{"type":"Feature","id":"n8989631648","geometry":{"type":"Point","coordinates":[-0.2283668,51.4969347]},"properties":{"@type":"node","@id":8989631648,"@timestamp":1628418596},"coords":"51.4969347,-0.2283668","bedrooms":"3","price":"201000","area":"406"} , +{"type":"Feature","id":"n8989631658","geometry":{"type":"Point","coordinates":[-0.2281836,51.4963816]},"properties":{"@type":"node","@id":8989631658,"@timestamp":1628418596},"coords":"51.4963816,-0.2281836","bedrooms":"4","price":"158000","area":"691"} , +{"type":"Feature","id":"n8989631668","geometry":{"type":"Point","coordinates":[-0.2279998,51.4958271]},"properties":{"@type":"node","@id":8989631668,"@timestamp":1628418596},"coords":"51.4958271,-0.2279998","bedrooms":"0","price":"181000","area":"644"} , +{"type":"Feature","id":"n8989785788","geometry":{"type":"Point","coordinates":[-0.3410397,51.8107904]},"properties":{"@type":"node","@id":8989785788,"@timestamp":1628424105},"coords":"51.8107904,-0.3410397","bedrooms":"2","price":"158000","area":"383"} , +{"type":"Feature","id":"n8989804535","geometry":{"type":"Point","coordinates":[-0.3381681,51.8134247]},"properties":{"@type":"node","@id":8989804535,"@timestamp":1628424105},"coords":"51.8134247,-0.3381681","bedrooms":"3","price":"294000","area":"486"} , +{"type":"Feature","id":"n8989830453","geometry":{"type":"Point","coordinates":[0.5374074,51.0501593]},"properties":{"@type":"node","@id":8989830453,"@timestamp":1628425011},"coords":"51.0501593,0.5374074","bedrooms":"0","price":"163000","area":"554"} , +{"type":"Feature","id":"n8989909774","geometry":{"type":"Point","coordinates":[-0.3178271,51.4542217]},"properties":{"@type":"node","@id":8989909774,"@timestamp":1628428199},"coords":"51.4542217,-0.3178271","bedrooms":"4","price":"263000","area":"622"} , +{"type":"Feature","id":"n8990033956","geometry":{"type":"Point","coordinates":[-0.0726761,51.5353565]},"properties":{"@type":"node","@id":8990033956,"@timestamp":1628433483},"coords":"51.5353565,-0.0726761","bedrooms":"3","price":"295000","area":"431"} , +{"type":"Feature","id":"n8990095973","geometry":{"type":"Point","coordinates":[-0.3949701,51.8708452]},"properties":{"@type":"node","@id":8990095973,"@timestamp":1628436418},"coords":"51.8708452,-0.3949701","bedrooms":"4","price":"208000","area":"624"} , +{"type":"Feature","id":"n8990223686","geometry":{"type":"Point","coordinates":[0.0215426,51.53129]},"properties":{"@type":"node","@id":8990223686,"@timestamp":1628435941},"coords":"51.53129,0.0215426","bedrooms":"0","price":"229000","area":"519"} , +{"type":"Feature","id":"n8990294533","geometry":{"type":"Point","coordinates":[-0.1558618,51.8166642]},"properties":{"@type":"node","@id":8990294533,"@timestamp":1628437339},"coords":"51.8166642,-0.1558618","bedrooms":"3","price":"206000","area":"456"} , +{"type":"Feature","id":"n8990295325","geometry":{"type":"Point","coordinates":[0.6395966,51.5772529]},"properties":{"@type":"node","@id":8990295325,"@timestamp":1628437373},"coords":"51.5772529,0.6395966","bedrooms":"0","price":"252000","area":"372"} , +{"type":"Feature","id":"n8990299933","geometry":{"type":"Point","coordinates":[-0.0833758,51.5294622]},"properties":{"@type":"node","@id":8990299933,"@timestamp":1628437784},"coords":"51.5294622,-0.0833758","bedrooms":"1","price":"202000","area":"675"} , +{"type":"Feature","id":"n8990312183","geometry":{"type":"Point","coordinates":[0.0270185,51.5487034]},"properties":{"@type":"node","@id":8990312183,"@timestamp":1628438486},"coords":"51.5487034,0.0270185","bedrooms":"4","price":"284000","area":"511"} , +{"type":"Feature","id":"n8990312193","geometry":{"type":"Point","coordinates":[0.028333,51.5488882]},"properties":{"@type":"node","@id":8990312193,"@timestamp":1628438486},"coords":"51.5488882,0.028333","bedrooms":"4","price":"207000","area":"418"} , +{"type":"Feature","id":"n8990312203","geometry":{"type":"Point","coordinates":[0.0296327,51.5497942]},"properties":{"@type":"node","@id":8990312203,"@timestamp":1628438486},"coords":"51.5497942,0.0296327","bedrooms":"0","price":"223000","area":"509"} , +{"type":"Feature","id":"n8990312213","geometry":{"type":"Point","coordinates":[0.0254695,51.5491589]},"properties":{"@type":"node","@id":8990312213,"@timestamp":1628856559},"coords":"51.5491589,0.0254695","bedrooms":"1","price":"245000","area":"469"} , +{"type":"Feature","id":"n8990320524","geometry":{"type":"Point","coordinates":[-0.0628663,51.5092562]},"properties":{"@type":"node","@id":8990320524,"@timestamp":1628438293},"coords":"51.5092562,-0.0628663","bedrooms":"1","price":"229000","area":"653"} , +{"type":"Feature","id":"n8990320570","geometry":{"type":"Point","coordinates":[-0.0670476,51.5093474]},"properties":{"@type":"node","@id":8990320570,"@timestamp":1628438293},"coords":"51.5093474,-0.0670476","bedrooms":"3","price":"267000","area":"601"} , +{"type":"Feature","id":"n8990328823","geometry":{"type":"Point","coordinates":[0.0305242,51.5486187]},"properties":{"@type":"node","@id":8990328823,"@timestamp":1628438486},"coords":"51.5486187,0.0305242","bedrooms":"4","price":"229000","area":"412"} , +{"type":"Feature","id":"n8990328833","geometry":{"type":"Point","coordinates":[0.026502,51.5480671]},"properties":{"@type":"node","@id":8990328833,"@timestamp":1628438486},"coords":"51.5480671,0.026502","bedrooms":"1","price":"254000","area":"554"} , +{"type":"Feature","id":"n8990333310","geometry":{"type":"Point","coordinates":[-0.2520623,51.2434618]},"properties":{"@type":"node","@id":8990333310,"@timestamp":1628439324},"coords":"51.2434618,-0.2520623","bedrooms":"4","price":"218000","area":"356"} , +{"type":"Feature","id":"n8990392367","geometry":{"type":"Point","coordinates":[-0.1803202,51.517999]},"properties":{"@type":"node","@id":8990392367,"@timestamp":1633827670},"coords":"51.517999,-0.1803202","bedrooms":"3","price":"181000","area":"681"} , +{"type":"Feature","id":"n8990457473","geometry":{"type":"Point","coordinates":[-0.1641068,51.6960352]},"properties":{"@type":"node","@id":8990457473,"@timestamp":1628443443},"coords":"51.6960352,-0.1641068","bedrooms":"1","price":"172000","area":"549"} , +{"type":"Feature","id":"n8990480967","geometry":{"type":"Point","coordinates":[-0.3389596,51.815215]},"properties":{"@type":"node","@id":8990480967,"@timestamp":1629101811},"coords":"51.815215,-0.3389596","bedrooms":"4","price":"154000","area":"519"} , +{"type":"Feature","id":"n8990509146","geometry":{"type":"Point","coordinates":[-0.5041525,51.2599887]},"properties":{"@type":"node","@id":8990509146,"@timestamp":1628446575},"coords":"51.2599887,-0.5041525","bedrooms":"4","price":"162000","area":"628"} , +{"type":"Feature","id":"n8990593583","geometry":{"type":"Point","coordinates":[-0.9962995,51.8668117]},"properties":{"@type":"node","@id":8990593583,"@timestamp":1628449960},"coords":"51.8668117,-0.9962995","bedrooms":"1","price":"211000","area":"697"} , +{"type":"Feature","id":"n8990595263","geometry":{"type":"Point","coordinates":[-0.2167366,51.4619769]},"properties":{"@type":"node","@id":8990595263,"@timestamp":1628450414},"coords":"51.4619769,-0.2167366","bedrooms":"4","price":"297000","area":"357"} , +{"type":"Feature","id":"n8990824878","geometry":{"type":"Point","coordinates":[-0.276513,51.4007661]},"properties":{"@type":"node","@id":8990824878,"@timestamp":1628455854},"coords":"51.4007661,-0.276513","bedrooms":"1","price":"197000","area":"679"} , +{"type":"Feature","id":"n8990871699","geometry":{"type":"Point","coordinates":[-0.1730183,51.6903187]},"properties":{"@type":"node","@id":8990871699,"@timestamp":1628455521},"coords":"51.6903187,-0.1730183","bedrooms":"2","price":"286000","area":"457"} , +{"type":"Feature","id":"n8990871847","geometry":{"type":"Point","coordinates":[-0.1760151,51.6931605]},"properties":{"@type":"node","@id":8990871847,"@timestamp":1628455521},"coords":"51.6931605,-0.1760151","bedrooms":"2","price":"237000","area":"618"} , +{"type":"Feature","id":"n8990918882","geometry":{"type":"Point","coordinates":[-0.1663175,51.6920415]},"properties":{"@type":"node","@id":8990918882,"@timestamp":1628457446},"coords":"51.6920415,-0.1663175","bedrooms":"2","price":"247000","area":"549"} , +{"type":"Feature","id":"n8991456750","geometry":{"type":"Point","coordinates":[-0.1716121,51.6934955]},"properties":{"@type":"node","@id":8991456750,"@timestamp":1628464513},"coords":"51.6934955,-0.1716121","bedrooms":"0","price":"222000","area":"651"} , +{"type":"Feature","id":"n8991488451","geometry":{"type":"Point","coordinates":[0.3440168,51.9516023]},"properties":{"@type":"node","@id":8991488451,"@timestamp":1628467197},"coords":"51.9516023,0.3440168","bedrooms":"4","price":"188000","area":"683"} , +{"type":"Feature","id":"n8991658208","geometry":{"type":"Point","coordinates":[-0.0870876,51.525901]},"properties":{"@type":"node","@id":8991658208,"@timestamp":1630202265},"coords":"51.525901,-0.0870876","bedrooms":"1","price":"232000","area":"397"} , +{"type":"Feature","id":"n8991854820","geometry":{"type":"Point","coordinates":[-0.2276083,51.4957111]},"properties":{"@type":"node","@id":8991854820,"@timestamp":1628488078},"coords":"51.4957111,-0.2276083","bedrooms":"2","price":"255000","area":"658"} , +{"type":"Feature","id":"n8991868560","geometry":{"type":"Point","coordinates":[-0.2277665,51.4961751]},"properties":{"@type":"node","@id":8991868560,"@timestamp":1628488078},"coords":"51.4961751,-0.2277665","bedrooms":"3","price":"192000","area":"458"} , +{"type":"Feature","id":"n8991868570","geometry":{"type":"Point","coordinates":[-0.2279278,51.4966567]},"properties":{"@type":"node","@id":8991868570,"@timestamp":1628488078},"coords":"51.4966567,-0.2279278","bedrooms":"4","price":"291000","area":"695"} , +{"type":"Feature","id":"n8991868592","geometry":{"type":"Point","coordinates":[-0.2273617,51.4969487]},"properties":{"@type":"node","@id":8991868592,"@timestamp":1628488078},"coords":"51.4969487,-0.2273617","bedrooms":"2","price":"174000","area":"471"} , +{"type":"Feature","id":"n8991868602","geometry":{"type":"Point","coordinates":[-0.2270842,51.496144]},"properties":{"@type":"node","@id":8991868602,"@timestamp":1628488078},"coords":"51.496144,-0.2270842","bedrooms":"3","price":"154000","area":"444"} , +{"type":"Feature","id":"n8991868648","geometry":{"type":"Point","coordinates":[-0.2275948,51.497139]},"properties":{"@type":"node","@id":8991868648,"@timestamp":1628488078},"coords":"51.497139,-0.2275948","bedrooms":"3","price":"255000","area":"472"} , +{"type":"Feature","id":"n8992004958","geometry":{"type":"Point","coordinates":[-0.2265088,51.4950215]},"properties":{"@type":"node","@id":8992004958,"@timestamp":1628492145},"coords":"51.4950215,-0.2265088","bedrooms":"0","price":"266000","area":"644"} , +{"type":"Feature","id":"n8992027935","geometry":{"type":"Point","coordinates":[-0.5037102,51.2608543]},"properties":{"@type":"node","@id":8992027935,"@timestamp":1628492622},"coords":"51.2608543,-0.5037102","bedrooms":"3","price":"285000","area":"696"} , +{"type":"Feature","id":"n8992134444","geometry":{"type":"Point","coordinates":[0.6894652,51.6743607]},"properties":{"@type":"node","@id":8992134444,"@timestamp":1628495279},"coords":"51.6743607,0.6894652","bedrooms":"3","price":"174000","area":"513"} , +{"type":"Feature","id":"n8992299316","geometry":{"type":"Point","coordinates":[-0.9745235,51.4547936]},"properties":{"@type":"node","@id":8992299316,"@timestamp":1628498922},"coords":"51.4547936,-0.9745235","bedrooms":"2","price":"278000","area":"508"} , +{"type":"Feature","id":"n8992437540","geometry":{"type":"Point","coordinates":[-0.0621536,51.509964]},"properties":{"@type":"node","@id":8992437540,"@timestamp":1628500954},"coords":"51.509964,-0.0621536","bedrooms":"2","price":"227000","area":"516"} , +{"type":"Feature","id":"n8992545917","geometry":{"type":"Point","coordinates":[-1.0727481,51.4383265]},"properties":{"@type":"node","@id":8992545917,"@timestamp":1628503089},"coords":"51.4383265,-1.0727481","bedrooms":"4","price":"254000","area":"387"} , +{"type":"Feature","id":"n8992551085","geometry":{"type":"Point","coordinates":[-0.2225036,51.3083135]},"properties":{"@type":"node","@id":8992551085,"@timestamp":1628503648},"coords":"51.3083135,-0.2225036","bedrooms":"4","price":"229000","area":"597"} , +{"type":"Feature","id":"n8992562462","geometry":{"type":"Point","coordinates":[-0.3669643,51.8205763]},"properties":{"@type":"node","@id":8992562462,"@timestamp":1628503553},"coords":"51.8205763,-0.3669643","bedrooms":"0","price":"280000","area":"515"} , +{"type":"Feature","id":"n8992589139","geometry":{"type":"Point","coordinates":[-0.3733796,51.8203373]},"properties":{"@type":"node","@id":8992589139,"@timestamp":1628504547},"coords":"51.8203373,-0.3733796","bedrooms":"4","price":"206000","area":"404"} , +{"type":"Feature","id":"n8992628471","geometry":{"type":"Point","coordinates":[0.0081629,51.4765506]},"properties":{"@type":"node","@id":8992628471,"@timestamp":1628505137},"coords":"51.4765506,0.0081629","bedrooms":"2","price":"174000","area":"404"} , +{"type":"Feature","id":"n8992679861","geometry":{"type":"Point","coordinates":[0.0215502,51.5317392]},"properties":{"@type":"node","@id":8992679861,"@timestamp":1628506073},"coords":"51.5317392,0.0215502","bedrooms":"2","price":"206000","area":"360"} , +{"type":"Feature","id":"n8992679871","geometry":{"type":"Point","coordinates":[0.0198463,51.5313367]},"properties":{"@type":"node","@id":8992679871,"@timestamp":1628506073},"coords":"51.5313367,0.0198463","bedrooms":"0","price":"244000","area":"363"} , +{"type":"Feature","id":"n8992694113","geometry":{"type":"Point","coordinates":[-0.3704388,51.8203356]},"properties":{"@type":"node","@id":8992694113,"@timestamp":1628506563},"coords":"51.8203356,-0.3704388","bedrooms":"0","price":"177000","area":"391"} , +{"type":"Feature","id":"n8992734601","geometry":{"type":"Point","coordinates":[-0.4926016,51.7112958]},"properties":{"@type":"node","@id":8992734601,"@timestamp":1628507285},"coords":"51.7112958,-0.4926016","bedrooms":"2","price":"227000","area":"442"} , +{"type":"Feature","id":"n8992741666","geometry":{"type":"Point","coordinates":[-0.0741755,51.507269]},"properties":{"@type":"node","@id":8992741666,"@timestamp":1628507187},"coords":"51.507269,-0.0741755","bedrooms":"0","price":"169000","area":"405"} , +{"type":"Feature","id":"n8992775803","geometry":{"type":"Point","coordinates":[0.5685116,51.2910674]},"properties":{"@type":"node","@id":8992775803,"@timestamp":1628508132},"coords":"51.2910674,0.5685116","bedrooms":"1","price":"168000","area":"426"} , +{"type":"Feature","id":"n8992783231","geometry":{"type":"Point","coordinates":[0.5930082,51.3321652]},"properties":{"@type":"node","@id":8992783231,"@timestamp":1628508132},"coords":"51.3321652,0.5930082","bedrooms":"4","price":"157000","area":"513"} , +{"type":"Feature","id":"n8992837346","geometry":{"type":"Point","coordinates":[0.5670741,51.6118461]},"properties":{"@type":"node","@id":8992837346,"@timestamp":1628509994},"coords":"51.6118461,0.5670741","bedrooms":"0","price":"207000","area":"498"} , +{"type":"Feature","id":"n8992875058","geometry":{"type":"Point","coordinates":[0.7636602,51.6890693]},"properties":{"@type":"node","@id":8992875058,"@timestamp":1628511001},"coords":"51.6890693,0.7636602","bedrooms":"4","price":"177000","area":"599"} , +{"type":"Feature","id":"n8993017339","geometry":{"type":"Point","coordinates":[-0.1754027,51.6969231]},"properties":{"@type":"node","@id":8993017339,"@timestamp":1628515032},"coords":"51.6969231,-0.1754027","bedrooms":"2","price":"218000","area":"421"} , +{"type":"Feature","id":"n8993039851","geometry":{"type":"Point","coordinates":[0.6795567,51.7562014]},"properties":{"@type":"node","@id":8993039851,"@timestamp":1628515280},"coords":"51.7562014,0.6795567","bedrooms":"3","price":"246000","area":"361"} , +{"type":"Feature","id":"n8993066233","geometry":{"type":"Point","coordinates":[-0.0688521,51.5086634]},"properties":{"@type":"node","@id":8993066233,"@timestamp":1628515775},"coords":"51.5086634,-0.0688521","bedrooms":"3","price":"177000","area":"582"} , +{"type":"Feature","id":"n8993137628","geometry":{"type":"Point","coordinates":[-0.0926764,51.5695567]},"properties":{"@type":"node","@id":8993137628,"@timestamp":1628517908},"coords":"51.5695567,-0.0926764","bedrooms":"4","price":"208000","area":"674"} , +{"type":"Feature","id":"n8993392119","geometry":{"type":"Point","coordinates":[0.0353096,51.5482138]},"properties":{"@type":"node","@id":8993392119,"@timestamp":1628520654},"coords":"51.5482138,0.0353096","bedrooms":"4","price":"176000","area":"597"} , +{"type":"Feature","id":"n8993655650","geometry":{"type":"Point","coordinates":[-0.0891238,51.6625821]},"properties":{"@type":"node","@id":8993655650,"@timestamp":1628527648},"coords":"51.6625821,-0.0891238","bedrooms":"1","price":"259000","area":"437"} , +{"type":"Feature","id":"n8993691392","geometry":{"type":"Point","coordinates":[-0.2338112,51.4941918]},"properties":{"@type":"node","@id":8993691392,"@timestamp":1628528092},"coords":"51.4941918,-0.2338112","bedrooms":"0","price":"248000","area":"538"} , +{"type":"Feature","id":"n8993694976","geometry":{"type":"Point","coordinates":[-0.2331456,51.4943688]},"properties":{"@type":"node","@id":8993694976,"@timestamp":1628528092},"coords":"51.4943688,-0.2331456","bedrooms":"2","price":"197000","area":"404"} , +{"type":"Feature","id":"n8994084684","geometry":{"type":"Point","coordinates":[0.0299562,51.5016927]},"properties":{"@type":"node","@id":8994084684,"@timestamp":1628538785},"coords":"51.5016927,0.0299562","bedrooms":"3","price":"292000","area":"661"} , +{"type":"Feature","id":"n8994291985","geometry":{"type":"Point","coordinates":[0.2383845,51.0341226]},"properties":{"@type":"node","@id":8994291985,"@timestamp":1628546303},"coords":"51.0341226,0.2383845","bedrooms":"2","price":"268000","area":"626"} , +{"type":"Feature","id":"n8994505085","geometry":{"type":"Point","coordinates":[-0.3949327,51.6802406]},"properties":{"@type":"node","@id":8994505085,"@timestamp":1628553248},"coords":"51.6802406,-0.3949327","bedrooms":"1","price":"189000","area":"602"} , +{"type":"Feature","id":"n8994522239","geometry":{"type":"Point","coordinates":[-0.3924446,51.6804256]},"properties":{"@type":"node","@id":8994522239,"@timestamp":1628553248},"coords":"51.6804256,-0.3924446","bedrooms":"1","price":"242000","area":"558"} , +{"type":"Feature","id":"n8994789513","geometry":{"type":"Point","coordinates":[0.1471618,51.5303296]},"properties":{"@type":"node","@id":8994789513,"@timestamp":1628571278},"coords":"51.5303296,0.1471618","bedrooms":"3","price":"299000","area":"555"} , +{"type":"Feature","id":"n8995014482","geometry":{"type":"Point","coordinates":[-0.2320321,51.4943396]},"properties":{"@type":"node","@id":8995014482,"@timestamp":1628573537},"coords":"51.4943396,-0.2320321","bedrooms":"0","price":"210000","area":"600"} , +{"type":"Feature","id":"n8995024137","geometry":{"type":"Point","coordinates":[-0.2315037,51.4944301]},"properties":{"@type":"node","@id":8995024137,"@timestamp":1628573537},"coords":"51.4944301,-0.2315037","bedrooms":"1","price":"213000","area":"605"} , +{"type":"Feature","id":"n8995024218","geometry":{"type":"Point","coordinates":[-0.2303918,51.4938884]},"properties":{"@type":"node","@id":8995024218,"@timestamp":1628573537},"coords":"51.4938884,-0.2303918","bedrooms":"4","price":"246000","area":"582"} , +{"type":"Feature","id":"n8995196486","geometry":{"type":"Point","coordinates":[-0.4426607,51.3926154]},"properties":{"@type":"node","@id":8995196486,"@timestamp":1628578428},"coords":"51.3926154,-0.4426607","bedrooms":"1","price":"297000","area":"477"} , +{"type":"Feature","id":"n8995298369","geometry":{"type":"Point","coordinates":[0.529291,51.2847022]},"properties":{"@type":"node","@id":8995298369,"@timestamp":1628580871},"coords":"51.2847022,0.529291","bedrooms":"4","price":"157000","area":"449"} , +{"type":"Feature","id":"n8995298379","geometry":{"type":"Point","coordinates":[0.5317077,51.2849035]},"properties":{"@type":"node","@id":8995298379,"@timestamp":1628580871},"coords":"51.2849035,0.5317077","bedrooms":"2","price":"151000","area":"383"} , +{"type":"Feature","id":"n8995298389","geometry":{"type":"Point","coordinates":[0.5305302,51.2857423]},"properties":{"@type":"node","@id":8995298389,"@timestamp":1628580871},"coords":"51.2857423,0.5305302","bedrooms":"4","price":"236000","area":"470"} , +{"type":"Feature","id":"n8995298399","geometry":{"type":"Point","coordinates":[0.5269977,51.2907126]},"properties":{"@type":"node","@id":8995298399,"@timestamp":1628580871},"coords":"51.2907126,0.5269977","bedrooms":"3","price":"151000","area":"398"} , +{"type":"Feature","id":"n8995298409","geometry":{"type":"Point","coordinates":[0.5378017,51.2914121]},"properties":{"@type":"node","@id":8995298409,"@timestamp":1628580871},"coords":"51.2914121,0.5378017","bedrooms":"0","price":"208000","area":"590"} , +{"type":"Feature","id":"n8995303718","geometry":{"type":"Point","coordinates":[0.5293179,51.2761222]},"properties":{"@type":"node","@id":8995303718,"@timestamp":1628580871},"coords":"51.2761222,0.5293179","bedrooms":"3","price":"203000","area":"569"} , +{"type":"Feature","id":"n8995303728","geometry":{"type":"Point","coordinates":[0.5349264,51.2878861]},"properties":{"@type":"node","@id":8995303728,"@timestamp":1628580871},"coords":"51.2878861,0.5349264","bedrooms":"3","price":"280000","area":"367"} , +{"type":"Feature","id":"n8995303738","geometry":{"type":"Point","coordinates":[0.5374637,51.2842274]},"properties":{"@type":"node","@id":8995303738,"@timestamp":1628580871},"coords":"51.2842274,0.5374637","bedrooms":"2","price":"217000","area":"358"} , +{"type":"Feature","id":"n8995303748","geometry":{"type":"Point","coordinates":[0.5384508,51.2824172]},"properties":{"@type":"node","@id":8995303748,"@timestamp":1628580871},"coords":"51.2824172,0.5384508","bedrooms":"1","price":"235000","area":"482"} , +{"type":"Feature","id":"n8995303758","geometry":{"type":"Point","coordinates":[0.538035,51.2817546]},"properties":{"@type":"node","@id":8995303758,"@timestamp":1628580871},"coords":"51.2817546,0.538035","bedrooms":"3","price":"241000","area":"647"} , +{"type":"Feature","id":"n8995303768","geometry":{"type":"Point","coordinates":[0.5369407,51.2800315]},"properties":{"@type":"node","@id":8995303768,"@timestamp":1628580871},"coords":"51.2800315,0.5369407","bedrooms":"2","price":"258000","area":"534"} , +{"type":"Feature","id":"n8995303778","geometry":{"type":"Point","coordinates":[0.5401486,51.2777548]},"properties":{"@type":"node","@id":8995303778,"@timestamp":1628580871},"coords":"51.2777548,0.5401486","bedrooms":"0","price":"173000","area":"507"} , +{"type":"Feature","id":"n8995303788","geometry":{"type":"Point","coordinates":[0.5368897,51.2768152]},"properties":{"@type":"node","@id":8995303788,"@timestamp":1628580871},"coords":"51.2768152,0.5368897","bedrooms":"2","price":"184000","area":"429"} , +{"type":"Feature","id":"n8995311447","geometry":{"type":"Point","coordinates":[0.760196,51.6635199]},"properties":{"@type":"node","@id":8995311447,"@timestamp":1628581056},"coords":"51.6635199,0.760196","bedrooms":"2","price":"283000","area":"377"} , +{"type":"Feature","id":"n8995391902","geometry":{"type":"Point","coordinates":[-0.0765811,51.5037816]},"properties":{"@type":"node","@id":8995391902,"@timestamp":1628582871},"coords":"51.5037816,-0.0765811","bedrooms":"4","price":"278000","area":"356"} , +{"type":"Feature","id":"n8995433604","geometry":{"type":"Point","coordinates":[0.6254922,51.6155715]},"properties":{"@type":"node","@id":8995433604,"@timestamp":1628585091},"coords":"51.6155715,0.6254922","bedrooms":"3","price":"228000","area":"416"} , +{"type":"Feature","id":"n8995533906","geometry":{"type":"Point","coordinates":[0.4357971,51.5728332]},"properties":{"@type":"node","@id":8995533906,"@timestamp":1628586797},"coords":"51.5728332,0.4357971","bedrooms":"1","price":"186000","area":"356"} , +{"type":"Feature","id":"n8995628500","geometry":{"type":"Point","coordinates":[-0.7982273,51.2871618]},"properties":{"@type":"node","@id":8995628500,"@timestamp":1628589839},"coords":"51.2871618,-0.7982273","bedrooms":"0","price":"169000","area":"620"} , +{"type":"Feature","id":"n8995657427","geometry":{"type":"Point","coordinates":[-0.4741321,51.5089888]},"properties":{"@type":"node","@id":8995657427,"@timestamp":1628590119},"coords":"51.5089888,-0.4741321","bedrooms":"0","price":"194000","area":"559"} , +{"type":"Feature","id":"n8995712136","geometry":{"type":"Point","coordinates":[0.4735258,51.5999528]},"properties":{"@type":"node","@id":8995712136,"@timestamp":1628591373},"coords":"51.5999528,0.4735258","bedrooms":"4","price":"263000","area":"481"} , +{"type":"Feature","id":"n8995785424","geometry":{"type":"Point","coordinates":[0.6574234,51.6824869]},"properties":{"@type":"node","@id":8995785424,"@timestamp":1628593620},"coords":"51.6824869,0.6574234","bedrooms":"0","price":"216000","area":"689"} , +{"type":"Feature","id":"n8995864187","geometry":{"type":"Point","coordinates":[0.6182312,51.765729]},"properties":{"@type":"node","@id":8995864187,"@timestamp":1628595870},"coords":"51.765729,0.6182312","bedrooms":"0","price":"279000","area":"351"} , +{"type":"Feature","id":"n8996073057","geometry":{"type":"Point","coordinates":[-0.0775733,51.5020688]},"properties":{"@type":"node","@id":8996073057,"@timestamp":1628601032},"coords":"51.5020688,-0.0775733","bedrooms":"1","price":"247000","area":"656"} , +{"type":"Feature","id":"n8996138693","geometry":{"type":"Point","coordinates":[0.221778,51.4522634]},"properties":{"@type":"node","@id":8996138693,"@timestamp":1628602497},"coords":"51.4522634,0.221778","bedrooms":"3","price":"226000","area":"557"} , +{"type":"Feature","id":"n8996168586","geometry":{"type":"Point","coordinates":[-0.8032137,51.2909382]},"properties":{"@type":"node","@id":8996168586,"@timestamp":1628603425},"coords":"51.2909382,-0.8032137","bedrooms":"4","price":"173000","area":"352"} , +{"type":"Feature","id":"n8996190916","geometry":{"type":"Point","coordinates":[-0.3001163,51.114077]},"properties":{"@type":"node","@id":8996190916,"@timestamp":1628604109},"coords":"51.114077,-0.3001163","bedrooms":"3","price":"250000","area":"447"} , +{"type":"Feature","id":"n8996235725","geometry":{"type":"Point","coordinates":[-0.1447716,51.5459139]},"properties":{"@type":"node","@id":8996235725,"@timestamp":1628605533},"coords":"51.5459139,-0.1447716","bedrooms":"2","price":"213000","area":"602"} , +{"type":"Feature","id":"n8996350963","geometry":{"type":"Point","coordinates":[0.0275342,51.5474142]},"properties":{"@type":"node","@id":8996350963,"@timestamp":1633594717},"coords":"51.5474142,0.0275342","bedrooms":"1","price":"261000","area":"593"} , +{"type":"Feature","id":"n8996350973","geometry":{"type":"Point","coordinates":[0.0260932,51.5475902]},"properties":{"@type":"node","@id":8996350973,"@timestamp":1628608792},"coords":"51.5475902,0.0260932","bedrooms":"4","price":"273000","area":"655"} , +{"type":"Feature","id":"n8996426903","geometry":{"type":"Point","coordinates":[-0.0813769,51.6658866]},"properties":{"@type":"node","@id":8996426903,"@timestamp":1628611193},"coords":"51.6658866,-0.0813769","bedrooms":"0","price":"183000","area":"633"} , +{"type":"Feature","id":"n8996561499","geometry":{"type":"Point","coordinates":[-0.0767383,51.5017914]},"properties":{"@type":"node","@id":8996561499,"@timestamp":1628614022},"coords":"51.5017914,-0.0767383","bedrooms":"0","price":"287000","area":"685"} , +{"type":"Feature","id":"n8996573229","geometry":{"type":"Point","coordinates":[-0.075191,51.500958]},"properties":{"@type":"node","@id":8996573229,"@timestamp":1628614022},"coords":"51.500958,-0.075191","bedrooms":"4","price":"192000","area":"415"} , +{"type":"Feature","id":"n8996573331","geometry":{"type":"Point","coordinates":[-0.0770031,51.5021497]},"properties":{"@type":"node","@id":8996573331,"@timestamp":1628855382},"coords":"51.5021497,-0.0770031","bedrooms":"0","price":"227000","area":"678"} , +{"type":"Feature","id":"n8996573356","geometry":{"type":"Point","coordinates":[-0.0758881,51.5013161]},"properties":{"@type":"node","@id":8996573356,"@timestamp":1628614022},"coords":"51.5013161,-0.0758881","bedrooms":"0","price":"268000","area":"628"} , +{"type":"Feature","id":"n8996643414","geometry":{"type":"Point","coordinates":[-0.0013793,50.9454424]},"properties":{"@type":"node","@id":8996643414,"@timestamp":1628616433},"coords":"50.9454424,-0.0013793","bedrooms":"2","price":"234000","area":"587"} , +{"type":"Feature","id":"n8996696117","geometry":{"type":"Point","coordinates":[-0.118745,51.4161553]},"properties":{"@type":"node","@id":8996696117,"@timestamp":1628618430},"coords":"51.4161553,-0.118745","bedrooms":"1","price":"274000","area":"614"} , +{"type":"Feature","id":"n8996851894","geometry":{"type":"Point","coordinates":[-0.0205316,51.4994428]},"properties":{"@type":"node","@id":8996851894,"@timestamp":1628623575},"coords":"51.4994428,-0.0205316","bedrooms":"3","price":"286000","area":"599"} , +{"type":"Feature","id":"n8996851912","geometry":{"type":"Point","coordinates":[-0.0206116,51.4989709]},"properties":{"@type":"node","@id":8996851912,"@timestamp":1628623030},"coords":"51.4989709,-0.0206116","bedrooms":"4","price":"184000","area":"570"} , +{"type":"Feature","id":"n8996852026","geometry":{"type":"Point","coordinates":[-0.0211729,51.4993862]},"properties":{"@type":"node","@id":8996852026,"@timestamp":1628623030},"coords":"51.4993862,-0.0211729","bedrooms":"4","price":"235000","area":"561"} , +{"type":"Feature","id":"n8996893814","geometry":{"type":"Point","coordinates":[-0.013747,51.5466361]},"properties":{"@type":"node","@id":8996893814,"@timestamp":1628625464},"coords":"51.5466361,-0.013747","bedrooms":"1","price":"240000","area":"678"} , +{"type":"Feature","id":"n8996918610","geometry":{"type":"Point","coordinates":[-0.3440706,51.1443128]},"properties":{"@type":"node","@id":8996918610,"@timestamp":1628626237},"coords":"51.1443128,-0.3440706","bedrooms":"2","price":"258000","area":"431"} , +{"type":"Feature","id":"n8996935420","geometry":{"type":"Point","coordinates":[-0.3418444,51.1440744]},"properties":{"@type":"node","@id":8996935420,"@timestamp":1628626237},"coords":"51.1440744,-0.3418444","bedrooms":"1","price":"248000","area":"412"} , +{"type":"Feature","id":"n8996935430","geometry":{"type":"Point","coordinates":[-0.340691,51.1435191]},"properties":{"@type":"node","@id":8996935430,"@timestamp":1628626237},"coords":"51.1435191,-0.340691","bedrooms":"2","price":"288000","area":"563"} , +{"type":"Feature","id":"n8996935440","geometry":{"type":"Point","coordinates":[-0.3427072,51.1448653]},"properties":{"@type":"node","@id":8996935440,"@timestamp":1628626237},"coords":"51.1448653,-0.3427072","bedrooms":"1","price":"180000","area":"368"} , +{"type":"Feature","id":"n8996935450","geometry":{"type":"Point","coordinates":[-0.3404675,51.1449662]},"properties":{"@type":"node","@id":8996935450,"@timestamp":1628626237},"coords":"51.1449662,-0.3404675","bedrooms":"0","price":"185000","area":"413"} , +{"type":"Feature","id":"n8996935460","geometry":{"type":"Point","coordinates":[-0.341746,51.1455411]},"properties":{"@type":"node","@id":8996935460,"@timestamp":1628626237},"coords":"51.1455411,-0.341746","bedrooms":"0","price":"165000","area":"421"} , +{"type":"Feature","id":"n8997197000","geometry":{"type":"Point","coordinates":[0.4677083,50.9526551]},"properties":{"@type":"node","@id":8997197000,"@timestamp":1628635285},"coords":"50.9526551,0.4677083","bedrooms":"1","price":"276000","area":"452"} , +{"type":"Feature","id":"n8997223361","geometry":{"type":"Point","coordinates":[-0.0109178,51.5903051]},"properties":{"@type":"node","@id":8997223361,"@timestamp":1628639694},"coords":"51.5903051,-0.0109178","bedrooms":"3","price":"222000","area":"591"} , +{"type":"Feature","id":"n8997303374","geometry":{"type":"Point","coordinates":[-0.0439798,51.5867545]},"properties":{"@type":"node","@id":8997303374,"@timestamp":1628642402},"coords":"51.5867545,-0.0439798","bedrooms":"1","price":"217000","area":"439"} , +{"type":"Feature","id":"n8997455505","geometry":{"type":"Point","coordinates":[0.6128223,51.5923687]},"properties":{"@type":"node","@id":8997455505,"@timestamp":1628655271},"coords":"51.5923687,0.6128223","bedrooms":"3","price":"176000","area":"621"} , +{"type":"Feature","id":"n8997474508","geometry":{"type":"Point","coordinates":[-0.2298965,51.494401]},"properties":{"@type":"node","@id":8997474508,"@timestamp":1628655740},"coords":"51.494401,-0.2298965","bedrooms":"1","price":"181000","area":"553"} , +{"type":"Feature","id":"n8997495717","geometry":{"type":"Point","coordinates":[-0.2298106,51.4939343]},"properties":{"@type":"node","@id":8997495717,"@timestamp":1628655740},"coords":"51.4939343,-0.2298106","bedrooms":"3","price":"280000","area":"497"} , +{"type":"Feature","id":"n8997638688","geometry":{"type":"Point","coordinates":[0.7655041,51.799777]},"properties":{"@type":"node","@id":8997638688,"@timestamp":1628660635},"coords":"51.799777,0.7655041","bedrooms":"0","price":"267000","area":"429"} , +{"type":"Feature","id":"n8997643971","geometry":{"type":"Point","coordinates":[-0.2269542,51.4941311]},"properties":{"@type":"node","@id":8997643971,"@timestamp":1628660772},"coords":"51.4941311,-0.2269542","bedrooms":"1","price":"165000","area":"687"} , +{"type":"Feature","id":"n8997756845","geometry":{"type":"Point","coordinates":[0.6936356,51.6948922]},"properties":{"@type":"node","@id":8997756845,"@timestamp":1628663938},"coords":"51.6948922,0.6936356","bedrooms":"1","price":"198000","area":"526"} , +{"type":"Feature","id":"n8997947835","geometry":{"type":"Point","coordinates":[0.5268172,51.699835]},"properties":{"@type":"node","@id":8997947835,"@timestamp":1628668108},"coords":"51.699835,0.5268172","bedrooms":"4","price":"161000","area":"488"} , +{"type":"Feature","id":"n8998027202","geometry":{"type":"Point","coordinates":[0.7293436,51.6648254]},"properties":{"@type":"node","@id":8998027202,"@timestamp":1628669925},"coords":"51.6648254,0.7293436","bedrooms":"1","price":"279000","area":"511"} , +{"type":"Feature","id":"n8998070664","geometry":{"type":"Point","coordinates":[0.3183364,51.5882927]},"properties":{"@type":"node","@id":8998070664,"@timestamp":1628670969},"coords":"51.5882927,0.3183364","bedrooms":"3","price":"296000","area":"497"} , +{"type":"Feature","id":"n8998171727","geometry":{"type":"Point","coordinates":[-0.3444727,51.8137749]},"properties":{"@type":"node","@id":8998171727,"@timestamp":1628673573},"coords":"51.8137749,-0.3444727","bedrooms":"0","price":"187000","area":"677"} , +{"type":"Feature","id":"n8998171748","geometry":{"type":"Point","coordinates":[-0.348223,51.8159906]},"properties":{"@type":"node","@id":8998171748,"@timestamp":1628673573},"coords":"51.8159906,-0.348223","bedrooms":"0","price":"277000","area":"667"} , +{"type":"Feature","id":"n8998285740","geometry":{"type":"Point","coordinates":[-0.0560415,51.4988528]},"properties":{"@type":"node","@id":8998285740,"@timestamp":1628676478},"coords":"51.4988528,-0.0560415","bedrooms":"4","price":"249000","area":"692"} , +{"type":"Feature","id":"n8998345712","geometry":{"type":"Point","coordinates":[0.4954471,51.7879722]},"properties":{"@type":"node","@id":8998345712,"@timestamp":1628678581},"coords":"51.7879722,0.4954471","bedrooms":"1","price":"215000","area":"645"} , +{"type":"Feature","id":"n8998460905","geometry":{"type":"Point","coordinates":[0.5627208,51.625165]},"properties":{"@type":"node","@id":8998460905,"@timestamp":1628680906},"coords":"51.625165,0.5627208","bedrooms":"4","price":"212000","area":"674"} , +{"type":"Feature","id":"n8998569369","geometry":{"type":"Point","coordinates":[0.2983138,51.6395973]},"properties":{"@type":"node","@id":8998569369,"@timestamp":1628682973},"coords":"51.6395973,0.2983138","bedrooms":"3","price":"285000","area":"409"} , +{"type":"Feature","id":"n8998629742","geometry":{"type":"Point","coordinates":[0.7497052,51.5641001]},"properties":{"@type":"node","@id":8998629742,"@timestamp":1628684855},"coords":"51.5641001,0.7497052","bedrooms":"2","price":"203000","area":"569"} , +{"type":"Feature","id":"n8998799719","geometry":{"type":"Point","coordinates":[-0.3442594,51.8194664]},"properties":{"@type":"node","@id":8998799719,"@timestamp":1628688482},"coords":"51.8194664,-0.3442594","bedrooms":"4","price":"216000","area":"411"} , +{"type":"Feature","id":"n8998799746","geometry":{"type":"Point","coordinates":[-0.3404669,51.817885]},"properties":{"@type":"node","@id":8998799746,"@timestamp":1628688482},"coords":"51.817885,-0.3404669","bedrooms":"2","price":"227000","area":"353"} , +{"type":"Feature","id":"n8998947800","geometry":{"type":"Point","coordinates":[-0.3425002,51.8257279]},"properties":{"@type":"node","@id":8998947800,"@timestamp":1628692994},"coords":"51.8257279,-0.3425002","bedrooms":"2","price":"202000","area":"502"} , +{"type":"Feature","id":"n8999062982","geometry":{"type":"Point","coordinates":[-0.0594268,51.4986336]},"properties":{"@type":"node","@id":8999062982,"@timestamp":1628852060},"coords":"51.4986336,-0.0594268","bedrooms":"0","price":"268000","area":"584"} , +{"type":"Feature","id":"n8999093985","geometry":{"type":"Point","coordinates":[0.001216,51.1321552]},"properties":{"@type":"node","@id":8999093985,"@timestamp":1628697546},"coords":"51.1321552,0.001216","bedrooms":"2","price":"158000","area":"650"} , +{"type":"Feature","id":"n8999183053","geometry":{"type":"Point","coordinates":[-0.3676312,51.3681325]},"properties":{"@type":"node","@id":8999183053,"@timestamp":1629649470},"coords":"51.3681325,-0.3676312","bedrooms":"4","price":"261000","area":"399"} , +{"type":"Feature","id":"n8999183063","geometry":{"type":"Point","coordinates":[-0.3667824,51.3687317]},"properties":{"@type":"node","@id":8999183063,"@timestamp":1629646393},"coords":"51.3687317,-0.3667824","bedrooms":"1","price":"192000","area":"652"} , +{"type":"Feature","id":"n8999183073","geometry":{"type":"Point","coordinates":[-0.3660932,51.3694175]},"properties":{"@type":"node","@id":8999183073,"@timestamp":1628700573},"coords":"51.3694175,-0.3660932","bedrooms":"3","price":"201000","area":"529"} , +{"type":"Feature","id":"n8999183469","geometry":{"type":"Point","coordinates":[0.850497,51.0835837]},"properties":{"@type":"node","@id":8999183469,"@timestamp":1628700974},"coords":"51.0835837,0.850497","bedrooms":"0","price":"217000","area":"534"} , +{"type":"Feature","id":"n8999393955","geometry":{"type":"Point","coordinates":[-0.3775605,51.4640943]},"properties":{"@type":"node","@id":8999393955,"@timestamp":1628706367},"coords":"51.4640943,-0.3775605","bedrooms":"0","price":"166000","area":"653"} , +{"type":"Feature","id":"n8999449369","geometry":{"type":"Point","coordinates":[-0.1912213,51.6982474]},"properties":{"@type":"node","@id":8999449369,"@timestamp":1628708851},"coords":"51.6982474,-0.1912213","bedrooms":"0","price":"296000","area":"529"} , +{"type":"Feature","id":"n8999646560","geometry":{"type":"Point","coordinates":[0.0056216,51.5123758]},"properties":{"@type":"node","@id":8999646560,"@timestamp":1628716057},"coords":"51.5123758,0.0056216","bedrooms":"2","price":"230000","area":"499"} , +{"type":"Feature","id":"n8999736818","geometry":{"type":"Point","coordinates":[-0.1429751,51.5108067]},"properties":{"@type":"node","@id":8999736818,"@timestamp":1628719959},"coords":"51.5108067,-0.1429751","bedrooms":"3","price":"242000","area":"635"} , +{"type":"Feature","id":"n8999750768","geometry":{"type":"Point","coordinates":[-0.1450525,51.7239657]},"properties":{"@type":"node","@id":8999750768,"@timestamp":1628722714},"coords":"51.7239657,-0.1450525","bedrooms":"2","price":"260000","area":"368"} , +{"type":"Feature","id":"n9000244835","geometry":{"type":"Point","coordinates":[-0.2247094,51.4932803]},"properties":{"@type":"node","@id":9000244835,"@timestamp":1628745300},"coords":"51.4932803,-0.2247094","bedrooms":"2","price":"184000","area":"380"} , +{"type":"Feature","id":"n9000244965","geometry":{"type":"Point","coordinates":[-0.2258416,51.493694]},"properties":{"@type":"node","@id":9000244965,"@timestamp":1628745300},"coords":"51.493694,-0.2258416","bedrooms":"4","price":"169000","area":"457"} , +{"type":"Feature","id":"n9000315377","geometry":{"type":"Point","coordinates":[0.5127973,51.6233378]},"properties":{"@type":"node","@id":9000315377,"@timestamp":1628747316},"coords":"51.6233378,0.5127973","bedrooms":"2","price":"252000","area":"564"} , +{"type":"Feature","id":"n9000474898","geometry":{"type":"Point","coordinates":[-0.1297892,51.4947063]},"properties":{"@type":"node","@id":9000474898,"@timestamp":1628751494},"coords":"51.4947063,-0.1297892","bedrooms":"1","price":"217000","area":"436"} , +{"type":"Feature","id":"n9000531631","geometry":{"type":"Point","coordinates":[0.6468507,51.6186166]},"properties":{"@type":"node","@id":9000531631,"@timestamp":1628752780},"coords":"51.6186166,0.6468507","bedrooms":"0","price":"164000","area":"617"} , +{"type":"Feature","id":"n9000752276","geometry":{"type":"Point","coordinates":[0.7943347,51.8282506]},"properties":{"@type":"node","@id":9000752276,"@timestamp":1628756942},"coords":"51.8282506,0.7943347","bedrooms":"1","price":"297000","area":"412"} , +{"type":"Feature","id":"n9000994238","geometry":{"type":"Point","coordinates":[0.105023,51.5010173]},"properties":{"@type":"node","@id":9000994238,"@timestamp":1628760903},"coords":"51.5010173,0.105023","bedrooms":"0","price":"285000","area":"388"} , +{"type":"Feature","id":"n9001013350","geometry":{"type":"Point","coordinates":[-0.3434793,51.824136]},"properties":{"@type":"node","@id":9001013350,"@timestamp":1628761251},"coords":"51.824136,-0.3434793","bedrooms":"1","price":"175000","area":"386"} , +{"type":"Feature","id":"n9001162851","geometry":{"type":"Point","coordinates":[-0.0622283,51.4984725]},"properties":{"@type":"node","@id":9001162851,"@timestamp":1628852544},"coords":"51.4984725,-0.0622283","bedrooms":"3","price":"297000","area":"656"} , +{"type":"Feature","id":"n9001163692","geometry":{"type":"Point","coordinates":[-0.0603981,51.4985804]},"properties":{"@type":"node","@id":9001163692,"@timestamp":1628764218},"coords":"51.4985804,-0.0603981","bedrooms":"3","price":"154000","area":"557"} , +{"type":"Feature","id":"n9001181456","geometry":{"type":"Point","coordinates":[0.4523992,51.6069907]},"properties":{"@type":"node","@id":9001181456,"@timestamp":1628765148},"coords":"51.6069907,0.4523992","bedrooms":"1","price":"180000","area":"698"} , +{"type":"Feature","id":"n9001224740","geometry":{"type":"Point","coordinates":[0.7357382,51.7686574]},"properties":{"@type":"node","@id":9001224740,"@timestamp":1628766246},"coords":"51.7686574,0.7357382","bedrooms":"0","price":"206000","area":"402"} , +{"type":"Feature","id":"n9001302921","geometry":{"type":"Point","coordinates":[0.5801964,51.8615073]},"properties":{"@type":"node","@id":9001302921,"@timestamp":1628768002},"coords":"51.8615073,0.5801964","bedrooms":"2","price":"158000","area":"391"} , +{"type":"Feature","id":"n9001358884","geometry":{"type":"Point","coordinates":[0.6768439,51.6391473]},"properties":{"@type":"node","@id":9001358884,"@timestamp":1628769734},"coords":"51.6391473,0.6768439","bedrooms":"3","price":"208000","area":"400"} , +{"type":"Feature","id":"n9001392873","geometry":{"type":"Point","coordinates":[-0.1615112,51.474827]},"properties":{"@type":"node","@id":9001392873,"@timestamp":1629362922},"coords":"51.474827,-0.1615112","bedrooms":"3","price":"178000","area":"469"} , +{"type":"Feature","id":"n9001410539","geometry":{"type":"Point","coordinates":[-0.1546047,51.4753237]},"properties":{"@type":"node","@id":9001410539,"@timestamp":1628770908},"coords":"51.4753237,-0.1546047","bedrooms":"3","price":"208000","area":"620"} , +{"type":"Feature","id":"n9001454305","geometry":{"type":"Point","coordinates":[0.8710696,51.863288]},"properties":{"@type":"node","@id":9001454305,"@timestamp":1628772037},"coords":"51.863288,0.8710696","bedrooms":"1","price":"170000","area":"537"} , +{"type":"Feature","id":"n9001490633","geometry":{"type":"Point","coordinates":[0.0359382,51.5477616]},"properties":{"@type":"node","@id":9001490633,"@timestamp":1628772679},"coords":"51.5477616,0.0359382","bedrooms":"4","price":"271000","area":"567"} , +{"type":"Feature","id":"n9001490650","geometry":{"type":"Point","coordinates":[0.0373524,51.5479088]},"properties":{"@type":"node","@id":9001490650,"@timestamp":1628772679},"coords":"51.5479088,0.0373524","bedrooms":"1","price":"259000","area":"678"} , +{"type":"Feature","id":"n9001512737","geometry":{"type":"Point","coordinates":[0.3266725,51.8462995]},"properties":{"@type":"node","@id":9001512737,"@timestamp":1628773233},"coords":"51.8462995,0.3266725","bedrooms":"4","price":"295000","area":"603"} , +{"type":"Feature","id":"n9001522161","geometry":{"type":"Point","coordinates":[-0.0721655,51.4982407]},"properties":{"@type":"node","@id":9001522161,"@timestamp":1628773299},"coords":"51.4982407,-0.0721655","bedrooms":"1","price":"268000","area":"361"} , +{"type":"Feature","id":"n9001522258","geometry":{"type":"Point","coordinates":[-0.0704319,51.4988398]},"properties":{"@type":"node","@id":9001522258,"@timestamp":1628773299},"coords":"51.4988398,-0.0704319","bedrooms":"3","price":"215000","area":"556"} , +{"type":"Feature","id":"n9001598798","geometry":{"type":"Point","coordinates":[-0.1175648,51.4106595]},"properties":{"@type":"node","@id":9001598798,"@timestamp":1628777259},"coords":"51.4106595,-0.1175648","bedrooms":"3","price":"205000","area":"414"} , +{"type":"Feature","id":"n9001628602","geometry":{"type":"Point","coordinates":[-0.3695788,51.4697118]},"properties":{"@type":"node","@id":9001628602,"@timestamp":1628776341},"coords":"51.4697118,-0.3695788","bedrooms":"4","price":"213000","area":"512"} , +{"type":"Feature","id":"n9001662510","geometry":{"type":"Point","coordinates":[0.5429918,51.3290346]},"properties":{"@type":"node","@id":9001662510,"@timestamp":1628778344},"coords":"51.3290346,0.5429918","bedrooms":"2","price":"268000","area":"673"} , +{"type":"Feature","id":"n9001662533","geometry":{"type":"Point","coordinates":[-0.1511943,51.4762898]},"properties":{"@type":"node","@id":9001662533,"@timestamp":1628777541},"coords":"51.4762898,-0.1511943","bedrooms":"3","price":"200000","area":"469"} , +{"type":"Feature","id":"n9001664228","geometry":{"type":"Point","coordinates":[-0.0723579,51.4998206]},"properties":{"@type":"node","@id":9001664228,"@timestamp":1628777589},"coords":"51.4998206,-0.0723579","bedrooms":"0","price":"253000","area":"595"} , +{"type":"Feature","id":"n9001679920","geometry":{"type":"Point","coordinates":[0.5337891,51.3310004]},"properties":{"@type":"node","@id":9001679920,"@timestamp":1628778344},"coords":"51.3310004,0.5337891","bedrooms":"4","price":"189000","area":"397"} , +{"type":"Feature","id":"n9001699710","geometry":{"type":"Point","coordinates":[-0.2481205,51.4974146]},"properties":{"@type":"node","@id":9001699710,"@timestamp":1628779029},"coords":"51.4974146,-0.2481205","bedrooms":"4","price":"160000","area":"625"} , +{"type":"Feature","id":"n9001718100","geometry":{"type":"Point","coordinates":[-0.8125507,51.8154567]},"properties":{"@type":"node","@id":9001718100,"@timestamp":1628780413},"coords":"51.8154567,-0.8125507","bedrooms":"1","price":"251000","area":"568"} , +{"type":"Feature","id":"n9001746997","geometry":{"type":"Point","coordinates":[-0.3968632,51.1436208]},"properties":{"@type":"node","@id":9001746997,"@timestamp":1628780788},"coords":"51.1436208,-0.3968632","bedrooms":"4","price":"206000","area":"528"} , +{"type":"Feature","id":"n9001747007","geometry":{"type":"Point","coordinates":[-0.379742,51.1378159]},"properties":{"@type":"node","@id":9001747007,"@timestamp":1628780788},"coords":"51.1378159,-0.379742","bedrooms":"2","price":"155000","area":"657"} , +{"type":"Feature","id":"n9001759004","geometry":{"type":"Point","coordinates":[-0.845435,51.8226925]},"properties":{"@type":"node","@id":9001759004,"@timestamp":1628781414},"coords":"51.8226925,-0.845435","bedrooms":"0","price":"197000","area":"379"} , +{"type":"Feature","id":"n9001943860","geometry":{"type":"Point","coordinates":[0.0303181,51.5498218]},"properties":{"@type":"node","@id":9001943860,"@timestamp":1628786455},"coords":"51.5498218,0.0303181","bedrooms":"1","price":"275000","area":"413"} , +{"type":"Feature","id":"n9001985142","geometry":{"type":"Point","coordinates":[-0.0621722,51.4983316]},"properties":{"@type":"node","@id":9001985142,"@timestamp":1628787145},"coords":"51.4983316,-0.0621722","bedrooms":"0","price":"234000","area":"584"} , +{"type":"Feature","id":"n9001990849","geometry":{"type":"Point","coordinates":[-0.2264113,51.4957871]},"properties":{"@type":"node","@id":9001990849,"@timestamp":1628787815},"coords":"51.4957871,-0.2264113","bedrooms":"0","price":"263000","area":"370"} , +{"type":"Feature","id":"n9001990859","geometry":{"type":"Point","coordinates":[-0.2265948,51.4963099]},"properties":{"@type":"node","@id":9001990859,"@timestamp":1628787815},"coords":"51.4963099,-0.2265948","bedrooms":"1","price":"245000","area":"656"} , +{"type":"Feature","id":"n9002008821","geometry":{"type":"Point","coordinates":[-0.1755365,51.4940232]},"properties":{"@type":"node","@id":9002008821,"@timestamp":1628787908},"coords":"51.4940232,-0.1755365","bedrooms":"1","price":"228000","area":"390"} , +{"type":"Feature","id":"n9002009434","geometry":{"type":"Point","coordinates":[-0.2270069,51.4975125]},"properties":{"@type":"node","@id":9002009434,"@timestamp":1628787815},"coords":"51.4975125,-0.2270069","bedrooms":"0","price":"202000","area":"547"} , +{"type":"Feature","id":"n9002009444","geometry":{"type":"Point","coordinates":[-0.2271758,51.4979887]},"properties":{"@type":"node","@id":9002009444,"@timestamp":1628787815},"coords":"51.4979887,-0.2271758","bedrooms":"2","price":"194000","area":"630"} , +{"type":"Feature","id":"n9002020819","geometry":{"type":"Point","coordinates":[-0.1680207,51.699597]},"properties":{"@type":"node","@id":9002020819,"@timestamp":1628788348},"coords":"51.699597,-0.1680207","bedrooms":"3","price":"286000","area":"604"} , +{"type":"Feature","id":"n9002054181","geometry":{"type":"Point","coordinates":[0.6859906,51.6706224]},"properties":{"@type":"node","@id":9002054181,"@timestamp":1628791771},"coords":"51.6706224,0.6859906","bedrooms":"0","price":"154000","area":"360"} , +{"type":"Feature","id":"n9002125590","geometry":{"type":"Point","coordinates":[0.4008999,51.6656306]},"properties":{"@type":"node","@id":9002125590,"@timestamp":1628792788},"coords":"51.6656306,0.4008999","bedrooms":"3","price":"166000","area":"351"} , +{"type":"Feature","id":"n9002434885","geometry":{"type":"Point","coordinates":[-0.3527572,51.8276957]},"properties":{"@type":"node","@id":9002434885,"@timestamp":1628804634},"coords":"51.8276957,-0.3527572","bedrooms":"0","price":"172000","area":"454"} , +{"type":"Feature","id":"n9002434910","geometry":{"type":"Point","coordinates":[-0.3551006,51.8307404]},"properties":{"@type":"node","@id":9002434910,"@timestamp":1628804634},"coords":"51.8307404,-0.3551006","bedrooms":"4","price":"250000","area":"547"} , +{"type":"Feature","id":"n9002484628","geometry":{"type":"Point","coordinates":[-0.2164789,51.4616544]},"properties":{"@type":"node","@id":9002484628,"@timestamp":1628806927},"coords":"51.4616544,-0.2164789","bedrooms":"1","price":"216000","area":"423"} , +{"type":"Feature","id":"n9002484738","geometry":{"type":"Point","coordinates":[-0.2170817,51.4609423]},"properties":{"@type":"node","@id":9002484738,"@timestamp":1628806927},"coords":"51.4609423,-0.2170817","bedrooms":"3","price":"222000","area":"504"} , +{"type":"Feature","id":"n9002489876","geometry":{"type":"Point","coordinates":[-0.1448058,51.5488716]},"properties":{"@type":"node","@id":9002489876,"@timestamp":1628808547},"coords":"51.5488716,-0.1448058","bedrooms":"2","price":"191000","area":"563"} , +{"type":"Feature","id":"n9002489889","geometry":{"type":"Point","coordinates":[-0.1447881,51.5490063]},"properties":{"@type":"node","@id":9002489889,"@timestamp":1628808547},"coords":"51.5490063,-0.1447881","bedrooms":"1","price":"229000","area":"600"} , +{"type":"Feature","id":"n9002515047","geometry":{"type":"Point","coordinates":[-0.1454401,51.549274]},"properties":{"@type":"node","@id":9002515047,"@timestamp":1628808547},"coords":"51.549274,-0.1454401","bedrooms":"1","price":"153000","area":"479"} , +{"type":"Feature","id":"n9002515086","geometry":{"type":"Point","coordinates":[-0.1440206,51.5499394]},"properties":{"@type":"node","@id":9002515086,"@timestamp":1628808547},"coords":"51.5499394,-0.1440206","bedrooms":"0","price":"245000","area":"460"} , +{"type":"Feature","id":"n9002515114","geometry":{"type":"Point","coordinates":[-0.1446985,51.5499036]},"properties":{"@type":"node","@id":9002515114,"@timestamp":1628808547},"coords":"51.5499036,-0.1446985","bedrooms":"2","price":"190000","area":"559"} , +{"type":"Feature","id":"n9002515140","geometry":{"type":"Point","coordinates":[-0.1458471,51.5491431]},"properties":{"@type":"node","@id":9002515140,"@timestamp":1628808547},"coords":"51.5491431,-0.1458471","bedrooms":"1","price":"178000","area":"599"} , +{"type":"Feature","id":"n9002515162","geometry":{"type":"Point","coordinates":[-0.1456572,51.5486659]},"properties":{"@type":"node","@id":9002515162,"@timestamp":1628808547},"coords":"51.5486659,-0.1456572","bedrooms":"1","price":"223000","area":"636"} , +{"type":"Feature","id":"n9002515184","geometry":{"type":"Point","coordinates":[-0.1461591,51.5486988]},"properties":{"@type":"node","@id":9002515184,"@timestamp":1628808547},"coords":"51.5486988,-0.1461591","bedrooms":"3","price":"287000","area":"353"} , +{"type":"Feature","id":"n9002515204","geometry":{"type":"Point","coordinates":[-0.1447649,51.5481573]},"properties":{"@type":"node","@id":9002515204,"@timestamp":1628808547},"coords":"51.5481573,-0.1447649","bedrooms":"1","price":"199000","area":"637"} , +{"type":"Feature","id":"n9002515214","geometry":{"type":"Point","coordinates":[-0.1453274,51.5485464]},"properties":{"@type":"node","@id":9002515214,"@timestamp":1628808547},"coords":"51.5485464,-0.1453274","bedrooms":"1","price":"171000","area":"670"} , +{"type":"Feature","id":"n9002515230","geometry":{"type":"Point","coordinates":[-0.1433647,51.548797]},"properties":{"@type":"node","@id":9002515230,"@timestamp":1628808547},"coords":"51.548797,-0.1433647","bedrooms":"2","price":"279000","area":"599"} , +{"type":"Feature","id":"n9002515240","geometry":{"type":"Point","coordinates":[-0.1428638,51.5474509]},"properties":{"@type":"node","@id":9002515240,"@timestamp":1628808547},"coords":"51.5474509,-0.1428638","bedrooms":"2","price":"268000","area":"456"} , +{"type":"Feature","id":"n9002515250","geometry":{"type":"Point","coordinates":[-0.1432635,51.5478337]},"properties":{"@type":"node","@id":9002515250,"@timestamp":1628808547},"coords":"51.5478337,-0.1432635","bedrooms":"4","price":"162000","area":"690"} , +{"type":"Feature","id":"n9002515260","geometry":{"type":"Point","coordinates":[-0.1438274,51.5472971]},"properties":{"@type":"node","@id":9002515260,"@timestamp":1628808547},"coords":"51.5472971,-0.1438274","bedrooms":"0","price":"202000","area":"410"} , +{"type":"Feature","id":"n9002515270","geometry":{"type":"Point","coordinates":[-0.1449472,51.5477891]},"properties":{"@type":"node","@id":9002515270,"@timestamp":1628808547},"coords":"51.5477891,-0.1449472","bedrooms":"3","price":"164000","area":"591"} , +{"type":"Feature","id":"n9002515375","geometry":{"type":"Point","coordinates":[-0.1422999,51.5484359]},"properties":{"@type":"node","@id":9002515375,"@timestamp":1628808547},"coords":"51.5484359,-0.1422999","bedrooms":"0","price":"267000","area":"658"} , +{"type":"Feature","id":"n9002515389","geometry":{"type":"Point","coordinates":[-0.1420538,51.5482837]},"properties":{"@type":"node","@id":9002515389,"@timestamp":1628808547},"coords":"51.5482837,-0.1420538","bedrooms":"4","price":"185000","area":"525"} , +{"type":"Feature","id":"n9002515399","geometry":{"type":"Point","coordinates":[-0.1419345,51.5484755]},"properties":{"@type":"node","@id":9002515399,"@timestamp":1628808547},"coords":"51.5484755,-0.1419345","bedrooms":"0","price":"260000","area":"403"} , +{"type":"Feature","id":"n9002515468","geometry":{"type":"Point","coordinates":[-0.1421769,51.5476464]},"properties":{"@type":"node","@id":9002515468,"@timestamp":1628808547},"coords":"51.5476464,-0.1421769","bedrooms":"0","price":"278000","area":"663"} , +{"type":"Feature","id":"n9002515478","geometry":{"type":"Point","coordinates":[-0.1489801,51.5460936]},"properties":{"@type":"node","@id":9002515478,"@timestamp":1630950813},"coords":"51.5460936,-0.1489801","bedrooms":"0","price":"293000","area":"475"} , +{"type":"Feature","id":"n9002515490","geometry":{"type":"Point","coordinates":[-0.1459881,51.546597]},"properties":{"@type":"node","@id":9002515490,"@timestamp":1628808547},"coords":"51.546597,-0.1459881","bedrooms":"1","price":"186000","area":"462"} , +{"type":"Feature","id":"n9002515530","geometry":{"type":"Point","coordinates":[-0.1449379,51.5466762]},"properties":{"@type":"node","@id":9002515530,"@timestamp":1628808547},"coords":"51.5466762,-0.1449379","bedrooms":"1","price":"233000","area":"392"} , +{"type":"Feature","id":"n9002555770","geometry":{"type":"Point","coordinates":[0.3373733,51.8660026]},"properties":{"@type":"node","@id":9002555770,"@timestamp":1628810525},"coords":"51.8660026,0.3373733","bedrooms":"4","price":"286000","area":"357"} , +{"type":"Feature","id":"n9002559760","geometry":{"type":"Point","coordinates":[-0.4038195,51.8135832]},"properties":{"@type":"node","@id":9002559760,"@timestamp":1628810865},"coords":"51.8135832,-0.4038195","bedrooms":"2","price":"276000","area":"675"} , +{"type":"Feature","id":"n9002559780","geometry":{"type":"Point","coordinates":[-0.3807368,51.8286016]},"properties":{"@type":"node","@id":9002559780,"@timestamp":1628810865},"coords":"51.8286016,-0.3807368","bedrooms":"2","price":"252000","area":"453"} , +{"type":"Feature","id":"n9002559801","geometry":{"type":"Point","coordinates":[-0.3871785,51.8302162]},"properties":{"@type":"node","@id":9002559801,"@timestamp":1628810865},"coords":"51.8302162,-0.3871785","bedrooms":"4","price":"296000","area":"362"} , +{"type":"Feature","id":"n9002559822","geometry":{"type":"Point","coordinates":[-0.3786783,51.828825]},"properties":{"@type":"node","@id":9002559822,"@timestamp":1628810865},"coords":"51.828825,-0.3786783","bedrooms":"4","price":"219000","area":"604"} , +{"type":"Feature","id":"n9002646079","geometry":{"type":"Point","coordinates":[0.65805,51.6032961]},"properties":{"@type":"node","@id":9002646079,"@timestamp":1628817507},"coords":"51.6032961,0.65805","bedrooms":"2","price":"279000","area":"513"} , +{"type":"Feature","id":"n9002803118","geometry":{"type":"Point","coordinates":[0.679294,51.5822087]},"properties":{"@type":"node","@id":9002803118,"@timestamp":1628827431},"coords":"51.5822087,0.679294","bedrooms":"4","price":"207000","area":"580"} , +{"type":"Feature","id":"n9002867154","geometry":{"type":"Point","coordinates":[-0.6725645,51.3958412]},"properties":{"@type":"node","@id":9002867154,"@timestamp":1628829894},"coords":"51.3958412,-0.6725645","bedrooms":"1","price":"192000","area":"679"} , +{"type":"Feature","id":"n9002975147","geometry":{"type":"Point","coordinates":[-0.2266384,51.4982103]},"properties":{"@type":"node","@id":9002975147,"@timestamp":1628833408},"coords":"51.4982103,-0.2266384","bedrooms":"2","price":"217000","area":"573"} , +{"type":"Feature","id":"n9002975159","geometry":{"type":"Point","coordinates":[-0.2270801,51.4988495]},"properties":{"@type":"node","@id":9002975159,"@timestamp":1628833408},"coords":"51.4988495,-0.2270801","bedrooms":"0","price":"150000","area":"661"} , +{"type":"Feature","id":"n9002975169","geometry":{"type":"Point","coordinates":[-0.2268903,51.498316]},"properties":{"@type":"node","@id":9002975169,"@timestamp":1628833408},"coords":"51.498316,-0.2268903","bedrooms":"1","price":"230000","area":"617"} , +{"type":"Feature","id":"n9003033766","geometry":{"type":"Point","coordinates":[-0.2276096,51.4992262]},"properties":{"@type":"node","@id":9003033766,"@timestamp":1628835238},"coords":"51.4992262,-0.2276096","bedrooms":"1","price":"196000","area":"350"} , +{"type":"Feature","id":"n9003033776","geometry":{"type":"Point","coordinates":[-0.2274236,51.4986895]},"properties":{"@type":"node","@id":9003033776,"@timestamp":1628835238},"coords":"51.4986895,-0.2274236","bedrooms":"2","price":"279000","area":"354"} , +{"type":"Feature","id":"n9003033786","geometry":{"type":"Point","coordinates":[-0.2272373,51.4981518]},"properties":{"@type":"node","@id":9003033786,"@timestamp":1628835238},"coords":"51.4981518,-0.2272373","bedrooms":"2","price":"203000","area":"463"} , +{"type":"Feature","id":"n9003088608","geometry":{"type":"Point","coordinates":[0.3185859,51.6919959]},"properties":{"@type":"node","@id":9003088608,"@timestamp":1628837435},"coords":"51.6919959,0.3185859","bedrooms":"1","price":"168000","area":"474"} , +{"type":"Feature","id":"n9003211818","geometry":{"type":"Point","coordinates":[-0.3638212,51.3706854]},"properties":{"@type":"node","@id":9003211818,"@timestamp":1630685384},"coords":"51.3706854,-0.3638212","bedrooms":"1","price":"299000","area":"478"} , +{"type":"Feature","id":"n9003417040","geometry":{"type":"Point","coordinates":[0.1440752,51.5929277]},"properties":{"@type":"node","@id":9003417040,"@timestamp":1628843944},"coords":"51.5929277,0.1440752","bedrooms":"1","price":"250000","area":"408"} , +{"type":"Feature","id":"n9003543651","geometry":{"type":"Point","coordinates":[0.306695,51.6487261]},"properties":{"@type":"node","@id":9003543651,"@timestamp":1628847658},"coords":"51.6487261,0.306695","bedrooms":"2","price":"221000","area":"635"} , +{"type":"Feature","id":"n9003873859","geometry":{"type":"Point","coordinates":[-0.3554537,51.1708262]},"properties":{"@type":"node","@id":9003873859,"@timestamp":1628850965},"coords":"51.1708262,-0.3554537","bedrooms":"2","price":"159000","area":"602"} , +{"type":"Feature","id":"n9004093191","geometry":{"type":"Point","coordinates":[0.1579671,51.5960591]},"properties":{"@type":"node","@id":9004093191,"@timestamp":1628851938},"coords":"51.5960591,0.1579671","bedrooms":"2","price":"173000","area":"643"} , +{"type":"Feature","id":"n9004115466","geometry":{"type":"Point","coordinates":[0.6113453,51.8456381]},"properties":{"@type":"node","@id":9004115466,"@timestamp":1628853061},"coords":"51.8456381,0.6113453","bedrooms":"1","price":"258000","area":"451"} , +{"type":"Feature","id":"n9004154396","geometry":{"type":"Point","coordinates":[-0.2491541,51.161767]},"properties":{"@type":"node","@id":9004154396,"@timestamp":1628853718},"coords":"51.161767,-0.2491541","bedrooms":"1","price":"211000","area":"661"} , +{"type":"Feature","id":"n9004187774","geometry":{"type":"Point","coordinates":[-0.2767999,51.1784863]},"properties":{"@type":"node","@id":9004187774,"@timestamp":1628854353},"coords":"51.1784863,-0.2767999","bedrooms":"3","price":"237000","area":"375"} , +{"type":"Feature","id":"n9004322317","geometry":{"type":"Point","coordinates":[0.5651495,51.5456738]},"properties":{"@type":"node","@id":9004322317,"@timestamp":1628857047},"coords":"51.5456738,0.5651495","bedrooms":"4","price":"231000","area":"376"} , +{"type":"Feature","id":"n9004464885","geometry":{"type":"Point","coordinates":[0.0317145,51.5947712]},"properties":{"@type":"node","@id":9004464885,"@timestamp":1628860746},"coords":"51.5947712,0.0317145","bedrooms":"1","price":"242000","area":"680"} , +{"type":"Feature","id":"n9004572231","geometry":{"type":"Point","coordinates":[-0.4001232,51.8042803]},"properties":{"@type":"node","@id":9004572231,"@timestamp":1628863918},"coords":"51.8042803,-0.4001232","bedrooms":"0","price":"250000","area":"423"} , +{"type":"Feature","id":"n9004620513","geometry":{"type":"Point","coordinates":[-0.2796516,51.1779264]},"properties":{"@type":"node","@id":9004620513,"@timestamp":1628866125},"coords":"51.1779264,-0.2796516","bedrooms":"4","price":"292000","area":"534"} , +{"type":"Feature","id":"n9004621494","geometry":{"type":"Point","coordinates":[-0.3911498,51.8011071]},"properties":{"@type":"node","@id":9004621494,"@timestamp":1628865781},"coords":"51.8011071,-0.3911498","bedrooms":"0","price":"288000","area":"407"} , +{"type":"Feature","id":"n9004649424","geometry":{"type":"Point","coordinates":[0.04122,51.5495046]},"properties":{"@type":"node","@id":9004649424,"@timestamp":1628866712},"coords":"51.5495046,0.04122","bedrooms":"3","price":"235000","area":"513"} , +{"type":"Feature","id":"n9004842456","geometry":{"type":"Point","coordinates":[0.6266673,51.5734925]},"properties":{"@type":"node","@id":9004842456,"@timestamp":1628873929},"coords":"51.5734925,0.6266673","bedrooms":"3","price":"185000","area":"609"} , +{"type":"Feature","id":"n9004878379","geometry":{"type":"Point","coordinates":[0.510179,51.2710916]},"properties":{"@type":"node","@id":9004878379,"@timestamp":1628876158},"coords":"51.2710916,0.510179","bedrooms":"1","price":"188000","area":"597"} , +{"type":"Feature","id":"n9004878389","geometry":{"type":"Point","coordinates":[0.511394,51.2766373]},"properties":{"@type":"node","@id":9004878389,"@timestamp":1628876158},"coords":"51.2766373,0.511394","bedrooms":"2","price":"297000","area":"509"} , +{"type":"Feature","id":"n9004887253","geometry":{"type":"Point","coordinates":[0.5193374,51.2739392]},"properties":{"@type":"node","@id":9004887253,"@timestamp":1628875706},"coords":"51.2739392,0.5193374","bedrooms":"2","price":"272000","area":"554"} , +{"type":"Feature","id":"n9004887263","geometry":{"type":"Point","coordinates":[0.5266625,51.2834826]},"properties":{"@type":"node","@id":9004887263,"@timestamp":1628875706},"coords":"51.2834826,0.5266625","bedrooms":"3","price":"283000","area":"426"} , +{"type":"Feature","id":"n9004887273","geometry":{"type":"Point","coordinates":[0.521455,51.2787463]},"properties":{"@type":"node","@id":9004887273,"@timestamp":1628875706},"coords":"51.2787463,0.521455","bedrooms":"3","price":"202000","area":"628"} , +{"type":"Feature","id":"n9004958337","geometry":{"type":"Point","coordinates":[-0.1762801,51.2271634]},"properties":{"@type":"node","@id":9004958337,"@timestamp":1628877943},"coords":"51.2271634,-0.1762801","bedrooms":"0","price":"225000","area":"501"} , +{"type":"Feature","id":"n9005376444","geometry":{"type":"Point","coordinates":[-0.1624869,51.3866199]},"properties":{"@type":"node","@id":9005376444,"@timestamp":1628896784},"coords":"51.3866199,-0.1624869","bedrooms":"0","price":"174000","area":"421"} , +{"type":"Feature","id":"n9006058294","geometry":{"type":"Point","coordinates":[-0.2277846,51.4998773]},"properties":{"@type":"node","@id":9006058294,"@timestamp":1628926528},"coords":"51.4998773,-0.2277846","bedrooms":"0","price":"207000","area":"466"} , +{"type":"Feature","id":"n9006058304","geometry":{"type":"Point","coordinates":[-0.2279809,51.5004358]},"properties":{"@type":"node","@id":9006058304,"@timestamp":1628926528},"coords":"51.5004358,-0.2279809","bedrooms":"0","price":"245000","area":"627"} , +{"type":"Feature","id":"n9006081891","geometry":{"type":"Point","coordinates":[-0.2279738,51.5009992]},"properties":{"@type":"node","@id":9006081891,"@timestamp":1628926528},"coords":"51.5009992,-0.2279738","bedrooms":"2","price":"260000","area":"472"} , +{"type":"Feature","id":"n9006081951","geometry":{"type":"Point","coordinates":[-0.22728,51.4998823]},"properties":{"@type":"node","@id":9006081951,"@timestamp":1628926528},"coords":"51.4998823,-0.22728","bedrooms":"4","price":"208000","area":"575"} , +{"type":"Feature","id":"n9006118463","geometry":{"type":"Point","coordinates":[-0.2273565,51.5009065]},"properties":{"@type":"node","@id":9006118463,"@timestamp":1628927881},"coords":"51.5009065,-0.2273565","bedrooms":"1","price":"157000","area":"557"} , +{"type":"Feature","id":"n9006210386","geometry":{"type":"Point","coordinates":[-0.263122,51.170911]},"properties":{"@type":"node","@id":9006210386,"@timestamp":1628931755},"coords":"51.170911,-0.263122","bedrooms":"3","price":"168000","area":"432"} , +{"type":"Feature","id":"n9006323644","geometry":{"type":"Point","coordinates":[-0.2275794,51.5017089]},"properties":{"@type":"node","@id":9006323644,"@timestamp":1628936121},"coords":"51.5017089,-0.2275794","bedrooms":"4","price":"270000","area":"480"} , +{"type":"Feature","id":"n9006323654","geometry":{"type":"Point","coordinates":[-0.2274582,51.5012536]},"properties":{"@type":"node","@id":9006323654,"@timestamp":1628936121},"coords":"51.5012536,-0.2274582","bedrooms":"1","price":"226000","area":"524"} , +{"type":"Feature","id":"n9006335576","geometry":{"type":"Point","coordinates":[-0.2279094,51.5020224]},"properties":{"@type":"node","@id":9006335576,"@timestamp":1628936121},"coords":"51.5020224,-0.2279094","bedrooms":"3","price":"217000","area":"642"} , +{"type":"Feature","id":"n9006434527","geometry":{"type":"Point","coordinates":[-0.7274261,51.3025501]},"properties":{"@type":"node","@id":9006434527,"@timestamp":1628939422},"coords":"51.3025501,-0.7274261","bedrooms":"4","price":"188000","area":"485"} , +{"type":"Feature","id":"n9006699684","geometry":{"type":"Point","coordinates":[-0.0266997,51.5348362]},"properties":{"@type":"node","@id":9006699684,"@timestamp":1628951587},"coords":"51.5348362,-0.0266997","bedrooms":"2","price":"292000","area":"406"} , +{"type":"Feature","id":"n9006857278","geometry":{"type":"Point","coordinates":[0.1047228,51.4628966]},"properties":{"@type":"node","@id":9006857278,"@timestamp":1628960660},"coords":"51.4628966,0.1047228","bedrooms":"0","price":"196000","area":"359"} , +{"type":"Feature","id":"n9007109695","geometry":{"type":"Point","coordinates":[-0.2948459,51.8271343]},"properties":{"@type":"node","@id":9007109695,"@timestamp":1629037454},"coords":"51.8271343,-0.2948459","bedrooms":"3","price":"239000","area":"603"} , +{"type":"Feature","id":"n9007153137","geometry":{"type":"Point","coordinates":[-0.3036722,51.8341281]},"properties":{"@type":"node","@id":9007153137,"@timestamp":1629037454},"coords":"51.8341281,-0.3036722","bedrooms":"4","price":"164000","area":"647"} , +{"type":"Feature","id":"n9007177134","geometry":{"type":"Point","coordinates":[-0.2970549,51.8186244]},"properties":{"@type":"node","@id":9007177134,"@timestamp":1629037454},"coords":"51.8186244,-0.2970549","bedrooms":"1","price":"188000","area":"684"} , +{"type":"Feature","id":"n9007769465","geometry":{"type":"Point","coordinates":[-0.4824247,51.5328558]},"properties":{"@type":"node","@id":9007769465,"@timestamp":1629022990},"coords":"51.5328558,-0.4824247","bedrooms":"1","price":"240000","area":"687"} , +{"type":"Feature","id":"n9007871280","geometry":{"type":"Point","coordinates":[-0.2942775,51.4041008]},"properties":{"@type":"node","@id":9007871280,"@timestamp":1629027906},"coords":"51.4041008,-0.2942775","bedrooms":"4","price":"156000","area":"664"} , +{"type":"Feature","id":"n9007902606","geometry":{"type":"Point","coordinates":[-0.2942551,51.4036538]},"properties":{"@type":"node","@id":9007902606,"@timestamp":1629030527},"coords":"51.4036538,-0.2942551","bedrooms":"3","price":"276000","area":"631"} , +{"type":"Feature","id":"n9007928126","geometry":{"type":"Point","coordinates":[-0.2939627,51.4036577]},"properties":{"@type":"node","@id":9007928126,"@timestamp":1629030527},"coords":"51.4036577,-0.2939627","bedrooms":"4","price":"299000","area":"502"} , +{"type":"Feature","id":"n9007928136","geometry":{"type":"Point","coordinates":[-0.2938912,51.4034724]},"properties":{"@type":"node","@id":9007928136,"@timestamp":1629030527},"coords":"51.4034724,-0.2938912","bedrooms":"4","price":"150000","area":"498"} , +{"type":"Feature","id":"n9008062447","geometry":{"type":"Point","coordinates":[-0.3150442,51.7729211]},"properties":{"@type":"node","@id":9008062447,"@timestamp":1629037540},"coords":"51.7729211,-0.3150442","bedrooms":"3","price":"266000","area":"397"} , +{"type":"Feature","id":"n9008173884","geometry":{"type":"Point","coordinates":[-0.2987062,51.4092341]},"properties":{"@type":"node","@id":9008173884,"@timestamp":1629041581},"coords":"51.4092341,-0.2987062","bedrooms":"0","price":"292000","area":"454"} , +{"type":"Feature","id":"n9008215564","geometry":{"type":"Point","coordinates":[0.0148717,50.9771067]},"properties":{"@type":"node","@id":9008215564,"@timestamp":1629043303},"coords":"50.9771067,0.0148717","bedrooms":"1","price":"165000","area":"535"} , +{"type":"Feature","id":"n9008592282","geometry":{"type":"Point","coordinates":[-0.3569308,51.4697602]},"properties":{"@type":"node","@id":9008592282,"@timestamp":1629646077},"coords":"51.4697602,-0.3569308","bedrooms":"4","price":"157000","area":"600"} , +{"type":"Feature","id":"n9008650643","geometry":{"type":"Point","coordinates":[-0.222044,51.3613298]},"properties":{"@type":"node","@id":9008650643,"@timestamp":1629060632},"coords":"51.3613298,-0.222044","bedrooms":"4","price":"299000","area":"598"} , +{"type":"Feature","id":"n9008650655","geometry":{"type":"Point","coordinates":[-0.2218938,51.3613451]},"properties":{"@type":"node","@id":9008650655,"@timestamp":1629060632},"coords":"51.3613451,-0.2218938","bedrooms":"4","price":"239000","area":"421"} , +{"type":"Feature","id":"n9008666102","geometry":{"type":"Point","coordinates":[-0.3131303,51.7701437]},"properties":{"@type":"node","@id":9008666102,"@timestamp":1629061106},"coords":"51.7701437,-0.3131303","bedrooms":"2","price":"191000","area":"593"} , +{"type":"Feature","id":"n9008677302","geometry":{"type":"Point","coordinates":[-0.3380587,51.8219704]},"properties":{"@type":"node","@id":9008677302,"@timestamp":1629062972},"coords":"51.8219704,-0.3380587","bedrooms":"2","price":"171000","area":"628"} , +{"type":"Feature","id":"n9008723468","geometry":{"type":"Point","coordinates":[-0.2557625,51.8100852]},"properties":{"@type":"node","@id":9008723468,"@timestamp":1629065126},"coords":"51.8100852,-0.2557625","bedrooms":"2","price":"268000","area":"620"} , +{"type":"Feature","id":"n9008730351","geometry":{"type":"Point","coordinates":[-0.2914665,51.8129005]},"properties":{"@type":"node","@id":9008730351,"@timestamp":1629064718},"coords":"51.8129005,-0.2914665","bedrooms":"0","price":"159000","area":"502"} , +{"type":"Feature","id":"n9008750357","geometry":{"type":"Point","coordinates":[-0.2028981,51.7764197]},"properties":{"@type":"node","@id":9008750357,"@timestamp":1629066144},"coords":"51.7764197,-0.2028981","bedrooms":"3","price":"243000","area":"663"} , +{"type":"Feature","id":"n9008949405","geometry":{"type":"Point","coordinates":[-0.2272315,51.5017905]},"properties":{"@type":"node","@id":9008949405,"@timestamp":1629083944},"coords":"51.5017905,-0.2272315","bedrooms":"2","price":"242000","area":"618"} , +{"type":"Feature","id":"n9008949415","geometry":{"type":"Point","coordinates":[-0.2271063,51.5013485]},"properties":{"@type":"node","@id":9008949415,"@timestamp":1629083944},"coords":"51.5013485,-0.2271063","bedrooms":"0","price":"186000","area":"517"} , +{"type":"Feature","id":"n9008999469","geometry":{"type":"Point","coordinates":[-0.4676338,51.4805777]},"properties":{"@type":"node","@id":9008999469,"@timestamp":1629083989},"coords":"51.4805777,-0.4676338","bedrooms":"3","price":"198000","area":"515"} , +{"type":"Feature","id":"n9009007491","geometry":{"type":"Point","coordinates":[-0.2270209,51.5010255]},"properties":{"@type":"node","@id":9009007491,"@timestamp":1629083944},"coords":"51.5010255,-0.2270209","bedrooms":"0","price":"184000","area":"612"} , +{"type":"Feature","id":"n9009023386","geometry":{"type":"Point","coordinates":[-0.2268025,51.5004321]},"properties":{"@type":"node","@id":9009023386,"@timestamp":1629086568},"coords":"51.5004321,-0.2268025","bedrooms":"4","price":"248000","area":"424"} , +{"type":"Feature","id":"n9009403684","geometry":{"type":"Point","coordinates":[0.3692202,51.6301393]},"properties":{"@type":"node","@id":9009403684,"@timestamp":1629096939},"coords":"51.6301393,0.3692202","bedrooms":"4","price":"173000","area":"577"} , +{"type":"Feature","id":"n9009486610","geometry":{"type":"Point","coordinates":[-0.001323,51.5382791]},"properties":{"@type":"node","@id":9009486610,"@timestamp":1631367995},"coords":"51.5382791,-0.001323","bedrooms":"2","price":"298000","area":"691"} , +{"type":"Feature","id":"n9009613811","geometry":{"type":"Point","coordinates":[-0.0134904,51.5297421]},"properties":{"@type":"node","@id":9009613811,"@timestamp":1629102187},"coords":"51.5297421,-0.0134904","bedrooms":"1","price":"153000","area":"432"} , +{"type":"Feature","id":"n9009703944","geometry":{"type":"Point","coordinates":[0.0037799,51.5431082]},"properties":{"@type":"node","@id":9009703944,"@timestamp":1629104545},"coords":"51.5431082,0.0037799","bedrooms":"0","price":"294000","area":"530"} , +{"type":"Feature","id":"n9009761424","geometry":{"type":"Point","coordinates":[-1.0866862,51.4838548]},"properties":{"@type":"node","@id":9009761424,"@timestamp":1629105591},"coords":"51.4838548,-1.0866862","bedrooms":"2","price":"159000","area":"501"} , +{"type":"Feature","id":"n9009896934","geometry":{"type":"Point","coordinates":[-0.7611063,51.2536009]},"properties":{"@type":"node","@id":9009896934,"@timestamp":1629142551},"coords":"51.2536009,-0.7611063","bedrooms":"1","price":"269000","area":"461"} , +{"type":"Feature","id":"n9009945039","geometry":{"type":"Point","coordinates":[-0.2469324,51.4637787]},"properties":{"@type":"node","@id":9009945039,"@timestamp":1629111728},"coords":"51.4637787,-0.2469324","bedrooms":"0","price":"228000","area":"551"} , +{"type":"Feature","id":"n9009989471","geometry":{"type":"Point","coordinates":[-0.2544961,51.5543294]},"properties":{"@type":"node","@id":9009989471,"@timestamp":1629112072},"coords":"51.5543294,-0.2544961","bedrooms":"0","price":"201000","area":"545"} , +{"type":"Feature","id":"n9010030319","geometry":{"type":"Point","coordinates":[-0.195,51.3687703]},"properties":{"@type":"node","@id":9010030319,"@timestamp":1629112644},"coords":"51.3687703,-0.195","bedrooms":"0","price":"161000","area":"524"} , +{"type":"Feature","id":"n9010082847","geometry":{"type":"Point","coordinates":[-0.4853475,51.6921889]},"properties":{"@type":"node","@id":9010082847,"@timestamp":1629113946},"coords":"51.6921889,-0.4853475","bedrooms":"0","price":"289000","area":"576"} , +{"type":"Feature","id":"n9010154562","geometry":{"type":"Point","coordinates":[0.7294233,51.5307415]},"properties":{"@type":"node","@id":9010154562,"@timestamp":1629115807},"coords":"51.5307415,0.7294233","bedrooms":"0","price":"258000","area":"493"} , +{"type":"Feature","id":"n9010154572","geometry":{"type":"Point","coordinates":[0.7657447,51.5263162]},"properties":{"@type":"node","@id":9010154572,"@timestamp":1629115807},"coords":"51.5263162,0.7657447","bedrooms":"4","price":"248000","area":"568"} , +{"type":"Feature","id":"n9010154582","geometry":{"type":"Point","coordinates":[0.762621,51.5272984]},"properties":{"@type":"node","@id":9010154582,"@timestamp":1629115807},"coords":"51.5272984,0.762621","bedrooms":"2","price":"238000","area":"361"} , +{"type":"Feature","id":"n9010154592","geometry":{"type":"Point","coordinates":[0.7626886,51.5273928]},"properties":{"@type":"node","@id":9010154592,"@timestamp":1629115807},"coords":"51.5273928,0.7626886","bedrooms":"4","price":"288000","area":"414"} , +{"type":"Feature","id":"n9010154602","geometry":{"type":"Point","coordinates":[0.7641362,51.5275193]},"properties":{"@type":"node","@id":9010154602,"@timestamp":1629115807},"coords":"51.5275193,0.7641362","bedrooms":"2","price":"198000","area":"517"} , +{"type":"Feature","id":"n9010154612","geometry":{"type":"Point","coordinates":[0.7625675,51.5277731]},"properties":{"@type":"node","@id":9010154612,"@timestamp":1629115807},"coords":"51.5277731,0.7625675","bedrooms":"1","price":"235000","area":"452"} , +{"type":"Feature","id":"n9010172018","geometry":{"type":"Point","coordinates":[0.7621865,51.5279918]},"properties":{"@type":"node","@id":9010172018,"@timestamp":1629115807},"coords":"51.5279918,0.7621865","bedrooms":"2","price":"154000","area":"458"} , +{"type":"Feature","id":"n9010172028","geometry":{"type":"Point","coordinates":[0.7611955,51.5283457]},"properties":{"@type":"node","@id":9010172028,"@timestamp":1629115807},"coords":"51.5283457,0.7611955","bedrooms":"4","price":"273000","area":"355"} , +{"type":"Feature","id":"n9010172038","geometry":{"type":"Point","coordinates":[0.7598195,51.5283955]},"properties":{"@type":"node","@id":9010172038,"@timestamp":1629115807},"coords":"51.5283955,0.7598195","bedrooms":"1","price":"254000","area":"553"} , +{"type":"Feature","id":"n9010172054","geometry":{"type":"Point","coordinates":[0.764866,51.527171]},"properties":{"@type":"node","@id":9010172054,"@timestamp":1629115807},"coords":"51.527171,0.764866","bedrooms":"1","price":"276000","area":"640"} , +{"type":"Feature","id":"n9010172064","geometry":{"type":"Point","coordinates":[0.7637042,51.5272633]},"properties":{"@type":"node","@id":9010172064,"@timestamp":1629115807},"coords":"51.5272633,0.7637042","bedrooms":"1","price":"265000","area":"520"} , +{"type":"Feature","id":"n9010172074","geometry":{"type":"Point","coordinates":[0.7635968,51.5274315]},"properties":{"@type":"node","@id":9010172074,"@timestamp":1629115807},"coords":"51.5274315,0.7635968","bedrooms":"1","price":"262000","area":"397"} , +{"type":"Feature","id":"n9010172084","geometry":{"type":"Point","coordinates":[0.7623161,51.5278648]},"properties":{"@type":"node","@id":9010172084,"@timestamp":1629115807},"coords":"51.5278648,0.7623161","bedrooms":"1","price":"195000","area":"409"} , +{"type":"Feature","id":"n9010172094","geometry":{"type":"Point","coordinates":[0.7617187,51.5279316]},"properties":{"@type":"node","@id":9010172094,"@timestamp":1629115807},"coords":"51.5279316,0.7617187","bedrooms":"1","price":"154000","area":"355"} , +{"type":"Feature","id":"n9010172104","geometry":{"type":"Point","coordinates":[0.7597042,51.5282289]},"properties":{"@type":"node","@id":9010172104,"@timestamp":1629115807},"coords":"51.5282289,0.7597042","bedrooms":"2","price":"210000","area":"350"} , +{"type":"Feature","id":"n9010172114","geometry":{"type":"Point","coordinates":[0.7601013,51.5281396]},"properties":{"@type":"node","@id":9010172114,"@timestamp":1629115807},"coords":"51.5281396,0.7601013","bedrooms":"4","price":"282000","area":"562"} , +{"type":"Feature","id":"n9010172124","geometry":{"type":"Point","coordinates":[0.7599477,51.528042]},"properties":{"@type":"node","@id":9010172124,"@timestamp":1629115807},"coords":"51.528042,0.7599477","bedrooms":"2","price":"186000","area":"631"} , +{"type":"Feature","id":"n9010172134","geometry":{"type":"Point","coordinates":[0.7658078,51.5264264]},"properties":{"@type":"node","@id":9010172134,"@timestamp":1629115807},"coords":"51.5264264,0.7658078","bedrooms":"4","price":"176000","area":"695"} , +{"type":"Feature","id":"n9010172144","geometry":{"type":"Point","coordinates":[0.7560953,51.5287093]},"properties":{"@type":"node","@id":9010172144,"@timestamp":1629115807},"coords":"51.5287093,0.7560953","bedrooms":"1","price":"161000","area":"602"} , +{"type":"Feature","id":"n9010172154","geometry":{"type":"Point","coordinates":[0.753077,51.5292522]},"properties":{"@type":"node","@id":9010172154,"@timestamp":1629115807},"coords":"51.5292522,0.753077","bedrooms":"2","price":"276000","area":"520"} , +{"type":"Feature","id":"n9010172164","geometry":{"type":"Point","coordinates":[0.7548047,51.5291167]},"properties":{"@type":"node","@id":9010172164,"@timestamp":1629115807},"coords":"51.5291167,0.7548047","bedrooms":"3","price":"285000","area":"422"} , +{"type":"Feature","id":"n9010172174","geometry":{"type":"Point","coordinates":[0.7495316,51.529743]},"properties":{"@type":"node","@id":9010172174,"@timestamp":1629115807},"coords":"51.529743,0.7495316","bedrooms":"4","price":"264000","area":"535"} , +{"type":"Feature","id":"n9010172184","geometry":{"type":"Point","coordinates":[0.7472325,51.5300447]},"properties":{"@type":"node","@id":9010172184,"@timestamp":1629115807},"coords":"51.5300447,0.7472325","bedrooms":"1","price":"180000","area":"363"} , +{"type":"Feature","id":"n9010172194","geometry":{"type":"Point","coordinates":[0.7454081,51.5301859]},"properties":{"@type":"node","@id":9010172194,"@timestamp":1629115807},"coords":"51.5301859,0.7454081","bedrooms":"1","price":"221000","area":"673"} , +{"type":"Feature","id":"n9010172204","geometry":{"type":"Point","coordinates":[0.7436683,51.5302028]},"properties":{"@type":"node","@id":9010172204,"@timestamp":1629115807},"coords":"51.5302028,0.7436683","bedrooms":"4","price":"231000","area":"486"} , +{"type":"Feature","id":"n9010172214","geometry":{"type":"Point","coordinates":[0.7415482,51.5300955]},"properties":{"@type":"node","@id":9010172214,"@timestamp":1629115807},"coords":"51.5300955,0.7415482","bedrooms":"3","price":"291000","area":"619"} , +{"type":"Feature","id":"n9010172224","geometry":{"type":"Point","coordinates":[0.7383962,51.5298878]},"properties":{"@type":"node","@id":9010172224,"@timestamp":1629115807},"coords":"51.5298878,0.7383962","bedrooms":"1","price":"193000","area":"410"} , +{"type":"Feature","id":"n9010172234","geometry":{"type":"Point","coordinates":[0.7375332,51.52985]},"properties":{"@type":"node","@id":9010172234,"@timestamp":1629115807},"coords":"51.52985,0.7375332","bedrooms":"3","price":"213000","area":"427"} , +{"type":"Feature","id":"n9010172244","geometry":{"type":"Point","coordinates":[0.7347875,51.5299292]},"properties":{"@type":"node","@id":9010172244,"@timestamp":1629115807},"coords":"51.5299292,0.7347875","bedrooms":"0","price":"272000","area":"647"} , +{"type":"Feature","id":"n9010172258","geometry":{"type":"Point","coordinates":[0.7314669,51.5303125]},"properties":{"@type":"node","@id":9010172258,"@timestamp":1629115807},"coords":"51.5303125,0.7314669","bedrooms":"3","price":"236000","area":"384"} , +{"type":"Feature","id":"n9010172268","geometry":{"type":"Point","coordinates":[0.7293637,51.5306745]},"properties":{"@type":"node","@id":9010172268,"@timestamp":1629115807},"coords":"51.5306745,0.7293637","bedrooms":"2","price":"292000","area":"430"} , +{"type":"Feature","id":"n9010172278","geometry":{"type":"Point","coordinates":[0.728113,51.5311808]},"properties":{"@type":"node","@id":9010172278,"@timestamp":1629115807},"coords":"51.5311808,0.728113","bedrooms":"3","price":"249000","area":"687"} , +{"type":"Feature","id":"n9010172288","geometry":{"type":"Point","coordinates":[0.7264528,51.5313995]},"properties":{"@type":"node","@id":9010172288,"@timestamp":1629115807},"coords":"51.5313995,0.7264528","bedrooms":"4","price":"251000","area":"628"} , +{"type":"Feature","id":"n9010172298","geometry":{"type":"Point","coordinates":[0.7236522,51.5326208]},"properties":{"@type":"node","@id":9010172298,"@timestamp":1629115807},"coords":"51.5326208,0.7236522","bedrooms":"3","price":"260000","area":"619"} , +{"type":"Feature","id":"n9010172308","geometry":{"type":"Point","coordinates":[0.7241588,51.5323922]},"properties":{"@type":"node","@id":9010172308,"@timestamp":1629115807},"coords":"51.5323922,0.7241588","bedrooms":"0","price":"168000","area":"629"} , +{"type":"Feature","id":"n9010172318","geometry":{"type":"Point","coordinates":[0.7195811,51.5348773]},"properties":{"@type":"node","@id":9010172318,"@timestamp":1629115807},"coords":"51.5348773,0.7195811","bedrooms":"0","price":"202000","area":"374"} , +{"type":"Feature","id":"n9010172328","geometry":{"type":"Point","coordinates":[0.7531622,51.5292238]},"properties":{"@type":"node","@id":9010172328,"@timestamp":1629115807},"coords":"51.5292238,0.7531622","bedrooms":"0","price":"204000","area":"594"} , +{"type":"Feature","id":"n9010195103","geometry":{"type":"Point","coordinates":[0.803335,51.630687]},"properties":{"@type":"node","@id":9010195103,"@timestamp":1629116571},"coords":"51.630687,0.803335","bedrooms":"3","price":"203000","area":"697"} , +{"type":"Feature","id":"n9010204810","geometry":{"type":"Point","coordinates":[-0.0130702,51.5298496]},"properties":{"@type":"node","@id":9010204810,"@timestamp":1629116686},"coords":"51.5298496,-0.0130702","bedrooms":"0","price":"177000","area":"640"} , +{"type":"Feature","id":"n9010209607","geometry":{"type":"Point","coordinates":[-0.3172945,51.5217927]},"properties":{"@type":"node","@id":9010209607,"@timestamp":1629117374},"coords":"51.5217927,-0.3172945","bedrooms":"1","price":"265000","area":"576"} , +{"type":"Feature","id":"n9010340091","geometry":{"type":"Point","coordinates":[0.602204,51.8656061]},"properties":{"@type":"node","@id":9010340091,"@timestamp":1629120776},"coords":"51.8656061,0.602204","bedrooms":"2","price":"251000","area":"493"} , +{"type":"Feature","id":"n9010444642","geometry":{"type":"Point","coordinates":[-0.3667463,51.4387814]},"properties":{"@type":"node","@id":9010444642,"@timestamp":1629123956},"coords":"51.4387814,-0.3667463","bedrooms":"2","price":"166000","area":"354"} , +{"type":"Feature","id":"n9010543989","geometry":{"type":"Point","coordinates":[0.3670858,51.4522143]},"properties":{"@type":"node","@id":9010543989,"@timestamp":1629128210},"coords":"51.4522143,0.3670858","bedrooms":"4","price":"258000","area":"670"} , +{"type":"Feature","id":"n9010544015","geometry":{"type":"Point","coordinates":[0.3686777,51.4524471]},"properties":{"@type":"node","@id":9010544015,"@timestamp":1629128210},"coords":"51.4524471,0.3686777","bedrooms":"3","price":"275000","area":"457"} , +{"type":"Feature","id":"n9010594242","geometry":{"type":"Point","coordinates":[0.3693214,51.4524282]},"properties":{"@type":"node","@id":9010594242,"@timestamp":1629128210},"coords":"51.4524282,0.3693214","bedrooms":"1","price":"192000","area":"690"} , +{"type":"Feature","id":"n9010703392","geometry":{"type":"Point","coordinates":[0.115047,51.7763633]},"properties":{"@type":"node","@id":9010703392,"@timestamp":1629132836},"coords":"51.7763633,0.115047","bedrooms":"1","price":"187000","area":"547"} , +{"type":"Feature","id":"n9010720737","geometry":{"type":"Point","coordinates":[0.0891035,51.7420121]},"properties":{"@type":"node","@id":9010720737,"@timestamp":1629132836},"coords":"51.7420121,0.0891035","bedrooms":"1","price":"224000","area":"625"} , +{"type":"Feature","id":"n9010734357","geometry":{"type":"Point","coordinates":[-0.2443684,51.3118605]},"properties":{"@type":"node","@id":9010734357,"@timestamp":1629133848},"coords":"51.3118605,-0.2443684","bedrooms":"3","price":"164000","area":"399"} , +{"type":"Feature","id":"n9010790770","geometry":{"type":"Point","coordinates":[-0.2253301,51.5013623]},"properties":{"@type":"node","@id":9010790770,"@timestamp":1629135159},"coords":"51.5013623,-0.2253301","bedrooms":"2","price":"189000","area":"487"} , +{"type":"Feature","id":"n9010790840","geometry":{"type":"Point","coordinates":[-0.2254342,51.5012036]},"properties":{"@type":"node","@id":9010790840,"@timestamp":1629135159},"coords":"51.5012036,-0.2254342","bedrooms":"4","price":"272000","area":"503"} , +{"type":"Feature","id":"n9010790873","geometry":{"type":"Point","coordinates":[-0.2261486,51.5018395]},"properties":{"@type":"node","@id":9010790873,"@timestamp":1629135159},"coords":"51.5018395,-0.2261486","bedrooms":"1","price":"174000","area":"475"} , +{"type":"Feature","id":"n9010905771","geometry":{"type":"Point","coordinates":[-0.774275,51.5694058]},"properties":{"@type":"node","@id":9010905771,"@timestamp":1629138785},"coords":"51.5694058,-0.774275","bedrooms":"0","price":"162000","area":"584"} , +{"type":"Feature","id":"n9011223931","geometry":{"type":"Point","coordinates":[-0.0085222,51.536009]},"properties":{"@type":"node","@id":9011223931,"@timestamp":1629145427},"coords":"51.536009,-0.0085222","bedrooms":"3","price":"280000","area":"547"} , +{"type":"Feature","id":"n9011223941","geometry":{"type":"Point","coordinates":[-0.0081278,51.5355327]},"properties":{"@type":"node","@id":9011223941,"@timestamp":1629145427},"coords":"51.5355327,-0.0081278","bedrooms":"1","price":"175000","area":"352"} , +{"type":"Feature","id":"n9011484247","geometry":{"type":"Point","coordinates":[-0.1056438,51.4319393]},"properties":{"@type":"node","@id":9011484247,"@timestamp":1629146427},"coords":"51.4319393,-0.1056438","bedrooms":"3","price":"224000","area":"356"} , +{"type":"Feature","id":"n9011592932","geometry":{"type":"Point","coordinates":[-0.0052501,51.5350326]},"properties":{"@type":"node","@id":9011592932,"@timestamp":1629146895},"coords":"51.5350326,-0.0052501","bedrooms":"3","price":"267000","area":"641"} , +{"type":"Feature","id":"n9012097226","geometry":{"type":"Point","coordinates":[-0.7751658,51.5702406]},"properties":{"@type":"node","@id":9012097226,"@timestamp":1629151410},"coords":"51.5702406,-0.7751658","bedrooms":"3","price":"241000","area":"535"} , +{"type":"Feature","id":"n9012106075","geometry":{"type":"Point","coordinates":[-0.7767543,51.5666128]},"properties":{"@type":"node","@id":9012106075,"@timestamp":1629151410},"coords":"51.5666128,-0.7767543","bedrooms":"1","price":"238000","area":"552"} , +{"type":"Feature","id":"n9012106085","geometry":{"type":"Point","coordinates":[-0.7757083,51.5668637]},"properties":{"@type":"node","@id":9012106085,"@timestamp":1629151410},"coords":"51.5668637,-0.7757083","bedrooms":"4","price":"249000","area":"540"} , +{"type":"Feature","id":"n9012106156","geometry":{"type":"Point","coordinates":[-0.7734539,51.5679416]},"properties":{"@type":"node","@id":9012106156,"@timestamp":1629151410},"coords":"51.5679416,-0.7734539","bedrooms":"1","price":"151000","area":"510"} , +{"type":"Feature","id":"n9012617315","geometry":{"type":"Point","coordinates":[-0.7123652,51.5105122]},"properties":{"@type":"node","@id":9012617315,"@timestamp":1634600902},"coords":"51.5105122,-0.7123652","bedrooms":"0","price":"247000","area":"451"} , +{"type":"Feature","id":"n9012669844","geometry":{"type":"Point","coordinates":[0.425604,51.7603764]},"properties":{"@type":"node","@id":9012669844,"@timestamp":1629158960},"coords":"51.7603764,0.425604","bedrooms":"0","price":"189000","area":"606"} , +{"type":"Feature","id":"n9012708855","geometry":{"type":"Point","coordinates":[-0.043371,51.5886942]},"properties":{"@type":"node","@id":9012708855,"@timestamp":1629161932},"coords":"51.5886942,-0.043371","bedrooms":"1","price":"167000","area":"482"} , +{"type":"Feature","id":"n9012708868","geometry":{"type":"Point","coordinates":[-0.0432662,51.5877991]},"properties":{"@type":"node","@id":9012708868,"@timestamp":1629161932},"coords":"51.5877991,-0.0432662","bedrooms":"4","price":"182000","area":"649"} , +{"type":"Feature","id":"n9012941790","geometry":{"type":"Point","coordinates":[-0.0804068,51.1447615]},"properties":{"@type":"node","@id":9012941790,"@timestamp":1629176916},"coords":"51.1447615,-0.0804068","bedrooms":"0","price":"231000","area":"557"} , +{"type":"Feature","id":"n9013406320","geometry":{"type":"Point","coordinates":[0.1246488,51.7873366]},"properties":{"@type":"node","@id":9013406320,"@timestamp":1629188565},"coords":"51.7873366,0.1246488","bedrooms":"1","price":"161000","area":"536"} , +{"type":"Feature","id":"n9013470234","geometry":{"type":"Point","coordinates":[0.4759808,51.6001091]},"properties":{"@type":"node","@id":9013470234,"@timestamp":1629189764},"coords":"51.6001091,0.4759808","bedrooms":"3","price":"215000","area":"692"} , +{"type":"Feature","id":"n9013541049","geometry":{"type":"Point","coordinates":[-0.004516,51.5358859]},"properties":{"@type":"node","@id":9013541049,"@timestamp":1629190438},"coords":"51.5358859,-0.004516","bedrooms":"3","price":"231000","area":"353"} , +{"type":"Feature","id":"n9013641903","geometry":{"type":"Point","coordinates":[-1.1010213,51.2813205]},"properties":{"@type":"node","@id":9013641903,"@timestamp":1629193194},"coords":"51.2813205,-1.1010213","bedrooms":"2","price":"189000","area":"510"} , +{"type":"Feature","id":"n9013764480","geometry":{"type":"Point","coordinates":[-0.7394842,51.241364]},"properties":{"@type":"node","@id":9013764480,"@timestamp":1630770505},"coords":"51.241364,-0.7394842","bedrooms":"4","price":"160000","area":"620"} , +{"type":"Feature","id":"n9013954229","geometry":{"type":"Point","coordinates":[0.0646175,51.741814]},"properties":{"@type":"node","@id":9013954229,"@timestamp":1629199061},"coords":"51.741814,0.0646175","bedrooms":"3","price":"176000","area":"480"} , +{"type":"Feature","id":"n9014136665","geometry":{"type":"Point","coordinates":[-0.4901761,51.5224746]},"properties":{"@type":"node","@id":9014136665,"@timestamp":1629203643},"coords":"51.5224746,-0.4901761","bedrooms":"2","price":"267000","area":"645"} , +{"type":"Feature","id":"n9014273441","geometry":{"type":"Point","coordinates":[0.5205684,51.5932554]},"properties":{"@type":"node","@id":9014273441,"@timestamp":1629208796},"coords":"51.5932554,0.5205684","bedrooms":"2","price":"296000","area":"353"} , +{"type":"Feature","id":"n9014286071","geometry":{"type":"Point","coordinates":[-0.0036879,51.536861]},"properties":{"@type":"node","@id":9014286071,"@timestamp":1629208977},"coords":"51.536861,-0.0036879","bedrooms":"4","price":"162000","area":"562"} , +{"type":"Feature","id":"n9014338780","geometry":{"type":"Point","coordinates":[-0.4814704,51.5290234]},"properties":{"@type":"node","@id":9014338780,"@timestamp":1630164170},"coords":"51.5290234,-0.4814704","bedrooms":"0","price":"229000","area":"524"} , +{"type":"Feature","id":"n9014377144","geometry":{"type":"Point","coordinates":[0.462548,51.8267668]},"properties":{"@type":"node","@id":9014377144,"@timestamp":1629210686},"coords":"51.8267668,0.462548","bedrooms":"1","price":"277000","area":"633"} , +{"type":"Feature","id":"n9014563638","geometry":{"type":"Point","coordinates":[-0.0008729,51.5384208]},"properties":{"@type":"node","@id":9014563638,"@timestamp":1629213369},"coords":"51.5384208,-0.0008729","bedrooms":"4","price":"293000","area":"697"} , +{"type":"Feature","id":"n9014579872","geometry":{"type":"Point","coordinates":[-0.3064879,51.5043937]},"properties":{"@type":"node","@id":9014579872,"@timestamp":1629214333},"coords":"51.5043937,-0.3064879","bedrooms":"3","price":"242000","area":"472"} , +{"type":"Feature","id":"n9014579882","geometry":{"type":"Point","coordinates":[-0.3069202,51.5016324]},"properties":{"@type":"node","@id":9014579882,"@timestamp":1629214333},"coords":"51.5016324,-0.3069202","bedrooms":"0","price":"285000","area":"691"} , +{"type":"Feature","id":"n9014621661","geometry":{"type":"Point","coordinates":[-0.0687598,51.2118538]},"properties":{"@type":"node","@id":9014621661,"@timestamp":1629215237},"coords":"51.2118538,-0.0687598","bedrooms":"4","price":"209000","area":"584"} , +{"type":"Feature","id":"n9014622651","geometry":{"type":"Point","coordinates":[-0.3337257,51.7545642]},"properties":{"@type":"node","@id":9014622651,"@timestamp":1629215629},"coords":"51.7545642,-0.3337257","bedrooms":"3","price":"240000","area":"383"} , +{"type":"Feature","id":"n9014648055","geometry":{"type":"Point","coordinates":[-0.3252254,51.7552267]},"properties":{"@type":"node","@id":9014648055,"@timestamp":1629216008},"coords":"51.7552267,-0.3252254","bedrooms":"3","price":"181000","area":"447"} , +{"type":"Feature","id":"n9014691805","geometry":{"type":"Point","coordinates":[0.1288214,51.7871324]},"properties":{"@type":"node","@id":9014691805,"@timestamp":1629217843},"coords":"51.7871324,0.1288214","bedrooms":"3","price":"239000","area":"625"} , +{"type":"Feature","id":"n9014983121","geometry":{"type":"Point","coordinates":[0.2185259,51.1131241]},"properties":{"@type":"node","@id":9014983121,"@timestamp":1629222156},"coords":"51.1131241,0.2185259","bedrooms":"2","price":"172000","area":"528"} , +{"type":"Feature","id":"n9015156058","geometry":{"type":"Point","coordinates":[-0.1642858,51.2187687]},"properties":{"@type":"node","@id":9015156058,"@timestamp":1629224883},"coords":"51.2187687,-0.1642858","bedrooms":"0","price":"289000","area":"358"} , +{"type":"Feature","id":"n9015227422","geometry":{"type":"Point","coordinates":[-0.2189786,51.1964698]},"properties":{"@type":"node","@id":9015227422,"@timestamp":1629227511},"coords":"51.1964698,-0.2189786","bedrooms":"2","price":"251000","area":"585"} , +{"type":"Feature","id":"n9015415630","geometry":{"type":"Point","coordinates":[-0.1147543,51.2098409]},"properties":{"@type":"node","@id":9015415630,"@timestamp":1629234245},"coords":"51.2098409,-0.1147543","bedrooms":"3","price":"189000","area":"499"} , +{"type":"Feature","id":"n9015504673","geometry":{"type":"Point","coordinates":[0.0484453,51.4466866]},"properties":{"@type":"node","@id":9015504673,"@timestamp":1629238123},"coords":"51.4466866,0.0484453","bedrooms":"2","price":"234000","area":"406"} , +{"type":"Feature","id":"n9015582032","geometry":{"type":"Point","coordinates":[-0.7755493,51.5716752]},"properties":{"@type":"node","@id":9015582032,"@timestamp":1629242797},"coords":"51.5716752,-0.7755493","bedrooms":"1","price":"165000","area":"670"} , +{"type":"Feature","id":"n9015584779","geometry":{"type":"Point","coordinates":[-0.0015302,51.5403093]},"properties":{"@type":"node","@id":9015584779,"@timestamp":1629275186},"coords":"51.5403093,-0.0015302","bedrooms":"4","price":"256000","area":"656"} , +{"type":"Feature","id":"n9015633193","geometry":{"type":"Point","coordinates":[-0.2105846,51.6981732]},"properties":{"@type":"node","@id":9015633193,"@timestamp":1629245178},"coords":"51.6981732,-0.2105846","bedrooms":"1","price":"178000","area":"563"} , +{"type":"Feature","id":"n9015689151","geometry":{"type":"Point","coordinates":[-0.0129339,51.5751759]},"properties":{"@type":"node","@id":9015689151,"@timestamp":1629249579},"coords":"51.5751759,-0.0129339","bedrooms":"0","price":"262000","area":"624"} , +{"type":"Feature","id":"n9015689161","geometry":{"type":"Point","coordinates":[-0.0275537,51.5693853]},"properties":{"@type":"node","@id":9015689161,"@timestamp":1629249579},"coords":"51.5693853,-0.0275537","bedrooms":"4","price":"223000","area":"655"} , +{"type":"Feature","id":"n9015696985","geometry":{"type":"Point","coordinates":[0.0023932,51.5819205]},"properties":{"@type":"node","@id":9015696985,"@timestamp":1634752718},"coords":"51.5819205,0.0023932","bedrooms":"3","price":"204000","area":"599"} , +{"type":"Feature","id":"n9015872279","geometry":{"type":"Point","coordinates":[0.6503928,51.7739]},"properties":{"@type":"node","@id":9015872279,"@timestamp":1629259701},"coords":"51.7739,0.6503928","bedrooms":"1","price":"236000","area":"470"} , +{"type":"Feature","id":"n9016011674","geometry":{"type":"Point","coordinates":[-0.224139,51.5024848]},"properties":{"@type":"node","@id":9016011674,"@timestamp":1629264906},"coords":"51.5024848,-0.224139","bedrooms":"3","price":"264000","area":"500"} , +{"type":"Feature","id":"n9016114295","geometry":{"type":"Point","coordinates":[0.4042469,51.6178551]},"properties":{"@type":"node","@id":9016114295,"@timestamp":1629268213},"coords":"51.6178551,0.4042469","bedrooms":"3","price":"254000","area":"360"} , +{"type":"Feature","id":"n9016269175","geometry":{"type":"Point","coordinates":[-0.2237599,51.5029721]},"properties":{"@type":"node","@id":9016269175,"@timestamp":1629272227},"coords":"51.5029721,-0.2237599","bedrooms":"0","price":"198000","area":"484"} , +{"type":"Feature","id":"n9016341664","geometry":{"type":"Point","coordinates":[-0.4811993,51.5280937]},"properties":{"@type":"node","@id":9016341664,"@timestamp":1629312632},"coords":"51.5280937,-0.4811993","bedrooms":"1","price":"215000","area":"678"} , +{"type":"Feature","id":"n9016363143","geometry":{"type":"Point","coordinates":[-0.175616,51.5197415]},"properties":{"@type":"node","@id":9016363143,"@timestamp":1629274896},"coords":"51.5197415,-0.175616","bedrooms":"0","price":"175000","area":"694"} , +{"type":"Feature","id":"n9016504038","geometry":{"type":"Point","coordinates":[-0.223817,51.5023357]},"properties":{"@type":"node","@id":9016504038,"@timestamp":1629275895},"coords":"51.5023357,-0.223817","bedrooms":"2","price":"228000","area":"609"} , +{"type":"Feature","id":"n9016504120","geometry":{"type":"Point","coordinates":[-0.2240326,51.5018869]},"properties":{"@type":"node","@id":9016504120,"@timestamp":1629275895},"coords":"51.5018869,-0.2240326","bedrooms":"1","price":"271000","area":"615"} , +{"type":"Feature","id":"n9016574840","geometry":{"type":"Point","coordinates":[-0.0007688,51.539231]},"properties":{"@type":"node","@id":9016574840,"@timestamp":1629276166},"coords":"51.539231,-0.0007688","bedrooms":"4","price":"282000","area":"496"} , +{"type":"Feature","id":"n9016806468","geometry":{"type":"Point","coordinates":[0.8326998,51.7135539]},"properties":{"@type":"node","@id":9016806468,"@timestamp":1629281225},"coords":"51.7135539,0.8326998","bedrooms":"0","price":"238000","area":"465"} , +{"type":"Feature","id":"n9016870705","geometry":{"type":"Point","coordinates":[0.0814825,51.6438789]},"properties":{"@type":"node","@id":9016870705,"@timestamp":1629283767},"coords":"51.6438789,0.0814825","bedrooms":"0","price":"235000","area":"586"} , +{"type":"Feature","id":"n9017111302","geometry":{"type":"Point","coordinates":[-0.1619043,51.2204737]},"properties":{"@type":"node","@id":9017111302,"@timestamp":1629291025},"coords":"51.2204737,-0.1619043","bedrooms":"0","price":"291000","area":"675"} , +{"type":"Feature","id":"n9017301053","geometry":{"type":"Point","coordinates":[-0.1842362,51.6958241]},"properties":{"@type":"node","@id":9017301053,"@timestamp":1629505347},"coords":"51.6958241,-0.1842362","bedrooms":"0","price":"236000","area":"559"} , +{"type":"Feature","id":"n9017301063","geometry":{"type":"Point","coordinates":[-0.1743288,51.6895339]},"properties":{"@type":"node","@id":9017301063,"@timestamp":1629293849},"coords":"51.6895339,-0.1743288","bedrooms":"1","price":"192000","area":"388"} , +{"type":"Feature","id":"n9017439161","geometry":{"type":"Point","coordinates":[0.0116971,51.5413532]},"properties":{"@type":"node","@id":9017439161,"@timestamp":1629297457},"coords":"51.5413532,0.0116971","bedrooms":"0","price":"157000","area":"367"} , +{"type":"Feature","id":"n9017439171","geometry":{"type":"Point","coordinates":[0.0116462,51.5426678]},"properties":{"@type":"node","@id":9017439171,"@timestamp":1629297457},"coords":"51.5426678,0.0116462","bedrooms":"0","price":"221000","area":"543"} , +{"type":"Feature","id":"n9017439216","geometry":{"type":"Point","coordinates":[0.0119787,51.5421732]},"properties":{"@type":"node","@id":9017439216,"@timestamp":1629297457},"coords":"51.5421732,0.0119787","bedrooms":"1","price":"204000","area":"666"} , +{"type":"Feature","id":"n9017639653","geometry":{"type":"Point","coordinates":[0.220499,51.4453854]},"properties":{"@type":"node","@id":9017639653,"@timestamp":1630694279},"coords":"51.4453854,0.220499","bedrooms":"1","price":"186000","area":"383"} , +{"type":"Feature","id":"n9017688677","geometry":{"type":"Point","coordinates":[-0.2233647,51.5017973]},"properties":{"@type":"node","@id":9017688677,"@timestamp":1629303637},"coords":"51.5017973,-0.2233647","bedrooms":"0","price":"242000","area":"504"} , +{"type":"Feature","id":"n9017688687","geometry":{"type":"Point","coordinates":[-0.2240662,51.5016201]},"properties":{"@type":"node","@id":9017688687,"@timestamp":1629303637},"coords":"51.5016201,-0.2240662","bedrooms":"1","price":"228000","area":"585"} , +{"type":"Feature","id":"n9017713186","geometry":{"type":"Point","coordinates":[-0.2223479,51.5015869]},"properties":{"@type":"node","@id":9017713186,"@timestamp":1629303637},"coords":"51.5015869,-0.2223479","bedrooms":"4","price":"167000","area":"616"} , +{"type":"Feature","id":"n9017713250","geometry":{"type":"Point","coordinates":[-0.2226107,51.501348]},"properties":{"@type":"node","@id":9017713250,"@timestamp":1629303637},"coords":"51.501348,-0.2226107","bedrooms":"2","price":"232000","area":"512"} , +{"type":"Feature","id":"n9018008857","geometry":{"type":"Point","coordinates":[-0.4810954,51.5282089]},"properties":{"@type":"node","@id":9018008857,"@timestamp":1630164170},"coords":"51.5282089,-0.4810954","bedrooms":"1","price":"245000","area":"359"} , +{"type":"Feature","id":"n9018125596","geometry":{"type":"Point","coordinates":[-0.3280482,51.5186636]},"properties":{"@type":"node","@id":9018125596,"@timestamp":1629315643},"coords":"51.5186636,-0.3280482","bedrooms":"2","price":"165000","area":"549"} , +{"type":"Feature","id":"n9018315262","geometry":{"type":"Point","coordinates":[-0.8706526,51.5719336]},"properties":{"@type":"node","@id":9018315262,"@timestamp":1629321608},"coords":"51.5719336,-0.8706526","bedrooms":"0","price":"193000","area":"617"} , +{"type":"Feature","id":"n9018503126","geometry":{"type":"Point","coordinates":[-0.4812448,51.5225856]},"properties":{"@type":"node","@id":9018503126,"@timestamp":1629327242},"coords":"51.5225856,-0.4812448","bedrooms":"0","price":"250000","area":"691"} , +{"type":"Feature","id":"n9018612715","geometry":{"type":"Point","coordinates":[-0.0454683,51.5636679]},"properties":{"@type":"node","@id":9018612715,"@timestamp":1629335839},"coords":"51.5636679,-0.0454683","bedrooms":"4","price":"191000","area":"396"} , +{"type":"Feature","id":"n9018717759","geometry":{"type":"Point","coordinates":[-0.0160901,51.5632075]},"properties":{"@type":"node","@id":9018717759,"@timestamp":1629342063},"coords":"51.5632075,-0.0160901","bedrooms":"1","price":"282000","area":"395"} , +{"type":"Feature","id":"n9018745797","geometry":{"type":"Point","coordinates":[-0.2235901,51.5013949]},"properties":{"@type":"node","@id":9018745797,"@timestamp":1629343502},"coords":"51.5013949,-0.2235901","bedrooms":"1","price":"282000","area":"516"} , +{"type":"Feature","id":"n9018745807","geometry":{"type":"Point","coordinates":[-0.224662,51.5013839]},"properties":{"@type":"node","@id":9018745807,"@timestamp":1629343502},"coords":"51.5013839,-0.224662","bedrooms":"2","price":"216000","area":"522"} , +{"type":"Feature","id":"n9018853330","geometry":{"type":"Point","coordinates":[-0.2256863,51.4992461]},"properties":{"@type":"node","@id":9018853330,"@timestamp":1629348293},"coords":"51.4992461,-0.2256863","bedrooms":"0","price":"294000","area":"673"} , +{"type":"Feature","id":"n9018853409","geometry":{"type":"Point","coordinates":[-0.2256511,51.499981]},"properties":{"@type":"node","@id":9018853409,"@timestamp":1629348293},"coords":"51.499981,-0.2256511","bedrooms":"0","price":"192000","area":"663"} , +{"type":"Feature","id":"n9019046272","geometry":{"type":"Point","coordinates":[-0.2252776,51.498915]},"properties":{"@type":"node","@id":9019046272,"@timestamp":1629354092},"coords":"51.498915,-0.2252776","bedrooms":"3","price":"242000","area":"371"} , +{"type":"Feature","id":"n9019049354","geometry":{"type":"Point","coordinates":[-0.2253725,51.4995143]},"properties":{"@type":"node","@id":9019049354,"@timestamp":1629354092},"coords":"51.4995143,-0.2253725","bedrooms":"0","price":"275000","area":"547"} , +{"type":"Feature","id":"n9019049418","geometry":{"type":"Point","coordinates":[-0.2255456,51.4999394]},"properties":{"@type":"node","@id":9019049418,"@timestamp":1629354092},"coords":"51.4999394,-0.2255456","bedrooms":"2","price":"240000","area":"457"} , +{"type":"Feature","id":"n9019049432","geometry":{"type":"Point","coordinates":[-0.2255614,51.5004463]},"properties":{"@type":"node","@id":9019049432,"@timestamp":1629354092},"coords":"51.5004463,-0.2255614","bedrooms":"1","price":"243000","area":"434"} , +{"type":"Feature","id":"n9019049442","geometry":{"type":"Point","coordinates":[-0.2254522,51.5009115]},"properties":{"@type":"node","@id":9019049442,"@timestamp":1629354092},"coords":"51.5009115,-0.2254522","bedrooms":"3","price":"202000","area":"393"} , +{"type":"Feature","id":"n9019049452","geometry":{"type":"Point","coordinates":[-0.224844,51.5011696]},"properties":{"@type":"node","@id":9019049452,"@timestamp":1629354092},"coords":"51.5011696,-0.224844","bedrooms":"4","price":"206000","area":"451"} , +{"type":"Feature","id":"n9019372692","geometry":{"type":"Point","coordinates":[-0.1635025,51.2210067]},"properties":{"@type":"node","@id":9019372692,"@timestamp":1629361483},"coords":"51.2210067,-0.1635025","bedrooms":"1","price":"276000","area":"417"} , +{"type":"Feature","id":"n9019430818","geometry":{"type":"Point","coordinates":[-0.158154,51.4728357]},"properties":{"@type":"node","@id":9019430818,"@timestamp":1629362922},"coords":"51.4728357,-0.158154","bedrooms":"2","price":"184000","area":"632"} , +{"type":"Feature","id":"n9019430850","geometry":{"type":"Point","coordinates":[-0.160738,51.4734139]},"properties":{"@type":"node","@id":9019430850,"@timestamp":1629362922},"coords":"51.4734139,-0.160738","bedrooms":"4","price":"175000","area":"613"} , +{"type":"Feature","id":"n9019430920","geometry":{"type":"Point","coordinates":[-0.1624893,51.4748332]},"properties":{"@type":"node","@id":9019430920,"@timestamp":1629362922},"coords":"51.4748332,-0.1624893","bedrooms":"0","price":"182000","area":"567"} , +{"type":"Feature","id":"n9019634655","geometry":{"type":"Point","coordinates":[-0.0013618,51.5399612]},"properties":{"@type":"node","@id":9019634655,"@timestamp":1629367449},"coords":"51.5399612,-0.0013618","bedrooms":"1","price":"156000","area":"480"} , +{"type":"Feature","id":"n9019687376","geometry":{"type":"Point","coordinates":[-0.4063424,51.741195]},"properties":{"@type":"node","@id":9019687376,"@timestamp":1629369484},"coords":"51.741195,-0.4063424","bedrooms":"2","price":"210000","area":"693"} , +{"type":"Feature","id":"n9019750329","geometry":{"type":"Point","coordinates":[-0.020581,51.5421547]},"properties":{"@type":"node","@id":9019750329,"@timestamp":1629370242},"coords":"51.5421547,-0.020581","bedrooms":"4","price":"242000","area":"522"} , +{"type":"Feature","id":"n9020150746","geometry":{"type":"Point","coordinates":[-0.0079306,51.4914198]},"properties":{"@type":"node","@id":9020150746,"@timestamp":1629380293},"coords":"51.4914198,-0.0079306","bedrooms":"4","price":"174000","area":"430"} , +{"type":"Feature","id":"n9020241826","geometry":{"type":"Point","coordinates":[-0.6132246,51.674977]},"properties":{"@type":"node","@id":9020241826,"@timestamp":1629382614},"coords":"51.674977,-0.6132246","bedrooms":"4","price":"181000","area":"542"} , +{"type":"Feature","id":"n9020463438","geometry":{"type":"Point","coordinates":[-0.1796169,51.707219]},"properties":{"@type":"node","@id":9020463438,"@timestamp":1629389097},"coords":"51.707219,-0.1796169","bedrooms":"1","price":"268000","area":"682"} , +{"type":"Feature","id":"n9020723777","geometry":{"type":"Point","coordinates":[-1.0853079,51.2623231]},"properties":{"@type":"node","@id":9020723777,"@timestamp":1629391685},"coords":"51.2623231,-1.0853079","bedrooms":"1","price":"194000","area":"668"} , +{"type":"Feature","id":"n9020904785","geometry":{"type":"Point","coordinates":[-0.483984,51.5013359]},"properties":{"@type":"node","@id":9020904785,"@timestamp":1629529022},"coords":"51.5013359,-0.483984","bedrooms":"2","price":"170000","area":"424"} , +{"type":"Feature","id":"n9021183921","geometry":{"type":"Point","coordinates":[-0.1900119,51.6969867]},"properties":{"@type":"node","@id":9021183921,"@timestamp":1629406441},"coords":"51.6969867,-0.1900119","bedrooms":"4","price":"170000","area":"534"} , +{"type":"Feature","id":"n9021428161","geometry":{"type":"Point","coordinates":[-0.0579937,51.6807686]},"properties":{"@type":"node","@id":9021428161,"@timestamp":1629416583},"coords":"51.6807686,-0.0579937","bedrooms":"2","price":"252000","area":"621"} , +{"type":"Feature","id":"n9021493965","geometry":{"type":"Point","coordinates":[-0.1785676,51.6912154]},"properties":{"@type":"node","@id":9021493965,"@timestamp":1629421450},"coords":"51.6912154,-0.1785676","bedrooms":"3","price":"240000","area":"456"} , +{"type":"Feature","id":"n9021580352","geometry":{"type":"Point","coordinates":[-0.2248499,51.5007158]},"properties":{"@type":"node","@id":9021580352,"@timestamp":1629429723},"coords":"51.5007158,-0.2248499","bedrooms":"3","price":"152000","area":"659"} , +{"type":"Feature","id":"n9021580399","geometry":{"type":"Point","coordinates":[-0.2247977,51.4998995]},"properties":{"@type":"node","@id":9021580399,"@timestamp":1629429723},"coords":"51.4998995,-0.2247977","bedrooms":"2","price":"166000","area":"406"} , +{"type":"Feature","id":"n9021580409","geometry":{"type":"Point","coordinates":[-0.2239267,51.4999039]},"properties":{"@type":"node","@id":9021580409,"@timestamp":1629429723},"coords":"51.4999039,-0.2239267","bedrooms":"0","price":"172000","area":"418"} , +{"type":"Feature","id":"n9021580489","geometry":{"type":"Point","coordinates":[-0.2250445,51.4995159]},"properties":{"@type":"node","@id":9021580489,"@timestamp":1629429723},"coords":"51.4995159,-0.2250445","bedrooms":"4","price":"221000","area":"660"} , +{"type":"Feature","id":"n9021580499","geometry":{"type":"Point","coordinates":[-0.2242508,51.499568]},"properties":{"@type":"node","@id":9021580499,"@timestamp":1629429723},"coords":"51.499568,-0.2242508","bedrooms":"1","price":"177000","area":"628"} , +{"type":"Feature","id":"n9021580509","geometry":{"type":"Point","coordinates":[-0.2232716,51.4995217]},"properties":{"@type":"node","@id":9021580509,"@timestamp":1629429723},"coords":"51.4995217,-0.2232716","bedrooms":"1","price":"189000","area":"487"} , +{"type":"Feature","id":"n9021581851","geometry":{"type":"Point","coordinates":[-0.1177629,51.5130928]},"properties":{"@type":"node","@id":9021581851,"@timestamp":1629430171},"coords":"51.5130928,-0.1177629","bedrooms":"4","price":"259000","area":"610"} , +{"type":"Feature","id":"n9021743870","geometry":{"type":"Point","coordinates":[-0.2222651,51.4998351]},"properties":{"@type":"node","@id":9021743870,"@timestamp":1629436612},"coords":"51.4998351,-0.2222651","bedrooms":"2","price":"162000","area":"566"} , +{"type":"Feature","id":"n9022336804","geometry":{"type":"Point","coordinates":[0.0053087,51.520172]},"properties":{"@type":"node","@id":9022336804,"@timestamp":1629452808},"coords":"51.520172,0.0053087","bedrooms":"2","price":"219000","area":"600"} , +{"type":"Feature","id":"n9022471847","geometry":{"type":"Point","coordinates":[-0.1106073,51.4956852]},"properties":{"@type":"node","@id":9022471847,"@timestamp":1629746431},"coords":"51.4956852,-0.1106073","bedrooms":"0","price":"263000","area":"368"} , +{"type":"Feature","id":"n9022471857","geometry":{"type":"Point","coordinates":[-0.1073746,51.4956501]},"properties":{"@type":"node","@id":9022471857,"@timestamp":1629455689},"coords":"51.4956501,-0.1073746","bedrooms":"3","price":"235000","area":"631"} , +{"type":"Feature","id":"n9022557109","geometry":{"type":"Point","coordinates":[-0.1980083,51.4192192]},"properties":{"@type":"node","@id":9022557109,"@timestamp":1629457929},"coords":"51.4192192,-0.1980083","bedrooms":"1","price":"172000","area":"669"} , +{"type":"Feature","id":"n9022560622","geometry":{"type":"Point","coordinates":[-0.111456,51.5655183]},"properties":{"@type":"node","@id":9022560622,"@timestamp":1629457348},"coords":"51.5655183,-0.111456","bedrooms":"1","price":"151000","area":"635"} , +{"type":"Feature","id":"n9022582761","geometry":{"type":"Point","coordinates":[-0.0997415,51.5588343]},"properties":{"@type":"node","@id":9022582761,"@timestamp":1629797840},"coords":"51.5588343,-0.0997415","bedrooms":"0","price":"211000","area":"549"} , +{"type":"Feature","id":"n9022627539","geometry":{"type":"Point","coordinates":[-0.2045276,51.4201317]},"properties":{"@type":"node","@id":9022627539,"@timestamp":1629458974},"coords":"51.4201317,-0.2045276","bedrooms":"0","price":"297000","area":"561"} , +{"type":"Feature","id":"n9022683949","geometry":{"type":"Point","coordinates":[-0.3084316,51.7467621]},"properties":{"@type":"node","@id":9022683949,"@timestamp":1629460759},"coords":"51.7467621,-0.3084316","bedrooms":"1","price":"205000","area":"457"} , +{"type":"Feature","id":"n9022895807","geometry":{"type":"Point","coordinates":[-0.1787273,51.6921812]},"properties":{"@type":"node","@id":9022895807,"@timestamp":1629468418},"coords":"51.6921812,-0.1787273","bedrooms":"3","price":"228000","area":"578"} , +{"type":"Feature","id":"n9022901404","geometry":{"type":"Point","coordinates":[-0.1787629,51.6914782]},"properties":{"@type":"node","@id":9022901404,"@timestamp":1629467654},"coords":"51.6914782,-0.1787629","bedrooms":"3","price":"283000","area":"578"} , +{"type":"Feature","id":"n9022924614","geometry":{"type":"Point","coordinates":[-0.179081,51.6921112]},"properties":{"@type":"node","@id":9022924614,"@timestamp":1629467654},"coords":"51.6921112,-0.179081","bedrooms":"0","price":"170000","area":"603"} , +{"type":"Feature","id":"n9022924711","geometry":{"type":"Point","coordinates":[-0.1789203,51.6923403]},"properties":{"@type":"node","@id":9022924711,"@timestamp":1629468418},"coords":"51.6923403,-0.1789203","bedrooms":"2","price":"157000","area":"361"} , +{"type":"Feature","id":"n9023023524","geometry":{"type":"Point","coordinates":[-0.1767351,51.4051794]},"properties":{"@type":"node","@id":9023023524,"@timestamp":1629471507},"coords":"51.4051794,-0.1767351","bedrooms":"3","price":"293000","area":"606"} , +{"type":"Feature","id":"n9023090311","geometry":{"type":"Point","coordinates":[-0.1786994,51.7123349]},"properties":{"@type":"node","@id":9023090311,"@timestamp":1634927150},"coords":"51.7123349,-0.1786994","bedrooms":"4","price":"277000","area":"674"} , +{"type":"Feature","id":"n9023098663","geometry":{"type":"Point","coordinates":[-0.175253,51.7118375]},"properties":{"@type":"node","@id":9023098663,"@timestamp":1629474187},"coords":"51.7118375,-0.175253","bedrooms":"3","price":"246000","area":"567"} , +{"type":"Feature","id":"n9023166998","geometry":{"type":"Point","coordinates":[0.0154817,51.541596]},"properties":{"@type":"node","@id":9023166998,"@timestamp":1629476736},"coords":"51.541596,0.0154817","bedrooms":"1","price":"282000","area":"642"} , +{"type":"Feature","id":"n9023209941","geometry":{"type":"Point","coordinates":[-1.0188717,51.4426126]},"properties":{"@type":"node","@id":9023209941,"@timestamp":1629478581},"coords":"51.4426126,-1.0188717","bedrooms":"2","price":"187000","area":"568"} , +{"type":"Feature","id":"n9023315784","geometry":{"type":"Point","coordinates":[-0.2245416,51.5011489]},"properties":{"@type":"node","@id":9023315784,"@timestamp":1629482089},"coords":"51.5011489,-0.2245416","bedrooms":"1","price":"292000","area":"689"} , +{"type":"Feature","id":"n9023315794","geometry":{"type":"Point","coordinates":[-0.2231292,51.5011561]},"properties":{"@type":"node","@id":9023315794,"@timestamp":1629482089},"coords":"51.5011561,-0.2231292","bedrooms":"3","price":"267000","area":"695"} , +{"type":"Feature","id":"n9023315804","geometry":{"type":"Point","coordinates":[-0.2240961,51.5011512]},"properties":{"@type":"node","@id":9023315804,"@timestamp":1629482089},"coords":"51.5011512,-0.2240961","bedrooms":"4","price":"245000","area":"518"} , +{"type":"Feature","id":"n9023315879","geometry":{"type":"Point","coordinates":[-0.223721,51.5007782]},"properties":{"@type":"node","@id":9023315879,"@timestamp":1629482089},"coords":"51.5007782,-0.223721","bedrooms":"2","price":"172000","area":"647"} , +{"type":"Feature","id":"n9023315889","geometry":{"type":"Point","coordinates":[-0.2228298,51.500785]},"properties":{"@type":"node","@id":9023315889,"@timestamp":1629482089},"coords":"51.500785,-0.2228298","bedrooms":"4","price":"257000","area":"521"} , +{"type":"Feature","id":"n9023527156","geometry":{"type":"Point","coordinates":[-0.8108042,51.215869]},"properties":{"@type":"node","@id":9023527156,"@timestamp":1629491906},"coords":"51.215869,-0.8108042","bedrooms":"4","price":"170000","area":"396"} , +{"type":"Feature","id":"n9023621080","geometry":{"type":"Point","coordinates":[-0.2741863,51.4077747]},"properties":{"@type":"node","@id":9023621080,"@timestamp":1629494533},"coords":"51.4077747,-0.2741863","bedrooms":"3","price":"187000","area":"697"} , +{"type":"Feature","id":"n9023905805","geometry":{"type":"Point","coordinates":[-0.1782956,51.6886575]},"properties":{"@type":"node","@id":9023905805,"@timestamp":1629498686},"coords":"51.6886575,-0.1782956","bedrooms":"2","price":"234000","area":"557"} , +{"type":"Feature","id":"n9023984225","geometry":{"type":"Point","coordinates":[0.0091881,51.4788649]},"properties":{"@type":"node","@id":9023984225,"@timestamp":1629501234},"coords":"51.4788649,0.0091881","bedrooms":"3","price":"281000","area":"689"} , +{"type":"Feature","id":"n9023985464","geometry":{"type":"Point","coordinates":[0.0123782,51.4785377]},"properties":{"@type":"node","@id":9023985464,"@timestamp":1629501234},"coords":"51.4785377,0.0123782","bedrooms":"1","price":"277000","area":"649"} , +{"type":"Feature","id":"n9024051380","geometry":{"type":"Point","coordinates":[-0.193808,51.6953301]},"properties":{"@type":"node","@id":9024051380,"@timestamp":1629507435},"coords":"51.6953301,-0.193808","bedrooms":"3","price":"168000","area":"689"} , +{"type":"Feature","id":"n9024051390","geometry":{"type":"Point","coordinates":[-0.1938016,51.6950926]},"properties":{"@type":"node","@id":9024051390,"@timestamp":1629507435},"coords":"51.6950926,-0.1938016","bedrooms":"0","price":"229000","area":"456"} , +{"type":"Feature","id":"n9024139137","geometry":{"type":"Point","coordinates":[-0.0953512,51.5126608]},"properties":{"@type":"node","@id":9024139137,"@timestamp":1629516061},"coords":"51.5126608,-0.0953512","bedrooms":"4","price":"296000","area":"565"} , +{"type":"Feature","id":"n9024201283","geometry":{"type":"Point","coordinates":[-0.2229911,51.5005432]},"properties":{"@type":"node","@id":9024201283,"@timestamp":1629520036},"coords":"51.5005432,-0.2229911","bedrooms":"2","price":"166000","area":"640"} , +{"type":"Feature","id":"n9024201293","geometry":{"type":"Point","coordinates":[-0.2241499,51.5005344]},"properties":{"@type":"node","@id":9024201293,"@timestamp":1629520036},"coords":"51.5005344,-0.2241499","bedrooms":"0","price":"194000","area":"569"} , +{"type":"Feature","id":"n9024204057","geometry":{"type":"Point","coordinates":[-0.2240595,51.5001484]},"properties":{"@type":"node","@id":9024204057,"@timestamp":1629520036},"coords":"51.5001484,-0.2240595","bedrooms":"1","price":"202000","area":"550"} , +{"type":"Feature","id":"n9024204067","geometry":{"type":"Point","coordinates":[-0.2231684,51.5001546]},"properties":{"@type":"node","@id":9024204067,"@timestamp":1629520036},"coords":"51.5001546,-0.2231684","bedrooms":"3","price":"174000","area":"693"} , +{"type":"Feature","id":"n9024204190","geometry":{"type":"Point","coordinates":[-0.2222317,51.5004038]},"properties":{"@type":"node","@id":9024204190,"@timestamp":1629520036},"coords":"51.5004038,-0.2222317","bedrooms":"1","price":"225000","area":"536"} , +{"type":"Feature","id":"n9024374860","geometry":{"type":"Point","coordinates":[-0.2242801,51.4993267]},"properties":{"@type":"node","@id":9024374860,"@timestamp":1629530376},"coords":"51.4993267,-0.2242801","bedrooms":"1","price":"281000","area":"447"} , +{"type":"Feature","id":"n9024377548","geometry":{"type":"Point","coordinates":[-0.2227873,51.4992549]},"properties":{"@type":"node","@id":9024377548,"@timestamp":1629530376},"coords":"51.4992549,-0.2227873","bedrooms":"0","price":"244000","area":"627"} , +{"type":"Feature","id":"n9024393788","geometry":{"type":"Point","coordinates":[-0.22411,51.4986346]},"properties":{"@type":"node","@id":9024393788,"@timestamp":1629531471},"coords":"51.4986346,-0.22411","bedrooms":"3","price":"162000","area":"509"} , +{"type":"Feature","id":"n9024530497","geometry":{"type":"Point","coordinates":[-0.2232468,51.4986067]},"properties":{"@type":"node","@id":9024530497,"@timestamp":1629538341},"coords":"51.4986067,-0.2232468","bedrooms":"0","price":"294000","area":"562"} , +{"type":"Feature","id":"n9024548533","geometry":{"type":"Point","coordinates":[-0.222369,51.4991352]},"properties":{"@type":"node","@id":9024548533,"@timestamp":1629538341},"coords":"51.4991352,-0.222369","bedrooms":"3","price":"227000","area":"576"} , +{"type":"Feature","id":"n9024578465","geometry":{"type":"Point","coordinates":[-0.0913892,51.50339]},"properties":{"@type":"node","@id":9024578465,"@timestamp":1629539698},"coords":"51.50339,-0.0913892","bedrooms":"0","price":"201000","area":"614"} , +{"type":"Feature","id":"n9024616142","geometry":{"type":"Point","coordinates":[-0.408973,51.7862994]},"properties":{"@type":"node","@id":9024616142,"@timestamp":1629540522},"coords":"51.7862994,-0.408973","bedrooms":"1","price":"216000","area":"395"} , +{"type":"Feature","id":"n9024619117","geometry":{"type":"Point","coordinates":[-0.4845874,51.7878546]},"properties":{"@type":"node","@id":9024619117,"@timestamp":1629540522},"coords":"51.7878546,-0.4845874","bedrooms":"3","price":"284000","area":"638"} , +{"type":"Feature","id":"n9024720065","geometry":{"type":"Point","coordinates":[-0.1928821,51.2237615]},"properties":{"@type":"node","@id":9024720065,"@timestamp":1629547798},"coords":"51.2237615,-0.1928821","bedrooms":"3","price":"239000","area":"555"} , +{"type":"Feature","id":"n9024781837","geometry":{"type":"Point","coordinates":[-0.1943298,51.2237322]},"properties":{"@type":"node","@id":9024781837,"@timestamp":1629547798},"coords":"51.2237322,-0.1943298","bedrooms":"4","price":"152000","area":"555"} , +{"type":"Feature","id":"n9024889065","geometry":{"type":"Point","coordinates":[-0.1783811,51.6903033]},"properties":{"@type":"node","@id":9024889065,"@timestamp":1629552528},"coords":"51.6903033,-0.1783811","bedrooms":"3","price":"235000","area":"358"} , +{"type":"Feature","id":"n9025001482","geometry":{"type":"Point","coordinates":[-0.1780194,51.6889448]},"properties":{"@type":"node","@id":9025001482,"@timestamp":1629557703},"coords":"51.6889448,-0.1780194","bedrooms":"0","price":"260000","area":"616"} , +{"type":"Feature","id":"n9025021239","geometry":{"type":"Point","coordinates":[-0.4953464,51.799669]},"properties":{"@type":"node","@id":9025021239,"@timestamp":1629558614},"coords":"51.799669,-0.4953464","bedrooms":"3","price":"292000","area":"373"} , +{"type":"Feature","id":"n9025021250","geometry":{"type":"Point","coordinates":[-0.4924457,51.8095454]},"properties":{"@type":"node","@id":9025021250,"@timestamp":1629558614},"coords":"51.8095454,-0.4924457","bedrooms":"3","price":"175000","area":"696"} , +{"type":"Feature","id":"n9025021328","geometry":{"type":"Point","coordinates":[-0.453065,51.7915623]},"properties":{"@type":"node","@id":9025021328,"@timestamp":1629558614},"coords":"51.7915623,-0.453065","bedrooms":"2","price":"219000","area":"530"} , +{"type":"Feature","id":"n9025021338","geometry":{"type":"Point","coordinates":[-0.4556652,51.7953145]},"properties":{"@type":"node","@id":9025021338,"@timestamp":1629558614},"coords":"51.7953145,-0.4556652","bedrooms":"3","price":"274000","area":"462"} , +{"type":"Feature","id":"n9025021348","geometry":{"type":"Point","coordinates":[-0.4728533,51.8009961]},"properties":{"@type":"node","@id":9025021348,"@timestamp":1629558614},"coords":"51.8009961,-0.4728533","bedrooms":"1","price":"274000","area":"623"} , +{"type":"Feature","id":"n9025021358","geometry":{"type":"Point","coordinates":[-0.4843075,51.7995085]},"properties":{"@type":"node","@id":9025021358,"@timestamp":1629558614},"coords":"51.7995085,-0.4843075","bedrooms":"2","price":"220000","area":"459"} , +{"type":"Feature","id":"n9025021516","geometry":{"type":"Point","coordinates":[-0.4672034,51.8011791]},"properties":{"@type":"node","@id":9025021516,"@timestamp":1629558614},"coords":"51.8011791,-0.4672034","bedrooms":"2","price":"289000","area":"401"} , +{"type":"Feature","id":"n9025087161","geometry":{"type":"Point","coordinates":[-0.2742197,51.4076131]},"properties":{"@type":"node","@id":9025087161,"@timestamp":1629562180},"coords":"51.4076131,-0.2742197","bedrooms":"4","price":"294000","area":"549"} , +{"type":"Feature","id":"n9025111440","geometry":{"type":"Point","coordinates":[-0.1195225,51.4753227]},"properties":{"@type":"node","@id":9025111440,"@timestamp":1629562822},"coords":"51.4753227,-0.1195225","bedrooms":"1","price":"215000","area":"475"} , +{"type":"Feature","id":"n9025175959","geometry":{"type":"Point","coordinates":[-0.1788367,51.6897661]},"properties":{"@type":"node","@id":9025175959,"@timestamp":1629566073},"coords":"51.6897661,-0.1788367","bedrooms":"3","price":"272000","area":"631"} , +{"type":"Feature","id":"n9025316507","geometry":{"type":"Point","coordinates":[-0.1882353,51.694202]},"properties":{"@type":"node","@id":9025316507,"@timestamp":1629573569},"coords":"51.694202,-0.1882353","bedrooms":"1","price":"282000","area":"677"} , +{"type":"Feature","id":"n9025330062","geometry":{"type":"Point","coordinates":[-0.1882577,51.6941635]},"properties":{"@type":"node","@id":9025330062,"@timestamp":1629573569},"coords":"51.6941635,-0.1882577","bedrooms":"4","price":"211000","area":"401"} , +{"type":"Feature","id":"n9025334121","geometry":{"type":"Point","coordinates":[-0.0691357,51.5186738]},"properties":{"@type":"node","@id":9025334121,"@timestamp":1629573893},"coords":"51.5186738,-0.0691357","bedrooms":"3","price":"174000","area":"599"} , +{"type":"Feature","id":"n9025379749","geometry":{"type":"Point","coordinates":[0.026324,51.4654382]},"properties":{"@type":"node","@id":9025379749,"@timestamp":1629576301},"coords":"51.4654382,0.026324","bedrooms":"2","price":"295000","area":"455"} , +{"type":"Feature","id":"n9025379759","geometry":{"type":"Point","coordinates":[0.0271158,51.4651389]},"properties":{"@type":"node","@id":9025379759,"@timestamp":1629576301},"coords":"51.4651389,0.0271158","bedrooms":"0","price":"283000","area":"572"} , +{"type":"Feature","id":"n9025379769","geometry":{"type":"Point","coordinates":[0.0273794,51.465048]},"properties":{"@type":"node","@id":9025379769,"@timestamp":1629576301},"coords":"51.465048,0.0273794","bedrooms":"4","price":"170000","area":"473"} , +{"type":"Feature","id":"n9025380037","geometry":{"type":"Point","coordinates":[0.0265306,51.4655701]},"properties":{"@type":"node","@id":9025380037,"@timestamp":1629576301},"coords":"51.4655701,0.0265306","bedrooms":"3","price":"170000","area":"378"} , +{"type":"Feature","id":"n9025380047","geometry":{"type":"Point","coordinates":[0.026269,51.4653719]},"properties":{"@type":"node","@id":9025380047,"@timestamp":1629576301},"coords":"51.4653719,0.026269","bedrooms":"4","price":"249000","area":"575"} , +{"type":"Feature","id":"n9025408622","geometry":{"type":"Point","coordinates":[0.4175516,51.5518992]},"properties":{"@type":"node","@id":9025408622,"@timestamp":1629577596},"coords":"51.5518992,0.4175516","bedrooms":"3","price":"289000","area":"578"} , +{"type":"Feature","id":"n9025437120","geometry":{"type":"Point","coordinates":[-0.3129273,51.4109993]},"properties":{"@type":"node","@id":9025437120,"@timestamp":1629578873},"coords":"51.4109993,-0.3129273","bedrooms":"4","price":"294000","area":"524"} , +{"type":"Feature","id":"n9025437130","geometry":{"type":"Point","coordinates":[-0.3126725,51.4110121]},"properties":{"@type":"node","@id":9025437130,"@timestamp":1629578873},"coords":"51.4110121,-0.3126725","bedrooms":"4","price":"156000","area":"647"} , +{"type":"Feature","id":"n9025446353","geometry":{"type":"Point","coordinates":[0.0269288,51.4649404]},"properties":{"@type":"node","@id":9025446353,"@timestamp":1629579400},"coords":"51.4649404,0.0269288","bedrooms":"1","price":"189000","area":"648"} , +{"type":"Feature","id":"n9025446363","geometry":{"type":"Point","coordinates":[0.0265307,51.4652161]},"properties":{"@type":"node","@id":9025446363,"@timestamp":1629579400},"coords":"51.4652161,0.0265307","bedrooms":"1","price":"185000","area":"400"} , +{"type":"Feature","id":"n9025446373","geometry":{"type":"Point","coordinates":[0.0261617,51.4656265]},"properties":{"@type":"node","@id":9025446373,"@timestamp":1629579400},"coords":"51.4656265,0.0261617","bedrooms":"2","price":"184000","area":"383"} , +{"type":"Feature","id":"n9025458967","geometry":{"type":"Point","coordinates":[-0.0884196,51.440724]},"properties":{"@type":"node","@id":9025458967,"@timestamp":1629581006},"coords":"51.440724,-0.0884196","bedrooms":"2","price":"287000","area":"431"} , +{"type":"Feature","id":"n9025471190","geometry":{"type":"Point","coordinates":[0.0272656,51.4659142]},"properties":{"@type":"node","@id":9025471190,"@timestamp":1629581988},"coords":"51.4659142,0.0272656","bedrooms":"0","price":"260000","area":"460"} , +{"type":"Feature","id":"n9025471200","geometry":{"type":"Point","coordinates":[0.0264969,51.4655598]},"properties":{"@type":"node","@id":9025471200,"@timestamp":1629581988},"coords":"51.4655598,0.0264969","bedrooms":"4","price":"202000","area":"469"} , +{"type":"Feature","id":"n9025471210","geometry":{"type":"Point","coordinates":[0.0271178,51.4651645]},"properties":{"@type":"node","@id":9025471210,"@timestamp":1629581988},"coords":"51.4651645,0.0271178","bedrooms":"2","price":"274000","area":"478"} , +{"type":"Feature","id":"n9025523255","geometry":{"type":"Point","coordinates":[0.0269542,51.4658007]},"properties":{"@type":"node","@id":9025523255,"@timestamp":1629583297},"coords":"51.4658007,0.0269542","bedrooms":"4","price":"210000","area":"466"} , +{"type":"Feature","id":"n9025600953","geometry":{"type":"Point","coordinates":[-0.7753623,51.5732956]},"properties":{"@type":"node","@id":9025600953,"@timestamp":1629590805},"coords":"51.5732956,-0.7753623","bedrooms":"0","price":"232000","area":"471"} , +{"type":"Feature","id":"n9025600994","geometry":{"type":"Point","coordinates":[-0.77612,51.5729634]},"properties":{"@type":"node","@id":9025600994,"@timestamp":1629590805},"coords":"51.5729634,-0.77612","bedrooms":"1","price":"162000","area":"678"} , +{"type":"Feature","id":"n9025659927","geometry":{"type":"Point","coordinates":[-0.776704,51.5725996]},"properties":{"@type":"node","@id":9025659927,"@timestamp":1629590805},"coords":"51.5725996,-0.776704","bedrooms":"1","price":"266000","area":"417"} , +{"type":"Feature","id":"n9025791718","geometry":{"type":"Point","coordinates":[-0.0264263,51.5091584]},"properties":{"@type":"node","@id":9025791718,"@timestamp":1629606779},"coords":"51.5091584,-0.0264263","bedrooms":"1","price":"278000","area":"526"} , +{"type":"Feature","id":"n9025843272","geometry":{"type":"Point","coordinates":[-0.2238267,51.4979972]},"properties":{"@type":"node","@id":9025843272,"@timestamp":1629613457},"coords":"51.4979972,-0.2238267","bedrooms":"3","price":"218000","area":"553"} , +{"type":"Feature","id":"n9025843282","geometry":{"type":"Point","coordinates":[-0.2236888,51.4980606]},"properties":{"@type":"node","@id":9025843282,"@timestamp":1629613457},"coords":"51.4980606,-0.2236888","bedrooms":"3","price":"227000","area":"574"} , +{"type":"Feature","id":"n9026012079","geometry":{"type":"Point","coordinates":[-0.0541038,51.4892487]},"properties":{"@type":"node","@id":9026012079,"@timestamp":1629626350},"coords":"51.4892487,-0.0541038","bedrooms":"1","price":"289000","area":"696"} , +{"type":"Feature","id":"n9026168838","geometry":{"type":"Point","coordinates":[0.0233706,51.4664938]},"properties":{"@type":"node","@id":9026168838,"@timestamp":1629631293},"coords":"51.4664938,0.0233706","bedrooms":"2","price":"193000","area":"387"} , +{"type":"Feature","id":"n9026168848","geometry":{"type":"Point","coordinates":[0.0245421,51.4669343]},"properties":{"@type":"node","@id":9026168848,"@timestamp":1629631293},"coords":"51.4669343,0.0245421","bedrooms":"2","price":"271000","area":"594"} , +{"type":"Feature","id":"n9026207348","geometry":{"type":"Point","coordinates":[-0.4411077,51.7999544]},"properties":{"@type":"node","@id":9026207348,"@timestamp":1629632771},"coords":"51.7999544,-0.4411077","bedrooms":"2","price":"271000","area":"684"} , +{"type":"Feature","id":"n9026338209","geometry":{"type":"Point","coordinates":[0.0535986,51.9763011]},"properties":{"@type":"node","@id":9026338209,"@timestamp":1629638665},"coords":"51.9763011,0.0535986","bedrooms":"1","price":"248000","area":"598"} , +{"type":"Feature","id":"n9026348691","geometry":{"type":"Point","coordinates":[0.0926924,51.028381]},"properties":{"@type":"node","@id":9026348691,"@timestamp":1629638735},"coords":"51.028381,0.0926924","bedrooms":"3","price":"286000","area":"628"} , +{"type":"Feature","id":"n9026357826","geometry":{"type":"Point","coordinates":[0.0587794,51.9726331]},"properties":{"@type":"node","@id":9026357826,"@timestamp":1630843767},"coords":"51.9726331,0.0587794","bedrooms":"2","price":"239000","area":"618"} , +{"type":"Feature","id":"n9026358969","geometry":{"type":"Point","coordinates":[0.0837704,51.0383221]},"properties":{"@type":"node","@id":9026358969,"@timestamp":1629638735},"coords":"51.0383221,0.0837704","bedrooms":"0","price":"182000","area":"659"} , +{"type":"Feature","id":"n9026468248","geometry":{"type":"Point","coordinates":[-0.1171729,51.5132404]},"properties":{"@type":"node","@id":9026468248,"@timestamp":1629643263},"coords":"51.5132404,-0.1171729","bedrooms":"3","price":"247000","area":"682"} , +{"type":"Feature","id":"n9026721000","geometry":{"type":"Point","coordinates":[-0.1056388,51.5255385]},"properties":{"@type":"node","@id":9026721000,"@timestamp":1629656240},"coords":"51.5255385,-0.1056388","bedrooms":"4","price":"250000","area":"381"} , +{"type":"Feature","id":"n9026729251","geometry":{"type":"Point","coordinates":[-0.15813,51.5639424]},"properties":{"@type":"node","@id":9026729251,"@timestamp":1629652871},"coords":"51.5639424,-0.15813","bedrooms":"4","price":"279000","area":"358"} , +{"type":"Feature","id":"n9026729261","geometry":{"type":"Point","coordinates":[-0.1594629,51.5596024]},"properties":{"@type":"node","@id":9026729261,"@timestamp":1629652871},"coords":"51.5596024,-0.1594629","bedrooms":"2","price":"165000","area":"605"} , +{"type":"Feature","id":"n9026729271","geometry":{"type":"Point","coordinates":[-0.158887,51.5596469]},"properties":{"@type":"node","@id":9026729271,"@timestamp":1629652871},"coords":"51.5596469,-0.158887","bedrooms":"0","price":"236000","area":"638"} , +{"type":"Feature","id":"n9026729281","geometry":{"type":"Point","coordinates":[-0.1516285,51.5598781]},"properties":{"@type":"node","@id":9026729281,"@timestamp":1629652871},"coords":"51.5598781,-0.1516285","bedrooms":"0","price":"217000","area":"596"} , +{"type":"Feature","id":"n9026729298","geometry":{"type":"Point","coordinates":[-0.1635144,51.5629354]},"properties":{"@type":"node","@id":9026729298,"@timestamp":1629652871},"coords":"51.5629354,-0.1635144","bedrooms":"0","price":"295000","area":"559"} , +{"type":"Feature","id":"n9026800540","geometry":{"type":"Point","coordinates":[-0.2507436,51.3999089]},"properties":{"@type":"node","@id":9026800540,"@timestamp":1629655375},"coords":"51.3999089,-0.2507436","bedrooms":"0","price":"192000","area":"665"} , +{"type":"Feature","id":"n9026800550","geometry":{"type":"Point","coordinates":[-0.2517129,51.4002641]},"properties":{"@type":"node","@id":9026800550,"@timestamp":1629655375},"coords":"51.4002641,-0.2517129","bedrooms":"3","price":"286000","area":"606"} , +{"type":"Feature","id":"n9026924892","geometry":{"type":"Point","coordinates":[-0.5711653,51.2438005]},"properties":{"@type":"node","@id":9026924892,"@timestamp":1629660094},"coords":"51.2438005,-0.5711653","bedrooms":"4","price":"182000","area":"690"} , +{"type":"Feature","id":"n9026961465","geometry":{"type":"Point","coordinates":[0.0131772,51.4896591]},"properties":{"@type":"node","@id":9026961465,"@timestamp":1629661645},"coords":"51.4896591,0.0131772","bedrooms":"4","price":"284000","area":"619"} , +{"type":"Feature","id":"n9026961475","geometry":{"type":"Point","coordinates":[0.01384,51.489223]},"properties":{"@type":"node","@id":9026961475,"@timestamp":1629661645},"coords":"51.489223,0.01384","bedrooms":"1","price":"227000","area":"408"} , +{"type":"Feature","id":"n9026961485","geometry":{"type":"Point","coordinates":[0.0143753,51.4892832]},"properties":{"@type":"node","@id":9026961485,"@timestamp":1629661645},"coords":"51.4892832,0.0143753","bedrooms":"0","price":"181000","area":"497"} , +{"type":"Feature","id":"n9026961495","geometry":{"type":"Point","coordinates":[0.0146091,51.4889225]},"properties":{"@type":"node","@id":9026961495,"@timestamp":1629661645},"coords":"51.4889225,0.0146091","bedrooms":"3","price":"155000","area":"687"} , +{"type":"Feature","id":"n9026961505","geometry":{"type":"Point","coordinates":[0.0153941,51.4889765]},"properties":{"@type":"node","@id":9026961505,"@timestamp":1629661645},"coords":"51.4889765,0.0153941","bedrooms":"3","price":"181000","area":"509"} , +{"type":"Feature","id":"n9026961515","geometry":{"type":"Point","coordinates":[0.015583,51.4883049]},"properties":{"@type":"node","@id":9026961515,"@timestamp":1629661645},"coords":"51.4883049,0.015583","bedrooms":"4","price":"255000","area":"616"} , +{"type":"Feature","id":"n9026962025","geometry":{"type":"Point","coordinates":[0.0171306,51.4885187]},"properties":{"@type":"node","@id":9026962025,"@timestamp":1629661645},"coords":"51.4885187,0.0171306","bedrooms":"3","price":"260000","area":"389"} , +{"type":"Feature","id":"n9026962035","geometry":{"type":"Point","coordinates":[0.0157218,51.4887022]},"properties":{"@type":"node","@id":9026962035,"@timestamp":1629661645},"coords":"51.4887022,0.0157218","bedrooms":"0","price":"207000","area":"615"} , +{"type":"Feature","id":"n9026962045","geometry":{"type":"Point","coordinates":[0.016628,51.4887255]},"properties":{"@type":"node","@id":9026962045,"@timestamp":1629661645},"coords":"51.4887255,0.016628","bedrooms":"2","price":"240000","area":"530"} , +{"type":"Feature","id":"n9026962055","geometry":{"type":"Point","coordinates":[0.0167309,51.4884206]},"properties":{"@type":"node","@id":9026962055,"@timestamp":1629661645},"coords":"51.4884206,0.0167309","bedrooms":"3","price":"221000","area":"517"} , +{"type":"Feature","id":"n9027097153","geometry":{"type":"Point","coordinates":[-0.0224815,51.4840439]},"properties":{"@type":"node","@id":9027097153,"@timestamp":1629702041},"coords":"51.4840439,-0.0224815","bedrooms":"2","price":"233000","area":"604"} , +{"type":"Feature","id":"n9027159664","geometry":{"type":"Point","coordinates":[-0.7771553,51.5717452]},"properties":{"@type":"node","@id":9027159664,"@timestamp":1629670017},"coords":"51.5717452,-0.7771553","bedrooms":"3","price":"229000","area":"392"} , +{"type":"Feature","id":"n9027159709","geometry":{"type":"Point","coordinates":[-0.7767179,51.5722525]},"properties":{"@type":"node","@id":9027159709,"@timestamp":1629670017},"coords":"51.5722525,-0.7767179","bedrooms":"0","price":"254000","area":"697"} , +{"type":"Feature","id":"n9027249196","geometry":{"type":"Point","coordinates":[0.0883122,51.646646]},"properties":{"@type":"node","@id":9027249196,"@timestamp":1629677419},"coords":"51.646646,0.0883122","bedrooms":"0","price":"265000","area":"577"} , +{"type":"Feature","id":"n9027340516","geometry":{"type":"Point","coordinates":[-0.0793636,51.518129]},"properties":{"@type":"node","@id":9027340516,"@timestamp":1629683670},"coords":"51.518129,-0.0793636","bedrooms":"1","price":"206000","area":"445"} , +{"type":"Feature","id":"n9027829347","geometry":{"type":"Point","coordinates":[-0.7778125,51.3314152]},"properties":{"@type":"node","@id":9027829347,"@timestamp":1629701100},"coords":"51.3314152,-0.7778125","bedrooms":"2","price":"295000","area":"519"} , +{"type":"Feature","id":"n9028257479","geometry":{"type":"Point","coordinates":[0.0326546,51.5511635]},"properties":{"@type":"node","@id":9028257479,"@timestamp":1629710812},"coords":"51.5511635,0.0326546","bedrooms":"2","price":"236000","area":"628"} , +{"type":"Feature","id":"n9028434579","geometry":{"type":"Point","coordinates":[-0.1600997,51.2167266]},"properties":{"@type":"node","@id":9028434579,"@timestamp":1629714665},"coords":"51.2167266,-0.1600997","bedrooms":"0","price":"243000","area":"611"} , +{"type":"Feature","id":"n9028515310","geometry":{"type":"Point","coordinates":[-0.2048327,51.4201631]},"properties":{"@type":"node","@id":9028515310,"@timestamp":1629717733},"coords":"51.4201631,-0.2048327","bedrooms":"2","price":"166000","area":"610"} , +{"type":"Feature","id":"n9028527602","geometry":{"type":"Point","coordinates":[-0.2014326,51.4204001]},"properties":{"@type":"node","@id":9028527602,"@timestamp":1629716967},"coords":"51.4204001,-0.2014326","bedrooms":"0","price":"280000","area":"478"} , +{"type":"Feature","id":"n9028570776","geometry":{"type":"Point","coordinates":[0.0264076,51.5503106]},"properties":{"@type":"node","@id":9028570776,"@timestamp":1629718519},"coords":"51.5503106,0.0264076","bedrooms":"3","price":"206000","area":"499"} , +{"type":"Feature","id":"n9028619697","geometry":{"type":"Point","coordinates":[-0.4725812,51.5228961]},"properties":{"@type":"node","@id":9028619697,"@timestamp":1629721584},"coords":"51.5228961,-0.4725812","bedrooms":"2","price":"208000","area":"599"} , +{"type":"Feature","id":"n9028696934","geometry":{"type":"Point","coordinates":[0.494479,51.6093446]},"properties":{"@type":"node","@id":9028696934,"@timestamp":1629721389},"coords":"51.6093446,0.494479","bedrooms":"3","price":"254000","area":"594"} , +{"type":"Feature","id":"n9028743008","geometry":{"type":"Point","coordinates":[-0.3883267,51.3159746]},"properties":{"@type":"node","@id":9028743008,"@timestamp":1629722655},"coords":"51.3159746,-0.3883267","bedrooms":"3","price":"220000","area":"521"} , +{"type":"Feature","id":"n9028743185","geometry":{"type":"Point","coordinates":[-0.3810488,51.3144423]},"properties":{"@type":"node","@id":9028743185,"@timestamp":1629722655},"coords":"51.3144423,-0.3810488","bedrooms":"4","price":"237000","area":"497"} , +{"type":"Feature","id":"n9028758390","geometry":{"type":"Point","coordinates":[-0.3799875,51.3139879]},"properties":{"@type":"node","@id":9028758390,"@timestamp":1629723327},"coords":"51.3139879,-0.3799875","bedrooms":"3","price":"276000","area":"471"} , +{"type":"Feature","id":"n9028844862","geometry":{"type":"Point","coordinates":[-0.5140408,51.7488045]},"properties":{"@type":"node","@id":9028844862,"@timestamp":1629724898},"coords":"51.7488045,-0.5140408","bedrooms":"3","price":"154000","area":"560"} , +{"type":"Feature","id":"n9029011765","geometry":{"type":"Point","coordinates":[0.0254159,51.5535991]},"properties":{"@type":"node","@id":9029011765,"@timestamp":1629729776},"coords":"51.5535991,0.0254159","bedrooms":"1","price":"207000","area":"678"} , +{"type":"Feature","id":"n9029011775","geometry":{"type":"Point","coordinates":[0.0287298,51.5538134]},"properties":{"@type":"node","@id":9029011775,"@timestamp":1629729776},"coords":"51.5538134,0.0287298","bedrooms":"1","price":"257000","area":"538"} , +{"type":"Feature","id":"n9029011785","geometry":{"type":"Point","coordinates":[0.0307046,51.5540139]},"properties":{"@type":"node","@id":9029011785,"@timestamp":1629729776},"coords":"51.5540139,0.0307046","bedrooms":"3","price":"200000","area":"436"} , +{"type":"Feature","id":"n9029011797","geometry":{"type":"Point","coordinates":[0.0348466,51.5542904]},"properties":{"@type":"node","@id":9029011797,"@timestamp":1629729776},"coords":"51.5542904,0.0348466","bedrooms":"1","price":"235000","area":"557"} , +{"type":"Feature","id":"n9029011809","geometry":{"type":"Point","coordinates":[0.0369541,51.5551013]},"properties":{"@type":"node","@id":9029011809,"@timestamp":1629729776},"coords":"51.5551013,0.0369541","bedrooms":"1","price":"292000","area":"580"} , +{"type":"Feature","id":"n9029023819","geometry":{"type":"Point","coordinates":[0.040726,51.5548991]},"properties":{"@type":"node","@id":9029023819,"@timestamp":1629729776},"coords":"51.5548991,0.040726","bedrooms":"4","price":"299000","area":"554"} , +{"type":"Feature","id":"n9029024813","geometry":{"type":"Point","coordinates":[0.037335,51.5549804]},"properties":{"@type":"node","@id":9029024813,"@timestamp":1629729776},"coords":"51.5549804,0.037335","bedrooms":"1","price":"185000","area":"489"} , +{"type":"Feature","id":"n9029024823","geometry":{"type":"Point","coordinates":[0.0405986,51.5547519]},"properties":{"@type":"node","@id":9029024823,"@timestamp":1629729776},"coords":"51.5547519,0.0405986","bedrooms":"0","price":"271000","area":"390"} , +{"type":"Feature","id":"n9029176294","geometry":{"type":"Point","coordinates":[0.0279037,51.5530996]},"properties":{"@type":"node","@id":9029176294,"@timestamp":1629733995},"coords":"51.5530996,0.0279037","bedrooms":"3","price":"247000","area":"695"} , +{"type":"Feature","id":"n9029213318","geometry":{"type":"Point","coordinates":[0.0291717,51.5528519]},"properties":{"@type":"node","@id":9029213318,"@timestamp":1629735225},"coords":"51.5528519,0.0291717","bedrooms":"1","price":"185000","area":"530"} , +{"type":"Feature","id":"n9029257392","geometry":{"type":"Point","coordinates":[0.0254327,51.5519834]},"properties":{"@type":"node","@id":9029257392,"@timestamp":1629737629},"coords":"51.5519834,0.0254327","bedrooms":"1","price":"213000","area":"390"} , +{"type":"Feature","id":"n9029274554","geometry":{"type":"Point","coordinates":[0.0266504,51.5528615]},"properties":{"@type":"node","@id":9029274554,"@timestamp":1629737629},"coords":"51.5528615,0.0266504","bedrooms":"4","price":"252000","area":"681"} , +{"type":"Feature","id":"n9029274726","geometry":{"type":"Point","coordinates":[0.0270621,51.5533102]},"properties":{"@type":"node","@id":9029274726,"@timestamp":1629737629},"coords":"51.5533102,0.0270621","bedrooms":"4","price":"182000","area":"531"} , +{"type":"Feature","id":"n9029375027","geometry":{"type":"Point","coordinates":[-0.0062241,51.2505636]},"properties":{"@type":"node","@id":9029375027,"@timestamp":1629740220},"coords":"51.2505636,-0.0062241","bedrooms":"4","price":"170000","area":"591"} , +{"type":"Feature","id":"n9029399106","geometry":{"type":"Point","coordinates":[-0.2630118,51.3302902]},"properties":{"@type":"node","@id":9029399106,"@timestamp":1629741236},"coords":"51.3302902,-0.2630118","bedrooms":"1","price":"240000","area":"520"} , +{"type":"Feature","id":"n9029770120","geometry":{"type":"Point","coordinates":[0.0372396,51.4939767]},"properties":{"@type":"node","@id":9029770120,"@timestamp":1629750349},"coords":"51.4939767,0.0372396","bedrooms":"0","price":"211000","area":"565"} , +{"type":"Feature","id":"n9029770130","geometry":{"type":"Point","coordinates":[0.0373902,51.4937461]},"properties":{"@type":"node","@id":9029770130,"@timestamp":1629750349},"coords":"51.4937461,0.0373902","bedrooms":"4","price":"153000","area":"380"} , +{"type":"Feature","id":"n9029770140","geometry":{"type":"Point","coordinates":[0.0396721,51.4935204]},"properties":{"@type":"node","@id":9029770140,"@timestamp":1629750349},"coords":"51.4935204,0.0396721","bedrooms":"4","price":"211000","area":"436"} , +{"type":"Feature","id":"n9029837665","geometry":{"type":"Point","coordinates":[-0.5164242,51.7636839]},"properties":{"@type":"node","@id":9029837665,"@timestamp":1629807718},"coords":"51.7636839,-0.5164242","bedrooms":"4","price":"287000","area":"374"} , +{"type":"Feature","id":"n9029873117","geometry":{"type":"Point","coordinates":[0.0294339,51.5510749]},"properties":{"@type":"node","@id":9029873117,"@timestamp":1629753761},"coords":"51.5510749,0.0294339","bedrooms":"4","price":"199000","area":"665"} , +{"type":"Feature","id":"n9029873127","geometry":{"type":"Point","coordinates":[0.0285045,51.5518942]},"properties":{"@type":"node","@id":9029873127,"@timestamp":1629753761},"coords":"51.5518942,0.0285045","bedrooms":"0","price":"169000","area":"365"} , +{"type":"Feature","id":"n9029873137","geometry":{"type":"Point","coordinates":[0.0300032,51.5519768]},"properties":{"@type":"node","@id":9029873137,"@timestamp":1629753761},"coords":"51.5519768,0.0300032","bedrooms":"0","price":"200000","area":"609"} , +{"type":"Feature","id":"n9029873147","geometry":{"type":"Point","coordinates":[0.0291321,51.5520968]},"properties":{"@type":"node","@id":9029873147,"@timestamp":1629753761},"coords":"51.5520968,0.0291321","bedrooms":"2","price":"205000","area":"387"} , +{"type":"Feature","id":"n9030155654","geometry":{"type":"Point","coordinates":[-0.0872791,51.5126762]},"properties":{"@type":"node","@id":9030155654,"@timestamp":1629771267},"coords":"51.5126762,-0.0872791","bedrooms":"2","price":"292000","area":"593"} , +{"type":"Feature","id":"n9030284999","geometry":{"type":"Point","coordinates":[-0.0828271,51.5180486]},"properties":{"@type":"node","@id":9030284999,"@timestamp":1629779090},"coords":"51.5180486,-0.0828271","bedrooms":"3","price":"165000","area":"450"} , +{"type":"Feature","id":"n9030340022","geometry":{"type":"Point","coordinates":[-0.2248731,51.4981568]},"properties":{"@type":"node","@id":9030340022,"@timestamp":1629780365},"coords":"51.4981568,-0.2248731","bedrooms":"0","price":"212000","area":"401"} , +{"type":"Feature","id":"n9030340086","geometry":{"type":"Point","coordinates":[-0.223512,51.4983877]},"properties":{"@type":"node","@id":9030340086,"@timestamp":1629780365},"coords":"51.4983877,-0.223512","bedrooms":"0","price":"292000","area":"472"} , +{"type":"Feature","id":"n9030356289","geometry":{"type":"Point","coordinates":[-0.2225894,51.4981929]},"properties":{"@type":"node","@id":9030356289,"@timestamp":1629781907},"coords":"51.4981929,-0.2225894","bedrooms":"2","price":"188000","area":"496"} , +{"type":"Feature","id":"n9031364714","geometry":{"type":"Point","coordinates":[-0.1266706,51.5314464]},"properties":{"@type":"node","@id":9031364714,"@timestamp":1629792478},"coords":"51.5314464,-0.1266706","bedrooms":"0","price":"251000","area":"357"} , +{"type":"Feature","id":"n9031416281","geometry":{"type":"Point","coordinates":[0.0260856,51.5530855]},"properties":{"@type":"node","@id":9031416281,"@timestamp":1629792433},"coords":"51.5530855,0.0260856","bedrooms":"4","price":"297000","area":"420"} , +{"type":"Feature","id":"n9031416291","geometry":{"type":"Point","coordinates":[0.0259162,51.5531978]},"properties":{"@type":"node","@id":9031416291,"@timestamp":1629792433},"coords":"51.5531978,0.0259162","bedrooms":"2","price":"168000","area":"689"} , +{"type":"Feature","id":"n9031438842","geometry":{"type":"Point","coordinates":[0.026194,51.5531401]},"properties":{"@type":"node","@id":9031438842,"@timestamp":1629792433},"coords":"51.5531401,0.026194","bedrooms":"3","price":"235000","area":"630"} , +{"type":"Feature","id":"n9031745083","geometry":{"type":"Point","coordinates":[0.0268355,51.5523804]},"properties":{"@type":"node","@id":9031745083,"@timestamp":1629799211},"coords":"51.5523804,0.0268355","bedrooms":"3","price":"160000","area":"405"} , +{"type":"Feature","id":"n9031865620","geometry":{"type":"Point","coordinates":[-0.4902058,51.7643385]},"properties":{"@type":"node","@id":9031865620,"@timestamp":1629802218},"coords":"51.7643385,-0.4902058","bedrooms":"2","price":"193000","area":"422"} , +{"type":"Feature","id":"n9031927160","geometry":{"type":"Point","coordinates":[-0.9377366,51.0805307]},"properties":{"@type":"node","@id":9031927160,"@timestamp":1629803381},"coords":"51.0805307,-0.9377366","bedrooms":"2","price":"156000","area":"653"} , +{"type":"Feature","id":"n9032119597","geometry":{"type":"Point","coordinates":[-0.5221662,51.7617143]},"properties":{"@type":"node","@id":9032119597,"@timestamp":1629807718},"coords":"51.7617143,-0.5221662","bedrooms":"3","price":"218000","area":"470"} , +{"type":"Feature","id":"n9032256988","geometry":{"type":"Point","coordinates":[-0.3797508,51.3165142]},"properties":{"@type":"node","@id":9032256988,"@timestamp":1629809814},"coords":"51.3165142,-0.3797508","bedrooms":"0","price":"240000","area":"602"} , +{"type":"Feature","id":"n9032525146","geometry":{"type":"Point","coordinates":[-0.387489,51.1164439]},"properties":{"@type":"node","@id":9032525146,"@timestamp":1629816881},"coords":"51.1164439,-0.387489","bedrooms":"4","price":"156000","area":"608"} , +{"type":"Feature","id":"n9032525156","geometry":{"type":"Point","coordinates":[-0.3892922,51.116024]},"properties":{"@type":"node","@id":9032525156,"@timestamp":1629816881},"coords":"51.116024,-0.3892922","bedrooms":"0","price":"255000","area":"424"} , +{"type":"Feature","id":"n9032525166","geometry":{"type":"Point","coordinates":[-0.3891347,51.1172836]},"properties":{"@type":"node","@id":9032525166,"@timestamp":1629816881},"coords":"51.1172836,-0.3891347","bedrooms":"2","price":"244000","area":"624"} , +{"type":"Feature","id":"n9032573623","geometry":{"type":"Point","coordinates":[-0.387608,51.1176115]},"properties":{"@type":"node","@id":9032573623,"@timestamp":1629817961},"coords":"51.1176115,-0.387608","bedrooms":"3","price":"243000","area":"680"} , +{"type":"Feature","id":"n9032590765","geometry":{"type":"Point","coordinates":[0.0287355,51.550809]},"properties":{"@type":"node","@id":9032590765,"@timestamp":1629818180},"coords":"51.550809,0.0287355","bedrooms":"0","price":"174000","area":"654"} , +{"type":"Feature","id":"n9032590818","geometry":{"type":"Point","coordinates":[0.0279329,51.551912]},"properties":{"@type":"node","@id":9032590818,"@timestamp":1629818180},"coords":"51.551912,0.0279329","bedrooms":"4","price":"251000","area":"631"} , +{"type":"Feature","id":"n9032663503","geometry":{"type":"Point","coordinates":[0.0277692,51.5507269]},"properties":{"@type":"node","@id":9032663503,"@timestamp":1629820243},"coords":"51.5507269,0.0277692","bedrooms":"2","price":"199000","area":"500"} , +{"type":"Feature","id":"n9032763269","geometry":{"type":"Point","coordinates":[0.0263312,51.5512738]},"properties":{"@type":"node","@id":9032763269,"@timestamp":1629823601},"coords":"51.5512738,0.0263312","bedrooms":"1","price":"205000","area":"630"} , +{"type":"Feature","id":"n9032763279","geometry":{"type":"Point","coordinates":[0.0257961,51.5513096]},"properties":{"@type":"node","@id":9032763279,"@timestamp":1629823601},"coords":"51.5513096,0.0257961","bedrooms":"4","price":"221000","area":"407"} , +{"type":"Feature","id":"n9032841593","geometry":{"type":"Point","coordinates":[-0.175357,51.216596]},"properties":{"@type":"node","@id":9032841593,"@timestamp":1629827469},"coords":"51.216596,-0.175357","bedrooms":"2","price":"276000","area":"670"} , +{"type":"Feature","id":"n9032883417","geometry":{"type":"Point","coordinates":[-0.0564955,51.5457433]},"properties":{"@type":"node","@id":9032883417,"@timestamp":1629828368},"coords":"51.5457433,-0.0564955","bedrooms":"1","price":"187000","area":"690"} , +{"type":"Feature","id":"n9032916873","geometry":{"type":"Point","coordinates":[-0.4456134,51.4535612]},"properties":{"@type":"node","@id":9032916873,"@timestamp":1629829555},"coords":"51.4535612,-0.4456134","bedrooms":"0","price":"285000","area":"693"} , +{"type":"Feature","id":"n9033051189","geometry":{"type":"Point","coordinates":[-0.4047236,51.1231922]},"properties":{"@type":"node","@id":9033051189,"@timestamp":1629834003},"coords":"51.1231922,-0.4047236","bedrooms":"4","price":"175000","area":"462"} , +{"type":"Feature","id":"n9033110703","geometry":{"type":"Point","coordinates":[-0.1935731,51.6962497]},"properties":{"@type":"node","@id":9033110703,"@timestamp":1629837236},"coords":"51.6962497,-0.1935731","bedrooms":"0","price":"237000","area":"498"} , +{"type":"Feature","id":"n9033289678","geometry":{"type":"Point","coordinates":[-0.163792,51.8109809]},"properties":{"@type":"node","@id":9033289678,"@timestamp":1629839260},"coords":"51.8109809,-0.163792","bedrooms":"4","price":"187000","area":"614"} , +{"type":"Feature","id":"n9033392649","geometry":{"type":"Point","coordinates":[0.0051495,51.5396701]},"properties":{"@type":"node","@id":9033392649,"@timestamp":1633957082},"coords":"51.5396701,0.0051495","bedrooms":"1","price":"161000","area":"654"} , +{"type":"Feature","id":"n9033480818","geometry":{"type":"Point","coordinates":[-0.579152,51.7614539]},"properties":{"@type":"node","@id":9033480818,"@timestamp":1629847760},"coords":"51.7614539,-0.579152","bedrooms":"2","price":"244000","area":"365"} , +{"type":"Feature","id":"n9033543524","geometry":{"type":"Point","coordinates":[0.3629952,51.4814909]},"properties":{"@type":"node","@id":9033543524,"@timestamp":1629854089},"coords":"51.4814909,0.3629952","bedrooms":"1","price":"233000","area":"374"} , +{"type":"Feature","id":"n9033543539","geometry":{"type":"Point","coordinates":[0.367948,51.4817114]},"properties":{"@type":"node","@id":9033543539,"@timestamp":1629854089},"coords":"51.4817114,0.367948","bedrooms":"0","price":"252000","area":"650"} , +{"type":"Feature","id":"n9033543549","geometry":{"type":"Point","coordinates":[0.366454,51.481673]},"properties":{"@type":"node","@id":9033543549,"@timestamp":1629854089},"coords":"51.481673,0.366454","bedrooms":"2","price":"282000","area":"357"} , +{"type":"Feature","id":"n9033543564","geometry":{"type":"Point","coordinates":[0.3666787,51.4815796]},"properties":{"@type":"node","@id":9033543564,"@timestamp":1629854089},"coords":"51.4815796,0.3666787","bedrooms":"1","price":"296000","area":"535"} , +{"type":"Feature","id":"n9033543582","geometry":{"type":"Point","coordinates":[0.3652833,51.481616]},"properties":{"@type":"node","@id":9033543582,"@timestamp":1629854089},"coords":"51.481616,0.3652833","bedrooms":"2","price":"275000","area":"398"} , +{"type":"Feature","id":"n9033543592","geometry":{"type":"Point","coordinates":[0.364309,51.4814502]},"properties":{"@type":"node","@id":9033543592,"@timestamp":1629854089},"coords":"51.4814502,0.364309","bedrooms":"1","price":"245000","area":"615"} , +{"type":"Feature","id":"n9033543602","geometry":{"type":"Point","coordinates":[0.3630798,51.4814364]},"properties":{"@type":"node","@id":9033543602,"@timestamp":1629854089},"coords":"51.4814364,0.3630798","bedrooms":"2","price":"198000","area":"686"} , +{"type":"Feature","id":"n9033554126","geometry":{"type":"Point","coordinates":[0.3621578,51.481618]},"properties":{"@type":"node","@id":9033554126,"@timestamp":1629854089},"coords":"51.481618,0.3621578","bedrooms":"1","price":"258000","area":"447"} , +{"type":"Feature","id":"n9033554136","geometry":{"type":"Point","coordinates":[0.3617474,51.4815759]},"properties":{"@type":"node","@id":9033554136,"@timestamp":1629854089},"coords":"51.4815759,0.3617474","bedrooms":"3","price":"171000","area":"599"} , +{"type":"Feature","id":"n9033554146","geometry":{"type":"Point","coordinates":[0.3602045,51.4820114]},"properties":{"@type":"node","@id":9033554146,"@timestamp":1629854089},"coords":"51.4820114,0.3602045","bedrooms":"4","price":"189000","area":"547"} , +{"type":"Feature","id":"n9033600243","geometry":{"type":"Point","coordinates":[0.0093925,51.5426601]},"properties":{"@type":"node","@id":9033600243,"@timestamp":1629859270},"coords":"51.5426601,0.0093925","bedrooms":"4","price":"247000","area":"665"} , +{"type":"Feature","id":"n9033690007","geometry":{"type":"Point","coordinates":[-0.5156026,51.4349941]},"properties":{"@type":"node","@id":9033690007,"@timestamp":1629866622},"coords":"51.4349941,-0.5156026","bedrooms":"1","price":"273000","area":"575"} , +{"type":"Feature","id":"n9033769856","geometry":{"type":"Point","coordinates":[-0.2227428,51.4976488]},"properties":{"@type":"node","@id":9033769856,"@timestamp":1629868660},"coords":"51.4976488,-0.2227428","bedrooms":"1","price":"192000","area":"493"} , +{"type":"Feature","id":"n9033856126","geometry":{"type":"Point","coordinates":[-1.1137791,51.9310208]},"properties":{"@type":"node","@id":9033856126,"@timestamp":1629870754},"coords":"51.9310208,-1.1137791","bedrooms":"1","price":"227000","area":"480"} , +{"type":"Feature","id":"n9034264167","geometry":{"type":"Point","coordinates":[-0.1703626,51.2139043]},"properties":{"@type":"node","@id":9034264167,"@timestamp":1629967969},"coords":"51.2139043,-0.1703626","bedrooms":"4","price":"272000","area":"366"} , +{"type":"Feature","id":"n9034503809","geometry":{"type":"Point","coordinates":[-0.8769734,51.8748889]},"properties":{"@type":"node","@id":9034503809,"@timestamp":1629886789},"coords":"51.8748889,-0.8769734","bedrooms":"2","price":"275000","area":"463"} , +{"type":"Feature","id":"n9034611649","geometry":{"type":"Point","coordinates":[-0.1465404,51.5094358]},"properties":{"@type":"node","@id":9034611649,"@timestamp":1634930149},"coords":"51.5094358,-0.1465404","bedrooms":"3","price":"190000","area":"669"} , +{"type":"Feature","id":"n9034788490","geometry":{"type":"Point","coordinates":[0.0350605,51.5526664]},"properties":{"@type":"node","@id":9034788490,"@timestamp":1629892242},"coords":"51.5526664,0.0350605","bedrooms":"0","price":"238000","area":"374"} , +{"type":"Feature","id":"n9034788512","geometry":{"type":"Point","coordinates":[0.0353834,51.5519092]},"properties":{"@type":"node","@id":9034788512,"@timestamp":1629892242},"coords":"51.5519092,0.0353834","bedrooms":"4","price":"171000","area":"601"} , +{"type":"Feature","id":"n9035004558","geometry":{"type":"Point","coordinates":[0.5866134,50.9485944]},"properties":{"@type":"node","@id":9035004558,"@timestamp":1629897399},"coords":"50.9485944,0.5866134","bedrooms":"0","price":"234000","area":"656"} , +{"type":"Feature","id":"n9035342249","geometry":{"type":"Point","coordinates":[0.0337355,51.5536164]},"properties":{"@type":"node","@id":9035342249,"@timestamp":1629901158},"coords":"51.5536164,0.0337355","bedrooms":"1","price":"187000","area":"351"} , +{"type":"Feature","id":"n9035342299","geometry":{"type":"Point","coordinates":[0.0349485,51.5538555]},"properties":{"@type":"node","@id":9035342299,"@timestamp":1629901158},"coords":"51.5538555,0.0349485","bedrooms":"0","price":"150000","area":"560"} , +{"type":"Feature","id":"n9035388707","geometry":{"type":"Point","coordinates":[-0.2008324,51.4202082]},"properties":{"@type":"node","@id":9035388707,"@timestamp":1629903052},"coords":"51.4202082,-0.2008324","bedrooms":"4","price":"179000","area":"495"} , +{"type":"Feature","id":"n9035412863","geometry":{"type":"Point","coordinates":[0.0359851,51.5073335]},"properties":{"@type":"node","@id":9035412863,"@timestamp":1629904329},"coords":"51.5073335,0.0359851","bedrooms":"3","price":"256000","area":"429"} , +{"type":"Feature","id":"n9035469857","geometry":{"type":"Point","coordinates":[0.0123119,51.5570384]},"properties":{"@type":"node","@id":9035469857,"@timestamp":1632845230},"coords":"51.5570384,0.0123119","bedrooms":"1","price":"183000","area":"618"} , +{"type":"Feature","id":"n9035557824","geometry":{"type":"Point","coordinates":[-0.1788319,51.6954082]},"properties":{"@type":"node","@id":9035557824,"@timestamp":1629909197},"coords":"51.6954082,-0.1788319","bedrooms":"3","price":"266000","area":"515"} , +{"type":"Feature","id":"n9035571678","geometry":{"type":"Point","coordinates":[-0.3767509,51.5362775]},"properties":{"@type":"node","@id":9035571678,"@timestamp":1629909947},"coords":"51.5362775,-0.3767509","bedrooms":"2","price":"220000","area":"536"} , +{"type":"Feature","id":"n9035650849","geometry":{"type":"Point","coordinates":[-0.1824309,51.6983865]},"properties":{"@type":"node","@id":9035650849,"@timestamp":1629912809},"coords":"51.6983865,-0.1824309","bedrooms":"1","price":"285000","area":"559"} , +{"type":"Feature","id":"n9036258148","geometry":{"type":"Point","coordinates":[-0.1772852,51.6881257]},"properties":{"@type":"node","@id":9036258148,"@timestamp":1629927316},"coords":"51.6881257,-0.1772852","bedrooms":"3","price":"199000","area":"351"} , +{"type":"Feature","id":"n9036286398","geometry":{"type":"Point","coordinates":[0.5973698,51.5124389]},"properties":{"@type":"node","@id":9036286398,"@timestamp":1629927166},"coords":"51.5124389,0.5973698","bedrooms":"3","price":"288000","area":"490"} , +{"type":"Feature","id":"n9036296840","geometry":{"type":"Point","coordinates":[0.5957216,51.5121777]},"properties":{"@type":"node","@id":9036296840,"@timestamp":1629927166},"coords":"51.5121777,0.5957216","bedrooms":"4","price":"268000","area":"524"} , +{"type":"Feature","id":"n9036296907","geometry":{"type":"Point","coordinates":[0.5965645,51.5120287]},"properties":{"@type":"node","@id":9036296907,"@timestamp":1629927166},"coords":"51.5120287,0.5965645","bedrooms":"4","price":"188000","area":"600"} , +{"type":"Feature","id":"n9036296917","geometry":{"type":"Point","coordinates":[0.5960354,51.5119594]},"properties":{"@type":"node","@id":9036296917,"@timestamp":1629927166},"coords":"51.5119594,0.5960354","bedrooms":"4","price":"229000","area":"414"} , +{"type":"Feature","id":"n9036296939","geometry":{"type":"Point","coordinates":[0.593829,51.5116667]},"properties":{"@type":"node","@id":9036296939,"@timestamp":1629927166},"coords":"51.5116667,0.593829","bedrooms":"2","price":"243000","area":"558"} , +{"type":"Feature","id":"n9036296949","geometry":{"type":"Point","coordinates":[0.5933382,51.5116018]},"properties":{"@type":"node","@id":9036296949,"@timestamp":1629927166},"coords":"51.5116018,0.5933382","bedrooms":"2","price":"165000","area":"356"} , +{"type":"Feature","id":"n9036296959","geometry":{"type":"Point","coordinates":[0.592857,51.5115229]},"properties":{"@type":"node","@id":9036296959,"@timestamp":1629927166},"coords":"51.5115229,0.592857","bedrooms":"0","price":"267000","area":"597"} , +{"type":"Feature","id":"n9036296969","geometry":{"type":"Point","coordinates":[0.591928,51.5113658]},"properties":{"@type":"node","@id":9036296969,"@timestamp":1629927166},"coords":"51.5113658,0.591928","bedrooms":"2","price":"284000","area":"694"} , +{"type":"Feature","id":"n9036296979","geometry":{"type":"Point","coordinates":[0.5910995,51.5112222]},"properties":{"@type":"node","@id":9036296979,"@timestamp":1629927166},"coords":"51.5112222,0.5910995","bedrooms":"2","price":"218000","area":"616"} , +{"type":"Feature","id":"n9036296989","geometry":{"type":"Point","coordinates":[0.5905691,51.5111339]},"properties":{"@type":"node","@id":9036296989,"@timestamp":1629927166},"coords":"51.5111339,0.5905691","bedrooms":"0","price":"285000","area":"478"} , +{"type":"Feature","id":"n9036296999","geometry":{"type":"Point","coordinates":[0.589625,51.5109735]},"properties":{"@type":"node","@id":9036296999,"@timestamp":1629927166},"coords":"51.5109735,0.589625","bedrooms":"0","price":"290000","area":"367"} , +{"type":"Feature","id":"n9036302771","geometry":{"type":"Point","coordinates":[-0.1741361,51.6883479]},"properties":{"@type":"node","@id":9036302771,"@timestamp":1629927316},"coords":"51.6883479,-0.1741361","bedrooms":"0","price":"262000","area":"598"} , +{"type":"Feature","id":"n9036385298","geometry":{"type":"Point","coordinates":[-0.1926764,51.6978473]},"properties":{"@type":"node","@id":9036385298,"@timestamp":1629934008},"coords":"51.6978473,-0.1926764","bedrooms":"4","price":"219000","area":"439"} , +{"type":"Feature","id":"n9036432543","geometry":{"type":"Point","coordinates":[-0.7773859,51.5714442]},"properties":{"@type":"node","@id":9036432543,"@timestamp":1629931782},"coords":"51.5714442,-0.7773859","bedrooms":"1","price":"278000","area":"669"} , +{"type":"Feature","id":"n9036490053","geometry":{"type":"Point","coordinates":[-0.1916206,51.6976633]},"properties":{"@type":"node","@id":9036490053,"@timestamp":1629935074},"coords":"51.6976633,-0.1916206","bedrooms":"1","price":"256000","area":"559"} , +{"type":"Feature","id":"n9036594247","geometry":{"type":"Point","coordinates":[-0.0075554,51.5389027]},"properties":{"@type":"node","@id":9036594247,"@timestamp":1635188502},"coords":"51.5389027,-0.0075554","bedrooms":"0","price":"226000","area":"634"} , +{"type":"Feature","id":"n9036855359","geometry":{"type":"Point","coordinates":[-0.6202282,51.5229279]},"properties":{"@type":"node","@id":9036855359,"@timestamp":1629954303},"coords":"51.5229279,-0.6202282","bedrooms":"4","price":"241000","area":"527"} , +{"type":"Feature","id":"n9037356476","geometry":{"type":"Point","coordinates":[0.1391884,51.4496843]},"properties":{"@type":"node","@id":9037356476,"@timestamp":1629968621},"coords":"51.4496843,0.1391884","bedrooms":"0","price":"261000","area":"448"} , +{"type":"Feature","id":"n9037379808","geometry":{"type":"Point","coordinates":[-0.1985184,51.4199721]},"properties":{"@type":"node","@id":9037379808,"@timestamp":1629968272},"coords":"51.4199721,-0.1985184","bedrooms":"4","price":"160000","area":"529"} , +{"type":"Feature","id":"n9037387335","geometry":{"type":"Point","coordinates":[0.0297853,51.5527761]},"properties":{"@type":"node","@id":9037387335,"@timestamp":1629968670},"coords":"51.5527761,0.0297853","bedrooms":"4","price":"204000","area":"604"} , +{"type":"Feature","id":"n9037387371","geometry":{"type":"Point","coordinates":[0.0339045,51.5530913]},"properties":{"@type":"node","@id":9037387371,"@timestamp":1629968670},"coords":"51.5530913,0.0339045","bedrooms":"3","price":"195000","area":"669"} , +{"type":"Feature","id":"n9037398114","geometry":{"type":"Point","coordinates":[0.0316957,51.5531417]},"properties":{"@type":"node","@id":9037398114,"@timestamp":1629968670},"coords":"51.5531417,0.0316957","bedrooms":"2","price":"225000","area":"469"} , +{"type":"Feature","id":"n9037398239","geometry":{"type":"Point","coordinates":[0.032676,51.5533644]},"properties":{"@type":"node","@id":9037398239,"@timestamp":1629968670},"coords":"51.5533644,0.032676","bedrooms":"4","price":"285000","area":"352"} , +{"type":"Feature","id":"n9037561624","geometry":{"type":"Point","coordinates":[-0.0224861,51.5160872]},"properties":{"@type":"node","@id":9037561624,"@timestamp":1629972332},"coords":"51.5160872,-0.0224861","bedrooms":"4","price":"167000","area":"489"} , +{"type":"Feature","id":"n9037855235","geometry":{"type":"Point","coordinates":[-0.2233922,51.4972691]},"properties":{"@type":"node","@id":9037855235,"@timestamp":1629979474},"coords":"51.4972691,-0.2233922","bedrooms":"1","price":"187000","area":"668"} , +{"type":"Feature","id":"n9038056426","geometry":{"type":"Point","coordinates":[-0.4721018,51.509803]},"properties":{"@type":"node","@id":9038056426,"@timestamp":1629984616},"coords":"51.509803,-0.4721018","bedrooms":"0","price":"248000","area":"688"} , +{"type":"Feature","id":"n9038062497","geometry":{"type":"Point","coordinates":[0.1379662,51.8794128]},"properties":{"@type":"node","@id":9038062497,"@timestamp":1629985461},"coords":"51.8794128,0.1379662","bedrooms":"1","price":"224000","area":"357"} , +{"type":"Feature","id":"n9038114087","geometry":{"type":"Point","coordinates":[-0.1889819,51.7009872]},"properties":{"@type":"node","@id":9038114087,"@timestamp":1629986396},"coords":"51.7009872,-0.1889819","bedrooms":"2","price":"297000","area":"690"} , +{"type":"Feature","id":"n9038421480","geometry":{"type":"Point","coordinates":[-0.0744346,51.526172]},"properties":{"@type":"node","@id":9038421480,"@timestamp":1629994520},"coords":"51.526172,-0.0744346","bedrooms":"4","price":"275000","area":"584"} , +{"type":"Feature","id":"n9038429247","geometry":{"type":"Point","coordinates":[-0.1943865,51.3948995]},"properties":{"@type":"node","@id":9038429247,"@timestamp":1629994684},"coords":"51.3948995,-0.1943865","bedrooms":"0","price":"182000","area":"674"} , +{"type":"Feature","id":"n9038469310","geometry":{"type":"Point","coordinates":[0.045234,51.895863]},"properties":{"@type":"node","@id":9038469310,"@timestamp":1629996430},"coords":"51.895863,0.045234","bedrooms":"3","price":"191000","area":"435"} , +{"type":"Feature","id":"n9038581323","geometry":{"type":"Point","coordinates":[0.1743526,51.8691958]},"properties":{"@type":"node","@id":9038581323,"@timestamp":1629997458},"coords":"51.8691958,0.1743526","bedrooms":"4","price":"278000","area":"435"} , +{"type":"Feature","id":"n9038581333","geometry":{"type":"Point","coordinates":[0.1741861,51.8685739]},"properties":{"@type":"node","@id":9038581333,"@timestamp":1629997458},"coords":"51.8685739,0.1741861","bedrooms":"3","price":"161000","area":"502"} , +{"type":"Feature","id":"n9038581343","geometry":{"type":"Point","coordinates":[0.1739103,51.8690544]},"properties":{"@type":"node","@id":9038581343,"@timestamp":1629997458},"coords":"51.8690544,0.1739103","bedrooms":"2","price":"225000","area":"588"} , +{"type":"Feature","id":"n9038581353","geometry":{"type":"Point","coordinates":[0.173193,51.8693712]},"properties":{"@type":"node","@id":9038581353,"@timestamp":1629997458},"coords":"51.8693712,0.173193","bedrooms":"4","price":"246000","area":"369"} , +{"type":"Feature","id":"n9038581363","geometry":{"type":"Point","coordinates":[0.1730368,51.8687427]},"properties":{"@type":"node","@id":9038581363,"@timestamp":1629997458},"coords":"51.8687427,0.1730368","bedrooms":"1","price":"275000","area":"424"} , +{"type":"Feature","id":"n9038581373","geometry":{"type":"Point","coordinates":[0.1727821,51.8692741]},"properties":{"@type":"node","@id":9038581373,"@timestamp":1629997458},"coords":"51.8692741,0.1727821","bedrooms":"2","price":"222000","area":"439"} , +{"type":"Feature","id":"n9038581383","geometry":{"type":"Point","coordinates":[0.1726529,51.8686608]},"properties":{"@type":"node","@id":9038581383,"@timestamp":1629997458},"coords":"51.8686608,0.1726529","bedrooms":"2","price":"275000","area":"551"} , +{"type":"Feature","id":"n9038596505","geometry":{"type":"Point","coordinates":[0.1687799,51.8690088]},"properties":{"@type":"node","@id":9038596505,"@timestamp":1629998433},"coords":"51.8690088,0.1687799","bedrooms":"3","price":"255000","area":"672"} , +{"type":"Feature","id":"n9038596515","geometry":{"type":"Point","coordinates":[0.1682786,51.8696213]},"properties":{"@type":"node","@id":9038596515,"@timestamp":1629998433},"coords":"51.8696213,0.1682786","bedrooms":"4","price":"257000","area":"623"} , +{"type":"Feature","id":"n9038605824","geometry":{"type":"Point","coordinates":[0.1679605,51.8695945]},"properties":{"@type":"node","@id":9038605824,"@timestamp":1629998433},"coords":"51.8695945,0.1679605","bedrooms":"3","price":"298000","area":"443"} , +{"type":"Feature","id":"n9038605840","geometry":{"type":"Point","coordinates":[0.1670964,51.8696104]},"properties":{"@type":"node","@id":9038605840,"@timestamp":1629998433},"coords":"51.8696104,0.1670964","bedrooms":"2","price":"238000","area":"601"} , +{"type":"Feature","id":"n9038616753","geometry":{"type":"Point","coordinates":[0.1693329,51.8698062]},"properties":{"@type":"node","@id":9038616753,"@timestamp":1629999120},"coords":"51.8698062,0.1693329","bedrooms":"1","price":"183000","area":"364"} , +{"type":"Feature","id":"n9038616763","geometry":{"type":"Point","coordinates":[0.169806,51.8703585]},"properties":{"@type":"node","@id":9038616763,"@timestamp":1629999120},"coords":"51.8703585,0.169806","bedrooms":"0","price":"227000","area":"368"} , +{"type":"Feature","id":"n9038616773","geometry":{"type":"Point","coordinates":[0.1694268,51.870381]},"properties":{"@type":"node","@id":9038616773,"@timestamp":1629999120},"coords":"51.870381,0.1694268","bedrooms":"0","price":"238000","area":"554"} , +{"type":"Feature","id":"n9038784393","geometry":{"type":"Point","coordinates":[-0.117236,51.4372803]},"properties":{"@type":"node","@id":9038784393,"@timestamp":1630004846},"coords":"51.4372803,-0.117236","bedrooms":"3","price":"210000","area":"367"} , +{"type":"Feature","id":"n9038811771","geometry":{"type":"Point","coordinates":[0.0041038,51.5430047]},"properties":{"@type":"node","@id":9038811771,"@timestamp":1630005544},"coords":"51.5430047,0.0041038","bedrooms":"4","price":"175000","area":"542"} , +{"type":"Feature","id":"n9038811808","geometry":{"type":"Point","coordinates":[0.0058904,51.5424795]},"properties":{"@type":"node","@id":9038811808,"@timestamp":1630005544},"coords":"51.5424795,0.0058904","bedrooms":"1","price":"248000","area":"648"} , +{"type":"Feature","id":"n9039266883","geometry":{"type":"Point","coordinates":[0.0415077,51.4751121]},"properties":{"@type":"node","@id":9039266883,"@timestamp":1630029147},"coords":"51.4751121,0.0415077","bedrooms":"2","price":"179000","area":"685"} , +{"type":"Feature","id":"n9039422269","geometry":{"type":"Point","coordinates":[-0.0138922,51.450331]},"properties":{"@type":"node","@id":9039422269,"@timestamp":1630039210},"coords":"51.450331,-0.0138922","bedrooms":"2","price":"246000","area":"368"} , +{"type":"Feature","id":"n9039665539","geometry":{"type":"Point","coordinates":[0.7299433,51.3292443]},"properties":{"@type":"node","@id":9039665539,"@timestamp":1630047688},"coords":"51.3292443,0.7299433","bedrooms":"1","price":"259000","area":"390"} , +{"type":"Feature","id":"n9040093610","geometry":{"type":"Point","coordinates":[-0.1671271,51.2029495]},"properties":{"@type":"node","@id":9040093610,"@timestamp":1630056542},"coords":"51.2029495,-0.1671271","bedrooms":"3","price":"269000","area":"625"} , +{"type":"Feature","id":"n9040320125","geometry":{"type":"Point","coordinates":[-0.6898629,51.9255303]},"properties":{"@type":"node","@id":9040320125,"@timestamp":1630062430},"coords":"51.9255303,-0.6898629","bedrooms":"1","price":"184000","area":"532"} , +{"type":"Feature","id":"n9040732628","geometry":{"type":"Point","coordinates":[-0.2215009,51.4573218]},"properties":{"@type":"node","@id":9040732628,"@timestamp":1630066906},"coords":"51.4573218,-0.2215009","bedrooms":"2","price":"216000","area":"398"} , +{"type":"Feature","id":"n9041144134","geometry":{"type":"Point","coordinates":[-0.7330935,51.2458237]},"properties":{"@type":"node","@id":9041144134,"@timestamp":1630076194},"coords":"51.2458237,-0.7330935","bedrooms":"2","price":"173000","area":"410"} , +{"type":"Feature","id":"n9041305165","geometry":{"type":"Point","coordinates":[0.03406,51.5523604]},"properties":{"@type":"node","@id":9041305165,"@timestamp":1630080612},"coords":"51.5523604,0.03406","bedrooms":"3","price":"209000","area":"516"} , +{"type":"Feature","id":"n9041305175","geometry":{"type":"Point","coordinates":[0.0328115,51.5520143]},"properties":{"@type":"node","@id":9041305175,"@timestamp":1630080612},"coords":"51.5520143,0.0328115","bedrooms":"4","price":"206000","area":"667"} , +{"type":"Feature","id":"n9041354082","geometry":{"type":"Point","coordinates":[-0.7344045,51.2431176]},"properties":{"@type":"node","@id":9041354082,"@timestamp":1630082850},"coords":"51.2431176,-0.7344045","bedrooms":"3","price":"260000","area":"690"} , +{"type":"Feature","id":"n9041705548","geometry":{"type":"Point","coordinates":[-0.2346171,51.7398044]},"properties":{"@type":"node","@id":9041705548,"@timestamp":1630093745},"coords":"51.7398044,-0.2346171","bedrooms":"2","price":"237000","area":"355"} , +{"type":"Feature","id":"n9041705558","geometry":{"type":"Point","coordinates":[-0.2365014,51.7393334]},"properties":{"@type":"node","@id":9041705558,"@timestamp":1630093745},"coords":"51.7393334,-0.2365014","bedrooms":"4","price":"290000","area":"485"} , +{"type":"Feature","id":"n9041705568","geometry":{"type":"Point","coordinates":[-0.2356545,51.7396129]},"properties":{"@type":"node","@id":9041705568,"@timestamp":1630093745},"coords":"51.7396129,-0.2356545","bedrooms":"2","price":"289000","area":"544"} , +{"type":"Feature","id":"n9041705578","geometry":{"type":"Point","coordinates":[-0.2370449,51.7404115]},"properties":{"@type":"node","@id":9041705578,"@timestamp":1630093745},"coords":"51.7404115,-0.2370449","bedrooms":"3","price":"188000","area":"580"} , +{"type":"Feature","id":"n9041705588","geometry":{"type":"Point","coordinates":[-0.2355422,51.7405726]},"properties":{"@type":"node","@id":9041705588,"@timestamp":1630093745},"coords":"51.7405726,-0.2355422","bedrooms":"4","price":"231000","area":"424"} , +{"type":"Feature","id":"n9041705598","geometry":{"type":"Point","coordinates":[-0.2349537,51.7402988]},"properties":{"@type":"node","@id":9041705598,"@timestamp":1630093745},"coords":"51.7402988,-0.2349537","bedrooms":"1","price":"231000","area":"586"} , +{"type":"Feature","id":"n9041705608","geometry":{"type":"Point","coordinates":[-0.2345545,51.7406696]},"properties":{"@type":"node","@id":9041705608,"@timestamp":1630093745},"coords":"51.7406696,-0.2345545","bedrooms":"3","price":"161000","area":"511"} , +{"type":"Feature","id":"n9041819691","geometry":{"type":"Point","coordinates":[-0.3343079,51.2381582]},"properties":{"@type":"node","@id":9041819691,"@timestamp":1630097579},"coords":"51.2381582,-0.3343079","bedrooms":"0","price":"204000","area":"521"} , +{"type":"Feature","id":"n9041941457","geometry":{"type":"Point","coordinates":[-0.1368759,51.5159776]},"properties":{"@type":"node","@id":9041941457,"@timestamp":1630100096},"coords":"51.5159776,-0.1368759","bedrooms":"1","price":"190000","area":"520"} , +{"type":"Feature","id":"n9042039011","geometry":{"type":"Point","coordinates":[0.0385293,51.4810092]},"properties":{"@type":"node","@id":9042039011,"@timestamp":1630107679},"coords":"51.4810092,0.0385293","bedrooms":"2","price":"191000","area":"546"} , +{"type":"Feature","id":"n9042067135","geometry":{"type":"Point","coordinates":[0.0117378,51.4934105]},"properties":{"@type":"node","@id":9042067135,"@timestamp":1631844070},"coords":"51.4934105,0.0117378","bedrooms":"1","price":"222000","area":"517"} , +{"type":"Feature","id":"n9042102902","geometry":{"type":"Point","coordinates":[-0.1137613,51.5222026]},"properties":{"@type":"node","@id":9042102902,"@timestamp":1630114890},"coords":"51.5222026,-0.1137613","bedrooms":"4","price":"268000","area":"569"} , +{"type":"Feature","id":"n9042183056","geometry":{"type":"Point","coordinates":[-0.0128986,51.5023013]},"properties":{"@type":"node","@id":9042183056,"@timestamp":1630122859},"coords":"51.5023013,-0.0128986","bedrooms":"4","price":"230000","area":"404"} , +{"type":"Feature","id":"n9042183081","geometry":{"type":"Point","coordinates":[-0.0096352,51.5028851]},"properties":{"@type":"node","@id":9042183081,"@timestamp":1630122859},"coords":"51.5028851,-0.0096352","bedrooms":"4","price":"279000","area":"518"} , +{"type":"Feature","id":"n9042294162","geometry":{"type":"Point","coordinates":[-0.2204276,51.5026435]},"properties":{"@type":"node","@id":9042294162,"@timestamp":1630130715},"coords":"51.5026435,-0.2204276","bedrooms":"2","price":"233000","area":"495"} , +{"type":"Feature","id":"n9042388017","geometry":{"type":"Point","coordinates":[-0.3375709,51.7537057]},"properties":{"@type":"node","@id":9042388017,"@timestamp":1630136680},"coords":"51.7537057,-0.3375709","bedrooms":"0","price":"212000","area":"475"} , +{"type":"Feature","id":"n9042427770","geometry":{"type":"Point","coordinates":[0.5917369,51.3733786]},"properties":{"@type":"node","@id":9042427770,"@timestamp":1630138892},"coords":"51.3733786,0.5917369","bedrooms":"4","price":"175000","area":"503"} , +{"type":"Feature","id":"n9042427780","geometry":{"type":"Point","coordinates":[0.5909725,51.3750579]},"properties":{"@type":"node","@id":9042427780,"@timestamp":1630138892},"coords":"51.3750579,0.5909725","bedrooms":"0","price":"237000","area":"481"} , +{"type":"Feature","id":"n9042427794","geometry":{"type":"Point","coordinates":[0.5867386,51.3786692]},"properties":{"@type":"node","@id":9042427794,"@timestamp":1630138892},"coords":"51.3786692,0.5867386","bedrooms":"1","price":"188000","area":"605"} , +{"type":"Feature","id":"n9042443511","geometry":{"type":"Point","coordinates":[-0.2221957,51.5022678]},"properties":{"@type":"node","@id":9042443511,"@timestamp":1630139169},"coords":"51.5022678,-0.2221957","bedrooms":"2","price":"197000","area":"594"} , +{"type":"Feature","id":"n9042445539","geometry":{"type":"Point","coordinates":[-0.2212236,51.5023945]},"properties":{"@type":"node","@id":9042445539,"@timestamp":1630139169},"coords":"51.5023945,-0.2212236","bedrooms":"1","price":"273000","area":"607"} , +{"type":"Feature","id":"n9042445549","geometry":{"type":"Point","coordinates":[-0.2204371,51.5024469]},"properties":{"@type":"node","@id":9042445549,"@timestamp":1630139169},"coords":"51.5024469,-0.2204371","bedrooms":"0","price":"289000","area":"415"} , +{"type":"Feature","id":"n9043205532","geometry":{"type":"Point","coordinates":[-0.471767,51.5101027]},"properties":{"@type":"node","@id":9043205532,"@timestamp":1630149735},"coords":"51.5101027,-0.471767","bedrooms":"0","price":"150000","area":"442"} , +{"type":"Feature","id":"n9043459219","geometry":{"type":"Point","coordinates":[-1.0343614,51.4521371]},"properties":{"@type":"node","@id":9043459219,"@timestamp":1630153235},"coords":"51.4521371,-1.0343614","bedrooms":"4","price":"224000","area":"558"} , +{"type":"Feature","id":"n9043459232","geometry":{"type":"Point","coordinates":[-1.032368,51.451349]},"properties":{"@type":"node","@id":9043459232,"@timestamp":1630153235},"coords":"51.451349,-1.032368","bedrooms":"3","price":"214000","area":"667"} , +{"type":"Feature","id":"n9043512573","geometry":{"type":"Point","coordinates":[-1.0536484,51.4474958]},"properties":{"@type":"node","@id":9043512573,"@timestamp":1630155827},"coords":"51.4474958,-1.0536484","bedrooms":"4","price":"182000","area":"406"} , +{"type":"Feature","id":"n9043512588","geometry":{"type":"Point","coordinates":[-1.0539699,51.4484056]},"properties":{"@type":"node","@id":9043512588,"@timestamp":1630155827},"coords":"51.4484056,-1.0539699","bedrooms":"3","price":"210000","area":"389"} , +{"type":"Feature","id":"n9043551948","geometry":{"type":"Point","coordinates":[-1.0551877,51.4443642]},"properties":{"@type":"node","@id":9043551948,"@timestamp":1630157119},"coords":"51.4443642,-1.0551877","bedrooms":"4","price":"224000","area":"574"} , +{"type":"Feature","id":"n9043643646","geometry":{"type":"Point","coordinates":[0.1866327,51.5218144]},"properties":{"@type":"node","@id":9043643646,"@timestamp":1633275622},"coords":"51.5218144,0.1866327","bedrooms":"0","price":"211000","area":"645"} , +{"type":"Feature","id":"n9043758059","geometry":{"type":"Point","coordinates":[-0.1914884,51.5471868]},"properties":{"@type":"node","@id":9043758059,"@timestamp":1630166350},"coords":"51.5471868,-0.1914884","bedrooms":"0","price":"272000","area":"613"} , +{"type":"Feature","id":"n9043887689","geometry":{"type":"Point","coordinates":[-1.0498925,51.4411681]},"properties":{"@type":"node","@id":9043887689,"@timestamp":1632059115},"coords":"51.4411681,-1.0498925","bedrooms":"1","price":"220000","area":"463"} , +{"type":"Feature","id":"n9044035316","geometry":{"type":"Point","coordinates":[-0.4005192,51.1166554]},"properties":{"@type":"node","@id":9044035316,"@timestamp":1630176508},"coords":"51.1166554,-0.4005192","bedrooms":"1","price":"173000","area":"570"} , +{"type":"Feature","id":"n9044197900","geometry":{"type":"Point","coordinates":[-0.1193302,51.5114559]},"properties":{"@type":"node","@id":9044197900,"@timestamp":1630183167},"coords":"51.5114559,-0.1193302","bedrooms":"2","price":"190000","area":"486"} , +{"type":"Feature","id":"n9044305422","geometry":{"type":"Point","coordinates":[-0.6614032,51.266254]},"properties":{"@type":"node","@id":9044305422,"@timestamp":1630187090},"coords":"51.266254,-0.6614032","bedrooms":"2","price":"284000","area":"684"} , +{"type":"Feature","id":"n9044425724","geometry":{"type":"Point","coordinates":[0.1758717,51.5983321]},"properties":{"@type":"node","@id":9044425724,"@timestamp":1630195720},"coords":"51.5983321,0.1758717","bedrooms":"1","price":"222000","area":"468"} , +{"type":"Feature","id":"n9044472700","geometry":{"type":"Point","coordinates":[0.1150863,51.5795712]},"properties":{"@type":"node","@id":9044472700,"@timestamp":1630198433},"coords":"51.5795712,0.1150863","bedrooms":"4","price":"221000","area":"359"} , +{"type":"Feature","id":"n9044529523","geometry":{"type":"Point","coordinates":[0.0806185,51.6241084]},"properties":{"@type":"node","@id":9044529523,"@timestamp":1630199623},"coords":"51.6241084,0.0806185","bedrooms":"3","price":"192000","area":"625"} , +{"type":"Feature","id":"n9044543127","geometry":{"type":"Point","coordinates":[0.0088325,51.4989034]},"properties":{"@type":"node","@id":9044543127,"@timestamp":1630199766},"coords":"51.4989034,0.0088325","bedrooms":"1","price":"294000","area":"608"} , +{"type":"Feature","id":"n9044544661","geometry":{"type":"Point","coordinates":[0.0068608,51.4987724]},"properties":{"@type":"node","@id":9044544661,"@timestamp":1630199766},"coords":"51.4987724,0.0068608","bedrooms":"3","price":"257000","area":"655"} , +{"type":"Feature","id":"n9044544671","geometry":{"type":"Point","coordinates":[0.0034768,51.4979665]},"properties":{"@type":"node","@id":9044544671,"@timestamp":1630199766},"coords":"51.4979665,0.0034768","bedrooms":"2","price":"219000","area":"432"} , +{"type":"Feature","id":"n9044544681","geometry":{"type":"Point","coordinates":[0.0048903,51.4985989]},"properties":{"@type":"node","@id":9044544681,"@timestamp":1630199766},"coords":"51.4985989,0.0048903","bedrooms":"2","price":"280000","area":"495"} , +{"type":"Feature","id":"n9044544691","geometry":{"type":"Point","coordinates":[0.0045524,51.4982746]},"properties":{"@type":"node","@id":9044544691,"@timestamp":1630199766},"coords":"51.4982746,0.0045524","bedrooms":"4","price":"205000","area":"609"} , +{"type":"Feature","id":"n9044546005","geometry":{"type":"Point","coordinates":[0.0068733,51.498515]},"properties":{"@type":"node","@id":9044546005,"@timestamp":1630199766},"coords":"51.498515,0.0068733","bedrooms":"0","price":"299000","area":"567"} , +{"type":"Feature","id":"n9044546131","geometry":{"type":"Point","coordinates":[0.0061654,51.4978678]},"properties":{"@type":"node","@id":9044546131,"@timestamp":1630199766},"coords":"51.4978678,0.0061654","bedrooms":"1","price":"173000","area":"630"} , +{"type":"Feature","id":"n9044546153","geometry":{"type":"Point","coordinates":[0.0056729,51.4968665]},"properties":{"@type":"node","@id":9044546153,"@timestamp":1630199766},"coords":"51.4968665,0.0056729","bedrooms":"2","price":"265000","area":"623"} , +{"type":"Feature","id":"n9044546163","geometry":{"type":"Point","coordinates":[0.007601,51.4968504]},"properties":{"@type":"node","@id":9044546163,"@timestamp":1630199766},"coords":"51.4968504,0.007601","bedrooms":"2","price":"280000","area":"605"} , +{"type":"Feature","id":"n9044546173","geometry":{"type":"Point","coordinates":[0.007279,51.4973212]},"properties":{"@type":"node","@id":9044546173,"@timestamp":1630199766},"coords":"51.4973212,0.007279","bedrooms":"2","price":"185000","area":"443"} , +{"type":"Feature","id":"n9044920388","geometry":{"type":"Point","coordinates":[0.0379387,51.5022949]},"properties":{"@type":"node","@id":9044920388,"@timestamp":1630231298},"coords":"51.5022949,0.0379387","bedrooms":"2","price":"275000","area":"672"} , +{"type":"Feature","id":"n9045017266","geometry":{"type":"Point","coordinates":[-0.0565029,51.4091081]},"properties":{"@type":"node","@id":9045017266,"@timestamp":1630234095},"coords":"51.4091081,-0.0565029","bedrooms":"1","price":"280000","area":"440"} , +{"type":"Feature","id":"n9045054222","geometry":{"type":"Point","coordinates":[-0.4035816,51.114644]},"properties":{"@type":"node","@id":9045054222,"@timestamp":1630235176},"coords":"51.114644,-0.4035816","bedrooms":"2","price":"151000","area":"370"} , +{"type":"Feature","id":"n9045054232","geometry":{"type":"Point","coordinates":[-0.4051842,51.1147113]},"properties":{"@type":"node","@id":9045054232,"@timestamp":1630235176},"coords":"51.1147113,-0.4051842","bedrooms":"1","price":"250000","area":"477"} , +{"type":"Feature","id":"n9045054242","geometry":{"type":"Point","coordinates":[-0.4056648,51.1139838]},"properties":{"@type":"node","@id":9045054242,"@timestamp":1630235176},"coords":"51.1139838,-0.4056648","bedrooms":"2","price":"266000","area":"365"} , +{"type":"Feature","id":"n9045117216","geometry":{"type":"Point","coordinates":[-0.1048932,51.5170666]},"properties":{"@type":"node","@id":9045117216,"@timestamp":1630237488},"coords":"51.5170666,-0.1048932","bedrooms":"3","price":"258000","area":"627"} , +{"type":"Feature","id":"n9045387893","geometry":{"type":"Point","coordinates":[-0.7311973,51.2451301]},"properties":{"@type":"node","@id":9045387893,"@timestamp":1630248710},"coords":"51.2451301,-0.7311973","bedrooms":"3","price":"221000","area":"467"} , +{"type":"Feature","id":"n9045463492","geometry":{"type":"Point","coordinates":[-0.0626557,51.0559236]},"properties":{"@type":"node","@id":9045463492,"@timestamp":1630252492},"coords":"51.0559236,-0.0626557","bedrooms":"0","price":"263000","area":"397"} , +{"type":"Feature","id":"n9045551547","geometry":{"type":"Point","coordinates":[-0.1442552,51.5417394]},"properties":{"@type":"node","@id":9045551547,"@timestamp":1630255517},"coords":"51.5417394,-0.1442552","bedrooms":"0","price":"214000","area":"625"} , +{"type":"Feature","id":"n9045653415","geometry":{"type":"Point","coordinates":[-0.0187455,51.5024604]},"properties":{"@type":"node","@id":9045653415,"@timestamp":1631365127},"coords":"51.5024604,-0.0187455","bedrooms":"3","price":"209000","area":"641"} , +{"type":"Feature","id":"n9045699185","geometry":{"type":"Point","coordinates":[-0.1252065,51.4364986]},"properties":{"@type":"node","@id":9045699185,"@timestamp":1632537871},"coords":"51.4364986,-0.1252065","bedrooms":"3","price":"237000","area":"377"} , +{"type":"Feature","id":"n9045738105","geometry":{"type":"Point","coordinates":[-0.1189073,51.4347839]},"properties":{"@type":"node","@id":9045738105,"@timestamp":1630263774},"coords":"51.4347839,-0.1189073","bedrooms":"2","price":"250000","area":"657"} , +{"type":"Feature","id":"n9045753546","geometry":{"type":"Point","coordinates":[-0.1227053,51.4346246]},"properties":{"@type":"node","@id":9045753546,"@timestamp":1630264262},"coords":"51.4346246,-0.1227053","bedrooms":"1","price":"226000","area":"460"} , +{"type":"Feature","id":"n9046082744","geometry":{"type":"Point","coordinates":[-0.1238317,51.4353325]},"properties":{"@type":"node","@id":9046082744,"@timestamp":1630266505},"coords":"51.4353325,-0.1238317","bedrooms":"2","price":"287000","area":"682"} , +{"type":"Feature","id":"n9046105369","geometry":{"type":"Point","coordinates":[-0.1219589,51.4364021]},"properties":{"@type":"node","@id":9046105369,"@timestamp":1630267052},"coords":"51.4364021,-0.1219589","bedrooms":"4","price":"257000","area":"393"} , +{"type":"Feature","id":"n9046105400","geometry":{"type":"Point","coordinates":[-0.1225719,51.4357819]},"properties":{"@type":"node","@id":9046105400,"@timestamp":1630267052},"coords":"51.4357819,-0.1225719","bedrooms":"1","price":"174000","area":"637"} , +{"type":"Feature","id":"n9046286817","geometry":{"type":"Point","coordinates":[-0.1393979,51.5054932]},"properties":{"@type":"node","@id":9046286817,"@timestamp":1630271453},"coords":"51.5054932,-0.1393979","bedrooms":"2","price":"217000","area":"511"} , +{"type":"Feature","id":"n9046322492","geometry":{"type":"Point","coordinates":[-0.182653,51.7093649]},"properties":{"@type":"node","@id":9046322492,"@timestamp":1630273861},"coords":"51.7093649,-0.182653","bedrooms":"2","price":"191000","area":"377"} , +{"type":"Feature","id":"n9046326636","geometry":{"type":"Point","coordinates":[-0.5550741,51.2477756]},"properties":{"@type":"node","@id":9046326636,"@timestamp":1630273522},"coords":"51.2477756,-0.5550741","bedrooms":"3","price":"267000","area":"406"} , +{"type":"Feature","id":"n9046332012","geometry":{"type":"Point","coordinates":[-0.3961693,51.3202246]},"properties":{"@type":"node","@id":9046332012,"@timestamp":1630273410},"coords":"51.3202246,-0.3961693","bedrooms":"2","price":"192000","area":"626"} , +{"type":"Feature","id":"n9046332122","geometry":{"type":"Point","coordinates":[-0.3967616,51.320219]},"properties":{"@type":"node","@id":9046332122,"@timestamp":1630273410},"coords":"51.320219,-0.3967616","bedrooms":"1","price":"281000","area":"422"} , +{"type":"Feature","id":"n9046332274","geometry":{"type":"Point","coordinates":[-0.3947156,51.3201662]},"properties":{"@type":"node","@id":9046332274,"@timestamp":1630273410},"coords":"51.3201662,-0.3947156","bedrooms":"2","price":"173000","area":"620"} , +{"type":"Feature","id":"n9046819976","geometry":{"type":"Point","coordinates":[-0.1235279,51.5261893]},"properties":{"@type":"node","@id":9046819976,"@timestamp":1630290149},"coords":"51.5261893,-0.1235279","bedrooms":"1","price":"287000","area":"597"} , +{"type":"Feature","id":"n9046940687","geometry":{"type":"Point","coordinates":[-0.2198451,51.5038207]},"properties":{"@type":"node","@id":9046940687,"@timestamp":1630296415},"coords":"51.5038207,-0.2198451","bedrooms":"3","price":"270000","area":"452"} , +{"type":"Feature","id":"n9046940697","geometry":{"type":"Point","coordinates":[-0.2176161,51.5036643]},"properties":{"@type":"node","@id":9046940697,"@timestamp":1630296415},"coords":"51.5036643,-0.2176161","bedrooms":"2","price":"228000","area":"686"} , +{"type":"Feature","id":"n9047045521","geometry":{"type":"Point","coordinates":[-0.2178318,51.5024195]},"properties":{"@type":"node","@id":9047045521,"@timestamp":1630299525},"coords":"51.5024195,-0.2178318","bedrooms":"2","price":"218000","area":"534"} , +{"type":"Feature","id":"n9047045531","geometry":{"type":"Point","coordinates":[-0.2184574,51.5024371]},"properties":{"@type":"node","@id":9047045531,"@timestamp":1630299525},"coords":"51.5024371,-0.2184574","bedrooms":"0","price":"260000","area":"572"} , +{"type":"Feature","id":"n9047045541","geometry":{"type":"Point","coordinates":[-0.2192518,51.5024595]},"properties":{"@type":"node","@id":9047045541,"@timestamp":1630299525},"coords":"51.5024595,-0.2192518","bedrooms":"2","price":"299000","area":"550"} , +{"type":"Feature","id":"n9047452597","geometry":{"type":"Point","coordinates":[0.1668277,51.498]},"properties":{"@type":"node","@id":9047452597,"@timestamp":1630312245},"coords":"51.498,0.1668277","bedrooms":"4","price":"165000","area":"403"} , +{"type":"Feature","id":"n9047783981","geometry":{"type":"Point","coordinates":[-0.478474,51.5459172]},"properties":{"@type":"node","@id":9047783981,"@timestamp":1630318614},"coords":"51.5459172,-0.478474","bedrooms":"0","price":"219000","area":"448"} , +{"type":"Feature","id":"n9047954145","geometry":{"type":"Point","coordinates":[-0.1450975,51.5416857]},"properties":{"@type":"node","@id":9047954145,"@timestamp":1630322130},"coords":"51.5416857,-0.1450975","bedrooms":"2","price":"262000","area":"551"} , +{"type":"Feature","id":"n9048082924","geometry":{"type":"Point","coordinates":[-0.464709,51.5406129]},"properties":{"@type":"node","@id":9048082924,"@timestamp":1630325557},"coords":"51.5406129,-0.464709","bedrooms":"0","price":"293000","area":"566"} , +{"type":"Feature","id":"n9048265044","geometry":{"type":"Point","coordinates":[-0.3114024,51.2558364]},"properties":{"@type":"node","@id":9048265044,"@timestamp":1630330926},"coords":"51.2558364,-0.3114024","bedrooms":"0","price":"167000","area":"511"} , +{"type":"Feature","id":"n9048381020","geometry":{"type":"Point","coordinates":[-0.8263557,51.8249883]},"properties":{"@type":"node","@id":9048381020,"@timestamp":1630349281},"coords":"51.8249883,-0.8263557","bedrooms":"1","price":"180000","area":"473"} , +{"type":"Feature","id":"n9048641743","geometry":{"type":"Point","coordinates":[0.037345,51.4044434]},"properties":{"@type":"node","@id":9048641743,"@timestamp":1630339235},"coords":"51.4044434,0.037345","bedrooms":"3","price":"288000","area":"622"} , +{"type":"Feature","id":"n9048699548","geometry":{"type":"Point","coordinates":[0.1630193,51.4461323]},"properties":{"@type":"node","@id":9048699548,"@timestamp":1630340998},"coords":"51.4461323,0.1630193","bedrooms":"1","price":"171000","area":"630"} , +{"type":"Feature","id":"n9048712378","geometry":{"type":"Point","coordinates":[-0.1098073,51.400081]},"properties":{"@type":"node","@id":9048712378,"@timestamp":1630341316},"coords":"51.400081,-0.1098073","bedrooms":"2","price":"196000","area":"404"} , +{"type":"Feature","id":"n9048743292","geometry":{"type":"Point","coordinates":[-0.1113369,51.3985986]},"properties":{"@type":"node","@id":9048743292,"@timestamp":1630342485},"coords":"51.3985986,-0.1113369","bedrooms":"2","price":"188000","area":"363"} , +{"type":"Feature","id":"n9048755980","geometry":{"type":"Point","coordinates":[-0.1094895,51.3964925]},"properties":{"@type":"node","@id":9048755980,"@timestamp":1630342485},"coords":"51.3964925,-0.1094895","bedrooms":"0","price":"288000","area":"617"} , +{"type":"Feature","id":"n9048765879","geometry":{"type":"Point","coordinates":[-0.1112689,51.3958512]},"properties":{"@type":"node","@id":9048765879,"@timestamp":1630343070},"coords":"51.3958512,-0.1112689","bedrooms":"2","price":"257000","area":"408"} , +{"type":"Feature","id":"n9048767405","geometry":{"type":"Point","coordinates":[-0.0941717,51.3913846]},"properties":{"@type":"node","@id":9048767405,"@timestamp":1630344578},"coords":"51.3913846,-0.0941717","bedrooms":"0","price":"154000","area":"638"} , +{"type":"Feature","id":"n9048845542","geometry":{"type":"Point","coordinates":[-0.1067751,51.382545]},"properties":{"@type":"node","@id":9048845542,"@timestamp":1630345564},"coords":"51.382545,-0.1067751","bedrooms":"4","price":"256000","area":"370"} , +{"type":"Feature","id":"n9049157948","geometry":{"type":"Point","coordinates":[0.1601125,51.4477985]},"properties":{"@type":"node","@id":9049157948,"@timestamp":1631150976},"coords":"51.4477985,0.1601125","bedrooms":"3","price":"274000","area":"597"} , +{"type":"Feature","id":"n9049157978","geometry":{"type":"Point","coordinates":[0.1572009,51.4474721]},"properties":{"@type":"node","@id":9049157978,"@timestamp":1630353876},"coords":"51.4474721,0.1572009","bedrooms":"0","price":"229000","area":"556"} , +{"type":"Feature","id":"n9049157988","geometry":{"type":"Point","coordinates":[0.1580544,51.4465431]},"properties":{"@type":"node","@id":9049157988,"@timestamp":1630353876},"coords":"51.4465431,0.1580544","bedrooms":"2","price":"252000","area":"453"} , +{"type":"Feature","id":"n9049174457","geometry":{"type":"Point","coordinates":[0.0008506,51.4720984]},"properties":{"@type":"node","@id":9049174457,"@timestamp":1630355825},"coords":"51.4720984,0.0008506","bedrooms":"1","price":"216000","area":"444"} , +{"type":"Feature","id":"n9049174467","geometry":{"type":"Point","coordinates":[0.0020664,51.4724221]},"properties":{"@type":"node","@id":9049174467,"@timestamp":1630355825},"coords":"51.4724221,0.0020664","bedrooms":"1","price":"187000","area":"606"} , +{"type":"Feature","id":"n9049174477","geometry":{"type":"Point","coordinates":[0.0030649,51.4724617]},"properties":{"@type":"node","@id":9049174477,"@timestamp":1630355825},"coords":"51.4724617,0.0030649","bedrooms":"2","price":"207000","area":"629"} , +{"type":"Feature","id":"n9049364507","geometry":{"type":"Point","coordinates":[0.724492,50.9507202]},"properties":{"@type":"node","@id":9049364507,"@timestamp":1630361737},"coords":"50.9507202,0.724492","bedrooms":"2","price":"288000","area":"546"} , +{"type":"Feature","id":"n9049750721","geometry":{"type":"Point","coordinates":[-0.2170074,51.5038967]},"properties":{"@type":"node","@id":9049750721,"@timestamp":1630385002},"coords":"51.5038967,-0.2170074","bedrooms":"2","price":"264000","area":"434"} , +{"type":"Feature","id":"n9049750731","geometry":{"type":"Point","coordinates":[-0.2166429,51.5034744]},"properties":{"@type":"node","@id":9049750731,"@timestamp":1630385002},"coords":"51.5034744,-0.2166429","bedrooms":"4","price":"227000","area":"502"} , +{"type":"Feature","id":"n9049750817","geometry":{"type":"Point","coordinates":[-0.2162625,51.5030336]},"properties":{"@type":"node","@id":9049750817,"@timestamp":1630385002},"coords":"51.5030336,-0.2162625","bedrooms":"0","price":"179000","area":"696"} , +{"type":"Feature","id":"n9049750927","geometry":{"type":"Point","coordinates":[-0.2169225,51.5033103]},"properties":{"@type":"node","@id":9049750927,"@timestamp":1630385002},"coords":"51.5033103,-0.2169225","bedrooms":"0","price":"227000","area":"690"} , +{"type":"Feature","id":"n9049750937","geometry":{"type":"Point","coordinates":[-0.2165618,51.5028946]},"properties":{"@type":"node","@id":9049750937,"@timestamp":1630385002},"coords":"51.5028946,-0.2165618","bedrooms":"0","price":"228000","area":"379"} , +{"type":"Feature","id":"n9049976698","geometry":{"type":"Point","coordinates":[-0.54519,51.2415278]},"properties":{"@type":"node","@id":9049976698,"@timestamp":1630392973},"coords":"51.2415278,-0.54519","bedrooms":"0","price":"249000","area":"546"} , +{"type":"Feature","id":"n9050177438","geometry":{"type":"Point","coordinates":[-0.187323,51.2016592]},"properties":{"@type":"node","@id":9050177438,"@timestamp":1630398373},"coords":"51.2016592,-0.187323","bedrooms":"0","price":"150000","area":"393"} , +{"type":"Feature","id":"n9050295091","geometry":{"type":"Point","coordinates":[-0.0936649,51.6349091]},"properties":{"@type":"node","@id":9050295091,"@timestamp":1630402057},"coords":"51.6349091,-0.0936649","bedrooms":"3","price":"243000","area":"655"} , +{"type":"Feature","id":"n9050327669","geometry":{"type":"Point","coordinates":[-0.0057543,51.5410936]},"properties":{"@type":"node","@id":9050327669,"@timestamp":1630401463},"coords":"51.5410936,-0.0057543","bedrooms":"0","price":"277000","area":"493"} , +{"type":"Feature","id":"n9050331592","geometry":{"type":"Point","coordinates":[-0.0936216,51.6349352]},"properties":{"@type":"node","@id":9050331592,"@timestamp":1630402058},"coords":"51.6349352,-0.0936216","bedrooms":"2","price":"163000","area":"397"} , +{"type":"Feature","id":"n9050340941","geometry":{"type":"Point","coordinates":[-0.0941173,51.6348834]},"properties":{"@type":"node","@id":9050340941,"@timestamp":1630402072},"coords":"51.6348834,-0.0941173","bedrooms":"2","price":"293000","area":"438"} , +{"type":"Feature","id":"n9050345848","geometry":{"type":"Point","coordinates":[-0.0932438,51.6350368]},"properties":{"@type":"node","@id":9050345848,"@timestamp":1630402061},"coords":"51.6350368,-0.0932438","bedrooms":"0","price":"163000","area":"563"} , +{"type":"Feature","id":"n9050533727","geometry":{"type":"Point","coordinates":[-0.5401203,51.3786103]},"properties":{"@type":"node","@id":9050533727,"@timestamp":1630406513},"coords":"51.3786103,-0.5401203","bedrooms":"4","price":"270000","area":"384"} , +{"type":"Feature","id":"n9050861402","geometry":{"type":"Point","coordinates":[-0.4408887,51.4391347]},"properties":{"@type":"node","@id":9050861402,"@timestamp":1630412561},"coords":"51.4391347,-0.4408887","bedrooms":"1","price":"286000","area":"663"} , +{"type":"Feature","id":"n9050869088","geometry":{"type":"Point","coordinates":[-0.4775781,51.5463023]},"properties":{"@type":"node","@id":9050869088,"@timestamp":1630412702},"coords":"51.5463023,-0.4775781","bedrooms":"4","price":"263000","area":"646"} , +{"type":"Feature","id":"n9051032401","geometry":{"type":"Point","coordinates":[0.4411408,51.2989085]},"properties":{"@type":"node","@id":9051032401,"@timestamp":1630417010},"coords":"51.2989085,0.4411408","bedrooms":"0","price":"232000","area":"350"} , +{"type":"Feature","id":"n9051297512","geometry":{"type":"Point","coordinates":[-0.3008976,51.4120687]},"properties":{"@type":"node","@id":9051297512,"@timestamp":1630430519},"coords":"51.4120687,-0.3008976","bedrooms":"1","price":"290000","area":"519"} , +{"type":"Feature","id":"n9051570570","geometry":{"type":"Point","coordinates":[-0.7356891,51.2322906]},"properties":{"@type":"node","@id":9051570570,"@timestamp":1630432284},"coords":"51.2322906,-0.7356891","bedrooms":"2","price":"270000","area":"668"} , +{"type":"Feature","id":"n9051578815","geometry":{"type":"Point","coordinates":[-0.0018797,51.5105764]},"properties":{"@type":"node","@id":9051578815,"@timestamp":1630433950},"coords":"51.5105764,-0.0018797","bedrooms":"3","price":"244000","area":"587"} , +{"type":"Feature","id":"n9051596163","geometry":{"type":"Point","coordinates":[0.1442063,51.4827468]},"properties":{"@type":"node","@id":9051596163,"@timestamp":1630432807},"coords":"51.4827468,0.1442063","bedrooms":"3","price":"246000","area":"418"} , +{"type":"Feature","id":"n9051621995","geometry":{"type":"Point","coordinates":[-0.0983429,51.4394941]},"properties":{"@type":"node","@id":9051621995,"@timestamp":1630436637},"coords":"51.4394941,-0.0983429","bedrooms":"2","price":"286000","area":"536"} , +{"type":"Feature","id":"n9051714245","geometry":{"type":"Point","coordinates":[-0.2231595,51.5090736]},"properties":{"@type":"node","@id":9051714245,"@timestamp":1630438793},"coords":"51.5090736,-0.2231595","bedrooms":"0","price":"223000","area":"391"} , +{"type":"Feature","id":"n9051719500","geometry":{"type":"Point","coordinates":[-0.1090767,51.3842942]},"properties":{"@type":"node","@id":9051719500,"@timestamp":1631148653},"coords":"51.3842942,-0.1090767","bedrooms":"0","price":"281000","area":"370"} , +{"type":"Feature","id":"n9051767364","geometry":{"type":"Point","coordinates":[-0.1380206,51.4810361]},"properties":{"@type":"node","@id":9051767364,"@timestamp":1630439765},"coords":"51.4810361,-0.1380206","bedrooms":"1","price":"163000","area":"664"} , +{"type":"Feature","id":"n9051951673","geometry":{"type":"Point","coordinates":[-0.1463154,51.5367407]},"properties":{"@type":"node","@id":9051951673,"@timestamp":1630448583},"coords":"51.5367407,-0.1463154","bedrooms":"1","price":"253000","area":"392"} , +{"type":"Feature","id":"n9051993918","geometry":{"type":"Point","coordinates":[0.0749958,51.4518429]},"properties":{"@type":"node","@id":9051993918,"@timestamp":1630450974},"coords":"51.4518429,0.0749958","bedrooms":"2","price":"191000","area":"391"} , +{"type":"Feature","id":"n9052109436","geometry":{"type":"Point","coordinates":[0.0069223,51.47823]},"properties":{"@type":"node","@id":9052109436,"@timestamp":1630459012},"coords":"51.47823,0.0069223","bedrooms":"1","price":"183000","area":"560"} , +{"type":"Feature","id":"n9052109446","geometry":{"type":"Point","coordinates":[0.0063866,51.4786649]},"properties":{"@type":"node","@id":9052109446,"@timestamp":1630459012},"coords":"51.4786649,0.0063866","bedrooms":"1","price":"194000","area":"399"} , +{"type":"Feature","id":"n9052109456","geometry":{"type":"Point","coordinates":[0.0063611,51.4786886]},"properties":{"@type":"node","@id":9052109456,"@timestamp":1630459012},"coords":"51.4786886,0.0063611","bedrooms":"2","price":"215000","area":"645"} , +{"type":"Feature","id":"n9052109466","geometry":{"type":"Point","coordinates":[0.0066531,51.4785057]},"properties":{"@type":"node","@id":9052109466,"@timestamp":1630459012},"coords":"51.4785057,0.0066531","bedrooms":"2","price":"213000","area":"517"} , +{"type":"Feature","id":"n9052166975","geometry":{"type":"Point","coordinates":[-0.214316,51.4660057]},"properties":{"@type":"node","@id":9052166975,"@timestamp":1630464937},"coords":"51.4660057,-0.214316","bedrooms":"4","price":"243000","area":"548"} , +{"type":"Feature","id":"n9052233259","geometry":{"type":"Point","coordinates":[-0.2167533,51.5022246]},"properties":{"@type":"node","@id":9052233259,"@timestamp":1630468734},"coords":"51.5022246,-0.2167533","bedrooms":"4","price":"174000","area":"360"} , +{"type":"Feature","id":"n9052233269","geometry":{"type":"Point","coordinates":[-0.2157871,51.5019515]},"properties":{"@type":"node","@id":9052233269,"@timestamp":1630468734},"coords":"51.5019515,-0.2157871","bedrooms":"4","price":"201000","area":"675"} , +{"type":"Feature","id":"n9052350041","geometry":{"type":"Point","coordinates":[-0.214972,51.5014812]},"properties":{"@type":"node","@id":9052350041,"@timestamp":1630473787},"coords":"51.5014812,-0.214972","bedrooms":"2","price":"277000","area":"381"} , +{"type":"Feature","id":"n9052350051","geometry":{"type":"Point","coordinates":[-0.2145453,51.500978]},"properties":{"@type":"node","@id":9052350051,"@timestamp":1630473787},"coords":"51.500978,-0.2145453","bedrooms":"4","price":"236000","area":"520"} , +{"type":"Feature","id":"n9052350061","geometry":{"type":"Point","coordinates":[-0.2140836,51.5004681]},"properties":{"@type":"node","@id":9052350061,"@timestamp":1630473787},"coords":"51.5004681,-0.2140836","bedrooms":"0","price":"238000","area":"636"} , +{"type":"Feature","id":"n9052350071","geometry":{"type":"Point","coordinates":[-0.2135082,51.4999716]},"properties":{"@type":"node","@id":9052350071,"@timestamp":1630473787},"coords":"51.4999716,-0.2135082","bedrooms":"4","price":"279000","area":"638"} , +{"type":"Feature","id":"n9052350081","geometry":{"type":"Point","coordinates":[-0.2129308,51.4994733]},"properties":{"@type":"node","@id":9052350081,"@timestamp":1630473787},"coords":"51.4994733,-0.2129308","bedrooms":"2","price":"209000","area":"511"} , +{"type":"Feature","id":"n9052414517","geometry":{"type":"Point","coordinates":[-0.2124119,51.4990162]},"properties":{"@type":"node","@id":9052414517,"@timestamp":1630475302},"coords":"51.4990162,-0.2124119","bedrooms":"4","price":"174000","area":"382"} , +{"type":"Feature","id":"n9052414527","geometry":{"type":"Point","coordinates":[-0.211823,51.4985353]},"properties":{"@type":"node","@id":9052414527,"@timestamp":1630475302},"coords":"51.4985353,-0.211823","bedrooms":"3","price":"251000","area":"440"} , +{"type":"Feature","id":"n9052414537","geometry":{"type":"Point","coordinates":[-0.2112403,51.4980594]},"properties":{"@type":"node","@id":9052414537,"@timestamp":1630475302},"coords":"51.4980594,-0.2112403","bedrooms":"0","price":"294000","area":"375"} , +{"type":"Feature","id":"n9052590011","geometry":{"type":"Point","coordinates":[-0.7623165,51.925209]},"properties":{"@type":"node","@id":9052590011,"@timestamp":1630481661},"coords":"51.925209,-0.7623165","bedrooms":"4","price":"266000","area":"417"} , +{"type":"Feature","id":"n9052995319","geometry":{"type":"Point","coordinates":[-0.4214793,51.3598838]},"properties":{"@type":"node","@id":9052995319,"@timestamp":1630489610},"coords":"51.3598838,-0.4214793","bedrooms":"1","price":"263000","area":"454"} , +{"type":"Feature","id":"n9053016890","geometry":{"type":"Point","coordinates":[-0.0032578,51.5104165]},"properties":{"@type":"node","@id":9053016890,"@timestamp":1630491135},"coords":"51.5104165,-0.0032578","bedrooms":"2","price":"156000","area":"381"} , +{"type":"Feature","id":"n9053016900","geometry":{"type":"Point","coordinates":[-0.0017626,51.5106916]},"properties":{"@type":"node","@id":9053016900,"@timestamp":1630491135},"coords":"51.5106916,-0.0017626","bedrooms":"2","price":"220000","area":"656"} , +{"type":"Feature","id":"n9053016910","geometry":{"type":"Point","coordinates":[-0.0026828,51.5106167]},"properties":{"@type":"node","@id":9053016910,"@timestamp":1630491135},"coords":"51.5106167,-0.0026828","bedrooms":"2","price":"164000","area":"474"} , +{"type":"Feature","id":"n9053044020","geometry":{"type":"Point","coordinates":[-0.004042,51.5103315]},"properties":{"@type":"node","@id":9053044020,"@timestamp":1630491135},"coords":"51.5103315,-0.004042","bedrooms":"3","price":"294000","area":"516"} , +{"type":"Feature","id":"n9053341237","geometry":{"type":"Point","coordinates":[-0.308264,51.391673]},"properties":{"@type":"node","@id":9053341237,"@timestamp":1630498488},"coords":"51.391673,-0.308264","bedrooms":"4","price":"235000","area":"445"} , +{"type":"Feature","id":"n9054298267","geometry":{"type":"Point","coordinates":[-0.8316062,51.8242964]},"properties":{"@type":"node","@id":9054298267,"@timestamp":1630521367},"coords":"51.8242964,-0.8316062","bedrooms":"1","price":"218000","area":"485"} , +{"type":"Feature","id":"n9054753643","geometry":{"type":"Point","coordinates":[0.0019923,51.530214]},"properties":{"@type":"node","@id":9054753643,"@timestamp":1630541584},"coords":"51.530214,0.0019923","bedrooms":"0","price":"261000","area":"546"} , +{"type":"Feature","id":"n9054801919","geometry":{"type":"Point","coordinates":[-0.1399516,51.5405834]},"properties":{"@type":"node","@id":9054801919,"@timestamp":1630543945},"coords":"51.5405834,-0.1399516","bedrooms":"0","price":"195000","area":"443"} , +{"type":"Feature","id":"n9054915736","geometry":{"type":"Point","coordinates":[0.4247215,51.8958515]},"properties":{"@type":"node","@id":9054915736,"@timestamp":1630551988},"coords":"51.8958515,0.4247215","bedrooms":"2","price":"224000","area":"629"} , +{"type":"Feature","id":"n9054941018","geometry":{"type":"Point","coordinates":[0.1985997,51.902155]},"properties":{"@type":"node","@id":9054941018,"@timestamp":1630552763},"coords":"51.902155,0.1985997","bedrooms":"1","price":"154000","area":"636"} , +{"type":"Feature","id":"n9055048926","geometry":{"type":"Point","coordinates":[-0.2201481,51.5019173]},"properties":{"@type":"node","@id":9055048926,"@timestamp":1630557579},"coords":"51.5019173,-0.2201481","bedrooms":"2","price":"236000","area":"696"} , +{"type":"Feature","id":"n9055048945","geometry":{"type":"Point","coordinates":[-0.2210694,51.5021793]},"properties":{"@type":"node","@id":9055048945,"@timestamp":1630557579},"coords":"51.5021793,-0.2210694","bedrooms":"1","price":"224000","area":"500"} , +{"type":"Feature","id":"n9055048994","geometry":{"type":"Point","coordinates":[-0.2209532,51.5018239]},"properties":{"@type":"node","@id":9055048994,"@timestamp":1630557579},"coords":"51.5018239,-0.2209532","bedrooms":"3","price":"295000","area":"589"} , +{"type":"Feature","id":"n9055049068","geometry":{"type":"Point","coordinates":[-0.2219442,51.5019538]},"properties":{"@type":"node","@id":9055049068,"@timestamp":1630557579},"coords":"51.5019538,-0.2219442","bedrooms":"0","price":"239000","area":"591"} , +{"type":"Feature","id":"n9055519834","geometry":{"type":"Point","coordinates":[-0.4959586,51.4328365]},"properties":{"@type":"node","@id":9055519834,"@timestamp":1630570994},"coords":"51.4328365,-0.4959586","bedrooms":"4","price":"153000","area":"536"} , +{"type":"Feature","id":"n9055855047","geometry":{"type":"Point","coordinates":[-0.595251,51.4049632]},"properties":{"@type":"node","@id":9055855047,"@timestamp":1630579309},"coords":"51.4049632,-0.595251","bedrooms":"4","price":"157000","area":"533"} , +{"type":"Feature","id":"n9056047529","geometry":{"type":"Point","coordinates":[0.1662713,51.5253712]},"properties":{"@type":"node","@id":9056047529,"@timestamp":1630583628},"coords":"51.5253712,0.1662713","bedrooms":"2","price":"283000","area":"470"} , +{"type":"Feature","id":"n9056099207","geometry":{"type":"Point","coordinates":[0.4969977,51.2861992]},"properties":{"@type":"node","@id":9056099207,"@timestamp":1635938350},"coords":"51.2861992,0.4969977","bedrooms":"0","price":"210000","area":"493"} , +{"type":"Feature","id":"n9056135397","geometry":{"type":"Point","coordinates":[0.2603258,51.5821348]},"properties":{"@type":"node","@id":9056135397,"@timestamp":1630586683},"coords":"51.5821348,0.2603258","bedrooms":"2","price":"202000","area":"364"} , +{"type":"Feature","id":"n9056143731","geometry":{"type":"Point","coordinates":[0.4975062,51.2866285]},"properties":{"@type":"node","@id":9056143731,"@timestamp":1630586426},"coords":"51.2866285,0.4975062","bedrooms":"0","price":"196000","area":"605"} , +{"type":"Feature","id":"n9056167530","geometry":{"type":"Point","coordinates":[-0.516695,51.4749587]},"properties":{"@type":"node","@id":9056167530,"@timestamp":1630587289},"coords":"51.4749587,-0.516695","bedrooms":"2","price":"206000","area":"449"} , +{"type":"Feature","id":"n9056295127","geometry":{"type":"Point","coordinates":[-0.7633307,51.5721086]},"properties":{"@type":"node","@id":9056295127,"@timestamp":1630590310},"coords":"51.5721086,-0.7633307","bedrooms":"0","price":"162000","area":"526"} , +{"type":"Feature","id":"n9056427051","geometry":{"type":"Point","coordinates":[-0.4304996,51.1131193]},"properties":{"@type":"node","@id":9056427051,"@timestamp":1630594651},"coords":"51.1131193,-0.4304996","bedrooms":"3","price":"159000","area":"556"} , +{"type":"Feature","id":"n9056564656","geometry":{"type":"Point","coordinates":[-0.4800026,51.5481198]},"properties":{"@type":"node","@id":9056564656,"@timestamp":1630598488},"coords":"51.5481198,-0.4800026","bedrooms":"1","price":"260000","area":"595"} , +{"type":"Feature","id":"n9056967357","geometry":{"type":"Point","coordinates":[-0.2123237,51.4680959]},"properties":{"@type":"node","@id":9056967357,"@timestamp":1630606796},"coords":"51.4680959,-0.2123237","bedrooms":"1","price":"285000","area":"407"} , +{"type":"Feature","id":"n9056987684","geometry":{"type":"Point","coordinates":[-0.2193739,51.5019635]},"properties":{"@type":"node","@id":9056987684,"@timestamp":1630607854},"coords":"51.5019635,-0.2193739","bedrooms":"1","price":"204000","area":"662"} , +{"type":"Feature","id":"n9056987694","geometry":{"type":"Point","coordinates":[-0.2185485,51.5020409]},"properties":{"@type":"node","@id":9056987694,"@timestamp":1630607854},"coords":"51.5020409,-0.2185485","bedrooms":"0","price":"257000","area":"694"} , +{"type":"Feature","id":"n9057275069","geometry":{"type":"Point","coordinates":[-0.6351088,51.9225736]},"properties":{"@type":"node","@id":9057275069,"@timestamp":1635777084},"coords":"51.9225736,-0.6351088","bedrooms":"2","price":"188000","area":"629"} , +{"type":"Feature","id":"n9057369731","geometry":{"type":"Point","coordinates":[-0.3653718,51.3699438]},"properties":{"@type":"node","@id":9057369731,"@timestamp":1630621854},"coords":"51.3699438,-0.3653718","bedrooms":"2","price":"200000","area":"530"} , +{"type":"Feature","id":"n9057369743","geometry":{"type":"Point","coordinates":[-0.3638185,51.370845]},"properties":{"@type":"node","@id":9057369743,"@timestamp":1630621854},"coords":"51.370845,-0.3638185","bedrooms":"0","price":"151000","area":"401"} , +{"type":"Feature","id":"n9057369753","geometry":{"type":"Point","coordinates":[-0.3633639,51.3706247]},"properties":{"@type":"node","@id":9057369753,"@timestamp":1630621854},"coords":"51.3706247,-0.3633639","bedrooms":"1","price":"249000","area":"446"} , +{"type":"Feature","id":"n9057369763","geometry":{"type":"Point","coordinates":[-0.3638203,51.3703477]},"properties":{"@type":"node","@id":9057369763,"@timestamp":1630621854},"coords":"51.3703477,-0.3638203","bedrooms":"3","price":"183000","area":"414"} , +{"type":"Feature","id":"n9057369773","geometry":{"type":"Point","coordinates":[-0.3662972,51.3686038]},"properties":{"@type":"node","@id":9057369773,"@timestamp":1630621854},"coords":"51.3686038,-0.3662972","bedrooms":"3","price":"298000","area":"439"} , +{"type":"Feature","id":"n9057563618","geometry":{"type":"Point","coordinates":[0.2394294,51.7226717]},"properties":{"@type":"node","@id":9057563618,"@timestamp":1630635781},"coords":"51.7226717,0.2394294","bedrooms":"3","price":"265000","area":"534"} , +{"type":"Feature","id":"n9057641723","geometry":{"type":"Point","coordinates":[0.0391507,51.4950273]},"properties":{"@type":"node","@id":9057641723,"@timestamp":1630640346},"coords":"51.4950273,0.0391507","bedrooms":"3","price":"199000","area":"540"} , +{"type":"Feature","id":"n9057641733","geometry":{"type":"Point","coordinates":[0.0391048,51.4951545]},"properties":{"@type":"node","@id":9057641733,"@timestamp":1630640346},"coords":"51.4951545,0.0391048","bedrooms":"1","price":"210000","area":"682"} , +{"type":"Feature","id":"n9057641743","geometry":{"type":"Point","coordinates":[0.0389269,51.4942217]},"properties":{"@type":"node","@id":9057641743,"@timestamp":1630640346},"coords":"51.4942217,0.0389269","bedrooms":"3","price":"203000","area":"617"} , +{"type":"Feature","id":"n9057702637","geometry":{"type":"Point","coordinates":[-0.2194965,51.5017306]},"properties":{"@type":"node","@id":9057702637,"@timestamp":1630642828},"coords":"51.5017306,-0.2194965","bedrooms":"4","price":"204000","area":"363"} , +{"type":"Feature","id":"n9057702676","geometry":{"type":"Point","coordinates":[-0.2192841,51.5014867]},"properties":{"@type":"node","@id":9057702676,"@timestamp":1630642828},"coords":"51.5014867,-0.2192841","bedrooms":"4","price":"249000","area":"521"} , +{"type":"Feature","id":"n9057702774","geometry":{"type":"Point","coordinates":[-0.218975,51.5015038]},"properties":{"@type":"node","@id":9057702774,"@timestamp":1630642828},"coords":"51.5015038,-0.218975","bedrooms":"1","price":"293000","area":"501"} , +{"type":"Feature","id":"n9057707708","geometry":{"type":"Point","coordinates":[-0.0016306,51.4697575]},"properties":{"@type":"node","@id":9057707708,"@timestamp":1630644237},"coords":"51.4697575,-0.0016306","bedrooms":"3","price":"204000","area":"614"} , +{"type":"Feature","id":"n9057740912","geometry":{"type":"Point","coordinates":[0.0146494,51.4894748]},"properties":{"@type":"node","@id":9057740912,"@timestamp":1630644904},"coords":"51.4894748,0.0146494","bedrooms":"0","price":"190000","area":"666"} , +{"type":"Feature","id":"n9057762921","geometry":{"type":"Point","coordinates":[0.0147891,51.4894329]},"properties":{"@type":"node","@id":9057762921,"@timestamp":1630644904},"coords":"51.4894329,0.0147891","bedrooms":"2","price":"222000","area":"656"} , +{"type":"Feature","id":"n9057762931","geometry":{"type":"Point","coordinates":[0.0149825,51.4893603]},"properties":{"@type":"node","@id":9057762931,"@timestamp":1630644904},"coords":"51.4893603,0.0149825","bedrooms":"2","price":"221000","area":"669"} , +{"type":"Feature","id":"n9057762941","geometry":{"type":"Point","coordinates":[0.0150805,51.4892975]},"properties":{"@type":"node","@id":9057762941,"@timestamp":1630644904},"coords":"51.4892975,0.0150805","bedrooms":"1","price":"299000","area":"698"} , +{"type":"Feature","id":"n9057762955","geometry":{"type":"Point","coordinates":[0.0150192,51.4895256]},"properties":{"@type":"node","@id":9057762955,"@timestamp":1630644904},"coords":"51.4895256,0.0150192","bedrooms":"4","price":"296000","area":"461"} , +{"type":"Feature","id":"n9057852808","geometry":{"type":"Point","coordinates":[-0.2200459,51.5013948]},"properties":{"@type":"node","@id":9057852808,"@timestamp":1630649575},"coords":"51.5013948,-0.2200459","bedrooms":"0","price":"174000","area":"450"} , +{"type":"Feature","id":"n9057891436","geometry":{"type":"Point","coordinates":[-0.2207664,51.5013202]},"properties":{"@type":"node","@id":9057891436,"@timestamp":1630649575},"coords":"51.5013202,-0.2207664","bedrooms":"4","price":"242000","area":"427"} , +{"type":"Feature","id":"n9057891475","geometry":{"type":"Point","coordinates":[-0.2209665,51.5015877]},"properties":{"@type":"node","@id":9057891475,"@timestamp":1630649575},"coords":"51.5015877,-0.2209665","bedrooms":"4","price":"227000","area":"669"} , +{"type":"Feature","id":"n9057891539","geometry":{"type":"Point","coordinates":[-0.2217884,51.501416]},"properties":{"@type":"node","@id":9057891539,"@timestamp":1630649575},"coords":"51.501416,-0.2217884","bedrooms":"2","price":"225000","area":"598"} , +{"type":"Feature","id":"n9058110961","geometry":{"type":"Point","coordinates":[0.0231464,51.6031291]},"properties":{"@type":"node","@id":9058110961,"@timestamp":1630656643},"coords":"51.6031291,0.0231464","bedrooms":"1","price":"283000","area":"536"} , +{"type":"Feature","id":"n9058110971","geometry":{"type":"Point","coordinates":[0.0242718,51.6025061]},"properties":{"@type":"node","@id":9058110971,"@timestamp":1630656643},"coords":"51.6025061,0.0242718","bedrooms":"0","price":"190000","area":"379"} , +{"type":"Feature","id":"n9058110981","geometry":{"type":"Point","coordinates":[0.0247759,51.6026102]},"properties":{"@type":"node","@id":9058110981,"@timestamp":1630656643},"coords":"51.6026102,0.0247759","bedrooms":"4","price":"247000","area":"482"} , +{"type":"Feature","id":"n9058110991","geometry":{"type":"Point","coordinates":[0.0223018,51.6031432]},"properties":{"@type":"node","@id":9058110991,"@timestamp":1630656643},"coords":"51.6031432,0.0223018","bedrooms":"2","price":"184000","area":"695"} , +{"type":"Feature","id":"n9058198969","geometry":{"type":"Point","coordinates":[-0.1708057,51.2903327]},"properties":{"@type":"node","@id":9058198969,"@timestamp":1630658323},"coords":"51.2903327,-0.1708057","bedrooms":"1","price":"236000","area":"686"} , +{"type":"Feature","id":"n9060121387","geometry":{"type":"Point","coordinates":[0.0475376,51.4986424]},"properties":{"@type":"node","@id":9060121387,"@timestamp":1630671205},"coords":"51.4986424,0.0475376","bedrooms":"4","price":"259000","area":"611"} , +{"type":"Feature","id":"n9060388035","geometry":{"type":"Point","coordinates":[-0.7926384,51.4145934]},"properties":{"@type":"node","@id":9060388035,"@timestamp":1630676878},"coords":"51.4145934,-0.7926384","bedrooms":"4","price":"179000","area":"637"} , +{"type":"Feature","id":"n9060726545","geometry":{"type":"Point","coordinates":[0.57401,51.3776211]},"properties":{"@type":"node","@id":9060726545,"@timestamp":1630688315},"coords":"51.3776211,0.57401","bedrooms":"2","price":"157000","area":"620"} , +{"type":"Feature","id":"n9060726555","geometry":{"type":"Point","coordinates":[0.5775838,51.3736158]},"properties":{"@type":"node","@id":9060726555,"@timestamp":1630688315},"coords":"51.3736158,0.5775838","bedrooms":"0","price":"274000","area":"491"} , +{"type":"Feature","id":"n9060726565","geometry":{"type":"Point","coordinates":[0.5871749,51.3699368]},"properties":{"@type":"node","@id":9060726565,"@timestamp":1630688315},"coords":"51.3699368,0.5871749","bedrooms":"3","price":"183000","area":"379"} , +{"type":"Feature","id":"n9061024714","geometry":{"type":"Point","coordinates":[-0.197418,51.454763]},"properties":{"@type":"node","@id":9061024714,"@timestamp":1630701027},"coords":"51.454763,-0.197418","bedrooms":"2","price":"265000","area":"608"} , +{"type":"Feature","id":"n9061288207","geometry":{"type":"Point","coordinates":[-0.2502643,51.492904]},"properties":{"@type":"node","@id":9061288207,"@timestamp":1630713430},"coords":"51.492904,-0.2502643","bedrooms":"1","price":"192000","area":"480"} , +{"type":"Feature","id":"n9061353417","geometry":{"type":"Point","coordinates":[-0.0936905,51.3937475]},"properties":{"@type":"node","@id":9061353417,"@timestamp":1630718691},"coords":"51.3937475,-0.0936905","bedrooms":"4","price":"220000","area":"381"} , +{"type":"Feature","id":"n9061375009","geometry":{"type":"Point","coordinates":[0.517731,51.7556948]},"properties":{"@type":"node","@id":9061375009,"@timestamp":1630725853},"coords":"51.7556948,0.517731","bedrooms":"0","price":"222000","area":"410"} , +{"type":"Feature","id":"n9061399284","geometry":{"type":"Point","coordinates":[-0.9762447,51.4555161]},"properties":{"@type":"node","@id":9061399284,"@timestamp":1630724331},"coords":"51.4555161,-0.9762447","bedrooms":"0","price":"183000","area":"674"} , +{"type":"Feature","id":"n9061430128","geometry":{"type":"Point","coordinates":[-1.0358495,51.4608817]},"properties":{"@type":"node","@id":9061430128,"@timestamp":1631588685},"coords":"51.4608817,-1.0358495","bedrooms":"2","price":"249000","area":"512"} , +{"type":"Feature","id":"n9061988226","geometry":{"type":"Point","coordinates":[-0.1023423,51.5849409]},"properties":{"@type":"node","@id":9061988226,"@timestamp":1630749483},"coords":"51.5849409,-0.1023423","bedrooms":"1","price":"248000","area":"376"} , +{"type":"Feature","id":"n9062041900","geometry":{"type":"Point","coordinates":[-0.4280548,51.123409]},"properties":{"@type":"node","@id":9062041900,"@timestamp":1630751407},"coords":"51.123409,-0.4280548","bedrooms":"4","price":"298000","area":"417"} , +{"type":"Feature","id":"n9062127865","geometry":{"type":"Point","coordinates":[-0.4230899,51.1321254]},"properties":{"@type":"node","@id":9062127865,"@timestamp":1630754889},"coords":"51.1321254,-0.4230899","bedrooms":"1","price":"201000","area":"385"} , +{"type":"Feature","id":"n9062204320","geometry":{"type":"Point","coordinates":[-0.4811978,51.5485498]},"properties":{"@type":"node","@id":9062204320,"@timestamp":1630757969},"coords":"51.5485498,-0.4811978","bedrooms":"0","price":"262000","area":"639"} , +{"type":"Feature","id":"n9062335017","geometry":{"type":"Point","coordinates":[-0.0653631,51.5482628]},"properties":{"@type":"node","@id":9062335017,"@timestamp":1630764301},"coords":"51.5482628,-0.0653631","bedrooms":"4","price":"259000","area":"535"} , +{"type":"Feature","id":"n9062434919","geometry":{"type":"Point","coordinates":[-0.0573814,51.5413747]},"properties":{"@type":"node","@id":9062434919,"@timestamp":1630769001},"coords":"51.5413747,-0.0573814","bedrooms":"4","price":"273000","area":"439"} , +{"type":"Feature","id":"n9062795028","geometry":{"type":"Point","coordinates":[-0.5839388,51.6758459]},"properties":{"@type":"node","@id":9062795028,"@timestamp":1630772862},"coords":"51.6758459,-0.5839388","bedrooms":"4","price":"171000","area":"410"} , +{"type":"Feature","id":"n9063085662","geometry":{"type":"Point","coordinates":[0.6566098,51.5604289]},"properties":{"@type":"node","@id":9063085662,"@timestamp":1630787481},"coords":"51.5604289,0.6566098","bedrooms":"4","price":"233000","area":"699"} , +{"type":"Feature","id":"n9063144002","geometry":{"type":"Point","coordinates":[0.0134389,51.4822776]},"properties":{"@type":"node","@id":9063144002,"@timestamp":1630791399},"coords":"51.4822776,0.0134389","bedrooms":"0","price":"171000","area":"562"} , +{"type":"Feature","id":"n9063178960","geometry":{"type":"Point","coordinates":[-0.4963521,51.7482372]},"properties":{"@type":"node","@id":9063178960,"@timestamp":1630794202},"coords":"51.7482372,-0.4963521","bedrooms":"1","price":"295000","area":"533"} , +{"type":"Feature","id":"n9063255779","geometry":{"type":"Point","coordinates":[-0.7745861,51.5780071]},"properties":{"@type":"node","@id":9063255779,"@timestamp":1630802285},"coords":"51.5780071,-0.7745861","bedrooms":"2","price":"190000","area":"419"} , +{"type":"Feature","id":"n9063273638","geometry":{"type":"Point","coordinates":[-0.6596899,51.5031221]},"properties":{"@type":"node","@id":9063273638,"@timestamp":1630801622},"coords":"51.5031221,-0.6596899","bedrooms":"3","price":"180000","area":"547"} , +{"type":"Feature","id":"n9063333486","geometry":{"type":"Point","coordinates":[-0.1419881,51.4795168]},"properties":{"@type":"node","@id":9063333486,"@timestamp":1630807593},"coords":"51.4795168,-0.1419881","bedrooms":"0","price":"258000","area":"549"} , +{"type":"Feature","id":"n9063682277","geometry":{"type":"Point","coordinates":[0.1241878,51.4088706]},"properties":{"@type":"node","@id":9063682277,"@timestamp":1630834236},"coords":"51.4088706,0.1241878","bedrooms":"1","price":"280000","area":"451"} , +{"type":"Feature","id":"n9063763709","geometry":{"type":"Point","coordinates":[0.0529699,51.8805934]},"properties":{"@type":"node","@id":9063763709,"@timestamp":1630838653},"coords":"51.8805934,0.0529699","bedrooms":"1","price":"259000","area":"487"} , +{"type":"Feature","id":"n9063778419","geometry":{"type":"Point","coordinates":[0.0551827,51.8742416]},"properties":{"@type":"node","@id":9063778419,"@timestamp":1630838653},"coords":"51.8742416,0.0551827","bedrooms":"1","price":"167000","area":"505"} , +{"type":"Feature","id":"n9063778429","geometry":{"type":"Point","coordinates":[0.0553168,51.8809295]},"properties":{"@type":"node","@id":9063778429,"@timestamp":1630838653},"coords":"51.8809295,0.0553168","bedrooms":"1","price":"261000","area":"554"} , +{"type":"Feature","id":"n9063940466","geometry":{"type":"Point","coordinates":[0.2558402,51.1274399]},"properties":{"@type":"node","@id":9063940466,"@timestamp":1630847733},"coords":"51.1274399,0.2558402","bedrooms":"0","price":"279000","area":"585"} , +{"type":"Feature","id":"n9063974761","geometry":{"type":"Point","coordinates":[0.0623131,51.9664016]},"properties":{"@type":"node","@id":9063974761,"@timestamp":1630848098},"coords":"51.9664016,0.0623131","bedrooms":"0","price":"231000","area":"357"} , +{"type":"Feature","id":"n9063995705","geometry":{"type":"Point","coordinates":[0.2849136,51.2847145]},"properties":{"@type":"node","@id":9063995705,"@timestamp":1630850832},"coords":"51.2847145,0.2849136","bedrooms":"3","price":"229000","area":"571"} , +{"type":"Feature","id":"n9063995715","geometry":{"type":"Point","coordinates":[0.2613687,51.2850906]},"properties":{"@type":"node","@id":9063995715,"@timestamp":1630850832},"coords":"51.2850906,0.2613687","bedrooms":"1","price":"155000","area":"646"} , +{"type":"Feature","id":"n9064166586","geometry":{"type":"Point","coordinates":[0.1553294,51.4975912]},"properties":{"@type":"node","@id":9064166586,"@timestamp":1630857246},"coords":"51.4975912,0.1553294","bedrooms":"4","price":"285000","area":"563"} , +{"type":"Feature","id":"n9064275741","geometry":{"type":"Point","coordinates":[-0.2720144,51.5018505]},"properties":{"@type":"node","@id":9064275741,"@timestamp":1630860088},"coords":"51.5018505,-0.2720144","bedrooms":"3","price":"275000","area":"461"} , +{"type":"Feature","id":"n9064360234","geometry":{"type":"Point","coordinates":[-0.6795629,51.2437651]},"properties":{"@type":"node","@id":9064360234,"@timestamp":1630863541},"coords":"51.2437651,-0.6795629","bedrooms":"2","price":"227000","area":"502"} , +{"type":"Feature","id":"n9064406051","geometry":{"type":"Point","coordinates":[0.254453,51.1288272]},"properties":{"@type":"node","@id":9064406051,"@timestamp":1630865266},"coords":"51.1288272,0.254453","bedrooms":"1","price":"214000","area":"592"} , +{"type":"Feature","id":"n9064589757","geometry":{"type":"Point","coordinates":[-0.307409,51.050289]},"properties":{"@type":"node","@id":9064589757,"@timestamp":1630871432},"coords":"51.050289,-0.307409","bedrooms":"1","price":"163000","area":"456"} , +{"type":"Feature","id":"n9064595166","geometry":{"type":"Point","coordinates":[0.3613849,51.8636684]},"properties":{"@type":"node","@id":9064595166,"@timestamp":1630870563},"coords":"51.8636684,0.3613849","bedrooms":"2","price":"196000","area":"673"} , +{"type":"Feature","id":"n9064756579","geometry":{"type":"Point","coordinates":[0.5693391,51.3527501]},"properties":{"@type":"node","@id":9064756579,"@timestamp":1630878858},"coords":"51.3527501,0.5693391","bedrooms":"2","price":"222000","area":"579"} , +{"type":"Feature","id":"n9064756589","geometry":{"type":"Point","coordinates":[0.579392,51.3463357]},"properties":{"@type":"node","@id":9064756589,"@timestamp":1630878858},"coords":"51.3463357,0.579392","bedrooms":"4","price":"152000","area":"540"} , +{"type":"Feature","id":"n9064756599","geometry":{"type":"Point","coordinates":[0.5740222,51.3490715]},"properties":{"@type":"node","@id":9064756599,"@timestamp":1630878858},"coords":"51.3490715,0.5740222","bedrooms":"3","price":"220000","area":"460"} , +{"type":"Feature","id":"n9064756609","geometry":{"type":"Point","coordinates":[0.5687034,51.3463223]},"properties":{"@type":"node","@id":9064756609,"@timestamp":1630878858},"coords":"51.3463223,0.5687034","bedrooms":"0","price":"184000","area":"378"} , +{"type":"Feature","id":"n9064762959","geometry":{"type":"Point","coordinates":[0.5684486,51.3545525]},"properties":{"@type":"node","@id":9064762959,"@timestamp":1630879158},"coords":"51.3545525,0.5684486","bedrooms":"3","price":"152000","area":"697"} , +{"type":"Feature","id":"n9064762969","geometry":{"type":"Point","coordinates":[0.571733,51.3527677]},"properties":{"@type":"node","@id":9064762969,"@timestamp":1630879158},"coords":"51.3527677,0.571733","bedrooms":"0","price":"210000","area":"597"} , +{"type":"Feature","id":"n9064767025","geometry":{"type":"Point","coordinates":[0.5731425,51.3453305]},"properties":{"@type":"node","@id":9064767025,"@timestamp":1630878858},"coords":"51.3453305,0.5731425","bedrooms":"1","price":"261000","area":"437"} , +{"type":"Feature","id":"n9064767035","geometry":{"type":"Point","coordinates":[0.5752882,51.3436316]},"properties":{"@type":"node","@id":9064767035,"@timestamp":1630878858},"coords":"51.3436316,0.5752882","bedrooms":"4","price":"201000","area":"550"} , +{"type":"Feature","id":"n9064767125","geometry":{"type":"Point","coordinates":[0.5823049,51.3385095]},"properties":{"@type":"node","@id":9064767125,"@timestamp":1630878858},"coords":"51.3385095,0.5823049","bedrooms":"2","price":"271000","area":"526"} , +{"type":"Feature","id":"n9064831891","geometry":{"type":"Point","coordinates":[-0.2063423,51.7605631]},"properties":{"@type":"node","@id":9064831891,"@timestamp":1630887142},"coords":"51.7605631,-0.2063423","bedrooms":"0","price":"266000","area":"395"} , +{"type":"Feature","id":"n9064831901","geometry":{"type":"Point","coordinates":[-0.2065236,51.7605516]},"properties":{"@type":"node","@id":9064831901,"@timestamp":1630887142},"coords":"51.7605516,-0.2065236","bedrooms":"2","price":"286000","area":"602"} , +{"type":"Feature","id":"n9064831945","geometry":{"type":"Point","coordinates":[-0.2028999,51.6913949]},"properties":{"@type":"node","@id":9064831945,"@timestamp":1630883453},"coords":"51.6913949,-0.2028999","bedrooms":"1","price":"170000","area":"443"} , +{"type":"Feature","id":"n9064922107","geometry":{"type":"Point","coordinates":[-0.3068361,51.4084647]},"properties":{"@type":"node","@id":9064922107,"@timestamp":1630890902},"coords":"51.4084647,-0.3068361","bedrooms":"2","price":"262000","area":"591"} , +{"type":"Feature","id":"n9064942841","geometry":{"type":"Point","coordinates":[-0.3627824,51.4448388]},"properties":{"@type":"node","@id":9064942841,"@timestamp":1630893555},"coords":"51.4448388,-0.3627824","bedrooms":"2","price":"220000","area":"401"} , +{"type":"Feature","id":"n9064964663","geometry":{"type":"Point","coordinates":[-0.3359786,51.580021]},"properties":{"@type":"node","@id":9064964663,"@timestamp":1630894457},"coords":"51.580021,-0.3359786","bedrooms":"2","price":"225000","area":"654"} , +{"type":"Feature","id":"n9065222793","geometry":{"type":"Point","coordinates":[-0.2206278,51.5011652]},"properties":{"@type":"node","@id":9065222793,"@timestamp":1630904617},"coords":"51.5011652,-0.2206278","bedrooms":"4","price":"231000","area":"668"} , +{"type":"Feature","id":"n9065222864","geometry":{"type":"Point","coordinates":[-0.2199541,51.5010081]},"properties":{"@type":"node","@id":9065222864,"@timestamp":1630904617},"coords":"51.5010081,-0.2199541","bedrooms":"0","price":"160000","area":"572"} , +{"type":"Feature","id":"n9065222874","geometry":{"type":"Point","coordinates":[-0.2217369,51.5001913]},"properties":{"@type":"node","@id":9065222874,"@timestamp":1630904617},"coords":"51.5001913,-0.2217369","bedrooms":"1","price":"227000","area":"573"} , +{"type":"Feature","id":"n9065257776","geometry":{"type":"Point","coordinates":[0.3043572,51.4757879]},"properties":{"@type":"node","@id":9065257776,"@timestamp":1630905922},"coords":"51.4757879,0.3043572","bedrooms":"4","price":"224000","area":"618"} , +{"type":"Feature","id":"n9065734639","geometry":{"type":"Point","coordinates":[-0.4775993,51.483522]},"properties":{"@type":"node","@id":9065734639,"@timestamp":1630913177},"coords":"51.483522,-0.4775993","bedrooms":"1","price":"155000","area":"403"} , +{"type":"Feature","id":"n9066335611","geometry":{"type":"Point","coordinates":[0.3628198,51.4367175]},"properties":{"@type":"node","@id":9066335611,"@timestamp":1633769795},"coords":"51.4367175,0.3628198","bedrooms":"1","price":"233000","area":"413"} , +{"type":"Feature","id":"n9066353843","geometry":{"type":"Point","coordinates":[-0.3942552,51.4506737]},"properties":{"@type":"node","@id":9066353843,"@timestamp":1630925078},"coords":"51.4506737,-0.3942552","bedrooms":"1","price":"209000","area":"486"} , +{"type":"Feature","id":"n9066353874","geometry":{"type":"Point","coordinates":[-0.3925386,51.4502484]},"properties":{"@type":"node","@id":9066353874,"@timestamp":1630925078},"coords":"51.4502484,-0.3925386","bedrooms":"2","price":"188000","area":"562"} , +{"type":"Feature","id":"n9066400756","geometry":{"type":"Point","coordinates":[-0.471389,51.4795723]},"properties":{"@type":"node","@id":9066400756,"@timestamp":1630925926},"coords":"51.4795723,-0.471389","bedrooms":"4","price":"239000","area":"533"} , +{"type":"Feature","id":"n9066419273","geometry":{"type":"Point","coordinates":[-0.3000875,51.5865409]},"properties":{"@type":"node","@id":9066419273,"@timestamp":1630925865},"coords":"51.5865409,-0.3000875","bedrooms":"0","price":"181000","area":"568"} , +{"type":"Feature","id":"n9066579050","geometry":{"type":"Point","coordinates":[-0.5355647,51.4418762]},"properties":{"@type":"node","@id":9066579050,"@timestamp":1630928720},"coords":"51.4418762,-0.5355647","bedrooms":"0","price":"280000","area":"502"} , +{"type":"Feature","id":"n9066604068","geometry":{"type":"Point","coordinates":[0.5205742,51.2915621]},"properties":{"@type":"node","@id":9066604068,"@timestamp":1630929387},"coords":"51.2915621,0.5205742","bedrooms":"3","price":"276000","area":"522"} , +{"type":"Feature","id":"n9066604078","geometry":{"type":"Point","coordinates":[0.5233407,51.2900413]},"properties":{"@type":"node","@id":9066604078,"@timestamp":1630929387},"coords":"51.2900413,0.5233407","bedrooms":"1","price":"164000","area":"413"} , +{"type":"Feature","id":"n9066604360","geometry":{"type":"Point","coordinates":[0.5198818,51.2856105]},"properties":{"@type":"node","@id":9066604360,"@timestamp":1630929387},"coords":"51.2856105,0.5198818","bedrooms":"3","price":"181000","area":"625"} , +{"type":"Feature","id":"n9066604370","geometry":{"type":"Point","coordinates":[0.5199104,51.2863297]},"properties":{"@type":"node","@id":9066604370,"@timestamp":1630929387},"coords":"51.2863297,0.5199104","bedrooms":"0","price":"199000","area":"367"} , +{"type":"Feature","id":"n9066604452","geometry":{"type":"Point","coordinates":[0.5230257,51.2886151]},"properties":{"@type":"node","@id":9066604452,"@timestamp":1630929387},"coords":"51.2886151,0.5230257","bedrooms":"3","price":"270000","area":"587"} , +{"type":"Feature","id":"n9066788356","geometry":{"type":"Point","coordinates":[-0.2816284,51.5107104]},"properties":{"@type":"node","@id":9066788356,"@timestamp":1630933240},"coords":"51.5107104,-0.2816284","bedrooms":"2","price":"178000","area":"678"} , +{"type":"Feature","id":"n9066847460","geometry":{"type":"Point","coordinates":[-0.055054,51.5420644]},"properties":{"@type":"node","@id":9066847460,"@timestamp":1630934837},"coords":"51.5420644,-0.055054","bedrooms":"1","price":"199000","area":"432"} , +{"type":"Feature","id":"n9067045187","geometry":{"type":"Point","coordinates":[-0.0918242,51.594502]},"properties":{"@type":"node","@id":9067045187,"@timestamp":1630939934},"coords":"51.594502,-0.0918242","bedrooms":"3","price":"196000","area":"365"} , +{"type":"Feature","id":"n9067261633","geometry":{"type":"Point","coordinates":[-0.1871542,51.4324582]},"properties":{"@type":"node","@id":9067261633,"@timestamp":1630945148},"coords":"51.4324582,-0.1871542","bedrooms":"1","price":"234000","area":"497"} , +{"type":"Feature","id":"n9067293679","geometry":{"type":"Point","coordinates":[0.3673452,51.4264384]},"properties":{"@type":"node","@id":9067293679,"@timestamp":1631008272},"coords":"51.4264384,0.3673452","bedrooms":"2","price":"298000","area":"644"} , +{"type":"Feature","id":"n9067298593","geometry":{"type":"Point","coordinates":[0.3671925,51.424408]},"properties":{"@type":"node","@id":9067298593,"@timestamp":1630945985},"coords":"51.424408,0.3671925","bedrooms":"3","price":"231000","area":"606"} , +{"type":"Feature","id":"n9067298797","geometry":{"type":"Point","coordinates":[0.3673584,51.4241493]},"properties":{"@type":"node","@id":9067298797,"@timestamp":1634389222},"coords":"51.4241493,0.3673584","bedrooms":"3","price":"159000","area":"656"} , +{"type":"Feature","id":"n9067298807","geometry":{"type":"Point","coordinates":[0.3665319,51.4234177]},"properties":{"@type":"node","@id":9067298807,"@timestamp":1631008272},"coords":"51.4234177,0.3665319","bedrooms":"2","price":"206000","area":"376"} , +{"type":"Feature","id":"n9067377035","geometry":{"type":"Point","coordinates":[0.5233381,51.2712325]},"properties":{"@type":"node","@id":9067377035,"@timestamp":1630947908},"coords":"51.2712325,0.5233381","bedrooms":"4","price":"265000","area":"681"} , +{"type":"Feature","id":"n9067377049","geometry":{"type":"Point","coordinates":[0.5154095,51.2740173]},"properties":{"@type":"node","@id":9067377049,"@timestamp":1630947908},"coords":"51.2740173,0.5154095","bedrooms":"0","price":"215000","area":"407"} , +{"type":"Feature","id":"n9067377194","geometry":{"type":"Point","coordinates":[0.5483674,51.2607091]},"properties":{"@type":"node","@id":9067377194,"@timestamp":1630947908},"coords":"51.2607091,0.5483674","bedrooms":"1","price":"217000","area":"596"} , +{"type":"Feature","id":"n9067377233","geometry":{"type":"Point","coordinates":[0.5247438,51.26102]},"properties":{"@type":"node","@id":9067377233,"@timestamp":1630947908},"coords":"51.26102,0.5247438","bedrooms":"2","price":"201000","area":"540"} , +{"type":"Feature","id":"n9067377418","geometry":{"type":"Point","coordinates":[0.5324896,51.2472252]},"properties":{"@type":"node","@id":9067377418,"@timestamp":1630947908},"coords":"51.2472252,0.5324896","bedrooms":"2","price":"193000","area":"429"} , +{"type":"Feature","id":"n9067579039","geometry":{"type":"Point","coordinates":[0.0964525,51.5253713]},"properties":{"@type":"node","@id":9067579039,"@timestamp":1630952778},"coords":"51.5253713,0.0964525","bedrooms":"1","price":"199000","area":"394"} , +{"type":"Feature","id":"n9067922389","geometry":{"type":"Point","coordinates":[-0.056402,51.504533]},"properties":{"@type":"node","@id":9067922389,"@timestamp":1630960256},"coords":"51.504533,-0.056402","bedrooms":"1","price":"277000","area":"533"} , +{"type":"Feature","id":"n9068022707","geometry":{"type":"Point","coordinates":[-0.0582562,51.5055232]},"properties":{"@type":"node","@id":9068022707,"@timestamp":1630962253},"coords":"51.5055232,-0.0582562","bedrooms":"4","price":"271000","area":"512"} , +{"type":"Feature","id":"n9068709038","geometry":{"type":"Point","coordinates":[-0.0675575,51.5049489]},"properties":{"@type":"node","@id":9068709038,"@timestamp":1631616611},"coords":"51.5049489,-0.0675575","bedrooms":"1","price":"154000","area":"609"} , +{"type":"Feature","id":"n9068740206","geometry":{"type":"Point","coordinates":[-0.0576017,51.5144853]},"properties":{"@type":"node","@id":9068740206,"@timestamp":1630973662},"coords":"51.5144853,-0.0576017","bedrooms":"1","price":"211000","area":"373"} , +{"type":"Feature","id":"n9068755184","geometry":{"type":"Point","coordinates":[-0.0567978,51.512641]},"properties":{"@type":"node","@id":9068755184,"@timestamp":1635078204},"coords":"51.512641,-0.0567978","bedrooms":"1","price":"206000","area":"529"} , +{"type":"Feature","id":"n9068792963","geometry":{"type":"Point","coordinates":[-0.0610581,51.5186092]},"properties":{"@type":"node","@id":9068792963,"@timestamp":1630975067},"coords":"51.5186092,-0.0610581","bedrooms":"3","price":"234000","area":"465"} , +{"type":"Feature","id":"n9068837975","geometry":{"type":"Point","coordinates":[-0.1142313,51.5596647]},"properties":{"@type":"node","@id":9068837975,"@timestamp":1630976408},"coords":"51.5596647,-0.1142313","bedrooms":"3","price":"161000","area":"681"} , +{"type":"Feature","id":"n9068926085","geometry":{"type":"Point","coordinates":[-0.0527089,51.5227656]},"properties":{"@type":"node","@id":9068926085,"@timestamp":1630982821},"coords":"51.5227656,-0.0527089","bedrooms":"0","price":"236000","area":"522"} , +{"type":"Feature","id":"n9068947743","geometry":{"type":"Point","coordinates":[-0.0550217,51.5228558]},"properties":{"@type":"node","@id":9068947743,"@timestamp":1630983910},"coords":"51.5228558,-0.0550217","bedrooms":"2","price":"276000","area":"675"} , +{"type":"Feature","id":"n9069229769","geometry":{"type":"Point","coordinates":[-0.2203342,51.5007392]},"properties":{"@type":"node","@id":9069229769,"@timestamp":1630993215},"coords":"51.5007392,-0.2203342","bedrooms":"3","price":"212000","area":"620"} , +{"type":"Feature","id":"n9069229783","geometry":{"type":"Point","coordinates":[-0.2213826,51.5001432]},"properties":{"@type":"node","@id":9069229783,"@timestamp":1630993215},"coords":"51.5001432,-0.2213826","bedrooms":"2","price":"224000","area":"561"} , +{"type":"Feature","id":"n9069360583","geometry":{"type":"Point","coordinates":[-0.2209858,51.4999822]},"properties":{"@type":"node","@id":9069360583,"@timestamp":1630996345},"coords":"51.4999822,-0.2209858","bedrooms":"4","price":"174000","area":"536"} , +{"type":"Feature","id":"n9069360593","geometry":{"type":"Point","coordinates":[-0.2201879,51.5003813]},"properties":{"@type":"node","@id":9069360593,"@timestamp":1630996345},"coords":"51.5003813,-0.2201879","bedrooms":"2","price":"177000","area":"452"} , +{"type":"Feature","id":"n9069365036","geometry":{"type":"Point","coordinates":[-0.220681,51.5000885]},"properties":{"@type":"node","@id":9069365036,"@timestamp":1630996345},"coords":"51.5000885,-0.220681","bedrooms":"1","price":"175000","area":"632"} , +{"type":"Feature","id":"n9069501524","geometry":{"type":"Point","coordinates":[-0.5827072,51.4538917]},"properties":{"@type":"node","@id":9069501524,"@timestamp":1630999562},"coords":"51.4538917,-0.5827072","bedrooms":"0","price":"296000","area":"478"} , +{"type":"Feature","id":"n9069890774","geometry":{"type":"Point","coordinates":[-0.3213881,51.4385833]},"properties":{"@type":"node","@id":9069890774,"@timestamp":1631006486},"coords":"51.4385833,-0.3213881","bedrooms":"2","price":"193000","area":"512"} , +{"type":"Feature","id":"n9070009372","geometry":{"type":"Point","coordinates":[0.3665848,51.4189652]},"properties":{"@type":"node","@id":9070009372,"@timestamp":1631008272},"coords":"51.4189652,0.3665848","bedrooms":"2","price":"241000","area":"533"} , +{"type":"Feature","id":"n9070009382","geometry":{"type":"Point","coordinates":[0.3667928,51.4194984]},"properties":{"@type":"node","@id":9070009382,"@timestamp":1631008272},"coords":"51.4194984,0.3667928","bedrooms":"4","price":"229000","area":"634"} , +{"type":"Feature","id":"n9070009392","geometry":{"type":"Point","coordinates":[0.3659979,51.4199028]},"properties":{"@type":"node","@id":9070009392,"@timestamp":1631008272},"coords":"51.4199028,0.3659979","bedrooms":"0","price":"241000","area":"479"} , +{"type":"Feature","id":"n9070009402","geometry":{"type":"Point","coordinates":[0.3656667,51.4213169]},"properties":{"@type":"node","@id":9070009402,"@timestamp":1631008272},"coords":"51.4213169,0.3656667","bedrooms":"3","price":"234000","area":"641"} , +{"type":"Feature","id":"n9070009412","geometry":{"type":"Point","coordinates":[0.3664261,51.4215619]},"properties":{"@type":"node","@id":9070009412,"@timestamp":1631008272},"coords":"51.4215619,0.3664261","bedrooms":"4","price":"271000","area":"607"} , +{"type":"Feature","id":"n9070009577","geometry":{"type":"Point","coordinates":[0.3661411,51.4238866]},"properties":{"@type":"node","@id":9070009577,"@timestamp":1631008272},"coords":"51.4238866,0.3661411","bedrooms":"2","price":"217000","area":"433"} , +{"type":"Feature","id":"n9070009587","geometry":{"type":"Point","coordinates":[0.3654679,51.4232968]},"properties":{"@type":"node","@id":9070009587,"@timestamp":1631008272},"coords":"51.4232968,0.3654679","bedrooms":"4","price":"282000","area":"468"} , +{"type":"Feature","id":"n9070009694","geometry":{"type":"Point","coordinates":[0.3647204,51.4222365]},"properties":{"@type":"node","@id":9070009694,"@timestamp":1631008272},"coords":"51.4222365,0.3647204","bedrooms":"1","price":"223000","area":"437"} , +{"type":"Feature","id":"n9070009773","geometry":{"type":"Point","coordinates":[0.3655486,51.4211208]},"properties":{"@type":"node","@id":9070009773,"@timestamp":1631008272},"coords":"51.4211208,0.3655486","bedrooms":"3","price":"168000","area":"354"} , +{"type":"Feature","id":"n9070009783","geometry":{"type":"Point","coordinates":[0.3658016,51.4202601]},"properties":{"@type":"node","@id":9070009783,"@timestamp":1631008272},"coords":"51.4202601,0.3658016","bedrooms":"4","price":"175000","area":"560"} , +{"type":"Feature","id":"n9070009963","geometry":{"type":"Point","coordinates":[0.3668046,51.4197832]},"properties":{"@type":"node","@id":9070009963,"@timestamp":1631008272},"coords":"51.4197832,0.3668046","bedrooms":"2","price":"236000","area":"499"} , +{"type":"Feature","id":"n9070009973","geometry":{"type":"Point","coordinates":[0.3665444,51.4202743]},"properties":{"@type":"node","@id":9070009973,"@timestamp":1631008272},"coords":"51.4202743,0.3665444","bedrooms":"1","price":"153000","area":"613"} , +{"type":"Feature","id":"n9070010092","geometry":{"type":"Point","coordinates":[0.367231,51.4259324]},"properties":{"@type":"node","@id":9070010092,"@timestamp":1631008272},"coords":"51.4259324,0.367231","bedrooms":"3","price":"292000","area":"361"} , +{"type":"Feature","id":"n9070010229","geometry":{"type":"Point","coordinates":[0.3651733,51.4179779]},"properties":{"@type":"node","@id":9070010229,"@timestamp":1631008272},"coords":"51.4179779,0.3651733","bedrooms":"3","price":"176000","area":"636"} , +{"type":"Feature","id":"n9070010239","geometry":{"type":"Point","coordinates":[0.3657313,51.4182194]},"properties":{"@type":"node","@id":9070010239,"@timestamp":1631008272},"coords":"51.4182194,0.3657313","bedrooms":"2","price":"193000","area":"355"} , +{"type":"Feature","id":"n9070010264","geometry":{"type":"Point","coordinates":[0.3668954,51.4182515]},"properties":{"@type":"node","@id":9070010264,"@timestamp":1631008272},"coords":"51.4182515,0.3668954","bedrooms":"1","price":"250000","area":"646"} , +{"type":"Feature","id":"n9070010274","geometry":{"type":"Point","coordinates":[0.364556,51.4183122]},"properties":{"@type":"node","@id":9070010274,"@timestamp":1631008272},"coords":"51.4183122,0.364556","bedrooms":"1","price":"268000","area":"404"} , +{"type":"Feature","id":"n9070010284","geometry":{"type":"Point","coordinates":[0.3656903,51.4186367]},"properties":{"@type":"node","@id":9070010284,"@timestamp":1631008272},"coords":"51.4186367,0.3656903","bedrooms":"4","price":"159000","area":"590"} , +{"type":"Feature","id":"n9070010294","geometry":{"type":"Point","coordinates":[0.3661858,51.4192822]},"properties":{"@type":"node","@id":9070010294,"@timestamp":1631008272},"coords":"51.4192822,0.3661858","bedrooms":"3","price":"230000","area":"524"} , +{"type":"Feature","id":"n9070010349","geometry":{"type":"Point","coordinates":[0.364802,51.4194743]},"properties":{"@type":"node","@id":9070010349,"@timestamp":1631008272},"coords":"51.4194743,0.364802","bedrooms":"4","price":"222000","area":"551"} , +{"type":"Feature","id":"n9070010359","geometry":{"type":"Point","coordinates":[0.3656301,51.4194434]},"properties":{"@type":"node","@id":9070010359,"@timestamp":1631008272},"coords":"51.4194434,0.3656301","bedrooms":"3","price":"276000","area":"629"} , +{"type":"Feature","id":"n9070010683","geometry":{"type":"Point","coordinates":[0.3641972,51.4193856]},"properties":{"@type":"node","@id":9070010683,"@timestamp":1631008272},"coords":"51.4193856,0.3641972","bedrooms":"1","price":"213000","area":"360"} , +{"type":"Feature","id":"n9070010842","geometry":{"type":"Point","coordinates":[0.3632062,51.420415]},"properties":{"@type":"node","@id":9070010842,"@timestamp":1631008272},"coords":"51.420415,0.3632062","bedrooms":"3","price":"174000","area":"565"} , +{"type":"Feature","id":"n9070010852","geometry":{"type":"Point","coordinates":[0.3629705,51.4208828]},"properties":{"@type":"node","@id":9070010852,"@timestamp":1631008272},"coords":"51.4208828,0.3629705","bedrooms":"4","price":"243000","area":"575"} , +{"type":"Feature","id":"n9070010862","geometry":{"type":"Point","coordinates":[0.3631254,51.4212244]},"properties":{"@type":"node","@id":9070010862,"@timestamp":1631008272},"coords":"51.4212244,0.3631254","bedrooms":"2","price":"241000","area":"647"} , +{"type":"Feature","id":"n9070010955","geometry":{"type":"Point","coordinates":[0.3629224,51.422081]},"properties":{"@type":"node","@id":9070010955,"@timestamp":1631008272},"coords":"51.422081,0.3629224","bedrooms":"2","price":"151000","area":"414"} , +{"type":"Feature","id":"n9070010965","geometry":{"type":"Point","coordinates":[0.3637289,51.4210128]},"properties":{"@type":"node","@id":9070010965,"@timestamp":1631008272},"coords":"51.4210128,0.3637289","bedrooms":"0","price":"175000","area":"399"} , +{"type":"Feature","id":"n9070010975","geometry":{"type":"Point","coordinates":[0.3643139,51.4202762]},"properties":{"@type":"node","@id":9070010975,"@timestamp":1631008272},"coords":"51.4202762,0.3643139","bedrooms":"4","price":"193000","area":"478"} , +{"type":"Feature","id":"n9070011130","geometry":{"type":"Point","coordinates":[0.3640694,51.4179272]},"properties":{"@type":"node","@id":9070011130,"@timestamp":1634389222},"coords":"51.4179272,0.3640694","bedrooms":"1","price":"269000","area":"508"} , +{"type":"Feature","id":"n9070310468","geometry":{"type":"Point","coordinates":[-0.3208157,51.437302]},"properties":{"@type":"node","@id":9070310468,"@timestamp":1631014477},"coords":"51.437302,-0.3208157","bedrooms":"4","price":"297000","area":"537"} , +{"type":"Feature","id":"n9070391929","geometry":{"type":"Point","coordinates":[-0.1389003,51.5003297]},"properties":{"@type":"node","@id":9070391929,"@timestamp":1631016605},"coords":"51.5003297,-0.1389003","bedrooms":"1","price":"273000","area":"476"} , +{"type":"Feature","id":"n9070489953","geometry":{"type":"Point","coordinates":[0.3645799,51.4212892]},"properties":{"@type":"node","@id":9070489953,"@timestamp":1631018738},"coords":"51.4212892,0.3645799","bedrooms":"3","price":"191000","area":"475"} , +{"type":"Feature","id":"n9070489963","geometry":{"type":"Point","coordinates":[0.3651165,51.4202358]},"properties":{"@type":"node","@id":9070489963,"@timestamp":1631018738},"coords":"51.4202358,0.3651165","bedrooms":"2","price":"197000","area":"585"} , +{"type":"Feature","id":"n9070490163","geometry":{"type":"Point","coordinates":[0.364356,51.4215211]},"properties":{"@type":"node","@id":9070490163,"@timestamp":1631018738},"coords":"51.4215211,0.364356","bedrooms":"1","price":"189000","area":"553"} , +{"type":"Feature","id":"n9070490248","geometry":{"type":"Point","coordinates":[0.3630589,51.4226028]},"properties":{"@type":"node","@id":9070490248,"@timestamp":1631018738},"coords":"51.4226028,0.3630589","bedrooms":"4","price":"281000","area":"686"} , +{"type":"Feature","id":"n9070490309","geometry":{"type":"Point","coordinates":[0.3631944,51.4225557]},"properties":{"@type":"node","@id":9070490309,"@timestamp":1631018738},"coords":"51.4225557,0.3631944","bedrooms":"1","price":"226000","area":"602"} , +{"type":"Feature","id":"n9070490358","geometry":{"type":"Point","coordinates":[0.3636304,51.4235009]},"properties":{"@type":"node","@id":9070490358,"@timestamp":1631018738},"coords":"51.4235009,0.3636304","bedrooms":"0","price":"243000","area":"652"} , +{"type":"Feature","id":"n9070490643","geometry":{"type":"Point","coordinates":[0.3643775,51.4229179]},"properties":{"@type":"node","@id":9070490643,"@timestamp":1631018738},"coords":"51.4229179,0.3643775","bedrooms":"1","price":"299000","area":"618"} , +{"type":"Feature","id":"n9070490653","geometry":{"type":"Point","coordinates":[0.3636828,51.4236973]},"properties":{"@type":"node","@id":9070490653,"@timestamp":1631018738},"coords":"51.4236973,0.3636828","bedrooms":"4","price":"195000","area":"573"} , +{"type":"Feature","id":"n9070490663","geometry":{"type":"Point","coordinates":[0.3644432,51.424097]},"properties":{"@type":"node","@id":9070490663,"@timestamp":1631018738},"coords":"51.424097,0.3644432","bedrooms":"3","price":"259000","area":"594"} , +{"type":"Feature","id":"n9070490673","geometry":{"type":"Point","coordinates":[0.3634991,51.4239114]},"properties":{"@type":"node","@id":9070490673,"@timestamp":1631018738},"coords":"51.4239114,0.3634991","bedrooms":"1","price":"189000","area":"555"} , +{"type":"Feature","id":"n9070490775","geometry":{"type":"Point","coordinates":[0.3634146,51.424659]},"properties":{"@type":"node","@id":9070490775,"@timestamp":1631018738},"coords":"51.424659,0.3634146","bedrooms":"4","price":"246000","area":"430"} , +{"type":"Feature","id":"n9070490829","geometry":{"type":"Point","coordinates":[0.3644325,51.4248705]},"properties":{"@type":"node","@id":9070490829,"@timestamp":1631018738},"coords":"51.4248705,0.3644325","bedrooms":"0","price":"240000","area":"449"} , +{"type":"Feature","id":"n9070491081","geometry":{"type":"Point","coordinates":[0.365103,51.4236067]},"properties":{"@type":"node","@id":9070491081,"@timestamp":1631018738},"coords":"51.4236067,0.365103","bedrooms":"4","price":"194000","area":"588"} , +{"type":"Feature","id":"n9070491091","geometry":{"type":"Point","coordinates":[0.3651977,51.4240316]},"properties":{"@type":"node","@id":9070491091,"@timestamp":1631018738},"coords":"51.4240316,0.3651977","bedrooms":"0","price":"200000","area":"699"} , +{"type":"Feature","id":"n9070491152","geometry":{"type":"Point","coordinates":[0.3651517,51.4250582]},"properties":{"@type":"node","@id":9070491152,"@timestamp":1634389222},"coords":"51.4250582,0.3651517","bedrooms":"0","price":"154000","area":"442"} , +{"type":"Feature","id":"n9070491434","geometry":{"type":"Point","coordinates":[0.3664881,51.4253694]},"properties":{"@type":"node","@id":9070491434,"@timestamp":1631018738},"coords":"51.4253694,0.3664881","bedrooms":"0","price":"254000","area":"689"} , +{"type":"Feature","id":"n9070491555","geometry":{"type":"Point","coordinates":[0.3649837,51.4230781]},"properties":{"@type":"node","@id":9070491555,"@timestamp":1634389222},"coords":"51.4230781,0.3649837","bedrooms":"2","price":"178000","area":"699"} , +{"type":"Feature","id":"n9070491649","geometry":{"type":"Point","coordinates":[0.3643021,51.4256115]},"properties":{"@type":"node","@id":9070491649,"@timestamp":1631018738},"coords":"51.4256115,0.3643021","bedrooms":"4","price":"251000","area":"668"} , +{"type":"Feature","id":"n9070491806","geometry":{"type":"Point","coordinates":[0.3634182,51.4252365]},"properties":{"@type":"node","@id":9070491806,"@timestamp":1631018738},"coords":"51.4252365,0.3634182","bedrooms":"1","price":"182000","area":"624"} , +{"type":"Feature","id":"n9070491816","geometry":{"type":"Point","coordinates":[0.3635422,51.4255756]},"properties":{"@type":"node","@id":9070491816,"@timestamp":1631018738},"coords":"51.4255756,0.3635422","bedrooms":"0","price":"210000","area":"436"} , +{"type":"Feature","id":"n9070491973","geometry":{"type":"Point","coordinates":[0.3628111,51.42461]},"properties":{"@type":"node","@id":9070491973,"@timestamp":1631018738},"coords":"51.42461,0.3628111","bedrooms":"0","price":"203000","area":"376"} , +{"type":"Feature","id":"n9070491983","geometry":{"type":"Point","coordinates":[0.3626706,51.4241676]},"properties":{"@type":"node","@id":9070491983,"@timestamp":1631018738},"coords":"51.4241676,0.3626706","bedrooms":"3","price":"229000","area":"465"} , +{"type":"Feature","id":"n9070492165","geometry":{"type":"Point","coordinates":[0.3624162,51.4228832]},"properties":{"@type":"node","@id":9070492165,"@timestamp":1631018738},"coords":"51.4228832,0.3624162","bedrooms":"4","price":"273000","area":"566"} , +{"type":"Feature","id":"n9070492178","geometry":{"type":"Point","coordinates":[0.3624286,51.4229866]},"properties":{"@type":"node","@id":9070492178,"@timestamp":1631018738},"coords":"51.4229866,0.3624286","bedrooms":"1","price":"246000","area":"359"} , +{"type":"Feature","id":"n9070492188","geometry":{"type":"Point","coordinates":[0.3624356,51.4223415]},"properties":{"@type":"node","@id":9070492188,"@timestamp":1631018738},"coords":"51.4223415,0.3624356","bedrooms":"4","price":"284000","area":"565"} , +{"type":"Feature","id":"n9070492198","geometry":{"type":"Point","coordinates":[0.3621558,51.4215751]},"properties":{"@type":"node","@id":9070492198,"@timestamp":1631018738},"coords":"51.4215751,0.3621558","bedrooms":"0","price":"238000","area":"431"} , +{"type":"Feature","id":"n9070492208","geometry":{"type":"Point","coordinates":[0.362241,51.4211565]},"properties":{"@type":"node","@id":9070492208,"@timestamp":1631018738},"coords":"51.4211565,0.362241","bedrooms":"1","price":"163000","area":"566"} , +{"type":"Feature","id":"n9070557290","geometry":{"type":"Point","coordinates":[0.5288548,51.2712701]},"properties":{"@type":"node","@id":9070557290,"@timestamp":1631021413},"coords":"51.2712701,0.5288548","bedrooms":"0","price":"212000","area":"566"} , +{"type":"Feature","id":"n9070557300","geometry":{"type":"Point","coordinates":[0.5287187,51.2713737]},"properties":{"@type":"node","@id":9070557300,"@timestamp":1631021413},"coords":"51.2713737,0.5287187","bedrooms":"2","price":"288000","area":"616"} , +{"type":"Feature","id":"n9070557310","geometry":{"type":"Point","coordinates":[0.5289064,51.2712273]},"properties":{"@type":"node","@id":9070557310,"@timestamp":1631021413},"coords":"51.2712273,0.5289064","bedrooms":"1","price":"205000","area":"364"} , +{"type":"Feature","id":"n9070579319","geometry":{"type":"Point","coordinates":[0.5289031,51.2712042]},"properties":{"@type":"node","@id":9070579319,"@timestamp":1631021413},"coords":"51.2712042,0.5289031","bedrooms":"2","price":"272000","area":"488"} , +{"type":"Feature","id":"n9070579329","geometry":{"type":"Point","coordinates":[0.5286845,51.2711623]},"properties":{"@type":"node","@id":9070579329,"@timestamp":1631021413},"coords":"51.2711623,0.5286845","bedrooms":"2","price":"296000","area":"573"} , +{"type":"Feature","id":"n9070579339","geometry":{"type":"Point","coordinates":[0.528897,51.2711388]},"properties":{"@type":"node","@id":9070579339,"@timestamp":1631021413},"coords":"51.2711388,0.528897","bedrooms":"1","price":"229000","area":"450"} , +{"type":"Feature","id":"n9070579349","geometry":{"type":"Point","coordinates":[0.5288807,51.2710101]},"properties":{"@type":"node","@id":9070579349,"@timestamp":1631021413},"coords":"51.2710101,0.5288807","bedrooms":"0","price":"247000","area":"625"} , +{"type":"Feature","id":"n9070579359","geometry":{"type":"Point","coordinates":[0.5290222,51.2710387]},"properties":{"@type":"node","@id":9070579359,"@timestamp":1631021413},"coords":"51.2710387,0.5290222","bedrooms":"0","price":"291000","area":"445"} , +{"type":"Feature","id":"n9070579369","geometry":{"type":"Point","coordinates":[0.5288036,51.2709308]},"properties":{"@type":"node","@id":9070579369,"@timestamp":1631021413},"coords":"51.2709308,0.5288036","bedrooms":"4","price":"159000","area":"446"} , +{"type":"Feature","id":"n9070579379","geometry":{"type":"Point","coordinates":[0.528866,51.2708834]},"properties":{"@type":"node","@id":9070579379,"@timestamp":1631021413},"coords":"51.2708834,0.528866","bedrooms":"1","price":"236000","area":"621"} , +{"type":"Feature","id":"n9070579389","geometry":{"type":"Point","coordinates":[0.5288639,51.271045]},"properties":{"@type":"node","@id":9070579389,"@timestamp":1631021413},"coords":"51.271045,0.5288639","bedrooms":"1","price":"230000","area":"377"} , +{"type":"Feature","id":"n9070729428","geometry":{"type":"Point","coordinates":[0.2253718,51.915968]},"properties":{"@type":"node","@id":9070729428,"@timestamp":1631024424},"coords":"51.915968,0.2253718","bedrooms":"2","price":"220000","area":"356"} , +{"type":"Feature","id":"n9070857547","geometry":{"type":"Point","coordinates":[0.3617519,51.4201639]},"properties":{"@type":"node","@id":9070857547,"@timestamp":1631026760},"coords":"51.4201639,0.3617519","bedrooms":"4","price":"291000","area":"524"} , +{"type":"Feature","id":"n9070857602","geometry":{"type":"Point","coordinates":[0.3631411,51.4186693]},"properties":{"@type":"node","@id":9070857602,"@timestamp":1631026760},"coords":"51.4186693,0.3631411","bedrooms":"4","price":"262000","area":"571"} , +{"type":"Feature","id":"n9070857612","geometry":{"type":"Point","coordinates":[0.3636969,51.4175314]},"properties":{"@type":"node","@id":9070857612,"@timestamp":1631026760},"coords":"51.4175314,0.3636969","bedrooms":"3","price":"197000","area":"615"} , +{"type":"Feature","id":"n9070858011","geometry":{"type":"Point","coordinates":[0.3687153,51.4177321]},"properties":{"@type":"node","@id":9070858011,"@timestamp":1631026760},"coords":"51.4177321,0.3687153","bedrooms":"4","price":"287000","area":"350"} , +{"type":"Feature","id":"n9070858140","geometry":{"type":"Point","coordinates":[0.3666456,51.4177899]},"properties":{"@type":"node","@id":9070858140,"@timestamp":1631026760},"coords":"51.4177899,0.3666456","bedrooms":"1","price":"285000","area":"385"} , +{"type":"Feature","id":"n9070858179","geometry":{"type":"Point","coordinates":[0.3675066,51.4177547]},"properties":{"@type":"node","@id":9070858179,"@timestamp":1631026760},"coords":"51.4177547,0.3675066","bedrooms":"4","price":"198000","area":"601"} , +{"type":"Feature","id":"n9070858189","geometry":{"type":"Point","coordinates":[0.3683341,51.4182808]},"properties":{"@type":"node","@id":9070858189,"@timestamp":1631026760},"coords":"51.4182808,0.3683341","bedrooms":"0","price":"264000","area":"572"} , +{"type":"Feature","id":"n9070858199","geometry":{"type":"Point","coordinates":[0.3678915,51.4183327]},"properties":{"@type":"node","@id":9070858199,"@timestamp":1631026760},"coords":"51.4183327,0.3678915","bedrooms":"4","price":"178000","area":"584"} , +{"type":"Feature","id":"n9070858344","geometry":{"type":"Point","coordinates":[0.3692262,51.4179825]},"properties":{"@type":"node","@id":9070858344,"@timestamp":1631026760},"coords":"51.4179825,0.3692262","bedrooms":"1","price":"165000","area":"675"} , +{"type":"Feature","id":"n9070858597","geometry":{"type":"Point","coordinates":[0.3691898,51.41779]},"properties":{"@type":"node","@id":9070858597,"@timestamp":1634389222},"coords":"51.41779,0.3691898","bedrooms":"0","price":"174000","area":"554"} , +{"type":"Feature","id":"n9070858714","geometry":{"type":"Point","coordinates":[0.3671006,51.4209456]},"properties":{"@type":"node","@id":9070858714,"@timestamp":1631026760},"coords":"51.4209456,0.3671006","bedrooms":"0","price":"253000","area":"375"} , +{"type":"Feature","id":"n9070858756","geometry":{"type":"Point","coordinates":[0.3662786,51.4225304]},"properties":{"@type":"node","@id":9070858756,"@timestamp":1631026760},"coords":"51.4225304,0.3662786","bedrooms":"0","price":"207000","area":"432"} , +{"type":"Feature","id":"n9070859180","geometry":{"type":"Point","coordinates":[0.3669993,51.4266231]},"properties":{"@type":"node","@id":9070859180,"@timestamp":1631026760},"coords":"51.4266231,0.3669993","bedrooms":"3","price":"154000","area":"517"} , +{"type":"Feature","id":"n9070859217","geometry":{"type":"Point","coordinates":[0.3657787,51.4245868]},"properties":{"@type":"node","@id":9070859217,"@timestamp":1631026760},"coords":"51.4245868,0.3657787","bedrooms":"2","price":"251000","area":"433"} , +{"type":"Feature","id":"n9070989816","geometry":{"type":"Point","coordinates":[-0.4529751,51.5163507]},"properties":{"@type":"node","@id":9070989816,"@timestamp":1631030202},"coords":"51.5163507,-0.4529751","bedrooms":"2","price":"257000","area":"669"} , +{"type":"Feature","id":"n9071129148","geometry":{"type":"Point","coordinates":[-0.348615,51.4355261]},"properties":{"@type":"node","@id":9071129148,"@timestamp":1631032105},"coords":"51.4355261,-0.348615","bedrooms":"4","price":"160000","area":"394"} , +{"type":"Feature","id":"n9071187826","geometry":{"type":"Point","coordinates":[0.3618766,51.4316391]},"properties":{"@type":"node","@id":9071187826,"@timestamp":1631033295},"coords":"51.4316391,0.3618766","bedrooms":"1","price":"192000","area":"692"} , +{"type":"Feature","id":"n9071187886","geometry":{"type":"Point","coordinates":[0.3609823,51.4316227]},"properties":{"@type":"node","@id":9071187886,"@timestamp":1631033295},"coords":"51.4316227,0.3609823","bedrooms":"2","price":"279000","area":"594"} , +{"type":"Feature","id":"n9071187896","geometry":{"type":"Point","coordinates":[0.361625,51.4317406]},"properties":{"@type":"node","@id":9071187896,"@timestamp":1631033295},"coords":"51.4317406,0.361625","bedrooms":"2","price":"287000","area":"562"} , +{"type":"Feature","id":"n9071187952","geometry":{"type":"Point","coordinates":[0.3619229,51.4319083]},"properties":{"@type":"node","@id":9071187952,"@timestamp":1631033295},"coords":"51.4319083,0.3619229","bedrooms":"0","price":"293000","area":"405"} , +{"type":"Feature","id":"n9071187992","geometry":{"type":"Point","coordinates":[0.3637595,51.431088]},"properties":{"@type":"node","@id":9071187992,"@timestamp":1631033295},"coords":"51.431088,0.3637595","bedrooms":"1","price":"154000","area":"637"} , +{"type":"Feature","id":"n9071188002","geometry":{"type":"Point","coordinates":[0.361715,51.429939]},"properties":{"@type":"node","@id":9071188002,"@timestamp":1631033295},"coords":"51.429939,0.361715","bedrooms":"0","price":"272000","area":"498"} , +{"type":"Feature","id":"n9071188012","geometry":{"type":"Point","coordinates":[0.3613735,51.4304561]},"properties":{"@type":"node","@id":9071188012,"@timestamp":1631033295},"coords":"51.4304561,0.3613735","bedrooms":"4","price":"226000","area":"671"} , +{"type":"Feature","id":"n9071188022","geometry":{"type":"Point","coordinates":[0.3608857,51.4311646]},"properties":{"@type":"node","@id":9071188022,"@timestamp":1631033295},"coords":"51.4311646,0.3608857","bedrooms":"0","price":"266000","area":"576"} , +{"type":"Feature","id":"n9071188032","geometry":{"type":"Point","coordinates":[0.3639015,51.4313845]},"properties":{"@type":"node","@id":9071188032,"@timestamp":1631033295},"coords":"51.4313845,0.3639015","bedrooms":"4","price":"179000","area":"562"} , +{"type":"Feature","id":"n9071188042","geometry":{"type":"Point","coordinates":[0.3641526,51.4314267]},"properties":{"@type":"node","@id":9071188042,"@timestamp":1631033295},"coords":"51.4314267,0.3641526","bedrooms":"2","price":"188000","area":"681"} , +{"type":"Feature","id":"n9071188052","geometry":{"type":"Point","coordinates":[0.3630396,51.4314281]},"properties":{"@type":"node","@id":9071188052,"@timestamp":1631033295},"coords":"51.4314281,0.3630396","bedrooms":"4","price":"294000","area":"374"} , +{"type":"Feature","id":"n9071188062","geometry":{"type":"Point","coordinates":[0.3624566,51.4316228]},"properties":{"@type":"node","@id":9071188062,"@timestamp":1631033295},"coords":"51.4316228,0.3624566","bedrooms":"2","price":"220000","area":"537"} , +{"type":"Feature","id":"n9071188086","geometry":{"type":"Point","coordinates":[0.3642822,51.4305761]},"properties":{"@type":"node","@id":9071188086,"@timestamp":1631033295},"coords":"51.4305761,0.3642822","bedrooms":"1","price":"206000","area":"515"} , +{"type":"Feature","id":"n9071188098","geometry":{"type":"Point","coordinates":[0.3644864,51.4308688]},"properties":{"@type":"node","@id":9071188098,"@timestamp":1631033295},"coords":"51.4308688,0.3644864","bedrooms":"3","price":"291000","area":"578"} , +{"type":"Feature","id":"n9071188108","geometry":{"type":"Point","coordinates":[0.3645246,51.4303441]},"properties":{"@type":"node","@id":9071188108,"@timestamp":1631033295},"coords":"51.4303441,0.3645246","bedrooms":"3","price":"170000","area":"403"} , +{"type":"Feature","id":"n9071188118","geometry":{"type":"Point","coordinates":[0.3641197,51.4302156]},"properties":{"@type":"node","@id":9071188118,"@timestamp":1631033295},"coords":"51.4302156,0.3641197","bedrooms":"0","price":"260000","area":"685"} , +{"type":"Feature","id":"n9071188128","geometry":{"type":"Point","coordinates":[0.3630678,51.4299994]},"properties":{"@type":"node","@id":9071188128,"@timestamp":1631033295},"coords":"51.4299994,0.3630678","bedrooms":"4","price":"150000","area":"473"} , +{"type":"Feature","id":"n9071188138","geometry":{"type":"Point","coordinates":[0.3629114,51.4299965]},"properties":{"@type":"node","@id":9071188138,"@timestamp":1631033295},"coords":"51.4299965,0.3629114","bedrooms":"1","price":"182000","area":"675"} , +{"type":"Feature","id":"n9071188148","geometry":{"type":"Point","coordinates":[0.3621431,51.4299077]},"properties":{"@type":"node","@id":9071188148,"@timestamp":1631033295},"coords":"51.4299077,0.3621431","bedrooms":"1","price":"228000","area":"460"} , +{"type":"Feature","id":"n9071188177","geometry":{"type":"Point","coordinates":[0.3644433,51.430323]},"properties":{"@type":"node","@id":9071188177,"@timestamp":1631033295},"coords":"51.430323,0.3644433","bedrooms":"1","price":"162000","area":"377"} , +{"type":"Feature","id":"n9071188187","geometry":{"type":"Point","coordinates":[0.3622366,51.4323169]},"properties":{"@type":"node","@id":9071188187,"@timestamp":1631033295},"coords":"51.4323169,0.3622366","bedrooms":"4","price":"283000","area":"456"} , +{"type":"Feature","id":"n9071188227","geometry":{"type":"Point","coordinates":[0.3613348,51.4317793]},"properties":{"@type":"node","@id":9071188227,"@timestamp":1631033295},"coords":"51.4317793,0.3613348","bedrooms":"0","price":"221000","area":"393"} , +{"type":"Feature","id":"n9071188240","geometry":{"type":"Point","coordinates":[0.3616956,51.4322393]},"properties":{"@type":"node","@id":9071188240,"@timestamp":1631033295},"coords":"51.4322393,0.3616956","bedrooms":"2","price":"155000","area":"616"} , +{"type":"Feature","id":"n9071188264","geometry":{"type":"Point","coordinates":[0.3644527,51.4307492]},"properties":{"@type":"node","@id":9071188264,"@timestamp":1631033295},"coords":"51.4307492,0.3644527","bedrooms":"0","price":"230000","area":"575"} , +{"type":"Feature","id":"n9071210048","geometry":{"type":"Point","coordinates":[-0.2251527,51.9786628]},"properties":{"@type":"node","@id":9071210048,"@timestamp":1631034654},"coords":"51.9786628,-0.2251527","bedrooms":"3","price":"273000","area":"354"} , +{"type":"Feature","id":"n9071210078","geometry":{"type":"Point","coordinates":[-0.2244405,51.9783753]},"properties":{"@type":"node","@id":9071210078,"@timestamp":1631034654},"coords":"51.9783753,-0.2244405","bedrooms":"3","price":"194000","area":"418"} , +{"type":"Feature","id":"n9071210088","geometry":{"type":"Point","coordinates":[-0.2269149,51.9797454]},"properties":{"@type":"node","@id":9071210088,"@timestamp":1631036162},"coords":"51.9797454,-0.2269149","bedrooms":"3","price":"271000","area":"448"} , +{"type":"Feature","id":"n9071261118","geometry":{"type":"Point","coordinates":[0.162684,51.4517772]},"properties":{"@type":"node","@id":9071261118,"@timestamp":1631035965},"coords":"51.4517772,0.162684","bedrooms":"0","price":"249000","area":"559"} , +{"type":"Feature","id":"n9071261142","geometry":{"type":"Point","coordinates":[0.1606026,51.451112]},"properties":{"@type":"node","@id":9071261142,"@timestamp":1631035965},"coords":"51.451112,0.1606026","bedrooms":"3","price":"231000","area":"498"} , +{"type":"Feature","id":"n9071384990","geometry":{"type":"Point","coordinates":[-0.2008343,51.6906004]},"properties":{"@type":"node","@id":9071384990,"@timestamp":1631040722},"coords":"51.6906004,-0.2008343","bedrooms":"0","price":"227000","area":"591"} , +{"type":"Feature","id":"n9071419614","geometry":{"type":"Point","coordinates":[-0.2054952,51.6926585]},"properties":{"@type":"node","@id":9071419614,"@timestamp":1631042097},"coords":"51.6926585,-0.2054952","bedrooms":"2","price":"201000","area":"522"} , +{"type":"Feature","id":"n9071585378","geometry":{"type":"Point","coordinates":[0.5353944,51.0915752]},"properties":{"@type":"node","@id":9071585378,"@timestamp":1631046336},"coords":"51.0915752,0.5353944","bedrooms":"0","price":"233000","area":"544"} , +{"type":"Feature","id":"n9071585406","geometry":{"type":"Point","coordinates":[0.532912,51.0967964]},"properties":{"@type":"node","@id":9071585406,"@timestamp":1631046336},"coords":"51.0967964,0.532912","bedrooms":"2","price":"274000","area":"461"} , +{"type":"Feature","id":"n9071585416","geometry":{"type":"Point","coordinates":[0.5253401,51.0960822]},"properties":{"@type":"node","@id":9071585416,"@timestamp":1631046336},"coords":"51.0960822,0.5253401","bedrooms":"4","price":"173000","area":"555"} , +{"type":"Feature","id":"n9071658823","geometry":{"type":"Point","coordinates":[0.5398375,51.0917807]},"properties":{"@type":"node","@id":9071658823,"@timestamp":1631046336},"coords":"51.0917807,0.5398375","bedrooms":"4","price":"243000","area":"631"} , +{"type":"Feature","id":"n9072147310","geometry":{"type":"Point","coordinates":[0.327866,51.8673367]},"properties":{"@type":"node","@id":9072147310,"@timestamp":1631052841},"coords":"51.8673367,0.327866","bedrooms":"2","price":"210000","area":"425"} , +{"type":"Feature","id":"n9072287397","geometry":{"type":"Point","coordinates":[-0.0076427,51.5306753]},"properties":{"@type":"node","@id":9072287397,"@timestamp":1631063968},"coords":"51.5306753,-0.0076427","bedrooms":"4","price":"162000","area":"564"} , +{"type":"Feature","id":"n9072319649","geometry":{"type":"Point","coordinates":[-0.0084624,51.559628]},"properties":{"@type":"node","@id":9072319649,"@timestamp":1631064810},"coords":"51.559628,-0.0084624","bedrooms":"0","price":"297000","area":"359"} , +{"type":"Feature","id":"n9072680957","geometry":{"type":"Point","coordinates":[-0.0415149,51.5452498]},"properties":{"@type":"node","@id":9072680957,"@timestamp":1631078562},"coords":"51.5452498,-0.0415149","bedrooms":"2","price":"223000","area":"383"} , +{"type":"Feature","id":"n9072883012","geometry":{"type":"Point","coordinates":[-0.2192389,51.501191]},"properties":{"@type":"node","@id":9072883012,"@timestamp":1631084615},"coords":"51.501191,-0.2192389","bedrooms":"0","price":"290000","area":"491"} , +{"type":"Feature","id":"n9072908466","geometry":{"type":"Point","coordinates":[-0.2184718,51.5015703]},"properties":{"@type":"node","@id":9072908466,"@timestamp":1631084615},"coords":"51.5015703,-0.2184718","bedrooms":"3","price":"277000","area":"591"} , +{"type":"Feature","id":"n9072908476","geometry":{"type":"Point","coordinates":[-0.21765,51.5019766]},"properties":{"@type":"node","@id":9072908476,"@timestamp":1631084615},"coords":"51.5019766,-0.21765","bedrooms":"3","price":"221000","area":"425"} , +{"type":"Feature","id":"n9073129564","geometry":{"type":"Point","coordinates":[-0.3390508,51.4216171]},"properties":{"@type":"node","@id":9073129564,"@timestamp":1631089874},"coords":"51.4216171,-0.3390508","bedrooms":"4","price":"296000","area":"530"} , +{"type":"Feature","id":"n9073129574","geometry":{"type":"Point","coordinates":[-0.3389633,51.4214479]},"properties":{"@type":"node","@id":9073129574,"@timestamp":1631089874},"coords":"51.4214479,-0.3389633","bedrooms":"2","price":"157000","area":"531"} , +{"type":"Feature","id":"n9073129584","geometry":{"type":"Point","coordinates":[-0.3384851,51.4209214]},"properties":{"@type":"node","@id":9073129584,"@timestamp":1631089874},"coords":"51.4209214,-0.3384851","bedrooms":"4","price":"252000","area":"583"} , +{"type":"Feature","id":"n9073257753","geometry":{"type":"Point","coordinates":[-1.0554838,51.4721041]},"properties":{"@type":"node","@id":9073257753,"@timestamp":1631092952},"coords":"51.4721041,-1.0554838","bedrooms":"0","price":"155000","area":"359"} , +{"type":"Feature","id":"n9073480725","geometry":{"type":"Point","coordinates":[0.863615,51.1532767]},"properties":{"@type":"node","@id":9073480725,"@timestamp":1631098667},"coords":"51.1532767,0.863615","bedrooms":"2","price":"222000","area":"535"} , +{"type":"Feature","id":"n9073480737","geometry":{"type":"Point","coordinates":[0.7571313,51.1157897]},"properties":{"@type":"node","@id":9073480737,"@timestamp":1631098667},"coords":"51.1157897,0.7571313","bedrooms":"3","price":"247000","area":"459"} , +{"type":"Feature","id":"n9073601940","geometry":{"type":"Point","coordinates":[-0.9994722,51.4471791]},"properties":{"@type":"node","@id":9073601940,"@timestamp":1631100403},"coords":"51.4471791,-0.9994722","bedrooms":"3","price":"219000","area":"380"} , +{"type":"Feature","id":"n9073648519","geometry":{"type":"Point","coordinates":[-0.0124199,51.5576057]},"properties":{"@type":"node","@id":9073648519,"@timestamp":1631101076},"coords":"51.5576057,-0.0124199","bedrooms":"1","price":"194000","area":"668"} , +{"type":"Feature","id":"n9073650333","geometry":{"type":"Point","coordinates":[0.3611769,51.434042]},"properties":{"@type":"node","@id":9073650333,"@timestamp":1631101118},"coords":"51.434042,0.3611769","bedrooms":"1","price":"254000","area":"616"} , +{"type":"Feature","id":"n9073650344","geometry":{"type":"Point","coordinates":[0.3599792,51.4327658]},"properties":{"@type":"node","@id":9073650344,"@timestamp":1631101118},"coords":"51.4327658,0.3599792","bedrooms":"1","price":"219000","area":"573"} , +{"type":"Feature","id":"n9073650360","geometry":{"type":"Point","coordinates":[0.3604161,51.4329656]},"properties":{"@type":"node","@id":9073650360,"@timestamp":1631101118},"coords":"51.4329656,0.3604161","bedrooms":"2","price":"161000","area":"686"} , +{"type":"Feature","id":"n9073650370","geometry":{"type":"Point","coordinates":[0.360331,51.4333863]},"properties":{"@type":"node","@id":9073650370,"@timestamp":1631101118},"coords":"51.4333863,0.360331","bedrooms":"3","price":"248000","area":"431"} , +{"type":"Feature","id":"n9073650380","geometry":{"type":"Point","coordinates":[0.3610119,51.4338772]},"properties":{"@type":"node","@id":9073650380,"@timestamp":1631101118},"coords":"51.4338772,0.3610119","bedrooms":"2","price":"233000","area":"528"} , +{"type":"Feature","id":"n9073650395","geometry":{"type":"Point","coordinates":[0.3610839,51.4332907]},"properties":{"@type":"node","@id":9073650395,"@timestamp":1631101118},"coords":"51.4332907,0.3610839","bedrooms":"2","price":"186000","area":"482"} , +{"type":"Feature","id":"n9073650799","geometry":{"type":"Point","coordinates":[0.3594412,51.4342751]},"properties":{"@type":"node","@id":9073650799,"@timestamp":1631101118},"coords":"51.4342751,0.3594412","bedrooms":"0","price":"271000","area":"546"} , +{"type":"Feature","id":"n9073650818","geometry":{"type":"Point","coordinates":[0.3584387,51.4306015]},"properties":{"@type":"node","@id":9073650818,"@timestamp":1631101118},"coords":"51.4306015,0.3584387","bedrooms":"4","price":"269000","area":"356"} , +{"type":"Feature","id":"n9073650845","geometry":{"type":"Point","coordinates":[0.3580925,51.4310935]},"properties":{"@type":"node","@id":9073650845,"@timestamp":1631101118},"coords":"51.4310935,0.3580925","bedrooms":"1","price":"154000","area":"486"} , +{"type":"Feature","id":"n9073650855","geometry":{"type":"Point","coordinates":[0.3567781,51.4314515]},"properties":{"@type":"node","@id":9073650855,"@timestamp":1631101118},"coords":"51.4314515,0.3567781","bedrooms":"1","price":"252000","area":"663"} , +{"type":"Feature","id":"n9073650865","geometry":{"type":"Point","coordinates":[0.3589647,51.4308306]},"properties":{"@type":"node","@id":9073650865,"@timestamp":1631101118},"coords":"51.4308306,0.3589647","bedrooms":"3","price":"169000","area":"589"} , +{"type":"Feature","id":"n9073650875","geometry":{"type":"Point","coordinates":[0.3593414,51.4307678]},"properties":{"@type":"node","@id":9073650875,"@timestamp":1631101118},"coords":"51.4307678,0.3593414","bedrooms":"2","price":"242000","area":"478"} , +{"type":"Feature","id":"n9073650885","geometry":{"type":"Point","coordinates":[0.358675,51.4314307]},"properties":{"@type":"node","@id":9073650885,"@timestamp":1631101118},"coords":"51.4314307,0.358675","bedrooms":"4","price":"283000","area":"511"} , +{"type":"Feature","id":"n9073650895","geometry":{"type":"Point","coordinates":[0.3590348,51.4317163]},"properties":{"@type":"node","@id":9073650895,"@timestamp":1631101118},"coords":"51.4317163,0.3590348","bedrooms":"0","price":"250000","area":"450"} , +{"type":"Feature","id":"n9073650905","geometry":{"type":"Point","coordinates":[0.3587348,51.432293]},"properties":{"@type":"node","@id":9073650905,"@timestamp":1631101118},"coords":"51.432293,0.3587348","bedrooms":"4","price":"159000","area":"398"} , +{"type":"Feature","id":"n9073650915","geometry":{"type":"Point","coordinates":[0.3600471,51.4320673]},"properties":{"@type":"node","@id":9073650915,"@timestamp":1631101118},"coords":"51.4320673,0.3600471","bedrooms":"0","price":"183000","area":"610"} , +{"type":"Feature","id":"n9073650925","geometry":{"type":"Point","coordinates":[0.3604675,51.4320719]},"properties":{"@type":"node","@id":9073650925,"@timestamp":1631101118},"coords":"51.4320719,0.3604675","bedrooms":"4","price":"155000","area":"627"} , +{"type":"Feature","id":"n9073650935","geometry":{"type":"Point","coordinates":[0.3598823,51.4325561]},"properties":{"@type":"node","@id":9073650935,"@timestamp":1631101118},"coords":"51.4325561,0.3598823","bedrooms":"3","price":"183000","area":"489"} , +{"type":"Feature","id":"n9073650945","geometry":{"type":"Point","coordinates":[0.3576124,51.4320162]},"properties":{"@type":"node","@id":9073650945,"@timestamp":1631101118},"coords":"51.4320162,0.3576124","bedrooms":"4","price":"245000","area":"356"} , +{"type":"Feature","id":"n9073650955","geometry":{"type":"Point","coordinates":[0.3573627,51.431562]},"properties":{"@type":"node","@id":9073650955,"@timestamp":1631101118},"coords":"51.431562,0.3573627","bedrooms":"4","price":"216000","area":"528"} , +{"type":"Feature","id":"n9073650965","geometry":{"type":"Point","coordinates":[0.3582213,51.4317661]},"properties":{"@type":"node","@id":9073650965,"@timestamp":1631101118},"coords":"51.4317661,0.3582213","bedrooms":"4","price":"197000","area":"432"} , +{"type":"Feature","id":"n9073650975","geometry":{"type":"Point","coordinates":[0.3584363,51.4328357]},"properties":{"@type":"node","@id":9073650975,"@timestamp":1631101118},"coords":"51.4328357,0.3584363","bedrooms":"2","price":"251000","area":"571"} , +{"type":"Feature","id":"n9073650985","geometry":{"type":"Point","coordinates":[0.3590511,51.4330586]},"properties":{"@type":"node","@id":9073650985,"@timestamp":1631101118},"coords":"51.4330586,0.3590511","bedrooms":"3","price":"288000","area":"665"} , +{"type":"Feature","id":"n9073650995","geometry":{"type":"Point","coordinates":[0.3598069,51.4335096]},"properties":{"@type":"node","@id":9073650995,"@timestamp":1631101118},"coords":"51.4335096,0.3598069","bedrooms":"2","price":"235000","area":"686"} , +{"type":"Feature","id":"n9073651005","geometry":{"type":"Point","coordinates":[0.3606921,51.4339131]},"properties":{"@type":"node","@id":9073651005,"@timestamp":1631101118},"coords":"51.4339131,0.3606921","bedrooms":"4","price":"169000","area":"358"} , +{"type":"Feature","id":"n9073651015","geometry":{"type":"Point","coordinates":[0.3603648,51.4341973]},"properties":{"@type":"node","@id":9073651015,"@timestamp":1631101118},"coords":"51.4341973,0.3603648","bedrooms":"3","price":"166000","area":"407"} , +{"type":"Feature","id":"n9073651025","geometry":{"type":"Point","coordinates":[0.36007,51.4341738]},"properties":{"@type":"node","@id":9073651025,"@timestamp":1631101118},"coords":"51.4341738,0.36007","bedrooms":"2","price":"266000","area":"543"} , +{"type":"Feature","id":"n9073651035","geometry":{"type":"Point","coordinates":[0.3592402,51.4347823]},"properties":{"@type":"node","@id":9073651035,"@timestamp":1631101118},"coords":"51.4347823,0.3592402","bedrooms":"1","price":"247000","area":"517"} , +{"type":"Feature","id":"n9073651045","geometry":{"type":"Point","coordinates":[0.3583602,51.4341821]},"properties":{"@type":"node","@id":9073651045,"@timestamp":1631101118},"coords":"51.4341821,0.3583602","bedrooms":"3","price":"225000","area":"535"} , +{"type":"Feature","id":"n9073651055","geometry":{"type":"Point","coordinates":[0.3576161,51.4333714]},"properties":{"@type":"node","@id":9073651055,"@timestamp":1631101118},"coords":"51.4333714,0.3576161","bedrooms":"1","price":"284000","area":"387"} , +{"type":"Feature","id":"n9073651065","geometry":{"type":"Point","coordinates":[0.3581533,51.4337026]},"properties":{"@type":"node","@id":9073651065,"@timestamp":1631101118},"coords":"51.4337026,0.3581533","bedrooms":"2","price":"231000","area":"660"} , +{"type":"Feature","id":"n9073651075","geometry":{"type":"Point","coordinates":[0.3592919,51.4336459]},"properties":{"@type":"node","@id":9073651075,"@timestamp":1631101118},"coords":"51.4336459,0.3592919","bedrooms":"2","price":"228000","area":"669"} , +{"type":"Feature","id":"n9073651085","geometry":{"type":"Point","coordinates":[0.3593856,51.4319619]},"properties":{"@type":"node","@id":9073651085,"@timestamp":1631101118},"coords":"51.4319619,0.3593856","bedrooms":"1","price":"198000","area":"373"} , +{"type":"Feature","id":"n9073651097","geometry":{"type":"Point","coordinates":[0.3614266,51.4339507]},"properties":{"@type":"node","@id":9073651097,"@timestamp":1631101118},"coords":"51.4339507,0.3614266","bedrooms":"4","price":"191000","area":"405"} , +{"type":"Feature","id":"n9074008168","geometry":{"type":"Point","coordinates":[0.07913,51.4379116]},"properties":{"@type":"node","@id":9074008168,"@timestamp":1631108657},"coords":"51.4379116,0.07913","bedrooms":"1","price":"264000","area":"477"} , +{"type":"Feature","id":"n9074008182","geometry":{"type":"Point","coordinates":[0.0792924,51.4388453]},"properties":{"@type":"node","@id":9074008182,"@timestamp":1631108657},"coords":"51.4388453,0.0792924","bedrooms":"3","price":"207000","area":"391"} , +{"type":"Feature","id":"n9074334777","geometry":{"type":"Point","coordinates":[0.3634077,51.4366413]},"properties":{"@type":"node","@id":9074334777,"@timestamp":1631118300},"coords":"51.4366413,0.3634077","bedrooms":"1","price":"260000","area":"524"} , +{"type":"Feature","id":"n9074353137","geometry":{"type":"Point","coordinates":[0.3658787,51.4371344]},"properties":{"@type":"node","@id":9074353137,"@timestamp":1631118300},"coords":"51.4371344,0.3658787","bedrooms":"1","price":"299000","area":"398"} , +{"type":"Feature","id":"n9074353147","geometry":{"type":"Point","coordinates":[0.3658592,51.4364219]},"properties":{"@type":"node","@id":9074353147,"@timestamp":1631118300},"coords":"51.4364219,0.3658592","bedrooms":"4","price":"197000","area":"529"} , +{"type":"Feature","id":"n9074353157","geometry":{"type":"Point","coordinates":[0.3650314,51.4361475]},"properties":{"@type":"node","@id":9074353157,"@timestamp":1631118300},"coords":"51.4361475,0.3650314","bedrooms":"3","price":"242000","area":"601"} , +{"type":"Feature","id":"n9074353184","geometry":{"type":"Point","coordinates":[0.3635667,51.4373031]},"properties":{"@type":"node","@id":9074353184,"@timestamp":1631118300},"coords":"51.4373031,0.3635667","bedrooms":"0","price":"156000","area":"490"} , +{"type":"Feature","id":"n9074353194","geometry":{"type":"Point","coordinates":[0.3633106,51.4368191]},"properties":{"@type":"node","@id":9074353194,"@timestamp":1631118300},"coords":"51.4368191,0.3633106","bedrooms":"4","price":"245000","area":"531"} , +{"type":"Feature","id":"n9074353240","geometry":{"type":"Point","coordinates":[0.3634203,51.4367026]},"properties":{"@type":"node","@id":9074353240,"@timestamp":1631118300},"coords":"51.4367026,0.3634203","bedrooms":"4","price":"290000","area":"489"} , +{"type":"Feature","id":"n9074404203","geometry":{"type":"Point","coordinates":[-0.2085036,51.696625]},"properties":{"@type":"node","@id":9074404203,"@timestamp":1631120018},"coords":"51.696625,-0.2085036","bedrooms":"4","price":"155000","area":"660"} , +{"type":"Feature","id":"n9074486947","geometry":{"type":"Point","coordinates":[-0.030012,51.8840256]},"properties":{"@type":"node","@id":9074486947,"@timestamp":1631123641},"coords":"51.8840256,-0.030012","bedrooms":"1","price":"263000","area":"581"} , +{"type":"Feature","id":"n9074526073","geometry":{"type":"Point","coordinates":[-0.0100938,51.9078395]},"properties":{"@type":"node","@id":9074526073,"@timestamp":1631124479},"coords":"51.9078395,-0.0100938","bedrooms":"3","price":"227000","area":"693"} , +{"type":"Feature","id":"n9074559875","geometry":{"type":"Point","coordinates":[0.3716471,51.4342802]},"properties":{"@type":"node","@id":9074559875,"@timestamp":1631126720},"coords":"51.4342802,0.3716471","bedrooms":"3","price":"223000","area":"685"} , +{"type":"Feature","id":"n9074600701","geometry":{"type":"Point","coordinates":[0.3702914,51.4351135]},"properties":{"@type":"node","@id":9074600701,"@timestamp":1631126720},"coords":"51.4351135,0.3702914","bedrooms":"3","price":"282000","area":"602"} , +{"type":"Feature","id":"n9074600711","geometry":{"type":"Point","coordinates":[0.3711123,51.4347745]},"properties":{"@type":"node","@id":9074600711,"@timestamp":1631126720},"coords":"51.4347745,0.3711123","bedrooms":"1","price":"171000","area":"477"} , +{"type":"Feature","id":"n9074600847","geometry":{"type":"Point","coordinates":[0.3703501,51.4349533]},"properties":{"@type":"node","@id":9074600847,"@timestamp":1631126720},"coords":"51.4349533,0.3703501","bedrooms":"0","price":"242000","area":"432"} , +{"type":"Feature","id":"n9074600957","geometry":{"type":"Point","coordinates":[0.3703834,51.4346072]},"properties":{"@type":"node","@id":9074600957,"@timestamp":1631126720},"coords":"51.4346072,0.3703834","bedrooms":"4","price":"229000","area":"512"} , +{"type":"Feature","id":"n9074600967","geometry":{"type":"Point","coordinates":[0.370792,51.4353853]},"properties":{"@type":"node","@id":9074600967,"@timestamp":1631126720},"coords":"51.4353853,0.370792","bedrooms":"1","price":"191000","area":"697"} , +{"type":"Feature","id":"n9074601024","geometry":{"type":"Point","coordinates":[0.3698458,51.4365198]},"properties":{"@type":"node","@id":9074601024,"@timestamp":1631126720},"coords":"51.4365198,0.3698458","bedrooms":"1","price":"247000","area":"655"} , +{"type":"Feature","id":"n9074601140","geometry":{"type":"Point","coordinates":[0.3700593,51.4366073]},"properties":{"@type":"node","@id":9074601140,"@timestamp":1631126720},"coords":"51.4366073,0.3700593","bedrooms":"4","price":"161000","area":"619"} , +{"type":"Feature","id":"n9074601174","geometry":{"type":"Point","coordinates":[0.3722682,51.4358582]},"properties":{"@type":"node","@id":9074601174,"@timestamp":1631126720},"coords":"51.4358582,0.3722682","bedrooms":"1","price":"249000","area":"565"} , +{"type":"Feature","id":"n9074601245","geometry":{"type":"Point","coordinates":[0.3721639,51.4360992]},"properties":{"@type":"node","@id":9074601245,"@timestamp":1631126720},"coords":"51.4360992,0.3721639","bedrooms":"4","price":"240000","area":"513"} , +{"type":"Feature","id":"n9074601255","geometry":{"type":"Point","coordinates":[0.3728017,51.4360733]},"properties":{"@type":"node","@id":9074601255,"@timestamp":1631126720},"coords":"51.4360733,0.3728017","bedrooms":"1","price":"295000","area":"499"} , +{"type":"Feature","id":"n9074601265","geometry":{"type":"Point","coordinates":[0.3723102,51.4358073]},"properties":{"@type":"node","@id":9074601265,"@timestamp":1631126720},"coords":"51.4358073,0.3723102","bedrooms":"0","price":"266000","area":"532"} , +{"type":"Feature","id":"n9074601275","geometry":{"type":"Point","coordinates":[0.3714722,51.4357545]},"properties":{"@type":"node","@id":9074601275,"@timestamp":1631126720},"coords":"51.4357545,0.3714722","bedrooms":"2","price":"271000","area":"628"} , +{"type":"Feature","id":"n9074601285","geometry":{"type":"Point","coordinates":[0.371486,51.435487]},"properties":{"@type":"node","@id":9074601285,"@timestamp":1631126720},"coords":"51.435487,0.371486","bedrooms":"2","price":"217000","area":"552"} , +{"type":"Feature","id":"n9074601295","geometry":{"type":"Point","coordinates":[0.3707951,51.4359571]},"properties":{"@type":"node","@id":9074601295,"@timestamp":1631126720},"coords":"51.4359571,0.3707951","bedrooms":"0","price":"175000","area":"470"} , +{"type":"Feature","id":"n9074601305","geometry":{"type":"Point","coordinates":[0.3705326,51.4362297]},"properties":{"@type":"node","@id":9074601305,"@timestamp":1631126720},"coords":"51.4362297,0.3705326","bedrooms":"4","price":"264000","area":"535"} , +{"type":"Feature","id":"n9074601315","geometry":{"type":"Point","coordinates":[0.3704268,51.4362411]},"properties":{"@type":"node","@id":9074601315,"@timestamp":1631126720},"coords":"51.4362411,0.3704268","bedrooms":"2","price":"217000","area":"429"} , +{"type":"Feature","id":"n9074601325","geometry":{"type":"Point","coordinates":[0.3716275,51.4349388]},"properties":{"@type":"node","@id":9074601325,"@timestamp":1631126720},"coords":"51.4349388,0.3716275","bedrooms":"3","price":"274000","area":"383"} , +{"type":"Feature","id":"n9074601335","geometry":{"type":"Point","coordinates":[0.3715767,51.4350225]},"properties":{"@type":"node","@id":9074601335,"@timestamp":1631126720},"coords":"51.4350225,0.3715767","bedrooms":"2","price":"293000","area":"561"} , +{"type":"Feature","id":"n9074601345","geometry":{"type":"Point","coordinates":[0.3717333,51.4362659]},"properties":{"@type":"node","@id":9074601345,"@timestamp":1631126720},"coords":"51.4362659,0.3717333","bedrooms":"4","price":"225000","area":"580"} , +{"type":"Feature","id":"n9074601394","geometry":{"type":"Point","coordinates":[0.3700405,51.4356745]},"properties":{"@type":"node","@id":9074601394,"@timestamp":1631126720},"coords":"51.4356745,0.3700405","bedrooms":"0","price":"244000","area":"522"} , +{"type":"Feature","id":"n9074687426","geometry":{"type":"Point","coordinates":[0.3768352,51.4352881]},"properties":{"@type":"node","@id":9074687426,"@timestamp":1631130044},"coords":"51.4352881,0.3768352","bedrooms":"0","price":"211000","area":"658"} , +{"type":"Feature","id":"n9074687436","geometry":{"type":"Point","coordinates":[0.3769365,51.4350777]},"properties":{"@type":"node","@id":9074687436,"@timestamp":1631130044},"coords":"51.4350777,0.3769365","bedrooms":"4","price":"208000","area":"627"} , +{"type":"Feature","id":"n9074687446","geometry":{"type":"Point","coordinates":[0.3769307,51.4344999]},"properties":{"@type":"node","@id":9074687446,"@timestamp":1631130044},"coords":"51.4344999,0.3769307","bedrooms":"4","price":"297000","area":"668"} , +{"type":"Feature","id":"n9074687456","geometry":{"type":"Point","coordinates":[0.3759997,51.4347125]},"properties":{"@type":"node","@id":9074687456,"@timestamp":1631130044},"coords":"51.4347125,0.3759997","bedrooms":"0","price":"261000","area":"422"} , +{"type":"Feature","id":"n9074687466","geometry":{"type":"Point","coordinates":[0.3763686,51.4345349]},"properties":{"@type":"node","@id":9074687466,"@timestamp":1631130044},"coords":"51.4345349,0.3763686","bedrooms":"2","price":"256000","area":"463"} , +{"type":"Feature","id":"n9074687479","geometry":{"type":"Point","coordinates":[0.3755172,51.4349031]},"properties":{"@type":"node","@id":9074687479,"@timestamp":1631130044},"coords":"51.4349031,0.3755172","bedrooms":"2","price":"219000","area":"382"} , +{"type":"Feature","id":"n9074701235","geometry":{"type":"Point","coordinates":[-0.3552777,51.4706049]},"properties":{"@type":"node","@id":9074701235,"@timestamp":1631130672},"coords":"51.4706049,-0.3552777","bedrooms":"1","price":"213000","area":"379"} , +{"type":"Feature","id":"n9074727851","geometry":{"type":"Point","coordinates":[-0.350528,51.1229917]},"properties":{"@type":"node","@id":9074727851,"@timestamp":1631131629},"coords":"51.1229917,-0.350528","bedrooms":"3","price":"240000","area":"416"} , +{"type":"Feature","id":"n9074727861","geometry":{"type":"Point","coordinates":[-0.3519798,51.1242066]},"properties":{"@type":"node","@id":9074727861,"@timestamp":1631131629},"coords":"51.1242066,-0.3519798","bedrooms":"1","price":"279000","area":"518"} , +{"type":"Feature","id":"n9074754575","geometry":{"type":"Point","coordinates":[0.3836415,51.4183817]},"properties":{"@type":"node","@id":9074754575,"@timestamp":1631132960},"coords":"51.4183817,0.3836415","bedrooms":"0","price":"240000","area":"475"} , +{"type":"Feature","id":"n9074754585","geometry":{"type":"Point","coordinates":[0.3844349,51.4170636]},"properties":{"@type":"node","@id":9074754585,"@timestamp":1631132960},"coords":"51.4170636,0.3844349","bedrooms":"0","price":"241000","area":"549"} , +{"type":"Feature","id":"n9074754595","geometry":{"type":"Point","coordinates":[0.385695,51.41627]},"properties":{"@type":"node","@id":9074754595,"@timestamp":1631132960},"coords":"51.41627,0.385695","bedrooms":"4","price":"253000","area":"688"} , +{"type":"Feature","id":"n9074754625","geometry":{"type":"Point","coordinates":[0.3864089,51.4167535]},"properties":{"@type":"node","@id":9074754625,"@timestamp":1631132960},"coords":"51.4167535,0.3864089","bedrooms":"1","price":"298000","area":"496"} , +{"type":"Feature","id":"n9074754635","geometry":{"type":"Point","coordinates":[0.3849987,51.4173188]},"properties":{"@type":"node","@id":9074754635,"@timestamp":1631132960},"coords":"51.4173188,0.3849987","bedrooms":"4","price":"166000","area":"542"} , +{"type":"Feature","id":"n9074755717","geometry":{"type":"Point","coordinates":[-0.70471,51.8988885]},"properties":{"@type":"node","@id":9074755717,"@timestamp":1631893455},"coords":"51.8988885,-0.70471","bedrooms":"3","price":"179000","area":"575"} , +{"type":"Feature","id":"n9074900945","geometry":{"type":"Point","coordinates":[-0.3994143,51.3357312]},"properties":{"@type":"node","@id":9074900945,"@timestamp":1631140053},"coords":"51.3357312,-0.3994143","bedrooms":"4","price":"277000","area":"573"} , +{"type":"Feature","id":"n9075019376","geometry":{"type":"Point","coordinates":[-0.10869,51.3841061]},"properties":{"@type":"node","@id":9075019376,"@timestamp":1631148653},"coords":"51.3841061,-0.10869","bedrooms":"3","price":"157000","area":"582"} , +{"type":"Feature","id":"n9075033547","geometry":{"type":"Point","coordinates":[-0.2368374,51.7503048]},"properties":{"@type":"node","@id":9075033547,"@timestamp":1631147619},"coords":"51.7503048,-0.2368374","bedrooms":"2","price":"259000","area":"408"} , +{"type":"Feature","id":"n9075033557","geometry":{"type":"Point","coordinates":[-0.235005,51.7518503]},"properties":{"@type":"node","@id":9075033557,"@timestamp":1631147619},"coords":"51.7518503,-0.235005","bedrooms":"3","price":"237000","area":"672"} , +{"type":"Feature","id":"n9075033567","geometry":{"type":"Point","coordinates":[-0.2364164,51.751998]},"properties":{"@type":"node","@id":9075033567,"@timestamp":1632781310},"coords":"51.751998,-0.2364164","bedrooms":"3","price":"243000","area":"522"} , +{"type":"Feature","id":"n9075033577","geometry":{"type":"Point","coordinates":[-0.2359352,51.7510867]},"properties":{"@type":"node","@id":9075033577,"@timestamp":1631147619},"coords":"51.7510867,-0.2359352","bedrooms":"2","price":"292000","area":"556"} , +{"type":"Feature","id":"n9075033587","geometry":{"type":"Point","coordinates":[-0.2376021,51.7508806]},"properties":{"@type":"node","@id":9075033587,"@timestamp":1631147619},"coords":"51.7508806,-0.2376021","bedrooms":"4","price":"164000","area":"621"} , +{"type":"Feature","id":"n9075033597","geometry":{"type":"Point","coordinates":[-0.2363089,51.7517584]},"properties":{"@type":"node","@id":9075033597,"@timestamp":1631147619},"coords":"51.7517584,-0.2363089","bedrooms":"4","price":"206000","area":"572"} , +{"type":"Feature","id":"n9075033607","geometry":{"type":"Point","coordinates":[-0.2355281,51.7520684]},"properties":{"@type":"node","@id":9075033607,"@timestamp":1631147619},"coords":"51.7520684,-0.2355281","bedrooms":"2","price":"160000","area":"372"} , +{"type":"Feature","id":"n9075033617","geometry":{"type":"Point","coordinates":[-0.2351909,51.7522992]},"properties":{"@type":"node","@id":9075033617,"@timestamp":1631147619},"coords":"51.7522992,-0.2351909","bedrooms":"1","price":"297000","area":"674"} , +{"type":"Feature","id":"n9075336755","geometry":{"type":"Point","coordinates":[-0.8762272,51.2691031]},"properties":{"@type":"node","@id":9075336755,"@timestamp":1631163957},"coords":"51.2691031,-0.8762272","bedrooms":"2","price":"160000","area":"571"} , +{"type":"Feature","id":"n9075820220","geometry":{"type":"Point","coordinates":[-0.3180709,51.4374619]},"properties":{"@type":"node","@id":9075820220,"@timestamp":1631175089},"coords":"51.4374619,-0.3180709","bedrooms":"2","price":"269000","area":"505"} , +{"type":"Feature","id":"n9075902305","geometry":{"type":"Point","coordinates":[0.2336289,51.5327658]},"properties":{"@type":"node","@id":9075902305,"@timestamp":1631177198},"coords":"51.5327658,0.2336289","bedrooms":"0","price":"270000","area":"383"} , +{"type":"Feature","id":"n9075982091","geometry":{"type":"Point","coordinates":[0.3710049,51.4396529]},"properties":{"@type":"node","@id":9075982091,"@timestamp":1631179137},"coords":"51.4396529,0.3710049","bedrooms":"4","price":"279000","area":"632"} , +{"type":"Feature","id":"n9075982112","geometry":{"type":"Point","coordinates":[0.3712699,51.4405194]},"properties":{"@type":"node","@id":9075982112,"@timestamp":1631179137},"coords":"51.4405194,0.3712699","bedrooms":"4","price":"184000","area":"452"} , +{"type":"Feature","id":"n9076067592","geometry":{"type":"Point","coordinates":[-0.367455,51.3602152]},"properties":{"@type":"node","@id":9076067592,"@timestamp":1631180816},"coords":"51.3602152,-0.367455","bedrooms":"0","price":"258000","area":"653"} , +{"type":"Feature","id":"n9076198076","geometry":{"type":"Point","coordinates":[-0.1466485,51.2641352]},"properties":{"@type":"node","@id":9076198076,"@timestamp":1631183497},"coords":"51.2641352,-0.1466485","bedrooms":"0","price":"222000","area":"544"} , +{"type":"Feature","id":"n9076234048","geometry":{"type":"Point","coordinates":[0.1853625,50.9496986]},"properties":{"@type":"node","@id":9076234048,"@timestamp":1631185153},"coords":"50.9496986,0.1853625","bedrooms":"3","price":"179000","area":"446"} , +{"type":"Feature","id":"n9076425106","geometry":{"type":"Point","coordinates":[0.0905592,51.4341065]},"properties":{"@type":"node","@id":9076425106,"@timestamp":1631186982},"coords":"51.4341065,0.0905592","bedrooms":"0","price":"194000","area":"631"} , +{"type":"Feature","id":"n9076425116","geometry":{"type":"Point","coordinates":[0.092308,51.4336759]},"properties":{"@type":"node","@id":9076425116,"@timestamp":1631186982},"coords":"51.4336759,0.092308","bedrooms":"0","price":"260000","area":"486"} , +{"type":"Feature","id":"n9076448917","geometry":{"type":"Point","coordinates":[0.0924931,51.4336174]},"properties":{"@type":"node","@id":9076448917,"@timestamp":1631186982},"coords":"51.4336174,0.0924931","bedrooms":"0","price":"159000","area":"612"} , +{"type":"Feature","id":"n9076448927","geometry":{"type":"Point","coordinates":[0.0914547,51.4331925]},"properties":{"@type":"node","@id":9076448927,"@timestamp":1631186982},"coords":"51.4331925,0.0914547","bedrooms":"3","price":"175000","area":"613"} , +{"type":"Feature","id":"n9076448937","geometry":{"type":"Point","coordinates":[0.0897235,51.433682]},"properties":{"@type":"node","@id":9076448937,"@timestamp":1631186982},"coords":"51.433682,0.0897235","bedrooms":"3","price":"214000","area":"610"} , +{"type":"Feature","id":"n9076448947","geometry":{"type":"Point","coordinates":[0.0868607,51.4330568]},"properties":{"@type":"node","@id":9076448947,"@timestamp":1631186982},"coords":"51.4330568,0.0868607","bedrooms":"1","price":"272000","area":"532"} , +{"type":"Feature","id":"n9076558825","geometry":{"type":"Point","coordinates":[-0.6476821,51.5217867]},"properties":{"@type":"node","@id":9076558825,"@timestamp":1631189739},"coords":"51.5217867,-0.6476821","bedrooms":"2","price":"206000","area":"390"} , +{"type":"Feature","id":"n9076698716","geometry":{"type":"Point","coordinates":[0.3712526,51.4392122]},"properties":{"@type":"node","@id":9076698716,"@timestamp":1631192469},"coords":"51.4392122,0.3712526","bedrooms":"2","price":"219000","area":"361"} , +{"type":"Feature","id":"n9076707262","geometry":{"type":"Point","coordinates":[0.3697097,51.4392883]},"properties":{"@type":"node","@id":9076707262,"@timestamp":1631192469},"coords":"51.4392883,0.3697097","bedrooms":"1","price":"168000","area":"504"} , +{"type":"Feature","id":"n9076707272","geometry":{"type":"Point","coordinates":[0.370733,51.438996]},"properties":{"@type":"node","@id":9076707272,"@timestamp":1631192469},"coords":"51.438996,0.370733","bedrooms":"3","price":"234000","area":"678"} , +{"type":"Feature","id":"n9076707282","geometry":{"type":"Point","coordinates":[0.3712176,51.4391592]},"properties":{"@type":"node","@id":9076707282,"@timestamp":1631192469},"coords":"51.4391592,0.3712176","bedrooms":"2","price":"156000","area":"636"} , +{"type":"Feature","id":"n9076707292","geometry":{"type":"Point","coordinates":[0.3707543,51.439277]},"properties":{"@type":"node","@id":9076707292,"@timestamp":1631192469},"coords":"51.439277,0.3707543","bedrooms":"0","price":"203000","area":"538"} , +{"type":"Feature","id":"n9076707302","geometry":{"type":"Point","coordinates":[0.3707174,51.4386867]},"properties":{"@type":"node","@id":9076707302,"@timestamp":1631192469},"coords":"51.4386867,0.3707174","bedrooms":"4","price":"260000","area":"593"} , +{"type":"Feature","id":"n9076707323","geometry":{"type":"Point","coordinates":[0.370829,51.4400141]},"properties":{"@type":"node","@id":9076707323,"@timestamp":1631192469},"coords":"51.4400141,0.370829","bedrooms":"4","price":"226000","area":"583"} , +{"type":"Feature","id":"n9076707333","geometry":{"type":"Point","coordinates":[0.3704141,51.4398632]},"properties":{"@type":"node","@id":9076707333,"@timestamp":1631192469},"coords":"51.4398632,0.3704141","bedrooms":"4","price":"187000","area":"444"} , +{"type":"Feature","id":"n9076707343","geometry":{"type":"Point","coordinates":[0.3696296,51.4395931]},"properties":{"@type":"node","@id":9076707343,"@timestamp":1631192469},"coords":"51.4395931,0.3696296","bedrooms":"0","price":"182000","area":"507"} , +{"type":"Feature","id":"n9076707353","geometry":{"type":"Point","coordinates":[0.3696106,51.438741]},"properties":{"@type":"node","@id":9076707353,"@timestamp":1631192469},"coords":"51.438741,0.3696106","bedrooms":"1","price":"261000","area":"579"} , +{"type":"Feature","id":"n9076707363","geometry":{"type":"Point","coordinates":[0.3706978,51.438532]},"properties":{"@type":"node","@id":9076707363,"@timestamp":1631192469},"coords":"51.438532,0.3706978","bedrooms":"3","price":"291000","area":"463"} , +{"type":"Feature","id":"n9076707373","geometry":{"type":"Point","coordinates":[0.3716707,51.4385648]},"properties":{"@type":"node","@id":9076707373,"@timestamp":1631192469},"coords":"51.4385648,0.3716707","bedrooms":"4","price":"218000","area":"610"} , +{"type":"Feature","id":"n9076707414","geometry":{"type":"Point","coordinates":[0.3697672,51.4398942]},"properties":{"@type":"node","@id":9076707414,"@timestamp":1631192469},"coords":"51.4398942,0.3697672","bedrooms":"4","price":"155000","area":"415"} , +{"type":"Feature","id":"n9076720843","geometry":{"type":"Point","coordinates":[-0.3466963,51.1248517]},"properties":{"@type":"node","@id":9076720843,"@timestamp":1631193226},"coords":"51.1248517,-0.3466963","bedrooms":"0","price":"155000","area":"694"} , +{"type":"Feature","id":"n9077039518","geometry":{"type":"Point","coordinates":[-0.4829857,51.5495887]},"properties":{"@type":"node","@id":9077039518,"@timestamp":1631203981},"coords":"51.5495887,-0.4829857","bedrooms":"2","price":"284000","area":"483"} , +{"type":"Feature","id":"n9077127236","geometry":{"type":"Point","coordinates":[-0.3413357,51.5194015]},"properties":{"@type":"node","@id":9077127236,"@timestamp":1631200135},"coords":"51.5194015,-0.3413357","bedrooms":"2","price":"189000","area":"679"} , +{"type":"Feature","id":"n9077256957","geometry":{"type":"Point","coordinates":[0.1149531,51.3786056]},"properties":{"@type":"node","@id":9077256957,"@timestamp":1631204595},"coords":"51.3786056,0.1149531","bedrooms":"2","price":"198000","area":"611"} , +{"type":"Feature","id":"n9077261528","geometry":{"type":"Point","coordinates":[0.1122128,51.3777304]},"properties":{"@type":"node","@id":9077261528,"@timestamp":1631204658},"coords":"51.3777304,0.1122128","bedrooms":"0","price":"229000","area":"673"} , +{"type":"Feature","id":"n9077269506","geometry":{"type":"Point","coordinates":[0.1172027,51.3795718]},"properties":{"@type":"node","@id":9077269506,"@timestamp":1631204541},"coords":"51.3795718,0.1172027","bedrooms":"0","price":"153000","area":"499"} , +{"type":"Feature","id":"n9077423253","geometry":{"type":"Point","coordinates":[-0.1025516,51.6337341]},"properties":{"@type":"node","@id":9077423253,"@timestamp":1631209047},"coords":"51.6337341,-0.1025516","bedrooms":"0","price":"242000","area":"501"} , +{"type":"Feature","id":"n9077436913","geometry":{"type":"Point","coordinates":[0.0940645,51.770518]},"properties":{"@type":"node","@id":9077436913,"@timestamp":1631208860},"coords":"51.770518,0.0940645","bedrooms":"0","price":"225000","area":"531"} , +{"type":"Feature","id":"n9077440627","geometry":{"type":"Point","coordinates":[0.0924678,51.7686444]},"properties":{"@type":"node","@id":9077440627,"@timestamp":1631208860},"coords":"51.7686444,0.0924678","bedrooms":"3","price":"236000","area":"452"} , +{"type":"Feature","id":"n9077440659","geometry":{"type":"Point","coordinates":[0.0939893,51.7676244]},"properties":{"@type":"node","@id":9077440659,"@timestamp":1631208860},"coords":"51.7676244,0.0939893","bedrooms":"1","price":"175000","area":"591"} , +{"type":"Feature","id":"n9077440669","geometry":{"type":"Point","coordinates":[0.0942965,51.7670329]},"properties":{"@type":"node","@id":9077440669,"@timestamp":1631208860},"coords":"51.7670329,0.0942965","bedrooms":"3","price":"192000","area":"551"} , +{"type":"Feature","id":"n9077440686","geometry":{"type":"Point","coordinates":[0.0853668,51.7716478]},"properties":{"@type":"node","@id":9077440686,"@timestamp":1631208860},"coords":"51.7716478,0.0853668","bedrooms":"3","price":"177000","area":"508"} , +{"type":"Feature","id":"n9077443860","geometry":{"type":"Point","coordinates":[-0.1027897,51.634256]},"properties":{"@type":"node","@id":9077443860,"@timestamp":1631209049},"coords":"51.634256,-0.1027897","bedrooms":"3","price":"246000","area":"526"} , +{"type":"Feature","id":"n9077618224","geometry":{"type":"Point","coordinates":[0.0740527,51.7731486]},"properties":{"@type":"node","@id":9077618224,"@timestamp":1631214431},"coords":"51.7731486,0.0740527","bedrooms":"4","price":"196000","area":"665"} , +{"type":"Feature","id":"n9077618297","geometry":{"type":"Point","coordinates":[0.0958419,51.7758838]},"properties":{"@type":"node","@id":9077618297,"@timestamp":1631214431},"coords":"51.7758838,0.0958419","bedrooms":"2","price":"193000","area":"364"} , +{"type":"Feature","id":"n9077789364","geometry":{"type":"Point","coordinates":[0.0817178,51.7804576]},"properties":{"@type":"node","@id":9077789364,"@timestamp":1631219502},"coords":"51.7804576,0.0817178","bedrooms":"3","price":"234000","area":"668"} , +{"type":"Feature","id":"n9077789446","geometry":{"type":"Point","coordinates":[0.0886079,51.7794402]},"properties":{"@type":"node","@id":9077789446,"@timestamp":1631219502},"coords":"51.7794402,0.0886079","bedrooms":"4","price":"157000","area":"429"} , +{"type":"Feature","id":"n9077863721","geometry":{"type":"Point","coordinates":[-0.3313465,51.1189185]},"properties":{"@type":"node","@id":9077863721,"@timestamp":1631301316},"coords":"51.1189185,-0.3313465","bedrooms":"1","price":"259000","area":"522"} , +{"type":"Feature","id":"n9077925503","geometry":{"type":"Point","coordinates":[0.1048554,51.4041548]},"properties":{"@type":"node","@id":9077925503,"@timestamp":1632866232},"coords":"51.4041548,0.1048554","bedrooms":"2","price":"277000","area":"424"} , +{"type":"Feature","id":"n9077932486","geometry":{"type":"Point","coordinates":[0.0667113,51.7705229]},"properties":{"@type":"node","@id":9077932486,"@timestamp":1631223645},"coords":"51.7705229,0.0667113","bedrooms":"0","price":"156000","area":"429"} , +{"type":"Feature","id":"n9077932726","geometry":{"type":"Point","coordinates":[0.0905672,51.754546]},"properties":{"@type":"node","@id":9077932726,"@timestamp":1631223645},"coords":"51.754546,0.0905672","bedrooms":"0","price":"256000","area":"691"} , +{"type":"Feature","id":"n9077932786","geometry":{"type":"Point","coordinates":[0.1059488,51.7607877]},"properties":{"@type":"node","@id":9077932786,"@timestamp":1631223645},"coords":"51.7607877,0.1059488","bedrooms":"0","price":"200000","area":"432"} , +{"type":"Feature","id":"n9077932842","geometry":{"type":"Point","coordinates":[0.1234551,51.7718152]},"properties":{"@type":"node","@id":9077932842,"@timestamp":1631223645},"coords":"51.7718152,0.1234551","bedrooms":"3","price":"211000","area":"384"} , +{"type":"Feature","id":"n9078081135","geometry":{"type":"Point","coordinates":[0.1236923,51.7786359]},"properties":{"@type":"node","@id":9078081135,"@timestamp":1631229319},"coords":"51.7786359,0.1236923","bedrooms":"0","price":"273000","area":"450"} , +{"type":"Feature","id":"n9078081158","geometry":{"type":"Point","coordinates":[0.1312195,51.7839663]},"properties":{"@type":"node","@id":9078081158,"@timestamp":1631229319},"coords":"51.7839663,0.1312195","bedrooms":"3","price":"274000","area":"674"} , +{"type":"Feature","id":"n9078108396","geometry":{"type":"Point","coordinates":[-0.1331317,51.5710366]},"properties":{"@type":"node","@id":9078108396,"@timestamp":1631229018},"coords":"51.5710366,-0.1331317","bedrooms":"3","price":"224000","area":"373"} , +{"type":"Feature","id":"n9078108406","geometry":{"type":"Point","coordinates":[-0.1324635,51.5712765]},"properties":{"@type":"node","@id":9078108406,"@timestamp":1631229018},"coords":"51.5712765,-0.1324635","bedrooms":"1","price":"298000","area":"543"} , +{"type":"Feature","id":"n9078108536","geometry":{"type":"Point","coordinates":[-0.1315898,51.5715887]},"properties":{"@type":"node","@id":9078108536,"@timestamp":1631229018},"coords":"51.5715887,-0.1315898","bedrooms":"1","price":"214000","area":"535"} , +{"type":"Feature","id":"n9078189300","geometry":{"type":"Point","coordinates":[-0.1326349,51.5716716]},"properties":{"@type":"node","@id":9078189300,"@timestamp":1631231181},"coords":"51.5716716,-0.1326349","bedrooms":"4","price":"255000","area":"472"} , +{"type":"Feature","id":"n9078221960","geometry":{"type":"Point","coordinates":[-0.1332593,51.5714408]},"properties":{"@type":"node","@id":9078221960,"@timestamp":1631231181},"coords":"51.5714408,-0.1332593","bedrooms":"1","price":"297000","area":"670"} , +{"type":"Feature","id":"n9078222002","geometry":{"type":"Point","coordinates":[-0.1340012,51.5711292]},"properties":{"@type":"node","@id":9078222002,"@timestamp":1631231181},"coords":"51.5711292,-0.1340012","bedrooms":"4","price":"175000","area":"443"} , +{"type":"Feature","id":"n9078275164","geometry":{"type":"Point","coordinates":[-0.3114227,51.4127698]},"properties":{"@type":"node","@id":9078275164,"@timestamp":1631237266},"coords":"51.4127698,-0.3114227","bedrooms":"4","price":"286000","area":"421"} , +{"type":"Feature","id":"n9078285409","geometry":{"type":"Point","coordinates":[0.0795346,51.7818657]},"properties":{"@type":"node","@id":9078285409,"@timestamp":1631237365},"coords":"51.7818657,0.0795346","bedrooms":"1","price":"182000","area":"687"} , +{"type":"Feature","id":"n9078285419","geometry":{"type":"Point","coordinates":[0.0669931,51.7790205]},"properties":{"@type":"node","@id":9078285419,"@timestamp":1631237365},"coords":"51.7790205,0.0669931","bedrooms":"3","price":"203000","area":"627"} , +{"type":"Feature","id":"n9078285429","geometry":{"type":"Point","coordinates":[0.0551859,51.7753804]},"properties":{"@type":"node","@id":9078285429,"@timestamp":1631237365},"coords":"51.7753804,0.0551859","bedrooms":"4","price":"244000","area":"440"} , +{"type":"Feature","id":"n9078285515","geometry":{"type":"Point","coordinates":[0.0799681,51.758556]},"properties":{"@type":"node","@id":9078285515,"@timestamp":1631237365},"coords":"51.758556,0.0799681","bedrooms":"0","price":"247000","area":"644"} , +{"type":"Feature","id":"n9078348223","geometry":{"type":"Point","coordinates":[0.0561395,51.7356035]},"properties":{"@type":"node","@id":9078348223,"@timestamp":1631243273},"coords":"51.7356035,0.0561395","bedrooms":"0","price":"213000","area":"599"} , +{"type":"Feature","id":"n9078804769","geometry":{"type":"Point","coordinates":[-0.3368835,51.4260849]},"properties":{"@type":"node","@id":9078804769,"@timestamp":1631262552},"coords":"51.4260849,-0.3368835","bedrooms":"2","price":"192000","area":"582"} , +{"type":"Feature","id":"n9079241584","geometry":{"type":"Point","coordinates":[-0.1121186,51.3744711]},"properties":{"@type":"node","@id":9079241584,"@timestamp":1631273430},"coords":"51.3744711,-0.1121186","bedrooms":"2","price":"212000","area":"515"} , +{"type":"Feature","id":"n9079241594","geometry":{"type":"Point","coordinates":[-0.1107238,51.3736266]},"properties":{"@type":"node","@id":9079241594,"@timestamp":1631273430},"coords":"51.3736266,-0.1107238","bedrooms":"3","price":"151000","area":"523"} , +{"type":"Feature","id":"n9079413813","geometry":{"type":"Point","coordinates":[-0.5938257,51.6786012]},"properties":{"@type":"node","@id":9079413813,"@timestamp":1631275862},"coords":"51.6786012,-0.5938257","bedrooms":"0","price":"175000","area":"459"} , +{"type":"Feature","id":"n9079502602","geometry":{"type":"Point","coordinates":[-0.4792717,51.548996]},"properties":{"@type":"node","@id":9079502602,"@timestamp":1631881213},"coords":"51.548996,-0.4792717","bedrooms":"2","price":"231000","area":"406"} , +{"type":"Feature","id":"n9079647809","geometry":{"type":"Point","coordinates":[-0.0424556,51.5471723]},"properties":{"@type":"node","@id":9079647809,"@timestamp":1631723396},"coords":"51.5471723,-0.0424556","bedrooms":"2","price":"276000","area":"396"} , +{"type":"Feature","id":"n9080094460","geometry":{"type":"Point","coordinates":[0.1672977,51.8659957]},"properties":{"@type":"node","@id":9080094460,"@timestamp":1631291105},"coords":"51.8659957,0.1672977","bedrooms":"3","price":"217000","area":"668"} , +{"type":"Feature","id":"n9080094470","geometry":{"type":"Point","coordinates":[0.1678974,51.8648216]},"properties":{"@type":"node","@id":9080094470,"@timestamp":1631291105},"coords":"51.8648216,0.1678974","bedrooms":"1","price":"293000","area":"430"} , +{"type":"Feature","id":"n9080097027","geometry":{"type":"Point","coordinates":[0.1708264,51.8660612]},"properties":{"@type":"node","@id":9080097027,"@timestamp":1631562071},"coords":"51.8660612,0.1708264","bedrooms":"0","price":"159000","area":"352"} , +{"type":"Feature","id":"n9080097045","geometry":{"type":"Point","coordinates":[0.1718269,51.8656256]},"properties":{"@type":"node","@id":9080097045,"@timestamp":1631562071},"coords":"51.8656256,0.1718269","bedrooms":"0","price":"245000","area":"660"} , +{"type":"Feature","id":"n9080097055","geometry":{"type":"Point","coordinates":[0.1688469,51.8659652]},"properties":{"@type":"node","@id":9080097055,"@timestamp":1631290937},"coords":"51.8659652,0.1688469","bedrooms":"1","price":"208000","area":"425"} , +{"type":"Feature","id":"n9080098314","geometry":{"type":"Point","coordinates":[-0.0804545,51.5157094]},"properties":{"@type":"node","@id":9080098314,"@timestamp":1631291688},"coords":"51.5157094,-0.0804545","bedrooms":"3","price":"225000","area":"358"} , +{"type":"Feature","id":"n9080158762","geometry":{"type":"Point","coordinates":[0.1581793,51.8692481]},"properties":{"@type":"node","@id":9080158762,"@timestamp":1631292343},"coords":"51.8692481,0.1581793","bedrooms":"3","price":"226000","area":"487"} , +{"type":"Feature","id":"n9080158787","geometry":{"type":"Point","coordinates":[0.1591524,51.8682781]},"properties":{"@type":"node","@id":9080158787,"@timestamp":1631292343},"coords":"51.8682781,0.1591524","bedrooms":"1","price":"160000","area":"530"} , +{"type":"Feature","id":"n9080158797","geometry":{"type":"Point","coordinates":[0.1586734,51.8683405]},"properties":{"@type":"node","@id":9080158797,"@timestamp":1631292343},"coords":"51.8683405,0.1586734","bedrooms":"2","price":"256000","area":"424"} , +{"type":"Feature","id":"n9080158807","geometry":{"type":"Point","coordinates":[0.1583835,51.8688936]},"properties":{"@type":"node","@id":9080158807,"@timestamp":1631292343},"coords":"51.8688936,0.1583835","bedrooms":"0","price":"273000","area":"668"} , +{"type":"Feature","id":"n9080159037","geometry":{"type":"Point","coordinates":[0.1595643,51.8683656]},"properties":{"@type":"node","@id":9080159037,"@timestamp":1631292661},"coords":"51.8683656,0.1595643","bedrooms":"1","price":"222000","area":"549"} , +{"type":"Feature","id":"n9080159047","geometry":{"type":"Point","coordinates":[0.15965,51.8681975]},"properties":{"@type":"node","@id":9080159047,"@timestamp":1631292661},"coords":"51.8681975,0.15965","bedrooms":"3","price":"254000","area":"404"} , +{"type":"Feature","id":"n9080188801","geometry":{"type":"Point","coordinates":[0.1688188,51.8702643]},"properties":{"@type":"node","@id":9080188801,"@timestamp":1631293328},"coords":"51.8702643,0.1688188","bedrooms":"2","price":"179000","area":"662"} , +{"type":"Feature","id":"n9080188811","geometry":{"type":"Point","coordinates":[0.1678271,51.8705525]},"properties":{"@type":"node","@id":9080188811,"@timestamp":1631293328},"coords":"51.8705525,0.1678271","bedrooms":"2","price":"256000","area":"669"} , +{"type":"Feature","id":"n9080196121","geometry":{"type":"Point","coordinates":[0.1696548,51.8708352]},"properties":{"@type":"node","@id":9080196121,"@timestamp":1631293328},"coords":"51.8708352,0.1696548","bedrooms":"1","price":"162000","area":"538"} , +{"type":"Feature","id":"n9080197463","geometry":{"type":"Point","coordinates":[0.1678371,51.8715249]},"properties":{"@type":"node","@id":9080197463,"@timestamp":1631293920},"coords":"51.8715249,0.1678371","bedrooms":"0","price":"297000","area":"588"} , +{"type":"Feature","id":"n9080197473","geometry":{"type":"Point","coordinates":[0.1669018,51.8720243]},"properties":{"@type":"node","@id":9080197473,"@timestamp":1631293920},"coords":"51.8720243,0.1669018","bedrooms":"3","price":"184000","area":"598"} , +{"type":"Feature","id":"n9080197483","geometry":{"type":"Point","coordinates":[0.1673568,51.8729608]},"properties":{"@type":"node","@id":9080197483,"@timestamp":1631293920},"coords":"51.8729608,0.1673568","bedrooms":"4","price":"231000","area":"665"} , +{"type":"Feature","id":"n9080197493","geometry":{"type":"Point","coordinates":[0.1663048,51.8729043]},"properties":{"@type":"node","@id":9080197493,"@timestamp":1631293920},"coords":"51.8729043,0.1663048","bedrooms":"4","price":"214000","area":"614"} , +{"type":"Feature","id":"n9080197503","geometry":{"type":"Point","coordinates":[0.1663359,51.8724409]},"properties":{"@type":"node","@id":9080197503,"@timestamp":1631293920},"coords":"51.8724409,0.1663359","bedrooms":"0","price":"199000","area":"496"} , +{"type":"Feature","id":"n9080197513","geometry":{"type":"Point","coordinates":[0.1664331,51.8718694]},"properties":{"@type":"node","@id":9080197513,"@timestamp":1631293920},"coords":"51.8718694,0.1664331","bedrooms":"0","price":"252000","area":"356"} , +{"type":"Feature","id":"n9080246723","geometry":{"type":"Point","coordinates":[0.1669387,51.8715141]},"properties":{"@type":"node","@id":9080246723,"@timestamp":1631293920},"coords":"51.8715141,0.1669387","bedrooms":"3","price":"248000","area":"685"} , +{"type":"Feature","id":"n9080829920","geometry":{"type":"Point","coordinates":[-0.4840957,51.5432828]},"properties":{"@type":"node","@id":9080829920,"@timestamp":1631300660},"coords":"51.5432828,-0.4840957","bedrooms":"1","price":"264000","area":"423"} , +{"type":"Feature","id":"n9080831414","geometry":{"type":"Point","coordinates":[-0.3243096,51.1266989]},"properties":{"@type":"node","@id":9080831414,"@timestamp":1631301316},"coords":"51.1266989,-0.3243096","bedrooms":"4","price":"272000","area":"617"} , +{"type":"Feature","id":"n9080840422","geometry":{"type":"Point","coordinates":[-0.3236458,51.1261729]},"properties":{"@type":"node","@id":9080840422,"@timestamp":1631301316},"coords":"51.1261729,-0.3236458","bedrooms":"2","price":"210000","area":"487"} , +{"type":"Feature","id":"n9080995206","geometry":{"type":"Point","coordinates":[-0.3023976,51.5138367]},"properties":{"@type":"node","@id":9080995206,"@timestamp":1631308647},"coords":"51.5138367,-0.3023976","bedrooms":"0","price":"242000","area":"535"} , +{"type":"Feature","id":"n9080995216","geometry":{"type":"Point","coordinates":[-0.3007595,51.5139982]},"properties":{"@type":"node","@id":9080995216,"@timestamp":1631308647},"coords":"51.5139982,-0.3007595","bedrooms":"3","price":"175000","area":"464"} , +{"type":"Feature","id":"n9081013626","geometry":{"type":"Point","coordinates":[-0.2828135,51.5085947]},"properties":{"@type":"node","@id":9081013626,"@timestamp":1631308647},"coords":"51.5085947,-0.2828135","bedrooms":"3","price":"228000","area":"676"} , +{"type":"Feature","id":"n9081013638","geometry":{"type":"Point","coordinates":[-0.2799264,51.5134221]},"properties":{"@type":"node","@id":9081013638,"@timestamp":1631308647},"coords":"51.5134221,-0.2799264","bedrooms":"4","price":"218000","area":"436"} , +{"type":"Feature","id":"n9081013653","geometry":{"type":"Point","coordinates":[-0.3028442,51.5138338]},"properties":{"@type":"node","@id":9081013653,"@timestamp":1631308647},"coords":"51.5138338,-0.3028442","bedrooms":"4","price":"297000","area":"679"} , +{"type":"Feature","id":"n9081061992","geometry":{"type":"Point","coordinates":[-0.4208426,51.3360048]},"properties":{"@type":"node","@id":9081061992,"@timestamp":1631312708},"coords":"51.3360048,-0.4208426","bedrooms":"4","price":"163000","area":"626"} , +{"type":"Feature","id":"n9081088383","geometry":{"type":"Point","coordinates":[-0.420685,51.3367447]},"properties":{"@type":"node","@id":9081088383,"@timestamp":1631312708},"coords":"51.3367447,-0.420685","bedrooms":"3","price":"170000","area":"546"} , +{"type":"Feature","id":"n9081321347","geometry":{"type":"Point","coordinates":[-0.7118315,51.5055597]},"properties":{"@type":"node","@id":9081321347,"@timestamp":1631330811},"coords":"51.5055597,-0.7118315","bedrooms":"0","price":"190000","area":"563"} , +{"type":"Feature","id":"n9081752776","geometry":{"type":"Point","coordinates":[-0.1766728,51.4643449]},"properties":{"@type":"node","@id":9081752776,"@timestamp":1631355732},"coords":"51.4643449,-0.1766728","bedrooms":"1","price":"209000","area":"665"} , +{"type":"Feature","id":"n9081911278","geometry":{"type":"Point","coordinates":[0.4899666,51.7552403]},"properties":{"@type":"node","@id":9081911278,"@timestamp":1631362844},"coords":"51.7552403,0.4899666","bedrooms":"1","price":"240000","area":"634"} , +{"type":"Feature","id":"n9081977260","geometry":{"type":"Point","coordinates":[0.5649205,51.821623]},"properties":{"@type":"node","@id":9081977260,"@timestamp":1631365698},"coords":"51.821623,0.5649205","bedrooms":"3","price":"246000","area":"436"} , +{"type":"Feature","id":"n9082065105","geometry":{"type":"Point","coordinates":[0.4876922,51.7559505]},"properties":{"@type":"node","@id":9082065105,"@timestamp":1631369068},"coords":"51.7559505,0.4876922","bedrooms":"1","price":"215000","area":"410"} , +{"type":"Feature","id":"n9082065116","geometry":{"type":"Point","coordinates":[0.4879238,51.7554177]},"properties":{"@type":"node","@id":9082065116,"@timestamp":1631369068},"coords":"51.7554177,0.4879238","bedrooms":"0","price":"270000","area":"597"} , +{"type":"Feature","id":"n9082217523","geometry":{"type":"Point","coordinates":[-0.1733355,51.4197558]},"properties":{"@type":"node","@id":9082217523,"@timestamp":1631372827},"coords":"51.4197558,-0.1733355","bedrooms":"1","price":"204000","area":"539"} , +{"type":"Feature","id":"n9082218799","geometry":{"type":"Point","coordinates":[-0.1616504,51.4176437]},"properties":{"@type":"node","@id":9082218799,"@timestamp":1631373357},"coords":"51.4176437,-0.1616504","bedrooms":"3","price":"237000","area":"478"} , +{"type":"Feature","id":"n9082225762","geometry":{"type":"Point","coordinates":[-0.1574601,51.4126623]},"properties":{"@type":"node","@id":9082225762,"@timestamp":1631373620},"coords":"51.4126623,-0.1574601","bedrooms":"1","price":"157000","area":"698"} , +{"type":"Feature","id":"n9082244688","geometry":{"type":"Point","coordinates":[0.488353,51.7553524]},"properties":{"@type":"node","@id":9082244688,"@timestamp":1631373844},"coords":"51.7553524,0.488353","bedrooms":"2","price":"293000","area":"515"} , +{"type":"Feature","id":"n9082273747","geometry":{"type":"Point","coordinates":[0.4881881,51.7565485]},"properties":{"@type":"node","@id":9082273747,"@timestamp":1631376189},"coords":"51.7565485,0.4881881","bedrooms":"0","price":"249000","area":"522"} , +{"type":"Feature","id":"n9082273757","geometry":{"type":"Point","coordinates":[0.488922,51.7563304]},"properties":{"@type":"node","@id":9082273757,"@timestamp":1631376189},"coords":"51.7563304,0.488922","bedrooms":"0","price":"196000","area":"540"} , +{"type":"Feature","id":"n9082273767","geometry":{"type":"Point","coordinates":[0.4888001,51.7571001]},"properties":{"@type":"node","@id":9082273767,"@timestamp":1631376189},"coords":"51.7571001,0.4888001","bedrooms":"1","price":"285000","area":"672"} , +{"type":"Feature","id":"n9082292877","geometry":{"type":"Point","coordinates":[0.4772793,51.3008791]},"properties":{"@type":"node","@id":9082292877,"@timestamp":1631376245},"coords":"51.3008791,0.4772793","bedrooms":"3","price":"158000","area":"380"} , +{"type":"Feature","id":"n9082357410","geometry":{"type":"Point","coordinates":[0.4891479,51.7541663]},"properties":{"@type":"node","@id":9082357410,"@timestamp":1631378481},"coords":"51.7541663,0.4891479","bedrooms":"0","price":"299000","area":"389"} , +{"type":"Feature","id":"n9082403501","geometry":{"type":"Point","coordinates":[-0.1585124,51.4139969]},"properties":{"@type":"node","@id":9082403501,"@timestamp":1631380283},"coords":"51.4139969,-0.1585124","bedrooms":"1","price":"235000","area":"545"} , +{"type":"Feature","id":"n9082403511","geometry":{"type":"Point","coordinates":[-0.1596348,51.4145939]},"properties":{"@type":"node","@id":9082403511,"@timestamp":1631380283},"coords":"51.4145939,-0.1596348","bedrooms":"4","price":"220000","area":"466"} , +{"type":"Feature","id":"n9082409823","geometry":{"type":"Point","coordinates":[-0.1573848,51.4126642]},"properties":{"@type":"node","@id":9082409823,"@timestamp":1631380283},"coords":"51.4126642,-0.1573848","bedrooms":"0","price":"168000","area":"380"} , +{"type":"Feature","id":"n9082409862","geometry":{"type":"Point","coordinates":[-0.1539605,51.4075033]},"properties":{"@type":"node","@id":9082409862,"@timestamp":1631380283},"coords":"51.4075033,-0.1539605","bedrooms":"3","price":"205000","area":"697"} , +{"type":"Feature","id":"n9082422648","geometry":{"type":"Point","coordinates":[-0.1493073,51.4466997]},"properties":{"@type":"node","@id":9082422648,"@timestamp":1631381052},"coords":"51.4466997,-0.1493073","bedrooms":"1","price":"266000","area":"490"} , +{"type":"Feature","id":"n9082475585","geometry":{"type":"Point","coordinates":[-0.154606,51.4412715]},"properties":{"@type":"node","@id":9082475585,"@timestamp":1631383151},"coords":"51.4412715,-0.154606","bedrooms":"3","price":"190000","area":"654"} , +{"type":"Feature","id":"n9082475599","geometry":{"type":"Point","coordinates":[-0.153746,51.4422523]},"properties":{"@type":"node","@id":9082475599,"@timestamp":1631383151},"coords":"51.4422523,-0.153746","bedrooms":"0","price":"156000","area":"637"} , +{"type":"Feature","id":"n9082479100","geometry":{"type":"Point","coordinates":[0.0398648,51.7261267]},"properties":{"@type":"node","@id":9082479100,"@timestamp":1631382676},"coords":"51.7261267,0.0398648","bedrooms":"4","price":"183000","area":"462"} , +{"type":"Feature","id":"n9082507480","geometry":{"type":"Point","coordinates":[-0.1421305,51.4960196]},"properties":{"@type":"node","@id":9082507480,"@timestamp":1631384560},"coords":"51.4960196,-0.1421305","bedrooms":"1","price":"180000","area":"524"} , +{"type":"Feature","id":"n9082726806","geometry":{"type":"Point","coordinates":[0.1439555,51.7833674]},"properties":{"@type":"node","@id":9082726806,"@timestamp":1631389810},"coords":"51.7833674,0.1439555","bedrooms":"0","price":"290000","area":"413"} , +{"type":"Feature","id":"n9082805734","geometry":{"type":"Point","coordinates":[0.0471091,51.7392085]},"properties":{"@type":"node","@id":9082805734,"@timestamp":1631391074},"coords":"51.7392085,0.0471091","bedrooms":"3","price":"257000","area":"364"} , +{"type":"Feature","id":"n9082878254","geometry":{"type":"Point","coordinates":[-0.325532,51.4967153]},"properties":{"@type":"node","@id":9082878254,"@timestamp":1631394503},"coords":"51.4967153,-0.325532","bedrooms":"3","price":"221000","area":"394"} , +{"type":"Feature","id":"n9082973518","geometry":{"type":"Point","coordinates":[-0.1150394,51.4641564]},"properties":{"@type":"node","@id":9082973518,"@timestamp":1631537223},"coords":"51.4641564,-0.1150394","bedrooms":"2","price":"266000","area":"486"} , +{"type":"Feature","id":"n9083052120","geometry":{"type":"Point","coordinates":[0.1618895,51.8127623]},"properties":{"@type":"node","@id":9083052120,"@timestamp":1631402155},"coords":"51.8127623,0.1618895","bedrooms":"2","price":"160000","area":"660"} , +{"type":"Feature","id":"n9083300004","geometry":{"type":"Point","coordinates":[-0.4824946,51.5488064]},"properties":{"@type":"node","@id":9083300004,"@timestamp":1631414659},"coords":"51.5488064,-0.4824946","bedrooms":"1","price":"156000","area":"522"} , +{"type":"Feature","id":"n9083764631","geometry":{"type":"Point","coordinates":[-0.3354329,51.1378317]},"properties":{"@type":"node","@id":9083764631,"@timestamp":1631442482},"coords":"51.1378317,-0.3354329","bedrooms":"3","price":"268000","area":"571"} , +{"type":"Feature","id":"n9083765134","geometry":{"type":"Point","coordinates":[-0.3581121,51.1063896]},"properties":{"@type":"node","@id":9083765134,"@timestamp":1631442482},"coords":"51.1063896,-0.3581121","bedrooms":"1","price":"280000","area":"593"} , +{"type":"Feature","id":"n9083852616","geometry":{"type":"Point","coordinates":[-0.2022669,51.4846547]},"properties":{"@type":"node","@id":9083852616,"@timestamp":1631445287},"coords":"51.4846547,-0.2022669","bedrooms":"2","price":"214000","area":"414"} , +{"type":"Feature","id":"n9083914866","geometry":{"type":"Point","coordinates":[-0.1979,51.4806474]},"properties":{"@type":"node","@id":9083914866,"@timestamp":1631450197},"coords":"51.4806474,-0.1979","bedrooms":"3","price":"221000","area":"482"} , +{"type":"Feature","id":"n9083949052","geometry":{"type":"Point","coordinates":[0.392448,51.4334143]},"properties":{"@type":"node","@id":9083949052,"@timestamp":1631450399},"coords":"51.4334143,0.392448","bedrooms":"1","price":"223000","area":"439"} , +{"type":"Feature","id":"n9084034880","geometry":{"type":"Point","coordinates":[-0.3401793,51.1084852]},"properties":{"@type":"node","@id":9084034880,"@timestamp":1631455511},"coords":"51.1084852,-0.3401793","bedrooms":"0","price":"263000","area":"564"} , +{"type":"Feature","id":"n9084059456","geometry":{"type":"Point","coordinates":[0.0399216,51.4924579]},"properties":{"@type":"node","@id":9084059456,"@timestamp":1631456099},"coords":"51.4924579,0.0399216","bedrooms":"4","price":"199000","area":"475"} , +{"type":"Feature","id":"n9084109638","geometry":{"type":"Point","coordinates":[-0.3250536,51.4833046]},"properties":{"@type":"node","@id":9084109638,"@timestamp":1631456559},"coords":"51.4833046,-0.3250536","bedrooms":"4","price":"168000","area":"377"} , +{"type":"Feature","id":"n9084135701","geometry":{"type":"Point","coordinates":[-0.1772047,51.4362043]},"properties":{"@type":"node","@id":9084135701,"@timestamp":1631457594},"coords":"51.4362043,-0.1772047","bedrooms":"2","price":"278000","area":"473"} , +{"type":"Feature","id":"n9084224724","geometry":{"type":"Point","coordinates":[-0.2704784,51.512528]},"properties":{"@type":"node","@id":9084224724,"@timestamp":1631461890},"coords":"51.512528,-0.2704784","bedrooms":"2","price":"153000","area":"355"} , +{"type":"Feature","id":"n9084239128","geometry":{"type":"Point","coordinates":[0.0468334,51.5194139]},"properties":{"@type":"node","@id":9084239128,"@timestamp":1631461411},"coords":"51.5194139,0.0468334","bedrooms":"4","price":"254000","area":"677"} , +{"type":"Feature","id":"n9084239149","geometry":{"type":"Point","coordinates":[0.0460309,51.5195206]},"properties":{"@type":"node","@id":9084239149,"@timestamp":1631461411},"coords":"51.5195206,0.0460309","bedrooms":"3","price":"261000","area":"565"} , +{"type":"Feature","id":"n9084246739","geometry":{"type":"Point","coordinates":[-0.2679106,51.5120075]},"properties":{"@type":"node","@id":9084246739,"@timestamp":1631462248},"coords":"51.5120075,-0.2679106","bedrooms":"1","price":"163000","area":"621"} , +{"type":"Feature","id":"n9084246907","geometry":{"type":"Point","coordinates":[-0.2633469,51.508947]},"properties":{"@type":"node","@id":9084246907,"@timestamp":1631462910},"coords":"51.508947,-0.2633469","bedrooms":"1","price":"157000","area":"473"} , +{"type":"Feature","id":"n9084254260","geometry":{"type":"Point","coordinates":[-0.2470882,51.5066324]},"properties":{"@type":"node","@id":9084254260,"@timestamp":1631463771},"coords":"51.5066324,-0.2470882","bedrooms":"3","price":"291000","area":"527"} , +{"type":"Feature","id":"n9084280496","geometry":{"type":"Point","coordinates":[0.0257042,51.7384994]},"properties":{"@type":"node","@id":9084280496,"@timestamp":1631463269},"coords":"51.7384994,0.0257042","bedrooms":"1","price":"259000","area":"377"} , +{"type":"Feature","id":"n9084459662","geometry":{"type":"Point","coordinates":[-0.2185901,51.0194966]},"properties":{"@type":"node","@id":9084459662,"@timestamp":1631467692},"coords":"51.0194966,-0.2185901","bedrooms":"0","price":"278000","area":"607"} , +{"type":"Feature","id":"n9084483102","geometry":{"type":"Point","coordinates":[-0.0212664,51.727743]},"properties":{"@type":"node","@id":9084483102,"@timestamp":1631468725},"coords":"51.727743,-0.0212664","bedrooms":"3","price":"174000","area":"392"} , +{"type":"Feature","id":"n9084541282","geometry":{"type":"Point","coordinates":[-0.1734269,51.1116003]},"properties":{"@type":"node","@id":9084541282,"@timestamp":1631471284},"coords":"51.1116003,-0.1734269","bedrooms":"3","price":"156000","area":"625"} , +{"type":"Feature","id":"n9084752412","geometry":{"type":"Point","coordinates":[0.4741347,51.7575071]},"properties":{"@type":"node","@id":9084752412,"@timestamp":1631481354},"coords":"51.7575071,0.4741347","bedrooms":"2","price":"243000","area":"448"} , +{"type":"Feature","id":"n9084860194","geometry":{"type":"Point","coordinates":[-0.7488753,51.1773386]},"properties":{"@type":"node","@id":9084860194,"@timestamp":1631485187},"coords":"51.1773386,-0.7488753","bedrooms":"3","price":"176000","area":"687"} , +{"type":"Feature","id":"n9084907149","geometry":{"type":"Point","coordinates":[-0.3309725,51.0989851]},"properties":{"@type":"node","@id":9084907149,"@timestamp":1631485659},"coords":"51.0989851,-0.3309725","bedrooms":"3","price":"245000","area":"484"} , +{"type":"Feature","id":"n9085028054","geometry":{"type":"Point","coordinates":[-1.081287,51.5928656]},"properties":{"@type":"node","@id":9085028054,"@timestamp":1631488374},"coords":"51.5928656,-1.081287","bedrooms":"0","price":"248000","area":"380"} , +{"type":"Feature","id":"n9085076777","geometry":{"type":"Point","coordinates":[-0.3891076,51.4406101]},"properties":{"@type":"node","@id":9085076777,"@timestamp":1631489557},"coords":"51.4406101,-0.3891076","bedrooms":"3","price":"271000","area":"377"} , +{"type":"Feature","id":"n9085152460","geometry":{"type":"Point","coordinates":[-0.6931422,51.965996]},"properties":{"@type":"node","@id":9085152460,"@timestamp":1631494489},"coords":"51.965996,-0.6931422","bedrooms":"1","price":"176000","area":"463"} , +{"type":"Feature","id":"n9085213055","geometry":{"type":"Point","coordinates":[-0.1418791,51.5336756]},"properties":{"@type":"node","@id":9085213055,"@timestamp":1631499915},"coords":"51.5336756,-0.1418791","bedrooms":"4","price":"186000","area":"508"} , +{"type":"Feature","id":"n9085246830","geometry":{"type":"Point","coordinates":[-0.1013574,51.5025693]},"properties":{"@type":"node","@id":9085246830,"@timestamp":1631501131},"coords":"51.5025693,-0.1013574","bedrooms":"2","price":"255000","area":"493"} , +{"type":"Feature","id":"n9085635855","geometry":{"type":"Point","coordinates":[-0.3314091,51.0966368]},"properties":{"@type":"node","@id":9085635855,"@timestamp":1631517053},"coords":"51.0966368,-0.3314091","bedrooms":"3","price":"193000","area":"606"} , +{"type":"Feature","id":"n9087082385","geometry":{"type":"Point","coordinates":[-0.2997814,51.4524476]},"properties":{"@type":"node","@id":9087082385,"@timestamp":1631525731},"coords":"51.4524476,-0.2997814","bedrooms":"3","price":"156000","area":"690"} , +{"type":"Feature","id":"n9087102520","geometry":{"type":"Point","coordinates":[-0.298903,51.4525453]},"properties":{"@type":"node","@id":9087102520,"@timestamp":1631525731},"coords":"51.4525453,-0.298903","bedrooms":"0","price":"184000","area":"560"} , +{"type":"Feature","id":"n9087102530","geometry":{"type":"Point","coordinates":[-0.2992445,51.4531003]},"properties":{"@type":"node","@id":9087102530,"@timestamp":1631525731},"coords":"51.4531003,-0.2992445","bedrooms":"1","price":"182000","area":"436"} , +{"type":"Feature","id":"n9087352834","geometry":{"type":"Point","coordinates":[-0.3230832,51.0653327]},"properties":{"@type":"node","@id":9087352834,"@timestamp":1631526959},"coords":"51.0653327,-0.3230832","bedrooms":"4","price":"293000","area":"677"} , +{"type":"Feature","id":"n9087734254","geometry":{"type":"Point","coordinates":[-0.3604755,50.9499194]},"properties":{"@type":"node","@id":9087734254,"@timestamp":1631531963},"coords":"50.9499194,-0.3604755","bedrooms":"1","price":"232000","area":"392"} , +{"type":"Feature","id":"n9087734264","geometry":{"type":"Point","coordinates":[-0.3769335,50.9529457]},"properties":{"@type":"node","@id":9087734264,"@timestamp":1631531963},"coords":"50.9529457,-0.3769335","bedrooms":"3","price":"250000","area":"613"} , +{"type":"Feature","id":"n9087734274","geometry":{"type":"Point","coordinates":[-0.3935874,50.9494277]},"properties":{"@type":"node","@id":9087734274,"@timestamp":1631531963},"coords":"50.9494277,-0.3935874","bedrooms":"1","price":"243000","area":"625"} , +{"type":"Feature","id":"n9087734284","geometry":{"type":"Point","coordinates":[-0.4086882,50.9477463]},"properties":{"@type":"node","@id":9087734284,"@timestamp":1631531963},"coords":"50.9477463,-0.4086882","bedrooms":"3","price":"156000","area":"450"} , +{"type":"Feature","id":"n9087734294","geometry":{"type":"Point","coordinates":[-0.4245856,50.9546269]},"properties":{"@type":"node","@id":9087734294,"@timestamp":1631531963},"coords":"50.9546269,-0.4245856","bedrooms":"2","price":"224000","area":"433"} , +{"type":"Feature","id":"n9087734304","geometry":{"type":"Point","coordinates":[-0.4406869,50.9574823]},"properties":{"@type":"node","@id":9087734304,"@timestamp":1631531963},"coords":"50.9574823,-0.4406869","bedrooms":"1","price":"183000","area":"461"} , +{"type":"Feature","id":"n9087734314","geometry":{"type":"Point","coordinates":[-0.4489669,50.9589826]},"properties":{"@type":"node","@id":9087734314,"@timestamp":1631531963},"coords":"50.9589826,-0.4489669","bedrooms":"0","price":"287000","area":"400"} , +{"type":"Feature","id":"n9087743067","geometry":{"type":"Point","coordinates":[-0.4904996,50.9536089]},"properties":{"@type":"node","@id":9087743067,"@timestamp":1631532523},"coords":"50.9536089,-0.4904996","bedrooms":"3","price":"265000","area":"580"} , +{"type":"Feature","id":"n9087743077","geometry":{"type":"Point","coordinates":[-0.4617396,50.9559262]},"properties":{"@type":"node","@id":9087743077,"@timestamp":1631532523},"coords":"50.9559262,-0.4617396","bedrooms":"3","price":"228000","area":"555"} , +{"type":"Feature","id":"n9087749120","geometry":{"type":"Point","coordinates":[-0.4372081,50.9569062]},"properties":{"@type":"node","@id":9087749120,"@timestamp":1631531963},"coords":"50.9569062,-0.4372081","bedrooms":"2","price":"245000","area":"605"} , +{"type":"Feature","id":"n9087749130","geometry":{"type":"Point","coordinates":[-0.4210666,50.9541454]},"properties":{"@type":"node","@id":9087749130,"@timestamp":1631531963},"coords":"50.9541454,-0.4210666","bedrooms":"0","price":"296000","area":"587"} , +{"type":"Feature","id":"n9087749140","geometry":{"type":"Point","coordinates":[-0.4078379,50.947263]},"properties":{"@type":"node","@id":9087749140,"@timestamp":1631531963},"coords":"50.947263,-0.4078379","bedrooms":"0","price":"192000","area":"648"} , +{"type":"Feature","id":"n9087749150","geometry":{"type":"Point","coordinates":[-0.3947756,50.9485929]},"properties":{"@type":"node","@id":9087749150,"@timestamp":1631531963},"coords":"50.9485929,-0.3947756","bedrooms":"4","price":"257000","area":"556"} , +{"type":"Feature","id":"n9087749160","geometry":{"type":"Point","coordinates":[-0.3808039,50.9525064]},"properties":{"@type":"node","@id":9087749160,"@timestamp":1631531963},"coords":"50.9525064,-0.3808039","bedrooms":"1","price":"298000","area":"636"} , +{"type":"Feature","id":"n9087749170","geometry":{"type":"Point","coordinates":[-0.3659217,50.9517883]},"properties":{"@type":"node","@id":9087749170,"@timestamp":1631531963},"coords":"50.9517883,-0.3659217","bedrooms":"0","price":"219000","area":"501"} , +{"type":"Feature","id":"n9087749180","geometry":{"type":"Point","coordinates":[-0.349575,50.945372]},"properties":{"@type":"node","@id":9087749180,"@timestamp":1631531963},"coords":"50.945372,-0.349575","bedrooms":"0","price":"259000","area":"534"} , +{"type":"Feature","id":"n9087752835","geometry":{"type":"Point","coordinates":[-0.3336578,51.0495092]},"properties":{"@type":"node","@id":9087752835,"@timestamp":1631532090},"coords":"51.0495092,-0.3336578","bedrooms":"4","price":"205000","area":"529"} , +{"type":"Feature","id":"n9087752845","geometry":{"type":"Point","coordinates":[-0.3323838,51.0491551]},"properties":{"@type":"node","@id":9087752845,"@timestamp":1631532090},"coords":"51.0491551,-0.3323838","bedrooms":"1","price":"158000","area":"474"} , +{"type":"Feature","id":"n9087752858","geometry":{"type":"Point","coordinates":[-0.3334689,51.0485786]},"properties":{"@type":"node","@id":9087752858,"@timestamp":1631532090},"coords":"51.0485786,-0.3334689","bedrooms":"0","price":"209000","area":"635"} , +{"type":"Feature","id":"n9087767566","geometry":{"type":"Point","coordinates":[-0.4841897,50.9472106]},"properties":{"@type":"node","@id":9087767566,"@timestamp":1631532727},"coords":"50.9472106,-0.4841897","bedrooms":"3","price":"188000","area":"690"} , +{"type":"Feature","id":"n9087933560","geometry":{"type":"Point","coordinates":[-0.038741,51.4903309]},"properties":{"@type":"node","@id":9087933560,"@timestamp":1631537674},"coords":"51.4903309,-0.038741","bedrooms":"4","price":"270000","area":"442"} , +{"type":"Feature","id":"n9088150832","geometry":{"type":"Point","coordinates":[-0.4554169,51.3880472]},"properties":{"@type":"node","@id":9088150832,"@timestamp":1631543431},"coords":"51.3880472,-0.4554169","bedrooms":"4","price":"172000","area":"666"} , +{"type":"Feature","id":"n9088263511","geometry":{"type":"Point","coordinates":[-0.6597817,51.5325978]},"properties":{"@type":"node","@id":9088263511,"@timestamp":1631545677},"coords":"51.5325978,-0.6597817","bedrooms":"3","price":"227000","area":"357"} , +{"type":"Feature","id":"n9088344116","geometry":{"type":"Point","coordinates":[-0.6624439,51.5308774]},"properties":{"@type":"node","@id":9088344116,"@timestamp":1631547654},"coords":"51.5308774,-0.6624439","bedrooms":"1","price":"191000","area":"445"} , +{"type":"Feature","id":"n9088486600","geometry":{"type":"Point","coordinates":[-0.6630793,51.5273973]},"properties":{"@type":"node","@id":9088486600,"@timestamp":1631547880},"coords":"51.5273973,-0.6630793","bedrooms":"0","price":"204000","area":"365"} , +{"type":"Feature","id":"n9088704800","geometry":{"type":"Point","coordinates":[0.0741018,51.5068557]},"properties":{"@type":"node","@id":9088704800,"@timestamp":1631553868},"coords":"51.5068557,0.0741018","bedrooms":"0","price":"248000","area":"517"} , +{"type":"Feature","id":"n9088870388","geometry":{"type":"Point","coordinates":[-0.4742854,51.3229684]},"properties":{"@type":"node","@id":9088870388,"@timestamp":1631557194},"coords":"51.3229684,-0.4742854","bedrooms":"4","price":"284000","area":"548"} , +{"type":"Feature","id":"n9089580835","geometry":{"type":"Point","coordinates":[-0.1019041,51.4886987]},"properties":{"@type":"node","@id":9089580835,"@timestamp":1631571959},"coords":"51.4886987,-0.1019041","bedrooms":"3","price":"299000","area":"424"} , +{"type":"Feature","id":"n9089917511","geometry":{"type":"Point","coordinates":[-0.2423025,51.7507298]},"properties":{"@type":"node","@id":9089917511,"@timestamp":1631583764},"coords":"51.7507298,-0.2423025","bedrooms":"2","price":"295000","area":"459"} , +{"type":"Feature","id":"n9089927821","geometry":{"type":"Point","coordinates":[-0.2425528,51.7502864]},"properties":{"@type":"node","@id":9089927821,"@timestamp":1631583764},"coords":"51.7502864,-0.2425528","bedrooms":"1","price":"260000","area":"507"} , +{"type":"Feature","id":"n9089927838","geometry":{"type":"Point","coordinates":[-0.2428901,51.750925]},"properties":{"@type":"node","@id":9089927838,"@timestamp":1631583764},"coords":"51.750925,-0.2428901","bedrooms":"2","price":"247000","area":"536"} , +{"type":"Feature","id":"n9090596930","geometry":{"type":"Point","coordinates":[-0.3358308,51.426618]},"properties":{"@type":"node","@id":9090596930,"@timestamp":1631610982},"coords":"51.426618,-0.3358308","bedrooms":"0","price":"234000","area":"687"} , +{"type":"Feature","id":"n9090596947","geometry":{"type":"Point","coordinates":[-0.3392095,51.4296784]},"properties":{"@type":"node","@id":9090596947,"@timestamp":1631610982},"coords":"51.4296784,-0.3392095","bedrooms":"0","price":"218000","area":"693"} , +{"type":"Feature","id":"n9090596957","geometry":{"type":"Point","coordinates":[-0.3365625,51.4265712]},"properties":{"@type":"node","@id":9090596957,"@timestamp":1631610982},"coords":"51.4265712,-0.3365625","bedrooms":"3","price":"189000","area":"386"} , +{"type":"Feature","id":"n9090611526","geometry":{"type":"Point","coordinates":[-0.3364632,51.427099]},"properties":{"@type":"node","@id":9090611526,"@timestamp":1631610982},"coords":"51.427099,-0.3364632","bedrooms":"3","price":"154000","area":"610"} , +{"type":"Feature","id":"n9090743220","geometry":{"type":"Point","coordinates":[-0.1558561,51.4393669]},"properties":{"@type":"node","@id":9090743220,"@timestamp":1631613965},"coords":"51.4393669,-0.1558561","bedrooms":"3","price":"267000","area":"476"} , +{"type":"Feature","id":"n9090997936","geometry":{"type":"Point","coordinates":[-0.1657342,51.2296674]},"properties":{"@type":"node","@id":9090997936,"@timestamp":1631618978},"coords":"51.2296674,-0.1657342","bedrooms":"2","price":"294000","area":"544"} , +{"type":"Feature","id":"n9092399557","geometry":{"type":"Point","coordinates":[0.035572,51.513636]},"properties":{"@type":"node","@id":9092399557,"@timestamp":1631649378},"coords":"51.513636,0.035572","bedrooms":"0","price":"179000","area":"419"} , +{"type":"Feature","id":"n9092399567","geometry":{"type":"Point","coordinates":[0.0358695,51.5138949]},"properties":{"@type":"node","@id":9092399567,"@timestamp":1631649378},"coords":"51.5138949,0.0358695","bedrooms":"3","price":"239000","area":"516"} , +{"type":"Feature","id":"n9092399577","geometry":{"type":"Point","coordinates":[0.0348914,51.5135504]},"properties":{"@type":"node","@id":9092399577,"@timestamp":1631649378},"coords":"51.5135504,0.0348914","bedrooms":"1","price":"213000","area":"691"} , +{"type":"Feature","id":"n9092399587","geometry":{"type":"Point","coordinates":[0.0366469,51.5140908]},"properties":{"@type":"node","@id":9092399587,"@timestamp":1631649378},"coords":"51.5140908,0.0366469","bedrooms":"3","price":"160000","area":"390"} , +{"type":"Feature","id":"n9092458561","geometry":{"type":"Point","coordinates":[0.0681377,51.4178841]},"properties":{"@type":"node","@id":9092458561,"@timestamp":1631654200},"coords":"51.4178841,0.0681377","bedrooms":"1","price":"297000","area":"530"} , +{"type":"Feature","id":"n9092458571","geometry":{"type":"Point","coordinates":[0.0680618,51.4179481]},"properties":{"@type":"node","@id":9092458571,"@timestamp":1631654200},"coords":"51.4179481,0.0680618","bedrooms":"1","price":"233000","area":"529"} , +{"type":"Feature","id":"n9092639871","geometry":{"type":"Point","coordinates":[0.1140479,51.7841611]},"properties":{"@type":"node","@id":9092639871,"@timestamp":1631655922},"coords":"51.7841611,0.1140479","bedrooms":"4","price":"266000","area":"373"} , +{"type":"Feature","id":"n9092639902","geometry":{"type":"Point","coordinates":[0.108193,51.7871439]},"properties":{"@type":"node","@id":9092639902,"@timestamp":1631655922},"coords":"51.7871439,0.108193","bedrooms":"3","price":"299000","area":"401"} , +{"type":"Feature","id":"n9092667392","geometry":{"type":"Point","coordinates":[-0.178016,51.6951964]},"properties":{"@type":"node","@id":9092667392,"@timestamp":1631658668},"coords":"51.6951964,-0.178016","bedrooms":"1","price":"258000","area":"535"} , +{"type":"Feature","id":"n9092716625","geometry":{"type":"Point","coordinates":[-0.1769221,51.6952483]},"properties":{"@type":"node","@id":9092716625,"@timestamp":1631658668},"coords":"51.6952483,-0.1769221","bedrooms":"1","price":"261000","area":"525"} , +{"type":"Feature","id":"n9092831030","geometry":{"type":"Point","coordinates":[-0.5122258,51.4363853]},"properties":{"@type":"node","@id":9092831030,"@timestamp":1631666494},"coords":"51.4363853,-0.5122258","bedrooms":"4","price":"192000","area":"590"} , +{"type":"Feature","id":"n9092918257","geometry":{"type":"Point","coordinates":[-0.1255336,51.5257532]},"properties":{"@type":"node","@id":9092918257,"@timestamp":1631672417},"coords":"51.5257532,-0.1255336","bedrooms":"4","price":"247000","area":"564"} , +{"type":"Feature","id":"n9094147730","geometry":{"type":"Point","coordinates":[-0.7853454,51.219081]},"properties":{"@type":"node","@id":9094147730,"@timestamp":1631702249},"coords":"51.219081,-0.7853454","bedrooms":"0","price":"296000","area":"357"} , +{"type":"Feature","id":"n9094429554","geometry":{"type":"Point","coordinates":[-0.1863167,51.4325983]},"properties":{"@type":"node","@id":9094429554,"@timestamp":1631709479},"coords":"51.4325983,-0.1863167","bedrooms":"2","price":"297000","area":"511"} , +{"type":"Feature","id":"n9094536920","geometry":{"type":"Point","coordinates":[-0.7884802,51.2316864]},"properties":{"@type":"node","@id":9094536920,"@timestamp":1631711927},"coords":"51.2316864,-0.7884802","bedrooms":"1","price":"205000","area":"681"} , +{"type":"Feature","id":"n9094601623","geometry":{"type":"Point","coordinates":[-0.1083973,51.5869002]},"properties":{"@type":"node","@id":9094601623,"@timestamp":1631713903},"coords":"51.5869002,-0.1083973","bedrooms":"1","price":"269000","area":"391"} , +{"type":"Feature","id":"n9094885923","geometry":{"type":"Point","coordinates":[0.2191821,51.8827798]},"properties":{"@type":"node","@id":9094885923,"@timestamp":1631723418},"coords":"51.8827798,0.2191821","bedrooms":"2","price":"212000","area":"451"} , +{"type":"Feature","id":"n9095040443","geometry":{"type":"Point","coordinates":[0.0377274,51.5133121]},"properties":{"@type":"node","@id":9095040443,"@timestamp":1631729142},"coords":"51.5133121,0.0377274","bedrooms":"0","price":"208000","area":"625"} , +{"type":"Feature","id":"n9095040453","geometry":{"type":"Point","coordinates":[0.0398507,51.5122567]},"properties":{"@type":"node","@id":9095040453,"@timestamp":1631729142},"coords":"51.5122567,0.0398507","bedrooms":"0","price":"294000","area":"669"} , +{"type":"Feature","id":"n9095040502","geometry":{"type":"Point","coordinates":[0.0394461,51.513499]},"properties":{"@type":"node","@id":9095040502,"@timestamp":1631729142},"coords":"51.513499,0.0394461","bedrooms":"4","price":"284000","area":"365"} , +{"type":"Feature","id":"n9095174442","geometry":{"type":"Point","coordinates":[0.2428725,51.878184]},"properties":{"@type":"node","@id":9095174442,"@timestamp":1631733311},"coords":"51.878184,0.2428725","bedrooms":"0","price":"152000","area":"564"} , +{"type":"Feature","id":"n9095347104","geometry":{"type":"Point","coordinates":[0.0368059,51.4948583]},"properties":{"@type":"node","@id":9095347104,"@timestamp":1631741148},"coords":"51.4948583,0.0368059","bedrooms":"3","price":"225000","area":"574"} , +{"type":"Feature","id":"n9095740122","geometry":{"type":"Point","coordinates":[-0.4228174,51.4282765]},"properties":{"@type":"node","@id":9095740122,"@timestamp":1631749494},"coords":"51.4282765,-0.4228174","bedrooms":"1","price":"242000","area":"640"} , +{"type":"Feature","id":"n9095800741","geometry":{"type":"Point","coordinates":[0.0369693,51.4945353]},"properties":{"@type":"node","@id":9095800741,"@timestamp":1631753504},"coords":"51.4945353,0.0369693","bedrooms":"3","price":"258000","area":"675"} , +{"type":"Feature","id":"n9095853931","geometry":{"type":"Point","coordinates":[0.0076573,51.4855201]},"properties":{"@type":"node","@id":9095853931,"@timestamp":1634929160},"coords":"51.4855201,0.0076573","bedrooms":"3","price":"171000","area":"374"} , +{"type":"Feature","id":"n9097079010","geometry":{"type":"Point","coordinates":[0.0445543,51.5083745]},"properties":{"@type":"node","@id":9097079010,"@timestamp":1631781127},"coords":"51.5083745,0.0445543","bedrooms":"4","price":"225000","area":"617"} , +{"type":"Feature","id":"n9097525301","geometry":{"type":"Point","coordinates":[0.522381,51.7149969]},"properties":{"@type":"node","@id":9097525301,"@timestamp":1631791130},"coords":"51.7149969,0.522381","bedrooms":"2","price":"298000","area":"620"} , +{"type":"Feature","id":"n9097532856","geometry":{"type":"Point","coordinates":[0.522446,51.7151145]},"properties":{"@type":"node","@id":9097532856,"@timestamp":1631791130},"coords":"51.7151145,0.522446","bedrooms":"3","price":"177000","area":"540"} , +{"type":"Feature","id":"n9097647183","geometry":{"type":"Point","coordinates":[-0.4517907,51.391616]},"properties":{"@type":"node","@id":9097647183,"@timestamp":1631794669},"coords":"51.391616,-0.4517907","bedrooms":"0","price":"230000","area":"520"} , +{"type":"Feature","id":"n9097754400","geometry":{"type":"Point","coordinates":[-0.0100575,51.5414719]},"properties":{"@type":"node","@id":9097754400,"@timestamp":1631797271},"coords":"51.5414719,-0.0100575","bedrooms":"1","price":"290000","area":"448"} , +{"type":"Feature","id":"n9097860107","geometry":{"type":"Point","coordinates":[-0.1296937,51.4801837]},"properties":{"@type":"node","@id":9097860107,"@timestamp":1632301522},"coords":"51.4801837,-0.1296937","bedrooms":"0","price":"236000","area":"361"} , +{"type":"Feature","id":"n9098528844","geometry":{"type":"Point","coordinates":[-0.4030999,51.6519451]},"properties":{"@type":"node","@id":9098528844,"@timestamp":1631807290},"coords":"51.6519451,-0.4030999","bedrooms":"3","price":"245000","area":"460"} , +{"type":"Feature","id":"n9098528854","geometry":{"type":"Point","coordinates":[-0.4016718,51.6524688]},"properties":{"@type":"node","@id":9098528854,"@timestamp":1631807290},"coords":"51.6524688,-0.4016718","bedrooms":"3","price":"176000","area":"647"} , +{"type":"Feature","id":"n9098528864","geometry":{"type":"Point","coordinates":[-0.4041578,51.6517128]},"properties":{"@type":"node","@id":9098528864,"@timestamp":1631807290},"coords":"51.6517128,-0.4041578","bedrooms":"0","price":"162000","area":"523"} , +{"type":"Feature","id":"n9098528874","geometry":{"type":"Point","coordinates":[-0.4043428,51.6524013]},"properties":{"@type":"node","@id":9098528874,"@timestamp":1631807290},"coords":"51.6524013,-0.4043428","bedrooms":"0","price":"279000","area":"545"} , +{"type":"Feature","id":"n9098528884","geometry":{"type":"Point","coordinates":[-0.4023028,51.6520571]},"properties":{"@type":"node","@id":9098528884,"@timestamp":1631807290},"coords":"51.6520571,-0.4023028","bedrooms":"3","price":"257000","area":"589"} , +{"type":"Feature","id":"n9098582162","geometry":{"type":"Point","coordinates":[0.1655071,51.867309]},"properties":{"@type":"node","@id":9098582162,"@timestamp":1631810010},"coords":"51.867309,0.1655071","bedrooms":"1","price":"213000","area":"589"} , +{"type":"Feature","id":"n9098958563","geometry":{"type":"Point","coordinates":[-1.010167,51.2703441]},"properties":{"@type":"node","@id":9098958563,"@timestamp":1631822322},"coords":"51.2703441,-1.010167","bedrooms":"4","price":"238000","area":"542"} , +{"type":"Feature","id":"n9099193648","geometry":{"type":"Point","coordinates":[-0.7166896,51.510956]},"properties":{"@type":"node","@id":9099193648,"@timestamp":1631828044},"coords":"51.510956,-0.7166896","bedrooms":"3","price":"166000","area":"393"} , +{"type":"Feature","id":"n9099196350","geometry":{"type":"Point","coordinates":[-0.2718755,51.5079692]},"properties":{"@type":"node","@id":9099196350,"@timestamp":1631828238},"coords":"51.5079692,-0.2718755","bedrooms":"4","price":"165000","area":"360"} , +{"type":"Feature","id":"n9099257622","geometry":{"type":"Point","coordinates":[-0.103397,51.4996054]},"properties":{"@type":"node","@id":9099257622,"@timestamp":1631832064},"coords":"51.4996054,-0.103397","bedrooms":"4","price":"192000","area":"650"} , +{"type":"Feature","id":"n9099314173","geometry":{"type":"Point","coordinates":[0.0085347,51.4905027]},"properties":{"@type":"node","@id":9099314173,"@timestamp":1631840770},"coords":"51.4905027,0.0085347","bedrooms":"2","price":"225000","area":"677"} , +{"type":"Feature","id":"n9099410826","geometry":{"type":"Point","coordinates":[0.0059303,51.4901121]},"properties":{"@type":"node","@id":9099410826,"@timestamp":1631840770},"coords":"51.4901121,0.0059303","bedrooms":"4","price":"196000","area":"472"} , +{"type":"Feature","id":"n9099410955","geometry":{"type":"Point","coordinates":[0.0059545,51.4903932]},"properties":{"@type":"node","@id":9099410955,"@timestamp":1631840770},"coords":"51.4903932,0.0059545","bedrooms":"4","price":"189000","area":"438"} , +{"type":"Feature","id":"n9099411328","geometry":{"type":"Point","coordinates":[0.0075362,51.490576]},"properties":{"@type":"node","@id":9099411328,"@timestamp":1631840770},"coords":"51.490576,0.0075362","bedrooms":"4","price":"222000","area":"372"} , +{"type":"Feature","id":"n9099508079","geometry":{"type":"Point","coordinates":[0.001272,51.5014875]},"properties":{"@type":"node","@id":9099508079,"@timestamp":1631849170},"coords":"51.5014875,0.001272","bedrooms":"2","price":"201000","area":"592"} , +{"type":"Feature","id":"n9099508089","geometry":{"type":"Point","coordinates":[0.0015693,51.5012554]},"properties":{"@type":"node","@id":9099508089,"@timestamp":1631849170},"coords":"51.5012554,0.0015693","bedrooms":"4","price":"267000","area":"363"} , +{"type":"Feature","id":"n9099508099","geometry":{"type":"Point","coordinates":[0.000839,51.501537]},"properties":{"@type":"node","@id":9099508099,"@timestamp":1631849170},"coords":"51.501537,0.000839","bedrooms":"4","price":"183000","area":"455"} , +{"type":"Feature","id":"n9099553937","geometry":{"type":"Point","coordinates":[-0.0005307,51.4990623]},"properties":{"@type":"node","@id":9099553937,"@timestamp":1631849170},"coords":"51.4990623,-0.0005307","bedrooms":"1","price":"208000","area":"563"} , +{"type":"Feature","id":"n9099557220","geometry":{"type":"Point","coordinates":[-0.1280776,51.4796781]},"properties":{"@type":"node","@id":9099557220,"@timestamp":1631849304},"coords":"51.4796781,-0.1280776","bedrooms":"2","price":"258000","area":"694"} , +{"type":"Feature","id":"n9100045743","geometry":{"type":"Point","coordinates":[0.0254927,51.5477971]},"properties":{"@type":"node","@id":9100045743,"@timestamp":1631968440},"coords":"51.5477971,0.0254927","bedrooms":"0","price":"262000","area":"518"} , +{"type":"Feature","id":"n9100160605","geometry":{"type":"Point","coordinates":[0.0610415,51.4940959]},"properties":{"@type":"node","@id":9100160605,"@timestamp":1631865995},"coords":"51.4940959,0.0610415","bedrooms":"2","price":"257000","area":"595"} , +{"type":"Feature","id":"n9100311087","geometry":{"type":"Point","coordinates":[0.0559876,51.4928962]},"properties":{"@type":"node","@id":9100311087,"@timestamp":1632755612},"coords":"51.4928962,0.0559876","bedrooms":"2","price":"233000","area":"437"} , +{"type":"Feature","id":"n9100326517","geometry":{"type":"Point","coordinates":[0.0547281,51.4928497]},"properties":{"@type":"node","@id":9100326517,"@timestamp":1631870038},"coords":"51.4928497,0.0547281","bedrooms":"1","price":"179000","area":"684"} , +{"type":"Feature","id":"n9100326581","geometry":{"type":"Point","coordinates":[0.0579494,51.4936052]},"properties":{"@type":"node","@id":9100326581,"@timestamp":1631870038},"coords":"51.4936052,0.0579494","bedrooms":"1","price":"295000","area":"666"} , +{"type":"Feature","id":"n9100428841","geometry":{"type":"Point","coordinates":[-0.3043204,51.3063249]},"properties":{"@type":"node","@id":9100428841,"@timestamp":1631872658},"coords":"51.3063249,-0.3043204","bedrooms":"1","price":"173000","area":"648"} , +{"type":"Feature","id":"n9100428851","geometry":{"type":"Point","coordinates":[-0.3050641,51.3070854]},"properties":{"@type":"node","@id":9100428851,"@timestamp":1631872658},"coords":"51.3070854,-0.3050641","bedrooms":"4","price":"266000","area":"515"} , +{"type":"Feature","id":"n9100610141","geometry":{"type":"Point","coordinates":[-0.6052139,51.6777702]},"properties":{"@type":"node","@id":9100610141,"@timestamp":1631878026},"coords":"51.6777702,-0.6052139","bedrooms":"1","price":"211000","area":"542"} , +{"type":"Feature","id":"n9101004001","geometry":{"type":"Point","coordinates":[-0.8178593,51.5258897]},"properties":{"@type":"node","@id":9101004001,"@timestamp":1631882594},"coords":"51.5258897,-0.8178593","bedrooms":"3","price":"172000","area":"456"} , +{"type":"Feature","id":"n9101366946","geometry":{"type":"Point","coordinates":[0.1616305,51.8707068]},"properties":{"@type":"node","@id":9101366946,"@timestamp":1631886133},"coords":"51.8707068,0.1616305","bedrooms":"0","price":"246000","area":"441"} , +{"type":"Feature","id":"n9101385249","geometry":{"type":"Point","coordinates":[-0.5373109,51.3871732]},"properties":{"@type":"node","@id":9101385249,"@timestamp":1631888178},"coords":"51.3871732,-0.5373109","bedrooms":"2","price":"221000","area":"582"} , +{"type":"Feature","id":"n9101526630","geometry":{"type":"Point","coordinates":[0.0574822,51.4931781]},"properties":{"@type":"node","@id":9101526630,"@timestamp":1631891356},"coords":"51.4931781,0.0574822","bedrooms":"3","price":"251000","area":"502"} , +{"type":"Feature","id":"n9101552131","geometry":{"type":"Point","coordinates":[-0.2917088,51.4774408]},"properties":{"@type":"node","@id":9101552131,"@timestamp":1631892182},"coords":"51.4774408,-0.2917088","bedrooms":"3","price":"184000","area":"565"} , +{"type":"Feature","id":"n9101752618","geometry":{"type":"Point","coordinates":[0.0552817,51.4925951]},"properties":{"@type":"node","@id":9101752618,"@timestamp":1631898396},"coords":"51.4925951,0.0552817","bedrooms":"3","price":"285000","area":"376"} , +{"type":"Feature","id":"n9101752712","geometry":{"type":"Point","coordinates":[0.0574539,51.493144]},"properties":{"@type":"node","@id":9101752712,"@timestamp":1631898396},"coords":"51.493144,0.0574539","bedrooms":"4","price":"273000","area":"610"} , +{"type":"Feature","id":"n9101909144","geometry":{"type":"Point","coordinates":[-0.746257,51.2563182]},"properties":{"@type":"node","@id":9101909144,"@timestamp":1631904024},"coords":"51.2563182,-0.746257","bedrooms":"2","price":"227000","area":"384"} , +{"type":"Feature","id":"n9102202015","geometry":{"type":"Point","coordinates":[0.024962,51.5487271]},"properties":{"@type":"node","@id":9102202015,"@timestamp":1631915658},"coords":"51.5487271,0.024962","bedrooms":"3","price":"220000","area":"568"} , +{"type":"Feature","id":"n9102550514","geometry":{"type":"Point","coordinates":[0.0007949,51.5040182]},"properties":{"@type":"node","@id":9102550514,"@timestamp":1631932490},"coords":"51.5040182,0.0007949","bedrooms":"4","price":"166000","area":"603"} , +{"type":"Feature","id":"n9102561027","geometry":{"type":"Point","coordinates":[0.0002505,51.5035666]},"properties":{"@type":"node","@id":9102561027,"@timestamp":1631932490},"coords":"51.5035666,0.0002505","bedrooms":"3","price":"284000","area":"351"} , +{"type":"Feature","id":"n9102561039","geometry":{"type":"Point","coordinates":[0.0002568,51.504066]},"properties":{"@type":"node","@id":9102561039,"@timestamp":1631932490},"coords":"51.504066,0.0002568","bedrooms":"2","price":"232000","area":"479"} , +{"type":"Feature","id":"n9102561049","geometry":{"type":"Point","coordinates":[0.0006212,51.5041083]},"properties":{"@type":"node","@id":9102561049,"@timestamp":1631932490},"coords":"51.5041083,0.0006212","bedrooms":"1","price":"160000","area":"404"} , +{"type":"Feature","id":"n9102650588","geometry":{"type":"Point","coordinates":[-0.0005411,51.5035971]},"properties":{"@type":"node","@id":9102650588,"@timestamp":1631937562},"coords":"51.5035971,-0.0005411","bedrooms":"0","price":"255000","area":"671"} , +{"type":"Feature","id":"n9102652354","geometry":{"type":"Point","coordinates":[-0.0009847,51.5029841]},"properties":{"@type":"node","@id":9102652354,"@timestamp":1631937562},"coords":"51.5029841,-0.0009847","bedrooms":"4","price":"192000","area":"579"} , +{"type":"Feature","id":"n9103331684","geometry":{"type":"Point","coordinates":[-0.7126047,51.1840932]},"properties":{"@type":"node","@id":9103331684,"@timestamp":1631959112},"coords":"51.1840932,-0.7126047","bedrooms":"2","price":"187000","area":"667"} , +{"type":"Feature","id":"n9103640783","geometry":{"type":"Point","coordinates":[-0.0008027,51.503622]},"properties":{"@type":"node","@id":9103640783,"@timestamp":1631972196},"coords":"51.503622,-0.0008027","bedrooms":"4","price":"181000","area":"580"} , +{"type":"Feature","id":"n9103709074","geometry":{"type":"Point","coordinates":[-0.1854501,51.431268]},"properties":{"@type":"node","@id":9103709074,"@timestamp":1631975580},"coords":"51.431268,-0.1854501","bedrooms":"0","price":"266000","area":"686"} , +{"type":"Feature","id":"n9103816909","geometry":{"type":"Point","coordinates":[-0.0005178,51.5022027]},"properties":{"@type":"node","@id":9103816909,"@timestamp":1631981015},"coords":"51.5022027,-0.0005178","bedrooms":"1","price":"290000","area":"382"} , +{"type":"Feature","id":"n9103844374","geometry":{"type":"Point","coordinates":[0.2542509,51.8744887]},"properties":{"@type":"node","@id":9103844374,"@timestamp":1631980011},"coords":"51.8744887,0.2542509","bedrooms":"3","price":"294000","area":"635"} , +{"type":"Feature","id":"n9103872834","geometry":{"type":"Point","coordinates":[-0.0018854,51.5023011]},"properties":{"@type":"node","@id":9103872834,"@timestamp":1631981015},"coords":"51.5023011,-0.0018854","bedrooms":"3","price":"175000","area":"633"} , +{"type":"Feature","id":"n9103875786","geometry":{"type":"Point","coordinates":[-0.3323331,51.0612718]},"properties":{"@type":"node","@id":9103875786,"@timestamp":1631981385},"coords":"51.0612718,-0.3323331","bedrooms":"1","price":"220000","area":"671"} , +{"type":"Feature","id":"n9103901917","geometry":{"type":"Point","coordinates":[-0.0570691,51.5621894]},"properties":{"@type":"node","@id":9103901917,"@timestamp":1631982617},"coords":"51.5621894,-0.0570691","bedrooms":"3","price":"208000","area":"519"} , +{"type":"Feature","id":"n9104004544","geometry":{"type":"Point","coordinates":[-0.0857417,50.9652943]},"properties":{"@type":"node","@id":9104004544,"@timestamp":1631988491},"coords":"50.9652943,-0.0857417","bedrooms":"0","price":"242000","area":"371"} , +{"type":"Feature","id":"n9104161077","geometry":{"type":"Point","coordinates":[-0.0334557,51.4922476]},"properties":{"@type":"node","@id":9104161077,"@timestamp":1631994892},"coords":"51.4922476,-0.0334557","bedrooms":"0","price":"202000","area":"505"} , +{"type":"Feature","id":"n9104280067","geometry":{"type":"Point","coordinates":[-0.301906,51.5141019]},"properties":{"@type":"node","@id":9104280067,"@timestamp":1632002859},"coords":"51.5141019,-0.301906","bedrooms":"2","price":"240000","area":"426"} , +{"type":"Feature","id":"n9104453114","geometry":{"type":"Point","coordinates":[-0.000518,51.5009041]},"properties":{"@type":"node","@id":9104453114,"@timestamp":1632014903},"coords":"51.5009041,-0.000518","bedrooms":"3","price":"182000","area":"516"} , +{"type":"Feature","id":"n9104474023","geometry":{"type":"Point","coordinates":[-0.0006474,51.5009404]},"properties":{"@type":"node","@id":9104474023,"@timestamp":1632014903},"coords":"51.5009404,-0.0006474","bedrooms":"4","price":"242000","area":"538"} , +{"type":"Feature","id":"n9104474033","geometry":{"type":"Point","coordinates":[-0.0003594,51.5008761]},"properties":{"@type":"node","@id":9104474033,"@timestamp":1632014903},"coords":"51.5008761,-0.0003594","bedrooms":"2","price":"265000","area":"689"} , +{"type":"Feature","id":"n9105032882","geometry":{"type":"Point","coordinates":[0.5561835,51.3724326]},"properties":{"@type":"node","@id":9105032882,"@timestamp":1632044052},"coords":"51.3724326,0.5561835","bedrooms":"1","price":"248000","area":"507"} , +{"type":"Feature","id":"n9105041121","geometry":{"type":"Point","coordinates":[0.5583045,51.3685202]},"properties":{"@type":"node","@id":9105041121,"@timestamp":1632043385},"coords":"51.3685202,0.5583045","bedrooms":"3","price":"246000","area":"462"} , +{"type":"Feature","id":"n9105041131","geometry":{"type":"Point","coordinates":[0.5635884,51.3662294]},"properties":{"@type":"node","@id":9105041131,"@timestamp":1632043385},"coords":"51.3662294,0.5635884","bedrooms":"3","price":"267000","area":"543"} , +{"type":"Feature","id":"n9105041141","geometry":{"type":"Point","coordinates":[0.5646935,51.3648696]},"properties":{"@type":"node","@id":9105041141,"@timestamp":1632043385},"coords":"51.3648696,0.5646935","bedrooms":"3","price":"244000","area":"374"} , +{"type":"Feature","id":"n9105141348","geometry":{"type":"Point","coordinates":[-0.1291628,51.4718797]},"properties":{"@type":"node","@id":9105141348,"@timestamp":1632047942},"coords":"51.4718797,-0.1291628","bedrooms":"3","price":"187000","area":"696"} , +{"type":"Feature","id":"n9105214919","geometry":{"type":"Point","coordinates":[-0.028683,51.5363214]},"properties":{"@type":"node","@id":9105214919,"@timestamp":1632050658},"coords":"51.5363214,-0.028683","bedrooms":"1","price":"268000","area":"613"} , +{"type":"Feature","id":"n9105384385","geometry":{"type":"Point","coordinates":[-0.1231302,51.477458]},"properties":{"@type":"node","@id":9105384385,"@timestamp":1632056091},"coords":"51.477458,-0.1231302","bedrooms":"4","price":"242000","area":"651"} , +{"type":"Feature","id":"n9105423922","geometry":{"type":"Point","coordinates":[0.0314033,51.9476038]},"properties":{"@type":"node","@id":9105423922,"@timestamp":1632057857},"coords":"51.9476038,0.0314033","bedrooms":"4","price":"254000","area":"567"} , +{"type":"Feature","id":"n9105423932","geometry":{"type":"Point","coordinates":[0.0312169,51.948075]},"properties":{"@type":"node","@id":9105423932,"@timestamp":1632057857},"coords":"51.948075,0.0312169","bedrooms":"1","price":"192000","area":"642"} , +{"type":"Feature","id":"n9105423942","geometry":{"type":"Point","coordinates":[0.0307167,51.9485891]},"properties":{"@type":"node","@id":9105423942,"@timestamp":1632057857},"coords":"51.9485891,0.0307167","bedrooms":"0","price":"286000","area":"655"} , +{"type":"Feature","id":"n9105423956","geometry":{"type":"Point","coordinates":[0.0340372,51.9482874]},"properties":{"@type":"node","@id":9105423956,"@timestamp":1632057857},"coords":"51.9482874,0.0340372","bedrooms":"4","price":"262000","area":"627"} , +{"type":"Feature","id":"n9105423966","geometry":{"type":"Point","coordinates":[0.035373,51.9485965]},"properties":{"@type":"node","@id":9105423966,"@timestamp":1632057857},"coords":"51.9485965,0.035373","bedrooms":"0","price":"232000","area":"688"} , +{"type":"Feature","id":"n9105423976","geometry":{"type":"Point","coordinates":[0.0356251,51.9492884]},"properties":{"@type":"node","@id":9105423976,"@timestamp":1632057857},"coords":"51.9492884,0.0356251","bedrooms":"3","price":"241000","area":"569"} , +{"type":"Feature","id":"n9105423986","geometry":{"type":"Point","coordinates":[0.0349988,51.9485924]},"properties":{"@type":"node","@id":9105423986,"@timestamp":1632057857},"coords":"51.9485924,0.0349988","bedrooms":"0","price":"190000","area":"437"} , +{"type":"Feature","id":"n9105480377","geometry":{"type":"Point","coordinates":[-0.4147154,51.4690939]},"properties":{"@type":"node","@id":9105480377,"@timestamp":1632059309},"coords":"51.4690939,-0.4147154","bedrooms":"4","price":"283000","area":"514"} , +{"type":"Feature","id":"n9105480387","geometry":{"type":"Point","coordinates":[-0.4163029,51.4686159]},"properties":{"@type":"node","@id":9105480387,"@timestamp":1632059309},"coords":"51.4686159,-0.4163029","bedrooms":"1","price":"178000","area":"371"} , +{"type":"Feature","id":"n9105480397","geometry":{"type":"Point","coordinates":[-0.4176927,51.4681888]},"properties":{"@type":"node","@id":9105480397,"@timestamp":1632059309},"coords":"51.4681888,-0.4176927","bedrooms":"4","price":"189000","area":"397"} , +{"type":"Feature","id":"n9105557434","geometry":{"type":"Point","coordinates":[0.1042091,51.4419197]},"properties":{"@type":"node","@id":9105557434,"@timestamp":1632061124},"coords":"51.4419197,0.1042091","bedrooms":"4","price":"188000","area":"398"} , +{"type":"Feature","id":"n9105557445","geometry":{"type":"Point","coordinates":[0.1061009,51.4424614]},"properties":{"@type":"node","@id":9105557445,"@timestamp":1632061124},"coords":"51.4424614,0.1061009","bedrooms":"3","price":"215000","area":"355"} , +{"type":"Feature","id":"n9105559390","geometry":{"type":"Point","coordinates":[-0.3387302,51.4027754]},"properties":{"@type":"node","@id":9105559390,"@timestamp":1632063062},"coords":"51.4027754,-0.3387302","bedrooms":"1","price":"297000","area":"447"} , +{"type":"Feature","id":"n9105635762","geometry":{"type":"Point","coordinates":[0.1472418,51.1860521]},"properties":{"@type":"node","@id":9105635762,"@timestamp":1632063498},"coords":"51.1860521,0.1472418","bedrooms":"2","price":"173000","area":"351"} , +{"type":"Feature","id":"n9105697341","geometry":{"type":"Point","coordinates":[-0.0367116,51.5488101]},"properties":{"@type":"node","@id":9105697341,"@timestamp":1632066372},"coords":"51.5488101,-0.0367116","bedrooms":"4","price":"243000","area":"537"} , +{"type":"Feature","id":"n9105697361","geometry":{"type":"Point","coordinates":[-0.0371586,51.5492396]},"properties":{"@type":"node","@id":9105697361,"@timestamp":1632066372},"coords":"51.5492396,-0.0371586","bedrooms":"0","price":"249000","area":"680"} , +{"type":"Feature","id":"n9105697382","geometry":{"type":"Point","coordinates":[-0.0359218,51.5490234]},"properties":{"@type":"node","@id":9105697382,"@timestamp":1632066372},"coords":"51.5490234,-0.0359218","bedrooms":"2","price":"223000","area":"367"} , +{"type":"Feature","id":"n9105697398","geometry":{"type":"Point","coordinates":[-0.0366331,51.5489147]},"properties":{"@type":"node","@id":9105697398,"@timestamp":1632066372},"coords":"51.5489147,-0.0366331","bedrooms":"3","price":"221000","area":"501"} , +{"type":"Feature","id":"n9105759488","geometry":{"type":"Point","coordinates":[-0.7344112,51.073412]},"properties":{"@type":"node","@id":9105759488,"@timestamp":1632067783},"coords":"51.073412,-0.7344112","bedrooms":"3","price":"258000","area":"509"} , +{"type":"Feature","id":"n9105910921","geometry":{"type":"Point","coordinates":[-0.2856639,51.4978603]},"properties":{"@type":"node","@id":9105910921,"@timestamp":1632073781},"coords":"51.4978603,-0.2856639","bedrooms":"4","price":"272000","area":"500"} , +{"type":"Feature","id":"n9105942939","geometry":{"type":"Point","coordinates":[0.1401025,51.1652267]},"properties":{"@type":"node","@id":9105942939,"@timestamp":1632075107},"coords":"51.1652267,0.1401025","bedrooms":"1","price":"214000","area":"495"} , +{"type":"Feature","id":"n9106277113","geometry":{"type":"Point","coordinates":[0.0011337,51.4988122]},"properties":{"@type":"node","@id":9106277113,"@timestamp":1632089087},"coords":"51.4988122,0.0011337","bedrooms":"0","price":"274000","area":"550"} , +{"type":"Feature","id":"n9106287292","geometry":{"type":"Point","coordinates":[-0.4599793,51.7774032]},"properties":{"@type":"node","@id":9106287292,"@timestamp":1632092189},"coords":"51.7774032,-0.4599793","bedrooms":"4","price":"166000","area":"619"} , +{"type":"Feature","id":"n9106316640","geometry":{"type":"Point","coordinates":[0.1307096,51.8632541]},"properties":{"@type":"node","@id":9106316640,"@timestamp":1632093053},"coords":"51.8632541,0.1307096","bedrooms":"3","price":"238000","area":"446"} , +{"type":"Feature","id":"n9106342030","geometry":{"type":"Point","coordinates":[0.0109588,51.4946646]},"properties":{"@type":"node","@id":9106342030,"@timestamp":1632093081},"coords":"51.4946646,0.0109588","bedrooms":"0","price":"200000","area":"513"} , +{"type":"Feature","id":"n9106342079","geometry":{"type":"Point","coordinates":[0.0096289,51.4955741]},"properties":{"@type":"node","@id":9106342079,"@timestamp":1632093081},"coords":"51.4955741,0.0096289","bedrooms":"4","price":"292000","area":"652"} , +{"type":"Feature","id":"n9106342089","geometry":{"type":"Point","coordinates":[0.0104854,51.4944737]},"properties":{"@type":"node","@id":9106342089,"@timestamp":1632093081},"coords":"51.4944737,0.0104854","bedrooms":"2","price":"275000","area":"576"} , +{"type":"Feature","id":"n9106507967","geometry":{"type":"Point","coordinates":[-0.0814945,51.5626543]},"properties":{"@type":"node","@id":9106507967,"@timestamp":1632105933},"coords":"51.5626543,-0.0814945","bedrooms":"0","price":"275000","area":"500"} , +{"type":"Feature","id":"n9107199873","geometry":{"type":"Point","coordinates":[0.0553492,51.4934313]},"properties":{"@type":"node","@id":9107199873,"@timestamp":1632125676},"coords":"51.4934313,0.0553492","bedrooms":"2","price":"185000","area":"461"} , +{"type":"Feature","id":"n9107253283","geometry":{"type":"Point","coordinates":[0.0538746,51.493494]},"properties":{"@type":"node","@id":9107253283,"@timestamp":1632127697},"coords":"51.493494,0.0538746","bedrooms":"0","price":"259000","area":"637"} , +{"type":"Feature","id":"n9107948230","geometry":{"type":"Point","coordinates":[0.0469749,51.4924508]},"properties":{"@type":"node","@id":9107948230,"@timestamp":1632230647},"coords":"51.4924508,0.0469749","bedrooms":"3","price":"205000","area":"373"} , +{"type":"Feature","id":"n9107948360","geometry":{"type":"Point","coordinates":[0.0458195,51.4928974]},"properties":{"@type":"node","@id":9107948360,"@timestamp":1632145341},"coords":"51.4928974,0.0458195","bedrooms":"1","price":"222000","area":"412"} , +{"type":"Feature","id":"n9107948377","geometry":{"type":"Point","coordinates":[0.0437992,51.4920801]},"properties":{"@type":"node","@id":9107948377,"@timestamp":1632145341},"coords":"51.4920801,0.0437992","bedrooms":"4","price":"241000","area":"622"} , +{"type":"Feature","id":"n9108165489","geometry":{"type":"Point","coordinates":[-0.2694789,51.4322686]},"properties":{"@type":"node","@id":9108165489,"@timestamp":1632152686},"coords":"51.4322686,-0.2694789","bedrooms":"3","price":"185000","area":"536"} , +{"type":"Feature","id":"n9108336380","geometry":{"type":"Point","coordinates":[0.1881071,51.8748295]},"properties":{"@type":"node","@id":9108336380,"@timestamp":1632157527},"coords":"51.8748295,0.1881071","bedrooms":"2","price":"278000","area":"463"} , +{"type":"Feature","id":"n9108352118","geometry":{"type":"Point","coordinates":[-0.2717996,51.5117999]},"properties":{"@type":"node","@id":9108352118,"@timestamp":1632157598},"coords":"51.5117999,-0.2717996","bedrooms":"2","price":"273000","area":"564"} , +{"type":"Feature","id":"n9108474624","geometry":{"type":"Point","coordinates":[-0.1780019,51.5985807]},"properties":{"@type":"node","@id":9108474624,"@timestamp":1632161429},"coords":"51.5985807,-0.1780019","bedrooms":"4","price":"225000","area":"629"} , +{"type":"Feature","id":"n9108577551","geometry":{"type":"Point","coordinates":[0.0447905,51.4930806]},"properties":{"@type":"node","@id":9108577551,"@timestamp":1632164880},"coords":"51.4930806,0.0447905","bedrooms":"0","price":"217000","area":"460"} , +{"type":"Feature","id":"n9108613782","geometry":{"type":"Point","coordinates":[0.0601222,51.4918634]},"properties":{"@type":"node","@id":9108613782,"@timestamp":1632166100},"coords":"51.4918634,0.0601222","bedrooms":"1","price":"291000","area":"667"} , +{"type":"Feature","id":"n9108613813","geometry":{"type":"Point","coordinates":[0.0610524,51.4921603]},"properties":{"@type":"node","@id":9108613813,"@timestamp":1632166100},"coords":"51.4921603,0.0610524","bedrooms":"2","price":"171000","area":"432"} , +{"type":"Feature","id":"n9108923743","geometry":{"type":"Point","coordinates":[0.0618875,51.4935284]},"properties":{"@type":"node","@id":9108923743,"@timestamp":1632169425},"coords":"51.4935284,0.0618875","bedrooms":"3","price":"175000","area":"400"} , +{"type":"Feature","id":"n9109285107","geometry":{"type":"Point","coordinates":[0.1670908,51.8631269]},"properties":{"@type":"node","@id":9109285107,"@timestamp":1632181606},"coords":"51.8631269,0.1670908","bedrooms":"3","price":"288000","area":"642"} , +{"type":"Feature","id":"n9109406259","geometry":{"type":"Point","coordinates":[0.0248652,51.9096066]},"properties":{"@type":"node","@id":9109406259,"@timestamp":1632178697},"coords":"51.9096066,0.0248652","bedrooms":"4","price":"190000","area":"649"} , +{"type":"Feature","id":"n9110355463","geometry":{"type":"Point","coordinates":[-0.2465455,51.4566245]},"properties":{"@type":"node","@id":9110355463,"@timestamp":1632215343},"coords":"51.4566245,-0.2465455","bedrooms":"0","price":"229000","area":"381"} , +{"type":"Feature","id":"n9110399660","geometry":{"type":"Point","coordinates":[-0.1424668,51.4798608]},"properties":{"@type":"node","@id":9110399660,"@timestamp":1632214967},"coords":"51.4798608,-0.1424668","bedrooms":"3","price":"259000","area":"371"} , +{"type":"Feature","id":"n9110477794","geometry":{"type":"Point","coordinates":[-0.3018618,51.4517762]},"properties":{"@type":"node","@id":9110477794,"@timestamp":1632218019},"coords":"51.4517762,-0.3018618","bedrooms":"2","price":"187000","area":"435"} , +{"type":"Feature","id":"n9110522382","geometry":{"type":"Point","coordinates":[0.0434451,51.5548645]},"properties":{"@type":"node","@id":9110522382,"@timestamp":1632218649},"coords":"51.5548645,0.0434451","bedrooms":"2","price":"269000","area":"556"} , +{"type":"Feature","id":"n9110522827","geometry":{"type":"Point","coordinates":[0.0454916,51.5527123]},"properties":{"@type":"node","@id":9110522827,"@timestamp":1632218649},"coords":"51.5527123,0.0454916","bedrooms":"2","price":"163000","area":"513"} , +{"type":"Feature","id":"n9110522837","geometry":{"type":"Point","coordinates":[0.0451389,51.5528023]},"properties":{"@type":"node","@id":9110522837,"@timestamp":1632218649},"coords":"51.5528023,0.0451389","bedrooms":"1","price":"289000","area":"405"} , +{"type":"Feature","id":"n9110522847","geometry":{"type":"Point","coordinates":[0.0449954,51.5543975]},"properties":{"@type":"node","@id":9110522847,"@timestamp":1632218649},"coords":"51.5543975,0.0449954","bedrooms":"3","price":"192000","area":"649"} , +{"type":"Feature","id":"n9110522884","geometry":{"type":"Point","coordinates":[0.0434116,51.5544225]},"properties":{"@type":"node","@id":9110522884,"@timestamp":1632218649},"coords":"51.5544225,0.0434116","bedrooms":"2","price":"194000","area":"487"} , +{"type":"Feature","id":"n9110523125","geometry":{"type":"Point","coordinates":[0.0447644,51.5527954]},"properties":{"@type":"node","@id":9110523125,"@timestamp":1632218649},"coords":"51.5527954,0.0447644","bedrooms":"2","price":"282000","area":"647"} , +{"type":"Feature","id":"n9110759394","geometry":{"type":"Point","coordinates":[0.0510779,51.4920436]},"properties":{"@type":"node","@id":9110759394,"@timestamp":1632224833},"coords":"51.4920436,0.0510779","bedrooms":"0","price":"242000","area":"502"} , +{"type":"Feature","id":"n9110804054","geometry":{"type":"Point","coordinates":[0.0494456,51.4910296]},"properties":{"@type":"node","@id":9110804054,"@timestamp":1632224833},"coords":"51.4910296,0.0494456","bedrooms":"0","price":"186000","area":"562"} , +{"type":"Feature","id":"n9110804068","geometry":{"type":"Point","coordinates":[0.0522674,51.4917322]},"properties":{"@type":"node","@id":9110804068,"@timestamp":1632224833},"coords":"51.4917322,0.0522674","bedrooms":"4","price":"176000","area":"369"} , +{"type":"Feature","id":"n9110927007","geometry":{"type":"Point","coordinates":[-1.0385303,51.4820815]},"properties":{"@type":"node","@id":9110927007,"@timestamp":1632228143},"coords":"51.4820815,-1.0385303","bedrooms":"2","price":"199000","area":"543"} , +{"type":"Feature","id":"n9111036731","geometry":{"type":"Point","coordinates":[0.0469648,51.4923147]},"properties":{"@type":"node","@id":9111036731,"@timestamp":1632230647},"coords":"51.4923147,0.0469648","bedrooms":"4","price":"154000","area":"631"} , +{"type":"Feature","id":"n9111538825","geometry":{"type":"Point","coordinates":[-0.0973032,51.4940036]},"properties":{"@type":"node","@id":9111538825,"@timestamp":1633762371},"coords":"51.4940036,-0.0973032","bedrooms":"2","price":"153000","area":"491"} , +{"type":"Feature","id":"n9111605464","geometry":{"type":"Point","coordinates":[0.0407012,51.4908591]},"properties":{"@type":"node","@id":9111605464,"@timestamp":1632249349},"coords":"51.4908591,0.0407012","bedrooms":"3","price":"267000","area":"416"} , +{"type":"Feature","id":"n9111625030","geometry":{"type":"Point","coordinates":[0.3783454,51.4436972]},"properties":{"@type":"node","@id":9111625030,"@timestamp":1632248944},"coords":"51.4436972,0.3783454","bedrooms":"1","price":"289000","area":"536"} , +{"type":"Feature","id":"n9111625041","geometry":{"type":"Point","coordinates":[0.3779692,51.4436823]},"properties":{"@type":"node","@id":9111625041,"@timestamp":1632248944},"coords":"51.4436823,0.3779692","bedrooms":"0","price":"225000","area":"660"} , +{"type":"Feature","id":"n9111625083","geometry":{"type":"Point","coordinates":[0.3782042,51.4426743]},"properties":{"@type":"node","@id":9111625083,"@timestamp":1632248944},"coords":"51.4426743,0.3782042","bedrooms":"1","price":"262000","area":"384"} , +{"type":"Feature","id":"n9111625127","geometry":{"type":"Point","coordinates":[0.3773827,51.4418737]},"properties":{"@type":"node","@id":9111625127,"@timestamp":1632248944},"coords":"51.4418737,0.3773827","bedrooms":"1","price":"174000","area":"604"} , +{"type":"Feature","id":"n9111625150","geometry":{"type":"Point","coordinates":[0.3787218,51.4421525]},"properties":{"@type":"node","@id":9111625150,"@timestamp":1632248944},"coords":"51.4421525,0.3787218","bedrooms":"0","price":"214000","area":"486"} , +{"type":"Feature","id":"n9111625210","geometry":{"type":"Point","coordinates":[0.3793173,51.4429307]},"properties":{"@type":"node","@id":9111625210,"@timestamp":1632248944},"coords":"51.4429307,0.3793173","bedrooms":"0","price":"177000","area":"669"} , +{"type":"Feature","id":"n9111625236","geometry":{"type":"Point","coordinates":[0.3777623,51.4429165]},"properties":{"@type":"node","@id":9111625236,"@timestamp":1632248944},"coords":"51.4429165,0.3777623","bedrooms":"2","price":"283000","area":"666"} , +{"type":"Feature","id":"n9111625269","geometry":{"type":"Point","coordinates":[0.3771919,51.443524]},"properties":{"@type":"node","@id":9111625269,"@timestamp":1632248944},"coords":"51.443524,0.3771919","bedrooms":"0","price":"215000","area":"609"} , +{"type":"Feature","id":"n9111641042","geometry":{"type":"Point","coordinates":[0.0394711,51.4904643]},"properties":{"@type":"node","@id":9111641042,"@timestamp":1632249349},"coords":"51.4904643,0.0394711","bedrooms":"0","price":"186000","area":"617"} , +{"type":"Feature","id":"n9111641086","geometry":{"type":"Point","coordinates":[0.0404437,51.4908729]},"properties":{"@type":"node","@id":9111641086,"@timestamp":1632249349},"coords":"51.4908729,0.0404437","bedrooms":"0","price":"230000","area":"587"} , +{"type":"Feature","id":"n9111641128","geometry":{"type":"Point","coordinates":[0.0427593,51.491758]},"properties":{"@type":"node","@id":9111641128,"@timestamp":1632249349},"coords":"51.491758,0.0427593","bedrooms":"0","price":"232000","area":"695"} , +{"type":"Feature","id":"n9112026681","geometry":{"type":"Point","coordinates":[-0.3555558,51.4705477]},"properties":{"@type":"node","@id":9112026681,"@timestamp":1633638808},"coords":"51.4705477,-0.3555558","bedrooms":"3","price":"280000","area":"541"} , +{"type":"Feature","id":"n9112098362","geometry":{"type":"Point","coordinates":[0.1456787,51.850717]},"properties":{"@type":"node","@id":9112098362,"@timestamp":1632264823},"coords":"51.850717,0.1456787","bedrooms":"2","price":"182000","area":"682"} , +{"type":"Feature","id":"n9112122058","geometry":{"type":"Point","coordinates":[0.1503957,51.8203115]},"properties":{"@type":"node","@id":9112122058,"@timestamp":1632268016},"coords":"51.8203115,0.1503957","bedrooms":"4","price":"226000","area":"416"} , +{"type":"Feature","id":"n9113137018","geometry":{"type":"Point","coordinates":[-0.4378574,51.6154675]},"properties":{"@type":"node","@id":9113137018,"@timestamp":1632302527},"coords":"51.6154675,-0.4378574","bedrooms":"2","price":"279000","area":"613"} , +{"type":"Feature","id":"n9113280036","geometry":{"type":"Point","coordinates":[-0.060258,51.5362417]},"properties":{"@type":"node","@id":9113280036,"@timestamp":1632305506},"coords":"51.5362417,-0.060258","bedrooms":"4","price":"292000","area":"532"} , +{"type":"Feature","id":"n9113507930","geometry":{"type":"Point","coordinates":[0.0347394,51.4889829]},"properties":{"@type":"node","@id":9113507930,"@timestamp":1632310594},"coords":"51.4889829,0.0347394","bedrooms":"4","price":"214000","area":"659"} , +{"type":"Feature","id":"n9113507995","geometry":{"type":"Point","coordinates":[0.0382962,51.4900821]},"properties":{"@type":"node","@id":9113507995,"@timestamp":1632310594},"coords":"51.4900821,0.0382962","bedrooms":"0","price":"218000","area":"431"} , +{"type":"Feature","id":"n9113527078","geometry":{"type":"Point","coordinates":[-0.295939,51.4236434]},"properties":{"@type":"node","@id":9113527078,"@timestamp":1632311775},"coords":"51.4236434,-0.295939","bedrooms":"2","price":"266000","area":"452"} , +{"type":"Feature","id":"n9113617516","geometry":{"type":"Point","coordinates":[-0.2956595,51.4224697]},"properties":{"@type":"node","@id":9113617516,"@timestamp":1632312948},"coords":"51.4224697,-0.2956595","bedrooms":"2","price":"279000","area":"557"} , +{"type":"Feature","id":"n9113792636","geometry":{"type":"Point","coordinates":[-0.0054247,51.5099792]},"properties":{"@type":"node","@id":9113792636,"@timestamp":1632315898},"coords":"51.5099792,-0.0054247","bedrooms":"0","price":"243000","area":"596"} , +{"type":"Feature","id":"n9113795840","geometry":{"type":"Point","coordinates":[0.37659,51.4427986]},"properties":{"@type":"node","@id":9113795840,"@timestamp":1632316018},"coords":"51.4427986,0.37659","bedrooms":"1","price":"220000","area":"496"} , +{"type":"Feature","id":"n9113795852","geometry":{"type":"Point","coordinates":[0.3777885,51.4428314]},"properties":{"@type":"node","@id":9113795852,"@timestamp":1632316018},"coords":"51.4428314,0.3777885","bedrooms":"2","price":"246000","area":"391"} , +{"type":"Feature","id":"n9113795862","geometry":{"type":"Point","coordinates":[0.3790889,51.4436375]},"properties":{"@type":"node","@id":9113795862,"@timestamp":1632316018},"coords":"51.4436375,0.3790889","bedrooms":"4","price":"261000","area":"434"} , +{"type":"Feature","id":"n9113795872","geometry":{"type":"Point","coordinates":[0.3792564,51.4431347]},"properties":{"@type":"node","@id":9113795872,"@timestamp":1632316018},"coords":"51.4431347,0.3792564","bedrooms":"3","price":"269000","area":"471"} , +{"type":"Feature","id":"n9113795882","geometry":{"type":"Point","coordinates":[0.3792748,51.4428004]},"properties":{"@type":"node","@id":9113795882,"@timestamp":1632316018},"coords":"51.4428004,0.3792748","bedrooms":"0","price":"254000","area":"407"} , +{"type":"Feature","id":"n9113795892","geometry":{"type":"Point","coordinates":[0.378439,51.4424105]},"properties":{"@type":"node","@id":9113795892,"@timestamp":1632316018},"coords":"51.4424105,0.378439","bedrooms":"4","price":"243000","area":"480"} , +{"type":"Feature","id":"n9113795902","geometry":{"type":"Point","coordinates":[0.3786213,51.4420094]},"properties":{"@type":"node","@id":9113795902,"@timestamp":1632316018},"coords":"51.4420094,0.3786213","bedrooms":"2","price":"290000","area":"656"} , +{"type":"Feature","id":"n9113795912","geometry":{"type":"Point","coordinates":[0.3789611,51.4420917]},"properties":{"@type":"node","@id":9113795912,"@timestamp":1632316018},"coords":"51.4420917,0.3789611","bedrooms":"2","price":"287000","area":"473"} , +{"type":"Feature","id":"n9113795924","geometry":{"type":"Point","coordinates":[0.3793492,51.4436577]},"properties":{"@type":"node","@id":9113795924,"@timestamp":1632316018},"coords":"51.4436577,0.3793492","bedrooms":"4","price":"189000","area":"680"} , +{"type":"Feature","id":"n9113795993","geometry":{"type":"Point","coordinates":[0.379131,51.443406]},"properties":{"@type":"node","@id":9113795993,"@timestamp":1632316018},"coords":"51.443406,0.379131","bedrooms":"2","price":"231000","area":"372"} , +{"type":"Feature","id":"n9113796195","geometry":{"type":"Point","coordinates":[0.3767409,51.4438376]},"properties":{"@type":"node","@id":9113796195,"@timestamp":1632316018},"coords":"51.4438376,0.3767409","bedrooms":"2","price":"262000","area":"358"} , +{"type":"Feature","id":"n9113796208","geometry":{"type":"Point","coordinates":[0.3764257,51.4435676]},"properties":{"@type":"node","@id":9113796208,"@timestamp":1632316018},"coords":"51.4435676,0.3764257","bedrooms":"3","price":"250000","area":"397"} , +{"type":"Feature","id":"n9113796218","geometry":{"type":"Point","coordinates":[0.3761873,51.4433298]},"properties":{"@type":"node","@id":9113796218,"@timestamp":1632316018},"coords":"51.4433298,0.3761873","bedrooms":"1","price":"198000","area":"475"} , +{"type":"Feature","id":"n9113796511","geometry":{"type":"Point","coordinates":[0.3770703,51.4443356]},"properties":{"@type":"node","@id":9113796511,"@timestamp":1632316018},"coords":"51.4443356,0.3770703","bedrooms":"2","price":"286000","area":"457"} , +{"type":"Feature","id":"n9113796521","geometry":{"type":"Point","coordinates":[0.3773172,51.4442757]},"properties":{"@type":"node","@id":9113796521,"@timestamp":1632316018},"coords":"51.4442757,0.3773172","bedrooms":"2","price":"197000","area":"584"} , +{"type":"Feature","id":"n9113796782","geometry":{"type":"Point","coordinates":[0.3776663,51.444142]},"properties":{"@type":"node","@id":9113796782,"@timestamp":1632316018},"coords":"51.444142,0.3776663","bedrooms":"3","price":"297000","area":"507"} , +{"type":"Feature","id":"n9113796792","geometry":{"type":"Point","coordinates":[0.3793538,51.4441293]},"properties":{"@type":"node","@id":9113796792,"@timestamp":1632316018},"coords":"51.4441293,0.3793538","bedrooms":"2","price":"179000","area":"371"} , +{"type":"Feature","id":"n9113796802","geometry":{"type":"Point","coordinates":[0.3800202,51.443701]},"properties":{"@type":"node","@id":9113796802,"@timestamp":1632316018},"coords":"51.443701,0.3800202","bedrooms":"4","price":"239000","area":"421"} , +{"type":"Feature","id":"n9113796812","geometry":{"type":"Point","coordinates":[0.3782227,51.4439423]},"properties":{"@type":"node","@id":9113796812,"@timestamp":1632316018},"coords":"51.4439423,0.3782227","bedrooms":"2","price":"280000","area":"694"} , +{"type":"Feature","id":"n9113796822","geometry":{"type":"Point","coordinates":[0.3782962,51.4442167]},"properties":{"@type":"node","@id":9113796822,"@timestamp":1632316018},"coords":"51.4442167,0.3782962","bedrooms":"1","price":"266000","area":"475"} , +{"type":"Feature","id":"n9113796832","geometry":{"type":"Point","coordinates":[0.3766789,51.4445337]},"properties":{"@type":"node","@id":9113796832,"@timestamp":1632316018},"coords":"51.4445337,0.3766789","bedrooms":"4","price":"195000","area":"464"} , +{"type":"Feature","id":"n9113796842","geometry":{"type":"Point","coordinates":[0.3800866,51.443704]},"properties":{"@type":"node","@id":9113796842,"@timestamp":1632316018},"coords":"51.443704,0.3800866","bedrooms":"1","price":"174000","area":"491"} , +{"type":"Feature","id":"n9113796852","geometry":{"type":"Point","coordinates":[0.377995,51.4443669]},"properties":{"@type":"node","@id":9113796852,"@timestamp":1632316018},"coords":"51.4443669,0.377995","bedrooms":"3","price":"286000","area":"522"} , +{"type":"Feature","id":"n9113796862","geometry":{"type":"Point","coordinates":[0.3791383,51.44424]},"properties":{"@type":"node","@id":9113796862,"@timestamp":1632316018},"coords":"51.44424,0.3791383","bedrooms":"2","price":"276000","area":"447"} , +{"type":"Feature","id":"n9113796872","geometry":{"type":"Point","coordinates":[0.380272,51.4441127]},"properties":{"@type":"node","@id":9113796872,"@timestamp":1632316018},"coords":"51.4441127,0.380272","bedrooms":"2","price":"176000","area":"405"} , +{"type":"Feature","id":"n9113816367","geometry":{"type":"Point","coordinates":[-0.2932526,51.4258739]},"properties":{"@type":"node","@id":9113816367,"@timestamp":1632316436},"coords":"51.4258739,-0.2932526","bedrooms":"4","price":"175000","area":"583"} , +{"type":"Feature","id":"n9113891399","geometry":{"type":"Point","coordinates":[0.0313595,51.4878182]},"properties":{"@type":"node","@id":9113891399,"@timestamp":1632319581},"coords":"51.4878182,0.0313595","bedrooms":"3","price":"210000","area":"614"} , +{"type":"Feature","id":"n9113930924","geometry":{"type":"Point","coordinates":[0.0310898,51.4880991]},"properties":{"@type":"node","@id":9113930924,"@timestamp":1632319581},"coords":"51.4880991,0.0310898","bedrooms":"0","price":"161000","area":"385"} , +{"type":"Feature","id":"n9113930988","geometry":{"type":"Point","coordinates":[0.0310662,51.4880929]},"properties":{"@type":"node","@id":9113930988,"@timestamp":1632319581},"coords":"51.4880929,0.0310662","bedrooms":"0","price":"235000","area":"649"} , +{"type":"Feature","id":"n9114667629","geometry":{"type":"Point","coordinates":[0.3702418,51.4261584]},"properties":{"@type":"node","@id":9114667629,"@timestamp":1632326219},"coords":"51.4261584,0.3702418","bedrooms":"4","price":"214000","area":"451"} , +{"type":"Feature","id":"n9114690587","geometry":{"type":"Point","coordinates":[0.2692788,51.4473875]},"properties":{"@type":"node","@id":9114690587,"@timestamp":1632823617},"coords":"51.4473875,0.2692788","bedrooms":"3","price":"168000","area":"403"} , +{"type":"Feature","id":"n9114843398","geometry":{"type":"Point","coordinates":[-0.3186018,51.5758998]},"properties":{"@type":"node","@id":9114843398,"@timestamp":1632331391},"coords":"51.5758998,-0.3186018","bedrooms":"0","price":"150000","area":"499"} , +{"type":"Feature","id":"n9115158386","geometry":{"type":"Point","coordinates":[-0.3285927,51.4859831]},"properties":{"@type":"node","@id":9115158386,"@timestamp":1632713054},"coords":"51.4859831,-0.3285927","bedrooms":"0","price":"162000","area":"372"} , +{"type":"Feature","id":"n9115527594","geometry":{"type":"Point","coordinates":[-0.7791241,51.5706078]},"properties":{"@type":"node","@id":9115527594,"@timestamp":1632357507},"coords":"51.5706078,-0.7791241","bedrooms":"3","price":"244000","area":"633"} , +{"type":"Feature","id":"n9115546034","geometry":{"type":"Point","coordinates":[-0.778701,51.5707694]},"properties":{"@type":"node","@id":9115546034,"@timestamp":1632357507},"coords":"51.5707694,-0.778701","bedrooms":"3","price":"290000","area":"353"} , +{"type":"Feature","id":"n9116058556","geometry":{"type":"Point","coordinates":[0.5560783,51.393735]},"properties":{"@type":"node","@id":9116058556,"@timestamp":1632381143},"coords":"51.393735,0.5560783","bedrooms":"1","price":"160000","area":"519"} , +{"type":"Feature","id":"n9116058566","geometry":{"type":"Point","coordinates":[0.5612469,51.3887775]},"properties":{"@type":"node","@id":9116058566,"@timestamp":1632381143},"coords":"51.3887775,0.5612469","bedrooms":"2","price":"268000","area":"542"} , +{"type":"Feature","id":"n9116058576","geometry":{"type":"Point","coordinates":[0.5746284,51.3898487]},"properties":{"@type":"node","@id":9116058576,"@timestamp":1632381143},"coords":"51.3898487,0.5746284","bedrooms":"2","price":"269000","area":"353"} , +{"type":"Feature","id":"n9116058586","geometry":{"type":"Point","coordinates":[0.5715519,51.3899525]},"properties":{"@type":"node","@id":9116058586,"@timestamp":1632381143},"coords":"51.3899525,0.5715519","bedrooms":"4","price":"289000","area":"698"} , +{"type":"Feature","id":"n9116058596","geometry":{"type":"Point","coordinates":[0.5711576,51.3880762]},"properties":{"@type":"node","@id":9116058596,"@timestamp":1632381143},"coords":"51.3880762,0.5711576","bedrooms":"1","price":"293000","area":"494"} , +{"type":"Feature","id":"n9116122547","geometry":{"type":"Point","coordinates":[0.5436368,51.3680371]},"properties":{"@type":"node","@id":9116122547,"@timestamp":1632382611},"coords":"51.3680371,0.5436368","bedrooms":"0","price":"222000","area":"428"} , +{"type":"Feature","id":"n9116122557","geometry":{"type":"Point","coordinates":[0.534068,51.3719127]},"properties":{"@type":"node","@id":9116122557,"@timestamp":1632382611},"coords":"51.3719127,0.534068","bedrooms":"2","price":"250000","area":"605"} , +{"type":"Feature","id":"n9116122570","geometry":{"type":"Point","coordinates":[0.5377923,51.377098]},"properties":{"@type":"node","@id":9116122570,"@timestamp":1632382611},"coords":"51.377098,0.5377923","bedrooms":"0","price":"191000","area":"682"} , +{"type":"Feature","id":"n9116122580","geometry":{"type":"Point","coordinates":[0.5469856,51.3721621]},"properties":{"@type":"node","@id":9116122580,"@timestamp":1632382611},"coords":"51.3721621,0.5469856","bedrooms":"0","price":"200000","area":"665"} , +{"type":"Feature","id":"n9116139251","geometry":{"type":"Point","coordinates":[0.5397892,51.3615637]},"properties":{"@type":"node","@id":9116139251,"@timestamp":1632383017},"coords":"51.3615637,0.5397892","bedrooms":"1","price":"178000","area":"538"} , +{"type":"Feature","id":"n9116139261","geometry":{"type":"Point","coordinates":[0.5432895,51.3649349]},"properties":{"@type":"node","@id":9116139261,"@timestamp":1632383017},"coords":"51.3649349,0.5432895","bedrooms":"2","price":"274000","area":"353"} , +{"type":"Feature","id":"n9116139271","geometry":{"type":"Point","coordinates":[0.5419886,51.3496846]},"properties":{"@type":"node","@id":9116139271,"@timestamp":1632383017},"coords":"51.3496846,0.5419886","bedrooms":"0","price":"181000","area":"362"} , +{"type":"Feature","id":"n9116139281","geometry":{"type":"Point","coordinates":[0.5448157,51.3584384]},"properties":{"@type":"node","@id":9116139281,"@timestamp":1632383017},"coords":"51.3584384,0.5448157","bedrooms":"2","price":"179000","area":"552"} , +{"type":"Feature","id":"n9116511575","geometry":{"type":"Point","coordinates":[0.3529404,51.4240813]},"properties":{"@type":"node","@id":9116511575,"@timestamp":1632390975},"coords":"51.4240813,0.3529404","bedrooms":"4","price":"273000","area":"402"} , +{"type":"Feature","id":"n9116511587","geometry":{"type":"Point","coordinates":[0.3522445,51.4252579]},"properties":{"@type":"node","@id":9116511587,"@timestamp":1632390975},"coords":"51.4252579,0.3522445","bedrooms":"3","price":"153000","area":"444"} , +{"type":"Feature","id":"n9116511597","geometry":{"type":"Point","coordinates":[0.3525757,51.4249513]},"properties":{"@type":"node","@id":9116511597,"@timestamp":1632390975},"coords":"51.4249513,0.3525757","bedrooms":"0","price":"153000","area":"482"} , +{"type":"Feature","id":"n9116511607","geometry":{"type":"Point","coordinates":[0.3528977,51.4244352]},"properties":{"@type":"node","@id":9116511607,"@timestamp":1632390975},"coords":"51.4244352,0.3528977","bedrooms":"2","price":"161000","area":"379"} , +{"type":"Feature","id":"n9116511618","geometry":{"type":"Point","coordinates":[0.3512249,51.4239819]},"properties":{"@type":"node","@id":9116511618,"@timestamp":1632390975},"coords":"51.4239819,0.3512249","bedrooms":"3","price":"177000","area":"610"} , +{"type":"Feature","id":"n9116511638","geometry":{"type":"Point","coordinates":[0.3516464,51.424821]},"properties":{"@type":"node","@id":9116511638,"@timestamp":1632390975},"coords":"51.424821,0.3516464","bedrooms":"4","price":"153000","area":"681"} , +{"type":"Feature","id":"n9116511740","geometry":{"type":"Point","coordinates":[0.3530933,51.4248429]},"properties":{"@type":"node","@id":9116511740,"@timestamp":1632390975},"coords":"51.4248429,0.3530933","bedrooms":"2","price":"155000","area":"652"} , +{"type":"Feature","id":"n9116511750","geometry":{"type":"Point","coordinates":[0.3536521,51.4248823]},"properties":{"@type":"node","@id":9116511750,"@timestamp":1632390975},"coords":"51.4248823,0.3536521","bedrooms":"3","price":"239000","area":"386"} , +{"type":"Feature","id":"n9116511760","geometry":{"type":"Point","coordinates":[0.353285,51.4242181]},"properties":{"@type":"node","@id":9116511760,"@timestamp":1632390975},"coords":"51.4242181,0.353285","bedrooms":"1","price":"267000","area":"465"} , +{"type":"Feature","id":"n9116511815","geometry":{"type":"Point","coordinates":[0.3522772,51.4249764]},"properties":{"@type":"node","@id":9116511815,"@timestamp":1632390975},"coords":"51.4249764,0.3522772","bedrooms":"3","price":"232000","area":"370"} , +{"type":"Feature","id":"n9116594285","geometry":{"type":"Point","coordinates":[-0.7287348,51.2336118]},"properties":{"@type":"node","@id":9116594285,"@timestamp":1632394148},"coords":"51.2336118,-0.7287348","bedrooms":"1","price":"227000","area":"691"} , +{"type":"Feature","id":"n9116743525","geometry":{"type":"Point","coordinates":[-0.0613859,51.5373631]},"properties":{"@type":"node","@id":9116743525,"@timestamp":1632398926},"coords":"51.5373631,-0.0613859","bedrooms":"1","price":"219000","area":"637"} , +{"type":"Feature","id":"n9116951328","geometry":{"type":"Point","coordinates":[0.5564496,50.9925325]},"properties":{"@type":"node","@id":9116951328,"@timestamp":1632400900},"coords":"50.9925325,0.5564496","bedrooms":"2","price":"197000","area":"629"} , +{"type":"Feature","id":"n9116995486","geometry":{"type":"Point","coordinates":[-0.7239017,51.2409329]},"properties":{"@type":"node","@id":9116995486,"@timestamp":1636380909},"coords":"51.2409329,-0.7239017","bedrooms":"0","price":"173000","area":"664"} , +{"type":"Feature","id":"n9117165117","geometry":{"type":"Point","coordinates":[-0.8948274,51.5403913]},"properties":{"@type":"node","@id":9117165117,"@timestamp":1632405249},"coords":"51.5403913,-0.8948274","bedrooms":"0","price":"233000","area":"494"} , +{"type":"Feature","id":"n9117220131","geometry":{"type":"Point","coordinates":[0.0417083,51.5507984]},"properties":{"@type":"node","@id":9117220131,"@timestamp":1632406234},"coords":"51.5507984,0.0417083","bedrooms":"4","price":"176000","area":"567"} , +{"type":"Feature","id":"n9117220141","geometry":{"type":"Point","coordinates":[0.0396015,51.5508685]},"properties":{"@type":"node","@id":9117220141,"@timestamp":1632406234},"coords":"51.5508685,0.0396015","bedrooms":"2","price":"258000","area":"465"} , +{"type":"Feature","id":"n9117220151","geometry":{"type":"Point","coordinates":[0.0415581,51.551152]},"properties":{"@type":"node","@id":9117220151,"@timestamp":1632406234},"coords":"51.551152,0.0415581","bedrooms":"3","price":"153000","area":"520"} , +{"type":"Feature","id":"n9117220161","geometry":{"type":"Point","coordinates":[0.0411947,51.5502906]},"properties":{"@type":"node","@id":9117220161,"@timestamp":1632406234},"coords":"51.5502906,0.0411947","bedrooms":"0","price":"236000","area":"364"} , +{"type":"Feature","id":"n9117251560","geometry":{"type":"Point","coordinates":[0.0623455,51.4943613]},"properties":{"@type":"node","@id":9117251560,"@timestamp":1632406962},"coords":"51.4943613,0.0623455","bedrooms":"1","price":"176000","area":"530"} , +{"type":"Feature","id":"n9117473460","geometry":{"type":"Point","coordinates":[-0.1141857,51.4957566]},"properties":{"@type":"node","@id":9117473460,"@timestamp":1632410313},"coords":"51.4957566,-0.1141857","bedrooms":"0","price":"249000","area":"483"} , +{"type":"Feature","id":"n9117634321","geometry":{"type":"Point","coordinates":[0.3706782,51.4382447]},"properties":{"@type":"node","@id":9117634321,"@timestamp":1632413170},"coords":"51.4382447,0.3706782","bedrooms":"2","price":"234000","area":"527"} , +{"type":"Feature","id":"n9117740009","geometry":{"type":"Point","coordinates":[0.3733127,51.4209765]},"properties":{"@type":"node","@id":9117740009,"@timestamp":1632413842},"coords":"51.4209765,0.3733127","bedrooms":"4","price":"154000","area":"499"} , +{"type":"Feature","id":"n9117837534","geometry":{"type":"Point","coordinates":[0.1446814,51.4387538]},"properties":{"@type":"node","@id":9117837534,"@timestamp":1632415712},"coords":"51.4387538,0.1446814","bedrooms":"1","price":"290000","area":"559"} , +{"type":"Feature","id":"n9118159941","geometry":{"type":"Point","coordinates":[0.0734874,51.4940305]},"properties":{"@type":"node","@id":9118159941,"@timestamp":1632422307},"coords":"51.4940305,0.0734874","bedrooms":"0","price":"234000","area":"401"} , +{"type":"Feature","id":"n9118159951","geometry":{"type":"Point","coordinates":[0.0742026,51.4930175]},"properties":{"@type":"node","@id":9118159951,"@timestamp":1632422307},"coords":"51.4930175,0.0742026","bedrooms":"0","price":"175000","area":"451"} , +{"type":"Feature","id":"n9118511847","geometry":{"type":"Point","coordinates":[0.1049811,51.4044742]},"properties":{"@type":"node","@id":9118511847,"@timestamp":1632430806},"coords":"51.4044742,0.1049811","bedrooms":"0","price":"173000","area":"457"} , +{"type":"Feature","id":"n9118603117","geometry":{"type":"Point","coordinates":[-0.2444916,51.4576505]},"properties":{"@type":"node","@id":9118603117,"@timestamp":1632430608},"coords":"51.4576505,-0.2444916","bedrooms":"2","price":"292000","area":"546"} , +{"type":"Feature","id":"n9118803662","geometry":{"type":"Point","coordinates":[-1.0518904,51.8189325]},"properties":{"@type":"node","@id":9118803662,"@timestamp":1635014374},"coords":"51.8189325,-1.0518904","bedrooms":"1","price":"175000","area":"565"} , +{"type":"Feature","id":"n9118844703","geometry":{"type":"Point","coordinates":[-0.5867929,51.7665049]},"properties":{"@type":"node","@id":9118844703,"@timestamp":1632442685},"coords":"51.7665049,-0.5867929","bedrooms":"4","price":"222000","area":"389"} , +{"type":"Feature","id":"n9118844750","geometry":{"type":"Point","coordinates":[-0.5865709,51.76137]},"properties":{"@type":"node","@id":9118844750,"@timestamp":1632442685},"coords":"51.76137,-0.5865709","bedrooms":"3","price":"196000","area":"357"} , +{"type":"Feature","id":"n9118846497","geometry":{"type":"Point","coordinates":[-0.1303774,51.562544]},"properties":{"@type":"node","@id":9118846497,"@timestamp":1632442908},"coords":"51.562544,-0.1303774","bedrooms":"2","price":"169000","area":"669"} , +{"type":"Feature","id":"n9118848440","geometry":{"type":"Point","coordinates":[-0.1297955,51.5627412]},"properties":{"@type":"node","@id":9118848440,"@timestamp":1632442908},"coords":"51.5627412,-0.1297955","bedrooms":"2","price":"168000","area":"629"} , +{"type":"Feature","id":"n9118848474","geometry":{"type":"Point","coordinates":[-0.1292916,51.5630809]},"properties":{"@type":"node","@id":9118848474,"@timestamp":1632442908},"coords":"51.5630809,-0.1292916","bedrooms":"4","price":"210000","area":"516"} , +{"type":"Feature","id":"n9118848520","geometry":{"type":"Point","coordinates":[-0.1287569,51.5634243]},"properties":{"@type":"node","@id":9118848520,"@timestamp":1632442908},"coords":"51.5634243,-0.1287569","bedrooms":"1","price":"189000","area":"658"} , +{"type":"Feature","id":"n9118858399","geometry":{"type":"Point","coordinates":[-0.7784388,51.5710391]},"properties":{"@type":"node","@id":9118858399,"@timestamp":1632443427},"coords":"51.5710391,-0.7784388","bedrooms":"4","price":"281000","area":"495"} , +{"type":"Feature","id":"n9118901263","geometry":{"type":"Point","coordinates":[-0.131374,51.4804115]},"properties":{"@type":"node","@id":9118901263,"@timestamp":1632453818},"coords":"51.4804115,-0.131374","bedrooms":"4","price":"229000","area":"632"} , +{"type":"Feature","id":"n9119651162","geometry":{"type":"Point","coordinates":[-0.3392095,51.429943]},"properties":{"@type":"node","@id":9119651162,"@timestamp":1632474714},"coords":"51.429943,-0.3392095","bedrooms":"3","price":"251000","area":"356"} , +{"type":"Feature","id":"n9119651319","geometry":{"type":"Point","coordinates":[-0.3406848,51.4295144]},"properties":{"@type":"node","@id":9119651319,"@timestamp":1632474714},"coords":"51.4295144,-0.3406848","bedrooms":"1","price":"210000","area":"522"} , +{"type":"Feature","id":"n9119651329","geometry":{"type":"Point","coordinates":[-0.3412098,51.430231]},"properties":{"@type":"node","@id":9119651329,"@timestamp":1632474714},"coords":"51.430231,-0.3412098","bedrooms":"4","price":"240000","area":"363"} , +{"type":"Feature","id":"n9119651339","geometry":{"type":"Point","coordinates":[-0.3412065,51.4292142]},"properties":{"@type":"node","@id":9119651339,"@timestamp":1632474714},"coords":"51.4292142,-0.3412065","bedrooms":"1","price":"286000","area":"353"} , +{"type":"Feature","id":"n9119822206","geometry":{"type":"Point","coordinates":[0.0428429,51.5504298]},"properties":{"@type":"node","@id":9119822206,"@timestamp":1632478543},"coords":"51.5504298,0.0428429","bedrooms":"3","price":"293000","area":"398"} , +{"type":"Feature","id":"n9119822216","geometry":{"type":"Point","coordinates":[0.0423561,51.551187]},"properties":{"@type":"node","@id":9119822216,"@timestamp":1632478543},"coords":"51.551187,0.0423561","bedrooms":"3","price":"284000","area":"615"} , +{"type":"Feature","id":"n9119822226","geometry":{"type":"Point","coordinates":[0.0448908,51.5498861]},"properties":{"@type":"node","@id":9119822226,"@timestamp":1632478543},"coords":"51.5498861,0.0448908","bedrooms":"4","price":"197000","area":"569"} , +{"type":"Feature","id":"n9119822236","geometry":{"type":"Point","coordinates":[0.0431755,51.5499779]},"properties":{"@type":"node","@id":9119822236,"@timestamp":1632478543},"coords":"51.5499779,0.0431755","bedrooms":"3","price":"165000","area":"388"} , +{"type":"Feature","id":"n9119849903","geometry":{"type":"Point","coordinates":[0.1090579,51.6975699]},"properties":{"@type":"node","@id":9119849903,"@timestamp":1632480431},"coords":"51.6975699,0.1090579","bedrooms":"2","price":"193000","area":"466"} , +{"type":"Feature","id":"n9120015779","geometry":{"type":"Point","coordinates":[-0.3408907,51.5074058]},"properties":{"@type":"node","@id":9120015779,"@timestamp":1632519279},"coords":"51.5074058,-0.3408907","bedrooms":"4","price":"169000","area":"699"} , +{"type":"Feature","id":"n9120015791","geometry":{"type":"Point","coordinates":[-0.3408524,51.5074267]},"properties":{"@type":"node","@id":9120015791,"@timestamp":1632519279},"coords":"51.5074267,-0.3408524","bedrooms":"1","price":"174000","area":"465"} , +{"type":"Feature","id":"n9120057645","geometry":{"type":"Point","coordinates":[-0.3423043,51.5076068]},"properties":{"@type":"node","@id":9120057645,"@timestamp":1632485944},"coords":"51.5076068,-0.3423043","bedrooms":"3","price":"219000","area":"626"} , +{"type":"Feature","id":"n9120059224","geometry":{"type":"Point","coordinates":[-0.1017721,51.3705912]},"properties":{"@type":"node","@id":9120059224,"@timestamp":1632485362},"coords":"51.3705912,-0.1017721","bedrooms":"4","price":"233000","area":"664"} , +{"type":"Feature","id":"n9120139469","geometry":{"type":"Point","coordinates":[-0.10027,51.3735838]},"properties":{"@type":"node","@id":9120139469,"@timestamp":1632488048},"coords":"51.3735838,-0.10027","bedrooms":"1","price":"208000","area":"525"} , +{"type":"Feature","id":"n9120190452","geometry":{"type":"Point","coordinates":[0.336211,51.4385939]},"properties":{"@type":"node","@id":9120190452,"@timestamp":1632489511},"coords":"51.4385939,0.336211","bedrooms":"1","price":"253000","area":"607"} , +{"type":"Feature","id":"n9120190560","geometry":{"type":"Point","coordinates":[0.3352372,51.4370418]},"properties":{"@type":"node","@id":9120190560,"@timestamp":1632489511},"coords":"51.4370418,0.3352372","bedrooms":"4","price":"150000","area":"589"} , +{"type":"Feature","id":"n9120190646","geometry":{"type":"Point","coordinates":[0.3356349,51.43678]},"properties":{"@type":"node","@id":9120190646,"@timestamp":1632489511},"coords":"51.43678,0.3356349","bedrooms":"3","price":"161000","area":"481"} , +{"type":"Feature","id":"n9120190656","geometry":{"type":"Point","coordinates":[0.334856,51.436948]},"properties":{"@type":"node","@id":9120190656,"@timestamp":1632489511},"coords":"51.436948,0.334856","bedrooms":"4","price":"212000","area":"475"} , +{"type":"Feature","id":"n9120191630","geometry":{"type":"Point","coordinates":[0.3415382,51.4356669]},"properties":{"@type":"node","@id":9120191630,"@timestamp":1632489511},"coords":"51.4356669,0.3415382","bedrooms":"1","price":"190000","area":"540"} , +{"type":"Feature","id":"n9120399261","geometry":{"type":"Point","coordinates":[0.0456861,51.5511987]},"properties":{"@type":"node","@id":9120399261,"@timestamp":1632494615},"coords":"51.5511987,0.0456861","bedrooms":"0","price":"253000","area":"670"} , +{"type":"Feature","id":"n9120399271","geometry":{"type":"Point","coordinates":[0.044754,51.5516057]},"properties":{"@type":"node","@id":9120399271,"@timestamp":1632494615},"coords":"51.5516057,0.044754","bedrooms":"4","price":"263000","area":"365"} , +{"type":"Feature","id":"n9120399281","geometry":{"type":"Point","coordinates":[0.04453,51.5508301]},"properties":{"@type":"node","@id":9120399281,"@timestamp":1632494615},"coords":"51.5508301,0.04453","bedrooms":"2","price":"201000","area":"608"} , +{"type":"Feature","id":"n9120560502","geometry":{"type":"Point","coordinates":[-0.1534519,51.2940127]},"properties":{"@type":"node","@id":9120560502,"@timestamp":1632499339},"coords":"51.2940127,-0.1534519","bedrooms":"3","price":"230000","area":"585"} , +{"type":"Feature","id":"n9120904211","geometry":{"type":"Point","coordinates":[-0.2198633,51.4605452]},"properties":{"@type":"node","@id":9120904211,"@timestamp":1632506775},"coords":"51.4605452,-0.2198633","bedrooms":"0","price":"289000","area":"371"} , +{"type":"Feature","id":"n9120962111","geometry":{"type":"Point","coordinates":[-0.2010478,51.4560542]},"properties":{"@type":"node","@id":9120962111,"@timestamp":1632509510},"coords":"51.4560542,-0.2010478","bedrooms":"2","price":"153000","area":"398"} , +{"type":"Feature","id":"n9120975717","geometry":{"type":"Point","coordinates":[-0.0621981,51.5426678]},"properties":{"@type":"node","@id":9120975717,"@timestamp":1632509110},"coords":"51.5426678,-0.0621981","bedrooms":"2","price":"229000","area":"662"} , +{"type":"Feature","id":"n9121006017","geometry":{"type":"Point","coordinates":[-0.0582102,51.5409553]},"properties":{"@type":"node","@id":9121006017,"@timestamp":1632510007},"coords":"51.5409553,-0.0582102","bedrooms":"4","price":"186000","area":"428"} , +{"type":"Feature","id":"n9121209727","geometry":{"type":"Point","coordinates":[0.4962621,51.7522989]},"properties":{"@type":"node","@id":9121209727,"@timestamp":1632517776},"coords":"51.7522989,0.4962621","bedrooms":"1","price":"204000","area":"645"} , +{"type":"Feature","id":"n9121209743","geometry":{"type":"Point","coordinates":[0.4963604,51.7526126]},"properties":{"@type":"node","@id":9121209743,"@timestamp":1632517776},"coords":"51.7526126,0.4963604","bedrooms":"1","price":"284000","area":"508"} , +{"type":"Feature","id":"n9121209758","geometry":{"type":"Point","coordinates":[0.4954384,51.7523267]},"properties":{"@type":"node","@id":9121209758,"@timestamp":1632517776},"coords":"51.7523267,0.4954384","bedrooms":"0","price":"240000","area":"409"} , +{"type":"Feature","id":"n9121209778","geometry":{"type":"Point","coordinates":[0.495254,51.7520959]},"properties":{"@type":"node","@id":9121209778,"@timestamp":1632517776},"coords":"51.7520959,0.495254","bedrooms":"0","price":"205000","area":"679"} , +{"type":"Feature","id":"n9121243044","geometry":{"type":"Point","coordinates":[0.0813093,51.9313474]},"properties":{"@type":"node","@id":9121243044,"@timestamp":1632519924},"coords":"51.9313474,0.0813093","bedrooms":"1","price":"188000","area":"382"} , +{"type":"Feature","id":"n9121258163","geometry":{"type":"Point","coordinates":[0.48723,51.7712989]},"properties":{"@type":"node","@id":9121258163,"@timestamp":1632520323},"coords":"51.7712989,0.48723","bedrooms":"0","price":"276000","area":"524"} , +{"type":"Feature","id":"n9121258188","geometry":{"type":"Point","coordinates":[0.0460254,51.5494016]},"properties":{"@type":"node","@id":9121258188,"@timestamp":1632520571},"coords":"51.5494016,0.0460254","bedrooms":"0","price":"161000","area":"637"} , +{"type":"Feature","id":"n9121266935","geometry":{"type":"Point","coordinates":[-0.1288574,51.5631778]},"properties":{"@type":"node","@id":9121266935,"@timestamp":1632520588},"coords":"51.5631778,-0.1288574","bedrooms":"3","price":"213000","area":"559"} , +{"type":"Feature","id":"n9121266948","geometry":{"type":"Point","coordinates":[-0.1295891,51.5626833]},"properties":{"@type":"node","@id":9121266948,"@timestamp":1632520588},"coords":"51.5626833,-0.1295891","bedrooms":"3","price":"172000","area":"382"} , +{"type":"Feature","id":"n9121266970","geometry":{"type":"Point","coordinates":[-0.1301143,51.562342]},"properties":{"@type":"node","@id":9121266970,"@timestamp":1632520588},"coords":"51.562342,-0.1301143","bedrooms":"3","price":"267000","area":"676"} , +{"type":"Feature","id":"n9121279396","geometry":{"type":"Point","coordinates":[-0.1320512,51.4835268]},"properties":{"@type":"node","@id":9121279396,"@timestamp":1632521463},"coords":"51.4835268,-0.1320512","bedrooms":"2","price":"160000","area":"354"} , +{"type":"Feature","id":"n9121310635","geometry":{"type":"Point","coordinates":[-0.0810188,51.4619786]},"properties":{"@type":"node","@id":9121310635,"@timestamp":1632523049},"coords":"51.4619786,-0.0810188","bedrooms":"0","price":"261000","area":"682"} , +{"type":"Feature","id":"n9121310646","geometry":{"type":"Point","coordinates":[-0.0825684,51.4610067]},"properties":{"@type":"node","@id":9121310646,"@timestamp":1632523049},"coords":"51.4610067,-0.0825684","bedrooms":"1","price":"160000","area":"622"} , +{"type":"Feature","id":"n9121344729","geometry":{"type":"Point","coordinates":[0.1540809,51.8706296]},"properties":{"@type":"node","@id":9121344729,"@timestamp":1632525278},"coords":"51.8706296,0.1540809","bedrooms":"3","price":"202000","area":"618"} , +{"type":"Feature","id":"n9121367630","geometry":{"type":"Point","coordinates":[-0.773413,51.5697633]},"properties":{"@type":"node","@id":9121367630,"@timestamp":1632526993},"coords":"51.5697633,-0.773413","bedrooms":"0","price":"163000","area":"434"} , +{"type":"Feature","id":"n9121367722","geometry":{"type":"Point","coordinates":[-0.7747934,51.5699852]},"properties":{"@type":"node","@id":9121367722,"@timestamp":1632526993},"coords":"51.5699852,-0.7747934","bedrooms":"1","price":"157000","area":"697"} , +{"type":"Feature","id":"n9121367741","geometry":{"type":"Point","coordinates":[-0.77531,51.5704707]},"properties":{"@type":"node","@id":9121367741,"@timestamp":1632526993},"coords":"51.5704707,-0.77531","bedrooms":"3","price":"203000","area":"496"} , +{"type":"Feature","id":"n9121367832","geometry":{"type":"Point","coordinates":[-0.7762847,51.5714315]},"properties":{"@type":"node","@id":9121367832,"@timestamp":1632526993},"coords":"51.5714315,-0.7762847","bedrooms":"2","price":"175000","area":"622"} , +{"type":"Feature","id":"n9121426298","geometry":{"type":"Point","coordinates":[0.0195697,51.4773053]},"properties":{"@type":"node","@id":9121426298,"@timestamp":1632533979},"coords":"51.4773053,0.0195697","bedrooms":"2","price":"246000","area":"397"} , +{"type":"Feature","id":"n9121565558","geometry":{"type":"Point","coordinates":[-0.5095743,51.4375349]},"properties":{"@type":"node","@id":9121565558,"@timestamp":1632538976},"coords":"51.4375349,-0.5095743","bedrooms":"0","price":"288000","area":"441"} , +{"type":"Feature","id":"n9121565568","geometry":{"type":"Point","coordinates":[-0.5099815,51.4376698]},"properties":{"@type":"node","@id":9121565568,"@timestamp":1632538976},"coords":"51.4376698,-0.5099815","bedrooms":"0","price":"214000","area":"435"} , +{"type":"Feature","id":"n9121967504","geometry":{"type":"Point","coordinates":[0.0087241,51.4898857]},"properties":{"@type":"node","@id":9121967504,"@timestamp":1632566712},"coords":"51.4898857,0.0087241","bedrooms":"1","price":"196000","area":"393"} , +{"type":"Feature","id":"n9122030045","geometry":{"type":"Point","coordinates":[-0.1242295,51.5125859]},"properties":{"@type":"node","@id":9122030045,"@timestamp":1632566011},"coords":"51.5125859,-0.1242295","bedrooms":"4","price":"213000","area":"486"} , +{"type":"Feature","id":"n9122176014","geometry":{"type":"Point","coordinates":[-0.1213034,51.5128272]},"properties":{"@type":"node","@id":9122176014,"@timestamp":1632570154},"coords":"51.5128272,-0.1213034","bedrooms":"2","price":"234000","area":"645"} , +{"type":"Feature","id":"n9122225968","geometry":{"type":"Point","coordinates":[-0.1227012,51.513416]},"properties":{"@type":"node","@id":9122225968,"@timestamp":1632570154},"coords":"51.513416,-0.1227012","bedrooms":"1","price":"202000","area":"676"} , +{"type":"Feature","id":"n9122361673","geometry":{"type":"Point","coordinates":[-0.5419366,51.8479412]},"properties":{"@type":"node","@id":9122361673,"@timestamp":1632576394},"coords":"51.8479412,-0.5419366","bedrooms":"1","price":"211000","area":"380"} , +{"type":"Feature","id":"n9122362850","geometry":{"type":"Point","coordinates":[-0.1208295,51.5128003]},"properties":{"@type":"node","@id":9122362850,"@timestamp":1632576179},"coords":"51.5128003,-0.1208295","bedrooms":"3","price":"218000","area":"538"} , +{"type":"Feature","id":"n9122617952","geometry":{"type":"Point","coordinates":[-0.1193925,51.5134848]},"properties":{"@type":"node","@id":9122617952,"@timestamp":1632583806},"coords":"51.5134848,-0.1193925","bedrooms":"2","price":"207000","area":"379"} , +{"type":"Feature","id":"n9122688399","geometry":{"type":"Point","coordinates":[-0.1566517,51.4715204]},"properties":{"@type":"node","@id":9122688399,"@timestamp":1632585975},"coords":"51.4715204,-0.1566517","bedrooms":"0","price":"294000","area":"448"} , +{"type":"Feature","id":"n9122815036","geometry":{"type":"Point","coordinates":[-0.2191077,51.5000816]},"properties":{"@type":"node","@id":9122815036,"@timestamp":1632741215},"coords":"51.5000816,-0.2191077","bedrooms":"2","price":"256000","area":"543"} , +{"type":"Feature","id":"n9122815092","geometry":{"type":"Point","coordinates":[-0.2185939,51.5008704]},"properties":{"@type":"node","@id":9122815092,"@timestamp":1632591008},"coords":"51.5008704,-0.2185939","bedrooms":"1","price":"194000","area":"386"} , +{"type":"Feature","id":"n9122824929","geometry":{"type":"Point","coordinates":[-0.2192937,51.5005219]},"properties":{"@type":"node","@id":9122824929,"@timestamp":1632591008},"coords":"51.5005219,-0.2192937","bedrooms":"2","price":"167000","area":"543"} , +{"type":"Feature","id":"n9122824939","geometry":{"type":"Point","coordinates":[-0.2199328,51.5002036]},"properties":{"@type":"node","@id":9122824939,"@timestamp":1632591008},"coords":"51.5002036,-0.2199328","bedrooms":"0","price":"275000","area":"414"} , +{"type":"Feature","id":"n9122824949","geometry":{"type":"Point","coordinates":[-0.2205634,51.4998896]},"properties":{"@type":"node","@id":9122824949,"@timestamp":1632591008},"coords":"51.4998896,-0.2205634","bedrooms":"1","price":"281000","area":"639"} , +{"type":"Feature","id":"n9122870245","geometry":{"type":"Point","coordinates":[-0.121322,51.5143097]},"properties":{"@type":"node","@id":9122870245,"@timestamp":1632592896},"coords":"51.5143097,-0.121322","bedrooms":"4","price":"171000","area":"579"} , +{"type":"Feature","id":"n9123057307","geometry":{"type":"Point","coordinates":[-0.927156,51.7670105]},"properties":{"@type":"node","@id":9123057307,"@timestamp":1632601081},"coords":"51.7670105,-0.927156","bedrooms":"3","price":"204000","area":"685"} , +{"type":"Feature","id":"n9123089587","geometry":{"type":"Point","coordinates":[-0.3645881,51.1671821]},"properties":{"@type":"node","@id":9123089587,"@timestamp":1632602248},"coords":"51.1671821,-0.3645881","bedrooms":"2","price":"233000","area":"420"} , +{"type":"Feature","id":"n9123148829","geometry":{"type":"Point","coordinates":[-0.5307146,51.674357]},"properties":{"@type":"node","@id":9123148829,"@timestamp":1632605684},"coords":"51.674357,-0.5307146","bedrooms":"4","price":"297000","area":"587"} , +{"type":"Feature","id":"n9123197394","geometry":{"type":"Point","coordinates":[-0.6069785,51.7634277]},"properties":{"@type":"node","@id":9123197394,"@timestamp":1632608729},"coords":"51.7634277,-0.6069785","bedrooms":"3","price":"286000","area":"598"} , +{"type":"Feature","id":"n9123198159","geometry":{"type":"Point","coordinates":[-0.1231208,51.5141798]},"properties":{"@type":"node","@id":9123198159,"@timestamp":1632612101},"coords":"51.5141798,-0.1231208","bedrooms":"1","price":"218000","area":"557"} , +{"type":"Feature","id":"n9123210931","geometry":{"type":"Point","coordinates":[-0.018537,51.1774004]},"properties":{"@type":"node","@id":9123210931,"@timestamp":1632609336},"coords":"51.1774004,-0.018537","bedrooms":"1","price":"180000","area":"442"} , +{"type":"Feature","id":"n9123211190","geometry":{"type":"Point","coordinates":[-0.0185904,51.1792606]},"properties":{"@type":"node","@id":9123211190,"@timestamp":1632609336},"coords":"51.1792606,-0.0185904","bedrooms":"0","price":"255000","area":"661"} , +{"type":"Feature","id":"n9123372169","geometry":{"type":"Point","coordinates":[-0.1002311,51.370813]},"properties":{"@type":"node","@id":9123372169,"@timestamp":1632624071},"coords":"51.370813,-0.1002311","bedrooms":"2","price":"159000","area":"407"} , +{"type":"Feature","id":"n9123614389","geometry":{"type":"Point","coordinates":[0.5411679,51.3447558]},"properties":{"@type":"node","@id":9123614389,"@timestamp":1632640909},"coords":"51.3447558,0.5411679","bedrooms":"2","price":"213000","area":"684"} , +{"type":"Feature","id":"n9123614415","geometry":{"type":"Point","coordinates":[0.5497,51.3641562]},"properties":{"@type":"node","@id":9123614415,"@timestamp":1632640909},"coords":"51.3641562,0.5497","bedrooms":"3","price":"274000","area":"502"} , +{"type":"Feature","id":"n9123769821","geometry":{"type":"Point","coordinates":[0.5483562,51.3376969]},"properties":{"@type":"node","@id":9123769821,"@timestamp":1632642176},"coords":"51.3376969,0.5483562","bedrooms":"0","price":"184000","area":"478"} , +{"type":"Feature","id":"n9124058628","geometry":{"type":"Point","coordinates":[-1.0107398,51.4425469]},"properties":{"@type":"node","@id":9124058628,"@timestamp":1632655365},"coords":"51.4425469,-1.0107398","bedrooms":"3","price":"210000","area":"589"} , +{"type":"Feature","id":"n9124181961","geometry":{"type":"Point","coordinates":[-0.2557749,51.3994136]},"properties":{"@type":"node","@id":9124181961,"@timestamp":1634927858},"coords":"51.3994136,-0.2557749","bedrooms":"3","price":"158000","area":"531"} , +{"type":"Feature","id":"n9124326909","geometry":{"type":"Point","coordinates":[-0.7151695,51.2584151]},"properties":{"@type":"node","@id":9124326909,"@timestamp":1632666486},"coords":"51.2584151,-0.7151695","bedrooms":"4","price":"232000","area":"374"} , +{"type":"Feature","id":"n9124468281","geometry":{"type":"Point","coordinates":[-0.5597655,51.5613062]},"properties":{"@type":"node","@id":9124468281,"@timestamp":1632670553},"coords":"51.5613062,-0.5597655","bedrooms":"0","price":"154000","area":"567"} , +{"type":"Feature","id":"n9124492662","geometry":{"type":"Point","coordinates":[-0.2167635,51.467435]},"properties":{"@type":"node","@id":9124492662,"@timestamp":1632672893},"coords":"51.467435,-0.2167635","bedrooms":"1","price":"210000","area":"456"} , +{"type":"Feature","id":"n9124492672","geometry":{"type":"Point","coordinates":[-0.2189404,51.4687296]},"properties":{"@type":"node","@id":9124492672,"@timestamp":1632672893},"coords":"51.4687296,-0.2189404","bedrooms":"1","price":"224000","area":"548"} , +{"type":"Feature","id":"n9124492682","geometry":{"type":"Point","coordinates":[-0.2163922,51.4672549]},"properties":{"@type":"node","@id":9124492682,"@timestamp":1632672893},"coords":"51.4672549,-0.2163922","bedrooms":"1","price":"169000","area":"580"} , +{"type":"Feature","id":"n9124492692","geometry":{"type":"Point","coordinates":[-0.2209913,51.4702573]},"properties":{"@type":"node","@id":9124492692,"@timestamp":1632672893},"coords":"51.4702573,-0.2209913","bedrooms":"0","price":"181000","area":"672"} , +{"type":"Feature","id":"n9124492702","geometry":{"type":"Point","coordinates":[-0.2235359,51.4716545]},"properties":{"@type":"node","@id":9124492702,"@timestamp":1632672893},"coords":"51.4716545,-0.2235359","bedrooms":"4","price":"285000","area":"659"} , +{"type":"Feature","id":"n9124512709","geometry":{"type":"Point","coordinates":[-0.2027449,51.6971664]},"properties":{"@type":"node","@id":9124512709,"@timestamp":1632672036},"coords":"51.6971664,-0.2027449","bedrooms":"4","price":"230000","area":"625"} , +{"type":"Feature","id":"n9124515550","geometry":{"type":"Point","coordinates":[-0.2030248,51.6959654]},"properties":{"@type":"node","@id":9124515550,"@timestamp":1632672036},"coords":"51.6959654,-0.2030248","bedrooms":"1","price":"162000","area":"458"} , +{"type":"Feature","id":"n9124515848","geometry":{"type":"Point","coordinates":[-0.2034069,51.6948795]},"properties":{"@type":"node","@id":9124515848,"@timestamp":1632672036},"coords":"51.6948795,-0.2034069","bedrooms":"1","price":"165000","area":"404"} , +{"type":"Feature","id":"n9124532594","geometry":{"type":"Point","coordinates":[-0.7637345,51.616246]},"properties":{"@type":"node","@id":9124532594,"@timestamp":1633029139},"coords":"51.616246,-0.7637345","bedrooms":"3","price":"250000","area":"570"} , +{"type":"Feature","id":"n9124532631","geometry":{"type":"Point","coordinates":[-0.7638503,51.6161712]},"properties":{"@type":"node","@id":9124532631,"@timestamp":1632672647},"coords":"51.6161712,-0.7638503","bedrooms":"4","price":"209000","area":"493"} , +{"type":"Feature","id":"n9124543005","geometry":{"type":"Point","coordinates":[-0.3286788,51.4869117]},"properties":{"@type":"node","@id":9124543005,"@timestamp":1632675207},"coords":"51.4869117,-0.3286788","bedrooms":"4","price":"268000","area":"382"} , +{"type":"Feature","id":"n9124548138","geometry":{"type":"Point","coordinates":[-0.5602689,51.6019868]},"properties":{"@type":"node","@id":9124548138,"@timestamp":1632673423},"coords":"51.6019868,-0.5602689","bedrooms":"4","price":"195000","area":"415"} , +{"type":"Feature","id":"n9124564848","geometry":{"type":"Point","coordinates":[-0.1926407,51.6964522]},"properties":{"@type":"node","@id":9124564848,"@timestamp":1632674011},"coords":"51.6964522,-0.1926407","bedrooms":"2","price":"153000","area":"472"} , +{"type":"Feature","id":"n9124566763","geometry":{"type":"Point","coordinates":[-0.2423677,51.4667204]},"properties":{"@type":"node","@id":9124566763,"@timestamp":1632674681},"coords":"51.4667204,-0.2423677","bedrooms":"1","price":"247000","area":"383"} , +{"type":"Feature","id":"n9124602748","geometry":{"type":"Point","coordinates":[-0.3295585,51.4880803]},"properties":{"@type":"node","@id":9124602748,"@timestamp":1632675207},"coords":"51.4880803,-0.3295585","bedrooms":"1","price":"237000","area":"462"} , +{"type":"Feature","id":"n9124637456","geometry":{"type":"Point","coordinates":[-0.2345614,51.4580004]},"properties":{"@type":"node","@id":9124637456,"@timestamp":1632677441},"coords":"51.4580004,-0.2345614","bedrooms":"0","price":"175000","area":"695"} , +{"type":"Feature","id":"n9124637466","geometry":{"type":"Point","coordinates":[-0.2289664,51.4593326]},"properties":{"@type":"node","@id":9124637466,"@timestamp":1632677441},"coords":"51.4593326,-0.2289664","bedrooms":"3","price":"161000","area":"439"} , +{"type":"Feature","id":"n9124637476","geometry":{"type":"Point","coordinates":[-0.2203291,51.4596218]},"properties":{"@type":"node","@id":9124637476,"@timestamp":1632677441},"coords":"51.4596218,-0.2203291","bedrooms":"4","price":"202000","area":"571"} , +{"type":"Feature","id":"n9124637486","geometry":{"type":"Point","coordinates":[-0.2093414,51.4588117]},"properties":{"@type":"node","@id":9124637486,"@timestamp":1632677441},"coords":"51.4588117,-0.2093414","bedrooms":"1","price":"268000","area":"521"} , +{"type":"Feature","id":"n9124637496","geometry":{"type":"Point","coordinates":[-0.2384316,51.4645603]},"properties":{"@type":"node","@id":9124637496,"@timestamp":1632677441},"coords":"51.4645603,-0.2384316","bedrooms":"0","price":"231000","area":"677"} , +{"type":"Feature","id":"n9124637506","geometry":{"type":"Point","coordinates":[-0.2139814,51.460193]},"properties":{"@type":"node","@id":9124637506,"@timestamp":1632677441},"coords":"51.460193,-0.2139814","bedrooms":"1","price":"188000","area":"427"} , +{"type":"Feature","id":"n9124655628","geometry":{"type":"Point","coordinates":[-0.1989522,51.4570305]},"properties":{"@type":"node","@id":9124655628,"@timestamp":1632678080},"coords":"51.4570305,-0.1989522","bedrooms":"1","price":"168000","area":"498"} , +{"type":"Feature","id":"n9124680042","geometry":{"type":"Point","coordinates":[-0.3132022,51.5088976]},"properties":{"@type":"node","@id":9124680042,"@timestamp":1632678540},"coords":"51.5088976,-0.3132022","bedrooms":"4","price":"187000","area":"423"} , +{"type":"Feature","id":"n9124747413","geometry":{"type":"Point","coordinates":[-0.1467359,51.4780497]},"properties":{"@type":"node","@id":9124747413,"@timestamp":1632681230},"coords":"51.4780497,-0.1467359","bedrooms":"0","price":"189000","area":"406"} , +{"type":"Feature","id":"n9124941357","geometry":{"type":"Point","coordinates":[0.1572289,51.8982938]},"properties":{"@type":"node","@id":9124941357,"@timestamp":1632686399},"coords":"51.8982938,0.1572289","bedrooms":"4","price":"236000","area":"418"} , +{"type":"Feature","id":"n9124970300","geometry":{"type":"Point","coordinates":[-0.5668567,51.298297]},"properties":{"@type":"node","@id":9124970300,"@timestamp":1632688717},"coords":"51.298297,-0.5668567","bedrooms":"4","price":"199000","area":"411"} , +{"type":"Feature","id":"n9124970314","geometry":{"type":"Point","coordinates":[-0.5662009,51.3011245]},"properties":{"@type":"node","@id":9124970314,"@timestamp":1632688717},"coords":"51.3011245,-0.5662009","bedrooms":"2","price":"285000","area":"697"} , +{"type":"Feature","id":"n9124991109","geometry":{"type":"Point","coordinates":[-0.5544515,51.3039787]},"properties":{"@type":"node","@id":9124991109,"@timestamp":1632688017},"coords":"51.3039787,-0.5544515","bedrooms":"2","price":"210000","area":"612"} , +{"type":"Feature","id":"n9124991119","geometry":{"type":"Point","coordinates":[-0.5599487,51.3005795]},"properties":{"@type":"node","@id":9124991119,"@timestamp":1632688017},"coords":"51.3005795,-0.5599487","bedrooms":"0","price":"211000","area":"350"} , +{"type":"Feature","id":"n9124991149","geometry":{"type":"Point","coordinates":[-0.5643408,51.3020376]},"properties":{"@type":"node","@id":9124991149,"@timestamp":1632688017},"coords":"51.3020376,-0.5643408","bedrooms":"2","price":"247000","area":"485"} , +{"type":"Feature","id":"n9124991159","geometry":{"type":"Point","coordinates":[-0.5598132,51.3002189]},"properties":{"@type":"node","@id":9124991159,"@timestamp":1632688017},"coords":"51.3002189,-0.5598132","bedrooms":"1","price":"215000","area":"631"} , +{"type":"Feature","id":"n9124991169","geometry":{"type":"Point","coordinates":[-0.5598709,51.3005057]},"properties":{"@type":"node","@id":9124991169,"@timestamp":1632688017},"coords":"51.3005057,-0.5598709","bedrooms":"1","price":"199000","area":"371"} , +{"type":"Feature","id":"n9124991179","geometry":{"type":"Point","coordinates":[-0.5661714,51.2943381]},"properties":{"@type":"node","@id":9124991179,"@timestamp":1632688017},"coords":"51.2943381,-0.5661714","bedrooms":"0","price":"263000","area":"522"} , +{"type":"Feature","id":"n9124991189","geometry":{"type":"Point","coordinates":[-0.5592057,51.2964799]},"properties":{"@type":"node","@id":9124991189,"@timestamp":1632688017},"coords":"51.2964799,-0.5592057","bedrooms":"0","price":"169000","area":"502"} , +{"type":"Feature","id":"n9124991199","geometry":{"type":"Point","coordinates":[-0.560056,51.2961126]},"properties":{"@type":"node","@id":9124991199,"@timestamp":1632688017},"coords":"51.2961126,-0.560056","bedrooms":"0","price":"155000","area":"547"} , +{"type":"Feature","id":"n9124991209","geometry":{"type":"Point","coordinates":[-0.5591923,51.2958165]},"properties":{"@type":"node","@id":9124991209,"@timestamp":1632688017},"coords":"51.2958165,-0.5591923","bedrooms":"3","price":"188000","area":"396"} , +{"type":"Feature","id":"n9124991219","geometry":{"type":"Point","coordinates":[-0.5589978,51.2960438]},"properties":{"@type":"node","@id":9124991219,"@timestamp":1632688017},"coords":"51.2960438,-0.5589978","bedrooms":"3","price":"154000","area":"380"} , +{"type":"Feature","id":"n9124991229","geometry":{"type":"Point","coordinates":[-0.5582911,51.2958929]},"properties":{"@type":"node","@id":9124991229,"@timestamp":1632688017},"coords":"51.2958929,-0.5582911","bedrooms":"1","price":"259000","area":"675"} , +{"type":"Feature","id":"n9124991239","geometry":{"type":"Point","coordinates":[-0.5580135,51.296147]},"properties":{"@type":"node","@id":9124991239,"@timestamp":1632688017},"coords":"51.296147,-0.5580135","bedrooms":"2","price":"206000","area":"506"} , +{"type":"Feature","id":"n9124991253","geometry":{"type":"Point","coordinates":[-0.5592661,51.2978501]},"properties":{"@type":"node","@id":9124991253,"@timestamp":1632688017},"coords":"51.2978501,-0.5592661","bedrooms":"0","price":"155000","area":"627"} , +{"type":"Feature","id":"n9124991263","geometry":{"type":"Point","coordinates":[-0.5585083,51.2978543]},"properties":{"@type":"node","@id":9124991263,"@timestamp":1632688017},"coords":"51.2978543,-0.5585083","bedrooms":"1","price":"251000","area":"491"} , +{"type":"Feature","id":"n9124991273","geometry":{"type":"Point","coordinates":[-0.558503,51.2977377]},"properties":{"@type":"node","@id":9124991273,"@timestamp":1632688017},"coords":"51.2977377,-0.558503","bedrooms":"2","price":"154000","area":"624"} , +{"type":"Feature","id":"n9124991283","geometry":{"type":"Point","coordinates":[-0.5584078,51.2974786]},"properties":{"@type":"node","@id":9124991283,"@timestamp":1632688017},"coords":"51.2974786,-0.5584078","bedrooms":"1","price":"296000","area":"371"} , +{"type":"Feature","id":"n9124991293","geometry":{"type":"Point","coordinates":[-0.557477,51.2971801]},"properties":{"@type":"node","@id":9124991293,"@timestamp":1632688017},"coords":"51.2971801,-0.557477","bedrooms":"2","price":"294000","area":"450"} , +{"type":"Feature","id":"n9124991303","geometry":{"type":"Point","coordinates":[-0.5571887,51.297492]},"properties":{"@type":"node","@id":9124991303,"@timestamp":1632688017},"coords":"51.297492,-0.5571887","bedrooms":"3","price":"206000","area":"583"} , +{"type":"Feature","id":"n9124991313","geometry":{"type":"Point","coordinates":[-0.5570063,51.2969218]},"properties":{"@type":"node","@id":9124991313,"@timestamp":1632688017},"coords":"51.2969218,-0.5570063","bedrooms":"2","price":"159000","area":"502"} , +{"type":"Feature","id":"n9124991323","geometry":{"type":"Point","coordinates":[-0.5571806,51.2964463]},"properties":{"@type":"node","@id":9124991323,"@timestamp":1632688017},"coords":"51.2964463,-0.5571806","bedrooms":"0","price":"150000","area":"476"} , +{"type":"Feature","id":"n9124991333","geometry":{"type":"Point","coordinates":[-0.5569191,51.2962618]},"properties":{"@type":"node","@id":9124991333,"@timestamp":1632688017},"coords":"51.2962618,-0.5569191","bedrooms":"3","price":"243000","area":"572"} , +{"type":"Feature","id":"n9124991343","geometry":{"type":"Point","coordinates":[-0.5564135,51.2960639]},"properties":{"@type":"node","@id":9124991343,"@timestamp":1632688017},"coords":"51.2960639,-0.5564135","bedrooms":"1","price":"178000","area":"444"} , +{"type":"Feature","id":"n9124991353","geometry":{"type":"Point","coordinates":[-0.5573604,51.2956413]},"properties":{"@type":"node","@id":9124991353,"@timestamp":1632688017},"coords":"51.2956413,-0.5573604","bedrooms":"4","price":"244000","area":"363"} , +{"type":"Feature","id":"n9124991363","geometry":{"type":"Point","coordinates":[-0.5561091,51.2955742]},"properties":{"@type":"node","@id":9124991363,"@timestamp":1632688017},"coords":"51.2955742,-0.5561091","bedrooms":"1","price":"299000","area":"524"} , +{"type":"Feature","id":"n9124991373","geometry":{"type":"Point","coordinates":[-0.5550697,51.2954744]},"properties":{"@type":"node","@id":9124991373,"@timestamp":1632688017},"coords":"51.2954744,-0.5550697","bedrooms":"3","price":"265000","area":"543"} , +{"type":"Feature","id":"n9124991383","geometry":{"type":"Point","coordinates":[-0.5551583,51.2958853]},"properties":{"@type":"node","@id":9124991383,"@timestamp":1632688017},"coords":"51.2958853,-0.5551583","bedrooms":"4","price":"173000","area":"408"} , +{"type":"Feature","id":"n9124991393","geometry":{"type":"Point","coordinates":[-0.5557899,51.2960363]},"properties":{"@type":"node","@id":9124991393,"@timestamp":1632688017},"coords":"51.2960363,-0.5557899","bedrooms":"1","price":"227000","area":"693"} , +{"type":"Feature","id":"n9124991403","geometry":{"type":"Point","coordinates":[-0.5554694,51.2960924]},"properties":{"@type":"node","@id":9124991403,"@timestamp":1632688017},"coords":"51.2960924,-0.5554694","bedrooms":"3","price":"155000","area":"635"} , +{"type":"Feature","id":"n9124991413","geometry":{"type":"Point","coordinates":[-0.5560032,51.2964447]},"properties":{"@type":"node","@id":9124991413,"@timestamp":1632688017},"coords":"51.2964447,-0.5560032","bedrooms":"4","price":"187000","area":"631"} , +{"type":"Feature","id":"n9124991423","geometry":{"type":"Point","coordinates":[-0.5550295,51.2965243]},"properties":{"@type":"node","@id":9124991423,"@timestamp":1632688017},"coords":"51.2965243,-0.5550295","bedrooms":"0","price":"156000","area":"429"} , +{"type":"Feature","id":"n9124991445","geometry":{"type":"Point","coordinates":[-0.5553339,51.296739]},"properties":{"@type":"node","@id":9124991445,"@timestamp":1632688017},"coords":"51.296739,-0.5553339","bedrooms":"4","price":"247000","area":"361"} , +{"type":"Feature","id":"n9124991455","geometry":{"type":"Point","coordinates":[-0.5557416,51.2970048]},"properties":{"@type":"node","@id":9124991455,"@timestamp":1632688017},"coords":"51.2970048,-0.5557416","bedrooms":"2","price":"201000","area":"485"} , +{"type":"Feature","id":"n9124991465","geometry":{"type":"Point","coordinates":[-0.5564055,51.2971591]},"properties":{"@type":"node","@id":9124991465,"@timestamp":1632688017},"coords":"51.2971591,-0.5564055","bedrooms":"2","price":"277000","area":"379"} , +{"type":"Feature","id":"n9124991475","geometry":{"type":"Point","coordinates":[-0.5554318,51.2973017]},"properties":{"@type":"node","@id":9124991475,"@timestamp":1632688017},"coords":"51.2973017,-0.5554318","bedrooms":"0","price":"248000","area":"589"} , +{"type":"Feature","id":"n9124991485","geometry":{"type":"Point","coordinates":[-0.5556558,51.2975994]},"properties":{"@type":"node","@id":9124991485,"@timestamp":1632688017},"coords":"51.2975994,-0.5556558","bedrooms":"2","price":"224000","area":"373"} , +{"type":"Feature","id":"n9124991495","geometry":{"type":"Point","coordinates":[-0.5568346,51.2975734]},"properties":{"@type":"node","@id":9124991495,"@timestamp":1632688017},"coords":"51.2975734,-0.5568346","bedrooms":"0","price":"255000","area":"367"} , +{"type":"Feature","id":"n9124991505","geometry":{"type":"Point","coordinates":[-0.5560058,51.2977688]},"properties":{"@type":"node","@id":9124991505,"@timestamp":1632688017},"coords":"51.2977688,-0.5560058","bedrooms":"2","price":"287000","area":"445"} , +{"type":"Feature","id":"n9125013225","geometry":{"type":"Point","coordinates":[-0.5382335,51.3054543]},"properties":{"@type":"node","@id":9125013225,"@timestamp":1632688717},"coords":"51.3054543,-0.5382335","bedrooms":"0","price":"229000","area":"364"} , +{"type":"Feature","id":"n9125013251","geometry":{"type":"Point","coordinates":[-0.5510142,51.3084725]},"properties":{"@type":"node","@id":9125013251,"@timestamp":1632688717},"coords":"51.3084725,-0.5510142","bedrooms":"2","price":"237000","area":"356"} , +{"type":"Feature","id":"n9125013261","geometry":{"type":"Point","coordinates":[-0.5547868,51.3077423]},"properties":{"@type":"node","@id":9125013261,"@timestamp":1632688717},"coords":"51.3077423,-0.5547868","bedrooms":"0","price":"160000","area":"551"} , +{"type":"Feature","id":"n9125013271","geometry":{"type":"Point","coordinates":[-0.5525954,51.3056111]},"properties":{"@type":"node","@id":9125013271,"@timestamp":1632688717},"coords":"51.3056111,-0.5525954","bedrooms":"2","price":"207000","area":"405"} , +{"type":"Feature","id":"n9125013285","geometry":{"type":"Point","coordinates":[-0.5489516,51.3056103]},"properties":{"@type":"node","@id":9125013285,"@timestamp":1632688717},"coords":"51.3056103,-0.5489516","bedrooms":"0","price":"242000","area":"375"} , +{"type":"Feature","id":"n9125013295","geometry":{"type":"Point","coordinates":[-0.547915,51.3055382]},"properties":{"@type":"node","@id":9125013295,"@timestamp":1632688717},"coords":"51.3055382,-0.547915","bedrooms":"3","price":"212000","area":"377"} , +{"type":"Feature","id":"n9125013305","geometry":{"type":"Point","coordinates":[-0.5464263,51.305482]},"properties":{"@type":"node","@id":9125013305,"@timestamp":1632688717},"coords":"51.305482,-0.5464263","bedrooms":"1","price":"288000","area":"605"} , +{"type":"Feature","id":"n9125013315","geometry":{"type":"Point","coordinates":[-0.5439319,51.3053487]},"properties":{"@type":"node","@id":9125013315,"@timestamp":1632688717},"coords":"51.3053487,-0.5439319","bedrooms":"1","price":"223000","area":"461"} , +{"type":"Feature","id":"n9125013325","geometry":{"type":"Point","coordinates":[-0.5417083,51.3052799]},"properties":{"@type":"node","@id":9125013325,"@timestamp":1632688717},"coords":"51.3052799,-0.5417083","bedrooms":"1","price":"181000","area":"454"} , +{"type":"Feature","id":"n9125013335","geometry":{"type":"Point","coordinates":[-0.5378459,51.3030681]},"properties":{"@type":"node","@id":9125013335,"@timestamp":1632688717},"coords":"51.3030681,-0.5378459","bedrooms":"3","price":"189000","area":"469"} , +{"type":"Feature","id":"n9125015400","geometry":{"type":"Point","coordinates":[-0.3430854,51.1651049]},"properties":{"@type":"node","@id":9125015400,"@timestamp":1632688855},"coords":"51.1651049,-0.3430854","bedrooms":"4","price":"281000","area":"637"} , +{"type":"Feature","id":"n9125015990","geometry":{"type":"Point","coordinates":[-0.2020496,51.6990187]},"properties":{"@type":"node","@id":9125015990,"@timestamp":1632693701},"coords":"51.6990187,-0.2020496","bedrooms":"4","price":"270000","area":"649"} , +{"type":"Feature","id":"n9125030638","geometry":{"type":"Point","coordinates":[0.3926191,51.1705768]},"properties":{"@type":"node","@id":9125030638,"@timestamp":1632689819},"coords":"51.1705768,0.3926191","bedrooms":"4","price":"159000","area":"472"} , +{"type":"Feature","id":"n9125030648","geometry":{"type":"Point","coordinates":[0.3953308,51.1768493]},"properties":{"@type":"node","@id":9125030648,"@timestamp":1632689819},"coords":"51.1768493,0.3953308","bedrooms":"2","price":"161000","area":"483"} , +{"type":"Feature","id":"n9125030658","geometry":{"type":"Point","coordinates":[0.3889444,51.1762423]},"properties":{"@type":"node","@id":9125030658,"@timestamp":1632689819},"coords":"51.1762423,0.3889444","bedrooms":"1","price":"233000","area":"500"} , +{"type":"Feature","id":"n9125030668","geometry":{"type":"Point","coordinates":[0.3948453,51.1733365]},"properties":{"@type":"node","@id":9125030668,"@timestamp":1632689819},"coords":"51.1733365,0.3948453","bedrooms":"1","price":"212000","area":"406"} , +{"type":"Feature","id":"n9125030678","geometry":{"type":"Point","coordinates":[0.3879547,51.1752737]},"properties":{"@type":"node","@id":9125030678,"@timestamp":1632689819},"coords":"51.1752737,0.3879547","bedrooms":"1","price":"275000","area":"465"} , +{"type":"Feature","id":"n9125030688","geometry":{"type":"Point","coordinates":[0.3818715,51.1757597]},"properties":{"@type":"node","@id":9125030688,"@timestamp":1632689819},"coords":"51.1757597,0.3818715","bedrooms":"0","price":"219000","area":"382"} , +{"type":"Feature","id":"n9125030698","geometry":{"type":"Point","coordinates":[0.3780171,51.1749492]},"properties":{"@type":"node","@id":9125030698,"@timestamp":1632689819},"coords":"51.1749492,0.3780171","bedrooms":"0","price":"208000","area":"502"} , +{"type":"Feature","id":"n9125030708","geometry":{"type":"Point","coordinates":[0.3779393,51.1754907]},"properties":{"@type":"node","@id":9125030708,"@timestamp":1632689819},"coords":"51.1754907,0.3779393","bedrooms":"1","price":"282000","area":"550"} , +{"type":"Feature","id":"n9125030718","geometry":{"type":"Point","coordinates":[0.380289,51.1790756]},"properties":{"@type":"node","@id":9125030718,"@timestamp":1632689819},"coords":"51.1790756,0.380289","bedrooms":"0","price":"255000","area":"611"} , +{"type":"Feature","id":"n9125030728","geometry":{"type":"Point","coordinates":[0.3915837,51.1777187]},"properties":{"@type":"node","@id":9125030728,"@timestamp":1632689819},"coords":"51.1777187,0.3915837","bedrooms":"0","price":"223000","area":"379"} , +{"type":"Feature","id":"n9125030738","geometry":{"type":"Point","coordinates":[0.3885019,51.1784871]},"properties":{"@type":"node","@id":9125030738,"@timestamp":1632689819},"coords":"51.1784871,0.3885019","bedrooms":"1","price":"292000","area":"683"} , +{"type":"Feature","id":"n9125030748","geometry":{"type":"Point","coordinates":[0.3878823,51.1785073]},"properties":{"@type":"node","@id":9125030748,"@timestamp":1632689819},"coords":"51.1785073,0.3878823","bedrooms":"3","price":"240000","area":"621"} , +{"type":"Feature","id":"n9125030758","geometry":{"type":"Point","coordinates":[0.3837007,51.1788453]},"properties":{"@type":"node","@id":9125030758,"@timestamp":1632689819},"coords":"51.1788453,0.3837007","bedrooms":"4","price":"153000","area":"679"} , +{"type":"Feature","id":"n9125030768","geometry":{"type":"Point","coordinates":[0.3799188,51.1806478]},"properties":{"@type":"node","@id":9125030768,"@timestamp":1632689819},"coords":"51.1806478,0.3799188","bedrooms":"3","price":"205000","area":"365"} , +{"type":"Feature","id":"n9125030778","geometry":{"type":"Point","coordinates":[0.3844652,51.1815322]},"properties":{"@type":"node","@id":9125030778,"@timestamp":1632689819},"coords":"51.1815322,0.3844652","bedrooms":"3","price":"293000","area":"616"} , +{"type":"Feature","id":"n9125030788","geometry":{"type":"Point","coordinates":[0.3815362,51.1826166]},"properties":{"@type":"node","@id":9125030788,"@timestamp":1632689819},"coords":"51.1826166,0.3815362","bedrooms":"1","price":"279000","area":"691"} , +{"type":"Feature","id":"n9125048449","geometry":{"type":"Point","coordinates":[-0.1994575,51.6984459]},"properties":{"@type":"node","@id":9125048449,"@timestamp":1632691290},"coords":"51.6984459,-0.1994575","bedrooms":"2","price":"164000","area":"402"} , +{"type":"Feature","id":"n9125150608","geometry":{"type":"Point","coordinates":[-0.6032251,51.699159]},"properties":{"@type":"node","@id":9125150608,"@timestamp":1632696782},"coords":"51.699159,-0.6032251","bedrooms":"2","price":"153000","area":"598"} , +{"type":"Feature","id":"n9125252162","geometry":{"type":"Point","coordinates":[-0.2226842,51.691352]},"properties":{"@type":"node","@id":9125252162,"@timestamp":1632701058},"coords":"51.691352,-0.2226842","bedrooms":"1","price":"171000","area":"536"} , +{"type":"Feature","id":"n9125311395","geometry":{"type":"Point","coordinates":[-0.2351685,51.7504508]},"properties":{"@type":"node","@id":9125311395,"@timestamp":1632705278},"coords":"51.7504508,-0.2351685","bedrooms":"4","price":"167000","area":"480"} , +{"type":"Feature","id":"n9125660780","geometry":{"type":"Point","coordinates":[-0.1638595,51.5495796]},"properties":{"@type":"node","@id":9125660780,"@timestamp":1632725948},"coords":"51.5495796,-0.1638595","bedrooms":"3","price":"156000","area":"365"} , +{"type":"Feature","id":"n9126410095","geometry":{"type":"Point","coordinates":[-0.1352003,51.4628989]},"properties":{"@type":"node","@id":9126410095,"@timestamp":1632741750},"coords":"51.4628989,-0.1352003","bedrooms":"0","price":"265000","area":"604"} , +{"type":"Feature","id":"n9126414745","geometry":{"type":"Point","coordinates":[-0.2186288,51.4996071]},"properties":{"@type":"node","@id":9126414745,"@timestamp":1632741215},"coords":"51.4996071,-0.2186288","bedrooms":"3","price":"194000","area":"445"} , +{"type":"Feature","id":"n9126414821","geometry":{"type":"Point","coordinates":[-0.2179759,51.5000793]},"properties":{"@type":"node","@id":9126414821,"@timestamp":1632741215},"coords":"51.5000793,-0.2179759","bedrooms":"0","price":"216000","area":"395"} , +{"type":"Feature","id":"n9126474879","geometry":{"type":"Point","coordinates":[0.3658414,51.4408937]},"properties":{"@type":"node","@id":9126474879,"@timestamp":1632742939},"coords":"51.4408937,0.3658414","bedrooms":"1","price":"163000","area":"595"} , +{"type":"Feature","id":"n9126475119","geometry":{"type":"Point","coordinates":[0.3672008,51.4412095]},"properties":{"@type":"node","@id":9126475119,"@timestamp":1632742939},"coords":"51.4412095,0.3672008","bedrooms":"0","price":"276000","area":"650"} , +{"type":"Feature","id":"n9126475165","geometry":{"type":"Point","coordinates":[0.366961,51.441454]},"properties":{"@type":"node","@id":9126475165,"@timestamp":1632742939},"coords":"51.441454,0.366961","bedrooms":"3","price":"166000","area":"522"} , +{"type":"Feature","id":"n9126475241","geometry":{"type":"Point","coordinates":[0.3657058,51.441096]},"properties":{"@type":"node","@id":9126475241,"@timestamp":1632742939},"coords":"51.441096,0.3657058","bedrooms":"4","price":"198000","area":"423"} , +{"type":"Feature","id":"n9126475327","geometry":{"type":"Point","coordinates":[0.3652993,51.4409706]},"properties":{"@type":"node","@id":9126475327,"@timestamp":1632742939},"coords":"51.4409706,0.3652993","bedrooms":"0","price":"193000","area":"376"} , +{"type":"Feature","id":"n9126475337","geometry":{"type":"Point","coordinates":[0.3659696,51.4409146]},"properties":{"@type":"node","@id":9126475337,"@timestamp":1632742939},"coords":"51.4409146,0.3659696","bedrooms":"1","price":"157000","area":"583"} , +{"type":"Feature","id":"n9126475347","geometry":{"type":"Point","coordinates":[0.3664666,51.4408886]},"properties":{"@type":"node","@id":9126475347,"@timestamp":1632742939},"coords":"51.4408886,0.3664666","bedrooms":"4","price":"189000","area":"587"} , +{"type":"Feature","id":"n9126475357","geometry":{"type":"Point","coordinates":[0.3669626,51.4408319]},"properties":{"@type":"node","@id":9126475357,"@timestamp":1632742939},"coords":"51.4408319,0.3669626","bedrooms":"3","price":"175000","area":"660"} , +{"type":"Feature","id":"n9126475367","geometry":{"type":"Point","coordinates":[0.367145,51.4407771]},"properties":{"@type":"node","@id":9126475367,"@timestamp":1632742939},"coords":"51.4407771,0.367145","bedrooms":"2","price":"164000","area":"526"} , +{"type":"Feature","id":"n9126475377","geometry":{"type":"Point","coordinates":[0.3677447,51.4406754]},"properties":{"@type":"node","@id":9126475377,"@timestamp":1632742939},"coords":"51.4406754,0.3677447","bedrooms":"0","price":"222000","area":"444"} , +{"type":"Feature","id":"n9126475387","geometry":{"type":"Point","coordinates":[0.3681873,51.4407606]},"properties":{"@type":"node","@id":9126475387,"@timestamp":1632742939},"coords":"51.4407606,0.3681873","bedrooms":"2","price":"206000","area":"435"} , +{"type":"Feature","id":"n9126475397","geometry":{"type":"Point","coordinates":[0.3682025,51.4411301]},"properties":{"@type":"node","@id":9126475397,"@timestamp":1632742939},"coords":"51.4411301,0.3682025","bedrooms":"3","price":"204000","area":"622"} , +{"type":"Feature","id":"n9126475407","geometry":{"type":"Point","coordinates":[0.3651933,51.4411262]},"properties":{"@type":"node","@id":9126475407,"@timestamp":1632742939},"coords":"51.4411262,0.3651933","bedrooms":"0","price":"175000","area":"513"} , +{"type":"Feature","id":"n9126475417","geometry":{"type":"Point","coordinates":[0.3653235,51.4415472]},"properties":{"@type":"node","@id":9126475417,"@timestamp":1632742939},"coords":"51.4415472,0.3653235","bedrooms":"1","price":"190000","area":"607"} , +{"type":"Feature","id":"n9126475445","geometry":{"type":"Point","coordinates":[0.3656312,51.4412705]},"properties":{"@type":"node","@id":9126475445,"@timestamp":1632742939},"coords":"51.4412705,0.3656312","bedrooms":"1","price":"155000","area":"404"} , +{"type":"Feature","id":"n9126475455","geometry":{"type":"Point","coordinates":[0.3669961,51.4413089]},"properties":{"@type":"node","@id":9126475455,"@timestamp":1632742939},"coords":"51.4413089,0.3669961","bedrooms":"1","price":"256000","area":"655"} , +{"type":"Feature","id":"n9126691017","geometry":{"type":"Point","coordinates":[0.3688825,51.4403322]},"properties":{"@type":"node","@id":9126691017,"@timestamp":1632748273},"coords":"51.4403322,0.3688825","bedrooms":"4","price":"175000","area":"689"} , +{"type":"Feature","id":"n9126691027","geometry":{"type":"Point","coordinates":[0.3685677,51.4404296]},"properties":{"@type":"node","@id":9126691027,"@timestamp":1632748273},"coords":"51.4404296,0.3685677","bedrooms":"0","price":"202000","area":"698"} , +{"type":"Feature","id":"n9126691037","geometry":{"type":"Point","coordinates":[0.3688287,51.440763]},"properties":{"@type":"node","@id":9126691037,"@timestamp":1632748273},"coords":"51.440763,0.3688287","bedrooms":"4","price":"233000","area":"486"} , +{"type":"Feature","id":"n9126691047","geometry":{"type":"Point","coordinates":[0.368698,51.4404761]},"properties":{"@type":"node","@id":9126691047,"@timestamp":1632748273},"coords":"51.4404761,0.368698","bedrooms":"2","price":"179000","area":"682"} , +{"type":"Feature","id":"n9126691058","geometry":{"type":"Point","coordinates":[0.3683803,51.440345]},"properties":{"@type":"node","@id":9126691058,"@timestamp":1632748273},"coords":"51.440345,0.3683803","bedrooms":"2","price":"176000","area":"396"} , +{"type":"Feature","id":"n9126691135","geometry":{"type":"Point","coordinates":[0.3691027,51.4408516]},"properties":{"@type":"node","@id":9126691135,"@timestamp":1632748273},"coords":"51.4408516,0.3691027","bedrooms":"0","price":"276000","area":"622"} , +{"type":"Feature","id":"n9126691145","geometry":{"type":"Point","coordinates":[0.368765,51.4406739]},"properties":{"@type":"node","@id":9126691145,"@timestamp":1632748273},"coords":"51.4406739,0.368765","bedrooms":"3","price":"253000","area":"386"} , +{"type":"Feature","id":"n9126691167","geometry":{"type":"Point","coordinates":[0.3690793,51.440674]},"properties":{"@type":"node","@id":9126691167,"@timestamp":1632748273},"coords":"51.440674,0.3690793","bedrooms":"4","price":"165000","area":"469"} , +{"type":"Feature","id":"n9126691177","geometry":{"type":"Point","coordinates":[0.3686567,51.4406172]},"properties":{"@type":"node","@id":9126691177,"@timestamp":1632748273},"coords":"51.4406172,0.3686567","bedrooms":"1","price":"201000","area":"604"} , +{"type":"Feature","id":"n9126691252","geometry":{"type":"Point","coordinates":[0.3692076,51.4404721]},"properties":{"@type":"node","@id":9126691252,"@timestamp":1632748273},"coords":"51.4404721,0.3692076","bedrooms":"1","price":"184000","area":"643"} , +{"type":"Feature","id":"n9126691272","geometry":{"type":"Point","coordinates":[0.368181,51.4401976]},"properties":{"@type":"node","@id":9126691272,"@timestamp":1632748273},"coords":"51.4401976,0.368181","bedrooms":"4","price":"189000","area":"426"} , +{"type":"Feature","id":"n9126691291","geometry":{"type":"Point","coordinates":[0.3681802,51.439564]},"properties":{"@type":"node","@id":9126691291,"@timestamp":1632748273},"coords":"51.439564,0.3681802","bedrooms":"3","price":"285000","area":"404"} , +{"type":"Feature","id":"n9126905499","geometry":{"type":"Point","coordinates":[-0.0731091,51.541611]},"properties":{"@type":"node","@id":9126905499,"@timestamp":1632752907},"coords":"51.541611,-0.0731091","bedrooms":"2","price":"243000","area":"673"} , +{"type":"Feature","id":"n9126964222","geometry":{"type":"Point","coordinates":[0.0440097,51.5528682]},"properties":{"@type":"node","@id":9126964222,"@timestamp":1632754068},"coords":"51.5528682,0.0440097","bedrooms":"2","price":"228000","area":"519"} , +{"type":"Feature","id":"n9127026532","geometry":{"type":"Point","coordinates":[0.0061382,51.554425]},"properties":{"@type":"node","@id":9127026532,"@timestamp":1632756390},"coords":"51.554425,0.0061382","bedrooms":"2","price":"243000","area":"405"} , +{"type":"Feature","id":"n9127026596","geometry":{"type":"Point","coordinates":[0.0071427,51.5534507]},"properties":{"@type":"node","@id":9127026596,"@timestamp":1632756390},"coords":"51.5534507,0.0071427","bedrooms":"2","price":"204000","area":"354"} , +{"type":"Feature","id":"n9127026606","geometry":{"type":"Point","coordinates":[0.0066049,51.5535153]},"properties":{"@type":"node","@id":9127026606,"@timestamp":1632756390},"coords":"51.5535153,0.0066049","bedrooms":"0","price":"199000","area":"383"} , +{"type":"Feature","id":"n9127122222","geometry":{"type":"Point","coordinates":[-0.0576286,51.5409492]},"properties":{"@type":"node","@id":9127122222,"@timestamp":1632762506},"coords":"51.5409492,-0.0576286","bedrooms":"1","price":"274000","area":"378"} , +{"type":"Feature","id":"n9127169149","geometry":{"type":"Point","coordinates":[0.0047019,51.5536954]},"properties":{"@type":"node","@id":9127169149,"@timestamp":1632760546},"coords":"51.5536954,0.0047019","bedrooms":"3","price":"189000","area":"358"} , +{"type":"Feature","id":"n9127169172","geometry":{"type":"Point","coordinates":[0.0075035,51.5540636]},"properties":{"@type":"node","@id":9127169172,"@timestamp":1632760546},"coords":"51.5540636,0.0075035","bedrooms":"3","price":"213000","area":"533"} , +{"type":"Feature","id":"n9127200342","geometry":{"type":"Point","coordinates":[-0.1209625,51.4880479]},"properties":{"@type":"node","@id":9127200342,"@timestamp":1632760982},"coords":"51.4880479,-0.1209625","bedrooms":"3","price":"187000","area":"593"} , +{"type":"Feature","id":"n9127206316","geometry":{"type":"Point","coordinates":[-0.2171614,51.501265]},"properties":{"@type":"node","@id":9127206316,"@timestamp":1632761114},"coords":"51.501265,-0.2171614","bedrooms":"4","price":"228000","area":"400"} , +{"type":"Feature","id":"n9127213762","geometry":{"type":"Point","coordinates":[0.3692144,51.4401343]},"properties":{"@type":"node","@id":9127213762,"@timestamp":1632760750},"coords":"51.4401343,0.3692144","bedrooms":"1","price":"177000","area":"669"} , +{"type":"Feature","id":"n9127236224","geometry":{"type":"Point","coordinates":[-0.216593,51.5015579]},"properties":{"@type":"node","@id":9127236224,"@timestamp":1632761114},"coords":"51.5015579,-0.216593","bedrooms":"4","price":"169000","area":"533"} , +{"type":"Feature","id":"n9127236276","geometry":{"type":"Point","coordinates":[-0.2167295,51.5019279]},"properties":{"@type":"node","@id":9127236276,"@timestamp":1632761114},"coords":"51.5019279,-0.2167295","bedrooms":"2","price":"245000","area":"649"} , +{"type":"Feature","id":"n9127621547","geometry":{"type":"Point","coordinates":[-0.2158686,51.5016501]},"properties":{"@type":"node","@id":9127621547,"@timestamp":1632766544},"coords":"51.5016501,-0.2158686","bedrooms":"1","price":"207000","area":"631"} , +{"type":"Feature","id":"n9127621557","geometry":{"type":"Point","coordinates":[-0.2151746,51.501056]},"properties":{"@type":"node","@id":9127621557,"@timestamp":1632766544},"coords":"51.501056,-0.2151746","bedrooms":"0","price":"160000","area":"689"} , +{"type":"Feature","id":"n9127621597","geometry":{"type":"Point","coordinates":[-0.2170988,51.5009751]},"properties":{"@type":"node","@id":9127621597,"@timestamp":1632766544},"coords":"51.5009751,-0.2170988","bedrooms":"4","price":"163000","area":"493"} , +{"type":"Feature","id":"n9127621607","geometry":{"type":"Point","coordinates":[-0.2163276,51.5013714]},"properties":{"@type":"node","@id":9127621607,"@timestamp":1632766544},"coords":"51.5013714,-0.2163276","bedrooms":"4","price":"176000","area":"376"} , +{"type":"Feature","id":"n9127628744","geometry":{"type":"Point","coordinates":[-0.2168387,51.50068]},"properties":{"@type":"node","@id":9127628744,"@timestamp":1632766544},"coords":"51.50068,-0.2168387","bedrooms":"2","price":"204000","area":"463"} , +{"type":"Feature","id":"n9127628754","geometry":{"type":"Point","coordinates":[-0.216141,51.5010487]},"properties":{"@type":"node","@id":9127628754,"@timestamp":1632766544},"coords":"51.5010487,-0.216141","bedrooms":"2","price":"258000","area":"484"} , +{"type":"Feature","id":"n9127866352","geometry":{"type":"Point","coordinates":[0.056104,51.4924965]},"properties":{"@type":"node","@id":9127866352,"@timestamp":1632773972},"coords":"51.4924965,0.056104","bedrooms":"4","price":"178000","area":"624"} , +{"type":"Feature","id":"n9127866362","geometry":{"type":"Point","coordinates":[0.0556365,51.4923493]},"properties":{"@type":"node","@id":9127866362,"@timestamp":1632773972},"coords":"51.4923493,0.0556365","bedrooms":"1","price":"248000","area":"657"} , +{"type":"Feature","id":"n9127900951","geometry":{"type":"Point","coordinates":[-0.2357834,51.7503568]},"properties":{"@type":"node","@id":9127900951,"@timestamp":1632775082},"coords":"51.7503568,-0.2357834","bedrooms":"4","price":"235000","area":"610"} , +{"type":"Feature","id":"n9127900961","geometry":{"type":"Point","coordinates":[-0.2356616,51.7507208]},"properties":{"@type":"node","@id":9127900961,"@timestamp":1632775082},"coords":"51.7507208,-0.2356616","bedrooms":"0","price":"250000","area":"695"} , +{"type":"Feature","id":"n9127905145","geometry":{"type":"Point","coordinates":[-0.3191561,51.4378968]},"properties":{"@type":"node","@id":9127905145,"@timestamp":1632776150},"coords":"51.4378968,-0.3191561","bedrooms":"2","price":"291000","area":"660"} , +{"type":"Feature","id":"n9127905155","geometry":{"type":"Point","coordinates":[-0.3182991,51.4382437]},"properties":{"@type":"node","@id":9127905155,"@timestamp":1632776150},"coords":"51.4382437,-0.3182991","bedrooms":"3","price":"220000","area":"652"} , +{"type":"Feature","id":"n9127905165","geometry":{"type":"Point","coordinates":[-0.3143549,51.4371331]},"properties":{"@type":"node","@id":9127905165,"@timestamp":1632776150},"coords":"51.4371331,-0.3143549","bedrooms":"2","price":"173000","area":"698"} , +{"type":"Feature","id":"n9127905175","geometry":{"type":"Point","coordinates":[-0.3136984,51.4370905]},"properties":{"@type":"node","@id":9127905175,"@timestamp":1632776150},"coords":"51.4370905,-0.3136984","bedrooms":"4","price":"181000","area":"476"} , +{"type":"Feature","id":"n9127993805","geometry":{"type":"Point","coordinates":[-0.2417307,51.7505273]},"properties":{"@type":"node","@id":9127993805,"@timestamp":1632778694},"coords":"51.7505273,-0.2417307","bedrooms":"0","price":"230000","area":"562"} , +{"type":"Feature","id":"n9128019227","geometry":{"type":"Point","coordinates":[-0.4878195,51.6286889]},"properties":{"@type":"node","@id":9128019227,"@timestamp":1632779909},"coords":"51.6286889,-0.4878195","bedrooms":"2","price":"217000","area":"628"} , +{"type":"Feature","id":"n9128040032","geometry":{"type":"Point","coordinates":[-0.2368809,51.7518637]},"properties":{"@type":"node","@id":9128040032,"@timestamp":1632781310},"coords":"51.7518637,-0.2368809","bedrooms":"0","price":"178000","area":"554"} , +{"type":"Feature","id":"n9128102923","geometry":{"type":"Point","coordinates":[-0.297256,51.507856]},"properties":{"@type":"node","@id":9128102923,"@timestamp":1632781961},"coords":"51.507856,-0.297256","bedrooms":"0","price":"228000","area":"696"} , +{"type":"Feature","id":"n9128102936","geometry":{"type":"Point","coordinates":[-0.2817419,51.5198342]},"properties":{"@type":"node","@id":9128102936,"@timestamp":1632781961},"coords":"51.5198342,-0.2817419","bedrooms":"1","price":"218000","area":"423"} , +{"type":"Feature","id":"n9128137995","geometry":{"type":"Point","coordinates":[0.0616569,51.4917746]},"properties":{"@type":"node","@id":9128137995,"@timestamp":1632783147},"coords":"51.4917746,0.0616569","bedrooms":"1","price":"226000","area":"569"} , +{"type":"Feature","id":"n9128276466","geometry":{"type":"Point","coordinates":[0.1013734,51.7819515]},"properties":{"@type":"node","@id":9128276466,"@timestamp":1632791002},"coords":"51.7819515,0.1013734","bedrooms":"4","price":"215000","area":"388"} , +{"type":"Feature","id":"n9128347759","geometry":{"type":"Point","coordinates":[-0.2779426,51.5084591]},"properties":{"@type":"node","@id":9128347759,"@timestamp":1632793357},"coords":"51.5084591,-0.2779426","bedrooms":"1","price":"273000","area":"568"} , +{"type":"Feature","id":"n9128595288","geometry":{"type":"Point","coordinates":[-0.216739,51.5004426]},"properties":{"@type":"node","@id":9128595288,"@timestamp":1632838729},"coords":"51.5004426,-0.216739","bedrooms":"4","price":"229000","area":"544"} , +{"type":"Feature","id":"n9128595298","geometry":{"type":"Point","coordinates":[-0.2159187,51.5008664]},"properties":{"@type":"node","@id":9128595298,"@timestamp":1632807169},"coords":"51.5008664,-0.2159187","bedrooms":"4","price":"160000","area":"473"} , +{"type":"Feature","id":"n9128596546","geometry":{"type":"Point","coordinates":[-0.2155619,51.5005883]},"properties":{"@type":"node","@id":9128596546,"@timestamp":1632807169},"coords":"51.5005883,-0.2155619","bedrooms":"1","price":"242000","area":"428"} , +{"type":"Feature","id":"n9128596564","geometry":{"type":"Point","coordinates":[-0.2159028,51.5004292]},"properties":{"@type":"node","@id":9128596564,"@timestamp":1632807169},"coords":"51.5004292,-0.2159028","bedrooms":"1","price":"237000","area":"632"} , +{"type":"Feature","id":"n9128596647","geometry":{"type":"Point","coordinates":[-0.2147447,51.5007205]},"properties":{"@type":"node","@id":9128596647,"@timestamp":1632807169},"coords":"51.5007205,-0.2147447","bedrooms":"3","price":"158000","area":"559"} , +{"type":"Feature","id":"n9129211955","geometry":{"type":"Point","coordinates":[0.0162369,51.557978]},"properties":{"@type":"node","@id":9129211955,"@timestamp":1632824168},"coords":"51.557978,0.0162369","bedrooms":"1","price":"249000","area":"487"} , +{"type":"Feature","id":"n9129231020","geometry":{"type":"Point","coordinates":[0.0571249,51.4865716]},"properties":{"@type":"node","@id":9129231020,"@timestamp":1632824674},"coords":"51.4865716,0.0571249","bedrooms":"1","price":"186000","area":"504"} , +{"type":"Feature","id":"n9129231042","geometry":{"type":"Point","coordinates":[0.0563293,51.4873895]},"properties":{"@type":"node","@id":9129231042,"@timestamp":1632824674},"coords":"51.4873895,0.0563293","bedrooms":"3","price":"265000","area":"418"} , +{"type":"Feature","id":"n9129231052","geometry":{"type":"Point","coordinates":[0.0568083,51.4873618]},"properties":{"@type":"node","@id":9129231052,"@timestamp":1632824674},"coords":"51.4873618,0.0568083","bedrooms":"2","price":"285000","area":"494"} , +{"type":"Feature","id":"n9129300952","geometry":{"type":"Point","coordinates":[0.0137383,51.5580847]},"properties":{"@type":"node","@id":9129300952,"@timestamp":1632826109},"coords":"51.5580847,0.0137383","bedrooms":"3","price":"271000","area":"440"} , +{"type":"Feature","id":"n9129336750","geometry":{"type":"Point","coordinates":[-0.0985654,51.5005878]},"properties":{"@type":"node","@id":9129336750,"@timestamp":1632827719},"coords":"51.5005878,-0.0985654","bedrooms":"4","price":"184000","area":"605"} , +{"type":"Feature","id":"n9129454126","geometry":{"type":"Point","coordinates":[0.0390781,51.4762252]},"properties":{"@type":"node","@id":9129454126,"@timestamp":1632830058},"coords":"51.4762252,0.0390781","bedrooms":"4","price":"187000","area":"468"} , +{"type":"Feature","id":"n9129678175","geometry":{"type":"Point","coordinates":[-0.1303728,51.3856822]},"properties":{"@type":"node","@id":9129678175,"@timestamp":1634929160},"coords":"51.3856822,-0.1303728","bedrooms":"2","price":"244000","area":"378"} , +{"type":"Feature","id":"n9129768973","geometry":{"type":"Point","coordinates":[-0.215437,51.5000685]},"properties":{"@type":"node","@id":9129768973,"@timestamp":1632838729},"coords":"51.5000685,-0.215437","bedrooms":"0","price":"227000","area":"459"} , +{"type":"Feature","id":"n9129791156","geometry":{"type":"Point","coordinates":[0.3386485,51.4307341]},"properties":{"@type":"node","@id":9129791156,"@timestamp":1632839448},"coords":"51.4307341,0.3386485","bedrooms":"4","price":"217000","area":"680"} , +{"type":"Feature","id":"n9129791295","geometry":{"type":"Point","coordinates":[0.3379557,51.4301443]},"properties":{"@type":"node","@id":9129791295,"@timestamp":1632839448},"coords":"51.4301443,0.3379557","bedrooms":"1","price":"164000","area":"365"} , +{"type":"Feature","id":"n9129791331","geometry":{"type":"Point","coordinates":[0.3381955,51.4297987]},"properties":{"@type":"node","@id":9129791331,"@timestamp":1632839448},"coords":"51.4297987,0.3381955","bedrooms":"3","price":"270000","area":"431"} , +{"type":"Feature","id":"n9129791341","geometry":{"type":"Point","coordinates":[0.3369029,51.4295932]},"properties":{"@type":"node","@id":9129791341,"@timestamp":1632839448},"coords":"51.4295932,0.3369029","bedrooms":"3","price":"294000","area":"604"} , +{"type":"Feature","id":"n9129791351","geometry":{"type":"Point","coordinates":[0.3359924,51.4295921]},"properties":{"@type":"node","@id":9129791351,"@timestamp":1632839448},"coords":"51.4295921,0.3359924","bedrooms":"2","price":"176000","area":"615"} , +{"type":"Feature","id":"n9129791361","geometry":{"type":"Point","coordinates":[0.3360685,51.4304449]},"properties":{"@type":"node","@id":9129791361,"@timestamp":1632839448},"coords":"51.4304449,0.3360685","bedrooms":"3","price":"275000","area":"561"} , +{"type":"Feature","id":"n9129791380","geometry":{"type":"Point","coordinates":[0.3358395,51.4306501]},"properties":{"@type":"node","@id":9129791380,"@timestamp":1632839448},"coords":"51.4306501,0.3358395","bedrooms":"4","price":"180000","area":"687"} , +{"type":"Feature","id":"n9129791444","geometry":{"type":"Point","coordinates":[0.3376266,51.431196]},"properties":{"@type":"node","@id":9129791444,"@timestamp":1632839448},"coords":"51.431196,0.3376266","bedrooms":"1","price":"290000","area":"619"} , +{"type":"Feature","id":"n9129791454","geometry":{"type":"Point","coordinates":[0.3371579,51.4309284]},"properties":{"@type":"node","@id":9129791454,"@timestamp":1632839448},"coords":"51.4309284,0.3371579","bedrooms":"4","price":"184000","area":"437"} , +{"type":"Feature","id":"n9129791470","geometry":{"type":"Point","coordinates":[0.3381034,51.4307322]},"properties":{"@type":"node","@id":9129791470,"@timestamp":1632839448},"coords":"51.4307322,0.3381034","bedrooms":"4","price":"289000","area":"380"} , +{"type":"Feature","id":"n9129791500","geometry":{"type":"Point","coordinates":[0.3367507,51.4317752]},"properties":{"@type":"node","@id":9129791500,"@timestamp":1632839448},"coords":"51.4317752,0.3367507","bedrooms":"1","price":"298000","area":"533"} , +{"type":"Feature","id":"n9129791510","geometry":{"type":"Point","coordinates":[0.3360593,51.4315896]},"properties":{"@type":"node","@id":9129791510,"@timestamp":1632839448},"coords":"51.4315896,0.3360593","bedrooms":"4","price":"279000","area":"380"} , +{"type":"Feature","id":"n9129791520","geometry":{"type":"Point","coordinates":[0.3353475,51.4311121]},"properties":{"@type":"node","@id":9129791520,"@timestamp":1632839448},"coords":"51.4311121,0.3353475","bedrooms":"1","price":"166000","area":"506"} , +{"type":"Feature","id":"n9129791545","geometry":{"type":"Point","coordinates":[0.3370305,51.4297867]},"properties":{"@type":"node","@id":9129791545,"@timestamp":1632839448},"coords":"51.4297867,0.3370305","bedrooms":"0","price":"183000","area":"517"} , +{"type":"Feature","id":"n9129811540","geometry":{"type":"Point","coordinates":[-0.6141782,51.7099733]},"properties":{"@type":"node","@id":9129811540,"@timestamp":1632840276},"coords":"51.7099733,-0.6141782","bedrooms":"2","price":"269000","area":"519"} , +{"type":"Feature","id":"n9129811550","geometry":{"type":"Point","coordinates":[-0.6149539,51.7084607]},"properties":{"@type":"node","@id":9129811550,"@timestamp":1632840276},"coords":"51.7084607,-0.6149539","bedrooms":"3","price":"182000","area":"548"} , +{"type":"Feature","id":"n9129811579","geometry":{"type":"Point","coordinates":[-0.6324064,51.7120877]},"properties":{"@type":"node","@id":9129811579,"@timestamp":1632840276},"coords":"51.7120877,-0.6324064","bedrooms":"3","price":"206000","area":"466"} , +{"type":"Feature","id":"n9129858209","geometry":{"type":"Point","coordinates":[-0.0993976,51.4913032]},"properties":{"@type":"node","@id":9129858209,"@timestamp":1632842225},"coords":"51.4913032,-0.0993976","bedrooms":"0","price":"193000","area":"363"} , +{"type":"Feature","id":"n9129908111","geometry":{"type":"Point","coordinates":[-0.6407129,51.7237858]},"properties":{"@type":"node","@id":9129908111,"@timestamp":1632842862},"coords":"51.7237858,-0.6407129","bedrooms":"0","price":"160000","area":"441"} , +{"type":"Feature","id":"n9129998672","geometry":{"type":"Point","coordinates":[0.0122805,51.5578291]},"properties":{"@type":"node","@id":9129998672,"@timestamp":1632845230},"coords":"51.5578291,0.0122805","bedrooms":"2","price":"288000","area":"641"} , +{"type":"Feature","id":"n9129998786","geometry":{"type":"Point","coordinates":[0.01403,51.5587048]},"properties":{"@type":"node","@id":9129998786,"@timestamp":1632845230},"coords":"51.5587048,0.01403","bedrooms":"2","price":"208000","area":"668"} , +{"type":"Feature","id":"n9130018833","geometry":{"type":"Point","coordinates":[-0.6235762,51.7167206]},"properties":{"@type":"node","@id":9130018833,"@timestamp":1632845775},"coords":"51.7167206,-0.6235762","bedrooms":"4","price":"154000","area":"696"} , +{"type":"Feature","id":"n9130095405","geometry":{"type":"Point","coordinates":[0.0027305,51.5567173]},"properties":{"@type":"node","@id":9130095405,"@timestamp":1632848096},"coords":"51.5567173,0.0027305","bedrooms":"2","price":"162000","area":"360"} , +{"type":"Feature","id":"n9130122768","geometry":{"type":"Point","coordinates":[0.1049672,51.4040397]},"properties":{"@type":"node","@id":9130122768,"@timestamp":1632866232},"coords":"51.4040397,0.1049672","bedrooms":"3","price":"245000","area":"404"} , +{"type":"Feature","id":"n9130143274","geometry":{"type":"Point","coordinates":[-0.1934329,51.6954513]},"properties":{"@type":"node","@id":9130143274,"@timestamp":1632849438},"coords":"51.6954513,-0.1934329","bedrooms":"4","price":"271000","area":"459"} , +{"type":"Feature","id":"n9130143284","geometry":{"type":"Point","coordinates":[-0.1930221,51.695889]},"properties":{"@type":"node","@id":9130143284,"@timestamp":1632849438},"coords":"51.695889,-0.1930221","bedrooms":"4","price":"196000","area":"428"} , +{"type":"Feature","id":"n9130225990","geometry":{"type":"Point","coordinates":[-0.1891708,51.6977446]},"properties":{"@type":"node","@id":9130225990,"@timestamp":1632973093},"coords":"51.6977446,-0.1891708","bedrooms":"2","price":"268000","area":"642"} , +{"type":"Feature","id":"n9130280505","geometry":{"type":"Point","coordinates":[-0.1753628,51.2359667]},"properties":{"@type":"node","@id":9130280505,"@timestamp":1632854002},"coords":"51.2359667,-0.1753628","bedrooms":"0","price":"284000","area":"381"} , +{"type":"Feature","id":"n9130341230","geometry":{"type":"Point","coordinates":[-0.620908,51.7186412]},"properties":{"@type":"node","@id":9130341230,"@timestamp":1632856082},"coords":"51.7186412,-0.620908","bedrooms":"0","price":"268000","area":"369"} , +{"type":"Feature","id":"n9130341284","geometry":{"type":"Point","coordinates":[-0.6190385,51.720147]},"properties":{"@type":"node","@id":9130341284,"@timestamp":1632856082},"coords":"51.720147,-0.6190385","bedrooms":"3","price":"242000","area":"614"} , +{"type":"Feature","id":"n9130364503","geometry":{"type":"Point","coordinates":[0.0043197,51.5418239]},"properties":{"@type":"node","@id":9130364503,"@timestamp":1632856921},"coords":"51.5418239,0.0043197","bedrooms":"3","price":"217000","area":"500"} , +{"type":"Feature","id":"n9130494670","geometry":{"type":"Point","coordinates":[0.5599963,51.3728118]},"properties":{"@type":"node","@id":9130494670,"@timestamp":1632861359},"coords":"51.3728118,0.5599963","bedrooms":"0","price":"247000","area":"659"} , +{"type":"Feature","id":"n9130495027","geometry":{"type":"Point","coordinates":[0.55914,51.3757536]},"properties":{"@type":"node","@id":9130495027,"@timestamp":1632861614},"coords":"51.3757536,0.55914","bedrooms":"1","price":"257000","area":"699"} , +{"type":"Feature","id":"n9130570061","geometry":{"type":"Point","coordinates":[-0.1853857,51.7116981]},"properties":{"@type":"node","@id":9130570061,"@timestamp":1632864285},"coords":"51.7116981,-0.1853857","bedrooms":"0","price":"211000","area":"365"} , +{"type":"Feature","id":"n9130570121","geometry":{"type":"Point","coordinates":[-0.1851349,51.711698]},"properties":{"@type":"node","@id":9130570121,"@timestamp":1632864285},"coords":"51.711698,-0.1851349","bedrooms":"4","price":"175000","area":"436"} , +{"type":"Feature","id":"n9130626601","geometry":{"type":"Point","coordinates":[-0.305867,51.4426091]},"properties":{"@type":"node","@id":9130626601,"@timestamp":1632866491},"coords":"51.4426091,-0.305867","bedrooms":"2","price":"241000","area":"352"} , +{"type":"Feature","id":"n9130626611","geometry":{"type":"Point","coordinates":[-0.3068984,51.4423499]},"properties":{"@type":"node","@id":9130626611,"@timestamp":1632866491},"coords":"51.4423499,-0.3068984","bedrooms":"3","price":"295000","area":"382"} , +{"type":"Feature","id":"n9130627621","geometry":{"type":"Point","coordinates":[-0.3079069,51.4420833]},"properties":{"@type":"node","@id":9130627621,"@timestamp":1632866491},"coords":"51.4420833,-0.3079069","bedrooms":"3","price":"196000","area":"388"} , +{"type":"Feature","id":"n9130627631","geometry":{"type":"Point","coordinates":[-0.3088843,51.4417925]},"properties":{"@type":"node","@id":9130627631,"@timestamp":1632866491},"coords":"51.4417925,-0.3088843","bedrooms":"0","price":"151000","area":"445"} , +{"type":"Feature","id":"n9130627641","geometry":{"type":"Point","coordinates":[-0.3080264,51.4409352]},"properties":{"@type":"node","@id":9130627641,"@timestamp":1632866491},"coords":"51.4409352,-0.3080264","bedrooms":"2","price":"255000","area":"460"} , +{"type":"Feature","id":"n9130627651","geometry":{"type":"Point","coordinates":[-0.3071049,51.440989]},"properties":{"@type":"node","@id":9130627651,"@timestamp":1632866491},"coords":"51.440989,-0.3071049","bedrooms":"2","price":"214000","area":"428"} , +{"type":"Feature","id":"n9130627661","geometry":{"type":"Point","coordinates":[-0.3060814,51.441237]},"properties":{"@type":"node","@id":9130627661,"@timestamp":1632866491},"coords":"51.441237,-0.3060814","bedrooms":"2","price":"205000","area":"687"} , +{"type":"Feature","id":"n9130627671","geometry":{"type":"Point","coordinates":[-0.3086793,51.4413033]},"properties":{"@type":"node","@id":9130627671,"@timestamp":1632866491},"coords":"51.4413033,-0.3086793","bedrooms":"1","price":"154000","area":"379"} , +{"type":"Feature","id":"n9130627681","geometry":{"type":"Point","coordinates":[-0.3077406,51.4416653]},"properties":{"@type":"node","@id":9130627681,"@timestamp":1632866491},"coords":"51.4416653,-0.3077406","bedrooms":"1","price":"159000","area":"566"} , +{"type":"Feature","id":"n9130627691","geometry":{"type":"Point","coordinates":[-0.3069106,51.4413867]},"properties":{"@type":"node","@id":9130627691,"@timestamp":1632866491},"coords":"51.4413867,-0.3069106","bedrooms":"3","price":"257000","area":"670"} , +{"type":"Feature","id":"n9130627701","geometry":{"type":"Point","coordinates":[-0.3066744,51.4419512]},"properties":{"@type":"node","@id":9130627701,"@timestamp":1632866491},"coords":"51.4419512,-0.3066744","bedrooms":"0","price":"254000","area":"354"} , +{"type":"Feature","id":"n9130627711","geometry":{"type":"Point","coordinates":[-0.3059877,51.4417297]},"properties":{"@type":"node","@id":9130627711,"@timestamp":1632866491},"coords":"51.4417297,-0.3059877","bedrooms":"2","price":"276000","area":"377"} , +{"type":"Feature","id":"n9130627721","geometry":{"type":"Point","coordinates":[-0.309881,51.4409974]},"properties":{"@type":"node","@id":9130627721,"@timestamp":1632866491},"coords":"51.4409974,-0.309881","bedrooms":"3","price":"219000","area":"386"} , +{"type":"Feature","id":"n9130627731","geometry":{"type":"Point","coordinates":[-0.3093178,51.4413659]},"properties":{"@type":"node","@id":9130627731,"@timestamp":1632866491},"coords":"51.4413659,-0.3093178","bedrooms":"4","price":"241000","area":"575"} , +{"type":"Feature","id":"n9130627741","geometry":{"type":"Point","coordinates":[-0.3082596,51.4402609]},"properties":{"@type":"node","@id":9130627741,"@timestamp":1632866491},"coords":"51.4402609,-0.3082596","bedrooms":"3","price":"208000","area":"474"} , +{"type":"Feature","id":"n9130627751","geometry":{"type":"Point","coordinates":[-0.306614,51.440546]},"properties":{"@type":"node","@id":9130627751,"@timestamp":1632866491},"coords":"51.440546,-0.306614","bedrooms":"4","price":"293000","area":"647"} , +{"type":"Feature","id":"n9130627761","geometry":{"type":"Point","coordinates":[-0.3060924,51.4397284]},"properties":{"@type":"node","@id":9130627761,"@timestamp":1632866491},"coords":"51.4397284,-0.3060924","bedrooms":"3","price":"199000","area":"528"} , +{"type":"Feature","id":"n9130627771","geometry":{"type":"Point","coordinates":[-0.3063136,51.4389267]},"properties":{"@type":"node","@id":9130627771,"@timestamp":1632866491},"coords":"51.4389267,-0.3063136","bedrooms":"0","price":"258000","area":"420"} , +{"type":"Feature","id":"n9130627781","geometry":{"type":"Point","coordinates":[-0.3071545,51.4383298]},"properties":{"@type":"node","@id":9130627781,"@timestamp":1632866491},"coords":"51.4383298,-0.3071545","bedrooms":"3","price":"204000","area":"481"} , +{"type":"Feature","id":"n9130627791","geometry":{"type":"Point","coordinates":[-0.3057571,51.4389301]},"properties":{"@type":"node","@id":9130627791,"@timestamp":1632866491},"coords":"51.4389301,-0.3057571","bedrooms":"4","price":"201000","area":"491"} , +{"type":"Feature","id":"n9130627801","geometry":{"type":"Point","coordinates":[-0.3085908,51.4383507]},"properties":{"@type":"node","@id":9130627801,"@timestamp":1632866491},"coords":"51.4383507,-0.3085908","bedrooms":"1","price":"266000","area":"379"} , +{"type":"Feature","id":"n9130627811","geometry":{"type":"Point","coordinates":[-0.3005697,51.4455881]},"properties":{"@type":"node","@id":9130627811,"@timestamp":1632866491},"coords":"51.4455881,-0.3005697","bedrooms":"2","price":"234000","area":"631"} , +{"type":"Feature","id":"n9130748845","geometry":{"type":"Point","coordinates":[-0.1862295,51.7058364]},"properties":{"@type":"node","@id":9130748845,"@timestamp":1632873795},"coords":"51.7058364,-0.1862295","bedrooms":"2","price":"274000","area":"552"} , +{"type":"Feature","id":"n9130844189","geometry":{"type":"Point","coordinates":[-0.1824889,51.703451]},"properties":{"@type":"node","@id":9130844189,"@timestamp":1632877977},"coords":"51.703451,-0.1824889","bedrooms":"2","price":"179000","area":"624"} , +{"type":"Feature","id":"n9130844267","geometry":{"type":"Point","coordinates":[-0.1833797,51.7030437]},"properties":{"@type":"node","@id":9130844267,"@timestamp":1632877977},"coords":"51.7030437,-0.1833797","bedrooms":"3","price":"295000","area":"378"} , +{"type":"Feature","id":"n9131012138","geometry":{"type":"Point","coordinates":[-0.2169152,51.4999065]},"properties":{"@type":"node","@id":9131012138,"@timestamp":1632889531},"coords":"51.4999065,-0.2169152","bedrooms":"0","price":"217000","area":"642"} , +{"type":"Feature","id":"n9131012215","geometry":{"type":"Point","coordinates":[-0.2174699,51.5000596]},"properties":{"@type":"node","@id":9131012215,"@timestamp":1632889531},"coords":"51.5000596,-0.2174699","bedrooms":"1","price":"150000","area":"449"} , +{"type":"Feature","id":"n9131016253","geometry":{"type":"Point","coordinates":[-0.2175699,51.4997038]},"properties":{"@type":"node","@id":9131016253,"@timestamp":1632889531},"coords":"51.4997038,-0.2175699","bedrooms":"2","price":"286000","area":"488"} , +{"type":"Feature","id":"n9131016263","geometry":{"type":"Point","coordinates":[-0.2167315,51.4994868]},"properties":{"@type":"node","@id":9131016263,"@timestamp":1632889531},"coords":"51.4994868,-0.2167315","bedrooms":"2","price":"172000","area":"550"} , +{"type":"Feature","id":"n9131016364","geometry":{"type":"Point","coordinates":[-0.2159396,51.4994471]},"properties":{"@type":"node","@id":9131016364,"@timestamp":1632889531},"coords":"51.4994471,-0.2159396","bedrooms":"3","price":"228000","area":"377"} , +{"type":"Feature","id":"n9131351927","geometry":{"type":"Point","coordinates":[-0.268351,51.5067976]},"properties":{"@type":"node","@id":9131351927,"@timestamp":1632901671},"coords":"51.5067976,-0.268351","bedrooms":"1","price":"194000","area":"627"} , +{"type":"Feature","id":"n9131351937","geometry":{"type":"Point","coordinates":[-0.2651699,51.5065313]},"properties":{"@type":"node","@id":9131351937,"@timestamp":1632901671},"coords":"51.5065313,-0.2651699","bedrooms":"0","price":"208000","area":"468"} , +{"type":"Feature","id":"n9131351947","geometry":{"type":"Point","coordinates":[-0.2529077,51.5054946]},"properties":{"@type":"node","@id":9131351947,"@timestamp":1632901671},"coords":"51.5054946,-0.2529077","bedrooms":"2","price":"291000","area":"623"} , +{"type":"Feature","id":"n9131351973","geometry":{"type":"Point","coordinates":[-0.2617662,51.5063856]},"properties":{"@type":"node","@id":9131351973,"@timestamp":1632901671},"coords":"51.5063856,-0.2617662","bedrooms":"2","price":"154000","area":"483"} , +{"type":"Feature","id":"n9131372826","geometry":{"type":"Point","coordinates":[-0.3001204,51.5141351]},"properties":{"@type":"node","@id":9131372826,"@timestamp":1632902586},"coords":"51.5141351,-0.3001204","bedrooms":"1","price":"199000","area":"467"} , +{"type":"Feature","id":"n9131396096","geometry":{"type":"Point","coordinates":[-0.2162727,51.4989883]},"properties":{"@type":"node","@id":9131396096,"@timestamp":1632903909},"coords":"51.4989883,-0.2162727","bedrooms":"3","price":"266000","area":"356"} , +{"type":"Feature","id":"n9131435773","geometry":{"type":"Point","coordinates":[0.3544988,51.445464]},"properties":{"@type":"node","@id":9131435773,"@timestamp":1632920365},"coords":"51.445464,0.3544988","bedrooms":"2","price":"211000","area":"591"} , +{"type":"Feature","id":"n9131435793","geometry":{"type":"Point","coordinates":[0.3545364,51.4454969]},"properties":{"@type":"node","@id":9131435793,"@timestamp":1632920365},"coords":"51.4454969,0.3545364","bedrooms":"2","price":"273000","area":"356"} , +{"type":"Feature","id":"n9131445829","geometry":{"type":"Point","coordinates":[-0.2170582,51.4993502]},"properties":{"@type":"node","@id":9131445829,"@timestamp":1632903909},"coords":"51.4993502,-0.2170582","bedrooms":"0","price":"196000","area":"656"} , +{"type":"Feature","id":"n9131445863","geometry":{"type":"Point","coordinates":[-0.2179057,51.4995568]},"properties":{"@type":"node","@id":9131445863,"@timestamp":1632903909},"coords":"51.4995568,-0.2179057","bedrooms":"3","price":"196000","area":"664"} , +{"type":"Feature","id":"n9131445907","geometry":{"type":"Point","coordinates":[-0.2185978,51.4994804]},"properties":{"@type":"node","@id":9131445907,"@timestamp":1632903909},"coords":"51.4994804,-0.2185978","bedrooms":"3","price":"192000","area":"664"} , +{"type":"Feature","id":"n9131445958","geometry":{"type":"Point","coordinates":[-0.2177998,51.4992046]},"properties":{"@type":"node","@id":9131445958,"@timestamp":1632903909},"coords":"51.4992046,-0.2177998","bedrooms":"1","price":"195000","area":"588"} , +{"type":"Feature","id":"n9131445968","geometry":{"type":"Point","coordinates":[-0.21714,51.4990471]},"properties":{"@type":"node","@id":9131445968,"@timestamp":1632903909},"coords":"51.4990471,-0.21714","bedrooms":"2","price":"232000","area":"452"} , +{"type":"Feature","id":"n9131554082","geometry":{"type":"Point","coordinates":[-0.1357893,51.4821759]},"properties":{"@type":"node","@id":9131554082,"@timestamp":1632907216},"coords":"51.4821759,-0.1357893","bedrooms":"3","price":"218000","area":"624"} , +{"type":"Feature","id":"n9131623757","geometry":{"type":"Point","coordinates":[-0.2175595,51.4989418]},"properties":{"@type":"node","@id":9131623757,"@timestamp":1632910175},"coords":"51.4989418,-0.2175595","bedrooms":"0","price":"287000","area":"457"} , +{"type":"Feature","id":"n9131671632","geometry":{"type":"Point","coordinates":[0.0014229,51.5563979]},"properties":{"@type":"node","@id":9131671632,"@timestamp":1632909727},"coords":"51.5563979,0.0014229","bedrooms":"3","price":"238000","area":"593"} , +{"type":"Feature","id":"n9131677645","geometry":{"type":"Point","coordinates":[-0.0175042,51.5112901]},"properties":{"@type":"node","@id":9131677645,"@timestamp":1632909886},"coords":"51.5112901,-0.0175042","bedrooms":"0","price":"233000","area":"495"} , +{"type":"Feature","id":"n9131698348","geometry":{"type":"Point","coordinates":[-0.217328,51.4982203]},"properties":{"@type":"node","@id":9131698348,"@timestamp":1632910175},"coords":"51.4982203,-0.217328","bedrooms":"4","price":"179000","area":"560"} , +{"type":"Feature","id":"n9131783918","geometry":{"type":"Point","coordinates":[-0.2356089,51.7518576]},"properties":{"@type":"node","@id":9131783918,"@timestamp":1632913292},"coords":"51.7518576,-0.2356089","bedrooms":"1","price":"250000","area":"509"} , +{"type":"Feature","id":"n9131866807","geometry":{"type":"Point","coordinates":[0.0016952,51.5565605]},"properties":{"@type":"node","@id":9131866807,"@timestamp":1632913929},"coords":"51.5565605,0.0016952","bedrooms":"0","price":"163000","area":"560"} , +{"type":"Feature","id":"n9132009159","geometry":{"type":"Point","coordinates":[-0.6096329,51.7204479]},"properties":{"@type":"node","@id":9132009159,"@timestamp":1632917295},"coords":"51.7204479,-0.6096329","bedrooms":"0","price":"155000","area":"660"} , +{"type":"Feature","id":"n9132009179","geometry":{"type":"Point","coordinates":[-0.6106014,51.7145616]},"properties":{"@type":"node","@id":9132009179,"@timestamp":1632917295},"coords":"51.7145616,-0.6106014","bedrooms":"2","price":"242000","area":"581"} , +{"type":"Feature","id":"n9132122626","geometry":{"type":"Point","coordinates":[0.0046878,51.5570775]},"properties":{"@type":"node","@id":9132122626,"@timestamp":1632919825},"coords":"51.5570775,0.0046878","bedrooms":"1","price":"226000","area":"632"} , +{"type":"Feature","id":"n9132142731","geometry":{"type":"Point","coordinates":[0.354593,51.4455353]},"properties":{"@type":"node","@id":9132142731,"@timestamp":1632920365},"coords":"51.4455353,0.354593","bedrooms":"0","price":"220000","area":"549"} , +{"type":"Feature","id":"n9132142813","geometry":{"type":"Point","coordinates":[0.3575519,51.4431873]},"properties":{"@type":"node","@id":9132142813,"@timestamp":1632920365},"coords":"51.4431873,0.3575519","bedrooms":"0","price":"220000","area":"695"} , +{"type":"Feature","id":"n9132175923","geometry":{"type":"Point","coordinates":[0.3562874,51.4434102]},"properties":{"@type":"node","@id":9132175923,"@timestamp":1632920365},"coords":"51.4434102,0.3562874","bedrooms":"4","price":"192000","area":"670"} , +{"type":"Feature","id":"n9132175933","geometry":{"type":"Point","coordinates":[0.3565978,51.4430118]},"properties":{"@type":"node","@id":9132175933,"@timestamp":1632920365},"coords":"51.4430118,0.3565978","bedrooms":"2","price":"221000","area":"396"} , +{"type":"Feature","id":"n9132175948","geometry":{"type":"Point","coordinates":[0.3573227,51.4447916]},"properties":{"@type":"node","@id":9132175948,"@timestamp":1632920365},"coords":"51.4447916,0.3573227","bedrooms":"3","price":"199000","area":"508"} , +{"type":"Feature","id":"n9132176162","geometry":{"type":"Point","coordinates":[0.3581838,51.4434126]},"properties":{"@type":"node","@id":9132176162,"@timestamp":1632920365},"coords":"51.4434126,0.3581838","bedrooms":"0","price":"276000","area":"671"} , +{"type":"Feature","id":"n9132176213","geometry":{"type":"Point","coordinates":[0.3572193,51.4441153]},"properties":{"@type":"node","@id":9132176213,"@timestamp":1632920365},"coords":"51.4441153,0.3572193","bedrooms":"1","price":"265000","area":"574"} , +{"type":"Feature","id":"n9132176223","geometry":{"type":"Point","coordinates":[0.3574887,51.4447595]},"properties":{"@type":"node","@id":9132176223,"@timestamp":1632920365},"coords":"51.4447595,0.3574887","bedrooms":"2","price":"244000","area":"490"} , +{"type":"Feature","id":"n9132176293","geometry":{"type":"Point","coordinates":[0.3566624,51.4438315]},"properties":{"@type":"node","@id":9132176293,"@timestamp":1632920365},"coords":"51.4438315,0.3566624","bedrooms":"0","price":"245000","area":"631"} , +{"type":"Feature","id":"n9132176321","geometry":{"type":"Point","coordinates":[0.3570258,51.4428328]},"properties":{"@type":"node","@id":9132176321,"@timestamp":1632920365},"coords":"51.4428328,0.3570258","bedrooms":"1","price":"249000","area":"614"} , +{"type":"Feature","id":"n9132176380","geometry":{"type":"Point","coordinates":[0.3569324,51.4436341]},"properties":{"@type":"node","@id":9132176380,"@timestamp":1632920365},"coords":"51.4436341,0.3569324","bedrooms":"0","price":"279000","area":"661"} , +{"type":"Feature","id":"n9132176429","geometry":{"type":"Point","coordinates":[0.3568158,51.4452712]},"properties":{"@type":"node","@id":9132176429,"@timestamp":1632920365},"coords":"51.4452712,0.3568158","bedrooms":"2","price":"263000","area":"656"} , +{"type":"Feature","id":"n9132251127","geometry":{"type":"Point","coordinates":[0.0011279,51.5571333]},"properties":{"@type":"node","@id":9132251127,"@timestamp":1632922065},"coords":"51.5571333,0.0011279","bedrooms":"0","price":"183000","area":"389"} , +{"type":"Feature","id":"n9132251153","geometry":{"type":"Point","coordinates":[0.0020277,51.5576336]},"properties":{"@type":"node","@id":9132251153,"@timestamp":1632922065},"coords":"51.5576336,0.0020277","bedrooms":"4","price":"203000","area":"658"} , +{"type":"Feature","id":"n9132314799","geometry":{"type":"Point","coordinates":[0.0110199,51.5556716]},"properties":{"@type":"node","@id":9132314799,"@timestamp":1632924132},"coords":"51.5556716,0.0110199","bedrooms":"4","price":"268000","area":"629"} , +{"type":"Feature","id":"n9132326024","geometry":{"type":"Point","coordinates":[0.0121571,51.5562628]},"properties":{"@type":"node","@id":9132326024,"@timestamp":1632924132},"coords":"51.5562628,0.0121571","bedrooms":"4","price":"212000","area":"627"} , +{"type":"Feature","id":"n9132415781","geometry":{"type":"Point","coordinates":[0.0815361,51.4312649]},"properties":{"@type":"node","@id":9132415781,"@timestamp":1632926346},"coords":"51.4312649,0.0815361","bedrooms":"2","price":"243000","area":"695"} , +{"type":"Feature","id":"n9132415791","geometry":{"type":"Point","coordinates":[0.0817281,51.432415]},"properties":{"@type":"node","@id":9132415791,"@timestamp":1632926346},"coords":"51.432415,0.0817281","bedrooms":"2","price":"210000","area":"524"} , +{"type":"Feature","id":"n9132439218","geometry":{"type":"Point","coordinates":[-0.9266149,51.7620671]},"properties":{"@type":"node","@id":9132439218,"@timestamp":1632927066},"coords":"51.7620671,-0.9266149","bedrooms":"2","price":"293000","area":"461"} , +{"type":"Feature","id":"n9132439228","geometry":{"type":"Point","coordinates":[-0.9437993,51.7597289]},"properties":{"@type":"node","@id":9132439228,"@timestamp":1632927066},"coords":"51.7597289,-0.9437993","bedrooms":"3","price":"205000","area":"530"} , +{"type":"Feature","id":"n9132450133","geometry":{"type":"Point","coordinates":[0.0853794,51.4340776]},"properties":{"@type":"node","@id":9132450133,"@timestamp":1632927410},"coords":"51.4340776,0.0853794","bedrooms":"1","price":"270000","area":"487"} , +{"type":"Feature","id":"n9132450143","geometry":{"type":"Point","coordinates":[0.0824508,51.4330989]},"properties":{"@type":"node","@id":9132450143,"@timestamp":1632927410},"coords":"51.4330989,0.0824508","bedrooms":"3","price":"264000","area":"695"} , +{"type":"Feature","id":"n9132474782","geometry":{"type":"Point","coordinates":[0.0113176,51.5574052]},"properties":{"@type":"node","@id":9132474782,"@timestamp":1632927844},"coords":"51.5574052,0.0113176","bedrooms":"2","price":"202000","area":"423"} , +{"type":"Feature","id":"n9132474792","geometry":{"type":"Point","coordinates":[0.0100315,51.5566155]},"properties":{"@type":"node","@id":9132474792,"@timestamp":1632927844},"coords":"51.5566155,0.0100315","bedrooms":"4","price":"297000","area":"653"} , +{"type":"Feature","id":"n9132474802","geometry":{"type":"Point","coordinates":[0.0097766,51.5571809]},"properties":{"@type":"node","@id":9132474802,"@timestamp":1632927844},"coords":"51.5571809,0.0097766","bedrooms":"2","price":"190000","area":"360"} , +{"type":"Feature","id":"n9132474903","geometry":{"type":"Point","coordinates":[0.0110829,51.5566422]},"properties":{"@type":"node","@id":9132474903,"@timestamp":1632927844},"coords":"51.5566422,0.0110829","bedrooms":"3","price":"223000","area":"559"} , +{"type":"Feature","id":"n9132577944","geometry":{"type":"Point","coordinates":[0.357472,51.4454903]},"properties":{"@type":"node","@id":9132577944,"@timestamp":1632930573},"coords":"51.4454903,0.357472","bedrooms":"0","price":"207000","area":"696"} , +{"type":"Feature","id":"n9132588440","geometry":{"type":"Point","coordinates":[0.3611043,51.4450421]},"properties":{"@type":"node","@id":9132588440,"@timestamp":1632930573},"coords":"51.4450421,0.3611043","bedrooms":"0","price":"204000","area":"363"} , +{"type":"Feature","id":"n9132588450","geometry":{"type":"Point","coordinates":[0.3605475,51.4449504]},"properties":{"@type":"node","@id":9132588450,"@timestamp":1632930573},"coords":"51.4449504,0.3605475","bedrooms":"4","price":"151000","area":"595"} , +{"type":"Feature","id":"n9132588460","geometry":{"type":"Point","coordinates":[0.3602667,51.444453]},"properties":{"@type":"node","@id":9132588460,"@timestamp":1632930573},"coords":"51.444453,0.3602667","bedrooms":"4","price":"260000","area":"607"} , +{"type":"Feature","id":"n9132588484","geometry":{"type":"Point","coordinates":[0.3604789,51.4452912]},"properties":{"@type":"node","@id":9132588484,"@timestamp":1632930573},"coords":"51.4452912,0.3604789","bedrooms":"0","price":"224000","area":"596"} , +{"type":"Feature","id":"n9132588532","geometry":{"type":"Point","coordinates":[0.3605165,51.4444253]},"properties":{"@type":"node","@id":9132588532,"@timestamp":1632930573},"coords":"51.4444253,0.3605165","bedrooms":"1","price":"229000","area":"559"} , +{"type":"Feature","id":"n9132588647","geometry":{"type":"Point","coordinates":[0.3604783,51.4444479]},"properties":{"@type":"node","@id":9132588647,"@timestamp":1632930573},"coords":"51.4444479,0.3604783","bedrooms":"1","price":"292000","area":"430"} , +{"type":"Feature","id":"n9132588780","geometry":{"type":"Point","coordinates":[0.3608108,51.4441276]},"properties":{"@type":"node","@id":9132588780,"@timestamp":1632930573},"coords":"51.4441276,0.3608108","bedrooms":"0","price":"256000","area":"654"} , +{"type":"Feature","id":"n9132588805","geometry":{"type":"Point","coordinates":[0.3603575,51.4438634]},"properties":{"@type":"node","@id":9132588805,"@timestamp":1632930573},"coords":"51.4438634,0.3603575","bedrooms":"0","price":"192000","area":"671"} , +{"type":"Feature","id":"n9132588815","geometry":{"type":"Point","coordinates":[0.3596202,51.4436238]},"properties":{"@type":"node","@id":9132588815,"@timestamp":1632930573},"coords":"51.4436238,0.3596202","bedrooms":"4","price":"273000","area":"514"} , +{"type":"Feature","id":"n9132588825","geometry":{"type":"Point","coordinates":[0.3592579,51.4437585]},"properties":{"@type":"node","@id":9132588825,"@timestamp":1632930573},"coords":"51.4437585,0.3592579","bedrooms":"4","price":"172000","area":"507"} , +{"type":"Feature","id":"n9132588870","geometry":{"type":"Point","coordinates":[0.3582168,51.4436953]},"properties":{"@type":"node","@id":9132588870,"@timestamp":1632930573},"coords":"51.4436953,0.3582168","bedrooms":"0","price":"171000","area":"691"} , +{"type":"Feature","id":"n9132588924","geometry":{"type":"Point","coordinates":[0.3579059,51.4444769]},"properties":{"@type":"node","@id":9132588924,"@timestamp":1632930573},"coords":"51.4444769,0.3579059","bedrooms":"0","price":"235000","area":"504"} , +{"type":"Feature","id":"n9132588952","geometry":{"type":"Point","coordinates":[0.35883,51.4446396]},"properties":{"@type":"node","@id":9132588952,"@timestamp":1632930573},"coords":"51.4446396,0.35883","bedrooms":"4","price":"287000","area":"478"} , +{"type":"Feature","id":"n9132589005","geometry":{"type":"Point","coordinates":[0.3577911,51.4448224]},"properties":{"@type":"node","@id":9132589005,"@timestamp":1632930573},"coords":"51.4448224,0.3577911","bedrooms":"0","price":"202000","area":"451"} , +{"type":"Feature","id":"n9132589015","geometry":{"type":"Point","coordinates":[0.3589989,51.4452614]},"properties":{"@type":"node","@id":9132589015,"@timestamp":1632930573},"coords":"51.4452614,0.3589989","bedrooms":"3","price":"187000","area":"437"} , +{"type":"Feature","id":"n9132589041","geometry":{"type":"Point","coordinates":[0.3604354,51.4447167]},"properties":{"@type":"node","@id":9132589041,"@timestamp":1632930573},"coords":"51.4447167,0.3604354","bedrooms":"2","price":"260000","area":"666"} , +{"type":"Feature","id":"n9132589117","geometry":{"type":"Point","coordinates":[0.3611264,51.4455191]},"properties":{"@type":"node","@id":9132589117,"@timestamp":1632930573},"coords":"51.4455191,0.3611264","bedrooms":"0","price":"270000","area":"622"} , +{"type":"Feature","id":"n9132589127","geometry":{"type":"Point","coordinates":[0.3610073,51.4455103]},"properties":{"@type":"node","@id":9132589127,"@timestamp":1632930573},"coords":"51.4455103,0.3610073","bedrooms":"3","price":"187000","area":"389"} , +{"type":"Feature","id":"n9132589212","geometry":{"type":"Point","coordinates":[0.3625686,51.4448772]},"properties":{"@type":"node","@id":9132589212,"@timestamp":1632930573},"coords":"51.4448772,0.3625686","bedrooms":"2","price":"219000","area":"695"} , +{"type":"Feature","id":"n9132736883","geometry":{"type":"Point","coordinates":[0.3578624,51.430042]},"properties":{"@type":"node","@id":9132736883,"@timestamp":1632933250},"coords":"51.430042,0.3578624","bedrooms":"3","price":"274000","area":"532"} , +{"type":"Feature","id":"n9132743954","geometry":{"type":"Point","coordinates":[0.357946,51.4300934]},"properties":{"@type":"node","@id":9132743954,"@timestamp":1632933250},"coords":"51.4300934,0.357946","bedrooms":"0","price":"169000","area":"491"} , +{"type":"Feature","id":"n9132756442","geometry":{"type":"Point","coordinates":[0.0127184,51.5580976]},"properties":{"@type":"node","@id":9132756442,"@timestamp":1632934337},"coords":"51.5580976,0.0127184","bedrooms":"0","price":"238000","area":"478"} , +{"type":"Feature","id":"n9132777966","geometry":{"type":"Point","coordinates":[0.0128833,51.5590857]},"properties":{"@type":"node","@id":9132777966,"@timestamp":1632934337},"coords":"51.5590857,0.0128833","bedrooms":"4","price":"270000","area":"624"} , +{"type":"Feature","id":"n9132832597","geometry":{"type":"Point","coordinates":[-0.2733961,51.5127942]},"properties":{"@type":"node","@id":9132832597,"@timestamp":1632936627},"coords":"51.5127942,-0.2733961","bedrooms":"0","price":"289000","area":"374"} , +{"type":"Feature","id":"n9133340337","geometry":{"type":"Point","coordinates":[-0.3764648,51.1332444]},"properties":{"@type":"node","@id":9133340337,"@timestamp":1632949333},"coords":"51.1332444,-0.3764648","bedrooms":"0","price":"266000","area":"411"} , +{"type":"Feature","id":"n9133484285","geometry":{"type":"Point","coordinates":[-0.5751867,51.5004085]},"properties":{"@type":"node","@id":9133484285,"@timestamp":1632953957},"coords":"51.5004085,-0.5751867","bedrooms":"3","price":"207000","area":"434"} , +{"type":"Feature","id":"n9133487743","geometry":{"type":"Point","coordinates":[-1.0872174,51.491251]},"properties":{"@type":"node","@id":9133487743,"@timestamp":1632955917},"coords":"51.491251,-1.0872174","bedrooms":"4","price":"239000","area":"600"} , +{"type":"Feature","id":"n9133560600","geometry":{"type":"Point","coordinates":[-0.5921218,51.7096363]},"properties":{"@type":"node","@id":9133560600,"@timestamp":1632959040},"coords":"51.7096363,-0.5921218","bedrooms":"3","price":"249000","area":"447"} , +{"type":"Feature","id":"n9133571863","geometry":{"type":"Point","coordinates":[-0.6043879,51.710152]},"properties":{"@type":"node","@id":9133571863,"@timestamp":1632958135},"coords":"51.710152,-0.6043879","bedrooms":"2","price":"202000","area":"492"} , +{"type":"Feature","id":"n9133571875","geometry":{"type":"Point","coordinates":[-0.6024536,51.7107148]},"properties":{"@type":"node","@id":9133571875,"@timestamp":1632958135},"coords":"51.7107148,-0.6024536","bedrooms":"1","price":"246000","area":"463"} , +{"type":"Feature","id":"n9133619579","geometry":{"type":"Point","coordinates":[-0.1255656,51.5726212]},"properties":{"@type":"node","@id":9133619579,"@timestamp":1632961012},"coords":"51.5726212,-0.1255656","bedrooms":"4","price":"262000","area":"438"} , +{"type":"Feature","id":"n9133619601","geometry":{"type":"Point","coordinates":[-0.1247849,51.5724602]},"properties":{"@type":"node","@id":9133619601,"@timestamp":1632961012},"coords":"51.5724602,-0.1247849","bedrooms":"3","price":"224000","area":"632"} , +{"type":"Feature","id":"n9133630970","geometry":{"type":"Point","coordinates":[-0.5426524,51.4903265]},"properties":{"@type":"node","@id":9133630970,"@timestamp":1632961979},"coords":"51.4903265,-0.5426524","bedrooms":"1","price":"241000","area":"458"} , +{"type":"Feature","id":"n9133635015","geometry":{"type":"Point","coordinates":[0.5273843,51.7220581]},"properties":{"@type":"node","@id":9133635015,"@timestamp":1632961996},"coords":"51.7220581,0.5273843","bedrooms":"3","price":"258000","area":"419"} , +{"type":"Feature","id":"n9133638228","geometry":{"type":"Point","coordinates":[0.52671,51.7212089]},"properties":{"@type":"node","@id":9133638228,"@timestamp":1632961996},"coords":"51.7212089,0.52671","bedrooms":"2","price":"238000","area":"424"} , +{"type":"Feature","id":"n9133638238","geometry":{"type":"Point","coordinates":[0.5270996,51.7206185]},"properties":{"@type":"node","@id":9133638238,"@timestamp":1632961996},"coords":"51.7206185,0.5270996","bedrooms":"1","price":"191000","area":"595"} , +{"type":"Feature","id":"n9133638248","geometry":{"type":"Point","coordinates":[0.5275228,51.7214672]},"properties":{"@type":"node","@id":9133638248,"@timestamp":1632961996},"coords":"51.7214672,0.5275228","bedrooms":"2","price":"245000","area":"433"} , +{"type":"Feature","id":"n9133638258","geometry":{"type":"Point","coordinates":[0.5268856,51.7213509]},"properties":{"@type":"node","@id":9133638258,"@timestamp":1632961996},"coords":"51.7213509,0.5268856","bedrooms":"1","price":"258000","area":"528"} , +{"type":"Feature","id":"n9133638268","geometry":{"type":"Point","coordinates":[0.5257651,51.7216278]},"properties":{"@type":"node","@id":9133638268,"@timestamp":1632961996},"coords":"51.7216278,0.5257651","bedrooms":"2","price":"253000","area":"617"} , +{"type":"Feature","id":"n9133638278","geometry":{"type":"Point","coordinates":[0.5268698,51.7216319]},"properties":{"@type":"node","@id":9133638278,"@timestamp":1632961996},"coords":"51.7216319,0.5268698","bedrooms":"1","price":"200000","area":"482"} , +{"type":"Feature","id":"n9133638288","geometry":{"type":"Point","coordinates":[0.5264069,51.7219248]},"properties":{"@type":"node","@id":9133638288,"@timestamp":1632961996},"coords":"51.7219248,0.5264069","bedrooms":"3","price":"197000","area":"614"} , +{"type":"Feature","id":"n9133638298","geometry":{"type":"Point","coordinates":[0.5268348,51.7221976]},"properties":{"@type":"node","@id":9133638298,"@timestamp":1632961996},"coords":"51.7221976,0.5268348","bedrooms":"3","price":"220000","area":"650"} , +{"type":"Feature","id":"n9133638308","geometry":{"type":"Point","coordinates":[0.5254213,51.7217933]},"properties":{"@type":"node","@id":9133638308,"@timestamp":1632961996},"coords":"51.7217933,0.5254213","bedrooms":"1","price":"269000","area":"488"} , +{"type":"Feature","id":"n9133638318","geometry":{"type":"Point","coordinates":[0.5250501,51.7210838]},"properties":{"@type":"node","@id":9133638318,"@timestamp":1632961996},"coords":"51.7210838,0.5250501","bedrooms":"2","price":"260000","area":"660"} , +{"type":"Feature","id":"n9133638328","geometry":{"type":"Point","coordinates":[0.5270088,51.7207589]},"properties":{"@type":"node","@id":9133638328,"@timestamp":1632961996},"coords":"51.7207589,0.5270088","bedrooms":"0","price":"211000","area":"676"} , +{"type":"Feature","id":"n9133638338","geometry":{"type":"Point","coordinates":[0.5270538,51.7219119]},"properties":{"@type":"node","@id":9133638338,"@timestamp":1632961996},"coords":"51.7219119,0.5270538","bedrooms":"0","price":"266000","area":"492"} , +{"type":"Feature","id":"n9133638348","geometry":{"type":"Point","coordinates":[0.5254671,51.7219336]},"properties":{"@type":"node","@id":9133638348,"@timestamp":1632961996},"coords":"51.7219336,0.5254671","bedrooms":"0","price":"169000","area":"363"} , +{"type":"Feature","id":"n9133638358","geometry":{"type":"Point","coordinates":[0.5258517,51.7210869]},"properties":{"@type":"node","@id":9133638358,"@timestamp":1632961996},"coords":"51.7210869,0.5258517","bedrooms":"0","price":"225000","area":"428"} , +{"type":"Feature","id":"n9133796569","geometry":{"type":"Point","coordinates":[-0.2416115,51.7518643]},"properties":{"@type":"node","@id":9133796569,"@timestamp":1632972012},"coords":"51.7518643,-0.2416115","bedrooms":"1","price":"161000","area":"401"} , +{"type":"Feature","id":"n9133796599","geometry":{"type":"Point","coordinates":[-0.2413927,51.7517533]},"properties":{"@type":"node","@id":9133796599,"@timestamp":1632972012},"coords":"51.7517533,-0.2413927","bedrooms":"1","price":"194000","area":"440"} , +{"type":"Feature","id":"n9134171359","geometry":{"type":"Point","coordinates":[-0.217314,51.4977754]},"properties":{"@type":"node","@id":9134171359,"@timestamp":1632980823},"coords":"51.4977754,-0.217314","bedrooms":"3","price":"218000","area":"517"} , +{"type":"Feature","id":"n9134171378","geometry":{"type":"Point","coordinates":[-0.2178529,51.4979963]},"properties":{"@type":"node","@id":9134171378,"@timestamp":1632980823},"coords":"51.4979963,-0.2178529","bedrooms":"4","price":"269000","area":"502"} , +{"type":"Feature","id":"n9134171419","geometry":{"type":"Point","coordinates":[-0.2185751,51.4983158]},"properties":{"@type":"node","@id":9134171419,"@timestamp":1632980823},"coords":"51.4983158,-0.2185751","bedrooms":"4","price":"273000","area":"374"} , +{"type":"Feature","id":"n9134171446","geometry":{"type":"Point","coordinates":[-0.2189474,51.4984851]},"properties":{"@type":"node","@id":9134171446,"@timestamp":1632980823},"coords":"51.4984851,-0.2189474","bedrooms":"0","price":"252000","area":"507"} , +{"type":"Feature","id":"n9134851154","geometry":{"type":"Point","coordinates":[-0.2186748,51.4992633]},"properties":{"@type":"node","@id":9134851154,"@timestamp":1632995597},"coords":"51.4992633,-0.2186748","bedrooms":"1","price":"219000","area":"456"} , +{"type":"Feature","id":"n9134981203","geometry":{"type":"Point","coordinates":[-0.5975988,51.7148106]},"properties":{"@type":"node","@id":9134981203,"@timestamp":1632999023},"coords":"51.7148106,-0.5975988","bedrooms":"1","price":"275000","area":"644"} , +{"type":"Feature","id":"n9134992835","geometry":{"type":"Point","coordinates":[-0.6019214,51.715288]},"properties":{"@type":"node","@id":9134992835,"@timestamp":1632999023},"coords":"51.715288,-0.6019214","bedrooms":"3","price":"195000","area":"580"} , +{"type":"Feature","id":"n9134992864","geometry":{"type":"Point","coordinates":[-0.5975665,51.7210868]},"properties":{"@type":"node","@id":9134992864,"@timestamp":1632999023},"coords":"51.7210868,-0.5975665","bedrooms":"1","price":"280000","area":"617"} , +{"type":"Feature","id":"n9134992880","geometry":{"type":"Point","coordinates":[-0.5973128,51.7216992]},"properties":{"@type":"node","@id":9134992880,"@timestamp":1632999023},"coords":"51.7216992,-0.5973128","bedrooms":"3","price":"282000","area":"405"} , +{"type":"Feature","id":"n9134992890","geometry":{"type":"Point","coordinates":[-0.5979743,51.7216551]},"properties":{"@type":"node","@id":9134992890,"@timestamp":1632999023},"coords":"51.7216551,-0.5979743","bedrooms":"3","price":"156000","area":"478"} , +{"type":"Feature","id":"n9135036367","geometry":{"type":"Point","coordinates":[-0.5959441,51.7219552]},"properties":{"@type":"node","@id":9135036367,"@timestamp":1633000294},"coords":"51.7219552,-0.5959441","bedrooms":"2","price":"187000","area":"561"} , +{"type":"Feature","id":"n9135350049","geometry":{"type":"Point","coordinates":[0.3463578,51.8738712]},"properties":{"@type":"node","@id":9135350049,"@timestamp":1633006629},"coords":"51.8738712,0.3463578","bedrooms":"2","price":"194000","area":"447"} , +{"type":"Feature","id":"n9135379306","geometry":{"type":"Point","coordinates":[-0.5856397,51.7351613]},"properties":{"@type":"node","@id":9135379306,"@timestamp":1633007435},"coords":"51.7351613,-0.5856397","bedrooms":"2","price":"161000","area":"673"} , +{"type":"Feature","id":"n9135551980","geometry":{"type":"Point","coordinates":[-0.624642,51.7295909]},"properties":{"@type":"node","@id":9135551980,"@timestamp":1633012450},"coords":"51.7295909,-0.624642","bedrooms":"2","price":"265000","area":"568"} , +{"type":"Feature","id":"n9135551993","geometry":{"type":"Point","coordinates":[-0.6499035,51.7495265]},"properties":{"@type":"node","@id":9135551993,"@timestamp":1633012450},"coords":"51.7495265,-0.6499035","bedrooms":"2","price":"276000","area":"524"} , +{"type":"Feature","id":"n9135658578","geometry":{"type":"Point","coordinates":[0.0176529,51.5026022]},"properties":{"@type":"node","@id":9135658578,"@timestamp":1633015138},"coords":"51.5026022,0.0176529","bedrooms":"2","price":"193000","area":"603"} , +{"type":"Feature","id":"n9135658930","geometry":{"type":"Point","coordinates":[0.0180843,51.5037015]},"properties":{"@type":"node","@id":9135658930,"@timestamp":1633015138},"coords":"51.5037015,0.0180843","bedrooms":"4","price":"270000","area":"465"} , +{"type":"Feature","id":"n9135659542","geometry":{"type":"Point","coordinates":[0.015496,51.5033571]},"properties":{"@type":"node","@id":9135659542,"@timestamp":1633015138},"coords":"51.5033571,0.015496","bedrooms":"0","price":"258000","area":"458"} , +{"type":"Feature","id":"n9135701776","geometry":{"type":"Point","coordinates":[0.3589047,51.4433583]},"properties":{"@type":"node","@id":9135701776,"@timestamp":1633016525},"coords":"51.4433583,0.3589047","bedrooms":"3","price":"193000","area":"519"} , +{"type":"Feature","id":"n9135701846","geometry":{"type":"Point","coordinates":[0.3595824,51.4429978]},"properties":{"@type":"node","@id":9135701846,"@timestamp":1633016525},"coords":"51.4429978,0.3595824","bedrooms":"4","price":"197000","area":"351"} , +{"type":"Feature","id":"n9135701930","geometry":{"type":"Point","coordinates":[0.3629054,51.4435111]},"properties":{"@type":"node","@id":9135701930,"@timestamp":1633016525},"coords":"51.4435111,0.3629054","bedrooms":"0","price":"162000","area":"467"} , +{"type":"Feature","id":"n9135702023","geometry":{"type":"Point","coordinates":[0.3593773,51.4430356]},"properties":{"@type":"node","@id":9135702023,"@timestamp":1633016525},"coords":"51.4430356,0.3593773","bedrooms":"4","price":"273000","area":"464"} , +{"type":"Feature","id":"n9135702078","geometry":{"type":"Point","coordinates":[0.3599112,51.4435488]},"properties":{"@type":"node","@id":9135702078,"@timestamp":1633016525},"coords":"51.4435488,0.3599112","bedrooms":"3","price":"235000","area":"618"} , +{"type":"Feature","id":"n9135702090","geometry":{"type":"Point","coordinates":[0.3606357,51.4437722]},"properties":{"@type":"node","@id":9135702090,"@timestamp":1633016525},"coords":"51.4437722,0.3606357","bedrooms":"3","price":"170000","area":"602"} , +{"type":"Feature","id":"n9135702111","geometry":{"type":"Point","coordinates":[0.360841,51.4438569]},"properties":{"@type":"node","@id":9135702111,"@timestamp":1633016525},"coords":"51.4438569,0.360841","bedrooms":"2","price":"289000","area":"482"} , +{"type":"Feature","id":"n9135702288","geometry":{"type":"Point","coordinates":[0.3634442,51.4443113]},"properties":{"@type":"node","@id":9135702288,"@timestamp":1633016525},"coords":"51.4443113,0.3634442","bedrooms":"2","price":"265000","area":"624"} , +{"type":"Feature","id":"n9135702309","geometry":{"type":"Point","coordinates":[0.3630068,51.443919]},"properties":{"@type":"node","@id":9135702309,"@timestamp":1633016525},"coords":"51.443919,0.3630068","bedrooms":"3","price":"167000","area":"486"} , +{"type":"Feature","id":"n9135702388","geometry":{"type":"Point","coordinates":[0.3582223,51.4435749]},"properties":{"@type":"node","@id":9135702388,"@timestamp":1633016525},"coords":"51.4435749,0.3582223","bedrooms":"3","price":"261000","area":"626"} , +{"type":"Feature","id":"n9135751372","geometry":{"type":"Point","coordinates":[-0.5726651,51.7516033]},"properties":{"@type":"node","@id":9135751372,"@timestamp":1633690539},"coords":"51.7516033,-0.5726651","bedrooms":"4","price":"236000","area":"518"} , +{"type":"Feature","id":"n9135842410","geometry":{"type":"Point","coordinates":[0.1691763,51.4510509]},"properties":{"@type":"node","@id":9135842410,"@timestamp":1633022151},"coords":"51.4510509,0.1691763","bedrooms":"4","price":"223000","area":"464"} , +{"type":"Feature","id":"n9135893973","geometry":{"type":"Point","coordinates":[-0.2378329,51.7520793]},"properties":{"@type":"node","@id":9135893973,"@timestamp":1633023811},"coords":"51.7520793,-0.2378329","bedrooms":"3","price":"282000","area":"412"} , +{"type":"Feature","id":"n9135893983","geometry":{"type":"Point","coordinates":[-0.2376502,51.7523519]},"properties":{"@type":"node","@id":9135893983,"@timestamp":1633023811},"coords":"51.7523519,-0.2376502","bedrooms":"0","price":"157000","area":"416"} , +{"type":"Feature","id":"n9135916017","geometry":{"type":"Point","coordinates":[-0.1285826,51.5270492]},"properties":{"@type":"node","@id":9135916017,"@timestamp":1633023801},"coords":"51.5270492,-0.1285826","bedrooms":"3","price":"175000","area":"635"} , +{"type":"Feature","id":"n9136051788","geometry":{"type":"Point","coordinates":[-0.7635594,51.6167139]},"properties":{"@type":"node","@id":9136051788,"@timestamp":1633029139},"coords":"51.6167139,-0.7635594","bedrooms":"1","price":"168000","area":"574"} , +{"type":"Feature","id":"n9136059986","geometry":{"type":"Point","coordinates":[-0.219219,51.4986854]},"properties":{"@type":"node","@id":9136059986,"@timestamp":1633029780},"coords":"51.4986854,-0.219219","bedrooms":"3","price":"299000","area":"527"} , +{"type":"Feature","id":"n9136060016","geometry":{"type":"Point","coordinates":[-0.2196516,51.4991105]},"properties":{"@type":"node","@id":9136060016,"@timestamp":1633029780},"coords":"51.4991105,-0.2196516","bedrooms":"2","price":"151000","area":"640"} , +{"type":"Feature","id":"n9136075622","geometry":{"type":"Point","coordinates":[-0.7626247,51.616774]},"properties":{"@type":"node","@id":9136075622,"@timestamp":1633030017},"coords":"51.616774,-0.7626247","bedrooms":"3","price":"272000","area":"364"} , +{"type":"Feature","id":"n9136075647","geometry":{"type":"Point","coordinates":[-0.7647466,51.616104]},"properties":{"@type":"node","@id":9136075647,"@timestamp":1633030017},"coords":"51.616104,-0.7647466","bedrooms":"4","price":"168000","area":"457"} , +{"type":"Feature","id":"n9136075657","geometry":{"type":"Point","coordinates":[-0.7625606,51.6163366]},"properties":{"@type":"node","@id":9136075657,"@timestamp":1633030017},"coords":"51.6163366,-0.7625606","bedrooms":"2","price":"169000","area":"668"} , +{"type":"Feature","id":"n9136108892","geometry":{"type":"Point","coordinates":[0.1255903,51.464454]},"properties":{"@type":"node","@id":9136108892,"@timestamp":1633031798},"coords":"51.464454,0.1255903","bedrooms":"1","price":"151000","area":"351"} , +{"type":"Feature","id":"n9136151132","geometry":{"type":"Point","coordinates":[0.0274052,51.4874547]},"properties":{"@type":"node","@id":9136151132,"@timestamp":1633032481},"coords":"51.4874547,0.0274052","bedrooms":"3","price":"196000","area":"397"} , +{"type":"Feature","id":"n9136289872","geometry":{"type":"Point","coordinates":[0.3747598,51.2908816]},"properties":{"@type":"node","@id":9136289872,"@timestamp":1633035886},"coords":"51.2908816,0.3747598","bedrooms":"3","price":"152000","area":"601"} , +{"type":"Feature","id":"n9136319814","geometry":{"type":"Point","coordinates":[0.421761,51.8907559]},"properties":{"@type":"node","@id":9136319814,"@timestamp":1633037847},"coords":"51.8907559,0.421761","bedrooms":"4","price":"232000","area":"491"} , +{"type":"Feature","id":"n9136360967","geometry":{"type":"Point","coordinates":[-0.1827404,51.7225454]},"properties":{"@type":"node","@id":9136360967,"@timestamp":1633040632},"coords":"51.7225454,-0.1827404","bedrooms":"0","price":"200000","area":"350"} , +{"type":"Feature","id":"n9136440815","geometry":{"type":"Point","coordinates":[-0.1064014,51.4922924]},"properties":{"@type":"node","@id":9136440815,"@timestamp":1633046829},"coords":"51.4922924,-0.1064014","bedrooms":"3","price":"214000","area":"641"} , +{"type":"Feature","id":"n9136758487","geometry":{"type":"Point","coordinates":[-0.2211326,51.499393]},"properties":{"@type":"node","@id":9136758487,"@timestamp":1633066619},"coords":"51.499393,-0.2211326","bedrooms":"0","price":"236000","area":"518"} , +{"type":"Feature","id":"n9136788527","geometry":{"type":"Point","coordinates":[-0.2213076,51.4989972]},"properties":{"@type":"node","@id":9136788527,"@timestamp":1633066619},"coords":"51.4989972,-0.2213076","bedrooms":"2","price":"246000","area":"536"} , +{"type":"Feature","id":"n9137028976","geometry":{"type":"Point","coordinates":[-0.8541228,51.1092411]},"properties":{"@type":"node","@id":9137028976,"@timestamp":1633076021},"coords":"51.1092411,-0.8541228","bedrooms":"3","price":"238000","area":"381"} , +{"type":"Feature","id":"n9137190839","geometry":{"type":"Point","coordinates":[-0.2211049,51.498666]},"properties":{"@type":"node","@id":9137190839,"@timestamp":1633079383},"coords":"51.498666,-0.2211049","bedrooms":"4","price":"270000","area":"594"} , +{"type":"Feature","id":"n9137190871","geometry":{"type":"Point","coordinates":[-0.2214858,51.4983148]},"properties":{"@type":"node","@id":9137190871,"@timestamp":1633079383},"coords":"51.4983148,-0.2214858","bedrooms":"1","price":"267000","area":"682"} , +{"type":"Feature","id":"n9137378965","geometry":{"type":"Point","coordinates":[-0.2205116,51.4985656]},"properties":{"@type":"node","@id":9137378965,"@timestamp":1633084387},"coords":"51.4985656,-0.2205116","bedrooms":"4","price":"235000","area":"588"} , +{"type":"Feature","id":"n9137378975","geometry":{"type":"Point","coordinates":[-0.2197509,51.4984337]},"properties":{"@type":"node","@id":9137378975,"@timestamp":1633084387},"coords":"51.4984337,-0.2197509","bedrooms":"0","price":"160000","area":"684"} , +{"type":"Feature","id":"n9137400636","geometry":{"type":"Point","coordinates":[-0.2204715,51.4981449]},"properties":{"@type":"node","@id":9137400636,"@timestamp":1633084387},"coords":"51.4981449,-0.2204715","bedrooms":"4","price":"200000","area":"441"} , +{"type":"Feature","id":"n9137400646","geometry":{"type":"Point","coordinates":[-0.2197025,51.4980203]},"properties":{"@type":"node","@id":9137400646,"@timestamp":1633084387},"coords":"51.4980203,-0.2197025","bedrooms":"2","price":"243000","area":"424"} , +{"type":"Feature","id":"n9137401136","geometry":{"type":"Point","coordinates":[0.0722947,51.4723379]},"properties":{"@type":"node","@id":9137401136,"@timestamp":1633084684},"coords":"51.4723379,0.0722947","bedrooms":"3","price":"172000","area":"455"} , +{"type":"Feature","id":"n9137416573","geometry":{"type":"Point","coordinates":[0.0700028,51.4738295]},"properties":{"@type":"node","@id":9137416573,"@timestamp":1633085147},"coords":"51.4738295,0.0700028","bedrooms":"3","price":"174000","area":"577"} , +{"type":"Feature","id":"n9137418107","geometry":{"type":"Point","coordinates":[0.3623834,51.4452989]},"properties":{"@type":"node","@id":9137418107,"@timestamp":1633085048},"coords":"51.4452989,0.3623834","bedrooms":"1","price":"174000","area":"368"} , +{"type":"Feature","id":"n9137424163","geometry":{"type":"Point","coordinates":[0.3630989,51.4451737]},"properties":{"@type":"node","@id":9137424163,"@timestamp":1633085048},"coords":"51.4451737,0.3630989","bedrooms":"4","price":"160000","area":"640"} , +{"type":"Feature","id":"n9137424214","geometry":{"type":"Point","coordinates":[0.3628604,51.4452744]},"properties":{"@type":"node","@id":9137424214,"@timestamp":1633085048},"coords":"51.4452744,0.3628604","bedrooms":"1","price":"233000","area":"630"} , +{"type":"Feature","id":"n9137424280","geometry":{"type":"Point","coordinates":[0.3630324,51.4450189]},"properties":{"@type":"node","@id":9137424280,"@timestamp":1633085048},"coords":"51.4450189,0.3630324","bedrooms":"0","price":"194000","area":"405"} , +{"type":"Feature","id":"n9137424446","geometry":{"type":"Point","coordinates":[0.3648075,51.4451466]},"properties":{"@type":"node","@id":9137424446,"@timestamp":1633085048},"coords":"51.4451466,0.3648075","bedrooms":"1","price":"256000","area":"365"} , +{"type":"Feature","id":"n9137466796","geometry":{"type":"Point","coordinates":[-1.029272,51.4259682]},"properties":{"@type":"node","@id":9137466796,"@timestamp":1633086339},"coords":"51.4259682,-1.029272","bedrooms":"1","price":"299000","area":"611"} , +{"type":"Feature","id":"n9137529755","geometry":{"type":"Point","coordinates":[0.0099859,51.5555274]},"properties":{"@type":"node","@id":9137529755,"@timestamp":1633087619},"coords":"51.5555274,0.0099859","bedrooms":"4","price":"172000","area":"692"} , +{"type":"Feature","id":"n9137529973","geometry":{"type":"Point","coordinates":[-0.6884968,51.7592692]},"properties":{"@type":"node","@id":9137529973,"@timestamp":1633087651},"coords":"51.7592692,-0.6884968","bedrooms":"3","price":"239000","area":"696"} , +{"type":"Feature","id":"n9137530918","geometry":{"type":"Point","coordinates":[-0.6878925,51.7089377]},"properties":{"@type":"node","@id":9137530918,"@timestamp":1633087651},"coords":"51.7089377,-0.6878925","bedrooms":"1","price":"240000","area":"669"} , +{"type":"Feature","id":"n9137677583","geometry":{"type":"Point","coordinates":[0.3655854,51.4452307]},"properties":{"@type":"node","@id":9137677583,"@timestamp":1633176123},"coords":"51.4452307,0.3655854","bedrooms":"4","price":"176000","area":"599"} , +{"type":"Feature","id":"n9137731685","geometry":{"type":"Point","coordinates":[0.0086287,51.5549729]},"properties":{"@type":"node","@id":9137731685,"@timestamp":1633093941},"coords":"51.5549729,0.0086287","bedrooms":"1","price":"152000","area":"418"} , +{"type":"Feature","id":"n9137787515","geometry":{"type":"Point","coordinates":[0.3660535,51.4431995]},"properties":{"@type":"node","@id":9137787515,"@timestamp":1633095815},"coords":"51.4431995,0.3660535","bedrooms":"4","price":"193000","area":"634"} , +{"type":"Feature","id":"n9137828076","geometry":{"type":"Point","coordinates":[-0.2098949,51.485532]},"properties":{"@type":"node","@id":9137828076,"@timestamp":1633097684},"coords":"51.485532,-0.2098949","bedrooms":"3","price":"298000","area":"428"} , +{"type":"Feature","id":"n9137838586","geometry":{"type":"Point","coordinates":[0.6507038,51.2562969]},"properties":{"@type":"node","@id":9137838586,"@timestamp":1633096692},"coords":"51.2562969,0.6507038","bedrooms":"3","price":"294000","area":"635"} , +{"type":"Feature","id":"n9137972888","geometry":{"type":"Point","coordinates":[0.0057158,51.5556591]},"properties":{"@type":"node","@id":9137972888,"@timestamp":1633101678},"coords":"51.5556591,0.0057158","bedrooms":"3","price":"240000","area":"614"} , +{"type":"Feature","id":"n9137995122","geometry":{"type":"Point","coordinates":[-0.2201115,51.4978208]},"properties":{"@type":"node","@id":9137995122,"@timestamp":1633100270},"coords":"51.4978208,-0.2201115","bedrooms":"1","price":"258000","area":"602"} , +{"type":"Feature","id":"n9137995132","geometry":{"type":"Point","coordinates":[-0.2208944,51.4979485]},"properties":{"@type":"node","@id":9137995132,"@timestamp":1633100270},"coords":"51.4979485,-0.2208944","bedrooms":"1","price":"222000","area":"662"} , +{"type":"Feature","id":"n9137995206","geometry":{"type":"Point","coordinates":[-0.2200573,51.4975115]},"properties":{"@type":"node","@id":9137995206,"@timestamp":1633100270},"coords":"51.4975115,-0.2200573","bedrooms":"4","price":"296000","area":"476"} , +{"type":"Feature","id":"n9138076389","geometry":{"type":"Point","coordinates":[0.0049593,51.5560139]},"properties":{"@type":"node","@id":9138076389,"@timestamp":1633101678},"coords":"51.5560139,0.0049593","bedrooms":"0","price":"202000","area":"595"} , +{"type":"Feature","id":"n9138076410","geometry":{"type":"Point","coordinates":[0.0048741,51.5553498]},"properties":{"@type":"node","@id":9138076410,"@timestamp":1633101678},"coords":"51.5553498,0.0048741","bedrooms":"0","price":"209000","area":"459"} , +{"type":"Feature","id":"n9138076420","geometry":{"type":"Point","coordinates":[0.0050671,51.5563085]},"properties":{"@type":"node","@id":9138076420,"@timestamp":1633101678},"coords":"51.5563085,0.0050671","bedrooms":"2","price":"232000","area":"436"} , +{"type":"Feature","id":"n9138076441","geometry":{"type":"Point","coordinates":[0.0054181,51.5572267]},"properties":{"@type":"node","@id":9138076441,"@timestamp":1633101678},"coords":"51.5572267,0.0054181","bedrooms":"3","price":"295000","area":"498"} , +{"type":"Feature","id":"n9138076455","geometry":{"type":"Point","coordinates":[0.005319,51.5568422]},"properties":{"@type":"node","@id":9138076455,"@timestamp":1633101678},"coords":"51.5568422,0.005319","bedrooms":"2","price":"174000","area":"372"} , +{"type":"Feature","id":"n9138085610","geometry":{"type":"Point","coordinates":[0.3651391,51.4429119]},"properties":{"@type":"node","@id":9138085610,"@timestamp":1633101954},"coords":"51.4429119,0.3651391","bedrooms":"4","price":"292000","area":"358"} , +{"type":"Feature","id":"n9138085620","geometry":{"type":"Point","coordinates":[0.3652299,51.4432855]},"properties":{"@type":"node","@id":9138085620,"@timestamp":1633101954},"coords":"51.4432855,0.3652299","bedrooms":"0","price":"175000","area":"460"} , +{"type":"Feature","id":"n9138085630","geometry":{"type":"Point","coordinates":[0.3646499,51.4434738]},"properties":{"@type":"node","@id":9138085630,"@timestamp":1633101954},"coords":"51.4434738,0.3646499","bedrooms":"2","price":"196000","area":"519"} , +{"type":"Feature","id":"n9138085640","geometry":{"type":"Point","coordinates":[0.3659644,51.4434666]},"properties":{"@type":"node","@id":9138085640,"@timestamp":1633101954},"coords":"51.4434666,0.3659644","bedrooms":"0","price":"264000","area":"630"} , +{"type":"Feature","id":"n9138085833","geometry":{"type":"Point","coordinates":[0.3657662,51.4425837]},"properties":{"@type":"node","@id":9138085833,"@timestamp":1633101954},"coords":"51.4425837,0.3657662","bedrooms":"3","price":"264000","area":"517"} , +{"type":"Feature","id":"n9138085916","geometry":{"type":"Point","coordinates":[0.3651459,51.4438326]},"properties":{"@type":"node","@id":9138085916,"@timestamp":1633101954},"coords":"51.4438326,0.3651459","bedrooms":"2","price":"239000","area":"366"} , +{"type":"Feature","id":"n9138193694","geometry":{"type":"Point","coordinates":[0.3650028,51.4425094]},"properties":{"@type":"node","@id":9138193694,"@timestamp":1633104653},"coords":"51.4425094,0.3650028","bedrooms":"3","price":"241000","area":"534"} , +{"type":"Feature","id":"n9138194623","geometry":{"type":"Point","coordinates":[0.3656151,51.4426884]},"properties":{"@type":"node","@id":9138194623,"@timestamp":1633104653},"coords":"51.4426884,0.3656151","bedrooms":"3","price":"159000","area":"531"} , +{"type":"Feature","id":"n9138286258","geometry":{"type":"Point","coordinates":[0.0754681,51.4489154]},"properties":{"@type":"node","@id":9138286258,"@timestamp":1633106745},"coords":"51.4489154,0.0754681","bedrooms":"2","price":"181000","area":"688"} , +{"type":"Feature","id":"n9138286270","geometry":{"type":"Point","coordinates":[0.0578711,51.4508409]},"properties":{"@type":"node","@id":9138286270,"@timestamp":1633106745},"coords":"51.4508409,0.0578711","bedrooms":"3","price":"167000","area":"647"} , +{"type":"Feature","id":"n9138286281","geometry":{"type":"Point","coordinates":[0.0736227,51.4489995]},"properties":{"@type":"node","@id":9138286281,"@timestamp":1633106745},"coords":"51.4489995,0.0736227","bedrooms":"3","price":"171000","area":"663"} , +{"type":"Feature","id":"n9138309007","geometry":{"type":"Point","coordinates":[-0.217388,51.7030848]},"properties":{"@type":"node","@id":9138309007,"@timestamp":1633107743},"coords":"51.7030848,-0.217388","bedrooms":"1","price":"282000","area":"423"} , +{"type":"Feature","id":"n9138317753","geometry":{"type":"Point","coordinates":[-0.2213057,51.4977483]},"properties":{"@type":"node","@id":9138317753,"@timestamp":1633107915},"coords":"51.4977483,-0.2213057","bedrooms":"4","price":"211000","area":"372"} , +{"type":"Feature","id":"n9138317795","geometry":{"type":"Point","coordinates":[-0.2216852,51.4980801]},"properties":{"@type":"node","@id":9138317795,"@timestamp":1633107915},"coords":"51.4980801,-0.2216852","bedrooms":"1","price":"282000","area":"612"} , +{"type":"Feature","id":"n9138336057","geometry":{"type":"Point","coordinates":[-0.2074119,51.4707565]},"properties":{"@type":"node","@id":9138336057,"@timestamp":1633108514},"coords":"51.4707565,-0.2074119","bedrooms":"4","price":"280000","area":"680"} , +{"type":"Feature","id":"n9138336067","geometry":{"type":"Point","coordinates":[-0.2068914,51.4710526]},"properties":{"@type":"node","@id":9138336067,"@timestamp":1633108514},"coords":"51.4710526,-0.2068914","bedrooms":"4","price":"262000","area":"525"} , +{"type":"Feature","id":"n9138370971","geometry":{"type":"Point","coordinates":[-0.204985,51.4760215]},"properties":{"@type":"node","@id":9138370971,"@timestamp":1633109591},"coords":"51.4760215,-0.204985","bedrooms":"0","price":"292000","area":"390"} , +{"type":"Feature","id":"n9138370981","geometry":{"type":"Point","coordinates":[-0.2014148,51.4771529]},"properties":{"@type":"node","@id":9138370981,"@timestamp":1633109591},"coords":"51.4771529,-0.2014148","bedrooms":"4","price":"152000","area":"621"} , +{"type":"Feature","id":"n9138370991","geometry":{"type":"Point","coordinates":[-0.2015272,51.477111]},"properties":{"@type":"node","@id":9138370991,"@timestamp":1633109591},"coords":"51.477111,-0.2015272","bedrooms":"4","price":"236000","area":"685"} , +{"type":"Feature","id":"n9138371001","geometry":{"type":"Point","coordinates":[-0.1997588,51.4790284]},"properties":{"@type":"node","@id":9138371001,"@timestamp":1633109591},"coords":"51.4790284,-0.1997588","bedrooms":"2","price":"166000","area":"386"} , +{"type":"Feature","id":"n9138422945","geometry":{"type":"Point","coordinates":[-0.2471125,51.6950543]},"properties":{"@type":"node","@id":9138422945,"@timestamp":1633110780},"coords":"51.6950543,-0.2471125","bedrooms":"3","price":"262000","area":"676"} , +{"type":"Feature","id":"n9138425947","geometry":{"type":"Point","coordinates":[-0.1937449,51.4766835]},"properties":{"@type":"node","@id":9138425947,"@timestamp":1633110906},"coords":"51.4766835,-0.1937449","bedrooms":"1","price":"223000","area":"371"} , +{"type":"Feature","id":"n9138440876","geometry":{"type":"Point","coordinates":[-0.2409455,50.9568783]},"properties":{"@type":"node","@id":9138440876,"@timestamp":1633111089},"coords":"50.9568783,-0.2409455","bedrooms":"3","price":"262000","area":"558"} , +{"type":"Feature","id":"n9138506620","geometry":{"type":"Point","coordinates":[-0.1590867,51.1269729]},"properties":{"@type":"node","@id":9138506620,"@timestamp":1633771076},"coords":"51.1269729,-0.1590867","bedrooms":"2","price":"293000","area":"482"} , +{"type":"Feature","id":"n9138519125","geometry":{"type":"Point","coordinates":[0.0067877,51.5558897]},"properties":{"@type":"node","@id":9138519125,"@timestamp":1633112307},"coords":"51.5558897,0.0067877","bedrooms":"0","price":"263000","area":"430"} , +{"type":"Feature","id":"n9138527035","geometry":{"type":"Point","coordinates":[-0.1926014,51.4555253]},"properties":{"@type":"node","@id":9138527035,"@timestamp":1633112725},"coords":"51.4555253,-0.1926014","bedrooms":"0","price":"230000","area":"400"} , +{"type":"Feature","id":"n9138527045","geometry":{"type":"Point","coordinates":[-0.1921896,51.4566738]},"properties":{"@type":"node","@id":9138527045,"@timestamp":1633112725},"coords":"51.4566738,-0.1921896","bedrooms":"4","price":"279000","area":"615"} , +{"type":"Feature","id":"n9138641586","geometry":{"type":"Point","coordinates":[-0.2219197,51.4972181]},"properties":{"@type":"node","@id":9138641586,"@timestamp":1633116284},"coords":"51.4972181,-0.2219197","bedrooms":"3","price":"232000","area":"513"} , +{"type":"Feature","id":"n9138711773","geometry":{"type":"Point","coordinates":[0.1495211,51.8123142]},"properties":{"@type":"node","@id":9138711773,"@timestamp":1633117467},"coords":"51.8123142,0.1495211","bedrooms":"0","price":"155000","area":"484"} , +{"type":"Feature","id":"n9138711996","geometry":{"type":"Point","coordinates":[0.1471949,51.8128186]},"properties":{"@type":"node","@id":9138711996,"@timestamp":1633117467},"coords":"51.8128186,0.1471949","bedrooms":"3","price":"215000","area":"474"} , +{"type":"Feature","id":"n9138827533","geometry":{"type":"Point","coordinates":[-0.2049685,51.6957874]},"properties":{"@type":"node","@id":9138827533,"@timestamp":1633121176},"coords":"51.6957874,-0.2049685","bedrooms":"1","price":"282000","area":"543"} , +{"type":"Feature","id":"n9139042526","geometry":{"type":"Point","coordinates":[-0.1233162,51.5148264]},"properties":{"@type":"node","@id":9139042526,"@timestamp":1633129873},"coords":"51.5148264,-0.1233162","bedrooms":"3","price":"258000","area":"494"} , +{"type":"Feature","id":"n9139042564","geometry":{"type":"Point","coordinates":[-0.1228914,51.5144794]},"properties":{"@type":"node","@id":9139042564,"@timestamp":1633129873},"coords":"51.5144794,-0.1228914","bedrooms":"2","price":"283000","area":"695"} , +{"type":"Feature","id":"n9139042617","geometry":{"type":"Point","coordinates":[-0.1228053,51.5140181]},"properties":{"@type":"node","@id":9139042617,"@timestamp":1633129873},"coords":"51.5140181,-0.1228053","bedrooms":"2","price":"253000","area":"490"} , +{"type":"Feature","id":"n9139058411","geometry":{"type":"Point","coordinates":[0.1354362,51.8746297]},"properties":{"@type":"node","@id":9139058411,"@timestamp":1633132493},"coords":"51.8746297,0.1354362","bedrooms":"4","price":"220000","area":"647"} , +{"type":"Feature","id":"n9139073273","geometry":{"type":"Point","coordinates":[-0.1209847,51.5677634]},"properties":{"@type":"node","@id":9139073273,"@timestamp":1633131704},"coords":"51.5677634,-0.1209847","bedrooms":"1","price":"166000","area":"690"} , +{"type":"Feature","id":"n9139073329","geometry":{"type":"Point","coordinates":[-0.1200176,51.5682246]},"properties":{"@type":"node","@id":9139073329,"@timestamp":1633131704},"coords":"51.5682246,-0.1200176","bedrooms":"1","price":"239000","area":"645"} , +{"type":"Feature","id":"n9139073475","geometry":{"type":"Point","coordinates":[-0.1165105,51.5700169]},"properties":{"@type":"node","@id":9139073475,"@timestamp":1633131704},"coords":"51.5700169,-0.1165105","bedrooms":"1","price":"292000","area":"426"} , +{"type":"Feature","id":"n9139084022","geometry":{"type":"Point","coordinates":[0.1371804,51.9068981]},"properties":{"@type":"node","@id":9139084022,"@timestamp":1633132493},"coords":"51.9068981,0.1371804","bedrooms":"0","price":"285000","area":"461"} , +{"type":"Feature","id":"n9139110606","geometry":{"type":"Point","coordinates":[-0.1229865,51.51514]},"properties":{"@type":"node","@id":9139110606,"@timestamp":1633135575},"coords":"51.51514,-0.1229865","bedrooms":"4","price":"151000","area":"527"} , +{"type":"Feature","id":"n9139252156","geometry":{"type":"Point","coordinates":[-0.2211107,51.497011]},"properties":{"@type":"node","@id":9139252156,"@timestamp":1633149419},"coords":"51.497011,-0.2211107","bedrooms":"2","price":"201000","area":"388"} , +{"type":"Feature","id":"n9139255755","geometry":{"type":"Point","coordinates":[-0.221029,51.4972423]},"properties":{"@type":"node","@id":9139255755,"@timestamp":1633149419},"coords":"51.4972423,-0.221029","bedrooms":"0","price":"268000","area":"511"} , +{"type":"Feature","id":"n9139355414","geometry":{"type":"Point","coordinates":[-0.2189552,51.4977284]},"properties":{"@type":"node","@id":9139355414,"@timestamp":1633159424},"coords":"51.4977284,-0.2189552","bedrooms":"4","price":"188000","area":"481"} , +{"type":"Feature","id":"n9139371233","geometry":{"type":"Point","coordinates":[-0.219902,51.4966965]},"properties":{"@type":"node","@id":9139371233,"@timestamp":1633159424},"coords":"51.4966965,-0.219902","bedrooms":"3","price":"180000","area":"466"} , +{"type":"Feature","id":"n9139371285","geometry":{"type":"Point","coordinates":[-0.2198616,51.496581]},"properties":{"@type":"node","@id":9139371285,"@timestamp":1633159424},"coords":"51.496581,-0.2198616","bedrooms":"4","price":"279000","area":"551"} , +{"type":"Feature","id":"n9139371425","geometry":{"type":"Point","coordinates":[-0.2186047,51.4966075]},"properties":{"@type":"node","@id":9139371425,"@timestamp":1633181468},"coords":"51.4966075,-0.2186047","bedrooms":"1","price":"202000","area":"366"} , +{"type":"Feature","id":"n9139449850","geometry":{"type":"Point","coordinates":[-0.0548451,51.5474945]},"properties":{"@type":"node","@id":9139449850,"@timestamp":1634329123},"coords":"51.5474945,-0.0548451","bedrooms":"3","price":"246000","area":"455"} , +{"type":"Feature","id":"n9139609232","geometry":{"type":"Point","coordinates":[-0.1222254,51.5161584]},"properties":{"@type":"node","@id":9139609232,"@timestamp":1633172934},"coords":"51.5161584,-0.1222254","bedrooms":"4","price":"270000","area":"522"} , +{"type":"Feature","id":"n9139612327","geometry":{"type":"Point","coordinates":[-0.1224549,51.5158744]},"properties":{"@type":"node","@id":9139612327,"@timestamp":1633172934},"coords":"51.5158744,-0.1224549","bedrooms":"0","price":"202000","area":"546"} , +{"type":"Feature","id":"n9139612393","geometry":{"type":"Point","coordinates":[-0.1231058,51.5156522]},"properties":{"@type":"node","@id":9139612393,"@timestamp":1633172934},"coords":"51.5156522,-0.1231058","bedrooms":"0","price":"276000","area":"473"} , +{"type":"Feature","id":"n9139663241","geometry":{"type":"Point","coordinates":[-0.8831849,51.4535952]},"properties":{"@type":"node","@id":9139663241,"@timestamp":1633178475},"coords":"51.4535952,-0.8831849","bedrooms":"3","price":"287000","area":"529"} , +{"type":"Feature","id":"n9139676837","geometry":{"type":"Point","coordinates":[0.3656466,51.4451728]},"properties":{"@type":"node","@id":9139676837,"@timestamp":1633176123},"coords":"51.4451728,0.3656466","bedrooms":"4","price":"259000","area":"449"} , +{"type":"Feature","id":"n9139676906","geometry":{"type":"Point","coordinates":[0.3657945,51.4451145]},"properties":{"@type":"node","@id":9139676906,"@timestamp":1633176123},"coords":"51.4451145,0.3657945","bedrooms":"4","price":"228000","area":"509"} , +{"type":"Feature","id":"n9139676922","geometry":{"type":"Point","coordinates":[0.3667321,51.4447837]},"properties":{"@type":"node","@id":9139676922,"@timestamp":1633176123},"coords":"51.4447837,0.3667321","bedrooms":"4","price":"155000","area":"677"} , +{"type":"Feature","id":"n9139676992","geometry":{"type":"Point","coordinates":[0.3670911,51.4447858]},"properties":{"@type":"node","@id":9139676992,"@timestamp":1633176123},"coords":"51.4447858,0.3670911","bedrooms":"4","price":"157000","area":"671"} , +{"type":"Feature","id":"n9139677004","geometry":{"type":"Point","coordinates":[0.367141,51.4445654]},"properties":{"@type":"node","@id":9139677004,"@timestamp":1633345258},"coords":"51.4445654,0.367141","bedrooms":"1","price":"256000","area":"672"} , +{"type":"Feature","id":"n9139778618","geometry":{"type":"Point","coordinates":[-0.5600273,51.6052259]},"properties":{"@type":"node","@id":9139778618,"@timestamp":1633180973},"coords":"51.6052259,-0.5600273","bedrooms":"3","price":"185000","area":"591"} , +{"type":"Feature","id":"n9139792262","geometry":{"type":"Point","coordinates":[-0.2174717,51.4972665]},"properties":{"@type":"node","@id":9139792262,"@timestamp":1633181468},"coords":"51.4972665,-0.2174717","bedrooms":"1","price":"198000","area":"472"} , +{"type":"Feature","id":"n9139792289","geometry":{"type":"Point","coordinates":[-0.219541,51.4971227]},"properties":{"@type":"node","@id":9139792289,"@timestamp":1633181468},"coords":"51.4971227,-0.219541","bedrooms":"1","price":"236000","area":"384"} , +{"type":"Feature","id":"n9139792299","geometry":{"type":"Point","coordinates":[-0.2188131,51.4969276]},"properties":{"@type":"node","@id":9139792299,"@timestamp":1633181468},"coords":"51.4969276,-0.2188131","bedrooms":"2","price":"172000","area":"586"} , +{"type":"Feature","id":"n9139905001","geometry":{"type":"Point","coordinates":[-0.5751568,51.7892979]},"properties":{"@type":"node","@id":9139905001,"@timestamp":1633186926},"coords":"51.7892979,-0.5751568","bedrooms":"2","price":"150000","area":"518"} , +{"type":"Feature","id":"n9139928061","geometry":{"type":"Point","coordinates":[-0.5593251,51.7792867]},"properties":{"@type":"node","@id":9139928061,"@timestamp":1633186926},"coords":"51.7792867,-0.5593251","bedrooms":"3","price":"278000","area":"544"} , +{"type":"Feature","id":"n9139963426","geometry":{"type":"Point","coordinates":[0.0104981,51.5414113]},"properties":{"@type":"node","@id":9139963426,"@timestamp":1633188043},"coords":"51.5414113,0.0104981","bedrooms":"4","price":"284000","area":"530"} , +{"type":"Feature","id":"n9140090853","geometry":{"type":"Point","coordinates":[0.0086709,51.5541419]},"properties":{"@type":"node","@id":9140090853,"@timestamp":1633191037},"coords":"51.5541419,0.0086709","bedrooms":"2","price":"240000","area":"584"} , +{"type":"Feature","id":"n9140120775","geometry":{"type":"Point","coordinates":[0.4902899,51.7796496]},"properties":{"@type":"node","@id":9140120775,"@timestamp":1633192489},"coords":"51.7796496,0.4902899","bedrooms":"3","price":"223000","area":"679"} , +{"type":"Feature","id":"n9140120789","geometry":{"type":"Point","coordinates":[0.4900436,51.7793634]},"properties":{"@type":"node","@id":9140120789,"@timestamp":1633192489},"coords":"51.7793634,0.4900436","bedrooms":"3","price":"296000","area":"675"} , +{"type":"Feature","id":"n9140120799","geometry":{"type":"Point","coordinates":[0.4895372,51.7787857]},"properties":{"@type":"node","@id":9140120799,"@timestamp":1633192489},"coords":"51.7787857,0.4895372","bedrooms":"0","price":"271000","area":"534"} , +{"type":"Feature","id":"n9140120809","geometry":{"type":"Point","coordinates":[0.4898551,51.7781659]},"properties":{"@type":"node","@id":9140120809,"@timestamp":1633192489},"coords":"51.7781659,0.4898551","bedrooms":"3","price":"280000","area":"699"} , +{"type":"Feature","id":"n9140120939","geometry":{"type":"Point","coordinates":[0.008113,51.555364]},"properties":{"@type":"node","@id":9140120939,"@timestamp":1633190968},"coords":"51.555364,0.008113","bedrooms":"2","price":"222000","area":"498"} , +{"type":"Feature","id":"n9140120953","geometry":{"type":"Point","coordinates":[0.0083725,51.5545424]},"properties":{"@type":"node","@id":9140120953,"@timestamp":1633190968},"coords":"51.5545424,0.0083725","bedrooms":"1","price":"154000","area":"520"} , +{"type":"Feature","id":"n9140121534","geometry":{"type":"Point","coordinates":[0.0069509,51.5554302]},"properties":{"@type":"node","@id":9140121534,"@timestamp":1633190968},"coords":"51.5554302,0.0069509","bedrooms":"4","price":"204000","area":"495"} , +{"type":"Feature","id":"n9140141901","geometry":{"type":"Point","coordinates":[0.4885001,51.777797]},"properties":{"@type":"node","@id":9140141901,"@timestamp":1633192671},"coords":"51.777797,0.4885001","bedrooms":"2","price":"154000","area":"551"} , +{"type":"Feature","id":"n9140217319","geometry":{"type":"Point","coordinates":[-0.3454588,51.4443079]},"properties":{"@type":"node","@id":9140217319,"@timestamp":1633194666},"coords":"51.4443079,-0.3454588","bedrooms":"0","price":"217000","area":"420"} , +{"type":"Feature","id":"n9140680348","geometry":{"type":"Point","coordinates":[-0.1871126,51.5399374]},"properties":{"@type":"node","@id":9140680348,"@timestamp":1633210059},"coords":"51.5399374,-0.1871126","bedrooms":"1","price":"170000","area":"370"} , +{"type":"Feature","id":"n9140753221","geometry":{"type":"Point","coordinates":[-0.5746092,51.7790828]},"properties":{"@type":"node","@id":9140753221,"@timestamp":1633214469},"coords":"51.7790828,-0.5746092","bedrooms":"3","price":"170000","area":"681"} , +{"type":"Feature","id":"n9140833074","geometry":{"type":"Point","coordinates":[-0.1917874,51.6972803]},"properties":{"@type":"node","@id":9140833074,"@timestamp":1633223294},"coords":"51.6972803,-0.1917874","bedrooms":"0","price":"172000","area":"591"} , +{"type":"Feature","id":"n9140866212","geometry":{"type":"Point","coordinates":[-0.2366044,51.4931193]},"properties":{"@type":"node","@id":9140866212,"@timestamp":1633228354},"coords":"51.4931193,-0.2366044","bedrooms":"4","price":"218000","area":"388"} , +{"type":"Feature","id":"n9140867387","geometry":{"type":"Point","coordinates":[-0.1211797,51.5164888]},"properties":{"@type":"node","@id":9140867387,"@timestamp":1633224570},"coords":"51.5164888,-0.1211797","bedrooms":"1","price":"205000","area":"472"} , +{"type":"Feature","id":"n9140905527","geometry":{"type":"Point","coordinates":[-0.2424435,51.4934908]},"properties":{"@type":"node","@id":9140905527,"@timestamp":1633228354},"coords":"51.4934908,-0.2424435","bedrooms":"3","price":"229000","area":"486"} , +{"type":"Feature","id":"n9141004775","geometry":{"type":"Point","coordinates":[-0.2192939,51.4973407]},"properties":{"@type":"node","@id":9141004775,"@timestamp":1633234956},"coords":"51.4973407,-0.2192939","bedrooms":"0","price":"231000","area":"668"} , +{"type":"Feature","id":"n9141004813","geometry":{"type":"Point","coordinates":[-0.2192973,51.4976859]},"properties":{"@type":"node","@id":9141004813,"@timestamp":1633234956},"coords":"51.4976859,-0.2192973","bedrooms":"1","price":"206000","area":"699"} , +{"type":"Feature","id":"n9141029136","geometry":{"type":"Point","coordinates":[-0.2183922,51.4974679]},"properties":{"@type":"node","@id":9141029136,"@timestamp":1633239260},"coords":"51.4974679,-0.2183922","bedrooms":"1","price":"204000","area":"423"} , +{"type":"Feature","id":"n9141043256","geometry":{"type":"Point","coordinates":[-0.2173955,51.4975689]},"properties":{"@type":"node","@id":9141043256,"@timestamp":1634927858},"coords":"51.4975689,-0.2173955","bedrooms":"4","price":"244000","area":"625"} , +{"type":"Feature","id":"n9141119620","geometry":{"type":"Point","coordinates":[-0.2190856,51.4978747]},"properties":{"@type":"node","@id":9141119620,"@timestamp":1633245494},"coords":"51.4978747,-0.2190856","bedrooms":"0","price":"158000","area":"399"} , +{"type":"Feature","id":"n9141119630","geometry":{"type":"Point","coordinates":[-0.2183501,51.4976899]},"properties":{"@type":"node","@id":9141119630,"@timestamp":1633245494},"coords":"51.4976899,-0.2183501","bedrooms":"4","price":"247000","area":"533"} , +{"type":"Feature","id":"n9141119734","geometry":{"type":"Point","coordinates":[-0.2188322,51.4981551]},"properties":{"@type":"node","@id":9141119734,"@timestamp":1633245494},"coords":"51.4981551,-0.2188322","bedrooms":"2","price":"165000","area":"425"} , +{"type":"Feature","id":"n9141404717","geometry":{"type":"Point","coordinates":[-0.083577,51.5568011]},"properties":{"@type":"node","@id":9141404717,"@timestamp":1633256695},"coords":"51.5568011,-0.083577","bedrooms":"2","price":"219000","area":"642"} , +{"type":"Feature","id":"n9141442791","geometry":{"type":"Point","coordinates":[-0.5515463,51.7522904]},"properties":{"@type":"node","@id":9141442791,"@timestamp":1633258979},"coords":"51.7522904,-0.5515463","bedrooms":"3","price":"203000","area":"581"} , +{"type":"Feature","id":"n9141442805","geometry":{"type":"Point","coordinates":[-0.5625105,51.7556667]},"properties":{"@type":"node","@id":9141442805,"@timestamp":1633258979},"coords":"51.7556667,-0.5625105","bedrooms":"1","price":"173000","area":"452"} , +{"type":"Feature","id":"n9141494773","geometry":{"type":"Point","coordinates":[-0.1227798,51.516233]},"properties":{"@type":"node","@id":9141494773,"@timestamp":1633260773},"coords":"51.516233,-0.1227798","bedrooms":"3","price":"188000","area":"418"} , +{"type":"Feature","id":"n9141737148","geometry":{"type":"Point","coordinates":[-0.5726425,51.7542907]},"properties":{"@type":"node","@id":9141737148,"@timestamp":1633268006},"coords":"51.7542907,-0.5726425","bedrooms":"1","price":"277000","area":"689"} , +{"type":"Feature","id":"n9142416117","geometry":{"type":"Point","coordinates":[-0.0460659,51.5371266]},"properties":{"@type":"node","@id":9142416117,"@timestamp":1633271980},"coords":"51.5371266,-0.0460659","bedrooms":"2","price":"222000","area":"441"} , +{"type":"Feature","id":"n9142619069","geometry":{"type":"Point","coordinates":[-0.216316,51.4976434]},"properties":{"@type":"node","@id":9142619069,"@timestamp":1633278647},"coords":"51.4976434,-0.216316","bedrooms":"2","price":"234000","area":"685"} , +{"type":"Feature","id":"n9142622253","geometry":{"type":"Point","coordinates":[-0.2164056,51.4984319]},"properties":{"@type":"node","@id":9142622253,"@timestamp":1633278647},"coords":"51.4984319,-0.2164056","bedrooms":"1","price":"160000","area":"650"} , +{"type":"Feature","id":"n9142622273","geometry":{"type":"Point","coordinates":[-0.2160037,51.4988679]},"properties":{"@type":"node","@id":9142622273,"@timestamp":1633278647},"coords":"51.4988679,-0.2160037","bedrooms":"1","price":"228000","area":"546"} , +{"type":"Feature","id":"n9142622339","geometry":{"type":"Point","coordinates":[-0.2156283,51.4993905]},"properties":{"@type":"node","@id":9142622339,"@timestamp":1633278647},"coords":"51.4993905,-0.2156283","bedrooms":"3","price":"244000","area":"555"} , +{"type":"Feature","id":"n9142653069","geometry":{"type":"Point","coordinates":[0.0076081,51.5559014]},"properties":{"@type":"node","@id":9142653069,"@timestamp":1633279897},"coords":"51.5559014,0.0076081","bedrooms":"0","price":"279000","area":"585"} , +{"type":"Feature","id":"n9142685414","geometry":{"type":"Point","coordinates":[0.3681161,51.4448243]},"properties":{"@type":"node","@id":9142685414,"@timestamp":1633280993},"coords":"51.4448243,0.3681161","bedrooms":"2","price":"154000","area":"688"} , +{"type":"Feature","id":"n9142685485","geometry":{"type":"Point","coordinates":[0.3672333,51.444697]},"properties":{"@type":"node","@id":9142685485,"@timestamp":1633280993},"coords":"51.444697,0.3672333","bedrooms":"2","price":"173000","area":"637"} , +{"type":"Feature","id":"n9142685503","geometry":{"type":"Point","coordinates":[0.3675356,51.4447681]},"properties":{"@type":"node","@id":9142685503,"@timestamp":1633280993},"coords":"51.4447681,0.3675356","bedrooms":"1","price":"177000","area":"479"} , +{"type":"Feature","id":"n9142685584","geometry":{"type":"Point","coordinates":[0.3686358,51.4435343]},"properties":{"@type":"node","@id":9142685584,"@timestamp":1633280993},"coords":"51.4435343,0.3686358","bedrooms":"1","price":"156000","area":"517"} , +{"type":"Feature","id":"n9142685594","geometry":{"type":"Point","coordinates":[0.3683209,51.4442733]},"properties":{"@type":"node","@id":9142685594,"@timestamp":1633280993},"coords":"51.4442733,0.3683209","bedrooms":"0","price":"287000","area":"522"} , +{"type":"Feature","id":"n9142703474","geometry":{"type":"Point","coordinates":[-0.8766902,51.2942983]},"properties":{"@type":"node","@id":9142703474,"@timestamp":1633283038},"coords":"51.2942983,-0.8766902","bedrooms":"2","price":"182000","area":"511"} , +{"type":"Feature","id":"n9142703494","geometry":{"type":"Point","coordinates":[-0.8800376,51.2952768]},"properties":{"@type":"node","@id":9142703494,"@timestamp":1633283038},"coords":"51.2952768,-0.8800376","bedrooms":"3","price":"289000","area":"636"} , +{"type":"Feature","id":"n9142738493","geometry":{"type":"Point","coordinates":[-0.2154097,51.4988499]},"properties":{"@type":"node","@id":9142738493,"@timestamp":1633283022},"coords":"51.4988499,-0.2154097","bedrooms":"1","price":"226000","area":"528"} , +{"type":"Feature","id":"n9142738503","geometry":{"type":"Point","coordinates":[-0.2151102,51.4992505]},"properties":{"@type":"node","@id":9142738503,"@timestamp":1633283022},"coords":"51.4992505,-0.2151102","bedrooms":"2","price":"159000","area":"422"} , +{"type":"Feature","id":"n9142746708","geometry":{"type":"Point","coordinates":[-0.2144727,51.464632]},"properties":{"@type":"node","@id":9142746708,"@timestamp":1633283995},"coords":"51.464632,-0.2144727","bedrooms":"0","price":"204000","area":"388"} , +{"type":"Feature","id":"n9143188882","geometry":{"type":"Point","coordinates":[0.3619248,51.4580255]},"properties":{"@type":"node","@id":9143188882,"@timestamp":1633295176},"coords":"51.4580255,0.3619248","bedrooms":"4","price":"276000","area":"637"} , +{"type":"Feature","id":"n9143308206","geometry":{"type":"Point","coordinates":[-0.5992323,51.7866259]},"properties":{"@type":"node","@id":9143308206,"@timestamp":1633303936},"coords":"51.7866259,-0.5992323","bedrooms":"0","price":"256000","area":"627"} , +{"type":"Feature","id":"n9143349419","geometry":{"type":"Point","coordinates":[-0.108026,51.5896003]},"properties":{"@type":"node","@id":9143349419,"@timestamp":1633302604},"coords":"51.5896003,-0.108026","bedrooms":"0","price":"204000","area":"600"} , +{"type":"Feature","id":"n9143374083","geometry":{"type":"Point","coordinates":[-0.6107014,51.7832924]},"properties":{"@type":"node","@id":9143374083,"@timestamp":1633303936},"coords":"51.7832924,-0.6107014","bedrooms":"2","price":"236000","area":"559"} , +{"type":"Feature","id":"n9143374208","geometry":{"type":"Point","coordinates":[-0.5966172,51.7897994]},"properties":{"@type":"node","@id":9143374208,"@timestamp":1633303936},"coords":"51.7897994,-0.5966172","bedrooms":"2","price":"294000","area":"693"} , +{"type":"Feature","id":"n9143453342","geometry":{"type":"Point","coordinates":[-0.0991881,51.5807424]},"properties":{"@type":"node","@id":9143453342,"@timestamp":1633311681},"coords":"51.5807424,-0.0991881","bedrooms":"3","price":"165000","area":"669"} , +{"type":"Feature","id":"n9143453386","geometry":{"type":"Point","coordinates":[-0.0989179,51.5792494]},"properties":{"@type":"node","@id":9143453386,"@timestamp":1633311681},"coords":"51.5792494,-0.0989179","bedrooms":"0","price":"283000","area":"453"} , +{"type":"Feature","id":"n9143593775","geometry":{"type":"Point","coordinates":[-0.2148099,51.4999293]},"properties":{"@type":"node","@id":9143593775,"@timestamp":1633319930},"coords":"51.4999293,-0.2148099","bedrooms":"1","price":"222000","area":"503"} , +{"type":"Feature","id":"n9143593785","geometry":{"type":"Point","coordinates":[-0.2143522,51.4996008]},"properties":{"@type":"node","@id":9143593785,"@timestamp":1633319930},"coords":"51.4996008,-0.2143522","bedrooms":"0","price":"275000","area":"554"} , +{"type":"Feature","id":"n9143593795","geometry":{"type":"Point","coordinates":[-0.2139098,51.499252]},"properties":{"@type":"node","@id":9143593795,"@timestamp":1633319930},"coords":"51.499252,-0.2139098","bedrooms":"4","price":"294000","area":"511"} , +{"type":"Feature","id":"n9144249679","geometry":{"type":"Point","coordinates":[-0.4222941,51.6619466]},"properties":{"@type":"node","@id":9144249679,"@timestamp":1633341122},"coords":"51.6619466,-0.4222941","bedrooms":"0","price":"217000","area":"642"} , +{"type":"Feature","id":"n9144372087","geometry":{"type":"Point","coordinates":[-0.9651954,51.4577106]},"properties":{"@type":"node","@id":9144372087,"@timestamp":1633344473},"coords":"51.4577106,-0.9651954","bedrooms":"3","price":"151000","area":"532"} , +{"type":"Feature","id":"n9144433890","geometry":{"type":"Point","coordinates":[0.3672886,51.4438968]},"properties":{"@type":"node","@id":9144433890,"@timestamp":1633345258},"coords":"51.4438968,0.3672886","bedrooms":"4","price":"283000","area":"453"} , +{"type":"Feature","id":"n9144439217","geometry":{"type":"Point","coordinates":[0.3673491,51.4443588]},"properties":{"@type":"node","@id":9144439217,"@timestamp":1633345258},"coords":"51.4443588,0.3673491","bedrooms":"3","price":"172000","area":"634"} , +{"type":"Feature","id":"n9144439289","geometry":{"type":"Point","coordinates":[0.3665807,51.442846]},"properties":{"@type":"node","@id":9144439289,"@timestamp":1633345258},"coords":"51.442846,0.3665807","bedrooms":"0","price":"187000","area":"399"} , +{"type":"Feature","id":"n9144439301","geometry":{"type":"Point","coordinates":[0.3670209,51.4420503]},"properties":{"@type":"node","@id":9144439301,"@timestamp":1633345258},"coords":"51.4420503,0.3670209","bedrooms":"2","price":"223000","area":"583"} , +{"type":"Feature","id":"n9144439336","geometry":{"type":"Point","coordinates":[0.3674259,51.4415637]},"properties":{"@type":"node","@id":9144439336,"@timestamp":1633345258},"coords":"51.4415637,0.3674259","bedrooms":"0","price":"219000","area":"490"} , +{"type":"Feature","id":"n9144560919","geometry":{"type":"Point","coordinates":[-0.324506,51.4466092]},"properties":{"@type":"node","@id":9144560919,"@timestamp":1633348095},"coords":"51.4466092,-0.324506","bedrooms":"4","price":"185000","area":"642"} , +{"type":"Feature","id":"n9144560929","geometry":{"type":"Point","coordinates":[-0.3246239,51.4465769]},"properties":{"@type":"node","@id":9144560929,"@timestamp":1633348095},"coords":"51.4465769,-0.3246239","bedrooms":"4","price":"235000","area":"494"} , +{"type":"Feature","id":"n9144864563","geometry":{"type":"Point","coordinates":[0.1308838,51.4404248]},"properties":{"@type":"node","@id":9144864563,"@timestamp":1633356463},"coords":"51.4404248,0.1308838","bedrooms":"1","price":"183000","area":"355"} , +{"type":"Feature","id":"n9144966250","geometry":{"type":"Point","coordinates":[0.2468131,51.4628697]},"properties":{"@type":"node","@id":9144966250,"@timestamp":1633358594},"coords":"51.4628697,0.2468131","bedrooms":"2","price":"265000","area":"532"} , +{"type":"Feature","id":"n9144966274","geometry":{"type":"Point","coordinates":[0.2465069,51.4640823]},"properties":{"@type":"node","@id":9144966274,"@timestamp":1633358594},"coords":"51.4640823,0.2465069","bedrooms":"2","price":"293000","area":"443"} , +{"type":"Feature","id":"n9144966284","geometry":{"type":"Point","coordinates":[0.2463002,51.4639102]},"properties":{"@type":"node","@id":9144966284,"@timestamp":1633358594},"coords":"51.4639102,0.2463002","bedrooms":"2","price":"214000","area":"452"} , +{"type":"Feature","id":"n9144966294","geometry":{"type":"Point","coordinates":[0.2465924,51.4650299]},"properties":{"@type":"node","@id":9144966294,"@timestamp":1633358594},"coords":"51.4650299,0.2465924","bedrooms":"0","price":"212000","area":"513"} , +{"type":"Feature","id":"n9144966304","geometry":{"type":"Point","coordinates":[0.2459224,51.465347]},"properties":{"@type":"node","@id":9144966304,"@timestamp":1633358594},"coords":"51.465347,0.2459224","bedrooms":"2","price":"181000","area":"685"} , +{"type":"Feature","id":"n9144966314","geometry":{"type":"Point","coordinates":[0.245316,51.4656294]},"properties":{"@type":"node","@id":9144966314,"@timestamp":1633358594},"coords":"51.4656294,0.245316","bedrooms":"1","price":"293000","area":"695"} , +{"type":"Feature","id":"n9144970024","geometry":{"type":"Point","coordinates":[0.2441162,51.4662066]},"properties":{"@type":"node","@id":9144970024,"@timestamp":1633358594},"coords":"51.4662066,0.2441162","bedrooms":"3","price":"292000","area":"466"} , +{"type":"Feature","id":"n9144970171","geometry":{"type":"Point","coordinates":[0.2483957,51.4648689]},"properties":{"@type":"node","@id":9144970171,"@timestamp":1633358594},"coords":"51.4648689,0.2483957","bedrooms":"1","price":"209000","area":"517"} , +{"type":"Feature","id":"n9145175172","geometry":{"type":"Point","coordinates":[-0.7599175,51.7771645]},"properties":{"@type":"node","@id":9145175172,"@timestamp":1633360014},"coords":"51.7771645,-0.7599175","bedrooms":"4","price":"243000","area":"693"} , +{"type":"Feature","id":"n9145512055","geometry":{"type":"Point","coordinates":[0.0104418,51.5574952]},"properties":{"@type":"node","@id":9145512055,"@timestamp":1633361460},"coords":"51.5574952,0.0104418","bedrooms":"1","price":"154000","area":"689"} , +{"type":"Feature","id":"n9145512177","geometry":{"type":"Point","coordinates":[0.0108388,51.5578096]},"properties":{"@type":"node","@id":9145512177,"@timestamp":1633361460},"coords":"51.5578096,0.0108388","bedrooms":"0","price":"291000","area":"677"} , +{"type":"Feature","id":"n9145512187","geometry":{"type":"Point","coordinates":[0.0099416,51.5585491]},"properties":{"@type":"node","@id":9145512187,"@timestamp":1633361460},"coords":"51.5585491,0.0099416","bedrooms":"3","price":"182000","area":"435"} , +{"type":"Feature","id":"n9145512211","geometry":{"type":"Point","coordinates":[0.0107905,51.5589097]},"properties":{"@type":"node","@id":9145512211,"@timestamp":1633361460},"coords":"51.5589097,0.0107905","bedrooms":"0","price":"223000","area":"582"} , +{"type":"Feature","id":"n9146273175","geometry":{"type":"Point","coordinates":[0.0097217,51.5570516]},"properties":{"@type":"node","@id":9146273175,"@timestamp":1633365873},"coords":"51.5570516,0.0097217","bedrooms":"0","price":"214000","area":"389"} , +{"type":"Feature","id":"n9146273185","geometry":{"type":"Point","coordinates":[0.0089103,51.5575411]},"properties":{"@type":"node","@id":9146273185,"@timestamp":1633365873},"coords":"51.5575411,0.0089103","bedrooms":"0","price":"205000","area":"534"} , +{"type":"Feature","id":"n9146273200","geometry":{"type":"Point","coordinates":[0.0073566,51.556869]},"properties":{"@type":"node","@id":9146273200,"@timestamp":1633365873},"coords":"51.556869,0.0073566","bedrooms":"0","price":"293000","area":"388"} , +{"type":"Feature","id":"n9146280184","geometry":{"type":"Point","coordinates":[0.0084047,51.5569124]},"properties":{"@type":"node","@id":9146280184,"@timestamp":1633365873},"coords":"51.5569124,0.0084047","bedrooms":"3","price":"229000","area":"357"} , +{"type":"Feature","id":"n9146280238","geometry":{"type":"Point","coordinates":[0.0086662,51.5566389]},"properties":{"@type":"node","@id":9146280238,"@timestamp":1633365873},"coords":"51.5566389,0.0086662","bedrooms":"2","price":"189000","area":"521"} , +{"type":"Feature","id":"n9146280331","geometry":{"type":"Point","coordinates":[0.0094306,51.5562195]},"properties":{"@type":"node","@id":9146280331,"@timestamp":1633365873},"coords":"51.5562195,0.0094306","bedrooms":"3","price":"257000","area":"524"} , +{"type":"Feature","id":"n9146348370","geometry":{"type":"Point","coordinates":[-0.0173923,51.590461]},"properties":{"@type":"node","@id":9146348370,"@timestamp":1633368462},"coords":"51.590461,-0.0173923","bedrooms":"4","price":"198000","area":"677"} , +{"type":"Feature","id":"n9146364508","geometry":{"type":"Point","coordinates":[-0.1950978,51.4508142]},"properties":{"@type":"node","@id":9146364508,"@timestamp":1633368832},"coords":"51.4508142,-0.1950978","bedrooms":"1","price":"199000","area":"644"} , +{"type":"Feature","id":"n9146387817","geometry":{"type":"Point","coordinates":[-0.1954152,51.4437435]},"properties":{"@type":"node","@id":9146387817,"@timestamp":1633368832},"coords":"51.4437435,-0.1954152","bedrooms":"2","price":"198000","area":"534"} , +{"type":"Feature","id":"n9146399967","geometry":{"type":"Point","coordinates":[-0.1866081,51.4423329]},"properties":{"@type":"node","@id":9146399967,"@timestamp":1633369916},"coords":"51.4423329,-0.1866081","bedrooms":"2","price":"290000","area":"600"} , +{"type":"Feature","id":"n9146463155","geometry":{"type":"Point","coordinates":[-0.1902802,51.4516232]},"properties":{"@type":"node","@id":9146463155,"@timestamp":1633372287},"coords":"51.4516232,-0.1902802","bedrooms":"0","price":"201000","area":"634"} , +{"type":"Feature","id":"n9147261588","geometry":{"type":"Point","coordinates":[-0.2127595,51.4987958]},"properties":{"@type":"node","@id":9147261588,"@timestamp":1633408047},"coords":"51.4987958,-0.2127595","bedrooms":"1","price":"194000","area":"590"} , +{"type":"Feature","id":"n9147261598","geometry":{"type":"Point","coordinates":[-0.2121782,51.49831]},"properties":{"@type":"node","@id":9147261598,"@timestamp":1633408047},"coords":"51.49831,-0.2121782","bedrooms":"2","price":"183000","area":"376"} , +{"type":"Feature","id":"n9147299361","geometry":{"type":"Point","coordinates":[-0.2141697,51.4989288]},"properties":{"@type":"node","@id":9147299361,"@timestamp":1633408047},"coords":"51.4989288,-0.2141697","bedrooms":"2","price":"205000","area":"520"} , +{"type":"Feature","id":"n9147299381","geometry":{"type":"Point","coordinates":[-0.2148717,51.499426]},"properties":{"@type":"node","@id":9147299381,"@timestamp":1633408047},"coords":"51.499426,-0.2148717","bedrooms":"4","price":"243000","area":"676"} , +{"type":"Feature","id":"n9147454833","geometry":{"type":"Point","coordinates":[0.0135569,51.4054465]},"properties":{"@type":"node","@id":9147454833,"@timestamp":1633414388},"coords":"51.4054465,0.0135569","bedrooms":"0","price":"297000","area":"554"} , +{"type":"Feature","id":"n9147550085","geometry":{"type":"Point","coordinates":[0.514005,51.2754159]},"properties":{"@type":"node","@id":9147550085,"@timestamp":1633419225},"coords":"51.2754159,0.514005","bedrooms":"2","price":"255000","area":"393"} , +{"type":"Feature","id":"n9147564135","geometry":{"type":"Point","coordinates":[-0.2149297,51.4990146]},"properties":{"@type":"node","@id":9147564135,"@timestamp":1633418006},"coords":"51.4990146,-0.2149297","bedrooms":"4","price":"230000","area":"687"} , +{"type":"Feature","id":"n9147564145","geometry":{"type":"Point","coordinates":[-0.2153489,51.4984482]},"properties":{"@type":"node","@id":9147564145,"@timestamp":1633418006},"coords":"51.4984482,-0.2153489","bedrooms":"4","price":"269000","area":"442"} , +{"type":"Feature","id":"n9147564155","geometry":{"type":"Point","coordinates":[-0.2156786,51.4980026]},"properties":{"@type":"node","@id":9147564155,"@timestamp":1633418006},"coords":"51.4980026,-0.2156786","bedrooms":"2","price":"266000","area":"549"} , +{"type":"Feature","id":"n9147600988","geometry":{"type":"Point","coordinates":[0.5381825,51.2648515]},"properties":{"@type":"node","@id":9147600988,"@timestamp":1633418972},"coords":"51.2648515,0.5381825","bedrooms":"0","price":"297000","area":"493"} , +{"type":"Feature","id":"n9147600998","geometry":{"type":"Point","coordinates":[0.5365104,51.2657503]},"properties":{"@type":"node","@id":9147600998,"@timestamp":1633418972},"coords":"51.2657503,0.5365104","bedrooms":"2","price":"210000","area":"574"} , +{"type":"Feature","id":"n9147853420","geometry":{"type":"Point","coordinates":[0.3694612,51.4422729]},"properties":{"@type":"node","@id":9147853420,"@timestamp":1633778615},"coords":"51.4422729,0.3694612","bedrooms":"3","price":"247000","area":"547"} , +{"type":"Feature","id":"n9147853434","geometry":{"type":"Point","coordinates":[0.3696163,51.4425295]},"properties":{"@type":"node","@id":9147853434,"@timestamp":1633425321},"coords":"51.4425295,0.3696163","bedrooms":"2","price":"256000","area":"438"} , +{"type":"Feature","id":"n9147853456","geometry":{"type":"Point","coordinates":[0.3693304,51.4423683]},"properties":{"@type":"node","@id":9147853456,"@timestamp":1633425321},"coords":"51.4423683,0.3693304","bedrooms":"0","price":"161000","area":"492"} , +{"type":"Feature","id":"n9147943865","geometry":{"type":"Point","coordinates":[0.3690742,51.4448214]},"properties":{"@type":"node","@id":9147943865,"@timestamp":1633427475},"coords":"51.4448214,0.3690742","bedrooms":"2","price":"234000","area":"535"} , +{"type":"Feature","id":"n9147953950","geometry":{"type":"Point","coordinates":[0.1219427,51.4272938]},"properties":{"@type":"node","@id":9147953950,"@timestamp":1633427717},"coords":"51.4272938,0.1219427","bedrooms":"2","price":"220000","area":"473"} , +{"type":"Feature","id":"n9147953960","geometry":{"type":"Point","coordinates":[0.1183988,51.4254994]},"properties":{"@type":"node","@id":9147953960,"@timestamp":1633427717},"coords":"51.4254994,0.1183988","bedrooms":"4","price":"219000","area":"571"} , +{"type":"Feature","id":"n9148131311","geometry":{"type":"Point","coordinates":[-0.6126134,51.7115056]},"properties":{"@type":"node","@id":9148131311,"@timestamp":1633432712},"coords":"51.7115056,-0.6126134","bedrooms":"1","price":"256000","area":"559"} , +{"type":"Feature","id":"n9148340387","geometry":{"type":"Point","coordinates":[0.123968,51.4432276]},"properties":{"@type":"node","@id":9148340387,"@timestamp":1633439000},"coords":"51.4432276,0.123968","bedrooms":"0","price":"276000","area":"529"} , +{"type":"Feature","id":"n9148465212","geometry":{"type":"Point","coordinates":[-0.1272599,51.5356857]},"properties":{"@type":"node","@id":9148465212,"@timestamp":1633441175},"coords":"51.5356857,-0.1272599","bedrooms":"0","price":"201000","area":"618"} , +{"type":"Feature","id":"n9148515927","geometry":{"type":"Point","coordinates":[-0.2183327,51.6764857]},"properties":{"@type":"node","@id":9148515927,"@timestamp":1635561112},"coords":"51.6764857,-0.2183327","bedrooms":"0","price":"268000","area":"539"} , +{"type":"Feature","id":"n9149272101","geometry":{"type":"Point","coordinates":[-0.5840218,51.7668093]},"properties":{"@type":"node","@id":9149272101,"@timestamp":1633446729},"coords":"51.7668093,-0.5840218","bedrooms":"1","price":"172000","area":"425"} , +{"type":"Feature","id":"n9149399795","geometry":{"type":"Point","coordinates":[0.0085026,51.557772]},"properties":{"@type":"node","@id":9149399795,"@timestamp":1633449213},"coords":"51.557772,0.0085026","bedrooms":"2","price":"167000","area":"664"} , +{"type":"Feature","id":"n9149447675","geometry":{"type":"Point","coordinates":[-0.5880475,51.7566342]},"properties":{"@type":"node","@id":9149447675,"@timestamp":1633450618},"coords":"51.7566342,-0.5880475","bedrooms":"2","price":"203000","area":"578"} , +{"type":"Feature","id":"n9149460858","geometry":{"type":"Point","coordinates":[0.0073439,51.5579246]},"properties":{"@type":"node","@id":9149460858,"@timestamp":1633451268},"coords":"51.5579246,0.0073439","bedrooms":"4","price":"168000","area":"620"} , +{"type":"Feature","id":"n9150040180","geometry":{"type":"Point","coordinates":[-0.0032957,51.5485117]},"properties":{"@type":"node","@id":9150040180,"@timestamp":1633468844},"coords":"51.5485117,-0.0032957","bedrooms":"4","price":"201000","area":"643"} , +{"type":"Feature","id":"n9150218376","geometry":{"type":"Point","coordinates":[-0.6039906,51.8043127]},"properties":{"@type":"node","@id":9150218376,"@timestamp":1633471838},"coords":"51.8043127,-0.6039906","bedrooms":"4","price":"281000","area":"402"} , +{"type":"Feature","id":"n9150219429","geometry":{"type":"Point","coordinates":[-0.5943883,51.7911818]},"properties":{"@type":"node","@id":9150219429,"@timestamp":1633471838},"coords":"51.7911818,-0.5943883","bedrooms":"2","price":"232000","area":"580"} , +{"type":"Feature","id":"n9150286178","geometry":{"type":"Point","coordinates":[-0.1149434,51.4796754]},"properties":{"@type":"node","@id":9150286178,"@timestamp":1633477345},"coords":"51.4796754,-0.1149434","bedrooms":"3","price":"159000","area":"562"} , +{"type":"Feature","id":"n9150330284","geometry":{"type":"Point","coordinates":[-0.1906722,51.7045149]},"properties":{"@type":"node","@id":9150330284,"@timestamp":1633477574},"coords":"51.7045149,-0.1906722","bedrooms":"1","price":"270000","area":"361"} , +{"type":"Feature","id":"n9150356555","geometry":{"type":"Point","coordinates":[-0.1905554,51.7043461]},"properties":{"@type":"node","@id":9150356555,"@timestamp":1633479815},"coords":"51.7043461,-0.1905554","bedrooms":"1","price":"213000","area":"375"} , +{"type":"Feature","id":"n9150604920","geometry":{"type":"Point","coordinates":[-0.2155053,51.4972837]},"properties":{"@type":"node","@id":9150604920,"@timestamp":1633495882},"coords":"51.4972837,-0.2155053","bedrooms":"0","price":"299000","area":"357"} , +{"type":"Feature","id":"n9150604976","geometry":{"type":"Point","coordinates":[-0.2151764,51.4977844]},"properties":{"@type":"node","@id":9150604976,"@timestamp":1633495882},"coords":"51.4977844,-0.2151764","bedrooms":"3","price":"208000","area":"424"} , +{"type":"Feature","id":"n9150604986","geometry":{"type":"Point","coordinates":[-0.2149343,51.4981684]},"properties":{"@type":"node","@id":9150604986,"@timestamp":1633495882},"coords":"51.4981684,-0.2149343","bedrooms":"1","price":"236000","area":"622"} , +{"type":"Feature","id":"n9150604996","geometry":{"type":"Point","coordinates":[-0.2146917,51.498553]},"properties":{"@type":"node","@id":9150604996,"@timestamp":1633495882},"coords":"51.498553,-0.2146917","bedrooms":"0","price":"249000","area":"570"} , +{"type":"Feature","id":"n9150605006","geometry":{"type":"Point","coordinates":[-0.2144648,51.4989369]},"properties":{"@type":"node","@id":9150605006,"@timestamp":1633495882},"coords":"51.4989369,-0.2144648","bedrooms":"3","price":"200000","area":"491"} , +{"type":"Feature","id":"n9151155913","geometry":{"type":"Point","coordinates":[0.007014,51.5573435]},"properties":{"@type":"node","@id":9151155913,"@timestamp":1633514182},"coords":"51.5573435,0.007014","bedrooms":"2","price":"165000","area":"663"} , +{"type":"Feature","id":"n9151204956","geometry":{"type":"Point","coordinates":[0.006613,51.5574577]},"properties":{"@type":"node","@id":9151204956,"@timestamp":1633514182},"coords":"51.5574577,0.006613","bedrooms":"4","price":"269000","area":"419"} , +{"type":"Feature","id":"n9151234023","geometry":{"type":"Point","coordinates":[-0.5805735,51.763578]},"properties":{"@type":"node","@id":9151234023,"@timestamp":1633515104},"coords":"51.763578,-0.5805735","bedrooms":"0","price":"211000","area":"372"} , +{"type":"Feature","id":"n9151262053","geometry":{"type":"Point","coordinates":[0.404374,51.4193258]},"properties":{"@type":"node","@id":9151262053,"@timestamp":1633528724},"coords":"51.4193258,0.404374","bedrooms":"1","price":"196000","area":"459"} , +{"type":"Feature","id":"n9151290763","geometry":{"type":"Point","coordinates":[0.0912913,51.4307833]},"properties":{"@type":"node","@id":9151290763,"@timestamp":1633516784},"coords":"51.4307833,0.0912913","bedrooms":"3","price":"212000","area":"652"} , +{"type":"Feature","id":"n9152016224","geometry":{"type":"Point","coordinates":[0.08936,51.4299099]},"properties":{"@type":"node","@id":9152016224,"@timestamp":1633519864},"coords":"51.4299099,0.08936","bedrooms":"1","price":"270000","area":"646"} , +{"type":"Feature","id":"n9152197540","geometry":{"type":"Point","coordinates":[-0.5900197,51.7706363]},"properties":{"@type":"node","@id":9152197540,"@timestamp":1633524906},"coords":"51.7706363,-0.5900197","bedrooms":"0","price":"180000","area":"383"} , +{"type":"Feature","id":"n9152197583","geometry":{"type":"Point","coordinates":[-0.5872844,51.7706722]},"properties":{"@type":"node","@id":9152197583,"@timestamp":1633524906},"coords":"51.7706722,-0.5872844","bedrooms":"1","price":"202000","area":"678"} , +{"type":"Feature","id":"n9152316087","geometry":{"type":"Point","coordinates":[0.004777,51.5574727]},"properties":{"@type":"node","@id":9152316087,"@timestamp":1633528672},"coords":"51.5574727,0.004777","bedrooms":"3","price":"204000","area":"632"} , +{"type":"Feature","id":"n9152334903","geometry":{"type":"Point","coordinates":[0.0058754,51.5581364]},"properties":{"@type":"node","@id":9152334903,"@timestamp":1633528672},"coords":"51.5581364,0.0058754","bedrooms":"2","price":"240000","area":"494"} , +{"type":"Feature","id":"n9152337824","geometry":{"type":"Point","coordinates":[0.4027552,51.4174565]},"properties":{"@type":"node","@id":9152337824,"@timestamp":1633528724},"coords":"51.4174565,0.4027552","bedrooms":"0","price":"286000","area":"440"} , +{"type":"Feature","id":"n9152337834","geometry":{"type":"Point","coordinates":[0.4008381,51.4175289]},"properties":{"@type":"node","@id":9152337834,"@timestamp":1633528724},"coords":"51.4175289,0.4008381","bedrooms":"2","price":"177000","area":"443"} , +{"type":"Feature","id":"n9152337844","geometry":{"type":"Point","coordinates":[0.4005966,51.4180484]},"properties":{"@type":"node","@id":9152337844,"@timestamp":1633528724},"coords":"51.4180484,0.4005966","bedrooms":"3","price":"299000","area":"659"} , +{"type":"Feature","id":"n9152338111","geometry":{"type":"Point","coordinates":[0.4043303,51.4194244]},"properties":{"@type":"node","@id":9152338111,"@timestamp":1633528724},"coords":"51.4194244,0.4043303","bedrooms":"4","price":"279000","area":"671"} , +{"type":"Feature","id":"n9152452318","geometry":{"type":"Point","coordinates":[0.2433125,51.4642214]},"properties":{"@type":"node","@id":9152452318,"@timestamp":1633531672},"coords":"51.4642214,0.2433125","bedrooms":"3","price":"264000","area":"563"} , +{"type":"Feature","id":"n9152462142","geometry":{"type":"Point","coordinates":[0.0045302,51.558033]},"properties":{"@type":"node","@id":9152462142,"@timestamp":1633531953},"coords":"51.558033,0.0045302","bedrooms":"3","price":"241000","area":"682"} , +{"type":"Feature","id":"n9152490860","geometry":{"type":"Point","coordinates":[0.4115258,51.4209201]},"properties":{"@type":"node","@id":9152490860,"@timestamp":1633532809},"coords":"51.4209201,0.4115258","bedrooms":"0","price":"155000","area":"354"} , +{"type":"Feature","id":"n9152490870","geometry":{"type":"Point","coordinates":[0.4100913,51.4214858]},"properties":{"@type":"node","@id":9152490870,"@timestamp":1633532809},"coords":"51.4214858,0.4100913","bedrooms":"1","price":"288000","area":"543"} , +{"type":"Feature","id":"n9152491508","geometry":{"type":"Point","coordinates":[0.4070564,51.4156052]},"properties":{"@type":"node","@id":9152491508,"@timestamp":1633532809},"coords":"51.4156052,0.4070564","bedrooms":"2","price":"233000","area":"602"} , +{"type":"Feature","id":"n9152604472","geometry":{"type":"Point","coordinates":[0.005416,51.5587175]},"properties":{"@type":"node","@id":9152604472,"@timestamp":1633537272},"coords":"51.5587175,0.005416","bedrooms":"2","price":"266000","area":"409"} , +{"type":"Feature","id":"n9152618970","geometry":{"type":"Point","coordinates":[0.0044672,51.5580872]},"properties":{"@type":"node","@id":9152618970,"@timestamp":1633537272},"coords":"51.5580872,0.0044672","bedrooms":"1","price":"238000","area":"550"} , +{"type":"Feature","id":"n9152618980","geometry":{"type":"Point","coordinates":[0.0042687,51.5585825]},"properties":{"@type":"node","@id":9152618980,"@timestamp":1633537272},"coords":"51.5585825,0.0042687","bedrooms":"0","price":"202000","area":"638"} , +{"type":"Feature","id":"n9152619052","geometry":{"type":"Point","coordinates":[0.002711,51.5585408]},"properties":{"@type":"node","@id":9152619052,"@timestamp":1633537272},"coords":"51.5585408,0.002711","bedrooms":"1","price":"268000","area":"551"} , +{"type":"Feature","id":"n9152619116","geometry":{"type":"Point","coordinates":[0.0035794,51.5578537]},"properties":{"@type":"node","@id":9152619116,"@timestamp":1633537272},"coords":"51.5578537,0.0035794","bedrooms":"1","price":"260000","area":"635"} , +{"type":"Feature","id":"n9152716754","geometry":{"type":"Point","coordinates":[0.0924649,51.4640158]},"properties":{"@type":"node","@id":9152716754,"@timestamp":1633540069},"coords":"51.4640158,0.0924649","bedrooms":"4","price":"169000","area":"454"} , +{"type":"Feature","id":"n9152716824","geometry":{"type":"Point","coordinates":[0.0929034,51.4637914]},"properties":{"@type":"node","@id":9152716824,"@timestamp":1633540069},"coords":"51.4637914,0.0929034","bedrooms":"0","price":"270000","area":"573"} , +{"type":"Feature","id":"n9152767741","geometry":{"type":"Point","coordinates":[0.0826951,51.4615213]},"properties":{"@type":"node","@id":9152767741,"@timestamp":1633541859},"coords":"51.4615213,0.0826951","bedrooms":"1","price":"212000","area":"610"} , +{"type":"Feature","id":"n9152767817","geometry":{"type":"Point","coordinates":[0.0842356,51.4618012]},"properties":{"@type":"node","@id":9152767817,"@timestamp":1633541859},"coords":"51.4618012,0.0842356","bedrooms":"0","price":"296000","area":"385"} , +{"type":"Feature","id":"n9152896086","geometry":{"type":"Point","coordinates":[0.0855857,51.4617909]},"properties":{"@type":"node","@id":9152896086,"@timestamp":1633545494},"coords":"51.4617909,0.0855857","bedrooms":"4","price":"269000","area":"458"} , +{"type":"Feature","id":"n9153219100","geometry":{"type":"Point","coordinates":[-0.5321427,51.553617]},"properties":{"@type":"node","@id":9153219100,"@timestamp":1633554692},"coords":"51.553617,-0.5321427","bedrooms":"2","price":"217000","area":"393"} , +{"type":"Feature","id":"n9153219110","geometry":{"type":"Point","coordinates":[-0.535229,51.5547501]},"properties":{"@type":"node","@id":9153219110,"@timestamp":1633554692},"coords":"51.5547501,-0.535229","bedrooms":"1","price":"226000","area":"604"} , +{"type":"Feature","id":"n9153229471","geometry":{"type":"Point","coordinates":[-0.5337506,51.5523022]},"properties":{"@type":"node","@id":9153229471,"@timestamp":1633554692},"coords":"51.5523022,-0.5337506","bedrooms":"0","price":"153000","area":"601"} , +{"type":"Feature","id":"n9153231153","geometry":{"type":"Point","coordinates":[-0.5304722,51.5509491]},"properties":{"@type":"node","@id":9153231153,"@timestamp":1633555476},"coords":"51.5509491,-0.5304722","bedrooms":"0","price":"297000","area":"619"} , +{"type":"Feature","id":"n9153244600","geometry":{"type":"Point","coordinates":[0.0344684,51.5517322]},"properties":{"@type":"node","@id":9153244600,"@timestamp":1633556895},"coords":"51.5517322,0.0344684","bedrooms":"4","price":"202000","area":"502"} , +{"type":"Feature","id":"n9153405806","geometry":{"type":"Point","coordinates":[-0.6068414,51.8316604]},"properties":{"@type":"node","@id":9153405806,"@timestamp":1633562585},"coords":"51.8316604,-0.6068414","bedrooms":"3","price":"166000","area":"533"} , +{"type":"Feature","id":"n9153569724","geometry":{"type":"Point","coordinates":[-0.1115545,50.9631204]},"properties":{"@type":"node","@id":9153569724,"@timestamp":1633574715},"coords":"50.9631204,-0.1115545","bedrooms":"4","price":"179000","area":"566"} , +{"type":"Feature","id":"n9153686887","geometry":{"type":"Point","coordinates":[-0.2173806,51.4969647]},"properties":{"@type":"node","@id":9153686887,"@timestamp":1633581128},"coords":"51.4969647,-0.2173806","bedrooms":"2","price":"186000","area":"506"} , +{"type":"Feature","id":"n9153691453","geometry":{"type":"Point","coordinates":[-0.2170526,51.496535]},"properties":{"@type":"node","@id":9153691453,"@timestamp":1633581128},"coords":"51.496535,-0.2170526","bedrooms":"1","price":"243000","area":"675"} , +{"type":"Feature","id":"n9153691463","geometry":{"type":"Point","coordinates":[-0.2165576,51.4969175]},"properties":{"@type":"node","@id":9153691463,"@timestamp":1633581128},"coords":"51.4969175,-0.2165576","bedrooms":"4","price":"206000","area":"559"} , +{"type":"Feature","id":"n9153737678","geometry":{"type":"Point","coordinates":[-0.2156246,51.4967446]},"properties":{"@type":"node","@id":9153737678,"@timestamp":1633583173},"coords":"51.4967446,-0.2156246","bedrooms":"0","price":"228000","area":"677"} , +{"type":"Feature","id":"n9154197438","geometry":{"type":"Point","coordinates":[0.0266806,51.5475006]},"properties":{"@type":"node","@id":9154197438,"@timestamp":1633594717},"coords":"51.5475006,0.0266806","bedrooms":"1","price":"268000","area":"408"} , +{"type":"Feature","id":"n9154197477","geometry":{"type":"Point","coordinates":[0.0274699,51.5473556]},"properties":{"@type":"node","@id":9154197477,"@timestamp":1633594717},"coords":"51.5473556,0.0274699","bedrooms":"0","price":"257000","area":"562"} , +{"type":"Feature","id":"n9155001397","geometry":{"type":"Point","coordinates":[0.3608811,51.4343059]},"properties":{"@type":"node","@id":9155001397,"@timestamp":1633602293},"coords":"51.4343059,0.3608811","bedrooms":"2","price":"209000","area":"461"} , +{"type":"Feature","id":"n9155001407","geometry":{"type":"Point","coordinates":[0.3609952,51.4344773]},"properties":{"@type":"node","@id":9155001407,"@timestamp":1633602293},"coords":"51.4344773,0.3609952","bedrooms":"2","price":"167000","area":"452"} , +{"type":"Feature","id":"n9155004617","geometry":{"type":"Point","coordinates":[0.3611585,51.43465]},"properties":{"@type":"node","@id":9155004617,"@timestamp":1633602293},"coords":"51.43465,0.3611585","bedrooms":"1","price":"166000","area":"482"} , +{"type":"Feature","id":"n9155214306","geometry":{"type":"Point","coordinates":[-0.5321038,51.5497982]},"properties":{"@type":"node","@id":9155214306,"@timestamp":1633607472},"coords":"51.5497982,-0.5321038","bedrooms":"3","price":"253000","area":"460"} , +{"type":"Feature","id":"n9155446044","geometry":{"type":"Point","coordinates":[0.3748765,51.4191982]},"properties":{"@type":"node","@id":9155446044,"@timestamp":1633613533},"coords":"51.4191982,0.3748765","bedrooms":"1","price":"230000","area":"555"} , +{"type":"Feature","id":"n9155460800","geometry":{"type":"Point","coordinates":[0.0030993,51.5595063]},"properties":{"@type":"node","@id":9155460800,"@timestamp":1633614795},"coords":"51.5595063,0.0030993","bedrooms":"2","price":"279000","area":"475"} , +{"type":"Feature","id":"n9155486877","geometry":{"type":"Point","coordinates":[-0.0973016,51.6071546]},"properties":{"@type":"node","@id":9155486877,"@timestamp":1633614700},"coords":"51.6071546,-0.0973016","bedrooms":"1","price":"178000","area":"418"} , +{"type":"Feature","id":"n9155497595","geometry":{"type":"Point","coordinates":[0.0041574,51.559192]},"properties":{"@type":"node","@id":9155497595,"@timestamp":1633614795},"coords":"51.559192,0.0041574","bedrooms":"4","price":"275000","area":"679"} , +{"type":"Feature","id":"n9155652480","geometry":{"type":"Point","coordinates":[0.373275,51.4185855]},"properties":{"@type":"node","@id":9155652480,"@timestamp":1633619044},"coords":"51.4185855,0.373275","bedrooms":"0","price":"161000","area":"587"} , +{"type":"Feature","id":"n9155652572","geometry":{"type":"Point","coordinates":[0.3734907,51.4183825]},"properties":{"@type":"node","@id":9155652572,"@timestamp":1633619044},"coords":"51.4183825,0.3734907","bedrooms":"3","price":"199000","area":"521"} , +{"type":"Feature","id":"n9155652582","geometry":{"type":"Point","coordinates":[0.3741741,51.4182941]},"properties":{"@type":"node","@id":9155652582,"@timestamp":1633619044},"coords":"51.4182941,0.3741741","bedrooms":"3","price":"220000","area":"692"} , +{"type":"Feature","id":"n9155652592","geometry":{"type":"Point","coordinates":[0.3751679,51.4183197]},"properties":{"@type":"node","@id":9155652592,"@timestamp":1633619044},"coords":"51.4183197,0.3751679","bedrooms":"1","price":"268000","area":"599"} , +{"type":"Feature","id":"n9155652612","geometry":{"type":"Point","coordinates":[0.37469,51.4189144]},"properties":{"@type":"node","@id":9155652612,"@timestamp":1633619044},"coords":"51.4189144,0.37469","bedrooms":"3","price":"200000","area":"616"} , +{"type":"Feature","id":"n9155652685","geometry":{"type":"Point","coordinates":[0.3729431,51.4190052]},"properties":{"@type":"node","@id":9155652685,"@timestamp":1633619044},"coords":"51.4190052,0.3729431","bedrooms":"2","price":"278000","area":"368"} , +{"type":"Feature","id":"n9155652697","geometry":{"type":"Point","coordinates":[0.3736213,51.4188996]},"properties":{"@type":"node","@id":9155652697,"@timestamp":1633619044},"coords":"51.4188996,0.3736213","bedrooms":"1","price":"297000","area":"649"} , +{"type":"Feature","id":"n9155652707","geometry":{"type":"Point","coordinates":[0.3730222,51.4186746]},"properties":{"@type":"node","@id":9155652707,"@timestamp":1633619044},"coords":"51.4186746,0.3730222","bedrooms":"0","price":"157000","area":"577"} , +{"type":"Feature","id":"n9155652717","geometry":{"type":"Point","coordinates":[0.372843,51.4191464]},"properties":{"@type":"node","@id":9155652717,"@timestamp":1633619044},"coords":"51.4191464,0.372843","bedrooms":"2","price":"213000","area":"548"} , +{"type":"Feature","id":"n9155652746","geometry":{"type":"Point","coordinates":[0.3713684,51.4190848]},"properties":{"@type":"node","@id":9155652746,"@timestamp":1633619044},"coords":"51.4190848,0.3713684","bedrooms":"3","price":"167000","area":"438"} , +{"type":"Feature","id":"n9155652756","geometry":{"type":"Point","coordinates":[0.3746913,51.4180864]},"properties":{"@type":"node","@id":9155652756,"@timestamp":1633619044},"coords":"51.4180864,0.3746913","bedrooms":"4","price":"200000","area":"416"} , +{"type":"Feature","id":"n9155652787","geometry":{"type":"Point","coordinates":[0.37419,51.4186892]},"properties":{"@type":"node","@id":9155652787,"@timestamp":1633619044},"coords":"51.4186892,0.37419","bedrooms":"2","price":"248000","area":"555"} , +{"type":"Feature","id":"n9155652849","geometry":{"type":"Point","coordinates":[0.372447,51.4192173]},"properties":{"@type":"node","@id":9155652849,"@timestamp":1633619044},"coords":"51.4192173,0.372447","bedrooms":"3","price":"190000","area":"558"} , +{"type":"Feature","id":"n9155652868","geometry":{"type":"Point","coordinates":[0.3742972,51.418419]},"properties":{"@type":"node","@id":9155652868,"@timestamp":1633619044},"coords":"51.418419,0.3742972","bedrooms":"0","price":"169000","area":"365"} , +{"type":"Feature","id":"n9155652878","geometry":{"type":"Point","coordinates":[0.3742283,51.4189505]},"properties":{"@type":"node","@id":9155652878,"@timestamp":1633619044},"coords":"51.4189505,0.3742283","bedrooms":"3","price":"232000","area":"535"} , +{"type":"Feature","id":"n9155694548","geometry":{"type":"Point","coordinates":[-0.7199609,51.0890159]},"properties":{"@type":"node","@id":9155694548,"@timestamp":1633622482},"coords":"51.0890159,-0.7199609","bedrooms":"0","price":"246000","area":"561"} , +{"type":"Feature","id":"n9155715337","geometry":{"type":"Point","coordinates":[-0.4378394,51.8836912]},"properties":{"@type":"node","@id":9155715337,"@timestamp":1633621636},"coords":"51.8836912,-0.4378394","bedrooms":"1","price":"202000","area":"385"} , +{"type":"Feature","id":"n9155792395","geometry":{"type":"Point","coordinates":[0.1153714,51.4473634]},"properties":{"@type":"node","@id":9155792395,"@timestamp":1633622833},"coords":"51.4473634,0.1153714","bedrooms":"2","price":"205000","area":"596"} , +{"type":"Feature","id":"n9155891284","geometry":{"type":"Point","coordinates":[0.1118019,51.4468073]},"properties":{"@type":"node","@id":9155891284,"@timestamp":1633626059},"coords":"51.4468073,0.1118019","bedrooms":"3","price":"211000","area":"679"} , +{"type":"Feature","id":"n9155891294","geometry":{"type":"Point","coordinates":[0.1128439,51.4468333]},"properties":{"@type":"node","@id":9155891294,"@timestamp":1633626059},"coords":"51.4468333,0.1128439","bedrooms":"4","price":"163000","area":"580"} , +{"type":"Feature","id":"n9155891304","geometry":{"type":"Point","coordinates":[0.1161433,51.4473621]},"properties":{"@type":"node","@id":9155891304,"@timestamp":1633626059},"coords":"51.4473621,0.1161433","bedrooms":"0","price":"204000","area":"633"} , +{"type":"Feature","id":"n9155955718","geometry":{"type":"Point","coordinates":[0.4744586,51.7303899]},"properties":{"@type":"node","@id":9155955718,"@timestamp":1633628252},"coords":"51.7303899,0.4744586","bedrooms":"2","price":"246000","area":"481"} , +{"type":"Feature","id":"n9155966588","geometry":{"type":"Point","coordinates":[0.4753371,51.7305901]},"properties":{"@type":"node","@id":9155966588,"@timestamp":1633629724},"coords":"51.7305901,0.4753371","bedrooms":"0","price":"166000","area":"399"} , +{"type":"Feature","id":"n9156110046","geometry":{"type":"Point","coordinates":[0.4729526,51.7324158]},"properties":{"@type":"node","@id":9156110046,"@timestamp":1633632936},"coords":"51.7324158,0.4729526","bedrooms":"1","price":"151000","area":"372"} , +{"type":"Feature","id":"n9156155928","geometry":{"type":"Point","coordinates":[0.4676203,51.7341218]},"properties":{"@type":"node","@id":9156155928,"@timestamp":1633634421},"coords":"51.7341218,0.4676203","bedrooms":"1","price":"217000","area":"667"} , +{"type":"Feature","id":"n9156303431","geometry":{"type":"Point","coordinates":[-0.3559356,51.4704494]},"properties":{"@type":"node","@id":9156303431,"@timestamp":1633638808},"coords":"51.4704494,-0.3559356","bedrooms":"3","price":"288000","area":"695"} , +{"type":"Feature","id":"n9156375987","geometry":{"type":"Point","coordinates":[-0.5627223,51.7627402]},"properties":{"@type":"node","@id":9156375987,"@timestamp":1633642210},"coords":"51.7627402,-0.5627223","bedrooms":"3","price":"200000","area":"534"} , +{"type":"Feature","id":"n9156574241","geometry":{"type":"Point","coordinates":[-0.0105191,51.9394388]},"properties":{"@type":"node","@id":9156574241,"@timestamp":1633650681},"coords":"51.9394388,-0.0105191","bedrooms":"3","price":"186000","area":"414"} , +{"type":"Feature","id":"n9156798068","geometry":{"type":"Point","coordinates":[-0.2167405,51.4957664]},"properties":{"@type":"node","@id":9156798068,"@timestamp":1633862943},"coords":"51.4957664,-0.2167405","bedrooms":"1","price":"159000","area":"531"} , +{"type":"Feature","id":"n9156900659","geometry":{"type":"Point","coordinates":[-0.2143706,51.4984789]},"properties":{"@type":"node","@id":9156900659,"@timestamp":1633667808},"coords":"51.4984789,-0.2143706","bedrooms":"4","price":"296000","area":"418"} , +{"type":"Feature","id":"n9157045992","geometry":{"type":"Point","coordinates":[-0.2135932,51.4983684]},"properties":{"@type":"node","@id":9157045992,"@timestamp":1633673033},"coords":"51.4983684,-0.2135932","bedrooms":"2","price":"237000","area":"450"} , +{"type":"Feature","id":"n9157640003","geometry":{"type":"Point","coordinates":[0.0867319,51.4621386]},"properties":{"@type":"node","@id":9157640003,"@timestamp":1633686782},"coords":"51.4621386,0.0867319","bedrooms":"2","price":"173000","area":"640"} , +{"type":"Feature","id":"n9157822810","geometry":{"type":"Point","coordinates":[-0.5609659,51.7569917]},"properties":{"@type":"node","@id":9157822810,"@timestamp":1633690652},"coords":"51.7569917,-0.5609659","bedrooms":"0","price":"213000","area":"427"} , +{"type":"Feature","id":"n9158084899","geometry":{"type":"Point","coordinates":[-0.0840741,51.5242868]},"properties":{"@type":"node","@id":9158084899,"@timestamp":1633695250},"coords":"51.5242868,-0.0840741","bedrooms":"4","price":"184000","area":"514"} , +{"type":"Feature","id":"n9158084909","geometry":{"type":"Point","coordinates":[-0.0841792,51.5246979]},"properties":{"@type":"node","@id":9158084909,"@timestamp":1633695250},"coords":"51.5246979,-0.0841792","bedrooms":"1","price":"243000","area":"530"} , +{"type":"Feature","id":"n9158145126","geometry":{"type":"Point","coordinates":[-0.0819698,51.5367864]},"properties":{"@type":"node","@id":9158145126,"@timestamp":1633696452},"coords":"51.5367864,-0.0819698","bedrooms":"1","price":"288000","area":"516"} , +{"type":"Feature","id":"n9158145136","geometry":{"type":"Point","coordinates":[-0.0815487,51.5382036]},"properties":{"@type":"node","@id":9158145136,"@timestamp":1633696452},"coords":"51.5382036,-0.0815487","bedrooms":"0","price":"169000","area":"528"} , +{"type":"Feature","id":"n9158145146","geometry":{"type":"Point","coordinates":[-0.0806847,51.5404635]},"properties":{"@type":"node","@id":9158145146,"@timestamp":1633696452},"coords":"51.5404635,-0.0806847","bedrooms":"4","price":"254000","area":"439"} , +{"type":"Feature","id":"n9158147416","geometry":{"type":"Point","coordinates":[-0.0839731,51.5258749]},"properties":{"@type":"node","@id":9158147416,"@timestamp":1635252838},"coords":"51.5258749,-0.0839731","bedrooms":"3","price":"256000","area":"411"} , +{"type":"Feature","id":"n9158155324","geometry":{"type":"Point","coordinates":[-0.0838297,51.5265726]},"properties":{"@type":"node","@id":9158155324,"@timestamp":1633696145},"coords":"51.5265726,-0.0838297","bedrooms":"1","price":"258000","area":"397"} , +{"type":"Feature","id":"n9158155336","geometry":{"type":"Point","coordinates":[-0.0830628,51.5313313]},"properties":{"@type":"node","@id":9158155336,"@timestamp":1633696145},"coords":"51.5313313,-0.0830628","bedrooms":"4","price":"206000","area":"500"} , +{"type":"Feature","id":"n9158155346","geometry":{"type":"Point","coordinates":[-0.082993,51.5329203]},"properties":{"@type":"node","@id":9158155346,"@timestamp":1633696145},"coords":"51.5329203,-0.082993","bedrooms":"3","price":"257000","area":"492"} , +{"type":"Feature","id":"n9158155356","geometry":{"type":"Point","coordinates":[-0.0824716,51.5356886]},"properties":{"@type":"node","@id":9158155356,"@timestamp":1633696145},"coords":"51.5356886,-0.0824716","bedrooms":"4","price":"185000","area":"683"} , +{"type":"Feature","id":"n9158173266","geometry":{"type":"Point","coordinates":[-0.0816047,51.5425768]},"properties":{"@type":"node","@id":9158173266,"@timestamp":1633696930},"coords":"51.5425768,-0.0816047","bedrooms":"2","price":"254000","area":"412"} , +{"type":"Feature","id":"n9158173276","geometry":{"type":"Point","coordinates":[-0.0812509,51.5441924]},"properties":{"@type":"node","@id":9158173276,"@timestamp":1633696930},"coords":"51.5441924,-0.0812509","bedrooms":"0","price":"195000","area":"595"} , +{"type":"Feature","id":"n9158218518","geometry":{"type":"Point","coordinates":[-0.0789046,51.5514218]},"properties":{"@type":"node","@id":9158218518,"@timestamp":1633698050},"coords":"51.5514218,-0.0789046","bedrooms":"1","price":"161000","area":"489"} , +{"type":"Feature","id":"n9158218531","geometry":{"type":"Point","coordinates":[-0.0790563,51.5526623]},"properties":{"@type":"node","@id":9158218531,"@timestamp":1633698050},"coords":"51.5526623,-0.0790563","bedrooms":"0","price":"257000","area":"608"} , +{"type":"Feature","id":"n9158218541","geometry":{"type":"Point","coordinates":[-0.079053,51.5558532]},"properties":{"@type":"node","@id":9158218541,"@timestamp":1633698050},"coords":"51.5558532,-0.079053","bedrooms":"0","price":"294000","area":"588"} , +{"type":"Feature","id":"n9158218551","geometry":{"type":"Point","coordinates":[-0.0783854,51.5588713]},"properties":{"@type":"node","@id":9158218551,"@timestamp":1633698050},"coords":"51.5588713,-0.0783854","bedrooms":"3","price":"271000","area":"580"} , +{"type":"Feature","id":"n9158218561","geometry":{"type":"Point","coordinates":[-0.0789996,51.5600365]},"properties":{"@type":"node","@id":9158218561,"@timestamp":1633698050},"coords":"51.5600365,-0.0789996","bedrooms":"1","price":"234000","area":"634"} , +{"type":"Feature","id":"n9158218572","geometry":{"type":"Point","coordinates":[-0.081373,51.5682642]},"properties":{"@type":"node","@id":9158218572,"@timestamp":1633698050},"coords":"51.5682642,-0.081373","bedrooms":"3","price":"284000","area":"561"} , +{"type":"Feature","id":"n9158243294","geometry":{"type":"Point","coordinates":[-0.5832783,51.772804]},"properties":{"@type":"node","@id":9158243294,"@timestamp":1633699408},"coords":"51.772804,-0.5832783","bedrooms":"1","price":"246000","area":"481"} , +{"type":"Feature","id":"n9158247970","geometry":{"type":"Point","coordinates":[-0.0772713,51.5743607]},"properties":{"@type":"node","@id":9158247970,"@timestamp":1633698693},"coords":"51.5743607,-0.0772713","bedrooms":"0","price":"265000","area":"370"} , +{"type":"Feature","id":"n9158264631","geometry":{"type":"Point","coordinates":[-0.5721974,51.7691191]},"properties":{"@type":"node","@id":9158264631,"@timestamp":1633699408},"coords":"51.7691191,-0.5721974","bedrooms":"2","price":"246000","area":"529"} , +{"type":"Feature","id":"n9158322551","geometry":{"type":"Point","coordinates":[-0.1126646,51.5940238]},"properties":{"@type":"node","@id":9158322551,"@timestamp":1633702367},"coords":"51.5940238,-0.1126646","bedrooms":"2","price":"184000","area":"594"} , +{"type":"Feature","id":"n9158348091","geometry":{"type":"Point","coordinates":[-0.0723529,51.5843225]},"properties":{"@type":"node","@id":9158348091,"@timestamp":1633703162},"coords":"51.5843225,-0.0723529","bedrooms":"2","price":"187000","area":"687"} , +{"type":"Feature","id":"n9158348103","geometry":{"type":"Point","coordinates":[-0.072426,51.5880083]},"properties":{"@type":"node","@id":9158348103,"@timestamp":1633703162},"coords":"51.5880083,-0.072426","bedrooms":"2","price":"261000","area":"559"} , +{"type":"Feature","id":"n9158358049","geometry":{"type":"Point","coordinates":[0.0936173,51.4633185]},"properties":{"@type":"node","@id":9158358049,"@timestamp":1633702746},"coords":"51.4633185,0.0936173","bedrooms":"1","price":"196000","area":"593"} , +{"type":"Feature","id":"n9158377972","geometry":{"type":"Point","coordinates":[-0.0708131,51.6021176]},"properties":{"@type":"node","@id":9158377972,"@timestamp":1633704396},"coords":"51.6021176,-0.0708131","bedrooms":"0","price":"152000","area":"584"} , +{"type":"Feature","id":"n9158390483","geometry":{"type":"Point","coordinates":[-0.0739463,51.5890659]},"properties":{"@type":"node","@id":9158390483,"@timestamp":1633704132},"coords":"51.5890659,-0.0739463","bedrooms":"4","price":"203000","area":"371"} , +{"type":"Feature","id":"n9158390498","geometry":{"type":"Point","coordinates":[-0.0766875,51.5907213]},"properties":{"@type":"node","@id":9158390498,"@timestamp":1633704132},"coords":"51.5907213,-0.0766875","bedrooms":"0","price":"240000","area":"574"} , +{"type":"Feature","id":"n9158390508","geometry":{"type":"Point","coordinates":[-0.0763609,51.5924021]},"properties":{"@type":"node","@id":9158390508,"@timestamp":1633704132},"coords":"51.5924021,-0.0763609","bedrooms":"1","price":"272000","area":"372"} , +{"type":"Feature","id":"n9158398218","geometry":{"type":"Point","coordinates":[-0.075555,51.5947035]},"properties":{"@type":"node","@id":9158398218,"@timestamp":1633704132},"coords":"51.5947035,-0.075555","bedrooms":"1","price":"167000","area":"452"} , +{"type":"Feature","id":"n9158398228","geometry":{"type":"Point","coordinates":[-0.0756363,51.5962538]},"properties":{"@type":"node","@id":9158398228,"@timestamp":1633704132},"coords":"51.5962538,-0.0756363","bedrooms":"0","price":"151000","area":"416"} , +{"type":"Feature","id":"n9158398238","geometry":{"type":"Point","coordinates":[-0.0758473,51.5985146]},"properties":{"@type":"node","@id":9158398238,"@timestamp":1633704132},"coords":"51.5985146,-0.0758473","bedrooms":"3","price":"245000","area":"538"} , +{"type":"Feature","id":"n9158429676","geometry":{"type":"Point","coordinates":[-0.0642872,51.6176421]},"properties":{"@type":"node","@id":9158429676,"@timestamp":1633705229},"coords":"51.6176421,-0.0642872","bedrooms":"1","price":"170000","area":"623"} , +{"type":"Feature","id":"n9158429686","geometry":{"type":"Point","coordinates":[-0.0732747,51.6154978]},"properties":{"@type":"node","@id":9158429686,"@timestamp":1633705229},"coords":"51.6154978,-0.0732747","bedrooms":"4","price":"165000","area":"525"} , +{"type":"Feature","id":"n9158463009","geometry":{"type":"Point","coordinates":[-0.0729606,51.6054588]},"properties":{"@type":"node","@id":9158463009,"@timestamp":1633706048},"coords":"51.6054588,-0.0729606","bedrooms":"3","price":"196000","area":"666"} , +{"type":"Feature","id":"n9158642447","geometry":{"type":"Point","coordinates":[0.0033085,51.5379575]},"properties":{"@type":"node","@id":9158642447,"@timestamp":1633708575},"coords":"51.5379575,0.0033085","bedrooms":"1","price":"267000","area":"486"} , +{"type":"Feature","id":"n9158642459","geometry":{"type":"Point","coordinates":[0.0037477,51.5388033]},"properties":{"@type":"node","@id":9158642459,"@timestamp":1633708575},"coords":"51.5388033,0.0037477","bedrooms":"1","price":"179000","area":"512"} , +{"type":"Feature","id":"n9158642519","geometry":{"type":"Point","coordinates":[0.0031207,51.5385823]},"properties":{"@type":"node","@id":9158642519,"@timestamp":1633708575},"coords":"51.5385823,0.0031207","bedrooms":"0","price":"275000","area":"411"} , +{"type":"Feature","id":"n9158818492","geometry":{"type":"Point","coordinates":[-0.6454728,51.7817315]},"properties":{"@type":"node","@id":9158818492,"@timestamp":1633711073},"coords":"51.7817315,-0.6454728","bedrooms":"2","price":"249000","area":"548"} , +{"type":"Feature","id":"n9158852334","geometry":{"type":"Point","coordinates":[-0.1060331,51.5626937]},"properties":{"@type":"node","@id":9158852334,"@timestamp":1633711350},"coords":"51.5626937,-0.1060331","bedrooms":"1","price":"228000","area":"622"} , +{"type":"Feature","id":"n9158929594","geometry":{"type":"Point","coordinates":[0.0894902,51.4625851]},"properties":{"@type":"node","@id":9158929594,"@timestamp":1633711625},"coords":"51.4625851,0.0894902","bedrooms":"4","price":"230000","area":"587"} , +{"type":"Feature","id":"n9158965590","geometry":{"type":"Point","coordinates":[-0.0768316,51.5422195]},"properties":{"@type":"node","@id":9158965590,"@timestamp":1634289810},"coords":"51.5422195,-0.0768316","bedrooms":"3","price":"247000","area":"528"} , +{"type":"Feature","id":"n9159049086","geometry":{"type":"Point","coordinates":[0.0985514,51.4639172]},"properties":{"@type":"node","@id":9159049086,"@timestamp":1633714533},"coords":"51.4639172,0.0985514","bedrooms":"0","price":"238000","area":"492"} , +{"type":"Feature","id":"n9159071291","geometry":{"type":"Point","coordinates":[-0.1659257,51.2434034]},"properties":{"@type":"node","@id":9159071291,"@timestamp":1633715802},"coords":"51.2434034,-0.1659257","bedrooms":"1","price":"174000","area":"520"} , +{"type":"Feature","id":"n9159151662","geometry":{"type":"Point","coordinates":[-0.2134031,51.4980399]},"properties":{"@type":"node","@id":9159151662,"@timestamp":1633718121},"coords":"51.4980399,-0.2134031","bedrooms":"1","price":"181000","area":"516"} , +{"type":"Feature","id":"n9159174144","geometry":{"type":"Point","coordinates":[-0.27272,51.4012065]},"properties":{"@type":"node","@id":9159174144,"@timestamp":1633718486},"coords":"51.4012065,-0.27272","bedrooms":"4","price":"234000","area":"636"} , +{"type":"Feature","id":"n9159209434","geometry":{"type":"Point","coordinates":[-0.2131471,51.4975486]},"properties":{"@type":"node","@id":9159209434,"@timestamp":1633718121},"coords":"51.4975486,-0.2131471","bedrooms":"0","price":"230000","area":"687"} , +{"type":"Feature","id":"n9159209519","geometry":{"type":"Point","coordinates":[-0.2136044,51.497035]},"properties":{"@type":"node","@id":9159209519,"@timestamp":1633718121},"coords":"51.497035,-0.2136044","bedrooms":"4","price":"225000","area":"594"} , +{"type":"Feature","id":"n9159248038","geometry":{"type":"Point","coordinates":[0.0259417,51.5504665]},"properties":{"@type":"node","@id":9159248038,"@timestamp":1633719534},"coords":"51.5504665,0.0259417","bedrooms":"4","price":"182000","area":"660"} , +{"type":"Feature","id":"n9159485176","geometry":{"type":"Point","coordinates":[-0.1769865,51.6914796]},"properties":{"@type":"node","@id":9159485176,"@timestamp":1633727516},"coords":"51.6914796,-0.1769865","bedrooms":"2","price":"280000","area":"519"} , +{"type":"Feature","id":"n9159541055","geometry":{"type":"Point","coordinates":[-0.6653045,51.7923255]},"properties":{"@type":"node","@id":9159541055,"@timestamp":1633730523},"coords":"51.7923255,-0.6653045","bedrooms":"1","price":"241000","area":"438"} , +{"type":"Feature","id":"n9159541082","geometry":{"type":"Point","coordinates":[-0.6691969,51.7944607]},"properties":{"@type":"node","@id":9159541082,"@timestamp":1633730523},"coords":"51.7944607,-0.6691969","bedrooms":"4","price":"243000","area":"365"} , +{"type":"Feature","id":"n9159541092","geometry":{"type":"Point","coordinates":[-0.6722009,51.7971615]},"properties":{"@type":"node","@id":9159541092,"@timestamp":1633730523},"coords":"51.7971615,-0.6722009","bedrooms":"2","price":"170000","area":"599"} , +{"type":"Feature","id":"n9159542943","geometry":{"type":"Point","coordinates":[-0.3769715,51.1286139]},"properties":{"@type":"node","@id":9159542943,"@timestamp":1633729621},"coords":"51.1286139,-0.3769715","bedrooms":"2","price":"242000","area":"569"} , +{"type":"Feature","id":"n9159544926","geometry":{"type":"Point","coordinates":[0.692769,51.7412125]},"properties":{"@type":"node","@id":9159544926,"@timestamp":1633729789},"coords":"51.7412125,0.692769","bedrooms":"3","price":"234000","area":"678"} , +{"type":"Feature","id":"n9159544936","geometry":{"type":"Point","coordinates":[0.6891239,51.7444959]},"properties":{"@type":"node","@id":9159544936,"@timestamp":1633729789},"coords":"51.7444959,0.6891239","bedrooms":"3","price":"170000","area":"675"} , +{"type":"Feature","id":"n9159707252","geometry":{"type":"Point","coordinates":[-0.1057094,51.5256151]},"properties":{"@type":"node","@id":9159707252,"@timestamp":1633743398},"coords":"51.5256151,-0.1057094","bedrooms":"0","price":"227000","area":"587"} , +{"type":"Feature","id":"n9159981125","geometry":{"type":"Point","coordinates":[-0.211767,51.4979923]},"properties":{"@type":"node","@id":9159981125,"@timestamp":1633758945},"coords":"51.4979923,-0.211767","bedrooms":"3","price":"261000","area":"450"} , +{"type":"Feature","id":"n9159981156","geometry":{"type":"Point","coordinates":[-0.212229,51.4978972]},"properties":{"@type":"node","@id":9159981156,"@timestamp":1633758945},"coords":"51.4978972,-0.212229","bedrooms":"0","price":"231000","area":"642"} , +{"type":"Feature","id":"n9159981175","geometry":{"type":"Point","coordinates":[-0.2119799,51.4975992]},"properties":{"@type":"node","@id":9159981175,"@timestamp":1633758945},"coords":"51.4975992,-0.2119799","bedrooms":"2","price":"298000","area":"487"} , +{"type":"Feature","id":"n9160031771","geometry":{"type":"Point","coordinates":[-0.2122459,51.4973426]},"properties":{"@type":"node","@id":9160031771,"@timestamp":1633763770},"coords":"51.4973426,-0.2122459","bedrooms":"1","price":"298000","area":"538"} , +{"type":"Feature","id":"n9160132881","geometry":{"type":"Point","coordinates":[0.1098034,51.4667956]},"properties":{"@type":"node","@id":9160132881,"@timestamp":1633767192},"coords":"51.4667956,0.1098034","bedrooms":"1","price":"190000","area":"549"} , +{"type":"Feature","id":"n9160190198","geometry":{"type":"Point","coordinates":[0.3643578,51.4399969]},"properties":{"@type":"node","@id":9160190198,"@timestamp":1633769795},"coords":"51.4399969,0.3643578","bedrooms":"1","price":"296000","area":"484"} , +{"type":"Feature","id":"n9160190264","geometry":{"type":"Point","coordinates":[0.3636812,51.4390332]},"properties":{"@type":"node","@id":9160190264,"@timestamp":1633769795},"coords":"51.4390332,0.3636812","bedrooms":"3","price":"174000","area":"556"} , +{"type":"Feature","id":"n9160190365","geometry":{"type":"Point","coordinates":[0.3632251,51.4379769]},"properties":{"@type":"node","@id":9160190365,"@timestamp":1633769795},"coords":"51.4379769,0.3632251","bedrooms":"3","price":"255000","area":"457"} , +{"type":"Feature","id":"n9160190485","geometry":{"type":"Point","coordinates":[0.3628644,51.4368655]},"properties":{"@type":"node","@id":9160190485,"@timestamp":1633769795},"coords":"51.4368655,0.3628644","bedrooms":"2","price":"285000","area":"670"} , +{"type":"Feature","id":"n9160190559","geometry":{"type":"Point","coordinates":[0.3625807,51.4361826]},"properties":{"@type":"node","@id":9160190559,"@timestamp":1633769795},"coords":"51.4361826,0.3625807","bedrooms":"1","price":"247000","area":"476"} , +{"type":"Feature","id":"n9160190685","geometry":{"type":"Point","coordinates":[0.3622726,51.4352795]},"properties":{"@type":"node","@id":9160190685,"@timestamp":1633769795},"coords":"51.4352795,0.3622726","bedrooms":"4","price":"298000","area":"406"} , +{"type":"Feature","id":"n9160255431","geometry":{"type":"Point","coordinates":[0.3653123,51.440641]},"properties":{"@type":"node","@id":9160255431,"@timestamp":1633773417},"coords":"51.440641,0.3653123","bedrooms":"2","price":"252000","area":"511"} , +{"type":"Feature","id":"n9160255548","geometry":{"type":"Point","coordinates":[0.3664137,51.440565]},"properties":{"@type":"node","@id":9160255548,"@timestamp":1633773417},"coords":"51.440565,0.3664137","bedrooms":"1","price":"270000","area":"459"} , +{"type":"Feature","id":"n9160255619","geometry":{"type":"Point","coordinates":[0.3672227,51.4405055]},"properties":{"@type":"node","@id":9160255619,"@timestamp":1633773417},"coords":"51.4405055,0.3672227","bedrooms":"4","price":"270000","area":"387"} , +{"type":"Feature","id":"n9160255678","geometry":{"type":"Point","coordinates":[0.3669958,51.4403109]},"properties":{"@type":"node","@id":9160255678,"@timestamp":1633773417},"coords":"51.4403109,0.3669958","bedrooms":"2","price":"176000","area":"490"} , +{"type":"Feature","id":"n9160255688","geometry":{"type":"Point","coordinates":[0.3660481,51.4403711]},"properties":{"@type":"node","@id":9160255688,"@timestamp":1633773417},"coords":"51.4403711,0.3660481","bedrooms":"0","price":"212000","area":"494"} , +{"type":"Feature","id":"n9160255698","geometry":{"type":"Point","coordinates":[0.3650521,51.4404536]},"properties":{"@type":"node","@id":9160255698,"@timestamp":1633773417},"coords":"51.4404536,0.3650521","bedrooms":"0","price":"234000","area":"565"} , +{"type":"Feature","id":"n9160291887","geometry":{"type":"Point","coordinates":[0.3670185,51.4400227]},"properties":{"@type":"node","@id":9160291887,"@timestamp":1633775175},"coords":"51.4400227,0.3670185","bedrooms":"0","price":"247000","area":"441"} , +{"type":"Feature","id":"n9160291904","geometry":{"type":"Point","coordinates":[0.3659121,51.4401044]},"properties":{"@type":"node","@id":9160291904,"@timestamp":1633775175},"coords":"51.4401044,0.3659121","bedrooms":"3","price":"158000","area":"586"} , +{"type":"Feature","id":"n9160291914","geometry":{"type":"Point","coordinates":[0.365002,51.4401702]},"properties":{"@type":"node","@id":9160291914,"@timestamp":1633775175},"coords":"51.4401702,0.365002","bedrooms":"4","price":"190000","area":"494"} , +{"type":"Feature","id":"n9160389905","geometry":{"type":"Point","coordinates":[-1.0665539,51.4475535]},"properties":{"@type":"node","@id":9160389905,"@timestamp":1633782905},"coords":"51.4475535,-1.0665539","bedrooms":"2","price":"165000","area":"584"} , +{"type":"Feature","id":"n9160452891","geometry":{"type":"Point","coordinates":[0.3646962,51.4399788]},"properties":{"@type":"node","@id":9160452891,"@timestamp":1633785701},"coords":"51.4399788,0.3646962","bedrooms":"4","price":"274000","area":"457"} , +{"type":"Feature","id":"n9160455393","geometry":{"type":"Point","coordinates":[-0.584576,51.7756229]},"properties":{"@type":"node","@id":9160455393,"@timestamp":1633785837},"coords":"51.7756229,-0.584576","bedrooms":"1","price":"265000","area":"351"} , +{"type":"Feature","id":"n9160472786","geometry":{"type":"Point","coordinates":[0.3662497,51.4398653]},"properties":{"@type":"node","@id":9160472786,"@timestamp":1633785701},"coords":"51.4398653,0.3662497","bedrooms":"4","price":"216000","area":"599"} , +{"type":"Feature","id":"n9160472869","geometry":{"type":"Point","coordinates":[0.367198,51.4397987]},"properties":{"@type":"node","@id":9160472869,"@timestamp":1633785701},"coords":"51.4397987,0.367198","bedrooms":"0","price":"195000","area":"500"} , +{"type":"Feature","id":"n9160472999","geometry":{"type":"Point","coordinates":[0.3647411,51.4396822]},"properties":{"@type":"node","@id":9160472999,"@timestamp":1633785701},"coords":"51.4396822,0.3647411","bedrooms":"1","price":"271000","area":"461"} , +{"type":"Feature","id":"n9160473098","geometry":{"type":"Point","coordinates":[0.3646635,51.4394926]},"properties":{"@type":"node","@id":9160473098,"@timestamp":1633785701},"coords":"51.4394926,0.3646635","bedrooms":"4","price":"288000","area":"646"} , +{"type":"Feature","id":"n9160567170","geometry":{"type":"Point","coordinates":[-0.2224801,51.3622048]},"properties":{"@type":"node","@id":9160567170,"@timestamp":1633788984},"coords":"51.3622048,-0.2224801","bedrooms":"3","price":"206000","area":"508"} , +{"type":"Feature","id":"n9160762855","geometry":{"type":"Point","coordinates":[-0.6895173,51.8198386]},"properties":{"@type":"node","@id":9160762855,"@timestamp":1633792535},"coords":"51.8198386,-0.6895173","bedrooms":"2","price":"286000","area":"535"} , +{"type":"Feature","id":"n9160762886","geometry":{"type":"Point","coordinates":[-0.7128247,51.8178289]},"properties":{"@type":"node","@id":9160762886,"@timestamp":1633792535},"coords":"51.8178289,-0.7128247","bedrooms":"3","price":"227000","area":"652"} , +{"type":"Feature","id":"n9160978151","geometry":{"type":"Point","coordinates":[-0.0972376,50.9742178]},"properties":{"@type":"node","@id":9160978151,"@timestamp":1633800454},"coords":"50.9742178,-0.0972376","bedrooms":"1","price":"282000","area":"691"} , +{"type":"Feature","id":"n9161015290","geometry":{"type":"Point","coordinates":[-0.1637604,51.446016]},"properties":{"@type":"node","@id":9161015290,"@timestamp":1633802139},"coords":"51.446016,-0.1637604","bedrooms":"2","price":"229000","area":"651"} , +{"type":"Feature","id":"n9161067273","geometry":{"type":"Point","coordinates":[-0.2138775,51.4949668]},"properties":{"@type":"node","@id":9161067273,"@timestamp":1633805105},"coords":"51.4949668,-0.2138775","bedrooms":"4","price":"193000","area":"373"} , +{"type":"Feature","id":"n9161336951","geometry":{"type":"Point","coordinates":[-0.0207777,51.5261646]},"properties":{"@type":"node","@id":9161336951,"@timestamp":1635678814},"coords":"51.5261646,-0.0207777","bedrooms":"0","price":"253000","area":"371"} , +{"type":"Feature","id":"n9161582016","geometry":{"type":"Point","coordinates":[-0.1694082,51.6935137]},"properties":{"@type":"node","@id":9161582016,"@timestamp":1633824870},"coords":"51.6935137,-0.1694082","bedrooms":"2","price":"294000","area":"607"} , +{"type":"Feature","id":"n9161640122","geometry":{"type":"Point","coordinates":[-0.1766113,51.5152873]},"properties":{"@type":"node","@id":9161640122,"@timestamp":1633827670},"coords":"51.5152873,-0.1766113","bedrooms":"4","price":"245000","area":"493"} , +{"type":"Feature","id":"n9161783655","geometry":{"type":"Point","coordinates":[-0.2152747,51.4951252]},"properties":{"@type":"node","@id":9161783655,"@timestamp":1633841621},"coords":"51.4951252,-0.2152747","bedrooms":"0","price":"222000","area":"654"} , +{"type":"Feature","id":"n9161783665","geometry":{"type":"Point","coordinates":[-0.2150965,51.4955189]},"properties":{"@type":"node","@id":9161783665,"@timestamp":1633841621},"coords":"51.4955189,-0.2150965","bedrooms":"1","price":"154000","area":"602"} , +{"type":"Feature","id":"n9161783675","geometry":{"type":"Point","coordinates":[-0.214433,51.4955592]},"properties":{"@type":"node","@id":9161783675,"@timestamp":1633841621},"coords":"51.4955592,-0.214433","bedrooms":"3","price":"153000","area":"522"} , +{"type":"Feature","id":"n9161783685","geometry":{"type":"Point","coordinates":[-0.2143403,51.4957583]},"properties":{"@type":"node","@id":9161783685,"@timestamp":1633841621},"coords":"51.4957583,-0.2143403","bedrooms":"1","price":"274000","area":"412"} , +{"type":"Feature","id":"n9161917815","geometry":{"type":"Point","coordinates":[-0.2160324,51.4948412]},"properties":{"@type":"node","@id":9161917815,"@timestamp":1633848515},"coords":"51.4948412,-0.2160324","bedrooms":"0","price":"179000","area":"690"} , +{"type":"Feature","id":"n9162116357","geometry":{"type":"Point","coordinates":[-0.4813616,51.5481073]},"properties":{"@type":"node","@id":9162116357,"@timestamp":1633858928},"coords":"51.5481073,-0.4813616","bedrooms":"2","price":"197000","area":"575"} , +{"type":"Feature","id":"n9162197803","geometry":{"type":"Point","coordinates":[-0.2156065,51.4960507]},"properties":{"@type":"node","@id":9162197803,"@timestamp":1633862943},"coords":"51.4960507,-0.2156065","bedrooms":"1","price":"280000","area":"607"} , +{"type":"Feature","id":"n9162205390","geometry":{"type":"Point","coordinates":[-0.6654153,51.7945162]},"properties":{"@type":"node","@id":9162205390,"@timestamp":1633863638},"coords":"51.7945162,-0.6654153","bedrooms":"1","price":"273000","area":"550"} , +{"type":"Feature","id":"n9162356714","geometry":{"type":"Point","coordinates":[-0.2171151,51.496112]},"properties":{"@type":"node","@id":9162356714,"@timestamp":1633870010},"coords":"51.496112,-0.2171151","bedrooms":"1","price":"205000","area":"420"} , +{"type":"Feature","id":"n9162356724","geometry":{"type":"Point","coordinates":[-0.2165982,51.4964895]},"properties":{"@type":"node","@id":9162356724,"@timestamp":1633870010},"coords":"51.4964895,-0.2165982","bedrooms":"2","price":"240000","area":"687"} , +{"type":"Feature","id":"n9162407340","geometry":{"type":"Point","coordinates":[-0.5568414,51.3106708]},"properties":{"@type":"node","@id":9162407340,"@timestamp":1633872041},"coords":"51.3106708,-0.5568414","bedrooms":"4","price":"256000","area":"581"} , +{"type":"Feature","id":"n9162509212","geometry":{"type":"Point","coordinates":[0.0642389,51.9646498]},"properties":{"@type":"node","@id":9162509212,"@timestamp":1633875334},"coords":"51.9646498,0.0642389","bedrooms":"4","price":"241000","area":"543"} , +{"type":"Feature","id":"n9162526325","geometry":{"type":"Point","coordinates":[0.0465808,51.9539213]},"properties":{"@type":"node","@id":9162526325,"@timestamp":1633875334},"coords":"51.9539213,0.0465808","bedrooms":"0","price":"201000","area":"449"} , +{"type":"Feature","id":"n9162599735","geometry":{"type":"Point","coordinates":[-0.6597581,51.8030802]},"properties":{"@type":"node","@id":9162599735,"@timestamp":1633876709},"coords":"51.8030802,-0.6597581","bedrooms":"1","price":"167000","area":"398"} , +{"type":"Feature","id":"n9162599776","geometry":{"type":"Point","coordinates":[-0.6574249,51.8003273]},"properties":{"@type":"node","@id":9162599776,"@timestamp":1633876709},"coords":"51.8003273,-0.6574249","bedrooms":"0","price":"281000","area":"582"} , +{"type":"Feature","id":"n9162679180","geometry":{"type":"Point","coordinates":[0.0946813,51.4643943]},"properties":{"@type":"node","@id":9162679180,"@timestamp":1633878177},"coords":"51.4643943,0.0946813","bedrooms":"2","price":"234000","area":"699"} , +{"type":"Feature","id":"n9162730118","geometry":{"type":"Point","coordinates":[0.0430273,51.553773]},"properties":{"@type":"node","@id":9162730118,"@timestamp":1633880316},"coords":"51.553773,0.0430273","bedrooms":"1","price":"281000","area":"359"} , +{"type":"Feature","id":"n9162831173","geometry":{"type":"Point","coordinates":[-0.3003795,51.5316522]},"properties":{"@type":"node","@id":9162831173,"@timestamp":1633883856},"coords":"51.5316522,-0.3003795","bedrooms":"0","price":"226000","area":"502"} , +{"type":"Feature","id":"n9162841309","geometry":{"type":"Point","coordinates":[-0.2172429,51.4963802]},"properties":{"@type":"node","@id":9162841309,"@timestamp":1633884233},"coords":"51.4963802,-0.2172429","bedrooms":"0","price":"282000","area":"482"} , +{"type":"Feature","id":"n9162855912","geometry":{"type":"Point","coordinates":[-0.2187244,51.4960842]},"properties":{"@type":"node","@id":9162855912,"@timestamp":1633884233},"coords":"51.4960842,-0.2187244","bedrooms":"0","price":"282000","area":"438"} , +{"type":"Feature","id":"n9162855940","geometry":{"type":"Point","coordinates":[-0.2181257,51.4965093]},"properties":{"@type":"node","@id":9162855940,"@timestamp":1633884233},"coords":"51.4965093,-0.2181257","bedrooms":"3","price":"204000","area":"612"} , +{"type":"Feature","id":"n9163043942","geometry":{"type":"Point","coordinates":[-0.2228078,51.4969973]},"properties":{"@type":"node","@id":9163043942,"@timestamp":1633886312},"coords":"51.4969973,-0.2228078","bedrooms":"3","price":"285000","area":"462"} , +{"type":"Feature","id":"n9163064661","geometry":{"type":"Point","coordinates":[-0.1918811,51.1077516]},"properties":{"@type":"node","@id":9163064661,"@timestamp":1633887311},"coords":"51.1077516,-0.1918811","bedrooms":"3","price":"221000","area":"537"} , +{"type":"Feature","id":"n9163128434","geometry":{"type":"Point","coordinates":[-0.1746399,51.6908348]},"properties":{"@type":"node","@id":9163128434,"@timestamp":1633889700},"coords":"51.6908348,-0.1746399","bedrooms":"2","price":"224000","area":"628"} , +{"type":"Feature","id":"n9163148581","geometry":{"type":"Point","coordinates":[-0.2861056,51.9689319]},"properties":{"@type":"node","@id":9163148581,"@timestamp":1633890282},"coords":"51.9689319,-0.2861056","bedrooms":"4","price":"284000","area":"391"} , +{"type":"Feature","id":"n9163183447","geometry":{"type":"Point","coordinates":[-1.0517423,51.671691]},"properties":{"@type":"node","@id":9163183447,"@timestamp":1633891301},"coords":"51.671691,-1.0517423","bedrooms":"4","price":"160000","area":"569"} , +{"type":"Feature","id":"n9163280909","geometry":{"type":"Point","coordinates":[-0.0249637,51.5257223]},"properties":{"@type":"node","@id":9163280909,"@timestamp":1633895095},"coords":"51.5257223,-0.0249637","bedrooms":"3","price":"244000","area":"686"} , +{"type":"Feature","id":"n9163467707","geometry":{"type":"Point","coordinates":[-0.5761968,51.7592048]},"properties":{"@type":"node","@id":9163467707,"@timestamp":1633909055},"coords":"51.7592048,-0.5761968","bedrooms":"2","price":"280000","area":"397"} , +{"type":"Feature","id":"n9163539874","geometry":{"type":"Point","coordinates":[-0.6491871,51.8010549]},"properties":{"@type":"node","@id":9163539874,"@timestamp":1633904431},"coords":"51.8010549,-0.6491871","bedrooms":"4","price":"293000","area":"691"} , +{"type":"Feature","id":"n9163539898","geometry":{"type":"Point","coordinates":[-0.6486015,51.7975909]},"properties":{"@type":"node","@id":9163539898,"@timestamp":1633904431},"coords":"51.7975909,-0.6486015","bedrooms":"4","price":"222000","area":"488"} , +{"type":"Feature","id":"n9163540024","geometry":{"type":"Point","coordinates":[-0.6522356,51.7971416]},"properties":{"@type":"node","@id":9163540024,"@timestamp":1633904431},"coords":"51.7971416,-0.6522356","bedrooms":"2","price":"299000","area":"530"} , +{"type":"Feature","id":"n9163863710","geometry":{"type":"Point","coordinates":[-0.3715364,51.5500361]},"properties":{"@type":"node","@id":9163863710,"@timestamp":1633922596},"coords":"51.5500361,-0.3715364","bedrooms":"1","price":"254000","area":"567"} , +{"type":"Feature","id":"n9164534071","geometry":{"type":"Point","coordinates":[-0.1813225,51.2381504]},"properties":{"@type":"node","@id":9164534071,"@timestamp":1633946701},"coords":"51.2381504,-0.1813225","bedrooms":"3","price":"217000","area":"459"} , +{"type":"Feature","id":"n9164718621","geometry":{"type":"Point","coordinates":[0.2025916,51.4453745]},"properties":{"@type":"node","@id":9164718621,"@timestamp":1633951243},"coords":"51.4453745,0.2025916","bedrooms":"2","price":"288000","area":"663"} , +{"type":"Feature","id":"n9164816366","geometry":{"type":"Point","coordinates":[-0.0082185,51.527168]},"properties":{"@type":"node","@id":9164816366,"@timestamp":1633955918},"coords":"51.527168,-0.0082185","bedrooms":"0","price":"179000","area":"605"} , +{"type":"Feature","id":"n9164816398","geometry":{"type":"Point","coordinates":[-0.0109784,51.5264143]},"properties":{"@type":"node","@id":9164816398,"@timestamp":1633955918},"coords":"51.5264143,-0.0109784","bedrooms":"2","price":"266000","area":"415"} , +{"type":"Feature","id":"n9164820123","geometry":{"type":"Point","coordinates":[-0.0019736,51.5371527]},"properties":{"@type":"node","@id":9164820123,"@timestamp":1633954402},"coords":"51.5371527,-0.0019736","bedrooms":"4","price":"217000","area":"622"} , +{"type":"Feature","id":"n9164820162","geometry":{"type":"Point","coordinates":[-0.0066761,51.5286761]},"properties":{"@type":"node","@id":9164820162,"@timestamp":1633954402},"coords":"51.5286761,-0.0066761","bedrooms":"1","price":"271000","area":"583"} , +{"type":"Feature","id":"n9164906711","geometry":{"type":"Point","coordinates":[0.0053336,51.539705]},"properties":{"@type":"node","@id":9164906711,"@timestamp":1633957082},"coords":"51.539705,0.0053336","bedrooms":"4","price":"249000","area":"430"} , +{"type":"Feature","id":"n9164924535","geometry":{"type":"Point","coordinates":[-0.0148594,51.5252012]},"properties":{"@type":"node","@id":9164924535,"@timestamp":1633957135},"coords":"51.5252012,-0.0148594","bedrooms":"3","price":"167000","area":"567"} , +{"type":"Feature","id":"n9164924547","geometry":{"type":"Point","coordinates":[-0.0146968,51.5230327]},"properties":{"@type":"node","@id":9164924547,"@timestamp":1633957135},"coords":"51.5230327,-0.0146968","bedrooms":"4","price":"294000","area":"611"} , +{"type":"Feature","id":"n9164924574","geometry":{"type":"Point","coordinates":[-0.0206301,51.5261977]},"properties":{"@type":"node","@id":9164924574,"@timestamp":1633957135},"coords":"51.5261977,-0.0206301","bedrooms":"3","price":"161000","area":"661"} , +{"type":"Feature","id":"n9165172260","geometry":{"type":"Point","coordinates":[-0.5104087,51.4055483]},"properties":{"@type":"node","@id":9165172260,"@timestamp":1633964028},"coords":"51.4055483,-0.5104087","bedrooms":"4","price":"264000","area":"522"} , +{"type":"Feature","id":"n9165188850","geometry":{"type":"Point","coordinates":[0.0060135,51.539992]},"properties":{"@type":"node","@id":9165188850,"@timestamp":1633964074},"coords":"51.539992,0.0060135","bedrooms":"0","price":"178000","area":"475"} , +{"type":"Feature","id":"n9165189971","geometry":{"type":"Point","coordinates":[-0.6542771,51.4636094]},"properties":{"@type":"node","@id":9165189971,"@timestamp":1633964895},"coords":"51.4636094,-0.6542771","bedrooms":"2","price":"270000","area":"370"} , +{"type":"Feature","id":"n9165199578","geometry":{"type":"Point","coordinates":[0.438718,51.8574403]},"properties":{"@type":"node","@id":9165199578,"@timestamp":1633965607},"coords":"51.8574403,0.438718","bedrooms":"0","price":"262000","area":"594"} , +{"type":"Feature","id":"n9165252307","geometry":{"type":"Point","coordinates":[0.0036692,51.5422789]},"properties":{"@type":"node","@id":9165252307,"@timestamp":1633966909},"coords":"51.5422789,0.0036692","bedrooms":"1","price":"275000","area":"535"} , +{"type":"Feature","id":"n9165330161","geometry":{"type":"Point","coordinates":[0.0068244,51.5406044]},"properties":{"@type":"node","@id":9165330161,"@timestamp":1633968734},"coords":"51.5406044,0.0068244","bedrooms":"2","price":"152000","area":"453"} , +{"type":"Feature","id":"n9165330284","geometry":{"type":"Point","coordinates":[0.0068356,51.5397868]},"properties":{"@type":"node","@id":9165330284,"@timestamp":1633968734},"coords":"51.5397868,0.0068356","bedrooms":"2","price":"256000","area":"568"} , +{"type":"Feature","id":"n9165349283","geometry":{"type":"Point","coordinates":[-0.7446554,51.766498]},"properties":{"@type":"node","@id":9165349283,"@timestamp":1633969477},"coords":"51.766498,-0.7446554","bedrooms":"4","price":"230000","area":"428"} , +{"type":"Feature","id":"n9165434073","geometry":{"type":"Point","coordinates":[0.0013232,51.5407954]},"properties":{"@type":"node","@id":9165434073,"@timestamp":1633972043},"coords":"51.5407954,0.0013232","bedrooms":"3","price":"233000","area":"677"} , +{"type":"Feature","id":"n9165680384","geometry":{"type":"Point","coordinates":[-0.330027,51.4872163]},"properties":{"@type":"node","@id":9165680384,"@timestamp":1633978700},"coords":"51.4872163,-0.330027","bedrooms":"3","price":"159000","area":"428"} , +{"type":"Feature","id":"n9165680394","geometry":{"type":"Point","coordinates":[-0.3255897,51.4878224]},"properties":{"@type":"node","@id":9165680394,"@timestamp":1633978700},"coords":"51.4878224,-0.3255897","bedrooms":"3","price":"213000","area":"472"} , +{"type":"Feature","id":"n9165784336","geometry":{"type":"Point","coordinates":[-0.5761557,51.613426]},"properties":{"@type":"node","@id":9165784336,"@timestamp":1633981808},"coords":"51.613426,-0.5761557","bedrooms":"2","price":"216000","area":"358"} , +{"type":"Feature","id":"n9165784507","geometry":{"type":"Point","coordinates":[-0.5764003,51.6137291]},"properties":{"@type":"node","@id":9165784507,"@timestamp":1633981808},"coords":"51.6137291,-0.5764003","bedrooms":"3","price":"169000","area":"463"} , +{"type":"Feature","id":"n9165940774","geometry":{"type":"Point","coordinates":[-0.7320809,51.7666429]},"properties":{"@type":"node","@id":9165940774,"@timestamp":1633986994},"coords":"51.7666429,-0.7320809","bedrooms":"3","price":"291000","area":"688"} , +{"type":"Feature","id":"n9165940813","geometry":{"type":"Point","coordinates":[-0.7333409,51.7698505]},"properties":{"@type":"node","@id":9165940813,"@timestamp":1633986994},"coords":"51.7698505,-0.7333409","bedrooms":"0","price":"184000","area":"460"} , +{"type":"Feature","id":"n9166037091","geometry":{"type":"Point","coordinates":[-0.0447345,51.449701]},"properties":{"@type":"node","@id":9166037091,"@timestamp":1633995802},"coords":"51.449701,-0.0447345","bedrooms":"0","price":"200000","area":"646"} , +{"type":"Feature","id":"n9166096834","geometry":{"type":"Point","coordinates":[-0.7086476,51.7968264]},"properties":{"@type":"node","@id":9166096834,"@timestamp":1633993729},"coords":"51.7968264,-0.7086476","bedrooms":"4","price":"158000","area":"691"} , +{"type":"Feature","id":"n9166152663","geometry":{"type":"Point","coordinates":[-0.2158615,51.4943045]},"properties":{"@type":"node","@id":9166152663,"@timestamp":1633998327},"coords":"51.4943045,-0.2158615","bedrooms":"4","price":"293000","area":"582"} , +{"type":"Feature","id":"n9166177506","geometry":{"type":"Point","coordinates":[-0.0255784,51.5397585]},"properties":{"@type":"node","@id":9166177506,"@timestamp":1634007134},"coords":"51.5397585,-0.0255784","bedrooms":"1","price":"200000","area":"450"} , +{"type":"Feature","id":"n9166498659","geometry":{"type":"Point","coordinates":[0.0262383,51.906355]},"properties":{"@type":"node","@id":9166498659,"@timestamp":1634019308},"coords":"51.906355,0.0262383","bedrooms":"0","price":"175000","area":"590"} , +{"type":"Feature","id":"n9166498669","geometry":{"type":"Point","coordinates":[0.0309754,51.9087828]},"properties":{"@type":"node","@id":9166498669,"@timestamp":1634019308},"coords":"51.9087828,0.0309754","bedrooms":"4","price":"265000","area":"370"} , +{"type":"Feature","id":"n9166502068","geometry":{"type":"Point","coordinates":[0.0238784,51.907463]},"properties":{"@type":"node","@id":9166502068,"@timestamp":1634019493},"coords":"51.907463,0.0238784","bedrooms":"4","price":"231000","area":"624"} , +{"type":"Feature","id":"n9166811410","geometry":{"type":"Point","coordinates":[0.0470634,51.5515248]},"properties":{"@type":"node","@id":9166811410,"@timestamp":1634028715},"coords":"51.5515248,0.0470634","bedrooms":"4","price":"243000","area":"532"} , +{"type":"Feature","id":"n9166863163","geometry":{"type":"Point","coordinates":[0.08311,51.4611831]},"properties":{"@type":"node","@id":9166863163,"@timestamp":1634029160},"coords":"51.4611831,0.08311","bedrooms":"4","price":"288000","area":"355"} , +{"type":"Feature","id":"n9166924511","geometry":{"type":"Point","coordinates":[0.1093101,51.4463381]},"properties":{"@type":"node","@id":9166924511,"@timestamp":1634032449},"coords":"51.4463381,0.1093101","bedrooms":"4","price":"283000","area":"638"} , +{"type":"Feature","id":"n9166952983","geometry":{"type":"Point","coordinates":[0.3643139,51.4404941]},"properties":{"@type":"node","@id":9166952983,"@timestamp":1634031570},"coords":"51.4404941,0.3643139","bedrooms":"2","price":"175000","area":"403"} , +{"type":"Feature","id":"n9166957055","geometry":{"type":"Point","coordinates":[0.3635944,51.4403805]},"properties":{"@type":"node","@id":9166957055,"@timestamp":1634031570},"coords":"51.4403805,0.3635944","bedrooms":"3","price":"161000","area":"357"} , +{"type":"Feature","id":"n9166957125","geometry":{"type":"Point","coordinates":[0.3633713,51.4404134]},"properties":{"@type":"node","@id":9166957125,"@timestamp":1634031570},"coords":"51.4404134,0.3633713","bedrooms":"4","price":"268000","area":"372"} , +{"type":"Feature","id":"n9166957165","geometry":{"type":"Point","coordinates":[0.3623279,51.4401693]},"properties":{"@type":"node","@id":9166957165,"@timestamp":1634031570},"coords":"51.4401693,0.3623279","bedrooms":"3","price":"239000","area":"641"} , +{"type":"Feature","id":"n9166957226","geometry":{"type":"Point","coordinates":[0.3617265,51.4395854]},"properties":{"@type":"node","@id":9166957226,"@timestamp":1634031570},"coords":"51.4395854,0.3617265","bedrooms":"1","price":"153000","area":"451"} , +{"type":"Feature","id":"n9166957236","geometry":{"type":"Point","coordinates":[0.362725,51.4399451]},"properties":{"@type":"node","@id":9166957236,"@timestamp":1634031570},"coords":"51.4399451,0.362725","bedrooms":"1","price":"169000","area":"573"} , +{"type":"Feature","id":"n9166957246","geometry":{"type":"Point","coordinates":[0.3619037,51.4400533]},"properties":{"@type":"node","@id":9166957246,"@timestamp":1634031570},"coords":"51.4400533,0.3619037","bedrooms":"4","price":"188000","area":"393"} , +{"type":"Feature","id":"n9166957256","geometry":{"type":"Point","coordinates":[0.3610574,51.4399968]},"properties":{"@type":"node","@id":9166957256,"@timestamp":1634031570},"coords":"51.4399968,0.3610574","bedrooms":"2","price":"223000","area":"572"} , +{"type":"Feature","id":"n9166957266","geometry":{"type":"Point","coordinates":[0.3615462,51.4400615]},"properties":{"@type":"node","@id":9166957266,"@timestamp":1634031570},"coords":"51.4400615,0.3615462","bedrooms":"0","price":"168000","area":"658"} , +{"type":"Feature","id":"n9166993518","geometry":{"type":"Point","coordinates":[0.1071053,51.4460188]},"properties":{"@type":"node","@id":9166993518,"@timestamp":1634032449},"coords":"51.4460188,0.1071053","bedrooms":"2","price":"180000","area":"497"} , +{"type":"Feature","id":"n9166993528","geometry":{"type":"Point","coordinates":[0.1057265,51.4459153]},"properties":{"@type":"node","@id":9166993528,"@timestamp":1634032449},"coords":"51.4459153,0.1057265","bedrooms":"1","price":"280000","area":"600"} , +{"type":"Feature","id":"n9167112889","geometry":{"type":"Point","coordinates":[0.1032025,51.4632844]},"properties":{"@type":"node","@id":9167112889,"@timestamp":1634035917},"coords":"51.4632844,0.1032025","bedrooms":"4","price":"211000","area":"671"} , +{"type":"Feature","id":"n9167154586","geometry":{"type":"Point","coordinates":[0.3644768,51.4389312]},"properties":{"@type":"node","@id":9167154586,"@timestamp":1634036030},"coords":"51.4389312,0.3644768","bedrooms":"0","price":"231000","area":"669"} , +{"type":"Feature","id":"n9167154596","geometry":{"type":"Point","coordinates":[0.3649315,51.439203]},"properties":{"@type":"node","@id":9167154596,"@timestamp":1634036030},"coords":"51.439203,0.3649315","bedrooms":"0","price":"227000","area":"561"} , +{"type":"Feature","id":"n9167154705","geometry":{"type":"Point","coordinates":[0.3649803,51.4386676]},"properties":{"@type":"node","@id":9167154705,"@timestamp":1634036030},"coords":"51.4386676,0.3649803","bedrooms":"4","price":"164000","area":"515"} , +{"type":"Feature","id":"n9167154715","geometry":{"type":"Point","coordinates":[0.3650308,51.4384775]},"properties":{"@type":"node","@id":9167154715,"@timestamp":1634036030},"coords":"51.4384775,0.3650308","bedrooms":"1","price":"252000","area":"507"} , +{"type":"Feature","id":"n9167154808","geometry":{"type":"Point","coordinates":[0.3642768,51.438091]},"properties":{"@type":"node","@id":9167154808,"@timestamp":1634036030},"coords":"51.438091,0.3642768","bedrooms":"0","price":"208000","area":"614"} , +{"type":"Feature","id":"n9167290259","geometry":{"type":"Point","coordinates":[-0.6918896,51.7589929]},"properties":{"@type":"node","@id":9167290259,"@timestamp":1634039961},"coords":"51.7589929,-0.6918896","bedrooms":"2","price":"217000","area":"541"} , +{"type":"Feature","id":"n9167431312","geometry":{"type":"Point","coordinates":[0.0077341,51.5394164]},"properties":{"@type":"node","@id":9167431312,"@timestamp":1634043548},"coords":"51.5394164,0.0077341","bedrooms":"4","price":"185000","area":"688"} , +{"type":"Feature","id":"n9167622253","geometry":{"type":"Point","coordinates":[-0.0458712,51.5487708]},"properties":{"@type":"node","@id":9167622253,"@timestamp":1634050251},"coords":"51.5487708,-0.0458712","bedrooms":"1","price":"190000","area":"504"} , +{"type":"Feature","id":"n9167656064","geometry":{"type":"Point","coordinates":[-0.7837675,51.7735845]},"properties":{"@type":"node","@id":9167656064,"@timestamp":1634050906},"coords":"51.7735845,-0.7837675","bedrooms":"3","price":"156000","area":"585"} , +{"type":"Feature","id":"n9167656076","geometry":{"type":"Point","coordinates":[-0.7890992,51.7747833]},"properties":{"@type":"node","@id":9167656076,"@timestamp":1634050906},"coords":"51.7747833,-0.7890992","bedrooms":"2","price":"180000","area":"378"} , +{"type":"Feature","id":"n9167656112","geometry":{"type":"Point","coordinates":[-0.7848896,51.7969775]},"properties":{"@type":"node","@id":9167656112,"@timestamp":1634050906},"coords":"51.7969775,-0.7848896","bedrooms":"3","price":"196000","area":"403"} , +{"type":"Feature","id":"n9167688326","geometry":{"type":"Point","coordinates":[-0.9004821,51.1065529]},"properties":{"@type":"node","@id":9167688326,"@timestamp":1634052134},"coords":"51.1065529,-0.9004821","bedrooms":"4","price":"265000","area":"637"} , +{"type":"Feature","id":"n9167809447","geometry":{"type":"Point","coordinates":[-0.0698586,51.5160265]},"properties":{"@type":"node","@id":9167809447,"@timestamp":1636411469},"coords":"51.5160265,-0.0698586","bedrooms":"2","price":"232000","area":"389"} , +{"type":"Feature","id":"n9167838670","geometry":{"type":"Point","coordinates":[-0.0657637,51.5176539]},"properties":{"@type":"node","@id":9167838670,"@timestamp":1634057983},"coords":"51.5176539,-0.0657637","bedrooms":"4","price":"250000","area":"407"} , +{"type":"Feature","id":"n9167838697","geometry":{"type":"Point","coordinates":[-0.0638234,51.5183066]},"properties":{"@type":"node","@id":9167838697,"@timestamp":1634057983},"coords":"51.5183066,-0.0638234","bedrooms":"1","price":"272000","area":"350"} , +{"type":"Feature","id":"n9167885713","geometry":{"type":"Point","coordinates":[-0.0505422,51.5210583]},"properties":{"@type":"node","@id":9167885713,"@timestamp":1634060044},"coords":"51.5210583,-0.0505422","bedrooms":"0","price":"201000","area":"433"} , +{"type":"Feature","id":"n9167906861","geometry":{"type":"Point","coordinates":[-0.2172053,51.461021]},"properties":{"@type":"node","@id":9167906861,"@timestamp":1634060176},"coords":"51.461021,-0.2172053","bedrooms":"1","price":"183000","area":"374"} , +{"type":"Feature","id":"n9167908345","geometry":{"type":"Point","coordinates":[0.7105259,51.5341542]},"properties":{"@type":"node","@id":9167908345,"@timestamp":1634059838},"coords":"51.5341542,0.7105259","bedrooms":"0","price":"221000","area":"426"} , +{"type":"Feature","id":"n9167908355","geometry":{"type":"Point","coordinates":[0.7076439,51.5342946]},"properties":{"@type":"node","@id":9167908355,"@timestamp":1634059838},"coords":"51.5342946,0.7076439","bedrooms":"1","price":"294000","area":"695"} , +{"type":"Feature","id":"n9167916693","geometry":{"type":"Point","coordinates":[-0.2170834,51.4561132]},"properties":{"@type":"node","@id":9167916693,"@timestamp":1634060797},"coords":"51.4561132,-0.2170834","bedrooms":"3","price":"236000","area":"483"} , +{"type":"Feature","id":"n9167922627","geometry":{"type":"Point","coordinates":[-0.0485741,51.5214686]},"properties":{"@type":"node","@id":9167922627,"@timestamp":1634060044},"coords":"51.5214686,-0.0485741","bedrooms":"2","price":"240000","area":"622"} , +{"type":"Feature","id":"n9167922656","geometry":{"type":"Point","coordinates":[-0.0430899,51.5223716]},"properties":{"@type":"node","@id":9167922656,"@timestamp":1634060044},"coords":"51.5223716,-0.0430899","bedrooms":"3","price":"228000","area":"561"} , +{"type":"Feature","id":"n9168213697","geometry":{"type":"Point","coordinates":[-0.1237427,51.5156884]},"properties":{"@type":"node","@id":9168213697,"@timestamp":1634068029},"coords":"51.5156884,-0.1237427","bedrooms":"2","price":"247000","area":"623"} , +{"type":"Feature","id":"n9168249252","geometry":{"type":"Point","coordinates":[-0.1234526,51.5160048]},"properties":{"@type":"node","@id":9168249252,"@timestamp":1634068029},"coords":"51.5160048,-0.1234526","bedrooms":"4","price":"240000","area":"570"} , +{"type":"Feature","id":"n9168327615","geometry":{"type":"Point","coordinates":[-0.06536,51.5178768]},"properties":{"@type":"node","@id":9168327615,"@timestamp":1634071000},"coords":"51.5178768,-0.06536","bedrooms":"3","price":"210000","area":"691"} , +{"type":"Feature","id":"n9168469381","geometry":{"type":"Point","coordinates":[-0.1259428,51.5145194]},"properties":{"@type":"node","@id":9168469381,"@timestamp":1634078027},"coords":"51.5145194,-0.1259428","bedrooms":"0","price":"282000","area":"557"} , +{"type":"Feature","id":"n9168469391","geometry":{"type":"Point","coordinates":[-0.1263672,51.5148458]},"properties":{"@type":"node","@id":9168469391,"@timestamp":1634078027},"coords":"51.5148458,-0.1263672","bedrooms":"0","price":"262000","area":"597"} , +{"type":"Feature","id":"n9168469405","geometry":{"type":"Point","coordinates":[-0.1264881,51.5148865]},"properties":{"@type":"node","@id":9168469405,"@timestamp":1634078027},"coords":"51.5148865,-0.1264881","bedrooms":"4","price":"167000","area":"681"} , +{"type":"Feature","id":"n9168472023","geometry":{"type":"Point","coordinates":[-0.1263753,51.5149046]},"properties":{"@type":"node","@id":9168472023,"@timestamp":1634078027},"coords":"51.5149046,-0.1263753","bedrooms":"2","price":"198000","area":"608"} , +{"type":"Feature","id":"n9168472033","geometry":{"type":"Point","coordinates":[-0.1262244,51.5147185]},"properties":{"@type":"node","@id":9168472033,"@timestamp":1634078027},"coords":"51.5147185,-0.1262244","bedrooms":"3","price":"295000","area":"477"} , +{"type":"Feature","id":"n9168472051","geometry":{"type":"Point","coordinates":[-0.1260649,51.5147021]},"properties":{"@type":"node","@id":9168472051,"@timestamp":1634078027},"coords":"51.5147021,-0.1260649","bedrooms":"4","price":"275000","area":"556"} , +{"type":"Feature","id":"n9168472076","geometry":{"type":"Point","coordinates":[-0.1262352,51.5147022]},"properties":{"@type":"node","@id":9168472076,"@timestamp":1634078027},"coords":"51.5147022,-0.1262352","bedrooms":"3","price":"190000","area":"518"} , +{"type":"Feature","id":"n9168472094","geometry":{"type":"Point","coordinates":[-0.1255269,51.5141839]},"properties":{"@type":"node","@id":9168472094,"@timestamp":1634078027},"coords":"51.5141839,-0.1255269","bedrooms":"1","price":"178000","area":"541"} , +{"type":"Feature","id":"n9168472126","geometry":{"type":"Point","coordinates":[-0.1259136,51.5145019]},"properties":{"@type":"node","@id":9168472126,"@timestamp":1634078027},"coords":"51.5145019,-0.1259136","bedrooms":"2","price":"295000","area":"670"} , +{"type":"Feature","id":"n9168554830","geometry":{"type":"Point","coordinates":[0.0828849,51.9608682]},"properties":{"@type":"node","@id":9168554830,"@timestamp":1634083771},"coords":"51.9608682,0.0828849","bedrooms":"1","price":"200000","area":"646"} , +{"type":"Feature","id":"n9168608887","geometry":{"type":"Point","coordinates":[0.1944585,51.5651749]},"properties":{"@type":"node","@id":9168608887,"@timestamp":1634090402},"coords":"51.5651749,0.1944585","bedrooms":"2","price":"196000","area":"448"} , +{"type":"Feature","id":"n9168626405","geometry":{"type":"Point","coordinates":[0.1875978,51.5753158]},"properties":{"@type":"node","@id":9168626405,"@timestamp":1634095033},"coords":"51.5753158,0.1875978","bedrooms":"0","price":"237000","area":"380"} , +{"type":"Feature","id":"n9168680420","geometry":{"type":"Point","coordinates":[0.1873696,51.5752547]},"properties":{"@type":"node","@id":9168680420,"@timestamp":1634095033},"coords":"51.5752547,0.1873696","bedrooms":"1","price":"208000","area":"521"} , +{"type":"Feature","id":"n9168725294","geometry":{"type":"Point","coordinates":[0.1870002,51.5766306]},"properties":{"@type":"node","@id":9168725294,"@timestamp":1634098600},"coords":"51.5766306,0.1870002","bedrooms":"2","price":"258000","area":"486"} , +{"type":"Feature","id":"n9169147460","geometry":{"type":"Point","coordinates":[0.3651924,51.4385983]},"properties":{"@type":"node","@id":9169147460,"@timestamp":1634114505},"coords":"51.4385983,0.3651924","bedrooms":"1","price":"262000","area":"612"} , +{"type":"Feature","id":"n9169153188","geometry":{"type":"Point","coordinates":[0.3654421,51.4389033]},"properties":{"@type":"node","@id":9169153188,"@timestamp":1634114505},"coords":"51.4389033,0.3654421","bedrooms":"3","price":"280000","area":"544"} , +{"type":"Feature","id":"n9169153198","geometry":{"type":"Point","coordinates":[0.3655618,51.4393362]},"properties":{"@type":"node","@id":9169153198,"@timestamp":1634114505},"coords":"51.4393362,0.3655618","bedrooms":"4","price":"206000","area":"583"} , +{"type":"Feature","id":"n9169153208","geometry":{"type":"Point","coordinates":[0.365977,51.4396799]},"properties":{"@type":"node","@id":9169153208,"@timestamp":1634114505},"coords":"51.4396799,0.365977","bedrooms":"3","price":"209000","area":"494"} , +{"type":"Feature","id":"n9169153249","geometry":{"type":"Point","coordinates":[0.3658051,51.439436]},"properties":{"@type":"node","@id":9169153249,"@timestamp":1634114505},"coords":"51.439436,0.3658051","bedrooms":"4","price":"180000","area":"556"} , +{"type":"Feature","id":"n9169153307","geometry":{"type":"Point","coordinates":[0.36578,51.4390428]},"properties":{"@type":"node","@id":9169153307,"@timestamp":1634114505},"coords":"51.4390428,0.36578","bedrooms":"1","price":"274000","area":"353"} , +{"type":"Feature","id":"n9169153462","geometry":{"type":"Point","coordinates":[0.366283,51.4388549]},"properties":{"@type":"node","@id":9169153462,"@timestamp":1634114505},"coords":"51.4388549,0.366283","bedrooms":"0","price":"239000","area":"612"} , +{"type":"Feature","id":"n9169153474","geometry":{"type":"Point","coordinates":[0.3664132,51.439337]},"properties":{"@type":"node","@id":9169153474,"@timestamp":1634114505},"coords":"51.439337,0.3664132","bedrooms":"0","price":"268000","area":"631"} , +{"type":"Feature","id":"n9169278524","geometry":{"type":"Point","coordinates":[-0.0097255,51.5239248]},"properties":{"@type":"node","@id":9169278524,"@timestamp":1634118281},"coords":"51.5239248,-0.0097255","bedrooms":"4","price":"171000","area":"603"} , +{"type":"Feature","id":"n9169373581","geometry":{"type":"Point","coordinates":[-0.8358489,51.7853273]},"properties":{"@type":"node","@id":9169373581,"@timestamp":1634121425},"coords":"51.7853273,-0.8358489","bedrooms":"0","price":"283000","area":"379"} , +{"type":"Feature","id":"n9169376400","geometry":{"type":"Point","coordinates":[0.0078656,51.5412039]},"properties":{"@type":"node","@id":9169376400,"@timestamp":1634121891},"coords":"51.5412039,0.0078656","bedrooms":"2","price":"278000","area":"611"} , +{"type":"Feature","id":"n9169414108","geometry":{"type":"Point","coordinates":[0.0152386,51.4731137]},"properties":{"@type":"node","@id":9169414108,"@timestamp":1634127094},"coords":"51.4731137,0.0152386","bedrooms":"3","price":"264000","area":"353"} , +{"type":"Feature","id":"n9169436209","geometry":{"type":"Point","coordinates":[0.0080561,51.542033]},"properties":{"@type":"node","@id":9169436209,"@timestamp":1634136978},"coords":"51.542033,0.0080561","bedrooms":"1","price":"255000","area":"468"} , +{"type":"Feature","id":"n9169529341","geometry":{"type":"Point","coordinates":[0.2175645,51.5460484]},"properties":{"@type":"node","@id":9169529341,"@timestamp":1634126031},"coords":"51.5460484,0.2175645","bedrooms":"2","price":"242000","area":"459"} , +{"type":"Feature","id":"n9169543432","geometry":{"type":"Point","coordinates":[0.2186725,51.5467841]},"properties":{"@type":"node","@id":9169543432,"@timestamp":1634126031},"coords":"51.5467841,0.2186725","bedrooms":"2","price":"293000","area":"693"} , +{"type":"Feature","id":"n9169561382","geometry":{"type":"Point","coordinates":[0.3671344,51.4380974]},"properties":{"@type":"node","@id":9169561382,"@timestamp":1634126777},"coords":"51.4380974,0.3671344","bedrooms":"4","price":"260000","area":"504"} , +{"type":"Feature","id":"n9169574376","geometry":{"type":"Point","coordinates":[0.0161252,51.4737494]},"properties":{"@type":"node","@id":9169574376,"@timestamp":1634127094},"coords":"51.4737494,0.0161252","bedrooms":"2","price":"169000","area":"566"} , +{"type":"Feature","id":"n9169625717","geometry":{"type":"Point","coordinates":[-0.1795526,51.541595]},"properties":{"@type":"node","@id":9169625717,"@timestamp":1634128604},"coords":"51.541595,-0.1795526","bedrooms":"2","price":"297000","area":"459"} , +{"type":"Feature","id":"n9169673260","geometry":{"type":"Point","coordinates":[0.0198302,51.4739845]},"properties":{"@type":"node","@id":9169673260,"@timestamp":1634130207},"coords":"51.4739845,0.0198302","bedrooms":"4","price":"185000","area":"472"} , +{"type":"Feature","id":"n9169732402","geometry":{"type":"Point","coordinates":[-0.8142321,51.7949006]},"properties":{"@type":"node","@id":9169732402,"@timestamp":1634132352},"coords":"51.7949006,-0.8142321","bedrooms":"2","price":"202000","area":"643"} , +{"type":"Feature","id":"n9169760356","geometry":{"type":"Point","coordinates":[-0.8095503,51.7941789]},"properties":{"@type":"node","@id":9169760356,"@timestamp":1634133433},"coords":"51.7941789,-0.8095503","bedrooms":"3","price":"242000","area":"380"} , +{"type":"Feature","id":"n9169822450","geometry":{"type":"Point","coordinates":[0.0091121,51.5418862]},"properties":{"@type":"node","@id":9169822450,"@timestamp":1634136978},"coords":"51.5418862,0.0091121","bedrooms":"1","price":"273000","area":"664"} , +{"type":"Feature","id":"n9169822516","geometry":{"type":"Point","coordinates":[0.0085053,51.5414975]},"properties":{"@type":"node","@id":9169822516,"@timestamp":1634136978},"coords":"51.5414975,0.0085053","bedrooms":"1","price":"297000","area":"498"} , +{"type":"Feature","id":"n9170001865","geometry":{"type":"Point","coordinates":[0.3661242,51.438337]},"properties":{"@type":"node","@id":9170001865,"@timestamp":1634140704},"coords":"51.438337,0.3661242","bedrooms":"1","price":"280000","area":"594"} , +{"type":"Feature","id":"n9170007020","geometry":{"type":"Point","coordinates":[0.3661379,51.437974]},"properties":{"@type":"node","@id":9170007020,"@timestamp":1634140704},"coords":"51.437974,0.3661379","bedrooms":"4","price":"297000","area":"514"} , +{"type":"Feature","id":"n9170007050","geometry":{"type":"Point","coordinates":[0.3658722,51.4380959]},"properties":{"@type":"node","@id":9170007050,"@timestamp":1634140704},"coords":"51.4380959,0.3658722","bedrooms":"2","price":"235000","area":"640"} , +{"type":"Feature","id":"n9170007088","geometry":{"type":"Point","coordinates":[0.3661979,51.4371703]},"properties":{"@type":"node","@id":9170007088,"@timestamp":1634140704},"coords":"51.4371703,0.3661979","bedrooms":"1","price":"210000","area":"664"} , +{"type":"Feature","id":"n9170007165","geometry":{"type":"Point","coordinates":[0.3666723,51.4374135]},"properties":{"@type":"node","@id":9170007165,"@timestamp":1634140704},"coords":"51.4374135,0.3666723","bedrooms":"2","price":"158000","area":"424"} , +{"type":"Feature","id":"n9170007253","geometry":{"type":"Point","coordinates":[0.3663915,51.4377176]},"properties":{"@type":"node","@id":9170007253,"@timestamp":1634140704},"coords":"51.4377176,0.3663915","bedrooms":"3","price":"291000","area":"550"} , +{"type":"Feature","id":"n9170016811","geometry":{"type":"Point","coordinates":[0.6884606,51.2467474]},"properties":{"@type":"node","@id":9170016811,"@timestamp":1634141100},"coords":"51.2467474,0.6884606","bedrooms":"3","price":"298000","area":"642"} , +{"type":"Feature","id":"n9170042005","geometry":{"type":"Point","coordinates":[0.1832289,51.5751579]},"properties":{"@type":"node","@id":9170042005,"@timestamp":1634143141},"coords":"51.5751579,0.1832289","bedrooms":"1","price":"171000","area":"663"} , +{"type":"Feature","id":"n9170075255","geometry":{"type":"Point","coordinates":[0.3668097,51.4369761]},"properties":{"@type":"node","@id":9170075255,"@timestamp":1634143831},"coords":"51.4369761,0.3668097","bedrooms":"0","price":"239000","area":"451"} , +{"type":"Feature","id":"n9170411620","geometry":{"type":"Point","coordinates":[-0.4634072,51.7446816]},"properties":{"@type":"node","@id":9170411620,"@timestamp":1634154445},"coords":"51.7446816,-0.4634072","bedrooms":"0","price":"251000","area":"509"} , +{"type":"Feature","id":"n9170411634","geometry":{"type":"Point","coordinates":[-0.4649421,51.7436167]},"properties":{"@type":"node","@id":9170411634,"@timestamp":1634154445},"coords":"51.7436167,-0.4649421","bedrooms":"2","price":"295000","area":"565"} , +{"type":"Feature","id":"n9170411644","geometry":{"type":"Point","coordinates":[-0.4639403,51.7447124]},"properties":{"@type":"node","@id":9170411644,"@timestamp":1634154445},"coords":"51.7447124,-0.4639403","bedrooms":"2","price":"224000","area":"600"} , +{"type":"Feature","id":"n9170411654","geometry":{"type":"Point","coordinates":[-0.4662876,51.7431174]},"properties":{"@type":"node","@id":9170411654,"@timestamp":1634154445},"coords":"51.7431174,-0.4662876","bedrooms":"3","price":"241000","area":"508"} , +{"type":"Feature","id":"n9170411664","geometry":{"type":"Point","coordinates":[-0.4639918,51.7446728]},"properties":{"@type":"node","@id":9170411664,"@timestamp":1634154445},"coords":"51.7446728,-0.4639918","bedrooms":"0","price":"257000","area":"652"} , +{"type":"Feature","id":"n9170411674","geometry":{"type":"Point","coordinates":[-0.4663613,51.7426856]},"properties":{"@type":"node","@id":9170411674,"@timestamp":1634154445},"coords":"51.7426856,-0.4663613","bedrooms":"4","price":"173000","area":"518"} , +{"type":"Feature","id":"n9170426576","geometry":{"type":"Point","coordinates":[-0.4635802,51.742518]},"properties":{"@type":"node","@id":9170426576,"@timestamp":1634155284},"coords":"51.742518,-0.4635802","bedrooms":"2","price":"276000","area":"591"} , +{"type":"Feature","id":"n9170474343","geometry":{"type":"Point","coordinates":[0.5106577,51.5771929]},"properties":{"@type":"node","@id":9170474343,"@timestamp":1634156850},"coords":"51.5771929,0.5106577","bedrooms":"2","price":"297000","area":"482"} , +{"type":"Feature","id":"n9170474353","geometry":{"type":"Point","coordinates":[0.4960062,51.5716602]},"properties":{"@type":"node","@id":9170474353,"@timestamp":1634156850},"coords":"51.5716602,0.4960062","bedrooms":"2","price":"242000","area":"400"} , +{"type":"Feature","id":"n9170474363","geometry":{"type":"Point","coordinates":[0.4984403,51.5686551]},"properties":{"@type":"node","@id":9170474363,"@timestamp":1634156850},"coords":"51.5686551,0.4984403","bedrooms":"1","price":"242000","area":"628"} , +{"type":"Feature","id":"n9170474373","geometry":{"type":"Point","coordinates":[0.501329,51.5716868]},"properties":{"@type":"node","@id":9170474373,"@timestamp":1634156850},"coords":"51.5716868,0.501329","bedrooms":"3","price":"269000","area":"662"} , +{"type":"Feature","id":"n9170474383","geometry":{"type":"Point","coordinates":[0.5045021,51.5746858]},"properties":{"@type":"node","@id":9170474383,"@timestamp":1634156850},"coords":"51.5746858,0.5045021","bedrooms":"3","price":"228000","area":"531"} , +{"type":"Feature","id":"n9170474393","geometry":{"type":"Point","coordinates":[0.5105478,51.5736189]},"properties":{"@type":"node","@id":9170474393,"@timestamp":1634156850},"coords":"51.5736189,0.5105478","bedrooms":"4","price":"194000","area":"390"} , +{"type":"Feature","id":"n9170474403","geometry":{"type":"Point","coordinates":[0.508807,51.5680925]},"properties":{"@type":"node","@id":9170474403,"@timestamp":1634156850},"coords":"51.5680925,0.508807","bedrooms":"4","price":"198000","area":"414"} , +{"type":"Feature","id":"n9170474413","geometry":{"type":"Point","coordinates":[0.5112585,51.5709183]},"properties":{"@type":"node","@id":9170474413,"@timestamp":1634156850},"coords":"51.5709183,0.5112585","bedrooms":"0","price":"185000","area":"443"} , +{"type":"Feature","id":"n9170474623","geometry":{"type":"Point","coordinates":[0.5142626,51.573799]},"properties":{"@type":"node","@id":9170474623,"@timestamp":1634156850},"coords":"51.573799,0.5142626","bedrooms":"1","price":"266000","area":"546"} , +{"type":"Feature","id":"n9170474633","geometry":{"type":"Point","coordinates":[0.5123757,51.5681375]},"properties":{"@type":"node","@id":9170474633,"@timestamp":1634156850},"coords":"51.5681375,0.5123757","bedrooms":"4","price":"181000","area":"585"} , +{"type":"Feature","id":"n9170474643","geometry":{"type":"Point","coordinates":[0.5125098,51.5659517]},"properties":{"@type":"node","@id":9170474643,"@timestamp":1634156850},"coords":"51.5659517,0.5125098","bedrooms":"2","price":"298000","area":"519"} , +{"type":"Feature","id":"n9170474653","geometry":{"type":"Point","coordinates":[0.5145966,51.5678674]},"properties":{"@type":"node","@id":9170474653,"@timestamp":1634156850},"coords":"51.5678674,0.5145966","bedrooms":"3","price":"164000","area":"567"} , +{"type":"Feature","id":"n9170474663","geometry":{"type":"Point","coordinates":[0.5166391,51.5688994]},"properties":{"@type":"node","@id":9170474663,"@timestamp":1634156850},"coords":"51.5688994,0.5166391","bedrooms":"3","price":"225000","area":"628"} , +{"type":"Feature","id":"n9170474673","geometry":{"type":"Point","coordinates":[0.5138817,51.575991]},"properties":{"@type":"node","@id":9170474673,"@timestamp":1634156850},"coords":"51.575991,0.5138817","bedrooms":"1","price":"181000","area":"563"} , +{"type":"Feature","id":"n9170509796","geometry":{"type":"Point","coordinates":[0.5094373,51.5822466]},"properties":{"@type":"node","@id":9170509796,"@timestamp":1634158033},"coords":"51.5822466,0.5094373","bedrooms":"0","price":"220000","area":"422"} , +{"type":"Feature","id":"n9170509806","geometry":{"type":"Point","coordinates":[0.5051431,51.5834099]},"properties":{"@type":"node","@id":9170509806,"@timestamp":1634158033},"coords":"51.5834099,0.5051431","bedrooms":"4","price":"152000","area":"640"} , +{"type":"Feature","id":"n9170509816","geometry":{"type":"Point","coordinates":[0.5004224,51.5822916]},"properties":{"@type":"node","@id":9170509816,"@timestamp":1634158033},"coords":"51.5822916,0.5004224","bedrooms":"3","price":"184000","area":"668"} , +{"type":"Feature","id":"n9170509826","geometry":{"type":"Point","coordinates":[0.5105169,51.5796381]},"properties":{"@type":"node","@id":9170509826,"@timestamp":1634158033},"coords":"51.5796381,0.5105169","bedrooms":"0","price":"274000","area":"667"} , +{"type":"Feature","id":"n9170523601","geometry":{"type":"Point","coordinates":[-0.3410017,51.5263159]},"properties":{"@type":"node","@id":9170523601,"@timestamp":1634159752},"coords":"51.5263159,-0.3410017","bedrooms":"0","price":"228000","area":"401"} , +{"type":"Feature","id":"n9170562456","geometry":{"type":"Point","coordinates":[-0.1356659,51.5143771]},"properties":{"@type":"node","@id":9170562456,"@timestamp":1634160615},"coords":"51.5143771,-0.1356659","bedrooms":"0","price":"150000","area":"394"} , +{"type":"Feature","id":"n9170573240","geometry":{"type":"Point","coordinates":[-0.7918555,51.8276035]},"properties":{"@type":"node","@id":9170573240,"@timestamp":1634160760},"coords":"51.8276035,-0.7918555","bedrooms":"0","price":"290000","area":"478"} , +{"type":"Feature","id":"n9170588861","geometry":{"type":"Point","coordinates":[-0.7921456,51.8181468]},"properties":{"@type":"node","@id":9170588861,"@timestamp":1634161937},"coords":"51.8181468,-0.7921456","bedrooms":"2","price":"187000","area":"614"} , +{"type":"Feature","id":"n9170614167","geometry":{"type":"Point","coordinates":[-0.0522422,51.5208298]},"properties":{"@type":"node","@id":9170614167,"@timestamp":1634165076},"coords":"51.5208298,-0.0522422","bedrooms":"1","price":"241000","area":"459"} , +{"type":"Feature","id":"n9170645621","geometry":{"type":"Point","coordinates":[-0.0543915,51.520307]},"properties":{"@type":"node","@id":9170645621,"@timestamp":1634165076},"coords":"51.520307,-0.0543915","bedrooms":"2","price":"180000","area":"371"} , +{"type":"Feature","id":"n9170688308","geometry":{"type":"Point","coordinates":[-0.1622913,51.7041633]},"properties":{"@type":"node","@id":9170688308,"@timestamp":1634169654},"coords":"51.7041633,-0.1622913","bedrooms":"2","price":"278000","area":"492"} , +{"type":"Feature","id":"n9170688579","geometry":{"type":"Point","coordinates":[-0.1449168,51.7028965]},"properties":{"@type":"node","@id":9170688579,"@timestamp":1634169654},"coords":"51.7028965,-0.1449168","bedrooms":"0","price":"278000","area":"635"} , +{"type":"Feature","id":"n9170731938","geometry":{"type":"Point","coordinates":[-0.1764254,51.6965797]},"properties":{"@type":"node","@id":9170731938,"@timestamp":1634174559},"coords":"51.6965797,-0.1764254","bedrooms":"0","price":"280000","area":"557"} , +{"type":"Feature","id":"n9170878017","geometry":{"type":"Point","coordinates":[0.2101788,51.5908978]},"properties":{"@type":"node","@id":9170878017,"@timestamp":1634184855},"coords":"51.5908978,0.2101788","bedrooms":"2","price":"298000","area":"528"} , +{"type":"Feature","id":"n9171191009","geometry":{"type":"Point","coordinates":[-0.178379,51.4122629]},"properties":{"@type":"node","@id":9171191009,"@timestamp":1636413090},"coords":"51.4122629,-0.178379","bedrooms":"2","price":"298000","area":"516"} , +{"type":"Feature","id":"n9171501953","geometry":{"type":"Point","coordinates":[-0.1012555,51.4814286]},"properties":{"@type":"node","@id":9171501953,"@timestamp":1634206757},"coords":"51.4814286,-0.1012555","bedrooms":"2","price":"298000","area":"527"} , +{"type":"Feature","id":"n9171543297","geometry":{"type":"Point","coordinates":[-0.0975159,51.4831559]},"properties":{"@type":"node","@id":9171543297,"@timestamp":1634208293},"coords":"51.4831559,-0.0975159","bedrooms":"4","price":"295000","area":"646"} , +{"type":"Feature","id":"n9171637838","geometry":{"type":"Point","coordinates":[-0.0973171,51.4848253]},"properties":{"@type":"node","@id":9171637838,"@timestamp":1634211014},"coords":"51.4848253,-0.0973171","bedrooms":"0","price":"191000","area":"458"} , +{"type":"Feature","id":"n9171696395","geometry":{"type":"Point","coordinates":[-0.0954224,51.4847109]},"properties":{"@type":"node","@id":9171696395,"@timestamp":1634213136},"coords":"51.4847109,-0.0954224","bedrooms":"0","price":"241000","area":"464"} , +{"type":"Feature","id":"n9171734938","geometry":{"type":"Point","coordinates":[-0.1034175,51.4854129]},"properties":{"@type":"node","@id":9171734938,"@timestamp":1634214311},"coords":"51.4854129,-0.1034175","bedrooms":"1","price":"277000","area":"350"} , +{"type":"Feature","id":"n9171734995","geometry":{"type":"Point","coordinates":[-0.1025673,51.486579]},"properties":{"@type":"node","@id":9171734995,"@timestamp":1634214311},"coords":"51.486579,-0.1025673","bedrooms":"0","price":"185000","area":"369"} , +{"type":"Feature","id":"n9171833755","geometry":{"type":"Point","coordinates":[-0.8111816,51.8291528]},"properties":{"@type":"node","@id":9171833755,"@timestamp":1634217075},"coords":"51.8291528,-0.8111816","bedrooms":"2","price":"191000","area":"460"} , +{"type":"Feature","id":"n9171835548","geometry":{"type":"Point","coordinates":[-0.1003712,51.4891036]},"properties":{"@type":"node","@id":9171835548,"@timestamp":1634216627},"coords":"51.4891036,-0.1003712","bedrooms":"4","price":"241000","area":"593"} , +{"type":"Feature","id":"n9171854693","geometry":{"type":"Point","coordinates":[-0.108558,51.4888867]},"properties":{"@type":"node","@id":9171854693,"@timestamp":1634217630},"coords":"51.4888867,-0.108558","bedrooms":"4","price":"296000","area":"589"} , +{"type":"Feature","id":"n9172157541","geometry":{"type":"Point","coordinates":[-0.2167589,51.4949439]},"properties":{"@type":"node","@id":9172157541,"@timestamp":1634225215},"coords":"51.4949439,-0.2167589","bedrooms":"4","price":"201000","area":"605"} , +{"type":"Feature","id":"n9172157555","geometry":{"type":"Point","coordinates":[-0.217272,51.4950376]},"properties":{"@type":"node","@id":9172157555,"@timestamp":1634225215},"coords":"51.4950376,-0.217272","bedrooms":"1","price":"248000","area":"685"} , +{"type":"Feature","id":"n9172365417","geometry":{"type":"Point","coordinates":[-0.1292454,51.52675]},"properties":{"@type":"node","@id":9172365417,"@timestamp":1634231014},"coords":"51.52675,-0.1292454","bedrooms":"4","price":"271000","area":"546"} , +{"type":"Feature","id":"n9172646228","geometry":{"type":"Point","coordinates":[0.1747852,51.5768125]},"properties":{"@type":"node","@id":9172646228,"@timestamp":1634239375},"coords":"51.5768125,0.1747852","bedrooms":"4","price":"167000","area":"389"} , +{"type":"Feature","id":"n9173184916","geometry":{"type":"Point","coordinates":[-0.1270737,51.5148396]},"properties":{"@type":"node","@id":9173184916,"@timestamp":1634241453},"coords":"51.5148396,-0.1270737","bedrooms":"3","price":"233000","area":"681"} , +{"type":"Feature","id":"n9173438584","geometry":{"type":"Point","coordinates":[-0.1289669,51.5149407]},"properties":{"@type":"node","@id":9173438584,"@timestamp":1634252973},"coords":"51.5149407,-0.1289669","bedrooms":"1","price":"172000","area":"550"} , +{"type":"Feature","id":"n9173442349","geometry":{"type":"Point","coordinates":[-0.1286327,51.5142571]},"properties":{"@type":"node","@id":9173442349,"@timestamp":1634252973},"coords":"51.5142571,-0.1286327","bedrooms":"3","price":"169000","area":"556"} , +{"type":"Feature","id":"n9173454497","geometry":{"type":"Point","coordinates":[-0.0035878,51.543183]},"properties":{"@type":"node","@id":9173454497,"@timestamp":1634257004},"coords":"51.543183,-0.0035878","bedrooms":"4","price":"230000","area":"365"} , +{"type":"Feature","id":"n9173658477","geometry":{"type":"Point","coordinates":[-0.3140797,51.5116845]},"properties":{"@type":"node","@id":9173658477,"@timestamp":1634269791},"coords":"51.5116845,-0.3140797","bedrooms":"0","price":"299000","area":"590"} , +{"type":"Feature","id":"n9173921416","geometry":{"type":"Point","coordinates":[-0.2353763,51.5714468]},"properties":{"@type":"node","@id":9173921416,"@timestamp":1634284749},"coords":"51.5714468,-0.2353763","bedrooms":"1","price":"282000","area":"582"} , +{"type":"Feature","id":"n9174421906","geometry":{"type":"Point","coordinates":[-0.5619641,51.8367814]},"properties":{"@type":"node","@id":9174421906,"@timestamp":1634301438},"coords":"51.8367814,-0.5619641","bedrooms":"0","price":"282000","area":"686"} , +{"type":"Feature","id":"n9174438574","geometry":{"type":"Point","coordinates":[-0.5830007,51.8511955]},"properties":{"@type":"node","@id":9174438574,"@timestamp":1634301438},"coords":"51.8511955,-0.5830007","bedrooms":"0","price":"275000","area":"483"} , +{"type":"Feature","id":"n9174447874","geometry":{"type":"Point","coordinates":[0.3913725,51.4402952]},"properties":{"@type":"node","@id":9174447874,"@timestamp":1634301977},"coords":"51.4402952,0.3913725","bedrooms":"4","price":"200000","area":"426"} , +{"type":"Feature","id":"n9174447892","geometry":{"type":"Point","coordinates":[0.3914938,51.4404857]},"properties":{"@type":"node","@id":9174447892,"@timestamp":1634301977},"coords":"51.4404857,0.3914938","bedrooms":"4","price":"164000","area":"401"} , +{"type":"Feature","id":"n9174447914","geometry":{"type":"Point","coordinates":[0.3913008,51.4406106]},"properties":{"@type":"node","@id":9174447914,"@timestamp":1634301977},"coords":"51.4406106,0.3913008","bedrooms":"3","price":"222000","area":"496"} , +{"type":"Feature","id":"n9174470026","geometry":{"type":"Point","coordinates":[0.0215526,51.4741568]},"properties":{"@type":"node","@id":9174470026,"@timestamp":1634302782},"coords":"51.4741568,0.0215526","bedrooms":"1","price":"231000","area":"619"} , +{"type":"Feature","id":"n9174579849","geometry":{"type":"Point","coordinates":[-0.2198098,51.4942197]},"properties":{"@type":"node","@id":9174579849,"@timestamp":1634307280},"coords":"51.4942197,-0.2198098","bedrooms":"0","price":"293000","area":"626"} , +{"type":"Feature","id":"n9174579859","geometry":{"type":"Point","coordinates":[-0.2196525,51.4947889]},"properties":{"@type":"node","@id":9174579859,"@timestamp":1634307280},"coords":"51.4947889,-0.2196525","bedrooms":"3","price":"203000","area":"464"} , +{"type":"Feature","id":"n9174586421","geometry":{"type":"Point","coordinates":[-0.1292664,51.5266409]},"properties":{"@type":"node","@id":9174586421,"@timestamp":1634309238},"coords":"51.5266409,-0.1292664","bedrooms":"0","price":"259000","area":"552"} , +{"type":"Feature","id":"n9174596281","geometry":{"type":"Point","coordinates":[0.3644075,51.4396618]},"properties":{"@type":"node","@id":9174596281,"@timestamp":1634307458},"coords":"51.4396618,0.3644075","bedrooms":"4","price":"165000","area":"462"} , +{"type":"Feature","id":"n9174627739","geometry":{"type":"Point","coordinates":[-0.0484949,51.5242961]},"properties":{"@type":"node","@id":9174627739,"@timestamp":1634308375},"coords":"51.5242961,-0.0484949","bedrooms":"1","price":"253000","area":"501"} , +{"type":"Feature","id":"n9174630565","geometry":{"type":"Point","coordinates":[-0.1925532,51.5329343]},"properties":{"@type":"node","@id":9174630565,"@timestamp":1634309311},"coords":"51.5329343,-0.1925532","bedrooms":"3","price":"181000","area":"559"} , +{"type":"Feature","id":"n9174724392","geometry":{"type":"Point","coordinates":[-0.6378087,51.8367134]},"properties":{"@type":"node","@id":9174724392,"@timestamp":1634312246},"coords":"51.8367134,-0.6378087","bedrooms":"1","price":"227000","area":"387"} , +{"type":"Feature","id":"n9174724402","geometry":{"type":"Point","coordinates":[-0.6370527,51.8371717]},"properties":{"@type":"node","@id":9174724402,"@timestamp":1634312246},"coords":"51.8371717,-0.6370527","bedrooms":"3","price":"261000","area":"486"} , +{"type":"Feature","id":"n9174724415","geometry":{"type":"Point","coordinates":[-0.6402956,51.8332146]},"properties":{"@type":"node","@id":9174724415,"@timestamp":1634312246},"coords":"51.8332146,-0.6402956","bedrooms":"2","price":"292000","area":"572"} , +{"type":"Feature","id":"n9174754439","geometry":{"type":"Point","coordinates":[-0.643608,51.8320225]},"properties":{"@type":"node","@id":9174754439,"@timestamp":1634312246},"coords":"51.8320225,-0.643608","bedrooms":"2","price":"252000","area":"674"} , +{"type":"Feature","id":"n9174755758","geometry":{"type":"Point","coordinates":[0.5072501,51.2687907]},"properties":{"@type":"node","@id":9174755758,"@timestamp":1634312298},"coords":"51.2687907,0.5072501","bedrooms":"4","price":"173000","area":"366"} , +{"type":"Feature","id":"n9174755768","geometry":{"type":"Point","coordinates":[0.5076506,51.2689507]},"properties":{"@type":"node","@id":9174755768,"@timestamp":1634312298},"coords":"51.2689507,0.5076506","bedrooms":"2","price":"287000","area":"639"} , +{"type":"Feature","id":"n9174797328","geometry":{"type":"Point","coordinates":[-0.6629415,51.8206388]},"properties":{"@type":"node","@id":9174797328,"@timestamp":1634314151},"coords":"51.8206388,-0.6629415","bedrooms":"2","price":"231000","area":"378"} , +{"type":"Feature","id":"n9175013217","geometry":{"type":"Point","coordinates":[-0.0767755,51.5444917]},"properties":{"@type":"node","@id":9175013217,"@timestamp":1634318878},"coords":"51.5444917,-0.0767755","bedrooms":"2","price":"286000","area":"676"} , +{"type":"Feature","id":"n9175276697","geometry":{"type":"Point","coordinates":[0.1919155,51.6992126]},"properties":{"@type":"node","@id":9175276697,"@timestamp":1634327629},"coords":"51.6992126,0.1919155","bedrooms":"0","price":"220000","area":"370"} , +{"type":"Feature","id":"n9175312995","geometry":{"type":"Point","coordinates":[-0.3833059,51.1360437]},"properties":{"@type":"node","@id":9175312995,"@timestamp":1634329323},"coords":"51.1360437,-0.3833059","bedrooms":"4","price":"257000","area":"512"} , +{"type":"Feature","id":"n9175313005","geometry":{"type":"Point","coordinates":[-0.3837708,51.135285]},"properties":{"@type":"node","@id":9175313005,"@timestamp":1634329323},"coords":"51.135285,-0.3837708","bedrooms":"2","price":"201000","area":"649"} , +{"type":"Feature","id":"n9175313015","geometry":{"type":"Point","coordinates":[-0.3826108,51.1366174]},"properties":{"@type":"node","@id":9175313015,"@timestamp":1634329323},"coords":"51.1366174,-0.3826108","bedrooms":"4","price":"161000","area":"355"} , +{"type":"Feature","id":"n9175346018","geometry":{"type":"Point","coordinates":[-0.383259,51.1373074]},"properties":{"@type":"node","@id":9175346018,"@timestamp":1634329323},"coords":"51.1373074,-0.383259","bedrooms":"4","price":"298000","area":"365"} , +{"type":"Feature","id":"n9175428319","geometry":{"type":"Point","coordinates":[-0.7720189,51.289118]},"properties":{"@type":"node","@id":9175428319,"@timestamp":1634331994},"coords":"51.289118,-0.7720189","bedrooms":"3","price":"244000","area":"356"} , +{"type":"Feature","id":"n9175508335","geometry":{"type":"Point","coordinates":[0.140601,51.4735904]},"properties":{"@type":"node","@id":9175508335,"@timestamp":1634335873},"coords":"51.4735904,0.140601","bedrooms":"3","price":"286000","area":"631"} , +{"type":"Feature","id":"n9175508347","geometry":{"type":"Point","coordinates":[0.1475105,51.4746771]},"properties":{"@type":"node","@id":9175508347,"@timestamp":1634335873},"coords":"51.4746771,0.1475105","bedrooms":"3","price":"195000","area":"556"} , +{"type":"Feature","id":"n9175508357","geometry":{"type":"Point","coordinates":[0.1633614,51.4714512]},"properties":{"@type":"node","@id":9175508357,"@timestamp":1634335873},"coords":"51.4714512,0.1633614","bedrooms":"1","price":"161000","area":"693"} , +{"type":"Feature","id":"n9175508367","geometry":{"type":"Point","coordinates":[0.1738387,51.4709041]},"properties":{"@type":"node","@id":9175508367,"@timestamp":1634335873},"coords":"51.4709041,0.1738387","bedrooms":"4","price":"156000","area":"376"} , +{"type":"Feature","id":"n9175508389","geometry":{"type":"Point","coordinates":[0.1692277,51.4731943]},"properties":{"@type":"node","@id":9175508389,"@timestamp":1634335873},"coords":"51.4731943,0.1692277","bedrooms":"2","price":"287000","area":"497"} , +{"type":"Feature","id":"n9175524792","geometry":{"type":"Point","coordinates":[-0.2365336,51.6984035]},"properties":{"@type":"node","@id":9175524792,"@timestamp":1634337154},"coords":"51.6984035,-0.2365336","bedrooms":"1","price":"162000","area":"671"} , +{"type":"Feature","id":"n9175574700","geometry":{"type":"Point","coordinates":[-0.1298806,51.5144882]},"properties":{"@type":"node","@id":9175574700,"@timestamp":1634340924},"coords":"51.5144882,-0.1298806","bedrooms":"2","price":"255000","area":"581"} , +{"type":"Feature","id":"n9175677575","geometry":{"type":"Point","coordinates":[-0.1294129,51.5135974]},"properties":{"@type":"node","@id":9175677575,"@timestamp":1634348931},"coords":"51.5135974,-0.1294129","bedrooms":"1","price":"217000","area":"548"} , +{"type":"Feature","id":"n9175796752","geometry":{"type":"Point","coordinates":[-0.0264153,51.4749822]},"properties":{"@type":"node","@id":9175796752,"@timestamp":1634353738},"coords":"51.4749822,-0.0264153","bedrooms":"3","price":"265000","area":"640"} , +{"type":"Feature","id":"n9175934095","geometry":{"type":"Point","coordinates":[-0.2173982,51.4934581]},"properties":{"@type":"node","@id":9175934095,"@timestamp":1634365747},"coords":"51.4934581,-0.2173982","bedrooms":"2","price":"179000","area":"571"} , +{"type":"Feature","id":"n9175934105","geometry":{"type":"Point","coordinates":[-0.2183325,51.4934177]},"properties":{"@type":"node","@id":9175934105,"@timestamp":1634365747},"coords":"51.4934177,-0.2183325","bedrooms":"2","price":"193000","area":"523"} , +{"type":"Feature","id":"n9175934115","geometry":{"type":"Point","coordinates":[-0.2192541,51.4933779]},"properties":{"@type":"node","@id":9175934115,"@timestamp":1634365747},"coords":"51.4933779,-0.2192541","bedrooms":"2","price":"246000","area":"651"} , +{"type":"Feature","id":"n9176131218","geometry":{"type":"Point","coordinates":[-0.2096052,51.5029526]},"properties":{"@type":"node","@id":9176131218,"@timestamp":1634376911},"coords":"51.5029526,-0.2096052","bedrooms":"2","price":"291000","area":"613"} , +{"type":"Feature","id":"n9176182015","geometry":{"type":"Point","coordinates":[-0.1063216,51.5459383]},"properties":{"@type":"node","@id":9176182015,"@timestamp":1634381939},"coords":"51.5459383,-0.1063216","bedrooms":"0","price":"252000","area":"447"} , +{"type":"Feature","id":"n9176248009","geometry":{"type":"Point","coordinates":[-0.1302223,51.5127424]},"properties":{"@type":"node","@id":9176248009,"@timestamp":1634382660},"coords":"51.5127424,-0.1302223","bedrooms":"2","price":"172000","area":"452"} , +{"type":"Feature","id":"n9176322584","geometry":{"type":"Point","coordinates":[-1.0488292,51.4535845]},"properties":{"@type":"node","@id":9176322584,"@timestamp":1634386476},"coords":"51.4535845,-1.0488292","bedrooms":"1","price":"235000","area":"373"} , +{"type":"Feature","id":"n9176370269","geometry":{"type":"Point","coordinates":[-1.058816,51.4522957]},"properties":{"@type":"node","@id":9176370269,"@timestamp":1634388805},"coords":"51.4522957,-1.058816","bedrooms":"4","price":"205000","area":"471"} , +{"type":"Feature","id":"n9176387224","geometry":{"type":"Point","coordinates":[-1.0592885,51.4497928]},"properties":{"@type":"node","@id":9176387224,"@timestamp":1634389137},"coords":"51.4497928,-1.0592885","bedrooms":"3","price":"156000","area":"352"} , +{"type":"Feature","id":"n9176400305","geometry":{"type":"Point","coordinates":[-0.1295993,51.5122779]},"properties":{"@type":"node","@id":9176400305,"@timestamp":1634389781},"coords":"51.5122779,-0.1295993","bedrooms":"0","price":"204000","area":"602"} , +{"type":"Feature","id":"n9176403519","geometry":{"type":"Point","coordinates":[-0.1298722,51.5121988]},"properties":{"@type":"node","@id":9176403519,"@timestamp":1634389781},"coords":"51.5121988,-0.1298722","bedrooms":"3","price":"196000","area":"591"} , +{"type":"Feature","id":"n9176403557","geometry":{"type":"Point","coordinates":[-0.1302312,51.5122684]},"properties":{"@type":"node","@id":9176403557,"@timestamp":1634389781},"coords":"51.5122684,-0.1302312","bedrooms":"3","price":"184000","area":"520"} , +{"type":"Feature","id":"n9176421269","geometry":{"type":"Point","coordinates":[-1.0635774,51.4412254]},"properties":{"@type":"node","@id":9176421269,"@timestamp":1634391004},"coords":"51.4412254,-1.0635774","bedrooms":"4","price":"152000","area":"625"} , +{"type":"Feature","id":"n9176450350","geometry":{"type":"Point","coordinates":[0.8901672,51.8771633]},"properties":{"@type":"node","@id":9176450350,"@timestamp":1634392607},"coords":"51.8771633,0.8901672","bedrooms":"0","price":"150000","area":"512"} , +{"type":"Feature","id":"n9176589235","geometry":{"type":"Point","coordinates":[-0.129142,51.511925]},"properties":{"@type":"node","@id":9176589235,"@timestamp":1634397638},"coords":"51.511925,-0.129142","bedrooms":"4","price":"196000","area":"391"} , +{"type":"Feature","id":"n9176637236","geometry":{"type":"Point","coordinates":[-0.2204438,51.4935671]},"properties":{"@type":"node","@id":9176637236,"@timestamp":1634398982},"coords":"51.4935671,-0.2204438","bedrooms":"3","price":"189000","area":"390"} , +{"type":"Feature","id":"n9176637302","geometry":{"type":"Point","coordinates":[-0.2210316,51.4939667]},"properties":{"@type":"node","@id":9176637302,"@timestamp":1634400517},"coords":"51.4939667,-0.2210316","bedrooms":"0","price":"188000","area":"463"} , +{"type":"Feature","id":"n9176637361","geometry":{"type":"Point","coordinates":[-0.2202382,51.4936843]},"properties":{"@type":"node","@id":9176637361,"@timestamp":1634398982},"coords":"51.4936843,-0.2202382","bedrooms":"2","price":"166000","area":"482"} , +{"type":"Feature","id":"n9176637396","geometry":{"type":"Point","coordinates":[-0.2201423,51.49433]},"properties":{"@type":"node","@id":9176637396,"@timestamp":1634398982},"coords":"51.49433,-0.2201423","bedrooms":"3","price":"275000","area":"491"} , +{"type":"Feature","id":"n9176676181","geometry":{"type":"Point","coordinates":[-0.2210451,51.4934273]},"properties":{"@type":"node","@id":9176676181,"@timestamp":1634400517},"coords":"51.4934273,-0.2210451","bedrooms":"3","price":"150000","area":"571"} , +{"type":"Feature","id":"n9176777269","geometry":{"type":"Point","coordinates":[-0.8109395,51.8039369]},"properties":{"@type":"node","@id":9176777269,"@timestamp":1634405118},"coords":"51.8039369,-0.8109395","bedrooms":"1","price":"181000","area":"366"} , +{"type":"Feature","id":"n9176777289","geometry":{"type":"Point","coordinates":[-0.8192788,51.8055891]},"properties":{"@type":"node","@id":9176777289,"@timestamp":1634405118},"coords":"51.8055891,-0.8192788","bedrooms":"2","price":"188000","area":"366"} , +{"type":"Feature","id":"n9176856179","geometry":{"type":"Point","coordinates":[0.0842482,51.4446375]},"properties":{"@type":"node","@id":9176856179,"@timestamp":1634408889},"coords":"51.4446375,0.0842482","bedrooms":"2","price":"293000","area":"635"} , +{"type":"Feature","id":"n9176885954","geometry":{"type":"Point","coordinates":[-0.193775,51.8189346]},"properties":{"@type":"node","@id":9176885954,"@timestamp":1634409816},"coords":"51.8189346,-0.193775","bedrooms":"3","price":"231000","area":"478"} , +{"type":"Feature","id":"n9176889612","geometry":{"type":"Point","coordinates":[-0.1303098,51.5121825]},"properties":{"@type":"node","@id":9176889612,"@timestamp":1634409978},"coords":"51.5121825,-0.1303098","bedrooms":"1","price":"255000","area":"634"} , +{"type":"Feature","id":"n9177097694","geometry":{"type":"Point","coordinates":[-1.0301116,51.4487942]},"properties":{"@type":"node","@id":9177097694,"@timestamp":1634419895},"coords":"51.4487942,-1.0301116","bedrooms":"2","price":"243000","area":"441"} , +{"type":"Feature","id":"n9177122226","geometry":{"type":"Point","coordinates":[-1.0444453,51.4530198]},"properties":{"@type":"node","@id":9177122226,"@timestamp":1634419895},"coords":"51.4530198,-1.0444453","bedrooms":"1","price":"272000","area":"555"} , +{"type":"Feature","id":"n9177122263","geometry":{"type":"Point","coordinates":[-1.0477816,51.4568085]},"properties":{"@type":"node","@id":9177122263,"@timestamp":1634419895},"coords":"51.4568085,-1.0477816","bedrooms":"2","price":"197000","area":"609"} , +{"type":"Feature","id":"n9177699123","geometry":{"type":"Point","coordinates":[0.0856149,51.4437111]},"properties":{"@type":"node","@id":9177699123,"@timestamp":1634459703},"coords":"51.4437111,0.0856149","bedrooms":"1","price":"209000","area":"582"} , +{"type":"Feature","id":"n9178004181","geometry":{"type":"Point","coordinates":[-0.8097153,51.8014051]},"properties":{"@type":"node","@id":9178004181,"@timestamp":1634476366},"coords":"51.8014051,-0.8097153","bedrooms":"4","price":"283000","area":"362"} , +{"type":"Feature","id":"n9178004199","geometry":{"type":"Point","coordinates":[-0.8058235,51.800528]},"properties":{"@type":"node","@id":9178004199,"@timestamp":1634476366},"coords":"51.800528,-0.8058235","bedrooms":"4","price":"244000","area":"470"} , +{"type":"Feature","id":"n9178004214","geometry":{"type":"Point","coordinates":[-0.8057323,51.8002468]},"properties":{"@type":"node","@id":9178004214,"@timestamp":1634476366},"coords":"51.8002468,-0.8057323","bedrooms":"4","price":"272000","area":"616"} , +{"type":"Feature","id":"n9178011614","geometry":{"type":"Point","coordinates":[-0.8095489,51.8049802]},"properties":{"@type":"node","@id":9178011614,"@timestamp":1634473848},"coords":"51.8049802,-0.8095489","bedrooms":"2","price":"162000","area":"397"} , +{"type":"Feature","id":"n9178039169","geometry":{"type":"Point","coordinates":[-0.2159687,51.8300127]},"properties":{"@type":"node","@id":9178039169,"@timestamp":1634475257},"coords":"51.8300127,-0.2159687","bedrooms":"4","price":"218000","area":"586"} , +{"type":"Feature","id":"n9178042295","geometry":{"type":"Point","coordinates":[-0.0718027,51.9579983]},"properties":{"@type":"node","@id":9178042295,"@timestamp":1634476893},"coords":"51.9579983,-0.0718027","bedrooms":"1","price":"248000","area":"623"} , +{"type":"Feature","id":"n9178067024","geometry":{"type":"Point","coordinates":[-0.8063028,51.7996345]},"properties":{"@type":"node","@id":9178067024,"@timestamp":1634476366},"coords":"51.7996345,-0.8063028","bedrooms":"2","price":"244000","area":"409"} , +{"type":"Feature","id":"n9178067034","geometry":{"type":"Point","coordinates":[-0.8047393,51.8001775]},"properties":{"@type":"node","@id":9178067034,"@timestamp":1634476366},"coords":"51.8001775,-0.8047393","bedrooms":"2","price":"278000","area":"503"} , +{"type":"Feature","id":"n9178067044","geometry":{"type":"Point","coordinates":[-0.8044915,51.8005968]},"properties":{"@type":"node","@id":9178067044,"@timestamp":1634476366},"coords":"51.8005968,-0.8044915","bedrooms":"4","price":"247000","area":"548"} , +{"type":"Feature","id":"n9178067054","geometry":{"type":"Point","coordinates":[-0.8038705,51.8005709]},"properties":{"@type":"node","@id":9178067054,"@timestamp":1634476366},"coords":"51.8005709,-0.8038705","bedrooms":"1","price":"195000","area":"457"} , +{"type":"Feature","id":"n9178067064","geometry":{"type":"Point","coordinates":[-0.8037086,51.8010826]},"properties":{"@type":"node","@id":9178067064,"@timestamp":1634476366},"coords":"51.8010826,-0.8037086","bedrooms":"3","price":"251000","area":"603"} , +{"type":"Feature","id":"n9178067074","geometry":{"type":"Point","coordinates":[-0.8048247,51.8008192]},"properties":{"@type":"node","@id":9178067074,"@timestamp":1634476366},"coords":"51.8008192,-0.8048247","bedrooms":"0","price":"237000","area":"442"} , +{"type":"Feature","id":"n9178067084","geometry":{"type":"Point","coordinates":[-0.8053522,51.8003364]},"properties":{"@type":"node","@id":9178067084,"@timestamp":1634476366},"coords":"51.8003364,-0.8053522","bedrooms":"1","price":"203000","area":"409"} , +{"type":"Feature","id":"n9178067094","geometry":{"type":"Point","coordinates":[-0.8036573,51.8014968]},"properties":{"@type":"node","@id":9178067094,"@timestamp":1634476366},"coords":"51.8014968,-0.8036573","bedrooms":"0","price":"276000","area":"579"} , +{"type":"Feature","id":"n9178067104","geometry":{"type":"Point","coordinates":[-0.8030071,51.8007061]},"properties":{"@type":"node","@id":9178067104,"@timestamp":1634476366},"coords":"51.8007061,-0.8030071","bedrooms":"2","price":"235000","area":"353"} , +{"type":"Feature","id":"n9178067114","geometry":{"type":"Point","coordinates":[-0.801937,51.8010857]},"properties":{"@type":"node","@id":9178067114,"@timestamp":1634476366},"coords":"51.8010857,-0.801937","bedrooms":"4","price":"254000","area":"649"} , +{"type":"Feature","id":"n9178067124","geometry":{"type":"Point","coordinates":[-0.8054512,51.8010076]},"properties":{"@type":"node","@id":9178067124,"@timestamp":1634476366},"coords":"51.8010076,-0.8054512","bedrooms":"0","price":"212000","area":"500"} , +{"type":"Feature","id":"n9178070094","geometry":{"type":"Point","coordinates":[-0.1311616,51.5119143]},"properties":{"@type":"node","@id":9178070094,"@timestamp":1634476829},"coords":"51.5119143,-0.1311616","bedrooms":"0","price":"291000","area":"393"} , +{"type":"Feature","id":"n9178075326","geometry":{"type":"Point","coordinates":[-0.1309048,51.5119107]},"properties":{"@type":"node","@id":9178075326,"@timestamp":1634476829},"coords":"51.5119107,-0.1309048","bedrooms":"0","price":"206000","area":"547"} , +{"type":"Feature","id":"n9178075409","geometry":{"type":"Point","coordinates":[-0.1303127,51.5120078]},"properties":{"@type":"node","@id":9178075409,"@timestamp":1634476829},"coords":"51.5120078,-0.1303127","bedrooms":"2","price":"179000","area":"450"} , +{"type":"Feature","id":"n9178095364","geometry":{"type":"Point","coordinates":[-0.8002443,51.8046868]},"properties":{"@type":"node","@id":9178095364,"@timestamp":1634478287},"coords":"51.8046868,-0.8002443","bedrooms":"2","price":"202000","area":"686"} , +{"type":"Feature","id":"n9178095394","geometry":{"type":"Point","coordinates":[-0.8024984,51.8069242]},"properties":{"@type":"node","@id":9178095394,"@timestamp":1634478287},"coords":"51.8069242,-0.8024984","bedrooms":"3","price":"209000","area":"540"} , +{"type":"Feature","id":"n9178095412","geometry":{"type":"Point","coordinates":[-0.8044414,51.8080788]},"properties":{"@type":"node","@id":9178095412,"@timestamp":1634478287},"coords":"51.8080788,-0.8044414","bedrooms":"2","price":"219000","area":"681"} , +{"type":"Feature","id":"n9178111383","geometry":{"type":"Point","coordinates":[-0.4221746,51.3557617]},"properties":{"@type":"node","@id":9178111383,"@timestamp":1634478776},"coords":"51.3557617,-0.4221746","bedrooms":"3","price":"270000","area":"501"} , +{"type":"Feature","id":"n9178111393","geometry":{"type":"Point","coordinates":[-0.3995499,51.3645719]},"properties":{"@type":"node","@id":9178111393,"@timestamp":1634478776},"coords":"51.3645719,-0.3995499","bedrooms":"3","price":"167000","area":"384"} , +{"type":"Feature","id":"n9178250133","geometry":{"type":"Point","coordinates":[-0.1963026,51.7041485]},"properties":{"@type":"node","@id":9178250133,"@timestamp":1634484242},"coords":"51.7041485,-0.1963026","bedrooms":"3","price":"225000","area":"499"} , +{"type":"Feature","id":"n9178271691","geometry":{"type":"Point","coordinates":[-0.2194867,51.4932982]},"properties":{"@type":"node","@id":9178271691,"@timestamp":1634485862},"coords":"51.4932982,-0.2194867","bedrooms":"0","price":"273000","area":"350"} , +{"type":"Feature","id":"n9178417941","geometry":{"type":"Point","coordinates":[-0.1794173,51.2289467]},"properties":{"@type":"node","@id":9178417941,"@timestamp":1634491456},"coords":"51.2289467,-0.1794173","bedrooms":"0","price":"177000","area":"393"} , +{"type":"Feature","id":"n9178476786","geometry":{"type":"Point","coordinates":[0.0838263,51.4457337]},"properties":{"@type":"node","@id":9178476786,"@timestamp":1634494731},"coords":"51.4457337,0.0838263","bedrooms":"3","price":"173000","area":"421"} , +{"type":"Feature","id":"n9178748081","geometry":{"type":"Point","coordinates":[-1.0206374,51.3863628]},"properties":{"@type":"node","@id":9178748081,"@timestamp":1634501454},"coords":"51.3863628,-1.0206374","bedrooms":"1","price":"177000","area":"571"} , +{"type":"Feature","id":"n9178763186","geometry":{"type":"Point","coordinates":[-0.7904235,51.8150666]},"properties":{"@type":"node","@id":9178763186,"@timestamp":1634501874},"coords":"51.8150666,-0.7904235","bedrooms":"3","price":"228000","area":"622"} , +{"type":"Feature","id":"n9178777824","geometry":{"type":"Point","coordinates":[-0.8076067,51.8139684]},"properties":{"@type":"node","@id":9178777824,"@timestamp":1634501874},"coords":"51.8139684,-0.8076067","bedrooms":"1","price":"233000","area":"566"} , +{"type":"Feature","id":"n9178777853","geometry":{"type":"Point","coordinates":[-0.7933705,51.8126792]},"properties":{"@type":"node","@id":9178777853,"@timestamp":1634501874},"coords":"51.8126792,-0.7933705","bedrooms":"1","price":"168000","area":"459"} , +{"type":"Feature","id":"n9178840055","geometry":{"type":"Point","coordinates":[-0.2640135,51.4958863]},"properties":{"@type":"node","@id":9178840055,"@timestamp":1636360563},"coords":"51.4958863,-0.2640135","bedrooms":"1","price":"155000","area":"583"} , +{"type":"Feature","id":"n9178872580","geometry":{"type":"Point","coordinates":[-0.1313937,51.5116121]},"properties":{"@type":"node","@id":9178872580,"@timestamp":1634507294},"coords":"51.5116121,-0.1313937","bedrooms":"0","price":"199000","area":"699"} , +{"type":"Feature","id":"n9178895419","geometry":{"type":"Point","coordinates":[-0.1316903,51.5116244]},"properties":{"@type":"node","@id":9178895419,"@timestamp":1634507294},"coords":"51.5116244,-0.1316903","bedrooms":"1","price":"202000","area":"567"} , +{"type":"Feature","id":"n9178895509","geometry":{"type":"Point","coordinates":[-0.1319694,51.5120644]},"properties":{"@type":"node","@id":9178895509,"@timestamp":1634507294},"coords":"51.5120644,-0.1319694","bedrooms":"0","price":"227000","area":"675"} , +{"type":"Feature","id":"n9178914440","geometry":{"type":"Point","coordinates":[0.1386369,51.780734]},"properties":{"@type":"node","@id":9178914440,"@timestamp":1634508437},"coords":"51.780734,0.1386369","bedrooms":"3","price":"173000","area":"592"} , +{"type":"Feature","id":"n9178933184","geometry":{"type":"Point","coordinates":[-3.65e-05,51.5394673]},"properties":{"@type":"node","@id":9178933184,"@timestamp":1634512725},"coords":"51.5394673,-3.65e-05","bedrooms":"2","price":"292000","area":"510"} , +{"type":"Feature","id":"n9178968330","geometry":{"type":"Point","coordinates":[-0.2746176,51.5065116]},"properties":{"@type":"node","@id":9178968330,"@timestamp":1634513519},"coords":"51.5065116,-0.2746176","bedrooms":"4","price":"169000","area":"476"} , +{"type":"Feature","id":"n9178968394","geometry":{"type":"Point","coordinates":[-0.2728246,51.5079907]},"properties":{"@type":"node","@id":9178968394,"@timestamp":1634513519},"coords":"51.5079907,-0.2728246","bedrooms":"1","price":"190000","area":"638"} , +{"type":"Feature","id":"n9179525308","geometry":{"type":"Point","coordinates":[-0.0358076,51.5675207]},"properties":{"@type":"node","@id":9179525308,"@timestamp":1634542670},"coords":"51.5675207,-0.0358076","bedrooms":"4","price":"165000","area":"453"} , +{"type":"Feature","id":"n9179666127","geometry":{"type":"Point","coordinates":[-0.0274201,51.5472028]},"properties":{"@type":"node","@id":9179666127,"@timestamp":1634546816},"coords":"51.5472028,-0.0274201","bedrooms":"0","price":"150000","area":"443"} , +{"type":"Feature","id":"n9179871387","geometry":{"type":"Point","coordinates":[-0.1928448,51.5324476]},"properties":{"@type":"node","@id":9179871387,"@timestamp":1634554338},"coords":"51.5324476,-0.1928448","bedrooms":"0","price":"275000","area":"382"} , +{"type":"Feature","id":"n9179871400","geometry":{"type":"Point","coordinates":[-0.1936563,51.5327702]},"properties":{"@type":"node","@id":9179871400,"@timestamp":1634554338},"coords":"51.5327702,-0.1936563","bedrooms":"4","price":"266000","area":"533"} , +{"type":"Feature","id":"n9180099862","geometry":{"type":"Point","coordinates":[-0.8046112,51.8115733]},"properties":{"@type":"node","@id":9180099862,"@timestamp":1634560036},"coords":"51.8115733,-0.8046112","bedrooms":"1","price":"274000","area":"416"} , +{"type":"Feature","id":"n9180174492","geometry":{"type":"Point","coordinates":[-0.0455614,51.5487842]},"properties":{"@type":"node","@id":9180174492,"@timestamp":1634561642},"coords":"51.5487842,-0.0455614","bedrooms":"2","price":"169000","area":"414"} , +{"type":"Feature","id":"n9180349144","geometry":{"type":"Point","coordinates":[-0.8189524,51.8409925]},"properties":{"@type":"node","@id":9180349144,"@timestamp":1634566638},"coords":"51.8409925,-0.8189524","bedrooms":"2","price":"275000","area":"623"} , +{"type":"Feature","id":"n9180349170","geometry":{"type":"Point","coordinates":[-0.8292395,51.8564356]},"properties":{"@type":"node","@id":9180349170,"@timestamp":1634566638},"coords":"51.8564356,-0.8292395","bedrooms":"1","price":"275000","area":"399"} , +{"type":"Feature","id":"n9180349213","geometry":{"type":"Point","coordinates":[-0.837991,51.8814904]},"properties":{"@type":"node","@id":9180349213,"@timestamp":1634566638},"coords":"51.8814904,-0.837991","bedrooms":"1","price":"186000","area":"406"} , +{"type":"Feature","id":"n9180359430","geometry":{"type":"Point","coordinates":[0.1998941,51.4484591]},"properties":{"@type":"node","@id":9180359430,"@timestamp":1634566997},"coords":"51.4484591,0.1998941","bedrooms":"0","price":"254000","area":"438"} , +{"type":"Feature","id":"n9180403490","geometry":{"type":"Point","coordinates":[0.2672936,51.3637109]},"properties":{"@type":"node","@id":9180403490,"@timestamp":1634569192},"coords":"51.3637109,0.2672936","bedrooms":"4","price":"298000","area":"425"} , +{"type":"Feature","id":"n9180648000","geometry":{"type":"Point","coordinates":[-0.5575053,51.6070488]},"properties":{"@type":"node","@id":9180648000,"@timestamp":1634572560},"coords":"51.6070488,-0.5575053","bedrooms":"1","price":"155000","area":"690"} , +{"type":"Feature","id":"n9180864346","geometry":{"type":"Point","coordinates":[0.0055257,51.5489962]},"properties":{"@type":"node","@id":9180864346,"@timestamp":1634579634},"coords":"51.5489962,0.0055257","bedrooms":"2","price":"208000","area":"603"} , +{"type":"Feature","id":"n9180911667","geometry":{"type":"Point","coordinates":[-0.2214158,51.4943347]},"properties":{"@type":"node","@id":9180911667,"@timestamp":1634580364},"coords":"51.4943347,-0.2214158","bedrooms":"0","price":"223000","area":"581"} , +{"type":"Feature","id":"n9180924762","geometry":{"type":"Point","coordinates":[-0.2222257,51.4933705]},"properties":{"@type":"node","@id":9180924762,"@timestamp":1634580364},"coords":"51.4933705,-0.2222257","bedrooms":"3","price":"274000","area":"471"} , +{"type":"Feature","id":"n9180924801","geometry":{"type":"Point","coordinates":[-0.2222272,51.4938032]},"properties":{"@type":"node","@id":9180924801,"@timestamp":1634580364},"coords":"51.4938032,-0.2222272","bedrooms":"2","price":"222000","area":"385"} , +{"type":"Feature","id":"n9181155060","geometry":{"type":"Point","coordinates":[0.1122765,51.4619036]},"properties":{"@type":"node","@id":9181155060,"@timestamp":1634587453},"coords":"51.4619036,0.1122765","bedrooms":"0","price":"175000","area":"549"} , +{"type":"Feature","id":"n9181315309","geometry":{"type":"Point","coordinates":[0.1553132,51.5298011]},"properties":{"@type":"node","@id":9181315309,"@timestamp":1634595722},"coords":"51.5298011,0.1553132","bedrooms":"3","price":"191000","area":"366"} , +{"type":"Feature","id":"n9181381124","geometry":{"type":"Point","coordinates":[0.1564479,51.5327955]},"properties":{"@type":"node","@id":9181381124,"@timestamp":1634595722},"coords":"51.5327955,0.1564479","bedrooms":"2","price":"180000","area":"374"} , +{"type":"Feature","id":"n9181480114","geometry":{"type":"Point","coordinates":[-0.1315058,51.5112132]},"properties":{"@type":"node","@id":9181480114,"@timestamp":1634601670},"coords":"51.5112132,-0.1315058","bedrooms":"4","price":"271000","area":"597"} , +{"type":"Feature","id":"n9181490754","geometry":{"type":"Point","coordinates":[-0.1319122,51.5112284]},"properties":{"@type":"node","@id":9181490754,"@timestamp":1634601670},"coords":"51.5112284,-0.1319122","bedrooms":"4","price":"288000","area":"427"} , +{"type":"Feature","id":"n9181909276","geometry":{"type":"Point","coordinates":[-0.1779691,51.4090459]},"properties":{"@type":"node","@id":9181909276,"@timestamp":1634628078},"coords":"51.4090459,-0.1779691","bedrooms":"2","price":"289000","area":"460"} , +{"type":"Feature","id":"n9182221517","geometry":{"type":"Point","coordinates":[0.0861098,51.4286648]},"properties":{"@type":"node","@id":9182221517,"@timestamp":1634634018},"coords":"51.4286648,0.0861098","bedrooms":"3","price":"287000","area":"381"} , +{"type":"Feature","id":"n9182514102","geometry":{"type":"Point","coordinates":[0.1480297,51.4554333]},"properties":{"@type":"node","@id":9182514102,"@timestamp":1634641530},"coords":"51.4554333,0.1480297","bedrooms":"4","price":"236000","area":"496"} , +{"type":"Feature","id":"n9182539172","geometry":{"type":"Point","coordinates":[-0.8061473,51.8204499]},"properties":{"@type":"node","@id":9182539172,"@timestamp":1634641389},"coords":"51.8204499,-0.8061473","bedrooms":"4","price":"160000","area":"650"} , +{"type":"Feature","id":"n9182539182","geometry":{"type":"Point","coordinates":[-0.8034711,51.8208225]},"properties":{"@type":"node","@id":9182539182,"@timestamp":1634646218},"coords":"51.8208225,-0.8034711","bedrooms":"3","price":"265000","area":"554"} , +{"type":"Feature","id":"n9182539192","geometry":{"type":"Point","coordinates":[-0.802455,51.8213756]},"properties":{"@type":"node","@id":9182539192,"@timestamp":1634641389},"coords":"51.8213756,-0.802455","bedrooms":"0","price":"181000","area":"536"} , +{"type":"Feature","id":"n9182539202","geometry":{"type":"Point","coordinates":[-0.8032575,51.8213069]},"properties":{"@type":"node","@id":9182539202,"@timestamp":1634646218},"coords":"51.8213069,-0.8032575","bedrooms":"4","price":"288000","area":"352"} , +{"type":"Feature","id":"n9182539212","geometry":{"type":"Point","coordinates":[-0.8040165,51.8213444]},"properties":{"@type":"node","@id":9182539212,"@timestamp":1634646218},"coords":"51.8213444,-0.8040165","bedrooms":"4","price":"167000","area":"678"} , +{"type":"Feature","id":"n9182561719","geometry":{"type":"Point","coordinates":[-0.3467168,51.2731005]},"properties":{"@type":"node","@id":9182561719,"@timestamp":1634642246},"coords":"51.2731005,-0.3467168","bedrooms":"0","price":"187000","area":"462"} , +{"type":"Feature","id":"n9182768159","geometry":{"type":"Point","coordinates":[0.0712931,51.4615844]},"properties":{"@type":"node","@id":9182768159,"@timestamp":1634646717},"coords":"51.4615844,0.0712931","bedrooms":"1","price":"200000","area":"437"} , +{"type":"Feature","id":"n9182781280","geometry":{"type":"Point","coordinates":[0.0829767,51.4307621]},"properties":{"@type":"node","@id":9182781280,"@timestamp":1634647509},"coords":"51.4307621,0.0829767","bedrooms":"4","price":"242000","area":"426"} , +{"type":"Feature","id":"n9182781291","geometry":{"type":"Point","coordinates":[0.0817905,51.4330662]},"properties":{"@type":"node","@id":9182781291,"@timestamp":1634647509},"coords":"51.4330662,0.0817905","bedrooms":"3","price":"245000","area":"517"} , +{"type":"Feature","id":"n9183010954","geometry":{"type":"Point","coordinates":[-0.1782696,51.4111548]},"properties":{"@type":"node","@id":9183010954,"@timestamp":1634651037},"coords":"51.4111548,-0.1782696","bedrooms":"0","price":"166000","area":"587"} , +{"type":"Feature","id":"n9183168269","geometry":{"type":"Point","coordinates":[-0.8066073,51.9092495]},"properties":{"@type":"node","@id":9183168269,"@timestamp":1634653326},"coords":"51.9092495,-0.8066073","bedrooms":"4","price":"211000","area":"518"} , +{"type":"Feature","id":"n9183185228","geometry":{"type":"Point","coordinates":[-0.8859867,51.9167132]},"properties":{"@type":"node","@id":9183185228,"@timestamp":1634653326},"coords":"51.9167132,-0.8859867","bedrooms":"3","price":"153000","area":"629"} , +{"type":"Feature","id":"n9183185241","geometry":{"type":"Point","coordinates":[-0.8792161,51.9193567]},"properties":{"@type":"node","@id":9183185241,"@timestamp":1634653326},"coords":"51.9193567,-0.8792161","bedrooms":"4","price":"150000","area":"696"} , +{"type":"Feature","id":"n9183301055","geometry":{"type":"Point","coordinates":[-0.108515,51.5268515]},"properties":{"@type":"node","@id":9183301055,"@timestamp":1634656599},"coords":"51.5268515,-0.108515","bedrooms":"1","price":"173000","area":"551"} , +{"type":"Feature","id":"n9183677736","geometry":{"type":"Point","coordinates":[-0.0084513,51.5323257]},"properties":{"@type":"node","@id":9183677736,"@timestamp":1634666925},"coords":"51.5323257,-0.0084513","bedrooms":"0","price":"177000","area":"688"} , +{"type":"Feature","id":"n9183772099","geometry":{"type":"Point","coordinates":[-0.8590816,51.8019169]},"properties":{"@type":"node","@id":9183772099,"@timestamp":1634669698},"coords":"51.8019169,-0.8590816","bedrooms":"2","price":"161000","area":"417"} , +{"type":"Feature","id":"n9183780328","geometry":{"type":"Point","coordinates":[-0.8620668,51.8031621]},"properties":{"@type":"node","@id":9183780328,"@timestamp":1634669698},"coords":"51.8031621,-0.8620668","bedrooms":"2","price":"221000","area":"504"} , +{"type":"Feature","id":"n9183780342","geometry":{"type":"Point","coordinates":[-0.8674837,51.8047872]},"properties":{"@type":"node","@id":9183780342,"@timestamp":1634669698},"coords":"51.8047872,-0.8674837","bedrooms":"4","price":"246000","area":"499"} , +{"type":"Feature","id":"n9183780765","geometry":{"type":"Point","coordinates":[0.0094179,51.5480752]},"properties":{"@type":"node","@id":9183780765,"@timestamp":1634670254},"coords":"51.5480752,0.0094179","bedrooms":"2","price":"191000","area":"392"} , +{"type":"Feature","id":"n9183822760","geometry":{"type":"Point","coordinates":[-0.222414,51.4931898]},"properties":{"@type":"node","@id":9183822760,"@timestamp":1634671104},"coords":"51.4931898,-0.222414","bedrooms":"1","price":"256000","area":"370"} , +{"type":"Feature","id":"n9184082272","geometry":{"type":"Point","coordinates":[0.2186884,51.8590225]},"properties":{"@type":"node","@id":9184082272,"@timestamp":1634678326},"coords":"51.8590225,0.2186884","bedrooms":"1","price":"235000","area":"554"} , +{"type":"Feature","id":"n9184658904","geometry":{"type":"Point","coordinates":[0.6111511,51.6147949]},"properties":{"@type":"node","@id":9184658904,"@timestamp":1634703151},"coords":"51.6147949,0.6111511","bedrooms":"3","price":"260000","area":"526"} , +{"type":"Feature","id":"n9186767182","geometry":{"type":"Point","coordinates":[-0.8582211,51.8870093]},"properties":{"@type":"node","@id":9186767182,"@timestamp":1634724773},"coords":"51.8870093,-0.8582211","bedrooms":"0","price":"215000","area":"509"} , +{"type":"Feature","id":"n9186795976","geometry":{"type":"Point","coordinates":[0.1193124,51.4462536]},"properties":{"@type":"node","@id":9186795976,"@timestamp":1634724295},"coords":"51.4462536,0.1193124","bedrooms":"3","price":"204000","area":"666"} , +{"type":"Feature","id":"n9186795993","geometry":{"type":"Point","coordinates":[0.1192398,51.4449676]},"properties":{"@type":"node","@id":9186795993,"@timestamp":1634724295},"coords":"51.4449676,0.1192398","bedrooms":"2","price":"221000","area":"400"} , +{"type":"Feature","id":"n9186798476","geometry":{"type":"Point","coordinates":[0.1194628,51.4429963]},"properties":{"@type":"node","@id":9186798476,"@timestamp":1634726161},"coords":"51.4429963,0.1194628","bedrooms":"3","price":"237000","area":"625"} , +{"type":"Feature","id":"n9186798493","geometry":{"type":"Point","coordinates":[0.1270249,51.4449666]},"properties":{"@type":"node","@id":9186798493,"@timestamp":1634726161},"coords":"51.4449666,0.1270249","bedrooms":"0","price":"291000","area":"446"} , +{"type":"Feature","id":"n9186798503","geometry":{"type":"Point","coordinates":[0.1232014,51.445199]},"properties":{"@type":"node","@id":9186798503,"@timestamp":1634726161},"coords":"51.445199,0.1232014","bedrooms":"2","price":"218000","area":"385"} , +{"type":"Feature","id":"n9186798516","geometry":{"type":"Point","coordinates":[0.1205928,51.4469267]},"properties":{"@type":"node","@id":9186798516,"@timestamp":1634726161},"coords":"51.4469267,0.1205928","bedrooms":"0","price":"272000","area":"498"} , +{"type":"Feature","id":"n9186874236","geometry":{"type":"Point","coordinates":[-1.0856244,51.3841683]},"properties":{"@type":"node","@id":9186874236,"@timestamp":1634726677},"coords":"51.3841683,-1.0856244","bedrooms":"4","price":"298000","area":"576"} , +{"type":"Feature","id":"n9187366290","geometry":{"type":"Point","coordinates":[0.4758954,51.2927192]},"properties":{"@type":"node","@id":9187366290,"@timestamp":1634737287},"coords":"51.2927192,0.4758954","bedrooms":"0","price":"230000","area":"643"} , +{"type":"Feature","id":"n9187437030","geometry":{"type":"Point","coordinates":[-0.7696597,51.2830043]},"properties":{"@type":"node","@id":9187437030,"@timestamp":1634739933},"coords":"51.2830043,-0.7696597","bedrooms":"2","price":"177000","area":"395"} , +{"type":"Feature","id":"n9187437040","geometry":{"type":"Point","coordinates":[-0.7693782,51.2838229]},"properties":{"@type":"node","@id":9187437040,"@timestamp":1634739933},"coords":"51.2838229,-0.7693782","bedrooms":"0","price":"255000","area":"488"} , +{"type":"Feature","id":"n9187437050","geometry":{"type":"Point","coordinates":[-0.7690321,51.2835959]},"properties":{"@type":"node","@id":9187437050,"@timestamp":1634739933},"coords":"51.2835959,-0.7690321","bedrooms":"4","price":"177000","area":"431"} , +{"type":"Feature","id":"n9187437111","geometry":{"type":"Point","coordinates":[-0.7669789,51.2834207]},"properties":{"@type":"node","@id":9187437111,"@timestamp":1634739933},"coords":"51.2834207,-0.7669789","bedrooms":"3","price":"198000","area":"465"} , +{"type":"Feature","id":"n9187454417","geometry":{"type":"Point","coordinates":[-0.7670244,51.2837692]},"properties":{"@type":"node","@id":9187454417,"@timestamp":1634739933},"coords":"51.2837692,-0.7670244","bedrooms":"2","price":"288000","area":"462"} , +{"type":"Feature","id":"n9187454438","geometry":{"type":"Point","coordinates":[-0.7683361,51.2835332]},"properties":{"@type":"node","@id":9187454438,"@timestamp":1634739933},"coords":"51.2835332,-0.7683361","bedrooms":"4","price":"180000","area":"384"} , +{"type":"Feature","id":"n9187505795","geometry":{"type":"Point","coordinates":[-0.2846289,51.4904161]},"properties":{"@type":"node","@id":9187505795,"@timestamp":1634741752},"coords":"51.4904161,-0.2846289","bedrooms":"4","price":"177000","area":"685"} , +{"type":"Feature","id":"n9187613390","geometry":{"type":"Point","coordinates":[-0.3121568,51.7876927]},"properties":{"@type":"node","@id":9187613390,"@timestamp":1634742720},"coords":"51.7876927,-0.3121568","bedrooms":"2","price":"280000","area":"396"} , +{"type":"Feature","id":"n9187631094","geometry":{"type":"Point","coordinates":[0.3792211,51.4414386]},"properties":{"@type":"node","@id":9187631094,"@timestamp":1634742894},"coords":"51.4414386,0.3792211","bedrooms":"0","price":"285000","area":"520"} , +{"type":"Feature","id":"n9187755841","geometry":{"type":"Point","coordinates":[-0.2223984,51.4945787]},"properties":{"@type":"node","@id":9187755841,"@timestamp":1634744176},"coords":"51.4945787,-0.2223984","bedrooms":"1","price":"200000","area":"693"} , +{"type":"Feature","id":"n9187764839","geometry":{"type":"Point","coordinates":[-0.8943876,51.9219671]},"properties":{"@type":"node","@id":9187764839,"@timestamp":1634744508},"coords":"51.9219671,-0.8943876","bedrooms":"4","price":"233000","area":"670"} , +{"type":"Feature","id":"n9187764849","geometry":{"type":"Point","coordinates":[-0.8984442,51.9404595]},"properties":{"@type":"node","@id":9187764849,"@timestamp":1634744508},"coords":"51.9404595,-0.8984442","bedrooms":"1","price":"245000","area":"413"} , +{"type":"Feature","id":"n9187764881","geometry":{"type":"Point","coordinates":[-0.9899543,51.9369532]},"properties":{"@type":"node","@id":9187764881,"@timestamp":1634744508},"coords":"51.9369532,-0.9899543","bedrooms":"2","price":"282000","area":"618"} , +{"type":"Feature","id":"n9187926608","geometry":{"type":"Point","coordinates":[-0.2211843,51.4957452]},"properties":{"@type":"node","@id":9187926608,"@timestamp":1634749227},"coords":"51.4957452,-0.2211843","bedrooms":"4","price":"240000","area":"366"} , +{"type":"Feature","id":"n9187929318","geometry":{"type":"Point","coordinates":[-0.2213761,51.4952109]},"properties":{"@type":"node","@id":9187929318,"@timestamp":1634749227},"coords":"51.4952109,-0.2213761","bedrooms":"3","price":"238000","area":"615"} , +{"type":"Feature","id":"n9187929435","geometry":{"type":"Point","coordinates":[-0.2211412,51.4947535]},"properties":{"@type":"node","@id":9187929435,"@timestamp":1634749227},"coords":"51.4947535,-0.2211412","bedrooms":"0","price":"278000","area":"692"} , +{"type":"Feature","id":"n9187929445","geometry":{"type":"Point","coordinates":[-0.2203719,51.4947008]},"properties":{"@type":"node","@id":9187929445,"@timestamp":1634749227},"coords":"51.4947008,-0.2203719","bedrooms":"2","price":"277000","area":"405"} , +{"type":"Feature","id":"n9187929500","geometry":{"type":"Point","coordinates":[-0.2199587,51.4950063]},"properties":{"@type":"node","@id":9187929500,"@timestamp":1634749227},"coords":"51.4950063,-0.2199587","bedrooms":"1","price":"174000","area":"515"} , +{"type":"Feature","id":"n9188019174","geometry":{"type":"Point","coordinates":[-0.9758534,51.9371832]},"properties":{"@type":"node","@id":9188019174,"@timestamp":1634753862},"coords":"51.9371832,-0.9758534","bedrooms":"4","price":"299000","area":"382"} , +{"type":"Feature","id":"n9188019184","geometry":{"type":"Point","coordinates":[-0.97828,51.9383216]},"properties":{"@type":"node","@id":9188019184,"@timestamp":1634753862},"coords":"51.9383216,-0.97828","bedrooms":"1","price":"254000","area":"361"} , +{"type":"Feature","id":"n9188019197","geometry":{"type":"Point","coordinates":[-0.9861787,51.9398687]},"properties":{"@type":"node","@id":9188019197,"@timestamp":1634753862},"coords":"51.9398687,-0.9861787","bedrooms":"0","price":"239000","area":"431"} , +{"type":"Feature","id":"n9188049154","geometry":{"type":"Point","coordinates":[0.0001402,51.581747]},"properties":{"@type":"node","@id":9188049154,"@timestamp":1634752718},"coords":"51.581747,0.0001402","bedrooms":"2","price":"192000","area":"541"} , +{"type":"Feature","id":"n9188094021","geometry":{"type":"Point","coordinates":[-0.9793106,51.9394004]},"properties":{"@type":"node","@id":9188094021,"@timestamp":1634753862},"coords":"51.9394004,-0.9793106","bedrooms":"1","price":"172000","area":"428"} , +{"type":"Feature","id":"n9188141986","geometry":{"type":"Point","coordinates":[-0.3544284,51.4705284]},"properties":{"@type":"node","@id":9188141986,"@timestamp":1634756003},"coords":"51.4705284,-0.3544284","bedrooms":"1","price":"152000","area":"517"} , +{"type":"Feature","id":"n9188175033","geometry":{"type":"Point","coordinates":[0.0897046,51.4284698]},"properties":{"@type":"node","@id":9188175033,"@timestamp":1634756276},"coords":"51.4284698,0.0897046","bedrooms":"1","price":"200000","area":"393"} , +{"type":"Feature","id":"n9188197693","geometry":{"type":"Point","coordinates":[-0.2735621,51.6589062]},"properties":{"@type":"node","@id":9188197693,"@timestamp":1634759619},"coords":"51.6589062,-0.2735621","bedrooms":"3","price":"253000","area":"484"} , +{"type":"Feature","id":"n9188203229","geometry":{"type":"Point","coordinates":[-1.003579,51.9129157]},"properties":{"@type":"node","@id":9188203229,"@timestamp":1634757198},"coords":"51.9129157,-1.003579","bedrooms":"4","price":"222000","area":"426"} , +{"type":"Feature","id":"n9188203246","geometry":{"type":"Point","coordinates":[-1.0253522,51.9135951]},"properties":{"@type":"node","@id":9188203246,"@timestamp":1634757198},"coords":"51.9135951,-1.0253522","bedrooms":"3","price":"290000","area":"437"} , +{"type":"Feature","id":"n9188203261","geometry":{"type":"Point","coordinates":[-1.0240989,51.9147611]},"properties":{"@type":"node","@id":9188203261,"@timestamp":1634757198},"coords":"51.9147611,-1.0240989","bedrooms":"2","price":"189000","area":"563"} , +{"type":"Feature","id":"n9188308848","geometry":{"type":"Point","coordinates":[-0.2738278,51.6585827]},"properties":{"@type":"node","@id":9188308848,"@timestamp":1634759619},"coords":"51.6585827,-0.2738278","bedrooms":"0","price":"221000","area":"644"} , +{"type":"Feature","id":"n9188361699","geometry":{"type":"Point","coordinates":[-0.1687364,51.7106532]},"properties":{"@type":"node","@id":9188361699,"@timestamp":1634761145},"coords":"51.7106532,-0.1687364","bedrooms":"0","price":"257000","area":"428"} , +{"type":"Feature","id":"n9188458965","geometry":{"type":"Point","coordinates":[-0.1782818,51.7199688]},"properties":{"@type":"node","@id":9188458965,"@timestamp":1634765396},"coords":"51.7199688,-0.1782818","bedrooms":"2","price":"299000","area":"691"} , +{"type":"Feature","id":"n9188698486","geometry":{"type":"Point","coordinates":[-0.1254265,51.5727877]},"properties":{"@type":"node","@id":9188698486,"@timestamp":1634777247},"coords":"51.5727877,-0.1254265","bedrooms":"1","price":"244000","area":"583"} , +{"type":"Feature","id":"n9188698501","geometry":{"type":"Point","coordinates":[-0.1257822,51.5728367]},"properties":{"@type":"node","@id":9188698501,"@timestamp":1634777247},"coords":"51.5728367,-0.1257822","bedrooms":"0","price":"183000","area":"489"} , +{"type":"Feature","id":"n9188698926","geometry":{"type":"Point","coordinates":[-0.1257215,51.5735846]},"properties":{"@type":"node","@id":9188698926,"@timestamp":1634777247},"coords":"51.5735846,-0.1257215","bedrooms":"3","price":"240000","area":"357"} , +{"type":"Feature","id":"n9188698954","geometry":{"type":"Point","coordinates":[-0.1268604,51.5739217]},"properties":{"@type":"node","@id":9188698954,"@timestamp":1634777247},"coords":"51.5739217,-0.1268604","bedrooms":"3","price":"226000","area":"417"} , +{"type":"Feature","id":"n9188698965","geometry":{"type":"Point","coordinates":[-0.1256789,51.573784]},"properties":{"@type":"node","@id":9188698965,"@timestamp":1634777247},"coords":"51.573784,-0.1256789","bedrooms":"0","price":"264000","area":"627"} , +{"type":"Feature","id":"n9188698984","geometry":{"type":"Point","coordinates":[-0.1249658,51.5733498]},"properties":{"@type":"node","@id":9188698984,"@timestamp":1634777247},"coords":"51.5733498,-0.1249658","bedrooms":"4","price":"279000","area":"570"} , +{"type":"Feature","id":"n9188711151","geometry":{"type":"Point","coordinates":[-0.1167598,51.4861049]},"properties":{"@type":"node","@id":9188711151,"@timestamp":1634779524},"coords":"51.4861049,-0.1167598","bedrooms":"2","price":"216000","area":"551"} , +{"type":"Feature","id":"n9189590392","geometry":{"type":"Point","coordinates":[0.1279775,51.4434748]},"properties":{"@type":"node","@id":9189590392,"@timestamp":1634803793},"coords":"51.4434748,0.1279775","bedrooms":"2","price":"199000","area":"605"} , +{"type":"Feature","id":"n9189814273","geometry":{"type":"Point","coordinates":[-0.2220984,51.496052]},"properties":{"@type":"node","@id":9189814273,"@timestamp":1634807816},"coords":"51.496052,-0.2220984","bedrooms":"0","price":"187000","area":"384"} , +{"type":"Feature","id":"n9189814452","geometry":{"type":"Point","coordinates":[-0.2231961,51.4966269]},"properties":{"@type":"node","@id":9189814452,"@timestamp":1634807816},"coords":"51.4966269,-0.2231961","bedrooms":"4","price":"154000","area":"616"} , +{"type":"Feature","id":"n9190363817","geometry":{"type":"Point","coordinates":[-0.0994332,51.5077062]},"properties":{"@type":"node","@id":9190363817,"@timestamp":1634846816},"coords":"51.5077062,-0.0994332","bedrooms":"2","price":"214000","area":"663"} , +{"type":"Feature","id":"n9190605970","geometry":{"type":"Point","coordinates":[-0.8729533,51.7772192]},"properties":{"@type":"node","@id":9190605970,"@timestamp":1634829140},"coords":"51.7772192,-0.8729533","bedrooms":"1","price":"255000","area":"639"} , +{"type":"Feature","id":"n9190662768","geometry":{"type":"Point","coordinates":[-0.9255417,51.7545662]},"properties":{"@type":"node","@id":9190662768,"@timestamp":1634831761},"coords":"51.7545662,-0.9255417","bedrooms":"2","price":"296000","area":"383"} , +{"type":"Feature","id":"n9190662782","geometry":{"type":"Point","coordinates":[-0.9841271,51.784836]},"properties":{"@type":"node","@id":9190662782,"@timestamp":1634831761},"coords":"51.784836,-0.9841271","bedrooms":"2","price":"178000","area":"394"} , +{"type":"Feature","id":"n9190662792","geometry":{"type":"Point","coordinates":[-0.9929885,51.7941422]},"properties":{"@type":"node","@id":9190662792,"@timestamp":1634831761},"coords":"51.7941422,-0.9929885","bedrooms":"3","price":"204000","area":"410"} , +{"type":"Feature","id":"n9190662804","geometry":{"type":"Point","coordinates":[-1.0027071,51.7711489]},"properties":{"@type":"node","@id":9190662804,"@timestamp":1634831761},"coords":"51.7711489,-1.0027071","bedrooms":"2","price":"259000","area":"635"} , +{"type":"Feature","id":"n9191042949","geometry":{"type":"Point","coordinates":[-0.7426232,51.3020126]},"properties":{"@type":"node","@id":9191042949,"@timestamp":1635545855},"coords":"51.3020126,-0.7426232","bedrooms":"1","price":"285000","area":"689"} , +{"type":"Feature","id":"n9191155368","geometry":{"type":"Point","coordinates":[0.362443,51.4375001]},"properties":{"@type":"node","@id":9191155368,"@timestamp":1634841728},"coords":"51.4375001,0.362443","bedrooms":"4","price":"168000","area":"675"} , +{"type":"Feature","id":"n9191155394","geometry":{"type":"Point","coordinates":[0.362482,51.4372466]},"properties":{"@type":"node","@id":9191155394,"@timestamp":1634841728},"coords":"51.4372466,0.362482","bedrooms":"4","price":"162000","area":"610"} , +{"type":"Feature","id":"n9191155420","geometry":{"type":"Point","coordinates":[0.3623559,51.4370562]},"properties":{"@type":"node","@id":9191155420,"@timestamp":1634841728},"coords":"51.4370562,0.3623559","bedrooms":"0","price":"179000","area":"374"} , +{"type":"Feature","id":"n9191332491","geometry":{"type":"Point","coordinates":[0.0663927,51.4649967]},"properties":{"@type":"node","@id":9191332491,"@timestamp":1634846550},"coords":"51.4649967,0.0663927","bedrooms":"2","price":"166000","area":"384"} , +{"type":"Feature","id":"n9191387499","geometry":{"type":"Point","coordinates":[-0.9498067,51.4674646]},"properties":{"@type":"node","@id":9191387499,"@timestamp":1634848466},"coords":"51.4674646,-0.9498067","bedrooms":"4","price":"160000","area":"412"} , +{"type":"Feature","id":"n9191803269","geometry":{"type":"Point","coordinates":[-0.7598198,51.2934595]},"properties":{"@type":"node","@id":9191803269,"@timestamp":1634854422},"coords":"51.2934595,-0.7598198","bedrooms":"4","price":"211000","area":"570"} , +{"type":"Feature","id":"n9191924003","geometry":{"type":"Point","coordinates":[-0.0176635,51.5898212]},"properties":{"@type":"node","@id":9191924003,"@timestamp":1634868042},"coords":"51.5898212,-0.0176635","bedrooms":"1","price":"252000","area":"476"} , +{"type":"Feature","id":"n9192037245","geometry":{"type":"Point","coordinates":[-0.0207612,51.5878136]},"properties":{"@type":"node","@id":9192037245,"@timestamp":1634871699},"coords":"51.5878136,-0.0207612","bedrooms":"3","price":"245000","area":"475"} , +{"type":"Feature","id":"n9192649096","geometry":{"type":"Point","coordinates":[-0.0258662,51.5013952]},"properties":{"@type":"node","@id":9192649096,"@timestamp":1634892505},"coords":"51.5013952,-0.0258662","bedrooms":"3","price":"150000","area":"597"} , +{"type":"Feature","id":"n9192712597","geometry":{"type":"Point","coordinates":[0.0621552,51.4939993]},"properties":{"@type":"node","@id":9192712597,"@timestamp":1634894023},"coords":"51.4939993,0.0621552","bedrooms":"4","price":"242000","area":"661"} , +{"type":"Feature","id":"n9192880545","geometry":{"type":"Point","coordinates":[0.0938429,51.4293271]},"properties":{"@type":"node","@id":9192880545,"@timestamp":1634897163},"coords":"51.4293271,0.0938429","bedrooms":"0","price":"158000","area":"568"} , +{"type":"Feature","id":"n9192910261","geometry":{"type":"Point","coordinates":[-0.2239375,51.4921067]},"properties":{"@type":"node","@id":9192910261,"@timestamp":1634898507},"coords":"51.4921067,-0.2239375","bedrooms":"4","price":"156000","area":"641"} , +{"type":"Feature","id":"n9192910287","geometry":{"type":"Point","coordinates":[-0.2240181,51.4919708]},"properties":{"@type":"node","@id":9192910287,"@timestamp":1634898507},"coords":"51.4919708,-0.2240181","bedrooms":"0","price":"187000","area":"417"} , +{"type":"Feature","id":"n9192910297","geometry":{"type":"Point","coordinates":[-0.2243796,51.4922681]},"properties":{"@type":"node","@id":9192910297,"@timestamp":1634898507},"coords":"51.4922681,-0.2243796","bedrooms":"0","price":"260000","area":"620"} , +{"type":"Feature","id":"n9193012538","geometry":{"type":"Point","coordinates":[0.0296015,51.4754563]},"properties":{"@type":"node","@id":9193012538,"@timestamp":1634901494},"coords":"51.4754563,0.0296015","bedrooms":"1","price":"245000","area":"552"} , +{"type":"Feature","id":"n9193012550","geometry":{"type":"Point","coordinates":[0.0297206,51.4754598]},"properties":{"@type":"node","@id":9193012550,"@timestamp":1634901494},"coords":"51.4754598,0.0297206","bedrooms":"0","price":"293000","area":"410"} , +{"type":"Feature","id":"n9193062481","geometry":{"type":"Point","coordinates":[0.0274041,51.4751977]},"properties":{"@type":"node","@id":9193062481,"@timestamp":1634903444},"coords":"51.4751977,0.0274041","bedrooms":"0","price":"180000","area":"357"} , +{"type":"Feature","id":"n9193071044","geometry":{"type":"Point","coordinates":[0.027407,51.4749642]},"properties":{"@type":"node","@id":9193071044,"@timestamp":1634903444},"coords":"51.4749642,0.027407","bedrooms":"1","price":"269000","area":"527"} , +{"type":"Feature","id":"n9193087958","geometry":{"type":"Point","coordinates":[0.0320501,51.4751176]},"properties":{"@type":"node","@id":9193087958,"@timestamp":1634904680},"coords":"51.4751176,0.0320501","bedrooms":"4","price":"293000","area":"382"} , +{"type":"Feature","id":"n9193110501","geometry":{"type":"Point","coordinates":[0.0316423,51.4751271]},"properties":{"@type":"node","@id":9193110501,"@timestamp":1634906103},"coords":"51.4751271,0.0316423","bedrooms":"1","price":"284000","area":"454"} , +{"type":"Feature","id":"n9193132598","geometry":{"type":"Point","coordinates":[-1.0348103,51.7567084]},"properties":{"@type":"node","@id":9193132598,"@timestamp":1634906907},"coords":"51.7567084,-1.0348103","bedrooms":"1","price":"231000","area":"589"} , +{"type":"Feature","id":"n9193145717","geometry":{"type":"Point","coordinates":[0.0342841,51.4748523]},"properties":{"@type":"node","@id":9193145717,"@timestamp":1634906103},"coords":"51.4748523,0.0342841","bedrooms":"3","price":"193000","area":"506"} , +{"type":"Feature","id":"n9193177274","geometry":{"type":"Point","coordinates":[-1.0554768,51.7599096]},"properties":{"@type":"node","@id":9193177274,"@timestamp":1634909034},"coords":"51.7599096,-1.0554768","bedrooms":"4","price":"276000","area":"657"} , +{"type":"Feature","id":"n9193198777","geometry":{"type":"Point","coordinates":[0.545432,51.2857768]},"properties":{"@type":"node","@id":9193198777,"@timestamp":1634908737},"coords":"51.2857768,0.545432","bedrooms":"3","price":"242000","area":"407"} , +{"type":"Feature","id":"n9193283402","geometry":{"type":"Point","coordinates":[-0.2950162,51.4690443]},"properties":{"@type":"node","@id":9193283402,"@timestamp":1634927858},"coords":"51.4690443,-0.2950162","bedrooms":"0","price":"168000","area":"359"} , +{"type":"Feature","id":"n9193665559","geometry":{"type":"Point","coordinates":[-0.2353826,51.7511757]},"properties":{"@type":"node","@id":9193665559,"@timestamp":1634921019},"coords":"51.7511757,-0.2353826","bedrooms":"1","price":"225000","area":"528"} , +{"type":"Feature","id":"n9193849128","geometry":{"type":"Point","coordinates":[-0.9522909,51.8112555]},"properties":{"@type":"node","@id":9193849128,"@timestamp":1634925623},"coords":"51.8112555,-0.9522909","bedrooms":"1","price":"291000","area":"438"} , +{"type":"Feature","id":"n9193849378","geometry":{"type":"Point","coordinates":[-0.0761278,51.5407065]},"properties":{"@type":"node","@id":9193849378,"@timestamp":1634926346},"coords":"51.5407065,-0.0761278","bedrooms":"0","price":"280000","area":"573"} , +{"type":"Feature","id":"n9193865369","geometry":{"type":"Point","coordinates":[0.1194618,51.5095496]},"properties":{"@type":"node","@id":9193865369,"@timestamp":1634927021},"coords":"51.5095496,0.1194618","bedrooms":"1","price":"273000","area":"392"} , +{"type":"Feature","id":"n9193922298","geometry":{"type":"Point","coordinates":[-0.9233572,51.8458946]},"properties":{"@type":"node","@id":9193922298,"@timestamp":1634929155},"coords":"51.8458946,-0.9233572","bedrooms":"3","price":"234000","area":"475"} , +{"type":"Feature","id":"n9194060742","geometry":{"type":"Point","coordinates":[0.1752169,51.3959172]},"properties":{"@type":"node","@id":9194060742,"@timestamp":1634933252},"coords":"51.3959172,0.1752169","bedrooms":"1","price":"202000","area":"616"} , +{"type":"Feature","id":"n9194228814","geometry":{"type":"Point","coordinates":[0.0337475,51.452348]},"properties":{"@type":"node","@id":9194228814,"@timestamp":1634934818},"coords":"51.452348,0.0337475","bedrooms":"1","price":"161000","area":"666"} , +{"type":"Feature","id":"n9194513124","geometry":{"type":"Point","coordinates":[0.0336027,51.4524828]},"properties":{"@type":"node","@id":9194513124,"@timestamp":1634937234},"coords":"51.4524828,0.0336027","bedrooms":"0","price":"165000","area":"364"} , +{"type":"Feature","id":"n9194513139","geometry":{"type":"Point","coordinates":[0.0330219,51.4523408]},"properties":{"@type":"node","@id":9194513139,"@timestamp":1634937234},"coords":"51.4523408,0.0330219","bedrooms":"2","price":"168000","area":"681"} , +{"type":"Feature","id":"n9194623728","geometry":{"type":"Point","coordinates":[-0.235159,51.7515085]},"properties":{"@type":"node","@id":9194623728,"@timestamp":1634943213},"coords":"51.7515085,-0.235159","bedrooms":"4","price":"234000","area":"596"} , +{"type":"Feature","id":"n9194936562","geometry":{"type":"Point","coordinates":[-0.217254,51.4913838]},"properties":{"@type":"node","@id":9194936562,"@timestamp":1634962850},"coords":"51.4913838,-0.217254","bedrooms":"3","price":"196000","area":"491"} , +{"type":"Feature","id":"n9195097078","geometry":{"type":"Point","coordinates":[-0.2191075,51.4922773]},"properties":{"@type":"node","@id":9195097078,"@timestamp":1634971930},"coords":"51.4922773,-0.2191075","bedrooms":"1","price":"227000","area":"390"} , +{"type":"Feature","id":"n9195712614","geometry":{"type":"Point","coordinates":[-0.097548,51.5765367]},"properties":{"@type":"node","@id":9195712614,"@timestamp":1634991225},"coords":"51.5765367,-0.097548","bedrooms":"4","price":"155000","area":"692"} , +{"type":"Feature","id":"n9195722766","geometry":{"type":"Point","coordinates":[-0.129082,51.5117928]},"properties":{"@type":"node","@id":9195722766,"@timestamp":1634992138},"coords":"51.5117928,-0.129082","bedrooms":"2","price":"240000","area":"356"} , +{"type":"Feature","id":"n9195722786","geometry":{"type":"Point","coordinates":[-0.1295158,51.5116827]},"properties":{"@type":"node","@id":9195722786,"@timestamp":1634992138},"coords":"51.5116827,-0.1295158","bedrooms":"4","price":"164000","area":"552"} , +{"type":"Feature","id":"n9195722806","geometry":{"type":"Point","coordinates":[-0.1300052,51.5116963]},"properties":{"@type":"node","@id":9195722806,"@timestamp":1634992138},"coords":"51.5116963,-0.1300052","bedrooms":"3","price":"282000","area":"502"} , +{"type":"Feature","id":"n9195749547","geometry":{"type":"Point","coordinates":[-0.1301664,51.5113134]},"properties":{"@type":"node","@id":9195749547,"@timestamp":1634992138},"coords":"51.5113134,-0.1301664","bedrooms":"0","price":"181000","area":"414"} , +{"type":"Feature","id":"n9195749672","geometry":{"type":"Point","coordinates":[-0.1308496,51.5114457]},"properties":{"@type":"node","@id":9195749672,"@timestamp":1634992138},"coords":"51.5114457,-0.1308496","bedrooms":"1","price":"218000","area":"559"} , +{"type":"Feature","id":"n9195831319","geometry":{"type":"Point","coordinates":[-1.0367508,51.8037651]},"properties":{"@type":"node","@id":9195831319,"@timestamp":1634995218},"coords":"51.8037651,-1.0367508","bedrooms":"3","price":"276000","area":"534"} , +{"type":"Feature","id":"n9195831329","geometry":{"type":"Point","coordinates":[-1.0379742,51.8026825]},"properties":{"@type":"node","@id":9195831329,"@timestamp":1634995218},"coords":"51.8026825,-1.0379742","bedrooms":"1","price":"200000","area":"604"} , +{"type":"Feature","id":"n9195831349","geometry":{"type":"Point","coordinates":[-1.0667672,51.8052206]},"properties":{"@type":"node","@id":9195831349,"@timestamp":1634995218},"coords":"51.8052206,-1.0667672","bedrooms":"2","price":"166000","area":"508"} , +{"type":"Feature","id":"n9195844623","geometry":{"type":"Point","coordinates":[-0.0682181,51.8061812]},"properties":{"@type":"node","@id":9195844623,"@timestamp":1634996662},"coords":"51.8061812,-0.0682181","bedrooms":"1","price":"229000","area":"669"} , +{"type":"Feature","id":"n9196055836","geometry":{"type":"Point","coordinates":[-1.0224623,51.4509276]},"properties":{"@type":"node","@id":9196055836,"@timestamp":1635007024},"coords":"51.4509276,-1.0224623","bedrooms":"1","price":"263000","area":"404"} , +{"type":"Feature","id":"n9196055847","geometry":{"type":"Point","coordinates":[-1.0202766,51.4506731]},"properties":{"@type":"node","@id":9196055847,"@timestamp":1635007024},"coords":"51.4506731,-1.0202766","bedrooms":"3","price":"210000","area":"688"} , +{"type":"Feature","id":"n9196055858","geometry":{"type":"Point","coordinates":[-1.0279525,51.4529897]},"properties":{"@type":"node","@id":9196055858,"@timestamp":1635007024},"coords":"51.4529897,-1.0279525","bedrooms":"4","price":"153000","area":"468"} , +{"type":"Feature","id":"n9196055870","geometry":{"type":"Point","coordinates":[-1.0291228,51.4543125]},"properties":{"@type":"node","@id":9196055870,"@timestamp":1635007024},"coords":"51.4543125,-1.0291228","bedrooms":"4","price":"192000","area":"446"} , +{"type":"Feature","id":"n9196055880","geometry":{"type":"Point","coordinates":[-1.0318222,51.4591108]},"properties":{"@type":"node","@id":9196055880,"@timestamp":1635007024},"coords":"51.4591108,-1.0318222","bedrooms":"0","price":"216000","area":"611"} , +{"type":"Feature","id":"n9196252225","geometry":{"type":"Point","coordinates":[-1.0469658,51.8139872]},"properties":{"@type":"node","@id":9196252225,"@timestamp":1635014374},"coords":"51.8139872,-1.0469658","bedrooms":"1","price":"237000","area":"693"} , +{"type":"Feature","id":"n9196252267","geometry":{"type":"Point","coordinates":[-1.0557618,51.8198137]},"properties":{"@type":"node","@id":9196252267,"@timestamp":1635014374},"coords":"51.8198137,-1.0557618","bedrooms":"4","price":"293000","area":"359"} , +{"type":"Feature","id":"n9196481993","geometry":{"type":"Point","coordinates":[-0.1282059,51.5099626]},"properties":{"@type":"node","@id":9196481993,"@timestamp":1635028337},"coords":"51.5099626,-0.1282059","bedrooms":"2","price":"238000","area":"618"} , +{"type":"Feature","id":"n9196482009","geometry":{"type":"Point","coordinates":[-0.1285475,51.5100436]},"properties":{"@type":"node","@id":9196482009,"@timestamp":1635028337},"coords":"51.5100436,-0.1285475","bedrooms":"1","price":"168000","area":"357"} , +{"type":"Feature","id":"n9196521397","geometry":{"type":"Point","coordinates":[-0.1282267,51.5104919]},"properties":{"@type":"node","@id":9196521397,"@timestamp":1635028337},"coords":"51.5104919,-0.1282267","bedrooms":"0","price":"280000","area":"675"} , +{"type":"Feature","id":"n9196521429","geometry":{"type":"Point","coordinates":[-0.1282398,51.5105704]},"properties":{"@type":"node","@id":9196521429,"@timestamp":1635028337},"coords":"51.5105704,-0.1282398","bedrooms":"1","price":"228000","area":"514"} , +{"type":"Feature","id":"n9196521495","geometry":{"type":"Point","coordinates":[-0.1288831,51.5113003]},"properties":{"@type":"node","@id":9196521495,"@timestamp":1635028337},"coords":"51.5113003,-0.1288831","bedrooms":"2","price":"225000","area":"418"} , +{"type":"Feature","id":"n9196681752","geometry":{"type":"Point","coordinates":[-0.2882708,51.4131085]},"properties":{"@type":"node","@id":9196681752,"@timestamp":1635042184},"coords":"51.4131085,-0.2882708","bedrooms":"1","price":"163000","area":"652"} , +{"type":"Feature","id":"n9197059295","geometry":{"type":"Point","coordinates":[0.0914932,51.438831]},"properties":{"@type":"node","@id":9197059295,"@timestamp":1635066144},"coords":"51.438831,0.0914932","bedrooms":"4","price":"176000","area":"667"} , +{"type":"Feature","id":"n9197062174","geometry":{"type":"Point","coordinates":[0.0905275,51.4391296]},"properties":{"@type":"node","@id":9197062174,"@timestamp":1635066572},"coords":"51.4391296,0.0905275","bedrooms":"0","price":"266000","area":"402"} , +{"type":"Feature","id":"n9197062185","geometry":{"type":"Point","coordinates":[0.0913733,51.4401464]},"properties":{"@type":"node","@id":9197062185,"@timestamp":1635066572},"coords":"51.4401464,0.0913733","bedrooms":"2","price":"157000","area":"501"} , +{"type":"Feature","id":"n9197062197","geometry":{"type":"Point","coordinates":[0.0922654,51.4410509]},"properties":{"@type":"node","@id":9197062197,"@timestamp":1635066572},"coords":"51.4410509,0.0922654","bedrooms":"0","price":"256000","area":"684"} , +{"type":"Feature","id":"n9197062207","geometry":{"type":"Point","coordinates":[0.0936898,51.4420577]},"properties":{"@type":"node","@id":9197062207,"@timestamp":1635066572},"coords":"51.4420577,0.0936898","bedrooms":"1","price":"297000","area":"527"} , +{"type":"Feature","id":"n9197062362","geometry":{"type":"Point","coordinates":[0.0905297,51.441176]},"properties":{"@type":"node","@id":9197062362,"@timestamp":1635066844},"coords":"51.441176,0.0905297","bedrooms":"3","price":"158000","area":"460"} , +{"type":"Feature","id":"n9197062372","geometry":{"type":"Point","coordinates":[0.0919034,51.4423718]},"properties":{"@type":"node","@id":9197062372,"@timestamp":1635066844},"coords":"51.4423718,0.0919034","bedrooms":"2","price":"272000","area":"603"} , +{"type":"Feature","id":"n9197086109","geometry":{"type":"Point","coordinates":[0.0801753,51.4402016]},"properties":{"@type":"node","@id":9197086109,"@timestamp":1635068122},"coords":"51.4402016,0.0801753","bedrooms":"1","price":"254000","area":"413"} , +{"type":"Feature","id":"n9197092019","geometry":{"type":"Point","coordinates":[0.0816307,51.4391918]},"properties":{"@type":"node","@id":9197092019,"@timestamp":1635068122},"coords":"51.4391918,0.0816307","bedrooms":"4","price":"274000","area":"645"} , +{"type":"Feature","id":"n9197092029","geometry":{"type":"Point","coordinates":[0.0835862,51.4391053]},"properties":{"@type":"node","@id":9197092029,"@timestamp":1635068122},"coords":"51.4391053,0.0835862","bedrooms":"2","price":"224000","area":"638"} , +{"type":"Feature","id":"n9197092040","geometry":{"type":"Point","coordinates":[0.0856453,51.441329]},"properties":{"@type":"node","@id":9197092040,"@timestamp":1635068122},"coords":"51.441329,0.0856453","bedrooms":"1","price":"184000","area":"619"} , +{"type":"Feature","id":"n9197092050","geometry":{"type":"Point","coordinates":[0.0841721,51.4412014]},"properties":{"@type":"node","@id":9197092050,"@timestamp":1635068122},"coords":"51.4412014,0.0841721","bedrooms":"0","price":"232000","area":"424"} , +{"type":"Feature","id":"n9197092060","geometry":{"type":"Point","coordinates":[0.0834278,51.4406518]},"properties":{"@type":"node","@id":9197092060,"@timestamp":1635068122},"coords":"51.4406518,0.0834278","bedrooms":"4","price":"174000","area":"517"} , +{"type":"Feature","id":"n9197092070","geometry":{"type":"Point","coordinates":[0.082061,51.4396191]},"properties":{"@type":"node","@id":9197092070,"@timestamp":1635068122},"coords":"51.4396191,0.082061","bedrooms":"3","price":"155000","area":"680"} , +{"type":"Feature","id":"n9197310595","geometry":{"type":"Point","coordinates":[-1.0374034,51.4540761]},"properties":{"@type":"node","@id":9197310595,"@timestamp":1635074764},"coords":"51.4540761,-1.0374034","bedrooms":"2","price":"190000","area":"512"} , +{"type":"Feature","id":"n9197322314","geometry":{"type":"Point","coordinates":[-0.1006295,51.5159711]},"properties":{"@type":"node","@id":9197322314,"@timestamp":1635075576},"coords":"51.5159711,-0.1006295","bedrooms":"0","price":"173000","area":"511"} , +{"type":"Feature","id":"n9197322994","geometry":{"type":"Point","coordinates":[0.0587893,51.4869834]},"properties":{"@type":"node","@id":9197322994,"@timestamp":1635075554},"coords":"51.4869834,0.0587893","bedrooms":"2","price":"222000","area":"351"} , +{"type":"Feature","id":"n9197325862","geometry":{"type":"Point","coordinates":[0.0621961,51.4873728]},"properties":{"@type":"node","@id":9197325862,"@timestamp":1635075554},"coords":"51.4873728,0.0621961","bedrooms":"1","price":"155000","area":"550"} , +{"type":"Feature","id":"n9197395320","geometry":{"type":"Point","coordinates":[-0.0660808,51.5109804]},"properties":{"@type":"node","@id":9197395320,"@timestamp":1635078204},"coords":"51.5109804,-0.0660808","bedrooms":"3","price":"299000","area":"375"} , +{"type":"Feature","id":"n9197395409","geometry":{"type":"Point","coordinates":[-0.0484217,51.5113229]},"properties":{"@type":"node","@id":9197395409,"@timestamp":1635078204},"coords":"51.5113229,-0.0484217","bedrooms":"4","price":"217000","area":"357"} , +{"type":"Feature","id":"n9197395465","geometry":{"type":"Point","coordinates":[-0.0564834,51.5123647]},"properties":{"@type":"node","@id":9197395465,"@timestamp":1635078204},"coords":"51.5123647,-0.0564834","bedrooms":"4","price":"168000","area":"459"} , +{"type":"Feature","id":"n9197458994","geometry":{"type":"Point","coordinates":[0.0390463,51.4740264]},"properties":{"@type":"node","@id":9197458994,"@timestamp":1635084137},"coords":"51.4740264,0.0390463","bedrooms":"2","price":"197000","area":"384"} , +{"type":"Feature","id":"n9197459010","geometry":{"type":"Point","coordinates":[0.038703,51.4742217]},"properties":{"@type":"node","@id":9197459010,"@timestamp":1635084137},"coords":"51.4742217,0.038703","bedrooms":"2","price":"210000","area":"364"} , +{"type":"Feature","id":"n9197478106","geometry":{"type":"Point","coordinates":[-0.1965128,51.5091295]},"properties":{"@type":"node","@id":9197478106,"@timestamp":1635083138},"coords":"51.5091295,-0.1965128","bedrooms":"1","price":"292000","area":"441"} , +{"type":"Feature","id":"n9197575748","geometry":{"type":"Point","coordinates":[-0.057918,51.5270766]},"properties":{"@type":"node","@id":9197575748,"@timestamp":1635084775},"coords":"51.5270766,-0.057918","bedrooms":"2","price":"177000","area":"380"} , +{"type":"Feature","id":"n9197589232","geometry":{"type":"Point","coordinates":[-0.1023353,51.5154187]},"properties":{"@type":"node","@id":9197589232,"@timestamp":1635084938},"coords":"51.5154187,-0.1023353","bedrooms":"3","price":"244000","area":"410"} , +{"type":"Feature","id":"n9197590779","geometry":{"type":"Point","coordinates":[-0.0714704,51.5228414]},"properties":{"@type":"node","@id":9197590779,"@timestamp":1635085333},"coords":"51.5228414,-0.0714704","bedrooms":"3","price":"289000","area":"415"} , +{"type":"Feature","id":"n9197591184","geometry":{"type":"Point","coordinates":[-0.2550976,51.4925959]},"properties":{"@type":"node","@id":9197591184,"@timestamp":1635087288},"coords":"51.4925959,-0.2550976","bedrooms":"1","price":"204000","area":"661"} , +{"type":"Feature","id":"n9197708073","geometry":{"type":"Point","coordinates":[-0.2856199,50.9868275]},"properties":{"@type":"node","@id":9197708073,"@timestamp":1635086068},"coords":"50.9868275,-0.2856199","bedrooms":"3","price":"279000","area":"552"} , +{"type":"Feature","id":"n9197708083","geometry":{"type":"Point","coordinates":[-0.2860572,50.9879574]},"properties":{"@type":"node","@id":9197708083,"@timestamp":1635086068},"coords":"50.9879574,-0.2860572","bedrooms":"4","price":"200000","area":"566"} , +{"type":"Feature","id":"n9197708115","geometry":{"type":"Point","coordinates":[-0.2929419,50.9859193]},"properties":{"@type":"node","@id":9197708115,"@timestamp":1635086068},"coords":"50.9859193,-0.2929419","bedrooms":"4","price":"165000","area":"459"} , +{"type":"Feature","id":"n9197708142","geometry":{"type":"Point","coordinates":[-0.2620596,50.975916]},"properties":{"@type":"node","@id":9197708142,"@timestamp":1635086068},"coords":"50.975916,-0.2620596","bedrooms":"0","price":"230000","area":"403"} , +{"type":"Feature","id":"n9197715653","geometry":{"type":"Point","coordinates":[-0.1205894,51.4535362]},"properties":{"@type":"node","@id":9197715653,"@timestamp":1635086726},"coords":"51.4535362,-0.1205894","bedrooms":"3","price":"228000","area":"613"} , +{"type":"Feature","id":"n9197777964","geometry":{"type":"Point","coordinates":[-0.9523968,51.4664718]},"properties":{"@type":"node","@id":9197777964,"@timestamp":1635365371},"coords":"51.4664718,-0.9523968","bedrooms":"2","price":"189000","area":"458"} , +{"type":"Feature","id":"n9197803646","geometry":{"type":"Point","coordinates":[-0.1853266,51.4947427]},"properties":{"@type":"node","@id":9197803646,"@timestamp":1635089896},"coords":"51.4947427,-0.1853266","bedrooms":"1","price":"267000","area":"536"} , +{"type":"Feature","id":"n9197814568","geometry":{"type":"Point","coordinates":[-0.1023769,51.5144727]},"properties":{"@type":"node","@id":9197814568,"@timestamp":1635091375},"coords":"51.5144727,-0.1023769","bedrooms":"2","price":"159000","area":"508"} , +{"type":"Feature","id":"n9197838092","geometry":{"type":"Point","coordinates":[-0.118748,51.527639]},"properties":{"@type":"node","@id":9197838092,"@timestamp":1635091954},"coords":"51.527639,-0.118748","bedrooms":"1","price":"208000","area":"519"} , +{"type":"Feature","id":"n9197845893","geometry":{"type":"Point","coordinates":[-1.0042922,51.8278451]},"properties":{"@type":"node","@id":9197845893,"@timestamp":1635092330},"coords":"51.8278451,-1.0042922","bedrooms":"4","price":"245000","area":"645"} , +{"type":"Feature","id":"n9197845903","geometry":{"type":"Point","coordinates":[-1.0095661,51.8345549]},"properties":{"@type":"node","@id":9197845903,"@timestamp":1635092330},"coords":"51.8345549,-1.0095661","bedrooms":"0","price":"155000","area":"424"} , +{"type":"Feature","id":"n9197849580","geometry":{"type":"Point","coordinates":[0.0293419,51.456882]},"properties":{"@type":"node","@id":9197849580,"@timestamp":1635092666},"coords":"51.456882,0.0293419","bedrooms":"1","price":"252000","area":"687"} , +{"type":"Feature","id":"n9197849600","geometry":{"type":"Point","coordinates":[0.0271884,51.453629]},"properties":{"@type":"node","@id":9197849600,"@timestamp":1635092666},"coords":"51.453629,0.0271884","bedrooms":"3","price":"224000","area":"428"} , +{"type":"Feature","id":"n9197855435","geometry":{"type":"Point","coordinates":[-1.0015005,51.8657166]},"properties":{"@type":"node","@id":9197855435,"@timestamp":1635092330},"coords":"51.8657166,-1.0015005","bedrooms":"4","price":"249000","area":"657"} , +{"type":"Feature","id":"n9197863309","geometry":{"type":"Point","coordinates":[0.0262159,51.4536877]},"properties":{"@type":"node","@id":9197863309,"@timestamp":1635092666},"coords":"51.4536877,0.0262159","bedrooms":"0","price":"294000","area":"621"} , +{"type":"Feature","id":"n9197863330","geometry":{"type":"Point","coordinates":[0.0265549,51.4537504]},"properties":{"@type":"node","@id":9197863330,"@timestamp":1635092666},"coords":"51.4537504,0.0265549","bedrooms":"2","price":"233000","area":"644"} , +{"type":"Feature","id":"n9197870311","geometry":{"type":"Point","coordinates":[-1.0147215,51.8666995]},"properties":{"@type":"node","@id":9197870311,"@timestamp":1635093173},"coords":"51.8666995,-1.0147215","bedrooms":"4","price":"190000","area":"673"} , +{"type":"Feature","id":"n9197898743","geometry":{"type":"Point","coordinates":[-0.0431537,51.5105376]},"properties":{"@type":"node","@id":9197898743,"@timestamp":1635094344},"coords":"51.5105376,-0.0431537","bedrooms":"2","price":"186000","area":"688"} , +{"type":"Feature","id":"n9197926770","geometry":{"type":"Point","coordinates":[0.0791581,51.4396305]},"properties":{"@type":"node","@id":9197926770,"@timestamp":1635095268},"coords":"51.4396305,0.0791581","bedrooms":"2","price":"267000","area":"537"} , +{"type":"Feature","id":"n9197931952","geometry":{"type":"Point","coordinates":[0.0816888,51.4433855]},"properties":{"@type":"node","@id":9197931952,"@timestamp":1635096481},"coords":"51.4433855,0.0816888","bedrooms":"0","price":"246000","area":"684"} , +{"type":"Feature","id":"n9197931963","geometry":{"type":"Point","coordinates":[0.0822192,51.4446871]},"properties":{"@type":"node","@id":9197931963,"@timestamp":1635096481},"coords":"51.4446871,0.0822192","bedrooms":"0","price":"167000","area":"520"} , +{"type":"Feature","id":"n9197931973","geometry":{"type":"Point","coordinates":[0.0877421,51.4411692]},"properties":{"@type":"node","@id":9197931973,"@timestamp":1635096481},"coords":"51.4411692,0.0877421","bedrooms":"1","price":"294000","area":"649"} , +{"type":"Feature","id":"n9197931983","geometry":{"type":"Point","coordinates":[0.088918,51.4418514]},"properties":{"@type":"node","@id":9197931983,"@timestamp":1635096481},"coords":"51.4418514,0.088918","bedrooms":"2","price":"225000","area":"362"} , +{"type":"Feature","id":"n9197940327","geometry":{"type":"Point","coordinates":[0.3975794,51.2247271]},"properties":{"@type":"node","@id":9197940327,"@timestamp":1635095873},"coords":"51.2247271,0.3975794","bedrooms":"2","price":"151000","area":"486"} , +{"type":"Feature","id":"n9197948736","geometry":{"type":"Point","coordinates":[-0.0701445,51.4733139]},"properties":{"@type":"node","@id":9197948736,"@timestamp":1635096834},"coords":"51.4733139,-0.0701445","bedrooms":"2","price":"185000","area":"535"} , +{"type":"Feature","id":"n9197957004","geometry":{"type":"Point","coordinates":[0.0763004,51.4386104]},"properties":{"@type":"node","@id":9197957004,"@timestamp":1635097668},"coords":"51.4386104,0.0763004","bedrooms":"1","price":"218000","area":"508"} , +{"type":"Feature","id":"n9197990713","geometry":{"type":"Point","coordinates":[-0.1115291,51.5317077]},"properties":{"@type":"node","@id":9197990713,"@timestamp":1635097692},"coords":"51.5317077,-0.1115291","bedrooms":"1","price":"221000","area":"514"} , +{"type":"Feature","id":"n9197990726","geometry":{"type":"Point","coordinates":[0.0730263,51.4408043]},"properties":{"@type":"node","@id":9197990726,"@timestamp":1635097668},"coords":"51.4408043,0.0730263","bedrooms":"2","price":"180000","area":"544"} , +{"type":"Feature","id":"n9197990737","geometry":{"type":"Point","coordinates":[0.0752633,51.4410183]},"properties":{"@type":"node","@id":9197990737,"@timestamp":1635097668},"coords":"51.4410183,0.0752633","bedrooms":"0","price":"187000","area":"356"} , +{"type":"Feature","id":"n9197990806","geometry":{"type":"Point","coordinates":[0.0683509,51.4399055]},"properties":{"@type":"node","@id":9197990806,"@timestamp":1635097668},"coords":"51.4399055,0.0683509","bedrooms":"0","price":"270000","area":"668"} , +{"type":"Feature","id":"n9198004100","geometry":{"type":"Point","coordinates":[0.027561,51.4552266]},"properties":{"@type":"node","@id":9198004100,"@timestamp":1635098179},"coords":"51.4552266,0.027561","bedrooms":"1","price":"179000","area":"417"} , +{"type":"Feature","id":"n9198052561","geometry":{"type":"Point","coordinates":[-0.9325994,51.441352]},"properties":{"@type":"node","@id":9198052561,"@timestamp":1635101617},"coords":"51.441352,-0.9325994","bedrooms":"0","price":"207000","area":"569"} , +{"type":"Feature","id":"n9198052572","geometry":{"type":"Point","coordinates":[-0.9369828,51.4462091]},"properties":{"@type":"node","@id":9198052572,"@timestamp":1635101617},"coords":"51.4462091,-0.9369828","bedrooms":"2","price":"253000","area":"412"} , +{"type":"Feature","id":"n9198052583","geometry":{"type":"Point","coordinates":[-0.9378929,51.4455815]},"properties":{"@type":"node","@id":9198052583,"@timestamp":1635101617},"coords":"51.4455815,-0.9378929","bedrooms":"4","price":"266000","area":"522"} , +{"type":"Feature","id":"n9198052593","geometry":{"type":"Point","coordinates":[-0.9380131,51.4452753]},"properties":{"@type":"node","@id":9198052593,"@timestamp":1635101617},"coords":"51.4452753,-0.9380131","bedrooms":"4","price":"227000","area":"648"} , +{"type":"Feature","id":"n9198052603","geometry":{"type":"Point","coordinates":[-0.9374053,51.4450179]},"properties":{"@type":"node","@id":9198052603,"@timestamp":1635101617},"coords":"51.4450179,-0.9374053","bedrooms":"3","price":"267000","area":"694"} , +{"type":"Feature","id":"n9198052613","geometry":{"type":"Point","coordinates":[-0.9354662,51.4469107]},"properties":{"@type":"node","@id":9198052613,"@timestamp":1635101617},"coords":"51.4469107,-0.9354662","bedrooms":"4","price":"233000","area":"533"} , +{"type":"Feature","id":"n9198089221","geometry":{"type":"Point","coordinates":[-0.931772,51.4459886]},"properties":{"@type":"node","@id":9198089221,"@timestamp":1635101617},"coords":"51.4459886,-0.931772","bedrooms":"4","price":"196000","area":"601"} , +{"type":"Feature","id":"n9198089313","geometry":{"type":"Point","coordinates":[-0.9343009,51.4484112]},"properties":{"@type":"node","@id":9198089313,"@timestamp":1635102602},"coords":"51.4484112,-0.9343009","bedrooms":"0","price":"172000","area":"420"} , +{"type":"Feature","id":"n9198117365","geometry":{"type":"Point","coordinates":[0.0124267,51.4275753]},"properties":{"@type":"node","@id":9198117365,"@timestamp":1635103756},"coords":"51.4275753,0.0124267","bedrooms":"1","price":"179000","area":"637"} , +{"type":"Feature","id":"n9198118144","geometry":{"type":"Point","coordinates":[-0.1910329,51.4599082]},"properties":{"@type":"node","@id":9198118144,"@timestamp":1635103487},"coords":"51.4599082,-0.1910329","bedrooms":"0","price":"165000","area":"400"} , +{"type":"Feature","id":"n9198122856","geometry":{"type":"Point","coordinates":[-0.4490374,51.5521521]},"properties":{"@type":"node","@id":9198122856,"@timestamp":1635103108},"coords":"51.5521521,-0.4490374","bedrooms":"4","price":"228000","area":"389"} , +{"type":"Feature","id":"n9198192936","geometry":{"type":"Point","coordinates":[-0.1752388,51.5433112]},"properties":{"@type":"node","@id":9198192936,"@timestamp":1635559192},"coords":"51.5433112,-0.1752388","bedrooms":"3","price":"296000","area":"546"} , +{"type":"Feature","id":"n9198242560","geometry":{"type":"Point","coordinates":[-0.2291096,51.5209944]},"properties":{"@type":"node","@id":9198242560,"@timestamp":1635107243},"coords":"51.5209944,-0.2291096","bedrooms":"3","price":"291000","area":"679"} , +{"type":"Feature","id":"n9198304892","geometry":{"type":"Point","coordinates":[0.0060264,51.5573385]},"properties":{"@type":"node","@id":9198304892,"@timestamp":1635110812},"coords":"51.5573385,0.0060264","bedrooms":"3","price":"269000","area":"378"} , +{"type":"Feature","id":"n9198329782","geometry":{"type":"Point","coordinates":[-1.047416,51.2992178]},"properties":{"@type":"node","@id":9198329782,"@timestamp":1635110902},"coords":"51.2992178,-1.047416","bedrooms":"4","price":"241000","area":"691"} , +{"type":"Feature","id":"n9198330493","geometry":{"type":"Point","coordinates":[0.0144732,50.9709965]},"properties":{"@type":"node","@id":9198330493,"@timestamp":1635109802},"coords":"50.9709965,0.0144732","bedrooms":"3","price":"190000","area":"471"} , +{"type":"Feature","id":"n9198330503","geometry":{"type":"Point","coordinates":[0.0124374,50.9709103]},"properties":{"@type":"node","@id":9198330503,"@timestamp":1635109802},"coords":"50.9709103,0.0124374","bedrooms":"4","price":"161000","area":"572"} , +{"type":"Feature","id":"n9198330513","geometry":{"type":"Point","coordinates":[0.0133976,50.9707363]},"properties":{"@type":"node","@id":9198330513,"@timestamp":1635109802},"coords":"50.9707363,0.0133976","bedrooms":"4","price":"158000","area":"597"} , +{"type":"Feature","id":"n9198330614","geometry":{"type":"Point","coordinates":[-0.9019572,51.2991222]},"properties":{"@type":"node","@id":9198330614,"@timestamp":1635110361},"coords":"51.2991222,-0.9019572","bedrooms":"0","price":"280000","area":"352"} , +{"type":"Feature","id":"n9198345923","geometry":{"type":"Point","coordinates":[0.0156024,50.9766087]},"properties":{"@type":"node","@id":9198345923,"@timestamp":1635109802},"coords":"50.9766087,0.0156024","bedrooms":"0","price":"293000","area":"635"} , +{"type":"Feature","id":"n9198345933","geometry":{"type":"Point","coordinates":[0.0169784,50.9744031]},"properties":{"@type":"node","@id":9198345933,"@timestamp":1635109802},"coords":"50.9744031,0.0169784","bedrooms":"4","price":"295000","area":"611"} , +{"type":"Feature","id":"n9198359122","geometry":{"type":"Point","coordinates":[-0.9026545,51.3075302]},"properties":{"@type":"node","@id":9198359122,"@timestamp":1635110361},"coords":"51.3075302,-0.9026545","bedrooms":"2","price":"270000","area":"364"} , +{"type":"Feature","id":"n9198392132","geometry":{"type":"Point","coordinates":[-0.0092295,51.6457168]},"properties":{"@type":"node","@id":9198392132,"@timestamp":1635111421},"coords":"51.6457168,-0.0092295","bedrooms":"4","price":"167000","area":"698"} , +{"type":"Feature","id":"n9198392142","geometry":{"type":"Point","coordinates":[-0.0084865,51.6452225]},"properties":{"@type":"node","@id":9198392142,"@timestamp":1635111421},"coords":"51.6452225,-0.0084865","bedrooms":"1","price":"221000","area":"503"} , +{"type":"Feature","id":"n9198392152","geometry":{"type":"Point","coordinates":[-0.0075263,51.6428806]},"properties":{"@type":"node","@id":9198392152,"@timestamp":1635111421},"coords":"51.6428806,-0.0075263","bedrooms":"0","price":"290000","area":"395"} , +{"type":"Feature","id":"n9198392162","geometry":{"type":"Point","coordinates":[-0.009656,51.6427125]},"properties":{"@type":"node","@id":9198392162,"@timestamp":1635111421},"coords":"51.6427125,-0.009656","bedrooms":"3","price":"193000","area":"669"} , +{"type":"Feature","id":"n9198521860","geometry":{"type":"Point","coordinates":[-0.0255755,51.525156]},"properties":{"@type":"node","@id":9198521860,"@timestamp":1635122921},"coords":"51.525156,-0.0255755","bedrooms":"4","price":"220000","area":"684"} , +{"type":"Feature","id":"n9198585319","geometry":{"type":"Point","coordinates":[-0.3873369,51.5127437]},"properties":{"@type":"node","@id":9198585319,"@timestamp":1635125042},"coords":"51.5127437,-0.3873369","bedrooms":"0","price":"238000","area":"415"} , +{"type":"Feature","id":"n9198585329","geometry":{"type":"Point","coordinates":[-0.3832756,51.5120945]},"properties":{"@type":"node","@id":9198585329,"@timestamp":1635125042},"coords":"51.5120945,-0.3832756","bedrooms":"2","price":"287000","area":"664"} , +{"type":"Feature","id":"n9198585339","geometry":{"type":"Point","coordinates":[-0.3757237,51.5112554]},"properties":{"@type":"node","@id":9198585339,"@timestamp":1635378858},"coords":"51.5112554,-0.3757237","bedrooms":"1","price":"232000","area":"484"} , +{"type":"Feature","id":"n9198585349","geometry":{"type":"Point","coordinates":[-0.3722017,51.5107769]},"properties":{"@type":"node","@id":9198585349,"@timestamp":1635125042},"coords":"51.5107769,-0.3722017","bedrooms":"0","price":"248000","area":"434"} , +{"type":"Feature","id":"n9198664435","geometry":{"type":"Point","coordinates":[-0.1911872,51.1601656]},"properties":{"@type":"node","@id":9198664435,"@timestamp":1635704823},"coords":"51.1601656,-0.1911872","bedrooms":"0","price":"252000","area":"652"} , +{"type":"Feature","id":"n9198720434","geometry":{"type":"Point","coordinates":[-0.031066,51.5910684]},"properties":{"@type":"node","@id":9198720434,"@timestamp":1635135550},"coords":"51.5910684,-0.031066","bedrooms":"1","price":"230000","area":"653"} , +{"type":"Feature","id":"n9198720486","geometry":{"type":"Point","coordinates":[-0.0250389,51.5927793]},"properties":{"@type":"node","@id":9198720486,"@timestamp":1635135550},"coords":"51.5927793,-0.0250389","bedrooms":"3","price":"275000","area":"629"} , +{"type":"Feature","id":"n9198973437","geometry":{"type":"Point","coordinates":[-0.4416853,51.3922743]},"properties":{"@type":"node","@id":9198973437,"@timestamp":1635146692},"coords":"51.3922743,-0.4416853","bedrooms":"1","price":"176000","area":"601"} , +{"type":"Feature","id":"n9199128919","geometry":{"type":"Point","coordinates":[0.1223423,51.4414243]},"properties":{"@type":"node","@id":9199128919,"@timestamp":1635148321},"coords":"51.4414243,0.1223423","bedrooms":"3","price":"282000","area":"503"} , +{"type":"Feature","id":"n9199128929","geometry":{"type":"Point","coordinates":[0.1173719,51.4389056]},"properties":{"@type":"node","@id":9199128929,"@timestamp":1635148321},"coords":"51.4389056,0.1173719","bedrooms":"4","price":"171000","area":"476"} , +{"type":"Feature","id":"n9199128939","geometry":{"type":"Point","coordinates":[0.1162997,51.438254]},"properties":{"@type":"node","@id":9199128939,"@timestamp":1635148321},"coords":"51.438254,0.1162997","bedrooms":"1","price":"174000","area":"482"} , +{"type":"Feature","id":"n9199128950","geometry":{"type":"Point","coordinates":[0.1157489,51.4358944]},"properties":{"@type":"node","@id":9199128950,"@timestamp":1635148321},"coords":"51.4358944,0.1157489","bedrooms":"1","price":"176000","area":"669"} , +{"type":"Feature","id":"n9199128960","geometry":{"type":"Point","coordinates":[0.1146009,51.4370174]},"properties":{"@type":"node","@id":9199128960,"@timestamp":1635148321},"coords":"51.4370174,0.1146009","bedrooms":"4","price":"194000","area":"515"} , +{"type":"Feature","id":"n9199128970","geometry":{"type":"Point","coordinates":[0.1130087,51.4358247]},"properties":{"@type":"node","@id":9199128970,"@timestamp":1635148321},"coords":"51.4358247,0.1130087","bedrooms":"3","price":"244000","area":"404"} , +{"type":"Feature","id":"n9199128980","geometry":{"type":"Point","coordinates":[0.1102815,51.4350947]},"properties":{"@type":"node","@id":9199128980,"@timestamp":1635148321},"coords":"51.4350947,0.1102815","bedrooms":"4","price":"281000","area":"556"} , +{"type":"Feature","id":"n9199128990","geometry":{"type":"Point","coordinates":[0.1090616,51.4349378]},"properties":{"@type":"node","@id":9199128990,"@timestamp":1635148321},"coords":"51.4349378,0.1090616","bedrooms":"1","price":"252000","area":"409"} , +{"type":"Feature","id":"n9199129000","geometry":{"type":"Point","coordinates":[0.1073102,51.4346248]},"properties":{"@type":"node","@id":9199129000,"@timestamp":1635148321},"coords":"51.4346248,0.1073102","bedrooms":"1","price":"192000","area":"377"} , +{"type":"Feature","id":"n9199129010","geometry":{"type":"Point","coordinates":[0.1053084,51.434857]},"properties":{"@type":"node","@id":9199129010,"@timestamp":1635148321},"coords":"51.434857,0.1053084","bedrooms":"2","price":"186000","area":"450"} , +{"type":"Feature","id":"n9199171982","geometry":{"type":"Point","coordinates":[-0.4227964,51.3847297]},"properties":{"@type":"node","@id":9199171982,"@timestamp":1635150610},"coords":"51.3847297,-0.4227964","bedrooms":"2","price":"204000","area":"555"} , +{"type":"Feature","id":"n9199191319","geometry":{"type":"Point","coordinates":[-0.4311936,51.3862121]},"properties":{"@type":"node","@id":9199191319,"@timestamp":1635150810},"coords":"51.3862121,-0.4311936","bedrooms":"0","price":"163000","area":"619"} , +{"type":"Feature","id":"n9199270755","geometry":{"type":"Point","coordinates":[0.0530257,51.4805374]},"properties":{"@type":"node","@id":9199270755,"@timestamp":1635153347},"coords":"51.4805374,0.0530257","bedrooms":"1","price":"263000","area":"538"} , +{"type":"Feature","id":"n9199291100","geometry":{"type":"Point","coordinates":[-0.1987043,51.5335869]},"properties":{"@type":"node","@id":9199291100,"@timestamp":1635154348},"coords":"51.5335869,-0.1987043","bedrooms":"3","price":"264000","area":"676"} , +{"type":"Feature","id":"n9199341908","geometry":{"type":"Point","coordinates":[-0.9956182,51.8683481]},"properties":{"@type":"node","@id":9199341908,"@timestamp":1635156576},"coords":"51.8683481,-0.9956182","bedrooms":"0","price":"233000","area":"359"} , +{"type":"Feature","id":"n9199380738","geometry":{"type":"Point","coordinates":[-1.0051787,51.877417]},"properties":{"@type":"node","@id":9199380738,"@timestamp":1635156576},"coords":"51.877417,-1.0051787","bedrooms":"1","price":"287000","area":"658"} , +{"type":"Feature","id":"n9199380759","geometry":{"type":"Point","coordinates":[-1.0132285,51.880999]},"properties":{"@type":"node","@id":9199380759,"@timestamp":1635156576},"coords":"51.880999,-1.0132285","bedrooms":"1","price":"280000","area":"671"} , +{"type":"Feature","id":"n9199380798","geometry":{"type":"Point","coordinates":[-1.0176001,51.8822933]},"properties":{"@type":"node","@id":9199380798,"@timestamp":1635156576},"coords":"51.8822933,-1.0176001","bedrooms":"3","price":"214000","area":"646"} , +{"type":"Feature","id":"n9199471083","geometry":{"type":"Point","coordinates":[-1.0118369,51.8906702]},"properties":{"@type":"node","@id":9199471083,"@timestamp":1635159461},"coords":"51.8906702,-1.0118369","bedrooms":"2","price":"179000","area":"698"} , +{"type":"Feature","id":"n9199471109","geometry":{"type":"Point","coordinates":[-1.013342,51.8911159]},"properties":{"@type":"node","@id":9199471109,"@timestamp":1635159461},"coords":"51.8911159,-1.013342","bedrooms":"3","price":"254000","area":"453"} , +{"type":"Feature","id":"n9199479347","geometry":{"type":"Point","coordinates":[-1.0151878,51.898386]},"properties":{"@type":"node","@id":9199479347,"@timestamp":1635159461},"coords":"51.898386,-1.0151878","bedrooms":"2","price":"175000","area":"375"} , +{"type":"Feature","id":"n9199738911","geometry":{"type":"Point","coordinates":[-0.9235236,51.8687342]},"properties":{"@type":"node","@id":9199738911,"@timestamp":1635166584},"coords":"51.8687342,-0.9235236","bedrooms":"2","price":"185000","area":"556"} , +{"type":"Feature","id":"n9199747443","geometry":{"type":"Point","coordinates":[-0.9196467,51.8750832]},"properties":{"@type":"node","@id":9199747443,"@timestamp":1635166584},"coords":"51.8750832,-0.9196467","bedrooms":"1","price":"255000","area":"672"} , +{"type":"Feature","id":"n9199747472","geometry":{"type":"Point","coordinates":[-0.9213115,51.8733712]},"properties":{"@type":"node","@id":9199747472,"@timestamp":1635166584},"coords":"51.8733712,-0.9213115","bedrooms":"0","price":"256000","area":"397"} , +{"type":"Feature","id":"n9199887624","geometry":{"type":"Point","coordinates":[-0.9463201,51.4553741]},"properties":{"@type":"node","@id":9199887624,"@timestamp":1635170371},"coords":"51.4553741,-0.9463201","bedrooms":"1","price":"166000","area":"453"} , +{"type":"Feature","id":"n9199904085","geometry":{"type":"Point","coordinates":[0.8454167,51.8785409]},"properties":{"@type":"node","@id":9199904085,"@timestamp":1635171285},"coords":"51.8785409,0.8454167","bedrooms":"0","price":"172000","area":"359"} , +{"type":"Feature","id":"n9200405130","geometry":{"type":"Point","coordinates":[-0.0519989,51.5428851]},"properties":{"@type":"node","@id":9200405130,"@timestamp":1635183132},"coords":"51.5428851,-0.0519989","bedrooms":"0","price":"234000","area":"587"} , +{"type":"Feature","id":"n9200907992","geometry":{"type":"Point","coordinates":[0.0239807,51.4750119]},"properties":{"@type":"node","@id":9200907992,"@timestamp":1635189832},"coords":"51.4750119,0.0239807","bedrooms":"3","price":"271000","area":"527"} , +{"type":"Feature","id":"n9201179598","geometry":{"type":"Point","coordinates":[-0.285697,51.3826422]},"properties":{"@type":"node","@id":9201179598,"@timestamp":1635196822},"coords":"51.3826422,-0.285697","bedrooms":"1","price":"253000","area":"603"} , +{"type":"Feature","id":"n9201322457","geometry":{"type":"Point","coordinates":[-0.5779074,51.7606317]},"properties":{"@type":"node","@id":9201322457,"@timestamp":1635205579},"coords":"51.7606317,-0.5779074","bedrooms":"4","price":"156000","area":"445"} , +{"type":"Feature","id":"n9201323397","geometry":{"type":"Point","coordinates":[-0.104862,51.5159599]},"properties":{"@type":"node","@id":9201323397,"@timestamp":1635205379},"coords":"51.5159599,-0.104862","bedrooms":"0","price":"234000","area":"599"} , +{"type":"Feature","id":"n9201323407","geometry":{"type":"Point","coordinates":[-0.1048315,51.5158229]},"properties":{"@type":"node","@id":9201323407,"@timestamp":1635205379},"coords":"51.5158229,-0.1048315","bedrooms":"0","price":"208000","area":"567"} , +{"type":"Feature","id":"n9201323535","geometry":{"type":"Point","coordinates":[-0.1045622,51.5148913]},"properties":{"@type":"node","@id":9201323535,"@timestamp":1635205379},"coords":"51.5148913,-0.1045622","bedrooms":"2","price":"233000","area":"657"} , +{"type":"Feature","id":"n9201408223","geometry":{"type":"Point","coordinates":[-0.0333143,51.612233]},"properties":{"@type":"node","@id":9201408223,"@timestamp":1635214059},"coords":"51.612233,-0.0333143","bedrooms":"0","price":"294000","area":"588"} , +{"type":"Feature","id":"n9201864665","geometry":{"type":"Point","coordinates":[-0.2259786,51.512729]},"properties":{"@type":"node","@id":9201864665,"@timestamp":1635235150},"coords":"51.512729,-0.2259786","bedrooms":"1","price":"284000","area":"461"} , +{"type":"Feature","id":"n9201906223","geometry":{"type":"Point","coordinates":[-0.2272272,51.5135217]},"properties":{"@type":"node","@id":9201906223,"@timestamp":1635235150},"coords":"51.5135217,-0.2272272","bedrooms":"1","price":"189000","area":"689"} , +{"type":"Feature","id":"n9202199984","geometry":{"type":"Point","coordinates":[-0.5188666,51.6109706]},"properties":{"@type":"node","@id":9202199984,"@timestamp":1635243193},"coords":"51.6109706,-0.5188666","bedrooms":"2","price":"288000","area":"634"} , +{"type":"Feature","id":"n9202421235","geometry":{"type":"Point","coordinates":[-1.062866,51.8996877]},"properties":{"@type":"node","@id":9202421235,"@timestamp":1635249588},"coords":"51.8996877,-1.062866","bedrooms":"3","price":"224000","area":"377"} , +{"type":"Feature","id":"n9202421274","geometry":{"type":"Point","coordinates":[-1.0584578,51.9090841]},"properties":{"@type":"node","@id":9202421274,"@timestamp":1635249588},"coords":"51.9090841,-1.0584578","bedrooms":"3","price":"273000","area":"447"} , +{"type":"Feature","id":"n9202421324","geometry":{"type":"Point","coordinates":[-1.0746949,51.9065968]},"properties":{"@type":"node","@id":9202421324,"@timestamp":1635249588},"coords":"51.9065968,-1.0746949","bedrooms":"3","price":"259000","area":"566"} , +{"type":"Feature","id":"n9202468113","geometry":{"type":"Point","coordinates":[-0.1351667,51.3230493]},"properties":{"@type":"node","@id":9202468113,"@timestamp":1635254560},"coords":"51.3230493,-0.1351667","bedrooms":"0","price":"220000","area":"597"} , +{"type":"Feature","id":"n9202598912","geometry":{"type":"Point","coordinates":[-0.4201023,51.3862046]},"properties":{"@type":"node","@id":9202598912,"@timestamp":1635256146},"coords":"51.3862046,-0.4201023","bedrooms":"1","price":"286000","area":"392"} , +{"type":"Feature","id":"n9202635699","geometry":{"type":"Point","coordinates":[-0.9568102,51.4549219]},"properties":{"@type":"node","@id":9202635699,"@timestamp":1635256874},"coords":"51.4549219,-0.9568102","bedrooms":"3","price":"236000","area":"397"} , +{"type":"Feature","id":"n9202720614","geometry":{"type":"Point","coordinates":[0.0769315,51.4558437]},"properties":{"@type":"node","@id":9202720614,"@timestamp":1635259404},"coords":"51.4558437,0.0769315","bedrooms":"4","price":"233000","area":"601"} , +{"type":"Feature","id":"n9203010092","geometry":{"type":"Point","coordinates":[0.0214446,51.5442577]},"properties":{"@type":"node","@id":9203010092,"@timestamp":1635271821},"coords":"51.5442577,0.0214446","bedrooms":"1","price":"152000","area":"367"} , +{"type":"Feature","id":"n9203036353","geometry":{"type":"Point","coordinates":[-0.1934347,51.6985095]},"properties":{"@type":"node","@id":9203036353,"@timestamp":1635271762},"coords":"51.6985095,-0.1934347","bedrooms":"4","price":"206000","area":"374"} , +{"type":"Feature","id":"n9203036387","geometry":{"type":"Point","coordinates":[-0.1926929,51.6984119]},"properties":{"@type":"node","@id":9203036387,"@timestamp":1635271762},"coords":"51.6984119,-0.1926929","bedrooms":"2","price":"261000","area":"406"} , +{"type":"Feature","id":"n9203119503","geometry":{"type":"Point","coordinates":[-0.2143055,51.4939471]},"properties":{"@type":"node","@id":9203119503,"@timestamp":1635275037},"coords":"51.4939471,-0.2143055","bedrooms":"2","price":"211000","area":"596"} , +{"type":"Feature","id":"n9203132150","geometry":{"type":"Point","coordinates":[-0.2154264,51.4936498]},"properties":{"@type":"node","@id":9203132150,"@timestamp":1635275037},"coords":"51.4936498,-0.2154264","bedrooms":"2","price":"291000","area":"665"} , +{"type":"Feature","id":"n9203393007","geometry":{"type":"Point","coordinates":[-0.3364224,51.4856335]},"properties":{"@type":"node","@id":9203393007,"@timestamp":1635283375},"coords":"51.4856335,-0.3364224","bedrooms":"3","price":"252000","area":"392"} , +{"type":"Feature","id":"n9203394177","geometry":{"type":"Point","coordinates":[-0.7531663,51.2944386]},"properties":{"@type":"node","@id":9203394177,"@timestamp":1635286032},"coords":"51.2944386,-0.7531663","bedrooms":"4","price":"166000","area":"636"} , +{"type":"Feature","id":"n9203394187","geometry":{"type":"Point","coordinates":[-0.7570146,51.2926064]},"properties":{"@type":"node","@id":9203394187,"@timestamp":1635286032},"coords":"51.2926064,-0.7570146","bedrooms":"2","price":"203000","area":"531"} , +{"type":"Feature","id":"n9203394197","geometry":{"type":"Point","coordinates":[-0.75418,51.2963237]},"properties":{"@type":"node","@id":9203394197,"@timestamp":1635286032},"coords":"51.2963237,-0.75418","bedrooms":"4","price":"278000","area":"363"} , +{"type":"Feature","id":"n9203399980","geometry":{"type":"Point","coordinates":[-0.297248,51.4666999]},"properties":{"@type":"node","@id":9203399980,"@timestamp":1635285989},"coords":"51.4666999,-0.297248","bedrooms":"4","price":"281000","area":"669"} , +{"type":"Feature","id":"n9203468066","geometry":{"type":"Point","coordinates":[-0.9492247,51.4724423]},"properties":{"@type":"node","@id":9203468066,"@timestamp":1635288507},"coords":"51.4724423,-0.9492247","bedrooms":"4","price":"239000","area":"632"} , +{"type":"Feature","id":"n9203468085","geometry":{"type":"Point","coordinates":[-0.945966,51.4764696]},"properties":{"@type":"node","@id":9203468085,"@timestamp":1635288507},"coords":"51.4764696,-0.945966","bedrooms":"0","price":"215000","area":"392"} , +{"type":"Feature","id":"n9203530987","geometry":{"type":"Point","coordinates":[-0.0216793,51.5481595]},"properties":{"@type":"node","@id":9203530987,"@timestamp":1635295091},"coords":"51.5481595,-0.0216793","bedrooms":"2","price":"277000","area":"368"} , +{"type":"Feature","id":"n9203541513","geometry":{"type":"Point","coordinates":[-0.104984,51.5174521]},"properties":{"@type":"node","@id":9203541513,"@timestamp":1635292483},"coords":"51.5174521,-0.104984","bedrooms":"1","price":"286000","area":"364"} , +{"type":"Feature","id":"n9203541543","geometry":{"type":"Point","coordinates":[-0.1051674,51.5170461]},"properties":{"@type":"node","@id":9203541543,"@timestamp":1635292483},"coords":"51.5170461,-0.1051674","bedrooms":"1","price":"179000","area":"526"} , +{"type":"Feature","id":"n9203541553","geometry":{"type":"Point","coordinates":[-0.1050866,51.5169516]},"properties":{"@type":"node","@id":9203541553,"@timestamp":1635292483},"coords":"51.5169516,-0.1050866","bedrooms":"4","price":"180000","area":"421"} , +{"type":"Feature","id":"n9203541563","geometry":{"type":"Point","coordinates":[-0.1050511,51.5167903]},"properties":{"@type":"node","@id":9203541563,"@timestamp":1635292483},"coords":"51.5167903,-0.1050511","bedrooms":"0","price":"276000","area":"486"} , +{"type":"Feature","id":"n9203541573","geometry":{"type":"Point","coordinates":[-0.1050222,51.5166666]},"properties":{"@type":"node","@id":9203541573,"@timestamp":1635292483},"coords":"51.5166666,-0.1050222","bedrooms":"2","price":"173000","area":"587"} , +{"type":"Feature","id":"n9203548525","geometry":{"type":"Point","coordinates":[-0.0218911,51.5386056]},"properties":{"@type":"node","@id":9203548525,"@timestamp":1635293664},"coords":"51.5386056,-0.0218911","bedrooms":"2","price":"155000","area":"400"} , +{"type":"Feature","id":"n9203578107","geometry":{"type":"Point","coordinates":[-0.0802827,51.5176536]},"properties":{"@type":"node","@id":9203578107,"@timestamp":1635296918},"coords":"51.5176536,-0.0802827","bedrooms":"0","price":"218000","area":"560"} , +{"type":"Feature","id":"n9203639187","geometry":{"type":"Point","coordinates":[0.0186054,51.4061679]},"properties":{"@type":"node","@id":9203639187,"@timestamp":1635305993},"coords":"51.4061679,0.0186054","bedrooms":"0","price":"268000","area":"678"} , +{"type":"Feature","id":"n9203661341","geometry":{"type":"Point","coordinates":[-0.3261073,51.4828089]},"properties":{"@type":"node","@id":9203661341,"@timestamp":1635304637},"coords":"51.4828089,-0.3261073","bedrooms":"4","price":"214000","area":"362"} , +{"type":"Feature","id":"n9203994779","geometry":{"type":"Point","coordinates":[-0.1391261,51.5228084]},"properties":{"@type":"node","@id":9203994779,"@timestamp":1635317370},"coords":"51.5228084,-0.1391261","bedrooms":"4","price":"289000","area":"392"} , +{"type":"Feature","id":"n9204148087","geometry":{"type":"Point","coordinates":[0.0682564,51.4360552]},"properties":{"@type":"node","@id":9204148087,"@timestamp":1635320143},"coords":"51.4360552,0.0682564","bedrooms":"1","price":"210000","area":"580"} , +{"type":"Feature","id":"n9204278858","geometry":{"type":"Point","coordinates":[0.0246583,51.4755849]},"properties":{"@type":"node","@id":9204278858,"@timestamp":1635323091},"coords":"51.4755849,0.0246583","bedrooms":"1","price":"220000","area":"543"} , +{"type":"Feature","id":"n9204510930","geometry":{"type":"Point","coordinates":[0.8715116,51.1490821]},"properties":{"@type":"node","@id":9204510930,"@timestamp":1635330063},"coords":"51.1490821,0.8715116","bedrooms":"2","price":"198000","area":"469"} , +{"type":"Feature","id":"n9204576213","geometry":{"type":"Point","coordinates":[-1.0330343,51.9292496]},"properties":{"@type":"node","@id":9204576213,"@timestamp":1635332128},"coords":"51.9292496,-1.0330343","bedrooms":"3","price":"279000","area":"676"} , +{"type":"Feature","id":"n9204576246","geometry":{"type":"Point","coordinates":[-1.0369717,51.9306704]},"properties":{"@type":"node","@id":9204576246,"@timestamp":1635332128},"coords":"51.9306704,-1.0369717","bedrooms":"3","price":"292000","area":"669"} , +{"type":"Feature","id":"n9204576403","geometry":{"type":"Point","coordinates":[-1.0249085,51.9432594]},"properties":{"@type":"node","@id":9204576403,"@timestamp":1635332128},"coords":"51.9432594,-1.0249085","bedrooms":"4","price":"221000","area":"431"} , +{"type":"Feature","id":"n9204612993","geometry":{"type":"Point","coordinates":[-0.2484511,51.5912042]},"properties":{"@type":"node","@id":9204612993,"@timestamp":1635334238},"coords":"51.5912042,-0.2484511","bedrooms":"2","price":"239000","area":"688"} , +{"type":"Feature","id":"n9204970855","geometry":{"type":"Point","coordinates":[-0.9303541,51.9630981]},"properties":{"@type":"node","@id":9204970855,"@timestamp":1635344446},"coords":"51.9630981,-0.9303541","bedrooms":"3","price":"243000","area":"612"} , +{"type":"Feature","id":"n9204993769","geometry":{"type":"Point","coordinates":[-0.9505701,51.9676284]},"properties":{"@type":"node","@id":9204993769,"@timestamp":1635344446},"coords":"51.9676284,-0.9505701","bedrooms":"2","price":"246000","area":"599"} , +{"type":"Feature","id":"n9204993796","geometry":{"type":"Point","coordinates":[-0.969646,51.9714072]},"properties":{"@type":"node","@id":9204993796,"@timestamp":1635344446},"coords":"51.9714072,-0.969646","bedrooms":"1","price":"242000","area":"667"} , +{"type":"Feature","id":"n9204993806","geometry":{"type":"Point","coordinates":[-0.9745901,51.9763808]},"properties":{"@type":"node","@id":9204993806,"@timestamp":1635344446},"coords":"51.9763808,-0.9745901","bedrooms":"3","price":"251000","area":"688"} , +{"type":"Feature","id":"n9204993816","geometry":{"type":"Point","coordinates":[-0.9785501,51.9809972]},"properties":{"@type":"node","@id":9204993816,"@timestamp":1635344446},"coords":"51.9809972,-0.9785501","bedrooms":"1","price":"243000","area":"662"} , +{"type":"Feature","id":"n9204993826","geometry":{"type":"Point","coordinates":[-0.977468,51.9712493]},"properties":{"@type":"node","@id":9204993826,"@timestamp":1635344446},"coords":"51.9712493,-0.977468","bedrooms":"2","price":"176000","area":"494"} , +{"type":"Feature","id":"n9204993836","geometry":{"type":"Point","coordinates":[-0.9793433,51.9598803]},"properties":{"@type":"node","@id":9204993836,"@timestamp":1635344446},"coords":"51.9598803,-0.9793433","bedrooms":"0","price":"247000","area":"513"} , +{"type":"Feature","id":"n9205054970","geometry":{"type":"Point","coordinates":[-0.7620812,51.6176488]},"properties":{"@type":"node","@id":9205054970,"@timestamp":1635347748},"coords":"51.6176488,-0.7620812","bedrooms":"0","price":"193000","area":"440"} , +{"type":"Feature","id":"n9205135051","geometry":{"type":"Point","coordinates":[0.0617167,51.4824113]},"properties":{"@type":"node","@id":9205135051,"@timestamp":1635355862},"coords":"51.4824113,0.0617167","bedrooms":"0","price":"246000","area":"378"} , +{"type":"Feature","id":"n9205135061","geometry":{"type":"Point","coordinates":[0.0621919,51.4825987]},"properties":{"@type":"node","@id":9205135061,"@timestamp":1635355862},"coords":"51.4825987,0.0621919","bedrooms":"3","price":"182000","area":"401"} , +{"type":"Feature","id":"n9205194824","geometry":{"type":"Point","coordinates":[-1.0202929,51.617681]},"properties":{"@type":"node","@id":9205194824,"@timestamp":1635349962},"coords":"51.617681,-1.0202929","bedrooms":"3","price":"240000","area":"415"} , +{"type":"Feature","id":"n9205267169","geometry":{"type":"Point","coordinates":[0.0327279,51.4522944]},"properties":{"@type":"node","@id":9205267169,"@timestamp":1635351845},"coords":"51.4522944,0.0327279","bedrooms":"0","price":"178000","area":"620"} , +{"type":"Feature","id":"n9205339266","geometry":{"type":"Point","coordinates":[0.0329403,51.4516373]},"properties":{"@type":"node","@id":9205339266,"@timestamp":1635353399},"coords":"51.4516373,0.0329403","bedrooms":"2","price":"200000","area":"586"} , +{"type":"Feature","id":"n9205428926","geometry":{"type":"Point","coordinates":[0.1181544,51.442941]},"properties":{"@type":"node","@id":9205428926,"@timestamp":1635356418},"coords":"51.442941,0.1181544","bedrooms":"1","price":"198000","area":"690"} , +{"type":"Feature","id":"n9205428936","geometry":{"type":"Point","coordinates":[0.1184687,51.4446325]},"properties":{"@type":"node","@id":9205428936,"@timestamp":1635356418},"coords":"51.4446325,0.1184687","bedrooms":"3","price":"191000","area":"635"} , +{"type":"Feature","id":"n9205428946","geometry":{"type":"Point","coordinates":[0.1172882,51.4457323]},"properties":{"@type":"node","@id":9205428946,"@timestamp":1635356418},"coords":"51.4457323,0.1172882","bedrooms":"1","price":"263000","area":"694"} , +{"type":"Feature","id":"n9205428956","geometry":{"type":"Point","coordinates":[0.1168105,51.4472256]},"properties":{"@type":"node","@id":9205428956,"@timestamp":1635356418},"coords":"51.4472256,0.1168105","bedrooms":"4","price":"256000","area":"502"} , +{"type":"Feature","id":"n9205506050","geometry":{"type":"Point","coordinates":[0.0301786,51.4524842]},"properties":{"@type":"node","@id":9205506050,"@timestamp":1635358645},"coords":"51.4524842,0.0301786","bedrooms":"0","price":"201000","area":"663"} , +{"type":"Feature","id":"n9205506533","geometry":{"type":"Point","coordinates":[0.0180674,51.5441411]},"properties":{"@type":"node","@id":9205506533,"@timestamp":1635358675},"coords":"51.5441411,0.0180674","bedrooms":"0","price":"179000","area":"380"} , +{"type":"Feature","id":"n9205536351","geometry":{"type":"Point","coordinates":[-0.9635255,51.4532134]},"properties":{"@type":"node","@id":9205536351,"@timestamp":1635363683},"coords":"51.4532134,-0.9635255","bedrooms":"2","price":"220000","area":"451"} , +{"type":"Feature","id":"n9205695331","geometry":{"type":"Point","coordinates":[-0.017369,50.9572977]},"properties":{"@type":"node","@id":9205695331,"@timestamp":1635364934},"coords":"50.9572977,-0.017369","bedrooms":"1","price":"234000","area":"486"} , +{"type":"Feature","id":"n9206206670","geometry":{"type":"Point","coordinates":[-0.3547384,51.4704448]},"properties":{"@type":"node","@id":9206206670,"@timestamp":1635365905},"coords":"51.4704448,-0.3547384","bedrooms":"2","price":"173000","area":"648"} , +{"type":"Feature","id":"n9206257303","geometry":{"type":"Point","coordinates":[0.8676841,51.1482509]},"properties":{"@type":"node","@id":9206257303,"@timestamp":1635367250},"coords":"51.1482509,0.8676841","bedrooms":"3","price":"205000","area":"369"} , +{"type":"Feature","id":"n9206257320","geometry":{"type":"Point","coordinates":[0.8696622,51.1470339]},"properties":{"@type":"node","@id":9206257320,"@timestamp":1635367250},"coords":"51.1470339,0.8696622","bedrooms":"4","price":"240000","area":"685"} , +{"type":"Feature","id":"n9206257371","geometry":{"type":"Point","coordinates":[0.8715679,51.1461043]},"properties":{"@type":"node","@id":9206257371,"@timestamp":1635367250},"coords":"51.1461043,0.8715679","bedrooms":"2","price":"244000","area":"667"} , +{"type":"Feature","id":"n9206360111","geometry":{"type":"Point","coordinates":[-0.9579877,51.4655429]},"properties":{"@type":"node","@id":9206360111,"@timestamp":1635371000},"coords":"51.4655429,-0.9579877","bedrooms":"2","price":"249000","area":"601"} , +{"type":"Feature","id":"n9206371393","geometry":{"type":"Point","coordinates":[-0.4163543,51.6462695]},"properties":{"@type":"node","@id":9206371393,"@timestamp":1635372337},"coords":"51.6462695,-0.4163543","bedrooms":"3","price":"216000","area":"396"} , +{"type":"Feature","id":"n9206375218","geometry":{"type":"Point","coordinates":[-0.9562136,51.4655285]},"properties":{"@type":"node","@id":9206375218,"@timestamp":1635371000},"coords":"51.4655285,-0.9562136","bedrooms":"3","price":"207000","area":"489"} , +{"type":"Feature","id":"n9206375237","geometry":{"type":"Point","coordinates":[-0.9530467,51.4664341]},"properties":{"@type":"node","@id":9206375237,"@timestamp":1635371000},"coords":"51.4664341,-0.9530467","bedrooms":"4","price":"279000","area":"371"} , +{"type":"Feature","id":"n9206375247","geometry":{"type":"Point","coordinates":[-0.9541325,51.4668195]},"properties":{"@type":"node","@id":9206375247,"@timestamp":1635371000},"coords":"51.4668195,-0.9541325","bedrooms":"0","price":"208000","area":"667"} , +{"type":"Feature","id":"n9206375257","geometry":{"type":"Point","coordinates":[-0.9514835,51.4670777]},"properties":{"@type":"node","@id":9206375257,"@timestamp":1635371000},"coords":"51.4670777,-0.9514835","bedrooms":"1","price":"153000","area":"369"} , +{"type":"Feature","id":"n9206375267","geometry":{"type":"Point","coordinates":[-0.9538381,51.4670911]},"properties":{"@type":"node","@id":9206375267,"@timestamp":1635371000},"coords":"51.4670911,-0.9538381","bedrooms":"0","price":"280000","area":"636"} , +{"type":"Feature","id":"n9206375277","geometry":{"type":"Point","coordinates":[-0.9517441,51.467751]},"properties":{"@type":"node","@id":9206375277,"@timestamp":1635371000},"coords":"51.467751,-0.9517441","bedrooms":"4","price":"216000","area":"677"} , +{"type":"Feature","id":"n9206383544","geometry":{"type":"Point","coordinates":[-0.415713,51.6462504]},"properties":{"@type":"node","@id":9206383544,"@timestamp":1635371749},"coords":"51.6462504,-0.415713","bedrooms":"3","price":"159000","area":"483"} , +{"type":"Feature","id":"n9206383564","geometry":{"type":"Point","coordinates":[-0.4158207,51.6461259]},"properties":{"@type":"node","@id":9206383564,"@timestamp":1635371749},"coords":"51.6461259,-0.4158207","bedrooms":"1","price":"235000","area":"688"} , +{"type":"Feature","id":"n9206428342","geometry":{"type":"Point","coordinates":[-0.4166882,51.6463875]},"properties":{"@type":"node","@id":9206428342,"@timestamp":1635373924},"coords":"51.6463875,-0.4166882","bedrooms":"4","price":"274000","area":"402"} , +{"type":"Feature","id":"n9206428352","geometry":{"type":"Point","coordinates":[-0.4165798,51.6463536]},"properties":{"@type":"node","@id":9206428352,"@timestamp":1635373924},"coords":"51.6463536,-0.4165798","bedrooms":"3","price":"270000","area":"690"} , +{"type":"Feature","id":"n9206428362","geometry":{"type":"Point","coordinates":[-0.4166885,51.646334]},"properties":{"@type":"node","@id":9206428362,"@timestamp":1635373924},"coords":"51.646334,-0.4166885","bedrooms":"2","price":"164000","area":"511"} , +{"type":"Feature","id":"n9206463939","geometry":{"type":"Point","coordinates":[0.0305579,51.451932]},"properties":{"@type":"node","@id":9206463939,"@timestamp":1635375801},"coords":"51.451932,0.0305579","bedrooms":"3","price":"203000","area":"616"} , +{"type":"Feature","id":"n9206463981","geometry":{"type":"Point","coordinates":[0.0310468,51.4519356]},"properties":{"@type":"node","@id":9206463981,"@timestamp":1635375801},"coords":"51.4519356,0.0310468","bedrooms":"3","price":"221000","area":"683"} , +{"type":"Feature","id":"n9206489796","geometry":{"type":"Point","coordinates":[-0.3835669,51.51221]},"properties":{"@type":"node","@id":9206489796,"@timestamp":1635378858},"coords":"51.51221,-0.3835669","bedrooms":"0","price":"200000","area":"464"} , +{"type":"Feature","id":"n9206581861","geometry":{"type":"Point","coordinates":[0.0292632,51.4507813]},"properties":{"@type":"node","@id":9206581861,"@timestamp":1635387520},"coords":"51.4507813,0.0292632","bedrooms":"1","price":"153000","area":"468"} , +{"type":"Feature","id":"n9206581871","geometry":{"type":"Point","coordinates":[0.0294363,51.450606]},"properties":{"@type":"node","@id":9206581871,"@timestamp":1635387520},"coords":"51.450606,0.0294363","bedrooms":"4","price":"213000","area":"618"} , +{"type":"Feature","id":"n9207043175","geometry":{"type":"Point","coordinates":[-0.190292,51.7942824]},"properties":{"@type":"node","@id":9207043175,"@timestamp":1635407366},"coords":"51.7942824,-0.190292","bedrooms":"2","price":"191000","area":"519"} , +{"type":"Feature","id":"n9207043185","geometry":{"type":"Point","coordinates":[-0.1896644,51.7920146]},"properties":{"@type":"node","@id":9207043185,"@timestamp":1635407366},"coords":"51.7920146,-0.1896644","bedrooms":"0","price":"227000","area":"391"} , +{"type":"Feature","id":"n9207043195","geometry":{"type":"Point","coordinates":[-0.1837233,51.7931361]},"properties":{"@type":"node","@id":9207043195,"@timestamp":1635407366},"coords":"51.7931361,-0.1837233","bedrooms":"3","price":"165000","area":"694"} , +{"type":"Feature","id":"n9207043205","geometry":{"type":"Point","coordinates":[-0.1835302,51.7959794]},"properties":{"@type":"node","@id":9207043205,"@timestamp":1635407366},"coords":"51.7959794,-0.1835302","bedrooms":"2","price":"212000","area":"436"} , +{"type":"Feature","id":"n9207043215","geometry":{"type":"Point","coordinates":[-0.1883715,51.7952047]},"properties":{"@type":"node","@id":9207043215,"@timestamp":1635407366},"coords":"51.7952047,-0.1883715","bedrooms":"0","price":"213000","area":"667"} , +{"type":"Feature","id":"n9207059282","geometry":{"type":"Point","coordinates":[-0.2546288,51.9497224]},"properties":{"@type":"node","@id":9207059282,"@timestamp":1635407804},"coords":"51.9497224,-0.2546288","bedrooms":"3","price":"296000","area":"459"} , +{"type":"Feature","id":"n9207059292","geometry":{"type":"Point","coordinates":[-0.2541983,51.9513433]},"properties":{"@type":"node","@id":9207059292,"@timestamp":1635407804},"coords":"51.9513433,-0.2541983","bedrooms":"3","price":"150000","area":"600"} , +{"type":"Feature","id":"n9207059302","geometry":{"type":"Point","coordinates":[-0.2529377,51.9512887]},"properties":{"@type":"node","@id":9207059302,"@timestamp":1635407804},"coords":"51.9512887,-0.2529377","bedrooms":"4","price":"284000","area":"540"} , +{"type":"Feature","id":"n9207059312","geometry":{"type":"Point","coordinates":[-0.2540816,51.950172]},"properties":{"@type":"node","@id":9207059312,"@timestamp":1635407804},"coords":"51.950172,-0.2540816","bedrooms":"1","price":"183000","area":"498"} , +{"type":"Feature","id":"n9207090420","geometry":{"type":"Point","coordinates":[-0.2545001,51.9499919]},"properties":{"@type":"node","@id":9207090420,"@timestamp":1635407804},"coords":"51.9499919,-0.2545001","bedrooms":"2","price":"260000","area":"540"} , +{"type":"Feature","id":"n9207090430","geometry":{"type":"Point","coordinates":[-0.2535653,51.9494653]},"properties":{"@type":"node","@id":9207090430,"@timestamp":1635407804},"coords":"51.9494653,-0.2535653","bedrooms":"1","price":"174000","area":"379"} , +{"type":"Feature","id":"n9207090440","geometry":{"type":"Point","coordinates":[-0.2511218,51.9492868]},"properties":{"@type":"node","@id":9207090440,"@timestamp":1635407804},"coords":"51.9492868,-0.2511218","bedrooms":"4","price":"162000","area":"469"} , +{"type":"Feature","id":"n9207090450","geometry":{"type":"Point","coordinates":[-0.2489868,51.9484502]},"properties":{"@type":"node","@id":9207090450,"@timestamp":1635407804},"coords":"51.9484502,-0.2489868","bedrooms":"1","price":"206000","area":"504"} , +{"type":"Feature","id":"n9207278825","geometry":{"type":"Point","coordinates":[-0.210011,51.4939764]},"properties":{"@type":"node","@id":9207278825,"@timestamp":1635412925},"coords":"51.4939764,-0.210011","bedrooms":"4","price":"278000","area":"574"} , +{"type":"Feature","id":"n9207335390","geometry":{"type":"Point","coordinates":[0.0637472,51.4872597]},"properties":{"@type":"node","@id":9207335390,"@timestamp":1635416634},"coords":"51.4872597,0.0637472","bedrooms":"0","price":"254000","area":"577"} , +{"type":"Feature","id":"n9207349873","geometry":{"type":"Point","coordinates":[-0.9555248,51.9720565]},"properties":{"@type":"node","@id":9207349873,"@timestamp":1635415515},"coords":"51.9720565,-0.9555248","bedrooms":"4","price":"293000","area":"363"} , +{"type":"Feature","id":"n9207349916","geometry":{"type":"Point","coordinates":[-0.973474,51.9510162]},"properties":{"@type":"node","@id":9207349916,"@timestamp":1635415515},"coords":"51.9510162,-0.973474","bedrooms":"2","price":"168000","area":"685"} , +{"type":"Feature","id":"n9207414026","geometry":{"type":"Point","coordinates":[0.0626336,51.4880468]},"properties":{"@type":"node","@id":9207414026,"@timestamp":1635417700},"coords":"51.4880468,0.0626336","bedrooms":"2","price":"239000","area":"531"} , +{"type":"Feature","id":"n9207417595","geometry":{"type":"Point","coordinates":[-0.4173435,51.645896]},"properties":{"@type":"node","@id":9207417595,"@timestamp":1635418596},"coords":"51.645896,-0.4173435","bedrooms":"0","price":"243000","area":"537"} , +{"type":"Feature","id":"n9207417605","geometry":{"type":"Point","coordinates":[-0.41747,51.6456585]},"properties":{"@type":"node","@id":9207417605,"@timestamp":1635418596},"coords":"51.6456585,-0.41747","bedrooms":"1","price":"204000","area":"553"} , +{"type":"Feature","id":"n9207417615","geometry":{"type":"Point","coordinates":[-0.4169154,51.6457001]},"properties":{"@type":"node","@id":9207417615,"@timestamp":1635418596},"coords":"51.6457001,-0.4169154","bedrooms":"0","price":"206000","area":"416"} , +{"type":"Feature","id":"n9207445878","geometry":{"type":"Point","coordinates":[-0.8730837,51.9797952]},"properties":{"@type":"node","@id":9207445878,"@timestamp":1635418602},"coords":"51.9797952,-0.8730837","bedrooms":"0","price":"162000","area":"538"} , +{"type":"Feature","id":"n9207448639","geometry":{"type":"Point","coordinates":[-0.4154867,51.6465185]},"properties":{"@type":"node","@id":9207448639,"@timestamp":1635418596},"coords":"51.6465185,-0.4154867","bedrooms":"2","price":"190000","area":"678"} , +{"type":"Feature","id":"n9207448738","geometry":{"type":"Point","coordinates":[-0.846814,51.9808964]},"properties":{"@type":"node","@id":9207448738,"@timestamp":1635418602},"coords":"51.9808964,-0.846814","bedrooms":"0","price":"261000","area":"369"} , +{"type":"Feature","id":"n9207574863","geometry":{"type":"Point","coordinates":[0.0631463,51.488505]},"properties":{"@type":"node","@id":9207574863,"@timestamp":1635422212},"coords":"51.488505,0.0631463","bedrooms":"2","price":"189000","area":"602"} , +{"type":"Feature","id":"n9207576020","geometry":{"type":"Point","coordinates":[0.0631747,51.4885554]},"properties":{"@type":"node","@id":9207576020,"@timestamp":1635422212},"coords":"51.4885554,0.0631747","bedrooms":"2","price":"258000","area":"482"} , +{"type":"Feature","id":"n9207576032","geometry":{"type":"Point","coordinates":[0.0625189,51.4883613]},"properties":{"@type":"node","@id":9207576032,"@timestamp":1635422212},"coords":"51.4883613,0.0625189","bedrooms":"1","price":"151000","area":"644"} , +{"type":"Feature","id":"n9207638677","geometry":{"type":"Point","coordinates":[0.0626993,51.4891556]},"properties":{"@type":"node","@id":9207638677,"@timestamp":1635424572},"coords":"51.4891556,0.0626993","bedrooms":"3","price":"236000","area":"655"} , +{"type":"Feature","id":"n9207803441","geometry":{"type":"Point","coordinates":[0.0612572,51.4930722]},"properties":{"@type":"node","@id":9207803441,"@timestamp":1635428695},"coords":"51.4930722,0.0612572","bedrooms":"2","price":"157000","area":"527"} , +{"type":"Feature","id":"n9207807431","geometry":{"type":"Point","coordinates":[-1.0150311,51.980606]},"properties":{"@type":"node","@id":9207807431,"@timestamp":1635428948},"coords":"51.980606,-1.0150311","bedrooms":"1","price":"279000","area":"537"} , +{"type":"Feature","id":"n9207836797","geometry":{"type":"Point","coordinates":[-0.4176472,51.6473564]},"properties":{"@type":"node","@id":9207836797,"@timestamp":1635430445},"coords":"51.6473564,-0.4176472","bedrooms":"1","price":"212000","area":"487"} , +{"type":"Feature","id":"n9207878415","geometry":{"type":"Point","coordinates":[0.1180581,51.4400309]},"properties":{"@type":"node","@id":9207878415,"@timestamp":1635432563},"coords":"51.4400309,0.1180581","bedrooms":"2","price":"156000","area":"534"} , +{"type":"Feature","id":"n9208057360","geometry":{"type":"Point","coordinates":[-0.032583,51.5223188]},"properties":{"@type":"node","@id":9208057360,"@timestamp":1635437897},"coords":"51.5223188,-0.032583","bedrooms":"2","price":"177000","area":"506"} , +{"type":"Feature","id":"n9208057370","geometry":{"type":"Point","coordinates":[-0.0321432,51.5220892]},"properties":{"@type":"node","@id":9208057370,"@timestamp":1635437897},"coords":"51.5220892,-0.0321432","bedrooms":"1","price":"234000","area":"653"} , +{"type":"Feature","id":"n9208057380","geometry":{"type":"Point","coordinates":[-0.0322888,51.5219218]},"properties":{"@type":"node","@id":9208057380,"@timestamp":1635437897},"coords":"51.5219218,-0.0322888","bedrooms":"3","price":"229000","area":"679"} , +{"type":"Feature","id":"n9208057390","geometry":{"type":"Point","coordinates":[-0.0312423,51.5218765]},"properties":{"@type":"node","@id":9208057390,"@timestamp":1635437897},"coords":"51.5218765,-0.0312423","bedrooms":"1","price":"293000","area":"423"} , +{"type":"Feature","id":"n9208160691","geometry":{"type":"Point","coordinates":[-0.2120057,51.494309]},"properties":{"@type":"node","@id":9208160691,"@timestamp":1635441518},"coords":"51.494309,-0.2120057","bedrooms":"4","price":"280000","area":"367"} , +{"type":"Feature","id":"n9208391460","geometry":{"type":"Point","coordinates":[-0.938991,51.4485931]},"properties":{"@type":"node","@id":9208391460,"@timestamp":1635449878},"coords":"51.4485931,-0.938991","bedrooms":"1","price":"226000","area":"663"} , +{"type":"Feature","id":"n9208391471","geometry":{"type":"Point","coordinates":[-0.9452185,51.4479503]},"properties":{"@type":"node","@id":9208391471,"@timestamp":1635449878},"coords":"51.4479503,-0.9452185","bedrooms":"0","price":"186000","area":"391"} , +{"type":"Feature","id":"n9208391481","geometry":{"type":"Point","coordinates":[-0.9454911,51.4505648]},"properties":{"@type":"node","@id":9208391481,"@timestamp":1635449878},"coords":"51.4505648,-0.9454911","bedrooms":"3","price":"158000","area":"361"} , +{"type":"Feature","id":"n9208413236","geometry":{"type":"Point","coordinates":[-0.9477873,51.4485807]},"properties":{"@type":"node","@id":9208413236,"@timestamp":1635451297},"coords":"51.4485807,-0.9477873","bedrooms":"3","price":"253000","area":"370"} , +{"type":"Feature","id":"n9208413252","geometry":{"type":"Point","coordinates":[-0.9517532,51.448088]},"properties":{"@type":"node","@id":9208413252,"@timestamp":1635451297},"coords":"51.448088,-0.9517532","bedrooms":"0","price":"298000","area":"676"} , +{"type":"Feature","id":"n9208442973","geometry":{"type":"Point","coordinates":[-0.9506274,51.4467517]},"properties":{"@type":"node","@id":9208442973,"@timestamp":1635451486},"coords":"51.4467517,-0.9506274","bedrooms":"4","price":"253000","area":"610"} , +{"type":"Feature","id":"n9208635699","geometry":{"type":"Point","coordinates":[-0.1138001,51.5044324]},"properties":{"@type":"node","@id":9208635699,"@timestamp":1635460689},"coords":"51.5044324,-0.1138001","bedrooms":"1","price":"207000","area":"360"} , +{"type":"Feature","id":"n9208652419","geometry":{"type":"Point","coordinates":[-0.956217,51.4676312]},"properties":{"@type":"node","@id":9208652419,"@timestamp":1635458936},"coords":"51.4676312,-0.956217","bedrooms":"1","price":"270000","area":"462"} , +{"type":"Feature","id":"n9208652912","geometry":{"type":"Point","coordinates":[-0.7530446,51.300555]},"properties":{"@type":"node","@id":9208652912,"@timestamp":1635459627},"coords":"51.300555,-0.7530446","bedrooms":"3","price":"298000","area":"357"} , +{"type":"Feature","id":"n9208660424","geometry":{"type":"Point","coordinates":[-0.7512697,51.3047143]},"properties":{"@type":"node","@id":9208660424,"@timestamp":1635459627},"coords":"51.3047143,-0.7512697","bedrooms":"4","price":"192000","area":"665"} , +{"type":"Feature","id":"n9208660444","geometry":{"type":"Point","coordinates":[-0.7503735,51.3092277]},"properties":{"@type":"node","@id":9208660444,"@timestamp":1635459627},"coords":"51.3092277,-0.7503735","bedrooms":"4","price":"163000","area":"631"} , +{"type":"Feature","id":"n9208833229","geometry":{"type":"Point","coordinates":[-0.1315609,51.5276495]},"properties":{"@type":"node","@id":9208833229,"@timestamp":1635471740},"coords":"51.5276495,-0.1315609","bedrooms":"4","price":"253000","area":"601"} , +{"type":"Feature","id":"n9208954682","geometry":{"type":"Point","coordinates":[-0.0747947,51.4256875]},"properties":{"@type":"node","@id":9208954682,"@timestamp":1635482095},"coords":"51.4256875,-0.0747947","bedrooms":"1","price":"185000","area":"680"} , +{"type":"Feature","id":"n9209001856","geometry":{"type":"Point","coordinates":[-0.0748981,51.4257488]},"properties":{"@type":"node","@id":9209001856,"@timestamp":1635482095},"coords":"51.4257488,-0.0748981","bedrooms":"1","price":"271000","area":"601"} , +{"type":"Feature","id":"n9209141534","geometry":{"type":"Point","coordinates":[-0.2092818,51.4907183]},"properties":{"@type":"node","@id":9209141534,"@timestamp":1635950963},"coords":"51.4907183,-0.2092818","bedrooms":"0","price":"271000","area":"391"} , +{"type":"Feature","id":"n9209620938","geometry":{"type":"Point","coordinates":[-1.0987249,51.6022036]},"properties":{"@type":"node","@id":9209620938,"@timestamp":1635502218},"coords":"51.6022036,-1.0987249","bedrooms":"3","price":"291000","area":"440"} , +{"type":"Feature","id":"n9209811136","geometry":{"type":"Point","coordinates":[0.0085185,51.5451172]},"properties":{"@type":"node","@id":9209811136,"@timestamp":1635508515},"coords":"51.5451172,0.0085185","bedrooms":"0","price":"259000","area":"432"} , +{"type":"Feature","id":"n9209889783","geometry":{"type":"Point","coordinates":[-1.083105,51.2678584]},"properties":{"@type":"node","@id":9209889783,"@timestamp":1635509947},"coords":"51.2678584,-1.083105","bedrooms":"1","price":"251000","area":"553"} , +{"type":"Feature","id":"n9209950566","geometry":{"type":"Point","coordinates":[0.8905053,51.128742]},"properties":{"@type":"node","@id":9209950566,"@timestamp":1635511860},"coords":"51.128742,0.8905053","bedrooms":"1","price":"222000","area":"500"} , +{"type":"Feature","id":"n9209950576","geometry":{"type":"Point","coordinates":[0.8903438,51.1286629]},"properties":{"@type":"node","@id":9209950576,"@timestamp":1635511860},"coords":"51.1286629,0.8903438","bedrooms":"3","price":"265000","area":"401"} , +{"type":"Feature","id":"n9210066364","geometry":{"type":"Point","coordinates":[-0.1249629,51.5881394]},"properties":{"@type":"node","@id":9210066364,"@timestamp":1635515002},"coords":"51.5881394,-0.1249629","bedrooms":"4","price":"255000","area":"431"} , +{"type":"Feature","id":"n9210202338","geometry":{"type":"Point","coordinates":[-0.0368056,51.5013865]},"properties":{"@type":"node","@id":9210202338,"@timestamp":1635542165},"coords":"51.5013865,-0.0368056","bedrooms":"4","price":"211000","area":"555"} , +{"type":"Feature","id":"n9210447058","geometry":{"type":"Point","coordinates":[-0.0257276,51.1280937]},"properties":{"@type":"node","@id":9210447058,"@timestamp":1635525642},"coords":"51.1280937,-0.0257276","bedrooms":"1","price":"289000","area":"493"} , +{"type":"Feature","id":"n9210459021","geometry":{"type":"Point","coordinates":[-0.0514095,51.5408195]},"properties":{"@type":"node","@id":9210459021,"@timestamp":1635525438},"coords":"51.5408195,-0.0514095","bedrooms":"4","price":"222000","area":"469"} , +{"type":"Feature","id":"n9210633876","geometry":{"type":"Point","coordinates":[-0.1366741,51.4993038]},"properties":{"@type":"node","@id":9210633876,"@timestamp":1635529730},"coords":"51.4993038,-0.1366741","bedrooms":"1","price":"166000","area":"426"} , +{"type":"Feature","id":"n9210937783","geometry":{"type":"Point","coordinates":[-0.1237631,51.4866289]},"properties":{"@type":"node","@id":9210937783,"@timestamp":1635536993},"coords":"51.4866289,-0.1237631","bedrooms":"2","price":"215000","area":"535"} , +{"type":"Feature","id":"n9211025666","geometry":{"type":"Point","coordinates":[-0.1292717,51.4884872]},"properties":{"@type":"node","@id":9211025666,"@timestamp":1635541069},"coords":"51.4884872,-0.1292717","bedrooms":"2","price":"178000","area":"353"} , +{"type":"Feature","id":"n9211125226","geometry":{"type":"Point","coordinates":[-0.7579559,51.2946719]},"properties":{"@type":"node","@id":9211125226,"@timestamp":1635544303},"coords":"51.2946719,-0.7579559","bedrooms":"3","price":"242000","area":"567"} , +{"type":"Feature","id":"n9211144982","geometry":{"type":"Point","coordinates":[-0.7526616,51.2940552]},"properties":{"@type":"node","@id":9211144982,"@timestamp":1635544759},"coords":"51.2940552,-0.7526616","bedrooms":"2","price":"263000","area":"541"} , +{"type":"Feature","id":"n9211258351","geometry":{"type":"Point","coordinates":[-0.0752867,51.51293]},"properties":{"@type":"node","@id":9211258351,"@timestamp":1636382073},"coords":"51.51293,-0.0752867","bedrooms":"2","price":"181000","area":"423"} , +{"type":"Feature","id":"n9211337181","geometry":{"type":"Point","coordinates":[-0.0716325,51.5150507]},"properties":{"@type":"node","@id":9211337181,"@timestamp":1635558398},"coords":"51.5150507,-0.0716325","bedrooms":"3","price":"181000","area":"452"} , +{"type":"Feature","id":"n9211510950","geometry":{"type":"Point","coordinates":[-0.2105014,51.4931544]},"properties":{"@type":"node","@id":9211510950,"@timestamp":1635569780},"coords":"51.4931544,-0.2105014","bedrooms":"0","price":"156000","area":"550"} , +{"type":"Feature","id":"n9211710265","geometry":{"type":"Point","coordinates":[-0.0190107,51.4990594]},"properties":{"@type":"node","@id":9211710265,"@timestamp":1635578221},"coords":"51.4990594,-0.0190107","bedrooms":"2","price":"175000","area":"397"} , +{"type":"Feature","id":"n9211750169","geometry":{"type":"Point","coordinates":[0.3742233,51.4365095]},"properties":{"@type":"node","@id":9211750169,"@timestamp":1635580585},"coords":"51.4365095,0.3742233","bedrooms":"0","price":"209000","area":"540"} , +{"type":"Feature","id":"n9211750179","geometry":{"type":"Point","coordinates":[0.3736908,51.4366202]},"properties":{"@type":"node","@id":9211750179,"@timestamp":1635580585},"coords":"51.4366202,0.3736908","bedrooms":"0","price":"229000","area":"604"} , +{"type":"Feature","id":"n9211767124","geometry":{"type":"Point","coordinates":[0.3729542,51.4366667]},"properties":{"@type":"node","@id":9211767124,"@timestamp":1635580585},"coords":"51.4366667,0.3729542","bedrooms":"0","price":"206000","area":"577"} , +{"type":"Feature","id":"n9211767141","geometry":{"type":"Point","coordinates":[0.3732826,51.4364723]},"properties":{"@type":"node","@id":9211767141,"@timestamp":1635580585},"coords":"51.4364723,0.3732826","bedrooms":"1","price":"180000","area":"359"} , +{"type":"Feature","id":"n9211961935","geometry":{"type":"Point","coordinates":[0.3782008,51.4387527]},"properties":{"@type":"node","@id":9211961935,"@timestamp":1635590222},"coords":"51.4387527,0.3782008","bedrooms":"2","price":"157000","area":"417"} , +{"type":"Feature","id":"n9211961984","geometry":{"type":"Point","coordinates":[0.3765339,51.439399]},"properties":{"@type":"node","@id":9211961984,"@timestamp":1635590222},"coords":"51.439399,0.3765339","bedrooms":"2","price":"249000","area":"449"} , +{"type":"Feature","id":"n9211962008","geometry":{"type":"Point","coordinates":[0.3761592,51.4397343]},"properties":{"@type":"node","@id":9211962008,"@timestamp":1635590222},"coords":"51.4397343,0.3761592","bedrooms":"3","price":"167000","area":"458"} , +{"type":"Feature","id":"n9211962050","geometry":{"type":"Point","coordinates":[0.374976,51.4392088]},"properties":{"@type":"node","@id":9211962050,"@timestamp":1635590222},"coords":"51.4392088,0.374976","bedrooms":"4","price":"161000","area":"624"} , +{"type":"Feature","id":"n9211962060","geometry":{"type":"Point","coordinates":[0.3745605,51.4390144]},"properties":{"@type":"node","@id":9211962060,"@timestamp":1635590222},"coords":"51.4390144,0.3745605","bedrooms":"1","price":"274000","area":"356"} , +{"type":"Feature","id":"n9211962070","geometry":{"type":"Point","coordinates":[0.3749102,51.4379771]},"properties":{"@type":"node","@id":9211962070,"@timestamp":1635590222},"coords":"51.4379771,0.3749102","bedrooms":"3","price":"251000","area":"508"} , +{"type":"Feature","id":"n9211962080","geometry":{"type":"Point","coordinates":[0.3751071,51.4387008]},"properties":{"@type":"node","@id":9211962080,"@timestamp":1635590222},"coords":"51.4387008,0.3751071","bedrooms":"2","price":"269000","area":"563"} , +{"type":"Feature","id":"n9211962090","geometry":{"type":"Point","coordinates":[0.3750824,51.438891]},"properties":{"@type":"node","@id":9211962090,"@timestamp":1635590222},"coords":"51.438891,0.3750824","bedrooms":"3","price":"173000","area":"417"} , +{"type":"Feature","id":"n9211962136","geometry":{"type":"Point","coordinates":[0.3746583,51.4381244]},"properties":{"@type":"node","@id":9211962136,"@timestamp":1635590222},"coords":"51.4381244,0.3746583","bedrooms":"1","price":"192000","area":"384"} , +{"type":"Feature","id":"n9211962178","geometry":{"type":"Point","coordinates":[0.3762257,51.4383134]},"properties":{"@type":"node","@id":9211962178,"@timestamp":1635590222},"coords":"51.4383134,0.3762257","bedrooms":"3","price":"230000","area":"581"} , +{"type":"Feature","id":"n9211962191","geometry":{"type":"Point","coordinates":[0.3775001,51.4376167]},"properties":{"@type":"node","@id":9211962191,"@timestamp":1635590222},"coords":"51.4376167,0.3775001","bedrooms":"3","price":"152000","area":"471"} , +{"type":"Feature","id":"n9212041973","geometry":{"type":"Point","coordinates":[-0.0714809,51.5218028]},"properties":{"@type":"node","@id":9212041973,"@timestamp":1635596558},"coords":"51.5218028,-0.0714809","bedrooms":"1","price":"289000","area":"395"} , +{"type":"Feature","id":"n9212081058","geometry":{"type":"Point","coordinates":[0.371055,51.4416064]},"properties":{"@type":"node","@id":9212081058,"@timestamp":1635596081},"coords":"51.4416064,0.371055","bedrooms":"2","price":"252000","area":"422"} , +{"type":"Feature","id":"n9212081080","geometry":{"type":"Point","coordinates":[0.371101,51.441902]},"properties":{"@type":"node","@id":9212081080,"@timestamp":1635596081},"coords":"51.441902,0.371101","bedrooms":"4","price":"154000","area":"360"} , +{"type":"Feature","id":"n9212081090","geometry":{"type":"Point","coordinates":[0.37106,51.4420187]},"properties":{"@type":"node","@id":9212081090,"@timestamp":1635596081},"coords":"51.4420187,0.37106","bedrooms":"2","price":"176000","area":"465"} , +{"type":"Feature","id":"n9212082124","geometry":{"type":"Point","coordinates":[0.3729345,51.4416304]},"properties":{"@type":"node","@id":9212082124,"@timestamp":1635596081},"coords":"51.4416304,0.3729345","bedrooms":"1","price":"247000","area":"501"} , +{"type":"Feature","id":"n9212082134","geometry":{"type":"Point","coordinates":[0.3729261,51.441802]},"properties":{"@type":"node","@id":9212082134,"@timestamp":1635596081},"coords":"51.441802,0.3729261","bedrooms":"4","price":"153000","area":"549"} , +{"type":"Feature","id":"n9212082144","geometry":{"type":"Point","coordinates":[0.371954,51.4418759]},"properties":{"@type":"node","@id":9212082144,"@timestamp":1635596081},"coords":"51.4418759,0.371954","bedrooms":"1","price":"275000","area":"482"} , +{"type":"Feature","id":"n9212082154","geometry":{"type":"Point","coordinates":[0.3718153,51.441819]},"properties":{"@type":"node","@id":9212082154,"@timestamp":1635596081},"coords":"51.441819,0.3718153","bedrooms":"0","price":"185000","area":"557"} , +{"type":"Feature","id":"n9212082164","geometry":{"type":"Point","coordinates":[0.373001,51.4415508]},"properties":{"@type":"node","@id":9212082164,"@timestamp":1635596081},"coords":"51.4415508,0.373001","bedrooms":"0","price":"267000","area":"659"} , +{"type":"Feature","id":"n9212082174","geometry":{"type":"Point","coordinates":[0.373766,51.4414098]},"properties":{"@type":"node","@id":9212082174,"@timestamp":1635596081},"coords":"51.4414098,0.373766","bedrooms":"2","price":"277000","area":"418"} , +{"type":"Feature","id":"n9212082184","geometry":{"type":"Point","coordinates":[0.3737729,51.4415145]},"properties":{"@type":"node","@id":9212082184,"@timestamp":1635596081},"coords":"51.4415145,0.3737729","bedrooms":"2","price":"278000","area":"449"} , +{"type":"Feature","id":"n9212082194","geometry":{"type":"Point","coordinates":[0.3743607,51.4414206]},"properties":{"@type":"node","@id":9212082194,"@timestamp":1635596081},"coords":"51.4414206,0.3743607","bedrooms":"0","price":"209000","area":"663"} , +{"type":"Feature","id":"n9212091659","geometry":{"type":"Point","coordinates":[-0.4510406,51.7558157]},"properties":{"@type":"node","@id":9212091659,"@timestamp":1635597384},"coords":"51.7558157,-0.4510406","bedrooms":"0","price":"294000","area":"488"} , +{"type":"Feature","id":"n9212174975","geometry":{"type":"Point","coordinates":[-0.2152439,51.4513388]},"properties":{"@type":"node","@id":9212174975,"@timestamp":1635601597},"coords":"51.4513388,-0.2152439","bedrooms":"2","price":"264000","area":"503"} , +{"type":"Feature","id":"n9212306689","geometry":{"type":"Point","coordinates":[0.0951819,51.4312485]},"properties":{"@type":"node","@id":9212306689,"@timestamp":1635606800},"coords":"51.4312485,0.0951819","bedrooms":"1","price":"248000","area":"550"} , +{"type":"Feature","id":"n9212339364","geometry":{"type":"Point","coordinates":[0.0971281,51.430791]},"properties":{"@type":"node","@id":9212339364,"@timestamp":1635607956},"coords":"51.430791,0.0971281","bedrooms":"4","price":"164000","area":"361"} , +{"type":"Feature","id":"n9212655673","geometry":{"type":"Point","coordinates":[-0.3244786,51.42244]},"properties":{"@type":"node","@id":9212655673,"@timestamp":1635622395},"coords":"51.42244,-0.3244786","bedrooms":"0","price":"235000","area":"542"} , +{"type":"Feature","id":"n9212655683","geometry":{"type":"Point","coordinates":[-0.3114779,51.418469]},"properties":{"@type":"node","@id":9212655683,"@timestamp":1635622395},"coords":"51.418469,-0.3114779","bedrooms":"2","price":"285000","area":"519"} , +{"type":"Feature","id":"n9212655693","geometry":{"type":"Point","coordinates":[-0.3370456,51.4271645]},"properties":{"@type":"node","@id":9212655693,"@timestamp":1635622395},"coords":"51.4271645,-0.3370456","bedrooms":"3","price":"199000","area":"538"} , +{"type":"Feature","id":"n9212655703","geometry":{"type":"Point","coordinates":[-0.339929,51.429862]},"properties":{"@type":"node","@id":9212655703,"@timestamp":1635622395},"coords":"51.429862,-0.339929","bedrooms":"1","price":"203000","area":"585"} , +{"type":"Feature","id":"n9212655713","geometry":{"type":"Point","coordinates":[-0.3404185,51.4300819]},"properties":{"@type":"node","@id":9212655713,"@timestamp":1635622395},"coords":"51.4300819,-0.3404185","bedrooms":"1","price":"220000","area":"401"} , +{"type":"Feature","id":"n9212698121","geometry":{"type":"Point","coordinates":[-0.3395367,51.4313651]},"properties":{"@type":"node","@id":9212698121,"@timestamp":1635622395},"coords":"51.4313651,-0.3395367","bedrooms":"3","price":"180000","area":"495"} , +{"type":"Feature","id":"n9212698131","geometry":{"type":"Point","coordinates":[-0.3461872,51.4421893]},"properties":{"@type":"node","@id":9212698131,"@timestamp":1635622395},"coords":"51.4421893,-0.3461872","bedrooms":"2","price":"262000","area":"367"} , +{"type":"Feature","id":"n9212698141","geometry":{"type":"Point","coordinates":[-0.3475176,51.4416533]},"properties":{"@type":"node","@id":9212698141,"@timestamp":1635622395},"coords":"51.4416533,-0.3475176","bedrooms":"2","price":"178000","area":"469"} , +{"type":"Feature","id":"n9212698206","geometry":{"type":"Point","coordinates":[-0.4232774,51.3165274]},"properties":{"@type":"node","@id":9212698206,"@timestamp":1635622694},"coords":"51.3165274,-0.4232774","bedrooms":"0","price":"234000","area":"610"} , +{"type":"Feature","id":"n9212875761","geometry":{"type":"Point","coordinates":[-0.9472735,51.4788672]},"properties":{"@type":"node","@id":9212875761,"@timestamp":1635630434},"coords":"51.4788672,-0.9472735","bedrooms":"0","price":"179000","area":"434"} , +{"type":"Feature","id":"n9212885221","geometry":{"type":"Point","coordinates":[-0.9491861,51.4811132]},"properties":{"@type":"node","@id":9212885221,"@timestamp":1635630434},"coords":"51.4811132,-0.9491861","bedrooms":"1","price":"180000","area":"367"} , +{"type":"Feature","id":"n9212928210","geometry":{"type":"Point","coordinates":[-0.172743,51.3978344]},"properties":{"@type":"node","@id":9212928210,"@timestamp":1635637014},"coords":"51.3978344,-0.172743","bedrooms":"2","price":"161000","area":"576"} , +{"type":"Feature","id":"n9212933944","geometry":{"type":"Point","coordinates":[-0.946683,51.482286]},"properties":{"@type":"node","@id":9212933944,"@timestamp":1635635680},"coords":"51.482286,-0.946683","bedrooms":"4","price":"200000","area":"527"} , +{"type":"Feature","id":"n9212933962","geometry":{"type":"Point","coordinates":[-0.9487869,51.4827974]},"properties":{"@type":"node","@id":9212933962,"@timestamp":1635635680},"coords":"51.4827974,-0.9487869","bedrooms":"3","price":"150000","area":"616"} , +{"type":"Feature","id":"n9213232701","geometry":{"type":"Point","coordinates":[-0.2130472,51.4921564]},"properties":{"@type":"node","@id":9213232701,"@timestamp":1635657664},"coords":"51.4921564,-0.2130472","bedrooms":"2","price":"206000","area":"477"} , +{"type":"Feature","id":"n9213726008","geometry":{"type":"Point","coordinates":[0.0958191,51.4295457]},"properties":{"@type":"node","@id":9213726008,"@timestamp":1635674103},"coords":"51.4295457,0.0958191","bedrooms":"3","price":"238000","area":"619"} , +{"type":"Feature","id":"n9213726018","geometry":{"type":"Point","coordinates":[0.0971377,51.4290313]},"properties":{"@type":"node","@id":9213726018,"@timestamp":1635674103},"coords":"51.4290313,0.0971377","bedrooms":"0","price":"170000","area":"602"} , +{"type":"Feature","id":"n9214485153","geometry":{"type":"Point","coordinates":[-0.9610138,51.4639744]},"properties":{"@type":"node","@id":9214485153,"@timestamp":1635695628},"coords":"51.4639744,-0.9610138","bedrooms":"4","price":"218000","area":"407"} , +{"type":"Feature","id":"n9214535117","geometry":{"type":"Point","coordinates":[-0.6086847,51.1869777]},"properties":{"@type":"node","@id":9214535117,"@timestamp":1635765605},"coords":"51.1869777,-0.6086847","bedrooms":"2","price":"204000","area":"565"} , +{"type":"Feature","id":"n9214552018","geometry":{"type":"Point","coordinates":[-0.6097585,51.1862668]},"properties":{"@type":"node","@id":9214552018,"@timestamp":1635696642},"coords":"51.1862668,-0.6097585","bedrooms":"3","price":"151000","area":"574"} , +{"type":"Feature","id":"n9214589958","geometry":{"type":"Point","coordinates":[-0.3327093,51.0630444]},"properties":{"@type":"node","@id":9214589958,"@timestamp":1635698681},"coords":"51.0630444,-0.3327093","bedrooms":"2","price":"190000","area":"412"} , +{"type":"Feature","id":"n9214807909","geometry":{"type":"Point","coordinates":[-0.1582853,51.4346077]},"properties":{"@type":"node","@id":9214807909,"@timestamp":1635706492},"coords":"51.4346077,-0.1582853","bedrooms":"4","price":"186000","area":"651"} , +{"type":"Feature","id":"n9215011478","geometry":{"type":"Point","coordinates":[-0.9645602,51.4684492]},"properties":{"@type":"node","@id":9215011478,"@timestamp":1635716448},"coords":"51.4684492,-0.9645602","bedrooms":"0","price":"228000","area":"401"} , +{"type":"Feature","id":"n9215011513","geometry":{"type":"Point","coordinates":[-0.9669792,51.4699131]},"properties":{"@type":"node","@id":9215011513,"@timestamp":1635716448},"coords":"51.4699131,-0.9669792","bedrooms":"2","price":"152000","area":"463"} , +{"type":"Feature","id":"n9215058593","geometry":{"type":"Point","coordinates":[-0.7790902,51.2846477]},"properties":{"@type":"node","@id":9215058593,"@timestamp":1635717610},"coords":"51.2846477,-0.7790902","bedrooms":"0","price":"182000","area":"524"} , +{"type":"Feature","id":"n9215058608","geometry":{"type":"Point","coordinates":[-0.7711752,51.2841696]},"properties":{"@type":"node","@id":9215058608,"@timestamp":1635717610},"coords":"51.2841696,-0.7711752","bedrooms":"1","price":"163000","area":"539"} , +{"type":"Feature","id":"n9215063423","geometry":{"type":"Point","coordinates":[-0.7789522,51.2846575]},"properties":{"@type":"node","@id":9215063423,"@timestamp":1635717610},"coords":"51.2846575,-0.7789522","bedrooms":"3","price":"247000","area":"562"} , +{"type":"Feature","id":"n9215091702","geometry":{"type":"Point","coordinates":[-0.7530046,51.289764]},"properties":{"@type":"node","@id":9215091702,"@timestamp":1635721050},"coords":"51.289764,-0.7530046","bedrooms":"4","price":"283000","area":"581"} , +{"type":"Feature","id":"n9215112212","geometry":{"type":"Point","coordinates":[0.0235925,51.9176226]},"properties":{"@type":"node","@id":9215112212,"@timestamp":1635722161},"coords":"51.9176226,0.0235925","bedrooms":"3","price":"262000","area":"612"} , +{"type":"Feature","id":"n9215125522","geometry":{"type":"Point","coordinates":[0.0237588,51.9185921]},"properties":{"@type":"node","@id":9215125522,"@timestamp":1635722161},"coords":"51.9185921,0.0237588","bedrooms":"3","price":"276000","area":"559"} , +{"type":"Feature","id":"n9215611471","geometry":{"type":"Point","coordinates":[-0.1729794,51.5263977]},"properties":{"@type":"node","@id":9215611471,"@timestamp":1635752066},"coords":"51.5263977,-0.1729794","bedrooms":"0","price":"237000","area":"498"} , +{"type":"Feature","id":"n9215819944","geometry":{"type":"Point","coordinates":[0.1095195,51.4271351]},"properties":{"@type":"node","@id":9215819944,"@timestamp":1635757872},"coords":"51.4271351,0.1095195","bedrooms":"1","price":"221000","area":"485"} , +{"type":"Feature","id":"n9215915592","geometry":{"type":"Point","coordinates":[-0.1910425,51.535137]},"properties":{"@type":"node","@id":9215915592,"@timestamp":1635762266},"coords":"51.535137,-0.1910425","bedrooms":"0","price":"292000","area":"658"} , +{"type":"Feature","id":"n9215915602","geometry":{"type":"Point","coordinates":[-0.191744,51.535628]},"properties":{"@type":"node","@id":9215915602,"@timestamp":1635762266},"coords":"51.535628,-0.191744","bedrooms":"0","price":"171000","area":"646"} , +{"type":"Feature","id":"n9215915613","geometry":{"type":"Point","coordinates":[-0.1915511,51.5349495]},"properties":{"@type":"node","@id":9215915613,"@timestamp":1635762266},"coords":"51.5349495,-0.1915511","bedrooms":"0","price":"172000","area":"633"} , +{"type":"Feature","id":"n9215926462","geometry":{"type":"Point","coordinates":[0.1075021,51.4274728]},"properties":{"@type":"node","@id":9215926462,"@timestamp":1635762515},"coords":"51.4274728,0.1075021","bedrooms":"3","price":"235000","area":"465"} , +{"type":"Feature","id":"n9216066227","geometry":{"type":"Point","coordinates":[0.2194455,51.4416322]},"properties":{"@type":"node","@id":9216066227,"@timestamp":1635765511},"coords":"51.4416322,0.2194455","bedrooms":"0","price":"177000","area":"429"} , +{"type":"Feature","id":"n9216066464","geometry":{"type":"Point","coordinates":[0.2193965,51.4390095]},"properties":{"@type":"node","@id":9216066464,"@timestamp":1635765511},"coords":"51.4390095,0.2193965","bedrooms":"3","price":"216000","area":"675"} , +{"type":"Feature","id":"n9216090455","geometry":{"type":"Point","coordinates":[-0.6103478,51.1860311]},"properties":{"@type":"node","@id":9216090455,"@timestamp":1635766392},"coords":"51.1860311,-0.6103478","bedrooms":"1","price":"225000","area":"569"} , +{"type":"Feature","id":"n9216257901","geometry":{"type":"Point","coordinates":[-0.1730204,51.3975803]},"properties":{"@type":"node","@id":9216257901,"@timestamp":1635772534},"coords":"51.3975803,-0.1730204","bedrooms":"1","price":"268000","area":"635"} , +{"type":"Feature","id":"n9216582897","geometry":{"type":"Point","coordinates":[0.4963414,51.7716807]},"properties":{"@type":"node","@id":9216582897,"@timestamp":1635783087},"coords":"51.7716807,0.4963414","bedrooms":"1","price":"174000","area":"537"} , +{"type":"Feature","id":"n9216582907","geometry":{"type":"Point","coordinates":[0.4950432,51.7711048]},"properties":{"@type":"node","@id":9216582907,"@timestamp":1635783087},"coords":"51.7711048,0.4950432","bedrooms":"0","price":"198000","area":"603"} , +{"type":"Feature","id":"n9216589817","geometry":{"type":"Point","coordinates":[0.4947563,51.7708832]},"properties":{"@type":"node","@id":9216589817,"@timestamp":1635783087},"coords":"51.7708832,0.4947563","bedrooms":"3","price":"288000","area":"643"} , +{"type":"Feature","id":"n9216589827","geometry":{"type":"Point","coordinates":[0.4695877,51.7691595]},"properties":{"@type":"node","@id":9216589827,"@timestamp":1635783087},"coords":"51.7691595,0.4695877","bedrooms":"1","price":"186000","area":"374"} , +{"type":"Feature","id":"n9216589837","geometry":{"type":"Point","coordinates":[0.4716852,51.7744474]},"properties":{"@type":"node","@id":9216589837,"@timestamp":1635783087},"coords":"51.7744474,0.4716852","bedrooms":"4","price":"243000","area":"556"} , +{"type":"Feature","id":"n9216637928","geometry":{"type":"Point","coordinates":[0.1480848,51.561318]},"properties":{"@type":"node","@id":9216637928,"@timestamp":1635784428},"coords":"51.561318,0.1480848","bedrooms":"1","price":"272000","area":"418"} , +{"type":"Feature","id":"n9216868015","geometry":{"type":"Point","coordinates":[-0.0772224,51.5141941]},"properties":{"@type":"node","@id":9216868015,"@timestamp":1635792262},"coords":"51.5141941,-0.0772224","bedrooms":"1","price":"192000","area":"660"} , +{"type":"Feature","id":"n9216868218","geometry":{"type":"Point","coordinates":[-0.0769692,51.513574]},"properties":{"@type":"node","@id":9216868218,"@timestamp":1635792262},"coords":"51.513574,-0.0769692","bedrooms":"1","price":"169000","area":"513"} , +{"type":"Feature","id":"n9216883473","geometry":{"type":"Point","coordinates":[0.1176404,51.437882]},"properties":{"@type":"node","@id":9216883473,"@timestamp":1635793718},"coords":"51.437882,0.1176404","bedrooms":"3","price":"255000","area":"584"} , +{"type":"Feature","id":"n9216883483","geometry":{"type":"Point","coordinates":[0.1182533,51.4364571]},"properties":{"@type":"node","@id":9216883483,"@timestamp":1635793718},"coords":"51.4364571,0.1182533","bedrooms":"1","price":"235000","area":"607"} , +{"type":"Feature","id":"n9216883493","geometry":{"type":"Point","coordinates":[0.1176242,51.4359325]},"properties":{"@type":"node","@id":9216883493,"@timestamp":1635793718},"coords":"51.4359325,0.1176242","bedrooms":"0","price":"258000","area":"501"} , +{"type":"Feature","id":"n9216883503","geometry":{"type":"Point","coordinates":[0.1144074,51.4354706]},"properties":{"@type":"node","@id":9216883503,"@timestamp":1635793718},"coords":"51.4354706,0.1144074","bedrooms":"1","price":"163000","area":"645"} , +{"type":"Feature","id":"n9216890969","geometry":{"type":"Point","coordinates":[0.1156096,51.4378117]},"properties":{"@type":"node","@id":9216890969,"@timestamp":1635793128},"coords":"51.4378117,0.1156096","bedrooms":"3","price":"168000","area":"644"} , +{"type":"Feature","id":"n9216897678","geometry":{"type":"Point","coordinates":[-0.2346135,51.7508841]},"properties":{"@type":"node","@id":9216897678,"@timestamp":1635793838},"coords":"51.7508841,-0.2346135","bedrooms":"1","price":"293000","area":"435"} , +{"type":"Feature","id":"n9216897688","geometry":{"type":"Point","coordinates":[-0.2347122,51.7509447]},"properties":{"@type":"node","@id":9216897688,"@timestamp":1635794026},"coords":"51.7509447,-0.2347122","bedrooms":"1","price":"264000","area":"618"} , +{"type":"Feature","id":"n9216897706","geometry":{"type":"Point","coordinates":[-0.2348451,51.7508846]},"properties":{"@type":"node","@id":9216897706,"@timestamp":1635793838},"coords":"51.7508846,-0.2348451","bedrooms":"4","price":"178000","area":"593"} , +{"type":"Feature","id":"n9217024000","geometry":{"type":"Point","coordinates":[-0.4766684,51.5207365]},"properties":{"@type":"node","@id":9217024000,"@timestamp":1635798762},"coords":"51.5207365,-0.4766684","bedrooms":"3","price":"227000","area":"688"} , +{"type":"Feature","id":"n9217185259","geometry":{"type":"Point","coordinates":[-0.241378,51.7498436]},"properties":{"@type":"node","@id":9217185259,"@timestamp":1635804064},"coords":"51.7498436,-0.241378","bedrooms":"3","price":"150000","area":"570"} , +{"type":"Feature","id":"n9217195381","geometry":{"type":"Point","coordinates":[-0.1040219,51.4395674]},"properties":{"@type":"node","@id":9217195381,"@timestamp":1635804808},"coords":"51.4395674,-0.1040219","bedrooms":"3","price":"264000","area":"435"} , +{"type":"Feature","id":"n9217250951","geometry":{"type":"Point","coordinates":[-0.1201618,51.4287077]},"properties":{"@type":"node","@id":9217250951,"@timestamp":1635809182},"coords":"51.4287077,-0.1201618","bedrooms":"0","price":"218000","area":"615"} , +{"type":"Feature","id":"n9217278788","geometry":{"type":"Point","coordinates":[-0.1265474,51.4301371]},"properties":{"@type":"node","@id":9217278788,"@timestamp":1635809921},"coords":"51.4301371,-0.1265474","bedrooms":"4","price":"171000","area":"578"} , +{"type":"Feature","id":"n9217308890","geometry":{"type":"Point","coordinates":[-0.1151249,51.4280699]},"properties":{"@type":"node","@id":9217308890,"@timestamp":1635811446},"coords":"51.4280699,-0.1151249","bedrooms":"3","price":"188000","area":"576"} , +{"type":"Feature","id":"n9217313109","geometry":{"type":"Point","coordinates":[-0.1145577,51.4273064]},"properties":{"@type":"node","@id":9217313109,"@timestamp":1635812416},"coords":"51.4273064,-0.1145577","bedrooms":"0","price":"259000","area":"610"} , +{"type":"Feature","id":"n9217329230","geometry":{"type":"Point","coordinates":[-0.1214671,51.4777131]},"properties":{"@type":"node","@id":9217329230,"@timestamp":1635812707},"coords":"51.4777131,-0.1214671","bedrooms":"4","price":"267000","area":"652"} , +{"type":"Feature","id":"n9217370927","geometry":{"type":"Point","coordinates":[-0.1203988,51.489594]},"properties":{"@type":"node","@id":9217370927,"@timestamp":1635815433},"coords":"51.489594,-0.1203988","bedrooms":"4","price":"216000","area":"382"} , +{"type":"Feature","id":"n9217415743","geometry":{"type":"Point","coordinates":[-0.1949157,51.7427895]},"properties":{"@type":"node","@id":9217415743,"@timestamp":1635818189},"coords":"51.7427895,-0.1949157","bedrooms":"4","price":"235000","area":"654"} , +{"type":"Feature","id":"n9217967713","geometry":{"type":"Point","coordinates":[0.0623984,51.2076953]},"properties":{"@type":"node","@id":9217967713,"@timestamp":1635843420},"coords":"51.2076953,0.0623984","bedrooms":"3","price":"227000","area":"445"} , +{"type":"Feature","id":"n9218629400","geometry":{"type":"Point","coordinates":[-0.3038585,51.3135206]},"properties":{"@type":"node","@id":9218629400,"@timestamp":1635860021},"coords":"51.3135206,-0.3038585","bedrooms":"2","price":"181000","area":"483"} , +{"type":"Feature","id":"n9219051744","geometry":{"type":"Point","coordinates":[-1.1042392,51.2825767]},"properties":{"@type":"node","@id":9219051744,"@timestamp":1635868506},"coords":"51.2825767,-1.1042392","bedrooms":"2","price":"257000","area":"473"} , +{"type":"Feature","id":"n9219051811","geometry":{"type":"Point","coordinates":[-1.101474,51.2832073]},"properties":{"@type":"node","@id":9219051811,"@timestamp":1635868506},"coords":"51.2832073,-1.101474","bedrooms":"1","price":"199000","area":"354"} , +{"type":"Feature","id":"n9219079649","geometry":{"type":"Point","coordinates":[0.0165704,51.5665206]},"properties":{"@type":"node","@id":9219079649,"@timestamp":1635869494},"coords":"51.5665206,0.0165704","bedrooms":"2","price":"221000","area":"658"} , +{"type":"Feature","id":"n9219143671","geometry":{"type":"Point","coordinates":[-0.4876026,51.0954432]},"properties":{"@type":"node","@id":9219143671,"@timestamp":1635871750},"coords":"51.0954432,-0.4876026","bedrooms":"0","price":"269000","area":"464"} , +{"type":"Feature","id":"n9219143681","geometry":{"type":"Point","coordinates":[-0.4873558,51.0959283]},"properties":{"@type":"node","@id":9219143681,"@timestamp":1635871750},"coords":"51.0959283,-0.4873558","bedrooms":"1","price":"291000","area":"598"} , +{"type":"Feature","id":"n9219143691","geometry":{"type":"Point","coordinates":[-0.4876026,51.0967756]},"properties":{"@type":"node","@id":9219143691,"@timestamp":1635871750},"coords":"51.0967756,-0.4876026","bedrooms":"0","price":"250000","area":"460"} , +{"type":"Feature","id":"n9219216767","geometry":{"type":"Point","coordinates":[-0.7896555,51.797116]},"properties":{"@type":"node","@id":9219216767,"@timestamp":1635875062},"coords":"51.797116,-0.7896555","bedrooms":"3","price":"205000","area":"369"} , +{"type":"Feature","id":"n9219243817","geometry":{"type":"Point","coordinates":[-0.7919668,51.7996148]},"properties":{"@type":"node","@id":9219243817,"@timestamp":1635875062},"coords":"51.7996148,-0.7919668","bedrooms":"2","price":"155000","area":"432"} , +{"type":"Feature","id":"n9219410310","geometry":{"type":"Point","coordinates":[-0.785519,51.7990085]},"properties":{"@type":"node","@id":9219410310,"@timestamp":1635878549},"coords":"51.7990085,-0.785519","bedrooms":"3","price":"187000","area":"640"} , +{"type":"Feature","id":"n9219568473","geometry":{"type":"Point","coordinates":[-0.410168,51.3288867]},"properties":{"@type":"node","@id":9219568473,"@timestamp":1636055668},"coords":"51.3288867,-0.410168","bedrooms":"3","price":"282000","area":"426"} , +{"type":"Feature","id":"n9219711104","geometry":{"type":"Point","coordinates":[-0.0230777,51.4784068]},"properties":{"@type":"node","@id":9219711104,"@timestamp":1635883732},"coords":"51.4784068,-0.0230777","bedrooms":"2","price":"278000","area":"537"} , +{"type":"Feature","id":"n9219794665","geometry":{"type":"Point","coordinates":[0.1735336,51.431491]},"properties":{"@type":"node","@id":9219794665,"@timestamp":1635887671},"coords":"51.431491,0.1735336","bedrooms":"2","price":"255000","area":"410"} , +{"type":"Feature","id":"n9219911448","geometry":{"type":"Point","coordinates":[-0.7915523,51.7799702]},"properties":{"@type":"node","@id":9219911448,"@timestamp":1635891257},"coords":"51.7799702,-0.7915523","bedrooms":"1","price":"210000","area":"541"} , +{"type":"Feature","id":"n9219939289","geometry":{"type":"Point","coordinates":[0.0152497,51.5470364]},"properties":{"@type":"node","@id":9219939289,"@timestamp":1635892144},"coords":"51.5470364,0.0152497","bedrooms":"2","price":"274000","area":"409"} , +{"type":"Feature","id":"n9220003536","geometry":{"type":"Point","coordinates":[-0.0544504,51.5462169]},"properties":{"@type":"node","@id":9220003536,"@timestamp":1635896985},"coords":"51.5462169,-0.0544504","bedrooms":"2","price":"252000","area":"681"} , +{"type":"Feature","id":"n9220725999","geometry":{"type":"Point","coordinates":[-0.0836269,51.5094157]},"properties":{"@type":"node","@id":9220725999,"@timestamp":1635927678},"coords":"51.5094157,-0.0836269","bedrooms":"3","price":"152000","area":"367"} , +{"type":"Feature","id":"n9220755526","geometry":{"type":"Point","coordinates":[0.5527322,51.3802111]},"properties":{"@type":"node","@id":9220755526,"@timestamp":1635928158},"coords":"51.3802111,0.5527322","bedrooms":"4","price":"257000","area":"548"} , +{"type":"Feature","id":"n9220822220","geometry":{"type":"Point","coordinates":[-0.5121795,51.0931807]},"properties":{"@type":"node","@id":9220822220,"@timestamp":1635930248},"coords":"51.0931807,-0.5121795","bedrooms":"1","price":"271000","area":"657"} , +{"type":"Feature","id":"n9220830243","geometry":{"type":"Point","coordinates":[-0.953069,51.2582447]},"properties":{"@type":"node","@id":9220830243,"@timestamp":1635931051},"coords":"51.2582447,-0.953069","bedrooms":"1","price":"223000","area":"362"} , +{"type":"Feature","id":"n9220922203","geometry":{"type":"Point","coordinates":[-0.7932484,51.8058416]},"properties":{"@type":"node","@id":9220922203,"@timestamp":1635934219},"coords":"51.8058416,-0.7932484","bedrooms":"2","price":"172000","area":"453"} , +{"type":"Feature","id":"n9220951019","geometry":{"type":"Point","coordinates":[-0.7851754,51.8058114]},"properties":{"@type":"node","@id":9220951019,"@timestamp":1635934219},"coords":"51.8058114,-0.7851754","bedrooms":"0","price":"205000","area":"655"} , +{"type":"Feature","id":"n9221009302","geometry":{"type":"Point","coordinates":[-0.7784386,51.8044413]},"properties":{"@type":"node","@id":9221009302,"@timestamp":1635935985},"coords":"51.8044413,-0.7784386","bedrooms":"1","price":"219000","area":"364"} , +{"type":"Feature","id":"n9221081230","geometry":{"type":"Point","coordinates":[-0.1062978,51.5335164]},"properties":{"@type":"node","@id":9221081230,"@timestamp":1635937941},"coords":"51.5335164,-0.1062978","bedrooms":"3","price":"225000","area":"462"} , +{"type":"Feature","id":"n9221200625","geometry":{"type":"Point","coordinates":[-0.2130847,51.4914254]},"properties":{"@type":"node","@id":9221200625,"@timestamp":1635941523},"coords":"51.4914254,-0.2130847","bedrooms":"2","price":"256000","area":"549"} , +{"type":"Feature","id":"n9221332725","geometry":{"type":"Point","coordinates":[-0.8062354,51.8120356]},"properties":{"@type":"node","@id":9221332725,"@timestamp":1635945162},"coords":"51.8120356,-0.8062354","bedrooms":"4","price":"218000","area":"545"} , +{"type":"Feature","id":"n9221433191","geometry":{"type":"Point","coordinates":[0.4492561,51.3029833]},"properties":{"@type":"node","@id":9221433191,"@timestamp":1635948176},"coords":"51.3029833,0.4492561","bedrooms":"4","price":"157000","area":"674"} , +{"type":"Feature","id":"n9221465932","geometry":{"type":"Point","coordinates":[-0.1604743,51.5347746]},"properties":{"@type":"node","@id":9221465932,"@timestamp":1635949568},"coords":"51.5347746,-0.1604743","bedrooms":"4","price":"193000","area":"590"} , +{"type":"Feature","id":"n9221465943","geometry":{"type":"Point","coordinates":[-0.1615934,51.5344718]},"properties":{"@type":"node","@id":9221465943,"@timestamp":1635949568},"coords":"51.5344718,-0.1615934","bedrooms":"2","price":"197000","area":"579"} , +{"type":"Feature","id":"n9221496981","geometry":{"type":"Point","coordinates":[-0.2102743,51.4906919]},"properties":{"@type":"node","@id":9221496981,"@timestamp":1635950963},"coords":"51.4906919,-0.2102743","bedrooms":"1","price":"270000","area":"471"} , +{"type":"Feature","id":"n9221538974","geometry":{"type":"Point","coordinates":[-0.5826087,51.8730275]},"properties":{"@type":"node","@id":9221538974,"@timestamp":1635952196},"coords":"51.8730275,-0.5826087","bedrooms":"0","price":"176000","area":"356"} , +{"type":"Feature","id":"n9221571929","geometry":{"type":"Point","coordinates":[0.0237077,51.9042923]},"properties":{"@type":"node","@id":9221571929,"@timestamp":1635953199},"coords":"51.9042923,0.0237077","bedrooms":"3","price":"154000","area":"496"} , +{"type":"Feature","id":"n9221628207","geometry":{"type":"Point","coordinates":[-0.1459228,51.5252622]},"properties":{"@type":"node","@id":9221628207,"@timestamp":1635957153},"coords":"51.5252622,-0.1459228","bedrooms":"4","price":"241000","area":"648"} , +{"type":"Feature","id":"n9221775421","geometry":{"type":"Point","coordinates":[0.1038298,51.4347054]},"properties":{"@type":"node","@id":9221775421,"@timestamp":1635960296},"coords":"51.4347054,0.1038298","bedrooms":"3","price":"246000","area":"502"} , +{"type":"Feature","id":"n9222422000","geometry":{"type":"Point","coordinates":[-0.2415024,51.7589432]},"properties":{"@type":"node","@id":9222422000,"@timestamp":1635979373},"coords":"51.7589432,-0.2415024","bedrooms":"3","price":"255000","area":"382"} , +{"type":"Feature","id":"n9222516293","geometry":{"type":"Point","coordinates":[-0.2406587,51.7585164]},"properties":{"@type":"node","@id":9222516293,"@timestamp":1635981832},"coords":"51.7585164,-0.2406587","bedrooms":"0","price":"154000","area":"652"} , +{"type":"Feature","id":"n9222822163","geometry":{"type":"Point","coordinates":[0.0127433,51.4911542]},"properties":{"@type":"node","@id":9222822163,"@timestamp":1635998453},"coords":"51.4911542,0.0127433","bedrooms":"1","price":"290000","area":"546"} , +{"type":"Feature","id":"n9222999525","geometry":{"type":"Point","coordinates":[-0.2075007,51.4913686]},"properties":{"@type":"node","@id":9222999525,"@timestamp":1636005476},"coords":"51.4913686,-0.2075007","bedrooms":"3","price":"246000","area":"482"} , +{"type":"Feature","id":"n9223153623","geometry":{"type":"Point","coordinates":[-0.2072294,51.4911765]},"properties":{"@type":"node","@id":9223153623,"@timestamp":1636011542},"coords":"51.4911765,-0.2072294","bedrooms":"0","price":"188000","area":"647"} , +{"type":"Feature","id":"n9223256960","geometry":{"type":"Point","coordinates":[0.5531439,51.39095]},"properties":{"@type":"node","@id":9223256960,"@timestamp":1636015565},"coords":"51.39095,0.5531439","bedrooms":"1","price":"199000","area":"452"} , +{"type":"Feature","id":"n9223256970","geometry":{"type":"Point","coordinates":[0.5443878,51.3902621]},"properties":{"@type":"node","@id":9223256970,"@timestamp":1636015565},"coords":"51.3902621,0.5443878","bedrooms":"2","price":"164000","area":"479"} , +{"type":"Feature","id":"n9223256980","geometry":{"type":"Point","coordinates":[0.526409,51.3900228]},"properties":{"@type":"node","@id":9223256980,"@timestamp":1636015565},"coords":"51.3900228,0.526409","bedrooms":"1","price":"268000","area":"447"} , +{"type":"Feature","id":"n9223256990","geometry":{"type":"Point","coordinates":[0.5261783,51.3896755]},"properties":{"@type":"node","@id":9223256990,"@timestamp":1636015565},"coords":"51.3896755,0.5261783","bedrooms":"4","price":"265000","area":"415"} , +{"type":"Feature","id":"n9223257000","geometry":{"type":"Point","coordinates":[0.526413,51.39015]},"properties":{"@type":"node","@id":9223257000,"@timestamp":1636015565},"coords":"51.39015,0.526413","bedrooms":"3","price":"290000","area":"611"} , +{"type":"Feature","id":"n9223257010","geometry":{"type":"Point","coordinates":[0.5268086,51.3896755]},"properties":{"@type":"node","@id":9223257010,"@timestamp":1636015565},"coords":"51.3896755,0.5268086","bedrooms":"1","price":"203000","area":"491"} , +{"type":"Feature","id":"n9223271220","geometry":{"type":"Point","coordinates":[0.5269146,51.3896981]},"properties":{"@type":"node","@id":9223271220,"@timestamp":1636015565},"coords":"51.3896981,0.5269146","bedrooms":"4","price":"246000","area":"406"} , +{"type":"Feature","id":"n9223271230","geometry":{"type":"Point","coordinates":[0.5313349,51.3908061]},"properties":{"@type":"node","@id":9223271230,"@timestamp":1636015565},"coords":"51.3908061,0.5313349","bedrooms":"3","price":"181000","area":"690"} , +{"type":"Feature","id":"n9223271350","geometry":{"type":"Point","coordinates":[0.5472162,51.37626]},"properties":{"@type":"node","@id":9223271350,"@timestamp":1636015565},"coords":"51.37626,0.5472162","bedrooms":"3","price":"194000","area":"549"} , +{"type":"Feature","id":"n9223271388","geometry":{"type":"Point","coordinates":[0.5440579,51.3863262]},"properties":{"@type":"node","@id":9223271388,"@timestamp":1636015565},"coords":"51.3863262,0.5440579","bedrooms":"1","price":"160000","area":"659"} , +{"type":"Feature","id":"n9223363931","geometry":{"type":"Point","coordinates":[-0.0298724,51.1328047]},"properties":{"@type":"node","@id":9223363931,"@timestamp":1636019262},"coords":"51.1328047,-0.0298724","bedrooms":"2","price":"263000","area":"694"} , +{"type":"Feature","id":"n9223504396","geometry":{"type":"Point","coordinates":[-0.6157076,51.6665529]},"properties":{"@type":"node","@id":9223504396,"@timestamp":1636022396},"coords":"51.6665529,-0.6157076","bedrooms":"4","price":"284000","area":"399"} , +{"type":"Feature","id":"n9223592168","geometry":{"type":"Point","coordinates":[-0.5102314,51.1221991]},"properties":{"@type":"node","@id":9223592168,"@timestamp":1636025405},"coords":"51.1221991,-0.5102314","bedrooms":"4","price":"184000","area":"359"} , +{"type":"Feature","id":"n9223648657","geometry":{"type":"Point","coordinates":[-0.2262018,51.5288812]},"properties":{"@type":"node","@id":9223648657,"@timestamp":1636028800},"coords":"51.5288812,-0.2262018","bedrooms":"3","price":"216000","area":"352"} , +{"type":"Feature","id":"n9223818354","geometry":{"type":"Point","coordinates":[-0.2067654,51.4919507]},"properties":{"@type":"node","@id":9223818354,"@timestamp":1636032527},"coords":"51.4919507,-0.2067654","bedrooms":"4","price":"163000","area":"666"} , +{"type":"Feature","id":"n9223818373","geometry":{"type":"Point","coordinates":[-0.2066104,51.4922312]},"properties":{"@type":"node","@id":9223818373,"@timestamp":1636032527},"coords":"51.4922312,-0.2066104","bedrooms":"0","price":"202000","area":"419"} , +{"type":"Feature","id":"n9223989060","geometry":{"type":"Point","coordinates":[-0.9510863,51.4067188]},"properties":{"@type":"node","@id":9223989060,"@timestamp":1636039325},"coords":"51.4067188,-0.9510863","bedrooms":"3","price":"178000","area":"520"} , +{"type":"Feature","id":"n9223989074","geometry":{"type":"Point","coordinates":[-0.9480916,51.4080209]},"properties":{"@type":"node","@id":9223989074,"@timestamp":1636039325},"coords":"51.4080209,-0.9480916","bedrooms":"0","price":"248000","area":"541"} , +{"type":"Feature","id":"n9223989084","geometry":{"type":"Point","coordinates":[-0.9503319,51.4117484]},"properties":{"@type":"node","@id":9223989084,"@timestamp":1636039325},"coords":"51.4117484,-0.9503319","bedrooms":"4","price":"167000","area":"689"} , +{"type":"Feature","id":"n9223989094","geometry":{"type":"Point","coordinates":[-0.9496392,51.4125072]},"properties":{"@type":"node","@id":9223989094,"@timestamp":1636039325},"coords":"51.4125072,-0.9496392","bedrooms":"3","price":"188000","area":"470"} , +{"type":"Feature","id":"n9224263628","geometry":{"type":"Point","coordinates":[-0.1205445,51.5317743]},"properties":{"@type":"node","@id":9224263628,"@timestamp":1636040830},"coords":"51.5317743,-0.1205445","bedrooms":"3","price":"156000","area":"423"} , +{"type":"Feature","id":"n9224778521","geometry":{"type":"Point","coordinates":[-0.8916747,51.4287229]},"properties":{"@type":"node","@id":9224778521,"@timestamp":1636043380},"coords":"51.4287229,-0.8916747","bedrooms":"2","price":"188000","area":"577"} , +{"type":"Feature","id":"n9224854617","geometry":{"type":"Point","coordinates":[-0.7973325,51.8100014]},"properties":{"@type":"node","@id":9224854617,"@timestamp":1636045536},"coords":"51.8100014,-0.7973325","bedrooms":"3","price":"298000","area":"469"} , +{"type":"Feature","id":"n9224904651","geometry":{"type":"Point","coordinates":[-0.2056677,51.4921017]},"properties":{"@type":"node","@id":9224904651,"@timestamp":1636047210},"coords":"51.4921017,-0.2056677","bedrooms":"2","price":"165000","area":"434"} , +{"type":"Feature","id":"n9224913912","geometry":{"type":"Point","coordinates":[-0.8088292,51.4116051]},"properties":{"@type":"node","@id":9224913912,"@timestamp":1636047749},"coords":"51.4116051,-0.8088292","bedrooms":"0","price":"206000","area":"358"} , +{"type":"Feature","id":"n9224946834","geometry":{"type":"Point","coordinates":[0.1693919,51.3948445]},"properties":{"@type":"node","@id":9224946834,"@timestamp":1636048702},"coords":"51.3948445,0.1693919","bedrooms":"1","price":"192000","area":"587"} , +{"type":"Feature","id":"n9225060850","geometry":{"type":"Point","coordinates":[-0.7855688,51.833097]},"properties":{"@type":"node","@id":9225060850,"@timestamp":1636051518},"coords":"51.833097,-0.7855688","bedrooms":"4","price":"281000","area":"512"} , +{"type":"Feature","id":"n9225088870","geometry":{"type":"Point","coordinates":[-0.0075253,51.5413022]},"properties":{"@type":"node","@id":9225088870,"@timestamp":1636053806},"coords":"51.5413022,-0.0075253","bedrooms":"3","price":"150000","area":"411"} , +{"type":"Feature","id":"n9225272119","geometry":{"type":"Point","coordinates":[-0.958018,51.4729569]},"properties":{"@type":"node","@id":9225272119,"@timestamp":1636057507},"coords":"51.4729569,-0.958018","bedrooms":"1","price":"154000","area":"371"} , +{"type":"Feature","id":"n9225272141","geometry":{"type":"Point","coordinates":[-0.9601426,51.4713806]},"properties":{"@type":"node","@id":9225272141,"@timestamp":1636057507},"coords":"51.4713806,-0.9601426","bedrooms":"0","price":"252000","area":"455"} , +{"type":"Feature","id":"n9225272163","geometry":{"type":"Point","coordinates":[-0.9624486,51.4726347]},"properties":{"@type":"node","@id":9225272163,"@timestamp":1636057507},"coords":"51.4726347,-0.9624486","bedrooms":"1","price":"181000","area":"634"} , +{"type":"Feature","id":"n9225401977","geometry":{"type":"Point","coordinates":[0.6844485,51.0675343]},"properties":{"@type":"node","@id":9225401977,"@timestamp":1636062721},"coords":"51.0675343,0.6844485","bedrooms":"2","price":"199000","area":"408"} , +{"type":"Feature","id":"n9225615317","geometry":{"type":"Point","coordinates":[-0.11723,51.4841464]},"properties":{"@type":"node","@id":9225615317,"@timestamp":1636075879},"coords":"51.4841464,-0.11723","bedrooms":"2","price":"208000","area":"496"} , +{"type":"Feature","id":"n9225705138","geometry":{"type":"Point","coordinates":[-0.1347196,51.5161838]},"properties":{"@type":"node","@id":9225705138,"@timestamp":1636082586},"coords":"51.5161838,-0.1347196","bedrooms":"1","price":"293000","area":"379"} , +{"type":"Feature","id":"n9226006416","geometry":{"type":"Point","coordinates":[0.5231836,51.3338025]},"properties":{"@type":"node","@id":9226006416,"@timestamp":1636101255},"coords":"51.3338025,0.5231836","bedrooms":"0","price":"216000","area":"684"} , +{"type":"Feature","id":"n9226454015","geometry":{"type":"Point","coordinates":[-0.0982903,51.5008374]},"properties":{"@type":"node","@id":9226454015,"@timestamp":1636100514},"coords":"51.5008374,-0.0982903","bedrooms":"4","price":"249000","area":"401"} , +{"type":"Feature","id":"n9226538879","geometry":{"type":"Point","coordinates":[0.5286339,51.3468634]},"properties":{"@type":"node","@id":9226538879,"@timestamp":1636101203},"coords":"51.3468634,0.5286339","bedrooms":"2","price":"156000","area":"473"} , +{"type":"Feature","id":"n9226538889","geometry":{"type":"Point","coordinates":[0.5294761,51.3482338]},"properties":{"@type":"node","@id":9226538889,"@timestamp":1636101203},"coords":"51.3482338,0.5294761","bedrooms":"4","price":"217000","area":"676"} , +{"type":"Feature","id":"n9226538899","geometry":{"type":"Point","coordinates":[0.5281055,51.3433895]},"properties":{"@type":"node","@id":9226538899,"@timestamp":1636101203},"coords":"51.3433895,0.5281055","bedrooms":"3","price":"199000","area":"564"} , +{"type":"Feature","id":"n9226538909","geometry":{"type":"Point","coordinates":[0.5334753,51.3430787]},"properties":{"@type":"node","@id":9226538909,"@timestamp":1636101203},"coords":"51.3430787,0.5334753","bedrooms":"4","price":"242000","area":"688"} , +{"type":"Feature","id":"n9226543120","geometry":{"type":"Point","coordinates":[-0.0989226,51.5009828]},"properties":{"@type":"node","@id":9226543120,"@timestamp":1636100514},"coords":"51.5009828,-0.0989226","bedrooms":"2","price":"287000","area":"687"} , +{"type":"Feature","id":"n9226543175","geometry":{"type":"Point","coordinates":[-0.1058952,51.5010489]},"properties":{"@type":"node","@id":9226543175,"@timestamp":1636100514},"coords":"51.5010489,-0.1058952","bedrooms":"4","price":"213000","area":"534"} , +{"type":"Feature","id":"n9226543235","geometry":{"type":"Point","coordinates":[-0.0955066,51.5023121]},"properties":{"@type":"node","@id":9226543235,"@timestamp":1636100514},"coords":"51.5023121,-0.0955066","bedrooms":"2","price":"184000","area":"479"} , +{"type":"Feature","id":"n9226566322","geometry":{"type":"Point","coordinates":[0.5347574,51.3404901]},"properties":{"@type":"node","@id":9226566322,"@timestamp":1636101203},"coords":"51.3404901,0.5347574","bedrooms":"1","price":"159000","area":"675"} , +{"type":"Feature","id":"n9226566332","geometry":{"type":"Point","coordinates":[0.5360958,51.3369847]},"properties":{"@type":"node","@id":9226566332,"@timestamp":1636101203},"coords":"51.3369847,0.5360958","bedrooms":"1","price":"272000","area":"392"} , +{"type":"Feature","id":"n9226566342","geometry":{"type":"Point","coordinates":[0.5377132,51.3352068]},"properties":{"@type":"node","@id":9226566342,"@timestamp":1636101203},"coords":"51.3352068,0.5377132","bedrooms":"2","price":"258000","area":"692"} , +{"type":"Feature","id":"n9226566352","geometry":{"type":"Point","coordinates":[0.5439922,51.333712]},"properties":{"@type":"node","@id":9226566352,"@timestamp":1636101203},"coords":"51.333712,0.5439922","bedrooms":"4","price":"287000","area":"540"} , +{"type":"Feature","id":"n9226566362","geometry":{"type":"Point","coordinates":[0.5513576,51.334797]},"properties":{"@type":"node","@id":9226566362,"@timestamp":1636101203},"coords":"51.334797,0.5513576","bedrooms":"0","price":"239000","area":"402"} , +{"type":"Feature","id":"n9226712491","geometry":{"type":"Point","coordinates":[-0.1254651,51.6444161]},"properties":{"@type":"node","@id":9226712491,"@timestamp":1636105560},"coords":"51.6444161,-0.1254651","bedrooms":"4","price":"215000","area":"603"} , +{"type":"Feature","id":"n9226715267","geometry":{"type":"Point","coordinates":[-0.1269343,51.6450893]},"properties":{"@type":"node","@id":9226715267,"@timestamp":1636105560},"coords":"51.6450893,-0.1269343","bedrooms":"3","price":"235000","area":"515"} , +{"type":"Feature","id":"n9227043226","geometry":{"type":"Point","coordinates":[-0.7304832,51.8024187]},"properties":{"@type":"node","@id":9227043226,"@timestamp":1636241732},"coords":"51.8024187,-0.7304832","bedrooms":"3","price":"196000","area":"413"} , +{"type":"Feature","id":"n9227043267","geometry":{"type":"Point","coordinates":[-0.7711697,51.8063363]},"properties":{"@type":"node","@id":9227043267,"@timestamp":1636115237},"coords":"51.8063363,-0.7711697","bedrooms":"0","price":"201000","area":"380"} , +{"type":"Feature","id":"n9227245343","geometry":{"type":"Point","coordinates":[-0.9646044,51.4783978]},"properties":{"@type":"node","@id":9227245343,"@timestamp":1636120426},"coords":"51.4783978,-0.9646044","bedrooms":"3","price":"190000","area":"588"} , +{"type":"Feature","id":"n9227245356","geometry":{"type":"Point","coordinates":[-0.9600095,51.4833121]},"properties":{"@type":"node","@id":9227245356,"@timestamp":1636120426},"coords":"51.4833121,-0.9600095","bedrooms":"0","price":"212000","area":"688"} , +{"type":"Feature","id":"n9227245367","geometry":{"type":"Point","coordinates":[-0.9535744,51.4826493]},"properties":{"@type":"node","@id":9227245367,"@timestamp":1636120426},"coords":"51.4826493,-0.9535744","bedrooms":"2","price":"232000","area":"472"} , +{"type":"Feature","id":"n9227245378","geometry":{"type":"Point","coordinates":[-0.9502954,51.4833573]},"properties":{"@type":"node","@id":9227245378,"@timestamp":1636120426},"coords":"51.4833573,-0.9502954","bedrooms":"4","price":"185000","area":"481"} , +{"type":"Feature","id":"n9227245388","geometry":{"type":"Point","coordinates":[-0.9602349,51.4850689]},"properties":{"@type":"node","@id":9227245388,"@timestamp":1636120426},"coords":"51.4850689,-0.9602349","bedrooms":"3","price":"166000","area":"410"} , +{"type":"Feature","id":"n9227245405","geometry":{"type":"Point","coordinates":[-0.9625693,51.487924]},"properties":{"@type":"node","@id":9227245405,"@timestamp":1636120426},"coords":"51.487924,-0.9625693","bedrooms":"3","price":"168000","area":"661"} , +{"type":"Feature","id":"n9227290708","geometry":{"type":"Point","coordinates":[-0.967013,51.4824957]},"properties":{"@type":"node","@id":9227290708,"@timestamp":1636121651},"coords":"51.4824957,-0.967013","bedrooms":"4","price":"231000","area":"467"} , +{"type":"Feature","id":"n9227361417","geometry":{"type":"Point","coordinates":[-0.1801298,51.4300269]},"properties":{"@type":"node","@id":9227361417,"@timestamp":1636123319},"coords":"51.4300269,-0.1801298","bedrooms":"1","price":"201000","area":"460"} , +{"type":"Feature","id":"n9227662266","geometry":{"type":"Point","coordinates":[-0.2187469,51.7033466]},"properties":{"@type":"node","@id":9227662266,"@timestamp":1636127657},"coords":"51.7033466,-0.2187469","bedrooms":"0","price":"291000","area":"545"} , +{"type":"Feature","id":"n9228223422","geometry":{"type":"Point","coordinates":[0.6069419,51.5856826]},"properties":{"@type":"node","@id":9228223422,"@timestamp":1636134699},"coords":"51.5856826,0.6069419","bedrooms":"4","price":"150000","area":"457"} , +{"type":"Feature","id":"n9228399281","geometry":{"type":"Point","coordinates":[-0.1756713,51.4240471]},"properties":{"@type":"node","@id":9228399281,"@timestamp":1636141300},"coords":"51.4240471,-0.1756713","bedrooms":"2","price":"183000","area":"362"} , +{"type":"Feature","id":"n9228399292","geometry":{"type":"Point","coordinates":[-0.1713322,51.4243604]},"properties":{"@type":"node","@id":9228399292,"@timestamp":1636141300},"coords":"51.4243604,-0.1713322","bedrooms":"4","price":"190000","area":"385"} , +{"type":"Feature","id":"n9228474873","geometry":{"type":"Point","coordinates":[-0.6937051,51.7153106]},"properties":{"@type":"node","@id":9228474873,"@timestamp":1636142962},"coords":"51.7153106,-0.6937051","bedrooms":"2","price":"217000","area":"403"} , +{"type":"Feature","id":"n9228474883","geometry":{"type":"Point","coordinates":[-0.6946331,51.715859]},"properties":{"@type":"node","@id":9228474883,"@timestamp":1636142962},"coords":"51.715859,-0.6946331","bedrooms":"4","price":"258000","area":"435"} , +{"type":"Feature","id":"n9228546753","geometry":{"type":"Point","coordinates":[-0.1759997,51.4149783]},"properties":{"@type":"node","@id":9228546753,"@timestamp":1636144265},"coords":"51.4149783,-0.1759997","bedrooms":"4","price":"189000","area":"430"} , +{"type":"Feature","id":"n9228546763","geometry":{"type":"Point","coordinates":[-0.1748431,51.4151793]},"properties":{"@type":"node","@id":9228546763,"@timestamp":1636144265},"coords":"51.4151793,-0.1748431","bedrooms":"1","price":"276000","area":"371"} , +{"type":"Feature","id":"n9228546774","geometry":{"type":"Point","coordinates":[-0.1607307,51.421815]},"properties":{"@type":"node","@id":9228546774,"@timestamp":1636144265},"coords":"51.421815,-0.1607307","bedrooms":"4","price":"252000","area":"643"} , +{"type":"Feature","id":"n9228546784","geometry":{"type":"Point","coordinates":[-0.1608594,51.4188703]},"properties":{"@type":"node","@id":9228546784,"@timestamp":1636144265},"coords":"51.4188703,-0.1608594","bedrooms":"0","price":"267000","area":"535"} , +{"type":"Feature","id":"n9228546806","geometry":{"type":"Point","coordinates":[-0.1790173,51.4240149]},"properties":{"@type":"node","@id":9228546806,"@timestamp":1636144265},"coords":"51.4240149,-0.1790173","bedrooms":"3","price":"179000","area":"394"} , +{"type":"Feature","id":"n9228546816","geometry":{"type":"Point","coordinates":[-0.1908941,51.4131463]},"properties":{"@type":"node","@id":9228546816,"@timestamp":1636144265},"coords":"51.4131463,-0.1908941","bedrooms":"2","price":"292000","area":"670"} , +{"type":"Feature","id":"n9228548126","geometry":{"type":"Point","coordinates":[-0.1771956,51.4114909]},"properties":{"@type":"node","@id":9228548126,"@timestamp":1636144265},"coords":"51.4114909,-0.1771956","bedrooms":"2","price":"250000","area":"633"} , +{"type":"Feature","id":"n9228548136","geometry":{"type":"Point","coordinates":[-0.1776717,51.4116713]},"properties":{"@type":"node","@id":9228548136,"@timestamp":1636144265},"coords":"51.4116713,-0.1776717","bedrooms":"1","price":"230000","area":"570"} , +{"type":"Feature","id":"n9228600018","geometry":{"type":"Point","coordinates":[-0.2735631,51.5053423]},"properties":{"@type":"node","@id":9228600018,"@timestamp":1636146561},"coords":"51.5053423,-0.2735631","bedrooms":"4","price":"256000","area":"540"} , +{"type":"Feature","id":"n9228600030","geometry":{"type":"Point","coordinates":[-0.2539717,51.4992452]},"properties":{"@type":"node","@id":9228600030,"@timestamp":1636146561},"coords":"51.4992452,-0.2539717","bedrooms":"1","price":"163000","area":"449"} , +{"type":"Feature","id":"n9228676012","geometry":{"type":"Point","coordinates":[-0.743882,51.3149256]},"properties":{"@type":"node","@id":9228676012,"@timestamp":1636151693},"coords":"51.3149256,-0.743882","bedrooms":"3","price":"175000","area":"445"} , +{"type":"Feature","id":"n9228746111","geometry":{"type":"Point","coordinates":[0.0961265,51.4417324]},"properties":{"@type":"node","@id":9228746111,"@timestamp":1636156458},"coords":"51.4417324,0.0961265","bedrooms":"2","price":"268000","area":"651"} , +{"type":"Feature","id":"n9228772780","geometry":{"type":"Point","coordinates":[0.0956994,51.4427451]},"properties":{"@type":"node","@id":9228772780,"@timestamp":1636158208},"coords":"51.4427451,0.0956994","bedrooms":"2","price":"270000","area":"398"} , +{"type":"Feature","id":"n9228786025","geometry":{"type":"Point","coordinates":[0.0935684,51.4386168]},"properties":{"@type":"node","@id":9228786025,"@timestamp":1636156066},"coords":"51.4386168,0.0935684","bedrooms":"2","price":"230000","area":"413"} , +{"type":"Feature","id":"n9228786035","geometry":{"type":"Point","coordinates":[0.0943333,51.4398963]},"properties":{"@type":"node","@id":9228786035,"@timestamp":1636156066},"coords":"51.4398963,0.0943333","bedrooms":"1","price":"241000","area":"379"} , +{"type":"Feature","id":"n9228786045","geometry":{"type":"Point","coordinates":[0.0953304,51.4407928]},"properties":{"@type":"node","@id":9228786045,"@timestamp":1636156066},"coords":"51.4407928,0.0953304","bedrooms":"3","price":"247000","area":"431"} , +{"type":"Feature","id":"n9228792918","geometry":{"type":"Point","coordinates":[0.0971097,51.4425121]},"properties":{"@type":"node","@id":9228792918,"@timestamp":1636156458},"coords":"51.4425121,0.0971097","bedrooms":"1","price":"220000","area":"491"} , +{"type":"Feature","id":"n9228792928","geometry":{"type":"Point","coordinates":[0.0983204,51.4431102]},"properties":{"@type":"node","@id":9228792928,"@timestamp":1636156458},"coords":"51.4431102,0.0983204","bedrooms":"2","price":"193000","area":"503"} , +{"type":"Feature","id":"n9229311173","geometry":{"type":"Point","coordinates":[-0.2104274,51.4953759]},"properties":{"@type":"node","@id":9229311173,"@timestamp":1636179598},"coords":"51.4953759,-0.2104274","bedrooms":"2","price":"219000","area":"359"} , +{"type":"Feature","id":"n9229352254","geometry":{"type":"Point","coordinates":[-0.2431897,51.7536137]},"properties":{"@type":"node","@id":9229352254,"@timestamp":1636182594},"coords":"51.7536137,-0.2431897","bedrooms":"0","price":"228000","area":"662"} , +{"type":"Feature","id":"n9229632825","geometry":{"type":"Point","coordinates":[0.5394271,51.4092793]},"properties":{"@type":"node","@id":9229632825,"@timestamp":1636190559},"coords":"51.4092793,0.5394271","bedrooms":"4","price":"264000","area":"451"} , +{"type":"Feature","id":"n9229632835","geometry":{"type":"Point","coordinates":[0.5395357,51.4095001]},"properties":{"@type":"node","@id":9229632835,"@timestamp":1636190559},"coords":"51.4095001,0.5395357","bedrooms":"0","price":"253000","area":"542"} , +{"type":"Feature","id":"n9229632845","geometry":{"type":"Point","coordinates":[0.5390288,51.409695]},"properties":{"@type":"node","@id":9229632845,"@timestamp":1636190559},"coords":"51.409695,0.5390288","bedrooms":"1","price":"275000","area":"386"} , +{"type":"Feature","id":"n9229632855","geometry":{"type":"Point","coordinates":[0.5378848,51.4099627]},"properties":{"@type":"node","@id":9229632855,"@timestamp":1636190559},"coords":"51.4099627,0.5378848","bedrooms":"4","price":"213000","area":"439"} , +{"type":"Feature","id":"n9229632865","geometry":{"type":"Point","coordinates":[0.5362031,51.4096557]},"properties":{"@type":"node","@id":9229632865,"@timestamp":1636190559},"coords":"51.4096557,0.5362031","bedrooms":"0","price":"204000","area":"602"} , +{"type":"Feature","id":"n9229632875","geometry":{"type":"Point","coordinates":[0.5363305,51.4094675]},"properties":{"@type":"node","@id":9229632875,"@timestamp":1636190559},"coords":"51.4094675,0.5363305","bedrooms":"0","price":"194000","area":"634"} , +{"type":"Feature","id":"n9229632885","geometry":{"type":"Point","coordinates":[0.5369622,51.4092299]},"properties":{"@type":"node","@id":9229632885,"@timestamp":1636190559},"coords":"51.4092299,0.5369622","bedrooms":"0","price":"277000","area":"552"} , +{"type":"Feature","id":"n9229632895","geometry":{"type":"Point","coordinates":[0.5373336,51.4089681]},"properties":{"@type":"node","@id":9229632895,"@timestamp":1636190559},"coords":"51.4089681,0.5373336","bedrooms":"1","price":"219000","area":"430"} , +{"type":"Feature","id":"n9229775254","geometry":{"type":"Point","coordinates":[-0.8143151,51.0786806]},"properties":{"@type":"node","@id":9229775254,"@timestamp":1636196445},"coords":"51.0786806,-0.8143151","bedrooms":"0","price":"276000","area":"353"} , +{"type":"Feature","id":"n9229872221","geometry":{"type":"Point","coordinates":[0.0978959,51.3733766]},"properties":{"@type":"node","@id":9229872221,"@timestamp":1636198297},"coords":"51.3733766,0.0978959","bedrooms":"4","price":"252000","area":"688"} , +{"type":"Feature","id":"n9230106539","geometry":{"type":"Point","coordinates":[0.3472893,51.4685504]},"properties":{"@type":"node","@id":9230106539,"@timestamp":1636206750},"coords":"51.4685504,0.3472893","bedrooms":"4","price":"195000","area":"556"} , +{"type":"Feature","id":"n9230637514","geometry":{"type":"Point","coordinates":[-0.9578652,51.4918449]},"properties":{"@type":"node","@id":9230637514,"@timestamp":1636218147},"coords":"51.4918449,-0.9578652","bedrooms":"3","price":"277000","area":"505"} , +{"type":"Feature","id":"n9230696039","geometry":{"type":"Point","coordinates":[-0.9645638,51.4919594]},"properties":{"@type":"node","@id":9230696039,"@timestamp":1636218147},"coords":"51.4919594,-0.9645638","bedrooms":"0","price":"196000","area":"457"} , +{"type":"Feature","id":"n9230696093","geometry":{"type":"Point","coordinates":[-0.9681866,51.4868289]},"properties":{"@type":"node","@id":9230696093,"@timestamp":1636218147},"coords":"51.4868289,-0.9681866","bedrooms":"3","price":"294000","area":"648"} , +{"type":"Feature","id":"n9230919659","geometry":{"type":"Point","coordinates":[-0.1162018,51.4279537]},"properties":{"@type":"node","@id":9230919659,"@timestamp":1636223557},"coords":"51.4279537,-0.1162018","bedrooms":"4","price":"230000","area":"541"} , +{"type":"Feature","id":"n9230969036","geometry":{"type":"Point","coordinates":[-0.1208274,51.42977]},"properties":{"@type":"node","@id":9230969036,"@timestamp":1636225266},"coords":"51.42977,-0.1208274","bedrooms":"0","price":"264000","area":"583"} , +{"type":"Feature","id":"n9230973252","geometry":{"type":"Point","coordinates":[-0.1215465,51.429099]},"properties":{"@type":"node","@id":9230973252,"@timestamp":1636226352},"coords":"51.429099,-0.1215465","bedrooms":"3","price":"288000","area":"480"} , +{"type":"Feature","id":"n9230975648","geometry":{"type":"Point","coordinates":[-0.9661455,51.4816823]},"properties":{"@type":"node","@id":9230975648,"@timestamp":1636225740},"coords":"51.4816823,-0.9661455","bedrooms":"1","price":"176000","area":"431"} , +{"type":"Feature","id":"n9230983952","geometry":{"type":"Point","coordinates":[-0.1212079,51.429005]},"properties":{"@type":"node","@id":9230983952,"@timestamp":1636226352},"coords":"51.429005,-0.1212079","bedrooms":"2","price":"157000","area":"569"} , +{"type":"Feature","id":"n9231043328","geometry":{"type":"Point","coordinates":[-0.1162576,51.4262896]},"properties":{"@type":"node","@id":9231043328,"@timestamp":1636229325},"coords":"51.4262896,-0.1162576","bedrooms":"0","price":"281000","area":"678"} , +{"type":"Feature","id":"n9231043339","geometry":{"type":"Point","coordinates":[-0.1139568,51.4261437]},"properties":{"@type":"node","@id":9231043339,"@timestamp":1636229325},"coords":"51.4261437,-0.1139568","bedrooms":"2","price":"281000","area":"662"} , +{"type":"Feature","id":"n9231159575","geometry":{"type":"Point","coordinates":[-0.5183326,51.2835872]},"properties":{"@type":"node","@id":9231159575,"@timestamp":1636234487},"coords":"51.2835872,-0.5183326","bedrooms":"2","price":"266000","area":"507"} , +{"type":"Feature","id":"n9231224165","geometry":{"type":"Point","coordinates":[-0.4202163,51.3336162]},"properties":{"@type":"node","@id":9231224165,"@timestamp":1636237428},"coords":"51.3336162,-0.4202163","bedrooms":"4","price":"206000","area":"434"} , +{"type":"Feature","id":"n9231708923","geometry":{"type":"Point","coordinates":[-0.2076341,51.4943541]},"properties":{"@type":"node","@id":9231708923,"@timestamp":1636265823},"coords":"51.4943541,-0.2076341","bedrooms":"0","price":"212000","area":"350"} , +{"type":"Feature","id":"n9232602786","geometry":{"type":"Point","coordinates":[-0.7249475,51.6768997]},"properties":{"@type":"node","@id":9232602786,"@timestamp":1636283101},"coords":"51.6768997,-0.7249475","bedrooms":"0","price":"240000","area":"482"} , +{"type":"Feature","id":"n9232635767","geometry":{"type":"Point","coordinates":[-0.4805829,51.0850928]},"properties":{"@type":"node","@id":9232635767,"@timestamp":1636283067},"coords":"51.0850928,-0.4805829","bedrooms":"0","price":"153000","area":"464"} , +{"type":"Feature","id":"n9232635777","geometry":{"type":"Point","coordinates":[-0.4814099,51.0854817]},"properties":{"@type":"node","@id":9232635777,"@timestamp":1636283067},"coords":"51.0854817,-0.4814099","bedrooms":"3","price":"241000","area":"435"} , +{"type":"Feature","id":"n9232635787","geometry":{"type":"Point","coordinates":[-0.4830885,51.0861374]},"properties":{"@type":"node","@id":9232635787,"@timestamp":1636283067},"coords":"51.0861374,-0.4830885","bedrooms":"3","price":"212000","area":"530"} , +{"type":"Feature","id":"n9233063344","geometry":{"type":"Point","coordinates":[-0.1773289,51.9325295]},"properties":{"@type":"node","@id":9233063344,"@timestamp":1636292388},"coords":"51.9325295,-0.1773289","bedrooms":"2","price":"290000","area":"466"} , +{"type":"Feature","id":"n9233197764","geometry":{"type":"Point","coordinates":[-0.3319552,51.5096348]},"properties":{"@type":"node","@id":9233197764,"@timestamp":1636326818},"coords":"51.5096348,-0.3319552","bedrooms":"4","price":"170000","area":"692"} , +{"type":"Feature","id":"n9233250494","geometry":{"type":"Point","coordinates":[-0.3369522,51.5112373]},"properties":{"@type":"node","@id":9233250494,"@timestamp":1636298808},"coords":"51.5112373,-0.3369522","bedrooms":"4","price":"297000","area":"488"} , +{"type":"Feature","id":"n9233263279","geometry":{"type":"Point","coordinates":[-0.3367379,51.5098097]},"properties":{"@type":"node","@id":9233263279,"@timestamp":1636299032},"coords":"51.5098097,-0.3367379","bedrooms":"3","price":"182000","area":"619"} , +{"type":"Feature","id":"n9233450356","geometry":{"type":"Point","coordinates":[-0.8017085,51.6113232]},"properties":{"@type":"node","@id":9233450356,"@timestamp":1636302698},"coords":"51.6113232,-0.8017085","bedrooms":"1","price":"247000","area":"558"} , +{"type":"Feature","id":"n9233450366","geometry":{"type":"Point","coordinates":[-0.8017804,51.6107919]},"properties":{"@type":"node","@id":9233450366,"@timestamp":1636302698},"coords":"51.6107919,-0.8017804","bedrooms":"1","price":"291000","area":"611"} , +{"type":"Feature","id":"n9233450376","geometry":{"type":"Point","coordinates":[-0.8021278,51.6112449]},"properties":{"@type":"node","@id":9233450376,"@timestamp":1636302698},"coords":"51.6112449,-0.8021278","bedrooms":"2","price":"295000","area":"388"} , +{"type":"Feature","id":"n9233561053","geometry":{"type":"Point","coordinates":[-0.9698554,51.4662907]},"properties":{"@type":"node","@id":9233561053,"@timestamp":1636306839},"coords":"51.4662907,-0.9698554","bedrooms":"0","price":"259000","area":"455"} , +{"type":"Feature","id":"n9233561083","geometry":{"type":"Point","coordinates":[-0.9611228,51.4703049]},"properties":{"@type":"node","@id":9233561083,"@timestamp":1636306839},"coords":"51.4703049,-0.9611228","bedrooms":"2","price":"163000","area":"439"} , +{"type":"Feature","id":"n9233561102","geometry":{"type":"Point","coordinates":[-0.9744561,51.4761947]},"properties":{"@type":"node","@id":9233561102,"@timestamp":1636306839},"coords":"51.4761947,-0.9744561","bedrooms":"1","price":"167000","area":"429"} , +{"type":"Feature","id":"n9233572517","geometry":{"type":"Point","coordinates":[-0.9716361,51.4742603]},"properties":{"@type":"node","@id":9233572517,"@timestamp":1636306839},"coords":"51.4742603,-0.9716361","bedrooms":"1","price":"158000","area":"447"} , +{"type":"Feature","id":"n9233603915","geometry":{"type":"Point","coordinates":[-0.2059826,51.4932288]},"properties":{"@type":"node","@id":9233603915,"@timestamp":1636307984},"coords":"51.4932288,-0.2059826","bedrooms":"1","price":"218000","area":"611"} , +{"type":"Feature","id":"n9233807087","geometry":{"type":"Point","coordinates":[-0.3891322,51.3181168]},"properties":{"@type":"node","@id":9233807087,"@timestamp":1636315356},"coords":"51.3181168,-0.3891322","bedrooms":"4","price":"280000","area":"616"} , +{"type":"Feature","id":"n9233807097","geometry":{"type":"Point","coordinates":[-0.3890189,51.3180125]},"properties":{"@type":"node","@id":9233807097,"@timestamp":1636315356},"coords":"51.3180125,-0.3890189","bedrooms":"3","price":"258000","area":"622"} , +{"type":"Feature","id":"n9233807107","geometry":{"type":"Point","coordinates":[-0.3905987,51.3173459]},"properties":{"@type":"node","@id":9233807107,"@timestamp":1636315356},"coords":"51.3173459,-0.3905987","bedrooms":"4","price":"183000","area":"689"} , +{"type":"Feature","id":"n9233829117","geometry":{"type":"Point","coordinates":[-0.3909611,51.3172772]},"properties":{"@type":"node","@id":9233829117,"@timestamp":1636315356},"coords":"51.3172772,-0.3909611","bedrooms":"4","price":"255000","area":"527"} , +{"type":"Feature","id":"n9233836307","geometry":{"type":"Point","coordinates":[0.0247024,51.4613695]},"properties":{"@type":"node","@id":9233836307,"@timestamp":1636316037},"coords":"51.4613695,0.0247024","bedrooms":"0","price":"281000","area":"642"} , +{"type":"Feature","id":"n9233845517","geometry":{"type":"Point","coordinates":[0.0262432,51.4602726]},"properties":{"@type":"node","@id":9233845517,"@timestamp":1636316037},"coords":"51.4602726,0.0262432","bedrooms":"2","price":"262000","area":"630"} , +{"type":"Feature","id":"n9233859495","geometry":{"type":"Point","coordinates":[-0.2374339,51.7518897]},"properties":{"@type":"node","@id":9233859495,"@timestamp":1636317098},"coords":"51.7518897,-0.2374339","bedrooms":"0","price":"187000","area":"650"} , +{"type":"Feature","id":"n9233900845","geometry":{"type":"Point","coordinates":[-0.9778188,51.4850535]},"properties":{"@type":"node","@id":9233900845,"@timestamp":1636319793},"coords":"51.4850535,-0.9778188","bedrooms":"3","price":"180000","area":"428"} , +{"type":"Feature","id":"n9233900860","geometry":{"type":"Point","coordinates":[-0.979195,51.4830498]},"properties":{"@type":"node","@id":9233900860,"@timestamp":1636319793},"coords":"51.4830498,-0.979195","bedrooms":"2","price":"281000","area":"542"} , +{"type":"Feature","id":"n9233928176","geometry":{"type":"Point","coordinates":[0.0302321,51.6817854]},"properties":{"@type":"node","@id":9233928176,"@timestamp":1636320655},"coords":"51.6817854,0.0302321","bedrooms":"2","price":"171000","area":"379"} , +{"type":"Feature","id":"n9234048529","geometry":{"type":"Point","coordinates":[0.098836,51.4412669]},"properties":{"@type":"node","@id":9234048529,"@timestamp":1636325219},"coords":"51.4412669,0.098836","bedrooms":"1","price":"259000","area":"417"} , +{"type":"Feature","id":"n9234049236","geometry":{"type":"Point","coordinates":[-0.2127595,51.8731518]},"properties":{"@type":"node","@id":9234049236,"@timestamp":1636325264},"coords":"51.8731518,-0.2127595","bedrooms":"2","price":"163000","area":"656"} , +{"type":"Feature","id":"n9234422450","geometry":{"type":"Point","coordinates":[-0.2068559,51.4928489]},"properties":{"@type":"node","@id":9234422450,"@timestamp":1636348303},"coords":"51.4928489,-0.2068559","bedrooms":"3","price":"179000","area":"474"} , +{"type":"Feature","id":"n9235120517","geometry":{"type":"Point","coordinates":[-0.9740278,51.4766268]},"properties":{"@type":"node","@id":9235120517,"@timestamp":1636369692},"coords":"51.4766268,-0.9740278","bedrooms":"3","price":"279000","area":"652"} , +{"type":"Feature","id":"n9235120527","geometry":{"type":"Point","coordinates":[-0.9730343,51.4784603]},"properties":{"@type":"node","@id":9235120527,"@timestamp":1636369692},"coords":"51.4784603,-0.9730343","bedrooms":"4","price":"195000","area":"420"} , +{"type":"Feature","id":"n9235120629","geometry":{"type":"Point","coordinates":[-0.9772398,51.4762645]},"properties":{"@type":"node","@id":9235120629,"@timestamp":1636369692},"coords":"51.4762645,-0.9772398","bedrooms":"4","price":"226000","area":"677"} , +{"type":"Feature","id":"n9235120640","geometry":{"type":"Point","coordinates":[-0.9776104,51.4733262]},"properties":{"@type":"node","@id":9235120640,"@timestamp":1636369692},"coords":"51.4733262,-0.9776104","bedrooms":"0","price":"197000","area":"466"} , +{"type":"Feature","id":"n9235163629","geometry":{"type":"Point","coordinates":[0.3632193,51.439859]},"properties":{"@type":"node","@id":9235163629,"@timestamp":1636370608},"coords":"51.439859,0.3632193","bedrooms":"2","price":"199000","area":"404"} , +{"type":"Feature","id":"n9235163735","geometry":{"type":"Point","coordinates":[0.3622516,51.4392694]},"properties":{"@type":"node","@id":9235163735,"@timestamp":1636370608},"coords":"51.4392694,0.3622516","bedrooms":"0","price":"161000","area":"547"} , +{"type":"Feature","id":"n9235163938","geometry":{"type":"Point","coordinates":[0.3634116,51.4393259]},"properties":{"@type":"node","@id":9235163938,"@timestamp":1636370608},"coords":"51.4393259,0.3634116","bedrooms":"4","price":"213000","area":"572"} , +{"type":"Feature","id":"n9235164019","geometry":{"type":"Point","coordinates":[0.3625403,51.4376553]},"properties":{"@type":"node","@id":9235164019,"@timestamp":1636370608},"coords":"51.4376553,0.3625403","bedrooms":"0","price":"165000","area":"383"} , +{"type":"Feature","id":"n9235164301","geometry":{"type":"Point","coordinates":[0.3618351,51.4383923]},"properties":{"@type":"node","@id":9235164301,"@timestamp":1636370608},"coords":"51.4383923,0.3618351","bedrooms":"3","price":"171000","area":"610"} , +{"type":"Feature","id":"n9235164311","geometry":{"type":"Point","coordinates":[0.3615147,51.4376946]},"properties":{"@type":"node","@id":9235164311,"@timestamp":1636370608},"coords":"51.4376946,0.3615147","bedrooms":"3","price":"198000","area":"412"} , +{"type":"Feature","id":"n9235322439","geometry":{"type":"Point","coordinates":[-0.9721525,51.4655252]},"properties":{"@type":"node","@id":9235322439,"@timestamp":1636374870},"coords":"51.4655252,-0.9721525","bedrooms":"1","price":"169000","area":"628"} , +{"type":"Feature","id":"n9235395905","geometry":{"type":"Point","coordinates":[-0.981072,51.4707036]},"properties":{"@type":"node","@id":9235395905,"@timestamp":1636376894},"coords":"51.4707036,-0.981072","bedrooms":"3","price":"172000","area":"461"} , +{"type":"Feature","id":"n9235550810","geometry":{"type":"Point","coordinates":[-0.6280278,51.9157669]},"properties":{"@type":"node","@id":9235550810,"@timestamp":1636385051},"coords":"51.9157669,-0.6280278","bedrooms":"0","price":"213000","area":"570"} , +{"type":"Feature","id":"n9235625776","geometry":{"type":"Point","coordinates":[-0.2196955,51.8720658]},"properties":{"@type":"node","@id":9235625776,"@timestamp":1636385158},"coords":"51.8720658,-0.2196955","bedrooms":"4","price":"159000","area":"631"} , +{"type":"Feature","id":"n9235625786","geometry":{"type":"Point","coordinates":[-0.2150033,51.8770681]},"properties":{"@type":"node","@id":9235625786,"@timestamp":1636385158},"coords":"51.8770681,-0.2150033","bedrooms":"4","price":"281000","area":"423"} , +{"type":"Feature","id":"n9235890802","geometry":{"type":"Point","coordinates":[0.3460099,51.4440683]},"properties":{"@type":"node","@id":9235890802,"@timestamp":1636389433},"coords":"51.4440683,0.3460099","bedrooms":"3","price":"250000","area":"452"} , +{"type":"Feature","id":"n9235928641","geometry":{"type":"Point","coordinates":[-0.1651916,51.5221928]},"properties":{"@type":"node","@id":9235928641,"@timestamp":1636390963},"coords":"51.5221928,-0.1651916","bedrooms":"4","price":"265000","area":"454"} , +{"type":"Feature","id":"n9235961332","geometry":{"type":"Point","coordinates":[-0.2057037,51.4936258]},"properties":{"@type":"node","@id":9235961332,"@timestamp":1636391343},"coords":"51.4936258,-0.2057037","bedrooms":"0","price":"225000","area":"617"} , +{"type":"Feature","id":"n9235961368","geometry":{"type":"Point","coordinates":[-0.206875,51.4942182]},"properties":{"@type":"node","@id":9235961368,"@timestamp":1636391343},"coords":"51.4942182,-0.206875","bedrooms":"4","price":"244000","area":"380"} , +{"type":"Feature","id":"n9235961378","geometry":{"type":"Point","coordinates":[-0.2061833,51.493917]},"properties":{"@type":"node","@id":9235961378,"@timestamp":1636391343},"coords":"51.493917,-0.2061833","bedrooms":"1","price":"198000","area":"549"} , +{"type":"Feature","id":"n9236030354","geometry":{"type":"Point","coordinates":[-0.5258385,51.6577218]},"properties":{"@type":"node","@id":9236030354,"@timestamp":1636394051},"coords":"51.6577218,-0.5258385","bedrooms":"2","price":"245000","area":"539"} , +{"type":"Feature","id":"n9236180224","geometry":{"type":"Point","coordinates":[-0.0001822,51.450478]},"properties":{"@type":"node","@id":9236180224,"@timestamp":1636399125},"coords":"51.450478,-0.0001822","bedrooms":"4","price":"264000","area":"697"} , +{"type":"Feature","id":"n9236260459","geometry":{"type":"Point","coordinates":[0.0125883,51.4507891]},"properties":{"@type":"node","@id":9236260459,"@timestamp":1636402031},"coords":"51.4507891,0.0125883","bedrooms":"1","price":"193000","area":"667"} , +{"type":"Feature","id":"n9236283386","geometry":{"type":"Point","coordinates":[0.0001175,51.4534504]},"properties":{"@type":"node","@id":9236283386,"@timestamp":1636404113},"coords":"51.4534504,0.0001175","bedrooms":"3","price":"244000","area":"655"} , +{"type":"Feature","id":"n9236374210","geometry":{"type":"Point","coordinates":[-0.0218247,51.4449313]},"properties":{"@type":"node","@id":9236374210,"@timestamp":1636406216},"coords":"51.4449313,-0.0218247","bedrooms":"3","price":"180000","area":"351"} , +{"type":"Feature","id":"n9236425233","geometry":{"type":"Point","coordinates":[-0.7052864,51.3067884]},"properties":{"@type":"node","@id":9236425233,"@timestamp":1636407549},"coords":"51.3067884,-0.7052864","bedrooms":"3","price":"158000","area":"677"} , +{"type":"Feature","id":"n9236440503","geometry":{"type":"Point","coordinates":[0.4087418,51.4906084]},"properties":{"@type":"node","@id":9236440503,"@timestamp":1636409088},"coords":"51.4906084,0.4087418","bedrooms":"1","price":"275000","area":"654"} , +{"type":"Feature","id":"n9236440513","geometry":{"type":"Point","coordinates":[0.4164653,51.4924354]},"properties":{"@type":"node","@id":9236440513,"@timestamp":1636409088},"coords":"51.4924354,0.4164653","bedrooms":"2","price":"193000","area":"423"} , +{"type":"Feature","id":"n9236443462","geometry":{"type":"Point","coordinates":[-0.4748959,51.6481362]},"properties":{"@type":"node","@id":9236443462,"@timestamp":1636407959},"coords":"51.6481362,-0.4748959","bedrooms":"3","price":"193000","area":"435"} , +{"type":"Feature","id":"n9236443478","geometry":{"type":"Point","coordinates":[-0.473599,51.6486418]},"properties":{"@type":"node","@id":9236443478,"@timestamp":1636407959},"coords":"51.6486418,-0.473599","bedrooms":"4","price":"276000","area":"654"} , +{"type":"Feature","id":"n9236445753","geometry":{"type":"Point","coordinates":[-0.4744131,51.6473788]},"properties":{"@type":"node","@id":9236445753,"@timestamp":1636407959},"coords":"51.6473788,-0.4744131","bedrooms":"1","price":"296000","area":"358"} , +{"type":"Feature","id":"n9236445763","geometry":{"type":"Point","coordinates":[-0.4727452,51.6461544]},"properties":{"@type":"node","@id":9236445763,"@timestamp":1636407959},"coords":"51.6461544,-0.4727452","bedrooms":"1","price":"242000","area":"615"} , +{"type":"Feature","id":"n9236452468","geometry":{"type":"Point","coordinates":[-0.7019084,51.307871]},"properties":{"@type":"node","@id":9236452468,"@timestamp":1636408462},"coords":"51.307871,-0.7019084","bedrooms":"1","price":"262000","area":"559"} , +{"type":"Feature","id":"n9236467918","geometry":{"type":"Point","coordinates":[0.4192641,51.4959464]},"properties":{"@type":"node","@id":9236467918,"@timestamp":1636409088},"coords":"51.4959464,0.4192641","bedrooms":"4","price":"208000","area":"513"} , +{"type":"Feature","id":"n9236467928","geometry":{"type":"Point","coordinates":[0.4293948,51.5049077]},"properties":{"@type":"node","@id":9236467928,"@timestamp":1636409088},"coords":"51.5049077,0.4293948","bedrooms":"1","price":"184000","area":"599"} , +{"type":"Feature","id":"n9236482752","geometry":{"type":"Point","coordinates":[0.5291113,51.6400343]},"properties":{"@type":"node","@id":9236482752,"@timestamp":1636409672},"coords":"51.6400343,0.5291113","bedrooms":"3","price":"228000","area":"687"} , +{"type":"Feature","id":"n9236482762","geometry":{"type":"Point","coordinates":[0.5164084,51.6356729]},"properties":{"@type":"node","@id":9236482762,"@timestamp":1636409672},"coords":"51.6356729,0.5164084","bedrooms":"2","price":"180000","area":"364"} , +{"type":"Feature","id":"n9236482772","geometry":{"type":"Point","coordinates":[0.5068329,51.6293464]},"properties":{"@type":"node","@id":9236482772,"@timestamp":1636409672},"coords":"51.6293464,0.5068329","bedrooms":"4","price":"187000","area":"569"} , +{"type":"Feature","id":"n9236482782","geometry":{"type":"Point","coordinates":[0.4946369,51.6268606]},"properties":{"@type":"node","@id":9236482782,"@timestamp":1636409672},"coords":"51.6268606,0.4946369","bedrooms":"3","price":"297000","area":"557"} , +{"type":"Feature","id":"n9236482792","geometry":{"type":"Point","coordinates":[0.4885778,51.6249157]},"properties":{"@type":"node","@id":9236482792,"@timestamp":1636409672},"coords":"51.6249157,0.4885778","bedrooms":"3","price":"293000","area":"673"} , +{"type":"Feature","id":"n9236482802","geometry":{"type":"Point","coordinates":[0.4845813,51.6274283]},"properties":{"@type":"node","@id":9236482802,"@timestamp":1636409672},"coords":"51.6274283,0.4845813","bedrooms":"1","price":"199000","area":"588"} , +{"type":"Feature","id":"n9236493831","geometry":{"type":"Point","coordinates":[0.099286,51.4414743]},"properties":{"@type":"node","@id":9236493831,"@timestamp":1636410027},"coords":"51.4414743,0.099286","bedrooms":"0","price":"198000","area":"366"} , +{"type":"Feature","id":"n9236501690","geometry":{"type":"Point","coordinates":[0.0214215,51.4308571]},"properties":{"@type":"node","@id":9236501690,"@timestamp":1636411384},"coords":"51.4308571,0.0214215","bedrooms":"0","price":"176000","area":"352"} , +{"type":"Feature","id":"n9236512687","geometry":{"type":"Point","coordinates":[0.3216371,51.5011018]},"properties":{"@type":"node","@id":9236512687,"@timestamp":1636411932},"coords":"51.5011018,0.3216371","bedrooms":"1","price":"188000","area":"403"} , +{"type":"Feature","id":"n9236512697","geometry":{"type":"Point","coordinates":[0.3265107,51.5017363]},"properties":{"@type":"node","@id":9236512697,"@timestamp":1636411932},"coords":"51.5017363,0.3265107","bedrooms":"3","price":"185000","area":"665"} , +{"type":"Feature","id":"n9236532133","geometry":{"type":"Point","coordinates":[-0.7036786,51.3056574]},"properties":{"@type":"node","@id":9236532133,"@timestamp":1636411724},"coords":"51.3056574,-0.7036786","bedrooms":"4","price":"286000","area":"477"} , +{"type":"Feature","id":"n9236547504","geometry":{"type":"Point","coordinates":[-0.7043952,51.3042574]},"properties":{"@type":"node","@id":9236547504,"@timestamp":1636412823},"coords":"51.3042574,-0.7043952","bedrooms":"4","price":"201000","area":"479"} , +{"type":"Feature","id":"n9236557560","geometry":{"type":"Point","coordinates":[-0.2668716,51.4927762]},"properties":{"@type":"node","@id":9236557560,"@timestamp":1636414563},"coords":"51.4927762,-0.2668716","bedrooms":"4","price":"284000","area":"409"} , +{"type":"Feature","id":"n9236669507","geometry":{"type":"Point","coordinates":[-0.1915773,51.7221873]},"properties":{"@type":"node","@id":9236669507,"@timestamp":1636419763},"coords":"51.7221873,-0.1915773","bedrooms":"2","price":"217000","area":"377"} , +{"type":"Feature","id":"n9237138275","geometry":{"type":"Point","coordinates":[-0.2086169,51.4958193]},"properties":{"@type":"node","@id":9237138275,"@timestamp":1636441445},"coords":"51.4958193,-0.2086169","bedrooms":"2","price":"282000","area":"602"} , +{"type":"Feature","id":"n9237242818","geometry":{"type":"Point","coordinates":[-0.303851,51.7414736]},"properties":{"@type":"node","@id":9237242818,"@timestamp":1636444263},"coords":"51.7414736,-0.303851","bedrooms":"4","price":"184000","area":"445"} +] diff --git a/9.4/src/test/resources/run-tests.sh b/9.4/src/test/resources/run-tests.sh new file mode 100644 index 0000000..17e5361 --- /dev/null +++ b/9.4/src/test/resources/run-tests.sh @@ -0,0 +1,90 @@ +#!/usr/bin/env bash + +set -ex + +trap "docker stop $IMAGE_NAME; exit 1" EXIT + +SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) + +docker run -d --rm --name $IMAGE_NAME $IMAGE_NAME solr-fg -a "-Xss4M" +docker exec -d $IMAGE_NAME ./mock-proto-server --port 80 +docker exec $IMAGE_NAME bash -c 'sleep 5; solr create_core -c london' +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-field": {"name":"coords", "type":"location", "stored":true}}' http://localhost:8983/solr/london/schema +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-cache": {"name": "traveltime_fuzzy", "class": "com.traveltime.plugin.solr.cache.FuzzyRequestCache", "secondary_size": "150000"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-cache": {"name": "traveltime_exact", "class": "com.traveltime.plugin.solr.cache.ExactRequestCache"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime_e", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime_f", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key", "cache": "traveltime_fuzzy"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-valuesourceparser": {"name": "traveltime_e", "class": "com.traveltime.plugin.solr.query.TravelTimeValueSourceParser", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-valuesourceparser": {"name": "traveltime_f", "class": "com.traveltime.plugin.solr.query.TravelTimeValueSourceParser", "cache": "traveltime_fuzzy"}}' http://localhost:8983/solr/london/config + +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime_driving", "prefix": "driving_", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime_walking", "prefix": "walking_", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-valuesourceparser": {"name": "traveltime_driving", "prefix": "driving_", "class": "com.traveltime.plugin.solr.query.TravelTimeValueSourceParser", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-valuesourceparser": {"name": "traveltime_walking", "prefix": "walking_","class": "com.traveltime.plugin.solr.query.TravelTimeValueSourceParser", "cache": "traveltime_exact"}}' http://localhost:8983/solr/london/config + +docker exec $IMAGE_NAME curl -s -o /dev/null -X POST -H 'Content-type:application/json' -d '{"add-queryparser": {"name": "traveltime_nofilter", "class": "com.traveltime.plugin.solr.TravelTimeQParserPlugin", "api_uri": "http://localhost/", "app_id": "id", "api_key": "key", "filtering_disabled": true}}' http://localhost:8983/solr/london/config + +docker exec $IMAGE_NAME post -c london part0.json + +URL='http://localhost:8983/solr/london/select' +DATA_ARGS="\ + --data-urlencode q=*:*\ + --data-urlencode traveltime_field=coords\ + --data-urlencode traveltime_limit=50\ + --data-urlencode traveltime_origin=51.509865,-0.118092\ + --data-urlencode country=uk\ + --data-urlencode mode=pt\ +" + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime weight=1}" --data-urlencode "fl=id" $URL \ + | jq '.response.numFound' | xargs test 224 -eq + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime weight=1}" --data-urlencode "fl=id,score" $URL \ + | jq '.response.docs[0].id' | xargs test "n3079325660" == + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime_f weight=1}" --data-urlencode "fl=time:traveltime_f(),id" $URL \ + | jq '.response.numFound' | xargs test 224 -eq + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime_f weight=1}" --data-urlencode "fl=time:traveltime_f(),id,score" $URL \ + | jq '.response.docs[0].id' | xargs test "n3079325660" == + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime_e weight=1}" --data-urlencode "fl=time:traveltime_e(),id" $URL \ + | jq '.response.numFound' | xargs test 224 -eq + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime_e weight=1}" --data-urlencode "fl=time:traveltime_e(),id,score" $URL \ + | jq '.response.docs[0].id' | xargs test "n3079325660" == + +docker exec $IMAGE_NAME \ + curl -s --fail $DATA_ARGS --data-urlencode fq="{!traveltime_nofilter weight=1}" --data-urlencode "fl=id" $URL \ + | jq '.response.numFound' | xargs test 103821 -eq + +DUAL_ARGS="\ + --data-urlencode walking_field=coords\ + --data-urlencode walking_limit=50\ + --data-urlencode walking_origin=51.509865,-0.118092\ + --data-urlencode walking_country=uk\ + --data-urlencode walking_mode=walking\ + --data-urlencode driving_field=coords\ + --data-urlencode driving_limit=50\ + --data-urlencode driving_origin=51.5098,-0.1180\ + --data-urlencode driving_country=uk\ + --data-urlencode driving_mode=driving\ +" + +docker exec $IMAGE_NAME \ + curl -s --fail $DUAL_ARGS --data-urlencode "q=*:*" --data-urlencode fq="{!traveltime_driving weight=1}" --data-urlencode fq="{!traveltime_walking weight=1}" --data-urlencode "fl=driving:traveltime_driving(),walking:traveltime_walking(),id" $URL \ + | jq '.response.numFound' | xargs test 221 -eq + +docker exec $IMAGE_NAME \ + curl -s --fail $DUAL_ARGS --data-urlencode q="({!traveltime_driving}^0.5 OR {!traveltime_walking}^0.5)" --data-urlencode fq="{!traveltime_driving}" --data-urlencode fq="{!traveltime_walking}" --data-urlencode "fl=id,score" $URL \ + | jq '.response.docs[0].score' | xargs test 0.9259259 == + +docker stop $IMAGE_NAME +trap EXIT diff --git a/settings.gradle b/settings.gradle index aacf0f7..5a42e82 100755 --- a/settings.gradle +++ b/settings.gradle @@ -2,4 +2,5 @@ rootProject.name = 'traveltime-solr-plugin' include '6' include '7' include '8' -include '9' \ No newline at end of file +include '9.0-3' +include '9.4' \ No newline at end of file